diff --git a/ConfIOB/Donati/1000_Pi1/IOB.cfg b/ConfIOB/Donati/1000_Pi1/IOB.cfg deleted file mode 100644 index 6246b6a..0000000 --- a/ConfIOB/Donati/1000_Pi1/IOB.cfg +++ /dev/null @@ -1,23 +0,0 @@ -[id] -idxMacchina = 1005 - -[web] -URLBASE = http://10.74.82.219/MPIO/inputIOB.aspx?idxMacchina= -URLALIVE = http://10.74.82.219/MPIO/Alive.aspx -URLENABLED = http://10.74.82.219/MPIO/Enabled.aspx?idxMacchina= -URLADV1 = &valore= -URLREBO = http://10.74.82.219/MPIO/sendReboot.aspx?idxMacchina= - -[time] -SAMPLETIME = 0.20 -TIMEOUTSHORT = 0.30 -TIMEOUTLONG = 50 -SENDURLTIME = 0.50 - -[log] -LOGLEVEL = 10 -LOGFILE = logfile.txt -LOGREBO = logReboot.txt - -[comm] -port = /dev/ttyAMA0 diff --git a/ConfIOB/Donati/1000_Pi1/IOB.cfg.donati b/ConfIOB/Donati/1000_Pi1/IOB.cfg.donati deleted file mode 100644 index ee07860..0000000 --- a/ConfIOB/Donati/1000_Pi1/IOB.cfg.donati +++ /dev/null @@ -1,24 +0,0 @@ -[id] -idxMacchina = 1002 - -[web] -URLBASE = http://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina= -URLALIVE = http://192.168.51.71/MPIO/Alive.aspx -URLENABLED = http://192.168.51.71/MPIO/Enabled.aspx?idxMacchina= -URLADV1 = &valore= -URLREBO = http://192.168.51.71/MPIO/sendReboot.aspx?idxMacchina= - -[time] -SAMPLETIME = 0.25 -TIMEOUTSHORT = 2 -TIMEOUTLONG = 50 -SENDURLTIME = 0.2 - -[log] -LOGLEVEL = 10 -LOGFILE = logfile.txt -LOGREBO = logReboot.txt - -[comm] -port = /dev/ttyAMA0 - diff --git a/ConfIOB/Donati/1000_Pi1/IOB.cfg.steamware b/ConfIOB/Donati/1000_Pi1/IOB.cfg.steamware deleted file mode 100644 index 6246b6a..0000000 --- a/ConfIOB/Donati/1000_Pi1/IOB.cfg.steamware +++ /dev/null @@ -1,23 +0,0 @@ -[id] -idxMacchina = 1005 - -[web] -URLBASE = http://10.74.82.219/MPIO/inputIOB.aspx?idxMacchina= -URLALIVE = http://10.74.82.219/MPIO/Alive.aspx -URLENABLED = http://10.74.82.219/MPIO/Enabled.aspx?idxMacchina= -URLADV1 = &valore= -URLREBO = http://10.74.82.219/MPIO/sendReboot.aspx?idxMacchina= - -[time] -SAMPLETIME = 0.20 -TIMEOUTSHORT = 0.30 -TIMEOUTLONG = 50 -SENDURLTIME = 0.50 - -[log] -LOGLEVEL = 10 -LOGFILE = logfile.txt -LOGREBO = logReboot.txt - -[comm] -port = /dev/ttyAMA0 diff --git a/ConfIOB/Donati/1000_Pi1/MapoIOB b/ConfIOB/Donati/1000_Pi1/MapoIOB deleted file mode 100644 index c49ec0a..0000000 --- a/ConfIOB/Donati/1000_Pi1/MapoIOB +++ /dev/null @@ -1,41 +0,0 @@ -### BEGIN INIT INFO -# Provides: MapoIOB: script Steamware per avvio driver IOB -# Required-Start: $remote_fs $syslog ramlog -# Required-Stop: $remote_fs $syslog ramlog -# Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 -# Short-Description: Steamware's MapoIOB driver -# Description: Steamware's MapoIOB driver, versione lettura porta parallela -### END INIT INFO - -#! /bin/sh -# /etc/init.d/MapoIOB - -export HOME -case "$1" in - start) - echo "Starting readParallela" - cd /home/pi/steamware - /usr/bin/python ./readParallela.py 2>&1 & - ;; - stop) - echo "Stopping readParallela" - RS_PID=`ps auxwww | grep readParallela.py | head -1 | awk '{print $2}'` - kill -9 $RS_PID - cd /home/pi/steamware - rm .lockfile - ;; - restart) - ## Stop the service and regardless of whether it was - ## running or not, start it again. - $0 stop - killall python - $0 start - ;; - *) - echo "Usage: /etc/init.d/MapoIOB {start|stop|restart}" - exit 1 - ;; -esac -exit 0 - diff --git a/ConfIOB/Donati/1000_Pi1/checkAlive.sh b/ConfIOB/Donati/1000_Pi1/checkAlive.sh deleted file mode 100644 index 92bc816..0000000 --- a/ConfIOB/Donati/1000_Pi1/checkAlive.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/bash - -# controlla se il logfile è correntemente scritto (quindi MapoIOB è alive) altrimenti riavvia! - -DATE=`date +%Y-%m-%d` -cd /var/log -if [ -f MapoIOB ] - then - # controllo SE sia stato acceduto da meno di 2 minuti (=alive da log...) - trovato=`find . -name 'MapoIOB*' -cmin -1` - if [[ $trovato != './MapoIOB' ]] - then - /etc/init.d/MapoIOB restart - echo $date + "riavvio!" - fi -else - # in questo caso AVVIO il processo MapoIOB - /etc/init.d/MapoIOB start - echo $date + "file non trovato, avvio!" -fi diff --git a/ConfIOB/Donati/1000_Pi1/cleanPython.sh b/ConfIOB/Donati/1000_Pi1/cleanPython.sh deleted file mode 100644 index c4f616a..0000000 --- a/ConfIOB/Donati/1000_Pi1/cleanPython.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash - -DATE=`date +%Y-%m-%d_%T` -# log inizio pulizia -echo $DATE " - INIZIO pulizia processi python" >> clean.log -# effettua pulizia processi: killa tutti i processi python -killall python - -# avvia MapoIob -/etc/init.d/MapoIOB start - -# log fatto! -DATE=`date +%Y-%m-%d_%T` -echo $DATE " - FINE pulizia processi python + riavvio MapoIOB" >> clean.log diff --git a/ConfIOB/Donati/1000_Pi1/crontab b/ConfIOB/Donati/1000_Pi1/crontab deleted file mode 100644 index 74fe381..0000000 --- a/ConfIOB/Donati/1000_Pi1/crontab +++ /dev/null @@ -1 +0,0 @@ -* * * * * /bin/bash /home/pi/steamware/checkAlive.sh >> /home/pi/stdout 2>> /home/pi/stderr diff --git a/ConfIOB/Donati/1000_Pi1/logReboot.txt b/ConfIOB/Donati/1000_Pi1/logReboot.txt deleted file mode 100644 index 65b7ede..0000000 --- a/ConfIOB/Donati/1000_Pi1/logReboot.txt +++ /dev/null @@ -1,24 +0,0 @@ -2013-11-15 09:49:20 root INFO Avvio ProgrammaSendReboot IOB-pi v.1.6 -2014-09-01 10:04:14 root INFO Avvio ProgrammaSendReboot IOB-pi v.1.6 -2014-09-01 10:04:15 root INFO NETWORK:Errore http-no com rete-timeout per url: http://10.74.82.218/MPIO/sendReboot.aspx?idxMacchina=1005 -2014-09-01 10:06:43 root INFO Avvio ProgrammaSendReboot IOB-pi v.1.6 -2014-09-01 10:06:43 root INFO NETWORK:Errore http-no com rete-timeout per url: http://10.74.82.218/MPIO/sendReboot.aspx?idxMacchina=1005 -2014-09-01 10:07:41 root INFO Avvio ProgrammaSendReboot IOB-pi v.1.6 -2014-09-01 10:07:43 root INFO NETWORK:Errore http-no com rete-timeout per url: http://10.74.82.218/MPIO/sendReboot.aspx?idxMacchina=1005 -2014-12-16 13:12:22 root INFO Avvio ProgrammaSendReboot IOB-pi v.1.6 -2014-12-16 13:12:24 root INFO NETWORK:Errore http-no com rete-timeout per url: http://10.74.82.218/MPIO/sendReboot.aspx?idxMacchina=1005 -2015-04-15 12:47:16 root INFO Avvio ProgrammaSendReboot IOB-pi v.1.6 -2015-04-15 12:47:17 root INFO NETWORK:Errore http-no com rete-timeout per url: http://10.74.82.219/MPIO/sendReboot.aspx?idxMacchina=1005 -2015-06-04 17:17:20 root INFO Avvio ProgrammaSendReboot IOB-pi v.1.6 -2015-06-05 16:55:11 root INFO Avvio ProgrammaSendReboot IOB-pi v.1.6 -2015-06-05 16:55:12 root INFO NETWORK:Errore http-no com rete-timeout per url: http://10.74.82.219/MPIO/sendReboot.aspx?idxMacchina=1005 -2015-06-05 16:56:25 root INFO Avvio ProgrammaSendReboot IOB-pi v.1.6 -2015-06-05 16:56:26 root INFO NETWORK:Errore http-no com rete-timeout per url: http://10.74.82.219/MPIO/sendReboot.aspx?idxMacchina=1005 -2015-06-05 16:57:24 root INFO Avvio ProgrammaSendReboot IOB-pi v.1.6 -2015-09-08 13:02:55 root INFO Avvio ProgrammaSendReboot IOB-pi v.1.6 -2016-10-06 17:17:21 root INFO Avvio ProgrammaSendReboot IOB-pi v.1.6 -2016-10-07 12:30:44 root INFO Avvio ProgrammaSendReboot IOB-pi v.1.6 -2016-10-26 09:44:22 root INFO Avvio ProgrammaSendReboot IOB-pi v.1.6 -2016-10-26 09:46:07 root INFO Avvio ProgrammaSendReboot IOB-pi v.1.6 -2016-10-26 10:02:29 root INFO Avvio ProgrammaSendReboot IOB-pi v.1.6 -2016-10-26 10:15:53 root INFO Avvio ProgrammaSendReboot IOB-pi v.1.6 diff --git a/ConfIOB/Donati/1000_Pi1/logfile.txt b/ConfIOB/Donati/1000_Pi1/logfile.txt deleted file mode 100644 index 4c97748..0000000 --- a/ConfIOB/Donati/1000_Pi1/logfile.txt +++ /dev/null @@ -1,3198 +0,0 @@ -2013-11-15 09:49:18 program INFO Avvio ProgrammaReadPar IOB-pi v.1.6 -2013-11-15 09:49:18 program INFO Start ReadPar IOB-pi v.1.6 -2013-11-15 09:49:18 program INFO Avvio loop principale -2013-11-15 09:49:18 queue INFO 3 [0] -2013-11-15 09:49:19 program INFO WAIT active send to complete -2013-11-15 09:49:19 sendUrl INFO 3 [0] -2013-11-15 09:49:20 queue INFO >3 [1] -2014-09-01 10:03:48 program INFO Avvio ProgrammaReadPar IOB-pi v.1.6 -2014-09-01 10:03:48 program INFO Start ReadPar IOB-pi v.1.6 -2014-09-01 10:03:48 program INFO Avvio loop principale -2014-09-01 10:03:48 queue INFO 3 [0] -2014-09-01 10:03:49 sendUrl INFO 3 [0] -2014-09-01 10:03:50 queue INFO >3 [1] -2014-09-01 10:03:50 sendUrl INFO 3 [1] -2014-09-01 10:04:13 program INFO Avvio ProgrammaReadPar IOB-pi v.1.6 -2014-09-01 10:04:13 program INFO Start ReadPar IOB-pi v.1.6 -2014-09-01 10:04:13 program INFO Avvio loop principale -2014-09-01 10:04:13 queue INFO 3 [0] -2014-09-01 10:04:14 program ERROR Server Non raggiungibile -2014-09-01 10:04:15 queue INFO >3 [1] -2014-09-01 10:05:05 queue INFO >>3 [2] -2014-09-01 10:05:55 queue INFO >>3 [3] -2014-09-01 10:06:42 program INFO Avvio ProgrammaReadPar IOB-pi v.1.6 -2014-09-01 10:06:42 program INFO Start ReadPar IOB-pi v.1.6 -2014-09-01 10:06:42 program INFO Avvio loop principale -2014-09-01 10:06:42 queue INFO 3 [0] -2014-09-01 10:06:43 program ERROR Server Non raggiungibile -2014-09-01 10:06:44 queue INFO >3 [1] -2014-09-01 10:07:40 program INFO Avvio ProgrammaReadPar IOB-pi v.1.6 -2014-09-01 10:07:40 program INFO Start ReadPar IOB-pi v.1.6 -2014-09-01 10:07:40 program INFO Avvio loop principale -2014-09-01 10:07:40 queue INFO 3 [0] -2014-09-01 10:07:42 queue INFO >3 [1] -2014-09-01 10:07:43 program ERROR Server Non raggiungibile -2014-12-16 13:11:04 program INFO Avvio ProgrammaReadPar IOB-pi v.1.6 -2014-12-16 13:11:04 program INFO Start ReadPar IOB-pi v.1.6 -2014-12-16 13:11:04 program INFO Avvio loop principale -2014-12-16 13:11:04 queue INFO 3 [0] -2014-12-16 13:11:06 queue INFO >3 [1] -2014-12-16 13:11:08 program ERROR Server Non raggiungibile -2014-12-16 13:11:56 queue INFO >>3 [2] -2014-12-16 13:12:20 program INFO Avvio ProgrammaReadPar IOB-pi v.1.7 -2014-12-16 13:12:20 program INFO Start ReadPar IOB-pi v.1.7 -2014-12-16 13:12:21 program INFO Avvio loop principale -2014-12-16 13:12:21 queue INFO 3 [0] -2014-12-16 13:12:21 queue INFO >3 [1] -2014-12-16 13:12:24 program ERROR Server Non raggiungibile -2015-04-15 12:41:29 program INFO Avvio ProgrammaReadPar IOB-pi v.1.7 -2015-04-15 12:41:29 program INFO Start ReadPar IOB-pi v.1.7 -2015-04-15 12:41:29 program INFO Avvio loop principale -2015-04-15 12:41:30 queue INFO 3 [0] -2015-04-15 12:41:30 queue INFO >3 [1] -2015-04-15 12:41:31 program ERROR Server Non raggiungibile -2015-04-15 12:42:20 queue INFO >>3 [2] -2015-04-15 12:43:10 queue INFO >>3 [3] -2015-04-15 12:44:00 queue INFO >>3 [4] -2015-04-15 12:44:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-04-15 12:44:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-04-15 12:44:02 program INFO Avvio loop principale -2015-04-15 12:44:02 queue INFO 3 [0] -2015-04-15 12:44:02 queue INFO >3 [1] -2015-04-15 12:44:03 sendUrl INFO 3 [0] R:OK -2015-04-15 12:44:03 sendUrl INFO 3 [1] R:OK -2015-04-15 12:44:52 queue INFO >>3 [2] -2015-04-15 12:44:52 sendUrl INFO 3 [2] R:OK -2015-04-15 12:45:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-04-15 12:45:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-04-15 12:45:02 program INFO Avvio loop principale -2015-04-15 12:45:02 queue INFO 3 [0] -2015-04-15 12:45:03 queue INFO >3 [1] -2015-04-15 12:45:03 sendUrl INFO 3 [0] R:OK -2015-04-15 12:45:03 sendUrl INFO 3 [1] R:OK -2015-04-15 12:45:52 queue INFO >>3 [2] -2015-04-15 12:45:53 sendUrl INFO 3 [2] R:OK -2015-04-15 12:46:01 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-04-15 12:46:01 program INFO Start ReadPar IOB-pi v.1.8 -2015-04-15 12:46:01 program INFO Avvio loop principale -2015-04-15 12:46:02 queue INFO 3 [0] -2015-04-15 12:46:02 queue INFO >3 [1] -2015-04-15 12:46:02 sendUrl INFO 3 [0] R:OK -2015-04-15 12:46:03 sendUrl INFO 3 [1] R:OK -2015-04-15 12:46:52 queue INFO >>3 [2] -2015-04-15 12:46:52 sendUrl INFO 3 [2] R:OK -2015-04-15 12:47:14 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-04-15 12:47:15 program INFO Start ReadPar IOB-pi v.1.8 -2015-04-15 12:47:15 program INFO Avvio loop principale -2015-04-15 12:47:15 queue INFO FF [0] -2015-04-15 12:47:15 queue INFO >FF [1] -2015-04-15 12:47:16 program ERROR Server Non raggiungibile -2015-06-04 17:17:18 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-04 17:17:18 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-04 17:17:18 program INFO Avvio loop principale -2015-06-04 17:17:19 queue INFO 3 [0] -2015-06-04 17:17:19 queue INFO >3 [1] -2015-06-04 17:17:20 sendUrl INFO 3 [0] R:OK -2015-06-04 17:17:21 sendUrl INFO 3 [1] R:OK -2015-06-05 13:40:30 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 13:40:30 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 13:40:30 program INFO Avvio loop principale -2015-06-05 13:40:30 queue INFO 3 [0] -2015-06-05 13:40:30 queue INFO >3 [1] -2015-06-05 13:40:30 sendUrl INFO 3 [0] R:OK -2015-06-05 13:40:31 sendUrl INFO 3 [1] R:OK -2015-06-05 13:41:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 13:41:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 13:41:02 program INFO Avvio loop principale -2015-06-05 13:41:02 queue INFO 3 [0] -2015-06-05 13:41:02 queue INFO >3 [1] -2015-06-05 13:41:03 sendUrl INFO 3 [0] R:OK -2015-06-05 13:41:03 sendUrl INFO 3 [1] R:OK -2015-06-05 13:41:52 queue INFO >>3 [2] -2015-06-05 13:41:53 sendUrl INFO 3 [2] R:OK -2015-06-05 13:42:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 13:42:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 13:42:02 program INFO Avvio loop principale -2015-06-05 13:42:03 queue INFO 3 [0] -2015-06-05 13:42:03 queue INFO >3 [1] -2015-06-05 13:42:03 sendUrl INFO 3 [0] R:OK -2015-06-05 13:42:04 sendUrl INFO 3 [1] R:OK -2015-06-05 13:42:53 queue INFO >>3 [2] -2015-06-05 13:42:53 sendUrl INFO 3 [2] R:OK -2015-06-05 13:43:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 13:43:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 13:43:02 program INFO Avvio loop principale -2015-06-05 13:43:02 queue INFO 3 [0] -2015-06-05 13:43:02 queue INFO >3 [1] -2015-06-05 13:43:02 sendUrl INFO 3 [0] R:OK -2015-06-05 13:43:03 sendUrl INFO 3 [1] R:OK -2015-06-05 13:43:52 queue INFO >>3 [2] -2015-06-05 13:43:52 sendUrl INFO 3 [2] R:OK -2015-06-05 13:44:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 13:44:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 13:44:02 program INFO Avvio loop principale -2015-06-05 13:44:02 queue INFO 3 [0] -2015-06-05 13:44:02 queue INFO >3 [1] -2015-06-05 13:44:03 sendUrl INFO 3 [0] R:OK -2015-06-05 13:44:03 sendUrl INFO 3 [1] R:OK -2015-06-05 13:44:52 queue INFO >>3 [2] -2015-06-05 13:44:52 sendUrl INFO 3 [2] R:OK -2015-06-05 13:45:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 13:45:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 13:45:02 program INFO Avvio loop principale -2015-06-05 13:45:02 queue INFO 3 [0] -2015-06-05 13:45:03 queue INFO >3 [1] -2015-06-05 13:45:03 sendUrl INFO 3 [0] R:OK -2015-06-05 13:45:03 sendUrl INFO 3 [1] R:OK -2015-06-05 13:45:53 queue INFO >>3 [2] -2015-06-05 13:45:53 sendUrl INFO 3 [2] R:OK -2015-06-05 13:46:01 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 13:46:01 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 13:46:01 program INFO Avvio loop principale -2015-06-05 13:46:02 queue INFO 3 [0] -2015-06-05 13:46:02 queue INFO >3 [1] -2015-06-05 13:46:02 sendUrl INFO 3 [0] R:OK -2015-06-05 13:46:03 sendUrl INFO 3 [1] R:OK -2015-06-05 13:46:52 queue INFO >>3 [2] -2015-06-05 13:46:52 sendUrl INFO 3 [2] R:OK -2015-06-05 13:47:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 13:47:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 13:47:02 program INFO Avvio loop principale -2015-06-05 13:47:02 queue INFO 3 [0] -2015-06-05 13:47:02 queue INFO >3 [1] -2015-06-05 13:47:02 sendUrl INFO 3 [0] R:OK -2015-06-05 13:47:03 sendUrl INFO 3 [1] R:OK -2015-06-05 13:47:52 queue INFO >>3 [2] -2015-06-05 13:47:52 sendUrl INFO 3 [2] R:OK -2015-06-05 13:48:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 13:48:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 13:48:02 program INFO Avvio loop principale -2015-06-05 13:48:02 queue INFO 3 [0] -2015-06-05 13:48:02 queue INFO >3 [1] -2015-06-05 13:48:03 sendUrl INFO 3 [0] R:OK -2015-06-05 13:48:03 sendUrl INFO 3 [1] R:OK -2015-06-05 13:48:52 queue INFO >>3 [2] -2015-06-05 13:48:53 sendUrl INFO 3 [2] R:OK -2015-06-05 13:49:03 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 13:49:03 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 13:49:03 program INFO Avvio loop principale -2015-06-05 13:49:03 queue INFO 3 [0] -2015-06-05 13:49:04 queue INFO >3 [1] -2015-06-05 13:49:04 sendUrl INFO 3 [0] R:OK -2015-06-05 13:49:04 sendUrl INFO 3 [1] R:OK -2015-06-05 13:49:54 queue INFO >>3 [2] -2015-06-05 13:49:54 sendUrl INFO 3 [2] R:OK -2015-06-05 13:50:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 13:50:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 13:50:02 program INFO Avvio loop principale -2015-06-05 13:50:02 queue INFO 3 [0] -2015-06-05 13:50:02 queue INFO >3 [1] -2015-06-05 13:50:03 sendUrl INFO 3 [0] R:OK -2015-06-05 13:50:03 sendUrl INFO 3 [1] R:OK -2015-06-05 13:50:52 queue INFO >>3 [2] -2015-06-05 13:50:52 sendUrl INFO 3 [2] R:OK -2015-06-05 13:51:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 13:51:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 13:51:02 program INFO Avvio loop principale -2015-06-05 13:51:02 queue INFO 3 [0] -2015-06-05 13:51:03 queue INFO >3 [1] -2015-06-05 13:51:03 sendUrl INFO 3 [0] R:OK -2015-06-05 13:51:03 sendUrl INFO 3 [1] R:OK -2015-06-05 13:51:52 queue INFO >>3 [2] -2015-06-05 13:51:53 sendUrl INFO 3 [2] R:OK -2015-06-05 13:52:01 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 13:52:01 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 13:52:01 program INFO Avvio loop principale -2015-06-05 13:52:02 queue INFO 3 [0] -2015-06-05 13:52:02 queue INFO >3 [1] -2015-06-05 13:52:02 sendUrl INFO 3 [0] R:OK -2015-06-05 13:52:03 sendUrl INFO 3 [1] R:OK -2015-06-05 13:52:52 queue INFO >>3 [2] -2015-06-05 13:52:52 sendUrl INFO 3 [2] R:OK -2015-06-05 13:53:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 13:53:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 13:53:02 program INFO Avvio loop principale -2015-06-05 13:53:02 queue INFO 3 [0] -2015-06-05 13:53:03 queue INFO >3 [1] -2015-06-05 13:53:03 sendUrl INFO 3 [0] R:OK -2015-06-05 13:53:03 sendUrl INFO 3 [1] R:OK -2015-06-05 13:53:53 queue INFO >>3 [2] -2015-06-05 13:53:53 sendUrl INFO 3 [2] R:OK -2015-06-05 13:54:03 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 13:54:03 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 13:54:03 program INFO Avvio loop principale -2015-06-05 13:54:03 queue INFO 3 [0] -2015-06-05 13:54:03 queue INFO >3 [1] -2015-06-05 13:54:04 sendUrl INFO 3 [0] R:OK -2015-06-05 13:54:04 sendUrl INFO 3 [1] R:OK -2015-06-05 13:54:53 queue INFO >>3 [2] -2015-06-05 13:54:53 sendUrl INFO 3 [2] R:OK -2015-06-05 13:55:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 13:55:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 13:55:02 program INFO Avvio loop principale -2015-06-05 13:55:02 queue INFO 3 [0] -2015-06-05 13:55:02 queue INFO >3 [1] -2015-06-05 13:55:02 sendUrl INFO 3 [0] R:OK -2015-06-05 13:55:03 sendUrl INFO 3 [1] R:OK -2015-06-05 13:55:52 queue INFO >>3 [2] -2015-06-05 13:55:52 sendUrl INFO 3 [2] R:OK -2015-06-05 13:56:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 13:56:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 13:56:02 program INFO Avvio loop principale -2015-06-05 13:56:02 queue INFO 3 [0] -2015-06-05 13:56:02 queue INFO >3 [1] -2015-06-05 13:56:03 sendUrl INFO 3 [0] R:OK -2015-06-05 13:56:03 sendUrl INFO 3 [1] R:OK -2015-06-05 13:56:52 queue INFO >>3 [2] -2015-06-05 13:56:52 sendUrl INFO 3 [2] R:OK -2015-06-05 13:57:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 13:57:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 13:57:02 program INFO Avvio loop principale -2015-06-05 13:57:02 queue INFO 3 [0] -2015-06-05 13:57:03 queue INFO >3 [1] -2015-06-05 13:57:03 sendUrl INFO 3 [0] R:OK -2015-06-05 13:57:03 sendUrl INFO 3 [1] R:OK -2015-06-05 13:57:52 queue INFO >>3 [2] -2015-06-05 13:57:53 sendUrl INFO 3 [2] R:OK -2015-06-05 13:58:01 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 13:58:01 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 13:58:01 program INFO Avvio loop principale -2015-06-05 13:58:02 queue INFO 3 [0] -2015-06-05 13:58:02 queue INFO >3 [1] -2015-06-05 13:58:02 sendUrl INFO 3 [0] R:OK -2015-06-05 13:58:03 sendUrl INFO 3 [1] R:OK -2015-06-05 13:58:52 queue INFO >>3 [2] -2015-06-05 13:58:52 sendUrl INFO 3 [2] R:OK -2015-06-05 13:59:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 13:59:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 13:59:02 program INFO Avvio loop principale -2015-06-05 13:59:02 queue INFO 3 [0] -2015-06-05 13:59:02 queue INFO >3 [1] -2015-06-05 13:59:02 sendUrl INFO 3 [0] R:OK -2015-06-05 13:59:03 sendUrl INFO 3 [1] R:OK -2015-06-05 13:59:52 queue INFO >>3 [2] -2015-06-05 13:59:52 sendUrl INFO 3 [2] R:OK -2015-06-05 14:00:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 14:00:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 14:00:02 program INFO Avvio loop principale -2015-06-05 14:00:02 queue INFO 3 [0] -2015-06-05 14:00:02 queue INFO >3 [1] -2015-06-05 14:00:03 sendUrl INFO 3 [0] R:OK -2015-06-05 14:00:03 sendUrl INFO 3 [1] R:OK -2015-06-05 14:00:52 queue INFO >>3 [2] -2015-06-05 14:00:52 sendUrl INFO 3 [2] R:OK -2015-06-05 14:01:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 14:01:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 14:01:02 program INFO Avvio loop principale -2015-06-05 14:01:02 queue INFO 3 [0] -2015-06-05 14:01:03 queue INFO >3 [1] -2015-06-05 14:01:03 sendUrl INFO 3 [0] R:OK -2015-06-05 14:01:04 sendUrl INFO 3 [1] R:OK -2015-06-05 14:01:53 queue INFO >>3 [2] -2015-06-05 14:01:53 sendUrl INFO 3 [2] R:OK -2015-06-05 14:02:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 14:02:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 14:02:02 program INFO Avvio loop principale -2015-06-05 14:02:02 queue INFO 3 [0] -2015-06-05 14:02:02 queue INFO >3 [1] -2015-06-05 14:02:02 sendUrl INFO 3 [0] R:OK -2015-06-05 14:02:03 sendUrl INFO 3 [1] R:OK -2015-06-05 14:02:52 queue INFO >>3 [2] -2015-06-05 14:02:52 sendUrl INFO 3 [2] R:OK -2015-06-05 14:03:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 14:03:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 14:03:02 program INFO Avvio loop principale -2015-06-05 14:03:02 queue INFO 3 [0] -2015-06-05 14:03:02 queue INFO >3 [1] -2015-06-05 14:03:02 sendUrl INFO 3 [0] R:OK -2015-06-05 14:03:03 sendUrl INFO 3 [1] R:OK -2015-06-05 14:03:52 queue INFO >>3 [2] -2015-06-05 14:03:52 sendUrl INFO 3 [2] R:OK -2015-06-05 14:04:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 14:04:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 14:04:02 program INFO Avvio loop principale -2015-06-05 14:04:02 queue INFO 3 [0] -2015-06-05 14:04:03 queue INFO >3 [1] -2015-06-05 14:04:03 sendUrl INFO 3 [0] R:OK -2015-06-05 14:04:03 sendUrl INFO 3 [1] R:OK -2015-06-05 14:04:52 queue INFO >>3 [2] -2015-06-05 14:04:53 sendUrl INFO 3 [2] R:OK -2015-06-05 14:05:01 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 14:05:01 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 14:05:01 program INFO Avvio loop principale -2015-06-05 14:05:02 queue INFO 3 [0] -2015-06-05 14:05:02 queue INFO >3 [1] -2015-06-05 14:05:02 sendUrl INFO 3 [0] R:OK -2015-06-05 14:05:03 sendUrl INFO 3 [1] R:OK -2015-06-05 14:05:52 queue INFO >>3 [2] -2015-06-05 14:05:52 sendUrl INFO 3 [2] R:OK -2015-06-05 14:06:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 14:06:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 14:06:02 program INFO Avvio loop principale -2015-06-05 14:06:02 queue INFO 3 [0] -2015-06-05 14:06:02 queue INFO >3 [1] -2015-06-05 14:06:02 sendUrl INFO 3 [0] R:OK -2015-06-05 14:06:03 sendUrl INFO 3 [1] R:OK -2015-06-05 14:06:52 queue INFO >>3 [2] -2015-06-05 14:06:52 sendUrl INFO 3 [2] R:OK -2015-06-05 14:07:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 14:07:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 14:07:02 program INFO Avvio loop principale -2015-06-05 14:07:02 queue INFO 3 [0] -2015-06-05 14:07:02 queue INFO >3 [1] -2015-06-05 14:07:03 sendUrl INFO 3 [0] R:OK -2015-06-05 14:07:03 sendUrl INFO 3 [1] R:OK -2015-06-05 14:07:52 queue INFO >>3 [2] -2015-06-05 14:07:52 sendUrl INFO 3 [2] R:OK -2015-06-05 14:08:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 14:08:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 14:08:02 program INFO Avvio loop principale -2015-06-05 14:08:02 queue INFO 3 [0] -2015-06-05 14:08:03 queue INFO >3 [1] -2015-06-05 14:08:03 sendUrl INFO 3 [0] R:OK -2015-06-05 14:08:03 sendUrl INFO 3 [1] R:OK -2015-06-05 14:08:53 queue INFO >>3 [2] -2015-06-05 14:08:53 sendUrl INFO 3 [2] R:OK -2015-06-05 14:09:01 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 14:09:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 14:09:02 program INFO Avvio loop principale -2015-06-05 14:09:02 queue INFO 3 [0] -2015-06-05 14:09:02 queue INFO >3 [1] -2015-06-05 14:09:03 sendUrl INFO 3 [0] R:OK -2015-06-05 14:09:03 sendUrl INFO 3 [1] R:OK -2015-06-05 14:09:52 queue INFO >>3 [2] -2015-06-05 14:09:52 sendUrl INFO 3 [2] R:OK -2015-06-05 14:10:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 14:10:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 14:10:02 program INFO Avvio loop principale -2015-06-05 14:10:02 queue INFO 3 [0] -2015-06-05 14:10:02 queue INFO >3 [1] -2015-06-05 14:10:02 sendUrl INFO 3 [0] R:OK -2015-06-05 14:10:03 sendUrl INFO 3 [1] R:OK -2015-06-05 14:10:52 queue INFO >>3 [2] -2015-06-05 14:10:52 sendUrl INFO 3 [2] R:OK -2015-06-05 14:11:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 14:11:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 14:11:02 program INFO Avvio loop principale -2015-06-05 14:11:02 queue INFO 3 [0] -2015-06-05 14:11:02 queue INFO >3 [1] -2015-06-05 14:11:03 sendUrl INFO 3 [0] R:OK -2015-06-05 14:11:03 sendUrl INFO 3 [1] R:OK -2015-06-05 14:11:52 queue INFO >>3 [2] -2015-06-05 14:11:53 sendUrl INFO 3 [2] R:OK -2015-06-05 14:12:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 14:12:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 14:12:02 program INFO Avvio loop principale -2015-06-05 14:12:03 queue INFO 3 [0] -2015-06-05 14:12:03 queue INFO >3 [1] -2015-06-05 14:12:03 sendUrl INFO 3 [0] R:OK -2015-06-05 14:12:03 sendUrl INFO 3 [1] R:OK -2015-06-05 14:12:53 queue INFO >>3 [2] -2015-06-05 14:12:53 sendUrl INFO 3 [2] R:OK -2015-06-05 14:13:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 14:13:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 14:13:02 program INFO Avvio loop principale -2015-06-05 14:13:02 queue INFO 3 [0] -2015-06-05 14:13:02 queue INFO >3 [1] -2015-06-05 14:13:02 sendUrl INFO 3 [0] R:OK -2015-06-05 14:13:03 sendUrl INFO 3 [1] R:OK -2015-06-05 14:13:52 queue INFO >>3 [2] -2015-06-05 14:13:52 sendUrl INFO 3 [2] R:OK -2015-06-05 14:14:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 14:14:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 14:14:02 program INFO Avvio loop principale -2015-06-05 14:14:02 queue INFO 3 [0] -2015-06-05 14:14:02 queue INFO >3 [1] -2015-06-05 14:14:03 sendUrl INFO 3 [0] R:OK -2015-06-05 14:14:03 sendUrl INFO 3 [1] R:OK -2015-06-05 14:14:52 queue INFO >>3 [2] -2015-06-05 14:14:52 sendUrl INFO 3 [2] R:OK -2015-06-05 14:15:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 14:15:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 14:15:02 program INFO Avvio loop principale -2015-06-05 14:15:02 queue INFO 3 [0] -2015-06-05 14:15:03 queue INFO >3 [1] -2015-06-05 14:15:03 sendUrl INFO 3 [0] R:OK -2015-06-05 14:15:03 sendUrl INFO 3 [1] R:OK -2015-06-05 14:15:53 queue INFO >>3 [2] -2015-06-05 14:15:53 sendUrl INFO 3 [2] R:OK -2015-06-05 14:16:01 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 14:16:01 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 14:16:01 program INFO Avvio loop principale -2015-06-05 14:16:02 queue INFO 3 [0] -2015-06-05 14:16:02 queue INFO >3 [1] -2015-06-05 14:16:02 sendUrl INFO 3 [0] R:OK -2015-06-05 14:16:03 sendUrl INFO 3 [1] R:OK -2015-06-05 14:16:52 queue INFO >>3 [2] -2015-06-05 14:16:52 sendUrl INFO 3 [2] R:OK -2015-06-05 14:17:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 14:17:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 14:17:02 program INFO Avvio loop principale -2015-06-05 14:17:02 queue INFO 3 [0] -2015-06-05 14:17:02 queue INFO >3 [1] -2015-06-05 14:17:02 sendUrl INFO 3 [0] R:OK -2015-06-05 14:17:03 sendUrl INFO 3 [1] R:OK -2015-06-05 14:17:52 queue INFO >>3 [2] -2015-06-05 14:17:52 sendUrl INFO 3 [2] R:OK -2015-06-05 14:18:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 14:18:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 14:18:02 program INFO Avvio loop principale -2015-06-05 14:18:02 queue INFO 3 [0] -2015-06-05 14:18:03 queue INFO >3 [1] -2015-06-05 14:18:03 sendUrl INFO 3 [0] R:OK -2015-06-05 14:18:03 sendUrl INFO 3 [1] R:OK -2015-06-05 14:18:52 queue INFO >>3 [2] -2015-06-05 14:18:53 sendUrl INFO 3 [2] R:OK -2015-06-05 14:19:01 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 14:19:01 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 14:19:01 program INFO Avvio loop principale -2015-06-05 14:19:02 queue INFO 3 [0] -2015-06-05 14:19:02 queue INFO >3 [1] -2015-06-05 14:19:02 sendUrl INFO 3 [0] R:OK -2015-06-05 14:19:03 sendUrl INFO 3 [1] R:OK -2015-06-05 14:19:52 queue INFO >>3 [2] -2015-06-05 14:19:53 sendUrl INFO 3 [2] R:OK -2015-06-05 14:20:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 14:20:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 14:20:02 program INFO Avvio loop principale -2015-06-05 14:20:02 queue INFO 3 [0] -2015-06-05 14:20:02 queue INFO >3 [1] -2015-06-05 14:20:02 sendUrl INFO 3 [0] R:OK -2015-06-05 14:20:03 sendUrl INFO 3 [1] R:OK -2015-06-05 14:20:52 queue INFO >>3 [2] -2015-06-05 14:20:52 sendUrl INFO 3 [2] R:OK -2015-06-05 14:21:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 14:21:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 14:21:02 program INFO Avvio loop principale -2015-06-05 14:21:02 queue INFO 3 [0] -2015-06-05 14:21:02 queue INFO >3 [1] -2015-06-05 14:21:03 sendUrl INFO 3 [0] R:OK -2015-06-05 14:21:03 sendUrl INFO 3 [1] R:OK -2015-06-05 14:21:52 queue INFO >>3 [2] -2015-06-05 14:21:52 sendUrl INFO 3 [2] R:OK -2015-06-05 14:22:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 14:22:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 14:22:02 program INFO Avvio loop principale -2015-06-05 14:22:02 queue INFO 3 [0] -2015-06-05 14:22:03 queue INFO >3 [1] -2015-06-05 14:22:03 sendUrl INFO 3 [0] R:OK -2015-06-05 14:22:03 sendUrl INFO 3 [1] R:OK -2015-06-05 14:22:53 queue INFO >>3 [2] -2015-06-05 14:22:53 sendUrl INFO 3 [2] R:OK -2015-06-05 14:23:01 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 14:23:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 14:23:02 program INFO Avvio loop principale -2015-06-05 14:23:02 queue INFO 3 [0] -2015-06-05 14:23:02 queue INFO >3 [1] -2015-06-05 14:23:02 sendUrl INFO 3 [0] R:OK -2015-06-05 14:23:03 sendUrl INFO 3 [1] R:OK -2015-06-05 14:23:52 queue INFO >>3 [2] -2015-06-05 14:23:52 sendUrl INFO 3 [2] R:OK -2015-06-05 14:24:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 14:24:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 14:24:02 program INFO Avvio loop principale -2015-06-05 14:24:02 queue INFO 3 [0] -2015-06-05 14:24:02 queue INFO >3 [1] -2015-06-05 14:24:03 sendUrl INFO 3 [0] R:OK -2015-06-05 14:24:03 sendUrl INFO 3 [1] R:OK -2015-06-05 14:24:52 queue INFO >>3 [2] -2015-06-05 14:24:52 sendUrl INFO 3 [2] R:OK -2015-06-05 14:25:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 14:25:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 14:25:02 program INFO Avvio loop principale -2015-06-05 14:25:02 queue INFO 3 [0] -2015-06-05 14:25:02 queue INFO >3 [1] -2015-06-05 14:25:03 sendUrl INFO 3 [0] R:OK -2015-06-05 14:25:03 sendUrl INFO 3 [1] R:OK -2015-06-05 14:25:52 queue INFO >>3 [2] -2015-06-05 14:25:53 sendUrl INFO 3 [2] R:OK -2015-06-05 14:26:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 14:26:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 14:26:02 program INFO Avvio loop principale -2015-06-05 14:26:03 queue INFO 3 [0] -2015-06-05 14:26:03 queue INFO >3 [1] -2015-06-05 14:26:03 sendUrl INFO 3 [0] R:OK -2015-06-05 14:26:03 sendUrl INFO 3 [1] R:OK -2015-06-05 14:26:53 queue INFO >>3 [2] -2015-06-05 14:26:53 sendUrl INFO 3 [2] R:OK -2015-06-05 14:27:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 14:27:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 14:27:02 program INFO Avvio loop principale -2015-06-05 14:27:02 queue INFO 3 [0] -2015-06-05 14:27:02 queue INFO >3 [1] -2015-06-05 14:27:02 sendUrl INFO 3 [0] R:OK -2015-06-05 14:27:03 sendUrl INFO 3 [1] R:OK -2015-06-05 14:27:52 queue INFO >>3 [2] -2015-06-05 14:27:52 sendUrl INFO 3 [2] R:OK -2015-06-05 14:28:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 14:28:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 14:28:02 program INFO Avvio loop principale -2015-06-05 14:28:02 queue INFO 3 [0] -2015-06-05 14:28:02 queue INFO >3 [1] -2015-06-05 14:28:03 sendUrl INFO 3 [0] R:OK -2015-06-05 14:28:03 sendUrl INFO 3 [1] R:OK -2015-06-05 14:28:52 queue INFO >>3 [2] -2015-06-05 14:28:52 sendUrl INFO 3 [2] R:OK -2015-06-05 14:29:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 14:29:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 14:29:02 program INFO Avvio loop principale -2015-06-05 14:29:02 queue INFO 3 [0] -2015-06-05 14:29:03 queue INFO >3 [1] -2015-06-05 14:29:03 sendUrl INFO 3 [0] R:OK -2015-06-05 14:29:03 sendUrl INFO 3 [1] R:OK -2015-06-05 14:29:53 queue INFO >>3 [2] -2015-06-05 14:29:53 sendUrl INFO 3 [2] R:OK -2015-06-05 14:30:01 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 14:30:01 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 14:30:01 program INFO Avvio loop principale -2015-06-05 14:30:02 queue INFO 3 [0] -2015-06-05 14:30:02 queue INFO >3 [1] -2015-06-05 14:30:02 sendUrl INFO 3 [0] R:OK -2015-06-05 14:30:03 sendUrl INFO 3 [1] R:OK -2015-06-05 14:30:52 queue INFO >>3 [2] -2015-06-05 14:30:52 sendUrl INFO 3 [2] R:OK -2015-06-05 14:31:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 14:31:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 14:31:02 program INFO Avvio loop principale -2015-06-05 14:31:02 queue INFO 3 [0] -2015-06-05 14:31:02 queue INFO >3 [1] -2015-06-05 14:31:02 sendUrl INFO 3 [0] R:OK -2015-06-05 14:31:03 sendUrl INFO 3 [1] R:OK -2015-06-05 14:31:52 queue INFO >>3 [2] -2015-06-05 14:31:52 sendUrl INFO 3 [2] R:OK -2015-06-05 14:32:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 14:32:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 14:32:02 program INFO Avvio loop principale -2015-06-05 14:32:02 queue INFO 3 [0] -2015-06-05 14:32:02 queue INFO >3 [1] -2015-06-05 14:32:03 sendUrl INFO 3 [0] R:OK -2015-06-05 14:32:03 sendUrl INFO 3 [1] R:OK -2015-06-05 14:32:52 queue INFO >>3 [2] -2015-06-05 14:32:53 sendUrl INFO 3 [2] R:OK -2015-06-05 14:33:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 14:33:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 14:33:02 program INFO Avvio loop principale -2015-06-05 14:33:03 queue INFO 3 [0] -2015-06-05 14:33:03 queue INFO >3 [1] -2015-06-05 14:33:03 sendUrl INFO 3 [0] R:OK -2015-06-05 14:33:03 sendUrl INFO 3 [1] R:OK -2015-06-05 14:33:53 queue INFO >>3 [2] -2015-06-05 14:33:54 sendUrl INFO 3 [2] R:OK -2015-06-05 14:34:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 14:34:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 14:34:02 program INFO Avvio loop principale -2015-06-05 14:34:02 queue INFO 3 [0] -2015-06-05 14:34:02 queue INFO >3 [1] -2015-06-05 14:34:02 sendUrl INFO 3 [0] R:OK -2015-06-05 14:34:03 sendUrl INFO 3 [1] R:OK -2015-06-05 14:34:52 queue INFO >>3 [2] -2015-06-05 14:34:52 sendUrl INFO 3 [2] R:OK -2015-06-05 14:35:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 14:35:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 14:35:02 program INFO Avvio loop principale -2015-06-05 14:35:02 queue INFO 3 [0] -2015-06-05 14:35:02 queue INFO >3 [1] -2015-06-05 14:35:03 sendUrl INFO 3 [0] R:OK -2015-06-05 14:35:03 sendUrl INFO 3 [1] R:OK -2015-06-05 14:35:52 queue INFO >>3 [2] -2015-06-05 14:35:52 sendUrl INFO 3 [2] R:OK -2015-06-05 14:36:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 14:36:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 14:36:02 program INFO Avvio loop principale -2015-06-05 14:36:02 queue INFO 3 [0] -2015-06-05 14:36:03 queue INFO >3 [1] -2015-06-05 14:36:03 sendUrl INFO 3 [0] R:OK -2015-06-05 14:36:03 sendUrl INFO 3 [1] R:OK -2015-06-05 14:36:53 queue INFO >>3 [2] -2015-06-05 14:36:53 sendUrl INFO 3 [2] R:OK -2015-06-05 14:37:01 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 14:37:01 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 14:37:01 program INFO Avvio loop principale -2015-06-05 14:37:02 queue INFO 3 [0] -2015-06-05 14:37:02 queue INFO >3 [1] -2015-06-05 14:37:02 sendUrl INFO 3 [0] R:OK -2015-06-05 14:37:03 sendUrl INFO 3 [1] R:OK -2015-06-05 14:37:52 queue INFO >>3 [2] -2015-06-05 14:37:52 sendUrl INFO 3 [2] R:OK -2015-06-05 14:38:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 14:38:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 14:38:02 program INFO Avvio loop principale -2015-06-05 14:38:02 queue INFO 3 [0] -2015-06-05 14:38:02 queue INFO >3 [1] -2015-06-05 14:38:02 sendUrl INFO 3 [0] R:OK -2015-06-05 14:38:03 sendUrl INFO 3 [1] R:OK -2015-06-05 14:38:52 queue INFO >>3 [2] -2015-06-05 14:38:52 sendUrl INFO 3 [2] R:OK -2015-06-05 14:39:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 14:39:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 14:39:02 program INFO Avvio loop principale -2015-06-05 14:39:02 queue INFO 3 [0] -2015-06-05 14:39:02 queue INFO >3 [1] -2015-06-05 14:39:03 sendUrl INFO 3 [0] R:OK -2015-06-05 14:39:03 sendUrl INFO 3 [1] R:OK -2015-06-05 14:39:52 queue INFO >>3 [2] -2015-06-05 14:39:52 sendUrl INFO 3 [2] R:OK -2015-06-05 14:40:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 14:40:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 14:40:02 program INFO Avvio loop principale -2015-06-05 14:40:02 queue INFO 3 [0] -2015-06-05 14:40:03 queue INFO >3 [1] -2015-06-05 14:40:03 sendUrl INFO 3 [0] R:OK -2015-06-05 14:40:03 sendUrl INFO 3 [1] R:OK -2015-06-05 14:40:53 queue INFO >>3 [2] -2015-06-05 14:40:53 sendUrl INFO 3 [2] R:OK -2015-06-05 14:41:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 14:41:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 14:41:02 program INFO Avvio loop principale -2015-06-05 14:41:02 queue INFO 3 [0] -2015-06-05 14:41:02 queue INFO >3 [1] -2015-06-05 14:41:02 sendUrl INFO 3 [0] R:OK -2015-06-05 14:41:03 sendUrl INFO 3 [1] R:OK -2015-06-05 14:41:52 queue INFO >>3 [2] -2015-06-05 14:41:52 sendUrl INFO 3 [2] R:OK -2015-06-05 14:42:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 14:42:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 14:42:02 program INFO Avvio loop principale -2015-06-05 14:42:02 queue INFO 3 [0] -2015-06-05 14:42:02 queue INFO >3 [1] -2015-06-05 14:42:03 sendUrl INFO 3 [0] R:OK -2015-06-05 14:42:03 sendUrl INFO 3 [1] R:OK -2015-06-05 14:42:52 queue INFO >>3 [2] -2015-06-05 14:42:52 sendUrl INFO 3 [2] R:OK -2015-06-05 14:43:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 14:43:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 14:43:02 program INFO Avvio loop principale -2015-06-05 14:43:02 queue INFO 3 [0] -2015-06-05 14:43:03 queue INFO >3 [1] -2015-06-05 14:43:03 sendUrl INFO 3 [0] R:OK -2015-06-05 14:43:03 sendUrl INFO 3 [1] R:OK -2015-06-05 14:43:52 queue INFO >>3 [2] -2015-06-05 14:43:53 sendUrl INFO 3 [2] R:OK -2015-06-05 14:44:01 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 14:44:01 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 14:44:01 program INFO Avvio loop principale -2015-06-05 14:44:02 queue INFO 3 [0] -2015-06-05 14:44:02 queue INFO >3 [1] -2015-06-05 14:44:02 sendUrl INFO 3 [0] R:OK -2015-06-05 14:44:03 sendUrl INFO 3 [1] R:OK -2015-06-05 14:44:52 queue INFO >>3 [2] -2015-06-05 14:44:52 sendUrl INFO 3 [2] R:OK -2015-06-05 14:45:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 14:45:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 14:45:02 program INFO Avvio loop principale -2015-06-05 14:45:02 queue INFO 3 [0] -2015-06-05 14:45:02 queue INFO >3 [1] -2015-06-05 14:45:02 sendUrl INFO 3 [0] R:OK -2015-06-05 14:45:03 sendUrl INFO 3 [1] R:OK -2015-06-05 14:45:52 queue INFO >>3 [2] -2015-06-05 14:45:52 sendUrl INFO 3 [2] R:OK -2015-06-05 14:46:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 14:46:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 14:46:02 program INFO Avvio loop principale -2015-06-05 14:46:02 queue INFO 3 [0] -2015-06-05 14:46:02 queue INFO >3 [1] -2015-06-05 14:46:03 sendUrl INFO 3 [0] R:OK -2015-06-05 14:46:03 sendUrl INFO 3 [1] R:OK -2015-06-05 14:46:52 queue INFO >>3 [2] -2015-06-05 14:46:54 sendUrl INFO 3 [2] R:OK -2015-06-05 14:47:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 14:47:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 14:47:02 program INFO Avvio loop principale -2015-06-05 14:47:02 queue INFO 3 [0] -2015-06-05 14:47:03 queue INFO >3 [1] -2015-06-05 14:47:03 sendUrl INFO 3 [0] R:OK -2015-06-05 14:47:03 sendUrl INFO 3 [1] R:OK -2015-06-05 14:47:53 queue INFO >>3 [2] -2015-06-05 14:47:53 sendUrl INFO 3 [2] R:OK -2015-06-05 14:48:01 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 14:48:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 14:48:02 program INFO Avvio loop principale -2015-06-05 14:48:02 queue INFO 3 [0] -2015-06-05 14:48:02 queue INFO >3 [1] -2015-06-05 14:48:02 sendUrl INFO 3 [0] R:OK -2015-06-05 14:48:03 sendUrl INFO 3 [1] R:OK -2015-06-05 14:48:52 queue INFO >>3 [2] -2015-06-05 14:48:52 sendUrl INFO 3 [2] R:OK -2015-06-05 14:49:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 14:49:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 14:49:02 program INFO Avvio loop principale -2015-06-05 14:49:02 queue INFO 3 [0] -2015-06-05 14:49:02 queue INFO >3 [1] -2015-06-05 14:49:02 sendUrl INFO 3 [0] R:OK -2015-06-05 14:49:03 sendUrl INFO 3 [1] R:OK -2015-06-05 14:49:52 queue INFO >>3 [2] -2015-06-05 14:49:52 sendUrl INFO 3 [2] R:OK -2015-06-05 14:50:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 14:50:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 14:50:02 program INFO Avvio loop principale -2015-06-05 14:50:02 queue INFO 3 [0] -2015-06-05 14:50:02 queue INFO >3 [1] -2015-06-05 14:50:03 sendUrl INFO 3 [0] R:OK -2015-06-05 14:50:03 sendUrl INFO 3 [1] R:OK -2015-06-05 14:50:52 queue INFO >>3 [2] -2015-06-05 14:50:53 sendUrl INFO 3 [2] R:OK -2015-06-05 14:51:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 14:51:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 14:51:02 program INFO Avvio loop principale -2015-06-05 14:51:03 queue INFO 3 [0] -2015-06-05 14:51:03 queue INFO >3 [1] -2015-06-05 14:51:03 sendUrl INFO 3 [0] R:OK -2015-06-05 14:51:03 sendUrl INFO 3 [1] R:OK -2015-06-05 14:51:53 queue INFO >>3 [2] -2015-06-05 14:51:53 sendUrl INFO 3 [2] R:OK -2015-06-05 14:52:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 14:52:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 14:52:02 program INFO Avvio loop principale -2015-06-05 14:52:02 queue INFO 3 [0] -2015-06-05 14:52:02 queue INFO >3 [1] -2015-06-05 14:52:02 sendUrl INFO 3 [0] R:OK -2015-06-05 14:52:03 sendUrl INFO 3 [1] R:OK -2015-06-05 14:52:52 queue INFO >>3 [2] -2015-06-05 14:52:52 sendUrl INFO 3 [2] R:OK -2015-06-05 14:53:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 14:53:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 14:53:02 program INFO Avvio loop principale -2015-06-05 14:53:02 queue INFO 3 [0] -2015-06-05 14:53:02 queue INFO >3 [1] -2015-06-05 14:53:03 sendUrl INFO 3 [0] R:OK -2015-06-05 14:53:03 sendUrl INFO 3 [1] R:OK -2015-06-05 14:53:52 queue INFO >>3 [2] -2015-06-05 14:53:52 sendUrl INFO 3 [2] R:OK -2015-06-05 14:54:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 14:54:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 14:54:02 program INFO Avvio loop principale -2015-06-05 14:54:02 queue INFO 3 [0] -2015-06-05 14:54:03 queue INFO >3 [1] -2015-06-05 14:54:03 sendUrl INFO 3 [0] R:OK -2015-06-05 14:54:03 sendUrl INFO 3 [1] R:OK -2015-06-05 14:54:53 queue INFO >>3 [2] -2015-06-05 14:54:53 sendUrl INFO 3 [2] R:OK -2015-06-05 14:55:01 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 14:55:01 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 14:55:01 program INFO Avvio loop principale -2015-06-05 14:55:02 queue INFO 3 [0] -2015-06-05 14:55:02 queue INFO >3 [1] -2015-06-05 14:55:02 sendUrl INFO 3 [0] R:OK -2015-06-05 14:55:03 sendUrl INFO 3 [1] R:OK -2015-06-05 14:55:52 queue INFO >>3 [2] -2015-06-05 14:55:52 sendUrl INFO 3 [2] R:OK -2015-06-05 14:56:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 14:56:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 14:56:02 program INFO Avvio loop principale -2015-06-05 14:56:02 queue INFO 3 [0] -2015-06-05 14:56:02 queue INFO >3 [1] -2015-06-05 14:56:02 sendUrl INFO 3 [0] R:OK -2015-06-05 14:56:03 sendUrl INFO 3 [1] R:OK -2015-06-05 14:56:52 queue INFO >>3 [2] -2015-06-05 14:56:52 sendUrl INFO 3 [2] R:OK -2015-06-05 14:57:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 14:57:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 14:57:02 program INFO Avvio loop principale -2015-06-05 14:57:02 queue INFO 3 [0] -2015-06-05 14:57:02 queue INFO >3 [1] -2015-06-05 14:57:03 sendUrl INFO 3 [0] R:OK -2015-06-05 14:57:03 sendUrl INFO 3 [1] R:OK -2015-06-05 14:57:52 queue INFO >>3 [2] -2015-06-05 14:57:52 sendUrl INFO 3 [2] R:OK -2015-06-05 14:58:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 14:58:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 14:58:02 program INFO Avvio loop principale -2015-06-05 14:58:03 queue INFO 3 [0] -2015-06-05 14:58:03 queue INFO >3 [1] -2015-06-05 14:58:03 sendUrl INFO 3 [0] R:OK -2015-06-05 14:58:03 sendUrl INFO 3 [1] R:OK -2015-06-05 14:58:53 queue INFO >>3 [2] -2015-06-05 14:58:53 sendUrl INFO 3 [2] R:OK -2015-06-05 14:59:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 14:59:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 14:59:02 program INFO Avvio loop principale -2015-06-05 14:59:02 queue INFO 3 [0] -2015-06-05 14:59:02 queue INFO >3 [1] -2015-06-05 14:59:02 sendUrl INFO 3 [0] R:OK -2015-06-05 14:59:03 sendUrl INFO 3 [1] R:OK -2015-06-05 14:59:52 queue INFO >>3 [2] -2015-06-05 14:59:53 sendUrl INFO 3 [2] R:OK -2015-06-05 15:00:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 15:00:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 15:00:02 program INFO Avvio loop principale -2015-06-05 15:00:02 queue INFO 3 [0] -2015-06-05 15:00:02 queue INFO >3 [1] -2015-06-05 15:00:03 sendUrl INFO 3 [0] R:OK -2015-06-05 15:00:03 sendUrl INFO 3 [1] R:OK -2015-06-05 15:00:52 queue INFO >>3 [2] -2015-06-05 15:00:52 sendUrl INFO 3 [2] R:OK -2015-06-05 15:01:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 15:01:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 15:01:02 program INFO Avvio loop principale -2015-06-05 15:01:02 queue INFO 3 [0] -2015-06-05 15:01:03 queue INFO >3 [1] -2015-06-05 15:01:03 sendUrl INFO 3 [0] R:OK -2015-06-05 15:01:03 sendUrl INFO 3 [1] R:OK -2015-06-05 15:01:52 queue INFO >>3 [2] -2015-06-05 15:01:53 sendUrl INFO 3 [2] R:OK -2015-06-05 15:02:01 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 15:02:01 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 15:02:01 program INFO Avvio loop principale -2015-06-05 15:02:02 queue INFO 3 [0] -2015-06-05 15:02:02 queue INFO >3 [1] -2015-06-05 15:02:02 sendUrl INFO 3 [0] R:OK -2015-06-05 15:02:03 sendUrl INFO 3 [1] R:OK -2015-06-05 15:02:52 queue INFO >>3 [2] -2015-06-05 15:02:52 sendUrl INFO 3 [2] R:OK -2015-06-05 15:03:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 15:03:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 15:03:02 program INFO Avvio loop principale -2015-06-05 15:03:02 queue INFO 3 [0] -2015-06-05 15:03:02 queue INFO >3 [1] -2015-06-05 15:03:02 sendUrl INFO 3 [0] R:OK -2015-06-05 15:03:03 sendUrl INFO 3 [1] R:OK -2015-06-05 15:03:52 queue INFO >>3 [2] -2015-06-05 15:03:52 sendUrl INFO 3 [2] R:OK -2015-06-05 15:04:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 15:04:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 15:04:02 program INFO Avvio loop principale -2015-06-05 15:04:02 queue INFO 3 [0] -2015-06-05 15:04:02 queue INFO >3 [1] -2015-06-05 15:04:03 sendUrl INFO 3 [0] R:OK -2015-06-05 15:04:03 sendUrl INFO 3 [1] R:OK -2015-06-05 15:04:52 queue INFO >>3 [2] -2015-06-05 15:04:52 sendUrl INFO 3 [2] R:OK -2015-06-05 15:05:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 15:05:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 15:05:02 program INFO Avvio loop principale -2015-06-05 15:05:02 queue INFO 3 [0] -2015-06-05 15:05:03 queue INFO >3 [1] -2015-06-05 15:05:03 sendUrl INFO 3 [0] R:OK -2015-06-05 15:05:04 sendUrl INFO 3 [1] R:OK -2015-06-05 15:05:53 queue INFO >>3 [2] -2015-06-05 15:05:53 sendUrl INFO 3 [2] R:OK -2015-06-05 15:06:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 15:06:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 15:06:02 program INFO Avvio loop principale -2015-06-05 15:06:02 queue INFO 3 [0] -2015-06-05 15:06:02 queue INFO >3 [1] -2015-06-05 15:06:02 sendUrl INFO 3 [0] R:OK -2015-06-05 15:06:03 sendUrl INFO 3 [1] R:OK -2015-06-05 15:06:52 queue INFO >>3 [2] -2015-06-05 15:06:52 sendUrl INFO 3 [2] R:OK -2015-06-05 15:07:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 15:07:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 15:07:02 program INFO Avvio loop principale -2015-06-05 15:07:02 queue INFO 3 [0] -2015-06-05 15:07:02 queue INFO >3 [1] -2015-06-05 15:07:02 sendUrl INFO 3 [0] R:OK -2015-06-05 15:07:03 sendUrl INFO 3 [1] R:OK -2015-06-05 15:07:52 queue INFO >>3 [2] -2015-06-05 15:07:52 sendUrl INFO 3 [2] R:OK -2015-06-05 15:08:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 15:08:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 15:08:02 program INFO Avvio loop principale -2015-06-05 15:08:02 queue INFO 3 [0] -2015-06-05 15:08:03 queue INFO >3 [1] -2015-06-05 15:08:03 sendUrl INFO 3 [0] R:OK -2015-06-05 15:08:03 sendUrl INFO 3 [1] R:OK -2015-06-05 15:08:52 queue INFO >>3 [2] -2015-06-05 15:08:53 sendUrl INFO 3 [2] R:OK -2015-06-05 15:09:01 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 15:09:01 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 15:09:01 program INFO Avvio loop principale -2015-06-05 15:09:02 queue INFO 3 [0] -2015-06-05 15:09:02 queue INFO >3 [1] -2015-06-05 15:09:02 sendUrl INFO 3 [0] R:OK -2015-06-05 15:09:03 sendUrl INFO 3 [1] R:OK -2015-06-05 15:09:52 queue INFO >>3 [2] -2015-06-05 15:09:52 sendUrl INFO 3 [2] R:OK -2015-06-05 15:10:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 15:10:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 15:10:02 program INFO Avvio loop principale -2015-06-05 15:10:02 queue INFO 3 [0] -2015-06-05 15:10:02 queue INFO >3 [1] -2015-06-05 15:10:02 sendUrl INFO 3 [0] R:OK -2015-06-05 15:10:03 sendUrl INFO 3 [1] R:OK -2015-06-05 15:10:52 queue INFO >>3 [2] -2015-06-05 15:10:52 sendUrl INFO 3 [2] R:OK -2015-06-05 15:11:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 15:11:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 15:11:02 program INFO Avvio loop principale -2015-06-05 15:11:02 queue INFO 3 [0] -2015-06-05 15:11:02 queue INFO >3 [1] -2015-06-05 15:11:03 sendUrl INFO 3 [0] R:OK -2015-06-05 15:11:03 sendUrl INFO 3 [1] R:OK -2015-06-05 15:11:52 queue INFO >>3 [2] -2015-06-05 15:11:52 sendUrl INFO 3 [2] R:OK -2015-06-05 15:12:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 15:12:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 15:12:02 program INFO Avvio loop principale -2015-06-05 15:12:02 queue INFO 3 [0] -2015-06-05 15:12:03 queue INFO >3 [1] -2015-06-05 15:12:03 sendUrl INFO 3 [0] R:OK -2015-06-05 15:12:03 sendUrl INFO 3 [1] R:OK -2015-06-05 15:12:53 queue INFO >>3 [2] -2015-06-05 15:12:53 sendUrl INFO 3 [2] R:OK -2015-06-05 15:13:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 15:13:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 15:13:02 program INFO Avvio loop principale -2015-06-05 15:13:02 queue INFO 3 [0] -2015-06-05 15:13:02 queue INFO >3 [1] -2015-06-05 15:13:02 sendUrl INFO 3 [0] R:OK -2015-06-05 15:13:03 sendUrl INFO 3 [1] R:OK -2015-06-05 15:13:52 queue INFO >>3 [2] -2015-06-05 15:13:52 sendUrl INFO 3 [2] R:OK -2015-06-05 15:14:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 15:14:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 15:14:02 program INFO Avvio loop principale -2015-06-05 15:14:02 queue INFO 3 [0] -2015-06-05 15:14:02 queue INFO >3 [1] -2015-06-05 15:14:02 sendUrl INFO 3 [0] R:OK -2015-06-05 15:14:03 sendUrl INFO 3 [1] R:OK -2015-06-05 15:14:52 queue INFO >>3 [2] -2015-06-05 15:14:52 sendUrl INFO 3 [2] R:OK -2015-06-05 15:15:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 15:15:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 15:15:02 program INFO Avvio loop principale -2015-06-05 15:15:02 queue INFO 3 [0] -2015-06-05 15:15:02 queue INFO >3 [1] -2015-06-05 15:15:03 sendUrl INFO 3 [0] R:OK -2015-06-05 15:15:03 sendUrl INFO 3 [1] R:OK -2015-06-05 15:15:52 queue INFO >>3 [2] -2015-06-05 15:15:53 sendUrl INFO 3 [2] R:OK -2015-06-05 15:16:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 15:16:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 15:16:02 program INFO Avvio loop principale -2015-06-05 15:16:03 queue INFO 3 [0] -2015-06-05 15:16:03 queue INFO >3 [1] -2015-06-05 15:16:03 sendUrl INFO 3 [0] R:OK -2015-06-05 15:16:03 sendUrl INFO 3 [1] R:OK -2015-06-05 15:16:53 queue INFO >>3 [2] -2015-06-05 15:16:53 sendUrl INFO 3 [2] R:OK -2015-06-05 15:17:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 15:17:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 15:17:02 program INFO Avvio loop principale -2015-06-05 15:17:02 queue INFO 3 [0] -2015-06-05 15:17:02 queue INFO >3 [1] -2015-06-05 15:17:02 sendUrl INFO 3 [0] R:OK -2015-06-05 15:17:03 sendUrl INFO 3 [1] R:OK -2015-06-05 15:17:52 queue INFO >>3 [2] -2015-06-05 15:17:52 sendUrl INFO 3 [2] R:OK -2015-06-05 15:18:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 15:18:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 15:18:02 program INFO Avvio loop principale -2015-06-05 15:18:02 queue INFO 3 [0] -2015-06-05 15:18:02 queue INFO >3 [1] -2015-06-05 15:18:03 sendUrl INFO 3 [0] R:OK -2015-06-05 15:18:03 sendUrl INFO 3 [1] R:OK -2015-06-05 15:18:52 queue INFO >>3 [2] -2015-06-05 15:18:53 sendUrl INFO 3 [2] R:OK -2015-06-05 15:19:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 15:19:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 15:19:02 program INFO Avvio loop principale -2015-06-05 15:19:02 queue INFO 3 [0] -2015-06-05 15:19:03 queue INFO >3 [1] -2015-06-05 15:19:03 sendUrl INFO 3 [0] R:OK -2015-06-05 15:19:03 sendUrl INFO 3 [1] R:OK -2015-06-05 15:19:53 queue INFO >>3 [2] -2015-06-05 15:19:53 sendUrl INFO 3 [2] R:OK -2015-06-05 15:20:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 15:20:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 15:20:02 program INFO Avvio loop principale -2015-06-05 15:20:02 queue INFO 3 [0] -2015-06-05 15:20:02 queue INFO >3 [1] -2015-06-05 15:20:02 sendUrl INFO 3 [0] R:OK -2015-06-05 15:20:03 sendUrl INFO 3 [1] R:OK -2015-06-05 15:20:52 queue INFO >>3 [2] -2015-06-05 15:20:52 sendUrl INFO 3 [2] R:OK -2015-06-05 15:21:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 15:21:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 15:21:02 program INFO Avvio loop principale -2015-06-05 15:21:02 queue INFO 3 [0] -2015-06-05 15:21:02 queue INFO >3 [1] -2015-06-05 15:21:03 sendUrl INFO 3 [0] R:OK -2015-06-05 15:21:03 sendUrl INFO 3 [1] R:OK -2015-06-05 15:21:52 queue INFO >>3 [2] -2015-06-05 15:21:52 sendUrl INFO 3 [2] R:OK -2015-06-05 15:22:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 15:22:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 15:22:02 program INFO Avvio loop principale -2015-06-05 15:22:02 queue INFO 3 [0] -2015-06-05 15:22:03 queue INFO >3 [1] -2015-06-05 15:22:03 sendUrl INFO 3 [0] R:OK -2015-06-05 15:22:04 sendUrl INFO 3 [1] R:OK -2015-06-05 15:22:52 queue INFO >>3 [2] -2015-06-05 15:22:53 sendUrl INFO 3 [2] R:OK -2015-06-05 15:23:01 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 15:23:01 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 15:23:01 program INFO Avvio loop principale -2015-06-05 15:23:02 queue INFO 3 [0] -2015-06-05 15:23:02 queue INFO >3 [1] -2015-06-05 15:23:02 sendUrl INFO 3 [0] R:OK -2015-06-05 15:23:03 sendUrl INFO 3 [1] R:OK -2015-06-05 15:23:52 queue INFO >>3 [2] -2015-06-05 15:23:52 sendUrl INFO 3 [2] R:OK -2015-06-05 15:24:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 15:24:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 15:24:02 program INFO Avvio loop principale -2015-06-05 15:24:02 queue INFO 3 [0] -2015-06-05 15:24:02 queue INFO >3 [1] -2015-06-05 15:24:02 sendUrl INFO 3 [0] R:OK -2015-06-05 15:24:03 sendUrl INFO 3 [1] R:OK -2015-06-05 15:24:52 queue INFO >>3 [2] -2015-06-05 15:24:52 sendUrl INFO 3 [2] R:OK -2015-06-05 15:25:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 15:25:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 15:25:02 program INFO Avvio loop principale -2015-06-05 15:25:02 queue INFO 3 [0] -2015-06-05 15:25:02 queue INFO >3 [1] -2015-06-05 15:25:03 sendUrl INFO 3 [0] R:OK -2015-06-05 15:25:04 sendUrl INFO 3 [1] R:OK -2015-06-05 15:25:52 queue INFO >>3 [2] -2015-06-05 15:25:52 sendUrl INFO 3 [2] R:OK -2015-06-05 15:26:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 15:26:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 15:26:02 program INFO Avvio loop principale -2015-06-05 15:26:03 queue INFO 3 [0] -2015-06-05 15:26:03 queue INFO >3 [1] -2015-06-05 15:26:03 sendUrl INFO 3 [0] R:OK -2015-06-05 15:26:03 sendUrl INFO 3 [1] R:OK -2015-06-05 15:26:53 queue INFO >>3 [2] -2015-06-05 15:26:53 sendUrl INFO 3 [2] R:OK -2015-06-05 15:27:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 15:27:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 15:27:02 program INFO Avvio loop principale -2015-06-05 15:27:02 queue INFO 3 [0] -2015-06-05 15:27:02 queue INFO >3 [1] -2015-06-05 15:27:02 sendUrl INFO 3 [0] R:OK -2015-06-05 15:27:03 sendUrl INFO 3 [1] R:OK -2015-06-05 15:27:52 queue INFO >>3 [2] -2015-06-05 15:27:52 sendUrl INFO 3 [2] R:OK -2015-06-05 15:28:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 15:28:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 15:28:02 program INFO Avvio loop principale -2015-06-05 15:28:02 queue INFO 3 [0] -2015-06-05 15:28:02 queue INFO >3 [1] -2015-06-05 15:28:03 sendUrl INFO 3 [0] R:OK -2015-06-05 15:28:03 sendUrl INFO 3 [1] R:OK -2015-06-05 15:28:52 queue INFO >>3 [2] -2015-06-05 15:28:52 sendUrl INFO 3 [2] R:OK -2015-06-05 15:29:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 15:29:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 15:29:02 program INFO Avvio loop principale -2015-06-05 15:29:02 queue INFO 3 [0] -2015-06-05 15:29:03 queue INFO >3 [1] -2015-06-05 15:29:04 sendUrl INFO 3 [0] R:OK -2015-06-05 15:29:04 sendUrl INFO 3 [1] R:OK -2015-06-05 15:29:52 queue INFO >>3 [2] -2015-06-05 15:29:53 sendUrl INFO 3 [2] R:OK -2015-06-05 15:30:01 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 15:30:01 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 15:30:01 program INFO Avvio loop principale -2015-06-05 15:30:02 queue INFO 3 [0] -2015-06-05 15:30:02 queue INFO >3 [1] -2015-06-05 15:30:02 sendUrl INFO 3 [0] R:OK -2015-06-05 15:30:03 sendUrl INFO 3 [1] R:OK -2015-06-05 15:30:52 queue INFO >>3 [2] -2015-06-05 15:30:52 sendUrl INFO 3 [2] R:OK -2015-06-05 15:31:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 15:31:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 15:31:02 program INFO Avvio loop principale -2015-06-05 15:31:02 queue INFO 3 [0] -2015-06-05 15:31:02 queue INFO >3 [1] -2015-06-05 15:31:02 sendUrl INFO 3 [0] R:OK -2015-06-05 15:31:03 sendUrl INFO 3 [1] R:OK -2015-06-05 15:31:52 queue INFO >>3 [2] -2015-06-05 15:31:52 sendUrl INFO 3 [2] R:OK -2015-06-05 15:32:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 15:32:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 15:32:02 program INFO Avvio loop principale -2015-06-05 15:32:02 queue INFO 3 [0] -2015-06-05 15:32:02 queue INFO >3 [1] -2015-06-05 15:32:03 sendUrl INFO 3 [0] R:OK -2015-06-05 15:32:04 sendUrl INFO 3 [1] R:OK -2015-06-05 15:32:52 queue INFO >>3 [2] -2015-06-05 15:32:53 sendUrl INFO 3 [2] R:OK -2015-06-05 15:33:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 15:33:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 15:33:02 program INFO Avvio loop principale -2015-06-05 15:33:03 queue INFO 3 [0] -2015-06-05 15:33:03 queue INFO >3 [1] -2015-06-05 15:33:03 sendUrl INFO 3 [0] R:OK -2015-06-05 15:33:04 sendUrl INFO 3 [1] R:OK -2015-06-05 15:33:53 queue INFO >>3 [2] -2015-06-05 15:33:53 sendUrl INFO 3 [2] R:OK -2015-06-05 15:34:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 15:34:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 15:34:02 program INFO Avvio loop principale -2015-06-05 15:34:02 queue INFO 3 [0] -2015-06-05 15:34:02 queue INFO >3 [1] -2015-06-05 15:34:02 sendUrl INFO 3 [0] R:OK -2015-06-05 15:34:03 sendUrl INFO 3 [1] R:OK -2015-06-05 15:34:52 queue INFO >>3 [2] -2015-06-05 15:34:53 sendUrl INFO 3 [2] R:OK -2015-06-05 15:35:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 15:35:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 15:35:02 program INFO Avvio loop principale -2015-06-05 15:35:02 queue INFO 3 [0] -2015-06-05 15:35:02 queue INFO >3 [1] -2015-06-05 15:35:03 sendUrl INFO 3 [0] R:OK -2015-06-05 15:35:03 sendUrl INFO 3 [1] R:OK -2015-06-05 15:35:52 queue INFO >>3 [2] -2015-06-05 15:35:52 sendUrl INFO 3 [2] R:OK -2015-06-05 15:36:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 15:36:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 15:36:02 program INFO Avvio loop principale -2015-06-05 15:36:02 queue INFO 3 [0] -2015-06-05 15:36:03 queue INFO >3 [1] -2015-06-05 15:36:03 sendUrl INFO 3 [0] R:OK -2015-06-05 15:36:03 sendUrl INFO 3 [1] R:OK -2015-06-05 15:36:53 queue INFO >>3 [2] -2015-06-05 15:36:53 sendUrl INFO 3 [2] R:OK -2015-06-05 15:37:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 15:37:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 15:37:02 program INFO Avvio loop principale -2015-06-05 15:37:02 queue INFO 3 [0] -2015-06-05 15:37:02 queue INFO >3 [1] -2015-06-05 15:37:02 sendUrl INFO 3 [0] R:OK -2015-06-05 15:37:03 sendUrl INFO 3 [1] R:OK -2015-06-05 15:37:52 queue INFO >>3 [2] -2015-06-05 15:37:52 sendUrl INFO 3 [2] R:OK -2015-06-05 15:38:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 15:38:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 15:38:02 program INFO Avvio loop principale -2015-06-05 15:38:02 queue INFO 3 [0] -2015-06-05 15:38:02 queue INFO >3 [1] -2015-06-05 15:38:03 sendUrl INFO 3 [0] R:OK -2015-06-05 15:38:03 sendUrl INFO 3 [1] R:OK -2015-06-05 15:38:52 queue INFO >>3 [2] -2015-06-05 15:38:53 sendUrl INFO 3 [2] R:OK -2015-06-05 15:39:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 15:39:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 15:39:02 program INFO Avvio loop principale -2015-06-05 15:39:02 queue INFO 3 [0] -2015-06-05 15:39:03 queue INFO >3 [1] -2015-06-05 15:39:03 sendUrl INFO 3 [0] R:OK -2015-06-05 15:39:03 sendUrl INFO 3 [1] R:OK -2015-06-05 15:39:52 queue INFO >>3 [2] -2015-06-05 15:39:53 sendUrl INFO 3 [2] R:OK -2015-06-05 15:40:01 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 15:40:01 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 15:40:01 program INFO Avvio loop principale -2015-06-05 15:40:02 queue INFO 3 [0] -2015-06-05 15:40:02 queue INFO >3 [1] -2015-06-05 15:40:02 sendUrl INFO 3 [0] R:OK -2015-06-05 15:40:03 sendUrl INFO 3 [1] R:OK -2015-06-05 15:40:52 queue INFO >>3 [2] -2015-06-05 15:40:52 sendUrl INFO 3 [2] R:OK -2015-06-05 15:41:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 15:41:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 15:41:02 program INFO Avvio loop principale -2015-06-05 15:41:02 queue INFO 3 [0] -2015-06-05 15:41:02 queue INFO >3 [1] -2015-06-05 15:41:02 sendUrl INFO 3 [0] R:OK -2015-06-05 15:41:03 sendUrl INFO 3 [1] R:OK -2015-06-05 15:41:52 queue INFO >>3 [2] -2015-06-05 15:41:52 sendUrl INFO 3 [2] R:OK -2015-06-05 15:42:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 15:42:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 15:42:02 program INFO Avvio loop principale -2015-06-05 15:42:02 queue INFO 3 [0] -2015-06-05 15:42:02 queue INFO >3 [1] -2015-06-05 15:42:03 sendUrl INFO 3 [0] R:OK -2015-06-05 15:42:04 sendUrl INFO 3 [1] R:OK -2015-06-05 15:42:52 queue INFO >>3 [2] -2015-06-05 15:42:52 sendUrl INFO 3 [2] R:OK -2015-06-05 15:43:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 15:43:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 15:43:02 program INFO Avvio loop principale -2015-06-05 15:43:03 queue INFO 3 [0] -2015-06-05 15:43:03 queue INFO >3 [1] -2015-06-05 15:43:03 sendUrl INFO 3 [0] R:OK -2015-06-05 15:43:03 sendUrl INFO 3 [1] R:OK -2015-06-05 15:43:53 queue INFO >>3 [2] -2015-06-05 15:43:53 sendUrl INFO 3 [2] R:OK -2015-06-05 15:44:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 15:44:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 15:44:02 program INFO Avvio loop principale -2015-06-05 15:44:02 queue INFO 3 [0] -2015-06-05 15:44:02 queue INFO >3 [1] -2015-06-05 15:44:02 sendUrl INFO 3 [0] R:OK -2015-06-05 15:44:03 sendUrl INFO 3 [1] R:OK -2015-06-05 15:44:52 queue INFO >>3 [2] -2015-06-05 15:44:52 sendUrl INFO 3 [2] R:OK -2015-06-05 15:45:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 15:45:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 15:45:02 program INFO Avvio loop principale -2015-06-05 15:45:02 queue INFO 3 [0] -2015-06-05 15:45:02 queue INFO >3 [1] -2015-06-05 15:45:03 sendUrl INFO 3 [0] R:OK -2015-06-05 15:45:03 sendUrl INFO 3 [1] R:OK -2015-06-05 15:45:52 queue INFO >>3 [2] -2015-06-05 15:45:52 sendUrl INFO 3 [2] R:OK -2015-06-05 15:46:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 15:46:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 15:46:02 program INFO Avvio loop principale -2015-06-05 15:46:02 queue INFO 3 [0] -2015-06-05 15:46:03 queue INFO >3 [1] -2015-06-05 15:46:03 sendUrl INFO 3 [0] R:OK -2015-06-05 15:46:03 sendUrl INFO 3 [1] R:OK -2015-06-05 15:46:53 queue INFO >>3 [2] -2015-06-05 15:46:53 sendUrl INFO 3 [2] R:OK -2015-06-05 15:47:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 15:47:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 15:47:02 program INFO Avvio loop principale -2015-06-05 15:47:02 queue INFO 3 [0] -2015-06-05 15:47:02 queue INFO >3 [1] -2015-06-05 15:47:02 sendUrl INFO 3 [0] R:OK -2015-06-05 15:47:03 sendUrl INFO 3 [1] R:OK -2015-06-05 15:47:52 queue INFO >>3 [2] -2015-06-05 15:47:52 sendUrl INFO 3 [2] R:OK -2015-06-05 15:48:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 15:48:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 15:48:02 program INFO Avvio loop principale -2015-06-05 15:48:02 queue INFO 3 [0] -2015-06-05 15:48:02 queue INFO >3 [1] -2015-06-05 15:48:03 sendUrl INFO 3 [0] R:OK -2015-06-05 15:48:03 sendUrl INFO 3 [1] R:OK -2015-06-05 15:48:52 queue INFO >>3 [2] -2015-06-05 15:48:52 sendUrl INFO 3 [2] R:OK -2015-06-05 15:49:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 15:49:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 15:49:02 program INFO Avvio loop principale -2015-06-05 15:49:02 queue INFO 3 [0] -2015-06-05 15:49:03 queue INFO >3 [1] -2015-06-05 15:49:03 sendUrl INFO 3 [0] R:OK -2015-06-05 15:49:03 sendUrl INFO 3 [1] R:OK -2015-06-05 15:49:53 queue INFO >>3 [2] -2015-06-05 15:49:53 sendUrl INFO 3 [2] R:OK -2015-06-05 15:50:01 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 15:50:01 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 15:50:02 program INFO Avvio loop principale -2015-06-05 15:50:02 queue INFO 3 [0] -2015-06-05 15:50:02 queue INFO >3 [1] -2015-06-05 15:50:02 sendUrl INFO 3 [0] R:OK -2015-06-05 15:50:03 sendUrl INFO 3 [1] R:OK -2015-06-05 15:50:52 queue INFO >>3 [2] -2015-06-05 15:50:52 sendUrl INFO 3 [2] R:OK -2015-06-05 15:51:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 15:51:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 15:51:02 program INFO Avvio loop principale -2015-06-05 15:51:02 queue INFO 3 [0] -2015-06-05 15:51:02 queue INFO >3 [1] -2015-06-05 15:51:04 sendUrl INFO 3 [0] R:OK -2015-06-05 15:51:04 sendUrl INFO 3 [1] R:OK -2015-06-05 15:51:52 queue INFO >>3 [2] -2015-06-05 15:51:55 sendUrl INFO 3 [2] R:OK -2015-06-05 15:52:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 15:52:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 15:52:02 program INFO Avvio loop principale -2015-06-05 15:52:02 queue INFO 3 [0] -2015-06-05 15:52:03 queue INFO >3 [1] -2015-06-05 15:52:03 sendUrl INFO 3 [0] R:OK -2015-06-05 15:52:03 sendUrl INFO 3 [1] R:OK -2015-06-05 15:52:52 queue INFO >>3 [2] -2015-06-05 15:52:53 sendUrl INFO 3 [2] R:OK -2015-06-05 15:53:01 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 15:53:01 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 15:53:01 program INFO Avvio loop principale -2015-06-05 15:53:02 queue INFO 3 [0] -2015-06-05 15:53:02 queue INFO >3 [1] -2015-06-05 15:53:02 sendUrl INFO 3 [0] R:OK -2015-06-05 15:53:03 sendUrl INFO 3 [1] R:OK -2015-06-05 15:53:52 queue INFO >>3 [2] -2015-06-05 15:53:53 sendUrl INFO 3 [2] R:OK -2015-06-05 15:54:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 15:54:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 15:54:02 program INFO Avvio loop principale -2015-06-05 15:54:02 queue INFO 3 [0] -2015-06-05 15:54:02 queue INFO >3 [1] -2015-06-05 15:54:02 sendUrl INFO 3 [0] R:OK -2015-06-05 15:54:03 sendUrl INFO 3 [1] R:OK -2015-06-05 15:54:52 queue INFO >>3 [2] -2015-06-05 15:54:52 sendUrl INFO 3 [2] R:OK -2015-06-05 15:55:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 15:55:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 15:55:02 program INFO Avvio loop principale -2015-06-05 15:55:02 queue INFO 3 [0] -2015-06-05 15:55:02 queue INFO >3 [1] -2015-06-05 15:55:03 sendUrl INFO 3 [0] R:OK -2015-06-05 15:55:03 sendUrl INFO 3 [1] R:OK -2015-06-05 15:55:52 queue INFO >>3 [2] -2015-06-05 15:55:52 sendUrl INFO 3 [2] R:OK -2015-06-05 15:56:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 15:56:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 15:56:02 program INFO Avvio loop principale -2015-06-05 15:56:03 queue INFO 3 [0] -2015-06-05 15:56:03 queue INFO >3 [1] -2015-06-05 15:56:03 sendUrl INFO 3 [0] R:OK -2015-06-05 15:56:03 sendUrl INFO 3 [1] R:OK -2015-06-05 15:56:53 queue INFO >>3 [2] -2015-06-05 15:56:53 sendUrl INFO 3 [2] R:OK -2015-06-05 15:57:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 15:57:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 15:57:02 program INFO Avvio loop principale -2015-06-05 15:57:02 queue INFO 3 [0] -2015-06-05 15:57:02 queue INFO >3 [1] -2015-06-05 15:57:02 sendUrl INFO 3 [0] R:OK -2015-06-05 15:57:03 sendUrl INFO 3 [1] R:OK -2015-06-05 15:57:52 queue INFO >>3 [2] -2015-06-05 15:57:52 sendUrl INFO 3 [2] R:OK -2015-06-05 15:58:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 15:58:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 15:58:02 program INFO Avvio loop principale -2015-06-05 15:58:02 queue INFO 3 [0] -2015-06-05 15:58:02 queue INFO >3 [1] -2015-06-05 15:58:03 sendUrl INFO 3 [0] R:OK -2015-06-05 15:58:03 sendUrl INFO 3 [1] R:OK -2015-06-05 15:58:52 queue INFO >>3 [2] -2015-06-05 15:58:52 sendUrl INFO 3 [2] R:OK -2015-06-05 15:59:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 15:59:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 15:59:02 program INFO Avvio loop principale -2015-06-05 15:59:02 queue INFO 3 [0] -2015-06-05 15:59:03 queue INFO >3 [1] -2015-06-05 15:59:03 sendUrl INFO 3 [0] R:OK -2015-06-05 15:59:03 sendUrl INFO 3 [1] R:OK -2015-06-05 15:59:53 queue INFO >>3 [2] -2015-06-05 15:59:53 sendUrl INFO 3 [2] R:OK -2015-06-05 16:00:01 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 16:00:01 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 16:00:01 program INFO Avvio loop principale -2015-06-05 16:00:02 queue INFO 3 [0] -2015-06-05 16:00:02 queue INFO >3 [1] -2015-06-05 16:00:02 sendUrl INFO 3 [0] R:OK -2015-06-05 16:00:03 sendUrl INFO 3 [1] R:OK -2015-06-05 16:00:52 queue INFO >>3 [2] -2015-06-05 16:00:52 sendUrl INFO 3 [2] R:OK -2015-06-05 16:01:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 16:01:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 16:01:02 program INFO Avvio loop principale -2015-06-05 16:01:02 queue INFO 3 [0] -2015-06-05 16:01:02 queue INFO >3 [1] -2015-06-05 16:01:02 sendUrl INFO 3 [0] R:OK -2015-06-05 16:01:03 sendUrl INFO 3 [1] R:OK -2015-06-05 16:01:52 queue INFO >>3 [2] -2015-06-05 16:01:52 sendUrl INFO 3 [2] R:OK -2015-06-05 16:02:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 16:02:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 16:02:02 program INFO Avvio loop principale -2015-06-05 16:02:02 queue INFO 3 [0] -2015-06-05 16:02:02 queue INFO >3 [1] -2015-06-05 16:02:03 sendUrl INFO 3 [0] R:OK -2015-06-05 16:02:03 sendUrl INFO 3 [1] R:OK -2015-06-05 16:02:52 queue INFO >>3 [2] -2015-06-05 16:02:52 sendUrl INFO 3 [2] R:OK -2015-06-05 16:03:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 16:03:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 16:03:02 program INFO Avvio loop principale -2015-06-05 16:03:03 queue INFO 3 [0] -2015-06-05 16:03:03 queue INFO >3 [1] -2015-06-05 16:03:03 sendUrl INFO 3 [0] R:OK -2015-06-05 16:03:03 sendUrl INFO 3 [1] R:OK -2015-06-05 16:03:53 queue INFO >>3 [2] -2015-06-05 16:03:53 sendUrl INFO 3 [2] R:OK -2015-06-05 16:04:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 16:04:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 16:04:02 program INFO Avvio loop principale -2015-06-05 16:04:02 queue INFO 3 [0] -2015-06-05 16:04:02 queue INFO >3 [1] -2015-06-05 16:04:02 sendUrl INFO 3 [0] R:OK -2015-06-05 16:04:03 sendUrl INFO 3 [1] R:OK -2015-06-05 16:04:52 queue INFO >>3 [2] -2015-06-05 16:04:52 sendUrl INFO 3 [2] R:OK -2015-06-05 16:05:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 16:05:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 16:05:02 program INFO Avvio loop principale -2015-06-05 16:05:02 queue INFO 3 [0] -2015-06-05 16:05:02 queue INFO >3 [1] -2015-06-05 16:05:03 sendUrl INFO 3 [0] R:OK -2015-06-05 16:05:03 sendUrl INFO 3 [1] R:OK -2015-06-05 16:05:52 queue INFO >>3 [2] -2015-06-05 16:05:52 sendUrl INFO 3 [2] R:OK -2015-06-05 16:06:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 16:06:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 16:06:02 program INFO Avvio loop principale -2015-06-05 16:06:02 queue INFO 3 [0] -2015-06-05 16:06:03 queue INFO >3 [1] -2015-06-05 16:06:03 sendUrl INFO 3 [0] R:OK -2015-06-05 16:06:03 sendUrl INFO 3 [1] R:OK -2015-06-05 16:06:53 queue INFO >>3 [2] -2015-06-05 16:06:53 sendUrl INFO 3 [2] R:OK -2015-06-05 16:07:01 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 16:07:01 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 16:07:01 program INFO Avvio loop principale -2015-06-05 16:07:02 queue INFO 3 [0] -2015-06-05 16:07:02 queue INFO >3 [1] -2015-06-05 16:07:02 sendUrl INFO 3 [0] R:OK -2015-06-05 16:07:03 sendUrl INFO 3 [1] R:OK -2015-06-05 16:07:52 queue INFO >>3 [2] -2015-06-05 16:07:52 sendUrl INFO 3 [2] R:OK -2015-06-05 16:08:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 16:08:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 16:08:02 program INFO Avvio loop principale -2015-06-05 16:08:02 queue INFO 3 [0] -2015-06-05 16:08:02 queue INFO >3 [1] -2015-06-05 16:08:02 sendUrl INFO 3 [0] R:OK -2015-06-05 16:08:03 sendUrl INFO 3 [1] R:OK -2015-06-05 16:08:52 queue INFO >>3 [2] -2015-06-05 16:08:52 sendUrl INFO 3 [2] R:OK -2015-06-05 16:09:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 16:09:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 16:09:02 program INFO Avvio loop principale -2015-06-05 16:09:02 queue INFO 3 [0] -2015-06-05 16:09:02 queue INFO >3 [1] -2015-06-05 16:09:03 sendUrl INFO 3 [0] R:OK -2015-06-05 16:09:03 sendUrl INFO 3 [1] R:OK -2015-06-05 16:09:52 queue INFO >>3 [2] -2015-06-05 16:09:53 sendUrl INFO 3 [2] R:OK -2015-06-05 16:10:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 16:10:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 16:10:02 program INFO Avvio loop principale -2015-06-05 16:10:03 queue INFO 3 [0] -2015-06-05 16:10:03 queue INFO >3 [1] -2015-06-05 16:10:03 sendUrl INFO 3 [0] R:OK -2015-06-05 16:10:03 sendUrl INFO 3 [1] R:OK -2015-06-05 16:10:53 queue INFO >>3 [2] -2015-06-05 16:10:53 sendUrl INFO 3 [2] R:OK -2015-06-05 16:11:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 16:11:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 16:11:02 program INFO Avvio loop principale -2015-06-05 16:11:02 queue INFO 3 [0] -2015-06-05 16:11:02 queue INFO >3 [1] -2015-06-05 16:11:02 sendUrl INFO 3 [0] R:OK -2015-06-05 16:11:03 sendUrl INFO 3 [1] R:OK -2015-06-05 16:11:52 queue INFO >>3 [2] -2015-06-05 16:11:52 sendUrl INFO 3 [2] R:OK -2015-06-05 16:12:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 16:12:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 16:12:02 program INFO Avvio loop principale -2015-06-05 16:12:02 queue INFO 3 [0] -2015-06-05 16:12:02 queue INFO >3 [1] -2015-06-05 16:12:03 sendUrl INFO 3 [0] R:OK -2015-06-05 16:12:03 sendUrl INFO 3 [1] R:OK -2015-06-05 16:12:52 queue INFO >>3 [2] -2015-06-05 16:12:53 sendUrl INFO 3 [2] R:OK -2015-06-05 16:13:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 16:13:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 16:13:02 program INFO Avvio loop principale -2015-06-05 16:13:02 queue INFO 3 [0] -2015-06-05 16:13:03 queue INFO >3 [1] -2015-06-05 16:13:03 sendUrl INFO 3 [0] R:OK -2015-06-05 16:13:03 sendUrl INFO 3 [1] R:OK -2015-06-05 16:13:52 queue INFO >>3 [2] -2015-06-05 16:13:53 sendUrl INFO 3 [2] R:OK -2015-06-05 16:14:01 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 16:14:01 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 16:14:01 program INFO Avvio loop principale -2015-06-05 16:14:02 queue INFO 3 [0] -2015-06-05 16:14:02 queue INFO >3 [1] -2015-06-05 16:14:02 sendUrl INFO 3 [0] R:OK -2015-06-05 16:14:03 sendUrl INFO 3 [1] R:OK -2015-06-05 16:14:52 queue INFO >>3 [2] -2015-06-05 16:14:52 sendUrl INFO 3 [2] R:OK -2015-06-05 16:15:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 16:15:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 16:15:02 program INFO Avvio loop principale -2015-06-05 16:15:02 queue INFO 3 [0] -2015-06-05 16:15:02 queue INFO >3 [1] -2015-06-05 16:15:02 sendUrl INFO 3 [0] R:OK -2015-06-05 16:15:03 sendUrl INFO 3 [1] R:OK -2015-06-05 16:15:52 queue INFO >>3 [2] -2015-06-05 16:15:52 sendUrl INFO 3 [2] R:OK -2015-06-05 16:16:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 16:16:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 16:16:02 program INFO Avvio loop principale -2015-06-05 16:16:02 queue INFO 3 [0] -2015-06-05 16:16:02 queue INFO >3 [1] -2015-06-05 16:16:03 sendUrl INFO 3 [0] R:OK -2015-06-05 16:16:03 sendUrl INFO 3 [1] R:OK -2015-06-05 16:16:52 queue INFO >>3 [2] -2015-06-05 16:16:52 sendUrl INFO 3 [2] R:OK -2015-06-05 16:17:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 16:17:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 16:17:02 program INFO Avvio loop principale -2015-06-05 16:17:03 queue INFO 3 [0] -2015-06-05 16:17:03 queue INFO >3 [1] -2015-06-05 16:17:03 sendUrl INFO 3 [0] R:OK -2015-06-05 16:17:04 sendUrl INFO 3 [1] R:OK -2015-06-05 16:17:53 queue INFO >>3 [2] -2015-06-05 16:17:53 sendUrl INFO 3 [2] R:OK -2015-06-05 16:18:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 16:18:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 16:18:02 program INFO Avvio loop principale -2015-06-05 16:18:02 queue INFO 3 [0] -2015-06-05 16:18:02 queue INFO >3 [1] -2015-06-05 16:18:02 sendUrl INFO 3 [0] R:OK -2015-06-05 16:18:03 sendUrl INFO 3 [1] R:OK -2015-06-05 16:18:52 queue INFO >>3 [2] -2015-06-05 16:18:52 sendUrl INFO 3 [2] R:OK -2015-06-05 16:19:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 16:19:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 16:19:02 program INFO Avvio loop principale -2015-06-05 16:19:02 queue INFO 3 [0] -2015-06-05 16:19:02 queue INFO >3 [1] -2015-06-05 16:19:03 sendUrl INFO 3 [0] R:OK -2015-06-05 16:19:03 sendUrl INFO 3 [1] R:OK -2015-06-05 16:19:52 queue INFO >>3 [2] -2015-06-05 16:19:52 sendUrl INFO 3 [2] R:OK -2015-06-05 16:20:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 16:20:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 16:20:02 program INFO Avvio loop principale -2015-06-05 16:20:02 queue INFO 3 [0] -2015-06-05 16:20:03 queue INFO >3 [1] -2015-06-05 16:20:03 sendUrl INFO 3 [0] R:OK -2015-06-05 16:20:03 sendUrl INFO 3 [1] R:OK -2015-06-05 16:20:53 queue INFO >>3 [2] -2015-06-05 16:20:53 sendUrl INFO 3 [2] R:OK -2015-06-05 16:21:01 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 16:21:01 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 16:21:02 program INFO Avvio loop principale -2015-06-05 16:21:02 queue INFO 3 [0] -2015-06-05 16:21:02 queue INFO >3 [1] -2015-06-05 16:21:02 sendUrl INFO 3 [0] R:OK -2015-06-05 16:21:03 sendUrl INFO 3 [1] R:OK -2015-06-05 16:21:52 queue INFO >>3 [2] -2015-06-05 16:21:52 sendUrl INFO 3 [2] R:OK -2015-06-05 16:22:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 16:22:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 16:22:02 program INFO Avvio loop principale -2015-06-05 16:22:02 queue INFO 3 [0] -2015-06-05 16:22:02 queue INFO >3 [1] -2015-06-05 16:22:02 sendUrl INFO 3 [0] R:OK -2015-06-05 16:22:03 sendUrl INFO 3 [1] R:OK -2015-06-05 16:22:52 queue INFO >>3 [2] -2015-06-05 16:22:53 sendUrl INFO 3 [2] R:OK -2015-06-05 16:23:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 16:23:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 16:23:02 program INFO Avvio loop principale -2015-06-05 16:23:02 queue INFO 3 [0] -2015-06-05 16:23:02 queue INFO >3 [1] -2015-06-05 16:23:03 sendUrl INFO 3 [0] R:OK -2015-06-05 16:23:03 sendUrl INFO 3 [1] R:OK -2015-06-05 16:23:52 queue INFO >>3 [2] -2015-06-05 16:23:53 sendUrl INFO 3 [2] R:OK -2015-06-05 16:24:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 16:24:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 16:24:02 program INFO Avvio loop principale -2015-06-05 16:24:03 queue INFO 3 [0] -2015-06-05 16:24:03 queue INFO >3 [1] -2015-06-05 16:24:03 sendUrl INFO 3 [0] R:OK -2015-06-05 16:24:03 sendUrl INFO 3 [1] R:OK -2015-06-05 16:24:53 queue INFO >>3 [2] -2015-06-05 16:24:53 sendUrl INFO 3 [2] R:OK -2015-06-05 16:25:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 16:25:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 16:25:02 program INFO Avvio loop principale -2015-06-05 16:25:02 queue INFO 3 [0] -2015-06-05 16:25:02 queue INFO >3 [1] -2015-06-05 16:25:02 sendUrl INFO 3 [0] R:OK -2015-06-05 16:25:03 sendUrl INFO 3 [1] R:OK -2015-06-05 16:25:52 queue INFO >>3 [2] -2015-06-05 16:25:52 sendUrl INFO 3 [2] R:OK -2015-06-05 16:26:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 16:26:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 16:26:02 program INFO Avvio loop principale -2015-06-05 16:26:02 queue INFO 3 [0] -2015-06-05 16:26:02 queue INFO >3 [1] -2015-06-05 16:26:03 sendUrl INFO 3 [0] R:OK -2015-06-05 16:26:03 sendUrl INFO 3 [1] R:OK -2015-06-05 16:26:52 queue INFO >>3 [2] -2015-06-05 16:26:55 sendUrl INFO 3 [2] R:OK -2015-06-05 16:27:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 16:27:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 16:27:02 program INFO Avvio loop principale -2015-06-05 16:27:02 queue INFO 3 [0] -2015-06-05 16:27:03 queue INFO >3 [1] -2015-06-05 16:27:03 sendUrl INFO 3 [0] R:OK -2015-06-05 16:27:03 sendUrl INFO 3 [1] R:OK -2015-06-05 16:27:53 queue INFO >>3 [2] -2015-06-05 16:27:53 sendUrl INFO 3 [2] R:OK -2015-06-05 16:28:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 16:28:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 16:28:02 program INFO Avvio loop principale -2015-06-05 16:28:02 queue INFO 3 [0] -2015-06-05 16:28:02 queue INFO >3 [1] -2015-06-05 16:28:02 sendUrl INFO 3 [0] R:OK -2015-06-05 16:28:03 sendUrl INFO 3 [1] R:OK -2015-06-05 16:28:52 queue INFO >>3 [2] -2015-06-05 16:28:52 sendUrl INFO 3 [2] R:OK -2015-06-05 16:29:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 16:29:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 16:29:02 program INFO Avvio loop principale -2015-06-05 16:29:02 queue INFO 3 [0] -2015-06-05 16:29:02 queue INFO >3 [1] -2015-06-05 16:29:03 sendUrl INFO 3 [0] R:OK -2015-06-05 16:29:03 sendUrl INFO 3 [1] R:OK -2015-06-05 16:29:52 queue INFO >>3 [2] -2015-06-05 16:29:52 sendUrl INFO 3 [2] R:OK -2015-06-05 16:30:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 16:30:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 16:30:02 program INFO Avvio loop principale -2015-06-05 16:30:02 queue INFO 3 [0] -2015-06-05 16:30:03 queue INFO >3 [1] -2015-06-05 16:30:03 sendUrl INFO 3 [0] R:OK -2015-06-05 16:30:03 sendUrl INFO 3 [1] R:OK -2015-06-05 16:30:53 queue INFO >>3 [2] -2015-06-05 16:30:55 sendUrl INFO 3 [2] R:OK -2015-06-05 16:31:01 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 16:31:01 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 16:31:01 program INFO Avvio loop principale -2015-06-05 16:31:02 queue INFO 3 [0] -2015-06-05 16:31:02 queue INFO >3 [1] -2015-06-05 16:31:02 sendUrl INFO 3 [0] R:OK -2015-06-05 16:31:03 sendUrl INFO 3 [1] R:OK -2015-06-05 16:31:52 queue INFO >>3 [2] -2015-06-05 16:31:52 sendUrl INFO 3 [2] R:OK -2015-06-05 16:32:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 16:32:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 16:32:02 program INFO Avvio loop principale -2015-06-05 16:32:02 queue INFO 3 [0] -2015-06-05 16:32:02 queue INFO >3 [1] -2015-06-05 16:32:02 sendUrl INFO 3 [0] R:OK -2015-06-05 16:32:03 sendUrl INFO 3 [1] R:OK -2015-06-05 16:32:52 queue INFO >>3 [2] -2015-06-05 16:32:52 sendUrl INFO 3 [2] R:OK -2015-06-05 16:33:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 16:33:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 16:33:02 program INFO Avvio loop principale -2015-06-05 16:33:02 queue INFO 3 [0] -2015-06-05 16:33:02 queue INFO >3 [1] -2015-06-05 16:33:03 sendUrl INFO 3 [0] R:OK -2015-06-05 16:33:03 sendUrl INFO 3 [1] R:OK -2015-06-05 16:33:52 queue INFO >>3 [2] -2015-06-05 16:33:54 sendUrl INFO 3 [2] R:OK -2015-06-05 16:34:01 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 16:34:01 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 16:34:01 program INFO Avvio loop principale -2015-06-05 16:34:02 queue INFO 3 [0] -2015-06-05 16:34:02 queue INFO >3 [1] -2015-06-05 16:34:02 sendUrl INFO 3 [0] R:OK -2015-06-05 16:34:03 sendUrl INFO 3 [1] R:OK -2015-06-05 16:34:52 queue INFO >>3 [2] -2015-06-05 16:34:52 sendUrl INFO 3 [2] R:OK -2015-06-05 16:35:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 16:35:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 16:35:02 program INFO Avvio loop principale -2015-06-05 16:35:02 queue INFO 3 [0] -2015-06-05 16:35:02 queue INFO >3 [1] -2015-06-05 16:35:02 sendUrl INFO 3 [0] R:OK -2015-06-05 16:35:03 sendUrl INFO 3 [1] R:OK -2015-06-05 16:35:52 queue INFO >>3 [2] -2015-06-05 16:35:52 sendUrl INFO 3 [2] R:OK -2015-06-05 16:36:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 16:36:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 16:36:02 program INFO Avvio loop principale -2015-06-05 16:36:02 queue INFO 3 [0] -2015-06-05 16:36:02 queue INFO >3 [1] -2015-06-05 16:36:03 sendUrl INFO 3 [0] R:OK -2015-06-05 16:36:03 sendUrl INFO 3 [1] R:OK -2015-06-05 16:36:52 queue INFO >>3 [2] -2015-06-05 16:36:52 sendUrl INFO 3 [2] R:OK -2015-06-05 16:37:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 16:37:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 16:37:02 program INFO Avvio loop principale -2015-06-05 16:37:03 queue INFO 3 [0] -2015-06-05 16:37:03 queue INFO >3 [1] -2015-06-05 16:37:03 sendUrl INFO 3 [0] R:OK -2015-06-05 16:37:03 sendUrl INFO 3 [1] R:OK -2015-06-05 16:37:53 queue INFO >>3 [2] -2015-06-05 16:37:53 sendUrl INFO 3 [2] R:OK -2015-06-05 16:38:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 16:38:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 16:38:02 program INFO Avvio loop principale -2015-06-05 16:38:02 queue INFO 3 [0] -2015-06-05 16:38:02 queue INFO >3 [1] -2015-06-05 16:38:02 sendUrl INFO 3 [0] R:OK -2015-06-05 16:38:03 sendUrl INFO 3 [1] R:OK -2015-06-05 16:38:52 queue INFO >>3 [2] -2015-06-05 16:38:52 sendUrl INFO 3 [2] R:OK -2015-06-05 16:39:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 16:39:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 16:39:02 program INFO Avvio loop principale -2015-06-05 16:39:02 queue INFO 3 [0] -2015-06-05 16:39:02 queue INFO >3 [1] -2015-06-05 16:39:03 sendUrl INFO 3 [0] R:OK -2015-06-05 16:39:03 sendUrl INFO 3 [1] R:OK -2015-06-05 16:39:52 queue INFO >>3 [2] -2015-06-05 16:39:52 sendUrl INFO 3 [2] R:OK -2015-06-05 16:40:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 16:40:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 16:40:02 program INFO Avvio loop principale -2015-06-05 16:40:02 queue INFO 3 [0] -2015-06-05 16:40:03 queue INFO >3 [1] -2015-06-05 16:40:03 sendUrl INFO 3 [0] R:OK -2015-06-05 16:40:03 sendUrl INFO 3 [1] R:OK -2015-06-05 16:40:53 queue INFO >>3 [2] -2015-06-05 16:40:53 sendUrl INFO 3 [2] R:OK -2015-06-05 16:41:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 16:41:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 16:41:02 program INFO Avvio loop principale -2015-06-05 16:41:02 queue INFO 3 [0] -2015-06-05 16:41:02 queue INFO >3 [1] -2015-06-05 16:41:02 sendUrl INFO 3 [0] R:OK -2015-06-05 16:41:03 sendUrl INFO 3 [1] R:OK -2015-06-05 16:41:52 queue INFO >>3 [2] -2015-06-05 16:41:52 sendUrl INFO 3 [2] R:OK -2015-06-05 16:42:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 16:42:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 16:42:02 program INFO Avvio loop principale -2015-06-05 16:42:02 queue INFO 3 [0] -2015-06-05 16:42:02 queue INFO >3 [1] -2015-06-05 16:42:02 sendUrl INFO 3 [0] R:OK -2015-06-05 16:42:03 sendUrl INFO 3 [1] R:OK -2015-06-05 16:42:52 queue INFO >>3 [2] -2015-06-05 16:42:52 sendUrl INFO 3 [2] R:OK -2015-06-05 16:43:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 16:43:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 16:43:02 program INFO Avvio loop principale -2015-06-05 16:43:02 queue INFO 3 [0] -2015-06-05 16:43:03 queue INFO >3 [1] -2015-06-05 16:43:03 sendUrl INFO 3 [0] R:OK -2015-06-05 16:43:03 sendUrl INFO 3 [1] R:OK -2015-06-05 16:43:52 queue INFO >>3 [2] -2015-06-05 16:43:53 sendUrl INFO 3 [2] R:OK -2015-06-05 16:44:01 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 16:44:01 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 16:44:01 program INFO Avvio loop principale -2015-06-05 16:44:02 queue INFO 3 [0] -2015-06-05 16:44:02 queue INFO >3 [1] -2015-06-05 16:44:02 sendUrl INFO 3 [0] R:OK -2015-06-05 16:44:03 sendUrl INFO 3 [1] R:OK -2015-06-05 16:44:52 queue INFO >>3 [2] -2015-06-05 16:44:52 sendUrl INFO 3 [2] R:OK -2015-06-05 16:45:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 16:45:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 16:45:02 program INFO Avvio loop principale -2015-06-05 16:45:02 queue INFO 3 [0] -2015-06-05 16:45:02 queue INFO >3 [1] -2015-06-05 16:45:02 sendUrl INFO 3 [0] R:OK -2015-06-05 16:45:03 sendUrl INFO 3 [1] R:OK -2015-06-05 16:45:52 queue INFO >>3 [2] -2015-06-05 16:45:52 sendUrl INFO 3 [2] R:OK -2015-06-05 16:46:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 16:46:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 16:46:02 program INFO Avvio loop principale -2015-06-05 16:46:02 queue INFO 3 [0] -2015-06-05 16:46:02 queue INFO >3 [1] -2015-06-05 16:46:03 sendUrl INFO 3 [0] R:OK -2015-06-05 16:46:03 sendUrl INFO 3 [1] R:OK -2015-06-05 16:46:52 queue INFO >>3 [2] -2015-06-05 16:46:53 sendUrl INFO 3 [2] R:OK -2015-06-05 16:47:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 16:47:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 16:47:02 program INFO Avvio loop principale -2015-06-05 16:47:03 queue INFO 3 [0] -2015-06-05 16:47:03 queue INFO >3 [1] -2015-06-05 16:47:03 sendUrl INFO 3 [0] R:OK -2015-06-05 16:47:03 sendUrl INFO 3 [1] R:OK -2015-06-05 16:47:53 queue INFO >>3 [2] -2015-06-05 16:47:53 sendUrl INFO 3 [2] R:OK -2015-06-05 16:48:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 16:48:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 16:48:02 program INFO Avvio loop principale -2015-06-05 16:48:02 queue INFO 3 [0] -2015-06-05 16:48:02 queue INFO >3 [1] -2015-06-05 16:48:02 sendUrl INFO 3 [0] R:OK -2015-06-05 16:48:03 sendUrl INFO 3 [1] R:OK -2015-06-05 16:48:52 queue INFO >>3 [2] -2015-06-05 16:48:52 sendUrl INFO 3 [2] R:OK -2015-06-05 16:49:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 16:49:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 16:49:02 program INFO Avvio loop principale -2015-06-05 16:49:02 queue INFO 3 [0] -2015-06-05 16:49:02 queue INFO >3 [1] -2015-06-05 16:49:03 sendUrl INFO 3 [0] R:OK -2015-06-05 16:49:03 sendUrl INFO 3 [1] R:OK -2015-06-05 16:49:52 queue INFO >>3 [2] -2015-06-05 16:49:52 sendUrl INFO 3 [2] R:OK -2015-06-05 16:50:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 16:50:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 16:50:02 program INFO Avvio loop principale -2015-06-05 16:50:02 queue INFO 3 [0] -2015-06-05 16:50:03 queue INFO >3 [1] -2015-06-05 16:50:03 sendUrl INFO 3 [0] R:OK -2015-06-05 16:50:03 sendUrl INFO 3 [1] R:OK -2015-06-05 16:50:53 queue INFO >>3 [2] -2015-06-05 16:50:53 sendUrl INFO 3 [2] R:OK -2015-06-05 16:51:01 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 16:51:01 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 16:51:01 program INFO Avvio loop principale -2015-06-05 16:51:02 queue INFO 3 [0] -2015-06-05 16:51:02 queue INFO >3 [1] -2015-06-05 16:51:02 sendUrl INFO 3 [0] R:OK -2015-06-05 16:51:03 sendUrl INFO 3 [1] R:OK -2015-06-05 16:51:52 queue INFO >>3 [2] -2015-06-05 16:51:52 sendUrl INFO 3 [2] R:OK -2015-06-05 16:52:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 16:52:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 16:52:02 program INFO Avvio loop principale -2015-06-05 16:52:02 queue INFO 3 [0] -2015-06-05 16:52:02 queue INFO >3 [1] -2015-06-05 16:52:02 sendUrl INFO 3 [0] R:OK -2015-06-05 16:52:03 sendUrl INFO 3 [1] R:OK -2015-06-05 16:52:52 queue INFO >>3 [2] -2015-06-05 16:52:52 sendUrl INFO 3 [2] R:OK -2015-06-05 16:53:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 16:53:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 16:53:02 program INFO Avvio loop principale -2015-06-05 16:53:02 queue INFO 3 [0] -2015-06-05 16:53:02 queue INFO >3 [1] -2015-06-05 16:53:03 sendUrl INFO 3 [0] R:OK -2015-06-05 16:53:03 sendUrl INFO 3 [1] R:OK -2015-06-05 16:53:52 queue INFO >>3 [2] -2015-06-05 16:53:52 sendUrl INFO 3 [2] R:OK -2015-06-05 16:54:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 16:54:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 16:54:02 program INFO Avvio loop principale -2015-06-05 16:54:02 queue INFO 3 [0] -2015-06-05 16:54:03 queue INFO >3 [1] -2015-06-05 16:54:03 sendUrl INFO 3 [0] R:OK -2015-06-05 16:54:03 sendUrl INFO 3 [1] R:OK -2015-06-05 16:55:10 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 16:55:10 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 16:55:10 program INFO Avvio loop principale -2015-06-05 16:55:11 queue INFO 0 [0] -2015-06-05 16:55:11 queue INFO >0 [1] -2015-06-05 16:55:11 program ERROR Server Non raggiungibile -2015-06-05 16:56:01 queue INFO >>0 [2] -2015-06-05 16:56:24 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 16:56:24 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 16:56:24 program INFO Avvio loop principale -2015-06-05 16:56:24 queue INFO 0 [0] -2015-06-05 16:56:25 queue INFO >0 [1] -2015-06-05 16:56:25 program ERROR Server Non raggiungibile -2015-06-05 16:57:24 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-06-05 16:57:25 program INFO Start ReadPar IOB-pi v.1.8 -2015-06-05 16:57:25 program INFO Avvio loop principale -2015-06-05 16:57:25 queue INFO 7 [0] -2015-06-05 16:57:25 queue INFO >7 [1] -2015-06-05 16:57:26 sendUrl INFO 7 [0] R:OK -2015-06-05 16:57:26 sendUrl INFO 7 [1] R:OK -2015-09-08 12:55:54 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-09-08 12:55:54 program INFO Start ReadPar IOB-pi v.1.8 -2015-09-08 12:55:54 program INFO Avvio loop principale -2015-09-08 12:55:55 queue INFO 7 [0] -2015-09-08 12:55:55 queue INFO >7 [1] -2015-09-08 12:55:55 sendUrl INFO 7 [0] R:OK -2015-09-08 12:55:56 sendUrl INFO 7 [1] R:OK -2015-09-08 12:56:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-09-08 12:56:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-09-08 12:56:02 program INFO Avvio loop principale -2015-09-08 12:56:02 queue INFO 7 [0] -2015-09-08 12:56:03 queue INFO >7 [1] -2015-09-08 12:56:03 sendUrl INFO 7 [0] R:OK -2015-09-08 12:56:03 sendUrl INFO 7 [1] R:OK -2015-09-08 12:56:53 queue INFO >>7 [2] -2015-09-08 12:56:53 sendUrl INFO 7 [2] R:OK -2015-09-08 12:57:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-09-08 12:57:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-09-08 12:57:02 program INFO Avvio loop principale -2015-09-08 12:57:02 queue INFO 7 [0] -2015-09-08 12:57:02 queue INFO >7 [1] -2015-09-08 12:57:02 sendUrl INFO 7 [0] R:OK -2015-09-08 12:57:03 sendUrl INFO 7 [1] R:OK -2015-09-08 12:57:52 queue INFO >>7 [2] -2015-09-08 12:57:52 sendUrl INFO 7 [2] R:OK -2015-09-08 12:58:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-09-08 12:58:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-09-08 12:58:02 program INFO Avvio loop principale -2015-09-08 12:58:02 queue INFO 7 [0] -2015-09-08 12:58:02 queue INFO >7 [1] -2015-09-08 12:58:03 sendUrl INFO 7 [0] R:OK -2015-09-08 12:58:03 sendUrl INFO 7 [1] R:OK -2015-09-08 12:58:52 queue INFO >>7 [2] -2015-09-08 12:58:52 sendUrl INFO 7 [2] R:OK -2015-09-08 12:59:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-09-08 12:59:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-09-08 12:59:02 program INFO Avvio loop principale -2015-09-08 12:59:02 queue INFO 7 [0] -2015-09-08 12:59:03 queue INFO >7 [1] -2015-09-08 12:59:03 sendUrl INFO 7 [0] R:OK -2015-09-08 12:59:03 sendUrl INFO 7 [1] R:OK -2015-09-08 12:59:52 queue INFO >>7 [2] -2015-09-08 12:59:54 sendUrl INFO 7 [2] R:OK -2015-09-08 13:00:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-09-08 13:00:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-09-08 13:00:02 program INFO Avvio loop principale -2015-09-08 13:00:03 queue INFO 7 [0] -2015-09-08 13:00:03 queue INFO >7 [1] -2015-09-08 13:00:03 sendUrl INFO 7 [0] R:OK -2015-09-08 13:00:04 sendUrl INFO 7 [1] R:OK -2015-09-08 13:00:53 queue INFO >>7 [2] -2015-09-08 13:00:53 sendUrl INFO 7 [2] R:OK -2015-09-08 13:01:43 queue INFO >>7 [3] -2015-09-08 13:01:43 sendUrl INFO 7 [3] R:OK -2015-09-08 13:01:52 queue INFO 3 [4] -2015-09-08 13:01:52 queue INFO >3 [5] -2015-09-08 13:01:52 sendUrl INFO 3 [4] R:OK -2015-09-08 13:01:53 sendUrl INFO 3 [5] R:OK -2015-09-08 13:01:54 queue INFO B [6] -2015-09-08 13:01:54 queue INFO >B [7] -2015-09-08 13:01:54 sendUrl INFO B [6] R:OK -2015-09-08 13:01:54 queue INFO 3 [8] -2015-09-08 13:01:55 queue INFO >3 [9] -2015-09-08 13:01:55 sendUrl INFO B [7] R:OK -2015-09-08 13:01:55 sendUrl INFO 3 [8] R:OK -2015-09-08 13:01:56 queue INFO 7 [10] -2015-09-08 13:01:56 queue INFO >7 [11] -2015-09-08 13:01:56 sendUrl INFO 3 [9] R:OK -2015-09-08 13:01:56 queue INFO 3 [12] -2015-09-08 13:01:56 sendUrl INFO 7 [10] R:OK -2015-09-08 13:01:56 queue INFO >3 [13] -2015-09-08 13:01:57 sendUrl INFO 7 [11] R:OK -2015-09-08 13:01:57 sendUrl INFO 3 [12] R:OK -2015-09-08 13:01:57 queue INFO 7 [14] -2015-09-08 13:01:58 queue INFO >7 [15] -2015-09-08 13:01:58 sendUrl INFO 3 [13] R:OK -2015-09-08 13:01:58 queue INFO 3 [16] -2015-09-08 13:01:58 queue INFO >3 [17] -2015-09-08 13:01:58 sendUrl INFO 7 [14] R:OK -2015-09-08 13:01:59 queue INFO 7 [18] -2015-09-08 13:01:59 sendUrl INFO 7 [15] R:OK -2015-09-08 13:01:59 queue INFO >7 [19] -2015-09-08 13:01:59 sendUrl INFO 3 [16] R:OK -2015-09-08 13:01:59 queue INFO 3 [20] -2015-09-08 13:02:00 queue INFO >3 [21] -2015-09-08 13:02:00 sendUrl INFO 3 [17] R:OK -2015-09-08 13:02:00 sendUrl INFO 7 [18] R:OK -2015-09-08 13:02:01 sendUrl INFO 7 [19] R:OK -2015-09-08 13:02:01 sendUrl INFO 3 [20] R:OK -2015-09-08 13:02:02 sendUrl INFO 3 [21] R:OK -2015-09-08 13:02:54 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-09-08 13:02:54 program INFO Start ReadPar IOB-pi v.1.8 -2015-09-08 13:02:54 program INFO Avvio loop principale -2015-09-08 13:02:54 queue INFO 3 [0] -2015-09-08 13:02:54 queue INFO >3 [1] -2015-09-08 13:02:58 sendUrl INFO 3 [0] R:OK -2015-09-08 13:02:58 sendUrl INFO 3 [1] R:OK -2016-08-03 14:07:18 queue INFO >>3 [2] -2016-08-03 14:07:18 sendUrl INFO 3 [2] R:OK -2016-08-03 14:08:08 queue INFO >>3 [3] -2016-08-03 14:08:09 sendUrl INFO 3 [3] R:OK -2016-08-03 14:08:58 queue INFO >>3 [4] -2016-08-03 14:08:58 sendUrl INFO 3 [4] R:OK -2016-08-03 14:09:48 queue INFO >>3 [5] -2016-08-03 14:09:49 sendUrl INFO 3 [5] R:OK -2016-08-03 14:10:39 queue INFO >>3 [6] -2016-08-03 14:10:39 sendUrl INFO 3 [6] R:OK -2016-08-03 14:11:29 queue INFO >>3 [7] -2016-08-03 14:11:29 sendUrl INFO 3 [7] R:OK -2016-08-03 14:12:19 queue INFO >>3 [8] -2016-08-03 14:12:19 sendUrl INFO 3 [8] R:OK -2016-08-03 14:13:09 queue INFO >>3 [9] -2016-08-03 14:13:09 sendUrl INFO 3 [9] R:OK -2016-08-03 14:13:59 queue INFO >>3 [10] -2016-08-03 14:13:59 sendUrl INFO 3 [10] R:OK -2016-08-03 14:14:49 queue INFO >>3 [11] -2016-08-03 14:14:49 sendUrl INFO 3 [11] R:OK -2016-08-03 14:15:39 queue INFO >>3 [12] -2016-08-03 14:15:40 sendUrl INFO 3 [12] R:OK -2016-08-03 14:16:29 queue INFO >>3 [13] -2016-08-03 14:16:30 sendUrl INFO 3 [13] R:OK -2016-08-03 14:17:20 queue INFO >>3 [14] -2016-08-03 14:17:20 sendUrl INFO 3 [14] R:OK -2016-08-03 14:18:10 queue INFO >>3 [15] -2016-08-03 14:18:10 sendUrl INFO 3 [15] R:OK -2016-08-03 14:19:00 queue INFO >>3 [16] -2016-08-03 14:19:00 sendUrl INFO 3 [16] R:OK -2016-08-03 14:19:50 queue INFO >>3 [17] -2016-08-03 14:19:50 sendUrl INFO 3 [17] R:OK -2016-08-03 14:20:40 queue INFO >>3 [18] -2016-08-03 14:20:41 sendUrl INFO 3 [18] R:OK -2016-08-03 14:21:30 queue INFO >>3 [19] -2016-08-03 14:21:31 sendUrl INFO 3 [19] R:OK -2016-08-03 14:22:21 queue INFO >>3 [20] -2016-08-03 14:22:21 sendUrl INFO 3 [20] R:OK -2016-08-03 14:23:11 queue INFO >>3 [21] -2016-08-03 14:23:11 sendUrl INFO 3 [21] R:OK -2016-08-03 14:24:01 queue INFO >>3 [22] -2016-08-03 14:24:01 sendUrl INFO 3 [22] R:OK -2016-08-03 14:24:51 queue INFO >>3 [23] -2016-08-03 14:24:51 sendUrl INFO 3 [23] R:OK -2016-08-03 14:25:41 queue INFO >>3 [24] -2016-08-03 14:25:42 sendUrl INFO 3 [24] R:OK -2016-08-03 14:26:31 queue INFO >>3 [25] -2016-08-03 14:26:31 sendUrl INFO 3 [25] R:OK -2016-08-03 14:27:21 queue INFO >>3 [26] -2016-08-03 14:27:22 sendUrl INFO 3 [26] R:OK -2016-08-03 14:28:12 queue INFO >>3 [27] -2016-08-03 14:28:12 sendUrl INFO 3 [27] R:OK -2016-08-03 14:29:02 queue INFO >>3 [28] -2016-08-03 14:29:02 sendUrl INFO 3 [28] R:OK -2016-08-03 14:29:52 queue INFO >>3 [29] -2016-08-03 14:29:52 sendUrl INFO 3 [29] R:OK -2016-08-03 14:30:42 queue INFO >>3 [30] -2016-08-03 14:30:42 sendUrl INFO 3 [30] R:OK -2016-08-03 14:31:32 queue INFO >>3 [31] -2016-08-03 14:31:33 sendUrl INFO 3 [31] R:OK -2016-08-03 14:32:22 queue INFO >>3 [32] -2016-08-03 14:32:23 sendUrl INFO 3 [32] R:OK -2016-08-03 14:33:13 queue INFO >>3 [33] -2016-08-03 14:33:13 sendUrl INFO 3 [33] R:OK -2016-08-03 14:34:03 queue INFO >>3 [34] -2016-08-03 14:34:03 sendUrl INFO 3 [34] R:OK -2016-08-03 14:34:53 queue INFO >>3 [35] -2016-08-03 14:34:53 sendUrl INFO 3 [35] R:OK -2016-08-03 14:35:43 queue INFO >>3 [36] -2016-08-03 14:35:43 sendUrl INFO 3 [36] R:OK -2016-08-03 14:36:33 queue INFO >>3 [37] -2016-08-03 14:36:34 sendUrl INFO 3 [37] R:OK -2016-08-03 14:37:23 queue INFO >>3 [38] -2016-08-03 14:37:23 sendUrl INFO 3 [38] R:OK -2016-08-03 14:38:13 queue INFO >>3 [39] -2016-08-03 14:38:14 sendUrl INFO 3 [39] R:OK -2016-08-03 14:39:04 queue INFO >>3 [40] -2016-08-03 14:39:04 sendUrl INFO 3 [40] R:OK -2016-08-03 14:39:54 queue INFO >>3 [41] -2016-08-03 14:39:54 sendUrl INFO 3 [41] R:OK -2016-08-03 14:40:44 queue INFO >>3 [42] -2016-08-03 14:40:44 sendUrl INFO 3 [42] R:OK -2016-08-03 14:41:34 queue INFO >>3 [43] -2016-08-03 14:41:35 sendUrl INFO 3 [43] R:OK -2016-08-03 14:42:24 queue INFO >>3 [44] -2016-08-03 14:42:24 sendUrl INFO 3 [44] R:OK -2016-08-03 14:43:14 queue INFO >>3 [45] -2016-08-03 14:43:15 sendUrl INFO 3 [45] R:OK -2016-08-03 14:44:05 queue INFO >>3 [46] -2016-08-03 14:44:05 sendUrl INFO 3 [46] R:OK -2016-08-03 14:44:55 queue INFO >>3 [47] -2016-08-03 14:44:55 sendUrl INFO 3 [47] R:OK -2016-08-03 14:45:45 queue INFO >>3 [48] -2016-08-03 14:45:45 sendUrl INFO 3 [48] R:OK -2016-08-03 14:46:35 queue INFO >>3 [49] -2016-08-03 14:46:35 sendUrl INFO 3 [49] R:OK -2016-08-03 14:47:25 queue INFO >>3 [50] -2016-08-03 14:47:25 sendUrl INFO 3 [50] R:OK -2016-08-03 14:48:15 queue INFO >>3 [51] -2016-08-03 14:48:16 sendUrl INFO 3 [51] R:OK -2016-08-03 14:49:05 queue INFO >>3 [52] -2016-08-03 14:49:06 sendUrl INFO 3 [52] R:OK -2016-08-03 14:49:56 queue INFO >>3 [53] -2016-08-03 14:49:56 sendUrl INFO 3 [53] R:OK -2016-08-03 14:50:46 queue INFO >>3 [54] -2016-08-03 14:50:46 sendUrl INFO 3 [54] R:OK -2016-08-03 14:51:36 queue INFO >>3 [55] -2016-08-03 14:51:36 sendUrl INFO 3 [55] R:OK -2016-08-03 14:52:26 queue INFO >>3 [56] -2016-08-03 14:52:27 sendUrl INFO 3 [56] R:OK -2016-08-03 14:53:16 queue INFO >>3 [57] -2016-08-03 14:53:16 sendUrl INFO 3 [57] R:OK -2016-08-03 14:54:06 queue INFO >>3 [58] -2016-08-03 14:54:07 sendUrl INFO 3 [58] R:OK -2016-08-03 14:54:57 queue INFO >>3 [59] -2016-08-03 14:54:57 sendUrl INFO 3 [59] R:OK -2016-08-03 14:55:47 queue INFO >>3 [60] -2016-08-03 14:55:47 sendUrl INFO 3 [60] R:OK -2016-08-03 14:56:37 queue INFO >>3 [61] -2016-08-03 14:56:37 sendUrl INFO 3 [61] R:OK -2016-08-03 14:57:27 queue INFO >>3 [62] -2016-08-03 14:57:28 sendUrl INFO 3 [62] R:OK -2016-08-03 14:58:17 queue INFO >>3 [63] -2016-08-03 14:58:17 sendUrl INFO 3 [63] R:OK -2016-08-03 14:59:07 queue INFO >>3 [64] -2016-08-03 14:59:08 sendUrl INFO 3 [64] R:OK -2016-08-03 14:59:57 queue INFO >>3 [65] -2016-08-03 14:59:58 sendUrl INFO 3 [65] R:OK -2016-08-03 15:00:48 queue INFO >>3 [66] -2016-08-03 15:00:48 sendUrl INFO 3 [66] R:OK -2016-08-03 15:01:38 queue INFO >>3 [67] -2016-08-03 15:01:38 sendUrl INFO 3 [67] R:OK -2016-08-03 15:02:28 queue INFO >>3 [68] -2016-08-03 15:02:28 sendUrl INFO 3 [68] R:OK -2016-08-03 15:03:18 queue INFO >>3 [69] -2016-08-03 15:03:18 sendUrl INFO 3 [69] R:OK -2016-08-03 15:04:08 queue INFO >>3 [70] -2016-08-03 15:04:09 sendUrl INFO 3 [70] R:OK -2016-08-03 15:04:58 queue INFO >>3 [71] -2016-08-03 15:04:59 sendUrl INFO 3 [71] R:OK -2016-08-03 15:05:49 queue INFO >>3 [72] -2016-08-03 15:05:49 sendUrl INFO 3 [72] R:OK -2016-08-03 15:06:39 queue INFO >>3 [73] -2016-08-03 15:06:39 sendUrl INFO 3 [73] R:OK -2016-08-03 15:07:29 queue INFO >>3 [74] -2016-08-03 15:07:29 sendUrl INFO 3 [74] R:OK -2016-08-03 15:08:19 queue INFO >>3 [75] -2016-08-03 15:08:19 sendUrl INFO 3 [75] R:OK -2016-08-03 15:09:09 queue INFO >>3 [76] -2016-08-03 15:09:09 sendUrl INFO 3 [76] R:OK -2016-08-03 15:09:59 queue INFO >>3 [77] -2016-08-03 15:10:00 sendUrl INFO 3 [77] R:OK -2016-08-03 15:10:49 queue INFO >>3 [78] -2016-08-03 15:10:50 sendUrl INFO 3 [78] R:OK -2016-08-03 15:11:40 queue INFO >>3 [79] -2016-08-03 15:11:40 sendUrl INFO 3 [79] R:OK -2016-08-03 15:12:30 queue INFO >>3 [80] -2016-08-03 15:12:30 sendUrl INFO 3 [80] R:OK -2016-08-03 15:13:20 queue INFO >>3 [81] -2016-08-03 15:13:20 sendUrl INFO 3 [81] R:OK -2016-08-03 15:14:10 queue INFO >>3 [82] -2016-08-03 15:14:10 sendUrl INFO 3 [82] R:OK -2016-08-03 15:15:00 queue INFO >>3 [83] -2016-08-03 15:15:01 sendUrl INFO 3 [83] R:OK -2016-08-03 15:15:50 queue INFO >>3 [84] -2016-08-03 15:15:51 sendUrl INFO 3 [84] R:OK -2016-08-03 15:16:41 queue INFO >>3 [85] -2016-08-03 15:16:41 sendUrl INFO 3 [85] R:OK -2016-08-03 15:17:31 queue INFO >>3 [86] -2016-08-03 15:17:31 sendUrl INFO 3 [86] R:OK -2016-08-03 15:18:21 queue INFO >>3 [87] -2016-08-03 15:18:21 sendUrl INFO 3 [87] R:OK -2016-08-03 15:19:11 queue INFO >>3 [88] -2016-08-03 15:19:11 sendUrl INFO 3 [88] R:OK -2016-08-03 15:20:01 queue INFO >>3 [89] -2016-08-03 15:20:02 sendUrl INFO 3 [89] R:OK -2016-08-03 15:20:51 queue INFO >>3 [90] -2016-08-03 15:20:52 sendUrl INFO 3 [90] R:OK -2016-08-03 15:21:41 queue INFO >>3 [91] -2016-08-03 15:21:42 sendUrl INFO 3 [91] R:OK -2016-08-03 15:22:32 queue INFO >>3 [92] -2016-08-03 15:22:32 sendUrl INFO 3 [92] R:OK -2016-08-03 15:23:22 queue INFO >>3 [93] -2016-08-03 15:23:22 sendUrl INFO 3 [93] R:OK -2016-08-03 15:24:12 queue INFO >>3 [94] -2016-08-03 15:24:12 sendUrl INFO 3 [94] R:OK -2016-08-03 15:25:02 queue INFO >>3 [95] -2016-08-03 15:25:02 sendUrl INFO 3 [95] R:OK -2016-08-03 15:25:52 queue INFO >>3 [96] -2016-08-03 15:25:53 sendUrl INFO 3 [96] R:OK -2016-08-03 15:26:42 queue INFO >>3 [97] -2016-08-03 15:26:42 sendUrl INFO 3 [97] R:OK -2016-08-03 15:27:32 queue INFO >>3 [98] -2016-08-03 15:27:33 sendUrl INFO 3 [98] R:OK -2016-08-03 15:28:23 queue INFO >>3 [99] -2016-08-03 15:28:23 sendUrl INFO 3 [99] R:OK -2016-08-03 15:29:13 queue INFO >>3 [100] -2016-08-03 15:29:13 sendUrl INFO 3 [100] R:OK -2016-08-03 15:30:03 queue INFO >>3 [101] -2016-08-03 15:30:03 sendUrl INFO 3 [101] R:OK -2016-08-03 15:30:53 queue INFO >>3 [102] -2016-08-03 15:30:53 sendUrl INFO 3 [102] R:OK -2016-08-03 15:31:43 queue INFO >>3 [103] -2016-08-03 15:31:43 sendUrl INFO 3 [103] R:OK -2016-08-03 15:32:33 queue INFO >>3 [104] -2016-08-03 15:32:34 sendUrl INFO 3 [104] R:OK -2016-08-03 15:33:23 queue INFO >>3 [105] -2016-08-03 15:33:24 sendUrl INFO 3 [105] R:OK -2016-08-03 15:34:14 queue INFO >>3 [106] -2016-08-03 15:34:14 sendUrl INFO 3 [106] R:OK -2016-08-03 15:35:04 queue INFO >>3 [107] -2016-08-03 15:35:04 sendUrl INFO 3 [107] R:OK -2016-08-03 15:35:54 queue INFO >>3 [108] -2016-08-03 15:35:54 sendUrl INFO 3 [108] R:OK -2016-08-03 15:36:44 queue INFO >>3 [109] -2016-08-03 15:36:44 sendUrl INFO 3 [109] R:OK -2016-08-03 15:37:34 queue INFO >>3 [110] -2016-08-03 15:37:34 sendUrl INFO 3 [110] R:OK -2016-08-03 15:38:24 queue INFO >>3 [111] -2016-08-03 15:38:25 sendUrl INFO 3 [111] R:OK -2016-08-03 15:39:15 queue INFO >>3 [112] -2016-08-03 15:39:15 sendUrl INFO 3 [112] R:OK -2016-08-03 15:40:05 queue INFO >>3 [113] -2016-08-03 15:40:05 sendUrl INFO 3 [113] R:OK -2016-08-03 15:40:55 queue INFO >>3 [114] -2016-08-03 15:40:55 sendUrl INFO 3 [114] R:OK -2016-08-03 15:41:45 queue INFO >>3 [115] -2016-08-03 15:41:46 sendUrl INFO 3 [115] R:OK -2016-08-03 15:42:35 queue INFO >>3 [116] -2016-08-03 15:42:35 sendUrl INFO 3 [116] R:OK -2016-08-03 15:43:25 queue INFO >>3 [117] -2016-08-03 15:43:26 sendUrl INFO 3 [117] R:OK -2016-08-03 15:44:15 queue INFO >>3 [118] -2016-08-03 15:44:16 sendUrl INFO 3 [118] R:OK -2016-08-03 15:45:06 queue INFO >>3 [119] -2016-08-03 15:45:06 sendUrl INFO 3 [119] R:OK -2016-08-03 15:45:56 queue INFO >>3 [120] -2016-08-03 15:45:56 sendUrl INFO 3 [120] R:OK -2016-08-03 15:46:46 queue INFO >>3 [121] -2016-08-03 15:46:46 sendUrl INFO 3 [121] R:OK -2016-08-03 15:47:36 queue INFO >>3 [122] -2016-08-03 15:47:36 sendUrl INFO 3 [122] R:OK -2016-08-03 15:48:26 queue INFO >>3 [123] -2016-08-03 15:48:27 sendUrl INFO 3 [123] R:OK -2016-08-03 15:49:16 queue INFO >>3 [124] -2016-08-03 15:49:17 sendUrl INFO 3 [124] R:OK -2016-08-03 15:50:07 queue INFO >>3 [125] -2016-08-03 15:50:07 sendUrl INFO 3 [125] R:OK -2016-08-03 15:50:57 queue INFO >>3 [126] -2016-08-03 15:50:57 sendUrl INFO 3 [126] R:OK -2016-08-03 15:51:47 queue INFO >>3 [127] -2016-08-03 15:51:47 sendUrl INFO 3 [127] R:OK -2016-08-03 15:52:37 queue INFO >>3 [128] -2016-08-03 15:52:37 sendUrl INFO 3 [128] R:OK -2016-08-03 15:53:27 queue INFO >>3 [129] -2016-08-03 15:53:27 sendUrl INFO 3 [129] R:OK -2016-08-03 15:54:17 queue INFO >>3 [130] -2016-08-03 15:54:18 sendUrl INFO 3 [130] R:OK -2016-08-03 15:55:07 queue INFO >>3 [131] -2016-08-03 15:55:08 sendUrl INFO 3 [131] R:OK -2016-08-03 15:55:58 queue INFO >>3 [132] -2016-08-03 15:55:58 sendUrl INFO 3 [132] R:OK -2016-08-03 15:56:48 queue INFO >>3 [133] -2016-08-03 15:56:48 sendUrl INFO 3 [133] R:OK -2016-08-03 15:57:38 queue INFO >>3 [134] -2016-08-03 15:57:38 sendUrl INFO 3 [134] R:OK -2016-08-03 15:58:28 queue INFO >>3 [135] -2016-08-03 15:58:28 sendUrl INFO 3 [135] R:OK -2016-08-03 15:59:18 queue INFO >>3 [136] -2016-08-03 15:59:19 sendUrl INFO 3 [136] R:OK -2016-08-03 16:00:08 queue INFO >>3 [137] -2016-08-03 16:00:08 sendUrl INFO 3 [137] R:OK -2016-08-03 16:00:59 queue INFO >>3 [138] -2016-08-03 16:00:59 sendUrl INFO 3 [138] R:OK -2016-08-03 16:01:49 queue INFO >>3 [139] -2016-08-03 16:01:49 sendUrl INFO 3 [139] R:OK -2016-08-03 16:02:39 queue INFO >>3 [140] -2016-08-03 16:02:39 sendUrl INFO 3 [140] R:OK -2016-08-03 16:03:29 queue INFO >>3 [141] -2016-08-03 16:03:29 sendUrl INFO 3 [141] R:OK -2016-08-03 16:04:19 queue INFO >>3 [142] -2016-08-03 16:04:20 sendUrl INFO 3 [142] R:OK -2016-08-03 16:05:09 queue INFO >>3 [143] -2016-08-03 16:05:10 sendUrl INFO 3 [143] R:OK -2016-08-03 16:05:59 queue INFO >>3 [144] -2016-08-03 16:06:00 sendUrl INFO 3 [144] R:OK -2016-08-03 16:06:50 queue INFO >>3 [145] -2016-08-03 16:06:50 sendUrl INFO 3 [145] R:OK -2016-08-03 16:07:40 queue INFO >>3 [146] -2016-08-03 16:07:40 sendUrl INFO 3 [146] R:OK -2016-08-03 16:08:30 queue INFO >>3 [147] -2016-08-03 16:08:30 sendUrl INFO 3 [147] R:OK -2016-08-03 16:09:20 queue INFO >>3 [148] -2016-08-03 16:09:20 sendUrl INFO 3 [148] R:OK -2016-08-03 16:10:10 queue INFO >>3 [149] -2016-08-03 16:10:11 sendUrl INFO 3 [149] R:OK -2016-08-03 16:11:00 queue INFO >>3 [150] -2016-08-03 16:11:01 sendUrl INFO 3 [150] R:OK -2016-08-03 16:11:51 queue INFO >>3 [151] -2016-08-03 16:11:51 sendUrl INFO 3 [151] R:OK -2016-08-03 16:12:41 queue INFO >>3 [152] -2016-08-03 16:12:41 sendUrl INFO 3 [152] R:OK -2016-08-03 16:13:31 queue INFO >>3 [153] -2016-08-03 16:13:31 sendUrl INFO 3 [153] R:OK -2016-08-03 16:14:21 queue INFO >>3 [154] -2016-08-03 16:14:21 sendUrl INFO 3 [154] R:OK -2016-08-03 16:15:11 queue INFO >>3 [155] -2016-08-03 16:15:12 sendUrl INFO 3 [155] R:OK -2016-08-03 16:16:01 queue INFO >>3 [156] -2016-08-03 16:16:01 sendUrl INFO 3 [156] R:OK -2016-08-03 16:16:51 queue INFO >>3 [157] -2016-08-03 16:16:52 sendUrl INFO 3 [157] R:OK -2016-08-03 16:17:42 queue INFO >>3 [158] -2016-08-03 16:17:42 sendUrl INFO 3 [158] R:OK -2016-08-03 16:18:32 queue INFO >>3 [159] -2016-08-03 16:18:32 sendUrl INFO 3 [159] R:OK -2016-08-03 16:19:22 queue INFO >>3 [160] -2016-08-03 16:19:22 sendUrl INFO 3 [160] R:OK -2016-08-03 16:20:12 queue INFO >>3 [161] -2016-08-03 16:20:12 sendUrl INFO 3 [161] R:OK -2016-08-03 16:21:02 queue INFO >>3 [162] -2016-08-03 16:21:03 sendUrl INFO 3 [162] R:OK -2016-08-03 16:21:52 queue INFO >>3 [163] -2016-08-03 16:21:53 sendUrl INFO 3 [163] R:OK -2016-08-03 16:22:43 queue INFO >>3 [164] -2016-08-03 16:22:43 sendUrl INFO 3 [164] R:OK -2016-08-03 16:23:33 queue INFO >>3 [165] -2016-08-03 16:23:33 sendUrl INFO 3 [165] R:OK -2016-08-03 16:24:23 queue INFO >>3 [166] -2016-08-03 16:24:23 sendUrl INFO 3 [166] R:OK -2016-08-03 16:25:13 queue INFO >>3 [167] -2016-08-03 16:25:13 sendUrl INFO 3 [167] R:OK -2016-08-03 16:26:03 queue INFO >>3 [168] -2016-08-03 16:26:04 sendUrl INFO 3 [168] R:OK -2016-08-03 16:26:53 queue INFO >>3 [169] -2016-08-03 16:26:53 sendUrl INFO 3 [169] R:OK -2016-08-03 16:27:43 queue INFO >>3 [170] -2016-08-03 16:27:44 sendUrl INFO 3 [170] R:OK -2016-08-03 16:28:34 queue INFO >>3 [171] -2016-08-03 16:28:34 sendUrl INFO 3 [171] R:OK -2016-08-03 16:29:24 queue INFO >>3 [172] -2016-08-03 16:29:24 sendUrl INFO 3 [172] R:OK -2016-08-03 16:30:14 queue INFO >>3 [173] -2016-08-03 16:30:14 sendUrl INFO 3 [173] R:OK -2016-08-03 16:31:04 queue INFO >>3 [174] -2016-08-03 16:31:05 sendUrl INFO 3 [174] R:OK -2016-08-03 16:31:54 queue INFO >>3 [175] -2016-08-03 16:31:54 sendUrl INFO 3 [175] R:OK -2016-08-03 16:32:44 queue INFO >>3 [176] -2016-08-03 16:32:45 sendUrl INFO 3 [176] R:OK -2016-08-03 16:33:35 queue INFO >>3 [177] -2016-08-03 16:33:35 sendUrl INFO 3 [177] R:OK -2016-08-03 16:34:25 queue INFO >>3 [178] -2016-08-03 16:34:25 sendUrl INFO 3 [178] R:OK -2016-08-03 16:35:15 queue INFO >>3 [179] -2016-08-03 16:35:15 sendUrl INFO 3 [179] R:OK -2016-08-03 16:36:05 queue INFO >>3 [180] -2016-08-03 16:36:05 sendUrl INFO 3 [180] R:OK -2016-08-03 16:36:55 queue INFO >>3 [181] -2016-08-03 16:36:56 sendUrl INFO 3 [181] R:OK -2016-08-03 16:37:45 queue INFO >>3 [182] -2016-08-03 16:37:46 sendUrl INFO 3 [182] R:OK -2016-08-03 16:38:35 queue INFO >>3 [183] -2016-08-03 16:38:36 sendUrl INFO 3 [183] R:OK -2016-08-03 16:39:26 queue INFO >>3 [184] -2016-08-03 16:39:26 sendUrl INFO 3 [184] R:OK -2016-08-03 16:40:16 queue INFO >>3 [185] -2016-08-03 16:40:16 sendUrl INFO 3 [185] R:OK -2016-08-03 16:41:06 queue INFO >>3 [186] -2016-08-03 16:41:06 sendUrl INFO 3 [186] R:OK -2016-08-03 16:41:56 queue INFO >>3 [187] -2016-08-03 16:41:57 sendUrl INFO 3 [187] R:OK -2016-08-03 16:42:46 queue INFO >>3 [188] -2016-08-03 16:42:46 sendUrl INFO 3 [188] R:OK -2016-08-03 16:43:36 queue INFO >>3 [189] -2016-08-03 16:43:37 sendUrl INFO 3 [189] R:OK -2016-08-03 16:44:27 queue INFO >>3 [190] -2016-08-03 16:44:27 sendUrl INFO 3 [190] R:OK -2016-08-03 16:45:17 queue INFO >>3 [191] -2016-08-03 16:45:17 sendUrl INFO 3 [191] R:OK -2016-08-03 16:46:07 queue INFO >>3 [192] -2016-08-03 16:46:07 sendUrl INFO 3 [192] R:OK -2016-08-03 16:46:57 queue INFO >>3 [193] -2016-08-03 16:46:57 sendUrl INFO 3 [193] R:OK -2016-08-03 16:47:47 queue INFO >>3 [194] -2016-08-03 16:47:47 sendUrl INFO 3 [194] R:OK -2016-08-03 16:48:37 queue INFO >>3 [195] -2016-08-03 16:48:38 sendUrl INFO 3 [195] R:OK -2016-08-03 16:49:27 queue INFO >>3 [196] -2016-08-03 16:49:28 sendUrl INFO 3 [196] R:OK -2016-08-03 16:50:18 queue INFO >>3 [197] -2016-08-03 16:50:18 sendUrl INFO 3 [197] R:OK -2016-08-03 16:51:08 queue INFO >>3 [198] -2016-08-03 16:51:08 sendUrl INFO 3 [198] R:OK -2016-08-03 16:51:58 queue INFO >>3 [199] -2016-08-03 16:51:58 sendUrl INFO 3 [199] R:OK -2016-08-03 16:52:48 queue INFO >>3 [200] -2016-08-03 16:52:49 sendUrl INFO 3 [200] R:OK -2016-08-03 16:53:38 queue INFO >>3 [201] -2016-08-03 16:53:38 sendUrl INFO 3 [201] R:OK -2016-08-03 16:54:28 queue INFO >>3 [202] -2016-08-03 16:54:29 sendUrl INFO 3 [202] R:OK -2016-08-03 16:55:19 queue INFO >>3 [203] -2016-08-03 16:55:19 sendUrl INFO 3 [203] R:OK -2016-08-03 16:56:09 queue INFO >>3 [204] -2016-08-03 16:56:09 sendUrl INFO 3 [204] R:OK -2016-08-03 16:56:59 queue INFO >>3 [205] -2016-08-03 16:56:59 sendUrl INFO 3 [205] R:OK -2016-08-03 16:57:49 queue INFO >>3 [206] -2016-08-03 16:57:49 sendUrl INFO 3 [206] R:OK -2016-08-03 16:58:39 queue INFO >>3 [207] -2016-08-03 16:58:40 sendUrl INFO 3 [207] R:OK -2016-08-03 16:59:29 queue INFO >>3 [208] -2016-08-03 16:59:30 sendUrl INFO 3 [208] R:OK -2016-08-03 17:00:19 queue INFO >>3 [209] -2016-08-03 17:00:20 sendUrl INFO 3 [209] R:OK -2016-08-03 17:01:10 queue INFO >>3 [210] -2016-08-03 17:01:10 sendUrl INFO 3 [210] R:OK -2016-08-03 17:02:00 queue INFO >>3 [211] -2016-08-03 17:02:00 sendUrl INFO 3 [211] R:OK -2016-08-03 17:02:50 queue INFO >>3 [212] -2016-08-03 17:02:50 sendUrl INFO 3 [212] R:OK -2016-08-03 17:03:40 queue INFO >>3 [213] -2016-08-03 17:03:40 sendUrl INFO 3 [213] R:OK -2016-08-03 17:04:30 queue INFO >>3 [214] -2016-08-03 17:04:31 sendUrl INFO 3 [214] R:OK -2016-08-03 17:05:20 queue INFO >>3 [215] -2016-08-03 17:05:21 sendUrl INFO 3 [215] R:OK -2016-08-03 17:06:11 queue INFO >>3 [216] -2016-08-03 17:06:11 sendUrl INFO 3 [216] R:OK -2016-08-03 17:07:01 queue INFO >>3 [217] -2016-08-03 17:07:01 sendUrl INFO 3 [217] R:OK -2016-08-03 17:07:51 queue INFO >>3 [218] -2016-08-03 17:07:51 sendUrl INFO 3 [218] R:OK -2016-08-03 17:08:41 queue INFO >>3 [219] -2016-08-03 17:08:41 sendUrl INFO 3 [219] R:OK -2016-08-03 17:09:31 queue INFO >>3 [220] -2016-08-03 17:09:31 sendUrl INFO 3 [220] R:OK -2016-08-03 17:10:21 queue INFO >>3 [221] -2016-08-03 17:10:22 sendUrl INFO 3 [221] R:OK -2016-10-06 17:17:20 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2016-10-06 17:17:20 program INFO Start ReadPar IOB-pi v.1.8 -2016-10-06 17:17:20 program INFO Avvio loop principale -2016-10-06 17:17:20 queue INFO 0 [0] -2016-10-06 17:17:20 queue INFO >0 [1] -2016-10-06 17:17:21 sendUrl INFO 0 [0] R:OK -2016-10-06 17:17:22 sendUrl INFO 0 [1] R:OK -2016-10-07 08:49:18 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2016-10-07 08:49:18 program INFO Start ReadPar IOB-pi v.1.8 -2016-10-07 08:49:18 program INFO Avvio loop principale -2016-10-07 08:49:19 queue INFO 0 [0] -2016-10-07 08:49:19 queue INFO >0 [1] -2016-10-07 08:49:19 sendUrl INFO 0 [0] R:OK -2016-10-07 08:49:20 sendUrl INFO 0 [1] R:OK -2016-10-07 08:50:09 queue INFO >>0 [2] -2016-10-07 08:50:09 sendUrl INFO 0 [2] R:OK -2016-10-07 08:50:59 queue INFO >>0 [3] -2016-10-07 08:50:59 sendUrl INFO 0 [3] R:OK -2016-10-07 08:51:49 queue INFO >>0 [4] -2016-10-07 08:51:49 sendUrl INFO 0 [4] R:OK -2016-10-07 08:52:39 queue INFO >>0 [5] -2016-10-07 08:52:39 sendUrl INFO 0 [5] R:OK -2016-10-07 08:53:29 queue INFO >>0 [6] -2016-10-07 08:53:30 sendUrl INFO 0 [6] R:OK -2016-10-07 08:54:20 queue INFO >>0 [7] -2016-10-07 08:54:20 sendUrl INFO 0 [7] R:OK -2016-10-07 08:55:10 queue INFO >>0 [8] -2016-10-07 08:55:10 sendUrl INFO 0 [8] R:OK -2016-10-07 08:56:00 queue INFO >>0 [9] -2016-10-07 08:56:00 sendUrl INFO 0 [9] R:OK -2016-10-07 08:56:50 queue INFO >>0 [10] -2016-10-07 08:56:50 sendUrl INFO 0 [10] R:OK -2016-10-07 08:57:40 queue INFO >>0 [11] -2016-10-07 08:57:40 sendUrl INFO 0 [11] R:OK -2016-10-07 08:58:30 queue INFO >>0 [12] -2016-10-07 08:58:31 sendUrl INFO 0 [12] R:OK -2016-10-07 08:59:20 queue INFO >>0 [13] -2016-10-07 08:59:21 sendUrl INFO 0 [13] R:OK -2016-10-07 09:00:11 queue INFO >>0 [14] -2016-10-07 09:00:11 sendUrl INFO 0 [14] R:OK -2016-10-07 09:01:01 queue INFO >>0 [15] -2016-10-07 09:01:01 sendUrl INFO 0 [15] R:OK -2016-10-07 09:01:51 queue INFO >>0 [16] -2016-10-07 09:01:51 sendUrl INFO 0 [16] R:OK -2016-10-07 09:02:41 queue INFO >>0 [17] -2016-10-07 09:02:41 sendUrl INFO 0 [17] R:OK -2016-10-07 09:03:31 queue INFO >>0 [18] -2016-10-07 09:03:32 sendUrl INFO 0 [18] R:OK -2016-10-07 09:04:21 queue INFO >>0 [19] -2016-10-07 09:04:21 sendUrl INFO 0 [19] R:OK -2016-10-07 09:05:12 queue INFO >>0 [20] -2016-10-07 09:05:12 sendUrl INFO 0 [20] R:OK -2016-10-07 09:06:02 queue INFO >>0 [21] -2016-10-07 09:06:02 sendUrl INFO 0 [21] R:OK -2016-10-07 09:06:52 queue INFO >>0 [22] -2016-10-07 09:06:52 sendUrl INFO 0 [22] R:OK -2016-10-07 09:07:42 queue INFO >>0 [23] -2016-10-07 09:07:42 sendUrl INFO 0 [23] R:OK -2016-10-07 09:08:32 queue INFO >>0 [24] -2016-10-07 09:08:33 sendUrl INFO 0 [24] R:OK -2016-10-07 09:09:22 queue INFO >>0 [25] -2016-10-07 09:09:23 sendUrl INFO 0 [25] R:OK -2016-10-07 09:10:12 queue INFO >>0 [26] -2016-10-07 09:10:13 sendUrl INFO 0 [26] R:OK -2016-10-07 09:11:03 queue INFO >>0 [27] -2016-10-07 09:11:03 sendUrl INFO 0 [27] R:OK -2016-10-07 09:11:53 queue INFO >>0 [28] -2016-10-07 09:11:53 sendUrl INFO 0 [28] R:OK -2016-10-07 09:12:43 queue INFO >>0 [29] -2016-10-07 09:12:43 sendUrl INFO 0 [29] R:OK -2016-10-07 09:13:33 queue INFO >>0 [30] -2016-10-07 09:13:34 sendUrl INFO 0 [30] R:OK -2016-10-07 09:14:23 queue INFO >>0 [31] -2016-10-07 09:14:23 sendUrl INFO 0 [31] R:OK -2016-10-07 09:15:13 queue INFO >>0 [32] -2016-10-07 09:15:14 sendUrl INFO 0 [32] R:OK -2016-10-07 09:16:04 queue INFO >>0 [33] -2016-10-07 09:16:04 sendUrl INFO 0 [33] R:OK -2016-10-07 09:16:54 queue INFO >>0 [34] -2016-10-07 09:16:54 sendUrl INFO 0 [34] R:OK -2016-10-07 09:17:44 queue INFO >>0 [35] -2016-10-07 09:17:44 sendUrl INFO 0 [35] R:OK -2016-10-07 09:18:34 queue INFO >>0 [36] -2016-10-07 09:18:34 sendUrl INFO 0 [36] R:OK -2016-10-07 09:19:24 queue INFO >>0 [37] -2016-10-07 09:19:24 sendUrl INFO 0 [37] R:OK -2016-10-07 09:20:14 queue INFO >>0 [38] -2016-10-07 09:20:15 sendUrl INFO 0 [38] R:OK -2016-10-07 09:21:04 queue INFO >>0 [39] -2016-10-07 09:21:05 sendUrl INFO 0 [39] R:OK -2016-10-07 09:21:55 queue INFO >>0 [40] -2016-10-07 09:21:55 sendUrl INFO 0 [40] R:OK -2016-10-07 09:22:45 queue INFO >>0 [41] -2016-10-07 09:22:45 sendUrl INFO 0 [41] R:OK -2016-10-07 09:23:35 queue INFO >>0 [42] -2016-10-07 09:23:35 sendUrl INFO 0 [42] R:OK -2016-10-07 09:24:25 queue INFO >>0 [43] -2016-10-07 09:24:25 sendUrl INFO 0 [43] R:OK -2016-10-07 09:25:15 queue INFO >>0 [44] -2016-10-07 09:25:16 sendUrl INFO 0 [44] R:OK -2016-10-07 09:26:05 queue INFO >>0 [45] -2016-10-07 09:26:06 sendUrl INFO 0 [45] R:OK -2016-10-07 09:26:56 queue INFO >>0 [46] -2016-10-07 09:26:56 sendUrl INFO 0 [46] R:OK -2016-10-07 09:27:46 queue INFO >>0 [47] -2016-10-07 09:27:46 sendUrl INFO 0 [47] R:OK -2016-10-07 09:28:36 queue INFO >>0 [48] -2016-10-07 09:28:36 sendUrl INFO 0 [48] R:OK -2016-10-07 09:29:26 queue INFO >>0 [49] -2016-10-07 09:29:26 sendUrl INFO 0 [49] R:OK -2016-10-07 09:30:16 queue INFO >>0 [50] -2016-10-07 09:30:16 sendUrl INFO 0 [50] R:OK -2016-10-07 09:31:06 queue INFO >>0 [51] -2016-10-07 09:31:07 sendUrl INFO 0 [51] R:OK -2016-10-07 09:31:56 queue INFO >>0 [52] -2016-10-07 09:31:57 sendUrl INFO 0 [52] R:OK -2016-10-07 09:32:47 queue INFO >>0 [53] -2016-10-07 09:32:47 sendUrl INFO 0 [53] R:OK -2016-10-07 09:33:37 queue INFO >>0 [54] -2016-10-07 09:33:37 sendUrl INFO 0 [54] R:OK -2016-10-07 09:34:27 queue INFO >>0 [55] -2016-10-07 09:34:27 sendUrl INFO 0 [55] R:OK -2016-10-07 09:35:17 queue INFO >>0 [56] -2016-10-07 09:35:17 sendUrl INFO 0 [56] R:OK -2016-10-07 09:36:07 queue INFO >>0 [57] -2016-10-07 09:36:08 sendUrl INFO 0 [57] R:OK -2016-10-07 09:36:57 queue INFO >>0 [58] -2016-10-07 09:36:57 sendUrl INFO 0 [58] R:OK -2016-10-07 09:37:47 queue INFO >>0 [59] -2016-10-07 09:37:48 sendUrl INFO 0 [59] R:OK -2016-10-07 09:38:38 queue INFO >>0 [60] -2016-10-07 09:38:38 sendUrl INFO 0 [60] R:OK -2016-10-07 09:39:28 queue INFO >>0 [61] -2016-10-07 09:39:28 sendUrl INFO 0 [61] R:OK -2016-10-07 09:40:18 queue INFO >>0 [62] -2016-10-07 09:40:18 sendUrl INFO 0 [62] R:OK -2016-10-07 09:41:08 queue INFO >>0 [63] -2016-10-07 09:41:08 sendUrl INFO 0 [63] R:OK -2016-10-07 09:41:58 queue INFO >>0 [64] -2016-10-07 09:41:58 sendUrl INFO 0 [64] R:OK -2016-10-07 09:42:48 queue INFO >>0 [65] -2016-10-07 09:42:49 sendUrl INFO 0 [65] R:OK -2016-10-07 09:43:38 queue INFO >>0 [66] -2016-10-07 09:43:39 sendUrl INFO 0 [66] R:OK -2016-10-07 09:44:29 queue INFO >>0 [67] -2016-10-07 09:44:29 sendUrl INFO 0 [67] R:OK -2016-10-07 09:45:19 queue INFO >>0 [68] -2016-10-07 09:45:19 sendUrl INFO 0 [68] R:OK -2016-10-07 09:46:09 queue INFO >>0 [69] -2016-10-07 09:46:09 sendUrl INFO 0 [69] R:OK -2016-10-07 09:46:59 queue INFO >>0 [70] -2016-10-07 09:46:59 sendUrl INFO 0 [70] R:OK -2016-10-07 09:47:49 queue INFO >>0 [71] -2016-10-07 09:47:50 sendUrl INFO 0 [71] R:OK -2016-10-07 09:48:39 queue INFO >>0 [72] -2016-10-07 09:48:39 sendUrl INFO 0 [72] R:OK -2016-10-07 09:49:29 queue INFO >>0 [73] -2016-10-07 09:49:30 sendUrl INFO 0 [73] R:OK -2016-10-07 09:50:20 queue INFO >>0 [74] -2016-10-07 09:50:20 sendUrl INFO 0 [74] R:OK -2016-10-07 09:51:10 queue INFO >>0 [75] -2016-10-07 09:51:10 sendUrl INFO 0 [75] R:OK -2016-10-07 09:52:00 queue INFO >>0 [76] -2016-10-07 09:52:00 sendUrl INFO 0 [76] R:OK -2016-10-07 09:52:50 queue INFO >>0 [77] -2016-10-07 09:52:51 sendUrl INFO 0 [77] R:OK -2016-10-07 09:53:40 queue INFO >>0 [78] -2016-10-07 09:53:40 sendUrl INFO 0 [78] R:OK -2016-10-07 09:54:30 queue INFO >>0 [79] -2016-10-07 09:54:31 sendUrl INFO 0 [79] R:OK -2016-10-07 09:55:21 queue INFO >>0 [80] -2016-10-07 09:55:21 sendUrl INFO 0 [80] R:OK -2016-10-07 09:56:11 queue INFO >>0 [81] -2016-10-07 09:56:11 sendUrl INFO 0 [81] R:OK -2016-10-07 09:57:01 queue INFO >>0 [82] -2016-10-07 09:57:01 sendUrl INFO 0 [82] R:OK -2016-10-07 09:57:51 queue INFO >>0 [83] -2016-10-07 09:57:51 sendUrl INFO 0 [83] R:OK -2016-10-07 09:58:41 queue INFO >>0 [84] -2016-10-07 09:58:41 sendUrl INFO 0 [84] R:OK -2016-10-07 09:59:31 queue INFO >>0 [85] -2016-10-07 09:59:31 sendUrl INFO 0 [85] R:OK -2016-10-07 10:00:21 queue INFO >>0 [86] -2016-10-07 10:00:22 sendUrl INFO 0 [86] R:OK -2016-10-07 10:01:11 queue INFO >>0 [87] -2016-10-07 10:01:12 sendUrl INFO 0 [87] R:OK -2016-10-07 10:02:02 queue INFO >>0 [88] -2016-10-07 10:02:02 sendUrl INFO 0 [88] R:OK -2016-10-07 10:02:52 queue INFO >>0 [89] -2016-10-07 10:02:52 sendUrl INFO 0 [89] R:OK -2016-10-07 10:03:42 queue INFO >>0 [90] -2016-10-07 10:03:42 sendUrl INFO 0 [90] R:OK -2016-10-07 10:04:32 queue INFO >>0 [91] -2016-10-07 10:04:32 sendUrl INFO 0 [91] R:OK -2016-10-07 10:05:22 queue INFO >>0 [92] -2016-10-07 10:05:23 sendUrl INFO 0 [92] R:OK -2016-10-07 10:06:12 queue INFO >>0 [93] -2016-10-07 10:06:12 sendUrl INFO 0 [93] R:OK -2016-10-07 10:07:03 queue INFO >>0 [94] -2016-10-07 10:07:03 sendUrl INFO 0 [94] R:OK -2016-10-07 10:07:53 queue INFO >>0 [95] -2016-10-07 10:07:53 sendUrl INFO 0 [95] R:OK -2016-10-07 10:08:43 queue INFO >>0 [96] -2016-10-07 10:08:43 sendUrl INFO 0 [96] R:OK -2016-10-07 10:09:33 queue INFO >>0 [97] -2016-10-07 10:09:33 sendUrl INFO 0 [97] R:OK -2016-10-07 10:10:23 queue INFO >>0 [98] -2016-10-07 10:10:24 sendUrl INFO 0 [98] R:OK -2016-10-07 10:11:13 queue INFO >>0 [99] -2016-10-07 10:11:13 sendUrl INFO 0 [99] R:OK -2016-10-07 10:12:03 queue INFO >>0 [100] -2016-10-07 10:12:04 sendUrl INFO 0 [100] R:OK -2016-10-07 10:12:54 queue INFO >>0 [101] -2016-10-07 10:12:54 sendUrl INFO 0 [101] R:OK -2016-10-07 10:13:44 queue INFO >>0 [102] -2016-10-07 10:13:44 sendUrl INFO 0 [102] R:OK -2016-10-07 10:14:34 queue INFO >>0 [103] -2016-10-07 10:14:34 sendUrl INFO 0 [103] R:OK -2016-10-07 10:15:24 queue INFO >>0 [104] -2016-10-07 10:15:25 sendUrl INFO 0 [104] R:OK -2016-10-07 10:16:14 queue INFO >>0 [105] -2016-10-07 10:16:14 sendUrl INFO 0 [105] R:OK -2016-10-07 10:17:04 queue INFO >>0 [106] -2016-10-07 10:17:05 sendUrl INFO 0 [106] R:OK -2016-10-07 10:17:55 queue INFO >>0 [107] -2016-10-07 10:17:55 sendUrl INFO 0 [107] R:OK -2016-10-07 10:18:45 queue INFO >>0 [108] -2016-10-07 10:18:45 sendUrl INFO 0 [108] R:OK -2016-10-07 10:19:35 queue INFO >>0 [109] -2016-10-07 10:19:35 sendUrl INFO 0 [109] R:OK -2016-10-07 10:20:25 queue INFO >>0 [110] -2016-10-07 10:20:25 sendUrl INFO 0 [110] R:OK -2016-10-07 10:21:15 queue INFO >>0 [111] -2016-10-07 10:21:15 sendUrl INFO 0 [111] R:OK -2016-10-07 10:22:05 queue INFO >>0 [112] -2016-10-07 10:22:06 sendUrl INFO 0 [112] R:OK -2016-10-07 10:22:55 queue INFO >>0 [113] -2016-10-07 10:22:56 sendUrl INFO 0 [113] R:OK -2016-10-07 10:23:46 queue INFO >>0 [114] -2016-10-07 10:23:46 sendUrl INFO 0 [114] R:OK -2016-10-07 10:24:36 queue INFO >>0 [115] -2016-10-07 10:24:36 sendUrl INFO 0 [115] R:OK -2016-10-07 10:25:26 queue INFO >>0 [116] -2016-10-07 10:25:26 sendUrl INFO 0 [116] R:OK -2016-10-07 10:26:16 queue INFO >>0 [117] -2016-10-07 10:26:16 sendUrl INFO 0 [117] R:OK -2016-10-07 10:27:06 queue INFO >>0 [118] -2016-10-07 10:27:07 sendUrl INFO 0 [118] R:OK -2016-10-07 10:27:56 queue INFO >>0 [119] -2016-10-07 10:27:57 sendUrl INFO 0 [119] R:OK -2016-10-07 10:28:47 queue INFO >>0 [120] -2016-10-07 10:28:47 sendUrl INFO 0 [120] R:OK -2016-10-07 10:29:37 queue INFO >>0 [121] -2016-10-07 10:29:37 sendUrl INFO 0 [121] R:OK -2016-10-07 10:30:27 queue INFO >>0 [122] -2016-10-07 10:30:27 sendUrl INFO 0 [122] R:OK -2016-10-07 10:31:17 queue INFO >>0 [123] -2016-10-07 10:31:17 sendUrl INFO 0 [123] R:OK -2016-10-07 10:32:07 queue INFO >>0 [124] -2016-10-07 10:32:08 sendUrl INFO 0 [124] R:OK -2016-10-07 10:32:57 queue INFO >>0 [125] -2016-10-07 10:32:57 sendUrl INFO 0 [125] R:OK -2016-10-07 10:33:47 queue INFO >>0 [126] -2016-10-07 10:33:48 sendUrl INFO 0 [126] R:OK -2016-10-07 10:34:38 queue INFO >>0 [127] -2016-10-07 10:34:38 sendUrl INFO 0 [127] R:OK -2016-10-07 10:35:28 queue INFO >>0 [128] -2016-10-07 10:35:28 sendUrl INFO 0 [128] R:OK -2016-10-07 10:36:18 queue INFO >>0 [129] -2016-10-07 10:36:18 sendUrl INFO 0 [129] R:OK -2016-10-07 10:37:08 queue INFO >>0 [130] -2016-10-07 10:37:08 sendUrl INFO 0 [130] R:OK -2016-10-07 10:37:58 queue INFO >>0 [131] -2016-10-07 10:37:58 sendUrl INFO 0 [131] R:OK -2016-10-07 10:38:48 queue INFO >>0 [132] -2016-10-07 10:38:49 sendUrl INFO 0 [132] R:OK -2016-10-07 10:39:38 queue INFO >>0 [133] -2016-10-07 10:39:39 sendUrl INFO 0 [133] R:OK -2016-10-07 10:40:28 queue INFO >>0 [134] -2016-10-07 10:40:29 sendUrl INFO 0 [134] R:OK -2016-10-07 10:41:19 queue INFO >>0 [135] -2016-10-07 10:41:19 sendUrl INFO 0 [135] R:OK -2016-10-07 10:42:09 queue INFO >>0 [136] -2016-10-07 10:42:09 sendUrl INFO 0 [136] R:OK -2016-10-07 10:42:59 queue INFO >>0 [137] -2016-10-07 10:42:59 sendUrl INFO 0 [137] R:OK -2016-10-07 10:43:49 queue INFO >>0 [138] -2016-10-07 10:43:49 sendUrl INFO 0 [138] R:OK -2016-10-07 10:44:39 queue INFO >>0 [139] -2016-10-07 10:44:40 sendUrl INFO 0 [139] R:OK -2016-10-07 10:45:29 queue INFO >>0 [140] -2016-10-07 10:45:30 sendUrl INFO 0 [140] R:OK -2016-10-07 10:46:20 queue INFO >>0 [141] -2016-10-07 10:46:20 sendUrl INFO 0 [141] R:OK -2016-10-07 10:47:10 queue INFO >>0 [142] -2016-10-07 10:47:10 sendUrl INFO 0 [142] R:OK -2016-10-07 10:48:00 queue INFO >>0 [143] -2016-10-07 10:48:00 sendUrl INFO 0 [143] R:OK -2016-10-07 10:48:50 queue INFO >>0 [144] -2016-10-07 10:48:50 sendUrl INFO 0 [144] R:OK -2016-10-07 10:49:40 queue INFO >>0 [145] -2016-10-07 10:49:41 sendUrl INFO 0 [145] R:OK -2016-10-07 10:50:30 queue INFO >>0 [146] -2016-10-07 10:50:31 sendUrl INFO 0 [146] R:OK -2016-10-07 10:51:20 queue INFO >>0 [147] -2016-10-07 10:51:21 sendUrl INFO 0 [147] R:OK -2016-10-07 10:52:11 queue INFO >>0 [148] -2016-10-07 10:52:11 sendUrl INFO 0 [148] R:OK -2016-10-07 10:53:01 queue INFO >>0 [149] -2016-10-07 10:53:01 sendUrl INFO 0 [149] R:OK -2016-10-07 10:53:51 queue INFO >>0 [150] -2016-10-07 10:53:51 sendUrl INFO 0 [150] R:OK -2016-10-07 10:54:41 queue INFO >>0 [151] -2016-10-07 10:54:42 sendUrl INFO 0 [151] R:OK -2016-10-07 10:55:31 queue INFO >>0 [152] -2016-10-07 10:55:31 sendUrl INFO 0 [152] R:OK -2016-10-07 10:56:21 queue INFO >>0 [153] -2016-10-07 10:56:22 sendUrl INFO 0 [153] R:OK -2016-10-07 10:57:12 queue INFO >>0 [154] -2016-10-07 10:57:12 sendUrl INFO 0 [154] R:OK -2016-10-07 10:58:02 queue INFO >>0 [155] -2016-10-07 10:58:02 sendUrl INFO 0 [155] R:OK -2016-10-07 10:58:52 queue INFO >>0 [156] -2016-10-07 10:58:52 sendUrl INFO 0 [156] R:OK -2016-10-07 10:59:42 queue INFO >>0 [157] -2016-10-07 10:59:43 sendUrl INFO 0 [157] R:OK -2016-10-07 11:00:32 queue INFO >>0 [158] -2016-10-07 11:00:32 sendUrl INFO 0 [158] R:OK -2016-10-07 11:01:22 queue INFO >>0 [159] -2016-10-07 11:01:23 sendUrl INFO 0 [159] R:OK -2016-10-07 11:02:12 queue INFO >>0 [160] -2016-10-07 11:02:13 sendUrl INFO 0 [160] R:OK -2016-10-07 11:03:03 queue INFO >>0 [161] -2016-10-07 11:03:03 sendUrl INFO 0 [161] R:OK -2016-10-07 11:03:53 queue INFO >>0 [162] -2016-10-07 11:03:53 sendUrl INFO 0 [162] R:OK -2016-10-07 11:04:43 queue INFO >>0 [163] -2016-10-07 11:04:43 sendUrl INFO 0 [163] R:OK -2016-10-07 11:05:33 queue INFO >>0 [164] -2016-10-07 11:05:33 sendUrl INFO 0 [164] R:OK -2016-10-07 11:06:23 queue INFO >>0 [165] -2016-10-07 11:06:24 sendUrl INFO 0 [165] R:OK -2016-10-07 11:07:13 queue INFO >>0 [166] -2016-10-07 11:07:14 sendUrl INFO 0 [166] R:OK -2016-10-07 11:08:04 queue INFO >>0 [167] -2016-10-07 11:08:04 sendUrl INFO 0 [167] R:OK -2016-10-07 11:08:54 queue INFO >>0 [168] -2016-10-07 11:08:54 sendUrl INFO 0 [168] R:OK -2016-10-07 11:09:44 queue INFO >>0 [169] -2016-10-07 11:09:44 sendUrl INFO 0 [169] R:OK -2016-10-07 11:10:34 queue INFO >>0 [170] -2016-10-07 11:10:34 sendUrl INFO 0 [170] R:OK -2016-10-07 11:11:24 queue INFO >>0 [171] -2016-10-07 11:11:25 sendUrl INFO 0 [171] R:OK -2016-10-07 11:12:14 queue INFO >>0 [172] -2016-10-07 11:12:14 sendUrl INFO 0 [172] R:OK -2016-10-07 11:13:04 queue INFO >>0 [173] -2016-10-07 11:13:05 sendUrl INFO 0 [173] R:OK -2016-10-07 11:13:55 queue INFO >>0 [174] -2016-10-07 11:13:55 sendUrl INFO 0 [174] R:OK -2016-10-07 11:14:45 queue INFO >>0 [175] -2016-10-07 11:14:45 sendUrl INFO 0 [175] R:OK -2016-10-07 11:15:35 queue INFO >>0 [176] -2016-10-07 11:15:35 sendUrl INFO 0 [176] R:OK -2016-10-07 11:16:25 queue INFO >>0 [177] -2016-10-07 11:16:26 sendUrl INFO 0 [177] R:OK -2016-10-07 11:17:15 queue INFO >>0 [178] -2016-10-07 11:17:15 sendUrl INFO 0 [178] R:OK -2016-10-07 11:18:05 queue INFO >>0 [179] -2016-10-07 11:18:06 sendUrl INFO 0 [179] R:OK -2016-10-07 11:18:56 queue INFO >>0 [180] -2016-10-07 11:18:56 sendUrl INFO 0 [180] R:OK -2016-10-07 11:19:46 queue INFO >>0 [181] -2016-10-07 11:19:46 sendUrl INFO 0 [181] R:OK -2016-10-07 11:20:36 queue INFO >>0 [182] -2016-10-07 11:20:36 sendUrl INFO 0 [182] R:OK -2016-10-07 11:21:26 queue INFO >>0 [183] -2016-10-07 11:21:27 sendUrl INFO 0 [183] R:OK -2016-10-07 11:22:16 queue INFO >>0 [184] -2016-10-07 11:22:16 sendUrl INFO 0 [184] R:OK -2016-10-07 11:23:06 queue INFO >>0 [185] -2016-10-07 11:23:07 sendUrl INFO 0 [185] R:OK -2016-10-07 11:23:56 queue INFO >>0 [186] -2016-10-07 11:23:57 sendUrl INFO 0 [186] R:OK -2016-10-07 11:24:47 queue INFO >>0 [187] -2016-10-07 11:24:47 sendUrl INFO 0 [187] R:OK -2016-10-07 11:25:37 queue INFO >>0 [188] -2016-10-07 11:25:37 sendUrl INFO 0 [188] R:OK -2016-10-07 11:26:27 queue INFO >>0 [189] -2016-10-07 11:26:27 sendUrl INFO 0 [189] R:OK -2016-10-07 11:27:17 queue INFO >>0 [190] -2016-10-07 11:27:17 sendUrl INFO 0 [190] R:OK -2016-10-07 11:28:07 queue INFO >>0 [191] -2016-10-07 11:28:08 sendUrl INFO 0 [191] R:OK -2016-10-07 11:28:57 queue INFO >>0 [192] -2016-10-07 11:28:58 sendUrl INFO 0 [192] R:OK -2016-10-07 11:29:48 queue INFO >>0 [193] -2016-10-07 11:29:48 sendUrl INFO 0 [193] R:OK -2016-10-07 11:30:38 queue INFO >>0 [194] -2016-10-07 11:30:38 sendUrl INFO 0 [194] R:OK -2016-10-07 11:31:28 queue INFO >>0 [195] -2016-10-07 11:31:28 sendUrl INFO 0 [195] R:OK -2016-10-07 11:32:18 queue INFO >>0 [196] -2016-10-07 11:32:18 sendUrl INFO 0 [196] R:OK -2016-10-07 11:33:08 queue INFO >>0 [197] -2016-10-07 11:33:09 sendUrl INFO 0 [197] R:OK -2016-10-07 11:33:58 queue INFO >>0 [198] -2016-10-07 11:33:58 sendUrl INFO 0 [198] R:OK -2016-10-07 11:34:48 queue INFO >>0 [199] -2016-10-07 11:34:49 sendUrl INFO 0 [199] R:OK -2016-10-07 11:35:39 queue INFO >>0 [200] -2016-10-07 11:35:39 sendUrl INFO 0 [200] R:OK -2016-10-07 11:36:29 queue INFO >>0 [201] -2016-10-07 11:36:29 sendUrl INFO 0 [201] R:OK -2016-10-07 11:37:19 queue INFO >>0 [202] -2016-10-07 11:37:19 sendUrl INFO 0 [202] R:OK -2016-10-07 11:38:09 queue INFO >>0 [203] -2016-10-07 11:38:10 sendUrl INFO 0 [203] R:OK -2016-10-07 11:38:59 queue INFO >>0 [204] -2016-10-07 11:38:59 sendUrl INFO 0 [204] R:OK -2016-10-07 11:39:49 queue INFO >>0 [205] -2016-10-07 11:39:50 sendUrl INFO 0 [205] R:OK -2016-10-07 11:40:40 queue INFO >>0 [206] -2016-10-07 11:40:40 sendUrl INFO 0 [206] R:OK -2016-10-07 11:41:30 queue INFO >>0 [207] -2016-10-07 11:41:30 sendUrl INFO 0 [207] R:OK -2016-10-07 11:42:20 queue INFO >>0 [208] -2016-10-07 11:42:20 sendUrl INFO 0 [208] R:OK -2016-10-07 11:43:10 queue INFO >>0 [209] -2016-10-07 11:43:10 sendUrl INFO 0 [209] R:OK -2016-10-07 11:44:00 queue INFO >>0 [210] -2016-10-07 11:44:00 sendUrl INFO 0 [210] R:OK -2016-10-07 11:44:50 queue INFO >>0 [211] -2016-10-07 11:44:51 sendUrl INFO 0 [211] R:OK -2016-10-07 11:45:40 queue INFO >>0 [212] -2016-10-07 11:45:41 sendUrl INFO 0 [212] R:OK -2016-10-07 11:46:31 queue INFO >>0 [213] -2016-10-07 11:46:31 sendUrl INFO 0 [213] R:OK -2016-10-07 11:47:21 queue INFO >>0 [214] -2016-10-07 11:47:21 sendUrl INFO 0 [214] R:OK -2016-10-07 11:48:11 queue INFO >>0 [215] -2016-10-07 11:48:11 sendUrl INFO 0 [215] R:OK -2016-10-07 11:49:01 queue INFO >>0 [216] -2016-10-07 11:49:01 sendUrl INFO 0 [216] R:OK -2016-10-07 11:49:51 queue INFO >>0 [217] -2016-10-07 11:49:52 sendUrl INFO 0 [217] R:OK -2016-10-07 11:50:41 queue INFO >>0 [218] -2016-10-07 11:50:42 sendUrl INFO 0 [218] R:OK -2016-10-07 11:51:32 queue INFO >>0 [219] -2016-10-07 11:51:32 sendUrl INFO 0 [219] R:OK -2016-10-07 11:52:22 queue INFO >>0 [220] -2016-10-07 11:52:22 sendUrl INFO 0 [220] R:OK -2016-10-07 11:53:12 queue INFO >>0 [221] -2016-10-07 11:53:12 sendUrl INFO 0 [221] R:OK -2016-10-07 11:54:02 queue INFO >>0 [222] -2016-10-07 11:54:02 sendUrl INFO 0 [222] R:OK -2016-10-07 11:54:52 queue INFO >>0 [223] -2016-10-07 11:54:53 sendUrl INFO 0 [223] R:OK -2016-10-07 11:55:42 queue INFO >>0 [224] -2016-10-07 11:55:43 sendUrl INFO 0 [224] R:OK -2016-10-07 11:56:32 queue INFO >>0 [225] -2016-10-07 11:56:33 sendUrl INFO 0 [225] R:OK -2016-10-07 11:57:23 queue INFO >>0 [226] -2016-10-07 11:57:23 sendUrl INFO 0 [226] R:OK -2016-10-07 11:58:13 queue INFO >>0 [227] -2016-10-07 11:58:13 sendUrl INFO 0 [227] R:OK -2016-10-07 11:59:03 queue INFO >>0 [228] -2016-10-07 11:59:03 sendUrl INFO 0 [228] R:OK -2016-10-07 11:59:53 queue INFO >>0 [229] -2016-10-07 11:59:53 sendUrl INFO 0 [229] R:OK -2016-10-07 12:00:43 queue INFO >>0 [230] -2016-10-07 12:00:44 sendUrl INFO 0 [230] R:OK -2016-10-07 12:01:33 queue INFO >>0 [231] -2016-10-07 12:01:34 sendUrl INFO 0 [231] R:OK -2016-10-07 12:02:24 queue INFO >>0 [232] -2016-10-07 12:02:24 sendUrl INFO 0 [232] R:OK -2016-10-07 12:03:14 queue INFO >>0 [233] -2016-10-07 12:03:14 sendUrl INFO 0 [233] R:OK -2016-10-07 12:04:04 queue INFO >>0 [234] -2016-10-07 12:04:04 sendUrl INFO 0 [234] R:OK -2016-10-07 12:04:54 queue INFO >>0 [235] -2016-10-07 12:04:54 sendUrl INFO 0 [235] R:OK -2016-10-07 12:05:44 queue INFO >>0 [236] -2016-10-07 12:05:45 sendUrl INFO 0 [236] R:OK -2016-10-07 12:06:34 queue INFO >>0 [237] -2016-10-07 12:06:35 sendUrl INFO 0 [237] R:OK -2016-10-07 12:07:24 queue INFO >>0 [238] -2016-10-07 12:07:25 sendUrl INFO 0 [238] R:OK -2016-10-07 12:08:15 queue INFO >>0 [239] -2016-10-07 12:08:15 sendUrl INFO 0 [239] R:OK -2016-10-07 12:09:05 queue INFO >>0 [240] -2016-10-07 12:09:05 sendUrl INFO 0 [240] R:OK -2016-10-07 12:09:55 queue INFO >>0 [241] -2016-10-07 12:09:55 sendUrl INFO 0 [241] R:OK -2016-10-07 12:10:45 queue INFO >>0 [242] -2016-10-07 12:10:45 sendUrl INFO 0 [242] R:OK -2016-10-07 12:11:35 queue INFO >>0 [243] -2016-10-07 12:11:35 sendUrl INFO 0 [243] R:OK -2016-10-07 12:12:25 queue INFO >>0 [244] -2016-10-07 12:12:26 sendUrl INFO 0 [244] R:OK -2016-10-07 12:13:15 queue INFO >>0 [245] -2016-10-07 12:13:15 sendUrl INFO 0 [245] R:OK -2016-10-07 12:14:06 queue INFO >>0 [246] -2016-10-07 12:14:06 sendUrl INFO 0 [246] R:OK -2016-10-07 12:14:56 queue INFO >>0 [247] -2016-10-07 12:14:56 sendUrl INFO 0 [247] R:OK -2016-10-07 12:15:46 queue INFO >>0 [248] -2016-10-07 12:15:46 sendUrl INFO 0 [248] R:OK -2016-10-07 12:16:36 queue INFO >>0 [249] -2016-10-07 12:16:36 sendUrl INFO 0 [249] R:OK -2016-10-07 12:17:26 queue INFO >>0 [250] -2016-10-07 12:17:27 sendUrl INFO 0 [250] R:OK -2016-10-07 12:18:16 queue INFO >>0 [251] -2016-10-07 12:18:16 sendUrl INFO 0 [251] R:OK -2016-10-07 12:19:06 queue INFO >>0 [252] -2016-10-07 12:19:07 sendUrl INFO 0 [252] R:OK -2016-10-07 12:19:57 queue INFO >>0 [253] -2016-10-07 12:19:57 sendUrl INFO 0 [253] R:OK -2016-10-07 12:20:47 queue INFO >>0 [254] -2016-10-07 12:20:47 sendUrl INFO 0 [254] R:OK -2016-10-07 12:21:37 queue INFO >>0 [255] -2016-10-07 12:21:37 sendUrl INFO 0 [255] R:OK -2016-10-07 12:22:27 queue INFO >>0 [256] -2016-10-07 12:22:28 sendUrl INFO 0 [256] R:OK -2016-10-07 12:23:17 queue INFO >>0 [257] -2016-10-07 12:23:17 sendUrl INFO 0 [257] R:OK -2016-10-07 12:24:07 queue INFO >>0 [258] -2016-10-07 12:24:08 sendUrl INFO 0 [258] R:OK -2016-10-07 12:24:57 queue INFO >>0 [259] -2016-10-07 12:24:58 sendUrl INFO 0 [259] R:OK -2016-10-07 12:25:48 queue INFO >>0 [260] -2016-10-07 12:25:48 sendUrl INFO 0 [260] R:OK -2016-10-07 12:26:38 queue INFO >>0 [261] -2016-10-07 12:26:38 sendUrl INFO 0 [261] R:OK -2016-10-07 12:27:28 queue INFO >>0 [262] -2016-10-07 12:27:28 sendUrl INFO 0 [262] R:OK -2016-10-07 12:28:18 queue INFO >>0 [263] -2016-10-07 12:28:18 sendUrl INFO 0 [263] R:OK -2016-10-07 12:29:08 queue INFO >>0 [264] -2016-10-07 12:29:08 sendUrl INFO 0 [264] R:OK -2016-10-07 12:29:58 queue INFO >>0 [265] -2016-10-07 12:29:59 sendUrl INFO 0 [265] R:OK -2016-10-07 12:30:42 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2016-10-07 12:30:42 program INFO Start ReadPar IOB-pi v.1.8 -2016-10-07 12:30:42 program INFO Avvio loop principale -2016-10-07 12:30:42 queue INFO 0 [0] -2016-10-07 12:30:43 queue INFO >0 [1] -2016-10-07 12:30:44 sendUrl INFO 0 [0] R:OK -2016-10-07 12:30:44 sendUrl INFO 0 [1] R:OK -2016-10-26 09:42:18 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2016-10-26 09:42:18 program INFO Start ReadPar IOB-pi v.1.8 -2016-10-26 09:42:18 program INFO Avvio loop principale -2016-10-26 09:42:18 queue INFO 0 [0] -2016-10-26 09:42:18 queue INFO >0 [1] -2016-10-26 09:42:18 sendUrl INFO 0 [0] R:OK -2016-10-26 09:42:19 sendUrl INFO 0 [1] R:OK -2016-10-26 09:43:08 queue INFO >>0 [2] -2016-10-26 09:43:08 sendUrl INFO 0 [2] R:OK -2016-10-26 09:43:58 queue INFO >>0 [3] -2016-10-26 09:43:59 sendUrl INFO 0 [3] R:OK -2016-10-26 09:44:20 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2016-10-26 09:44:20 program INFO Start ReadPar IOB-pi v.1.8 -2016-10-26 09:44:20 program INFO Avvio loop principale -2016-10-26 09:44:20 queue INFO 0 [0] -2016-10-26 09:44:20 queue INFO >0 [1] -2016-10-26 09:44:21 sendUrl INFO 0 [0] R:OK -2016-10-26 09:44:21 sendUrl INFO 0 [1] R:OK -2016-10-26 09:45:26 queue INFO >>0 [2] -2016-10-26 09:45:27 sendUrl INFO 0 [2] R:OK -2016-10-26 09:46:05 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2016-10-26 09:46:05 program INFO Start ReadPar IOB-pi v.1.8 -2016-10-26 09:46:05 program INFO Avvio loop principale -2016-10-26 09:46:05 queue INFO 3 [0] -2016-10-26 09:46:05 queue INFO >3 [1] -2016-10-26 09:46:06 sendUrl INFO 3 [0] R:OK -2016-10-26 09:46:06 sendUrl INFO 3 [1] R:OK -2016-10-26 09:52:02 queue INFO >>3 [2] -2016-10-26 09:52:02 sendUrl INFO 3 [2] R:OK -2016-10-26 09:52:52 queue INFO >>3 [3] -2016-10-26 09:52:52 sendUrl INFO 3 [3] R:OK -2016-10-26 09:53:32 queue INFO 1 [4] -2016-10-26 09:53:32 sendUrl INFO 1 [4] R:OK -2016-10-26 09:53:32 queue INFO >1 [5] -2016-10-26 09:53:33 queue INFO 3 [6] -2016-10-26 09:53:33 sendUrl INFO 1 [5] R:OK -2016-10-26 09:53:33 queue INFO >3 [7] -2016-10-26 09:53:33 sendUrl INFO 3 [6] R:OK -2016-10-26 09:53:33 queue INFO 7 [8] -2016-10-26 09:53:33 queue INFO >7 [9] -2016-10-26 09:53:34 sendUrl INFO 3 [7] R:OK -2016-10-26 09:53:34 queue INFO 3 [10] -2016-10-26 09:53:34 queue INFO >3 [11] -2016-10-26 09:53:34 sendUrl INFO 7 [8] R:OK -2016-10-26 09:53:34 queue INFO B [12] -2016-10-26 09:53:34 queue INFO >B [13] -2016-10-26 09:53:35 sendUrl INFO 7 [9] R:OK -2016-10-26 09:53:35 queue INFO 3 [14] -2016-10-26 09:53:35 queue INFO >3 [15] -2016-10-26 09:53:35 sendUrl INFO 3 [10] R:OK -2016-10-26 09:53:36 sendUrl INFO 3 [11] R:OK -2016-10-26 09:53:36 queue INFO 7 [16] -2016-10-26 09:53:36 queue INFO >7 [17] -2016-10-26 09:53:36 sendUrl INFO B [12] R:OK -2016-10-26 09:53:36 queue INFO 3 [18] -2016-10-26 09:53:36 queue INFO >3 [19] -2016-10-26 09:53:37 sendUrl INFO B [13] R:OK -2016-10-26 09:53:37 sendUrl INFO 3 [14] R:OK -2016-10-26 09:53:38 sendUrl INFO 3 [15] R:OK -2016-10-26 09:53:38 sendUrl INFO 7 [16] R:OK -2016-10-26 09:53:39 sendUrl INFO 7 [17] R:OK -2016-10-26 09:53:39 sendUrl INFO 3 [18] R:OK -2016-10-26 09:53:40 sendUrl INFO 3 [19] R:OK -2016-10-26 09:54:26 queue INFO >>3 [20] -2016-10-26 09:54:27 sendUrl INFO 3 [20] R:OK -2016-10-26 09:55:17 queue INFO >>3 [21] -2016-10-26 09:55:17 sendUrl INFO 3 [21] R:OK -2016-10-26 09:55:52 queue INFO 7 [22] -2016-10-26 09:55:52 sendUrl INFO 7 [22] R:OK -2016-10-26 09:55:52 queue INFO >7 [23] -2016-10-26 09:55:53 sendUrl INFO 7 [23] R:OK -2016-10-26 09:55:56 queue INFO 3 [24] -2016-10-26 09:55:56 queue INFO >3 [25] -2016-10-26 09:55:56 sendUrl INFO 3 [24] R:OK -2016-10-26 09:55:57 sendUrl INFO 3 [25] R:OK -2016-10-26 09:56:40 queue INFO 7 [26] -2016-10-26 09:56:40 queue INFO >7 [27] -2016-10-26 09:56:40 sendUrl INFO 7 [26] R:OK -2016-10-26 09:56:41 sendUrl INFO 7 [27] R:OK -2016-10-26 09:56:52 queue INFO 3 [28] -2016-10-26 09:56:53 sendUrl INFO 3 [28] R:OK -2016-10-26 09:56:53 queue INFO >3 [29] -2016-10-26 09:56:53 sendUrl INFO 3 [29] R:OK -2016-10-26 09:57:18 queue INFO 7 [30] -2016-10-26 09:57:18 queue INFO >7 [31] -2016-10-26 09:57:18 sendUrl INFO 7 [30] R:OK -2016-10-26 09:57:19 sendUrl INFO 7 [31] R:OK -2016-10-26 09:57:36 queue INFO 3 [32] -2016-10-26 09:57:36 queue INFO >3 [33] -2016-10-26 09:57:36 sendUrl INFO 3 [32] R:OK -2016-10-26 09:57:37 sendUrl INFO 3 [33] R:OK -2016-10-26 09:57:38 queue INFO 7 [34] -2016-10-26 09:57:38 queue INFO >7 [35] -2016-10-26 09:57:38 sendUrl INFO 7 [34] R:OK -2016-10-26 09:57:39 sendUrl INFO 7 [35] R:OK -2016-10-26 09:57:39 queue INFO 3 [36] -2016-10-26 09:57:39 queue INFO >3 [37] -2016-10-26 09:57:39 sendUrl INFO 3 [36] R:OK -2016-10-26 09:57:40 sendUrl INFO 3 [37] R:OK -2016-10-26 09:57:41 queue INFO 1 [38] -2016-10-26 09:57:42 queue INFO >1 [39] -2016-10-26 09:57:42 sendUrl INFO 1 [38] R:OK -2016-10-26 09:57:42 sendUrl INFO 1 [39] R:OK -2016-10-26 09:57:43 queue INFO 3 [40] -2016-10-26 09:57:43 queue INFO >3 [41] -2016-10-26 09:57:43 sendUrl INFO 3 [40] R:OK -2016-10-26 09:57:44 sendUrl INFO 3 [41] R:OK -2016-10-26 09:57:45 queue INFO B [42] -2016-10-26 09:57:45 queue INFO >B [43] -2016-10-26 09:57:45 sendUrl INFO B [42] R:OK -2016-10-26 09:57:46 sendUrl INFO B [43] R:OK -2016-10-26 09:57:49 queue INFO 3 [44] -2016-10-26 09:57:49 queue INFO >3 [45] -2016-10-26 09:57:49 sendUrl INFO 3 [44] R:OK -2016-10-26 09:57:50 sendUrl INFO 3 [45] R:OK -2016-10-26 09:57:51 queue INFO B [46] -2016-10-26 09:57:51 queue INFO >B [47] -2016-10-26 09:57:51 sendUrl INFO B [46] R:OK -2016-10-26 09:57:51 sendUrl INFO B [47] R:OK -2016-10-26 09:57:52 queue INFO 3 [48] -2016-10-26 09:57:52 queue INFO >3 [49] -2016-10-26 09:57:53 sendUrl INFO 3 [48] R:OK -2016-10-26 09:57:53 queue INFO 7 [50] -2016-10-26 09:57:53 queue INFO >7 [51] -2016-10-26 09:57:53 sendUrl INFO 3 [49] R:OK -2016-10-26 09:57:54 sendUrl INFO 7 [50] R:OK -2016-10-26 09:57:54 queue INFO 3 [52] -2016-10-26 09:57:54 sendUrl INFO 7 [51] R:OK -2016-10-26 09:57:54 queue INFO >3 [53] -2016-10-26 09:57:55 sendUrl INFO 3 [52] R:OK -2016-10-26 09:57:55 sendUrl INFO 3 [53] R:OK -2016-10-26 09:57:56 queue INFO 1 [54] -2016-10-26 09:57:56 queue INFO >1 [55] -2016-10-26 09:57:56 sendUrl INFO 1 [54] R:OK -2016-10-26 09:57:56 queue INFO 0 [56] -2016-10-26 09:57:57 queue INFO >0 [57] -2016-10-26 09:57:57 sendUrl INFO 1 [55] R:OK -2016-10-26 09:57:57 sendUrl INFO 0 [56] R:OK -2016-10-26 09:57:58 sendUrl INFO 0 [57] R:OK -2016-10-26 09:58:24 queue INFO 1 [58] -2016-10-26 09:58:24 queue INFO >1 [59] -2016-10-26 09:58:24 sendUrl INFO 1 [58] R:OK -2016-10-26 09:58:25 sendUrl INFO 1 [59] R:OK -2016-10-26 09:59:14 queue INFO >>1 [60] -2016-10-26 09:59:14 sendUrl INFO 1 [60] R:OK -2016-10-26 10:00:04 queue INFO >>1 [61] -2016-10-26 10:00:04 sendUrl INFO 1 [61] R:OK -2016-10-26 10:00:54 queue INFO >>1 [62] -2016-10-26 10:00:54 sendUrl INFO 1 [62] R:OK -2016-10-26 10:00:58 queue INFO 3 [63] -2016-10-26 10:00:58 sendUrl INFO 3 [63] R:OK -2016-10-26 10:00:58 queue INFO >3 [64] -2016-10-26 10:00:59 sendUrl INFO 3 [64] R:OK -2016-10-26 10:01:01 queue INFO 7 [65] -2016-10-26 10:01:01 queue INFO >7 [66] -2016-10-26 10:01:01 sendUrl INFO 7 [65] R:OK -2016-10-26 10:01:02 sendUrl INFO 7 [66] R:OK -2016-10-26 10:01:04 queue INFO 3 [67] -2016-10-26 10:01:04 queue INFO >3 [68] -2016-10-26 10:01:04 sendUrl INFO 3 [67] R:OK -2016-10-26 10:01:05 sendUrl INFO 3 [68] R:OK -2016-10-26 10:01:08 queue INFO 7 [69] -2016-10-26 10:01:08 queue INFO >7 [70] -2016-10-26 10:01:08 sendUrl INFO 7 [69] R:OK -2016-10-26 10:01:08 sendUrl INFO 7 [70] R:OK -2016-10-26 10:01:11 queue INFO F [71] -2016-10-26 10:01:11 queue INFO >F [72] -2016-10-26 10:01:11 sendUrl INFO F [71] R:OK -2016-10-26 10:01:11 sendUrl INFO F [72] R:OK -2016-10-26 10:01:18 queue INFO B [73] -2016-10-26 10:01:19 queue INFO >B [74] -2016-10-26 10:01:19 sendUrl INFO B [73] R:OK -2016-10-26 10:01:19 sendUrl INFO B [74] R:OK -2016-10-26 10:01:21 queue INFO F [75] -2016-10-26 10:01:21 queue INFO >F [76] -2016-10-26 10:01:22 sendUrl INFO F [75] R:OK -2016-10-26 10:01:22 sendUrl INFO F [76] R:OK -2016-10-26 10:01:24 queue INFO B [77] -2016-10-26 10:01:24 queue INFO >B [78] -2016-10-26 10:01:24 sendUrl INFO B [77] R:OK -2016-10-26 10:01:25 sendUrl INFO B [78] R:OK -2016-10-26 10:01:28 queue INFO 3 [79] -2016-10-26 10:01:29 queue INFO >3 [80] -2016-10-26 10:01:29 sendUrl INFO 3 [79] R:OK -2016-10-26 10:01:29 sendUrl INFO 3 [80] R:OK -2016-10-26 10:01:30 queue INFO 1 [81] -2016-10-26 10:01:30 queue INFO >1 [82] -2016-10-26 10:01:31 sendUrl INFO 1 [81] R:OK -2016-10-26 10:01:31 sendUrl INFO 1 [82] R:OK -2016-10-26 10:01:33 queue INFO 0 [83] -2016-10-26 10:01:33 queue INFO >0 [84] -2016-10-26 10:01:33 sendUrl INFO 0 [83] R:OK -2016-10-26 10:01:34 sendUrl INFO 0 [84] R:OK -2016-10-26 10:01:37 queue INFO 1 [85] -2016-10-26 10:01:37 queue INFO >1 [86] -2016-10-26 10:01:37 sendUrl INFO 1 [85] R:OK -2016-10-26 10:01:38 sendUrl INFO 1 [86] R:OK -2016-10-26 10:01:38 queue INFO 3 [87] -2016-10-26 10:01:38 sendUrl INFO 3 [87] R:OK -2016-10-26 10:01:38 queue INFO >3 [88] -2016-10-26 10:01:39 sendUrl INFO 3 [88] R:OK -2016-10-26 10:01:40 queue INFO 7 [89] -2016-10-26 10:01:40 sendUrl INFO 7 [89] R:OK -2016-10-26 10:01:40 queue INFO >7 [90] -2016-10-26 10:01:41 sendUrl INFO 7 [90] R:OK -2016-10-26 10:01:43 queue INFO 3 [91] -2016-10-26 10:01:43 queue INFO >3 [92] -2016-10-26 10:01:43 sendUrl INFO 3 [91] R:OK -2016-10-26 10:01:44 sendUrl INFO 3 [92] R:OK -2016-10-26 10:02:27 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2016-10-26 10:02:27 program INFO Start ReadPar IOB-pi v.1.8 -2016-10-26 10:02:27 program INFO Avvio loop principale -2016-10-26 10:02:27 queue INFO 3 [0] -2016-10-26 10:02:27 queue INFO >3 [1] -2016-10-26 10:02:28 sendUrl INFO 3 [0] R:OK -2016-10-26 10:02:28 sendUrl INFO 3 [1] R:OK -2016-10-26 10:10:09 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2016-10-26 10:10:09 program INFO Start ReadPar IOB-pi v.1.8 -2016-10-26 10:10:09 program INFO Avvio loop principale -2016-10-26 10:10:09 queue INFO 3 [0] -2016-10-26 10:10:09 queue INFO >3 [1] -2016-10-26 10:10:09 sendUrl INFO 3 [0] R:OK -2016-10-26 10:10:10 sendUrl INFO 3 [1] R:OK -2016-10-26 10:10:59 queue INFO >>3 [2] -2016-10-26 10:10:59 sendUrl INFO 3 [2] R:OK -2016-10-26 10:11:49 queue INFO >>3 [3] -2016-10-26 10:11:50 sendUrl INFO 3 [3] R:OK -2016-10-26 10:12:39 queue INFO >>3 [4] -2016-10-26 10:12:39 sendUrl INFO 3 [4] R:OK -2016-10-26 10:13:29 queue INFO >>3 [5] -2016-10-26 10:13:30 sendUrl INFO 3 [5] R:OK -2016-10-26 10:14:19 queue INFO >>3 [6] -2016-10-26 10:14:20 sendUrl INFO 3 [6] R:OK -2016-10-26 10:15:10 queue INFO >>3 [7] -2016-10-26 10:15:10 sendUrl INFO 3 [7] R:OK -2016-10-26 10:16:00 queue INFO >>3 [8] -2016-10-26 10:16:00 sendUrl INFO 3 [8] R:OK -2016-10-26 10:16:50 queue INFO >>3 [9] -2016-10-26 10:16:50 sendUrl INFO 3 [9] R:OK -2016-10-26 10:17:40 queue INFO >>3 [10] -2016-10-26 10:17:40 sendUrl INFO 3 [10] R:OK -2016-10-26 10:18:30 queue INFO >>3 [11] -2016-10-26 10:18:31 sendUrl INFO 3 [11] R:OK -2016-10-26 10:19:20 queue INFO >>3 [12] -2016-10-26 10:19:21 sendUrl INFO 3 [12] R:OK diff --git a/ConfIOB/Donati/1000_Pi1/readParallela.py b/ConfIOB/Donati/1000_Pi1/readParallela.py deleted file mode 100644 index 5a38f21..0000000 --- a/ConfIOB/Donati/1000_Pi1/readParallela.py +++ /dev/null @@ -1,530 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -# readParallela v. 1.8 -# versione estetica di Carlo + single instance timer - -#--------------------------------------------------------------- -# levare locking -# timer semplificata -# GPIO global - - -import time -import sys - - -from datetime import datetime - -import urllib -import ConfigParser -import os, sys - -import logging -import logging.handlers -import threading -import Queue -#-------------------------------------------------------------- - -# COSTANTI -MSGLEN = 9 -TIMEOUTSERIALE = 10 -MAXRETRY = 3 - -PROGRAM_NAME ="ReadPar IOB-pi v.1.8" - -# DA FILE CONF -idxMacchina = "1001" -SAMPLETIME = 0.1 -TIMEOUTSHORT = (SAMPLETIME*20) -TIMEOUTLONG = (SAMPLETIME*600) -SENDURLTIME = 0.08 - -# VAR -to_enable = False -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG -to_serial = TIMEOUTSERIALE -to_retry = MAXRETRY -errormsglen = 0 - -# VAR - -out_0 = 24 -out_1 = 26 - -in_0 = 11 -in_1 = 12 -in_2 = 13 -in_3 = 15 -in_4 = 16 -in_5 = 18 -in_6 = 22 -in_7 = 7 - -# contatore: serve x match tra accoda ed invia x possibile controllo a posteriori... ogni volta che accodo incremento di 1, va da 0 a 999 -cont = '0' - -# variabile stato online/offline della macchina -onLine = '1' - -# variabile stato seinding/waiting x la parte invio URL -sending = '0' - -# variabile stato timer thread busy -timer_busy = False - -#-------------------------------------------------------------- -# Gestione coda (condivisa) x registrazione eventi ed invio URL -#print "Creazione coda 1000 elementi" - -Coda = Queue.Queue(0) - -#queueLock = threading.Lock() - -#--------------------------------------------------------------- -# lettura parallela -# ritorna il byte letto pulito ( due char hex ) - -def readParallela(): - - global in_0 - global in_1 - global in_2 - global in_3 - global in_4 - global in_5 - global in_6 - global in_7 - - global GPIO - - current = '' - -# print "input : " - - # ritorna '' se non ci sono abbastanza caratteri - try: - num_value = 255 - -# print "num_value : " , num_value , in_0 - - if GPIO.input(in_0): - num_value = num_value - 1 - - if GPIO.input(in_1): - num_value = num_value - 2 - - if GPIO.input(in_2): - num_value = num_value - 4 - - if GPIO.input(in_3): - num_value = num_value - 8 - - if GPIO.input(in_4): - num_value = num_value - 16 - - if GPIO.input(in_5): - num_value = num_value - 32 - - if GPIO.input(in_6): - num_value = num_value - 64 - - if GPIO.input(in_7): - num_value = num_value - 128 - - current = hex( num_value ).replace ( "0x" , "" ).upper() - -# print "\n\n\n\n\n" , num_value , current - - except: - pass - - return current - - -#-------------------------------------------------------------- -# MARCO: cambiare: chiama URL NON deve chiamare url MA METTERE IN CODA (riempiCoda!!!) -# la parte URL vera va messa in svuotaCoda, PARAMETRICA - -#--------------------------------------------------------------- -#Funzione di scrittura su coda con try-except - -def accoda(): - - try: -# url = URLBASE + idxMacchina + URLADV1 + value -# urllib.urlopen ( url ) - #dtEve = time.strftime("%y%m%d%H%M%S")+"000" - dtEve = datetime.utcnow().strftime('%Y%m%d%H%M%S%f')[:-3] - #logPro.debug( "Nuovo valore inserito in coda: " + dtEve + "#" + value + '#' + cont) - #print(dtEve) - #queueLock.acquire() - Coda.put(dtEve + '#' + value + '#' + cont) - #queueLock.release() - #print "Nuovo valore inserito in coda: " + dtEve + "#", value - - except Queue.Full: - logPro.error( "Quque full" + dtEve + '#' + value + '#' + cont ) - except: - logPro.error( "NETWORK:Errore http-no com rete-timeout" + url ) -# print "Url aforte" , url - - -#-------------------------------------------------------------- -# MARCO: scrivere svuotaCoda come thread etc... -def svuota_coda(): - - global onLine - global sending - global timer_busy - - #print "start timer " - - if ( timer_busy == False ): - timer_busy = True - #print "start timer ok " - - try: - if not Coda.empty(): - #print "coda da svuotare!" - response = urllib.urlopen(URLALIVE) - answ = response.read() - if answ == 'OK': - #print "OK alive" - response2 = urllib.urlopen(URLENABLED + idxMacchina) - answ2 = response2.read() - if answ2 == 'OK': - # aggiorno stato ad online - if onLine == '0': - logPro.info("IOB ONLINE!") - #print("IOB ONLINE") - - onLine = '1' # imposto comunque online - else: - if onLine == '1': - logPro.error("IOB offline") - #print("IOB offline") - - onLine = '0' - else: - if onLine == '1': - logPro.error("Server offline") - #print("Server offline") - - onLine = '0' - - # ora verifico SE si possa inviare (ovvero sia online server e NON ci siano altri send attivi...) - if onLine == '1': - if sending == '0': - #segnalo che sono in sending! - sending = '1' - - # formatto dataOra corrente - #dtCurr = time.strftime("%y%m%d%H%M%S")+"000" - dtCurr = datetime.utcnow().strftime('%Y%m%d%H%M%S%f')[:-3] - # prendo 1 valore dalla coda... - #queueLock.acquire() - resp = Coda.get() - # RILASCIO SUBITO la coda x nuovi insert... - #queueLock.release() - - - # recupero valori da coda! - dtEve = resp.split("#")[0] - value = resp.split("#")[1] - cnt = resp.split("#")[2] - url = URLBASE + idxMacchina + URLADV1 + value - url = url + '&dtCurr=' + dtCurr + '&dtEve=' + dtEve + '&cnt=' + cnt - # CHIAMO URL - response3 = urllib.urlopen ( url ) - answ3 = response3.read() - #print(url) - #logPro.debug(url) - - - # log valore inviato! - logSnd.info( value + ' ['+ cnt +']' + ' R:' + answ3 ) - #print "Valore smaltito dalla coda" - - # completato invio, riporto sending a zero! - sending = '0' - else: - logPro.info("WAIT active send to complete") - - else: - pass - - else: - pass - - except: - if onLine == '1': - logPro.error("Server Non raggiungibile") - #print "Non raggiungibile" - - onLine = '0' - -# in ogni caso - - timer_busy = False - #print "end timer ok" - - - #print "end timer " - - -#--------------------------------------------------------------- -# funzione timer thread -#--------------------------------------------------------------- -def do_every (interval, worker_func, iterations = 0): - if iterations != 1: - threading.Timer ( - interval, - do_every, [interval, worker_func, 0 if iterations == 0 else iterations-1] - ).start (); - - worker_func (); - -#--------------------------------------------------------------- -# gestione contatore -#--------------------------------------------------------------- -def contatore(): - - try: - global cont - ctr = int(cont) - ctr +=1 - ctr = ctr % 1000 # round robin 1000 eventi x track - cont = str(ctr) - except: - print("errore incremento contatore") - -#--------------------------------------------------------------- -# avvia porta parallela -#--------------------------------------------------------------- -def avviaParallela(): - - global in_0 - global in_1 - global in_2 - global in_3 - global in_4 - global in_5 - global in_6 - global in_7 - - global GPIO - - try: - - GPIO.setmode(GPIO.BOARD) - - GPIO.setwarnings(False) - - #GPIO.setup(out_0, GPIO.OUT) # output 0 - #GPIO.setup(out_1, GPIO.OUT) # output 1 - - GPIO.setup(in_0, GPIO.IN) # input 0 - GPIO.setup(in_1, GPIO.IN) # input 1 - GPIO.setup(in_2, GPIO.IN) # input 2 - GPIO.setup(in_3, GPIO.IN) # input 3 - GPIO.setup(in_4, GPIO.IN) # input 4 - GPIO.setup(in_5, GPIO.IN) # input 5 - GPIO.setup(in_6, GPIO.IN) # input 6 - GPIO.setup(in_7, GPIO.IN) # input 7 - - except: - print( "\n\n" + PROGRAM_NAME + " - Error 3 on RPi.GPIO ! \n\n") - sys.exit(1) - - - print( "\n\n" + PROGRAM_NAME + " - init ok \n\n") - - -#--------------------------------------------------------------- -#--------------------------------------------------------------- -# MAIN - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'IOB.cfg' ) - - SAMPLETIME = config.getfloat ( 'time' , 'SAMPLETIME' ) - TIMEOUTSHORT = config.getfloat ( 'time' , 'TIMEOUTSHORT' ) - TIMEOUTLONG = config.getfloat ( 'time' , 'TIMEOUTLONG' ) - SENDURLTIME = config.getfloat ( 'time' , 'SENDURLTIME' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - - - URLBASE = config.get ( 'web' , 'URLBASE' ) - URLENABLED = config.get('web' , 'URLENABLED') - URLALIVE = config.get ('web' , 'URLALIVE') - URLADV1 = config.get ( 'web' , 'URLADV1' ) - - LOGFILE = config.get ( 'log' , 'LOGFILE' ) - LOGLEVEL = config.get ( 'log' , 'LOGLEVEL' ) -except: - print "\n\n" + PROGRAM_NAME + ' - Error 4 - in config file ' 'IOB.cfg' - sys.exit(1) - -#-------------------------------------------- -# oggetto Logger -#-------------------------------------------- -try: - logging.basicConfig(level=logging.DEBUG, - format='%(asctime)s %(name)-8s %(levelname)-8s %(message)s', - datefmt='%Y-%m-%d %H:%M:%S', - filename=LOGFILE, - filemode='a' - ) - - # aggiungo 2 logger specifici x queue e send... - logQue = logging.getLogger('queue') - logSnd = logging.getLogger('sendUrl') - logPro = logging.getLogger('program') - -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) -#-------------------------------------------- - - -print "\n\n" + PROGRAM_NAME + "\n\n" - -global startstatus -startstatus = 1 - -if startstatus == 1: - logPro.info("Avvio Programma" + PROGRAM_NAME) - -## Verifica l'OS e di conseguenza carica il file relativo con metodo di lockfile appropriato + check singola istanza -if os.name == 'posix': - import unix -else: - import win - -logPro.info( "Start " + PROGRAM_NAME ) - - -# lettura file configurazione - -# [id] -# idxMacchina = 2001 -# [time] -# SAMPLETIME = 0.1 -# TIMEOUTSHORT = 200 -# TIMEOUTLONG = 6000 - - -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' SAMPLETIME = %4.2f' % ( SAMPLETIME ) ) -print ( ' TIMEOUTSHORT = %4.2f' % ( TIMEOUTSHORT ) ) -print ( ' TIMEOUTLONG = %4.2f' % ( TIMEOUTLONG ) ) -print ( ' SENDURLTIME = %4.2f' % ( SENDURLTIME ) ) -print ( ' URLBASE = %s' % ( URLBASE ) ) -print ( ' URLADV1 = %s' % ( URLADV1 ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) -print ( ' LOGLEVEL = %s' % ( LOGLEVEL ) ) - -# -sys.stdout.write ( 'idxMacchina ?' + idxMacchina + '\n') - -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG - - -#-------------------------------------------------------------- -# apertura parallela - -try: - import RPi.GPIO as GPIO -except RuntimeError: - print( "\n\n" + PROGRAM_NAME + " - Error 1 - you need superuser privileges") -except: - print( "\n\n" + PROGRAM_NAME + " - Error 2 - you need superuser privileges. USE 'sudo' to run your script\n\n") - sys.exit(1) - - -avviaParallela() - - -#-------------------------------------------------------------- -# MARCO: qui inserire avvio thread di "svuotaCoda" - -# avviaSvuotaCoda -#print "Avvia svuota coda" - -do_every ( SENDURLTIME , svuota_coda ); - -#--------------------------------------------------------------- -# ciclo forever and ever - -old = '' - -#print "Avvio ciclo" -logPro.info("Avvio loop principale") -while 1: - - try: - time.sleep (SAMPLETIME) - except: - logPro.info("First_SLEEP: errore attesa sampletime") - - # lettura dati da IOB - value = readParallela() - - if ( value != '' ) : - if value != old : - #loggo e invio dati - try: - logQue.info( value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda") - pass - #enable e reset timer - to_enable = True - to_short = TIMEOUTSHORT - to_long = TIMEOUTLONG - - old = value - - - # gestione timeout breve - if ( to_enable ) : - to_short = to_short - SAMPLETIME - if to_short <= 0: - #loggo e invio dati - try: - logQue.info( '>' + value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda TO_short") - pass - to_short = TIMEOUTSHORT - to_enable = False # dopo un colpo il timer breve viene disabilitato - to_long = TIMEOUTLONG - - # gestione timeout lungo - to_long = to_long - SAMPLETIME - if to_long <= 0: - #loggo e invio dati - try: - logQue.info( '>>' + value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda TO_long") - pass - to_long = TIMEOUTLONG - - - - diff --git a/ConfIOB/Donati/1000_Pi1/sendReboot.py b/ConfIOB/Donati/1000_Pi1/sendReboot.py deleted file mode 100644 index 021c400..0000000 --- a/ConfIOB/Donati/1000_Pi1/sendReboot.py +++ /dev/null @@ -1,130 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -# sendReboot v. 1.8 - -#--------------------------------------------------------------- - - -import time -import sys - - -from datetime import datetime - -import urllib -import ConfigParser -import os, sys - -import logging - -import time - -#--------------------------------------------------------------- - -# COSTANTI -PROGRAM_NAME = "SendReboot IOB-pi v.1.8" - -# DA FILE CONF -idxMacchina = "99" - -# registro se ho fatto chiamata -global numTry -numTry = 1 - - -#--------------------------------------------------------------- -#Funzione di scrittura su url con try-except -#--------------------------------------------------------------- - -def chiamaUrl(numTry): - - try: - urllib.urlopen ( url ) - numTry = numTry + 10 - except Exception, e: - print e - logging.info ( e ) - print "Url aforte" , url - return numTry - - -#--------------------------------------------------------------- -# Funzione di recupero mac address per poterlo inviare a MPIO -#--------------------------------------------------------------- -def getMAC(interface): - # Return the MAC address of interface - try: - str = open('/sys/class/net/' + interface + '/address').read() - except: - str = "00:00:00:00:00:00" - return str[0:17] - -#--------------------------------------------------------------- -# MAIN -#--------------------------------------------------------------- - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'IOB.cfg' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - - - URLREBO = config.get ( 'web' , 'URLREBO' ) - - LOGFILE = config.get ( 'log' , 'LOGREBO' ) -except: - print "\n\n" + PROGRAM_NAME + ' - Error 4 - in config file ' 'IOB.cfg' - sys.exit(1) - - -#-------------------------------------------- -# oggetto Logger -#-------------------------------------------- -try: -# log = Logger(LOGFILE) - logging.basicConfig(level=logging.DEBUG, - format='%(asctime)s %(name)-8s %(levelname)-8s %(message)s', - datefmt='%Y-%m-%d %H:%M:%S', - filename=LOGFILE, - filemode='a') - -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) -#-------------------------------------------- - - -print "\n\n" + PROGRAM_NAME + "\n\n" - -global startstatus -startstatus = 1 - -if startstatus == 1: - logging.info("Avvio Programma " + PROGRAM_NAME) - - -# lettura file configurazione -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' URLREBO = %s' % ( URLREBO ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) - -# lettura mac address -myMac = getMAC('eth0') -print ( ' MAC Address = %s' % ( myMac ) ) - -# configuro URL da inviare -url = URLREBO + idxMacchina + "&mac=" + myMac - -# modifica: cerco se ho inviato segnale altrimenti ritento invio... -while (numTry < 11): - logging.info("Tentativo invio URL: " + `numTry` ) - numTry = chiamaUrl(numTry) - time.sleep(3) - numTry = numTry + 1 - - -# registro che ho inviato! -logging.info("Inviato segnale di reboot!: " + url ) diff --git a/ConfIOB/Donati/1000_Pi1/sendRebootIOB b/ConfIOB/Donati/1000_Pi1/sendRebootIOB deleted file mode 100644 index 191bfff..0000000 --- a/ConfIOB/Donati/1000_Pi1/sendRebootIOB +++ /dev/null @@ -1,33 +0,0 @@ -#!/bin/sh - -# -### BEGIN INIT INFO -# Provides: sendReboot -# Required-Start: $network $remote_fs $syslog -# Required-Stop: $remote_fs $syslog -# Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 -# Short-Description: Steamware's IOB reboot signal -# Description: Steamware's sendReboot segnalazione reboot dispositivo -### END INIT INFO - -#! /bin/sh -# /etc/init.d/sendReboot - - - -export HOME -case "$1" in - start) - cd /home/pi/steamware - echo "Starting sendReboot" - /usr/bin/python ./sendReboot.py 2>&1 & - echo "Verifica Rete e file IOB" - /usr/local/bin/setIobConf.sh - ;; - *) - echo "Usage: /etc/init.d/sendReboot {start}" - exit 1 - ;; -esac -exit 0 - diff --git a/ConfIOB/Donati/1000_Pi1/unix.py b/ConfIOB/Donati/1000_Pi1/unix.py deleted file mode 100644 index 12fb3dc..0000000 --- a/ConfIOB/Donati/1000_Pi1/unix.py +++ /dev/null @@ -1,31 +0,0 @@ -import fcntl -import os -import logging - -#--------------------------------------------------------------- -# meccanismo di file lock per evitare multiple instances -# The function will try to lock the file specified , if it success, return True, else return False. -# The nice thing is that the lock will be dropped when the program terminates. -# >>>Use : -# if not lockFile(".lock.pod"): -# sys.exit(0) - -def lockFile ( lockfile ) : - - fd = os.open ( lockfile , os.O_CREAT | os.O_TRUNC | os.O_WRONLY ) - try: - # Request exclusive (EX) non-blocking (NB) advisory lock. - fcntl.lockf ( fd , fcntl.LOCK_EX | fcntl.LOCK_NB ) - except IOError: - return False - - return True - -if not lockFile ( ".lockfile" ) : - print '\n noi non siamo soli ...\n' - logging.error( "LOCK: Piu istanze aperte") - #sys.exit ( 0 ) - -#- print '\n running alone ...\n' - - diff --git a/ConfIOB/Donati/1000_Pi3/IOB.cfg b/ConfIOB/Donati/1000_Pi3/IOB.cfg deleted file mode 100644 index ac044d0..0000000 --- a/ConfIOB/Donati/1000_Pi3/IOB.cfg +++ /dev/null @@ -1,35 +0,0 @@ -[id] -idxMacchina = 1005 - -[web] -URLBASE = http://10.74.82.219/MP/IO/IOB/input/ -URLALIVE = http://10.74.82.219/MP/IO/IOB -URLENABLED = http://10.74.82.219/MP/IO/IOB/enabled/ -URLADV1 = ?valore= -URLREBO = http://10.74.82.219/MPIO/sendReboot.aspx?idxMacchina= - -[time] -SAMPLETIME = 0.05 -TIMEOUTSHORT = 0.30 -TIMEOUTLONG = 50 -SENDURLTIME = 0.15 -NMAXSEND = 5 - -[log] -LOGLEVEL = 10 -LOGFILE = logfile.txt -LOGREBO = logReboot.txt - -[comm] -port = /dev/ttyAMA0 - -[blink] -MAX_COUNTER_BLINK = 30 -bit0 = 0 -bit1 = 0 -bit2 = 0 -bit3 = 1 -bit4 = 0 -bit5 = 0 -bit6 = 0 -bit7 = 0 diff --git a/ConfIOB/Donati/1000_Pi3/IOB.cfg.donati b/ConfIOB/Donati/1000_Pi3/IOB.cfg.donati deleted file mode 100644 index a6408ee..0000000 --- a/ConfIOB/Donati/1000_Pi3/IOB.cfg.donati +++ /dev/null @@ -1,35 +0,0 @@ -[id] -idxMacchina = 0 - -[web] -URLBASE = http://192.168.51.77/MP/IO/IOB/input/ -URLALIVE = http://192.168.51.77/MP/IO/IOB -URLENABLED = http://192.168.51.77/MP/IO/IOB/enabled/ -URLADV1 = ?valore= -URLREBO = http://192.168.51.77/MP/IO/sendReboot.aspx?idxMacchina= - -[time] -SAMPLETIME = 0.05 -TIMEOUTSHORT = 0.30 -TIMEOUTLONG = 50 -SENDURLTIME = 0.15 -NMAXSEND = 5 - -[log] -LOGLEVEL = 10 -LOGFILE = logfile.txt -LOGREBO = logReboot.txt - -[comm] -port = /dev/ttyAMA0 - -[blink] -MAX_COUNTER_BLINK = 30 -bit0 = 0 -bit1 = 0 -bit2 = 0 -bit3 = 1 -bit4 = 0 -bit5 = 0 -bit6 = 0 -bit7 = 0 diff --git a/ConfIOB/Donati/1000_Pi3/IOB.cfg.steamware b/ConfIOB/Donati/1000_Pi3/IOB.cfg.steamware deleted file mode 100644 index ac044d0..0000000 --- a/ConfIOB/Donati/1000_Pi3/IOB.cfg.steamware +++ /dev/null @@ -1,35 +0,0 @@ -[id] -idxMacchina = 1005 - -[web] -URLBASE = http://10.74.82.219/MP/IO/IOB/input/ -URLALIVE = http://10.74.82.219/MP/IO/IOB -URLENABLED = http://10.74.82.219/MP/IO/IOB/enabled/ -URLADV1 = ?valore= -URLREBO = http://10.74.82.219/MPIO/sendReboot.aspx?idxMacchina= - -[time] -SAMPLETIME = 0.05 -TIMEOUTSHORT = 0.30 -TIMEOUTLONG = 50 -SENDURLTIME = 0.15 -NMAXSEND = 5 - -[log] -LOGLEVEL = 10 -LOGFILE = logfile.txt -LOGREBO = logReboot.txt - -[comm] -port = /dev/ttyAMA0 - -[blink] -MAX_COUNTER_BLINK = 30 -bit0 = 0 -bit1 = 0 -bit2 = 0 -bit3 = 1 -bit4 = 0 -bit5 = 0 -bit6 = 0 -bit7 = 0 diff --git a/ConfIOB/Donati/1000_Pi3/MapoIOB b/ConfIOB/Donati/1000_Pi3/MapoIOB deleted file mode 100644 index c49ec0a..0000000 --- a/ConfIOB/Donati/1000_Pi3/MapoIOB +++ /dev/null @@ -1,41 +0,0 @@ -### BEGIN INIT INFO -# Provides: MapoIOB: script Steamware per avvio driver IOB -# Required-Start: $remote_fs $syslog ramlog -# Required-Stop: $remote_fs $syslog ramlog -# Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 -# Short-Description: Steamware's MapoIOB driver -# Description: Steamware's MapoIOB driver, versione lettura porta parallela -### END INIT INFO - -#! /bin/sh -# /etc/init.d/MapoIOB - -export HOME -case "$1" in - start) - echo "Starting readParallela" - cd /home/pi/steamware - /usr/bin/python ./readParallela.py 2>&1 & - ;; - stop) - echo "Stopping readParallela" - RS_PID=`ps auxwww | grep readParallela.py | head -1 | awk '{print $2}'` - kill -9 $RS_PID - cd /home/pi/steamware - rm .lockfile - ;; - restart) - ## Stop the service and regardless of whether it was - ## running or not, start it again. - $0 stop - killall python - $0 start - ;; - *) - echo "Usage: /etc/init.d/MapoIOB {start|stop|restart}" - exit 1 - ;; -esac -exit 0 - diff --git a/ConfIOB/Donati/1000_Pi3/MapoIOB_logrot b/ConfIOB/Donati/1000_Pi3/MapoIOB_logrot deleted file mode 100644 index 13410b9..0000000 --- a/ConfIOB/Donati/1000_Pi3/MapoIOB_logrot +++ /dev/null @@ -1,28 +0,0 @@ -/var/log/MapoIOB.log { - size 8M - copytruncate - create 700 pi pi - dateext - rotate 100 - compress - maxage 366 - missingok -} -/var/log/logReboot.txt { - size 1M - copytruncate - create 700 pi pi - dateext - rotate 30 - compress - missingok -} -/var/log/logTemp.txt { - size 1M - copytruncate - create 700 pi pi - dateext - rotate 30 - compress - missingok -} diff --git a/ConfIOB/Donati/1000_Pi3/checkAlive.sh b/ConfIOB/Donati/1000_Pi3/checkAlive.sh deleted file mode 100644 index aace73d..0000000 --- a/ConfIOB/Donati/1000_Pi3/checkAlive.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/bash - -# controlla se il logfile è correntemente scritto (quindi MapoIOB è alive) altrimenti riavvia! - -DATE=`date +%Y-%m-%d` -cd /var/log -if [ -f MapoIOB.log ] - then - # controllo SE sia stato acceduto da meno di 2 minuti (=alive da log...) - trovato=`find . -name 'MapoIOB*' -cmin -1` - if [[ $trovato != './MapoIOB.log' ]] - then - /etc/init.d/MapoIOB restart - echo $date + "riavvio!" - fi -else - # in questo caso AVVIO il processo MapoIOB - /etc/init.d/MapoIOB start - echo $date + "file non trovato, avvio!" -fi diff --git a/ConfIOB/Donati/1000_Pi3/cleanPython.sh b/ConfIOB/Donati/1000_Pi3/cleanPython.sh deleted file mode 100644 index c4f616a..0000000 --- a/ConfIOB/Donati/1000_Pi3/cleanPython.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash - -DATE=`date +%Y-%m-%d_%T` -# log inizio pulizia -echo $DATE " - INIZIO pulizia processi python" >> clean.log -# effettua pulizia processi: killa tutti i processi python -killall python - -# avvia MapoIob -/etc/init.d/MapoIOB start - -# log fatto! -DATE=`date +%Y-%m-%d_%T` -echo $DATE " - FINE pulizia processi python + riavvio MapoIOB" >> clean.log diff --git a/ConfIOB/Donati/1000_Pi3/convertLogFile.py b/ConfIOB/Donati/1000_Pi3/convertLogFile.py deleted file mode 100644 index 760c2a9..0000000 --- a/ConfIOB/Donati/1000_Pi3/convertLogFile.py +++ /dev/null @@ -1,46 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -# readFile v. 0.1 -# - single instance timer -# - invio multiplo x send eventi accodati -#--------------------------------------------------------------- -import os, sys -import argparse -#-------------------------------------------------------------- - -# gestione parser argomenti in input -parser = argparse.ArgumentParser() -parser.add_argument("inFile") -parser.add_argument("outFile") -args = parser.parse_args() - -#with open('logfile.txt', 'r') as inf, open('persMem.dat',"w") as outf: -with open(args.inFile, 'r') as inf, open(args.outFile,"w") as outf: - data = inf.readlines() - - lastDt = "" - lastMs = 0 - stepMs = 200 - - for line in data: - words = line.split() - if words[2] == 'queue': - # recupero dataOra - newDt = words[0].replace("-","") + words[1].replace(":","") - - # verifico se data/ora identica... - if (lastDt == newDt): - # --> aggiungo stepMs - lastMs += stepMs - else: - lastMs = 0 - - lastDt = newDt - - newDt = newDt + '{:03d}'.format(lastMs) #str(lastMs) - #print words[0].replace("-","") + words[1].replace(":","") + " | " + newDt + "\n" - - # print words - # outf.write(words[0].replace("-","") + words[1].replace(":","") + '#' + words[4].replace(">","") + '#' + words[5].replace("[","").replace("]","") +'\n') - outf.write(newDt + '#' + words[4].replace(">","") + '#' + words[5].replace("[","").replace("]","") +'\n') \ No newline at end of file diff --git a/ConfIOB/Donati/1000_Pi3/crontab b/ConfIOB/Donati/1000_Pi3/crontab deleted file mode 100644 index 74fe381..0000000 --- a/ConfIOB/Donati/1000_Pi3/crontab +++ /dev/null @@ -1 +0,0 @@ -* * * * * /bin/bash /home/pi/steamware/checkAlive.sh >> /home/pi/stdout 2>> /home/pi/stderr diff --git a/ConfIOB/Donati/1000_Pi3/install-RPI-IOB.sh b/ConfIOB/Donati/1000_Pi3/install-RPI-IOB.sh deleted file mode 100644 index 7de1dc1..0000000 --- a/ConfIOB/Donati/1000_Pi3/install-RPI-IOB.sh +++ /dev/null @@ -1,51 +0,0 @@ -#|/bin/bash - -#installa il necessario per RPI-3-IOB partendo dal contenuto della folder /home/pi/steamware - -#step 1: creo file di log nuovi -rm /var/log/log*.txt -rm /var/log/MapoIOB* -rm /home/pi/steamware/log*.txt - -touch /var/log/logReboot.txt -touch /var/log/logTemp.txt -touch /var/log/MapoIOB.log - -ln -sf /var/log/logReboot.txt /home/pi/steamware/logReboot.txt -ln -sf /var/log/logTemp.txt /home/pi/steamware/logTemp.txt -ln -sf /var/log/MapoIOB.log /home/pi/steamware/logfile.txt - -chown pi:pi /home/pi -R -chmod 666 /var/log/log*.txt -chmod 666 /var/log/MapoIOB.log - -#step 2: copio files in /usr/local/bin -cd /home/pi/steamware -chmod +x *.sh -cp *.sh /usr/local/bin/ - -#step 3: copio files x logrotate... -cd /home/pi/steamware -cp MapoIOB_logrot /etc/logrotate.d/ - -# step 4: copio target systemd in avvio... -cp -f sendRebootIOB /etc/init.d/sendRebootIOB -cp -f sendRebootIOB.service /etc/systemd/system/sendRebootIOB.service -echo "" -echo "-----------------------------------------------" -echo "Completare registrazione servizio avvio: digitare i seguenti comandi" -echo "systemctl enable sendRebootIOB" -echo "systemctl daemon-reload" -echo "systemctl status sendRebootIOB" -echo "-----------------------------------------------" -echo "" -echo "" -echo "" -echo "-----------------------------------------------" -echo "Infine creare voce crontab che salvi temperatura CPU/GPU ogni 20 minuti..." -echo "crontab -e" -echo "*/20 * * * * /usr/local/bin/saveTemp.sh" -echo "-----------------------------------------------" - - - diff --git a/ConfIOB/Donati/1000_Pi3/logReboot.txt b/ConfIOB/Donati/1000_Pi3/logReboot.txt deleted file mode 100644 index e69de29..0000000 diff --git a/ConfIOB/Donati/1000_Pi3/logfile.txt b/ConfIOB/Donati/1000_Pi3/logfile.txt deleted file mode 100644 index 7c3df88..0000000 Binary files a/ConfIOB/Donati/1000_Pi3/logfile.txt and /dev/null differ diff --git a/ConfIOB/Donati/1000_Pi3/mppar b/ConfIOB/Donati/1000_Pi3/mppar deleted file mode 100644 index b433a73..0000000 --- a/ConfIOB/Donati/1000_Pi3/mppar +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -/usr/bin/python /home/pi/steamware/readParallela.py diff --git a/ConfIOB/Donati/1000_Pi3/mpser b/ConfIOB/Donati/1000_Pi3/mpser deleted file mode 100644 index 444b459..0000000 --- a/ConfIOB/Donati/1000_Pi3/mpser +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -/usr/bin/python /home/steamware/readSeriale.py diff --git a/ConfIOB/Donati/1000_Pi3/readFile.py b/ConfIOB/Donati/1000_Pi3/readFile.py deleted file mode 100644 index 887118d..0000000 --- a/ConfIOB/Donati/1000_Pi3/readFile.py +++ /dev/null @@ -1,152 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -# readFile v. 0.1 -# - single instance timer -# - invio multiplo x send eventi accodati - -#--------------------------------------------------------------- - -import time - -from datetime import datetime - -import urllib -import ConfigParser -import os, sys - -import logging -import logging.handlers -import Queue - -import argparse -#-------------------------------------------------------------- - -# gestione parser argomenti in input -parser = argparse.ArgumentParser() -parser.add_argument("memFile") -parser.add_argument("logFile") -args = parser.parse_args() - -#definizione variabili BASE -stepQueuePut=25000 -stepQueueGet=250 -NMAXSEND=500000 # limite invio file x fare prove... -idxMacchina = "2003" - -#-------------------------------------------------------------- -# Gestione coda (condivisa) x registrazione eventi ed invio URL -#print "Creazione coda illimitata" -Coda = Queue.Queue(0) - -#--------------------------------------------------------------- -#Funzione di scrittura su coda con try-except - -def accoda(valore): - - try: - Coda.put(valore) - except Queue.Full: - logPro.error( "Queue full" + dtEve + '#' + value + '#' + cont ) - except: - logPro.error( "NETWORK:Errore http-no com rete-timeout" + url ) - - -#-------------------------------------------------------------- -# svuotaCoda x invio dati al server -def svuota_coda(): - - global NMAXSEND - - try: - if not Coda.empty(): - # invio SOLO i primi NMAXSEND eventi... SE minore del num eventi... - if NMAXSEND > Coda.qsize(): - NMAXSEND = Coda.qsize() - - - i = 0 - - with open(args.logFile,"w") as outf: - while i <= NMAXSEND: - if not Coda.empty(): - - # formatto dataOra corrente - dtCurr = datetime.utcnow().strftime('%Y%m%d%H%M%S%f')[:-3] - - #prendo primo elemento dalla coda - resp = Coda.get() - - # recupero valori da elemento coda! - dtEve = resp.split("#")[0] - value = resp.split("#")[1] - cnt = resp.split("#")[2] - url = URLBASE + idxMacchina + URLADV1 + value - url = url + '&dtCurr=' + dtCurr + '&dtEve=' + dtEve + '&cnt=' + cnt - # CHIAMO URL - response3 = urllib.urlopen ( url ) - answ3 = response3.read() - - # registro chiamata + risposta - # outf.write(url + " --> " + answ3 + "\n") - - # incremento e controllo se mostrare output - i += 1 - if (i % stepQueueGet) == 0: - print "Inviati %d valori..." % i - - print "Inviati %d valori..." % i - except: - print "Errore in svuotamento coda!" - - -#--------------------------------------------------------------- -# MAIN - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'IOB.cfg' ) - - # NMAXSEND = config.getint ( 'time' , 'NMAXSEND' ) - # idxMacchina = config.get ( 'id' , 'idxMacchina' ) - - - URLBASE = config.get ( 'web' , 'URLBASE' ) - URLADV1 = config.get ( 'web' , 'URLADV1' ) - - LOGFILE = config.get ( 'log' , 'LOGFILE' ) - LOGLEVEL = config.get ( 'log' , 'LOGLEVEL' ) -except: - print "\n\n" + PROGRAM_NAME + ' - Error 4 - in config file ' 'IOB.cfg' - sys.exit(1) - -#--------------------------------------------------------------- - -dtCurr = datetime.utcnow().strftime('%H:%M:%S.%f')[:-3] -print "Inizio elaborazione: %s" % dtCurr - -# Leggo il file! -i = 0 -with open(args.memFile, 'r') as inf, open(args.logFile,"w") as outf: - data = inf.readlines() - - print "Trovate %d da processare..." % len(data) - -# leggo e metto in QUEUE... - for line in data: - accoda(line) - i += 1 - if (i % stepQueuePut) == 0: - print "Accodati %d valori..." % i - -print "Completata lettura file! %d righe accodate da trasmettere" % Coda.qsize() - -dtCurr = datetime.utcnow().strftime('%H:%M:%S.%f')[:-3] -print "Inizio invio: %s" % dtCurr - - -# chiamo procedura x svuotare coda... -svuota_coda() - -dtCurr = datetime.utcnow().strftime('%H:%M:%S.%f')[:-3] -print "Completato invio: %s" % dtCurr \ No newline at end of file diff --git a/ConfIOB/Donati/1000_Pi3/readParallela.py b/ConfIOB/Donati/1000_Pi3/readParallela.py deleted file mode 100644 index a1e5489..0000000 --- a/ConfIOB/Donati/1000_Pi3/readParallela.py +++ /dev/null @@ -1,641 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -# readParallela v. 2.0 -# - single instance timer -# - invio multiplo x send eventi accodati -# - gestione segnali BLINKING - -#--------------------------------------------------------------- -# levare locking -# timer semplificata -# GPIO global - - -import time -import sys - - -from datetime import datetime - -import urllib -import ConfigParser -import os, sys - -import logging -import logging.handlers -import threading -import Queue - -from array import * - -#-------------------------------------------------------------- - -# COSTANTI -MSGLEN = 9 -TIMEOUTSERIALE = 10 -MAXRETRY = 3 - -# numero campioni filtraggio segnale ballerino -MAX_COUNTER_BLINK = 10 - -PROGRAM_NAME ="ReadPar IOB-pi v.2.0" - -# DA FILE CONF -idxMacchina = "1001" -SAMPLETIME = 0.1 -TIMEOUTSHORT = (SAMPLETIME*20) -TIMEOUTLONG = (SAMPLETIME*600) -SENDURLTIME = 0.08 -NMAXSEND = 5 # numero massimo di invii per singolo ciclo di svuotamento - -# VAR -to_enable = False -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG -to_serial = TIMEOUTSERIALE -to_retry = MAXRETRY -errormsglen = 0 - -# VAR - -out_0 = 24 -out_1 = 26 - -in_0 = 11 -in_1 = 12 -in_2 = 13 -in_3 = 15 -in_4 = 16 -in_5 = 18 -in_6 = 22 -in_7 = 7 - -# contatore: serve x match tra accoda ed invia x possibile controllo a posteriori... ogni volta che accodo incremento di 1, va da 0 a 9999 -cont = '0' - -# variabile stato online/offline della macchina -onLine = '1' - -# variabile stato seinding/waiting x la parte invio URL -sending = '0' - -# variabile stato timer thread busy -timer_busy = False - -# -# array per ingressi filtrati - -i_counters = array ( 'i',[0,0,0,0,0,0,0,0]) -B_blinking = array ( 'B',[0,0,0,0,0,0,0,0]) -B_previous = array ( 'B',[0,0,0,0,0,0,0,0]) -B_input = array ( 'B',[0,0,0,0,0,0,0,0]) -B_output = array ( 'B',[0,0,0,0,0,0,0,0]) - -#-------------------------------------------------------------- -# Gestione coda (condivisa) x registrazione eventi ed invio URL -#print "Creazione coda illimitata" - -Coda = Queue.Queue(0) - -#queueLock = threading.Lock() - -#--------------------------------------------------------------- -# lettura parallela -# ritorna il byte letto pulito ( due char hex ) - -def readParallelaFiltrata(): - - global in_0 - global in_1 - global in_2 - global in_3 - global in_4 - global in_5 - global in_6 - global in_7 - - global GPIO - - current = '' - - - try: - - if GPIO.input(in_0): - B_input[0] = 0 - else: - B_input[0] = 1 - - if GPIO.input(in_1): - B_input[1] = 0 - else: - B_input[1] = 1 - - if GPIO.input(in_2): - B_input[2] = 0 - else: - B_input[2] = 1 - - if GPIO.input(in_3): - B_input[3] = 0 - else: - B_input[3] = 1 - - if GPIO.input(in_4): - B_input[4] = 0 - else: - B_input[4] = 1 - - if GPIO.input(in_5): - B_input[5] = 0 - else: - B_input[5] = 1 - - if GPIO.input(in_6): - B_input[6] = 0 - else: - B_input[6] = 1 - - if GPIO.input(in_7): - B_input[7] = 0 - else: - B_input[7] = 1 - - - - #ciclo per ogni segnale - for i in xrange(8) : - - # print (i) - # se non blinking, copia ingresso - if ( B_blinking[i] == 0 ) : - B_output[i] = B_input[i] - else: - - # gestione segnale blinking - - # se fronte del segnale - if ( B_previous[i] != B_input[i] ) : - - B_previous[i] = B_input[i] - - # se fronte di salita - if ( B_input[i] == 1 ) : - # subito uscita = 1 - B_output[i] = 1 - i_counters[i] = MAX_COUNTER_BLINK - else : - # loggo che ho rilevato un blink... - if (LOGLEVEL > 5) : - logPro.info("Blink down on bit " + `i`) - else: - # no , segnale eguale a prima - # se input a 0 - if ( B_input[i] == 0 ) : - - # E CONTEGGIO IN CORSO - if ( i_counters[i] > 0 ) : - - i_counters[i] = i_counters[i] -1 - if ( i_counters[i] == 0 ) : - - B_output[i] = 0 - # loggo che ho CONFERMATO un cambio fronte... - if (LOGLEVEL > 5) : - logPro.info("END Blink on bit " + `i` ) - - #Rimettiamo insieme i bit - new_value = 0 - - if ( B_output[0] == 1 ) : - new_value = new_value + 1 - - if ( B_output[1] == 1 ) : - new_value = new_value + 2 - - if ( B_output[2] == 1 ) : - new_value = new_value + 4 - - if ( B_output[3] == 1 ) : - new_value = new_value + 8 - - if ( B_output[4] == 1 ) : - new_value = new_value + 16 - - if ( B_output[5] == 1 ) : - new_value = new_value + 32 - - if ( B_output[6] == 1 ) : - new_value = new_value + 64 - - if ( B_output[7] == 1 ) : - new_value = new_value + 128 - - current = hex( new_value ).replace ( "0x" , "" ).upper() - - except: - pass - - return current - - -#-------------------------------------------------------------- -# MARCO: cambiare: chiama URL NON deve chiamare url MA METTERE IN CODA (riempiCoda!!!) -# la parte URL vera va messa in svuotaCoda, PARAMETRICA - -#--------------------------------------------------------------- -#Funzione di scrittura su coda con try-except - -def accoda(): - - try: -# url = URLBASE + idxMacchina + URLADV1 + value -# urllib.urlopen ( url ) - #dtEve = time.strftime("%y%m%d%H%M%S")+"000" - dtEve = datetime.utcnow().strftime('%Y%m%d%H%M%S%f')[:-3] - #logPro.debug( "Nuovo valore inserito in coda: " + dtEve + "#" + value + '#' + cont) - #print(dtEve) - #queueLock.acquire() - Coda.put(dtEve + '#' + value + '#' + cont) - #queueLock.release() - #print "Nuovo valore inserito in coda: " + dtEve + "#", value - - except Queue.Full: - logPro.error( "Queue full" + `dtEve` + '#' + `value` + '#' + `cont` ) - except: - logPro.error( "NETWORK:Errore http-no com rete-timeout" + url ) -# print "Url aforte" , url - - -#-------------------------------------------------------------- -# svuotaCoda x invio dati al server -def svuota_coda(): - - global onLine - global sending - global timer_busy - global NMAXSEND - - #print "start timer " - - if ( timer_busy == False ): - timer_busy = True - #print "start timer ok " - - try: - if not Coda.empty(): - #print "coda da svuotare!" - response = urllib.urlopen(URLALIVE) - answ = response.read() - if answ == 'OK': - #print "OK alive" - response2 = urllib.urlopen(URLENABLED + idxMacchina) - answ2 = response2.read() - if answ2 == 'OK': - # aggiorno stato ad online - if onLine == '0': - logPro.info("IOB ONLINE!") - #print("IOB ONLINE") - - onLine = '1' # imposto comunque online - else: - if onLine == '1': - logPro.error("IOB offline") - #print("IOB offline") - - onLine = '0' - else: - if onLine == '1': - logPro.error("Server offline") - #print("Server offline") - - onLine = '0' - - # ora verifico SE si possa inviare (ovvero sia online server e NON ci siano altri send attivi...) - if onLine == '1': - if sending == '0': - #segnalo che sono in sending! - sending = '1' - - # SAM 2016.12.23: modifica x invio FINO A nMaxSend ELEMENTI ad ogni ciclo di svuotamento - i = NMAXSEND - - while i >= 0: - if not Coda.empty(): - - # formatto dataOra corrente - dtCurr = datetime.utcnow().strftime('%Y%m%d%H%M%S%f')[:-3] - - #prendo primo elemento dalla coda - resp = Coda.get() - - # recupero valori da elemento coda! - dtEve = resp.split("#")[0] - value = resp.split("#")[1] - cnt = resp.split("#")[2] - url = URLBASE + idxMacchina + URLADV1 + value - url = url + '&dtCurr=' + dtCurr + '&dtEve=' + dtEve + '&cnt=' + cnt - # CHIAMO URL - response3 = urllib.urlopen ( url ) - answ3 = response3.read() - #print(url) - - # log valore inviato! - logSnd.info( value + ' ['+ cnt +']' + ' R:' + answ3 ) - #print "Valore smaltito dalla coda" - - # tolgo 1 al contatore - i -= 1 - - # completato invio, riporto sending a zero! - sending = '0' - else: - logPro.info("WAIT active send to complete") - - else: - pass - - else: - pass - - except: - if onLine == '1': - logPro.error("Server Non raggiungibile") - #print "Non raggiungibile" - - onLine = '0' - -# in ogni caso - - timer_busy = False - #print "end timer ok" - - - #print "end timer " - - -#--------------------------------------------------------------- -# funzione timer thread -#--------------------------------------------------------------- -def do_every (interval, worker_func, iterations = 0): - if iterations != 1: - threading.Timer ( - interval, - do_every, [interval, worker_func, 0 if iterations == 0 else iterations-1] - ).start (); - - worker_func (); - -#--------------------------------------------------------------- -# gestione contatore -#--------------------------------------------------------------- -def contatore(): - - try: - global cont - ctr = int(cont) - ctr +=1 - ctr = ctr % 10000 # round robin 10000 eventi x track - cont = str(ctr) - except: - print("errore incremento contatore") - -#--------------------------------------------------------------- -# avvia porta parallela -#--------------------------------------------------------------- -def avviaParallela(): - - global in_0 - global in_1 - global in_2 - global in_3 - global in_4 - global in_5 - global in_6 - global in_7 - - global GPIO - - try: - - GPIO.setmode(GPIO.BOARD) - - GPIO.setwarnings(False) - - #GPIO.setup(out_0, GPIO.OUT) # output 0 - #GPIO.setup(out_1, GPIO.OUT) # output 1 - - GPIO.setup(in_0, GPIO.IN) # input 0 - GPIO.setup(in_1, GPIO.IN) # input 1 - GPIO.setup(in_2, GPIO.IN) # input 2 - GPIO.setup(in_3, GPIO.IN) # input 3 - GPIO.setup(in_4, GPIO.IN) # input 4 - GPIO.setup(in_5, GPIO.IN) # input 5 - GPIO.setup(in_6, GPIO.IN) # input 6 - GPIO.setup(in_7, GPIO.IN) # input 7 - - except: - print( "\n\n" + PROGRAM_NAME + " - Error 3 on RPi.GPIO ! \n\n") - sys.exit(1) - - - print( "\n\n" + PROGRAM_NAME + " - init ok \n\n") - - -#--------------------------------------------------------------- -#--------------------------------------------------------------- -# MAIN - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'IOB.cfg' ) - - SAMPLETIME = config.getfloat ( 'time' , 'SAMPLETIME' ) - TIMEOUTSHORT = config.getfloat ( 'time' , 'TIMEOUTSHORT' ) - TIMEOUTLONG = config.getfloat ( 'time' , 'TIMEOUTLONG' ) - SENDURLTIME = config.getfloat ( 'time' , 'SENDURLTIME' ) - NMAXSEND = config.getint ( 'time' , 'NMAXSEND' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - - - URLBASE = config.get ( 'web' , 'URLBASE' ) - URLENABLED = config.get('web' , 'URLENABLED') - URLALIVE = config.get ('web' , 'URLALIVE') - URLADV1 = config.get ( 'web' , 'URLADV1' ) - - LOGFILE = config.get ( 'log' , 'LOGFILE' ) - LOGLEVEL = config.get ( 'log' , 'LOGLEVEL' ) - - B_blinking[0] = config.getint ( 'blink' , 'bit0' ) - B_blinking[1] = config.getint ( 'blink' , 'bit1' ) - B_blinking[2] = config.getint ( 'blink' , 'bit2' ) - B_blinking[3] = config.getint ( 'blink' , 'bit3' ) - B_blinking[4] = config.getint ( 'blink' , 'bit4' ) - B_blinking[5] = config.getint ( 'blink' , 'bit5' ) - B_blinking[6] = config.getint ( 'blink' , 'bit6' ) - B_blinking[7] = config.getint ( 'blink' , 'bit7' ) - - MAX_COUNTER_BLINK = config.getint ( 'blink' , 'MAX_COUNTER_BLINK' ) - - -except: - print "\n\n" + PROGRAM_NAME + ' - Error 4 - in config file ' 'IOB.cfg' - sys.exit(1) - -#-------------------------------------------- -# oggetto Logger -#-------------------------------------------- -try: - logging.basicConfig(level=logging.DEBUG, - format='%(asctime)s %(name)-8s %(levelname)-8s %(message)s', - datefmt='%Y-%m-%d %H:%M:%S', - filename=LOGFILE, - filemode='a' - ) - - # aggiungo 2 logger specifici x queue e send... - logQue = logging.getLogger('queue') - logSnd = logging.getLogger('sendUrl') - logPro = logging.getLogger('program') - -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) -#-------------------------------------------- - - -print "\n\n" + PROGRAM_NAME + "\n\n" - -global startstatus -startstatus = 1 - -if startstatus == 1: - logPro.info("Avvio Programma" + PROGRAM_NAME) - -## Verifica l'OS e di conseguenza carica il file relativo con metodo di lockfile appropriato + check singola istanza -if os.name == 'posix': - import unix -else: - import win - -logPro.info( "Start " + PROGRAM_NAME ) - - -# lettura file configurazione - -# [id] -# idxMacchina = 2001 -# [time] -# SAMPLETIME = 0.1 -# TIMEOUTSHORT = 200 -# TIMEOUTLONG = 6000 - - -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' SAMPLETIME = %4.2f' % ( SAMPLETIME ) ) -print ( ' TIMEOUTSHORT = %4.2f' % ( TIMEOUTSHORT ) ) -print ( ' TIMEOUTLONG = %4.2f' % ( TIMEOUTLONG ) ) -print ( ' SENDURLTIME = %4.2f' % ( SENDURLTIME ) ) -print ( ' URLBASE = %s' % ( URLBASE ) ) -print ( ' URLADV1 = %s' % ( URLADV1 ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) -print ( ' LOGLEVEL = %s' % ( LOGLEVEL ) ) - -# -sys.stdout.write ( 'idxMacchina ?' + idxMacchina + '\n') - -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG - - -#-------------------------------------------------------------- -# apertura parallela - -try: - import RPi.GPIO as GPIO -except RuntimeError: - print( "\n\n" + PROGRAM_NAME + " - Error 1 - you need superuser privileges") -except: - print( "\n\n" + PROGRAM_NAME + " - Error 2 - you need superuser privileges. USE 'sudo' to run your script\n\n") - sys.exit(1) - - -avviaParallela() - - -#-------------------------------------------------------------- -# MARCO: qui inserire avvio thread di "svuotaCoda" - -# avviaSvuotaCoda -#print "Avvia svuota coda" - -do_every ( SENDURLTIME , svuota_coda ); - -#--------------------------------------------------------------- -# ciclo forever and ever - -old = '' - -#print "Avvio ciclo" -logPro.info("Avvio loop principale") -while 1: - - try: - time.sleep (SAMPLETIME) - except: - logPro.info("First_SLEEP: errore attesa sampletime") - - # lettura dati da IOB - value = readParallelaFiltrata() - - if ( value != '' ) : - if value != old : - #loggo e invio dati - try: - logQue.info( value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda") - pass - #enable e reset timer - to_enable = True - to_short = TIMEOUTSHORT - to_long = TIMEOUTLONG - - old = value - - - # gestione timeout breve - if ( to_enable ) : - to_short = to_short - SAMPLETIME - if to_short <= 0: - #loggo e invio dati - try: - logQue.info( '>' + value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda TO_short") - pass - to_short = TIMEOUTSHORT - to_enable = False # dopo un colpo il timer breve viene disabilitato - to_long = TIMEOUTLONG - - # gestione timeout lungo - to_long = to_long - SAMPLETIME - if to_long <= 0: - #loggo e invio dati - try: - logQue.info( '>>' + value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda TO_long") - pass - to_long = TIMEOUTLONG diff --git a/ConfIOB/Donati/1000_Pi3/readSeriale.py b/ConfIOB/Donati/1000_Pi3/readSeriale.py deleted file mode 100644 index 3c00644..0000000 --- a/ConfIOB/Donati/1000_Pi3/readSeriale.py +++ /dev/null @@ -1,363 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -#--------------------------------------------------------------- - -import serial -import time -import sys -import datetime -import urllib -import ConfigParser -import os, sys - -#--------------------------------------------------------------- - -# COSTANTI -MSGLEN = 9 -TIMEOUTSERIALE = 10 -MAXRETRY = 3 - -# DA FILE CONF -idxMacchina = "2001" -SAMPLETIME = 0.1 -TIMEOUTSHORT = (SAMPLETIME*20) -TIMEOUTLONG = (SAMPLETIME*600) - -# VAR -to_enable = False -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG -to_serial = TIMEOUTSERIALE -to_retry = MAXRETRY -errormsglen = 0 - -#--------------------------------------------------------------- -# classe logger - -class Logger: - def __init__(self, filename): - try: - self.filename = filename - except: - logga("LOGGER: errore try su self.filename") - sys.exit(1) - def __call__(self, string): - try: - file = open(self.filename, 'a') - file.write('[' + time.strftime("%Y-%m-%d %H:%M:%S") + '] ') - file.write(string + '\n') - file.close() - except: - logga("LOGGER: errore try su scrittura") - sys.exit(1) - -#--------------------------------------------------------------- -# lettura buffer seriale e pulizia caratteri non stampabili -# ritorna '' se non c'è un messaggio buono o il messaggio pulito ( due bytes hex ) -# il messaggio ha il formato xxi00 00xxx - -def readSeriale(): - - global to_serial - global to_retry - global errormsglen - - ret = '' - current = '' - i = 0 - - # ritorna '' se non ci sono abbastanza caratteri - try: - if ser.inWaiting() < MSGLEN : -# -# to_serial = to_serial - 1 # se non mi risponde, faccio un ' altra richiesta.... -# if to_serial <= 0: -# try: -# requestData () -# except: -# logga("SERIALE: errore su requestData") -# sys.exit(1) -# to_serial = TIMEOUTSERIALE # ripristino timer -# to_retry = to_retry - 1 # contatore retry -# if to_retry <= 0: -# logga ( 'IOB not responding' ) -# return ret - logga("SERIALE: errore msglen < 9 char - Errore no. " + str(errormsglen)) - errormsglen = errormsglen +1 - avviaSeriale() - time.sleep(.2) - if errormsglen > 30: - sys.exit(1) - except: - if startstatus == 0: - logga ("Porta SERIALE non disponibile - ser.inWaiting error - exit... - Errore no. " + str(errormsglen)) - errormsglen = errormsglen +1 - avviaSeriale() - time.sleep(.2) - if errormsglen > 30: - sys.exit(1) - - # finchè c'è robba .. leggi e tieni i buoni - to_serial = TIMEOUTSERIALE - to_retry = MAXRETRY - try: - while ser.inWaiting() > 0 : - try: - c = ser.read(1) - except: - logga("SERIALE: errore su try ser.read") - sys.exit(1) - # filtra caratteri non stampabili - if c > ' ' : - current += c - #sys.stdout.write(current + '<<<<\n') - # ora il messaggio ha il formato xxxxxi00 00xxx : cerco la 'i' iniziale - try: - while i < len(current) and current[i] != 'i': - i = i + 1 - except: - logga("SERIALE: errore su ricerca i iniziale") - sys.exit(1) - # se non ho trovato la 'i' restituisco '' - if i == len(current)-1: - return ret - else: - current = current[i+1:i+3] - # richiesta dati ad IOB - requestData() - #sys.stdout.write ( current + '\n') - except: - if startstatus == 0: - logga ('Porta SERIALE non disponibile - ser.inWaiting e filtraggio error...exit') - sys.exit(1) - return current -#--------------------------------------------------------------- -# richiesta dati ad IOB : scrittura su seriale - -def requestData (): - try : - ser.write ("$i" + '\r\n') - ser.flush() - except : - if startstatus == 0: - logga ( "SERIAL: Errore di scrittura/flush") - - -#--------------------------------------------------------------- -#Funzione di scrittura su url con try-except - -def chiamaUrl(): - try: - url = URLBASE + idxMacchina + URLADV1 + value - urllib.urlopen ( url ) - except: - logga ( "NETWORK:Errore http-no com rete-timeout" + url ) - - -#--------------------------------------------------------------- -# Funzione che verifica possibilità di creare log e include testo corrente - -def logga(message) : - try: - log(message) - except : - pass - -#--------------------------------------------------------------- - - -def avviaSeriale(): - global ser - - try: - ser = serial.Serial( - port = comm_port , - baudrate = 9600 , - parity = serial.PARITY_NONE , - stopbits = serial.STOPBITS_ONE , - bytesize = serial.EIGHTBITS - ) - startstatus = 0 - except serial.serialutil.SerialException , e : - try: - if startstatus == 0: - logga ( "SERIAL:Errore apertura seriale - " + comm_port) - except: - pass - sys.stdout.write ( '\nErrore apertura seriale\n\n%s\n\n' % e ) - if errormsglen > 30: - sys.exit (1) - -#--------------------------------------------------------------- -#--------------------------------------------------------------- -# MAIN - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'readSeriale.cfg' ) - - SAMPLETIME = config.getfloat ( 'time' , 'SAMPLETIME' ) - TIMEOUTSHORT = config.getfloat ( 'time' , 'TIMEOUTSHORT' ) - TIMEOUTLONG = config.getfloat ( 'time' , 'TIMEOUTLONG' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - comm_port = config.get ( 'comm' , 'port' ) - - URLBASE = config.get ( 'web' , 'URLBASE' ) - URLADV1 = config.get ( 'web' , 'URLADV1' ) - - LOGFILE = config.get ( 'log' , 'LOGFILE' ) - LOGLEVEL = config.get ( 'log' , 'LOGLEVEL' ) -except: - sys.exit(1) - -# oggetto Logger -try: - log = Logger(LOGFILE) -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) - -print '\n\n Read seriale IOB v.0.2 !!!!\n' - -global startstatus -startstatus = 1 - -if startstatus == 1: - logga("Avvio Programma") - -# Verifica l'OS e di conseguenza carica il file relativo con metodo di lockfile appropriato + check singola istanza -if os.name == 'posix': - import unix -else: - import win - -logga ( "Start Read seriale IOB v.0.2") - - -# lettura file configurazione - -# [comm] -# port = /dev/ttyS0 -# [id] -# idxMacchina = 2001 -# [time] -# SAMPLETIME = 0.1 -# TIMEOUTSHORT = 200 -# TIMEOUTLONG = 6000 - -print ( ' comm_port = %s' % ( comm_port ) ) -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' SAMPLETIME = %4.2f' % ( SAMPLETIME ) ) -print ( ' TIMEOUTSHORT = %4.2f' % ( TIMEOUTSHORT ) ) -print ( ' TIMEOUTLONG = %4.2f' % ( TIMEOUTLONG ) ) -print ( ' URLBASE = %s' % ( URLBASE ) ) -print ( ' URLADV1 = %s' % ( URLADV1 ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) -print ( ' LOGLEVEL = %s' % ( LOGLEVEL ) ) - -# -sys.stdout.write ( 'idxMacchina ?' + idxMacchina + '\n') - -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG - - - -#-------------------------------------------------------------- - - -#--------------------------------------------------------------- -# apertura seriale - -avviaSeriale() - -#try: -# ser = serial.Serial( -# port = comm_port , -# baudrate = 9600 , -# parity = serial.PARITY_NONE , -# stopbits = serial.STOPBITS_ONE , -# bytesize = serial.EIGHTBITS -# ) -# print "Initialized!" -#except serial.serialutil.SerialException , e : -# try: -# logga ( "SERIAL:Errore apertura seriale - " + comm_port) -# except: -# pass -# sys.stdout.write ( '\nErrore apertura seriale\n\n%s\n\n' % e ) -# sys.exit (1) - -#--------------------------------------------------------------- -# ciclo forever and ever - -old = '' - -# richiesta dati ad IOB -try: - requestData() -except: - logga("SERIALE: errore sul try di requestData") - sys.exit(1) - - -while 1: - try: - time.sleep (SAMPLETIME) - except: - logga("SERIALE_SLEEP: errore attesa sampletime") - # lettura dati da IOB - try: - value = readSeriale() - except: - if startstatus == 0: - logga("errore PRIMA LETTURA SERIALE") - sys.exit(1) - if ( value != '' ) : - if value != old : - #loggo e invio dati - try: - logga ( value ) - errormsglen = 0 - chiamaUrl() - except: - logga("URLBROWSER: errore registrazione valore e chiamaUrl") - pass - #enable e reset timer - to_enable = True - to_short = TIMEOUTSHORT - to_long = TIMEOUTLONG - - old = value - - - # gestione timeout breve - if ( to_enable ) : - to_short = to_short - SAMPLETIME - if to_short <= 0: - #loggo e invio dati - try: - logga ( '>' + value ) - errormsglen = 0 - chiamaUrl() - except: - pass - to_short = TIMEOUTSHORT - to_enable = False # dopo un colpo il timer breve viene disabilitato - to_long = TIMEOUTLONG - - # gestione timeout lungo - to_long = to_long - SAMPLETIME - if to_long <= 0: - #loggo e invio dati - try: - logga ( '>>' + value ) - errormsglen = 0 - chiamaUrl() - except: - pass - to_long = TIMEOUTLONG - - diff --git a/ConfIOB/Donati/1000_Pi3/saveTemp.sh b/ConfIOB/Donati/1000_Pi3/saveTemp.sh deleted file mode 100644 index a2cd2be..0000000 --- a/ConfIOB/Donati/1000_Pi3/saveTemp.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/bash - -#salva la temperatura CPU e GPU su chiamata... - -# imposto logfile... -logFile="/var/log/logTemp.txt" - -cpuTemp0=$(cat /sys/class/thermal/thermal_zone0/temp) -cpuTemp1=$(($cpuTemp0/1000)) -cpuTemp2=$(($cpuTemp0/100)) -cpuTempM=$(($cpuTemp2 % $cpuTemp1)) - -gpuTemp=`vcgencmd measure_temp` - -loadAvg=`cat /proc/loadavg` - -echo "$(date) | CPU: temp=$cpuTemp1.$cpuTempM ºC | GPU: $gpuTemp | LoadAvg: $loadAvg" >> $logFile diff --git a/ConfIOB/Donati/1000_Pi3/sendReboot.py b/ConfIOB/Donati/1000_Pi3/sendReboot.py deleted file mode 100644 index 021c400..0000000 --- a/ConfIOB/Donati/1000_Pi3/sendReboot.py +++ /dev/null @@ -1,130 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -# sendReboot v. 1.8 - -#--------------------------------------------------------------- - - -import time -import sys - - -from datetime import datetime - -import urllib -import ConfigParser -import os, sys - -import logging - -import time - -#--------------------------------------------------------------- - -# COSTANTI -PROGRAM_NAME = "SendReboot IOB-pi v.1.8" - -# DA FILE CONF -idxMacchina = "99" - -# registro se ho fatto chiamata -global numTry -numTry = 1 - - -#--------------------------------------------------------------- -#Funzione di scrittura su url con try-except -#--------------------------------------------------------------- - -def chiamaUrl(numTry): - - try: - urllib.urlopen ( url ) - numTry = numTry + 10 - except Exception, e: - print e - logging.info ( e ) - print "Url aforte" , url - return numTry - - -#--------------------------------------------------------------- -# Funzione di recupero mac address per poterlo inviare a MPIO -#--------------------------------------------------------------- -def getMAC(interface): - # Return the MAC address of interface - try: - str = open('/sys/class/net/' + interface + '/address').read() - except: - str = "00:00:00:00:00:00" - return str[0:17] - -#--------------------------------------------------------------- -# MAIN -#--------------------------------------------------------------- - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'IOB.cfg' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - - - URLREBO = config.get ( 'web' , 'URLREBO' ) - - LOGFILE = config.get ( 'log' , 'LOGREBO' ) -except: - print "\n\n" + PROGRAM_NAME + ' - Error 4 - in config file ' 'IOB.cfg' - sys.exit(1) - - -#-------------------------------------------- -# oggetto Logger -#-------------------------------------------- -try: -# log = Logger(LOGFILE) - logging.basicConfig(level=logging.DEBUG, - format='%(asctime)s %(name)-8s %(levelname)-8s %(message)s', - datefmt='%Y-%m-%d %H:%M:%S', - filename=LOGFILE, - filemode='a') - -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) -#-------------------------------------------- - - -print "\n\n" + PROGRAM_NAME + "\n\n" - -global startstatus -startstatus = 1 - -if startstatus == 1: - logging.info("Avvio Programma " + PROGRAM_NAME) - - -# lettura file configurazione -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' URLREBO = %s' % ( URLREBO ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) - -# lettura mac address -myMac = getMAC('eth0') -print ( ' MAC Address = %s' % ( myMac ) ) - -# configuro URL da inviare -url = URLREBO + idxMacchina + "&mac=" + myMac - -# modifica: cerco se ho inviato segnale altrimenti ritento invio... -while (numTry < 11): - logging.info("Tentativo invio URL: " + `numTry` ) - numTry = chiamaUrl(numTry) - time.sleep(3) - numTry = numTry + 1 - - -# registro che ho inviato! -logging.info("Inviato segnale di reboot!: " + url ) diff --git a/ConfIOB/Donati/1000_Pi3/sendRebootIOB b/ConfIOB/Donati/1000_Pi3/sendRebootIOB deleted file mode 100644 index 191bfff..0000000 --- a/ConfIOB/Donati/1000_Pi3/sendRebootIOB +++ /dev/null @@ -1,33 +0,0 @@ -#!/bin/sh - -# -### BEGIN INIT INFO -# Provides: sendReboot -# Required-Start: $network $remote_fs $syslog -# Required-Stop: $remote_fs $syslog -# Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 -# Short-Description: Steamware's IOB reboot signal -# Description: Steamware's sendReboot segnalazione reboot dispositivo -### END INIT INFO - -#! /bin/sh -# /etc/init.d/sendReboot - - - -export HOME -case "$1" in - start) - cd /home/pi/steamware - echo "Starting sendReboot" - /usr/bin/python ./sendReboot.py 2>&1 & - echo "Verifica Rete e file IOB" - /usr/local/bin/setIobConf.sh - ;; - *) - echo "Usage: /etc/init.d/sendReboot {start}" - exit 1 - ;; -esac -exit 0 - diff --git a/ConfIOB/Donati/1000_Pi3/sendRebootIOB.service b/ConfIOB/Donati/1000_Pi3/sendRebootIOB.service deleted file mode 100644 index 48e3690..0000000 --- a/ConfIOB/Donati/1000_Pi3/sendRebootIOB.service +++ /dev/null @@ -1,22 +0,0 @@ -[Unit] -SourcePath=/etc/init.d/sendRebootIOB -Description=LSB: Steamware's IOB reboot signal -Before=runlevel2.target runlevel3.target runlevel4.target runlevel5.target shutdown.target -Wants=network-online.target -After=network.target network-online.target auditd.service -Conflicts=shutdown.target - -[Service] -Type=forking -Restart=no -TimeoutSec=5min -IgnoreSIGPIPE=no -KillMode=process -GuessMainPID=no -RemainAfterExit=yes -SysVStartPriority=2 -ExecStart=/etc/init.d/sendRebootIOB start -ExecStop=/etc/init.d/sendRebootIOB stop - -[Install] -WantedBy=multi-user.target diff --git a/ConfIOB/Donati/1000_Pi3/setIobConf.sh b/ConfIOB/Donati/1000_Pi3/setIobConf.sh deleted file mode 100644 index 30b4781..0000000 --- a/ConfIOB/Donati/1000_Pi3/setIobConf.sh +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/bash - -# verifico se sia rete donati o rete steamware o offline... -netStatus=`cat /sys/class/net/eth0/operstate` -iaddr=`ifconfig eth0 | grep "inet addr" | cut -d ':' -f 2 | cut -d ' ' -f 1` - -cd /home/pi/steamware - -if [[ $netStatus != "up" ]] -then - echo "Siamo Offline, pagina demo!" -elif [[ $iaddr == "10.74.82"* ]] -then - cp IOB.cfg.steamware IOB.cfg -f - echo "Siamo in Steamware!" -elif [[ $iaddr == "192.168.51"* ]] -then - cp IOB.cfg.donati IOB.cfg -f - echo "Siamo a Passirano!" -else - echo "Siamo altrove, pagina demo!" -fi - -echo "$iaddr" - -chown pi:pi * \ No newline at end of file diff --git a/ConfIOB/Donati/1000_Pi3/unix.py b/ConfIOB/Donati/1000_Pi3/unix.py deleted file mode 100644 index 12fb3dc..0000000 --- a/ConfIOB/Donati/1000_Pi3/unix.py +++ /dev/null @@ -1,31 +0,0 @@ -import fcntl -import os -import logging - -#--------------------------------------------------------------- -# meccanismo di file lock per evitare multiple instances -# The function will try to lock the file specified , if it success, return True, else return False. -# The nice thing is that the lock will be dropped when the program terminates. -# >>>Use : -# if not lockFile(".lock.pod"): -# sys.exit(0) - -def lockFile ( lockfile ) : - - fd = os.open ( lockfile , os.O_CREAT | os.O_TRUNC | os.O_WRONLY ) - try: - # Request exclusive (EX) non-blocking (NB) advisory lock. - fcntl.lockf ( fd , fcntl.LOCK_EX | fcntl.LOCK_NB ) - except IOError: - return False - - return True - -if not lockFile ( ".lockfile" ) : - print '\n noi non siamo soli ...\n' - logging.error( "LOCK: Piu istanze aperte") - #sys.exit ( 0 ) - -#- print '\n running alone ...\n' - - diff --git a/ConfIOB/Donati/1000_Pi3/unix.pyc b/ConfIOB/Donati/1000_Pi3/unix.pyc deleted file mode 100644 index e2189ce..0000000 Binary files a/ConfIOB/Donati/1000_Pi3/unix.pyc and /dev/null differ diff --git a/ConfIOB/Donati/1000_Pi3/win.py b/ConfIOB/Donati/1000_Pi3/win.py deleted file mode 100644 index f679f60..0000000 --- a/ConfIOB/Donati/1000_Pi3/win.py +++ /dev/null @@ -1,32 +0,0 @@ -import win32api -print " Running on WINDOWS\n" -import os -#--------------------------------------------------------------- -# meccanismo di file lock per evitare multiple instances -# The function will try to lock the file specified , if it success, return True, else return False. -# The nice thing is that the lock will be dropped when the program terminates. -# >>>Use : -# if not lockFile(".lock.pod"): -# sys.exit(0) - -def lockFile ( lockfile ) : - try: - fd = os.open ( lockfile , os.O_CREAT | os.O_TRUNC | os.O_WRONLY ) - except: - logga("Errore nel file WIN.PY per FD") - try: - # Request exclusive (EX) non-blocking (NB) advisory lock. - #fcntl.lockf ( fd , fcntl.LOCK_EX | fcntl.LOCK_NB ) - print " Dummy Method! Completa Lockfile\n" - except IOError: - return False - - return True -try: - if not lockFile ( ".lockfile" ) : - print '\n noi non siamo soli ...\n' - logga ( "LOCK: Piu istanze aperte") - sys.exit ( 0 ) -except: - logga("if not lockfile NON RIUSCITO in file WIN.PY") - sys.exit(1) diff --git a/ConfIOB/Donati/1000_Pi3/win.pyc b/ConfIOB/Donati/1000_Pi3/win.pyc deleted file mode 100644 index ae9a11e..0000000 Binary files a/ConfIOB/Donati/1000_Pi3/win.pyc and /dev/null differ diff --git a/ConfIOB/Donati/1005_149/IOB.cfg b/ConfIOB/Donati/1005_149/IOB.cfg deleted file mode 100644 index c99d105..0000000 --- a/ConfIOB/Donati/1005_149/IOB.cfg +++ /dev/null @@ -1,23 +0,0 @@ -[id] -idxMacchina = 1005 - -[web] -URLBASE = http://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina= -URLALIVE = http://192.168.51.71/MPIO/Alive.aspx -URLENABLED = http://192.168.51.71/MPIO/Enabled.aspx?idxMacchina= -URLADV1 = &valore= -URLREBO = http://192.168.51.71/MPIO/sendReboot.aspx?idxMacchina= - -[time] -SAMPLETIME = 0.20 -TIMEOUTSHORT = 0.30 -TIMEOUTLONG = 50 -SENDURLTIME = 0.50 - -[log] -LOGLEVEL = 10 -LOGFILE = logfile.txt -LOGREBO = logReboot.txt - -[comm] -port = /dev/ttyAMA0 diff --git a/ConfIOB/Donati/1005_149/MapoIOB b/ConfIOB/Donati/1005_149/MapoIOB deleted file mode 100644 index c49ec0a..0000000 --- a/ConfIOB/Donati/1005_149/MapoIOB +++ /dev/null @@ -1,41 +0,0 @@ -### BEGIN INIT INFO -# Provides: MapoIOB: script Steamware per avvio driver IOB -# Required-Start: $remote_fs $syslog ramlog -# Required-Stop: $remote_fs $syslog ramlog -# Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 -# Short-Description: Steamware's MapoIOB driver -# Description: Steamware's MapoIOB driver, versione lettura porta parallela -### END INIT INFO - -#! /bin/sh -# /etc/init.d/MapoIOB - -export HOME -case "$1" in - start) - echo "Starting readParallela" - cd /home/pi/steamware - /usr/bin/python ./readParallela.py 2>&1 & - ;; - stop) - echo "Stopping readParallela" - RS_PID=`ps auxwww | grep readParallela.py | head -1 | awk '{print $2}'` - kill -9 $RS_PID - cd /home/pi/steamware - rm .lockfile - ;; - restart) - ## Stop the service and regardless of whether it was - ## running or not, start it again. - $0 stop - killall python - $0 start - ;; - *) - echo "Usage: /etc/init.d/MapoIOB {start|stop|restart}" - exit 1 - ;; -esac -exit 0 - diff --git a/ConfIOB/Donati/1005_149/MapoIOB.1.gz b/ConfIOB/Donati/1005_149/MapoIOB.1.gz deleted file mode 100644 index cb70cd8..0000000 Binary files a/ConfIOB/Donati/1005_149/MapoIOB.1.gz and /dev/null differ diff --git a/ConfIOB/Donati/1005_149/MapoIOB_par b/ConfIOB/Donati/1005_149/MapoIOB_par deleted file mode 100644 index 73410e5..0000000 --- a/ConfIOB/Donati/1005_149/MapoIOB_par +++ /dev/null @@ -1,40 +0,0 @@ -### BEGIN INIT INFO -# Provides: MapoIOB: script Steamware per avvio driver IOB -# Required-Start: $remote_fs $syslog ramlog -# Required-Stop: $remote_fs $syslog ramlog -# Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 -# Short-Description: Steamware's MapoIOB driver -# Description: Steamware's MapoIOB driver, versione lettura porta parallela -### END INIT INFO - -#! /bin/sh -# /etc/init.d/MapoIOB - -export HOME -case "$1" in - start) - echo "Starting readParallela" - cd /home/pi/steamware - /usr/bin/python ./readParallela.py 2>&1 & - ;; - stop) - echo "Stopping readParallela" - RS_PID=`ps auxwww | grep readParallela.py | head -1 | awk '{print $2}'` - kill -9 $RS_PID - cd /home/pi/steamware - rm .lockfile - ;; - restart) - ## Stop the service and regardless of whether it was - ## running or not, start it again. - $0 stop - $0 start - ;; - *) - echo "Usage: /etc/init.d/MapoIOB {start|stop|restart}" - exit 1 - ;; -esac -exit 0 - diff --git a/ConfIOB/Donati/1005_149/MapoIOB_ser b/ConfIOB/Donati/1005_149/MapoIOB_ser deleted file mode 100644 index 514e7a4..0000000 --- a/ConfIOB/Donati/1005_149/MapoIOB_ser +++ /dev/null @@ -1,40 +0,0 @@ -### BEGIN INIT INFO -# Provides: MapoIOB: script Steamware per avvio driver IOB -# Required-Start: $remote_fs $syslog ramlog -# Required-Stop: $remote_fs $syslog ramlog -# Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 -# Short-Description: Steamware's MapoIOB driver -# Description: Steamware's MapoIOB driver, versione lettura porta parallela -### END INIT INFO - -#! /bin/sh -# /etc/init.d/MapoIOB - -export HOME -case "$1" in - start) - echo "Starting readSeriale" - cd /home/pi/steamware - /usr/bin/python ./readSeriale.py 2>&1 & - ;; - stop) - echo "Stopping readSeriale" - RS_PID=`ps auxwww | grep readSeriale.py | head -1 | awk '{print $2}'` - kill -9 $RS_PID - cd /home/pi/steamware - rm .lockfile - ;; - restart) - ## Stop the service and regardless of whether it was - ## running or not, start it again. - $0 stop - $0 start - ;; - *) - echo "Usage: /etc/init.d/MapoIOB {start|stop|restart}" - exit 1 - ;; -esac -exit 0 - diff --git a/ConfIOB/Donati/1005_149/checkAlive.sh b/ConfIOB/Donati/1005_149/checkAlive.sh deleted file mode 100644 index 92bc816..0000000 --- a/ConfIOB/Donati/1005_149/checkAlive.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/bash - -# controlla se il logfile è correntemente scritto (quindi MapoIOB è alive) altrimenti riavvia! - -DATE=`date +%Y-%m-%d` -cd /var/log -if [ -f MapoIOB ] - then - # controllo SE sia stato acceduto da meno di 2 minuti (=alive da log...) - trovato=`find . -name 'MapoIOB*' -cmin -1` - if [[ $trovato != './MapoIOB' ]] - then - /etc/init.d/MapoIOB restart - echo $date + "riavvio!" - fi -else - # in questo caso AVVIO il processo MapoIOB - /etc/init.d/MapoIOB start - echo $date + "file non trovato, avvio!" -fi diff --git a/ConfIOB/Donati/1005_149/cleanPython.sh b/ConfIOB/Donati/1005_149/cleanPython.sh deleted file mode 100644 index c4f616a..0000000 --- a/ConfIOB/Donati/1005_149/cleanPython.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash - -DATE=`date +%Y-%m-%d_%T` -# log inizio pulizia -echo $DATE " - INIZIO pulizia processi python" >> clean.log -# effettua pulizia processi: killa tutti i processi python -killall python - -# avvia MapoIob -/etc/init.d/MapoIOB start - -# log fatto! -DATE=`date +%Y-%m-%d_%T` -echo $DATE " - FINE pulizia processi python + riavvio MapoIOB" >> clean.log diff --git a/ConfIOB/Donati/1005_149/logfile.txt b/ConfIOB/Donati/1005_149/logfile.txt deleted file mode 100644 index 05781e5..0000000 --- a/ConfIOB/Donati/1005_149/logfile.txt +++ /dev/null @@ -1,179 +0,0 @@ -2015-03-13 06:26:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.7 -2015-03-13 06:26:02 program INFO Start ReadPar IOB-pi v.1.7 -2015-03-13 06:26:02 program INFO Avvio loop principale -2015-03-13 06:26:02 queue INFO 21 [0] -2015-03-13 06:26:02 queue INFO >21 [1] -2015-03-13 06:26:03 sendUrl INFO 21 [0] R:OK -2015-03-13 06:26:03 sendUrl INFO 21 [1] R:OK -2015-03-13 06:26:52 queue INFO >>21 [2] -2015-03-13 06:26:52 sendUrl INFO 21 [2] R:OK -2015-03-13 06:27:42 queue INFO >>21 [3] -2015-03-13 06:27:43 sendUrl INFO 21 [3] R:OK -2015-03-13 06:28:33 queue INFO >>21 [4] -2015-03-13 06:28:33 sendUrl INFO 21 [4] R:OK -2015-03-13 06:29:23 queue INFO >>21 [5] -2015-03-13 06:29:23 sendUrl INFO 21 [5] R:OK -2015-03-13 06:30:13 queue INFO >>21 [6] -2015-03-13 06:30:13 sendUrl INFO 21 [6] R:OK -2015-03-13 06:31:03 queue INFO >>21 [7] -2015-03-13 06:31:04 sendUrl INFO 21 [7] R:OK -2015-03-13 06:31:53 queue INFO >>21 [8] -2015-03-13 06:31:53 sendUrl INFO 21 [8] R:OK -2015-03-13 06:32:43 queue INFO >>21 [9] -2015-03-13 06:32:44 sendUrl INFO 21 [9] R:OK -2015-03-13 06:33:33 queue INFO >>21 [10] -2015-03-13 06:33:34 sendUrl INFO 21 [10] R:OK -2015-03-13 06:34:24 queue INFO >>21 [11] -2015-03-13 06:34:24 sendUrl INFO 21 [11] R:OK -2015-03-13 06:35:14 queue INFO >>21 [12] -2015-03-13 06:35:14 sendUrl INFO 21 [12] R:OK -2015-03-13 06:36:04 queue INFO >>21 [13] -2015-03-13 06:36:04 sendUrl INFO 21 [13] R:OK -2015-03-13 06:36:54 queue INFO >>21 [14] -2015-03-13 06:36:54 sendUrl INFO 21 [14] R:OK -2015-03-13 06:37:44 queue INFO >>21 [15] -2015-03-13 06:37:45 sendUrl INFO 21 [15] R:OK -2015-03-13 06:38:34 queue INFO >>21 [16] -2015-03-13 06:38:35 sendUrl INFO 21 [16] R:OK -2015-03-13 06:39:25 queue INFO >>21 [17] -2015-03-13 06:39:25 sendUrl INFO 21 [17] R:OK -2015-03-13 06:40:15 queue INFO >>21 [18] -2015-03-13 06:40:15 sendUrl INFO 21 [18] R:OK -2015-03-13 06:41:05 queue INFO >>21 [19] -2015-03-13 06:41:05 sendUrl INFO 21 [19] R:OK -2015-03-13 06:41:55 queue INFO >>21 [20] -2015-03-13 06:41:55 sendUrl INFO 21 [20] R:OK -2015-03-13 06:42:45 queue INFO >>21 [21] -2015-03-13 06:42:45 sendUrl INFO 21 [21] R:OK -2015-03-13 06:43:35 queue INFO >>21 [22] -2015-03-13 06:43:35 sendUrl INFO 21 [22] R:OK -2015-03-13 06:44:25 queue INFO >>21 [23] -2015-03-13 06:44:26 sendUrl INFO 21 [23] R:OK -2015-03-13 06:45:15 queue INFO >>21 [24] -2015-03-13 06:45:16 sendUrl INFO 21 [24] R:OK -2015-03-13 06:46:06 queue INFO >>21 [25] -2015-03-13 06:46:06 sendUrl INFO 21 [25] R:OK -2015-03-13 06:46:56 queue INFO >>21 [26] -2015-03-13 06:46:56 sendUrl INFO 21 [26] R:OK -2015-03-13 06:47:46 queue INFO >>21 [27] -2015-03-13 06:47:46 sendUrl INFO 21 [27] R:OK -2015-03-13 06:48:36 queue INFO >>21 [28] -2015-03-13 06:48:36 sendUrl INFO 21 [28] R:OK -2015-03-13 06:49:26 queue INFO >>21 [29] -2015-03-13 06:49:26 sendUrl INFO 21 [29] R:OK -2015-03-13 06:50:16 queue INFO >>21 [30] -2015-03-13 06:50:17 sendUrl INFO 21 [30] R:OK -2015-03-13 06:51:06 queue INFO >>21 [31] -2015-03-13 06:51:07 sendUrl INFO 21 [31] R:OK -2015-03-13 06:51:56 queue INFO >>21 [32] -2015-03-13 06:51:57 sendUrl INFO 21 [32] R:OK -2015-03-13 06:52:47 queue INFO >>21 [33] -2015-03-13 06:52:47 sendUrl INFO 21 [33] R:OK -2015-03-13 06:53:37 queue INFO >>21 [34] -2015-03-13 06:53:37 sendUrl INFO 21 [34] R:OK -2015-03-13 06:54:27 queue INFO >>21 [35] -2015-03-13 06:54:27 sendUrl INFO 21 [35] R:OK -2015-03-13 06:55:17 queue INFO >>21 [36] -2015-03-13 06:55:17 sendUrl INFO 21 [36] R:OK -2015-03-13 06:56:07 queue INFO >>21 [37] -2015-03-13 06:56:08 sendUrl INFO 21 [37] R:OK -2015-03-13 06:56:57 queue INFO >>21 [38] -2015-03-13 06:56:58 sendUrl INFO 21 [38] R:OK -2015-03-13 06:57:47 queue INFO >>21 [39] -2015-03-13 06:57:48 sendUrl INFO 21 [39] R:OK -2015-03-13 06:58:38 queue INFO >>21 [40] -2015-03-13 06:58:38 sendUrl INFO 21 [40] R:OK -2015-03-13 06:59:28 queue INFO >>21 [41] -2015-03-13 06:59:28 sendUrl INFO 21 [41] R:OK -2015-03-13 07:00:18 queue INFO >>21 [42] -2015-03-13 07:00:18 sendUrl INFO 21 [42] R:OK -2015-03-13 07:01:08 queue INFO >>21 [43] -2015-03-13 07:01:09 sendUrl INFO 21 [43] R:OK -2015-03-13 07:01:58 queue INFO >>21 [44] -2015-03-13 07:01:58 sendUrl INFO 21 [44] R:OK -2015-03-13 07:02:48 queue INFO >>21 [45] -2015-03-13 07:02:49 sendUrl INFO 21 [45] R:OK -2015-03-13 07:03:39 queue INFO >>21 [46] -2015-03-13 07:03:39 sendUrl INFO 21 [46] R:OK -2015-03-13 07:04:29 queue INFO >>21 [47] -2015-03-13 07:04:29 sendUrl INFO 21 [47] R:OK -2015-03-13 07:05:19 queue INFO >>21 [48] -2015-03-13 07:05:19 sendUrl INFO 21 [48] R:OK -2015-03-13 07:06:09 queue INFO >>21 [49] -2015-03-13 07:06:10 sendUrl INFO 21 [49] R:OK -2015-03-13 07:06:59 queue INFO >>21 [50] -2015-03-13 07:06:59 sendUrl INFO 21 [50] R:OK -2015-03-13 07:07:49 queue INFO >>21 [51] -2015-03-13 07:07:50 sendUrl INFO 21 [51] R:OK -2015-03-13 07:08:39 queue INFO >>21 [52] -2015-03-13 07:08:40 sendUrl INFO 21 [52] R:OK -2015-03-13 07:09:30 queue INFO >>21 [53] -2015-03-13 07:09:30 sendUrl INFO 21 [53] R:OK -2015-03-13 07:10:20 queue INFO >>21 [54] -2015-03-13 07:10:20 sendUrl INFO 21 [54] R:OK -2015-03-13 07:11:10 queue INFO >>21 [55] -2015-03-13 07:11:10 sendUrl INFO 21 [55] R:OK -2015-03-13 07:12:00 queue INFO >>21 [56] -2015-03-13 07:12:00 sendUrl INFO 21 [56] R:OK -2015-03-13 07:12:50 queue INFO >>21 [57] -2015-03-13 07:12:50 sendUrl INFO 21 [57] R:OK -2015-03-13 07:13:40 queue INFO >>21 [58] -2015-03-13 07:13:41 sendUrl INFO 21 [58] R:OK -2015-03-13 07:14:30 queue INFO >>21 [59] -2015-03-13 07:14:31 sendUrl INFO 21 [59] R:OK -2015-03-13 07:15:20 queue INFO >>21 [60] -2015-03-13 07:15:21 sendUrl INFO 21 [60] R:OK -2015-03-13 07:16:11 queue INFO >>21 [61] -2015-03-13 07:16:11 sendUrl INFO 21 [61] R:OK -2015-03-13 07:17:01 queue INFO >>21 [62] -2015-03-13 07:17:01 sendUrl INFO 21 [62] R:OK -2015-03-13 07:17:51 queue INFO >>21 [63] -2015-03-13 07:17:51 sendUrl INFO 21 [63] R:OK -2015-03-13 07:18:41 queue INFO >>21 [64] -2015-03-13 07:18:41 sendUrl INFO 21 [64] R:OK -2015-03-13 07:19:31 queue INFO >>21 [65] -2015-03-13 07:19:31 sendUrl INFO 21 [65] R:OK -2015-03-13 07:20:21 queue INFO >>21 [66] -2015-03-13 07:20:22 sendUrl INFO 21 [66] R:OK -2015-03-13 07:21:11 queue INFO >>21 [67] -2015-03-13 07:21:12 sendUrl INFO 21 [67] R:OK -2015-03-13 07:22:02 queue INFO >>21 [68] -2015-03-13 07:22:02 sendUrl INFO 21 [68] R:OK -2015-03-13 07:22:52 queue INFO >>21 [69] -2015-03-13 07:22:52 sendUrl INFO 21 [69] R:OK -2015-03-13 07:23:42 queue INFO >>21 [70] -2015-03-13 07:23:42 sendUrl INFO 21 [70] R:OK -2015-03-13 07:24:32 queue INFO >>21 [71] -2015-03-13 07:24:32 sendUrl INFO 21 [71] R:OK -2015-03-13 07:25:22 queue INFO >>21 [72] -2015-03-13 07:25:23 sendUrl INFO 21 [72] R:OK -2015-03-13 07:26:12 queue INFO >>21 [73] -2015-03-13 07:26:12 sendUrl INFO 21 [73] R:OK -2015-03-13 07:27:02 queue INFO >>21 [74] -2015-03-13 07:27:03 sendUrl INFO 21 [74] R:OK -2015-03-13 07:27:53 queue INFO >>21 [75] -2015-03-13 07:27:53 sendUrl INFO 21 [75] R:OK -2015-03-13 07:28:43 queue INFO >>21 [76] -2015-03-13 07:28:43 sendUrl INFO 21 [76] R:OK -2015-03-13 07:29:33 queue INFO >>21 [77] -2015-03-13 07:29:33 sendUrl INFO 21 [77] R:OK -2015-03-13 07:30:23 queue INFO >>21 [78] -2015-03-13 07:30:23 sendUrl INFO 21 [78] R:OK -2015-03-13 07:31:13 queue INFO >>21 [79] -2015-03-13 07:31:13 sendUrl INFO 21 [79] R:OK -2015-03-13 07:32:03 queue INFO >>21 [80] -2015-03-13 07:32:04 sendUrl INFO 21 [80] R:OK -2015-03-13 07:32:54 queue INFO >>21 [81] -2015-03-13 07:32:54 sendUrl INFO 21 [81] R:OK -2015-03-13 07:33:44 queue INFO >>21 [82] -2015-03-13 07:33:44 sendUrl INFO 21 [82] R:OK -2015-03-13 07:34:34 queue INFO >>21 [83] -2015-03-13 07:34:34 sendUrl INFO 21 [83] R:OK -2015-03-13 07:35:24 queue INFO >>21 [84] -2015-03-13 07:35:24 sendUrl INFO 21 [84] R:OK -2015-03-13 07:36:14 queue INFO >>21 [85] -2015-03-13 07:36:14 sendUrl INFO 21 [85] R:OK -2015-03-13 07:37:04 queue INFO >>21 [86] -2015-03-13 07:37:05 sendUrl INFO 21 [86] R:OK -2015-03-13 07:37:54 queue INFO >>21 [87] -2015-03-13 07:37:55 sendUrl INFO 21 [87] R:OK diff --git a/ConfIOB/Donati/1005_149/logfile_old.txt b/ConfIOB/Donati/1005_149/logfile_old.txt deleted file mode 100644 index c6c0255..0000000 --- a/ConfIOB/Donati/1005_149/logfile_old.txt +++ /dev/null @@ -1,23510 +0,0 @@ -2015-01-22 06:26:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.7 -2015-01-22 06:26:02 program INFO Start ReadPar IOB-pi v.1.7 -2015-01-22 06:26:02 program INFO Avvio loop principale -2015-01-22 06:26:02 queue INFO 3 [0] -2015-01-22 06:26:02 queue INFO >3 [1] -2015-01-22 06:26:02 sendUrl INFO 3 [0] -2015-01-22 06:26:03 sendUrl INFO 3 [1] -2015-01-22 06:26:52 queue INFO >>3 [2] -2015-01-22 06:26:52 sendUrl INFO 3 [2] -2015-01-22 06:27:04 queue INFO 7 [3] -2015-01-22 06:27:04 queue INFO >7 [4] -2015-01-22 06:27:04 sendUrl INFO 7 [3] -2015-01-22 06:27:05 sendUrl INFO 7 [4] -2015-01-22 06:27:06 queue INFO 3 [5] -2015-01-22 06:27:06 queue INFO >3 [6] -2015-01-22 06:27:06 sendUrl INFO 3 [5] -2015-01-22 06:27:06 sendUrl INFO 3 [6] -2015-01-22 06:27:56 queue INFO >>3 [7] -2015-01-22 06:27:56 sendUrl INFO 3 [7] -2015-01-22 06:28:46 queue INFO >>3 [8] -2015-01-22 06:28:46 sendUrl INFO 3 [8] -2015-01-22 06:28:58 queue INFO 7 [9] -2015-01-22 06:28:58 queue INFO >7 [10] -2015-01-22 06:28:58 program ERROR IOB offline -2015-01-22 06:28:58 program INFO IOB ONLINE! -2015-01-22 06:28:59 sendUrl INFO 7 [9] -2015-01-22 06:28:59 sendUrl INFO 7 [10] -2015-01-22 06:28:59 queue INFO 3 [11] -2015-01-22 06:28:59 queue INFO >3 [12] -2015-01-22 06:29:00 program ERROR IOB offline -2015-01-22 06:29:00 program INFO IOB ONLINE! -2015-01-22 06:29:00 sendUrl INFO 3 [11] -2015-01-22 06:29:01 sendUrl INFO 3 [12] -2015-01-22 06:29:49 queue INFO >>3 [13] -2015-01-22 06:29:50 sendUrl INFO 3 [13] -2015-01-22 06:30:39 queue INFO >>3 [14] -2015-01-22 06:30:40 sendUrl INFO 3 [14] -2015-01-22 06:30:51 queue INFO 7 [15] -2015-01-22 06:30:51 queue INFO >7 [16] -2015-01-22 06:30:52 program ERROR IOB offline -2015-01-22 06:30:52 program INFO IOB ONLINE! -2015-01-22 06:30:52 sendUrl INFO 7 [15] -2015-01-22 06:30:53 program ERROR IOB offline -2015-01-22 06:30:53 queue INFO 3 [17] -2015-01-22 06:30:53 queue INFO >3 [18] -2015-01-22 06:30:53 program INFO IOB ONLINE! -2015-01-22 06:30:53 sendUrl INFO 7 [16] -2015-01-22 06:30:54 program ERROR IOB offline -2015-01-22 06:30:54 program INFO IOB ONLINE! -2015-01-22 06:30:54 sendUrl INFO 3 [17] -2015-01-22 06:30:55 program ERROR IOB offline -2015-01-22 06:30:55 program INFO IOB ONLINE! -2015-01-22 06:30:55 sendUrl INFO 3 [18] -2015-01-22 06:31:43 queue INFO >>3 [19] -2015-01-22 06:31:43 sendUrl INFO 3 [19] -2015-01-22 06:32:33 queue INFO >>3 [20] -2015-01-22 06:32:33 program ERROR IOB offline -2015-01-22 06:32:34 program INFO IOB ONLINE! -2015-01-22 06:32:34 sendUrl INFO 3 [20] -2015-01-22 06:32:45 queue INFO 7 [21] -2015-01-22 06:32:46 sendUrl INFO 7 [21] -2015-01-22 06:32:46 queue INFO >7 [22] -2015-01-22 06:32:46 sendUrl INFO 7 [22] -2015-01-22 06:32:47 queue INFO 3 [23] -2015-01-22 06:32:47 queue INFO >3 [24] -2015-01-22 06:32:47 sendUrl INFO 3 [23] -2015-01-22 06:32:48 program ERROR IOB offline -2015-01-22 06:32:48 program INFO IOB ONLINE! -2015-01-22 06:32:48 sendUrl INFO 3 [24] -2015-01-22 06:33:37 queue INFO >>3 [25] -2015-01-22 06:33:37 sendUrl INFO 3 [25] -2015-01-22 06:34:27 queue INFO >>3 [26] -2015-01-22 06:34:27 sendUrl INFO 3 [26] -2015-01-22 06:34:39 queue INFO 7 [27] -2015-01-22 06:34:39 queue INFO >7 [28] -2015-01-22 06:34:39 sendUrl INFO 7 [27] -2015-01-22 06:34:40 sendUrl INFO 7 [28] -2015-01-22 06:34:40 queue INFO 3 [29] -2015-01-22 06:34:41 queue INFO >3 [30] -2015-01-22 06:34:41 sendUrl INFO 3 [29] -2015-01-22 06:34:41 sendUrl INFO 3 [30] -2015-01-22 06:35:31 queue INFO >>3 [31] -2015-01-22 06:35:31 program ERROR IOB offline -2015-01-22 06:35:31 program INFO IOB ONLINE! -2015-01-22 06:35:31 sendUrl INFO 3 [31] -2015-01-22 06:36:21 queue INFO >>3 [32] -2015-01-22 06:36:21 sendUrl INFO 3 [32] -2015-01-22 06:36:33 queue INFO 7 [33] -2015-01-22 06:36:33 sendUrl INFO 7 [33] -2015-01-22 06:36:33 queue INFO >7 [34] -2015-01-22 06:36:33 sendUrl INFO 7 [34] -2015-01-22 06:36:34 queue INFO 3 [35] -2015-01-22 06:36:34 queue INFO >3 [36] -2015-01-22 06:36:34 sendUrl INFO 3 [35] -2015-01-22 06:36:35 sendUrl INFO 3 [36] -2015-01-22 06:37:24 queue INFO >>3 [37] -2015-01-22 06:37:24 sendUrl INFO 3 [37] -2015-01-22 06:38:14 queue INFO >>3 [38] -2015-01-22 06:38:14 sendUrl INFO 3 [38] -2015-01-22 06:38:26 queue INFO 7 [39] -2015-01-22 06:38:26 queue INFO >7 [40] -2015-01-22 06:38:26 sendUrl INFO 7 [39] -2015-01-22 06:38:27 program ERROR IOB offline -2015-01-22 06:38:27 program INFO IOB ONLINE! -2015-01-22 06:38:27 sendUrl INFO 7 [40] -2015-01-22 06:38:27 queue INFO 3 [41] -2015-01-22 06:38:28 queue INFO >3 [42] -2015-01-22 06:38:28 sendUrl INFO 3 [41] -2015-01-22 06:38:28 program ERROR IOB offline -2015-01-22 06:38:29 program INFO IOB ONLINE! -2015-01-22 06:38:29 sendUrl INFO 3 [42] -2015-01-22 06:39:18 queue INFO >>3 [43] -2015-01-22 06:39:18 program ERROR IOB offline -2015-01-22 06:39:18 program INFO IOB ONLINE! -2015-01-22 06:39:18 sendUrl INFO 3 [43] -2015-01-22 06:40:08 queue INFO >>3 [44] -2015-01-22 06:40:08 sendUrl INFO 3 [44] -2015-01-22 06:40:20 queue INFO 7 [45] -2015-01-22 06:40:20 sendUrl INFO 7 [45] -2015-01-22 06:40:20 queue INFO >7 [46] -2015-01-22 06:40:20 sendUrl INFO 7 [46] -2015-01-22 06:40:21 queue INFO 3 [47] -2015-01-22 06:40:21 queue INFO >3 [48] -2015-01-22 06:40:22 program ERROR IOB offline -2015-01-22 06:40:22 program INFO IOB ONLINE! -2015-01-22 06:40:22 sendUrl INFO 3 [47] -2015-01-22 06:40:23 program ERROR IOB offline -2015-01-22 06:40:23 program INFO IOB ONLINE! -2015-01-22 06:40:23 sendUrl INFO 3 [48] -2015-01-22 06:41:11 queue INFO >>3 [49] -2015-01-22 06:41:12 sendUrl INFO 3 [49] -2015-01-22 06:42:01 queue INFO >>3 [50] -2015-01-22 06:42:02 program ERROR IOB offline -2015-01-22 06:42:02 program INFO IOB ONLINE! -2015-01-22 06:42:02 sendUrl INFO 3 [50] -2015-01-22 06:42:13 queue INFO 7 [51] -2015-01-22 06:42:13 sendUrl INFO 7 [51] -2015-01-22 06:42:14 queue INFO >7 [52] -2015-01-22 06:42:14 sendUrl INFO 7 [52] -2015-01-22 06:42:15 queue INFO 3 [53] -2015-01-22 06:42:15 queue INFO >3 [54] -2015-01-22 06:42:15 program ERROR IOB offline -2015-01-22 06:42:16 program INFO IOB ONLINE! -2015-01-22 06:42:17 sendUrl INFO 3 [53] -2015-01-22 06:42:17 program ERROR IOB offline -2015-01-22 06:42:17 program INFO IOB ONLINE! -2015-01-22 06:42:18 sendUrl INFO 3 [54] -2015-01-22 06:43:05 queue INFO >>3 [55] -2015-01-22 06:43:05 sendUrl INFO 3 [55] -2015-01-22 06:43:55 queue INFO >>3 [56] -2015-01-22 06:43:56 program ERROR IOB offline -2015-01-22 06:43:56 program INFO IOB ONLINE! -2015-01-22 06:43:56 sendUrl INFO 3 [56] -2015-01-22 06:44:07 queue INFO 7 [57] -2015-01-22 06:44:08 queue INFO >7 [58] -2015-01-22 06:44:08 program ERROR IOB offline -2015-01-22 06:44:08 program INFO IOB ONLINE! -2015-01-22 06:44:08 sendUrl INFO 7 [57] -2015-01-22 06:44:09 sendUrl INFO 7 [58] -2015-01-22 06:44:09 queue INFO 3 [59] -2015-01-22 06:44:09 queue INFO >3 [60] -2015-01-22 06:44:09 sendUrl INFO 3 [59] -2015-01-22 06:44:10 program ERROR IOB offline -2015-01-22 06:44:10 program INFO IOB ONLINE! -2015-01-22 06:44:10 sendUrl INFO 3 [60] -2015-01-22 06:44:59 queue INFO >>3 [61] -2015-01-22 06:44:59 sendUrl INFO 3 [61] -2015-01-22 06:45:49 queue INFO >>3 [62] -2015-01-22 06:45:49 sendUrl INFO 3 [62] -2015-01-22 06:46:01 queue INFO 7 [63] -2015-01-22 06:46:01 program ERROR IOB offline -2015-01-22 06:46:01 queue INFO >7 [64] -2015-01-22 06:46:02 program INFO IOB ONLINE! -2015-01-22 06:46:02 sendUrl INFO 7 [63] -2015-01-22 06:46:02 sendUrl INFO 7 [64] -2015-01-22 06:46:03 queue INFO 3 [65] -2015-01-22 06:46:03 queue INFO >3 [66] -2015-01-22 06:46:03 sendUrl INFO 3 [65] -2015-01-22 06:46:04 sendUrl INFO 3 [66] -2015-01-22 06:46:53 queue INFO >>3 [67] -2015-01-22 06:46:53 program ERROR IOB offline -2015-01-22 06:46:53 program INFO IOB ONLINE! -2015-01-22 06:46:53 sendUrl INFO 3 [67] -2015-01-22 06:47:43 queue INFO >>3 [68] -2015-01-22 06:47:43 program ERROR IOB offline -2015-01-22 06:47:45 program INFO IOB ONLINE! -2015-01-22 06:47:45 sendUrl INFO 3 [68] -2015-01-22 06:47:54 queue INFO 7 [69] -2015-01-22 06:47:55 queue INFO >7 [70] -2015-01-22 06:47:55 sendUrl INFO 7 [69] -2015-01-22 06:47:55 sendUrl INFO 7 [70] -2015-01-22 06:47:56 queue INFO 3 [71] -2015-01-22 06:47:56 queue INFO >3 [72] -2015-01-22 06:47:56 sendUrl INFO 3 [71] -2015-01-22 06:47:57 program ERROR IOB offline -2015-01-22 06:47:57 program INFO IOB ONLINE! -2015-01-22 06:47:57 sendUrl INFO 3 [72] -2015-01-22 06:48:46 queue INFO >>3 [73] -2015-01-22 06:48:47 sendUrl INFO 3 [73] -2015-01-22 06:49:36 queue INFO >>3 [74] -2015-01-22 06:49:36 program ERROR IOB offline -2015-01-22 06:49:39 program INFO IOB ONLINE! -2015-01-22 06:49:39 sendUrl INFO 3 [74] -2015-01-22 06:49:48 queue INFO 7 [75] -2015-01-22 06:49:48 program ERROR IOB offline -2015-01-22 06:49:48 queue INFO >7 [76] -2015-01-22 06:49:49 program INFO IOB ONLINE! -2015-01-22 06:49:49 sendUrl INFO 7 [75] -2015-01-22 06:49:49 sendUrl INFO 7 [76] -2015-01-22 06:49:50 queue INFO 3 [77] -2015-01-22 06:49:50 program ERROR IOB offline -2015-01-22 06:49:50 queue INFO >3 [78] -2015-01-22 06:49:50 program INFO IOB ONLINE! -2015-01-22 06:49:50 sendUrl INFO 3 [77] -2015-01-22 06:49:51 sendUrl INFO 3 [78] -2015-01-22 06:50:40 queue INFO >>3 [79] -2015-01-22 06:50:40 program ERROR IOB offline -2015-01-22 06:50:40 program INFO IOB ONLINE! -2015-01-22 06:50:40 sendUrl INFO 3 [79] -2015-01-22 06:51:30 queue INFO >>3 [80] -2015-01-22 06:51:30 sendUrl INFO 3 [80] -2015-01-22 06:51:42 queue INFO 7 [81] -2015-01-22 06:51:42 queue INFO >7 [82] -2015-01-22 06:51:42 sendUrl INFO 7 [81] -2015-01-22 06:51:42 sendUrl INFO 7 [82] -2015-01-22 06:51:43 queue INFO 3 [83] -2015-01-22 06:51:43 queue INFO >3 [84] -2015-01-22 06:51:43 sendUrl INFO 3 [83] -2015-01-22 06:51:44 sendUrl INFO 3 [84] -2015-01-22 06:52:33 queue INFO >>3 [85] -2015-01-22 06:52:34 sendUrl INFO 3 [85] -2015-01-22 06:53:23 queue INFO >>3 [86] -2015-01-22 06:53:24 sendUrl INFO 3 [86] -2015-01-22 06:53:35 queue INFO 7 [87] -2015-01-22 06:53:36 queue INFO >7 [88] -2015-01-22 06:53:36 sendUrl INFO 7 [87] -2015-01-22 06:53:36 sendUrl INFO 7 [88] -2015-01-22 06:53:37 queue INFO 3 [89] -2015-01-22 06:53:37 queue INFO >3 [90] -2015-01-22 06:53:37 sendUrl INFO 3 [89] -2015-01-22 06:53:38 sendUrl INFO 3 [90] -2015-01-22 06:54:27 queue INFO >>3 [91] -2015-01-22 06:54:28 sendUrl INFO 3 [91] -2015-01-22 06:55:17 queue INFO >>3 [92] -2015-01-22 06:55:17 sendUrl INFO 3 [92] -2015-01-22 06:55:29 queue INFO 7 [93] -2015-01-22 06:55:30 sendUrl INFO 7 [93] -2015-01-22 06:55:30 queue INFO >7 [94] -2015-01-22 06:55:30 sendUrl INFO 7 [94] -2015-01-22 06:55:31 queue INFO 3 [95] -2015-01-22 06:55:31 queue INFO >3 [96] -2015-01-22 06:55:32 sendUrl INFO 3 [95] -2015-01-22 06:55:32 sendUrl INFO 3 [96] -2015-01-22 06:56:21 queue INFO >>3 [97] -2015-01-22 06:56:21 sendUrl INFO 3 [97] -2015-01-22 06:57:11 queue INFO >>3 [98] -2015-01-22 06:57:12 sendUrl INFO 3 [98] -2015-01-22 06:57:23 queue INFO 7 [99] -2015-01-22 06:57:23 queue INFO >7 [100] -2015-01-22 06:57:23 sendUrl INFO 7 [99] -2015-01-22 06:57:24 sendUrl INFO 7 [100] -2015-01-22 06:57:24 queue INFO 3 [101] -2015-01-22 06:57:25 queue INFO >3 [102] -2015-01-22 06:57:25 sendUrl INFO 3 [101] -2015-01-22 06:57:25 sendUrl INFO 3 [102] -2015-01-22 06:58:15 queue INFO >>3 [103] -2015-01-22 06:58:15 sendUrl INFO 3 [103] -2015-01-22 06:59:05 queue INFO >>3 [104] -2015-01-22 06:59:05 sendUrl INFO 3 [104] -2015-01-22 06:59:17 queue INFO 7 [105] -2015-01-22 06:59:17 queue INFO >7 [106] -2015-01-22 06:59:17 sendUrl INFO 7 [105] -2015-01-22 06:59:18 sendUrl INFO 7 [106] -2015-01-22 06:59:18 queue INFO 3 [107] -2015-01-22 06:59:18 queue INFO >3 [108] -2015-01-22 06:59:19 sendUrl INFO 3 [107] -2015-01-22 06:59:19 sendUrl INFO 3 [108] -2015-01-22 07:00:08 queue INFO >>3 [109] -2015-01-22 07:00:08 sendUrl INFO 3 [109] -2015-01-22 07:00:58 queue INFO >>3 [110] -2015-01-22 07:00:59 sendUrl INFO 3 [110] -2015-01-22 07:01:10 queue INFO 7 [111] -2015-01-22 07:01:10 queue INFO >7 [112] -2015-01-22 07:01:10 sendUrl INFO 7 [111] -2015-01-22 07:01:11 sendUrl INFO 7 [112] -2015-01-22 07:01:12 queue INFO 3 [113] -2015-01-22 07:01:12 queue INFO >3 [114] -2015-01-22 07:01:12 sendUrl INFO 3 [113] -2015-01-22 07:01:12 sendUrl INFO 3 [114] -2015-01-22 07:02:02 queue INFO >>3 [115] -2015-01-22 07:02:02 sendUrl INFO 3 [115] -2015-01-22 07:02:52 queue INFO >>3 [116] -2015-01-22 07:02:52 sendUrl INFO 3 [116] -2015-01-22 07:03:04 queue INFO 7 [117] -2015-01-22 07:03:04 queue INFO >7 [118] -2015-01-22 07:03:04 sendUrl INFO 7 [117] -2015-01-22 07:03:05 sendUrl INFO 7 [118] -2015-01-22 07:03:05 queue INFO 3 [119] -2015-01-22 07:03:05 queue INFO >3 [120] -2015-01-22 07:03:06 sendUrl INFO 3 [119] -2015-01-22 07:03:06 sendUrl INFO 3 [120] -2015-01-22 07:03:55 queue INFO >>3 [121] -2015-01-22 07:03:55 sendUrl INFO 3 [121] -2015-01-22 07:04:45 queue INFO >>3 [122] -2015-01-22 07:04:46 sendUrl INFO 3 [122] -2015-01-22 07:04:57 queue INFO 7 [123] -2015-01-22 07:04:57 sendUrl INFO 7 [123] -2015-01-22 07:04:58 queue INFO >7 [124] -2015-01-22 07:04:58 sendUrl INFO 7 [124] -2015-01-22 07:04:59 queue INFO 3 [125] -2015-01-22 07:04:59 queue INFO >3 [126] -2015-01-22 07:04:59 sendUrl INFO 3 [125] -2015-01-22 07:05:00 sendUrl INFO 3 [126] -2015-01-22 07:05:49 queue INFO >>3 [127] -2015-01-22 07:05:49 sendUrl INFO 3 [127] -2015-01-22 07:06:39 queue INFO >>3 [128] -2015-01-22 07:06:40 sendUrl INFO 3 [128] -2015-01-22 07:06:51 queue INFO 7 [129] -2015-01-22 07:06:52 queue INFO >7 [130] -2015-01-22 07:06:52 sendUrl INFO 7 [129] -2015-01-22 07:06:52 sendUrl INFO 7 [130] -2015-01-22 07:06:53 queue INFO 3 [131] -2015-01-22 07:06:53 queue INFO >3 [132] -2015-01-22 07:06:53 sendUrl INFO 3 [131] -2015-01-22 07:06:54 sendUrl INFO 3 [132] -2015-01-22 07:07:43 queue INFO >>3 [133] -2015-01-22 07:07:44 sendUrl INFO 3 [133] -2015-01-22 07:08:33 queue INFO >>3 [134] -2015-01-22 07:08:33 sendUrl INFO 3 [134] -2015-01-22 07:08:45 queue INFO 7 [135] -2015-01-22 07:08:45 queue INFO >7 [136] -2015-01-22 07:08:45 sendUrl INFO 7 [135] -2015-01-22 07:08:46 sendUrl INFO 7 [136] -2015-01-22 07:08:47 queue INFO 3 [137] -2015-01-22 07:08:47 queue INFO >3 [138] -2015-01-22 07:08:47 sendUrl INFO 3 [137] -2015-01-22 07:08:48 sendUrl INFO 3 [138] -2015-01-22 07:09:37 queue INFO >>3 [139] -2015-01-22 07:09:37 sendUrl INFO 3 [139] -2015-01-22 07:10:27 queue INFO >>3 [140] -2015-01-22 07:10:27 sendUrl INFO 3 [140] -2015-01-22 07:10:39 queue INFO 7 [141] -2015-01-22 07:10:39 queue INFO >7 [142] -2015-01-22 07:10:39 sendUrl INFO 7 [141] -2015-01-22 07:10:39 sendUrl INFO 7 [142] -2015-01-22 07:10:40 queue INFO 3 [143] -2015-01-22 07:10:40 sendUrl INFO 3 [143] -2015-01-22 07:10:40 queue INFO >3 [144] -2015-01-22 07:10:41 sendUrl INFO 3 [144] -2015-01-22 07:11:12 queue INFO 1 [145] -2015-01-22 07:11:12 queue INFO >1 [146] -2015-01-22 07:11:12 sendUrl INFO 1 [145] -2015-01-22 07:11:13 sendUrl INFO 1 [146] -2015-01-22 07:12:02 queue INFO >>1 [147] -2015-01-22 07:12:02 sendUrl INFO 1 [147] -2015-01-22 07:12:52 queue INFO >>1 [148] -2015-01-22 07:12:53 sendUrl INFO 1 [148] -2015-01-22 07:13:43 queue INFO >>1 [149] -2015-01-22 07:13:43 sendUrl INFO 1 [149] -2015-01-22 07:14:33 queue INFO >>1 [150] -2015-01-22 07:14:33 sendUrl INFO 1 [150] -2015-01-22 07:14:39 queue INFO 5 [151] -2015-01-22 07:14:39 sendUrl INFO 5 [151] -2015-01-22 07:14:39 queue INFO >5 [152] -2015-01-22 07:14:40 sendUrl INFO 5 [152] -2015-01-22 07:14:41 queue INFO 1 [153] -2015-01-22 07:14:41 queue INFO >1 [154] -2015-01-22 07:14:41 queue INFO 3 [155] -2015-01-22 07:14:41 sendUrl INFO 1 [153] -2015-01-22 07:14:42 queue INFO >3 [156] -2015-01-22 07:14:42 sendUrl INFO 1 [154] -2015-01-22 07:14:42 sendUrl INFO 3 [155] -2015-01-22 07:14:43 sendUrl INFO 3 [156] -2015-01-22 07:15:31 queue INFO >>3 [157] -2015-01-22 07:15:32 sendUrl INFO 3 [157] -2015-01-22 07:16:22 queue INFO >>3 [158] -2015-01-22 07:16:22 sendUrl INFO 3 [158] -2015-01-22 07:16:33 queue INFO 7 [159] -2015-01-22 07:16:33 queue INFO >7 [160] -2015-01-22 07:16:33 sendUrl INFO 7 [159] -2015-01-22 07:16:34 sendUrl INFO 7 [160] -2015-01-22 07:16:34 queue INFO 3 [161] -2015-01-22 07:16:34 queue INFO >3 [162] -2015-01-22 07:16:35 sendUrl INFO 3 [161] -2015-01-22 07:16:35 sendUrl INFO 3 [162] -2015-01-22 07:17:24 queue INFO >>3 [163] -2015-01-22 07:17:25 sendUrl INFO 3 [163] -2015-01-22 07:18:15 queue INFO >>3 [164] -2015-01-22 07:18:15 sendUrl INFO 3 [164] -2015-01-22 07:18:26 queue INFO 7 [165] -2015-01-22 07:18:26 queue INFO >7 [166] -2015-01-22 07:18:27 sendUrl INFO 7 [165] -2015-01-22 07:18:27 sendUrl INFO 7 [166] -2015-01-22 07:18:28 queue INFO 3 [167] -2015-01-22 07:18:28 queue INFO >3 [168] -2015-01-22 07:18:28 sendUrl INFO 3 [167] -2015-01-22 07:18:28 sendUrl INFO 3 [168] -2015-01-22 07:19:18 queue INFO >>3 [169] -2015-01-22 07:19:18 sendUrl INFO 3 [169] -2015-01-22 07:20:08 queue INFO >>3 [170] -2015-01-22 07:20:09 sendUrl INFO 3 [170] -2015-01-22 07:20:20 queue INFO 7 [171] -2015-01-22 07:20:20 queue INFO >7 [172] -2015-01-22 07:20:20 sendUrl INFO 7 [171] -2015-01-22 07:20:21 sendUrl INFO 7 [172] -2015-01-22 07:20:22 queue INFO 3 [173] -2015-01-22 07:20:22 queue INFO >3 [174] -2015-01-22 07:20:22 sendUrl INFO 3 [173] -2015-01-22 07:20:22 sendUrl INFO 3 [174] -2015-01-22 07:21:12 queue INFO >>3 [175] -2015-01-22 07:21:12 sendUrl INFO 3 [175] -2015-01-22 07:22:02 queue INFO >>3 [176] -2015-01-22 07:22:02 sendUrl INFO 3 [176] -2015-01-22 07:22:14 queue INFO 7 [177] -2015-01-22 07:22:14 queue INFO >7 [178] -2015-01-22 07:22:14 sendUrl INFO 7 [177] -2015-01-22 07:22:15 sendUrl INFO 7 [178] -2015-01-22 07:22:15 queue INFO 3 [179] -2015-01-22 07:22:15 queue INFO >3 [180] -2015-01-22 07:22:16 sendUrl INFO 3 [179] -2015-01-22 07:22:16 sendUrl INFO 3 [180] -2015-01-22 07:23:05 queue INFO >>3 [181] -2015-01-22 07:23:06 sendUrl INFO 3 [181] -2015-01-22 07:23:56 queue INFO >>3 [182] -2015-01-22 07:23:56 sendUrl INFO 3 [182] -2015-01-22 07:24:08 queue INFO 7 [183] -2015-01-22 07:24:08 sendUrl INFO 7 [183] -2015-01-22 07:24:08 queue INFO >7 [184] -2015-01-22 07:24:08 sendUrl INFO 7 [184] -2015-01-22 07:24:09 queue INFO 3 [185] -2015-01-22 07:24:09 queue INFO >3 [186] -2015-01-22 07:24:10 sendUrl INFO 3 [185] -2015-01-22 07:24:10 sendUrl INFO 3 [186] -2015-01-22 07:24:59 queue INFO >>3 [187] -2015-01-22 07:25:00 sendUrl INFO 3 [187] -2015-01-22 07:25:50 queue INFO >>3 [188] -2015-01-22 07:25:50 sendUrl INFO 3 [188] -2015-01-22 07:26:01 queue INFO 7 [189] -2015-01-22 07:26:02 queue INFO >7 [190] -2015-01-22 07:26:02 sendUrl INFO 7 [189] -2015-01-22 07:26:02 sendUrl INFO 7 [190] -2015-01-22 07:26:03 queue INFO 3 [191] -2015-01-22 07:26:03 queue INFO >3 [192] -2015-01-22 07:26:03 sendUrl INFO 3 [191] -2015-01-22 07:26:04 sendUrl INFO 3 [192] -2015-01-22 07:26:53 queue INFO >>3 [193] -2015-01-22 07:26:53 sendUrl INFO 3 [193] -2015-01-22 07:27:43 queue INFO >>3 [194] -2015-01-22 07:27:43 sendUrl INFO 3 [194] -2015-01-22 07:27:55 queue INFO 7 [195] -2015-01-22 07:27:55 queue INFO >7 [196] -2015-01-22 07:27:55 sendUrl INFO 7 [195] -2015-01-22 07:27:56 sendUrl INFO 7 [196] -2015-01-22 07:27:56 queue INFO 3 [197] -2015-01-22 07:27:57 queue INFO >3 [198] -2015-01-22 07:27:57 sendUrl INFO 3 [197] -2015-01-22 07:27:57 sendUrl INFO 3 [198] -2015-01-22 07:28:46 queue INFO >>3 [199] -2015-01-22 07:28:47 sendUrl INFO 3 [199] -2015-01-22 07:29:37 queue INFO >>3 [200] -2015-01-22 07:29:37 sendUrl INFO 3 [200] -2015-01-22 07:29:48 queue INFO 7 [201] -2015-01-22 07:29:48 queue INFO >7 [202] -2015-01-22 07:29:49 sendUrl INFO 7 [201] -2015-01-22 07:29:49 sendUrl INFO 7 [202] -2015-01-22 07:29:50 queue INFO 3 [203] -2015-01-22 07:29:50 queue INFO >3 [204] -2015-01-22 07:29:50 sendUrl INFO 3 [203] -2015-01-22 07:29:51 sendUrl INFO 3 [204] -2015-01-22 07:30:40 queue INFO >>3 [205] -2015-01-22 07:30:40 sendUrl INFO 3 [205] -2015-01-22 07:31:30 queue INFO >>3 [206] -2015-01-22 07:31:30 sendUrl INFO 3 [206] -2015-01-22 07:31:42 queue INFO 7 [207] -2015-01-22 07:31:42 queue INFO >7 [208] -2015-01-22 07:31:42 sendUrl INFO 7 [207] -2015-01-22 07:31:43 sendUrl INFO 7 [208] -2015-01-22 07:31:43 queue INFO 3 [209] -2015-01-22 07:31:44 queue INFO >3 [210] -2015-01-22 07:31:44 sendUrl INFO 3 [209] -2015-01-22 07:31:44 sendUrl INFO 3 [210] -2015-01-22 07:32:34 queue INFO >>3 [211] -2015-01-22 07:32:34 sendUrl INFO 3 [211] -2015-01-22 07:33:24 queue INFO >>3 [212] -2015-01-22 07:33:24 sendUrl INFO 3 [212] -2015-01-22 07:33:36 queue INFO 7 [213] -2015-01-22 07:33:36 queue INFO >7 [214] -2015-01-22 07:33:36 sendUrl INFO 7 [213] -2015-01-22 07:33:37 sendUrl INFO 7 [214] -2015-01-22 07:33:37 queue INFO 3 [215] -2015-01-22 07:33:37 queue INFO >3 [216] -2015-01-22 07:33:38 sendUrl INFO 3 [215] -2015-01-22 07:33:38 sendUrl INFO 3 [216] -2015-01-22 07:34:27 queue INFO >>3 [217] -2015-01-22 07:34:28 sendUrl INFO 3 [217] -2015-01-22 07:35:17 queue INFO >>3 [218] -2015-01-22 07:35:18 sendUrl INFO 3 [218] -2015-01-22 07:35:30 queue INFO 7 [219] -2015-01-22 07:35:30 queue INFO >7 [220] -2015-01-22 07:35:30 sendUrl INFO 7 [219] -2015-01-22 07:35:30 sendUrl INFO 7 [220] -2015-01-22 07:35:31 queue INFO 3 [221] -2015-01-22 07:35:32 sendUrl INFO 3 [221] -2015-01-22 07:35:32 queue INFO >3 [222] -2015-01-22 07:35:32 sendUrl INFO 3 [222] -2015-01-22 07:36:21 queue INFO >>3 [223] -2015-01-22 07:36:22 sendUrl INFO 3 [223] -2015-01-22 07:37:12 queue INFO >>3 [224] -2015-01-22 07:37:12 sendUrl INFO 3 [224] -2015-01-22 07:37:23 queue INFO 7 [225] -2015-01-22 07:37:23 queue INFO >7 [226] -2015-01-22 07:37:24 sendUrl INFO 7 [225] -2015-01-22 07:37:24 sendUrl INFO 7 [226] -2015-01-22 07:37:25 queue INFO 3 [227] -2015-01-22 07:37:25 queue INFO >3 [228] -2015-01-22 07:37:25 sendUrl INFO 3 [227] -2015-01-22 07:37:26 sendUrl INFO 3 [228] -2015-01-22 07:38:15 queue INFO >>3 [229] -2015-01-22 07:38:15 sendUrl INFO 3 [229] -2015-01-22 07:39:05 queue INFO >>3 [230] -2015-01-22 07:39:05 sendUrl INFO 3 [230] -2015-01-22 07:39:17 queue INFO 7 [231] -2015-01-22 07:39:17 queue INFO >7 [232] -2015-01-22 07:39:17 sendUrl INFO 7 [231] -2015-01-22 07:39:18 sendUrl INFO 7 [232] -2015-01-22 07:39:18 queue INFO 3 [233] -2015-01-22 07:39:19 sendUrl INFO 3 [233] -2015-01-22 07:39:19 queue INFO >3 [234] -2015-01-22 07:39:19 sendUrl INFO 3 [234] -2015-01-22 07:40:09 queue INFO >>3 [235] -2015-01-22 07:40:09 sendUrl INFO 3 [235] -2015-01-22 07:40:59 queue INFO >>3 [236] -2015-01-22 07:40:59 sendUrl INFO 3 [236] -2015-01-22 07:41:10 queue INFO 7 [237] -2015-01-22 07:41:11 queue INFO >7 [238] -2015-01-22 07:41:11 sendUrl INFO 7 [237] -2015-01-22 07:41:11 sendUrl INFO 7 [238] -2015-01-22 07:41:12 queue INFO 3 [239] -2015-01-22 07:41:12 queue INFO >3 [240] -2015-01-22 07:41:12 sendUrl INFO 3 [239] -2015-01-22 07:41:13 sendUrl INFO 3 [240] -2015-01-22 07:42:02 queue INFO >>3 [241] -2015-01-22 07:42:02 sendUrl INFO 3 [241] -2015-01-22 07:42:52 queue INFO >>3 [242] -2015-01-22 07:42:52 sendUrl INFO 3 [242] -2015-01-22 07:43:04 queue INFO 7 [243] -2015-01-22 07:43:04 queue INFO >7 [244] -2015-01-22 07:43:05 sendUrl INFO 7 [243] -2015-01-22 07:43:05 sendUrl INFO 7 [244] -2015-01-22 07:43:05 queue INFO 3 [245] -2015-01-22 07:43:06 queue INFO >3 [246] -2015-01-22 07:43:06 sendUrl INFO 3 [245] -2015-01-22 07:43:07 sendUrl INFO 3 [246] -2015-01-22 07:43:56 queue INFO >>3 [247] -2015-01-22 07:43:56 sendUrl INFO 3 [247] -2015-01-22 07:44:46 queue INFO >>3 [248] -2015-01-22 07:44:46 sendUrl INFO 3 [248] -2015-01-22 07:44:58 queue INFO 7 [249] -2015-01-22 07:44:58 queue INFO >7 [250] -2015-01-22 07:44:58 sendUrl INFO 7 [249] -2015-01-22 07:44:58 sendUrl INFO 7 [250] -2015-01-22 07:44:59 queue INFO 3 [251] -2015-01-22 07:44:59 sendUrl INFO 3 [251] -2015-01-22 07:44:59 queue INFO >3 [252] -2015-01-22 07:45:00 sendUrl INFO 3 [252] -2015-01-22 07:45:49 queue INFO >>3 [253] -2015-01-22 07:45:50 sendUrl INFO 3 [253] -2015-01-22 07:46:40 queue INFO >>3 [254] -2015-01-22 07:46:40 sendUrl INFO 3 [254] -2015-01-22 07:46:52 queue INFO 7 [255] -2015-01-22 07:46:52 queue INFO >7 [256] -2015-01-22 07:46:52 sendUrl INFO 7 [255] -2015-01-22 07:46:53 sendUrl INFO 7 [256] -2015-01-22 07:46:53 queue INFO 3 [257] -2015-01-22 07:46:53 queue INFO >3 [258] -2015-01-22 07:46:54 sendUrl INFO 3 [257] -2015-01-22 07:46:54 sendUrl INFO 3 [258] -2015-01-22 07:47:43 queue INFO >>3 [259] -2015-01-22 07:47:43 sendUrl INFO 3 [259] -2015-01-22 07:48:33 queue INFO >>3 [260] -2015-01-22 07:48:34 sendUrl INFO 3 [260] -2015-01-22 07:48:45 queue INFO 7 [261] -2015-01-22 07:48:46 queue INFO >7 [262] -2015-01-22 07:48:46 sendUrl INFO 7 [261] -2015-01-22 07:48:46 sendUrl INFO 7 [262] -2015-01-22 07:48:47 queue INFO 3 [263] -2015-01-22 07:48:47 queue INFO >3 [264] -2015-01-22 07:48:47 sendUrl INFO 3 [263] -2015-01-22 07:48:48 sendUrl INFO 3 [264] -2015-01-22 07:49:37 queue INFO >>3 [265] -2015-01-22 07:49:37 sendUrl INFO 3 [265] -2015-01-22 07:50:27 queue INFO >>3 [266] -2015-01-22 07:50:28 sendUrl INFO 3 [266] -2015-01-22 07:50:39 queue INFO 7 [267] -2015-01-22 07:50:39 queue INFO >7 [268] -2015-01-22 07:50:39 sendUrl INFO 7 [267] -2015-01-22 07:50:40 sendUrl INFO 7 [268] -2015-01-22 07:50:40 queue INFO 3 [269] -2015-01-22 07:50:41 queue INFO >3 [270] -2015-01-22 07:50:41 sendUrl INFO 3 [269] -2015-01-22 07:50:41 sendUrl INFO 3 [270] -2015-01-22 07:51:31 queue INFO >>3 [271] -2015-01-22 07:51:31 sendUrl INFO 3 [271] -2015-01-22 07:52:21 queue INFO >>3 [272] -2015-01-22 07:52:21 sendUrl INFO 3 [272] -2015-01-22 07:52:32 queue INFO 7 [273] -2015-01-22 07:52:33 queue INFO >7 [274] -2015-01-22 07:52:33 sendUrl INFO 7 [273] -2015-01-22 07:52:33 sendUrl INFO 7 [274] -2015-01-22 07:52:34 queue INFO 3 [275] -2015-01-22 07:52:34 sendUrl INFO 3 [275] -2015-01-22 07:52:34 queue INFO >3 [276] -2015-01-22 07:52:34 sendUrl INFO 3 [276] -2015-01-22 07:53:24 queue INFO >>3 [277] -2015-01-22 07:53:24 sendUrl INFO 3 [277] -2015-01-22 07:54:14 queue INFO >>3 [278] -2015-01-22 07:54:15 sendUrl INFO 3 [278] -2015-01-22 07:54:26 queue INFO 7 [279] -2015-01-22 07:54:26 queue INFO >7 [280] -2015-01-22 07:54:26 sendUrl INFO 7 [279] -2015-01-22 07:54:27 sendUrl INFO 7 [280] -2015-01-22 07:54:28 queue INFO 3 [281] -2015-01-22 07:54:28 sendUrl INFO 3 [281] -2015-01-22 07:54:28 queue INFO >3 [282] -2015-01-22 07:54:28 sendUrl INFO 3 [282] -2015-01-22 07:55:18 queue INFO >>3 [283] -2015-01-22 07:55:18 sendUrl INFO 3 [283] -2015-01-22 07:56:08 queue INFO >>3 [284] -2015-01-22 07:56:08 sendUrl INFO 3 [284] -2015-01-22 07:56:20 queue INFO 7 [285] -2015-01-22 07:56:20 queue INFO >7 [286] -2015-01-22 07:56:20 sendUrl INFO 7 [285] -2015-01-22 07:56:21 sendUrl INFO 7 [286] -2015-01-22 07:56:21 queue INFO 3 [287] -2015-01-22 07:56:22 queue INFO >3 [288] -2015-01-22 07:56:22 sendUrl INFO 3 [287] -2015-01-22 07:56:22 sendUrl INFO 3 [288] -2015-01-22 07:57:11 queue INFO >>3 [289] -2015-01-22 07:57:12 sendUrl INFO 3 [289] -2015-01-22 07:58:02 queue INFO >>3 [290] -2015-01-22 07:58:02 sendUrl INFO 3 [290] -2015-01-22 07:58:14 queue INFO 7 [291] -2015-01-22 07:58:14 queue INFO >7 [292] -2015-01-22 07:58:14 sendUrl INFO 7 [291] -2015-01-22 07:58:15 sendUrl INFO 7 [292] -2015-01-22 07:58:15 queue INFO 3 [293] -2015-01-22 07:58:15 queue INFO >3 [294] -2015-01-22 07:58:16 sendUrl INFO 3 [293] -2015-01-22 07:58:16 sendUrl INFO 3 [294] -2015-01-22 07:59:05 queue INFO >>3 [295] -2015-01-22 07:59:06 sendUrl INFO 3 [295] -2015-01-22 07:59:56 queue INFO >>3 [296] -2015-01-22 07:59:56 sendUrl INFO 3 [296] -2015-01-22 08:00:07 queue INFO 7 [297] -2015-01-22 08:00:08 sendUrl INFO 7 [297] -2015-01-22 08:00:08 queue INFO >7 [298] -2015-01-22 08:00:08 sendUrl INFO 7 [298] -2015-01-22 08:00:09 queue INFO 3 [299] -2015-01-22 08:00:09 queue INFO >3 [300] -2015-01-22 08:00:09 sendUrl INFO 3 [299] -2015-01-22 08:00:10 sendUrl INFO 3 [300] -2015-01-22 08:00:59 queue INFO >>3 [301] -2015-01-22 08:00:59 sendUrl INFO 3 [301] -2015-01-22 08:01:49 queue INFO >>3 [302] -2015-01-22 08:01:49 sendUrl INFO 3 [302] -2015-01-22 08:02:01 queue INFO 7 [303] -2015-01-22 08:02:01 queue INFO >7 [304] -2015-01-22 08:02:01 sendUrl INFO 7 [303] -2015-01-22 08:02:02 sendUrl INFO 7 [304] -2015-01-22 08:02:02 queue INFO 3 [305] -2015-01-22 08:02:03 queue INFO >3 [306] -2015-01-22 08:02:03 sendUrl INFO 3 [305] -2015-01-22 08:02:03 sendUrl INFO 3 [306] -2015-01-22 08:02:53 queue INFO >>3 [307] -2015-01-22 08:02:53 sendUrl INFO 3 [307] -2015-01-22 08:03:43 queue INFO >>3 [308] -2015-01-22 08:03:43 sendUrl INFO 3 [308] -2015-01-22 08:03:54 queue INFO 7 [309] -2015-01-22 08:03:55 queue INFO >7 [310] -2015-01-22 08:03:55 sendUrl INFO 7 [309] -2015-01-22 08:03:55 sendUrl INFO 7 [310] -2015-01-22 08:03:56 queue INFO 3 [311] -2015-01-22 08:03:56 queue INFO >3 [312] -2015-01-22 08:03:56 sendUrl INFO 3 [311] -2015-01-22 08:03:57 sendUrl INFO 3 [312] -2015-01-22 08:04:46 queue INFO >>3 [313] -2015-01-22 08:04:46 sendUrl INFO 3 [313] -2015-01-22 08:05:36 queue INFO >>3 [314] -2015-01-22 08:05:36 sendUrl INFO 3 [314] -2015-01-22 08:05:48 queue INFO 7 [315] -2015-01-22 08:05:48 queue INFO >7 [316] -2015-01-22 08:05:48 sendUrl INFO 7 [315] -2015-01-22 08:05:49 sendUrl INFO 7 [316] -2015-01-22 08:05:49 queue INFO 3 [317] -2015-01-22 08:05:50 queue INFO >3 [318] -2015-01-22 08:05:50 sendUrl INFO 3 [317] -2015-01-22 08:05:50 sendUrl INFO 3 [318] -2015-01-22 08:06:40 queue INFO >>3 [319] -2015-01-22 08:06:40 sendUrl INFO 3 [319] -2015-01-22 08:07:30 queue INFO >>3 [320] -2015-01-22 08:07:30 sendUrl INFO 3 [320] -2015-01-22 08:07:42 queue INFO 7 [321] -2015-01-22 08:07:42 queue INFO >7 [322] -2015-01-22 08:07:42 sendUrl INFO 7 [321] -2015-01-22 08:07:43 sendUrl INFO 7 [322] -2015-01-22 08:07:43 queue INFO 3 [323] -2015-01-22 08:07:43 queue INFO >3 [324] -2015-01-22 08:07:44 sendUrl INFO 3 [323] -2015-01-22 08:07:44 sendUrl INFO 3 [324] -2015-01-22 08:08:33 queue INFO >>3 [325] -2015-01-22 08:08:34 sendUrl INFO 3 [325] -2015-01-22 08:09:23 queue INFO >>3 [326] -2015-01-22 08:09:24 sendUrl INFO 3 [326] -2015-01-22 08:09:36 queue INFO 7 [327] -2015-01-22 08:09:36 queue INFO >7 [328] -2015-01-22 08:09:36 sendUrl INFO 7 [327] -2015-01-22 08:09:36 sendUrl INFO 7 [328] -2015-01-22 08:09:37 queue INFO 3 [329] -2015-01-22 08:09:37 sendUrl INFO 3 [329] -2015-01-22 08:09:38 queue INFO >3 [330] -2015-01-22 08:09:38 sendUrl INFO 3 [330] -2015-01-22 08:10:27 queue INFO >>3 [331] -2015-01-22 08:10:28 sendUrl INFO 3 [331] -2015-01-22 08:11:18 queue INFO >>3 [332] -2015-01-22 08:11:18 sendUrl INFO 3 [332] -2015-01-22 08:11:29 queue INFO 7 [333] -2015-01-22 08:11:30 queue INFO >7 [334] -2015-01-22 08:11:30 sendUrl INFO 7 [333] -2015-01-22 08:11:30 sendUrl INFO 7 [334] -2015-01-22 08:11:31 queue INFO 3 [335] -2015-01-22 08:11:31 queue INFO >3 [336] -2015-01-22 08:11:31 sendUrl INFO 3 [335] -2015-01-22 08:11:32 sendUrl INFO 3 [336] -2015-01-22 08:12:21 queue INFO >>3 [337] -2015-01-22 08:12:21 sendUrl INFO 3 [337] -2015-01-22 08:13:11 queue INFO >>3 [338] -2015-01-22 08:13:11 sendUrl INFO 3 [338] -2015-01-22 08:13:23 queue INFO 7 [339] -2015-01-22 08:13:23 sendUrl INFO 7 [339] -2015-01-22 08:13:23 queue INFO >7 [340] -2015-01-22 08:13:24 sendUrl INFO 7 [340] -2015-01-22 08:13:25 queue INFO 3 [341] -2015-01-22 08:13:25 queue INFO >3 [342] -2015-01-22 08:13:25 sendUrl INFO 3 [341] -2015-01-22 08:13:26 sendUrl INFO 3 [342] -2015-01-22 08:14:15 queue INFO >>3 [343] -2015-01-22 08:14:15 sendUrl INFO 3 [343] -2015-01-22 08:15:05 queue INFO >>3 [344] -2015-01-22 08:15:05 sendUrl INFO 3 [344] -2015-01-22 08:15:16 queue INFO 7 [345] -2015-01-22 08:15:17 queue INFO >7 [346] -2015-01-22 08:15:17 sendUrl INFO 7 [345] -2015-01-22 08:15:17 sendUrl INFO 7 [346] -2015-01-22 08:15:18 queue INFO 3 [347] -2015-01-22 08:15:18 queue INFO >3 [348] -2015-01-22 08:15:18 sendUrl INFO 3 [347] -2015-01-22 08:15:19 sendUrl INFO 3 [348] -2015-01-22 08:15:53 queue INFO 1 [349] -2015-01-22 08:15:53 queue INFO >1 [350] -2015-01-22 08:15:53 sendUrl INFO 1 [349] -2015-01-22 08:15:54 sendUrl INFO 1 [350] -2015-01-22 08:16:43 queue INFO >>1 [351] -2015-01-22 08:16:43 sendUrl INFO 1 [351] -2015-01-22 08:17:33 queue INFO >>1 [352] -2015-01-22 08:17:33 sendUrl INFO 1 [352] -2015-01-22 08:18:23 queue INFO >>1 [353] -2015-01-22 08:18:23 sendUrl INFO 1 [353] -2015-01-22 08:18:55 queue INFO 21 [354] -2015-01-22 08:18:55 queue INFO >21 [355] -2015-01-22 08:18:55 sendUrl INFO 21 [354] -2015-01-22 08:18:56 sendUrl INFO 21 [355] -2015-01-22 08:19:24 queue INFO 1 [356] -2015-01-22 08:19:24 queue INFO >1 [357] -2015-01-22 08:19:24 sendUrl INFO 1 [356] -2015-01-22 08:19:24 sendUrl INFO 1 [357] -2015-01-22 08:19:50 queue INFO 5 [358] -2015-01-22 08:19:50 sendUrl INFO 5 [358] -2015-01-22 08:19:50 queue INFO >5 [359] -2015-01-22 08:19:51 sendUrl INFO 5 [359] -2015-01-22 08:19:51 queue INFO 1 [360] -2015-01-22 08:19:52 queue INFO >1 [361] -2015-01-22 08:19:52 sendUrl INFO 1 [360] -2015-01-22 08:19:52 queue INFO 3 [362] -2015-01-22 08:19:52 sendUrl INFO 1 [361] -2015-01-22 08:19:52 queue INFO >3 [363] -2015-01-22 08:19:53 sendUrl INFO 3 [362] -2015-01-22 08:19:53 sendUrl INFO 3 [363] -2015-01-22 08:20:42 queue INFO >>3 [364] -2015-01-22 08:20:43 sendUrl INFO 3 [364] -2015-01-22 08:21:32 queue INFO >>3 [365] -2015-01-22 08:21:33 sendUrl INFO 3 [365] -2015-01-22 08:21:44 queue INFO 7 [366] -2015-01-22 08:21:44 queue INFO >7 [367] -2015-01-22 08:21:44 sendUrl INFO 7 [366] -2015-01-22 08:21:44 sendUrl INFO 7 [367] -2015-01-22 08:21:45 queue INFO 3 [368] -2015-01-22 08:21:45 queue INFO >3 [369] -2015-01-22 08:21:45 sendUrl INFO 3 [368] -2015-01-22 08:21:46 sendUrl INFO 3 [369] -2015-01-22 08:22:35 queue INFO >>3 [370] -2015-01-22 08:22:35 sendUrl INFO 3 [370] -2015-01-22 08:23:25 queue INFO >>3 [371] -2015-01-22 08:23:26 sendUrl INFO 3 [371] -2015-01-22 08:23:37 queue INFO 7 [372] -2015-01-22 08:23:37 queue INFO >7 [373] -2015-01-22 08:23:37 sendUrl INFO 7 [372] -2015-01-22 08:23:38 sendUrl INFO 7 [373] -2015-01-22 08:23:39 queue INFO 3 [374] -2015-01-22 08:23:39 queue INFO >3 [375] -2015-01-22 08:23:39 sendUrl INFO 3 [374] -2015-01-22 08:23:39 sendUrl INFO 3 [375] -2015-01-22 08:24:29 queue INFO >>3 [376] -2015-01-22 08:24:29 sendUrl INFO 3 [376] -2015-01-22 08:25:19 queue INFO >>3 [377] -2015-01-22 08:25:19 sendUrl INFO 3 [377] -2015-01-22 08:25:31 queue INFO 7 [378] -2015-01-22 08:25:31 queue INFO >7 [379] -2015-01-22 08:25:31 sendUrl INFO 7 [378] -2015-01-22 08:25:31 sendUrl INFO 7 [379] -2015-01-22 08:25:32 queue INFO 3 [380] -2015-01-22 08:25:32 queue INFO >3 [381] -2015-01-22 08:25:33 sendUrl INFO 3 [380] -2015-01-22 08:25:33 sendUrl INFO 3 [381] -2015-01-22 08:26:22 queue INFO >>3 [382] -2015-01-22 08:26:23 sendUrl INFO 3 [382] -2015-01-22 08:27:12 queue INFO >>3 [383] -2015-01-22 08:27:13 sendUrl INFO 3 [383] -2015-01-22 08:27:24 queue INFO 7 [384] -2015-01-22 08:27:25 queue INFO >7 [385] -2015-01-22 08:27:25 sendUrl INFO 7 [384] -2015-01-22 08:27:25 sendUrl INFO 7 [385] -2015-01-22 08:27:26 queue INFO 3 [386] -2015-01-22 08:27:26 queue INFO >3 [387] -2015-01-22 08:27:26 sendUrl INFO 3 [386] -2015-01-22 08:27:27 sendUrl INFO 3 [387] -2015-01-22 08:28:16 queue INFO >>3 [388] -2015-01-22 08:28:17 sendUrl INFO 3 [388] -2015-01-22 08:29:06 queue INFO >>3 [389] -2015-01-22 08:29:06 sendUrl INFO 3 [389] -2015-01-22 08:29:18 queue INFO 7 [390] -2015-01-22 08:29:19 sendUrl INFO 7 [390] -2015-01-22 08:29:19 queue INFO >7 [391] -2015-01-22 08:29:19 sendUrl INFO 7 [391] -2015-01-22 08:29:20 queue INFO 3 [392] -2015-01-22 08:29:20 queue INFO >3 [393] -2015-01-22 08:29:20 sendUrl INFO 3 [392] -2015-01-22 08:29:21 sendUrl INFO 3 [393] -2015-01-22 08:30:10 queue INFO >>3 [394] -2015-01-22 08:30:10 sendUrl INFO 3 [394] -2015-01-22 08:31:00 queue INFO >>3 [395] -2015-01-22 08:31:00 sendUrl INFO 3 [395] -2015-01-22 08:31:12 queue INFO 7 [396] -2015-01-22 08:31:12 queue INFO >7 [397] -2015-01-22 08:31:12 sendUrl INFO 7 [396] -2015-01-22 08:31:13 sendUrl INFO 7 [397] -2015-01-22 08:31:14 queue INFO 3 [398] -2015-01-22 08:31:14 queue INFO >3 [399] -2015-01-22 08:31:14 sendUrl INFO 3 [398] -2015-01-22 08:31:14 sendUrl INFO 3 [399] -2015-01-22 08:32:04 queue INFO >>3 [400] -2015-01-22 08:32:04 sendUrl INFO 3 [400] -2015-01-22 08:32:54 queue INFO >>3 [401] -2015-01-22 08:32:54 sendUrl INFO 3 [401] -2015-01-22 08:33:05 queue INFO 7 [402] -2015-01-22 08:33:06 sendUrl INFO 7 [402] -2015-01-22 08:33:06 queue INFO >7 [403] -2015-01-22 08:33:06 sendUrl INFO 7 [403] -2015-01-22 08:33:07 queue INFO 3 [404] -2015-01-22 08:33:07 queue INFO >3 [405] -2015-01-22 08:33:08 sendUrl INFO 3 [404] -2015-01-22 08:33:08 sendUrl INFO 3 [405] -2015-01-22 08:33:57 queue INFO >>3 [406] -2015-01-22 08:33:57 sendUrl INFO 3 [406] -2015-01-22 08:34:47 queue INFO >>3 [407] -2015-01-22 08:34:48 sendUrl INFO 3 [407] -2015-01-22 08:34:59 queue INFO 7 [408] -2015-01-22 08:34:59 queue INFO >7 [409] -2015-01-22 08:34:59 sendUrl INFO 7 [408] -2015-01-22 08:35:00 sendUrl INFO 7 [409] -2015-01-22 08:35:00 queue INFO 3 [410] -2015-01-22 08:35:01 queue INFO >3 [411] -2015-01-22 08:35:01 sendUrl INFO 3 [410] -2015-01-22 08:35:01 sendUrl INFO 3 [411] -2015-01-22 08:35:51 queue INFO >>3 [412] -2015-01-22 08:35:51 sendUrl INFO 3 [412] -2015-01-22 08:36:41 queue INFO >>3 [413] -2015-01-22 08:36:41 sendUrl INFO 3 [413] -2015-01-22 08:36:53 queue INFO 7 [414] -2015-01-22 08:36:53 queue INFO >7 [415] -2015-01-22 08:36:53 sendUrl INFO 7 [414] -2015-01-22 08:36:54 sendUrl INFO 7 [415] -2015-01-22 08:36:54 queue INFO 3 [416] -2015-01-22 08:36:54 queue INFO >3 [417] -2015-01-22 08:36:55 sendUrl INFO 3 [416] -2015-01-22 08:36:55 sendUrl INFO 3 [417] -2015-01-22 08:37:44 queue INFO >>3 [418] -2015-01-22 08:37:45 sendUrl INFO 3 [418] -2015-01-22 08:38:34 queue INFO >>3 [419] -2015-01-22 08:38:35 sendUrl INFO 3 [419] -2015-01-22 08:38:46 queue INFO 7 [420] -2015-01-22 08:38:47 queue INFO >7 [421] -2015-01-22 08:38:47 sendUrl INFO 7 [420] -2015-01-22 08:38:47 sendUrl INFO 7 [421] -2015-01-22 08:38:48 queue INFO 3 [422] -2015-01-22 08:38:48 queue INFO >3 [423] -2015-01-22 08:38:48 sendUrl INFO 3 [422] -2015-01-22 08:38:49 sendUrl INFO 3 [423] -2015-01-22 08:39:38 queue INFO >>3 [424] -2015-01-22 08:39:38 sendUrl INFO 3 [424] -2015-01-22 08:40:28 queue INFO >>3 [425] -2015-01-22 08:40:29 sendUrl INFO 3 [425] -2015-01-22 08:40:40 queue INFO 7 [426] -2015-01-22 08:40:41 queue INFO >7 [427] -2015-01-22 08:40:41 sendUrl INFO 7 [426] -2015-01-22 08:40:41 sendUrl INFO 7 [427] -2015-01-22 08:40:42 queue INFO 3 [428] -2015-01-22 08:40:42 queue INFO >3 [429] -2015-01-22 08:40:42 sendUrl INFO 3 [428] -2015-01-22 08:40:43 sendUrl INFO 3 [429] -2015-01-22 08:41:32 queue INFO >>3 [430] -2015-01-22 08:41:33 sendUrl INFO 3 [430] -2015-01-22 08:42:22 queue INFO >>3 [431] -2015-01-22 08:42:22 sendUrl INFO 3 [431] -2015-01-22 08:42:34 queue INFO 7 [432] -2015-01-22 08:42:34 queue INFO >7 [433] -2015-01-22 08:42:35 sendUrl INFO 7 [432] -2015-01-22 08:42:35 sendUrl INFO 7 [433] -2015-01-22 08:42:36 queue INFO 3 [434] -2015-01-22 08:42:36 queue INFO >3 [435] -2015-01-22 08:42:36 sendUrl INFO 3 [434] -2015-01-22 08:42:37 sendUrl INFO 3 [435] -2015-01-22 08:43:26 queue INFO >>3 [436] -2015-01-22 08:43:26 sendUrl INFO 3 [436] -2015-01-22 08:44:16 queue INFO >>3 [437] -2015-01-22 08:44:16 sendUrl INFO 3 [437] -2015-01-22 08:44:28 queue INFO 7 [438] -2015-01-22 08:44:28 queue INFO >7 [439] -2015-01-22 08:44:28 sendUrl INFO 7 [438] -2015-01-22 08:44:28 sendUrl INFO 7 [439] -2015-01-22 08:44:29 queue INFO 3 [440] -2015-01-22 08:44:29 queue INFO >3 [441] -2015-01-22 08:44:29 sendUrl INFO 3 [440] -2015-01-22 08:44:30 sendUrl INFO 3 [441] -2015-01-22 08:45:19 queue INFO >>3 [442] -2015-01-22 08:45:20 sendUrl INFO 3 [442] -2015-01-22 08:46:09 queue INFO >>3 [443] -2015-01-22 08:46:10 sendUrl INFO 3 [443] -2015-01-22 08:46:21 queue INFO 7 [444] -2015-01-22 08:46:21 queue INFO >7 [445] -2015-01-22 08:46:21 sendUrl INFO 7 [444] -2015-01-22 08:46:22 sendUrl INFO 7 [445] -2015-01-22 08:46:23 queue INFO 3 [446] -2015-01-22 08:46:23 sendUrl INFO 3 [446] -2015-01-22 08:46:23 queue INFO >3 [447] -2015-01-22 08:46:23 sendUrl INFO 3 [447] -2015-01-22 08:47:13 queue INFO >>3 [448] -2015-01-22 08:47:13 sendUrl INFO 3 [448] -2015-01-22 08:48:03 queue INFO >>3 [449] -2015-01-22 08:48:03 sendUrl INFO 3 [449] -2015-01-22 08:48:15 queue INFO 7 [450] -2015-01-22 08:48:15 queue INFO >7 [451] -2015-01-22 08:48:15 sendUrl INFO 7 [450] -2015-01-22 08:48:15 sendUrl INFO 7 [451] -2015-01-22 08:48:16 queue INFO 3 [452] -2015-01-22 08:48:16 sendUrl INFO 3 [452] -2015-01-22 08:48:16 queue INFO >3 [453] -2015-01-22 08:48:17 sendUrl INFO 3 [453] -2015-01-22 08:49:06 queue INFO >>3 [454] -2015-01-22 08:49:07 sendUrl INFO 3 [454] -2015-01-22 08:49:57 queue INFO >>3 [455] -2015-01-22 08:49:57 sendUrl INFO 3 [455] -2015-01-22 08:50:08 queue INFO 7 [456] -2015-01-22 08:50:09 queue INFO >7 [457] -2015-01-22 08:50:09 sendUrl INFO 7 [456] -2015-01-22 08:50:09 sendUrl INFO 7 [457] -2015-01-22 08:50:10 queue INFO 3 [458] -2015-01-22 08:50:10 sendUrl INFO 3 [458] -2015-01-22 08:50:10 queue INFO >3 [459] -2015-01-22 08:50:11 sendUrl INFO 3 [459] -2015-01-22 08:51:00 queue INFO >>3 [460] -2015-01-22 08:51:01 sendUrl INFO 3 [460] -2015-01-22 08:51:50 queue INFO >>3 [461] -2015-01-22 08:51:51 sendUrl INFO 3 [461] -2015-01-22 08:52:03 queue INFO 7 [462] -2015-01-22 08:52:03 queue INFO >7 [463] -2015-01-22 08:52:03 sendUrl INFO 7 [462] -2015-01-22 08:52:03 sendUrl INFO 7 [463] -2015-01-22 08:52:04 queue INFO 3 [464] -2015-01-22 08:52:04 queue INFO >3 [465] -2015-01-22 08:52:04 sendUrl INFO 3 [464] -2015-01-22 08:52:05 sendUrl INFO 3 [465] -2015-01-22 08:52:54 queue INFO >>3 [466] -2015-01-22 08:52:54 sendUrl INFO 3 [466] -2015-01-22 08:53:44 queue INFO >>3 [467] -2015-01-22 08:53:45 sendUrl INFO 3 [467] -2015-01-22 08:53:56 queue INFO 7 [468] -2015-01-22 08:53:56 sendUrl INFO 7 [468] -2015-01-22 08:53:56 queue INFO >7 [469] -2015-01-22 08:53:57 sendUrl INFO 7 [469] -2015-01-22 08:53:58 queue INFO 3 [470] -2015-01-22 08:53:58 queue INFO >3 [471] -2015-01-22 08:53:58 sendUrl INFO 3 [470] -2015-01-22 08:53:58 sendUrl INFO 3 [471] -2015-01-22 08:54:48 queue INFO >>3 [472] -2015-01-22 08:54:48 sendUrl INFO 3 [472] -2015-01-22 08:55:38 queue INFO >>3 [473] -2015-01-22 08:55:38 sendUrl INFO 3 [473] -2015-01-22 08:55:50 queue INFO 7 [474] -2015-01-22 08:55:50 queue INFO >7 [475] -2015-01-22 08:55:50 program ERROR IOB offline -2015-01-22 08:55:50 program INFO IOB ONLINE! -2015-01-22 08:55:50 sendUrl INFO 7 [474] -2015-01-22 08:55:51 program ERROR IOB offline -2015-01-22 08:55:51 queue INFO 3 [476] -2015-01-22 08:55:51 queue INFO >3 [477] -2015-01-22 08:55:51 program INFO IOB ONLINE! -2015-01-22 08:55:52 sendUrl INFO 7 [475] -2015-01-22 08:55:52 sendUrl INFO 3 [476] -2015-01-22 08:55:53 sendUrl INFO 3 [477] -2015-01-22 08:56:41 queue INFO >>3 [478] -2015-01-22 08:56:41 program ERROR IOB offline -2015-01-22 08:56:42 program INFO IOB ONLINE! -2015-01-22 08:56:42 sendUrl INFO 3 [478] -2015-01-22 08:57:31 queue INFO >>3 [479] -2015-01-22 08:57:32 sendUrl INFO 3 [479] -2015-01-22 08:57:43 queue INFO 7 [480] -2015-01-22 08:57:43 queue INFO >7 [481] -2015-01-22 08:57:43 sendUrl INFO 7 [480] -2015-01-22 08:57:44 sendUrl INFO 7 [481] -2015-01-22 08:57:45 queue INFO 3 [482] -2015-01-22 08:57:45 queue INFO >3 [483] -2015-01-22 08:57:45 sendUrl INFO 3 [482] -2015-01-22 08:57:45 sendUrl INFO 3 [483] -2015-01-22 08:58:35 queue INFO >>3 [484] -2015-01-22 08:58:35 sendUrl INFO 3 [484] -2015-01-22 08:59:25 queue INFO >>3 [485] -2015-01-22 08:59:25 sendUrl INFO 3 [485] -2015-01-22 08:59:37 queue INFO 7 [486] -2015-01-22 08:59:37 queue INFO >7 [487] -2015-01-22 08:59:37 program ERROR IOB offline -2015-01-22 08:59:38 program INFO IOB ONLINE! -2015-01-22 08:59:38 sendUrl INFO 7 [486] -2015-01-22 08:59:38 program ERROR IOB offline -2015-01-22 08:59:38 queue INFO 3 [488] -2015-01-22 08:59:39 queue INFO >3 [489] -2015-01-22 08:59:39 program INFO IOB ONLINE! -2015-01-22 08:59:39 sendUrl INFO 7 [487] -2015-01-22 08:59:39 sendUrl INFO 3 [488] -2015-01-22 08:59:40 program ERROR IOB offline -2015-01-22 08:59:40 program INFO IOB ONLINE! -2015-01-22 08:59:40 sendUrl INFO 3 [489] -2015-01-22 09:00:28 queue INFO >>3 [490] -2015-01-22 09:00:29 sendUrl INFO 3 [490] -2015-01-22 09:01:19 queue INFO >>3 [491] -2015-01-22 09:01:19 sendUrl INFO 3 [491] -2015-01-22 09:01:30 queue INFO 7 [492] -2015-01-22 09:01:31 queue INFO >7 [493] -2015-01-22 09:01:31 sendUrl INFO 7 [492] -2015-01-22 09:01:31 sendUrl INFO 7 [493] -2015-01-22 09:01:32 queue INFO 3 [494] -2015-01-22 09:01:32 queue INFO >3 [495] -2015-01-22 09:01:32 sendUrl INFO 3 [494] -2015-01-22 09:01:33 sendUrl INFO 3 [495] -2015-01-22 09:02:22 queue INFO >>3 [496] -2015-01-22 09:02:22 sendUrl INFO 3 [496] -2015-01-22 09:03:12 queue INFO >>3 [497] -2015-01-22 09:03:13 sendUrl INFO 3 [497] -2015-01-22 09:03:24 queue INFO 7 [498] -2015-01-22 09:03:25 queue INFO >7 [499] -2015-01-22 09:03:25 sendUrl INFO 7 [498] -2015-01-22 09:03:25 program ERROR IOB offline -2015-01-22 09:03:26 program INFO IOB ONLINE! -2015-01-22 09:03:26 sendUrl INFO 7 [499] -2015-01-22 09:03:26 queue INFO 3 [500] -2015-01-22 09:03:26 program ERROR IOB offline -2015-01-22 09:03:26 queue INFO >3 [501] -2015-01-22 09:03:27 program INFO IOB ONLINE! -2015-01-22 09:03:27 sendUrl INFO 3 [500] -2015-01-22 09:03:27 sendUrl INFO 3 [501] -2015-01-22 09:04:16 queue INFO >>3 [502] -2015-01-22 09:04:16 sendUrl INFO 3 [502] -2015-01-22 09:05:06 queue INFO >>3 [503] -2015-01-22 09:05:07 program ERROR IOB offline -2015-01-22 09:05:07 program INFO IOB ONLINE! -2015-01-22 09:05:07 sendUrl INFO 3 [503] -2015-01-22 09:05:18 queue INFO 7 [504] -2015-01-22 09:05:18 program ERROR IOB offline -2015-01-22 09:05:18 queue INFO >7 [505] -2015-01-22 09:05:19 program INFO IOB ONLINE! -2015-01-22 09:05:19 sendUrl INFO 7 [504] -2015-01-22 09:05:19 program ERROR IOB offline -2015-01-22 09:05:20 queue INFO 3 [506] -2015-01-22 09:05:20 queue INFO >3 [507] -2015-01-22 09:05:20 program INFO IOB ONLINE! -2015-01-22 09:05:20 sendUrl INFO 7 [505] -2015-01-22 09:05:20 sendUrl INFO 3 [506] -2015-01-22 09:05:21 sendUrl INFO 3 [507] -2015-01-22 09:06:10 queue INFO >>3 [508] -2015-01-22 09:06:10 sendUrl INFO 3 [508] -2015-01-22 09:07:00 queue INFO >>3 [509] -2015-01-22 09:07:00 program ERROR IOB offline -2015-01-22 09:07:01 program INFO IOB ONLINE! -2015-01-22 09:07:01 sendUrl INFO 3 [509] -2015-01-22 09:07:12 queue INFO 7 [510] -2015-01-22 09:07:12 queue INFO >7 [511] -2015-01-22 09:07:12 sendUrl INFO 7 [510] -2015-01-22 09:07:13 sendUrl INFO 7 [511] -2015-01-22 09:07:13 queue INFO 3 [512] -2015-01-22 09:07:13 queue INFO >3 [513] -2015-01-22 09:07:14 program ERROR IOB offline -2015-01-22 09:07:14 program INFO IOB ONLINE! -2015-01-22 09:07:14 sendUrl INFO 3 [512] -2015-01-22 09:07:15 program ERROR IOB offline -2015-01-22 09:07:15 program INFO IOB ONLINE! -2015-01-22 09:07:15 sendUrl INFO 3 [513] -2015-01-22 09:08:03 queue INFO >>3 [514] -2015-01-22 09:08:04 sendUrl INFO 3 [514] -2015-01-22 09:08:53 queue INFO >>3 [515] -2015-01-22 09:08:54 program ERROR IOB offline -2015-01-22 09:08:54 program INFO IOB ONLINE! -2015-01-22 09:08:54 sendUrl INFO 3 [515] -2015-01-22 09:09:05 queue INFO 7 [516] -2015-01-22 09:09:05 queue INFO >7 [517] -2015-01-22 09:09:05 sendUrl INFO 7 [516] -2015-01-22 09:09:06 program ERROR IOB offline -2015-01-22 09:09:06 program INFO IOB ONLINE! -2015-01-22 09:09:06 sendUrl INFO 7 [517] -2015-01-22 09:09:07 queue INFO 3 [518] -2015-01-22 09:09:07 queue INFO >3 [519] -2015-01-22 09:09:07 sendUrl INFO 3 [518] -2015-01-22 09:09:07 sendUrl INFO 3 [519] -2015-01-22 09:09:57 queue INFO >>3 [520] -2015-01-22 09:09:57 program ERROR IOB offline -2015-01-22 09:09:57 queue INFO 1 [521] -2015-01-22 09:09:58 queue INFO >1 [522] -2015-01-22 09:09:58 program INFO IOB ONLINE! -2015-01-22 09:09:58 sendUrl INFO 3 [520] -2015-01-22 09:09:58 program ERROR IOB offline -2015-01-22 09:09:59 program INFO IOB ONLINE! -2015-01-22 09:09:59 sendUrl INFO 1 [521] -2015-01-22 09:09:59 sendUrl INFO 1 [522] -2015-01-22 09:10:48 queue INFO >>1 [523] -2015-01-22 09:10:48 sendUrl INFO 1 [523] -2015-01-22 09:11:38 queue INFO >>1 [524] -2015-01-22 09:11:38 sendUrl INFO 1 [524] -2015-01-22 09:12:28 queue INFO >>1 [525] -2015-01-22 09:12:28 sendUrl INFO 1 [525] -2015-01-22 09:13:02 queue INFO 81 [526] -2015-01-22 09:13:02 sendUrl INFO 81 [526] -2015-01-22 09:13:02 queue INFO >81 [527] -2015-01-22 09:13:03 program ERROR IOB offline -2015-01-22 09:13:03 program INFO IOB ONLINE! -2015-01-22 09:13:03 sendUrl INFO 81 [527] -2015-01-22 09:13:07 queue INFO 1 [528] -2015-01-22 09:13:07 queue INFO >1 [529] -2015-01-22 09:13:08 sendUrl INFO 1 [528] -2015-01-22 09:13:08 program ERROR IOB offline -2015-01-22 09:13:09 program INFO IOB ONLINE! -2015-01-22 09:13:09 sendUrl INFO 1 [529] -2015-01-22 09:13:57 queue INFO >>1 [530] -2015-01-22 09:13:57 program ERROR IOB offline -2015-01-22 09:13:58 program INFO IOB ONLINE! -2015-01-22 09:13:58 sendUrl INFO 1 [530] -2015-01-22 09:14:42 queue INFO 21 [531] -2015-01-22 09:14:42 program ERROR IOB offline -2015-01-22 09:14:42 queue INFO >21 [532] -2015-01-22 09:14:43 program INFO IOB ONLINE! -2015-01-22 09:14:43 sendUrl INFO 21 [531] -2015-01-22 09:14:43 sendUrl INFO 21 [532] -2015-01-22 09:15:03 queue INFO 1 [533] -2015-01-22 09:15:04 queue INFO >1 [534] -2015-01-22 09:15:04 sendUrl INFO 1 [533] -2015-01-22 09:15:04 sendUrl INFO 1 [534] -2015-01-22 09:15:11 queue INFO 5 [535] -2015-01-22 09:15:12 queue INFO >5 [536] -2015-01-22 09:15:12 sendUrl INFO 5 [535] -2015-01-22 09:15:13 sendUrl INFO 5 [536] -2015-01-22 09:15:13 queue INFO 1 [537] -2015-01-22 09:15:13 sendUrl INFO 1 [537] -2015-01-22 09:15:13 queue INFO >1 [538] -2015-01-22 09:15:13 queue INFO 3 [539] -2015-01-22 09:15:14 sendUrl INFO 1 [538] -2015-01-22 09:15:14 queue INFO >3 [540] -2015-01-22 09:15:14 sendUrl INFO 3 [539] -2015-01-22 09:15:15 sendUrl INFO 3 [540] -2015-01-22 09:15:28 queue INFO 1 [541] -2015-01-22 09:15:28 sendUrl INFO 1 [541] -2015-01-22 09:15:28 queue INFO >1 [542] -2015-01-22 09:15:28 sendUrl INFO 1 [542] -2015-01-22 09:16:18 queue INFO >>1 [543] -2015-01-22 09:16:18 program ERROR IOB offline -2015-01-22 09:16:18 program INFO IOB ONLINE! -2015-01-22 09:16:18 sendUrl INFO 1 [543] -2015-01-22 09:17:08 queue INFO >>1 [544] -2015-01-22 09:17:08 sendUrl INFO 1 [544] -2015-01-22 09:17:33 queue INFO 3 [545] -2015-01-22 09:17:33 program ERROR IOB offline -2015-01-22 09:17:33 queue INFO >3 [546] -2015-01-22 09:17:34 program INFO IOB ONLINE! -2015-01-22 09:17:34 sendUrl INFO 3 [545] -2015-01-22 09:17:34 program ERROR IOB offline -2015-01-22 09:17:35 program INFO IOB ONLINE! -2015-01-22 09:17:35 sendUrl INFO 3 [546] -2015-01-22 09:18:23 queue INFO >>3 [547] -2015-01-22 09:18:23 program ERROR IOB offline -2015-01-22 09:18:24 program INFO IOB ONLINE! -2015-01-22 09:18:24 sendUrl INFO 3 [547] -2015-01-22 09:18:45 queue INFO 7 [548] -2015-01-22 09:18:45 sendUrl INFO 7 [548] -2015-01-22 09:18:45 queue INFO >7 [549] -2015-01-22 09:18:45 program ERROR IOB offline -2015-01-22 09:18:46 program INFO IOB ONLINE! -2015-01-22 09:18:46 sendUrl INFO 7 [549] -2015-01-22 09:18:46 queue INFO 3 [550] -2015-01-22 09:18:46 queue INFO >3 [551] -2015-01-22 09:18:47 sendUrl INFO 3 [550] -2015-01-22 09:18:47 sendUrl INFO 3 [551] -2015-01-22 09:19:36 queue INFO >>3 [552] -2015-01-22 09:19:37 program ERROR IOB offline -2015-01-22 09:19:38 program INFO IOB ONLINE! -2015-01-22 09:19:38 sendUrl INFO 3 [552] -2015-01-22 09:20:27 queue INFO >>3 [553] -2015-01-22 09:20:27 sendUrl INFO 3 [553] -2015-01-22 09:20:38 queue INFO 7 [554] -2015-01-22 09:20:38 queue INFO >7 [555] -2015-01-22 09:20:39 sendUrl INFO 7 [554] -2015-01-22 09:20:39 program ERROR IOB offline -2015-01-22 09:20:40 queue INFO 3 [556] -2015-01-22 09:20:40 queue INFO >3 [557] -2015-01-22 09:20:41 program INFO IOB ONLINE! -2015-01-22 09:20:41 sendUrl INFO 7 [555] -2015-01-22 09:20:41 program ERROR IOB offline -2015-01-22 09:20:42 program INFO IOB ONLINE! -2015-01-22 09:20:42 sendUrl INFO 3 [556] -2015-01-22 09:20:42 sendUrl INFO 3 [557] -2015-01-22 09:21:30 queue INFO >>3 [558] -2015-01-22 09:21:30 sendUrl INFO 3 [558] -2015-01-22 09:22:20 queue INFO >>3 [559] -2015-01-22 09:22:20 sendUrl INFO 3 [559] -2015-01-22 09:22:32 queue INFO 7 [560] -2015-01-22 09:22:32 program ERROR IOB offline -2015-01-22 09:22:32 queue INFO >7 [561] -2015-01-22 09:22:33 program INFO IOB ONLINE! -2015-01-22 09:22:33 sendUrl INFO 7 [560] -2015-01-22 09:22:33 sendUrl INFO 7 [561] -2015-01-22 09:22:33 queue INFO 3 [562] -2015-01-22 09:22:34 program ERROR IOB offline -2015-01-22 09:22:34 queue INFO >3 [563] -2015-01-22 09:22:34 program INFO IOB ONLINE! -2015-01-22 09:22:34 sendUrl INFO 3 [562] -2015-01-22 09:22:35 sendUrl INFO 3 [563] -2015-01-22 09:23:24 queue INFO >>3 [564] -2015-01-22 09:23:24 sendUrl INFO 3 [564] -2015-01-22 09:24:14 queue INFO >>3 [565] -2015-01-22 09:24:14 sendUrl INFO 3 [565] -2015-01-22 09:24:26 queue INFO 7 [566] -2015-01-22 09:24:26 program ERROR IOB offline -2015-01-22 09:24:26 queue INFO >7 [567] -2015-01-22 09:24:26 program INFO IOB ONLINE! -2015-01-22 09:24:26 sendUrl INFO 7 [566] -2015-01-22 09:24:27 sendUrl INFO 7 [567] -2015-01-22 09:24:27 queue INFO 3 [568] -2015-01-22 09:24:27 queue INFO >3 [569] -2015-01-22 09:24:27 sendUrl INFO 3 [568] -2015-01-22 09:24:28 sendUrl INFO 3 [569] -2015-01-22 09:25:17 queue INFO >>3 [570] -2015-01-22 09:25:18 sendUrl INFO 3 [570] -2015-01-22 09:26:07 queue INFO >>3 [571] -2015-01-22 09:26:08 sendUrl INFO 3 [571] -2015-01-22 09:26:20 queue INFO 7 [572] -2015-01-22 09:26:20 queue INFO >7 [573] -2015-01-22 09:26:20 program ERROR IOB offline -2015-01-22 09:26:21 program INFO IOB ONLINE! -2015-01-22 09:26:21 sendUrl INFO 7 [572] -2015-01-22 09:26:21 queue INFO 3 [574] -2015-01-22 09:26:21 queue INFO >3 [575] -2015-01-22 09:26:22 program ERROR IOB offline -2015-01-22 09:26:22 program INFO IOB ONLINE! -2015-01-22 09:26:22 sendUrl INFO 7 [573] -2015-01-22 09:26:23 sendUrl INFO 3 [574] -2015-01-22 09:26:23 sendUrl INFO 3 [575] -2015-01-22 09:27:11 queue INFO >>3 [576] -2015-01-22 09:27:11 sendUrl INFO 3 [576] -2015-01-22 09:28:02 queue INFO >>3 [577] -2015-01-22 09:28:02 program ERROR IOB offline -2015-01-22 09:28:02 program INFO IOB ONLINE! -2015-01-22 09:28:02 sendUrl INFO 3 [577] -2015-01-22 09:28:13 queue INFO 7 [578] -2015-01-22 09:28:13 program ERROR IOB offline -2015-01-22 09:28:13 queue INFO >7 [579] -2015-01-22 09:28:14 program INFO IOB ONLINE! -2015-01-22 09:28:14 sendUrl INFO 7 [578] -2015-01-22 09:28:14 program ERROR IOB offline -2015-01-22 09:28:15 queue INFO 3 [580] -2015-01-22 09:28:15 program INFO IOB ONLINE! -2015-01-22 09:28:15 sendUrl INFO 7 [579] -2015-01-22 09:28:15 queue INFO >3 [581] -2015-01-22 09:28:15 sendUrl INFO 3 [580] -2015-01-22 09:28:16 program ERROR IOB offline -2015-01-22 09:28:16 program INFO IOB ONLINE! -2015-01-22 09:28:16 sendUrl INFO 3 [581] -2015-01-22 09:29:05 queue INFO >>3 [582] -2015-01-22 09:29:05 sendUrl INFO 3 [582] -2015-01-22 09:29:55 queue INFO >>3 [583] -2015-01-22 09:29:56 sendUrl INFO 3 [583] -2015-01-22 09:30:07 queue INFO 7 [584] -2015-01-22 09:30:07 queue INFO >7 [585] -2015-01-22 09:30:07 sendUrl INFO 7 [584] -2015-01-22 09:30:08 sendUrl INFO 7 [585] -2015-01-22 09:30:08 queue INFO 3 [586] -2015-01-22 09:30:09 queue INFO >3 [587] -2015-01-22 09:30:09 sendUrl INFO 3 [586] -2015-01-22 09:30:09 program ERROR IOB offline -2015-01-22 09:30:10 program INFO IOB ONLINE! -2015-01-22 09:30:10 sendUrl INFO 3 [587] -2015-01-22 09:30:58 queue INFO >>3 [588] -2015-01-22 09:30:59 program ERROR IOB offline -2015-01-22 09:31:00 program INFO IOB ONLINE! -2015-01-22 09:31:00 sendUrl INFO 3 [588] -2015-01-22 09:31:49 queue INFO >>3 [589] -2015-01-22 09:31:49 program ERROR IOB offline -2015-01-22 09:31:50 program INFO IOB ONLINE! -2015-01-22 09:31:50 sendUrl INFO 3 [589] -2015-01-22 09:32:00 queue INFO 7 [590] -2015-01-22 09:32:00 sendUrl INFO 7 [590] -2015-01-22 09:32:00 queue INFO >7 [591] -2015-01-22 09:32:01 sendUrl INFO 7 [591] -2015-01-22 09:32:02 queue INFO 3 [592] -2015-01-22 09:32:02 queue INFO >3 [593] -2015-01-22 09:32:02 sendUrl INFO 3 [592] -2015-01-22 09:32:03 sendUrl INFO 3 [593] -2015-01-22 09:32:52 queue INFO >>3 [594] -2015-01-22 09:32:52 sendUrl INFO 3 [594] -2015-01-22 09:33:42 queue INFO >>3 [595] -2015-01-22 09:33:42 program ERROR IOB offline -2015-01-22 09:33:43 program INFO IOB ONLINE! -2015-01-22 09:33:43 sendUrl INFO 3 [595] -2015-01-22 09:33:54 queue INFO 7 [596] -2015-01-22 09:33:54 queue INFO >7 [597] -2015-01-22 09:33:54 sendUrl INFO 7 [596] -2015-01-22 09:33:55 sendUrl INFO 7 [597] -2015-01-22 09:33:55 queue INFO 3 [598] -2015-01-22 09:33:56 queue INFO >3 [599] -2015-01-22 09:33:56 sendUrl INFO 3 [598] -2015-01-22 09:33:56 sendUrl INFO 3 [599] -2015-01-22 09:34:46 queue INFO >>3 [600] -2015-01-22 09:34:46 sendUrl INFO 3 [600] -2015-01-22 09:35:36 queue INFO >>3 [601] -2015-01-22 09:35:36 sendUrl INFO 3 [601] -2015-01-22 09:35:48 queue INFO 7 [602] -2015-01-22 09:35:48 queue INFO >7 [603] -2015-01-22 09:35:48 sendUrl INFO 7 [602] -2015-01-22 09:35:49 program ERROR IOB offline -2015-01-22 09:35:49 program INFO IOB ONLINE! -2015-01-22 09:35:49 sendUrl INFO 7 [603] -2015-01-22 09:35:49 queue INFO 3 [604] -2015-01-22 09:35:49 queue INFO >3 [605] -2015-01-22 09:35:50 sendUrl INFO 3 [604] -2015-01-22 09:35:50 sendUrl INFO 3 [605] -2015-01-22 09:36:39 queue INFO >>3 [606] -2015-01-22 09:36:39 sendUrl INFO 3 [606] -2015-01-22 09:37:29 queue INFO >>3 [607] -2015-01-22 09:37:30 program ERROR IOB offline -2015-01-22 09:37:30 program INFO IOB ONLINE! -2015-01-22 09:37:30 sendUrl INFO 3 [607] -2015-01-22 09:37:42 queue INFO 7 [608] -2015-01-22 09:37:42 queue INFO >7 [609] -2015-01-22 09:37:42 sendUrl INFO 7 [608] -2015-01-22 09:37:42 sendUrl INFO 7 [609] -2015-01-22 09:37:43 queue INFO 3 [610] -2015-01-22 09:37:43 sendUrl INFO 3 [610] -2015-01-22 09:37:43 queue INFO >3 [611] -2015-01-22 09:37:44 sendUrl INFO 3 [611] -2015-01-22 09:38:33 queue INFO >>3 [612] -2015-01-22 09:38:34 sendUrl INFO 3 [612] -2015-01-22 09:39:23 queue INFO >>3 [613] -2015-01-22 09:39:24 sendUrl INFO 3 [613] -2015-01-22 09:39:35 queue INFO 7 [614] -2015-01-22 09:39:35 queue INFO >7 [615] -2015-01-22 09:39:36 program ERROR IOB offline -2015-01-22 09:39:37 program INFO IOB ONLINE! -2015-01-22 09:39:37 sendUrl INFO 7 [614] -2015-01-22 09:39:37 queue INFO 3 [616] -2015-01-22 09:39:37 queue INFO >3 [617] -2015-01-22 09:39:37 program ERROR IOB offline -2015-01-22 09:39:38 program INFO IOB ONLINE! -2015-01-22 09:39:38 sendUrl INFO 7 [615] -2015-01-22 09:39:38 sendUrl INFO 3 [616] -2015-01-22 09:39:39 sendUrl INFO 3 [617] -2015-01-22 09:40:27 queue INFO >>3 [618] -2015-01-22 09:40:27 sendUrl INFO 3 [618] -2015-01-22 09:41:17 queue INFO >>3 [619] -2015-01-22 09:41:17 sendUrl INFO 3 [619] -2015-01-22 09:41:29 queue INFO 7 [620] -2015-01-22 09:41:29 queue INFO >7 [621] -2015-01-22 09:41:29 sendUrl INFO 7 [620] -2015-01-22 09:41:30 sendUrl INFO 7 [621] -2015-01-22 09:41:30 queue INFO 3 [622] -2015-01-22 09:41:31 queue INFO >3 [623] -2015-01-22 09:41:31 sendUrl INFO 3 [622] -2015-01-22 09:41:31 sendUrl INFO 3 [623] -2015-01-22 09:42:21 queue INFO >>3 [624] -2015-01-22 09:42:21 sendUrl INFO 3 [624] -2015-01-22 09:43:11 queue INFO >>3 [625] -2015-01-22 09:43:11 sendUrl INFO 3 [625] -2015-01-22 09:43:22 queue INFO 7 [626] -2015-01-22 09:43:22 queue INFO >7 [627] -2015-01-22 09:43:23 sendUrl INFO 7 [626] -2015-01-22 09:43:23 sendUrl INFO 7 [627] -2015-01-22 09:43:24 queue INFO 3 [628] -2015-01-22 09:43:24 queue INFO >3 [629] -2015-01-22 09:43:24 sendUrl INFO 3 [628] -2015-01-22 09:43:25 sendUrl INFO 3 [629] -2015-01-22 09:44:14 queue INFO >>3 [630] -2015-01-22 09:44:14 sendUrl INFO 3 [630] -2015-01-22 09:45:04 queue INFO >>3 [631] -2015-01-22 09:45:04 sendUrl INFO 3 [631] -2015-01-22 09:45:16 queue INFO 7 [632] -2015-01-22 09:45:16 queue INFO >7 [633] -2015-01-22 09:45:16 program ERROR IOB offline -2015-01-22 09:45:17 program INFO IOB ONLINE! -2015-01-22 09:45:17 sendUrl INFO 7 [632] -2015-01-22 09:45:17 sendUrl INFO 7 [633] -2015-01-22 09:45:18 queue INFO 3 [634] -2015-01-22 09:45:18 queue INFO >3 [635] -2015-01-22 09:45:18 sendUrl INFO 3 [634] -2015-01-22 09:45:18 sendUrl INFO 3 [635] -2015-01-22 09:46:08 queue INFO >>3 [636] -2015-01-22 09:46:08 sendUrl INFO 3 [636] -2015-01-22 09:46:58 queue INFO >>3 [637] -2015-01-22 09:46:58 program ERROR IOB offline -2015-01-22 09:46:59 program INFO IOB ONLINE! -2015-01-22 09:46:59 sendUrl INFO 3 [637] -2015-01-22 09:47:10 queue INFO 7 [638] -2015-01-22 09:47:10 sendUrl INFO 7 [638] -2015-01-22 09:47:10 queue INFO >7 [639] -2015-01-22 09:47:10 program ERROR IOB offline -2015-01-22 09:47:11 program INFO IOB ONLINE! -2015-01-22 09:47:11 queue INFO 3 [640] -2015-01-22 09:47:11 sendUrl INFO 7 [639] -2015-01-22 09:47:11 queue INFO >3 [641] -2015-01-22 09:47:12 program ERROR IOB offline -2015-01-22 09:47:12 program INFO IOB ONLINE! -2015-01-22 09:47:12 sendUrl INFO 3 [640] -2015-01-22 09:47:13 sendUrl INFO 3 [641] -2015-01-22 09:48:01 queue INFO >>3 [642] -2015-01-22 09:48:02 sendUrl INFO 3 [642] -2015-01-22 09:48:52 queue INFO >>3 [643] -2015-01-22 09:48:52 sendUrl INFO 3 [643] -2015-01-22 09:49:04 queue INFO 7 [644] -2015-01-22 09:49:04 queue INFO >7 [645] -2015-01-22 09:49:04 program ERROR IOB offline -2015-01-22 09:49:04 program INFO IOB ONLINE! -2015-01-22 09:49:05 sendUrl INFO 7 [644] -2015-01-22 09:49:05 sendUrl INFO 7 [645] -2015-01-22 09:49:05 queue INFO 3 [646] -2015-01-22 09:49:05 queue INFO >3 [647] -2015-01-22 09:49:06 sendUrl INFO 3 [646] -2015-01-22 09:49:06 sendUrl INFO 3 [647] -2015-01-22 09:49:55 queue INFO >>3 [648] -2015-01-22 09:49:56 program ERROR IOB offline -2015-01-22 09:49:56 program INFO IOB ONLINE! -2015-01-22 09:49:56 sendUrl INFO 3 [648] -2015-01-22 09:50:45 queue INFO >>3 [649] -2015-01-22 09:50:46 sendUrl INFO 3 [649] -2015-01-22 09:50:57 queue INFO 7 [650] -2015-01-22 09:50:57 queue INFO >7 [651] -2015-01-22 09:50:58 sendUrl INFO 7 [650] -2015-01-22 09:50:58 program ERROR IOB offline -2015-01-22 09:50:59 program INFO IOB ONLINE! -2015-01-22 09:50:59 sendUrl INFO 7 [651] -2015-01-22 09:50:59 queue INFO 3 [652] -2015-01-22 09:50:59 queue INFO >3 [653] -2015-01-22 09:50:59 sendUrl INFO 3 [652] -2015-01-22 09:51:00 program ERROR IOB offline -2015-01-22 09:51:00 program INFO IOB ONLINE! -2015-01-22 09:51:00 sendUrl INFO 3 [653] -2015-01-22 09:51:49 queue INFO >>3 [654] -2015-01-22 09:51:49 sendUrl INFO 3 [654] -2015-01-22 09:52:39 queue INFO >>3 [655] -2015-01-22 09:52:40 sendUrl INFO 3 [655] -2015-01-22 09:52:51 queue INFO 7 [656] -2015-01-22 09:52:51 queue INFO >7 [657] -2015-01-22 09:52:51 sendUrl INFO 7 [656] -2015-01-22 09:52:52 sendUrl INFO 7 [657] -2015-01-22 09:52:52 queue INFO 3 [658] -2015-01-22 09:52:53 queue INFO >3 [659] -2015-01-22 09:52:53 sendUrl INFO 3 [658] -2015-01-22 09:52:53 program ERROR IOB offline -2015-01-22 09:52:54 program INFO IOB ONLINE! -2015-01-22 09:52:54 sendUrl INFO 3 [659] -2015-01-22 09:53:43 queue INFO >>3 [660] -2015-01-22 09:53:43 program ERROR IOB offline -2015-01-22 09:53:43 program INFO IOB ONLINE! -2015-01-22 09:53:43 sendUrl INFO 3 [660] -2015-01-22 09:54:33 queue INFO >>3 [661] -2015-01-22 09:54:33 sendUrl INFO 3 [661] -2015-01-22 09:54:44 queue INFO 7 [662] -2015-01-22 09:54:44 program ERROR IOB offline -2015-01-22 09:54:44 queue INFO >7 [663] -2015-01-22 09:54:46 program INFO IOB ONLINE! -2015-01-22 09:54:46 queue INFO 3 [664] -2015-01-22 09:54:46 sendUrl INFO 7 [662] -2015-01-22 09:54:46 queue INFO >3 [665] -2015-01-22 09:54:46 sendUrl INFO 7 [663] -2015-01-22 09:54:47 sendUrl INFO 3 [664] -2015-01-22 09:54:47 sendUrl INFO 3 [665] -2015-01-22 09:55:36 queue INFO >>3 [666] -2015-01-22 09:55:36 sendUrl INFO 3 [666] -2015-01-22 09:56:26 queue INFO >>3 [667] -2015-01-22 09:56:27 sendUrl INFO 3 [667] -2015-01-22 09:56:38 queue INFO 7 [668] -2015-01-22 09:56:38 program ERROR IOB offline -2015-01-22 09:56:38 queue INFO >7 [669] -2015-01-22 09:56:39 program INFO IOB ONLINE! -2015-01-22 09:56:39 sendUrl INFO 7 [668] -2015-01-22 09:56:39 sendUrl INFO 7 [669] -2015-01-22 09:56:39 queue INFO 3 [670] -2015-01-22 09:56:40 queue INFO >3 [671] -2015-01-22 09:56:40 sendUrl INFO 3 [670] -2015-01-22 09:56:40 sendUrl INFO 3 [671] -2015-01-22 09:57:30 queue INFO >>3 [672] -2015-01-22 09:57:30 sendUrl INFO 3 [672] -2015-01-22 09:58:20 queue INFO >>3 [673] -2015-01-22 09:58:20 sendUrl INFO 3 [673] -2015-01-22 09:58:32 queue INFO 7 [674] -2015-01-22 09:58:32 program ERROR IOB offline -2015-01-22 09:58:32 queue INFO >7 [675] -2015-01-22 09:58:32 program INFO IOB ONLINE! -2015-01-22 09:58:32 sendUrl INFO 7 [674] -2015-01-22 09:58:33 program ERROR IOB offline -2015-01-22 09:58:33 queue INFO 3 [676] -2015-01-22 09:58:33 queue INFO >3 [677] -2015-01-22 09:58:34 program INFO IOB ONLINE! -2015-01-22 09:58:34 sendUrl INFO 7 [675] -2015-01-22 09:58:34 program ERROR IOB offline -2015-01-22 09:58:35 program INFO IOB ONLINE! -2015-01-22 09:58:35 sendUrl INFO 3 [676] -2015-01-22 09:58:35 sendUrl INFO 3 [677] -2015-01-22 09:59:23 queue INFO >>3 [678] -2015-01-22 09:59:24 program ERROR IOB offline -2015-01-22 09:59:24 program INFO IOB ONLINE! -2015-01-22 09:59:24 sendUrl INFO 3 [678] -2015-01-22 10:00:13 queue INFO >>3 [679] -2015-01-22 10:00:14 program ERROR IOB offline -2015-01-22 10:00:14 program INFO IOB ONLINE! -2015-01-22 10:00:14 sendUrl INFO 3 [679] -2015-01-22 10:00:26 queue INFO 7 [680] -2015-01-22 10:00:26 queue INFO >7 [681] -2015-01-22 10:00:26 sendUrl INFO 7 [680] -2015-01-22 10:00:27 program ERROR IOB offline -2015-01-22 10:00:27 queue INFO 3 [682] -2015-01-22 10:00:27 queue INFO >3 [683] -2015-01-22 10:00:28 program INFO IOB ONLINE! -2015-01-22 10:00:28 sendUrl INFO 7 [681] -2015-01-22 10:00:28 sendUrl INFO 3 [682] -2015-01-22 10:00:29 sendUrl INFO 3 [683] -2015-01-22 10:01:17 queue INFO >>3 [684] -2015-01-22 10:01:18 sendUrl INFO 3 [684] -2015-01-22 10:02:07 queue INFO >>3 [685] -2015-01-22 10:02:08 sendUrl INFO 3 [685] -2015-01-22 10:02:19 queue INFO 7 [686] -2015-01-22 10:02:19 queue INFO >7 [687] -2015-01-22 10:02:19 program ERROR IOB offline -2015-01-22 10:02:20 program INFO IOB ONLINE! -2015-01-22 10:02:21 sendUrl INFO 7 [686] -2015-01-22 10:02:21 queue INFO 3 [688] -2015-01-22 10:02:21 program ERROR IOB offline -2015-01-22 10:02:21 queue INFO >3 [689] -2015-01-22 10:02:22 program INFO IOB ONLINE! -2015-01-22 10:02:22 sendUrl INFO 7 [687] -2015-01-22 10:02:22 sendUrl INFO 3 [688] -2015-01-22 10:02:23 program ERROR IOB offline -2015-01-22 10:02:23 program INFO IOB ONLINE! -2015-01-22 10:02:23 sendUrl INFO 3 [689] -2015-01-22 10:03:11 queue INFO >>3 [690] -2015-01-22 10:03:11 sendUrl INFO 3 [690] -2015-01-22 10:04:01 queue INFO >>3 [691] -2015-01-22 10:04:02 program ERROR IOB offline -2015-01-22 10:04:02 program INFO IOB ONLINE! -2015-01-22 10:04:02 sendUrl INFO 3 [691] -2015-01-22 10:04:13 queue INFO 7 [692] -2015-01-22 10:04:13 queue INFO >7 [693] -2015-01-22 10:04:13 program ERROR IOB offline -2015-01-22 10:04:14 program INFO IOB ONLINE! -2015-01-22 10:04:14 sendUrl INFO 7 [692] -2015-01-22 10:04:14 program ERROR IOB offline -2015-01-22 10:04:14 queue INFO 3 [694] -2015-01-22 10:04:15 queue INFO >3 [695] -2015-01-22 10:04:15 program INFO IOB ONLINE! -2015-01-22 10:04:15 sendUrl INFO 7 [693] -2015-01-22 10:04:15 sendUrl INFO 3 [694] -2015-01-22 10:04:16 program ERROR IOB offline -2015-01-22 10:04:16 program INFO IOB ONLINE! -2015-01-22 10:04:16 sendUrl INFO 3 [695] -2015-01-22 10:05:05 queue INFO >>3 [696] -2015-01-22 10:05:05 program ERROR IOB offline -2015-01-22 10:05:05 program INFO IOB ONLINE! -2015-01-22 10:05:05 sendUrl INFO 3 [696] -2015-01-22 10:05:55 queue INFO >>3 [697] -2015-01-22 10:05:55 sendUrl INFO 3 [697] -2015-01-22 10:06:06 queue INFO 7 [698] -2015-01-22 10:06:07 queue INFO >7 [699] -2015-01-22 10:06:07 sendUrl INFO 7 [698] -2015-01-22 10:06:07 program ERROR IOB offline -2015-01-22 10:06:08 queue INFO 3 [700] -2015-01-22 10:06:08 queue INFO >3 [701] -2015-01-22 10:06:08 program INFO IOB ONLINE! -2015-01-22 10:06:08 sendUrl INFO 7 [699] -2015-01-22 10:06:09 sendUrl INFO 3 [700] -2015-01-22 10:06:09 sendUrl INFO 3 [701] -2015-01-22 10:06:58 queue INFO >>3 [702] -2015-01-22 10:06:58 program ERROR IOB offline -2015-01-22 10:06:59 program INFO IOB ONLINE! -2015-01-22 10:06:59 sendUrl INFO 3 [702] -2015-01-22 10:07:48 queue INFO >>3 [703] -2015-01-22 10:07:48 sendUrl INFO 3 [703] -2015-01-22 10:08:00 queue INFO 7 [704] -2015-01-22 10:08:00 queue INFO >7 [705] -2015-01-22 10:08:00 program ERROR IOB offline -2015-01-22 10:08:01 program INFO IOB ONLINE! -2015-01-22 10:08:01 sendUrl INFO 7 [704] -2015-01-22 10:08:01 sendUrl INFO 7 [705] -2015-01-22 10:08:01 queue INFO 3 [706] -2015-01-22 10:08:02 queue INFO >3 [707] -2015-01-22 10:08:02 sendUrl INFO 3 [706] -2015-01-22 10:08:02 program ERROR IOB offline -2015-01-22 10:08:03 program INFO IOB ONLINE! -2015-01-22 10:08:03 sendUrl INFO 3 [707] -2015-01-22 10:08:52 queue INFO >>3 [708] -2015-01-22 10:08:52 sendUrl INFO 3 [708] -2015-01-22 10:09:42 queue INFO >>3 [709] -2015-01-22 10:09:42 program ERROR IOB offline -2015-01-22 10:09:43 program INFO IOB ONLINE! -2015-01-22 10:09:43 sendUrl INFO 3 [709] -2015-01-22 10:09:54 queue INFO 7 [710] -2015-01-22 10:09:54 queue INFO >7 [711] -2015-01-22 10:09:54 sendUrl INFO 7 [710] -2015-01-22 10:09:55 sendUrl INFO 7 [711] -2015-01-22 10:09:55 queue INFO 3 [712] -2015-01-22 10:09:55 queue INFO >3 [713] -2015-01-22 10:09:56 program ERROR IOB offline -2015-01-22 10:09:56 program INFO IOB ONLINE! -2015-01-22 10:09:56 sendUrl INFO 3 [712] -2015-01-22 10:09:57 program ERROR IOB offline -2015-01-22 10:09:57 program INFO IOB ONLINE! -2015-01-22 10:09:57 sendUrl INFO 3 [713] -2015-01-22 10:10:45 queue INFO >>3 [714] -2015-01-22 10:10:46 program ERROR IOB offline -2015-01-22 10:10:46 program INFO IOB ONLINE! -2015-01-22 10:10:46 sendUrl INFO 3 [714] -2015-01-22 10:11:36 queue INFO >>3 [715] -2015-01-22 10:11:36 program ERROR IOB offline -2015-01-22 10:11:36 program INFO IOB ONLINE! -2015-01-22 10:11:36 sendUrl INFO 3 [715] -2015-01-22 10:11:48 queue INFO 7 [716] -2015-01-22 10:11:48 sendUrl INFO 7 [716] -2015-01-22 10:11:48 queue INFO >7 [717] -2015-01-22 10:11:48 sendUrl INFO 7 [717] -2015-01-22 10:11:49 queue INFO 3 [718] -2015-01-22 10:11:49 queue INFO >3 [719] -2015-01-22 10:11:49 sendUrl INFO 3 [718] -2015-01-22 10:11:50 sendUrl INFO 3 [719] -2015-01-22 10:12:39 queue INFO >>3 [720] -2015-01-22 10:12:40 program ERROR IOB offline -2015-01-22 10:12:40 program INFO IOB ONLINE! -2015-01-22 10:12:40 sendUrl INFO 3 [720] -2015-01-22 10:13:29 queue INFO >>3 [721] -2015-01-22 10:13:30 sendUrl INFO 3 [721] -2015-01-22 10:13:41 queue INFO 7 [722] -2015-01-22 10:13:42 queue INFO >7 [723] -2015-01-22 10:13:42 program ERROR IOB offline -2015-01-22 10:13:42 program INFO IOB ONLINE! -2015-01-22 10:13:42 sendUrl INFO 7 [722] -2015-01-22 10:13:43 program ERROR IOB offline -2015-01-22 10:13:43 queue INFO 3 [724] -2015-01-22 10:13:43 queue INFO >3 [725] -2015-01-22 10:13:43 program INFO IOB ONLINE! -2015-01-22 10:13:43 sendUrl INFO 7 [723] -2015-01-22 10:13:44 sendUrl INFO 3 [724] -2015-01-22 10:13:44 program ERROR IOB offline -2015-01-22 10:13:45 program INFO IOB ONLINE! -2015-01-22 10:13:45 sendUrl INFO 3 [725] -2015-01-22 10:13:46 queue INFO 83 [726] -2015-01-22 10:13:46 queue INFO >83 [727] -2015-01-22 10:13:46 sendUrl INFO 83 [726] -2015-01-22 10:13:47 program ERROR IOB offline -2015-01-22 10:13:47 program INFO IOB ONLINE! -2015-01-22 10:13:47 sendUrl INFO 83 [727] -2015-01-22 10:14:34 queue INFO 81 [728] -2015-01-22 10:14:35 sendUrl INFO 81 [728] -2015-01-22 10:14:35 queue INFO >81 [729] -2015-01-22 10:14:35 sendUrl INFO 81 [729] -2015-01-22 10:15:25 queue INFO >>81 [730] -2015-01-22 10:15:25 program ERROR IOB offline -2015-01-22 10:15:25 program INFO IOB ONLINE! -2015-01-22 10:15:25 sendUrl INFO 81 [730] -2015-01-22 10:15:43 queue INFO 1 [731] -2015-01-22 10:15:43 program ERROR IOB offline -2015-01-22 10:15:43 queue INFO >1 [732] -2015-01-22 10:15:44 program INFO IOB ONLINE! -2015-01-22 10:15:44 sendUrl INFO 1 [731] -2015-01-22 10:15:45 sendUrl INFO 1 [732] -2015-01-22 10:16:33 queue INFO >>1 [733] -2015-01-22 10:16:33 sendUrl INFO 1 [733] -2015-01-22 10:17:23 queue INFO >>1 [734] -2015-01-22 10:17:23 sendUrl INFO 1 [734] -2015-01-22 10:17:53 queue INFO 21 [735] -2015-01-22 10:17:53 queue INFO >21 [736] -2015-01-22 10:17:53 program ERROR IOB offline -2015-01-22 10:17:53 program INFO IOB ONLINE! -2015-01-22 10:17:53 sendUrl INFO 21 [735] -2015-01-22 10:17:54 program ERROR IOB offline -2015-01-22 10:17:56 program INFO IOB ONLINE! -2015-01-22 10:17:56 sendUrl INFO 21 [736] -2015-01-22 10:18:43 queue INFO >>21 [737] -2015-01-22 10:18:43 program ERROR IOB offline -2015-01-22 10:18:44 program INFO IOB ONLINE! -2015-01-22 10:18:44 sendUrl INFO 21 [737] -2015-01-22 10:19:33 queue INFO >>21 [738] -2015-01-22 10:19:33 program ERROR IOB offline -2015-01-22 10:19:34 program INFO IOB ONLINE! -2015-01-22 10:19:34 sendUrl INFO 21 [738] -2015-01-22 10:20:23 queue INFO >>21 [739] -2015-01-22 10:20:24 program ERROR IOB offline -2015-01-22 10:20:24 program INFO IOB ONLINE! -2015-01-22 10:20:24 sendUrl INFO 21 [739] -2015-01-22 10:20:25 queue INFO 1 [740] -2015-01-22 10:20:26 sendUrl INFO 1 [740] -2015-01-22 10:20:26 queue INFO >1 [741] -2015-01-22 10:20:26 sendUrl INFO 1 [741] -2015-01-22 10:21:16 queue INFO >>1 [742] -2015-01-22 10:21:16 program ERROR IOB offline -2015-01-22 10:21:16 program INFO IOB ONLINE! -2015-01-22 10:21:16 sendUrl INFO 1 [742] -2015-01-22 10:21:17 queue INFO 5 [743] -2015-01-22 10:21:17 program ERROR IOB offline -2015-01-22 10:21:17 queue INFO >5 [744] -2015-01-22 10:21:18 program INFO IOB ONLINE! -2015-01-22 10:21:18 sendUrl INFO 5 [743] -2015-01-22 10:21:18 sendUrl INFO 5 [744] -2015-01-22 10:21:19 queue INFO 1 [745] -2015-01-22 10:21:19 queue INFO >1 [746] -2015-01-22 10:21:19 sendUrl INFO 1 [745] -2015-01-22 10:21:19 queue INFO 3 [747] -2015-01-22 10:21:19 queue INFO >3 [748] -2015-01-22 10:21:19 sendUrl INFO 1 [746] -2015-01-22 10:21:20 program ERROR IOB offline -2015-01-22 10:21:21 program INFO IOB ONLINE! -2015-01-22 10:21:21 sendUrl INFO 3 [747] -2015-01-22 10:21:21 sendUrl INFO 3 [748] -2015-01-22 10:22:09 queue INFO >>3 [749] -2015-01-22 10:22:10 program ERROR IOB offline -2015-01-22 10:22:10 program INFO IOB ONLINE! -2015-01-22 10:22:10 sendUrl INFO 3 [749] -2015-01-22 10:23:00 queue INFO >>3 [750] -2015-01-22 10:23:00 sendUrl INFO 3 [750] -2015-01-22 10:23:11 queue INFO 7 [751] -2015-01-22 10:23:11 queue INFO >7 [752] -2015-01-22 10:23:11 sendUrl INFO 7 [751] -2015-01-22 10:23:12 sendUrl INFO 7 [752] -2015-01-22 10:23:12 queue INFO 3 [753] -2015-01-22 10:23:12 sendUrl INFO 3 [753] -2015-01-22 10:23:12 queue INFO >3 [754] -2015-01-22 10:23:13 program ERROR IOB offline -2015-01-22 10:23:13 program INFO IOB ONLINE! -2015-01-22 10:23:13 sendUrl INFO 3 [754] -2015-01-22 10:24:02 queue INFO >>3 [755] -2015-01-22 10:24:03 sendUrl INFO 3 [755] -2015-01-22 10:24:52 queue INFO >>3 [756] -2015-01-22 10:24:53 program ERROR IOB offline -2015-01-22 10:24:53 program INFO IOB ONLINE! -2015-01-22 10:24:53 sendUrl INFO 3 [756] -2015-01-22 10:25:04 queue INFO 7 [757] -2015-01-22 10:25:04 queue INFO >7 [758] -2015-01-22 10:25:05 sendUrl INFO 7 [757] -2015-01-22 10:25:05 program ERROR IOB offline -2015-01-22 10:25:05 program INFO IOB ONLINE! -2015-01-22 10:25:06 sendUrl INFO 7 [758] -2015-01-22 10:25:06 queue INFO 3 [759] -2015-01-22 10:25:06 queue INFO >3 [760] -2015-01-22 10:25:06 program ERROR IOB offline -2015-01-22 10:25:06 program INFO IOB ONLINE! -2015-01-22 10:25:07 sendUrl INFO 3 [759] -2015-01-22 10:25:07 sendUrl INFO 3 [760] -2015-01-22 10:25:56 queue INFO >>3 [761] -2015-01-22 10:25:56 sendUrl INFO 3 [761] -2015-01-22 10:26:46 queue INFO >>3 [762] -2015-01-22 10:26:46 sendUrl INFO 3 [762] -2015-01-22 10:26:58 queue INFO 7 [763] -2015-01-22 10:26:58 queue INFO >7 [764] -2015-01-22 10:26:58 program ERROR IOB offline -2015-01-22 10:26:59 program INFO IOB ONLINE! -2015-01-22 10:26:59 sendUrl INFO 7 [763] -2015-01-22 10:26:59 sendUrl INFO 7 [764] -2015-01-22 10:26:59 queue INFO 3 [765] -2015-01-22 10:27:00 queue INFO >3 [766] -2015-01-22 10:27:00 sendUrl INFO 3 [765] -2015-01-22 10:27:00 sendUrl INFO 3 [766] -2015-01-22 10:27:50 queue INFO >>3 [767] -2015-01-22 10:27:50 sendUrl INFO 3 [767] -2015-01-22 10:28:40 queue INFO >>3 [768] -2015-01-22 10:28:40 sendUrl INFO 3 [768] -2015-01-22 10:28:52 queue INFO 7 [769] -2015-01-22 10:28:52 queue INFO >7 [770] -2015-01-22 10:28:52 program ERROR IOB offline -2015-01-22 10:28:53 program INFO IOB ONLINE! -2015-01-22 10:28:53 sendUrl INFO 7 [769] -2015-01-22 10:28:53 program ERROR IOB offline -2015-01-22 10:28:53 queue INFO 3 [771] -2015-01-22 10:28:53 queue INFO >3 [772] -2015-01-22 10:28:54 program INFO IOB ONLINE! -2015-01-22 10:28:54 sendUrl INFO 7 [770] -2015-01-22 10:28:54 program ERROR IOB offline -2015-01-22 10:28:55 program INFO IOB ONLINE! -2015-01-22 10:28:55 sendUrl INFO 3 [771] -2015-01-22 10:28:56 sendUrl INFO 3 [772] -2015-01-22 10:29:43 queue INFO >>3 [773] -2015-01-22 10:29:43 program ERROR IOB offline -2015-01-22 10:29:44 program INFO IOB ONLINE! -2015-01-22 10:29:44 sendUrl INFO 3 [773] -2015-01-22 10:30:33 queue INFO >>3 [774] -2015-01-22 10:30:34 program ERROR IOB offline -2015-01-22 10:30:34 program INFO IOB ONLINE! -2015-01-22 10:30:34 sendUrl INFO 3 [774] -2015-01-22 10:30:46 queue INFO 7 [775] -2015-01-22 10:30:46 queue INFO >7 [776] -2015-01-22 10:30:46 sendUrl INFO 7 [775] -2015-01-22 10:30:46 program ERROR IOB offline -2015-01-22 10:30:47 program INFO IOB ONLINE! -2015-01-22 10:30:47 sendUrl INFO 7 [776] -2015-01-22 10:30:47 queue INFO 3 [777] -2015-01-22 10:30:47 queue INFO >3 [778] -2015-01-22 10:30:47 program ERROR IOB offline -2015-01-22 10:30:48 program INFO IOB ONLINE! -2015-01-22 10:30:48 sendUrl INFO 3 [777] -2015-01-22 10:30:49 program ERROR IOB offline -2015-01-22 10:30:49 program INFO IOB ONLINE! -2015-01-22 10:30:49 sendUrl INFO 3 [778] -2015-01-22 10:31:37 queue INFO >>3 [779] -2015-01-22 10:31:38 program ERROR IOB offline -2015-01-22 10:31:38 program INFO IOB ONLINE! -2015-01-22 10:31:38 sendUrl INFO 3 [779] -2015-01-22 10:32:27 queue INFO >>3 [780] -2015-01-22 10:32:28 sendUrl INFO 3 [780] -2015-01-22 10:32:39 queue INFO 7 [781] -2015-01-22 10:32:39 queue INFO >7 [782] -2015-01-22 10:32:40 program ERROR IOB offline -2015-01-22 10:32:40 program INFO IOB ONLINE! -2015-01-22 10:32:40 sendUrl INFO 7 [781] -2015-01-22 10:32:41 program ERROR IOB offline -2015-01-22 10:32:41 queue INFO 3 [783] -2015-01-22 10:32:41 queue INFO >3 [784] -2015-01-22 10:32:41 program INFO IOB ONLINE! -2015-01-22 10:32:41 sendUrl INFO 7 [782] -2015-01-22 10:32:42 sendUrl INFO 3 [783] -2015-01-22 10:32:42 program ERROR IOB offline -2015-01-22 10:32:43 program INFO IOB ONLINE! -2015-01-22 10:32:43 sendUrl INFO 3 [784] -2015-01-22 10:33:31 queue INFO >>3 [785] -2015-01-22 10:33:31 program ERROR IOB offline -2015-01-22 10:33:32 program INFO IOB ONLINE! -2015-01-22 10:33:32 sendUrl INFO 3 [785] -2015-01-22 10:34:21 queue INFO >>3 [786] -2015-01-22 10:34:21 program ERROR IOB offline -2015-01-22 10:34:22 program INFO IOB ONLINE! -2015-01-22 10:34:22 sendUrl INFO 3 [786] -2015-01-22 10:34:33 queue INFO 7 [787] -2015-01-22 10:34:33 program ERROR IOB offline -2015-01-22 10:34:33 queue INFO >7 [788] -2015-01-22 10:34:33 program INFO IOB ONLINE! -2015-01-22 10:34:33 sendUrl INFO 7 [787] -2015-01-22 10:34:34 sendUrl INFO 7 [788] -2015-01-22 10:34:34 queue INFO 3 [789] -2015-01-22 10:34:34 program ERROR IOB offline -2015-01-22 10:34:35 queue INFO >3 [790] -2015-01-22 10:34:35 program INFO IOB ONLINE! -2015-01-22 10:34:35 sendUrl INFO 3 [789] -2015-01-22 10:34:35 sendUrl INFO 3 [790] -2015-01-22 10:35:24 queue INFO >>3 [791] -2015-01-22 10:35:25 program ERROR IOB offline -2015-01-22 10:35:25 program INFO IOB ONLINE! -2015-01-22 10:35:25 sendUrl INFO 3 [791] -2015-01-22 10:36:15 queue INFO >>3 [792] -2015-01-22 10:36:15 program ERROR IOB offline -2015-01-22 10:36:16 program INFO IOB ONLINE! -2015-01-22 10:36:16 sendUrl INFO 3 [792] -2015-01-22 10:36:26 queue INFO 7 [793] -2015-01-22 10:36:26 queue INFO >7 [794] -2015-01-22 10:36:27 sendUrl INFO 7 [793] -2015-01-22 10:36:27 sendUrl INFO 7 [794] -2015-01-22 10:36:28 queue INFO 3 [795] -2015-01-22 10:36:28 queue INFO >3 [796] -2015-01-22 10:36:28 sendUrl INFO 3 [795] -2015-01-22 10:36:29 sendUrl INFO 3 [796] -2015-01-22 10:37:18 queue INFO >>3 [797] -2015-01-22 10:37:18 sendUrl INFO 3 [797] -2015-01-22 10:38:08 queue INFO >>3 [798] -2015-01-22 10:38:08 program ERROR IOB offline -2015-01-22 10:38:09 program INFO IOB ONLINE! -2015-01-22 10:38:09 sendUrl INFO 3 [798] -2015-01-22 10:38:20 queue INFO 7 [799] -2015-01-22 10:38:20 program ERROR IOB offline -2015-01-22 10:38:20 queue INFO >7 [800] -2015-01-22 10:38:21 program INFO IOB ONLINE! -2015-01-22 10:38:21 sendUrl INFO 7 [799] -2015-01-22 10:38:21 queue INFO 3 [801] -2015-01-22 10:38:22 sendUrl INFO 7 [800] -2015-01-22 10:38:22 queue INFO >3 [802] -2015-01-22 10:38:22 sendUrl INFO 3 [801] -2015-01-22 10:38:23 sendUrl INFO 3 [802] -2015-01-22 10:39:12 queue INFO >>3 [803] -2015-01-22 10:39:12 program ERROR IOB offline -2015-01-22 10:39:12 program INFO IOB ONLINE! -2015-01-22 10:39:12 sendUrl INFO 3 [803] -2015-01-22 10:40:02 queue INFO >>3 [804] -2015-01-22 10:40:02 program ERROR IOB offline -2015-01-22 10:40:03 program INFO IOB ONLINE! -2015-01-22 10:40:03 sendUrl INFO 3 [804] -2015-01-22 10:40:14 queue INFO 7 [805] -2015-01-22 10:40:14 program ERROR IOB offline -2015-01-22 10:40:14 queue INFO >7 [806] -2015-01-22 10:40:14 program INFO IOB ONLINE! -2015-01-22 10:40:14 sendUrl INFO 7 [805] -2015-01-22 10:40:15 sendUrl INFO 7 [806] -2015-01-22 10:40:15 queue INFO 3 [807] -2015-01-22 10:40:15 sendUrl INFO 3 [807] -2015-01-22 10:40:15 queue INFO >3 [808] -2015-01-22 10:40:16 sendUrl INFO 3 [808] -2015-01-22 10:41:05 queue INFO >>3 [809] -2015-01-22 10:41:06 sendUrl INFO 3 [809] -2015-01-22 10:41:55 queue INFO >>3 [810] -2015-01-22 10:41:56 sendUrl INFO 3 [810] -2015-01-22 10:42:08 queue INFO 7 [811] -2015-01-22 10:42:08 queue INFO >7 [812] -2015-01-22 10:42:08 sendUrl INFO 7 [811] -2015-01-22 10:42:09 sendUrl INFO 7 [812] -2015-01-22 10:42:09 queue INFO 3 [813] -2015-01-22 10:42:09 queue INFO >3 [814] -2015-01-22 10:42:10 sendUrl INFO 3 [813] -2015-01-22 10:42:10 sendUrl INFO 3 [814] -2015-01-22 10:42:59 queue INFO >>3 [815] -2015-01-22 10:42:59 sendUrl INFO 3 [815] -2015-01-22 10:43:49 queue INFO >>3 [816] -2015-01-22 10:43:50 sendUrl INFO 3 [816] -2015-01-22 10:44:01 queue INFO 7 [817] -2015-01-22 10:44:01 sendUrl INFO 7 [817] -2015-01-22 10:44:01 queue INFO >7 [818] -2015-01-22 10:44:02 sendUrl INFO 7 [818] -2015-01-22 10:44:03 queue INFO 3 [819] -2015-01-22 10:44:03 sendUrl INFO 3 [819] -2015-01-22 10:44:03 queue INFO >3 [820] -2015-01-22 10:44:03 sendUrl INFO 3 [820] -2015-01-22 10:44:53 queue INFO >>3 [821] -2015-01-22 10:44:53 sendUrl INFO 3 [821] -2015-01-22 10:45:43 queue INFO >>3 [822] -2015-01-22 10:45:44 sendUrl INFO 3 [822] -2015-01-22 10:45:55 queue INFO 7 [823] -2015-01-22 10:45:55 queue INFO >7 [824] -2015-01-22 10:45:55 sendUrl INFO 7 [823] -2015-01-22 10:45:56 sendUrl INFO 7 [824] -2015-01-22 10:45:56 queue INFO 3 [825] -2015-01-22 10:45:56 queue INFO >3 [826] -2015-01-22 10:45:57 sendUrl INFO 3 [825] -2015-01-22 10:45:57 sendUrl INFO 3 [826] -2015-01-22 10:46:46 queue INFO >>3 [827] -2015-01-22 10:46:47 sendUrl INFO 3 [827] -2015-01-22 10:47:37 queue INFO >>3 [828] -2015-01-22 10:47:37 sendUrl INFO 3 [828] -2015-01-22 10:47:48 queue INFO 7 [829] -2015-01-22 10:47:48 queue INFO >7 [830] -2015-01-22 10:47:48 sendUrl INFO 7 [829] -2015-01-22 10:47:49 sendUrl INFO 7 [830] -2015-01-22 10:47:50 queue INFO 3 [831] -2015-01-22 10:47:50 sendUrl INFO 3 [831] -2015-01-22 10:47:50 queue INFO >3 [832] -2015-01-22 10:47:50 sendUrl INFO 3 [832] -2015-01-22 10:48:40 queue INFO >>3 [833] -2015-01-22 10:48:40 sendUrl INFO 3 [833] -2015-01-22 10:49:30 queue INFO >>3 [834] -2015-01-22 10:49:31 sendUrl INFO 3 [834] -2015-01-22 10:49:42 queue INFO 7 [835] -2015-01-22 10:49:42 queue INFO >7 [836] -2015-01-22 10:49:42 sendUrl INFO 7 [835] -2015-01-22 10:49:43 sendUrl INFO 7 [836] -2015-01-22 10:49:44 queue INFO 3 [837] -2015-01-22 10:49:44 sendUrl INFO 3 [837] -2015-01-22 10:49:44 queue INFO >3 [838] -2015-01-22 10:49:44 sendUrl INFO 3 [838] -2015-01-22 10:50:34 queue INFO >>3 [839] -2015-01-22 10:50:34 sendUrl INFO 3 [839] -2015-01-22 10:51:24 queue INFO >>3 [840] -2015-01-22 10:51:24 sendUrl INFO 3 [840] -2015-01-22 10:51:36 queue INFO 7 [841] -2015-01-22 10:51:36 queue INFO >7 [842] -2015-01-22 10:51:36 sendUrl INFO 7 [841] -2015-01-22 10:51:36 sendUrl INFO 7 [842] -2015-01-22 10:51:37 queue INFO 3 [843] -2015-01-22 10:51:37 queue INFO >3 [844] -2015-01-22 10:51:37 sendUrl INFO 3 [843] -2015-01-22 10:51:38 sendUrl INFO 3 [844] -2015-01-22 10:52:27 queue INFO >>3 [845] -2015-01-22 10:52:27 sendUrl INFO 3 [845] -2015-01-22 10:53:17 queue INFO >>3 [846] -2015-01-22 10:53:18 sendUrl INFO 3 [846] -2015-01-22 10:53:30 queue INFO 7 [847] -2015-01-22 10:53:30 sendUrl INFO 7 [847] -2015-01-22 10:53:30 queue INFO >7 [848] -2015-01-22 10:53:30 sendUrl INFO 7 [848] -2015-01-22 10:53:31 queue INFO 3 [849] -2015-01-22 10:53:31 queue INFO >3 [850] -2015-01-22 10:53:32 sendUrl INFO 3 [849] -2015-01-22 10:53:32 sendUrl INFO 3 [850] -2015-01-22 10:54:21 queue INFO >>3 [851] -2015-01-22 10:54:22 sendUrl INFO 3 [851] -2015-01-22 10:55:11 queue INFO >>3 [852] -2015-01-22 10:55:12 sendUrl INFO 3 [852] -2015-01-22 10:55:23 queue INFO 7 [853] -2015-01-22 10:55:23 queue INFO >7 [854] -2015-01-22 10:55:24 sendUrl INFO 7 [853] -2015-01-22 10:55:24 sendUrl INFO 7 [854] -2015-01-22 10:55:25 queue INFO 3 [855] -2015-01-22 10:55:25 queue INFO >3 [856] -2015-01-22 10:55:25 sendUrl INFO 3 [855] -2015-01-22 10:55:26 sendUrl INFO 3 [856] -2015-01-22 10:56:15 queue INFO >>3 [857] -2015-01-22 10:56:15 sendUrl INFO 3 [857] -2015-01-22 10:57:05 queue INFO >>3 [858] -2015-01-22 10:57:05 sendUrl INFO 3 [858] -2015-01-22 10:57:17 queue INFO 7 [859] -2015-01-22 10:57:17 queue INFO >7 [860] -2015-01-22 10:57:17 sendUrl INFO 7 [859] -2015-01-22 10:57:18 sendUrl INFO 7 [860] -2015-01-22 10:57:18 queue INFO 3 [861] -2015-01-22 10:57:19 queue INFO >3 [862] -2015-01-22 10:57:19 sendUrl INFO 3 [861] -2015-01-22 10:57:19 sendUrl INFO 3 [862] -2015-01-22 10:58:09 queue INFO >>3 [863] -2015-01-22 10:58:09 sendUrl INFO 3 [863] -2015-01-22 10:58:59 queue INFO >>3 [864] -2015-01-22 10:58:59 sendUrl INFO 3 [864] -2015-01-22 10:59:10 queue INFO 7 [865] -2015-01-22 10:59:10 queue INFO >7 [866] -2015-01-22 10:59:11 sendUrl INFO 7 [865] -2015-01-22 10:59:11 sendUrl INFO 7 [866] -2015-01-22 10:59:12 queue INFO 3 [867] -2015-01-22 10:59:12 queue INFO >3 [868] -2015-01-22 10:59:12 sendUrl INFO 3 [867] -2015-01-22 10:59:13 sendUrl INFO 3 [868] -2015-01-22 11:00:02 queue INFO >>3 [869] -2015-01-22 11:00:02 sendUrl INFO 3 [869] -2015-01-22 11:00:52 queue INFO >>3 [870] -2015-01-22 11:00:52 sendUrl INFO 3 [870] -2015-01-22 11:01:04 queue INFO 7 [871] -2015-01-22 11:01:04 queue INFO >7 [872] -2015-01-22 11:01:04 sendUrl INFO 7 [871] -2015-01-22 11:01:05 sendUrl INFO 7 [872] -2015-01-22 11:01:05 queue INFO 3 [873] -2015-01-22 11:01:06 queue INFO >3 [874] -2015-01-22 11:01:06 sendUrl INFO 3 [873] -2015-01-22 11:01:06 sendUrl INFO 3 [874] -2015-01-22 11:01:56 queue INFO >>3 [875] -2015-01-22 11:01:56 sendUrl INFO 3 [875] -2015-01-22 11:02:46 queue INFO >>3 [876] -2015-01-22 11:02:46 sendUrl INFO 3 [876] -2015-01-22 11:02:58 queue INFO 7 [877] -2015-01-22 11:02:58 queue INFO >7 [878] -2015-01-22 11:02:58 sendUrl INFO 7 [877] -2015-01-22 11:02:59 sendUrl INFO 7 [878] -2015-01-22 11:02:59 queue INFO 3 [879] -2015-01-22 11:02:59 queue INFO >3 [880] -2015-01-22 11:03:00 sendUrl INFO 3 [879] -2015-01-22 11:03:00 sendUrl INFO 3 [880] -2015-01-22 11:03:49 queue INFO >>3 [881] -2015-01-22 11:03:49 sendUrl INFO 3 [881] -2015-01-22 11:04:39 queue INFO >>3 [882] -2015-01-22 11:04:40 sendUrl INFO 3 [882] -2015-01-22 11:04:52 queue INFO 7 [883] -2015-01-22 11:04:52 queue INFO >7 [884] -2015-01-22 11:04:52 sendUrl INFO 7 [883] -2015-01-22 11:04:52 sendUrl INFO 7 [884] -2015-01-22 11:04:53 queue INFO 3 [885] -2015-01-22 11:04:53 sendUrl INFO 3 [885] -2015-01-22 11:04:53 queue INFO >3 [886] -2015-01-22 11:04:54 sendUrl INFO 3 [886] -2015-01-22 11:05:43 queue INFO >>3 [887] -2015-01-22 11:05:44 sendUrl INFO 3 [887] -2015-01-22 11:06:34 queue INFO >>3 [888] -2015-01-22 11:06:34 sendUrl INFO 3 [888] -2015-01-22 11:06:45 queue INFO 7 [889] -2015-01-22 11:06:45 queue INFO >7 [890] -2015-01-22 11:06:46 sendUrl INFO 7 [889] -2015-01-22 11:06:46 sendUrl INFO 7 [890] -2015-01-22 11:06:47 queue INFO 3 [891] -2015-01-22 11:06:47 queue INFO >3 [892] -2015-01-22 11:06:47 sendUrl INFO 3 [891] -2015-01-22 11:06:48 sendUrl INFO 3 [892] -2015-01-22 11:07:37 queue INFO >>3 [893] -2015-01-22 11:07:38 sendUrl INFO 3 [893] -2015-01-22 11:08:27 queue INFO >>3 [894] -2015-01-22 11:08:27 sendUrl INFO 3 [894] -2015-01-22 11:08:39 queue INFO 7 [895] -2015-01-22 11:08:39 queue INFO >7 [896] -2015-01-22 11:08:39 sendUrl INFO 7 [895] -2015-01-22 11:08:39 sendUrl INFO 7 [896] -2015-01-22 11:08:40 queue INFO 3 [897] -2015-01-22 11:08:41 sendUrl INFO 3 [897] -2015-01-22 11:08:41 queue INFO >3 [898] -2015-01-22 11:08:41 sendUrl INFO 3 [898] -2015-01-22 11:09:31 queue INFO >>3 [899] -2015-01-22 11:09:31 sendUrl INFO 3 [899] -2015-01-22 11:10:21 queue INFO >>3 [900] -2015-01-22 11:10:21 sendUrl INFO 3 [900] -2015-01-22 11:10:32 queue INFO 7 [901] -2015-01-22 11:10:33 queue INFO >7 [902] -2015-01-22 11:10:33 sendUrl INFO 7 [901] -2015-01-22 11:10:33 sendUrl INFO 7 [902] -2015-01-22 11:10:34 queue INFO 3 [903] -2015-01-22 11:10:34 queue INFO >3 [904] -2015-01-22 11:10:34 sendUrl INFO 3 [903] -2015-01-22 11:10:35 sendUrl INFO 3 [904] -2015-01-22 11:11:24 queue INFO >>3 [905] -2015-01-22 11:11:24 sendUrl INFO 3 [905] -2015-01-22 11:12:14 queue INFO >>3 [906] -2015-01-22 11:12:14 sendUrl INFO 3 [906] -2015-01-22 11:12:26 queue INFO 7 [907] -2015-01-22 11:12:26 queue INFO >7 [908] -2015-01-22 11:12:27 sendUrl INFO 7 [907] -2015-01-22 11:12:27 sendUrl INFO 7 [908] -2015-01-22 11:12:27 queue INFO 3 [909] -2015-01-22 11:12:28 queue INFO >3 [910] -2015-01-22 11:12:28 sendUrl INFO 3 [909] -2015-01-22 11:12:29 sendUrl INFO 3 [910] -2015-01-22 11:13:18 queue INFO >>3 [911] -2015-01-22 11:13:18 sendUrl INFO 3 [911] -2015-01-22 11:14:08 queue INFO >>3 [912] -2015-01-22 11:14:08 sendUrl INFO 3 [912] -2015-01-22 11:14:20 queue INFO 7 [913] -2015-01-22 11:14:20 queue INFO >7 [914] -2015-01-22 11:14:20 sendUrl INFO 7 [913] -2015-01-22 11:14:21 sendUrl INFO 7 [914] -2015-01-22 11:14:21 queue INFO 3 [915] -2015-01-22 11:14:21 sendUrl INFO 3 [915] -2015-01-22 11:14:21 queue INFO >3 [916] -2015-01-22 11:14:22 sendUrl INFO 3 [916] -2015-01-22 11:15:11 queue INFO >>3 [917] -2015-01-22 11:15:12 sendUrl INFO 3 [917] -2015-01-22 11:16:02 queue INFO >>3 [918] -2015-01-22 11:16:02 sendUrl INFO 3 [918] -2015-01-22 11:16:14 queue INFO 7 [919] -2015-01-22 11:16:14 queue INFO >7 [920] -2015-01-22 11:16:14 sendUrl INFO 7 [919] -2015-01-22 11:16:15 sendUrl INFO 7 [920] -2015-01-22 11:16:15 queue INFO 3 [921] -2015-01-22 11:16:15 queue INFO >3 [922] -2015-01-22 11:16:16 sendUrl INFO 3 [921] -2015-01-22 11:16:16 sendUrl INFO 3 [922] -2015-01-22 11:17:05 queue INFO >>3 [923] -2015-01-22 11:17:05 sendUrl INFO 3 [923] -2015-01-22 11:17:55 queue INFO >>3 [924] -2015-01-22 11:17:56 sendUrl INFO 3 [924] -2015-01-22 11:18:07 queue INFO 7 [925] -2015-01-22 11:18:08 queue INFO >7 [926] -2015-01-22 11:18:08 sendUrl INFO 7 [925] -2015-01-22 11:18:08 sendUrl INFO 7 [926] -2015-01-22 11:18:09 queue INFO 3 [927] -2015-01-22 11:18:09 queue INFO >3 [928] -2015-01-22 11:18:09 sendUrl INFO 3 [927] -2015-01-22 11:18:10 sendUrl INFO 3 [928] -2015-01-22 11:18:59 queue INFO >>3 [929] -2015-01-22 11:18:59 sendUrl INFO 3 [929] -2015-01-22 11:19:49 queue INFO >>3 [930] -2015-01-22 11:19:50 sendUrl INFO 3 [930] -2015-01-22 11:20:01 queue INFO 7 [931] -2015-01-22 11:20:01 queue INFO >7 [932] -2015-01-22 11:20:01 sendUrl INFO 7 [931] -2015-01-22 11:20:02 sendUrl INFO 7 [932] -2015-01-22 11:20:02 queue INFO 3 [933] -2015-01-22 11:20:03 sendUrl INFO 3 [933] -2015-01-22 11:20:03 queue INFO >3 [934] -2015-01-22 11:20:03 sendUrl INFO 3 [934] -2015-01-22 11:20:53 queue INFO >>3 [935] -2015-01-22 11:20:53 sendUrl INFO 3 [935] -2015-01-22 11:21:43 queue INFO >>3 [936] -2015-01-22 11:21:43 sendUrl INFO 3 [936] -2015-01-22 11:21:54 queue INFO 7 [937] -2015-01-22 11:21:55 queue INFO >7 [938] -2015-01-22 11:21:55 sendUrl INFO 7 [937] -2015-01-22 11:21:55 sendUrl INFO 7 [938] -2015-01-22 11:21:56 queue INFO 3 [939] -2015-01-22 11:21:56 sendUrl INFO 3 [939] -2015-01-22 11:21:56 queue INFO >3 [940] -2015-01-22 11:21:56 sendUrl INFO 3 [940] -2015-01-22 11:22:46 queue INFO >>3 [941] -2015-01-22 11:22:46 sendUrl INFO 3 [941] -2015-01-22 11:23:36 queue INFO >>3 [942] -2015-01-22 11:23:37 sendUrl INFO 3 [942] -2015-01-22 11:23:48 queue INFO 7 [943] -2015-01-22 11:23:48 queue INFO >7 [944] -2015-01-22 11:23:48 sendUrl INFO 7 [943] -2015-01-22 11:23:49 sendUrl INFO 7 [944] -2015-01-22 11:23:50 queue INFO 3 [945] -2015-01-22 11:23:50 sendUrl INFO 3 [945] -2015-01-22 11:23:50 queue INFO >3 [946] -2015-01-22 11:23:50 sendUrl INFO 3 [946] -2015-01-22 11:24:40 queue INFO >>3 [947] -2015-01-22 11:24:40 sendUrl INFO 3 [947] -2015-01-22 11:25:30 queue INFO >>3 [948] -2015-01-22 11:25:30 sendUrl INFO 3 [948] -2015-01-22 11:25:42 queue INFO 7 [949] -2015-01-22 11:25:42 queue INFO >7 [950] -2015-01-22 11:25:42 sendUrl INFO 7 [949] -2015-01-22 11:25:42 sendUrl INFO 7 [950] -2015-01-22 11:25:43 queue INFO 3 [951] -2015-01-22 11:25:44 queue INFO >3 [952] -2015-01-22 11:25:44 sendUrl INFO 3 [951] -2015-01-22 11:25:44 sendUrl INFO 3 [952] -2015-01-22 11:26:33 queue INFO >>3 [953] -2015-01-22 11:26:34 sendUrl INFO 3 [953] -2015-01-22 11:27:24 queue INFO >>3 [954] -2015-01-22 11:27:24 sendUrl INFO 3 [954] -2015-01-22 11:27:36 queue INFO 7 [955] -2015-01-22 11:27:36 queue INFO >7 [956] -2015-01-22 11:27:36 sendUrl INFO 7 [955] -2015-01-22 11:27:37 sendUrl INFO 7 [956] -2015-01-22 11:27:37 queue INFO 3 [957] -2015-01-22 11:27:37 queue INFO >3 [958] -2015-01-22 11:27:38 sendUrl INFO 3 [957] -2015-01-22 11:27:38 sendUrl INFO 3 [958] -2015-01-22 11:28:27 queue INFO >>3 [959] -2015-01-22 11:28:28 sendUrl INFO 3 [959] -2015-01-22 11:29:18 queue INFO >>3 [960] -2015-01-22 11:29:18 sendUrl INFO 3 [960] -2015-01-22 11:29:29 queue INFO 7 [961] -2015-01-22 11:29:30 sendUrl INFO 7 [961] -2015-01-22 11:29:30 queue INFO >7 [962] -2015-01-22 11:29:30 sendUrl INFO 7 [962] -2015-01-22 11:29:31 queue INFO 3 [963] -2015-01-22 11:29:31 queue INFO >3 [964] -2015-01-22 11:29:31 sendUrl INFO 3 [963] -2015-01-22 11:29:32 sendUrl INFO 3 [964] -2015-01-22 11:29:33 queue INFO 83 [965] -2015-01-22 11:29:33 queue INFO >83 [966] -2015-01-22 11:29:34 sendUrl INFO 83 [965] -2015-01-22 11:29:34 sendUrl INFO 83 [966] -2015-01-22 11:30:23 queue INFO >>83 [967] -2015-01-22 11:30:23 sendUrl INFO 83 [967] -2015-01-22 11:31:13 queue INFO >>83 [968] -2015-01-22 11:31:14 sendUrl INFO 83 [968] -2015-01-22 11:32:03 queue INFO >>83 [969] -2015-01-22 11:32:04 sendUrl INFO 83 [969] -2015-01-22 11:32:54 queue INFO >>83 [970] -2015-01-22 11:32:54 sendUrl INFO 83 [970] -2015-01-22 11:33:44 queue INFO >>83 [971] -2015-01-22 11:33:44 sendUrl INFO 83 [971] -2015-01-22 11:34:34 queue INFO >>83 [972] -2015-01-22 11:34:34 sendUrl INFO 83 [972] -2015-01-22 11:35:24 queue INFO >>83 [973] -2015-01-22 11:35:24 sendUrl INFO 83 [973] -2015-01-22 11:36:14 queue INFO >>83 [974] -2015-01-22 11:36:14 sendUrl INFO 83 [974] -2015-01-22 11:37:04 queue INFO >>83 [975] -2015-01-22 11:37:05 sendUrl INFO 83 [975] -2015-01-22 11:37:54 queue INFO >>83 [976] -2015-01-22 11:37:54 sendUrl INFO 83 [976] -2015-01-22 11:38:44 queue INFO >>83 [977] -2015-01-22 11:38:45 sendUrl INFO 83 [977] -2015-01-22 11:39:35 queue INFO >>83 [978] -2015-01-22 11:39:35 sendUrl INFO 83 [978] -2015-01-22 11:40:25 queue INFO >>83 [979] -2015-01-22 11:40:25 sendUrl INFO 83 [979] -2015-01-22 11:41:15 queue INFO >>83 [980] -2015-01-22 11:41:15 sendUrl INFO 83 [980] -2015-01-22 11:42:05 queue INFO >>83 [981] -2015-01-22 11:42:06 sendUrl INFO 83 [981] -2015-01-22 11:42:55 queue INFO >>83 [982] -2015-01-22 11:42:55 sendUrl INFO 83 [982] -2015-01-22 11:43:45 queue INFO >>83 [983] -2015-01-22 11:43:46 sendUrl INFO 83 [983] -2015-01-22 11:44:36 queue INFO >>83 [984] -2015-01-22 11:44:36 sendUrl INFO 83 [984] -2015-01-22 11:45:26 queue INFO >>83 [985] -2015-01-22 11:45:26 sendUrl INFO 83 [985] -2015-01-22 11:46:16 queue INFO >>83 [986] -2015-01-22 11:46:16 sendUrl INFO 83 [986] -2015-01-22 11:47:06 queue INFO >>83 [987] -2015-01-22 11:47:06 sendUrl INFO 83 [987] -2015-01-22 11:47:56 queue INFO >>83 [988] -2015-01-22 11:47:56 sendUrl INFO 83 [988] -2015-01-22 11:48:46 queue INFO >>83 [989] -2015-01-22 11:48:47 sendUrl INFO 83 [989] -2015-01-22 11:49:36 queue INFO >>83 [990] -2015-01-22 11:49:37 sendUrl INFO 83 [990] -2015-01-22 11:50:27 queue INFO >>83 [991] -2015-01-22 11:50:27 sendUrl INFO 83 [991] -2015-01-22 11:51:17 queue INFO >>83 [992] -2015-01-22 11:51:17 sendUrl INFO 83 [992] -2015-01-22 11:52:07 queue INFO >>83 [993] -2015-01-22 11:52:07 sendUrl INFO 83 [993] -2015-01-22 11:52:57 queue INFO >>83 [994] -2015-01-22 11:52:58 sendUrl INFO 83 [994] -2015-01-22 11:53:47 queue INFO >>83 [995] -2015-01-22 11:53:47 sendUrl INFO 83 [995] -2015-01-22 11:54:37 queue INFO >>83 [996] -2015-01-22 11:54:38 sendUrl INFO 83 [996] -2015-01-22 11:55:27 queue INFO >>83 [997] -2015-01-22 11:55:28 sendUrl INFO 83 [997] -2015-01-22 11:56:18 queue INFO >>83 [998] -2015-01-22 11:56:18 sendUrl INFO 83 [998] -2015-01-22 11:57:08 queue INFO >>83 [999] -2015-01-22 11:57:08 sendUrl INFO 83 [999] -2015-01-22 11:57:58 queue INFO >>83 [0] -2015-01-22 11:57:58 sendUrl INFO 83 [0] -2015-01-22 11:58:48 queue INFO >>83 [1] -2015-01-22 11:58:48 sendUrl INFO 83 [1] -2015-01-22 11:59:38 queue INFO >>83 [2] -2015-01-22 11:59:38 sendUrl INFO 83 [2] -2015-01-22 12:00:28 queue INFO >>83 [3] -2015-01-22 12:00:29 sendUrl INFO 83 [3] -2015-01-22 12:01:18 queue INFO >>83 [4] -2015-01-22 12:01:18 sendUrl INFO 83 [4] -2015-01-22 12:01:24 queue INFO 81 [5] -2015-01-22 12:01:24 queue INFO >81 [6] -2015-01-22 12:01:24 sendUrl INFO 81 [5] -2015-01-22 12:01:24 sendUrl INFO 81 [6] -2015-01-22 12:01:36 queue INFO 1 [7] -2015-01-22 12:01:36 queue INFO >1 [8] -2015-01-22 12:01:36 sendUrl INFO 1 [7] -2015-01-22 12:01:37 sendUrl INFO 1 [8] -2015-01-22 12:02:26 queue INFO >>1 [9] -2015-01-22 12:02:26 sendUrl INFO 1 [9] -2015-01-22 12:03:16 queue INFO >>1 [10] -2015-01-22 12:03:16 sendUrl INFO 1 [10] -2015-01-22 12:04:06 queue INFO >>1 [11] -2015-01-22 12:04:07 sendUrl INFO 1 [11] -2015-01-22 12:04:56 queue INFO >>1 [12] -2015-01-22 12:04:56 sendUrl INFO 1 [12] -2015-01-22 12:05:13 queue INFO 5 [13] -2015-01-22 12:05:13 queue INFO >5 [14] -2015-01-22 12:05:13 sendUrl INFO 5 [13] -2015-01-22 12:05:14 sendUrl INFO 5 [14] -2015-01-22 12:05:14 queue INFO 1 [15] -2015-01-22 12:05:14 queue INFO >1 [16] -2015-01-22 12:05:15 sendUrl INFO 1 [15] -2015-01-22 12:05:15 queue INFO 3 [17] -2015-01-22 12:05:15 queue INFO >3 [18] -2015-01-22 12:05:15 sendUrl INFO 1 [16] -2015-01-22 12:05:16 sendUrl INFO 3 [17] -2015-01-22 12:05:16 sendUrl INFO 3 [18] -2015-01-22 12:06:05 queue INFO >>3 [19] -2015-01-22 12:06:05 sendUrl INFO 3 [19] -2015-01-22 12:06:55 queue INFO >>3 [20] -2015-01-22 12:06:55 sendUrl INFO 3 [20] -2015-01-22 12:07:06 queue INFO 7 [21] -2015-01-22 12:07:06 queue INFO >7 [22] -2015-01-22 12:07:06 sendUrl INFO 7 [21] -2015-01-22 12:07:07 sendUrl INFO 7 [22] -2015-01-22 12:07:08 queue INFO 3 [23] -2015-01-22 12:07:08 queue INFO >3 [24] -2015-01-22 12:07:08 sendUrl INFO 3 [23] -2015-01-22 12:07:08 sendUrl INFO 3 [24] -2015-01-22 12:07:58 queue INFO >>3 [25] -2015-01-22 12:07:58 sendUrl INFO 3 [25] -2015-01-22 12:08:48 queue INFO >>3 [26] -2015-01-22 12:08:49 sendUrl INFO 3 [26] -2015-01-22 12:09:00 queue INFO 7 [27] -2015-01-22 12:09:00 queue INFO >7 [28] -2015-01-22 12:09:00 sendUrl INFO 7 [27] -2015-01-22 12:09:01 sendUrl INFO 7 [28] -2015-01-22 12:09:01 queue INFO 3 [29] -2015-01-22 12:09:01 sendUrl INFO 3 [29] -2015-01-22 12:09:01 queue INFO >3 [30] -2015-01-22 12:09:02 sendUrl INFO 3 [30] -2015-01-22 12:09:51 queue INFO >>3 [31] -2015-01-22 12:09:51 sendUrl INFO 3 [31] -2015-01-22 12:10:41 queue INFO >>3 [32] -2015-01-22 12:10:42 program ERROR IOB offline -2015-01-22 12:10:42 program INFO IOB ONLINE! -2015-01-22 12:10:42 sendUrl INFO 3 [32] -2015-01-22 12:10:53 queue INFO 7 [33] -2015-01-22 12:10:54 queue INFO >7 [34] -2015-01-22 12:10:54 sendUrl INFO 7 [33] -2015-01-22 12:10:54 sendUrl INFO 7 [34] -2015-01-22 12:10:55 queue INFO 3 [35] -2015-01-22 12:10:55 program ERROR IOB offline -2015-01-22 12:10:55 queue INFO >3 [36] -2015-01-22 12:10:55 program INFO IOB ONLINE! -2015-01-22 12:10:55 sendUrl INFO 3 [35] -2015-01-22 12:10:56 sendUrl INFO 3 [36] -2015-01-22 12:11:45 queue INFO >>3 [37] -2015-01-22 12:11:45 sendUrl INFO 3 [37] -2015-01-22 12:12:35 queue INFO >>3 [38] -2015-01-22 12:12:36 program ERROR IOB offline -2015-01-22 12:12:36 program INFO IOB ONLINE! -2015-01-22 12:12:36 sendUrl INFO 3 [38] -2015-01-22 12:12:47 queue INFO 7 [39] -2015-01-22 12:12:47 queue INFO >7 [40] -2015-01-22 12:12:47 sendUrl INFO 7 [39] -2015-01-22 12:12:48 program ERROR IOB offline -2015-01-22 12:12:48 program INFO IOB ONLINE! -2015-01-22 12:12:48 sendUrl INFO 7 [40] -2015-01-22 12:12:49 queue INFO 3 [41] -2015-01-22 12:12:49 program ERROR IOB offline -2015-01-22 12:12:49 queue INFO >3 [42] -2015-01-22 12:12:49 program INFO IOB ONLINE! -2015-01-22 12:12:49 sendUrl INFO 3 [41] -2015-01-22 12:12:50 sendUrl INFO 3 [42] -2015-01-22 12:13:39 queue INFO >>3 [43] -2015-01-22 12:13:39 sendUrl INFO 3 [43] -2015-01-22 12:14:29 queue INFO >>3 [44] -2015-01-22 12:14:29 sendUrl INFO 3 [44] -2015-01-22 12:14:41 queue INFO 7 [45] -2015-01-22 12:14:41 queue INFO >7 [46] -2015-01-22 12:14:41 program ERROR IOB offline -2015-01-22 12:14:42 queue INFO 3 [47] -2015-01-22 12:14:43 queue INFO >3 [48] -2015-01-22 12:14:43 program INFO IOB ONLINE! -2015-01-22 12:14:43 sendUrl INFO 7 [45] -2015-01-22 12:14:44 program ERROR IOB offline -2015-01-22 12:14:45 program INFO IOB ONLINE! -2015-01-22 12:14:45 sendUrl INFO 7 [46] -2015-01-22 12:14:45 program ERROR IOB offline -2015-01-22 12:14:46 program INFO IOB ONLINE! -2015-01-22 12:14:46 sendUrl INFO 3 [47] -2015-01-22 12:14:47 sendUrl INFO 3 [48] -2015-01-22 12:15:33 queue INFO >>3 [49] -2015-01-22 12:15:33 sendUrl INFO 3 [49] -2015-01-22 12:16:23 queue INFO >>3 [50] -2015-01-22 12:16:23 program ERROR IOB offline -2015-01-22 12:16:24 program INFO IOB ONLINE! -2015-01-22 12:16:24 sendUrl INFO 3 [50] -2015-01-22 12:16:35 queue INFO 7 [51] -2015-01-22 12:16:35 program ERROR IOB offline -2015-01-22 12:16:35 queue INFO >7 [52] -2015-01-22 12:16:35 program INFO IOB ONLINE! -2015-01-22 12:16:35 sendUrl INFO 7 [51] -2015-01-22 12:16:36 program ERROR IOB offline -2015-01-22 12:16:36 queue INFO 3 [53] -2015-01-22 12:16:36 queue INFO >3 [54] -2015-01-22 12:16:36 program INFO IOB ONLINE! -2015-01-22 12:16:36 sendUrl INFO 7 [52] -2015-01-22 12:16:37 sendUrl INFO 3 [53] -2015-01-22 12:16:37 program ERROR IOB offline -2015-01-22 12:16:38 program INFO IOB ONLINE! -2015-01-22 12:16:38 sendUrl INFO 3 [54] -2015-01-22 12:17:26 queue INFO >>3 [55] -2015-01-22 12:17:27 program ERROR IOB offline -2015-01-22 12:17:27 program INFO IOB ONLINE! -2015-01-22 12:17:27 sendUrl INFO 3 [55] -2015-01-22 12:18:16 queue INFO >>3 [56] -2015-01-22 12:18:16 program ERROR IOB offline -2015-01-22 12:18:17 program INFO IOB ONLINE! -2015-01-22 12:18:17 sendUrl INFO 3 [56] -2015-01-22 12:18:28 queue INFO 7 [57] -2015-01-22 12:18:28 queue INFO >7 [58] -2015-01-22 12:18:29 sendUrl INFO 7 [57] -2015-01-22 12:18:29 program ERROR IOB offline -2015-01-22 12:18:30 program INFO IOB ONLINE! -2015-01-22 12:18:30 sendUrl INFO 7 [58] -2015-01-22 12:18:30 queue INFO 3 [59] -2015-01-22 12:18:30 queue INFO >3 [60] -2015-01-22 12:18:30 sendUrl INFO 3 [59] -2015-01-22 12:18:31 program ERROR IOB offline -2015-01-22 12:18:32 program INFO IOB ONLINE! -2015-01-22 12:18:32 sendUrl INFO 3 [60] -2015-01-22 12:19:20 queue INFO >>3 [61] -2015-01-22 12:19:20 sendUrl INFO 3 [61] -2015-01-22 12:20:10 queue INFO >>3 [62] -2015-01-22 12:20:10 program ERROR IOB offline -2015-01-22 12:20:11 program INFO IOB ONLINE! -2015-01-22 12:20:11 sendUrl INFO 3 [62] -2015-01-22 12:20:22 queue INFO 7 [63] -2015-01-22 12:20:22 program ERROR IOB offline -2015-01-22 12:20:22 queue INFO >7 [64] -2015-01-22 12:20:22 program INFO IOB ONLINE! -2015-01-22 12:20:22 sendUrl INFO 7 [63] -2015-01-22 12:20:23 program ERROR IOB offline -2015-01-22 12:20:23 queue INFO 3 [65] -2015-01-22 12:20:23 queue INFO >3 [66] -2015-01-22 12:20:24 program INFO IOB ONLINE! -2015-01-22 12:20:24 sendUrl INFO 7 [64] -2015-01-22 12:20:24 program ERROR IOB offline -2015-01-22 12:20:25 program INFO IOB ONLINE! -2015-01-22 12:20:25 sendUrl INFO 3 [65] -2015-01-22 12:20:25 sendUrl INFO 3 [66] -2015-01-22 12:21:13 queue INFO >>3 [67] -2015-01-22 12:21:14 sendUrl INFO 3 [67] -2015-01-22 12:22:03 queue INFO >>3 [68] -2015-01-22 12:22:04 program ERROR IOB offline -2015-01-22 12:22:04 program INFO IOB ONLINE! -2015-01-22 12:22:04 sendUrl INFO 3 [68] -2015-01-22 12:22:15 queue INFO 7 [69] -2015-01-22 12:22:15 queue INFO >7 [70] -2015-01-22 12:22:16 sendUrl INFO 7 [69] -2015-01-22 12:22:16 sendUrl INFO 7 [70] -2015-01-22 12:22:17 queue INFO 3 [71] -2015-01-22 12:22:17 queue INFO >3 [72] -2015-01-22 12:22:17 sendUrl INFO 3 [71] -2015-01-22 12:22:18 sendUrl INFO 3 [72] -2015-01-22 12:23:07 queue INFO >>3 [73] -2015-01-22 12:23:07 program ERROR IOB offline -2015-01-22 12:23:08 program INFO IOB ONLINE! -2015-01-22 12:23:08 sendUrl INFO 3 [73] -2015-01-22 12:23:57 queue INFO >>3 [74] -2015-01-22 12:23:57 program ERROR IOB offline -2015-01-22 12:23:58 program INFO IOB ONLINE! -2015-01-22 12:23:58 sendUrl INFO 3 [74] -2015-01-22 12:24:09 queue INFO 7 [75] -2015-01-22 12:24:09 queue INFO >7 [76] -2015-01-22 12:24:09 program ERROR IOB offline -2015-01-22 12:24:10 program INFO IOB ONLINE! -2015-01-22 12:24:10 sendUrl INFO 7 [75] -2015-01-22 12:24:10 sendUrl INFO 7 [76] -2015-01-22 12:24:11 queue INFO 3 [77] -2015-01-22 12:24:11 queue INFO >3 [78] -2015-01-22 12:24:11 sendUrl INFO 3 [77] -2015-01-22 12:24:11 sendUrl INFO 3 [78] -2015-01-22 12:25:01 queue INFO >>3 [79] -2015-01-22 12:25:01 sendUrl INFO 3 [79] -2015-01-22 12:25:51 queue INFO >>3 [80] -2015-01-22 12:25:51 program ERROR IOB offline -2015-01-22 12:25:52 program INFO IOB ONLINE! -2015-01-22 12:25:52 sendUrl INFO 3 [80] -2015-01-22 12:26:03 queue INFO 7 [81] -2015-01-22 12:26:03 queue INFO >7 [82] -2015-01-22 12:26:03 sendUrl INFO 7 [81] -2015-01-22 12:26:04 sendUrl INFO 7 [82] -2015-01-22 12:26:05 queue INFO 3 [83] -2015-01-22 12:26:05 queue INFO >3 [84] -2015-01-22 12:26:05 sendUrl INFO 3 [83] -2015-01-22 12:26:05 program ERROR IOB offline -2015-01-22 12:26:06 program INFO IOB ONLINE! -2015-01-22 12:26:06 sendUrl INFO 3 [84] -2015-01-22 12:26:55 queue INFO >>3 [85] -2015-01-22 12:26:55 program ERROR IOB offline -2015-01-22 12:26:56 program INFO IOB ONLINE! -2015-01-22 12:26:56 sendUrl INFO 3 [85] -2015-01-22 12:27:45 queue INFO >>3 [86] -2015-01-22 12:27:45 program ERROR IOB offline -2015-01-22 12:27:45 program INFO IOB ONLINE! -2015-01-22 12:27:45 sendUrl INFO 3 [86] -2015-01-22 12:27:57 queue INFO 7 [87] -2015-01-22 12:27:57 queue INFO >7 [88] -2015-01-22 12:27:57 sendUrl INFO 7 [87] -2015-01-22 12:27:58 sendUrl INFO 7 [88] -2015-01-22 12:27:58 queue INFO 3 [89] -2015-01-22 12:27:58 queue INFO >3 [90] -2015-01-22 12:27:59 sendUrl INFO 3 [89] -2015-01-22 12:27:59 program ERROR IOB offline -2015-01-22 12:28:00 program INFO IOB ONLINE! -2015-01-22 12:28:00 sendUrl INFO 3 [90] -2015-01-22 12:28:48 queue INFO >>3 [91] -2015-01-22 12:28:48 program ERROR IOB offline -2015-01-22 12:28:49 program INFO IOB ONLINE! -2015-01-22 12:28:49 sendUrl INFO 3 [91] -2015-01-22 12:29:38 queue INFO >>3 [92] -2015-01-22 12:29:39 sendUrl INFO 3 [92] -2015-01-22 12:29:50 queue INFO 7 [93] -2015-01-22 12:29:50 sendUrl INFO 7 [93] -2015-01-22 12:29:50 queue INFO >7 [94] -2015-01-22 12:29:51 sendUrl INFO 7 [94] -2015-01-22 12:29:52 queue INFO 3 [95] -2015-01-22 12:29:52 program ERROR IOB offline -2015-01-22 12:29:52 queue INFO >3 [96] -2015-01-22 12:29:53 program INFO IOB ONLINE! -2015-01-22 12:29:53 sendUrl INFO 3 [95] -2015-01-22 12:29:53 sendUrl INFO 3 [96] -2015-01-22 12:30:42 queue INFO >>3 [97] -2015-01-22 12:30:42 program ERROR IOB offline -2015-01-22 12:30:43 program INFO IOB ONLINE! -2015-01-22 12:30:43 sendUrl INFO 3 [97] -2015-01-22 12:31:32 queue INFO >>3 [98] -2015-01-22 12:31:33 sendUrl INFO 3 [98] -2015-01-22 12:31:44 queue INFO 7 [99] -2015-01-22 12:31:44 queue INFO >7 [100] -2015-01-22 12:31:44 sendUrl INFO 7 [99] -2015-01-22 12:31:45 program ERROR IOB offline -2015-01-22 12:31:45 queue INFO 3 [101] -2015-01-22 12:31:45 program INFO IOB ONLINE! -2015-01-22 12:31:45 sendUrl INFO 7 [100] -2015-01-22 12:31:45 queue INFO >3 [102] -2015-01-22 12:31:46 sendUrl INFO 3 [101] -2015-01-22 12:31:46 program ERROR IOB offline -2015-01-22 12:31:47 program INFO IOB ONLINE! -2015-01-22 12:31:47 sendUrl INFO 3 [102] -2015-01-22 12:32:35 queue INFO >>3 [103] -2015-01-22 12:32:35 sendUrl INFO 3 [103] -2015-01-22 12:33:25 queue INFO >>3 [104] -2015-01-22 12:33:26 sendUrl INFO 3 [104] -2015-01-22 12:33:37 queue INFO 7 [105] -2015-01-22 12:33:38 queue INFO >7 [106] -2015-01-22 12:33:38 sendUrl INFO 7 [105] -2015-01-22 12:33:38 program ERROR IOB offline -2015-01-22 12:33:39 queue INFO 3 [107] -2015-01-22 12:33:39 program INFO IOB ONLINE! -2015-01-22 12:33:39 sendUrl INFO 7 [106] -2015-01-22 12:33:39 queue INFO >3 [108] -2015-01-22 12:33:39 sendUrl INFO 3 [107] -2015-01-22 12:33:40 program ERROR IOB offline -2015-01-22 12:33:40 program INFO IOB ONLINE! -2015-01-22 12:33:40 sendUrl INFO 3 [108] -2015-01-22 12:34:29 queue INFO >>3 [109] -2015-01-22 12:34:29 sendUrl INFO 3 [109] -2015-01-22 12:35:19 queue INFO >>3 [110] -2015-01-22 12:35:20 sendUrl INFO 3 [110] -2015-01-22 12:35:31 queue INFO 7 [111] -2015-01-22 12:35:31 sendUrl INFO 7 [111] -2015-01-22 12:35:31 queue INFO >7 [112] -2015-01-22 12:35:32 sendUrl INFO 7 [112] -2015-01-22 12:35:33 queue INFO 3 [113] -2015-01-22 12:35:33 program ERROR IOB offline -2015-01-22 12:35:33 queue INFO >3 [114] -2015-01-22 12:35:33 program INFO IOB ONLINE! -2015-01-22 12:35:33 sendUrl INFO 3 [113] -2015-01-22 12:35:34 sendUrl INFO 3 [114] -2015-01-22 12:36:23 queue INFO >>3 [115] -2015-01-22 12:36:23 sendUrl INFO 3 [115] -2015-01-22 12:37:13 queue INFO >>3 [116] -2015-01-22 12:37:13 sendUrl INFO 3 [116] -2015-01-22 12:37:25 queue INFO 7 [117] -2015-01-22 12:37:25 queue INFO >7 [118] -2015-01-22 12:37:26 sendUrl INFO 7 [117] -2015-01-22 12:37:26 program ERROR IOB offline -2015-01-22 12:37:26 program INFO IOB ONLINE! -2015-01-22 12:37:27 sendUrl INFO 7 [118] -2015-01-22 12:37:27 queue INFO 3 [119] -2015-01-22 12:37:27 queue INFO >3 [120] -2015-01-22 12:37:27 sendUrl INFO 3 [119] -2015-01-22 12:37:27 program ERROR IOB offline -2015-01-22 12:37:29 program INFO IOB ONLINE! -2015-01-22 12:37:29 sendUrl INFO 3 [120] -2015-01-22 12:38:17 queue INFO >>3 [121] -2015-01-22 12:38:17 program ERROR IOB offline -2015-01-22 12:38:17 program INFO IOB ONLINE! -2015-01-22 12:38:17 sendUrl INFO 3 [121] -2015-01-22 12:39:07 queue INFO >>3 [122] -2015-01-22 12:39:07 sendUrl INFO 3 [122] -2015-01-22 12:39:19 queue INFO 7 [123] -2015-01-22 12:39:19 queue INFO >7 [124] -2015-01-22 12:39:19 program ERROR IOB offline -2015-01-22 12:39:20 program INFO IOB ONLINE! -2015-01-22 12:39:20 sendUrl INFO 7 [123] -2015-01-22 12:39:20 queue INFO 3 [125] -2015-01-22 12:39:20 sendUrl INFO 7 [124] -2015-01-22 12:39:20 queue INFO >3 [126] -2015-01-22 12:39:21 sendUrl INFO 3 [125] -2015-01-22 12:39:21 program ERROR IOB offline -2015-01-22 12:39:22 program INFO IOB ONLINE! -2015-01-22 12:39:22 sendUrl INFO 3 [126] -2015-01-22 12:40:10 queue INFO >>3 [127] -2015-01-22 12:40:11 sendUrl INFO 3 [127] -2015-01-22 12:41:00 queue INFO >>3 [128] -2015-01-22 12:41:01 sendUrl INFO 3 [128] -2015-01-22 12:41:12 queue INFO 7 [129] -2015-01-22 12:41:12 queue INFO >7 [130] -2015-01-22 12:41:13 program ERROR IOB offline -2015-01-22 12:41:13 program INFO IOB ONLINE! -2015-01-22 12:41:13 sendUrl INFO 7 [129] -2015-01-22 12:41:14 program ERROR IOB offline -2015-01-22 12:41:14 queue INFO 3 [131] -2015-01-22 12:41:14 queue INFO >3 [132] -2015-01-22 12:41:14 program INFO IOB ONLINE! -2015-01-22 12:41:14 sendUrl INFO 7 [130] -2015-01-22 12:41:15 sendUrl INFO 3 [131] -2015-01-22 12:41:15 program ERROR IOB offline -2015-01-22 12:41:16 program INFO IOB ONLINE! -2015-01-22 12:41:16 sendUrl INFO 3 [132] -2015-01-22 12:42:04 queue INFO >>3 [133] -2015-01-22 12:42:04 sendUrl INFO 3 [133] -2015-01-22 12:42:06 queue INFO 1 [134] -2015-01-22 12:42:07 queue INFO >1 [135] -2015-01-22 12:42:07 program ERROR IOB offline -2015-01-22 12:42:07 program INFO IOB ONLINE! -2015-01-22 12:42:07 sendUrl INFO 1 [134] -2015-01-22 12:42:08 sendUrl INFO 1 [135] -2015-01-22 12:42:57 queue INFO >>1 [136] -2015-01-22 12:42:57 program ERROR IOB offline -2015-01-22 12:42:57 program INFO IOB ONLINE! -2015-01-22 12:42:57 sendUrl INFO 1 [136] -2015-01-22 12:43:47 queue INFO >>1 [137] -2015-01-22 12:43:47 program ERROR IOB offline -2015-01-22 12:43:48 program INFO IOB ONLINE! -2015-01-22 12:43:48 sendUrl INFO 1 [137] -2015-01-22 12:44:09 queue INFO 81 [138] -2015-01-22 12:44:09 sendUrl INFO 81 [138] -2015-01-22 12:44:09 queue INFO >81 [139] -2015-01-22 12:44:09 sendUrl INFO 81 [139] -2015-01-22 12:44:36 queue INFO 1 [140] -2015-01-22 12:44:36 queue INFO >1 [141] -2015-01-22 12:44:36 sendUrl INFO 1 [140] -2015-01-22 12:44:37 sendUrl INFO 1 [141] -2015-01-22 12:45:26 queue INFO >>1 [142] -2015-01-22 12:45:27 sendUrl INFO 1 [142] -2015-01-22 12:46:16 queue INFO >>1 [143] -2015-01-22 12:46:17 sendUrl INFO 1 [143] -2015-01-22 12:46:18 queue INFO 5 [144] -2015-01-22 12:46:19 queue INFO >5 [145] -2015-01-22 12:46:19 sendUrl INFO 5 [144] -2015-01-22 12:46:19 program ERROR IOB offline -2015-01-22 12:46:20 program INFO IOB ONLINE! -2015-01-22 12:46:20 sendUrl INFO 5 [145] -2015-01-22 12:46:20 queue INFO 1 [146] -2015-01-22 12:46:20 sendUrl INFO 1 [146] -2015-01-22 12:46:20 queue INFO >1 [147] -2015-01-22 12:46:20 queue INFO 3 [148] -2015-01-22 12:46:21 queue INFO >3 [149] -2015-01-22 12:46:21 program ERROR IOB offline -2015-01-22 12:46:21 program INFO IOB ONLINE! -2015-01-22 12:46:21 sendUrl INFO 1 [147] -2015-01-22 12:46:22 sendUrl INFO 3 [148] -2015-01-22 12:46:22 program ERROR IOB offline -2015-01-22 12:46:23 program INFO IOB ONLINE! -2015-01-22 12:46:23 sendUrl INFO 3 [149] -2015-01-22 12:47:11 queue INFO >>3 [150] -2015-01-22 12:47:11 program ERROR IOB offline -2015-01-22 12:47:12 program INFO IOB ONLINE! -2015-01-22 12:47:12 sendUrl INFO 3 [150] -2015-01-22 12:48:01 queue INFO >>3 [151] -2015-01-22 12:48:01 program ERROR IOB offline -2015-01-22 12:48:01 program INFO IOB ONLINE! -2015-01-22 12:48:01 sendUrl INFO 3 [151] -2015-01-22 12:48:12 queue INFO 7 [152] -2015-01-22 12:48:12 queue INFO >7 [153] -2015-01-22 12:48:12 sendUrl INFO 7 [152] -2015-01-22 12:48:13 sendUrl INFO 7 [153] -2015-01-22 12:48:14 queue INFO 3 [154] -2015-01-22 12:48:14 queue INFO >3 [155] -2015-01-22 12:48:14 sendUrl INFO 3 [154] -2015-01-22 12:48:15 sendUrl INFO 3 [155] -2015-01-22 12:49:04 queue INFO >>3 [156] -2015-01-22 12:49:04 sendUrl INFO 3 [156] -2015-01-22 12:49:54 queue INFO >>3 [157] -2015-01-22 12:49:54 sendUrl INFO 3 [157] -2015-01-22 12:50:06 queue INFO 7 [158] -2015-01-22 12:50:06 queue INFO >7 [159] -2015-01-22 12:50:06 sendUrl INFO 7 [158] -2015-01-22 12:50:06 sendUrl INFO 7 [159] -2015-01-22 12:50:07 queue INFO 3 [160] -2015-01-22 12:50:07 queue INFO >3 [161] -2015-01-22 12:50:07 sendUrl INFO 3 [160] -2015-01-22 12:50:08 sendUrl INFO 3 [161] -2015-01-22 12:50:57 queue INFO >>3 [162] -2015-01-22 12:50:58 sendUrl INFO 3 [162] -2015-01-22 12:51:47 queue INFO >>3 [163] -2015-01-22 12:51:47 sendUrl INFO 3 [163] -2015-01-22 12:51:59 queue INFO 7 [164] -2015-01-22 12:51:59 queue INFO >7 [165] -2015-01-22 12:52:00 sendUrl INFO 7 [164] -2015-01-22 12:52:00 sendUrl INFO 7 [165] -2015-01-22 12:52:01 queue INFO 3 [166] -2015-01-22 12:52:01 queue INFO >3 [167] -2015-01-22 12:52:01 sendUrl INFO 3 [166] -2015-01-22 12:52:02 sendUrl INFO 3 [167] -2015-01-22 12:52:51 queue INFO >>3 [168] -2015-01-22 12:52:51 sendUrl INFO 3 [168] -2015-01-22 12:53:18 queue INFO 1 [169] -2015-01-22 12:53:18 queue INFO >1 [170] -2015-01-22 12:53:18 sendUrl INFO 1 [169] -2015-01-22 12:53:19 sendUrl INFO 1 [170] -2015-01-22 12:54:08 queue INFO >>1 [171] -2015-01-22 12:54:08 sendUrl INFO 1 [171] -2015-01-22 12:54:40 queue INFO 21 [172] -2015-01-22 12:54:40 queue INFO >21 [173] -2015-01-22 12:54:40 program ERROR IOB offline -2015-01-22 12:54:41 program INFO IOB ONLINE! -2015-01-22 12:54:41 sendUrl INFO 21 [172] -2015-01-22 12:54:41 program ERROR IOB offline -2015-01-22 12:54:42 program INFO IOB ONLINE! -2015-01-22 12:54:42 sendUrl INFO 21 [173] -2015-01-22 12:55:30 queue INFO >>21 [174] -2015-01-22 12:55:30 program ERROR IOB offline -2015-01-22 12:55:30 program INFO IOB ONLINE! -2015-01-22 12:55:31 sendUrl INFO 21 [174] -2015-01-22 12:56:20 queue INFO >>21 [175] -2015-01-22 12:56:20 program ERROR IOB offline -2015-01-22 12:56:21 program INFO IOB ONLINE! -2015-01-22 12:56:21 sendUrl INFO 21 [175] -2015-01-22 12:57:10 queue INFO >>21 [176] -2015-01-22 12:57:11 program ERROR IOB offline -2015-01-22 12:57:11 program INFO IOB ONLINE! -2015-01-22 12:57:11 sendUrl INFO 21 [176] -2015-01-22 12:58:00 queue INFO >>21 [177] -2015-01-22 12:58:01 sendUrl INFO 21 [177] -2015-01-22 12:58:50 queue INFO >>21 [178] -2015-01-22 12:58:51 sendUrl INFO 21 [178] -2015-01-22 12:59:41 queue INFO >>21 [179] -2015-01-22 12:59:41 sendUrl INFO 21 [179] -2015-01-22 13:00:31 queue INFO >>21 [180] -2015-01-22 13:00:31 sendUrl INFO 21 [180] -2015-01-22 13:01:21 queue INFO >>21 [181] -2015-01-22 13:01:21 program ERROR IOB offline -2015-01-22 13:01:22 program INFO IOB ONLINE! -2015-01-22 13:01:22 sendUrl INFO 21 [181] -2015-01-22 13:02:11 queue INFO >>21 [182] -2015-01-22 13:02:11 sendUrl INFO 21 [182] -2015-01-22 13:03:01 queue INFO >>21 [183] -2015-01-22 13:03:02 sendUrl INFO 21 [183] -2015-01-22 13:03:51 queue INFO >>21 [184] -2015-01-22 13:03:51 sendUrl INFO 21 [184] -2015-01-22 13:04:41 queue INFO >>21 [185] -2015-01-22 13:04:42 program ERROR IOB offline -2015-01-22 13:04:42 program INFO IOB ONLINE! -2015-01-22 13:04:42 sendUrl INFO 21 [185] -2015-01-22 13:05:32 queue INFO >>21 [186] -2015-01-22 13:05:32 program ERROR IOB offline -2015-01-22 13:05:33 program INFO IOB ONLINE! -2015-01-22 13:05:33 sendUrl INFO 21 [186] -2015-01-22 13:06:22 queue INFO >>21 [187] -2015-01-22 13:06:22 program ERROR IOB offline -2015-01-22 13:06:22 program INFO IOB ONLINE! -2015-01-22 13:06:22 sendUrl INFO 21 [187] -2015-01-22 13:07:12 queue INFO >>21 [188] -2015-01-22 13:07:12 program ERROR IOB offline -2015-01-22 13:07:13 program INFO IOB ONLINE! -2015-01-22 13:07:13 sendUrl INFO 21 [188] -2015-01-22 13:08:02 queue INFO >>21 [189] -2015-01-22 13:08:02 sendUrl INFO 21 [189] -2015-01-22 13:08:52 queue INFO >>21 [190] -2015-01-22 13:08:52 sendUrl INFO 21 [190] -2015-01-22 13:09:42 queue INFO >>21 [191] -2015-01-22 13:09:42 program ERROR IOB offline -2015-01-22 13:09:43 program INFO IOB ONLINE! -2015-01-22 13:09:43 sendUrl INFO 21 [191] -2015-01-22 13:10:32 queue INFO >>21 [192] -2015-01-22 13:10:33 sendUrl INFO 21 [192] -2015-01-22 13:11:22 queue INFO >>21 [193] -2015-01-22 13:11:23 program ERROR IOB offline -2015-01-22 13:11:23 program INFO IOB ONLINE! -2015-01-22 13:11:23 sendUrl INFO 21 [193] -2015-01-22 13:12:13 queue INFO >>21 [194] -2015-01-22 13:12:13 program ERROR IOB offline -2015-01-22 13:12:13 program INFO IOB ONLINE! -2015-01-22 13:12:13 sendUrl INFO 21 [194] -2015-01-22 13:13:03 queue INFO >>21 [195] -2015-01-22 13:13:03 program ERROR IOB offline -2015-01-22 13:13:04 program INFO IOB ONLINE! -2015-01-22 13:13:04 sendUrl INFO 21 [195] -2015-01-22 13:13:53 queue INFO >>21 [196] -2015-01-22 13:13:53 program ERROR IOB offline -2015-01-22 13:13:54 program INFO IOB ONLINE! -2015-01-22 13:13:54 sendUrl INFO 21 [196] -2015-01-22 13:14:43 queue INFO >>21 [197] -2015-01-22 13:14:43 sendUrl INFO 21 [197] -2015-01-22 13:15:33 queue INFO >>21 [198] -2015-01-22 13:15:34 program ERROR IOB offline -2015-01-22 13:15:34 program INFO IOB ONLINE! -2015-01-22 13:15:34 sendUrl INFO 21 [198] -2015-01-22 13:16:23 queue INFO >>21 [199] -2015-01-22 13:16:23 program ERROR IOB offline -2015-01-22 13:16:24 program INFO IOB ONLINE! -2015-01-22 13:16:24 sendUrl INFO 21 [199] -2015-01-22 13:17:13 queue INFO >>21 [200] -2015-01-22 13:17:14 program ERROR IOB offline -2015-01-22 13:17:14 program INFO IOB ONLINE! -2015-01-22 13:17:14 sendUrl INFO 21 [200] -2015-01-22 13:18:04 queue INFO >>21 [201] -2015-01-22 13:18:04 sendUrl INFO 21 [201] -2015-01-22 13:18:54 queue INFO >>21 [202] -2015-01-22 13:18:54 program ERROR IOB offline -2015-01-22 13:18:54 program INFO IOB ONLINE! -2015-01-22 13:18:55 sendUrl INFO 21 [202] -2015-01-22 13:19:44 queue INFO >>21 [203] -2015-01-22 13:19:44 sendUrl INFO 21 [203] -2015-01-22 13:20:34 queue INFO >>21 [204] -2015-01-22 13:20:34 sendUrl INFO 21 [204] -2015-01-22 13:21:24 queue INFO >>21 [205] -2015-01-22 13:21:25 sendUrl INFO 21 [205] -2015-01-22 13:22:14 queue INFO >>21 [206] -2015-01-22 13:22:14 program ERROR IOB offline -2015-01-22 13:22:15 program INFO IOB ONLINE! -2015-01-22 13:22:15 sendUrl INFO 21 [206] -2015-01-22 13:23:04 queue INFO >>21 [207] -2015-01-22 13:23:05 sendUrl INFO 21 [207] -2015-01-22 13:23:54 queue INFO >>21 [208] -2015-01-22 13:23:55 sendUrl INFO 21 [208] -2015-01-22 13:24:45 queue INFO >>21 [209] -2015-01-22 13:24:45 program ERROR IOB offline -2015-01-22 13:24:45 program INFO IOB ONLINE! -2015-01-22 13:24:45 sendUrl INFO 21 [209] -2015-01-22 13:25:35 queue INFO >>21 [210] -2015-01-22 13:25:35 sendUrl INFO 21 [210] -2015-01-22 13:26:25 queue INFO >>21 [211] -2015-01-22 13:26:25 sendUrl INFO 21 [211] -2015-01-22 13:27:15 queue INFO >>21 [212] -2015-01-22 13:27:15 sendUrl INFO 21 [212] -2015-01-22 13:28:05 queue INFO >>21 [213] -2015-01-22 13:28:05 program ERROR IOB offline -2015-01-22 13:28:06 program INFO IOB ONLINE! -2015-01-22 13:28:06 sendUrl INFO 21 [213] -2015-01-22 13:28:55 queue INFO >>21 [214] -2015-01-22 13:28:56 sendUrl INFO 21 [214] -2015-01-22 13:29:45 queue INFO >>21 [215] -2015-01-22 13:29:46 sendUrl INFO 21 [215] -2015-01-22 13:30:36 queue INFO >>21 [216] -2015-01-22 13:30:36 sendUrl INFO 21 [216] -2015-01-22 13:31:26 queue INFO >>21 [217] -2015-01-22 13:31:26 program ERROR IOB offline -2015-01-22 13:31:27 program INFO IOB ONLINE! -2015-01-22 13:31:27 sendUrl INFO 21 [217] -2015-01-22 13:32:16 queue INFO >>21 [218] -2015-01-22 13:32:16 sendUrl INFO 21 [218] -2015-01-22 13:33:06 queue INFO >>21 [219] -2015-01-22 13:33:06 sendUrl INFO 21 [219] -2015-01-22 13:33:56 queue INFO >>21 [220] -2015-01-22 13:33:57 program ERROR IOB offline -2015-01-22 13:33:57 program INFO IOB ONLINE! -2015-01-22 13:33:57 sendUrl INFO 21 [220] -2015-01-22 13:34:46 queue INFO >>21 [221] -2015-01-22 13:34:47 sendUrl INFO 21 [221] -2015-01-22 13:35:36 queue INFO >>21 [222] -2015-01-22 13:35:37 sendUrl INFO 21 [222] -2015-01-22 13:36:27 queue INFO >>21 [223] -2015-01-22 13:36:27 sendUrl INFO 21 [223] -2015-01-22 13:37:17 queue INFO >>21 [224] -2015-01-22 13:37:17 program ERROR IOB offline -2015-01-22 13:37:18 program INFO IOB ONLINE! -2015-01-22 13:37:18 sendUrl INFO 21 [224] -2015-01-22 13:38:07 queue INFO >>21 [225] -2015-01-22 13:38:07 program ERROR IOB offline -2015-01-22 13:38:08 program INFO IOB ONLINE! -2015-01-22 13:38:08 sendUrl INFO 21 [225] -2015-01-22 13:38:57 queue INFO >>21 [226] -2015-01-22 13:38:57 sendUrl INFO 21 [226] -2015-01-22 13:39:47 queue INFO >>21 [227] -2015-01-22 13:39:48 program ERROR IOB offline -2015-01-22 13:39:48 program INFO IOB ONLINE! -2015-01-22 13:39:48 sendUrl INFO 21 [227] -2015-01-22 13:40:37 queue INFO >>21 [228] -2015-01-22 13:40:38 program ERROR IOB offline -2015-01-22 13:40:38 program INFO IOB ONLINE! -2015-01-22 13:40:38 sendUrl INFO 21 [228] -2015-01-22 13:41:28 queue INFO >>21 [229] -2015-01-22 13:41:28 program ERROR IOB offline -2015-01-22 13:41:28 program INFO IOB ONLINE! -2015-01-22 13:41:28 sendUrl INFO 21 [229] -2015-01-22 13:42:18 queue INFO >>21 [230] -2015-01-22 13:42:18 sendUrl INFO 21 [230] -2015-01-22 13:43:08 queue INFO >>21 [231] -2015-01-22 13:43:08 program ERROR IOB offline -2015-01-22 13:43:08 program INFO IOB ONLINE! -2015-01-22 13:43:08 sendUrl INFO 21 [231] -2015-01-22 13:43:58 queue INFO >>21 [232] -2015-01-22 13:43:58 program ERROR IOB offline -2015-01-22 13:43:59 program INFO IOB ONLINE! -2015-01-22 13:43:59 sendUrl INFO 21 [232] -2015-01-22 13:44:48 queue INFO >>21 [233] -2015-01-22 13:44:49 program ERROR IOB offline -2015-01-22 13:44:49 program INFO IOB ONLINE! -2015-01-22 13:44:49 sendUrl INFO 21 [233] -2015-01-22 13:45:38 queue INFO >>21 [234] -2015-01-22 13:45:38 program ERROR IOB offline -2015-01-22 13:45:39 program INFO IOB ONLINE! -2015-01-22 13:45:39 sendUrl INFO 21 [234] -2015-01-22 13:46:28 queue INFO >>21 [235] -2015-01-22 13:46:29 program ERROR IOB offline -2015-01-22 13:46:29 program INFO IOB ONLINE! -2015-01-22 13:46:29 sendUrl INFO 21 [235] -2015-01-22 13:47:18 queue INFO >>21 [236] -2015-01-22 13:47:19 program ERROR IOB offline -2015-01-22 13:47:19 program INFO IOB ONLINE! -2015-01-22 13:47:19 sendUrl INFO 21 [236] -2015-01-22 13:48:09 queue INFO >>21 [237] -2015-01-22 13:48:09 program ERROR IOB offline -2015-01-22 13:48:09 program INFO IOB ONLINE! -2015-01-22 13:48:09 sendUrl INFO 21 [237] -2015-01-22 13:48:59 queue INFO >>21 [238] -2015-01-22 13:48:59 sendUrl INFO 21 [238] -2015-01-22 13:49:49 queue INFO >>21 [239] -2015-01-22 13:49:49 program ERROR IOB offline -2015-01-22 13:49:50 program INFO IOB ONLINE! -2015-01-22 13:49:50 sendUrl INFO 21 [239] -2015-01-22 13:50:39 queue INFO >>21 [240] -2015-01-22 13:50:40 sendUrl INFO 21 [240] -2015-01-22 13:51:29 queue INFO >>21 [241] -2015-01-22 13:51:29 sendUrl INFO 21 [241] -2015-01-22 13:52:19 queue INFO >>21 [242] -2015-01-22 13:52:20 sendUrl INFO 21 [242] -2015-01-22 13:53:09 queue INFO >>21 [243] -2015-01-22 13:53:10 sendUrl INFO 21 [243] -2015-01-22 13:54:00 queue INFO >>21 [244] -2015-01-22 13:54:00 sendUrl INFO 21 [244] -2015-01-22 13:54:50 queue INFO >>21 [245] -2015-01-22 13:54:50 sendUrl INFO 21 [245] -2015-01-22 13:55:40 queue INFO >>21 [246] -2015-01-22 13:55:40 sendUrl INFO 21 [246] -2015-01-22 13:56:30 queue INFO >>21 [247] -2015-01-22 13:56:30 sendUrl INFO 21 [247] -2015-01-22 13:57:20 queue INFO >>21 [248] -2015-01-22 13:57:21 program ERROR IOB offline -2015-01-22 13:57:21 program INFO IOB ONLINE! -2015-01-22 13:57:21 sendUrl INFO 21 [248] -2015-01-22 13:58:10 queue INFO >>21 [249] -2015-01-22 13:58:11 program ERROR IOB offline -2015-01-22 13:58:11 program INFO IOB ONLINE! -2015-01-22 13:58:11 sendUrl INFO 21 [249] -2015-01-22 13:59:00 queue INFO >>21 [250] -2015-01-22 13:59:01 program ERROR IOB offline -2015-01-22 13:59:01 program INFO IOB ONLINE! -2015-01-22 13:59:01 sendUrl INFO 21 [250] -2015-01-22 13:59:51 queue INFO >>21 [251] -2015-01-22 13:59:51 sendUrl INFO 21 [251] -2015-01-22 14:00:41 queue INFO >>21 [252] -2015-01-22 14:00:41 program ERROR IOB offline -2015-01-22 14:00:43 program INFO IOB ONLINE! -2015-01-22 14:00:43 sendUrl INFO 21 [252] -2015-01-22 14:01:31 queue INFO >>21 [253] -2015-01-22 14:01:31 sendUrl INFO 21 [253] -2015-01-22 14:02:21 queue INFO >>21 [254] -2015-01-22 14:02:21 sendUrl INFO 21 [254] -2015-01-22 14:03:11 queue INFO >>21 [255] -2015-01-22 14:03:12 program ERROR IOB offline -2015-01-22 14:03:12 program INFO IOB ONLINE! -2015-01-22 14:03:12 sendUrl INFO 21 [255] -2015-01-22 14:04:01 queue INFO >>21 [256] -2015-01-22 14:04:01 sendUrl INFO 21 [256] -2015-01-22 14:04:51 queue INFO >>21 [257] -2015-01-22 14:04:52 sendUrl INFO 21 [257] -2015-01-22 14:05:42 queue INFO >>21 [258] -2015-01-22 14:05:42 sendUrl INFO 21 [258] -2015-01-22 14:06:32 queue INFO >>21 [259] -2015-01-22 14:06:32 sendUrl INFO 21 [259] -2015-01-22 14:07:22 queue INFO >>21 [260] -2015-01-22 14:07:22 program ERROR IOB offline -2015-01-22 14:07:23 program INFO IOB ONLINE! -2015-01-22 14:07:23 sendUrl INFO 21 [260] -2015-01-22 14:08:12 queue INFO >>21 [261] -2015-01-22 14:08:12 program ERROR IOB offline -2015-01-22 14:08:13 program INFO IOB ONLINE! -2015-01-22 14:08:13 sendUrl INFO 21 [261] -2015-01-22 14:09:02 queue INFO >>21 [262] -2015-01-22 14:09:03 program ERROR IOB offline -2015-01-22 14:09:03 program INFO IOB ONLINE! -2015-01-22 14:09:03 sendUrl INFO 21 [262] -2015-01-22 14:09:52 queue INFO >>21 [263] -2015-01-22 14:09:53 program ERROR IOB offline -2015-01-22 14:09:54 program INFO IOB ONLINE! -2015-01-22 14:09:54 sendUrl INFO 21 [263] -2015-01-22 14:10:42 queue INFO >>21 [264] -2015-01-22 14:10:43 sendUrl INFO 21 [264] -2015-01-22 14:11:33 queue INFO >>21 [265] -2015-01-22 14:11:33 sendUrl INFO 21 [265] -2015-01-22 14:12:23 queue INFO >>21 [266] -2015-01-22 14:12:23 sendUrl INFO 21 [266] -2015-01-22 14:13:13 queue INFO >>21 [267] -2015-01-22 14:13:13 program ERROR IOB offline -2015-01-22 14:13:14 program INFO IOB ONLINE! -2015-01-22 14:13:14 sendUrl INFO 21 [267] -2015-01-22 14:14:03 queue INFO >>21 [268] -2015-01-22 14:14:04 sendUrl INFO 21 [268] -2015-01-22 14:14:53 queue INFO >>21 [269] -2015-01-22 14:14:53 sendUrl INFO 21 [269] -2015-01-22 14:15:43 queue INFO >>21 [270] -2015-01-22 14:15:44 program ERROR IOB offline -2015-01-22 14:15:44 program INFO IOB ONLINE! -2015-01-22 14:15:44 sendUrl INFO 21 [270] -2015-01-22 14:16:33 queue INFO >>21 [271] -2015-01-22 14:16:34 sendUrl INFO 21 [271] -2015-01-22 14:17:24 queue INFO >>21 [272] -2015-01-22 14:17:24 sendUrl INFO 21 [272] -2015-01-22 14:18:14 queue INFO >>21 [273] -2015-01-22 14:18:14 sendUrl INFO 21 [273] -2015-01-22 14:19:04 queue INFO >>21 [274] -2015-01-22 14:19:04 sendUrl INFO 21 [274] -2015-01-22 14:19:54 queue INFO >>21 [275] -2015-01-22 14:19:54 sendUrl INFO 21 [275] -2015-01-22 14:20:44 queue INFO >>21 [276] -2015-01-22 14:20:44 program ERROR IOB offline -2015-01-22 14:20:45 program INFO IOB ONLINE! -2015-01-22 14:20:45 sendUrl INFO 21 [276] -2015-01-22 14:21:34 queue INFO >>21 [277] -2015-01-22 14:21:35 sendUrl INFO 21 [277] -2015-01-22 14:22:24 queue INFO >>21 [278] -2015-01-22 14:22:24 program ERROR IOB offline -2015-01-22 14:22:25 program INFO IOB ONLINE! -2015-01-22 14:22:25 sendUrl INFO 21 [278] -2015-01-22 14:23:14 queue INFO >>21 [279] -2015-01-22 14:23:15 program ERROR IOB offline -2015-01-22 14:23:15 program INFO IOB ONLINE! -2015-01-22 14:23:15 sendUrl INFO 21 [279] -2015-01-22 14:24:05 queue INFO >>21 [280] -2015-01-22 14:24:05 program ERROR IOB offline -2015-01-22 14:24:06 program INFO IOB ONLINE! -2015-01-22 14:24:06 sendUrl INFO 21 [280] -2015-01-22 14:24:55 queue INFO >>21 [281] -2015-01-22 14:24:55 sendUrl INFO 21 [281] -2015-01-22 14:25:45 queue INFO >>21 [282] -2015-01-22 14:25:45 program ERROR IOB offline -2015-01-22 14:25:46 program INFO IOB ONLINE! -2015-01-22 14:25:46 sendUrl INFO 21 [282] -2015-01-22 14:26:35 queue INFO >>21 [283] -2015-01-22 14:26:35 program ERROR IOB offline -2015-01-22 14:26:36 program INFO IOB ONLINE! -2015-01-22 14:26:36 sendUrl INFO 21 [283] -2015-01-22 14:27:25 queue INFO >>21 [284] -2015-01-22 14:27:26 sendUrl INFO 21 [284] -2015-01-22 14:28:15 queue INFO >>21 [285] -2015-01-22 14:28:15 program ERROR IOB offline -2015-01-22 14:28:16 program INFO IOB ONLINE! -2015-01-22 14:28:16 sendUrl INFO 21 [285] -2015-01-22 14:29:05 queue INFO >>21 [286] -2015-01-22 14:29:06 program ERROR IOB offline -2015-01-22 14:29:06 program INFO IOB ONLINE! -2015-01-22 14:29:06 sendUrl INFO 21 [286] -2015-01-22 14:29:56 queue INFO >>21 [287] -2015-01-22 14:29:56 sendUrl INFO 21 [287] -2015-01-22 14:30:46 queue INFO >>21 [288] -2015-01-22 14:30:46 sendUrl INFO 21 [288] -2015-01-22 14:31:36 queue INFO >>21 [289] -2015-01-22 14:31:36 sendUrl INFO 21 [289] -2015-01-22 14:32:26 queue INFO >>21 [290] -2015-01-22 14:32:27 program ERROR IOB offline -2015-01-22 14:32:27 program INFO IOB ONLINE! -2015-01-22 14:32:27 sendUrl INFO 21 [290] -2015-01-22 14:33:16 queue INFO >>21 [291] -2015-01-22 14:33:16 program ERROR IOB offline -2015-01-22 14:33:18 program INFO IOB ONLINE! -2015-01-22 14:33:18 sendUrl INFO 21 [291] -2015-01-22 14:34:06 queue INFO >>21 [292] -2015-01-22 14:34:07 sendUrl INFO 21 [292] -2015-01-22 14:34:57 queue INFO >>21 [293] -2015-01-22 14:34:57 program ERROR IOB offline -2015-01-22 14:34:58 program INFO IOB ONLINE! -2015-01-22 14:34:58 sendUrl INFO 21 [293] -2015-01-22 14:35:47 queue INFO >>21 [294] -2015-01-22 14:35:47 program ERROR IOB offline -2015-01-22 14:35:48 program INFO IOB ONLINE! -2015-01-22 14:35:48 sendUrl INFO 21 [294] -2015-01-22 14:36:37 queue INFO >>21 [295] -2015-01-22 14:36:37 program ERROR IOB offline -2015-01-22 14:36:38 program INFO IOB ONLINE! -2015-01-22 14:36:38 sendUrl INFO 21 [295] -2015-01-22 14:37:27 queue INFO >>21 [296] -2015-01-22 14:37:27 sendUrl INFO 21 [296] -2015-01-22 14:38:17 queue INFO >>21 [297] -2015-01-22 14:38:18 sendUrl INFO 21 [297] -2015-01-22 14:39:07 queue INFO >>21 [298] -2015-01-22 14:39:08 program ERROR IOB offline -2015-01-22 14:39:08 program INFO IOB ONLINE! -2015-01-22 14:39:08 sendUrl INFO 21 [298] -2015-01-22 14:39:57 queue INFO >>21 [299] -2015-01-22 14:39:58 sendUrl INFO 21 [299] -2015-01-22 14:40:48 queue INFO >>21 [300] -2015-01-22 14:40:48 sendUrl INFO 21 [300] -2015-01-22 14:41:38 queue INFO >>21 [301] -2015-01-22 14:41:38 sendUrl INFO 21 [301] -2015-01-22 14:42:28 queue INFO >>21 [302] -2015-01-22 14:42:28 program ERROR IOB offline -2015-01-22 14:42:29 program INFO IOB ONLINE! -2015-01-22 14:42:29 sendUrl INFO 21 [302] -2015-01-22 14:43:18 queue INFO >>21 [303] -2015-01-22 14:43:19 sendUrl INFO 21 [303] -2015-01-22 14:44:08 queue INFO >>21 [304] -2015-01-22 14:44:08 sendUrl INFO 21 [304] -2015-01-22 14:44:58 queue INFO >>21 [305] -2015-01-22 14:44:59 sendUrl INFO 21 [305] -2015-01-22 14:45:49 queue INFO >>21 [306] -2015-01-22 14:45:49 sendUrl INFO 21 [306] -2015-01-22 14:46:39 queue INFO >>21 [307] -2015-01-22 14:46:39 sendUrl INFO 21 [307] -2015-01-22 14:47:29 queue INFO >>21 [308] -2015-01-22 14:47:29 sendUrl INFO 21 [308] -2015-01-22 14:48:19 queue INFO >>21 [309] -2015-01-22 14:48:19 sendUrl INFO 21 [309] -2015-01-22 14:49:09 queue INFO >>21 [310] -2015-01-22 14:49:09 sendUrl INFO 21 [310] -2015-01-22 14:49:59 queue INFO >>21 [311] -2015-01-22 14:50:00 sendUrl INFO 21 [311] -2015-01-22 14:50:49 queue INFO >>21 [312] -2015-01-22 14:50:50 sendUrl INFO 21 [312] -2015-01-22 14:51:40 queue INFO >>21 [313] -2015-01-22 14:51:40 sendUrl INFO 21 [313] -2015-01-22 14:52:30 queue INFO >>21 [314] -2015-01-22 14:52:30 sendUrl INFO 21 [314] -2015-01-22 14:53:20 queue INFO >>21 [315] -2015-01-22 14:53:20 sendUrl INFO 21 [315] -2015-01-22 14:54:10 queue INFO >>21 [316] -2015-01-22 14:54:11 sendUrl INFO 21 [316] -2015-01-22 14:55:00 queue INFO >>21 [317] -2015-01-22 14:55:00 sendUrl INFO 21 [317] -2015-01-22 14:55:50 queue INFO >>21 [318] -2015-01-22 14:55:51 sendUrl INFO 21 [318] -2015-01-22 14:56:40 queue INFO >>21 [319] -2015-01-22 14:56:41 sendUrl INFO 21 [319] -2015-01-22 14:57:31 queue INFO >>21 [320] -2015-01-22 14:57:31 sendUrl INFO 21 [320] -2015-01-22 14:58:21 queue INFO >>21 [321] -2015-01-22 14:58:21 sendUrl INFO 21 [321] -2015-01-22 14:59:11 queue INFO >>21 [322] -2015-01-22 14:59:11 sendUrl INFO 21 [322] -2015-01-22 15:00:01 queue INFO >>21 [323] -2015-01-22 15:00:01 sendUrl INFO 21 [323] -2015-01-22 15:00:51 queue INFO >>21 [324] -2015-01-22 15:00:52 sendUrl INFO 21 [324] -2015-01-22 15:01:41 queue INFO >>21 [325] -2015-01-22 15:01:42 sendUrl INFO 21 [325] -2015-01-22 15:02:32 queue INFO >>21 [326] -2015-01-22 15:02:32 sendUrl INFO 21 [326] -2015-01-22 15:03:22 queue INFO >>21 [327] -2015-01-22 15:03:22 sendUrl INFO 21 [327] -2015-01-22 15:04:12 queue INFO >>21 [328] -2015-01-22 15:04:12 sendUrl INFO 21 [328] -2015-01-22 15:05:02 queue INFO >>21 [329] -2015-01-22 15:05:02 sendUrl INFO 21 [329] -2015-01-22 15:05:52 queue INFO >>21 [330] -2015-01-22 15:05:52 sendUrl INFO 21 [330] -2015-01-22 15:06:42 queue INFO >>21 [331] -2015-01-22 15:06:43 sendUrl INFO 21 [331] -2015-01-22 15:07:32 queue INFO >>21 [332] -2015-01-22 15:07:32 sendUrl INFO 21 [332] -2015-01-22 15:08:22 queue INFO >>21 [333] -2015-01-22 15:08:23 sendUrl INFO 21 [333] -2015-01-22 15:09:13 queue INFO >>21 [334] -2015-01-22 15:09:13 sendUrl INFO 21 [334] -2015-01-22 15:10:03 queue INFO >>21 [335] -2015-01-22 15:10:03 sendUrl INFO 21 [335] -2015-01-22 15:10:53 queue INFO >>21 [336] -2015-01-22 15:10:53 sendUrl INFO 21 [336] -2015-01-22 15:11:43 queue INFO >>21 [337] -2015-01-22 15:11:43 sendUrl INFO 21 [337] -2015-01-22 15:12:33 queue INFO >>21 [338] -2015-01-22 15:12:34 sendUrl INFO 21 [338] -2015-01-22 15:13:23 queue INFO >>21 [339] -2015-01-22 15:13:24 sendUrl INFO 21 [339] -2015-01-22 15:14:13 queue INFO >>21 [340] -2015-01-22 15:14:14 sendUrl INFO 21 [340] -2015-01-22 15:15:04 queue INFO >>21 [341] -2015-01-22 15:15:04 sendUrl INFO 21 [341] -2015-01-22 15:15:54 queue INFO >>21 [342] -2015-01-22 15:15:54 sendUrl INFO 21 [342] -2015-01-22 15:16:44 queue INFO >>21 [343] -2015-01-22 15:16:44 sendUrl INFO 21 [343] -2015-01-22 15:17:34 queue INFO >>21 [344] -2015-01-22 15:17:35 sendUrl INFO 21 [344] -2015-01-22 15:18:24 queue INFO >>21 [345] -2015-01-22 15:18:24 sendUrl INFO 21 [345] -2015-01-22 15:19:14 queue INFO >>21 [346] -2015-01-22 15:19:15 sendUrl INFO 21 [346] -2015-01-22 15:20:05 queue INFO >>21 [347] -2015-01-22 15:20:05 sendUrl INFO 21 [347] -2015-01-22 15:20:55 queue INFO >>21 [348] -2015-01-22 15:20:55 sendUrl INFO 21 [348] -2015-01-22 15:21:45 queue INFO >>21 [349] -2015-01-22 15:21:45 sendUrl INFO 21 [349] -2015-01-22 15:22:35 queue INFO >>21 [350] -2015-01-22 15:22:35 sendUrl INFO 21 [350] -2015-01-22 15:23:25 queue INFO >>21 [351] -2015-01-22 15:23:25 sendUrl INFO 21 [351] -2015-01-22 15:24:15 queue INFO >>21 [352] -2015-01-22 15:24:16 sendUrl INFO 21 [352] -2015-01-22 15:25:06 queue INFO >>21 [353] -2015-01-22 15:25:06 sendUrl INFO 21 [353] -2015-01-22 15:25:56 queue INFO >>21 [354] -2015-01-22 15:25:56 sendUrl INFO 21 [354] -2015-01-22 15:26:46 queue INFO >>21 [355] -2015-01-22 15:26:46 sendUrl INFO 21 [355] -2015-01-22 15:27:36 queue INFO >>21 [356] -2015-01-22 15:27:36 sendUrl INFO 21 [356] -2015-01-22 15:28:26 queue INFO >>21 [357] -2015-01-22 15:28:27 sendUrl INFO 21 [357] -2015-01-22 15:29:16 queue INFO >>21 [358] -2015-01-22 15:29:16 sendUrl INFO 21 [358] -2015-01-22 15:30:06 queue INFO >>21 [359] -2015-01-22 15:30:07 sendUrl INFO 21 [359] -2015-01-22 15:30:57 queue INFO >>21 [360] -2015-01-22 15:30:57 sendUrl INFO 21 [360] -2015-01-22 15:31:47 queue INFO >>21 [361] -2015-01-22 15:31:47 sendUrl INFO 21 [361] -2015-01-22 15:32:37 queue INFO >>21 [362] -2015-01-22 15:32:37 sendUrl INFO 21 [362] -2015-01-22 15:33:27 queue INFO >>21 [363] -2015-01-22 15:33:28 sendUrl INFO 21 [363] -2015-01-22 15:34:17 queue INFO >>21 [364] -2015-01-22 15:34:17 sendUrl INFO 21 [364] -2015-01-22 15:35:07 queue INFO >>21 [365] -2015-01-22 15:35:08 sendUrl INFO 21 [365] -2015-01-22 15:35:57 queue INFO >>21 [366] -2015-01-22 15:35:58 sendUrl INFO 21 [366] -2015-01-22 15:36:48 queue INFO >>21 [367] -2015-01-22 15:36:48 sendUrl INFO 21 [367] -2015-01-22 15:37:38 queue INFO >>21 [368] -2015-01-22 15:37:38 sendUrl INFO 21 [368] -2015-01-22 15:38:28 queue INFO >>21 [369] -2015-01-22 15:38:28 sendUrl INFO 21 [369] -2015-01-22 15:39:18 queue INFO >>21 [370] -2015-01-22 15:39:18 sendUrl INFO 21 [370] -2015-01-22 15:40:08 queue INFO >>21 [371] -2015-01-22 15:40:08 sendUrl INFO 21 [371] -2015-01-22 15:40:58 queue INFO >>21 [372] -2015-01-22 15:40:59 sendUrl INFO 21 [372] -2015-01-22 15:41:48 queue INFO >>21 [373] -2015-01-22 15:41:49 sendUrl INFO 21 [373] -2015-01-22 15:42:39 queue INFO >>21 [374] -2015-01-22 15:42:39 sendUrl INFO 21 [374] -2015-01-22 15:43:29 queue INFO >>21 [375] -2015-01-22 15:43:29 sendUrl INFO 21 [375] -2015-01-22 15:44:19 queue INFO >>21 [376] -2015-01-22 15:44:19 sendUrl INFO 21 [376] -2015-01-22 15:45:09 queue INFO >>21 [377] -2015-01-22 15:45:09 sendUrl INFO 21 [377] -2015-01-22 15:45:59 queue INFO >>21 [378] -2015-01-22 15:46:00 sendUrl INFO 21 [378] -2015-01-22 15:46:49 queue INFO >>21 [379] -2015-01-22 15:46:50 sendUrl INFO 21 [379] -2015-01-22 15:47:39 queue INFO >>21 [380] -2015-01-22 15:47:40 sendUrl INFO 21 [380] -2015-01-22 15:48:30 queue INFO >>21 [381] -2015-01-22 15:48:30 sendUrl INFO 21 [381] -2015-01-22 15:49:20 queue INFO >>21 [382] -2015-01-22 15:49:20 sendUrl INFO 21 [382] -2015-01-22 15:50:10 queue INFO >>21 [383] -2015-01-22 15:50:10 sendUrl INFO 21 [383] -2015-01-22 15:51:00 queue INFO >>21 [384] -2015-01-22 15:51:00 sendUrl INFO 21 [384] -2015-01-22 15:51:50 queue INFO >>21 [385] -2015-01-22 15:51:51 sendUrl INFO 21 [385] -2015-01-22 15:52:40 queue INFO >>21 [386] -2015-01-22 15:52:41 sendUrl INFO 21 [386] -2015-01-22 15:53:31 queue INFO >>21 [387] -2015-01-22 15:53:31 sendUrl INFO 21 [387] -2015-01-22 15:54:21 queue INFO >>21 [388] -2015-01-22 15:54:21 sendUrl INFO 21 [388] -2015-01-22 15:55:11 queue INFO >>21 [389] -2015-01-22 15:55:11 sendUrl INFO 21 [389] -2015-01-22 15:56:01 queue INFO >>21 [390] -2015-01-22 15:56:01 sendUrl INFO 21 [390] -2015-01-22 15:56:51 queue INFO >>21 [391] -2015-01-22 15:56:52 sendUrl INFO 21 [391] -2015-01-22 15:57:41 queue INFO >>21 [392] -2015-01-22 15:57:41 sendUrl INFO 21 [392] -2015-01-22 15:58:31 queue INFO >>21 [393] -2015-01-22 15:58:32 sendUrl INFO 21 [393] -2015-01-22 15:59:22 queue INFO >>21 [394] -2015-01-22 15:59:22 sendUrl INFO 21 [394] -2015-01-22 16:00:12 queue INFO >>21 [395] -2015-01-22 16:00:12 sendUrl INFO 21 [395] -2015-01-22 16:01:02 queue INFO >>21 [396] -2015-01-22 16:01:02 sendUrl INFO 21 [396] -2015-01-22 16:01:52 queue INFO >>21 [397] -2015-01-22 16:01:52 sendUrl INFO 21 [397] -2015-01-22 16:02:42 queue INFO >>21 [398] -2015-01-22 16:02:43 sendUrl INFO 21 [398] -2015-01-22 16:03:32 queue INFO >>21 [399] -2015-01-22 16:03:32 sendUrl INFO 21 [399] -2015-01-22 16:04:22 queue INFO >>21 [400] -2015-01-22 16:04:23 sendUrl INFO 21 [400] -2015-01-22 16:05:12 queue INFO >>21 [401] -2015-01-22 16:05:13 sendUrl INFO 21 [401] -2015-01-22 16:06:03 queue INFO >>21 [402] -2015-01-22 16:06:03 sendUrl INFO 21 [402] -2015-01-22 16:06:53 queue INFO >>21 [403] -2015-01-22 16:06:53 sendUrl INFO 21 [403] -2015-01-22 16:07:43 queue INFO >>21 [404] -2015-01-22 16:07:43 sendUrl INFO 21 [404] -2015-01-22 16:08:33 queue INFO >>21 [405] -2015-01-22 16:08:33 sendUrl INFO 21 [405] -2015-01-22 16:09:23 queue INFO >>21 [406] -2015-01-22 16:09:24 sendUrl INFO 21 [406] -2015-01-22 16:10:13 queue INFO >>21 [407] -2015-01-22 16:10:14 sendUrl INFO 21 [407] -2015-01-22 16:11:04 queue INFO >>21 [408] -2015-01-22 16:11:04 sendUrl INFO 21 [408] -2015-01-22 16:11:47 queue INFO 0 [409] -2015-01-22 16:11:47 sendUrl INFO 0 [409] -2015-01-22 16:11:47 queue INFO >0 [410] -2015-01-22 16:11:47 sendUrl INFO 0 [410] -2015-01-22 16:12:37 queue INFO >>0 [411] -2015-01-22 16:12:37 sendUrl INFO 0 [411] -2015-01-22 16:13:27 queue INFO >>0 [412] -2015-01-22 16:13:27 sendUrl INFO 0 [412] -2015-01-22 16:14:17 queue INFO >>0 [413] -2015-01-22 16:14:17 sendUrl INFO 0 [413] -2015-01-22 16:15:07 queue INFO >>0 [414] -2015-01-22 16:15:08 sendUrl INFO 0 [414] -2015-01-22 16:15:57 queue INFO >>0 [415] -2015-01-22 16:15:57 sendUrl INFO 0 [415] -2015-01-22 16:16:47 queue INFO >>0 [416] -2015-01-22 16:16:48 sendUrl INFO 0 [416] -2015-01-22 16:17:38 queue INFO >>0 [417] -2015-01-22 16:17:38 sendUrl INFO 0 [417] -2015-01-22 16:18:28 queue INFO >>0 [418] -2015-01-22 16:18:28 sendUrl INFO 0 [418] -2015-01-22 16:19:18 queue INFO >>0 [419] -2015-01-22 16:19:18 sendUrl INFO 0 [419] -2015-01-22 16:20:08 queue INFO >>0 [420] -2015-01-22 16:20:08 sendUrl INFO 0 [420] -2015-01-22 16:20:58 queue INFO >>0 [421] -2015-01-22 16:20:59 sendUrl INFO 0 [421] -2015-01-22 16:21:48 queue INFO >>0 [422] -2015-01-22 16:21:49 sendUrl INFO 0 [422] -2015-01-22 16:22:38 queue INFO >>0 [423] -2015-01-22 16:22:39 sendUrl INFO 0 [423] -2015-01-22 16:23:29 queue INFO >>0 [424] -2015-01-22 16:23:29 sendUrl INFO 0 [424] -2015-01-22 16:24:19 queue INFO >>0 [425] -2015-01-22 16:24:19 sendUrl INFO 0 [425] -2015-01-22 16:25:09 queue INFO >>0 [426] -2015-01-22 16:25:09 sendUrl INFO 0 [426] -2015-01-22 16:25:59 queue INFO >>0 [427] -2015-01-22 16:25:59 sendUrl INFO 0 [427] -2015-01-22 16:26:49 queue INFO >>0 [428] -2015-01-22 16:26:49 sendUrl INFO 0 [428] -2015-01-22 16:27:39 queue INFO >>0 [429] -2015-01-22 16:27:40 sendUrl INFO 0 [429] -2015-01-22 16:28:29 queue INFO >>0 [430] -2015-01-22 16:28:30 sendUrl INFO 0 [430] -2015-01-22 16:29:19 queue INFO >>0 [431] -2015-01-22 16:29:20 sendUrl INFO 0 [431] -2015-01-22 16:30:10 queue INFO >>0 [432] -2015-01-22 16:30:10 sendUrl INFO 0 [432] -2015-01-22 16:31:00 queue INFO >>0 [433] -2015-01-22 16:31:00 sendUrl INFO 0 [433] -2015-01-22 16:31:50 queue INFO >>0 [434] -2015-01-22 16:31:50 sendUrl INFO 0 [434] -2015-01-22 16:32:40 queue INFO >>0 [435] -2015-01-22 16:32:40 sendUrl INFO 0 [435] -2015-01-22 16:33:30 queue INFO >>0 [436] -2015-01-22 16:33:31 sendUrl INFO 0 [436] -2015-01-22 16:34:20 queue INFO >>0 [437] -2015-01-22 16:34:21 sendUrl INFO 0 [437] -2015-01-22 16:35:11 queue INFO >>0 [438] -2015-01-22 16:35:11 sendUrl INFO 0 [438] -2015-01-22 16:36:01 queue INFO >>0 [439] -2015-01-22 16:36:01 sendUrl INFO 0 [439] -2015-01-22 16:36:51 queue INFO >>0 [440] -2015-01-22 16:36:51 sendUrl INFO 0 [440] -2015-01-22 16:37:41 queue INFO >>0 [441] -2015-01-22 16:37:41 sendUrl INFO 0 [441] -2015-01-22 16:38:25 queue INFO 29 [442] -2015-01-22 16:38:25 queue INFO >29 [443] -2015-01-22 16:38:25 sendUrl INFO 29 [442] -2015-01-22 16:38:26 sendUrl INFO 29 [443] -2015-01-22 16:39:15 queue INFO >>29 [444] -2015-01-22 16:39:15 sendUrl INFO 29 [444] -2015-01-22 16:39:17 queue INFO 21 [445] -2015-01-22 16:39:17 queue INFO 29 [446] -2015-01-22 16:39:17 sendUrl INFO 21 [445] -2015-01-22 16:39:17 queue INFO >29 [447] -2015-01-22 16:39:17 sendUrl INFO 29 [446] -2015-01-22 16:39:18 sendUrl INFO 29 [447] -2015-01-22 16:39:35 queue INFO 21 [448] -2015-01-22 16:39:35 sendUrl INFO 21 [448] -2015-01-22 16:39:35 queue INFO 29 [449] -2015-01-22 16:39:35 queue INFO >29 [450] -2015-01-22 16:39:36 sendUrl INFO 29 [449] -2015-01-22 16:39:36 sendUrl INFO 29 [450] -2015-01-22 16:40:21 queue INFO 21 [451] -2015-01-22 16:40:21 queue INFO 29 [452] -2015-01-22 16:40:21 sendUrl INFO 21 [451] -2015-01-22 16:40:21 queue INFO >29 [453] -2015-01-22 16:40:21 sendUrl INFO 29 [452] -2015-01-22 16:40:22 sendUrl INFO 29 [453] -2015-01-22 16:40:23 queue INFO 21 [454] -2015-01-22 16:40:23 sendUrl INFO 21 [454] -2015-01-22 16:40:24 queue INFO 29 [455] -2015-01-22 16:40:24 queue INFO >29 [456] -2015-01-22 16:40:24 sendUrl INFO 29 [455] -2015-01-22 16:40:24 queue INFO 21 [457] -2015-01-22 16:40:24 queue INFO 29 [458] -2015-01-22 16:40:24 sendUrl INFO 29 [456] -2015-01-22 16:40:25 queue INFO >29 [459] -2015-01-22 16:40:25 sendUrl INFO 21 [457] -2015-01-22 16:40:25 sendUrl INFO 29 [458] -2015-01-22 16:40:26 sendUrl INFO 29 [459] -2015-01-22 16:40:34 queue INFO 21 [460] -2015-01-22 16:40:35 sendUrl INFO 21 [460] -2015-01-22 16:40:35 queue INFO >21 [461] -2015-01-22 16:40:35 queue INFO 29 [462] -2015-01-22 16:40:35 sendUrl INFO 21 [461] -2015-01-22 16:40:35 queue INFO >29 [463] -2015-01-22 16:40:36 sendUrl INFO 29 [462] -2015-01-22 16:40:36 sendUrl INFO 29 [463] -2015-01-22 16:40:38 queue INFO 0 [464] -2015-01-22 16:40:38 queue INFO >0 [465] -2015-01-22 16:40:39 sendUrl INFO 0 [464] -2015-01-22 16:40:39 sendUrl INFO 0 [465] -2015-01-22 16:40:51 queue INFO 29 [466] -2015-01-22 16:40:52 queue INFO >29 [467] -2015-01-22 16:40:52 sendUrl INFO 29 [466] -2015-01-22 16:40:52 sendUrl INFO 29 [467] -2015-01-22 16:41:00 queue INFO 21 [468] -2015-01-22 16:41:01 queue INFO >21 [469] -2015-01-22 16:41:01 sendUrl INFO 21 [468] -2015-01-22 16:41:01 sendUrl INFO 21 [469] -2015-01-22 16:41:51 queue INFO >>21 [470] -2015-01-22 16:41:51 sendUrl INFO 21 [470] -2015-01-22 16:42:41 queue INFO >>21 [471] -2015-01-22 16:42:41 sendUrl INFO 21 [471] -2015-01-22 16:43:31 queue INFO >>21 [472] -2015-01-22 16:43:31 sendUrl INFO 21 [472] -2015-01-22 16:44:21 queue INFO >>21 [473] -2015-01-22 16:44:22 sendUrl INFO 21 [473] -2015-01-22 16:45:11 queue INFO >>21 [474] -2015-01-22 16:45:11 sendUrl INFO 21 [474] -2015-01-22 16:46:01 queue INFO >>21 [475] -2015-01-22 16:46:02 sendUrl INFO 21 [475] -2015-01-22 16:46:52 queue INFO >>21 [476] -2015-01-22 16:46:52 sendUrl INFO 21 [476] -2015-01-22 16:47:42 queue INFO >>21 [477] -2015-01-22 16:47:42 sendUrl INFO 21 [477] -2015-01-22 16:48:32 queue INFO >>21 [478] -2015-01-22 16:48:32 sendUrl INFO 21 [478] -2015-01-22 16:49:22 queue INFO >>21 [479] -2015-01-22 16:49:22 sendUrl INFO 21 [479] -2015-01-22 16:50:12 queue INFO >>21 [480] -2015-01-22 16:50:12 sendUrl INFO 21 [480] -2015-01-22 16:51:02 queue INFO >>21 [481] -2015-01-22 16:51:02 sendUrl INFO 21 [481] -2015-01-22 16:51:52 queue INFO >>21 [482] -2015-01-22 16:51:53 sendUrl INFO 21 [482] -2015-01-22 16:52:42 queue INFO >>21 [483] -2015-01-22 16:52:43 sendUrl INFO 21 [483] -2015-01-22 16:53:33 queue INFO >>21 [484] -2015-01-22 16:53:33 sendUrl INFO 21 [484] -2015-01-22 16:54:23 queue INFO >>21 [485] -2015-01-22 16:54:23 sendUrl INFO 21 [485] -2015-01-22 16:55:13 queue INFO >>21 [486] -2015-01-22 16:55:13 sendUrl INFO 21 [486] -2015-01-22 16:56:03 queue INFO >>21 [487] -2015-01-22 16:56:03 sendUrl INFO 21 [487] -2015-01-22 16:56:53 queue INFO >>21 [488] -2015-01-22 16:56:54 sendUrl INFO 21 [488] -2015-01-22 16:57:43 queue INFO >>21 [489] -2015-01-22 16:57:44 sendUrl INFO 21 [489] -2015-01-22 16:58:33 queue INFO >>21 [490] -2015-01-22 16:58:34 sendUrl INFO 21 [490] -2015-01-22 16:59:24 queue INFO >>21 [491] -2015-01-22 16:59:24 sendUrl INFO 21 [491] -2015-01-22 17:00:14 queue INFO >>21 [492] -2015-01-22 17:00:14 sendUrl INFO 21 [492] -2015-01-22 17:01:04 queue INFO >>21 [493] -2015-01-22 17:01:04 sendUrl INFO 21 [493] -2015-01-22 17:01:54 queue INFO >>21 [494] -2015-01-22 17:01:54 sendUrl INFO 21 [494] -2015-01-22 17:02:44 queue INFO >>21 [495] -2015-01-22 17:02:45 sendUrl INFO 21 [495] -2015-01-22 17:03:34 queue INFO >>21 [496] -2015-01-22 17:03:34 sendUrl INFO 21 [496] -2015-01-22 17:04:24 queue INFO >>21 [497] -2015-01-22 17:04:25 sendUrl INFO 21 [497] -2015-01-22 17:05:14 queue INFO >>21 [498] -2015-01-22 17:05:15 sendUrl INFO 21 [498] -2015-01-22 17:06:05 queue INFO >>21 [499] -2015-01-22 17:06:05 sendUrl INFO 21 [499] -2015-01-22 17:06:55 queue INFO >>21 [500] -2015-01-22 17:06:55 sendUrl INFO 21 [500] -2015-01-22 17:07:45 queue INFO >>21 [501] -2015-01-22 17:07:45 sendUrl INFO 21 [501] -2015-01-22 17:08:35 queue INFO >>21 [502] -2015-01-22 17:08:35 sendUrl INFO 21 [502] -2015-01-22 17:09:25 queue INFO >>21 [503] -2015-01-22 17:09:26 sendUrl INFO 21 [503] -2015-01-22 17:10:15 queue INFO >>21 [504] -2015-01-22 17:10:16 sendUrl INFO 21 [504] -2015-01-22 17:11:06 queue INFO >>21 [505] -2015-01-22 17:11:06 sendUrl INFO 21 [505] -2015-01-22 17:11:56 queue INFO >>21 [506] -2015-01-22 17:11:56 sendUrl INFO 21 [506] -2015-01-22 17:12:46 queue INFO >>21 [507] -2015-01-22 17:12:46 sendUrl INFO 21 [507] -2015-01-22 17:13:36 queue INFO >>21 [508] -2015-01-22 17:13:37 sendUrl INFO 21 [508] -2015-01-22 17:14:26 queue INFO >>21 [509] -2015-01-22 17:14:26 sendUrl INFO 21 [509] -2015-01-22 17:15:16 queue INFO >>21 [510] -2015-01-22 17:15:17 sendUrl INFO 21 [510] -2015-01-22 17:16:06 queue INFO >>21 [511] -2015-01-22 17:16:07 sendUrl INFO 21 [511] -2015-01-22 17:16:57 queue INFO >>21 [512] -2015-01-22 17:16:57 sendUrl INFO 21 [512] -2015-01-22 17:17:47 queue INFO >>21 [513] -2015-01-22 17:17:47 sendUrl INFO 21 [513] -2015-01-22 17:18:37 queue INFO >>21 [514] -2015-01-22 17:18:37 sendUrl INFO 21 [514] -2015-01-22 17:19:27 queue INFO >>21 [515] -2015-01-22 17:19:27 sendUrl INFO 21 [515] -2015-01-22 17:20:17 queue INFO >>21 [516] -2015-01-22 17:20:17 sendUrl INFO 21 [516] -2015-01-22 17:21:07 queue INFO >>21 [517] -2015-01-22 17:21:08 sendUrl INFO 21 [517] -2015-01-22 17:21:57 queue INFO >>21 [518] -2015-01-22 17:21:58 sendUrl INFO 21 [518] -2015-01-22 17:22:47 queue INFO >>21 [519] -2015-01-22 17:22:48 sendUrl INFO 21 [519] -2015-01-22 17:23:38 queue INFO >>21 [520] -2015-01-22 17:23:38 sendUrl INFO 21 [520] -2015-01-22 17:24:28 queue INFO >>21 [521] -2015-01-22 17:24:28 sendUrl INFO 21 [521] -2015-01-22 17:25:18 queue INFO >>21 [522] -2015-01-22 17:25:18 sendUrl INFO 21 [522] -2015-01-22 17:26:08 queue INFO >>21 [523] -2015-01-22 17:26:09 sendUrl INFO 21 [523] -2015-01-22 17:26:58 queue INFO >>21 [524] -2015-01-22 17:26:58 sendUrl INFO 21 [524] -2015-01-22 17:27:48 queue INFO >>21 [525] -2015-01-22 17:27:49 sendUrl INFO 21 [525] -2015-01-22 17:28:39 queue INFO >>21 [526] -2015-01-22 17:28:39 sendUrl INFO 21 [526] -2015-01-22 17:29:29 queue INFO >>21 [527] -2015-01-22 17:29:29 sendUrl INFO 21 [527] -2015-01-22 17:30:19 queue INFO >>21 [528] -2015-01-22 17:30:19 sendUrl INFO 21 [528] -2015-01-22 17:31:09 queue INFO >>21 [529] -2015-01-22 17:31:09 sendUrl INFO 21 [529] -2015-01-22 17:31:59 queue INFO >>21 [530] -2015-01-22 17:31:59 sendUrl INFO 21 [530] -2015-01-22 17:32:49 queue INFO >>21 [531] -2015-01-22 17:32:50 sendUrl INFO 21 [531] -2015-01-22 17:33:39 queue INFO >>21 [532] -2015-01-22 17:33:40 sendUrl INFO 21 [532] -2015-01-22 17:34:30 queue INFO >>21 [533] -2015-01-22 17:34:30 sendUrl INFO 21 [533] -2015-01-22 17:35:20 queue INFO >>21 [534] -2015-01-22 17:35:20 sendUrl INFO 21 [534] -2015-01-22 17:36:10 queue INFO >>21 [535] -2015-01-22 17:36:10 sendUrl INFO 21 [535] -2015-01-22 17:37:00 queue INFO >>21 [536] -2015-01-22 17:37:01 sendUrl INFO 21 [536] -2015-01-22 17:37:50 queue INFO >>21 [537] -2015-01-22 17:37:50 sendUrl INFO 21 [537] -2015-01-22 17:38:40 queue INFO >>21 [538] -2015-01-22 17:38:41 sendUrl INFO 21 [538] -2015-01-22 17:39:30 queue INFO >>21 [539] -2015-01-22 17:39:31 sendUrl INFO 21 [539] -2015-01-22 17:40:21 queue INFO >>21 [540] -2015-01-22 17:40:21 sendUrl INFO 21 [540] -2015-01-22 17:41:11 queue INFO >>21 [541] -2015-01-22 17:41:11 sendUrl INFO 21 [541] -2015-01-22 17:42:01 queue INFO >>21 [542] -2015-01-22 17:42:01 sendUrl INFO 21 [542] -2015-01-22 17:42:51 queue INFO >>21 [543] -2015-01-22 17:42:51 sendUrl INFO 21 [543] -2015-01-22 17:43:41 queue INFO >>21 [544] -2015-01-22 17:43:41 sendUrl INFO 21 [544] -2015-01-22 17:44:31 queue INFO >>21 [545] -2015-01-22 17:44:32 sendUrl INFO 21 [545] -2015-01-22 17:45:21 queue INFO >>21 [546] -2015-01-22 17:45:22 sendUrl INFO 21 [546] -2015-01-22 17:46:12 queue INFO >>21 [547] -2015-01-22 17:46:12 sendUrl INFO 21 [547] -2015-01-22 17:47:02 queue INFO >>21 [548] -2015-01-22 17:47:02 sendUrl INFO 21 [548] -2015-01-22 17:47:52 queue INFO >>21 [549] -2015-01-22 17:47:52 sendUrl INFO 21 [549] -2015-01-22 17:48:42 queue INFO >>21 [550] -2015-01-22 17:48:42 sendUrl INFO 21 [550] -2015-01-22 17:49:32 queue INFO >>21 [551] -2015-01-22 17:49:33 sendUrl INFO 21 [551] -2015-01-22 17:50:22 queue INFO >>21 [552] -2015-01-22 17:50:23 sendUrl INFO 21 [552] -2015-01-22 17:51:12 queue INFO >>21 [553] -2015-01-22 17:51:13 sendUrl INFO 21 [553] -2015-01-22 17:52:03 queue INFO >>21 [554] -2015-01-22 17:52:03 sendUrl INFO 21 [554] -2015-01-22 17:52:53 queue INFO >>21 [555] -2015-01-22 17:52:53 sendUrl INFO 21 [555] -2015-01-22 17:53:43 queue INFO >>21 [556] -2015-01-22 17:53:43 sendUrl INFO 21 [556] -2015-01-22 17:54:33 queue INFO >>21 [557] -2015-01-22 17:54:33 sendUrl INFO 21 [557] -2015-01-22 17:55:23 queue INFO >>21 [558] -2015-01-22 17:55:24 sendUrl INFO 21 [558] -2015-01-22 17:56:13 queue INFO >>21 [559] -2015-01-22 17:56:14 sendUrl INFO 21 [559] -2015-01-22 17:57:04 queue INFO >>21 [560] -2015-01-22 17:57:04 sendUrl INFO 21 [560] -2015-01-22 17:57:54 queue INFO >>21 [561] -2015-01-22 17:57:54 sendUrl INFO 21 [561] -2015-01-22 17:58:44 queue INFO >>21 [562] -2015-01-22 17:58:44 sendUrl INFO 21 [562] -2015-01-22 17:59:34 queue INFO >>21 [563] -2015-01-22 17:59:34 sendUrl INFO 21 [563] -2015-01-22 18:00:24 queue INFO >>21 [564] -2015-01-22 18:00:25 sendUrl INFO 21 [564] -2015-01-22 18:01:14 queue INFO >>21 [565] -2015-01-22 18:01:14 sendUrl INFO 21 [565] -2015-01-22 18:02:04 queue INFO >>21 [566] -2015-01-22 18:02:05 sendUrl INFO 21 [566] -2015-01-22 18:02:55 queue INFO >>21 [567] -2015-01-22 18:02:55 sendUrl INFO 21 [567] -2015-01-22 18:03:45 queue INFO >>21 [568] -2015-01-22 18:03:45 sendUrl INFO 21 [568] -2015-01-22 18:04:35 queue INFO >>21 [569] -2015-01-22 18:04:35 sendUrl INFO 21 [569] -2015-01-22 18:05:25 queue INFO >>21 [570] -2015-01-22 18:05:26 sendUrl INFO 21 [570] -2015-01-22 18:06:15 queue INFO >>21 [571] -2015-01-22 18:06:15 sendUrl INFO 21 [571] -2015-01-22 18:07:05 queue INFO >>21 [572] -2015-01-22 18:07:06 sendUrl INFO 21 [572] -2015-01-22 18:07:56 queue INFO >>21 [573] -2015-01-22 18:07:56 sendUrl INFO 21 [573] -2015-01-22 18:08:46 queue INFO >>21 [574] -2015-01-22 18:08:46 sendUrl INFO 21 [574] -2015-01-22 18:09:36 queue INFO >>21 [575] -2015-01-22 18:09:36 sendUrl INFO 21 [575] -2015-01-22 18:10:26 queue INFO >>21 [576] -2015-01-22 18:10:26 sendUrl INFO 21 [576] -2015-01-22 18:11:16 queue INFO >>21 [577] -2015-01-22 18:11:17 sendUrl INFO 21 [577] -2015-01-22 18:12:06 queue INFO >>21 [578] -2015-01-22 18:12:07 sendUrl INFO 21 [578] -2015-01-22 18:12:56 queue INFO >>21 [579] -2015-01-22 18:12:57 sendUrl INFO 21 [579] -2015-01-22 18:13:47 queue INFO >>21 [580] -2015-01-22 18:13:47 sendUrl INFO 21 [580] -2015-01-22 18:14:37 queue INFO >>21 [581] -2015-01-22 18:14:37 sendUrl INFO 21 [581] -2015-01-22 18:15:27 queue INFO >>21 [582] -2015-01-22 18:15:27 sendUrl INFO 21 [582] -2015-01-22 18:16:17 queue INFO >>21 [583] -2015-01-22 18:16:18 sendUrl INFO 21 [583] -2015-01-22 18:17:07 queue INFO >>21 [584] -2015-01-22 18:17:07 sendUrl INFO 21 [584] -2015-01-22 18:17:57 queue INFO >>21 [585] -2015-01-22 18:17:58 sendUrl INFO 21 [585] -2015-01-22 18:18:47 queue INFO >>21 [586] -2015-01-22 18:18:48 sendUrl INFO 21 [586] -2015-01-22 18:19:38 queue INFO >>21 [587] -2015-01-22 18:19:38 sendUrl INFO 21 [587] -2015-01-22 18:20:28 queue INFO >>21 [588] -2015-01-22 18:20:28 sendUrl INFO 21 [588] -2015-01-22 18:21:18 queue INFO >>21 [589] -2015-01-22 18:21:18 sendUrl INFO 21 [589] -2015-01-22 18:22:08 queue INFO >>21 [590] -2015-01-22 18:22:08 sendUrl INFO 21 [590] -2015-01-22 18:22:58 queue INFO >>21 [591] -2015-01-22 18:22:58 sendUrl INFO 21 [591] -2015-01-22 18:23:48 queue INFO >>21 [592] -2015-01-22 18:23:49 sendUrl INFO 21 [592] -2015-01-22 18:24:38 queue INFO >>21 [593] -2015-01-22 18:24:39 sendUrl INFO 21 [593] -2015-01-22 18:25:29 queue INFO >>21 [594] -2015-01-22 18:25:29 sendUrl INFO 21 [594] -2015-01-22 18:26:19 queue INFO >>21 [595] -2015-01-22 18:26:19 sendUrl INFO 21 [595] -2015-01-22 18:27:09 queue INFO >>21 [596] -2015-01-22 18:27:09 sendUrl INFO 21 [596] -2015-01-22 18:27:59 queue INFO >>21 [597] -2015-01-22 18:27:59 sendUrl INFO 21 [597] -2015-01-22 18:28:49 queue INFO >>21 [598] -2015-01-22 18:28:50 sendUrl INFO 21 [598] -2015-01-22 18:29:39 queue INFO >>21 [599] -2015-01-22 18:29:39 sendUrl INFO 21 [599] -2015-01-22 18:30:29 queue INFO >>21 [600] -2015-01-22 18:30:30 sendUrl INFO 21 [600] -2015-01-22 18:31:20 queue INFO >>21 [601] -2015-01-22 18:31:20 sendUrl INFO 21 [601] -2015-01-22 18:32:10 queue INFO >>21 [602] -2015-01-22 18:32:10 sendUrl INFO 21 [602] -2015-01-22 18:33:00 queue INFO >>21 [603] -2015-01-22 18:33:00 sendUrl INFO 21 [603] -2015-01-22 18:33:50 queue INFO >>21 [604] -2015-01-22 18:33:51 sendUrl INFO 21 [604] -2015-01-22 18:34:40 queue INFO >>21 [605] -2015-01-22 18:34:41 sendUrl INFO 21 [605] -2015-01-22 18:35:30 queue INFO >>21 [606] -2015-01-22 18:35:31 sendUrl INFO 21 [606] -2015-01-22 18:36:21 queue INFO >>21 [607] -2015-01-22 18:36:21 sendUrl INFO 21 [607] -2015-01-22 18:37:11 queue INFO >>21 [608] -2015-01-22 18:37:11 sendUrl INFO 21 [608] -2015-01-22 18:38:01 queue INFO >>21 [609] -2015-01-22 18:38:01 sendUrl INFO 21 [609] -2015-01-22 18:38:51 queue INFO >>21 [610] -2015-01-22 18:38:51 sendUrl INFO 21 [610] -2015-01-22 18:39:41 queue INFO >>21 [611] -2015-01-22 18:39:42 sendUrl INFO 21 [611] -2015-01-22 18:40:31 queue INFO >>21 [612] -2015-01-22 18:40:32 sendUrl INFO 21 [612] -2015-01-22 18:41:21 queue INFO >>21 [613] -2015-01-22 18:41:22 sendUrl INFO 21 [613] -2015-01-22 18:42:12 queue INFO >>21 [614] -2015-01-22 18:42:12 sendUrl INFO 21 [614] -2015-01-22 18:43:02 queue INFO >>21 [615] -2015-01-22 18:43:02 sendUrl INFO 21 [615] -2015-01-22 18:43:52 queue INFO >>21 [616] -2015-01-22 18:43:52 sendUrl INFO 21 [616] -2015-01-22 18:44:42 queue INFO >>21 [617] -2015-01-22 18:44:43 sendUrl INFO 21 [617] -2015-01-22 18:45:32 queue INFO >>21 [618] -2015-01-22 18:45:32 sendUrl INFO 21 [618] -2015-01-22 18:46:22 queue INFO >>21 [619] -2015-01-22 18:46:23 sendUrl INFO 21 [619] -2015-01-22 18:47:13 queue INFO >>21 [620] -2015-01-22 18:47:13 sendUrl INFO 21 [620] -2015-01-22 18:48:03 queue INFO >>21 [621] -2015-01-22 18:48:03 sendUrl INFO 21 [621] -2015-01-22 18:48:53 queue INFO >>21 [622] -2015-01-22 18:48:53 sendUrl INFO 21 [622] -2015-01-22 18:49:43 queue INFO >>21 [623] -2015-01-22 18:49:43 sendUrl INFO 21 [623] -2015-01-22 18:50:33 queue INFO >>21 [624] -2015-01-22 18:50:33 sendUrl INFO 21 [624] -2015-01-22 18:51:23 queue INFO >>21 [625] -2015-01-22 18:51:24 sendUrl INFO 21 [625] -2015-01-22 18:52:13 queue INFO >>21 [626] -2015-01-22 18:52:14 sendUrl INFO 21 [626] -2015-01-22 18:53:04 queue INFO >>21 [627] -2015-01-22 18:53:04 sendUrl INFO 21 [627] -2015-01-22 18:53:54 queue INFO >>21 [628] -2015-01-22 18:53:54 sendUrl INFO 21 [628] -2015-01-22 18:54:44 queue INFO >>21 [629] -2015-01-22 18:54:44 sendUrl INFO 21 [629] -2015-01-22 18:55:34 queue INFO >>21 [630] -2015-01-22 18:55:34 sendUrl INFO 21 [630] -2015-01-22 18:56:24 queue INFO >>21 [631] -2015-01-22 18:56:24 sendUrl INFO 21 [631] -2015-01-22 18:57:14 queue INFO >>21 [632] -2015-01-22 18:57:15 sendUrl INFO 21 [632] -2015-01-22 18:58:05 queue INFO >>21 [633] -2015-01-22 18:58:05 sendUrl INFO 21 [633] -2015-01-22 18:58:55 queue INFO >>21 [634] -2015-01-22 18:58:55 sendUrl INFO 21 [634] -2015-01-22 18:59:45 queue INFO >>21 [635] -2015-01-22 18:59:45 sendUrl INFO 21 [635] -2015-01-22 19:00:35 queue INFO >>21 [636] -2015-01-22 19:00:36 sendUrl INFO 21 [636] -2015-01-22 19:01:25 queue INFO >>21 [637] -2015-01-22 19:01:25 sendUrl INFO 21 [637] -2015-01-22 19:02:15 queue INFO >>21 [638] -2015-01-22 19:02:16 sendUrl INFO 21 [638] -2015-01-22 19:03:05 queue INFO >>21 [639] -2015-01-22 19:03:06 sendUrl INFO 21 [639] -2015-01-22 19:03:56 queue INFO >>21 [640] -2015-01-22 19:03:56 sendUrl INFO 21 [640] -2015-01-22 19:04:46 queue INFO >>21 [641] -2015-01-22 19:04:46 sendUrl INFO 21 [641] -2015-01-22 19:05:36 queue INFO >>21 [642] -2015-01-22 19:05:36 sendUrl INFO 21 [642] -2015-01-22 19:06:26 queue INFO >>21 [643] -2015-01-22 19:06:26 sendUrl INFO 21 [643] -2015-01-22 19:07:16 queue INFO >>21 [644] -2015-01-22 19:07:16 sendUrl INFO 21 [644] -2015-01-22 19:08:06 queue INFO >>21 [645] -2015-01-22 19:08:07 sendUrl INFO 21 [645] -2015-01-22 19:08:56 queue INFO >>21 [646] -2015-01-22 19:08:57 sendUrl INFO 21 [646] -2015-01-22 19:09:46 queue INFO >>21 [647] -2015-01-22 19:09:47 sendUrl INFO 21 [647] -2015-01-22 19:10:37 queue INFO >>21 [648] -2015-01-22 19:10:37 sendUrl INFO 21 [648] -2015-01-22 19:11:27 queue INFO >>21 [649] -2015-01-22 19:11:27 sendUrl INFO 21 [649] -2015-01-22 19:12:17 queue INFO >>21 [650] -2015-01-22 19:12:17 sendUrl INFO 21 [650] -2015-01-22 19:13:07 queue INFO >>21 [651] -2015-01-22 19:13:08 sendUrl INFO 21 [651] -2015-01-22 19:13:57 queue INFO >>21 [652] -2015-01-22 19:13:57 sendUrl INFO 21 [652] -2015-01-22 19:14:47 queue INFO >>21 [653] -2015-01-22 19:14:48 sendUrl INFO 21 [653] -2015-01-22 19:15:38 queue INFO >>21 [654] -2015-01-22 19:15:38 sendUrl INFO 21 [654] -2015-01-22 19:16:28 queue INFO >>21 [655] -2015-01-22 19:16:28 sendUrl INFO 21 [655] -2015-01-22 19:17:18 queue INFO >>21 [656] -2015-01-22 19:17:18 sendUrl INFO 21 [656] -2015-01-22 19:18:08 queue INFO >>21 [657] -2015-01-22 19:18:08 sendUrl INFO 21 [657] -2015-01-22 19:18:58 queue INFO >>21 [658] -2015-01-22 19:18:59 sendUrl INFO 21 [658] -2015-01-22 19:19:48 queue INFO >>21 [659] -2015-01-22 19:19:48 sendUrl INFO 21 [659] -2015-01-22 19:20:38 queue INFO >>21 [660] -2015-01-22 19:20:39 sendUrl INFO 21 [660] -2015-01-22 19:21:28 queue INFO >>21 [661] -2015-01-22 19:21:29 sendUrl INFO 21 [661] -2015-01-22 19:22:19 queue INFO >>21 [662] -2015-01-22 19:22:19 sendUrl INFO 21 [662] -2015-01-22 19:23:09 queue INFO >>21 [663] -2015-01-22 19:23:09 sendUrl INFO 21 [663] -2015-01-22 19:23:59 queue INFO >>21 [664] -2015-01-22 19:23:59 sendUrl INFO 21 [664] -2015-01-22 19:24:49 queue INFO >>21 [665] -2015-01-22 19:24:49 sendUrl INFO 21 [665] -2015-01-22 19:25:39 queue INFO >>21 [666] -2015-01-22 19:25:39 sendUrl INFO 21 [666] -2015-01-22 19:26:29 queue INFO >>21 [667] -2015-01-22 19:26:30 sendUrl INFO 21 [667] -2015-01-22 19:27:19 queue INFO >>21 [668] -2015-01-22 19:27:20 sendUrl INFO 21 [668] -2015-01-22 19:28:10 queue INFO >>21 [669] -2015-01-22 19:28:10 sendUrl INFO 21 [669] -2015-01-22 19:29:00 queue INFO >>21 [670] -2015-01-22 19:29:00 sendUrl INFO 21 [670] -2015-01-22 19:29:50 queue INFO >>21 [671] -2015-01-22 19:29:50 sendUrl INFO 21 [671] -2015-01-22 19:30:40 queue INFO >>21 [672] -2015-01-22 19:30:40 sendUrl INFO 21 [672] -2015-01-22 19:31:30 queue INFO >>21 [673] -2015-01-22 19:31:31 sendUrl INFO 21 [673] -2015-01-22 19:32:20 queue INFO >>21 [674] -2015-01-22 19:32:20 sendUrl INFO 21 [674] -2015-01-22 19:33:10 queue INFO >>21 [675] -2015-01-22 19:33:11 sendUrl INFO 21 [675] -2015-01-22 19:34:00 queue INFO >>21 [676] -2015-01-22 19:34:01 sendUrl INFO 21 [676] -2015-01-22 19:34:51 queue INFO >>21 [677] -2015-01-22 19:34:51 sendUrl INFO 21 [677] -2015-01-22 19:35:41 queue INFO >>21 [678] -2015-01-22 19:35:41 sendUrl INFO 21 [678] -2015-01-22 19:36:31 queue INFO >>21 [679] -2015-01-22 19:36:31 sendUrl INFO 21 [679] -2015-01-22 19:37:21 queue INFO >>21 [680] -2015-01-22 19:37:21 sendUrl INFO 21 [680] -2015-01-22 19:38:11 queue INFO >>21 [681] -2015-01-22 19:38:11 sendUrl INFO 21 [681] -2015-01-22 19:39:01 queue INFO >>21 [682] -2015-01-22 19:39:02 sendUrl INFO 21 [682] -2015-01-22 19:39:51 queue INFO >>21 [683] -2015-01-22 19:39:52 sendUrl INFO 21 [683] -2015-01-22 19:40:42 queue INFO >>21 [684] -2015-01-22 19:40:42 sendUrl INFO 21 [684] -2015-01-22 19:41:32 queue INFO >>21 [685] -2015-01-22 19:41:32 sendUrl INFO 21 [685] -2015-01-22 19:42:22 queue INFO >>21 [686] -2015-01-22 19:42:22 sendUrl INFO 21 [686] -2015-01-22 19:43:12 queue INFO >>21 [687] -2015-01-22 19:43:12 sendUrl INFO 21 [687] -2015-01-22 19:44:02 queue INFO >>21 [688] -2015-01-22 19:44:02 sendUrl INFO 21 [688] -2015-01-22 19:44:52 queue INFO >>21 [689] -2015-01-22 19:44:53 sendUrl INFO 21 [689] -2015-01-22 19:45:42 queue INFO >>21 [690] -2015-01-22 19:45:43 sendUrl INFO 21 [690] -2015-01-22 19:46:33 queue INFO >>21 [691] -2015-01-22 19:46:33 sendUrl INFO 21 [691] -2015-01-22 19:47:23 queue INFO >>21 [692] -2015-01-22 19:47:23 sendUrl INFO 21 [692] -2015-01-22 19:48:13 queue INFO >>21 [693] -2015-01-22 19:48:13 sendUrl INFO 21 [693] -2015-01-22 19:49:03 queue INFO >>21 [694] -2015-01-22 19:49:03 sendUrl INFO 21 [694] -2015-01-22 19:49:53 queue INFO >>21 [695] -2015-01-22 19:49:54 sendUrl INFO 21 [695] -2015-01-22 19:50:43 queue INFO >>21 [696] -2015-01-22 19:50:43 sendUrl INFO 21 [696] -2015-01-22 19:51:34 queue INFO >>21 [697] -2015-01-22 19:51:34 sendUrl INFO 21 [697] -2015-01-22 19:52:24 queue INFO >>21 [698] -2015-01-22 19:52:24 sendUrl INFO 21 [698] -2015-01-22 19:53:14 queue INFO >>21 [699] -2015-01-22 19:53:14 sendUrl INFO 21 [699] -2015-01-22 19:54:04 queue INFO >>21 [700] -2015-01-22 19:54:04 sendUrl INFO 21 [700] -2015-01-22 19:54:54 queue INFO >>21 [701] -2015-01-22 19:54:55 sendUrl INFO 21 [701] -2015-01-22 19:55:44 queue INFO >>21 [702] -2015-01-22 19:55:44 sendUrl INFO 21 [702] -2015-01-22 19:56:34 queue INFO >>21 [703] -2015-01-22 19:56:35 sendUrl INFO 21 [703] -2015-01-22 19:57:25 queue INFO >>21 [704] -2015-01-22 19:57:25 sendUrl INFO 21 [704] -2015-01-22 19:58:15 queue INFO >>21 [705] -2015-01-22 19:58:15 sendUrl INFO 21 [705] -2015-01-22 19:59:05 queue INFO >>21 [706] -2015-01-22 19:59:05 sendUrl INFO 21 [706] -2015-01-22 19:59:55 queue INFO >>21 [707] -2015-01-22 19:59:55 sendUrl INFO 21 [707] -2015-01-22 20:00:45 queue INFO >>21 [708] -2015-01-22 20:00:46 sendUrl INFO 21 [708] -2015-01-22 20:01:35 queue INFO >>21 [709] -2015-01-22 20:01:35 sendUrl INFO 21 [709] -2015-01-22 20:02:25 queue INFO >>21 [710] -2015-01-22 20:02:26 sendUrl INFO 21 [710] -2015-01-22 20:03:15 queue INFO >>21 [711] -2015-01-22 20:03:16 sendUrl INFO 21 [711] -2015-01-22 20:04:06 queue INFO >>21 [712] -2015-01-22 20:04:06 sendUrl INFO 21 [712] -2015-01-22 20:04:56 queue INFO >>21 [713] -2015-01-22 20:04:56 sendUrl INFO 21 [713] -2015-01-22 20:05:46 queue INFO >>21 [714] -2015-01-22 20:05:46 sendUrl INFO 21 [714] -2015-01-22 20:06:36 queue INFO >>21 [715] -2015-01-22 20:06:36 sendUrl INFO 21 [715] -2015-01-22 20:07:26 queue INFO >>21 [716] -2015-01-22 20:07:27 sendUrl INFO 21 [716] -2015-01-22 20:08:16 queue INFO >>21 [717] -2015-01-22 20:08:17 sendUrl INFO 21 [717] -2015-01-22 20:09:06 queue INFO >>21 [718] -2015-01-22 20:09:07 sendUrl INFO 21 [718] -2015-01-22 20:09:57 queue INFO >>21 [719] -2015-01-22 20:09:57 sendUrl INFO 21 [719] -2015-01-22 20:10:47 queue INFO >>21 [720] -2015-01-22 20:10:47 sendUrl INFO 21 [720] -2015-01-22 20:11:37 queue INFO >>21 [721] -2015-01-22 20:12:07 sendUrl INFO 21 [721] -2015-01-22 20:12:27 queue INFO >>21 [722] -2015-01-22 20:12:27 sendUrl INFO 21 [722] -2015-01-22 20:13:17 queue INFO >>21 [723] -2015-01-22 20:13:18 sendUrl INFO 21 [723] -2015-01-22 20:14:07 queue INFO >>21 [724] -2015-01-22 20:14:07 sendUrl INFO 21 [724] -2015-01-22 20:14:57 queue INFO >>21 [725] -2015-01-22 20:14:58 sendUrl INFO 21 [725] -2015-01-22 20:15:48 queue INFO >>21 [726] -2015-01-22 20:15:48 sendUrl INFO 21 [726] -2015-01-22 20:16:38 queue INFO >>21 [727] -2015-01-22 20:16:38 sendUrl INFO 21 [727] -2015-01-22 20:17:28 queue INFO >>21 [728] -2015-01-22 20:17:28 sendUrl INFO 21 [728] -2015-01-22 20:18:18 queue INFO >>21 [729] -2015-01-22 20:18:18 sendUrl INFO 21 [729] -2015-01-22 20:19:08 queue INFO >>21 [730] -2015-01-22 20:19:09 sendUrl INFO 21 [730] -2015-01-22 20:19:58 queue INFO >>21 [731] -2015-01-22 20:19:58 sendUrl INFO 21 [731] -2015-01-22 20:20:48 queue INFO >>21 [732] -2015-01-22 20:20:49 sendUrl INFO 21 [732] -2015-01-22 20:21:38 queue INFO >>21 [733] -2015-01-22 20:21:39 sendUrl INFO 21 [733] -2015-01-22 20:22:29 queue INFO >>21 [734] -2015-01-22 20:22:29 sendUrl INFO 21 [734] -2015-01-22 20:23:19 queue INFO >>21 [735] -2015-01-22 20:23:19 sendUrl INFO 21 [735] -2015-01-22 20:24:09 queue INFO >>21 [736] -2015-01-22 20:24:09 sendUrl INFO 21 [736] -2015-01-22 20:24:59 queue INFO >>21 [737] -2015-01-22 20:25:00 sendUrl INFO 21 [737] -2015-01-22 20:25:49 queue INFO >>21 [738] -2015-01-22 20:25:49 sendUrl INFO 21 [738] -2015-01-22 20:26:39 queue INFO >>21 [739] -2015-01-22 20:26:40 sendUrl INFO 21 [739] -2015-01-22 20:27:29 queue INFO >>21 [740] -2015-01-22 20:27:30 sendUrl INFO 21 [740] -2015-01-22 20:28:20 queue INFO >>21 [741] -2015-01-22 20:28:20 sendUrl INFO 21 [741] -2015-01-22 20:29:10 queue INFO >>21 [742] -2015-01-22 20:29:10 sendUrl INFO 21 [742] -2015-01-22 20:30:00 queue INFO >>21 [743] -2015-01-22 20:30:00 sendUrl INFO 21 [743] -2015-01-22 20:30:50 queue INFO >>21 [744] -2015-01-22 20:30:50 sendUrl INFO 21 [744] -2015-01-22 20:31:40 queue INFO >>21 [745] -2015-01-22 20:31:41 sendUrl INFO 21 [745] -2015-01-22 20:32:30 queue INFO >>21 [746] -2015-01-22 20:32:31 sendUrl INFO 21 [746] -2015-01-22 20:33:21 queue INFO >>21 [747] -2015-01-22 20:33:21 sendUrl INFO 21 [747] -2015-01-22 20:34:11 queue INFO >>21 [748] -2015-01-22 20:34:11 sendUrl INFO 21 [748] -2015-01-22 20:35:01 queue INFO >>21 [749] -2015-01-22 20:35:01 sendUrl INFO 21 [749] -2015-01-22 20:35:51 queue INFO >>21 [750] -2015-01-22 20:35:52 sendUrl INFO 21 [750] -2015-01-22 20:36:41 queue INFO >>21 [751] -2015-01-22 20:36:41 sendUrl INFO 21 [751] -2015-01-22 20:37:31 queue INFO >>21 [752] -2015-01-22 20:37:32 sendUrl INFO 21 [752] -2015-01-22 20:38:21 queue INFO >>21 [753] -2015-01-22 20:38:22 sendUrl INFO 21 [753] -2015-01-22 20:39:12 queue INFO >>21 [754] -2015-01-22 20:39:12 sendUrl INFO 21 [754] -2015-01-22 20:40:02 queue INFO >>21 [755] -2015-01-22 20:40:02 sendUrl INFO 21 [755] -2015-01-22 20:40:52 queue INFO >>21 [756] -2015-01-22 20:40:52 sendUrl INFO 21 [756] -2015-01-22 20:41:42 queue INFO >>21 [757] -2015-01-22 20:41:42 sendUrl INFO 21 [757] -2015-01-22 20:42:32 queue INFO >>21 [758] -2015-01-22 20:42:32 sendUrl INFO 21 [758] -2015-01-22 20:43:22 queue INFO >>21 [759] -2015-01-22 20:43:23 sendUrl INFO 21 [759] -2015-01-22 20:44:13 queue INFO >>21 [760] -2015-01-22 20:44:13 sendUrl INFO 21 [760] -2015-01-22 20:45:03 queue INFO >>21 [761] -2015-01-22 20:45:03 sendUrl INFO 21 [761] -2015-01-22 20:45:53 queue INFO >>21 [762] -2015-01-22 20:45:53 sendUrl INFO 21 [762] -2015-01-22 20:46:43 queue INFO >>21 [763] -2015-01-22 20:46:43 sendUrl INFO 21 [763] -2015-01-22 20:47:33 queue INFO >>21 [764] -2015-01-22 20:47:33 sendUrl INFO 21 [764] -2015-01-22 20:48:23 queue INFO >>21 [765] -2015-01-22 20:48:24 sendUrl INFO 21 [765] -2015-01-22 20:49:13 queue INFO >>21 [766] -2015-01-22 20:49:14 sendUrl INFO 21 [766] -2015-01-22 20:50:03 queue INFO >>21 [767] -2015-01-22 20:50:04 sendUrl INFO 21 [767] -2015-01-22 20:50:54 queue INFO >>21 [768] -2015-01-22 20:50:54 sendUrl INFO 21 [768] -2015-01-22 20:51:44 queue INFO >>21 [769] -2015-01-22 20:51:44 sendUrl INFO 21 [769] -2015-01-22 20:52:34 queue INFO >>21 [770] -2015-01-22 20:52:34 sendUrl INFO 21 [770] -2015-01-22 20:53:24 queue INFO >>21 [771] -2015-01-22 20:53:24 sendUrl INFO 21 [771] -2015-01-22 20:54:14 queue INFO >>21 [772] -2015-01-22 20:54:15 sendUrl INFO 21 [772] -2015-01-22 20:55:04 queue INFO >>21 [773] -2015-01-22 20:55:05 sendUrl INFO 21 [773] -2015-01-22 20:55:54 queue INFO >>21 [774] -2015-01-22 20:55:55 sendUrl INFO 21 [774] -2015-01-22 20:56:44 queue INFO >>21 [775] -2015-01-22 20:56:45 sendUrl INFO 21 [775] -2015-01-22 20:57:35 queue INFO >>21 [776] -2015-01-22 20:57:35 sendUrl INFO 21 [776] -2015-01-22 20:58:25 queue INFO >>21 [777] -2015-01-22 20:58:25 sendUrl INFO 21 [777] -2015-01-22 20:59:15 queue INFO >>21 [778] -2015-01-22 20:59:15 sendUrl INFO 21 [778] -2015-01-22 21:00:05 queue INFO >>21 [779] -2015-01-22 21:00:06 sendUrl INFO 21 [779] -2015-01-22 21:00:55 queue INFO >>21 [780] -2015-01-22 21:00:55 sendUrl INFO 21 [780] -2015-01-22 21:01:45 queue INFO >>21 [781] -2015-01-22 21:01:46 sendUrl INFO 21 [781] -2015-01-22 21:02:36 queue INFO >>21 [782] -2015-01-22 21:02:36 sendUrl INFO 21 [782] -2015-01-22 21:03:26 queue INFO >>21 [783] -2015-01-22 21:03:26 sendUrl INFO 21 [783] -2015-01-22 21:04:16 queue INFO >>21 [784] -2015-01-22 21:04:16 sendUrl INFO 21 [784] -2015-01-22 21:05:06 queue INFO >>21 [785] -2015-01-22 21:05:06 sendUrl INFO 21 [785] -2015-01-22 21:05:56 queue INFO >>21 [786] -2015-01-22 21:05:56 sendUrl INFO 21 [786] -2015-01-22 21:06:46 queue INFO >>21 [787] -2015-01-22 21:06:47 sendUrl INFO 21 [787] -2015-01-22 21:07:36 queue INFO >>21 [788] -2015-01-22 21:07:37 sendUrl INFO 21 [788] -2015-01-22 21:08:27 queue INFO >>21 [789] -2015-01-22 21:08:27 sendUrl INFO 21 [789] -2015-01-22 21:09:17 queue INFO >>21 [790] -2015-01-22 21:09:17 sendUrl INFO 21 [790] -2015-01-22 21:10:07 queue INFO >>21 [791] -2015-01-22 21:10:07 sendUrl INFO 21 [791] -2015-01-22 21:10:57 queue INFO >>21 [792] -2015-01-22 21:10:58 sendUrl INFO 21 [792] -2015-01-22 21:11:47 queue INFO >>21 [793] -2015-01-22 21:11:47 sendUrl INFO 21 [793] -2015-01-22 21:12:37 queue INFO >>21 [794] -2015-01-22 21:12:38 sendUrl INFO 21 [794] -2015-01-22 21:13:28 queue INFO >>21 [795] -2015-01-22 21:13:28 sendUrl INFO 21 [795] -2015-01-22 21:14:18 queue INFO >>21 [796] -2015-01-22 21:14:18 sendUrl INFO 21 [796] -2015-01-22 21:15:08 queue INFO >>21 [797] -2015-01-22 21:15:08 sendUrl INFO 21 [797] -2015-01-22 21:15:58 queue INFO >>21 [798] -2015-01-22 21:15:58 sendUrl INFO 21 [798] -2015-01-22 21:16:48 queue INFO >>21 [799] -2015-01-22 21:16:48 sendUrl INFO 21 [799] -2015-01-22 21:17:38 queue INFO >>21 [800] -2015-01-22 21:17:39 sendUrl INFO 21 [800] -2015-01-22 21:18:28 queue INFO >>21 [801] -2015-01-22 21:18:29 sendUrl INFO 21 [801] -2015-01-22 21:19:19 queue INFO >>21 [802] -2015-01-22 21:19:19 sendUrl INFO 21 [802] -2015-01-22 21:20:09 queue INFO >>21 [803] -2015-01-22 21:20:09 sendUrl INFO 21 [803] -2015-01-22 21:20:59 queue INFO >>21 [804] -2015-01-22 21:20:59 sendUrl INFO 21 [804] -2015-01-22 21:21:49 queue INFO >>21 [805] -2015-01-22 21:21:49 sendUrl INFO 21 [805] -2015-01-22 21:22:39 queue INFO >>21 [806] -2015-01-22 21:22:39 sendUrl INFO 21 [806] -2015-01-22 21:23:29 queue INFO >>21 [807] -2015-01-22 21:23:30 sendUrl INFO 21 [807] -2015-01-22 21:24:19 queue INFO >>21 [808] -2015-01-22 21:24:20 sendUrl INFO 21 [808] -2015-01-22 21:25:10 queue INFO >>21 [809] -2015-01-22 21:25:10 sendUrl INFO 21 [809] -2015-01-22 21:26:00 queue INFO >>21 [810] -2015-01-22 21:26:00 sendUrl INFO 21 [810] -2015-01-22 21:26:50 queue INFO >>21 [811] -2015-01-22 21:26:50 sendUrl INFO 21 [811] -2015-01-22 21:27:40 queue INFO >>21 [812] -2015-01-22 21:27:40 sendUrl INFO 21 [812] -2015-01-22 21:28:30 queue INFO >>21 [813] -2015-01-22 21:28:31 sendUrl INFO 21 [813] -2015-01-22 21:29:20 queue INFO >>21 [814] -2015-01-22 21:29:21 sendUrl INFO 21 [814] -2015-01-22 21:30:11 queue INFO >>21 [815] -2015-01-22 21:30:11 sendUrl INFO 21 [815] -2015-01-22 21:31:01 queue INFO >>21 [816] -2015-01-22 21:31:01 sendUrl INFO 21 [816] -2015-01-22 21:31:51 queue INFO >>21 [817] -2015-01-22 21:31:51 sendUrl INFO 21 [817] -2015-01-22 21:32:41 queue INFO >>21 [818] -2015-01-22 21:32:41 sendUrl INFO 21 [818] -2015-01-22 21:33:31 queue INFO >>21 [819] -2015-01-22 21:33:32 sendUrl INFO 21 [819] -2015-01-22 21:34:21 queue INFO >>21 [820] -2015-01-22 21:34:22 sendUrl INFO 21 [820] -2015-01-22 21:35:11 queue INFO >>21 [821] -2015-01-22 21:35:12 sendUrl INFO 21 [821] -2015-01-22 21:36:02 queue INFO >>21 [822] -2015-01-22 21:36:02 sendUrl INFO 21 [822] -2015-01-22 21:36:52 queue INFO >>21 [823] -2015-01-22 21:36:52 sendUrl INFO 21 [823] -2015-01-22 21:37:42 queue INFO >>21 [824] -2015-01-22 21:37:42 sendUrl INFO 21 [824] -2015-01-22 21:38:32 queue INFO >>21 [825] -2015-01-22 21:38:32 sendUrl INFO 21 [825] -2015-01-22 21:39:22 queue INFO >>21 [826] -2015-01-22 21:39:23 sendUrl INFO 21 [826] -2015-01-22 21:40:12 queue INFO >>21 [827] -2015-01-22 21:40:12 sendUrl INFO 21 [827] -2015-01-22 21:41:02 queue INFO >>21 [828] -2015-01-22 21:41:03 sendUrl INFO 21 [828] -2015-01-22 21:41:53 queue INFO >>21 [829] -2015-01-22 21:41:53 sendUrl INFO 21 [829] -2015-01-22 21:42:43 queue INFO >>21 [830] -2015-01-22 21:42:43 sendUrl INFO 21 [830] -2015-01-22 21:43:33 queue INFO >>21 [831] -2015-01-22 21:43:33 sendUrl INFO 21 [831] -2015-01-22 21:44:23 queue INFO >>21 [832] -2015-01-22 21:44:23 sendUrl INFO 21 [832] -2015-01-22 21:45:13 queue INFO >>21 [833] -2015-01-22 21:45:13 sendUrl INFO 21 [833] -2015-01-22 21:46:03 queue INFO >>21 [834] -2015-01-22 21:46:04 sendUrl INFO 21 [834] -2015-01-22 21:46:53 queue INFO >>21 [835] -2015-01-22 21:46:54 sendUrl INFO 21 [835] -2015-01-22 21:47:44 queue INFO >>21 [836] -2015-01-22 21:47:44 sendUrl INFO 21 [836] -2015-01-22 21:48:34 queue INFO >>21 [837] -2015-01-22 21:48:34 sendUrl INFO 21 [837] -2015-01-22 21:49:24 queue INFO >>21 [838] -2015-01-22 21:49:24 sendUrl INFO 21 [838] -2015-01-22 21:50:14 queue INFO >>21 [839] -2015-01-22 21:50:14 sendUrl INFO 21 [839] -2015-01-22 21:51:04 queue INFO >>21 [840] -2015-01-22 21:51:04 sendUrl INFO 21 [840] -2015-01-22 21:51:54 queue INFO >>21 [841] -2015-01-22 21:51:55 sendUrl INFO 21 [841] -2015-01-22 21:52:44 queue INFO >>21 [842] -2015-01-22 21:52:45 sendUrl INFO 21 [842] -2015-01-22 21:53:34 queue INFO >>21 [843] -2015-01-22 21:53:35 sendUrl INFO 21 [843] -2015-01-22 21:54:25 queue INFO >>21 [844] -2015-01-22 21:54:25 sendUrl INFO 21 [844] -2015-01-22 21:55:15 queue INFO >>21 [845] -2015-01-22 21:55:15 sendUrl INFO 21 [845] -2015-01-22 21:56:05 queue INFO >>21 [846] -2015-01-22 21:56:05 sendUrl INFO 21 [846] -2015-01-22 21:56:55 queue INFO >>21 [847] -2015-01-22 21:56:55 sendUrl INFO 21 [847] -2015-01-22 21:57:45 queue INFO >>21 [848] -2015-01-22 21:57:46 sendUrl INFO 21 [848] -2015-01-22 21:58:35 queue INFO >>21 [849] -2015-01-22 21:58:36 sendUrl INFO 21 [849] -2015-01-22 21:59:26 queue INFO >>21 [850] -2015-01-22 21:59:26 sendUrl INFO 21 [850] -2015-01-22 22:00:16 queue INFO >>21 [851] -2015-01-22 22:00:16 sendUrl INFO 21 [851] -2015-01-22 22:01:06 queue INFO >>21 [852] -2015-01-22 22:01:06 sendUrl INFO 21 [852] -2015-01-22 22:01:56 queue INFO >>21 [853] -2015-01-22 22:01:56 sendUrl INFO 21 [853] -2015-01-22 22:02:46 queue INFO >>21 [854] -2015-01-22 22:02:47 sendUrl INFO 21 [854] -2015-01-22 22:03:36 queue INFO >>21 [855] -2015-01-22 22:03:36 sendUrl INFO 21 [855] -2015-01-22 22:04:26 queue INFO >>21 [856] -2015-01-22 22:04:27 sendUrl INFO 21 [856] -2015-01-22 22:05:17 queue INFO >>21 [857] -2015-01-22 22:05:17 sendUrl INFO 21 [857] -2015-01-22 22:06:07 queue INFO >>21 [858] -2015-01-22 22:06:07 sendUrl INFO 21 [858] -2015-01-22 22:06:57 queue INFO >>21 [859] -2015-01-22 22:06:57 sendUrl INFO 21 [859] -2015-01-22 22:07:47 queue INFO >>21 [860] -2015-01-22 22:07:47 sendUrl INFO 21 [860] -2015-01-22 22:08:37 queue INFO >>21 [861] -2015-01-22 22:08:38 sendUrl INFO 21 [861] -2015-01-22 22:09:27 queue INFO >>21 [862] -2015-01-22 22:09:28 sendUrl INFO 21 [862] -2015-01-22 22:10:17 queue INFO >>21 [863] -2015-01-22 22:10:18 sendUrl INFO 21 [863] -2015-01-22 22:11:08 queue INFO >>21 [864] -2015-01-22 22:11:08 sendUrl INFO 21 [864] -2015-01-22 22:11:58 queue INFO >>21 [865] -2015-01-22 22:11:58 sendUrl INFO 21 [865] -2015-01-22 22:12:48 queue INFO >>21 [866] -2015-01-22 22:12:48 sendUrl INFO 21 [866] -2015-01-22 22:13:38 queue INFO >>21 [867] -2015-01-22 22:13:38 sendUrl INFO 21 [867] -2015-01-22 22:14:28 queue INFO >>21 [868] -2015-01-22 22:14:28 sendUrl INFO 21 [868] -2015-01-22 22:15:18 queue INFO >>21 [869] -2015-01-22 22:15:19 sendUrl INFO 21 [869] -2015-01-22 22:16:08 queue INFO >>21 [870] -2015-01-22 22:16:09 sendUrl INFO 21 [870] -2015-01-22 22:16:59 queue INFO >>21 [871] -2015-01-22 22:16:59 sendUrl INFO 21 [871] -2015-01-22 22:17:49 queue INFO >>21 [872] -2015-01-22 22:17:49 sendUrl INFO 21 [872] -2015-01-22 22:18:39 queue INFO >>21 [873] -2015-01-22 22:18:39 sendUrl INFO 21 [873] -2015-01-22 22:19:29 queue INFO >>21 [874] -2015-01-22 22:19:29 sendUrl INFO 21 [874] -2015-01-22 22:20:19 queue INFO >>21 [875] -2015-01-22 22:20:19 sendUrl INFO 21 [875] -2015-01-22 22:21:09 queue INFO >>21 [876] -2015-01-22 22:21:10 sendUrl INFO 21 [876] -2015-01-22 22:21:59 queue INFO >>21 [877] -2015-01-22 22:22:00 sendUrl INFO 21 [877] -2015-01-22 22:22:50 queue INFO >>21 [878] -2015-01-22 22:22:50 sendUrl INFO 21 [878] -2015-01-22 22:23:40 queue INFO >>21 [879] -2015-01-22 22:23:40 sendUrl INFO 21 [879] -2015-01-22 22:24:30 queue INFO >>21 [880] -2015-01-22 22:24:30 sendUrl INFO 21 [880] -2015-01-22 22:25:20 queue INFO >>21 [881] -2015-01-22 22:25:20 sendUrl INFO 21 [881] -2015-01-22 22:26:10 queue INFO >>21 [882] -2015-01-22 22:26:11 sendUrl INFO 21 [882] -2015-01-22 22:27:00 queue INFO >>21 [883] -2015-01-22 22:27:00 sendUrl INFO 21 [883] -2015-01-22 22:27:51 queue INFO >>21 [884] -2015-01-22 22:27:51 sendUrl INFO 21 [884] -2015-01-22 22:28:41 queue INFO >>21 [885] -2015-01-22 22:28:41 sendUrl INFO 21 [885] -2015-01-22 22:29:31 queue INFO >>21 [886] -2015-01-22 22:29:31 sendUrl INFO 21 [886] -2015-01-22 22:30:21 queue INFO >>21 [887] -2015-01-22 22:30:21 sendUrl INFO 21 [887] -2015-01-22 22:31:11 queue INFO >>21 [888] -2015-01-22 22:31:11 sendUrl INFO 21 [888] -2015-01-22 22:32:01 queue INFO >>21 [889] -2015-01-22 22:32:02 sendUrl INFO 21 [889] -2015-01-22 22:32:51 queue INFO >>21 [890] -2015-01-22 22:32:51 sendUrl INFO 21 [890] -2015-01-22 22:33:41 queue INFO >>21 [891] -2015-01-22 22:33:42 sendUrl INFO 21 [891] -2015-01-22 22:34:32 queue INFO >>21 [892] -2015-01-22 22:34:32 sendUrl INFO 21 [892] -2015-01-22 22:35:22 queue INFO >>21 [893] -2015-01-22 22:35:22 sendUrl INFO 21 [893] -2015-01-22 22:36:12 queue INFO >>21 [894] -2015-01-22 22:36:12 sendUrl INFO 21 [894] -2015-01-22 22:37:02 queue INFO >>21 [895] -2015-01-22 22:37:02 sendUrl INFO 21 [895] -2015-01-22 22:37:52 queue INFO >>21 [896] -2015-01-22 22:37:53 sendUrl INFO 21 [896] -2015-01-22 22:38:42 queue INFO >>21 [897] -2015-01-22 22:38:42 sendUrl INFO 21 [897] -2015-01-22 22:39:32 queue INFO >>21 [898] -2015-01-22 22:39:33 sendUrl INFO 21 [898] -2015-01-22 22:40:23 queue INFO >>21 [899] -2015-01-22 22:40:23 sendUrl INFO 21 [899] -2015-01-22 22:41:13 queue INFO >>21 [900] -2015-01-22 22:41:13 sendUrl INFO 21 [900] -2015-01-22 22:42:03 queue INFO >>21 [901] -2015-01-22 22:42:03 sendUrl INFO 21 [901] -2015-01-22 22:42:53 queue INFO >>21 [902] -2015-01-22 22:42:54 sendUrl INFO 21 [902] -2015-01-22 22:43:43 queue INFO >>21 [903] -2015-01-22 22:43:43 sendUrl INFO 21 [903] -2015-01-22 22:44:33 queue INFO >>21 [904] -2015-01-22 22:44:34 sendUrl INFO 21 [904] -2015-01-22 22:45:24 queue INFO >>21 [905] -2015-01-22 22:45:24 sendUrl INFO 21 [905] -2015-01-22 22:46:14 queue INFO >>21 [906] -2015-01-22 22:46:14 sendUrl INFO 21 [906] -2015-01-22 22:47:04 queue INFO >>21 [907] -2015-01-22 22:47:04 sendUrl INFO 21 [907] -2015-01-22 22:47:54 queue INFO >>21 [908] -2015-01-22 22:47:54 sendUrl INFO 21 [908] -2015-01-22 22:48:44 queue INFO >>21 [909] -2015-01-22 22:48:45 sendUrl INFO 21 [909] -2015-01-22 22:49:34 queue INFO >>21 [910] -2015-01-22 22:49:35 sendUrl INFO 21 [910] -2015-01-22 22:50:24 queue INFO >>21 [911] -2015-01-22 22:50:25 sendUrl INFO 21 [911] -2015-01-22 22:51:15 queue INFO >>21 [912] -2015-01-22 22:51:15 sendUrl INFO 21 [912] -2015-01-22 22:52:05 queue INFO >>21 [913] -2015-01-22 22:52:05 sendUrl INFO 21 [913] -2015-01-22 22:52:55 queue INFO >>21 [914] -2015-01-22 22:52:55 sendUrl INFO 21 [914] -2015-01-22 22:53:45 queue INFO >>21 [915] -2015-01-22 22:53:46 sendUrl INFO 21 [915] -2015-01-22 22:54:35 queue INFO >>21 [916] -2015-01-22 22:54:35 sendUrl INFO 21 [916] -2015-01-22 22:55:25 queue INFO >>21 [917] -2015-01-22 22:55:26 sendUrl INFO 21 [917] -2015-01-22 22:56:16 queue INFO >>21 [918] -2015-01-22 22:56:16 sendUrl INFO 21 [918] -2015-01-22 22:57:06 queue INFO >>21 [919] -2015-01-22 22:57:06 sendUrl INFO 21 [919] -2015-01-22 22:57:56 queue INFO >>21 [920] -2015-01-22 22:57:56 sendUrl INFO 21 [920] -2015-01-22 22:58:46 queue INFO >>21 [921] -2015-01-22 22:58:46 sendUrl INFO 21 [921] -2015-01-22 22:59:36 queue INFO >>21 [922] -2015-01-22 22:59:37 sendUrl INFO 21 [922] -2015-01-22 23:00:26 queue INFO >>21 [923] -2015-01-22 23:00:27 sendUrl INFO 21 [923] -2015-01-22 23:01:16 queue INFO >>21 [924] -2015-01-22 23:01:17 sendUrl INFO 21 [924] -2015-01-22 23:02:07 queue INFO >>21 [925] -2015-01-22 23:02:07 sendUrl INFO 21 [925] -2015-01-22 23:02:57 queue INFO >>21 [926] -2015-01-22 23:02:57 sendUrl INFO 21 [926] -2015-01-22 23:03:47 queue INFO >>21 [927] -2015-01-22 23:03:47 sendUrl INFO 21 [927] -2015-01-22 23:04:37 queue INFO >>21 [928] -2015-01-22 23:04:38 sendUrl INFO 21 [928] -2015-01-22 23:05:27 queue INFO >>21 [929] -2015-01-22 23:05:27 sendUrl INFO 21 [929] -2015-01-22 23:06:17 queue INFO >>21 [930] -2015-01-22 23:06:18 sendUrl INFO 21 [930] -2015-01-22 23:07:08 queue INFO >>21 [931] -2015-01-22 23:07:08 sendUrl INFO 21 [931] -2015-01-22 23:07:58 queue INFO >>21 [932] -2015-01-22 23:07:58 sendUrl INFO 21 [932] -2015-01-22 23:08:48 queue INFO >>21 [933] -2015-01-22 23:08:48 sendUrl INFO 21 [933] -2015-01-22 23:09:38 queue INFO >>21 [934] -2015-01-22 23:09:38 sendUrl INFO 21 [934] -2015-01-22 23:10:28 queue INFO >>21 [935] -2015-01-22 23:10:29 sendUrl INFO 21 [935] -2015-01-22 23:11:18 queue INFO >>21 [936] -2015-01-22 23:11:18 sendUrl INFO 21 [936] -2015-01-22 23:12:08 queue INFO >>21 [937] -2015-01-22 23:12:09 sendUrl INFO 21 [937] -2015-01-22 23:12:59 queue INFO >>21 [938] -2015-01-22 23:12:59 sendUrl INFO 21 [938] -2015-01-22 23:13:49 queue INFO >>21 [939] -2015-01-22 23:13:49 sendUrl INFO 21 [939] -2015-01-22 23:14:39 queue INFO >>21 [940] -2015-01-22 23:14:39 sendUrl INFO 21 [940] -2015-01-22 23:15:29 queue INFO >>21 [941] -2015-01-22 23:15:29 sendUrl INFO 21 [941] -2015-01-22 23:16:19 queue INFO >>21 [942] -2015-01-22 23:16:19 sendUrl INFO 21 [942] -2015-01-22 23:17:09 queue INFO >>21 [943] -2015-01-22 23:17:10 sendUrl INFO 21 [943] -2015-01-22 23:17:59 queue INFO >>21 [944] -2015-01-22 23:18:00 sendUrl INFO 21 [944] -2015-01-22 23:18:49 queue INFO >>21 [945] -2015-01-22 23:18:50 sendUrl INFO 21 [945] -2015-01-22 23:19:40 queue INFO >>21 [946] -2015-01-22 23:19:40 sendUrl INFO 21 [946] -2015-01-22 23:20:30 queue INFO >>21 [947] -2015-01-22 23:20:30 sendUrl INFO 21 [947] -2015-01-22 23:21:20 queue INFO >>21 [948] -2015-01-22 23:21:20 sendUrl INFO 21 [948] -2015-01-22 23:22:10 queue INFO >>21 [949] -2015-01-22 23:22:10 sendUrl INFO 21 [949] -2015-01-22 23:23:00 queue INFO >>21 [950] -2015-01-22 23:23:01 sendUrl INFO 21 [950] -2015-01-22 23:23:50 queue INFO >>21 [951] -2015-01-22 23:23:51 sendUrl INFO 21 [951] -2015-01-22 23:24:41 queue INFO >>21 [952] -2015-01-22 23:24:41 sendUrl INFO 21 [952] -2015-01-22 23:25:31 queue INFO >>21 [953] -2015-01-22 23:25:31 sendUrl INFO 21 [953] -2015-01-22 23:26:21 queue INFO >>21 [954] -2015-01-22 23:26:21 sendUrl INFO 21 [954] -2015-01-22 23:27:11 queue INFO >>21 [955] -2015-01-22 23:27:11 sendUrl INFO 21 [955] -2015-01-22 23:28:01 queue INFO >>21 [956] -2015-01-22 23:28:01 sendUrl INFO 21 [956] -2015-01-22 23:28:51 queue INFO >>21 [957] -2015-01-22 23:28:52 sendUrl INFO 21 [957] -2015-01-22 23:29:41 queue INFO >>21 [958] -2015-01-22 23:29:42 sendUrl INFO 21 [958] -2015-01-22 23:30:32 queue INFO >>21 [959] -2015-01-22 23:30:32 sendUrl INFO 21 [959] -2015-01-22 23:31:22 queue INFO >>21 [960] -2015-01-22 23:31:22 sendUrl INFO 21 [960] -2015-01-22 23:32:12 queue INFO >>21 [961] -2015-01-22 23:32:13 sendUrl INFO 21 [961] -2015-01-22 23:33:02 queue INFO >>21 [962] -2015-01-22 23:33:02 sendUrl INFO 21 [962] -2015-01-22 23:33:52 queue INFO >>21 [963] -2015-01-22 23:33:53 sendUrl INFO 21 [963] -2015-01-22 23:34:42 queue INFO >>21 [964] -2015-01-22 23:34:43 sendUrl INFO 21 [964] -2015-01-22 23:35:33 queue INFO >>21 [965] -2015-01-22 23:35:33 sendUrl INFO 21 [965] -2015-01-22 23:36:23 queue INFO >>21 [966] -2015-01-22 23:36:23 sendUrl INFO 21 [966] -2015-01-22 23:37:13 queue INFO >>21 [967] -2015-01-22 23:37:13 sendUrl INFO 21 [967] -2015-01-22 23:38:03 queue INFO >>21 [968] -2015-01-22 23:38:03 sendUrl INFO 21 [968] -2015-01-22 23:38:53 queue INFO >>21 [969] -2015-01-22 23:38:53 sendUrl INFO 21 [969] -2015-01-22 23:39:43 queue INFO >>21 [970] -2015-01-22 23:39:44 sendUrl INFO 21 [970] -2015-01-22 23:40:33 queue INFO >>21 [971] -2015-01-22 23:40:34 sendUrl INFO 21 [971] -2015-01-22 23:41:24 queue INFO >>21 [972] -2015-01-22 23:41:24 sendUrl INFO 21 [972] -2015-01-22 23:42:14 queue INFO >>21 [973] -2015-01-22 23:42:14 sendUrl INFO 21 [973] -2015-01-22 23:43:04 queue INFO >>21 [974] -2015-01-22 23:43:04 sendUrl INFO 21 [974] -2015-01-22 23:43:54 queue INFO >>21 [975] -2015-01-22 23:43:54 sendUrl INFO 21 [975] -2015-01-22 23:44:44 queue INFO >>21 [976] -2015-01-22 23:44:45 sendUrl INFO 21 [976] -2015-01-22 23:45:34 queue INFO >>21 [977] -2015-01-22 23:45:35 sendUrl INFO 21 [977] -2015-01-22 23:46:25 queue INFO >>21 [978] -2015-01-22 23:46:25 sendUrl INFO 21 [978] -2015-01-22 23:47:15 queue INFO >>21 [979] -2015-01-22 23:47:15 sendUrl INFO 21 [979] -2015-01-22 23:48:05 queue INFO >>21 [980] -2015-01-22 23:48:05 sendUrl INFO 21 [980] -2015-01-22 23:48:55 queue INFO >>21 [981] -2015-01-22 23:48:55 sendUrl INFO 21 [981] -2015-01-22 23:49:45 queue INFO >>21 [982] -2015-01-22 23:49:45 sendUrl INFO 21 [982] -2015-01-22 23:50:35 queue INFO >>21 [983] -2015-01-22 23:50:36 sendUrl INFO 21 [983] -2015-01-22 23:51:25 queue INFO >>21 [984] -2015-01-22 23:51:26 sendUrl INFO 21 [984] -2015-01-22 23:52:16 queue INFO >>21 [985] -2015-01-22 23:52:16 sendUrl INFO 21 [985] -2015-01-22 23:53:06 queue INFO >>21 [986] -2015-01-22 23:53:06 sendUrl INFO 21 [986] -2015-01-22 23:53:56 queue INFO >>21 [987] -2015-01-22 23:53:56 sendUrl INFO 21 [987] -2015-01-22 23:54:46 queue INFO >>21 [988] -2015-01-22 23:54:46 sendUrl INFO 21 [988] -2015-01-22 23:55:36 queue INFO >>21 [989] -2015-01-22 23:55:37 sendUrl INFO 21 [989] -2015-01-22 23:56:26 queue INFO >>21 [990] -2015-01-22 23:56:27 sendUrl INFO 21 [990] -2015-01-22 23:57:17 queue INFO >>21 [991] -2015-01-22 23:57:17 sendUrl INFO 21 [991] -2015-01-22 23:58:07 queue INFO >>21 [992] -2015-01-22 23:58:07 sendUrl INFO 21 [992] -2015-01-22 23:58:57 queue INFO >>21 [993] -2015-01-22 23:58:57 sendUrl INFO 21 [993] -2015-01-22 23:59:47 queue INFO >>21 [994] -2015-01-22 23:59:47 sendUrl INFO 21 [994] -2015-01-23 00:00:37 queue INFO >>21 [995] -2015-01-23 00:00:37 sendUrl INFO 21 [995] -2015-01-23 00:01:27 queue INFO >>21 [996] -2015-01-23 00:01:28 sendUrl INFO 21 [996] -2015-01-23 00:02:17 queue INFO >>21 [997] -2015-01-23 00:02:17 sendUrl INFO 21 [997] -2015-01-23 00:03:07 queue INFO >>21 [998] -2015-01-23 00:03:08 sendUrl INFO 21 [998] -2015-01-23 00:03:58 queue INFO >>21 [999] -2015-01-23 00:03:58 sendUrl INFO 21 [999] -2015-01-23 00:04:48 queue INFO >>21 [0] -2015-01-23 00:04:48 sendUrl INFO 21 [0] -2015-01-23 00:05:38 queue INFO >>21 [1] -2015-01-23 00:05:38 sendUrl INFO 21 [1] -2015-01-23 00:06:28 queue INFO >>21 [2] -2015-01-23 00:06:28 sendUrl INFO 21 [2] -2015-01-23 00:07:18 queue INFO >>21 [3] -2015-01-23 00:07:18 sendUrl INFO 21 [3] -2015-01-23 00:08:08 queue INFO >>21 [4] -2015-01-23 00:08:09 sendUrl INFO 21 [4] -2015-01-23 00:08:58 queue INFO >>21 [5] -2015-01-23 00:08:59 sendUrl INFO 21 [5] -2015-01-23 00:09:49 queue INFO >>21 [6] -2015-01-23 00:09:49 sendUrl INFO 21 [6] -2015-01-23 00:10:39 queue INFO >>21 [7] -2015-01-23 00:10:39 sendUrl INFO 21 [7] -2015-01-23 00:11:29 queue INFO >>21 [8] -2015-01-23 00:11:29 sendUrl INFO 21 [8] -2015-01-23 00:12:19 queue INFO >>21 [9] -2015-01-23 00:12:20 sendUrl INFO 21 [9] -2015-01-23 00:13:09 queue INFO >>21 [10] -2015-01-23 00:13:09 sendUrl INFO 21 [10] -2015-01-23 00:13:59 queue INFO >>21 [11] -2015-01-23 00:14:00 sendUrl INFO 21 [11] -2015-01-23 00:14:50 queue INFO >>21 [12] -2015-01-23 00:14:50 sendUrl INFO 21 [12] -2015-01-23 00:15:40 queue INFO >>21 [13] -2015-01-23 00:15:40 sendUrl INFO 21 [13] -2015-01-23 00:16:30 queue INFO >>21 [14] -2015-01-23 00:16:30 sendUrl INFO 21 [14] -2015-01-23 00:17:20 queue INFO >>21 [15] -2015-01-23 00:17:20 sendUrl INFO 21 [15] -2015-01-23 00:18:10 queue INFO >>21 [16] -2015-01-23 00:18:10 sendUrl INFO 21 [16] -2015-01-23 00:19:00 queue INFO >>21 [17] -2015-01-23 00:19:00 sendUrl INFO 21 [17] -2015-01-23 00:19:50 queue INFO >>21 [18] -2015-01-23 00:19:51 sendUrl INFO 21 [18] -2015-01-23 00:20:40 queue INFO >>21 [19] -2015-01-23 00:20:41 sendUrl INFO 21 [19] -2015-01-23 00:21:31 queue INFO >>21 [20] -2015-01-23 00:21:31 sendUrl INFO 21 [20] -2015-01-23 00:22:21 queue INFO >>21 [21] -2015-01-23 00:22:21 sendUrl INFO 21 [21] -2015-01-23 00:23:11 queue INFO >>21 [22] -2015-01-23 00:23:11 sendUrl INFO 21 [22] -2015-01-23 00:24:01 queue INFO >>21 [23] -2015-01-23 00:24:01 sendUrl INFO 21 [23] -2015-01-23 00:24:51 queue INFO >>21 [24] -2015-01-23 00:24:52 sendUrl INFO 21 [24] -2015-01-23 00:25:41 queue INFO >>21 [25] -2015-01-23 00:25:41 sendUrl INFO 21 [25] -2015-01-23 00:26:31 queue INFO >>21 [26] -2015-01-23 00:26:32 sendUrl INFO 21 [26] -2015-01-23 00:27:22 queue INFO >>21 [27] -2015-01-23 00:27:22 sendUrl INFO 21 [27] -2015-01-23 00:28:12 queue INFO >>21 [28] -2015-01-23 00:28:12 sendUrl INFO 21 [28] -2015-01-23 00:29:02 queue INFO >>21 [29] -2015-01-23 00:29:02 sendUrl INFO 21 [29] -2015-01-23 00:29:52 queue INFO >>21 [30] -2015-01-23 00:29:52 sendUrl INFO 21 [30] -2015-01-23 00:30:42 queue INFO >>21 [31] -2015-01-23 00:30:43 sendUrl INFO 21 [31] -2015-01-23 00:31:32 queue INFO >>21 [32] -2015-01-23 00:31:32 sendUrl INFO 21 [32] -2015-01-23 00:32:22 queue INFO >>21 [33] -2015-01-23 00:32:23 sendUrl INFO 21 [33] -2015-01-23 00:33:13 queue INFO >>21 [34] -2015-01-23 00:33:13 sendUrl INFO 21 [34] -2015-01-23 00:34:03 queue INFO >>21 [35] -2015-01-23 00:34:03 sendUrl INFO 21 [35] -2015-01-23 00:34:53 queue INFO >>21 [36] -2015-01-23 00:34:53 sendUrl INFO 21 [36] -2015-01-23 00:35:43 queue INFO >>21 [37] -2015-01-23 00:35:44 sendUrl INFO 21 [37] -2015-01-23 00:36:33 queue INFO >>21 [38] -2015-01-23 00:36:33 sendUrl INFO 21 [38] -2015-01-23 00:37:23 queue INFO >>21 [39] -2015-01-23 00:37:24 sendUrl INFO 21 [39] -2015-01-23 00:38:13 queue INFO >>21 [40] -2015-01-23 00:38:14 sendUrl INFO 21 [40] -2015-01-23 00:39:04 queue INFO >>21 [41] -2015-01-23 00:39:04 sendUrl INFO 21 [41] -2015-01-23 00:39:54 queue INFO >>21 [42] -2015-01-23 00:39:54 sendUrl INFO 21 [42] -2015-01-23 00:40:44 queue INFO >>21 [43] -2015-01-23 00:40:44 sendUrl INFO 21 [43] -2015-01-23 00:41:34 queue INFO >>21 [44] -2015-01-23 00:41:34 sendUrl INFO 21 [44] -2015-01-23 00:42:24 queue INFO >>21 [45] -2015-01-23 00:42:24 sendUrl INFO 21 [45] -2015-01-23 00:43:14 queue INFO >>21 [46] -2015-01-23 00:43:15 sendUrl INFO 21 [46] -2015-01-23 00:44:04 queue INFO >>21 [47] -2015-01-23 00:44:05 sendUrl INFO 21 [47] -2015-01-23 00:44:55 queue INFO >>21 [48] -2015-01-23 00:44:55 sendUrl INFO 21 [48] -2015-01-23 00:45:45 queue INFO >>21 [49] -2015-01-23 00:45:45 sendUrl INFO 21 [49] -2015-01-23 00:46:35 queue INFO >>21 [50] -2015-01-23 00:46:35 sendUrl INFO 21 [50] -2015-01-23 00:47:25 queue INFO >>21 [51] -2015-01-23 00:47:25 sendUrl INFO 21 [51] -2015-01-23 00:48:15 queue INFO >>21 [52] -2015-01-23 00:48:16 sendUrl INFO 21 [52] -2015-01-23 00:49:05 queue INFO >>21 [53] -2015-01-23 00:49:05 sendUrl INFO 21 [53] -2015-01-23 00:49:55 queue INFO >>21 [54] -2015-01-23 00:49:56 sendUrl INFO 21 [54] -2015-01-23 00:50:46 queue INFO >>21 [55] -2015-01-23 00:50:46 sendUrl INFO 21 [55] -2015-01-23 00:51:36 queue INFO >>21 [56] -2015-01-23 00:51:36 sendUrl INFO 21 [56] -2015-01-23 00:52:26 queue INFO >>21 [57] -2015-01-23 00:52:26 sendUrl INFO 21 [57] -2015-01-23 00:53:16 queue INFO >>21 [58] -2015-01-23 00:53:16 sendUrl INFO 21 [58] -2015-01-23 00:54:06 queue INFO >>21 [59] -2015-01-23 00:54:07 sendUrl INFO 21 [59] -2015-01-23 00:54:56 queue INFO >>21 [60] -2015-01-23 00:54:56 sendUrl INFO 21 [60] -2015-01-23 00:55:46 queue INFO >>21 [61] -2015-01-23 00:55:47 sendUrl INFO 21 [61] -2015-01-23 00:56:37 queue INFO >>21 [62] -2015-01-23 00:56:37 sendUrl INFO 21 [62] -2015-01-23 00:57:27 queue INFO >>21 [63] -2015-01-23 00:57:27 sendUrl INFO 21 [63] -2015-01-23 00:58:17 queue INFO >>21 [64] -2015-01-23 00:58:17 sendUrl INFO 21 [64] -2015-01-23 00:59:07 queue INFO >>21 [65] -2015-01-23 00:59:07 sendUrl INFO 21 [65] -2015-01-23 00:59:57 queue INFO >>21 [66] -2015-01-23 00:59:58 sendUrl INFO 21 [66] -2015-01-23 01:00:47 queue INFO >>21 [67] -2015-01-23 01:00:48 sendUrl INFO 21 [67] -2015-01-23 01:01:38 queue INFO >>21 [68] -2015-01-23 01:01:38 sendUrl INFO 21 [68] -2015-01-23 01:02:28 queue INFO >>21 [69] -2015-01-23 01:02:28 sendUrl INFO 21 [69] -2015-01-23 01:03:18 queue INFO >>21 [70] -2015-01-23 01:03:18 sendUrl INFO 21 [70] -2015-01-23 01:04:08 queue INFO >>21 [71] -2015-01-23 01:04:08 sendUrl INFO 21 [71] -2015-01-23 01:04:58 queue INFO >>21 [72] -2015-01-23 01:04:59 sendUrl INFO 21 [72] -2015-01-23 01:05:48 queue INFO >>21 [73] -2015-01-23 01:05:48 sendUrl INFO 21 [73] -2015-01-23 01:06:38 queue INFO >>21 [74] -2015-01-23 01:06:39 sendUrl INFO 21 [74] -2015-01-23 01:07:29 queue INFO >>21 [75] -2015-01-23 01:07:29 sendUrl INFO 21 [75] -2015-01-23 01:08:19 queue INFO >>21 [76] -2015-01-23 01:08:19 sendUrl INFO 21 [76] -2015-01-23 01:09:09 queue INFO >>21 [77] -2015-01-23 01:09:09 sendUrl INFO 21 [77] -2015-01-23 01:09:59 queue INFO >>21 [78] -2015-01-23 01:09:59 sendUrl INFO 21 [78] -2015-01-23 01:10:49 queue INFO >>21 [79] -2015-01-23 01:10:50 sendUrl INFO 21 [79] -2015-01-23 01:11:39 queue INFO >>21 [80] -2015-01-23 01:11:40 sendUrl INFO 21 [80] -2015-01-23 01:12:30 queue INFO >>21 [81] -2015-01-23 01:12:30 sendUrl INFO 21 [81] -2015-01-23 01:13:20 queue INFO >>21 [82] -2015-01-23 01:13:20 sendUrl INFO 21 [82] -2015-01-23 01:14:10 queue INFO >>21 [83] -2015-01-23 01:14:10 sendUrl INFO 21 [83] -2015-01-23 01:15:00 queue INFO >>21 [84] -2015-01-23 01:15:00 sendUrl INFO 21 [84] -2015-01-23 01:15:50 queue INFO >>21 [85] -2015-01-23 01:15:51 sendUrl INFO 21 [85] -2015-01-23 01:16:40 queue INFO >>21 [86] -2015-01-23 01:16:41 sendUrl INFO 21 [86] -2015-01-23 01:17:30 queue INFO >>21 [87] -2015-01-23 01:17:31 sendUrl INFO 21 [87] -2015-01-23 01:18:21 queue INFO >>21 [88] -2015-01-23 01:18:21 sendUrl INFO 21 [88] -2015-01-23 01:19:11 queue INFO >>21 [89] -2015-01-23 01:19:11 sendUrl INFO 21 [89] -2015-01-23 01:20:01 queue INFO >>21 [90] -2015-01-23 01:20:01 sendUrl INFO 21 [90] -2015-01-23 01:20:51 queue INFO >>21 [91] -2015-01-23 01:20:51 sendUrl INFO 21 [91] -2015-01-23 01:21:41 queue INFO >>21 [92] -2015-01-23 01:21:42 sendUrl INFO 21 [92] -2015-01-23 01:22:31 queue INFO >>21 [93] -2015-01-23 01:22:31 sendUrl INFO 21 [93] -2015-01-23 01:23:22 queue INFO >>21 [94] -2015-01-23 01:23:22 sendUrl INFO 21 [94] -2015-01-23 01:24:12 queue INFO >>21 [95] -2015-01-23 01:24:12 sendUrl INFO 21 [95] -2015-01-23 01:25:02 queue INFO >>21 [96] -2015-01-23 01:25:02 sendUrl INFO 21 [96] -2015-01-23 01:25:52 queue INFO >>21 [97] -2015-01-23 01:25:52 sendUrl INFO 21 [97] -2015-01-23 01:26:42 queue INFO >>21 [98] -2015-01-23 01:26:42 sendUrl INFO 21 [98] -2015-01-23 01:27:32 queue INFO >>21 [99] -2015-01-23 01:27:33 sendUrl INFO 21 [99] -2015-01-23 01:28:22 queue INFO >>21 [100] -2015-01-23 01:28:23 sendUrl INFO 21 [100] -2015-01-23 01:29:12 queue INFO >>21 [101] -2015-01-23 01:29:13 sendUrl INFO 21 [101] -2015-01-23 01:30:03 queue INFO >>21 [102] -2015-01-23 01:30:03 sendUrl INFO 21 [102] -2015-01-23 01:30:53 queue INFO >>21 [103] -2015-01-23 01:30:53 sendUrl INFO 21 [103] -2015-01-23 01:31:43 queue INFO >>21 [104] -2015-01-23 01:31:43 sendUrl INFO 21 [104] -2015-01-23 01:32:33 queue INFO >>21 [105] -2015-01-23 01:32:34 sendUrl INFO 21 [105] -2015-01-23 01:33:23 queue INFO >>21 [106] -2015-01-23 01:33:23 sendUrl INFO 21 [106] -2015-01-23 01:34:13 queue INFO >>21 [107] -2015-01-23 01:34:14 sendUrl INFO 21 [107] -2015-01-23 01:35:03 queue INFO >>21 [108] -2015-01-23 01:35:04 sendUrl INFO 21 [108] -2015-01-23 01:35:54 queue INFO >>21 [109] -2015-01-23 01:35:54 sendUrl INFO 21 [109] -2015-01-23 01:36:44 queue INFO >>21 [110] -2015-01-23 01:36:44 sendUrl INFO 21 [110] -2015-01-23 01:37:34 queue INFO >>21 [111] -2015-01-23 01:37:34 sendUrl INFO 21 [111] -2015-01-23 01:38:24 queue INFO >>21 [112] -2015-01-23 01:38:24 sendUrl INFO 21 [112] -2015-01-23 01:39:14 queue INFO >>21 [113] -2015-01-23 01:39:15 sendUrl INFO 21 [113] -2015-01-23 01:40:04 queue INFO >>21 [114] -2015-01-23 01:40:05 sendUrl INFO 21 [114] -2015-01-23 01:40:55 queue INFO >>21 [115] -2015-01-23 01:40:55 sendUrl INFO 21 [115] -2015-01-23 01:41:45 queue INFO >>21 [116] -2015-01-23 01:41:45 sendUrl INFO 21 [116] -2015-01-23 01:42:35 queue INFO >>21 [117] -2015-01-23 01:42:35 sendUrl INFO 21 [117] -2015-01-23 01:43:25 queue INFO >>21 [118] -2015-01-23 01:43:25 sendUrl INFO 21 [118] -2015-01-23 01:44:15 queue INFO >>21 [119] -2015-01-23 01:44:15 sendUrl INFO 21 [119] -2015-01-23 01:45:05 queue INFO >>21 [120] -2015-01-23 01:45:06 sendUrl INFO 21 [120] -2015-01-23 01:45:55 queue INFO >>21 [121] -2015-01-23 01:45:56 sendUrl INFO 21 [121] -2015-01-23 01:46:46 queue INFO >>21 [122] -2015-01-23 01:46:46 sendUrl INFO 21 [122] -2015-01-23 01:47:36 queue INFO >>21 [123] -2015-01-23 01:47:36 sendUrl INFO 21 [123] -2015-01-23 01:48:26 queue INFO >>21 [124] -2015-01-23 01:48:26 sendUrl INFO 21 [124] -2015-01-23 01:49:16 queue INFO >>21 [125] -2015-01-23 01:49:16 sendUrl INFO 21 [125] -2015-01-23 01:50:06 queue INFO >>21 [126] -2015-01-23 01:50:07 sendUrl INFO 21 [126] -2015-01-23 01:50:56 queue INFO >>21 [127] -2015-01-23 01:50:57 sendUrl INFO 21 [127] -2015-01-23 01:51:47 queue INFO >>21 [128] -2015-01-23 01:51:47 sendUrl INFO 21 [128] -2015-01-23 01:52:37 queue INFO >>21 [129] -2015-01-23 01:52:37 sendUrl INFO 21 [129] -2015-01-23 01:53:27 queue INFO >>21 [130] -2015-01-23 01:53:27 sendUrl INFO 21 [130] -2015-01-23 01:54:17 queue INFO >>21 [131] -2015-01-23 01:54:17 sendUrl INFO 21 [131] -2015-01-23 01:55:07 queue INFO >>21 [132] -2015-01-23 01:55:08 sendUrl INFO 21 [132] -2015-01-23 01:55:57 queue INFO >>21 [133] -2015-01-23 01:55:58 sendUrl INFO 21 [133] -2015-01-23 01:56:47 queue INFO >>21 [134] -2015-01-23 01:56:48 sendUrl INFO 21 [134] -2015-01-23 01:57:38 queue INFO >>21 [135] -2015-01-23 01:57:38 sendUrl INFO 21 [135] -2015-01-23 01:58:28 queue INFO >>21 [136] -2015-01-23 01:58:28 sendUrl INFO 21 [136] -2015-01-23 01:59:18 queue INFO >>21 [137] -2015-01-23 01:59:18 sendUrl INFO 21 [137] -2015-01-23 02:00:08 queue INFO >>21 [138] -2015-01-23 02:00:08 sendUrl INFO 21 [138] -2015-01-23 02:00:58 queue INFO >>21 [139] -2015-01-23 02:00:59 sendUrl INFO 21 [139] -2015-01-23 02:01:48 queue INFO >>21 [140] -2015-01-23 02:01:48 sendUrl INFO 21 [140] -2015-01-23 02:02:39 queue INFO >>21 [141] -2015-01-23 02:02:39 sendUrl INFO 21 [141] -2015-01-23 02:03:29 queue INFO >>21 [142] -2015-01-23 02:03:29 sendUrl INFO 21 [142] -2015-01-23 02:04:19 queue INFO >>21 [143] -2015-01-23 02:04:19 sendUrl INFO 21 [143] -2015-01-23 02:05:09 queue INFO >>21 [144] -2015-01-23 02:05:09 sendUrl INFO 21 [144] -2015-01-23 02:05:59 queue INFO >>21 [145] -2015-01-23 02:06:00 sendUrl INFO 21 [145] -2015-01-23 02:06:49 queue INFO >>21 [146] -2015-01-23 02:06:50 sendUrl INFO 21 [146] -2015-01-23 02:07:39 queue INFO >>21 [147] -2015-01-23 02:07:40 sendUrl INFO 21 [147] -2015-01-23 02:08:30 queue INFO >>21 [148] -2015-01-23 02:08:30 sendUrl INFO 21 [148] -2015-01-23 02:09:20 queue INFO >>21 [149] -2015-01-23 02:09:20 sendUrl INFO 21 [149] -2015-01-23 02:10:10 queue INFO >>21 [150] -2015-01-23 02:10:10 sendUrl INFO 21 [150] -2015-01-23 02:11:00 queue INFO >>21 [151] -2015-01-23 02:11:00 sendUrl INFO 21 [151] -2015-01-23 02:11:50 queue INFO >>21 [152] -2015-01-23 02:11:51 sendUrl INFO 21 [152] -2015-01-23 02:12:40 queue INFO >>21 [153] -2015-01-23 02:12:40 sendUrl INFO 21 [153] -2015-01-23 02:13:30 queue INFO >>21 [154] -2015-01-23 02:13:31 sendUrl INFO 21 [154] -2015-01-23 02:14:21 queue INFO >>21 [155] -2015-01-23 02:14:21 sendUrl INFO 21 [155] -2015-01-23 02:15:11 queue INFO >>21 [156] -2015-01-23 02:15:11 sendUrl INFO 21 [156] -2015-01-23 02:16:01 queue INFO >>21 [157] -2015-01-23 02:16:01 sendUrl INFO 21 [157] -2015-01-23 02:16:51 queue INFO >>21 [158] -2015-01-23 02:16:51 sendUrl INFO 21 [158] -2015-01-23 02:17:41 queue INFO >>21 [159] -2015-01-23 02:17:41 sendUrl INFO 21 [159] -2015-01-23 02:18:31 queue INFO >>21 [160] -2015-01-23 02:18:31 sendUrl INFO 21 [160] -2015-01-23 02:19:21 queue INFO >>21 [161] -2015-01-23 02:19:22 sendUrl INFO 21 [161] -2015-01-23 02:20:12 queue INFO >>21 [162] -2015-01-23 02:20:12 sendUrl INFO 21 [162] -2015-01-23 02:21:02 queue INFO >>21 [163] -2015-01-23 02:21:02 sendUrl INFO 21 [163] -2015-01-23 02:21:52 queue INFO >>21 [164] -2015-01-23 02:21:52 sendUrl INFO 21 [164] -2015-01-23 02:22:42 queue INFO >>21 [165] -2015-01-23 02:22:42 sendUrl INFO 21 [165] -2015-01-23 02:23:32 queue INFO >>21 [166] -2015-01-23 02:23:32 sendUrl INFO 21 [166] -2015-01-23 02:24:22 queue INFO >>21 [167] -2015-01-23 02:24:23 sendUrl INFO 21 [167] -2015-01-23 02:25:12 queue INFO >>21 [168] -2015-01-23 02:25:13 sendUrl INFO 21 [168] -2015-01-23 02:26:03 queue INFO >>21 [169] -2015-01-23 02:26:03 sendUrl INFO 21 [169] -2015-01-23 02:26:53 queue INFO >>21 [170] -2015-01-23 02:26:53 sendUrl INFO 21 [170] -2015-01-23 02:27:43 queue INFO >>21 [171] -2015-01-23 02:27:43 sendUrl INFO 21 [171] -2015-01-23 02:28:33 queue INFO >>21 [172] -2015-01-23 02:28:34 sendUrl INFO 21 [172] -2015-01-23 02:29:23 queue INFO >>21 [173] -2015-01-23 02:29:23 sendUrl INFO 21 [173] -2015-01-23 02:30:13 queue INFO >>21 [174] -2015-01-23 02:30:14 sendUrl INFO 21 [174] -2015-01-23 02:31:04 queue INFO >>21 [175] -2015-01-23 02:31:04 sendUrl INFO 21 [175] -2015-01-23 02:31:54 queue INFO >>21 [176] -2015-01-23 02:31:54 sendUrl INFO 21 [176] -2015-01-23 02:32:44 queue INFO >>21 [177] -2015-01-23 02:32:44 sendUrl INFO 21 [177] -2015-01-23 02:33:34 queue INFO >>21 [178] -2015-01-23 02:33:34 sendUrl INFO 21 [178] -2015-01-23 02:34:24 queue INFO >>21 [179] -2015-01-23 02:34:24 sendUrl INFO 21 [179] -2015-01-23 02:35:14 queue INFO >>21 [180] -2015-01-23 02:35:15 sendUrl INFO 21 [180] -2015-01-23 02:36:04 queue INFO >>21 [181] -2015-01-23 02:36:05 sendUrl INFO 21 [181] -2015-01-23 02:36:54 queue INFO >>21 [182] -2015-01-23 02:36:55 sendUrl INFO 21 [182] -2015-01-23 02:37:45 queue INFO >>21 [183] -2015-01-23 02:37:45 sendUrl INFO 21 [183] -2015-01-23 02:38:35 queue INFO >>21 [184] -2015-01-23 02:38:35 sendUrl INFO 21 [184] -2015-01-23 02:39:25 queue INFO >>21 [185] -2015-01-23 02:39:25 sendUrl INFO 21 [185] -2015-01-23 02:40:15 queue INFO >>21 [186] -2015-01-23 02:40:15 sendUrl INFO 21 [186] -2015-01-23 02:41:05 queue INFO >>21 [187] -2015-01-23 02:41:06 sendUrl INFO 21 [187] -2015-01-23 02:41:55 queue INFO >>21 [188] -2015-01-23 02:41:56 sendUrl INFO 21 [188] -2015-01-23 02:42:45 queue INFO >>21 [189] -2015-01-23 02:42:46 sendUrl INFO 21 [189] -2015-01-23 02:43:36 queue INFO >>21 [190] -2015-01-23 02:43:36 sendUrl INFO 21 [190] -2015-01-23 02:44:26 queue INFO >>21 [191] -2015-01-23 02:44:26 sendUrl INFO 21 [191] -2015-01-23 02:45:16 queue INFO >>21 [192] -2015-01-23 02:45:17 sendUrl INFO 21 [192] -2015-01-23 02:46:06 queue INFO >>21 [193] -2015-01-23 02:46:06 sendUrl INFO 21 [193] -2015-01-23 02:46:56 queue INFO >>21 [194] -2015-01-23 02:46:57 sendUrl INFO 21 [194] -2015-01-23 02:47:46 queue INFO >>21 [195] -2015-01-23 02:47:47 sendUrl INFO 21 [195] -2015-01-23 02:48:37 queue INFO >>21 [196] -2015-01-23 02:48:37 sendUrl INFO 21 [196] -2015-01-23 02:49:27 queue INFO >>21 [197] -2015-01-23 02:49:27 sendUrl INFO 21 [197] -2015-01-23 02:50:17 queue INFO >>21 [198] -2015-01-23 02:50:17 sendUrl INFO 21 [198] -2015-01-23 02:51:07 queue INFO >>21 [199] -2015-01-23 02:51:07 sendUrl INFO 21 [199] -2015-01-23 02:51:57 queue INFO >>21 [200] -2015-01-23 02:51:58 sendUrl INFO 21 [200] -2015-01-23 02:52:47 queue INFO >>21 [201] -2015-01-23 02:52:48 sendUrl INFO 21 [201] -2015-01-23 02:53:37 queue INFO >>21 [202] -2015-01-23 02:53:38 sendUrl INFO 21 [202] -2015-01-23 02:54:28 queue INFO >>21 [203] -2015-01-23 02:54:28 sendUrl INFO 21 [203] -2015-01-23 02:55:18 queue INFO >>21 [204] -2015-01-23 02:55:18 sendUrl INFO 21 [204] -2015-01-23 02:56:08 queue INFO >>21 [205] -2015-01-23 02:56:09 sendUrl INFO 21 [205] -2015-01-23 02:56:58 queue INFO >>21 [206] -2015-01-23 02:56:58 sendUrl INFO 21 [206] -2015-01-23 02:57:48 queue INFO >>21 [207] -2015-01-23 02:57:49 sendUrl INFO 21 [207] -2015-01-23 02:58:38 queue INFO >>21 [208] -2015-01-23 02:58:39 sendUrl INFO 21 [208] -2015-01-23 02:59:29 queue INFO >>21 [209] -2015-01-23 02:59:29 sendUrl INFO 21 [209] -2015-01-23 03:00:19 queue INFO >>21 [210] -2015-01-23 03:00:19 sendUrl INFO 21 [210] -2015-01-23 03:01:09 queue INFO >>21 [211] -2015-01-23 03:01:09 sendUrl INFO 21 [211] -2015-01-23 03:01:59 queue INFO >>21 [212] -2015-01-23 03:01:59 sendUrl INFO 21 [212] -2015-01-23 03:02:49 queue INFO >>21 [213] -2015-01-23 03:02:50 sendUrl INFO 21 [213] -2015-01-23 03:03:39 queue INFO >>21 [214] -2015-01-23 03:03:40 sendUrl INFO 21 [214] -2015-01-23 03:04:29 queue INFO >>21 [215] -2015-01-23 03:04:30 sendUrl INFO 21 [215] -2015-01-23 03:05:20 queue INFO >>21 [216] -2015-01-23 03:05:20 sendUrl INFO 21 [216] -2015-01-23 03:06:10 queue INFO >>21 [217] -2015-01-23 03:06:10 sendUrl INFO 21 [217] -2015-01-23 03:07:00 queue INFO >>21 [218] -2015-01-23 03:07:00 sendUrl INFO 21 [218] -2015-01-23 03:07:50 queue INFO >>21 [219] -2015-01-23 03:07:50 sendUrl INFO 21 [219] -2015-01-23 03:08:40 queue INFO >>21 [220] -2015-01-23 03:08:41 sendUrl INFO 21 [220] -2015-01-23 03:09:30 queue INFO >>21 [221] -2015-01-23 03:09:31 sendUrl INFO 21 [221] -2015-01-23 03:10:21 queue INFO >>21 [222] -2015-01-23 03:10:21 sendUrl INFO 21 [222] -2015-01-23 03:11:11 queue INFO >>21 [223] -2015-01-23 03:11:11 sendUrl INFO 21 [223] -2015-01-23 03:12:01 queue INFO >>21 [224] -2015-01-23 03:12:01 sendUrl INFO 21 [224] -2015-01-23 03:12:51 queue INFO >>21 [225] -2015-01-23 03:12:51 sendUrl INFO 21 [225] -2015-01-23 03:13:41 queue INFO >>21 [226] -2015-01-23 03:13:42 sendUrl INFO 21 [226] -2015-01-23 03:14:31 queue INFO >>21 [227] -2015-01-23 03:14:31 sendUrl INFO 21 [227] -2015-01-23 03:15:21 queue INFO >>21 [228] -2015-01-23 03:15:22 sendUrl INFO 21 [228] -2015-01-23 03:16:12 queue INFO >>21 [229] -2015-01-23 03:16:12 sendUrl INFO 21 [229] -2015-01-23 03:17:02 queue INFO >>21 [230] -2015-01-23 03:17:02 sendUrl INFO 21 [230] -2015-01-23 03:17:52 queue INFO >>21 [231] -2015-01-23 03:17:52 sendUrl INFO 21 [231] -2015-01-23 03:18:42 queue INFO >>21 [232] -2015-01-23 03:18:42 sendUrl INFO 21 [232] -2015-01-23 03:19:32 queue INFO >>21 [233] -2015-01-23 03:19:33 sendUrl INFO 21 [233] -2015-01-23 03:20:22 queue INFO >>21 [234] -2015-01-23 03:20:23 sendUrl INFO 21 [234] -2015-01-23 03:21:13 queue INFO >>21 [235] -2015-01-23 03:21:13 sendUrl INFO 21 [235] -2015-01-23 03:22:03 queue INFO >>21 [236] -2015-01-23 03:22:03 sendUrl INFO 21 [236] -2015-01-23 03:22:53 queue INFO >>21 [237] -2015-01-23 03:22:53 sendUrl INFO 21 [237] -2015-01-23 03:23:43 queue INFO >>21 [238] -2015-01-23 03:23:43 sendUrl INFO 21 [238] -2015-01-23 03:24:33 queue INFO >>21 [239] -2015-01-23 03:24:34 sendUrl INFO 21 [239] -2015-01-23 03:25:23 queue INFO >>21 [240] -2015-01-23 03:25:23 sendUrl INFO 21 [240] -2015-01-23 03:26:13 queue INFO >>21 [241] -2015-01-23 03:26:14 sendUrl INFO 21 [241] -2015-01-23 03:27:04 queue INFO >>21 [242] -2015-01-23 03:27:04 sendUrl INFO 21 [242] -2015-01-23 03:27:54 queue INFO >>21 [243] -2015-01-23 03:27:54 sendUrl INFO 21 [243] -2015-01-23 03:28:44 queue INFO >>21 [244] -2015-01-23 03:28:44 sendUrl INFO 21 [244] -2015-01-23 03:29:34 queue INFO >>21 [245] -2015-01-23 03:29:35 sendUrl INFO 21 [245] -2015-01-23 03:30:24 queue INFO >>21 [246] -2015-01-23 03:30:24 sendUrl INFO 21 [246] -2015-01-23 03:31:14 queue INFO >>21 [247] -2015-01-23 03:31:15 sendUrl INFO 21 [247] -2015-01-23 03:32:05 queue INFO >>21 [248] -2015-01-23 03:32:05 sendUrl INFO 21 [248] -2015-01-23 03:32:55 queue INFO >>21 [249] -2015-01-23 03:32:55 sendUrl INFO 21 [249] -2015-01-23 03:33:45 queue INFO >>21 [250] -2015-01-23 03:33:45 sendUrl INFO 21 [250] -2015-01-23 03:34:35 queue INFO >>21 [251] -2015-01-23 03:34:35 sendUrl INFO 21 [251] -2015-01-23 03:35:25 queue INFO >>21 [252] -2015-01-23 03:35:25 sendUrl INFO 21 [252] -2015-01-23 03:36:15 queue INFO >>21 [253] -2015-01-23 03:36:16 sendUrl INFO 21 [253] -2015-01-23 03:37:05 queue INFO >>21 [254] -2015-01-23 03:37:06 sendUrl INFO 21 [254] -2015-01-23 03:37:56 queue INFO >>21 [255] -2015-01-23 03:37:56 sendUrl INFO 21 [255] -2015-01-23 03:38:46 queue INFO >>21 [256] -2015-01-23 03:38:46 sendUrl INFO 21 [256] -2015-01-23 03:39:36 queue INFO >>21 [257] -2015-01-23 03:39:36 sendUrl INFO 21 [257] -2015-01-23 03:40:26 queue INFO >>21 [258] -2015-01-23 03:40:26 sendUrl INFO 21 [258] -2015-01-23 03:41:16 queue INFO >>21 [259] -2015-01-23 03:41:16 sendUrl INFO 21 [259] -2015-01-23 03:42:06 queue INFO >>21 [260] -2015-01-23 03:42:07 sendUrl INFO 21 [260] -2015-01-23 03:42:56 queue INFO >>21 [261] -2015-01-23 03:42:57 sendUrl INFO 21 [261] -2015-01-23 03:43:46 queue INFO >>21 [262] -2015-01-23 03:43:47 sendUrl INFO 21 [262] -2015-01-23 03:44:37 queue INFO >>21 [263] -2015-01-23 03:44:37 sendUrl INFO 21 [263] -2015-01-23 03:45:27 queue INFO >>21 [264] -2015-01-23 03:45:27 sendUrl INFO 21 [264] -2015-01-23 03:46:17 queue INFO >>21 [265] -2015-01-23 03:46:17 sendUrl INFO 21 [265] -2015-01-23 03:47:07 queue INFO >>21 [266] -2015-01-23 03:47:07 sendUrl INFO 21 [266] -2015-01-23 03:47:57 queue INFO >>21 [267] -2015-01-23 03:47:58 sendUrl INFO 21 [267] -2015-01-23 03:48:47 queue INFO >>21 [268] -2015-01-23 03:48:47 sendUrl INFO 21 [268] -2015-01-23 03:49:38 queue INFO >>21 [269] -2015-01-23 03:49:38 sendUrl INFO 21 [269] -2015-01-23 03:50:28 queue INFO >>21 [270] -2015-01-23 03:50:28 sendUrl INFO 21 [270] -2015-01-23 03:51:18 queue INFO >>21 [271] -2015-01-23 03:51:18 sendUrl INFO 21 [271] -2015-01-23 03:52:08 queue INFO >>21 [272] -2015-01-23 03:52:08 sendUrl INFO 21 [272] -2015-01-23 03:52:58 queue INFO >>21 [273] -2015-01-23 03:52:59 sendUrl INFO 21 [273] -2015-01-23 03:53:48 queue INFO >>21 [274] -2015-01-23 03:53:49 sendUrl INFO 21 [274] -2015-01-23 03:54:38 queue INFO >>21 [275] -2015-01-23 03:54:39 sendUrl INFO 21 [275] -2015-01-23 03:55:29 queue INFO >>21 [276] -2015-01-23 03:55:29 sendUrl INFO 21 [276] -2015-01-23 03:56:19 queue INFO >>21 [277] -2015-01-23 03:56:19 sendUrl INFO 21 [277] -2015-01-23 03:57:09 queue INFO >>21 [278] -2015-01-23 03:57:09 sendUrl INFO 21 [278] -2015-01-23 03:57:59 queue INFO >>21 [279] -2015-01-23 03:57:59 sendUrl INFO 21 [279] -2015-01-23 03:58:49 queue INFO >>21 [280] -2015-01-23 03:58:50 sendUrl INFO 21 [280] -2015-01-23 03:59:39 queue INFO >>21 [281] -2015-01-23 03:59:39 sendUrl INFO 21 [281] -2015-01-23 04:00:29 queue INFO >>21 [282] -2015-01-23 04:00:30 sendUrl INFO 21 [282] -2015-01-23 04:01:20 queue INFO >>21 [283] -2015-01-23 04:01:20 sendUrl INFO 21 [283] -2015-01-23 04:02:10 queue INFO >>21 [284] -2015-01-23 04:02:10 sendUrl INFO 21 [284] -2015-01-23 04:03:00 queue INFO >>21 [285] -2015-01-23 04:03:00 sendUrl INFO 21 [285] -2015-01-23 04:03:50 queue INFO >>21 [286] -2015-01-23 04:03:50 sendUrl INFO 21 [286] -2015-01-23 04:04:40 queue INFO >>21 [287] -2015-01-23 04:04:40 sendUrl INFO 21 [287] -2015-01-23 04:05:30 queue INFO >>21 [288] -2015-01-23 04:05:31 sendUrl INFO 21 [288] -2015-01-23 04:06:20 queue INFO >>21 [289] -2015-01-23 04:06:21 sendUrl INFO 21 [289] -2015-01-23 04:07:11 queue INFO >>21 [290] -2015-01-23 04:07:11 sendUrl INFO 21 [290] -2015-01-23 04:08:01 queue INFO >>21 [291] -2015-01-23 04:08:01 sendUrl INFO 21 [291] -2015-01-23 04:08:51 queue INFO >>21 [292] -2015-01-23 04:08:51 sendUrl INFO 21 [292] -2015-01-23 04:09:41 queue INFO >>21 [293] -2015-01-23 04:09:42 sendUrl INFO 21 [293] -2015-01-23 04:10:31 queue INFO >>21 [294] -2015-01-23 04:10:31 sendUrl INFO 21 [294] -2015-01-23 04:11:21 queue INFO >>21 [295] -2015-01-23 04:11:22 sendUrl INFO 21 [295] -2015-01-23 04:12:11 queue INFO >>21 [296] -2015-01-23 04:12:12 sendUrl INFO 21 [296] -2015-01-23 04:13:02 queue INFO >>21 [297] -2015-01-23 04:13:02 sendUrl INFO 21 [297] -2015-01-23 04:13:52 queue INFO >>21 [298] -2015-01-23 04:13:52 sendUrl INFO 21 [298] -2015-01-23 04:14:42 queue INFO >>21 [299] -2015-01-23 04:14:42 sendUrl INFO 21 [299] -2015-01-23 04:15:32 queue INFO >>21 [300] -2015-01-23 04:15:32 sendUrl INFO 21 [300] -2015-01-23 04:16:22 queue INFO >>21 [301] -2015-01-23 04:16:23 sendUrl INFO 21 [301] -2015-01-23 04:17:12 queue INFO >>21 [302] -2015-01-23 04:17:13 sendUrl INFO 21 [302] -2015-01-23 04:18:03 queue INFO >>21 [303] -2015-01-23 04:18:03 sendUrl INFO 21 [303] -2015-01-23 04:18:53 queue INFO >>21 [304] -2015-01-23 04:18:53 sendUrl INFO 21 [304] -2015-01-23 04:19:43 queue INFO >>21 [305] -2015-01-23 04:19:43 sendUrl INFO 21 [305] -2015-01-23 04:20:33 queue INFO >>21 [306] -2015-01-23 04:20:33 sendUrl INFO 21 [306] -2015-01-23 04:21:23 queue INFO >>21 [307] -2015-01-23 04:21:23 sendUrl INFO 21 [307] -2015-01-23 04:22:13 queue INFO >>21 [308] -2015-01-23 04:22:14 sendUrl INFO 21 [308] -2015-01-23 04:23:03 queue INFO >>21 [309] -2015-01-23 04:23:04 sendUrl INFO 21 [309] -2015-01-23 04:23:53 queue INFO >>21 [310] -2015-01-23 04:23:54 sendUrl INFO 21 [310] -2015-01-23 04:24:44 queue INFO >>21 [311] -2015-01-23 04:24:44 sendUrl INFO 21 [311] -2015-01-23 04:25:34 queue INFO >>21 [312] -2015-01-23 04:25:34 sendUrl INFO 21 [312] -2015-01-23 04:26:24 queue INFO >>21 [313] -2015-01-23 04:26:24 sendUrl INFO 21 [313] -2015-01-23 04:27:14 queue INFO >>21 [314] -2015-01-23 04:27:14 sendUrl INFO 21 [314] -2015-01-23 04:28:04 queue INFO >>21 [315] -2015-01-23 04:28:05 sendUrl INFO 21 [315] -2015-01-23 04:28:54 queue INFO >>21 [316] -2015-01-23 04:28:54 sendUrl INFO 21 [316] -2015-01-23 04:29:44 queue INFO >>21 [317] -2015-01-23 04:29:45 sendUrl INFO 21 [317] -2015-01-23 04:30:35 queue INFO >>21 [318] -2015-01-23 04:30:35 sendUrl INFO 21 [318] -2015-01-23 04:31:25 queue INFO >>21 [319] -2015-01-23 04:31:25 sendUrl INFO 21 [319] -2015-01-23 04:32:15 queue INFO >>21 [320] -2015-01-23 04:32:15 sendUrl INFO 21 [320] -2015-01-23 04:33:05 queue INFO >>21 [321] -2015-01-23 04:33:05 sendUrl INFO 21 [321] -2015-01-23 04:33:55 queue INFO >>21 [322] -2015-01-23 04:33:55 sendUrl INFO 21 [322] -2015-01-23 04:34:45 queue INFO >>21 [323] -2015-01-23 04:34:45 sendUrl INFO 21 [323] -2015-01-23 04:35:35 queue INFO >>21 [324] -2015-01-23 04:35:36 sendUrl INFO 21 [324] -2015-01-23 04:36:26 queue INFO >>21 [325] -2015-01-23 04:36:26 sendUrl INFO 21 [325] -2015-01-23 04:37:16 queue INFO >>21 [326] -2015-01-23 04:37:16 sendUrl INFO 21 [326] -2015-01-23 04:38:06 queue INFO >>21 [327] -2015-01-23 04:38:06 sendUrl INFO 21 [327] -2015-01-23 04:38:56 queue INFO >>21 [328] -2015-01-23 04:38:56 sendUrl INFO 21 [328] -2015-01-23 04:39:46 queue INFO >>21 [329] -2015-01-23 04:39:46 sendUrl INFO 21 [329] -2015-01-23 04:40:36 queue INFO >>21 [330] -2015-01-23 04:40:37 sendUrl INFO 21 [330] -2015-01-23 04:41:26 queue INFO >>21 [331] -2015-01-23 04:41:27 sendUrl INFO 21 [331] -2015-01-23 04:42:16 queue INFO >>21 [332] -2015-01-23 04:42:17 sendUrl INFO 21 [332] -2015-01-23 04:43:07 queue INFO >>21 [333] -2015-01-23 04:43:07 sendUrl INFO 21 [333] -2015-01-23 04:43:57 queue INFO >>21 [334] -2015-01-23 04:43:57 sendUrl INFO 21 [334] -2015-01-23 04:44:47 queue INFO >>21 [335] -2015-01-23 04:44:47 sendUrl INFO 21 [335] -2015-01-23 04:45:37 queue INFO >>21 [336] -2015-01-23 04:45:37 sendUrl INFO 21 [336] -2015-01-23 04:46:27 queue INFO >>21 [337] -2015-01-23 04:46:28 sendUrl INFO 21 [337] -2015-01-23 04:47:17 queue INFO >>21 [338] -2015-01-23 04:47:18 sendUrl INFO 21 [338] -2015-01-23 04:48:07 queue INFO >>21 [339] -2015-01-23 04:48:08 sendUrl INFO 21 [339] -2015-01-23 04:48:58 queue INFO >>21 [340] -2015-01-23 04:48:58 sendUrl INFO 21 [340] -2015-01-23 04:49:48 queue INFO >>21 [341] -2015-01-23 04:49:48 sendUrl INFO 21 [341] -2015-01-23 04:50:38 queue INFO >>21 [342] -2015-01-23 04:50:38 sendUrl INFO 21 [342] -2015-01-23 04:51:28 queue INFO >>21 [343] -2015-01-23 04:51:28 sendUrl INFO 21 [343] -2015-01-23 04:52:18 queue INFO >>21 [344] -2015-01-23 04:52:19 sendUrl INFO 21 [344] -2015-01-23 04:53:08 queue INFO >>21 [345] -2015-01-23 04:53:08 sendUrl INFO 21 [345] -2015-01-23 04:53:59 queue INFO >>21 [346] -2015-01-23 04:53:59 sendUrl INFO 21 [346] -2015-01-23 04:54:49 queue INFO >>21 [347] -2015-01-23 04:54:49 sendUrl INFO 21 [347] -2015-01-23 04:55:39 queue INFO >>21 [348] -2015-01-23 04:55:39 sendUrl INFO 21 [348] -2015-01-23 04:56:29 queue INFO >>21 [349] -2015-01-23 04:56:29 sendUrl INFO 21 [349] -2015-01-23 04:57:19 queue INFO >>21 [350] -2015-01-23 04:57:20 sendUrl INFO 21 [350] -2015-01-23 04:58:09 queue INFO >>21 [351] -2015-01-23 04:58:09 sendUrl INFO 21 [351] -2015-01-23 04:58:59 queue INFO >>21 [352] -2015-01-23 04:59:00 sendUrl INFO 21 [352] -2015-01-23 04:59:50 queue INFO >>21 [353] -2015-01-23 04:59:50 sendUrl INFO 21 [353] -2015-01-23 05:00:40 queue INFO >>21 [354] -2015-01-23 05:00:40 sendUrl INFO 21 [354] -2015-01-23 05:01:30 queue INFO >>21 [355] -2015-01-23 05:01:30 sendUrl INFO 21 [355] -2015-01-23 05:02:20 queue INFO >>21 [356] -2015-01-23 05:02:20 sendUrl INFO 21 [356] -2015-01-23 05:03:10 queue INFO >>21 [357] -2015-01-23 05:03:11 sendUrl INFO 21 [357] -2015-01-23 05:04:00 queue INFO >>21 [358] -2015-01-23 05:04:00 sendUrl INFO 21 [358] -2015-01-23 05:04:50 queue INFO >>21 [359] -2015-01-23 05:04:51 sendUrl INFO 21 [359] -2015-01-23 05:05:41 queue INFO >>21 [360] -2015-01-23 05:05:41 sendUrl INFO 21 [360] -2015-01-23 05:06:31 queue INFO >>21 [361] -2015-01-23 05:06:31 sendUrl INFO 21 [361] -2015-01-23 05:07:21 queue INFO >>21 [362] -2015-01-23 05:07:21 sendUrl INFO 21 [362] -2015-01-23 05:08:11 queue INFO >>21 [363] -2015-01-23 05:08:11 sendUrl INFO 21 [363] -2015-01-23 05:09:01 queue INFO >>21 [364] -2015-01-23 05:09:01 sendUrl INFO 21 [364] -2015-01-23 05:09:51 queue INFO >>21 [365] -2015-01-23 05:09:51 sendUrl INFO 21 [365] -2015-01-23 05:10:41 queue INFO >>21 [366] -2015-01-23 05:10:42 sendUrl INFO 21 [366] -2015-01-23 05:11:32 queue INFO >>21 [367] -2015-01-23 05:11:32 sendUrl INFO 21 [367] -2015-01-23 05:12:22 queue INFO >>21 [368] -2015-01-23 05:12:22 sendUrl INFO 21 [368] -2015-01-23 05:13:12 queue INFO >>21 [369] -2015-01-23 05:13:12 sendUrl INFO 21 [369] -2015-01-23 05:14:02 queue INFO >>21 [370] -2015-01-23 05:14:02 sendUrl INFO 21 [370] -2015-01-23 05:14:52 queue INFO >>21 [371] -2015-01-23 05:14:52 sendUrl INFO 21 [371] -2015-01-23 05:15:42 queue INFO >>21 [372] -2015-01-23 05:15:42 sendUrl INFO 21 [372] -2015-01-23 05:16:32 queue INFO >>21 [373] -2015-01-23 05:16:33 sendUrl INFO 21 [373] -2015-01-23 05:17:22 queue INFO >>21 [374] -2015-01-23 05:17:23 sendUrl INFO 21 [374] -2015-01-23 05:18:13 queue INFO >>21 [375] -2015-01-23 05:18:13 sendUrl INFO 21 [375] -2015-01-23 05:19:03 queue INFO >>21 [376] -2015-01-23 05:19:03 sendUrl INFO 21 [376] -2015-01-23 05:19:53 queue INFO >>21 [377] -2015-01-23 05:19:53 sendUrl INFO 21 [377] -2015-01-23 05:20:43 queue INFO >>21 [378] -2015-01-23 05:20:43 sendUrl INFO 21 [378] -2015-01-23 05:21:33 queue INFO >>21 [379] -2015-01-23 05:21:33 sendUrl INFO 21 [379] -2015-01-23 05:22:23 queue INFO >>21 [380] -2015-01-23 05:22:24 sendUrl INFO 21 [380] -2015-01-23 05:23:13 queue INFO >>21 [381] -2015-01-23 05:23:14 sendUrl INFO 21 [381] -2015-01-23 05:24:04 queue INFO >>21 [382] -2015-01-23 05:24:04 sendUrl INFO 21 [382] -2015-01-23 05:24:54 queue INFO >>21 [383] -2015-01-23 05:24:54 sendUrl INFO 21 [383] -2015-01-23 05:25:44 queue INFO >>21 [384] -2015-01-23 05:25:44 sendUrl INFO 21 [384] -2015-01-23 05:26:34 queue INFO >>21 [385] -2015-01-23 05:26:34 sendUrl INFO 21 [385] -2015-01-23 05:27:24 queue INFO >>21 [386] -2015-01-23 05:27:25 sendUrl INFO 21 [386] -2015-01-23 05:28:14 queue INFO >>21 [387] -2015-01-23 05:28:15 sendUrl INFO 21 [387] -2015-01-23 05:29:04 queue INFO >>21 [388] -2015-01-23 05:29:05 sendUrl INFO 21 [388] -2015-01-23 05:29:55 queue INFO >>21 [389] -2015-01-23 05:29:55 sendUrl INFO 21 [389] -2015-01-23 05:30:45 queue INFO >>21 [390] -2015-01-23 05:30:45 sendUrl INFO 21 [390] -2015-01-23 05:31:35 queue INFO >>21 [391] -2015-01-23 05:31:35 sendUrl INFO 21 [391] -2015-01-23 05:32:25 queue INFO >>21 [392] -2015-01-23 05:32:25 sendUrl INFO 21 [392] -2015-01-23 05:33:15 queue INFO >>21 [393] -2015-01-23 05:33:16 sendUrl INFO 21 [393] -2015-01-23 05:34:05 queue INFO >>21 [394] -2015-01-23 05:34:05 sendUrl INFO 21 [394] -2015-01-23 05:34:55 queue INFO >>21 [395] -2015-01-23 05:34:56 sendUrl INFO 21 [395] -2015-01-23 05:35:46 queue INFO >>21 [396] -2015-01-23 05:35:46 sendUrl INFO 21 [396] -2015-01-23 05:36:36 queue INFO >>21 [397] -2015-01-23 05:36:36 sendUrl INFO 21 [397] -2015-01-23 05:37:26 queue INFO >>21 [398] -2015-01-23 05:37:26 sendUrl INFO 21 [398] -2015-01-23 05:38:16 queue INFO >>21 [399] -2015-01-23 05:38:16 sendUrl INFO 21 [399] -2015-01-23 05:39:06 queue INFO >>21 [400] -2015-01-23 05:39:06 sendUrl INFO 21 [400] -2015-01-23 05:39:56 queue INFO >>21 [401] -2015-01-23 05:39:57 sendUrl INFO 21 [401] -2015-01-23 05:40:46 queue INFO >>21 [402] -2015-01-23 05:40:47 sendUrl INFO 21 [402] -2015-01-23 05:41:37 queue INFO >>21 [403] -2015-01-23 05:41:37 sendUrl INFO 21 [403] -2015-01-23 05:42:27 queue INFO >>21 [404] -2015-01-23 05:42:27 sendUrl INFO 21 [404] -2015-01-23 05:43:17 queue INFO >>21 [405] -2015-01-23 05:43:17 sendUrl INFO 21 [405] -2015-01-23 05:44:07 queue INFO >>21 [406] -2015-01-23 05:44:08 sendUrl INFO 21 [406] -2015-01-23 05:44:57 queue INFO >>21 [407] -2015-01-23 05:44:57 sendUrl INFO 21 [407] -2015-01-23 05:45:31 queue INFO 1 [408] -2015-01-23 05:45:31 queue INFO >1 [409] -2015-01-23 05:45:31 sendUrl INFO 1 [408] -2015-01-23 05:45:32 sendUrl INFO 1 [409] -2015-01-23 05:45:55 queue INFO 5 [410] -2015-01-23 05:45:55 queue INFO >5 [411] -2015-01-23 05:45:55 sendUrl INFO 5 [410] -2015-01-23 05:45:56 sendUrl INFO 5 [411] -2015-01-23 05:45:56 queue INFO 1 [412] -2015-01-23 05:45:57 queue INFO >1 [413] -2015-01-23 05:45:57 sendUrl INFO 1 [412] -2015-01-23 05:45:57 queue INFO 3 [414] -2015-01-23 05:45:57 queue INFO >3 [415] -2015-01-23 05:45:57 sendUrl INFO 1 [413] -2015-01-23 05:45:58 sendUrl INFO 3 [414] -2015-01-23 05:45:58 sendUrl INFO 3 [415] -2015-01-23 05:46:47 queue INFO >>3 [416] -2015-01-23 05:46:48 sendUrl INFO 3 [416] -2015-01-23 05:47:37 queue INFO >>3 [417] -2015-01-23 05:47:38 sendUrl INFO 3 [417] -2015-01-23 05:47:49 queue INFO 7 [418] -2015-01-23 05:47:49 queue INFO >7 [419] -2015-01-23 05:47:49 sendUrl INFO 7 [418] -2015-01-23 05:47:50 sendUrl INFO 7 [419] -2015-01-23 05:47:50 queue INFO 3 [420] -2015-01-23 05:47:50 sendUrl INFO 3 [420] -2015-01-23 05:47:50 queue INFO >3 [421] -2015-01-23 05:47:51 sendUrl INFO 3 [421] -2015-01-23 05:48:40 queue INFO >>3 [422] -2015-01-23 05:48:40 sendUrl INFO 3 [422] -2015-01-23 05:49:30 queue INFO >>3 [423] -2015-01-23 05:49:31 sendUrl INFO 3 [423] -2015-01-23 05:49:42 queue INFO 7 [424] -2015-01-23 05:49:42 queue INFO >7 [425] -2015-01-23 05:49:42 sendUrl INFO 7 [424] -2015-01-23 05:49:43 sendUrl INFO 7 [425] -2015-01-23 05:49:44 queue INFO 3 [426] -2015-01-23 05:49:44 queue INFO >3 [427] -2015-01-23 05:49:44 sendUrl INFO 3 [426] -2015-01-23 05:49:44 sendUrl INFO 3 [427] -2015-01-23 05:50:34 queue INFO >>3 [428] -2015-01-23 05:50:34 sendUrl INFO 3 [428] -2015-01-23 05:51:24 queue INFO >>3 [429] -2015-01-23 05:51:24 sendUrl INFO 3 [429] -2015-01-23 05:51:36 queue INFO 7 [430] -2015-01-23 05:51:36 queue INFO >7 [431] -2015-01-23 05:51:36 sendUrl INFO 7 [430] -2015-01-23 05:51:37 sendUrl INFO 7 [431] -2015-01-23 05:51:37 queue INFO 3 [432] -2015-01-23 05:51:37 queue INFO >3 [433] -2015-01-23 05:51:38 sendUrl INFO 3 [432] -2015-01-23 05:51:38 sendUrl INFO 3 [433] -2015-01-23 05:52:27 queue INFO >>3 [434] -2015-01-23 05:52:28 sendUrl INFO 3 [434] -2015-01-23 05:53:18 queue INFO >>3 [435] -2015-01-23 05:53:18 sendUrl INFO 3 [435] -2015-01-23 05:53:29 queue INFO 7 [436] -2015-01-23 05:53:30 queue INFO >7 [437] -2015-01-23 05:53:30 sendUrl INFO 7 [436] -2015-01-23 05:53:30 sendUrl INFO 7 [437] -2015-01-23 05:53:31 queue INFO 3 [438] -2015-01-23 05:53:31 queue INFO >3 [439] -2015-01-23 05:53:31 sendUrl INFO 3 [438] -2015-01-23 05:53:32 sendUrl INFO 3 [439] -2015-01-23 05:54:21 queue INFO >>3 [440] -2015-01-23 05:54:21 sendUrl INFO 3 [440] -2015-01-23 05:55:11 queue INFO >>3 [441] -2015-01-23 05:55:12 sendUrl INFO 3 [441] -2015-01-23 05:55:23 queue INFO 7 [442] -2015-01-23 05:55:24 queue INFO >7 [443] -2015-01-23 05:55:24 sendUrl INFO 7 [442] -2015-01-23 05:55:24 sendUrl INFO 7 [443] -2015-01-23 05:55:25 queue INFO 3 [444] -2015-01-23 05:55:25 queue INFO >3 [445] -2015-01-23 05:55:25 sendUrl INFO 3 [444] -2015-01-23 05:55:26 sendUrl INFO 3 [445] -2015-01-23 05:56:15 queue INFO >>3 [446] -2015-01-23 05:56:16 sendUrl INFO 3 [446] -2015-01-23 05:57:05 queue INFO >>3 [447] -2015-01-23 05:57:05 sendUrl INFO 3 [447] -2015-01-23 05:57:17 queue INFO 7 [448] -2015-01-23 05:57:17 queue INFO >7 [449] -2015-01-23 05:57:18 sendUrl INFO 7 [448] -2015-01-23 05:57:18 sendUrl INFO 7 [449] -2015-01-23 05:57:18 queue INFO 3 [450] -2015-01-23 05:57:19 queue INFO >3 [451] -2015-01-23 05:57:19 sendUrl INFO 3 [450] -2015-01-23 05:57:20 sendUrl INFO 3 [451] -2015-01-23 05:58:09 queue INFO >>3 [452] -2015-01-23 05:58:09 sendUrl INFO 3 [452] -2015-01-23 05:58:59 queue INFO >>3 [453] -2015-01-23 05:58:59 sendUrl INFO 3 [453] -2015-01-23 05:59:11 queue INFO 7 [454] -2015-01-23 05:59:11 sendUrl INFO 7 [454] -2015-01-23 05:59:11 queue INFO >7 [455] -2015-01-23 05:59:11 sendUrl INFO 7 [455] -2015-01-23 05:59:12 queue INFO 3 [456] -2015-01-23 05:59:12 queue INFO >3 [457] -2015-01-23 05:59:12 sendUrl INFO 3 [456] -2015-01-23 05:59:13 sendUrl INFO 3 [457] -2015-01-23 06:00:02 queue INFO >>3 [458] -2015-01-23 06:00:03 sendUrl INFO 3 [458] -2015-01-23 06:00:52 queue INFO >>3 [459] -2015-01-23 06:00:53 sendUrl INFO 3 [459] -2015-01-23 06:01:04 queue INFO 7 [460] -2015-01-23 06:01:04 sendUrl INFO 7 [460] -2015-01-23 06:01:04 queue INFO >7 [461] -2015-01-23 06:01:05 sendUrl INFO 7 [461] -2015-01-23 06:01:06 queue INFO 3 [462] -2015-01-23 06:01:06 queue INFO >3 [463] -2015-01-23 06:01:06 sendUrl INFO 3 [462] -2015-01-23 06:01:07 sendUrl INFO 3 [463] -2015-01-23 06:01:56 queue INFO >>3 [464] -2015-01-23 06:01:56 sendUrl INFO 3 [464] -2015-01-23 06:02:46 queue INFO >>3 [465] -2015-01-23 06:02:46 sendUrl INFO 3 [465] -2015-01-23 06:02:58 queue INFO 7 [466] -2015-01-23 06:02:58 sendUrl INFO 7 [466] -2015-01-23 06:02:58 queue INFO >7 [467] -2015-01-23 06:02:58 sendUrl INFO 7 [467] -2015-01-23 06:02:59 queue INFO 3 [468] -2015-01-23 06:02:59 queue INFO >3 [469] -2015-01-23 06:02:59 sendUrl INFO 3 [468] -2015-01-23 06:03:00 sendUrl INFO 3 [469] -2015-01-23 06:03:49 queue INFO >>3 [470] -2015-01-23 06:03:50 sendUrl INFO 3 [470] -2015-01-23 06:04:39 queue INFO >>3 [471] -2015-01-23 06:04:40 sendUrl INFO 3 [471] -2015-01-23 06:04:51 queue INFO 7 [472] -2015-01-23 06:04:52 sendUrl INFO 7 [472] -2015-01-23 06:04:52 queue INFO >7 [473] -2015-01-23 06:04:52 sendUrl INFO 7 [473] -2015-01-23 06:04:53 queue INFO 3 [474] -2015-01-23 06:04:53 queue INFO >3 [475] -2015-01-23 06:04:53 sendUrl INFO 3 [474] -2015-01-23 06:04:54 sendUrl INFO 3 [475] -2015-01-23 06:05:43 queue INFO >>3 [476] -2015-01-23 06:05:44 sendUrl INFO 3 [476] -2015-01-23 06:06:33 queue INFO >>3 [477] -2015-01-23 06:06:33 sendUrl INFO 3 [477] -2015-01-23 06:06:45 queue INFO 7 [478] -2015-01-23 06:06:46 queue INFO >7 [479] -2015-01-23 06:06:46 sendUrl INFO 7 [478] -2015-01-23 06:06:46 sendUrl INFO 7 [479] -2015-01-23 06:06:47 queue INFO 3 [480] -2015-01-23 06:06:47 queue INFO >3 [481] -2015-01-23 06:06:47 sendUrl INFO 3 [480] -2015-01-23 06:06:48 sendUrl INFO 3 [481] -2015-01-23 06:07:37 queue INFO >>3 [482] -2015-01-23 06:07:37 sendUrl INFO 3 [482] -2015-01-23 06:08:27 queue INFO >>3 [483] -2015-01-23 06:08:28 sendUrl INFO 3 [483] -2015-01-23 06:08:39 queue INFO 7 [484] -2015-01-23 06:08:39 queue INFO >7 [485] -2015-01-23 06:08:39 sendUrl INFO 7 [484] -2015-01-23 06:08:40 sendUrl INFO 7 [485] -2015-01-23 06:08:41 queue INFO 3 [486] -2015-01-23 06:08:41 sendUrl INFO 3 [486] -2015-01-23 06:08:41 queue INFO >3 [487] -2015-01-23 06:08:41 sendUrl INFO 3 [487] -2015-01-23 06:09:31 queue INFO >>3 [488] -2015-01-23 06:09:31 sendUrl INFO 3 [488] -2015-01-23 06:10:21 queue INFO >>3 [489] -2015-01-23 06:10:21 sendUrl INFO 3 [489] -2015-01-23 06:10:33 queue INFO 7 [490] -2015-01-23 06:10:33 queue INFO >7 [491] -2015-01-23 06:10:33 sendUrl INFO 7 [490] -2015-01-23 06:10:33 sendUrl INFO 7 [491] -2015-01-23 06:10:34 queue INFO 3 [492] -2015-01-23 06:10:34 queue INFO >3 [493] -2015-01-23 06:10:35 sendUrl INFO 3 [492] -2015-01-23 06:10:35 sendUrl INFO 3 [493] -2015-01-23 06:11:24 queue INFO >>3 [494] -2015-01-23 06:11:25 sendUrl INFO 3 [494] -2015-01-23 06:12:14 queue INFO >>3 [495] -2015-01-23 06:12:15 sendUrl INFO 3 [495] -2015-01-23 06:12:26 queue INFO 7 [496] -2015-01-23 06:12:26 queue INFO >7 [497] -2015-01-23 06:12:26 sendUrl INFO 7 [496] -2015-01-23 06:12:27 sendUrl INFO 7 [497] -2015-01-23 06:12:27 queue INFO 3 [498] -2015-01-23 06:12:28 queue INFO >3 [499] -2015-01-23 06:12:28 sendUrl INFO 3 [498] -2015-01-23 06:12:28 sendUrl INFO 3 [499] -2015-01-23 06:13:18 queue INFO >>3 [500] -2015-01-23 06:13:18 sendUrl INFO 3 [500] -2015-01-23 06:14:08 queue INFO >>3 [501] -2015-01-23 06:14:08 sendUrl INFO 3 [501] -2015-01-23 06:14:20 queue INFO 7 [502] -2015-01-23 06:14:20 queue INFO >7 [503] -2015-01-23 06:14:20 sendUrl INFO 7 [502] -2015-01-23 06:14:21 sendUrl INFO 7 [503] -2015-01-23 06:14:21 queue INFO 3 [504] -2015-01-23 06:14:21 queue INFO >3 [505] -2015-01-23 06:14:22 sendUrl INFO 3 [504] -2015-01-23 06:14:22 sendUrl INFO 3 [505] -2015-01-23 06:15:11 queue INFO >>3 [506] -2015-01-23 06:15:12 sendUrl INFO 3 [506] -2015-01-23 06:16:02 queue INFO >>3 [507] -2015-01-23 06:16:02 sendUrl INFO 3 [507] -2015-01-23 06:16:13 queue INFO 7 [508] -2015-01-23 06:16:14 queue INFO >7 [509] -2015-01-23 06:16:14 sendUrl INFO 7 [508] -2015-01-23 06:16:14 sendUrl INFO 7 [509] -2015-01-23 06:16:15 queue INFO 3 [510] -2015-01-23 06:16:15 queue INFO >3 [511] -2015-01-23 06:16:15 sendUrl INFO 3 [510] -2015-01-23 06:16:16 sendUrl INFO 3 [511] -2015-01-23 06:17:05 queue INFO >>3 [512] -2015-01-23 06:17:06 sendUrl INFO 3 [512] -2015-01-23 06:17:55 queue INFO >>3 [513] -2015-01-23 06:17:56 sendUrl INFO 3 [513] -2015-01-23 06:18:08 queue INFO 7 [514] -2015-01-23 06:18:08 sendUrl INFO 7 [514] -2015-01-23 06:18:08 queue INFO >7 [515] -2015-01-23 06:18:08 sendUrl INFO 7 [515] -2015-01-23 06:18:09 queue INFO 3 [516] -2015-01-23 06:18:09 queue INFO >3 [517] -2015-01-23 06:18:09 sendUrl INFO 3 [516] -2015-01-23 06:18:10 sendUrl INFO 3 [517] -2015-01-23 06:18:59 queue INFO >>3 [518] -2015-01-23 06:18:59 sendUrl INFO 3 [518] -2015-01-23 06:19:49 queue INFO >>3 [519] -2015-01-23 06:19:49 sendUrl INFO 3 [519] -2015-01-23 06:20:01 queue INFO 7 [520] -2015-01-23 06:20:01 queue INFO >7 [521] -2015-01-23 06:20:01 sendUrl INFO 7 [520] -2015-01-23 06:20:02 sendUrl INFO 7 [521] -2015-01-23 06:20:03 queue INFO 3 [522] -2015-01-23 06:20:03 queue INFO >3 [523] -2015-01-23 06:20:03 sendUrl INFO 3 [522] -2015-01-23 06:20:03 sendUrl INFO 3 [523] -2015-01-23 06:20:53 queue INFO >>3 [524] -2015-01-23 06:20:53 sendUrl INFO 3 [524] -2015-01-23 06:21:43 queue INFO >>3 [525] -2015-01-23 06:21:43 sendUrl INFO 3 [525] -2015-01-23 06:21:55 queue INFO 7 [526] -2015-01-23 06:21:55 queue INFO >7 [527] -2015-01-23 06:21:55 sendUrl INFO 7 [526] -2015-01-23 06:21:56 sendUrl INFO 7 [527] -2015-01-23 06:21:56 queue INFO 3 [528] -2015-01-23 06:21:56 queue INFO >3 [529] -2015-01-23 06:21:57 sendUrl INFO 3 [528] -2015-01-23 06:21:57 sendUrl INFO 3 [529] -2015-01-23 06:22:46 queue INFO >>3 [530] -2015-01-23 06:22:47 sendUrl INFO 3 [530] -2015-01-23 06:23:37 queue INFO >>3 [531] -2015-01-23 06:23:37 sendUrl INFO 3 [531] -2015-01-23 06:23:48 queue INFO 7 [532] -2015-01-23 06:23:48 queue INFO >7 [533] -2015-01-23 06:23:48 sendUrl INFO 7 [532] -2015-01-23 06:23:49 sendUrl INFO 7 [533] -2015-01-23 06:23:50 queue INFO 3 [534] -2015-01-23 06:23:50 queue INFO >3 [535] -2015-01-23 06:23:50 sendUrl INFO 3 [534] -2015-01-23 06:23:50 sendUrl INFO 3 [535] -2015-01-23 06:24:40 queue INFO >>3 [536] -2015-01-23 06:24:40 sendUrl INFO 3 [536] -2015-01-23 06:25:30 queue INFO >>3 [537] -2015-01-23 06:25:30 sendUrl INFO 3 [537] -2015-01-23 06:25:42 queue INFO 7 [538] -2015-01-23 06:25:42 queue INFO >7 [539] -2015-01-23 06:25:42 sendUrl INFO 7 [538] -2015-01-23 06:25:43 sendUrl INFO 7 [539] -2015-01-23 06:25:43 queue INFO 3 [540] -2015-01-23 06:25:44 queue INFO >3 [541] -2015-01-23 06:25:44 sendUrl INFO 3 [540] -2015-01-23 06:25:44 sendUrl INFO 3 [541] -2015-01-23 06:26:33 queue INFO >>3 [542] -2015-01-23 06:26:34 sendUrl INFO 3 [542] -2015-01-23 06:27:24 queue INFO >>3 [543] -2015-01-23 06:27:24 sendUrl INFO 3 [543] -2015-01-23 06:27:35 queue INFO 7 [544] -2015-01-23 06:27:36 sendUrl INFO 7 [544] -2015-01-23 06:27:36 queue INFO >7 [545] -2015-01-23 06:27:36 sendUrl INFO 7 [545] -2015-01-23 06:27:37 queue INFO 3 [546] -2015-01-23 06:27:37 queue INFO >3 [547] -2015-01-23 06:27:38 sendUrl INFO 3 [546] -2015-01-23 06:27:38 sendUrl INFO 3 [547] -2015-01-23 06:28:27 queue INFO >>3 [548] -2015-01-23 06:28:27 sendUrl INFO 3 [548] -2015-01-23 06:29:17 queue INFO >>3 [549] -2015-01-23 06:29:18 sendUrl INFO 3 [549] -2015-01-23 06:29:30 queue INFO 7 [550] -2015-01-23 06:29:30 queue INFO >7 [551] -2015-01-23 06:29:30 sendUrl INFO 7 [550] -2015-01-23 06:29:30 sendUrl INFO 7 [551] -2015-01-23 06:29:31 queue INFO 3 [552] -2015-01-23 06:29:31 queue INFO >3 [553] -2015-01-23 06:29:31 sendUrl INFO 3 [552] -2015-01-23 06:29:32 sendUrl INFO 3 [553] -2015-01-23 06:30:21 queue INFO >>3 [554] -2015-01-23 06:30:22 sendUrl INFO 3 [554] -2015-01-23 06:31:11 queue INFO >>3 [555] -2015-01-23 06:31:12 sendUrl INFO 3 [555] -2015-01-23 06:31:23 queue INFO 7 [556] -2015-01-23 06:31:23 queue INFO >7 [557] -2015-01-23 06:31:24 sendUrl INFO 7 [556] -2015-01-23 06:31:24 sendUrl INFO 7 [557] -2015-01-23 06:31:25 queue INFO 3 [558] -2015-01-23 06:31:25 queue INFO >3 [559] -2015-01-23 06:31:25 sendUrl INFO 3 [558] -2015-01-23 06:31:26 sendUrl INFO 3 [559] -2015-01-23 06:32:15 queue INFO >>3 [560] -2015-01-23 06:32:15 sendUrl INFO 3 [560] -2015-01-23 06:33:05 queue INFO >>3 [561] -2015-01-23 06:33:05 sendUrl INFO 3 [561] -2015-01-23 06:33:17 queue INFO 7 [562] -2015-01-23 06:33:17 queue INFO >7 [563] -2015-01-23 06:33:17 sendUrl INFO 7 [562] -2015-01-23 06:33:17 sendUrl INFO 7 [563] -2015-01-23 06:33:18 queue INFO 3 [564] -2015-01-23 06:33:18 queue INFO >3 [565] -2015-01-23 06:33:18 sendUrl INFO 3 [564] -2015-01-23 06:33:19 sendUrl INFO 3 [565] -2015-01-23 06:34:08 queue INFO >>3 [566] -2015-01-23 06:34:09 sendUrl INFO 3 [566] -2015-01-23 06:34:58 queue INFO >>3 [567] -2015-01-23 06:34:59 sendUrl INFO 3 [567] -2015-01-23 06:35:10 queue INFO 7 [568] -2015-01-23 06:35:10 sendUrl INFO 7 [568] -2015-01-23 06:35:10 queue INFO >7 [569] -2015-01-23 06:35:11 sendUrl INFO 7 [569] -2015-01-23 06:35:12 queue INFO 3 [570] -2015-01-23 06:35:12 queue INFO >3 [571] -2015-01-23 06:35:12 sendUrl INFO 3 [570] -2015-01-23 06:35:13 sendUrl INFO 3 [571] -2015-01-23 06:36:02 queue INFO >>3 [572] -2015-01-23 06:36:02 sendUrl INFO 3 [572] -2015-01-23 06:36:52 queue INFO >>3 [573] -2015-01-23 06:36:52 sendUrl INFO 3 [573] -2015-01-23 06:37:06 queue INFO 7 [574] -2015-01-23 06:37:06 queue INFO >7 [575] -2015-01-23 06:37:06 sendUrl INFO 7 [574] -2015-01-23 06:37:07 sendUrl INFO 7 [575] -2015-01-23 06:37:07 queue INFO 3 [576] -2015-01-23 06:37:07 queue INFO >3 [577] -2015-01-23 06:37:08 sendUrl INFO 3 [576] -2015-01-23 06:37:08 sendUrl INFO 3 [577] -2015-01-23 06:37:57 queue INFO >>3 [578] -2015-01-23 06:37:57 sendUrl INFO 3 [578] -2015-01-23 06:38:47 queue INFO >>3 [579] -2015-01-23 06:38:48 sendUrl INFO 3 [579] -2015-01-23 06:38:59 queue INFO 7 [580] -2015-01-23 06:39:00 queue INFO >7 [581] -2015-01-23 06:39:00 sendUrl INFO 7 [580] -2015-01-23 06:39:00 sendUrl INFO 7 [581] -2015-01-23 06:39:01 queue INFO 3 [582] -2015-01-23 06:39:01 queue INFO >3 [583] -2015-01-23 06:39:01 sendUrl INFO 3 [582] -2015-01-23 06:39:02 sendUrl INFO 3 [583] -2015-01-23 06:39:51 queue INFO >>3 [584] -2015-01-23 06:39:51 sendUrl INFO 3 [584] -2015-01-23 06:40:41 queue INFO >>3 [585] -2015-01-23 06:40:42 sendUrl INFO 3 [585] -2015-01-23 06:40:53 queue INFO 7 [586] -2015-01-23 06:40:53 queue INFO >7 [587] -2015-01-23 06:40:54 sendUrl INFO 7 [586] -2015-01-23 06:40:54 sendUrl INFO 7 [587] -2015-01-23 06:40:55 queue INFO 3 [588] -2015-01-23 06:40:55 queue INFO >3 [589] -2015-01-23 06:40:55 sendUrl INFO 3 [588] -2015-01-23 06:40:56 sendUrl INFO 3 [589] -2015-01-23 06:41:45 queue INFO >>3 [590] -2015-01-23 06:41:45 sendUrl INFO 3 [590] -2015-01-23 06:42:35 queue INFO >>3 [591] -2015-01-23 06:42:35 sendUrl INFO 3 [591] -2015-01-23 06:42:47 queue INFO 7 [592] -2015-01-23 06:42:47 queue INFO >7 [593] -2015-01-23 06:42:47 sendUrl INFO 7 [592] -2015-01-23 06:42:48 sendUrl INFO 7 [593] -2015-01-23 06:42:48 queue INFO 3 [594] -2015-01-23 06:42:49 queue INFO >3 [595] -2015-01-23 06:42:49 sendUrl INFO 3 [594] -2015-01-23 06:42:49 sendUrl INFO 3 [595] -2015-01-23 06:43:39 queue INFO >>3 [596] -2015-01-23 06:43:39 sendUrl INFO 3 [596] -2015-01-23 06:44:29 queue INFO >>3 [597] -2015-01-23 06:44:29 sendUrl INFO 3 [597] -2015-01-23 06:44:40 queue INFO 7 [598] -2015-01-23 06:44:41 queue INFO >7 [599] -2015-01-23 06:44:41 sendUrl INFO 7 [598] -2015-01-23 06:44:41 sendUrl INFO 7 [599] -2015-01-23 06:44:42 queue INFO 3 [600] -2015-01-23 06:44:42 queue INFO >3 [601] -2015-01-23 06:44:42 sendUrl INFO 3 [600] -2015-01-23 06:44:43 sendUrl INFO 3 [601] -2015-01-23 06:45:32 queue INFO >>3 [602] -2015-01-23 06:45:33 sendUrl INFO 3 [602] -2015-01-23 06:46:22 queue INFO >>3 [603] -2015-01-23 06:46:22 sendUrl INFO 3 [603] -2015-01-23 06:46:34 queue INFO 7 [604] -2015-01-23 06:46:34 queue INFO >7 [605] -2015-01-23 06:46:34 sendUrl INFO 7 [604] -2015-01-23 06:46:35 sendUrl INFO 7 [605] -2015-01-23 06:46:35 queue INFO 3 [606] -2015-01-23 06:46:36 queue INFO >3 [607] -2015-01-23 06:46:36 sendUrl INFO 3 [606] -2015-01-23 06:46:36 sendUrl INFO 3 [607] -2015-01-23 06:47:26 queue INFO >>3 [608] -2015-01-23 06:47:26 sendUrl INFO 3 [608] -2015-01-23 06:48:16 queue INFO >>3 [609] -2015-01-23 06:48:16 sendUrl INFO 3 [609] -2015-01-23 06:48:27 queue INFO 7 [610] -2015-01-23 06:48:28 queue INFO >7 [611] -2015-01-23 06:48:28 sendUrl INFO 7 [610] -2015-01-23 06:48:28 sendUrl INFO 7 [611] -2015-01-23 06:48:29 queue INFO 3 [612] -2015-01-23 06:48:29 sendUrl INFO 3 [612] -2015-01-23 06:48:29 queue INFO >3 [613] -2015-01-23 06:48:30 sendUrl INFO 3 [613] -2015-01-23 06:49:19 queue INFO >>3 [614] -2015-01-23 06:49:20 sendUrl INFO 3 [614] -2015-01-23 06:50:09 queue INFO >>3 [615] -2015-01-23 06:50:10 sendUrl INFO 3 [615] -2015-01-23 06:50:21 queue INFO 7 [616] -2015-01-23 06:50:21 queue INFO >7 [617] -2015-01-23 06:50:22 sendUrl INFO 7 [616] -2015-01-23 06:50:22 sendUrl INFO 7 [617] -2015-01-23 06:50:23 queue INFO 3 [618] -2015-01-23 06:50:23 queue INFO >3 [619] -2015-01-23 06:50:23 sendUrl INFO 3 [618] -2015-01-23 06:50:24 sendUrl INFO 3 [619] -2015-01-23 06:51:13 queue INFO >>3 [620] -2015-01-23 06:51:13 sendUrl INFO 3 [620] -2015-01-23 06:52:03 queue INFO >>3 [621] -2015-01-23 06:52:03 sendUrl INFO 3 [621] -2015-01-23 06:52:15 queue INFO 7 [622] -2015-01-23 06:52:16 queue INFO >7 [623] -2015-01-23 06:52:16 sendUrl INFO 7 [622] -2015-01-23 06:52:16 sendUrl INFO 7 [623] -2015-01-23 06:52:17 queue INFO 3 [624] -2015-01-23 06:52:17 sendUrl INFO 3 [624] -2015-01-23 06:52:17 queue INFO >3 [625] -2015-01-23 06:52:17 sendUrl INFO 3 [625] -2015-01-23 06:53:07 queue INFO >>3 [626] -2015-01-23 06:53:07 sendUrl INFO 3 [626] -2015-01-23 06:53:57 queue INFO >>3 [627] -2015-01-23 06:53:58 sendUrl INFO 3 [627] -2015-01-23 06:54:09 queue INFO 7 [628] -2015-01-23 06:54:09 queue INFO >7 [629] -2015-01-23 06:54:09 sendUrl INFO 7 [628] -2015-01-23 06:54:10 sendUrl INFO 7 [629] -2015-01-23 06:54:11 queue INFO 3 [630] -2015-01-23 06:54:11 sendUrl INFO 3 [630] -2015-01-23 06:54:11 queue INFO >3 [631] -2015-01-23 06:54:11 sendUrl INFO 3 [631] -2015-01-23 06:55:01 queue INFO >>3 [632] -2015-01-23 06:55:01 sendUrl INFO 3 [632] -2015-01-23 06:55:51 queue INFO >>3 [633] -2015-01-23 06:55:51 sendUrl INFO 3 [633] -2015-01-23 06:56:02 queue INFO 7 [634] -2015-01-23 06:56:03 queue INFO >7 [635] -2015-01-23 06:56:03 sendUrl INFO 7 [634] -2015-01-23 06:56:03 sendUrl INFO 7 [635] -2015-01-23 06:56:04 queue INFO 3 [636] -2015-01-23 06:56:04 queue INFO >3 [637] -2015-01-23 06:56:04 sendUrl INFO 3 [636] -2015-01-23 06:56:05 sendUrl INFO 3 [637] -2015-01-23 06:56:54 queue INFO >>3 [638] -2015-01-23 06:56:55 sendUrl INFO 3 [638] -2015-01-23 06:57:44 queue INFO >>3 [639] -2015-01-23 06:57:45 sendUrl INFO 3 [639] -2015-01-23 06:57:56 queue INFO 7 [640] -2015-01-23 06:57:56 queue INFO >7 [641] -2015-01-23 06:57:56 sendUrl INFO 7 [640] -2015-01-23 06:57:57 sendUrl INFO 7 [641] -2015-01-23 06:57:57 queue INFO 3 [642] -2015-01-23 06:57:58 queue INFO >3 [643] -2015-01-23 06:57:58 sendUrl INFO 3 [642] -2015-01-23 06:57:58 sendUrl INFO 3 [643] -2015-01-23 06:58:48 queue INFO >>3 [644] -2015-01-23 06:58:48 sendUrl INFO 3 [644] -2015-01-23 06:59:38 queue INFO >>3 [645] -2015-01-23 06:59:38 sendUrl INFO 3 [645] -2015-01-23 06:59:50 queue INFO 7 [646] -2015-01-23 06:59:50 queue INFO >7 [647] -2015-01-23 06:59:50 sendUrl INFO 7 [646] -2015-01-23 06:59:51 sendUrl INFO 7 [647] -2015-01-23 06:59:51 queue INFO 3 [648] -2015-01-23 06:59:51 queue INFO >3 [649] -2015-01-23 06:59:52 sendUrl INFO 3 [648] -2015-01-23 06:59:52 sendUrl INFO 3 [649] -2015-01-23 07:00:41 queue INFO >>3 [650] -2015-01-23 07:00:41 sendUrl INFO 3 [650] -2015-01-23 07:01:31 queue INFO >>3 [651] -2015-01-23 07:01:32 sendUrl INFO 3 [651] -2015-01-23 07:01:43 queue INFO 7 [652] -2015-01-23 07:01:43 queue INFO >7 [653] -2015-01-23 07:01:44 sendUrl INFO 7 [652] -2015-01-23 07:01:44 sendUrl INFO 7 [653] -2015-01-23 07:01:45 queue INFO 3 [654] -2015-01-23 07:01:45 queue INFO >3 [655] -2015-01-23 07:01:45 sendUrl INFO 3 [654] -2015-01-23 07:01:46 sendUrl INFO 3 [655] -2015-01-23 07:02:35 queue INFO >>3 [656] -2015-01-23 07:02:35 sendUrl INFO 3 [656] -2015-01-23 07:03:25 queue INFO >>3 [657] -2015-01-23 07:03:26 sendUrl INFO 3 [657] -2015-01-23 07:03:37 queue INFO 7 [658] -2015-01-23 07:03:37 queue INFO >7 [659] -2015-01-23 07:03:38 sendUrl INFO 7 [658] -2015-01-23 07:03:38 sendUrl INFO 7 [659] -2015-01-23 07:03:39 queue INFO 3 [660] -2015-01-23 07:03:39 queue INFO >3 [661] -2015-01-23 07:03:39 sendUrl INFO 3 [660] -2015-01-23 07:03:40 sendUrl INFO 3 [661] -2015-01-23 07:04:29 queue INFO >>3 [662] -2015-01-23 07:04:29 sendUrl INFO 3 [662] -2015-01-23 07:05:19 queue INFO >>3 [663] -2015-01-23 07:05:19 sendUrl INFO 3 [663] -2015-01-23 07:05:31 queue INFO 7 [664] -2015-01-23 07:05:31 queue INFO >7 [665] -2015-01-23 07:05:31 sendUrl INFO 7 [664] -2015-01-23 07:05:32 sendUrl INFO 7 [665] -2015-01-23 07:05:32 queue INFO 3 [666] -2015-01-23 07:05:33 queue INFO >3 [667] -2015-01-23 07:05:33 sendUrl INFO 3 [666] -2015-01-23 07:05:33 sendUrl INFO 3 [667] -2015-01-23 07:06:23 queue INFO >>3 [668] -2015-01-23 07:06:23 sendUrl INFO 3 [668] -2015-01-23 07:07:13 queue INFO >>3 [669] -2015-01-23 07:07:13 sendUrl INFO 3 [669] -2015-01-23 07:07:25 queue INFO 7 [670] -2015-01-23 07:07:25 queue INFO >7 [671] -2015-01-23 07:07:25 sendUrl INFO 7 [670] -2015-01-23 07:07:25 sendUrl INFO 7 [671] -2015-01-23 07:07:26 queue INFO 3 [672] -2015-01-23 07:07:26 queue INFO >3 [673] -2015-01-23 07:07:26 sendUrl INFO 3 [672] -2015-01-23 07:07:27 sendUrl INFO 3 [673] -2015-01-23 07:08:16 queue INFO >>3 [674] -2015-01-23 07:08:17 sendUrl INFO 3 [674] -2015-01-23 07:09:06 queue INFO >>3 [675] -2015-01-23 07:09:06 sendUrl INFO 3 [675] -2015-01-23 07:09:18 queue INFO 7 [676] -2015-01-23 07:09:18 sendUrl INFO 7 [676] -2015-01-23 07:09:18 queue INFO >7 [677] -2015-01-23 07:09:18 sendUrl INFO 7 [677] -2015-01-23 07:09:19 queue INFO 3 [678] -2015-01-23 07:09:20 queue INFO >3 [679] -2015-01-23 07:09:20 sendUrl INFO 3 [678] -2015-01-23 07:09:20 sendUrl INFO 3 [679] -2015-01-23 07:09:58 queue INFO 5F [680] -2015-01-23 07:09:58 queue INFO 3 [681] -2015-01-23 07:09:58 queue INFO >3 [682] -2015-01-23 07:09:58 sendUrl INFO 5F [680] -2015-01-23 07:09:59 sendUrl INFO 3 [681] -2015-01-23 07:09:59 sendUrl INFO 3 [682] -2015-01-23 07:10:48 queue INFO >>3 [683] -2015-01-23 07:10:49 sendUrl INFO 3 [683] -2015-01-23 07:11:12 queue INFO 7 [684] -2015-01-23 07:11:12 sendUrl INFO 7 [684] -2015-01-23 07:11:12 queue INFO >7 [685] -2015-01-23 07:11:12 sendUrl INFO 7 [685] -2015-01-23 07:11:13 queue INFO 3 [686] -2015-01-23 07:11:13 queue INFO >3 [687] -2015-01-23 07:11:14 sendUrl INFO 3 [686] -2015-01-23 07:11:14 sendUrl INFO 3 [687] -2015-01-23 07:12:03 queue INFO >>3 [688] -2015-01-23 07:12:04 sendUrl INFO 3 [688] -2015-01-23 07:12:54 queue INFO >>3 [689] -2015-01-23 07:12:54 sendUrl INFO 3 [689] -2015-01-23 07:13:05 queue INFO 7 [690] -2015-01-23 07:13:06 sendUrl INFO 7 [690] -2015-01-23 07:13:06 queue INFO >7 [691] -2015-01-23 07:13:06 sendUrl INFO 7 [691] -2015-01-23 07:13:07 queue INFO 3 [692] -2015-01-23 07:13:07 queue INFO >3 [693] -2015-01-23 07:13:07 sendUrl INFO 3 [692] -2015-01-23 07:13:08 sendUrl INFO 3 [693] -2015-01-23 07:13:57 queue INFO >>3 [694] -2015-01-23 07:13:57 sendUrl INFO 3 [694] -2015-01-23 07:14:47 queue INFO >>3 [695] -2015-01-23 07:14:47 sendUrl INFO 3 [695] -2015-01-23 07:14:59 queue INFO 7 [696] -2015-01-23 07:15:00 queue INFO >7 [697] -2015-01-23 07:15:00 sendUrl INFO 7 [696] -2015-01-23 07:15:00 sendUrl INFO 7 [697] -2015-01-23 07:15:01 queue INFO 3 [698] -2015-01-23 07:15:01 queue INFO >3 [699] -2015-01-23 07:15:01 sendUrl INFO 3 [698] -2015-01-23 07:15:02 sendUrl INFO 3 [699] -2015-01-23 07:15:51 queue INFO >>3 [700] -2015-01-23 07:15:51 sendUrl INFO 3 [700] -2015-01-23 07:16:41 queue INFO >>3 [701] -2015-01-23 07:16:42 sendUrl INFO 3 [701] -2015-01-23 07:16:53 queue INFO 7 [702] -2015-01-23 07:16:53 sendUrl INFO 7 [702] -2015-01-23 07:16:53 queue INFO >7 [703] -2015-01-23 07:16:54 sendUrl INFO 7 [703] -2015-01-23 07:16:55 queue INFO 3 [704] -2015-01-23 07:16:55 queue INFO >3 [705] -2015-01-23 07:16:55 sendUrl INFO 3 [704] -2015-01-23 07:16:56 sendUrl INFO 3 [705] -2015-01-23 07:17:45 queue INFO >>3 [706] -2015-01-23 07:17:45 sendUrl INFO 3 [706] -2015-01-23 07:18:35 queue INFO >>3 [707] -2015-01-23 07:18:35 sendUrl INFO 3 [707] -2015-01-23 07:18:46 queue INFO 7 [708] -2015-01-23 07:18:47 queue INFO >7 [709] -2015-01-23 07:18:47 sendUrl INFO 7 [708] -2015-01-23 07:18:47 sendUrl INFO 7 [709] -2015-01-23 07:18:48 queue INFO 3 [710] -2015-01-23 07:18:48 queue INFO >3 [711] -2015-01-23 07:18:48 sendUrl INFO 3 [710] -2015-01-23 07:18:49 sendUrl INFO 3 [711] -2015-01-23 07:19:38 queue INFO >>3 [712] -2015-01-23 07:19:39 sendUrl INFO 3 [712] -2015-01-23 07:20:28 queue INFO >>3 [713] -2015-01-23 07:20:29 sendUrl INFO 3 [713] -2015-01-23 07:20:40 queue INFO 7 [714] -2015-01-23 07:20:40 sendUrl INFO 7 [714] -2015-01-23 07:20:40 queue INFO >7 [715] -2015-01-23 07:20:41 sendUrl INFO 7 [715] -2015-01-23 07:20:41 queue INFO 3 [716] -2015-01-23 07:20:42 queue INFO >3 [717] -2015-01-23 07:20:42 sendUrl INFO 3 [716] -2015-01-23 07:20:42 sendUrl INFO 3 [717] -2015-01-23 07:21:32 queue INFO >>3 [718] -2015-01-23 07:21:32 sendUrl INFO 3 [718] -2015-01-23 07:22:22 queue INFO >>3 [719] -2015-01-23 07:22:22 sendUrl INFO 3 [719] -2015-01-23 07:22:34 queue INFO 7 [720] -2015-01-23 07:22:34 queue INFO >7 [721] -2015-01-23 07:22:34 sendUrl INFO 7 [720] -2015-01-23 07:22:34 sendUrl INFO 7 [721] -2015-01-23 07:22:35 queue INFO 3 [722] -2015-01-23 07:22:35 queue INFO >3 [723] -2015-01-23 07:22:35 sendUrl INFO 3 [722] -2015-01-23 07:22:36 sendUrl INFO 3 [723] -2015-01-23 07:23:25 queue INFO >>3 [724] -2015-01-23 07:23:26 sendUrl INFO 3 [724] -2015-01-23 07:24:15 queue INFO >>3 [725] -2015-01-23 07:24:16 sendUrl INFO 3 [725] -2015-01-23 07:24:27 queue INFO 7 [726] -2015-01-23 07:24:28 queue INFO >7 [727] -2015-01-23 07:24:28 sendUrl INFO 7 [726] -2015-01-23 07:24:28 sendUrl INFO 7 [727] -2015-01-23 07:24:29 queue INFO 3 [728] -2015-01-23 07:24:29 queue INFO >3 [729] -2015-01-23 07:24:29 sendUrl INFO 3 [728] -2015-01-23 07:24:30 sendUrl INFO 3 [729] -2015-01-23 07:25:19 queue INFO >>3 [730] -2015-01-23 07:25:20 sendUrl INFO 3 [730] -2015-01-23 07:26:09 queue INFO >>3 [731] -2015-01-23 07:26:09 sendUrl INFO 3 [731] -2015-01-23 07:26:21 queue INFO 7 [732] -2015-01-23 07:26:22 sendUrl INFO 7 [732] -2015-01-23 07:26:22 queue INFO >7 [733] -2015-01-23 07:26:22 sendUrl INFO 7 [733] -2015-01-23 07:26:23 queue INFO 3 [734] -2015-01-23 07:26:23 queue INFO >3 [735] -2015-01-23 07:26:24 sendUrl INFO 3 [734] -2015-01-23 07:26:24 sendUrl INFO 3 [735] -2015-01-23 07:27:13 queue INFO >>3 [736] -2015-01-23 07:27:13 sendUrl INFO 3 [736] -2015-01-23 07:28:03 queue INFO >>3 [737] -2015-01-23 07:28:04 sendUrl INFO 3 [737] -2015-01-23 07:28:15 queue INFO 7 [738] -2015-01-23 07:28:15 queue INFO >7 [739] -2015-01-23 07:28:15 sendUrl INFO 7 [738] -2015-01-23 07:28:16 sendUrl INFO 7 [739] -2015-01-23 07:28:16 queue INFO 3 [740] -2015-01-23 07:28:17 queue INFO >3 [741] -2015-01-23 07:28:17 sendUrl INFO 3 [740] -2015-01-23 07:28:17 sendUrl INFO 3 [741] -2015-01-23 07:29:07 queue INFO >>3 [742] -2015-01-23 07:29:07 sendUrl INFO 3 [742] -2015-01-23 07:29:57 queue INFO >>3 [743] -2015-01-23 07:29:57 sendUrl INFO 3 [743] -2015-01-23 07:30:09 queue INFO 7 [744] -2015-01-23 07:30:09 queue INFO >7 [745] -2015-01-23 07:30:09 sendUrl INFO 7 [744] -2015-01-23 07:30:10 sendUrl INFO 7 [745] -2015-01-23 07:30:10 queue INFO 3 [746] -2015-01-23 07:30:10 sendUrl INFO 3 [746] -2015-01-23 07:30:10 queue INFO >3 [747] -2015-01-23 07:30:11 sendUrl INFO 3 [747] -2015-01-23 07:31:00 queue INFO >>3 [748] -2015-01-23 07:31:00 sendUrl INFO 3 [748] -2015-01-23 07:31:50 queue INFO >>3 [749] -2015-01-23 07:31:51 sendUrl INFO 3 [749] -2015-01-23 07:32:02 queue INFO 7 [750] -2015-01-23 07:32:02 queue INFO >7 [751] -2015-01-23 07:32:02 sendUrl INFO 7 [750] -2015-01-23 07:32:03 sendUrl INFO 7 [751] -2015-01-23 07:32:03 queue INFO 3 [752] -2015-01-23 07:32:04 queue INFO >3 [753] -2015-01-23 07:32:04 sendUrl INFO 3 [752] -2015-01-23 07:32:04 sendUrl INFO 3 [753] -2015-01-23 07:32:54 queue INFO >>3 [754] -2015-01-23 07:32:54 sendUrl INFO 3 [754] -2015-01-23 07:33:44 queue INFO >>3 [755] -2015-01-23 07:33:44 sendUrl INFO 3 [755] -2015-01-23 07:33:56 queue INFO 7 [756] -2015-01-23 07:33:56 queue INFO >7 [757] -2015-01-23 07:33:56 sendUrl INFO 7 [756] -2015-01-23 07:33:57 sendUrl INFO 7 [757] -2015-01-23 07:33:57 queue INFO 3 [758] -2015-01-23 07:33:57 queue INFO >3 [759] -2015-01-23 07:33:58 sendUrl INFO 3 [758] -2015-01-23 07:33:58 sendUrl INFO 3 [759] -2015-01-23 07:34:47 queue INFO >>3 [760] -2015-01-23 07:34:47 sendUrl INFO 3 [760] -2015-01-23 07:35:37 queue INFO >>3 [761] -2015-01-23 07:35:38 sendUrl INFO 3 [761] -2015-01-23 07:35:49 queue INFO 7 [762] -2015-01-23 07:35:49 sendUrl INFO 7 [762] -2015-01-23 07:35:50 queue INFO >7 [763] -2015-01-23 07:35:50 sendUrl INFO 7 [763] -2015-01-23 07:35:51 queue INFO 3 [764] -2015-01-23 07:35:51 queue INFO >3 [765] -2015-01-23 07:35:51 sendUrl INFO 3 [764] -2015-01-23 07:35:52 sendUrl INFO 3 [765] -2015-01-23 07:36:41 queue INFO >>3 [766] -2015-01-23 07:36:41 sendUrl INFO 3 [766] -2015-01-23 07:37:31 queue INFO >>3 [767] -2015-01-23 07:37:32 sendUrl INFO 3 [767] -2015-01-23 07:37:43 queue INFO 7 [768] -2015-01-23 07:37:44 queue INFO >7 [769] -2015-01-23 07:37:44 sendUrl INFO 7 [768] -2015-01-23 07:37:44 sendUrl INFO 7 [769] -2015-01-23 07:37:45 queue INFO 3 [770] -2015-01-23 07:37:45 queue INFO >3 [771] -2015-01-23 07:37:45 sendUrl INFO 3 [770] -2015-01-23 07:37:46 sendUrl INFO 3 [771] -2015-01-23 07:38:35 queue INFO >>3 [772] -2015-01-23 07:38:36 sendUrl INFO 3 [772] -2015-01-23 07:39:25 queue INFO >>3 [773] -2015-01-23 07:39:25 sendUrl INFO 3 [773] -2015-01-23 07:39:37 queue INFO 7 [774] -2015-01-23 07:39:37 queue INFO >7 [775] -2015-01-23 07:39:37 sendUrl INFO 7 [774] -2015-01-23 07:39:38 sendUrl INFO 7 [775] -2015-01-23 07:39:39 queue INFO 3 [776] -2015-01-23 07:39:39 queue INFO >3 [777] -2015-01-23 07:39:39 sendUrl INFO 3 [776] -2015-01-23 07:39:39 sendUrl INFO 3 [777] -2015-01-23 07:40:29 queue INFO >>3 [778] -2015-01-23 07:40:29 sendUrl INFO 3 [778] -2015-01-23 07:41:19 queue INFO >>3 [779] -2015-01-23 07:41:19 sendUrl INFO 3 [779] -2015-01-23 07:41:30 queue INFO 7 [780] -2015-01-23 07:41:31 queue INFO >7 [781] -2015-01-23 07:41:31 sendUrl INFO 7 [780] -2015-01-23 07:41:31 sendUrl INFO 7 [781] -2015-01-23 07:41:32 queue INFO 3 [782] -2015-01-23 07:41:32 queue INFO >3 [783] -2015-01-23 07:41:32 sendUrl INFO 3 [782] -2015-01-23 07:41:33 sendUrl INFO 3 [783] -2015-01-23 07:42:22 queue INFO >>3 [784] -2015-01-23 07:42:23 sendUrl INFO 3 [784] -2015-01-23 07:43:12 queue INFO >>3 [785] -2015-01-23 07:43:12 sendUrl INFO 3 [785] -2015-01-23 07:43:24 queue INFO 7 [786] -2015-01-23 07:43:24 queue INFO >7 [787] -2015-01-23 07:43:25 sendUrl INFO 7 [786] -2015-01-23 07:43:25 sendUrl INFO 7 [787] -2015-01-23 07:43:26 queue INFO 3 [788] -2015-01-23 07:43:26 queue INFO >3 [789] -2015-01-23 07:43:26 sendUrl INFO 3 [788] -2015-01-23 07:43:27 sendUrl INFO 3 [789] -2015-01-23 07:43:28 queue INFO 83 [790] -2015-01-23 07:43:28 queue INFO >83 [791] -2015-01-23 07:43:28 sendUrl INFO 83 [790] -2015-01-23 07:43:29 sendUrl INFO 83 [791] -2015-01-23 07:44:18 queue INFO >>83 [792] -2015-01-23 07:44:18 sendUrl INFO 83 [792] -2015-01-23 07:45:08 queue INFO >>83 [793] -2015-01-23 07:45:08 sendUrl INFO 83 [793] -2015-01-23 07:45:58 queue INFO >>83 [794] -2015-01-23 07:45:58 sendUrl INFO 83 [794] -2015-01-23 07:46:48 queue INFO >>83 [795] -2015-01-23 07:46:48 sendUrl INFO 83 [795] -2015-01-23 07:47:38 queue INFO >>83 [796] -2015-01-23 07:47:39 sendUrl INFO 83 [796] -2015-01-23 07:47:59 queue INFO 3 [797] -2015-01-23 07:47:59 queue INFO >3 [798] -2015-01-23 07:47:59 sendUrl INFO 3 [797] -2015-01-23 07:48:00 sendUrl INFO 3 [798] -2015-01-23 07:48:34 queue INFO 7 [799] -2015-01-23 07:48:34 queue INFO >7 [800] -2015-01-23 07:48:35 sendUrl INFO 7 [799] -2015-01-23 07:48:35 sendUrl INFO 7 [800] -2015-01-23 07:48:36 queue INFO 3 [801] -2015-01-23 07:48:36 queue INFO >3 [802] -2015-01-23 07:48:36 sendUrl INFO 3 [801] -2015-01-23 07:48:37 sendUrl INFO 3 [802] -2015-01-23 07:49:26 queue INFO >>3 [803] -2015-01-23 07:49:26 sendUrl INFO 3 [803] -2015-01-23 07:50:16 queue INFO >>3 [804] -2015-01-23 07:50:16 sendUrl INFO 3 [804] -2015-01-23 07:50:28 queue INFO 7 [805] -2015-01-23 07:50:28 sendUrl INFO 7 [805] -2015-01-23 07:50:28 queue INFO >7 [806] -2015-01-23 07:50:28 sendUrl INFO 7 [806] -2015-01-23 07:50:29 queue INFO 3 [807] -2015-01-23 07:50:30 queue INFO >3 [808] -2015-01-23 07:50:30 sendUrl INFO 3 [807] -2015-01-23 07:50:30 sendUrl INFO 3 [808] -2015-01-23 07:51:20 queue INFO >>3 [809] -2015-01-23 07:51:20 sendUrl INFO 3 [809] -2015-01-23 07:52:10 queue INFO >>3 [810] -2015-01-23 07:52:10 sendUrl INFO 3 [810] -2015-01-23 07:52:22 queue INFO 7 [811] -2015-01-23 07:52:22 queue INFO >7 [812] -2015-01-23 07:52:22 sendUrl INFO 7 [811] -2015-01-23 07:52:23 sendUrl INFO 7 [812] -2015-01-23 07:52:23 queue INFO 3 [813] -2015-01-23 07:52:24 queue INFO >3 [814] -2015-01-23 07:52:24 sendUrl INFO 3 [813] -2015-01-23 07:52:24 sendUrl INFO 3 [814] -2015-01-23 07:53:14 queue INFO >>3 [815] -2015-01-23 07:53:14 sendUrl INFO 3 [815] -2015-01-23 07:54:04 queue INFO >>3 [816] -2015-01-23 07:54:04 sendUrl INFO 3 [816] -2015-01-23 07:54:16 queue INFO 7 [817] -2015-01-23 07:54:16 queue INFO >7 [818] -2015-01-23 07:54:16 sendUrl INFO 7 [817] -2015-01-23 07:54:17 sendUrl INFO 7 [818] -2015-01-23 07:54:17 queue INFO 3 [819] -2015-01-23 07:54:17 sendUrl INFO 3 [819] -2015-01-23 07:54:17 queue INFO >3 [820] -2015-01-23 07:54:18 sendUrl INFO 3 [820] -2015-01-23 07:55:07 queue INFO >>3 [821] -2015-01-23 07:55:07 sendUrl INFO 3 [821] -2015-01-23 07:55:57 queue INFO >>3 [822] -2015-01-23 07:55:58 sendUrl INFO 3 [822] -2015-01-23 07:56:09 queue INFO 7 [823] -2015-01-23 07:56:09 queue INFO >7 [824] -2015-01-23 07:56:09 sendUrl INFO 7 [823] -2015-01-23 07:56:10 sendUrl INFO 7 [824] -2015-01-23 07:56:10 queue INFO 3 [825] -2015-01-23 07:56:11 queue INFO >3 [826] -2015-01-23 07:56:11 sendUrl INFO 3 [825] -2015-01-23 07:56:11 sendUrl INFO 3 [826] -2015-01-23 07:57:01 queue INFO >>3 [827] -2015-01-23 07:57:01 sendUrl INFO 3 [827] -2015-01-23 07:57:51 queue INFO >>3 [828] -2015-01-23 07:57:51 sendUrl INFO 3 [828] -2015-01-23 07:58:02 queue INFO 7 [829] -2015-01-23 07:58:03 sendUrl INFO 7 [829] -2015-01-23 07:58:03 queue INFO >7 [830] -2015-01-23 07:58:03 sendUrl INFO 7 [830] -2015-01-23 07:58:04 queue INFO 3 [831] -2015-01-23 07:58:04 queue INFO >3 [832] -2015-01-23 07:58:05 sendUrl INFO 3 [831] -2015-01-23 07:58:05 sendUrl INFO 3 [832] -2015-01-23 07:58:54 queue INFO >>3 [833] -2015-01-23 07:58:54 sendUrl INFO 3 [833] -2015-01-23 07:59:44 queue INFO >>3 [834] -2015-01-23 07:59:45 sendUrl INFO 3 [834] -2015-01-23 07:59:56 queue INFO 7 [835] -2015-01-23 07:59:56 queue INFO >7 [836] -2015-01-23 07:59:56 sendUrl INFO 7 [835] -2015-01-23 07:59:57 sendUrl INFO 7 [836] -2015-01-23 07:59:58 queue INFO 3 [837] -2015-01-23 07:59:58 sendUrl INFO 3 [837] -2015-01-23 07:59:58 queue INFO >3 [838] -2015-01-23 07:59:58 sendUrl INFO 3 [838] -2015-01-23 08:00:48 queue INFO >>3 [839] -2015-01-23 08:00:48 sendUrl INFO 3 [839] -2015-01-23 08:01:38 queue INFO >>3 [840] -2015-01-23 08:01:39 sendUrl INFO 3 [840] -2015-01-23 08:01:50 queue INFO 7 [841] -2015-01-23 08:01:50 queue INFO >7 [842] -2015-01-23 08:01:50 sendUrl INFO 7 [841] -2015-01-23 08:01:51 sendUrl INFO 7 [842] -2015-01-23 08:01:51 queue INFO 3 [843] -2015-01-23 08:01:52 queue INFO >3 [844] -2015-01-23 08:01:52 sendUrl INFO 3 [843] -2015-01-23 08:01:52 sendUrl INFO 3 [844] -2015-01-23 08:02:41 queue INFO >>3 [845] -2015-01-23 08:02:42 sendUrl INFO 3 [845] -2015-01-23 08:03:32 queue INFO >>3 [846] -2015-01-23 08:03:32 sendUrl INFO 3 [846] -2015-01-23 08:03:44 queue INFO 7 [847] -2015-01-23 08:03:44 sendUrl INFO 7 [847] -2015-01-23 08:03:44 queue INFO >7 [848] -2015-01-23 08:03:44 sendUrl INFO 7 [848] -2015-01-23 08:03:45 queue INFO 3 [849] -2015-01-23 08:03:46 queue INFO >3 [850] -2015-01-23 08:03:46 sendUrl INFO 3 [849] -2015-01-23 08:03:46 sendUrl INFO 3 [850] -2015-01-23 08:04:36 queue INFO >>3 [851] -2015-01-23 08:04:36 sendUrl INFO 3 [851] -2015-01-23 08:05:26 queue INFO >>3 [852] -2015-01-23 08:05:26 sendUrl INFO 3 [852] -2015-01-23 08:05:38 queue INFO 7 [853] -2015-01-23 08:05:38 sendUrl INFO 7 [853] -2015-01-23 08:05:38 queue INFO >7 [854] -2015-01-23 08:05:38 sendUrl INFO 7 [854] -2015-01-23 08:05:39 queue INFO 3 [855] -2015-01-23 08:05:39 queue INFO >3 [856] -2015-01-23 08:05:39 sendUrl INFO 3 [855] -2015-01-23 08:05:40 sendUrl INFO 3 [856] -2015-01-23 08:06:29 queue INFO >>3 [857] -2015-01-23 08:06:30 sendUrl INFO 3 [857] -2015-01-23 08:07:19 queue INFO >>3 [858] -2015-01-23 08:07:19 sendUrl INFO 3 [858] -2015-01-23 08:07:31 queue INFO 7 [859] -2015-01-23 08:07:31 queue INFO >7 [860] -2015-01-23 08:07:32 sendUrl INFO 7 [859] -2015-01-23 08:07:32 sendUrl INFO 7 [860] -2015-01-23 08:07:33 queue INFO 3 [861] -2015-01-23 08:07:33 queue INFO >3 [862] -2015-01-23 08:07:33 sendUrl INFO 3 [861] -2015-01-23 08:07:34 sendUrl INFO 3 [862] -2015-01-23 08:08:23 queue INFO >>3 [863] -2015-01-23 08:08:23 sendUrl INFO 3 [863] -2015-01-23 08:09:13 queue INFO >>3 [864] -2015-01-23 08:09:13 sendUrl INFO 3 [864] -2015-01-23 08:09:24 queue INFO 7 [865] -2015-01-23 08:09:25 queue INFO >7 [866] -2015-01-23 08:09:25 sendUrl INFO 7 [865] -2015-01-23 08:09:25 sendUrl INFO 7 [866] -2015-01-23 08:09:26 queue INFO 3 [867] -2015-01-23 08:09:26 queue INFO >3 [868] -2015-01-23 08:09:26 sendUrl INFO 3 [867] -2015-01-23 08:09:27 sendUrl INFO 3 [868] -2015-01-23 08:10:16 queue INFO >>3 [869] -2015-01-23 08:10:17 sendUrl INFO 3 [869] -2015-01-23 08:11:06 queue INFO >>3 [870] -2015-01-23 08:11:06 sendUrl INFO 3 [870] -2015-01-23 08:11:18 queue INFO 7 [871] -2015-01-23 08:11:18 queue INFO >7 [872] -2015-01-23 08:11:19 sendUrl INFO 7 [871] -2015-01-23 08:11:19 sendUrl INFO 7 [872] -2015-01-23 08:11:20 queue INFO 3 [873] -2015-01-23 08:11:20 queue INFO >3 [874] -2015-01-23 08:11:20 sendUrl INFO 3 [873] -2015-01-23 08:11:21 sendUrl INFO 3 [874] -2015-01-23 08:12:10 queue INFO >>3 [875] -2015-01-23 08:12:10 sendUrl INFO 3 [875] -2015-01-23 08:13:00 queue INFO >>3 [876] -2015-01-23 08:13:00 sendUrl INFO 3 [876] -2015-01-23 08:13:12 queue INFO 7 [877] -2015-01-23 08:13:12 queue INFO >7 [878] -2015-01-23 08:13:12 sendUrl INFO 7 [877] -2015-01-23 08:13:13 sendUrl INFO 7 [878] -2015-01-23 08:13:13 queue INFO 3 [879] -2015-01-23 08:13:14 queue INFO >3 [880] -2015-01-23 08:13:14 sendUrl INFO 3 [879] -2015-01-23 08:13:14 sendUrl INFO 3 [880] -2015-01-23 08:14:04 queue INFO >>3 [881] -2015-01-23 08:14:04 sendUrl INFO 3 [881] -2015-01-23 08:14:54 queue INFO >>3 [882] -2015-01-23 08:14:54 sendUrl INFO 3 [882] -2015-01-23 08:15:06 queue INFO 7 [883] -2015-01-23 08:15:06 queue INFO >7 [884] -2015-01-23 08:15:06 sendUrl INFO 7 [883] -2015-01-23 08:15:07 sendUrl INFO 7 [884] -2015-01-23 08:15:08 queue INFO 3 [885] -2015-01-23 08:15:08 sendUrl INFO 3 [885] -2015-01-23 08:15:08 queue INFO >3 [886] -2015-01-23 08:15:08 sendUrl INFO 3 [886] -2015-01-23 08:15:58 queue INFO >>3 [887] -2015-01-23 08:15:58 sendUrl INFO 3 [887] -2015-01-23 08:16:48 queue INFO >>3 [888] -2015-01-23 08:16:48 sendUrl INFO 3 [888] -2015-01-23 08:16:59 queue INFO 7 [889] -2015-01-23 08:17:00 queue INFO >7 [890] -2015-01-23 08:17:00 sendUrl INFO 7 [889] -2015-01-23 08:17:00 sendUrl INFO 7 [890] -2015-01-23 08:17:01 queue INFO 3 [891] -2015-01-23 08:17:01 queue INFO >3 [892] -2015-01-23 08:17:01 sendUrl INFO 3 [891] -2015-01-23 08:17:02 sendUrl INFO 3 [892] -2015-01-23 08:17:51 queue INFO >>3 [893] -2015-01-23 08:17:52 sendUrl INFO 3 [893] -2015-01-23 08:18:41 queue INFO >>3 [894] -2015-01-23 08:18:42 sendUrl INFO 3 [894] -2015-01-23 08:18:53 queue INFO 7 [895] -2015-01-23 08:18:53 queue INFO >7 [896] -2015-01-23 08:18:53 sendUrl INFO 7 [895] -2015-01-23 08:18:54 sendUrl INFO 7 [896] -2015-01-23 08:18:55 queue INFO 3 [897] -2015-01-23 08:18:55 sendUrl INFO 3 [897] -2015-01-23 08:18:55 queue INFO >3 [898] -2015-01-23 08:18:55 sendUrl INFO 3 [898] -2015-01-23 08:19:45 queue INFO >>3 [899] -2015-01-23 08:19:45 sendUrl INFO 3 [899] -2015-01-23 08:20:35 queue INFO >>3 [900] -2015-01-23 08:20:35 sendUrl INFO 3 [900] -2015-01-23 08:20:47 queue INFO 7 [901] -2015-01-23 08:20:47 queue INFO >7 [902] -2015-01-23 08:20:47 sendUrl INFO 7 [901] -2015-01-23 08:20:48 sendUrl INFO 7 [902] -2015-01-23 08:20:48 queue INFO 3 [903] -2015-01-23 08:20:48 queue INFO >3 [904] -2015-01-23 08:20:49 sendUrl INFO 3 [903] -2015-01-23 08:20:49 sendUrl INFO 3 [904] -2015-01-23 08:21:38 queue INFO >>3 [905] -2015-01-23 08:21:38 sendUrl INFO 3 [905] -2015-01-23 08:22:28 queue INFO >>3 [906] -2015-01-23 08:22:29 sendUrl INFO 3 [906] -2015-01-23 08:22:40 queue INFO 7 [907] -2015-01-23 08:22:41 queue INFO >7 [908] -2015-01-23 08:22:41 sendUrl INFO 7 [907] -2015-01-23 08:22:41 sendUrl INFO 7 [908] -2015-01-23 08:22:42 queue INFO 3 [909] -2015-01-23 08:22:42 sendUrl INFO 3 [909] -2015-01-23 08:22:42 queue INFO >3 [910] -2015-01-23 08:22:42 sendUrl INFO 3 [910] -2015-01-23 08:23:32 queue INFO >>3 [911] -2015-01-23 08:23:32 sendUrl INFO 3 [911] -2015-01-23 08:24:22 queue INFO >>3 [912] -2015-01-23 08:24:23 sendUrl INFO 3 [912] -2015-01-23 08:24:34 queue INFO 7 [913] -2015-01-23 08:24:34 queue INFO >7 [914] -2015-01-23 08:24:34 sendUrl INFO 7 [913] -2015-01-23 08:24:35 sendUrl INFO 7 [914] -2015-01-23 08:24:35 queue INFO 3 [915] -2015-01-23 08:24:36 sendUrl INFO 3 [915] -2015-01-23 08:24:36 queue INFO >3 [916] -2015-01-23 08:24:36 sendUrl INFO 3 [916] -2015-01-23 08:25:26 queue INFO >>3 [917] -2015-01-23 08:25:26 sendUrl INFO 3 [917] -2015-01-23 08:26:16 queue INFO >>3 [918] -2015-01-23 08:26:16 sendUrl INFO 3 [918] -2015-01-23 08:26:28 queue INFO 7 [919] -2015-01-23 08:26:28 queue INFO >7 [920] -2015-01-23 08:26:28 sendUrl INFO 7 [919] -2015-01-23 08:26:29 sendUrl INFO 7 [920] -2015-01-23 08:26:29 queue INFO 3 [921] -2015-01-23 08:26:30 queue INFO >3 [922] -2015-01-23 08:26:30 sendUrl INFO 3 [921] -2015-01-23 08:26:30 sendUrl INFO 3 [922] -2015-01-23 08:27:20 queue INFO >>3 [923] -2015-01-23 08:27:20 sendUrl INFO 3 [923] -2015-01-23 08:28:10 queue INFO >>3 [924] -2015-01-23 08:28:10 sendUrl INFO 3 [924] -2015-01-23 08:29:00 queue INFO >>3 [925] -2015-01-23 08:29:00 sendUrl INFO 3 [925] -2015-01-23 08:29:04 queue INFO 7 [926] -2015-01-23 08:29:04 queue INFO >7 [927] -2015-01-23 08:29:04 sendUrl INFO 7 [926] -2015-01-23 08:29:05 sendUrl INFO 7 [927] -2015-01-23 08:29:05 queue INFO 3 [928] -2015-01-23 08:29:05 sendUrl INFO 3 [928] -2015-01-23 08:29:06 queue INFO >3 [929] -2015-01-23 08:29:06 sendUrl INFO 3 [929] -2015-01-23 08:29:55 queue INFO >>3 [930] -2015-01-23 08:29:56 sendUrl INFO 3 [930] -2015-01-23 08:30:46 queue INFO >>3 [931] -2015-01-23 08:30:46 sendUrl INFO 3 [931] -2015-01-23 08:30:57 queue INFO 7 [932] -2015-01-23 08:30:58 queue INFO >7 [933] -2015-01-23 08:30:58 sendUrl INFO 7 [932] -2015-01-23 08:30:58 sendUrl INFO 7 [933] -2015-01-23 08:30:59 queue INFO 3 [934] -2015-01-23 08:30:59 queue INFO >3 [935] -2015-01-23 08:30:59 sendUrl INFO 3 [934] -2015-01-23 08:31:00 sendUrl INFO 3 [935] -2015-01-23 08:31:49 queue INFO >>3 [936] -2015-01-23 08:31:50 sendUrl INFO 3 [936] -2015-01-23 08:32:39 queue INFO >>3 [937] -2015-01-23 08:32:39 sendUrl INFO 3 [937] -2015-01-23 08:32:51 queue INFO 7 [938] -2015-01-23 08:32:51 queue INFO >7 [939] -2015-01-23 08:32:52 sendUrl INFO 7 [938] -2015-01-23 08:32:52 sendUrl INFO 7 [939] -2015-01-23 08:32:53 queue INFO 3 [940] -2015-01-23 08:32:53 queue INFO >3 [941] -2015-01-23 08:32:53 sendUrl INFO 3 [940] -2015-01-23 08:32:54 sendUrl INFO 3 [941] -2015-01-23 08:33:43 queue INFO >>3 [942] -2015-01-23 08:33:43 sendUrl INFO 3 [942] -2015-01-23 08:34:33 queue INFO >>3 [943] -2015-01-23 08:34:33 sendUrl INFO 3 [943] -2015-01-23 08:34:45 queue INFO 7 [944] -2015-01-23 08:34:45 queue INFO >7 [945] -2015-01-23 08:34:45 sendUrl INFO 7 [944] -2015-01-23 08:34:46 sendUrl INFO 7 [945] -2015-01-23 08:34:46 queue INFO 3 [946] -2015-01-23 08:34:47 queue INFO >3 [947] -2015-01-23 08:34:47 sendUrl INFO 3 [946] -2015-01-23 08:34:47 sendUrl INFO 3 [947] -2015-01-23 08:35:37 queue INFO >>3 [948] -2015-01-23 08:35:37 sendUrl INFO 3 [948] -2015-01-23 08:36:27 queue INFO >>3 [949] -2015-01-23 08:36:27 sendUrl INFO 3 [949] -2015-01-23 08:36:39 queue INFO 7 [950] -2015-01-23 08:36:39 queue INFO >7 [951] -2015-01-23 08:36:39 sendUrl INFO 7 [950] -2015-01-23 08:36:40 sendUrl INFO 7 [951] -2015-01-23 08:36:40 queue INFO 3 [952] -2015-01-23 08:36:41 queue INFO >3 [953] -2015-01-23 08:36:41 sendUrl INFO 3 [952] -2015-01-23 08:36:41 sendUrl INFO 3 [953] -2015-01-23 08:37:30 queue INFO >>3 [954] -2015-01-23 08:37:31 sendUrl INFO 3 [954] -2015-01-23 08:38:21 queue INFO >>3 [955] -2015-01-23 08:38:21 sendUrl INFO 3 [955] -2015-01-23 08:38:32 queue INFO 7 [956] -2015-01-23 08:38:33 queue INFO >7 [957] -2015-01-23 08:38:33 sendUrl INFO 7 [956] -2015-01-23 08:38:33 sendUrl INFO 7 [957] -2015-01-23 08:38:34 queue INFO 3 [958] -2015-01-23 08:38:34 queue INFO >3 [959] -2015-01-23 08:38:34 sendUrl INFO 3 [958] -2015-01-23 08:38:35 sendUrl INFO 3 [959] -2015-01-23 08:39:24 queue INFO >>3 [960] -2015-01-23 08:39:25 sendUrl INFO 3 [960] -2015-01-23 08:39:55 queue INFO FF [961] -2015-01-23 08:39:56 queue INFO 3 [962] -2015-01-23 08:39:56 queue INFO >3 [963] -2015-01-23 08:39:56 sendUrl INFO FF [961] -2015-01-23 08:39:57 sendUrl INFO 3 [962] -2015-01-23 08:39:57 sendUrl INFO 3 [963] -2015-01-23 08:40:26 queue INFO 7 [964] -2015-01-23 08:40:26 queue INFO >7 [965] -2015-01-23 08:40:26 sendUrl INFO 7 [964] -2015-01-23 08:40:27 sendUrl INFO 7 [965] -2015-01-23 08:40:27 queue INFO 3 [966] -2015-01-23 08:40:28 queue INFO >3 [967] -2015-01-23 08:40:28 sendUrl INFO 3 [966] -2015-01-23 08:40:28 sendUrl INFO 3 [967] -2015-01-23 08:41:18 queue INFO >>3 [968] -2015-01-23 08:41:18 sendUrl INFO 3 [968] -2015-01-23 08:42:08 queue INFO >>3 [969] -2015-01-23 08:42:08 sendUrl INFO 3 [969] -2015-01-23 08:42:20 queue INFO 7 [970] -2015-01-23 08:42:20 queue INFO >7 [971] -2015-01-23 08:42:20 sendUrl INFO 7 [970] -2015-01-23 08:42:20 sendUrl INFO 7 [971] -2015-01-23 08:42:21 queue INFO 3 [972] -2015-01-23 08:42:21 queue INFO >3 [973] -2015-01-23 08:42:21 sendUrl INFO 3 [972] -2015-01-23 08:42:22 sendUrl INFO 3 [973] -2015-01-23 08:43:11 queue INFO >>3 [974] -2015-01-23 08:43:11 sendUrl INFO 3 [974] -2015-01-23 08:44:01 queue INFO >>3 [975] -2015-01-23 08:44:02 sendUrl INFO 3 [975] -2015-01-23 08:44:13 queue INFO 7 [976] -2015-01-23 08:44:13 queue INFO >7 [977] -2015-01-23 08:44:13 sendUrl INFO 7 [976] -2015-01-23 08:44:14 sendUrl INFO 7 [977] -2015-01-23 08:44:14 queue INFO 3 [978] -2015-01-23 08:44:15 queue INFO >3 [979] -2015-01-23 08:44:15 sendUrl INFO 3 [978] -2015-01-23 08:44:15 sendUrl INFO 3 [979] -2015-01-23 08:45:05 queue INFO >>3 [980] -2015-01-23 08:45:05 sendUrl INFO 3 [980] -2015-01-23 08:45:55 queue INFO >>3 [981] -2015-01-23 08:45:55 sendUrl INFO 3 [981] -2015-01-23 08:46:07 queue INFO 7 [982] -2015-01-23 08:46:07 queue INFO >7 [983] -2015-01-23 08:46:08 sendUrl INFO 7 [982] -2015-01-23 08:46:08 sendUrl INFO 7 [983] -2015-01-23 08:46:08 queue INFO 3 [984] -2015-01-23 08:46:09 queue INFO >3 [985] -2015-01-23 08:46:09 sendUrl INFO 3 [984] -2015-01-23 08:46:09 sendUrl INFO 3 [985] -2015-01-23 08:46:58 queue INFO >>3 [986] -2015-01-23 08:46:59 sendUrl INFO 3 [986] -2015-01-23 08:47:49 queue INFO >>3 [987] -2015-01-23 08:47:49 sendUrl INFO 3 [987] -2015-01-23 08:48:01 queue INFO 7 [988] -2015-01-23 08:48:01 queue INFO >7 [989] -2015-01-23 08:48:01 sendUrl INFO 7 [988] -2015-01-23 08:48:02 sendUrl INFO 7 [989] -2015-01-23 08:48:02 queue INFO 3 [990] -2015-01-23 08:48:02 queue INFO >3 [991] -2015-01-23 08:48:03 sendUrl INFO 3 [990] -2015-01-23 08:48:03 sendUrl INFO 3 [991] -2015-01-23 08:48:52 queue INFO >>3 [992] -2015-01-23 08:48:53 sendUrl INFO 3 [992] -2015-01-23 08:49:43 queue INFO >>3 [993] -2015-01-23 08:49:43 sendUrl INFO 3 [993] -2015-01-23 08:49:55 queue INFO 7 [994] -2015-01-23 08:49:55 queue INFO >7 [995] -2015-01-23 08:49:55 sendUrl INFO 7 [994] -2015-01-23 08:49:56 sendUrl INFO 7 [995] -2015-01-23 08:49:56 queue INFO 3 [996] -2015-01-23 08:49:56 sendUrl INFO 3 [996] -2015-01-23 08:49:56 queue INFO >3 [997] -2015-01-23 08:49:57 sendUrl INFO 3 [997] -2015-01-23 08:50:46 queue INFO >>3 [998] -2015-01-23 08:50:46 sendUrl INFO 3 [998] -2015-01-23 08:51:36 queue INFO >>3 [999] -2015-01-23 08:51:37 sendUrl INFO 3 [999] -2015-01-23 08:51:48 queue INFO 7 [0] -2015-01-23 08:51:48 queue INFO >7 [1] -2015-01-23 08:51:48 sendUrl INFO 7 [0] -2015-01-23 08:51:49 sendUrl INFO 7 [1] -2015-01-23 08:51:49 queue INFO 3 [2] -2015-01-23 08:51:50 queue INFO >3 [3] -2015-01-23 08:51:50 sendUrl INFO 3 [2] -2015-01-23 08:51:50 sendUrl INFO 3 [3] -2015-01-23 08:52:40 queue INFO >>3 [4] -2015-01-23 08:52:40 sendUrl INFO 3 [4] -2015-01-23 08:53:30 queue INFO >>3 [5] -2015-01-23 08:53:30 sendUrl INFO 3 [5] -2015-01-23 08:53:41 queue INFO 7 [6] -2015-01-23 08:53:42 queue INFO >7 [7] -2015-01-23 08:53:42 sendUrl INFO 7 [6] -2015-01-23 08:53:42 sendUrl INFO 7 [7] -2015-01-23 08:53:43 queue INFO 3 [8] -2015-01-23 08:53:43 sendUrl INFO 3 [8] -2015-01-23 08:53:43 queue INFO >3 [9] -2015-01-23 08:53:44 sendUrl INFO 3 [9] -2015-01-23 08:54:33 queue INFO >>3 [10] -2015-01-23 08:54:34 sendUrl INFO 3 [10] -2015-01-23 08:55:23 queue INFO >>3 [11] -2015-01-23 08:55:24 sendUrl INFO 3 [11] -2015-01-23 08:55:35 queue INFO 7 [12] -2015-01-23 08:55:35 queue INFO >7 [13] -2015-01-23 08:55:35 sendUrl INFO 7 [12] -2015-01-23 08:55:36 sendUrl INFO 7 [13] -2015-01-23 08:55:37 queue INFO 3 [14] -2015-01-23 08:55:37 queue INFO >3 [15] -2015-01-23 08:55:37 sendUrl INFO 3 [14] -2015-01-23 08:55:37 sendUrl INFO 3 [15] -2015-01-23 08:56:27 queue INFO >>3 [16] -2015-01-23 08:56:27 sendUrl INFO 3 [16] -2015-01-23 08:57:17 queue INFO >>3 [17] -2015-01-23 08:57:17 sendUrl INFO 3 [17] -2015-01-23 08:57:29 queue INFO 7 [18] -2015-01-23 08:57:29 queue INFO >7 [19] -2015-01-23 08:57:29 sendUrl INFO 7 [18] -2015-01-23 08:57:30 sendUrl INFO 7 [19] -2015-01-23 08:57:30 queue INFO 3 [20] -2015-01-23 08:57:31 queue INFO >3 [21] -2015-01-23 08:57:31 sendUrl INFO 3 [20] -2015-01-23 08:57:31 sendUrl INFO 3 [21] -2015-01-23 08:58:20 queue INFO >>3 [22] -2015-01-23 08:58:21 sendUrl INFO 3 [22] -2015-01-23 08:59:11 queue INFO >>3 [23] -2015-01-23 08:59:11 sendUrl INFO 3 [23] -2015-01-23 08:59:23 queue INFO 7 [24] -2015-01-23 08:59:23 queue INFO >7 [25] -2015-01-23 08:59:23 sendUrl INFO 7 [24] -2015-01-23 08:59:24 sendUrl INFO 7 [25] -2015-01-23 08:59:24 queue INFO 3 [26] -2015-01-23 08:59:24 queue INFO >3 [27] -2015-01-23 08:59:25 sendUrl INFO 3 [26] -2015-01-23 08:59:25 sendUrl INFO 3 [27] -2015-01-23 08:59:26 queue INFO 83 [28] -2015-01-23 08:59:26 sendUrl INFO 83 [28] -2015-01-23 08:59:26 queue INFO >83 [29] -2015-01-23 08:59:27 sendUrl INFO 83 [29] -2015-01-23 09:00:16 queue INFO >>83 [30] -2015-01-23 09:00:16 sendUrl INFO 83 [30] -2015-01-23 09:01:06 queue INFO >>83 [31] -2015-01-23 09:01:07 sendUrl INFO 83 [31] -2015-01-23 09:01:56 queue INFO >>83 [32] -2015-01-23 09:01:57 sendUrl INFO 83 [32] -2015-01-23 09:02:09 queue INFO 3 [33] -2015-01-23 09:02:09 queue INFO >3 [34] -2015-01-23 09:02:10 sendUrl INFO 3 [33] -2015-01-23 09:02:10 sendUrl INFO 3 [34] -2015-01-23 09:02:59 queue INFO >>3 [35] -2015-01-23 09:02:59 sendUrl INFO 3 [35] -2015-01-23 09:03:49 queue INFO >>3 [36] -2015-01-23 09:03:50 sendUrl INFO 3 [36] -2015-01-23 09:04:40 queue INFO >>3 [37] -2015-01-23 09:04:40 sendUrl INFO 3 [37] -2015-01-23 09:04:48 queue INFO 7 [38] -2015-01-23 09:04:48 queue INFO >7 [39] -2015-01-23 09:04:49 sendUrl INFO 7 [38] -2015-01-23 09:04:49 sendUrl INFO 7 [39] -2015-01-23 09:04:50 queue INFO 3 [40] -2015-01-23 09:04:50 sendUrl INFO 3 [40] -2015-01-23 09:04:50 queue INFO >3 [41] -2015-01-23 09:04:50 sendUrl INFO 3 [41] -2015-01-23 09:05:40 queue INFO >>3 [42] -2015-01-23 09:05:40 sendUrl INFO 3 [42] -2015-01-23 09:06:30 queue INFO >>3 [43] -2015-01-23 09:06:30 sendUrl INFO 3 [43] -2015-01-23 09:06:42 queue INFO 7 [44] -2015-01-23 09:06:42 queue INFO >7 [45] -2015-01-23 09:06:42 sendUrl INFO 7 [44] -2015-01-23 09:06:43 sendUrl INFO 7 [45] -2015-01-23 09:06:43 queue INFO 3 [46] -2015-01-23 09:06:43 queue INFO >3 [47] -2015-01-23 09:06:44 sendUrl INFO 3 [46] -2015-01-23 09:06:44 sendUrl INFO 3 [47] -2015-01-23 09:07:33 queue INFO >>3 [48] -2015-01-23 09:07:34 sendUrl INFO 3 [48] -2015-01-23 09:08:23 queue INFO >>3 [49] -2015-01-23 09:08:24 sendUrl INFO 3 [49] -2015-01-23 09:08:35 queue INFO 7 [50] -2015-01-23 09:08:35 sendUrl INFO 7 [50] -2015-01-23 09:08:35 queue INFO >7 [51] -2015-01-23 09:08:36 sendUrl INFO 7 [51] -2015-01-23 09:08:37 queue INFO 3 [52] -2015-01-23 09:08:37 queue INFO >3 [53] -2015-01-23 09:08:37 sendUrl INFO 3 [52] -2015-01-23 09:08:38 sendUrl INFO 3 [53] -2015-01-23 09:09:27 queue INFO >>3 [54] -2015-01-23 09:09:27 sendUrl INFO 3 [54] -2015-01-23 09:10:17 queue INFO >>3 [55] -2015-01-23 09:10:18 sendUrl INFO 3 [55] -2015-01-23 09:10:29 queue INFO 7 [56] -2015-01-23 09:10:29 queue INFO >7 [57] -2015-01-23 09:10:29 sendUrl INFO 7 [56] -2015-01-23 09:10:30 sendUrl INFO 7 [57] -2015-01-23 09:10:30 queue INFO 3 [58] -2015-01-23 09:10:30 queue INFO >3 [59] -2015-01-23 09:10:31 sendUrl INFO 3 [58] -2015-01-23 09:10:31 sendUrl INFO 3 [59] -2015-01-23 09:11:20 queue INFO >>3 [60] -2015-01-23 09:11:21 sendUrl INFO 3 [60] -2015-01-23 09:12:11 queue INFO >>3 [61] -2015-01-23 09:12:11 sendUrl INFO 3 [61] -2015-01-23 09:12:23 queue INFO 7 [62] -2015-01-23 09:12:23 queue INFO >7 [63] -2015-01-23 09:12:23 sendUrl INFO 7 [62] -2015-01-23 09:12:23 sendUrl INFO 7 [63] -2015-01-23 09:12:24 queue INFO 3 [64] -2015-01-23 09:12:24 sendUrl INFO 3 [64] -2015-01-23 09:12:24 queue INFO >3 [65] -2015-01-23 09:12:25 sendUrl INFO 3 [65] -2015-01-23 09:13:14 queue INFO >>3 [66] -2015-01-23 09:13:15 sendUrl INFO 3 [66] -2015-01-23 09:14:05 queue INFO >>3 [67] -2015-01-23 09:14:05 sendUrl INFO 3 [67] -2015-01-23 09:14:17 queue INFO 7 [68] -2015-01-23 09:14:17 sendUrl INFO 7 [68] -2015-01-23 09:14:17 queue INFO >7 [69] -2015-01-23 09:14:17 sendUrl INFO 7 [69] -2015-01-23 09:14:18 queue INFO 3 [70] -2015-01-23 09:14:18 queue INFO >3 [71] -2015-01-23 09:14:18 sendUrl INFO 3 [70] -2015-01-23 09:14:19 sendUrl INFO 3 [71] -2015-01-23 09:15:08 queue INFO >>3 [72] -2015-01-23 09:15:09 sendUrl INFO 3 [72] -2015-01-23 09:15:58 queue INFO >>3 [73] -2015-01-23 09:15:59 sendUrl INFO 3 [73] -2015-01-23 09:16:10 queue INFO 7 [74] -2015-01-23 09:16:10 sendUrl INFO 7 [74] -2015-01-23 09:16:11 queue INFO >7 [75] -2015-01-23 09:16:11 sendUrl INFO 7 [75] -2015-01-23 09:16:12 queue INFO 3 [76] -2015-01-23 09:16:12 queue INFO >3 [77] -2015-01-23 09:16:12 sendUrl INFO 3 [76] -2015-01-23 09:16:12 sendUrl INFO 3 [77] -2015-01-23 09:17:02 queue INFO >>3 [78] -2015-01-23 09:17:02 sendUrl INFO 3 [78] -2015-01-23 09:17:52 queue INFO >>3 [79] -2015-01-23 09:17:52 sendUrl INFO 3 [79] -2015-01-23 09:18:04 queue INFO 7 [80] -2015-01-23 09:18:04 queue INFO >7 [81] -2015-01-23 09:18:04 sendUrl INFO 7 [80] -2015-01-23 09:18:05 sendUrl INFO 7 [81] -2015-01-23 09:18:05 queue INFO 3 [82] -2015-01-23 09:18:05 sendUrl INFO 3 [82] -2015-01-23 09:18:05 queue INFO >3 [83] -2015-01-23 09:18:06 sendUrl INFO 3 [83] -2015-01-23 09:18:55 queue INFO >>3 [84] -2015-01-23 09:18:56 sendUrl INFO 3 [84] -2015-01-23 09:19:45 queue INFO >>3 [85] -2015-01-23 09:19:46 sendUrl INFO 3 [85] -2015-01-23 09:19:57 queue INFO 7 [86] -2015-01-23 09:19:57 queue INFO >7 [87] -2015-01-23 09:19:58 sendUrl INFO 7 [86] -2015-01-23 09:19:58 sendUrl INFO 7 [87] -2015-01-23 09:19:59 queue INFO 3 [88] -2015-01-23 09:19:59 queue INFO >3 [89] -2015-01-23 09:19:59 sendUrl INFO 3 [88] -2015-01-23 09:20:00 sendUrl INFO 3 [89] -2015-01-23 09:20:49 queue INFO >>3 [90] -2015-01-23 09:20:49 sendUrl INFO 3 [90] -2015-01-23 09:21:39 queue INFO >>3 [91] -2015-01-23 09:21:39 sendUrl INFO 3 [91] -2015-01-23 09:21:51 queue INFO 7 [92] -2015-01-23 09:21:51 queue INFO >7 [93] -2015-01-23 09:21:51 sendUrl INFO 7 [92] -2015-01-23 09:21:52 sendUrl INFO 7 [93] -2015-01-23 09:21:52 queue INFO 3 [94] -2015-01-23 09:21:53 queue INFO >3 [95] -2015-01-23 09:21:53 sendUrl INFO 3 [94] -2015-01-23 09:21:53 sendUrl INFO 3 [95] -2015-01-23 09:22:42 queue INFO >>3 [96] -2015-01-23 09:22:43 sendUrl INFO 3 [96] -2015-01-23 09:23:33 queue INFO >>3 [97] -2015-01-23 09:23:33 sendUrl INFO 3 [97] -2015-01-23 09:23:45 queue INFO 7 [98] -2015-01-23 09:23:45 queue INFO >7 [99] -2015-01-23 09:23:45 sendUrl INFO 7 [98] -2015-01-23 09:23:46 sendUrl INFO 7 [99] -2015-01-23 09:23:46 queue INFO 3 [100] -2015-01-23 09:23:46 queue INFO >3 [101] -2015-01-23 09:23:47 sendUrl INFO 3 [100] -2015-01-23 09:23:47 sendUrl INFO 3 [101] -2015-01-23 09:24:36 queue INFO >>3 [102] -2015-01-23 09:24:37 sendUrl INFO 3 [102] -2015-01-23 09:25:27 queue INFO >>3 [103] -2015-01-23 09:25:27 sendUrl INFO 3 [103] -2015-01-23 09:25:39 queue INFO 7 [104] -2015-01-23 09:25:39 queue INFO >7 [105] -2015-01-23 09:25:39 sendUrl INFO 7 [104] -2015-01-23 09:25:39 sendUrl INFO 7 [105] -2015-01-23 09:25:40 queue INFO 3 [106] -2015-01-23 09:25:40 queue INFO >3 [107] -2015-01-23 09:25:40 sendUrl INFO 3 [106] -2015-01-23 09:25:41 sendUrl INFO 3 [107] -2015-01-23 09:26:30 queue INFO >>3 [108] -2015-01-23 09:26:30 sendUrl INFO 3 [108] -2015-01-23 09:27:20 queue INFO >>3 [109] -2015-01-23 09:27:21 sendUrl INFO 3 [109] -2015-01-23 09:27:32 queue INFO 7 [110] -2015-01-23 09:27:32 queue INFO >7 [111] -2015-01-23 09:27:33 sendUrl INFO 7 [110] -2015-01-23 09:27:33 sendUrl INFO 7 [111] -2015-01-23 09:27:34 queue INFO 3 [112] -2015-01-23 09:27:34 queue INFO >3 [113] -2015-01-23 09:27:34 sendUrl INFO 3 [112] -2015-01-23 09:27:35 sendUrl INFO 3 [113] -2015-01-23 09:28:24 queue INFO >>3 [114] -2015-01-23 09:28:24 sendUrl INFO 3 [114] -2015-01-23 09:29:14 queue INFO >>3 [115] -2015-01-23 09:29:14 sendUrl INFO 3 [115] -2015-01-23 09:29:26 queue INFO 7 [116] -2015-01-23 09:29:26 queue INFO >7 [117] -2015-01-23 09:29:26 sendUrl INFO 7 [116] -2015-01-23 09:29:26 sendUrl INFO 7 [117] -2015-01-23 09:29:27 queue INFO 3 [118] -2015-01-23 09:29:27 queue INFO >3 [119] -2015-01-23 09:29:27 sendUrl INFO 3 [118] -2015-01-23 09:29:28 sendUrl INFO 3 [119] -2015-01-23 09:30:17 queue INFO >>3 [120] -2015-01-23 09:30:18 sendUrl INFO 3 [120] -2015-01-23 09:31:07 queue INFO >>3 [121] -2015-01-23 09:31:08 sendUrl INFO 3 [121] -2015-01-23 09:31:19 queue INFO 7 [122] -2015-01-23 09:31:19 queue INFO >7 [123] -2015-01-23 09:31:20 sendUrl INFO 7 [122] -2015-01-23 09:31:20 sendUrl INFO 7 [123] -2015-01-23 09:31:21 queue INFO 3 [124] -2015-01-23 09:31:21 queue INFO >3 [125] -2015-01-23 09:31:21 sendUrl INFO 3 [124] -2015-01-23 09:31:22 sendUrl INFO 3 [125] -2015-01-23 09:32:11 queue INFO >>3 [126] -2015-01-23 09:32:11 sendUrl INFO 3 [126] -2015-01-23 09:33:01 queue INFO >>3 [127] -2015-01-23 09:33:01 sendUrl INFO 3 [127] -2015-01-23 09:33:13 queue INFO 7 [128] -2015-01-23 09:33:13 sendUrl INFO 7 [128] -2015-01-23 09:33:13 queue INFO >7 [129] -2015-01-23 09:33:13 sendUrl INFO 7 [129] -2015-01-23 09:33:14 queue INFO 3 [130] -2015-01-23 09:33:14 queue INFO >3 [131] -2015-01-23 09:33:15 sendUrl INFO 3 [130] -2015-01-23 09:33:15 sendUrl INFO 3 [131] -2015-01-23 09:34:04 queue INFO >>3 [132] -2015-01-23 09:34:05 sendUrl INFO 3 [132] -2015-01-23 09:34:55 queue INFO >>3 [133] -2015-01-23 09:34:55 sendUrl INFO 3 [133] -2015-01-23 09:35:07 queue INFO 7 [134] -2015-01-23 09:35:07 queue INFO >7 [135] -2015-01-23 09:35:07 sendUrl INFO 7 [134] -2015-01-23 09:35:08 sendUrl INFO 7 [135] -2015-01-23 09:35:08 queue INFO 3 [136] -2015-01-23 09:35:08 sendUrl INFO 3 [136] -2015-01-23 09:35:08 queue INFO >3 [137] -2015-01-23 09:35:09 sendUrl INFO 3 [137] -2015-01-23 09:35:58 queue INFO >>3 [138] -2015-01-23 09:35:59 sendUrl INFO 3 [138] -2015-01-23 09:36:48 queue INFO >>3 [139] -2015-01-23 09:36:49 sendUrl INFO 3 [139] -2015-01-23 09:37:01 queue INFO 7 [140] -2015-01-23 09:37:01 queue INFO >7 [141] -2015-01-23 09:37:01 sendUrl INFO 7 [140] -2015-01-23 09:37:02 program INFO WAIT active send to complete -2015-01-23 09:37:02 sendUrl INFO 7 [141] -2015-01-23 09:37:02 queue INFO 3 [142] -2015-01-23 09:37:02 queue INFO >3 [143] -2015-01-23 09:37:03 sendUrl INFO 3 [142] -2015-01-23 09:37:03 sendUrl INFO 3 [143] -2015-01-23 09:37:52 queue INFO >>3 [144] -2015-01-23 09:37:52 sendUrl INFO 3 [144] -2015-01-23 09:38:42 queue INFO >>3 [145] -2015-01-23 09:38:43 sendUrl INFO 3 [145] -2015-01-23 09:38:54 queue INFO 7 [146] -2015-01-23 09:38:54 queue INFO >7 [147] -2015-01-23 09:38:55 sendUrl INFO 7 [146] -2015-01-23 09:38:55 sendUrl INFO 7 [147] -2015-01-23 09:38:56 queue INFO 3 [148] -2015-01-23 09:38:56 queue INFO >3 [149] -2015-01-23 09:38:56 sendUrl INFO 3 [148] -2015-01-23 09:38:57 sendUrl INFO 3 [149] -2015-01-23 09:39:46 queue INFO >>3 [150] -2015-01-23 09:39:46 sendUrl INFO 3 [150] -2015-01-23 09:40:36 queue INFO >>3 [151] -2015-01-23 09:40:37 sendUrl INFO 3 [151] -2015-01-23 09:40:48 queue INFO 7 [152] -2015-01-23 09:40:48 queue INFO >7 [153] -2015-01-23 09:40:48 sendUrl INFO 7 [152] -2015-01-23 09:40:49 sendUrl INFO 7 [153] -2015-01-23 09:40:49 queue INFO 3 [154] -2015-01-23 09:40:49 queue INFO >3 [155] -2015-01-23 09:40:50 sendUrl INFO 3 [154] -2015-01-23 09:40:50 sendUrl INFO 3 [155] -2015-01-23 09:41:39 queue INFO >>3 [156] -2015-01-23 09:41:39 sendUrl INFO 3 [156] -2015-01-23 09:42:30 queue INFO >>3 [157] -2015-01-23 09:42:30 sendUrl INFO 3 [157] -2015-01-23 09:42:41 queue INFO 7 [158] -2015-01-23 09:42:42 queue INFO >7 [159] -2015-01-23 09:42:42 sendUrl INFO 7 [158] -2015-01-23 09:42:42 sendUrl INFO 7 [159] -2015-01-23 09:42:43 queue INFO 3 [160] -2015-01-23 09:42:43 sendUrl INFO 3 [160] -2015-01-23 09:42:43 queue INFO >3 [161] -2015-01-23 09:42:43 sendUrl INFO 3 [161] -2015-01-23 09:43:33 queue INFO >>3 [162] -2015-01-23 09:43:33 sendUrl INFO 3 [162] -2015-01-23 09:44:23 queue INFO >>3 [163] -2015-01-23 09:44:24 sendUrl INFO 3 [163] -2015-01-23 09:44:35 queue INFO 7 [164] -2015-01-23 09:44:35 queue INFO >7 [165] -2015-01-23 09:44:35 sendUrl INFO 7 [164] -2015-01-23 09:44:36 sendUrl INFO 7 [165] -2015-01-23 09:44:36 queue INFO 3 [166] -2015-01-23 09:44:37 queue INFO >3 [167] -2015-01-23 09:44:37 sendUrl INFO 3 [166] -2015-01-23 09:44:37 sendUrl INFO 3 [167] -2015-01-23 09:45:26 queue INFO >>3 [168] -2015-01-23 09:45:27 sendUrl INFO 3 [168] -2015-01-23 09:46:17 queue INFO >>3 [169] -2015-01-23 09:46:17 sendUrl INFO 3 [169] -2015-01-23 09:46:29 queue INFO 7 [170] -2015-01-23 09:46:29 queue INFO >7 [171] -2015-01-23 09:46:29 sendUrl INFO 7 [170] -2015-01-23 09:46:29 sendUrl INFO 7 [171] -2015-01-23 09:46:30 queue INFO 3 [172] -2015-01-23 09:46:30 queue INFO >3 [173] -2015-01-23 09:46:31 sendUrl INFO 3 [172] -2015-01-23 09:46:31 sendUrl INFO 3 [173] -2015-01-23 09:47:20 queue INFO >>3 [174] -2015-01-23 09:47:21 sendUrl INFO 3 [174] -2015-01-23 09:48:11 queue INFO >>3 [175] -2015-01-23 09:48:11 sendUrl INFO 3 [175] -2015-01-23 09:48:23 queue INFO 7 [176] -2015-01-23 09:48:23 queue INFO >7 [177] -2015-01-23 09:48:23 sendUrl INFO 7 [176] -2015-01-23 09:48:23 sendUrl INFO 7 [177] -2015-01-23 09:48:24 queue INFO 3 [178] -2015-01-23 09:48:24 queue INFO >3 [179] -2015-01-23 09:48:25 sendUrl INFO 3 [178] -2015-01-23 09:48:25 sendUrl INFO 3 [179] -2015-01-23 09:49:14 queue INFO >>3 [180] -2015-01-23 09:49:15 sendUrl INFO 3 [180] -2015-01-23 09:50:05 queue INFO >>3 [181] -2015-01-23 09:50:05 sendUrl INFO 3 [181] -2015-01-23 09:50:16 queue INFO 7 [182] -2015-01-23 09:50:17 queue INFO >7 [183] -2015-01-23 09:50:17 sendUrl INFO 7 [182] -2015-01-23 09:50:17 sendUrl INFO 7 [183] -2015-01-23 09:50:18 queue INFO 3 [184] -2015-01-23 09:50:18 sendUrl INFO 3 [184] -2015-01-23 09:50:18 queue INFO >3 [185] -2015-01-23 09:50:19 sendUrl INFO 3 [185] -2015-01-23 09:51:08 queue INFO >>3 [186] -2015-01-23 09:51:08 sendUrl INFO 3 [186] -2015-01-23 09:51:58 queue INFO >>3 [187] -2015-01-23 09:51:59 sendUrl INFO 3 [187] -2015-01-23 09:52:10 queue INFO 7 [188] -2015-01-23 09:52:10 sendUrl INFO 7 [188] -2015-01-23 09:52:10 queue INFO >7 [189] -2015-01-23 09:52:10 sendUrl INFO 7 [189] -2015-01-23 09:52:11 queue INFO 3 [190] -2015-01-23 09:52:12 queue INFO >3 [191] -2015-01-23 09:52:12 sendUrl INFO 3 [190] -2015-01-23 09:52:12 sendUrl INFO 3 [191] -2015-01-23 09:53:01 queue INFO >>3 [192] -2015-01-23 09:53:02 sendUrl INFO 3 [192] -2015-01-23 09:53:52 queue INFO >>3 [193] -2015-01-23 09:53:52 sendUrl INFO 3 [193] -2015-01-23 09:54:03 queue INFO 7 [194] -2015-01-23 09:54:04 queue INFO >7 [195] -2015-01-23 09:54:04 sendUrl INFO 7 [194] -2015-01-23 09:54:04 sendUrl INFO 7 [195] -2015-01-23 09:54:05 queue INFO 3 [196] -2015-01-23 09:54:05 queue INFO >3 [197] -2015-01-23 09:54:05 sendUrl INFO 3 [196] -2015-01-23 09:54:06 sendUrl INFO 3 [197] -2015-01-23 09:54:55 queue INFO >>3 [198] -2015-01-23 09:54:55 sendUrl INFO 3 [198] -2015-01-23 09:55:45 queue INFO >>3 [199] -2015-01-23 09:55:45 sendUrl INFO 3 [199] -2015-01-23 09:55:57 queue INFO 7 [200] -2015-01-23 09:55:57 queue INFO >7 [201] -2015-01-23 09:55:57 sendUrl INFO 7 [200] -2015-01-23 09:55:58 sendUrl INFO 7 [201] -2015-01-23 09:55:59 queue INFO 3 [202] -2015-01-23 09:55:59 queue INFO >3 [203] -2015-01-23 09:55:59 sendUrl INFO 3 [202] -2015-01-23 09:55:59 sendUrl INFO 3 [203] -2015-01-23 09:56:49 queue INFO >>3 [204] -2015-01-23 09:56:49 sendUrl INFO 3 [204] -2015-01-23 09:57:39 queue INFO >>3 [205] -2015-01-23 09:57:39 sendUrl INFO 3 [205] -2015-01-23 09:57:51 queue INFO 7 [206] -2015-01-23 09:57:51 queue INFO >7 [207] -2015-01-23 09:57:51 sendUrl INFO 7 [206] -2015-01-23 09:57:52 sendUrl INFO 7 [207] -2015-01-23 09:57:52 queue INFO 3 [208] -2015-01-23 09:57:52 queue INFO >3 [209] -2015-01-23 09:57:53 sendUrl INFO 3 [208] -2015-01-23 09:57:53 sendUrl INFO 3 [209] -2015-01-23 09:58:42 queue INFO >>3 [210] -2015-01-23 09:58:43 sendUrl INFO 3 [210] -2015-01-23 09:59:15 queue INFO 1 [211] -2015-01-23 09:59:15 sendUrl INFO 1 [211] -2015-01-23 09:59:15 queue INFO >1 [212] -2015-01-23 09:59:15 sendUrl INFO 1 [212] -2015-01-23 10:00:05 queue INFO >>1 [213] -2015-01-23 10:00:05 sendUrl INFO 1 [213] -2015-01-23 10:00:32 queue INFO 81 [214] -2015-01-23 10:00:33 queue INFO >81 [215] -2015-01-23 10:00:33 sendUrl INFO 81 [214] -2015-01-23 10:00:33 sendUrl INFO 81 [215] -2015-01-23 10:00:47 queue INFO 1 [216] -2015-01-23 10:00:47 queue INFO >1 [217] -2015-01-23 10:00:47 sendUrl INFO 1 [216] -2015-01-23 10:00:48 sendUrl INFO 1 [217] -2015-01-23 10:01:37 queue INFO >>1 [218] -2015-01-23 10:01:38 sendUrl INFO 1 [218] -2015-01-23 10:02:27 queue INFO >>1 [219] -2015-01-23 10:02:28 sendUrl INFO 1 [219] -2015-01-23 10:03:07 queue INFO 21 [220] -2015-01-23 10:03:07 sendUrl INFO 21 [220] -2015-01-23 10:03:07 queue INFO >21 [221] -2015-01-23 10:03:07 sendUrl INFO 21 [221] -2015-01-23 10:03:57 queue INFO >>21 [222] -2015-01-23 10:03:57 sendUrl INFO 21 [222] -2015-01-23 10:04:47 queue INFO >>21 [223] -2015-01-23 10:04:48 sendUrl INFO 21 [223] -2015-01-23 10:05:25 queue INFO 1 [224] -2015-01-23 10:05:26 queue INFO >1 [225] -2015-01-23 10:05:26 sendUrl INFO 1 [224] -2015-01-23 10:05:26 sendUrl INFO 1 [225] -2015-01-23 10:05:57 queue INFO 5 [226] -2015-01-23 10:05:57 queue INFO >5 [227] -2015-01-23 10:05:57 sendUrl INFO 5 [226] -2015-01-23 10:05:58 sendUrl INFO 5 [227] -2015-01-23 10:05:58 queue INFO 1 [228] -2015-01-23 10:05:58 queue INFO >1 [229] -2015-01-23 10:05:59 sendUrl INFO 1 [228] -2015-01-23 10:05:59 queue INFO 3 [230] -2015-01-23 10:05:59 sendUrl INFO 1 [229] -2015-01-23 10:05:59 queue INFO >3 [231] -2015-01-23 10:06:00 sendUrl INFO 3 [230] -2015-01-23 10:06:00 sendUrl INFO 3 [231] -2015-01-23 10:06:49 queue INFO >>3 [232] -2015-01-23 10:06:49 sendUrl INFO 3 [232] -2015-01-23 10:07:39 queue INFO >>3 [233] -2015-01-23 10:07:39 sendUrl INFO 3 [233] -2015-01-23 10:07:50 queue INFO 7 [234] -2015-01-23 10:07:50 sendUrl INFO 7 [234] -2015-01-23 10:07:50 queue INFO >7 [235] -2015-01-23 10:07:51 sendUrl INFO 7 [235] -2015-01-23 10:07:52 queue INFO 3 [236] -2015-01-23 10:07:52 queue INFO >3 [237] -2015-01-23 10:07:52 sendUrl INFO 3 [236] -2015-01-23 10:07:53 sendUrl INFO 3 [237] -2015-01-23 10:08:42 queue INFO >>3 [238] -2015-01-23 10:08:42 sendUrl INFO 3 [238] -2015-01-23 10:09:32 queue INFO >>3 [239] -2015-01-23 10:09:32 sendUrl INFO 3 [239] -2015-01-23 10:09:44 queue INFO 7 [240] -2015-01-23 10:09:44 queue INFO >7 [241] -2015-01-23 10:09:44 sendUrl INFO 7 [240] -2015-01-23 10:09:45 sendUrl INFO 7 [241] -2015-01-23 10:09:45 queue INFO 3 [242] -2015-01-23 10:09:45 queue INFO >3 [243] -2015-01-23 10:09:46 sendUrl INFO 3 [242] -2015-01-23 10:09:46 sendUrl INFO 3 [243] -2015-01-23 10:10:35 queue INFO >>3 [244] -2015-01-23 10:10:35 sendUrl INFO 3 [244] -2015-01-23 10:11:25 queue INFO >>3 [245] -2015-01-23 10:11:26 sendUrl INFO 3 [245] -2015-01-23 10:11:37 queue INFO 7 [246] -2015-01-23 10:11:38 queue INFO >7 [247] -2015-01-23 10:11:38 sendUrl INFO 7 [246] -2015-01-23 10:11:38 sendUrl INFO 7 [247] -2015-01-23 10:11:39 queue INFO 3 [248] -2015-01-23 10:11:39 queue INFO >3 [249] -2015-01-23 10:11:39 sendUrl INFO 3 [248] -2015-01-23 10:11:40 sendUrl INFO 3 [249] -2015-01-23 10:12:29 queue INFO >>3 [250] -2015-01-23 10:12:29 sendUrl INFO 3 [250] -2015-01-23 10:13:19 queue INFO >>3 [251] -2015-01-23 10:13:20 sendUrl INFO 3 [251] -2015-01-23 10:13:31 queue INFO 7 [252] -2015-01-23 10:13:31 queue INFO >7 [253] -2015-01-23 10:13:32 sendUrl INFO 7 [252] -2015-01-23 10:13:32 sendUrl INFO 7 [253] -2015-01-23 10:13:33 queue INFO 3 [254] -2015-01-23 10:13:33 queue INFO >3 [255] -2015-01-23 10:13:33 sendUrl INFO 3 [254] -2015-01-23 10:13:34 sendUrl INFO 3 [255] -2015-01-23 10:14:23 queue INFO >>3 [256] -2015-01-23 10:14:23 sendUrl INFO 3 [256] -2015-01-23 10:15:13 queue INFO >>3 [257] -2015-01-23 10:15:13 sendUrl INFO 3 [257] -2015-01-23 10:15:25 queue INFO 7 [258] -2015-01-23 10:15:25 queue INFO >7 [259] -2015-01-23 10:15:25 sendUrl INFO 7 [258] -2015-01-23 10:15:26 sendUrl INFO 7 [259] -2015-01-23 10:15:27 queue INFO 3 [260] -2015-01-23 10:15:27 queue INFO >3 [261] -2015-01-23 10:15:27 sendUrl INFO 3 [260] -2015-01-23 10:15:27 sendUrl INFO 3 [261] -2015-01-23 10:16:17 queue INFO >>3 [262] -2015-01-23 10:16:17 sendUrl INFO 3 [262] -2015-01-23 10:17:07 queue INFO >>3 [263] -2015-01-23 10:17:07 sendUrl INFO 3 [263] -2015-01-23 10:17:19 queue INFO 7 [264] -2015-01-23 10:17:19 queue INFO >7 [265] -2015-01-23 10:17:19 sendUrl INFO 7 [264] -2015-01-23 10:17:20 sendUrl INFO 7 [265] -2015-01-23 10:17:20 queue INFO 3 [266] -2015-01-23 10:17:21 queue INFO >3 [267] -2015-01-23 10:17:21 sendUrl INFO 3 [266] -2015-01-23 10:17:21 sendUrl INFO 3 [267] -2015-01-23 10:18:10 queue INFO >>3 [268] -2015-01-23 10:18:11 sendUrl INFO 3 [268] -2015-01-23 10:19:01 queue INFO >>3 [269] -2015-01-23 10:19:01 sendUrl INFO 3 [269] -2015-01-23 10:19:12 queue INFO 7 [270] -2015-01-23 10:19:12 queue INFO >7 [271] -2015-01-23 10:19:13 sendUrl INFO 7 [270] -2015-01-23 10:19:13 sendUrl INFO 7 [271] -2015-01-23 10:19:14 queue INFO 3 [272] -2015-01-23 10:19:14 queue INFO >3 [273] -2015-01-23 10:19:14 sendUrl INFO 3 [272] -2015-01-23 10:19:15 sendUrl INFO 3 [273] -2015-01-23 10:20:04 queue INFO >>3 [274] -2015-01-23 10:20:04 sendUrl INFO 3 [274] -2015-01-23 10:20:54 queue INFO >>3 [275] -2015-01-23 10:20:55 sendUrl INFO 3 [275] -2015-01-23 10:21:06 queue INFO 7 [276] -2015-01-23 10:21:06 queue INFO >7 [277] -2015-01-23 10:21:06 sendUrl INFO 7 [276] -2015-01-23 10:21:07 sendUrl INFO 7 [277] -2015-01-23 10:21:07 queue INFO 3 [278] -2015-01-23 10:21:07 sendUrl INFO 3 [278] -2015-01-23 10:21:07 queue INFO >3 [279] -2015-01-23 10:21:08 sendUrl INFO 3 [279] -2015-01-23 10:21:57 queue INFO >>3 [280] -2015-01-23 10:21:58 sendUrl INFO 3 [280] -2015-01-23 10:22:47 queue INFO >>3 [281] -2015-01-23 10:22:48 sendUrl INFO 3 [281] -2015-01-23 10:22:59 queue INFO 7 [282] -2015-01-23 10:23:00 queue INFO >7 [283] -2015-01-23 10:23:00 sendUrl INFO 7 [282] -2015-01-23 10:23:00 sendUrl INFO 7 [283] -2015-01-23 10:23:01 queue INFO 3 [284] -2015-01-23 10:23:01 queue INFO >3 [285] -2015-01-23 10:23:01 sendUrl INFO 3 [284] -2015-01-23 10:23:02 sendUrl INFO 3 [285] -2015-01-23 10:23:51 queue INFO >>3 [286] -2015-01-23 10:23:51 sendUrl INFO 3 [286] -2015-01-23 10:24:41 queue INFO >>3 [287] -2015-01-23 10:24:42 sendUrl INFO 3 [287] -2015-01-23 10:24:53 queue INFO 7 [288] -2015-01-23 10:24:53 queue INFO >7 [289] -2015-01-23 10:24:53 sendUrl INFO 7 [288] -2015-01-23 10:24:54 sendUrl INFO 7 [289] -2015-01-23 10:24:55 queue INFO 3 [290] -2015-01-23 10:24:55 queue INFO >3 [291] -2015-01-23 10:24:55 sendUrl INFO 3 [290] -2015-01-23 10:24:55 sendUrl INFO 3 [291] -2015-01-23 10:25:45 queue INFO >>3 [292] -2015-01-23 10:25:45 sendUrl INFO 3 [292] -2015-01-23 10:26:35 queue INFO >>3 [293] -2015-01-23 10:26:35 sendUrl INFO 3 [293] -2015-01-23 10:26:47 queue INFO 7 [294] -2015-01-23 10:26:47 queue INFO >7 [295] -2015-01-23 10:26:48 sendUrl INFO 7 [294] -2015-01-23 10:26:48 sendUrl INFO 7 [295] -2015-01-23 10:26:49 queue INFO 3 [296] -2015-01-23 10:26:49 queue INFO >3 [297] -2015-01-23 10:26:49 sendUrl INFO 3 [296] -2015-01-23 10:26:50 sendUrl INFO 3 [297] -2015-01-23 10:27:39 queue INFO >>3 [298] -2015-01-23 10:27:39 sendUrl INFO 3 [298] -2015-01-23 10:28:29 queue INFO >>3 [299] -2015-01-23 10:28:29 sendUrl INFO 3 [299] -2015-01-23 10:28:41 queue INFO 7 [300] -2015-01-23 10:28:41 sendUrl INFO 7 [300] -2015-01-23 10:28:41 queue INFO >7 [301] -2015-01-23 10:28:41 sendUrl INFO 7 [301] -2015-01-23 10:28:42 queue INFO 3 [302] -2015-01-23 10:28:42 queue INFO >3 [303] -2015-01-23 10:28:42 sendUrl INFO 3 [302] -2015-01-23 10:28:43 sendUrl INFO 3 [303] -2015-01-23 10:29:32 queue INFO >>3 [304] -2015-01-23 10:29:33 sendUrl INFO 3 [304] -2015-01-23 10:30:22 queue INFO >>3 [305] -2015-01-23 10:30:23 sendUrl INFO 3 [305] -2015-01-23 10:30:34 queue INFO 7 [306] -2015-01-23 10:30:35 queue INFO >7 [307] -2015-01-23 10:30:35 sendUrl INFO 7 [306] -2015-01-23 10:30:35 sendUrl INFO 7 [307] -2015-01-23 10:30:36 queue INFO 3 [308] -2015-01-23 10:30:36 queue INFO >3 [309] -2015-01-23 10:30:36 sendUrl INFO 3 [308] -2015-01-23 10:30:37 sendUrl INFO 3 [309] -2015-01-23 10:31:26 queue INFO >>3 [310] -2015-01-23 10:31:26 sendUrl INFO 3 [310] -2015-01-23 10:32:16 queue INFO >>3 [311] -2015-01-23 10:32:16 sendUrl INFO 3 [311] -2015-01-23 10:32:28 queue INFO 7 [312] -2015-01-23 10:32:28 queue INFO >7 [313] -2015-01-23 10:32:28 sendUrl INFO 7 [312] -2015-01-23 10:32:29 sendUrl INFO 7 [313] -2015-01-23 10:32:29 queue INFO 3 [314] -2015-01-23 10:32:29 queue INFO >3 [315] -2015-01-23 10:32:30 sendUrl INFO 3 [314] -2015-01-23 10:32:30 sendUrl INFO 3 [315] -2015-01-23 10:33:19 queue INFO >>3 [316] -2015-01-23 10:33:20 sendUrl INFO 3 [316] -2015-01-23 10:34:10 queue INFO >>3 [317] -2015-01-23 10:34:10 sendUrl INFO 3 [317] -2015-01-23 10:34:21 queue INFO 7 [318] -2015-01-23 10:34:22 queue INFO >7 [319] -2015-01-23 10:34:22 sendUrl INFO 7 [318] -2015-01-23 10:34:22 sendUrl INFO 7 [319] -2015-01-23 10:34:23 queue INFO 3 [320] -2015-01-23 10:34:23 queue INFO >3 [321] -2015-01-23 10:34:23 sendUrl INFO 3 [320] -2015-01-23 10:34:24 sendUrl INFO 3 [321] -2015-01-23 10:35:13 queue INFO >>3 [322] -2015-01-23 10:35:14 sendUrl INFO 3 [322] -2015-01-23 10:36:03 queue INFO >>3 [323] -2015-01-23 10:36:03 sendUrl INFO 3 [323] -2015-01-23 10:36:15 queue INFO 7 [324] -2015-01-23 10:36:15 queue INFO >7 [325] -2015-01-23 10:36:16 sendUrl INFO 7 [324] -2015-01-23 10:36:16 sendUrl INFO 7 [325] -2015-01-23 10:36:17 queue INFO 3 [326] -2015-01-23 10:36:17 queue INFO >3 [327] -2015-01-23 10:36:17 sendUrl INFO 3 [326] -2015-01-23 10:36:18 sendUrl INFO 3 [327] -2015-01-23 10:37:07 queue INFO >>3 [328] -2015-01-23 10:37:07 sendUrl INFO 3 [328] -2015-01-23 10:37:57 queue INFO >>3 [329] -2015-01-23 10:37:57 sendUrl INFO 3 [329] -2015-01-23 10:38:09 queue INFO 7 [330] -2015-01-23 10:38:09 queue INFO >7 [331] -2015-01-23 10:38:09 sendUrl INFO 7 [330] -2015-01-23 10:38:10 sendUrl INFO 7 [331] -2015-01-23 10:38:11 queue INFO 3 [332] -2015-01-23 10:38:11 sendUrl INFO 3 [332] -2015-01-23 10:38:11 queue INFO >3 [333] -2015-01-23 10:38:11 sendUrl INFO 3 [333] -2015-01-23 10:39:01 queue INFO >>3 [334] -2015-01-23 10:39:01 sendUrl INFO 3 [334] -2015-01-23 10:39:51 queue INFO >>3 [335] -2015-01-23 10:39:52 sendUrl INFO 3 [335] -2015-01-23 10:40:03 queue INFO 7 [336] -2015-01-23 10:40:03 queue INFO >7 [337] -2015-01-23 10:40:03 sendUrl INFO 7 [336] -2015-01-23 10:40:04 sendUrl INFO 7 [337] -2015-01-23 10:40:04 queue INFO 3 [338] -2015-01-23 10:40:04 queue INFO >3 [339] -2015-01-23 10:40:05 sendUrl INFO 3 [338] -2015-01-23 10:40:05 sendUrl INFO 3 [339] -2015-01-23 10:40:54 queue INFO >>3 [340] -2015-01-23 10:40:55 sendUrl INFO 3 [340] -2015-01-23 10:41:45 queue INFO >>3 [341] -2015-01-23 10:41:45 sendUrl INFO 3 [341] -2015-01-23 10:41:56 queue INFO 7 [342] -2015-01-23 10:41:57 queue INFO >7 [343] -2015-01-23 10:41:57 sendUrl INFO 7 [342] -2015-01-23 10:41:57 sendUrl INFO 7 [343] -2015-01-23 10:41:58 queue INFO 3 [344] -2015-01-23 10:41:58 sendUrl INFO 3 [344] -2015-01-23 10:41:58 queue INFO >3 [345] -2015-01-23 10:41:58 sendUrl INFO 3 [345] -2015-01-23 10:42:48 queue INFO >>3 [346] -2015-01-23 10:42:48 sendUrl INFO 3 [346] -2015-01-23 10:43:38 queue INFO >>3 [347] -2015-01-23 10:43:39 sendUrl INFO 3 [347] -2015-01-23 10:43:50 queue INFO 7 [348] -2015-01-23 10:43:50 queue INFO >7 [349] -2015-01-23 10:43:50 sendUrl INFO 7 [348] -2015-01-23 10:43:51 sendUrl INFO 7 [349] -2015-01-23 10:43:51 queue INFO 3 [350] -2015-01-23 10:43:52 queue INFO >3 [351] -2015-01-23 10:43:52 sendUrl INFO 3 [350] -2015-01-23 10:43:52 sendUrl INFO 3 [351] -2015-01-23 10:44:41 queue INFO >>3 [352] -2015-01-23 10:44:42 sendUrl INFO 3 [352] -2015-01-23 10:45:32 queue INFO >>3 [353] -2015-01-23 10:45:32 sendUrl INFO 3 [353] -2015-01-23 10:45:43 queue INFO 7 [354] -2015-01-23 10:45:44 sendUrl INFO 7 [354] -2015-01-23 10:45:44 queue INFO >7 [355] -2015-01-23 10:45:44 sendUrl INFO 7 [355] -2015-01-23 10:45:45 queue INFO 3 [356] -2015-01-23 10:45:45 queue INFO >3 [357] -2015-01-23 10:45:46 sendUrl INFO 3 [356] -2015-01-23 10:45:46 sendUrl INFO 3 [357] -2015-01-23 10:46:35 queue INFO >>3 [358] -2015-01-23 10:46:35 sendUrl INFO 3 [358] -2015-01-23 10:47:25 queue INFO >>3 [359] -2015-01-23 10:47:26 sendUrl INFO 3 [359] -2015-01-23 10:47:37 queue INFO 7 [360] -2015-01-23 10:47:37 queue INFO >7 [361] -2015-01-23 10:47:37 sendUrl INFO 7 [360] -2015-01-23 10:47:38 sendUrl INFO 7 [361] -2015-01-23 10:47:39 queue INFO 3 [362] -2015-01-23 10:47:39 sendUrl INFO 3 [362] -2015-01-23 10:47:39 queue INFO >3 [363] -2015-01-23 10:47:39 sendUrl INFO 3 [363] -2015-01-23 10:48:29 queue INFO >>3 [364] -2015-01-23 10:48:29 sendUrl INFO 3 [364] -2015-01-23 10:49:19 queue INFO >>3 [365] -2015-01-23 10:49:20 sendUrl INFO 3 [365] -2015-01-23 10:49:31 queue INFO 7 [366] -2015-01-23 10:49:31 queue INFO >7 [367] -2015-01-23 10:49:32 sendUrl INFO 7 [366] -2015-01-23 10:49:32 sendUrl INFO 7 [367] -2015-01-23 10:49:33 queue INFO 3 [368] -2015-01-23 10:49:33 queue INFO >3 [369] -2015-01-23 10:49:33 sendUrl INFO 3 [368] -2015-01-23 10:49:34 sendUrl INFO 3 [369] -2015-01-23 10:50:23 queue INFO >>3 [370] -2015-01-23 10:50:23 sendUrl INFO 3 [370] -2015-01-23 10:51:13 queue INFO >>3 [371] -2015-01-23 10:51:13 sendUrl INFO 3 [371] -2015-01-23 10:51:25 queue INFO 7 [372] -2015-01-23 10:51:25 sendUrl INFO 7 [372] -2015-01-23 10:51:25 queue INFO >7 [373] -2015-01-23 10:51:25 sendUrl INFO 7 [373] -2015-01-23 10:51:26 queue INFO 3 [374] -2015-01-23 10:51:27 queue INFO >3 [375] -2015-01-23 10:51:27 sendUrl INFO 3 [374] -2015-01-23 10:51:27 sendUrl INFO 3 [375] -2015-01-23 10:52:16 queue INFO >>3 [376] -2015-01-23 10:52:17 sendUrl INFO 3 [376] -2015-01-23 10:53:07 queue INFO >>3 [377] -2015-01-23 10:53:07 sendUrl INFO 3 [377] -2015-01-23 10:53:57 queue INFO >>3 [378] -2015-01-23 10:53:57 sendUrl INFO 3 [378] -2015-01-23 10:54:10 queue INFO 7 [379] -2015-01-23 10:54:10 queue INFO >7 [380] -2015-01-23 10:54:10 sendUrl INFO 7 [379] -2015-01-23 10:54:11 sendUrl INFO 7 [380] -2015-01-23 10:54:11 queue INFO 3 [381] -2015-01-23 10:54:11 queue INFO >3 [382] -2015-01-23 10:54:12 sendUrl INFO 3 [381] -2015-01-23 10:54:12 sendUrl INFO 3 [382] -2015-01-23 10:55:01 queue INFO >>3 [383] -2015-01-23 10:55:02 sendUrl INFO 3 [383] -2015-01-23 10:55:52 queue INFO >>3 [384] -2015-01-23 10:55:52 sendUrl INFO 3 [384] -2015-01-23 10:56:03 queue INFO 7 [385] -2015-01-23 10:56:03 sendUrl INFO 7 [385] -2015-01-23 10:56:03 queue INFO >7 [386] -2015-01-23 10:56:04 sendUrl INFO 7 [386] -2015-01-23 10:56:05 queue INFO 3 [387] -2015-01-23 10:56:05 queue INFO >3 [388] -2015-01-23 10:56:05 sendUrl INFO 3 [387] -2015-01-23 10:56:05 sendUrl INFO 3 [388] -2015-01-23 10:56:55 queue INFO >>3 [389] -2015-01-23 10:56:55 sendUrl INFO 3 [389] -2015-01-23 10:57:45 queue INFO >>3 [390] -2015-01-23 10:57:45 sendUrl INFO 3 [390] -2015-01-23 10:57:57 queue INFO 7 [391] -2015-01-23 10:57:57 program ERROR IOB offline -2015-01-23 10:57:57 queue INFO >7 [392] -2015-01-23 10:57:58 program INFO IOB ONLINE! -2015-01-23 10:57:58 sendUrl INFO 7 [391] -2015-01-23 10:57:58 sendUrl INFO 7 [392] -2015-01-23 10:57:58 queue INFO 3 [393] -2015-01-23 10:57:59 queue INFO >3 [394] -2015-01-23 10:57:59 sendUrl INFO 3 [393] -2015-01-23 10:57:59 sendUrl INFO 3 [394] -2015-01-23 10:58:48 queue INFO >>3 [395] -2015-01-23 10:58:49 sendUrl INFO 3 [395] -2015-01-23 10:59:39 queue INFO >>3 [396] -2015-01-23 10:59:39 sendUrl INFO 3 [396] -2015-01-23 10:59:50 queue INFO 7 [397] -2015-01-23 10:59:51 queue INFO >7 [398] -2015-01-23 10:59:51 sendUrl INFO 7 [397] -2015-01-23 10:59:51 sendUrl INFO 7 [398] -2015-01-23 10:59:52 queue INFO 3 [399] -2015-01-23 10:59:52 queue INFO >3 [400] -2015-01-23 10:59:52 sendUrl INFO 3 [399] -2015-01-23 10:59:53 sendUrl INFO 3 [400] -2015-01-23 11:00:42 queue INFO >>3 [401] -2015-01-23 11:00:43 sendUrl INFO 3 [401] -2015-01-23 11:01:32 queue INFO >>3 [402] -2015-01-23 11:01:33 program ERROR IOB offline -2015-01-23 11:01:33 program INFO IOB ONLINE! -2015-01-23 11:01:33 sendUrl INFO 3 [402] -2015-01-23 11:01:45 queue INFO 7 [403] -2015-01-23 11:01:45 queue INFO >7 [404] -2015-01-23 11:01:45 sendUrl INFO 7 [403] -2015-01-23 11:01:46 sendUrl INFO 7 [404] -2015-01-23 11:01:46 queue INFO 3 [405] -2015-01-23 11:01:46 sendUrl INFO 3 [405] -2015-01-23 11:01:46 queue INFO >3 [406] -2015-01-23 11:01:47 sendUrl INFO 3 [406] -2015-01-23 11:02:36 queue INFO >>3 [407] -2015-01-23 11:02:37 sendUrl INFO 3 [407] -2015-01-23 11:03:26 queue INFO >>3 [408] -2015-01-23 11:03:27 sendUrl INFO 3 [408] -2015-01-23 11:03:38 queue INFO 7 [409] -2015-01-23 11:03:38 queue INFO >7 [410] -2015-01-23 11:03:38 program ERROR IOB offline -2015-01-23 11:03:39 program INFO IOB ONLINE! -2015-01-23 11:03:39 sendUrl INFO 7 [409] -2015-01-23 11:03:39 sendUrl INFO 7 [410] -2015-01-23 11:03:40 queue INFO 3 [411] -2015-01-23 11:03:40 queue INFO >3 [412] -2015-01-23 11:03:40 sendUrl INFO 3 [411] -2015-01-23 11:03:40 sendUrl INFO 3 [412] -2015-01-23 11:04:30 queue INFO >>3 [413] -2015-01-23 11:04:30 sendUrl INFO 3 [413] -2015-01-23 11:05:20 queue INFO >>3 [414] -2015-01-23 11:05:20 sendUrl INFO 3 [414] -2015-01-23 11:05:32 queue INFO 7 [415] -2015-01-23 11:05:32 queue INFO >7 [416] -2015-01-23 11:05:32 sendUrl INFO 7 [415] -2015-01-23 11:05:33 sendUrl INFO 7 [416] -2015-01-23 11:05:33 queue INFO 3 [417] -2015-01-23 11:05:33 sendUrl INFO 3 [417] -2015-01-23 11:05:33 queue INFO >3 [418] -2015-01-23 11:05:34 sendUrl INFO 3 [418] -2015-01-23 11:06:23 queue INFO >>3 [419] -2015-01-23 11:06:24 program ERROR IOB offline -2015-01-23 11:06:25 program INFO IOB ONLINE! -2015-01-23 11:06:25 sendUrl INFO 3 [419] -2015-01-23 11:07:13 queue INFO >>3 [420] -2015-01-23 11:07:14 program ERROR IOB offline -2015-01-23 11:07:15 program INFO IOB ONLINE! -2015-01-23 11:07:15 sendUrl INFO 3 [420] -2015-01-23 11:07:25 queue INFO 7 [421] -2015-01-23 11:07:25 queue INFO >7 [422] -2015-01-23 11:07:26 sendUrl INFO 7 [421] -2015-01-23 11:07:26 program ERROR IOB offline -2015-01-23 11:07:27 program INFO IOB ONLINE! -2015-01-23 11:07:27 sendUrl INFO 7 [422] -2015-01-23 11:07:27 queue INFO 3 [423] -2015-01-23 11:07:27 queue INFO >3 [424] -2015-01-23 11:07:27 sendUrl INFO 3 [423] -2015-01-23 11:07:28 program ERROR IOB offline -2015-01-23 11:07:28 program INFO IOB ONLINE! -2015-01-23 11:07:28 sendUrl INFO 3 [424] -2015-01-23 11:08:17 queue INFO >>3 [425] -2015-01-23 11:08:17 sendUrl INFO 3 [425] -2015-01-23 11:09:07 queue INFO >>3 [426] -2015-01-23 11:09:07 sendUrl INFO 3 [426] -2015-01-23 11:09:19 queue INFO 7 [427] -2015-01-23 11:09:19 queue INFO >7 [428] -2015-01-23 11:09:19 sendUrl INFO 7 [427] -2015-01-23 11:09:20 sendUrl INFO 7 [428] -2015-01-23 11:09:20 queue INFO 3 [429] -2015-01-23 11:09:21 queue INFO >3 [430] -2015-01-23 11:09:21 sendUrl INFO 3 [429] -2015-01-23 11:09:21 sendUrl INFO 3 [430] -2015-01-23 11:10:10 queue INFO >>3 [431] -2015-01-23 11:10:11 sendUrl INFO 3 [431] -2015-01-23 11:11:01 queue INFO >>3 [432] -2015-01-23 11:11:01 sendUrl INFO 3 [432] -2015-01-23 11:11:13 queue INFO 7 [433] -2015-01-23 11:11:13 queue INFO >7 [434] -2015-01-23 11:11:13 sendUrl INFO 7 [433] -2015-01-23 11:11:14 sendUrl INFO 7 [434] -2015-01-23 11:11:14 queue INFO 3 [435] -2015-01-23 11:11:14 queue INFO >3 [436] -2015-01-23 11:11:15 sendUrl INFO 3 [435] -2015-01-23 11:11:15 sendUrl INFO 3 [436] -2015-01-23 11:12:04 queue INFO >>3 [437] -2015-01-23 11:12:04 sendUrl INFO 3 [437] -2015-01-23 11:12:54 queue INFO >>3 [438] -2015-01-23 11:12:55 sendUrl INFO 3 [438] -2015-01-23 11:13:07 queue INFO 7 [439] -2015-01-23 11:13:07 queue INFO >7 [440] -2015-01-23 11:13:07 sendUrl INFO 7 [439] -2015-01-23 11:13:07 sendUrl INFO 7 [440] -2015-01-23 11:13:08 queue INFO 3 [441] -2015-01-23 11:13:08 queue INFO >3 [442] -2015-01-23 11:13:08 sendUrl INFO 3 [441] -2015-01-23 11:13:09 sendUrl INFO 3 [442] -2015-01-23 11:13:58 queue INFO >>3 [443] -2015-01-23 11:13:59 sendUrl INFO 3 [443] -2015-01-23 11:14:48 queue INFO >>3 [444] -2015-01-23 11:14:49 sendUrl INFO 3 [444] -2015-01-23 11:15:00 queue INFO 7 [445] -2015-01-23 11:15:00 queue INFO >7 [446] -2015-01-23 11:15:01 sendUrl INFO 7 [445] -2015-01-23 11:15:01 sendUrl INFO 7 [446] -2015-01-23 11:15:02 queue INFO 3 [447] -2015-01-23 11:15:02 queue INFO >3 [448] -2015-01-23 11:15:02 sendUrl INFO 3 [447] -2015-01-23 11:15:03 sendUrl INFO 3 [448] -2015-01-23 11:15:52 queue INFO >>3 [449] -2015-01-23 11:15:52 sendUrl INFO 3 [449] -2015-01-23 11:16:42 queue INFO >>3 [450] -2015-01-23 11:16:42 sendUrl INFO 3 [450] -2015-01-23 11:16:54 queue INFO 7 [451] -2015-01-23 11:16:54 sendUrl INFO 7 [451] -2015-01-23 11:16:54 queue INFO >7 [452] -2015-01-23 11:16:54 sendUrl INFO 7 [452] -2015-01-23 11:16:55 queue INFO 3 [453] -2015-01-23 11:16:55 queue INFO >3 [454] -2015-01-23 11:16:55 sendUrl INFO 3 [453] -2015-01-23 11:16:56 sendUrl INFO 3 [454] -2015-01-23 11:17:45 queue INFO >>3 [455] -2015-01-23 11:17:46 sendUrl INFO 3 [455] -2015-01-23 11:18:36 queue INFO >>3 [456] -2015-01-23 11:18:36 sendUrl INFO 3 [456] -2015-01-23 11:18:47 queue INFO 7 [457] -2015-01-23 11:18:47 queue INFO >7 [458] -2015-01-23 11:18:48 sendUrl INFO 7 [457] -2015-01-23 11:18:48 sendUrl INFO 7 [458] -2015-01-23 11:18:49 queue INFO 3 [459] -2015-01-23 11:18:49 queue INFO >3 [460] -2015-01-23 11:18:49 sendUrl INFO 3 [459] -2015-01-23 11:18:50 sendUrl INFO 3 [460] -2015-01-23 11:19:39 queue INFO >>3 [461] -2015-01-23 11:19:39 sendUrl INFO 3 [461] -2015-01-23 11:20:29 queue INFO >>3 [462] -2015-01-23 11:20:29 sendUrl INFO 3 [462] -2015-01-23 11:20:41 queue INFO 7 [463] -2015-01-23 11:20:41 sendUrl INFO 7 [463] -2015-01-23 11:20:41 queue INFO >7 [464] -2015-01-23 11:20:42 sendUrl INFO 7 [464] -2015-01-23 11:20:42 queue INFO 3 [465] -2015-01-23 11:20:43 queue INFO >3 [466] -2015-01-23 11:20:43 sendUrl INFO 3 [465] -2015-01-23 11:20:43 sendUrl INFO 3 [466] -2015-01-23 11:21:32 queue INFO >>3 [467] -2015-01-23 11:21:33 sendUrl INFO 3 [467] -2015-01-23 11:22:23 queue INFO >>3 [468] -2015-01-23 11:22:23 sendUrl INFO 3 [468] -2015-01-23 11:22:35 queue INFO 7 [469] -2015-01-23 11:22:35 sendUrl INFO 7 [469] -2015-01-23 11:22:35 queue INFO >7 [470] -2015-01-23 11:22:35 sendUrl INFO 7 [470] -2015-01-23 11:22:36 queue INFO 3 [471] -2015-01-23 11:22:36 queue INFO >3 [472] -2015-01-23 11:22:36 sendUrl INFO 3 [471] -2015-01-23 11:22:37 sendUrl INFO 3 [472] -2015-01-23 11:23:26 queue INFO >>3 [473] -2015-01-23 11:23:27 sendUrl INFO 3 [473] -2015-01-23 11:24:16 queue INFO >>3 [474] -2015-01-23 11:24:16 sendUrl INFO 3 [474] -2015-01-23 11:24:29 queue INFO 7 [475] -2015-01-23 11:24:29 queue INFO >7 [476] -2015-01-23 11:24:29 sendUrl INFO 7 [475] -2015-01-23 11:24:30 sendUrl INFO 7 [476] -2015-01-23 11:24:30 queue INFO 3 [477] -2015-01-23 11:24:30 queue INFO >3 [478] -2015-01-23 11:24:31 sendUrl INFO 3 [477] -2015-01-23 11:24:31 sendUrl INFO 3 [478] -2015-01-23 11:25:20 queue INFO >>3 [479] -2015-01-23 11:25:20 sendUrl INFO 3 [479] -2015-01-23 11:26:10 queue INFO >>3 [480] -2015-01-23 11:26:11 sendUrl INFO 3 [480] -2015-01-23 11:26:22 queue INFO 7 [481] -2015-01-23 11:26:23 queue INFO >7 [482] -2015-01-23 11:26:23 sendUrl INFO 7 [481] -2015-01-23 11:26:23 sendUrl INFO 7 [482] -2015-01-23 11:26:24 queue INFO 3 [483] -2015-01-23 11:26:24 sendUrl INFO 3 [483] -2015-01-23 11:26:24 queue INFO >3 [484] -2015-01-23 11:26:24 sendUrl INFO 3 [484] -2015-01-23 11:27:14 queue INFO >>3 [485] -2015-01-23 11:27:14 sendUrl INFO 3 [485] -2015-01-23 11:28:04 queue INFO >>3 [486] -2015-01-23 11:28:05 sendUrl INFO 3 [486] -2015-01-23 11:28:16 queue INFO 7 [487] -2015-01-23 11:28:16 queue INFO >7 [488] -2015-01-23 11:28:16 sendUrl INFO 7 [487] -2015-01-23 11:28:17 sendUrl INFO 7 [488] -2015-01-23 11:28:17 queue INFO 3 [489] -2015-01-23 11:28:18 queue INFO >3 [490] -2015-01-23 11:28:18 sendUrl INFO 3 [489] -2015-01-23 11:28:18 sendUrl INFO 3 [490] -2015-01-23 11:29:07 queue INFO >>3 [491] -2015-01-23 11:29:08 sendUrl INFO 3 [491] -2015-01-23 11:29:58 queue INFO >>3 [492] -2015-01-23 11:29:58 sendUrl INFO 3 [492] -2015-01-23 11:30:09 queue INFO 7 [493] -2015-01-23 11:30:09 queue INFO >7 [494] -2015-01-23 11:30:09 sendUrl INFO 7 [493] -2015-01-23 11:30:10 sendUrl INFO 7 [494] -2015-01-23 11:30:11 queue INFO 3 [495] -2015-01-23 11:30:11 queue INFO >3 [496] -2015-01-23 11:30:11 sendUrl INFO 3 [495] -2015-01-23 11:30:11 sendUrl INFO 3 [496] -2015-01-23 11:31:01 queue INFO >>3 [497] -2015-01-23 11:31:01 sendUrl INFO 3 [497] -2015-01-23 11:31:51 queue INFO >>3 [498] -2015-01-23 11:31:51 sendUrl INFO 3 [498] -2015-01-23 11:32:03 queue INFO 7 [499] -2015-01-23 11:32:03 queue INFO >7 [500] -2015-01-23 11:32:03 sendUrl INFO 7 [499] -2015-01-23 11:32:04 sendUrl INFO 7 [500] -2015-01-23 11:32:04 queue INFO 3 [501] -2015-01-23 11:32:05 queue INFO >3 [502] -2015-01-23 11:32:05 sendUrl INFO 3 [501] -2015-01-23 11:32:05 sendUrl INFO 3 [502] -2015-01-23 11:32:55 queue INFO >>3 [503] -2015-01-23 11:32:55 sendUrl INFO 3 [503] -2015-01-23 11:33:45 queue INFO >>3 [504] -2015-01-23 11:33:45 sendUrl INFO 3 [504] -2015-01-23 11:33:57 queue INFO 7 [505] -2015-01-23 11:33:57 queue INFO >7 [506] -2015-01-23 11:33:57 sendUrl INFO 7 [505] -2015-01-23 11:33:58 sendUrl INFO 7 [506] -2015-01-23 11:33:58 queue INFO 3 [507] -2015-01-23 11:33:58 queue INFO >3 [508] -2015-01-23 11:33:59 sendUrl INFO 3 [507] -2015-01-23 11:33:59 sendUrl INFO 3 [508] -2015-01-23 11:34:48 queue INFO >>3 [509] -2015-01-23 11:34:48 sendUrl INFO 3 [509] -2015-01-23 11:35:38 queue INFO >>3 [510] -2015-01-23 11:35:39 sendUrl INFO 3 [510] -2015-01-23 11:35:51 queue INFO 7 [511] -2015-01-23 11:35:51 sendUrl INFO 7 [511] -2015-01-23 11:35:51 queue INFO >7 [512] -2015-01-23 11:35:51 sendUrl INFO 7 [512] -2015-01-23 11:35:52 queue INFO 3 [513] -2015-01-23 11:35:52 queue INFO >3 [514] -2015-01-23 11:35:52 sendUrl INFO 3 [513] -2015-01-23 11:35:53 sendUrl INFO 3 [514] -2015-01-23 11:36:42 queue INFO >>3 [515] -2015-01-23 11:36:43 sendUrl INFO 3 [515] -2015-01-23 11:37:32 queue INFO >>3 [516] -2015-01-23 11:37:33 sendUrl INFO 3 [516] -2015-01-23 11:37:44 queue INFO 7 [517] -2015-01-23 11:37:44 queue INFO >7 [518] -2015-01-23 11:37:45 sendUrl INFO 7 [517] -2015-01-23 11:37:45 sendUrl INFO 7 [518] -2015-01-23 11:37:46 queue INFO 3 [519] -2015-01-23 11:37:46 queue INFO >3 [520] -2015-01-23 11:37:46 sendUrl INFO 3 [519] -2015-01-23 11:37:47 sendUrl INFO 3 [520] -2015-01-23 11:38:36 queue INFO >>3 [521] -2015-01-23 11:38:36 sendUrl INFO 3 [521] -2015-01-23 11:39:26 queue INFO >>3 [522] -2015-01-23 11:39:26 sendUrl INFO 3 [522] -2015-01-23 11:39:38 queue INFO 7 [523] -2015-01-23 11:39:38 queue INFO >7 [524] -2015-01-23 11:39:38 sendUrl INFO 7 [523] -2015-01-23 11:39:39 sendUrl INFO 7 [524] -2015-01-23 11:39:39 queue INFO 3 [525] -2015-01-23 11:39:39 queue INFO >3 [526] -2015-01-23 11:39:40 sendUrl INFO 3 [525] -2015-01-23 11:39:40 sendUrl INFO 3 [526] -2015-01-23 11:40:29 queue INFO >>3 [527] -2015-01-23 11:40:30 sendUrl INFO 3 [527] -2015-01-23 11:41:19 queue INFO >>3 [528] -2015-01-23 11:41:20 sendUrl INFO 3 [528] -2015-01-23 11:41:31 queue INFO 7 [529] -2015-01-23 11:41:31 queue INFO >7 [530] -2015-01-23 11:41:32 sendUrl INFO 7 [529] -2015-01-23 11:41:32 sendUrl INFO 7 [530] -2015-01-23 11:41:33 queue INFO 3 [531] -2015-01-23 11:41:33 sendUrl INFO 3 [531] -2015-01-23 11:41:33 queue INFO >3 [532] -2015-01-23 11:41:33 sendUrl INFO 3 [532] -2015-01-23 11:42:23 queue INFO >>3 [533] -2015-01-23 11:42:23 sendUrl INFO 3 [533] -2015-01-23 11:43:13 queue INFO >>3 [534] -2015-01-23 11:43:13 sendUrl INFO 3 [534] -2015-01-23 11:43:25 queue INFO 7 [535] -2015-01-23 11:43:25 queue INFO >7 [536] -2015-01-23 11:43:26 sendUrl INFO 7 [535] -2015-01-23 11:43:26 sendUrl INFO 7 [536] -2015-01-23 11:43:26 queue INFO 3 [537] -2015-01-23 11:43:27 sendUrl INFO 3 [537] -2015-01-23 11:43:27 queue INFO >3 [538] -2015-01-23 11:43:27 sendUrl INFO 3 [538] -2015-01-23 11:44:17 queue INFO >>3 [539] -2015-01-23 11:44:17 sendUrl INFO 3 [539] -2015-01-23 11:45:07 queue INFO >>3 [540] -2015-01-23 11:45:07 sendUrl INFO 3 [540] -2015-01-23 11:45:19 queue INFO 7 [541] -2015-01-23 11:45:19 sendUrl INFO 7 [541] -2015-01-23 11:45:19 queue INFO >7 [542] -2015-01-23 11:45:19 sendUrl INFO 7 [542] -2015-01-23 11:45:20 queue INFO 3 [543] -2015-01-23 11:45:20 queue INFO >3 [544] -2015-01-23 11:45:20 sendUrl INFO 3 [543] -2015-01-23 11:45:21 sendUrl INFO 3 [544] -2015-01-23 11:46:10 queue INFO >>3 [545] -2015-01-23 11:46:11 sendUrl INFO 3 [545] -2015-01-23 11:47:00 queue INFO >>3 [546] -2015-01-23 11:47:01 sendUrl INFO 3 [546] -2015-01-23 11:47:13 queue INFO 7 [547] -2015-01-23 11:47:13 queue INFO >7 [548] -2015-01-23 11:47:13 sendUrl INFO 7 [547] -2015-01-23 11:47:14 sendUrl INFO 7 [548] -2015-01-23 11:47:14 queue INFO 3 [549] -2015-01-23 11:47:14 queue INFO >3 [550] -2015-01-23 11:47:15 sendUrl INFO 3 [549] -2015-01-23 11:47:15 sendUrl INFO 3 [550] -2015-01-23 11:48:04 queue INFO >>3 [551] -2015-01-23 11:48:04 sendUrl INFO 3 [551] -2015-01-23 11:48:54 queue INFO >>3 [552] -2015-01-23 11:48:55 sendUrl INFO 3 [552] -2015-01-23 11:49:06 queue INFO 7 [553] -2015-01-23 11:49:06 sendUrl INFO 7 [553] -2015-01-23 11:49:07 queue INFO >7 [554] -2015-01-23 11:49:07 sendUrl INFO 7 [554] -2015-01-23 11:49:08 queue INFO 3 [555] -2015-01-23 11:49:08 queue INFO >3 [556] -2015-01-23 11:49:08 sendUrl INFO 3 [555] -2015-01-23 11:49:08 sendUrl INFO 3 [556] -2015-01-23 11:49:58 queue INFO >>3 [557] -2015-01-23 11:49:58 sendUrl INFO 3 [557] -2015-01-23 11:50:48 queue INFO >>3 [558] -2015-01-23 11:50:48 sendUrl INFO 3 [558] -2015-01-23 11:51:00 queue INFO 7 [559] -2015-01-23 11:51:00 queue INFO >7 [560] -2015-01-23 11:51:00 sendUrl INFO 7 [559] -2015-01-23 11:51:01 sendUrl INFO 7 [560] -2015-01-23 11:51:01 queue INFO 3 [561] -2015-01-23 11:51:01 queue INFO >3 [562] -2015-01-23 11:51:02 sendUrl INFO 3 [561] -2015-01-23 11:51:02 sendUrl INFO 3 [562] -2015-01-23 11:51:51 queue INFO >>3 [563] -2015-01-23 11:51:52 sendUrl INFO 3 [563] -2015-01-23 11:52:42 queue INFO >>3 [564] -2015-01-23 11:52:42 sendUrl INFO 3 [564] -2015-01-23 11:52:53 queue INFO 7 [565] -2015-01-23 11:52:53 queue INFO >7 [566] -2015-01-23 11:52:54 sendUrl INFO 7 [565] -2015-01-23 11:52:54 sendUrl INFO 7 [566] -2015-01-23 11:52:55 queue INFO 3 [567] -2015-01-23 11:52:55 queue INFO >3 [568] -2015-01-23 11:52:55 sendUrl INFO 3 [567] -2015-01-23 11:52:56 sendUrl INFO 3 [568] -2015-01-23 11:53:45 queue INFO >>3 [569] -2015-01-23 11:53:45 sendUrl INFO 3 [569] -2015-01-23 11:54:35 queue INFO >>3 [570] -2015-01-23 11:54:35 sendUrl INFO 3 [570] -2015-01-23 11:54:47 queue INFO 7 [571] -2015-01-23 11:54:47 queue INFO >7 [572] -2015-01-23 11:54:47 sendUrl INFO 7 [571] -2015-01-23 11:54:48 sendUrl INFO 7 [572] -2015-01-23 11:54:48 queue INFO 3 [573] -2015-01-23 11:54:49 queue INFO >3 [574] -2015-01-23 11:54:49 sendUrl INFO 3 [573] -2015-01-23 11:54:49 sendUrl INFO 3 [574] -2015-01-23 11:55:38 queue INFO >>3 [575] -2015-01-23 11:55:39 sendUrl INFO 3 [575] -2015-01-23 11:56:29 queue INFO >>3 [576] -2015-01-23 11:56:29 sendUrl INFO 3 [576] -2015-01-23 11:56:41 queue INFO 7 [577] -2015-01-23 11:56:41 queue INFO >7 [578] -2015-01-23 11:56:41 sendUrl INFO 7 [577] -2015-01-23 11:56:42 sendUrl INFO 7 [578] -2015-01-23 11:56:42 queue INFO 3 [579] -2015-01-23 11:56:42 queue INFO >3 [580] -2015-01-23 11:56:43 sendUrl INFO 3 [579] -2015-01-23 11:56:43 sendUrl INFO 3 [580] -2015-01-23 11:57:32 queue INFO >>3 [581] -2015-01-23 11:57:32 sendUrl INFO 3 [581] -2015-01-23 11:58:22 queue INFO >>3 [582] -2015-01-23 11:58:23 sendUrl INFO 3 [582] -2015-01-23 11:58:35 queue INFO 7 [583] -2015-01-23 11:58:35 queue INFO >7 [584] -2015-01-23 11:58:35 sendUrl INFO 7 [583] -2015-01-23 11:58:35 sendUrl INFO 7 [584] -2015-01-23 11:58:36 queue INFO 3 [585] -2015-01-23 11:58:36 sendUrl INFO 3 [585] -2015-01-23 11:58:36 queue INFO >3 [586] -2015-01-23 11:58:37 sendUrl INFO 3 [586] -2015-01-23 11:59:26 queue INFO >>3 [587] -2015-01-23 11:59:27 sendUrl INFO 3 [587] -2015-01-23 12:00:17 queue INFO >>3 [588] -2015-01-23 12:00:17 sendUrl INFO 3 [588] -2015-01-23 12:00:28 queue INFO 7 [589] -2015-01-23 12:00:29 queue INFO >7 [590] -2015-01-23 12:00:29 sendUrl INFO 7 [589] -2015-01-23 12:00:29 sendUrl INFO 7 [590] -2015-01-23 12:00:30 queue INFO 3 [591] -2015-01-23 12:00:30 queue INFO >3 [592] -2015-01-23 12:00:30 sendUrl INFO 3 [591] -2015-01-23 12:00:31 sendUrl INFO 3 [592] -2015-01-23 12:00:32 queue INFO 83 [593] -2015-01-23 12:00:32 queue INFO >83 [594] -2015-01-23 12:00:32 program ERROR IOB offline -2015-01-23 12:00:33 program INFO IOB ONLINE! -2015-01-23 12:00:33 sendUrl INFO 83 [593] -2015-01-23 12:00:34 program ERROR IOB offline -2015-01-23 12:00:34 program INFO IOB ONLINE! -2015-01-23 12:00:34 sendUrl INFO 83 [594] -2015-01-23 12:01:22 queue INFO >>83 [595] -2015-01-23 12:01:23 sendUrl INFO 83 [595] -2015-01-23 12:02:12 queue INFO >>83 [596] -2015-01-23 12:02:12 sendUrl INFO 83 [596] -2015-01-23 12:03:02 queue INFO >>83 [597] -2015-01-23 12:03:03 sendUrl INFO 83 [597] -2015-01-23 12:03:52 queue INFO >>83 [598] -2015-01-23 12:03:53 sendUrl INFO 83 [598] -2015-01-23 12:04:12 queue INFO 81 [599] -2015-01-23 12:04:12 queue INFO >81 [600] -2015-01-23 12:04:12 sendUrl INFO 81 [599] -2015-01-23 12:04:13 sendUrl INFO 81 [600] -2015-01-23 12:05:02 queue INFO >>81 [601] -2015-01-23 12:05:03 sendUrl INFO 81 [601] -2015-01-23 12:05:06 queue INFO 1 [602] -2015-01-23 12:05:06 queue INFO >1 [603] -2015-01-23 12:05:06 sendUrl INFO 1 [602] -2015-01-23 12:05:07 sendUrl INFO 1 [603] -2015-01-23 12:05:56 queue INFO >>1 [604] -2015-01-23 12:05:56 sendUrl INFO 1 [604] -2015-01-23 12:06:46 queue INFO >>1 [605] -2015-01-23 12:06:46 sendUrl INFO 1 [605] -2015-01-23 12:07:36 queue INFO >>1 [606] -2015-01-23 12:07:37 sendUrl INFO 1 [606] -2015-01-23 12:08:26 queue INFO >>1 [607] -2015-01-23 12:08:27 sendUrl INFO 1 [607] -2015-01-23 12:08:42 queue INFO 5 [608] -2015-01-23 12:08:43 queue INFO >5 [609] -2015-01-23 12:08:43 sendUrl INFO 5 [608] -2015-01-23 12:08:44 sendUrl INFO 5 [609] -2015-01-23 12:08:44 queue INFO 1 [610] -2015-01-23 12:08:44 queue INFO >1 [611] -2015-01-23 12:08:45 sendUrl INFO 1 [610] -2015-01-23 12:08:45 queue INFO 3 [612] -2015-01-23 12:08:45 queue INFO >3 [613] -2015-01-23 12:08:45 sendUrl INFO 1 [611] -2015-01-23 12:08:46 sendUrl INFO 3 [612] -2015-01-23 12:08:46 sendUrl INFO 3 [613] -2015-01-23 12:09:35 queue INFO >>3 [614] -2015-01-23 12:09:35 sendUrl INFO 3 [614] -2015-01-23 12:10:25 queue INFO >>3 [615] -2015-01-23 12:10:25 sendUrl INFO 3 [615] -2015-01-23 12:10:36 queue INFO 7 [616] -2015-01-23 12:10:36 queue INFO >7 [617] -2015-01-23 12:10:36 sendUrl INFO 7 [616] -2015-01-23 12:10:37 sendUrl INFO 7 [617] -2015-01-23 12:10:38 queue INFO 3 [618] -2015-01-23 12:10:38 sendUrl INFO 3 [618] -2015-01-23 12:10:38 queue INFO >3 [619] -2015-01-23 12:10:38 sendUrl INFO 3 [619] -2015-01-23 12:11:28 queue INFO >>3 [620] -2015-01-23 12:11:28 sendUrl INFO 3 [620] -2015-01-23 12:12:18 queue INFO >>3 [621] -2015-01-23 12:12:19 sendUrl INFO 3 [621] -2015-01-23 12:12:30 queue INFO 7 [622] -2015-01-23 12:12:30 queue INFO >7 [623] -2015-01-23 12:12:30 sendUrl INFO 7 [622] -2015-01-23 12:12:31 sendUrl INFO 7 [623] -2015-01-23 12:12:31 queue INFO 3 [624] -2015-01-23 12:12:31 sendUrl INFO 3 [624] -2015-01-23 12:12:31 queue INFO >3 [625] -2015-01-23 12:12:32 sendUrl INFO 3 [625] -2015-01-23 12:13:21 queue INFO >>3 [626] -2015-01-23 12:13:21 sendUrl INFO 3 [626] -2015-01-23 12:14:11 queue INFO >>3 [627] -2015-01-23 12:14:12 sendUrl INFO 3 [627] -2015-01-23 12:14:23 queue INFO 7 [628] -2015-01-23 12:14:23 queue INFO >7 [629] -2015-01-23 12:14:23 sendUrl INFO 7 [628] -2015-01-23 12:14:24 sendUrl INFO 7 [629] -2015-01-23 12:14:25 queue INFO 3 [630] -2015-01-23 12:14:25 sendUrl INFO 3 [630] -2015-01-23 12:14:25 queue INFO >3 [631] -2015-01-23 12:14:25 sendUrl INFO 3 [631] -2015-01-23 12:15:15 queue INFO >>3 [632] -2015-01-23 12:15:15 sendUrl INFO 3 [632] -2015-01-23 12:16:05 queue INFO >>3 [633] -2015-01-23 12:16:06 sendUrl INFO 3 [633] -2015-01-23 12:16:17 queue INFO 7 [634] -2015-01-23 12:16:17 queue INFO >7 [635] -2015-01-23 12:16:17 sendUrl INFO 7 [634] -2015-01-23 12:16:18 sendUrl INFO 7 [635] -2015-01-23 12:16:18 queue INFO 3 [636] -2015-01-23 12:16:19 queue INFO >3 [637] -2015-01-23 12:16:19 sendUrl INFO 3 [636] -2015-01-23 12:16:19 sendUrl INFO 3 [637] -2015-01-23 12:17:09 queue INFO >>3 [638] -2015-01-23 12:17:09 sendUrl INFO 3 [638] -2015-01-23 12:17:59 queue INFO >>3 [639] -2015-01-23 12:17:59 sendUrl INFO 3 [639] -2015-01-23 12:18:11 queue INFO 7 [640] -2015-01-23 12:18:11 queue INFO >7 [641] -2015-01-23 12:18:11 sendUrl INFO 7 [640] -2015-01-23 12:18:12 sendUrl INFO 7 [641] -2015-01-23 12:18:12 queue INFO 3 [642] -2015-01-23 12:18:13 queue INFO >3 [643] -2015-01-23 12:18:13 sendUrl INFO 3 [642] -2015-01-23 12:18:14 sendUrl INFO 3 [643] -2015-01-23 12:19:03 queue INFO >>3 [644] -2015-01-23 12:19:03 sendUrl INFO 3 [644] -2015-01-23 12:19:53 queue INFO >>3 [645] -2015-01-23 12:19:53 sendUrl INFO 3 [645] -2015-01-23 12:20:05 queue INFO 7 [646] -2015-01-23 12:20:05 queue INFO >7 [647] -2015-01-23 12:20:05 sendUrl INFO 7 [646] -2015-01-23 12:20:05 sendUrl INFO 7 [647] -2015-01-23 12:20:06 queue INFO 3 [648] -2015-01-23 12:20:06 queue INFO >3 [649] -2015-01-23 12:20:06 sendUrl INFO 3 [648] -2015-01-23 12:20:07 sendUrl INFO 3 [649] -2015-01-23 12:20:56 queue INFO >>3 [650] -2015-01-23 12:20:57 sendUrl INFO 3 [650] -2015-01-23 12:21:46 queue INFO >>3 [651] -2015-01-23 12:21:46 sendUrl INFO 3 [651] -2015-01-23 12:21:58 queue INFO 7 [652] -2015-01-23 12:21:58 queue INFO >7 [653] -2015-01-23 12:21:59 sendUrl INFO 7 [652] -2015-01-23 12:21:59 sendUrl INFO 7 [653] -2015-01-23 12:22:00 queue INFO 3 [654] -2015-01-23 12:22:00 queue INFO >3 [655] -2015-01-23 12:22:00 sendUrl INFO 3 [654] -2015-01-23 12:22:01 sendUrl INFO 3 [655] -2015-01-23 12:22:50 queue INFO >>3 [656] -2015-01-23 12:22:50 sendUrl INFO 3 [656] -2015-01-23 12:23:40 queue INFO >>3 [657] -2015-01-23 12:23:40 sendUrl INFO 3 [657] -2015-01-23 12:23:51 queue INFO 7 [658] -2015-01-23 12:23:52 queue INFO >7 [659] -2015-01-23 12:23:52 sendUrl INFO 7 [658] -2015-01-23 12:23:52 sendUrl INFO 7 [659] -2015-01-23 12:23:53 queue INFO 3 [660] -2015-01-23 12:23:53 queue INFO >3 [661] -2015-01-23 12:23:53 sendUrl INFO 3 [660] -2015-01-23 12:23:54 sendUrl INFO 3 [661] -2015-01-23 12:24:43 queue INFO >>3 [662] -2015-01-23 12:24:44 sendUrl INFO 3 [662] -2015-01-23 12:25:33 queue INFO >>3 [663] -2015-01-23 12:25:34 sendUrl INFO 3 [663] -2015-01-23 12:25:45 queue INFO 7 [664] -2015-01-23 12:25:45 queue INFO >7 [665] -2015-01-23 12:25:46 sendUrl INFO 7 [664] -2015-01-23 12:25:46 sendUrl INFO 7 [665] -2015-01-23 12:25:47 queue INFO 3 [666] -2015-01-23 12:25:47 queue INFO >3 [667] -2015-01-23 12:25:47 sendUrl INFO 3 [666] -2015-01-23 12:25:48 sendUrl INFO 3 [667] -2015-01-23 12:26:37 queue INFO >>3 [668] -2015-01-23 12:26:37 sendUrl INFO 3 [668] -2015-01-23 12:27:27 queue INFO >>3 [669] -2015-01-23 12:27:27 sendUrl INFO 3 [669] -2015-01-23 12:27:39 queue INFO 7 [670] -2015-01-23 12:27:39 queue INFO >7 [671] -2015-01-23 12:27:39 sendUrl INFO 7 [670] -2015-01-23 12:27:40 sendUrl INFO 7 [671] -2015-01-23 12:27:40 queue INFO 3 [672] -2015-01-23 12:27:41 queue INFO >3 [673] -2015-01-23 12:27:41 sendUrl INFO 3 [672] -2015-01-23 12:27:41 sendUrl INFO 3 [673] -2015-01-23 12:28:31 queue INFO >>3 [674] -2015-01-23 12:28:31 sendUrl INFO 3 [674] -2015-01-23 12:29:21 queue INFO >>3 [675] -2015-01-23 12:29:21 sendUrl INFO 3 [675] -2015-01-23 12:29:33 queue INFO 7 [676] -2015-01-23 12:29:33 queue INFO >7 [677] -2015-01-23 12:29:33 sendUrl INFO 7 [676] -2015-01-23 12:29:34 sendUrl INFO 7 [677] -2015-01-23 12:29:35 queue INFO 3 [678] -2015-01-23 12:29:35 queue INFO >3 [679] -2015-01-23 12:29:35 sendUrl INFO 3 [678] -2015-01-23 12:29:35 sendUrl INFO 3 [679] -2015-01-23 12:30:25 queue INFO >>3 [680] -2015-01-23 12:30:25 sendUrl INFO 3 [680] -2015-01-23 12:31:15 queue INFO >>3 [681] -2015-01-23 12:31:15 sendUrl INFO 3 [681] -2015-01-23 12:31:26 queue INFO 7 [682] -2015-01-23 12:31:27 queue INFO >7 [683] -2015-01-23 12:31:27 sendUrl INFO 7 [682] -2015-01-23 12:31:27 sendUrl INFO 7 [683] -2015-01-23 12:31:28 queue INFO 3 [684] -2015-01-23 12:31:28 queue INFO >3 [685] -2015-01-23 12:31:29 sendUrl INFO 3 [684] -2015-01-23 12:31:29 sendUrl INFO 3 [685] -2015-01-23 12:32:18 queue INFO >>3 [686] -2015-01-23 12:32:18 sendUrl INFO 3 [686] -2015-01-23 12:33:08 queue INFO >>3 [687] -2015-01-23 12:33:09 sendUrl INFO 3 [687] -2015-01-23 12:33:20 queue INFO 7 [688] -2015-01-23 12:33:20 queue INFO >7 [689] -2015-01-23 12:33:20 sendUrl INFO 7 [688] -2015-01-23 12:33:21 sendUrl INFO 7 [689] -2015-01-23 12:33:22 queue INFO 3 [690] -2015-01-23 12:33:22 sendUrl INFO 3 [690] -2015-01-23 12:33:22 queue INFO >3 [691] -2015-01-23 12:33:22 sendUrl INFO 3 [691] -2015-01-23 12:34:12 queue INFO >>3 [692] -2015-01-23 12:34:12 sendUrl INFO 3 [692] -2015-01-23 12:35:02 queue INFO >>3 [693] -2015-01-23 12:35:02 sendUrl INFO 3 [693] -2015-01-23 12:35:14 queue INFO 7 [694] -2015-01-23 12:35:14 queue INFO >7 [695] -2015-01-23 12:35:14 sendUrl INFO 7 [694] -2015-01-23 12:35:15 sendUrl INFO 7 [695] -2015-01-23 12:35:15 queue INFO 3 [696] -2015-01-23 12:35:15 sendUrl INFO 3 [696] -2015-01-23 12:35:15 queue INFO >3 [697] -2015-01-23 12:35:16 sendUrl INFO 3 [697] -2015-01-23 12:36:05 queue INFO >>3 [698] -2015-01-23 12:36:05 sendUrl INFO 3 [698] -2015-01-23 12:36:55 queue INFO >>3 [699] -2015-01-23 12:36:56 sendUrl INFO 3 [699] -2015-01-23 12:37:07 queue INFO 7 [700] -2015-01-23 12:37:07 queue INFO >7 [701] -2015-01-23 12:37:08 sendUrl INFO 7 [700] -2015-01-23 12:37:08 sendUrl INFO 7 [701] -2015-01-23 12:37:09 queue INFO 3 [702] -2015-01-23 12:37:09 sendUrl INFO 3 [702] -2015-01-23 12:37:09 queue INFO >3 [703] -2015-01-23 12:37:09 sendUrl INFO 3 [703] -2015-01-23 12:37:59 queue INFO >>3 [704] -2015-01-23 12:37:59 sendUrl INFO 3 [704] -2015-01-23 12:38:49 queue INFO >>3 [705] -2015-01-23 12:38:50 sendUrl INFO 3 [705] -2015-01-23 12:39:01 queue INFO 7 [706] -2015-01-23 12:39:01 queue INFO >7 [707] -2015-01-23 12:39:01 sendUrl INFO 7 [706] -2015-01-23 12:39:02 sendUrl INFO 7 [707] -2015-01-23 12:39:02 queue INFO 3 [708] -2015-01-23 12:39:03 queue INFO >3 [709] -2015-01-23 12:39:03 sendUrl INFO 3 [708] -2015-01-23 12:39:03 sendUrl INFO 3 [709] -2015-01-23 12:39:53 queue INFO >>3 [710] -2015-01-23 12:39:53 sendUrl INFO 3 [710] -2015-01-23 12:40:43 queue INFO >>3 [711] -2015-01-23 12:40:43 sendUrl INFO 3 [711] -2015-01-23 12:40:55 queue INFO 7 [712] -2015-01-23 12:40:55 queue INFO >7 [713] -2015-01-23 12:40:55 sendUrl INFO 7 [712] -2015-01-23 12:40:56 sendUrl INFO 7 [713] -2015-01-23 12:40:56 queue INFO 3 [714] -2015-01-23 12:40:57 queue INFO >3 [715] -2015-01-23 12:40:57 sendUrl INFO 3 [714] -2015-01-23 12:40:57 sendUrl INFO 3 [715] -2015-01-23 12:41:17 queue INFO 1 [716] -2015-01-23 12:41:17 queue INFO >1 [717] -2015-01-23 12:41:18 sendUrl INFO 1 [716] -2015-01-23 12:41:18 sendUrl INFO 1 [717] -2015-01-23 12:42:07 queue INFO >>1 [718] -2015-01-23 12:42:07 sendUrl INFO 1 [718] -2015-01-23 12:42:25 queue INFO 81 [719] -2015-01-23 12:42:25 queue INFO >81 [720] -2015-01-23 12:42:26 sendUrl INFO 81 [719] -2015-01-23 12:42:26 sendUrl INFO 81 [720] -2015-01-23 12:42:31 queue INFO 1 [721] -2015-01-23 12:42:31 queue INFO >1 [722] -2015-01-23 12:42:31 sendUrl INFO 1 [721] -2015-01-23 12:42:32 sendUrl INFO 1 [722] -2015-01-23 12:43:21 queue INFO >>1 [723] -2015-01-23 12:43:21 sendUrl INFO 1 [723] -2015-01-23 12:44:11 queue INFO >>1 [724] -2015-01-23 12:44:11 sendUrl INFO 1 [724] -2015-01-23 12:44:18 queue INFO 21 [725] -2015-01-23 12:44:18 sendUrl INFO 21 [725] -2015-01-23 12:44:18 queue INFO >21 [726] -2015-01-23 12:44:19 sendUrl INFO 21 [726] -2015-01-23 12:45:08 queue INFO >>21 [727] -2015-01-23 12:45:09 sendUrl INFO 21 [727] -2015-01-23 12:45:59 queue INFO >>21 [728] -2015-01-23 12:45:59 sendUrl INFO 21 [728] -2015-01-23 12:46:49 queue INFO >>21 [729] -2015-01-23 12:46:49 sendUrl INFO 21 [729] -2015-01-23 12:47:39 queue INFO >>21 [730] -2015-01-23 12:47:39 sendUrl INFO 21 [730] -2015-01-23 12:48:29 queue INFO >>21 [731] -2015-01-23 12:48:30 sendUrl INFO 21 [731] -2015-01-23 12:49:19 queue INFO >>21 [732] -2015-01-23 12:49:19 sendUrl INFO 21 [732] -2015-01-23 12:50:09 queue INFO >>21 [733] -2015-01-23 12:50:10 sendUrl INFO 21 [733] -2015-01-23 12:50:59 queue INFO >>21 [734] -2015-01-23 12:51:00 sendUrl INFO 21 [734] -2015-01-23 12:51:50 queue INFO >>21 [735] -2015-01-23 12:51:50 sendUrl INFO 21 [735] -2015-01-23 12:52:40 queue INFO >>21 [736] -2015-01-23 12:52:40 sendUrl INFO 21 [736] -2015-01-23 12:53:30 queue INFO >>21 [737] -2015-01-23 12:53:30 sendUrl INFO 21 [737] -2015-01-23 12:54:20 queue INFO >>21 [738] -2015-01-23 12:54:20 sendUrl INFO 21 [738] -2015-01-23 12:55:10 queue INFO >>21 [739] -2015-01-23 12:55:10 sendUrl INFO 21 [739] -2015-01-23 12:56:00 queue INFO >>21 [740] -2015-01-23 12:56:01 sendUrl INFO 21 [740] -2015-01-23 12:56:50 queue INFO >>21 [741] -2015-01-23 12:56:50 sendUrl INFO 21 [741] -2015-01-23 12:57:40 queue INFO >>21 [742] -2015-01-23 12:57:41 sendUrl INFO 21 [742] -2015-01-23 12:58:31 queue INFO >>21 [743] -2015-01-23 12:58:31 sendUrl INFO 21 [743] -2015-01-23 12:59:21 queue INFO >>21 [744] -2015-01-23 12:59:21 sendUrl INFO 21 [744] -2015-01-23 13:00:11 queue INFO >>21 [745] -2015-01-23 13:00:11 sendUrl INFO 21 [745] -2015-01-23 13:01:01 queue INFO >>21 [746] -2015-01-23 13:01:02 sendUrl INFO 21 [746] -2015-01-23 13:01:51 queue INFO >>21 [747] -2015-01-23 13:01:51 sendUrl INFO 21 [747] -2015-01-23 13:02:41 queue INFO >>21 [748] -2015-01-23 13:02:42 sendUrl INFO 21 [748] -2015-01-23 13:03:32 queue INFO >>21 [749] -2015-01-23 13:03:32 sendUrl INFO 21 [749] -2015-01-23 13:04:22 queue INFO >>21 [750] -2015-01-23 13:04:22 sendUrl INFO 21 [750] -2015-01-23 13:05:12 queue INFO >>21 [751] -2015-01-23 13:05:12 sendUrl INFO 21 [751] -2015-01-23 13:06:02 queue INFO >>21 [752] -2015-01-23 13:06:02 sendUrl INFO 21 [752] -2015-01-23 13:06:52 queue INFO >>21 [753] -2015-01-23 13:06:53 sendUrl INFO 21 [753] -2015-01-23 13:07:42 queue INFO >>21 [754] -2015-01-23 13:07:42 sendUrl INFO 21 [754] -2015-01-23 13:08:32 queue INFO >>21 [755] -2015-01-23 13:08:33 sendUrl INFO 21 [755] -2015-01-23 13:09:23 queue INFO >>21 [756] -2015-01-23 13:09:23 sendUrl INFO 21 [756] -2015-01-23 13:10:13 queue INFO >>21 [757] -2015-01-23 13:10:13 sendUrl INFO 21 [757] -2015-01-23 13:11:03 queue INFO >>21 [758] -2015-01-23 13:11:03 sendUrl INFO 21 [758] -2015-01-23 13:11:53 queue INFO >>21 [759] -2015-01-23 13:11:54 sendUrl INFO 21 [759] -2015-01-23 13:12:43 queue INFO >>21 [760] -2015-01-23 13:12:43 sendUrl INFO 21 [760] -2015-01-23 13:13:33 queue INFO >>21 [761] -2015-01-23 13:13:34 sendUrl INFO 21 [761] -2015-01-23 13:14:24 queue INFO >>21 [762] -2015-01-23 13:14:24 sendUrl INFO 21 [762] -2015-01-23 13:15:14 queue INFO >>21 [763] -2015-01-23 13:15:14 sendUrl INFO 21 [763] -2015-01-23 13:16:04 queue INFO >>21 [764] -2015-01-23 13:16:04 sendUrl INFO 21 [764] -2015-01-23 13:16:54 queue INFO >>21 [765] -2015-01-23 13:16:54 sendUrl INFO 21 [765] -2015-01-23 13:17:44 queue INFO >>21 [766] -2015-01-23 13:17:44 sendUrl INFO 21 [766] -2015-01-23 13:18:34 queue INFO >>21 [767] -2015-01-23 13:18:35 sendUrl INFO 21 [767] -2015-01-23 13:19:24 queue INFO >>21 [768] -2015-01-23 13:19:25 sendUrl INFO 21 [768] -2015-01-23 13:20:15 queue INFO >>21 [769] -2015-01-23 13:20:15 sendUrl INFO 21 [769] -2015-01-23 13:21:05 queue INFO >>21 [770] -2015-01-23 13:21:05 sendUrl INFO 21 [770] -2015-01-23 13:21:55 queue INFO >>21 [771] -2015-01-23 13:21:55 sendUrl INFO 21 [771] -2015-01-23 13:22:45 queue INFO >>21 [772] -2015-01-23 13:22:46 sendUrl INFO 21 [772] -2015-01-23 13:23:35 queue INFO >>21 [773] -2015-01-23 13:23:35 sendUrl INFO 21 [773] -2015-01-23 13:24:25 queue INFO >>21 [774] -2015-01-23 13:24:26 sendUrl INFO 21 [774] -2015-01-23 13:25:15 queue INFO >>21 [775] -2015-01-23 13:25:16 sendUrl INFO 21 [775] -2015-01-23 13:26:06 queue INFO >>21 [776] -2015-01-23 13:26:06 sendUrl INFO 21 [776] -2015-01-23 13:26:56 queue INFO >>21 [777] -2015-01-23 13:26:56 sendUrl INFO 21 [777] -2015-01-23 13:27:46 queue INFO >>21 [778] -2015-01-23 13:27:46 sendUrl INFO 21 [778] -2015-01-23 13:28:36 queue INFO >>21 [779] -2015-01-23 13:28:36 sendUrl INFO 21 [779] -2015-01-23 13:29:26 queue INFO >>21 [780] -2015-01-23 13:29:27 sendUrl INFO 21 [780] -2015-01-23 13:30:16 queue INFO >>21 [781] -2015-01-23 13:30:17 sendUrl INFO 21 [781] -2015-01-23 13:31:07 queue INFO >>21 [782] -2015-01-23 13:31:07 sendUrl INFO 21 [782] -2015-01-23 13:31:57 queue INFO >>21 [783] -2015-01-23 13:31:57 sendUrl INFO 21 [783] -2015-01-23 13:32:47 queue INFO >>21 [784] -2015-01-23 13:32:47 sendUrl INFO 21 [784] -2015-01-23 13:33:37 queue INFO >>21 [785] -2015-01-23 13:33:38 sendUrl INFO 21 [785] -2015-01-23 13:34:27 queue INFO >>21 [786] -2015-01-23 13:34:27 sendUrl INFO 21 [786] -2015-01-23 13:35:17 queue INFO >>21 [787] -2015-01-23 13:35:18 sendUrl INFO 21 [787] -2015-01-23 13:36:07 queue INFO >>21 [788] -2015-01-23 13:36:08 sendUrl INFO 21 [788] -2015-01-23 13:36:58 queue INFO >>21 [789] -2015-01-23 13:36:58 sendUrl INFO 21 [789] -2015-01-23 13:37:48 queue INFO >>21 [790] -2015-01-23 13:37:48 sendUrl INFO 21 [790] -2015-01-23 13:38:38 queue INFO >>21 [791] -2015-01-23 13:38:38 sendUrl INFO 21 [791] -2015-01-23 13:39:28 queue INFO >>21 [792] -2015-01-23 13:39:28 sendUrl INFO 21 [792] -2015-01-23 13:40:18 queue INFO >>21 [793] -2015-01-23 13:40:19 sendUrl INFO 21 [793] -2015-01-23 13:41:08 queue INFO >>21 [794] -2015-01-23 13:41:09 sendUrl INFO 21 [794] -2015-01-23 13:41:59 queue INFO >>21 [795] -2015-01-23 13:41:59 sendUrl INFO 21 [795] -2015-01-23 13:42:49 queue INFO >>21 [796] -2015-01-23 13:42:49 sendUrl INFO 21 [796] -2015-01-23 13:43:39 queue INFO >>21 [797] -2015-01-23 13:43:39 sendUrl INFO 21 [797] -2015-01-23 13:44:29 queue INFO >>21 [798] -2015-01-23 13:44:29 sendUrl INFO 21 [798] -2015-01-23 13:45:19 queue INFO >>21 [799] -2015-01-23 13:45:19 sendUrl INFO 21 [799] -2015-01-23 13:46:09 queue INFO >>21 [800] -2015-01-23 13:46:10 sendUrl INFO 21 [800] -2015-01-23 13:47:00 queue INFO >>21 [801] -2015-01-23 13:47:00 sendUrl INFO 21 [801] -2015-01-23 13:47:50 queue INFO >>21 [802] -2015-01-23 13:47:50 sendUrl INFO 21 [802] -2015-01-23 13:48:40 queue INFO >>21 [803] -2015-01-23 13:48:40 sendUrl INFO 21 [803] -2015-01-23 13:49:30 queue INFO >>21 [804] -2015-01-23 13:49:31 sendUrl INFO 21 [804] -2015-01-23 13:50:20 queue INFO >>21 [805] -2015-01-23 13:50:20 sendUrl INFO 21 [805] -2015-01-23 13:51:10 queue INFO >>21 [806] -2015-01-23 13:51:11 sendUrl INFO 21 [806] -2015-01-23 13:52:00 queue INFO >>21 [807] -2015-01-23 13:52:01 sendUrl INFO 21 [807] -2015-01-23 13:52:51 queue INFO >>21 [808] -2015-01-23 13:52:51 sendUrl INFO 21 [808] -2015-01-23 13:53:41 queue INFO >>21 [809] -2015-01-23 13:53:41 sendUrl INFO 21 [809] -2015-01-23 13:54:31 queue INFO >>21 [810] -2015-01-23 13:54:31 sendUrl INFO 21 [810] -2015-01-23 13:55:21 queue INFO >>21 [811] -2015-01-23 13:55:21 sendUrl INFO 21 [811] -2015-01-23 13:56:11 queue INFO >>21 [812] -2015-01-23 13:56:12 sendUrl INFO 21 [812] -2015-01-23 13:57:01 queue INFO >>21 [813] -2015-01-23 13:57:02 sendUrl INFO 21 [813] -2015-01-23 13:57:52 queue INFO >>21 [814] -2015-01-23 13:57:52 sendUrl INFO 21 [814] -2015-01-23 13:58:42 queue INFO >>21 [815] -2015-01-23 13:58:42 sendUrl INFO 21 [815] -2015-01-23 13:59:32 queue INFO >>21 [816] -2015-01-23 13:59:32 sendUrl INFO 21 [816] -2015-01-23 14:00:22 queue INFO >>21 [817] -2015-01-23 14:00:23 sendUrl INFO 21 [817] -2015-01-23 14:01:12 queue INFO >>21 [818] -2015-01-23 14:01:12 sendUrl INFO 21 [818] -2015-01-23 14:02:02 queue INFO >>21 [819] -2015-01-23 14:02:03 sendUrl INFO 21 [819] -2015-01-23 14:02:52 queue INFO >>21 [820] -2015-01-23 14:02:53 sendUrl INFO 21 [820] -2015-01-23 14:03:43 queue INFO >>21 [821] -2015-01-23 14:03:43 sendUrl INFO 21 [821] -2015-01-23 14:04:33 queue INFO >>21 [822] -2015-01-23 14:04:33 sendUrl INFO 21 [822] -2015-01-23 14:05:23 queue INFO >>21 [823] -2015-01-23 14:05:23 sendUrl INFO 21 [823] -2015-01-23 14:06:13 queue INFO >>21 [824] -2015-01-23 14:06:13 sendUrl INFO 21 [824] -2015-01-23 14:07:03 queue INFO >>21 [825] -2015-01-23 14:07:03 sendUrl INFO 21 [825] -2015-01-23 14:07:53 queue INFO >>21 [826] -2015-01-23 14:07:54 sendUrl INFO 21 [826] -2015-01-23 14:08:43 queue INFO >>21 [827] -2015-01-23 14:08:44 sendUrl INFO 21 [827] -2015-01-23 14:09:34 queue INFO >>21 [828] -2015-01-23 14:09:34 sendUrl INFO 21 [828] -2015-01-23 14:10:24 queue INFO >>21 [829] -2015-01-23 14:10:24 sendUrl INFO 21 [829] -2015-01-23 14:11:14 queue INFO >>21 [830] -2015-01-23 14:11:14 sendUrl INFO 21 [830] -2015-01-23 14:12:04 queue INFO >>21 [831] -2015-01-23 14:12:04 sendUrl INFO 21 [831] -2015-01-23 14:12:54 queue INFO >>21 [832] -2015-01-23 14:12:54 sendUrl INFO 21 [832] -2015-01-23 14:13:44 queue INFO >>21 [833] -2015-01-23 14:13:45 sendUrl INFO 21 [833] -2015-01-23 14:14:34 queue INFO >>21 [834] -2015-01-23 14:14:35 sendUrl INFO 21 [834] -2015-01-23 14:15:25 queue INFO >>21 [835] -2015-01-23 14:15:25 sendUrl INFO 21 [835] -2015-01-23 14:16:15 queue INFO >>21 [836] -2015-01-23 14:16:15 sendUrl INFO 21 [836] -2015-01-23 14:17:05 queue INFO >>21 [837] -2015-01-23 14:17:05 sendUrl INFO 21 [837] -2015-01-23 14:17:55 queue INFO >>21 [838] -2015-01-23 14:17:55 sendUrl INFO 21 [838] -2015-01-23 14:18:45 queue INFO >>21 [839] -2015-01-23 14:18:46 sendUrl INFO 21 [839] -2015-01-23 14:19:35 queue INFO >>21 [840] -2015-01-23 14:19:36 sendUrl INFO 21 [840] -2015-01-23 14:20:25 queue INFO >>21 [841] -2015-01-23 14:20:26 sendUrl INFO 21 [841] -2015-01-23 14:21:16 queue INFO >>21 [842] -2015-01-23 14:21:16 sendUrl INFO 21 [842] -2015-01-23 14:22:06 queue INFO >>21 [843] -2015-01-23 14:22:06 sendUrl INFO 21 [843] -2015-01-23 14:22:56 queue INFO >>21 [844] -2015-01-23 14:22:56 sendUrl INFO 21 [844] -2015-01-23 14:23:46 queue INFO >>21 [845] -2015-01-23 14:23:46 sendUrl INFO 21 [845] -2015-01-23 14:24:36 queue INFO >>21 [846] -2015-01-23 14:24:37 sendUrl INFO 21 [846] -2015-01-23 14:25:26 queue INFO >>21 [847] -2015-01-23 14:25:27 sendUrl INFO 21 [847] -2015-01-23 14:26:17 queue INFO >>21 [848] -2015-01-23 14:26:17 sendUrl INFO 21 [848] -2015-01-23 14:27:07 queue INFO >>21 [849] -2015-01-23 14:27:07 sendUrl INFO 21 [849] -2015-01-23 14:27:57 queue INFO >>21 [850] -2015-01-23 14:27:57 sendUrl INFO 21 [850] -2015-01-23 14:28:47 queue INFO >>21 [851] -2015-01-23 14:28:47 sendUrl INFO 21 [851] -2015-01-23 14:29:37 queue INFO >>21 [852] -2015-01-23 14:29:38 sendUrl INFO 21 [852] -2015-01-23 14:30:27 queue INFO >>21 [853] -2015-01-23 14:30:27 sendUrl INFO 21 [853] -2015-01-23 14:31:17 queue INFO >>21 [854] -2015-01-23 14:31:18 sendUrl INFO 21 [854] -2015-01-23 14:32:08 queue INFO >>21 [855] -2015-01-23 14:32:08 sendUrl INFO 21 [855] -2015-01-23 14:32:58 queue INFO >>21 [856] -2015-01-23 14:32:58 sendUrl INFO 21 [856] -2015-01-23 14:33:48 queue INFO >>21 [857] -2015-01-23 14:33:48 sendUrl INFO 21 [857] -2015-01-23 14:34:38 queue INFO >>21 [858] -2015-01-23 14:34:38 sendUrl INFO 21 [858] -2015-01-23 14:35:28 queue INFO >>21 [859] -2015-01-23 14:35:29 sendUrl INFO 21 [859] -2015-01-23 14:36:18 queue INFO >>21 [860] -2015-01-23 14:36:19 sendUrl INFO 21 [860] -2015-01-23 14:37:08 queue INFO >>21 [861] -2015-01-23 14:37:09 sendUrl INFO 21 [861] -2015-01-23 14:37:59 queue INFO >>21 [862] -2015-01-23 14:37:59 sendUrl INFO 21 [862] -2015-01-23 14:38:49 queue INFO >>21 [863] -2015-01-23 14:38:49 sendUrl INFO 21 [863] -2015-01-23 14:39:39 queue INFO >>21 [864] -2015-01-23 14:39:39 sendUrl INFO 21 [864] -2015-01-23 14:40:29 queue INFO >>21 [865] -2015-01-23 14:40:30 sendUrl INFO 21 [865] -2015-01-23 14:41:19 queue INFO >>21 [866] -2015-01-23 14:41:19 sendUrl INFO 21 [866] -2015-01-23 14:42:09 queue INFO >>21 [867] -2015-01-23 14:42:10 sendUrl INFO 21 [867] -2015-01-23 14:43:00 queue INFO >>21 [868] -2015-01-23 14:43:00 sendUrl INFO 21 [868] -2015-01-23 14:43:50 queue INFO >>21 [869] -2015-01-23 14:43:50 sendUrl INFO 21 [869] -2015-01-23 14:44:40 queue INFO >>21 [870] -2015-01-23 14:44:40 sendUrl INFO 21 [870] -2015-01-23 14:45:30 queue INFO >>21 [871] -2015-01-23 14:45:31 sendUrl INFO 21 [871] -2015-01-23 14:46:20 queue INFO >>21 [872] -2015-01-23 14:46:20 sendUrl INFO 21 [872] -2015-01-23 14:47:10 queue INFO >>21 [873] -2015-01-23 14:47:11 sendUrl INFO 21 [873] -2015-01-23 14:48:00 queue INFO >>21 [874] -2015-01-23 14:48:01 sendUrl INFO 21 [874] -2015-01-23 14:48:51 queue INFO >>21 [875] -2015-01-23 14:48:51 sendUrl INFO 21 [875] -2015-01-23 14:49:41 queue INFO >>21 [876] -2015-01-23 14:49:41 sendUrl INFO 21 [876] -2015-01-23 14:50:31 queue INFO >>21 [877] -2015-01-23 14:50:31 sendUrl INFO 21 [877] -2015-01-23 14:51:21 queue INFO >>21 [878] -2015-01-23 14:51:22 sendUrl INFO 21 [878] -2015-01-23 14:52:11 queue INFO >>21 [879] -2015-01-23 14:52:12 sendUrl INFO 21 [879] -2015-01-23 14:53:01 queue INFO >>21 [880] -2015-01-23 14:53:02 sendUrl INFO 21 [880] -2015-01-23 14:53:52 queue INFO >>21 [881] -2015-01-23 14:53:52 sendUrl INFO 21 [881] -2015-01-23 14:54:42 queue INFO >>21 [882] -2015-01-23 14:54:42 sendUrl INFO 21 [882] -2015-01-23 14:55:32 queue INFO >>21 [883] -2015-01-23 14:55:32 sendUrl INFO 21 [883] -2015-01-23 14:56:22 queue INFO >>21 [884] -2015-01-23 14:56:23 sendUrl INFO 21 [884] -2015-01-23 14:57:12 queue INFO >>21 [885] -2015-01-23 14:57:12 sendUrl INFO 21 [885] -2015-01-23 14:58:02 queue INFO >>21 [886] -2015-01-23 14:58:03 sendUrl INFO 21 [886] -2015-01-23 14:58:52 queue INFO >>21 [887] -2015-01-23 14:58:53 sendUrl INFO 21 [887] -2015-01-23 14:59:43 queue INFO >>21 [888] -2015-01-23 14:59:43 sendUrl INFO 21 [888] -2015-01-23 15:00:33 queue INFO >>21 [889] -2015-01-23 15:00:33 sendUrl INFO 21 [889] -2015-01-23 15:01:23 queue INFO >>21 [890] -2015-01-23 15:01:23 sendUrl INFO 21 [890] -2015-01-23 15:02:13 queue INFO >>21 [891] -2015-01-23 15:02:13 sendUrl INFO 21 [891] -2015-01-23 15:03:03 queue INFO >>21 [892] -2015-01-23 15:03:03 sendUrl INFO 21 [892] -2015-01-23 15:03:53 queue INFO >>21 [893] -2015-01-23 15:03:54 sendUrl INFO 21 [893] -2015-01-23 15:04:43 queue INFO >>21 [894] -2015-01-23 15:04:44 sendUrl INFO 21 [894] -2015-01-23 15:05:34 queue INFO >>21 [895] -2015-01-23 15:05:34 sendUrl INFO 21 [895] -2015-01-23 15:06:24 queue INFO >>21 [896] -2015-01-23 15:06:24 sendUrl INFO 21 [896] -2015-01-23 15:07:14 queue INFO >>21 [897] -2015-01-23 15:07:14 sendUrl INFO 21 [897] -2015-01-23 15:08:04 queue INFO >>21 [898] -2015-01-23 15:08:04 sendUrl INFO 21 [898] -2015-01-23 15:08:54 queue INFO >>21 [899] -2015-01-23 15:08:55 sendUrl INFO 21 [899] -2015-01-23 15:09:44 queue INFO >>21 [900] -2015-01-23 15:09:44 sendUrl INFO 21 [900] -2015-01-23 15:10:34 queue INFO >>21 [901] -2015-01-23 15:10:35 sendUrl INFO 21 [901] -2015-01-23 15:11:25 queue INFO >>21 [902] -2015-01-23 15:11:25 sendUrl INFO 21 [902] -2015-01-23 15:12:15 queue INFO >>21 [903] -2015-01-23 15:12:15 sendUrl INFO 21 [903] -2015-01-23 15:13:05 queue INFO >>21 [904] -2015-01-23 15:13:05 sendUrl INFO 21 [904] -2015-01-23 15:13:55 queue INFO >>21 [905] -2015-01-23 15:13:56 sendUrl INFO 21 [905] -2015-01-23 15:14:45 queue INFO >>21 [906] -2015-01-23 15:14:45 sendUrl INFO 21 [906] -2015-01-23 15:15:35 queue INFO >>21 [907] -2015-01-23 15:15:36 sendUrl INFO 21 [907] -2015-01-23 15:16:25 queue INFO >>21 [908] -2015-01-23 15:16:26 sendUrl INFO 21 [908] -2015-01-23 15:17:16 queue INFO >>21 [909] -2015-01-23 15:17:16 sendUrl INFO 21 [909] -2015-01-23 15:18:06 queue INFO >>21 [910] -2015-01-23 15:18:06 sendUrl INFO 21 [910] -2015-01-23 15:18:56 queue INFO >>21 [911] -2015-01-23 15:18:56 sendUrl INFO 21 [911] -2015-01-23 15:19:46 queue INFO >>21 [912] -2015-01-23 15:19:46 sendUrl INFO 21 [912] -2015-01-23 15:20:36 queue INFO >>21 [913] -2015-01-23 15:20:36 sendUrl INFO 21 [913] -2015-01-23 15:21:26 queue INFO >>21 [914] -2015-01-23 15:21:27 sendUrl INFO 21 [914] -2015-01-23 15:22:16 queue INFO >>21 [915] -2015-01-23 15:22:16 sendUrl INFO 21 [915] -2015-01-23 15:23:06 queue INFO >>21 [916] -2015-01-23 15:23:07 sendUrl INFO 21 [916] -2015-01-23 15:23:57 queue INFO >>21 [917] -2015-01-23 15:23:57 sendUrl INFO 21 [917] -2015-01-23 15:24:47 queue INFO >>21 [918] -2015-01-23 15:24:47 sendUrl INFO 21 [918] -2015-01-23 15:25:37 queue INFO >>21 [919] -2015-01-23 15:25:38 sendUrl INFO 21 [919] -2015-01-23 15:26:27 queue INFO >>21 [920] -2015-01-23 15:26:27 sendUrl INFO 21 [920] -2015-01-23 15:27:17 queue INFO >>21 [921] -2015-01-23 15:27:18 sendUrl INFO 21 [921] -2015-01-23 15:28:07 queue INFO >>21 [922] -2015-01-23 15:28:07 sendUrl INFO 21 [922] -2015-01-23 15:28:57 queue INFO >>21 [923] -2015-01-23 15:28:58 sendUrl INFO 21 [923] -2015-01-23 15:29:48 queue INFO >>21 [924] -2015-01-23 15:29:48 sendUrl INFO 21 [924] -2015-01-23 15:30:38 queue INFO >>21 [925] -2015-01-23 15:30:38 sendUrl INFO 21 [925] -2015-01-23 15:31:28 queue INFO >>21 [926] -2015-01-23 15:31:28 sendUrl INFO 21 [926] -2015-01-23 15:32:18 queue INFO >>21 [927] -2015-01-23 15:32:19 sendUrl INFO 21 [927] -2015-01-23 15:33:08 queue INFO >>21 [928] -2015-01-23 15:33:08 sendUrl INFO 21 [928] -2015-01-23 15:33:58 queue INFO >>21 [929] -2015-01-23 15:33:59 sendUrl INFO 21 [929] -2015-01-23 15:34:48 queue INFO >>21 [930] -2015-01-23 15:34:49 sendUrl INFO 21 [930] -2015-01-23 15:35:39 queue INFO >>21 [931] -2015-01-23 15:35:39 sendUrl INFO 21 [931] -2015-01-23 15:36:29 queue INFO >>21 [932] -2015-01-23 15:36:29 sendUrl INFO 21 [932] -2015-01-23 15:37:19 queue INFO >>21 [933] -2015-01-23 15:37:19 sendUrl INFO 21 [933] -2015-01-23 15:38:09 queue INFO >>21 [934] -2015-01-23 15:38:09 sendUrl INFO 21 [934] -2015-01-23 15:38:59 queue INFO >>21 [935] -2015-01-23 15:38:59 sendUrl INFO 21 [935] -2015-01-23 15:39:49 queue INFO >>21 [936] -2015-01-23 15:39:50 sendUrl INFO 21 [936] -2015-01-23 15:40:39 queue INFO >>21 [937] -2015-01-23 15:40:40 sendUrl INFO 21 [937] -2015-01-23 15:41:30 queue INFO >>21 [938] -2015-01-23 15:41:30 sendUrl INFO 21 [938] -2015-01-23 15:42:20 queue INFO >>21 [939] -2015-01-23 15:42:20 sendUrl INFO 21 [939] -2015-01-23 15:43:10 queue INFO >>21 [940] -2015-01-23 15:43:10 sendUrl INFO 21 [940] -2015-01-23 15:44:00 queue INFO >>21 [941] -2015-01-23 15:44:00 sendUrl INFO 21 [941] -2015-01-23 15:44:50 queue INFO >>21 [942] -2015-01-23 15:44:51 sendUrl INFO 21 [942] -2015-01-23 15:45:40 queue INFO >>21 [943] -2015-01-23 15:45:40 sendUrl INFO 21 [943] -2015-01-23 15:46:30 queue INFO >>21 [944] -2015-01-23 15:46:31 sendUrl INFO 21 [944] -2015-01-23 15:47:21 queue INFO >>21 [945] -2015-01-23 15:47:21 sendUrl INFO 21 [945] -2015-01-23 15:48:11 queue INFO >>21 [946] -2015-01-23 15:48:11 sendUrl INFO 21 [946] -2015-01-23 15:49:01 queue INFO >>21 [947] -2015-01-23 15:49:01 sendUrl INFO 21 [947] -2015-01-23 15:49:51 queue INFO >>21 [948] -2015-01-23 15:49:51 sendUrl INFO 21 [948] -2015-01-23 15:50:41 queue INFO >>21 [949] -2015-01-23 15:50:42 sendUrl INFO 21 [949] -2015-01-23 15:51:31 queue INFO >>21 [950] -2015-01-23 15:51:31 sendUrl INFO 21 [950] -2015-01-23 15:52:21 queue INFO >>21 [951] -2015-01-23 15:52:22 sendUrl INFO 21 [951] -2015-01-23 15:53:11 queue INFO >>21 [952] -2015-01-23 15:53:12 sendUrl INFO 21 [952] -2015-01-23 15:54:02 queue INFO >>21 [953] -2015-01-23 15:54:02 sendUrl INFO 21 [953] -2015-01-23 15:54:52 queue INFO >>21 [954] -2015-01-23 15:54:52 sendUrl INFO 21 [954] -2015-01-23 15:55:42 queue INFO >>21 [955] -2015-01-23 15:55:42 sendUrl INFO 21 [955] -2015-01-23 15:56:32 queue INFO >>21 [956] -2015-01-23 15:56:32 sendUrl INFO 21 [956] -2015-01-23 15:57:22 queue INFO >>21 [957] -2015-01-23 15:57:22 sendUrl INFO 21 [957] -2015-01-23 15:58:12 queue INFO >>21 [958] -2015-01-23 15:58:13 sendUrl INFO 21 [958] -2015-01-23 15:59:02 queue INFO >>21 [959] -2015-01-23 15:59:03 sendUrl INFO 21 [959] -2015-01-23 15:59:53 queue INFO >>21 [960] -2015-01-23 15:59:53 sendUrl INFO 21 [960] -2015-01-23 16:00:43 queue INFO >>21 [961] -2015-01-23 16:00:43 sendUrl INFO 21 [961] -2015-01-23 16:01:33 queue INFO >>21 [962] -2015-01-23 16:01:33 sendUrl INFO 21 [962] -2015-01-23 16:02:23 queue INFO >>21 [963] -2015-01-23 16:02:23 sendUrl INFO 21 [963] -2015-01-23 16:03:13 queue INFO >>21 [964] -2015-01-23 16:03:14 sendUrl INFO 21 [964] -2015-01-23 16:04:03 queue INFO >>21 [965] -2015-01-23 16:04:03 sendUrl INFO 21 [965] -2015-01-23 16:04:53 queue INFO >>21 [966] -2015-01-23 16:04:54 sendUrl INFO 21 [966] -2015-01-23 16:05:44 queue INFO >>21 [967] -2015-01-23 16:05:44 sendUrl INFO 21 [967] -2015-01-23 16:06:34 queue INFO >>21 [968] -2015-01-23 16:06:34 sendUrl INFO 21 [968] -2015-01-23 16:07:24 queue INFO >>21 [969] -2015-01-23 16:07:24 sendUrl INFO 21 [969] -2015-01-23 16:08:14 queue INFO >>21 [970] -2015-01-23 16:08:14 sendUrl INFO 21 [970] -2015-01-23 16:09:04 queue INFO >>21 [971] -2015-01-23 16:09:05 sendUrl INFO 21 [971] -2015-01-23 16:09:54 queue INFO >>21 [972] -2015-01-23 16:09:54 sendUrl INFO 21 [972] -2015-01-23 16:10:44 queue INFO >>21 [973] -2015-01-23 16:10:45 sendUrl INFO 21 [973] -2015-01-23 16:11:35 queue INFO >>21 [974] -2015-01-23 16:11:35 sendUrl INFO 21 [974] -2015-01-23 16:12:25 queue INFO >>21 [975] -2015-01-23 16:12:25 sendUrl INFO 21 [975] -2015-01-23 16:13:15 queue INFO >>21 [976] -2015-01-23 16:13:15 sendUrl INFO 21 [976] -2015-01-23 16:14:05 queue INFO >>21 [977] -2015-01-23 16:14:06 sendUrl INFO 21 [977] -2015-01-23 16:14:55 queue INFO >>21 [978] -2015-01-23 16:14:55 sendUrl INFO 21 [978] -2015-01-23 16:15:45 queue INFO >>21 [979] -2015-01-23 16:15:46 sendUrl INFO 21 [979] -2015-01-23 16:16:35 queue INFO >>21 [980] -2015-01-23 16:16:36 sendUrl INFO 21 [980] -2015-01-23 16:17:26 queue INFO >>21 [981] -2015-01-23 16:17:26 sendUrl INFO 21 [981] -2015-01-23 16:18:16 queue INFO >>21 [982] -2015-01-23 16:18:16 sendUrl INFO 21 [982] -2015-01-23 16:19:06 queue INFO >>21 [983] -2015-01-23 16:19:06 sendUrl INFO 21 [983] -2015-01-23 16:19:56 queue INFO >>21 [984] -2015-01-23 16:19:56 sendUrl INFO 21 [984] -2015-01-23 16:20:46 queue INFO >>21 [985] -2015-01-23 16:20:46 sendUrl INFO 21 [985] -2015-01-23 16:21:36 queue INFO >>21 [986] -2015-01-23 16:21:37 sendUrl INFO 21 [986] -2015-01-23 16:22:26 queue INFO >>21 [987] -2015-01-23 16:22:27 sendUrl INFO 21 [987] -2015-01-23 16:23:17 queue INFO >>21 [988] -2015-01-23 16:23:17 sendUrl INFO 21 [988] -2015-01-23 16:24:07 queue INFO >>21 [989] -2015-01-23 16:24:07 sendUrl INFO 21 [989] -2015-01-23 16:24:57 queue INFO >>21 [990] -2015-01-23 16:24:57 sendUrl INFO 21 [990] -2015-01-23 16:25:47 queue INFO >>21 [991] -2015-01-23 16:25:47 sendUrl INFO 21 [991] -2015-01-23 16:26:37 queue INFO >>21 [992] -2015-01-23 16:26:38 sendUrl INFO 21 [992] -2015-01-23 16:27:27 queue INFO >>21 [993] -2015-01-23 16:27:27 sendUrl INFO 21 [993] -2015-01-23 16:28:17 queue INFO >>21 [994] -2015-01-23 16:28:18 sendUrl INFO 21 [994] -2015-01-23 16:29:08 queue INFO >>21 [995] -2015-01-23 16:29:08 sendUrl INFO 21 [995] -2015-01-23 16:29:58 queue INFO >>21 [996] -2015-01-23 16:29:58 sendUrl INFO 21 [996] -2015-01-23 16:30:48 queue INFO >>21 [997] -2015-01-23 16:30:48 sendUrl INFO 21 [997] -2015-01-23 16:31:38 queue INFO >>21 [998] -2015-01-23 16:31:38 sendUrl INFO 21 [998] -2015-01-23 16:32:28 queue INFO >>21 [999] -2015-01-23 16:32:29 sendUrl INFO 21 [999] -2015-01-23 16:33:18 queue INFO >>21 [0] -2015-01-23 16:33:18 sendUrl INFO 21 [0] -2015-01-23 16:34:08 queue INFO >>21 [1] -2015-01-23 16:34:09 sendUrl INFO 21 [1] -2015-01-23 16:34:59 queue INFO >>21 [2] -2015-01-23 16:34:59 sendUrl INFO 21 [2] -2015-01-23 16:35:49 queue INFO >>21 [3] -2015-01-23 16:35:49 sendUrl INFO 21 [3] -2015-01-23 16:36:39 queue INFO >>21 [4] -2015-01-23 16:36:39 sendUrl INFO 21 [4] -2015-01-23 16:37:29 queue INFO >>21 [5] -2015-01-23 16:37:29 sendUrl INFO 21 [5] -2015-01-23 16:38:19 queue INFO >>21 [6] -2015-01-23 16:38:19 sendUrl INFO 21 [6] -2015-01-23 16:39:09 queue INFO >>21 [7] -2015-01-23 16:39:10 sendUrl INFO 21 [7] -2015-01-23 16:39:59 queue INFO >>21 [8] -2015-01-23 16:40:00 sendUrl INFO 21 [8] -2015-01-23 16:40:50 queue INFO >>21 [9] -2015-01-23 16:40:50 sendUrl INFO 21 [9] -2015-01-23 16:41:40 queue INFO >>21 [10] -2015-01-23 16:41:40 sendUrl INFO 21 [10] -2015-01-23 16:42:30 queue INFO >>21 [11] -2015-01-23 16:42:30 sendUrl INFO 21 [11] -2015-01-23 16:43:20 queue INFO >>21 [12] -2015-01-23 16:43:20 sendUrl INFO 21 [12] -2015-01-23 16:44:10 queue INFO >>21 [13] -2015-01-23 16:44:10 sendUrl INFO 21 [13] -2015-01-23 16:45:00 queue INFO >>21 [14] -2015-01-23 16:45:01 sendUrl INFO 21 [14] -2015-01-23 16:45:50 queue INFO >>21 [15] -2015-01-23 16:45:51 sendUrl INFO 21 [15] -2015-01-23 16:46:41 queue INFO >>21 [16] -2015-01-23 16:46:41 sendUrl INFO 21 [16] -2015-01-23 16:47:31 queue INFO >>21 [17] -2015-01-23 16:47:31 sendUrl INFO 21 [17] -2015-01-23 16:48:21 queue INFO >>21 [18] -2015-01-23 16:48:21 sendUrl INFO 21 [18] -2015-01-23 16:49:11 queue INFO >>21 [19] -2015-01-23 16:49:11 sendUrl INFO 21 [19] -2015-01-23 16:50:01 queue INFO >>21 [20] -2015-01-23 16:50:02 sendUrl INFO 21 [20] -2015-01-23 16:50:51 queue INFO >>21 [21] -2015-01-23 16:50:51 sendUrl INFO 21 [21] -2015-01-23 16:51:42 queue INFO >>21 [22] -2015-01-23 16:51:42 sendUrl INFO 21 [22] -2015-01-23 16:52:32 queue INFO >>21 [23] -2015-01-23 16:52:32 sendUrl INFO 21 [23] -2015-01-23 16:53:22 queue INFO >>21 [24] -2015-01-23 16:53:22 sendUrl INFO 21 [24] -2015-01-23 16:54:12 queue INFO >>21 [25] -2015-01-23 16:54:12 sendUrl INFO 21 [25] -2015-01-23 16:55:02 queue INFO >>21 [26] -2015-01-23 16:55:03 sendUrl INFO 21 [26] -2015-01-23 16:55:52 queue INFO >>21 [27] -2015-01-23 16:55:53 sendUrl INFO 21 [27] -2015-01-23 16:56:42 queue INFO >>21 [28] -2015-01-23 16:56:43 sendUrl INFO 21 [28] -2015-01-23 16:57:33 queue INFO >>21 [29] -2015-01-23 16:57:33 sendUrl INFO 21 [29] -2015-01-23 16:58:23 queue INFO >>21 [30] -2015-01-23 16:58:23 sendUrl INFO 21 [30] -2015-01-23 16:59:13 queue INFO >>21 [31] -2015-01-23 16:59:13 sendUrl INFO 21 [31] -2015-01-23 17:00:03 queue INFO >>21 [32] -2015-01-23 17:00:03 sendUrl INFO 21 [32] -2015-01-23 17:00:53 queue INFO >>21 [33] -2015-01-23 17:00:54 sendUrl INFO 21 [33] -2015-01-23 17:01:43 queue INFO >>21 [34] -2015-01-23 17:01:44 sendUrl INFO 21 [34] -2015-01-23 17:02:34 queue INFO >>21 [35] -2015-01-23 17:02:34 sendUrl INFO 21 [35] -2015-01-23 17:03:24 queue INFO >>21 [36] -2015-01-23 17:03:24 sendUrl INFO 21 [36] -2015-01-23 17:04:14 queue INFO >>21 [37] -2015-01-23 17:04:14 sendUrl INFO 21 [37] -2015-01-23 17:05:04 queue INFO >>21 [38] -2015-01-23 17:05:04 sendUrl INFO 21 [38] -2015-01-23 17:05:54 queue INFO >>21 [39] -2015-01-23 17:05:55 sendUrl INFO 21 [39] -2015-01-23 17:06:44 queue INFO >>21 [40] -2015-01-23 17:06:44 sendUrl INFO 21 [40] -2015-01-23 17:07:34 queue INFO >>21 [41] -2015-01-23 17:07:35 sendUrl INFO 21 [41] -2015-01-23 17:08:25 queue INFO >>21 [42] -2015-01-23 17:08:25 sendUrl INFO 21 [42] -2015-01-23 17:09:15 queue INFO >>21 [43] -2015-01-23 17:09:15 sendUrl INFO 21 [43] -2015-01-23 17:10:05 queue INFO >>21 [44] -2015-01-23 17:10:05 sendUrl INFO 21 [44] -2015-01-23 17:10:55 queue INFO >>21 [45] -2015-01-23 17:10:55 sendUrl INFO 21 [45] -2015-01-23 17:11:45 queue INFO >>21 [46] -2015-01-23 17:11:46 sendUrl INFO 21 [46] -2015-01-23 17:12:35 queue INFO >>21 [47] -2015-01-23 17:12:35 sendUrl INFO 21 [47] -2015-01-23 17:13:25 queue INFO >>21 [48] -2015-01-23 17:13:26 sendUrl INFO 21 [48] -2015-01-23 17:14:15 queue INFO >>21 [49] -2015-01-23 17:14:16 sendUrl INFO 21 [49] -2015-01-23 17:15:06 queue INFO >>21 [50] -2015-01-23 17:15:06 sendUrl INFO 21 [50] -2015-01-23 17:15:56 queue INFO >>21 [51] -2015-01-23 17:15:56 sendUrl INFO 21 [51] -2015-01-23 17:16:46 queue INFO >>21 [52] -2015-01-23 17:16:46 sendUrl INFO 21 [52] -2015-01-23 17:17:36 queue INFO >>21 [53] -2015-01-23 17:17:36 sendUrl INFO 21 [53] -2015-01-23 17:18:26 queue INFO >>21 [54] -2015-01-23 17:18:26 sendUrl INFO 21 [54] -2015-01-23 17:19:16 queue INFO >>21 [55] -2015-01-23 17:19:17 sendUrl INFO 21 [55] -2015-01-23 17:20:06 queue INFO >>21 [56] -2015-01-23 17:20:07 sendUrl INFO 21 [56] -2015-01-23 17:20:57 queue INFO >>21 [57] -2015-01-23 17:20:57 sendUrl INFO 21 [57] -2015-01-23 17:21:47 queue INFO >>21 [58] -2015-01-23 17:21:47 sendUrl INFO 21 [58] -2015-01-23 17:22:37 queue INFO >>21 [59] -2015-01-23 17:22:37 sendUrl INFO 21 [59] -2015-01-23 17:23:27 queue INFO >>21 [60] -2015-01-23 17:23:27 sendUrl INFO 21 [60] -2015-01-23 17:24:17 queue INFO >>21 [61] -2015-01-23 17:24:18 sendUrl INFO 21 [61] -2015-01-23 17:25:07 queue INFO >>21 [62] -2015-01-23 17:25:08 sendUrl INFO 21 [62] -2015-01-23 17:25:57 queue INFO >>21 [63] -2015-01-23 17:25:58 sendUrl INFO 21 [63] -2015-01-23 17:26:48 queue INFO >>21 [64] -2015-01-23 17:26:48 sendUrl INFO 21 [64] -2015-01-23 17:27:38 queue INFO >>21 [65] -2015-01-23 17:27:38 sendUrl INFO 21 [65] -2015-01-23 17:28:28 queue INFO >>21 [66] -2015-01-23 17:28:28 sendUrl INFO 21 [66] -2015-01-23 17:29:18 queue INFO >>21 [67] -2015-01-23 17:29:18 sendUrl INFO 21 [67] -2015-01-23 17:30:08 queue INFO >>21 [68] -2015-01-23 17:30:09 sendUrl INFO 21 [68] -2015-01-23 17:30:58 queue INFO >>21 [69] -2015-01-23 17:30:58 sendUrl INFO 21 [69] -2015-01-23 17:31:48 queue INFO >>21 [70] -2015-01-23 17:31:49 sendUrl INFO 21 [70] -2015-01-23 17:32:38 queue INFO >>21 [71] -2015-01-23 17:32:39 sendUrl INFO 21 [71] -2015-01-23 17:33:29 queue INFO >>21 [72] -2015-01-23 17:33:29 sendUrl INFO 21 [72] -2015-01-23 17:34:19 queue INFO >>21 [73] -2015-01-23 17:34:19 sendUrl INFO 21 [73] -2015-01-23 17:35:09 queue INFO >>21 [74] -2015-01-23 17:35:09 sendUrl INFO 21 [74] -2015-01-23 17:35:59 queue INFO >>21 [75] -2015-01-23 17:35:59 sendUrl INFO 21 [75] -2015-01-23 17:36:49 queue INFO >>21 [76] -2015-01-23 17:36:49 sendUrl INFO 21 [76] -2015-01-23 17:37:39 queue INFO >>21 [77] -2015-01-23 17:37:40 sendUrl INFO 21 [77] -2015-01-23 17:38:29 queue INFO >>21 [78] -2015-01-23 17:38:30 sendUrl INFO 21 [78] -2015-01-23 17:39:20 queue INFO >>21 [79] -2015-01-23 17:39:20 sendUrl INFO 21 [79] -2015-01-23 17:40:10 queue INFO >>21 [80] -2015-01-23 17:40:10 sendUrl INFO 21 [80] -2015-01-23 17:41:00 queue INFO >>21 [81] -2015-01-23 17:41:00 sendUrl INFO 21 [81] -2015-01-23 17:41:50 queue INFO >>21 [82] -2015-01-23 17:41:50 sendUrl INFO 21 [82] -2015-01-23 17:42:40 queue INFO >>21 [83] -2015-01-23 17:42:40 sendUrl INFO 21 [83] -2015-01-23 17:43:30 queue INFO >>21 [84] -2015-01-23 17:43:31 sendUrl INFO 21 [84] -2015-01-23 17:44:20 queue INFO >>21 [85] -2015-01-23 17:44:21 sendUrl INFO 21 [85] -2015-01-23 17:45:10 queue INFO >>21 [86] -2015-01-23 17:45:11 sendUrl INFO 21 [86] -2015-01-23 17:46:01 queue INFO >>21 [87] -2015-01-23 17:46:01 sendUrl INFO 21 [87] -2015-01-23 17:46:51 queue INFO >>21 [88] -2015-01-23 17:46:51 sendUrl INFO 21 [88] -2015-01-23 17:47:41 queue INFO >>21 [89] -2015-01-23 17:47:41 sendUrl INFO 21 [89] -2015-01-23 17:48:31 queue INFO >>21 [90] -2015-01-23 17:48:32 sendUrl INFO 21 [90] -2015-01-23 17:49:21 queue INFO >>21 [91] -2015-01-23 17:49:21 sendUrl INFO 21 [91] -2015-01-23 17:50:11 queue INFO >>21 [92] -2015-01-23 17:50:12 sendUrl INFO 21 [92] -2015-01-23 17:51:02 queue INFO >>21 [93] -2015-01-23 17:51:02 sendUrl INFO 21 [93] -2015-01-23 17:51:52 queue INFO >>21 [94] -2015-01-23 17:51:52 sendUrl INFO 21 [94] -2015-01-23 17:52:42 queue INFO >>21 [95] -2015-01-23 17:52:42 sendUrl INFO 21 [95] -2015-01-23 17:53:32 queue INFO >>21 [96] -2015-01-23 17:53:32 sendUrl INFO 21 [96] -2015-01-23 17:54:22 queue INFO >>21 [97] -2015-01-23 17:54:22 sendUrl INFO 21 [97] -2015-01-23 17:55:12 queue INFO >>21 [98] -2015-01-23 17:55:12 sendUrl INFO 21 [98] -2015-01-23 17:56:02 queue INFO >>21 [99] -2015-01-23 17:56:03 sendUrl INFO 21 [99] -2015-01-23 17:56:52 queue INFO >>21 [100] -2015-01-23 17:56:53 sendUrl INFO 21 [100] -2015-01-23 17:57:43 queue INFO >>21 [101] -2015-01-23 17:57:43 sendUrl INFO 21 [101] -2015-01-23 17:58:33 queue INFO >>21 [102] -2015-01-23 17:58:33 sendUrl INFO 21 [102] -2015-01-23 17:59:23 queue INFO >>21 [103] -2015-01-23 17:59:23 sendUrl INFO 21 [103] -2015-01-23 18:00:13 queue INFO >>21 [104] -2015-01-23 18:00:13 sendUrl INFO 21 [104] -2015-01-23 18:01:03 queue INFO >>21 [105] -2015-01-23 18:01:04 sendUrl INFO 21 [105] -2015-01-23 18:01:53 queue INFO >>21 [106] -2015-01-23 18:01:54 sendUrl INFO 21 [106] -2015-01-23 18:02:43 queue INFO >>21 [107] -2015-01-23 18:02:44 sendUrl INFO 21 [107] -2015-01-23 18:03:34 queue INFO >>21 [108] -2015-01-23 18:03:34 sendUrl INFO 21 [108] -2015-01-23 18:04:24 queue INFO >>21 [109] -2015-01-23 18:04:24 sendUrl INFO 21 [109] -2015-01-23 18:05:14 queue INFO >>21 [110] -2015-01-23 18:05:14 sendUrl INFO 21 [110] -2015-01-23 18:06:04 queue INFO >>21 [111] -2015-01-23 18:06:04 sendUrl INFO 21 [111] -2015-01-23 18:06:54 queue INFO >>21 [112] -2015-01-23 18:06:55 sendUrl INFO 21 [112] -2015-01-23 18:07:44 queue INFO >>21 [113] -2015-01-23 18:07:45 sendUrl INFO 21 [113] -2015-01-23 18:08:35 queue INFO >>21 [114] -2015-01-23 18:08:35 sendUrl INFO 21 [114] -2015-01-23 18:09:25 queue INFO >>21 [115] -2015-01-23 18:09:25 sendUrl INFO 21 [115] -2015-01-23 18:10:15 queue INFO >>21 [116] -2015-01-23 18:10:15 sendUrl INFO 21 [116] -2015-01-23 18:11:05 queue INFO >>21 [117] -2015-01-23 18:11:05 sendUrl INFO 21 [117] -2015-01-23 18:11:55 queue INFO >>21 [118] -2015-01-23 18:11:56 sendUrl INFO 21 [118] -2015-01-23 18:12:45 queue INFO >>21 [119] -2015-01-23 18:12:45 sendUrl INFO 21 [119] -2015-01-23 18:13:35 queue INFO >>21 [120] -2015-01-23 18:13:36 sendUrl INFO 21 [120] -2015-01-23 18:14:25 queue INFO >>21 [121] -2015-01-23 18:14:26 sendUrl INFO 21 [121] -2015-01-23 18:15:16 queue INFO >>21 [122] -2015-01-23 18:15:16 sendUrl INFO 21 [122] -2015-01-23 18:16:06 queue INFO >>21 [123] -2015-01-23 18:16:06 sendUrl INFO 21 [123] -2015-01-23 18:16:56 queue INFO >>21 [124] -2015-01-23 18:16:56 sendUrl INFO 21 [124] -2015-01-23 18:17:46 queue INFO >>21 [125] -2015-01-23 18:17:46 sendUrl INFO 21 [125] -2015-01-23 18:18:36 queue INFO >>21 [126] -2015-01-23 18:18:36 sendUrl INFO 21 [126] -2015-01-23 18:19:26 queue INFO >>21 [127] -2015-01-23 18:19:27 sendUrl INFO 21 [127] -2015-01-23 18:20:17 queue INFO >>21 [128] -2015-01-23 18:20:17 sendUrl INFO 21 [128] -2015-01-23 18:21:07 queue INFO >>21 [129] -2015-01-23 18:21:07 sendUrl INFO 21 [129] -2015-01-23 18:21:57 queue INFO >>21 [130] -2015-01-23 18:21:57 sendUrl INFO 21 [130] -2015-01-23 18:22:47 queue INFO >>21 [131] -2015-01-23 18:22:48 sendUrl INFO 21 [131] -2015-01-23 18:23:37 queue INFO >>21 [132] -2015-01-23 18:23:37 sendUrl INFO 21 [132] -2015-01-23 18:24:27 queue INFO >>21 [133] -2015-01-23 18:24:28 sendUrl INFO 21 [133] -2015-01-23 18:25:17 queue INFO >>21 [134] -2015-01-23 18:25:18 sendUrl INFO 21 [134] -2015-01-23 18:26:08 queue INFO >>21 [135] -2015-01-23 18:26:08 sendUrl INFO 21 [135] -2015-01-23 18:26:58 queue INFO >>21 [136] -2015-01-23 18:26:58 sendUrl INFO 21 [136] -2015-01-23 18:27:48 queue INFO >>21 [137] -2015-01-23 18:27:48 sendUrl INFO 21 [137] -2015-01-23 18:28:38 queue INFO >>21 [138] -2015-01-23 18:28:38 sendUrl INFO 21 [138] -2015-01-23 18:29:28 queue INFO >>21 [139] -2015-01-23 18:29:29 sendUrl INFO 21 [139] -2015-01-23 18:30:18 queue INFO >>21 [140] -2015-01-23 18:30:19 sendUrl INFO 21 [140] -2015-01-23 18:31:08 queue INFO >>21 [141] -2015-01-23 18:31:09 sendUrl INFO 21 [141] -2015-01-23 18:31:59 queue INFO >>21 [142] -2015-01-23 18:31:59 sendUrl INFO 21 [142] -2015-01-23 18:32:49 queue INFO >>21 [143] -2015-01-23 18:32:49 sendUrl INFO 21 [143] -2015-01-23 18:33:39 queue INFO >>21 [144] -2015-01-23 18:33:39 sendUrl INFO 21 [144] -2015-01-23 18:34:29 queue INFO >>21 [145] -2015-01-23 18:34:29 sendUrl INFO 21 [145] -2015-01-23 18:35:19 queue INFO >>21 [146] -2015-01-23 18:35:20 sendUrl INFO 21 [146] -2015-01-23 18:36:09 queue INFO >>21 [147] -2015-01-23 18:36:09 sendUrl INFO 21 [147] -2015-01-23 18:36:59 queue INFO >>21 [148] -2015-01-23 18:37:00 sendUrl INFO 21 [148] -2015-01-23 18:37:50 queue INFO >>21 [149] -2015-01-23 18:37:50 sendUrl INFO 21 [149] -2015-01-23 18:38:40 queue INFO >>21 [150] -2015-01-23 18:38:40 sendUrl INFO 21 [150] -2015-01-23 18:39:30 queue INFO >>21 [151] -2015-01-23 18:39:30 sendUrl INFO 21 [151] -2015-01-23 18:40:20 queue INFO >>21 [152] -2015-01-23 18:40:20 sendUrl INFO 21 [152] -2015-01-23 18:41:10 queue INFO >>21 [153] -2015-01-23 18:41:11 sendUrl INFO 21 [153] -2015-01-23 18:42:00 queue INFO >>21 [154] -2015-01-23 18:42:01 sendUrl INFO 21 [154] -2015-01-23 18:42:50 queue INFO >>21 [155] -2015-01-23 18:42:51 sendUrl INFO 21 [155] -2015-01-23 18:43:41 queue INFO >>21 [156] -2015-01-23 18:43:41 sendUrl INFO 21 [156] -2015-01-23 18:44:31 queue INFO >>21 [157] -2015-01-23 18:44:31 sendUrl INFO 21 [157] -2015-01-23 18:45:21 queue INFO >>21 [158] -2015-01-23 18:45:21 sendUrl INFO 21 [158] -2015-01-23 18:46:11 queue INFO >>21 [159] -2015-01-23 18:46:12 sendUrl INFO 21 [159] -2015-01-23 18:47:01 queue INFO >>21 [160] -2015-01-23 18:47:01 sendUrl INFO 21 [160] -2015-01-23 18:47:51 queue INFO >>21 [161] -2015-01-23 18:47:52 sendUrl INFO 21 [161] -2015-01-23 18:48:42 queue INFO >>21 [162] -2015-01-23 18:48:42 sendUrl INFO 21 [162] -2015-01-23 18:49:32 queue INFO >>21 [163] -2015-01-23 18:49:32 sendUrl INFO 21 [163] -2015-01-23 18:50:22 queue INFO >>21 [164] -2015-01-23 18:50:22 sendUrl INFO 21 [164] -2015-01-23 18:51:12 queue INFO >>21 [165] -2015-01-23 18:51:12 sendUrl INFO 21 [165] -2015-01-23 18:52:02 queue INFO >>21 [166] -2015-01-23 18:52:02 sendUrl INFO 21 [166] -2015-01-23 18:52:52 queue INFO >>21 [167] -2015-01-23 18:52:53 sendUrl INFO 21 [167] -2015-01-23 18:53:42 queue INFO >>21 [168] -2015-01-23 18:53:43 sendUrl INFO 21 [168] -2015-01-23 18:54:33 queue INFO >>21 [169] -2015-01-23 18:54:33 sendUrl INFO 21 [169] -2015-01-23 18:55:23 queue INFO >>21 [170] -2015-01-23 18:55:23 sendUrl INFO 21 [170] -2015-01-23 18:56:13 queue INFO >>21 [171] -2015-01-23 18:56:13 sendUrl INFO 21 [171] -2015-01-23 18:57:03 queue INFO >>21 [172] -2015-01-23 18:57:04 sendUrl INFO 21 [172] -2015-01-23 18:57:53 queue INFO >>21 [173] -2015-01-23 18:57:53 sendUrl INFO 21 [173] -2015-01-23 18:58:43 queue INFO >>21 [174] -2015-01-23 18:58:44 sendUrl INFO 21 [174] -2015-01-23 18:59:34 queue INFO >>21 [175] -2015-01-23 18:59:34 sendUrl INFO 21 [175] -2015-01-23 19:00:24 queue INFO >>21 [176] -2015-01-23 19:00:24 sendUrl INFO 21 [176] -2015-01-23 19:01:14 queue INFO >>21 [177] -2015-01-23 19:01:14 sendUrl INFO 21 [177] -2015-01-23 19:02:04 queue INFO >>21 [178] -2015-01-23 19:02:04 sendUrl INFO 21 [178] -2015-01-23 19:02:54 queue INFO >>21 [179] -2015-01-23 19:02:54 sendUrl INFO 21 [179] -2015-01-23 19:03:44 queue INFO >>21 [180] -2015-01-23 19:03:45 sendUrl INFO 21 [180] -2015-01-23 19:04:34 queue INFO >>21 [181] -2015-01-23 19:04:35 sendUrl INFO 21 [181] -2015-01-23 19:05:25 queue INFO >>21 [182] -2015-01-23 19:05:25 sendUrl INFO 21 [182] -2015-01-23 19:06:15 queue INFO >>21 [183] -2015-01-23 19:06:15 sendUrl INFO 21 [183] -2015-01-23 19:07:05 queue INFO >>21 [184] -2015-01-23 19:07:05 sendUrl INFO 21 [184] -2015-01-23 19:07:55 queue INFO >>21 [185] -2015-01-23 19:07:55 sendUrl INFO 21 [185] -2015-01-23 19:08:45 queue INFO >>21 [186] -2015-01-23 19:08:45 sendUrl INFO 21 [186] -2015-01-23 19:09:35 queue INFO >>21 [187] -2015-01-23 19:09:36 sendUrl INFO 21 [187] -2015-01-23 19:10:25 queue INFO >>21 [188] -2015-01-23 19:10:26 sendUrl INFO 21 [188] -2015-01-23 19:11:16 queue INFO >>21 [189] -2015-01-23 19:11:16 sendUrl INFO 21 [189] -2015-01-23 19:12:06 queue INFO >>21 [190] -2015-01-23 19:12:06 sendUrl INFO 21 [190] -2015-01-23 19:12:56 queue INFO >>21 [191] -2015-01-23 19:12:56 sendUrl INFO 21 [191] -2015-01-23 19:13:46 queue INFO >>21 [192] -2015-01-23 19:13:46 sendUrl INFO 21 [192] -2015-01-23 19:14:36 queue INFO >>21 [193] -2015-01-23 19:14:37 sendUrl INFO 21 [193] -2015-01-23 19:15:26 queue INFO >>21 [194] -2015-01-23 19:15:27 sendUrl INFO 21 [194] -2015-01-23 19:16:17 queue INFO >>21 [195] -2015-01-23 19:16:17 sendUrl INFO 21 [195] -2015-01-23 19:17:07 queue INFO >>21 [196] -2015-01-23 19:17:07 sendUrl INFO 21 [196] -2015-01-23 19:17:57 queue INFO >>21 [197] -2015-01-23 19:17:57 sendUrl INFO 21 [197] -2015-01-23 19:18:47 queue INFO >>21 [198] -2015-01-23 19:18:47 sendUrl INFO 21 [198] -2015-01-23 19:19:37 queue INFO >>21 [199] -2015-01-23 19:19:37 sendUrl INFO 21 [199] -2015-01-23 19:20:27 queue INFO >>21 [200] -2015-01-23 19:20:28 sendUrl INFO 21 [200] -2015-01-23 19:21:17 queue INFO >>21 [201] -2015-01-23 19:21:18 sendUrl INFO 21 [201] -2015-01-23 19:22:08 queue INFO >>21 [202] -2015-01-23 19:22:08 sendUrl INFO 21 [202] -2015-01-23 19:22:58 queue INFO >>21 [203] -2015-01-23 19:22:58 sendUrl INFO 21 [203] -2015-01-23 19:23:48 queue INFO >>21 [204] -2015-01-23 19:23:48 sendUrl INFO 21 [204] -2015-01-23 19:24:38 queue INFO >>21 [205] -2015-01-23 19:24:38 sendUrl INFO 21 [205] -2015-01-23 19:25:28 queue INFO >>21 [206] -2015-01-23 19:25:29 sendUrl INFO 21 [206] -2015-01-23 19:26:18 queue INFO >>21 [207] -2015-01-23 19:26:18 sendUrl INFO 21 [207] -2015-01-23 19:27:08 queue INFO >>21 [208] -2015-01-23 19:27:09 sendUrl INFO 21 [208] -2015-01-23 19:27:58 queue INFO >>21 [209] -2015-01-23 19:27:59 sendUrl INFO 21 [209] -2015-01-23 19:28:49 queue INFO >>21 [210] -2015-01-23 19:28:49 sendUrl INFO 21 [210] -2015-01-23 19:29:39 queue INFO >>21 [211] -2015-01-23 19:29:39 sendUrl INFO 21 [211] -2015-01-23 19:30:29 queue INFO >>21 [212] -2015-01-23 19:30:29 sendUrl INFO 21 [212] -2015-01-23 19:31:19 queue INFO >>21 [213] -2015-01-23 19:31:20 sendUrl INFO 21 [213] -2015-01-23 19:32:09 queue INFO >>21 [214] -2015-01-23 19:32:09 sendUrl INFO 21 [214] -2015-01-23 19:32:59 queue INFO >>21 [215] -2015-01-23 19:33:00 sendUrl INFO 21 [215] -2015-01-23 19:33:49 queue INFO >>21 [216] -2015-01-23 19:33:50 sendUrl INFO 21 [216] -2015-01-23 19:34:40 queue INFO >>21 [217] -2015-01-23 19:34:40 sendUrl INFO 21 [217] -2015-01-23 19:35:30 queue INFO >>21 [218] -2015-01-23 19:35:30 sendUrl INFO 21 [218] -2015-01-23 19:36:20 queue INFO >>21 [219] -2015-01-23 19:36:20 sendUrl INFO 21 [219] -2015-01-23 19:37:10 queue INFO >>21 [220] -2015-01-23 19:37:10 sendUrl INFO 21 [220] -2015-01-23 19:38:00 queue INFO >>21 [221] -2015-01-23 19:38:01 sendUrl INFO 21 [221] -2015-01-23 19:38:50 queue INFO >>21 [222] -2015-01-23 19:38:51 sendUrl INFO 21 [222] -2015-01-23 19:39:40 queue INFO >>21 [223] -2015-01-23 19:39:41 sendUrl INFO 21 [223] -2015-01-23 19:40:31 queue INFO >>21 [224] -2015-01-23 19:40:31 sendUrl INFO 21 [224] -2015-01-23 19:41:21 queue INFO >>21 [225] -2015-01-23 19:41:21 sendUrl INFO 21 [225] -2015-01-23 19:42:11 queue INFO >>21 [226] -2015-01-23 19:42:11 sendUrl INFO 21 [226] -2015-01-23 19:43:01 queue INFO >>21 [227] -2015-01-23 19:43:01 sendUrl INFO 21 [227] -2015-01-23 19:43:51 queue INFO >>21 [228] -2015-01-23 19:43:52 sendUrl INFO 21 [228] -2015-01-23 19:44:41 queue INFO >>21 [229] -2015-01-23 19:44:42 sendUrl INFO 21 [229] -2015-01-23 19:45:32 queue INFO >>21 [230] -2015-01-23 19:45:32 sendUrl INFO 21 [230] -2015-01-23 19:46:22 queue INFO >>21 [231] -2015-01-23 19:46:22 sendUrl INFO 21 [231] -2015-01-23 19:47:12 queue INFO >>21 [232] -2015-01-23 19:47:12 sendUrl INFO 21 [232] -2015-01-23 19:48:02 queue INFO >>21 [233] -2015-01-23 19:48:02 sendUrl INFO 21 [233] -2015-01-23 19:48:52 queue INFO >>21 [234] -2015-01-23 19:48:53 sendUrl INFO 21 [234] -2015-01-23 19:49:42 queue INFO >>21 [235] -2015-01-23 19:49:43 sendUrl INFO 21 [235] -2015-01-23 19:50:32 queue INFO >>21 [236] -2015-01-23 19:50:33 sendUrl INFO 21 [236] -2015-01-23 19:51:23 queue INFO >>21 [237] -2015-01-23 19:51:23 sendUrl INFO 21 [237] -2015-01-23 19:52:13 queue INFO >>21 [238] -2015-01-23 19:52:13 sendUrl INFO 21 [238] -2015-01-23 19:53:03 queue INFO >>21 [239] -2015-01-23 19:53:03 sendUrl INFO 21 [239] -2015-01-23 19:53:53 queue INFO >>21 [240] -2015-01-23 19:53:53 sendUrl INFO 21 [240] -2015-01-23 19:54:43 queue INFO >>21 [241] -2015-01-23 19:54:44 sendUrl INFO 21 [241] -2015-01-23 19:55:33 queue INFO >>21 [242] -2015-01-23 19:55:33 sendUrl INFO 21 [242] -2015-01-23 19:56:23 queue INFO >>21 [243] -2015-01-23 19:56:24 sendUrl INFO 21 [243] -2015-01-23 19:57:14 queue INFO >>21 [244] -2015-01-23 19:57:14 sendUrl INFO 21 [244] -2015-01-23 19:58:04 queue INFO >>21 [245] -2015-01-23 19:58:04 sendUrl INFO 21 [245] -2015-01-23 19:58:54 queue INFO >>21 [246] -2015-01-23 19:58:54 sendUrl INFO 21 [246] -2015-01-23 19:59:44 queue INFO >>21 [247] -2015-01-23 19:59:44 sendUrl INFO 21 [247] -2015-01-23 20:00:34 queue INFO >>21 [248] -2015-01-23 20:00:34 sendUrl INFO 21 [248] -2015-01-23 20:01:24 queue INFO >>21 [249] -2015-01-23 20:01:24 sendUrl INFO 21 [249] -2015-01-23 20:02:14 queue INFO >>21 [250] -2015-01-23 20:02:15 sendUrl INFO 21 [250] -2015-01-23 20:03:05 queue INFO >>21 [251] -2015-01-23 20:03:05 sendUrl INFO 21 [251] -2015-01-23 20:03:55 queue INFO >>21 [252] -2015-01-23 20:03:55 sendUrl INFO 21 [252] -2015-01-23 20:04:45 queue INFO >>21 [253] -2015-01-23 20:04:45 sendUrl INFO 21 [253] -2015-01-23 20:05:35 queue INFO >>21 [254] -2015-01-23 20:05:36 sendUrl INFO 21 [254] -2015-01-23 20:06:25 queue INFO >>21 [255] -2015-01-23 20:06:25 sendUrl INFO 21 [255] -2015-01-23 20:07:15 queue INFO >>21 [256] -2015-01-23 20:07:16 sendUrl INFO 21 [256] -2015-01-23 20:08:05 queue INFO >>21 [257] -2015-01-23 20:08:06 sendUrl INFO 21 [257] -2015-01-23 20:08:56 queue INFO >>21 [258] -2015-01-23 20:08:56 sendUrl INFO 21 [258] -2015-01-23 20:09:46 queue INFO >>21 [259] -2015-01-23 20:09:46 sendUrl INFO 21 [259] -2015-01-23 20:10:36 queue INFO >>21 [260] -2015-01-23 20:10:36 sendUrl INFO 21 [260] -2015-01-23 20:11:26 queue INFO >>21 [261] -2015-01-23 20:11:27 sendUrl INFO 21 [261] -2015-01-23 20:12:16 queue INFO >>21 [262] -2015-01-23 20:12:16 sendUrl INFO 21 [262] -2015-01-23 20:13:06 queue INFO >>21 [263] -2015-01-23 20:13:07 sendUrl INFO 21 [263] -2015-01-23 20:13:57 queue INFO >>21 [264] -2015-01-23 20:13:57 sendUrl INFO 21 [264] -2015-01-23 20:14:47 queue INFO >>21 [265] -2015-01-23 20:14:47 sendUrl INFO 21 [265] -2015-01-23 20:15:37 queue INFO >>21 [266] -2015-01-23 20:15:37 sendUrl INFO 21 [266] -2015-01-23 20:16:27 queue INFO >>21 [267] -2015-01-23 20:16:27 sendUrl INFO 21 [267] -2015-01-23 20:17:17 queue INFO >>21 [268] -2015-01-23 20:17:18 sendUrl INFO 21 [268] -2015-01-23 20:18:07 queue INFO >>21 [269] -2015-01-23 20:18:08 sendUrl INFO 21 [269] -2015-01-23 20:18:57 queue INFO >>21 [270] -2015-01-23 20:18:58 sendUrl INFO 21 [270] -2015-01-23 20:19:48 queue INFO >>21 [271] -2015-01-23 20:19:48 sendUrl INFO 21 [271] -2015-01-23 20:20:38 queue INFO >>21 [272] -2015-01-23 20:20:38 sendUrl INFO 21 [272] -2015-01-23 20:21:28 queue INFO >>21 [273] -2015-01-23 20:21:28 sendUrl INFO 21 [273] -2015-01-23 20:22:18 queue INFO >>21 [274] -2015-01-23 20:22:19 sendUrl INFO 21 [274] -2015-01-23 20:23:08 queue INFO >>21 [275] -2015-01-23 20:23:08 sendUrl INFO 21 [275] -2015-01-23 20:23:58 queue INFO >>21 [276] -2015-01-23 20:23:59 sendUrl INFO 21 [276] -2015-01-23 20:24:49 queue INFO >>21 [277] -2015-01-23 20:24:49 sendUrl INFO 21 [277] -2015-01-23 20:25:39 queue INFO >>21 [278] -2015-01-23 20:25:39 sendUrl INFO 21 [278] -2015-01-23 20:26:29 queue INFO >>21 [279] -2015-01-23 20:26:29 sendUrl INFO 21 [279] -2015-01-23 20:27:19 queue INFO >>21 [280] -2015-01-23 20:27:19 sendUrl INFO 21 [280] -2015-01-23 20:28:09 queue INFO >>21 [281] -2015-01-23 20:28:10 sendUrl INFO 21 [281] -2015-01-23 20:28:59 queue INFO >>21 [282] -2015-01-23 20:28:59 sendUrl INFO 21 [282] -2015-01-23 20:29:49 queue INFO >>21 [283] -2015-01-23 20:29:50 sendUrl INFO 21 [283] -2015-01-23 20:30:40 queue INFO >>21 [284] -2015-01-23 20:30:40 sendUrl INFO 21 [284] -2015-01-23 20:31:30 queue INFO >>21 [285] -2015-01-23 20:31:30 sendUrl INFO 21 [285] -2015-01-23 20:32:20 queue INFO >>21 [286] -2015-01-23 20:32:20 sendUrl INFO 21 [286] -2015-01-23 20:33:10 queue INFO >>21 [287] -2015-01-23 20:33:11 sendUrl INFO 21 [287] -2015-01-23 20:34:00 queue INFO >>21 [288] -2015-01-23 20:34:00 sendUrl INFO 21 [288] -2015-01-23 20:34:50 queue INFO >>21 [289] -2015-01-23 20:34:51 sendUrl INFO 21 [289] -2015-01-23 20:35:41 queue INFO >>21 [290] -2015-01-23 20:35:41 sendUrl INFO 21 [290] -2015-01-23 20:36:31 queue INFO >>21 [291] -2015-01-23 20:36:31 sendUrl INFO 21 [291] -2015-01-23 20:37:21 queue INFO >>21 [292] -2015-01-23 20:37:21 sendUrl INFO 21 [292] -2015-01-23 20:38:11 queue INFO >>21 [293] -2015-01-23 20:38:11 sendUrl INFO 21 [293] -2015-01-23 20:39:01 queue INFO >>21 [294] -2015-01-23 20:39:02 sendUrl INFO 21 [294] -2015-01-23 20:39:51 queue INFO >>21 [295] -2015-01-23 20:39:51 sendUrl INFO 21 [295] -2015-01-23 20:40:41 queue INFO >>21 [296] -2015-01-23 20:40:41 sendUrl INFO 21 [296] -2015-01-23 20:41:31 queue INFO >>21 [297] -2015-01-23 20:41:32 sendUrl INFO 21 [297] -2015-01-23 20:42:22 queue INFO >>21 [298] -2015-01-23 20:42:22 sendUrl INFO 21 [298] -2015-01-23 20:43:12 queue INFO >>21 [299] -2015-01-23 20:43:12 sendUrl INFO 21 [299] -2015-01-23 20:44:02 queue INFO >>21 [300] -2015-01-23 20:44:02 sendUrl INFO 21 [300] -2015-01-23 20:44:52 queue INFO >>21 [301] -2015-01-23 20:44:52 sendUrl INFO 21 [301] -2015-01-23 20:45:42 queue INFO >>21 [302] -2015-01-23 20:45:42 sendUrl INFO 21 [302] -2015-01-23 20:46:32 queue INFO >>21 [303] -2015-01-23 20:46:32 sendUrl INFO 21 [303] -2015-01-23 20:47:22 queue INFO >>21 [304] -2015-01-23 20:47:23 sendUrl INFO 21 [304] -2015-01-23 20:48:13 queue INFO >>21 [305] -2015-01-23 20:48:13 sendUrl INFO 21 [305] -2015-01-23 20:49:03 queue INFO >>21 [306] -2015-01-23 20:49:03 sendUrl INFO 21 [306] -2015-01-23 20:49:53 queue INFO >>21 [307] -2015-01-23 20:49:53 sendUrl INFO 21 [307] -2015-01-23 20:50:43 queue INFO >>21 [308] -2015-01-23 20:50:43 sendUrl INFO 21 [308] -2015-01-23 20:51:33 queue INFO >>21 [309] -2015-01-23 20:51:34 sendUrl INFO 21 [309] -2015-01-23 20:52:23 queue INFO >>21 [310] -2015-01-23 20:52:24 sendUrl INFO 21 [310] -2015-01-23 20:53:14 queue INFO >>21 [311] -2015-01-23 20:53:14 sendUrl INFO 21 [311] -2015-01-23 20:54:04 queue INFO >>21 [312] -2015-01-23 20:54:04 sendUrl INFO 21 [312] -2015-01-23 20:54:54 queue INFO >>21 [313] -2015-01-23 20:54:54 sendUrl INFO 21 [313] -2015-01-23 20:55:44 queue INFO >>21 [314] -2015-01-23 20:55:44 sendUrl INFO 21 [314] -2015-01-23 20:56:34 queue INFO >>21 [315] -2015-01-23 20:56:34 sendUrl INFO 21 [315] -2015-01-23 20:57:24 queue INFO >>21 [316] -2015-01-23 20:57:24 sendUrl INFO 21 [316] -2015-01-23 20:58:14 queue INFO >>21 [317] -2015-01-23 20:58:15 sendUrl INFO 21 [317] -2015-01-23 20:59:05 queue INFO >>21 [318] -2015-01-23 20:59:05 sendUrl INFO 21 [318] -2015-01-23 20:59:55 queue INFO >>21 [319] -2015-01-23 20:59:55 sendUrl INFO 21 [319] -2015-01-23 21:00:45 queue INFO >>21 [320] -2015-01-23 21:00:45 sendUrl INFO 21 [320] -2015-01-23 21:01:35 queue INFO >>21 [321] -2015-01-23 21:01:36 sendUrl INFO 21 [321] -2015-01-23 21:02:25 queue INFO >>21 [322] -2015-01-23 21:02:26 sendUrl INFO 21 [322] -2015-01-23 21:03:15 queue INFO >>21 [323] -2015-01-23 21:03:16 sendUrl INFO 21 [323] -2015-01-23 21:04:06 queue INFO >>21 [324] -2015-01-23 21:04:06 sendUrl INFO 21 [324] -2015-01-23 21:04:56 queue INFO >>21 [325] -2015-01-23 21:04:56 sendUrl INFO 21 [325] -2015-01-23 21:05:46 queue INFO >>21 [326] -2015-01-23 21:05:46 sendUrl INFO 21 [326] -2015-01-23 21:06:36 queue INFO >>21 [327] -2015-01-23 21:06:36 sendUrl INFO 21 [327] -2015-01-23 21:07:26 queue INFO >>21 [328] -2015-01-23 21:07:26 sendUrl INFO 21 [328] -2015-01-23 21:08:16 queue INFO >>21 [329] -2015-01-23 21:08:16 sendUrl INFO 21 [329] -2015-01-23 21:09:06 queue INFO >>21 [330] -2015-01-23 21:09:07 sendUrl INFO 21 [330] -2015-01-23 21:09:56 queue INFO >>21 [331] -2015-01-23 21:09:57 sendUrl INFO 21 [331] -2015-01-23 21:10:47 queue INFO >>21 [332] -2015-01-23 21:10:47 sendUrl INFO 21 [332] -2015-01-23 21:11:37 queue INFO >>21 [333] -2015-01-23 21:11:37 sendUrl INFO 21 [333] -2015-01-23 21:12:27 queue INFO >>21 [334] -2015-01-23 21:12:27 sendUrl INFO 21 [334] -2015-01-23 21:13:17 queue INFO >>21 [335] -2015-01-23 21:13:18 sendUrl INFO 21 [335] -2015-01-23 21:14:07 queue INFO >>21 [336] -2015-01-23 21:14:07 sendUrl INFO 21 [336] -2015-01-23 21:14:57 queue INFO >>21 [337] -2015-01-23 21:14:58 sendUrl INFO 21 [337] -2015-01-23 21:15:48 queue INFO >>21 [338] -2015-01-23 21:15:48 sendUrl INFO 21 [338] -2015-01-23 21:16:38 queue INFO >>21 [339] -2015-01-23 21:16:38 sendUrl INFO 21 [339] -2015-01-23 21:17:28 queue INFO >>21 [340] -2015-01-23 21:17:28 sendUrl INFO 21 [340] -2015-01-23 21:18:18 queue INFO >>21 [341] -2015-01-23 21:18:18 sendUrl INFO 21 [341] -2015-01-23 21:19:08 queue INFO >>21 [342] -2015-01-23 21:19:08 sendUrl INFO 21 [342] -2015-01-23 21:19:58 queue INFO >>21 [343] -2015-01-23 21:19:59 sendUrl INFO 21 [343] -2015-01-23 21:20:48 queue INFO >>21 [344] -2015-01-23 21:20:49 sendUrl INFO 21 [344] -2015-01-23 21:21:38 queue INFO >>21 [345] -2015-01-23 21:21:39 sendUrl INFO 21 [345] -2015-01-23 21:22:29 queue INFO >>21 [346] -2015-01-23 21:22:29 sendUrl INFO 21 [346] -2015-01-23 21:23:19 queue INFO >>21 [347] -2015-01-23 21:23:19 sendUrl INFO 21 [347] -2015-01-23 21:24:09 queue INFO >>21 [348] -2015-01-23 21:24:09 sendUrl INFO 21 [348] -2015-01-23 21:24:59 queue INFO >>21 [349] -2015-01-23 21:24:59 sendUrl INFO 21 [349] -2015-01-23 21:25:49 queue INFO >>21 [350] -2015-01-23 21:25:50 sendUrl INFO 21 [350] -2015-01-23 21:26:39 queue INFO >>21 [351] -2015-01-23 21:26:40 sendUrl INFO 21 [351] -2015-01-23 21:27:29 queue INFO >>21 [352] -2015-01-23 21:27:30 sendUrl INFO 21 [352] -2015-01-23 21:28:20 queue INFO >>21 [353] -2015-01-23 21:28:20 sendUrl INFO 21 [353] -2015-01-23 21:29:10 queue INFO >>21 [354] -2015-01-23 21:29:10 sendUrl INFO 21 [354] -2015-01-23 21:30:00 queue INFO >>21 [355] -2015-01-23 21:30:00 sendUrl INFO 21 [355] -2015-01-23 21:30:50 queue INFO >>21 [356] -2015-01-23 21:30:50 sendUrl INFO 21 [356] -2015-01-23 21:31:40 queue INFO >>21 [357] -2015-01-23 21:31:41 sendUrl INFO 21 [357] -2015-01-23 21:32:30 queue INFO >>21 [358] -2015-01-23 21:32:31 sendUrl INFO 21 [358] -2015-01-23 21:33:21 queue INFO >>21 [359] -2015-01-23 21:33:21 sendUrl INFO 21 [359] -2015-01-23 21:34:11 queue INFO >>21 [360] -2015-01-23 21:34:11 sendUrl INFO 21 [360] -2015-01-23 21:35:01 queue INFO >>21 [361] -2015-01-23 21:35:01 sendUrl INFO 21 [361] -2015-01-23 21:35:51 queue INFO >>21 [362] -2015-01-23 21:35:51 sendUrl INFO 21 [362] -2015-01-23 21:36:41 queue INFO >>21 [363] -2015-01-23 21:36:42 program ERROR IOB offline -2015-01-23 21:36:42 program INFO IOB ONLINE! -2015-01-23 21:36:42 sendUrl INFO 21 [363] -2015-01-23 21:37:31 queue INFO >>21 [364] -2015-01-23 21:37:31 program ERROR IOB offline -2015-01-23 21:37:32 program INFO IOB ONLINE! -2015-01-23 21:37:32 sendUrl INFO 21 [364] -2015-01-23 21:38:21 queue INFO >>21 [365] -2015-01-23 21:38:22 program ERROR IOB offline -2015-01-23 21:38:22 program INFO IOB ONLINE! -2015-01-23 21:38:22 sendUrl INFO 21 [365] -2015-01-23 21:39:12 queue INFO >>21 [366] -2015-01-23 21:39:12 program ERROR IOB offline -2015-01-23 21:39:12 program INFO IOB ONLINE! -2015-01-23 21:39:12 sendUrl INFO 21 [366] -2015-01-23 21:40:02 queue INFO >>21 [367] -2015-01-23 21:40:02 sendUrl INFO 21 [367] -2015-01-23 21:40:52 queue INFO >>21 [368] -2015-01-23 21:40:52 program ERROR IOB offline -2015-01-23 21:40:52 program INFO IOB ONLINE! -2015-01-23 21:40:52 sendUrl INFO 21 [368] -2015-01-23 21:41:42 queue INFO >>21 [369] -2015-01-23 21:41:42 program ERROR IOB offline -2015-01-23 21:41:43 program INFO IOB ONLINE! -2015-01-23 21:41:43 sendUrl INFO 21 [369] -2015-01-23 21:42:32 queue INFO >>21 [370] -2015-01-23 21:42:33 program ERROR IOB offline -2015-01-23 21:42:33 program INFO IOB ONLINE! -2015-01-23 21:42:33 sendUrl INFO 21 [370] -2015-01-23 21:43:22 queue INFO >>21 [371] -2015-01-23 21:43:22 sendUrl INFO 21 [371] -2015-01-23 21:44:12 queue INFO >>21 [372] -2015-01-23 21:44:13 sendUrl INFO 21 [372] -2015-01-23 21:45:02 queue INFO >>21 [373] -2015-01-23 21:45:03 program ERROR IOB offline -2015-01-23 21:45:03 program INFO IOB ONLINE! -2015-01-23 21:45:03 sendUrl INFO 21 [373] -2015-01-23 21:45:53 queue INFO >>21 [374] -2015-01-23 21:45:53 program ERROR IOB offline -2015-01-23 21:45:53 program INFO IOB ONLINE! -2015-01-23 21:45:53 sendUrl INFO 21 [374] -2015-01-23 21:46:43 queue INFO >>21 [375] -2015-01-23 21:46:43 sendUrl INFO 21 [375] -2015-01-23 21:47:33 queue INFO >>21 [376] -2015-01-23 21:47:33 program ERROR IOB offline -2015-01-23 21:47:34 program INFO IOB ONLINE! -2015-01-23 21:47:34 sendUrl INFO 21 [376] -2015-01-23 21:48:23 queue INFO >>21 [377] -2015-01-23 21:48:23 sendUrl INFO 21 [377] -2015-01-23 21:49:13 queue INFO >>21 [378] -2015-01-23 21:49:14 sendUrl INFO 21 [378] -2015-01-23 21:50:03 queue INFO >>21 [379] -2015-01-23 21:50:04 sendUrl INFO 21 [379] -2015-01-23 21:50:54 queue INFO >>21 [380] -2015-01-23 21:50:54 sendUrl INFO 21 [380] -2015-01-23 21:51:44 queue INFO >>21 [381] -2015-01-23 21:51:44 sendUrl INFO 21 [381] -2015-01-23 21:52:34 queue INFO >>21 [382] -2015-01-23 21:52:34 sendUrl INFO 21 [382] -2015-01-23 21:53:24 queue INFO >>21 [383] -2015-01-23 21:53:24 sendUrl INFO 21 [383] -2015-01-23 21:54:14 queue INFO >>21 [384] -2015-01-23 21:54:14 sendUrl INFO 21 [384] -2015-01-23 21:55:04 queue INFO >>21 [385] -2015-01-23 21:55:05 sendUrl INFO 21 [385] -2015-01-23 21:55:54 queue INFO >>21 [386] -2015-01-23 21:55:55 sendUrl INFO 21 [386] -2015-01-23 21:56:45 queue INFO >>21 [387] -2015-01-23 21:56:45 sendUrl INFO 21 [387] -2015-01-23 21:57:35 queue INFO >>21 [388] -2015-01-23 21:57:35 sendUrl INFO 21 [388] -2015-01-23 21:58:25 queue INFO >>21 [389] -2015-01-23 21:58:25 sendUrl INFO 21 [389] -2015-01-23 21:59:15 queue INFO >>21 [390] -2015-01-23 21:59:16 sendUrl INFO 21 [390] -2015-01-23 22:00:05 queue INFO >>21 [391] -2015-01-23 22:00:05 sendUrl INFO 21 [391] -2015-01-23 22:00:55 queue INFO >>21 [392] -2015-01-23 22:00:56 sendUrl INFO 21 [392] -2015-01-23 22:01:46 queue INFO >>21 [393] -2015-01-23 22:01:46 sendUrl INFO 21 [393] -2015-01-23 22:02:36 queue INFO >>21 [394] -2015-01-23 22:02:36 sendUrl INFO 21 [394] -2015-01-23 22:03:26 queue INFO >>21 [395] -2015-01-23 22:03:26 sendUrl INFO 21 [395] -2015-01-23 22:04:16 queue INFO >>21 [396] -2015-01-23 22:04:17 sendUrl INFO 21 [396] -2015-01-23 22:05:06 queue INFO >>21 [397] -2015-01-23 22:05:06 sendUrl INFO 21 [397] -2015-01-23 22:05:56 queue INFO >>21 [398] -2015-01-23 22:05:57 sendUrl INFO 21 [398] -2015-01-23 22:06:46 queue INFO >>21 [399] -2015-01-23 22:06:47 sendUrl INFO 21 [399] -2015-01-23 22:07:37 queue INFO >>21 [400] -2015-01-23 22:07:37 program ERROR IOB offline -2015-01-23 22:07:37 program INFO IOB ONLINE! -2015-01-23 22:07:37 sendUrl INFO 21 [400] -2015-01-23 22:08:27 queue INFO >>21 [401] -2015-01-23 22:08:27 program ERROR IOB offline -2015-01-23 22:08:28 program INFO IOB ONLINE! -2015-01-23 22:08:28 sendUrl INFO 21 [401] -2015-01-23 22:09:17 queue INFO >>21 [402] -2015-01-23 22:09:17 program ERROR IOB offline -2015-01-23 22:09:18 program INFO IOB ONLINE! -2015-01-23 22:09:18 sendUrl INFO 21 [402] -2015-01-23 22:10:07 queue INFO >>21 [403] -2015-01-23 22:10:07 program ERROR IOB offline -2015-01-23 22:10:08 program INFO IOB ONLINE! -2015-01-23 22:10:08 sendUrl INFO 21 [403] -2015-01-23 22:10:57 queue INFO >>21 [404] -2015-01-23 22:10:58 sendUrl INFO 21 [404] -2015-01-23 22:11:47 queue INFO >>21 [405] -2015-01-23 22:11:48 sendUrl INFO 21 [405] -2015-01-23 22:12:38 queue INFO >>21 [406] -2015-01-23 22:12:38 sendUrl INFO 21 [406] -2015-01-23 22:13:28 queue INFO >>21 [407] -2015-01-23 22:13:28 sendUrl INFO 21 [407] -2015-01-23 22:14:18 queue INFO >>21 [408] -2015-01-23 22:14:18 sendUrl INFO 21 [408] -2015-01-23 22:15:08 queue INFO >>21 [409] -2015-01-23 22:15:08 program ERROR IOB offline -2015-01-23 22:15:09 program INFO IOB ONLINE! -2015-01-23 22:15:09 sendUrl INFO 21 [409] -2015-01-23 22:15:58 queue INFO >>21 [410] -2015-01-23 22:15:58 sendUrl INFO 21 [410] -2015-01-23 22:16:48 queue INFO >>21 [411] -2015-01-23 22:16:49 sendUrl INFO 21 [411] -2015-01-23 22:17:38 queue INFO >>21 [412] -2015-01-23 22:17:39 program ERROR IOB offline -2015-01-23 22:17:40 program INFO IOB ONLINE! -2015-01-23 22:17:40 sendUrl INFO 21 [412] -2015-01-23 22:18:29 queue INFO >>21 [413] -2015-01-23 22:18:29 program ERROR IOB offline -2015-01-23 22:18:29 program INFO IOB ONLINE! -2015-01-23 22:18:29 sendUrl INFO 21 [413] -2015-01-23 22:19:19 queue INFO >>21 [414] -2015-01-23 22:19:19 program ERROR IOB offline -2015-01-23 22:19:20 program INFO IOB ONLINE! -2015-01-23 22:19:20 sendUrl INFO 21 [414] -2015-01-23 22:20:09 queue INFO >>21 [415] -2015-01-23 22:20:09 program ERROR IOB offline -2015-01-23 22:20:10 program INFO IOB ONLINE! -2015-01-23 22:20:10 sendUrl INFO 21 [415] -2015-01-23 22:20:59 queue INFO >>21 [416] -2015-01-23 22:20:59 program ERROR IOB offline -2015-01-23 22:21:00 program INFO IOB ONLINE! -2015-01-23 22:21:00 sendUrl INFO 21 [416] -2015-01-23 22:21:49 queue INFO >>21 [417] -2015-01-23 22:21:50 sendUrl INFO 21 [417] -2015-01-23 22:22:39 queue INFO >>21 [418] -2015-01-23 22:22:40 sendUrl INFO 21 [418] -2015-01-23 22:23:30 queue INFO >>21 [419] -2015-01-23 22:23:30 program ERROR IOB offline -2015-01-23 22:23:30 program INFO IOB ONLINE! -2015-01-23 22:23:30 sendUrl INFO 21 [419] -2015-01-23 22:24:20 queue INFO >>21 [420] -2015-01-23 22:24:20 sendUrl INFO 21 [420] -2015-01-23 22:25:10 queue INFO >>21 [421] -2015-01-23 22:25:10 sendUrl INFO 21 [421] -2015-01-23 22:26:00 queue INFO >>21 [422] -2015-01-23 22:26:00 sendUrl INFO 21 [422] -2015-01-23 22:26:50 queue INFO >>21 [423] -2015-01-23 22:26:50 sendUrl INFO 21 [423] -2015-01-23 22:27:40 queue INFO >>21 [424] -2015-01-23 22:27:41 sendUrl INFO 21 [424] -2015-01-23 22:28:30 queue INFO >>21 [425] -2015-01-23 22:28:31 program ERROR IOB offline -2015-01-23 22:28:31 program INFO IOB ONLINE! -2015-01-23 22:28:31 sendUrl INFO 21 [425] -2015-01-23 22:29:20 queue INFO >>21 [426] -2015-01-23 22:29:21 sendUrl INFO 21 [426] -2015-01-23 22:30:11 queue INFO >>21 [427] -2015-01-23 22:30:11 program ERROR IOB offline -2015-01-23 22:30:11 program INFO IOB ONLINE! -2015-01-23 22:30:11 sendUrl INFO 21 [427] -2015-01-23 22:31:01 queue INFO >>21 [428] -2015-01-23 22:31:01 program ERROR IOB offline -2015-01-23 22:31:02 program INFO IOB ONLINE! -2015-01-23 22:31:02 sendUrl INFO 21 [428] -2015-01-23 22:31:51 queue INFO >>21 [429] -2015-01-23 22:31:51 program ERROR IOB offline -2015-01-23 22:31:52 program INFO IOB ONLINE! -2015-01-23 22:31:52 sendUrl INFO 21 [429] -2015-01-23 22:32:41 queue INFO >>21 [430] -2015-01-23 22:32:41 program ERROR IOB offline -2015-01-23 22:32:42 program INFO IOB ONLINE! -2015-01-23 22:32:42 sendUrl INFO 21 [430] -2015-01-23 22:33:31 queue INFO >>21 [431] -2015-01-23 22:33:32 program ERROR IOB offline -2015-01-23 22:33:32 program INFO IOB ONLINE! -2015-01-23 22:33:32 sendUrl INFO 21 [431] -2015-01-23 22:34:21 queue INFO >>21 [432] -2015-01-23 22:34:22 sendUrl INFO 21 [432] -2015-01-23 22:35:12 queue INFO >>21 [433] -2015-01-23 22:35:12 sendUrl INFO 21 [433] -2015-01-23 22:36:02 queue INFO >>21 [434] -2015-01-23 22:36:02 sendUrl INFO 21 [434] -2015-01-23 22:36:52 queue INFO >>21 [435] -2015-01-23 22:36:52 sendUrl INFO 21 [435] -2015-01-23 22:37:42 queue INFO >>21 [436] -2015-01-23 22:37:42 program ERROR IOB offline -2015-01-23 22:37:43 program INFO IOB ONLINE! -2015-01-23 22:37:43 sendUrl INFO 21 [436] -2015-01-23 22:38:32 queue INFO >>21 [437] -2015-01-23 22:38:33 program ERROR IOB offline -2015-01-23 22:38:33 program INFO IOB ONLINE! -2015-01-23 22:38:33 sendUrl INFO 21 [437] -2015-01-23 22:39:22 queue INFO >>21 [438] -2015-01-23 22:39:22 program ERROR IOB offline -2015-01-23 22:39:23 program INFO IOB ONLINE! -2015-01-23 22:39:23 sendUrl INFO 21 [438] -2015-01-23 22:40:12 queue INFO >>21 [439] -2015-01-23 22:40:13 sendUrl INFO 21 [439] -2015-01-23 22:41:03 queue INFO >>21 [440] -2015-01-23 22:41:03 sendUrl INFO 21 [440] -2015-01-23 22:41:53 queue INFO >>21 [441] -2015-01-23 22:41:53 program ERROR IOB offline -2015-01-23 22:41:53 program INFO IOB ONLINE! -2015-01-23 22:41:54 sendUrl INFO 21 [441] -2015-01-23 22:42:43 queue INFO >>21 [442] -2015-01-23 22:42:43 program ERROR IOB offline -2015-01-23 22:42:44 program INFO IOB ONLINE! -2015-01-23 22:42:44 sendUrl INFO 21 [442] -2015-01-23 22:43:33 queue INFO >>21 [443] -2015-01-23 22:43:33 program ERROR IOB offline -2015-01-23 22:43:34 program INFO IOB ONLINE! -2015-01-23 22:43:34 sendUrl INFO 21 [443] -2015-01-23 22:44:23 queue INFO >>21 [444] -2015-01-23 22:44:24 sendUrl INFO 21 [444] -2015-01-23 22:45:13 queue INFO >>21 [445] -2015-01-23 22:45:14 program ERROR IOB offline -2015-01-23 22:45:14 program INFO IOB ONLINE! -2015-01-23 22:45:14 sendUrl INFO 21 [445] -2015-01-23 22:46:03 queue INFO >>21 [446] -2015-01-23 22:46:04 program ERROR IOB offline -2015-01-23 22:46:04 program INFO IOB ONLINE! -2015-01-23 22:46:04 sendUrl INFO 21 [446] -2015-01-23 22:46:54 queue INFO >>21 [447] -2015-01-23 22:46:54 program ERROR IOB offline -2015-01-23 22:46:55 program INFO IOB ONLINE! -2015-01-23 22:46:55 sendUrl INFO 21 [447] -2015-01-23 22:47:44 queue INFO >>21 [448] -2015-01-23 22:47:44 sendUrl INFO 21 [448] -2015-01-23 22:48:34 queue INFO >>21 [449] -2015-01-23 22:48:34 sendUrl INFO 21 [449] -2015-01-23 22:49:24 queue INFO >>21 [450] -2015-01-23 22:49:25 sendUrl INFO 21 [450] -2015-01-23 22:50:14 queue INFO >>21 [451] -2015-01-23 22:50:14 sendUrl INFO 21 [451] -2015-01-23 22:51:04 queue INFO >>21 [452] -2015-01-23 22:51:05 sendUrl INFO 21 [452] -2015-01-23 22:51:55 queue INFO >>21 [453] -2015-01-23 22:51:55 program ERROR IOB offline -2015-01-23 22:51:55 program INFO IOB ONLINE! -2015-01-23 22:51:55 sendUrl INFO 21 [453] -2015-01-23 22:52:45 queue INFO >>21 [454] -2015-01-23 22:52:45 program ERROR IOB offline -2015-01-23 22:52:45 program INFO IOB ONLINE! -2015-01-23 22:52:46 sendUrl INFO 21 [454] -2015-01-23 22:53:35 queue INFO >>21 [455] -2015-01-23 22:53:35 sendUrl INFO 21 [455] -2015-01-23 22:54:25 queue INFO >>21 [456] -2015-01-23 22:54:25 sendUrl INFO 21 [456] -2015-01-23 22:55:15 queue INFO >>21 [457] -2015-01-23 22:55:16 program ERROR IOB offline -2015-01-23 22:55:16 program INFO IOB ONLINE! -2015-01-23 22:55:16 sendUrl INFO 21 [457] -2015-01-23 22:56:05 queue INFO >>21 [458] -2015-01-23 22:56:05 sendUrl INFO 21 [458] -2015-01-23 22:56:55 queue INFO >>21 [459] -2015-01-23 22:56:56 program ERROR IOB offline -2015-01-23 22:56:56 program INFO IOB ONLINE! -2015-01-23 22:56:56 sendUrl INFO 21 [459] -2015-01-23 22:57:46 queue INFO >>21 [460] -2015-01-23 22:57:46 sendUrl INFO 21 [460] -2015-01-23 22:58:36 queue INFO >>21 [461] -2015-01-23 22:58:36 program ERROR IOB offline -2015-01-23 22:58:37 program INFO IOB ONLINE! -2015-01-23 22:58:37 sendUrl INFO 21 [461] -2015-01-23 22:59:26 queue INFO >>21 [462] -2015-01-23 22:59:26 sendUrl INFO 21 [462] -2015-01-23 23:00:16 queue INFO >>21 [463] -2015-01-23 23:00:16 sendUrl INFO 21 [463] -2015-01-23 23:01:06 queue INFO >>21 [464] -2015-01-23 23:01:06 sendUrl INFO 21 [464] -2015-01-23 23:01:56 queue INFO >>21 [465] -2015-01-23 23:01:56 program ERROR IOB offline -2015-01-23 23:01:57 program INFO IOB ONLINE! -2015-01-23 23:01:57 sendUrl INFO 21 [465] -2015-01-23 23:02:46 queue INFO >>21 [466] -2015-01-23 23:02:47 program ERROR IOB offline -2015-01-23 23:02:47 program INFO IOB ONLINE! -2015-01-23 23:02:47 sendUrl INFO 21 [466] -2015-01-23 23:03:37 queue INFO >>21 [467] -2015-01-23 23:03:37 program ERROR IOB offline -2015-01-23 23:03:38 program INFO IOB ONLINE! -2015-01-23 23:03:38 sendUrl INFO 21 [467] -2015-01-23 23:04:27 queue INFO >>21 [468] -2015-01-23 23:04:27 program ERROR IOB offline -2015-01-23 23:04:27 program INFO IOB ONLINE! -2015-01-23 23:04:27 sendUrl INFO 21 [468] -2015-01-23 23:05:17 queue INFO >>21 [469] -2015-01-23 23:05:17 program ERROR IOB offline -2015-01-23 23:05:18 program INFO IOB ONLINE! -2015-01-23 23:05:18 sendUrl INFO 21 [469] -2015-01-23 23:06:07 queue INFO >>21 [470] -2015-01-23 23:06:07 program ERROR IOB offline -2015-01-23 23:06:08 program INFO IOB ONLINE! -2015-01-23 23:06:08 sendUrl INFO 21 [470] -2015-01-23 23:06:57 queue INFO >>21 [471] -2015-01-23 23:06:57 sendUrl INFO 21 [471] -2015-01-23 23:07:47 queue INFO >>21 [472] -2015-01-23 23:07:48 sendUrl INFO 21 [472] -2015-01-23 23:08:37 queue INFO >>21 [473] -2015-01-23 23:08:38 program ERROR IOB offline -2015-01-23 23:08:38 program INFO IOB ONLINE! -2015-01-23 23:08:38 sendUrl INFO 21 [473] -2015-01-23 23:09:27 queue INFO >>21 [474] -2015-01-23 23:09:28 program ERROR IOB offline -2015-01-23 23:09:28 program INFO IOB ONLINE! -2015-01-23 23:09:29 sendUrl INFO 21 [474] -2015-01-23 23:10:18 queue INFO >>21 [475] -2015-01-23 23:10:18 program ERROR IOB offline -2015-01-23 23:10:18 program INFO IOB ONLINE! -2015-01-23 23:10:18 sendUrl INFO 21 [475] -2015-01-23 23:11:08 queue INFO >>21 [476] -2015-01-23 23:11:08 program ERROR IOB offline -2015-01-23 23:11:09 program INFO IOB ONLINE! -2015-01-23 23:11:09 sendUrl INFO 21 [476] -2015-01-23 23:11:58 queue INFO >>21 [477] -2015-01-23 23:11:58 sendUrl INFO 21 [477] -2015-01-23 23:12:48 queue INFO >>21 [478] -2015-01-23 23:12:48 sendUrl INFO 21 [478] -2015-01-23 23:13:38 queue INFO >>21 [479] -2015-01-23 23:13:38 sendUrl INFO 21 [479] -2015-01-23 23:14:28 queue INFO >>21 [480] -2015-01-23 23:14:29 sendUrl INFO 21 [480] -2015-01-23 23:15:18 queue INFO >>21 [481] -2015-01-23 23:15:19 sendUrl INFO 21 [481] -2015-01-23 23:16:09 queue INFO >>21 [482] -2015-01-23 23:16:09 sendUrl INFO 21 [482] -2015-01-23 23:16:59 queue INFO >>21 [483] -2015-01-23 23:16:59 program ERROR IOB offline -2015-01-23 23:17:00 program INFO IOB ONLINE! -2015-01-23 23:17:00 sendUrl INFO 21 [483] -2015-01-23 23:17:49 queue INFO >>21 [484] -2015-01-23 23:17:49 program ERROR IOB offline -2015-01-23 23:17:49 program INFO IOB ONLINE! -2015-01-23 23:17:49 sendUrl INFO 21 [484] -2015-01-23 23:18:39 queue INFO >>21 [485] -2015-01-23 23:18:39 program ERROR IOB offline -2015-01-23 23:18:40 program INFO IOB ONLINE! -2015-01-23 23:18:40 sendUrl INFO 21 [485] -2015-01-23 23:19:29 queue INFO >>21 [486] -2015-01-23 23:19:29 program ERROR IOB offline -2015-01-23 23:19:30 program INFO IOB ONLINE! -2015-01-23 23:19:30 sendUrl INFO 21 [486] -2015-01-23 23:20:19 queue INFO >>21 [487] -2015-01-23 23:20:20 sendUrl INFO 21 [487] -2015-01-23 23:21:09 queue INFO >>21 [488] -2015-01-23 23:21:10 program ERROR IOB offline -2015-01-23 23:21:10 program INFO IOB ONLINE! -2015-01-23 23:21:10 sendUrl INFO 21 [488] -2015-01-23 23:21:59 queue INFO >>21 [489] -2015-01-23 23:22:00 program ERROR IOB offline -2015-01-23 23:22:00 program INFO IOB ONLINE! -2015-01-23 23:22:00 sendUrl INFO 21 [489] -2015-01-23 23:22:50 queue INFO >>21 [490] -2015-01-23 23:22:50 sendUrl INFO 21 [490] -2015-01-23 23:23:40 queue INFO >>21 [491] -2015-01-23 23:23:40 sendUrl INFO 21 [491] -2015-01-23 23:24:30 queue INFO >>21 [492] -2015-01-23 23:24:30 program ERROR IOB offline -2015-01-23 23:24:31 program INFO IOB ONLINE! -2015-01-23 23:24:31 sendUrl INFO 21 [492] -2015-01-23 23:25:20 queue INFO >>21 [493] -2015-01-23 23:25:21 program ERROR IOB offline -2015-01-23 23:25:21 program INFO IOB ONLINE! -2015-01-23 23:25:21 sendUrl INFO 21 [493] -2015-01-23 23:26:10 queue INFO >>21 [494] -2015-01-23 23:26:10 program ERROR IOB offline -2015-01-23 23:26:11 program INFO IOB ONLINE! -2015-01-23 23:26:11 sendUrl INFO 21 [494] -2015-01-23 23:27:00 queue INFO >>21 [495] -2015-01-23 23:27:01 program ERROR IOB offline -2015-01-23 23:27:01 program INFO IOB ONLINE! -2015-01-23 23:27:01 sendUrl INFO 21 [495] -2015-01-23 23:27:50 queue INFO >>21 [496] -2015-01-23 23:27:51 program ERROR IOB offline -2015-01-23 23:27:51 program INFO IOB ONLINE! -2015-01-23 23:27:51 sendUrl INFO 21 [496] -2015-01-23 23:28:41 queue INFO >>21 [497] -2015-01-23 23:28:41 program ERROR IOB offline -2015-01-23 23:28:41 program INFO IOB ONLINE! -2015-01-23 23:28:41 sendUrl INFO 21 [497] -2015-01-23 23:29:31 queue INFO >>21 [498] -2015-01-23 23:29:31 program ERROR IOB offline -2015-01-23 23:29:31 program INFO IOB ONLINE! -2015-01-23 23:29:31 sendUrl INFO 21 [498] -2015-01-23 23:30:21 queue INFO >>21 [499] -2015-01-23 23:30:21 sendUrl INFO 21 [499] -2015-01-23 23:31:11 queue INFO >>21 [500] -2015-01-23 23:31:11 sendUrl INFO 21 [500] -2015-01-23 23:32:01 queue INFO >>21 [501] -2015-01-23 23:32:01 program ERROR IOB offline -2015-01-23 23:32:02 program INFO IOB ONLINE! -2015-01-23 23:32:02 sendUrl INFO 21 [501] -2015-01-23 23:32:51 queue INFO >>21 [502] -2015-01-23 23:32:52 program ERROR IOB offline -2015-01-23 23:32:52 program INFO IOB ONLINE! -2015-01-23 23:32:52 sendUrl INFO 21 [502] -2015-01-23 23:33:41 queue INFO >>21 [503] -2015-01-23 23:33:42 program ERROR IOB offline -2015-01-23 23:33:42 program INFO IOB ONLINE! -2015-01-23 23:33:42 sendUrl INFO 21 [503] -2015-01-23 23:34:32 queue INFO >>21 [504] -2015-01-23 23:34:32 sendUrl INFO 21 [504] -2015-01-23 23:35:22 queue INFO >>21 [505] -2015-01-23 23:35:22 program ERROR IOB offline -2015-01-23 23:35:23 program INFO IOB ONLINE! -2015-01-23 23:35:23 sendUrl INFO 21 [505] -2015-01-23 23:36:12 queue INFO >>21 [506] -2015-01-23 23:36:12 sendUrl INFO 21 [506] -2015-01-23 23:37:02 queue INFO >>21 [507] -2015-01-23 23:37:02 sendUrl INFO 21 [507] -2015-01-23 23:37:52 queue INFO >>21 [508] -2015-01-23 23:37:53 sendUrl INFO 21 [508] -2015-01-23 23:38:42 queue INFO >>21 [509] -2015-01-23 23:38:43 sendUrl INFO 21 [509] -2015-01-23 23:39:33 queue INFO >>21 [510] -2015-01-23 23:39:33 sendUrl INFO 21 [510] -2015-01-23 23:40:23 queue INFO >>21 [511] -2015-01-23 23:40:23 sendUrl INFO 21 [511] -2015-01-23 23:41:13 queue INFO >>21 [512] -2015-01-23 23:41:13 sendUrl INFO 21 [512] -2015-01-23 23:42:03 queue INFO >>21 [513] -2015-01-23 23:42:03 sendUrl INFO 21 [513] -2015-01-23 23:42:53 queue INFO >>21 [514] -2015-01-23 23:42:53 sendUrl INFO 21 [514] -2015-01-23 23:43:43 queue INFO >>21 [515] -2015-01-23 23:43:44 sendUrl INFO 21 [515] -2015-01-23 23:44:33 queue INFO >>21 [516] -2015-01-23 23:44:34 sendUrl INFO 21 [516] -2015-01-23 23:45:24 queue INFO >>21 [517] -2015-01-23 23:45:24 sendUrl INFO 21 [517] -2015-01-23 23:46:14 queue INFO >>21 [518] -2015-01-23 23:46:14 sendUrl INFO 21 [518] -2015-01-23 23:47:04 queue INFO >>21 [519] -2015-01-23 23:47:04 sendUrl INFO 21 [519] -2015-01-23 23:47:54 queue INFO >>21 [520] -2015-01-23 23:47:54 sendUrl INFO 21 [520] -2015-01-23 23:48:44 queue INFO >>21 [521] -2015-01-23 23:48:44 sendUrl INFO 21 [521] -2015-01-23 23:49:34 queue INFO >>21 [522] -2015-01-23 23:49:35 sendUrl INFO 21 [522] -2015-01-23 23:50:24 queue INFO >>21 [523] -2015-01-23 23:50:25 sendUrl INFO 21 [523] -2015-01-23 23:51:15 queue INFO >>21 [524] -2015-01-23 23:51:15 sendUrl INFO 21 [524] -2015-01-23 23:52:05 queue INFO >>21 [525] -2015-01-23 23:52:05 sendUrl INFO 21 [525] -2015-01-23 23:52:55 queue INFO >>21 [526] -2015-01-23 23:52:55 sendUrl INFO 21 [526] -2015-01-23 23:53:45 queue INFO >>21 [527] -2015-01-23 23:53:45 sendUrl INFO 21 [527] -2015-01-23 23:54:35 queue INFO >>21 [528] -2015-01-23 23:54:35 sendUrl INFO 21 [528] -2015-01-23 23:55:25 queue INFO >>21 [529] -2015-01-23 23:55:26 sendUrl INFO 21 [529] -2015-01-23 23:56:15 queue INFO >>21 [530] -2015-01-23 23:56:15 sendUrl INFO 21 [530] -2015-01-23 23:57:06 queue INFO >>21 [531] -2015-01-23 23:57:06 sendUrl INFO 21 [531] -2015-01-23 23:57:56 queue INFO >>21 [532] -2015-01-23 23:57:56 sendUrl INFO 21 [532] -2015-01-23 23:58:46 queue INFO >>21 [533] -2015-01-23 23:58:46 sendUrl INFO 21 [533] -2015-01-23 23:59:36 queue INFO >>21 [534] -2015-01-23 23:59:36 sendUrl INFO 21 [534] -2015-01-24 00:00:26 queue INFO >>21 [535] -2015-01-24 00:00:26 sendUrl INFO 21 [535] -2015-01-24 00:01:16 queue INFO >>21 [536] -2015-01-24 00:01:16 sendUrl INFO 21 [536] -2015-01-24 00:02:06 queue INFO >>21 [537] -2015-01-24 00:02:07 sendUrl INFO 21 [537] -2015-01-24 00:02:56 queue INFO >>21 [538] -2015-01-24 00:02:57 sendUrl INFO 21 [538] -2015-01-24 00:03:47 queue INFO >>21 [539] -2015-01-24 00:03:47 sendUrl INFO 21 [539] -2015-01-24 00:04:37 queue INFO >>21 [540] -2015-01-24 00:04:37 sendUrl INFO 21 [540] -2015-01-24 00:05:27 queue INFO >>21 [541] -2015-01-24 00:05:27 sendUrl INFO 21 [541] -2015-01-24 00:06:17 queue INFO >>21 [542] -2015-01-24 00:06:17 sendUrl INFO 21 [542] -2015-01-24 00:07:07 queue INFO >>21 [543] -2015-01-24 00:07:07 sendUrl INFO 21 [543] -2015-01-24 00:07:57 queue INFO >>21 [544] -2015-01-24 00:07:58 sendUrl INFO 21 [544] -2015-01-24 00:08:47 queue INFO >>21 [545] -2015-01-24 00:08:48 sendUrl INFO 21 [545] -2015-01-24 00:09:38 queue INFO >>21 [546] -2015-01-24 00:09:38 sendUrl INFO 21 [546] -2015-01-24 00:10:28 queue INFO >>21 [547] -2015-01-24 00:10:28 sendUrl INFO 21 [547] -2015-01-24 00:11:18 queue INFO >>21 [548] -2015-01-24 00:11:18 sendUrl INFO 21 [548] -2015-01-24 00:12:08 queue INFO >>21 [549] -2015-01-24 00:12:08 sendUrl INFO 21 [549] -2015-01-24 00:12:58 queue INFO >>21 [550] -2015-01-24 00:12:58 sendUrl INFO 21 [550] -2015-01-24 00:13:48 queue INFO >>21 [551] -2015-01-24 00:13:49 sendUrl INFO 21 [551] -2015-01-24 00:14:38 queue INFO >>21 [552] -2015-01-24 00:14:39 sendUrl INFO 21 [552] -2015-01-24 00:15:29 queue INFO >>21 [553] -2015-01-24 00:15:29 sendUrl INFO 21 [553] -2015-01-24 00:16:19 queue INFO >>21 [554] -2015-01-24 00:16:19 sendUrl INFO 21 [554] -2015-01-24 00:17:09 queue INFO >>21 [555] -2015-01-24 00:17:09 sendUrl INFO 21 [555] -2015-01-24 00:17:59 queue INFO >>21 [556] -2015-01-24 00:17:59 sendUrl INFO 21 [556] -2015-01-24 00:18:49 queue INFO >>21 [557] -2015-01-24 00:18:50 sendUrl INFO 21 [557] -2015-01-24 00:19:39 queue INFO >>21 [558] -2015-01-24 00:19:40 sendUrl INFO 21 [558] -2015-01-24 00:20:29 queue INFO >>21 [559] -2015-01-24 00:20:30 sendUrl INFO 21 [559] -2015-01-24 00:21:20 queue INFO >>21 [560] -2015-01-24 00:21:20 sendUrl INFO 21 [560] -2015-01-24 00:22:10 queue INFO >>21 [561] -2015-01-24 00:22:10 sendUrl INFO 21 [561] -2015-01-24 00:23:00 queue INFO >>21 [562] -2015-01-24 00:23:00 sendUrl INFO 21 [562] -2015-01-24 00:23:50 queue INFO >>21 [563] -2015-01-24 00:23:50 sendUrl INFO 21 [563] -2015-01-24 00:24:40 queue INFO >>21 [564] -2015-01-24 00:24:41 sendUrl INFO 21 [564] -2015-01-24 00:25:30 queue INFO >>21 [565] -2015-01-24 00:25:30 sendUrl INFO 21 [565] -2015-01-24 00:26:20 queue INFO >>21 [566] -2015-01-24 00:26:21 sendUrl INFO 21 [566] -2015-01-24 00:27:11 queue INFO >>21 [567] -2015-01-24 00:27:11 sendUrl INFO 21 [567] -2015-01-24 00:28:01 queue INFO >>21 [568] -2015-01-24 00:28:01 sendUrl INFO 21 [568] -2015-01-24 00:28:51 queue INFO >>21 [569] -2015-01-24 00:28:51 sendUrl INFO 21 [569] -2015-01-24 00:29:41 queue INFO >>21 [570] -2015-01-24 00:29:42 sendUrl INFO 21 [570] -2015-01-24 00:30:31 queue INFO >>21 [571] -2015-01-24 00:30:31 sendUrl INFO 21 [571] -2015-01-24 00:31:21 queue INFO >>21 [572] -2015-01-24 00:31:22 sendUrl INFO 21 [572] -2015-01-24 00:32:12 queue INFO >>21 [573] -2015-01-24 00:32:12 sendUrl INFO 21 [573] -2015-01-24 00:33:02 queue INFO >>21 [574] -2015-01-24 00:33:02 sendUrl INFO 21 [574] -2015-01-24 00:33:52 queue INFO >>21 [575] -2015-01-24 00:33:52 sendUrl INFO 21 [575] -2015-01-24 00:34:42 queue INFO >>21 [576] -2015-01-24 00:34:42 sendUrl INFO 21 [576] -2015-01-24 00:34:52 queue INFO 1 [577] -2015-01-24 00:34:52 queue INFO >1 [578] -2015-01-24 00:34:52 sendUrl INFO 1 [577] -2015-01-24 00:34:53 sendUrl INFO 1 [578] -2015-01-24 00:35:19 queue INFO 5 [579] -2015-01-24 00:35:19 queue INFO >5 [580] -2015-01-24 00:35:20 sendUrl INFO 5 [579] -2015-01-24 00:35:20 sendUrl INFO 5 [580] -2015-01-24 00:35:20 queue INFO 1 [581] -2015-01-24 00:35:21 queue INFO >1 [582] -2015-01-24 00:35:21 sendUrl INFO 1 [581] -2015-01-24 00:35:21 queue INFO 3 [583] -2015-01-24 00:35:21 queue INFO >3 [584] -2015-01-24 00:35:22 sendUrl INFO 1 [582] -2015-01-24 00:35:22 sendUrl INFO 3 [583] -2015-01-24 00:35:23 sendUrl INFO 3 [584] -2015-01-24 00:36:11 queue INFO >>3 [585] -2015-01-24 00:36:11 sendUrl INFO 3 [585] -2015-01-24 00:37:01 queue INFO >>3 [586] -2015-01-24 00:37:02 sendUrl INFO 3 [586] -2015-01-24 00:37:13 queue INFO 7 [587] -2015-01-24 00:37:13 sendUrl INFO 7 [587] -2015-01-24 00:37:13 queue INFO >7 [588] -2015-01-24 00:37:13 sendUrl INFO 7 [588] -2015-01-24 00:37:14 queue INFO 3 [589] -2015-01-24 00:37:14 queue INFO >3 [590] -2015-01-24 00:37:14 sendUrl INFO 3 [589] -2015-01-24 00:37:15 sendUrl INFO 3 [590] -2015-01-24 00:38:04 queue INFO >>3 [591] -2015-01-24 00:38:05 sendUrl INFO 3 [591] -2015-01-24 00:38:54 queue INFO >>3 [592] -2015-01-24 00:38:55 sendUrl INFO 3 [592] -2015-01-24 00:39:06 queue INFO 7 [593] -2015-01-24 00:39:06 queue INFO >7 [594] -2015-01-24 00:39:07 sendUrl INFO 7 [593] -2015-01-24 00:39:07 sendUrl INFO 7 [594] -2015-01-24 00:39:08 queue INFO 3 [595] -2015-01-24 00:39:08 queue INFO >3 [596] -2015-01-24 00:39:08 sendUrl INFO 3 [595] -2015-01-24 00:39:09 sendUrl INFO 3 [596] -2015-01-24 00:39:58 queue INFO >>3 [597] -2015-01-24 00:39:58 sendUrl INFO 3 [597] -2015-01-24 00:40:48 queue INFO >>3 [598] -2015-01-24 00:40:48 sendUrl INFO 3 [598] -2015-01-24 00:41:00 queue INFO 7 [599] -2015-01-24 00:41:00 queue INFO >7 [600] -2015-01-24 00:41:00 sendUrl INFO 7 [599] -2015-01-24 00:41:00 sendUrl INFO 7 [600] -2015-01-24 00:41:01 queue INFO 3 [601] -2015-01-24 00:41:01 sendUrl INFO 3 [601] -2015-01-24 00:41:01 queue INFO >3 [602] -2015-01-24 00:41:02 sendUrl INFO 3 [602] -2015-01-24 00:41:51 queue INFO >>3 [603] -2015-01-24 00:41:52 sendUrl INFO 3 [603] -2015-01-24 00:42:42 queue INFO >>3 [604] -2015-01-24 00:42:42 sendUrl INFO 3 [604] -2015-01-24 00:42:53 queue INFO 7 [605] -2015-01-24 00:42:54 queue INFO >7 [606] -2015-01-24 00:42:54 sendUrl INFO 7 [605] -2015-01-24 00:42:54 sendUrl INFO 7 [606] -2015-01-24 00:42:55 queue INFO 3 [607] -2015-01-24 00:42:55 sendUrl INFO 3 [607] -2015-01-24 00:42:55 queue INFO >3 [608] -2015-01-24 00:42:56 sendUrl INFO 3 [608] -2015-01-24 00:43:45 queue INFO >>3 [609] -2015-01-24 00:43:46 sendUrl INFO 3 [609] -2015-01-24 00:44:35 queue INFO >>3 [610] -2015-01-24 00:44:36 sendUrl INFO 3 [610] -2015-01-24 00:44:48 queue INFO 7 [611] -2015-01-24 00:44:48 queue INFO >7 [612] -2015-01-24 00:44:48 sendUrl INFO 7 [611] -2015-01-24 00:44:48 sendUrl INFO 7 [612] -2015-01-24 00:44:49 queue INFO 3 [613] -2015-01-24 00:44:49 queue INFO >3 [614] -2015-01-24 00:44:49 sendUrl INFO 3 [613] -2015-01-24 00:44:50 sendUrl INFO 3 [614] -2015-01-24 00:45:39 queue INFO >>3 [615] -2015-01-24 00:45:39 sendUrl INFO 3 [615] -2015-01-24 00:46:29 queue INFO >>3 [616] -2015-01-24 00:46:30 sendUrl INFO 3 [616] -2015-01-24 00:46:41 queue INFO 7 [617] -2015-01-24 00:46:41 queue INFO >7 [618] -2015-01-24 00:46:41 sendUrl INFO 7 [617] -2015-01-24 00:46:42 sendUrl INFO 7 [618] -2015-01-24 00:46:43 queue INFO 3 [619] -2015-01-24 00:46:43 sendUrl INFO 3 [619] -2015-01-24 00:46:43 queue INFO >3 [620] -2015-01-24 00:46:43 sendUrl INFO 3 [620] -2015-01-24 00:47:33 queue INFO >>3 [621] -2015-01-24 00:47:33 sendUrl INFO 3 [621] -2015-01-24 00:48:23 queue INFO >>3 [622] -2015-01-24 00:48:23 sendUrl INFO 3 [622] -2015-01-24 00:48:35 queue INFO 7 [623] -2015-01-24 00:48:35 queue INFO >7 [624] -2015-01-24 00:48:35 sendUrl INFO 7 [623] -2015-01-24 00:48:36 sendUrl INFO 7 [624] -2015-01-24 00:48:36 queue INFO 3 [625] -2015-01-24 00:48:36 queue INFO >3 [626] -2015-01-24 00:48:37 sendUrl INFO 3 [625] -2015-01-24 00:48:37 sendUrl INFO 3 [626] -2015-01-24 00:49:26 queue INFO >>3 [627] -2015-01-24 00:49:27 sendUrl INFO 3 [627] -2015-01-24 00:50:16 queue INFO >>3 [628] -2015-01-24 00:50:17 sendUrl INFO 3 [628] -2015-01-24 00:50:28 queue INFO 7 [629] -2015-01-24 00:50:28 queue INFO >7 [630] -2015-01-24 00:50:28 sendUrl INFO 7 [629] -2015-01-24 00:50:29 sendUrl INFO 7 [630] -2015-01-24 00:50:29 queue INFO 3 [631] -2015-01-24 00:50:30 queue INFO >3 [632] -2015-01-24 00:50:30 sendUrl INFO 3 [631] -2015-01-24 00:50:30 sendUrl INFO 3 [632] -2015-01-24 00:51:20 queue INFO >>3 [633] -2015-01-24 00:51:20 sendUrl INFO 3 [633] -2015-01-24 00:52:10 queue INFO >>3 [634] -2015-01-24 00:52:10 sendUrl INFO 3 [634] -2015-01-24 00:52:22 queue INFO 7 [635] -2015-01-24 00:52:22 queue INFO >7 [636] -2015-01-24 00:52:22 sendUrl INFO 7 [635] -2015-01-24 00:52:23 sendUrl INFO 7 [636] -2015-01-24 00:52:23 queue INFO 3 [637] -2015-01-24 00:52:23 queue INFO >3 [638] -2015-01-24 00:52:24 sendUrl INFO 3 [637] -2015-01-24 00:52:24 sendUrl INFO 3 [638] -2015-01-24 00:53:13 queue INFO >>3 [639] -2015-01-24 00:53:14 sendUrl INFO 3 [639] -2015-01-24 00:54:04 queue INFO >>3 [640] -2015-01-24 00:54:04 sendUrl INFO 3 [640] -2015-01-24 00:54:16 queue INFO 7 [641] -2015-01-24 00:54:16 queue INFO >7 [642] -2015-01-24 00:54:16 sendUrl INFO 7 [641] -2015-01-24 00:54:16 sendUrl INFO 7 [642] -2015-01-24 00:54:17 queue INFO 3 [643] -2015-01-24 00:54:17 queue INFO >3 [644] -2015-01-24 00:54:17 sendUrl INFO 3 [643] -2015-01-24 00:54:18 sendUrl INFO 3 [644] -2015-01-24 00:55:07 queue INFO >>3 [645] -2015-01-24 00:55:08 sendUrl INFO 3 [645] -2015-01-24 00:55:57 queue INFO >>3 [646] -2015-01-24 00:55:58 sendUrl INFO 3 [646] -2015-01-24 00:56:10 queue INFO 7 [647] -2015-01-24 00:56:10 sendUrl INFO 7 [647] -2015-01-24 00:56:10 queue INFO >7 [648] -2015-01-24 00:56:10 sendUrl INFO 7 [648] -2015-01-24 00:56:11 queue INFO 3 [649] -2015-01-24 00:56:11 queue INFO >3 [650] -2015-01-24 00:56:11 sendUrl INFO 3 [649] -2015-01-24 00:56:12 sendUrl INFO 3 [650] -2015-01-24 00:57:01 queue INFO >>3 [651] -2015-01-24 00:57:02 sendUrl INFO 3 [651] -2015-01-24 00:57:51 queue INFO >>3 [652] -2015-01-24 00:57:51 sendUrl INFO 3 [652] -2015-01-24 00:58:03 queue INFO 7 [653] -2015-01-24 00:58:03 queue INFO >7 [654] -2015-01-24 00:58:03 sendUrl INFO 7 [653] -2015-01-24 00:58:04 sendUrl INFO 7 [654] -2015-01-24 00:58:05 queue INFO 3 [655] -2015-01-24 00:58:05 queue INFO >3 [656] -2015-01-24 00:58:05 sendUrl INFO 3 [655] -2015-01-24 00:58:05 sendUrl INFO 3 [656] -2015-01-24 00:58:55 queue INFO >>3 [657] -2015-01-24 00:58:55 sendUrl INFO 3 [657] -2015-01-24 00:59:45 queue INFO >>3 [658] -2015-01-24 00:59:45 sendUrl INFO 3 [658] -2015-01-24 00:59:57 queue INFO 7 [659] -2015-01-24 00:59:57 queue INFO >7 [660] -2015-01-24 00:59:57 sendUrl INFO 7 [659] -2015-01-24 00:59:58 sendUrl INFO 7 [660] -2015-01-24 00:59:58 queue INFO 3 [661] -2015-01-24 00:59:58 queue INFO >3 [662] -2015-01-24 00:59:59 sendUrl INFO 3 [661] -2015-01-24 00:59:59 sendUrl INFO 3 [662] -2015-01-24 01:00:48 queue INFO >>3 [663] -2015-01-24 01:00:49 sendUrl INFO 3 [663] -2015-01-24 01:01:39 queue INFO >>3 [664] -2015-01-24 01:01:39 sendUrl INFO 3 [664] -2015-01-24 01:01:50 queue INFO 7 [665] -2015-01-24 01:01:50 queue INFO >7 [666] -2015-01-24 01:01:50 sendUrl INFO 7 [665] -2015-01-24 01:01:51 sendUrl INFO 7 [666] -2015-01-24 01:01:52 queue INFO 3 [667] -2015-01-24 01:01:52 queue INFO >3 [668] -2015-01-24 01:01:52 sendUrl INFO 3 [667] -2015-01-24 01:01:53 sendUrl INFO 3 [668] -2015-01-24 01:02:42 queue INFO >>3 [669] -2015-01-24 01:02:42 sendUrl INFO 3 [669] -2015-01-24 01:03:32 queue INFO >>3 [670] -2015-01-24 01:03:32 sendUrl INFO 3 [670] -2015-01-24 01:03:44 queue INFO 7 [671] -2015-01-24 01:03:44 sendUrl INFO 7 [671] -2015-01-24 01:03:44 queue INFO >7 [672] -2015-01-24 01:03:44 sendUrl INFO 7 [672] -2015-01-24 01:03:45 queue INFO 3 [673] -2015-01-24 01:03:45 queue INFO >3 [674] -2015-01-24 01:03:46 sendUrl INFO 3 [673] -2015-01-24 01:03:46 sendUrl INFO 3 [674] -2015-01-24 01:04:35 queue INFO >>3 [675] -2015-01-24 01:04:36 sendUrl INFO 3 [675] -2015-01-24 01:05:26 queue INFO >>3 [676] -2015-01-24 01:05:26 sendUrl INFO 3 [676] -2015-01-24 01:05:38 queue INFO 7 [677] -2015-01-24 01:05:38 queue INFO >7 [678] -2015-01-24 01:05:38 sendUrl INFO 7 [677] -2015-01-24 01:05:39 sendUrl INFO 7 [678] -2015-01-24 01:05:39 queue INFO 3 [679] -2015-01-24 01:05:39 sendUrl INFO 3 [679] -2015-01-24 01:05:39 queue INFO >3 [680] -2015-01-24 01:05:40 sendUrl INFO 3 [680] -2015-01-24 01:06:29 queue INFO >>3 [681] -2015-01-24 01:06:29 sendUrl INFO 3 [681] -2015-01-24 01:07:19 queue INFO >>3 [682] -2015-01-24 01:07:20 sendUrl INFO 3 [682] -2015-01-24 01:07:31 queue INFO 7 [683] -2015-01-24 01:07:32 queue INFO >7 [684] -2015-01-24 01:07:32 sendUrl INFO 7 [683] -2015-01-24 01:07:32 sendUrl INFO 7 [684] -2015-01-24 01:07:33 queue INFO 3 [685] -2015-01-24 01:07:33 queue INFO >3 [686] -2015-01-24 01:07:33 sendUrl INFO 3 [685] -2015-01-24 01:07:34 sendUrl INFO 3 [686] -2015-01-24 01:08:23 queue INFO >>3 [687] -2015-01-24 01:08:24 sendUrl INFO 3 [687] -2015-01-24 01:09:13 queue INFO >>3 [688] -2015-01-24 01:09:14 sendUrl INFO 3 [688] -2015-01-24 01:09:34 queue INFO 7 [689] -2015-01-24 01:09:34 queue INFO >7 [690] -2015-01-24 01:09:35 sendUrl INFO 7 [689] -2015-01-24 01:09:35 sendUrl INFO 7 [690] -2015-01-24 01:09:36 queue INFO 3 [691] -2015-01-24 01:09:36 queue INFO >3 [692] -2015-01-24 01:09:36 sendUrl INFO 3 [691] -2015-01-24 01:09:37 sendUrl INFO 3 [692] -2015-01-24 01:10:26 queue INFO >>3 [693] -2015-01-24 01:10:26 sendUrl INFO 3 [693] -2015-01-24 01:11:16 queue INFO >>3 [694] -2015-01-24 01:11:16 sendUrl INFO 3 [694] -2015-01-24 01:11:28 queue INFO 7 [695] -2015-01-24 01:11:28 queue INFO >7 [696] -2015-01-24 01:11:29 sendUrl INFO 7 [695] -2015-01-24 01:11:29 sendUrl INFO 7 [696] -2015-01-24 01:11:29 queue INFO 3 [697] -2015-01-24 01:11:30 sendUrl INFO 3 [697] -2015-01-24 01:11:30 queue INFO >3 [698] -2015-01-24 01:11:30 sendUrl INFO 3 [698] -2015-01-24 01:12:19 queue INFO >>3 [699] -2015-01-24 01:12:20 sendUrl INFO 3 [699] -2015-01-24 01:13:10 queue INFO >>3 [700] -2015-01-24 01:13:10 sendUrl INFO 3 [700] -2015-01-24 01:13:21 queue INFO 7 [701] -2015-01-24 01:13:21 queue INFO >7 [702] -2015-01-24 01:13:22 sendUrl INFO 7 [701] -2015-01-24 01:13:22 sendUrl INFO 7 [702] -2015-01-24 01:13:23 queue INFO 3 [703] -2015-01-24 01:13:23 queue INFO >3 [704] -2015-01-24 01:13:23 sendUrl INFO 3 [703] -2015-01-24 01:13:24 sendUrl INFO 3 [704] -2015-01-24 01:14:13 queue INFO >>3 [705] -2015-01-24 01:14:13 sendUrl INFO 3 [705] -2015-01-24 01:15:03 queue INFO >>3 [706] -2015-01-24 01:15:03 sendUrl INFO 3 [706] -2015-01-24 01:15:15 queue INFO 7 [707] -2015-01-24 01:15:15 queue INFO >7 [708] -2015-01-24 01:15:16 sendUrl INFO 7 [707] -2015-01-24 01:15:16 sendUrl INFO 7 [708] -2015-01-24 01:15:16 queue INFO 3 [709] -2015-01-24 01:15:17 sendUrl INFO 3 [709] -2015-01-24 01:15:17 queue INFO >3 [710] -2015-01-24 01:15:17 sendUrl INFO 3 [710] -2015-01-24 01:16:07 queue INFO >>3 [711] -2015-01-24 01:16:07 sendUrl INFO 3 [711] -2015-01-24 01:16:57 queue INFO >>3 [712] -2015-01-24 01:16:57 sendUrl INFO 3 [712] -2015-01-24 01:17:09 queue INFO 7 [713] -2015-01-24 01:17:09 sendUrl INFO 7 [713] -2015-01-24 01:17:09 queue INFO >7 [714] -2015-01-24 01:17:09 sendUrl INFO 7 [714] -2015-01-24 01:17:10 queue INFO 3 [715] -2015-01-24 01:17:10 queue INFO >3 [716] -2015-01-24 01:17:10 sendUrl INFO 3 [715] -2015-01-24 01:17:11 sendUrl INFO 3 [716] -2015-01-24 01:18:00 queue INFO >>3 [717] -2015-01-24 01:18:01 sendUrl INFO 3 [717] -2015-01-24 01:18:50 queue INFO >>3 [718] -2015-01-24 01:18:51 sendUrl INFO 3 [718] -2015-01-24 01:19:03 queue INFO 7 [719] -2015-01-24 01:19:03 queue INFO >7 [720] -2015-01-24 01:19:03 sendUrl INFO 7 [719] -2015-01-24 01:19:04 sendUrl INFO 7 [720] -2015-01-24 01:19:04 queue INFO 3 [721] -2015-01-24 01:19:04 queue INFO >3 [722] -2015-01-24 01:19:05 sendUrl INFO 3 [721] -2015-01-24 01:19:05 sendUrl INFO 3 [722] -2015-01-24 01:19:54 queue INFO >>3 [723] -2015-01-24 01:19:54 sendUrl INFO 3 [723] -2015-01-24 01:20:45 queue INFO >>3 [724] -2015-01-24 01:20:45 sendUrl INFO 3 [724] -2015-01-24 01:20:56 queue INFO 7 [725] -2015-01-24 01:20:57 queue INFO >7 [726] -2015-01-24 01:20:57 sendUrl INFO 7 [725] -2015-01-24 01:20:57 sendUrl INFO 7 [726] -2015-01-24 01:20:58 queue INFO 3 [727] -2015-01-24 01:20:58 sendUrl INFO 3 [727] -2015-01-24 01:20:58 queue INFO >3 [728] -2015-01-24 01:20:58 sendUrl INFO 3 [728] -2015-01-24 01:21:48 queue INFO >>3 [729] -2015-01-24 01:21:48 sendUrl INFO 3 [729] -2015-01-24 01:22:38 queue INFO >>3 [730] -2015-01-24 01:22:39 sendUrl INFO 3 [730] -2015-01-24 01:22:50 queue INFO 7 [731] -2015-01-24 01:22:50 queue INFO >7 [732] -2015-01-24 01:22:50 sendUrl INFO 7 [731] -2015-01-24 01:22:51 sendUrl INFO 7 [732] -2015-01-24 01:22:51 queue INFO 3 [733] -2015-01-24 01:22:52 queue INFO >3 [734] -2015-01-24 01:22:52 sendUrl INFO 3 [733] -2015-01-24 01:22:52 sendUrl INFO 3 [734] -2015-01-24 01:23:42 queue INFO >>3 [735] -2015-01-24 01:23:42 sendUrl INFO 3 [735] -2015-01-24 01:24:32 queue INFO >>3 [736] -2015-01-24 01:24:32 sendUrl INFO 3 [736] -2015-01-24 01:24:43 queue INFO 7 [737] -2015-01-24 01:24:44 sendUrl INFO 7 [737] -2015-01-24 01:24:44 queue INFO >7 [738] -2015-01-24 01:24:44 sendUrl INFO 7 [738] -2015-01-24 01:24:45 queue INFO 3 [739] -2015-01-24 01:24:45 queue INFO >3 [740] -2015-01-24 01:24:45 sendUrl INFO 3 [739] -2015-01-24 01:24:45 sendUrl INFO 3 [740] -2015-01-24 01:25:35 queue INFO >>3 [741] -2015-01-24 01:25:35 sendUrl INFO 3 [741] -2015-01-24 01:26:25 queue INFO >>3 [742] -2015-01-24 01:26:25 sendUrl INFO 3 [742] -2015-01-24 01:26:37 queue INFO 7 [743] -2015-01-24 01:26:37 sendUrl INFO 7 [743] -2015-01-24 01:26:37 queue INFO >7 [744] -2015-01-24 01:26:38 sendUrl INFO 7 [744] -2015-01-24 01:26:39 queue INFO 3 [745] -2015-01-24 01:26:39 queue INFO >3 [746] -2015-01-24 01:26:39 sendUrl INFO 3 [745] -2015-01-24 01:26:39 sendUrl INFO 3 [746] -2015-01-24 01:27:29 queue INFO >>3 [747] -2015-01-24 01:27:29 sendUrl INFO 3 [747] -2015-01-24 01:28:19 queue INFO >>3 [748] -2015-01-24 01:28:19 sendUrl INFO 3 [748] -2015-01-24 01:28:31 queue INFO 7 [749] -2015-01-24 01:28:31 queue INFO >7 [750] -2015-01-24 01:28:31 sendUrl INFO 7 [749] -2015-01-24 01:28:32 sendUrl INFO 7 [750] -2015-01-24 01:28:32 queue INFO 3 [751] -2015-01-24 01:28:32 queue INFO >3 [752] -2015-01-24 01:28:33 sendUrl INFO 3 [751] -2015-01-24 01:28:33 sendUrl INFO 3 [752] -2015-01-24 01:29:22 queue INFO >>3 [753] -2015-01-24 01:29:23 sendUrl INFO 3 [753] -2015-01-24 01:30:13 queue INFO >>3 [754] -2015-01-24 01:30:13 sendUrl INFO 3 [754] -2015-01-24 01:30:25 queue INFO 7 [755] -2015-01-24 01:30:25 queue INFO >7 [756] -2015-01-24 01:30:25 sendUrl INFO 7 [755] -2015-01-24 01:30:26 sendUrl INFO 7 [756] -2015-01-24 01:30:26 queue INFO 3 [757] -2015-01-24 01:30:26 sendUrl INFO 3 [757] -2015-01-24 01:30:26 queue INFO >3 [758] -2015-01-24 01:30:27 sendUrl INFO 3 [758] -2015-01-24 01:31:16 queue INFO >>3 [759] -2015-01-24 01:31:17 sendUrl INFO 3 [759] -2015-01-24 01:32:07 queue INFO >>3 [760] -2015-01-24 01:32:07 sendUrl INFO 3 [760] -2015-01-24 01:32:18 queue INFO 7 [761] -2015-01-24 01:32:19 queue INFO >7 [762] -2015-01-24 01:32:19 sendUrl INFO 7 [761] -2015-01-24 01:32:19 sendUrl INFO 7 [762] -2015-01-24 01:32:20 queue INFO 3 [763] -2015-01-24 01:32:20 queue INFO >3 [764] -2015-01-24 01:32:20 sendUrl INFO 3 [763] -2015-01-24 01:32:21 sendUrl INFO 3 [764] -2015-01-24 01:33:10 queue INFO >>3 [765] -2015-01-24 01:33:10 sendUrl INFO 3 [765] -2015-01-24 01:34:00 queue INFO >>3 [766] -2015-01-24 01:34:00 sendUrl INFO 3 [766] -2015-01-24 01:34:12 queue INFO 7 [767] -2015-01-24 01:34:12 queue INFO >7 [768] -2015-01-24 01:34:12 sendUrl INFO 7 [767] -2015-01-24 01:34:13 sendUrl INFO 7 [768] -2015-01-24 01:34:13 queue INFO 3 [769] -2015-01-24 01:34:14 queue INFO >3 [770] -2015-01-24 01:34:14 sendUrl INFO 3 [769] -2015-01-24 01:34:14 sendUrl INFO 3 [770] -2015-01-24 01:35:03 queue INFO >>3 [771] -2015-01-24 01:35:04 sendUrl INFO 3 [771] -2015-01-24 01:35:54 queue INFO >>3 [772] -2015-01-24 01:35:54 sendUrl INFO 3 [772] -2015-01-24 01:36:05 queue INFO 7 [773] -2015-01-24 01:36:05 queue INFO >7 [774] -2015-01-24 01:36:06 sendUrl INFO 7 [773] -2015-01-24 01:36:06 sendUrl INFO 7 [774] -2015-01-24 01:36:07 queue INFO 3 [775] -2015-01-24 01:36:07 queue INFO >3 [776] -2015-01-24 01:36:07 sendUrl INFO 3 [775] -2015-01-24 01:36:08 sendUrl INFO 3 [776] -2015-01-24 01:36:57 queue INFO >>3 [777] -2015-01-24 01:36:57 sendUrl INFO 3 [777] -2015-01-24 01:37:47 queue INFO >>3 [778] -2015-01-24 01:37:47 sendUrl INFO 3 [778] -2015-01-24 01:37:59 queue INFO 7 [779] -2015-01-24 01:37:59 queue INFO >7 [780] -2015-01-24 01:37:59 sendUrl INFO 7 [779] -2015-01-24 01:38:00 sendUrl INFO 7 [780] -2015-01-24 01:38:01 queue INFO 3 [781] -2015-01-24 01:38:01 queue INFO >3 [782] -2015-01-24 01:38:01 sendUrl INFO 3 [781] -2015-01-24 01:38:01 sendUrl INFO 3 [782] -2015-01-24 01:38:51 queue INFO >>3 [783] -2015-01-24 01:38:51 sendUrl INFO 3 [783] -2015-01-24 01:39:41 queue INFO >>3 [784] -2015-01-24 01:39:41 sendUrl INFO 3 [784] -2015-01-24 01:39:53 queue INFO 7 [785] -2015-01-24 01:39:53 queue INFO >7 [786] -2015-01-24 01:39:53 sendUrl INFO 7 [785] -2015-01-24 01:39:54 sendUrl INFO 7 [786] -2015-01-24 01:39:54 queue INFO 3 [787] -2015-01-24 01:39:55 queue INFO >3 [788] -2015-01-24 01:39:55 sendUrl INFO 3 [787] -2015-01-24 01:39:55 sendUrl INFO 3 [788] -2015-01-24 01:40:44 queue INFO >>3 [789] -2015-01-24 01:40:45 sendUrl INFO 3 [789] -2015-01-24 01:41:09 queue INFO 1 [790] -2015-01-24 01:41:09 queue INFO >1 [791] -2015-01-24 01:41:09 sendUrl INFO 1 [790] -2015-01-24 01:41:10 sendUrl INFO 1 [791] -2015-01-24 01:41:59 queue INFO >>1 [792] -2015-01-24 01:42:00 sendUrl INFO 1 [792] -2015-01-24 01:42:30 queue INFO 21 [793] -2015-01-24 01:42:31 queue INFO >21 [794] -2015-01-24 01:42:31 sendUrl INFO 21 [793] -2015-01-24 01:42:31 sendUrl INFO 21 [794] -2015-01-24 01:43:21 queue INFO >>21 [795] -2015-01-24 01:43:21 sendUrl INFO 21 [795] -2015-01-24 01:44:11 queue INFO >>21 [796] -2015-01-24 01:44:11 sendUrl INFO 21 [796] -2015-01-24 01:45:01 queue INFO >>21 [797] -2015-01-24 01:45:01 sendUrl INFO 21 [797] -2015-01-24 01:45:08 queue INFO 1 [798] -2015-01-24 01:45:08 queue INFO >1 [799] -2015-01-24 01:45:09 sendUrl INFO 1 [798] -2015-01-24 01:45:09 sendUrl INFO 1 [799] -2015-01-24 01:45:48 queue INFO 5 [800] -2015-01-24 01:45:48 queue INFO >5 [801] -2015-01-24 01:45:49 sendUrl INFO 5 [800] -2015-01-24 01:45:49 sendUrl INFO 5 [801] -2015-01-24 01:45:50 queue INFO 1 [802] -2015-01-24 01:45:50 queue INFO >1 [803] -2015-01-24 01:45:50 sendUrl INFO 1 [802] -2015-01-24 01:45:51 sendUrl INFO 1 [803] -2015-01-24 01:45:52 queue INFO 3 [804] -2015-01-24 01:45:52 queue INFO >3 [805] -2015-01-24 01:45:52 sendUrl INFO 3 [804] -2015-01-24 01:45:53 sendUrl INFO 3 [805] -2015-01-24 01:46:42 queue INFO >>3 [806] -2015-01-24 01:46:42 sendUrl INFO 3 [806] -2015-01-24 01:47:32 queue INFO >>3 [807] -2015-01-24 01:47:32 sendUrl INFO 3 [807] -2015-01-24 01:48:22 queue INFO >>3 [808] -2015-01-24 01:48:23 sendUrl INFO 3 [808] -2015-01-24 01:48:45 queue INFO 7 [809] -2015-01-24 01:48:45 queue INFO >7 [810] -2015-01-24 01:48:45 sendUrl INFO 7 [809] -2015-01-24 01:48:46 sendUrl INFO 7 [810] -2015-01-24 01:48:47 queue INFO 3 [811] -2015-01-24 01:48:47 queue INFO >3 [812] -2015-01-24 01:48:47 sendUrl INFO 3 [811] -2015-01-24 01:48:47 sendUrl INFO 3 [812] -2015-01-24 01:49:37 queue INFO >>3 [813] -2015-01-24 01:49:37 sendUrl INFO 3 [813] -2015-01-24 01:50:27 queue INFO >>3 [814] -2015-01-24 01:50:27 sendUrl INFO 3 [814] -2015-01-24 01:50:38 queue INFO 7 [815] -2015-01-24 01:50:39 sendUrl INFO 7 [815] -2015-01-24 01:50:39 queue INFO >7 [816] -2015-01-24 01:50:39 sendUrl INFO 7 [816] -2015-01-24 01:50:40 queue INFO 3 [817] -2015-01-24 01:50:40 queue INFO >3 [818] -2015-01-24 01:50:40 sendUrl INFO 3 [817] -2015-01-24 01:50:41 sendUrl INFO 3 [818] -2015-01-24 01:51:30 queue INFO >>3 [819] -2015-01-24 01:51:30 sendUrl INFO 3 [819] -2015-01-24 01:52:20 queue INFO >>3 [820] -2015-01-24 01:52:20 sendUrl INFO 3 [820] -2015-01-24 01:52:32 queue INFO 7 [821] -2015-01-24 01:52:32 queue INFO >7 [822] -2015-01-24 01:52:32 sendUrl INFO 7 [821] -2015-01-24 01:52:33 sendUrl INFO 7 [822] -2015-01-24 01:52:34 queue INFO 3 [823] -2015-01-24 01:52:34 queue INFO >3 [824] -2015-01-24 01:52:34 sendUrl INFO 3 [823] -2015-01-24 01:52:34 sendUrl INFO 3 [824] -2015-01-24 01:53:24 queue INFO >>3 [825] -2015-01-24 01:53:24 sendUrl INFO 3 [825] -2015-01-24 01:54:14 queue INFO >>3 [826] -2015-01-24 01:54:14 sendUrl INFO 3 [826] -2015-01-24 01:54:26 queue INFO 7 [827] -2015-01-24 01:54:26 queue INFO >7 [828] -2015-01-24 01:54:26 sendUrl INFO 7 [827] -2015-01-24 01:54:27 sendUrl INFO 7 [828] -2015-01-24 01:54:27 queue INFO 3 [829] -2015-01-24 01:54:28 queue INFO >3 [830] -2015-01-24 01:54:28 sendUrl INFO 3 [829] -2015-01-24 01:54:28 sendUrl INFO 3 [830] -2015-01-24 01:55:18 queue INFO >>3 [831] -2015-01-24 01:55:18 sendUrl INFO 3 [831] -2015-01-24 01:56:08 queue INFO >>3 [832] -2015-01-24 01:56:08 sendUrl INFO 3 [832] -2015-01-24 01:56:20 queue INFO 7 [833] -2015-01-24 01:56:20 queue INFO >7 [834] -2015-01-24 01:56:20 sendUrl INFO 7 [833] -2015-01-24 01:56:21 sendUrl INFO 7 [834] -2015-01-24 01:56:21 queue INFO 3 [835] -2015-01-24 01:56:21 sendUrl INFO 3 [835] -2015-01-24 01:56:22 queue INFO >3 [836] -2015-01-24 01:56:22 sendUrl INFO 3 [836] -2015-01-24 01:57:12 queue INFO >>3 [837] -2015-01-24 01:57:12 sendUrl INFO 3 [837] -2015-01-24 01:58:02 queue INFO >>3 [838] -2015-01-24 01:58:02 sendUrl INFO 3 [838] -2015-01-24 01:58:13 queue INFO 7 [839] -2015-01-24 01:58:14 queue INFO >7 [840] -2015-01-24 01:58:14 sendUrl INFO 7 [839] -2015-01-24 01:58:14 sendUrl INFO 7 [840] -2015-01-24 01:58:15 queue INFO 3 [841] -2015-01-24 01:58:15 queue INFO >3 [842] -2015-01-24 01:58:15 sendUrl INFO 3 [841] -2015-01-24 01:58:16 sendUrl INFO 3 [842] -2015-01-24 01:59:05 queue INFO >>3 [843] -2015-01-24 01:59:06 sendUrl INFO 3 [843] -2015-01-24 01:59:55 queue INFO >>3 [844] -2015-01-24 01:59:55 sendUrl INFO 3 [844] -2015-01-24 02:00:07 queue INFO 7 [845] -2015-01-24 02:00:07 queue INFO >7 [846] -2015-01-24 02:00:08 sendUrl INFO 7 [845] -2015-01-24 02:00:08 sendUrl INFO 7 [846] -2015-01-24 02:00:09 queue INFO 3 [847] -2015-01-24 02:00:09 queue INFO >3 [848] -2015-01-24 02:00:09 sendUrl INFO 3 [847] -2015-01-24 02:00:10 sendUrl INFO 3 [848] -2015-01-24 02:00:59 queue INFO >>3 [849] -2015-01-24 02:00:59 sendUrl INFO 3 [849] -2015-01-24 02:01:49 queue INFO >>3 [850] -2015-01-24 02:01:49 sendUrl INFO 3 [850] -2015-01-24 02:02:01 queue INFO 7 [851] -2015-01-24 02:02:01 queue INFO >7 [852] -2015-01-24 02:02:01 sendUrl INFO 7 [851] -2015-01-24 02:02:01 sendUrl INFO 7 [852] -2015-01-24 02:02:02 queue INFO 3 [853] -2015-01-24 02:02:02 queue INFO >3 [854] -2015-01-24 02:02:02 sendUrl INFO 3 [853] -2015-01-24 02:02:03 sendUrl INFO 3 [854] -2015-01-24 02:02:52 queue INFO >>3 [855] -2015-01-24 02:02:52 sendUrl INFO 3 [855] -2015-01-24 02:03:42 queue INFO >>3 [856] -2015-01-24 02:03:43 sendUrl INFO 3 [856] -2015-01-24 02:03:54 queue INFO 7 [857] -2015-01-24 02:03:54 queue INFO >7 [858] -2015-01-24 02:03:55 sendUrl INFO 7 [857] -2015-01-24 02:03:55 sendUrl INFO 7 [858] -2015-01-24 02:03:56 queue INFO 3 [859] -2015-01-24 02:03:56 queue INFO >3 [860] -2015-01-24 02:03:56 sendUrl INFO 3 [859] -2015-01-24 02:03:57 sendUrl INFO 3 [860] -2015-01-24 02:04:46 queue INFO >>3 [861] -2015-01-24 02:04:46 sendUrl INFO 3 [861] -2015-01-24 02:05:36 queue INFO >>3 [862] -2015-01-24 02:05:36 sendUrl INFO 3 [862] -2015-01-24 02:05:48 queue INFO 7 [863] -2015-01-24 02:05:48 queue INFO >7 [864] -2015-01-24 02:05:48 sendUrl INFO 7 [863] -2015-01-24 02:05:49 sendUrl INFO 7 [864] -2015-01-24 02:05:49 queue INFO 3 [865] -2015-01-24 02:05:50 queue INFO >3 [866] -2015-01-24 02:05:50 sendUrl INFO 3 [865] -2015-01-24 02:05:50 sendUrl INFO 3 [866] -2015-01-24 02:06:39 queue INFO >>3 [867] -2015-01-24 02:06:40 sendUrl INFO 3 [867] -2015-01-24 02:07:30 queue INFO >>3 [868] -2015-01-24 02:07:30 sendUrl INFO 3 [868] -2015-01-24 02:07:42 queue INFO 7 [869] -2015-01-24 02:07:42 queue INFO >7 [870] -2015-01-24 02:07:42 sendUrl INFO 7 [869] -2015-01-24 02:07:43 sendUrl INFO 7 [870] -2015-01-24 02:07:43 queue INFO 3 [871] -2015-01-24 02:07:44 queue INFO >3 [872] -2015-01-24 02:07:44 sendUrl INFO 3 [871] -2015-01-24 02:07:44 sendUrl INFO 3 [872] -2015-01-24 02:08:34 queue INFO >>3 [873] -2015-01-24 02:08:34 sendUrl INFO 3 [873] -2015-01-24 02:09:24 queue INFO >>3 [874] -2015-01-24 02:09:24 sendUrl INFO 3 [874] -2015-01-24 02:09:36 queue INFO 7 [875] -2015-01-24 02:09:36 queue INFO >7 [876] -2015-01-24 02:09:36 sendUrl INFO 7 [875] -2015-01-24 02:09:36 sendUrl INFO 7 [876] -2015-01-24 02:09:37 queue INFO 3 [877] -2015-01-24 02:09:37 queue INFO >3 [878] -2015-01-24 02:09:37 sendUrl INFO 3 [877] -2015-01-24 02:09:38 sendUrl INFO 3 [878] -2015-01-24 02:10:27 queue INFO >>3 [879] -2015-01-24 02:10:27 sendUrl INFO 3 [879] -2015-01-24 02:11:17 queue INFO >>3 [880] -2015-01-24 02:11:18 sendUrl INFO 3 [880] -2015-01-24 02:11:29 queue INFO 7 [881] -2015-01-24 02:11:29 sendUrl INFO 7 [881] -2015-01-24 02:11:29 queue INFO >7 [882] -2015-01-24 02:11:30 sendUrl INFO 7 [882] -2015-01-24 02:11:31 queue INFO 3 [883] -2015-01-24 02:11:31 queue INFO >3 [884] -2015-01-24 02:11:31 sendUrl INFO 3 [883] -2015-01-24 02:11:31 sendUrl INFO 3 [884] -2015-01-24 02:12:21 queue INFO >>3 [885] -2015-01-24 02:12:21 sendUrl INFO 3 [885] -2015-01-24 02:13:11 queue INFO >>3 [886] -2015-01-24 02:13:11 sendUrl INFO 3 [886] -2015-01-24 02:13:22 queue INFO 7 [887] -2015-01-24 02:13:23 queue INFO >7 [888] -2015-01-24 02:13:23 sendUrl INFO 7 [887] -2015-01-24 02:13:23 sendUrl INFO 7 [888] -2015-01-24 02:13:24 queue INFO 3 [889] -2015-01-24 02:13:24 queue INFO >3 [890] -2015-01-24 02:13:25 sendUrl INFO 3 [889] -2015-01-24 02:13:25 sendUrl INFO 3 [890] -2015-01-24 02:14:14 queue INFO >>3 [891] -2015-01-24 02:14:14 sendUrl INFO 3 [891] -2015-01-24 02:15:04 queue INFO >>3 [892] -2015-01-24 02:15:05 sendUrl INFO 3 [892] -2015-01-24 02:15:16 queue INFO 7 [893] -2015-01-24 02:15:16 queue INFO >7 [894] -2015-01-24 02:15:17 sendUrl INFO 7 [893] -2015-01-24 02:15:17 sendUrl INFO 7 [894] -2015-01-24 02:15:18 queue INFO 3 [895] -2015-01-24 02:15:18 sendUrl INFO 3 [895] -2015-01-24 02:15:18 queue INFO >3 [896] -2015-01-24 02:15:18 sendUrl INFO 3 [896] -2015-01-24 02:16:08 queue INFO >>3 [897] -2015-01-24 02:16:08 sendUrl INFO 3 [897] -2015-01-24 02:16:58 queue INFO >>3 [898] -2015-01-24 02:16:58 sendUrl INFO 3 [898] -2015-01-24 02:17:10 queue INFO 7 [899] -2015-01-24 02:17:10 sendUrl INFO 7 [899] -2015-01-24 02:17:10 queue INFO >7 [900] -2015-01-24 02:17:11 sendUrl INFO 7 [900] -2015-01-24 02:17:11 queue INFO 3 [901] -2015-01-24 02:17:12 queue INFO >3 [902] -2015-01-24 02:17:12 sendUrl INFO 3 [901] -2015-01-24 02:17:12 sendUrl INFO 3 [902] -2015-01-24 02:18:02 queue INFO >>3 [903] -2015-01-24 02:18:02 sendUrl INFO 3 [903] -2015-01-24 02:18:52 queue INFO >>3 [904] -2015-01-24 02:18:52 sendUrl INFO 3 [904] -2015-01-24 02:19:04 queue INFO 7 [905] -2015-01-24 02:19:04 queue INFO >7 [906] -2015-01-24 02:19:04 sendUrl INFO 7 [905] -2015-01-24 02:19:05 sendUrl INFO 7 [906] -2015-01-24 02:19:06 queue INFO 3 [907] -2015-01-24 02:19:06 queue INFO >3 [908] -2015-01-24 02:19:06 sendUrl INFO 3 [907] -2015-01-24 02:19:06 sendUrl INFO 3 [908] -2015-01-24 02:19:56 queue INFO >>3 [909] -2015-01-24 02:19:56 sendUrl INFO 3 [909] -2015-01-24 02:20:46 queue INFO >>3 [910] -2015-01-24 02:20:46 sendUrl INFO 3 [910] -2015-01-24 02:20:57 queue INFO 7 [911] -2015-01-24 02:20:58 sendUrl INFO 7 [911] -2015-01-24 02:20:58 queue INFO >7 [912] -2015-01-24 02:20:58 sendUrl INFO 7 [912] -2015-01-24 02:20:59 queue INFO 3 [913] -2015-01-24 02:20:59 queue INFO >3 [914] -2015-01-24 02:21:00 sendUrl INFO 3 [913] -2015-01-24 02:21:00 sendUrl INFO 3 [914] -2015-01-24 02:21:49 queue INFO >>3 [915] -2015-01-24 02:21:49 sendUrl INFO 3 [915] -2015-01-24 02:22:39 queue INFO >>3 [916] -2015-01-24 02:22:40 sendUrl INFO 3 [916] -2015-01-24 02:22:51 queue INFO 7 [917] -2015-01-24 02:22:51 queue INFO >7 [918] -2015-01-24 02:22:51 sendUrl INFO 7 [917] -2015-01-24 02:22:52 sendUrl INFO 7 [918] -2015-01-24 02:22:53 queue INFO 3 [919] -2015-01-24 02:22:53 queue INFO >3 [920] -2015-01-24 02:22:53 sendUrl INFO 3 [919] -2015-01-24 02:22:53 sendUrl INFO 3 [920] -2015-01-24 02:23:43 queue INFO >>3 [921] -2015-01-24 02:23:43 sendUrl INFO 3 [921] -2015-01-24 02:24:33 queue INFO >>3 [922] -2015-01-24 02:24:33 sendUrl INFO 3 [922] -2015-01-24 02:24:44 queue INFO 7 [923] -2015-01-24 02:24:45 queue INFO >7 [924] -2015-01-24 02:24:45 sendUrl INFO 7 [923] -2015-01-24 02:24:45 sendUrl INFO 7 [924] -2015-01-24 02:24:46 queue INFO 3 [925] -2015-01-24 02:24:46 sendUrl INFO 3 [925] -2015-01-24 02:24:46 queue INFO >3 [926] -2015-01-24 02:24:47 sendUrl INFO 3 [926] -2015-01-24 02:25:36 queue INFO >>3 [927] -2015-01-24 02:25:37 sendUrl INFO 3 [927] -2015-01-24 02:26:26 queue INFO >>3 [928] -2015-01-24 02:26:27 sendUrl INFO 3 [928] -2015-01-24 02:26:38 queue INFO 7 [929] -2015-01-24 02:26:38 queue INFO >7 [930] -2015-01-24 02:26:38 sendUrl INFO 7 [929] -2015-01-24 02:26:39 sendUrl INFO 7 [930] -2015-01-24 02:26:40 queue INFO 3 [931] -2015-01-24 02:26:40 queue INFO >3 [932] -2015-01-24 02:26:40 sendUrl INFO 3 [931] -2015-01-24 02:26:40 sendUrl INFO 3 [932] -2015-01-24 02:27:30 queue INFO >>3 [933] -2015-01-24 02:27:30 sendUrl INFO 3 [933] -2015-01-24 02:28:20 queue INFO >>3 [934] -2015-01-24 02:28:20 sendUrl INFO 3 [934] -2015-01-24 02:28:32 queue INFO 7 [935] -2015-01-24 02:28:32 queue INFO >7 [936] -2015-01-24 02:28:32 sendUrl INFO 7 [935] -2015-01-24 02:28:33 sendUrl INFO 7 [936] -2015-01-24 02:28:33 queue INFO 3 [937] -2015-01-24 02:28:34 queue INFO >3 [938] -2015-01-24 02:28:34 sendUrl INFO 3 [937] -2015-01-24 02:28:34 sendUrl INFO 3 [938] -2015-01-24 02:29:24 queue INFO >>3 [939] -2015-01-24 02:29:24 sendUrl INFO 3 [939] -2015-01-24 02:30:14 queue INFO >>3 [940] -2015-01-24 02:30:14 sendUrl INFO 3 [940] -2015-01-24 02:30:26 queue INFO 7 [941] -2015-01-24 02:30:26 queue INFO >7 [942] -2015-01-24 02:30:27 sendUrl INFO 7 [941] -2015-01-24 02:30:27 sendUrl INFO 7 [942] -2015-01-24 02:30:27 queue INFO 3 [943] -2015-01-24 02:30:28 sendUrl INFO 3 [943] -2015-01-24 02:30:28 queue INFO >3 [944] -2015-01-24 02:30:28 sendUrl INFO 3 [944] -2015-01-24 02:31:18 queue INFO >>3 [945] -2015-01-24 02:31:18 sendUrl INFO 3 [945] -2015-01-24 02:32:08 queue INFO >>3 [946] -2015-01-24 02:32:08 sendUrl INFO 3 [946] -2015-01-24 02:32:20 queue INFO 7 [947] -2015-01-24 02:32:20 queue INFO >7 [948] -2015-01-24 02:32:20 sendUrl INFO 7 [947] -2015-01-24 02:32:20 sendUrl INFO 7 [948] -2015-01-24 02:32:21 queue INFO 3 [949] -2015-01-24 02:32:21 queue INFO >3 [950] -2015-01-24 02:32:21 sendUrl INFO 3 [949] -2015-01-24 02:32:22 sendUrl INFO 3 [950] -2015-01-24 02:33:11 queue INFO >>3 [951] -2015-01-24 02:33:12 sendUrl INFO 3 [951] -2015-01-24 02:34:01 queue INFO >>3 [952] -2015-01-24 02:34:02 sendUrl INFO 3 [952] -2015-01-24 02:34:13 queue INFO 7 [953] -2015-01-24 02:34:13 queue INFO >7 [954] -2015-01-24 02:34:14 sendUrl INFO 7 [953] -2015-01-24 02:34:14 sendUrl INFO 7 [954] -2015-01-24 02:34:15 queue INFO 3 [955] -2015-01-24 02:34:15 queue INFO >3 [956] -2015-01-24 02:34:15 sendUrl INFO 3 [955] -2015-01-24 02:34:16 sendUrl INFO 3 [956] -2015-01-24 02:35:05 queue INFO >>3 [957] -2015-01-24 02:35:05 sendUrl INFO 3 [957] -2015-01-24 02:35:55 queue INFO >>3 [958] -2015-01-24 02:35:55 sendUrl INFO 3 [958] -2015-01-24 02:36:07 queue INFO 7 [959] -2015-01-24 02:36:07 queue INFO >7 [960] -2015-01-24 02:36:07 sendUrl INFO 7 [959] -2015-01-24 02:36:07 sendUrl INFO 7 [960] -2015-01-24 02:36:08 queue INFO 3 [961] -2015-01-24 02:36:08 queue INFO >3 [962] -2015-01-24 02:36:08 sendUrl INFO 3 [961] -2015-01-24 02:36:09 sendUrl INFO 3 [962] -2015-01-24 02:36:58 queue INFO >>3 [963] -2015-01-24 02:36:59 sendUrl INFO 3 [963] -2015-01-24 02:37:48 queue INFO >>3 [964] -2015-01-24 02:37:49 sendUrl INFO 3 [964] -2015-01-24 02:38:00 queue INFO 7 [965] -2015-01-24 02:38:00 queue INFO >7 [966] -2015-01-24 02:38:01 sendUrl INFO 7 [965] -2015-01-24 02:38:01 sendUrl INFO 7 [966] -2015-01-24 02:38:02 queue INFO 3 [967] -2015-01-24 02:38:02 queue INFO >3 [968] -2015-01-24 02:38:02 sendUrl INFO 3 [967] -2015-01-24 02:38:03 sendUrl INFO 3 [968] -2015-01-24 02:38:52 queue INFO >>3 [969] -2015-01-24 02:38:52 sendUrl INFO 3 [969] -2015-01-24 02:39:42 queue INFO >>3 [970] -2015-01-24 02:39:42 sendUrl INFO 3 [970] -2015-01-24 02:39:54 queue INFO 7 [971] -2015-01-24 02:39:54 queue INFO >7 [972] -2015-01-24 02:39:54 sendUrl INFO 7 [971] -2015-01-24 02:39:55 sendUrl INFO 7 [972] -2015-01-24 02:39:56 queue INFO 3 [973] -2015-01-24 02:39:56 queue INFO >3 [974] -2015-01-24 02:39:56 sendUrl INFO 3 [973] -2015-01-24 02:39:56 sendUrl INFO 3 [974] -2015-01-24 02:40:46 queue INFO >>3 [975] -2015-01-24 02:40:46 sendUrl INFO 3 [975] -2015-01-24 02:41:36 queue INFO >>3 [976] -2015-01-24 02:41:36 sendUrl INFO 3 [976] -2015-01-24 02:41:48 queue INFO 7 [977] -2015-01-24 02:41:48 queue INFO >7 [978] -2015-01-24 02:41:48 sendUrl INFO 7 [977] -2015-01-24 02:41:49 sendUrl INFO 7 [978] -2015-01-24 02:41:49 queue INFO 3 [979] -2015-01-24 02:41:50 queue INFO >3 [980] -2015-01-24 02:41:50 sendUrl INFO 3 [979] -2015-01-24 02:41:50 sendUrl INFO 3 [980] -2015-01-24 02:42:40 queue INFO >>3 [981] -2015-01-24 02:42:40 sendUrl INFO 3 [981] -2015-01-24 02:43:30 queue INFO >>3 [982] -2015-01-24 02:43:30 sendUrl INFO 3 [982] -2015-01-24 02:43:42 queue INFO 7 [983] -2015-01-24 02:43:42 queue INFO >7 [984] -2015-01-24 02:43:42 sendUrl INFO 7 [983] -2015-01-24 02:43:42 sendUrl INFO 7 [984] -2015-01-24 02:43:43 queue INFO 3 [985] -2015-01-24 02:43:43 queue INFO >3 [986] -2015-01-24 02:43:44 sendUrl INFO 3 [985] -2015-01-24 02:43:44 sendUrl INFO 3 [986] -2015-01-24 02:44:33 queue INFO >>3 [987] -2015-01-24 02:44:33 sendUrl INFO 3 [987] -2015-01-24 02:45:23 queue INFO >>3 [988] -2015-01-24 02:45:24 sendUrl INFO 3 [988] -2015-01-24 02:45:35 queue INFO 7 [989] -2015-01-24 02:45:35 sendUrl INFO 7 [989] -2015-01-24 02:45:35 queue INFO >7 [990] -2015-01-24 02:45:36 sendUrl INFO 7 [990] -2015-01-24 02:45:37 queue INFO 3 [991] -2015-01-24 02:45:37 queue INFO >3 [992] -2015-01-24 02:45:37 sendUrl INFO 3 [991] -2015-01-24 02:45:37 sendUrl INFO 3 [992] -2015-01-24 02:46:27 queue INFO >>3 [993] -2015-01-24 02:46:27 sendUrl INFO 3 [993] -2015-01-24 02:47:17 queue INFO >>3 [994] -2015-01-24 02:47:17 sendUrl INFO 3 [994] -2015-01-24 02:47:29 queue INFO 7 [995] -2015-01-24 02:47:29 queue INFO >7 [996] -2015-01-24 02:47:29 sendUrl INFO 7 [995] -2015-01-24 02:47:30 sendUrl INFO 7 [996] -2015-01-24 02:47:30 queue INFO 3 [997] -2015-01-24 02:47:30 queue INFO >3 [998] -2015-01-24 02:47:31 sendUrl INFO 3 [997] -2015-01-24 02:47:31 sendUrl INFO 3 [998] -2015-01-24 02:48:20 queue INFO >>3 [999] -2015-01-24 02:48:20 sendUrl INFO 3 [999] -2015-01-24 02:49:10 queue INFO >>3 [0] -2015-01-24 02:49:11 sendUrl INFO 3 [0] -2015-01-24 02:49:22 queue INFO 7 [1] -2015-01-24 02:49:22 sendUrl INFO 7 [1] -2015-01-24 02:49:22 queue INFO >7 [2] -2015-01-24 02:49:23 sendUrl INFO 7 [2] -2015-01-24 02:49:24 queue INFO 3 [3] -2015-01-24 02:49:24 queue INFO >3 [4] -2015-01-24 02:49:24 sendUrl INFO 3 [3] -2015-01-24 02:49:25 sendUrl INFO 3 [4] -2015-01-24 02:50:14 queue INFO >>3 [5] -2015-01-24 02:50:14 sendUrl INFO 3 [5] -2015-01-24 02:51:04 queue INFO >>3 [6] -2015-01-24 02:51:05 sendUrl INFO 3 [6] -2015-01-24 02:51:16 queue INFO 7 [7] -2015-01-24 02:51:16 queue INFO >7 [8] -2015-01-24 02:51:17 sendUrl INFO 7 [7] -2015-01-24 02:51:17 sendUrl INFO 7 [8] -2015-01-24 02:51:17 queue INFO 3 [9] -2015-01-24 02:51:18 sendUrl INFO 3 [9] -2015-01-24 02:51:18 queue INFO >3 [10] -2015-01-24 02:51:18 sendUrl INFO 3 [10] -2015-01-24 02:52:08 queue INFO >>3 [11] -2015-01-24 02:52:08 sendUrl INFO 3 [11] -2015-01-24 02:52:58 queue INFO >>3 [12] -2015-01-24 02:52:58 sendUrl INFO 3 [12] -2015-01-24 02:53:10 queue INFO 7 [13] -2015-01-24 02:53:10 queue INFO >7 [14] -2015-01-24 02:53:10 sendUrl INFO 7 [13] -2015-01-24 02:53:11 sendUrl INFO 7 [14] -2015-01-24 02:53:12 queue INFO 3 [15] -2015-01-24 02:53:12 queue INFO >3 [16] -2015-01-24 02:53:12 sendUrl INFO 3 [15] -2015-01-24 02:53:12 sendUrl INFO 3 [16] -2015-01-24 02:54:02 queue INFO >>3 [17] -2015-01-24 02:54:02 sendUrl INFO 3 [17] -2015-01-24 02:54:52 queue INFO >>3 [18] -2015-01-24 02:54:52 sendUrl INFO 3 [18] -2015-01-24 02:55:03 queue INFO 7 [19] -2015-01-24 02:55:04 queue INFO >7 [20] -2015-01-24 02:55:04 sendUrl INFO 7 [19] -2015-01-24 02:55:04 sendUrl INFO 7 [20] -2015-01-24 02:55:05 queue INFO 3 [21] -2015-01-24 02:55:05 queue INFO >3 [22] -2015-01-24 02:55:06 sendUrl INFO 3 [21] -2015-01-24 02:55:06 sendUrl INFO 3 [22] -2015-01-24 02:55:55 queue INFO >>3 [23] -2015-01-24 02:55:55 sendUrl INFO 3 [23] -2015-01-24 02:56:45 queue INFO >>3 [24] -2015-01-24 02:56:46 sendUrl INFO 3 [24] -2015-01-24 02:56:57 queue INFO 7 [25] -2015-01-24 02:56:57 queue INFO >7 [26] -2015-01-24 02:56:57 sendUrl INFO 7 [25] -2015-01-24 02:56:58 sendUrl INFO 7 [26] -2015-01-24 02:56:59 queue INFO 3 [27] -2015-01-24 02:56:59 queue INFO >3 [28] -2015-01-24 02:56:59 sendUrl INFO 3 [27] -2015-01-24 02:56:59 sendUrl INFO 3 [28] -2015-01-24 02:57:49 queue INFO >>3 [29] -2015-01-24 02:57:49 sendUrl INFO 3 [29] -2015-01-24 02:58:39 queue INFO >>3 [30] -2015-01-24 02:58:39 sendUrl INFO 3 [30] -2015-01-24 02:58:51 queue INFO 7 [31] -2015-01-24 02:58:51 sendUrl INFO 7 [31] -2015-01-24 02:58:51 queue INFO >7 [32] -2015-01-24 02:58:51 sendUrl INFO 7 [32] -2015-01-24 02:58:52 queue INFO 3 [33] -2015-01-24 02:58:52 queue INFO >3 [34] -2015-01-24 02:58:52 sendUrl INFO 3 [33] -2015-01-24 02:58:53 sendUrl INFO 3 [34] -2015-01-24 02:59:42 queue INFO >>3 [35] -2015-01-24 02:59:43 sendUrl INFO 3 [35] -2015-01-24 03:00:32 queue INFO >>3 [36] -2015-01-24 03:00:32 sendUrl INFO 3 [36] -2015-01-24 03:00:44 queue INFO 7 [37] -2015-01-24 03:00:44 queue INFO >7 [38] -2015-01-24 03:00:44 sendUrl INFO 7 [37] -2015-01-24 03:00:45 sendUrl INFO 7 [38] -2015-01-24 03:00:46 queue INFO 3 [39] -2015-01-24 03:00:46 queue INFO >3 [40] -2015-01-24 03:00:46 sendUrl INFO 3 [39] -2015-01-24 03:00:46 sendUrl INFO 3 [40] -2015-01-24 03:01:36 queue INFO >>3 [41] -2015-01-24 03:01:36 sendUrl INFO 3 [41] -2015-01-24 03:02:26 queue INFO >>3 [42] -2015-01-24 03:02:26 sendUrl INFO 3 [42] -2015-01-24 03:02:38 queue INFO 7 [43] -2015-01-24 03:02:38 queue INFO >7 [44] -2015-01-24 03:02:38 sendUrl INFO 7 [43] -2015-01-24 03:02:39 sendUrl INFO 7 [44] -2015-01-24 03:02:39 queue INFO 3 [45] -2015-01-24 03:02:40 queue INFO >3 [46] -2015-01-24 03:02:40 sendUrl INFO 3 [45] -2015-01-24 03:02:40 sendUrl INFO 3 [46] -2015-01-24 03:03:30 queue INFO >>3 [47] -2015-01-24 03:03:30 sendUrl INFO 3 [47] -2015-01-24 03:04:20 queue INFO >>3 [48] -2015-01-24 03:04:20 sendUrl INFO 3 [48] -2015-01-24 03:04:32 queue INFO 7 [49] -2015-01-24 03:04:32 queue INFO >7 [50] -2015-01-24 03:04:33 sendUrl INFO 7 [49] -2015-01-24 03:04:33 sendUrl INFO 7 [50] -2015-01-24 03:04:33 queue INFO 3 [51] -2015-01-24 03:04:34 queue INFO >3 [52] -2015-01-24 03:04:34 sendUrl INFO 3 [51] -2015-01-24 03:04:35 sendUrl INFO 3 [52] -2015-01-24 03:05:24 queue INFO >>3 [53] -2015-01-24 03:05:24 sendUrl INFO 3 [53] -2015-01-24 03:06:14 queue INFO >>3 [54] -2015-01-24 03:06:14 sendUrl INFO 3 [54] -2015-01-24 03:06:26 queue INFO 7 [55] -2015-01-24 03:06:26 queue INFO >7 [56] -2015-01-24 03:06:26 sendUrl INFO 7 [55] -2015-01-24 03:06:26 sendUrl INFO 7 [56] -2015-01-24 03:06:27 queue INFO 3 [57] -2015-01-24 03:06:27 sendUrl INFO 3 [57] -2015-01-24 03:06:27 queue INFO >3 [58] -2015-01-24 03:06:28 sendUrl INFO 3 [58] -2015-01-24 03:07:17 queue INFO >>3 [59] -2015-01-24 03:07:18 sendUrl INFO 3 [59] -2015-01-24 03:08:07 queue INFO >>3 [60] -2015-01-24 03:08:08 sendUrl INFO 3 [60] -2015-01-24 03:08:19 queue INFO 7 [61] -2015-01-24 03:08:19 queue INFO >7 [62] -2015-01-24 03:08:20 sendUrl INFO 7 [61] -2015-01-24 03:08:20 sendUrl INFO 7 [62] -2015-01-24 03:08:21 queue INFO 3 [63] -2015-01-24 03:08:21 queue INFO >3 [64] -2015-01-24 03:08:21 sendUrl INFO 3 [63] -2015-01-24 03:08:22 sendUrl INFO 3 [64] -2015-01-24 03:09:11 queue INFO >>3 [65] -2015-01-24 03:09:11 sendUrl INFO 3 [65] -2015-01-24 03:10:01 queue INFO >>3 [66] -2015-01-24 03:10:01 sendUrl INFO 3 [66] -2015-01-24 03:10:13 queue INFO 7 [67] -2015-01-24 03:10:13 queue INFO >7 [68] -2015-01-24 03:10:13 sendUrl INFO 7 [67] -2015-01-24 03:10:13 sendUrl INFO 7 [68] -2015-01-24 03:10:14 queue INFO 3 [69] -2015-01-24 03:10:14 queue INFO >3 [70] -2015-01-24 03:10:14 sendUrl INFO 3 [69] -2015-01-24 03:10:15 sendUrl INFO 3 [70] -2015-01-24 03:11:04 queue INFO >>3 [71] -2015-01-24 03:11:05 sendUrl INFO 3 [71] -2015-01-24 03:11:54 queue INFO >>3 [72] -2015-01-24 03:11:55 sendUrl INFO 3 [72] -2015-01-24 03:12:06 queue INFO 7 [73] -2015-01-24 03:12:07 queue INFO >7 [74] -2015-01-24 03:12:07 sendUrl INFO 7 [73] -2015-01-24 03:12:07 sendUrl INFO 7 [74] -2015-01-24 03:12:08 queue INFO 3 [75] -2015-01-24 03:12:08 queue INFO >3 [76] -2015-01-24 03:12:08 sendUrl INFO 3 [75] -2015-01-24 03:12:09 sendUrl INFO 3 [76] -2015-01-24 03:12:58 queue INFO >>3 [77] -2015-01-24 03:12:58 sendUrl INFO 3 [77] -2015-01-24 03:13:48 queue INFO >>3 [78] -2015-01-24 03:13:48 sendUrl INFO 3 [78] -2015-01-24 03:14:00 queue INFO 7 [79] -2015-01-24 03:14:00 queue INFO >7 [80] -2015-01-24 03:14:00 sendUrl INFO 7 [79] -2015-01-24 03:14:01 sendUrl INFO 7 [80] -2015-01-24 03:14:01 queue INFO 3 [81] -2015-01-24 03:14:02 queue INFO >3 [82] -2015-01-24 03:14:02 sendUrl INFO 3 [81] -2015-01-24 03:14:02 sendUrl INFO 3 [82] -2015-01-24 03:14:52 queue INFO >>3 [83] -2015-01-24 03:14:52 sendUrl INFO 3 [83] -2015-01-24 03:15:42 queue INFO >>3 [84] -2015-01-24 03:15:42 sendUrl INFO 3 [84] -2015-01-24 03:15:54 queue INFO 7 [85] -2015-01-24 03:15:54 queue INFO >7 [86] -2015-01-24 03:15:54 sendUrl INFO 7 [85] -2015-01-24 03:15:55 sendUrl INFO 7 [86] -2015-01-24 03:15:56 queue INFO 3 [87] -2015-01-24 03:15:56 sendUrl INFO 3 [87] -2015-01-24 03:15:56 queue INFO >3 [88] -2015-01-24 03:15:56 sendUrl INFO 3 [88] -2015-01-24 03:16:46 queue INFO >>3 [89] -2015-01-24 03:16:46 sendUrl INFO 3 [89] -2015-01-24 03:17:36 queue INFO >>3 [90] -2015-01-24 03:17:36 sendUrl INFO 3 [90] -2015-01-24 03:17:48 queue INFO 7 [91] -2015-01-24 03:17:48 queue INFO >7 [92] -2015-01-24 03:17:48 sendUrl INFO 7 [91] -2015-01-24 03:17:48 sendUrl INFO 7 [92] -2015-01-24 03:17:49 queue INFO 3 [93] -2015-01-24 03:17:49 queue INFO >3 [94] -2015-01-24 03:17:50 sendUrl INFO 3 [93] -2015-01-24 03:17:50 sendUrl INFO 3 [94] -2015-01-24 03:18:39 queue INFO >>3 [95] -2015-01-24 03:18:39 sendUrl INFO 3 [95] -2015-01-24 03:19:29 queue INFO >>3 [96] -2015-01-24 03:19:30 sendUrl INFO 3 [96] -2015-01-24 03:19:41 queue INFO 7 [97] -2015-01-24 03:19:41 sendUrl INFO 7 [97] -2015-01-24 03:19:41 queue INFO >7 [98] -2015-01-24 03:19:42 sendUrl INFO 7 [98] -2015-01-24 03:19:43 queue INFO 3 [99] -2015-01-24 03:19:43 queue INFO >3 [100] -2015-01-24 03:19:43 sendUrl INFO 3 [99] -2015-01-24 03:19:43 sendUrl INFO 3 [100] -2015-01-24 03:20:33 queue INFO >>3 [101] -2015-01-24 03:20:33 sendUrl INFO 3 [101] -2015-01-24 03:21:23 queue INFO >>3 [102] -2015-01-24 03:21:23 sendUrl INFO 3 [102] -2015-01-24 03:21:35 queue INFO 7 [103] -2015-01-24 03:21:35 queue INFO >7 [104] -2015-01-24 03:21:35 sendUrl INFO 7 [103] -2015-01-24 03:21:36 sendUrl INFO 7 [104] -2015-01-24 03:21:36 queue INFO 3 [105] -2015-01-24 03:21:36 queue INFO >3 [106] -2015-01-24 03:21:37 sendUrl INFO 3 [105] -2015-01-24 03:21:37 sendUrl INFO 3 [106] -2015-01-24 03:22:26 queue INFO >>3 [107] -2015-01-24 03:22:26 sendUrl INFO 3 [107] -2015-01-24 03:23:16 queue INFO >>3 [108] -2015-01-24 03:23:17 sendUrl INFO 3 [108] -2015-01-24 03:23:28 queue INFO 7 [109] -2015-01-24 03:23:28 queue INFO >7 [110] -2015-01-24 03:23:29 sendUrl INFO 7 [109] -2015-01-24 03:23:29 sendUrl INFO 7 [110] -2015-01-24 03:23:30 queue INFO 3 [111] -2015-01-24 03:23:30 queue INFO >3 [112] -2015-01-24 03:23:30 sendUrl INFO 3 [111] -2015-01-24 03:23:31 sendUrl INFO 3 [112] -2015-01-24 03:24:20 queue INFO >>3 [113] -2015-01-24 03:24:20 sendUrl INFO 3 [113] -2015-01-24 03:25:10 queue INFO >>3 [114] -2015-01-24 03:25:11 sendUrl INFO 3 [114] -2015-01-24 03:25:22 queue INFO 7 [115] -2015-01-24 03:25:22 sendUrl INFO 7 [115] -2015-01-24 03:25:22 queue INFO >7 [116] -2015-01-24 03:25:23 sendUrl INFO 7 [116] -2015-01-24 03:25:23 queue INFO 3 [117] -2015-01-24 03:25:24 queue INFO >3 [118] -2015-01-24 03:25:24 sendUrl INFO 3 [117] -2015-01-24 03:25:24 sendUrl INFO 3 [118] -2015-01-24 03:26:14 queue INFO >>3 [119] -2015-01-24 03:26:14 sendUrl INFO 3 [119] -2015-01-24 03:27:04 queue INFO >>3 [120] -2015-01-24 03:27:04 sendUrl INFO 3 [120] -2015-01-24 03:27:16 queue INFO 7 [121] -2015-01-24 03:27:16 queue INFO >7 [122] -2015-01-24 03:27:16 sendUrl INFO 7 [121] -2015-01-24 03:27:17 sendUrl INFO 7 [122] -2015-01-24 03:27:18 queue INFO 3 [123] -2015-01-24 03:27:18 queue INFO >3 [124] -2015-01-24 03:27:18 sendUrl INFO 3 [123] -2015-01-24 03:27:18 sendUrl INFO 3 [124] -2015-01-24 03:28:08 queue INFO >>3 [125] -2015-01-24 03:28:08 sendUrl INFO 3 [125] -2015-01-24 03:28:58 queue INFO >>3 [126] -2015-01-24 03:28:58 sendUrl INFO 3 [126] -2015-01-24 03:29:10 queue INFO 7 [127] -2015-01-24 03:29:10 queue INFO >7 [128] -2015-01-24 03:29:10 sendUrl INFO 7 [127] -2015-01-24 03:29:11 sendUrl INFO 7 [128] -2015-01-24 03:29:11 queue INFO 3 [129] -2015-01-24 03:29:11 queue INFO >3 [130] -2015-01-24 03:29:12 sendUrl INFO 3 [129] -2015-01-24 03:29:12 sendUrl INFO 3 [130] -2015-01-24 03:30:01 queue INFO >>3 [131] -2015-01-24 03:30:02 sendUrl INFO 3 [131] -2015-01-24 03:30:51 queue INFO >>3 [132] -2015-01-24 03:30:52 sendUrl INFO 3 [132] -2015-01-24 03:31:08 queue INFO 7 [133] -2015-01-24 03:31:08 sendUrl INFO 7 [133] -2015-01-24 03:31:08 queue INFO >7 [134] -2015-01-24 03:31:08 sendUrl INFO 7 [134] -2015-01-24 03:31:09 queue INFO 3 [135] -2015-01-24 03:31:09 queue INFO >3 [136] -2015-01-24 03:31:10 sendUrl INFO 3 [135] -2015-01-24 03:31:10 sendUrl INFO 3 [136] -2015-01-24 03:31:59 queue INFO >>3 [137] -2015-01-24 03:32:00 sendUrl INFO 3 [137] -2015-01-24 03:32:50 queue INFO >>3 [138] -2015-01-24 03:32:50 sendUrl INFO 3 [138] -2015-01-24 03:33:01 queue INFO 7 [139] -2015-01-24 03:33:01 queue INFO >7 [140] -2015-01-24 03:33:02 sendUrl INFO 7 [139] -2015-01-24 03:33:02 sendUrl INFO 7 [140] -2015-01-24 03:33:03 queue INFO 3 [141] -2015-01-24 03:33:03 queue INFO >3 [142] -2015-01-24 03:33:03 sendUrl INFO 3 [141] -2015-01-24 03:33:04 sendUrl INFO 3 [142] -2015-01-24 03:33:53 queue INFO >>3 [143] -2015-01-24 03:33:53 sendUrl INFO 3 [143] -2015-01-24 03:34:43 queue INFO >>3 [144] -2015-01-24 03:34:43 sendUrl INFO 3 [144] -2015-01-24 03:34:55 queue INFO 7 [145] -2015-01-24 03:34:55 queue INFO >7 [146] -2015-01-24 03:34:56 sendUrl INFO 7 [145] -2015-01-24 03:34:56 sendUrl INFO 7 [146] -2015-01-24 03:34:57 queue INFO 3 [147] -2015-01-24 03:34:57 queue INFO >3 [148] -2015-01-24 03:34:57 sendUrl INFO 3 [147] -2015-01-24 03:34:58 sendUrl INFO 3 [148] -2015-01-24 03:35:47 queue INFO >>3 [149] -2015-01-24 03:35:47 sendUrl INFO 3 [149] -2015-01-24 03:36:37 queue INFO >>3 [150] -2015-01-24 03:36:37 sendUrl INFO 3 [150] -2015-01-24 03:36:49 queue INFO 7 [151] -2015-01-24 03:36:49 sendUrl INFO 7 [151] -2015-01-24 03:36:49 queue INFO >7 [152] -2015-01-24 03:36:49 sendUrl INFO 7 [152] -2015-01-24 03:36:50 queue INFO 3 [153] -2015-01-24 03:36:51 queue INFO >3 [154] -2015-01-24 03:36:51 sendUrl INFO 3 [153] -2015-01-24 03:36:51 sendUrl INFO 3 [154] -2015-01-24 03:37:40 queue INFO >>3 [155] -2015-01-24 03:37:41 sendUrl INFO 3 [155] -2015-01-24 03:38:31 queue INFO >>3 [156] -2015-01-24 03:38:31 sendUrl INFO 3 [156] -2015-01-24 03:38:43 queue INFO 7 [157] -2015-01-24 03:38:43 queue INFO >7 [158] -2015-01-24 03:38:43 sendUrl INFO 7 [157] -2015-01-24 03:38:44 sendUrl INFO 7 [158] -2015-01-24 03:38:44 queue INFO 3 [159] -2015-01-24 03:38:44 queue INFO >3 [160] -2015-01-24 03:38:45 sendUrl INFO 3 [159] -2015-01-24 03:38:45 sendUrl INFO 3 [160] -2015-01-24 03:39:34 queue INFO >>3 [161] -2015-01-24 03:39:35 sendUrl INFO 3 [161] -2015-01-24 03:40:25 queue INFO >>3 [162] -2015-01-24 03:40:25 sendUrl INFO 3 [162] -2015-01-24 03:40:36 queue INFO 7 [163] -2015-01-24 03:40:37 queue INFO >7 [164] -2015-01-24 03:40:37 sendUrl INFO 7 [163] -2015-01-24 03:40:37 sendUrl INFO 7 [164] -2015-01-24 03:40:38 queue INFO 3 [165] -2015-01-24 03:40:38 sendUrl INFO 3 [165] -2015-01-24 03:40:38 queue INFO >3 [166] -2015-01-24 03:40:38 sendUrl INFO 3 [166] -2015-01-24 03:41:28 queue INFO >>3 [167] -2015-01-24 03:41:28 sendUrl INFO 3 [167] -2015-01-24 03:42:18 queue INFO >>3 [168] -2015-01-24 03:42:19 sendUrl INFO 3 [168] -2015-01-24 03:42:30 queue INFO 7 [169] -2015-01-24 03:42:30 queue INFO >7 [170] -2015-01-24 03:42:30 sendUrl INFO 7 [169] -2015-01-24 03:42:31 sendUrl INFO 7 [170] -2015-01-24 03:42:31 queue INFO 3 [171] -2015-01-24 03:42:32 queue INFO >3 [172] -2015-01-24 03:42:32 sendUrl INFO 3 [171] -2015-01-24 03:42:32 sendUrl INFO 3 [172] -2015-01-24 03:43:22 queue INFO >>3 [173] -2015-01-24 03:43:22 sendUrl INFO 3 [173] -2015-01-24 03:44:12 queue INFO >>3 [174] -2015-01-24 03:44:12 sendUrl INFO 3 [174] -2015-01-24 03:44:23 queue INFO 7 [175] -2015-01-24 03:44:23 sendUrl INFO 7 [175] -2015-01-24 03:44:23 queue INFO >7 [176] -2015-01-24 03:44:24 sendUrl INFO 7 [176] -2015-01-24 03:44:25 queue INFO 3 [177] -2015-01-24 03:44:25 queue INFO >3 [178] -2015-01-24 03:44:25 sendUrl INFO 3 [177] -2015-01-24 03:44:26 sendUrl INFO 3 [178] -2015-01-24 03:45:15 queue INFO >>3 [179] -2015-01-24 03:45:15 sendUrl INFO 3 [179] -2015-01-24 03:46:05 queue INFO >>3 [180] -2015-01-24 03:46:06 sendUrl INFO 3 [180] -2015-01-24 03:46:17 queue INFO 7 [181] -2015-01-24 03:46:17 sendUrl INFO 7 [181] -2015-01-24 03:46:17 queue INFO >7 [182] -2015-01-24 03:46:18 sendUrl INFO 7 [182] -2015-01-24 03:46:18 queue INFO 3 [183] -2015-01-24 03:46:19 queue INFO >3 [184] -2015-01-24 03:46:19 sendUrl INFO 3 [183] -2015-01-24 03:46:19 sendUrl INFO 3 [184] -2015-01-24 03:47:09 queue INFO >>3 [185] -2015-01-24 03:47:09 sendUrl INFO 3 [185] -2015-01-24 03:47:59 queue INFO >>3 [186] -2015-01-24 03:47:59 sendUrl INFO 3 [186] -2015-01-24 03:48:11 queue INFO 7 [187] -2015-01-24 03:48:11 queue INFO >7 [188] -2015-01-24 03:48:11 sendUrl INFO 7 [187] -2015-01-24 03:48:11 sendUrl INFO 7 [188] -2015-01-24 03:48:12 queue INFO 3 [189] -2015-01-24 03:48:12 queue INFO >3 [190] -2015-01-24 03:48:13 sendUrl INFO 3 [189] -2015-01-24 03:48:13 sendUrl INFO 3 [190] -2015-01-24 03:49:02 queue INFO >>3 [191] -2015-01-24 03:49:03 sendUrl INFO 3 [191] -2015-01-24 03:49:53 queue INFO >>3 [192] -2015-01-24 03:49:53 sendUrl INFO 3 [192] -2015-01-24 03:50:05 queue INFO 7 [193] -2015-01-24 03:50:05 queue INFO >7 [194] -2015-01-24 03:50:05 sendUrl INFO 7 [193] -2015-01-24 03:50:06 sendUrl INFO 7 [194] -2015-01-24 03:50:06 queue INFO 3 [195] -2015-01-24 03:50:07 queue INFO >3 [196] -2015-01-24 03:50:07 sendUrl INFO 3 [195] -2015-01-24 03:50:07 sendUrl INFO 3 [196] -2015-01-24 03:50:56 queue INFO >>3 [197] -2015-01-24 03:50:57 sendUrl INFO 3 [197] -2015-01-24 03:51:47 queue INFO >>3 [198] -2015-01-24 03:51:47 sendUrl INFO 3 [198] -2015-01-24 03:51:58 queue INFO 7 [199] -2015-01-24 03:51:58 queue INFO >7 [200] -2015-01-24 03:51:59 sendUrl INFO 7 [199] -2015-01-24 03:51:59 sendUrl INFO 7 [200] -2015-01-24 03:52:00 queue INFO 3 [201] -2015-01-24 03:52:00 sendUrl INFO 3 [201] -2015-01-24 03:52:00 queue INFO >3 [202] -2015-01-24 03:52:01 sendUrl INFO 3 [202] -2015-01-24 03:52:50 queue INFO >>3 [203] -2015-01-24 03:52:50 sendUrl INFO 3 [203] -2015-01-24 03:53:40 queue INFO >>3 [204] -2015-01-24 03:53:41 sendUrl INFO 3 [204] -2015-01-24 03:53:52 queue INFO 7 [205] -2015-01-24 03:53:52 queue INFO >7 [206] -2015-01-24 03:53:52 sendUrl INFO 7 [205] -2015-01-24 03:53:53 sendUrl INFO 7 [206] -2015-01-24 03:53:53 queue INFO 3 [207] -2015-01-24 03:53:54 queue INFO >3 [208] -2015-01-24 03:53:54 sendUrl INFO 3 [207] -2015-01-24 03:53:54 sendUrl INFO 3 [208] -2015-01-24 03:54:44 queue INFO >>3 [209] -2015-01-24 03:54:44 sendUrl INFO 3 [209] -2015-01-24 03:55:34 queue INFO >>3 [210] -2015-01-24 03:55:34 sendUrl INFO 3 [210] -2015-01-24 03:55:45 queue INFO 7 [211] -2015-01-24 03:55:46 queue INFO >7 [212] -2015-01-24 03:55:46 sendUrl INFO 7 [211] -2015-01-24 03:55:46 sendUrl INFO 7 [212] -2015-01-24 03:55:47 queue INFO 3 [213] -2015-01-24 03:55:47 queue INFO >3 [214] -2015-01-24 03:55:47 sendUrl INFO 3 [213] -2015-01-24 03:55:48 sendUrl INFO 3 [214] -2015-01-24 03:56:37 queue INFO >>3 [215] -2015-01-24 03:56:37 sendUrl INFO 3 [215] -2015-01-24 03:57:27 queue INFO >>3 [216] -2015-01-24 03:57:27 sendUrl INFO 3 [216] -2015-01-24 03:57:39 queue INFO 7 [217] -2015-01-24 03:57:39 queue INFO >7 [218] -2015-01-24 03:57:39 sendUrl INFO 7 [217] -2015-01-24 03:57:40 sendUrl INFO 7 [218] -2015-01-24 03:57:41 queue INFO 3 [219] -2015-01-24 03:57:41 queue INFO >3 [220] -2015-01-24 03:57:41 sendUrl INFO 3 [219] -2015-01-24 03:57:41 sendUrl INFO 3 [220] -2015-01-24 03:58:31 queue INFO >>3 [221] -2015-01-24 03:58:31 sendUrl INFO 3 [221] -2015-01-24 03:59:21 queue INFO >>3 [222] -2015-01-24 03:59:21 sendUrl INFO 3 [222] -2015-01-24 03:59:33 queue INFO 7 [223] -2015-01-24 03:59:33 queue INFO >7 [224] -2015-01-24 03:59:33 sendUrl INFO 7 [223] -2015-01-24 03:59:34 sendUrl INFO 7 [224] -2015-01-24 03:59:34 queue INFO 3 [225] -2015-01-24 03:59:34 queue INFO >3 [226] -2015-01-24 03:59:35 sendUrl INFO 3 [225] -2015-01-24 03:59:35 sendUrl INFO 3 [226] -2015-01-24 04:00:24 queue INFO >>3 [227] -2015-01-24 04:00:25 sendUrl INFO 3 [227] -2015-01-24 04:01:15 queue INFO >>3 [228] -2015-01-24 04:01:15 sendUrl INFO 3 [228] -2015-01-24 04:01:27 queue INFO 7 [229] -2015-01-24 04:01:27 sendUrl INFO 7 [229] -2015-01-24 04:01:27 queue INFO >7 [230] -2015-01-24 04:01:27 sendUrl INFO 7 [230] -2015-01-24 04:01:28 queue INFO 3 [231] -2015-01-24 04:01:28 queue INFO >3 [232] -2015-01-24 04:01:28 sendUrl INFO 3 [231] -2015-01-24 04:01:29 sendUrl INFO 3 [232] -2015-01-24 04:02:18 queue INFO >>3 [233] -2015-01-24 04:02:19 sendUrl INFO 3 [233] -2015-01-24 04:03:09 queue INFO >>3 [234] -2015-01-24 04:03:09 sendUrl INFO 3 [234] -2015-01-24 04:03:20 queue INFO 7 [235] -2015-01-24 04:03:21 queue INFO >7 [236] -2015-01-24 04:03:21 sendUrl INFO 7 [235] -2015-01-24 04:03:21 sendUrl INFO 7 [236] -2015-01-24 04:03:22 queue INFO 3 [237] -2015-01-24 04:03:22 queue INFO >3 [238] -2015-01-24 04:03:22 sendUrl INFO 3 [237] -2015-01-24 04:03:23 sendUrl INFO 3 [238] -2015-01-24 04:04:12 queue INFO >>3 [239] -2015-01-24 04:04:13 sendUrl INFO 3 [239] -2015-01-24 04:05:02 queue INFO >>3 [240] -2015-01-24 04:05:02 sendUrl INFO 3 [240] -2015-01-24 04:05:14 queue INFO 7 [241] -2015-01-24 04:05:14 sendUrl INFO 7 [241] -2015-01-24 04:05:14 queue INFO >7 [242] -2015-01-24 04:05:14 sendUrl INFO 7 [242] -2015-01-24 04:05:15 queue INFO 3 [243] -2015-01-24 04:05:16 queue INFO >3 [244] -2015-01-24 04:05:16 sendUrl INFO 3 [243] -2015-01-24 04:05:17 sendUrl INFO 3 [244] -2015-01-24 04:06:06 queue INFO >>3 [245] -2015-01-24 04:06:06 sendUrl INFO 3 [245] -2015-01-24 04:06:56 queue INFO >>3 [246] -2015-01-24 04:06:56 sendUrl INFO 3 [246] -2015-01-24 04:07:07 queue INFO 7 [247] -2015-01-24 04:07:08 queue INFO >7 [248] -2015-01-24 04:07:08 sendUrl INFO 7 [247] -2015-01-24 04:07:08 sendUrl INFO 7 [248] -2015-01-24 04:07:09 queue INFO 3 [249] -2015-01-24 04:07:09 queue INFO >3 [250] -2015-01-24 04:07:09 sendUrl INFO 3 [249] -2015-01-24 04:07:10 sendUrl INFO 3 [250] -2015-01-24 04:07:59 queue INFO >>3 [251] -2015-01-24 04:08:00 sendUrl INFO 3 [251] -2015-01-24 04:08:49 queue INFO >>3 [252] -2015-01-24 04:08:49 sendUrl INFO 3 [252] -2015-01-24 04:09:01 queue INFO 7 [253] -2015-01-24 04:09:01 queue INFO >7 [254] -2015-01-24 04:09:02 sendUrl INFO 7 [253] -2015-01-24 04:09:02 sendUrl INFO 7 [254] -2015-01-24 04:09:02 queue INFO 3 [255] -2015-01-24 04:09:03 queue INFO >3 [256] -2015-01-24 04:09:03 sendUrl INFO 3 [255] -2015-01-24 04:09:04 sendUrl INFO 3 [256] -2015-01-24 04:09:53 queue INFO >>3 [257] -2015-01-24 04:09:53 sendUrl INFO 3 [257] -2015-01-24 04:10:43 queue INFO >>3 [258] -2015-01-24 04:10:43 sendUrl INFO 3 [258] -2015-01-24 04:10:55 queue INFO 7 [259] -2015-01-24 04:10:55 queue INFO >7 [260] -2015-01-24 04:10:55 sendUrl INFO 7 [259] -2015-01-24 04:10:56 sendUrl INFO 7 [260] -2015-01-24 04:10:56 queue INFO 3 [261] -2015-01-24 04:10:57 queue INFO >3 [262] -2015-01-24 04:10:57 sendUrl INFO 3 [261] -2015-01-24 04:10:57 sendUrl INFO 3 [262] -2015-01-24 04:11:47 queue INFO >>3 [263] -2015-01-24 04:11:47 sendUrl INFO 3 [263] -2015-01-24 04:12:37 queue INFO >>3 [264] -2015-01-24 04:12:37 sendUrl INFO 3 [264] -2015-01-24 04:12:49 queue INFO 7 [265] -2015-01-24 04:12:49 queue INFO >7 [266] -2015-01-24 04:12:49 sendUrl INFO 7 [265] -2015-01-24 04:12:50 sendUrl INFO 7 [266] -2015-01-24 04:12:50 queue INFO 3 [267] -2015-01-24 04:12:51 queue INFO >3 [268] -2015-01-24 04:12:51 sendUrl INFO 3 [267] -2015-01-24 04:12:51 sendUrl INFO 3 [268] -2015-01-24 04:13:40 queue INFO >>3 [269] -2015-01-24 04:13:41 sendUrl INFO 3 [269] -2015-01-24 04:14:31 queue INFO >>3 [270] -2015-01-24 04:14:31 sendUrl INFO 3 [270] -2015-01-24 04:14:42 queue INFO 7 [271] -2015-01-24 04:14:43 queue INFO >7 [272] -2015-01-24 04:14:43 sendUrl INFO 7 [271] -2015-01-24 04:14:43 sendUrl INFO 7 [272] -2015-01-24 04:14:44 queue INFO 3 [273] -2015-01-24 04:14:44 queue INFO >3 [274] -2015-01-24 04:14:44 sendUrl INFO 3 [273] -2015-01-24 04:14:45 sendUrl INFO 3 [274] -2015-01-24 04:15:34 queue INFO >>3 [275] -2015-01-24 04:15:34 sendUrl INFO 3 [275] -2015-01-24 04:16:24 queue INFO >>3 [276] -2015-01-24 04:16:25 sendUrl INFO 3 [276] -2015-01-24 04:16:36 queue INFO 7 [277] -2015-01-24 04:16:36 queue INFO >7 [278] -2015-01-24 04:16:36 sendUrl INFO 7 [277] -2015-01-24 04:16:37 sendUrl INFO 7 [278] -2015-01-24 04:16:37 queue INFO 3 [279] -2015-01-24 04:16:38 queue INFO >3 [280] -2015-01-24 04:16:38 sendUrl INFO 3 [279] -2015-01-24 04:16:38 sendUrl INFO 3 [280] -2015-01-24 04:17:28 queue INFO >>3 [281] -2015-01-24 04:17:28 sendUrl INFO 3 [281] -2015-01-24 04:18:18 queue INFO >>3 [282] -2015-01-24 04:18:18 sendUrl INFO 3 [282] -2015-01-24 04:18:29 queue INFO 7 [283] -2015-01-24 04:18:29 sendUrl INFO 7 [283] -2015-01-24 04:18:30 queue INFO >7 [284] -2015-01-24 04:18:30 sendUrl INFO 7 [284] -2015-01-24 04:18:31 queue INFO 3 [285] -2015-01-24 04:18:31 queue INFO >3 [286] -2015-01-24 04:18:31 sendUrl INFO 3 [285] -2015-01-24 04:18:32 sendUrl INFO 3 [286] -2015-01-24 04:19:21 queue INFO >>3 [287] -2015-01-24 04:19:21 sendUrl INFO 3 [287] -2015-01-24 04:20:11 queue INFO >>3 [288] -2015-01-24 04:20:12 sendUrl INFO 3 [288] -2015-01-24 04:20:23 queue INFO 7 [289] -2015-01-24 04:20:23 sendUrl INFO 7 [289] -2015-01-24 04:20:23 queue INFO >7 [290] -2015-01-24 04:20:24 sendUrl INFO 7 [290] -2015-01-24 04:20:25 queue INFO 3 [291] -2015-01-24 04:20:25 queue INFO >3 [292] -2015-01-24 04:20:25 sendUrl INFO 3 [291] -2015-01-24 04:20:26 sendUrl INFO 3 [292] -2015-01-24 04:21:15 queue INFO >>3 [293] -2015-01-24 04:21:15 sendUrl INFO 3 [293] -2015-01-24 04:22:05 queue INFO >>3 [294] -2015-01-24 04:22:05 sendUrl INFO 3 [294] -2015-01-24 04:22:17 queue INFO 7 [295] -2015-01-24 04:22:17 queue INFO >7 [296] -2015-01-24 04:22:17 sendUrl INFO 7 [295] -2015-01-24 04:22:18 sendUrl INFO 7 [296] -2015-01-24 04:22:18 queue INFO 3 [297] -2015-01-24 04:22:19 sendUrl INFO 3 [297] -2015-01-24 04:22:19 queue INFO >3 [298] -2015-01-24 04:22:19 sendUrl INFO 3 [298] -2015-01-24 04:23:09 queue INFO >>3 [299] -2015-01-24 04:23:09 sendUrl INFO 3 [299] -2015-01-24 04:23:59 queue INFO >>3 [300] -2015-01-24 04:23:59 sendUrl INFO 3 [300] -2015-01-24 04:24:11 queue INFO 7 [301] -2015-01-24 04:24:11 queue INFO >7 [302] -2015-01-24 04:24:11 sendUrl INFO 7 [301] -2015-01-24 04:24:12 sendUrl INFO 7 [302] -2015-01-24 04:24:12 queue INFO 3 [303] -2015-01-24 04:24:13 queue INFO >3 [304] -2015-01-24 04:24:13 sendUrl INFO 3 [303] -2015-01-24 04:24:13 sendUrl INFO 3 [304] -2015-01-24 04:25:02 queue INFO >>3 [305] -2015-01-24 04:25:03 sendUrl INFO 3 [305] -2015-01-24 04:25:53 queue INFO >>3 [306] -2015-01-24 04:25:53 sendUrl INFO 3 [306] -2015-01-24 04:26:04 queue INFO 7 [307] -2015-01-24 04:26:05 sendUrl INFO 7 [307] -2015-01-24 04:26:05 queue INFO >7 [308] -2015-01-24 04:26:05 sendUrl INFO 7 [308] -2015-01-24 04:26:06 queue INFO 3 [309] -2015-01-24 04:26:06 queue INFO >3 [310] -2015-01-24 04:26:07 sendUrl INFO 3 [309] -2015-01-24 04:26:07 sendUrl INFO 3 [310] -2015-01-24 04:26:56 queue INFO >>3 [311] -2015-01-24 04:26:56 sendUrl INFO 3 [311] -2015-01-24 04:27:46 queue INFO >>3 [312] -2015-01-24 04:27:47 sendUrl INFO 3 [312] -2015-01-24 04:27:58 queue INFO 7 [313] -2015-01-24 04:27:58 queue INFO >7 [314] -2015-01-24 04:27:58 sendUrl INFO 7 [313] -2015-01-24 04:27:59 sendUrl INFO 7 [314] -2015-01-24 04:28:00 queue INFO 3 [315] -2015-01-24 04:28:00 queue INFO >3 [316] -2015-01-24 04:28:00 sendUrl INFO 3 [315] -2015-01-24 04:28:00 sendUrl INFO 3 [316] -2015-01-24 04:28:50 queue INFO >>3 [317] -2015-01-24 04:28:50 sendUrl INFO 3 [317] -2015-01-24 04:29:40 queue INFO >>3 [318] -2015-01-24 04:29:40 sendUrl INFO 3 [318] -2015-01-24 04:29:51 queue INFO 7 [319] -2015-01-24 04:29:52 queue INFO >7 [320] -2015-01-24 04:29:52 sendUrl INFO 7 [319] -2015-01-24 04:29:52 sendUrl INFO 7 [320] -2015-01-24 04:29:53 queue INFO 3 [321] -2015-01-24 04:29:53 sendUrl INFO 3 [321] -2015-01-24 04:29:53 queue INFO >3 [322] -2015-01-24 04:29:54 sendUrl INFO 3 [322] -2015-01-24 04:30:43 queue INFO >>3 [323] -2015-01-24 04:30:43 sendUrl INFO 3 [323] -2015-01-24 04:31:33 queue INFO >>3 [324] -2015-01-24 04:31:34 sendUrl INFO 3 [324] -2015-01-24 04:31:45 queue INFO 7 [325] -2015-01-24 04:31:45 queue INFO >7 [326] -2015-01-24 04:31:45 sendUrl INFO 7 [325] -2015-01-24 04:31:46 sendUrl INFO 7 [326] -2015-01-24 04:31:47 queue INFO 3 [327] -2015-01-24 04:31:47 queue INFO >3 [328] -2015-01-24 04:31:47 sendUrl INFO 3 [327] -2015-01-24 04:31:47 sendUrl INFO 3 [328] -2015-01-24 04:32:37 queue INFO >>3 [329] -2015-01-24 04:32:37 sendUrl INFO 3 [329] -2015-01-24 04:33:27 queue INFO >>3 [330] -2015-01-24 04:33:27 sendUrl INFO 3 [330] -2015-01-24 04:33:39 queue INFO 7 [331] -2015-01-24 04:33:39 queue INFO >7 [332] -2015-01-24 04:33:39 sendUrl INFO 7 [331] -2015-01-24 04:33:40 sendUrl INFO 7 [332] -2015-01-24 04:33:40 queue INFO 3 [333] -2015-01-24 04:33:41 queue INFO >3 [334] -2015-01-24 04:33:41 sendUrl INFO 3 [333] -2015-01-24 04:33:41 sendUrl INFO 3 [334] -2015-01-24 04:34:30 queue INFO >>3 [335] -2015-01-24 04:34:31 sendUrl INFO 3 [335] -2015-01-24 04:35:21 queue INFO >>3 [336] -2015-01-24 04:35:21 sendUrl INFO 3 [336] -2015-01-24 04:35:33 queue INFO 7 [337] -2015-01-24 04:35:33 sendUrl INFO 7 [337] -2015-01-24 04:35:33 queue INFO >7 [338] -2015-01-24 04:35:33 sendUrl INFO 7 [338] -2015-01-24 04:35:34 queue INFO 3 [339] -2015-01-24 04:35:34 queue INFO >3 [340] -2015-01-24 04:35:35 sendUrl INFO 3 [339] -2015-01-24 04:35:35 sendUrl INFO 3 [340] -2015-01-24 04:36:24 queue INFO >>3 [341] -2015-01-24 04:36:25 sendUrl INFO 3 [341] -2015-01-24 04:37:15 queue INFO >>3 [342] -2015-01-24 04:37:15 sendUrl INFO 3 [342] -2015-01-24 04:37:26 queue INFO 7 [343] -2015-01-24 04:37:27 queue INFO >7 [344] -2015-01-24 04:37:27 sendUrl INFO 7 [343] -2015-01-24 04:37:27 sendUrl INFO 7 [344] -2015-01-24 04:37:28 queue INFO 3 [345] -2015-01-24 04:37:28 queue INFO >3 [346] -2015-01-24 04:37:28 sendUrl INFO 3 [345] -2015-01-24 04:37:29 sendUrl INFO 3 [346] -2015-01-24 04:38:18 queue INFO >>3 [347] -2015-01-24 04:38:19 sendUrl INFO 3 [347] -2015-01-24 04:39:08 queue INFO >>3 [348] -2015-01-24 04:39:08 sendUrl INFO 3 [348] -2015-01-24 04:39:32 queue INFO 7 [349] -2015-01-24 04:39:32 sendUrl INFO 7 [349] -2015-01-24 04:39:32 queue INFO >7 [350] -2015-01-24 04:39:33 sendUrl INFO 7 [350] -2015-01-24 04:39:33 queue INFO 3 [351] -2015-01-24 04:39:34 queue INFO >3 [352] -2015-01-24 04:39:34 sendUrl INFO 3 [351] -2015-01-24 04:39:34 sendUrl INFO 3 [352] -2015-01-24 04:40:24 queue INFO >>3 [353] -2015-01-24 04:40:24 sendUrl INFO 3 [353] -2015-01-24 04:41:14 queue INFO >>3 [354] -2015-01-24 04:41:14 sendUrl INFO 3 [354] -2015-01-24 04:41:25 queue INFO 7 [355] -2015-01-24 04:41:26 queue INFO >7 [356] -2015-01-24 04:41:26 sendUrl INFO 7 [355] -2015-01-24 04:41:26 sendUrl INFO 7 [356] -2015-01-24 04:41:27 queue INFO 3 [357] -2015-01-24 04:41:27 queue INFO >3 [358] -2015-01-24 04:41:27 sendUrl INFO 3 [357] -2015-01-24 04:41:28 sendUrl INFO 3 [358] -2015-01-24 04:42:17 queue INFO >>3 [359] -2015-01-24 04:42:17 sendUrl INFO 3 [359] -2015-01-24 04:43:07 queue INFO >>3 [360] -2015-01-24 04:43:08 sendUrl INFO 3 [360] -2015-01-24 04:43:19 queue INFO 7 [361] -2015-01-24 04:43:19 queue INFO >7 [362] -2015-01-24 04:43:20 sendUrl INFO 7 [361] -2015-01-24 04:43:20 sendUrl INFO 7 [362] -2015-01-24 04:43:21 queue INFO 3 [363] -2015-01-24 04:43:21 queue INFO >3 [364] -2015-01-24 04:43:21 sendUrl INFO 3 [363] -2015-01-24 04:43:22 sendUrl INFO 3 [364] -2015-01-24 04:44:11 queue INFO >>3 [365] -2015-01-24 04:44:11 sendUrl INFO 3 [365] -2015-01-24 04:45:01 queue INFO >>3 [366] -2015-01-24 04:45:01 sendUrl INFO 3 [366] -2015-01-24 04:45:13 queue INFO 7 [367] -2015-01-24 04:45:13 sendUrl INFO 7 [367] -2015-01-24 04:45:13 queue INFO >7 [368] -2015-01-24 04:45:13 sendUrl INFO 7 [368] -2015-01-24 04:45:14 queue INFO 3 [369] -2015-01-24 04:45:14 queue INFO >3 [370] -2015-01-24 04:45:14 sendUrl INFO 3 [369] -2015-01-24 04:45:15 sendUrl INFO 3 [370] -2015-01-24 04:46:04 queue INFO >>3 [371] -2015-01-24 04:46:05 sendUrl INFO 3 [371] -2015-01-24 04:46:55 queue INFO >>3 [372] -2015-01-24 04:46:55 sendUrl INFO 3 [372] -2015-01-24 04:47:07 queue INFO 7 [373] -2015-01-24 04:47:07 queue INFO >7 [374] -2015-01-24 04:47:07 sendUrl INFO 7 [373] -2015-01-24 04:47:08 sendUrl INFO 7 [374] -2015-01-24 04:47:08 queue INFO 3 [375] -2015-01-24 04:47:09 queue INFO >3 [376] -2015-01-24 04:47:09 sendUrl INFO 3 [375] -2015-01-24 04:47:09 sendUrl INFO 3 [376] -2015-01-24 04:47:59 queue INFO >>3 [377] -2015-01-24 04:47:59 sendUrl INFO 3 [377] -2015-01-24 04:48:49 queue INFO >>3 [378] -2015-01-24 04:48:49 sendUrl INFO 3 [378] -2015-01-24 04:49:01 queue INFO 7 [379] -2015-01-24 04:49:01 queue INFO >7 [380] -2015-01-24 04:49:01 sendUrl INFO 7 [379] -2015-01-24 04:49:02 sendUrl INFO 7 [380] -2015-01-24 04:49:02 queue INFO 3 [381] -2015-01-24 04:49:02 queue INFO >3 [382] -2015-01-24 04:49:03 sendUrl INFO 3 [381] -2015-01-24 04:49:03 sendUrl INFO 3 [382] -2015-01-24 04:49:52 queue INFO >>3 [383] -2015-01-24 04:49:52 sendUrl INFO 3 [383] -2015-01-24 04:50:42 queue INFO >>3 [384] -2015-01-24 04:50:43 sendUrl INFO 3 [384] -2015-01-24 04:50:54 queue INFO 7 [385] -2015-01-24 04:50:54 queue INFO >7 [386] -2015-01-24 04:50:54 sendUrl INFO 7 [385] -2015-01-24 04:50:55 sendUrl INFO 7 [386] -2015-01-24 04:50:55 queue INFO 3 [387] -2015-01-24 04:50:56 queue INFO >3 [388] -2015-01-24 04:50:56 sendUrl INFO 3 [387] -2015-01-24 04:50:56 sendUrl INFO 3 [388] -2015-01-24 04:51:46 queue INFO >>3 [389] -2015-01-24 04:51:46 sendUrl INFO 3 [389] -2015-01-24 04:52:36 queue INFO >>3 [390] -2015-01-24 04:52:36 sendUrl INFO 3 [390] -2015-01-24 04:52:47 queue INFO 7 [391] -2015-01-24 04:52:48 sendUrl INFO 7 [391] -2015-01-24 04:52:48 queue INFO >7 [392] -2015-01-24 04:52:48 sendUrl INFO 7 [392] -2015-01-24 04:52:49 queue INFO 3 [393] -2015-01-24 04:52:49 queue INFO >3 [394] -2015-01-24 04:52:50 sendUrl INFO 3 [393] -2015-01-24 04:52:50 sendUrl INFO 3 [394] -2015-01-24 04:53:39 queue INFO >>3 [395] -2015-01-24 04:53:39 sendUrl INFO 3 [395] -2015-01-24 04:54:13 queue INFO 1 [396] -2015-01-24 04:54:13 queue INFO >1 [397] -2015-01-24 04:54:14 sendUrl INFO 1 [396] -2015-01-24 04:54:14 sendUrl INFO 1 [397] -2015-01-24 04:54:17 queue INFO 21 [398] -2015-01-24 04:54:17 queue INFO >21 [399] -2015-01-24 04:54:17 sendUrl INFO 21 [398] -2015-01-24 04:54:18 sendUrl INFO 21 [399] -2015-01-24 04:55:07 queue INFO >>21 [400] -2015-01-24 04:55:07 sendUrl INFO 21 [400] -2015-01-24 04:55:56 queue INFO 1 [401] -2015-01-24 04:55:56 queue INFO >1 [402] -2015-01-24 04:55:56 sendUrl INFO 1 [401] -2015-01-24 04:55:56 sendUrl INFO 1 [402] -2015-01-24 04:56:30 queue INFO 5 [403] -2015-01-24 04:56:30 queue INFO >5 [404] -2015-01-24 04:56:31 sendUrl INFO 5 [403] -2015-01-24 04:56:31 sendUrl INFO 5 [404] -2015-01-24 04:56:32 queue INFO 1 [405] -2015-01-24 04:56:32 queue INFO >1 [406] -2015-01-24 04:56:32 sendUrl INFO 1 [405] -2015-01-24 04:56:32 queue INFO 3 [407] -2015-01-24 04:56:32 queue INFO >3 [408] -2015-01-24 04:56:33 sendUrl INFO 1 [406] -2015-01-24 04:56:33 sendUrl INFO 3 [407] -2015-01-24 04:56:34 sendUrl INFO 3 [408] -2015-01-24 04:57:22 queue INFO >>3 [409] -2015-01-24 04:57:22 sendUrl INFO 3 [409] -2015-01-24 04:58:12 queue INFO >>3 [410] -2015-01-24 04:58:13 sendUrl INFO 3 [410] -2015-01-24 04:58:24 queue INFO 7 [411] -2015-01-24 04:58:24 queue INFO >7 [412] -2015-01-24 04:58:24 sendUrl INFO 7 [411] -2015-01-24 04:58:24 sendUrl INFO 7 [412] -2015-01-24 04:58:25 queue INFO 3 [413] -2015-01-24 04:58:26 queue INFO >3 [414] -2015-01-24 04:58:26 sendUrl INFO 3 [413] -2015-01-24 04:58:26 sendUrl INFO 3 [414] -2015-01-24 04:59:15 queue INFO >>3 [415] -2015-01-24 04:59:16 sendUrl INFO 3 [415] -2015-01-24 05:00:06 queue INFO >>3 [416] -2015-01-24 05:00:06 sendUrl INFO 3 [416] -2015-01-24 05:00:18 queue INFO 7 [417] -2015-01-24 05:00:18 queue INFO >7 [418] -2015-01-24 05:00:18 sendUrl INFO 7 [417] -2015-01-24 05:00:19 sendUrl INFO 7 [418] -2015-01-24 05:00:19 queue INFO 3 [419] -2015-01-24 05:00:19 queue INFO >3 [420] -2015-01-24 05:00:20 sendUrl INFO 3 [419] -2015-01-24 05:00:20 sendUrl INFO 3 [420] -2015-01-24 05:01:09 queue INFO >>3 [421] -2015-01-24 05:01:10 sendUrl INFO 3 [421] -2015-01-24 05:02:00 queue INFO >>3 [422] -2015-01-24 05:02:00 sendUrl INFO 3 [422] -2015-01-24 05:02:11 queue INFO 7 [423] -2015-01-24 05:02:11 sendUrl INFO 7 [423] -2015-01-24 05:02:12 queue INFO >7 [424] -2015-01-24 05:02:12 sendUrl INFO 7 [424] -2015-01-24 05:02:13 queue INFO 3 [425] -2015-01-24 05:02:13 queue INFO >3 [426] -2015-01-24 05:02:13 sendUrl INFO 3 [425] -2015-01-24 05:02:14 sendUrl INFO 3 [426] -2015-01-24 05:03:03 queue INFO >>3 [427] -2015-01-24 05:03:03 sendUrl INFO 3 [427] -2015-01-24 05:03:53 queue INFO >>3 [428] -2015-01-24 05:03:54 sendUrl INFO 3 [428] -2015-01-24 05:04:05 queue INFO 7 [429] -2015-01-24 05:04:05 queue INFO >7 [430] -2015-01-24 05:04:05 sendUrl INFO 7 [429] -2015-01-24 05:04:06 sendUrl INFO 7 [430] -2015-01-24 05:04:06 queue INFO 3 [431] -2015-01-24 05:04:07 queue INFO >3 [432] -2015-01-24 05:04:07 sendUrl INFO 3 [431] -2015-01-24 05:04:07 sendUrl INFO 3 [432] -2015-01-24 05:04:57 queue INFO >>3 [433] -2015-01-24 05:04:57 sendUrl INFO 3 [433] -2015-01-24 05:05:47 queue INFO >>3 [434] -2015-01-24 05:05:47 sendUrl INFO 3 [434] -2015-01-24 05:05:58 queue INFO 7 [435] -2015-01-24 05:05:59 queue INFO >7 [436] -2015-01-24 05:05:59 sendUrl INFO 7 [435] -2015-01-24 05:06:00 sendUrl INFO 7 [436] -2015-01-24 05:06:00 queue INFO 3 [437] -2015-01-24 05:06:00 sendUrl INFO 3 [437] -2015-01-24 05:06:00 queue INFO >3 [438] -2015-01-24 05:06:01 sendUrl INFO 3 [438] -2015-01-24 05:06:50 queue INFO >>3 [439] -2015-01-24 05:06:50 sendUrl INFO 3 [439] -2015-01-24 05:07:40 queue INFO >>3 [440] -2015-01-24 05:07:41 sendUrl INFO 3 [440] -2015-01-24 05:07:52 queue INFO 7 [441] -2015-01-24 05:07:52 sendUrl INFO 7 [441] -2015-01-24 05:07:52 queue INFO >7 [442] -2015-01-24 05:07:53 sendUrl INFO 7 [442] -2015-01-24 05:07:54 queue INFO 3 [443] -2015-01-24 05:07:54 queue INFO >3 [444] -2015-01-24 05:07:54 sendUrl INFO 3 [443] -2015-01-24 05:07:54 sendUrl INFO 3 [444] -2015-01-24 05:08:44 queue INFO >>3 [445] -2015-01-24 05:08:44 sendUrl INFO 3 [445] -2015-01-24 05:09:34 queue INFO >>3 [446] -2015-01-24 05:09:34 sendUrl INFO 3 [446] -2015-01-24 05:09:46 queue INFO 7 [447] -2015-01-24 05:09:46 queue INFO >7 [448] -2015-01-24 05:09:46 sendUrl INFO 7 [447] -2015-01-24 05:09:47 sendUrl INFO 7 [448] -2015-01-24 05:09:47 queue INFO 3 [449] -2015-01-24 05:09:48 queue INFO >3 [450] -2015-01-24 05:09:48 sendUrl INFO 3 [449] -2015-01-24 05:09:48 sendUrl INFO 3 [450] -2015-01-24 05:10:37 queue INFO >>3 [451] -2015-01-24 05:10:38 sendUrl INFO 3 [451] -2015-01-24 05:11:28 queue INFO >>3 [452] -2015-01-24 05:11:28 sendUrl INFO 3 [452] -2015-01-24 05:11:40 queue INFO 7 [453] -2015-01-24 05:11:40 queue INFO >7 [454] -2015-01-24 05:11:40 sendUrl INFO 7 [453] -2015-01-24 05:11:41 sendUrl INFO 7 [454] -2015-01-24 05:11:41 queue INFO 3 [455] -2015-01-24 05:11:41 sendUrl INFO 3 [455] -2015-01-24 05:11:41 queue INFO >3 [456] -2015-01-24 05:11:42 sendUrl INFO 3 [456] -2015-01-24 05:12:31 queue INFO >>3 [457] -2015-01-24 05:12:32 sendUrl INFO 3 [457] -2015-01-24 05:13:22 queue INFO >>3 [458] -2015-01-24 05:13:22 sendUrl INFO 3 [458] -2015-01-24 05:13:33 queue INFO 7 [459] -2015-01-24 05:13:34 queue INFO >7 [460] -2015-01-24 05:13:34 sendUrl INFO 7 [459] -2015-01-24 05:13:34 sendUrl INFO 7 [460] -2015-01-24 05:13:35 queue INFO 3 [461] -2015-01-24 05:13:35 sendUrl INFO 3 [461] -2015-01-24 05:13:35 queue INFO >3 [462] -2015-01-24 05:13:36 sendUrl INFO 3 [462] -2015-01-24 05:14:25 queue INFO >>3 [463] -2015-01-24 05:14:25 sendUrl INFO 3 [463] -2015-01-24 05:15:15 queue INFO >>3 [464] -2015-01-24 05:15:16 sendUrl INFO 3 [464] -2015-01-24 05:15:29 queue INFO 7 [465] -2015-01-24 05:15:29 queue INFO >7 [466] -2015-01-24 05:15:29 sendUrl INFO 7 [465] -2015-01-24 05:15:30 sendUrl INFO 7 [466] -2015-01-24 05:15:31 queue INFO 3 [467] -2015-01-24 05:15:31 queue INFO >3 [468] -2015-01-24 05:15:31 sendUrl INFO 3 [467] -2015-01-24 05:15:31 sendUrl INFO 3 [468] -2015-01-24 05:16:21 queue INFO >>3 [469] -2015-01-24 05:16:21 sendUrl INFO 3 [469] -2015-01-24 05:17:11 queue INFO >>3 [470] -2015-01-24 05:17:11 sendUrl INFO 3 [470] -2015-01-24 05:17:22 queue INFO 7 [471] -2015-01-24 05:17:23 queue INFO >7 [472] -2015-01-24 05:17:23 sendUrl INFO 7 [471] -2015-01-24 05:17:23 sendUrl INFO 7 [472] -2015-01-24 05:17:24 queue INFO 3 [473] -2015-01-24 05:17:24 sendUrl INFO 3 [473] -2015-01-24 05:17:24 queue INFO >3 [474] -2015-01-24 05:17:25 sendUrl INFO 3 [474] -2015-01-24 05:18:14 queue INFO >>3 [475] -2015-01-24 05:18:15 sendUrl INFO 3 [475] -2015-01-24 05:19:04 queue INFO >>3 [476] -2015-01-24 05:19:05 sendUrl INFO 3 [476] -2015-01-24 05:19:16 queue INFO 7 [477] -2015-01-24 05:19:16 queue INFO >7 [478] -2015-01-24 05:19:16 sendUrl INFO 7 [477] -2015-01-24 05:19:17 sendUrl INFO 7 [478] -2015-01-24 05:19:18 queue INFO 3 [479] -2015-01-24 05:19:18 queue INFO >3 [480] -2015-01-24 05:19:18 sendUrl INFO 3 [479] -2015-01-24 05:19:19 sendUrl INFO 3 [480] -2015-01-24 05:20:08 queue INFO >>3 [481] -2015-01-24 05:20:08 sendUrl INFO 3 [481] -2015-01-24 05:20:58 queue INFO >>3 [482] -2015-01-24 05:20:58 sendUrl INFO 3 [482] -2015-01-24 05:21:10 queue INFO 7 [483] -2015-01-24 05:21:10 queue INFO >7 [484] -2015-01-24 05:21:10 sendUrl INFO 7 [483] -2015-01-24 05:21:11 sendUrl INFO 7 [484] -2015-01-24 05:21:11 queue INFO 3 [485] -2015-01-24 05:21:12 queue INFO >3 [486] -2015-01-24 05:21:12 sendUrl INFO 3 [485] -2015-01-24 05:21:12 sendUrl INFO 3 [486] -2015-01-24 05:22:02 queue INFO >>3 [487] -2015-01-24 05:22:02 sendUrl INFO 3 [487] -2015-01-24 05:22:52 queue INFO >>3 [488] -2015-01-24 05:22:52 sendUrl INFO 3 [488] -2015-01-24 05:23:04 queue INFO 7 [489] -2015-01-24 05:23:04 sendUrl INFO 7 [489] -2015-01-24 05:23:04 queue INFO >7 [490] -2015-01-24 05:23:05 sendUrl INFO 7 [490] -2015-01-24 05:23:05 queue INFO 3 [491] -2015-01-24 05:23:06 queue INFO >3 [492] -2015-01-24 05:23:06 sendUrl INFO 3 [491] -2015-01-24 05:23:06 sendUrl INFO 3 [492] -2015-01-24 05:23:56 queue INFO >>3 [493] -2015-01-24 05:23:56 sendUrl INFO 3 [493] -2015-01-24 05:24:46 queue INFO >>3 [494] -2015-01-24 05:24:46 sendUrl INFO 3 [494] -2015-01-24 05:24:58 queue INFO 7 [495] -2015-01-24 05:24:58 queue INFO >7 [496] -2015-01-24 05:24:58 sendUrl INFO 7 [495] -2015-01-24 05:24:58 sendUrl INFO 7 [496] -2015-01-24 05:24:59 queue INFO 3 [497] -2015-01-24 05:24:59 queue INFO >3 [498] -2015-01-24 05:24:59 sendUrl INFO 3 [497] -2015-01-24 05:25:00 sendUrl INFO 3 [498] -2015-01-24 05:25:49 queue INFO >>3 [499] -2015-01-24 05:25:50 sendUrl INFO 3 [499] -2015-01-24 05:26:39 queue INFO >>3 [500] -2015-01-24 05:26:40 sendUrl INFO 3 [500] -2015-01-24 05:26:51 queue INFO 7 [501] -2015-01-24 05:26:51 queue INFO >7 [502] -2015-01-24 05:26:52 sendUrl INFO 7 [501] -2015-01-24 05:26:52 sendUrl INFO 7 [502] -2015-01-24 05:26:53 queue INFO 3 [503] -2015-01-24 05:26:53 queue INFO >3 [504] -2015-01-24 05:26:53 sendUrl INFO 3 [503] -2015-01-24 05:26:54 sendUrl INFO 3 [504] -2015-01-24 05:27:43 queue INFO >>3 [505] -2015-01-24 05:27:43 sendUrl INFO 3 [505] -2015-01-24 05:28:33 queue INFO >>3 [506] -2015-01-24 05:28:33 sendUrl INFO 3 [506] -2015-01-24 05:28:45 queue INFO 7 [507] -2015-01-24 05:28:45 queue INFO >7 [508] -2015-01-24 05:28:45 sendUrl INFO 7 [507] -2015-01-24 05:28:45 sendUrl INFO 7 [508] -2015-01-24 05:28:46 queue INFO 3 [509] -2015-01-24 05:28:46 queue INFO >3 [510] -2015-01-24 05:28:46 sendUrl INFO 3 [509] -2015-01-24 05:28:47 sendUrl INFO 3 [510] -2015-01-24 05:29:36 queue INFO >>3 [511] -2015-01-24 05:29:36 sendUrl INFO 3 [511] -2015-01-24 05:30:26 queue INFO >>3 [512] -2015-01-24 05:30:27 sendUrl INFO 3 [512] -2015-01-24 05:30:38 queue INFO 7 [513] -2015-01-24 05:30:38 queue INFO >7 [514] -2015-01-24 05:30:39 sendUrl INFO 7 [513] -2015-01-24 05:30:39 sendUrl INFO 7 [514] -2015-01-24 05:30:40 queue INFO 3 [515] -2015-01-24 05:30:40 queue INFO >3 [516] -2015-01-24 05:30:40 sendUrl INFO 3 [515] -2015-01-24 05:30:41 sendUrl INFO 3 [516] -2015-01-24 05:31:30 queue INFO >>3 [517] -2015-01-24 05:31:30 sendUrl INFO 3 [517] -2015-01-24 05:32:20 queue INFO >>3 [518] -2015-01-24 05:32:20 sendUrl INFO 3 [518] -2015-01-24 05:32:32 queue INFO 7 [519] -2015-01-24 05:32:32 sendUrl INFO 7 [519] -2015-01-24 05:32:32 queue INFO >7 [520] -2015-01-24 05:32:32 sendUrl INFO 7 [520] -2015-01-24 05:32:33 queue INFO 3 [521] -2015-01-24 05:32:34 queue INFO >3 [522] -2015-01-24 05:32:34 sendUrl INFO 3 [521] -2015-01-24 05:32:34 sendUrl INFO 3 [522] -2015-01-24 05:33:24 queue INFO >>3 [523] -2015-01-24 05:33:24 sendUrl INFO 3 [523] -2015-01-24 05:34:14 queue INFO >>3 [524] -2015-01-24 05:34:14 sendUrl INFO 3 [524] -2015-01-24 05:34:26 queue INFO 7 [525] -2015-01-24 05:34:26 queue INFO >7 [526] -2015-01-24 05:34:26 sendUrl INFO 7 [525] -2015-01-24 05:34:27 sendUrl INFO 7 [526] -2015-01-24 05:34:27 queue INFO 3 [527] -2015-01-24 05:34:28 queue INFO >3 [528] -2015-01-24 05:34:28 sendUrl INFO 3 [527] -2015-01-24 05:34:28 sendUrl INFO 3 [528] -2015-01-24 05:35:18 queue INFO >>3 [529] -2015-01-24 05:35:18 sendUrl INFO 3 [529] -2015-01-24 05:36:08 queue INFO >>3 [530] -2015-01-24 05:36:08 sendUrl INFO 3 [530] -2015-01-24 05:36:19 queue INFO 7 [531] -2015-01-24 05:36:20 queue INFO >7 [532] -2015-01-24 05:36:20 sendUrl INFO 7 [531] -2015-01-24 05:36:21 sendUrl INFO 7 [532] -2015-01-24 05:36:21 queue INFO 3 [533] -2015-01-24 05:36:21 queue INFO >3 [534] -2015-01-24 05:36:22 sendUrl INFO 3 [533] -2015-01-24 05:36:22 sendUrl INFO 3 [534] -2015-01-24 05:37:11 queue INFO >>3 [535] -2015-01-24 05:37:11 sendUrl INFO 3 [535] -2015-01-24 05:38:01 queue INFO >>3 [536] -2015-01-24 05:38:02 sendUrl INFO 3 [536] -2015-01-24 05:38:13 queue INFO 7 [537] -2015-01-24 05:38:13 sendUrl INFO 7 [537] -2015-01-24 05:38:13 queue INFO >7 [538] -2015-01-24 05:38:14 sendUrl INFO 7 [538] -2015-01-24 05:38:15 queue INFO 3 [539] -2015-01-24 05:38:15 queue INFO >3 [540] -2015-01-24 05:38:15 sendUrl INFO 3 [539] -2015-01-24 05:38:15 sendUrl INFO 3 [540] -2015-01-24 05:39:05 queue INFO >>3 [541] -2015-01-24 05:39:05 sendUrl INFO 3 [541] -2015-01-24 05:39:55 queue INFO >>3 [542] -2015-01-24 05:39:55 sendUrl INFO 3 [542] -2015-01-24 05:40:06 queue INFO 7 [543] -2015-01-24 05:40:07 queue INFO >7 [544] -2015-01-24 05:40:07 sendUrl INFO 7 [543] -2015-01-24 05:40:08 sendUrl INFO 7 [544] -2015-01-24 05:40:08 queue INFO 3 [545] -2015-01-24 05:40:08 queue INFO >3 [546] -2015-01-24 05:40:09 sendUrl INFO 3 [545] -2015-01-24 05:40:09 sendUrl INFO 3 [546] -2015-01-24 05:40:58 queue INFO >>3 [547] -2015-01-24 05:40:58 sendUrl INFO 3 [547] -2015-01-24 05:41:48 queue INFO >>3 [548] -2015-01-24 05:41:49 sendUrl INFO 3 [548] -2015-01-24 05:42:00 queue INFO 7 [549] -2015-01-24 05:42:00 sendUrl INFO 7 [549] -2015-01-24 05:42:00 queue INFO >7 [550] -2015-01-24 05:42:01 sendUrl INFO 7 [550] -2015-01-24 05:42:02 queue INFO 3 [551] -2015-01-24 05:42:02 queue INFO >3 [552] -2015-01-24 05:42:02 sendUrl INFO 3 [551] -2015-01-24 05:42:03 sendUrl INFO 3 [552] -2015-01-24 05:42:52 queue INFO >>3 [553] -2015-01-24 05:42:52 sendUrl INFO 3 [553] -2015-01-24 05:43:42 queue INFO >>3 [554] -2015-01-24 05:43:43 sendUrl INFO 3 [554] -2015-01-24 05:43:54 queue INFO 7 [555] -2015-01-24 05:43:54 sendUrl INFO 7 [555] -2015-01-24 05:43:54 queue INFO >7 [556] -2015-01-24 05:43:55 sendUrl INFO 7 [556] -2015-01-24 05:43:55 queue INFO 3 [557] -2015-01-24 05:43:56 queue INFO >3 [558] -2015-01-24 05:43:56 sendUrl INFO 3 [557] -2015-01-24 05:43:56 sendUrl INFO 3 [558] -2015-01-24 05:44:46 queue INFO >>3 [559] -2015-01-24 05:44:46 sendUrl INFO 3 [559] -2015-01-24 05:45:36 queue INFO >>3 [560] -2015-01-24 05:45:36 sendUrl INFO 3 [560] -2015-01-24 05:45:48 queue INFO 7 [561] -2015-01-24 05:45:48 queue INFO >7 [562] -2015-01-24 05:45:48 sendUrl INFO 7 [561] -2015-01-24 05:45:49 sendUrl INFO 7 [562] -2015-01-24 05:45:50 queue INFO 3 [563] -2015-01-24 05:45:50 queue INFO >3 [564] -2015-01-24 05:45:50 sendUrl INFO 3 [563] -2015-01-24 05:45:50 sendUrl INFO 3 [564] -2015-01-24 05:46:40 queue INFO >>3 [565] -2015-01-24 05:46:40 sendUrl INFO 3 [565] -2015-01-24 05:47:30 queue INFO >>3 [566] -2015-01-24 05:47:30 sendUrl INFO 3 [566] -2015-01-24 05:47:42 queue INFO 7 [567] -2015-01-24 05:47:42 queue INFO >7 [568] -2015-01-24 05:47:42 sendUrl INFO 7 [567] -2015-01-24 05:47:43 sendUrl INFO 7 [568] -2015-01-24 05:47:43 queue INFO 3 [569] -2015-01-24 05:47:43 sendUrl INFO 3 [569] -2015-01-24 05:47:43 queue INFO >3 [570] -2015-01-24 05:47:44 sendUrl INFO 3 [570] -2015-01-24 05:48:33 queue INFO >>3 [571] -2015-01-24 05:48:34 sendUrl INFO 3 [571] -2015-01-24 05:49:23 queue INFO >>3 [572] -2015-01-24 05:49:24 sendUrl INFO 3 [572] -2015-01-24 05:49:35 queue INFO 7 [573] -2015-01-24 05:49:35 queue INFO >7 [574] -2015-01-24 05:49:35 sendUrl INFO 7 [573] -2015-01-24 05:49:36 sendUrl INFO 7 [574] -2015-01-24 05:49:37 queue INFO 3 [575] -2015-01-24 05:49:37 queue INFO >3 [576] -2015-01-24 05:49:37 sendUrl INFO 3 [575] -2015-01-24 05:49:37 sendUrl INFO 3 [576] -2015-01-24 05:50:27 queue INFO >>3 [577] -2015-01-24 05:50:27 sendUrl INFO 3 [577] -2015-01-24 05:51:17 queue INFO >>3 [578] -2015-01-24 05:51:17 sendUrl INFO 3 [578] -2015-01-24 05:51:29 queue INFO 7 [579] -2015-01-24 05:51:29 sendUrl INFO 7 [579] -2015-01-24 05:51:29 queue INFO >7 [580] -2015-01-24 05:51:29 sendUrl INFO 7 [580] -2015-01-24 05:51:30 queue INFO 3 [581] -2015-01-24 05:51:30 queue INFO >3 [582] -2015-01-24 05:51:30 sendUrl INFO 3 [581] -2015-01-24 05:51:31 sendUrl INFO 3 [582] -2015-01-24 05:52:20 queue INFO >>3 [583] -2015-01-24 05:52:21 sendUrl INFO 3 [583] -2015-01-24 05:53:10 queue INFO >>3 [584] -2015-01-24 05:53:10 sendUrl INFO 3 [584] -2015-01-24 05:53:22 queue INFO 7 [585] -2015-01-24 05:53:23 queue INFO >7 [586] -2015-01-24 05:53:23 sendUrl INFO 7 [585] -2015-01-24 05:53:23 sendUrl INFO 7 [586] -2015-01-24 05:53:24 queue INFO 3 [587] -2015-01-24 05:53:24 queue INFO >3 [588] -2015-01-24 05:53:24 sendUrl INFO 3 [587] -2015-01-24 05:53:25 sendUrl INFO 3 [588] -2015-01-24 05:54:14 queue INFO >>3 [589] -2015-01-24 05:54:14 sendUrl INFO 3 [589] -2015-01-24 05:55:04 queue INFO >>3 [590] -2015-01-24 05:55:04 sendUrl INFO 3 [590] -2015-01-24 05:55:16 queue INFO 7 [591] -2015-01-24 05:55:16 queue INFO >7 [592] -2015-01-24 05:55:16 sendUrl INFO 7 [591] -2015-01-24 05:55:17 sendUrl INFO 7 [592] -2015-01-24 05:55:17 queue INFO 3 [593] -2015-01-24 05:55:18 queue INFO >3 [594] -2015-01-24 05:55:18 sendUrl INFO 3 [593] -2015-01-24 05:55:18 sendUrl INFO 3 [594] -2015-01-24 05:56:08 queue INFO >>3 [595] -2015-01-24 05:56:08 sendUrl INFO 3 [595] -2015-01-24 05:56:58 queue INFO >>3 [596] -2015-01-24 05:56:58 sendUrl INFO 3 [596] -2015-01-24 05:57:10 queue INFO 7 [597] -2015-01-24 05:57:10 sendUrl INFO 7 [597] -2015-01-24 05:57:10 queue INFO >7 [598] -2015-01-24 05:57:11 sendUrl INFO 7 [598] -2015-01-24 05:57:11 queue INFO 3 [599] -2015-01-24 05:57:12 queue INFO >3 [600] -2015-01-24 05:57:12 sendUrl INFO 3 [599] -2015-01-24 05:57:12 sendUrl INFO 3 [600] -2015-01-24 05:58:02 queue INFO >>3 [601] -2015-01-24 05:58:02 sendUrl INFO 3 [601] -2015-01-24 05:58:52 queue INFO >>3 [602] -2015-01-24 05:58:52 sendUrl INFO 3 [602] -2015-01-24 05:59:04 queue INFO 7 [603] -2015-01-24 05:59:04 sendUrl INFO 7 [603] -2015-01-24 05:59:04 queue INFO >7 [604] -2015-01-24 05:59:04 sendUrl INFO 7 [604] -2015-01-24 05:59:05 queue INFO 3 [605] -2015-01-24 05:59:05 queue INFO >3 [606] -2015-01-24 05:59:05 sendUrl INFO 3 [605] -2015-01-24 05:59:06 sendUrl INFO 3 [606] -2015-01-24 05:59:55 queue INFO >>3 [607] -2015-01-24 05:59:56 sendUrl INFO 3 [607] -2015-01-24 06:00:45 queue INFO >>3 [608] -2015-01-24 06:00:46 sendUrl INFO 3 [608] -2015-01-24 06:00:57 queue INFO 7 [609] -2015-01-24 06:00:57 queue INFO >7 [610] -2015-01-24 06:00:58 sendUrl INFO 7 [609] -2015-01-24 06:00:58 sendUrl INFO 7 [610] -2015-01-24 06:00:59 queue INFO 3 [611] -2015-01-24 06:00:59 queue INFO >3 [612] -2015-01-24 06:00:59 sendUrl INFO 3 [611] -2015-01-24 06:01:00 sendUrl INFO 3 [612] -2015-01-24 06:01:49 queue INFO >>3 [613] -2015-01-24 06:01:49 sendUrl INFO 3 [613] -2015-01-24 06:02:39 queue INFO >>3 [614] -2015-01-24 06:02:39 sendUrl INFO 3 [614] -2015-01-24 06:02:51 queue INFO 7 [615] -2015-01-24 06:02:51 queue INFO >7 [616] -2015-01-24 06:02:51 sendUrl INFO 7 [615] -2015-01-24 06:02:51 sendUrl INFO 7 [616] -2015-01-24 06:02:52 queue INFO 3 [617] -2015-01-24 06:02:52 queue INFO >3 [618] -2015-01-24 06:02:52 sendUrl INFO 3 [617] -2015-01-24 06:02:53 sendUrl INFO 3 [618] -2015-01-24 06:03:42 queue INFO >>3 [619] -2015-01-24 06:03:43 sendUrl INFO 3 [619] -2015-01-24 06:04:32 queue INFO >>3 [620] -2015-01-24 06:04:33 sendUrl INFO 3 [620] -2015-01-24 06:04:44 queue INFO 7 [621] -2015-01-24 06:04:44 queue INFO >7 [622] -2015-01-24 06:04:45 sendUrl INFO 7 [621] -2015-01-24 06:04:45 sendUrl INFO 7 [622] -2015-01-24 06:04:46 queue INFO 3 [623] -2015-01-24 06:04:46 queue INFO >3 [624] -2015-01-24 06:04:46 sendUrl INFO 3 [623] -2015-01-24 06:04:47 sendUrl INFO 3 [624] -2015-01-24 06:05:36 queue INFO >>3 [625] -2015-01-24 06:05:36 sendUrl INFO 3 [625] -2015-01-24 06:06:26 queue INFO >>3 [626] -2015-01-24 06:06:26 sendUrl INFO 3 [626] -2015-01-24 06:06:38 queue INFO 7 [627] -2015-01-24 06:06:38 queue INFO >7 [628] -2015-01-24 06:06:38 sendUrl INFO 7 [627] -2015-01-24 06:06:39 sendUrl INFO 7 [628] -2015-01-24 06:06:40 queue INFO 3 [629] -2015-01-24 06:06:40 queue INFO >3 [630] -2015-01-24 06:06:40 sendUrl INFO 3 [629] -2015-01-24 06:06:41 sendUrl INFO 3 [630] -2015-01-24 06:07:30 queue INFO >>3 [631] -2015-01-24 06:07:30 sendUrl INFO 3 [631] -2015-01-24 06:08:20 queue INFO >>3 [632] -2015-01-24 06:08:20 sendUrl INFO 3 [632] -2015-01-24 06:08:32 queue INFO 7 [633] -2015-01-24 06:08:32 queue INFO >7 [634] -2015-01-24 06:08:32 sendUrl INFO 7 [633] -2015-01-24 06:08:33 sendUrl INFO 7 [634] -2015-01-24 06:08:33 queue INFO 3 [635] -2015-01-24 06:08:34 queue INFO >3 [636] -2015-01-24 06:08:34 sendUrl INFO 3 [635] -2015-01-24 06:08:34 sendUrl INFO 3 [636] -2015-01-24 06:09:24 queue INFO >>3 [637] -2015-01-24 06:09:24 sendUrl INFO 3 [637] -2015-01-24 06:10:14 queue INFO >>3 [638] -2015-01-24 06:10:14 sendUrl INFO 3 [638] -2015-01-24 06:10:26 queue INFO 7 [639] -2015-01-24 06:10:26 queue INFO >7 [640] -2015-01-24 06:10:26 sendUrl INFO 7 [639] -2015-01-24 06:10:27 sendUrl INFO 7 [640] -2015-01-24 06:10:27 queue INFO 3 [641] -2015-01-24 06:10:27 queue INFO >3 [642] -2015-01-24 06:10:28 sendUrl INFO 3 [641] -2015-01-24 06:10:28 sendUrl INFO 3 [642] -2015-01-24 06:11:17 queue INFO >>3 [643] -2015-01-24 06:11:17 sendUrl INFO 3 [643] -2015-01-24 06:12:07 queue INFO >>3 [644] -2015-01-24 06:12:08 sendUrl INFO 3 [644] -2015-01-24 06:12:19 queue INFO 7 [645] -2015-01-24 06:12:19 queue INFO >7 [646] -2015-01-24 06:12:19 sendUrl INFO 7 [645] -2015-01-24 06:12:20 sendUrl INFO 7 [646] -2015-01-24 06:12:21 queue INFO 3 [647] -2015-01-24 06:12:21 queue INFO >3 [648] -2015-01-24 06:12:21 sendUrl INFO 3 [647] -2015-01-24 06:12:21 sendUrl INFO 3 [648] -2015-01-24 06:13:11 queue INFO >>3 [649] -2015-01-24 06:13:11 sendUrl INFO 3 [649] -2015-01-24 06:14:01 queue INFO >>3 [650] -2015-01-24 06:14:01 sendUrl INFO 3 [650] -2015-01-24 06:14:13 queue INFO 7 [651] -2015-01-24 06:14:13 sendUrl INFO 7 [651] -2015-01-24 06:14:13 queue INFO >7 [652] -2015-01-24 06:14:13 sendUrl INFO 7 [652] -2015-01-24 06:14:14 queue INFO 3 [653] -2015-01-24 06:14:14 queue INFO >3 [654] -2015-01-24 06:14:15 sendUrl INFO 3 [653] -2015-01-24 06:14:15 sendUrl INFO 3 [654] -2015-01-24 06:15:04 queue INFO >>3 [655] -2015-01-24 06:15:04 sendUrl INFO 3 [655] -2015-01-24 06:15:54 queue INFO >>3 [656] -2015-01-24 06:15:55 sendUrl INFO 3 [656] -2015-01-24 06:16:06 queue INFO 7 [657] -2015-01-24 06:16:06 sendUrl INFO 7 [657] -2015-01-24 06:16:06 queue INFO >7 [658] -2015-01-24 06:16:07 sendUrl INFO 7 [658] -2015-01-24 06:16:08 queue INFO 3 [659] -2015-01-24 06:16:08 queue INFO >3 [660] -2015-01-24 06:16:08 sendUrl INFO 3 [659] -2015-01-24 06:16:09 sendUrl INFO 3 [660] -2015-01-24 06:16:58 queue INFO >>3 [661] -2015-01-24 06:16:58 sendUrl INFO 3 [661] -2015-01-24 06:17:48 queue INFO >>3 [662] -2015-01-24 06:17:49 sendUrl INFO 3 [662] -2015-01-24 06:18:00 queue INFO 7 [663] -2015-01-24 06:18:00 queue INFO >7 [664] -2015-01-24 06:18:00 sendUrl INFO 7 [663] -2015-01-24 06:18:01 sendUrl INFO 7 [664] -2015-01-24 06:18:02 queue INFO 3 [665] -2015-01-24 06:18:02 sendUrl INFO 3 [665] -2015-01-24 06:18:02 queue INFO >3 [666] -2015-01-24 06:18:02 sendUrl INFO 3 [666] -2015-01-24 06:18:52 queue INFO >>3 [667] -2015-01-24 06:18:52 sendUrl INFO 3 [667] -2015-01-24 06:19:42 queue INFO >>3 [668] -2015-01-24 06:19:42 sendUrl INFO 3 [668] -2015-01-24 06:19:54 queue INFO 7 [669] -2015-01-24 06:19:54 queue INFO >7 [670] -2015-01-24 06:19:54 sendUrl INFO 7 [669] -2015-01-24 06:19:55 sendUrl INFO 7 [670] -2015-01-24 06:19:55 queue INFO 3 [671] -2015-01-24 06:19:56 queue INFO >3 [672] -2015-01-24 06:19:56 sendUrl INFO 3 [671] -2015-01-24 06:19:56 sendUrl INFO 3 [672] -2015-01-24 06:20:33 queue INFO 1 [673] -2015-01-24 06:20:33 queue INFO >1 [674] -2015-01-24 06:20:34 sendUrl INFO 1 [673] -2015-01-24 06:20:34 sendUrl INFO 1 [674] -2015-01-24 06:21:23 queue INFO >>1 [675] -2015-01-24 06:21:24 sendUrl INFO 1 [675] -2015-01-24 06:22:13 queue INFO >>1 [676] -2015-01-24 06:22:14 sendUrl INFO 1 [676] -2015-01-24 06:23:04 queue INFO >>1 [677] -2015-01-24 06:23:04 sendUrl INFO 1 [677] -2015-01-24 06:23:07 queue INFO 21 [678] -2015-01-24 06:23:07 queue INFO >21 [679] -2015-01-24 06:23:07 sendUrl INFO 21 [678] -2015-01-24 06:23:08 sendUrl INFO 21 [679] -2015-01-24 06:23:57 queue INFO >>21 [680] -2015-01-24 06:23:57 sendUrl INFO 21 [680] -2015-01-24 06:24:47 queue INFO >>21 [681] -2015-01-24 06:24:47 sendUrl INFO 21 [681] -2015-01-24 09:17:21 program INFO Avvio ProgrammaReadPar IOB-pi v.1.7 -2015-01-24 09:17:21 program INFO Start ReadPar IOB-pi v.1.7 -2015-01-24 09:17:21 program INFO Avvio loop principale -2015-01-24 09:17:21 queue INFO 0 [0] -2015-01-24 09:17:21 queue INFO >0 [1] -2015-01-24 09:17:22 program ERROR Server Non raggiungibile -2015-01-24 09:18:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.7 -2015-01-24 09:18:02 program INFO Start ReadPar IOB-pi v.1.7 -2015-01-24 09:18:02 program INFO Avvio loop principale -2015-01-24 09:18:02 queue INFO 0 [0] -2015-01-24 09:18:02 queue INFO >0 [1] -2015-01-24 09:18:02 program ERROR Server Non raggiungibile -2015-01-24 09:18:52 queue INFO >>0 [2] -2015-01-24 09:19:42 queue INFO >>0 [3] -2015-01-24 09:20:32 queue INFO >>0 [4] -2015-01-24 09:21:22 queue INFO >>0 [5] -2015-01-24 09:22:13 queue INFO >>0 [6] -2015-01-24 10:54:50 program INFO Avvio ProgrammaReadPar IOB-pi v.1.7 -2015-01-24 10:54:50 program INFO Start ReadPar IOB-pi v.1.7 -2015-01-24 10:54:50 program INFO Avvio loop principale -2015-01-24 10:54:50 queue INFO 0 [0] -2015-01-24 10:54:50 queue INFO >0 [1] -2015-01-24 10:54:53 program ERROR Server Non raggiungibile -2015-01-24 10:54:53 program ERROR Server Non raggiungibile -2015-01-24 10:54:53 program ERROR Server Non raggiungibile -2015-01-24 10:54:53 program ERROR Server Non raggiungibile -2015-01-24 10:55:40 queue INFO >>0 [2] -2015-01-24 10:56:30 queue INFO >>0 [3] -2015-01-24 10:57:20 queue INFO >>0 [4] -2015-01-24 10:58:10 queue INFO >>0 [5] -2015-01-24 10:59:00 queue INFO >>0 [6] -2015-01-24 10:59:51 queue INFO >>0 [7] -2015-01-24 11:00:41 queue INFO >>0 [8] -2015-01-24 11:01:31 queue INFO >>0 [9] -2015-01-24 11:02:21 queue INFO >>0 [10] -2015-01-24 11:03:11 queue INFO >>0 [11] -2015-01-24 11:04:01 queue INFO >>0 [12] -2015-01-24 11:04:52 queue INFO >>0 [13] -2015-01-24 11:05:42 queue INFO >>0 [14] -2015-01-24 11:06:32 queue INFO >>0 [15] -2015-01-24 11:07:22 queue INFO >>0 [16] -2015-01-24 11:08:12 queue INFO >>0 [17] -2015-01-24 11:09:02 queue INFO >>0 [18] -2015-01-24 11:09:06 program INFO IOB ONLINE! -2015-01-24 11:09:07 program ERROR IOB offline -2015-01-24 11:09:36 sendUrl INFO 0 [0] -2015-01-24 11:09:36 program INFO IOB ONLINE! -2015-01-24 11:09:37 sendUrl INFO 0 [1] -2015-01-24 11:09:37 program ERROR IOB offline -2015-01-24 11:09:38 program INFO IOB ONLINE! -2015-01-24 11:09:39 sendUrl INFO 0 [2] -2015-01-24 11:09:39 sendUrl INFO 0 [3] -2015-01-24 11:09:40 program ERROR IOB offline -2015-01-24 11:09:40 program INFO IOB ONLINE! -2015-01-24 11:09:41 program INFO WAIT active send to complete -2015-01-24 11:09:41 sendUrl INFO 0 [4] -2015-01-24 11:09:41 sendUrl INFO 0 [5] -2015-01-24 11:09:42 sendUrl INFO 0 [6] -2015-01-24 11:09:42 sendUrl INFO 0 [7] -2015-01-24 11:09:43 sendUrl INFO 0 [8] -2015-01-24 11:09:43 sendUrl INFO 0 [9] -2015-01-24 11:09:44 program ERROR IOB offline -2015-01-24 11:09:52 queue INFO >>0 [19] -2015-01-24 11:10:07 program INFO IOB ONLINE! -2015-01-24 11:10:07 sendUrl INFO 0 [10] -2015-01-24 11:10:08 program ERROR IOB offline -2015-01-24 11:10:14 program INFO IOB ONLINE! -2015-01-24 11:10:14 sendUrl INFO 0 [11] -2015-01-24 11:10:14 program ERROR IOB offline -2015-01-24 11:10:43 queue INFO >>0 [20] -2015-01-24 11:10:45 program INFO IOB ONLINE! -2015-01-24 11:10:45 sendUrl INFO 0 [12] -2015-01-24 11:10:45 program ERROR IOB offline -2015-01-24 11:10:46 program INFO IOB ONLINE! -2015-01-24 11:10:46 sendUrl INFO 0 [13] -2015-01-24 11:10:46 sendUrl INFO 0 [14] -2015-01-24 11:10:47 sendUrl INFO 0 [15] -2015-01-24 11:10:47 sendUrl INFO 0 [16] -2015-01-24 11:10:48 sendUrl INFO 0 [17] -2015-01-24 11:10:48 sendUrl INFO 0 [18] -2015-01-24 11:10:49 program INFO WAIT active send to complete -2015-01-24 11:10:49 sendUrl INFO 0 [19] -2015-01-24 11:10:50 sendUrl INFO 0 [20] -2015-01-24 11:11:33 queue INFO >>0 [21] -2015-01-24 11:11:33 sendUrl INFO 0 [21] -2015-01-24 11:12:23 queue INFO >>0 [22] -2015-01-24 11:12:23 sendUrl INFO 0 [22] -2015-01-24 11:13:13 queue INFO >>0 [23] -2015-01-24 11:13:13 sendUrl INFO 0 [23] -2015-01-24 11:14:03 queue INFO >>0 [24] -2015-01-24 11:14:04 sendUrl INFO 0 [24] -2015-01-24 11:14:53 queue INFO >>0 [25] -2015-01-24 11:14:53 sendUrl INFO 0 [25] -2015-01-24 11:15:43 queue INFO >>0 [26] -2015-01-24 11:15:44 sendUrl INFO 0 [26] -2015-01-24 11:16:34 queue INFO >>0 [27] -2015-01-24 11:16:34 sendUrl INFO 0 [27] -2015-01-24 11:17:24 queue INFO >>0 [28] -2015-01-24 11:17:24 sendUrl INFO 0 [28] -2015-01-24 11:18:14 queue INFO >>0 [29] -2015-01-24 11:18:14 sendUrl INFO 0 [29] -2015-01-24 11:19:04 queue INFO >>0 [30] -2015-01-24 11:19:05 sendUrl INFO 0 [30] -2015-01-24 11:19:54 queue INFO >>0 [31] -2015-01-24 11:19:54 sendUrl INFO 0 [31] -2015-01-24 11:20:44 queue INFO >>0 [32] -2015-01-24 11:20:45 sendUrl INFO 0 [32] -2015-01-24 11:21:35 queue INFO >>0 [33] -2015-01-24 11:21:35 sendUrl INFO 0 [33] -2015-01-24 11:22:25 queue INFO >>0 [34] -2015-01-24 11:22:25 sendUrl INFO 0 [34] -2015-01-24 11:23:15 queue INFO >>0 [35] -2015-01-24 11:23:15 sendUrl INFO 0 [35] -2015-01-24 11:24:05 queue INFO >>0 [36] -2015-01-24 11:24:05 sendUrl INFO 0 [36] -2015-01-24 11:24:55 queue INFO >>0 [37] -2015-01-24 11:24:55 sendUrl INFO 0 [37] -2015-01-24 11:25:45 queue INFO >>0 [38] -2015-01-24 11:25:46 sendUrl INFO 0 [38] -2015-01-24 11:26:35 queue INFO >>0 [39] -2015-01-24 11:26:36 sendUrl INFO 0 [39] -2015-01-24 11:27:26 queue INFO >>0 [40] -2015-01-24 11:27:26 sendUrl INFO 0 [40] -2015-01-24 11:28:16 queue INFO >>0 [41] -2015-01-24 11:28:16 sendUrl INFO 0 [41] -2015-01-24 11:29:06 queue INFO >>0 [42] -2015-01-24 11:29:06 sendUrl INFO 0 [42] -2015-01-24 11:29:56 queue INFO >>0 [43] -2015-01-24 11:29:56 sendUrl INFO 0 [43] -2015-01-24 11:30:46 queue INFO >>0 [44] -2015-01-24 11:30:47 sendUrl INFO 0 [44] -2015-01-24 11:31:36 queue INFO >>0 [45] -2015-01-24 11:31:37 sendUrl INFO 0 [45] -2015-01-24 11:32:27 queue INFO >>0 [46] -2015-01-24 11:32:27 sendUrl INFO 0 [46] -2015-01-24 11:33:17 queue INFO >>0 [47] -2015-01-24 11:33:17 sendUrl INFO 0 [47] -2015-01-24 11:34:07 queue INFO >>0 [48] -2015-01-24 11:34:07 sendUrl INFO 0 [48] -2015-01-24 11:34:57 queue INFO >>0 [49] -2015-01-24 11:34:57 sendUrl INFO 0 [49] -2015-01-24 11:35:47 queue INFO >>0 [50] -2015-01-24 11:35:47 sendUrl INFO 0 [50] -2015-01-24 11:36:37 queue INFO >>0 [51] -2015-01-24 11:36:38 sendUrl INFO 0 [51] -2015-01-24 11:37:27 queue INFO >>0 [52] -2015-01-24 11:37:28 sendUrl INFO 0 [52] -2015-01-24 11:38:18 queue INFO >>0 [53] -2015-01-24 11:38:18 sendUrl INFO 0 [53] -2015-01-24 11:39:08 queue INFO >>0 [54] -2015-01-24 11:39:08 sendUrl INFO 0 [54] -2015-01-24 11:39:58 queue INFO >>0 [55] -2015-01-24 11:39:58 sendUrl INFO 0 [55] -2015-01-24 11:40:48 queue INFO >>0 [56] -2015-01-24 11:40:48 sendUrl INFO 0 [56] -2015-01-24 11:41:38 queue INFO >>0 [57] -2015-01-24 11:41:39 sendUrl INFO 0 [57] -2015-01-24 11:42:28 queue INFO >>0 [58] -2015-01-24 11:42:29 sendUrl INFO 0 [58] -2015-01-24 11:43:19 queue INFO >>0 [59] -2015-01-24 11:43:19 sendUrl INFO 0 [59] -2015-01-24 11:44:09 queue INFO >>0 [60] -2015-01-24 11:44:09 sendUrl INFO 0 [60] -2015-01-24 11:44:59 queue INFO >>0 [61] -2015-01-24 11:44:59 sendUrl INFO 0 [61] -2015-01-24 11:45:49 queue INFO >>0 [62] -2015-01-24 11:45:49 sendUrl INFO 0 [62] -2015-01-24 11:46:39 queue INFO >>0 [63] -2015-01-24 11:46:40 sendUrl INFO 0 [63] -2015-01-24 11:47:29 queue INFO >>0 [64] -2015-01-24 11:47:29 sendUrl INFO 0 [64] -2015-01-24 11:48:19 queue INFO >>0 [65] -2015-01-24 11:48:20 sendUrl INFO 0 [65] -2015-01-24 11:49:10 queue INFO >>0 [66] -2015-01-24 11:49:10 sendUrl INFO 0 [66] -2015-01-24 11:50:00 queue INFO >>0 [67] -2015-01-24 11:50:00 sendUrl INFO 0 [67] -2015-01-24 11:50:50 queue INFO >>0 [68] -2015-01-24 11:50:50 sendUrl INFO 0 [68] -2015-01-24 11:51:40 queue INFO >>0 [69] -2015-01-24 11:51:41 sendUrl INFO 0 [69] -2015-01-24 11:52:30 queue INFO >>0 [70] -2015-01-24 11:52:30 sendUrl INFO 0 [70] -2015-01-24 11:53:20 queue INFO >>0 [71] -2015-01-24 11:53:21 sendUrl INFO 0 [71] -2015-01-24 11:54:10 queue INFO >>0 [72] -2015-01-24 11:54:11 sendUrl INFO 0 [72] -2015-01-24 11:55:00 queue INFO >>0 [73] -2015-01-24 11:55:01 sendUrl INFO 0 [73] -2015-01-24 11:55:51 queue INFO >>0 [74] -2015-01-24 11:55:51 sendUrl INFO 0 [74] -2015-01-24 11:56:41 queue INFO >>0 [75] -2015-01-24 11:56:41 sendUrl INFO 0 [75] -2015-01-24 11:57:31 queue INFO >>0 [76] -2015-01-24 11:57:31 sendUrl INFO 0 [76] -2015-01-24 11:58:21 queue INFO >>0 [77] -2015-01-24 11:58:21 sendUrl INFO 0 [77] -2015-01-24 11:59:11 queue INFO >>0 [78] -2015-01-24 11:59:11 sendUrl INFO 0 [78] -2015-01-24 12:00:01 queue INFO >>0 [79] -2015-01-24 12:00:02 sendUrl INFO 0 [79] -2015-01-24 12:00:52 queue INFO >>0 [80] -2015-01-24 12:00:52 sendUrl INFO 0 [80] -2015-01-24 12:01:42 queue INFO >>0 [81] -2015-01-24 12:01:42 sendUrl INFO 0 [81] -2015-01-24 12:02:32 queue INFO >>0 [82] -2015-01-24 12:02:32 sendUrl INFO 0 [82] -2015-01-24 12:03:22 queue INFO >>0 [83] -2015-01-24 12:03:22 sendUrl INFO 0 [83] -2015-01-24 12:04:12 queue INFO >>0 [84] -2015-01-24 12:04:12 sendUrl INFO 0 [84] -2015-01-24 12:05:02 queue INFO >>0 [85] -2015-01-24 12:05:03 sendUrl INFO 0 [85] -2015-01-24 12:05:52 queue INFO >>0 [86] -2015-01-24 12:05:53 sendUrl INFO 0 [86] -2015-01-24 12:06:43 queue INFO >>0 [87] -2015-01-24 12:06:43 sendUrl INFO 0 [87] -2015-01-24 12:07:33 queue INFO >>0 [88] -2015-01-24 12:07:33 sendUrl INFO 0 [88] -2015-01-24 12:08:23 queue INFO >>0 [89] -2015-01-24 12:08:23 sendUrl INFO 0 [89] -2015-01-24 12:09:13 queue INFO >>0 [90] -2015-01-24 12:09:13 sendUrl INFO 0 [90] -2015-01-24 12:10:03 queue INFO >>0 [91] -2015-01-24 12:10:04 sendUrl INFO 0 [91] -2015-01-24 12:10:53 queue INFO >>0 [92] -2015-01-24 12:10:54 sendUrl INFO 0 [92] -2015-01-24 12:11:44 queue INFO >>0 [93] -2015-01-24 12:11:44 sendUrl INFO 0 [93] -2015-01-24 12:12:34 queue INFO >>0 [94] -2015-01-24 12:12:34 sendUrl INFO 0 [94] -2015-01-24 12:13:24 queue INFO >>0 [95] -2015-01-24 12:13:24 sendUrl INFO 0 [95] -2015-01-24 12:14:14 queue INFO >>0 [96] -2015-01-24 12:14:14 sendUrl INFO 0 [96] -2015-01-24 12:15:04 queue INFO >>0 [97] -2015-01-24 12:15:04 sendUrl INFO 0 [97] -2015-01-24 12:15:54 queue INFO >>0 [98] -2015-01-24 12:15:55 sendUrl INFO 0 [98] -2015-01-24 12:16:44 queue INFO >>0 [99] -2015-01-24 12:16:45 sendUrl INFO 0 [99] -2015-01-24 12:17:35 queue INFO >>0 [100] -2015-01-24 12:17:35 sendUrl INFO 0 [100] -2015-01-24 12:18:25 queue INFO >>0 [101] -2015-01-24 12:18:25 sendUrl INFO 0 [101] -2015-01-24 12:19:15 queue INFO >>0 [102] -2015-01-24 12:19:15 sendUrl INFO 0 [102] -2015-01-24 12:20:05 queue INFO >>0 [103] -2015-01-24 12:20:05 sendUrl INFO 0 [103] -2015-01-24 12:20:55 queue INFO >>0 [104] -2015-01-24 12:20:56 sendUrl INFO 0 [104] -2015-01-24 12:21:45 queue INFO >>0 [105] -2015-01-24 12:21:46 sendUrl INFO 0 [105] -2015-01-24 12:22:35 queue INFO >>0 [106] -2015-01-24 12:22:36 sendUrl INFO 0 [106] -2015-01-24 12:23:26 queue INFO >>0 [107] -2015-01-24 12:23:26 sendUrl INFO 0 [107] -2015-01-24 12:24:16 queue INFO >>0 [108] -2015-01-24 12:24:16 sendUrl INFO 0 [108] -2015-01-24 12:25:06 queue INFO >>0 [109] -2015-01-24 12:25:06 sendUrl INFO 0 [109] -2015-01-24 12:25:56 queue INFO >>0 [110] -2015-01-24 12:25:57 sendUrl INFO 0 [110] -2015-01-24 12:26:46 queue INFO >>0 [111] -2015-01-24 12:26:46 sendUrl INFO 0 [111] -2015-01-24 12:27:36 queue INFO >>0 [112] -2015-01-24 12:27:37 sendUrl INFO 0 [112] -2015-01-24 12:28:27 queue INFO >>0 [113] -2015-01-24 12:28:27 sendUrl INFO 0 [113] -2015-01-24 12:29:17 queue INFO >>0 [114] -2015-01-24 12:29:17 sendUrl INFO 0 [114] -2015-01-24 12:30:07 queue INFO >>0 [115] -2015-01-24 12:30:07 sendUrl INFO 0 [115] -2015-01-24 12:30:57 queue INFO >>0 [116] -2015-01-24 12:30:58 sendUrl INFO 0 [116] -2015-01-24 12:31:47 queue INFO >>0 [117] -2015-01-24 12:31:47 sendUrl INFO 0 [117] -2015-01-24 12:32:37 queue INFO >>0 [118] -2015-01-24 12:32:38 sendUrl INFO 0 [118] -2015-01-24 12:33:27 queue INFO >>0 [119] -2015-01-24 12:33:28 sendUrl INFO 0 [119] -2015-01-24 12:34:18 queue INFO >>0 [120] -2015-01-24 12:34:18 sendUrl INFO 0 [120] -2015-01-24 12:35:08 queue INFO >>0 [121] -2015-01-24 12:35:08 sendUrl INFO 0 [121] -2015-01-24 12:35:58 queue INFO >>0 [122] -2015-01-24 12:35:58 sendUrl INFO 0 [122] -2015-01-24 12:36:48 queue INFO >>0 [123] -2015-01-24 12:36:48 sendUrl INFO 0 [123] -2015-01-24 12:37:38 queue INFO >>0 [124] -2015-01-24 12:37:39 sendUrl INFO 0 [124] -2015-01-24 12:38:28 queue INFO >>0 [125] -2015-01-24 12:38:28 sendUrl INFO 0 [125] -2015-01-24 12:39:18 queue INFO >>0 [126] -2015-01-24 12:39:19 sendUrl INFO 0 [126] -2015-01-24 12:40:09 queue INFO >>0 [127] -2015-01-24 12:40:09 sendUrl INFO 0 [127] -2015-01-24 12:40:59 queue INFO >>0 [128] -2015-01-24 12:40:59 sendUrl INFO 0 [128] -2015-01-24 12:41:49 queue INFO >>0 [129] -2015-01-24 12:41:49 sendUrl INFO 0 [129] -2015-01-24 12:42:39 queue INFO >>0 [130] -2015-01-24 12:42:39 sendUrl INFO 0 [130] -2015-01-24 12:43:29 queue INFO >>0 [131] -2015-01-24 12:43:29 sendUrl INFO 0 [131] -2015-01-24 12:44:19 queue INFO >>0 [132] -2015-01-24 12:44:20 sendUrl INFO 0 [132] -2015-01-24 12:45:09 queue INFO >>0 [133] -2015-01-24 12:45:10 sendUrl INFO 0 [133] -2015-01-24 12:46:00 queue INFO >>0 [134] -2015-01-24 12:46:00 sendUrl INFO 0 [134] -2015-01-24 12:46:50 queue INFO >>0 [135] -2015-01-24 12:46:50 sendUrl INFO 0 [135] -2015-01-24 12:47:40 queue INFO >>0 [136] -2015-01-24 12:47:40 sendUrl INFO 0 [136] -2015-01-24 12:48:30 queue INFO >>0 [137] -2015-01-24 12:48:30 sendUrl INFO 0 [137] -2015-01-24 12:49:20 queue INFO >>0 [138] -2015-01-24 12:49:21 sendUrl INFO 0 [138] -2015-01-24 12:50:10 queue INFO >>0 [139] -2015-01-24 12:50:11 sendUrl INFO 0 [139] -2015-01-24 12:51:00 queue INFO >>0 [140] -2015-01-24 12:51:01 sendUrl INFO 0 [140] -2015-01-24 12:51:51 queue INFO >>0 [141] -2015-01-24 12:51:51 sendUrl INFO 0 [141] -2015-01-24 12:52:41 queue INFO >>0 [142] -2015-01-24 12:52:41 sendUrl INFO 0 [142] -2015-01-24 12:53:31 queue INFO >>0 [143] -2015-01-24 12:53:31 sendUrl INFO 0 [143] -2015-01-24 12:54:21 queue INFO >>0 [144] -2015-01-24 12:54:21 sendUrl INFO 0 [144] -2015-01-24 12:55:11 queue INFO >>0 [145] -2015-01-24 12:55:12 sendUrl INFO 0 [145] -2015-01-24 12:56:01 queue INFO >>0 [146] -2015-01-24 12:56:01 sendUrl INFO 0 [146] -2015-01-24 12:56:51 queue INFO >>0 [147] -2015-01-24 12:56:52 sendUrl INFO 0 [147] -2015-01-24 12:57:42 queue INFO >>0 [148] -2015-01-24 12:57:42 sendUrl INFO 0 [148] -2015-01-24 12:58:32 queue INFO >>0 [149] -2015-01-24 12:58:32 sendUrl INFO 0 [149] -2015-01-24 12:59:22 queue INFO >>0 [150] -2015-01-24 12:59:22 sendUrl INFO 0 [150] -2015-01-24 13:00:12 queue INFO >>0 [151] -2015-01-24 13:00:13 sendUrl INFO 0 [151] -2015-01-24 13:01:02 queue INFO >>0 [152] -2015-01-24 13:01:02 sendUrl INFO 0 [152] -2015-01-24 13:01:52 queue INFO >>0 [153] -2015-01-24 13:01:53 sendUrl INFO 0 [153] -2015-01-24 13:02:42 queue INFO >>0 [154] -2015-01-24 13:02:43 sendUrl INFO 0 [154] -2015-01-24 13:03:33 queue INFO >>0 [155] -2015-01-24 13:03:33 sendUrl INFO 0 [155] -2015-01-24 13:04:23 queue INFO >>0 [156] -2015-01-24 13:04:23 sendUrl INFO 0 [156] -2015-01-24 13:05:13 queue INFO >>0 [157] -2015-01-24 13:05:13 sendUrl INFO 0 [157] -2015-01-24 13:06:03 queue INFO >>0 [158] -2015-01-24 13:06:03 sendUrl INFO 0 [158] -2015-01-24 13:06:53 queue INFO >>0 [159] -2015-01-24 13:06:54 sendUrl INFO 0 [159] -2015-01-24 13:07:43 queue INFO >>0 [160] -2015-01-24 13:07:43 sendUrl INFO 0 [160] -2015-01-24 13:08:33 queue INFO >>0 [161] -2015-01-24 13:08:34 sendUrl INFO 0 [161] -2015-01-24 13:09:24 queue INFO >>0 [162] -2015-01-24 13:09:24 sendUrl INFO 0 [162] -2015-01-24 13:10:14 queue INFO >>0 [163] -2015-01-24 13:10:14 sendUrl INFO 0 [163] -2015-01-24 13:11:04 queue INFO >>0 [164] -2015-01-24 13:11:04 sendUrl INFO 0 [164] -2015-01-24 13:11:54 queue INFO >>0 [165] -2015-01-24 13:11:55 sendUrl INFO 0 [165] -2015-01-24 13:12:44 queue INFO >>0 [166] -2015-01-24 13:12:44 sendUrl INFO 0 [166] -2015-01-24 13:13:34 queue INFO >>0 [167] -2015-01-24 13:13:35 sendUrl INFO 0 [167] -2015-01-24 13:14:25 queue INFO >>0 [168] -2015-01-24 13:14:25 sendUrl INFO 0 [168] -2015-01-24 13:15:15 queue INFO >>0 [169] -2015-01-24 13:15:15 sendUrl INFO 0 [169] -2015-01-24 13:16:05 queue INFO >>0 [170] -2015-01-24 13:16:05 sendUrl INFO 0 [170] -2015-01-24 13:16:55 queue INFO >>0 [171] -2015-01-24 13:16:55 sendUrl INFO 0 [171] -2015-01-24 13:17:45 queue INFO >>0 [172] -2015-01-24 13:17:45 sendUrl INFO 0 [172] -2015-01-24 13:18:35 queue INFO >>0 [173] -2015-01-24 13:18:36 sendUrl INFO 0 [173] -2015-01-24 13:19:25 queue INFO >>0 [174] -2015-01-24 13:19:26 sendUrl INFO 0 [174] -2015-01-24 13:20:16 queue INFO >>0 [175] -2015-01-24 13:20:16 sendUrl INFO 0 [175] -2015-01-24 13:21:06 queue INFO >>0 [176] -2015-01-24 13:21:06 sendUrl INFO 0 [176] -2015-01-24 13:21:56 queue INFO >>0 [177] -2015-01-24 13:21:56 sendUrl INFO 0 [177] -2015-01-24 13:22:46 queue INFO >>0 [178] -2015-01-24 13:22:46 sendUrl INFO 0 [178] -2015-01-24 13:23:36 queue INFO >>0 [179] -2015-01-24 13:23:37 sendUrl INFO 0 [179] -2015-01-24 13:24:26 queue INFO >>0 [180] -2015-01-24 13:24:27 sendUrl INFO 0 [180] -2015-01-24 13:25:16 queue INFO >>0 [181] -2015-01-24 13:25:17 sendUrl INFO 0 [181] -2015-01-24 13:26:07 queue INFO >>0 [182] -2015-01-24 13:26:07 sendUrl INFO 0 [182] -2015-01-24 13:26:57 queue INFO >>0 [183] -2015-01-24 13:26:57 sendUrl INFO 0 [183] -2015-01-24 13:27:47 queue INFO >>0 [184] -2015-01-24 13:27:47 sendUrl INFO 0 [184] -2015-01-24 13:28:37 queue INFO >>0 [185] -2015-01-24 13:28:37 sendUrl INFO 0 [185] -2015-01-24 13:29:27 queue INFO >>0 [186] -2015-01-24 13:29:28 sendUrl INFO 0 [186] -2015-01-24 13:30:17 queue INFO >>0 [187] -2015-01-24 13:30:17 sendUrl INFO 0 [187] -2015-01-24 13:31:07 queue INFO >>0 [188] -2015-01-24 13:31:08 sendUrl INFO 0 [188] -2015-01-24 13:31:58 queue INFO >>0 [189] -2015-01-24 13:31:58 sendUrl INFO 0 [189] -2015-01-24 13:32:48 queue INFO >>0 [190] -2015-01-24 13:32:48 sendUrl INFO 0 [190] -2015-01-24 13:33:38 queue INFO >>0 [191] -2015-01-24 13:33:38 sendUrl INFO 0 [191] -2015-01-24 13:34:28 queue INFO >>0 [192] -2015-01-24 13:34:28 sendUrl INFO 0 [192] -2015-01-24 13:35:18 queue INFO >>0 [193] -2015-01-24 13:35:18 sendUrl INFO 0 [193] -2015-01-24 13:36:08 queue INFO >>0 [194] -2015-01-24 13:36:09 sendUrl INFO 0 [194] -2015-01-24 13:36:58 queue INFO >>0 [195] -2015-01-24 13:36:59 sendUrl INFO 0 [195] -2015-01-24 13:37:49 queue INFO >>0 [196] -2015-01-24 13:37:49 sendUrl INFO 0 [196] -2015-01-24 13:38:39 queue INFO >>0 [197] -2015-01-24 13:38:39 sendUrl INFO 0 [197] -2015-01-24 13:39:29 queue INFO >>0 [198] -2015-01-24 13:39:29 sendUrl INFO 0 [198] -2015-01-24 13:40:19 queue INFO >>0 [199] -2015-01-24 13:40:19 sendUrl INFO 0 [199] -2015-01-24 13:41:09 queue INFO >>0 [200] -2015-01-24 13:41:10 sendUrl INFO 0 [200] -2015-01-24 13:41:59 queue INFO >>0 [201] -2015-01-24 13:42:00 sendUrl INFO 0 [201] -2015-01-24 13:42:50 queue INFO >>0 [202] -2015-01-24 13:42:50 sendUrl INFO 0 [202] -2015-01-24 13:43:40 queue INFO >>0 [203] -2015-01-24 13:43:40 sendUrl INFO 0 [203] -2015-01-24 13:44:30 queue INFO >>0 [204] -2015-01-24 13:44:30 sendUrl INFO 0 [204] -2015-01-24 13:45:20 queue INFO >>0 [205] -2015-01-24 13:45:20 sendUrl INFO 0 [205] -2015-01-24 13:46:10 queue INFO >>0 [206] -2015-01-24 13:46:11 sendUrl INFO 0 [206] -2015-01-24 13:47:00 queue INFO >>0 [207] -2015-01-24 13:47:00 sendUrl INFO 0 [207] -2015-01-24 13:47:50 queue INFO >>0 [208] -2015-01-24 13:47:51 sendUrl INFO 0 [208] -2015-01-24 13:48:41 queue INFO >>0 [209] -2015-01-24 13:48:41 sendUrl INFO 0 [209] -2015-01-24 13:49:31 queue INFO >>0 [210] -2015-01-24 13:49:31 sendUrl INFO 0 [210] -2015-01-24 13:50:21 queue INFO >>0 [211] -2015-01-24 13:50:21 sendUrl INFO 0 [211] -2015-01-24 13:51:11 queue INFO >>0 [212] -2015-01-24 13:51:12 sendUrl INFO 0 [212] -2015-01-24 13:52:01 queue INFO >>0 [213] -2015-01-24 13:52:01 sendUrl INFO 0 [213] -2015-01-24 13:52:51 queue INFO >>0 [214] -2015-01-24 13:52:52 sendUrl INFO 0 [214] -2015-01-24 13:53:42 queue INFO >>0 [215] -2015-01-24 13:53:42 sendUrl INFO 0 [215] -2015-01-24 13:54:32 queue INFO >>0 [216] -2015-01-24 13:54:32 sendUrl INFO 0 [216] -2015-01-24 13:55:22 queue INFO >>0 [217] -2015-01-24 13:55:22 sendUrl INFO 0 [217] -2015-01-24 13:56:12 queue INFO >>0 [218] -2015-01-24 13:56:13 sendUrl INFO 0 [218] -2015-01-24 13:57:02 queue INFO >>0 [219] -2015-01-24 13:57:02 sendUrl INFO 0 [219] -2015-01-24 13:57:52 queue INFO >>0 [220] -2015-01-24 13:57:53 sendUrl INFO 0 [220] -2015-01-24 13:58:42 queue INFO >>0 [221] -2015-01-24 13:58:43 sendUrl INFO 0 [221] -2015-01-24 13:59:33 queue INFO >>0 [222] -2015-01-24 13:59:33 sendUrl INFO 0 [222] -2015-01-24 14:00:23 queue INFO >>0 [223] -2015-01-24 14:00:23 sendUrl INFO 0 [223] -2015-01-24 14:01:13 queue INFO >>0 [224] -2015-01-24 14:01:13 sendUrl INFO 0 [224] -2015-01-24 14:02:03 queue INFO >>0 [225] -2015-01-24 14:02:03 sendUrl INFO 0 [225] -2015-01-24 14:02:53 queue INFO >>0 [226] -2015-01-24 14:02:54 sendUrl INFO 0 [226] -2015-01-24 14:03:43 queue INFO >>0 [227] -2015-01-24 14:03:44 sendUrl INFO 0 [227] -2015-01-24 14:04:33 queue INFO >>0 [228] -2015-01-24 14:04:34 sendUrl INFO 0 [228] -2015-01-24 14:05:24 queue INFO >>0 [229] -2015-01-24 14:05:24 sendUrl INFO 0 [229] -2015-01-24 14:06:14 queue INFO >>0 [230] -2015-01-24 14:06:14 sendUrl INFO 0 [230] -2015-01-24 14:07:04 queue INFO >>0 [231] -2015-01-24 14:07:04 sendUrl INFO 0 [231] -2015-01-24 14:07:54 queue INFO >>0 [232] -2015-01-24 14:07:54 sendUrl INFO 0 [232] -2015-01-24 14:08:44 queue INFO >>0 [233] -2015-01-24 14:08:44 sendUrl INFO 0 [233] -2015-01-24 14:09:34 queue INFO >>0 [234] -2015-01-24 14:09:34 sendUrl INFO 0 [234] -2015-01-24 14:10:24 queue INFO >>0 [235] -2015-01-24 14:10:25 sendUrl INFO 0 [235] -2015-01-24 14:11:15 queue INFO >>0 [236] -2015-01-24 14:11:15 sendUrl INFO 0 [236] -2015-01-24 14:12:05 queue INFO >>0 [237] -2015-01-24 14:12:05 sendUrl INFO 0 [237] -2015-01-24 14:12:55 queue INFO >>0 [238] -2015-01-24 14:12:55 sendUrl INFO 0 [238] -2015-01-24 14:13:45 queue INFO >>0 [239] -2015-01-24 14:13:45 sendUrl INFO 0 [239] -2015-01-24 14:14:35 queue INFO >>0 [240] -2015-01-24 14:14:35 sendUrl INFO 0 [240] -2015-01-24 14:15:25 queue INFO >>0 [241] -2015-01-24 14:15:26 sendUrl INFO 0 [241] -2015-01-24 14:16:15 queue INFO >>0 [242] -2015-01-24 14:16:16 sendUrl INFO 0 [242] -2015-01-24 14:17:06 queue INFO >>0 [243] -2015-01-24 14:17:06 sendUrl INFO 0 [243] -2015-01-24 14:17:56 queue INFO >>0 [244] -2015-01-24 14:17:56 sendUrl INFO 0 [244] -2015-01-24 14:18:46 queue INFO >>0 [245] -2015-01-24 14:18:46 sendUrl INFO 0 [245] -2015-01-24 14:19:36 queue INFO >>0 [246] -2015-01-24 14:19:36 sendUrl INFO 0 [246] -2015-01-24 14:20:26 queue INFO >>0 [247] -2015-01-24 14:20:27 sendUrl INFO 0 [247] -2015-01-24 14:21:16 queue INFO >>0 [248] -2015-01-24 14:21:16 sendUrl INFO 0 [248] -2015-01-24 14:22:07 queue INFO >>0 [249] -2015-01-24 14:22:07 sendUrl INFO 0 [249] -2015-01-24 14:22:57 queue INFO >>0 [250] -2015-01-24 14:22:57 sendUrl INFO 0 [250] -2015-01-24 14:23:47 queue INFO >>0 [251] -2015-01-24 14:23:47 sendUrl INFO 0 [251] -2015-01-24 14:24:37 queue INFO >>0 [252] -2015-01-24 14:24:37 sendUrl INFO 0 [252] -2015-01-24 14:25:27 queue INFO >>0 [253] -2015-01-24 14:25:28 sendUrl INFO 0 [253] -2015-01-24 14:26:17 queue INFO >>0 [254] -2015-01-24 14:26:17 sendUrl INFO 0 [254] -2015-01-24 14:27:07 queue INFO >>0 [255] -2015-01-24 14:27:08 sendUrl INFO 0 [255] -2015-01-24 14:27:58 queue INFO >>0 [256] -2015-01-24 14:27:58 sendUrl INFO 0 [256] -2015-01-24 14:28:48 queue INFO >>0 [257] -2015-01-24 14:28:48 sendUrl INFO 0 [257] -2015-01-24 14:29:38 queue INFO >>0 [258] -2015-01-24 14:29:38 sendUrl INFO 0 [258] -2015-01-24 14:30:28 queue INFO >>0 [259] -2015-01-24 14:30:29 sendUrl INFO 0 [259] -2015-01-24 14:31:18 queue INFO >>0 [260] -2015-01-24 14:31:18 sendUrl INFO 0 [260] -2015-01-24 14:32:08 queue INFO >>0 [261] -2015-01-24 14:32:09 sendUrl INFO 0 [261] -2015-01-24 14:32:59 queue INFO >>0 [262] -2015-01-24 14:32:59 sendUrl INFO 0 [262] -2015-01-24 14:33:49 queue INFO >>0 [263] -2015-01-24 14:33:49 sendUrl INFO 0 [263] -2015-01-24 14:34:39 queue INFO >>0 [264] -2015-01-24 14:34:39 sendUrl INFO 0 [264] -2015-01-24 14:35:29 queue INFO >>0 [265] -2015-01-24 14:35:30 sendUrl INFO 0 [265] -2015-01-24 14:36:19 queue INFO >>0 [266] -2015-01-24 14:36:19 sendUrl INFO 0 [266] -2015-01-24 14:37:09 queue INFO >>0 [267] -2015-01-24 14:37:10 sendUrl INFO 0 [267] -2015-01-24 14:37:59 queue INFO >>0 [268] -2015-01-24 14:38:00 sendUrl INFO 0 [268] -2015-01-24 14:38:50 queue INFO >>0 [269] -2015-01-24 14:38:50 sendUrl INFO 0 [269] -2015-01-24 14:39:40 queue INFO >>0 [270] -2015-01-24 14:39:40 sendUrl INFO 0 [270] -2015-01-24 14:40:30 queue INFO >>0 [271] -2015-01-24 14:40:30 sendUrl INFO 0 [271] -2015-01-24 14:41:20 queue INFO >>0 [272] -2015-01-24 14:41:20 sendUrl INFO 0 [272] -2015-01-24 14:42:10 queue INFO >>0 [273] -2015-01-24 14:42:11 sendUrl INFO 0 [273] -2015-01-24 14:43:00 queue INFO >>0 [274] -2015-01-24 14:43:01 sendUrl INFO 0 [274] -2015-01-24 14:43:51 queue INFO >>0 [275] -2015-01-24 14:43:51 sendUrl INFO 0 [275] -2015-01-24 14:44:41 queue INFO >>0 [276] -2015-01-24 14:44:41 sendUrl INFO 0 [276] -2015-01-24 14:45:31 queue INFO >>0 [277] -2015-01-24 14:45:31 sendUrl INFO 0 [277] -2015-01-24 14:46:21 queue INFO >>0 [278] -2015-01-24 14:46:21 sendUrl INFO 0 [278] -2015-01-24 14:47:11 queue INFO >>0 [279] -2015-01-24 14:47:11 sendUrl INFO 0 [279] -2015-01-24 14:48:01 queue INFO >>0 [280] -2015-01-24 14:48:01 sendUrl INFO 0 [280] -2015-01-24 14:48:51 queue INFO >>0 [281] -2015-01-24 14:48:52 sendUrl INFO 0 [281] -2015-01-24 14:49:41 queue INFO >>0 [282] -2015-01-24 14:49:42 sendUrl INFO 0 [282] -2015-01-24 14:50:32 queue INFO >>0 [283] -2015-01-24 14:50:32 sendUrl INFO 0 [283] -2015-01-24 14:51:22 queue INFO >>0 [284] -2015-01-24 14:51:22 sendUrl INFO 0 [284] -2015-01-24 14:52:12 queue INFO >>0 [285] -2015-01-24 14:52:12 sendUrl INFO 0 [285] -2015-01-24 14:53:02 queue INFO >>0 [286] -2015-01-24 14:53:02 sendUrl INFO 0 [286] -2015-01-24 14:53:52 queue INFO >>0 [287] -2015-01-24 14:53:52 sendUrl INFO 0 [287] -2015-01-24 14:54:42 queue INFO >>0 [288] -2015-01-24 14:54:43 sendUrl INFO 0 [288] -2015-01-24 14:55:32 queue INFO >>0 [289] -2015-01-24 14:55:33 sendUrl INFO 0 [289] -2015-01-24 14:56:23 queue INFO >>0 [290] -2015-01-24 14:56:23 sendUrl INFO 0 [290] -2015-01-24 14:57:13 queue INFO >>0 [291] -2015-01-24 14:57:13 sendUrl INFO 0 [291] -2015-01-24 14:58:03 queue INFO >>0 [292] -2015-01-24 14:58:03 sendUrl INFO 0 [292] -2015-01-24 14:58:53 queue INFO >>0 [293] -2015-01-24 14:58:53 sendUrl INFO 0 [293] -2015-01-24 14:59:43 queue INFO >>0 [294] -2015-01-24 14:59:44 sendUrl INFO 0 [294] -2015-01-24 15:00:33 queue INFO >>0 [295] -2015-01-24 15:00:33 sendUrl INFO 0 [295] -2015-01-24 15:01:24 queue INFO >>0 [296] -2015-01-24 15:01:24 sendUrl INFO 0 [296] -2015-01-24 15:02:14 queue INFO >>0 [297] -2015-01-24 15:02:14 sendUrl INFO 0 [297] -2015-01-24 15:03:04 queue INFO >>0 [298] -2015-01-24 15:03:04 sendUrl INFO 0 [298] -2015-01-24 15:03:54 queue INFO >>0 [299] -2015-01-24 15:03:54 sendUrl INFO 0 [299] -2015-01-24 15:04:44 queue INFO >>0 [300] -2015-01-24 15:04:45 sendUrl INFO 0 [300] -2015-01-24 15:05:34 queue INFO >>0 [301] -2015-01-24 15:05:34 sendUrl INFO 0 [301] -2015-01-24 15:06:24 queue INFO >>0 [302] -2015-01-24 15:06:25 sendUrl INFO 0 [302] -2015-01-24 15:07:15 queue INFO >>0 [303] -2015-01-24 15:07:15 sendUrl INFO 0 [303] -2015-01-24 15:08:05 queue INFO >>0 [304] -2015-01-24 15:08:05 sendUrl INFO 0 [304] -2015-01-24 15:08:55 queue INFO >>0 [305] -2015-01-24 15:08:55 sendUrl INFO 0 [305] -2015-01-24 15:09:45 queue INFO >>0 [306] -2015-01-24 15:09:46 sendUrl INFO 0 [306] -2015-01-24 15:10:35 queue INFO >>0 [307] -2015-01-24 15:10:35 sendUrl INFO 0 [307] -2015-01-24 15:11:25 queue INFO >>0 [308] -2015-01-24 15:11:26 sendUrl INFO 0 [308] -2015-01-24 15:12:15 queue INFO >>0 [309] -2015-01-24 15:12:16 sendUrl INFO 0 [309] -2015-01-24 15:13:06 queue INFO >>0 [310] -2015-01-24 15:13:06 sendUrl INFO 0 [310] -2015-01-24 15:13:56 queue INFO >>0 [311] -2015-01-24 15:13:56 sendUrl INFO 0 [311] -2015-01-24 15:14:46 queue INFO >>0 [312] -2015-01-24 15:14:46 sendUrl INFO 0 [312] -2015-01-24 15:15:36 queue INFO >>0 [313] -2015-01-24 15:15:36 sendUrl INFO 0 [313] -2015-01-24 15:16:26 queue INFO >>0 [314] -2015-01-24 15:16:27 sendUrl INFO 0 [314] -2015-01-24 15:17:16 queue INFO >>0 [315] -2015-01-24 15:17:17 sendUrl INFO 0 [315] -2015-01-24 15:18:06 queue INFO >>0 [316] -2015-01-24 15:18:07 sendUrl INFO 0 [316] -2015-01-24 15:18:57 queue INFO >>0 [317] -2015-01-24 15:18:57 sendUrl INFO 0 [317] -2015-01-24 15:19:47 queue INFO >>0 [318] -2015-01-24 15:19:47 sendUrl INFO 0 [318] -2015-01-24 15:20:37 queue INFO >>0 [319] -2015-01-24 15:20:37 sendUrl INFO 0 [319] -2015-01-24 15:21:27 queue INFO >>0 [320] -2015-01-24 15:21:27 sendUrl INFO 0 [320] -2015-01-24 15:22:17 queue INFO >>0 [321] -2015-01-24 15:22:17 sendUrl INFO 0 [321] -2015-01-24 15:23:07 queue INFO >>0 [322] -2015-01-24 15:23:08 sendUrl INFO 0 [322] -2015-01-24 15:23:57 queue INFO >>0 [323] -2015-01-24 15:23:58 sendUrl INFO 0 [323] -2015-01-24 15:24:48 queue INFO >>0 [324] -2015-01-24 15:24:48 sendUrl INFO 0 [324] -2015-01-24 15:25:38 queue INFO >>0 [325] -2015-01-24 15:25:38 sendUrl INFO 0 [325] -2015-01-24 15:26:28 queue INFO >>0 [326] -2015-01-24 15:26:28 sendUrl INFO 0 [326] -2015-01-24 15:27:18 queue INFO >>0 [327] -2015-01-24 15:27:18 sendUrl INFO 0 [327] -2015-01-24 15:28:08 queue INFO >>0 [328] -2015-01-24 15:28:08 sendUrl INFO 0 [328] -2015-01-24 15:28:58 queue INFO >>0 [329] -2015-01-24 15:28:59 sendUrl INFO 0 [329] -2015-01-24 15:29:48 queue INFO >>0 [330] -2015-01-24 15:29:49 sendUrl INFO 0 [330] -2015-01-24 15:30:39 queue INFO >>0 [331] -2015-01-24 15:30:39 sendUrl INFO 0 [331] -2015-01-24 15:31:29 queue INFO >>0 [332] -2015-01-24 15:31:29 sendUrl INFO 0 [332] -2015-01-24 15:32:19 queue INFO >>0 [333] -2015-01-24 15:32:19 sendUrl INFO 0 [333] -2015-01-24 15:33:09 queue INFO >>0 [334] -2015-01-24 15:33:09 sendUrl INFO 0 [334] -2015-01-24 15:33:59 queue INFO >>0 [335] -2015-01-24 15:34:00 sendUrl INFO 0 [335] -2015-01-24 15:34:49 queue INFO >>0 [336] -2015-01-24 15:34:49 sendUrl INFO 0 [336] -2015-01-24 15:35:39 queue INFO >>0 [337] -2015-01-24 15:35:40 sendUrl INFO 0 [337] -2015-01-24 15:36:30 queue INFO >>0 [338] -2015-01-24 15:36:30 sendUrl INFO 0 [338] -2015-01-24 15:37:20 queue INFO >>0 [339] -2015-01-24 15:37:20 sendUrl INFO 0 [339] -2015-01-24 15:38:10 queue INFO >>0 [340] -2015-01-24 15:38:10 sendUrl INFO 0 [340] -2015-01-24 15:39:00 queue INFO >>0 [341] -2015-01-24 15:39:00 sendUrl INFO 0 [341] -2015-01-24 15:39:50 queue INFO >>0 [342] -2015-01-24 15:39:50 sendUrl INFO 0 [342] -2015-01-24 15:40:40 queue INFO >>0 [343] -2015-01-24 15:40:41 sendUrl INFO 0 [343] -2015-01-24 15:41:30 queue INFO >>0 [344] -2015-01-24 15:41:31 sendUrl INFO 0 [344] -2015-01-24 15:42:21 queue INFO >>0 [345] -2015-01-24 15:42:21 sendUrl INFO 0 [345] -2015-01-24 15:43:11 queue INFO >>0 [346] -2015-01-24 15:43:11 sendUrl INFO 0 [346] -2015-01-24 15:44:01 queue INFO >>0 [347] -2015-01-24 15:44:01 sendUrl INFO 0 [347] -2015-01-24 15:44:51 queue INFO >>0 [348] -2015-01-24 15:44:51 sendUrl INFO 0 [348] -2015-01-24 15:45:41 queue INFO >>0 [349] -2015-01-24 15:45:42 sendUrl INFO 0 [349] -2015-01-24 15:46:31 queue INFO >>0 [350] -2015-01-24 15:46:32 sendUrl INFO 0 [350] -2015-01-24 15:47:22 queue INFO >>0 [351] -2015-01-24 15:47:22 sendUrl INFO 0 [351] -2015-01-24 15:48:12 queue INFO >>0 [352] -2015-01-24 15:48:12 sendUrl INFO 0 [352] -2015-01-24 15:49:02 queue INFO >>0 [353] -2015-01-24 15:49:02 sendUrl INFO 0 [353] -2015-01-24 15:49:52 queue INFO >>0 [354] -2015-01-24 15:49:52 sendUrl INFO 0 [354] -2015-01-24 15:50:42 queue INFO >>0 [355] -2015-01-24 15:50:43 sendUrl INFO 0 [355] -2015-01-24 15:51:32 queue INFO >>0 [356] -2015-01-24 15:51:32 sendUrl INFO 0 [356] -2015-01-24 15:52:22 queue INFO >>0 [357] -2015-01-24 15:52:23 sendUrl INFO 0 [357] -2015-01-24 15:53:13 queue INFO >>0 [358] -2015-01-24 15:53:13 sendUrl INFO 0 [358] -2015-01-24 15:54:03 queue INFO >>0 [359] -2015-01-24 15:54:03 sendUrl INFO 0 [359] -2015-01-24 15:54:53 queue INFO >>0 [360] -2015-01-24 15:54:53 sendUrl INFO 0 [360] -2015-01-24 15:55:43 queue INFO >>0 [361] -2015-01-24 15:55:43 sendUrl INFO 0 [361] -2015-01-24 15:56:33 queue INFO >>0 [362] -2015-01-24 15:56:33 sendUrl INFO 0 [362] -2015-01-24 15:57:23 queue INFO >>0 [363] -2015-01-24 15:57:24 sendUrl INFO 0 [363] -2015-01-24 15:58:13 queue INFO >>0 [364] -2015-01-24 15:58:14 sendUrl INFO 0 [364] -2015-01-24 15:59:04 queue INFO >>0 [365] -2015-01-24 15:59:04 sendUrl INFO 0 [365] -2015-01-24 15:59:54 queue INFO >>0 [366] -2015-01-24 15:59:54 sendUrl INFO 0 [366] -2015-01-24 16:00:44 queue INFO >>0 [367] -2015-01-24 16:00:44 sendUrl INFO 0 [367] -2015-01-24 16:01:34 queue INFO >>0 [368] -2015-01-24 16:01:34 sendUrl INFO 0 [368] -2015-01-24 16:02:24 queue INFO >>0 [369] -2015-01-24 16:02:25 sendUrl INFO 0 [369] -2015-01-24 16:03:14 queue INFO >>0 [370] -2015-01-24 16:03:15 sendUrl INFO 0 [370] -2015-01-24 16:04:05 queue INFO >>0 [371] -2015-01-24 16:04:05 sendUrl INFO 0 [371] -2015-01-24 16:04:55 queue INFO >>0 [372] -2015-01-24 16:04:55 sendUrl INFO 0 [372] -2015-01-24 16:05:45 queue INFO >>0 [373] -2015-01-24 16:05:45 sendUrl INFO 0 [373] -2015-01-24 16:06:35 queue INFO >>0 [374] -2015-01-24 16:06:35 sendUrl INFO 0 [374] -2015-01-24 16:07:25 queue INFO >>0 [375] -2015-01-24 16:07:26 sendUrl INFO 0 [375] -2015-01-24 16:08:15 queue INFO >>0 [376] -2015-01-24 16:08:16 sendUrl INFO 0 [376] -2015-01-24 16:09:05 queue INFO >>0 [377] -2015-01-24 16:09:06 sendUrl INFO 0 [377] -2015-01-24 16:09:56 queue INFO >>0 [378] -2015-01-24 16:09:56 sendUrl INFO 0 [378] -2015-01-24 16:10:46 queue INFO >>0 [379] -2015-01-24 16:10:46 sendUrl INFO 0 [379] -2015-01-24 16:11:36 queue INFO >>0 [380] -2015-01-24 16:11:36 sendUrl INFO 0 [380] -2015-01-24 16:12:26 queue INFO >>0 [381] -2015-01-24 16:12:26 sendUrl INFO 0 [381] -2015-01-24 16:13:16 queue INFO >>0 [382] -2015-01-24 16:13:17 sendUrl INFO 0 [382] -2015-01-24 16:14:06 queue INFO >>0 [383] -2015-01-24 16:14:07 sendUrl INFO 0 [383] -2015-01-24 16:14:56 queue INFO >>0 [384] -2015-01-24 16:14:57 sendUrl INFO 0 [384] -2015-01-24 16:15:47 queue INFO >>0 [385] -2015-01-24 16:15:47 sendUrl INFO 0 [385] -2015-01-24 16:16:37 queue INFO >>0 [386] -2015-01-24 16:16:37 sendUrl INFO 0 [386] -2015-01-24 16:17:27 queue INFO >>0 [387] -2015-01-24 16:17:27 sendUrl INFO 0 [387] -2015-01-24 16:18:17 queue INFO >>0 [388] -2015-01-24 16:18:18 sendUrl INFO 0 [388] -2015-01-24 16:19:07 queue INFO >>0 [389] -2015-01-24 16:19:07 sendUrl INFO 0 [389] -2015-01-24 16:19:57 queue INFO >>0 [390] -2015-01-24 16:19:58 sendUrl INFO 0 [390] -2015-01-24 16:20:47 queue INFO >>0 [391] -2015-01-24 16:20:48 sendUrl INFO 0 [391] -2015-01-24 16:21:38 queue INFO >>0 [392] -2015-01-24 16:21:38 sendUrl INFO 0 [392] -2015-01-24 16:22:28 queue INFO >>0 [393] -2015-01-24 16:22:28 sendUrl INFO 0 [393] -2015-01-24 16:23:18 queue INFO >>0 [394] -2015-01-24 16:23:18 sendUrl INFO 0 [394] -2015-01-24 16:24:08 queue INFO >>0 [395] -2015-01-24 16:24:08 sendUrl INFO 0 [395] -2015-01-24 16:24:58 queue INFO >>0 [396] -2015-01-24 16:24:59 sendUrl INFO 0 [396] -2015-01-24 16:25:48 queue INFO >>0 [397] -2015-01-24 16:25:48 sendUrl INFO 0 [397] -2015-01-24 16:26:38 queue INFO >>0 [398] -2015-01-24 16:26:39 sendUrl INFO 0 [398] -2015-01-24 16:27:29 queue INFO >>0 [399] -2015-01-24 16:27:29 sendUrl INFO 0 [399] -2015-01-24 16:28:19 queue INFO >>0 [400] -2015-01-24 16:28:19 sendUrl INFO 0 [400] -2015-01-24 16:29:09 queue INFO >>0 [401] -2015-01-24 16:29:09 sendUrl INFO 0 [401] -2015-01-24 16:29:59 queue INFO >>0 [402] -2015-01-24 16:29:59 sendUrl INFO 0 [402] -2015-01-24 16:30:49 queue INFO >>0 [403] -2015-01-24 16:30:49 sendUrl INFO 0 [403] -2015-01-24 16:31:39 queue INFO >>0 [404] -2015-01-24 16:31:40 sendUrl INFO 0 [404] -2015-01-24 16:32:29 queue INFO >>0 [405] -2015-01-24 16:32:30 sendUrl INFO 0 [405] -2015-01-24 16:33:20 queue INFO >>0 [406] -2015-01-24 16:33:20 sendUrl INFO 0 [406] -2015-01-24 16:34:10 queue INFO >>0 [407] -2015-01-24 16:34:10 sendUrl INFO 0 [407] -2015-01-24 16:35:00 queue INFO >>0 [408] -2015-01-24 16:35:00 sendUrl INFO 0 [408] -2015-01-24 16:35:50 queue INFO >>0 [409] -2015-01-24 16:35:50 sendUrl INFO 0 [409] -2015-01-24 16:36:40 queue INFO >>0 [410] -2015-01-24 16:36:40 sendUrl INFO 0 [410] -2015-01-24 16:37:30 queue INFO >>0 [411] -2015-01-24 16:37:31 sendUrl INFO 0 [411] -2015-01-24 16:38:20 queue INFO >>0 [412] -2015-01-24 16:38:21 sendUrl INFO 0 [412] -2015-01-24 16:39:11 queue INFO >>0 [413] -2015-01-24 16:39:11 sendUrl INFO 0 [413] -2015-01-24 16:40:01 queue INFO >>0 [414] -2015-01-24 16:40:01 sendUrl INFO 0 [414] -2015-01-24 16:40:51 queue INFO >>0 [415] -2015-01-24 16:40:51 sendUrl INFO 0 [415] -2015-01-24 16:41:41 queue INFO >>0 [416] -2015-01-24 16:41:41 sendUrl INFO 0 [416] -2015-01-24 16:42:31 queue INFO >>0 [417] -2015-01-24 16:42:32 sendUrl INFO 0 [417] -2015-01-24 16:43:21 queue INFO >>0 [418] -2015-01-24 16:43:21 sendUrl INFO 0 [418] -2015-01-24 16:44:11 queue INFO >>0 [419] -2015-01-24 16:44:12 sendUrl INFO 0 [419] -2015-01-24 16:45:02 queue INFO >>0 [420] -2015-01-24 16:45:02 sendUrl INFO 0 [420] -2015-01-24 16:45:52 queue INFO >>0 [421] -2015-01-24 16:45:52 sendUrl INFO 0 [421] -2015-01-24 16:46:42 queue INFO >>0 [422] -2015-01-24 16:46:42 sendUrl INFO 0 [422] -2015-01-24 16:47:32 queue INFO >>0 [423] -2015-01-24 16:47:32 sendUrl INFO 0 [423] -2015-01-24 16:48:22 queue INFO >>0 [424] -2015-01-24 16:48:22 sendUrl INFO 0 [424] -2015-01-24 16:49:12 queue INFO >>0 [425] -2015-01-24 16:49:13 sendUrl INFO 0 [425] -2015-01-24 16:50:02 queue INFO >>0 [426] -2015-01-24 16:50:03 sendUrl INFO 0 [426] -2015-01-24 16:50:53 queue INFO >>0 [427] -2015-01-24 16:50:53 sendUrl INFO 0 [427] -2015-01-24 16:51:43 queue INFO >>0 [428] -2015-01-24 16:51:43 sendUrl INFO 0 [428] -2015-01-24 16:52:33 queue INFO >>0 [429] -2015-01-24 16:52:33 sendUrl INFO 0 [429] -2015-01-24 16:53:23 queue INFO >>0 [430] -2015-01-24 16:53:23 sendUrl INFO 0 [430] -2015-01-24 16:54:13 queue INFO >>0 [431] -2015-01-24 16:54:14 sendUrl INFO 0 [431] -2015-01-24 16:55:03 queue INFO >>0 [432] -2015-01-24 16:55:03 sendUrl INFO 0 [432] -2015-01-24 16:55:53 queue INFO >>0 [433] -2015-01-24 16:55:54 sendUrl INFO 0 [433] -2015-01-24 16:56:44 queue INFO >>0 [434] -2015-01-24 16:56:44 sendUrl INFO 0 [434] -2015-01-24 16:57:34 queue INFO >>0 [435] -2015-01-24 16:57:34 sendUrl INFO 0 [435] -2015-01-24 16:58:24 queue INFO >>0 [436] -2015-01-24 16:58:24 sendUrl INFO 0 [436] -2015-01-24 16:59:14 queue INFO >>0 [437] -2015-01-24 16:59:14 sendUrl INFO 0 [437] -2015-01-24 17:00:04 queue INFO >>0 [438] -2015-01-24 17:00:04 sendUrl INFO 0 [438] -2015-01-24 17:00:54 queue INFO >>0 [439] -2015-01-24 17:00:54 sendUrl INFO 0 [439] -2015-01-24 17:01:44 queue INFO >>0 [440] -2015-01-24 17:01:45 sendUrl INFO 0 [440] -2015-01-24 17:02:34 queue INFO >>0 [441] -2015-01-24 17:02:35 sendUrl INFO 0 [441] -2015-01-24 17:03:25 queue INFO >>0 [442] -2015-01-24 17:03:25 sendUrl INFO 0 [442] -2015-01-24 17:04:15 queue INFO >>0 [443] -2015-01-24 17:04:15 sendUrl INFO 0 [443] -2015-01-24 17:05:05 queue INFO >>0 [444] -2015-01-24 17:05:05 sendUrl INFO 0 [444] -2015-01-24 17:05:55 queue INFO >>0 [445] -2015-01-24 17:05:55 sendUrl INFO 0 [445] -2015-01-24 17:06:45 queue INFO >>0 [446] -2015-01-24 17:06:46 sendUrl INFO 0 [446] -2015-01-24 17:07:35 queue INFO >>0 [447] -2015-01-24 17:07:36 sendUrl INFO 0 [447] -2015-01-24 17:08:26 queue INFO >>0 [448] -2015-01-24 17:08:26 sendUrl INFO 0 [448] -2015-01-24 17:09:16 queue INFO >>0 [449] -2015-01-24 17:09:16 sendUrl INFO 0 [449] -2015-01-24 17:10:06 queue INFO >>0 [450] -2015-01-24 17:10:06 sendUrl INFO 0 [450] -2015-01-24 17:10:56 queue INFO >>0 [451] -2015-01-24 17:10:56 sendUrl INFO 0 [451] -2015-01-24 17:11:46 queue INFO >>0 [452] -2015-01-24 17:11:47 sendUrl INFO 0 [452] -2015-01-24 17:12:36 queue INFO >>0 [453] -2015-01-24 17:12:36 sendUrl INFO 0 [453] -2015-01-24 17:13:26 queue INFO >>0 [454] -2015-01-24 17:13:27 sendUrl INFO 0 [454] -2015-01-24 17:14:17 queue INFO >>0 [455] -2015-01-24 17:14:17 sendUrl INFO 0 [455] -2015-01-24 17:15:07 queue INFO >>0 [456] -2015-01-24 17:15:07 sendUrl INFO 0 [456] -2015-01-24 17:15:57 queue INFO >>0 [457] -2015-01-24 17:15:57 sendUrl INFO 0 [457] -2015-01-24 17:16:47 queue INFO >>0 [458] -2015-01-24 17:16:48 sendUrl INFO 0 [458] -2015-01-24 17:17:37 queue INFO >>0 [459] -2015-01-24 17:17:37 sendUrl INFO 0 [459] -2015-01-24 17:18:27 queue INFO >>0 [460] -2015-01-24 17:18:28 sendUrl INFO 0 [460] -2015-01-24 17:19:18 queue INFO >>0 [461] -2015-01-24 17:19:18 sendUrl INFO 0 [461] -2015-01-24 17:20:08 queue INFO >>0 [462] -2015-01-24 17:20:08 sendUrl INFO 0 [462] -2015-01-24 17:20:58 queue INFO >>0 [463] -2015-01-24 17:20:58 sendUrl INFO 0 [463] -2015-01-24 17:21:48 queue INFO >>0 [464] -2015-01-24 17:21:49 sendUrl INFO 0 [464] -2015-01-24 17:22:38 queue INFO >>0 [465] -2015-01-24 17:22:38 sendUrl INFO 0 [465] -2015-01-24 17:23:28 queue INFO >>0 [466] -2015-01-24 17:23:29 sendUrl INFO 0 [466] -2015-01-24 17:24:18 queue INFO >>0 [467] -2015-01-24 17:24:18 sendUrl INFO 0 [467] -2015-01-24 17:25:09 queue INFO >>0 [468] -2015-01-24 17:25:09 sendUrl INFO 0 [468] -2015-01-24 17:25:59 queue INFO >>0 [469] -2015-01-24 17:25:59 sendUrl INFO 0 [469] -2015-01-24 17:26:49 queue INFO >>0 [470] -2015-01-24 17:26:49 sendUrl INFO 0 [470] -2015-01-24 17:27:39 queue INFO >>0 [471] -2015-01-24 17:27:39 sendUrl INFO 0 [471] -2015-01-24 17:28:29 queue INFO >>0 [472] -2015-01-24 17:28:29 sendUrl INFO 0 [472] -2015-01-24 17:29:19 queue INFO >>0 [473] -2015-01-24 17:29:19 sendUrl INFO 0 [473] -2015-01-24 17:30:09 queue INFO >>0 [474] -2015-01-24 17:30:10 sendUrl INFO 0 [474] -2015-01-24 17:30:59 queue INFO >>0 [475] -2015-01-24 17:31:00 sendUrl INFO 0 [475] -2015-01-24 17:31:50 queue INFO >>0 [476] -2015-01-24 17:31:50 sendUrl INFO 0 [476] -2015-01-24 17:32:40 queue INFO >>0 [477] -2015-01-24 17:32:40 sendUrl INFO 0 [477] -2015-01-24 17:33:30 queue INFO >>0 [478] -2015-01-24 17:33:30 sendUrl INFO 0 [478] -2015-01-24 17:34:20 queue INFO >>0 [479] -2015-01-24 17:34:20 sendUrl INFO 0 [479] -2015-01-24 17:35:10 queue INFO >>0 [480] -2015-01-24 17:35:11 sendUrl INFO 0 [480] -2015-01-24 17:36:00 queue INFO >>0 [481] -2015-01-24 17:36:01 sendUrl INFO 0 [481] -2015-01-24 17:36:51 queue INFO >>0 [482] -2015-01-24 17:36:51 sendUrl INFO 0 [482] -2015-01-24 17:37:41 queue INFO >>0 [483] -2015-01-24 17:37:41 sendUrl INFO 0 [483] -2015-01-24 17:38:31 queue INFO >>0 [484] -2015-01-24 17:38:31 sendUrl INFO 0 [484] -2015-01-24 17:39:21 queue INFO >>0 [485] -2015-01-24 17:39:21 sendUrl INFO 0 [485] -2015-01-24 17:40:11 queue INFO >>0 [486] -2015-01-24 17:40:11 sendUrl INFO 0 [486] -2015-01-24 17:41:01 queue INFO >>0 [487] -2015-01-24 17:41:02 sendUrl INFO 0 [487] -2015-01-24 17:41:51 queue INFO >>0 [488] -2015-01-24 17:41:52 sendUrl INFO 0 [488] -2015-01-24 17:42:42 queue INFO >>0 [489] -2015-01-24 17:42:42 sendUrl INFO 0 [489] -2015-01-24 17:43:32 queue INFO >>0 [490] -2015-01-24 17:43:32 sendUrl INFO 0 [490] -2015-01-24 17:44:22 queue INFO >>0 [491] -2015-01-24 17:44:22 sendUrl INFO 0 [491] -2015-01-24 17:45:12 queue INFO >>0 [492] -2015-01-24 17:45:12 sendUrl INFO 0 [492] -2015-01-24 17:46:02 queue INFO >>0 [493] -2015-01-24 17:46:03 sendUrl INFO 0 [493] -2015-01-24 17:46:52 queue INFO >>0 [494] -2015-01-24 17:46:53 sendUrl INFO 0 [494] -2015-01-24 17:47:42 queue INFO >>0 [495] -2015-01-24 17:47:43 sendUrl INFO 0 [495] -2015-01-24 17:48:33 queue INFO >>0 [496] -2015-01-24 17:48:33 sendUrl INFO 0 [496] -2015-01-24 17:49:23 queue INFO >>0 [497] -2015-01-24 17:49:23 sendUrl INFO 0 [497] -2015-01-24 17:50:13 queue INFO >>0 [498] -2015-01-24 17:50:13 sendUrl INFO 0 [498] -2015-01-24 17:51:03 queue INFO >>0 [499] -2015-01-24 17:51:04 sendUrl INFO 0 [499] -2015-01-24 17:51:53 queue INFO >>0 [500] -2015-01-24 17:51:53 sendUrl INFO 0 [500] -2015-01-24 17:52:43 queue INFO >>0 [501] -2015-01-24 17:52:44 sendUrl INFO 0 [501] -2015-01-24 17:53:34 queue INFO >>0 [502] -2015-01-24 17:53:34 sendUrl INFO 0 [502] -2015-01-24 17:54:24 queue INFO >>0 [503] -2015-01-24 17:54:24 sendUrl INFO 0 [503] -2015-01-24 17:55:14 queue INFO >>0 [504] -2015-01-24 17:55:14 sendUrl INFO 0 [504] -2015-01-24 17:56:04 queue INFO >>0 [505] -2015-01-24 17:56:04 sendUrl INFO 0 [505] -2015-01-24 17:56:54 queue INFO >>0 [506] -2015-01-24 17:56:54 sendUrl INFO 0 [506] -2015-01-24 17:57:44 queue INFO >>0 [507] -2015-01-24 17:57:45 sendUrl INFO 0 [507] -2015-01-24 17:58:34 queue INFO >>0 [508] -2015-01-24 17:58:35 sendUrl INFO 0 [508] -2015-01-24 17:59:25 queue INFO >>0 [509] -2015-01-24 17:59:25 sendUrl INFO 0 [509] -2015-01-24 18:00:15 queue INFO >>0 [510] -2015-01-24 18:00:15 sendUrl INFO 0 [510] -2015-01-24 18:01:05 queue INFO >>0 [511] -2015-01-24 18:01:05 sendUrl INFO 0 [511] -2015-01-24 18:01:55 queue INFO >>0 [512] -2015-01-24 18:01:55 sendUrl INFO 0 [512] -2015-01-24 18:02:45 queue INFO >>0 [513] -2015-01-24 18:02:46 sendUrl INFO 0 [513] -2015-01-24 18:03:35 queue INFO >>0 [514] -2015-01-24 18:03:36 sendUrl INFO 0 [514] -2015-01-24 18:04:26 queue INFO >>0 [515] -2015-01-24 18:04:26 sendUrl INFO 0 [515] -2015-01-24 18:05:16 queue INFO >>0 [516] -2015-01-24 18:05:16 sendUrl INFO 0 [516] -2015-01-24 18:06:06 queue INFO >>0 [517] -2015-01-24 18:06:06 sendUrl INFO 0 [517] -2015-01-24 18:06:56 queue INFO >>0 [518] -2015-01-24 18:06:56 sendUrl INFO 0 [518] -2015-01-24 18:07:46 queue INFO >>0 [519] -2015-01-24 18:07:47 sendUrl INFO 0 [519] -2015-01-24 18:08:36 queue INFO >>0 [520] -2015-01-24 18:08:36 sendUrl INFO 0 [520] -2015-01-24 18:09:26 queue INFO >>0 [521] -2015-01-24 18:09:27 sendUrl INFO 0 [521] -2015-01-24 18:10:17 queue INFO >>0 [522] -2015-01-24 18:10:17 sendUrl INFO 0 [522] -2015-01-24 18:11:07 queue INFO >>0 [523] -2015-01-24 18:11:07 sendUrl INFO 0 [523] -2015-01-24 18:11:57 queue INFO >>0 [524] -2015-01-24 18:11:57 sendUrl INFO 0 [524] -2015-01-24 18:12:47 queue INFO >>0 [525] -2015-01-24 18:12:47 sendUrl INFO 0 [525] -2015-01-24 18:13:37 queue INFO >>0 [526] -2015-01-24 18:13:37 sendUrl INFO 0 [526] -2015-01-24 18:14:27 queue INFO >>0 [527] -2015-01-24 18:14:28 sendUrl INFO 0 [527] -2015-01-24 18:15:17 queue INFO >>0 [528] -2015-01-24 18:15:18 sendUrl INFO 0 [528] -2015-01-24 18:16:07 queue INFO >>0 [529] -2015-01-24 18:16:08 sendUrl INFO 0 [529] -2015-01-24 18:16:58 queue INFO >>0 [530] -2015-01-24 18:16:58 sendUrl INFO 0 [530] -2015-01-24 18:17:48 queue INFO >>0 [531] -2015-01-24 18:17:48 sendUrl INFO 0 [531] -2015-01-24 18:18:38 queue INFO >>0 [532] -2015-01-24 18:18:38 sendUrl INFO 0 [532] -2015-01-24 18:19:28 queue INFO >>0 [533] -2015-01-24 18:19:28 sendUrl INFO 0 [533] -2015-01-24 18:20:18 queue INFO >>0 [534] -2015-01-24 18:20:19 sendUrl INFO 0 [534] -2015-01-24 18:21:08 queue INFO >>0 [535] -2015-01-24 18:21:09 sendUrl INFO 0 [535] -2015-01-24 18:21:59 queue INFO >>0 [536] -2015-01-24 18:21:59 sendUrl INFO 0 [536] -2015-01-24 18:22:49 queue INFO >>0 [537] -2015-01-24 18:22:49 sendUrl INFO 0 [537] -2015-01-24 18:23:39 queue INFO >>0 [538] -2015-01-24 18:23:39 sendUrl INFO 0 [538] -2015-01-24 18:24:29 queue INFO >>0 [539] -2015-01-24 18:24:29 sendUrl INFO 0 [539] -2015-01-24 18:25:19 queue INFO >>0 [540] -2015-01-24 18:25:20 sendUrl INFO 0 [540] -2015-01-24 18:26:09 queue INFO >>0 [541] -2015-01-24 18:26:10 sendUrl INFO 0 [541] -2015-01-24 18:26:59 queue INFO >>0 [542] -2015-01-24 18:27:00 sendUrl INFO 0 [542] -2015-01-24 18:27:50 queue INFO >>0 [543] -2015-01-24 18:27:50 sendUrl INFO 0 [543] -2015-01-24 18:28:40 queue INFO >>0 [544] -2015-01-24 18:28:40 sendUrl INFO 0 [544] -2015-01-24 18:29:30 queue INFO >>0 [545] -2015-01-24 18:29:30 sendUrl INFO 0 [545] -2015-01-24 18:30:20 queue INFO >>0 [546] -2015-01-24 18:30:20 sendUrl INFO 0 [546] -2015-01-24 18:31:10 queue INFO >>0 [547] -2015-01-24 18:31:11 sendUrl INFO 0 [547] -2015-01-24 18:32:00 queue INFO >>0 [548] -2015-01-24 18:32:01 sendUrl INFO 0 [548] -2015-01-24 18:32:51 queue INFO >>0 [549] -2015-01-24 18:32:51 sendUrl INFO 0 [549] -2015-01-24 18:33:41 queue INFO >>0 [550] -2015-01-24 18:33:41 sendUrl INFO 0 [550] -2015-01-24 18:34:31 queue INFO >>0 [551] -2015-01-24 18:34:31 sendUrl INFO 0 [551] -2015-01-24 18:35:21 queue INFO >>0 [552] -2015-01-24 18:35:21 sendUrl INFO 0 [552] -2015-01-24 18:36:11 queue INFO >>0 [553] -2015-01-24 18:36:11 sendUrl INFO 0 [553] -2015-01-24 18:37:01 queue INFO >>0 [554] -2015-01-24 18:37:02 sendUrl INFO 0 [554] -2015-01-24 18:37:51 queue INFO >>0 [555] -2015-01-24 18:37:52 sendUrl INFO 0 [555] -2015-01-24 18:38:42 queue INFO >>0 [556] -2015-01-24 18:38:42 sendUrl INFO 0 [556] -2015-01-24 18:39:32 queue INFO >>0 [557] -2015-01-24 18:39:32 sendUrl INFO 0 [557] -2015-01-24 18:40:22 queue INFO >>0 [558] -2015-01-24 18:40:22 sendUrl INFO 0 [558] -2015-01-24 18:41:12 queue INFO >>0 [559] -2015-01-24 18:41:12 sendUrl INFO 0 [559] -2015-01-24 18:42:02 queue INFO >>0 [560] -2015-01-24 18:42:03 sendUrl INFO 0 [560] -2015-01-24 18:42:52 queue INFO >>0 [561] -2015-01-24 18:42:52 sendUrl INFO 0 [561] -2015-01-24 18:43:42 queue INFO >>0 [562] -2015-01-24 18:43:43 sendUrl INFO 0 [562] -2015-01-24 18:44:32 queue INFO >>0 [563] -2015-01-24 18:44:33 sendUrl INFO 0 [563] -2015-01-24 18:45:23 queue INFO >>0 [564] -2015-01-24 18:45:23 sendUrl INFO 0 [564] -2015-01-24 18:46:13 queue INFO >>0 [565] -2015-01-24 18:46:13 sendUrl INFO 0 [565] -2015-01-24 18:47:03 queue INFO >>0 [566] -2015-01-24 18:47:03 sendUrl INFO 0 [566] -2015-01-24 18:47:53 queue INFO >>0 [567] -2015-01-24 18:47:53 sendUrl INFO 0 [567] -2015-01-24 18:48:43 queue INFO >>0 [568] -2015-01-24 18:48:44 sendUrl INFO 0 [568] -2015-01-24 18:49:33 queue INFO >>0 [569] -2015-01-24 18:49:34 sendUrl INFO 0 [569] -2015-01-24 18:50:24 queue INFO >>0 [570] -2015-01-24 18:50:24 sendUrl INFO 0 [570] -2015-01-24 18:51:14 queue INFO >>0 [571] -2015-01-24 18:51:14 sendUrl INFO 0 [571] -2015-01-24 18:52:04 queue INFO >>0 [572] -2015-01-24 18:52:04 sendUrl INFO 0 [572] -2015-01-24 18:52:54 queue INFO >>0 [573] -2015-01-24 18:52:54 sendUrl INFO 0 [573] -2015-01-24 18:53:44 queue INFO >>0 [574] -2015-01-24 18:53:44 sendUrl INFO 0 [574] -2015-01-24 18:54:34 queue INFO >>0 [575] -2015-01-24 18:54:35 sendUrl INFO 0 [575] -2015-01-24 18:55:24 queue INFO >>0 [576] -2015-01-24 18:55:25 sendUrl INFO 0 [576] -2015-01-24 18:56:14 queue INFO >>0 [577] -2015-01-24 18:56:15 sendUrl INFO 0 [577] -2015-01-24 18:57:05 queue INFO >>0 [578] -2015-01-24 18:57:05 sendUrl INFO 0 [578] -2015-01-24 18:57:55 queue INFO >>0 [579] -2015-01-24 18:57:55 sendUrl INFO 0 [579] -2015-01-24 18:58:45 queue INFO >>0 [580] -2015-01-24 18:58:45 sendUrl INFO 0 [580] -2015-01-24 18:59:35 queue INFO >>0 [581] -2015-01-24 18:59:35 sendUrl INFO 0 [581] -2015-01-24 19:00:25 queue INFO >>0 [582] -2015-01-24 19:00:25 sendUrl INFO 0 [582] -2015-01-24 19:01:15 queue INFO >>0 [583] -2015-01-24 19:01:16 sendUrl INFO 0 [583] -2015-01-24 19:02:05 queue INFO >>0 [584] -2015-01-24 19:02:06 sendUrl INFO 0 [584] -2015-01-24 19:02:56 queue INFO >>0 [585] -2015-01-24 19:02:56 sendUrl INFO 0 [585] -2015-01-24 19:03:46 queue INFO >>0 [586] -2015-01-24 19:03:46 sendUrl INFO 0 [586] -2015-01-24 19:04:36 queue INFO >>0 [587] -2015-01-24 19:04:36 sendUrl INFO 0 [587] -2015-01-24 19:05:26 queue INFO >>0 [588] -2015-01-24 19:05:26 sendUrl INFO 0 [588] -2015-01-24 19:06:16 queue INFO >>0 [589] -2015-01-24 19:06:17 sendUrl INFO 0 [589] -2015-01-24 19:07:06 queue INFO >>0 [590] -2015-01-24 19:07:07 sendUrl INFO 0 [590] -2015-01-24 19:07:57 queue INFO >>0 [591] -2015-01-24 19:07:57 sendUrl INFO 0 [591] -2015-01-24 19:08:47 queue INFO >>0 [592] -2015-01-24 19:08:47 sendUrl INFO 0 [592] -2015-01-24 19:09:37 queue INFO >>0 [593] -2015-01-24 19:09:37 sendUrl INFO 0 [593] -2015-01-24 19:10:27 queue INFO >>0 [594] -2015-01-24 19:10:27 sendUrl INFO 0 [594] -2015-01-24 19:11:17 queue INFO >>0 [595] -2015-01-24 19:11:18 sendUrl INFO 0 [595] -2015-01-24 19:12:07 queue INFO >>0 [596] -2015-01-24 19:12:07 sendUrl INFO 0 [596] -2015-01-24 19:12:57 queue INFO >>0 [597] -2015-01-24 19:12:58 sendUrl INFO 0 [597] -2015-01-24 19:13:48 queue INFO >>0 [598] -2015-01-24 19:13:48 sendUrl INFO 0 [598] -2015-01-24 19:14:38 queue INFO >>0 [599] -2015-01-24 19:14:38 sendUrl INFO 0 [599] -2015-01-24 19:15:28 queue INFO >>0 [600] -2015-01-24 19:15:28 sendUrl INFO 0 [600] -2015-01-24 19:16:18 queue INFO >>0 [601] -2015-01-24 19:16:19 sendUrl INFO 0 [601] -2015-01-24 19:17:08 queue INFO >>0 [602] -2015-01-24 19:17:08 sendUrl INFO 0 [602] -2015-01-24 19:17:58 queue INFO >>0 [603] -2015-01-24 19:17:59 sendUrl INFO 0 [603] -2015-01-24 19:18:49 queue INFO >>0 [604] -2015-01-24 19:18:49 sendUrl INFO 0 [604] -2015-01-24 19:19:39 queue INFO >>0 [605] -2015-01-24 19:19:39 sendUrl INFO 0 [605] -2015-01-24 19:20:29 queue INFO >>0 [606] -2015-01-24 19:20:29 sendUrl INFO 0 [606] -2015-01-24 19:21:19 queue INFO >>0 [607] -2015-01-24 19:21:19 sendUrl INFO 0 [607] -2015-01-24 19:22:09 queue INFO >>0 [608] -2015-01-24 19:22:09 sendUrl INFO 0 [608] -2015-01-24 19:22:59 queue INFO >>0 [609] -2015-01-24 19:23:00 sendUrl INFO 0 [609] -2015-01-24 19:23:49 queue INFO >>0 [610] -2015-01-24 19:23:50 sendUrl INFO 0 [610] -2015-01-24 19:24:39 queue INFO >>0 [611] -2015-01-24 19:24:40 sendUrl INFO 0 [611] -2015-01-24 19:25:30 queue INFO >>0 [612] -2015-01-24 19:25:30 sendUrl INFO 0 [612] -2015-01-24 19:26:20 queue INFO >>0 [613] -2015-01-24 19:26:20 sendUrl INFO 0 [613] -2015-01-24 19:27:10 queue INFO >>0 [614] -2015-01-24 19:27:10 sendUrl INFO 0 [614] -2015-01-24 19:28:00 queue INFO >>0 [615] -2015-01-24 19:28:00 sendUrl INFO 0 [615] -2015-01-24 19:28:50 queue INFO >>0 [616] -2015-01-24 19:28:50 sendUrl INFO 0 [616] -2015-01-24 19:29:40 queue INFO >>0 [617] -2015-01-24 19:29:41 sendUrl INFO 0 [617] -2015-01-24 19:30:30 queue INFO >>0 [618] -2015-01-24 19:30:31 sendUrl INFO 0 [618] -2015-01-24 19:31:21 queue INFO >>0 [619] -2015-01-24 19:31:21 sendUrl INFO 0 [619] -2015-01-24 19:32:11 queue INFO >>0 [620] -2015-01-24 19:32:11 sendUrl INFO 0 [620] -2015-01-24 19:33:01 queue INFO >>0 [621] -2015-01-24 19:33:01 sendUrl INFO 0 [621] -2015-01-24 19:33:51 queue INFO >>0 [622] -2015-01-24 19:33:51 sendUrl INFO 0 [622] -2015-01-24 19:34:41 queue INFO >>0 [623] -2015-01-24 19:34:42 sendUrl INFO 0 [623] -2015-01-24 19:35:31 queue INFO >>0 [624] -2015-01-24 19:35:32 sendUrl INFO 0 [624] -2015-01-24 19:36:21 queue INFO >>0 [625] -2015-01-24 19:36:22 sendUrl INFO 0 [625] -2015-01-24 19:37:12 queue INFO >>0 [626] -2015-01-24 19:37:12 sendUrl INFO 0 [626] -2015-01-24 19:38:02 queue INFO >>0 [627] -2015-01-24 19:38:02 sendUrl INFO 0 [627] -2015-01-24 19:38:52 queue INFO >>0 [628] -2015-01-24 19:38:52 sendUrl INFO 0 [628] -2015-01-24 19:39:42 queue INFO >>0 [629] -2015-01-24 19:39:42 sendUrl INFO 0 [629] -2015-01-24 19:40:32 queue INFO >>0 [630] -2015-01-24 19:40:33 sendUrl INFO 0 [630] -2015-01-24 19:41:22 queue INFO >>0 [631] -2015-01-24 19:41:22 sendUrl INFO 0 [631] -2015-01-24 19:42:12 queue INFO >>0 [632] -2015-01-24 19:42:13 sendUrl INFO 0 [632] -2015-01-24 19:43:03 queue INFO >>0 [633] -2015-01-24 19:43:03 sendUrl INFO 0 [633] -2015-01-24 19:43:53 queue INFO >>0 [634] -2015-01-24 19:43:53 sendUrl INFO 0 [634] -2015-01-24 19:44:43 queue INFO >>0 [635] -2015-01-24 19:44:43 sendUrl INFO 0 [635] -2015-01-24 19:45:33 queue INFO >>0 [636] -2015-01-24 19:45:34 sendUrl INFO 0 [636] -2015-01-24 19:46:23 queue INFO >>0 [637] -2015-01-24 19:46:23 sendUrl INFO 0 [637] -2015-01-24 19:47:13 queue INFO >>0 [638] -2015-01-24 19:47:14 sendUrl INFO 0 [638] -2015-01-24 19:48:03 queue INFO >>0 [639] -2015-01-24 19:48:04 sendUrl INFO 0 [639] -2015-01-24 19:48:54 queue INFO >>0 [640] -2015-01-24 19:48:54 sendUrl INFO 0 [640] -2015-01-24 19:49:44 queue INFO >>0 [641] -2015-01-24 19:49:44 sendUrl INFO 0 [641] -2015-01-24 19:50:34 queue INFO >>0 [642] -2015-01-24 19:50:34 sendUrl INFO 0 [642] -2015-01-24 19:51:24 queue INFO >>0 [643] -2015-01-24 19:51:24 sendUrl INFO 0 [643] -2015-01-24 19:52:14 queue INFO >>0 [644] -2015-01-24 19:52:15 sendUrl INFO 0 [644] -2015-01-24 19:53:04 queue INFO >>0 [645] -2015-01-24 19:53:05 sendUrl INFO 0 [645] -2015-01-24 19:53:55 queue INFO >>0 [646] -2015-01-24 19:53:55 sendUrl INFO 0 [646] -2015-01-24 19:54:45 queue INFO >>0 [647] -2015-01-24 19:54:45 sendUrl INFO 0 [647] -2015-01-24 19:55:35 queue INFO >>0 [648] -2015-01-24 19:55:35 sendUrl INFO 0 [648] -2015-01-24 19:56:25 queue INFO >>0 [649] -2015-01-24 19:56:25 sendUrl INFO 0 [649] -2015-01-24 19:57:15 queue INFO >>0 [650] -2015-01-24 19:57:16 sendUrl INFO 0 [650] -2015-01-24 19:58:05 queue INFO >>0 [651] -2015-01-24 19:58:05 sendUrl INFO 0 [651] -2015-01-24 19:58:55 queue INFO >>0 [652] -2015-01-24 19:58:56 sendUrl INFO 0 [652] -2015-01-24 19:59:46 queue INFO >>0 [653] -2015-01-24 19:59:46 sendUrl INFO 0 [653] -2015-01-24 20:00:36 queue INFO >>0 [654] -2015-01-24 20:00:36 sendUrl INFO 0 [654] -2015-01-24 20:01:26 queue INFO >>0 [655] -2015-01-24 20:01:26 sendUrl INFO 0 [655] -2015-01-24 20:02:16 queue INFO >>0 [656] -2015-01-24 20:02:17 sendUrl INFO 0 [656] -2015-01-24 20:03:06 queue INFO >>0 [657] -2015-01-24 20:03:06 sendUrl INFO 0 [657] -2015-01-24 20:03:56 queue INFO >>0 [658] -2015-01-24 20:03:57 sendUrl INFO 0 [658] -2015-01-24 20:04:47 queue INFO >>0 [659] -2015-01-24 20:04:47 sendUrl INFO 0 [659] -2015-01-24 20:05:37 queue INFO >>0 [660] -2015-01-24 20:05:37 sendUrl INFO 0 [660] -2015-01-24 20:06:27 queue INFO >>0 [661] -2015-01-24 20:06:27 sendUrl INFO 0 [661] -2015-01-24 20:07:17 queue INFO >>0 [662] -2015-01-24 20:07:17 sendUrl INFO 0 [662] -2015-01-24 20:08:07 queue INFO >>0 [663] -2015-01-24 20:08:07 sendUrl INFO 0 [663] -2015-01-24 20:08:57 queue INFO >>0 [664] -2015-01-24 20:08:58 sendUrl INFO 0 [664] -2015-01-24 20:09:47 queue INFO >>0 [665] -2015-01-24 20:09:48 sendUrl INFO 0 [665] -2015-01-24 20:10:38 queue INFO >>0 [666] -2015-01-24 20:10:38 sendUrl INFO 0 [666] -2015-01-24 20:11:28 queue INFO >>0 [667] -2015-01-24 20:11:28 sendUrl INFO 0 [667] -2015-01-24 20:12:18 queue INFO >>0 [668] -2015-01-24 20:12:18 sendUrl INFO 0 [668] -2015-01-24 20:13:08 queue INFO >>0 [669] -2015-01-24 20:13:08 sendUrl INFO 0 [669] -2015-01-24 20:13:58 queue INFO >>0 [670] -2015-01-24 20:13:59 sendUrl INFO 0 [670] -2015-01-24 20:14:48 queue INFO >>0 [671] -2015-01-24 20:14:49 sendUrl INFO 0 [671] -2015-01-24 20:15:39 queue INFO >>0 [672] -2015-01-24 20:15:39 sendUrl INFO 0 [672] -2015-01-24 20:16:29 queue INFO >>0 [673] -2015-01-24 20:16:29 sendUrl INFO 0 [673] -2015-01-24 20:17:19 queue INFO >>0 [674] -2015-01-24 20:17:19 sendUrl INFO 0 [674] -2015-01-24 20:18:09 queue INFO >>0 [675] -2015-01-24 20:18:09 sendUrl INFO 0 [675] -2015-01-24 20:18:59 queue INFO >>0 [676] -2015-01-24 20:19:00 sendUrl INFO 0 [676] -2015-01-24 20:19:49 queue INFO >>0 [677] -2015-01-24 20:19:50 sendUrl INFO 0 [677] -2015-01-24 20:20:39 queue INFO >>0 [678] -2015-01-24 20:20:40 sendUrl INFO 0 [678] -2015-01-24 20:21:30 queue INFO >>0 [679] -2015-01-24 20:21:30 sendUrl INFO 0 [679] -2015-01-24 20:22:20 queue INFO >>0 [680] -2015-01-24 20:22:20 sendUrl INFO 0 [680] -2015-01-24 20:23:10 queue INFO >>0 [681] -2015-01-24 20:23:10 sendUrl INFO 0 [681] -2015-01-24 20:24:00 queue INFO >>0 [682] -2015-01-24 20:24:00 sendUrl INFO 0 [682] -2015-01-24 20:24:50 queue INFO >>0 [683] -2015-01-24 20:24:51 sendUrl INFO 0 [683] -2015-01-24 20:25:40 queue INFO >>0 [684] -2015-01-24 20:25:40 sendUrl INFO 0 [684] -2015-01-24 20:26:30 queue INFO >>0 [685] -2015-01-24 20:26:31 sendUrl INFO 0 [685] -2015-01-24 20:27:20 queue INFO >>0 [686] -2015-01-24 20:27:21 sendUrl INFO 0 [686] -2015-01-24 20:28:11 queue INFO >>0 [687] -2015-01-24 20:28:11 sendUrl INFO 0 [687] -2015-01-24 20:29:01 queue INFO >>0 [688] -2015-01-24 20:29:01 sendUrl INFO 0 [688] -2015-01-24 20:29:51 queue INFO >>0 [689] -2015-01-24 20:29:51 sendUrl INFO 0 [689] -2015-01-24 20:30:41 queue INFO >>0 [690] -2015-01-24 20:30:41 sendUrl INFO 0 [690] -2015-01-24 20:31:31 queue INFO >>0 [691] -2015-01-24 20:31:32 sendUrl INFO 0 [691] -2015-01-24 20:32:21 queue INFO >>0 [692] -2015-01-24 20:32:21 sendUrl INFO 0 [692] -2015-01-24 20:33:12 queue INFO >>0 [693] -2015-01-24 20:33:12 sendUrl INFO 0 [693] -2015-01-24 20:34:02 queue INFO >>0 [694] -2015-01-24 20:34:02 sendUrl INFO 0 [694] -2015-01-24 20:34:52 queue INFO >>0 [695] -2015-01-24 20:34:52 sendUrl INFO 0 [695] -2015-01-24 20:35:42 queue INFO >>0 [696] -2015-01-24 20:35:42 sendUrl INFO 0 [696] -2015-01-24 20:36:32 queue INFO >>0 [697] -2015-01-24 20:36:33 sendUrl INFO 0 [697] -2015-01-24 20:37:22 queue INFO >>0 [698] -2015-01-24 20:37:22 sendUrl INFO 0 [698] -2015-01-24 20:38:12 queue INFO >>0 [699] -2015-01-24 20:38:13 sendUrl INFO 0 [699] -2015-01-24 20:39:02 queue INFO >>0 [700] -2015-01-24 20:39:03 sendUrl INFO 0 [700] -2015-01-24 20:39:53 queue INFO >>0 [701] -2015-01-24 20:39:53 sendUrl INFO 0 [701] -2015-01-24 20:40:43 queue INFO >>0 [702] -2015-01-24 20:40:43 sendUrl INFO 0 [702] -2015-01-24 20:41:33 queue INFO >>0 [703] -2015-01-24 20:41:33 sendUrl INFO 0 [703] -2015-01-24 20:42:23 queue INFO >>0 [704] -2015-01-24 20:42:23 sendUrl INFO 0 [704] -2015-01-24 20:43:13 queue INFO >>0 [705] -2015-01-24 20:43:14 sendUrl INFO 0 [705] -2015-01-24 20:44:03 queue INFO >>0 [706] -2015-01-24 20:44:04 sendUrl INFO 0 [706] -2015-01-24 20:44:53 queue INFO >>0 [707] -2015-01-24 20:44:54 sendUrl INFO 0 [707] -2015-01-24 20:45:44 queue INFO >>0 [708] -2015-01-24 20:45:44 sendUrl INFO 0 [708] -2015-01-24 20:46:34 queue INFO >>0 [709] -2015-01-24 20:46:34 sendUrl INFO 0 [709] -2015-01-24 20:47:24 queue INFO >>0 [710] -2015-01-24 20:47:24 sendUrl INFO 0 [710] -2015-01-24 20:48:14 queue INFO >>0 [711] -2015-01-24 20:48:14 sendUrl INFO 0 [711] -2015-01-24 20:49:04 queue INFO >>0 [712] -2015-01-24 20:49:05 sendUrl INFO 0 [712] -2015-01-24 20:49:54 queue INFO >>0 [713] -2015-01-24 20:49:54 sendUrl INFO 0 [713] -2015-01-24 20:50:44 queue INFO >>0 [714] -2015-01-24 20:50:45 sendUrl INFO 0 [714] -2015-01-24 20:51:34 queue INFO >>0 [715] -2015-01-24 20:51:35 sendUrl INFO 0 [715] -2015-01-24 20:52:25 queue INFO >>0 [716] -2015-01-24 20:52:25 sendUrl INFO 0 [716] -2015-01-24 20:53:15 queue INFO >>0 [717] -2015-01-24 20:53:15 sendUrl INFO 0 [717] -2015-01-24 20:54:05 queue INFO >>0 [718] -2015-01-24 20:54:06 sendUrl INFO 0 [718] -2015-01-24 20:54:55 queue INFO >>0 [719] -2015-01-24 20:54:55 sendUrl INFO 0 [719] -2015-01-24 20:55:45 queue INFO >>0 [720] -2015-01-24 20:55:46 sendUrl INFO 0 [720] -2015-01-24 20:56:35 queue INFO >>0 [721] -2015-01-24 20:56:35 sendUrl INFO 0 [721] -2015-01-24 20:57:26 queue INFO >>0 [722] -2015-01-24 20:57:26 sendUrl INFO 0 [722] -2015-01-24 20:58:16 queue INFO >>0 [723] -2015-01-24 20:58:16 sendUrl INFO 0 [723] -2015-01-24 20:59:06 queue INFO >>0 [724] -2015-01-24 20:59:06 sendUrl INFO 0 [724] -2015-01-24 20:59:56 queue INFO >>0 [725] -2015-01-24 20:59:56 sendUrl INFO 0 [725] -2015-01-24 21:00:46 queue INFO >>0 [726] -2015-01-24 21:00:47 sendUrl INFO 0 [726] -2015-01-24 21:01:36 queue INFO >>0 [727] -2015-01-24 21:01:36 sendUrl INFO 0 [727] -2015-01-24 21:02:26 queue INFO >>0 [728] -2015-01-24 21:02:27 sendUrl INFO 0 [728] -2015-01-24 21:03:17 queue INFO >>0 [729] -2015-01-24 21:03:17 sendUrl INFO 0 [729] -2015-01-24 21:04:07 queue INFO >>0 [730] -2015-01-24 21:04:07 sendUrl INFO 0 [730] -2015-01-24 21:04:57 queue INFO >>0 [731] -2015-01-24 21:04:57 sendUrl INFO 0 [731] -2015-01-24 21:05:47 queue INFO >>0 [732] -2015-01-24 21:05:48 sendUrl INFO 0 [732] -2015-01-24 21:06:37 queue INFO >>0 [733] -2015-01-24 21:06:37 sendUrl INFO 0 [733] -2015-01-24 21:07:27 queue INFO >>0 [734] -2015-01-24 21:07:28 sendUrl INFO 0 [734] -2015-01-24 21:08:18 queue INFO >>0 [735] -2015-01-24 21:08:18 sendUrl INFO 0 [735] -2015-01-24 21:09:08 queue INFO >>0 [736] -2015-01-24 21:09:08 sendUrl INFO 0 [736] -2015-01-24 21:09:58 queue INFO >>0 [737] -2015-01-24 21:09:58 sendUrl INFO 0 [737] -2015-01-24 21:10:48 queue INFO >>0 [738] -2015-01-24 21:10:48 sendUrl INFO 0 [738] -2015-01-24 21:11:38 queue INFO >>0 [739] -2015-01-24 21:11:38 sendUrl INFO 0 [739] -2015-01-24 21:12:28 queue INFO >>0 [740] -2015-01-24 21:12:28 sendUrl INFO 0 [740] -2015-01-24 21:13:18 queue INFO >>0 [741] -2015-01-24 21:13:19 sendUrl INFO 0 [741] -2015-01-24 21:14:08 queue INFO >>0 [742] -2015-01-24 21:14:09 sendUrl INFO 0 [742] -2015-01-24 21:14:59 queue INFO >>0 [743] -2015-01-24 21:14:59 sendUrl INFO 0 [743] -2015-01-24 21:15:49 queue INFO >>0 [744] -2015-01-24 21:15:49 sendUrl INFO 0 [744] -2015-01-24 21:16:39 queue INFO >>0 [745] -2015-01-24 21:16:39 sendUrl INFO 0 [745] -2015-01-24 21:17:29 queue INFO >>0 [746] -2015-01-24 21:17:29 sendUrl INFO 0 [746] -2015-01-24 21:18:19 queue INFO >>0 [747] -2015-01-24 21:18:20 sendUrl INFO 0 [747] -2015-01-24 21:19:09 queue INFO >>0 [748] -2015-01-24 21:19:10 sendUrl INFO 0 [748] -2015-01-24 21:19:59 queue INFO >>0 [749] -2015-01-24 21:20:00 sendUrl INFO 0 [749] -2015-01-24 21:20:50 queue INFO >>0 [750] -2015-01-24 21:20:50 sendUrl INFO 0 [750] -2015-01-24 21:21:40 queue INFO >>0 [751] -2015-01-24 21:21:40 sendUrl INFO 0 [751] -2015-01-24 21:22:30 queue INFO >>0 [752] -2015-01-24 21:22:30 sendUrl INFO 0 [752] -2015-01-24 21:23:20 queue INFO >>0 [753] -2015-01-24 21:23:21 sendUrl INFO 0 [753] -2015-01-24 21:24:10 queue INFO >>0 [754] -2015-01-24 21:24:10 sendUrl INFO 0 [754] -2015-01-24 21:25:00 queue INFO >>0 [755] -2015-01-24 21:25:01 sendUrl INFO 0 [755] -2015-01-24 21:25:51 queue INFO >>0 [756] -2015-01-24 21:25:51 sendUrl INFO 0 [756] -2015-01-24 21:26:41 queue INFO >>0 [757] -2015-01-24 21:26:41 sendUrl INFO 0 [757] -2015-01-24 21:27:31 queue INFO >>0 [758] -2015-01-24 21:27:31 sendUrl INFO 0 [758] -2015-01-24 21:28:21 queue INFO >>0 [759] -2015-01-24 21:28:21 sendUrl INFO 0 [759] -2015-01-24 21:29:11 queue INFO >>0 [760] -2015-01-24 21:29:11 sendUrl INFO 0 [760] -2015-01-24 21:30:01 queue INFO >>0 [761] -2015-01-24 21:30:02 sendUrl INFO 0 [761] -2015-01-24 21:30:51 queue INFO >>0 [762] -2015-01-24 21:30:52 sendUrl INFO 0 [762] -2015-01-24 21:31:42 queue INFO >>0 [763] -2015-01-24 21:31:42 sendUrl INFO 0 [763] -2015-01-24 21:32:32 queue INFO >>0 [764] -2015-01-24 21:32:32 sendUrl INFO 0 [764] -2015-01-24 21:33:22 queue INFO >>0 [765] -2015-01-24 21:33:22 sendUrl INFO 0 [765] -2015-01-24 21:34:12 queue INFO >>0 [766] -2015-01-24 21:34:12 sendUrl INFO 0 [766] -2015-01-24 21:35:02 queue INFO >>0 [767] -2015-01-24 21:35:03 sendUrl INFO 0 [767] -2015-01-24 21:35:52 queue INFO >>0 [768] -2015-01-24 21:35:53 sendUrl INFO 0 [768] -2015-01-24 21:36:43 queue INFO >>0 [769] -2015-01-24 21:36:43 sendUrl INFO 0 [769] -2015-01-24 21:37:33 queue INFO >>0 [770] -2015-01-24 21:37:33 sendUrl INFO 0 [770] -2015-01-24 21:38:23 queue INFO >>0 [771] -2015-01-24 21:38:23 sendUrl INFO 0 [771] -2015-01-24 21:39:13 queue INFO >>0 [772] -2015-01-24 21:39:13 sendUrl INFO 0 [772] -2015-01-24 21:40:03 queue INFO >>0 [773] -2015-01-24 21:40:04 sendUrl INFO 0 [773] -2015-01-24 21:40:53 queue INFO >>0 [774] -2015-01-24 21:40:53 sendUrl INFO 0 [774] -2015-01-24 21:41:43 queue INFO >>0 [775] -2015-01-24 21:41:44 sendUrl INFO 0 [775] -2015-01-24 21:42:34 queue INFO >>0 [776] -2015-01-24 21:42:34 sendUrl INFO 0 [776] -2015-01-24 21:43:24 queue INFO >>0 [777] -2015-01-24 21:43:24 sendUrl INFO 0 [777] -2015-01-24 21:44:14 queue INFO >>0 [778] -2015-01-24 21:44:14 sendUrl INFO 0 [778] -2015-01-24 21:45:04 queue INFO >>0 [779] -2015-01-24 21:45:05 sendUrl INFO 0 [779] -2015-01-24 21:45:54 queue INFO >>0 [780] -2015-01-24 21:45:54 sendUrl INFO 0 [780] -2015-01-24 21:46:44 queue INFO >>0 [781] -2015-01-24 21:46:45 sendUrl INFO 0 [781] -2015-01-24 21:47:34 queue INFO >>0 [782] -2015-01-24 21:47:35 sendUrl INFO 0 [782] -2015-01-24 21:48:24 queue INFO >>0 [783] -2015-01-24 21:48:25 sendUrl INFO 0 [783] -2015-01-24 21:49:15 queue INFO >>0 [784] -2015-01-24 21:49:15 sendUrl INFO 0 [784] -2015-01-24 21:50:05 queue INFO >>0 [785] -2015-01-24 21:50:05 sendUrl INFO 0 [785] -2015-01-24 21:50:55 queue INFO >>0 [786] -2015-01-24 21:50:55 sendUrl INFO 0 [786] -2015-01-24 21:51:45 queue INFO >>0 [787] -2015-01-24 21:51:45 sendUrl INFO 0 [787] -2015-01-24 21:52:35 queue INFO >>0 [788] -2015-01-24 21:52:36 sendUrl INFO 0 [788] -2015-01-24 21:53:25 queue INFO >>0 [789] -2015-01-24 21:53:26 sendUrl INFO 0 [789] -2015-01-24 21:54:16 queue INFO >>0 [790] -2015-01-24 21:54:16 sendUrl INFO 0 [790] -2015-01-24 21:55:06 queue INFO >>0 [791] -2015-01-24 21:55:06 sendUrl INFO 0 [791] -2015-01-24 21:55:56 queue INFO >>0 [792] -2015-01-24 21:55:56 sendUrl INFO 0 [792] -2015-01-24 21:56:46 queue INFO >>0 [793] -2015-01-24 21:56:46 sendUrl INFO 0 [793] -2015-01-24 21:57:36 queue INFO >>0 [794] -2015-01-24 21:57:36 sendUrl INFO 0 [794] -2015-01-24 21:58:26 queue INFO >>0 [795] -2015-01-24 21:58:27 sendUrl INFO 0 [795] -2015-01-24 21:59:16 queue INFO >>0 [796] -2015-01-24 21:59:17 sendUrl INFO 0 [796] -2015-01-24 22:00:06 queue INFO >>0 [797] -2015-01-24 22:00:07 sendUrl INFO 0 [797] -2015-01-24 22:00:57 queue INFO >>0 [798] -2015-01-24 22:00:57 sendUrl INFO 0 [798] -2015-01-24 22:01:47 queue INFO >>0 [799] -2015-01-24 22:01:47 sendUrl INFO 0 [799] -2015-01-24 22:02:37 queue INFO >>0 [800] -2015-01-24 22:02:37 sendUrl INFO 0 [800] -2015-01-24 22:03:27 queue INFO >>0 [801] -2015-01-24 22:03:27 sendUrl INFO 0 [801] -2015-01-24 22:04:17 queue INFO >>0 [802] -2015-01-24 22:04:18 sendUrl INFO 0 [802] -2015-01-24 22:05:07 queue INFO >>0 [803] -2015-01-24 22:05:07 sendUrl INFO 0 [803] -2015-01-24 22:05:57 queue INFO >>0 [804] -2015-01-24 22:05:58 sendUrl INFO 0 [804] -2015-01-24 22:06:48 queue INFO >>0 [805] -2015-01-24 22:06:48 sendUrl INFO 0 [805] -2015-01-24 22:07:38 queue INFO >>0 [806] -2015-01-24 22:07:38 sendUrl INFO 0 [806] -2015-01-24 22:08:28 queue INFO >>0 [807] -2015-01-24 22:08:28 sendUrl INFO 0 [807] -2015-01-24 22:09:18 queue INFO >>0 [808] -2015-01-24 22:09:19 sendUrl INFO 0 [808] -2015-01-24 22:10:08 queue INFO >>0 [809] -2015-01-24 22:10:08 sendUrl INFO 0 [809] -2015-01-24 22:10:58 queue INFO >>0 [810] -2015-01-24 22:10:59 sendUrl INFO 0 [810] -2015-01-24 22:11:48 queue INFO >>0 [811] -2015-01-24 22:11:49 sendUrl INFO 0 [811] -2015-01-24 22:12:39 queue INFO >>0 [812] -2015-01-24 22:12:39 sendUrl INFO 0 [812] -2015-01-24 22:13:29 queue INFO >>0 [813] -2015-01-24 22:13:29 sendUrl INFO 0 [813] -2015-01-24 22:14:19 queue INFO >>0 [814] -2015-01-24 22:14:19 sendUrl INFO 0 [814] -2015-01-24 22:15:09 queue INFO >>0 [815] -2015-01-24 22:15:09 sendUrl INFO 0 [815] -2015-01-24 22:15:59 queue INFO >>0 [816] -2015-01-24 22:15:59 sendUrl INFO 0 [816] -2015-01-24 22:16:49 queue INFO >>0 [817] -2015-01-24 22:16:50 sendUrl INFO 0 [817] -2015-01-24 22:17:39 queue INFO >>0 [818] -2015-01-24 22:17:40 sendUrl INFO 0 [818] -2015-01-24 22:18:30 queue INFO >>0 [819] -2015-01-24 22:18:30 sendUrl INFO 0 [819] -2015-01-24 22:19:20 queue INFO >>0 [820] -2015-01-24 22:19:20 sendUrl INFO 0 [820] -2015-01-24 22:20:10 queue INFO >>0 [821] -2015-01-24 22:20:10 sendUrl INFO 0 [821] -2015-01-24 22:21:00 queue INFO >>0 [822] -2015-01-24 22:21:00 sendUrl INFO 0 [822] -2015-01-24 22:21:50 queue INFO >>0 [823] -2015-01-24 22:21:51 sendUrl INFO 0 [823] -2015-01-24 22:22:40 queue INFO >>0 [824] -2015-01-24 22:22:41 sendUrl INFO 0 [824] -2015-01-24 22:23:30 queue INFO >>0 [825] -2015-01-24 22:23:31 sendUrl INFO 0 [825] -2015-01-24 22:24:21 queue INFO >>0 [826] -2015-01-24 22:24:21 sendUrl INFO 0 [826] -2015-01-24 22:25:11 queue INFO >>0 [827] -2015-01-24 22:25:11 sendUrl INFO 0 [827] -2015-01-24 22:26:01 queue INFO >>0 [828] -2015-01-24 22:26:01 sendUrl INFO 0 [828] -2015-01-24 22:26:51 queue INFO >>0 [829] -2015-01-24 22:26:52 sendUrl INFO 0 [829] -2015-01-24 22:27:41 queue INFO >>0 [830] -2015-01-24 22:27:41 sendUrl INFO 0 [830] -2015-01-24 22:28:31 queue INFO >>0 [831] -2015-01-24 22:28:32 sendUrl INFO 0 [831] -2015-01-24 22:29:22 queue INFO >>0 [832] -2015-01-24 22:29:22 sendUrl INFO 0 [832] -2015-01-24 22:30:12 queue INFO >>0 [833] -2015-01-24 22:30:12 sendUrl INFO 0 [833] -2015-01-24 22:31:02 queue INFO >>0 [834] -2015-01-24 22:31:02 sendUrl INFO 0 [834] -2015-01-24 22:31:52 queue INFO >>0 [835] -2015-01-24 22:31:52 sendUrl INFO 0 [835] -2015-01-24 22:32:42 queue INFO >>0 [836] -2015-01-24 22:32:42 sendUrl INFO 0 [836] -2015-01-24 22:33:32 queue INFO >>0 [837] -2015-01-24 22:33:33 sendUrl INFO 0 [837] -2015-01-24 22:34:22 queue INFO >>0 [838] -2015-01-24 22:34:22 sendUrl INFO 0 [838] -2015-01-24 22:35:12 queue INFO >>0 [839] -2015-01-24 22:35:13 sendUrl INFO 0 [839] -2015-01-24 22:36:03 queue INFO >>0 [840] -2015-01-24 22:36:03 sendUrl INFO 0 [840] -2015-01-24 22:36:53 queue INFO >>0 [841] -2015-01-24 22:36:53 sendUrl INFO 0 [841] -2015-01-24 22:37:43 queue INFO >>0 [842] -2015-01-24 22:37:43 sendUrl INFO 0 [842] -2015-01-24 22:38:33 queue INFO >>0 [843] -2015-01-24 22:38:34 sendUrl INFO 0 [843] -2015-01-24 22:39:23 queue INFO >>0 [844] -2015-01-24 22:39:23 sendUrl INFO 0 [844] -2015-01-24 22:40:13 queue INFO >>0 [845] -2015-01-24 22:40:14 sendUrl INFO 0 [845] -2015-01-24 22:41:04 queue INFO >>0 [846] -2015-01-24 22:41:04 sendUrl INFO 0 [846] -2015-01-24 22:41:54 queue INFO >>0 [847] -2015-01-24 22:41:54 sendUrl INFO 0 [847] -2015-01-24 22:42:44 queue INFO >>0 [848] -2015-01-24 22:42:44 sendUrl INFO 0 [848] -2015-01-24 22:43:34 queue INFO >>0 [849] -2015-01-24 22:43:34 sendUrl INFO 0 [849] -2015-01-24 22:44:24 queue INFO >>0 [850] -2015-01-24 22:44:24 sendUrl INFO 0 [850] -2015-01-24 22:45:14 queue INFO >>0 [851] -2015-01-24 22:45:15 sendUrl INFO 0 [851] -2015-01-24 22:46:04 queue INFO >>0 [852] -2015-01-24 22:46:05 sendUrl INFO 0 [852] -2015-01-24 22:46:55 queue INFO >>0 [853] -2015-01-24 22:46:55 sendUrl INFO 0 [853] -2015-01-24 22:47:45 queue INFO >>0 [854] -2015-01-24 22:47:45 sendUrl INFO 0 [854] -2015-01-24 22:48:35 queue INFO >>0 [855] -2015-01-24 22:48:35 sendUrl INFO 0 [855] -2015-01-24 22:49:25 queue INFO >>0 [856] -2015-01-24 22:49:25 sendUrl INFO 0 [856] -2015-01-24 22:50:15 queue INFO >>0 [857] -2015-01-24 22:50:16 sendUrl INFO 0 [857] -2015-01-24 22:51:05 queue INFO >>0 [858] -2015-01-24 22:51:06 sendUrl INFO 0 [858] -2015-01-24 22:51:55 queue INFO >>0 [859] -2015-01-24 22:51:56 sendUrl INFO 0 [859] -2015-01-24 22:52:46 queue INFO >>0 [860] -2015-01-24 22:52:46 sendUrl INFO 0 [860] -2015-01-24 22:53:36 queue INFO >>0 [861] -2015-01-24 22:53:36 sendUrl INFO 0 [861] -2015-01-24 22:54:26 queue INFO >>0 [862] -2015-01-24 22:54:26 sendUrl INFO 0 [862] -2015-01-24 22:55:16 queue INFO >>0 [863] -2015-01-24 22:55:16 sendUrl INFO 0 [863] -2015-01-24 22:56:06 queue INFO >>0 [864] -2015-01-24 22:56:07 sendUrl INFO 0 [864] -2015-01-24 22:56:56 queue INFO >>0 [865] -2015-01-24 22:56:57 sendUrl INFO 0 [865] -2015-01-24 22:57:46 queue INFO >>0 [866] -2015-01-24 22:57:47 sendUrl INFO 0 [866] -2015-01-24 22:58:37 queue INFO >>0 [867] -2015-01-24 22:58:37 sendUrl INFO 0 [867] -2015-01-24 22:59:27 queue INFO >>0 [868] -2015-01-24 22:59:27 sendUrl INFO 0 [868] -2015-01-24 23:00:17 queue INFO >>0 [869] -2015-01-24 23:00:17 sendUrl INFO 0 [869] -2015-01-24 23:01:07 queue INFO >>0 [870] -2015-01-24 23:01:07 sendUrl INFO 0 [870] -2015-01-24 23:01:57 queue INFO >>0 [871] -2015-01-24 23:01:57 sendUrl INFO 0 [871] -2015-01-24 23:02:47 queue INFO >>0 [872] -2015-01-24 23:02:48 sendUrl INFO 0 [872] -2015-01-24 23:03:37 queue INFO >>0 [873] -2015-01-24 23:03:38 sendUrl INFO 0 [873] -2015-01-24 23:04:28 queue INFO >>0 [874] -2015-01-24 23:04:28 sendUrl INFO 0 [874] -2015-01-24 23:05:18 queue INFO >>0 [875] -2015-01-24 23:05:18 sendUrl INFO 0 [875] -2015-01-24 23:06:08 queue INFO >>0 [876] -2015-01-24 23:06:08 sendUrl INFO 0 [876] -2015-01-24 23:06:58 queue INFO >>0 [877] -2015-01-24 23:06:58 sendUrl INFO 0 [877] -2015-01-24 23:07:48 queue INFO >>0 [878] -2015-01-24 23:07:49 sendUrl INFO 0 [878] -2015-01-24 23:08:38 queue INFO >>0 [879] -2015-01-24 23:08:38 sendUrl INFO 0 [879] -2015-01-24 23:09:28 queue INFO >>0 [880] -2015-01-24 23:09:29 sendUrl INFO 0 [880] -2015-01-24 23:10:19 queue INFO >>0 [881] -2015-01-24 23:10:19 sendUrl INFO 0 [881] -2015-01-24 23:11:09 queue INFO >>0 [882] -2015-01-24 23:11:09 sendUrl INFO 0 [882] -2015-01-24 23:11:59 queue INFO >>0 [883] -2015-01-24 23:11:59 sendUrl INFO 0 [883] -2015-01-24 23:12:49 queue INFO >>0 [884] -2015-01-24 23:12:50 sendUrl INFO 0 [884] -2015-01-24 23:13:39 queue INFO >>0 [885] -2015-01-24 23:13:39 sendUrl INFO 0 [885] -2015-01-24 23:14:29 queue INFO >>0 [886] -2015-01-24 23:14:30 sendUrl INFO 0 [886] -2015-01-24 23:15:20 queue INFO >>0 [887] -2015-01-24 23:15:20 sendUrl INFO 0 [887] -2015-01-24 23:16:10 queue INFO >>0 [888] -2015-01-24 23:16:10 sendUrl INFO 0 [888] -2015-01-24 23:17:00 queue INFO >>0 [889] -2015-01-24 23:17:00 sendUrl INFO 0 [889] -2015-01-24 23:17:50 queue INFO >>0 [890] -2015-01-24 23:17:51 sendUrl INFO 0 [890] -2015-01-24 23:18:40 queue INFO >>0 [891] -2015-01-24 23:18:40 sendUrl INFO 0 [891] -2015-01-24 23:19:30 queue INFO >>0 [892] -2015-01-24 23:19:31 sendUrl INFO 0 [892] -2015-01-24 23:20:20 queue INFO >>0 [893] -2015-01-24 23:20:21 sendUrl INFO 0 [893] -2015-01-24 23:21:11 queue INFO >>0 [894] -2015-01-24 23:21:11 sendUrl INFO 0 [894] -2015-01-24 23:22:01 queue INFO >>0 [895] -2015-01-24 23:22:01 sendUrl INFO 0 [895] -2015-01-24 23:22:51 queue INFO >>0 [896] -2015-01-24 23:22:51 sendUrl INFO 0 [896] -2015-01-24 23:23:41 queue INFO >>0 [897] -2015-01-24 23:23:41 sendUrl INFO 0 [897] -2015-01-24 23:24:31 queue INFO >>0 [898] -2015-01-24 23:24:32 sendUrl INFO 0 [898] -2015-01-24 23:25:21 queue INFO >>0 [899] -2015-01-24 23:25:22 sendUrl INFO 0 [899] -2015-01-24 23:26:12 queue INFO >>0 [900] -2015-01-24 23:26:12 sendUrl INFO 0 [900] -2015-01-24 23:27:02 queue INFO >>0 [901] -2015-01-24 23:27:02 sendUrl INFO 0 [901] -2015-01-24 23:27:52 queue INFO >>0 [902] -2015-01-24 23:27:52 sendUrl INFO 0 [902] -2015-01-24 23:28:42 queue INFO >>0 [903] -2015-01-24 23:28:42 sendUrl INFO 0 [903] -2015-01-24 23:29:32 queue INFO >>0 [904] -2015-01-24 23:29:32 sendUrl INFO 0 [904] -2015-01-24 23:30:22 queue INFO >>0 [905] -2015-01-24 23:30:23 sendUrl INFO 0 [905] -2015-01-24 23:31:12 queue INFO >>0 [906] -2015-01-24 23:31:13 sendUrl INFO 0 [906] -2015-01-24 23:32:02 queue INFO >>0 [907] -2015-01-24 23:32:03 sendUrl INFO 0 [907] -2015-01-24 23:32:53 queue INFO >>0 [908] -2015-01-24 23:32:53 sendUrl INFO 0 [908] -2015-01-24 23:33:43 queue INFO >>0 [909] -2015-01-24 23:33:43 sendUrl INFO 0 [909] -2015-01-24 23:34:33 queue INFO >>0 [910] -2015-01-24 23:34:33 sendUrl INFO 0 [910] -2015-01-24 23:35:23 queue INFO >>0 [911] -2015-01-24 23:35:23 sendUrl INFO 0 [911] -2015-01-24 23:36:13 queue INFO >>0 [912] -2015-01-24 23:36:13 sendUrl INFO 0 [912] -2015-01-24 23:37:03 queue INFO >>0 [913] -2015-01-24 23:37:04 sendUrl INFO 0 [913] -2015-01-24 23:37:53 queue INFO >>0 [914] -2015-01-24 23:37:54 sendUrl INFO 0 [914] -2015-01-24 23:38:44 queue INFO >>0 [915] -2015-01-24 23:38:44 sendUrl INFO 0 [915] -2015-01-24 23:39:34 queue INFO >>0 [916] -2015-01-24 23:39:34 sendUrl INFO 0 [916] -2015-01-24 23:40:24 queue INFO >>0 [917] -2015-01-24 23:40:24 sendUrl INFO 0 [917] -2015-01-24 23:41:14 queue INFO >>0 [918] -2015-01-24 23:41:14 sendUrl INFO 0 [918] -2015-01-24 23:42:04 queue INFO >>0 [919] -2015-01-24 23:42:05 sendUrl INFO 0 [919] -2015-01-24 23:42:54 queue INFO >>0 [920] -2015-01-24 23:42:55 sendUrl INFO 0 [920] -2015-01-24 23:43:45 queue INFO >>0 [921] -2015-01-24 23:43:45 sendUrl INFO 0 [921] -2015-01-24 23:44:35 queue INFO >>0 [922] -2015-01-24 23:44:35 sendUrl INFO 0 [922] -2015-01-24 23:45:25 queue INFO >>0 [923] -2015-01-24 23:45:25 sendUrl INFO 0 [923] -2015-01-24 23:46:15 queue INFO >>0 [924] -2015-01-24 23:46:15 sendUrl INFO 0 [924] -2015-01-24 23:47:05 queue INFO >>0 [925] -2015-01-24 23:47:06 sendUrl INFO 0 [925] -2015-01-24 23:47:55 queue INFO >>0 [926] -2015-01-24 23:47:55 sendUrl INFO 0 [926] -2015-01-24 23:48:45 queue INFO >>0 [927] -2015-01-24 23:48:46 sendUrl INFO 0 [927] -2015-01-24 23:49:36 queue INFO >>0 [928] -2015-01-24 23:49:36 sendUrl INFO 0 [928] -2015-01-24 23:50:26 queue INFO >>0 [929] -2015-01-24 23:50:26 sendUrl INFO 0 [929] -2015-01-24 23:51:16 queue INFO >>0 [930] -2015-01-24 23:51:16 sendUrl INFO 0 [930] -2015-01-24 23:52:06 queue INFO >>0 [931] -2015-01-24 23:52:07 sendUrl INFO 0 [931] -2015-01-24 23:52:56 queue INFO >>0 [932] -2015-01-24 23:52:56 sendUrl INFO 0 [932] -2015-01-24 23:53:46 queue INFO >>0 [933] -2015-01-24 23:53:47 sendUrl INFO 0 [933] -2015-01-24 23:54:37 queue INFO >>0 [934] -2015-01-24 23:54:37 sendUrl INFO 0 [934] -2015-01-24 23:55:27 queue INFO >>0 [935] -2015-01-24 23:55:27 sendUrl INFO 0 [935] -2015-01-24 23:56:17 queue INFO >>0 [936] -2015-01-24 23:56:17 sendUrl INFO 0 [936] -2015-01-24 23:57:07 queue INFO >>0 [937] -2015-01-24 23:57:08 sendUrl INFO 0 [937] -2015-01-24 23:57:57 queue INFO >>0 [938] -2015-01-24 23:57:57 sendUrl INFO 0 [938] -2015-01-24 23:58:47 queue INFO >>0 [939] -2015-01-24 23:58:48 sendUrl INFO 0 [939] -2015-01-24 23:59:37 queue INFO >>0 [940] -2015-01-24 23:59:38 sendUrl INFO 0 [940] -2015-01-25 00:00:28 queue INFO >>0 [941] -2015-01-25 00:00:28 sendUrl INFO 0 [941] -2015-01-25 00:01:18 queue INFO >>0 [942] -2015-01-25 00:01:18 sendUrl INFO 0 [942] -2015-01-25 00:02:08 queue INFO >>0 [943] -2015-01-25 00:02:08 sendUrl INFO 0 [943] -2015-01-25 00:02:58 queue INFO >>0 [944] -2015-01-25 00:02:58 sendUrl INFO 0 [944] -2015-01-25 00:03:48 queue INFO >>0 [945] -2015-01-25 00:03:49 sendUrl INFO 0 [945] -2015-01-25 00:04:38 queue INFO >>0 [946] -2015-01-25 00:04:38 sendUrl INFO 0 [946] -2015-01-25 00:05:29 queue INFO >>0 [947] -2015-01-25 00:05:29 sendUrl INFO 0 [947] -2015-01-25 00:06:19 queue INFO >>0 [948] -2015-01-25 00:06:19 sendUrl INFO 0 [948] -2015-01-25 00:07:09 queue INFO >>0 [949] -2015-01-25 00:07:09 sendUrl INFO 0 [949] -2015-01-25 00:07:59 queue INFO >>0 [950] -2015-01-25 00:07:59 sendUrl INFO 0 [950] -2015-01-25 00:08:49 queue INFO >>0 [951] -2015-01-25 00:08:50 sendUrl INFO 0 [951] -2015-01-25 00:09:39 queue INFO >>0 [952] -2015-01-25 00:09:39 sendUrl INFO 0 [952] -2015-01-25 00:10:29 queue INFO >>0 [953] -2015-01-25 00:10:30 sendUrl INFO 0 [953] -2015-01-25 00:11:19 queue INFO >>0 [954] -2015-01-25 00:11:20 sendUrl INFO 0 [954] -2015-01-25 00:12:10 queue INFO >>0 [955] -2015-01-25 00:12:10 sendUrl INFO 0 [955] -2015-01-25 00:13:00 queue INFO >>0 [956] -2015-01-25 00:13:00 sendUrl INFO 0 [956] -2015-01-25 00:13:50 queue INFO >>0 [957] -2015-01-25 00:13:50 sendUrl INFO 0 [957] -2015-01-25 00:14:40 queue INFO >>0 [958] -2015-01-25 00:14:40 sendUrl INFO 0 [958] -2015-01-25 00:15:30 queue INFO >>0 [959] -2015-01-25 00:15:30 sendUrl INFO 0 [959] -2015-01-25 00:16:20 queue INFO >>0 [960] -2015-01-25 00:16:21 sendUrl INFO 0 [960] -2015-01-25 00:17:10 queue INFO >>0 [961] -2015-01-25 00:17:11 sendUrl INFO 0 [961] -2015-01-25 00:18:01 queue INFO >>0 [962] -2015-01-25 00:18:01 sendUrl INFO 0 [962] -2015-01-25 00:18:51 queue INFO >>0 [963] -2015-01-25 00:18:51 sendUrl INFO 0 [963] -2015-01-25 00:19:41 queue INFO >>0 [964] -2015-01-25 00:19:41 sendUrl INFO 0 [964] -2015-01-25 00:20:31 queue INFO >>0 [965] -2015-01-25 00:20:31 sendUrl INFO 0 [965] -2015-01-25 00:21:21 queue INFO >>0 [966] -2015-01-25 00:21:22 sendUrl INFO 0 [966] -2015-01-25 00:22:11 queue INFO >>0 [967] -2015-01-25 00:22:12 sendUrl INFO 0 [967] -2015-01-25 00:23:02 queue INFO >>0 [968] -2015-01-25 00:23:02 sendUrl INFO 0 [968] -2015-01-25 00:23:52 queue INFO >>0 [969] -2015-01-25 00:23:52 sendUrl INFO 0 [969] -2015-01-25 00:24:42 queue INFO >>0 [970] -2015-01-25 00:24:42 sendUrl INFO 0 [970] -2015-01-25 00:25:32 queue INFO >>0 [971] -2015-01-25 00:25:32 sendUrl INFO 0 [971] -2015-01-25 00:26:22 queue INFO >>0 [972] -2015-01-25 00:26:23 sendUrl INFO 0 [972] -2015-01-25 00:27:12 queue INFO >>0 [973] -2015-01-25 00:27:13 sendUrl INFO 0 [973] -2015-01-25 00:28:02 queue INFO >>0 [974] -2015-01-25 00:28:03 sendUrl INFO 0 [974] -2015-01-25 00:28:53 queue INFO >>0 [975] -2015-01-25 00:28:53 sendUrl INFO 0 [975] -2015-01-25 00:29:43 queue INFO >>0 [976] -2015-01-25 00:29:43 sendUrl INFO 0 [976] -2015-01-25 00:30:33 queue INFO >>0 [977] -2015-01-25 00:30:33 sendUrl INFO 0 [977] -2015-01-25 00:31:23 queue INFO >>0 [978] -2015-01-25 00:31:24 sendUrl INFO 0 [978] -2015-01-25 00:32:13 queue INFO >>0 [979] -2015-01-25 00:32:13 sendUrl INFO 0 [979] -2015-01-25 00:33:03 queue INFO >>0 [980] -2015-01-25 00:33:04 sendUrl INFO 0 [980] -2015-01-25 00:33:54 queue INFO >>0 [981] -2015-01-25 00:33:54 sendUrl INFO 0 [981] -2015-01-25 00:34:44 queue INFO >>0 [982] -2015-01-25 00:34:44 sendUrl INFO 0 [982] -2015-01-25 00:35:34 queue INFO >>0 [983] -2015-01-25 00:35:34 sendUrl INFO 0 [983] -2015-01-25 00:36:24 queue INFO >>0 [984] -2015-01-25 00:36:24 sendUrl INFO 0 [984] -2015-01-25 00:37:14 queue INFO >>0 [985] -2015-01-25 00:37:14 sendUrl INFO 0 [985] -2015-01-25 00:38:04 queue INFO >>0 [986] -2015-01-25 00:38:05 sendUrl INFO 0 [986] -2015-01-25 00:38:54 queue INFO >>0 [987] -2015-01-25 00:38:55 sendUrl INFO 0 [987] -2015-01-25 00:39:45 queue INFO >>0 [988] -2015-01-25 00:39:45 sendUrl INFO 0 [988] -2015-01-25 00:40:35 queue INFO >>0 [989] -2015-01-25 00:40:35 sendUrl INFO 0 [989] -2015-01-25 00:41:25 queue INFO >>0 [990] -2015-01-25 00:41:25 sendUrl INFO 0 [990] -2015-01-25 00:42:15 queue INFO >>0 [991] -2015-01-25 00:42:15 sendUrl INFO 0 [991] -2015-01-25 00:43:05 queue INFO >>0 [992] -2015-01-25 00:43:06 sendUrl INFO 0 [992] -2015-01-25 00:43:55 queue INFO >>0 [993] -2015-01-25 00:43:56 sendUrl INFO 0 [993] -2015-01-25 00:44:46 queue INFO >>0 [994] -2015-01-25 00:44:46 sendUrl INFO 0 [994] -2015-01-25 00:45:36 queue INFO >>0 [995] -2015-01-25 00:45:36 sendUrl INFO 0 [995] -2015-01-25 00:46:26 queue INFO >>0 [996] -2015-01-25 00:46:26 sendUrl INFO 0 [996] -2015-01-25 00:47:16 queue INFO >>0 [997] -2015-01-25 00:47:16 sendUrl INFO 0 [997] -2015-01-25 00:48:06 queue INFO >>0 [998] -2015-01-25 00:48:07 sendUrl INFO 0 [998] -2015-01-25 00:48:56 queue INFO >>0 [999] -2015-01-25 00:48:56 sendUrl INFO 0 [999] -2015-01-25 00:49:46 queue INFO >>0 [0] -2015-01-25 00:49:47 sendUrl INFO 0 [0] -2015-01-25 00:50:37 queue INFO >>0 [1] -2015-01-25 00:50:37 sendUrl INFO 0 [1] -2015-01-25 00:51:27 queue INFO >>0 [2] -2015-01-25 00:51:27 sendUrl INFO 0 [2] -2015-01-25 00:52:17 queue INFO >>0 [3] -2015-01-25 00:52:17 sendUrl INFO 0 [3] -2015-01-25 00:53:07 queue INFO >>0 [4] -2015-01-25 00:53:08 sendUrl INFO 0 [4] -2015-01-25 00:53:57 queue INFO >>0 [5] -2015-01-25 00:53:57 sendUrl INFO 0 [5] -2015-01-25 00:54:47 queue INFO >>0 [6] -2015-01-25 00:54:48 sendUrl INFO 0 [6] -2015-01-25 00:55:37 queue INFO >>0 [7] -2015-01-25 00:55:38 sendUrl INFO 0 [7] -2015-01-25 00:56:28 queue INFO >>0 [8] -2015-01-25 00:56:28 sendUrl INFO 0 [8] -2015-01-25 00:57:18 queue INFO >>0 [9] -2015-01-25 00:57:18 sendUrl INFO 0 [9] -2015-01-25 00:58:08 queue INFO >>0 [10] -2015-01-25 00:58:08 sendUrl INFO 0 [10] -2015-01-25 00:58:58 queue INFO >>0 [11] -2015-01-25 00:58:58 sendUrl INFO 0 [11] -2015-01-25 00:59:48 queue INFO >>0 [12] -2015-01-25 00:59:49 sendUrl INFO 0 [12] -2015-01-25 01:00:38 queue INFO >>0 [13] -2015-01-25 01:00:39 sendUrl INFO 0 [13] -2015-01-25 01:01:29 queue INFO >>0 [14] -2015-01-25 01:01:29 sendUrl INFO 0 [14] -2015-01-25 01:02:19 queue INFO >>0 [15] -2015-01-25 01:02:19 sendUrl INFO 0 [15] -2015-01-25 01:03:09 queue INFO >>0 [16] -2015-01-25 01:03:09 sendUrl INFO 0 [16] -2015-01-25 01:03:59 queue INFO >>0 [17] -2015-01-25 01:03:59 sendUrl INFO 0 [17] -2015-01-25 01:04:49 queue INFO >>0 [18] -2015-01-25 01:04:50 sendUrl INFO 0 [18] -2015-01-25 01:05:39 queue INFO >>0 [19] -2015-01-25 01:05:39 sendUrl INFO 0 [19] -2015-01-25 01:06:29 queue INFO >>0 [20] -2015-01-25 01:06:30 sendUrl INFO 0 [20] -2015-01-25 01:07:20 queue INFO >>0 [21] -2015-01-25 01:07:20 sendUrl INFO 0 [21] -2015-01-25 01:08:10 queue INFO >>0 [22] -2015-01-25 01:08:10 sendUrl INFO 0 [22] -2015-01-25 01:09:00 queue INFO >>0 [23] -2015-01-25 01:09:00 sendUrl INFO 0 [23] -2015-01-25 01:09:50 queue INFO >>0 [24] -2015-01-25 01:09:51 sendUrl INFO 0 [24] -2015-01-25 01:10:40 queue INFO >>0 [25] -2015-01-25 01:10:40 sendUrl INFO 0 [25] -2015-01-25 01:11:30 queue INFO >>0 [26] -2015-01-25 01:11:31 sendUrl INFO 0 [26] -2015-01-25 01:12:21 queue INFO >>0 [27] -2015-01-25 01:12:21 sendUrl INFO 0 [27] -2015-01-25 01:13:11 queue INFO >>0 [28] -2015-01-25 01:13:11 sendUrl INFO 0 [28] -2015-01-25 01:14:01 queue INFO >>0 [29] -2015-01-25 01:14:01 sendUrl INFO 0 [29] -2015-01-25 01:14:51 queue INFO >>0 [30] -2015-01-25 01:14:52 sendUrl INFO 0 [30] -2015-01-25 01:15:41 queue INFO >>0 [31] -2015-01-25 01:15:41 sendUrl INFO 0 [31] -2015-01-25 01:16:31 queue INFO >>0 [32] -2015-01-25 01:16:32 sendUrl INFO 0 [32] -2015-01-25 01:17:21 queue INFO >>0 [33] -2015-01-25 01:17:22 sendUrl INFO 0 [33] -2015-01-25 01:18:12 queue INFO >>0 [34] -2015-01-25 01:18:12 sendUrl INFO 0 [34] -2015-01-25 01:19:02 queue INFO >>0 [35] -2015-01-25 01:19:02 sendUrl INFO 0 [35] -2015-01-25 01:19:52 queue INFO >>0 [36] -2015-01-25 01:19:52 sendUrl INFO 0 [36] -2015-01-25 01:20:42 queue INFO >>0 [37] -2015-01-25 01:20:42 sendUrl INFO 0 [37] -2015-01-25 01:21:32 queue INFO >>0 [38] -2015-01-25 01:21:33 sendUrl INFO 0 [38] -2015-01-25 01:22:22 queue INFO >>0 [39] -2015-01-25 01:22:23 sendUrl INFO 0 [39] -2015-01-25 01:23:12 queue INFO >>0 [40] -2015-01-25 01:23:13 sendUrl INFO 0 [40] -2015-01-25 01:24:03 queue INFO >>0 [41] -2015-01-25 01:24:03 sendUrl INFO 0 [41] -2015-01-25 01:24:53 queue INFO >>0 [42] -2015-01-25 01:24:53 sendUrl INFO 0 [42] -2015-01-25 01:25:43 queue INFO >>0 [43] -2015-01-25 01:25:43 sendUrl INFO 0 [43] -2015-01-25 01:26:33 queue INFO >>0 [44] -2015-01-25 01:26:33 sendUrl INFO 0 [44] -2015-01-25 01:27:23 queue INFO >>0 [45] -2015-01-25 01:27:24 sendUrl INFO 0 [45] -2015-01-25 01:28:13 queue INFO >>0 [46] -2015-01-25 01:28:13 sendUrl INFO 0 [46] -2015-01-25 01:29:03 queue INFO >>0 [47] -2015-01-25 01:29:04 sendUrl INFO 0 [47] -2015-01-25 01:29:54 queue INFO >>0 [48] -2015-01-25 01:29:54 sendUrl INFO 0 [48] -2015-01-25 01:30:44 queue INFO >>0 [49] -2015-01-25 01:30:44 sendUrl INFO 0 [49] -2015-01-25 01:31:34 queue INFO >>0 [50] -2015-01-25 01:31:34 sendUrl INFO 0 [50] -2015-01-25 01:32:24 queue INFO >>0 [51] -2015-01-25 01:32:24 sendUrl INFO 0 [51] -2015-01-25 01:33:14 queue INFO >>0 [52] -2015-01-25 01:33:14 sendUrl INFO 0 [52] -2015-01-25 01:34:04 queue INFO >>0 [53] -2015-01-25 01:34:05 sendUrl INFO 0 [53] -2015-01-25 01:34:54 queue INFO >>0 [54] -2015-01-25 01:34:55 sendUrl INFO 0 [54] -2015-01-25 01:35:45 queue INFO >>0 [55] -2015-01-25 01:35:45 sendUrl INFO 0 [55] -2015-01-25 01:36:35 queue INFO >>0 [56] -2015-01-25 01:36:35 sendUrl INFO 0 [56] -2015-01-25 01:37:25 queue INFO >>0 [57] -2015-01-25 01:37:25 sendUrl INFO 0 [57] -2015-01-25 01:38:15 queue INFO >>0 [58] -2015-01-25 01:38:15 sendUrl INFO 0 [58] -2015-01-25 01:39:05 queue INFO >>0 [59] -2015-01-25 01:39:06 sendUrl INFO 0 [59] -2015-01-25 01:39:55 queue INFO >>0 [60] -2015-01-25 01:39:56 sendUrl INFO 0 [60] -2015-01-25 01:40:46 queue INFO >>0 [61] -2015-01-25 01:40:46 sendUrl INFO 0 [61] -2015-01-25 01:41:36 queue INFO >>0 [62] -2015-01-25 01:41:36 sendUrl INFO 0 [62] -2015-01-25 01:42:26 queue INFO >>0 [63] -2015-01-25 01:42:26 sendUrl INFO 0 [63] -2015-01-25 01:43:16 queue INFO >>0 [64] -2015-01-25 01:43:16 sendUrl INFO 0 [64] -2015-01-25 01:44:06 queue INFO >>0 [65] -2015-01-25 01:44:07 sendUrl INFO 0 [65] -2015-01-25 01:44:56 queue INFO >>0 [66] -2015-01-25 01:44:56 sendUrl INFO 0 [66] -2015-01-25 01:45:46 queue INFO >>0 [67] -2015-01-25 01:45:47 sendUrl INFO 0 [67] -2015-01-25 01:46:37 queue INFO >>0 [68] -2015-01-25 01:46:37 sendUrl INFO 0 [68] -2015-01-25 01:47:27 queue INFO >>0 [69] -2015-01-25 01:47:27 sendUrl INFO 0 [69] -2015-01-25 01:48:17 queue INFO >>0 [70] -2015-01-25 01:48:17 sendUrl INFO 0 [70] -2015-01-25 01:49:07 queue INFO >>0 [71] -2015-01-25 01:49:08 sendUrl INFO 0 [71] -2015-01-25 01:49:57 queue INFO >>0 [72] -2015-01-25 01:49:57 sendUrl INFO 0 [72] -2015-01-25 01:50:47 queue INFO >>0 [73] -2015-01-25 01:50:48 sendUrl INFO 0 [73] -2015-01-25 01:51:37 queue INFO >>0 [74] -2015-01-25 01:51:38 sendUrl INFO 0 [74] -2015-01-25 01:52:28 queue INFO >>0 [75] -2015-01-25 01:52:28 sendUrl INFO 0 [75] -2015-01-25 01:53:18 queue INFO >>0 [76] -2015-01-25 01:53:18 sendUrl INFO 0 [76] -2015-01-25 01:54:08 queue INFO >>0 [77] -2015-01-25 01:54:08 sendUrl INFO 0 [77] -2015-01-25 01:54:58 queue INFO >>0 [78] -2015-01-25 01:54:58 sendUrl INFO 0 [78] -2015-01-25 01:55:48 queue INFO >>0 [79] -2015-01-25 01:55:48 sendUrl INFO 0 [79] -2015-01-25 01:56:38 queue INFO >>0 [80] -2015-01-25 01:56:39 sendUrl INFO 0 [80] -2015-01-25 01:57:28 queue INFO >>0 [81] -2015-01-25 01:57:29 sendUrl INFO 0 [81] -2015-01-25 01:58:19 queue INFO >>0 [82] -2015-01-25 01:58:19 sendUrl INFO 0 [82] -2015-01-25 01:59:09 queue INFO >>0 [83] -2015-01-25 01:59:09 sendUrl INFO 0 [83] -2015-01-25 01:59:59 queue INFO >>0 [84] -2015-01-25 01:59:59 sendUrl INFO 0 [84] -2015-01-25 02:00:49 queue INFO >>0 [85] -2015-01-25 02:00:49 sendUrl INFO 0 [85] -2015-01-25 02:01:39 queue INFO >>0 [86] -2015-01-25 02:01:39 sendUrl INFO 0 [86] -2015-01-25 02:02:29 queue INFO >>0 [87] -2015-01-25 02:02:30 sendUrl INFO 0 [87] -2015-01-25 02:03:19 queue INFO >>0 [88] -2015-01-25 02:03:20 sendUrl INFO 0 [88] -2015-01-25 02:04:10 queue INFO >>0 [89] -2015-01-25 02:04:10 sendUrl INFO 0 [89] -2015-01-25 02:05:00 queue INFO >>0 [90] -2015-01-25 02:05:00 sendUrl INFO 0 [90] -2015-01-25 02:05:50 queue INFO >>0 [91] -2015-01-25 02:05:50 sendUrl INFO 0 [91] -2015-01-25 02:06:40 queue INFO >>0 [92] -2015-01-25 02:06:40 sendUrl INFO 0 [92] -2015-01-25 02:07:30 queue INFO >>0 [93] -2015-01-25 02:07:30 sendUrl INFO 0 [93] -2015-01-25 02:08:20 queue INFO >>0 [94] -2015-01-25 02:08:21 sendUrl INFO 0 [94] -2015-01-25 02:09:10 queue INFO >>0 [95] -2015-01-25 02:09:10 sendUrl INFO 0 [95] -2015-01-25 02:10:00 queue INFO >>0 [96] -2015-01-25 02:10:01 sendUrl INFO 0 [96] -2015-01-25 02:10:51 queue INFO >>0 [97] -2015-01-25 02:10:51 sendUrl INFO 0 [97] -2015-01-25 02:11:41 queue INFO >>0 [98] -2015-01-25 02:11:41 sendUrl INFO 0 [98] -2015-01-25 02:12:31 queue INFO >>0 [99] -2015-01-25 02:12:31 sendUrl INFO 0 [99] -2015-01-25 02:13:21 queue INFO >>0 [100] -2015-01-25 02:13:22 sendUrl INFO 0 [100] -2015-01-25 02:14:11 queue INFO >>0 [101] -2015-01-25 02:14:11 sendUrl INFO 0 [101] -2015-01-25 02:15:01 queue INFO >>0 [102] -2015-01-25 02:15:02 sendUrl INFO 0 [102] -2015-01-25 02:15:52 queue INFO >>0 [103] -2015-01-25 02:15:52 sendUrl INFO 0 [103] -2015-01-25 02:16:42 queue INFO >>0 [104] -2015-01-25 02:16:42 sendUrl INFO 0 [104] -2015-01-25 02:17:32 queue INFO >>0 [105] -2015-01-25 02:17:32 sendUrl INFO 0 [105] -2015-01-25 02:18:22 queue INFO >>0 [106] -2015-01-25 02:18:22 sendUrl INFO 0 [106] -2015-01-25 02:19:12 queue INFO >>0 [107] -2015-01-25 02:19:12 sendUrl INFO 0 [107] -2015-01-25 02:20:02 queue INFO >>0 [108] -2015-01-25 02:20:03 sendUrl INFO 0 [108] -2015-01-25 02:20:52 queue INFO >>0 [109] -2015-01-25 02:20:53 sendUrl INFO 0 [109] -2015-01-25 02:21:42 queue INFO >>0 [110] -2015-01-25 02:21:43 sendUrl INFO 0 [110] -2015-01-25 02:22:33 queue INFO >>0 [111] -2015-01-25 02:22:33 sendUrl INFO 0 [111] -2015-01-25 02:23:23 queue INFO >>0 [112] -2015-01-25 02:23:23 sendUrl INFO 0 [112] -2015-01-25 02:24:13 queue INFO >>0 [113] -2015-01-25 02:24:13 sendUrl INFO 0 [113] -2015-01-25 02:25:03 queue INFO >>0 [114] -2015-01-25 02:25:03 sendUrl INFO 0 [114] -2015-01-25 02:25:53 queue INFO >>0 [115] -2015-01-25 02:25:54 sendUrl INFO 0 [115] -2015-01-25 02:26:43 queue INFO >>0 [116] -2015-01-25 02:26:44 sendUrl INFO 0 [116] -2015-01-25 02:27:33 queue INFO >>0 [117] -2015-01-25 02:27:34 sendUrl INFO 0 [117] -2015-01-25 02:28:24 queue INFO >>0 [118] -2015-01-25 02:28:24 sendUrl INFO 0 [118] -2015-01-25 02:29:14 queue INFO >>0 [119] -2015-01-25 02:29:14 sendUrl INFO 0 [119] -2015-01-25 02:30:04 queue INFO >>0 [120] -2015-01-25 02:30:04 sendUrl INFO 0 [120] -2015-01-25 02:30:54 queue INFO >>0 [121] -2015-01-25 02:30:55 sendUrl INFO 0 [121] -2015-01-25 02:31:44 queue INFO >>0 [122] -2015-01-25 02:31:44 sendUrl INFO 0 [122] -2015-01-25 02:32:34 queue INFO >>0 [123] -2015-01-25 02:32:35 sendUrl INFO 0 [123] -2015-01-25 02:33:25 queue INFO >>0 [124] -2015-01-25 02:33:25 sendUrl INFO 0 [124] -2015-01-25 02:34:15 queue INFO >>0 [125] -2015-01-25 02:34:15 sendUrl INFO 0 [125] -2015-01-25 02:35:05 queue INFO >>0 [126] -2015-01-25 02:35:05 sendUrl INFO 0 [126] -2015-01-25 02:35:55 queue INFO >>0 [127] -2015-01-25 02:35:55 sendUrl INFO 0 [127] -2015-01-25 02:36:45 queue INFO >>0 [128] -2015-01-25 02:36:45 sendUrl INFO 0 [128] -2015-01-25 02:37:35 queue INFO >>0 [129] -2015-01-25 02:37:36 sendUrl INFO 0 [129] -2015-01-25 02:38:25 queue INFO >>0 [130] -2015-01-25 02:38:26 sendUrl INFO 0 [130] -2015-01-25 02:39:16 queue INFO >>0 [131] -2015-01-25 02:39:16 sendUrl INFO 0 [131] -2015-01-25 02:40:06 queue INFO >>0 [132] -2015-01-25 02:40:06 sendUrl INFO 0 [132] -2015-01-25 02:40:56 queue INFO >>0 [133] -2015-01-25 02:40:56 sendUrl INFO 0 [133] -2015-01-25 02:41:46 queue INFO >>0 [134] -2015-01-25 02:41:46 sendUrl INFO 0 [134] -2015-01-25 02:42:36 queue INFO >>0 [135] -2015-01-25 02:42:37 sendUrl INFO 0 [135] -2015-01-25 02:43:26 queue INFO >>0 [136] -2015-01-25 02:43:27 sendUrl INFO 0 [136] -2015-01-25 02:44:17 queue INFO >>0 [137] -2015-01-25 02:44:17 sendUrl INFO 0 [137] -2015-01-25 02:45:07 queue INFO >>0 [138] -2015-01-25 02:45:07 sendUrl INFO 0 [138] -2015-01-25 02:45:57 queue INFO >>0 [139] -2015-01-25 02:45:57 sendUrl INFO 0 [139] -2015-01-25 02:46:47 queue INFO >>0 [140] -2015-01-25 02:46:47 sendUrl INFO 0 [140] -2015-01-25 02:47:37 queue INFO >>0 [141] -2015-01-25 02:47:38 sendUrl INFO 0 [141] -2015-01-25 02:48:27 queue INFO >>0 [142] -2015-01-25 02:48:27 sendUrl INFO 0 [142] -2015-01-25 02:49:17 queue INFO >>0 [143] -2015-01-25 02:49:18 sendUrl INFO 0 [143] -2015-01-25 02:50:08 queue INFO >>0 [144] -2015-01-25 02:50:08 sendUrl INFO 0 [144] -2015-01-25 02:50:58 queue INFO >>0 [145] -2015-01-25 02:50:58 sendUrl INFO 0 [145] -2015-01-25 02:51:48 queue INFO >>0 [146] -2015-01-25 02:51:48 sendUrl INFO 0 [146] -2015-01-25 02:52:38 queue INFO >>0 [147] -2015-01-25 02:52:39 sendUrl INFO 0 [147] -2015-01-25 02:53:28 queue INFO >>0 [148] -2015-01-25 02:53:28 sendUrl INFO 0 [148] -2015-01-25 02:54:18 queue INFO >>0 [149] -2015-01-25 02:54:19 sendUrl INFO 0 [149] -2015-01-25 02:55:09 queue INFO >>0 [150] -2015-01-25 02:55:09 sendUrl INFO 0 [150] -2015-01-25 02:55:59 queue INFO >>0 [151] -2015-01-25 02:55:59 sendUrl INFO 0 [151] -2015-01-25 02:56:49 queue INFO >>0 [152] -2015-01-25 02:56:49 sendUrl INFO 0 [152] -2015-01-25 02:57:39 queue INFO >>0 [153] -2015-01-25 02:57:40 sendUrl INFO 0 [153] -2015-01-25 02:58:29 queue INFO >>0 [154] -2015-01-25 02:58:29 sendUrl INFO 0 [154] -2015-01-25 02:59:19 queue INFO >>0 [155] -2015-01-25 02:59:20 sendUrl INFO 0 [155] -2015-01-25 03:00:09 queue INFO >>0 [156] -2015-01-25 03:00:10 sendUrl INFO 0 [156] -2015-01-25 03:00:59 queue INFO >>0 [157] -2015-01-25 03:01:00 sendUrl INFO 0 [157] -2015-01-25 03:01:50 queue INFO >>0 [158] -2015-01-25 03:01:50 sendUrl INFO 0 [158] -2015-01-25 03:02:40 queue INFO >>0 [159] -2015-01-25 03:02:40 sendUrl INFO 0 [159] -2015-01-25 03:03:30 queue INFO >>0 [160] -2015-01-25 03:03:30 sendUrl INFO 0 [160] -2015-01-25 03:04:20 queue INFO >>0 [161] -2015-01-25 03:04:20 sendUrl INFO 0 [161] -2015-01-25 03:05:10 queue INFO >>0 [162] -2015-01-25 03:05:11 sendUrl INFO 0 [162] -2015-01-25 03:06:00 queue INFO >>0 [163] -2015-01-25 03:06:01 sendUrl INFO 0 [163] -2015-01-25 03:06:50 queue INFO >>0 [164] -2015-01-25 03:06:51 sendUrl INFO 0 [164] -2015-01-25 03:07:41 queue INFO >>0 [165] -2015-01-25 03:07:41 sendUrl INFO 0 [165] -2015-01-25 03:08:31 queue INFO >>0 [166] -2015-01-25 03:08:31 sendUrl INFO 0 [166] -2015-01-25 03:09:21 queue INFO >>0 [167] -2015-01-25 03:09:21 sendUrl INFO 0 [167] -2015-01-25 03:10:11 queue INFO >>0 [168] -2015-01-25 03:10:11 sendUrl INFO 0 [168] -2015-01-25 03:11:01 queue INFO >>0 [169] -2015-01-25 03:11:01 sendUrl INFO 0 [169] -2015-01-25 03:11:51 queue INFO >>0 [170] -2015-01-25 03:11:52 sendUrl INFO 0 [170] -2015-01-25 03:12:42 queue INFO >>0 [171] -2015-01-25 03:12:42 sendUrl INFO 0 [171] -2015-01-25 03:13:32 queue INFO >>0 [172] -2015-01-25 03:13:32 sendUrl INFO 0 [172] -2015-01-25 03:14:22 queue INFO >>0 [173] -2015-01-25 03:14:22 sendUrl INFO 0 [173] -2015-01-25 03:15:12 queue INFO >>0 [174] -2015-01-25 03:15:12 sendUrl INFO 0 [174] -2015-01-25 03:16:02 queue INFO >>0 [175] -2015-01-25 03:16:02 sendUrl INFO 0 [175] -2015-01-25 03:16:52 queue INFO >>0 [176] -2015-01-25 03:16:53 sendUrl INFO 0 [176] -2015-01-25 03:17:42 queue INFO >>0 [177] -2015-01-25 03:17:43 sendUrl INFO 0 [177] -2015-01-25 03:18:33 queue INFO >>0 [178] -2015-01-25 03:18:33 sendUrl INFO 0 [178] -2015-01-25 03:19:23 queue INFO >>0 [179] -2015-01-25 03:19:23 sendUrl INFO 0 [179] -2015-01-25 03:20:13 queue INFO >>0 [180] -2015-01-25 03:20:13 sendUrl INFO 0 [180] -2015-01-25 03:21:03 queue INFO >>0 [181] -2015-01-25 03:21:03 sendUrl INFO 0 [181] -2015-01-25 03:21:53 queue INFO >>0 [182] -2015-01-25 03:21:54 sendUrl INFO 0 [182] -2015-01-25 03:22:43 queue INFO >>0 [183] -2015-01-25 03:22:44 sendUrl INFO 0 [183] -2015-01-25 03:23:34 queue INFO >>0 [184] -2015-01-25 03:23:34 sendUrl INFO 0 [184] -2015-01-25 03:24:24 queue INFO >>0 [185] -2015-01-25 03:24:24 sendUrl INFO 0 [185] -2015-01-25 03:25:14 queue INFO >>0 [186] -2015-01-25 03:25:14 sendUrl INFO 0 [186] -2015-01-25 03:26:04 queue INFO >>0 [187] -2015-01-25 03:26:04 sendUrl INFO 0 [187] -2015-01-25 03:26:54 queue INFO >>0 [188] -2015-01-25 03:26:55 sendUrl INFO 0 [188] -2015-01-25 03:27:44 queue INFO >>0 [189] -2015-01-25 03:27:44 sendUrl INFO 0 [189] -2015-01-25 03:28:34 queue INFO >>0 [190] -2015-01-25 03:28:35 sendUrl INFO 0 [190] -2015-01-25 03:29:25 queue INFO >>0 [191] -2015-01-25 03:29:25 sendUrl INFO 0 [191] -2015-01-25 03:30:15 queue INFO >>0 [192] -2015-01-25 03:30:15 sendUrl INFO 0 [192] -2015-01-25 03:31:05 queue INFO >>0 [193] -2015-01-25 03:31:05 sendUrl INFO 0 [193] -2015-01-25 03:31:55 queue INFO >>0 [194] -2015-01-25 03:31:56 sendUrl INFO 0 [194] -2015-01-25 03:32:45 queue INFO >>0 [195] -2015-01-25 03:32:45 sendUrl INFO 0 [195] -2015-01-25 03:33:35 queue INFO >>0 [196] -2015-01-25 03:33:36 sendUrl INFO 0 [196] -2015-01-25 03:34:26 queue INFO >>0 [197] -2015-01-25 03:34:26 sendUrl INFO 0 [197] -2015-01-25 03:35:16 queue INFO >>0 [198] -2015-01-25 03:35:16 sendUrl INFO 0 [198] -2015-01-25 03:36:06 queue INFO >>0 [199] -2015-01-25 03:36:06 sendUrl INFO 0 [199] -2015-01-25 03:36:56 queue INFO >>0 [200] -2015-01-25 03:36:56 sendUrl INFO 0 [200] -2015-01-25 03:37:46 queue INFO >>0 [201] -2015-01-25 03:37:46 sendUrl INFO 0 [201] -2015-01-25 03:38:36 queue INFO >>0 [202] -2015-01-25 03:38:37 sendUrl INFO 0 [202] -2015-01-25 03:39:26 queue INFO >>0 [203] -2015-01-25 03:39:27 sendUrl INFO 0 [203] -2015-01-25 03:40:17 queue INFO >>0 [204] -2015-01-25 03:40:17 sendUrl INFO 0 [204] -2015-01-25 03:41:07 queue INFO >>0 [205] -2015-01-25 03:41:07 sendUrl INFO 0 [205] -2015-01-25 03:41:57 queue INFO >>0 [206] -2015-01-25 03:41:57 sendUrl INFO 0 [206] -2015-01-25 03:42:47 queue INFO >>0 [207] -2015-01-25 03:42:47 sendUrl INFO 0 [207] -2015-01-25 03:43:37 queue INFO >>0 [208] -2015-01-25 03:43:38 sendUrl INFO 0 [208] -2015-01-25 03:44:27 queue INFO >>0 [209] -2015-01-25 03:44:27 sendUrl INFO 0 [209] -2015-01-25 03:45:17 queue INFO >>0 [210] -2015-01-25 03:45:18 sendUrl INFO 0 [210] -2015-01-25 03:46:08 queue INFO >>0 [211] -2015-01-25 03:46:08 sendUrl INFO 0 [211] -2015-01-25 03:46:58 queue INFO >>0 [212] -2015-01-25 03:46:58 sendUrl INFO 0 [212] -2015-01-25 03:47:48 queue INFO >>0 [213] -2015-01-25 03:47:48 sendUrl INFO 0 [213] -2015-01-25 03:48:38 queue INFO >>0 [214] -2015-01-25 03:48:38 sendUrl INFO 0 [214] -2015-01-25 03:49:28 queue INFO >>0 [215] -2015-01-25 03:49:28 sendUrl INFO 0 [215] -2015-01-25 03:50:18 queue INFO >>0 [216] -2015-01-25 03:50:19 sendUrl INFO 0 [216] -2015-01-25 03:51:08 queue INFO >>0 [217] -2015-01-25 03:51:09 sendUrl INFO 0 [217] -2015-01-25 03:51:59 queue INFO >>0 [218] -2015-01-25 03:51:59 sendUrl INFO 0 [218] -2015-01-25 03:52:49 queue INFO >>0 [219] -2015-01-25 03:52:49 sendUrl INFO 0 [219] -2015-01-25 03:53:39 queue INFO >>0 [220] -2015-01-25 03:53:39 sendUrl INFO 0 [220] -2015-01-25 03:54:29 queue INFO >>0 [221] -2015-01-25 03:54:29 sendUrl INFO 0 [221] -2015-01-25 03:55:19 queue INFO >>0 [222] -2015-01-25 03:55:19 sendUrl INFO 0 [222] -2015-01-25 03:56:09 queue INFO >>0 [223] -2015-01-25 03:56:10 sendUrl INFO 0 [223] -2015-01-25 03:56:59 queue INFO >>0 [224] -2015-01-25 03:56:59 sendUrl INFO 0 [224] -2015-01-25 03:57:49 queue INFO >>0 [225] -2015-01-25 03:57:50 sendUrl INFO 0 [225] -2015-01-25 03:58:40 queue INFO >>0 [226] -2015-01-25 03:58:40 sendUrl INFO 0 [226] -2015-01-25 03:59:30 queue INFO >>0 [227] -2015-01-25 03:59:30 sendUrl INFO 0 [227] -2015-01-25 04:00:20 queue INFO >>0 [228] -2015-01-25 04:00:20 sendUrl INFO 0 [228] -2015-01-25 04:01:10 queue INFO >>0 [229] -2015-01-25 04:01:11 sendUrl INFO 0 [229] -2015-01-25 04:02:00 queue INFO >>0 [230] -2015-01-25 04:02:00 sendUrl INFO 0 [230] -2015-01-25 04:02:50 queue INFO >>0 [231] -2015-01-25 04:02:51 sendUrl INFO 0 [231] -2015-01-25 04:03:40 queue INFO >>0 [232] -2015-01-25 04:03:41 sendUrl INFO 0 [232] -2015-01-25 04:04:31 queue INFO >>0 [233] -2015-01-25 04:04:31 sendUrl INFO 0 [233] -2015-01-25 04:05:21 queue INFO >>0 [234] -2015-01-25 04:05:21 sendUrl INFO 0 [234] -2015-01-25 04:06:11 queue INFO >>0 [235] -2015-01-25 04:06:11 sendUrl INFO 0 [235] -2015-01-25 04:07:01 queue INFO >>0 [236] -2015-01-25 04:07:01 sendUrl INFO 0 [236] -2015-01-25 04:07:51 queue INFO >>0 [237] -2015-01-25 04:07:52 sendUrl INFO 0 [237] -2015-01-25 04:08:41 queue INFO >>0 [238] -2015-01-25 04:08:41 sendUrl INFO 0 [238] -2015-01-25 04:09:32 queue INFO >>0 [239] -2015-01-25 04:09:32 sendUrl INFO 0 [239] -2015-01-25 04:10:22 queue INFO >>0 [240] -2015-01-25 04:10:22 sendUrl INFO 0 [240] -2015-01-25 04:11:12 queue INFO >>0 [241] -2015-01-25 04:11:12 sendUrl INFO 0 [241] -2015-01-25 04:12:02 queue INFO >>0 [242] -2015-01-25 04:12:02 sendUrl INFO 0 [242] -2015-01-25 04:12:52 queue INFO >>0 [243] -2015-01-25 04:12:53 sendUrl INFO 0 [243] -2015-01-25 04:13:42 queue INFO >>0 [244] -2015-01-25 04:13:42 sendUrl INFO 0 [244] -2015-01-25 04:14:32 queue INFO >>0 [245] -2015-01-25 04:14:33 sendUrl INFO 0 [245] -2015-01-25 04:15:22 queue INFO >>0 [246] -2015-01-25 04:15:23 sendUrl INFO 0 [246] -2015-01-25 04:16:13 queue INFO >>0 [247] -2015-01-25 04:16:13 sendUrl INFO 0 [247] -2015-01-25 04:17:03 queue INFO >>0 [248] -2015-01-25 04:17:03 sendUrl INFO 0 [248] -2015-01-25 04:17:53 queue INFO >>0 [249] -2015-01-25 04:17:53 sendUrl INFO 0 [249] -2015-01-25 04:18:43 queue INFO >>0 [250] -2015-01-25 04:18:43 sendUrl INFO 0 [250] -2015-01-25 04:19:33 queue INFO >>0 [251] -2015-01-25 04:19:33 sendUrl INFO 0 [251] -2015-01-25 04:20:23 queue INFO >>0 [252] -2015-01-25 04:20:24 sendUrl INFO 0 [252] -2015-01-25 04:21:13 queue INFO >>0 [253] -2015-01-25 04:21:14 sendUrl INFO 0 [253] -2015-01-25 04:22:04 queue INFO >>0 [254] -2015-01-25 04:22:04 sendUrl INFO 0 [254] -2015-01-25 04:22:54 queue INFO >>0 [255] -2015-01-25 04:22:54 sendUrl INFO 0 [255] -2015-01-25 04:23:44 queue INFO >>0 [256] -2015-01-25 04:23:44 sendUrl INFO 0 [256] -2015-01-25 04:24:34 queue INFO >>0 [257] -2015-01-25 04:24:34 sendUrl INFO 0 [257] -2015-01-25 04:25:24 queue INFO >>0 [258] -2015-01-25 04:25:25 sendUrl INFO 0 [258] -2015-01-25 04:26:14 queue INFO >>0 [259] -2015-01-25 04:26:15 sendUrl INFO 0 [259] -2015-01-25 04:27:05 queue INFO >>0 [260] -2015-01-25 04:27:05 sendUrl INFO 0 [260] -2015-01-25 04:27:55 queue INFO >>0 [261] -2015-01-25 04:27:55 sendUrl INFO 0 [261] -2015-01-25 04:28:45 queue INFO >>0 [262] -2015-01-25 04:28:45 sendUrl INFO 0 [262] -2015-01-25 04:29:35 queue INFO >>0 [263] -2015-01-25 04:29:35 sendUrl INFO 0 [263] -2015-01-25 04:30:25 queue INFO >>0 [264] -2015-01-25 04:30:26 sendUrl INFO 0 [264] -2015-01-25 04:31:15 queue INFO >>0 [265] -2015-01-25 04:31:16 sendUrl INFO 0 [265] -2015-01-25 04:32:05 queue INFO >>0 [266] -2015-01-25 04:32:06 sendUrl INFO 0 [266] -2015-01-25 04:32:56 queue INFO >>0 [267] -2015-01-25 04:32:56 sendUrl INFO 0 [267] -2015-01-25 04:33:46 queue INFO >>0 [268] -2015-01-25 04:33:46 sendUrl INFO 0 [268] -2015-01-25 04:34:36 queue INFO >>0 [269] -2015-01-25 04:34:36 sendUrl INFO 0 [269] -2015-01-25 04:35:26 queue INFO >>0 [270] -2015-01-25 04:35:27 sendUrl INFO 0 [270] -2015-01-25 04:36:16 queue INFO >>0 [271] -2015-01-25 04:36:16 sendUrl INFO 0 [271] -2015-01-25 04:37:06 queue INFO >>0 [272] -2015-01-25 04:37:07 sendUrl INFO 0 [272] -2015-01-25 04:37:57 queue INFO >>0 [273] -2015-01-25 04:37:57 sendUrl INFO 0 [273] -2015-01-25 04:38:47 queue INFO >>0 [274] -2015-01-25 04:38:47 sendUrl INFO 0 [274] -2015-01-25 04:39:37 queue INFO >>0 [275] -2015-01-25 04:39:37 sendUrl INFO 0 [275] -2015-01-25 04:40:27 queue INFO >>0 [276] -2015-01-25 04:40:27 sendUrl INFO 0 [276] -2015-01-25 04:41:17 queue INFO >>0 [277] -2015-01-25 04:41:17 sendUrl INFO 0 [277] -2015-01-25 04:42:07 queue INFO >>0 [278] -2015-01-25 04:42:08 sendUrl INFO 0 [278] -2015-01-25 04:42:57 queue INFO >>0 [279] -2015-01-25 04:42:57 sendUrl INFO 0 [279] -2015-01-25 04:43:47 queue INFO >>0 [280] -2015-01-25 04:43:48 sendUrl INFO 0 [280] -2015-01-25 04:44:38 queue INFO >>0 [281] -2015-01-25 04:44:38 sendUrl INFO 0 [281] -2015-01-25 04:45:28 queue INFO >>0 [282] -2015-01-25 04:45:28 sendUrl INFO 0 [282] -2015-01-25 04:46:18 queue INFO >>0 [283] -2015-01-25 04:46:18 sendUrl INFO 0 [283] -2015-01-25 04:47:08 queue INFO >>0 [284] -2015-01-25 04:47:08 sendUrl INFO 0 [284] -2015-01-25 04:47:58 queue INFO >>0 [285] -2015-01-25 04:47:58 sendUrl INFO 0 [285] -2015-01-25 04:48:48 queue INFO >>0 [286] -2015-01-25 04:48:49 sendUrl INFO 0 [286] -2015-01-25 04:49:38 queue INFO >>0 [287] -2015-01-25 04:49:39 sendUrl INFO 0 [287] -2015-01-25 04:50:29 queue INFO >>0 [288] -2015-01-25 04:50:29 sendUrl INFO 0 [288] -2015-01-25 04:51:19 queue INFO >>0 [289] -2015-01-25 04:51:19 sendUrl INFO 0 [289] -2015-01-25 04:52:09 queue INFO >>0 [290] -2015-01-25 04:52:09 sendUrl INFO 0 [290] -2015-01-25 04:52:59 queue INFO >>0 [291] -2015-01-25 04:52:59 sendUrl INFO 0 [291] -2015-01-25 04:53:49 queue INFO >>0 [292] -2015-01-25 04:53:50 sendUrl INFO 0 [292] -2015-01-25 04:54:39 queue INFO >>0 [293] -2015-01-25 04:54:40 sendUrl INFO 0 [293] -2015-01-25 04:55:30 queue INFO >>0 [294] -2015-01-25 04:55:30 sendUrl INFO 0 [294] -2015-01-25 04:56:20 queue INFO >>0 [295] -2015-01-25 04:56:20 sendUrl INFO 0 [295] -2015-01-25 04:57:10 queue INFO >>0 [296] -2015-01-25 04:57:10 sendUrl INFO 0 [296] -2015-01-25 04:58:00 queue INFO >>0 [297] -2015-01-25 04:58:00 sendUrl INFO 0 [297] -2015-01-25 04:58:50 queue INFO >>0 [298] -2015-01-25 04:58:50 sendUrl INFO 0 [298] -2015-01-25 04:59:40 queue INFO >>0 [299] -2015-01-25 04:59:41 sendUrl INFO 0 [299] -2015-01-25 05:00:30 queue INFO >>0 [300] -2015-01-25 05:00:30 sendUrl INFO 0 [300] -2015-01-25 05:01:20 queue INFO >>0 [301] -2015-01-25 05:01:21 sendUrl INFO 0 [301] -2015-01-25 05:02:11 queue INFO >>0 [302] -2015-01-25 05:02:11 sendUrl INFO 0 [302] -2015-01-25 05:03:01 queue INFO >>0 [303] -2015-01-25 05:03:01 sendUrl INFO 0 [303] -2015-01-25 05:03:51 queue INFO >>0 [304] -2015-01-25 05:03:51 sendUrl INFO 0 [304] -2015-01-25 05:04:41 queue INFO >>0 [305] -2015-01-25 05:04:42 sendUrl INFO 0 [305] -2015-01-25 05:05:31 queue INFO >>0 [306] -2015-01-25 05:05:31 sendUrl INFO 0 [306] -2015-01-25 05:06:21 queue INFO >>0 [307] -2015-01-25 05:06:22 sendUrl INFO 0 [307] -2015-01-25 05:07:11 queue INFO >>0 [308] -2015-01-25 05:07:12 sendUrl INFO 0 [308] -2015-01-25 05:08:02 queue INFO >>0 [309] -2015-01-25 05:08:02 sendUrl INFO 0 [309] -2015-01-25 05:08:52 queue INFO >>0 [310] -2015-01-25 05:08:52 sendUrl INFO 0 [310] -2015-01-25 05:09:42 queue INFO >>0 [311] -2015-01-25 05:09:42 sendUrl INFO 0 [311] -2015-01-25 05:10:32 queue INFO >>0 [312] -2015-01-25 05:10:32 sendUrl INFO 0 [312] -2015-01-25 05:11:22 queue INFO >>0 [313] -2015-01-25 05:11:23 sendUrl INFO 0 [313] -2015-01-25 05:12:12 queue INFO >>0 [314] -2015-01-25 05:12:12 sendUrl INFO 0 [314] -2015-01-25 05:13:02 queue INFO >>0 [315] -2015-01-25 05:13:03 sendUrl INFO 0 [315] -2015-01-25 05:13:53 queue INFO >>0 [316] -2015-01-25 05:13:53 sendUrl INFO 0 [316] -2015-01-25 05:14:43 queue INFO >>0 [317] -2015-01-25 05:14:43 sendUrl INFO 0 [317] -2015-01-25 05:15:33 queue INFO >>0 [318] -2015-01-25 05:15:33 sendUrl INFO 0 [318] -2015-01-25 05:16:23 queue INFO >>0 [319] -2015-01-25 05:16:23 sendUrl INFO 0 [319] -2015-01-25 05:17:13 queue INFO >>0 [320] -2015-01-25 05:17:13 sendUrl INFO 0 [320] -2015-01-25 05:18:03 queue INFO >>0 [321] -2015-01-25 05:18:04 sendUrl INFO 0 [321] -2015-01-25 05:18:53 queue INFO >>0 [322] -2015-01-25 05:18:54 sendUrl INFO 0 [322] -2015-01-25 05:19:44 queue INFO >>0 [323] -2015-01-25 05:19:44 sendUrl INFO 0 [323] -2015-01-25 05:20:34 queue INFO >>0 [324] -2015-01-25 05:20:34 sendUrl INFO 0 [324] -2015-01-25 05:21:24 queue INFO >>0 [325] -2015-01-25 05:21:24 sendUrl INFO 0 [325] -2015-01-25 05:22:14 queue INFO >>0 [326] -2015-01-25 05:22:14 sendUrl INFO 0 [326] -2015-01-25 05:23:04 queue INFO >>0 [327] -2015-01-25 05:23:05 sendUrl INFO 0 [327] -2015-01-25 05:23:54 queue INFO >>0 [328] -2015-01-25 05:23:55 sendUrl INFO 0 [328] -2015-01-25 05:24:44 queue INFO >>0 [329] -2015-01-25 05:24:45 sendUrl INFO 0 [329] -2015-01-25 05:25:35 queue INFO >>0 [330] -2015-01-25 05:25:35 sendUrl INFO 0 [330] -2015-01-25 05:26:25 queue INFO >>0 [331] -2015-01-25 05:26:25 sendUrl INFO 0 [331] -2015-01-25 05:27:15 queue INFO >>0 [332] -2015-01-25 05:27:15 sendUrl INFO 0 [332] -2015-01-25 05:28:05 queue INFO >>0 [333] -2015-01-25 05:28:05 sendUrl INFO 0 [333] -2015-01-25 05:28:55 queue INFO >>0 [334] -2015-01-25 05:28:56 sendUrl INFO 0 [334] -2015-01-25 05:29:45 queue INFO >>0 [335] -2015-01-25 05:29:46 sendUrl INFO 0 [335] -2015-01-25 05:30:36 queue INFO >>0 [336] -2015-01-25 05:30:36 sendUrl INFO 0 [336] -2015-01-25 05:31:26 queue INFO >>0 [337] -2015-01-25 05:31:26 sendUrl INFO 0 [337] -2015-01-25 05:32:16 queue INFO >>0 [338] -2015-01-25 05:32:16 sendUrl INFO 0 [338] -2015-01-25 05:33:06 queue INFO >>0 [339] -2015-01-25 05:33:06 sendUrl INFO 0 [339] -2015-01-25 05:33:56 queue INFO >>0 [340] -2015-01-25 05:33:57 sendUrl INFO 0 [340] -2015-01-25 05:34:46 queue INFO >>0 [341] -2015-01-25 05:34:47 sendUrl INFO 0 [341] -2015-01-25 05:35:36 queue INFO >>0 [342] -2015-01-25 05:35:37 sendUrl INFO 0 [342] -2015-01-25 05:36:27 queue INFO >>0 [343] -2015-01-25 05:36:27 sendUrl INFO 0 [343] -2015-01-25 05:37:17 queue INFO >>0 [344] -2015-01-25 05:37:17 sendUrl INFO 0 [344] -2015-01-25 05:38:07 queue INFO >>0 [345] -2015-01-25 05:38:07 sendUrl INFO 0 [345] -2015-01-25 05:38:57 queue INFO >>0 [346] -2015-01-25 05:38:57 sendUrl INFO 0 [346] -2015-01-25 05:39:47 queue INFO >>0 [347] -2015-01-25 05:39:47 sendUrl INFO 0 [347] -2015-01-25 05:40:37 queue INFO >>0 [348] -2015-01-25 05:40:38 sendUrl INFO 0 [348] -2015-01-25 05:41:28 queue INFO >>0 [349] -2015-01-25 05:41:28 sendUrl INFO 0 [349] -2015-01-25 05:42:18 queue INFO >>0 [350] -2015-01-25 05:42:18 sendUrl INFO 0 [350] -2015-01-25 05:43:08 queue INFO >>0 [351] -2015-01-25 05:43:08 sendUrl INFO 0 [351] -2015-01-25 05:43:58 queue INFO >>0 [352] -2015-01-25 05:43:58 sendUrl INFO 0 [352] -2015-01-25 05:44:48 queue INFO >>0 [353] -2015-01-25 05:44:48 sendUrl INFO 0 [353] -2015-01-25 05:45:38 queue INFO >>0 [354] -2015-01-25 05:45:39 sendUrl INFO 0 [354] -2015-01-25 05:46:28 queue INFO >>0 [355] -2015-01-25 05:46:29 sendUrl INFO 0 [355] -2015-01-25 05:47:19 queue INFO >>0 [356] -2015-01-25 05:47:19 sendUrl INFO 0 [356] -2015-01-25 05:48:09 queue INFO >>0 [357] -2015-01-25 05:48:09 sendUrl INFO 0 [357] -2015-01-25 05:48:59 queue INFO >>0 [358] -2015-01-25 05:48:59 sendUrl INFO 0 [358] -2015-01-25 05:49:49 queue INFO >>0 [359] -2015-01-25 05:49:49 sendUrl INFO 0 [359] -2015-01-25 05:50:39 queue INFO >>0 [360] -2015-01-25 05:50:40 sendUrl INFO 0 [360] -2015-01-25 05:51:29 queue INFO >>0 [361] -2015-01-25 05:51:30 sendUrl INFO 0 [361] -2015-01-25 05:52:20 queue INFO >>0 [362] -2015-01-25 05:52:20 sendUrl INFO 0 [362] -2015-01-25 05:53:10 queue INFO >>0 [363] -2015-01-25 05:53:10 sendUrl INFO 0 [363] -2015-01-25 05:54:00 queue INFO >>0 [364] -2015-01-25 05:54:00 sendUrl INFO 0 [364] -2015-01-25 05:54:50 queue INFO >>0 [365] -2015-01-25 05:54:50 sendUrl INFO 0 [365] -2015-01-25 05:55:40 queue INFO >>0 [366] -2015-01-25 05:55:41 sendUrl INFO 0 [366] -2015-01-25 05:56:30 queue INFO >>0 [367] -2015-01-25 05:56:30 sendUrl INFO 0 [367] -2015-01-25 05:57:20 queue INFO >>0 [368] -2015-01-25 05:57:21 sendUrl INFO 0 [368] -2015-01-25 05:58:10 queue INFO >>0 [369] -2015-01-25 05:58:11 sendUrl INFO 0 [369] -2015-01-25 05:59:01 queue INFO >>0 [370] -2015-01-25 05:59:01 sendUrl INFO 0 [370] -2015-01-25 05:59:51 queue INFO >>0 [371] -2015-01-25 05:59:51 sendUrl INFO 0 [371] -2015-01-25 06:00:41 queue INFO >>0 [372] -2015-01-25 06:00:41 sendUrl INFO 0 [372] -2015-01-25 06:01:31 queue INFO >>0 [373] -2015-01-25 06:01:31 sendUrl INFO 0 [373] -2015-01-25 06:02:21 queue INFO >>0 [374] -2015-01-25 06:02:22 sendUrl INFO 0 [374] -2015-01-25 06:03:11 queue INFO >>0 [375] -2015-01-25 06:03:12 sendUrl INFO 0 [375] -2015-01-25 06:04:01 queue INFO >>0 [376] -2015-01-25 06:04:02 sendUrl INFO 0 [376] -2015-01-25 06:04:52 queue INFO >>0 [377] -2015-01-25 06:04:52 sendUrl INFO 0 [377] -2015-01-25 06:05:42 queue INFO >>0 [378] -2015-01-25 06:05:42 sendUrl INFO 0 [378] -2015-01-25 06:06:32 queue INFO >>0 [379] -2015-01-25 06:06:32 sendUrl INFO 0 [379] -2015-01-25 06:07:22 queue INFO >>0 [380] -2015-01-25 06:07:22 sendUrl INFO 0 [380] -2015-01-25 06:08:12 queue INFO >>0 [381] -2015-01-25 06:08:12 sendUrl INFO 0 [381] -2015-01-25 06:09:02 queue INFO >>0 [382] -2015-01-25 06:09:03 sendUrl INFO 0 [382] -2015-01-25 06:09:53 queue INFO >>0 [383] -2015-01-25 06:09:53 sendUrl INFO 0 [383] -2015-01-25 06:10:43 queue INFO >>0 [384] -2015-01-25 06:10:43 sendUrl INFO 0 [384] -2015-01-25 06:11:33 queue INFO >>0 [385] -2015-01-25 06:11:33 sendUrl INFO 0 [385] -2015-01-25 06:12:23 queue INFO >>0 [386] -2015-01-25 06:12:23 sendUrl INFO 0 [386] -2015-01-25 06:13:13 queue INFO >>0 [387] -2015-01-25 06:13:13 sendUrl INFO 0 [387] -2015-01-25 06:14:03 queue INFO >>0 [388] -2015-01-25 06:14:04 sendUrl INFO 0 [388] -2015-01-25 06:14:53 queue INFO >>0 [389] -2015-01-25 06:14:54 sendUrl INFO 0 [389] -2015-01-25 06:15:44 queue INFO >>0 [390] -2015-01-25 06:15:44 sendUrl INFO 0 [390] -2015-01-25 06:16:34 queue INFO >>0 [391] -2015-01-25 06:16:34 sendUrl INFO 0 [391] -2015-01-25 06:17:24 queue INFO >>0 [392] -2015-01-25 06:17:24 sendUrl INFO 0 [392] -2015-01-25 06:18:14 queue INFO >>0 [393] -2015-01-25 06:18:14 sendUrl INFO 0 [393] -2015-01-25 06:19:04 queue INFO >>0 [394] -2015-01-25 06:19:05 sendUrl INFO 0 [394] -2015-01-25 06:19:54 queue INFO >>0 [395] -2015-01-25 06:19:55 sendUrl INFO 0 [395] -2015-01-25 06:20:45 queue INFO >>0 [396] -2015-01-25 06:20:45 sendUrl INFO 0 [396] -2015-01-25 06:21:35 queue INFO >>0 [397] -2015-01-25 06:21:35 sendUrl INFO 0 [397] -2015-01-25 06:22:25 queue INFO >>0 [398] -2015-01-25 06:22:25 sendUrl INFO 0 [398] -2015-01-25 06:23:15 queue INFO >>0 [399] -2015-01-25 06:23:15 sendUrl INFO 0 [399] -2015-01-25 06:24:05 queue INFO >>0 [400] -2015-01-25 06:24:05 sendUrl INFO 0 [400] -2015-01-25 06:24:55 queue INFO >>0 [401] -2015-01-25 06:24:56 sendUrl INFO 0 [401] -2015-01-25 06:25:45 queue INFO >>0 [402] -2015-01-25 06:25:46 sendUrl INFO 0 [402] -2015-01-25 06:26:36 queue INFO >>0 [403] -2015-01-25 06:26:36 sendUrl INFO 0 [403] -2015-01-25 06:27:26 queue INFO >>0 [404] -2015-01-25 06:27:26 sendUrl INFO 0 [404] -2015-01-25 06:28:16 queue INFO >>0 [405] -2015-01-25 06:28:16 sendUrl INFO 0 [405] -2015-01-25 06:29:06 queue INFO >>0 [406] -2015-01-25 06:29:06 sendUrl INFO 0 [406] -2015-01-25 06:29:56 queue INFO >>0 [407] -2015-01-25 06:29:57 sendUrl INFO 0 [407] -2015-01-25 06:30:46 queue INFO >>0 [408] -2015-01-25 06:30:46 sendUrl INFO 0 [408] -2015-01-25 06:31:36 queue INFO >>0 [409] -2015-01-25 06:31:37 sendUrl INFO 0 [409] -2015-01-25 06:32:26 queue INFO >>0 [410] -2015-01-25 06:32:27 sendUrl INFO 0 [410] -2015-01-25 06:33:17 queue INFO >>0 [411] -2015-01-25 06:33:17 sendUrl INFO 0 [411] -2015-01-25 06:34:07 queue INFO >>0 [412] -2015-01-25 06:34:07 sendUrl INFO 0 [412] -2015-01-25 06:34:57 queue INFO >>0 [413] -2015-01-25 06:34:57 sendUrl INFO 0 [413] -2015-01-25 06:35:47 queue INFO >>0 [414] -2015-01-25 06:35:47 sendUrl INFO 0 [414] -2015-01-25 06:36:37 queue INFO >>0 [415] -2015-01-25 06:36:38 sendUrl INFO 0 [415] -2015-01-25 06:37:27 queue INFO >>0 [416] -2015-01-25 06:37:28 sendUrl INFO 0 [416] -2015-01-25 06:38:18 queue INFO >>0 [417] -2015-01-25 06:38:18 sendUrl INFO 0 [417] -2015-01-25 06:39:08 queue INFO >>0 [418] -2015-01-25 06:39:08 sendUrl INFO 0 [418] -2015-01-25 06:39:58 queue INFO >>0 [419] -2015-01-25 06:39:58 sendUrl INFO 0 [419] -2015-01-25 06:40:48 queue INFO >>0 [420] -2015-01-25 06:40:48 sendUrl INFO 0 [420] -2015-01-25 06:41:38 queue INFO >>0 [421] -2015-01-25 06:41:39 sendUrl INFO 0 [421] -2015-01-25 06:42:28 queue INFO >>0 [422] -2015-01-25 06:42:29 sendUrl INFO 0 [422] -2015-01-25 06:43:18 queue INFO >>0 [423] -2015-01-25 06:43:19 sendUrl INFO 0 [423] -2015-01-25 06:44:09 queue INFO >>0 [424] -2015-01-25 06:44:09 sendUrl INFO 0 [424] -2015-01-25 06:44:59 queue INFO >>0 [425] -2015-01-25 06:44:59 sendUrl INFO 0 [425] -2015-01-25 06:45:49 queue INFO >>0 [426] -2015-01-25 06:45:49 sendUrl INFO 0 [426] -2015-01-25 06:46:39 queue INFO >>0 [427] -2015-01-25 06:46:39 sendUrl INFO 0 [427] -2015-01-25 06:47:29 queue INFO >>0 [428] -2015-01-25 06:47:29 sendUrl INFO 0 [428] -2015-01-25 06:48:19 queue INFO >>0 [429] -2015-01-25 06:48:20 sendUrl INFO 0 [429] -2015-01-25 06:49:09 queue INFO >>0 [430] -2015-01-25 06:49:10 sendUrl INFO 0 [430] -2015-01-25 06:50:00 queue INFO >>0 [431] -2015-01-25 06:50:00 sendUrl INFO 0 [431] -2015-01-25 06:50:50 queue INFO >>0 [432] -2015-01-25 06:50:50 sendUrl INFO 0 [432] -2015-01-25 06:51:40 queue INFO >>0 [433] -2015-01-25 06:51:40 sendUrl INFO 0 [433] -2015-01-25 06:52:30 queue INFO >>0 [434] -2015-01-25 06:52:30 sendUrl INFO 0 [434] -2015-01-25 06:53:20 queue INFO >>0 [435] -2015-01-25 06:53:21 sendUrl INFO 0 [435] -2015-01-25 06:54:10 queue INFO >>0 [436] -2015-01-25 06:54:11 sendUrl INFO 0 [436] -2015-01-25 06:55:01 queue INFO >>0 [437] -2015-01-25 06:55:01 sendUrl INFO 0 [437] -2015-01-25 06:55:51 queue INFO >>0 [438] -2015-01-25 06:55:51 sendUrl INFO 0 [438] -2015-01-25 06:56:41 queue INFO >>0 [439] -2015-01-25 06:56:41 sendUrl INFO 0 [439] -2015-01-25 06:57:31 queue INFO >>0 [440] -2015-01-25 06:57:31 sendUrl INFO 0 [440] -2015-01-25 06:58:21 queue INFO >>0 [441] -2015-01-25 06:58:21 sendUrl INFO 0 [441] -2015-01-25 06:59:11 queue INFO >>0 [442] -2015-01-25 06:59:12 sendUrl INFO 0 [442] -2015-01-25 07:00:01 queue INFO >>0 [443] -2015-01-25 07:00:02 sendUrl INFO 0 [443] -2015-01-25 07:00:52 queue INFO >>0 [444] -2015-01-25 07:00:52 sendUrl INFO 0 [444] -2015-01-25 07:01:42 queue INFO >>0 [445] -2015-01-25 07:01:42 sendUrl INFO 0 [445] -2015-01-25 07:02:32 queue INFO >>0 [446] -2015-01-25 07:02:32 sendUrl INFO 0 [446] -2015-01-25 07:03:22 queue INFO >>0 [447] -2015-01-25 07:03:22 sendUrl INFO 0 [447] -2015-01-25 07:04:12 queue INFO >>0 [448] -2015-01-25 07:04:13 sendUrl INFO 0 [448] -2015-01-25 07:05:02 queue INFO >>0 [449] -2015-01-25 07:05:03 sendUrl INFO 0 [449] -2015-01-25 07:05:53 queue INFO >>0 [450] -2015-01-25 07:05:53 sendUrl INFO 0 [450] -2015-01-25 07:06:43 queue INFO >>0 [451] -2015-01-25 07:06:43 sendUrl INFO 0 [451] -2015-01-25 07:07:33 queue INFO >>0 [452] -2015-01-25 07:07:33 sendUrl INFO 0 [452] -2015-01-25 07:08:23 queue INFO >>0 [453] -2015-01-25 07:08:23 sendUrl INFO 0 [453] -2015-01-25 07:09:13 queue INFO >>0 [454] -2015-01-25 07:09:14 sendUrl INFO 0 [454] -2015-01-25 07:10:03 queue INFO >>0 [455] -2015-01-25 07:10:04 sendUrl INFO 0 [455] -2015-01-25 07:10:53 queue INFO >>0 [456] -2015-01-25 07:10:54 sendUrl INFO 0 [456] -2015-01-25 07:11:44 queue INFO >>0 [457] -2015-01-25 07:11:44 sendUrl INFO 0 [457] -2015-01-25 07:12:34 queue INFO >>0 [458] -2015-01-25 07:12:34 sendUrl INFO 0 [458] -2015-01-25 07:13:24 queue INFO >>0 [459] -2015-01-25 07:13:24 sendUrl INFO 0 [459] -2015-01-25 07:14:14 queue INFO >>0 [460] -2015-01-25 07:14:15 sendUrl INFO 0 [460] -2015-01-25 07:15:04 queue INFO >>0 [461] -2015-01-25 07:15:04 sendUrl INFO 0 [461] -2015-01-25 07:15:54 queue INFO >>0 [462] -2015-01-25 07:15:55 sendUrl INFO 0 [462] -2015-01-25 07:16:45 queue INFO >>0 [463] -2015-01-25 07:16:45 sendUrl INFO 0 [463] -2015-01-25 07:17:35 queue INFO >>0 [464] -2015-01-25 07:17:35 sendUrl INFO 0 [464] -2015-01-25 07:18:25 queue INFO >>0 [465] -2015-01-25 07:18:25 sendUrl INFO 0 [465] -2015-01-25 07:19:15 queue INFO >>0 [466] -2015-01-25 07:19:16 sendUrl INFO 0 [466] -2015-01-25 07:20:05 queue INFO >>0 [467] -2015-01-25 07:20:05 sendUrl INFO 0 [467] -2015-01-25 07:20:55 queue INFO >>0 [468] -2015-01-25 07:20:56 sendUrl INFO 0 [468] -2015-01-25 07:21:45 queue INFO >>0 [469] -2015-01-25 07:21:46 sendUrl INFO 0 [469] -2015-01-25 07:22:36 queue INFO >>0 [470] -2015-01-25 07:22:36 sendUrl INFO 0 [470] -2015-01-25 07:23:26 queue INFO >>0 [471] -2015-01-25 07:23:26 sendUrl INFO 0 [471] -2015-01-25 07:24:16 queue INFO >>0 [472] -2015-01-25 07:24:16 sendUrl INFO 0 [472] -2015-01-25 07:25:06 queue INFO >>0 [473] -2015-01-25 07:25:06 sendUrl INFO 0 [473] -2015-01-25 07:25:56 queue INFO >>0 [474] -2015-01-25 07:25:57 sendUrl INFO 0 [474] -2015-01-25 07:26:46 queue INFO >>0 [475] -2015-01-25 07:26:46 sendUrl INFO 0 [475] -2015-01-25 07:27:36 queue INFO >>0 [476] -2015-01-25 07:27:37 sendUrl INFO 0 [476] -2015-01-25 07:28:27 queue INFO >>0 [477] -2015-01-25 07:28:27 sendUrl INFO 0 [477] -2015-01-25 07:29:17 queue INFO >>0 [478] -2015-01-25 07:29:17 sendUrl INFO 0 [478] -2015-01-25 07:30:07 queue INFO >>0 [479] -2015-01-25 07:30:07 sendUrl INFO 0 [479] -2015-01-25 07:30:57 queue INFO >>0 [480] -2015-01-25 07:30:57 sendUrl INFO 0 [480] -2015-01-25 07:31:47 queue INFO >>0 [481] -2015-01-25 07:31:47 sendUrl INFO 0 [481] -2015-01-25 07:32:37 queue INFO >>0 [482] -2015-01-25 07:32:38 sendUrl INFO 0 [482] -2015-01-25 07:33:27 queue INFO >>0 [483] -2015-01-25 07:33:28 sendUrl INFO 0 [483] -2015-01-25 07:34:18 queue INFO >>0 [484] -2015-01-25 07:34:18 sendUrl INFO 0 [484] -2015-01-25 07:35:08 queue INFO >>0 [485] -2015-01-25 07:35:08 sendUrl INFO 0 [485] -2015-01-25 07:35:58 queue INFO >>0 [486] -2015-01-25 07:35:58 sendUrl INFO 0 [486] -2015-01-25 07:36:48 queue INFO >>0 [487] -2015-01-25 07:36:48 sendUrl INFO 0 [487] -2015-01-25 07:37:38 queue INFO >>0 [488] -2015-01-25 07:37:38 sendUrl INFO 0 [488] -2015-01-25 07:38:28 queue INFO >>0 [489] -2015-01-25 07:38:29 sendUrl INFO 0 [489] -2015-01-25 07:39:18 queue INFO >>0 [490] -2015-01-25 07:39:19 sendUrl INFO 0 [490] -2015-01-25 07:40:09 queue INFO >>0 [491] -2015-01-25 07:40:09 sendUrl INFO 0 [491] -2015-01-25 07:40:59 queue INFO >>0 [492] -2015-01-25 07:40:59 sendUrl INFO 0 [492] -2015-01-25 07:41:49 queue INFO >>0 [493] -2015-01-25 07:41:49 sendUrl INFO 0 [493] -2015-01-25 07:42:39 queue INFO >>0 [494] -2015-01-25 07:42:39 sendUrl INFO 0 [494] -2015-01-25 07:43:29 queue INFO >>0 [495] -2015-01-25 07:43:30 sendUrl INFO 0 [495] -2015-01-25 07:44:19 queue INFO >>0 [496] -2015-01-25 07:44:20 sendUrl INFO 0 [496] -2015-01-25 07:45:10 queue INFO >>0 [497] -2015-01-25 07:45:10 sendUrl INFO 0 [497] -2015-01-25 07:46:00 queue INFO >>0 [498] -2015-01-25 07:46:00 sendUrl INFO 0 [498] -2015-01-25 07:46:50 queue INFO >>0 [499] -2015-01-25 07:46:50 sendUrl INFO 0 [499] -2015-01-25 07:47:40 queue INFO >>0 [500] -2015-01-25 07:47:40 sendUrl INFO 0 [500] -2015-01-25 07:48:30 queue INFO >>0 [501] -2015-01-25 07:48:30 sendUrl INFO 0 [501] -2015-01-25 07:49:20 queue INFO >>0 [502] -2015-01-25 07:49:20 sendUrl INFO 0 [502] -2015-01-25 07:50:10 queue INFO >>0 [503] -2015-01-25 07:50:11 sendUrl INFO 0 [503] -2015-01-25 07:51:00 queue INFO >>0 [504] -2015-01-25 07:51:01 sendUrl INFO 0 [504] -2015-01-25 07:51:51 queue INFO >>0 [505] -2015-01-25 07:51:51 sendUrl INFO 0 [505] -2015-01-25 07:52:41 queue INFO >>0 [506] -2015-01-25 07:52:41 sendUrl INFO 0 [506] -2015-01-25 07:53:31 queue INFO >>0 [507] -2015-01-25 07:53:31 sendUrl INFO 0 [507] -2015-01-25 07:54:21 queue INFO >>0 [508] -2015-01-25 07:54:21 sendUrl INFO 0 [508] -2015-01-25 07:55:11 queue INFO >>0 [509] -2015-01-25 07:55:12 sendUrl INFO 0 [509] -2015-01-25 07:56:01 queue INFO >>0 [510] -2015-01-25 07:56:01 sendUrl INFO 0 [510] -2015-01-25 07:56:51 queue INFO >>0 [511] -2015-01-25 07:56:52 sendUrl INFO 0 [511] -2015-01-25 07:57:42 queue INFO >>0 [512] -2015-01-25 07:57:42 sendUrl INFO 0 [512] -2015-01-25 07:58:32 queue INFO >>0 [513] -2015-01-25 07:58:32 sendUrl INFO 0 [513] -2015-01-25 07:59:22 queue INFO >>0 [514] -2015-01-25 07:59:22 sendUrl INFO 0 [514] -2015-01-25 08:00:12 queue INFO >>0 [515] -2015-01-25 08:00:13 sendUrl INFO 0 [515] -2015-01-25 08:01:02 queue INFO >>0 [516] -2015-01-25 08:01:02 sendUrl INFO 0 [516] -2015-01-25 08:01:52 queue INFO >>0 [517] -2015-01-25 08:01:53 sendUrl INFO 0 [517] -2015-01-25 08:02:43 queue INFO >>0 [518] -2015-01-25 08:02:43 sendUrl INFO 0 [518] -2015-01-25 08:03:33 queue INFO >>0 [519] -2015-01-25 08:03:33 sendUrl INFO 0 [519] -2015-01-25 08:04:23 queue INFO >>0 [520] -2015-01-25 08:04:23 sendUrl INFO 0 [520] -2015-01-25 08:05:13 queue INFO >>0 [521] -2015-01-25 08:05:13 sendUrl INFO 0 [521] -2015-01-25 08:06:03 queue INFO >>0 [522] -2015-01-25 08:06:03 sendUrl INFO 0 [522] -2015-01-25 08:06:53 queue INFO >>0 [523] -2015-01-25 08:06:54 sendUrl INFO 0 [523] -2015-01-25 08:07:43 queue INFO >>0 [524] -2015-01-25 08:07:44 sendUrl INFO 0 [524] -2015-01-25 08:08:34 queue INFO >>0 [525] -2015-01-25 08:08:34 sendUrl INFO 0 [525] -2015-01-25 08:09:24 queue INFO >>0 [526] -2015-01-25 08:09:24 sendUrl INFO 0 [526] -2015-01-25 08:10:14 queue INFO >>0 [527] -2015-01-25 08:10:14 sendUrl INFO 0 [527] -2015-01-25 08:11:04 queue INFO >>0 [528] -2015-01-25 08:11:04 sendUrl INFO 0 [528] -2015-01-25 08:11:54 queue INFO >>0 [529] -2015-01-25 08:11:55 sendUrl INFO 0 [529] -2015-01-25 08:12:44 queue INFO >>0 [530] -2015-01-25 08:12:45 sendUrl INFO 0 [530] -2015-01-25 08:13:35 queue INFO >>0 [531] -2015-01-25 08:13:35 sendUrl INFO 0 [531] -2015-01-25 08:14:25 queue INFO >>0 [532] -2015-01-25 08:14:25 sendUrl INFO 0 [532] -2015-01-25 08:15:15 queue INFO >>0 [533] -2015-01-25 08:15:15 sendUrl INFO 0 [533] -2015-01-25 08:16:05 queue INFO >>0 [534] -2015-01-25 08:16:05 sendUrl INFO 0 [534] -2015-01-25 08:16:55 queue INFO >>0 [535] -2015-01-25 08:16:56 sendUrl INFO 0 [535] -2015-01-25 08:17:45 queue INFO >>0 [536] -2015-01-25 08:17:46 sendUrl INFO 0 [536] -2015-01-25 08:18:35 queue INFO >>0 [537] -2015-01-25 08:18:36 sendUrl INFO 0 [537] -2015-01-25 08:19:26 queue INFO >>0 [538] -2015-01-25 08:19:26 sendUrl INFO 0 [538] -2015-01-25 08:20:16 queue INFO >>0 [539] -2015-01-25 08:20:16 sendUrl INFO 0 [539] -2015-01-25 08:21:06 queue INFO >>0 [540] -2015-01-25 08:21:06 sendUrl INFO 0 [540] -2015-01-25 08:21:56 queue INFO >>0 [541] -2015-01-25 08:21:56 sendUrl INFO 0 [541] -2015-01-25 08:22:46 queue INFO >>0 [542] -2015-01-25 08:22:46 sendUrl INFO 0 [542] -2015-01-25 08:23:36 queue INFO >>0 [543] -2015-01-25 08:23:37 sendUrl INFO 0 [543] -2015-01-25 08:24:26 queue INFO >>0 [544] -2015-01-25 08:24:27 sendUrl INFO 0 [544] -2015-01-25 08:25:17 queue INFO >>0 [545] -2015-01-25 08:25:17 sendUrl INFO 0 [545] -2015-01-25 08:26:07 queue INFO >>0 [546] -2015-01-25 08:26:07 sendUrl INFO 0 [546] -2015-01-25 08:26:57 queue INFO >>0 [547] -2015-01-25 08:26:57 sendUrl INFO 0 [547] -2015-01-25 08:27:47 queue INFO >>0 [548] -2015-01-25 08:27:47 sendUrl INFO 0 [548] -2015-01-25 08:28:37 queue INFO >>0 [549] -2015-01-25 08:28:38 sendUrl INFO 0 [549] -2015-01-25 08:29:27 queue INFO >>0 [550] -2015-01-25 08:29:28 sendUrl INFO 0 [550] -2015-01-25 08:30:18 queue INFO >>0 [551] -2015-01-25 08:30:18 sendUrl INFO 0 [551] -2015-01-25 08:31:08 queue INFO >>0 [552] -2015-01-25 08:31:08 sendUrl INFO 0 [552] -2015-01-25 08:31:58 queue INFO >>0 [553] -2015-01-25 08:31:58 sendUrl INFO 0 [553] -2015-01-25 08:32:48 queue INFO >>0 [554] -2015-01-25 08:32:48 sendUrl INFO 0 [554] -2015-01-25 08:33:38 queue INFO >>0 [555] -2015-01-25 08:33:38 sendUrl INFO 0 [555] -2015-01-25 08:34:28 queue INFO >>0 [556] -2015-01-25 08:34:29 sendUrl INFO 0 [556] -2015-01-25 08:35:18 queue INFO >>0 [557] -2015-01-25 08:35:18 sendUrl INFO 0 [557] -2015-01-25 08:36:08 queue INFO >>0 [558] -2015-01-25 08:36:09 sendUrl INFO 0 [558] -2015-01-25 08:36:59 queue INFO >>0 [559] -2015-01-25 08:36:59 sendUrl INFO 0 [559] -2015-01-25 08:37:49 queue INFO >>0 [560] -2015-01-25 08:37:49 sendUrl INFO 0 [560] -2015-01-25 08:38:39 queue INFO >>0 [561] -2015-01-25 08:38:39 sendUrl INFO 0 [561] -2015-01-25 08:39:29 queue INFO >>0 [562] -2015-01-25 08:39:30 sendUrl INFO 0 [562] -2015-01-25 08:40:19 queue INFO >>0 [563] -2015-01-25 08:40:19 sendUrl INFO 0 [563] -2015-01-25 08:41:09 queue INFO >>0 [564] -2015-01-25 08:41:10 sendUrl INFO 0 [564] -2015-01-25 08:41:59 queue INFO >>0 [565] -2015-01-25 08:42:00 sendUrl INFO 0 [565] -2015-01-25 08:42:49 queue INFO >>0 [566] -2015-01-25 08:42:50 sendUrl INFO 0 [566] -2015-01-25 08:43:40 queue INFO >>0 [567] -2015-01-25 08:43:40 sendUrl INFO 0 [567] -2015-01-25 08:44:30 queue INFO >>0 [568] -2015-01-25 08:44:30 sendUrl INFO 0 [568] -2015-01-25 08:45:20 queue INFO >>0 [569] -2015-01-25 08:45:20 sendUrl INFO 0 [569] -2015-01-25 08:46:10 queue INFO >>0 [570] -2015-01-25 08:46:10 sendUrl INFO 0 [570] -2015-01-25 08:47:00 queue INFO >>0 [571] -2015-01-25 08:47:01 sendUrl INFO 0 [571] -2015-01-25 08:47:50 queue INFO >>0 [572] -2015-01-25 08:47:50 sendUrl INFO 0 [572] -2015-01-25 08:48:40 queue INFO >>0 [573] -2015-01-25 08:48:41 sendUrl INFO 0 [573] -2015-01-25 08:49:30 queue INFO >>0 [574] -2015-01-25 08:49:31 sendUrl INFO 0 [574] -2015-01-25 08:50:21 queue INFO >>0 [575] -2015-01-25 08:50:21 sendUrl INFO 0 [575] -2015-01-25 08:51:11 queue INFO >>0 [576] -2015-01-25 08:51:11 sendUrl INFO 0 [576] -2015-01-25 08:52:01 queue INFO >>0 [577] -2015-01-25 08:52:01 sendUrl INFO 0 [577] -2015-01-25 08:52:51 queue INFO >>0 [578] -2015-01-25 08:52:51 sendUrl INFO 0 [578] -2015-01-25 08:53:41 queue INFO >>0 [579] -2015-01-25 08:53:42 sendUrl INFO 0 [579] -2015-01-25 08:54:31 queue INFO >>0 [580] -2015-01-25 08:54:32 sendUrl INFO 0 [580] -2015-01-25 08:55:22 queue INFO >>0 [581] -2015-01-25 08:55:22 sendUrl INFO 0 [581] -2015-01-25 08:56:12 queue INFO >>0 [582] -2015-01-25 08:56:12 sendUrl INFO 0 [582] -2015-01-25 08:57:02 queue INFO >>0 [583] -2015-01-25 08:57:02 sendUrl INFO 0 [583] -2015-01-25 08:57:52 queue INFO >>0 [584] -2015-01-25 08:57:52 sendUrl INFO 0 [584] -2015-01-25 08:58:42 queue INFO >>0 [585] -2015-01-25 08:58:43 sendUrl INFO 0 [585] -2015-01-25 08:59:32 queue INFO >>0 [586] -2015-01-25 08:59:32 sendUrl INFO 0 [586] -2015-01-25 09:00:22 queue INFO >>0 [587] -2015-01-25 09:00:23 sendUrl INFO 0 [587] -2015-01-25 09:01:13 queue INFO >>0 [588] -2015-01-25 09:01:13 sendUrl INFO 0 [588] -2015-01-25 09:02:03 queue INFO >>0 [589] -2015-01-25 09:02:03 sendUrl INFO 0 [589] -2015-01-25 09:02:53 queue INFO >>0 [590] -2015-01-25 09:02:53 sendUrl INFO 0 [590] -2015-01-25 09:03:43 queue INFO >>0 [591] -2015-01-25 09:03:44 sendUrl INFO 0 [591] -2015-01-25 09:04:33 queue INFO >>0 [592] -2015-01-25 09:04:33 sendUrl INFO 0 [592] -2015-01-25 09:05:23 queue INFO >>0 [593] -2015-01-25 09:05:24 sendUrl INFO 0 [593] -2015-01-25 09:06:13 queue INFO >>0 [594] -2015-01-25 09:06:14 sendUrl INFO 0 [594] -2015-01-25 09:07:04 queue INFO >>0 [595] -2015-01-25 09:07:04 sendUrl INFO 0 [595] -2015-01-25 09:07:54 queue INFO >>0 [596] -2015-01-25 09:07:54 sendUrl INFO 0 [596] -2015-01-25 09:08:44 queue INFO >>0 [597] -2015-01-25 09:08:44 sendUrl INFO 0 [597] -2015-01-25 09:09:34 queue INFO >>0 [598] -2015-01-25 09:09:34 sendUrl INFO 0 [598] -2015-01-25 09:10:24 queue INFO >>0 [599] -2015-01-25 09:10:24 sendUrl INFO 0 [599] -2015-01-25 09:11:14 queue INFO >>0 [600] -2015-01-25 09:11:15 sendUrl INFO 0 [600] -2015-01-25 09:12:04 queue INFO >>0 [601] -2015-01-25 09:12:05 sendUrl INFO 0 [601] -2015-01-25 09:12:55 queue INFO >>0 [602] -2015-01-25 09:12:55 sendUrl INFO 0 [602] -2015-01-25 09:13:45 queue INFO >>0 [603] -2015-01-25 09:13:45 sendUrl INFO 0 [603] -2015-01-25 09:14:35 queue INFO >>0 [604] -2015-01-25 09:14:35 sendUrl INFO 0 [604] -2015-01-25 09:15:25 queue INFO >>0 [605] -2015-01-25 09:15:25 sendUrl INFO 0 [605] -2015-01-25 09:16:15 queue INFO >>0 [606] -2015-01-25 09:16:16 sendUrl INFO 0 [606] -2015-01-25 09:17:05 queue INFO >>0 [607] -2015-01-25 09:17:06 sendUrl INFO 0 [607] -2015-01-25 09:17:55 queue INFO >>0 [608] -2015-01-25 09:17:56 sendUrl INFO 0 [608] -2015-01-25 09:18:46 queue INFO >>0 [609] -2015-01-25 09:18:46 sendUrl INFO 0 [609] -2015-01-25 09:19:36 queue INFO >>0 [610] -2015-01-25 09:19:36 sendUrl INFO 0 [610] -2015-01-25 09:20:26 queue INFO >>0 [611] -2015-01-25 09:20:26 sendUrl INFO 0 [611] -2015-01-25 09:21:16 queue INFO >>0 [612] -2015-01-25 09:21:16 sendUrl INFO 0 [612] -2015-01-25 09:22:06 queue INFO >>0 [613] -2015-01-25 09:22:06 sendUrl INFO 0 [613] -2015-01-25 09:22:56 queue INFO >>0 [614] -2015-01-25 09:22:57 sendUrl INFO 0 [614] -2015-01-25 09:23:47 queue INFO >>0 [615] -2015-01-25 09:23:47 sendUrl INFO 0 [615] -2015-01-25 09:24:37 queue INFO >>0 [616] -2015-01-25 09:24:37 sendUrl INFO 0 [616] -2015-01-25 09:25:27 queue INFO >>0 [617] -2015-01-25 09:25:27 sendUrl INFO 0 [617] -2015-01-25 09:26:17 queue INFO >>0 [618] -2015-01-25 09:26:17 sendUrl INFO 0 [618] -2015-01-25 09:27:07 queue INFO >>0 [619] -2015-01-25 09:27:07 sendUrl INFO 0 [619] -2015-01-25 09:27:57 queue INFO >>0 [620] -2015-01-25 09:27:58 sendUrl INFO 0 [620] -2015-01-25 09:28:47 queue INFO >>0 [621] -2015-01-25 09:28:48 sendUrl INFO 0 [621] -2015-01-25 09:29:38 queue INFO >>0 [622] -2015-01-25 09:29:38 sendUrl INFO 0 [622] -2015-01-25 09:30:28 queue INFO >>0 [623] -2015-01-25 09:30:28 sendUrl INFO 0 [623] -2015-01-25 09:31:18 queue INFO >>0 [624] -2015-01-25 09:31:18 sendUrl INFO 0 [624] -2015-01-25 09:32:08 queue INFO >>0 [625] -2015-01-25 09:32:08 sendUrl INFO 0 [625] -2015-01-25 09:32:58 queue INFO >>0 [626] -2015-01-25 09:32:59 sendUrl INFO 0 [626] -2015-01-25 09:33:48 queue INFO >>0 [627] -2015-01-25 09:33:49 sendUrl INFO 0 [627] -2015-01-25 09:34:39 queue INFO >>0 [628] -2015-01-25 09:34:39 sendUrl INFO 0 [628] -2015-01-25 09:35:29 queue INFO >>0 [629] -2015-01-25 09:35:29 sendUrl INFO 0 [629] -2015-01-25 09:36:19 queue INFO >>0 [630] -2015-01-25 09:36:19 sendUrl INFO 0 [630] -2015-01-25 09:37:09 queue INFO >>0 [631] -2015-01-25 09:37:09 sendUrl INFO 0 [631] -2015-01-25 09:37:59 queue INFO >>0 [632] -2015-01-25 09:38:00 sendUrl INFO 0 [632] -2015-01-25 09:38:49 queue INFO >>0 [633] -2015-01-25 09:38:49 sendUrl INFO 0 [633] -2015-01-25 09:39:39 queue INFO >>0 [634] -2015-01-25 09:39:40 sendUrl INFO 0 [634] -2015-01-25 09:40:30 queue INFO >>0 [635] -2015-01-25 09:40:30 sendUrl INFO 0 [635] -2015-01-25 09:41:20 queue INFO >>0 [636] -2015-01-25 09:41:20 sendUrl INFO 0 [636] -2015-01-25 09:42:10 queue INFO >>0 [637] -2015-01-25 09:42:10 sendUrl INFO 0 [637] -2015-01-25 09:43:00 queue INFO >>0 [638] -2015-01-25 09:43:01 sendUrl INFO 0 [638] -2015-01-25 09:43:50 queue INFO >>0 [639] -2015-01-25 09:43:50 sendUrl INFO 0 [639] -2015-01-25 09:44:40 queue INFO >>0 [640] -2015-01-25 09:44:41 sendUrl INFO 0 [640] -2015-01-25 09:45:31 queue INFO >>0 [641] -2015-01-25 09:45:31 sendUrl INFO 0 [641] -2015-01-25 09:46:21 queue INFO >>0 [642] -2015-01-25 09:46:21 sendUrl INFO 0 [642] -2015-01-25 09:47:11 queue INFO >>0 [643] -2015-01-25 09:47:11 sendUrl INFO 0 [643] -2015-01-25 09:48:01 queue INFO >>0 [644] -2015-01-25 09:48:02 sendUrl INFO 0 [644] -2015-01-25 09:48:51 queue INFO >>0 [645] -2015-01-25 09:48:51 sendUrl INFO 0 [645] -2015-01-25 09:49:41 queue INFO >>0 [646] -2015-01-25 09:49:42 sendUrl INFO 0 [646] -2015-01-25 09:50:31 queue INFO >>0 [647] -2015-01-25 09:50:32 sendUrl INFO 0 [647] -2015-01-25 09:51:22 queue INFO >>0 [648] -2015-01-25 09:51:22 sendUrl INFO 0 [648] -2015-01-25 09:52:12 queue INFO >>0 [649] -2015-01-25 09:52:12 sendUrl INFO 0 [649] -2015-01-25 09:53:02 queue INFO >>0 [650] -2015-01-25 09:53:02 sendUrl INFO 0 [650] -2015-01-25 09:53:52 queue INFO >>0 [651] -2015-01-25 09:53:52 sendUrl INFO 0 [651] -2015-01-25 09:54:42 queue INFO >>0 [652] -2015-01-25 09:54:43 sendUrl INFO 0 [652] -2015-01-25 09:55:32 queue INFO >>0 [653] -2015-01-25 09:55:32 sendUrl INFO 0 [653] -2015-01-25 09:56:22 queue INFO >>0 [654] -2015-01-25 09:56:23 sendUrl INFO 0 [654] -2015-01-25 09:57:13 queue INFO >>0 [655] -2015-01-25 09:57:13 sendUrl INFO 0 [655] -2015-01-25 09:58:03 queue INFO >>0 [656] -2015-01-25 09:58:03 sendUrl INFO 0 [656] -2015-01-25 09:58:53 queue INFO >>0 [657] -2015-01-25 09:58:53 sendUrl INFO 0 [657] -2015-01-25 09:59:43 queue INFO >>0 [658] -2015-01-25 09:59:44 sendUrl INFO 0 [658] -2015-01-25 10:00:33 queue INFO >>0 [659] -2015-01-25 10:00:33 sendUrl INFO 0 [659] -2015-01-25 10:01:23 queue INFO >>0 [660] -2015-01-25 10:01:24 sendUrl INFO 0 [660] -2015-01-25 10:02:14 queue INFO >>0 [661] -2015-01-25 10:02:14 sendUrl INFO 0 [661] -2015-01-25 10:03:04 queue INFO >>0 [662] -2015-01-25 10:03:04 sendUrl INFO 0 [662] -2015-01-25 10:03:54 queue INFO >>0 [663] -2015-01-25 10:03:54 sendUrl INFO 0 [663] -2015-01-25 10:04:44 queue INFO >>0 [664] -2015-01-25 10:04:45 sendUrl INFO 0 [664] -2015-01-25 10:05:34 queue INFO >>0 [665] -2015-01-25 10:05:34 sendUrl INFO 0 [665] -2015-01-25 10:06:24 queue INFO >>0 [666] -2015-01-25 10:06:25 sendUrl INFO 0 [666] -2015-01-25 10:07:14 queue INFO >>0 [667] -2015-01-25 10:07:15 sendUrl INFO 0 [667] -2015-01-25 10:08:05 queue INFO >>0 [668] -2015-01-25 10:08:05 sendUrl INFO 0 [668] -2015-01-25 10:08:55 queue INFO >>0 [669] -2015-01-25 10:08:55 sendUrl INFO 0 [669] -2015-01-25 10:09:45 queue INFO >>0 [670] -2015-01-25 10:09:45 sendUrl INFO 0 [670] -2015-01-25 10:10:35 queue INFO >>0 [671] -2015-01-25 10:10:35 sendUrl INFO 0 [671] -2015-01-25 10:11:25 queue INFO >>0 [672] -2015-01-25 10:11:25 sendUrl INFO 0 [672] -2015-01-25 10:12:15 queue INFO >>0 [673] -2015-01-25 10:12:16 sendUrl INFO 0 [673] -2015-01-25 10:13:05 queue INFO >>0 [674] -2015-01-25 10:13:06 sendUrl INFO 0 [674] -2015-01-25 10:13:56 queue INFO >>0 [675] -2015-01-25 10:13:56 sendUrl INFO 0 [675] -2015-01-25 10:14:46 queue INFO >>0 [676] -2015-01-25 10:14:46 sendUrl INFO 0 [676] -2015-01-25 10:15:36 queue INFO >>0 [677] -2015-01-25 10:15:36 sendUrl INFO 0 [677] -2015-01-25 10:16:26 queue INFO >>0 [678] -2015-01-25 10:16:26 sendUrl INFO 0 [678] -2015-01-25 10:17:16 queue INFO >>0 [679] -2015-01-25 10:17:17 sendUrl INFO 0 [679] -2015-01-25 10:18:06 queue INFO >>0 [680] -2015-01-25 10:18:06 sendUrl INFO 0 [680] -2015-01-25 10:18:56 queue INFO >>0 [681] -2015-01-25 10:18:57 sendUrl INFO 0 [681] -2015-01-25 10:19:47 queue INFO >>0 [682] -2015-01-25 10:19:47 sendUrl INFO 0 [682] -2015-01-25 10:20:37 queue INFO >>0 [683] -2015-01-25 10:20:37 sendUrl INFO 0 [683] -2015-01-25 10:21:27 queue INFO >>0 [684] -2015-01-25 10:21:27 sendUrl INFO 0 [684] -2015-01-25 10:22:17 queue INFO >>0 [685] -2015-01-25 10:22:17 sendUrl INFO 0 [685] -2015-01-25 10:23:07 queue INFO >>0 [686] -2015-01-25 10:23:07 sendUrl INFO 0 [686] -2015-01-25 10:23:57 queue INFO >>0 [687] -2015-01-25 10:23:58 sendUrl INFO 0 [687] -2015-01-25 10:24:47 queue INFO >>0 [688] -2015-01-25 10:24:48 sendUrl INFO 0 [688] -2015-01-25 10:25:38 queue INFO >>0 [689] -2015-01-25 10:25:38 sendUrl INFO 0 [689] -2015-01-25 10:26:28 queue INFO >>0 [690] -2015-01-25 10:26:28 sendUrl INFO 0 [690] -2015-01-25 10:27:18 queue INFO >>0 [691] -2015-01-25 10:27:18 sendUrl INFO 0 [691] -2015-01-25 10:28:08 queue INFO >>0 [692] -2015-01-25 10:28:08 sendUrl INFO 0 [692] -2015-01-25 10:28:58 queue INFO >>0 [693] -2015-01-25 10:28:59 sendUrl INFO 0 [693] -2015-01-25 10:29:48 queue INFO >>0 [694] -2015-01-25 10:29:49 sendUrl INFO 0 [694] -2015-01-25 10:30:39 queue INFO >>0 [695] -2015-01-25 10:30:39 sendUrl INFO 0 [695] -2015-01-25 10:31:29 queue INFO >>0 [696] -2015-01-25 10:31:29 sendUrl INFO 0 [696] -2015-01-25 10:32:19 queue INFO >>0 [697] -2015-01-25 10:32:19 sendUrl INFO 0 [697] -2015-01-25 10:33:09 queue INFO >>0 [698] -2015-01-25 10:33:09 sendUrl INFO 0 [698] -2015-01-25 10:33:59 queue INFO >>0 [699] -2015-01-25 10:34:00 sendUrl INFO 0 [699] -2015-01-25 10:34:49 queue INFO >>0 [700] -2015-01-25 10:34:49 sendUrl INFO 0 [700] -2015-01-25 10:35:39 queue INFO >>0 [701] -2015-01-25 10:35:40 sendUrl INFO 0 [701] -2015-01-25 10:36:30 queue INFO >>0 [702] -2015-01-25 10:36:30 sendUrl INFO 0 [702] -2015-01-25 10:37:20 queue INFO >>0 [703] -2015-01-25 10:37:20 sendUrl INFO 0 [703] -2015-01-25 10:38:10 queue INFO >>0 [704] -2015-01-25 10:38:10 sendUrl INFO 0 [704] -2015-01-25 10:39:00 queue INFO >>0 [705] -2015-01-25 10:39:01 sendUrl INFO 0 [705] -2015-01-25 10:39:50 queue INFO >>0 [706] -2015-01-25 10:39:50 sendUrl INFO 0 [706] -2015-01-25 10:40:40 queue INFO >>0 [707] -2015-01-25 10:40:41 sendUrl INFO 0 [707] -2015-01-25 10:41:31 queue INFO >>0 [708] -2015-01-25 10:41:31 sendUrl INFO 0 [708] -2015-01-25 10:42:21 queue INFO >>0 [709] -2015-01-25 10:42:21 sendUrl INFO 0 [709] -2015-01-25 10:43:11 queue INFO >>0 [710] -2015-01-25 10:43:11 sendUrl INFO 0 [710] -2015-01-25 10:44:01 queue INFO >>0 [711] -2015-01-25 10:44:02 sendUrl INFO 0 [711] -2015-01-25 10:44:51 queue INFO >>0 [712] -2015-01-25 10:44:51 sendUrl INFO 0 [712] -2015-01-25 10:45:41 queue INFO >>0 [713] -2015-01-25 10:45:42 sendUrl INFO 0 [713] -2015-01-25 10:46:31 queue INFO >>0 [714] -2015-01-25 10:46:32 sendUrl INFO 0 [714] -2015-01-25 10:47:22 queue INFO >>0 [715] -2015-01-25 10:47:22 sendUrl INFO 0 [715] -2015-01-25 10:48:12 queue INFO >>0 [716] -2015-01-25 10:48:12 sendUrl INFO 0 [716] -2015-01-25 10:49:02 queue INFO >>0 [717] -2015-01-25 10:49:02 sendUrl INFO 0 [717] -2015-01-25 10:49:52 queue INFO >>0 [718] -2015-01-25 10:49:52 sendUrl INFO 0 [718] -2015-01-25 10:50:42 queue INFO >>0 [719] -2015-01-25 10:50:43 sendUrl INFO 0 [719] -2015-01-25 10:51:32 queue INFO >>0 [720] -2015-01-25 10:51:32 sendUrl INFO 0 [720] -2015-01-25 10:52:22 queue INFO >>0 [721] -2015-01-25 10:52:23 sendUrl INFO 0 [721] -2015-01-25 10:53:13 queue INFO >>0 [722] -2015-01-25 10:53:13 sendUrl INFO 0 [722] -2015-01-25 10:54:03 queue INFO >>0 [723] -2015-01-25 10:54:03 sendUrl INFO 0 [723] -2015-01-25 10:54:53 queue INFO >>0 [724] -2015-01-25 10:54:53 sendUrl INFO 0 [724] -2015-01-25 10:55:43 queue INFO >>0 [725] -2015-01-25 10:55:43 sendUrl INFO 0 [725] -2015-01-25 10:56:33 queue INFO >>0 [726] -2015-01-25 10:56:33 sendUrl INFO 0 [726] -2015-01-25 10:57:23 queue INFO >>0 [727] -2015-01-25 10:57:24 sendUrl INFO 0 [727] -2015-01-25 10:58:13 queue INFO >>0 [728] -2015-01-25 10:58:14 sendUrl INFO 0 [728] -2015-01-25 10:59:04 queue INFO >>0 [729] -2015-01-25 10:59:04 sendUrl INFO 0 [729] -2015-01-25 10:59:54 queue INFO >>0 [730] -2015-01-25 10:59:54 sendUrl INFO 0 [730] -2015-01-25 11:00:44 queue INFO >>0 [731] -2015-01-25 11:00:44 sendUrl INFO 0 [731] -2015-01-25 11:01:34 queue INFO >>0 [732] -2015-01-25 11:01:34 sendUrl INFO 0 [732] -2015-01-25 11:02:24 queue INFO >>0 [733] -2015-01-25 11:02:24 sendUrl INFO 0 [733] -2015-01-25 11:03:14 queue INFO >>0 [734] -2015-01-25 11:03:15 sendUrl INFO 0 [734] -2015-01-25 11:04:04 queue INFO >>0 [735] -2015-01-25 11:04:05 sendUrl INFO 0 [735] -2015-01-25 11:04:55 queue INFO >>0 [736] -2015-01-25 11:04:55 sendUrl INFO 0 [736] -2015-01-25 11:05:45 queue INFO >>0 [737] -2015-01-25 11:05:45 sendUrl INFO 0 [737] -2015-01-25 11:06:35 queue INFO >>0 [738] -2015-01-25 11:06:35 sendUrl INFO 0 [738] -2015-01-25 11:07:25 queue INFO >>0 [739] -2015-01-25 11:07:25 sendUrl INFO 0 [739] -2015-01-25 11:08:15 queue INFO >>0 [740] -2015-01-25 11:08:16 sendUrl INFO 0 [740] -2015-01-25 11:09:05 queue INFO >>0 [741] -2015-01-25 11:09:05 sendUrl INFO 0 [741] -2015-01-25 11:09:55 queue INFO >>0 [742] -2015-01-25 11:09:56 sendUrl INFO 0 [742] -2015-01-25 11:10:45 queue INFO >>0 [743] -2015-01-25 11:10:46 sendUrl INFO 0 [743] -2015-01-25 11:11:36 queue INFO >>0 [744] -2015-01-25 11:11:36 sendUrl INFO 0 [744] -2015-01-25 11:12:26 queue INFO >>0 [745] -2015-01-25 11:12:26 sendUrl INFO 0 [745] -2015-01-25 11:13:16 queue INFO >>0 [746] -2015-01-25 11:13:16 sendUrl INFO 0 [746] -2015-01-25 11:14:06 queue INFO >>0 [747] -2015-01-25 11:14:06 sendUrl INFO 0 [747] -2015-01-25 11:14:56 queue INFO >>0 [748] -2015-01-25 11:14:57 sendUrl INFO 0 [748] -2015-01-25 11:15:46 queue INFO >>0 [749] -2015-01-25 11:15:47 sendUrl INFO 0 [749] -2015-01-25 11:16:37 queue INFO >>0 [750] -2015-01-25 11:16:37 sendUrl INFO 0 [750] -2015-01-25 11:17:27 queue INFO >>0 [751] -2015-01-25 11:17:27 sendUrl INFO 0 [751] -2015-01-25 11:18:17 queue INFO >>0 [752] -2015-01-25 11:18:17 sendUrl INFO 0 [752] -2015-01-25 11:19:07 queue INFO >>0 [753] -2015-01-25 11:19:07 sendUrl INFO 0 [753] -2015-01-25 11:19:57 queue INFO >>0 [754] -2015-01-25 11:19:58 sendUrl INFO 0 [754] -2015-01-25 11:20:47 queue INFO >>0 [755] -2015-01-25 11:20:47 sendUrl INFO 0 [755] -2015-01-25 11:21:37 queue INFO >>0 [756] -2015-01-25 11:21:38 sendUrl INFO 0 [756] -2015-01-25 11:22:28 queue INFO >>0 [757] -2015-01-25 11:22:28 sendUrl INFO 0 [757] -2015-01-25 11:23:18 queue INFO >>0 [758] -2015-01-25 11:23:18 sendUrl INFO 0 [758] -2015-01-25 11:24:08 queue INFO >>0 [759] -2015-01-25 11:24:08 sendUrl INFO 0 [759] -2015-01-25 11:24:58 queue INFO >>0 [760] -2015-01-25 11:24:59 sendUrl INFO 0 [760] -2015-01-25 11:25:48 queue INFO >>0 [761] -2015-01-25 11:25:48 sendUrl INFO 0 [761] -2015-01-25 11:26:38 queue INFO >>0 [762] -2015-01-25 11:26:39 sendUrl INFO 0 [762] -2015-01-25 11:27:29 queue INFO >>0 [763] -2015-01-25 11:27:29 sendUrl INFO 0 [763] -2015-01-25 11:28:19 queue INFO >>0 [764] -2015-01-25 11:28:19 sendUrl INFO 0 [764] -2015-01-25 11:29:09 queue INFO >>0 [765] -2015-01-25 11:29:09 sendUrl INFO 0 [765] -2015-01-25 11:29:59 queue INFO >>0 [766] -2015-01-25 11:29:59 sendUrl INFO 0 [766] -2015-01-25 11:30:49 queue INFO >>0 [767] -2015-01-25 11:30:49 sendUrl INFO 0 [767] -2015-01-25 11:31:39 queue INFO >>0 [768] -2015-01-25 11:31:40 sendUrl INFO 0 [768] -2015-01-25 11:32:29 queue INFO >>0 [769] -2015-01-25 11:32:30 sendUrl INFO 0 [769] -2015-01-25 11:33:20 queue INFO >>0 [770] -2015-01-25 11:33:20 sendUrl INFO 0 [770] -2015-01-25 11:34:10 queue INFO >>0 [771] -2015-01-25 11:34:10 sendUrl INFO 0 [771] -2015-01-25 11:35:00 queue INFO >>0 [772] -2015-01-25 11:35:00 sendUrl INFO 0 [772] -2015-01-25 11:35:50 queue INFO >>0 [773] -2015-01-25 11:35:50 sendUrl INFO 0 [773] -2015-01-25 11:36:40 queue INFO >>0 [774] -2015-01-25 11:36:40 sendUrl INFO 0 [774] -2015-01-25 11:37:30 queue INFO >>0 [775] -2015-01-25 11:37:31 sendUrl INFO 0 [775] -2015-01-25 11:38:20 queue INFO >>0 [776] -2015-01-25 11:38:21 sendUrl INFO 0 [776] -2015-01-25 11:39:10 queue INFO >>0 [777] -2015-01-25 11:39:11 sendUrl INFO 0 [777] -2015-01-25 11:40:01 queue INFO >>0 [778] -2015-01-25 11:40:01 sendUrl INFO 0 [778] -2015-01-25 11:40:51 queue INFO >>0 [779] -2015-01-25 11:40:51 sendUrl INFO 0 [779] -2015-01-25 11:41:41 queue INFO >>0 [780] -2015-01-25 11:41:41 sendUrl INFO 0 [780] -2015-01-25 11:42:31 queue INFO >>0 [781] -2015-01-25 11:42:32 sendUrl INFO 0 [781] -2015-01-25 11:43:21 queue INFO >>0 [782] -2015-01-25 11:43:21 sendUrl INFO 0 [782] -2015-01-25 11:44:11 queue INFO >>0 [783] -2015-01-25 11:44:12 sendUrl INFO 0 [783] -2015-01-25 11:45:02 queue INFO >>0 [784] -2015-01-25 11:45:02 sendUrl INFO 0 [784] -2015-01-25 11:45:52 queue INFO >>0 [785] -2015-01-25 11:45:52 sendUrl INFO 0 [785] -2015-01-25 11:46:42 queue INFO >>0 [786] -2015-01-25 11:46:42 sendUrl INFO 0 [786] -2015-01-25 11:47:32 queue INFO >>0 [787] -2015-01-25 11:47:33 sendUrl INFO 0 [787] -2015-01-25 11:48:22 queue INFO >>0 [788] -2015-01-25 11:48:22 sendUrl INFO 0 [788] -2015-01-25 11:49:12 queue INFO >>0 [789] -2015-01-25 11:49:13 sendUrl INFO 0 [789] -2015-01-25 11:50:02 queue INFO >>0 [790] -2015-01-25 11:50:03 sendUrl INFO 0 [790] -2015-01-25 11:50:53 queue INFO >>0 [791] -2015-01-25 11:50:53 sendUrl INFO 0 [791] -2015-01-25 11:51:43 queue INFO >>0 [792] -2015-01-25 11:51:43 sendUrl INFO 0 [792] -2015-01-25 11:52:33 queue INFO >>0 [793] -2015-01-25 11:52:33 sendUrl INFO 0 [793] -2015-01-25 11:53:23 queue INFO >>0 [794] -2015-01-25 11:53:23 sendUrl INFO 0 [794] -2015-01-25 11:54:13 queue INFO >>0 [795] -2015-01-25 11:54:14 sendUrl INFO 0 [795] -2015-01-25 11:55:03 queue INFO >>0 [796] -2015-01-25 11:55:03 sendUrl INFO 0 [796] -2015-01-25 11:55:54 queue INFO >>0 [797] -2015-01-25 11:55:54 sendUrl INFO 0 [797] -2015-01-25 11:56:44 queue INFO >>0 [798] -2015-01-25 11:56:44 sendUrl INFO 0 [798] -2015-01-25 11:57:34 queue INFO >>0 [799] -2015-01-25 11:57:34 sendUrl INFO 0 [799] -2015-01-25 11:58:24 queue INFO >>0 [800] -2015-01-25 11:58:24 sendUrl INFO 0 [800] -2015-01-25 11:59:14 queue INFO >>0 [801] -2015-01-25 11:59:15 sendUrl INFO 0 [801] -2015-01-25 12:00:04 queue INFO >>0 [802] -2015-01-25 12:00:04 sendUrl INFO 0 [802] -2015-01-25 12:00:54 queue INFO >>0 [803] -2015-01-25 12:00:55 sendUrl INFO 0 [803] -2015-01-25 12:01:45 queue INFO >>0 [804] -2015-01-25 12:01:45 sendUrl INFO 0 [804] -2015-01-25 12:02:35 queue INFO >>0 [805] -2015-01-25 12:02:35 sendUrl INFO 0 [805] -2015-01-25 12:03:25 queue INFO >>0 [806] -2015-01-25 12:03:25 sendUrl INFO 0 [806] -2015-01-25 12:04:15 queue INFO >>0 [807] -2015-01-25 12:04:16 sendUrl INFO 0 [807] -2015-01-25 12:05:05 queue INFO >>0 [808] -2015-01-25 12:05:05 sendUrl INFO 0 [808] -2015-01-25 12:05:55 queue INFO >>0 [809] -2015-01-25 12:05:56 sendUrl INFO 0 [809] -2015-01-25 12:06:46 queue INFO >>0 [810] -2015-01-25 12:06:46 sendUrl INFO 0 [810] -2015-01-25 12:07:36 queue INFO >>0 [811] -2015-01-25 12:07:36 sendUrl INFO 0 [811] -2015-01-25 12:08:26 queue INFO >>0 [812] -2015-01-25 12:08:26 sendUrl INFO 0 [812] -2015-01-25 12:09:16 queue INFO >>0 [813] -2015-01-25 12:09:16 sendUrl INFO 0 [813] -2015-01-25 12:10:06 queue INFO >>0 [814] -2015-01-25 12:10:06 sendUrl INFO 0 [814] -2015-01-25 12:10:56 queue INFO >>0 [815] -2015-01-25 12:10:57 sendUrl INFO 0 [815] -2015-01-25 12:11:46 queue INFO >>0 [816] -2015-01-25 12:11:47 sendUrl INFO 0 [816] -2015-01-25 12:12:37 queue INFO >>0 [817] -2015-01-25 12:12:37 sendUrl INFO 0 [817] -2015-01-25 12:13:27 queue INFO >>0 [818] -2015-01-25 12:13:27 sendUrl INFO 0 [818] -2015-01-25 12:14:17 queue INFO >>0 [819] -2015-01-25 12:14:17 sendUrl INFO 0 [819] -2015-01-25 12:15:07 queue INFO >>0 [820] -2015-01-25 12:15:07 sendUrl INFO 0 [820] -2015-01-25 12:15:57 queue INFO >>0 [821] -2015-01-25 12:15:58 sendUrl INFO 0 [821] -2015-01-25 12:16:47 queue INFO >>0 [822] -2015-01-25 12:16:48 sendUrl INFO 0 [822] -2015-01-25 12:17:38 queue INFO >>0 [823] -2015-01-25 12:17:38 sendUrl INFO 0 [823] -2015-01-25 12:18:28 queue INFO >>0 [824] -2015-01-25 12:18:28 sendUrl INFO 0 [824] -2015-01-25 12:19:18 queue INFO >>0 [825] -2015-01-25 12:19:18 sendUrl INFO 0 [825] -2015-01-25 12:20:08 queue INFO >>0 [826] -2015-01-25 12:20:08 sendUrl INFO 0 [826] -2015-01-25 12:20:58 queue INFO >>0 [827] -2015-01-25 12:20:59 sendUrl INFO 0 [827] -2015-01-25 12:21:48 queue INFO >>0 [828] -2015-01-25 12:21:48 sendUrl INFO 0 [828] -2015-01-25 12:22:38 queue INFO >>0 [829] -2015-01-25 12:22:39 sendUrl INFO 0 [829] -2015-01-25 12:23:29 queue INFO >>0 [830] -2015-01-25 12:23:29 sendUrl INFO 0 [830] -2015-01-25 12:24:19 queue INFO >>0 [831] -2015-01-25 12:24:19 sendUrl INFO 0 [831] -2015-01-25 12:25:09 queue INFO >>0 [832] -2015-01-25 12:25:09 sendUrl INFO 0 [832] -2015-01-25 12:25:59 queue INFO >>0 [833] -2015-01-25 12:25:59 sendUrl INFO 0 [833] -2015-01-25 12:26:49 queue INFO >>0 [834] -2015-01-25 12:26:49 sendUrl INFO 0 [834] -2015-01-25 12:27:39 queue INFO >>0 [835] -2015-01-25 12:27:40 sendUrl INFO 0 [835] -2015-01-25 12:28:29 queue INFO >>0 [836] -2015-01-25 12:28:30 sendUrl INFO 0 [836] -2015-01-25 12:29:20 queue INFO >>0 [837] -2015-01-25 12:29:20 sendUrl INFO 0 [837] -2015-01-25 12:30:10 queue INFO >>0 [838] -2015-01-25 12:30:10 sendUrl INFO 0 [838] -2015-01-25 12:31:00 queue INFO >>0 [839] -2015-01-25 12:31:00 sendUrl INFO 0 [839] -2015-01-25 12:31:50 queue INFO >>0 [840] -2015-01-25 12:31:50 sendUrl INFO 0 [840] -2015-01-25 12:32:40 queue INFO >>0 [841] -2015-01-25 12:32:41 sendUrl INFO 0 [841] -2015-01-25 12:33:30 queue INFO >>0 [842] -2015-01-25 12:33:31 sendUrl INFO 0 [842] -2015-01-25 12:34:21 queue INFO >>0 [843] -2015-01-25 12:34:21 sendUrl INFO 0 [843] -2015-01-25 12:35:11 queue INFO >>0 [844] -2015-01-25 12:35:11 sendUrl INFO 0 [844] -2015-01-25 12:36:01 queue INFO >>0 [845] -2015-01-25 12:36:01 sendUrl INFO 0 [845] -2015-01-25 12:36:51 queue INFO >>0 [846] -2015-01-25 12:36:51 sendUrl INFO 0 [846] -2015-01-25 12:37:41 queue INFO >>0 [847] -2015-01-25 12:37:42 sendUrl INFO 0 [847] -2015-01-25 12:38:31 queue INFO >>0 [848] -2015-01-25 12:38:32 sendUrl INFO 0 [848] -2015-01-25 12:39:21 queue INFO >>0 [849] -2015-01-25 12:39:22 sendUrl INFO 0 [849] -2015-01-25 12:40:12 queue INFO >>0 [850] -2015-01-25 12:40:12 sendUrl INFO 0 [850] -2015-01-25 12:41:02 queue INFO >>0 [851] -2015-01-25 12:41:02 sendUrl INFO 0 [851] -2015-01-25 12:41:52 queue INFO >>0 [852] -2015-01-25 12:41:52 sendUrl INFO 0 [852] -2015-01-25 12:42:42 queue INFO >>0 [853] -2015-01-25 12:42:42 sendUrl INFO 0 [853] -2015-01-25 12:43:32 queue INFO >>0 [854] -2015-01-25 12:43:33 sendUrl INFO 0 [854] -2015-01-25 12:44:22 queue INFO >>0 [855] -2015-01-25 12:44:23 sendUrl INFO 0 [855] -2015-01-25 12:45:13 queue INFO >>0 [856] -2015-01-25 12:45:13 sendUrl INFO 0 [856] -2015-01-25 12:46:03 queue INFO >>0 [857] -2015-01-25 12:46:03 sendUrl INFO 0 [857] -2015-01-25 12:46:53 queue INFO >>0 [858] -2015-01-25 12:46:53 sendUrl INFO 0 [858] -2015-01-25 12:47:43 queue INFO >>0 [859] -2015-01-25 12:47:43 sendUrl INFO 0 [859] -2015-01-25 12:48:33 queue INFO >>0 [860] -2015-01-25 12:48:34 sendUrl INFO 0 [860] -2015-01-25 12:49:23 queue INFO >>0 [861] -2015-01-25 12:49:24 sendUrl INFO 0 [861] -2015-01-25 12:50:13 queue INFO >>0 [862] -2015-01-25 12:50:14 sendUrl INFO 0 [862] -2015-01-25 12:51:04 queue INFO >>0 [863] -2015-01-25 12:51:04 sendUrl INFO 0 [863] -2015-01-25 12:51:54 queue INFO >>0 [864] -2015-01-25 12:51:54 sendUrl INFO 0 [864] -2015-01-25 12:52:44 queue INFO >>0 [865] -2015-01-25 12:52:44 sendUrl INFO 0 [865] -2015-01-25 12:53:34 queue INFO >>0 [866] -2015-01-25 12:53:34 sendUrl INFO 0 [866] -2015-01-25 12:54:24 queue INFO >>0 [867] -2015-01-25 12:54:24 sendUrl INFO 0 [867] -2015-01-25 12:55:14 queue INFO >>0 [868] -2015-01-25 12:55:15 sendUrl INFO 0 [868] -2015-01-25 12:56:05 queue INFO >>0 [869] -2015-01-25 12:56:05 sendUrl INFO 0 [869] -2015-01-25 12:56:55 queue INFO >>0 [870] -2015-01-25 12:56:55 sendUrl INFO 0 [870] -2015-01-25 12:57:45 queue INFO >>0 [871] -2015-01-25 12:57:45 sendUrl INFO 0 [871] -2015-01-25 12:58:35 queue INFO >>0 [872] -2015-01-25 12:58:35 sendUrl INFO 0 [872] -2015-01-25 12:59:25 queue INFO >>0 [873] -2015-01-25 12:59:25 sendUrl INFO 0 [873] -2015-01-25 13:00:15 queue INFO >>0 [874] -2015-01-25 13:00:16 sendUrl INFO 0 [874] -2015-01-25 13:01:05 queue INFO >>0 [875] -2015-01-25 13:01:05 sendUrl INFO 0 [875] -2015-01-25 13:01:55 queue INFO >>0 [876] -2015-01-25 13:01:56 sendUrl INFO 0 [876] -2015-01-25 13:02:46 queue INFO >>0 [877] -2015-01-25 13:02:46 sendUrl INFO 0 [877] -2015-01-25 13:03:36 queue INFO >>0 [878] -2015-01-25 13:03:36 sendUrl INFO 0 [878] -2015-01-25 13:04:26 queue INFO >>0 [879] -2015-01-25 13:04:26 sendUrl INFO 0 [879] -2015-01-25 13:05:16 queue INFO >>0 [880] -2015-01-25 13:05:17 sendUrl INFO 0 [880] -2015-01-25 13:06:06 queue INFO >>0 [881] -2015-01-25 13:06:06 sendUrl INFO 0 [881] -2015-01-25 13:06:56 queue INFO >>0 [882] -2015-01-25 13:06:57 sendUrl INFO 0 [882] -2015-01-25 13:07:46 queue INFO >>0 [883] -2015-01-25 13:07:47 sendUrl INFO 0 [883] -2015-01-25 13:08:37 queue INFO >>0 [884] -2015-01-25 13:08:37 sendUrl INFO 0 [884] -2015-01-25 13:09:27 queue INFO >>0 [885] -2015-01-25 13:09:27 sendUrl INFO 0 [885] -2015-01-25 13:10:17 queue INFO >>0 [886] -2015-01-25 13:10:17 sendUrl INFO 0 [886] -2015-01-25 13:11:07 queue INFO >>0 [887] -2015-01-25 13:11:07 sendUrl INFO 0 [887] -2015-01-25 13:11:57 queue INFO >>0 [888] -2015-01-25 13:11:58 sendUrl INFO 0 [888] -2015-01-25 13:12:47 queue INFO >>0 [889] -2015-01-25 13:12:48 sendUrl INFO 0 [889] -2015-01-25 13:13:38 queue INFO >>0 [890] -2015-01-25 13:13:38 sendUrl INFO 0 [890] -2015-01-25 13:14:28 queue INFO >>0 [891] -2015-01-25 13:14:28 sendUrl INFO 0 [891] -2015-01-25 13:15:18 queue INFO >>0 [892] -2015-01-25 13:15:18 sendUrl INFO 0 [892] -2015-01-25 13:16:08 queue INFO >>0 [893] -2015-01-25 13:16:08 sendUrl INFO 0 [893] -2015-01-25 13:16:58 queue INFO >>0 [894] -2015-01-25 13:16:59 sendUrl INFO 0 [894] -2015-01-25 13:17:48 queue INFO >>0 [895] -2015-01-25 13:17:49 sendUrl INFO 0 [895] -2015-01-25 13:18:38 queue INFO >>0 [896] -2015-01-25 13:18:39 sendUrl INFO 0 [896] -2015-01-25 13:19:28 queue INFO >>0 [897] -2015-01-25 13:19:29 sendUrl INFO 0 [897] -2015-01-25 13:20:19 queue INFO >>0 [898] -2015-01-25 13:20:19 sendUrl INFO 0 [898] -2015-01-25 13:21:09 queue INFO >>0 [899] -2015-01-25 13:21:09 sendUrl INFO 0 [899] -2015-01-25 13:21:59 queue INFO >>0 [900] -2015-01-25 13:21:59 sendUrl INFO 0 [900] -2015-01-25 13:22:49 queue INFO >>0 [901] -2015-01-25 13:22:50 sendUrl INFO 0 [901] -2015-01-25 13:23:39 queue INFO >>0 [902] -2015-01-25 13:23:39 sendUrl INFO 0 [902] -2015-01-25 13:24:29 queue INFO >>0 [903] -2015-01-25 13:24:30 sendUrl INFO 0 [903] -2015-01-25 13:25:19 queue INFO >>0 [904] -2015-01-25 13:25:20 sendUrl INFO 0 [904] -2015-01-25 13:26:10 queue INFO >>0 [905] -2015-01-25 13:26:10 sendUrl INFO 0 [905] -2015-01-25 13:27:00 queue INFO >>0 [906] -2015-01-25 13:27:00 sendUrl INFO 0 [906] -2015-01-25 13:27:50 queue INFO >>0 [907] -2015-01-25 13:27:50 sendUrl INFO 0 [907] -2015-01-25 13:28:40 queue INFO >>0 [908] -2015-01-25 13:28:40 sendUrl INFO 0 [908] -2015-01-25 13:29:30 queue INFO >>0 [909] -2015-01-25 13:29:31 sendUrl INFO 0 [909] -2015-01-25 13:30:20 queue INFO >>0 [910] -2015-01-25 13:30:21 sendUrl INFO 0 [910] -2015-01-25 13:31:11 queue INFO >>0 [911] -2015-01-25 13:31:11 sendUrl INFO 0 [911] -2015-01-25 13:32:01 queue INFO >>0 [912] -2015-01-25 13:32:01 sendUrl INFO 0 [912] -2015-01-25 13:32:51 queue INFO >>0 [913] -2015-01-25 13:32:51 sendUrl INFO 0 [913] -2015-01-25 13:33:41 queue INFO >>0 [914] -2015-01-25 13:33:41 sendUrl INFO 0 [914] -2015-01-25 13:34:31 queue INFO >>0 [915] -2015-01-25 13:34:32 sendUrl INFO 0 [915] -2015-01-25 13:35:21 queue INFO >>0 [916] -2015-01-25 13:35:21 sendUrl INFO 0 [916] -2015-01-25 13:36:11 queue INFO >>0 [917] -2015-01-25 13:36:12 sendUrl INFO 0 [917] -2015-01-25 13:37:02 queue INFO >>0 [918] -2015-01-25 13:37:02 sendUrl INFO 0 [918] -2015-01-25 13:37:52 queue INFO >>0 [919] -2015-01-25 13:37:52 sendUrl INFO 0 [919] -2015-01-25 13:38:42 queue INFO >>0 [920] -2015-01-25 13:38:42 sendUrl INFO 0 [920] -2015-01-25 13:39:32 queue INFO >>0 [921] -2015-01-25 13:39:33 sendUrl INFO 0 [921] -2015-01-25 13:40:22 queue INFO >>0 [922] -2015-01-25 13:40:22 sendUrl INFO 0 [922] -2015-01-25 13:41:12 queue INFO >>0 [923] -2015-01-25 13:41:13 sendUrl INFO 0 [923] -2015-01-25 13:42:03 queue INFO >>0 [924] -2015-01-25 13:42:03 sendUrl INFO 0 [924] -2015-01-25 13:42:53 queue INFO >>0 [925] -2015-01-25 13:42:53 sendUrl INFO 0 [925] -2015-01-25 13:43:43 queue INFO >>0 [926] -2015-01-25 13:43:43 sendUrl INFO 0 [926] -2015-01-25 13:44:33 queue INFO >>0 [927] -2015-01-25 13:44:33 sendUrl INFO 0 [927] -2015-01-25 13:45:23 queue INFO >>0 [928] -2015-01-25 13:45:23 sendUrl INFO 0 [928] -2015-01-25 13:46:13 queue INFO >>0 [929] -2015-01-25 13:46:14 sendUrl INFO 0 [929] -2015-01-25 13:47:03 queue INFO >>0 [930] -2015-01-25 13:47:04 sendUrl INFO 0 [930] -2015-01-25 13:47:54 queue INFO >>0 [931] -2015-01-25 13:47:54 sendUrl INFO 0 [931] -2015-01-25 13:48:44 queue INFO >>0 [932] -2015-01-25 13:48:44 sendUrl INFO 0 [932] -2015-01-25 13:49:34 queue INFO >>0 [933] -2015-01-25 13:49:34 sendUrl INFO 0 [933] -2015-01-25 13:50:24 queue INFO >>0 [934] -2015-01-25 13:50:24 sendUrl INFO 0 [934] -2015-01-25 13:51:14 queue INFO >>0 [935] -2015-01-25 13:51:15 sendUrl INFO 0 [935] -2015-01-25 13:52:04 queue INFO >>0 [936] -2015-01-25 13:52:05 sendUrl INFO 0 [936] -2015-01-25 13:52:55 queue INFO >>0 [937] -2015-01-25 13:52:55 sendUrl INFO 0 [937] -2015-01-25 13:53:45 queue INFO >>0 [938] -2015-01-25 13:53:45 sendUrl INFO 0 [938] -2015-01-25 13:54:35 queue INFO >>0 [939] -2015-01-25 13:54:35 sendUrl INFO 0 [939] -2015-01-25 13:55:25 queue INFO >>0 [940] -2015-01-25 13:55:25 sendUrl INFO 0 [940] -2015-01-25 13:56:15 queue INFO >>0 [941] -2015-01-25 13:56:16 sendUrl INFO 0 [941] -2015-01-25 13:57:05 queue INFO >>0 [942] -2015-01-25 13:57:05 sendUrl INFO 0 [942] -2015-01-25 13:57:55 queue INFO >>0 [943] -2015-01-25 13:57:56 sendUrl INFO 0 [943] -2015-01-25 13:58:45 queue INFO >>0 [944] -2015-01-25 13:58:46 sendUrl INFO 0 [944] -2015-01-25 13:59:36 queue INFO >>0 [945] -2015-01-25 13:59:36 sendUrl INFO 0 [945] -2015-01-25 14:00:26 queue INFO >>0 [946] -2015-01-25 14:00:26 sendUrl INFO 0 [946] -2015-01-25 14:01:16 queue INFO >>0 [947] -2015-01-25 14:01:16 sendUrl INFO 0 [947] -2015-01-25 14:02:06 queue INFO >>0 [948] -2015-01-25 14:02:06 sendUrl INFO 0 [948] -2015-01-25 14:02:56 queue INFO >>0 [949] -2015-01-25 14:02:56 sendUrl INFO 0 [949] -2015-01-25 14:03:46 queue INFO >>0 [950] -2015-01-25 14:03:47 sendUrl INFO 0 [950] -2015-01-25 14:04:36 queue INFO >>0 [951] -2015-01-25 14:04:37 sendUrl INFO 0 [951] -2015-01-25 14:05:27 queue INFO >>0 [952] -2015-01-25 14:05:27 sendUrl INFO 0 [952] -2015-01-25 14:06:17 queue INFO >>0 [953] -2015-01-25 14:06:17 sendUrl INFO 0 [953] -2015-01-25 14:07:07 queue INFO >>0 [954] -2015-01-25 14:07:07 sendUrl INFO 0 [954] -2015-01-25 14:07:57 queue INFO >>0 [955] -2015-01-25 14:07:57 sendUrl INFO 0 [955] -2015-01-25 14:08:47 queue INFO >>0 [956] -2015-01-25 14:08:48 sendUrl INFO 0 [956] -2015-01-25 14:09:37 queue INFO >>0 [957] -2015-01-25 14:09:38 sendUrl INFO 0 [957] -2015-01-25 14:10:28 queue INFO >>0 [958] -2015-01-25 14:10:28 sendUrl INFO 0 [958] -2015-01-25 14:11:18 queue INFO >>0 [959] -2015-01-25 14:11:18 sendUrl INFO 0 [959] -2015-01-25 14:12:08 queue INFO >>0 [960] -2015-01-25 14:12:08 sendUrl INFO 0 [960] -2015-01-25 14:12:58 queue INFO >>0 [961] -2015-01-25 14:12:58 sendUrl INFO 0 [961] -2015-01-25 14:13:48 queue INFO >>0 [962] -2015-01-25 14:13:49 sendUrl INFO 0 [962] -2015-01-25 14:14:38 queue INFO >>0 [963] -2015-01-25 14:14:38 sendUrl INFO 0 [963] -2015-01-25 14:15:28 queue INFO >>0 [964] -2015-01-25 14:15:29 sendUrl INFO 0 [964] -2015-01-25 14:16:18 queue INFO >>0 [965] -2015-01-25 14:16:19 sendUrl INFO 0 [965] -2015-01-25 14:17:09 queue INFO >>0 [966] -2015-01-25 14:17:09 sendUrl INFO 0 [966] -2015-01-25 14:17:59 queue INFO >>0 [967] -2015-01-25 14:17:59 sendUrl INFO 0 [967] -2015-01-25 14:18:49 queue INFO >>0 [968] -2015-01-25 14:18:49 sendUrl INFO 0 [968] -2015-01-25 14:19:39 queue INFO >>0 [969] -2015-01-25 14:19:39 sendUrl INFO 0 [969] -2015-01-25 14:20:29 queue INFO >>0 [970] -2015-01-25 14:20:30 sendUrl INFO 0 [970] -2015-01-25 14:21:19 queue INFO >>0 [971] -2015-01-25 14:21:20 sendUrl INFO 0 [971] -2015-01-25 14:22:09 queue INFO >>0 [972] -2015-01-25 14:22:10 sendUrl INFO 0 [972] -2015-01-25 14:23:00 queue INFO >>0 [973] -2015-01-25 14:23:00 sendUrl INFO 0 [973] -2015-01-25 14:23:50 queue INFO >>0 [974] -2015-01-25 14:23:50 sendUrl INFO 0 [974] -2015-01-25 14:24:40 queue INFO >>0 [975] -2015-01-25 14:24:40 sendUrl INFO 0 [975] -2015-01-25 14:25:30 queue INFO >>0 [976] -2015-01-25 14:25:30 sendUrl INFO 0 [976] -2015-01-25 14:26:20 queue INFO >>0 [977] -2015-01-25 14:26:20 sendUrl INFO 0 [977] -2015-01-25 14:27:10 queue INFO >>0 [978] -2015-01-25 14:27:11 sendUrl INFO 0 [978] -2015-01-25 14:28:01 queue INFO >>0 [979] -2015-01-25 14:28:01 sendUrl INFO 0 [979] -2015-01-25 14:28:51 queue INFO >>0 [980] -2015-01-25 14:28:51 sendUrl INFO 0 [980] -2015-01-25 14:29:41 queue INFO >>0 [981] -2015-01-25 14:29:41 sendUrl INFO 0 [981] -2015-01-25 14:30:31 queue INFO >>0 [982] -2015-01-25 14:30:31 sendUrl INFO 0 [982] -2015-01-25 14:31:21 queue INFO >>0 [983] -2015-01-25 14:31:21 sendUrl INFO 0 [983] -2015-01-25 14:32:11 queue INFO >>0 [984] -2015-01-25 14:32:12 sendUrl INFO 0 [984] -2015-01-25 14:33:01 queue INFO >>0 [985] -2015-01-25 14:33:02 sendUrl INFO 0 [985] -2015-01-25 14:33:52 queue INFO >>0 [986] -2015-01-25 14:33:52 sendUrl INFO 0 [986] -2015-01-25 14:34:42 queue INFO >>0 [987] -2015-01-25 14:34:42 sendUrl INFO 0 [987] -2015-01-25 14:35:32 queue INFO >>0 [988] -2015-01-25 14:35:32 sendUrl INFO 0 [988] -2015-01-25 14:36:22 queue INFO >>0 [989] -2015-01-25 14:36:22 sendUrl INFO 0 [989] -2015-01-25 14:37:12 queue INFO >>0 [990] -2015-01-25 14:37:12 sendUrl INFO 0 [990] -2015-01-25 14:38:02 queue INFO >>0 [991] -2015-01-25 14:38:03 sendUrl INFO 0 [991] -2015-01-25 14:38:52 queue INFO >>0 [992] -2015-01-25 14:38:53 sendUrl INFO 0 [992] -2015-01-25 14:39:43 queue INFO >>0 [993] -2015-01-25 14:39:43 sendUrl INFO 0 [993] -2015-01-25 14:40:33 queue INFO >>0 [994] -2015-01-25 14:40:33 sendUrl INFO 0 [994] -2015-01-25 14:41:23 queue INFO >>0 [995] -2015-01-25 14:41:23 sendUrl INFO 0 [995] -2015-01-25 14:42:13 queue INFO >>0 [996] -2015-01-25 14:42:13 sendUrl INFO 0 [996] -2015-01-25 14:43:03 queue INFO >>0 [997] -2015-01-25 14:43:04 sendUrl INFO 0 [997] -2015-01-25 14:43:53 queue INFO >>0 [998] -2015-01-25 14:43:54 sendUrl INFO 0 [998] -2015-01-25 14:44:44 queue INFO >>0 [999] -2015-01-25 14:44:44 sendUrl INFO 0 [999] -2015-01-25 14:45:34 queue INFO >>0 [0] -2015-01-25 14:45:34 sendUrl INFO 0 [0] -2015-01-25 14:46:24 queue INFO >>0 [1] -2015-01-25 14:46:24 sendUrl INFO 0 [1] -2015-01-25 14:47:14 queue INFO >>0 [2] -2015-01-25 14:47:14 sendUrl INFO 0 [2] -2015-01-25 14:48:04 queue INFO >>0 [3] -2015-01-25 14:48:05 sendUrl INFO 0 [3] -2015-01-25 14:48:54 queue INFO >>0 [4] -2015-01-25 14:48:55 sendUrl INFO 0 [4] -2015-01-25 14:49:44 queue INFO >>0 [5] -2015-01-25 14:49:45 sendUrl INFO 0 [5] -2015-01-25 14:50:35 queue INFO >>0 [6] -2015-01-25 14:50:35 sendUrl INFO 0 [6] -2015-01-25 14:51:25 queue INFO >>0 [7] -2015-01-25 14:51:25 sendUrl INFO 0 [7] -2015-01-25 14:52:15 queue INFO >>0 [8] -2015-01-25 14:52:15 sendUrl INFO 0 [8] -2015-01-25 14:53:05 queue INFO >>0 [9] -2015-01-25 14:53:06 sendUrl INFO 0 [9] -2015-01-25 14:53:55 queue INFO >>0 [10] -2015-01-25 14:53:55 sendUrl INFO 0 [10] -2015-01-25 14:54:45 queue INFO >>0 [11] -2015-01-25 14:54:46 sendUrl INFO 0 [11] -2015-01-25 14:55:35 queue INFO >>0 [12] -2015-01-25 14:55:36 sendUrl INFO 0 [12] -2015-01-25 14:56:26 queue INFO >>0 [13] -2015-01-25 14:56:26 sendUrl INFO 0 [13] -2015-01-25 14:57:16 queue INFO >>0 [14] -2015-01-25 14:57:16 sendUrl INFO 0 [14] -2015-01-25 14:58:06 queue INFO >>0 [15] -2015-01-25 14:58:06 sendUrl INFO 0 [15] -2015-01-25 14:58:56 queue INFO >>0 [16] -2015-01-25 14:58:56 sendUrl INFO 0 [16] -2015-01-25 14:59:46 queue INFO >>0 [17] -2015-01-25 14:59:47 sendUrl INFO 0 [17] -2015-01-25 15:00:36 queue INFO >>0 [18] -2015-01-25 15:00:36 sendUrl INFO 0 [18] -2015-01-25 15:01:26 queue INFO >>0 [19] -2015-01-25 15:01:27 sendUrl INFO 0 [19] -2015-01-25 15:02:17 queue INFO >>0 [20] -2015-01-25 15:02:17 sendUrl INFO 0 [20] -2015-01-25 15:03:07 queue INFO >>0 [21] -2015-01-25 15:03:07 sendUrl INFO 0 [21] -2015-01-25 15:03:57 queue INFO >>0 [22] -2015-01-25 15:03:57 sendUrl INFO 0 [22] -2015-01-25 15:04:47 queue INFO >>0 [23] -2015-01-25 15:04:47 sendUrl INFO 0 [23] -2015-01-25 15:05:37 queue INFO >>0 [24] -2015-01-25 15:05:37 sendUrl INFO 0 [24] -2015-01-25 15:06:27 queue INFO >>0 [25] -2015-01-25 15:06:28 sendUrl INFO 0 [25] -2015-01-25 15:07:17 queue INFO >>0 [26] -2015-01-25 15:07:18 sendUrl INFO 0 [26] -2015-01-25 15:08:08 queue INFO >>0 [27] -2015-01-25 15:08:08 sendUrl INFO 0 [27] -2015-01-25 15:08:58 queue INFO >>0 [28] -2015-01-25 15:08:58 sendUrl INFO 0 [28] -2015-01-25 15:09:48 queue INFO >>0 [29] -2015-01-25 15:09:48 sendUrl INFO 0 [29] -2015-01-25 15:10:38 queue INFO >>0 [30] -2015-01-25 15:10:38 sendUrl INFO 0 [30] -2015-01-25 15:11:28 queue INFO >>0 [31] -2015-01-25 15:11:28 sendUrl INFO 0 [31] -2015-01-25 15:12:18 queue INFO >>0 [32] -2015-01-25 15:12:19 sendUrl INFO 0 [32] -2015-01-25 15:13:08 queue INFO >>0 [33] -2015-01-25 15:13:09 sendUrl INFO 0 [33] -2015-01-25 15:13:59 queue INFO >>0 [34] -2015-01-25 15:13:59 sendUrl INFO 0 [34] -2015-01-25 15:14:49 queue INFO >>0 [35] -2015-01-25 15:14:49 sendUrl INFO 0 [35] -2015-01-25 15:15:39 queue INFO >>0 [36] -2015-01-25 15:15:39 sendUrl INFO 0 [36] -2015-01-25 15:16:29 queue INFO >>0 [37] -2015-01-25 15:16:29 sendUrl INFO 0 [37] -2015-01-25 15:17:19 queue INFO >>0 [38] -2015-01-25 15:17:20 sendUrl INFO 0 [38] -2015-01-25 15:18:09 queue INFO >>0 [39] -2015-01-25 15:18:09 sendUrl INFO 0 [39] -2015-01-25 15:18:59 queue INFO >>0 [40] -2015-01-25 15:19:00 sendUrl INFO 0 [40] -2015-01-25 15:19:49 queue INFO >>0 [41] -2015-01-25 15:19:50 sendUrl INFO 0 [41] -2015-01-25 15:20:40 queue INFO >>0 [42] -2015-01-25 15:20:40 sendUrl INFO 0 [42] -2015-01-25 15:21:30 queue INFO >>0 [43] -2015-01-25 15:21:30 sendUrl INFO 0 [43] -2015-01-25 15:22:20 queue INFO >>0 [44] -2015-01-25 15:22:20 sendUrl INFO 0 [44] -2015-01-25 15:23:10 queue INFO >>0 [45] -2015-01-25 15:23:10 sendUrl INFO 0 [45] -2015-01-25 15:24:00 queue INFO >>0 [46] -2015-01-25 15:24:01 sendUrl INFO 0 [46] -2015-01-25 15:24:50 queue INFO >>0 [47] -2015-01-25 15:24:51 sendUrl INFO 0 [47] -2015-01-25 15:25:40 queue INFO >>0 [48] -2015-01-25 15:25:41 sendUrl INFO 0 [48] -2015-01-25 15:26:30 queue INFO >>0 [49] -2015-01-25 15:26:31 sendUrl INFO 0 [49] -2015-01-25 15:27:21 queue INFO >>0 [50] -2015-01-25 15:27:21 sendUrl INFO 0 [50] -2015-01-25 15:28:11 queue INFO >>0 [51] -2015-01-25 15:28:11 sendUrl INFO 0 [51] -2015-01-25 15:29:01 queue INFO >>0 [52] -2015-01-25 15:29:01 sendUrl INFO 0 [52] -2015-01-25 15:29:51 queue INFO >>0 [53] -2015-01-25 15:29:52 sendUrl INFO 0 [53] -2015-01-25 15:30:41 queue INFO >>0 [54] -2015-01-25 15:30:41 sendUrl INFO 0 [54] -2015-01-25 15:31:31 queue INFO >>0 [55] -2015-01-25 15:31:32 sendUrl INFO 0 [55] -2015-01-25 15:32:21 queue INFO >>0 [56] -2015-01-25 15:32:22 sendUrl INFO 0 [56] -2015-01-25 15:33:12 queue INFO >>0 [57] -2015-01-25 15:33:12 sendUrl INFO 0 [57] -2015-01-25 15:34:02 queue INFO >>0 [58] -2015-01-25 15:34:02 sendUrl INFO 0 [58] -2015-01-25 15:34:52 queue INFO >>0 [59] -2015-01-25 15:34:52 sendUrl INFO 0 [59] -2015-01-25 15:35:42 queue INFO >>0 [60] -2015-01-25 15:35:42 sendUrl INFO 0 [60] -2015-01-25 15:36:32 queue INFO >>0 [61] -2015-01-25 15:36:33 sendUrl INFO 0 [61] -2015-01-25 15:37:22 queue INFO >>0 [62] -2015-01-25 15:37:23 sendUrl INFO 0 [62] -2015-01-25 15:38:13 queue INFO >>0 [63] -2015-01-25 15:38:13 sendUrl INFO 0 [63] -2015-01-25 15:39:03 queue INFO >>0 [64] -2015-01-25 15:39:03 sendUrl INFO 0 [64] -2015-01-25 15:39:53 queue INFO >>0 [65] -2015-01-25 15:39:53 sendUrl INFO 0 [65] -2015-01-25 15:40:43 queue INFO >>0 [66] -2015-01-25 15:40:43 sendUrl INFO 0 [66] -2015-01-25 15:41:33 queue INFO >>0 [67] -2015-01-25 15:41:34 sendUrl INFO 0 [67] -2015-01-25 15:42:23 queue INFO >>0 [68] -2015-01-25 15:42:23 sendUrl INFO 0 [68] -2015-01-25 15:43:13 queue INFO >>0 [69] -2015-01-25 15:43:14 sendUrl INFO 0 [69] -2015-01-25 15:44:04 queue INFO >>0 [70] -2015-01-25 15:44:04 sendUrl INFO 0 [70] -2015-01-25 15:44:54 queue INFO >>0 [71] -2015-01-25 15:44:54 sendUrl INFO 0 [71] -2015-01-25 15:45:44 queue INFO >>0 [72] -2015-01-25 15:45:44 sendUrl INFO 0 [72] -2015-01-25 15:46:34 queue INFO >>0 [73] -2015-01-25 15:46:35 sendUrl INFO 0 [73] -2015-01-25 15:47:24 queue INFO >>0 [74] -2015-01-25 15:47:24 sendUrl INFO 0 [74] -2015-01-25 15:48:14 queue INFO >>0 [75] -2015-01-25 15:48:15 sendUrl INFO 0 [75] -2015-01-25 15:49:05 queue INFO >>0 [76] -2015-01-25 15:49:05 sendUrl INFO 0 [76] -2015-01-25 15:49:55 queue INFO >>0 [77] -2015-01-25 15:49:55 sendUrl INFO 0 [77] -2015-01-25 15:50:45 queue INFO >>0 [78] -2015-01-25 15:50:45 sendUrl INFO 0 [78] -2015-01-25 15:51:35 queue INFO >>0 [79] -2015-01-25 15:51:36 sendUrl INFO 0 [79] -2015-01-25 15:52:25 queue INFO >>0 [80] -2015-01-25 15:52:25 sendUrl INFO 0 [80] -2015-01-25 15:53:15 queue INFO >>0 [81] -2015-01-25 15:53:16 sendUrl INFO 0 [81] -2015-01-25 15:54:05 queue INFO >>0 [82] -2015-01-25 15:54:06 sendUrl INFO 0 [82] -2015-01-25 15:54:56 queue INFO >>0 [83] -2015-01-25 15:54:56 sendUrl INFO 0 [83] -2015-01-25 15:55:46 queue INFO >>0 [84] -2015-01-25 15:55:46 sendUrl INFO 0 [84] -2015-01-25 15:56:36 queue INFO >>0 [85] -2015-01-25 15:56:36 sendUrl INFO 0 [85] -2015-01-25 15:57:26 queue INFO >>0 [86] -2015-01-25 15:57:26 sendUrl INFO 0 [86] -2015-01-25 15:58:16 queue INFO >>0 [87] -2015-01-25 15:58:17 sendUrl INFO 0 [87] -2015-01-25 15:59:06 queue INFO >>0 [88] -2015-01-25 15:59:06 sendUrl INFO 0 [88] -2015-01-25 15:59:57 queue INFO >>0 [89] -2015-01-25 15:59:57 sendUrl INFO 0 [89] -2015-01-25 16:00:47 queue INFO >>0 [90] -2015-01-25 16:00:47 sendUrl INFO 0 [90] -2015-01-25 16:01:37 queue INFO >>0 [91] -2015-01-25 16:01:37 sendUrl INFO 0 [91] -2015-01-25 16:02:27 queue INFO >>0 [92] -2015-01-25 16:02:27 sendUrl INFO 0 [92] -2015-01-25 16:03:17 queue INFO >>0 [93] -2015-01-25 16:03:18 sendUrl INFO 0 [93] -2015-01-25 16:04:07 queue INFO >>0 [94] -2015-01-25 16:04:07 sendUrl INFO 0 [94] -2015-01-25 16:04:57 queue INFO >>0 [95] -2015-01-25 16:04:58 sendUrl INFO 0 [95] -2015-01-25 16:05:48 queue INFO >>0 [96] -2015-01-25 16:05:48 sendUrl INFO 0 [96] -2015-01-25 16:06:38 queue INFO >>0 [97] -2015-01-25 16:06:38 sendUrl INFO 0 [97] -2015-01-25 16:07:28 queue INFO >>0 [98] -2015-01-25 16:07:28 sendUrl INFO 0 [98] -2015-01-25 16:08:18 queue INFO >>0 [99] -2015-01-25 16:08:19 sendUrl INFO 0 [99] -2015-01-25 16:09:08 queue INFO >>0 [100] -2015-01-25 16:09:08 sendUrl INFO 0 [100] -2015-01-25 16:09:58 queue INFO >>0 [101] -2015-01-25 16:09:59 sendUrl INFO 0 [101] -2015-01-25 16:10:49 queue INFO >>0 [102] -2015-01-25 16:10:49 sendUrl INFO 0 [102] -2015-01-25 16:11:39 queue INFO >>0 [103] -2015-01-25 16:11:39 sendUrl INFO 0 [103] -2015-01-25 16:12:29 queue INFO >>0 [104] -2015-01-25 16:12:29 sendUrl INFO 0 [104] -2015-01-25 16:13:19 queue INFO >>0 [105] -2015-01-25 16:13:19 sendUrl INFO 0 [105] -2015-01-25 16:14:09 queue INFO >>0 [106] -2015-01-25 16:14:09 sendUrl INFO 0 [106] -2015-01-25 16:14:59 queue INFO >>0 [107] -2015-01-25 16:15:00 sendUrl INFO 0 [107] -2015-01-25 16:15:49 queue INFO >>0 [108] -2015-01-25 16:15:50 sendUrl INFO 0 [108] -2015-01-25 16:16:40 queue INFO >>0 [109] -2015-01-25 16:16:40 sendUrl INFO 0 [109] -2015-01-25 16:17:30 queue INFO >>0 [110] -2015-01-25 16:17:30 sendUrl INFO 0 [110] -2015-01-25 16:18:20 queue INFO >>0 [111] -2015-01-25 16:18:20 sendUrl INFO 0 [111] -2015-01-25 16:19:10 queue INFO >>0 [112] -2015-01-25 16:19:10 sendUrl INFO 0 [112] -2015-01-25 16:20:00 queue INFO >>0 [113] -2015-01-25 16:20:01 sendUrl INFO 0 [113] -2015-01-25 16:20:50 queue INFO >>0 [114] -2015-01-25 16:20:51 sendUrl INFO 0 [114] -2015-01-25 16:21:40 queue INFO >>0 [115] -2015-01-25 16:21:41 sendUrl INFO 0 [115] -2015-01-25 16:22:31 queue INFO >>0 [116] -2015-01-25 16:22:31 sendUrl INFO 0 [116] -2015-01-25 16:23:21 queue INFO >>0 [117] -2015-01-25 16:23:21 sendUrl INFO 0 [117] -2015-01-25 16:24:11 queue INFO >>0 [118] -2015-01-25 16:24:11 sendUrl INFO 0 [118] -2015-01-25 16:25:01 queue INFO >>0 [119] -2015-01-25 16:25:01 sendUrl INFO 0 [119] -2015-01-25 16:25:51 queue INFO >>0 [120] -2015-01-25 16:25:51 sendUrl INFO 0 [120] -2015-01-25 16:26:41 queue INFO >>0 [121] -2015-01-25 16:26:41 sendUrl INFO 0 [121] -2015-01-25 16:27:31 queue INFO >>0 [122] -2015-01-25 16:27:32 sendUrl INFO 0 [122] -2015-01-25 16:28:22 queue INFO >>0 [123] -2015-01-25 16:28:22 sendUrl INFO 0 [123] -2015-01-25 16:29:12 queue INFO >>0 [124] -2015-01-25 16:29:12 sendUrl INFO 0 [124] -2015-01-25 16:30:02 queue INFO >>0 [125] -2015-01-25 16:30:02 sendUrl INFO 0 [125] -2015-01-25 16:30:52 queue INFO >>0 [126] -2015-01-25 16:30:52 sendUrl INFO 0 [126] -2015-01-25 16:31:42 queue INFO >>0 [127] -2015-01-25 16:31:42 sendUrl INFO 0 [127] -2015-01-25 16:32:32 queue INFO >>0 [128] -2015-01-25 16:32:33 sendUrl INFO 0 [128] -2015-01-25 16:33:22 queue INFO >>0 [129] -2015-01-25 16:33:23 sendUrl INFO 0 [129] -2015-01-25 16:34:13 queue INFO >>0 [130] -2015-01-25 16:34:13 sendUrl INFO 0 [130] -2015-01-25 16:35:03 queue INFO >>0 [131] -2015-01-25 16:35:03 sendUrl INFO 0 [131] -2015-01-25 16:35:53 queue INFO >>0 [132] -2015-01-25 16:35:53 sendUrl INFO 0 [132] -2015-01-25 16:36:43 queue INFO >>0 [133] -2015-01-25 16:36:43 sendUrl INFO 0 [133] -2015-01-25 16:37:33 queue INFO >>0 [134] -2015-01-25 16:37:34 sendUrl INFO 0 [134] -2015-01-25 16:38:23 queue INFO >>0 [135] -2015-01-25 16:38:23 sendUrl INFO 0 [135] -2015-01-25 16:39:13 queue INFO >>0 [136] -2015-01-25 16:39:14 sendUrl INFO 0 [136] -2015-01-25 16:40:03 queue INFO >>0 [137] -2015-01-25 16:40:04 sendUrl INFO 0 [137] -2015-01-25 16:40:54 queue INFO >>0 [138] -2015-01-25 16:40:54 sendUrl INFO 0 [138] -2015-01-25 16:41:44 queue INFO >>0 [139] -2015-01-25 16:41:44 sendUrl INFO 0 [139] -2015-01-25 16:42:34 queue INFO >>0 [140] -2015-01-25 16:42:34 sendUrl INFO 0 [140] -2015-01-25 16:43:24 queue INFO >>0 [141] -2015-01-25 16:43:24 sendUrl INFO 0 [141] -2015-01-25 16:44:14 queue INFO >>0 [142] -2015-01-25 16:44:15 sendUrl INFO 0 [142] -2015-01-25 16:45:04 queue INFO >>0 [143] -2015-01-25 16:45:05 sendUrl INFO 0 [143] -2015-01-25 16:45:55 queue INFO >>0 [144] -2015-01-25 16:45:55 sendUrl INFO 0 [144] -2015-01-25 16:46:45 queue INFO >>0 [145] -2015-01-25 16:46:45 sendUrl INFO 0 [145] -2015-01-25 16:47:35 queue INFO >>0 [146] -2015-01-25 16:47:35 sendUrl INFO 0 [146] -2015-01-25 16:48:25 queue INFO >>0 [147] -2015-01-25 16:48:25 sendUrl INFO 0 [147] -2015-01-25 16:49:15 queue INFO >>0 [148] -2015-01-25 16:49:16 sendUrl INFO 0 [148] -2015-01-25 16:50:05 queue INFO >>0 [149] -2015-01-25 16:50:06 sendUrl INFO 0 [149] -2015-01-25 16:50:55 queue INFO >>0 [150] -2015-01-25 16:50:56 sendUrl INFO 0 [150] -2015-01-25 16:51:46 queue INFO >>0 [151] -2015-01-25 16:51:46 sendUrl INFO 0 [151] -2015-01-25 16:52:36 queue INFO >>0 [152] -2015-01-25 16:52:36 sendUrl INFO 0 [152] -2015-01-25 16:53:26 queue INFO >>0 [153] -2015-01-25 16:53:26 sendUrl INFO 0 [153] -2015-01-25 16:54:16 queue INFO >>0 [154] -2015-01-25 16:54:16 sendUrl INFO 0 [154] -2015-01-25 16:55:06 queue INFO >>0 [155] -2015-01-25 16:55:06 sendUrl INFO 0 [155] -2015-01-25 16:55:56 queue INFO >>0 [156] -2015-01-25 16:55:57 sendUrl INFO 0 [156] -2015-01-25 16:56:47 queue INFO >>0 [157] -2015-01-25 16:56:47 sendUrl INFO 0 [157] -2015-01-25 16:57:37 queue INFO >>0 [158] -2015-01-25 16:57:37 sendUrl INFO 0 [158] -2015-01-25 16:58:27 queue INFO >>0 [159] -2015-01-25 16:58:27 sendUrl INFO 0 [159] -2015-01-25 16:59:17 queue INFO >>0 [160] -2015-01-25 16:59:17 sendUrl INFO 0 [160] -2015-01-25 17:00:07 queue INFO >>0 [161] -2015-01-25 17:00:07 sendUrl INFO 0 [161] -2015-01-25 17:00:57 queue INFO >>0 [162] -2015-01-25 17:00:58 sendUrl INFO 0 [162] -2015-01-25 17:01:47 queue INFO >>0 [163] -2015-01-25 17:01:48 sendUrl INFO 0 [163] -2015-01-25 17:02:38 queue INFO >>0 [164] -2015-01-25 17:02:38 sendUrl INFO 0 [164] -2015-01-25 17:03:28 queue INFO >>0 [165] -2015-01-25 17:03:28 sendUrl INFO 0 [165] -2015-01-25 17:04:18 queue INFO >>0 [166] -2015-01-25 17:04:18 sendUrl INFO 0 [166] -2015-01-25 17:05:08 queue INFO >>0 [167] -2015-01-25 17:05:08 sendUrl INFO 0 [167] -2015-01-25 17:05:58 queue INFO >>0 [168] -2015-01-25 17:05:58 sendUrl INFO 0 [168] -2015-01-25 17:06:48 queue INFO >>0 [169] -2015-01-25 17:06:49 sendUrl INFO 0 [169] -2015-01-25 17:07:38 queue INFO >>0 [170] -2015-01-25 17:07:38 sendUrl INFO 0 [170] -2015-01-25 17:08:28 queue INFO >>0 [171] -2015-01-25 17:08:29 sendUrl INFO 0 [171] -2015-01-25 17:09:19 queue INFO >>0 [172] -2015-01-25 17:09:19 sendUrl INFO 0 [172] -2015-01-25 17:10:09 queue INFO >>0 [173] -2015-01-25 17:10:09 sendUrl INFO 0 [173] -2015-01-25 17:10:59 queue INFO >>0 [174] -2015-01-25 17:10:59 sendUrl INFO 0 [174] -2015-01-25 17:11:49 queue INFO >>0 [175] -2015-01-25 17:11:50 sendUrl INFO 0 [175] -2015-01-25 17:12:39 queue INFO >>0 [176] -2015-01-25 17:12:39 sendUrl INFO 0 [176] -2015-01-25 17:13:29 queue INFO >>0 [177] -2015-01-25 17:13:30 sendUrl INFO 0 [177] -2015-01-25 17:14:20 queue INFO >>0 [178] -2015-01-25 17:14:20 sendUrl INFO 0 [178] -2015-01-25 17:15:10 queue INFO >>0 [179] -2015-01-25 17:15:10 sendUrl INFO 0 [179] -2015-01-25 17:16:00 queue INFO >>0 [180] -2015-01-25 17:16:00 sendUrl INFO 0 [180] -2015-01-25 17:16:50 queue INFO >>0 [181] -2015-01-25 17:16:51 sendUrl INFO 0 [181] -2015-01-25 17:17:40 queue INFO >>0 [182] -2015-01-25 17:17:40 sendUrl INFO 0 [182] -2015-01-25 17:18:30 queue INFO >>0 [183] -2015-01-25 17:18:31 sendUrl INFO 0 [183] -2015-01-25 17:19:20 queue INFO >>0 [184] -2015-01-25 17:19:21 sendUrl INFO 0 [184] -2015-01-25 17:20:11 queue INFO >>0 [185] -2015-01-25 17:20:11 sendUrl INFO 0 [185] -2015-01-25 17:21:01 queue INFO >>0 [186] -2015-01-25 17:21:01 sendUrl INFO 0 [186] -2015-01-25 17:21:51 queue INFO >>0 [187] -2015-01-25 17:21:51 sendUrl INFO 0 [187] -2015-01-25 17:22:41 queue INFO >>0 [188] -2015-01-25 17:22:41 sendUrl INFO 0 [188] -2015-01-25 17:23:31 queue INFO >>0 [189] -2015-01-25 17:23:32 sendUrl INFO 0 [189] -2015-01-25 17:24:21 queue INFO >>0 [190] -2015-01-25 17:24:21 sendUrl INFO 0 [190] -2015-01-25 17:25:12 queue INFO >>0 [191] -2015-01-25 17:25:12 sendUrl INFO 0 [191] -2015-01-25 17:26:02 queue INFO >>0 [192] -2015-01-25 17:26:02 sendUrl INFO 0 [192] -2015-01-25 17:26:52 queue INFO >>0 [193] -2015-01-25 17:26:52 sendUrl INFO 0 [193] -2015-01-25 17:27:42 queue INFO >>0 [194] -2015-01-25 17:27:42 sendUrl INFO 0 [194] -2015-01-25 17:28:32 queue INFO >>0 [195] -2015-01-25 17:28:33 sendUrl INFO 0 [195] -2015-01-25 17:29:22 queue INFO >>0 [196] -2015-01-25 17:29:22 sendUrl INFO 0 [196] -2015-01-25 17:30:12 queue INFO >>0 [197] -2015-01-25 17:30:13 sendUrl INFO 0 [197] -2015-01-25 17:31:03 queue INFO >>0 [198] -2015-01-25 17:31:03 sendUrl INFO 0 [198] -2015-01-25 17:31:53 queue INFO >>0 [199] -2015-01-25 17:31:53 sendUrl INFO 0 [199] -2015-01-25 17:32:43 queue INFO >>0 [200] -2015-01-25 17:32:43 sendUrl INFO 0 [200] -2015-01-25 17:33:33 queue INFO >>0 [201] -2015-01-25 17:33:34 sendUrl INFO 0 [201] -2015-01-25 17:34:23 queue INFO >>0 [202] -2015-01-25 17:34:23 sendUrl INFO 0 [202] -2015-01-25 17:35:13 queue INFO >>0 [203] -2015-01-25 17:35:14 sendUrl INFO 0 [203] -2015-01-25 17:36:03 queue INFO >>0 [204] -2015-01-25 17:36:04 sendUrl INFO 0 [204] -2015-01-25 17:36:54 queue INFO >>0 [205] -2015-01-25 17:36:54 sendUrl INFO 0 [205] -2015-01-25 17:37:44 queue INFO >>0 [206] -2015-01-25 17:37:44 sendUrl INFO 0 [206] -2015-01-25 17:38:34 queue INFO >>0 [207] -2015-01-25 17:38:34 sendUrl INFO 0 [207] -2015-01-25 17:39:24 queue INFO >>0 [208] -2015-01-25 17:39:24 sendUrl INFO 0 [208] -2015-01-25 17:40:14 queue INFO >>0 [209] -2015-01-25 17:40:15 sendUrl INFO 0 [209] -2015-01-25 17:41:04 queue INFO >>0 [210] -2015-01-25 17:41:05 sendUrl INFO 0 [210] -2015-01-25 17:41:55 queue INFO >>0 [211] -2015-01-25 17:41:55 sendUrl INFO 0 [211] -2015-01-25 17:42:45 queue INFO >>0 [212] -2015-01-25 17:42:45 sendUrl INFO 0 [212] -2015-01-25 17:43:35 queue INFO >>0 [213] -2015-01-25 17:43:35 sendUrl INFO 0 [213] -2015-01-25 17:44:25 queue INFO >>0 [214] -2015-01-25 17:44:25 sendUrl INFO 0 [214] -2015-01-25 17:45:15 queue INFO >>0 [215] -2015-01-25 17:45:16 sendUrl INFO 0 [215] -2015-01-25 17:46:05 queue INFO >>0 [216] -2015-01-25 17:46:06 sendUrl INFO 0 [216] -2015-01-25 17:46:55 queue INFO >>0 [217] -2015-01-25 17:46:56 sendUrl INFO 0 [217] -2015-01-25 17:47:46 queue INFO >>0 [218] -2015-01-25 17:47:46 sendUrl INFO 0 [218] -2015-01-25 17:48:36 queue INFO >>0 [219] -2015-01-25 17:48:36 sendUrl INFO 0 [219] -2015-01-25 17:49:26 queue INFO >>0 [220] -2015-01-25 17:49:26 sendUrl INFO 0 [220] -2015-01-25 17:50:16 queue INFO >>0 [221] -2015-01-25 17:50:16 sendUrl INFO 0 [221] -2015-01-25 17:51:06 queue INFO >>0 [222] -2015-01-25 17:51:07 sendUrl INFO 0 [222] -2015-01-25 17:51:56 queue INFO >>0 [223] -2015-01-25 17:51:57 sendUrl INFO 0 [223] -2015-01-25 17:52:46 queue INFO >>0 [224] -2015-01-25 17:52:47 sendUrl INFO 0 [224] -2015-01-25 17:53:37 queue INFO >>0 [225] -2015-01-25 17:53:37 sendUrl INFO 0 [225] -2015-01-25 17:54:27 queue INFO >>0 [226] -2015-01-25 17:54:27 sendUrl INFO 0 [226] -2015-01-25 17:55:17 queue INFO >>0 [227] -2015-01-25 17:55:17 sendUrl INFO 0 [227] -2015-01-25 17:56:07 queue INFO >>0 [228] -2015-01-25 17:56:07 sendUrl INFO 0 [228] -2015-01-25 17:56:57 queue INFO >>0 [229] -2015-01-25 17:56:57 sendUrl INFO 0 [229] -2015-01-25 17:57:47 queue INFO >>0 [230] -2015-01-25 17:57:48 sendUrl INFO 0 [230] -2015-01-25 17:58:37 queue INFO >>0 [231] -2015-01-25 17:58:37 sendUrl INFO 0 [231] -2015-01-25 17:59:27 queue INFO >>0 [232] -2015-01-25 17:59:28 sendUrl INFO 0 [232] -2015-01-25 18:00:18 queue INFO >>0 [233] -2015-01-25 18:00:18 sendUrl INFO 0 [233] -2015-01-25 18:01:08 queue INFO >>0 [234] -2015-01-25 18:01:08 sendUrl INFO 0 [234] -2015-01-25 18:01:58 queue INFO >>0 [235] -2015-01-25 18:01:58 sendUrl INFO 0 [235] -2015-01-25 18:02:48 queue INFO >>0 [236] -2015-01-25 18:02:48 sendUrl INFO 0 [236] -2015-01-25 18:03:38 queue INFO >>0 [237] -2015-01-25 18:03:38 sendUrl INFO 0 [237] -2015-01-25 18:04:28 queue INFO >>0 [238] -2015-01-25 18:04:29 sendUrl INFO 0 [238] -2015-01-25 18:05:18 queue INFO >>0 [239] -2015-01-25 18:05:19 sendUrl INFO 0 [239] -2015-01-25 18:06:09 queue INFO >>0 [240] -2015-01-25 18:06:09 sendUrl INFO 0 [240] -2015-01-25 18:06:59 queue INFO >>0 [241] -2015-01-25 18:06:59 sendUrl INFO 0 [241] -2015-01-25 18:07:49 queue INFO >>0 [242] -2015-01-25 18:07:49 sendUrl INFO 0 [242] -2015-01-25 18:08:39 queue INFO >>0 [243] -2015-01-25 18:08:39 sendUrl INFO 0 [243] -2015-01-25 18:09:29 queue INFO >>0 [244] -2015-01-25 18:09:29 sendUrl INFO 0 [244] -2015-01-25 18:10:19 queue INFO >>0 [245] -2015-01-25 18:10:20 sendUrl INFO 0 [245] -2015-01-25 18:11:09 queue INFO >>0 [246] -2015-01-25 18:11:10 sendUrl INFO 0 [246] -2015-01-25 18:11:59 queue INFO >>0 [247] -2015-01-25 18:12:00 sendUrl INFO 0 [247] -2015-01-25 18:12:50 queue INFO >>0 [248] -2015-01-25 18:12:50 sendUrl INFO 0 [248] -2015-01-25 18:13:40 queue INFO >>0 [249] -2015-01-25 18:13:40 sendUrl INFO 0 [249] -2015-01-25 18:14:30 queue INFO >>0 [250] -2015-01-25 18:14:30 sendUrl INFO 0 [250] -2015-01-25 18:15:20 queue INFO >>0 [251] -2015-01-25 18:15:21 sendUrl INFO 0 [251] -2015-01-25 18:16:10 queue INFO >>0 [252] -2015-01-25 18:16:10 sendUrl INFO 0 [252] -2015-01-25 18:17:00 queue INFO >>0 [253] -2015-01-25 18:17:01 sendUrl INFO 0 [253] -2015-01-25 18:17:51 queue INFO >>0 [254] -2015-01-25 18:17:51 sendUrl INFO 0 [254] -2015-01-25 18:18:41 queue INFO >>0 [255] -2015-01-25 18:18:41 sendUrl INFO 0 [255] -2015-01-25 18:19:31 queue INFO >>0 [256] -2015-01-25 18:19:31 sendUrl INFO 0 [256] -2015-01-25 18:20:21 queue INFO >>0 [257] -2015-01-25 18:20:22 sendUrl INFO 0 [257] -2015-01-25 18:21:11 queue INFO >>0 [258] -2015-01-25 18:21:11 sendUrl INFO 0 [258] -2015-01-25 18:22:01 queue INFO >>0 [259] -2015-01-25 18:22:02 sendUrl INFO 0 [259] -2015-01-25 18:22:51 queue INFO >>0 [260] -2015-01-25 18:22:52 sendUrl INFO 0 [260] -2015-01-25 18:23:42 queue INFO >>0 [261] -2015-01-25 18:23:42 sendUrl INFO 0 [261] -2015-01-25 18:24:32 queue INFO >>0 [262] -2015-01-25 18:24:32 sendUrl INFO 0 [262] -2015-01-25 18:25:22 queue INFO >>0 [263] -2015-01-25 18:25:22 sendUrl INFO 0 [263] -2015-01-25 18:26:12 queue INFO >>0 [264] -2015-01-25 18:26:12 sendUrl INFO 0 [264] -2015-01-25 18:27:02 queue INFO >>0 [265] -2015-01-25 18:27:03 sendUrl INFO 0 [265] -2015-01-25 18:27:52 queue INFO >>0 [266] -2015-01-25 18:27:53 sendUrl INFO 0 [266] -2015-01-25 18:28:43 queue INFO >>0 [267] -2015-01-25 18:28:43 sendUrl INFO 0 [267] -2015-01-25 18:29:33 queue INFO >>0 [268] -2015-01-25 18:29:33 sendUrl INFO 0 [268] -2015-01-25 18:30:23 queue INFO >>0 [269] -2015-01-25 18:30:23 sendUrl INFO 0 [269] -2015-01-25 18:31:13 queue INFO >>0 [270] -2015-01-25 18:31:13 sendUrl INFO 0 [270] -2015-01-25 18:32:03 queue INFO >>0 [271] -2015-01-25 18:32:04 sendUrl INFO 0 [271] -2015-01-25 18:32:53 queue INFO >>0 [272] -2015-01-25 18:32:53 sendUrl INFO 0 [272] -2015-01-25 18:33:43 queue INFO >>0 [273] -2015-01-25 18:33:44 sendUrl INFO 0 [273] -2015-01-25 18:34:34 queue INFO >>0 [274] -2015-01-25 18:34:34 sendUrl INFO 0 [274] -2015-01-25 18:35:24 queue INFO >>0 [275] -2015-01-25 18:35:24 sendUrl INFO 0 [275] -2015-01-25 18:36:14 queue INFO >>0 [276] -2015-01-25 18:36:14 sendUrl INFO 0 [276] -2015-01-25 18:37:04 queue INFO >>0 [277] -2015-01-25 18:37:04 sendUrl INFO 0 [277] -2015-01-25 18:37:54 queue INFO >>0 [278] -2015-01-25 18:37:54 sendUrl INFO 0 [278] -2015-01-25 18:38:44 queue INFO >>0 [279] -2015-01-25 18:38:45 sendUrl INFO 0 [279] -2015-01-25 18:39:35 queue INFO >>0 [280] -2015-01-25 18:39:35 sendUrl INFO 0 [280] -2015-01-25 18:40:25 queue INFO >>0 [281] -2015-01-25 18:40:25 sendUrl INFO 0 [281] -2015-01-25 18:41:15 queue INFO >>0 [282] -2015-01-25 18:41:15 sendUrl INFO 0 [282] -2015-01-25 18:42:05 queue INFO >>0 [283] -2015-01-25 18:42:05 sendUrl INFO 0 [283] -2015-01-25 18:42:55 queue INFO >>0 [284] -2015-01-25 18:42:55 sendUrl INFO 0 [284] -2015-01-25 18:43:45 queue INFO >>0 [285] -2015-01-25 18:43:45 sendUrl INFO 0 [285] -2015-01-25 18:44:35 queue INFO >>0 [286] -2015-01-25 18:44:36 sendUrl INFO 0 [286] -2015-01-25 18:45:25 queue INFO >>0 [287] -2015-01-25 18:45:26 sendUrl INFO 0 [287] -2015-01-25 18:46:16 queue INFO >>0 [288] -2015-01-25 18:46:16 sendUrl INFO 0 [288] -2015-01-25 18:47:06 queue INFO >>0 [289] -2015-01-25 18:47:06 sendUrl INFO 0 [289] -2015-01-25 18:47:56 queue INFO >>0 [290] -2015-01-25 18:47:56 sendUrl INFO 0 [290] -2015-01-25 18:48:46 queue INFO >>0 [291] -2015-01-25 18:48:46 sendUrl INFO 0 [291] -2015-01-25 18:49:36 queue INFO >>0 [292] -2015-01-25 18:49:37 sendUrl INFO 0 [292] -2015-01-25 18:50:26 queue INFO >>0 [293] -2015-01-25 18:50:26 sendUrl INFO 0 [293] -2015-01-25 18:51:16 queue INFO >>0 [294] -2015-01-25 18:51:17 sendUrl INFO 0 [294] -2015-01-25 18:52:07 queue INFO >>0 [295] -2015-01-25 18:52:07 sendUrl INFO 0 [295] -2015-01-25 18:52:57 queue INFO >>0 [296] -2015-01-25 18:52:57 sendUrl INFO 0 [296] -2015-01-25 18:53:47 queue INFO >>0 [297] -2015-01-25 18:53:47 sendUrl INFO 0 [297] -2015-01-25 18:54:37 queue INFO >>0 [298] -2015-01-25 18:54:38 sendUrl INFO 0 [298] -2015-01-25 18:55:27 queue INFO >>0 [299] -2015-01-25 18:55:27 sendUrl INFO 0 [299] -2015-01-25 18:56:17 queue INFO >>0 [300] -2015-01-25 18:56:18 sendUrl INFO 0 [300] -2015-01-25 18:57:07 queue INFO >>0 [301] -2015-01-25 18:57:08 sendUrl INFO 0 [301] -2015-01-25 18:57:58 queue INFO >>0 [302] -2015-01-25 18:57:58 sendUrl INFO 0 [302] -2015-01-25 18:58:48 queue INFO >>0 [303] -2015-01-25 18:58:48 sendUrl INFO 0 [303] -2015-01-25 18:59:38 queue INFO >>0 [304] -2015-01-25 18:59:38 sendUrl INFO 0 [304] -2015-01-25 19:00:28 queue INFO >>0 [305] -2015-01-25 19:00:28 sendUrl INFO 0 [305] -2015-01-25 19:01:18 queue INFO >>0 [306] -2015-01-25 19:01:18 sendUrl INFO 0 [306] -2015-01-25 19:02:08 queue INFO >>0 [307] -2015-01-25 19:02:09 sendUrl INFO 0 [307] -2015-01-25 19:02:58 queue INFO >>0 [308] -2015-01-25 19:02:59 sendUrl INFO 0 [308] -2015-01-25 19:03:49 queue INFO >>0 [309] -2015-01-25 19:03:49 sendUrl INFO 0 [309] -2015-01-25 19:04:39 queue INFO >>0 [310] -2015-01-25 19:04:39 sendUrl INFO 0 [310] -2015-01-25 19:05:29 queue INFO >>0 [311] -2015-01-25 19:05:29 sendUrl INFO 0 [311] -2015-01-25 19:06:19 queue INFO >>0 [312] -2015-01-25 19:06:19 sendUrl INFO 0 [312] -2015-01-25 19:07:09 queue INFO >>0 [313] -2015-01-25 19:07:09 sendUrl INFO 0 [313] -2015-01-25 19:07:59 queue INFO >>0 [314] -2015-01-25 19:08:00 sendUrl INFO 0 [314] -2015-01-25 19:08:49 queue INFO >>0 [315] -2015-01-25 19:08:50 sendUrl INFO 0 [315] -2015-01-25 19:09:40 queue INFO >>0 [316] -2015-01-25 19:09:40 sendUrl INFO 0 [316] -2015-01-25 19:10:30 queue INFO >>0 [317] -2015-01-25 19:10:30 sendUrl INFO 0 [317] -2015-01-25 19:11:20 queue INFO >>0 [318] -2015-01-25 19:11:20 sendUrl INFO 0 [318] -2015-01-25 19:12:10 queue INFO >>0 [319] -2015-01-25 19:12:10 sendUrl INFO 0 [319] -2015-01-25 19:13:00 queue INFO >>0 [320] -2015-01-25 19:13:00 sendUrl INFO 0 [320] -2015-01-25 19:13:50 queue INFO >>0 [321] -2015-01-25 19:13:51 sendUrl INFO 0 [321] -2015-01-25 19:14:40 queue INFO >>0 [322] -2015-01-25 19:14:40 sendUrl INFO 0 [322] -2015-01-25 19:15:30 queue INFO >>0 [323] -2015-01-25 19:15:31 sendUrl INFO 0 [323] -2015-01-25 19:16:21 queue INFO >>0 [324] -2015-01-25 19:16:21 sendUrl INFO 0 [324] -2015-01-25 19:17:11 queue INFO >>0 [325] -2015-01-25 19:17:11 sendUrl INFO 0 [325] -2015-01-25 19:18:01 queue INFO >>0 [326] -2015-01-25 19:18:01 sendUrl INFO 0 [326] -2015-01-25 19:18:51 queue INFO >>0 [327] -2015-01-25 19:18:52 sendUrl INFO 0 [327] -2015-01-25 19:19:41 queue INFO >>0 [328] -2015-01-25 19:19:41 sendUrl INFO 0 [328] -2015-01-25 19:20:31 queue INFO >>0 [329] -2015-01-25 19:20:32 sendUrl INFO 0 [329] -2015-01-25 19:21:22 queue INFO >>0 [330] -2015-01-25 19:21:22 sendUrl INFO 0 [330] -2015-01-25 19:22:12 queue INFO >>0 [331] -2015-01-25 19:22:12 sendUrl INFO 0 [331] -2015-01-25 19:23:02 queue INFO >>0 [332] -2015-01-25 19:23:02 sendUrl INFO 0 [332] -2015-01-25 19:23:52 queue INFO >>0 [333] -2015-01-25 19:23:53 sendUrl INFO 0 [333] -2015-01-25 19:24:42 queue INFO >>0 [334] -2015-01-25 19:24:42 sendUrl INFO 0 [334] -2015-01-25 19:25:32 queue INFO >>0 [335] -2015-01-25 19:25:33 sendUrl INFO 0 [335] -2015-01-25 19:26:22 queue INFO >>0 [336] -2015-01-25 19:26:23 sendUrl INFO 0 [336] -2015-01-25 19:27:13 queue INFO >>0 [337] -2015-01-25 19:27:13 sendUrl INFO 0 [337] -2015-01-25 19:28:03 queue INFO >>0 [338] -2015-01-25 19:28:03 sendUrl INFO 0 [338] -2015-01-25 19:28:53 queue INFO >>0 [339] -2015-01-25 19:28:53 sendUrl INFO 0 [339] -2015-01-25 19:29:43 queue INFO >>0 [340] -2015-01-25 19:29:43 sendUrl INFO 0 [340] -2015-01-25 19:30:33 queue INFO >>0 [341] -2015-01-25 19:30:34 sendUrl INFO 0 [341] -2015-01-25 19:31:23 queue INFO >>0 [342] -2015-01-25 19:31:24 sendUrl INFO 0 [342] -2015-01-25 19:32:14 queue INFO >>0 [343] -2015-01-25 19:32:14 sendUrl INFO 0 [343] -2015-01-25 19:33:04 queue INFO >>0 [344] -2015-01-25 19:33:04 sendUrl INFO 0 [344] -2015-01-25 19:33:54 queue INFO >>0 [345] -2015-01-25 19:33:54 sendUrl INFO 0 [345] -2015-01-25 19:34:44 queue INFO >>0 [346] -2015-01-25 19:34:44 sendUrl INFO 0 [346] -2015-01-25 19:35:34 queue INFO >>0 [347] -2015-01-25 19:35:35 sendUrl INFO 0 [347] -2015-01-25 19:36:24 queue INFO >>0 [348] -2015-01-25 19:36:24 sendUrl INFO 0 [348] -2015-01-25 19:37:14 queue INFO >>0 [349] -2015-01-25 19:37:15 sendUrl INFO 0 [349] -2015-01-25 19:38:04 queue INFO >>0 [350] -2015-01-25 19:38:05 sendUrl INFO 0 [350] -2015-01-25 19:38:55 queue INFO >>0 [351] -2015-01-25 19:38:55 sendUrl INFO 0 [351] -2015-01-25 19:39:45 queue INFO >>0 [352] -2015-01-25 19:39:45 sendUrl INFO 0 [352] -2015-01-25 19:40:35 queue INFO >>0 [353] -2015-01-25 19:40:35 sendUrl INFO 0 [353] -2015-01-25 19:41:25 queue INFO >>0 [354] -2015-01-25 19:41:25 sendUrl INFO 0 [354] -2015-01-25 19:42:15 queue INFO >>0 [355] -2015-01-25 19:42:15 sendUrl INFO 0 [355] -2015-01-25 19:43:05 queue INFO >>0 [356] -2015-01-25 19:43:06 sendUrl INFO 0 [356] -2015-01-25 19:43:55 queue INFO >>0 [357] -2015-01-25 19:43:56 sendUrl INFO 0 [357] -2015-01-25 19:44:46 queue INFO >>0 [358] -2015-01-25 19:44:46 sendUrl INFO 0 [358] -2015-01-25 19:45:36 queue INFO >>0 [359] -2015-01-25 19:45:36 sendUrl INFO 0 [359] -2015-01-25 19:46:26 queue INFO >>0 [360] -2015-01-25 19:46:26 sendUrl INFO 0 [360] -2015-01-25 19:47:16 queue INFO >>0 [361] -2015-01-25 19:47:16 sendUrl INFO 0 [361] -2015-01-25 19:48:06 queue INFO >>0 [362] -2015-01-25 19:48:07 sendUrl INFO 0 [362] -2015-01-25 19:48:56 queue INFO >>0 [363] -2015-01-25 19:48:57 sendUrl INFO 0 [363] -2015-01-25 19:49:47 queue INFO >>0 [364] -2015-01-25 19:49:47 sendUrl INFO 0 [364] -2015-01-25 19:50:37 queue INFO >>0 [365] -2015-01-25 19:50:37 sendUrl INFO 0 [365] -2015-01-25 19:51:27 queue INFO >>0 [366] -2015-01-25 19:51:27 sendUrl INFO 0 [366] -2015-01-25 19:52:17 queue INFO >>0 [367] -2015-01-25 19:52:17 sendUrl INFO 0 [367] -2015-01-25 19:53:07 queue INFO >>0 [368] -2015-01-25 19:53:08 sendUrl INFO 0 [368] -2015-01-25 19:53:57 queue INFO >>0 [369] -2015-01-25 19:53:57 sendUrl INFO 0 [369] -2015-01-25 19:54:47 queue INFO >>0 [370] -2015-01-25 19:54:48 sendUrl INFO 0 [370] -2015-01-25 19:55:38 queue INFO >>0 [371] -2015-01-25 19:55:38 sendUrl INFO 0 [371] -2015-01-25 19:56:28 queue INFO >>0 [372] -2015-01-25 19:56:28 sendUrl INFO 0 [372] -2015-01-25 19:57:18 queue INFO >>0 [373] -2015-01-25 19:57:18 sendUrl INFO 0 [373] -2015-01-25 19:58:08 queue INFO >>0 [374] -2015-01-25 19:58:08 sendUrl INFO 0 [374] -2015-01-25 19:58:58 queue INFO >>0 [375] -2015-01-25 19:58:58 sendUrl INFO 0 [375] -2015-01-25 19:59:48 queue INFO >>0 [376] -2015-01-25 19:59:49 sendUrl INFO 0 [376] -2015-01-25 20:00:38 queue INFO >>0 [377] -2015-01-25 20:00:39 sendUrl INFO 0 [377] -2015-01-25 20:01:28 queue INFO >>0 [378] -2015-01-25 20:01:29 sendUrl INFO 0 [378] -2015-01-25 20:02:19 queue INFO >>0 [379] -2015-01-25 20:02:19 sendUrl INFO 0 [379] -2015-01-25 20:03:09 queue INFO >>0 [380] -2015-01-25 20:03:09 sendUrl INFO 0 [380] -2015-01-25 20:03:59 queue INFO >>0 [381] -2015-01-25 20:03:59 sendUrl INFO 0 [381] -2015-01-25 20:04:49 queue INFO >>0 [382] -2015-01-25 20:04:50 sendUrl INFO 0 [382] -2015-01-25 20:05:39 queue INFO >>0 [383] -2015-01-25 20:05:39 sendUrl INFO 0 [383] -2015-01-25 20:06:29 queue INFO >>0 [384] -2015-01-25 20:06:30 sendUrl INFO 0 [384] -2015-01-25 20:07:20 queue INFO >>0 [385] -2015-01-25 20:07:20 sendUrl INFO 0 [385] -2015-01-25 20:08:10 queue INFO >>0 [386] -2015-01-25 20:08:10 sendUrl INFO 0 [386] -2015-01-25 20:09:00 queue INFO >>0 [387] -2015-01-25 20:09:00 sendUrl INFO 0 [387] -2015-01-25 20:09:50 queue INFO >>0 [388] -2015-01-25 20:09:50 sendUrl INFO 0 [388] -2015-01-25 20:10:40 queue INFO >>0 [389] -2015-01-25 20:10:40 sendUrl INFO 0 [389] -2015-01-25 20:11:30 queue INFO >>0 [390] -2015-01-25 20:11:30 sendUrl INFO 0 [390] -2015-01-25 20:12:20 queue INFO >>0 [391] -2015-01-25 20:12:21 sendUrl INFO 0 [391] -2015-01-25 20:13:10 queue INFO >>0 [392] -2015-01-25 20:13:11 sendUrl INFO 0 [392] -2015-01-25 20:14:01 queue INFO >>0 [393] -2015-01-25 20:14:01 sendUrl INFO 0 [393] -2015-01-25 20:14:51 queue INFO >>0 [394] -2015-01-25 20:14:51 sendUrl INFO 0 [394] -2015-01-25 20:15:41 queue INFO >>0 [395] -2015-01-25 20:15:41 sendUrl INFO 0 [395] -2015-01-25 20:16:31 queue INFO >>0 [396] -2015-01-25 20:16:31 sendUrl INFO 0 [396] -2015-01-25 20:17:21 queue INFO >>0 [397] -2015-01-25 20:17:22 sendUrl INFO 0 [397] -2015-01-25 20:18:11 queue INFO >>0 [398] -2015-01-25 20:18:11 sendUrl INFO 0 [398] -2015-01-25 20:19:01 queue INFO >>0 [399] -2015-01-25 20:19:02 sendUrl INFO 0 [399] -2015-01-25 20:19:52 queue INFO >>0 [400] -2015-01-25 20:19:52 sendUrl INFO 0 [400] -2015-01-25 20:20:42 queue INFO >>0 [401] -2015-01-25 20:20:42 sendUrl INFO 0 [401] -2015-01-25 20:21:32 queue INFO >>0 [402] -2015-01-25 20:21:32 sendUrl INFO 0 [402] -2015-01-25 20:22:22 queue INFO >>0 [403] -2015-01-25 20:22:23 sendUrl INFO 0 [403] -2015-01-25 20:23:12 queue INFO >>0 [404] -2015-01-25 20:23:12 sendUrl INFO 0 [404] -2015-01-25 20:24:02 queue INFO >>0 [405] -2015-01-25 20:24:03 sendUrl INFO 0 [405] -2015-01-25 20:24:53 queue INFO >>0 [406] -2015-01-25 20:24:53 sendUrl INFO 0 [406] -2015-01-25 20:25:43 queue INFO >>0 [407] -2015-01-25 20:25:43 sendUrl INFO 0 [407] -2015-01-25 20:26:33 queue INFO >>0 [408] -2015-01-25 20:26:33 sendUrl INFO 0 [408] -2015-01-25 20:27:23 queue INFO >>0 [409] -2015-01-25 20:27:24 sendUrl INFO 0 [409] -2015-01-25 20:28:13 queue INFO >>0 [410] -2015-01-25 20:28:13 sendUrl INFO 0 [410] -2015-01-25 20:29:03 queue INFO >>0 [411] -2015-01-25 20:29:04 sendUrl INFO 0 [411] -2015-01-25 20:29:53 queue INFO >>0 [412] -2015-01-25 20:29:54 sendUrl INFO 0 [412] -2015-01-25 20:30:44 queue INFO >>0 [413] -2015-01-25 20:30:44 sendUrl INFO 0 [413] -2015-01-25 20:31:34 queue INFO >>0 [414] -2015-01-25 20:31:34 sendUrl INFO 0 [414] -2015-01-25 20:32:24 queue INFO >>0 [415] -2015-01-25 20:32:24 sendUrl INFO 0 [415] -2015-01-25 20:33:14 queue INFO >>0 [416] -2015-01-25 20:33:14 sendUrl INFO 0 [416] -2015-01-25 20:34:04 queue INFO >>0 [417] -2015-01-25 20:34:04 sendUrl INFO 0 [417] -2015-01-25 20:34:54 queue INFO >>0 [418] -2015-01-25 20:34:54 sendUrl INFO 0 [418] -2015-01-25 20:35:44 queue INFO >>0 [419] -2015-01-25 20:35:45 sendUrl INFO 0 [419] -2015-01-25 20:36:35 queue INFO >>0 [420] -2015-01-25 20:36:35 sendUrl INFO 0 [420] -2015-01-25 20:37:25 queue INFO >>0 [421] -2015-01-25 20:37:25 sendUrl INFO 0 [421] -2015-01-25 20:38:15 queue INFO >>0 [422] -2015-01-25 20:38:15 sendUrl INFO 0 [422] -2015-01-25 20:39:05 queue INFO >>0 [423] -2015-01-25 20:39:05 sendUrl INFO 0 [423] -2015-01-25 20:39:55 queue INFO >>0 [424] -2015-01-25 20:39:55 sendUrl INFO 0 [424] -2015-01-25 20:40:45 queue INFO >>0 [425] -2015-01-25 20:40:45 sendUrl INFO 0 [425] -2015-01-25 20:41:35 queue INFO >>0 [426] -2015-01-25 20:41:36 sendUrl INFO 0 [426] -2015-01-25 20:42:25 queue INFO >>0 [427] -2015-01-25 20:42:26 sendUrl INFO 0 [427] -2015-01-25 20:43:16 queue INFO >>0 [428] -2015-01-25 20:43:16 sendUrl INFO 0 [428] -2015-01-25 20:44:06 queue INFO >>0 [429] -2015-01-25 20:44:06 sendUrl INFO 0 [429] -2015-01-25 20:44:56 queue INFO >>0 [430] -2015-01-25 20:44:56 sendUrl INFO 0 [430] -2015-01-25 20:45:46 queue INFO >>0 [431] -2015-01-25 20:45:46 sendUrl INFO 0 [431] -2015-01-25 20:46:36 queue INFO >>0 [432] -2015-01-25 20:46:37 sendUrl INFO 0 [432] -2015-01-25 20:47:26 queue INFO >>0 [433] -2015-01-25 20:47:26 sendUrl INFO 0 [433] -2015-01-25 20:48:16 queue INFO >>0 [434] -2015-01-25 20:48:17 sendUrl INFO 0 [434] -2015-01-25 20:49:07 queue INFO >>0 [435] -2015-01-25 20:49:07 sendUrl INFO 0 [435] -2015-01-25 20:49:57 queue INFO >>0 [436] -2015-01-25 20:49:57 sendUrl INFO 0 [436] -2015-01-25 20:50:47 queue INFO >>0 [437] -2015-01-25 20:50:47 sendUrl INFO 0 [437] -2015-01-25 20:51:37 queue INFO >>0 [438] -2015-01-25 20:51:38 sendUrl INFO 0 [438] -2015-01-25 20:52:27 queue INFO >>0 [439] -2015-01-25 20:52:27 sendUrl INFO 0 [439] -2015-01-25 20:53:17 queue INFO >>0 [440] -2015-01-25 20:53:18 sendUrl INFO 0 [440] -2015-01-25 20:54:07 queue INFO >>0 [441] -2015-01-25 20:54:08 sendUrl INFO 0 [441] -2015-01-25 20:54:58 queue INFO >>0 [442] -2015-01-25 20:54:58 sendUrl INFO 0 [442] -2015-01-25 20:55:48 queue INFO >>0 [443] -2015-01-25 20:55:48 sendUrl INFO 0 [443] -2015-01-25 20:56:38 queue INFO >>0 [444] -2015-01-25 20:56:38 sendUrl INFO 0 [444] -2015-01-25 20:57:28 queue INFO >>0 [445] -2015-01-25 20:57:28 sendUrl INFO 0 [445] -2015-01-25 20:58:18 queue INFO >>0 [446] -2015-01-25 20:58:18 sendUrl INFO 0 [446] -2015-01-25 20:59:08 queue INFO >>0 [447] -2015-01-25 20:59:09 sendUrl INFO 0 [447] -2015-01-25 20:59:58 queue INFO >>0 [448] -2015-01-25 20:59:59 sendUrl INFO 0 [448] -2015-01-25 21:00:49 queue INFO >>0 [449] -2015-01-25 21:00:49 sendUrl INFO 0 [449] -2015-01-25 21:01:39 queue INFO >>0 [450] -2015-01-25 21:01:39 sendUrl INFO 0 [450] -2015-01-25 21:02:29 queue INFO >>0 [451] -2015-01-25 21:02:29 sendUrl INFO 0 [451] -2015-01-25 21:03:19 queue INFO >>0 [452] -2015-01-25 21:03:19 sendUrl INFO 0 [452] -2015-01-25 21:04:09 queue INFO >>0 [453] -2015-01-25 21:04:09 sendUrl INFO 0 [453] -2015-01-25 21:04:59 queue INFO >>0 [454] -2015-01-25 21:05:00 sendUrl INFO 0 [454] -2015-01-25 21:05:49 queue INFO >>0 [455] -2015-01-25 21:05:50 sendUrl INFO 0 [455] -2015-01-25 21:06:40 queue INFO >>0 [456] -2015-01-25 21:06:40 sendUrl INFO 0 [456] -2015-01-25 21:07:30 queue INFO >>0 [457] -2015-01-25 21:07:30 sendUrl INFO 0 [457] -2015-01-25 21:08:20 queue INFO >>0 [458] -2015-01-25 21:08:20 sendUrl INFO 0 [458] -2015-01-25 21:09:10 queue INFO >>0 [459] -2015-01-25 21:09:10 sendUrl INFO 0 [459] -2015-01-25 21:10:00 queue INFO >>0 [460] -2015-01-25 21:10:00 sendUrl INFO 0 [460] -2015-01-25 21:10:50 queue INFO >>0 [461] -2015-01-25 21:10:51 sendUrl INFO 0 [461] -2015-01-25 21:11:40 queue INFO >>0 [462] -2015-01-25 21:11:40 sendUrl INFO 0 [462] -2015-01-25 21:12:30 queue INFO >>0 [463] -2015-01-25 21:12:31 sendUrl INFO 0 [463] -2015-01-25 21:13:21 queue INFO >>0 [464] -2015-01-25 21:13:21 sendUrl INFO 0 [464] -2015-01-25 21:14:11 queue INFO >>0 [465] -2015-01-25 21:14:11 sendUrl INFO 0 [465] -2015-01-25 21:15:01 queue INFO >>0 [466] -2015-01-25 21:15:01 sendUrl INFO 0 [466] -2015-01-25 21:15:51 queue INFO >>0 [467] -2015-01-25 21:15:52 sendUrl INFO 0 [467] -2015-01-25 21:16:41 queue INFO >>0 [468] -2015-01-25 21:16:41 sendUrl INFO 0 [468] -2015-01-25 21:17:31 queue INFO >>0 [469] -2015-01-25 21:17:32 sendUrl INFO 0 [469] -2015-01-25 21:18:22 queue INFO >>0 [470] -2015-01-25 21:18:22 sendUrl INFO 0 [470] -2015-01-25 21:19:12 queue INFO >>0 [471] -2015-01-25 21:19:12 sendUrl INFO 0 [471] -2015-01-25 21:20:02 queue INFO >>0 [472] -2015-01-25 21:20:02 sendUrl INFO 0 [472] -2015-01-25 21:20:52 queue INFO >>0 [473] -2015-01-25 21:20:53 sendUrl INFO 0 [473] -2015-01-25 21:21:42 queue INFO >>0 [474] -2015-01-25 21:21:42 sendUrl INFO 0 [474] -2015-01-25 21:22:32 queue INFO >>0 [475] -2015-01-25 21:22:33 sendUrl INFO 0 [475] -2015-01-25 21:23:22 queue INFO >>0 [476] -2015-01-25 21:23:23 sendUrl INFO 0 [476] -2015-01-25 21:24:13 queue INFO >>0 [477] -2015-01-25 21:24:13 sendUrl INFO 0 [477] -2015-01-25 21:25:03 queue INFO >>0 [478] -2015-01-25 21:25:03 sendUrl INFO 0 [478] -2015-01-25 21:25:53 queue INFO >>0 [479] -2015-01-25 21:25:53 sendUrl INFO 0 [479] -2015-01-25 21:26:43 queue INFO >>0 [480] -2015-01-25 21:26:43 sendUrl INFO 0 [480] -2015-01-25 21:27:33 queue INFO >>0 [481] -2015-01-25 21:27:34 sendUrl INFO 0 [481] -2015-01-25 21:28:23 queue INFO >>0 [482] -2015-01-25 21:28:24 sendUrl INFO 0 [482] -2015-01-25 21:29:14 queue INFO >>0 [483] -2015-01-25 21:29:14 sendUrl INFO 0 [483] -2015-01-25 21:30:04 queue INFO >>0 [484] -2015-01-25 21:30:04 sendUrl INFO 0 [484] -2015-01-25 21:30:54 queue INFO >>0 [485] -2015-01-25 21:30:54 sendUrl INFO 0 [485] -2015-01-25 21:31:44 queue INFO >>0 [486] -2015-01-25 21:31:44 sendUrl INFO 0 [486] -2015-01-25 21:32:34 queue INFO >>0 [487] -2015-01-25 21:32:35 sendUrl INFO 0 [487] -2015-01-25 21:33:24 queue INFO >>0 [488] -2015-01-25 21:33:24 sendUrl INFO 0 [488] -2015-01-25 21:34:14 queue INFO >>0 [489] -2015-01-25 21:34:15 sendUrl INFO 0 [489] -2015-01-25 21:35:05 queue INFO >>0 [490] -2015-01-25 21:35:05 sendUrl INFO 0 [490] -2015-01-25 21:35:55 queue INFO >>0 [491] -2015-01-25 21:35:55 sendUrl INFO 0 [491] -2015-01-25 21:36:45 queue INFO >>0 [492] -2015-01-25 21:36:45 sendUrl INFO 0 [492] -2015-01-25 21:37:35 queue INFO >>0 [493] -2015-01-25 21:37:36 sendUrl INFO 0 [493] -2015-01-25 21:38:25 queue INFO >>0 [494] -2015-01-25 21:38:25 sendUrl INFO 0 [494] -2015-01-25 21:39:15 queue INFO >>0 [495] -2015-01-25 21:39:16 sendUrl INFO 0 [495] -2015-01-25 21:40:06 queue INFO >>0 [496] -2015-01-25 21:40:06 sendUrl INFO 0 [496] -2015-01-25 21:40:56 queue INFO >>0 [497] -2015-01-25 21:40:56 sendUrl INFO 0 [497] -2015-01-25 21:41:46 queue INFO >>0 [498] -2015-01-25 21:41:46 sendUrl INFO 0 [498] -2015-01-25 21:42:36 queue INFO >>0 [499] -2015-01-25 21:42:36 sendUrl INFO 0 [499] -2015-01-25 21:43:26 queue INFO >>0 [500] -2015-01-25 21:43:26 sendUrl INFO 0 [500] -2015-01-25 21:44:16 queue INFO >>0 [501] -2015-01-25 21:44:17 sendUrl INFO 0 [501] -2015-01-25 21:45:06 queue INFO >>0 [502] -2015-01-25 21:45:07 sendUrl INFO 0 [502] -2015-01-25 21:45:57 queue INFO >>0 [503] -2015-01-25 21:45:57 sendUrl INFO 0 [503] -2015-01-25 21:46:47 queue INFO >>0 [504] -2015-01-25 21:46:47 sendUrl INFO 0 [504] -2015-01-25 21:47:37 queue INFO >>0 [505] -2015-01-25 21:47:37 sendUrl INFO 0 [505] -2015-01-25 21:48:27 queue INFO >>0 [506] -2015-01-25 21:48:27 sendUrl INFO 0 [506] -2015-01-25 21:49:17 queue INFO >>0 [507] -2015-01-25 21:49:18 sendUrl INFO 0 [507] -2015-01-25 21:50:07 queue INFO >>0 [508] -2015-01-25 21:50:08 sendUrl INFO 0 [508] -2015-01-25 21:50:57 queue INFO >>0 [509] -2015-01-25 21:50:58 sendUrl INFO 0 [509] -2015-01-25 21:51:48 queue INFO >>0 [510] -2015-01-25 21:51:48 sendUrl INFO 0 [510] -2015-01-25 21:52:38 queue INFO >>0 [511] -2015-01-25 21:52:38 sendUrl INFO 0 [511] -2015-01-25 21:53:28 queue INFO >>0 [512] -2015-01-25 21:53:28 sendUrl INFO 0 [512] -2015-01-25 21:54:18 queue INFO >>0 [513] -2015-01-25 21:54:18 sendUrl INFO 0 [513] -2015-01-25 21:55:08 queue INFO >>0 [514] -2015-01-25 21:55:09 sendUrl INFO 0 [514] -2015-01-25 21:55:58 queue INFO >>0 [515] -2015-01-25 21:55:59 sendUrl INFO 0 [515] -2015-01-25 21:56:49 queue INFO >>0 [516] -2015-01-25 21:56:49 sendUrl INFO 0 [516] -2015-01-25 21:57:39 queue INFO >>0 [517] -2015-01-25 21:57:39 sendUrl INFO 0 [517] -2015-01-25 21:58:29 queue INFO >>0 [518] -2015-01-25 21:58:29 sendUrl INFO 0 [518] -2015-01-25 21:59:19 queue INFO >>0 [519] -2015-01-25 21:59:19 sendUrl INFO 0 [519] -2015-01-25 22:00:09 queue INFO >>0 [520] -2015-01-25 22:00:10 sendUrl INFO 0 [520] -2015-01-25 22:00:59 queue INFO >>0 [521] -2015-01-25 22:01:00 sendUrl INFO 0 [521] -2015-01-25 22:01:49 queue INFO >>0 [522] -2015-01-25 22:01:50 sendUrl INFO 0 [522] -2015-01-25 22:02:40 queue INFO >>0 [523] -2015-01-25 22:02:40 sendUrl INFO 0 [523] -2015-01-25 22:03:30 queue INFO >>0 [524] -2015-01-25 22:03:30 sendUrl INFO 0 [524] -2015-01-25 22:04:20 queue INFO >>0 [525] -2015-01-25 22:04:20 sendUrl INFO 0 [525] -2015-01-25 22:05:10 queue INFO >>0 [526] -2015-01-25 22:05:11 sendUrl INFO 0 [526] -2015-01-25 22:06:00 queue INFO >>0 [527] -2015-01-25 22:06:00 sendUrl INFO 0 [527] -2015-01-25 22:06:50 queue INFO >>0 [528] -2015-01-25 22:06:51 sendUrl INFO 0 [528] -2015-01-25 22:07:41 queue INFO >>0 [529] -2015-01-25 22:07:41 sendUrl INFO 0 [529] -2015-01-25 22:08:31 queue INFO >>0 [530] -2015-01-25 22:08:31 sendUrl INFO 0 [530] -2015-01-25 22:09:21 queue INFO >>0 [531] -2015-01-25 22:09:21 sendUrl INFO 0 [531] -2015-01-25 22:10:11 queue INFO >>0 [532] -2015-01-25 22:10:11 sendUrl INFO 0 [532] -2015-01-25 22:11:01 queue INFO >>0 [533] -2015-01-25 22:11:01 sendUrl INFO 0 [533] -2015-01-25 22:11:51 queue INFO >>0 [534] -2015-01-25 22:11:52 sendUrl INFO 0 [534] -2015-01-25 22:12:41 queue INFO >>0 [535] -2015-01-25 22:12:42 sendUrl INFO 0 [535] -2015-01-25 22:13:32 queue INFO >>0 [536] -2015-01-25 22:13:32 sendUrl INFO 0 [536] -2015-01-25 22:14:22 queue INFO >>0 [537] -2015-01-25 22:14:22 sendUrl INFO 0 [537] -2015-01-25 22:15:12 queue INFO >>0 [538] -2015-01-25 22:15:12 sendUrl INFO 0 [538] -2015-01-25 22:16:02 queue INFO >>0 [539] -2015-01-25 22:16:02 sendUrl INFO 0 [539] -2015-01-25 22:16:52 queue INFO >>0 [540] -2015-01-25 22:16:53 sendUrl INFO 0 [540] -2015-01-25 22:17:42 queue INFO >>0 [541] -2015-01-25 22:17:43 sendUrl INFO 0 [541] -2015-01-25 22:18:33 queue INFO >>0 [542] -2015-01-25 22:18:33 sendUrl INFO 0 [542] -2015-01-25 22:19:23 queue INFO >>0 [543] -2015-01-25 22:19:23 sendUrl INFO 0 [543] -2015-01-25 22:20:13 queue INFO >>0 [544] -2015-01-25 22:20:13 sendUrl INFO 0 [544] -2015-01-25 22:21:03 queue INFO >>0 [545] -2015-01-25 22:21:03 sendUrl INFO 0 [545] -2015-01-25 22:21:53 queue INFO >>0 [546] -2015-01-25 22:21:53 sendUrl INFO 0 [546] -2015-01-25 22:22:43 queue INFO >>0 [547] -2015-01-25 22:22:43 sendUrl INFO 0 [547] -2015-01-25 22:23:33 queue INFO >>0 [548] -2015-01-25 22:23:34 sendUrl INFO 0 [548] -2015-01-25 22:24:23 queue INFO >>0 [549] -2015-01-25 22:24:24 sendUrl INFO 0 [549] -2015-01-25 22:25:14 queue INFO >>0 [550] -2015-01-25 22:25:14 sendUrl INFO 0 [550] -2015-01-25 22:26:04 queue INFO >>0 [551] -2015-01-25 22:26:04 sendUrl INFO 0 [551] -2015-01-25 22:26:54 queue INFO >>0 [552] -2015-01-25 22:26:54 sendUrl INFO 0 [552] -2015-01-25 22:27:44 queue INFO >>0 [553] -2015-01-25 22:27:44 sendUrl INFO 0 [553] -2015-01-25 22:28:34 queue INFO >>0 [554] -2015-01-25 22:28:35 sendUrl INFO 0 [554] -2015-01-25 22:29:24 queue INFO >>0 [555] -2015-01-25 22:29:25 sendUrl INFO 0 [555] -2015-01-25 22:30:14 queue INFO >>0 [556] -2015-01-25 22:30:15 sendUrl INFO 0 [556] -2015-01-25 22:31:05 queue INFO >>0 [557] -2015-01-25 22:31:05 sendUrl INFO 0 [557] -2015-01-25 22:31:55 queue INFO >>0 [558] -2015-01-25 22:31:55 sendUrl INFO 0 [558] -2015-01-25 22:32:45 queue INFO >>0 [559] -2015-01-25 22:32:45 sendUrl INFO 0 [559] -2015-01-25 22:33:35 queue INFO >>0 [560] -2015-01-25 22:33:35 sendUrl INFO 0 [560] -2015-01-25 22:34:25 queue INFO >>0 [561] -2015-01-25 22:34:26 sendUrl INFO 0 [561] -2015-01-25 22:35:15 queue INFO >>0 [562] -2015-01-25 22:35:16 sendUrl INFO 0 [562] -2015-01-25 22:36:05 queue INFO >>0 [563] -2015-01-25 22:36:06 sendUrl INFO 0 [563] -2015-01-25 22:36:56 queue INFO >>0 [564] -2015-01-25 22:36:56 sendUrl INFO 0 [564] -2015-01-25 22:37:46 queue INFO >>0 [565] -2015-01-25 22:37:46 sendUrl INFO 0 [565] -2015-01-25 22:38:36 queue INFO >>0 [566] -2015-01-25 22:38:36 sendUrl INFO 0 [566] -2015-01-25 22:39:26 queue INFO >>0 [567] -2015-01-25 22:39:27 sendUrl INFO 0 [567] -2015-01-25 22:40:16 queue INFO >>0 [568] -2015-01-25 22:40:16 sendUrl INFO 0 [568] -2015-01-25 22:41:06 queue INFO >>0 [569] -2015-01-25 22:41:07 sendUrl INFO 0 [569] -2015-01-25 22:41:56 queue INFO >>0 [570] -2015-01-25 22:41:57 sendUrl INFO 0 [570] -2015-01-25 22:42:47 queue INFO >>0 [571] -2015-01-25 22:42:47 sendUrl INFO 0 [571] -2015-01-25 22:43:37 queue INFO >>0 [572] -2015-01-25 22:43:37 sendUrl INFO 0 [572] -2015-01-25 22:44:27 queue INFO >>0 [573] -2015-01-25 22:44:27 sendUrl INFO 0 [573] -2015-01-25 22:45:17 queue INFO >>0 [574] -2015-01-25 22:45:17 sendUrl INFO 0 [574] -2015-01-25 22:46:07 queue INFO >>0 [575] -2015-01-25 22:46:08 sendUrl INFO 0 [575] -2015-01-25 22:46:57 queue INFO >>0 [576] -2015-01-25 22:46:57 sendUrl INFO 0 [576] -2015-01-25 22:47:47 queue INFO >>0 [577] -2015-01-25 22:47:48 sendUrl INFO 0 [577] -2015-01-25 22:48:38 queue INFO >>0 [578] -2015-01-25 22:48:38 sendUrl INFO 0 [578] -2015-01-25 22:49:28 queue INFO >>0 [579] -2015-01-25 22:49:28 sendUrl INFO 0 [579] -2015-01-25 22:50:18 queue INFO >>0 [580] -2015-01-25 22:50:18 sendUrl INFO 0 [580] -2015-01-25 22:51:08 queue INFO >>0 [581] -2015-01-25 22:51:09 sendUrl INFO 0 [581] -2015-01-25 22:51:58 queue INFO >>0 [582] -2015-01-25 22:51:58 sendUrl INFO 0 [582] -2015-01-25 22:52:48 queue INFO >>0 [583] -2015-01-25 22:52:49 sendUrl INFO 0 [583] -2015-01-25 22:53:39 queue INFO >>0 [584] -2015-01-25 22:53:39 sendUrl INFO 0 [584] -2015-01-25 22:54:29 queue INFO >>0 [585] -2015-01-25 22:54:29 sendUrl INFO 0 [585] -2015-01-25 22:55:19 queue INFO >>0 [586] -2015-01-25 22:55:19 sendUrl INFO 0 [586] -2015-01-25 22:56:09 queue INFO >>0 [587] -2015-01-25 22:56:10 sendUrl INFO 0 [587] -2015-01-25 22:56:59 queue INFO >>0 [588] -2015-01-25 22:56:59 sendUrl INFO 0 [588] -2015-01-25 22:57:49 queue INFO >>0 [589] -2015-01-25 22:57:50 sendUrl INFO 0 [589] -2015-01-25 22:58:39 queue INFO >>0 [590] -2015-01-25 22:58:40 sendUrl INFO 0 [590] -2015-01-25 22:59:30 queue INFO >>0 [591] -2015-01-25 22:59:30 sendUrl INFO 0 [591] -2015-01-25 23:00:20 queue INFO >>0 [592] -2015-01-25 23:00:20 sendUrl INFO 0 [592] -2015-01-25 23:01:10 queue INFO >>0 [593] -2015-01-25 23:01:10 sendUrl INFO 0 [593] -2015-01-25 23:02:00 queue INFO >>0 [594] -2015-01-25 23:02:00 sendUrl INFO 0 [594] -2015-01-25 23:02:50 queue INFO >>0 [595] -2015-01-25 23:02:50 sendUrl INFO 0 [595] -2015-01-25 23:03:40 queue INFO >>0 [596] -2015-01-25 23:03:41 sendUrl INFO 0 [596] -2015-01-25 23:04:30 queue INFO >>0 [597] -2015-01-25 23:04:31 sendUrl INFO 0 [597] -2015-01-25 23:05:20 queue INFO >>0 [598] -2015-01-25 23:05:21 sendUrl INFO 0 [598] -2015-01-25 23:06:11 queue INFO >>0 [599] -2015-01-25 23:06:11 sendUrl INFO 0 [599] -2015-01-25 23:07:01 queue INFO >>0 [600] -2015-01-25 23:07:01 sendUrl INFO 0 [600] -2015-01-25 23:07:51 queue INFO >>0 [601] -2015-01-25 23:07:51 sendUrl INFO 0 [601] -2015-01-25 23:08:41 queue INFO >>0 [602] -2015-01-25 23:08:42 sendUrl INFO 0 [602] -2015-01-25 23:09:31 queue INFO >>0 [603] -2015-01-25 23:09:32 sendUrl INFO 0 [603] -2015-01-25 23:10:21 queue INFO >>0 [604] -2015-01-25 23:10:22 sendUrl INFO 0 [604] -2015-01-25 23:11:12 queue INFO >>0 [605] -2015-01-25 23:11:12 sendUrl INFO 0 [605] -2015-01-25 23:12:02 queue INFO >>0 [606] -2015-01-25 23:12:02 sendUrl INFO 0 [606] -2015-01-25 23:12:52 queue INFO >>0 [607] -2015-01-25 23:12:52 sendUrl INFO 0 [607] -2015-01-25 23:13:42 queue INFO >>0 [608] -2015-01-25 23:13:42 sendUrl INFO 0 [608] -2015-01-25 23:14:32 queue INFO >>0 [609] -2015-01-25 23:14:32 sendUrl INFO 0 [609] -2015-01-25 23:15:22 queue INFO >>0 [610] -2015-01-25 23:15:23 sendUrl INFO 0 [610] -2015-01-25 23:16:12 queue INFO >>0 [611] -2015-01-25 23:16:13 sendUrl INFO 0 [611] -2015-01-25 23:17:03 queue INFO >>0 [612] -2015-01-25 23:17:03 sendUrl INFO 0 [612] -2015-01-25 23:17:53 queue INFO >>0 [613] -2015-01-25 23:17:53 sendUrl INFO 0 [613] -2015-01-25 23:18:43 queue INFO >>0 [614] -2015-01-25 23:18:43 sendUrl INFO 0 [614] -2015-01-25 23:19:33 queue INFO >>0 [615] -2015-01-25 23:19:33 sendUrl INFO 0 [615] -2015-01-25 23:20:23 queue INFO >>0 [616] -2015-01-25 23:20:24 sendUrl INFO 0 [616] -2015-01-25 23:21:13 queue INFO >>0 [617] -2015-01-25 23:21:13 sendUrl INFO 0 [617] -2015-01-25 23:22:03 queue INFO >>0 [618] -2015-01-25 23:22:04 sendUrl INFO 0 [618] -2015-01-25 23:22:54 queue INFO >>0 [619] -2015-01-25 23:22:54 sendUrl INFO 0 [619] -2015-01-25 23:23:44 queue INFO >>0 [620] -2015-01-25 23:23:44 sendUrl INFO 0 [620] -2015-01-25 23:24:34 queue INFO >>0 [621] -2015-01-25 23:24:34 sendUrl INFO 0 [621] -2015-01-25 23:25:24 queue INFO >>0 [622] -2015-01-25 23:25:24 sendUrl INFO 0 [622] -2015-01-25 23:26:14 queue INFO >>0 [623] -2015-01-25 23:26:14 sendUrl INFO 0 [623] -2015-01-25 23:27:04 queue INFO >>0 [624] -2015-01-25 23:27:05 sendUrl INFO 0 [624] -2015-01-25 23:27:54 queue INFO >>0 [625] -2015-01-25 23:27:55 sendUrl INFO 0 [625] -2015-01-25 23:28:45 queue INFO >>0 [626] -2015-01-25 23:28:45 sendUrl INFO 0 [626] -2015-01-25 23:29:35 queue INFO >>0 [627] -2015-01-25 23:29:35 sendUrl INFO 0 [627] -2015-01-25 23:30:25 queue INFO >>0 [628] -2015-01-25 23:30:25 sendUrl INFO 0 [628] -2015-01-25 23:31:15 queue INFO >>0 [629] -2015-01-25 23:31:15 sendUrl INFO 0 [629] -2015-01-25 23:32:05 queue INFO >>0 [630] -2015-01-25 23:32:06 sendUrl INFO 0 [630] -2015-01-25 23:32:55 queue INFO >>0 [631] -2015-01-25 23:32:56 sendUrl INFO 0 [631] -2015-01-25 23:33:45 queue INFO >>0 [632] -2015-01-25 23:33:46 sendUrl INFO 0 [632] -2015-01-25 23:34:36 queue INFO >>0 [633] -2015-01-25 23:34:36 sendUrl INFO 0 [633] -2015-01-25 23:35:26 queue INFO >>0 [634] -2015-01-25 23:35:26 sendUrl INFO 0 [634] -2015-01-25 23:36:16 queue INFO >>0 [635] -2015-01-25 23:36:16 sendUrl INFO 0 [635] -2015-01-25 23:37:06 queue INFO >>0 [636] -2015-01-25 23:37:07 sendUrl INFO 0 [636] -2015-01-25 23:37:56 queue INFO >>0 [637] -2015-01-25 23:37:57 sendUrl INFO 0 [637] -2015-01-25 23:38:46 queue INFO >>0 [638] -2015-01-25 23:38:47 sendUrl INFO 0 [638] -2015-01-25 23:39:37 queue INFO >>0 [639] -2015-01-25 23:39:37 sendUrl INFO 0 [639] -2015-01-25 23:40:27 queue INFO >>0 [640] -2015-01-25 23:40:27 sendUrl INFO 0 [640] -2015-01-25 23:41:17 queue INFO >>0 [641] -2015-01-25 23:41:17 sendUrl INFO 0 [641] -2015-01-25 23:42:07 queue INFO >>0 [642] -2015-01-25 23:42:07 sendUrl INFO 0 [642] -2015-01-25 23:42:57 queue INFO >>0 [643] -2015-01-25 23:42:57 sendUrl INFO 0 [643] -2015-01-25 23:43:47 queue INFO >>0 [644] -2015-01-25 23:43:48 sendUrl INFO 0 [644] -2015-01-25 23:44:37 queue INFO >>0 [645] -2015-01-25 23:44:38 sendUrl INFO 0 [645] -2015-01-25 23:45:28 queue INFO >>0 [646] -2015-01-25 23:45:28 sendUrl INFO 0 [646] -2015-01-25 23:46:18 queue INFO >>0 [647] -2015-01-25 23:46:18 sendUrl INFO 0 [647] -2015-01-25 23:47:08 queue INFO >>0 [648] -2015-01-25 23:47:08 sendUrl INFO 0 [648] -2015-01-25 23:47:58 queue INFO >>0 [649] -2015-01-25 23:47:58 sendUrl INFO 0 [649] -2015-01-25 23:48:48 queue INFO >>0 [650] -2015-01-25 23:48:48 sendUrl INFO 0 [650] -2015-01-25 23:49:38 queue INFO >>0 [651] -2015-01-25 23:49:39 sendUrl INFO 0 [651] -2015-01-25 23:50:28 queue INFO >>0 [652] -2015-01-25 23:50:29 sendUrl INFO 0 [652] -2015-01-25 23:51:19 queue INFO >>0 [653] -2015-01-25 23:51:19 sendUrl INFO 0 [653] -2015-01-25 23:52:09 queue INFO >>0 [654] -2015-01-25 23:52:09 sendUrl INFO 0 [654] -2015-01-25 23:52:59 queue INFO >>0 [655] -2015-01-25 23:52:59 sendUrl INFO 0 [655] -2015-01-25 23:53:49 queue INFO >>0 [656] -2015-01-25 23:53:49 sendUrl INFO 0 [656] -2015-01-25 23:54:39 queue INFO >>0 [657] -2015-01-25 23:54:40 sendUrl INFO 0 [657] -2015-01-25 23:55:29 queue INFO >>0 [658] -2015-01-25 23:55:29 sendUrl INFO 0 [658] -2015-01-25 23:56:19 queue INFO >>0 [659] -2015-01-25 23:56:20 sendUrl INFO 0 [659] -2015-01-25 23:57:10 queue INFO >>0 [660] -2015-01-25 23:57:10 sendUrl INFO 0 [660] -2015-01-25 23:58:00 queue INFO >>0 [661] -2015-01-25 23:58:00 sendUrl INFO 0 [661] -2015-01-25 23:58:50 queue INFO >>0 [662] -2015-01-25 23:58:50 sendUrl INFO 0 [662] -2015-01-25 23:59:40 queue INFO >>0 [663] -2015-01-25 23:59:41 sendUrl INFO 0 [663] -2015-01-26 00:00:30 queue INFO >>0 [664] -2015-01-26 00:00:30 sendUrl INFO 0 [664] -2015-01-26 00:01:20 queue INFO >>0 [665] -2015-01-26 00:01:21 sendUrl INFO 0 [665] -2015-01-26 00:02:10 queue INFO >>0 [666] -2015-01-26 00:02:11 sendUrl INFO 0 [666] -2015-01-26 00:03:01 queue INFO >>0 [667] -2015-01-26 00:03:01 sendUrl INFO 0 [667] -2015-01-26 00:03:51 queue INFO >>0 [668] -2015-01-26 00:03:51 sendUrl INFO 0 [668] -2015-01-26 00:04:41 queue INFO >>0 [669] -2015-01-26 00:04:42 sendUrl INFO 0 [669] -2015-01-26 00:05:31 queue INFO >>0 [670] -2015-01-26 00:05:31 sendUrl INFO 0 [670] -2015-01-26 00:06:21 queue INFO >>0 [671] -2015-01-26 00:06:22 sendUrl INFO 0 [671] -2015-01-26 00:07:11 queue INFO >>0 [672] -2015-01-26 00:07:12 sendUrl INFO 0 [672] -2015-01-26 00:08:02 queue INFO >>0 [673] -2015-01-26 00:08:02 sendUrl INFO 0 [673] -2015-01-26 00:08:52 queue INFO >>0 [674] -2015-01-26 00:08:52 sendUrl INFO 0 [674] -2015-01-26 00:09:42 queue INFO >>0 [675] -2015-01-26 00:09:42 sendUrl INFO 0 [675] -2015-01-26 00:10:32 queue INFO >>0 [676] -2015-01-26 00:10:32 sendUrl INFO 0 [676] -2015-01-26 00:11:22 queue INFO >>0 [677] -2015-01-26 00:11:23 sendUrl INFO 0 [677] -2015-01-26 00:12:12 queue INFO >>0 [678] -2015-01-26 00:12:12 sendUrl INFO 0 [678] -2015-01-26 00:13:02 queue INFO >>0 [679] -2015-01-26 00:13:03 sendUrl INFO 0 [679] -2015-01-26 00:13:53 queue INFO >>0 [680] -2015-01-26 00:13:53 sendUrl INFO 0 [680] -2015-01-26 00:14:43 queue INFO >>0 [681] -2015-01-26 00:14:43 sendUrl INFO 0 [681] -2015-01-26 00:15:33 queue INFO >>0 [682] -2015-01-26 00:15:33 sendUrl INFO 0 [682] -2015-01-26 00:16:23 queue INFO >>0 [683] -2015-01-26 00:16:24 sendUrl INFO 0 [683] -2015-01-26 00:17:13 queue INFO >>0 [684] -2015-01-26 00:17:13 sendUrl INFO 0 [684] -2015-01-26 00:18:03 queue INFO >>0 [685] -2015-01-26 00:18:04 sendUrl INFO 0 [685] -2015-01-26 00:18:54 queue INFO >>0 [686] -2015-01-26 00:18:54 sendUrl INFO 0 [686] -2015-01-26 00:19:44 queue INFO >>0 [687] -2015-01-26 00:19:44 sendUrl INFO 0 [687] -2015-01-26 00:20:34 queue INFO >>0 [688] -2015-01-26 00:20:34 sendUrl INFO 0 [688] -2015-01-26 00:21:24 queue INFO >>0 [689] -2015-01-26 00:21:24 sendUrl INFO 0 [689] -2015-01-26 00:22:14 queue INFO >>0 [690] -2015-01-26 00:22:14 sendUrl INFO 0 [690] -2015-01-26 00:23:04 queue INFO >>0 [691] -2015-01-26 00:23:05 sendUrl INFO 0 [691] -2015-01-26 00:23:54 queue INFO >>0 [692] -2015-01-26 00:23:55 sendUrl INFO 0 [692] -2015-01-26 00:24:45 queue INFO >>0 [693] -2015-01-26 00:24:45 sendUrl INFO 0 [693] -2015-01-26 00:25:35 queue INFO >>0 [694] -2015-01-26 00:25:35 sendUrl INFO 0 [694] -2015-01-26 00:26:25 queue INFO >>0 [695] -2015-01-26 00:26:25 sendUrl INFO 0 [695] -2015-01-26 00:27:15 queue INFO >>0 [696] -2015-01-26 00:27:15 sendUrl INFO 0 [696] -2015-01-26 00:28:05 queue INFO >>0 [697] -2015-01-26 00:28:06 sendUrl INFO 0 [697] -2015-01-26 00:28:55 queue INFO >>0 [698] -2015-01-26 00:28:56 sendUrl INFO 0 [698] -2015-01-26 00:29:46 queue INFO >>0 [699] -2015-01-26 00:29:46 sendUrl INFO 0 [699] -2015-01-26 00:30:36 queue INFO >>0 [700] -2015-01-26 00:30:36 sendUrl INFO 0 [700] -2015-01-26 00:31:26 queue INFO >>0 [701] -2015-01-26 00:31:26 sendUrl INFO 0 [701] -2015-01-26 00:32:16 queue INFO >>0 [702] -2015-01-26 00:32:16 sendUrl INFO 0 [702] -2015-01-26 00:33:06 queue INFO >>0 [703] -2015-01-26 00:33:07 sendUrl INFO 0 [703] -2015-01-26 00:33:56 queue INFO >>0 [704] -2015-01-26 00:33:57 sendUrl INFO 0 [704] -2015-01-26 00:34:46 queue INFO >>0 [705] -2015-01-26 00:34:47 sendUrl INFO 0 [705] -2015-01-26 00:35:37 queue INFO >>0 [706] -2015-01-26 00:35:37 sendUrl INFO 0 [706] -2015-01-26 00:36:27 queue INFO >>0 [707] -2015-01-26 00:36:27 sendUrl INFO 0 [707] -2015-01-26 00:37:17 queue INFO >>0 [708] -2015-01-26 00:37:17 sendUrl INFO 0 [708] -2015-01-26 00:38:07 queue INFO >>0 [709] -2015-01-26 00:38:07 sendUrl INFO 0 [709] -2015-01-26 00:38:57 queue INFO >>0 [710] -2015-01-26 00:38:57 sendUrl INFO 0 [710] -2015-01-26 00:39:47 queue INFO >>0 [711] -2015-01-26 00:39:48 sendUrl INFO 0 [711] -2015-01-26 00:40:38 queue INFO >>0 [712] -2015-01-26 00:40:38 sendUrl INFO 0 [712] -2015-01-26 00:41:28 queue INFO >>0 [713] -2015-01-26 00:41:28 sendUrl INFO 0 [713] -2015-01-26 00:42:18 queue INFO >>0 [714] -2015-01-26 00:42:18 sendUrl INFO 0 [714] -2015-01-26 00:43:08 queue INFO >>0 [715] -2015-01-26 00:43:08 sendUrl INFO 0 [715] -2015-01-26 00:43:58 queue INFO >>0 [716] -2015-01-26 00:43:58 sendUrl INFO 0 [716] -2015-01-26 00:44:48 queue INFO >>0 [717] -2015-01-26 00:44:48 sendUrl INFO 0 [717] -2015-01-26 00:45:38 queue INFO >>0 [718] -2015-01-26 00:45:39 sendUrl INFO 0 [718] -2015-01-26 00:46:28 queue INFO >>0 [719] -2015-01-26 00:46:29 sendUrl INFO 0 [719] -2015-01-26 00:47:19 queue INFO >>0 [720] -2015-01-26 00:47:19 sendUrl INFO 0 [720] -2015-01-26 00:48:09 queue INFO >>0 [721] -2015-01-26 00:48:09 sendUrl INFO 0 [721] -2015-01-26 00:48:59 queue INFO >>0 [722] -2015-01-26 00:48:59 sendUrl INFO 0 [722] -2015-01-26 00:49:49 queue INFO >>0 [723] -2015-01-26 00:49:49 sendUrl INFO 0 [723] -2015-01-26 00:50:39 queue INFO >>0 [724] -2015-01-26 00:50:40 sendUrl INFO 0 [724] -2015-01-26 00:51:29 queue INFO >>0 [725] -2015-01-26 00:51:29 sendUrl INFO 0 [725] -2015-01-26 00:52:19 queue INFO >>0 [726] -2015-01-26 00:52:20 sendUrl INFO 0 [726] -2015-01-26 00:53:10 queue INFO >>0 [727] -2015-01-26 00:53:10 sendUrl INFO 0 [727] -2015-01-26 00:54:00 queue INFO >>0 [728] -2015-01-26 00:54:00 sendUrl INFO 0 [728] -2015-01-26 00:54:50 queue INFO >>0 [729] -2015-01-26 00:54:50 sendUrl INFO 0 [729] -2015-01-26 00:55:40 queue INFO >>0 [730] -2015-01-26 00:55:41 sendUrl INFO 0 [730] -2015-01-26 00:56:30 queue INFO >>0 [731] -2015-01-26 00:56:30 sendUrl INFO 0 [731] -2015-01-26 00:57:20 queue INFO >>0 [732] -2015-01-26 00:57:21 sendUrl INFO 0 [732] -2015-01-26 00:58:11 queue INFO >>0 [733] -2015-01-26 00:58:11 sendUrl INFO 0 [733] -2015-01-26 00:59:01 queue INFO >>0 [734] -2015-01-26 00:59:01 sendUrl INFO 0 [734] -2015-01-26 00:59:51 queue INFO >>0 [735] -2015-01-26 00:59:51 sendUrl INFO 0 [735] -2015-01-26 01:00:41 queue INFO >>0 [736] -2015-01-26 01:00:42 sendUrl INFO 0 [736] -2015-01-26 01:01:31 queue INFO >>0 [737] -2015-01-26 01:01:31 sendUrl INFO 0 [737] -2015-01-26 01:02:21 queue INFO >>0 [738] -2015-01-26 01:02:22 sendUrl INFO 0 [738] -2015-01-26 01:03:11 queue INFO >>0 [739] -2015-01-26 01:03:12 sendUrl INFO 0 [739] -2015-01-26 01:04:02 queue INFO >>0 [740] -2015-01-26 01:04:02 sendUrl INFO 0 [740] -2015-01-26 01:04:52 queue INFO >>0 [741] -2015-01-26 01:04:52 sendUrl INFO 0 [741] -2015-01-26 01:05:42 queue INFO >>0 [742] -2015-01-26 01:05:42 sendUrl INFO 0 [742] -2015-01-26 01:06:32 queue INFO >>0 [743] -2015-01-26 01:06:32 sendUrl INFO 0 [743] -2015-01-26 01:07:22 queue INFO >>0 [744] -2015-01-26 01:07:23 sendUrl INFO 0 [744] -2015-01-26 01:08:12 queue INFO >>0 [745] -2015-01-26 01:08:12 sendUrl INFO 0 [745] -2015-01-26 01:09:03 queue INFO >>0 [746] -2015-01-26 01:09:03 sendUrl INFO 0 [746] -2015-01-26 01:09:53 queue INFO >>0 [747] -2015-01-26 01:09:53 sendUrl INFO 0 [747] -2015-01-26 01:10:43 queue INFO >>0 [748] -2015-01-26 01:10:43 sendUrl INFO 0 [748] -2015-01-26 01:11:33 queue INFO >>0 [749] -2015-01-26 01:11:33 sendUrl INFO 0 [749] -2015-01-26 01:12:23 queue INFO >>0 [750] -2015-01-26 01:12:24 sendUrl INFO 0 [750] -2015-01-26 01:13:13 queue INFO >>0 [751] -2015-01-26 01:13:13 sendUrl INFO 0 [751] -2015-01-26 01:14:03 queue INFO >>0 [752] -2015-01-26 01:14:04 sendUrl INFO 0 [752] -2015-01-26 01:14:53 queue INFO >>0 [753] -2015-01-26 01:14:54 sendUrl INFO 0 [753] -2015-01-26 01:15:44 queue INFO >>0 [754] -2015-01-26 01:15:44 sendUrl INFO 0 [754] -2015-01-26 01:16:34 queue INFO >>0 [755] -2015-01-26 01:16:34 sendUrl INFO 0 [755] -2015-01-26 01:17:24 queue INFO >>0 [756] -2015-01-26 01:17:24 sendUrl INFO 0 [756] -2015-01-26 01:18:14 queue INFO >>0 [757] -2015-01-26 01:18:14 sendUrl INFO 0 [757] -2015-01-26 01:19:04 queue INFO >>0 [758] -2015-01-26 01:19:04 sendUrl INFO 0 [758] -2015-01-26 01:19:54 queue INFO >>0 [759] -2015-01-26 01:19:55 sendUrl INFO 0 [759] -2015-01-26 01:20:44 queue INFO >>0 [760] -2015-01-26 01:20:45 sendUrl INFO 0 [760] -2015-01-26 01:21:34 queue INFO >>0 [761] -2015-01-26 01:21:35 sendUrl INFO 0 [761] -2015-01-26 01:22:25 queue INFO >>0 [762] -2015-01-26 01:22:25 sendUrl INFO 0 [762] -2015-01-26 01:23:15 queue INFO >>0 [763] -2015-01-26 01:23:15 sendUrl INFO 0 [763] -2015-01-26 01:24:05 queue INFO >>0 [764] -2015-01-26 01:24:05 sendUrl INFO 0 [764] -2015-01-26 01:24:55 queue INFO >>0 [765] -2015-01-26 01:24:56 sendUrl INFO 0 [765] -2015-01-26 01:25:45 queue INFO >>0 [766] -2015-01-26 01:25:45 sendUrl INFO 0 [766] -2015-01-26 01:26:35 queue INFO >>0 [767] -2015-01-26 01:26:36 sendUrl INFO 0 [767] -2015-01-26 01:27:25 queue INFO >>0 [768] -2015-01-26 01:27:26 sendUrl INFO 0 [768] -2015-01-26 01:28:16 queue INFO >>0 [769] -2015-01-26 01:28:16 sendUrl INFO 0 [769] -2015-01-26 01:29:06 queue INFO >>0 [770] -2015-01-26 01:29:06 sendUrl INFO 0 [770] -2015-01-26 01:29:56 queue INFO >>0 [771] -2015-01-26 01:29:56 sendUrl INFO 0 [771] -2015-01-26 01:30:46 queue INFO >>0 [772] -2015-01-26 01:30:46 sendUrl INFO 0 [772] -2015-01-26 01:31:36 queue INFO >>0 [773] -2015-01-26 01:31:37 sendUrl INFO 0 [773] -2015-01-26 01:32:26 queue INFO >>0 [774] -2015-01-26 01:32:27 sendUrl INFO 0 [774] -2015-01-26 01:33:17 queue INFO >>0 [775] -2015-01-26 01:33:17 sendUrl INFO 0 [775] -2015-01-26 01:34:07 queue INFO >>0 [776] -2015-01-26 01:34:07 sendUrl INFO 0 [776] -2015-01-26 01:34:57 queue INFO >>0 [777] -2015-01-26 01:34:57 sendUrl INFO 0 [777] -2015-01-26 01:35:47 queue INFO >>0 [778] -2015-01-26 01:35:47 sendUrl INFO 0 [778] -2015-01-26 01:36:37 queue INFO >>0 [779] -2015-01-26 01:36:38 sendUrl INFO 0 [779] -2015-01-26 01:37:27 queue INFO >>0 [780] -2015-01-26 01:37:27 sendUrl INFO 0 [780] -2015-01-26 01:38:17 queue INFO >>0 [781] -2015-01-26 01:38:18 sendUrl INFO 0 [781] -2015-01-26 01:39:08 queue INFO >>0 [782] -2015-01-26 01:39:08 sendUrl INFO 0 [782] -2015-01-26 01:39:58 queue INFO >>0 [783] -2015-01-26 01:39:58 sendUrl INFO 0 [783] -2015-01-26 01:40:48 queue INFO >>0 [784] -2015-01-26 01:40:48 sendUrl INFO 0 [784] -2015-01-26 01:41:38 queue INFO >>0 [785] -2015-01-26 01:41:38 sendUrl INFO 0 [785] -2015-01-26 01:42:28 queue INFO >>0 [786] -2015-01-26 01:42:28 sendUrl INFO 0 [786] -2015-01-26 01:43:18 queue INFO >>0 [787] -2015-01-26 01:43:19 sendUrl INFO 0 [787] -2015-01-26 01:44:08 queue INFO >>0 [788] -2015-01-26 01:44:09 sendUrl INFO 0 [788] -2015-01-26 01:44:58 queue INFO >>0 [789] -2015-01-26 01:44:59 sendUrl INFO 0 [789] -2015-01-26 01:45:49 queue INFO >>0 [790] -2015-01-26 01:45:49 sendUrl INFO 0 [790] -2015-01-26 01:46:39 queue INFO >>0 [791] -2015-01-26 01:46:39 sendUrl INFO 0 [791] -2015-01-26 01:47:29 queue INFO >>0 [792] -2015-01-26 01:47:29 sendUrl INFO 0 [792] -2015-01-26 01:48:19 queue INFO >>0 [793] -2015-01-26 01:48:19 sendUrl INFO 0 [793] -2015-01-26 01:49:09 queue INFO >>0 [794] -2015-01-26 01:49:10 sendUrl INFO 0 [794] -2015-01-26 01:49:59 queue INFO >>0 [795] -2015-01-26 01:50:00 sendUrl INFO 0 [795] -2015-01-26 01:50:50 queue INFO >>0 [796] -2015-01-26 01:50:50 sendUrl INFO 0 [796] -2015-01-26 01:51:40 queue INFO >>0 [797] -2015-01-26 01:51:40 sendUrl INFO 0 [797] -2015-01-26 01:52:30 queue INFO >>0 [798] -2015-01-26 01:52:30 sendUrl INFO 0 [798] -2015-01-26 01:53:20 queue INFO >>0 [799] -2015-01-26 01:53:20 sendUrl INFO 0 [799] -2015-01-26 01:54:10 queue INFO >>0 [800] -2015-01-26 01:54:11 sendUrl INFO 0 [800] -2015-01-26 01:55:00 queue INFO >>0 [801] -2015-01-26 01:55:01 sendUrl INFO 0 [801] -2015-01-26 01:55:50 queue INFO >>0 [802] -2015-01-26 01:55:51 sendUrl INFO 0 [802] -2015-01-26 01:56:41 queue INFO >>0 [803] -2015-01-26 01:56:41 sendUrl INFO 0 [803] -2015-01-26 01:57:31 queue INFO >>0 [804] -2015-01-26 01:57:31 sendUrl INFO 0 [804] -2015-01-26 01:58:21 queue INFO >>0 [805] -2015-01-26 01:58:21 sendUrl INFO 0 [805] -2015-01-26 01:59:11 queue INFO >>0 [806] -2015-01-26 01:59:12 sendUrl INFO 0 [806] -2015-01-26 02:00:01 queue INFO >>0 [807] -2015-01-26 02:00:01 sendUrl INFO 0 [807] -2015-01-26 02:00:51 queue INFO >>0 [808] -2015-01-26 02:00:52 sendUrl INFO 0 [808] -2015-01-26 02:01:42 queue INFO >>0 [809] -2015-01-26 02:01:42 sendUrl INFO 0 [809] -2015-01-26 02:02:32 queue INFO >>0 [810] -2015-01-26 02:02:32 sendUrl INFO 0 [810] -2015-01-26 02:03:22 queue INFO >>0 [811] -2015-01-26 02:03:22 sendUrl INFO 0 [811] -2015-01-26 02:04:12 queue INFO >>0 [812] -2015-01-26 02:04:13 sendUrl INFO 0 [812] -2015-01-26 02:05:02 queue INFO >>0 [813] -2015-01-26 02:05:02 sendUrl INFO 0 [813] -2015-01-26 02:05:52 queue INFO >>0 [814] -2015-01-26 02:05:53 sendUrl INFO 0 [814] -2015-01-26 02:06:42 queue INFO >>0 [815] -2015-01-26 02:06:43 sendUrl INFO 0 [815] -2015-01-26 02:07:33 queue INFO >>0 [816] -2015-01-26 02:07:33 sendUrl INFO 0 [816] -2015-01-26 02:08:23 queue INFO >>0 [817] -2015-01-26 02:08:23 sendUrl INFO 0 [817] -2015-01-26 02:09:13 queue INFO >>0 [818] -2015-01-26 02:09:13 sendUrl INFO 0 [818] -2015-01-26 02:10:03 queue INFO >>0 [819] -2015-01-26 02:10:03 sendUrl INFO 0 [819] -2015-01-26 02:10:53 queue INFO >>0 [820] -2015-01-26 02:10:54 sendUrl INFO 0 [820] -2015-01-26 02:11:43 queue INFO >>0 [821] -2015-01-26 02:11:43 sendUrl INFO 0 [821] -2015-01-26 02:12:33 queue INFO >>0 [822] -2015-01-26 02:12:34 sendUrl INFO 0 [822] -2015-01-26 02:13:24 queue INFO >>0 [823] -2015-01-26 02:13:24 sendUrl INFO 0 [823] -2015-01-26 02:14:14 queue INFO >>0 [824] -2015-01-26 02:14:14 sendUrl INFO 0 [824] -2015-01-26 02:15:04 queue INFO >>0 [825] -2015-01-26 02:15:04 sendUrl INFO 0 [825] -2015-01-26 02:15:54 queue INFO >>0 [826] -2015-01-26 02:15:54 sendUrl INFO 0 [826] -2015-01-26 02:16:44 queue INFO >>0 [827] -2015-01-26 02:16:44 sendUrl INFO 0 [827] -2015-01-26 02:17:34 queue INFO >>0 [828] -2015-01-26 02:17:35 sendUrl INFO 0 [828] -2015-01-26 02:18:24 queue INFO >>0 [829] -2015-01-26 02:18:25 sendUrl INFO 0 [829] -2015-01-26 02:19:15 queue INFO >>0 [830] -2015-01-26 02:19:15 sendUrl INFO 0 [830] -2015-01-26 02:20:05 queue INFO >>0 [831] -2015-01-26 02:20:05 sendUrl INFO 0 [831] -2015-01-26 02:20:55 queue INFO >>0 [832] -2015-01-26 02:20:55 sendUrl INFO 0 [832] -2015-01-26 02:21:45 queue INFO >>0 [833] -2015-01-26 02:21:45 sendUrl INFO 0 [833] -2015-01-26 02:22:35 queue INFO >>0 [834] -2015-01-26 02:22:35 sendUrl INFO 0 [834] -2015-01-26 02:23:25 queue INFO >>0 [835] -2015-01-26 02:23:26 sendUrl INFO 0 [835] -2015-01-26 02:24:15 queue INFO >>0 [836] -2015-01-26 02:24:16 sendUrl INFO 0 [836] -2015-01-26 02:25:06 queue INFO >>0 [837] -2015-01-26 02:25:06 sendUrl INFO 0 [837] -2015-01-26 02:25:56 queue INFO >>0 [838] -2015-01-26 02:25:56 sendUrl INFO 0 [838] -2015-01-26 02:26:46 queue INFO >>0 [839] -2015-01-26 02:26:46 sendUrl INFO 0 [839] -2015-01-26 02:27:36 queue INFO >>0 [840] -2015-01-26 02:27:36 sendUrl INFO 0 [840] -2015-01-26 02:28:26 queue INFO >>0 [841] -2015-01-26 02:28:27 sendUrl INFO 0 [841] -2015-01-26 02:29:16 queue INFO >>0 [842] -2015-01-26 02:29:17 sendUrl INFO 0 [842] -2015-01-26 02:30:07 queue INFO >>0 [843] -2015-01-26 02:30:07 sendUrl INFO 0 [843] -2015-01-26 02:30:57 queue INFO >>0 [844] -2015-01-26 02:30:57 sendUrl INFO 0 [844] -2015-01-26 02:31:47 queue INFO >>0 [845] -2015-01-26 02:31:47 sendUrl INFO 0 [845] -2015-01-26 02:32:37 queue INFO >>0 [846] -2015-01-26 02:32:37 sendUrl INFO 0 [846] -2015-01-26 02:33:27 queue INFO >>0 [847] -2015-01-26 02:33:28 sendUrl INFO 0 [847] -2015-01-26 02:34:17 queue INFO >>0 [848] -2015-01-26 02:34:18 sendUrl INFO 0 [848] -2015-01-26 02:35:07 queue INFO >>0 [849] -2015-01-26 02:35:08 sendUrl INFO 0 [849] -2015-01-26 02:35:58 queue INFO >>0 [850] -2015-01-26 02:35:58 sendUrl INFO 0 [850] -2015-01-26 02:36:48 queue INFO >>0 [851] -2015-01-26 02:36:48 sendUrl INFO 0 [851] -2015-01-26 02:37:38 queue INFO >>0 [852] -2015-01-26 02:37:38 sendUrl INFO 0 [852] -2015-01-26 02:38:28 queue INFO >>0 [853] -2015-01-26 02:38:28 sendUrl INFO 0 [853] -2015-01-26 02:39:18 queue INFO >>0 [854] -2015-01-26 02:39:18 sendUrl INFO 0 [854] -2015-01-26 02:40:08 queue INFO >>0 [855] -2015-01-26 02:40:09 sendUrl INFO 0 [855] -2015-01-26 02:40:58 queue INFO >>0 [856] -2015-01-26 02:40:59 sendUrl INFO 0 [856] -2015-01-26 02:41:49 queue INFO >>0 [857] -2015-01-26 02:41:49 sendUrl INFO 0 [857] -2015-01-26 02:42:39 queue INFO >>0 [858] -2015-01-26 02:42:39 sendUrl INFO 0 [858] -2015-01-26 02:43:29 queue INFO >>0 [859] -2015-01-26 02:43:29 sendUrl INFO 0 [859] -2015-01-26 02:44:19 queue INFO >>0 [860] -2015-01-26 02:44:19 sendUrl INFO 0 [860] -2015-01-26 02:45:09 queue INFO >>0 [861] -2015-01-26 02:45:10 sendUrl INFO 0 [861] -2015-01-26 02:45:59 queue INFO >>0 [862] -2015-01-26 02:45:59 sendUrl INFO 0 [862] -2015-01-26 02:46:49 queue INFO >>0 [863] -2015-01-26 02:46:50 sendUrl INFO 0 [863] -2015-01-26 02:47:40 queue INFO >>0 [864] -2015-01-26 02:47:40 sendUrl INFO 0 [864] -2015-01-26 02:48:30 queue INFO >>0 [865] -2015-01-26 02:48:30 sendUrl INFO 0 [865] -2015-01-26 02:49:20 queue INFO >>0 [866] -2015-01-26 02:49:20 sendUrl INFO 0 [866] -2015-01-26 02:50:10 queue INFO >>0 [867] -2015-01-26 02:50:10 sendUrl INFO 0 [867] -2015-01-26 02:51:00 queue INFO >>0 [868] -2015-01-26 02:51:00 sendUrl INFO 0 [868] -2015-01-26 02:51:50 queue INFO >>0 [869] -2015-01-26 02:51:51 sendUrl INFO 0 [869] -2015-01-26 02:52:40 queue INFO >>0 [870] -2015-01-26 02:52:41 sendUrl INFO 0 [870] -2015-01-26 02:53:31 queue INFO >>0 [871] -2015-01-26 02:53:31 sendUrl INFO 0 [871] -2015-01-26 02:54:21 queue INFO >>0 [872] -2015-01-26 02:54:21 sendUrl INFO 0 [872] -2015-01-26 02:55:11 queue INFO >>0 [873] -2015-01-26 02:55:11 sendUrl INFO 0 [873] -2015-01-26 02:56:01 queue INFO >>0 [874] -2015-01-26 02:56:01 sendUrl INFO 0 [874] -2015-01-26 02:56:51 queue INFO >>0 [875] -2015-01-26 02:56:51 sendUrl INFO 0 [875] -2015-01-26 02:57:41 queue INFO >>0 [876] -2015-01-26 02:57:42 sendUrl INFO 0 [876] -2015-01-26 02:58:31 queue INFO >>0 [877] -2015-01-26 02:58:32 sendUrl INFO 0 [877] -2015-01-26 02:59:21 queue INFO >>0 [878] -2015-01-26 02:59:22 sendUrl INFO 0 [878] -2015-01-26 03:00:12 queue INFO >>0 [879] -2015-01-26 03:00:12 sendUrl INFO 0 [879] -2015-01-26 03:01:02 queue INFO >>0 [880] -2015-01-26 03:01:02 sendUrl INFO 0 [880] -2015-01-26 03:01:52 queue INFO >>0 [881] -2015-01-26 03:01:52 sendUrl INFO 0 [881] -2015-01-26 03:02:42 queue INFO >>0 [882] -2015-01-26 03:02:43 sendUrl INFO 0 [882] -2015-01-26 03:03:32 queue INFO >>0 [883] -2015-01-26 03:03:32 sendUrl INFO 0 [883] -2015-01-26 03:04:22 queue INFO >>0 [884] -2015-01-26 03:04:23 sendUrl INFO 0 [884] -2015-01-26 03:05:13 queue INFO >>0 [885] -2015-01-26 03:05:13 sendUrl INFO 0 [885] -2015-01-26 03:06:03 queue INFO >>0 [886] -2015-01-26 03:06:03 sendUrl INFO 0 [886] -2015-01-26 03:06:53 queue INFO >>0 [887] -2015-01-26 03:06:53 sendUrl INFO 0 [887] -2015-01-26 03:07:43 queue INFO >>0 [888] -2015-01-26 03:07:43 sendUrl INFO 0 [888] -2015-01-26 03:08:33 queue INFO >>0 [889] -2015-01-26 03:08:33 sendUrl INFO 0 [889] -2015-01-26 03:09:23 queue INFO >>0 [890] -2015-01-26 03:09:24 sendUrl INFO 0 [890] -2015-01-26 03:10:13 queue INFO >>0 [891] -2015-01-26 03:10:14 sendUrl INFO 0 [891] -2015-01-26 03:11:04 queue INFO >>0 [892] -2015-01-26 03:11:04 sendUrl INFO 0 [892] -2015-01-26 03:11:54 queue INFO >>0 [893] -2015-01-26 03:11:54 sendUrl INFO 0 [893] -2015-01-26 03:12:44 queue INFO >>0 [894] -2015-01-26 03:12:44 sendUrl INFO 0 [894] -2015-01-26 03:13:34 queue INFO >>0 [895] -2015-01-26 03:13:34 sendUrl INFO 0 [895] -2015-01-26 03:14:24 queue INFO >>0 [896] -2015-01-26 03:14:25 sendUrl INFO 0 [896] -2015-01-26 03:15:14 queue INFO >>0 [897] -2015-01-26 03:15:15 sendUrl INFO 0 [897] -2015-01-26 03:16:05 queue INFO >>0 [898] -2015-01-26 03:16:05 sendUrl INFO 0 [898] -2015-01-26 03:16:55 queue INFO >>0 [899] -2015-01-26 03:16:55 sendUrl INFO 0 [899] -2015-01-26 03:17:45 queue INFO >>0 [900] -2015-01-26 03:17:45 sendUrl INFO 0 [900] -2015-01-26 03:18:35 queue INFO >>0 [901] -2015-01-26 03:18:35 sendUrl INFO 0 [901] -2015-01-26 03:19:25 queue INFO >>0 [902] -2015-01-26 03:19:26 sendUrl INFO 0 [902] -2015-01-26 03:20:15 queue INFO >>0 [903] -2015-01-26 03:20:15 sendUrl INFO 0 [903] -2015-01-26 03:21:05 queue INFO >>0 [904] -2015-01-26 03:21:06 sendUrl INFO 0 [904] -2015-01-26 03:21:56 queue INFO >>0 [905] -2015-01-26 03:21:56 sendUrl INFO 0 [905] -2015-01-26 03:22:46 queue INFO >>0 [906] -2015-01-26 03:22:46 sendUrl INFO 0 [906] -2015-01-26 03:23:36 queue INFO >>0 [907] -2015-01-26 03:23:36 sendUrl INFO 0 [907] -2015-01-26 03:24:26 queue INFO >>0 [908] -2015-01-26 03:24:27 sendUrl INFO 0 [908] -2015-01-26 03:25:16 queue INFO >>0 [909] -2015-01-26 03:25:16 sendUrl INFO 0 [909] -2015-01-26 03:26:06 queue INFO >>0 [910] -2015-01-26 03:26:07 sendUrl INFO 0 [910] -2015-01-26 03:26:57 queue INFO >>0 [911] -2015-01-26 03:26:57 sendUrl INFO 0 [911] -2015-01-26 03:27:47 queue INFO >>0 [912] -2015-01-26 03:27:47 sendUrl INFO 0 [912] -2015-01-26 03:28:37 queue INFO >>0 [913] -2015-01-26 03:28:37 sendUrl INFO 0 [913] -2015-01-26 03:29:27 queue INFO >>0 [914] -2015-01-26 03:29:27 sendUrl INFO 0 [914] -2015-01-26 03:30:17 queue INFO >>0 [915] -2015-01-26 03:30:17 sendUrl INFO 0 [915] -2015-01-26 03:31:07 queue INFO >>0 [916] -2015-01-26 03:31:08 sendUrl INFO 0 [916] -2015-01-26 03:31:57 queue INFO >>0 [917] -2015-01-26 03:31:58 sendUrl INFO 0 [917] -2015-01-26 03:32:48 queue INFO >>0 [918] -2015-01-26 03:32:48 sendUrl INFO 0 [918] -2015-01-26 03:33:38 queue INFO >>0 [919] -2015-01-26 03:33:38 sendUrl INFO 0 [919] -2015-01-26 03:34:28 queue INFO >>0 [920] -2015-01-26 03:34:28 sendUrl INFO 0 [920] -2015-01-26 03:35:18 queue INFO >>0 [921] -2015-01-26 03:35:18 sendUrl INFO 0 [921] -2015-01-26 03:36:08 queue INFO >>0 [922] -2015-01-26 03:36:09 sendUrl INFO 0 [922] -2015-01-26 03:36:58 queue INFO >>0 [923] -2015-01-26 03:36:59 sendUrl INFO 0 [923] -2015-01-26 03:37:48 queue INFO >>0 [924] -2015-01-26 03:37:49 sendUrl INFO 0 [924] -2015-01-26 03:38:39 queue INFO >>0 [925] -2015-01-26 03:38:39 sendUrl INFO 0 [925] -2015-01-26 03:39:29 queue INFO >>0 [926] -2015-01-26 03:39:29 sendUrl INFO 0 [926] -2015-01-26 03:40:19 queue INFO >>0 [927] -2015-01-26 03:40:19 sendUrl INFO 0 [927] -2015-01-26 03:41:09 queue INFO >>0 [928] -2015-01-26 03:41:09 sendUrl INFO 0 [928] -2015-01-26 03:41:59 queue INFO >>0 [929] -2015-01-26 03:41:59 sendUrl INFO 0 [929] -2015-01-26 03:42:49 queue INFO >>0 [930] -2015-01-26 03:42:49 sendUrl INFO 0 [930] -2015-01-26 03:43:39 queue INFO >>0 [931] -2015-01-26 03:43:40 sendUrl INFO 0 [931] -2015-01-26 03:44:30 queue INFO >>0 [932] -2015-01-26 03:44:30 sendUrl INFO 0 [932] -2015-01-26 03:45:20 queue INFO >>0 [933] -2015-01-26 03:45:20 sendUrl INFO 0 [933] -2015-01-26 03:46:10 queue INFO >>0 [934] -2015-01-26 03:46:10 sendUrl INFO 0 [934] -2015-01-26 03:47:00 queue INFO >>0 [935] -2015-01-26 03:47:00 sendUrl INFO 0 [935] -2015-01-26 03:47:50 queue INFO >>0 [936] -2015-01-26 03:47:50 sendUrl INFO 0 [936] -2015-01-26 03:48:40 queue INFO >>0 [937] -2015-01-26 03:48:41 sendUrl INFO 0 [937] -2015-01-26 03:49:30 queue INFO >>0 [938] -2015-01-26 03:49:31 sendUrl INFO 0 [938] -2015-01-26 03:50:21 queue INFO >>0 [939] -2015-01-26 03:50:21 sendUrl INFO 0 [939] -2015-01-26 03:51:11 queue INFO >>0 [940] -2015-01-26 03:51:11 sendUrl INFO 0 [940] -2015-01-26 03:52:01 queue INFO >>0 [941] -2015-01-26 03:52:01 sendUrl INFO 0 [941] -2015-01-26 03:52:51 queue INFO >>0 [942] -2015-01-26 03:52:51 sendUrl INFO 0 [942] -2015-01-26 03:53:41 queue INFO >>0 [943] -2015-01-26 03:53:42 sendUrl INFO 0 [943] -2015-01-26 03:54:31 queue INFO >>0 [944] -2015-01-26 03:54:32 sendUrl INFO 0 [944] -2015-01-26 03:55:22 queue INFO >>0 [945] -2015-01-26 03:55:22 sendUrl INFO 0 [945] -2015-01-26 03:56:12 queue INFO >>0 [946] -2015-01-26 03:56:12 sendUrl INFO 0 [946] -2015-01-26 03:57:02 queue INFO >>0 [947] -2015-01-26 03:57:02 sendUrl INFO 0 [947] -2015-01-26 03:57:52 queue INFO >>0 [948] -2015-01-26 03:57:52 sendUrl INFO 0 [948] -2015-01-26 03:58:42 queue INFO >>0 [949] -2015-01-26 03:58:43 sendUrl INFO 0 [949] -2015-01-26 03:59:32 queue INFO >>0 [950] -2015-01-26 03:59:32 sendUrl INFO 0 [950] -2015-01-26 04:00:22 queue INFO >>0 [951] -2015-01-26 04:00:23 sendUrl INFO 0 [951] -2015-01-26 04:01:13 queue INFO >>0 [952] -2015-01-26 04:01:13 sendUrl INFO 0 [952] -2015-01-26 04:02:03 queue INFO >>0 [953] -2015-01-26 04:02:03 sendUrl INFO 0 [953] -2015-01-26 04:02:53 queue INFO >>0 [954] -2015-01-26 04:02:53 sendUrl INFO 0 [954] -2015-01-26 04:03:43 queue INFO >>0 [955] -2015-01-26 04:03:44 sendUrl INFO 0 [955] -2015-01-26 04:04:33 queue INFO >>0 [956] -2015-01-26 04:04:33 sendUrl INFO 0 [956] -2015-01-26 04:05:23 queue INFO >>0 [957] -2015-01-26 04:05:24 sendUrl INFO 0 [957] -2015-01-26 04:06:13 queue INFO >>0 [958] -2015-01-26 04:06:14 sendUrl INFO 0 [958] -2015-01-26 04:07:04 queue INFO >>0 [959] -2015-01-26 04:07:04 sendUrl INFO 0 [959] -2015-01-26 04:07:54 queue INFO >>0 [960] -2015-01-26 04:07:54 sendUrl INFO 0 [960] -2015-01-26 04:08:44 queue INFO >>0 [961] -2015-01-26 04:08:45 sendUrl INFO 0 [961] -2015-01-26 04:09:34 queue INFO >>0 [962] -2015-01-26 04:09:34 sendUrl INFO 0 [962] -2015-01-26 04:10:24 queue INFO >>0 [963] -2015-01-26 04:10:25 sendUrl INFO 0 [963] -2015-01-26 04:11:14 queue INFO >>0 [964] -2015-01-26 04:11:14 sendUrl INFO 0 [964] -2015-01-26 04:12:05 queue INFO >>0 [965] -2015-01-26 04:12:05 sendUrl INFO 0 [965] -2015-01-26 04:12:55 queue INFO >>0 [966] -2015-01-26 04:12:55 sendUrl INFO 0 [966] -2015-01-26 04:13:45 queue INFO >>0 [967] -2015-01-26 04:13:45 sendUrl INFO 0 [967] -2015-01-26 04:14:35 queue INFO >>0 [968] -2015-01-26 04:14:35 sendUrl INFO 0 [968] -2015-01-26 04:15:25 queue INFO >>0 [969] -2015-01-26 04:15:26 sendUrl INFO 0 [969] -2015-01-26 04:16:15 queue INFO >>0 [970] -2015-01-26 04:16:15 sendUrl INFO 0 [970] -2015-01-26 04:17:05 queue INFO >>0 [971] -2015-01-26 04:17:06 sendUrl INFO 0 [971] -2015-01-26 04:17:56 queue INFO >>0 [972] -2015-01-26 04:17:56 sendUrl INFO 0 [972] -2015-01-26 04:18:46 queue INFO >>0 [973] -2015-01-26 04:18:46 sendUrl INFO 0 [973] -2015-01-26 04:19:36 queue INFO >>0 [974] -2015-01-26 04:19:36 sendUrl INFO 0 [974] -2015-01-26 04:20:26 queue INFO >>0 [975] -2015-01-26 04:20:27 sendUrl INFO 0 [975] -2015-01-26 04:21:16 queue INFO >>0 [976] -2015-01-26 04:21:16 sendUrl INFO 0 [976] -2015-01-26 04:22:06 queue INFO >>0 [977] -2015-01-26 04:22:07 sendUrl INFO 0 [977] -2015-01-26 04:22:57 queue INFO >>0 [978] -2015-01-26 04:22:57 sendUrl INFO 0 [978] -2015-01-26 04:23:47 queue INFO >>0 [979] -2015-01-26 04:23:47 sendUrl INFO 0 [979] -2015-01-26 04:24:37 queue INFO >>0 [980] -2015-01-26 04:24:37 sendUrl INFO 0 [980] -2015-01-26 04:25:27 queue INFO >>0 [981] -2015-01-26 04:25:28 sendUrl INFO 0 [981] -2015-01-26 04:26:17 queue INFO >>0 [982] -2015-01-26 04:26:17 sendUrl INFO 0 [982] -2015-01-26 04:27:07 queue INFO >>0 [983] -2015-01-26 04:27:08 sendUrl INFO 0 [983] -2015-01-26 04:27:57 queue INFO >>0 [984] -2015-01-26 04:27:58 sendUrl INFO 0 [984] -2015-01-26 04:28:48 queue INFO >>0 [985] -2015-01-26 04:28:48 sendUrl INFO 0 [985] -2015-01-26 04:29:38 queue INFO >>0 [986] -2015-01-26 04:29:38 sendUrl INFO 0 [986] -2015-01-26 04:30:28 queue INFO >>0 [987] -2015-01-26 04:30:28 sendUrl INFO 0 [987] -2015-01-26 04:31:18 queue INFO >>0 [988] -2015-01-26 04:31:18 sendUrl INFO 0 [988] -2015-01-26 04:32:08 queue INFO >>0 [989] -2015-01-26 04:32:09 sendUrl INFO 0 [989] -2015-01-26 04:32:58 queue INFO >>0 [990] -2015-01-26 04:32:59 sendUrl INFO 0 [990] -2015-01-26 04:33:48 queue INFO >>0 [991] -2015-01-26 04:33:49 sendUrl INFO 0 [991] -2015-01-26 04:34:39 queue INFO >>0 [992] -2015-01-26 04:34:39 sendUrl INFO 0 [992] -2015-01-26 04:35:29 queue INFO >>0 [993] -2015-01-26 04:35:29 sendUrl INFO 0 [993] -2015-01-26 04:36:19 queue INFO >>0 [994] -2015-01-26 04:36:19 sendUrl INFO 0 [994] -2015-01-26 04:37:09 queue INFO >>0 [995] -2015-01-26 04:37:09 sendUrl INFO 0 [995] -2015-01-26 04:37:59 queue INFO >>0 [996] -2015-01-26 04:38:00 sendUrl INFO 0 [996] -2015-01-26 04:38:49 queue INFO >>0 [997] -2015-01-26 04:38:49 sendUrl INFO 0 [997] -2015-01-26 04:39:39 queue INFO >>0 [998] -2015-01-26 04:39:40 sendUrl INFO 0 [998] -2015-01-26 04:40:30 queue INFO >>0 [999] -2015-01-26 04:40:30 sendUrl INFO 0 [999] -2015-01-26 04:41:20 queue INFO >>0 [0] -2015-01-26 04:41:20 sendUrl INFO 0 [0] -2015-01-26 04:42:10 queue INFO >>0 [1] -2015-01-26 04:42:10 sendUrl INFO 0 [1] -2015-01-26 04:43:00 queue INFO >>0 [2] -2015-01-26 04:43:00 sendUrl INFO 0 [2] -2015-01-26 04:43:50 queue INFO >>0 [3] -2015-01-26 04:43:50 sendUrl INFO 0 [3] -2015-01-26 04:44:40 queue INFO >>0 [4] -2015-01-26 04:44:41 sendUrl INFO 0 [4] -2015-01-26 04:45:30 queue INFO >>0 [5] -2015-01-26 04:45:31 sendUrl INFO 0 [5] -2015-01-26 04:46:21 queue INFO >>0 [6] -2015-01-26 04:46:21 sendUrl INFO 0 [6] -2015-01-26 04:47:11 queue INFO >>0 [7] -2015-01-26 04:47:11 sendUrl INFO 0 [7] -2015-01-26 04:48:01 queue INFO >>0 [8] -2015-01-26 04:48:01 sendUrl INFO 0 [8] -2015-01-26 04:48:51 queue INFO >>0 [9] -2015-01-26 04:48:51 sendUrl INFO 0 [9] -2015-01-26 04:49:41 queue INFO >>0 [10] -2015-01-26 04:49:42 sendUrl INFO 0 [10] -2015-01-26 04:50:31 queue INFO >>0 [11] -2015-01-26 04:50:31 sendUrl INFO 0 [11] -2015-01-26 04:51:21 queue INFO >>0 [12] -2015-01-26 04:51:22 sendUrl INFO 0 [12] -2015-01-26 04:52:11 queue INFO >>0 [13] -2015-01-26 04:52:12 sendUrl INFO 0 [13] -2015-01-26 04:53:02 queue INFO >>0 [14] -2015-01-26 04:53:02 sendUrl INFO 0 [14] -2015-01-26 04:53:52 queue INFO >>0 [15] -2015-01-26 04:53:52 sendUrl INFO 0 [15] -2015-01-26 04:54:42 queue INFO >>0 [16] -2015-01-26 04:54:42 sendUrl INFO 0 [16] -2015-01-26 04:55:32 queue INFO >>0 [17] -2015-01-26 04:55:32 sendUrl INFO 0 [17] -2015-01-26 04:56:22 queue INFO >>0 [18] -2015-01-26 04:56:23 sendUrl INFO 0 [18] -2015-01-26 04:57:12 queue INFO >>0 [19] -2015-01-26 04:57:13 sendUrl INFO 0 [19] -2015-01-26 04:58:03 queue INFO >>0 [20] -2015-01-26 04:58:03 sendUrl INFO 0 [20] -2015-01-26 04:58:53 queue INFO >>0 [21] -2015-01-26 04:58:53 sendUrl INFO 0 [21] -2015-01-26 04:59:43 queue INFO >>0 [22] -2015-01-26 04:59:43 sendUrl INFO 0 [22] -2015-01-26 05:00:33 queue INFO >>0 [23] -2015-01-26 05:00:33 sendUrl INFO 0 [23] -2015-01-26 05:01:23 queue INFO >>0 [24] -2015-01-26 05:01:23 sendUrl INFO 0 [24] -2015-01-26 05:02:13 queue INFO >>0 [25] -2015-01-26 05:02:14 sendUrl INFO 0 [25] -2015-01-26 05:03:03 queue INFO >>0 [26] -2015-01-26 05:03:03 sendUrl INFO 0 [26] -2015-01-26 05:03:53 queue INFO >>0 [27] -2015-01-26 05:03:54 sendUrl INFO 0 [27] -2015-01-26 05:04:44 queue INFO >>0 [28] -2015-01-26 05:04:44 sendUrl INFO 0 [28] -2015-01-26 05:05:34 queue INFO >>0 [29] -2015-01-26 05:05:34 sendUrl INFO 0 [29] -2015-01-26 05:06:24 queue INFO >>0 [30] -2015-01-26 05:06:24 sendUrl INFO 0 [30] -2015-01-26 05:07:14 queue INFO >>0 [31] -2015-01-26 05:07:15 sendUrl INFO 0 [31] -2015-01-26 05:08:04 queue INFO >>0 [32] -2015-01-26 05:08:04 sendUrl INFO 0 [32] -2015-01-26 05:08:54 queue INFO >>0 [33] -2015-01-26 05:08:55 sendUrl INFO 0 [33] -2015-01-26 05:09:45 queue INFO >>0 [34] -2015-01-26 05:09:45 sendUrl INFO 0 [34] -2015-01-26 05:10:35 queue INFO >>0 [35] -2015-01-26 05:10:35 sendUrl INFO 0 [35] -2015-01-26 05:11:25 queue INFO >>0 [36] -2015-01-26 05:11:25 sendUrl INFO 0 [36] -2015-01-26 05:12:15 queue INFO >>0 [37] -2015-01-26 05:12:16 sendUrl INFO 0 [37] -2015-01-26 05:13:05 queue INFO >>0 [38] -2015-01-26 05:13:05 sendUrl INFO 0 [38] -2015-01-26 05:13:55 queue INFO >>0 [39] -2015-01-26 05:13:56 sendUrl INFO 0 [39] -2015-01-26 05:14:45 queue INFO >>0 [40] -2015-01-26 05:14:46 sendUrl INFO 0 [40] -2015-01-26 05:15:36 queue INFO >>0 [41] -2015-01-26 05:15:36 sendUrl INFO 0 [41] -2015-01-26 05:16:26 queue INFO >>0 [42] -2015-01-26 05:16:26 sendUrl INFO 0 [42] -2015-01-26 05:17:16 queue INFO >>0 [43] -2015-01-26 05:17:16 sendUrl INFO 0 [43] -2015-01-26 05:18:06 queue INFO >>0 [44] -2015-01-26 05:18:06 sendUrl INFO 0 [44] -2015-01-26 05:18:56 queue INFO >>0 [45] -2015-01-26 05:18:57 sendUrl INFO 0 [45] -2015-01-26 05:19:46 queue INFO >>0 [46] -2015-01-26 05:19:46 sendUrl INFO 0 [46] -2015-01-26 05:20:36 queue INFO >>0 [47] -2015-01-26 05:20:37 sendUrl INFO 0 [47] -2015-01-26 05:21:26 queue INFO >>0 [48] -2015-01-26 05:21:27 sendUrl INFO 0 [48] -2015-01-26 05:22:17 queue INFO >>0 [49] -2015-01-26 05:22:17 sendUrl INFO 0 [49] -2015-01-26 05:23:07 queue INFO >>0 [50] -2015-01-26 05:23:07 sendUrl INFO 0 [50] -2015-01-26 05:23:57 queue INFO >>0 [51] -2015-01-26 05:23:57 sendUrl INFO 0 [51] -2015-01-26 05:24:47 queue INFO >>0 [52] -2015-01-26 05:24:47 sendUrl INFO 0 [52] -2015-01-26 05:25:37 queue INFO >>0 [53] -2015-01-26 05:25:38 sendUrl INFO 0 [53] -2015-01-26 05:26:27 queue INFO >>0 [54] -2015-01-26 05:26:28 sendUrl INFO 0 [54] -2015-01-26 05:27:18 queue INFO >>0 [55] -2015-01-26 05:27:18 sendUrl INFO 0 [55] -2015-01-26 05:28:08 queue INFO >>0 [56] -2015-01-26 05:28:08 sendUrl INFO 0 [56] -2015-01-26 05:28:58 queue INFO >>0 [57] -2015-01-26 05:28:58 sendUrl INFO 0 [57] -2015-01-26 05:29:48 queue INFO >>0 [58] -2015-01-26 05:29:48 sendUrl INFO 0 [58] -2015-01-26 05:30:38 queue INFO >>0 [59] -2015-01-26 05:30:38 sendUrl INFO 0 [59] -2015-01-26 05:31:28 queue INFO >>0 [60] -2015-01-26 05:31:29 sendUrl INFO 0 [60] -2015-01-26 05:32:18 queue INFO >>0 [61] -2015-01-26 05:32:19 sendUrl INFO 0 [61] -2015-01-26 05:33:09 queue INFO >>0 [62] -2015-01-26 05:33:09 sendUrl INFO 0 [62] -2015-01-26 05:33:59 queue INFO >>0 [63] -2015-01-26 05:33:59 sendUrl INFO 0 [63] -2015-01-26 05:34:49 queue INFO >>0 [64] -2015-01-26 05:34:49 sendUrl INFO 0 [64] -2015-01-26 05:35:39 queue INFO >>0 [65] -2015-01-26 05:35:39 sendUrl INFO 0 [65] -2015-01-26 05:36:29 queue INFO >>0 [66] -2015-01-26 05:36:30 sendUrl INFO 0 [66] -2015-01-26 05:37:19 queue INFO >>0 [67] -2015-01-26 05:37:20 sendUrl INFO 0 [67] -2015-01-26 05:38:09 queue INFO >>0 [68] -2015-01-26 05:38:10 sendUrl INFO 0 [68] -2015-01-26 05:39:00 queue INFO >>0 [69] -2015-01-26 05:39:00 sendUrl INFO 0 [69] -2015-01-26 05:39:50 queue INFO >>0 [70] -2015-01-26 05:39:50 sendUrl INFO 0 [70] -2015-01-26 05:40:40 queue INFO >>0 [71] -2015-01-26 05:40:40 sendUrl INFO 0 [71] -2015-01-26 05:41:30 queue INFO >>0 [72] -2015-01-26 05:41:31 sendUrl INFO 0 [72] -2015-01-26 05:42:20 queue INFO >>0 [73] -2015-01-26 05:42:21 sendUrl INFO 0 [73] -2015-01-26 05:43:10 queue INFO >>0 [74] -2015-01-26 05:43:11 sendUrl INFO 0 [74] -2015-01-26 05:44:01 queue INFO >>0 [75] -2015-01-26 05:44:01 sendUrl INFO 0 [75] -2015-01-26 05:44:51 queue INFO >>0 [76] -2015-01-26 05:44:51 sendUrl INFO 0 [76] -2015-01-26 05:45:41 queue INFO >>0 [77] -2015-01-26 05:45:41 sendUrl INFO 0 [77] -2015-01-26 05:46:31 queue INFO >>0 [78] -2015-01-26 05:46:31 sendUrl INFO 0 [78] -2015-01-26 05:47:21 queue INFO >>0 [79] -2015-01-26 05:47:21 sendUrl INFO 0 [79] -2015-01-26 05:48:11 queue INFO >>0 [80] -2015-01-26 05:48:12 sendUrl INFO 0 [80] -2015-01-26 05:49:01 queue INFO >>0 [81] -2015-01-26 05:49:02 sendUrl INFO 0 [81] -2015-01-26 05:49:52 queue INFO >>0 [82] -2015-01-26 05:49:52 sendUrl INFO 0 [82] -2015-01-26 05:50:42 queue INFO >>0 [83] -2015-01-26 05:50:42 sendUrl INFO 0 [83] -2015-01-26 05:51:32 queue INFO >>0 [84] -2015-01-26 05:51:32 sendUrl INFO 0 [84] -2015-01-26 05:52:22 queue INFO >>0 [85] -2015-01-26 05:52:22 sendUrl INFO 0 [85] -2015-01-26 05:53:12 queue INFO >>0 [86] -2015-01-26 05:53:13 sendUrl INFO 0 [86] -2015-01-26 05:54:02 queue INFO >>0 [87] -2015-01-26 05:54:03 sendUrl INFO 0 [87] -2015-01-26 05:54:53 queue INFO >>0 [88] -2015-01-26 05:54:53 sendUrl INFO 0 [88] -2015-01-26 05:55:43 queue INFO >>0 [89] -2015-01-26 05:55:43 sendUrl INFO 0 [89] -2015-01-26 05:56:33 queue INFO >>0 [90] -2015-01-26 05:56:33 sendUrl INFO 0 [90] -2015-01-26 05:57:23 queue INFO >>0 [91] -2015-01-26 05:57:23 sendUrl INFO 0 [91] -2015-01-26 05:58:13 queue INFO >>0 [92] -2015-01-26 05:58:14 sendUrl INFO 0 [92] -2015-01-26 05:59:03 queue INFO >>0 [93] -2015-01-26 05:59:03 sendUrl INFO 0 [93] -2015-01-26 05:59:53 queue INFO >>0 [94] -2015-01-26 05:59:54 sendUrl INFO 0 [94] -2015-01-26 06:00:31 queue INFO 29 [95] -2015-01-26 06:00:31 queue INFO >29 [96] -2015-01-26 06:00:32 program INFO WAIT active send to complete -2015-01-26 06:00:32 program INFO WAIT active send to complete -2015-01-26 06:00:33 sendUrl INFO 29 [95] -2015-01-26 06:00:33 sendUrl INFO 29 [96] -2015-01-26 06:01:21 queue INFO >>29 [97] -2015-01-26 06:01:21 sendUrl INFO 29 [97] -2015-01-26 06:02:11 queue INFO >>29 [98] -2015-01-26 06:02:12 sendUrl INFO 29 [98] -2015-01-26 06:03:01 queue INFO >>29 [99] -2015-01-26 06:03:02 sendUrl INFO 29 [99] -2015-01-26 06:03:52 queue INFO >>29 [100] -2015-01-26 06:03:52 sendUrl INFO 29 [100] -2015-01-26 06:04:42 queue INFO >>29 [101] -2015-01-26 06:04:42 sendUrl INFO 29 [101] -2015-01-26 06:05:32 queue INFO >>29 [102] -2015-01-26 06:05:32 sendUrl INFO 29 [102] -2015-01-26 06:06:22 queue INFO >>29 [103] -2015-01-26 06:06:22 sendUrl INFO 29 [103] -2015-01-26 06:07:12 queue INFO >>29 [104] -2015-01-26 06:07:13 sendUrl INFO 29 [104] -2015-01-26 06:08:02 queue INFO >>29 [105] -2015-01-26 06:08:02 sendUrl INFO 29 [105] -2015-01-26 06:08:53 queue INFO >>29 [106] -2015-01-26 06:08:53 sendUrl INFO 29 [106] -2015-01-26 06:09:43 queue INFO >>29 [107] -2015-01-26 06:09:43 sendUrl INFO 29 [107] -2015-01-26 06:10:33 queue INFO >>29 [108] -2015-01-26 06:10:33 sendUrl INFO 29 [108] -2015-01-26 06:11:23 queue INFO >>29 [109] -2015-01-26 06:11:23 sendUrl INFO 29 [109] -2015-01-26 06:12:13 queue INFO >>29 [110] -2015-01-26 06:12:14 sendUrl INFO 29 [110] -2015-01-26 06:13:03 queue INFO >>29 [111] -2015-01-26 06:13:03 sendUrl INFO 29 [111] -2015-01-26 06:13:53 queue INFO >>29 [112] -2015-01-26 06:13:54 sendUrl INFO 29 [112] -2015-01-26 06:14:44 queue INFO >>29 [113] -2015-01-26 06:14:44 sendUrl INFO 29 [113] -2015-01-26 06:15:34 queue INFO >>29 [114] -2015-01-26 06:15:34 sendUrl INFO 29 [114] -2015-01-26 06:16:24 queue INFO >>29 [115] -2015-01-26 06:16:24 sendUrl INFO 29 [115] -2015-01-26 06:17:14 queue INFO >>29 [116] -2015-01-26 06:17:15 sendUrl INFO 29 [116] -2015-01-26 06:18:04 queue INFO >>29 [117] -2015-01-26 06:18:04 sendUrl INFO 29 [117] -2015-01-26 06:18:54 queue INFO >>29 [118] -2015-01-26 06:18:55 sendUrl INFO 29 [118] -2015-01-26 06:19:44 queue INFO >>29 [119] -2015-01-26 06:19:45 sendUrl INFO 29 [119] -2015-01-26 06:20:35 queue INFO >>29 [120] -2015-01-26 06:20:35 sendUrl INFO 29 [120] -2015-01-26 06:21:25 queue INFO >>29 [121] -2015-01-26 06:21:25 sendUrl INFO 29 [121] -2015-01-26 06:22:15 queue INFO >>29 [122] -2015-01-26 06:22:15 sendUrl INFO 29 [122] -2015-01-26 06:23:05 queue INFO >>29 [123] -2015-01-26 06:23:05 sendUrl INFO 29 [123] -2015-01-26 06:23:55 queue INFO >>29 [124] -2015-01-26 06:23:56 sendUrl INFO 29 [124] -2015-01-26 06:24:45 queue INFO >>29 [125] -2015-01-26 06:24:46 sendUrl INFO 29 [125] -2015-01-26 06:25:36 queue INFO >>29 [126] -2015-01-26 06:25:36 sendUrl INFO 29 [126] -2015-01-26 06:26:26 queue INFO >>29 [127] -2015-01-26 06:26:26 sendUrl INFO 29 [127] -2015-01-26 06:27:16 queue INFO >>29 [128] -2015-01-26 06:27:16 sendUrl INFO 29 [128] -2015-01-26 06:28:06 queue INFO >>29 [129] -2015-01-26 06:28:06 sendUrl INFO 29 [129] -2015-01-26 06:28:56 queue INFO >>29 [130] -2015-01-26 06:28:56 sendUrl INFO 29 [130] -2015-01-26 06:29:46 queue INFO >>29 [131] -2015-01-26 06:29:47 sendUrl INFO 29 [131] -2015-01-26 06:30:36 queue INFO >>29 [132] -2015-01-26 06:30:36 sendUrl INFO 29 [132] -2015-01-26 06:31:26 queue INFO >>29 [133] -2015-01-26 06:31:27 sendUrl INFO 29 [133] -2015-01-26 06:32:17 queue INFO >>29 [134] -2015-01-26 06:32:17 sendUrl INFO 29 [134] -2015-01-26 06:33:07 queue INFO >>29 [135] -2015-01-26 06:33:07 sendUrl INFO 29 [135] -2015-01-26 06:33:57 queue INFO >>29 [136] -2015-01-26 06:33:57 sendUrl INFO 29 [136] -2015-01-26 06:34:47 queue INFO >>29 [137] -2015-01-26 06:34:48 sendUrl INFO 29 [137] -2015-01-26 06:35:37 queue INFO >>29 [138] -2015-01-26 06:35:37 sendUrl INFO 29 [138] -2015-01-26 06:36:27 queue INFO >>29 [139] -2015-01-26 06:36:28 sendUrl INFO 29 [139] -2015-01-26 06:37:18 queue INFO >>29 [140] -2015-01-26 06:37:18 sendUrl INFO 29 [140] -2015-01-26 06:38:08 queue INFO >>29 [141] -2015-01-26 06:38:08 sendUrl INFO 29 [141] -2015-01-26 06:38:58 queue INFO >>29 [142] -2015-01-26 06:38:58 sendUrl INFO 29 [142] -2015-01-26 06:39:48 queue INFO >>29 [143] -2015-01-26 06:39:49 sendUrl INFO 29 [143] -2015-01-26 06:40:38 queue INFO >>29 [144] -2015-01-26 06:40:38 sendUrl INFO 29 [144] -2015-01-26 06:41:28 queue INFO >>29 [145] -2015-01-26 06:41:29 sendUrl INFO 29 [145] -2015-01-26 06:42:18 queue INFO >>29 [146] -2015-01-26 06:42:19 sendUrl INFO 29 [146] -2015-01-26 06:43:09 queue INFO >>29 [147] -2015-01-26 06:43:09 sendUrl INFO 29 [147] -2015-01-26 06:43:59 queue INFO >>29 [148] -2015-01-26 06:43:59 sendUrl INFO 29 [148] -2015-01-26 06:44:49 queue INFO >>29 [149] -2015-01-26 06:44:49 sendUrl INFO 29 [149] -2015-01-26 06:45:39 queue INFO >>29 [150] -2015-01-26 06:45:39 sendUrl INFO 29 [150] -2015-01-26 06:46:29 queue INFO >>29 [151] -2015-01-26 06:46:29 sendUrl INFO 29 [151] -2015-01-26 06:47:19 queue INFO >>29 [152] -2015-01-26 06:47:19 sendUrl INFO 29 [152] -2015-01-26 06:48:09 queue INFO >>29 [153] -2015-01-26 06:48:10 sendUrl INFO 29 [153] -2015-01-26 06:48:59 queue INFO >>29 [154] -2015-01-26 06:49:00 sendUrl INFO 29 [154] -2015-01-26 06:49:50 queue INFO >>29 [155] -2015-01-26 06:49:50 sendUrl INFO 29 [155] -2015-01-26 06:50:40 queue INFO >>29 [156] -2015-01-26 06:50:40 sendUrl INFO 29 [156] -2015-01-26 06:51:30 queue INFO >>29 [157] -2015-01-26 06:51:30 sendUrl INFO 29 [157] -2015-01-26 06:52:20 queue INFO >>29 [158] -2015-01-26 06:52:20 sendUrl INFO 29 [158] -2015-01-26 06:53:10 queue INFO >>29 [159] -2015-01-26 06:53:10 sendUrl INFO 29 [159] -2015-01-26 06:54:00 queue INFO >>29 [160] -2015-01-26 06:54:01 sendUrl INFO 29 [160] -2015-01-26 06:54:50 queue INFO >>29 [161] -2015-01-26 06:54:50 sendUrl INFO 29 [161] -2015-01-26 06:55:40 queue INFO >>29 [162] -2015-01-26 06:55:41 sendUrl INFO 29 [162] -2015-01-26 06:56:31 queue INFO >>29 [163] -2015-01-26 06:56:31 sendUrl INFO 29 [163] -2015-01-26 06:57:21 queue INFO >>29 [164] -2015-01-26 06:57:21 sendUrl INFO 29 [164] -2015-01-26 06:58:11 queue INFO >>29 [165] -2015-01-26 06:58:11 sendUrl INFO 29 [165] -2015-01-26 06:59:01 queue INFO >>29 [166] -2015-01-26 06:59:02 sendUrl INFO 29 [166] -2015-01-26 06:59:51 queue INFO >>29 [167] -2015-01-26 06:59:51 sendUrl INFO 29 [167] -2015-01-26 07:00:41 queue INFO >>29 [168] -2015-01-26 07:00:42 sendUrl INFO 29 [168] -2015-01-26 07:01:32 queue INFO >>29 [169] -2015-01-26 07:01:32 sendUrl INFO 29 [169] -2015-01-26 07:02:22 queue INFO >>29 [170] -2015-01-26 07:02:22 sendUrl INFO 29 [170] -2015-01-26 07:03:12 queue INFO >>29 [171] -2015-01-26 07:03:12 sendUrl INFO 29 [171] -2015-01-26 07:04:02 queue INFO >>29 [172] -2015-01-26 07:04:02 sendUrl INFO 29 [172] -2015-01-26 07:04:52 queue INFO >>29 [173] -2015-01-26 07:04:53 sendUrl INFO 29 [173] -2015-01-26 07:05:42 queue INFO >>29 [174] -2015-01-26 07:05:43 sendUrl INFO 29 [174] -2015-01-26 07:06:32 queue INFO >>29 [175] -2015-01-26 07:06:33 sendUrl INFO 29 [175] -2015-01-26 07:07:23 queue INFO >>29 [176] -2015-01-26 07:07:23 sendUrl INFO 29 [176] -2015-01-26 07:08:13 queue INFO >>29 [177] -2015-01-26 07:08:13 sendUrl INFO 29 [177] -2015-01-26 07:09:03 queue INFO >>29 [178] -2015-01-26 07:09:03 sendUrl INFO 29 [178] -2015-01-26 07:09:53 queue INFO >>29 [179] -2015-01-26 07:09:54 sendUrl INFO 29 [179] -2015-01-26 07:10:43 queue INFO >>29 [180] -2015-01-26 07:10:43 sendUrl INFO 29 [180] -2015-01-26 07:11:33 queue INFO >>29 [181] -2015-01-26 07:11:34 sendUrl INFO 29 [181] -2015-01-26 07:12:24 queue INFO >>29 [182] -2015-01-26 07:12:24 sendUrl INFO 29 [182] -2015-01-26 07:13:14 queue INFO >>29 [183] -2015-01-26 07:13:14 sendUrl INFO 29 [183] -2015-01-26 07:14:04 queue INFO >>29 [184] -2015-01-26 07:14:04 sendUrl INFO 29 [184] -2015-01-26 07:14:54 queue INFO >>29 [185] -2015-01-26 07:14:55 sendUrl INFO 29 [185] -2015-01-26 07:15:44 queue INFO >>29 [186] -2015-01-26 07:15:44 sendUrl INFO 29 [186] -2015-01-26 07:16:34 queue INFO >>29 [187] -2015-01-26 07:16:35 sendUrl INFO 29 [187] -2015-01-26 07:17:24 queue INFO >>29 [188] -2015-01-26 07:17:25 sendUrl INFO 29 [188] -2015-01-26 07:18:15 queue INFO >>29 [189] -2015-01-26 07:18:15 sendUrl INFO 29 [189] -2015-01-26 07:19:05 queue INFO >>29 [190] -2015-01-26 07:19:05 sendUrl INFO 29 [190] -2015-01-26 07:19:55 queue INFO >>29 [191] -2015-01-26 07:19:55 sendUrl INFO 29 [191] -2015-01-26 07:20:45 queue INFO >>29 [192] -2015-01-26 07:20:45 sendUrl INFO 29 [192] -2015-01-26 07:21:35 queue INFO >>29 [193] -2015-01-26 07:21:36 sendUrl INFO 29 [193] -2015-01-26 07:22:25 queue INFO >>29 [194] -2015-01-26 07:22:26 sendUrl INFO 29 [194] -2015-01-26 07:23:16 queue INFO >>29 [195] -2015-01-26 07:23:16 sendUrl INFO 29 [195] -2015-01-26 07:24:06 queue INFO >>29 [196] -2015-01-26 07:24:06 sendUrl INFO 29 [196] -2015-01-26 07:24:56 queue INFO >>29 [197] -2015-01-26 07:24:56 sendUrl INFO 29 [197] -2015-01-26 07:25:46 queue INFO >>29 [198] -2015-01-26 07:25:46 sendUrl INFO 29 [198] -2015-01-26 07:26:36 queue INFO >>29 [199] -2015-01-26 07:26:37 sendUrl INFO 29 [199] -2015-01-26 07:27:26 queue INFO >>29 [200] -2015-01-26 07:27:27 sendUrl INFO 29 [200] -2015-01-26 07:28:16 queue INFO >>29 [201] -2015-01-26 07:28:17 sendUrl INFO 29 [201] -2015-01-26 07:29:07 queue INFO >>29 [202] -2015-01-26 07:29:07 sendUrl INFO 29 [202] -2015-01-26 07:29:57 queue INFO >>29 [203] -2015-01-26 07:29:57 sendUrl INFO 29 [203] -2015-01-26 07:30:47 queue INFO >>29 [204] -2015-01-26 07:30:47 sendUrl INFO 29 [204] -2015-01-26 07:31:37 queue INFO >>29 [205] -2015-01-26 07:31:37 sendUrl INFO 29 [205] -2015-01-26 07:32:27 queue INFO >>29 [206] -2015-01-26 07:32:28 sendUrl INFO 29 [206] -2015-01-26 07:33:17 queue INFO >>29 [207] -2015-01-26 07:33:18 sendUrl INFO 29 [207] -2015-01-26 07:34:08 queue INFO >>29 [208] -2015-01-26 07:34:08 sendUrl INFO 29 [208] -2015-01-26 07:34:58 queue INFO >>29 [209] -2015-01-26 07:34:58 sendUrl INFO 29 [209] -2015-01-26 07:35:48 queue INFO >>29 [210] -2015-01-26 07:35:48 sendUrl INFO 29 [210] -2015-01-26 07:36:38 queue INFO >>29 [211] -2015-01-26 07:36:38 sendUrl INFO 29 [211] -2015-01-26 07:37:28 queue INFO >>29 [212] -2015-01-26 07:37:29 sendUrl INFO 29 [212] -2015-01-26 07:38:18 queue INFO >>29 [213] -2015-01-26 07:38:19 sendUrl INFO 29 [213] -2015-01-26 07:39:08 queue INFO >>29 [214] -2015-01-26 07:39:09 sendUrl INFO 29 [214] -2015-01-26 07:39:59 queue INFO >>29 [215] -2015-01-26 07:39:59 sendUrl INFO 29 [215] -2015-01-26 07:40:49 queue INFO >>29 [216] -2015-01-26 07:40:49 sendUrl INFO 29 [216] -2015-01-26 07:41:39 queue INFO >>29 [217] -2015-01-26 07:41:39 sendUrl INFO 29 [217] -2015-01-26 07:42:29 queue INFO >>29 [218] -2015-01-26 07:42:29 sendUrl INFO 29 [218] -2015-01-26 07:43:19 queue INFO >>29 [219] -2015-01-26 07:43:19 sendUrl INFO 29 [219] -2015-01-26 07:44:09 queue INFO >>29 [220] -2015-01-26 07:44:10 sendUrl INFO 29 [220] -2015-01-26 07:45:00 queue INFO >>29 [221] -2015-01-26 07:45:00 sendUrl INFO 29 [221] -2015-01-26 07:45:50 queue INFO >>29 [222] -2015-01-26 07:45:50 sendUrl INFO 29 [222] -2015-01-26 07:46:40 queue INFO >>29 [223] -2015-01-26 07:46:40 sendUrl INFO 29 [223] -2015-01-26 07:47:30 queue INFO >>29 [224] -2015-01-26 07:47:30 sendUrl INFO 29 [224] -2015-01-26 07:48:12 queue INFO 21 [225] -2015-01-26 07:48:12 queue INFO >21 [226] -2015-01-26 07:48:12 sendUrl INFO 21 [225] -2015-01-26 07:48:12 sendUrl INFO 21 [226] -2015-01-26 07:49:02 queue INFO >>21 [227] -2015-01-26 07:49:02 sendUrl INFO 21 [227] -2015-01-26 07:49:52 queue INFO >>21 [228] -2015-01-26 07:49:52 sendUrl INFO 21 [228] -2015-01-26 07:50:42 queue INFO >>21 [229] -2015-01-26 07:50:42 sendUrl INFO 21 [229] -2015-01-26 07:51:32 queue INFO >>21 [230] -2015-01-26 07:51:33 sendUrl INFO 21 [230] -2015-01-26 07:52:22 queue INFO >>21 [231] -2015-01-26 07:52:22 sendUrl INFO 21 [231] -2015-01-26 07:53:12 queue INFO >>21 [232] -2015-01-26 07:53:13 sendUrl INFO 21 [232] -2015-01-26 07:54:03 queue INFO >>21 [233] -2015-01-26 07:54:03 sendUrl INFO 21 [233] -2015-01-26 07:54:53 queue INFO >>21 [234] -2015-01-26 07:54:53 sendUrl INFO 21 [234] -2015-01-26 07:55:43 queue INFO >>21 [235] -2015-01-26 07:55:43 sendUrl INFO 21 [235] -2015-01-26 07:56:33 queue INFO >>21 [236] -2015-01-26 07:56:33 sendUrl INFO 21 [236] -2015-01-26 07:57:23 queue INFO >>21 [237] -2015-01-26 07:57:23 sendUrl INFO 21 [237] -2015-01-26 07:58:13 queue INFO >>21 [238] -2015-01-26 07:58:14 sendUrl INFO 21 [238] -2015-01-26 07:59:03 queue INFO >>21 [239] -2015-01-26 07:59:04 sendUrl INFO 21 [239] -2015-01-26 07:59:53 queue INFO >>21 [240] -2015-01-26 07:59:54 sendUrl INFO 21 [240] -2015-01-26 08:00:44 queue INFO >>21 [241] -2015-01-26 08:00:44 sendUrl INFO 21 [241] -2015-01-26 08:01:34 queue INFO >>21 [242] -2015-01-26 08:01:34 sendUrl INFO 21 [242] -2015-01-26 08:02:24 queue INFO >>21 [243] -2015-01-26 08:02:24 sendUrl INFO 21 [243] -2015-01-26 08:03:14 queue INFO >>21 [244] -2015-01-26 08:03:14 sendUrl INFO 21 [244] -2015-01-26 08:04:04 queue INFO >>21 [245] -2015-01-26 08:04:05 sendUrl INFO 21 [245] -2015-01-26 08:04:54 queue INFO >>21 [246] -2015-01-26 08:04:55 sendUrl INFO 21 [246] -2015-01-26 08:05:45 queue INFO >>21 [247] -2015-01-26 08:05:45 sendUrl INFO 21 [247] -2015-01-26 08:06:35 queue INFO >>21 [248] -2015-01-26 08:06:35 sendUrl INFO 21 [248] -2015-01-26 08:07:25 queue INFO >>21 [249] -2015-01-26 08:07:25 sendUrl INFO 21 [249] -2015-01-26 08:08:15 queue INFO >>21 [250] -2015-01-26 08:08:15 sendUrl INFO 21 [250] -2015-01-26 08:09:05 queue INFO >>21 [251] -2015-01-26 08:09:06 sendUrl INFO 21 [251] -2015-01-26 08:09:55 queue INFO >>21 [252] -2015-01-26 08:09:56 sendUrl INFO 21 [252] -2015-01-26 08:10:45 queue INFO >>21 [253] -2015-01-26 08:10:46 sendUrl INFO 21 [253] -2015-01-26 08:11:36 queue INFO >>21 [254] -2015-01-26 08:11:36 sendUrl INFO 21 [254] -2015-01-26 08:12:26 queue INFO >>21 [255] -2015-01-26 08:12:26 sendUrl INFO 21 [255] -2015-01-26 08:13:16 queue INFO >>21 [256] -2015-01-26 08:13:16 sendUrl INFO 21 [256] -2015-01-26 08:14:06 queue INFO >>21 [257] -2015-01-26 08:14:06 sendUrl INFO 21 [257] -2015-01-26 08:14:56 queue INFO >>21 [258] -2015-01-26 08:14:56 sendUrl INFO 21 [258] -2015-01-26 08:15:46 queue INFO >>21 [259] -2015-01-26 08:15:47 sendUrl INFO 21 [259] -2015-01-26 08:16:37 queue INFO >>21 [260] -2015-01-26 08:16:37 sendUrl INFO 21 [260] -2015-01-26 08:17:27 queue INFO >>21 [261] -2015-01-26 08:17:27 sendUrl INFO 21 [261] -2015-01-26 08:18:17 queue INFO >>21 [262] -2015-01-26 08:18:17 sendUrl INFO 21 [262] -2015-01-26 08:19:07 queue INFO >>21 [263] -2015-01-26 08:19:07 sendUrl INFO 21 [263] -2015-01-26 08:19:57 queue INFO >>21 [264] -2015-01-26 08:19:57 sendUrl INFO 21 [264] -2015-01-26 08:20:47 queue INFO >>21 [265] -2015-01-26 08:20:48 sendUrl INFO 21 [265] -2015-01-26 08:21:37 queue INFO >>21 [266] -2015-01-26 08:21:38 sendUrl INFO 21 [266] -2015-01-26 08:22:28 queue INFO >>21 [267] -2015-01-26 08:22:28 sendUrl INFO 21 [267] -2015-01-26 08:23:18 queue INFO >>21 [268] -2015-01-26 08:23:18 sendUrl INFO 21 [268] -2015-01-26 08:24:08 queue INFO >>21 [269] -2015-01-26 08:24:08 sendUrl INFO 21 [269] -2015-01-26 08:24:58 queue INFO >>21 [270] -2015-01-26 08:24:58 sendUrl INFO 21 [270] -2015-01-26 08:25:48 queue INFO >>21 [271] -2015-01-26 08:25:49 sendUrl INFO 21 [271] -2015-01-26 08:26:38 queue INFO >>21 [272] -2015-01-26 08:26:38 sendUrl INFO 21 [272] -2015-01-26 08:27:28 queue INFO >>21 [273] -2015-01-26 08:27:29 sendUrl INFO 21 [273] -2015-01-26 08:28:19 queue INFO >>21 [274] -2015-01-26 08:28:19 sendUrl INFO 21 [274] -2015-01-26 08:29:09 queue INFO >>21 [275] -2015-01-26 08:29:09 sendUrl INFO 21 [275] -2015-01-26 08:29:59 queue INFO >>21 [276] -2015-01-26 08:29:59 sendUrl INFO 21 [276] -2015-01-26 08:30:49 queue INFO >>21 [277] -2015-01-26 08:30:49 sendUrl INFO 21 [277] -2015-01-26 08:31:39 queue INFO >>21 [278] -2015-01-26 08:31:39 sendUrl INFO 21 [278] -2015-01-26 08:32:29 queue INFO >>21 [279] -2015-01-26 08:32:30 sendUrl INFO 21 [279] -2015-01-26 08:33:19 queue INFO >>21 [280] -2015-01-26 08:33:20 sendUrl INFO 21 [280] -2015-01-26 08:34:10 queue INFO >>21 [281] -2015-01-26 08:34:10 sendUrl INFO 21 [281] -2015-01-26 08:35:00 queue INFO >>21 [282] -2015-01-26 08:35:00 sendUrl INFO 21 [282] -2015-01-26 08:35:50 queue INFO >>21 [283] -2015-01-26 08:35:50 sendUrl INFO 21 [283] -2015-01-26 08:36:40 queue INFO >>21 [284] -2015-01-26 08:36:40 sendUrl INFO 21 [284] -2015-01-26 08:37:30 queue INFO >>21 [285] -2015-01-26 08:37:30 sendUrl INFO 21 [285] -2015-01-26 08:38:20 queue INFO >>21 [286] -2015-01-26 08:38:21 sendUrl INFO 21 [286] -2015-01-26 08:39:10 queue INFO >>21 [287] -2015-01-26 08:39:11 sendUrl INFO 21 [287] -2015-01-26 08:40:01 queue INFO >>21 [288] -2015-01-26 08:40:01 sendUrl INFO 21 [288] -2015-01-26 08:40:51 queue INFO >>21 [289] -2015-01-26 08:40:51 sendUrl INFO 21 [289] -2015-01-26 08:41:41 queue INFO >>21 [290] -2015-01-26 08:41:41 sendUrl INFO 21 [290] -2015-01-26 08:42:31 queue INFO >>21 [291] -2015-01-26 08:42:31 sendUrl INFO 21 [291] -2015-01-26 08:43:21 queue INFO >>21 [292] -2015-01-26 08:43:22 sendUrl INFO 21 [292] -2015-01-26 08:44:11 queue INFO >>21 [293] -2015-01-26 08:44:11 sendUrl INFO 21 [293] -2015-01-26 08:45:01 queue INFO >>21 [294] -2015-01-26 08:45:02 sendUrl INFO 21 [294] -2015-01-26 08:45:52 queue INFO >>21 [295] -2015-01-26 08:45:52 sendUrl INFO 21 [295] -2015-01-26 08:46:42 queue INFO >>21 [296] -2015-01-26 08:46:42 sendUrl INFO 21 [296] -2015-01-26 08:47:32 queue INFO >>21 [297] -2015-01-26 08:47:32 sendUrl INFO 21 [297] -2015-01-26 08:48:22 queue INFO >>21 [298] -2015-01-26 08:48:22 sendUrl INFO 21 [298] -2015-01-26 08:49:12 queue INFO >>21 [299] -2015-01-26 08:49:12 sendUrl INFO 21 [299] -2015-01-26 08:50:02 queue INFO >>21 [300] -2015-01-26 08:50:03 sendUrl INFO 21 [300] -2015-01-26 08:50:52 queue INFO >>21 [301] -2015-01-26 08:50:53 sendUrl INFO 21 [301] -2015-01-26 08:51:43 queue INFO >>21 [302] -2015-01-26 08:51:43 sendUrl INFO 21 [302] -2015-01-26 08:52:33 queue INFO >>21 [303] -2015-01-26 08:52:33 sendUrl INFO 21 [303] -2015-01-26 08:53:23 queue INFO >>21 [304] -2015-01-26 08:53:23 sendUrl INFO 21 [304] -2015-01-26 08:54:13 queue INFO >>21 [305] -2015-01-26 08:54:13 sendUrl INFO 21 [305] -2015-01-26 08:55:03 queue INFO >>21 [306] -2015-01-26 08:55:04 sendUrl INFO 21 [306] -2015-01-26 08:55:53 queue INFO >>21 [307] -2015-01-26 08:55:54 sendUrl INFO 21 [307] -2015-01-26 08:56:43 queue INFO >>21 [308] -2015-01-26 08:56:44 sendUrl INFO 21 [308] -2015-01-26 08:57:34 queue INFO >>21 [309] -2015-01-26 08:57:34 sendUrl INFO 21 [309] -2015-01-26 08:58:24 queue INFO >>21 [310] -2015-01-26 08:58:24 sendUrl INFO 21 [310] -2015-01-26 08:59:14 queue INFO >>21 [311] -2015-01-26 08:59:14 sendUrl INFO 21 [311] -2015-01-26 09:00:04 queue INFO >>21 [312] -2015-01-26 09:00:04 sendUrl INFO 21 [312] -2015-01-26 09:00:54 queue INFO >>21 [313] -2015-01-26 09:00:54 sendUrl INFO 21 [313] -2015-01-26 09:01:44 queue INFO >>21 [314] -2015-01-26 09:01:45 sendUrl INFO 21 [314] -2015-01-26 09:02:35 queue INFO >>21 [315] -2015-01-26 09:02:35 sendUrl INFO 21 [315] -2015-01-26 09:03:25 queue INFO >>21 [316] -2015-01-26 09:03:25 sendUrl INFO 21 [316] -2015-01-26 09:04:15 queue INFO >>21 [317] -2015-01-26 09:04:15 sendUrl INFO 21 [317] -2015-01-26 09:05:05 queue INFO >>21 [318] -2015-01-26 09:05:05 sendUrl INFO 21 [318] -2015-01-26 09:05:55 queue INFO >>21 [319] -2015-01-26 09:05:55 sendUrl INFO 21 [319] -2015-01-26 09:06:45 queue INFO >>21 [320] -2015-01-26 09:06:46 sendUrl INFO 21 [320] -2015-01-26 09:07:35 queue INFO >>21 [321] -2015-01-26 09:07:36 sendUrl INFO 21 [321] -2015-01-26 09:08:26 queue INFO >>21 [322] -2015-01-26 09:08:26 sendUrl INFO 21 [322] -2015-01-26 09:09:16 queue INFO >>21 [323] -2015-01-26 09:09:16 sendUrl INFO 21 [323] -2015-01-26 09:10:06 queue INFO >>21 [324] -2015-01-26 09:10:06 sendUrl INFO 21 [324] -2015-01-26 09:10:56 queue INFO >>21 [325] -2015-01-26 09:10:56 sendUrl INFO 21 [325] -2015-01-26 09:11:46 queue INFO >>21 [326] -2015-01-26 09:11:46 sendUrl INFO 21 [326] -2015-01-26 09:12:36 queue INFO >>21 [327] -2015-01-26 09:12:37 sendUrl INFO 21 [327] -2015-01-26 09:13:27 queue INFO >>21 [328] -2015-01-26 09:13:27 sendUrl INFO 21 [328] -2015-01-26 09:14:17 queue INFO >>21 [329] -2015-01-26 09:14:17 sendUrl INFO 21 [329] -2015-01-26 09:15:07 queue INFO >>21 [330] -2015-01-26 09:15:07 sendUrl INFO 21 [330] -2015-01-26 09:15:57 queue INFO >>21 [331] -2015-01-26 09:15:57 sendUrl INFO 21 [331] -2015-01-26 09:16:47 queue INFO >>21 [332] -2015-01-26 09:16:47 sendUrl INFO 21 [332] -2015-01-26 09:17:37 queue INFO >>21 [333] -2015-01-26 09:17:38 sendUrl INFO 21 [333] -2015-01-26 09:18:27 queue INFO >>21 [334] -2015-01-26 09:18:28 sendUrl INFO 21 [334] -2015-01-26 09:19:18 queue INFO >>21 [335] -2015-01-26 09:19:18 sendUrl INFO 21 [335] -2015-01-26 09:20:08 queue INFO >>21 [336] -2015-01-26 09:20:08 sendUrl INFO 21 [336] -2015-01-26 09:20:58 queue INFO >>21 [337] -2015-01-26 09:20:58 sendUrl INFO 21 [337] -2015-01-26 09:21:48 queue INFO >>21 [338] -2015-01-26 09:21:48 sendUrl INFO 21 [338] -2015-01-26 09:22:38 queue INFO >>21 [339] -2015-01-26 09:22:39 sendUrl INFO 21 [339] -2015-01-26 09:23:28 queue INFO >>21 [340] -2015-01-26 09:23:29 sendUrl INFO 21 [340] -2015-01-26 09:24:19 queue INFO >>21 [341] -2015-01-26 09:24:19 sendUrl INFO 21 [341] -2015-01-26 09:25:09 queue INFO >>21 [342] -2015-01-26 09:25:09 sendUrl INFO 21 [342] -2015-01-26 09:25:59 queue INFO >>21 [343] -2015-01-26 09:25:59 sendUrl INFO 21 [343] -2015-01-26 09:26:49 queue INFO >>21 [344] -2015-01-26 09:26:49 sendUrl INFO 21 [344] -2015-01-26 09:27:39 queue INFO >>21 [345] -2015-01-26 09:27:40 sendUrl INFO 21 [345] -2015-01-26 09:28:29 queue INFO >>21 [346] -2015-01-26 09:28:29 sendUrl INFO 21 [346] -2015-01-26 09:29:19 queue INFO >>21 [347] -2015-01-26 09:29:20 sendUrl INFO 21 [347] -2015-01-26 09:30:10 queue INFO >>21 [348] -2015-01-26 09:30:10 sendUrl INFO 21 [348] -2015-01-26 09:31:00 queue INFO >>21 [349] -2015-01-26 09:31:00 sendUrl INFO 21 [349] -2015-01-26 09:31:50 queue INFO >>21 [350] -2015-01-26 09:31:50 sendUrl INFO 21 [350] -2015-01-26 09:32:40 queue INFO >>21 [351] -2015-01-26 09:32:41 sendUrl INFO 21 [351] -2015-01-26 09:33:30 queue INFO >>21 [352] -2015-01-26 09:33:30 sendUrl INFO 21 [352] -2015-01-26 09:34:20 queue INFO >>21 [353] -2015-01-26 09:34:21 sendUrl INFO 21 [353] -2015-01-26 09:35:10 queue INFO >>21 [354] -2015-01-26 09:35:11 sendUrl INFO 21 [354] -2015-01-26 09:36:01 queue INFO >>21 [355] -2015-01-26 09:36:01 sendUrl INFO 21 [355] -2015-01-26 09:36:51 queue INFO >>21 [356] -2015-01-26 09:36:51 sendUrl INFO 21 [356] -2015-01-26 09:37:41 queue INFO >>21 [357] -2015-01-26 09:37:41 sendUrl INFO 21 [357] -2015-01-26 09:38:31 queue INFO >>21 [358] -2015-01-26 09:38:31 sendUrl INFO 21 [358] -2015-01-26 09:39:21 queue INFO >>21 [359] -2015-01-26 09:39:22 sendUrl INFO 21 [359] -2015-01-26 09:40:11 queue INFO >>21 [360] -2015-01-26 09:40:12 sendUrl INFO 21 [360] -2015-01-26 09:41:02 queue INFO >>21 [361] -2015-01-26 09:41:02 sendUrl INFO 21 [361] -2015-01-26 09:41:52 queue INFO >>21 [362] -2015-01-26 09:41:52 sendUrl INFO 21 [362] -2015-01-26 09:42:42 queue INFO >>21 [363] -2015-01-26 09:42:42 sendUrl INFO 21 [363] -2015-01-26 09:43:32 queue INFO >>21 [364] -2015-01-26 09:43:32 sendUrl INFO 21 [364] -2015-01-26 09:44:22 queue INFO >>21 [365] -2015-01-26 09:44:23 sendUrl INFO 21 [365] -2015-01-26 09:45:12 queue INFO >>21 [366] -2015-01-26 09:45:13 sendUrl INFO 21 [366] -2015-01-26 09:46:02 queue INFO >>21 [367] -2015-01-26 09:46:03 sendUrl INFO 21 [367] -2015-01-26 09:46:53 queue INFO >>21 [368] -2015-01-26 09:46:53 sendUrl INFO 21 [368] -2015-01-26 09:47:43 queue INFO >>21 [369] -2015-01-26 09:47:43 sendUrl INFO 21 [369] -2015-01-26 09:48:33 queue INFO >>21 [370] -2015-01-26 09:48:33 sendUrl INFO 21 [370] -2015-01-26 09:49:23 queue INFO >>21 [371] -2015-01-26 09:49:23 sendUrl INFO 21 [371] -2015-01-26 09:50:13 queue INFO >>21 [372] -2015-01-26 09:50:14 sendUrl INFO 21 [372] -2015-01-26 09:51:03 queue INFO >>21 [373] -2015-01-26 09:51:04 sendUrl INFO 21 [373] -2015-01-26 09:51:54 queue INFO >>21 [374] -2015-01-26 09:51:54 sendUrl INFO 21 [374] -2015-01-26 09:52:44 queue INFO >>21 [375] -2015-01-26 09:52:44 sendUrl INFO 21 [375] -2015-01-26 09:53:34 queue INFO >>21 [376] -2015-01-26 09:53:34 sendUrl INFO 21 [376] -2015-01-26 09:54:24 queue INFO >>21 [377] -2015-01-26 09:54:24 sendUrl INFO 21 [377] -2015-01-26 09:55:14 queue INFO >>21 [378] -2015-01-26 09:55:15 sendUrl INFO 21 [378] -2015-01-26 09:56:04 queue INFO >>21 [379] -2015-01-26 09:56:05 sendUrl INFO 21 [379] -2015-01-26 09:56:54 queue INFO >>21 [380] -2015-01-26 09:56:55 sendUrl INFO 21 [380] -2015-01-26 09:57:45 queue INFO >>21 [381] -2015-01-26 09:57:45 sendUrl INFO 21 [381] -2015-01-26 09:58:35 queue INFO >>21 [382] -2015-01-26 09:58:35 sendUrl INFO 21 [382] -2015-01-26 09:59:25 queue INFO >>21 [383] -2015-01-26 09:59:25 sendUrl INFO 21 [383] -2015-01-26 10:00:15 queue INFO >>21 [384] -2015-01-26 10:00:15 sendUrl INFO 21 [384] -2015-01-26 10:01:05 queue INFO >>21 [385] -2015-01-26 10:01:06 sendUrl INFO 21 [385] -2015-01-26 10:01:55 queue INFO >>21 [386] -2015-01-26 10:01:56 sendUrl INFO 21 [386] -2015-01-26 10:02:46 queue INFO >>21 [387] -2015-01-26 10:02:46 sendUrl INFO 21 [387] -2015-01-26 10:03:36 queue INFO >>21 [388] -2015-01-26 10:03:36 sendUrl INFO 21 [388] -2015-01-26 10:04:26 queue INFO >>21 [389] -2015-01-26 10:04:26 sendUrl INFO 21 [389] -2015-01-26 10:05:16 queue INFO >>21 [390] -2015-01-26 10:05:16 sendUrl INFO 21 [390] -2015-01-26 10:06:06 queue INFO >>21 [391] -2015-01-26 10:06:06 sendUrl INFO 21 [391] -2015-01-26 10:06:56 queue INFO >>21 [392] -2015-01-26 10:06:57 sendUrl INFO 21 [392] -2015-01-26 10:07:46 queue INFO >>21 [393] -2015-01-26 10:07:47 sendUrl INFO 21 [393] -2015-01-26 10:08:37 queue INFO >>21 [394] -2015-01-26 10:08:37 sendUrl INFO 21 [394] -2015-01-26 10:09:27 queue INFO >>21 [395] -2015-01-26 10:09:27 sendUrl INFO 21 [395] -2015-01-26 10:10:17 queue INFO >>21 [396] -2015-01-26 10:10:17 sendUrl INFO 21 [396] -2015-01-26 10:11:07 queue INFO >>21 [397] -2015-01-26 10:11:07 sendUrl INFO 21 [397] -2015-01-26 10:11:57 queue INFO >>21 [398] -2015-01-26 10:11:58 sendUrl INFO 21 [398] -2015-01-26 10:12:47 queue INFO >>21 [399] -2015-01-26 10:12:48 sendUrl INFO 21 [399] -2015-01-26 10:13:38 queue INFO >>21 [400] -2015-01-26 10:13:38 sendUrl INFO 21 [400] -2015-01-26 10:14:28 queue INFO >>21 [401] -2015-01-26 10:14:28 sendUrl INFO 21 [401] -2015-01-26 10:15:18 queue INFO >>21 [402] -2015-01-26 10:15:18 sendUrl INFO 21 [402] -2015-01-26 10:16:08 queue INFO >>21 [403] -2015-01-26 10:16:08 sendUrl INFO 21 [403] -2015-01-26 10:16:58 queue INFO >>21 [404] -2015-01-26 10:16:59 sendUrl INFO 21 [404] -2015-01-26 10:17:48 queue INFO >>21 [405] -2015-01-26 10:17:48 sendUrl INFO 21 [405] -2015-01-26 10:18:38 queue INFO >>21 [406] -2015-01-26 10:18:39 sendUrl INFO 21 [406] -2015-01-26 10:19:29 queue INFO >>21 [407] -2015-01-26 10:19:29 sendUrl INFO 21 [407] -2015-01-26 10:20:19 queue INFO >>21 [408] -2015-01-26 10:20:19 sendUrl INFO 21 [408] -2015-01-26 10:21:09 queue INFO >>21 [409] -2015-01-26 10:21:09 sendUrl INFO 21 [409] -2015-01-26 10:21:59 queue INFO >>21 [410] -2015-01-26 10:22:00 sendUrl INFO 21 [410] -2015-01-26 10:22:49 queue INFO >>21 [411] -2015-01-26 10:22:49 sendUrl INFO 21 [411] -2015-01-26 10:23:39 queue INFO >>21 [412] -2015-01-26 10:23:40 sendUrl INFO 21 [412] -2015-01-26 10:24:30 queue INFO >>21 [413] -2015-01-26 10:24:30 sendUrl INFO 21 [413] -2015-01-26 10:25:20 queue INFO >>21 [414] -2015-01-26 10:25:20 sendUrl INFO 21 [414] -2015-01-26 10:26:10 queue INFO >>21 [415] -2015-01-26 10:26:10 sendUrl INFO 21 [415] -2015-01-26 10:27:00 queue INFO >>21 [416] -2015-01-26 10:27:01 sendUrl INFO 21 [416] -2015-01-26 10:27:50 queue INFO >>21 [417] -2015-01-26 10:27:50 sendUrl INFO 21 [417] -2015-01-26 10:28:40 queue INFO >>21 [418] -2015-01-26 10:28:41 sendUrl INFO 21 [418] -2015-01-26 10:29:30 queue INFO >>21 [419] -2015-01-26 10:29:31 sendUrl INFO 21 [419] -2015-01-26 10:30:21 queue INFO >>21 [420] -2015-01-26 10:30:21 sendUrl INFO 21 [420] -2015-01-26 10:31:11 queue INFO >>21 [421] -2015-01-26 10:31:11 sendUrl INFO 21 [421] -2015-01-26 10:32:01 queue INFO >>21 [422] -2015-01-26 10:32:01 sendUrl INFO 21 [422] -2015-01-26 10:32:51 queue INFO >>21 [423] -2015-01-26 10:32:51 sendUrl INFO 21 [423] -2015-01-26 10:33:41 queue INFO >>21 [424] -2015-01-26 10:33:42 sendUrl INFO 21 [424] -2015-01-26 10:34:31 queue INFO >>21 [425] -2015-01-26 10:34:32 sendUrl INFO 21 [425] -2015-01-26 10:35:22 queue INFO >>21 [426] -2015-01-26 10:35:22 sendUrl INFO 21 [426] -2015-01-26 10:36:12 queue INFO >>21 [427] -2015-01-26 10:36:12 sendUrl INFO 21 [427] -2015-01-26 10:37:02 queue INFO >>21 [428] -2015-01-26 10:37:02 sendUrl INFO 21 [428] -2015-01-26 10:37:52 queue INFO >>21 [429] -2015-01-26 10:37:52 sendUrl INFO 21 [429] -2015-01-26 10:38:42 queue INFO >>21 [430] -2015-01-26 10:38:43 sendUrl INFO 21 [430] -2015-01-26 10:39:32 queue INFO >>21 [431] -2015-01-26 10:39:32 sendUrl INFO 21 [431] -2015-01-26 10:40:22 queue INFO >>21 [432] -2015-01-26 10:40:23 sendUrl INFO 21 [432] -2015-01-26 10:41:13 queue INFO >>21 [433] -2015-01-26 10:41:13 sendUrl INFO 21 [433] -2015-01-26 10:42:03 queue INFO >>21 [434] -2015-01-26 10:42:03 sendUrl INFO 21 [434] -2015-01-26 10:42:53 queue INFO >>21 [435] -2015-01-26 10:42:53 sendUrl INFO 21 [435] -2015-01-26 10:43:43 queue INFO >>21 [436] -2015-01-26 10:43:43 sendUrl INFO 21 [436] -2015-01-26 10:44:33 queue INFO >>21 [437] -2015-01-26 10:44:33 sendUrl INFO 21 [437] -2015-01-26 10:45:23 queue INFO >>21 [438] -2015-01-26 10:45:24 sendUrl INFO 21 [438] -2015-01-26 10:46:14 queue INFO >>21 [439] -2015-01-26 10:46:14 sendUrl INFO 21 [439] -2015-01-26 10:47:04 queue INFO >>21 [440] -2015-01-26 10:47:04 sendUrl INFO 21 [440] -2015-01-26 10:47:54 queue INFO >>21 [441] -2015-01-26 10:47:54 sendUrl INFO 21 [441] -2015-01-26 10:48:44 queue INFO >>21 [442] -2015-01-26 10:48:44 sendUrl INFO 21 [442] -2015-01-26 10:49:34 queue INFO >>21 [443] -2015-01-26 10:49:34 sendUrl INFO 21 [443] -2015-01-26 10:50:24 queue INFO >>21 [444] -2015-01-26 10:50:25 sendUrl INFO 21 [444] -2015-01-26 10:51:14 queue INFO >>21 [445] -2015-01-26 10:51:15 sendUrl INFO 21 [445] -2015-01-26 10:52:05 queue INFO >>21 [446] -2015-01-26 10:52:05 sendUrl INFO 21 [446] -2015-01-26 10:52:55 queue INFO >>21 [447] -2015-01-26 10:52:55 sendUrl INFO 21 [447] -2015-01-26 10:53:45 queue INFO >>21 [448] -2015-01-26 10:53:45 sendUrl INFO 21 [448] -2015-01-26 10:54:35 queue INFO >>21 [449] -2015-01-26 10:54:35 sendUrl INFO 21 [449] -2015-01-26 10:55:25 queue INFO >>21 [450] -2015-01-26 10:55:25 sendUrl INFO 21 [450] -2015-01-26 10:56:15 queue INFO >>21 [451] -2015-01-26 10:56:16 sendUrl INFO 21 [451] -2015-01-26 10:57:05 queue INFO >>21 [452] -2015-01-26 10:57:06 sendUrl INFO 21 [452] -2015-01-26 10:57:56 queue INFO >>21 [453] -2015-01-26 10:57:56 sendUrl INFO 21 [453] -2015-01-26 10:58:46 queue INFO >>21 [454] -2015-01-26 10:58:46 sendUrl INFO 21 [454] -2015-01-26 10:59:36 queue INFO >>21 [455] -2015-01-26 10:59:36 sendUrl INFO 21 [455] -2015-01-26 11:00:26 queue INFO >>21 [456] -2015-01-26 11:00:26 sendUrl INFO 21 [456] -2015-01-26 11:01:16 queue INFO >>21 [457] -2015-01-26 11:01:17 sendUrl INFO 21 [457] -2015-01-26 11:02:06 queue INFO >>21 [458] -2015-01-26 11:02:07 sendUrl INFO 21 [458] -2015-01-26 11:02:57 queue INFO >>21 [459] -2015-01-26 11:02:57 sendUrl INFO 21 [459] -2015-01-26 11:03:47 queue INFO >>21 [460] -2015-01-26 11:03:47 sendUrl INFO 21 [460] -2015-01-26 11:04:37 queue INFO >>21 [461] -2015-01-26 11:04:37 sendUrl INFO 21 [461] -2015-01-26 11:05:27 queue INFO >>21 [462] -2015-01-26 11:05:27 sendUrl INFO 21 [462] -2015-01-26 11:06:17 queue INFO >>21 [463] -2015-01-26 11:06:18 sendUrl INFO 21 [463] -2015-01-26 11:07:07 queue INFO >>21 [464] -2015-01-26 11:07:07 sendUrl INFO 21 [464] -2015-01-26 11:07:57 queue INFO >>21 [465] -2015-01-26 11:07:58 sendUrl INFO 21 [465] -2015-01-26 11:08:47 queue INFO >>21 [466] -2015-01-26 11:08:48 sendUrl INFO 21 [466] -2015-01-26 11:09:38 queue INFO >>21 [467] -2015-01-26 11:09:38 sendUrl INFO 21 [467] -2015-01-26 11:10:28 queue INFO >>21 [468] -2015-01-26 11:10:28 sendUrl INFO 21 [468] -2015-01-26 11:11:18 queue INFO >>21 [469] -2015-01-26 11:11:18 sendUrl INFO 21 [469] -2015-01-26 11:12:08 queue INFO >>21 [470] -2015-01-26 11:12:08 sendUrl INFO 21 [470] -2015-01-26 11:12:58 queue INFO >>21 [471] -2015-01-26 11:12:59 sendUrl INFO 21 [471] -2015-01-26 11:13:48 queue INFO >>21 [472] -2015-01-26 11:13:49 sendUrl INFO 21 [472] -2015-01-26 11:14:39 queue INFO >>21 [473] -2015-01-26 11:14:39 sendUrl INFO 21 [473] -2015-01-26 11:15:29 queue INFO >>21 [474] -2015-01-26 11:15:29 sendUrl INFO 21 [474] -2015-01-26 11:16:19 queue INFO >>21 [475] -2015-01-26 11:16:19 sendUrl INFO 21 [475] -2015-01-26 11:17:09 queue INFO >>21 [476] -2015-01-26 11:17:09 sendUrl INFO 21 [476] -2015-01-26 11:17:59 queue INFO >>21 [477] -2015-01-26 11:17:59 sendUrl INFO 21 [477] -2015-01-26 11:18:49 queue INFO >>21 [478] -2015-01-26 11:18:50 sendUrl INFO 21 [478] -2015-01-26 11:19:39 queue INFO >>21 [479] -2015-01-26 11:19:40 sendUrl INFO 21 [479] -2015-01-26 11:20:30 queue INFO >>21 [480] -2015-01-26 11:20:30 sendUrl INFO 21 [480] -2015-01-26 11:21:20 queue INFO >>21 [481] -2015-01-26 11:21:20 sendUrl INFO 21 [481] -2015-01-26 11:22:10 queue INFO >>21 [482] -2015-01-26 11:22:10 sendUrl INFO 21 [482] -2015-01-26 11:23:00 queue INFO >>21 [483] -2015-01-26 11:23:00 sendUrl INFO 21 [483] -2015-01-26 11:23:50 queue INFO >>21 [484] -2015-01-26 11:23:51 sendUrl INFO 21 [484] -2015-01-26 11:24:40 queue INFO >>21 [485] -2015-01-26 11:24:41 sendUrl INFO 21 [485] -2015-01-26 11:25:30 queue INFO >>21 [486] -2015-01-26 11:25:31 sendUrl INFO 21 [486] -2015-01-26 11:26:21 queue INFO >>21 [487] -2015-01-26 11:26:21 sendUrl INFO 21 [487] -2015-01-26 11:27:11 queue INFO >>21 [488] -2015-01-26 11:27:11 sendUrl INFO 21 [488] -2015-01-26 11:28:01 queue INFO >>21 [489] -2015-01-26 11:28:01 sendUrl INFO 21 [489] -2015-01-26 11:28:51 queue INFO >>21 [490] -2015-01-26 11:28:52 sendUrl INFO 21 [490] -2015-01-26 11:29:41 queue INFO >>21 [491] -2015-01-26 11:29:41 sendUrl INFO 21 [491] -2015-01-26 11:30:31 queue INFO >>21 [492] -2015-01-26 11:30:32 sendUrl INFO 21 [492] -2015-01-26 11:31:21 queue INFO >>21 [493] -2015-01-26 11:31:21 sendUrl INFO 21 [493] -2015-01-26 11:32:12 queue INFO >>21 [494] -2015-01-26 11:32:12 sendUrl INFO 21 [494] -2015-01-26 11:33:02 queue INFO >>21 [495] -2015-01-26 11:33:02 sendUrl INFO 21 [495] -2015-01-26 11:33:52 queue INFO >>21 [496] -2015-01-26 11:33:52 sendUrl INFO 21 [496] -2015-01-26 11:34:42 queue INFO >>21 [497] -2015-01-26 11:34:42 sendUrl INFO 21 [497] -2015-01-26 11:35:32 queue INFO >>21 [498] -2015-01-26 11:35:33 sendUrl INFO 21 [498] -2015-01-26 11:36:22 queue INFO >>21 [499] -2015-01-26 11:36:22 sendUrl INFO 21 [499] -2015-01-26 11:37:12 queue INFO >>21 [500] -2015-01-26 11:37:13 sendUrl INFO 21 [500] -2015-01-26 11:38:03 queue INFO >>21 [501] -2015-01-26 11:38:03 sendUrl INFO 21 [501] -2015-01-26 11:38:53 queue INFO >>21 [502] -2015-01-26 11:38:53 sendUrl INFO 21 [502] -2015-01-26 11:39:43 queue INFO >>21 [503] -2015-01-26 11:39:43 sendUrl INFO 21 [503] -2015-01-26 11:40:33 queue INFO >>21 [504] -2015-01-26 11:40:33 sendUrl INFO 21 [504] -2015-01-26 11:41:23 queue INFO >>21 [505] -2015-01-26 11:41:23 sendUrl INFO 21 [505] -2015-01-26 11:42:13 queue INFO >>21 [506] -2015-01-26 11:42:14 sendUrl INFO 21 [506] -2015-01-26 11:43:03 queue INFO >>21 [507] -2015-01-26 11:43:04 sendUrl INFO 21 [507] -2015-01-26 11:43:54 queue INFO >>21 [508] -2015-01-26 11:43:54 sendUrl INFO 21 [508] -2015-01-26 11:44:44 queue INFO >>21 [509] -2015-01-26 11:44:44 sendUrl INFO 21 [509] -2015-01-26 11:45:34 queue INFO >>21 [510] -2015-01-26 11:45:34 sendUrl INFO 21 [510] -2015-01-26 11:46:24 queue INFO >>21 [511] -2015-01-26 11:46:24 sendUrl INFO 21 [511] -2015-01-26 11:47:14 queue INFO >>21 [512] -2015-01-26 11:47:14 sendUrl INFO 21 [512] -2015-01-26 11:48:04 queue INFO >>21 [513] -2015-01-26 11:48:05 sendUrl INFO 21 [513] -2015-01-26 11:48:54 queue INFO >>21 [514] -2015-01-26 11:48:55 sendUrl INFO 21 [514] -2015-01-26 11:49:45 queue INFO >>21 [515] -2015-01-26 11:49:45 sendUrl INFO 21 [515] -2015-01-26 11:50:35 queue INFO >>21 [516] -2015-01-26 11:50:35 sendUrl INFO 21 [516] -2015-01-26 11:51:25 queue INFO >>21 [517] -2015-01-26 11:51:25 sendUrl INFO 21 [517] -2015-01-26 11:52:15 queue INFO >>21 [518] -2015-01-26 11:52:15 sendUrl INFO 21 [518] -2015-01-26 11:53:05 queue INFO >>21 [519] -2015-01-26 11:53:06 sendUrl INFO 21 [519] -2015-01-26 11:53:55 queue INFO >>21 [520] -2015-01-26 11:53:55 sendUrl INFO 21 [520] -2015-01-26 11:54:45 queue INFO >>21 [521] -2015-01-26 11:54:46 sendUrl INFO 21 [521] -2015-01-26 11:55:36 queue INFO >>21 [522] -2015-01-26 11:55:36 sendUrl INFO 21 [522] -2015-01-26 11:56:26 queue INFO >>21 [523] -2015-01-26 11:56:26 sendUrl INFO 21 [523] -2015-01-26 11:57:16 queue INFO >>21 [524] -2015-01-26 11:57:16 sendUrl INFO 21 [524] -2015-01-26 11:58:06 queue INFO >>21 [525] -2015-01-26 11:58:07 sendUrl INFO 21 [525] -2015-01-26 11:58:56 queue INFO >>21 [526] -2015-01-26 11:58:56 sendUrl INFO 21 [526] -2015-01-26 11:59:46 queue INFO >>21 [527] -2015-01-26 11:59:47 sendUrl INFO 21 [527] -2015-01-26 12:00:37 queue INFO >>21 [528] -2015-01-26 12:00:37 sendUrl INFO 21 [528] -2015-01-26 12:01:27 queue INFO >>21 [529] -2015-01-26 12:01:27 sendUrl INFO 21 [529] -2015-01-26 12:02:17 queue INFO >>21 [530] -2015-01-26 12:02:17 sendUrl INFO 21 [530] -2015-01-26 12:03:07 queue INFO >>21 [531] -2015-01-26 12:03:08 sendUrl INFO 21 [531] -2015-01-26 12:03:57 queue INFO >>21 [532] -2015-01-26 12:03:57 sendUrl INFO 21 [532] -2015-01-26 12:04:47 queue INFO >>21 [533] -2015-01-26 12:04:48 sendUrl INFO 21 [533] -2015-01-26 12:05:37 queue INFO >>21 [534] -2015-01-26 12:05:38 sendUrl INFO 21 [534] -2015-01-26 12:06:28 queue INFO >>21 [535] -2015-01-26 12:06:28 sendUrl INFO 21 [535] -2015-01-26 12:07:18 queue INFO >>21 [536] -2015-01-26 12:07:18 sendUrl INFO 21 [536] -2015-01-26 12:08:08 queue INFO >>21 [537] -2015-01-26 12:08:08 sendUrl INFO 21 [537] -2015-01-26 12:08:58 queue INFO >>21 [538] -2015-01-26 12:08:58 sendUrl INFO 21 [538] -2015-01-26 12:09:48 queue INFO >>21 [539] -2015-01-26 12:09:49 sendUrl INFO 21 [539] -2015-01-26 12:10:38 queue INFO >>21 [540] -2015-01-26 12:10:39 sendUrl INFO 21 [540] -2015-01-26 12:11:29 queue INFO >>21 [541] -2015-01-26 12:11:29 sendUrl INFO 21 [541] -2015-01-26 12:12:19 queue INFO >>21 [542] -2015-01-26 12:12:19 sendUrl INFO 21 [542] -2015-01-26 12:13:09 queue INFO >>21 [543] -2015-01-26 12:13:09 sendUrl INFO 21 [543] -2015-01-26 12:13:59 queue INFO >>21 [544] -2015-01-26 12:13:59 sendUrl INFO 21 [544] -2015-01-26 12:14:49 queue INFO >>21 [545] -2015-01-26 12:14:50 sendUrl INFO 21 [545] -2015-01-26 12:15:39 queue INFO >>21 [546] -2015-01-26 12:15:39 sendUrl INFO 21 [546] -2015-01-26 12:16:29 queue INFO >>21 [547] -2015-01-26 12:16:30 sendUrl INFO 21 [547] -2015-01-26 12:17:20 queue INFO >>21 [548] -2015-01-26 12:17:20 sendUrl INFO 21 [548] -2015-01-26 12:18:10 queue INFO >>21 [549] -2015-01-26 12:18:10 sendUrl INFO 21 [549] -2015-01-26 12:19:00 queue INFO >>21 [550] -2015-01-26 12:19:00 sendUrl INFO 21 [550] -2015-01-26 12:19:50 queue INFO >>21 [551] -2015-01-26 12:19:50 sendUrl INFO 21 [551] -2015-01-26 12:20:40 queue INFO >>21 [552] -2015-01-26 12:20:40 sendUrl INFO 21 [552] -2015-01-26 12:21:30 queue INFO >>21 [553] -2015-01-26 12:21:31 sendUrl INFO 21 [553] -2015-01-26 12:22:20 queue INFO >>21 [554] -2015-01-26 12:22:21 sendUrl INFO 21 [554] -2015-01-26 12:23:11 queue INFO >>21 [555] -2015-01-26 12:23:11 sendUrl INFO 21 [555] -2015-01-26 12:24:01 queue INFO >>21 [556] -2015-01-26 12:24:01 sendUrl INFO 21 [556] -2015-01-26 12:24:51 queue INFO >>21 [557] -2015-01-26 12:24:51 sendUrl INFO 21 [557] -2015-01-26 12:25:41 queue INFO >>21 [558] -2015-01-26 12:25:41 sendUrl INFO 21 [558] -2015-01-26 12:26:31 queue INFO >>21 [559] -2015-01-26 12:26:32 sendUrl INFO 21 [559] -2015-01-26 12:27:21 queue INFO >>21 [560] -2015-01-26 12:27:22 sendUrl INFO 21 [560] -2015-01-26 12:28:12 queue INFO >>21 [561] -2015-01-26 12:28:12 sendUrl INFO 21 [561] -2015-01-26 12:29:02 queue INFO >>21 [562] -2015-01-26 12:29:02 sendUrl INFO 21 [562] -2015-01-26 12:29:52 queue INFO >>21 [563] -2015-01-26 12:29:52 sendUrl INFO 21 [563] -2015-01-26 12:30:42 queue INFO >>21 [564] -2015-01-26 12:30:42 sendUrl INFO 21 [564] -2015-01-26 12:31:32 queue INFO >>21 [565] -2015-01-26 12:31:32 sendUrl INFO 21 [565] -2015-01-26 12:32:22 queue INFO >>21 [566] -2015-01-26 12:32:23 sendUrl INFO 21 [566] -2015-01-26 12:33:12 queue INFO >>21 [567] -2015-01-26 12:33:13 sendUrl INFO 21 [567] -2015-01-26 12:34:03 queue INFO >>21 [568] -2015-01-26 12:34:03 sendUrl INFO 21 [568] -2015-01-26 12:34:53 queue INFO >>21 [569] -2015-01-26 12:34:53 sendUrl INFO 21 [569] -2015-01-26 12:35:43 queue INFO >>21 [570] -2015-01-26 12:35:43 sendUrl INFO 21 [570] -2015-01-26 12:36:33 queue INFO >>21 [571] -2015-01-26 12:36:33 sendUrl INFO 21 [571] -2015-01-26 12:37:23 queue INFO >>21 [572] -2015-01-26 12:37:24 sendUrl INFO 21 [572] -2015-01-26 12:38:13 queue INFO >>21 [573] -2015-01-26 12:38:14 sendUrl INFO 21 [573] -2015-01-26 12:39:04 queue INFO >>21 [574] -2015-01-26 12:39:04 sendUrl INFO 21 [574] -2015-01-26 12:39:54 queue INFO >>21 [575] -2015-01-26 12:39:54 sendUrl INFO 21 [575] -2015-01-26 12:40:44 queue INFO >>21 [576] -2015-01-26 12:40:44 sendUrl INFO 21 [576] -2015-01-26 12:41:34 queue INFO >>21 [577] -2015-01-26 12:41:34 sendUrl INFO 21 [577] -2015-01-26 12:42:19 queue INFO 1 [578] -2015-01-26 12:42:19 queue INFO >1 [579] -2015-01-26 12:42:19 sendUrl INFO 1 [578] -2015-01-26 12:42:20 sendUrl INFO 1 [579] -2015-01-26 12:42:46 queue INFO 5 [580] -2015-01-26 12:42:46 queue INFO >5 [581] -2015-01-26 12:42:46 sendUrl INFO 5 [580] -2015-01-26 12:42:47 sendUrl INFO 5 [581] -2015-01-26 12:42:48 queue INFO 1 [582] -2015-01-26 12:42:48 sendUrl INFO 1 [582] -2015-01-26 12:42:48 queue INFO >1 [583] -2015-01-26 12:42:48 sendUrl INFO 1 [583] -2015-01-26 12:42:48 queue INFO 3 [584] -2015-01-26 12:42:48 queue INFO >3 [585] -2015-01-26 12:42:49 sendUrl INFO 3 [584] -2015-01-26 12:42:49 sendUrl INFO 3 [585] -2015-01-26 12:43:38 queue INFO >>3 [586] -2015-01-26 12:43:39 sendUrl INFO 3 [586] -2015-01-26 12:44:29 queue INFO >>3 [587] -2015-01-26 12:44:29 sendUrl INFO 3 [587] -2015-01-26 12:44:40 queue INFO 7 [588] -2015-01-26 12:44:40 queue INFO >7 [589] -2015-01-26 12:44:40 sendUrl INFO 7 [588] -2015-01-26 12:44:40 sendUrl INFO 7 [589] -2015-01-26 12:44:41 queue INFO 3 [590] -2015-01-26 12:44:41 queue INFO >3 [591] -2015-01-26 12:44:42 sendUrl INFO 3 [590] -2015-01-26 12:44:42 sendUrl INFO 3 [591] -2015-01-26 12:45:31 queue INFO >>3 [592] -2015-01-26 12:45:32 sendUrl INFO 3 [592] -2015-01-26 12:46:21 queue INFO >>3 [593] -2015-01-26 12:46:22 sendUrl INFO 3 [593] -2015-01-26 12:46:33 queue INFO 7 [594] -2015-01-26 12:46:33 sendUrl INFO 7 [594] -2015-01-26 12:46:33 queue INFO >7 [595] -2015-01-26 12:46:34 sendUrl INFO 7 [595] -2015-01-26 12:46:35 queue INFO 3 [596] -2015-01-26 12:46:35 queue INFO >3 [597] -2015-01-26 12:46:35 sendUrl INFO 3 [596] -2015-01-26 12:46:35 sendUrl INFO 3 [597] -2015-01-26 12:47:25 queue INFO >>3 [598] -2015-01-26 12:47:25 sendUrl INFO 3 [598] -2015-01-26 12:48:15 queue INFO >>3 [599] -2015-01-26 12:48:15 sendUrl INFO 3 [599] -2015-01-26 12:48:27 queue INFO 7 [600] -2015-01-26 12:48:27 queue INFO >7 [601] -2015-01-26 12:48:27 sendUrl INFO 7 [600] -2015-01-26 12:48:27 sendUrl INFO 7 [601] -2015-01-26 12:48:28 queue INFO 3 [602] -2015-01-26 12:48:28 queue INFO >3 [603] -2015-01-26 12:48:29 sendUrl INFO 3 [602] -2015-01-26 12:48:29 sendUrl INFO 3 [603] -2015-01-26 12:49:18 queue INFO >>3 [604] -2015-01-26 12:49:19 sendUrl INFO 3 [604] -2015-01-26 12:50:09 queue INFO >>3 [605] -2015-01-26 12:50:09 sendUrl INFO 3 [605] -2015-01-26 12:50:20 queue INFO 7 [606] -2015-01-26 12:50:21 queue INFO >7 [607] -2015-01-26 12:50:21 sendUrl INFO 7 [606] -2015-01-26 12:50:21 sendUrl INFO 7 [607] -2015-01-26 12:50:22 queue INFO 3 [608] -2015-01-26 12:50:22 queue INFO >3 [609] -2015-01-26 12:50:22 sendUrl INFO 3 [608] -2015-01-26 12:50:23 sendUrl INFO 3 [609] -2015-01-26 12:51:12 queue INFO >>3 [610] -2015-01-26 12:51:13 sendUrl INFO 3 [610] -2015-01-26 12:52:02 queue INFO >>3 [611] -2015-01-26 12:52:02 sendUrl INFO 3 [611] -2015-01-26 12:52:15 queue INFO 7 [612] -2015-01-26 12:52:15 queue INFO >7 [613] -2015-01-26 12:52:15 sendUrl INFO 7 [612] -2015-01-26 12:52:16 sendUrl INFO 7 [613] -2015-01-26 12:52:16 queue INFO 3 [614] -2015-01-26 12:52:16 queue INFO >3 [615] -2015-01-26 12:52:17 sendUrl INFO 3 [614] -2015-01-26 12:52:17 sendUrl INFO 3 [615] -2015-01-26 12:53:06 queue INFO >>3 [616] -2015-01-26 12:53:06 sendUrl INFO 3 [616] -2015-01-26 12:53:56 queue INFO >>3 [617] -2015-01-26 12:53:57 sendUrl INFO 3 [617] -2015-01-26 12:54:08 queue INFO 7 [618] -2015-01-26 12:54:08 sendUrl INFO 7 [618] -2015-01-26 12:54:08 queue INFO >7 [619] -2015-01-26 12:54:09 sendUrl INFO 7 [619] -2015-01-26 12:54:10 queue INFO 3 [620] -2015-01-26 12:54:10 queue INFO >3 [621] -2015-01-26 12:54:10 sendUrl INFO 3 [620] -2015-01-26 12:54:10 sendUrl INFO 3 [621] -2015-01-26 12:55:00 queue INFO >>3 [622] -2015-01-26 12:55:00 sendUrl INFO 3 [622] -2015-01-26 12:55:50 queue INFO >>3 [623] -2015-01-26 12:55:50 sendUrl INFO 3 [623] -2015-01-26 12:56:02 queue INFO 7 [624] -2015-01-26 12:56:02 queue INFO >7 [625] -2015-01-26 12:56:02 sendUrl INFO 7 [624] -2015-01-26 12:56:03 sendUrl INFO 7 [625] -2015-01-26 12:56:03 queue INFO 3 [626] -2015-01-26 12:56:03 queue INFO >3 [627] -2015-01-26 12:56:04 sendUrl INFO 3 [626] -2015-01-26 12:56:04 sendUrl INFO 3 [627] -2015-01-26 12:56:53 queue INFO >>3 [628] -2015-01-26 12:56:53 sendUrl INFO 3 [628] -2015-01-26 12:57:43 queue INFO >>3 [629] -2015-01-26 12:57:44 sendUrl INFO 3 [629] -2015-01-26 12:57:55 queue INFO 7 [630] -2015-01-26 12:57:55 queue INFO >7 [631] -2015-01-26 12:57:55 sendUrl INFO 7 [630] -2015-01-26 12:57:56 sendUrl INFO 7 [631] -2015-01-26 12:57:57 queue INFO 3 [632] -2015-01-26 12:57:57 queue INFO >3 [633] -2015-01-26 12:57:57 sendUrl INFO 3 [632] -2015-01-26 12:57:57 sendUrl INFO 3 [633] -2015-01-26 12:58:47 queue INFO >>3 [634] -2015-01-26 12:58:47 sendUrl INFO 3 [634] -2015-01-26 12:59:37 queue INFO >>3 [635] -2015-01-26 12:59:37 sendUrl INFO 3 [635] -2015-01-26 12:59:49 queue INFO 7 [636] -2015-01-26 12:59:49 queue INFO >7 [637] -2015-01-26 12:59:49 sendUrl INFO 7 [636] -2015-01-26 12:59:50 sendUrl INFO 7 [637] -2015-01-26 12:59:50 queue INFO 3 [638] -2015-01-26 12:59:51 queue INFO >3 [639] -2015-01-26 12:59:51 sendUrl INFO 3 [638] -2015-01-26 12:59:51 sendUrl INFO 3 [639] -2015-01-26 13:00:41 queue INFO >>3 [640] -2015-01-26 13:00:41 sendUrl INFO 3 [640] -2015-01-26 13:01:31 queue INFO >>3 [641] -2015-01-26 13:01:31 sendUrl INFO 3 [641] -2015-01-26 13:01:42 queue INFO 7 [642] -2015-01-26 13:01:43 queue INFO >7 [643] -2015-01-26 13:01:43 sendUrl INFO 7 [642] -2015-01-26 13:01:43 sendUrl INFO 7 [643] -2015-01-26 13:01:44 queue INFO 3 [644] -2015-01-26 13:01:44 queue INFO >3 [645] -2015-01-26 13:01:44 sendUrl INFO 3 [644] -2015-01-26 13:01:45 sendUrl INFO 3 [645] -2015-01-26 13:02:34 queue INFO >>3 [646] -2015-01-26 13:02:34 sendUrl INFO 3 [646] -2015-01-26 13:03:24 queue INFO >>3 [647] -2015-01-26 13:03:24 sendUrl INFO 3 [647] -2015-01-26 13:03:36 queue INFO 7 [648] -2015-01-26 13:03:37 sendUrl INFO 7 [648] -2015-01-26 13:03:37 queue INFO >7 [649] -2015-01-26 13:03:37 sendUrl INFO 7 [649] -2015-01-26 13:03:38 queue INFO 3 [650] -2015-01-26 13:03:38 queue INFO >3 [651] -2015-01-26 13:03:39 sendUrl INFO 3 [650] -2015-01-26 13:03:39 sendUrl INFO 3 [651] -2015-01-26 13:04:28 queue INFO >>3 [652] -2015-01-26 13:04:28 sendUrl INFO 3 [652] -2015-01-26 13:05:18 queue INFO >>3 [653] -2015-01-26 13:05:19 sendUrl INFO 3 [653] -2015-01-26 13:05:30 queue INFO 7 [654] -2015-01-26 13:05:30 sendUrl INFO 7 [654] -2015-01-26 13:05:30 queue INFO >7 [655] -2015-01-26 13:05:31 sendUrl INFO 7 [655] -2015-01-26 13:05:32 queue INFO 3 [656] -2015-01-26 13:05:32 queue INFO >3 [657] -2015-01-26 13:05:32 sendUrl INFO 3 [656] -2015-01-26 13:05:32 sendUrl INFO 3 [657] -2015-01-26 13:06:22 queue INFO >>3 [658] -2015-01-26 13:06:22 sendUrl INFO 3 [658] -2015-01-26 13:07:12 queue INFO >>3 [659] -2015-01-26 13:07:12 sendUrl INFO 3 [659] -2015-01-26 13:07:24 queue INFO 7 [660] -2015-01-26 13:07:24 queue INFO >7 [661] -2015-01-26 13:07:24 sendUrl INFO 7 [660] -2015-01-26 13:07:25 sendUrl INFO 7 [661] -2015-01-26 13:07:25 queue INFO 3 [662] -2015-01-26 13:07:25 queue INFO >3 [663] -2015-01-26 13:07:26 sendUrl INFO 3 [662] -2015-01-26 13:07:26 sendUrl INFO 3 [663] -2015-01-26 13:08:15 queue INFO >>3 [664] -2015-01-26 13:08:15 sendUrl INFO 3 [664] -2015-01-26 13:09:05 queue INFO >>3 [665] -2015-01-26 13:09:06 sendUrl INFO 3 [665] -2015-01-26 13:09:17 queue INFO 7 [666] -2015-01-26 13:09:17 sendUrl INFO 7 [666] -2015-01-26 13:09:17 queue INFO >7 [667] -2015-01-26 13:09:18 sendUrl INFO 7 [667] -2015-01-26 13:09:19 queue INFO 3 [668] -2015-01-26 13:09:19 queue INFO >3 [669] -2015-01-26 13:09:19 sendUrl INFO 3 [668] -2015-01-26 13:09:19 sendUrl INFO 3 [669] -2015-01-26 13:10:09 queue INFO >>3 [670] -2015-01-26 13:10:09 sendUrl INFO 3 [670] -2015-01-26 13:10:59 queue INFO >>3 [671] -2015-01-26 13:10:59 sendUrl INFO 3 [671] -2015-01-26 13:11:11 queue INFO 7 [672] -2015-01-26 13:11:11 queue INFO >7 [673] -2015-01-26 13:11:11 sendUrl INFO 7 [672] -2015-01-26 13:11:12 sendUrl INFO 7 [673] -2015-01-26 13:11:12 queue INFO 3 [674] -2015-01-26 13:11:12 queue INFO >3 [675] -2015-01-26 13:11:13 sendUrl INFO 3 [674] -2015-01-26 13:11:13 sendUrl INFO 3 [675] -2015-01-26 13:12:02 queue INFO >>3 [676] -2015-01-26 13:12:03 sendUrl INFO 3 [676] -2015-01-26 13:12:53 queue INFO >>3 [677] -2015-01-26 13:12:53 sendUrl INFO 3 [677] -2015-01-26 13:13:05 queue INFO 7 [678] -2015-01-26 13:13:05 queue INFO >7 [679] -2015-01-26 13:13:05 sendUrl INFO 7 [678] -2015-01-26 13:13:05 sendUrl INFO 7 [679] -2015-01-26 13:13:06 queue INFO 3 [680] -2015-01-26 13:13:06 queue INFO >3 [681] -2015-01-26 13:13:06 sendUrl INFO 3 [680] -2015-01-26 13:13:07 sendUrl INFO 3 [681] -2015-01-26 13:13:56 queue INFO >>3 [682] -2015-01-26 13:13:57 sendUrl INFO 3 [682] -2015-01-26 13:14:46 queue INFO >>3 [683] -2015-01-26 13:14:47 sendUrl INFO 3 [683] -2015-01-26 13:14:59 queue INFO 7 [684] -2015-01-26 13:14:59 sendUrl INFO 7 [684] -2015-01-26 13:14:59 queue INFO >7 [685] -2015-01-26 13:14:59 sendUrl INFO 7 [685] -2015-01-26 13:15:00 queue INFO 3 [686] -2015-01-26 13:15:00 queue INFO >3 [687] -2015-01-26 13:15:00 sendUrl INFO 3 [686] -2015-01-26 13:15:01 sendUrl INFO 3 [687] -2015-01-26 13:15:50 queue INFO >>3 [688] -2015-01-26 13:15:50 sendUrl INFO 3 [688] -2015-01-26 13:16:40 queue INFO >>3 [689] -2015-01-26 13:16:41 sendUrl INFO 3 [689] -2015-01-26 13:16:52 queue INFO 7 [690] -2015-01-26 13:16:52 queue INFO >7 [691] -2015-01-26 13:16:52 sendUrl INFO 7 [690] -2015-01-26 13:16:53 sendUrl INFO 7 [691] -2015-01-26 13:16:54 queue INFO 3 [692] -2015-01-26 13:16:54 queue INFO >3 [693] -2015-01-26 13:16:54 sendUrl INFO 3 [692] -2015-01-26 13:16:54 sendUrl INFO 3 [693] -2015-01-26 13:17:44 queue INFO >>3 [694] -2015-01-26 13:17:44 sendUrl INFO 3 [694] -2015-01-26 13:18:34 queue INFO >>3 [695] -2015-01-26 13:18:35 sendUrl INFO 3 [695] -2015-01-26 13:18:46 queue INFO 7 [696] -2015-01-26 13:18:46 queue INFO >7 [697] -2015-01-26 13:18:46 sendUrl INFO 7 [696] -2015-01-26 13:18:47 sendUrl INFO 7 [697] -2015-01-26 13:18:47 queue INFO 3 [698] -2015-01-26 13:18:47 queue INFO >3 [699] -2015-01-26 13:18:48 sendUrl INFO 3 [698] -2015-01-26 13:18:48 sendUrl INFO 3 [699] -2015-01-26 13:19:37 queue INFO >>3 [700] -2015-01-26 13:19:37 sendUrl INFO 3 [700] -2015-01-26 13:20:28 queue INFO >>3 [701] -2015-01-26 13:20:28 sendUrl INFO 3 [701] -2015-01-26 13:20:39 queue INFO 7 [702] -2015-01-26 13:20:39 queue INFO >7 [703] -2015-01-26 13:20:39 sendUrl INFO 7 [702] -2015-01-26 13:20:40 sendUrl INFO 7 [703] -2015-01-26 13:20:41 queue INFO 3 [704] -2015-01-26 13:20:41 queue INFO >3 [705] -2015-01-26 13:20:41 sendUrl INFO 3 [704] -2015-01-26 13:20:41 sendUrl INFO 3 [705] -2015-01-26 13:21:16 queue INFO 1 [706] -2015-01-26 13:21:16 queue INFO >1 [707] -2015-01-26 13:21:17 sendUrl INFO 1 [706] -2015-01-26 13:21:17 sendUrl INFO 1 [707] -2015-01-26 13:22:06 queue INFO >>1 [708] -2015-01-26 13:22:07 sendUrl INFO 1 [708] -2015-01-26 13:22:57 queue INFO >>1 [709] -2015-01-26 13:22:57 sendUrl INFO 1 [709] -2015-01-26 13:23:47 queue INFO >>1 [710] -2015-01-26 13:23:47 sendUrl INFO 1 [710] -2015-01-26 13:24:22 queue INFO 5 [711] -2015-01-26 13:24:22 queue INFO >5 [712] -2015-01-26 13:24:22 sendUrl INFO 5 [711] -2015-01-26 13:24:23 sendUrl INFO 5 [712] -2015-01-26 13:24:24 queue INFO 1 [713] -2015-01-26 13:24:24 queue INFO >1 [714] -2015-01-26 13:24:24 sendUrl INFO 1 [713] -2015-01-26 13:24:24 queue INFO 3 [715] -2015-01-26 13:24:24 sendUrl INFO 1 [714] -2015-01-26 13:24:24 queue INFO >3 [716] -2015-01-26 13:24:25 sendUrl INFO 3 [715] -2015-01-26 13:24:25 sendUrl INFO 3 [716] -2015-01-26 13:25:14 queue INFO >>3 [717] -2015-01-26 13:25:15 sendUrl INFO 3 [717] -2015-01-26 13:26:05 queue INFO >>3 [718] -2015-01-26 13:26:05 sendUrl INFO 3 [718] -2015-01-26 13:26:16 queue INFO 7 [719] -2015-01-26 13:26:16 queue INFO >7 [720] -2015-01-26 13:26:16 sendUrl INFO 7 [719] -2015-01-26 13:26:17 sendUrl INFO 7 [720] -2015-01-26 13:26:17 queue INFO 3 [721] -2015-01-26 13:26:17 queue INFO >3 [722] -2015-01-26 13:26:18 sendUrl INFO 3 [721] -2015-01-26 13:26:18 sendUrl INFO 3 [722] -2015-01-26 13:27:07 queue INFO >>3 [723] -2015-01-26 13:27:07 sendUrl INFO 3 [723] -2015-01-26 13:27:57 queue INFO >>3 [724] -2015-01-26 13:27:58 sendUrl INFO 3 [724] -2015-01-26 13:28:09 queue INFO 7 [725] -2015-01-26 13:28:09 queue INFO >7 [726] -2015-01-26 13:28:09 sendUrl INFO 7 [725] -2015-01-26 13:28:10 sendUrl INFO 7 [726] -2015-01-26 13:28:11 queue INFO 3 [727] -2015-01-26 13:28:11 queue INFO >3 [728] -2015-01-26 13:28:11 sendUrl INFO 3 [727] -2015-01-26 13:28:11 sendUrl INFO 3 [728] -2015-01-26 13:29:01 queue INFO >>3 [729] -2015-01-26 13:29:01 sendUrl INFO 3 [729] -2015-01-26 13:29:51 queue INFO >>3 [730] -2015-01-26 13:29:51 sendUrl INFO 3 [730] -2015-01-26 13:30:03 queue INFO 7 [731] -2015-01-26 13:30:03 queue INFO >7 [732] -2015-01-26 13:30:03 sendUrl INFO 7 [731] -2015-01-26 13:30:04 sendUrl INFO 7 [732] -2015-01-26 13:30:04 queue INFO 3 [733] -2015-01-26 13:30:04 queue INFO >3 [734] -2015-01-26 13:30:05 sendUrl INFO 3 [733] -2015-01-26 13:30:05 sendUrl INFO 3 [734] -2015-01-26 13:30:54 queue INFO >>3 [735] -2015-01-26 13:30:55 sendUrl INFO 3 [735] -2015-01-26 13:31:45 queue INFO >>3 [736] -2015-01-26 13:31:45 sendUrl INFO 3 [736] -2015-01-26 13:31:57 queue INFO 7 [737] -2015-01-26 13:31:57 queue INFO >7 [738] -2015-01-26 13:31:57 sendUrl INFO 7 [737] -2015-01-26 13:31:57 sendUrl INFO 7 [738] -2015-01-26 13:31:58 queue INFO 3 [739] -2015-01-26 13:31:58 queue INFO >3 [740] -2015-01-26 13:31:58 sendUrl INFO 3 [739] -2015-01-26 13:31:59 sendUrl INFO 3 [740] -2015-01-26 13:32:48 queue INFO >>3 [741] -2015-01-26 13:32:49 sendUrl INFO 3 [741] -2015-01-26 13:33:38 queue INFO >>3 [742] -2015-01-26 13:33:39 sendUrl INFO 3 [742] -2015-01-26 13:33:51 queue INFO 7 [743] -2015-01-26 13:33:51 queue INFO >7 [744] -2015-01-26 13:33:51 sendUrl INFO 7 [743] -2015-01-26 13:33:52 sendUrl INFO 7 [744] -2015-01-26 13:33:52 queue INFO 3 [745] -2015-01-26 13:33:52 queue INFO >3 [746] -2015-01-26 13:33:52 sendUrl INFO 3 [745] -2015-01-26 13:33:53 sendUrl INFO 3 [746] -2015-01-26 13:34:42 queue INFO >>3 [747] -2015-01-26 13:34:42 sendUrl INFO 3 [747] -2015-01-26 13:35:32 queue INFO >>3 [748] -2015-01-26 13:35:33 sendUrl INFO 3 [748] -2015-01-26 13:35:44 queue INFO 7 [749] -2015-01-26 13:35:44 queue INFO >7 [750] -2015-01-26 13:35:44 sendUrl INFO 7 [749] -2015-01-26 13:35:45 sendUrl INFO 7 [750] -2015-01-26 13:35:46 queue INFO 3 [751] -2015-01-26 13:35:46 queue INFO >3 [752] -2015-01-26 13:35:46 sendUrl INFO 3 [751] -2015-01-26 13:35:46 sendUrl INFO 3 [752] -2015-01-26 13:36:36 queue INFO >>3 [753] -2015-01-26 13:36:36 sendUrl INFO 3 [753] -2015-01-26 13:37:26 queue INFO >>3 [754] -2015-01-26 13:37:27 sendUrl INFO 3 [754] -2015-01-26 13:37:38 queue INFO 7 [755] -2015-01-26 13:37:38 queue INFO >7 [756] -2015-01-26 13:37:38 sendUrl INFO 7 [755] -2015-01-26 13:37:39 sendUrl INFO 7 [756] -2015-01-26 13:37:39 queue INFO 3 [757] -2015-01-26 13:37:39 queue INFO >3 [758] -2015-01-26 13:37:40 sendUrl INFO 3 [757] -2015-01-26 13:37:40 sendUrl INFO 3 [758] -2015-01-26 13:38:29 queue INFO >>3 [759] -2015-01-26 13:38:30 sendUrl INFO 3 [759] -2015-01-26 13:39:20 queue INFO >>3 [760] -2015-01-26 13:39:20 sendUrl INFO 3 [760] -2015-01-26 13:39:31 queue INFO 7 [761] -2015-01-26 13:39:31 queue INFO >7 [762] -2015-01-26 13:39:31 sendUrl INFO 7 [761] -2015-01-26 13:39:32 sendUrl INFO 7 [762] -2015-01-26 13:39:33 queue INFO 3 [763] -2015-01-26 13:39:33 queue INFO >3 [764] -2015-01-26 13:39:33 sendUrl INFO 3 [763] -2015-01-26 13:39:33 sendUrl INFO 3 [764] -2015-01-26 13:40:23 queue INFO >>3 [765] -2015-01-26 13:40:23 sendUrl INFO 3 [765] -2015-01-26 13:41:13 queue INFO >>3 [766] -2015-01-26 13:41:13 sendUrl INFO 3 [766] -2015-01-26 13:41:25 queue INFO 7 [767] -2015-01-26 13:41:25 queue INFO >7 [768] -2015-01-26 13:41:25 sendUrl INFO 7 [767] -2015-01-26 13:41:26 sendUrl INFO 7 [768] -2015-01-26 13:41:26 queue INFO 3 [769] -2015-01-26 13:41:27 queue INFO >3 [770] -2015-01-26 13:41:27 sendUrl INFO 3 [769] -2015-01-26 13:41:27 sendUrl INFO 3 [770] -2015-01-26 13:42:17 queue INFO >>3 [771] -2015-01-26 13:42:17 sendUrl INFO 3 [771] -2015-01-26 13:43:07 queue INFO >>3 [772] -2015-01-26 13:43:07 sendUrl INFO 3 [772] -2015-01-26 13:43:19 queue INFO 7 [773] -2015-01-26 13:43:19 queue INFO >7 [774] -2015-01-26 13:43:19 sendUrl INFO 7 [773] -2015-01-26 13:43:19 sendUrl INFO 7 [774] -2015-01-26 13:43:20 queue INFO 3 [775] -2015-01-26 13:43:20 queue INFO >3 [776] -2015-01-26 13:43:20 sendUrl INFO 3 [775] -2015-01-26 13:43:21 sendUrl INFO 3 [776] -2015-01-26 13:44:10 queue INFO >>3 [777] -2015-01-26 13:44:11 sendUrl INFO 3 [777] -2015-01-26 13:45:00 queue INFO >>3 [778] -2015-01-26 13:45:01 sendUrl INFO 3 [778] -2015-01-26 13:45:13 queue INFO 7 [779] -2015-01-26 13:45:13 queue INFO >7 [780] -2015-01-26 13:45:13 sendUrl INFO 7 [779] -2015-01-26 13:45:14 sendUrl INFO 7 [780] -2015-01-26 13:45:14 queue INFO 3 [781] -2015-01-26 13:45:14 sendUrl INFO 3 [781] -2015-01-26 13:45:14 queue INFO >3 [782] -2015-01-26 13:45:15 sendUrl INFO 3 [782] -2015-01-26 13:46:04 queue INFO >>3 [783] -2015-01-26 13:46:05 sendUrl INFO 3 [783] -2015-01-26 13:46:54 queue INFO >>3 [784] -2015-01-26 13:46:55 sendUrl INFO 3 [784] -2015-01-26 13:47:06 queue INFO 7 [785] -2015-01-26 13:47:06 queue INFO >7 [786] -2015-01-26 13:47:06 sendUrl INFO 7 [785] -2015-01-26 13:47:07 sendUrl INFO 7 [786] -2015-01-26 13:47:08 queue INFO 3 [787] -2015-01-26 13:47:08 sendUrl INFO 3 [787] -2015-01-26 13:47:08 queue INFO >3 [788] -2015-01-26 13:47:08 sendUrl INFO 3 [788] -2015-01-26 13:47:58 queue INFO >>3 [789] -2015-01-26 13:47:58 sendUrl INFO 3 [789] -2015-01-26 13:48:48 queue INFO >>3 [790] -2015-01-26 13:48:49 sendUrl INFO 3 [790] -2015-01-26 13:49:00 queue INFO 7 [791] -2015-01-26 13:49:00 queue INFO >7 [792] -2015-01-26 13:49:00 sendUrl INFO 7 [791] -2015-01-26 13:49:01 sendUrl INFO 7 [792] -2015-01-26 13:49:01 queue INFO 3 [793] -2015-01-26 13:49:01 queue INFO >3 [794] -2015-01-26 13:49:02 sendUrl INFO 3 [793] -2015-01-26 13:49:02 sendUrl INFO 3 [794] -2015-01-26 13:49:51 queue INFO >>3 [795] -2015-01-26 13:49:52 sendUrl INFO 3 [795] -2015-01-26 13:50:41 queue INFO >>3 [796] -2015-01-26 13:50:42 sendUrl INFO 3 [796] -2015-01-26 13:50:53 queue INFO 7 [797] -2015-01-26 13:50:53 queue INFO >7 [798] -2015-01-26 13:50:54 sendUrl INFO 7 [797] -2015-01-26 13:50:54 sendUrl INFO 7 [798] -2015-01-26 13:50:55 queue INFO 3 [799] -2015-01-26 13:50:55 queue INFO >3 [800] -2015-01-26 13:50:55 sendUrl INFO 3 [799] -2015-01-26 13:50:55 sendUrl INFO 3 [800] -2015-01-26 13:51:45 queue INFO >>3 [801] -2015-01-26 13:51:45 sendUrl INFO 3 [801] -2015-01-26 13:52:35 queue INFO >>3 [802] -2015-01-26 13:52:35 sendUrl INFO 3 [802] -2015-01-26 13:52:47 queue INFO 7 [803] -2015-01-26 13:52:47 queue INFO >7 [804] -2015-01-26 13:52:47 sendUrl INFO 7 [803] -2015-01-26 13:52:48 sendUrl INFO 7 [804] -2015-01-26 13:52:48 queue INFO 3 [805] -2015-01-26 13:52:49 queue INFO >3 [806] -2015-01-26 13:52:49 sendUrl INFO 3 [805] -2015-01-26 13:52:49 sendUrl INFO 3 [806] -2015-01-26 13:53:39 queue INFO >>3 [807] -2015-01-26 13:53:39 sendUrl INFO 3 [807] -2015-01-26 13:54:29 queue INFO >>3 [808] -2015-01-26 13:54:29 sendUrl INFO 3 [808] -2015-01-26 13:54:41 queue INFO 7 [809] -2015-01-26 13:54:41 queue INFO >7 [810] -2015-01-26 13:54:41 sendUrl INFO 7 [809] -2015-01-26 13:54:41 sendUrl INFO 7 [810] -2015-01-26 13:54:42 queue INFO 3 [811] -2015-01-26 13:54:42 queue INFO >3 [812] -2015-01-26 13:54:43 sendUrl INFO 3 [811] -2015-01-26 13:54:43 sendUrl INFO 3 [812] -2015-01-26 13:55:32 queue INFO >>3 [813] -2015-01-26 13:55:33 sendUrl INFO 3 [813] -2015-01-26 13:56:22 queue INFO >>3 [814] -2015-01-26 13:56:23 sendUrl INFO 3 [814] -2015-01-26 13:56:35 queue INFO 7 [815] -2015-01-26 13:56:35 queue INFO >7 [816] -2015-01-26 13:56:35 program ERROR IOB offline -2015-01-26 13:56:36 program INFO IOB ONLINE! -2015-01-26 13:56:36 sendUrl INFO 7 [815] -2015-01-26 13:56:36 queue INFO 3 [817] -2015-01-26 13:56:36 sendUrl INFO 7 [816] -2015-01-26 13:56:36 queue INFO >3 [818] -2015-01-26 13:56:37 sendUrl INFO 3 [817] -2015-01-26 13:56:37 sendUrl INFO 3 [818] -2015-01-26 13:57:26 queue INFO >>3 [819] -2015-01-26 13:57:27 sendUrl INFO 3 [819] -2015-01-26 13:58:16 queue INFO >>3 [820] -2015-01-26 13:58:17 sendUrl INFO 3 [820] -2015-01-26 13:58:28 queue INFO 7 [821] -2015-01-26 13:58:28 queue INFO >7 [822] -2015-01-26 13:58:29 sendUrl INFO 7 [821] -2015-01-26 13:58:29 sendUrl INFO 7 [822] -2015-01-26 13:58:30 queue INFO 3 [823] -2015-01-26 13:58:30 queue INFO >3 [824] -2015-01-26 13:58:30 sendUrl INFO 3 [823] -2015-01-26 13:58:31 sendUrl INFO 3 [824] -2015-01-26 13:59:20 queue INFO >>3 [825] -2015-01-26 13:59:20 sendUrl INFO 3 [825] -2015-01-26 14:00:10 queue INFO >>3 [826] -2015-01-26 14:00:10 sendUrl INFO 3 [826] -2015-01-26 14:00:22 queue INFO 7 [827] -2015-01-26 14:00:22 queue INFO >7 [828] -2015-01-26 14:00:22 sendUrl INFO 7 [827] -2015-01-26 14:00:23 sendUrl INFO 7 [828] -2015-01-26 14:00:23 queue INFO 3 [829] -2015-01-26 14:00:23 queue INFO >3 [830] -2015-01-26 14:00:24 sendUrl INFO 3 [829] -2015-01-26 14:00:24 sendUrl INFO 3 [830] -2015-01-26 14:01:13 queue INFO >>3 [831] -2015-01-26 14:01:14 sendUrl INFO 3 [831] -2015-01-26 14:02:04 queue INFO >>3 [832] -2015-01-26 14:02:04 sendUrl INFO 3 [832] -2015-01-26 14:02:15 queue INFO 7 [833] -2015-01-26 14:02:15 queue INFO >7 [834] -2015-01-26 14:02:16 sendUrl INFO 7 [833] -2015-01-26 14:02:16 sendUrl INFO 7 [834] -2015-01-26 14:02:17 queue INFO 3 [835] -2015-01-26 14:02:17 queue INFO >3 [836] -2015-01-26 14:02:17 sendUrl INFO 3 [835] -2015-01-26 14:02:18 sendUrl INFO 3 [836] -2015-01-26 14:03:07 queue INFO >>3 [837] -2015-01-26 14:03:07 sendUrl INFO 3 [837] -2015-01-26 14:03:57 queue INFO >>3 [838] -2015-01-26 14:03:57 sendUrl INFO 3 [838] -2015-01-26 14:04:09 queue INFO 7 [839] -2015-01-26 14:04:09 queue INFO >7 [840] -2015-01-26 14:04:09 sendUrl INFO 7 [839] -2015-01-26 14:04:10 sendUrl INFO 7 [840] -2015-01-26 14:04:11 queue INFO 3 [841] -2015-01-26 14:04:11 queue INFO >3 [842] -2015-01-26 14:04:11 sendUrl INFO 3 [841] -2015-01-26 14:04:11 sendUrl INFO 3 [842] -2015-01-26 14:05:01 queue INFO >>3 [843] -2015-01-26 14:05:01 sendUrl INFO 3 [843] -2015-01-26 14:05:51 queue INFO >>3 [844] -2015-01-26 14:05:51 sendUrl INFO 3 [844] -2015-01-26 14:06:03 queue INFO 7 [845] -2015-01-26 14:06:03 queue INFO >7 [846] -2015-01-26 14:06:03 sendUrl INFO 7 [845] -2015-01-26 14:06:04 sendUrl INFO 7 [846] -2015-01-26 14:06:04 queue INFO 3 [847] -2015-01-26 14:06:04 queue INFO >3 [848] -2015-01-26 14:06:05 sendUrl INFO 3 [847] -2015-01-26 14:06:05 sendUrl INFO 3 [848] -2015-01-26 14:06:54 queue INFO >>3 [849] -2015-01-26 14:06:54 sendUrl INFO 3 [849] -2015-01-26 14:07:44 queue INFO >>3 [850] -2015-01-26 14:07:45 sendUrl INFO 3 [850] -2015-01-26 14:07:57 queue INFO 7 [851] -2015-01-26 14:07:57 queue INFO >7 [852] -2015-01-26 14:07:57 sendUrl INFO 7 [851] -2015-01-26 14:07:57 sendUrl INFO 7 [852] -2015-01-26 14:07:58 queue INFO 3 [853] -2015-01-26 14:07:58 sendUrl INFO 3 [853] -2015-01-26 14:07:58 queue INFO >3 [854] -2015-01-26 14:07:59 sendUrl INFO 3 [854] -2015-01-26 14:08:48 queue INFO >>3 [855] -2015-01-26 14:08:49 sendUrl INFO 3 [855] -2015-01-26 14:09:39 queue INFO >>3 [856] -2015-01-26 14:09:39 sendUrl INFO 3 [856] -2015-01-26 14:09:50 queue INFO 7 [857] -2015-01-26 14:09:51 queue INFO >7 [858] -2015-01-26 14:09:51 sendUrl INFO 7 [857] -2015-01-26 14:09:51 sendUrl INFO 7 [858] -2015-01-26 14:09:52 queue INFO 3 [859] -2015-01-26 14:09:52 queue INFO >3 [860] -2015-01-26 14:09:52 sendUrl INFO 3 [859] -2015-01-26 14:09:53 sendUrl INFO 3 [860] -2015-01-26 14:10:42 queue INFO >>3 [861] -2015-01-26 14:10:42 sendUrl INFO 3 [861] -2015-01-26 14:11:32 queue INFO >>3 [862] -2015-01-26 14:11:32 sendUrl INFO 3 [862] -2015-01-26 14:11:44 queue INFO 7 [863] -2015-01-26 14:11:44 queue INFO >7 [864] -2015-01-26 14:11:44 sendUrl INFO 7 [863] -2015-01-26 14:11:45 sendUrl INFO 7 [864] -2015-01-26 14:11:45 queue INFO 3 [865] -2015-01-26 14:11:46 queue INFO >3 [866] -2015-01-26 14:11:46 sendUrl INFO 3 [865] -2015-01-26 14:11:46 sendUrl INFO 3 [866] -2015-01-26 14:12:35 queue INFO >>3 [867] -2015-01-26 14:12:36 sendUrl INFO 3 [867] -2015-01-26 14:13:26 queue INFO >>3 [868] -2015-01-26 14:13:26 sendUrl INFO 3 [868] -2015-01-26 14:13:37 queue INFO 7 [869] -2015-01-26 14:13:37 queue INFO >7 [870] -2015-01-26 14:13:38 sendUrl INFO 7 [869] -2015-01-26 14:13:38 sendUrl INFO 7 [870] -2015-01-26 14:13:39 queue INFO 3 [871] -2015-01-26 14:13:39 queue INFO >3 [872] -2015-01-26 14:13:39 sendUrl INFO 3 [871] -2015-01-26 14:13:40 sendUrl INFO 3 [872] -2015-01-26 14:14:29 queue INFO >>3 [873] -2015-01-26 14:14:29 sendUrl INFO 3 [873] -2015-01-26 14:15:19 queue INFO >>3 [874] -2015-01-26 14:15:19 sendUrl INFO 3 [874] -2015-01-26 14:15:31 queue INFO 7 [875] -2015-01-26 14:15:31 queue INFO >7 [876] -2015-01-26 14:15:31 sendUrl INFO 7 [875] -2015-01-26 14:15:32 sendUrl INFO 7 [876] -2015-01-26 14:15:32 queue INFO 3 [877] -2015-01-26 14:15:33 queue INFO >3 [878] -2015-01-26 14:15:33 sendUrl INFO 3 [877] -2015-01-26 14:15:33 sendUrl INFO 3 [878] -2015-01-26 14:16:23 queue INFO >>3 [879] -2015-01-26 14:16:23 sendUrl INFO 3 [879] -2015-01-26 14:16:39 queue INFO 1 [880] -2015-01-26 14:16:39 sendUrl INFO 1 [880] -2015-01-26 14:16:39 queue INFO >1 [881] -2015-01-26 14:16:40 sendUrl INFO 1 [881] -2015-01-26 14:17:29 queue INFO >>1 [882] -2015-01-26 14:17:30 sendUrl INFO 1 [882] -2015-01-26 14:18:19 queue INFO >>1 [883] -2015-01-26 14:18:20 sendUrl INFO 1 [883] -2015-01-26 14:19:10 queue INFO >>1 [884] -2015-01-26 14:19:10 sendUrl INFO 1 [884] -2015-01-26 14:19:39 queue INFO 81 [885] -2015-01-26 14:19:39 queue INFO >81 [886] -2015-01-26 14:19:39 sendUrl INFO 81 [885] -2015-01-26 14:19:40 sendUrl INFO 81 [886] -2015-01-26 14:19:53 queue INFO 1 [887] -2015-01-26 14:19:53 queue INFO >1 [888] -2015-01-26 14:19:54 sendUrl INFO 1 [887] -2015-01-26 14:19:54 sendUrl INFO 1 [888] -2015-01-26 14:20:43 queue INFO >>1 [889] -2015-01-26 14:20:44 sendUrl INFO 1 [889] -2015-01-26 14:21:34 queue INFO >>1 [890] -2015-01-26 14:21:34 sendUrl INFO 1 [890] -2015-01-26 14:22:24 queue INFO >>1 [891] -2015-01-26 14:22:24 sendUrl INFO 1 [891] -2015-01-26 14:23:02 queue INFO 5 [892] -2015-01-26 14:23:02 queue INFO >5 [893] -2015-01-26 14:23:02 sendUrl INFO 5 [892] -2015-01-26 14:23:03 sendUrl INFO 5 [893] -2015-01-26 14:23:03 queue INFO 1 [894] -2015-01-26 14:23:04 queue INFO >1 [895] -2015-01-26 14:23:04 sendUrl INFO 1 [894] -2015-01-26 14:23:04 sendUrl INFO 1 [895] -2015-01-26 14:23:06 queue INFO 3 [896] -2015-01-26 14:23:06 queue INFO >3 [897] -2015-01-26 14:23:06 sendUrl INFO 3 [896] -2015-01-26 14:23:06 sendUrl INFO 3 [897] -2015-01-26 14:23:56 queue INFO >>3 [898] -2015-01-26 14:23:56 sendUrl INFO 3 [898] -2015-01-26 14:24:46 queue INFO >>3 [899] -2015-01-26 14:24:46 sendUrl INFO 3 [899] -2015-01-26 14:25:36 queue INFO >>3 [900] -2015-01-26 14:25:36 sendUrl INFO 3 [900] -2015-01-26 14:25:59 queue INFO 7 [901] -2015-01-26 14:25:59 queue INFO >7 [902] -2015-01-26 14:25:59 sendUrl INFO 7 [901] -2015-01-26 14:25:59 sendUrl INFO 7 [902] -2015-01-26 14:26:00 queue INFO 3 [903] -2015-01-26 14:26:01 queue INFO >3 [904] -2015-01-26 14:26:01 sendUrl INFO 3 [903] -2015-01-26 14:26:01 sendUrl INFO 3 [904] -2015-01-26 14:26:50 queue INFO >>3 [905] -2015-01-26 14:26:51 sendUrl INFO 3 [905] -2015-01-26 14:27:41 queue INFO >>3 [906] -2015-01-26 14:27:41 sendUrl INFO 3 [906] -2015-01-26 14:27:52 queue INFO 7 [907] -2015-01-26 14:27:52 queue INFO >7 [908] -2015-01-26 14:27:53 sendUrl INFO 7 [907] -2015-01-26 14:27:53 sendUrl INFO 7 [908] -2015-01-26 14:27:54 queue INFO 3 [909] -2015-01-26 14:27:54 queue INFO >3 [910] -2015-01-26 14:27:54 sendUrl INFO 3 [909] -2015-01-26 14:27:55 sendUrl INFO 3 [910] -2015-01-26 14:28:44 queue INFO >>3 [911] -2015-01-26 14:28:44 sendUrl INFO 3 [911] -2015-01-26 14:29:34 queue INFO >>3 [912] -2015-01-26 14:29:34 sendUrl INFO 3 [912] -2015-01-26 14:29:46 queue INFO 7 [913] -2015-01-26 14:29:46 queue INFO >7 [914] -2015-01-26 14:29:47 sendUrl INFO 7 [913] -2015-01-26 14:29:47 sendUrl INFO 7 [914] -2015-01-26 14:29:47 queue INFO 3 [915] -2015-01-26 14:29:48 sendUrl INFO 3 [915] -2015-01-26 14:29:48 queue INFO >3 [916] -2015-01-26 14:29:48 sendUrl INFO 3 [916] -2015-01-26 14:30:38 queue INFO >>3 [917] -2015-01-26 14:30:38 sendUrl INFO 3 [917] -2015-01-26 14:31:28 queue INFO >>3 [918] -2015-01-26 14:31:28 sendUrl INFO 3 [918] -2015-01-26 14:31:40 queue INFO 7 [919] -2015-01-26 14:31:40 queue INFO >7 [920] -2015-01-26 14:31:40 sendUrl INFO 7 [919] -2015-01-26 14:31:40 sendUrl INFO 7 [920] -2015-01-26 14:31:41 queue INFO 3 [921] -2015-01-26 14:31:41 sendUrl INFO 3 [921] -2015-01-26 14:31:41 queue INFO >3 [922] -2015-01-26 14:31:42 sendUrl INFO 3 [922] -2015-01-26 14:32:31 queue INFO >>3 [923] -2015-01-26 14:32:32 sendUrl INFO 3 [923] -2015-01-26 14:33:21 queue INFO >>3 [924] -2015-01-26 14:33:22 sendUrl INFO 3 [924] -2015-01-26 14:33:34 queue INFO 7 [925] -2015-01-26 14:33:34 queue INFO >7 [926] -2015-01-26 14:33:34 sendUrl INFO 7 [925] -2015-01-26 14:33:35 sendUrl INFO 7 [926] -2015-01-26 14:33:35 queue INFO 3 [927] -2015-01-26 14:33:35 queue INFO >3 [928] -2015-01-26 14:33:36 sendUrl INFO 3 [927] -2015-01-26 14:33:36 sendUrl INFO 3 [928] -2015-01-26 14:34:25 queue INFO >>3 [929] -2015-01-26 14:34:26 sendUrl INFO 3 [929] -2015-01-26 14:35:16 queue INFO >>3 [930] -2015-01-26 14:35:16 sendUrl INFO 3 [930] -2015-01-26 14:35:27 queue INFO 7 [931] -2015-01-26 14:35:28 queue INFO >7 [932] -2015-01-26 14:35:28 sendUrl INFO 7 [931] -2015-01-26 14:35:28 sendUrl INFO 7 [932] -2015-01-26 14:35:29 queue INFO 3 [933] -2015-01-26 14:35:29 queue INFO >3 [934] -2015-01-26 14:35:29 sendUrl INFO 3 [933] -2015-01-26 14:35:30 sendUrl INFO 3 [934] -2015-01-26 14:36:19 queue INFO >>3 [935] -2015-01-26 14:36:19 sendUrl INFO 3 [935] -2015-01-26 14:37:09 queue INFO >>3 [936] -2015-01-26 14:37:09 sendUrl INFO 3 [936] -2015-01-26 14:37:21 queue INFO 7 [937] -2015-01-26 14:37:21 queue INFO >7 [938] -2015-01-26 14:37:21 sendUrl INFO 7 [937] -2015-01-26 14:37:22 sendUrl INFO 7 [938] -2015-01-26 14:37:22 queue INFO 3 [939] -2015-01-26 14:37:22 queue INFO >3 [940] -2015-01-26 14:37:23 sendUrl INFO 3 [939] -2015-01-26 14:37:23 sendUrl INFO 3 [940] -2015-01-26 14:38:12 queue INFO >>3 [941] -2015-01-26 14:38:13 sendUrl INFO 3 [941] -2015-01-26 14:39:03 queue INFO >>3 [942] -2015-01-26 14:39:03 sendUrl INFO 3 [942] -2015-01-26 14:39:14 queue INFO 7 [943] -2015-01-26 14:39:14 sendUrl INFO 7 [943] -2015-01-26 14:39:14 queue INFO >7 [944] -2015-01-26 14:39:15 sendUrl INFO 7 [944] -2015-01-26 14:39:16 queue INFO 3 [945] -2015-01-26 14:39:16 queue INFO >3 [946] -2015-01-26 14:39:16 sendUrl INFO 3 [945] -2015-01-26 14:39:17 sendUrl INFO 3 [946] -2015-01-26 14:40:06 queue INFO >>3 [947] -2015-01-26 14:40:06 sendUrl INFO 3 [947] -2015-01-26 14:40:56 queue INFO >>3 [948] -2015-01-26 14:40:56 sendUrl INFO 3 [948] -2015-01-26 14:41:08 queue INFO 7 [949] -2015-01-26 14:41:08 sendUrl INFO 7 [949] -2015-01-26 14:41:08 queue INFO >7 [950] -2015-01-26 14:41:09 sendUrl INFO 7 [950] -2015-01-26 14:41:10 queue INFO 3 [951] -2015-01-26 14:41:10 queue INFO >3 [952] -2015-01-26 14:41:10 sendUrl INFO 3 [951] -2015-01-26 14:41:11 sendUrl INFO 3 [952] -2015-01-26 14:42:00 queue INFO >>3 [953] -2015-01-26 14:42:00 sendUrl INFO 3 [953] -2015-01-26 14:42:50 queue INFO >>3 [954] -2015-01-26 14:42:50 sendUrl INFO 3 [954] -2015-01-26 14:43:02 queue INFO 7 [955] -2015-01-26 14:43:02 queue INFO >7 [956] -2015-01-26 14:43:02 sendUrl INFO 7 [955] -2015-01-26 14:43:02 sendUrl INFO 7 [956] -2015-01-26 14:43:03 queue INFO 3 [957] -2015-01-26 14:43:03 sendUrl INFO 3 [957] -2015-01-26 14:43:03 queue INFO >3 [958] -2015-01-26 14:43:04 sendUrl INFO 3 [958] -2015-01-26 14:43:53 queue INFO >>3 [959] -2015-01-26 14:43:54 sendUrl INFO 3 [959] -2015-01-26 14:44:44 queue INFO >>3 [960] -2015-01-26 14:44:44 sendUrl INFO 3 [960] -2015-01-26 14:44:56 queue INFO 7 [961] -2015-01-26 14:44:56 queue INFO >7 [962] -2015-01-26 14:44:56 sendUrl INFO 7 [961] -2015-01-26 14:44:57 sendUrl INFO 7 [962] -2015-01-26 14:44:57 queue INFO 3 [963] -2015-01-26 14:44:57 queue INFO >3 [964] -2015-01-26 14:44:58 sendUrl INFO 3 [963] -2015-01-26 14:44:58 sendUrl INFO 3 [964] -2015-01-26 14:45:47 queue INFO >>3 [965] -2015-01-26 14:45:48 sendUrl INFO 3 [965] -2015-01-26 14:46:38 queue INFO >>3 [966] -2015-01-26 14:46:38 sendUrl INFO 3 [966] -2015-01-26 14:46:49 queue INFO 7 [967] -2015-01-26 14:46:50 queue INFO >7 [968] -2015-01-26 14:46:50 sendUrl INFO 7 [967] -2015-01-26 14:46:50 sendUrl INFO 7 [968] -2015-01-26 14:46:51 queue INFO 3 [969] -2015-01-26 14:46:51 sendUrl INFO 3 [969] -2015-01-26 14:46:51 queue INFO >3 [970] -2015-01-26 14:46:51 sendUrl INFO 3 [970] -2015-01-26 14:47:41 queue INFO >>3 [971] -2015-01-26 14:47:41 sendUrl INFO 3 [971] -2015-01-26 14:48:31 queue INFO >>3 [972] -2015-01-26 14:48:32 sendUrl INFO 3 [972] -2015-01-26 14:48:43 queue INFO 7 [973] -2015-01-26 14:48:43 queue INFO >7 [974] -2015-01-26 14:48:43 sendUrl INFO 7 [973] -2015-01-26 14:48:44 sendUrl INFO 7 [974] -2015-01-26 14:48:44 queue INFO 3 [975] -2015-01-26 14:48:44 queue INFO >3 [976] -2015-01-26 14:48:45 sendUrl INFO 3 [975] -2015-01-26 14:48:45 sendUrl INFO 3 [976] -2015-01-26 14:49:34 queue INFO >>3 [977] -2015-01-26 14:49:35 sendUrl INFO 3 [977] -2015-01-26 14:50:24 queue INFO >>3 [978] -2015-01-26 14:50:25 sendUrl INFO 3 [978] -2015-01-26 14:50:36 queue INFO 7 [979] -2015-01-26 14:50:37 queue INFO >7 [980] -2015-01-26 14:50:37 sendUrl INFO 7 [979] -2015-01-26 14:50:37 sendUrl INFO 7 [980] -2015-01-26 14:50:38 queue INFO 3 [981] -2015-01-26 14:50:38 sendUrl INFO 3 [981] -2015-01-26 14:50:38 queue INFO >3 [982] -2015-01-26 14:50:38 sendUrl INFO 3 [982] -2015-01-26 14:51:28 queue INFO >>3 [983] -2015-01-26 14:51:28 sendUrl INFO 3 [983] -2015-01-26 14:52:18 queue INFO >>3 [984] -2015-01-26 14:52:19 sendUrl INFO 3 [984] -2015-01-26 14:52:30 queue INFO 7 [985] -2015-01-26 14:52:30 sendUrl INFO 7 [985] -2015-01-26 14:52:30 queue INFO >7 [986] -2015-01-26 14:52:31 sendUrl INFO 7 [986] -2015-01-26 14:52:31 queue INFO 3 [987] -2015-01-26 14:52:32 queue INFO >3 [988] -2015-01-26 14:52:32 sendUrl INFO 3 [987] -2015-01-26 14:52:32 sendUrl INFO 3 [988] -2015-01-26 14:53:22 queue INFO >>3 [989] -2015-01-26 14:53:22 sendUrl INFO 3 [989] -2015-01-26 14:54:12 queue INFO >>3 [990] -2015-01-26 14:54:12 sendUrl INFO 3 [990] -2015-01-26 14:54:24 queue INFO 7 [991] -2015-01-26 14:54:24 sendUrl INFO 7 [991] -2015-01-26 14:54:24 queue INFO >7 [992] -2015-01-26 14:54:24 sendUrl INFO 7 [992] -2015-01-26 14:54:25 queue INFO 3 [993] -2015-01-26 14:54:25 queue INFO >3 [994] -2015-01-26 14:54:25 sendUrl INFO 3 [993] -2015-01-26 14:54:26 sendUrl INFO 3 [994] -2015-01-26 14:55:15 queue INFO >>3 [995] -2015-01-26 14:55:16 sendUrl INFO 3 [995] -2015-01-26 14:56:05 queue INFO >>3 [996] -2015-01-26 14:56:06 sendUrl INFO 3 [996] -2015-01-26 14:56:18 queue INFO 7 [997] -2015-01-26 14:56:18 queue INFO >7 [998] -2015-01-26 14:56:18 sendUrl INFO 7 [997] -2015-01-26 14:56:19 sendUrl INFO 7 [998] -2015-01-26 14:56:19 queue INFO 3 [999] -2015-01-26 14:56:19 queue INFO >3 [0] -2015-01-26 14:56:20 sendUrl INFO 3 [999] -2015-01-26 14:56:20 sendUrl INFO 3 [0] -2015-01-26 14:57:09 queue INFO >>3 [1] -2015-01-26 14:57:10 sendUrl INFO 3 [1] -2015-01-26 14:58:00 queue INFO >>3 [2] -2015-01-26 14:58:00 sendUrl INFO 3 [2] -2015-01-26 14:58:11 queue INFO 7 [3] -2015-01-26 14:58:11 sendUrl INFO 7 [3] -2015-01-26 14:58:11 queue INFO >7 [4] -2015-01-26 14:58:12 sendUrl INFO 7 [4] -2015-01-26 14:58:13 queue INFO 3 [5] -2015-01-26 14:58:13 queue INFO >3 [6] -2015-01-26 14:58:13 sendUrl INFO 3 [5] -2015-01-26 14:58:14 sendUrl INFO 3 [6] -2015-01-26 14:59:03 queue INFO >>3 [7] -2015-01-26 14:59:03 sendUrl INFO 3 [7] -2015-01-26 14:59:53 queue INFO >>3 [8] -2015-01-26 14:59:54 sendUrl INFO 3 [8] -2015-01-26 15:00:05 queue INFO 7 [9] -2015-01-26 15:00:05 queue INFO >7 [10] -2015-01-26 15:00:05 sendUrl INFO 7 [9] -2015-01-26 15:00:06 sendUrl INFO 7 [10] -2015-01-26 15:00:06 queue INFO 3 [11] -2015-01-26 15:00:07 queue INFO >3 [12] -2015-01-26 15:00:07 sendUrl INFO 3 [11] -2015-01-26 15:00:07 sendUrl INFO 3 [12] -2015-01-26 15:00:57 queue INFO >>3 [13] -2015-01-26 15:00:57 sendUrl INFO 3 [13] -2015-01-26 15:01:47 queue INFO >>3 [14] -2015-01-26 15:01:47 sendUrl INFO 3 [14] -2015-01-26 15:01:58 queue INFO 7 [15] -2015-01-26 15:01:59 queue INFO >7 [16] -2015-01-26 15:01:59 sendUrl INFO 7 [15] -2015-01-26 15:01:59 sendUrl INFO 7 [16] -2015-01-26 15:02:00 queue INFO 3 [17] -2015-01-26 15:02:00 queue INFO >3 [18] -2015-01-26 15:02:00 sendUrl INFO 3 [17] -2015-01-26 15:02:00 sendUrl INFO 3 [18] -2015-01-26 15:02:50 queue INFO >>3 [19] -2015-01-26 15:02:50 sendUrl INFO 3 [19] -2015-01-26 15:03:40 queue INFO >>3 [20] -2015-01-26 15:03:41 sendUrl INFO 3 [20] -2015-01-26 15:03:52 queue INFO 7 [21] -2015-01-26 15:03:52 sendUrl INFO 7 [21] -2015-01-26 15:03:52 queue INFO >7 [22] -2015-01-26 15:03:53 sendUrl INFO 7 [22] -2015-01-26 15:03:53 queue INFO 3 [23] -2015-01-26 15:03:54 queue INFO >3 [24] -2015-01-26 15:03:54 sendUrl INFO 3 [23] -2015-01-26 15:03:54 sendUrl INFO 3 [24] -2015-01-26 15:04:44 queue INFO >>3 [25] -2015-01-26 15:04:44 sendUrl INFO 3 [25] -2015-01-26 15:05:34 queue INFO >>3 [26] -2015-01-26 15:05:34 sendUrl INFO 3 [26] -2015-01-26 15:05:46 queue INFO 7 [27] -2015-01-26 15:05:46 queue INFO >7 [28] -2015-01-26 15:05:46 sendUrl INFO 7 [27] -2015-01-26 15:05:46 sendUrl INFO 7 [28] -2015-01-26 15:05:47 queue INFO 3 [29] -2015-01-26 15:05:47 queue INFO >3 [30] -2015-01-26 15:05:47 sendUrl INFO 3 [29] -2015-01-26 15:05:48 sendUrl INFO 3 [30] -2015-01-26 15:06:37 queue INFO >>3 [31] -2015-01-26 15:06:38 sendUrl INFO 3 [31] -2015-01-26 15:07:28 queue INFO >>3 [32] -2015-01-26 15:07:28 sendUrl INFO 3 [32] -2015-01-26 15:07:40 queue INFO 7 [33] -2015-01-26 15:07:40 queue INFO >7 [34] -2015-01-26 15:07:40 sendUrl INFO 7 [33] -2015-01-26 15:07:41 sendUrl INFO 7 [34] -2015-01-26 15:07:41 queue INFO 3 [35] -2015-01-26 15:07:41 queue INFO >3 [36] -2015-01-26 15:07:42 sendUrl INFO 3 [35] -2015-01-26 15:07:42 sendUrl INFO 3 [36] -2015-01-26 15:08:31 queue INFO >>3 [37] -2015-01-26 15:08:32 sendUrl INFO 3 [37] -2015-01-26 15:09:21 queue INFO >>3 [38] -2015-01-26 15:09:22 sendUrl INFO 3 [38] -2015-01-26 15:09:33 queue INFO 7 [39] -2015-01-26 15:09:33 sendUrl INFO 7 [39] -2015-01-26 15:09:33 queue INFO >7 [40] -2015-01-26 15:09:34 sendUrl INFO 7 [40] -2015-01-26 15:09:35 queue INFO 3 [41] -2015-01-26 15:09:35 queue INFO >3 [42] -2015-01-26 15:09:35 sendUrl INFO 3 [41] -2015-01-26 15:09:36 sendUrl INFO 3 [42] -2015-01-26 15:10:25 queue INFO >>3 [43] -2015-01-26 15:10:25 sendUrl INFO 3 [43] -2015-01-26 15:11:15 queue INFO >>3 [44] -2015-01-26 15:11:16 sendUrl INFO 3 [44] -2015-01-26 15:11:27 queue INFO 7 [45] -2015-01-26 15:11:27 queue INFO >7 [46] -2015-01-26 15:11:27 sendUrl INFO 7 [45] -2015-01-26 15:11:28 sendUrl INFO 7 [46] -2015-01-26 15:11:28 queue INFO 3 [47] -2015-01-26 15:11:29 queue INFO >3 [48] -2015-01-26 15:11:29 sendUrl INFO 3 [47] -2015-01-26 15:11:29 sendUrl INFO 3 [48] -2015-01-26 15:12:19 queue INFO >>3 [49] -2015-01-26 15:12:19 sendUrl INFO 3 [49] -2015-01-26 15:12:55 queue INFO 1 [50] -2015-01-26 15:12:55 sendUrl INFO 1 [50] -2015-01-26 15:12:55 queue INFO >1 [51] -2015-01-26 15:12:56 sendUrl INFO 1 [51] -2015-01-26 15:13:45 queue INFO >>1 [52] -2015-01-26 15:13:46 sendUrl INFO 1 [52] -2015-01-26 15:14:35 queue INFO >>1 [53] -2015-01-26 15:14:36 sendUrl INFO 1 [53] -2015-01-26 15:15:26 queue INFO >>1 [54] -2015-01-26 15:15:26 sendUrl INFO 1 [54] -2015-01-26 15:16:00 queue INFO 5 [55] -2015-01-26 15:16:00 queue INFO >5 [56] -2015-01-26 15:16:01 sendUrl INFO 5 [55] -2015-01-26 15:16:01 sendUrl INFO 5 [56] -2015-01-26 15:16:02 queue INFO 1 [57] -2015-01-26 15:16:02 queue INFO >1 [58] -2015-01-26 15:16:02 sendUrl INFO 1 [57] -2015-01-26 15:16:02 queue INFO 3 [59] -2015-01-26 15:16:02 queue INFO >3 [60] -2015-01-26 15:16:03 sendUrl INFO 1 [58] -2015-01-26 15:16:03 sendUrl INFO 3 [59] -2015-01-26 15:16:04 sendUrl INFO 3 [60] -2015-01-26 15:16:52 queue INFO >>3 [61] -2015-01-26 15:16:53 sendUrl INFO 3 [61] -2015-01-26 15:17:42 queue INFO >>3 [62] -2015-01-26 15:17:43 sendUrl INFO 3 [62] -2015-01-26 15:17:54 queue INFO 7 [63] -2015-01-26 15:17:54 queue INFO >7 [64] -2015-01-26 15:17:54 sendUrl INFO 7 [63] -2015-01-26 15:17:55 sendUrl INFO 7 [64] -2015-01-26 15:17:55 queue INFO 3 [65] -2015-01-26 15:17:55 queue INFO >3 [66] -2015-01-26 15:17:55 sendUrl INFO 3 [65] -2015-01-26 15:17:56 sendUrl INFO 3 [66] -2015-01-26 15:18:45 queue INFO >>3 [67] -2015-01-26 15:18:46 sendUrl INFO 3 [67] -2015-01-26 15:19:35 queue INFO >>3 [68] -2015-01-26 15:19:35 sendUrl INFO 3 [68] -2015-01-26 15:19:47 queue INFO 7 [69] -2015-01-26 15:19:47 queue INFO >7 [70] -2015-01-26 15:19:48 sendUrl INFO 7 [69] -2015-01-26 15:19:48 sendUrl INFO 7 [70] -2015-01-26 15:19:49 queue INFO 3 [71] -2015-01-26 15:19:49 queue INFO >3 [72] -2015-01-26 15:19:49 sendUrl INFO 3 [71] -2015-01-26 15:19:50 sendUrl INFO 3 [72] -2015-01-26 15:20:39 queue INFO >>3 [73] -2015-01-26 15:20:39 sendUrl INFO 3 [73] -2015-01-26 15:21:29 queue INFO >>3 [74] -2015-01-26 15:21:29 sendUrl INFO 3 [74] -2015-01-26 15:21:41 queue INFO 7 [75] -2015-01-26 15:21:41 queue INFO >7 [76] -2015-01-26 15:21:41 sendUrl INFO 7 [75] -2015-01-26 15:21:42 sendUrl INFO 7 [76] -2015-01-26 15:21:42 queue INFO 3 [77] -2015-01-26 15:21:43 queue INFO >3 [78] -2015-01-26 15:21:43 sendUrl INFO 3 [77] -2015-01-26 15:21:43 sendUrl INFO 3 [78] -2015-01-26 15:22:32 queue INFO >>3 [79] -2015-01-26 15:22:33 sendUrl INFO 3 [79] -2015-01-26 15:23:23 queue INFO >>3 [80] -2015-01-26 15:23:23 sendUrl INFO 3 [80] -2015-01-26 15:23:34 queue INFO 7 [81] -2015-01-26 15:23:35 sendUrl INFO 7 [81] -2015-01-26 15:23:35 queue INFO >7 [82] -2015-01-26 15:23:35 sendUrl INFO 7 [82] -2015-01-26 15:23:36 queue INFO 3 [83] -2015-01-26 15:23:36 queue INFO >3 [84] -2015-01-26 15:23:37 sendUrl INFO 3 [83] -2015-01-26 15:23:37 sendUrl INFO 3 [84] -2015-01-26 15:24:26 queue INFO >>3 [85] -2015-01-26 15:24:26 sendUrl INFO 3 [85] -2015-01-26 15:25:16 queue INFO >>3 [86] -2015-01-26 15:25:17 sendUrl INFO 3 [86] -2015-01-26 15:25:29 queue INFO 7 [87] -2015-01-26 15:25:29 queue INFO >7 [88] -2015-01-26 15:25:29 sendUrl INFO 7 [87] -2015-01-26 15:25:29 sendUrl INFO 7 [88] -2015-01-26 15:25:30 queue INFO 3 [89] -2015-01-26 15:25:30 queue INFO >3 [90] -2015-01-26 15:25:30 sendUrl INFO 3 [89] -2015-01-26 15:25:31 sendUrl INFO 3 [90] -2015-01-26 15:26:20 queue INFO >>3 [91] -2015-01-26 15:26:21 sendUrl INFO 3 [91] -2015-01-26 15:27:10 queue INFO >>3 [92] -2015-01-26 15:27:10 sendUrl INFO 3 [92] -2015-01-26 15:27:22 queue INFO 7 [93] -2015-01-26 15:27:22 queue INFO >7 [94] -2015-01-26 15:27:23 sendUrl INFO 7 [93] -2015-01-26 15:27:23 sendUrl INFO 7 [94] -2015-01-26 15:27:24 queue INFO 3 [95] -2015-01-26 15:27:24 queue INFO >3 [96] -2015-01-26 15:27:24 sendUrl INFO 3 [95] -2015-01-26 15:27:25 sendUrl INFO 3 [96] -2015-01-26 15:28:14 queue INFO >>3 [97] -2015-01-26 15:28:14 sendUrl INFO 3 [97] -2015-01-26 15:29:04 queue INFO >>3 [98] -2015-01-26 15:29:04 sendUrl INFO 3 [98] -2015-01-26 15:29:16 queue INFO 7 [99] -2015-01-26 15:29:16 sendUrl INFO 7 [99] -2015-01-26 15:29:16 queue INFO >7 [100] -2015-01-26 15:29:16 sendUrl INFO 7 [100] -2015-01-26 15:29:17 queue INFO 3 [101] -2015-01-26 15:29:17 queue INFO >3 [102] -2015-01-26 15:29:17 sendUrl INFO 3 [101] -2015-01-26 15:29:18 sendUrl INFO 3 [102] -2015-01-26 15:30:07 queue INFO >>3 [103] -2015-01-26 15:30:08 sendUrl INFO 3 [103] -2015-01-26 15:30:57 queue INFO >>3 [104] -2015-01-26 15:30:57 sendUrl INFO 3 [104] -2015-01-26 15:31:09 queue INFO 7 [105] -2015-01-26 15:31:09 queue INFO >7 [106] -2015-01-26 15:31:10 sendUrl INFO 7 [105] -2015-01-26 15:31:10 sendUrl INFO 7 [106] -2015-01-26 15:31:11 queue INFO 3 [107] -2015-01-26 15:31:11 queue INFO >3 [108] -2015-01-26 15:31:11 sendUrl INFO 3 [107] -2015-01-26 15:31:12 sendUrl INFO 3 [108] -2015-01-26 15:32:01 queue INFO >>3 [109] -2015-01-26 15:32:01 sendUrl INFO 3 [109] -2015-01-26 15:32:51 queue INFO >>3 [110] -2015-01-26 15:32:51 sendUrl INFO 3 [110] -2015-01-26 15:33:03 queue INFO 7 [111] -2015-01-26 15:33:03 queue INFO >7 [112] -2015-01-26 15:33:03 sendUrl INFO 7 [111] -2015-01-26 15:33:04 sendUrl INFO 7 [112] -2015-01-26 15:33:04 queue INFO 3 [113] -2015-01-26 15:33:05 queue INFO >3 [114] -2015-01-26 15:33:05 sendUrl INFO 3 [113] -2015-01-26 15:33:05 sendUrl INFO 3 [114] -2015-01-26 15:33:55 queue INFO >>3 [115] -2015-01-26 15:33:55 sendUrl INFO 3 [115] -2015-01-26 15:34:45 queue INFO >>3 [116] -2015-01-26 15:34:45 sendUrl INFO 3 [116] -2015-01-26 15:34:57 queue INFO 7 [117] -2015-01-26 15:34:57 queue INFO >7 [118] -2015-01-26 15:34:57 sendUrl INFO 7 [117] -2015-01-26 15:34:58 sendUrl INFO 7 [118] -2015-01-26 15:34:58 queue INFO 3 [119] -2015-01-26 15:34:58 queue INFO >3 [120] -2015-01-26 15:34:59 sendUrl INFO 3 [119] -2015-01-26 15:34:59 sendUrl INFO 3 [120] -2015-01-26 15:35:48 queue INFO >>3 [121] -2015-01-26 15:35:48 sendUrl INFO 3 [121] -2015-01-26 15:36:38 queue INFO >>3 [122] -2015-01-26 15:36:39 sendUrl INFO 3 [122] -2015-01-26 15:36:51 queue INFO 7 [123] -2015-01-26 15:36:51 queue INFO >7 [124] -2015-01-26 15:36:51 program INFO WAIT active send to complete -2015-01-26 15:36:52 sendUrl INFO 7 [123] -2015-01-26 15:36:52 sendUrl INFO 7 [124] -2015-01-26 15:36:52 queue INFO 3 [125] -2015-01-26 15:36:52 queue INFO >3 [126] -2015-01-26 15:36:53 sendUrl INFO 3 [125] -2015-01-26 15:36:53 sendUrl INFO 3 [126] -2015-01-26 15:37:42 queue INFO >>3 [127] -2015-01-26 15:37:43 sendUrl INFO 3 [127] -2015-01-26 15:38:32 queue INFO >>3 [128] -2015-01-26 15:38:33 sendUrl INFO 3 [128] -2015-01-26 15:38:44 queue INFO 7 [129] -2015-01-26 15:38:44 queue INFO >7 [130] -2015-01-26 15:38:45 sendUrl INFO 7 [129] -2015-01-26 15:38:45 sendUrl INFO 7 [130] -2015-01-26 15:38:46 queue INFO 3 [131] -2015-01-26 15:38:46 queue INFO >3 [132] -2015-01-26 15:38:46 sendUrl INFO 3 [131] -2015-01-26 15:38:47 sendUrl INFO 3 [132] -2015-01-26 15:39:36 queue INFO >>3 [133] -2015-01-26 15:39:36 sendUrl INFO 3 [133] -2015-01-26 15:40:26 queue INFO >>3 [134] -2015-01-26 15:40:26 sendUrl INFO 3 [134] -2015-01-26 15:40:38 queue INFO 7 [135] -2015-01-26 15:40:38 sendUrl INFO 7 [135] -2015-01-26 15:40:38 queue INFO >7 [136] -2015-01-26 15:40:38 sendUrl INFO 7 [136] -2015-01-26 15:40:39 queue INFO 3 [137] -2015-01-26 15:40:39 queue INFO >3 [138] -2015-01-26 15:40:39 sendUrl INFO 3 [137] -2015-01-26 15:40:40 sendUrl INFO 3 [138] -2015-01-26 15:41:29 queue INFO >>3 [139] -2015-01-26 15:41:30 sendUrl INFO 3 [139] -2015-01-26 15:42:19 queue INFO >>3 [140] -2015-01-26 15:42:20 sendUrl INFO 3 [140] -2015-01-26 15:42:31 queue INFO 7 [141] -2015-01-26 15:42:31 queue INFO >7 [142] -2015-01-26 15:42:32 sendUrl INFO 7 [141] -2015-01-26 15:42:32 sendUrl INFO 7 [142] -2015-01-26 15:42:33 queue INFO 3 [143] -2015-01-26 15:42:33 queue INFO >3 [144] -2015-01-26 15:42:33 sendUrl INFO 3 [143] -2015-01-26 15:42:34 sendUrl INFO 3 [144] -2015-01-26 15:43:23 queue INFO >>3 [145] -2015-01-26 15:43:23 sendUrl INFO 3 [145] -2015-01-26 15:44:13 queue INFO >>3 [146] -2015-01-26 15:44:13 sendUrl INFO 3 [146] -2015-01-26 15:44:25 queue INFO 7 [147] -2015-01-26 15:44:25 queue INFO >7 [148] -2015-01-26 15:44:25 sendUrl INFO 7 [147] -2015-01-26 15:44:26 sendUrl INFO 7 [148] -2015-01-26 15:44:26 queue INFO 3 [149] -2015-01-26 15:44:27 queue INFO >3 [150] -2015-01-26 15:44:27 sendUrl INFO 3 [149] -2015-01-26 15:44:27 sendUrl INFO 3 [150] -2015-01-26 15:45:17 queue INFO >>3 [151] -2015-01-26 15:45:17 sendUrl INFO 3 [151] -2015-01-26 15:46:07 queue INFO >>3 [152] -2015-01-26 15:46:07 sendUrl INFO 3 [152] -2015-01-26 15:46:19 queue INFO 7 [153] -2015-01-26 15:46:19 sendUrl INFO 7 [153] -2015-01-26 15:46:19 queue INFO >7 [154] -2015-01-26 15:46:19 sendUrl INFO 7 [154] -2015-01-26 15:46:20 queue INFO 3 [155] -2015-01-26 15:46:20 queue INFO >3 [156] -2015-01-26 15:46:21 sendUrl INFO 3 [155] -2015-01-26 15:46:21 sendUrl INFO 3 [156] -2015-01-26 15:47:10 queue INFO >>3 [157] -2015-01-26 15:47:10 sendUrl INFO 3 [157] -2015-01-26 15:48:00 queue INFO >>3 [158] -2015-01-26 15:48:01 sendUrl INFO 3 [158] -2015-01-26 15:48:13 queue INFO 7 [159] -2015-01-26 15:48:13 queue INFO >7 [160] -2015-01-26 15:48:13 sendUrl INFO 7 [159] -2015-01-26 15:48:13 sendUrl INFO 7 [160] -2015-01-26 15:48:14 queue INFO 3 [161] -2015-01-26 15:48:14 queue INFO >3 [162] -2015-01-26 15:48:14 sendUrl INFO 3 [161] -2015-01-26 15:48:15 sendUrl INFO 3 [162] -2015-01-26 15:49:04 queue INFO >>3 [163] -2015-01-26 15:49:04 sendUrl INFO 3 [163] -2015-01-26 15:49:54 queue INFO >>3 [164] -2015-01-26 15:49:55 sendUrl INFO 3 [164] -2015-01-26 15:50:06 queue INFO 7 [165] -2015-01-26 15:50:07 queue INFO >7 [166] -2015-01-26 15:50:07 sendUrl INFO 7 [165] -2015-01-26 15:50:07 sendUrl INFO 7 [166] -2015-01-26 15:50:08 queue INFO 3 [167] -2015-01-26 15:50:08 queue INFO >3 [168] -2015-01-26 15:50:08 sendUrl INFO 3 [167] -2015-01-26 15:50:09 sendUrl INFO 3 [168] -2015-01-26 15:50:58 queue INFO >>3 [169] -2015-01-26 15:50:58 sendUrl INFO 3 [169] -2015-01-26 15:51:48 queue INFO >>3 [170] -2015-01-26 15:51:48 sendUrl INFO 3 [170] -2015-01-26 15:52:00 queue INFO 7 [171] -2015-01-26 15:52:00 queue INFO >7 [172] -2015-01-26 15:52:00 sendUrl INFO 7 [171] -2015-01-26 15:52:01 sendUrl INFO 7 [172] -2015-01-26 15:52:01 queue INFO 3 [173] -2015-01-26 15:52:01 sendUrl INFO 3 [173] -2015-01-26 15:52:01 queue INFO >3 [174] -2015-01-26 15:52:02 sendUrl INFO 3 [174] -2015-01-26 15:52:51 queue INFO >>3 [175] -2015-01-26 15:52:52 sendUrl INFO 3 [175] -2015-01-26 15:53:42 queue INFO >>3 [176] -2015-01-26 15:53:42 sendUrl INFO 3 [176] -2015-01-26 15:53:53 queue INFO 7 [177] -2015-01-26 15:53:53 queue INFO >7 [178] -2015-01-26 15:53:54 sendUrl INFO 7 [177] -2015-01-26 15:53:54 sendUrl INFO 7 [178] -2015-01-26 15:53:55 queue INFO 3 [179] -2015-01-26 15:53:55 queue INFO >3 [180] -2015-01-26 15:53:55 sendUrl INFO 3 [179] -2015-01-26 15:53:56 sendUrl INFO 3 [180] -2015-01-26 15:54:45 queue INFO >>3 [181] -2015-01-26 15:54:45 sendUrl INFO 3 [181] -2015-01-26 15:55:35 queue INFO >>3 [182] -2015-01-26 15:55:35 sendUrl INFO 3 [182] -2015-01-26 15:55:47 queue INFO 7 [183] -2015-01-26 15:55:47 queue INFO >7 [184] -2015-01-26 15:55:47 sendUrl INFO 7 [183] -2015-01-26 15:55:48 sendUrl INFO 7 [184] -2015-01-26 15:55:48 queue INFO 3 [185] -2015-01-26 15:55:49 queue INFO >3 [186] -2015-01-26 15:55:49 sendUrl INFO 3 [185] -2015-01-26 15:55:49 sendUrl INFO 3 [186] -2015-01-26 15:56:38 queue INFO >>3 [187] -2015-01-26 15:56:39 sendUrl INFO 3 [187] -2015-01-26 15:57:29 queue INFO >>3 [188] -2015-01-26 15:57:29 sendUrl INFO 3 [188] -2015-01-26 15:57:41 queue INFO 7 [189] -2015-01-26 15:57:41 queue INFO >7 [190] -2015-01-26 15:57:41 sendUrl INFO 7 [189] -2015-01-26 15:57:42 sendUrl INFO 7 [190] -2015-01-26 15:57:42 queue INFO 3 [191] -2015-01-26 15:57:42 queue INFO >3 [192] -2015-01-26 15:57:43 sendUrl INFO 3 [191] -2015-01-26 15:57:43 sendUrl INFO 3 [192] -2015-01-26 15:58:32 queue INFO >>3 [193] -2015-01-26 15:58:33 sendUrl INFO 3 [193] -2015-01-26 15:59:22 queue INFO >>3 [194] -2015-01-26 15:59:23 sendUrl INFO 3 [194] -2015-01-26 15:59:35 queue INFO 7 [195] -2015-01-26 15:59:35 queue INFO >7 [196] -2015-01-26 15:59:35 sendUrl INFO 7 [195] -2015-01-26 15:59:35 sendUrl INFO 7 [196] -2015-01-26 15:59:36 queue INFO 3 [197] -2015-01-26 15:59:36 queue INFO >3 [198] -2015-01-26 15:59:36 sendUrl INFO 3 [197] -2015-01-26 15:59:37 sendUrl INFO 3 [198] -2015-01-26 16:00:26 queue INFO >>3 [199] -2015-01-26 16:00:27 sendUrl INFO 3 [199] -2015-01-26 16:01:17 queue INFO >>3 [200] -2015-01-26 16:01:17 sendUrl INFO 3 [200] -2015-01-26 16:01:28 queue INFO 7 [201] -2015-01-26 16:01:28 queue INFO >7 [202] -2015-01-26 16:01:29 sendUrl INFO 7 [201] -2015-01-26 16:01:29 sendUrl INFO 7 [202] -2015-01-26 16:01:30 queue INFO 3 [203] -2015-01-26 16:01:30 queue INFO >3 [204] -2015-01-26 16:01:30 sendUrl INFO 3 [203] -2015-01-26 16:01:31 sendUrl INFO 3 [204] -2015-01-26 16:02:20 queue INFO >>3 [205] -2015-01-26 16:02:21 sendUrl INFO 3 [205] -2015-01-26 16:03:10 queue INFO >>3 [206] -2015-01-26 16:03:10 sendUrl INFO 3 [206] -2015-01-26 16:03:22 queue INFO 7 [207] -2015-01-26 16:03:22 queue INFO >7 [208] -2015-01-26 16:03:22 sendUrl INFO 7 [207] -2015-01-26 16:03:22 sendUrl INFO 7 [208] -2015-01-26 16:03:23 queue INFO 3 [209] -2015-01-26 16:03:23 sendUrl INFO 3 [209] -2015-01-26 16:03:24 queue INFO >3 [210] -2015-01-26 16:03:24 sendUrl INFO 3 [210] -2015-01-26 16:04:13 queue INFO >>3 [211] -2015-01-26 16:04:14 sendUrl INFO 3 [211] -2015-01-26 16:05:04 queue INFO >>3 [212] -2015-01-26 16:05:04 sendUrl INFO 3 [212] -2015-01-26 16:05:15 queue INFO 7 [213] -2015-01-26 16:05:15 queue INFO >7 [214] -2015-01-26 16:05:16 sendUrl INFO 7 [213] -2015-01-26 16:05:16 sendUrl INFO 7 [214] -2015-01-26 16:05:17 queue INFO 3 [215] -2015-01-26 16:05:17 queue INFO >3 [216] -2015-01-26 16:05:17 sendUrl INFO 3 [215] -2015-01-26 16:05:18 sendUrl INFO 3 [216] -2015-01-26 16:06:07 queue INFO >>3 [217] -2015-01-26 16:06:07 sendUrl INFO 3 [217] -2015-01-26 16:06:57 queue INFO >>3 [218] -2015-01-26 16:06:57 sendUrl INFO 3 [218] -2015-01-26 16:07:09 queue INFO 7 [219] -2015-01-26 16:07:09 queue INFO >7 [220] -2015-01-26 16:07:09 sendUrl INFO 7 [219] -2015-01-26 16:07:10 sendUrl INFO 7 [220] -2015-01-26 16:07:10 queue INFO 3 [221] -2015-01-26 16:07:11 queue INFO >3 [222] -2015-01-26 16:07:11 sendUrl INFO 3 [221] -2015-01-26 16:07:11 sendUrl INFO 3 [222] -2015-01-26 16:08:01 queue INFO >>3 [223] -2015-01-26 16:08:01 sendUrl INFO 3 [223] -2015-01-26 16:08:51 queue INFO >>3 [224] -2015-01-26 16:08:51 sendUrl INFO 3 [224] -2015-01-26 16:09:03 queue INFO 7 [225] -2015-01-26 16:09:03 sendUrl INFO 7 [225] -2015-01-26 16:09:03 queue INFO >7 [226] -2015-01-26 16:09:03 sendUrl INFO 7 [226] -2015-01-26 16:09:04 queue INFO 3 [227] -2015-01-26 16:09:04 queue INFO >3 [228] -2015-01-26 16:09:05 sendUrl INFO 3 [227] -2015-01-26 16:09:05 sendUrl INFO 3 [228] -2015-01-26 16:09:54 queue INFO >>3 [229] -2015-01-26 16:09:55 sendUrl INFO 3 [229] -2015-01-26 16:10:44 queue INFO >>3 [230] -2015-01-26 16:10:45 sendUrl INFO 3 [230] -2015-01-26 16:10:57 queue INFO 7 [231] -2015-01-26 16:10:57 queue INFO >7 [232] -2015-01-26 16:10:57 sendUrl INFO 7 [231] -2015-01-26 16:10:57 sendUrl INFO 7 [232] -2015-01-26 16:10:58 queue INFO 3 [233] -2015-01-26 16:10:58 queue INFO >3 [234] -2015-01-26 16:10:58 sendUrl INFO 3 [233] -2015-01-26 16:10:59 sendUrl INFO 3 [234] -2015-01-26 16:11:48 queue INFO >>3 [235] -2015-01-26 16:11:49 sendUrl INFO 3 [235] -2015-01-26 16:12:38 queue INFO >>3 [236] -2015-01-26 16:12:39 sendUrl INFO 3 [236] -2015-01-26 16:12:50 queue INFO 7 [237] -2015-01-26 16:12:50 queue INFO >7 [238] -2015-01-26 16:12:51 sendUrl INFO 7 [237] -2015-01-26 16:12:51 sendUrl INFO 7 [238] -2015-01-26 16:12:52 queue INFO 3 [239] -2015-01-26 16:12:52 queue INFO >3 [240] -2015-01-26 16:12:52 sendUrl INFO 3 [239] -2015-01-26 16:12:53 sendUrl INFO 3 [240] -2015-01-26 16:13:42 queue INFO >>3 [241] -2015-01-26 16:13:43 sendUrl INFO 3 [241] -2015-01-26 16:14:32 queue INFO >>3 [242] -2015-01-26 16:14:32 sendUrl INFO 3 [242] -2015-01-26 16:14:44 queue INFO 7 [243] -2015-01-26 16:14:44 sendUrl INFO 7 [243] -2015-01-26 16:14:44 queue INFO >7 [244] -2015-01-26 16:14:44 sendUrl INFO 7 [244] -2015-01-26 16:14:45 queue INFO 3 [245] -2015-01-26 16:14:46 queue INFO >3 [246] -2015-01-26 16:14:46 sendUrl INFO 3 [245] -2015-01-26 16:14:46 sendUrl INFO 3 [246] -2015-01-26 16:15:36 queue INFO >>3 [247] -2015-01-26 16:15:36 sendUrl INFO 3 [247] -2015-01-26 16:16:26 queue INFO >>3 [248] -2015-01-26 16:16:26 sendUrl INFO 3 [248] -2015-01-26 16:16:37 queue INFO 7 [249] -2015-01-26 16:16:38 queue INFO >7 [250] -2015-01-26 16:16:38 sendUrl INFO 7 [249] -2015-01-26 16:16:38 sendUrl INFO 7 [250] -2015-01-26 16:16:39 queue INFO 3 [251] -2015-01-26 16:16:39 queue INFO >3 [252] -2015-01-26 16:16:39 sendUrl INFO 3 [251] -2015-01-26 16:16:40 sendUrl INFO 3 [252] -2015-01-26 16:17:29 queue INFO >>3 [253] -2015-01-26 16:17:29 sendUrl INFO 3 [253] -2015-01-26 16:18:19 queue INFO >>3 [254] -2015-01-26 16:18:19 sendUrl INFO 3 [254] -2015-01-26 16:18:31 queue INFO 7 [255] -2015-01-26 16:18:31 queue INFO >7 [256] -2015-01-26 16:18:31 sendUrl INFO 7 [255] -2015-01-26 16:18:32 sendUrl INFO 7 [256] -2015-01-26 16:18:33 queue INFO 3 [257] -2015-01-26 16:18:33 queue INFO >3 [258] -2015-01-26 16:18:33 sendUrl INFO 3 [257] -2015-01-26 16:18:33 sendUrl INFO 3 [258] -2015-01-26 16:19:23 queue INFO >>3 [259] -2015-01-26 16:19:23 sendUrl INFO 3 [259] -2015-01-26 16:20:13 queue INFO >>3 [260] -2015-01-26 16:20:13 sendUrl INFO 3 [260] -2015-01-26 16:20:25 queue INFO 7 [261] -2015-01-26 16:20:25 queue INFO >7 [262] -2015-01-26 16:20:25 sendUrl INFO 7 [261] -2015-01-26 16:20:26 sendUrl INFO 7 [262] -2015-01-26 16:20:26 queue INFO 3 [263] -2015-01-26 16:20:26 queue INFO >3 [264] -2015-01-26 16:20:27 sendUrl INFO 3 [263] -2015-01-26 16:20:27 sendUrl INFO 3 [264] -2015-01-26 16:21:16 queue INFO >>3 [265] -2015-01-26 16:21:17 sendUrl INFO 3 [265] -2015-01-26 16:22:07 queue INFO >>3 [266] -2015-01-26 16:22:07 sendUrl INFO 3 [266] -2015-01-26 16:22:19 queue INFO 7 [267] -2015-01-26 16:22:19 queue INFO >7 [268] -2015-01-26 16:22:19 sendUrl INFO 7 [267] -2015-01-26 16:22:19 sendUrl INFO 7 [268] -2015-01-26 16:22:20 queue INFO 3 [269] -2015-01-26 16:22:20 queue INFO >3 [270] -2015-01-26 16:22:21 sendUrl INFO 3 [269] -2015-01-26 16:22:21 sendUrl INFO 3 [270] -2015-01-26 16:23:10 queue INFO >>3 [271] -2015-01-26 16:23:11 sendUrl INFO 3 [271] -2015-01-26 16:24:00 queue INFO >>3 [272] -2015-01-26 16:24:01 sendUrl INFO 3 [272] -2015-01-26 16:24:12 queue INFO 7 [273] -2015-01-26 16:24:13 queue INFO >7 [274] -2015-01-26 16:24:13 sendUrl INFO 7 [273] -2015-01-26 16:24:13 sendUrl INFO 7 [274] -2015-01-26 16:24:14 queue INFO 3 [275] -2015-01-26 16:24:14 queue INFO >3 [276] -2015-01-26 16:24:14 sendUrl INFO 3 [275] -2015-01-26 16:24:15 sendUrl INFO 3 [276] -2015-01-26 16:24:16 queue INFO 83 [277] -2015-01-26 16:24:16 queue INFO >83 [278] -2015-01-26 16:24:16 sendUrl INFO 83 [277] -2015-01-26 16:24:17 sendUrl INFO 83 [278] -2015-01-26 16:25:06 queue INFO >>83 [279] -2015-01-26 16:25:06 sendUrl INFO 83 [279] -2015-01-26 16:25:56 queue INFO >>83 [280] -2015-01-26 16:25:56 sendUrl INFO 83 [280] -2015-01-26 16:26:46 queue INFO >>83 [281] -2015-01-26 16:26:47 sendUrl INFO 83 [281] -2015-01-26 16:27:36 queue INFO >>83 [282] -2015-01-26 16:27:37 sendUrl INFO 83 [282] -2015-01-26 16:28:27 queue INFO >>83 [283] -2015-01-26 16:28:27 sendUrl INFO 83 [283] -2015-01-26 16:29:17 queue INFO >>83 [284] -2015-01-26 16:29:17 sendUrl INFO 83 [284] -2015-01-26 16:30:07 queue INFO >>83 [285] -2015-01-26 16:30:07 sendUrl INFO 83 [285] -2015-01-26 16:30:57 queue INFO >>83 [286] -2015-01-26 16:30:57 sendUrl INFO 83 [286] -2015-01-26 16:31:47 queue INFO >>83 [287] -2015-01-26 16:31:47 sendUrl INFO 83 [287] -2015-01-26 16:32:37 queue INFO >>83 [288] -2015-01-26 16:32:38 sendUrl INFO 83 [288] -2015-01-26 16:33:27 queue INFO >>83 [289] -2015-01-26 16:33:28 sendUrl INFO 83 [289] -2015-01-26 16:34:18 queue INFO >>83 [290] -2015-01-26 16:34:18 sendUrl INFO 83 [290] -2015-01-26 16:35:08 queue INFO >>83 [291] -2015-01-26 16:35:08 sendUrl INFO 83 [291] -2015-01-26 16:35:58 queue INFO >>83 [292] -2015-01-26 16:35:58 sendUrl INFO 83 [292] -2015-01-26 16:36:48 queue INFO >>83 [293] -2015-01-26 16:36:48 sendUrl INFO 83 [293] -2015-01-26 16:37:38 queue INFO >>83 [294] -2015-01-26 16:37:39 sendUrl INFO 83 [294] -2015-01-26 16:38:28 queue INFO >>83 [295] -2015-01-26 16:38:29 sendUrl INFO 83 [295] -2015-01-26 16:39:18 queue INFO >>83 [296] -2015-01-26 16:39:19 sendUrl INFO 83 [296] -2015-01-26 16:40:09 queue INFO >>83 [297] -2015-01-26 16:40:09 sendUrl INFO 83 [297] -2015-01-26 16:40:59 queue INFO >>83 [298] -2015-01-26 16:40:59 sendUrl INFO 83 [298] -2015-01-26 16:41:49 queue INFO >>83 [299] -2015-01-26 16:41:49 sendUrl INFO 83 [299] -2015-01-26 16:42:39 queue INFO >>83 [300] -2015-01-26 16:42:40 sendUrl INFO 83 [300] -2015-01-26 16:43:29 queue INFO >>83 [301] -2015-01-26 16:43:29 sendUrl INFO 83 [301] -2015-01-26 16:44:19 queue INFO >>83 [302] -2015-01-26 16:44:20 sendUrl INFO 83 [302] -2015-01-26 16:45:09 queue INFO >>83 [303] -2015-01-26 16:45:10 sendUrl INFO 83 [303] -2015-01-26 16:46:00 queue INFO >>83 [304] -2015-01-26 16:46:00 sendUrl INFO 83 [304] -2015-01-26 16:46:50 queue INFO >>83 [305] -2015-01-26 16:46:50 sendUrl INFO 83 [305] -2015-01-26 16:47:40 queue INFO >>83 [306] -2015-01-26 16:47:40 sendUrl INFO 83 [306] -2015-01-26 16:48:30 queue INFO >>83 [307] -2015-01-26 16:48:30 sendUrl INFO 83 [307] -2015-01-26 16:49:20 queue INFO >>83 [308] -2015-01-26 16:49:21 sendUrl INFO 83 [308] -2015-01-26 16:50:10 queue INFO >>83 [309] -2015-01-26 16:50:11 sendUrl INFO 83 [309] -2015-01-26 16:51:00 queue INFO >>83 [310] -2015-01-26 16:51:01 sendUrl INFO 83 [310] -2015-01-26 16:51:51 queue INFO >>83 [311] -2015-01-26 16:51:51 sendUrl INFO 83 [311] -2015-01-26 16:52:41 queue INFO >>83 [312] -2015-01-26 16:52:41 sendUrl INFO 83 [312] -2015-01-26 16:53:31 queue INFO >>83 [313] -2015-01-26 16:53:31 sendUrl INFO 83 [313] -2015-01-26 16:54:18 queue INFO 81 [314] -2015-01-26 16:54:18 sendUrl INFO 81 [314] -2015-01-26 16:54:18 queue INFO >81 [315] -2015-01-26 16:54:19 sendUrl INFO 81 [315] -2015-01-26 16:54:36 queue INFO 1 [316] -2015-01-26 16:54:36 queue INFO >1 [317] -2015-01-26 16:54:37 sendUrl INFO 1 [316] -2015-01-26 16:54:37 sendUrl INFO 1 [317] -2015-01-26 16:55:26 queue INFO >>1 [318] -2015-01-26 16:55:27 sendUrl INFO 1 [318] -2015-01-26 16:56:17 queue INFO >>1 [319] -2015-01-26 16:56:17 sendUrl INFO 1 [319] -2015-01-26 16:57:07 queue INFO >>1 [320] -2015-01-26 16:57:07 sendUrl INFO 1 [320] -2015-01-26 16:57:10 queue INFO 21 [321] -2015-01-26 16:57:10 queue INFO >21 [322] -2015-01-26 16:57:10 sendUrl INFO 21 [321] -2015-01-26 16:57:11 sendUrl INFO 21 [322] -2015-01-26 16:58:00 queue INFO >>21 [323] -2015-01-26 16:58:00 sendUrl INFO 21 [323] -2015-01-26 16:58:50 queue INFO >>21 [324] -2015-01-26 16:58:50 sendUrl INFO 21 [324] -2015-01-26 16:58:58 queue INFO 1 [325] -2015-01-26 16:58:58 sendUrl INFO 1 [325] -2015-01-26 16:58:58 queue INFO >1 [326] -2015-01-26 16:58:58 sendUrl INFO 1 [326] -2015-01-26 16:59:23 queue INFO 5 [327] -2015-01-26 16:59:24 queue INFO >5 [328] -2015-01-26 16:59:24 sendUrl INFO 5 [327] -2015-01-26 16:59:24 sendUrl INFO 5 [328] -2015-01-26 16:59:25 queue INFO 1 [329] -2015-01-26 16:59:25 queue INFO >1 [330] -2015-01-26 16:59:25 sendUrl INFO 1 [329] -2015-01-26 16:59:26 queue INFO 3 [331] -2015-01-26 16:59:26 sendUrl INFO 1 [330] -2015-01-26 16:59:26 queue INFO >3 [332] -2015-01-26 16:59:26 sendUrl INFO 3 [331] -2015-01-26 16:59:27 sendUrl INFO 3 [332] -2015-01-26 17:00:16 queue INFO >>3 [333] -2015-01-26 17:00:16 sendUrl INFO 3 [333] -2015-01-26 17:01:06 queue INFO >>3 [334] -2015-01-26 17:01:06 sendUrl INFO 3 [334] -2015-01-26 17:01:17 queue INFO 7 [335] -2015-01-26 17:01:17 queue INFO >7 [336] -2015-01-26 17:01:17 sendUrl INFO 7 [335] -2015-01-26 17:01:18 sendUrl INFO 7 [336] -2015-01-26 17:01:19 queue INFO 3 [337] -2015-01-26 17:01:19 queue INFO >3 [338] -2015-01-26 17:01:19 sendUrl INFO 3 [337] -2015-01-26 17:01:19 sendUrl INFO 3 [338] -2015-01-26 17:02:09 queue INFO >>3 [339] -2015-01-26 17:02:09 sendUrl INFO 3 [339] -2015-01-26 17:02:59 queue INFO >>3 [340] -2015-01-26 17:02:59 sendUrl INFO 3 [340] -2015-01-26 17:03:10 queue INFO 7 [341] -2015-01-26 17:03:11 queue INFO >7 [342] -2015-01-26 17:03:11 sendUrl INFO 7 [341] -2015-01-26 17:03:11 sendUrl INFO 7 [342] -2015-01-26 17:03:12 queue INFO 3 [343] -2015-01-26 17:03:12 queue INFO >3 [344] -2015-01-26 17:03:12 sendUrl INFO 3 [343] -2015-01-26 17:03:13 sendUrl INFO 3 [344] -2015-01-26 17:04:02 queue INFO >>3 [345] -2015-01-26 17:04:03 sendUrl INFO 3 [345] -2015-01-26 17:04:52 queue INFO >>3 [346] -2015-01-26 17:04:52 sendUrl INFO 3 [346] -2015-01-26 17:05:04 queue INFO 7 [347] -2015-01-26 17:05:04 queue INFO >7 [348] -2015-01-26 17:05:04 sendUrl INFO 7 [347] -2015-01-26 17:05:05 sendUrl INFO 7 [348] -2015-01-26 17:05:06 queue INFO 3 [349] -2015-01-26 17:05:06 queue INFO >3 [350] -2015-01-26 17:05:06 sendUrl INFO 3 [349] -2015-01-26 17:05:06 sendUrl INFO 3 [350] -2015-01-26 17:05:56 queue INFO >>3 [351] -2015-01-26 17:05:56 sendUrl INFO 3 [351] -2015-01-26 17:06:46 queue INFO >>3 [352] -2015-01-26 17:06:46 sendUrl INFO 3 [352] -2015-01-26 17:06:58 queue INFO 7 [353] -2015-01-26 17:06:58 queue INFO >7 [354] -2015-01-26 17:06:58 sendUrl INFO 7 [353] -2015-01-26 17:06:59 sendUrl INFO 7 [354] -2015-01-26 17:06:59 queue INFO 3 [355] -2015-01-26 17:07:00 queue INFO >3 [356] -2015-01-26 17:07:00 sendUrl INFO 3 [355] -2015-01-26 17:07:00 sendUrl INFO 3 [356] -2015-01-26 17:07:49 queue INFO >>3 [357] -2015-01-26 17:07:50 sendUrl INFO 3 [357] -2015-01-26 17:08:40 queue INFO >>3 [358] -2015-01-26 17:08:40 sendUrl INFO 3 [358] -2015-01-26 17:08:52 queue INFO 7 [359] -2015-01-26 17:08:52 queue INFO >7 [360] -2015-01-26 17:08:52 sendUrl INFO 7 [359] -2015-01-26 17:08:53 sendUrl INFO 7 [360] -2015-01-26 17:08:53 queue INFO 3 [361] -2015-01-26 17:08:53 sendUrl INFO 3 [361] -2015-01-26 17:08:53 queue INFO >3 [362] -2015-01-26 17:08:54 sendUrl INFO 3 [362] -2015-01-26 17:09:43 queue INFO >>3 [363] -2015-01-26 17:09:44 sendUrl INFO 3 [363] -2015-01-26 17:10:34 queue INFO >>3 [364] -2015-01-26 17:10:34 sendUrl INFO 3 [364] -2015-01-26 17:10:45 queue INFO 7 [365] -2015-01-26 17:10:46 queue INFO >7 [366] -2015-01-26 17:10:46 sendUrl INFO 7 [365] -2015-01-26 17:10:46 sendUrl INFO 7 [366] -2015-01-26 17:10:47 queue INFO 3 [367] -2015-01-26 17:10:47 sendUrl INFO 3 [367] -2015-01-26 17:10:47 queue INFO >3 [368] -2015-01-26 17:10:48 sendUrl INFO 3 [368] -2015-01-26 17:11:37 queue INFO >>3 [369] -2015-01-26 17:11:38 sendUrl INFO 3 [369] -2015-01-26 17:12:27 queue INFO >>3 [370] -2015-01-26 17:12:28 sendUrl INFO 3 [370] -2015-01-26 17:12:39 queue INFO 7 [371] -2015-01-26 17:12:39 queue INFO >7 [372] -2015-01-26 17:12:39 sendUrl INFO 7 [371] -2015-01-26 17:12:40 sendUrl INFO 7 [372] -2015-01-26 17:12:41 queue INFO 3 [373] -2015-01-26 17:12:41 queue INFO >3 [374] -2015-01-26 17:12:41 sendUrl INFO 3 [373] -2015-01-26 17:12:41 sendUrl INFO 3 [374] -2015-01-26 17:13:31 queue INFO >>3 [375] -2015-01-26 17:13:31 sendUrl INFO 3 [375] -2015-01-26 17:14:21 queue INFO >>3 [376] -2015-01-26 17:14:21 sendUrl INFO 3 [376] -2015-01-26 17:14:33 queue INFO 7 [377] -2015-01-26 17:14:33 sendUrl INFO 7 [377] -2015-01-26 17:14:33 queue INFO >7 [378] -2015-01-26 17:14:33 sendUrl INFO 7 [378] -2015-01-26 17:14:34 queue INFO 3 [379] -2015-01-26 17:14:34 queue INFO >3 [380] -2015-01-26 17:14:34 sendUrl INFO 3 [379] -2015-01-26 17:14:35 sendUrl INFO 3 [380] -2015-01-26 17:15:24 queue INFO >>3 [381] -2015-01-26 17:15:25 sendUrl INFO 3 [381] -2015-01-26 17:16:14 queue INFO >>3 [382] -2015-01-26 17:16:14 sendUrl INFO 3 [382] -2015-01-26 17:16:26 queue INFO 7 [383] -2015-01-26 17:16:26 queue INFO >7 [384] -2015-01-26 17:16:26 sendUrl INFO 7 [383] -2015-01-26 17:16:27 sendUrl INFO 7 [384] -2015-01-26 17:16:28 queue INFO 3 [385] -2015-01-26 17:16:28 queue INFO >3 [386] -2015-01-26 17:16:28 sendUrl INFO 3 [385] -2015-01-26 17:16:28 sendUrl INFO 3 [386] -2015-01-26 17:17:18 queue INFO >>3 [387] -2015-01-26 17:17:18 sendUrl INFO 3 [387] -2015-01-26 17:18:08 queue INFO >>3 [388] -2015-01-26 17:18:08 sendUrl INFO 3 [388] -2015-01-26 17:18:20 queue INFO 7 [389] -2015-01-26 17:18:20 queue INFO >7 [390] -2015-01-26 17:18:20 sendUrl INFO 7 [389] -2015-01-26 17:18:21 sendUrl INFO 7 [390] -2015-01-26 17:18:21 queue INFO 3 [391] -2015-01-26 17:18:22 queue INFO >3 [392] -2015-01-26 17:18:22 sendUrl INFO 3 [391] -2015-01-26 17:18:22 sendUrl INFO 3 [392] -2015-01-26 17:19:12 queue INFO >>3 [393] -2015-01-26 17:19:12 sendUrl INFO 3 [393] -2015-01-26 17:20:02 queue INFO >>3 [394] -2015-01-26 17:20:02 sendUrl INFO 3 [394] -2015-01-26 17:20:14 queue INFO 7 [395] -2015-01-26 17:20:14 queue INFO >7 [396] -2015-01-26 17:20:14 sendUrl INFO 7 [395] -2015-01-26 17:20:15 sendUrl INFO 7 [396] -2015-01-26 17:20:15 queue INFO 3 [397] -2015-01-26 17:20:15 sendUrl INFO 3 [397] -2015-01-26 17:20:16 queue INFO >3 [398] -2015-01-26 17:20:16 sendUrl INFO 3 [398] -2015-01-26 17:21:06 queue INFO >>3 [399] -2015-01-26 17:21:06 sendUrl INFO 3 [399] -2015-01-26 17:21:56 queue INFO >>3 [400] -2015-01-26 17:21:56 sendUrl INFO 3 [400] -2015-01-26 17:22:08 queue INFO 7 [401] -2015-01-26 17:22:08 queue INFO >7 [402] -2015-01-26 17:22:08 sendUrl INFO 7 [401] -2015-01-26 17:22:08 sendUrl INFO 7 [402] -2015-01-26 17:22:09 queue INFO 3 [403] -2015-01-26 17:22:09 queue INFO >3 [404] -2015-01-26 17:22:09 sendUrl INFO 3 [403] -2015-01-26 17:22:10 sendUrl INFO 3 [404] -2015-01-26 17:22:59 queue INFO >>3 [405] -2015-01-26 17:23:00 sendUrl INFO 3 [405] -2015-01-26 17:23:49 queue INFO >>3 [406] -2015-01-26 17:23:49 sendUrl INFO 3 [406] -2015-01-26 17:24:01 queue INFO 7 [407] -2015-01-26 17:24:01 queue INFO >7 [408] -2015-01-26 17:24:02 sendUrl INFO 7 [407] -2015-01-26 17:24:02 sendUrl INFO 7 [408] -2015-01-26 17:24:02 queue INFO 3 [409] -2015-01-26 17:24:03 queue INFO >3 [410] -2015-01-26 17:24:03 sendUrl INFO 3 [409] -2015-01-26 17:24:03 sendUrl INFO 3 [410] -2015-01-26 17:24:53 queue INFO >>3 [411] -2015-01-26 17:24:53 sendUrl INFO 3 [411] -2015-01-26 17:25:43 queue INFO >>3 [412] -2015-01-26 17:25:43 sendUrl INFO 3 [412] -2015-01-26 17:25:54 queue INFO 7 [413] -2015-01-26 17:25:55 queue INFO >7 [414] -2015-01-26 17:25:55 sendUrl INFO 7 [413] -2015-01-26 17:25:55 sendUrl INFO 7 [414] -2015-01-26 17:25:56 queue INFO 3 [415] -2015-01-26 17:25:56 queue INFO >3 [416] -2015-01-26 17:25:56 sendUrl INFO 3 [415] -2015-01-26 17:25:57 sendUrl INFO 3 [416] -2015-01-26 17:26:46 queue INFO >>3 [417] -2015-01-26 17:26:47 sendUrl INFO 3 [417] -2015-01-26 17:27:36 queue INFO >>3 [418] -2015-01-26 17:27:37 sendUrl INFO 3 [418] -2015-01-26 17:27:48 queue INFO 7 [419] -2015-01-26 17:27:48 queue INFO >7 [420] -2015-01-26 17:27:49 sendUrl INFO 7 [419] -2015-01-26 17:27:49 sendUrl INFO 7 [420] -2015-01-26 17:27:50 queue INFO 3 [421] -2015-01-26 17:27:50 queue INFO >3 [422] -2015-01-26 17:27:50 sendUrl INFO 3 [421] -2015-01-26 17:27:50 sendUrl INFO 3 [422] -2015-01-26 17:28:40 queue INFO >>3 [423] -2015-01-26 17:28:40 sendUrl INFO 3 [423] -2015-01-26 17:29:30 queue INFO >>3 [424] -2015-01-26 17:29:30 sendUrl INFO 3 [424] -2015-01-26 17:29:42 queue INFO 7 [425] -2015-01-26 17:29:42 queue INFO >7 [426] -2015-01-26 17:29:42 sendUrl INFO 7 [425] -2015-01-26 17:29:43 sendUrl INFO 7 [426] -2015-01-26 17:29:43 queue INFO 3 [427] -2015-01-26 17:29:44 queue INFO >3 [428] -2015-01-26 17:29:44 sendUrl INFO 3 [427] -2015-01-26 17:29:44 sendUrl INFO 3 [428] -2015-01-26 17:30:33 queue INFO >>3 [429] -2015-01-26 17:30:34 sendUrl INFO 3 [429] -2015-01-26 17:31:24 queue INFO >>3 [430] -2015-01-26 17:31:24 sendUrl INFO 3 [430] -2015-01-26 17:31:36 queue INFO 7 [431] -2015-01-26 17:31:36 sendUrl INFO 7 [431] -2015-01-26 17:31:36 queue INFO >7 [432] -2015-01-26 17:31:36 sendUrl INFO 7 [432] -2015-01-26 17:31:37 queue INFO 3 [433] -2015-01-26 17:31:38 queue INFO >3 [434] -2015-01-26 17:31:38 sendUrl INFO 3 [433] -2015-01-26 17:31:39 sendUrl INFO 3 [434] -2015-01-26 17:32:28 queue INFO >>3 [435] -2015-01-26 17:32:28 sendUrl INFO 3 [435] -2015-01-26 17:33:18 queue INFO >>3 [436] -2015-01-26 17:33:18 sendUrl INFO 3 [436] -2015-01-26 17:33:30 queue INFO 7 [437] -2015-01-26 17:33:30 sendUrl INFO 7 [437] -2015-01-26 17:33:30 queue INFO >7 [438] -2015-01-26 17:33:30 sendUrl INFO 7 [438] -2015-01-26 17:33:31 queue INFO 3 [439] -2015-01-26 17:33:31 queue INFO >3 [440] -2015-01-26 17:33:31 sendUrl INFO 3 [439] -2015-01-26 17:33:32 sendUrl INFO 3 [440] -2015-01-26 17:34:21 queue INFO >>3 [441] -2015-01-26 17:34:22 sendUrl INFO 3 [441] -2015-01-26 17:35:11 queue INFO >>3 [442] -2015-01-26 17:35:11 sendUrl INFO 3 [442] -2015-01-26 17:35:23 queue INFO 7 [443] -2015-01-26 17:35:23 queue INFO >7 [444] -2015-01-26 17:35:24 sendUrl INFO 7 [443] -2015-01-26 17:35:24 sendUrl INFO 7 [444] -2015-01-26 17:35:25 queue INFO 3 [445] -2015-01-26 17:35:25 queue INFO >3 [446] -2015-01-26 17:35:25 sendUrl INFO 3 [445] -2015-01-26 17:35:26 sendUrl INFO 3 [446] -2015-01-26 17:36:15 queue INFO >>3 [447] -2015-01-26 17:36:15 sendUrl INFO 3 [447] -2015-01-26 17:37:05 queue INFO >>3 [448] -2015-01-26 17:37:05 sendUrl INFO 3 [448] -2015-01-26 17:37:16 queue INFO 7 [449] -2015-01-26 17:37:17 queue INFO >7 [450] -2015-01-26 17:37:17 sendUrl INFO 7 [449] -2015-01-26 17:37:17 sendUrl INFO 7 [450] -2015-01-26 17:37:18 queue INFO 3 [451] -2015-01-26 17:37:18 queue INFO >3 [452] -2015-01-26 17:37:18 sendUrl INFO 3 [451] -2015-01-26 17:37:19 sendUrl INFO 3 [452] -2015-01-26 17:38:08 queue INFO >>3 [453] -2015-01-26 17:38:09 sendUrl INFO 3 [453] -2015-01-26 17:38:58 queue INFO >>3 [454] -2015-01-26 17:38:59 sendUrl INFO 3 [454] -2015-01-26 17:39:10 queue INFO 7 [455] -2015-01-26 17:39:10 queue INFO >7 [456] -2015-01-26 17:39:11 sendUrl INFO 7 [455] -2015-01-26 17:39:11 sendUrl INFO 7 [456] -2015-01-26 17:39:12 queue INFO 3 [457] -2015-01-26 17:39:12 queue INFO >3 [458] -2015-01-26 17:39:12 sendUrl INFO 3 [457] -2015-01-26 17:39:13 sendUrl INFO 3 [458] -2015-01-26 17:40:02 queue INFO >>3 [459] -2015-01-26 17:40:02 sendUrl INFO 3 [459] -2015-01-26 17:40:52 queue INFO >>3 [460] -2015-01-26 17:40:52 sendUrl INFO 3 [460] -2015-01-26 17:41:04 queue INFO 7 [461] -2015-01-26 17:41:04 queue INFO >7 [462] -2015-01-26 17:41:04 sendUrl INFO 7 [461] -2015-01-26 17:41:05 sendUrl INFO 7 [462] -2015-01-26 17:41:05 queue INFO 3 [463] -2015-01-26 17:41:06 queue INFO >3 [464] -2015-01-26 17:41:06 sendUrl INFO 3 [463] -2015-01-26 17:41:06 sendUrl INFO 3 [464] -2015-01-26 17:41:56 queue INFO >>3 [465] -2015-01-26 17:41:56 sendUrl INFO 3 [465] -2015-01-26 17:42:46 queue INFO >>3 [466] -2015-01-26 17:42:46 sendUrl INFO 3 [466] -2015-01-26 17:42:58 queue INFO 7 [467] -2015-01-26 17:42:58 sendUrl INFO 7 [467] -2015-01-26 17:42:58 queue INFO >7 [468] -2015-01-26 17:42:59 sendUrl INFO 7 [468] -2015-01-26 17:43:00 queue INFO 3 [469] -2015-01-26 17:43:00 queue INFO >3 [470] -2015-01-26 17:43:00 sendUrl INFO 3 [469] -2015-01-26 17:43:01 sendUrl INFO 3 [470] -2015-01-26 17:43:50 queue INFO >>3 [471] -2015-01-26 17:43:50 sendUrl INFO 3 [471] -2015-01-26 17:44:40 queue INFO >>3 [472] -2015-01-26 17:44:40 sendUrl INFO 3 [472] -2015-01-26 17:44:51 queue INFO 7 [473] -2015-01-26 17:44:52 queue INFO >7 [474] -2015-01-26 17:44:52 sendUrl INFO 7 [473] -2015-01-26 17:44:52 sendUrl INFO 7 [474] -2015-01-26 17:44:53 queue INFO 3 [475] -2015-01-26 17:44:53 queue INFO >3 [476] -2015-01-26 17:44:53 sendUrl INFO 3 [475] -2015-01-26 17:44:54 sendUrl INFO 3 [476] -2015-01-26 17:45:43 queue INFO >>3 [477] -2015-01-26 17:45:44 sendUrl INFO 3 [477] -2015-01-26 17:46:33 queue INFO >>3 [478] -2015-01-26 17:46:33 sendUrl INFO 3 [478] -2015-01-26 17:46:45 queue INFO 7 [479] -2015-01-26 17:46:45 queue INFO >7 [480] -2015-01-26 17:46:46 sendUrl INFO 7 [479] -2015-01-26 17:46:46 sendUrl INFO 7 [480] -2015-01-26 17:46:47 queue INFO 3 [481] -2015-01-26 17:46:47 queue INFO >3 [482] -2015-01-26 17:46:47 sendUrl INFO 3 [481] -2015-01-26 17:46:48 sendUrl INFO 3 [482] -2015-01-26 17:47:37 queue INFO >>3 [483] -2015-01-26 17:47:37 sendUrl INFO 3 [483] -2015-01-26 17:48:27 queue INFO >>3 [484] -2015-01-26 17:48:27 sendUrl INFO 3 [484] -2015-01-26 17:48:39 queue INFO 7 [485] -2015-01-26 17:48:39 queue INFO >7 [486] -2015-01-26 17:48:39 sendUrl INFO 7 [485] -2015-01-26 17:48:39 sendUrl INFO 7 [486] -2015-01-26 17:48:40 queue INFO 3 [487] -2015-01-26 17:48:40 queue INFO >3 [488] -2015-01-26 17:48:40 sendUrl INFO 3 [487] -2015-01-26 17:48:41 sendUrl INFO 3 [488] -2015-01-26 17:49:24 queue INFO 1 [489] -2015-01-26 17:49:24 queue INFO >1 [490] -2015-01-26 17:49:25 sendUrl INFO 1 [489] -2015-01-26 17:49:25 sendUrl INFO 1 [490] -2015-01-26 17:50:14 queue INFO >>1 [491] -2015-01-26 17:50:14 sendUrl INFO 1 [491] -2015-01-26 17:51:04 queue INFO >>1 [492] -2015-01-26 17:51:05 sendUrl INFO 1 [492] -2015-01-26 17:51:55 queue INFO >>1 [493] -2015-01-26 17:51:55 sendUrl INFO 1 [493] -2015-01-26 17:52:45 queue INFO >>1 [494] -2015-01-26 17:52:45 sendUrl INFO 1 [494] -2015-01-26 17:53:35 queue INFO >>1 [495] -2015-01-26 17:53:35 sendUrl INFO 1 [495] -2015-01-26 17:54:25 queue INFO >>1 [496] -2015-01-26 17:54:26 sendUrl INFO 1 [496] -2015-01-26 17:55:15 queue INFO >>1 [497] -2015-01-26 17:55:15 sendUrl INFO 1 [497] -2015-01-26 17:56:05 queue INFO >>1 [498] -2015-01-26 17:56:06 sendUrl INFO 1 [498] -2015-01-26 17:56:55 queue INFO >>1 [499] -2015-01-26 17:56:56 sendUrl INFO 1 [499] -2015-01-26 17:57:46 queue INFO >>1 [500] -2015-01-26 17:57:46 sendUrl INFO 1 [500] -2015-01-26 17:58:36 queue INFO >>1 [501] -2015-01-26 17:58:36 sendUrl INFO 1 [501] -2015-01-26 17:59:26 queue INFO >>1 [502] -2015-01-26 17:59:26 sendUrl INFO 1 [502] -2015-01-26 18:00:16 queue INFO >>1 [503] -2015-01-26 18:00:16 sendUrl INFO 1 [503] -2015-01-26 18:01:06 queue INFO >>1 [504] -2015-01-26 18:01:06 sendUrl INFO 1 [504] -2015-01-26 18:01:56 queue INFO >>1 [505] -2015-01-26 18:01:57 sendUrl INFO 1 [505] -2015-01-26 18:02:46 queue INFO >>1 [506] -2015-01-26 18:02:47 sendUrl INFO 1 [506] -2015-01-26 18:03:36 queue INFO >>1 [507] -2015-01-26 18:03:37 sendUrl INFO 1 [507] -2015-01-26 18:04:27 queue INFO >>1 [508] -2015-01-26 18:04:27 sendUrl INFO 1 [508] -2015-01-26 18:05:17 queue INFO >>1 [509] -2015-01-26 18:05:17 sendUrl INFO 1 [509] -2015-01-26 18:06:07 queue INFO >>1 [510] -2015-01-26 18:06:07 sendUrl INFO 1 [510] -2015-01-26 18:06:57 queue INFO >>1 [511] -2015-01-26 18:06:58 sendUrl INFO 1 [511] -2015-01-26 18:07:47 queue INFO >>1 [512] -2015-01-26 18:07:47 sendUrl INFO 1 [512] -2015-01-26 18:08:37 queue INFO >>1 [513] -2015-01-26 18:08:38 sendUrl INFO 1 [513] -2015-01-26 18:09:28 queue INFO >>1 [514] -2015-01-26 18:09:28 sendUrl INFO 1 [514] -2015-01-26 18:10:18 queue INFO >>1 [515] -2015-01-26 18:10:18 sendUrl INFO 1 [515] -2015-01-26 18:11:08 queue INFO >>1 [516] -2015-01-26 18:11:08 sendUrl INFO 1 [516] -2015-01-26 18:11:58 queue INFO >>1 [517] -2015-01-26 18:11:58 sendUrl INFO 1 [517] -2015-01-26 18:12:48 queue INFO >>1 [518] -2015-01-26 18:12:48 sendUrl INFO 1 [518] -2015-01-26 18:13:38 queue INFO >>1 [519] -2015-01-26 18:13:39 sendUrl INFO 1 [519] -2015-01-26 18:14:28 queue INFO >>1 [520] -2015-01-26 18:14:28 sendUrl INFO 1 [520] -2015-01-26 18:15:18 queue INFO >>1 [521] -2015-01-26 18:15:19 sendUrl INFO 1 [521] -2015-01-26 18:16:09 queue INFO >>1 [522] -2015-01-26 18:16:09 sendUrl INFO 1 [522] -2015-01-26 18:16:59 queue INFO >>1 [523] -2015-01-26 18:16:59 sendUrl INFO 1 [523] -2015-01-26 18:17:49 queue INFO >>1 [524] -2015-01-26 18:17:49 sendUrl INFO 1 [524] -2015-01-26 18:18:39 queue INFO >>1 [525] -2015-01-26 18:18:40 sendUrl INFO 1 [525] -2015-01-26 18:19:29 queue INFO >>1 [526] -2015-01-26 18:19:29 sendUrl INFO 1 [526] -2015-01-26 18:20:19 queue INFO >>1 [527] -2015-01-26 18:20:20 sendUrl INFO 1 [527] -2015-01-26 18:21:09 queue INFO >>1 [528] -2015-01-26 18:21:10 sendUrl INFO 1 [528] -2015-01-26 18:22:00 queue INFO >>1 [529] -2015-01-26 18:22:00 sendUrl INFO 1 [529] -2015-01-26 18:22:50 queue INFO >>1 [530] -2015-01-26 18:22:50 sendUrl INFO 1 [530] -2015-01-26 18:23:40 queue INFO >>1 [531] -2015-01-26 18:23:40 sendUrl INFO 1 [531] -2015-01-26 18:24:30 queue INFO >>1 [532] -2015-01-26 18:24:30 sendUrl INFO 1 [532] -2015-01-26 18:25:20 queue INFO >>1 [533] -2015-01-26 18:25:21 sendUrl INFO 1 [533] -2015-01-26 18:26:10 queue INFO >>1 [534] -2015-01-26 18:26:11 sendUrl INFO 1 [534] -2015-01-26 18:27:01 queue INFO >>1 [535] -2015-01-26 18:27:01 sendUrl INFO 1 [535] -2015-01-26 18:27:51 queue INFO >>1 [536] -2015-01-26 18:27:51 sendUrl INFO 1 [536] -2015-01-26 18:28:41 queue INFO >>1 [537] -2015-01-26 18:28:41 sendUrl INFO 1 [537] -2015-01-26 18:29:31 queue INFO >>1 [538] -2015-01-26 18:29:31 sendUrl INFO 1 [538] -2015-01-26 18:30:21 queue INFO >>1 [539] -2015-01-26 18:30:21 sendUrl INFO 1 [539] -2015-01-26 18:31:11 queue INFO >>1 [540] -2015-01-26 18:31:12 sendUrl INFO 1 [540] -2015-01-26 18:32:01 queue INFO >>1 [541] -2015-01-26 18:32:02 sendUrl INFO 1 [541] -2015-01-26 18:32:51 queue INFO >>1 [542] -2015-01-26 18:32:52 sendUrl INFO 1 [542] -2015-01-26 18:33:42 queue INFO >>1 [543] -2015-01-26 18:33:42 sendUrl INFO 1 [543] -2015-01-26 18:34:32 queue INFO >>1 [544] -2015-01-26 18:34:32 sendUrl INFO 1 [544] -2015-01-26 18:35:22 queue INFO >>1 [545] -2015-01-26 18:35:22 sendUrl INFO 1 [545] -2015-01-26 18:36:12 queue INFO >>1 [546] -2015-01-26 18:36:13 sendUrl INFO 1 [546] -2015-01-26 18:37:02 queue INFO >>1 [547] -2015-01-26 18:37:02 sendUrl INFO 1 [547] -2015-01-26 18:37:52 queue INFO >>1 [548] -2015-01-26 18:37:53 sendUrl INFO 1 [548] -2015-01-26 18:38:42 queue INFO >>1 [549] -2015-01-26 18:38:43 sendUrl INFO 1 [549] -2015-01-26 18:39:33 queue INFO >>1 [550] -2015-01-26 18:39:33 sendUrl INFO 1 [550] -2015-01-26 18:40:23 queue INFO >>1 [551] -2015-01-26 18:40:23 sendUrl INFO 1 [551] -2015-01-26 18:41:13 queue INFO >>1 [552] -2015-01-26 18:41:13 sendUrl INFO 1 [552] -2015-01-26 18:42:03 queue INFO >>1 [553] -2015-01-26 18:42:03 sendUrl INFO 1 [553] -2015-01-26 18:42:53 queue INFO >>1 [554] -2015-01-26 18:42:54 sendUrl INFO 1 [554] -2015-01-26 18:43:43 queue INFO >>1 [555] -2015-01-26 18:43:43 sendUrl INFO 1 [555] -2015-01-26 18:44:33 queue INFO >>1 [556] -2015-01-26 18:44:34 sendUrl INFO 1 [556] -2015-01-26 18:45:24 queue INFO >>1 [557] -2015-01-26 18:45:24 sendUrl INFO 1 [557] -2015-01-26 18:46:14 queue INFO >>1 [558] -2015-01-26 18:46:14 sendUrl INFO 1 [558] -2015-01-26 18:47:04 queue INFO >>1 [559] -2015-01-26 18:47:04 sendUrl INFO 1 [559] -2015-01-26 18:47:54 queue INFO >>1 [560] -2015-01-26 18:47:54 sendUrl INFO 1 [560] -2015-01-26 18:48:44 queue INFO >>1 [561] -2015-01-26 18:48:44 sendUrl INFO 1 [561] -2015-01-26 18:49:34 queue INFO >>1 [562] -2015-01-26 18:49:35 sendUrl INFO 1 [562] -2015-01-26 18:50:24 queue INFO >>1 [563] -2015-01-26 18:50:25 sendUrl INFO 1 [563] -2015-01-26 18:51:14 queue INFO >>1 [564] -2015-01-26 18:51:15 sendUrl INFO 1 [564] -2015-01-26 18:52:05 queue INFO >>1 [565] -2015-01-26 18:52:05 sendUrl INFO 1 [565] -2015-01-26 18:52:55 queue INFO >>1 [566] -2015-01-26 18:52:55 sendUrl INFO 1 [566] -2015-01-26 18:53:45 queue INFO >>1 [567] -2015-01-26 18:53:45 sendUrl INFO 1 [567] -2015-01-26 18:54:35 queue INFO >>1 [568] -2015-01-26 18:54:35 sendUrl INFO 1 [568] -2015-01-26 18:55:25 queue INFO >>1 [569] -2015-01-26 18:55:26 sendUrl INFO 1 [569] -2015-01-26 18:56:15 queue INFO >>1 [570] -2015-01-26 18:56:15 sendUrl INFO 1 [570] -2015-01-26 18:57:05 queue INFO >>1 [571] -2015-01-26 18:57:06 sendUrl INFO 1 [571] -2015-01-26 18:57:55 queue INFO >>1 [572] -2015-01-26 18:57:56 sendUrl INFO 1 [572] -2015-01-26 18:58:46 queue INFO >>1 [573] -2015-01-26 18:58:46 sendUrl INFO 1 [573] -2015-01-26 18:59:36 queue INFO >>1 [574] -2015-01-26 18:59:36 sendUrl INFO 1 [574] -2015-01-26 19:00:26 queue INFO >>1 [575] -2015-01-26 19:00:26 sendUrl INFO 1 [575] -2015-01-26 19:01:16 queue INFO >>1 [576] -2015-01-26 19:01:16 sendUrl INFO 1 [576] -2015-01-26 19:02:06 queue INFO >>1 [577] -2015-01-26 19:02:07 sendUrl INFO 1 [577] -2015-01-26 19:02:56 queue INFO >>1 [578] -2015-01-26 19:02:56 sendUrl INFO 1 [578] -2015-01-26 19:03:46 queue INFO >>1 [579] -2015-01-26 19:03:47 sendUrl INFO 1 [579] -2015-01-26 19:04:37 queue INFO >>1 [580] -2015-01-26 19:04:37 sendUrl INFO 1 [580] -2015-01-26 19:05:27 queue INFO >>1 [581] -2015-01-26 19:05:27 sendUrl INFO 1 [581] -2015-01-26 19:06:17 queue INFO >>1 [582] -2015-01-26 19:06:17 sendUrl INFO 1 [582] -2015-01-26 19:07:07 queue INFO >>1 [583] -2015-01-26 19:07:08 sendUrl INFO 1 [583] -2015-01-26 19:07:57 queue INFO >>1 [584] -2015-01-26 19:07:57 sendUrl INFO 1 [584] -2015-01-26 19:08:47 queue INFO >>1 [585] -2015-01-26 19:08:48 sendUrl INFO 1 [585] -2015-01-26 19:09:38 queue INFO >>1 [586] -2015-01-26 19:09:38 sendUrl INFO 1 [586] -2015-01-26 19:10:28 queue INFO >>1 [587] -2015-01-26 19:10:28 sendUrl INFO 1 [587] -2015-01-26 19:11:18 queue INFO >>1 [588] -2015-01-26 19:11:18 sendUrl INFO 1 [588] -2015-01-26 19:12:08 queue INFO >>1 [589] -2015-01-26 19:12:08 sendUrl INFO 1 [589] -2015-01-26 19:12:58 queue INFO >>1 [590] -2015-01-26 19:12:58 sendUrl INFO 1 [590] -2015-01-26 19:13:48 queue INFO >>1 [591] -2015-01-26 19:13:48 sendUrl INFO 1 [591] -2015-01-26 19:14:38 queue INFO >>1 [592] -2015-01-26 19:14:39 sendUrl INFO 1 [592] -2015-01-26 19:15:28 queue INFO >>1 [593] -2015-01-26 19:15:29 sendUrl INFO 1 [593] -2015-01-26 19:16:19 queue INFO >>1 [594] -2015-01-26 19:16:19 sendUrl INFO 1 [594] -2015-01-26 19:17:09 queue INFO >>1 [595] -2015-01-26 19:17:09 sendUrl INFO 1 [595] -2015-01-26 19:17:59 queue INFO >>1 [596] -2015-01-26 19:17:59 sendUrl INFO 1 [596] -2015-01-26 19:18:49 queue INFO >>1 [597] -2015-01-26 19:18:49 sendUrl INFO 1 [597] -2015-01-26 19:19:39 queue INFO >>1 [598] -2015-01-26 19:19:40 sendUrl INFO 1 [598] -2015-01-26 19:20:29 queue INFO >>1 [599] -2015-01-26 19:20:30 sendUrl INFO 1 [599] -2015-01-26 19:21:19 queue INFO >>1 [600] -2015-01-26 19:21:20 sendUrl INFO 1 [600] -2015-01-26 19:22:10 queue INFO >>1 [601] -2015-01-26 19:22:10 sendUrl INFO 1 [601] -2015-01-26 19:23:00 queue INFO >>1 [602] -2015-01-26 19:23:00 sendUrl INFO 1 [602] -2015-01-26 19:23:50 queue INFO >>1 [603] -2015-01-26 19:23:50 sendUrl INFO 1 [603] -2015-01-26 19:24:40 queue INFO >>1 [604] -2015-01-26 19:24:41 sendUrl INFO 1 [604] -2015-01-26 19:25:30 queue INFO >>1 [605] -2015-01-26 19:25:30 sendUrl INFO 1 [605] -2015-01-26 19:26:20 queue INFO >>1 [606] -2015-01-26 19:26:21 sendUrl INFO 1 [606] -2015-01-26 19:27:10 queue INFO >>1 [607] -2015-01-26 19:27:10 sendUrl INFO 1 [607] -2015-01-26 19:28:01 queue INFO >>1 [608] -2015-01-26 19:28:01 sendUrl INFO 1 [608] -2015-01-26 19:28:51 queue INFO >>1 [609] -2015-01-26 19:28:51 sendUrl INFO 1 [609] -2015-01-26 19:29:41 queue INFO >>1 [610] -2015-01-26 19:29:41 sendUrl INFO 1 [610] -2015-01-26 19:30:31 queue INFO >>1 [611] -2015-01-26 19:30:31 sendUrl INFO 1 [611] -2015-01-26 19:31:21 queue INFO >>1 [612] -2015-01-26 19:31:22 sendUrl INFO 1 [612] -2015-01-26 19:32:11 queue INFO >>1 [613] -2015-01-26 19:32:11 sendUrl INFO 1 [613] -2015-01-26 19:33:01 queue INFO >>1 [614] -2015-01-26 19:33:02 sendUrl INFO 1 [614] -2015-01-26 19:33:52 queue INFO >>1 [615] -2015-01-26 19:33:52 sendUrl INFO 1 [615] -2015-01-26 19:34:42 queue INFO >>1 [616] -2015-01-26 19:34:42 sendUrl INFO 1 [616] -2015-01-26 19:35:32 queue INFO >>1 [617] -2015-01-26 19:35:32 sendUrl INFO 1 [617] -2015-01-26 19:36:22 queue INFO >>1 [618] -2015-01-26 19:36:23 sendUrl INFO 1 [618] -2015-01-26 19:37:12 queue INFO >>1 [619] -2015-01-26 19:37:12 sendUrl INFO 1 [619] -2015-01-26 19:38:02 queue INFO >>1 [620] -2015-01-26 19:38:03 sendUrl INFO 1 [620] -2015-01-26 19:38:53 queue INFO >>1 [621] -2015-01-26 19:38:53 sendUrl INFO 1 [621] -2015-01-26 19:39:43 queue INFO >>1 [622] -2015-01-26 19:39:43 sendUrl INFO 1 [622] -2015-01-26 19:40:33 queue INFO >>1 [623] -2015-01-26 19:40:33 sendUrl INFO 1 [623] -2015-01-26 19:41:23 queue INFO >>1 [624] -2015-01-26 19:41:23 sendUrl INFO 1 [624] -2015-01-26 19:42:13 queue INFO >>1 [625] -2015-01-26 19:42:13 sendUrl INFO 1 [625] -2015-01-26 19:43:03 queue INFO >>1 [626] -2015-01-26 19:43:04 sendUrl INFO 1 [626] -2015-01-26 19:43:53 queue INFO >>1 [627] -2015-01-26 19:43:54 sendUrl INFO 1 [627] -2015-01-26 19:44:44 queue INFO >>1 [628] -2015-01-26 19:44:44 sendUrl INFO 1 [628] -2015-01-26 19:45:34 queue INFO >>1 [629] -2015-01-26 19:45:34 sendUrl INFO 1 [629] -2015-01-26 19:46:24 queue INFO >>1 [630] -2015-01-26 19:46:24 sendUrl INFO 1 [630] -2015-01-26 19:47:14 queue INFO >>1 [631] -2015-01-26 19:47:14 sendUrl INFO 1 [631] -2015-01-26 19:48:04 queue INFO >>1 [632] -2015-01-26 19:48:05 sendUrl INFO 1 [632] -2015-01-26 19:48:54 queue INFO >>1 [633] -2015-01-26 19:48:55 sendUrl INFO 1 [633] -2015-01-26 19:49:44 queue INFO >>1 [634] -2015-01-26 19:49:45 sendUrl INFO 1 [634] -2015-01-26 19:50:35 queue INFO >>1 [635] -2015-01-26 19:50:35 sendUrl INFO 1 [635] -2015-01-26 19:51:25 queue INFO >>1 [636] -2015-01-26 19:51:25 sendUrl INFO 1 [636] -2015-01-26 19:52:15 queue INFO >>1 [637] -2015-01-26 19:52:15 sendUrl INFO 1 [637] -2015-01-26 19:53:05 queue INFO >>1 [638] -2015-01-26 19:53:05 sendUrl INFO 1 [638] -2015-01-26 19:53:55 queue INFO >>1 [639] -2015-01-26 19:53:55 sendUrl INFO 1 [639] -2015-01-26 19:54:45 queue INFO >>1 [640] -2015-01-26 19:54:46 sendUrl INFO 1 [640] -2015-01-26 19:55:35 queue INFO >>1 [641] -2015-01-26 19:55:36 sendUrl INFO 1 [641] -2015-01-26 19:56:26 queue INFO >>1 [642] -2015-01-26 19:56:26 sendUrl INFO 1 [642] -2015-01-26 19:57:16 queue INFO >>1 [643] -2015-01-26 19:57:16 sendUrl INFO 1 [643] -2015-01-26 19:58:06 queue INFO >>1 [644] -2015-01-26 19:58:06 sendUrl INFO 1 [644] -2015-01-26 19:58:56 queue INFO >>1 [645] -2015-01-26 19:58:56 sendUrl INFO 1 [645] -2015-01-26 19:59:46 queue INFO >>1 [646] -2015-01-26 19:59:46 sendUrl INFO 1 [646] -2015-01-26 20:00:36 queue INFO >>1 [647] -2015-01-26 20:00:37 sendUrl INFO 1 [647] -2015-01-26 20:01:26 queue INFO >>1 [648] -2015-01-26 20:01:27 sendUrl INFO 1 [648] -2015-01-26 20:02:17 queue INFO >>1 [649] -2015-01-26 20:02:17 sendUrl INFO 1 [649] -2015-01-26 20:03:07 queue INFO >>1 [650] -2015-01-26 20:03:07 sendUrl INFO 1 [650] -2015-01-26 20:03:57 queue INFO >>1 [651] -2015-01-26 20:03:57 sendUrl INFO 1 [651] -2015-01-26 20:04:47 queue INFO >>1 [652] -2015-01-26 20:04:47 sendUrl INFO 1 [652] -2015-01-26 20:05:37 queue INFO >>1 [653] -2015-01-26 20:05:38 sendUrl INFO 1 [653] -2015-01-26 20:06:27 queue INFO >>1 [654] -2015-01-26 20:06:27 sendUrl INFO 1 [654] -2015-01-26 20:07:17 queue INFO >>1 [655] -2015-01-26 20:07:18 sendUrl INFO 1 [655] -2015-01-26 20:07:43 queue INFO 81 [656] -2015-01-26 20:07:43 queue INFO >81 [657] -2015-01-26 20:07:43 sendUrl INFO 81 [656] -2015-01-26 20:07:43 sendUrl INFO 81 [657] -2015-01-26 20:08:33 queue INFO >>81 [658] -2015-01-26 20:08:33 sendUrl INFO 81 [658] -2015-01-26 20:09:01 queue INFO 1 [659] -2015-01-26 20:09:01 queue INFO >1 [660] -2015-01-26 20:09:01 sendUrl INFO 1 [659] -2015-01-26 20:09:02 sendUrl INFO 1 [660] -2015-01-26 20:09:51 queue INFO >>1 [661] -2015-01-26 20:09:52 sendUrl INFO 1 [661] -2015-01-26 20:10:24 queue INFO 21 [662] -2015-01-26 20:10:24 queue INFO >21 [663] -2015-01-26 20:10:24 sendUrl INFO 21 [662] -2015-01-26 20:10:24 sendUrl INFO 21 [663] -2015-01-26 20:11:14 queue INFO >>21 [664] -2015-01-26 20:11:14 sendUrl INFO 21 [664] -2015-01-26 20:12:04 queue INFO >>21 [665] -2015-01-26 20:12:04 sendUrl INFO 21 [665] -2015-01-26 20:12:54 queue INFO >>21 [666] -2015-01-26 20:12:54 sendUrl INFO 21 [666] -2015-01-26 20:13:44 queue INFO >>21 [667] -2015-01-26 20:13:45 sendUrl INFO 21 [667] -2015-01-26 20:14:34 queue INFO >>21 [668] -2015-01-26 20:14:35 sendUrl INFO 21 [668] -2015-01-26 20:15:25 queue INFO >>21 [669] -2015-01-26 20:15:25 sendUrl INFO 21 [669] -2015-01-26 20:16:15 queue INFO >>21 [670] -2015-01-26 20:16:15 sendUrl INFO 21 [670] -2015-01-26 20:17:05 queue INFO >>21 [671] -2015-01-26 20:17:05 sendUrl INFO 21 [671] -2015-01-26 20:17:55 queue INFO >>21 [672] -2015-01-26 20:17:55 sendUrl INFO 21 [672] -2015-01-26 20:18:45 queue INFO >>21 [673] -2015-01-26 20:18:46 sendUrl INFO 21 [673] -2015-01-26 20:19:35 queue INFO >>21 [674] -2015-01-26 20:19:36 sendUrl INFO 21 [674] -2015-01-26 20:20:25 queue INFO >>21 [675] -2015-01-26 20:20:26 sendUrl INFO 21 [675] -2015-01-26 20:21:16 queue INFO >>21 [676] -2015-01-26 20:21:16 sendUrl INFO 21 [676] -2015-01-26 20:22:06 queue INFO >>21 [677] -2015-01-26 20:22:06 sendUrl INFO 21 [677] -2015-01-26 20:22:56 queue INFO >>21 [678] -2015-01-26 20:22:56 sendUrl INFO 21 [678] -2015-01-26 20:23:46 queue INFO >>21 [679] -2015-01-26 20:23:46 sendUrl INFO 21 [679] -2015-01-26 20:24:36 queue INFO >>21 [680] -2015-01-26 20:24:37 sendUrl INFO 21 [680] -2015-01-26 20:25:26 queue INFO >>21 [681] -2015-01-26 20:25:26 sendUrl INFO 21 [681] -2015-01-26 20:26:16 queue INFO >>21 [682] -2015-01-26 20:26:17 sendUrl INFO 21 [682] -2015-01-26 20:27:07 queue INFO >>21 [683] -2015-01-26 20:27:07 sendUrl INFO 21 [683] -2015-01-26 20:27:57 queue INFO >>21 [684] -2015-01-26 20:27:57 sendUrl INFO 21 [684] -2015-01-26 20:28:47 queue INFO >>21 [685] -2015-01-26 20:28:47 sendUrl INFO 21 [685] -2015-01-26 20:29:37 queue INFO >>21 [686] -2015-01-26 20:29:37 sendUrl INFO 21 [686] -2015-01-26 20:30:27 queue INFO >>21 [687] -2015-01-26 20:30:27 sendUrl INFO 21 [687] -2015-01-26 20:31:17 queue INFO >>21 [688] -2015-01-26 20:31:18 sendUrl INFO 21 [688] -2015-01-26 20:32:07 queue INFO >>21 [689] -2015-01-26 20:32:08 sendUrl INFO 21 [689] -2015-01-26 20:32:58 queue INFO >>21 [690] -2015-01-26 20:32:58 sendUrl INFO 21 [690] -2015-01-26 20:33:48 queue INFO >>21 [691] -2015-01-26 20:33:48 sendUrl INFO 21 [691] -2015-01-26 20:34:38 queue INFO >>21 [692] -2015-01-26 20:34:38 sendUrl INFO 21 [692] -2015-01-26 20:35:28 queue INFO >>21 [693] -2015-01-26 20:35:28 sendUrl INFO 21 [693] -2015-01-26 20:36:18 queue INFO >>21 [694] -2015-01-26 20:36:19 sendUrl INFO 21 [694] -2015-01-26 20:37:08 queue INFO >>21 [695] -2015-01-26 20:37:08 sendUrl INFO 21 [695] -2015-01-26 20:37:58 queue INFO >>21 [696] -2015-01-26 20:37:59 sendUrl INFO 21 [696] -2015-01-26 20:38:49 queue INFO >>21 [697] -2015-01-26 20:38:49 sendUrl INFO 21 [697] -2015-01-26 20:39:39 queue INFO >>21 [698] -2015-01-26 20:39:39 sendUrl INFO 21 [698] -2015-01-26 20:40:29 queue INFO >>21 [699] -2015-01-26 20:40:29 sendUrl INFO 21 [699] -2015-01-26 20:41:19 queue INFO >>21 [700] -2015-01-26 20:41:19 sendUrl INFO 21 [700] -2015-01-26 20:42:09 queue INFO >>21 [701] -2015-01-26 20:42:09 sendUrl INFO 21 [701] -2015-01-26 20:42:59 queue INFO >>21 [702] -2015-01-26 20:43:00 sendUrl INFO 21 [702] -2015-01-26 20:43:49 queue INFO >>21 [703] -2015-01-26 20:43:50 sendUrl INFO 21 [703] -2015-01-26 20:44:40 queue INFO >>21 [704] -2015-01-26 20:44:40 sendUrl INFO 21 [704] -2015-01-26 20:45:30 queue INFO >>21 [705] -2015-01-26 20:45:30 sendUrl INFO 21 [705] -2015-01-26 20:46:20 queue INFO >>21 [706] -2015-01-26 20:46:20 sendUrl INFO 21 [706] -2015-01-26 20:47:10 queue INFO >>21 [707] -2015-01-26 20:47:10 sendUrl INFO 21 [707] -2015-01-26 20:48:00 queue INFO >>21 [708] -2015-01-26 20:48:00 sendUrl INFO 21 [708] -2015-01-26 20:48:50 queue INFO >>21 [709] -2015-01-26 20:48:51 sendUrl INFO 21 [709] -2015-01-26 20:49:40 queue INFO >>21 [710] -2015-01-26 20:49:41 sendUrl INFO 21 [710] -2015-01-26 20:50:31 queue INFO >>21 [711] -2015-01-26 20:50:31 sendUrl INFO 21 [711] -2015-01-26 20:51:21 queue INFO >>21 [712] -2015-01-26 20:51:21 sendUrl INFO 21 [712] -2015-01-26 20:52:11 queue INFO >>21 [713] -2015-01-26 20:52:11 sendUrl INFO 21 [713] -2015-01-26 20:53:01 queue INFO >>21 [714] -2015-01-26 20:53:01 sendUrl INFO 21 [714] -2015-01-26 20:53:51 queue INFO >>21 [715] -2015-01-26 20:53:52 sendUrl INFO 21 [715] -2015-01-26 20:54:41 queue INFO >>21 [716] -2015-01-26 20:54:42 sendUrl INFO 21 [716] -2015-01-26 20:55:32 queue INFO >>21 [717] -2015-01-26 20:55:32 sendUrl INFO 21 [717] -2015-01-26 20:56:22 queue INFO >>21 [718] -2015-01-26 20:56:22 sendUrl INFO 21 [718] -2015-01-26 20:57:12 queue INFO >>21 [719] -2015-01-26 20:57:12 sendUrl INFO 21 [719] -2015-01-26 20:58:02 queue INFO >>21 [720] -2015-01-26 20:58:02 sendUrl INFO 21 [720] -2015-01-26 20:58:52 queue INFO >>21 [721] -2015-01-26 20:58:52 sendUrl INFO 21 [721] -2015-01-26 20:59:42 queue INFO >>21 [722] -2015-01-26 20:59:43 sendUrl INFO 21 [722] -2015-01-26 21:00:32 queue INFO >>21 [723] -2015-01-26 21:00:33 sendUrl INFO 21 [723] -2015-01-26 21:01:23 queue INFO >>21 [724] -2015-01-26 21:01:23 sendUrl INFO 21 [724] -2015-01-26 21:02:13 queue INFO >>21 [725] -2015-01-26 21:02:13 sendUrl INFO 21 [725] -2015-01-26 21:03:03 queue INFO >>21 [726] -2015-01-26 21:03:03 sendUrl INFO 21 [726] -2015-01-26 21:03:53 queue INFO >>21 [727] -2015-01-26 21:03:53 sendUrl INFO 21 [727] -2015-01-26 21:04:43 queue INFO >>21 [728] -2015-01-26 21:04:43 sendUrl INFO 21 [728] -2015-01-26 21:05:33 queue INFO >>21 [729] -2015-01-26 21:05:34 sendUrl INFO 21 [729] -2015-01-26 21:06:23 queue INFO >>21 [730] -2015-01-26 21:06:23 sendUrl INFO 21 [730] -2015-01-26 21:07:13 queue INFO >>21 [731] -2015-01-26 21:07:14 sendUrl INFO 21 [731] -2015-01-26 21:08:04 queue INFO >>21 [732] -2015-01-26 21:08:04 sendUrl INFO 21 [732] -2015-01-26 21:08:54 queue INFO >>21 [733] -2015-01-26 21:08:54 sendUrl INFO 21 [733] -2015-01-26 21:09:44 queue INFO >>21 [734] -2015-01-26 21:09:44 sendUrl INFO 21 [734] -2015-01-26 21:10:34 queue INFO >>21 [735] -2015-01-26 21:10:35 sendUrl INFO 21 [735] -2015-01-26 21:11:24 queue INFO >>21 [736] -2015-01-26 21:11:24 sendUrl INFO 21 [736] -2015-01-26 21:12:14 queue INFO >>21 [737] -2015-01-26 21:12:15 sendUrl INFO 21 [737] -2015-01-26 21:13:05 queue INFO >>21 [738] -2015-01-26 21:13:05 sendUrl INFO 21 [738] -2015-01-26 21:13:55 queue INFO >>21 [739] -2015-01-26 21:13:55 sendUrl INFO 21 [739] -2015-01-26 21:14:45 queue INFO >>21 [740] -2015-01-26 21:14:45 sendUrl INFO 21 [740] -2015-01-26 21:15:35 queue INFO >>21 [741] -2015-01-26 21:15:35 sendUrl INFO 21 [741] -2015-01-26 21:16:25 queue INFO >>21 [742] -2015-01-26 21:16:25 sendUrl INFO 21 [742] -2015-01-26 21:17:15 queue INFO >>21 [743] -2015-01-26 21:17:16 sendUrl INFO 21 [743] -2015-01-26 21:18:05 queue INFO >>21 [744] -2015-01-26 21:18:06 sendUrl INFO 21 [744] -2015-01-26 21:18:56 queue INFO >>21 [745] -2015-01-26 21:18:56 sendUrl INFO 21 [745] -2015-01-26 21:19:46 queue INFO >>21 [746] -2015-01-26 21:19:46 sendUrl INFO 21 [746] -2015-01-26 21:20:36 queue INFO >>21 [747] -2015-01-26 21:20:36 sendUrl INFO 21 [747] -2015-01-26 21:21:26 queue INFO >>21 [748] -2015-01-26 21:21:26 sendUrl INFO 21 [748] -2015-01-26 21:22:16 queue INFO >>21 [749] -2015-01-26 21:22:17 sendUrl INFO 21 [749] -2015-01-26 21:23:06 queue INFO >>21 [750] -2015-01-26 21:23:07 sendUrl INFO 21 [750] -2015-01-26 21:23:56 queue INFO >>21 [751] -2015-01-26 21:23:57 sendUrl INFO 21 [751] -2015-01-26 21:24:47 queue INFO >>21 [752] -2015-01-26 21:24:47 sendUrl INFO 21 [752] -2015-01-26 21:25:37 queue INFO >>21 [753] -2015-01-26 21:25:37 sendUrl INFO 21 [753] -2015-01-26 21:26:27 queue INFO >>21 [754] -2015-01-26 21:26:27 sendUrl INFO 21 [754] -2015-01-26 21:27:17 queue INFO >>21 [755] -2015-01-26 21:27:18 sendUrl INFO 21 [755] -2015-01-26 21:28:07 queue INFO >>21 [756] -2015-01-26 21:28:07 sendUrl INFO 21 [756] -2015-01-26 21:28:57 queue INFO >>21 [757] -2015-01-26 21:28:58 sendUrl INFO 21 [757] -2015-01-26 21:29:48 queue INFO >>21 [758] -2015-01-26 21:29:48 sendUrl INFO 21 [758] -2015-01-26 21:30:38 queue INFO >>21 [759] -2015-01-26 21:30:38 sendUrl INFO 21 [759] -2015-01-26 21:31:28 queue INFO >>21 [760] -2015-01-26 21:31:28 sendUrl INFO 21 [760] -2015-01-26 21:32:18 queue INFO >>21 [761] -2015-01-26 21:32:18 sendUrl INFO 21 [761] -2015-01-26 21:33:08 queue INFO >>21 [762] -2015-01-26 21:33:08 sendUrl INFO 21 [762] -2015-01-26 21:33:58 queue INFO >>21 [763] -2015-01-26 21:33:58 sendUrl INFO 21 [763] -2015-01-26 21:34:48 queue INFO >>21 [764] -2015-01-26 21:34:49 sendUrl INFO 21 [764] -2015-01-26 21:35:38 queue INFO >>21 [765] -2015-01-26 21:35:39 sendUrl INFO 21 [765] -2015-01-26 21:36:29 queue INFO >>21 [766] -2015-01-26 21:36:29 sendUrl INFO 21 [766] -2015-01-26 21:37:19 queue INFO >>21 [767] -2015-01-26 21:37:19 sendUrl INFO 21 [767] -2015-01-26 21:38:09 queue INFO >>21 [768] -2015-01-26 21:38:09 sendUrl INFO 21 [768] -2015-01-26 21:38:59 queue INFO >>21 [769] -2015-01-26 21:38:59 sendUrl INFO 21 [769] -2015-01-26 21:39:49 queue INFO >>21 [770] -2015-01-26 21:39:50 sendUrl INFO 21 [770] -2015-01-26 21:40:39 queue INFO >>21 [771] -2015-01-26 21:40:40 sendUrl INFO 21 [771] -2015-01-26 21:41:30 queue INFO >>21 [772] -2015-01-26 21:41:30 sendUrl INFO 21 [772] -2015-01-26 21:42:20 queue INFO >>21 [773] -2015-01-26 21:42:20 sendUrl INFO 21 [773] -2015-01-26 21:43:10 queue INFO >>21 [774] -2015-01-26 21:43:10 sendUrl INFO 21 [774] -2015-01-26 21:44:00 queue INFO >>21 [775] -2015-01-26 21:44:00 sendUrl INFO 21 [775] -2015-01-26 21:44:50 queue INFO >>21 [776] -2015-01-26 21:44:51 sendUrl INFO 21 [776] -2015-01-26 21:45:40 queue INFO >>21 [777] -2015-01-26 21:45:40 sendUrl INFO 21 [777] -2015-01-26 21:46:30 queue INFO >>21 [778] -2015-01-26 21:46:31 sendUrl INFO 21 [778] -2015-01-26 21:47:21 queue INFO >>21 [779] -2015-01-26 21:47:21 sendUrl INFO 21 [779] -2015-01-26 21:48:11 queue INFO >>21 [780] -2015-01-26 21:48:11 sendUrl INFO 21 [780] -2015-01-26 21:49:01 queue INFO >>21 [781] -2015-01-26 21:49:01 sendUrl INFO 21 [781] -2015-01-26 21:49:51 queue INFO >>21 [782] -2015-01-26 21:49:52 sendUrl INFO 21 [782] -2015-01-26 21:50:41 queue INFO >>21 [783] -2015-01-26 21:50:41 sendUrl INFO 21 [783] -2015-01-26 21:51:31 queue INFO >>21 [784] -2015-01-26 21:51:32 sendUrl INFO 21 [784] -2015-01-26 21:52:21 queue INFO >>21 [785] -2015-01-26 21:52:22 sendUrl INFO 21 [785] -2015-01-26 21:53:12 queue INFO >>21 [786] -2015-01-26 21:53:12 sendUrl INFO 21 [786] -2015-01-26 21:54:02 queue INFO >>21 [787] -2015-01-26 21:54:02 sendUrl INFO 21 [787] -2015-01-26 21:54:52 queue INFO >>21 [788] -2015-01-26 21:54:52 sendUrl INFO 21 [788] -2015-01-26 21:55:42 queue INFO >>21 [789] -2015-01-26 21:55:42 sendUrl INFO 21 [789] -2015-01-26 21:56:32 queue INFO >>21 [790] -2015-01-26 21:56:33 sendUrl INFO 21 [790] -2015-01-26 21:57:22 queue INFO >>21 [791] -2015-01-26 21:57:23 sendUrl INFO 21 [791] -2015-01-26 21:58:13 queue INFO >>21 [792] -2015-01-26 21:58:13 sendUrl INFO 21 [792] -2015-01-26 21:59:03 queue INFO >>21 [793] -2015-01-26 21:59:03 sendUrl INFO 21 [793] -2015-01-26 21:59:53 queue INFO >>21 [794] -2015-01-26 21:59:53 sendUrl INFO 21 [794] -2015-01-26 22:00:43 queue INFO >>21 [795] -2015-01-26 22:00:43 sendUrl INFO 21 [795] -2015-01-26 22:01:33 queue INFO >>21 [796] -2015-01-26 22:01:34 sendUrl INFO 21 [796] -2015-01-26 22:02:23 queue INFO >>21 [797] -2015-01-26 22:02:23 sendUrl INFO 21 [797] -2015-01-26 22:03:13 queue INFO >>21 [798] -2015-01-26 22:03:14 sendUrl INFO 21 [798] -2015-01-26 22:04:04 queue INFO >>21 [799] -2015-01-26 22:04:04 sendUrl INFO 21 [799] -2015-01-26 22:04:54 queue INFO >>21 [800] -2015-01-26 22:04:54 sendUrl INFO 21 [800] -2015-01-26 22:05:44 queue INFO >>21 [801] -2015-01-26 22:05:44 sendUrl INFO 21 [801] -2015-01-26 22:06:34 queue INFO >>21 [802] -2015-01-26 22:06:35 sendUrl INFO 21 [802] -2015-01-26 22:07:24 queue INFO >>21 [803] -2015-01-26 22:07:24 sendUrl INFO 21 [803] -2015-01-26 22:08:14 queue INFO >>21 [804] -2015-01-26 22:08:15 sendUrl INFO 21 [804] -2015-01-26 22:09:05 queue INFO >>21 [805] -2015-01-26 22:09:05 sendUrl INFO 21 [805] -2015-01-26 22:09:55 queue INFO >>21 [806] -2015-01-26 22:09:55 sendUrl INFO 21 [806] -2015-01-26 22:10:45 queue INFO >>21 [807] -2015-01-26 22:10:45 sendUrl INFO 21 [807] -2015-01-26 22:11:35 queue INFO >>21 [808] -2015-01-26 22:11:36 sendUrl INFO 21 [808] -2015-01-26 22:12:25 queue INFO >>21 [809] -2015-01-26 22:12:25 sendUrl INFO 21 [809] -2015-01-26 22:13:15 queue INFO >>21 [810] -2015-01-26 22:13:16 sendUrl INFO 21 [810] -2015-01-26 22:14:05 queue INFO >>21 [811] -2015-01-26 22:14:06 sendUrl INFO 21 [811] -2015-01-26 22:14:56 queue INFO >>21 [812] -2015-01-26 22:14:56 sendUrl INFO 21 [812] -2015-01-26 22:15:46 queue INFO >>21 [813] -2015-01-26 22:15:46 sendUrl INFO 21 [813] -2015-01-26 22:16:36 queue INFO >>21 [814] -2015-01-26 22:16:36 sendUrl INFO 21 [814] -2015-01-26 22:17:26 queue INFO >>21 [815] -2015-01-26 22:17:26 sendUrl INFO 21 [815] -2015-01-26 22:18:16 queue INFO >>21 [816] -2015-01-26 22:18:17 sendUrl INFO 21 [816] -2015-01-26 22:19:06 queue INFO >>21 [817] -2015-01-26 22:19:06 sendUrl INFO 21 [817] -2015-01-26 22:19:57 queue INFO >>21 [818] -2015-01-26 22:19:57 sendUrl INFO 21 [818] -2015-01-26 22:20:47 queue INFO >>21 [819] -2015-01-26 22:20:47 sendUrl INFO 21 [819] -2015-01-26 22:21:37 queue INFO >>21 [820] -2015-01-26 22:21:37 sendUrl INFO 21 [820] -2015-01-26 22:22:27 queue INFO >>21 [821] -2015-01-26 22:22:27 sendUrl INFO 21 [821] -2015-01-26 22:23:17 queue INFO >>21 [822] -2015-01-26 22:23:18 sendUrl INFO 21 [822] -2015-01-26 22:24:07 queue INFO >>21 [823] -2015-01-26 22:24:07 sendUrl INFO 21 [823] -2015-01-26 22:24:57 queue INFO >>21 [824] -2015-01-26 22:24:58 sendUrl INFO 21 [824] -2015-01-26 22:25:48 queue INFO >>21 [825] -2015-01-26 22:25:48 sendUrl INFO 21 [825] -2015-01-26 22:26:38 queue INFO >>21 [826] -2015-01-26 22:26:38 sendUrl INFO 21 [826] -2015-01-26 22:27:28 queue INFO >>21 [827] -2015-01-26 22:27:28 sendUrl INFO 21 [827] -2015-01-26 22:28:18 queue INFO >>21 [828] -2015-01-26 22:28:19 sendUrl INFO 21 [828] -2015-01-26 22:29:08 queue INFO >>21 [829] -2015-01-26 22:29:08 sendUrl INFO 21 [829] -2015-01-26 22:29:58 queue INFO >>21 [830] -2015-01-26 22:29:59 sendUrl INFO 21 [830] -2015-01-26 22:30:49 queue INFO >>21 [831] -2015-01-26 22:30:49 sendUrl INFO 21 [831] -2015-01-26 22:31:39 queue INFO >>21 [832] -2015-01-26 22:31:39 sendUrl INFO 21 [832] -2015-01-26 22:32:29 queue INFO >>21 [833] -2015-01-26 22:32:29 sendUrl INFO 21 [833] -2015-01-26 22:33:19 queue INFO >>21 [834] -2015-01-26 22:33:19 sendUrl INFO 21 [834] -2015-01-26 22:34:09 queue INFO >>21 [835] -2015-01-26 22:34:09 sendUrl INFO 21 [835] -2015-01-26 22:34:59 queue INFO >>21 [836] -2015-01-26 22:35:00 sendUrl INFO 21 [836] -2015-01-26 22:35:49 queue INFO >>21 [837] -2015-01-26 22:35:50 sendUrl INFO 21 [837] -2015-01-26 22:36:40 queue INFO >>21 [838] -2015-01-26 22:36:40 sendUrl INFO 21 [838] -2015-01-26 22:37:30 queue INFO >>21 [839] -2015-01-26 22:37:30 sendUrl INFO 21 [839] -2015-01-26 22:38:20 queue INFO >>21 [840] -2015-01-26 22:38:20 sendUrl INFO 21 [840] -2015-01-26 22:39:10 queue INFO >>21 [841] -2015-01-26 22:39:10 sendUrl INFO 21 [841] -2015-01-26 22:40:00 queue INFO >>21 [842] -2015-01-26 22:40:01 sendUrl INFO 21 [842] -2015-01-26 22:40:50 queue INFO >>21 [843] -2015-01-26 22:40:51 sendUrl INFO 21 [843] -2015-01-26 22:41:40 queue INFO >>21 [844] -2015-01-26 22:41:41 sendUrl INFO 21 [844] -2015-01-26 22:42:31 queue INFO >>21 [845] -2015-01-26 22:42:31 sendUrl INFO 21 [845] -2015-01-26 22:43:21 queue INFO >>21 [846] -2015-01-26 22:43:21 sendUrl INFO 21 [846] -2015-01-26 22:44:11 queue INFO >>21 [847] -2015-01-26 22:44:11 sendUrl INFO 21 [847] -2015-01-26 22:45:01 queue INFO >>21 [848] -2015-01-26 22:45:01 sendUrl INFO 21 [848] -2015-01-26 22:45:51 queue INFO >>21 [849] -2015-01-26 22:45:52 sendUrl INFO 21 [849] -2015-01-26 22:46:41 queue INFO >>21 [850] -2015-01-26 22:46:42 sendUrl INFO 21 [850] -2015-01-26 22:47:31 queue INFO >>21 [851] -2015-01-26 22:47:32 sendUrl INFO 21 [851] -2015-01-26 22:48:22 queue INFO >>21 [852] -2015-01-26 22:48:22 sendUrl INFO 21 [852] -2015-01-26 22:49:12 queue INFO >>21 [853] -2015-01-26 22:49:12 sendUrl INFO 21 [853] -2015-01-26 22:50:02 queue INFO >>21 [854] -2015-01-26 22:50:02 sendUrl INFO 21 [854] -2015-01-26 22:50:52 queue INFO >>21 [855] -2015-01-26 22:50:52 sendUrl INFO 21 [855] -2015-01-26 22:51:42 queue INFO >>21 [856] -2015-01-26 22:51:42 sendUrl INFO 21 [856] -2015-01-26 22:52:32 queue INFO >>21 [857] -2015-01-26 22:52:33 sendUrl INFO 21 [857] -2015-01-26 22:53:22 queue INFO >>21 [858] -2015-01-26 22:53:23 sendUrl INFO 21 [858] -2015-01-26 22:54:13 queue INFO >>21 [859] -2015-01-26 22:54:13 sendUrl INFO 21 [859] -2015-01-26 22:55:03 queue INFO >>21 [860] -2015-01-26 22:55:03 sendUrl INFO 21 [860] -2015-01-26 22:55:53 queue INFO >>21 [861] -2015-01-26 22:55:53 sendUrl INFO 21 [861] -2015-01-26 22:56:43 queue INFO >>21 [862] -2015-01-26 22:56:43 sendUrl INFO 21 [862] -2015-01-26 22:57:33 queue INFO >>21 [863] -2015-01-26 22:57:34 sendUrl INFO 21 [863] -2015-01-26 22:58:23 queue INFO >>21 [864] -2015-01-26 22:58:24 sendUrl INFO 21 [864] -2015-01-26 22:59:14 queue INFO >>21 [865] -2015-01-26 22:59:14 sendUrl INFO 21 [865] -2015-01-26 23:00:04 queue INFO >>21 [866] -2015-01-26 23:00:04 sendUrl INFO 21 [866] -2015-01-26 23:00:54 queue INFO >>21 [867] -2015-01-26 23:00:54 sendUrl INFO 21 [867] -2015-01-26 23:01:44 queue INFO >>21 [868] -2015-01-26 23:01:44 sendUrl INFO 21 [868] -2015-01-26 23:02:34 queue INFO >>21 [869] -2015-01-26 23:02:35 sendUrl INFO 21 [869] -2015-01-26 23:03:24 queue INFO >>21 [870] -2015-01-26 23:03:24 sendUrl INFO 21 [870] -2015-01-26 23:04:14 queue INFO >>21 [871] -2015-01-26 23:04:15 sendUrl INFO 21 [871] -2015-01-26 23:05:05 queue INFO >>21 [872] -2015-01-26 23:05:05 sendUrl INFO 21 [872] -2015-01-26 23:05:55 queue INFO >>21 [873] -2015-01-26 23:05:55 sendUrl INFO 21 [873] -2015-01-26 23:06:45 queue INFO >>21 [874] -2015-01-26 23:06:45 sendUrl INFO 21 [874] -2015-01-26 23:07:35 queue INFO >>21 [875] -2015-01-26 23:07:36 sendUrl INFO 21 [875] -2015-01-26 23:08:25 queue INFO >>21 [876] -2015-01-26 23:08:25 sendUrl INFO 21 [876] -2015-01-26 23:09:15 queue INFO >>21 [877] -2015-01-26 23:09:16 sendUrl INFO 21 [877] -2015-01-26 23:10:05 queue INFO >>21 [878] -2015-01-26 23:10:06 sendUrl INFO 21 [878] -2015-01-26 23:10:56 queue INFO >>21 [879] -2015-01-26 23:10:56 sendUrl INFO 21 [879] -2015-01-26 23:11:46 queue INFO >>21 [880] -2015-01-26 23:11:46 sendUrl INFO 21 [880] -2015-01-26 23:12:36 queue INFO >>21 [881] -2015-01-26 23:12:37 sendUrl INFO 21 [881] -2015-01-26 23:13:26 queue INFO >>21 [882] -2015-01-26 23:13:26 sendUrl INFO 21 [882] -2015-01-26 23:14:16 queue INFO >>21 [883] -2015-01-26 23:14:17 sendUrl INFO 21 [883] -2015-01-26 23:15:06 queue INFO >>21 [884] -2015-01-26 23:15:06 sendUrl INFO 21 [884] -2015-01-26 23:15:56 queue INFO >>21 [885] -2015-01-26 23:15:57 sendUrl INFO 21 [885] -2015-01-26 23:16:47 queue INFO >>21 [886] -2015-01-26 23:16:47 sendUrl INFO 21 [886] -2015-01-26 23:17:37 queue INFO >>21 [887] -2015-01-26 23:17:37 sendUrl INFO 21 [887] -2015-01-26 23:18:27 queue INFO >>21 [888] -2015-01-26 23:18:27 sendUrl INFO 21 [888] -2015-01-26 23:19:17 queue INFO >>21 [889] -2015-01-26 23:19:17 sendUrl INFO 21 [889] -2015-01-26 23:20:07 queue INFO >>21 [890] -2015-01-26 23:20:07 sendUrl INFO 21 [890] -2015-01-26 23:20:57 queue INFO >>21 [891] -2015-01-26 23:20:58 sendUrl INFO 21 [891] -2015-01-26 23:21:47 queue INFO >>21 [892] -2015-01-26 23:21:48 sendUrl INFO 21 [892] -2015-01-26 23:22:38 queue INFO >>21 [893] -2015-01-26 23:22:38 sendUrl INFO 21 [893] -2015-01-26 23:23:28 queue INFO >>21 [894] -2015-01-26 23:23:28 sendUrl INFO 21 [894] -2015-01-26 23:24:18 queue INFO >>21 [895] -2015-01-26 23:24:18 sendUrl INFO 21 [895] -2015-01-26 23:25:08 queue INFO >>21 [896] -2015-01-26 23:25:08 sendUrl INFO 21 [896] -2015-01-26 23:25:58 queue INFO >>21 [897] -2015-01-26 23:25:59 sendUrl INFO 21 [897] -2015-01-26 23:26:48 queue INFO >>21 [898] -2015-01-26 23:26:49 sendUrl INFO 21 [898] -2015-01-26 23:27:38 queue INFO >>21 [899] -2015-01-26 23:27:39 sendUrl INFO 21 [899] -2015-01-26 23:28:29 queue INFO >>21 [900] -2015-01-26 23:28:29 sendUrl INFO 21 [900] -2015-01-26 23:29:19 queue INFO >>21 [901] -2015-01-26 23:29:19 sendUrl INFO 21 [901] -2015-01-26 23:30:09 queue INFO >>21 [902] -2015-01-26 23:30:09 sendUrl INFO 21 [902] -2015-01-26 23:30:59 queue INFO >>21 [903] -2015-01-26 23:30:59 sendUrl INFO 21 [903] -2015-01-26 23:31:49 queue INFO >>21 [904] -2015-01-26 23:31:50 sendUrl INFO 21 [904] -2015-01-26 23:32:39 queue INFO >>21 [905] -2015-01-26 23:32:39 sendUrl INFO 21 [905] -2015-01-26 23:33:29 queue INFO >>21 [906] -2015-01-26 23:33:30 sendUrl INFO 21 [906] -2015-01-26 23:34:20 queue INFO >>21 [907] -2015-01-26 23:34:20 sendUrl INFO 21 [907] -2015-01-26 23:35:10 queue INFO >>21 [908] -2015-01-26 23:35:10 sendUrl INFO 21 [908] -2015-01-26 23:36:00 queue INFO >>21 [909] -2015-01-26 23:36:00 sendUrl INFO 21 [909] -2015-01-26 23:36:50 queue INFO >>21 [910] -2015-01-26 23:36:51 sendUrl INFO 21 [910] -2015-01-26 23:37:40 queue INFO >>21 [911] -2015-01-26 23:37:40 sendUrl INFO 21 [911] -2015-01-26 23:38:30 queue INFO >>21 [912] -2015-01-26 23:38:31 sendUrl INFO 21 [912] -2015-01-26 23:39:20 queue INFO >>21 [913] -2015-01-26 23:39:21 sendUrl INFO 21 [913] -2015-01-26 23:40:11 queue INFO >>21 [914] -2015-01-26 23:40:11 sendUrl INFO 21 [914] -2015-01-26 23:41:01 queue INFO >>21 [915] -2015-01-26 23:41:01 sendUrl INFO 21 [915] -2015-01-26 23:41:51 queue INFO >>21 [916] -2015-01-26 23:41:51 sendUrl INFO 21 [916] -2015-01-26 23:42:41 queue INFO >>21 [917] -2015-01-26 23:42:41 sendUrl INFO 21 [917] -2015-01-26 23:43:31 queue INFO >>21 [918] -2015-01-26 23:43:32 sendUrl INFO 21 [918] -2015-01-26 23:44:21 queue INFO >>21 [919] -2015-01-26 23:44:21 sendUrl INFO 21 [919] -2015-01-26 23:45:12 queue INFO >>21 [920] -2015-01-26 23:45:12 sendUrl INFO 21 [920] -2015-01-26 23:46:02 queue INFO >>21 [921] -2015-01-26 23:46:02 sendUrl INFO 21 [921] -2015-01-26 23:46:52 queue INFO >>21 [922] -2015-01-26 23:46:52 sendUrl INFO 21 [922] -2015-01-26 23:47:42 queue INFO >>21 [923] -2015-01-26 23:47:42 sendUrl INFO 21 [923] -2015-01-26 23:48:32 queue INFO >>21 [924] -2015-01-26 23:48:33 sendUrl INFO 21 [924] -2015-01-26 23:49:22 queue INFO >>21 [925] -2015-01-26 23:49:22 sendUrl INFO 21 [925] -2015-01-26 23:50:12 queue INFO >>21 [926] -2015-01-26 23:50:13 sendUrl INFO 21 [926] -2015-01-26 23:51:03 queue INFO >>21 [927] -2015-01-26 23:51:03 sendUrl INFO 21 [927] -2015-01-26 23:51:53 queue INFO >>21 [928] -2015-01-26 23:51:53 sendUrl INFO 21 [928] -2015-01-26 23:52:43 queue INFO >>21 [929] -2015-01-26 23:52:43 sendUrl INFO 21 [929] -2015-01-26 23:53:33 queue INFO >>21 [930] -2015-01-26 23:53:34 sendUrl INFO 21 [930] -2015-01-26 23:54:23 queue INFO >>21 [931] -2015-01-26 23:54:23 sendUrl INFO 21 [931] -2015-01-26 23:55:13 queue INFO >>21 [932] -2015-01-26 23:55:14 sendUrl INFO 21 [932] -2015-01-26 23:56:03 queue INFO >>21 [933] -2015-01-26 23:56:04 sendUrl INFO 21 [933] -2015-01-26 23:56:54 queue INFO >>21 [934] -2015-01-26 23:56:54 sendUrl INFO 21 [934] -2015-01-26 23:57:44 queue INFO >>21 [935] -2015-01-26 23:57:44 sendUrl INFO 21 [935] -2015-01-26 23:58:34 queue INFO >>21 [936] -2015-01-26 23:58:34 sendUrl INFO 21 [936] -2015-01-26 23:59:24 queue INFO >>21 [937] -2015-01-26 23:59:24 sendUrl INFO 21 [937] -2015-01-27 00:00:14 queue INFO >>21 [938] -2015-01-27 00:00:14 sendUrl INFO 21 [938] -2015-01-27 00:01:04 queue INFO >>21 [939] -2015-01-27 00:01:05 sendUrl INFO 21 [939] -2015-01-27 00:01:54 queue INFO >>21 [940] -2015-01-27 00:01:55 sendUrl INFO 21 [940] -2015-01-27 00:02:45 queue INFO >>21 [941] -2015-01-27 00:02:45 sendUrl INFO 21 [941] -2015-01-27 00:03:35 queue INFO >>21 [942] -2015-01-27 00:03:35 sendUrl INFO 21 [942] -2015-01-27 00:04:25 queue INFO >>21 [943] -2015-01-27 00:04:25 sendUrl INFO 21 [943] -2015-01-27 00:05:15 queue INFO >>21 [944] -2015-01-27 00:05:15 sendUrl INFO 21 [944] -2015-01-27 00:06:05 queue INFO >>21 [945] -2015-01-27 00:06:06 sendUrl INFO 21 [945] -2015-01-27 00:06:55 queue INFO >>21 [946] -2015-01-27 00:06:56 sendUrl INFO 21 [946] -2015-01-27 00:07:45 queue INFO >>21 [947] -2015-01-27 00:07:46 sendUrl INFO 21 [947] -2015-01-27 00:08:36 queue INFO >>21 [948] -2015-01-27 00:08:36 sendUrl INFO 21 [948] -2015-01-27 00:09:26 queue INFO >>21 [949] -2015-01-27 00:09:26 sendUrl INFO 21 [949] -2015-01-27 00:10:16 queue INFO >>21 [950] -2015-01-27 00:10:16 program ERROR IOB offline -2015-01-27 00:10:17 program INFO IOB ONLINE! -2015-01-27 00:10:17 sendUrl INFO 21 [950] -2015-01-27 00:11:06 queue INFO >>21 [951] -2015-01-27 00:11:06 program ERROR IOB offline -2015-01-27 00:11:07 program INFO IOB ONLINE! -2015-01-27 00:11:07 sendUrl INFO 21 [951] -2015-01-27 00:11:56 queue INFO >>21 [952] -2015-01-27 00:11:56 program ERROR IOB offline -2015-01-27 00:11:57 program INFO IOB ONLINE! -2015-01-27 00:11:57 sendUrl INFO 21 [952] -2015-01-27 00:12:46 queue INFO >>21 [953] -2015-01-27 00:12:47 sendUrl INFO 21 [953] -2015-01-27 00:13:37 queue INFO >>21 [954] -2015-01-27 00:13:37 sendUrl INFO 21 [954] -2015-01-27 00:14:27 queue INFO >>21 [955] -2015-01-27 00:14:27 sendUrl INFO 21 [955] -2015-01-27 00:15:17 queue INFO >>21 [956] -2015-01-27 00:15:17 sendUrl INFO 21 [956] -2015-01-27 00:16:07 queue INFO >>21 [957] -2015-01-27 00:16:07 sendUrl INFO 21 [957] -2015-01-27 00:16:57 queue INFO >>21 [958] -2015-01-27 00:16:57 sendUrl INFO 21 [958] -2015-01-27 00:17:47 queue INFO >>21 [959] -2015-01-27 00:17:48 sendUrl INFO 21 [959] -2015-01-27 00:18:37 queue INFO >>21 [960] -2015-01-27 00:18:37 sendUrl INFO 21 [960] -2015-01-27 00:19:27 queue INFO >>21 [961] -2015-01-27 00:19:28 sendUrl INFO 21 [961] -2015-01-27 00:20:18 queue INFO >>21 [962] -2015-01-27 00:20:18 sendUrl INFO 21 [962] -2015-01-27 00:21:08 queue INFO >>21 [963] -2015-01-27 00:21:08 sendUrl INFO 21 [963] -2015-01-27 00:21:58 queue INFO >>21 [964] -2015-01-27 00:21:58 sendUrl INFO 21 [964] -2015-01-27 00:22:48 queue INFO >>21 [965] -2015-01-27 00:22:48 sendUrl INFO 21 [965] -2015-01-27 00:23:38 queue INFO >>21 [966] -2015-01-27 00:23:38 sendUrl INFO 21 [966] -2015-01-27 00:24:28 queue INFO >>21 [967] -2015-01-27 00:24:29 sendUrl INFO 21 [967] -2015-01-27 00:25:18 queue INFO >>21 [968] -2015-01-27 00:25:19 sendUrl INFO 21 [968] -2015-01-27 00:26:09 queue INFO >>21 [969] -2015-01-27 00:26:09 sendUrl INFO 21 [969] -2015-01-27 00:26:59 queue INFO >>21 [970] -2015-01-27 00:26:59 sendUrl INFO 21 [970] -2015-01-27 00:27:49 queue INFO >>21 [971] -2015-01-27 00:27:49 sendUrl INFO 21 [971] -2015-01-27 00:28:39 queue INFO >>21 [972] -2015-01-27 00:28:39 sendUrl INFO 21 [972] -2015-01-27 00:29:29 queue INFO >>21 [973] -2015-01-27 00:29:29 sendUrl INFO 21 [973] -2015-01-27 00:30:19 queue INFO >>21 [974] -2015-01-27 00:30:20 sendUrl INFO 21 [974] -2015-01-27 00:31:09 queue INFO >>21 [975] -2015-01-27 00:31:10 sendUrl INFO 21 [975] -2015-01-27 00:31:59 queue INFO >>21 [976] -2015-01-27 00:32:00 sendUrl INFO 21 [976] -2015-01-27 00:32:50 queue INFO >>21 [977] -2015-01-27 00:32:50 sendUrl INFO 21 [977] -2015-01-27 00:33:40 queue INFO >>21 [978] -2015-01-27 00:33:40 sendUrl INFO 21 [978] -2015-01-27 00:34:30 queue INFO >>21 [979] -2015-01-27 00:34:30 sendUrl INFO 21 [979] -2015-01-27 00:35:20 queue INFO >>21 [980] -2015-01-27 00:35:21 sendUrl INFO 21 [980] -2015-01-27 00:36:10 queue INFO >>21 [981] -2015-01-27 00:36:10 sendUrl INFO 21 [981] -2015-01-27 00:37:00 queue INFO >>21 [982] -2015-01-27 00:37:01 sendUrl INFO 21 [982] -2015-01-27 00:37:51 queue INFO >>21 [983] -2015-01-27 00:37:51 sendUrl INFO 21 [983] -2015-01-27 00:38:41 queue INFO >>21 [984] -2015-01-27 00:38:41 sendUrl INFO 21 [984] -2015-01-27 00:39:31 queue INFO >>21 [985] -2015-01-27 00:39:31 sendUrl INFO 21 [985] -2015-01-27 00:40:21 queue INFO >>21 [986] -2015-01-27 00:40:22 sendUrl INFO 21 [986] -2015-01-27 00:41:11 queue INFO >>21 [987] -2015-01-27 00:41:11 sendUrl INFO 21 [987] -2015-01-27 00:42:01 queue INFO >>21 [988] -2015-01-27 00:42:02 sendUrl INFO 21 [988] -2015-01-27 00:42:51 queue INFO >>21 [989] -2015-01-27 00:42:51 sendUrl INFO 21 [989] -2015-01-27 00:43:41 queue INFO >>21 [990] -2015-01-27 00:43:42 sendUrl INFO 21 [990] -2015-01-27 00:44:32 queue INFO >>21 [991] -2015-01-27 00:44:32 sendUrl INFO 21 [991] -2015-01-27 00:45:22 queue INFO >>21 [992] -2015-01-27 00:45:22 sendUrl INFO 21 [992] -2015-01-27 00:46:12 queue INFO >>21 [993] -2015-01-27 00:46:12 sendUrl INFO 21 [993] -2015-01-27 00:47:02 queue INFO >>21 [994] -2015-01-27 00:47:02 sendUrl INFO 21 [994] -2015-01-27 00:47:52 queue INFO >>21 [995] -2015-01-27 00:47:52 sendUrl INFO 21 [995] -2015-01-27 00:48:42 queue INFO >>21 [996] -2015-01-27 00:48:43 sendUrl INFO 21 [996] -2015-01-27 00:49:32 queue INFO >>21 [997] -2015-01-27 00:49:33 sendUrl INFO 21 [997] -2015-01-27 00:50:23 queue INFO >>21 [998] -2015-01-27 00:50:23 sendUrl INFO 21 [998] -2015-01-27 00:51:13 queue INFO >>21 [999] -2015-01-27 00:51:13 sendUrl INFO 21 [999] -2015-01-27 00:52:03 queue INFO >>21 [0] -2015-01-27 00:52:03 sendUrl INFO 21 [0] -2015-01-27 00:52:53 queue INFO >>21 [1] -2015-01-27 00:52:53 sendUrl INFO 21 [1] -2015-01-27 00:53:43 queue INFO >>21 [2] -2015-01-27 00:53:44 sendUrl INFO 21 [2] -2015-01-27 00:54:33 queue INFO >>21 [3] -2015-01-27 00:54:34 sendUrl INFO 21 [3] -2015-01-27 00:55:23 queue INFO >>21 [4] -2015-01-27 00:55:24 sendUrl INFO 21 [4] -2015-01-27 00:56:14 queue INFO >>21 [5] -2015-01-27 00:56:14 sendUrl INFO 21 [5] -2015-01-27 00:57:04 queue INFO >>21 [6] -2015-01-27 00:57:04 sendUrl INFO 21 [6] -2015-01-27 00:57:54 queue INFO >>21 [7] -2015-01-27 00:57:54 sendUrl INFO 21 [7] -2015-01-27 00:58:44 queue INFO >>21 [8] -2015-01-27 00:58:44 sendUrl INFO 21 [8] -2015-01-27 00:59:34 queue INFO >>21 [9] -2015-01-27 00:59:35 sendUrl INFO 21 [9] -2015-01-27 01:00:24 queue INFO >>21 [10] -2015-01-27 01:00:24 sendUrl INFO 21 [10] -2015-01-27 01:01:14 queue INFO >>21 [11] -2015-01-27 01:01:15 sendUrl INFO 21 [11] -2015-01-27 01:02:05 queue INFO >>21 [12] -2015-01-27 01:02:05 sendUrl INFO 21 [12] -2015-01-27 01:02:55 queue INFO >>21 [13] -2015-01-27 01:02:55 sendUrl INFO 21 [13] -2015-01-27 01:03:45 queue INFO >>21 [14] -2015-01-27 01:03:45 sendUrl INFO 21 [14] -2015-01-27 01:04:35 queue INFO >>21 [15] -2015-01-27 01:04:36 sendUrl INFO 21 [15] -2015-01-27 01:05:25 queue INFO >>21 [16] -2015-01-27 01:05:25 sendUrl INFO 21 [16] -2015-01-27 01:06:15 queue INFO >>21 [17] -2015-01-27 01:06:16 sendUrl INFO 21 [17] -2015-01-27 01:07:05 queue INFO >>21 [18] -2015-01-27 01:07:06 sendUrl INFO 21 [18] -2015-01-27 01:07:56 queue INFO >>21 [19] -2015-01-27 01:07:56 sendUrl INFO 21 [19] -2015-01-27 01:08:46 queue INFO >>21 [20] -2015-01-27 01:08:46 sendUrl INFO 21 [20] -2015-01-27 01:09:36 queue INFO >>21 [21] -2015-01-27 01:09:36 sendUrl INFO 21 [21] -2015-01-27 01:10:26 queue INFO >>21 [22] -2015-01-27 01:10:26 sendUrl INFO 21 [22] -2015-01-27 01:11:16 queue INFO >>21 [23] -2015-01-27 01:11:17 sendUrl INFO 21 [23] -2015-01-27 01:12:06 queue INFO >>21 [24] -2015-01-27 01:12:06 sendUrl INFO 21 [24] -2015-01-27 01:12:56 queue INFO >>21 [25] -2015-01-27 01:12:57 sendUrl INFO 21 [25] -2015-01-27 01:13:47 queue INFO >>21 [26] -2015-01-27 01:13:47 sendUrl INFO 21 [26] -2015-01-27 01:14:37 queue INFO >>21 [27] -2015-01-27 01:14:37 sendUrl INFO 21 [27] -2015-01-27 01:15:27 queue INFO >>21 [28] -2015-01-27 01:15:27 sendUrl INFO 21 [28] -2015-01-27 01:16:17 queue INFO >>21 [29] -2015-01-27 01:16:17 sendUrl INFO 21 [29] -2015-01-27 01:17:07 queue INFO >>21 [30] -2015-01-27 01:17:07 sendUrl INFO 21 [30] -2015-01-27 01:17:57 queue INFO >>21 [31] -2015-01-27 01:17:58 sendUrl INFO 21 [31] -2015-01-27 01:18:47 queue INFO >>21 [32] -2015-01-27 01:18:48 sendUrl INFO 21 [32] -2015-01-27 01:19:38 queue INFO >>21 [33] -2015-01-27 01:19:38 sendUrl INFO 21 [33] -2015-01-27 01:20:28 queue INFO >>21 [34] -2015-01-27 01:20:28 sendUrl INFO 21 [34] -2015-01-27 01:21:18 queue INFO >>21 [35] -2015-01-27 01:21:18 sendUrl INFO 21 [35] -2015-01-27 01:22:08 queue INFO >>21 [36] -2015-01-27 01:22:08 sendUrl INFO 21 [36] -2015-01-27 01:22:58 queue INFO >>21 [37] -2015-01-27 01:22:59 sendUrl INFO 21 [37] -2015-01-27 01:23:48 queue INFO >>21 [38] -2015-01-27 01:23:49 sendUrl INFO 21 [38] -2015-01-27 01:24:38 queue INFO >>21 [39] -2015-01-27 01:24:39 sendUrl INFO 21 [39] -2015-01-27 01:25:29 queue INFO >>21 [40] -2015-01-27 01:25:29 sendUrl INFO 21 [40] -2015-01-27 01:26:19 queue INFO >>21 [41] -2015-01-27 01:26:19 sendUrl INFO 21 [41] -2015-01-27 01:27:09 queue INFO >>21 [42] -2015-01-27 01:27:09 sendUrl INFO 21 [42] -2015-01-27 01:27:59 queue INFO >>21 [43] -2015-01-27 01:27:59 sendUrl INFO 21 [43] -2015-01-27 01:28:49 queue INFO >>21 [44] -2015-01-27 01:28:50 sendUrl INFO 21 [44] -2015-01-27 01:29:39 queue INFO >>21 [45] -2015-01-27 01:29:40 sendUrl INFO 21 [45] -2015-01-27 01:30:30 queue INFO >>21 [46] -2015-01-27 01:30:30 sendUrl INFO 21 [46] -2015-01-27 01:31:20 queue INFO >>21 [47] -2015-01-27 01:31:20 sendUrl INFO 21 [47] -2015-01-27 01:32:10 queue INFO >>21 [48] -2015-01-27 01:32:10 sendUrl INFO 21 [48] -2015-01-27 01:33:00 queue INFO >>21 [49] -2015-01-27 01:33:00 sendUrl INFO 21 [49] -2015-01-27 01:33:50 queue INFO >>21 [50] -2015-01-27 01:33:50 sendUrl INFO 21 [50] -2015-01-27 01:34:40 queue INFO >>21 [51] -2015-01-27 01:34:41 sendUrl INFO 21 [51] -2015-01-27 01:35:30 queue INFO >>21 [52] -2015-01-27 01:35:31 sendUrl INFO 21 [52] -2015-01-27 01:36:21 queue INFO >>21 [53] -2015-01-27 01:36:21 sendUrl INFO 21 [53] -2015-01-27 01:37:11 queue INFO >>21 [54] -2015-01-27 01:37:11 sendUrl INFO 21 [54] -2015-01-27 01:38:01 queue INFO >>21 [55] -2015-01-27 01:38:01 sendUrl INFO 21 [55] -2015-01-27 01:38:51 queue INFO >>21 [56] -2015-01-27 01:38:51 sendUrl INFO 21 [56] -2015-01-27 01:39:41 queue INFO >>21 [57] -2015-01-27 01:39:42 sendUrl INFO 21 [57] -2015-01-27 01:40:31 queue INFO >>21 [58] -2015-01-27 01:40:32 sendUrl INFO 21 [58] -2015-01-27 01:41:22 queue INFO >>21 [59] -2015-01-27 01:41:22 sendUrl INFO 21 [59] -2015-01-27 01:42:12 queue INFO >>21 [60] -2015-01-27 01:42:12 sendUrl INFO 21 [60] -2015-01-27 01:43:02 queue INFO >>21 [61] -2015-01-27 01:43:02 sendUrl INFO 21 [61] -2015-01-27 01:43:52 queue INFO >>21 [62] -2015-01-27 01:43:52 sendUrl INFO 21 [62] -2015-01-27 01:44:42 queue INFO >>21 [63] -2015-01-27 01:44:42 sendUrl INFO 21 [63] -2015-01-27 01:45:32 queue INFO >>21 [64] -2015-01-27 01:45:33 sendUrl INFO 21 [64] -2015-01-27 01:46:22 queue INFO >>21 [65] -2015-01-27 01:46:23 sendUrl INFO 21 [65] -2015-01-27 01:47:13 queue INFO >>21 [66] -2015-01-27 01:47:13 sendUrl INFO 21 [66] -2015-01-27 01:48:03 queue INFO >>21 [67] -2015-01-27 01:48:03 sendUrl INFO 21 [67] -2015-01-27 01:48:53 queue INFO >>21 [68] -2015-01-27 01:48:53 sendUrl INFO 21 [68] -2015-01-27 01:49:43 queue INFO >>21 [69] -2015-01-27 01:49:43 sendUrl INFO 21 [69] -2015-01-27 01:50:33 queue INFO >>21 [70] -2015-01-27 01:50:34 sendUrl INFO 21 [70] -2015-01-27 01:51:23 queue INFO >>21 [71] -2015-01-27 01:51:24 sendUrl INFO 21 [71] -2015-01-27 01:52:13 queue INFO >>21 [72] -2015-01-27 01:52:14 sendUrl INFO 21 [72] -2015-01-27 01:53:04 queue INFO >>21 [73] -2015-01-27 01:53:04 sendUrl INFO 21 [73] -2015-01-27 01:53:54 queue INFO >>21 [74] -2015-01-27 01:53:54 sendUrl INFO 21 [74] -2015-01-27 01:54:44 queue INFO >>21 [75] -2015-01-27 01:54:44 sendUrl INFO 21 [75] -2015-01-27 01:55:34 queue INFO >>21 [76] -2015-01-27 01:55:34 sendUrl INFO 21 [76] -2015-01-27 01:56:24 queue INFO >>21 [77] -2015-01-27 01:56:24 sendUrl INFO 21 [77] -2015-01-27 01:57:14 queue INFO >>21 [78] -2015-01-27 01:57:15 sendUrl INFO 21 [78] -2015-01-27 01:58:04 queue INFO >>21 [79] -2015-01-27 01:58:05 sendUrl INFO 21 [79] -2015-01-27 01:58:55 queue INFO >>21 [80] -2015-01-27 01:58:55 sendUrl INFO 21 [80] -2015-01-27 01:59:45 queue INFO >>21 [81] -2015-01-27 01:59:45 sendUrl INFO 21 [81] -2015-01-27 02:00:35 queue INFO >>21 [82] -2015-01-27 02:00:35 sendUrl INFO 21 [82] -2015-01-27 02:01:25 queue INFO >>21 [83] -2015-01-27 02:01:25 sendUrl INFO 21 [83] -2015-01-27 02:02:15 queue INFO >>21 [84] -2015-01-27 02:02:16 sendUrl INFO 21 [84] -2015-01-27 02:03:05 queue INFO >>21 [85] -2015-01-27 02:03:05 sendUrl INFO 21 [85] -2015-01-27 02:03:55 queue INFO >>21 [86] -2015-01-27 02:03:56 sendUrl INFO 21 [86] -2015-01-27 02:04:46 queue INFO >>21 [87] -2015-01-27 02:04:46 sendUrl INFO 21 [87] -2015-01-27 02:05:36 queue INFO >>21 [88] -2015-01-27 02:05:36 sendUrl INFO 21 [88] -2015-01-27 02:06:26 queue INFO >>21 [89] -2015-01-27 02:06:26 sendUrl INFO 21 [89] -2015-01-27 02:07:16 queue INFO >>21 [90] -2015-01-27 02:07:16 sendUrl INFO 21 [90] -2015-01-27 02:08:06 queue INFO >>21 [91] -2015-01-27 02:08:06 sendUrl INFO 21 [91] -2015-01-27 02:08:56 queue INFO >>21 [92] -2015-01-27 02:08:57 sendUrl INFO 21 [92] -2015-01-27 02:09:46 queue INFO >>21 [93] -2015-01-27 02:09:47 sendUrl INFO 21 [93] -2015-01-27 02:10:37 queue INFO >>21 [94] -2015-01-27 02:10:37 sendUrl INFO 21 [94] -2015-01-27 02:11:27 queue INFO >>21 [95] -2015-01-27 02:11:27 sendUrl INFO 21 [95] -2015-01-27 02:12:17 queue INFO >>21 [96] -2015-01-27 02:12:17 sendUrl INFO 21 [96] -2015-01-27 02:13:07 queue INFO >>21 [97] -2015-01-27 02:13:07 sendUrl INFO 21 [97] -2015-01-27 02:13:57 queue INFO >>21 [98] -2015-01-27 02:13:57 sendUrl INFO 21 [98] -2015-01-27 02:14:47 queue INFO >>21 [99] -2015-01-27 02:14:48 sendUrl INFO 21 [99] -2015-01-27 02:15:37 queue INFO >>21 [100] -2015-01-27 02:15:38 sendUrl INFO 21 [100] -2015-01-27 02:16:28 queue INFO >>21 [101] -2015-01-27 02:16:28 sendUrl INFO 21 [101] -2015-01-27 02:17:18 queue INFO >>21 [102] -2015-01-27 02:17:18 sendUrl INFO 21 [102] -2015-01-27 02:18:08 queue INFO >>21 [103] -2015-01-27 02:18:08 sendUrl INFO 21 [103] -2015-01-27 02:18:58 queue INFO >>21 [104] -2015-01-27 02:18:58 sendUrl INFO 21 [104] -2015-01-27 02:19:48 queue INFO >>21 [105] -2015-01-27 02:19:49 sendUrl INFO 21 [105] -2015-01-27 02:20:38 queue INFO >>21 [106] -2015-01-27 02:20:39 sendUrl INFO 21 [106] -2015-01-27 02:21:28 queue INFO >>21 [107] -2015-01-27 02:21:29 sendUrl INFO 21 [107] -2015-01-27 02:22:19 queue INFO >>21 [108] -2015-01-27 02:22:19 sendUrl INFO 21 [108] -2015-01-27 02:23:09 queue INFO >>21 [109] -2015-01-27 02:23:09 sendUrl INFO 21 [109] -2015-01-27 02:23:59 queue INFO >>21 [110] -2015-01-27 02:23:59 sendUrl INFO 21 [110] -2015-01-27 02:24:49 queue INFO >>21 [111] -2015-01-27 02:24:49 sendUrl INFO 21 [111] -2015-01-27 02:25:39 queue INFO >>21 [112] -2015-01-27 02:25:39 sendUrl INFO 21 [112] -2015-01-27 02:26:29 queue INFO >>21 [113] -2015-01-27 02:26:30 sendUrl INFO 21 [113] -2015-01-27 02:27:19 queue INFO >>21 [114] -2015-01-27 02:27:20 sendUrl INFO 21 [114] -2015-01-27 02:28:10 queue INFO >>21 [115] -2015-01-27 02:28:10 sendUrl INFO 21 [115] -2015-01-27 02:29:00 queue INFO >>21 [116] -2015-01-27 02:29:00 sendUrl INFO 21 [116] -2015-01-27 02:29:50 queue INFO >>21 [117] -2015-01-27 02:29:50 sendUrl INFO 21 [117] -2015-01-27 02:30:40 queue INFO >>21 [118] -2015-01-27 02:30:40 sendUrl INFO 21 [118] -2015-01-27 02:31:30 queue INFO >>21 [119] -2015-01-27 02:31:31 sendUrl INFO 21 [119] -2015-01-27 02:32:20 queue INFO >>21 [120] -2015-01-27 02:32:20 sendUrl INFO 21 [120] -2015-01-27 02:33:10 queue INFO >>21 [121] -2015-01-27 02:33:11 sendUrl INFO 21 [121] -2015-01-27 02:34:01 queue INFO >>21 [122] -2015-01-27 02:34:01 sendUrl INFO 21 [122] -2015-01-27 02:34:51 queue INFO >>21 [123] -2015-01-27 02:34:51 sendUrl INFO 21 [123] -2015-01-27 02:35:41 queue INFO >>21 [124] -2015-01-27 02:35:41 sendUrl INFO 21 [124] -2015-01-27 02:36:31 queue INFO >>21 [125] -2015-01-27 02:36:32 sendUrl INFO 21 [125] -2015-01-27 02:37:21 queue INFO >>21 [126] -2015-01-27 02:37:21 sendUrl INFO 21 [126] -2015-01-27 02:38:11 queue INFO >>21 [127] -2015-01-27 02:38:12 sendUrl INFO 21 [127] -2015-01-27 02:39:02 queue INFO >>21 [128] -2015-01-27 02:39:02 sendUrl INFO 21 [128] -2015-01-27 02:39:52 queue INFO >>21 [129] -2015-01-27 02:39:52 sendUrl INFO 21 [129] -2015-01-27 02:40:42 queue INFO >>21 [130] -2015-01-27 02:40:42 sendUrl INFO 21 [130] -2015-01-27 02:41:32 queue INFO >>21 [131] -2015-01-27 02:41:32 sendUrl INFO 21 [131] -2015-01-27 02:42:22 queue INFO >>21 [132] -2015-01-27 02:42:22 sendUrl INFO 21 [132] -2015-01-27 02:43:12 queue INFO >>21 [133] -2015-01-27 02:43:13 sendUrl INFO 21 [133] -2015-01-27 02:44:02 queue INFO >>21 [134] -2015-01-27 02:44:03 sendUrl INFO 21 [134] -2015-01-27 02:44:53 queue INFO >>21 [135] -2015-01-27 02:44:53 sendUrl INFO 21 [135] -2015-01-27 02:45:43 queue INFO >>21 [136] -2015-01-27 02:45:43 sendUrl INFO 21 [136] -2015-01-27 02:46:33 queue INFO >>21 [137] -2015-01-27 02:46:33 sendUrl INFO 21 [137] -2015-01-27 02:47:23 queue INFO >>21 [138] -2015-01-27 02:47:23 sendUrl INFO 21 [138] -2015-01-27 02:48:13 queue INFO >>21 [139] -2015-01-27 02:48:14 sendUrl INFO 21 [139] -2015-01-27 02:49:03 queue INFO >>21 [140] -2015-01-27 02:49:04 sendUrl INFO 21 [140] -2015-01-27 02:49:53 queue INFO >>21 [141] -2015-01-27 02:49:54 sendUrl INFO 21 [141] -2015-01-27 02:50:44 queue INFO >>21 [142] -2015-01-27 02:50:44 sendUrl INFO 21 [142] -2015-01-27 02:51:34 queue INFO >>21 [143] -2015-01-27 02:51:34 sendUrl INFO 21 [143] -2015-01-27 02:52:24 queue INFO >>21 [144] -2015-01-27 02:52:24 sendUrl INFO 21 [144] -2015-01-27 02:53:14 queue INFO >>21 [145] -2015-01-27 02:53:14 sendUrl INFO 21 [145] -2015-01-27 02:54:04 queue INFO >>21 [146] -2015-01-27 02:54:05 sendUrl INFO 21 [146] -2015-01-27 02:54:54 queue INFO >>21 [147] -2015-01-27 02:54:55 sendUrl INFO 21 [147] -2015-01-27 02:55:45 queue INFO >>21 [148] -2015-01-27 02:55:45 sendUrl INFO 21 [148] -2015-01-27 02:56:35 queue INFO >>21 [149] -2015-01-27 02:56:35 sendUrl INFO 21 [149] -2015-01-27 02:57:25 queue INFO >>21 [150] -2015-01-27 02:57:25 sendUrl INFO 21 [150] -2015-01-27 02:58:15 queue INFO >>21 [151] -2015-01-27 02:58:15 sendUrl INFO 21 [151] -2015-01-27 02:59:05 queue INFO >>21 [152] -2015-01-27 02:59:05 sendUrl INFO 21 [152] -2015-01-27 02:59:55 queue INFO >>21 [153] -2015-01-27 02:59:56 sendUrl INFO 21 [153] -2015-01-27 03:00:45 queue INFO >>21 [154] -2015-01-27 03:00:46 sendUrl INFO 21 [154] -2015-01-27 03:01:36 queue INFO >>21 [155] -2015-01-27 03:01:36 sendUrl INFO 21 [155] -2015-01-27 03:02:26 queue INFO >>21 [156] -2015-01-27 03:02:26 sendUrl INFO 21 [156] -2015-01-27 03:03:16 queue INFO >>21 [157] -2015-01-27 03:03:16 sendUrl INFO 21 [157] -2015-01-27 03:04:06 queue INFO >>21 [158] -2015-01-27 03:04:06 sendUrl INFO 21 [158] -2015-01-27 03:04:56 queue INFO >>21 [159] -2015-01-27 03:04:57 sendUrl INFO 21 [159] -2015-01-27 03:05:46 queue INFO >>21 [160] -2015-01-27 03:05:47 sendUrl INFO 21 [160] -2015-01-27 03:06:37 queue INFO >>21 [161] -2015-01-27 03:06:37 sendUrl INFO 21 [161] -2015-01-27 03:07:27 queue INFO >>21 [162] -2015-01-27 03:07:27 sendUrl INFO 21 [162] -2015-01-27 03:08:17 queue INFO >>21 [163] -2015-01-27 03:08:17 sendUrl INFO 21 [163] -2015-01-27 03:09:07 queue INFO >>21 [164] -2015-01-27 03:09:07 sendUrl INFO 21 [164] -2015-01-27 03:09:57 queue INFO >>21 [165] -2015-01-27 03:09:57 sendUrl INFO 21 [165] -2015-01-27 03:10:47 queue INFO >>21 [166] -2015-01-27 03:10:48 sendUrl INFO 21 [166] -2015-01-27 03:11:37 queue INFO >>21 [167] -2015-01-27 03:11:38 sendUrl INFO 21 [167] -2015-01-27 03:12:28 queue INFO >>21 [168] -2015-01-27 03:12:28 sendUrl INFO 21 [168] -2015-01-27 03:13:18 queue INFO >>21 [169] -2015-01-27 03:13:18 sendUrl INFO 21 [169] -2015-01-27 03:14:08 queue INFO >>21 [170] -2015-01-27 03:14:08 sendUrl INFO 21 [170] -2015-01-27 03:14:58 queue INFO >>21 [171] -2015-01-27 03:14:58 sendUrl INFO 21 [171] -2015-01-27 03:15:48 queue INFO >>21 [172] -2015-01-27 03:15:49 sendUrl INFO 21 [172] -2015-01-27 03:16:38 queue INFO >>21 [173] -2015-01-27 03:16:39 sendUrl INFO 21 [173] -2015-01-27 03:17:28 queue INFO >>21 [174] -2015-01-27 03:17:29 sendUrl INFO 21 [174] -2015-01-27 03:18:19 queue INFO >>21 [175] -2015-01-27 03:18:19 sendUrl INFO 21 [175] -2015-01-27 03:19:09 queue INFO >>21 [176] -2015-01-27 03:19:09 sendUrl INFO 21 [176] -2015-01-27 03:19:59 queue INFO >>21 [177] -2015-01-27 03:19:59 sendUrl INFO 21 [177] -2015-01-27 03:20:49 queue INFO >>21 [178] -2015-01-27 03:20:50 sendUrl INFO 21 [178] -2015-01-27 03:21:39 queue INFO >>21 [179] -2015-01-27 03:21:39 sendUrl INFO 21 [179] -2015-01-27 03:22:29 queue INFO >>21 [180] -2015-01-27 03:22:30 sendUrl INFO 21 [180] -2015-01-27 03:23:19 queue INFO >>21 [181] -2015-01-27 03:23:20 sendUrl INFO 21 [181] -2015-01-27 03:24:09 queue INFO >>21 [182] -2015-01-27 03:24:10 sendUrl INFO 21 [182] -2015-01-27 03:25:00 queue INFO >>21 [183] -2015-01-27 03:25:00 sendUrl INFO 21 [183] -2015-01-27 03:25:50 queue INFO >>21 [184] -2015-01-27 03:25:50 sendUrl INFO 21 [184] -2015-01-27 03:26:40 queue INFO >>21 [185] -2015-01-27 03:26:40 sendUrl INFO 21 [185] -2015-01-27 03:27:30 queue INFO >>21 [186] -2015-01-27 03:27:30 sendUrl INFO 21 [186] -2015-01-27 03:28:20 queue INFO >>21 [187] -2015-01-27 03:28:20 sendUrl INFO 21 [187] -2015-01-27 03:29:10 queue INFO >>21 [188] -2015-01-27 03:29:11 sendUrl INFO 21 [188] -2015-01-27 03:30:00 queue INFO >>21 [189] -2015-01-27 03:30:01 sendUrl INFO 21 [189] -2015-01-27 03:30:51 queue INFO >>21 [190] -2015-01-27 03:30:51 sendUrl INFO 21 [190] -2015-01-27 03:31:41 queue INFO >>21 [191] -2015-01-27 03:31:41 sendUrl INFO 21 [191] -2015-01-27 03:32:31 queue INFO >>21 [192] -2015-01-27 03:32:31 sendUrl INFO 21 [192] -2015-01-27 03:33:21 queue INFO >>21 [193] -2015-01-27 03:33:21 sendUrl INFO 21 [193] -2015-01-27 03:34:11 queue INFO >>21 [194] -2015-01-27 03:34:12 sendUrl INFO 21 [194] -2015-01-27 03:35:01 queue INFO >>21 [195] -2015-01-27 03:35:02 sendUrl INFO 21 [195] -2015-01-27 03:35:51 queue INFO >>21 [196] -2015-01-27 03:35:52 sendUrl INFO 21 [196] -2015-01-27 03:36:42 queue INFO >>21 [197] -2015-01-27 03:36:42 sendUrl INFO 21 [197] -2015-01-27 03:37:32 queue INFO >>21 [198] -2015-01-27 03:37:32 sendUrl INFO 21 [198] -2015-01-27 03:38:22 queue INFO >>21 [199] -2015-01-27 03:38:22 sendUrl INFO 21 [199] -2015-01-27 03:39:12 queue INFO >>21 [200] -2015-01-27 03:39:12 sendUrl INFO 21 [200] -2015-01-27 03:40:02 queue INFO >>21 [201] -2015-01-27 03:40:03 sendUrl INFO 21 [201] -2015-01-27 03:40:52 queue INFO >>21 [202] -2015-01-27 03:40:53 sendUrl INFO 21 [202] -2015-01-27 03:41:42 queue INFO >>21 [203] -2015-01-27 03:41:43 sendUrl INFO 21 [203] -2015-01-27 03:42:33 queue INFO >>21 [204] -2015-01-27 03:42:33 sendUrl INFO 21 [204] -2015-01-27 03:43:23 queue INFO >>21 [205] -2015-01-27 03:43:23 sendUrl INFO 21 [205] -2015-01-27 03:44:13 queue INFO >>21 [206] -2015-01-27 03:44:13 sendUrl INFO 21 [206] -2015-01-27 03:45:03 queue INFO >>21 [207] -2015-01-27 03:45:04 sendUrl INFO 21 [207] -2015-01-27 03:45:53 queue INFO >>21 [208] -2015-01-27 03:45:53 sendUrl INFO 21 [208] -2015-01-27 03:46:43 queue INFO >>21 [209] -2015-01-27 03:46:44 sendUrl INFO 21 [209] -2015-01-27 03:47:33 queue INFO >>21 [210] -2015-01-27 03:47:34 sendUrl INFO 21 [210] -2015-01-27 03:48:24 queue INFO >>21 [211] -2015-01-27 03:48:24 sendUrl INFO 21 [211] -2015-01-27 03:49:14 queue INFO >>21 [212] -2015-01-27 03:49:14 sendUrl INFO 21 [212] -2015-01-27 03:50:04 queue INFO >>21 [213] -2015-01-27 03:50:04 sendUrl INFO 21 [213] -2015-01-27 03:50:54 queue INFO >>21 [214] -2015-01-27 03:50:54 sendUrl INFO 21 [214] -2015-01-27 03:51:44 queue INFO >>21 [215] -2015-01-27 03:51:45 sendUrl INFO 21 [215] -2015-01-27 03:52:34 queue INFO >>21 [216] -2015-01-27 03:52:34 sendUrl INFO 21 [216] -2015-01-27 03:52:47 queue INFO 1 [217] -2015-01-27 03:52:48 queue INFO >1 [218] -2015-01-27 03:52:48 sendUrl INFO 1 [217] -2015-01-27 03:52:48 sendUrl INFO 1 [218] -2015-01-27 03:53:16 queue INFO 5 [219] -2015-01-27 03:53:17 queue INFO >5 [220] -2015-01-27 03:53:17 sendUrl INFO 5 [219] -2015-01-27 03:53:17 sendUrl INFO 5 [220] -2015-01-27 03:53:18 queue INFO 1 [221] -2015-01-27 03:53:18 queue INFO >1 [222] -2015-01-27 03:53:18 sendUrl INFO 1 [221] -2015-01-27 03:53:18 queue INFO 3 [223] -2015-01-27 03:53:19 queue INFO >3 [224] -2015-01-27 03:53:19 sendUrl INFO 1 [222] -2015-01-27 03:53:19 sendUrl INFO 3 [223] -2015-01-27 03:53:20 sendUrl INFO 3 [224] -2015-01-27 03:54:09 queue INFO >>3 [225] -2015-01-27 03:54:09 sendUrl INFO 3 [225] -2015-01-27 03:54:59 queue INFO >>3 [226] -2015-01-27 03:54:59 sendUrl INFO 3 [226] -2015-01-27 03:55:10 queue INFO 7 [227] -2015-01-27 03:55:10 queue INFO >7 [228] -2015-01-27 03:55:11 sendUrl INFO 7 [227] -2015-01-27 03:55:11 sendUrl INFO 7 [228] -2015-01-27 03:55:11 queue INFO 3 [229] -2015-01-27 03:55:12 sendUrl INFO 3 [229] -2015-01-27 03:55:12 queue INFO >3 [230] -2015-01-27 03:55:12 sendUrl INFO 3 [230] -2015-01-27 03:56:02 queue INFO >>3 [231] -2015-01-27 03:56:02 sendUrl INFO 3 [231] -2015-01-27 03:56:52 queue INFO >>3 [232] -2015-01-27 03:56:52 sendUrl INFO 3 [232] -2015-01-27 03:57:03 queue INFO 7 [233] -2015-01-27 03:57:04 queue INFO >7 [234] -2015-01-27 03:57:04 sendUrl INFO 7 [233] -2015-01-27 03:57:04 sendUrl INFO 7 [234] -2015-01-27 03:57:05 queue INFO 3 [235] -2015-01-27 03:57:05 queue INFO >3 [236] -2015-01-27 03:57:05 sendUrl INFO 3 [235] -2015-01-27 03:57:06 sendUrl INFO 3 [236] -2015-01-27 03:57:55 queue INFO >>3 [237] -2015-01-27 03:57:56 sendUrl INFO 3 [237] -2015-01-27 03:58:45 queue INFO >>3 [238] -2015-01-27 03:58:45 sendUrl INFO 3 [238] -2015-01-27 03:58:57 queue INFO 7 [239] -2015-01-27 03:58:57 queue INFO >7 [240] -2015-01-27 03:58:58 sendUrl INFO 7 [239] -2015-01-27 03:58:58 sendUrl INFO 7 [240] -2015-01-27 03:58:59 queue INFO 3 [241] -2015-01-27 03:58:59 queue INFO >3 [242] -2015-01-27 03:58:59 sendUrl INFO 3 [241] -2015-01-27 03:59:00 sendUrl INFO 3 [242] -2015-01-27 03:59:49 queue INFO >>3 [243] -2015-01-27 03:59:49 sendUrl INFO 3 [243] -2015-01-27 04:00:39 queue INFO >>3 [244] -2015-01-27 04:00:39 sendUrl INFO 3 [244] -2015-01-27 04:00:51 queue INFO 7 [245] -2015-01-27 04:00:51 queue INFO >7 [246] -2015-01-27 04:00:51 sendUrl INFO 7 [245] -2015-01-27 04:00:52 sendUrl INFO 7 [246] -2015-01-27 04:00:52 queue INFO 3 [247] -2015-01-27 04:00:52 queue INFO >3 [248] -2015-01-27 04:00:53 sendUrl INFO 3 [247] -2015-01-27 04:00:53 sendUrl INFO 3 [248] -2015-01-27 04:01:42 queue INFO >>3 [249] -2015-01-27 04:01:43 sendUrl INFO 3 [249] -2015-01-27 04:02:32 queue INFO >>3 [250] -2015-01-27 04:02:33 sendUrl INFO 3 [250] -2015-01-27 04:02:45 queue INFO 7 [251] -2015-01-27 04:02:45 sendUrl INFO 7 [251] -2015-01-27 04:02:45 queue INFO >7 [252] -2015-01-27 04:02:46 sendUrl INFO 7 [252] -2015-01-27 04:02:46 queue INFO 3 [253] -2015-01-27 04:02:47 queue INFO >3 [254] -2015-01-27 04:02:47 sendUrl INFO 3 [253] -2015-01-27 04:02:47 sendUrl INFO 3 [254] -2015-01-27 04:03:36 queue INFO >>3 [255] -2015-01-27 04:03:37 sendUrl INFO 3 [255] -2015-01-27 04:04:27 queue INFO >>3 [256] -2015-01-27 04:04:27 sendUrl INFO 3 [256] -2015-01-27 04:04:38 queue INFO 7 [257] -2015-01-27 04:04:39 queue INFO >7 [258] -2015-01-27 04:04:39 sendUrl INFO 7 [257] -2015-01-27 04:04:39 sendUrl INFO 7 [258] -2015-01-27 04:04:40 queue INFO 3 [259] -2015-01-27 04:04:40 queue INFO >3 [260] -2015-01-27 04:04:40 sendUrl INFO 3 [259] -2015-01-27 04:04:41 sendUrl INFO 3 [260] -2015-01-27 04:05:30 queue INFO >>3 [261] -2015-01-27 04:05:31 sendUrl INFO 3 [261] -2015-01-27 04:06:20 queue INFO >>3 [262] -2015-01-27 04:06:20 sendUrl INFO 3 [262] -2015-01-27 04:06:32 queue INFO 7 [263] -2015-01-27 04:06:32 sendUrl INFO 7 [263] -2015-01-27 04:06:32 queue INFO >7 [264] -2015-01-27 04:06:33 sendUrl INFO 7 [264] -2015-01-27 04:06:34 queue INFO 3 [265] -2015-01-27 04:06:34 queue INFO >3 [266] -2015-01-27 04:06:34 sendUrl INFO 3 [265] -2015-01-27 04:06:35 sendUrl INFO 3 [266] -2015-01-27 04:07:24 queue INFO >>3 [267] -2015-01-27 04:07:24 sendUrl INFO 3 [267] -2015-01-27 04:08:14 queue INFO >>3 [268] -2015-01-27 04:08:14 sendUrl INFO 3 [268] -2015-01-27 04:08:25 queue INFO 7 [269] -2015-01-27 04:08:26 queue INFO >7 [270] -2015-01-27 04:08:26 sendUrl INFO 7 [269] -2015-01-27 04:08:26 sendUrl INFO 7 [270] -2015-01-27 04:08:27 queue INFO 3 [271] -2015-01-27 04:08:27 queue INFO >3 [272] -2015-01-27 04:08:27 sendUrl INFO 3 [271] -2015-01-27 04:08:28 sendUrl INFO 3 [272] -2015-01-27 04:09:17 queue INFO >>3 [273] -2015-01-27 04:09:17 sendUrl INFO 3 [273] -2015-01-27 04:10:07 queue INFO >>3 [274] -2015-01-27 04:10:07 sendUrl INFO 3 [274] -2015-01-27 04:10:19 queue INFO 7 [275] -2015-01-27 04:10:19 queue INFO >7 [276] -2015-01-27 04:10:20 sendUrl INFO 7 [275] -2015-01-27 04:10:20 sendUrl INFO 7 [276] -2015-01-27 04:10:21 queue INFO 3 [277] -2015-01-27 04:10:21 queue INFO >3 [278] -2015-01-27 04:10:21 sendUrl INFO 3 [277] -2015-01-27 04:10:22 sendUrl INFO 3 [278] -2015-01-27 04:11:11 queue INFO >>3 [279] -2015-01-27 04:11:11 sendUrl INFO 3 [279] -2015-01-27 04:12:01 queue INFO >>3 [280] -2015-01-27 04:12:01 sendUrl INFO 3 [280] -2015-01-27 04:12:13 queue INFO 7 [281] -2015-01-27 04:12:13 queue INFO >7 [282] -2015-01-27 04:12:13 sendUrl INFO 7 [281] -2015-01-27 04:12:14 sendUrl INFO 7 [282] -2015-01-27 04:12:14 queue INFO 3 [283] -2015-01-27 04:12:15 queue INFO >3 [284] -2015-01-27 04:12:15 sendUrl INFO 3 [283] -2015-01-27 04:12:15 sendUrl INFO 3 [284] -2015-01-27 04:13:04 queue INFO >>3 [285] -2015-01-27 04:13:05 sendUrl INFO 3 [285] -2015-01-27 04:13:55 queue INFO >>3 [286] -2015-01-27 04:13:55 sendUrl INFO 3 [286] -2015-01-27 04:14:07 queue INFO 7 [287] -2015-01-27 04:14:07 queue INFO >7 [288] -2015-01-27 04:14:07 sendUrl INFO 7 [287] -2015-01-27 04:14:08 sendUrl INFO 7 [288] -2015-01-27 04:14:08 queue INFO 3 [289] -2015-01-27 04:14:08 queue INFO >3 [290] -2015-01-27 04:14:09 sendUrl INFO 3 [289] -2015-01-27 04:14:09 sendUrl INFO 3 [290] -2015-01-27 04:14:58 queue INFO >>3 [291] -2015-01-27 04:14:59 sendUrl INFO 3 [291] -2015-01-27 04:15:49 queue INFO >>3 [292] -2015-01-27 04:15:49 sendUrl INFO 3 [292] -2015-01-27 04:16:00 queue INFO 7 [293] -2015-01-27 04:16:01 queue INFO >7 [294] -2015-01-27 04:16:01 sendUrl INFO 7 [293] -2015-01-27 04:16:01 sendUrl INFO 7 [294] -2015-01-27 04:16:02 queue INFO 3 [295] -2015-01-27 04:16:02 queue INFO >3 [296] -2015-01-27 04:16:02 sendUrl INFO 3 [295] -2015-01-27 04:16:03 sendUrl INFO 3 [296] -2015-01-27 04:16:52 queue INFO >>3 [297] -2015-01-27 04:16:53 sendUrl INFO 3 [297] -2015-01-27 04:17:42 queue INFO >>3 [298] -2015-01-27 04:17:42 sendUrl INFO 3 [298] -2015-01-27 04:17:54 queue INFO 7 [299] -2015-01-27 04:17:54 queue INFO >7 [300] -2015-01-27 04:17:55 sendUrl INFO 7 [299] -2015-01-27 04:17:55 sendUrl INFO 7 [300] -2015-01-27 04:17:56 queue INFO 3 [301] -2015-01-27 04:17:56 queue INFO >3 [302] -2015-01-27 04:17:56 sendUrl INFO 3 [301] -2015-01-27 04:17:57 sendUrl INFO 3 [302] -2015-01-27 04:18:46 queue INFO >>3 [303] -2015-01-27 04:18:46 sendUrl INFO 3 [303] -2015-01-27 04:19:36 queue INFO >>3 [304] -2015-01-27 04:19:36 sendUrl INFO 3 [304] -2015-01-27 04:19:48 queue INFO 7 [305] -2015-01-27 04:19:48 queue INFO >7 [306] -2015-01-27 04:19:48 sendUrl INFO 7 [305] -2015-01-27 04:19:48 sendUrl INFO 7 [306] -2015-01-27 04:19:49 queue INFO 3 [307] -2015-01-27 04:19:49 queue INFO >3 [308] -2015-01-27 04:19:49 sendUrl INFO 3 [307] -2015-01-27 04:19:50 sendUrl INFO 3 [308] -2015-01-27 04:20:39 queue INFO >>3 [309] -2015-01-27 04:20:40 sendUrl INFO 3 [309] -2015-01-27 04:21:29 queue INFO >>3 [310] -2015-01-27 04:21:29 sendUrl INFO 3 [310] -2015-01-27 04:21:41 queue INFO 7 [311] -2015-01-27 04:21:41 queue INFO >7 [312] -2015-01-27 04:21:42 sendUrl INFO 7 [311] -2015-01-27 04:21:42 sendUrl INFO 7 [312] -2015-01-27 04:21:43 queue INFO 3 [313] -2015-01-27 04:21:43 queue INFO >3 [314] -2015-01-27 04:21:43 sendUrl INFO 3 [313] -2015-01-27 04:21:44 sendUrl INFO 3 [314] -2015-01-27 04:22:33 queue INFO >>3 [315] -2015-01-27 04:22:33 sendUrl INFO 3 [315] -2015-01-27 04:23:23 queue INFO >>3 [316] -2015-01-27 04:23:23 sendUrl INFO 3 [316] -2015-01-27 04:23:35 queue INFO 7 [317] -2015-01-27 04:23:35 queue INFO >7 [318] -2015-01-27 04:23:35 sendUrl INFO 7 [317] -2015-01-27 04:23:36 sendUrl INFO 7 [318] -2015-01-27 04:23:36 queue INFO 3 [319] -2015-01-27 04:23:37 queue INFO >3 [320] -2015-01-27 04:23:37 sendUrl INFO 3 [319] -2015-01-27 04:23:37 sendUrl INFO 3 [320] -2015-01-27 04:24:27 queue INFO >>3 [321] -2015-01-27 04:24:27 sendUrl INFO 3 [321] -2015-01-27 04:25:17 queue INFO >>3 [322] -2015-01-27 04:25:17 sendUrl INFO 3 [322] -2015-01-27 04:25:29 queue INFO 7 [323] -2015-01-27 04:25:29 sendUrl INFO 7 [323] -2015-01-27 04:25:29 queue INFO >7 [324] -2015-01-27 04:25:30 sendUrl INFO 7 [324] -2015-01-27 04:25:30 queue INFO 3 [325] -2015-01-27 04:25:31 queue INFO >3 [326] -2015-01-27 04:25:31 sendUrl INFO 3 [325] -2015-01-27 04:25:31 sendUrl INFO 3 [326] -2015-01-27 04:26:21 queue INFO >>3 [327] -2015-01-27 04:26:21 sendUrl INFO 3 [327] -2015-01-27 04:27:11 queue INFO >>3 [328] -2015-01-27 04:27:11 sendUrl INFO 3 [328] -2015-01-27 04:27:23 queue INFO 7 [329] -2015-01-27 04:27:23 queue INFO >7 [330] -2015-01-27 04:27:23 sendUrl INFO 7 [329] -2015-01-27 04:27:23 sendUrl INFO 7 [330] -2015-01-27 04:27:24 queue INFO 3 [331] -2015-01-27 04:27:24 queue INFO >3 [332] -2015-01-27 04:27:24 sendUrl INFO 3 [331] -2015-01-27 04:27:25 sendUrl INFO 3 [332] -2015-01-27 04:28:14 queue INFO >>3 [333] -2015-01-27 04:28:14 sendUrl INFO 3 [333] -2015-01-27 04:29:04 queue INFO >>3 [334] -2015-01-27 04:29:04 sendUrl INFO 3 [334] -2015-01-27 04:29:16 queue INFO 7 [335] -2015-01-27 04:29:16 queue INFO >7 [336] -2015-01-27 04:29:17 sendUrl INFO 7 [335] -2015-01-27 04:29:17 sendUrl INFO 7 [336] -2015-01-27 04:29:17 queue INFO 3 [337] -2015-01-27 04:29:18 sendUrl INFO 3 [337] -2015-01-27 04:29:18 queue INFO >3 [338] -2015-01-27 04:29:18 sendUrl INFO 3 [338] -2015-01-27 04:30:08 queue INFO >>3 [339] -2015-01-27 04:30:08 sendUrl INFO 3 [339] -2015-01-27 04:30:58 queue INFO >>3 [340] -2015-01-27 04:30:58 sendUrl INFO 3 [340] -2015-01-27 04:31:09 queue INFO 7 [341] -2015-01-27 04:31:10 queue INFO >7 [342] -2015-01-27 04:31:10 sendUrl INFO 7 [341] -2015-01-27 04:31:10 sendUrl INFO 7 [342] -2015-01-27 04:31:11 queue INFO 3 [343] -2015-01-27 04:31:11 queue INFO >3 [344] -2015-01-27 04:31:11 sendUrl INFO 3 [343] -2015-01-27 04:31:12 sendUrl INFO 3 [344] -2015-01-27 04:32:01 queue INFO >>3 [345] -2015-01-27 04:32:02 sendUrl INFO 3 [345] -2015-01-27 04:32:51 queue INFO >>3 [346] -2015-01-27 04:32:51 sendUrl INFO 3 [346] -2015-01-27 04:33:03 queue INFO 7 [347] -2015-01-27 04:33:03 queue INFO >7 [348] -2015-01-27 04:33:04 sendUrl INFO 7 [347] -2015-01-27 04:33:04 sendUrl INFO 7 [348] -2015-01-27 04:33:05 queue INFO 3 [349] -2015-01-27 04:33:05 queue INFO >3 [350] -2015-01-27 04:33:05 sendUrl INFO 3 [349] -2015-01-27 04:33:06 sendUrl INFO 3 [350] -2015-01-27 04:33:55 queue INFO >>3 [351] -2015-01-27 04:33:55 sendUrl INFO 3 [351] -2015-01-27 04:34:45 queue INFO >>3 [352] -2015-01-27 04:34:45 sendUrl INFO 3 [352] -2015-01-27 04:34:57 queue INFO 7 [353] -2015-01-27 04:34:57 queue INFO >7 [354] -2015-01-27 04:34:57 sendUrl INFO 7 [353] -2015-01-27 04:34:58 sendUrl INFO 7 [354] -2015-01-27 04:34:58 queue INFO 3 [355] -2015-01-27 04:34:58 queue INFO >3 [356] -2015-01-27 04:34:59 sendUrl INFO 3 [355] -2015-01-27 04:34:59 sendUrl INFO 3 [356] -2015-01-27 04:35:48 queue INFO >>3 [357] -2015-01-27 04:35:49 sendUrl INFO 3 [357] -2015-01-27 04:36:39 queue INFO >>3 [358] -2015-01-27 04:36:39 sendUrl INFO 3 [358] -2015-01-27 04:36:51 queue INFO 7 [359] -2015-01-27 04:36:51 queue INFO >7 [360] -2015-01-27 04:36:51 sendUrl INFO 7 [359] -2015-01-27 04:36:52 sendUrl INFO 7 [360] -2015-01-27 04:36:52 queue INFO 3 [361] -2015-01-27 04:36:53 sendUrl INFO 3 [361] -2015-01-27 04:36:53 queue INFO >3 [362] -2015-01-27 04:36:53 sendUrl INFO 3 [362] -2015-01-27 04:37:43 queue INFO >>3 [363] -2015-01-27 04:37:43 sendUrl INFO 3 [363] -2015-01-27 04:38:33 queue INFO >>3 [364] -2015-01-27 04:38:33 sendUrl INFO 3 [364] -2015-01-27 04:38:45 queue INFO 7 [365] -2015-01-27 04:38:45 queue INFO >7 [366] -2015-01-27 04:38:45 sendUrl INFO 7 [365] -2015-01-27 04:38:45 sendUrl INFO 7 [366] -2015-01-27 04:38:46 queue INFO 3 [367] -2015-01-27 04:38:46 queue INFO >3 [368] -2015-01-27 04:38:46 sendUrl INFO 3 [367] -2015-01-27 04:38:47 sendUrl INFO 3 [368] -2015-01-27 04:39:36 queue INFO >>3 [369] -2015-01-27 04:39:37 sendUrl INFO 3 [369] -2015-01-27 04:40:26 queue INFO >>3 [370] -2015-01-27 04:40:26 sendUrl INFO 3 [370] -2015-01-27 04:40:38 queue INFO 7 [371] -2015-01-27 04:40:38 queue INFO >7 [372] -2015-01-27 04:40:39 sendUrl INFO 7 [371] -2015-01-27 04:40:39 sendUrl INFO 7 [372] -2015-01-27 04:40:40 queue INFO 3 [373] -2015-01-27 04:40:40 queue INFO >3 [374] -2015-01-27 04:40:40 sendUrl INFO 3 [373] -2015-01-27 04:40:41 sendUrl INFO 3 [374] -2015-01-27 04:41:30 queue INFO >>3 [375] -2015-01-27 04:41:30 sendUrl INFO 3 [375] -2015-01-27 04:42:20 queue INFO >>3 [376] -2015-01-27 04:42:20 sendUrl INFO 3 [376] -2015-01-27 04:42:31 queue INFO 7 [377] -2015-01-27 04:42:32 queue INFO >7 [378] -2015-01-27 04:42:32 sendUrl INFO 7 [377] -2015-01-27 04:42:32 sendUrl INFO 7 [378] -2015-01-27 04:42:33 queue INFO 3 [379] -2015-01-27 04:42:33 queue INFO >3 [380] -2015-01-27 04:42:33 sendUrl INFO 3 [379] -2015-01-27 04:42:34 sendUrl INFO 3 [380] -2015-01-27 04:43:23 queue INFO >>3 [381] -2015-01-27 04:43:24 sendUrl INFO 3 [381] -2015-01-27 04:43:24 queue INFO 1 [382] -2015-01-27 04:43:25 queue INFO >1 [383] -2015-01-27 04:43:25 sendUrl INFO 1 [382] -2015-01-27 04:43:25 sendUrl INFO 1 [383] -2015-01-27 04:44:15 queue INFO >>1 [384] -2015-01-27 04:44:15 sendUrl INFO 1 [384] -2015-01-27 04:45:05 queue INFO >>1 [385] -2015-01-27 04:45:05 sendUrl INFO 1 [385] -2015-01-27 04:45:55 queue INFO >>1 [386] -2015-01-27 04:45:55 sendUrl INFO 1 [386] -2015-01-27 04:46:11 queue INFO 5 [387] -2015-01-27 04:46:11 queue INFO >5 [388] -2015-01-27 04:46:11 sendUrl INFO 5 [387] -2015-01-27 04:46:12 sendUrl INFO 5 [388] -2015-01-27 04:46:12 queue INFO 1 [389] -2015-01-27 04:46:12 sendUrl INFO 1 [389] -2015-01-27 04:46:12 queue INFO >1 [390] -2015-01-27 04:46:13 queue INFO 3 [391] -2015-01-27 04:46:13 sendUrl INFO 1 [390] -2015-01-27 04:46:13 queue INFO >3 [392] -2015-01-27 04:46:13 sendUrl INFO 3 [391] -2015-01-27 04:46:14 sendUrl INFO 3 [392] -2015-01-27 04:47:03 queue INFO >>3 [393] -2015-01-27 04:47:03 sendUrl INFO 3 [393] -2015-01-27 04:47:53 queue INFO >>3 [394] -2015-01-27 04:47:53 sendUrl INFO 3 [394] -2015-01-27 04:48:04 queue INFO 7 [395] -2015-01-27 04:48:04 queue INFO >7 [396] -2015-01-27 04:48:05 sendUrl INFO 7 [395] -2015-01-27 04:48:05 sendUrl INFO 7 [396] -2015-01-27 04:48:06 queue INFO 3 [397] -2015-01-27 04:48:06 queue INFO >3 [398] -2015-01-27 04:48:06 sendUrl INFO 3 [397] -2015-01-27 04:48:07 sendUrl INFO 3 [398] -2015-01-27 04:48:56 queue INFO >>3 [399] -2015-01-27 04:48:56 sendUrl INFO 3 [399] -2015-01-27 04:49:46 queue INFO >>3 [400] -2015-01-27 04:49:46 sendUrl INFO 3 [400] -2015-01-27 04:49:58 queue INFO 7 [401] -2015-01-27 04:49:58 sendUrl INFO 7 [401] -2015-01-27 04:49:58 queue INFO >7 [402] -2015-01-27 04:49:58 sendUrl INFO 7 [402] -2015-01-27 04:49:59 queue INFO 3 [403] -2015-01-27 04:49:59 queue INFO >3 [404] -2015-01-27 04:50:00 sendUrl INFO 3 [403] -2015-01-27 04:50:00 sendUrl INFO 3 [404] -2015-01-27 04:50:49 queue INFO >>3 [405] -2015-01-27 04:50:50 sendUrl INFO 3 [405] -2015-01-27 04:51:40 queue INFO >>3 [406] -2015-01-27 04:51:40 sendUrl INFO 3 [406] -2015-01-27 04:51:51 queue INFO 7 [407] -2015-01-27 04:51:52 sendUrl INFO 7 [407] -2015-01-27 04:51:52 queue INFO >7 [408] -2015-01-27 04:51:52 sendUrl INFO 7 [408] -2015-01-27 04:51:53 queue INFO 3 [409] -2015-01-27 04:51:53 queue INFO >3 [410] -2015-01-27 04:51:53 sendUrl INFO 3 [409] -2015-01-27 04:51:54 sendUrl INFO 3 [410] -2015-01-27 04:52:43 queue INFO >>3 [411] -2015-01-27 04:52:43 sendUrl INFO 3 [411] -2015-01-27 04:53:33 queue INFO >>3 [412] -2015-01-27 04:53:33 sendUrl INFO 3 [412] -2015-01-27 04:53:45 queue INFO 7 [413] -2015-01-27 04:53:45 sendUrl INFO 7 [413] -2015-01-27 04:53:45 queue INFO >7 [414] -2015-01-27 04:53:46 sendUrl INFO 7 [414] -2015-01-27 04:53:47 queue INFO 3 [415] -2015-01-27 04:53:47 queue INFO >3 [416] -2015-01-27 04:53:47 sendUrl INFO 3 [415] -2015-01-27 04:53:47 sendUrl INFO 3 [416] -2015-01-27 04:54:37 queue INFO >>3 [417] -2015-01-27 04:54:37 sendUrl INFO 3 [417] -2015-01-27 04:55:27 queue INFO >>3 [418] -2015-01-27 04:55:27 sendUrl INFO 3 [418] -2015-01-27 04:55:39 queue INFO 7 [419] -2015-01-27 04:55:39 queue INFO >7 [420] -2015-01-27 04:55:40 sendUrl INFO 7 [419] -2015-01-27 04:55:40 sendUrl INFO 7 [420] -2015-01-27 04:55:41 queue INFO 3 [421] -2015-01-27 04:55:41 queue INFO >3 [422] -2015-01-27 04:55:41 sendUrl INFO 3 [421] -2015-01-27 04:55:42 sendUrl INFO 3 [422] -2015-01-27 04:56:31 queue INFO >>3 [423] -2015-01-27 04:56:31 sendUrl INFO 3 [423] -2015-01-27 04:57:21 queue INFO >>3 [424] -2015-01-27 04:57:21 sendUrl INFO 3 [424] -2015-01-27 04:57:33 queue INFO 7 [425] -2015-01-27 04:57:33 sendUrl INFO 7 [425] -2015-01-27 04:57:33 queue INFO >7 [426] -2015-01-27 04:57:33 sendUrl INFO 7 [426] -2015-01-27 04:57:34 queue INFO 3 [427] -2015-01-27 04:57:34 queue INFO >3 [428] -2015-01-27 04:57:35 sendUrl INFO 3 [427] -2015-01-27 04:57:35 sendUrl INFO 3 [428] -2015-01-27 04:58:24 queue INFO >>3 [429] -2015-01-27 04:58:25 sendUrl INFO 3 [429] -2015-01-27 04:59:15 queue INFO >>3 [430] -2015-01-27 04:59:15 sendUrl INFO 3 [430] -2015-01-27 04:59:26 queue INFO 7 [431] -2015-01-27 04:59:26 queue INFO >7 [432] -2015-01-27 04:59:27 sendUrl INFO 7 [431] -2015-01-27 04:59:27 sendUrl INFO 7 [432] -2015-01-27 04:59:28 queue INFO 3 [433] -2015-01-27 04:59:28 queue INFO >3 [434] -2015-01-27 04:59:28 sendUrl INFO 3 [433] -2015-01-27 04:59:29 sendUrl INFO 3 [434] -2015-01-27 05:00:18 queue INFO >>3 [435] -2015-01-27 05:00:18 sendUrl INFO 3 [435] -2015-01-27 05:01:08 queue INFO >>3 [436] -2015-01-27 05:01:08 sendUrl INFO 3 [436] -2015-01-27 05:01:20 queue INFO 7 [437] -2015-01-27 05:01:20 queue INFO >7 [438] -2015-01-27 05:01:20 sendUrl INFO 7 [437] -2015-01-27 05:01:21 sendUrl INFO 7 [438] -2015-01-27 05:01:21 queue INFO 3 [439] -2015-01-27 05:01:21 sendUrl INFO 3 [439] -2015-01-27 05:01:21 queue INFO >3 [440] -2015-01-27 05:01:22 sendUrl INFO 3 [440] -2015-01-27 05:02:11 queue INFO >>3 [441] -2015-01-27 05:02:12 sendUrl INFO 3 [441] -2015-01-27 05:03:01 queue INFO >>3 [442] -2015-01-27 05:03:02 sendUrl INFO 3 [442] -2015-01-27 05:03:13 queue INFO 7 [443] -2015-01-27 05:03:14 queue INFO >7 [444] -2015-01-27 05:03:14 sendUrl INFO 7 [443] -2015-01-27 05:03:15 sendUrl INFO 7 [444] -2015-01-27 05:03:15 queue INFO 3 [445] -2015-01-27 05:03:15 queue INFO >3 [446] -2015-01-27 05:03:15 sendUrl INFO 3 [445] -2015-01-27 05:03:16 sendUrl INFO 3 [446] -2015-01-27 05:04:05 queue INFO >>3 [447] -2015-01-27 05:04:05 sendUrl INFO 3 [447] -2015-01-27 05:04:55 queue INFO >>3 [448] -2015-01-27 05:04:56 sendUrl INFO 3 [448] -2015-01-27 05:05:07 queue INFO 7 [449] -2015-01-27 05:05:07 queue INFO >7 [450] -2015-01-27 05:05:07 sendUrl INFO 7 [449] -2015-01-27 05:05:08 sendUrl INFO 7 [450] -2015-01-27 05:05:09 queue INFO 3 [451] -2015-01-27 05:05:09 queue INFO >3 [452] -2015-01-27 05:05:09 sendUrl INFO 3 [451] -2015-01-27 05:05:09 sendUrl INFO 3 [452] -2015-01-27 05:05:59 queue INFO >>3 [453] -2015-01-27 05:05:59 sendUrl INFO 3 [453] -2015-01-27 05:06:49 queue INFO >>3 [454] -2015-01-27 05:06:49 sendUrl INFO 3 [454] -2015-01-27 05:07:01 queue INFO 7 [455] -2015-01-27 05:07:01 queue INFO >7 [456] -2015-01-27 05:07:02 sendUrl INFO 7 [455] -2015-01-27 05:07:02 sendUrl INFO 7 [456] -2015-01-27 05:07:03 queue INFO 3 [457] -2015-01-27 05:07:03 queue INFO >3 [458] -2015-01-27 05:07:03 sendUrl INFO 3 [457] -2015-01-27 05:07:04 sendUrl INFO 3 [458] -2015-01-27 05:07:53 queue INFO >>3 [459] -2015-01-27 05:07:53 sendUrl INFO 3 [459] -2015-01-27 05:08:43 queue INFO >>3 [460] -2015-01-27 05:08:43 sendUrl INFO 3 [460] -2015-01-27 05:08:55 queue INFO 7 [461] -2015-01-27 05:08:55 sendUrl INFO 7 [461] -2015-01-27 05:08:55 queue INFO >7 [462] -2015-01-27 05:08:55 sendUrl INFO 7 [462] -2015-01-27 05:08:56 queue INFO 3 [463] -2015-01-27 05:08:56 queue INFO >3 [464] -2015-01-27 05:08:57 sendUrl INFO 3 [463] -2015-01-27 05:08:57 sendUrl INFO 3 [464] -2015-01-27 05:09:46 queue INFO >>3 [465] -2015-01-27 05:09:47 sendUrl INFO 3 [465] -2015-01-27 05:10:37 queue INFO >>3 [466] -2015-01-27 05:10:37 sendUrl INFO 3 [466] -2015-01-27 05:10:48 queue INFO 7 [467] -2015-01-27 05:10:48 queue INFO >7 [468] -2015-01-27 05:10:49 sendUrl INFO 7 [467] -2015-01-27 05:10:49 sendUrl INFO 7 [468] -2015-01-27 05:10:50 queue INFO 3 [469] -2015-01-27 05:10:50 queue INFO >3 [470] -2015-01-27 05:10:50 sendUrl INFO 3 [469] -2015-01-27 05:10:51 sendUrl INFO 3 [470] -2015-01-27 05:11:40 queue INFO >>3 [471] -2015-01-27 05:11:40 sendUrl INFO 3 [471] -2015-01-27 05:12:30 queue INFO >>3 [472] -2015-01-27 05:12:30 sendUrl INFO 3 [472] -2015-01-27 05:12:42 queue INFO 7 [473] -2015-01-27 05:12:42 queue INFO >7 [474] -2015-01-27 05:12:42 sendUrl INFO 7 [473] -2015-01-27 05:12:43 sendUrl INFO 7 [474] -2015-01-27 05:12:43 queue INFO 3 [475] -2015-01-27 05:12:43 sendUrl INFO 3 [475] -2015-01-27 05:12:43 queue INFO >3 [476] -2015-01-27 05:12:44 sendUrl INFO 3 [476] -2015-01-27 05:13:33 queue INFO >>3 [477] -2015-01-27 05:13:34 sendUrl INFO 3 [477] -2015-01-27 05:14:23 queue INFO >>3 [478] -2015-01-27 05:14:24 sendUrl INFO 3 [478] -2015-01-27 05:14:35 queue INFO 7 [479] -2015-01-27 05:14:36 sendUrl INFO 7 [479] -2015-01-27 05:14:36 queue INFO >7 [480] -2015-01-27 05:14:36 sendUrl INFO 7 [480] -2015-01-27 05:14:37 queue INFO 3 [481] -2015-01-27 05:14:37 queue INFO >3 [482] -2015-01-27 05:14:38 sendUrl INFO 3 [481] -2015-01-27 05:14:38 sendUrl INFO 3 [482] -2015-01-27 05:15:27 queue INFO >>3 [483] -2015-01-27 05:15:27 sendUrl INFO 3 [483] -2015-01-27 05:16:17 queue INFO >>3 [484] -2015-01-27 05:16:18 sendUrl INFO 3 [484] -2015-01-27 05:16:29 queue INFO 7 [485] -2015-01-27 05:16:29 queue INFO >7 [486] -2015-01-27 05:16:29 sendUrl INFO 7 [485] -2015-01-27 05:16:30 sendUrl INFO 7 [486] -2015-01-27 05:16:31 queue INFO 3 [487] -2015-01-27 05:16:31 sendUrl INFO 3 [487] -2015-01-27 05:16:31 queue INFO >3 [488] -2015-01-27 05:16:31 sendUrl INFO 3 [488] -2015-01-27 05:17:21 queue INFO >>3 [489] -2015-01-27 05:17:21 sendUrl INFO 3 [489] -2015-01-27 05:18:11 queue INFO >>3 [490] -2015-01-27 05:18:11 sendUrl INFO 3 [490] -2015-01-27 05:18:23 queue INFO 7 [491] -2015-01-27 05:18:23 queue INFO >7 [492] -2015-01-27 05:18:24 sendUrl INFO 7 [491] -2015-01-27 05:18:24 sendUrl INFO 7 [492] -2015-01-27 05:18:25 queue INFO 3 [493] -2015-01-27 05:18:25 queue INFO >3 [494] -2015-01-27 05:18:25 sendUrl INFO 3 [493] -2015-01-27 05:18:26 sendUrl INFO 3 [494] -2015-01-27 05:19:15 queue INFO >>3 [495] -2015-01-27 05:19:15 sendUrl INFO 3 [495] -2015-01-27 05:20:05 queue INFO >>3 [496] -2015-01-27 05:20:05 sendUrl INFO 3 [496] -2015-01-27 05:20:17 queue INFO 7 [497] -2015-01-27 05:20:17 queue INFO >7 [498] -2015-01-27 05:20:17 sendUrl INFO 7 [497] -2015-01-27 05:20:18 sendUrl INFO 7 [498] -2015-01-27 05:20:18 queue INFO 3 [499] -2015-01-27 05:20:18 sendUrl INFO 3 [499] -2015-01-27 05:20:18 queue INFO >3 [500] -2015-01-27 05:20:19 sendUrl INFO 3 [500] -2015-01-27 05:21:08 queue INFO >>3 [501] -2015-01-27 05:21:09 sendUrl INFO 3 [501] -2015-01-27 05:21:58 queue INFO >>3 [502] -2015-01-27 05:21:59 sendUrl INFO 3 [502] -2015-01-27 05:22:10 queue INFO 7 [503] -2015-01-27 05:22:11 queue INFO >7 [504] -2015-01-27 05:22:11 sendUrl INFO 7 [503] -2015-01-27 05:22:11 sendUrl INFO 7 [504] -2015-01-27 05:22:12 queue INFO 3 [505] -2015-01-27 05:22:12 queue INFO >3 [506] -2015-01-27 05:22:12 sendUrl INFO 3 [505] -2015-01-27 05:22:13 sendUrl INFO 3 [506] -2015-01-27 05:23:02 queue INFO >>3 [507] -2015-01-27 05:23:02 sendUrl INFO 3 [507] -2015-01-27 05:23:52 queue INFO >>3 [508] -2015-01-27 05:23:52 sendUrl INFO 3 [508] -2015-01-27 05:24:04 queue INFO 7 [509] -2015-01-27 05:24:04 sendUrl INFO 7 [509] -2015-01-27 05:24:04 queue INFO >7 [510] -2015-01-27 05:24:04 sendUrl INFO 7 [510] -2015-01-27 05:24:05 queue INFO 3 [511] -2015-01-27 05:24:05 queue INFO >3 [512] -2015-01-27 05:24:06 sendUrl INFO 3 [511] -2015-01-27 05:24:06 sendUrl INFO 3 [512] -2015-01-27 05:24:55 queue INFO >>3 [513] -2015-01-27 05:24:56 sendUrl INFO 3 [513] -2015-01-27 05:25:46 queue INFO >>3 [514] -2015-01-27 05:25:46 sendUrl INFO 3 [514] -2015-01-27 05:25:57 queue INFO 7 [515] -2015-01-27 05:25:58 sendUrl INFO 7 [515] -2015-01-27 05:25:58 queue INFO >7 [516] -2015-01-27 05:25:58 sendUrl INFO 7 [516] -2015-01-27 05:25:59 queue INFO 3 [517] -2015-01-27 05:25:59 queue INFO >3 [518] -2015-01-27 05:26:00 sendUrl INFO 3 [517] -2015-01-27 05:26:00 sendUrl INFO 3 [518] -2015-01-27 05:26:49 queue INFO >>3 [519] -2015-01-27 05:26:49 sendUrl INFO 3 [519] -2015-01-27 05:27:39 queue INFO >>3 [520] -2015-01-27 05:27:40 sendUrl INFO 3 [520] -2015-01-27 05:27:51 queue INFO 7 [521] -2015-01-27 05:27:51 sendUrl INFO 7 [521] -2015-01-27 05:27:51 queue INFO >7 [522] -2015-01-27 05:27:52 sendUrl INFO 7 [522] -2015-01-27 05:27:53 queue INFO 3 [523] -2015-01-27 05:27:53 queue INFO >3 [524] -2015-01-27 05:27:53 sendUrl INFO 3 [523] -2015-01-27 05:27:54 sendUrl INFO 3 [524] -2015-01-27 05:28:43 queue INFO >>3 [525] -2015-01-27 05:28:43 sendUrl INFO 3 [525] -2015-01-27 05:29:33 queue INFO >>3 [526] -2015-01-27 05:29:33 sendUrl INFO 3 [526] -2015-01-27 05:29:45 queue INFO 7 [527] -2015-01-27 05:29:45 queue INFO >7 [528] -2015-01-27 05:29:46 sendUrl INFO 7 [527] -2015-01-27 05:29:46 sendUrl INFO 7 [528] -2015-01-27 05:29:47 queue INFO 3 [529] -2015-01-27 05:29:47 queue INFO >3 [530] -2015-01-27 05:29:47 sendUrl INFO 3 [529] -2015-01-27 05:29:48 sendUrl INFO 3 [530] -2015-01-27 05:30:37 queue INFO >>3 [531] -2015-01-27 05:30:37 sendUrl INFO 3 [531] -2015-01-27 05:31:27 queue INFO >>3 [532] -2015-01-27 05:31:27 sendUrl INFO 3 [532] -2015-01-27 05:31:39 queue INFO 7 [533] -2015-01-27 05:31:39 queue INFO >7 [534] -2015-01-27 05:31:39 sendUrl INFO 7 [533] -2015-01-27 05:31:40 sendUrl INFO 7 [534] -2015-01-27 05:31:40 queue INFO 3 [535] -2015-01-27 05:31:41 queue INFO >3 [536] -2015-01-27 05:31:41 sendUrl INFO 3 [535] -2015-01-27 05:31:41 sendUrl INFO 3 [536] -2015-01-27 05:32:30 queue INFO >>3 [537] -2015-01-27 05:32:31 sendUrl INFO 3 [537] -2015-01-27 05:33:21 queue INFO >>3 [538] -2015-01-27 05:33:21 sendUrl INFO 3 [538] -2015-01-27 05:33:32 queue INFO 7 [539] -2015-01-27 05:33:32 queue INFO >7 [540] -2015-01-27 05:33:33 sendUrl INFO 7 [539] -2015-01-27 05:33:33 sendUrl INFO 7 [540] -2015-01-27 05:33:34 queue INFO 3 [541] -2015-01-27 05:33:34 queue INFO >3 [542] -2015-01-27 05:33:34 sendUrl INFO 3 [541] -2015-01-27 05:33:35 sendUrl INFO 3 [542] -2015-01-27 05:34:24 queue INFO >>3 [543] -2015-01-27 05:34:24 sendUrl INFO 3 [543] -2015-01-27 05:35:14 queue INFO >>3 [544] -2015-01-27 05:35:14 sendUrl INFO 3 [544] -2015-01-27 05:35:26 queue INFO 7 [545] -2015-01-27 05:35:26 queue INFO >7 [546] -2015-01-27 05:35:26 sendUrl INFO 7 [545] -2015-01-27 05:35:27 sendUrl INFO 7 [546] -2015-01-27 05:35:27 queue INFO 3 [547] -2015-01-27 05:35:28 queue INFO >3 [548] -2015-01-27 05:35:28 sendUrl INFO 3 [547] -2015-01-27 05:35:28 sendUrl INFO 3 [548] -2015-01-27 05:36:17 queue INFO >>3 [549] -2015-01-27 05:36:18 sendUrl INFO 3 [549] -2015-01-27 05:37:08 queue INFO >>3 [550] -2015-01-27 05:37:08 sendUrl INFO 3 [550] -2015-01-27 05:37:19 queue INFO 7 [551] -2015-01-27 05:37:20 queue INFO >7 [552] -2015-01-27 05:37:20 sendUrl INFO 7 [551] -2015-01-27 05:37:21 sendUrl INFO 7 [552] -2015-01-27 05:37:21 queue INFO 3 [553] -2015-01-27 05:37:21 sendUrl INFO 3 [553] -2015-01-27 05:37:21 queue INFO >3 [554] -2015-01-27 05:37:22 sendUrl INFO 3 [554] -2015-01-27 05:38:11 queue INFO >>3 [555] -2015-01-27 05:38:11 sendUrl INFO 3 [555] -2015-01-27 05:39:01 queue INFO >>3 [556] -2015-01-27 05:39:02 sendUrl INFO 3 [556] -2015-01-27 05:39:13 queue INFO 7 [557] -2015-01-27 05:39:13 queue INFO >7 [558] -2015-01-27 05:39:14 sendUrl INFO 7 [557] -2015-01-27 05:39:14 sendUrl INFO 7 [558] -2015-01-27 05:39:15 queue INFO 3 [559] -2015-01-27 05:39:15 sendUrl INFO 3 [559] -2015-01-27 05:39:15 queue INFO >3 [560] -2015-01-27 05:39:15 sendUrl INFO 3 [560] -2015-01-27 05:40:05 queue INFO >>3 [561] -2015-01-27 05:40:05 sendUrl INFO 3 [561] -2015-01-27 05:40:55 queue INFO >>3 [562] -2015-01-27 05:40:55 sendUrl INFO 3 [562] -2015-01-27 05:41:07 queue INFO 7 [563] -2015-01-27 05:41:07 queue INFO >7 [564] -2015-01-27 05:41:08 sendUrl INFO 7 [563] -2015-01-27 05:41:08 sendUrl INFO 7 [564] -2015-01-27 05:41:09 queue INFO 3 [565] -2015-01-27 05:41:09 queue INFO >3 [566] -2015-01-27 05:41:09 sendUrl INFO 3 [565] -2015-01-27 05:41:10 sendUrl INFO 3 [566] -2015-01-27 05:41:59 queue INFO >>3 [567] -2015-01-27 05:41:59 sendUrl INFO 3 [567] -2015-01-27 05:42:27 queue INFO 1 [568] -2015-01-27 05:42:27 queue INFO >1 [569] -2015-01-27 05:42:27 sendUrl INFO 1 [568] -2015-01-27 05:42:28 sendUrl INFO 1 [569] -2015-01-27 05:42:55 queue INFO 21 [570] -2015-01-27 05:42:55 queue INFO >21 [571] -2015-01-27 05:42:55 sendUrl INFO 21 [570] -2015-01-27 05:42:56 sendUrl INFO 21 [571] -2015-01-27 05:43:45 queue INFO >>21 [572] -2015-01-27 05:43:46 sendUrl INFO 21 [572] -2015-01-27 05:44:35 queue INFO >>21 [573] -2015-01-27 05:44:35 sendUrl INFO 21 [573] -2015-01-27 05:45:04 queue INFO 1 [574] -2015-01-27 05:45:04 queue INFO >1 [575] -2015-01-27 05:45:04 sendUrl INFO 1 [574] -2015-01-27 05:45:05 sendUrl INFO 1 [575] -2015-01-27 05:45:29 queue INFO 5 [576] -2015-01-27 05:45:29 queue INFO >5 [577] -2015-01-27 05:45:29 sendUrl INFO 5 [576] -2015-01-27 05:45:30 sendUrl INFO 5 [577] -2015-01-27 05:45:31 queue INFO 1 [578] -2015-01-27 05:45:31 queue INFO >1 [579] -2015-01-27 05:45:31 sendUrl INFO 1 [578] -2015-01-27 05:45:31 queue INFO 3 [580] -2015-01-27 05:45:31 sendUrl INFO 1 [579] -2015-01-27 05:45:31 queue INFO >3 [581] -2015-01-27 05:45:32 sendUrl INFO 3 [580] -2015-01-27 05:45:32 sendUrl INFO 3 [581] -2015-01-27 05:46:21 queue INFO >>3 [582] -2015-01-27 05:46:22 sendUrl INFO 3 [582] -2015-01-27 05:47:11 queue INFO >>3 [583] -2015-01-27 05:47:12 sendUrl INFO 3 [583] -2015-01-27 05:47:23 queue INFO 7 [584] -2015-01-27 05:47:23 queue INFO >7 [585] -2015-01-27 05:47:23 sendUrl INFO 7 [584] -2015-01-27 05:47:24 sendUrl INFO 7 [585] -2015-01-27 05:47:24 queue INFO 3 [586] -2015-01-27 05:47:24 queue INFO >3 [587] -2015-01-27 05:47:25 sendUrl INFO 3 [586] -2015-01-27 05:47:25 sendUrl INFO 3 [587] -2015-01-27 05:48:14 queue INFO >>3 [588] -2015-01-27 05:48:14 sendUrl INFO 3 [588] -2015-01-27 05:49:04 queue INFO >>3 [589] -2015-01-27 05:49:05 sendUrl INFO 3 [589] -2015-01-27 05:49:16 queue INFO 7 [590] -2015-01-27 05:49:16 queue INFO >7 [591] -2015-01-27 05:49:16 sendUrl INFO 7 [590] -2015-01-27 05:49:17 sendUrl INFO 7 [591] -2015-01-27 05:49:17 queue INFO 3 [592] -2015-01-27 05:49:18 queue INFO >3 [593] -2015-01-27 05:49:18 sendUrl INFO 3 [592] -2015-01-27 05:49:18 sendUrl INFO 3 [593] -2015-01-27 05:50:08 queue INFO >>3 [594] -2015-01-27 05:50:08 sendUrl INFO 3 [594] -2015-01-27 05:50:58 queue INFO >>3 [595] -2015-01-27 05:50:58 sendUrl INFO 3 [595] -2015-01-27 05:51:10 queue INFO 7 [596] -2015-01-27 05:51:10 queue INFO >7 [597] -2015-01-27 05:51:10 sendUrl INFO 7 [596] -2015-01-27 05:51:11 sendUrl INFO 7 [597] -2015-01-27 05:51:11 queue INFO 3 [598] -2015-01-27 05:51:11 queue INFO >3 [599] -2015-01-27 05:51:12 sendUrl INFO 3 [598] -2015-01-27 05:51:12 sendUrl INFO 3 [599] -2015-01-27 05:52:01 queue INFO >>3 [600] -2015-01-27 05:52:02 sendUrl INFO 3 [600] -2015-01-27 05:52:52 queue INFO >>3 [601] -2015-01-27 05:52:52 sendUrl INFO 3 [601] -2015-01-27 05:53:03 queue INFO 7 [602] -2015-01-27 05:53:04 queue INFO >7 [603] -2015-01-27 05:53:04 sendUrl INFO 7 [602] -2015-01-27 05:53:04 sendUrl INFO 7 [603] -2015-01-27 05:53:05 queue INFO 3 [604] -2015-01-27 05:53:05 queue INFO >3 [605] -2015-01-27 05:53:05 sendUrl INFO 3 [604] -2015-01-27 05:53:06 sendUrl INFO 3 [605] -2015-01-27 05:53:55 queue INFO >>3 [606] -2015-01-27 05:53:56 sendUrl INFO 3 [606] -2015-01-27 05:54:45 queue INFO >>3 [607] -2015-01-27 05:54:45 sendUrl INFO 3 [607] -2015-01-27 05:54:58 queue INFO 7 [608] -2015-01-27 05:54:58 queue INFO >7 [609] -2015-01-27 05:54:58 sendUrl INFO 7 [608] -2015-01-27 05:54:59 sendUrl INFO 7 [609] -2015-01-27 05:54:59 queue INFO 3 [610] -2015-01-27 05:54:59 sendUrl INFO 3 [610] -2015-01-27 05:54:59 queue INFO >3 [611] -2015-01-27 05:55:00 sendUrl INFO 3 [611] -2015-01-27 05:55:49 queue INFO >>3 [612] -2015-01-27 05:55:49 sendUrl INFO 3 [612] -2015-01-27 05:56:39 queue INFO >>3 [613] -2015-01-27 05:56:40 sendUrl INFO 3 [613] -2015-01-27 05:56:51 queue INFO 7 [614] -2015-01-27 05:56:51 queue INFO >7 [615] -2015-01-27 05:56:51 sendUrl INFO 7 [614] -2015-01-27 05:56:52 sendUrl INFO 7 [615] -2015-01-27 05:56:53 queue INFO 3 [616] -2015-01-27 05:56:53 sendUrl INFO 3 [616] -2015-01-27 05:56:53 queue INFO >3 [617] -2015-01-27 05:56:53 sendUrl INFO 3 [617] -2015-01-27 05:57:43 queue INFO >>3 [618] -2015-01-27 05:57:43 sendUrl INFO 3 [618] -2015-01-27 05:58:33 queue INFO >>3 [619] -2015-01-27 05:58:33 sendUrl INFO 3 [619] -2015-01-27 05:58:45 queue INFO 7 [620] -2015-01-27 05:58:45 queue INFO >7 [621] -2015-01-27 05:58:45 sendUrl INFO 7 [620] -2015-01-27 05:58:46 sendUrl INFO 7 [621] -2015-01-27 05:58:46 queue INFO 3 [622] -2015-01-27 05:58:46 queue INFO >3 [623] -2015-01-27 05:58:47 sendUrl INFO 3 [622] -2015-01-27 05:58:47 sendUrl INFO 3 [623] -2015-01-27 05:59:36 queue INFO >>3 [624] -2015-01-27 05:59:36 sendUrl INFO 3 [624] -2015-01-27 06:00:26 queue INFO >>3 [625] -2015-01-27 06:00:27 sendUrl INFO 3 [625] -2015-01-27 06:00:38 queue INFO 7 [626] -2015-01-27 06:00:38 queue INFO >7 [627] -2015-01-27 06:00:38 sendUrl INFO 7 [626] -2015-01-27 06:00:39 sendUrl INFO 7 [627] -2015-01-27 06:00:40 queue INFO 3 [628] -2015-01-27 06:00:40 queue INFO >3 [629] -2015-01-27 06:00:40 sendUrl INFO 3 [628] -2015-01-27 06:00:40 sendUrl INFO 3 [629] -2015-01-27 06:01:30 queue INFO >>3 [630] -2015-01-27 06:01:30 sendUrl INFO 3 [630] -2015-01-27 06:02:20 queue INFO >>3 [631] -2015-01-27 06:02:20 sendUrl INFO 3 [631] -2015-01-27 06:02:32 queue INFO 7 [632] -2015-01-27 06:02:32 queue INFO >7 [633] -2015-01-27 06:02:32 sendUrl INFO 7 [632] -2015-01-27 06:02:33 sendUrl INFO 7 [633] -2015-01-27 06:02:33 queue INFO 3 [634] -2015-01-27 06:02:34 queue INFO >3 [635] -2015-01-27 06:02:34 sendUrl INFO 3 [634] -2015-01-27 06:02:34 sendUrl INFO 3 [635] -2015-01-27 06:03:23 queue INFO >>3 [636] -2015-01-27 06:03:24 sendUrl INFO 3 [636] -2015-01-27 06:04:14 queue INFO >>3 [637] -2015-01-27 06:04:14 sendUrl INFO 3 [637] -2015-01-27 06:04:25 queue INFO 7 [638] -2015-01-27 06:04:26 queue INFO >7 [639] -2015-01-27 06:04:26 sendUrl INFO 7 [638] -2015-01-27 06:04:26 sendUrl INFO 7 [639] -2015-01-27 06:04:27 queue INFO 3 [640] -2015-01-27 06:04:27 queue INFO >3 [641] -2015-01-27 06:04:27 sendUrl INFO 3 [640] -2015-01-27 06:04:28 sendUrl INFO 3 [641] -2015-01-27 06:05:17 queue INFO >>3 [642] -2015-01-27 06:05:18 sendUrl INFO 3 [642] -2015-01-27 06:06:07 queue INFO >>3 [643] -2015-01-27 06:06:08 sendUrl INFO 3 [643] -2015-01-27 06:06:19 queue INFO 7 [644] -2015-01-27 06:06:20 queue INFO >7 [645] -2015-01-27 06:06:20 sendUrl INFO 7 [644] -2015-01-27 06:06:20 sendUrl INFO 7 [645] -2015-01-27 06:06:21 queue INFO 3 [646] -2015-01-27 06:06:21 sendUrl INFO 3 [646] -2015-01-27 06:06:21 queue INFO >3 [647] -2015-01-27 06:06:22 sendUrl INFO 3 [647] -2015-01-27 06:07:11 queue INFO >>3 [648] -2015-01-27 06:07:11 sendUrl INFO 3 [648] -2015-01-27 06:08:01 queue INFO >>3 [649] -2015-01-27 06:08:02 sendUrl INFO 3 [649] -2015-01-27 06:08:13 queue INFO 7 [650] -2015-01-27 06:08:13 queue INFO >7 [651] -2015-01-27 06:08:13 sendUrl INFO 7 [650] -2015-01-27 06:08:14 sendUrl INFO 7 [651] -2015-01-27 06:08:15 queue INFO 3 [652] -2015-01-27 06:08:15 queue INFO >3 [653] -2015-01-27 06:08:15 sendUrl INFO 3 [652] -2015-01-27 06:08:15 sendUrl INFO 3 [653] -2015-01-27 06:09:05 queue INFO >>3 [654] -2015-01-27 06:09:05 sendUrl INFO 3 [654] -2015-01-27 06:09:55 queue INFO >>3 [655] -2015-01-27 06:09:55 sendUrl INFO 3 [655] -2015-01-27 06:10:07 queue INFO 7 [656] -2015-01-27 06:10:07 queue INFO >7 [657] -2015-01-27 06:10:07 sendUrl INFO 7 [656] -2015-01-27 06:10:08 sendUrl INFO 7 [657] -2015-01-27 06:10:08 queue INFO 3 [658] -2015-01-27 06:10:08 queue INFO >3 [659] -2015-01-27 06:10:09 sendUrl INFO 3 [658] -2015-01-27 06:10:09 sendUrl INFO 3 [659] -2015-01-27 06:10:58 queue INFO >>3 [660] -2015-01-27 06:10:58 sendUrl INFO 3 [660] -2015-01-27 06:11:48 queue INFO >>3 [661] -2015-01-27 06:11:49 sendUrl INFO 3 [661] -2015-01-27 06:12:00 queue INFO 7 [662] -2015-01-27 06:12:00 queue INFO >7 [663] -2015-01-27 06:12:00 sendUrl INFO 7 [662] -2015-01-27 06:12:01 sendUrl INFO 7 [663] -2015-01-27 06:12:02 queue INFO 3 [664] -2015-01-27 06:12:02 queue INFO >3 [665] -2015-01-27 06:12:02 sendUrl INFO 3 [664] -2015-01-27 06:12:02 sendUrl INFO 3 [665] -2015-01-27 06:12:52 queue INFO >>3 [666] -2015-01-27 06:12:52 sendUrl INFO 3 [666] -2015-01-27 06:13:42 queue INFO >>3 [667] -2015-01-27 06:13:42 sendUrl INFO 3 [667] -2015-01-27 06:13:54 queue INFO 7 [668] -2015-01-27 06:13:54 queue INFO >7 [669] -2015-01-27 06:13:54 sendUrl INFO 7 [668] -2015-01-27 06:13:55 sendUrl INFO 7 [669] -2015-01-27 06:13:55 queue INFO 3 [670] -2015-01-27 06:13:55 queue INFO >3 [671] -2015-01-27 06:13:56 sendUrl INFO 3 [670] -2015-01-27 06:13:56 sendUrl INFO 3 [671] -2015-01-27 06:14:45 queue INFO >>3 [672] -2015-01-27 06:14:45 sendUrl INFO 3 [672] -2015-01-27 06:15:35 queue INFO >>3 [673] -2015-01-27 06:15:36 sendUrl INFO 3 [673] -2015-01-27 06:15:48 queue INFO 7 [674] -2015-01-27 06:15:48 queue INFO >7 [675] -2015-01-27 06:15:48 sendUrl INFO 7 [674] -2015-01-27 06:15:48 sendUrl INFO 7 [675] -2015-01-27 06:15:49 queue INFO 3 [676] -2015-01-27 06:15:49 queue INFO >3 [677] -2015-01-27 06:15:49 sendUrl INFO 3 [676] -2015-01-27 06:15:50 sendUrl INFO 3 [677] -2015-01-27 06:16:39 queue INFO >>3 [678] -2015-01-27 06:16:39 sendUrl INFO 3 [678] -2015-01-27 06:17:29 queue INFO >>3 [679] -2015-01-27 06:17:30 sendUrl INFO 3 [679] -2015-01-27 06:17:41 queue INFO 7 [680] -2015-01-27 06:17:42 sendUrl INFO 7 [680] -2015-01-27 06:17:42 queue INFO >7 [681] -2015-01-27 06:17:42 sendUrl INFO 7 [681] -2015-01-27 06:17:43 queue INFO 3 [682] -2015-01-27 06:17:43 queue INFO >3 [683] -2015-01-27 06:17:44 sendUrl INFO 3 [682] -2015-01-27 06:17:44 sendUrl INFO 3 [683] -2015-01-27 06:18:33 queue INFO >>3 [684] -2015-01-27 06:18:33 sendUrl INFO 3 [684] -2015-01-27 06:19:23 queue INFO >>3 [685] -2015-01-27 06:19:24 sendUrl INFO 3 [685] -2015-01-27 06:19:33 queue INFO 1 [686] -2015-01-27 06:19:33 queue INFO >1 [687] -2015-01-27 06:19:33 sendUrl INFO 1 [686] -2015-01-27 06:19:34 sendUrl INFO 1 [687] -2015-01-27 06:19:35 queue INFO 5 [688] -2015-01-27 06:19:35 queue INFO >5 [689] -2015-01-27 06:19:35 sendUrl INFO 5 [688] -2015-01-27 06:19:36 sendUrl INFO 5 [689] -2015-01-27 06:19:37 queue INFO 1 [690] -2015-01-27 06:19:37 queue INFO >1 [691] -2015-01-27 06:19:37 sendUrl INFO 1 [690] -2015-01-27 06:19:37 sendUrl INFO 1 [691] -2015-01-27 06:20:27 queue INFO >>1 [692] -2015-01-27 06:20:27 sendUrl INFO 1 [692] -2015-01-27 06:21:17 queue INFO >>1 [693] -2015-01-27 06:21:17 sendUrl INFO 1 [693] -2015-01-27 06:22:07 queue INFO >>1 [694] -2015-01-27 06:22:07 sendUrl INFO 1 [694] -2015-01-27 06:22:57 queue INFO >>1 [695] -2015-01-27 06:22:58 sendUrl INFO 1 [695] -2015-01-27 06:23:47 queue INFO >>1 [696] -2015-01-27 06:23:48 sendUrl INFO 1 [696] -2015-01-27 06:24:38 queue INFO >>1 [697] -2015-01-27 06:24:38 sendUrl INFO 1 [697] diff --git a/ConfIOB/Donati/1005_149/mppar b/ConfIOB/Donati/1005_149/mppar deleted file mode 100644 index b433a73..0000000 --- a/ConfIOB/Donati/1005_149/mppar +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -/usr/bin/python /home/pi/steamware/readParallela.py diff --git a/ConfIOB/Donati/1005_149/mpser b/ConfIOB/Donati/1005_149/mpser deleted file mode 100644 index 444b459..0000000 --- a/ConfIOB/Donati/1005_149/mpser +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -/usr/bin/python /home/steamware/readSeriale.py diff --git a/ConfIOB/Donati/1005_149/python-serial_2.5-2.1_all.deb b/ConfIOB/Donati/1005_149/python-serial_2.5-2.1_all.deb deleted file mode 100644 index c52896c..0000000 Binary files a/ConfIOB/Donati/1005_149/python-serial_2.5-2.1_all.deb and /dev/null differ diff --git a/ConfIOB/Donati/1005_149/readParallela.py b/ConfIOB/Donati/1005_149/readParallela.py deleted file mode 100644 index 5a38f21..0000000 --- a/ConfIOB/Donati/1005_149/readParallela.py +++ /dev/null @@ -1,530 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -# readParallela v. 1.8 -# versione estetica di Carlo + single instance timer - -#--------------------------------------------------------------- -# levare locking -# timer semplificata -# GPIO global - - -import time -import sys - - -from datetime import datetime - -import urllib -import ConfigParser -import os, sys - -import logging -import logging.handlers -import threading -import Queue -#-------------------------------------------------------------- - -# COSTANTI -MSGLEN = 9 -TIMEOUTSERIALE = 10 -MAXRETRY = 3 - -PROGRAM_NAME ="ReadPar IOB-pi v.1.8" - -# DA FILE CONF -idxMacchina = "1001" -SAMPLETIME = 0.1 -TIMEOUTSHORT = (SAMPLETIME*20) -TIMEOUTLONG = (SAMPLETIME*600) -SENDURLTIME = 0.08 - -# VAR -to_enable = False -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG -to_serial = TIMEOUTSERIALE -to_retry = MAXRETRY -errormsglen = 0 - -# VAR - -out_0 = 24 -out_1 = 26 - -in_0 = 11 -in_1 = 12 -in_2 = 13 -in_3 = 15 -in_4 = 16 -in_5 = 18 -in_6 = 22 -in_7 = 7 - -# contatore: serve x match tra accoda ed invia x possibile controllo a posteriori... ogni volta che accodo incremento di 1, va da 0 a 999 -cont = '0' - -# variabile stato online/offline della macchina -onLine = '1' - -# variabile stato seinding/waiting x la parte invio URL -sending = '0' - -# variabile stato timer thread busy -timer_busy = False - -#-------------------------------------------------------------- -# Gestione coda (condivisa) x registrazione eventi ed invio URL -#print "Creazione coda 1000 elementi" - -Coda = Queue.Queue(0) - -#queueLock = threading.Lock() - -#--------------------------------------------------------------- -# lettura parallela -# ritorna il byte letto pulito ( due char hex ) - -def readParallela(): - - global in_0 - global in_1 - global in_2 - global in_3 - global in_4 - global in_5 - global in_6 - global in_7 - - global GPIO - - current = '' - -# print "input : " - - # ritorna '' se non ci sono abbastanza caratteri - try: - num_value = 255 - -# print "num_value : " , num_value , in_0 - - if GPIO.input(in_0): - num_value = num_value - 1 - - if GPIO.input(in_1): - num_value = num_value - 2 - - if GPIO.input(in_2): - num_value = num_value - 4 - - if GPIO.input(in_3): - num_value = num_value - 8 - - if GPIO.input(in_4): - num_value = num_value - 16 - - if GPIO.input(in_5): - num_value = num_value - 32 - - if GPIO.input(in_6): - num_value = num_value - 64 - - if GPIO.input(in_7): - num_value = num_value - 128 - - current = hex( num_value ).replace ( "0x" , "" ).upper() - -# print "\n\n\n\n\n" , num_value , current - - except: - pass - - return current - - -#-------------------------------------------------------------- -# MARCO: cambiare: chiama URL NON deve chiamare url MA METTERE IN CODA (riempiCoda!!!) -# la parte URL vera va messa in svuotaCoda, PARAMETRICA - -#--------------------------------------------------------------- -#Funzione di scrittura su coda con try-except - -def accoda(): - - try: -# url = URLBASE + idxMacchina + URLADV1 + value -# urllib.urlopen ( url ) - #dtEve = time.strftime("%y%m%d%H%M%S")+"000" - dtEve = datetime.utcnow().strftime('%Y%m%d%H%M%S%f')[:-3] - #logPro.debug( "Nuovo valore inserito in coda: " + dtEve + "#" + value + '#' + cont) - #print(dtEve) - #queueLock.acquire() - Coda.put(dtEve + '#' + value + '#' + cont) - #queueLock.release() - #print "Nuovo valore inserito in coda: " + dtEve + "#", value - - except Queue.Full: - logPro.error( "Quque full" + dtEve + '#' + value + '#' + cont ) - except: - logPro.error( "NETWORK:Errore http-no com rete-timeout" + url ) -# print "Url aforte" , url - - -#-------------------------------------------------------------- -# MARCO: scrivere svuotaCoda come thread etc... -def svuota_coda(): - - global onLine - global sending - global timer_busy - - #print "start timer " - - if ( timer_busy == False ): - timer_busy = True - #print "start timer ok " - - try: - if not Coda.empty(): - #print "coda da svuotare!" - response = urllib.urlopen(URLALIVE) - answ = response.read() - if answ == 'OK': - #print "OK alive" - response2 = urllib.urlopen(URLENABLED + idxMacchina) - answ2 = response2.read() - if answ2 == 'OK': - # aggiorno stato ad online - if onLine == '0': - logPro.info("IOB ONLINE!") - #print("IOB ONLINE") - - onLine = '1' # imposto comunque online - else: - if onLine == '1': - logPro.error("IOB offline") - #print("IOB offline") - - onLine = '0' - else: - if onLine == '1': - logPro.error("Server offline") - #print("Server offline") - - onLine = '0' - - # ora verifico SE si possa inviare (ovvero sia online server e NON ci siano altri send attivi...) - if onLine == '1': - if sending == '0': - #segnalo che sono in sending! - sending = '1' - - # formatto dataOra corrente - #dtCurr = time.strftime("%y%m%d%H%M%S")+"000" - dtCurr = datetime.utcnow().strftime('%Y%m%d%H%M%S%f')[:-3] - # prendo 1 valore dalla coda... - #queueLock.acquire() - resp = Coda.get() - # RILASCIO SUBITO la coda x nuovi insert... - #queueLock.release() - - - # recupero valori da coda! - dtEve = resp.split("#")[0] - value = resp.split("#")[1] - cnt = resp.split("#")[2] - url = URLBASE + idxMacchina + URLADV1 + value - url = url + '&dtCurr=' + dtCurr + '&dtEve=' + dtEve + '&cnt=' + cnt - # CHIAMO URL - response3 = urllib.urlopen ( url ) - answ3 = response3.read() - #print(url) - #logPro.debug(url) - - - # log valore inviato! - logSnd.info( value + ' ['+ cnt +']' + ' R:' + answ3 ) - #print "Valore smaltito dalla coda" - - # completato invio, riporto sending a zero! - sending = '0' - else: - logPro.info("WAIT active send to complete") - - else: - pass - - else: - pass - - except: - if onLine == '1': - logPro.error("Server Non raggiungibile") - #print "Non raggiungibile" - - onLine = '0' - -# in ogni caso - - timer_busy = False - #print "end timer ok" - - - #print "end timer " - - -#--------------------------------------------------------------- -# funzione timer thread -#--------------------------------------------------------------- -def do_every (interval, worker_func, iterations = 0): - if iterations != 1: - threading.Timer ( - interval, - do_every, [interval, worker_func, 0 if iterations == 0 else iterations-1] - ).start (); - - worker_func (); - -#--------------------------------------------------------------- -# gestione contatore -#--------------------------------------------------------------- -def contatore(): - - try: - global cont - ctr = int(cont) - ctr +=1 - ctr = ctr % 1000 # round robin 1000 eventi x track - cont = str(ctr) - except: - print("errore incremento contatore") - -#--------------------------------------------------------------- -# avvia porta parallela -#--------------------------------------------------------------- -def avviaParallela(): - - global in_0 - global in_1 - global in_2 - global in_3 - global in_4 - global in_5 - global in_6 - global in_7 - - global GPIO - - try: - - GPIO.setmode(GPIO.BOARD) - - GPIO.setwarnings(False) - - #GPIO.setup(out_0, GPIO.OUT) # output 0 - #GPIO.setup(out_1, GPIO.OUT) # output 1 - - GPIO.setup(in_0, GPIO.IN) # input 0 - GPIO.setup(in_1, GPIO.IN) # input 1 - GPIO.setup(in_2, GPIO.IN) # input 2 - GPIO.setup(in_3, GPIO.IN) # input 3 - GPIO.setup(in_4, GPIO.IN) # input 4 - GPIO.setup(in_5, GPIO.IN) # input 5 - GPIO.setup(in_6, GPIO.IN) # input 6 - GPIO.setup(in_7, GPIO.IN) # input 7 - - except: - print( "\n\n" + PROGRAM_NAME + " - Error 3 on RPi.GPIO ! \n\n") - sys.exit(1) - - - print( "\n\n" + PROGRAM_NAME + " - init ok \n\n") - - -#--------------------------------------------------------------- -#--------------------------------------------------------------- -# MAIN - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'IOB.cfg' ) - - SAMPLETIME = config.getfloat ( 'time' , 'SAMPLETIME' ) - TIMEOUTSHORT = config.getfloat ( 'time' , 'TIMEOUTSHORT' ) - TIMEOUTLONG = config.getfloat ( 'time' , 'TIMEOUTLONG' ) - SENDURLTIME = config.getfloat ( 'time' , 'SENDURLTIME' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - - - URLBASE = config.get ( 'web' , 'URLBASE' ) - URLENABLED = config.get('web' , 'URLENABLED') - URLALIVE = config.get ('web' , 'URLALIVE') - URLADV1 = config.get ( 'web' , 'URLADV1' ) - - LOGFILE = config.get ( 'log' , 'LOGFILE' ) - LOGLEVEL = config.get ( 'log' , 'LOGLEVEL' ) -except: - print "\n\n" + PROGRAM_NAME + ' - Error 4 - in config file ' 'IOB.cfg' - sys.exit(1) - -#-------------------------------------------- -# oggetto Logger -#-------------------------------------------- -try: - logging.basicConfig(level=logging.DEBUG, - format='%(asctime)s %(name)-8s %(levelname)-8s %(message)s', - datefmt='%Y-%m-%d %H:%M:%S', - filename=LOGFILE, - filemode='a' - ) - - # aggiungo 2 logger specifici x queue e send... - logQue = logging.getLogger('queue') - logSnd = logging.getLogger('sendUrl') - logPro = logging.getLogger('program') - -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) -#-------------------------------------------- - - -print "\n\n" + PROGRAM_NAME + "\n\n" - -global startstatus -startstatus = 1 - -if startstatus == 1: - logPro.info("Avvio Programma" + PROGRAM_NAME) - -## Verifica l'OS e di conseguenza carica il file relativo con metodo di lockfile appropriato + check singola istanza -if os.name == 'posix': - import unix -else: - import win - -logPro.info( "Start " + PROGRAM_NAME ) - - -# lettura file configurazione - -# [id] -# idxMacchina = 2001 -# [time] -# SAMPLETIME = 0.1 -# TIMEOUTSHORT = 200 -# TIMEOUTLONG = 6000 - - -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' SAMPLETIME = %4.2f' % ( SAMPLETIME ) ) -print ( ' TIMEOUTSHORT = %4.2f' % ( TIMEOUTSHORT ) ) -print ( ' TIMEOUTLONG = %4.2f' % ( TIMEOUTLONG ) ) -print ( ' SENDURLTIME = %4.2f' % ( SENDURLTIME ) ) -print ( ' URLBASE = %s' % ( URLBASE ) ) -print ( ' URLADV1 = %s' % ( URLADV1 ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) -print ( ' LOGLEVEL = %s' % ( LOGLEVEL ) ) - -# -sys.stdout.write ( 'idxMacchina ?' + idxMacchina + '\n') - -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG - - -#-------------------------------------------------------------- -# apertura parallela - -try: - import RPi.GPIO as GPIO -except RuntimeError: - print( "\n\n" + PROGRAM_NAME + " - Error 1 - you need superuser privileges") -except: - print( "\n\n" + PROGRAM_NAME + " - Error 2 - you need superuser privileges. USE 'sudo' to run your script\n\n") - sys.exit(1) - - -avviaParallela() - - -#-------------------------------------------------------------- -# MARCO: qui inserire avvio thread di "svuotaCoda" - -# avviaSvuotaCoda -#print "Avvia svuota coda" - -do_every ( SENDURLTIME , svuota_coda ); - -#--------------------------------------------------------------- -# ciclo forever and ever - -old = '' - -#print "Avvio ciclo" -logPro.info("Avvio loop principale") -while 1: - - try: - time.sleep (SAMPLETIME) - except: - logPro.info("First_SLEEP: errore attesa sampletime") - - # lettura dati da IOB - value = readParallela() - - if ( value != '' ) : - if value != old : - #loggo e invio dati - try: - logQue.info( value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda") - pass - #enable e reset timer - to_enable = True - to_short = TIMEOUTSHORT - to_long = TIMEOUTLONG - - old = value - - - # gestione timeout breve - if ( to_enable ) : - to_short = to_short - SAMPLETIME - if to_short <= 0: - #loggo e invio dati - try: - logQue.info( '>' + value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda TO_short") - pass - to_short = TIMEOUTSHORT - to_enable = False # dopo un colpo il timer breve viene disabilitato - to_long = TIMEOUTLONG - - # gestione timeout lungo - to_long = to_long - SAMPLETIME - if to_long <= 0: - #loggo e invio dati - try: - logQue.info( '>>' + value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda TO_long") - pass - to_long = TIMEOUTLONG - - - - diff --git a/ConfIOB/Donati/1005_149/readSeriale.py b/ConfIOB/Donati/1005_149/readSeriale.py deleted file mode 100644 index 909de6d..0000000 --- a/ConfIOB/Donati/1005_149/readSeriale.py +++ /dev/null @@ -1,363 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -#--------------------------------------------------------------- - -import serial -import time -import sys -import datetime -import urllib -import ConfigParser -import os, sys - -#--------------------------------------------------------------- - -# COSTANTI -MSGLEN = 9 -TIMEOUTSERIALE = 10 -MAXRETRY = 3 - -# DA FILE CONF -idxMacchina = "2001" -SAMPLETIME = 0.1 -TIMEOUTSHORT = (SAMPLETIME*20) -TIMEOUTLONG = (SAMPLETIME*600) - -# VAR -to_enable = False -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG -to_serial = TIMEOUTSERIALE -to_retry = MAXRETRY -errormsglen = 0 - -#--------------------------------------------------------------- -# classe logger - -class Logger: - def __init__(self, filename): - try: - self.filename = filename - except: - logga("LOGGER: errore try su self.filename") - sys.exit(1) - def __call__(self, string): - try: - file = open(self.filename, 'a') - file.write('[' + time.strftime("%Y-%m-%d %H:%M:%S") + '] ') - file.write(string + '\n') - file.close() - except: - logga("LOGGER: errore try su scrittura") - sys.exit(1) - -#--------------------------------------------------------------- -# lettura buffer seriale e pulizia caratteri non stampabili -# ritorna '' se non c'è un messaggio buono o il messaggio pulito ( due bytes hex ) -# il messaggio ha il formato xxi00 00xxx - -def readSeriale(): - - global to_serial - global to_retry - global errormsglen - - ret = '' - current = '' - i = 0 - - # ritorna '' se non ci sono abbastanza caratteri - try: - if ser.inWaiting() < MSGLEN : -# -# to_serial = to_serial - 1 # se non mi risponde, faccio un ' altra richiesta.... -# if to_serial <= 0: -# try: -# requestData () -# except: -# logga("SERIALE: errore su requestData") -# sys.exit(1) -# to_serial = TIMEOUTSERIALE # ripristino timer -# to_retry = to_retry - 1 # contatore retry -# if to_retry <= 0: -# logga ( 'IOB not responding' ) -# return ret - logga("SERIALE: errore msglen < 9 char - Errore no. " + str(errormsglen)) - errormsglen = errormsglen +1 - avviaSeriale() - time.sleep(.2) - if errormsglen > 30: - sys.exit(1) - except: - if startstatus == 0: - logga ("Porta SERIALE non disponibile - ser.inWaiting error - exit... - Errore no. " + str(errormsglen)) - errormsglen = errormsglen +1 - avviaSeriale() - time.sleep(.2) - if errormsglen > 30: - sys.exit(1) - - # finchè c'è robba .. leggi e tieni i buoni - to_serial = TIMEOUTSERIALE - to_retry = MAXRETRY - try: - while ser.inWaiting() > 0 : - try: - c = ser.read(1) - except: - logga("SERIALE: errore su try ser.read") - sys.exit(1) - # filtra caratteri non stampabili - if c > ' ' : - current += c - #sys.stdout.write(current + '<<<<\n') - # ora il messaggio ha il formato xxxxxi00 00xxx : cerco la 'i' iniziale - try: - while i < len(current) and current[i] != 'i': - i = i + 1 - except: - logga("SERIALE: errore su ricerca i iniziale") - sys.exit(1) - # se non ho trovato la 'i' restituisco '' - if i == len(current)-1: - return ret - else: - current = current[i+1:i+3] - # richiesta dati ad IOB - requestData() - #sys.stdout.write ( current + '\n') - except: - if startstatus == 0: - logga ('Porta SERIALE non disponibile - ser.inWaiting e filtraggio error...exit') - sys.exit(1) - return current -#--------------------------------------------------------------- -# richiesta dati ad IOB : scrittura su seriale - -def requestData (): - try : - ser.write ("$i" + '\r\n') - ser.flush() - except : - if startstatus == 0: - logga ( "SERIAL: Errore di scrittura/flush") - - -#--------------------------------------------------------------- -#Funzione di scrittura su url con try-except - -def chiamaUrl(): - try: - url = URLBASE + idxMacchina + URLADV1 + value - urllib.urlopen ( url ) - except: - logga ( "NETWORK:Errore http-no com rete-timeout" + url ) - - -#--------------------------------------------------------------- -# Funzione che verifica possibilità di creare log e include testo corrente - -def logga(message) : - try: - log(message) - except : - pass - -#--------------------------------------------------------------- - - -def avviaSeriale(): - global ser - - try: - ser = serial.Serial( - port = comm_port , - baudrate = 9600 , - parity = serial.PARITY_NONE , - stopbits = serial.STOPBITS_ONE , - bytesize = serial.EIGHTBITS - ) - startstatus = 0 - except serial.serialutil.SerialException , e : - try: - if startstatus == 0: - logga ( "SERIAL:Errore apertura seriale - " + comm_port) - except: - pass - sys.stdout.write ( '\nErrore apertura seriale\n\n%s\n\n' % e ) - if errormsglen > 30: - sys.exit (1) - -#--------------------------------------------------------------- -#--------------------------------------------------------------- -# MAIN - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'IOB.cfg' ) - - SAMPLETIME = config.getfloat ( 'time' , 'SAMPLETIME' ) - TIMEOUTSHORT = config.getfloat ( 'time' , 'TIMEOUTSHORT' ) - TIMEOUTLONG = config.getfloat ( 'time' , 'TIMEOUTLONG' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - comm_port = config.get ( 'comm' , 'port' ) - - URLBASE = config.get ( 'web' , 'URLBASE' ) - URLADV1 = config.get ( 'web' , 'URLADV1' ) - - LOGFILE = config.get ( 'log' , 'LOGFILE' ) - LOGLEVEL = config.get ( 'log' , 'LOGLEVEL' ) -except: - sys.exit(1) - -# oggetto Logger -try: - log = Logger(LOGFILE) -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) - -print '\n\n Read seriale IOB v.0.2 !!!!\n' - -global startstatus -startstatus = 1 - -if startstatus == 1: - logga("Avvio Programma") - -# Verifica l'OS e di conseguenza carica il file relativo con metodo di lockfile appropriato + check singola istanza -if os.name == 'posix': - import unix -else: - import win - -logga ( "Start Read seriale IOB v.0.2") - - -# lettura file configurazione - -# [comm] -# port = /dev/ttyS0 -# [id] -# idxMacchina = 2001 -# [time] -# SAMPLETIME = 0.1 -# TIMEOUTSHORT = 200 -# TIMEOUTLONG = 6000 - -print ( ' comm_port = %s' % ( comm_port ) ) -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' SAMPLETIME = %4.2f' % ( SAMPLETIME ) ) -print ( ' TIMEOUTSHORT = %4.2f' % ( TIMEOUTSHORT ) ) -print ( ' TIMEOUTLONG = %4.2f' % ( TIMEOUTLONG ) ) -print ( ' URLBASE = %s' % ( URLBASE ) ) -print ( ' URLADV1 = %s' % ( URLADV1 ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) -print ( ' LOGLEVEL = %s' % ( LOGLEVEL ) ) - -# -sys.stdout.write ( 'idxMacchina ?' + idxMacchina + '\n') - -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG - - - -#-------------------------------------------------------------- - - -#--------------------------------------------------------------- -# apertura seriale - -avviaSeriale() - -#try: -# ser = serial.Serial( -# port = comm_port , -# baudrate = 9600 , -# parity = serial.PARITY_NONE , -# stopbits = serial.STOPBITS_ONE , -# bytesize = serial.EIGHTBITS -# ) -# print "Initialized!" -#except serial.serialutil.SerialException , e : -# try: -# logga ( "SERIAL:Errore apertura seriale - " + comm_port) -# except: -# pass -# sys.stdout.write ( '\nErrore apertura seriale\n\n%s\n\n' % e ) -# sys.exit (1) - -#--------------------------------------------------------------- -# ciclo forever and ever - -old = '' - -# richiesta dati ad IOB -try: - requestData() -except: - logga("SERIALE: errore sul try di requestData") - sys.exit(1) - - -while 1: - try: - time.sleep (SAMPLETIME) - except: - logga("SERIALE_SLEEP: errore attesa sampletime") - # lettura dati da IOB - try: - value = readSeriale() - except: - if startstatus == 0: - logga("errore PRIMA LETTURA SERIALE") - sys.exit(1) - if ( value != '' ) : - if value != old : - #loggo e invio dati - try: - logga ( value ) - errormsglen = 0 - chiamaUrl() - except: - logga("URLBROWSER: errore registrazione valore e chiamaUrl") - pass - #enable e reset timer - to_enable = True - to_short = TIMEOUTSHORT - to_long = TIMEOUTLONG - - old = value - - - # gestione timeout breve - if ( to_enable ) : - to_short = to_short - SAMPLETIME - if to_short <= 0: - #loggo e invio dati - try: - logga ( '>' + value ) - errormsglen = 0 - chiamaUrl() - except: - pass - to_short = TIMEOUTSHORT - to_enable = False # dopo un colpo il timer breve viene disabilitato - to_long = TIMEOUTLONG - - # gestione timeout lungo - to_long = to_long - SAMPLETIME - if to_long <= 0: - #loggo e invio dati - try: - logga ( '>>' + value ) - errormsglen = 0 - chiamaUrl() - except: - pass - to_long = TIMEOUTLONG - - diff --git a/ConfIOB/Donati/1005_149/sendReboot.py b/ConfIOB/Donati/1005_149/sendReboot.py deleted file mode 100644 index 814157a..0000000 --- a/ConfIOB/Donati/1005_149/sendReboot.py +++ /dev/null @@ -1,96 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -# sendReboot v. 1.6 - -#--------------------------------------------------------------- - - -import time -import sys - - -from datetime import datetime - -import urllib -import ConfigParser -import os, sys - -import logging - -#--------------------------------------------------------------- - -# COSTANTI -PROGRAM_NAME ="SendReboot IOB-pi v.1.6" - -# DA FILE CONF -idxMacchina = "99" - -#--------------------------------------------------------------- -#Funzione di scrittura su url con try-except - -def chiamaUrl(): - - try: - url = URLREBO + idxMacchina - urllib.urlopen ( url ) - except: - logging.info ( "NETWORK:Errore http-no com rete-timeout per url: " + url ) - print "Url aforte" , url - -#--------------------------------------------------------------- -# MAIN -#--------------------------------------------------------------- - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'IOB.cfg' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - - - URLREBO = config.get ( 'web' , 'URLREBO' ) - - LOGFILE = config.get ( 'log' , 'LOGREBO' ) -except: - print "\n\n" + PROGRAM_NAME + ' - Error 4 - in config file ' 'IOB.cfg' - sys.exit(1) - - -#-------------------------------------------- -# oggetto Logger -#-------------------------------------------- -try: -# log = Logger(LOGFILE) - logging.basicConfig(level=logging.DEBUG, - format='%(asctime)s %(name)-8s %(levelname)-8s %(message)s', - datefmt='%Y-%m-%d %H:%M:%S', - filename=LOGFILE, - filemode='a') - -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) -#-------------------------------------------- - - -print "\n\n" + PROGRAM_NAME + "\n\n" - -global startstatus -startstatus = 1 - -if startstatus == 1: - logging.info("Avvio Programma" + PROGRAM_NAME) - - -# lettura file configurazione - - -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' URLREBO = %s' % ( URLREBO ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) - - -chiamaUrl() - diff --git a/ConfIOB/Donati/1005_149/unix.py b/ConfIOB/Donati/1005_149/unix.py deleted file mode 100644 index 8167be6..0000000 --- a/ConfIOB/Donati/1005_149/unix.py +++ /dev/null @@ -1,30 +0,0 @@ -import fcntl -import os - -#--------------------------------------------------------------- -# meccanismo di file lock per evitare multiple instances -# The function will try to lock the file specified , if it success, return True, else return False. -# The nice thing is that the lock will be dropped when the program terminates. -# >>>Use : -# if not lockFile(".lock.pod"): -# sys.exit(0) - -def lockFile ( lockfile ) : - - fd = os.open ( lockfile , os.O_CREAT | os.O_TRUNC | os.O_WRONLY ) - try: - # Request exclusive (EX) non-blocking (NB) advisory lock. - fcntl.lockf ( fd , fcntl.LOCK_EX | fcntl.LOCK_NB ) - except IOError: - return False - - return True - -if not lockFile ( ".lockfile" ) : - print '\n noi non siamo soli ...\n' - logging.error( "LOCK: Piu istanze aperte") - sys.exit ( 0 ) - -#- print '\n running alone ...\n' - - diff --git a/ConfIOB/Donati/1006_151/IOB.cfg b/ConfIOB/Donati/1006_151/IOB.cfg deleted file mode 100644 index 3d03ee7..0000000 --- a/ConfIOB/Donati/1006_151/IOB.cfg +++ /dev/null @@ -1,23 +0,0 @@ -[id] -idxMacchina = 1006 - -[web] -URLBASE = http://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina= -URLALIVE = http://192.168.51.71/MPIO/Alive.aspx -URLENABLED = http://192.168.51.71/MPIO/Enabled.aspx?idxMacchina= -URLADV1 = &valore= -URLREBO = http://192.168.51.71/MPIO/sendReboot.aspx?idxMacchina= - -[time] -SAMPLETIME = 0.20 -TIMEOUTSHORT = 0.30 -TIMEOUTLONG = 50 -SENDURLTIME = 0.50 - -[log] -LOGLEVEL = 10 -LOGFILE = logfile.txt -LOGREBO = logReboot.txt - -[comm] -port = /dev/ttyAMA0 diff --git a/ConfIOB/Donati/1006_151/MapoIOB b/ConfIOB/Donati/1006_151/MapoIOB deleted file mode 100644 index c49ec0a..0000000 --- a/ConfIOB/Donati/1006_151/MapoIOB +++ /dev/null @@ -1,41 +0,0 @@ -### BEGIN INIT INFO -# Provides: MapoIOB: script Steamware per avvio driver IOB -# Required-Start: $remote_fs $syslog ramlog -# Required-Stop: $remote_fs $syslog ramlog -# Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 -# Short-Description: Steamware's MapoIOB driver -# Description: Steamware's MapoIOB driver, versione lettura porta parallela -### END INIT INFO - -#! /bin/sh -# /etc/init.d/MapoIOB - -export HOME -case "$1" in - start) - echo "Starting readParallela" - cd /home/pi/steamware - /usr/bin/python ./readParallela.py 2>&1 & - ;; - stop) - echo "Stopping readParallela" - RS_PID=`ps auxwww | grep readParallela.py | head -1 | awk '{print $2}'` - kill -9 $RS_PID - cd /home/pi/steamware - rm .lockfile - ;; - restart) - ## Stop the service and regardless of whether it was - ## running or not, start it again. - $0 stop - killall python - $0 start - ;; - *) - echo "Usage: /etc/init.d/MapoIOB {start|stop|restart}" - exit 1 - ;; -esac -exit 0 - diff --git a/ConfIOB/Donati/1006_151/MapoIOB.bak b/ConfIOB/Donati/1006_151/MapoIOB.bak deleted file mode 100644 index f3a37c4..0000000 --- a/ConfIOB/Donati/1006_151/MapoIOB.bak +++ /dev/null @@ -1,40 +0,0 @@ -### BEGIN INIT INFO -# Provides: MapoIOB: script Steamware per avvio driver IOB -# Required-Start: -# Required-Stop: -# Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 -# Short-Description: Steamware's MapoIOB driver -# Description: Steamware's MapoIOB driver, versione lettura porta parallela -### END INIT INFO - -#! /bin/sh -# /etc/init.d/MapoIOB - -export HOME -case "$1" in - start) - echo "Starting readParallela" - cd /home/pi/steamware - /usr/bin/python ./readParallela.py 2>&1 & - ;; - stop) - echo "Stopping readParallela" - RS_PID=`ps auxwww | grep readParallela.py | head -1 | awk '{print $2}'` - kill -9 $RS_PID - cd /home/pi/steamware - rm .lockfile - ;; - restart) - ## Stop the service and regardless of whether it was - ## running or not, start it again. - $0 stop - $0 start - ;; - *) - echo "Usage: /etc/init.d/MapoIOB {start|stop|restart}" - exit 1 - ;; -esac -exit 0 - diff --git a/ConfIOB/Donati/1006_151/checkAlive.sh b/ConfIOB/Donati/1006_151/checkAlive.sh deleted file mode 100644 index 92bc816..0000000 --- a/ConfIOB/Donati/1006_151/checkAlive.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/bash - -# controlla se il logfile è correntemente scritto (quindi MapoIOB è alive) altrimenti riavvia! - -DATE=`date +%Y-%m-%d` -cd /var/log -if [ -f MapoIOB ] - then - # controllo SE sia stato acceduto da meno di 2 minuti (=alive da log...) - trovato=`find . -name 'MapoIOB*' -cmin -1` - if [[ $trovato != './MapoIOB' ]] - then - /etc/init.d/MapoIOB restart - echo $date + "riavvio!" - fi -else - # in questo caso AVVIO il processo MapoIOB - /etc/init.d/MapoIOB start - echo $date + "file non trovato, avvio!" -fi diff --git a/ConfIOB/Donati/1006_151/cleanPython.sh b/ConfIOB/Donati/1006_151/cleanPython.sh deleted file mode 100644 index c4f616a..0000000 --- a/ConfIOB/Donati/1006_151/cleanPython.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash - -DATE=`date +%Y-%m-%d_%T` -# log inizio pulizia -echo $DATE " - INIZIO pulizia processi python" >> clean.log -# effettua pulizia processi: killa tutti i processi python -killall python - -# avvia MapoIob -/etc/init.d/MapoIOB start - -# log fatto! -DATE=`date +%Y-%m-%d_%T` -echo $DATE " - FINE pulizia processi python + riavvio MapoIOB" >> clean.log diff --git a/ConfIOB/Donati/1006_151/logfile.txt b/ConfIOB/Donati/1006_151/logfile.txt deleted file mode 100644 index 4a1b41c..0000000 --- a/ConfIOB/Donati/1006_151/logfile.txt +++ /dev/null @@ -1,17707 +0,0 @@ -2015-03-08 06:26:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.7 -2015-03-08 06:26:02 program INFO Start ReadPar IOB-pi v.1.7 -2015-03-08 06:26:02 program INFO Avvio loop principale -2015-03-08 06:26:02 queue INFO 0 [0] -2015-03-08 06:26:03 queue INFO >0 [1] -2015-03-08 06:26:03 sendUrl INFO 0 [0] R:OK -2015-03-08 06:26:03 sendUrl INFO 0 [1] R:OK -2015-03-08 06:26:52 queue INFO >>0 [2] -2015-03-08 06:26:53 sendUrl INFO 0 [2] R:OK -2015-03-08 06:27:43 queue INFO >>0 [3] -2015-03-08 06:27:43 sendUrl INFO 0 [3] R:OK -2015-03-08 06:28:33 queue INFO >>0 [4] -2015-03-08 06:28:33 sendUrl INFO 0 [4] R:OK -2015-03-08 06:29:23 queue INFO >>0 [5] -2015-03-08 06:29:23 sendUrl INFO 0 [5] R:OK -2015-03-08 06:30:13 queue INFO >>0 [6] -2015-03-08 06:30:13 sendUrl INFO 0 [6] R:OK -2015-03-08 06:31:03 queue INFO >>0 [7] -2015-03-08 06:31:03 sendUrl INFO 0 [7] R:OK -2015-03-08 06:31:53 queue INFO >>0 [8] -2015-03-08 06:31:54 sendUrl INFO 0 [8] R:OK -2015-03-08 06:32:43 queue INFO >>0 [9] -2015-03-08 06:32:44 sendUrl INFO 0 [9] R:OK -2015-03-08 06:33:34 queue INFO >>0 [10] -2015-03-08 06:33:34 sendUrl INFO 0 [10] R:OK -2015-03-08 06:34:24 queue INFO >>0 [11] -2015-03-08 06:34:24 sendUrl INFO 0 [11] R:OK -2015-03-08 06:35:14 queue INFO >>0 [12] -2015-03-08 06:35:14 sendUrl INFO 0 [12] R:OK -2015-03-08 06:36:04 queue INFO >>0 [13] -2015-03-08 06:36:04 sendUrl INFO 0 [13] R:OK -2015-03-08 06:36:54 queue INFO >>0 [14] -2015-03-08 06:36:55 sendUrl INFO 0 [14] R:OK -2015-03-08 06:37:44 queue INFO >>0 [15] -2015-03-08 06:37:45 sendUrl INFO 0 [15] R:OK -2015-03-08 06:38:35 queue INFO >>0 [16] -2015-03-08 06:38:35 sendUrl INFO 0 [16] R:OK -2015-03-08 06:39:25 queue INFO >>0 [17] -2015-03-08 06:39:25 sendUrl INFO 0 [17] R:OK -2015-03-08 06:40:15 queue INFO >>0 [18] -2015-03-08 06:40:15 sendUrl INFO 0 [18] R:OK -2015-03-08 06:41:05 queue INFO >>0 [19] -2015-03-08 06:41:05 sendUrl INFO 0 [19] R:OK -2015-03-08 06:41:55 queue INFO >>0 [20] -2015-03-08 06:41:56 sendUrl INFO 0 [20] R:OK -2015-03-08 06:42:45 queue INFO >>0 [21] -2015-03-08 06:42:46 sendUrl INFO 0 [21] R:OK -2015-03-08 06:43:35 queue INFO >>0 [22] -2015-03-08 06:43:36 sendUrl INFO 0 [22] R:OK -2015-03-08 06:44:26 queue INFO >>0 [23] -2015-03-08 06:44:26 sendUrl INFO 0 [23] R:OK -2015-03-08 06:45:16 queue INFO >>0 [24] -2015-03-08 06:45:16 sendUrl INFO 0 [24] R:OK -2015-03-08 06:46:06 queue INFO >>0 [25] -2015-03-08 06:46:06 sendUrl INFO 0 [25] R:OK -2015-03-08 06:46:56 queue INFO >>0 [26] -2015-03-08 06:46:57 sendUrl INFO 0 [26] R:OK -2015-03-08 06:47:46 queue INFO >>0 [27] -2015-03-08 06:47:46 sendUrl INFO 0 [27] R:OK -2015-03-08 06:48:36 queue INFO >>0 [28] -2015-03-08 06:48:37 sendUrl INFO 0 [28] R:OK -2015-03-08 06:49:26 queue INFO >>0 [29] -2015-03-08 06:49:27 sendUrl INFO 0 [29] R:OK -2015-03-08 06:50:17 queue INFO >>0 [30] -2015-03-08 06:50:17 sendUrl INFO 0 [30] R:OK -2015-03-08 06:51:07 queue INFO >>0 [31] -2015-03-08 06:51:07 sendUrl INFO 0 [31] R:OK -2015-03-08 06:51:57 queue INFO >>0 [32] -2015-03-08 06:51:57 sendUrl INFO 0 [32] R:OK -2015-03-08 06:52:47 queue INFO >>0 [33] -2015-03-08 06:52:47 sendUrl INFO 0 [33] R:OK -2015-03-08 06:53:37 queue INFO >>0 [34] -2015-03-08 06:53:38 sendUrl INFO 0 [34] R:OK -2015-03-08 06:54:27 queue INFO >>0 [35] -2015-03-08 06:54:27 sendUrl INFO 0 [35] R:OK -2015-03-08 06:55:17 queue INFO >>0 [36] -2015-03-08 06:55:18 sendUrl INFO 0 [36] R:OK -2015-03-08 06:56:08 queue INFO >>0 [37] -2015-03-08 06:56:08 sendUrl INFO 0 [37] R:OK -2015-03-08 06:56:58 queue INFO >>0 [38] -2015-03-08 06:56:58 sendUrl INFO 0 [38] R:OK -2015-03-08 06:57:48 queue INFO >>0 [39] -2015-03-08 06:57:48 sendUrl INFO 0 [39] R:OK -2015-03-08 06:58:38 queue INFO >>0 [40] -2015-03-08 06:58:38 sendUrl INFO 0 [40] R:OK -2015-03-08 06:59:28 queue INFO >>0 [41] -2015-03-08 06:59:28 sendUrl INFO 0 [41] R:OK -2015-03-08 07:00:18 queue INFO >>0 [42] -2015-03-08 07:00:19 sendUrl INFO 0 [42] R:OK -2015-03-08 07:01:08 queue INFO >>0 [43] -2015-03-08 07:01:09 sendUrl INFO 0 [43] R:OK -2015-03-08 07:01:59 queue INFO >>0 [44] -2015-03-08 07:01:59 sendUrl INFO 0 [44] R:OK -2015-03-08 07:02:49 queue INFO >>0 [45] -2015-03-08 07:02:49 sendUrl INFO 0 [45] R:OK -2015-03-08 07:03:39 queue INFO >>0 [46] -2015-03-08 07:03:39 sendUrl INFO 0 [46] R:OK -2015-03-08 07:04:29 queue INFO >>0 [47] -2015-03-08 07:04:29 sendUrl INFO 0 [47] R:OK -2015-03-08 07:05:19 queue INFO >>0 [48] -2015-03-08 07:05:20 sendUrl INFO 0 [48] R:OK -2015-03-08 07:06:09 queue INFO >>0 [49] -2015-03-08 07:06:10 sendUrl INFO 0 [49] R:OK -2015-03-08 07:07:00 queue INFO >>0 [50] -2015-03-08 07:07:00 sendUrl INFO 0 [50] R:OK -2015-03-08 07:07:50 queue INFO >>0 [51] -2015-03-08 07:07:50 sendUrl INFO 0 [51] R:OK -2015-03-08 07:08:40 queue INFO >>0 [52] -2015-03-08 07:08:40 sendUrl INFO 0 [52] R:OK -2015-03-08 07:09:30 queue INFO >>0 [53] -2015-03-08 07:09:30 sendUrl INFO 0 [53] R:OK -2015-03-08 07:10:20 queue INFO >>0 [54] -2015-03-08 07:10:20 sendUrl INFO 0 [54] R:OK -2015-03-08 07:11:10 queue INFO >>0 [55] -2015-03-08 07:11:11 sendUrl INFO 0 [55] R:OK -2015-03-08 07:12:00 queue INFO >>0 [56] -2015-03-08 07:12:01 sendUrl INFO 0 [56] R:OK -2015-03-08 07:12:51 queue INFO >>0 [57] -2015-03-08 07:12:51 sendUrl INFO 0 [57] R:OK -2015-03-08 07:13:41 queue INFO >>0 [58] -2015-03-08 07:13:41 sendUrl INFO 0 [58] R:OK -2015-03-08 07:14:31 queue INFO >>0 [59] -2015-03-08 07:14:31 sendUrl INFO 0 [59] R:OK -2015-03-08 07:15:21 queue INFO >>0 [60] -2015-03-08 07:15:21 sendUrl INFO 0 [60] R:OK -2015-03-08 07:16:11 queue INFO >>0 [61] -2015-03-08 07:16:12 sendUrl INFO 0 [61] R:OK -2015-03-08 07:17:01 queue INFO >>0 [62] -2015-03-08 07:17:02 sendUrl INFO 0 [62] R:OK -2015-03-08 07:17:52 queue INFO >>0 [63] -2015-03-08 07:17:52 sendUrl INFO 0 [63] R:OK -2015-03-08 07:18:42 queue INFO >>0 [64] -2015-03-08 07:18:42 sendUrl INFO 0 [64] R:OK -2015-03-08 07:19:32 queue INFO >>0 [65] -2015-03-08 07:19:32 sendUrl INFO 0 [65] R:OK -2015-03-08 07:20:22 queue INFO >>0 [66] -2015-03-08 07:20:22 sendUrl INFO 0 [66] R:OK -2015-03-08 07:21:12 queue INFO >>0 [67] -2015-03-08 07:21:13 sendUrl INFO 0 [67] R:OK -2015-03-08 07:22:02 queue INFO >>0 [68] -2015-03-08 07:22:03 sendUrl INFO 0 [68] R:OK -2015-03-08 07:22:52 queue INFO >>0 [69] -2015-03-08 07:22:53 sendUrl INFO 0 [69] R:OK -2015-03-08 07:23:43 queue INFO >>0 [70] -2015-03-08 07:23:43 sendUrl INFO 0 [70] R:OK -2015-03-08 07:24:33 queue INFO >>0 [71] -2015-03-08 07:24:33 sendUrl INFO 0 [71] R:OK -2015-03-08 07:25:23 queue INFO >>0 [72] -2015-03-08 07:25:23 sendUrl INFO 0 [72] R:OK -2015-03-08 07:26:13 queue INFO >>0 [73] -2015-03-08 07:26:13 sendUrl INFO 0 [73] R:OK -2015-03-08 07:27:03 queue INFO >>0 [74] -2015-03-08 07:27:03 sendUrl INFO 0 [74] R:OK -2015-03-08 07:27:53 queue INFO >>0 [75] -2015-03-08 07:27:54 sendUrl INFO 0 [75] R:OK -2015-03-08 07:28:44 queue INFO >>0 [76] -2015-03-08 07:28:44 sendUrl INFO 0 [76] R:OK -2015-03-08 07:29:34 queue INFO >>0 [77] -2015-03-08 07:29:34 sendUrl INFO 0 [77] R:OK -2015-03-08 07:30:24 queue INFO >>0 [78] -2015-03-08 07:30:24 sendUrl INFO 0 [78] R:OK -2015-03-08 07:31:14 queue INFO >>0 [79] -2015-03-08 07:31:14 sendUrl INFO 0 [79] R:OK -2015-03-08 07:32:04 queue INFO >>0 [80] -2015-03-08 07:32:04 sendUrl INFO 0 [80] R:OK -2015-03-08 07:32:54 queue INFO >>0 [81] -2015-03-08 07:32:55 sendUrl INFO 0 [81] R:OK -2015-03-08 07:33:44 queue INFO >>0 [82] -2015-03-08 07:33:45 sendUrl INFO 0 [82] R:OK -2015-03-08 07:34:35 queue INFO >>0 [83] -2015-03-08 07:34:35 sendUrl INFO 0 [83] R:OK -2015-03-08 07:35:25 queue INFO >>0 [84] -2015-03-08 07:35:25 sendUrl INFO 0 [84] R:OK -2015-03-08 07:36:15 queue INFO >>0 [85] -2015-03-08 07:36:15 sendUrl INFO 0 [85] R:OK -2015-03-08 07:37:05 queue INFO >>0 [86] -2015-03-08 07:37:05 sendUrl INFO 0 [86] R:OK -2015-03-08 07:37:55 queue INFO >>0 [87] -2015-03-08 07:37:56 sendUrl INFO 0 [87] R:OK -2015-03-08 07:38:45 queue INFO >>0 [88] -2015-03-08 07:38:45 sendUrl INFO 0 [88] R:OK -2015-03-08 07:39:35 queue INFO >>0 [89] -2015-03-08 07:39:36 sendUrl INFO 0 [89] R:OK -2015-03-08 07:40:26 queue INFO >>0 [90] -2015-03-08 07:40:26 sendUrl INFO 0 [90] R:OK -2015-03-08 07:41:16 queue INFO >>0 [91] -2015-03-08 07:41:16 sendUrl INFO 0 [91] R:OK -2015-03-08 07:42:06 queue INFO >>0 [92] -2015-03-08 07:42:06 sendUrl INFO 0 [92] R:OK -2015-03-08 07:42:56 queue INFO >>0 [93] -2015-03-08 07:42:57 sendUrl INFO 0 [93] R:OK -2015-03-08 07:43:46 queue INFO >>0 [94] -2015-03-08 07:43:46 sendUrl INFO 0 [94] R:OK -2015-03-08 07:44:36 queue INFO >>0 [95] -2015-03-08 07:44:37 sendUrl INFO 0 [95] R:OK -2015-03-08 07:45:27 queue INFO >>0 [96] -2015-03-08 07:45:27 sendUrl INFO 0 [96] R:OK -2015-03-08 07:46:17 queue INFO >>0 [97] -2015-03-08 07:46:17 sendUrl INFO 0 [97] R:OK -2015-03-08 07:47:07 queue INFO >>0 [98] -2015-03-08 07:47:07 sendUrl INFO 0 [98] R:OK -2015-03-08 07:47:57 queue INFO >>0 [99] -2015-03-08 07:47:57 sendUrl INFO 0 [99] R:OK -2015-03-08 07:48:47 queue INFO >>0 [100] -2015-03-08 07:48:47 sendUrl INFO 0 [100] R:OK -2015-03-08 07:49:37 queue INFO >>0 [101] -2015-03-08 07:49:37 sendUrl INFO 0 [101] R:OK -2015-03-08 07:50:27 queue INFO >>0 [102] -2015-03-08 07:50:28 sendUrl INFO 0 [102] R:OK -2015-03-08 07:51:17 queue INFO >>0 [103] -2015-03-08 07:51:18 sendUrl INFO 0 [103] R:OK -2015-03-08 07:52:08 queue INFO >>0 [104] -2015-03-08 07:52:08 sendUrl INFO 0 [104] R:OK -2015-03-08 07:52:58 queue INFO >>0 [105] -2015-03-08 07:52:58 sendUrl INFO 0 [105] R:OK -2015-03-08 07:53:48 queue INFO >>0 [106] -2015-03-08 07:53:48 sendUrl INFO 0 [106] R:OK -2015-03-08 07:54:38 queue INFO >>0 [107] -2015-03-08 07:54:38 sendUrl INFO 0 [107] R:OK -2015-03-08 07:55:28 queue INFO >>0 [108] -2015-03-08 07:55:29 sendUrl INFO 0 [108] R:OK -2015-03-08 07:56:18 queue INFO >>0 [109] -2015-03-08 07:56:18 sendUrl INFO 0 [109] R:OK -2015-03-08 07:57:08 queue INFO >>0 [110] -2015-03-08 07:57:09 sendUrl INFO 0 [110] R:OK -2015-03-08 07:57:59 queue INFO >>0 [111] -2015-03-08 07:57:59 sendUrl INFO 0 [111] R:OK -2015-03-08 07:58:49 queue INFO >>0 [112] -2015-03-08 07:58:49 sendUrl INFO 0 [112] R:OK -2015-03-08 07:59:39 queue INFO >>0 [113] -2015-03-08 07:59:39 sendUrl INFO 0 [113] R:OK -2015-03-08 08:00:29 queue INFO >>0 [114] -2015-03-08 08:00:29 sendUrl INFO 0 [114] R:OK -2015-03-08 08:01:19 queue INFO >>0 [115] -2015-03-08 08:01:19 sendUrl INFO 0 [115] R:OK -2015-03-08 08:02:09 queue INFO >>0 [116] -2015-03-08 08:02:10 sendUrl INFO 0 [116] R:OK -2015-03-08 08:02:59 queue INFO >>0 [117] -2015-03-08 08:03:00 sendUrl INFO 0 [117] R:OK -2015-03-08 08:03:50 queue INFO >>0 [118] -2015-03-08 08:03:50 sendUrl INFO 0 [118] R:OK -2015-03-08 08:04:40 queue INFO >>0 [119] -2015-03-08 08:04:40 sendUrl INFO 0 [119] R:OK -2015-03-08 08:05:30 queue INFO >>0 [120] -2015-03-08 08:05:30 sendUrl INFO 0 [120] R:OK -2015-03-08 08:06:20 queue INFO >>0 [121] -2015-03-08 08:06:20 sendUrl INFO 0 [121] R:OK -2015-03-08 08:07:10 queue INFO >>0 [122] -2015-03-08 08:07:11 sendUrl INFO 0 [122] R:OK -2015-03-08 08:08:00 queue INFO >>0 [123] -2015-03-08 08:08:01 sendUrl INFO 0 [123] R:OK -2015-03-08 08:08:50 queue INFO >>0 [124] -2015-03-08 08:08:51 sendUrl INFO 0 [124] R:OK -2015-03-08 08:09:41 queue INFO >>0 [125] -2015-03-08 08:09:41 sendUrl INFO 0 [125] R:OK -2015-03-08 08:10:31 queue INFO >>0 [126] -2015-03-08 08:10:31 sendUrl INFO 0 [126] R:OK -2015-03-08 08:11:21 queue INFO >>0 [127] -2015-03-08 08:11:21 sendUrl INFO 0 [127] R:OK -2015-03-08 08:12:11 queue INFO >>0 [128] -2015-03-08 08:12:11 sendUrl INFO 0 [128] R:OK -2015-03-08 08:13:01 queue INFO >>0 [129] -2015-03-08 08:13:02 sendUrl INFO 0 [129] R:OK -2015-03-08 08:13:51 queue INFO >>0 [130] -2015-03-08 08:13:52 sendUrl INFO 0 [130] R:OK -2015-03-08 08:14:42 queue INFO >>0 [131] -2015-03-08 08:14:42 sendUrl INFO 0 [131] R:OK -2015-03-08 08:15:32 queue INFO >>0 [132] -2015-03-08 08:15:32 sendUrl INFO 0 [132] R:OK -2015-03-08 08:16:22 queue INFO >>0 [133] -2015-03-08 08:16:22 sendUrl INFO 0 [133] R:OK -2015-03-08 08:17:12 queue INFO >>0 [134] -2015-03-08 08:17:12 sendUrl INFO 0 [134] R:OK -2015-03-08 08:18:02 queue INFO >>0 [135] -2015-03-08 08:18:03 sendUrl INFO 0 [135] R:OK -2015-03-08 08:18:52 queue INFO >>0 [136] -2015-03-08 08:18:52 sendUrl INFO 0 [136] R:OK -2015-03-08 08:19:42 queue INFO >>0 [137] -2015-03-08 08:19:43 sendUrl INFO 0 [137] R:OK -2015-03-08 08:20:33 queue INFO >>0 [138] -2015-03-08 08:20:33 sendUrl INFO 0 [138] R:OK -2015-03-08 08:21:23 queue INFO >>0 [139] -2015-03-08 08:21:23 sendUrl INFO 0 [139] R:OK -2015-03-08 08:22:13 queue INFO >>0 [140] -2015-03-08 08:22:13 sendUrl INFO 0 [140] R:OK -2015-03-08 08:23:03 queue INFO >>0 [141] -2015-03-08 08:23:04 sendUrl INFO 0 [141] R:OK -2015-03-08 08:23:53 queue INFO >>0 [142] -2015-03-08 08:23:53 sendUrl INFO 0 [142] R:OK -2015-03-08 08:24:43 queue INFO >>0 [143] -2015-03-08 08:24:44 sendUrl INFO 0 [143] R:OK -2015-03-08 08:25:34 queue INFO >>0 [144] -2015-03-08 08:25:34 sendUrl INFO 0 [144] R:OK -2015-03-08 08:26:24 queue INFO >>0 [145] -2015-03-08 08:26:24 sendUrl INFO 0 [145] R:OK -2015-03-08 08:27:14 queue INFO >>0 [146] -2015-03-08 08:27:14 sendUrl INFO 0 [146] R:OK -2015-03-08 08:28:04 queue INFO >>0 [147] -2015-03-08 08:28:04 sendUrl INFO 0 [147] R:OK -2015-03-08 08:28:54 queue INFO >>0 [148] -2015-03-08 08:28:54 sendUrl INFO 0 [148] R:OK -2015-03-08 08:29:44 queue INFO >>0 [149] -2015-03-08 08:29:45 sendUrl INFO 0 [149] R:OK -2015-03-08 08:30:34 queue INFO >>0 [150] -2015-03-08 08:30:34 sendUrl INFO 0 [150] R:OK -2015-03-08 08:31:24 queue INFO >>0 [151] -2015-03-08 08:31:25 sendUrl INFO 0 [151] R:OK -2015-03-08 08:32:15 queue INFO >>0 [152] -2015-03-08 08:32:15 sendUrl INFO 0 [152] R:OK -2015-03-08 08:33:05 queue INFO >>0 [153] -2015-03-08 08:33:05 sendUrl INFO 0 [153] R:OK -2015-03-08 08:33:55 queue INFO >>0 [154] -2015-03-08 08:33:55 sendUrl INFO 0 [154] R:OK -2015-03-08 08:34:45 queue INFO >>0 [155] -2015-03-08 08:34:45 sendUrl INFO 0 [155] R:OK -2015-03-08 08:35:35 queue INFO >>0 [156] -2015-03-08 08:35:35 sendUrl INFO 0 [156] R:OK -2015-03-08 08:36:25 queue INFO >>0 [157] -2015-03-08 08:36:26 sendUrl INFO 0 [157] R:OK -2015-03-08 08:37:15 queue INFO >>0 [158] -2015-03-08 08:37:16 sendUrl INFO 0 [158] R:OK -2015-03-08 08:38:06 queue INFO >>0 [159] -2015-03-08 08:38:06 sendUrl INFO 0 [159] R:OK -2015-03-08 08:38:56 queue INFO >>0 [160] -2015-03-08 08:38:56 sendUrl INFO 0 [160] R:OK -2015-03-08 08:39:46 queue INFO >>0 [161] -2015-03-08 08:39:46 sendUrl INFO 0 [161] R:OK -2015-03-08 08:40:36 queue INFO >>0 [162] -2015-03-08 08:40:36 sendUrl INFO 0 [162] R:OK -2015-03-08 08:41:26 queue INFO >>0 [163] -2015-03-08 08:41:27 sendUrl INFO 0 [163] R:OK -2015-03-08 08:42:16 queue INFO >>0 [164] -2015-03-08 08:42:17 sendUrl INFO 0 [164] R:OK -2015-03-08 08:43:07 queue INFO >>0 [165] -2015-03-08 08:43:07 sendUrl INFO 0 [165] R:OK -2015-03-08 08:43:57 queue INFO >>0 [166] -2015-03-08 08:43:57 sendUrl INFO 0 [166] R:OK -2015-03-08 08:44:47 queue INFO >>0 [167] -2015-03-08 08:44:47 sendUrl INFO 0 [167] R:OK -2015-03-08 08:45:37 queue INFO >>0 [168] -2015-03-08 08:45:37 sendUrl INFO 0 [168] R:OK -2015-03-08 08:46:27 queue INFO >>0 [169] -2015-03-08 08:46:27 sendUrl INFO 0 [169] R:OK -2015-03-08 08:47:17 queue INFO >>0 [170] -2015-03-08 08:47:18 sendUrl INFO 0 [170] R:OK -2015-03-08 08:48:07 queue INFO >>0 [171] -2015-03-08 08:48:08 sendUrl INFO 0 [171] R:OK -2015-03-08 08:48:58 queue INFO >>0 [172] -2015-03-08 08:48:58 sendUrl INFO 0 [172] R:OK -2015-03-08 08:49:48 queue INFO >>0 [173] -2015-03-08 08:49:48 sendUrl INFO 0 [173] R:OK -2015-03-08 08:50:38 queue INFO >>0 [174] -2015-03-08 08:50:38 sendUrl INFO 0 [174] R:OK -2015-03-08 08:51:28 queue INFO >>0 [175] -2015-03-08 08:51:28 sendUrl INFO 0 [175] R:OK -2015-03-08 08:52:18 queue INFO >>0 [176] -2015-03-08 08:52:19 sendUrl INFO 0 [176] R:OK -2015-03-08 08:53:08 queue INFO >>0 [177] -2015-03-08 08:53:08 sendUrl INFO 0 [177] R:OK -2015-03-08 08:53:58 queue INFO >>0 [178] -2015-03-08 08:53:59 sendUrl INFO 0 [178] R:OK -2015-03-08 08:54:48 queue INFO >>0 [179] -2015-03-08 08:54:49 sendUrl INFO 0 [179] R:OK -2015-03-08 08:55:39 queue INFO >>0 [180] -2015-03-08 08:55:39 sendUrl INFO 0 [180] R:OK -2015-03-08 08:56:29 queue INFO >>0 [181] -2015-03-08 08:56:29 sendUrl INFO 0 [181] R:OK -2015-03-08 08:57:19 queue INFO >>0 [182] -2015-03-08 08:57:19 sendUrl INFO 0 [182] R:OK -2015-03-08 08:58:09 queue INFO >>0 [183] -2015-03-08 08:58:09 sendUrl INFO 0 [183] R:OK -2015-03-08 08:58:59 queue INFO >>0 [184] -2015-03-08 08:59:00 sendUrl INFO 0 [184] R:OK -2015-03-08 08:59:49 queue INFO >>0 [185] -2015-03-08 08:59:50 sendUrl INFO 0 [185] R:OK -2015-03-08 09:00:40 queue INFO >>0 [186] -2015-03-08 09:00:40 sendUrl INFO 0 [186] R:OK -2015-03-08 09:01:30 queue INFO >>0 [187] -2015-03-08 09:01:30 sendUrl INFO 0 [187] R:OK -2015-03-08 09:02:20 queue INFO >>0 [188] -2015-03-08 09:02:20 sendUrl INFO 0 [188] R:OK -2015-03-08 09:03:10 queue INFO >>0 [189] -2015-03-08 09:03:10 sendUrl INFO 0 [189] R:OK -2015-03-08 09:04:00 queue INFO >>0 [190] -2015-03-08 09:04:01 sendUrl INFO 0 [190] R:OK -2015-03-08 09:04:50 queue INFO >>0 [191] -2015-03-08 09:04:51 sendUrl INFO 0 [191] R:OK -2015-03-08 09:05:40 queue INFO >>0 [192] -2015-03-08 09:05:41 sendUrl INFO 0 [192] R:OK -2015-03-08 09:06:31 queue INFO >>0 [193] -2015-03-08 09:06:31 sendUrl INFO 0 [193] R:OK -2015-03-08 09:07:21 queue INFO >>0 [194] -2015-03-08 09:07:21 sendUrl INFO 0 [194] R:OK -2015-03-08 09:08:11 queue INFO >>0 [195] -2015-03-08 09:08:11 sendUrl INFO 0 [195] R:OK -2015-03-08 09:09:01 queue INFO >>0 [196] -2015-03-08 09:09:01 sendUrl INFO 0 [196] R:OK -2015-03-08 09:09:51 queue INFO >>0 [197] -2015-03-08 09:09:51 sendUrl INFO 0 [197] R:OK -2015-03-08 09:10:41 queue INFO >>0 [198] -2015-03-08 09:10:42 sendUrl INFO 0 [198] R:OK -2015-03-08 09:11:32 queue INFO >>0 [199] -2015-03-08 09:11:32 sendUrl INFO 0 [199] R:OK -2015-03-08 09:12:22 queue INFO >>0 [200] -2015-03-08 09:12:22 sendUrl INFO 0 [200] R:OK -2015-03-08 09:13:12 queue INFO >>0 [201] -2015-03-08 09:13:12 sendUrl INFO 0 [201] R:OK -2015-03-08 09:14:02 queue INFO >>0 [202] -2015-03-08 09:14:02 sendUrl INFO 0 [202] R:OK -2015-03-08 09:14:52 queue INFO >>0 [203] -2015-03-08 09:14:52 sendUrl INFO 0 [203] R:OK -2015-03-08 09:15:42 queue INFO >>0 [204] -2015-03-08 09:15:43 sendUrl INFO 0 [204] R:OK -2015-03-08 09:16:32 queue INFO >>0 [205] -2015-03-08 09:16:33 sendUrl INFO 0 [205] R:OK -2015-03-08 09:17:23 queue INFO >>0 [206] -2015-03-08 09:17:23 sendUrl INFO 0 [206] R:OK -2015-03-08 09:18:13 queue INFO >>0 [207] -2015-03-08 09:18:13 sendUrl INFO 0 [207] R:OK -2015-03-08 09:19:03 queue INFO >>0 [208] -2015-03-08 09:19:03 sendUrl INFO 0 [208] R:OK -2015-03-08 09:19:53 queue INFO >>0 [209] -2015-03-08 09:19:53 sendUrl INFO 0 [209] R:OK -2015-03-08 09:20:43 queue INFO >>0 [210] -2015-03-08 09:20:44 sendUrl INFO 0 [210] R:OK -2015-03-08 09:21:33 queue INFO >>0 [211] -2015-03-08 09:21:34 sendUrl INFO 0 [211] R:OK -2015-03-08 09:22:24 queue INFO >>0 [212] -2015-03-08 09:22:24 sendUrl INFO 0 [212] R:OK -2015-03-08 09:23:14 queue INFO >>0 [213] -2015-03-08 09:23:14 sendUrl INFO 0 [213] R:OK -2015-03-08 09:24:04 queue INFO >>0 [214] -2015-03-08 09:24:04 sendUrl INFO 0 [214] R:OK -2015-03-08 09:24:54 queue INFO >>0 [215] -2015-03-08 09:24:54 sendUrl INFO 0 [215] R:OK -2015-03-08 09:25:44 queue INFO >>0 [216] -2015-03-08 09:25:44 sendUrl INFO 0 [216] R:OK -2015-03-08 09:26:34 queue INFO >>0 [217] -2015-03-08 09:26:35 sendUrl INFO 0 [217] R:OK -2015-03-08 09:27:24 queue INFO >>0 [218] -2015-03-08 09:27:25 sendUrl INFO 0 [218] R:OK -2015-03-08 09:28:15 queue INFO >>0 [219] -2015-03-08 09:28:15 sendUrl INFO 0 [219] R:OK -2015-03-08 09:29:05 queue INFO >>0 [220] -2015-03-08 09:29:05 sendUrl INFO 0 [220] R:OK -2015-03-08 09:29:55 queue INFO >>0 [221] -2015-03-08 09:29:55 sendUrl INFO 0 [221] R:OK -2015-03-08 09:30:45 queue INFO >>0 [222] -2015-03-08 09:30:45 sendUrl INFO 0 [222] R:OK -2015-03-08 09:31:35 queue INFO >>0 [223] -2015-03-08 09:31:36 sendUrl INFO 0 [223] R:OK -2015-03-08 09:32:25 queue INFO >>0 [224] -2015-03-08 09:32:25 sendUrl INFO 0 [224] R:OK -2015-03-08 09:33:15 queue INFO >>0 [225] -2015-03-08 09:33:16 sendUrl INFO 0 [225] R:OK -2015-03-08 09:34:06 queue INFO >>0 [226] -2015-03-08 09:34:06 sendUrl INFO 0 [226] R:OK -2015-03-08 09:34:56 queue INFO >>0 [227] -2015-03-08 09:34:56 sendUrl INFO 0 [227] R:OK -2015-03-08 09:35:46 queue INFO >>0 [228] -2015-03-08 09:35:46 sendUrl INFO 0 [228] R:OK -2015-03-08 09:36:36 queue INFO >>0 [229] -2015-03-08 09:36:36 sendUrl INFO 0 [229] R:OK -2015-03-08 09:37:26 queue INFO >>0 [230] -2015-03-08 09:37:26 sendUrl INFO 0 [230] R:OK -2015-03-08 09:38:16 queue INFO >>0 [231] -2015-03-08 09:38:17 sendUrl INFO 0 [231] R:OK -2015-03-08 09:39:06 queue INFO >>0 [232] -2015-03-08 09:39:07 sendUrl INFO 0 [232] R:OK -2015-03-08 09:39:57 queue INFO >>0 [233] -2015-03-08 09:39:57 sendUrl INFO 0 [233] R:OK -2015-03-08 09:40:47 queue INFO >>0 [234] -2015-03-08 09:40:47 sendUrl INFO 0 [234] R:OK -2015-03-08 09:41:37 queue INFO >>0 [235] -2015-03-08 09:41:37 sendUrl INFO 0 [235] R:OK -2015-03-08 09:42:27 queue INFO >>0 [236] -2015-03-08 09:42:27 sendUrl INFO 0 [236] R:OK -2015-03-08 09:43:17 queue INFO >>0 [237] -2015-03-08 09:43:17 sendUrl INFO 0 [237] R:OK -2015-03-08 09:44:07 queue INFO >>0 [238] -2015-03-08 09:44:08 sendUrl INFO 0 [238] R:OK -2015-03-08 09:44:57 queue INFO >>0 [239] -2015-03-08 09:44:58 sendUrl INFO 0 [239] R:OK -2015-03-08 09:45:47 queue INFO >>0 [240] -2015-03-08 09:45:48 sendUrl INFO 0 [240] R:OK -2015-03-08 09:46:38 queue INFO >>0 [241] -2015-03-08 09:46:38 sendUrl INFO 0 [241] R:OK -2015-03-08 09:47:28 queue INFO >>0 [242] -2015-03-08 09:47:28 sendUrl INFO 0 [242] R:OK -2015-03-08 09:48:18 queue INFO >>0 [243] -2015-03-08 09:48:18 sendUrl INFO 0 [243] R:OK -2015-03-08 09:49:08 queue INFO >>0 [244] -2015-03-08 09:49:09 sendUrl INFO 0 [244] R:OK -2015-03-08 09:49:58 queue INFO >>0 [245] -2015-03-08 09:49:58 sendUrl INFO 0 [245] R:OK -2015-03-08 09:50:48 queue INFO >>0 [246] -2015-03-08 09:50:49 sendUrl INFO 0 [246] R:OK -2015-03-08 09:51:39 queue INFO >>0 [247] -2015-03-08 09:51:39 sendUrl INFO 0 [247] R:OK -2015-03-08 09:52:29 queue INFO >>0 [248] -2015-03-08 09:52:29 sendUrl INFO 0 [248] R:OK -2015-03-08 09:53:19 queue INFO >>0 [249] -2015-03-08 09:53:19 sendUrl INFO 0 [249] R:OK -2015-03-08 09:54:09 queue INFO >>0 [250] -2015-03-08 09:54:10 sendUrl INFO 0 [250] R:OK -2015-03-08 09:54:59 queue INFO >>0 [251] -2015-03-08 09:54:59 sendUrl INFO 0 [251] R:OK -2015-03-08 09:55:49 queue INFO >>0 [252] -2015-03-08 09:55:50 sendUrl INFO 0 [252] R:OK -2015-03-08 09:56:39 queue INFO >>0 [253] -2015-03-08 09:56:40 sendUrl INFO 0 [253] R:OK -2015-03-08 09:57:30 queue INFO >>0 [254] -2015-03-08 09:57:30 sendUrl INFO 0 [254] R:OK -2015-03-08 09:58:20 queue INFO >>0 [255] -2015-03-08 09:58:20 sendUrl INFO 0 [255] R:OK -2015-03-08 09:59:10 queue INFO >>0 [256] -2015-03-08 09:59:10 sendUrl INFO 0 [256] R:OK -2015-03-08 10:00:00 queue INFO >>0 [257] -2015-03-08 10:00:00 sendUrl INFO 0 [257] R:OK -2015-03-08 10:00:50 queue INFO >>0 [258] -2015-03-08 10:00:51 sendUrl INFO 0 [258] R:OK -2015-03-08 10:01:40 queue INFO >>0 [259] -2015-03-08 10:01:40 sendUrl INFO 0 [259] R:OK -2015-03-08 10:02:30 queue INFO >>0 [260] -2015-03-08 10:02:31 sendUrl INFO 0 [260] R:OK -2015-03-08 10:03:21 queue INFO >>0 [261] -2015-03-08 10:03:21 sendUrl INFO 0 [261] R:OK -2015-03-08 10:04:11 queue INFO >>0 [262] -2015-03-08 10:04:11 sendUrl INFO 0 [262] R:OK -2015-03-08 10:05:01 queue INFO >>0 [263] -2015-03-08 10:05:01 sendUrl INFO 0 [263] R:OK -2015-03-08 10:05:51 queue INFO >>0 [264] -2015-03-08 10:05:52 sendUrl INFO 0 [264] R:OK -2015-03-08 10:06:41 queue INFO >>0 [265] -2015-03-08 10:06:41 sendUrl INFO 0 [265] R:OK -2015-03-08 10:07:31 queue INFO >>0 [266] -2015-03-08 10:07:32 sendUrl INFO 0 [266] R:OK -2015-03-08 10:08:22 queue INFO >>0 [267] -2015-03-08 10:08:22 sendUrl INFO 0 [267] R:OK -2015-03-08 10:09:12 queue INFO >>0 [268] -2015-03-08 10:09:12 sendUrl INFO 0 [268] R:OK -2015-03-08 10:10:02 queue INFO >>0 [269] -2015-03-08 10:10:02 sendUrl INFO 0 [269] R:OK -2015-03-08 10:10:52 queue INFO >>0 [270] -2015-03-08 10:10:52 sendUrl INFO 0 [270] R:OK -2015-03-08 10:11:42 queue INFO >>0 [271] -2015-03-08 10:11:42 sendUrl INFO 0 [271] R:OK -2015-03-08 10:12:32 queue INFO >>0 [272] -2015-03-08 10:12:33 sendUrl INFO 0 [272] R:OK -2015-03-08 10:13:22 queue INFO >>0 [273] -2015-03-08 10:13:23 sendUrl INFO 0 [273] R:OK -2015-03-08 10:14:13 queue INFO >>0 [274] -2015-03-08 10:14:13 sendUrl INFO 0 [274] R:OK -2015-03-08 10:15:03 queue INFO >>0 [275] -2015-03-08 10:15:03 sendUrl INFO 0 [275] R:OK -2015-03-08 10:15:53 queue INFO >>0 [276] -2015-03-08 10:15:53 sendUrl INFO 0 [276] R:OK -2015-03-08 10:16:43 queue INFO >>0 [277] -2015-03-08 10:16:43 sendUrl INFO 0 [277] R:OK -2015-03-08 10:17:33 queue INFO >>0 [278] -2015-03-08 10:17:34 sendUrl INFO 0 [278] R:OK -2015-03-08 10:18:23 queue INFO >>0 [279] -2015-03-08 10:18:24 sendUrl INFO 0 [279] R:OK -2015-03-08 10:19:14 queue INFO >>0 [280] -2015-03-08 10:19:14 sendUrl INFO 0 [280] R:OK -2015-03-08 10:20:04 queue INFO >>0 [281] -2015-03-08 10:20:04 sendUrl INFO 0 [281] R:OK -2015-03-08 10:20:54 queue INFO >>0 [282] -2015-03-08 10:20:54 sendUrl INFO 0 [282] R:OK -2015-03-08 10:21:44 queue INFO >>0 [283] -2015-03-08 10:21:44 sendUrl INFO 0 [283] R:OK -2015-03-08 10:22:34 queue INFO >>0 [284] -2015-03-08 10:22:35 sendUrl INFO 0 [284] R:OK -2015-03-08 10:23:24 queue INFO >>0 [285] -2015-03-08 10:23:25 sendUrl INFO 0 [285] R:OK -2015-03-08 10:24:14 queue INFO >>0 [286] -2015-03-08 10:24:15 sendUrl INFO 0 [286] R:OK -2015-03-08 10:25:05 queue INFO >>0 [287] -2015-03-08 10:25:05 sendUrl INFO 0 [287] R:OK -2015-03-08 10:25:55 queue INFO >>0 [288] -2015-03-08 10:25:55 sendUrl INFO 0 [288] R:OK -2015-03-08 10:26:45 queue INFO >>0 [289] -2015-03-08 10:26:45 sendUrl INFO 0 [289] R:OK -2015-03-08 10:27:35 queue INFO >>0 [290] -2015-03-08 10:27:35 sendUrl INFO 0 [290] R:OK -2015-03-08 10:28:25 queue INFO >>0 [291] -2015-03-08 10:28:26 sendUrl INFO 0 [291] R:OK -2015-03-08 10:29:15 queue INFO >>0 [292] -2015-03-08 10:29:16 sendUrl INFO 0 [292] R:OK -2015-03-08 10:30:06 queue INFO >>0 [293] -2015-03-08 10:30:06 sendUrl INFO 0 [293] R:OK -2015-03-08 10:30:56 queue INFO >>0 [294] -2015-03-08 10:30:56 sendUrl INFO 0 [294] R:OK -2015-03-08 10:31:46 queue INFO >>0 [295] -2015-03-08 10:31:46 sendUrl INFO 0 [295] R:OK -2015-03-08 10:32:36 queue INFO >>0 [296] -2015-03-08 10:32:36 sendUrl INFO 0 [296] R:OK -2015-03-08 10:33:26 queue INFO >>0 [297] -2015-03-08 10:33:26 sendUrl INFO 0 [297] R:OK -2015-03-08 10:34:16 queue INFO >>0 [298] -2015-03-08 10:34:17 sendUrl INFO 0 [298] R:OK -2015-03-08 10:35:06 queue INFO >>0 [299] -2015-03-08 10:35:07 sendUrl INFO 0 [299] R:OK -2015-03-08 10:35:57 queue INFO >>0 [300] -2015-03-08 10:35:57 sendUrl INFO 0 [300] R:OK -2015-03-08 10:36:47 queue INFO >>0 [301] -2015-03-08 10:36:47 sendUrl INFO 0 [301] R:OK -2015-03-08 10:37:37 queue INFO >>0 [302] -2015-03-08 10:37:37 sendUrl INFO 0 [302] R:OK -2015-03-08 10:38:27 queue INFO >>0 [303] -2015-03-08 10:38:27 sendUrl INFO 0 [303] R:OK -2015-03-08 10:39:17 queue INFO >>0 [304] -2015-03-08 10:39:17 sendUrl INFO 0 [304] R:OK -2015-03-08 10:40:07 queue INFO >>0 [305] -2015-03-08 10:40:08 sendUrl INFO 0 [305] R:OK -2015-03-08 10:40:58 queue INFO >>0 [306] -2015-03-08 10:40:58 sendUrl INFO 0 [306] R:OK -2015-03-08 10:41:48 queue INFO >>0 [307] -2015-03-08 10:41:48 sendUrl INFO 0 [307] R:OK -2015-03-08 10:42:38 queue INFO >>0 [308] -2015-03-08 10:42:38 sendUrl INFO 0 [308] R:OK -2015-03-08 10:43:28 queue INFO >>0 [309] -2015-03-08 10:43:28 sendUrl INFO 0 [309] R:OK -2015-03-08 10:44:18 queue INFO >>0 [310] -2015-03-08 10:44:18 sendUrl INFO 0 [310] R:OK -2015-03-08 10:45:08 queue INFO >>0 [311] -2015-03-08 10:45:09 sendUrl INFO 0 [311] R:OK -2015-03-08 10:45:58 queue INFO >>0 [312] -2015-03-08 10:45:59 sendUrl INFO 0 [312] R:OK -2015-03-08 10:46:49 queue INFO >>0 [313] -2015-03-08 10:46:49 sendUrl INFO 0 [313] R:OK -2015-03-08 10:47:39 queue INFO >>0 [314] -2015-03-08 10:47:39 sendUrl INFO 0 [314] R:OK -2015-03-08 10:48:29 queue INFO >>0 [315] -2015-03-08 10:48:29 sendUrl INFO 0 [315] R:OK -2015-03-08 10:49:19 queue INFO >>0 [316] -2015-03-08 10:49:19 sendUrl INFO 0 [316] R:OK -2015-03-08 10:50:09 queue INFO >>0 [317] -2015-03-08 10:50:10 sendUrl INFO 0 [317] R:OK -2015-03-08 10:50:59 queue INFO >>0 [318] -2015-03-08 10:51:00 sendUrl INFO 0 [318] R:OK -2015-03-08 10:51:49 queue INFO >>0 [319] -2015-03-08 10:51:50 sendUrl INFO 0 [319] R:OK -2015-03-08 10:52:40 queue INFO >>0 [320] -2015-03-08 10:52:40 sendUrl INFO 0 [320] R:OK -2015-03-08 10:53:30 queue INFO >>0 [321] -2015-03-08 10:53:30 sendUrl INFO 0 [321] R:OK -2015-03-08 10:54:20 queue INFO >>0 [322] -2015-03-08 10:54:20 sendUrl INFO 0 [322] R:OK -2015-03-08 10:55:10 queue INFO >>0 [323] -2015-03-08 10:55:11 sendUrl INFO 0 [323] R:OK -2015-03-08 10:56:00 queue INFO >>0 [324] -2015-03-08 10:56:00 sendUrl INFO 0 [324] R:OK -2015-03-08 10:56:50 queue INFO >>0 [325] -2015-03-08 10:56:51 sendUrl INFO 0 [325] R:OK -2015-03-08 10:57:41 queue INFO >>0 [326] -2015-03-08 10:57:41 sendUrl INFO 0 [326] R:OK -2015-03-08 10:58:31 queue INFO >>0 [327] -2015-03-08 10:58:31 sendUrl INFO 0 [327] R:OK -2015-03-08 10:59:21 queue INFO >>0 [328] -2015-03-08 10:59:21 sendUrl INFO 0 [328] R:OK -2015-03-08 11:00:11 queue INFO >>0 [329] -2015-03-08 11:00:12 sendUrl INFO 0 [329] R:OK -2015-03-08 11:01:01 queue INFO >>0 [330] -2015-03-08 11:01:01 sendUrl INFO 0 [330] R:OK -2015-03-08 11:01:51 queue INFO >>0 [331] -2015-03-08 11:01:52 sendUrl INFO 0 [331] R:OK -2015-03-08 11:02:41 queue INFO >>0 [332] -2015-03-08 11:02:42 sendUrl INFO 0 [332] R:OK -2015-03-08 11:03:32 queue INFO >>0 [333] -2015-03-08 11:03:32 sendUrl INFO 0 [333] R:OK -2015-03-08 11:04:22 queue INFO >>0 [334] -2015-03-08 11:04:22 sendUrl INFO 0 [334] R:OK -2015-03-08 11:05:12 queue INFO >>0 [335] -2015-03-08 11:05:12 sendUrl INFO 0 [335] R:OK -2015-03-08 11:06:02 queue INFO >>0 [336] -2015-03-08 11:06:02 sendUrl INFO 0 [336] R:OK -2015-03-08 11:06:52 queue INFO >>0 [337] -2015-03-08 11:06:53 sendUrl INFO 0 [337] R:OK -2015-03-08 11:07:42 queue INFO >>0 [338] -2015-03-08 11:07:43 sendUrl INFO 0 [338] R:OK -2015-03-08 11:08:33 queue INFO >>0 [339] -2015-03-08 11:08:33 sendUrl INFO 0 [339] R:OK -2015-03-08 11:09:23 queue INFO >>0 [340] -2015-03-08 11:09:23 sendUrl INFO 0 [340] R:OK -2015-03-08 11:10:13 queue INFO >>0 [341] -2015-03-08 11:10:13 sendUrl INFO 0 [341] R:OK -2015-03-08 11:11:03 queue INFO >>0 [342] -2015-03-08 11:11:03 sendUrl INFO 0 [342] R:OK -2015-03-08 11:11:53 queue INFO >>0 [343] -2015-03-08 11:11:54 sendUrl INFO 0 [343] R:OK -2015-03-08 11:12:43 queue INFO >>0 [344] -2015-03-08 11:12:43 sendUrl INFO 0 [344] R:OK -2015-03-08 11:13:33 queue INFO >>0 [345] -2015-03-08 11:13:34 sendUrl INFO 0 [345] R:OK -2015-03-08 11:14:24 queue INFO >>0 [346] -2015-03-08 11:14:24 sendUrl INFO 0 [346] R:OK -2015-03-08 11:15:14 queue INFO >>0 [347] -2015-03-08 11:15:14 sendUrl INFO 0 [347] R:OK -2015-03-08 11:16:04 queue INFO >>0 [348] -2015-03-08 11:16:04 sendUrl INFO 0 [348] R:OK -2015-03-08 11:16:54 queue INFO >>0 [349] -2015-03-08 11:16:55 sendUrl INFO 0 [349] R:OK -2015-03-08 11:17:44 queue INFO >>0 [350] -2015-03-08 11:17:44 sendUrl INFO 0 [350] R:OK -2015-03-08 11:18:34 queue INFO >>0 [351] -2015-03-08 11:18:35 sendUrl INFO 0 [351] R:OK -2015-03-08 11:19:25 queue INFO >>0 [352] -2015-03-08 11:19:25 sendUrl INFO 0 [352] R:OK -2015-03-08 11:20:15 queue INFO >>0 [353] -2015-03-08 11:20:15 sendUrl INFO 0 [353] R:OK -2015-03-08 11:21:05 queue INFO >>0 [354] -2015-03-08 11:21:05 sendUrl INFO 0 [354] R:OK -2015-03-08 11:21:55 queue INFO >>0 [355] -2015-03-08 11:21:55 sendUrl INFO 0 [355] R:OK -2015-03-08 11:22:45 queue INFO >>0 [356] -2015-03-08 11:22:45 sendUrl INFO 0 [356] R:OK -2015-03-08 11:23:35 queue INFO >>0 [357] -2015-03-08 11:23:36 sendUrl INFO 0 [357] R:OK -2015-03-08 11:24:25 queue INFO >>0 [358] -2015-03-08 11:24:26 sendUrl INFO 0 [358] R:OK -2015-03-08 11:25:16 queue INFO >>0 [359] -2015-03-08 11:25:16 sendUrl INFO 0 [359] R:OK -2015-03-08 11:26:06 queue INFO >>0 [360] -2015-03-08 11:26:06 sendUrl INFO 0 [360] R:OK -2015-03-08 11:26:56 queue INFO >>0 [361] -2015-03-08 11:26:56 sendUrl INFO 0 [361] R:OK -2015-03-08 11:27:46 queue INFO >>0 [362] -2015-03-08 11:27:46 sendUrl INFO 0 [362] R:OK -2015-03-08 11:28:36 queue INFO >>0 [363] -2015-03-08 11:28:37 sendUrl INFO 0 [363] R:OK -2015-03-08 11:29:26 queue INFO >>0 [364] -2015-03-08 11:29:27 sendUrl INFO 0 [364] R:OK -2015-03-08 11:30:17 queue INFO >>0 [365] -2015-03-08 11:30:17 sendUrl INFO 0 [365] R:OK -2015-03-08 11:31:07 queue INFO >>0 [366] -2015-03-08 11:31:07 sendUrl INFO 0 [366] R:OK -2015-03-08 11:31:57 queue INFO >>0 [367] -2015-03-08 11:31:57 sendUrl INFO 0 [367] R:OK -2015-03-08 11:32:47 queue INFO >>0 [368] -2015-03-08 11:32:47 sendUrl INFO 0 [368] R:OK -2015-03-08 11:33:37 queue INFO >>0 [369] -2015-03-08 11:33:37 sendUrl INFO 0 [369] R:OK -2015-03-08 11:34:27 queue INFO >>0 [370] -2015-03-08 11:34:28 sendUrl INFO 0 [370] R:OK -2015-03-08 11:35:17 queue INFO >>0 [371] -2015-03-08 11:35:18 sendUrl INFO 0 [371] R:OK -2015-03-08 11:36:08 queue INFO >>0 [372] -2015-03-08 11:36:08 sendUrl INFO 0 [372] R:OK -2015-03-08 11:36:58 queue INFO >>0 [373] -2015-03-08 11:36:58 sendUrl INFO 0 [373] R:OK -2015-03-08 11:37:48 queue INFO >>0 [374] -2015-03-08 11:37:48 sendUrl INFO 0 [374] R:OK -2015-03-08 11:38:38 queue INFO >>0 [375] -2015-03-08 11:38:38 sendUrl INFO 0 [375] R:OK -2015-03-08 11:39:28 queue INFO >>0 [376] -2015-03-08 11:39:29 sendUrl INFO 0 [376] R:OK -2015-03-08 11:40:18 queue INFO >>0 [377] -2015-03-08 11:40:18 sendUrl INFO 0 [377] R:OK -2015-03-08 11:41:08 queue INFO >>0 [378] -2015-03-08 11:41:09 sendUrl INFO 0 [378] R:OK -2015-03-08 11:41:59 queue INFO >>0 [379] -2015-03-08 11:41:59 sendUrl INFO 0 [379] R:OK -2015-03-08 11:42:49 queue INFO >>0 [380] -2015-03-08 11:42:49 sendUrl INFO 0 [380] R:OK -2015-03-08 11:43:39 queue INFO >>0 [381] -2015-03-08 11:43:39 sendUrl INFO 0 [381] R:OK -2015-03-08 11:44:29 queue INFO >>0 [382] -2015-03-08 11:44:30 sendUrl INFO 0 [382] R:OK -2015-03-08 11:45:19 queue INFO >>0 [383] -2015-03-08 11:45:19 sendUrl INFO 0 [383] R:OK -2015-03-08 11:46:09 queue INFO >>0 [384] -2015-03-08 11:46:10 sendUrl INFO 0 [384] R:OK -2015-03-08 11:46:59 queue INFO >>0 [385] -2015-03-08 11:46:59 sendUrl INFO 0 [385] R:OK -2015-03-08 11:47:50 queue INFO >>0 [386] -2015-03-08 11:47:50 sendUrl INFO 0 [386] R:OK -2015-03-08 11:48:40 queue INFO >>0 [387] -2015-03-08 11:48:40 sendUrl INFO 0 [387] R:OK -2015-03-08 11:49:30 queue INFO >>0 [388] -2015-03-08 11:49:30 sendUrl INFO 0 [388] R:OK -2015-03-08 11:50:20 queue INFO >>0 [389] -2015-03-08 11:50:20 sendUrl INFO 0 [389] R:OK -2015-03-08 11:51:10 queue INFO >>0 [390] -2015-03-08 11:51:11 sendUrl INFO 0 [390] R:OK -2015-03-08 11:52:00 queue INFO >>0 [391] -2015-03-08 11:52:00 sendUrl INFO 0 [391] R:OK -2015-03-08 11:52:50 queue INFO >>0 [392] -2015-03-08 11:52:51 sendUrl INFO 0 [392] R:OK -2015-03-08 11:53:41 queue INFO >>0 [393] -2015-03-08 11:53:41 sendUrl INFO 0 [393] R:OK -2015-03-08 11:54:31 queue INFO >>0 [394] -2015-03-08 11:54:31 sendUrl INFO 0 [394] R:OK -2015-03-08 11:55:21 queue INFO >>0 [395] -2015-03-08 11:55:21 sendUrl INFO 0 [395] R:OK -2015-03-08 11:56:11 queue INFO >>0 [396] -2015-03-08 11:56:11 sendUrl INFO 0 [396] R:OK -2015-03-08 11:57:01 queue INFO >>0 [397] -2015-03-08 11:57:01 sendUrl INFO 0 [397] R:OK -2015-03-08 11:57:51 queue INFO >>0 [398] -2015-03-08 11:57:51 sendUrl INFO 0 [398] R:OK -2015-03-08 11:58:41 queue INFO >>0 [399] -2015-03-08 11:58:42 sendUrl INFO 0 [399] R:OK -2015-03-08 11:59:31 queue INFO >>0 [400] -2015-03-08 11:59:32 sendUrl INFO 0 [400] R:OK -2015-03-08 12:00:22 queue INFO >>0 [401] -2015-03-08 12:00:22 sendUrl INFO 0 [401] R:OK -2015-03-08 12:01:12 queue INFO >>0 [402] -2015-03-08 12:01:12 sendUrl INFO 0 [402] R:OK -2015-03-08 12:02:02 queue INFO >>0 [403] -2015-03-08 12:02:02 sendUrl INFO 0 [403] R:OK -2015-03-08 12:02:52 queue INFO >>0 [404] -2015-03-08 12:02:52 sendUrl INFO 0 [404] R:OK -2015-03-08 12:03:42 queue INFO >>0 [405] -2015-03-08 12:03:43 sendUrl INFO 0 [405] R:OK -2015-03-08 12:04:32 queue INFO >>0 [406] -2015-03-08 12:04:33 sendUrl INFO 0 [406] R:OK -2015-03-08 12:05:23 queue INFO >>0 [407] -2015-03-08 12:05:23 sendUrl INFO 0 [407] R:OK -2015-03-08 12:06:13 queue INFO >>0 [408] -2015-03-08 12:06:13 sendUrl INFO 0 [408] R:OK -2015-03-08 12:07:03 queue INFO >>0 [409] -2015-03-08 12:07:03 sendUrl INFO 0 [409] R:OK -2015-03-08 12:07:53 queue INFO >>0 [410] -2015-03-08 12:07:53 sendUrl INFO 0 [410] R:OK -2015-03-08 12:08:43 queue INFO >>0 [411] -2015-03-08 12:08:44 sendUrl INFO 0 [411] R:OK -2015-03-08 12:09:33 queue INFO >>0 [412] -2015-03-08 12:09:33 sendUrl INFO 0 [412] R:OK -2015-03-08 12:10:23 queue INFO >>0 [413] -2015-03-08 12:10:24 sendUrl INFO 0 [413] R:OK -2015-03-08 12:11:13 queue INFO >>0 [414] -2015-03-08 12:11:14 sendUrl INFO 0 [414] R:OK -2015-03-08 12:12:04 queue INFO >>0 [415] -2015-03-08 12:12:04 sendUrl INFO 0 [415] R:OK -2015-03-08 12:12:54 queue INFO >>0 [416] -2015-03-08 12:12:54 sendUrl INFO 0 [416] R:OK -2015-03-08 12:13:44 queue INFO >>0 [417] -2015-03-08 12:13:44 sendUrl INFO 0 [417] R:OK -2015-03-08 12:14:34 queue INFO >>0 [418] -2015-03-08 12:14:34 sendUrl INFO 0 [418] R:OK -2015-03-08 12:15:24 queue INFO >>0 [419] -2015-03-08 12:15:25 sendUrl INFO 0 [419] R:OK -2015-03-08 12:16:14 queue INFO >>0 [420] -2015-03-08 12:16:15 sendUrl INFO 0 [420] R:OK -2015-03-08 12:17:05 queue INFO >>0 [421] -2015-03-08 12:17:05 sendUrl INFO 0 [421] R:OK -2015-03-08 12:17:55 queue INFO >>0 [422] -2015-03-08 12:17:55 sendUrl INFO 0 [422] R:OK -2015-03-08 12:18:45 queue INFO >>0 [423] -2015-03-08 12:18:45 sendUrl INFO 0 [423] R:OK -2015-03-08 12:19:35 queue INFO >>0 [424] -2015-03-08 12:19:35 sendUrl INFO 0 [424] R:OK -2015-03-08 12:20:25 queue INFO >>0 [425] -2015-03-08 12:20:26 sendUrl INFO 0 [425] R:OK -2015-03-08 12:21:15 queue INFO >>0 [426] -2015-03-08 12:21:15 sendUrl INFO 0 [426] R:OK -2015-03-08 12:22:05 queue INFO >>0 [427] -2015-03-08 12:22:06 sendUrl INFO 0 [427] R:OK -2015-03-08 12:22:56 queue INFO >>0 [428] -2015-03-08 12:22:56 sendUrl INFO 0 [428] R:OK -2015-03-08 12:23:46 queue INFO >>0 [429] -2015-03-08 12:23:46 sendUrl INFO 0 [429] R:OK -2015-03-08 12:24:36 queue INFO >>0 [430] -2015-03-08 12:24:36 sendUrl INFO 0 [430] R:OK -2015-03-08 12:25:26 queue INFO >>0 [431] -2015-03-08 12:25:27 sendUrl INFO 0 [431] R:OK -2015-03-08 12:26:16 queue INFO >>0 [432] -2015-03-08 12:26:16 sendUrl INFO 0 [432] R:OK -2015-03-08 12:27:06 queue INFO >>0 [433] -2015-03-08 12:27:07 sendUrl INFO 0 [433] R:OK -2015-03-08 12:27:57 queue INFO >>0 [434] -2015-03-08 12:27:57 sendUrl INFO 0 [434] R:OK -2015-03-08 12:28:47 queue INFO >>0 [435] -2015-03-08 12:28:47 sendUrl INFO 0 [435] R:OK -2015-03-08 12:29:37 queue INFO >>0 [436] -2015-03-08 12:29:37 sendUrl INFO 0 [436] R:OK -2015-03-08 12:30:27 queue INFO >>0 [437] -2015-03-08 12:30:27 sendUrl INFO 0 [437] R:OK -2015-03-08 12:31:17 queue INFO >>0 [438] -2015-03-08 12:31:17 sendUrl INFO 0 [438] R:OK -2015-03-08 12:32:07 queue INFO >>0 [439] -2015-03-08 12:32:08 sendUrl INFO 0 [439] R:OK -2015-03-08 12:32:57 queue INFO >>0 [440] -2015-03-08 12:32:58 sendUrl INFO 0 [440] R:OK -2015-03-08 12:33:48 queue INFO >>0 [441] -2015-03-08 12:33:48 sendUrl INFO 0 [441] R:OK -2015-03-08 12:34:38 queue INFO >>0 [442] -2015-03-08 12:34:38 sendUrl INFO 0 [442] R:OK -2015-03-08 12:35:28 queue INFO >>0 [443] -2015-03-08 12:35:28 sendUrl INFO 0 [443] R:OK -2015-03-08 12:36:18 queue INFO >>0 [444] -2015-03-08 12:36:18 sendUrl INFO 0 [444] R:OK -2015-03-08 12:37:08 queue INFO >>0 [445] -2015-03-08 12:37:09 sendUrl INFO 0 [445] R:OK -2015-03-08 12:37:58 queue INFO >>0 [446] -2015-03-08 12:37:59 sendUrl INFO 0 [446] R:OK -2015-03-08 12:38:48 queue INFO >>0 [447] -2015-03-08 12:38:49 sendUrl INFO 0 [447] R:OK -2015-03-08 12:39:39 queue INFO >>0 [448] -2015-03-08 12:39:39 sendUrl INFO 0 [448] R:OK -2015-03-08 12:40:29 queue INFO >>0 [449] -2015-03-08 12:40:29 sendUrl INFO 0 [449] R:OK -2015-03-08 12:41:19 queue INFO >>0 [450] -2015-03-08 12:41:19 sendUrl INFO 0 [450] R:OK -2015-03-08 12:42:09 queue INFO >>0 [451] -2015-03-08 12:42:09 sendUrl INFO 0 [451] R:OK -2015-03-08 12:42:59 queue INFO >>0 [452] -2015-03-08 12:43:00 sendUrl INFO 0 [452] R:OK -2015-03-08 12:43:49 queue INFO >>0 [453] -2015-03-08 12:43:50 sendUrl INFO 0 [453] R:OK -2015-03-08 12:44:40 queue INFO >>0 [454] -2015-03-08 12:44:40 sendUrl INFO 0 [454] R:OK -2015-03-08 12:45:30 queue INFO >>0 [455] -2015-03-08 12:45:30 sendUrl INFO 0 [455] R:OK -2015-03-08 12:46:20 queue INFO >>0 [456] -2015-03-08 12:46:20 sendUrl INFO 0 [456] R:OK -2015-03-08 12:47:10 queue INFO >>0 [457] -2015-03-08 12:47:10 sendUrl INFO 0 [457] R:OK -2015-03-08 12:48:00 queue INFO >>0 [458] -2015-03-08 12:48:01 sendUrl INFO 0 [458] R:OK -2015-03-08 12:48:50 queue INFO >>0 [459] -2015-03-08 12:48:51 sendUrl INFO 0 [459] R:OK -2015-03-08 12:49:40 queue INFO >>0 [460] -2015-03-08 12:49:41 sendUrl INFO 0 [460] R:OK -2015-03-08 12:50:31 queue INFO >>0 [461] -2015-03-08 12:50:31 sendUrl INFO 0 [461] R:OK -2015-03-08 12:51:21 queue INFO >>0 [462] -2015-03-08 12:51:21 sendUrl INFO 0 [462] R:OK -2015-03-08 12:52:11 queue INFO >>0 [463] -2015-03-08 12:52:11 sendUrl INFO 0 [463] R:OK -2015-03-08 12:53:01 queue INFO >>0 [464] -2015-03-08 12:53:02 sendUrl INFO 0 [464] R:OK -2015-03-08 12:53:51 queue INFO >>0 [465] -2015-03-08 12:53:51 sendUrl INFO 0 [465] R:OK -2015-03-08 12:54:41 queue INFO >>0 [466] -2015-03-08 12:54:42 sendUrl INFO 0 [466] R:OK -2015-03-08 12:55:32 queue INFO >>0 [467] -2015-03-08 12:55:32 sendUrl INFO 0 [467] R:OK -2015-03-08 12:56:22 queue INFO >>0 [468] -2015-03-08 12:56:22 sendUrl INFO 0 [468] R:OK -2015-03-08 12:57:12 queue INFO >>0 [469] -2015-03-08 12:57:12 sendUrl INFO 0 [469] R:OK -2015-03-08 12:58:02 queue INFO >>0 [470] -2015-03-08 12:58:03 sendUrl INFO 0 [470] R:OK -2015-03-08 12:58:52 queue INFO >>0 [471] -2015-03-08 12:58:52 sendUrl INFO 0 [471] R:OK -2015-03-08 12:59:42 queue INFO >>0 [472] -2015-03-08 12:59:43 sendUrl INFO 0 [472] R:OK -2015-03-08 13:00:32 queue INFO >>0 [473] -2015-03-08 13:00:33 sendUrl INFO 0 [473] R:OK -2015-03-08 13:01:23 queue INFO >>0 [474] -2015-03-08 13:01:23 sendUrl INFO 0 [474] R:OK -2015-03-08 13:02:13 queue INFO >>0 [475] -2015-03-08 13:02:13 sendUrl INFO 0 [475] R:OK -2015-03-08 13:03:03 queue INFO >>0 [476] -2015-03-08 13:03:03 sendUrl INFO 0 [476] R:OK -2015-03-08 13:03:53 queue INFO >>0 [477] -2015-03-08 13:03:53 sendUrl INFO 0 [477] R:OK -2015-03-08 13:04:43 queue INFO >>0 [478] -2015-03-08 13:04:44 sendUrl INFO 0 [478] R:OK -2015-03-08 13:05:33 queue INFO >>0 [479] -2015-03-08 13:05:33 sendUrl INFO 0 [479] R:OK -2015-03-08 13:06:24 queue INFO >>0 [480] -2015-03-08 13:06:24 sendUrl INFO 0 [480] R:OK -2015-03-08 13:07:14 queue INFO >>0 [481] -2015-03-08 13:07:14 sendUrl INFO 0 [481] R:OK -2015-03-08 13:08:04 queue INFO >>0 [482] -2015-03-08 13:08:04 sendUrl INFO 0 [482] R:OK -2015-03-08 13:08:54 queue INFO >>0 [483] -2015-03-08 13:08:54 sendUrl INFO 0 [483] R:OK -2015-03-08 13:09:44 queue INFO >>0 [484] -2015-03-08 13:09:45 sendUrl INFO 0 [484] R:OK -2015-03-08 13:10:34 queue INFO >>0 [485] -2015-03-08 13:10:34 sendUrl INFO 0 [485] R:OK -2015-03-08 13:11:24 queue INFO >>0 [486] -2015-03-08 13:11:25 sendUrl INFO 0 [486] R:OK -2015-03-08 13:12:15 queue INFO >>0 [487] -2015-03-08 13:12:15 sendUrl INFO 0 [487] R:OK -2015-03-08 13:13:05 queue INFO >>0 [488] -2015-03-08 13:13:05 sendUrl INFO 0 [488] R:OK -2015-03-08 13:13:55 queue INFO >>0 [489] -2015-03-08 13:13:55 sendUrl INFO 0 [489] R:OK -2015-03-08 13:14:45 queue INFO >>0 [490] -2015-03-08 13:14:46 sendUrl INFO 0 [490] R:OK -2015-03-08 13:15:35 queue INFO >>0 [491] -2015-03-08 13:15:35 sendUrl INFO 0 [491] R:OK -2015-03-08 13:16:25 queue INFO >>0 [492] -2015-03-08 13:16:26 sendUrl INFO 0 [492] R:OK -2015-03-08 13:17:16 queue INFO >>0 [493] -2015-03-08 13:17:16 sendUrl INFO 0 [493] R:OK -2015-03-08 13:18:06 queue INFO >>0 [494] -2015-03-08 13:18:06 sendUrl INFO 0 [494] R:OK -2015-03-08 13:18:56 queue INFO >>0 [495] -2015-03-08 13:18:56 sendUrl INFO 0 [495] R:OK -2015-03-08 13:19:46 queue INFO >>0 [496] -2015-03-08 13:19:46 sendUrl INFO 0 [496] R:OK -2015-03-08 13:20:36 queue INFO >>0 [497] -2015-03-08 13:20:36 sendUrl INFO 0 [497] R:OK -2015-03-08 13:21:26 queue INFO >>0 [498] -2015-03-08 13:21:26 sendUrl INFO 0 [498] R:OK -2015-03-08 13:22:16 queue INFO >>0 [499] -2015-03-08 13:22:17 sendUrl INFO 0 [499] R:OK -2015-03-08 13:23:06 queue INFO >>0 [500] -2015-03-08 13:23:07 sendUrl INFO 0 [500] R:OK -2015-03-08 13:23:57 queue INFO >>0 [501] -2015-03-08 13:23:57 sendUrl INFO 0 [501] R:OK -2015-03-08 13:24:47 queue INFO >>0 [502] -2015-03-08 13:24:47 sendUrl INFO 0 [502] R:OK -2015-03-08 13:25:37 queue INFO >>0 [503] -2015-03-08 13:25:37 sendUrl INFO 0 [503] R:OK -2015-03-08 13:26:27 queue INFO >>0 [504] -2015-03-08 13:26:27 sendUrl INFO 0 [504] R:OK -2015-03-08 13:27:17 queue INFO >>0 [505] -2015-03-08 13:27:18 sendUrl INFO 0 [505] R:OK -2015-03-08 13:28:07 queue INFO >>0 [506] -2015-03-08 13:28:07 sendUrl INFO 0 [506] R:OK -2015-03-08 13:28:57 queue INFO >>0 [507] -2015-03-08 13:28:58 sendUrl INFO 0 [507] R:OK -2015-03-08 13:29:48 queue INFO >>0 [508] -2015-03-08 13:29:48 sendUrl INFO 0 [508] R:OK -2015-03-08 13:30:38 queue INFO >>0 [509] -2015-03-08 13:30:38 sendUrl INFO 0 [509] R:OK -2015-03-08 13:31:28 queue INFO >>0 [510] -2015-03-08 13:31:28 sendUrl INFO 0 [510] R:OK -2015-03-08 13:32:18 queue INFO >>0 [511] -2015-03-08 13:32:19 sendUrl INFO 0 [511] R:OK -2015-03-08 13:33:08 queue INFO >>0 [512] -2015-03-08 13:33:08 sendUrl INFO 0 [512] R:OK -2015-03-08 13:33:58 queue INFO >>0 [513] -2015-03-08 13:33:59 sendUrl INFO 0 [513] R:OK -2015-03-08 13:34:48 queue INFO >>0 [514] -2015-03-08 13:34:49 sendUrl INFO 0 [514] R:OK -2015-03-08 13:35:39 queue INFO >>0 [515] -2015-03-08 13:35:39 sendUrl INFO 0 [515] R:OK -2015-03-08 13:36:29 queue INFO >>0 [516] -2015-03-08 13:36:29 sendUrl INFO 0 [516] R:OK -2015-03-08 13:37:19 queue INFO >>0 [517] -2015-03-08 13:37:19 sendUrl INFO 0 [517] R:OK -2015-03-08 13:38:09 queue INFO >>0 [518] -2015-03-08 13:38:09 sendUrl INFO 0 [518] R:OK -2015-03-08 13:38:59 queue INFO >>0 [519] -2015-03-08 13:38:59 sendUrl INFO 0 [519] R:OK -2015-03-08 13:39:49 queue INFO >>0 [520] -2015-03-08 13:39:50 sendUrl INFO 0 [520] R:OK -2015-03-08 13:40:39 queue INFO >>0 [521] -2015-03-08 13:40:40 sendUrl INFO 0 [521] R:OK -2015-03-08 13:41:30 queue INFO >>0 [522] -2015-03-08 13:41:30 sendUrl INFO 0 [522] R:OK -2015-03-08 13:42:20 queue INFO >>0 [523] -2015-03-08 13:42:20 sendUrl INFO 0 [523] R:OK -2015-03-08 13:43:10 queue INFO >>0 [524] -2015-03-08 13:43:10 sendUrl INFO 0 [524] R:OK -2015-03-08 13:44:00 queue INFO >>0 [525] -2015-03-08 13:44:00 sendUrl INFO 0 [525] R:OK -2015-03-08 13:44:50 queue INFO >>0 [526] -2015-03-08 13:44:51 sendUrl INFO 0 [526] R:OK -2015-03-08 13:45:40 queue INFO >>0 [527] -2015-03-08 13:45:41 sendUrl INFO 0 [527] R:OK -2015-03-08 13:46:30 queue INFO >>0 [528] -2015-03-08 13:46:31 sendUrl INFO 0 [528] R:OK -2015-03-08 13:47:21 queue INFO >>0 [529] -2015-03-08 13:47:21 sendUrl INFO 0 [529] R:OK -2015-03-08 13:48:11 queue INFO >>0 [530] -2015-03-08 13:48:11 sendUrl INFO 0 [530] R:OK -2015-03-08 13:49:01 queue INFO >>0 [531] -2015-03-08 13:49:01 sendUrl INFO 0 [531] R:OK -2015-03-08 13:49:51 queue INFO >>0 [532] -2015-03-08 13:49:52 sendUrl INFO 0 [532] R:OK -2015-03-08 13:50:41 queue INFO >>0 [533] -2015-03-08 13:50:41 sendUrl INFO 0 [533] R:OK -2015-03-08 13:51:31 queue INFO >>0 [534] -2015-03-08 13:51:32 sendUrl INFO 0 [534] R:OK -2015-03-08 13:52:21 queue INFO >>0 [535] -2015-03-08 13:52:22 sendUrl INFO 0 [535] R:OK -2015-03-08 13:53:12 queue INFO >>0 [536] -2015-03-08 13:53:12 sendUrl INFO 0 [536] R:OK -2015-03-08 13:54:02 queue INFO >>0 [537] -2015-03-08 13:54:02 sendUrl INFO 0 [537] R:OK -2015-03-08 13:54:52 queue INFO >>0 [538] -2015-03-08 13:54:52 sendUrl INFO 0 [538] R:OK -2015-03-08 13:55:42 queue INFO >>0 [539] -2015-03-08 13:55:42 sendUrl INFO 0 [539] R:OK -2015-03-08 13:56:32 queue INFO >>0 [540] -2015-03-08 13:56:33 sendUrl INFO 0 [540] R:OK -2015-03-08 13:57:22 queue INFO >>0 [541] -2015-03-08 13:57:23 sendUrl INFO 0 [541] R:OK -2015-03-08 13:58:12 queue INFO >>0 [542] -2015-03-08 13:58:13 sendUrl INFO 0 [542] R:OK -2015-03-08 13:59:03 queue INFO >>0 [543] -2015-03-08 13:59:03 sendUrl INFO 0 [543] R:OK -2015-03-08 13:59:53 queue INFO >>0 [544] -2015-03-08 13:59:53 sendUrl INFO 0 [544] R:OK -2015-03-08 14:00:43 queue INFO >>0 [545] -2015-03-08 14:00:43 sendUrl INFO 0 [545] R:OK -2015-03-08 14:01:33 queue INFO >>0 [546] -2015-03-08 14:01:33 sendUrl INFO 0 [546] R:OK -2015-03-08 14:02:23 queue INFO >>0 [547] -2015-03-08 14:02:24 sendUrl INFO 0 [547] R:OK -2015-03-08 14:03:13 queue INFO >>0 [548] -2015-03-08 14:03:14 sendUrl INFO 0 [548] R:OK -2015-03-08 14:04:03 queue INFO >>0 [549] -2015-03-08 14:04:04 sendUrl INFO 0 [549] R:OK -2015-03-08 14:04:54 queue INFO >>0 [550] -2015-03-08 14:04:54 sendUrl INFO 0 [550] R:OK -2015-03-08 14:05:44 queue INFO >>0 [551] -2015-03-08 14:05:44 sendUrl INFO 0 [551] R:OK -2015-03-08 14:06:34 queue INFO >>0 [552] -2015-03-08 14:06:34 sendUrl INFO 0 [552] R:OK -2015-03-08 14:07:24 queue INFO >>0 [553] -2015-03-08 14:07:24 sendUrl INFO 0 [553] R:OK -2015-03-08 14:08:14 queue INFO >>0 [554] -2015-03-08 14:08:14 sendUrl INFO 0 [554] R:OK -2015-03-08 14:09:04 queue INFO >>0 [555] -2015-03-08 14:09:05 sendUrl INFO 0 [555] R:OK -2015-03-08 14:09:54 queue INFO >>0 [556] -2015-03-08 14:09:55 sendUrl INFO 0 [556] R:OK -2015-03-08 14:10:45 queue INFO >>0 [557] -2015-03-08 14:10:45 sendUrl INFO 0 [557] R:OK -2015-03-08 14:11:35 queue INFO >>0 [558] -2015-03-08 14:11:35 sendUrl INFO 0 [558] R:OK -2015-03-08 14:12:25 queue INFO >>0 [559] -2015-03-08 14:12:25 sendUrl INFO 0 [559] R:OK -2015-03-08 14:13:15 queue INFO >>0 [560] -2015-03-08 14:13:15 sendUrl INFO 0 [560] R:OK -2015-03-08 14:14:05 queue INFO >>0 [561] -2015-03-08 14:14:06 sendUrl INFO 0 [561] R:OK -2015-03-08 14:14:55 queue INFO >>0 [562] -2015-03-08 14:14:55 sendUrl INFO 0 [562] R:OK -2015-03-08 14:15:45 queue INFO >>0 [563] -2015-03-08 14:15:46 sendUrl INFO 0 [563] R:OK -2015-03-08 14:16:36 queue INFO >>0 [564] -2015-03-08 14:16:36 sendUrl INFO 0 [564] R:OK -2015-03-08 14:17:26 queue INFO >>0 [565] -2015-03-08 14:17:26 sendUrl INFO 0 [565] R:OK -2015-03-08 14:18:16 queue INFO >>0 [566] -2015-03-08 14:18:16 sendUrl INFO 0 [566] R:OK -2015-03-08 14:19:06 queue INFO >>0 [567] -2015-03-08 14:19:06 sendUrl INFO 0 [567] R:OK -2015-03-08 14:19:56 queue INFO >>0 [568] -2015-03-08 14:19:56 sendUrl INFO 0 [568] R:OK -2015-03-08 14:20:46 queue INFO >>0 [569] -2015-03-08 14:20:46 sendUrl INFO 0 [569] R:OK -2015-03-08 14:21:36 queue INFO >>0 [570] -2015-03-08 14:21:37 sendUrl INFO 0 [570] R:OK -2015-03-08 14:22:26 queue INFO >>0 [571] -2015-03-08 14:22:27 sendUrl INFO 0 [571] R:OK -2015-03-08 14:23:17 queue INFO >>0 [572] -2015-03-08 14:23:17 sendUrl INFO 0 [572] R:OK -2015-03-08 14:24:07 queue INFO >>0 [573] -2015-03-08 14:24:07 sendUrl INFO 0 [573] R:OK -2015-03-08 14:24:57 queue INFO >>0 [574] -2015-03-08 14:24:57 sendUrl INFO 0 [574] R:OK -2015-03-08 14:25:47 queue INFO >>0 [575] -2015-03-08 14:25:47 sendUrl INFO 0 [575] R:OK -2015-03-08 14:26:37 queue INFO >>0 [576] -2015-03-08 14:26:38 sendUrl INFO 0 [576] R:OK -2015-03-08 14:27:27 queue INFO >>0 [577] -2015-03-08 14:27:28 sendUrl INFO 0 [577] R:OK -2015-03-08 14:28:18 queue INFO >>0 [578] -2015-03-08 14:28:18 sendUrl INFO 0 [578] R:OK -2015-03-08 14:29:08 queue INFO >>0 [579] -2015-03-08 14:29:08 sendUrl INFO 0 [579] R:OK -2015-03-08 14:29:58 queue INFO >>0 [580] -2015-03-08 14:29:58 sendUrl INFO 0 [580] R:OK -2015-03-08 14:30:48 queue INFO >>0 [581] -2015-03-08 14:30:48 sendUrl INFO 0 [581] R:OK -2015-03-08 14:31:38 queue INFO >>0 [582] -2015-03-08 14:31:39 sendUrl INFO 0 [582] R:OK -2015-03-08 14:32:28 queue INFO >>0 [583] -2015-03-08 14:32:28 sendUrl INFO 0 [583] R:OK -2015-03-08 14:33:18 queue INFO >>0 [584] -2015-03-08 14:33:19 sendUrl INFO 0 [584] R:OK -2015-03-08 14:34:08 queue INFO >>0 [585] -2015-03-08 14:34:09 sendUrl INFO 0 [585] R:OK -2015-03-08 14:34:59 queue INFO >>0 [586] -2015-03-08 14:34:59 sendUrl INFO 0 [586] R:OK -2015-03-08 14:35:49 queue INFO >>0 [587] -2015-03-08 14:35:49 sendUrl INFO 0 [587] R:OK -2015-03-08 14:36:39 queue INFO >>0 [588] -2015-03-08 14:36:39 sendUrl INFO 0 [588] R:OK -2015-03-08 14:37:29 queue INFO >>0 [589] -2015-03-08 14:37:29 sendUrl INFO 0 [589] R:OK -2015-03-08 14:38:19 queue INFO >>0 [590] -2015-03-08 14:38:20 sendUrl INFO 0 [590] R:OK -2015-03-08 14:39:09 queue INFO >>0 [591] -2015-03-08 14:39:10 sendUrl INFO 0 [591] R:OK -2015-03-08 14:40:00 queue INFO >>0 [592] -2015-03-08 14:40:00 sendUrl INFO 0 [592] R:OK -2015-03-08 14:40:50 queue INFO >>0 [593] -2015-03-08 14:40:50 sendUrl INFO 0 [593] R:OK -2015-03-08 14:41:40 queue INFO >>0 [594] -2015-03-08 14:41:40 sendUrl INFO 0 [594] R:OK -2015-03-08 14:42:30 queue INFO >>0 [595] -2015-03-08 14:42:30 sendUrl INFO 0 [595] R:OK -2015-03-08 14:43:20 queue INFO >>0 [596] -2015-03-08 14:43:20 sendUrl INFO 0 [596] R:OK -2015-03-08 14:44:10 queue INFO >>0 [597] -2015-03-08 14:44:11 sendUrl INFO 0 [597] R:OK -2015-03-08 14:45:00 queue INFO >>0 [598] -2015-03-08 14:45:01 sendUrl INFO 0 [598] R:OK -2015-03-08 14:45:51 queue INFO >>0 [599] -2015-03-08 14:45:51 sendUrl INFO 0 [599] R:OK -2015-03-08 14:46:41 queue INFO >>0 [600] -2015-03-08 14:46:41 sendUrl INFO 0 [600] R:OK -2015-03-08 14:47:31 queue INFO >>0 [601] -2015-03-08 14:47:31 sendUrl INFO 0 [601] R:OK -2015-03-08 14:48:21 queue INFO >>0 [602] -2015-03-08 14:48:21 sendUrl INFO 0 [602] R:OK -2015-03-08 14:49:11 queue INFO >>0 [603] -2015-03-08 14:49:12 sendUrl INFO 0 [603] R:OK -2015-03-08 14:50:01 queue INFO >>0 [604] -2015-03-08 14:50:01 sendUrl INFO 0 [604] R:OK -2015-03-08 14:50:51 queue INFO >>0 [605] -2015-03-08 14:50:52 sendUrl INFO 0 [605] R:OK -2015-03-08 14:51:41 queue INFO >>0 [606] -2015-03-08 14:51:42 sendUrl INFO 0 [606] R:OK -2015-03-08 14:52:32 queue INFO >>0 [607] -2015-03-08 14:52:32 sendUrl INFO 0 [607] R:OK -2015-03-08 14:53:22 queue INFO >>0 [608] -2015-03-08 14:53:22 sendUrl INFO 0 [608] R:OK -2015-03-08 14:54:12 queue INFO >>0 [609] -2015-03-08 14:54:12 sendUrl INFO 0 [609] R:OK -2015-03-08 14:55:02 queue INFO >>0 [610] -2015-03-08 14:55:02 sendUrl INFO 0 [610] R:OK -2015-03-08 14:55:52 queue INFO >>0 [611] -2015-03-08 14:55:53 sendUrl INFO 0 [611] R:OK -2015-03-08 14:56:42 queue INFO >>0 [612] -2015-03-08 14:56:43 sendUrl INFO 0 [612] R:OK -2015-03-08 14:57:33 queue INFO >>0 [613] -2015-03-08 14:57:33 sendUrl INFO 0 [613] R:OK -2015-03-08 14:58:23 queue INFO >>0 [614] -2015-03-08 14:58:23 sendUrl INFO 0 [614] R:OK -2015-03-08 14:59:13 queue INFO >>0 [615] -2015-03-08 14:59:13 sendUrl INFO 0 [615] R:OK -2015-03-08 15:00:03 queue INFO >>0 [616] -2015-03-08 15:00:03 sendUrl INFO 0 [616] R:OK -2015-03-08 15:00:53 queue INFO >>0 [617] -2015-03-08 15:00:53 sendUrl INFO 0 [617] R:OK -2015-03-08 15:01:43 queue INFO >>0 [618] -2015-03-08 15:01:43 sendUrl INFO 0 [618] R:OK -2015-03-08 15:02:33 queue INFO >>0 [619] -2015-03-08 15:02:34 sendUrl INFO 0 [619] R:OK -2015-03-08 15:03:23 queue INFO >>0 [620] -2015-03-08 15:03:24 sendUrl INFO 0 [620] R:OK -2015-03-08 15:04:14 queue INFO >>0 [621] -2015-03-08 15:04:14 sendUrl INFO 0 [621] R:OK -2015-03-08 15:05:04 queue INFO >>0 [622] -2015-03-08 15:05:04 sendUrl INFO 0 [622] R:OK -2015-03-08 15:05:54 queue INFO >>0 [623] -2015-03-08 15:05:54 sendUrl INFO 0 [623] R:OK -2015-03-08 15:06:44 queue INFO >>0 [624] -2015-03-08 15:06:44 sendUrl INFO 0 [624] R:OK -2015-03-08 15:07:34 queue INFO >>0 [625] -2015-03-08 15:07:34 sendUrl INFO 0 [625] R:OK -2015-03-08 15:08:24 queue INFO >>0 [626] -2015-03-08 15:08:25 sendUrl INFO 0 [626] R:OK -2015-03-08 15:09:14 queue INFO >>0 [627] -2015-03-08 15:09:15 sendUrl INFO 0 [627] R:OK -2015-03-08 15:10:05 queue INFO >>0 [628] -2015-03-08 15:10:05 sendUrl INFO 0 [628] R:OK -2015-03-08 15:10:55 queue INFO >>0 [629] -2015-03-08 15:10:55 sendUrl INFO 0 [629] R:OK -2015-03-08 15:11:45 queue INFO >>0 [630] -2015-03-08 15:11:45 sendUrl INFO 0 [630] R:OK -2015-03-08 15:12:35 queue INFO >>0 [631] -2015-03-08 15:12:35 sendUrl INFO 0 [631] R:OK -2015-03-08 15:13:25 queue INFO >>0 [632] -2015-03-08 15:13:26 sendUrl INFO 0 [632] R:OK -2015-03-08 15:14:15 queue INFO >>0 [633] -2015-03-08 15:14:16 sendUrl INFO 0 [633] R:OK -2015-03-08 15:15:06 queue INFO >>0 [634] -2015-03-08 15:15:06 sendUrl INFO 0 [634] R:OK -2015-03-08 15:15:56 queue INFO >>0 [635] -2015-03-08 15:15:56 sendUrl INFO 0 [635] R:OK -2015-03-08 15:16:46 queue INFO >>0 [636] -2015-03-08 15:16:46 sendUrl INFO 0 [636] R:OK -2015-03-08 15:17:36 queue INFO >>0 [637] -2015-03-08 15:17:36 sendUrl INFO 0 [637] R:OK -2015-03-08 15:18:26 queue INFO >>0 [638] -2015-03-08 15:18:27 sendUrl INFO 0 [638] R:OK -2015-03-08 15:19:16 queue INFO >>0 [639] -2015-03-08 15:19:16 sendUrl INFO 0 [639] R:OK -2015-03-08 15:20:06 queue INFO >>0 [640] -2015-03-08 15:20:07 sendUrl INFO 0 [640] R:OK -2015-03-08 15:20:57 queue INFO >>0 [641] -2015-03-08 15:20:57 sendUrl INFO 0 [641] R:OK -2015-03-08 15:21:47 queue INFO >>0 [642] -2015-03-08 15:21:47 sendUrl INFO 0 [642] R:OK -2015-03-08 15:22:37 queue INFO >>0 [643] -2015-03-08 15:22:37 sendUrl INFO 0 [643] R:OK -2015-03-08 15:23:27 queue INFO >>0 [644] -2015-03-08 15:23:28 sendUrl INFO 0 [644] R:OK -2015-03-08 15:24:17 queue INFO >>0 [645] -2015-03-08 15:24:17 sendUrl INFO 0 [645] R:OK -2015-03-08 15:25:07 queue INFO >>0 [646] -2015-03-08 15:25:08 sendUrl INFO 0 [646] R:OK -2015-03-08 15:25:58 queue INFO >>0 [647] -2015-03-08 15:25:58 sendUrl INFO 0 [647] R:OK -2015-03-08 15:26:48 queue INFO >>0 [648] -2015-03-08 15:26:48 sendUrl INFO 0 [648] R:OK -2015-03-08 15:27:38 queue INFO >>0 [649] -2015-03-08 15:27:38 sendUrl INFO 0 [649] R:OK -2015-03-08 15:28:28 queue INFO >>0 [650] -2015-03-08 15:28:28 sendUrl INFO 0 [650] R:OK -2015-03-08 15:29:18 queue INFO >>0 [651] -2015-03-08 15:29:18 sendUrl INFO 0 [651] R:OK -2015-03-08 15:30:08 queue INFO >>0 [652] -2015-03-08 15:30:09 sendUrl INFO 0 [652] R:OK -2015-03-08 15:30:58 queue INFO >>0 [653] -2015-03-08 15:30:59 sendUrl INFO 0 [653] R:OK -2015-03-08 15:31:48 queue INFO >>0 [654] -2015-03-08 15:31:49 sendUrl INFO 0 [654] R:OK -2015-03-08 15:32:39 queue INFO >>0 [655] -2015-03-08 15:32:39 sendUrl INFO 0 [655] R:OK -2015-03-08 15:33:29 queue INFO >>0 [656] -2015-03-08 15:33:29 sendUrl INFO 0 [656] R:OK -2015-03-08 15:34:19 queue INFO >>0 [657] -2015-03-08 15:34:19 sendUrl INFO 0 [657] R:OK -2015-03-08 15:35:09 queue INFO >>0 [658] -2015-03-08 15:35:09 sendUrl INFO 0 [658] R:OK -2015-03-08 15:35:59 queue INFO >>0 [659] -2015-03-08 15:36:00 sendUrl INFO 0 [659] R:OK -2015-03-08 15:36:49 queue INFO >>0 [660] -2015-03-08 15:36:50 sendUrl INFO 0 [660] R:OK -2015-03-08 15:37:39 queue INFO >>0 [661] -2015-03-08 15:37:40 sendUrl INFO 0 [661] R:OK -2015-03-08 15:38:30 queue INFO >>0 [662] -2015-03-08 15:38:30 sendUrl INFO 0 [662] R:OK -2015-03-08 15:39:20 queue INFO >>0 [663] -2015-03-08 15:39:20 sendUrl INFO 0 [663] R:OK -2015-03-08 15:40:10 queue INFO >>0 [664] -2015-03-08 15:40:10 sendUrl INFO 0 [664] R:OK -2015-03-08 15:41:00 queue INFO >>0 [665] -2015-03-08 15:41:00 sendUrl INFO 0 [665] R:OK -2015-03-08 15:41:50 queue INFO >>0 [666] -2015-03-08 15:41:50 sendUrl INFO 0 [666] R:OK -2015-03-08 15:42:40 queue INFO >>0 [667] -2015-03-08 15:42:41 sendUrl INFO 0 [667] R:OK -2015-03-08 15:43:30 queue INFO >>0 [668] -2015-03-08 15:43:31 sendUrl INFO 0 [668] R:OK -2015-03-08 15:44:21 queue INFO >>0 [669] -2015-03-08 15:44:21 sendUrl INFO 0 [669] R:OK -2015-03-08 15:45:11 queue INFO >>0 [670] -2015-03-08 15:45:11 sendUrl INFO 0 [670] R:OK -2015-03-08 15:46:01 queue INFO >>0 [671] -2015-03-08 15:46:01 sendUrl INFO 0 [671] R:OK -2015-03-08 15:46:51 queue INFO >>0 [672] -2015-03-08 15:46:51 sendUrl INFO 0 [672] R:OK -2015-03-08 15:47:41 queue INFO >>0 [673] -2015-03-08 15:47:42 sendUrl INFO 0 [673] R:OK -2015-03-08 15:48:31 queue INFO >>0 [674] -2015-03-08 15:48:31 sendUrl INFO 0 [674] R:OK -2015-03-08 15:49:21 queue INFO >>0 [675] -2015-03-08 15:49:22 sendUrl INFO 0 [675] R:OK -2015-03-08 15:50:12 queue INFO >>0 [676] -2015-03-08 15:50:12 sendUrl INFO 0 [676] R:OK -2015-03-08 15:51:02 queue INFO >>0 [677] -2015-03-08 15:51:02 sendUrl INFO 0 [677] R:OK -2015-03-08 15:51:52 queue INFO >>0 [678] -2015-03-08 15:51:52 sendUrl INFO 0 [678] R:OK -2015-03-08 15:52:42 queue INFO >>0 [679] -2015-03-08 15:52:42 sendUrl INFO 0 [679] R:OK -2015-03-08 15:53:32 queue INFO >>0 [680] -2015-03-08 15:53:32 sendUrl INFO 0 [680] R:OK -2015-03-08 15:54:22 queue INFO >>0 [681] -2015-03-08 15:54:23 sendUrl INFO 0 [681] R:OK -2015-03-08 15:55:12 queue INFO >>0 [682] -2015-03-08 15:55:13 sendUrl INFO 0 [682] R:OK -2015-03-08 15:56:03 queue INFO >>0 [683] -2015-03-08 15:56:03 sendUrl INFO 0 [683] R:OK -2015-03-08 15:56:53 queue INFO >>0 [684] -2015-03-08 15:56:53 sendUrl INFO 0 [684] R:OK -2015-03-08 15:57:43 queue INFO >>0 [685] -2015-03-08 15:57:43 sendUrl INFO 0 [685] R:OK -2015-03-08 15:58:33 queue INFO >>0 [686] -2015-03-08 15:58:33 sendUrl INFO 0 [686] R:OK -2015-03-08 15:59:23 queue INFO >>0 [687] -2015-03-08 15:59:23 sendUrl INFO 0 [687] R:OK -2015-03-08 16:00:13 queue INFO >>0 [688] -2015-03-08 16:00:14 sendUrl INFO 0 [688] R:OK -2015-03-08 16:01:03 queue INFO >>0 [689] -2015-03-08 16:01:04 sendUrl INFO 0 [689] R:OK -2015-03-08 16:01:54 queue INFO >>0 [690] -2015-03-08 16:01:54 sendUrl INFO 0 [690] R:OK -2015-03-08 16:02:44 queue INFO >>0 [691] -2015-03-08 16:02:44 sendUrl INFO 0 [691] R:OK -2015-03-08 16:03:34 queue INFO >>0 [692] -2015-03-08 16:03:34 sendUrl INFO 0 [692] R:OK -2015-03-08 16:04:24 queue INFO >>0 [693] -2015-03-08 16:04:24 sendUrl INFO 0 [693] R:OK -2015-03-08 16:05:14 queue INFO >>0 [694] -2015-03-08 16:05:15 sendUrl INFO 0 [694] R:OK -2015-03-08 16:06:04 queue INFO >>0 [695] -2015-03-08 16:06:04 sendUrl INFO 0 [695] R:OK -2015-03-08 16:06:54 queue INFO >>0 [696] -2015-03-08 16:06:55 sendUrl INFO 0 [696] R:OK -2015-03-08 16:07:45 queue INFO >>0 [697] -2015-03-08 16:07:45 sendUrl INFO 0 [697] R:OK -2015-03-08 16:08:35 queue INFO >>0 [698] -2015-03-08 16:08:35 sendUrl INFO 0 [698] R:OK -2015-03-08 16:09:25 queue INFO >>0 [699] -2015-03-08 16:09:25 sendUrl INFO 0 [699] R:OK -2015-03-08 16:10:15 queue INFO >>0 [700] -2015-03-08 16:10:16 sendUrl INFO 0 [700] R:OK -2015-03-08 16:11:05 queue INFO >>0 [701] -2015-03-08 16:11:05 sendUrl INFO 0 [701] R:OK -2015-03-08 16:11:55 queue INFO >>0 [702] -2015-03-08 16:11:56 sendUrl INFO 0 [702] R:OK -2015-03-08 16:12:46 queue INFO >>0 [703] -2015-03-08 16:12:46 sendUrl INFO 0 [703] R:OK -2015-03-08 16:13:36 queue INFO >>0 [704] -2015-03-08 16:13:36 sendUrl INFO 0 [704] R:OK -2015-03-08 16:14:26 queue INFO >>0 [705] -2015-03-08 16:14:26 sendUrl INFO 0 [705] R:OK -2015-03-08 16:15:16 queue INFO >>0 [706] -2015-03-08 16:15:16 sendUrl INFO 0 [706] R:OK -2015-03-08 16:16:06 queue INFO >>0 [707] -2015-03-08 16:16:06 sendUrl INFO 0 [707] R:OK -2015-03-08 16:16:56 queue INFO >>0 [708] -2015-03-08 16:16:57 sendUrl INFO 0 [708] R:OK -2015-03-08 16:17:46 queue INFO >>0 [709] -2015-03-08 16:17:47 sendUrl INFO 0 [709] R:OK -2015-03-08 16:18:36 queue INFO >>0 [710] -2015-03-08 16:18:37 sendUrl INFO 0 [710] R:OK -2015-03-08 16:19:27 queue INFO >>0 [711] -2015-03-08 16:19:27 sendUrl INFO 0 [711] R:OK -2015-03-08 16:20:17 queue INFO >>0 [712] -2015-03-08 16:20:17 sendUrl INFO 0 [712] R:OK -2015-03-08 16:21:07 queue INFO >>0 [713] -2015-03-08 16:21:07 sendUrl INFO 0 [713] R:OK -2015-03-08 16:21:57 queue INFO >>0 [714] -2015-03-08 16:21:57 sendUrl INFO 0 [714] R:OK -2015-03-08 16:22:47 queue INFO >>0 [715] -2015-03-08 16:22:47 sendUrl INFO 0 [715] R:OK -2015-03-08 16:23:37 queue INFO >>0 [716] -2015-03-08 16:23:38 sendUrl INFO 0 [716] R:OK -2015-03-08 16:24:27 queue INFO >>0 [717] -2015-03-08 16:24:28 sendUrl INFO 0 [717] R:OK -2015-03-08 16:25:18 queue INFO >>0 [718] -2015-03-08 16:25:18 sendUrl INFO 0 [718] R:OK -2015-03-08 16:26:08 queue INFO >>0 [719] -2015-03-08 16:26:08 sendUrl INFO 0 [719] R:OK -2015-03-08 16:26:58 queue INFO >>0 [720] -2015-03-08 16:26:58 sendUrl INFO 0 [720] R:OK -2015-03-08 16:27:48 queue INFO >>0 [721] -2015-03-08 16:27:48 sendUrl INFO 0 [721] R:OK -2015-03-08 16:28:38 queue INFO >>0 [722] -2015-03-08 16:28:38 sendUrl INFO 0 [722] R:OK -2015-03-08 16:29:28 queue INFO >>0 [723] -2015-03-08 16:29:29 sendUrl INFO 0 [723] R:OK -2015-03-08 16:30:18 queue INFO >>0 [724] -2015-03-08 16:30:18 sendUrl INFO 0 [724] R:OK -2015-03-08 16:31:08 queue INFO >>0 [725] -2015-03-08 16:31:09 sendUrl INFO 0 [725] R:OK -2015-03-08 16:31:59 queue INFO >>0 [726] -2015-03-08 16:31:59 sendUrl INFO 0 [726] R:OK -2015-03-08 16:32:49 queue INFO >>0 [727] -2015-03-08 16:32:49 sendUrl INFO 0 [727] R:OK -2015-03-08 16:33:39 queue INFO >>0 [728] -2015-03-08 16:33:39 sendUrl INFO 0 [728] R:OK -2015-03-08 16:34:29 queue INFO >>0 [729] -2015-03-08 16:34:30 sendUrl INFO 0 [729] R:OK -2015-03-08 16:35:19 queue INFO >>0 [730] -2015-03-08 16:35:19 sendUrl INFO 0 [730] R:OK -2015-03-08 16:36:09 queue INFO >>0 [731] -2015-03-08 16:36:10 sendUrl INFO 0 [731] R:OK -2015-03-08 16:37:00 queue INFO >>0 [732] -2015-03-08 16:37:00 sendUrl INFO 0 [732] R:OK -2015-03-08 16:37:50 queue INFO >>0 [733] -2015-03-08 16:37:50 sendUrl INFO 0 [733] R:OK -2015-03-08 16:38:40 queue INFO >>0 [734] -2015-03-08 16:38:40 sendUrl INFO 0 [734] R:OK -2015-03-08 16:39:30 queue INFO >>0 [735] -2015-03-08 16:39:31 sendUrl INFO 0 [735] R:OK -2015-03-08 16:40:20 queue INFO >>0 [736] -2015-03-08 16:40:20 sendUrl INFO 0 [736] R:OK -2015-03-08 16:41:10 queue INFO >>0 [737] -2015-03-08 16:41:11 sendUrl INFO 0 [737] R:OK -2015-03-08 16:42:00 queue INFO >>0 [738] -2015-03-08 16:42:01 sendUrl INFO 0 [738] R:OK -2015-03-08 16:42:51 queue INFO >>0 [739] -2015-03-08 16:42:51 sendUrl INFO 0 [739] R:OK -2015-03-08 16:43:41 queue INFO >>0 [740] -2015-03-08 16:43:41 sendUrl INFO 0 [740] R:OK -2015-03-08 16:44:31 queue INFO >>0 [741] -2015-03-08 16:44:31 sendUrl INFO 0 [741] R:OK -2015-03-08 16:45:21 queue INFO >>0 [742] -2015-03-08 16:45:21 sendUrl INFO 0 [742] R:OK -2015-03-08 16:46:11 queue INFO >>0 [743] -2015-03-08 16:46:12 sendUrl INFO 0 [743] R:OK -2015-03-08 16:47:01 queue INFO >>0 [744] -2015-03-08 16:47:02 sendUrl INFO 0 [744] R:OK -2015-03-08 16:47:52 queue INFO >>0 [745] -2015-03-08 16:47:52 sendUrl INFO 0 [745] R:OK -2015-03-08 16:48:42 queue INFO >>0 [746] -2015-03-08 16:48:42 sendUrl INFO 0 [746] R:OK -2015-03-08 16:49:32 queue INFO >>0 [747] -2015-03-08 16:49:32 sendUrl INFO 0 [747] R:OK -2015-03-08 16:50:22 queue INFO >>0 [748] -2015-03-08 16:50:22 sendUrl INFO 0 [748] R:OK -2015-03-08 16:51:12 queue INFO >>0 [749] -2015-03-08 16:51:13 sendUrl INFO 0 [749] R:OK -2015-03-08 16:52:02 queue INFO >>0 [750] -2015-03-08 16:52:03 sendUrl INFO 0 [750] R:OK -2015-03-08 16:52:52 queue INFO >>0 [751] -2015-03-08 16:52:53 sendUrl INFO 0 [751] R:OK -2015-03-08 16:53:43 queue INFO >>0 [752] -2015-03-08 16:53:43 sendUrl INFO 0 [752] R:OK -2015-03-08 16:54:33 queue INFO >>0 [753] -2015-03-08 16:54:33 sendUrl INFO 0 [753] R:OK -2015-03-08 16:55:23 queue INFO >>0 [754] -2015-03-08 16:55:23 sendUrl INFO 0 [754] R:OK -2015-03-08 16:56:13 queue INFO >>0 [755] -2015-03-08 16:56:13 sendUrl INFO 0 [755] R:OK -2015-03-08 16:57:03 queue INFO >>0 [756] -2015-03-08 16:57:04 sendUrl INFO 0 [756] R:OK -2015-03-08 16:57:53 queue INFO >>0 [757] -2015-03-08 16:57:53 sendUrl INFO 0 [757] R:OK -2015-03-08 16:58:43 queue INFO >>0 [758] -2015-03-08 16:58:44 sendUrl INFO 0 [758] R:OK -2015-03-08 16:59:34 queue INFO >>0 [759] -2015-03-08 16:59:34 sendUrl INFO 0 [759] R:OK -2015-03-08 17:00:24 queue INFO >>0 [760] -2015-03-08 17:00:24 sendUrl INFO 0 [760] R:OK -2015-03-08 17:01:14 queue INFO >>0 [761] -2015-03-08 17:01:14 sendUrl INFO 0 [761] R:OK -2015-03-08 17:02:04 queue INFO >>0 [762] -2015-03-08 17:02:04 sendUrl INFO 0 [762] R:OK -2015-03-08 17:02:54 queue INFO >>0 [763] -2015-03-08 17:02:54 sendUrl INFO 0 [763] R:OK -2015-03-08 17:03:44 queue INFO >>0 [764] -2015-03-08 17:03:45 sendUrl INFO 0 [764] R:OK -2015-03-08 17:04:34 queue INFO >>0 [765] -2015-03-08 17:04:35 sendUrl INFO 0 [765] R:OK -2015-03-08 17:05:25 queue INFO >>0 [766] -2015-03-08 17:05:25 sendUrl INFO 0 [766] R:OK -2015-03-08 17:06:15 queue INFO >>0 [767] -2015-03-08 17:06:15 sendUrl INFO 0 [767] R:OK -2015-03-08 17:07:05 queue INFO >>0 [768] -2015-03-08 17:07:05 sendUrl INFO 0 [768] R:OK -2015-03-08 17:07:55 queue INFO >>0 [769] -2015-03-08 17:07:55 sendUrl INFO 0 [769] R:OK -2015-03-08 17:08:45 queue INFO >>0 [770] -2015-03-08 17:08:46 sendUrl INFO 0 [770] R:OK -2015-03-08 17:09:35 queue INFO >>0 [771] -2015-03-08 17:09:35 sendUrl INFO 0 [771] R:OK -2015-03-08 17:10:25 queue INFO >>0 [772] -2015-03-08 17:10:26 sendUrl INFO 0 [772] R:OK -2015-03-08 17:11:15 queue INFO >>0 [773] -2015-03-08 17:11:16 sendUrl INFO 0 [773] R:OK -2015-03-08 17:12:06 queue INFO >>0 [774] -2015-03-08 17:12:06 sendUrl INFO 0 [774] R:OK -2015-03-08 17:12:56 queue INFO >>0 [775] -2015-03-08 17:12:56 sendUrl INFO 0 [775] R:OK -2015-03-08 17:13:46 queue INFO >>0 [776] -2015-03-08 17:13:46 sendUrl INFO 0 [776] R:OK -2015-03-08 17:14:36 queue INFO >>0 [777] -2015-03-08 17:14:36 sendUrl INFO 0 [777] R:OK -2015-03-08 17:15:26 queue INFO >>0 [778] -2015-03-08 17:15:27 sendUrl INFO 0 [778] R:OK -2015-03-08 17:16:16 queue INFO >>0 [779] -2015-03-08 17:16:17 sendUrl INFO 0 [779] R:OK -2015-03-08 17:17:07 queue INFO >>0 [780] -2015-03-08 17:17:07 sendUrl INFO 0 [780] R:OK -2015-03-08 17:17:57 queue INFO >>0 [781] -2015-03-08 17:17:57 sendUrl INFO 0 [781] R:OK -2015-03-08 17:18:47 queue INFO >>0 [782] -2015-03-08 17:18:47 sendUrl INFO 0 [782] R:OK -2015-03-08 17:19:37 queue INFO >>0 [783] -2015-03-08 17:19:37 sendUrl INFO 0 [783] R:OK -2015-03-08 17:20:27 queue INFO >>0 [784] -2015-03-08 17:20:27 sendUrl INFO 0 [784] R:OK -2015-03-08 17:21:17 queue INFO >>0 [785] -2015-03-08 17:21:18 sendUrl INFO 0 [785] R:OK -2015-03-08 17:22:07 queue INFO >>0 [786] -2015-03-08 17:22:08 sendUrl INFO 0 [786] R:OK -2015-03-08 17:22:58 queue INFO >>0 [787] -2015-03-08 17:22:58 sendUrl INFO 0 [787] R:OK -2015-03-08 17:23:48 queue INFO >>0 [788] -2015-03-08 17:23:48 sendUrl INFO 0 [788] R:OK -2015-03-08 17:24:38 queue INFO >>0 [789] -2015-03-08 17:24:38 sendUrl INFO 0 [789] R:OK -2015-03-08 17:25:28 queue INFO >>0 [790] -2015-03-08 17:25:28 sendUrl INFO 0 [790] R:OK -2015-03-08 17:26:18 queue INFO >>0 [791] -2015-03-08 17:26:19 sendUrl INFO 0 [791] R:OK -2015-03-08 17:27:08 queue INFO >>0 [792] -2015-03-08 17:27:08 sendUrl INFO 0 [792] R:OK -2015-03-08 17:27:58 queue INFO >>0 [793] -2015-03-08 17:27:59 sendUrl INFO 0 [793] R:OK -2015-03-08 17:28:48 queue INFO >>0 [794] -2015-03-08 17:28:49 sendUrl INFO 0 [794] R:OK -2015-03-08 17:29:39 queue INFO >>0 [795] -2015-03-08 17:29:39 sendUrl INFO 0 [795] R:OK -2015-03-08 17:30:29 queue INFO >>0 [796] -2015-03-08 17:30:29 sendUrl INFO 0 [796] R:OK -2015-03-08 17:31:19 queue INFO >>0 [797] -2015-03-08 17:31:19 sendUrl INFO 0 [797] R:OK -2015-03-08 17:32:09 queue INFO >>0 [798] -2015-03-08 17:32:09 sendUrl INFO 0 [798] R:OK -2015-03-08 17:32:59 queue INFO >>0 [799] -2015-03-08 17:33:00 sendUrl INFO 0 [799] R:OK -2015-03-08 17:33:49 queue INFO >>0 [800] -2015-03-08 17:33:50 sendUrl INFO 0 [800] R:OK -2015-03-08 17:34:40 queue INFO >>0 [801] -2015-03-08 17:34:40 sendUrl INFO 0 [801] R:OK -2015-03-08 17:35:30 queue INFO >>0 [802] -2015-03-08 17:35:30 sendUrl INFO 0 [802] R:OK -2015-03-08 17:36:20 queue INFO >>0 [803] -2015-03-08 17:36:20 sendUrl INFO 0 [803] R:OK -2015-03-08 17:37:10 queue INFO >>0 [804] -2015-03-08 17:37:10 sendUrl INFO 0 [804] R:OK -2015-03-08 17:38:00 queue INFO >>0 [805] -2015-03-08 17:38:01 sendUrl INFO 0 [805] R:OK -2015-03-08 17:38:50 queue INFO >>0 [806] -2015-03-08 17:38:51 sendUrl INFO 0 [806] R:OK -2015-03-08 17:39:40 queue INFO >>0 [807] -2015-03-08 17:39:41 sendUrl INFO 0 [807] R:OK -2015-03-08 17:40:31 queue INFO >>0 [808] -2015-03-08 17:40:31 sendUrl INFO 0 [808] R:OK -2015-03-08 17:41:21 queue INFO >>0 [809] -2015-03-08 17:41:21 sendUrl INFO 0 [809] R:OK -2015-03-08 17:42:11 queue INFO >>0 [810] -2015-03-08 17:42:11 sendUrl INFO 0 [810] R:OK -2015-03-08 17:43:01 queue INFO >>0 [811] -2015-03-08 17:43:01 sendUrl INFO 0 [811] R:OK -2015-03-08 17:43:51 queue INFO >>0 [812] -2015-03-08 17:43:52 sendUrl INFO 0 [812] R:OK -2015-03-08 17:44:41 queue INFO >>0 [813] -2015-03-08 17:44:42 sendUrl INFO 0 [813] R:OK -2015-03-08 17:45:32 queue INFO >>0 [814] -2015-03-08 17:45:32 sendUrl INFO 0 [814] R:OK -2015-03-08 17:46:22 queue INFO >>0 [815] -2015-03-08 17:46:22 sendUrl INFO 0 [815] R:OK -2015-03-08 17:47:12 queue INFO >>0 [816] -2015-03-08 17:47:12 sendUrl INFO 0 [816] R:OK -2015-03-08 17:48:02 queue INFO >>0 [817] -2015-03-08 17:48:02 sendUrl INFO 0 [817] R:OK -2015-03-08 17:48:52 queue INFO >>0 [818] -2015-03-08 17:48:53 sendUrl INFO 0 [818] R:OK -2015-03-08 17:49:42 queue INFO >>0 [819] -2015-03-08 17:49:42 sendUrl INFO 0 [819] R:OK -2015-03-08 17:50:32 queue INFO >>0 [820] -2015-03-08 17:50:33 sendUrl INFO 0 [820] R:OK -2015-03-08 17:51:22 queue INFO >>0 [821] -2015-03-08 17:51:23 sendUrl INFO 0 [821] R:OK -2015-03-08 17:52:13 queue INFO >>0 [822] -2015-03-08 17:52:13 sendUrl INFO 0 [822] R:OK -2015-03-08 17:53:03 queue INFO >>0 [823] -2015-03-08 17:53:03 sendUrl INFO 0 [823] R:OK -2015-03-08 17:53:53 queue INFO >>0 [824] -2015-03-08 17:53:53 sendUrl INFO 0 [824] R:OK -2015-03-08 17:54:43 queue INFO >>0 [825] -2015-03-08 17:54:43 sendUrl INFO 0 [825] R:OK -2015-03-08 17:55:33 queue INFO >>0 [826] -2015-03-08 17:55:34 sendUrl INFO 0 [826] R:OK -2015-03-08 17:56:23 queue INFO >>0 [827] -2015-03-08 17:56:24 sendUrl INFO 0 [827] R:OK -2015-03-08 17:57:13 queue INFO >>0 [828] -2015-03-08 17:57:14 sendUrl INFO 0 [828] R:OK -2015-03-08 17:58:04 queue INFO >>0 [829] -2015-03-08 17:58:04 sendUrl INFO 0 [829] R:OK -2015-03-08 17:58:54 queue INFO >>0 [830] -2015-03-08 17:58:54 sendUrl INFO 0 [830] R:OK -2015-03-08 17:59:44 queue INFO >>0 [831] -2015-03-08 17:59:44 sendUrl INFO 0 [831] R:OK -2015-03-08 18:00:34 queue INFO >>0 [832] -2015-03-08 18:00:34 sendUrl INFO 0 [832] R:OK -2015-03-08 18:01:24 queue INFO >>0 [833] -2015-03-08 18:01:24 sendUrl INFO 0 [833] R:OK -2015-03-08 18:02:14 queue INFO >>0 [834] -2015-03-08 18:02:14 sendUrl INFO 0 [834] R:OK -2015-03-08 18:03:04 queue INFO >>0 [835] -2015-03-08 18:03:05 sendUrl INFO 0 [835] R:OK -2015-03-08 18:03:55 queue INFO >>0 [836] -2015-03-08 18:03:55 sendUrl INFO 0 [836] R:OK -2015-03-08 18:04:45 queue INFO >>0 [837] -2015-03-08 18:04:45 sendUrl INFO 0 [837] R:OK -2015-03-08 18:05:35 queue INFO >>0 [838] -2015-03-08 18:05:35 sendUrl INFO 0 [838] R:OK -2015-03-08 18:06:25 queue INFO >>0 [839] -2015-03-08 18:06:26 sendUrl INFO 0 [839] R:OK -2015-03-08 18:07:15 queue INFO >>0 [840] -2015-03-08 18:07:15 sendUrl INFO 0 [840] R:OK -2015-03-08 18:08:05 queue INFO >>0 [841] -2015-03-08 18:08:06 sendUrl INFO 0 [841] R:OK -2015-03-08 18:08:55 queue INFO >>0 [842] -2015-03-08 18:08:55 sendUrl INFO 0 [842] R:OK -2015-03-08 18:09:45 queue INFO >>0 [843] -2015-03-08 18:09:46 sendUrl INFO 0 [843] R:OK -2015-03-08 18:10:36 queue INFO >>0 [844] -2015-03-08 18:10:36 sendUrl INFO 0 [844] R:OK -2015-03-08 18:11:26 queue INFO >>0 [845] -2015-03-08 18:11:26 sendUrl INFO 0 [845] R:OK -2015-03-08 18:12:16 queue INFO >>0 [846] -2015-03-08 18:12:16 sendUrl INFO 0 [846] R:OK -2015-03-08 18:13:06 queue INFO >>0 [847] -2015-03-08 18:13:06 sendUrl INFO 0 [847] R:OK -2015-03-08 18:13:56 queue INFO >>0 [848] -2015-03-08 18:13:56 sendUrl INFO 0 [848] R:OK -2015-03-08 18:14:46 queue INFO >>0 [849] -2015-03-08 18:14:47 sendUrl INFO 0 [849] R:OK -2015-03-08 18:15:36 queue INFO >>0 [850] -2015-03-08 18:15:37 sendUrl INFO 0 [850] R:OK -2015-03-08 18:16:27 queue INFO >>0 [851] -2015-03-08 18:16:27 sendUrl INFO 0 [851] R:OK -2015-03-08 18:17:17 queue INFO >>0 [852] -2015-03-08 18:17:17 sendUrl INFO 0 [852] R:OK -2015-03-08 18:18:07 queue INFO >>0 [853] -2015-03-08 18:18:07 sendUrl INFO 0 [853] R:OK -2015-03-08 18:18:57 queue INFO >>0 [854] -2015-03-08 18:18:57 sendUrl INFO 0 [854] R:OK -2015-03-08 18:19:47 queue INFO >>0 [855] -2015-03-08 18:19:48 sendUrl INFO 0 [855] R:OK -2015-03-08 18:20:37 queue INFO >>0 [856] -2015-03-08 18:20:38 sendUrl INFO 0 [856] R:OK -2015-03-08 18:21:28 queue INFO >>0 [857] -2015-03-08 18:21:28 sendUrl INFO 0 [857] R:OK -2015-03-08 18:22:18 queue INFO >>0 [858] -2015-03-08 18:22:18 sendUrl INFO 0 [858] R:OK -2015-03-08 18:23:08 queue INFO >>0 [859] -2015-03-08 18:23:08 sendUrl INFO 0 [859] R:OK -2015-03-08 18:23:58 queue INFO >>0 [860] -2015-03-08 18:23:58 sendUrl INFO 0 [860] R:OK -2015-03-08 18:24:48 queue INFO >>0 [861] -2015-03-08 18:24:48 sendUrl INFO 0 [861] R:OK -2015-03-08 18:25:38 queue INFO >>0 [862] -2015-03-08 18:25:39 sendUrl INFO 0 [862] R:OK -2015-03-08 18:26:28 queue INFO >>0 [863] -2015-03-08 18:26:29 sendUrl INFO 0 [863] R:OK -2015-03-08 18:27:19 queue INFO >>0 [864] -2015-03-08 18:27:19 sendUrl INFO 0 [864] R:OK -2015-03-08 18:28:09 queue INFO >>0 [865] -2015-03-08 18:28:09 sendUrl INFO 0 [865] R:OK -2015-03-08 18:28:59 queue INFO >>0 [866] -2015-03-08 18:28:59 sendUrl INFO 0 [866] R:OK -2015-03-08 18:29:49 queue INFO >>0 [867] -2015-03-08 18:29:49 sendUrl INFO 0 [867] R:OK -2015-03-08 18:30:39 queue INFO >>0 [868] -2015-03-08 18:30:40 sendUrl INFO 0 [868] R:OK -2015-03-08 18:31:29 queue INFO >>0 [869] -2015-03-08 18:31:30 sendUrl INFO 0 [869] R:OK -2015-03-08 18:32:20 queue INFO >>0 [870] -2015-03-08 18:32:20 sendUrl INFO 0 [870] R:OK -2015-03-08 18:33:10 queue INFO >>0 [871] -2015-03-08 18:33:10 sendUrl INFO 0 [871] R:OK -2015-03-08 18:34:00 queue INFO >>0 [872] -2015-03-08 18:34:00 sendUrl INFO 0 [872] R:OK -2015-03-08 18:34:50 queue INFO >>0 [873] -2015-03-08 18:34:50 sendUrl INFO 0 [873] R:OK -2015-03-08 18:35:40 queue INFO >>0 [874] -2015-03-08 18:35:41 sendUrl INFO 0 [874] R:OK -2015-03-08 18:36:30 queue INFO >>0 [875] -2015-03-08 18:36:30 sendUrl INFO 0 [875] R:OK -2015-03-08 18:37:20 queue INFO >>0 [876] -2015-03-08 18:37:21 sendUrl INFO 0 [876] R:OK -2015-03-08 18:38:10 queue INFO >>0 [877] -2015-03-08 18:38:11 sendUrl INFO 0 [877] R:OK -2015-03-08 18:39:01 queue INFO >>0 [878] -2015-03-08 18:39:01 sendUrl INFO 0 [878] R:OK -2015-03-08 18:39:51 queue INFO >>0 [879] -2015-03-08 18:39:51 sendUrl INFO 0 [879] R:OK -2015-03-08 18:40:41 queue INFO >>0 [880] -2015-03-08 18:40:41 sendUrl INFO 0 [880] R:OK -2015-03-08 18:41:31 queue INFO >>0 [881] -2015-03-08 18:41:31 sendUrl INFO 0 [881] R:OK -2015-03-08 18:42:21 queue INFO >>0 [882] -2015-03-08 18:42:22 sendUrl INFO 0 [882] R:OK -2015-03-08 18:43:11 queue INFO >>0 [883] -2015-03-08 18:43:11 sendUrl INFO 0 [883] R:OK -2015-03-08 18:44:01 queue INFO >>0 [884] -2015-03-08 18:44:02 sendUrl INFO 0 [884] R:OK -2015-03-08 18:44:52 queue INFO >>0 [885] -2015-03-08 18:44:52 sendUrl INFO 0 [885] R:OK -2015-03-08 18:45:42 queue INFO >>0 [886] -2015-03-08 18:45:42 sendUrl INFO 0 [886] R:OK -2015-03-08 18:46:32 queue INFO >>0 [887] -2015-03-08 18:46:32 sendUrl INFO 0 [887] R:OK -2015-03-08 18:47:22 queue INFO >>0 [888] -2015-03-08 18:47:23 sendUrl INFO 0 [888] R:OK -2015-03-08 18:48:12 queue INFO >>0 [889] -2015-03-08 18:48:12 sendUrl INFO 0 [889] R:OK -2015-03-08 18:49:02 queue INFO >>0 [890] -2015-03-08 18:49:03 sendUrl INFO 0 [890] R:OK -2015-03-08 18:49:52 queue INFO >>0 [891] -2015-03-08 18:49:53 sendUrl INFO 0 [891] R:OK -2015-03-08 18:50:43 queue INFO >>0 [892] -2015-03-08 18:50:43 sendUrl INFO 0 [892] R:OK -2015-03-08 18:51:33 queue INFO >>0 [893] -2015-03-08 18:51:33 sendUrl INFO 0 [893] R:OK -2015-03-08 18:52:23 queue INFO >>0 [894] -2015-03-08 18:52:23 sendUrl INFO 0 [894] R:OK -2015-03-08 18:53:13 queue INFO >>0 [895] -2015-03-08 18:53:13 sendUrl INFO 0 [895] R:OK -2015-03-08 18:54:03 queue INFO >>0 [896] -2015-03-08 18:54:03 sendUrl INFO 0 [896] R:OK -2015-03-08 18:54:53 queue INFO >>0 [897] -2015-03-08 18:54:54 sendUrl INFO 0 [897] R:OK -2015-03-08 18:55:43 queue INFO >>0 [898] -2015-03-08 18:55:44 sendUrl INFO 0 [898] R:OK -2015-03-08 18:56:34 queue INFO >>0 [899] -2015-03-08 18:56:34 sendUrl INFO 0 [899] R:OK -2015-03-08 18:57:24 queue INFO >>0 [900] -2015-03-08 18:57:24 sendUrl INFO 0 [900] R:OK -2015-03-08 18:58:14 queue INFO >>0 [901] -2015-03-08 18:58:14 sendUrl INFO 0 [901] R:OK -2015-03-08 18:59:04 queue INFO >>0 [902] -2015-03-08 18:59:04 sendUrl INFO 0 [902] R:OK -2015-03-08 18:59:54 queue INFO >>0 [903] -2015-03-08 18:59:55 sendUrl INFO 0 [903] R:OK -2015-03-08 19:00:44 queue INFO >>0 [904] -2015-03-08 19:00:45 sendUrl INFO 0 [904] R:OK -2015-03-08 19:01:35 queue INFO >>0 [905] -2015-03-08 19:01:35 sendUrl INFO 0 [905] R:OK -2015-03-08 19:02:25 queue INFO >>0 [906] -2015-03-08 19:02:25 sendUrl INFO 0 [906] R:OK -2015-03-08 19:03:15 queue INFO >>0 [907] -2015-03-08 19:03:15 sendUrl INFO 0 [907] R:OK -2015-03-08 19:04:05 queue INFO >>0 [908] -2015-03-08 19:04:05 sendUrl INFO 0 [908] R:OK -2015-03-08 19:04:55 queue INFO >>0 [909] -2015-03-08 19:04:56 sendUrl INFO 0 [909] R:OK -2015-03-08 19:05:45 queue INFO >>0 [910] -2015-03-08 19:05:45 sendUrl INFO 0 [910] R:OK -2015-03-08 19:06:35 queue INFO >>0 [911] -2015-03-08 19:06:36 sendUrl INFO 0 [911] R:OK -2015-03-08 19:07:25 queue INFO >>0 [912] -2015-03-08 19:07:26 sendUrl INFO 0 [912] R:OK -2015-03-08 19:08:16 queue INFO >>0 [913] -2015-03-08 19:08:16 sendUrl INFO 0 [913] R:OK -2015-03-08 19:09:06 queue INFO >>0 [914] -2015-03-08 19:09:06 sendUrl INFO 0 [914] R:OK -2015-03-08 19:09:56 queue INFO >>0 [915] -2015-03-08 19:09:56 sendUrl INFO 0 [915] R:OK -2015-03-08 19:10:46 queue INFO >>0 [916] -2015-03-08 19:10:46 sendUrl INFO 0 [916] R:OK -2015-03-08 19:11:36 queue INFO >>0 [917] -2015-03-08 19:11:37 sendUrl INFO 0 [917] R:OK -2015-03-08 19:12:26 queue INFO >>0 [918] -2015-03-08 19:12:27 sendUrl INFO 0 [918] R:OK -2015-03-08 19:13:16 queue INFO >>0 [919] -2015-03-08 19:13:17 sendUrl INFO 0 [919] R:OK -2015-03-08 19:14:07 queue INFO >>0 [920] -2015-03-08 19:14:07 sendUrl INFO 0 [920] R:OK -2015-03-08 19:14:57 queue INFO >>0 [921] -2015-03-08 19:14:57 sendUrl INFO 0 [921] R:OK -2015-03-08 19:15:47 queue INFO >>0 [922] -2015-03-08 19:15:47 sendUrl INFO 0 [922] R:OK -2015-03-08 19:16:37 queue INFO >>0 [923] -2015-03-08 19:16:37 sendUrl INFO 0 [923] R:OK -2015-03-08 19:17:27 queue INFO >>0 [924] -2015-03-08 19:17:28 sendUrl INFO 0 [924] R:OK -2015-03-08 19:18:17 queue INFO >>0 [925] -2015-03-08 19:18:18 sendUrl INFO 0 [925] R:OK -2015-03-08 19:19:08 queue INFO >>0 [926] -2015-03-08 19:19:08 sendUrl INFO 0 [926] R:OK -2015-03-08 19:19:58 queue INFO >>0 [927] -2015-03-08 19:19:58 sendUrl INFO 0 [927] R:OK -2015-03-08 19:20:48 queue INFO >>0 [928] -2015-03-08 19:20:48 sendUrl INFO 0 [928] R:OK -2015-03-08 19:21:38 queue INFO >>0 [929] -2015-03-08 19:21:38 sendUrl INFO 0 [929] R:OK -2015-03-08 19:22:28 queue INFO >>0 [930] -2015-03-08 19:22:29 sendUrl INFO 0 [930] R:OK -2015-03-08 19:23:18 queue INFO >>0 [931] -2015-03-08 19:23:19 sendUrl INFO 0 [931] R:OK -2015-03-08 19:24:08 queue INFO >>0 [932] -2015-03-08 19:24:09 sendUrl INFO 0 [932] R:OK -2015-03-08 19:24:59 queue INFO >>0 [933] -2015-03-08 19:24:59 sendUrl INFO 0 [933] R:OK -2015-03-08 19:25:49 queue INFO >>0 [934] -2015-03-08 19:25:49 sendUrl INFO 0 [934] R:OK -2015-03-08 19:26:39 queue INFO >>0 [935] -2015-03-08 19:26:39 sendUrl INFO 0 [935] R:OK -2015-03-08 19:27:29 queue INFO >>0 [936] -2015-03-08 19:27:29 sendUrl INFO 0 [936] R:OK -2015-03-08 19:28:19 queue INFO >>0 [937] -2015-03-08 19:28:19 sendUrl INFO 0 [937] R:OK -2015-03-08 19:29:09 queue INFO >>0 [938] -2015-03-08 19:29:10 sendUrl INFO 0 [938] R:OK -2015-03-08 19:30:00 queue INFO >>0 [939] -2015-03-08 19:30:00 sendUrl INFO 0 [939] R:OK -2015-03-08 19:30:50 queue INFO >>0 [940] -2015-03-08 19:30:50 sendUrl INFO 0 [940] R:OK -2015-03-08 19:31:40 queue INFO >>0 [941] -2015-03-08 19:31:40 sendUrl INFO 0 [941] R:OK -2015-03-08 19:32:30 queue INFO >>0 [942] -2015-03-08 19:32:30 sendUrl INFO 0 [942] R:OK -2015-03-08 19:33:20 queue INFO >>0 [943] -2015-03-08 19:33:20 sendUrl INFO 0 [943] R:OK -2015-03-08 19:34:10 queue INFO >>0 [944] -2015-03-08 19:34:11 sendUrl INFO 0 [944] R:OK -2015-03-08 19:35:00 queue INFO >>0 [945] -2015-03-08 19:35:01 sendUrl INFO 0 [945] R:OK -2015-03-08 19:35:51 queue INFO >>0 [946] -2015-03-08 19:35:51 sendUrl INFO 0 [946] R:OK -2015-03-08 19:36:41 queue INFO >>0 [947] -2015-03-08 19:36:41 sendUrl INFO 0 [947] R:OK -2015-03-08 19:37:31 queue INFO >>0 [948] -2015-03-08 19:37:31 sendUrl INFO 0 [948] R:OK -2015-03-08 19:38:21 queue INFO >>0 [949] -2015-03-08 19:38:21 sendUrl INFO 0 [949] R:OK -2015-03-08 19:39:11 queue INFO >>0 [950] -2015-03-08 19:39:12 sendUrl INFO 0 [950] R:OK -2015-03-08 19:40:01 queue INFO >>0 [951] -2015-03-08 19:40:02 sendUrl INFO 0 [951] R:OK -2015-03-08 19:40:52 queue INFO >>0 [952] -2015-03-08 19:40:52 sendUrl INFO 0 [952] R:OK -2015-03-08 19:41:42 queue INFO >>0 [953] -2015-03-08 19:41:42 sendUrl INFO 0 [953] R:OK -2015-03-08 19:42:32 queue INFO >>0 [954] -2015-03-08 19:42:32 sendUrl INFO 0 [954] R:OK -2015-03-08 19:43:22 queue INFO >>0 [955] -2015-03-08 19:43:22 sendUrl INFO 0 [955] R:OK -2015-03-08 19:44:12 queue INFO >>0 [956] -2015-03-08 19:44:13 sendUrl INFO 0 [956] R:OK -2015-03-08 19:45:02 queue INFO >>0 [957] -2015-03-08 19:45:02 sendUrl INFO 0 [957] R:OK -2015-03-08 19:45:52 queue INFO >>0 [958] -2015-03-08 19:45:53 sendUrl INFO 0 [958] R:OK -2015-03-08 19:46:43 queue INFO >>0 [959] -2015-03-08 19:46:43 sendUrl INFO 0 [959] R:OK -2015-03-08 19:47:33 queue INFO >>0 [960] -2015-03-08 19:47:33 sendUrl INFO 0 [960] R:OK -2015-03-08 19:48:23 queue INFO >>0 [961] -2015-03-08 19:48:23 sendUrl INFO 0 [961] R:OK -2015-03-08 19:49:13 queue INFO >>0 [962] -2015-03-08 19:49:14 sendUrl INFO 0 [962] R:OK -2015-03-08 19:50:03 queue INFO >>0 [963] -2015-03-08 19:50:03 sendUrl INFO 0 [963] R:OK -2015-03-08 19:50:53 queue INFO >>0 [964] -2015-03-08 19:50:54 sendUrl INFO 0 [964] R:OK -2015-03-08 19:51:44 queue INFO >>0 [965] -2015-03-08 19:51:44 sendUrl INFO 0 [965] R:OK -2015-03-08 19:52:34 queue INFO >>0 [966] -2015-03-08 19:52:34 sendUrl INFO 0 [966] R:OK -2015-03-08 19:53:24 queue INFO >>0 [967] -2015-03-08 19:53:24 sendUrl INFO 0 [967] R:OK -2015-03-08 19:54:14 queue INFO >>0 [968] -2015-03-08 19:54:14 sendUrl INFO 0 [968] R:OK -2015-03-08 19:55:04 queue INFO >>0 [969] -2015-03-08 19:55:04 sendUrl INFO 0 [969] R:OK -2015-03-08 19:55:54 queue INFO >>0 [970] -2015-03-08 19:55:55 sendUrl INFO 0 [970] R:OK -2015-03-08 19:56:44 queue INFO >>0 [971] -2015-03-08 19:56:45 sendUrl INFO 0 [971] R:OK -2015-03-08 19:57:35 queue INFO >>0 [972] -2015-03-08 19:57:35 sendUrl INFO 0 [972] R:OK -2015-03-08 19:58:25 queue INFO >>0 [973] -2015-03-08 19:58:25 sendUrl INFO 0 [973] R:OK -2015-03-08 19:59:15 queue INFO >>0 [974] -2015-03-08 19:59:15 sendUrl INFO 0 [974] R:OK -2015-03-08 20:00:05 queue INFO >>0 [975] -2015-03-08 20:00:05 sendUrl INFO 0 [975] R:OK -2015-03-08 20:00:55 queue INFO >>0 [976] -2015-03-08 20:00:55 sendUrl INFO 0 [976] R:OK -2015-03-08 20:01:45 queue INFO >>0 [977] -2015-03-08 20:01:46 sendUrl INFO 0 [977] R:OK -2015-03-08 20:02:35 queue INFO >>0 [978] -2015-03-08 20:02:36 sendUrl INFO 0 [978] R:OK -2015-03-08 20:03:25 queue INFO >>0 [979] -2015-03-08 20:03:26 sendUrl INFO 0 [979] R:OK -2015-03-08 20:04:16 queue INFO >>0 [980] -2015-03-08 20:04:16 sendUrl INFO 0 [980] R:OK -2015-03-08 20:05:06 queue INFO >>0 [981] -2015-03-08 20:05:06 sendUrl INFO 0 [981] R:OK -2015-03-08 20:05:56 queue INFO >>0 [982] -2015-03-08 20:05:56 sendUrl INFO 0 [982] R:OK -2015-03-08 20:06:46 queue INFO >>0 [983] -2015-03-08 20:06:47 sendUrl INFO 0 [983] R:OK -2015-03-08 20:07:36 queue INFO >>0 [984] -2015-03-08 20:07:36 sendUrl INFO 0 [984] R:OK -2015-03-08 20:08:26 queue INFO >>0 [985] -2015-03-08 20:08:27 sendUrl INFO 0 [985] R:OK -2015-03-08 20:09:17 queue INFO >>0 [986] -2015-03-08 20:09:17 sendUrl INFO 0 [986] R:OK -2015-03-08 20:10:07 queue INFO >>0 [987] -2015-03-08 20:10:07 sendUrl INFO 0 [987] R:OK -2015-03-08 20:10:57 queue INFO >>0 [988] -2015-03-08 20:10:57 sendUrl INFO 0 [988] R:OK -2015-03-08 20:11:47 queue INFO >>0 [989] -2015-03-08 20:11:48 sendUrl INFO 0 [989] R:OK -2015-03-08 20:12:37 queue INFO >>0 [990] -2015-03-08 20:12:37 sendUrl INFO 0 [990] R:OK -2015-03-08 20:13:27 queue INFO >>0 [991] -2015-03-08 20:13:28 sendUrl INFO 0 [991] R:OK -2015-03-08 20:14:17 queue INFO >>0 [992] -2015-03-08 20:14:18 sendUrl INFO 0 [992] R:OK -2015-03-08 20:15:08 queue INFO >>0 [993] -2015-03-08 20:15:08 sendUrl INFO 0 [993] R:OK -2015-03-08 20:15:58 queue INFO >>0 [994] -2015-03-08 20:15:58 sendUrl INFO 0 [994] R:OK -2015-03-08 20:16:48 queue INFO >>0 [995] -2015-03-08 20:16:48 sendUrl INFO 0 [995] R:OK -2015-03-08 20:17:38 queue INFO >>0 [996] -2015-03-08 20:17:38 sendUrl INFO 0 [996] R:OK -2015-03-08 20:18:28 queue INFO >>0 [997] -2015-03-08 20:18:29 sendUrl INFO 0 [997] R:OK -2015-03-08 20:19:18 queue INFO >>0 [998] -2015-03-08 20:19:18 sendUrl INFO 0 [998] R:OK -2015-03-08 20:20:09 queue INFO >>0 [999] -2015-03-08 20:20:09 sendUrl INFO 0 [999] R:OK -2015-03-08 20:20:59 queue INFO >>0 [0] -2015-03-08 20:20:59 sendUrl INFO 0 [0] R:OK -2015-03-08 20:21:49 queue INFO >>0 [1] -2015-03-08 20:21:49 sendUrl INFO 0 [1] R:OK -2015-03-08 20:22:39 queue INFO >>0 [2] -2015-03-08 20:22:39 sendUrl INFO 0 [2] R:OK -2015-03-08 20:23:29 queue INFO >>0 [3] -2015-03-08 20:23:30 sendUrl INFO 0 [3] R:OK -2015-03-08 20:24:19 queue INFO >>0 [4] -2015-03-08 20:24:19 sendUrl INFO 0 [4] R:OK -2015-03-08 20:25:09 queue INFO >>0 [5] -2015-03-08 20:25:10 sendUrl INFO 0 [5] R:OK -2015-03-08 20:26:00 queue INFO >>0 [6] -2015-03-08 20:26:00 sendUrl INFO 0 [6] R:OK -2015-03-08 20:26:50 queue INFO >>0 [7] -2015-03-08 20:26:50 sendUrl INFO 0 [7] R:OK -2015-03-08 20:27:40 queue INFO >>0 [8] -2015-03-08 20:27:40 sendUrl INFO 0 [8] R:OK -2015-03-08 20:28:30 queue INFO >>0 [9] -2015-03-08 20:28:30 sendUrl INFO 0 [9] R:OK -2015-03-08 20:29:20 queue INFO >>0 [10] -2015-03-08 20:29:20 sendUrl INFO 0 [10] R:OK -2015-03-08 20:30:10 queue INFO >>0 [11] -2015-03-08 20:30:11 sendUrl INFO 0 [11] R:OK -2015-03-08 20:31:00 queue INFO >>0 [12] -2015-03-08 20:31:01 sendUrl INFO 0 [12] R:OK -2015-03-08 20:31:50 queue INFO >>0 [13] -2015-03-08 20:31:51 sendUrl INFO 0 [13] R:OK -2015-03-08 20:32:41 queue INFO >>0 [14] -2015-03-08 20:32:41 sendUrl INFO 0 [14] R:OK -2015-03-08 20:33:31 queue INFO >>0 [15] -2015-03-08 20:33:31 sendUrl INFO 0 [15] R:OK -2015-03-08 20:34:21 queue INFO >>0 [16] -2015-03-08 20:34:21 sendUrl INFO 0 [16] R:OK -2015-03-08 20:35:11 queue INFO >>0 [17] -2015-03-08 20:35:11 sendUrl INFO 0 [17] R:OK -2015-03-08 20:36:01 queue INFO >>0 [18] -2015-03-08 20:36:02 sendUrl INFO 0 [18] R:OK -2015-03-08 20:36:51 queue INFO >>0 [19] -2015-03-08 20:36:52 sendUrl INFO 0 [19] R:OK -2015-03-08 20:37:42 queue INFO >>0 [20] -2015-03-08 20:37:42 sendUrl INFO 0 [20] R:OK -2015-03-08 20:38:32 queue INFO >>0 [21] -2015-03-08 20:38:32 sendUrl INFO 0 [21] R:OK -2015-03-08 20:39:22 queue INFO >>0 [22] -2015-03-08 20:39:22 sendUrl INFO 0 [22] R:OK -2015-03-08 20:40:12 queue INFO >>0 [23] -2015-03-08 20:40:12 sendUrl INFO 0 [23] R:OK -2015-03-08 20:41:02 queue INFO >>0 [24] -2015-03-08 20:41:03 sendUrl INFO 0 [24] R:OK -2015-03-08 20:41:52 queue INFO >>0 [25] -2015-03-08 20:41:53 sendUrl INFO 0 [25] R:OK -2015-03-08 20:42:42 queue INFO >>0 [26] -2015-03-08 20:42:43 sendUrl INFO 0 [26] R:OK -2015-03-08 20:43:33 queue INFO >>0 [27] -2015-03-08 20:43:33 sendUrl INFO 0 [27] R:OK -2015-03-08 20:44:23 queue INFO >>0 [28] -2015-03-08 20:44:23 sendUrl INFO 0 [28] R:OK -2015-03-08 20:45:13 queue INFO >>0 [29] -2015-03-08 20:45:13 sendUrl INFO 0 [29] R:OK -2015-03-08 20:46:03 queue INFO >>0 [30] -2015-03-08 20:46:03 sendUrl INFO 0 [30] R:OK -2015-03-08 20:46:53 queue INFO >>0 [31] -2015-03-08 20:46:53 sendUrl INFO 0 [31] R:OK -2015-03-08 20:47:43 queue INFO >>0 [32] -2015-03-08 20:47:44 sendUrl INFO 0 [32] R:OK -2015-03-08 20:48:33 queue INFO >>0 [33] -2015-03-08 20:48:34 sendUrl INFO 0 [33] R:OK -2015-03-08 20:49:24 queue INFO >>0 [34] -2015-03-08 20:49:24 sendUrl INFO 0 [34] R:OK -2015-03-08 20:50:14 queue INFO >>0 [35] -2015-03-08 20:50:14 sendUrl INFO 0 [35] R:OK -2015-03-08 20:51:04 queue INFO >>0 [36] -2015-03-08 20:51:04 sendUrl INFO 0 [36] R:OK -2015-03-08 20:51:54 queue INFO >>0 [37] -2015-03-08 20:51:54 sendUrl INFO 0 [37] R:OK -2015-03-08 20:52:44 queue INFO >>0 [38] -2015-03-08 20:52:45 sendUrl INFO 0 [38] R:OK -2015-03-08 20:53:34 queue INFO >>0 [39] -2015-03-08 20:53:34 sendUrl INFO 0 [39] R:OK -2015-03-08 20:54:24 queue INFO >>0 [40] -2015-03-08 20:54:25 sendUrl INFO 0 [40] R:OK -2015-03-08 20:55:15 queue INFO >>0 [41] -2015-03-08 20:55:15 sendUrl INFO 0 [41] R:OK -2015-03-08 20:56:05 queue INFO >>0 [42] -2015-03-08 20:56:05 sendUrl INFO 0 [42] R:OK -2015-03-08 20:56:55 queue INFO >>0 [43] -2015-03-08 20:56:55 sendUrl INFO 0 [43] R:OK -2015-03-08 20:57:45 queue INFO >>0 [44] -2015-03-08 20:57:45 sendUrl INFO 0 [44] R:OK -2015-03-08 20:58:35 queue INFO >>0 [45] -2015-03-08 20:58:35 sendUrl INFO 0 [45] R:OK -2015-03-08 20:59:25 queue INFO >>0 [46] -2015-03-08 20:59:25 sendUrl INFO 0 [46] R:OK -2015-03-08 21:00:15 queue INFO >>0 [47] -2015-03-08 21:00:16 sendUrl INFO 0 [47] R:OK -2015-03-08 21:01:05 queue INFO >>0 [48] -2015-03-08 21:01:06 sendUrl INFO 0 [48] R:OK -2015-03-08 21:01:56 queue INFO >>0 [49] -2015-03-08 21:01:56 sendUrl INFO 0 [49] R:OK -2015-03-08 21:02:46 queue INFO >>0 [50] -2015-03-08 21:02:46 sendUrl INFO 0 [50] R:OK -2015-03-08 21:03:36 queue INFO >>0 [51] -2015-03-08 21:03:36 sendUrl INFO 0 [51] R:OK -2015-03-08 21:04:26 queue INFO >>0 [52] -2015-03-08 21:04:26 sendUrl INFO 0 [52] R:OK -2015-03-08 21:05:16 queue INFO >>0 [53] -2015-03-08 21:05:17 sendUrl INFO 0 [53] R:OK -2015-03-08 21:06:06 queue INFO >>0 [54] -2015-03-08 21:06:07 sendUrl INFO 0 [54] R:OK -2015-03-08 21:06:57 queue INFO >>0 [55] -2015-03-08 21:06:57 sendUrl INFO 0 [55] R:OK -2015-03-08 21:07:47 queue INFO >>0 [56] -2015-03-08 21:07:47 sendUrl INFO 0 [56] R:OK -2015-03-08 21:08:37 queue INFO >>0 [57] -2015-03-08 21:08:37 sendUrl INFO 0 [57] R:OK -2015-03-08 21:09:27 queue INFO >>0 [58] -2015-03-08 21:09:27 sendUrl INFO 0 [58] R:OK -2015-03-08 21:10:17 queue INFO >>0 [59] -2015-03-08 21:10:18 sendUrl INFO 0 [59] R:OK -2015-03-08 21:11:07 queue INFO >>0 [60] -2015-03-08 21:11:07 sendUrl INFO 0 [60] R:OK -2015-03-08 21:11:57 queue INFO >>0 [61] -2015-03-08 21:11:58 sendUrl INFO 0 [61] R:OK -2015-03-08 21:12:48 queue INFO >>0 [62] -2015-03-08 21:12:48 sendUrl INFO 0 [62] R:OK -2015-03-08 21:13:38 queue INFO >>0 [63] -2015-03-08 21:13:38 sendUrl INFO 0 [63] R:OK -2015-03-08 21:14:28 queue INFO >>0 [64] -2015-03-08 21:14:28 sendUrl INFO 0 [64] R:OK -2015-03-08 21:15:18 queue INFO >>0 [65] -2015-03-08 21:15:19 sendUrl INFO 0 [65] R:OK -2015-03-08 21:16:08 queue INFO >>0 [66] -2015-03-08 21:16:08 sendUrl INFO 0 [66] R:OK -2015-03-08 21:16:58 queue INFO >>0 [67] -2015-03-08 21:16:59 sendUrl INFO 0 [67] R:OK -2015-03-08 21:17:49 queue INFO >>0 [68] -2015-03-08 21:17:49 sendUrl INFO 0 [68] R:OK -2015-03-08 21:18:39 queue INFO >>0 [69] -2015-03-08 21:18:39 sendUrl INFO 0 [69] R:OK -2015-03-08 21:19:29 queue INFO >>0 [70] -2015-03-08 21:19:29 sendUrl INFO 0 [70] R:OK -2015-03-08 21:20:19 queue INFO >>0 [71] -2015-03-08 21:20:20 sendUrl INFO 0 [71] R:OK -2015-03-08 21:21:09 queue INFO >>0 [72] -2015-03-08 21:21:09 sendUrl INFO 0 [72] R:OK -2015-03-08 21:21:59 queue INFO >>0 [73] -2015-03-08 21:22:00 sendUrl INFO 0 [73] R:OK -2015-03-08 21:22:49 queue INFO >>0 [74] -2015-03-08 21:22:50 sendUrl INFO 0 [74] R:OK -2015-03-08 21:23:40 queue INFO >>0 [75] -2015-03-08 21:23:40 sendUrl INFO 0 [75] R:OK -2015-03-08 21:24:30 queue INFO >>0 [76] -2015-03-08 21:24:30 sendUrl INFO 0 [76] R:OK -2015-03-08 21:25:20 queue INFO >>0 [77] -2015-03-08 21:25:20 sendUrl INFO 0 [77] R:OK -2015-03-08 21:26:10 queue INFO >>0 [78] -2015-03-08 21:26:10 sendUrl INFO 0 [78] R:OK -2015-03-08 21:27:00 queue INFO >>0 [79] -2015-03-08 21:27:00 sendUrl INFO 0 [79] R:OK -2015-03-08 21:27:50 queue INFO >>0 [80] -2015-03-08 21:27:51 sendUrl INFO 0 [80] R:OK -2015-03-08 21:28:40 queue INFO >>0 [81] -2015-03-08 21:28:41 sendUrl INFO 0 [81] R:OK -2015-03-08 21:29:30 queue INFO >>0 [82] -2015-03-08 21:29:31 sendUrl INFO 0 [82] R:OK -2015-03-08 21:30:21 queue INFO >>0 [83] -2015-03-08 21:30:21 sendUrl INFO 0 [83] R:OK -2015-03-08 21:31:11 queue INFO >>0 [84] -2015-03-08 21:31:11 sendUrl INFO 0 [84] R:OK -2015-03-08 21:32:01 queue INFO >>0 [85] -2015-03-08 21:32:01 sendUrl INFO 0 [85] R:OK -2015-03-08 21:32:51 queue INFO >>0 [86] -2015-03-08 21:32:51 sendUrl INFO 0 [86] R:OK -2015-03-08 21:33:41 queue INFO >>0 [87] -2015-03-08 21:33:41 sendUrl INFO 0 [87] R:OK -2015-03-08 21:34:31 queue INFO >>0 [88] -2015-03-08 21:34:32 sendUrl INFO 0 [88] R:OK -2015-03-08 21:35:22 queue INFO >>0 [89] -2015-03-08 21:35:22 sendUrl INFO 0 [89] R:OK -2015-03-08 21:36:12 queue INFO >>0 [90] -2015-03-08 21:36:12 sendUrl INFO 0 [90] R:OK -2015-03-08 21:37:02 queue INFO >>0 [91] -2015-03-08 21:37:02 sendUrl INFO 0 [91] R:OK -2015-03-08 21:37:52 queue INFO >>0 [92] -2015-03-08 21:37:52 sendUrl INFO 0 [92] R:OK -2015-03-08 21:38:42 queue INFO >>0 [93] -2015-03-08 21:38:42 sendUrl INFO 0 [93] R:OK -2015-03-08 21:39:32 queue INFO >>0 [94] -2015-03-08 21:39:33 sendUrl INFO 0 [94] R:OK -2015-03-08 21:40:22 queue INFO >>0 [95] -2015-03-08 21:40:23 sendUrl INFO 0 [95] R:OK -2015-03-08 21:41:13 queue INFO >>0 [96] -2015-03-08 21:41:13 sendUrl INFO 0 [96] R:OK -2015-03-08 21:42:03 queue INFO >>0 [97] -2015-03-08 21:42:03 sendUrl INFO 0 [97] R:OK -2015-03-08 21:42:53 queue INFO >>0 [98] -2015-03-08 21:42:53 sendUrl INFO 0 [98] R:OK -2015-03-08 21:43:43 queue INFO >>0 [99] -2015-03-08 21:43:43 sendUrl INFO 0 [99] R:OK -2015-03-08 21:44:33 queue INFO >>0 [100] -2015-03-08 21:44:34 sendUrl INFO 0 [100] R:OK -2015-03-08 21:45:23 queue INFO >>0 [101] -2015-03-08 21:45:23 sendUrl INFO 0 [101] R:OK -2015-03-08 21:46:14 queue INFO >>0 [102] -2015-03-08 21:46:14 sendUrl INFO 0 [102] R:OK -2015-03-08 21:47:04 queue INFO >>0 [103] -2015-03-08 21:47:04 sendUrl INFO 0 [103] R:OK -2015-03-08 21:47:54 queue INFO >>0 [104] -2015-03-08 21:47:54 sendUrl INFO 0 [104] R:OK -2015-03-08 21:48:44 queue INFO >>0 [105] -2015-03-08 21:48:44 sendUrl INFO 0 [105] R:OK -2015-03-08 21:49:34 queue INFO >>0 [106] -2015-03-08 21:49:35 sendUrl INFO 0 [106] R:OK -2015-03-08 21:50:24 queue INFO >>0 [107] -2015-03-08 21:50:24 sendUrl INFO 0 [107] R:OK -2015-03-08 21:51:14 queue INFO >>0 [108] -2015-03-08 21:51:15 sendUrl INFO 0 [108] R:OK -2015-03-08 21:52:05 queue INFO >>0 [109] -2015-03-08 21:52:05 sendUrl INFO 0 [109] R:OK -2015-03-08 21:52:55 queue INFO >>0 [110] -2015-03-08 21:52:55 sendUrl INFO 0 [110] R:OK -2015-03-08 21:53:45 queue INFO >>0 [111] -2015-03-08 21:53:45 sendUrl INFO 0 [111] R:OK -2015-03-08 21:54:35 queue INFO >>0 [112] -2015-03-08 21:54:36 sendUrl INFO 0 [112] R:OK -2015-03-08 21:55:25 queue INFO >>0 [113] -2015-03-08 21:55:25 sendUrl INFO 0 [113] R:OK -2015-03-08 21:56:15 queue INFO >>0 [114] -2015-03-08 21:56:16 sendUrl INFO 0 [114] R:OK -2015-03-08 21:57:05 queue INFO >>0 [115] -2015-03-08 21:57:06 sendUrl INFO 0 [115] R:OK -2015-03-08 21:57:56 queue INFO >>0 [116] -2015-03-08 21:57:56 sendUrl INFO 0 [116] R:OK -2015-03-08 21:58:46 queue INFO >>0 [117] -2015-03-08 21:58:46 sendUrl INFO 0 [117] R:OK -2015-03-08 21:59:36 queue INFO >>0 [118] -2015-03-08 21:59:36 sendUrl INFO 0 [118] R:OK -2015-03-08 22:00:26 queue INFO >>0 [119] -2015-03-08 22:00:26 sendUrl INFO 0 [119] R:OK -2015-03-08 22:01:16 queue INFO >>0 [120] -2015-03-08 22:01:17 sendUrl INFO 0 [120] R:OK -2015-03-08 22:02:06 queue INFO >>0 [121] -2015-03-08 22:02:07 sendUrl INFO 0 [121] R:OK -2015-03-08 22:02:57 queue INFO >>0 [122] -2015-03-08 22:02:57 sendUrl INFO 0 [122] R:OK -2015-03-08 22:03:47 queue INFO >>0 [123] -2015-03-08 22:03:47 sendUrl INFO 0 [123] R:OK -2015-03-08 22:04:37 queue INFO >>0 [124] -2015-03-08 22:04:37 sendUrl INFO 0 [124] R:OK -2015-03-08 22:05:27 queue INFO >>0 [125] -2015-03-08 22:05:27 sendUrl INFO 0 [125] R:OK -2015-03-08 22:06:17 queue INFO >>0 [126] -2015-03-08 22:06:18 sendUrl INFO 0 [126] R:OK -2015-03-08 22:07:07 queue INFO >>0 [127] -2015-03-08 22:07:08 sendUrl INFO 0 [127] R:OK -2015-03-08 22:07:57 queue INFO >>0 [128] -2015-03-08 22:07:58 sendUrl INFO 0 [128] R:OK -2015-03-08 22:08:48 queue INFO >>0 [129] -2015-03-08 22:08:48 sendUrl INFO 0 [129] R:OK -2015-03-08 22:09:38 queue INFO >>0 [130] -2015-03-08 22:09:38 sendUrl INFO 0 [130] R:OK -2015-03-08 22:10:28 queue INFO >>0 [131] -2015-03-08 22:10:28 sendUrl INFO 0 [131] R:OK -2015-03-08 22:11:18 queue INFO >>0 [132] -2015-03-08 22:11:18 sendUrl INFO 0 [132] R:OK -2015-03-08 22:12:08 queue INFO >>0 [133] -2015-03-08 22:12:09 sendUrl INFO 0 [133] R:OK -2015-03-08 22:12:58 queue INFO >>0 [134] -2015-03-08 22:12:58 sendUrl INFO 0 [134] R:OK -2015-03-08 22:13:48 queue INFO >>0 [135] -2015-03-08 22:13:49 sendUrl INFO 0 [135] R:OK -2015-03-08 22:14:39 queue INFO >>0 [136] -2015-03-08 22:14:39 sendUrl INFO 0 [136] R:OK -2015-03-08 22:15:29 queue INFO >>0 [137] -2015-03-08 22:15:29 sendUrl INFO 0 [137] R:OK -2015-03-08 22:16:19 queue INFO >>0 [138] -2015-03-08 22:16:19 sendUrl INFO 0 [138] R:OK -2015-03-08 22:17:09 queue INFO >>0 [139] -2015-03-08 22:17:09 sendUrl INFO 0 [139] R:OK -2015-03-08 22:17:59 queue INFO >>0 [140] -2015-03-08 22:17:59 sendUrl INFO 0 [140] R:OK -2015-03-08 22:18:49 queue INFO >>0 [141] -2015-03-08 22:18:50 sendUrl INFO 0 [141] R:OK -2015-03-08 22:19:39 queue INFO >>0 [142] -2015-03-08 22:19:40 sendUrl INFO 0 [142] R:OK -2015-03-08 22:20:30 queue INFO >>0 [143] -2015-03-08 22:20:30 sendUrl INFO 0 [143] R:OK -2015-03-08 22:21:20 queue INFO >>0 [144] -2015-03-08 22:21:20 sendUrl INFO 0 [144] R:OK -2015-03-08 22:22:10 queue INFO >>0 [145] -2015-03-08 22:22:10 sendUrl INFO 0 [145] R:OK -2015-03-08 22:23:00 queue INFO >>0 [146] -2015-03-08 22:23:00 sendUrl INFO 0 [146] R:OK -2015-03-08 22:23:50 queue INFO >>0 [147] -2015-03-08 22:23:51 sendUrl INFO 0 [147] R:OK -2015-03-08 22:24:40 queue INFO >>0 [148] -2015-03-08 22:24:40 sendUrl INFO 0 [148] R:OK -2015-03-08 22:25:30 queue INFO >>0 [149] -2015-03-08 22:25:31 sendUrl INFO 0 [149] R:OK -2015-03-08 22:26:20 queue INFO >>0 [150] -2015-03-08 22:26:21 sendUrl INFO 0 [150] R:OK -2015-03-08 22:27:11 queue INFO >>0 [151] -2015-03-08 22:27:11 sendUrl INFO 0 [151] R:OK -2015-03-08 22:28:01 queue INFO >>0 [152] -2015-03-08 22:28:01 sendUrl INFO 0 [152] R:OK -2015-03-08 22:28:51 queue INFO >>0 [153] -2015-03-08 22:28:51 sendUrl INFO 0 [153] R:OK -2015-03-08 22:29:41 queue INFO >>0 [154] -2015-03-08 22:29:41 sendUrl INFO 0 [154] R:OK -2015-03-08 22:30:31 queue INFO >>0 [155] -2015-03-08 22:30:32 sendUrl INFO 0 [155] R:OK -2015-03-08 22:31:21 queue INFO >>0 [156] -2015-03-08 22:31:22 sendUrl INFO 0 [156] R:OK -2015-03-08 22:32:12 queue INFO >>0 [157] -2015-03-08 22:32:12 sendUrl INFO 0 [157] R:OK -2015-03-08 22:33:02 queue INFO >>0 [158] -2015-03-08 22:33:02 sendUrl INFO 0 [158] R:OK -2015-03-08 22:33:52 queue INFO >>0 [159] -2015-03-08 22:33:52 sendUrl INFO 0 [159] R:OK -2015-03-08 22:34:42 queue INFO >>0 [160] -2015-03-08 22:34:42 sendUrl INFO 0 [160] R:OK -2015-03-08 22:35:32 queue INFO >>0 [161] -2015-03-08 22:35:32 sendUrl INFO 0 [161] R:OK -2015-03-08 22:36:22 queue INFO >>0 [162] -2015-03-08 22:36:23 sendUrl INFO 0 [162] R:OK -2015-03-08 22:37:12 queue INFO >>0 [163] -2015-03-08 22:37:13 sendUrl INFO 0 [163] R:OK -2015-03-08 22:38:02 queue INFO >>0 [164] -2015-03-08 22:38:03 sendUrl INFO 0 [164] R:OK -2015-03-08 22:38:53 queue INFO >>0 [165] -2015-03-08 22:38:53 sendUrl INFO 0 [165] R:OK -2015-03-08 22:39:43 queue INFO >>0 [166] -2015-03-08 22:39:43 sendUrl INFO 0 [166] R:OK -2015-03-08 22:40:33 queue INFO >>0 [167] -2015-03-08 22:40:33 sendUrl INFO 0 [167] R:OK -2015-03-08 22:41:23 queue INFO >>0 [168] -2015-03-08 22:41:24 sendUrl INFO 0 [168] R:OK -2015-03-08 22:42:13 queue INFO >>0 [169] -2015-03-08 22:42:13 sendUrl INFO 0 [169] R:OK -2015-03-08 22:43:03 queue INFO >>0 [170] -2015-03-08 22:43:04 sendUrl INFO 0 [170] R:OK -2015-03-08 22:43:53 queue INFO >>0 [171] -2015-03-08 22:43:54 sendUrl INFO 0 [171] R:OK -2015-03-08 22:44:44 queue INFO >>0 [172] -2015-03-08 22:44:44 sendUrl INFO 0 [172] R:OK -2015-03-08 22:45:34 queue INFO >>0 [173] -2015-03-08 22:45:34 sendUrl INFO 0 [173] R:OK -2015-03-08 22:46:24 queue INFO >>0 [174] -2015-03-08 22:46:24 sendUrl INFO 0 [174] R:OK -2015-03-08 22:47:14 queue INFO >>0 [175] -2015-03-08 22:47:14 sendUrl INFO 0 [175] R:OK -2015-03-08 22:48:04 queue INFO >>0 [176] -2015-03-08 22:48:05 sendUrl INFO 0 [176] R:OK -2015-03-08 22:48:54 queue INFO >>0 [177] -2015-03-08 22:48:55 sendUrl INFO 0 [177] R:OK -2015-03-08 22:49:45 queue INFO >>0 [178] -2015-03-08 22:49:45 sendUrl INFO 0 [178] R:OK -2015-03-08 22:50:35 queue INFO >>0 [179] -2015-03-08 22:50:35 sendUrl INFO 0 [179] R:OK -2015-03-08 22:51:25 queue INFO >>0 [180] -2015-03-08 22:51:25 sendUrl INFO 0 [180] R:OK -2015-03-08 22:52:15 queue INFO >>0 [181] -2015-03-08 22:52:15 sendUrl INFO 0 [181] R:OK -2015-03-08 22:53:05 queue INFO >>0 [182] -2015-03-08 22:53:06 sendUrl INFO 0 [182] R:OK -2015-03-08 22:53:55 queue INFO >>0 [183] -2015-03-08 22:53:56 sendUrl INFO 0 [183] R:OK -2015-03-08 22:54:45 queue INFO >>0 [184] -2015-03-08 22:54:46 sendUrl INFO 0 [184] R:OK -2015-03-08 22:55:36 queue INFO >>0 [185] -2015-03-08 22:55:36 sendUrl INFO 0 [185] R:OK -2015-03-08 22:56:26 queue INFO >>0 [186] -2015-03-08 22:56:26 sendUrl INFO 0 [186] R:OK -2015-03-08 22:57:16 queue INFO >>0 [187] -2015-03-08 22:57:16 sendUrl INFO 0 [187] R:OK -2015-03-08 22:58:06 queue INFO >>0 [188] -2015-03-08 22:58:06 sendUrl INFO 0 [188] R:OK -2015-03-08 22:58:56 queue INFO >>0 [189] -2015-03-08 22:58:56 sendUrl INFO 0 [189] R:OK -2015-03-08 22:59:46 queue INFO >>0 [190] -2015-03-08 22:59:47 sendUrl INFO 0 [190] R:OK -2015-03-08 23:00:37 queue INFO >>0 [191] -2015-03-08 23:00:37 sendUrl INFO 0 [191] R:OK -2015-03-08 23:01:27 queue INFO >>0 [192] -2015-03-08 23:01:27 sendUrl INFO 0 [192] R:OK -2015-03-08 23:02:17 queue INFO >>0 [193] -2015-03-08 23:02:17 sendUrl INFO 0 [193] R:OK -2015-03-08 23:03:07 queue INFO >>0 [194] -2015-03-08 23:03:07 sendUrl INFO 0 [194] R:OK -2015-03-08 23:03:57 queue INFO >>0 [195] -2015-03-08 23:03:57 sendUrl INFO 0 [195] R:OK -2015-03-08 23:04:47 queue INFO >>0 [196] -2015-03-08 23:04:48 sendUrl INFO 0 [196] R:OK -2015-03-08 23:05:37 queue INFO >>0 [197] -2015-03-08 23:05:38 sendUrl INFO 0 [197] R:OK -2015-03-08 23:06:28 queue INFO >>0 [198] -2015-03-08 23:06:28 sendUrl INFO 0 [198] R:OK -2015-03-08 23:07:18 queue INFO >>0 [199] -2015-03-08 23:07:18 sendUrl INFO 0 [199] R:OK -2015-03-08 23:08:08 queue INFO >>0 [200] -2015-03-08 23:08:08 sendUrl INFO 0 [200] R:OK -2015-03-08 23:08:58 queue INFO >>0 [201] -2015-03-08 23:08:58 sendUrl INFO 0 [201] R:OK -2015-03-08 23:09:48 queue INFO >>0 [202] -2015-03-08 23:09:48 sendUrl INFO 0 [202] R:OK -2015-03-08 23:10:38 queue INFO >>0 [203] -2015-03-08 23:10:39 sendUrl INFO 0 [203] R:OK -2015-03-08 23:11:29 queue INFO >>0 [204] -2015-03-08 23:11:29 sendUrl INFO 0 [204] R:OK -2015-03-08 23:12:19 queue INFO >>0 [205] -2015-03-08 23:12:19 sendUrl INFO 0 [205] R:OK -2015-03-08 23:13:09 queue INFO >>0 [206] -2015-03-08 23:13:09 sendUrl INFO 0 [206] R:OK -2015-03-08 23:13:59 queue INFO >>0 [207] -2015-03-08 23:13:59 sendUrl INFO 0 [207] R:OK -2015-03-08 23:14:49 queue INFO >>0 [208] -2015-03-08 23:14:49 sendUrl INFO 0 [208] R:OK -2015-03-08 23:15:39 queue INFO >>0 [209] -2015-03-08 23:15:40 sendUrl INFO 0 [209] R:OK -2015-03-08 23:16:29 queue INFO >>0 [210] -2015-03-08 23:16:30 sendUrl INFO 0 [210] R:OK -2015-03-08 23:17:20 queue INFO >>0 [211] -2015-03-08 23:17:20 sendUrl INFO 0 [211] R:OK -2015-03-08 23:18:10 queue INFO >>0 [212] -2015-03-08 23:18:10 sendUrl INFO 0 [212] R:OK -2015-03-08 23:19:00 queue INFO >>0 [213] -2015-03-08 23:19:00 sendUrl INFO 0 [213] R:OK -2015-03-08 23:19:50 queue INFO >>0 [214] -2015-03-08 23:19:50 sendUrl INFO 0 [214] R:OK -2015-03-08 23:20:40 queue INFO >>0 [215] -2015-03-08 23:20:41 sendUrl INFO 0 [215] R:OK -2015-03-08 23:21:30 queue INFO >>0 [216] -2015-03-08 23:21:30 sendUrl INFO 0 [216] R:OK -2015-03-08 23:22:20 queue INFO >>0 [217] -2015-03-08 23:22:21 sendUrl INFO 0 [217] R:OK -2015-03-08 23:23:10 queue INFO >>0 [218] -2015-03-08 23:23:11 sendUrl INFO 0 [218] R:OK -2015-03-08 23:24:01 queue INFO >>0 [219] -2015-03-08 23:24:01 sendUrl INFO 0 [219] R:OK -2015-03-08 23:24:51 queue INFO >>0 [220] -2015-03-08 23:24:51 sendUrl INFO 0 [220] R:OK -2015-03-08 23:25:41 queue INFO >>0 [221] -2015-03-08 23:25:41 sendUrl INFO 0 [221] R:OK -2015-03-08 23:26:31 queue INFO >>0 [222] -2015-03-08 23:26:31 sendUrl INFO 0 [222] R:OK -2015-03-08 23:27:21 queue INFO >>0 [223] -2015-03-08 23:27:22 sendUrl INFO 0 [223] R:OK -2015-03-08 23:28:11 queue INFO >>0 [224] -2015-03-08 23:28:12 sendUrl INFO 0 [224] R:OK -2015-03-08 23:29:02 queue INFO >>0 [225] -2015-03-08 23:29:02 sendUrl INFO 0 [225] R:OK -2015-03-08 23:29:52 queue INFO >>0 [226] -2015-03-08 23:29:52 sendUrl INFO 0 [226] R:OK -2015-03-08 23:30:42 queue INFO >>0 [227] -2015-03-08 23:30:42 sendUrl INFO 0 [227] R:OK -2015-03-08 23:31:32 queue INFO >>0 [228] -2015-03-08 23:31:32 sendUrl INFO 0 [228] R:OK -2015-03-08 23:32:22 queue INFO >>0 [229] -2015-03-08 23:32:23 sendUrl INFO 0 [229] R:OK -2015-03-08 23:33:12 queue INFO >>0 [230] -2015-03-08 23:33:13 sendUrl INFO 0 [230] R:OK -2015-03-08 23:34:02 queue INFO >>0 [231] -2015-03-08 23:34:03 sendUrl INFO 0 [231] R:OK -2015-03-08 23:34:53 queue INFO >>0 [232] -2015-03-08 23:34:53 sendUrl INFO 0 [232] R:OK -2015-03-08 23:35:43 queue INFO >>0 [233] -2015-03-08 23:35:43 sendUrl INFO 0 [233] R:OK -2015-03-08 23:36:33 queue INFO >>0 [234] -2015-03-08 23:36:33 sendUrl INFO 0 [234] R:OK -2015-03-08 23:37:23 queue INFO >>0 [235] -2015-03-08 23:37:23 sendUrl INFO 0 [235] R:OK -2015-03-08 23:38:13 queue INFO >>0 [236] -2015-03-08 23:38:14 sendUrl INFO 0 [236] R:OK -2015-03-08 23:39:03 queue INFO >>0 [237] -2015-03-08 23:39:03 sendUrl INFO 0 [237] R:OK -2015-03-08 23:39:53 queue INFO >>0 [238] -2015-03-08 23:39:54 sendUrl INFO 0 [238] R:OK -2015-03-08 23:40:43 queue INFO >>0 [239] -2015-03-08 23:40:44 sendUrl INFO 0 [239] R:OK -2015-03-08 23:41:34 queue INFO >>0 [240] -2015-03-08 23:41:34 sendUrl INFO 0 [240] R:OK -2015-03-08 23:42:24 queue INFO >>0 [241] -2015-03-08 23:42:24 sendUrl INFO 0 [241] R:OK -2015-03-08 23:43:14 queue INFO >>0 [242] -2015-03-08 23:43:14 sendUrl INFO 0 [242] R:OK -2015-03-08 23:44:04 queue INFO >>0 [243] -2015-03-08 23:44:04 sendUrl INFO 0 [243] R:OK -2015-03-08 23:44:54 queue INFO >>0 [244] -2015-03-08 23:44:55 sendUrl INFO 0 [244] R:OK -2015-03-08 23:45:44 queue INFO >>0 [245] -2015-03-08 23:45:44 sendUrl INFO 0 [245] R:OK -2015-03-08 23:46:35 queue INFO >>0 [246] -2015-03-08 23:46:35 sendUrl INFO 0 [246] R:OK -2015-03-08 23:47:25 queue INFO >>0 [247] -2015-03-08 23:47:25 sendUrl INFO 0 [247] R:OK -2015-03-08 23:48:15 queue INFO >>0 [248] -2015-03-08 23:48:15 sendUrl INFO 0 [248] R:OK -2015-03-08 23:49:05 queue INFO >>0 [249] -2015-03-08 23:49:05 sendUrl INFO 0 [249] R:OK -2015-03-08 23:49:55 queue INFO >>0 [250] -2015-03-08 23:49:56 sendUrl INFO 0 [250] R:OK -2015-03-08 23:50:45 queue INFO >>0 [251] -2015-03-08 23:50:45 sendUrl INFO 0 [251] R:OK -2015-03-08 23:51:35 queue INFO >>0 [252] -2015-03-08 23:51:36 sendUrl INFO 0 [252] R:OK -2015-03-08 23:52:25 queue INFO >>0 [253] -2015-03-08 23:52:26 sendUrl INFO 0 [253] R:OK -2015-03-08 23:53:16 queue INFO >>0 [254] -2015-03-08 23:53:16 sendUrl INFO 0 [254] R:OK -2015-03-08 23:54:06 queue INFO >>0 [255] -2015-03-08 23:54:06 sendUrl INFO 0 [255] R:OK -2015-03-08 23:54:56 queue INFO >>0 [256] -2015-03-08 23:54:56 sendUrl INFO 0 [256] R:OK -2015-03-08 23:55:46 queue INFO >>0 [257] -2015-03-08 23:55:46 sendUrl INFO 0 [257] R:OK -2015-03-08 23:56:36 queue INFO >>0 [258] -2015-03-08 23:56:37 sendUrl INFO 0 [258] R:OK -2015-03-08 23:57:26 queue INFO >>0 [259] -2015-03-08 23:57:27 sendUrl INFO 0 [259] R:OK -2015-03-08 23:58:16 queue INFO >>0 [260] -2015-03-08 23:58:17 sendUrl INFO 0 [260] R:OK -2015-03-08 23:59:07 queue INFO >>0 [261] -2015-03-08 23:59:07 sendUrl INFO 0 [261] R:OK -2015-03-08 23:59:57 queue INFO >>0 [262] -2015-03-08 23:59:57 sendUrl INFO 0 [262] R:OK -2015-03-09 00:00:47 queue INFO >>0 [263] -2015-03-09 00:00:47 sendUrl INFO 0 [263] R:OK -2015-03-09 00:01:37 queue INFO >>0 [264] -2015-03-09 00:01:37 sendUrl INFO 0 [264] R:OK -2015-03-09 00:02:27 queue INFO >>0 [265] -2015-03-09 00:02:28 sendUrl INFO 0 [265] R:OK -2015-03-09 00:03:17 queue INFO >>0 [266] -2015-03-09 00:03:18 sendUrl INFO 0 [266] R:OK -2015-03-09 00:04:08 queue INFO >>0 [267] -2015-03-09 00:04:08 sendUrl INFO 0 [267] R:OK -2015-03-09 00:04:58 queue INFO >>0 [268] -2015-03-09 00:04:58 sendUrl INFO 0 [268] R:OK -2015-03-09 00:05:48 queue INFO >>0 [269] -2015-03-09 00:05:48 sendUrl INFO 0 [269] R:OK -2015-03-09 00:06:38 queue INFO >>0 [270] -2015-03-09 00:06:38 sendUrl INFO 0 [270] R:OK -2015-03-09 00:07:28 queue INFO >>0 [271] -2015-03-09 00:07:29 sendUrl INFO 0 [271] R:OK -2015-03-09 00:08:18 queue INFO >>0 [272] -2015-03-09 00:08:19 sendUrl INFO 0 [272] R:OK -2015-03-09 00:09:08 queue INFO >>0 [273] -2015-03-09 00:09:09 sendUrl INFO 0 [273] R:OK -2015-03-09 00:09:59 queue INFO >>0 [274] -2015-03-09 00:09:59 sendUrl INFO 0 [274] R:OK -2015-03-09 00:10:49 queue INFO >>0 [275] -2015-03-09 00:10:49 sendUrl INFO 0 [275] R:OK -2015-03-09 00:11:39 queue INFO >>0 [276] -2015-03-09 00:11:39 sendUrl INFO 0 [276] R:OK -2015-03-09 00:12:29 queue INFO >>0 [277] -2015-03-09 00:12:30 sendUrl INFO 0 [277] R:OK -2015-03-09 00:13:19 queue INFO >>0 [278] -2015-03-09 00:13:19 sendUrl INFO 0 [278] R:OK -2015-03-09 00:14:09 queue INFO >>0 [279] -2015-03-09 00:14:10 sendUrl INFO 0 [279] R:OK -2015-03-09 00:15:00 queue INFO >>0 [280] -2015-03-09 00:15:00 sendUrl INFO 0 [280] R:OK -2015-03-09 00:15:50 queue INFO >>0 [281] -2015-03-09 00:15:50 sendUrl INFO 0 [281] R:OK -2015-03-09 00:16:40 queue INFO >>0 [282] -2015-03-09 00:16:40 sendUrl INFO 0 [282] R:OK -2015-03-09 00:17:30 queue INFO >>0 [283] -2015-03-09 00:17:31 sendUrl INFO 0 [283] R:OK -2015-03-09 00:18:20 queue INFO >>0 [284] -2015-03-09 00:18:20 sendUrl INFO 0 [284] R:OK -2015-03-09 00:19:10 queue INFO >>0 [285] -2015-03-09 00:19:11 sendUrl INFO 0 [285] R:OK -2015-03-09 00:20:00 queue INFO >>0 [286] -2015-03-09 00:20:01 sendUrl INFO 0 [286] R:OK -2015-03-09 00:20:51 queue INFO >>0 [287] -2015-03-09 00:20:51 sendUrl INFO 0 [287] R:OK -2015-03-09 00:21:41 queue INFO >>0 [288] -2015-03-09 00:21:41 sendUrl INFO 0 [288] R:OK -2015-03-09 00:22:31 queue INFO >>0 [289] -2015-03-09 00:22:31 sendUrl INFO 0 [289] R:OK -2015-03-09 00:23:21 queue INFO >>0 [290] -2015-03-09 00:23:21 sendUrl INFO 0 [290] R:OK -2015-03-09 00:24:11 queue INFO >>0 [291] -2015-03-09 00:24:12 sendUrl INFO 0 [291] R:OK -2015-03-09 00:25:01 queue INFO >>0 [292] -2015-03-09 00:25:01 sendUrl INFO 0 [292] R:OK -2015-03-09 00:25:52 queue INFO >>0 [293] -2015-03-09 00:25:52 sendUrl INFO 0 [293] R:OK -2015-03-09 00:26:42 queue INFO >>0 [294] -2015-03-09 00:26:42 sendUrl INFO 0 [294] R:OK -2015-03-09 00:27:32 queue INFO >>0 [295] -2015-03-09 00:27:32 sendUrl INFO 0 [295] R:OK -2015-03-09 00:28:22 queue INFO >>0 [296] -2015-03-09 00:28:22 sendUrl INFO 0 [296] R:OK -2015-03-09 00:29:12 queue INFO >>0 [297] -2015-03-09 00:29:13 sendUrl INFO 0 [297] R:OK -2015-03-09 00:30:02 queue INFO >>0 [298] -2015-03-09 00:30:02 sendUrl INFO 0 [298] R:OK -2015-03-09 00:30:52 queue INFO >>0 [299] -2015-03-09 00:30:53 sendUrl INFO 0 [299] R:OK -2015-03-09 00:31:43 queue INFO >>0 [300] -2015-03-09 00:31:43 sendUrl INFO 0 [300] R:OK -2015-03-09 00:32:33 queue INFO >>0 [301] -2015-03-09 00:32:33 sendUrl INFO 0 [301] R:OK -2015-03-09 00:33:23 queue INFO >>0 [302] -2015-03-09 00:33:23 sendUrl INFO 0 [302] R:OK -2015-03-09 00:34:13 queue INFO >>0 [303] -2015-03-09 00:34:14 sendUrl INFO 0 [303] R:OK -2015-03-09 00:35:03 queue INFO >>0 [304] -2015-03-09 00:35:03 sendUrl INFO 0 [304] R:OK -2015-03-09 00:35:53 queue INFO >>0 [305] -2015-03-09 00:35:54 sendUrl INFO 0 [305] R:OK -2015-03-09 00:36:44 queue INFO >>0 [306] -2015-03-09 00:36:44 sendUrl INFO 0 [306] R:OK -2015-03-09 00:37:34 queue INFO >>0 [307] -2015-03-09 00:37:34 sendUrl INFO 0 [307] R:OK -2015-03-09 00:38:24 queue INFO >>0 [308] -2015-03-09 00:38:24 sendUrl INFO 0 [308] R:OK -2015-03-09 00:39:14 queue INFO >>0 [309] -2015-03-09 00:39:14 sendUrl INFO 0 [309] R:OK -2015-03-09 00:40:04 queue INFO >>0 [310] -2015-03-09 00:40:04 sendUrl INFO 0 [310] R:OK -2015-03-09 00:40:54 queue INFO >>0 [311] -2015-03-09 00:40:55 sendUrl INFO 0 [311] R:OK -2015-03-09 00:41:44 queue INFO >>0 [312] -2015-03-09 00:41:45 sendUrl INFO 0 [312] R:OK -2015-03-09 00:42:35 queue INFO >>0 [313] -2015-03-09 00:42:35 sendUrl INFO 0 [313] R:OK -2015-03-09 00:43:25 queue INFO >>0 [314] -2015-03-09 00:43:25 sendUrl INFO 0 [314] R:OK -2015-03-09 00:44:15 queue INFO >>0 [315] -2015-03-09 00:44:15 sendUrl INFO 0 [315] R:OK -2015-03-09 00:45:05 queue INFO >>0 [316] -2015-03-09 00:45:05 sendUrl INFO 0 [316] R:OK -2015-03-09 00:45:55 queue INFO >>0 [317] -2015-03-09 00:45:56 sendUrl INFO 0 [317] R:OK -2015-03-09 00:46:45 queue INFO >>0 [318] -2015-03-09 00:46:46 sendUrl INFO 0 [318] R:OK -2015-03-09 00:47:36 queue INFO >>0 [319] -2015-03-09 00:47:36 sendUrl INFO 0 [319] R:OK -2015-03-09 00:48:26 queue INFO >>0 [320] -2015-03-09 00:48:26 sendUrl INFO 0 [320] R:OK -2015-03-09 00:49:16 queue INFO >>0 [321] -2015-03-09 00:49:16 sendUrl INFO 0 [321] R:OK -2015-03-09 00:50:06 queue INFO >>0 [322] -2015-03-09 00:50:06 sendUrl INFO 0 [322] R:OK -2015-03-09 00:50:56 queue INFO >>0 [323] -2015-03-09 00:50:57 sendUrl INFO 0 [323] R:OK -2015-03-09 00:51:46 queue INFO >>0 [324] -2015-03-09 00:51:46 sendUrl INFO 0 [324] R:OK -2015-03-09 00:52:36 queue INFO >>0 [325] -2015-03-09 00:52:37 sendUrl INFO 0 [325] R:OK -2015-03-09 00:53:27 queue INFO >>0 [326] -2015-03-09 00:53:27 sendUrl INFO 0 [326] R:OK -2015-03-09 00:54:17 queue INFO >>0 [327] -2015-03-09 00:54:17 sendUrl INFO 0 [327] R:OK -2015-03-09 00:55:07 queue INFO >>0 [328] -2015-03-09 00:55:07 sendUrl INFO 0 [328] R:OK -2015-03-09 00:55:57 queue INFO >>0 [329] -2015-03-09 00:55:57 sendUrl INFO 0 [329] R:OK -2015-03-09 00:56:47 queue INFO >>0 [330] -2015-03-09 00:56:47 sendUrl INFO 0 [330] R:OK -2015-03-09 00:57:37 queue INFO >>0 [331] -2015-03-09 00:57:38 sendUrl INFO 0 [331] R:OK -2015-03-09 00:58:27 queue INFO >>0 [332] -2015-03-09 00:58:28 sendUrl INFO 0 [332] R:OK -2015-03-09 00:59:18 queue INFO >>0 [333] -2015-03-09 00:59:18 sendUrl INFO 0 [333] R:OK -2015-03-09 01:00:08 queue INFO >>0 [334] -2015-03-09 01:00:08 sendUrl INFO 0 [334] R:OK -2015-03-09 01:00:58 queue INFO >>0 [335] -2015-03-09 01:00:58 sendUrl INFO 0 [335] R:OK -2015-03-09 01:01:48 queue INFO >>0 [336] -2015-03-09 01:01:48 sendUrl INFO 0 [336] R:OK -2015-03-09 01:02:38 queue INFO >>0 [337] -2015-03-09 01:02:38 sendUrl INFO 0 [337] R:OK -2015-03-09 01:03:28 queue INFO >>0 [338] -2015-03-09 01:03:29 sendUrl INFO 0 [338] R:OK -2015-03-09 01:04:18 queue INFO >>0 [339] -2015-03-09 01:04:19 sendUrl INFO 0 [339] R:OK -2015-03-09 01:05:09 queue INFO >>0 [340] -2015-03-09 01:05:09 sendUrl INFO 0 [340] R:OK -2015-03-09 01:05:59 queue INFO >>0 [341] -2015-03-09 01:05:59 sendUrl INFO 0 [341] R:OK -2015-03-09 01:06:49 queue INFO >>0 [342] -2015-03-09 01:06:49 sendUrl INFO 0 [342] R:OK -2015-03-09 01:07:39 queue INFO >>0 [343] -2015-03-09 01:07:39 sendUrl INFO 0 [343] R:OK -2015-03-09 01:08:29 queue INFO >>0 [344] -2015-03-09 01:08:30 sendUrl INFO 0 [344] R:OK -2015-03-09 01:09:19 queue INFO >>0 [345] -2015-03-09 01:09:19 sendUrl INFO 0 [345] R:OK -2015-03-09 01:10:09 queue INFO >>0 [346] -2015-03-09 01:10:10 sendUrl INFO 0 [346] R:OK -2015-03-09 01:11:00 queue INFO >>0 [347] -2015-03-09 01:11:00 sendUrl INFO 0 [347] R:OK -2015-03-09 01:11:50 queue INFO >>0 [348] -2015-03-09 01:11:50 sendUrl INFO 0 [348] R:OK -2015-03-09 01:12:40 queue INFO >>0 [349] -2015-03-09 01:12:40 sendUrl INFO 0 [349] R:OK -2015-03-09 01:13:30 queue INFO >>0 [350] -2015-03-09 01:13:31 sendUrl INFO 0 [350] R:OK -2015-03-09 01:14:20 queue INFO >>0 [351] -2015-03-09 01:14:20 sendUrl INFO 0 [351] R:OK -2015-03-09 01:15:10 queue INFO >>0 [352] -2015-03-09 01:15:11 sendUrl INFO 0 [352] R:OK -2015-03-09 01:16:01 queue INFO >>0 [353] -2015-03-09 01:16:01 sendUrl INFO 0 [353] R:OK -2015-03-09 01:16:51 queue INFO >>0 [354] -2015-03-09 01:16:51 sendUrl INFO 0 [354] R:OK -2015-03-09 01:17:41 queue INFO >>0 [355] -2015-03-09 01:17:41 sendUrl INFO 0 [355] R:OK -2015-03-09 01:18:31 queue INFO >>0 [356] -2015-03-09 01:18:32 sendUrl INFO 0 [356] R:OK -2015-03-09 01:19:21 queue INFO >>0 [357] -2015-03-09 01:19:21 sendUrl INFO 0 [357] R:OK -2015-03-09 01:20:11 queue INFO >>0 [358] -2015-03-09 01:20:12 sendUrl INFO 0 [358] R:OK -2015-03-09 01:21:01 queue INFO >>0 [359] -2015-03-09 01:21:02 sendUrl INFO 0 [359] R:OK -2015-03-09 01:21:52 queue INFO >>0 [360] -2015-03-09 01:21:52 sendUrl INFO 0 [360] R:OK -2015-03-09 01:22:42 queue INFO >>0 [361] -2015-03-09 01:22:42 sendUrl INFO 0 [361] R:OK -2015-03-09 01:23:32 queue INFO >>0 [362] -2015-03-09 01:23:32 sendUrl INFO 0 [362] R:OK -2015-03-09 01:24:22 queue INFO >>0 [363] -2015-03-09 01:24:22 sendUrl INFO 0 [363] R:OK -2015-03-09 01:25:12 queue INFO >>0 [364] -2015-03-09 01:25:13 sendUrl INFO 0 [364] R:OK -2015-03-09 01:26:02 queue INFO >>0 [365] -2015-03-09 01:26:03 sendUrl INFO 0 [365] R:OK -2015-03-09 01:26:53 queue INFO >>0 [366] -2015-03-09 01:26:53 sendUrl INFO 0 [366] R:OK -2015-03-09 01:27:43 queue INFO >>0 [367] -2015-03-09 01:27:43 sendUrl INFO 0 [367] R:OK -2015-03-09 01:28:33 queue INFO >>0 [368] -2015-03-09 01:28:33 sendUrl INFO 0 [368] R:OK -2015-03-09 01:29:23 queue INFO >>0 [369] -2015-03-09 01:29:23 sendUrl INFO 0 [369] R:OK -2015-03-09 01:30:13 queue INFO >>0 [370] -2015-03-09 01:30:13 sendUrl INFO 0 [370] R:OK -2015-03-09 01:31:03 queue INFO >>0 [371] -2015-03-09 01:31:03 sendUrl INFO 0 [371] R:OK -2015-03-09 01:31:53 queue INFO >>0 [372] -2015-03-09 01:31:54 sendUrl INFO 0 [372] R:OK -2015-03-09 01:32:43 queue INFO >>0 [373] -2015-03-09 01:32:44 sendUrl INFO 0 [373] R:OK -2015-03-09 01:33:34 queue INFO >>0 [374] -2015-03-09 01:33:34 sendUrl INFO 0 [374] R:OK -2015-03-09 01:34:24 queue INFO >>0 [375] -2015-03-09 01:34:24 sendUrl INFO 0 [375] R:OK -2015-03-09 01:35:14 queue INFO >>0 [376] -2015-03-09 01:35:14 sendUrl INFO 0 [376] R:OK -2015-03-09 01:36:04 queue INFO >>0 [377] -2015-03-09 01:36:04 sendUrl INFO 0 [377] R:OK -2015-03-09 01:36:54 queue INFO >>0 [378] -2015-03-09 01:36:54 sendUrl INFO 0 [378] R:OK -2015-03-09 01:37:44 queue INFO >>0 [379] -2015-03-09 01:37:45 sendUrl INFO 0 [379] R:OK -2015-03-09 01:38:34 queue INFO >>0 [380] -2015-03-09 01:38:35 sendUrl INFO 0 [380] R:OK -2015-03-09 01:39:25 queue INFO >>0 [381] -2015-03-09 01:39:25 sendUrl INFO 0 [381] R:OK -2015-03-09 01:40:15 queue INFO >>0 [382] -2015-03-09 01:40:15 sendUrl INFO 0 [382] R:OK -2015-03-09 01:41:05 queue INFO >>0 [383] -2015-03-09 01:41:05 sendUrl INFO 0 [383] R:OK -2015-03-09 01:41:55 queue INFO >>0 [384] -2015-03-09 01:41:55 sendUrl INFO 0 [384] R:OK -2015-03-09 01:42:45 queue INFO >>0 [385] -2015-03-09 01:42:46 sendUrl INFO 0 [385] R:OK -2015-03-09 01:43:35 queue INFO >>0 [386] -2015-03-09 01:43:36 sendUrl INFO 0 [386] R:OK -2015-03-09 01:44:26 queue INFO >>0 [387] -2015-03-09 01:44:26 sendUrl INFO 0 [387] R:OK -2015-03-09 01:45:16 queue INFO >>0 [388] -2015-03-09 01:45:16 sendUrl INFO 0 [388] R:OK -2015-03-09 01:46:06 queue INFO >>0 [389] -2015-03-09 01:46:06 sendUrl INFO 0 [389] R:OK -2015-03-09 01:46:56 queue INFO >>0 [390] -2015-03-09 01:46:56 sendUrl INFO 0 [390] R:OK -2015-03-09 01:47:46 queue INFO >>0 [391] -2015-03-09 01:47:47 sendUrl INFO 0 [391] R:OK -2015-03-09 01:48:36 queue INFO >>0 [392] -2015-03-09 01:48:36 sendUrl INFO 0 [392] R:OK -2015-03-09 01:49:26 queue INFO >>0 [393] -2015-03-09 01:49:27 sendUrl INFO 0 [393] R:OK -2015-03-09 01:50:17 queue INFO >>0 [394] -2015-03-09 01:50:17 sendUrl INFO 0 [394] R:OK -2015-03-09 01:51:07 queue INFO >>0 [395] -2015-03-09 01:51:07 sendUrl INFO 0 [395] R:OK -2015-03-09 01:51:57 queue INFO >>0 [396] -2015-03-09 01:51:57 sendUrl INFO 0 [396] R:OK -2015-03-09 01:52:47 queue INFO >>0 [397] -2015-03-09 01:52:48 sendUrl INFO 0 [397] R:OK -2015-03-09 01:53:37 queue INFO >>0 [398] -2015-03-09 01:53:37 sendUrl INFO 0 [398] R:OK -2015-03-09 01:54:27 queue INFO >>0 [399] -2015-03-09 01:54:28 sendUrl INFO 0 [399] R:OK -2015-03-09 01:55:18 queue INFO >>0 [400] -2015-03-09 01:55:18 sendUrl INFO 0 [400] R:OK -2015-03-09 01:56:08 queue INFO >>0 [401] -2015-03-09 01:56:08 sendUrl INFO 0 [401] R:OK -2015-03-09 01:56:58 queue INFO >>0 [402] -2015-03-09 01:56:58 sendUrl INFO 0 [402] R:OK -2015-03-09 01:57:48 queue INFO >>0 [403] -2015-03-09 01:57:48 sendUrl INFO 0 [403] R:OK -2015-03-09 01:58:38 queue INFO >>0 [404] -2015-03-09 01:58:38 sendUrl INFO 0 [404] R:OK -2015-03-09 01:59:28 queue INFO >>0 [405] -2015-03-09 01:59:29 sendUrl INFO 0 [405] R:OK -2015-03-09 02:00:18 queue INFO >>0 [406] -2015-03-09 02:00:19 sendUrl INFO 0 [406] R:OK -2015-03-09 02:01:09 queue INFO >>0 [407] -2015-03-09 02:01:09 sendUrl INFO 0 [407] R:OK -2015-03-09 02:01:59 queue INFO >>0 [408] -2015-03-09 02:01:59 sendUrl INFO 0 [408] R:OK -2015-03-09 02:02:49 queue INFO >>0 [409] -2015-03-09 02:02:49 sendUrl INFO 0 [409] R:OK -2015-03-09 02:03:39 queue INFO >>0 [410] -2015-03-09 02:03:39 sendUrl INFO 0 [410] R:OK -2015-03-09 02:04:29 queue INFO >>0 [411] -2015-03-09 02:04:30 sendUrl INFO 0 [411] R:OK -2015-03-09 02:05:19 queue INFO >>0 [412] -2015-03-09 02:05:20 sendUrl INFO 0 [412] R:OK -2015-03-09 02:06:09 queue INFO >>0 [413] -2015-03-09 02:06:10 sendUrl INFO 0 [413] R:OK -2015-03-09 02:07:00 queue INFO >>0 [414] -2015-03-09 02:07:00 sendUrl INFO 0 [414] R:OK -2015-03-09 02:07:50 queue INFO >>0 [415] -2015-03-09 02:07:50 sendUrl INFO 0 [415] R:OK -2015-03-09 02:08:40 queue INFO >>0 [416] -2015-03-09 02:08:40 sendUrl INFO 0 [416] R:OK -2015-03-09 02:09:30 queue INFO >>0 [417] -2015-03-09 02:09:30 sendUrl INFO 0 [417] R:OK -2015-03-09 02:10:20 queue INFO >>0 [418] -2015-03-09 02:10:21 sendUrl INFO 0 [418] R:OK -2015-03-09 02:11:10 queue INFO >>0 [419] -2015-03-09 02:11:11 sendUrl INFO 0 [419] R:OK -2015-03-09 02:12:01 queue INFO >>0 [420] -2015-03-09 02:12:01 sendUrl INFO 0 [420] R:OK -2015-03-09 02:12:51 queue INFO >>0 [421] -2015-03-09 02:12:51 sendUrl INFO 0 [421] R:OK -2015-03-09 02:13:41 queue INFO >>0 [422] -2015-03-09 02:13:41 sendUrl INFO 0 [422] R:OK -2015-03-09 02:14:31 queue INFO >>0 [423] -2015-03-09 02:14:31 sendUrl INFO 0 [423] R:OK -2015-03-09 02:15:21 queue INFO >>0 [424] -2015-03-09 02:15:21 sendUrl INFO 0 [424] R:OK -2015-03-09 02:16:11 queue INFO >>0 [425] -2015-03-09 02:16:11 sendUrl INFO 0 [425] R:OK -2015-03-09 02:17:01 queue INFO >>0 [426] -2015-03-09 02:17:02 sendUrl INFO 0 [426] R:OK -2015-03-09 02:17:51 queue INFO >>0 [427] -2015-03-09 02:17:52 sendUrl INFO 0 [427] R:OK -2015-03-09 02:18:42 queue INFO >>0 [428] -2015-03-09 02:18:42 sendUrl INFO 0 [428] R:OK -2015-03-09 02:19:32 queue INFO >>0 [429] -2015-03-09 02:19:32 sendUrl INFO 0 [429] R:OK -2015-03-09 02:20:22 queue INFO >>0 [430] -2015-03-09 02:20:22 sendUrl INFO 0 [430] R:OK -2015-03-09 02:21:12 queue INFO >>0 [431] -2015-03-09 02:21:12 sendUrl INFO 0 [431] R:OK -2015-03-09 02:22:02 queue INFO >>0 [432] -2015-03-09 02:22:03 sendUrl INFO 0 [432] R:OK -2015-03-09 02:22:52 queue INFO >>0 [433] -2015-03-09 02:22:52 sendUrl INFO 0 [433] R:OK -2015-03-09 02:23:43 queue INFO >>0 [434] -2015-03-09 02:23:43 sendUrl INFO 0 [434] R:OK -2015-03-09 02:24:33 queue INFO >>0 [435] -2015-03-09 02:24:33 sendUrl INFO 0 [435] R:OK -2015-03-09 02:25:23 queue INFO >>0 [436] -2015-03-09 02:25:23 sendUrl INFO 0 [436] R:OK -2015-03-09 02:26:13 queue INFO >>0 [437] -2015-03-09 02:26:13 sendUrl INFO 0 [437] R:OK -2015-03-09 02:27:03 queue INFO >>0 [438] -2015-03-09 02:27:04 sendUrl INFO 0 [438] R:OK -2015-03-09 02:27:53 queue INFO >>0 [439] -2015-03-09 02:27:53 sendUrl INFO 0 [439] R:OK -2015-03-09 02:28:43 queue INFO >>0 [440] -2015-03-09 02:28:44 sendUrl INFO 0 [440] R:OK -2015-03-09 02:29:34 queue INFO >>0 [441] -2015-03-09 02:29:34 sendUrl INFO 0 [441] R:OK -2015-03-09 02:30:24 queue INFO >>0 [442] -2015-03-09 02:30:24 sendUrl INFO 0 [442] R:OK -2015-03-09 02:31:14 queue INFO >>0 [443] -2015-03-09 02:31:14 sendUrl INFO 0 [443] R:OK -2015-03-09 02:32:04 queue INFO >>0 [444] -2015-03-09 02:32:05 sendUrl INFO 0 [444] R:OK -2015-03-09 02:32:54 queue INFO >>0 [445] -2015-03-09 02:32:54 sendUrl INFO 0 [445] R:OK -2015-03-09 02:33:44 queue INFO >>0 [446] -2015-03-09 02:33:45 sendUrl INFO 0 [446] R:OK -2015-03-09 02:34:35 queue INFO >>0 [447] -2015-03-09 02:34:35 sendUrl INFO 0 [447] R:OK -2015-03-09 02:35:25 queue INFO >>0 [448] -2015-03-09 02:35:25 sendUrl INFO 0 [448] R:OK -2015-03-09 02:36:15 queue INFO >>0 [449] -2015-03-09 02:36:15 sendUrl INFO 0 [449] R:OK -2015-03-09 02:37:05 queue INFO >>0 [450] -2015-03-09 02:37:05 sendUrl INFO 0 [450] R:OK -2015-03-09 02:37:55 queue INFO >>0 [451] -2015-03-09 02:37:55 sendUrl INFO 0 [451] R:OK -2015-03-09 02:38:45 queue INFO >>0 [452] -2015-03-09 02:38:46 sendUrl INFO 0 [452] R:OK -2015-03-09 02:39:35 queue INFO >>0 [453] -2015-03-09 02:39:36 sendUrl INFO 0 [453] R:OK -2015-03-09 02:40:26 queue INFO >>0 [454] -2015-03-09 02:40:26 sendUrl INFO 0 [454] R:OK -2015-03-09 02:41:16 queue INFO >>0 [455] -2015-03-09 02:41:16 sendUrl INFO 0 [455] R:OK -2015-03-09 02:42:06 queue INFO >>0 [456] -2015-03-09 02:42:06 sendUrl INFO 0 [456] R:OK -2015-03-09 02:42:56 queue INFO >>0 [457] -2015-03-09 02:42:56 sendUrl INFO 0 [457] R:OK -2015-03-09 02:43:46 queue INFO >>0 [458] -2015-03-09 02:43:46 sendUrl INFO 0 [458] R:OK -2015-03-09 02:44:36 queue INFO >>0 [459] -2015-03-09 02:44:37 sendUrl INFO 0 [459] R:OK -2015-03-09 02:45:26 queue INFO >>0 [460] -2015-03-09 02:45:26 sendUrl INFO 0 [460] R:OK -2015-03-09 02:46:16 queue INFO >>0 [461] -2015-03-09 02:46:17 sendUrl INFO 0 [461] R:OK -2015-03-09 02:47:07 queue INFO >>0 [462] -2015-03-09 02:47:07 sendUrl INFO 0 [462] R:OK -2015-03-09 02:47:57 queue INFO >>0 [463] -2015-03-09 02:47:57 sendUrl INFO 0 [463] R:OK -2015-03-09 02:48:47 queue INFO >>0 [464] -2015-03-09 02:48:47 sendUrl INFO 0 [464] R:OK -2015-03-09 02:49:37 queue INFO >>0 [465] -2015-03-09 02:49:38 sendUrl INFO 0 [465] R:OK -2015-03-09 02:50:27 queue INFO >>0 [466] -2015-03-09 02:50:27 sendUrl INFO 0 [466] R:OK -2015-03-09 02:51:17 queue INFO >>0 [467] -2015-03-09 02:51:18 sendUrl INFO 0 [467] R:OK -2015-03-09 02:52:08 queue INFO >>0 [468] -2015-03-09 02:52:08 sendUrl INFO 0 [468] R:OK -2015-03-09 02:52:58 queue INFO >>0 [469] -2015-03-09 02:52:58 sendUrl INFO 0 [469] R:OK -2015-03-09 02:53:48 queue INFO >>0 [470] -2015-03-09 02:53:48 sendUrl INFO 0 [470] R:OK -2015-03-09 02:54:38 queue INFO >>0 [471] -2015-03-09 02:54:38 sendUrl INFO 0 [471] R:OK -2015-03-09 02:55:28 queue INFO >>0 [472] -2015-03-09 02:55:28 sendUrl INFO 0 [472] R:OK -2015-03-09 02:56:18 queue INFO >>0 [473] -2015-03-09 02:56:19 sendUrl INFO 0 [473] R:OK -2015-03-09 02:57:08 queue INFO >>0 [474] -2015-03-09 02:57:09 sendUrl INFO 0 [474] R:OK -2015-03-09 02:57:58 queue INFO >>0 [475] -2015-03-09 02:57:59 sendUrl INFO 0 [475] R:OK -2015-03-09 02:58:49 queue INFO >>0 [476] -2015-03-09 02:58:49 sendUrl INFO 0 [476] R:OK -2015-03-09 02:59:39 queue INFO >>0 [477] -2015-03-09 02:59:39 sendUrl INFO 0 [477] R:OK -2015-03-09 03:00:29 queue INFO >>0 [478] -2015-03-09 03:00:29 sendUrl INFO 0 [478] R:OK -2015-03-09 03:01:19 queue INFO >>0 [479] -2015-03-09 03:01:19 sendUrl INFO 0 [479] R:OK -2015-03-09 03:02:09 queue INFO >>0 [480] -2015-03-09 03:02:10 sendUrl INFO 0 [480] R:OK -2015-03-09 03:02:59 queue INFO >>0 [481] -2015-03-09 03:03:00 sendUrl INFO 0 [481] R:OK -2015-03-09 03:03:49 queue INFO >>0 [482] -2015-03-09 03:03:50 sendUrl INFO 0 [482] R:OK -2015-03-09 03:04:40 queue INFO >>0 [483] -2015-03-09 03:04:40 sendUrl INFO 0 [483] R:OK -2015-03-09 03:05:30 queue INFO >>0 [484] -2015-03-09 03:05:30 sendUrl INFO 0 [484] R:OK -2015-03-09 03:06:20 queue INFO >>0 [485] -2015-03-09 03:06:20 sendUrl INFO 0 [485] R:OK -2015-03-09 03:07:10 queue INFO >>0 [486] -2015-03-09 03:07:11 sendUrl INFO 0 [486] R:OK -2015-03-09 03:08:00 queue INFO >>0 [487] -2015-03-09 03:08:00 sendUrl INFO 0 [487] R:OK -2015-03-09 03:08:50 queue INFO >>0 [488] -2015-03-09 03:08:51 sendUrl INFO 0 [488] R:OK -2015-03-09 03:09:41 queue INFO >>0 [489] -2015-03-09 03:09:41 sendUrl INFO 0 [489] R:OK -2015-03-09 03:10:31 queue INFO >>0 [490] -2015-03-09 03:10:31 sendUrl INFO 0 [490] R:OK -2015-03-09 03:11:21 queue INFO >>0 [491] -2015-03-09 03:11:21 sendUrl INFO 0 [491] R:OK -2015-03-09 03:12:11 queue INFO >>0 [492] -2015-03-09 03:12:11 sendUrl INFO 0 [492] R:OK -2015-03-09 03:13:01 queue INFO >>0 [493] -2015-03-09 03:13:01 sendUrl INFO 0 [493] R:OK -2015-03-09 03:13:51 queue INFO >>0 [494] -2015-03-09 03:13:52 sendUrl INFO 0 [494] R:OK -2015-03-09 03:14:41 queue INFO >>0 [495] -2015-03-09 03:14:42 sendUrl INFO 0 [495] R:OK -2015-03-09 03:15:32 queue INFO >>0 [496] -2015-03-09 03:15:32 sendUrl INFO 0 [496] R:OK -2015-03-09 03:16:22 queue INFO >>0 [497] -2015-03-09 03:16:22 sendUrl INFO 0 [497] R:OK -2015-03-09 03:17:12 queue INFO >>0 [498] -2015-03-09 03:17:12 sendUrl INFO 0 [498] R:OK -2015-03-09 03:18:02 queue INFO >>0 [499] -2015-03-09 03:18:02 sendUrl INFO 0 [499] R:OK -2015-03-09 03:18:52 queue INFO >>0 [500] -2015-03-09 03:18:53 sendUrl INFO 0 [500] R:OK -2015-03-09 03:19:42 queue INFO >>0 [501] -2015-03-09 03:19:42 sendUrl INFO 0 [501] R:OK -2015-03-09 03:20:33 queue INFO >>0 [502] -2015-03-09 03:20:33 sendUrl INFO 0 [502] R:OK -2015-03-09 03:21:23 queue INFO >>0 [503] -2015-03-09 03:21:23 sendUrl INFO 0 [503] R:OK -2015-03-09 03:22:13 queue INFO >>0 [504] -2015-03-09 03:22:13 sendUrl INFO 0 [504] R:OK -2015-03-09 03:23:03 queue INFO >>0 [505] -2015-03-09 03:23:03 sendUrl INFO 0 [505] R:OK -2015-03-09 03:23:53 queue INFO >>0 [506] -2015-03-09 03:23:54 sendUrl INFO 0 [506] R:OK -2015-03-09 03:24:43 queue INFO >>0 [507] -2015-03-09 03:24:43 sendUrl INFO 0 [507] R:OK -2015-03-09 03:25:33 queue INFO >>0 [508] -2015-03-09 03:25:34 sendUrl INFO 0 [508] R:OK -2015-03-09 03:26:24 queue INFO >>0 [509] -2015-03-09 03:26:24 sendUrl INFO 0 [509] R:OK -2015-03-09 03:27:14 queue INFO >>0 [510] -2015-03-09 03:27:14 sendUrl INFO 0 [510] R:OK -2015-03-09 03:28:04 queue INFO >>0 [511] -2015-03-09 03:28:04 sendUrl INFO 0 [511] R:OK -2015-03-09 03:28:54 queue INFO >>0 [512] -2015-03-09 03:28:55 sendUrl INFO 0 [512] R:OK -2015-03-09 03:29:44 queue INFO >>0 [513] -2015-03-09 03:29:44 sendUrl INFO 0 [513] R:OK -2015-03-09 03:30:34 queue INFO >>0 [514] -2015-03-09 03:30:35 sendUrl INFO 0 [514] R:OK -2015-03-09 03:31:24 queue INFO >>0 [515] -2015-03-09 03:31:25 sendUrl INFO 0 [515] R:OK -2015-03-09 03:32:15 queue INFO >>0 [516] -2015-03-09 03:32:15 sendUrl INFO 0 [516] R:OK -2015-03-09 03:33:05 queue INFO >>0 [517] -2015-03-09 03:33:05 sendUrl INFO 0 [517] R:OK -2015-03-09 03:33:55 queue INFO >>0 [518] -2015-03-09 03:33:55 sendUrl INFO 0 [518] R:OK -2015-03-09 03:34:45 queue INFO >>0 [519] -2015-03-09 03:34:45 sendUrl INFO 0 [519] R:OK -2015-03-09 03:35:35 queue INFO >>0 [520] -2015-03-09 03:35:36 sendUrl INFO 0 [520] R:OK -2015-03-09 03:36:25 queue INFO >>0 [521] -2015-03-09 03:36:26 sendUrl INFO 0 [521] R:OK -2015-03-09 03:37:16 queue INFO >>0 [522] -2015-03-09 03:37:16 sendUrl INFO 0 [522] R:OK -2015-03-09 03:38:06 queue INFO >>0 [523] -2015-03-09 03:38:06 sendUrl INFO 0 [523] R:OK -2015-03-09 03:38:56 queue INFO >>0 [524] -2015-03-09 03:38:56 sendUrl INFO 0 [524] R:OK -2015-03-09 03:39:46 queue INFO >>0 [525] -2015-03-09 03:39:46 sendUrl INFO 0 [525] R:OK -2015-03-09 03:40:36 queue INFO >>0 [526] -2015-03-09 03:40:36 sendUrl INFO 0 [526] R:OK -2015-03-09 03:41:26 queue INFO >>0 [527] -2015-03-09 03:41:27 sendUrl INFO 0 [527] R:OK -2015-03-09 03:42:16 queue INFO >>0 [528] -2015-03-09 03:42:17 sendUrl INFO 0 [528] R:OK -2015-03-09 03:43:06 queue INFO >>0 [529] -2015-03-09 03:43:07 sendUrl INFO 0 [529] R:OK -2015-03-09 03:43:57 queue INFO >>0 [530] -2015-03-09 03:43:57 sendUrl INFO 0 [530] R:OK -2015-03-09 03:44:47 queue INFO >>0 [531] -2015-03-09 03:44:47 sendUrl INFO 0 [531] R:OK -2015-03-09 03:45:37 queue INFO >>0 [532] -2015-03-09 03:45:37 sendUrl INFO 0 [532] R:OK -2015-03-09 03:46:27 queue INFO >>0 [533] -2015-03-09 03:46:27 sendUrl INFO 0 [533] R:OK -2015-03-09 03:47:17 queue INFO >>0 [534] -2015-03-09 03:47:17 sendUrl INFO 0 [534] R:OK -2015-03-09 03:48:07 queue INFO >>0 [535] -2015-03-09 03:48:08 sendUrl INFO 0 [535] R:OK -2015-03-09 03:48:58 queue INFO >>0 [536] -2015-03-09 03:48:58 sendUrl INFO 0 [536] R:OK -2015-03-09 03:49:48 queue INFO >>0 [537] -2015-03-09 03:49:48 sendUrl INFO 0 [537] R:OK -2015-03-09 03:50:38 queue INFO >>0 [538] -2015-03-09 03:50:38 sendUrl INFO 0 [538] R:OK -2015-03-09 03:51:28 queue INFO >>0 [539] -2015-03-09 03:51:28 sendUrl INFO 0 [539] R:OK -2015-03-09 03:52:18 queue INFO >>0 [540] -2015-03-09 03:52:18 sendUrl INFO 0 [540] R:OK -2015-03-09 03:53:08 queue INFO >>0 [541] -2015-03-09 03:53:09 sendUrl INFO 0 [541] R:OK -2015-03-09 03:53:58 queue INFO >>0 [542] -2015-03-09 03:53:58 sendUrl INFO 0 [542] R:OK -2015-03-09 03:54:48 queue INFO >>0 [543] -2015-03-09 03:54:49 sendUrl INFO 0 [543] R:OK -2015-03-09 03:55:39 queue INFO >>0 [544] -2015-03-09 03:55:39 sendUrl INFO 0 [544] R:OK -2015-03-09 03:56:29 queue INFO >>0 [545] -2015-03-09 03:56:29 sendUrl INFO 0 [545] R:OK -2015-03-09 03:57:19 queue INFO >>0 [546] -2015-03-09 03:57:19 sendUrl INFO 0 [546] R:OK -2015-03-09 03:58:09 queue INFO >>0 [547] -2015-03-09 03:58:09 sendUrl INFO 0 [547] R:OK -2015-03-09 03:58:59 queue INFO >>0 [548] -2015-03-09 03:58:59 sendUrl INFO 0 [548] R:OK -2015-03-09 03:59:49 queue INFO >>0 [549] -2015-03-09 03:59:50 sendUrl INFO 0 [549] R:OK -2015-03-09 04:00:39 queue INFO >>0 [550] -2015-03-09 04:00:40 sendUrl INFO 0 [550] R:OK -2015-03-09 04:01:30 queue INFO >>0 [551] -2015-03-09 04:01:30 sendUrl INFO 0 [551] R:OK -2015-03-09 04:02:20 queue INFO >>0 [552] -2015-03-09 04:02:20 sendUrl INFO 0 [552] R:OK -2015-03-09 04:03:10 queue INFO >>0 [553] -2015-03-09 04:03:10 sendUrl INFO 0 [553] R:OK -2015-03-09 04:04:00 queue INFO >>0 [554] -2015-03-09 04:04:00 sendUrl INFO 0 [554] R:OK -2015-03-09 04:04:50 queue INFO >>0 [555] -2015-03-09 04:04:51 sendUrl INFO 0 [555] R:OK -2015-03-09 04:05:40 queue INFO >>0 [556] -2015-03-09 04:05:41 sendUrl INFO 0 [556] R:OK -2015-03-09 04:06:31 queue INFO >>0 [557] -2015-03-09 04:06:31 sendUrl INFO 0 [557] R:OK -2015-03-09 04:07:21 queue INFO >>0 [558] -2015-03-09 04:07:21 sendUrl INFO 0 [558] R:OK -2015-03-09 04:08:11 queue INFO >>0 [559] -2015-03-09 04:08:11 sendUrl INFO 0 [559] R:OK -2015-03-09 04:09:01 queue INFO >>0 [560] -2015-03-09 04:09:01 sendUrl INFO 0 [560] R:OK -2015-03-09 04:09:51 queue INFO >>0 [561] -2015-03-09 04:09:51 sendUrl INFO 0 [561] R:OK -2015-03-09 04:10:41 queue INFO >>0 [562] -2015-03-09 04:10:42 sendUrl INFO 0 [562] R:OK -2015-03-09 04:11:31 queue INFO >>0 [563] -2015-03-09 04:11:32 sendUrl INFO 0 [563] R:OK -2015-03-09 04:12:22 queue INFO >>0 [564] -2015-03-09 04:12:22 sendUrl INFO 0 [564] R:OK -2015-03-09 04:13:12 queue INFO >>0 [565] -2015-03-09 04:13:12 sendUrl INFO 0 [565] R:OK -2015-03-09 04:14:02 queue INFO >>0 [566] -2015-03-09 04:14:02 sendUrl INFO 0 [566] R:OK -2015-03-09 04:14:52 queue INFO >>0 [567] -2015-03-09 04:14:52 sendUrl INFO 0 [567] R:OK -2015-03-09 04:15:42 queue INFO >>0 [568] -2015-03-09 04:15:43 sendUrl INFO 0 [568] R:OK -2015-03-09 04:16:32 queue INFO >>0 [569] -2015-03-09 04:16:33 sendUrl INFO 0 [569] R:OK -2015-03-09 04:17:23 queue INFO >>0 [570] -2015-03-09 04:17:23 sendUrl INFO 0 [570] R:OK -2015-03-09 04:18:13 queue INFO >>0 [571] -2015-03-09 04:18:13 sendUrl INFO 0 [571] R:OK -2015-03-09 04:19:03 queue INFO >>0 [572] -2015-03-09 04:19:03 sendUrl INFO 0 [572] R:OK -2015-03-09 04:19:53 queue INFO >>0 [573] -2015-03-09 04:19:53 sendUrl INFO 0 [573] R:OK -2015-03-09 04:20:43 queue INFO >>0 [574] -2015-03-09 04:20:44 sendUrl INFO 0 [574] R:OK -2015-03-09 04:21:33 queue INFO >>0 [575] -2015-03-09 04:21:33 sendUrl INFO 0 [575] R:OK -2015-03-09 04:22:23 queue INFO >>0 [576] -2015-03-09 04:22:24 sendUrl INFO 0 [576] R:OK -2015-03-09 04:23:14 queue INFO >>0 [577] -2015-03-09 04:23:14 sendUrl INFO 0 [577] R:OK -2015-03-09 04:24:04 queue INFO >>0 [578] -2015-03-09 04:24:04 sendUrl INFO 0 [578] R:OK -2015-03-09 04:24:54 queue INFO >>0 [579] -2015-03-09 04:24:54 sendUrl INFO 0 [579] R:OK -2015-03-09 04:25:44 queue INFO >>0 [580] -2015-03-09 04:25:45 sendUrl INFO 0 [580] R:OK -2015-03-09 04:26:34 queue INFO >>0 [581] -2015-03-09 04:26:34 sendUrl INFO 0 [581] R:OK -2015-03-09 04:27:24 queue INFO >>0 [582] -2015-03-09 04:27:25 sendUrl INFO 0 [582] R:OK -2015-03-09 04:28:14 queue INFO >>0 [583] -2015-03-09 04:28:15 sendUrl INFO 0 [583] R:OK -2015-03-09 04:29:05 queue INFO >>0 [584] -2015-03-09 04:29:05 sendUrl INFO 0 [584] R:OK -2015-03-09 04:29:55 queue INFO >>0 [585] -2015-03-09 04:29:55 sendUrl INFO 0 [585] R:OK -2015-03-09 04:30:45 queue INFO >>0 [586] -2015-03-09 04:30:46 sendUrl INFO 0 [586] R:OK -2015-03-09 04:31:35 queue INFO >>0 [587] -2015-03-09 04:31:35 sendUrl INFO 0 [587] R:OK -2015-03-09 04:32:25 queue INFO >>0 [588] -2015-03-09 04:32:26 sendUrl INFO 0 [588] R:OK -2015-03-09 04:33:15 queue INFO >>0 [589] -2015-03-09 04:33:16 sendUrl INFO 0 [589] R:OK -2015-03-09 04:34:06 queue INFO >>0 [590] -2015-03-09 04:34:06 sendUrl INFO 0 [590] R:OK -2015-03-09 04:34:56 queue INFO >>0 [591] -2015-03-09 04:34:56 sendUrl INFO 0 [591] R:OK -2015-03-09 04:35:46 queue INFO >>0 [592] -2015-03-09 04:35:46 sendUrl INFO 0 [592] R:OK -2015-03-09 04:36:36 queue INFO >>0 [593] -2015-03-09 04:36:36 sendUrl INFO 0 [593] R:OK -2015-03-09 04:37:26 queue INFO >>0 [594] -2015-03-09 04:37:27 sendUrl INFO 0 [594] R:OK -2015-03-09 04:38:16 queue INFO >>0 [595] -2015-03-09 04:38:16 sendUrl INFO 0 [595] R:OK -2015-03-09 04:39:06 queue INFO >>0 [596] -2015-03-09 04:39:07 sendUrl INFO 0 [596] R:OK -2015-03-09 04:39:57 queue INFO >>0 [597] -2015-03-09 04:39:57 sendUrl INFO 0 [597] R:OK -2015-03-09 04:40:47 queue INFO >>0 [598] -2015-03-09 04:40:47 sendUrl INFO 0 [598] R:OK -2015-03-09 04:41:37 queue INFO >>0 [599] -2015-03-09 04:41:37 sendUrl INFO 0 [599] R:OK -2015-03-09 04:42:27 queue INFO >>0 [600] -2015-03-09 04:42:28 sendUrl INFO 0 [600] R:OK -2015-03-09 04:43:17 queue INFO >>0 [601] -2015-03-09 04:43:17 sendUrl INFO 0 [601] R:OK -2015-03-09 04:44:07 queue INFO >>0 [602] -2015-03-09 04:44:08 sendUrl INFO 0 [602] R:OK -2015-03-09 04:44:58 queue INFO >>0 [603] -2015-03-09 04:44:58 sendUrl INFO 0 [603] R:OK -2015-03-09 04:45:48 queue INFO >>0 [604] -2015-03-09 04:45:48 sendUrl INFO 0 [604] R:OK -2015-03-09 04:46:38 queue INFO >>0 [605] -2015-03-09 04:46:38 sendUrl INFO 0 [605] R:OK -2015-03-09 04:47:28 queue INFO >>0 [606] -2015-03-09 04:47:28 sendUrl INFO 0 [606] R:OK -2015-03-09 04:48:18 queue INFO >>0 [607] -2015-03-09 04:48:18 sendUrl INFO 0 [607] R:OK -2015-03-09 04:49:08 queue INFO >>0 [608] -2015-03-09 04:49:09 sendUrl INFO 0 [608] R:OK -2015-03-09 04:49:58 queue INFO >>0 [609] -2015-03-09 04:49:59 sendUrl INFO 0 [609] R:OK -2015-03-09 04:50:49 queue INFO >>0 [610] -2015-03-09 04:50:49 sendUrl INFO 0 [610] R:OK -2015-03-09 04:51:39 queue INFO >>0 [611] -2015-03-09 04:51:39 sendUrl INFO 0 [611] R:OK -2015-03-09 04:52:29 queue INFO >>0 [612] -2015-03-09 04:52:29 sendUrl INFO 0 [612] R:OK -2015-03-09 04:53:19 queue INFO >>0 [613] -2015-03-09 04:53:19 sendUrl INFO 0 [613] R:OK -2015-03-09 04:54:09 queue INFO >>0 [614] -2015-03-09 04:54:09 sendUrl INFO 0 [614] R:OK -2015-03-09 04:54:59 queue INFO >>0 [615] -2015-03-09 04:55:00 sendUrl INFO 0 [615] R:OK -2015-03-09 04:55:49 queue INFO >>0 [616] -2015-03-09 04:55:49 sendUrl INFO 0 [616] R:OK -2015-03-09 04:56:39 queue INFO >>0 [617] -2015-03-09 04:56:40 sendUrl INFO 0 [617] R:OK -2015-03-09 04:57:30 queue INFO >>0 [618] -2015-03-09 04:57:30 sendUrl INFO 0 [618] R:OK -2015-03-09 04:58:20 queue INFO >>0 [619] -2015-03-09 04:58:20 sendUrl INFO 0 [619] R:OK -2015-03-09 04:59:10 queue INFO >>0 [620] -2015-03-09 04:59:10 sendUrl INFO 0 [620] R:OK -2015-03-09 05:00:00 queue INFO >>0 [621] -2015-03-09 05:00:01 sendUrl INFO 0 [621] R:OK -2015-03-09 05:00:50 queue INFO >>0 [622] -2015-03-09 05:00:50 sendUrl INFO 0 [622] R:OK -2015-03-09 05:01:40 queue INFO >>0 [623] -2015-03-09 05:01:41 sendUrl INFO 0 [623] R:OK -2015-03-09 05:02:31 queue INFO >>0 [624] -2015-03-09 05:02:31 sendUrl INFO 0 [624] R:OK -2015-03-09 05:03:21 queue INFO >>0 [625] -2015-03-09 05:03:21 sendUrl INFO 0 [625] R:OK -2015-03-09 05:04:11 queue INFO >>0 [626] -2015-03-09 05:04:11 sendUrl INFO 0 [626] R:OK -2015-03-09 05:05:01 queue INFO >>0 [627] -2015-03-09 05:05:02 sendUrl INFO 0 [627] R:OK -2015-03-09 05:05:51 queue INFO >>0 [628] -2015-03-09 05:05:51 sendUrl INFO 0 [628] R:OK -2015-03-09 05:06:41 queue INFO >>0 [629] -2015-03-09 05:06:42 sendUrl INFO 0 [629] R:OK -2015-03-09 05:07:31 queue INFO >>0 [630] -2015-03-09 05:07:32 sendUrl INFO 0 [630] R:OK -2015-03-09 05:08:22 queue INFO >>0 [631] -2015-03-09 05:08:22 sendUrl INFO 0 [631] R:OK -2015-03-09 05:09:12 queue INFO >>0 [632] -2015-03-09 05:09:12 sendUrl INFO 0 [632] R:OK -2015-03-09 05:10:02 queue INFO >>0 [633] -2015-03-09 05:10:02 sendUrl INFO 0 [633] R:OK -2015-03-09 05:10:52 queue INFO >>0 [634] -2015-03-09 05:10:52 sendUrl INFO 0 [634] R:OK -2015-03-09 05:11:42 queue INFO >>0 [635] -2015-03-09 05:11:43 sendUrl INFO 0 [635] R:OK -2015-03-09 05:12:32 queue INFO >>0 [636] -2015-03-09 05:12:33 sendUrl INFO 0 [636] R:OK -2015-03-09 05:13:23 queue INFO >>0 [637] -2015-03-09 05:13:23 sendUrl INFO 0 [637] R:OK -2015-03-09 05:14:13 queue INFO >>0 [638] -2015-03-09 05:14:13 sendUrl INFO 0 [638] R:OK -2015-03-09 05:15:03 queue INFO >>0 [639] -2015-03-09 05:15:03 sendUrl INFO 0 [639] R:OK -2015-03-09 05:15:53 queue INFO >>0 [640] -2015-03-09 05:15:53 sendUrl INFO 0 [640] R:OK -2015-03-09 05:16:43 queue INFO >>0 [641] -2015-03-09 05:16:44 sendUrl INFO 0 [641] R:OK -2015-03-09 05:17:33 queue INFO >>0 [642] -2015-03-09 05:17:33 sendUrl INFO 0 [642] R:OK -2015-03-09 05:18:23 queue INFO >>0 [643] -2015-03-09 05:18:24 sendUrl INFO 0 [643] R:OK -2015-03-09 05:19:14 queue INFO >>0 [644] -2015-03-09 05:19:14 sendUrl INFO 0 [644] R:OK -2015-03-09 05:20:04 queue INFO >>0 [645] -2015-03-09 05:20:04 sendUrl INFO 0 [645] R:OK -2015-03-09 05:20:54 queue INFO >>0 [646] -2015-03-09 05:20:54 sendUrl INFO 0 [646] R:OK -2015-03-09 05:21:44 queue INFO >>0 [647] -2015-03-09 05:21:44 sendUrl INFO 0 [647] R:OK -2015-03-09 05:22:34 queue INFO >>0 [648] -2015-03-09 05:22:34 sendUrl INFO 0 [648] R:OK -2015-03-09 05:23:24 queue INFO >>0 [649] -2015-03-09 05:23:24 sendUrl INFO 0 [649] R:OK -2015-03-09 05:24:14 queue INFO >>0 [650] -2015-03-09 05:24:15 sendUrl INFO 0 [650] R:OK -2015-03-09 05:25:04 queue INFO >>0 [651] -2015-03-09 05:25:05 sendUrl INFO 0 [651] R:OK -2015-03-09 05:25:55 queue INFO >>0 [652] -2015-03-09 05:25:55 sendUrl INFO 0 [652] R:OK -2015-03-09 05:26:45 queue INFO >>0 [653] -2015-03-09 05:26:45 sendUrl INFO 0 [653] R:OK -2015-03-09 05:27:35 queue INFO >>0 [654] -2015-03-09 05:27:35 sendUrl INFO 0 [654] R:OK -2015-03-09 05:28:25 queue INFO >>0 [655] -2015-03-09 05:28:25 sendUrl INFO 0 [655] R:OK -2015-03-09 05:29:15 queue INFO >>0 [656] -2015-03-09 05:29:16 sendUrl INFO 0 [656] R:OK -2015-03-09 05:30:05 queue INFO >>0 [657] -2015-03-09 05:30:06 sendUrl INFO 0 [657] R:OK -2015-03-09 05:30:56 queue INFO >>0 [658] -2015-03-09 05:30:56 sendUrl INFO 0 [658] R:OK -2015-03-09 05:31:46 queue INFO >>0 [659] -2015-03-09 05:31:46 sendUrl INFO 0 [659] R:OK -2015-03-09 05:32:36 queue INFO >>0 [660] -2015-03-09 05:32:36 sendUrl INFO 0 [660] R:OK -2015-03-09 05:33:26 queue INFO >>0 [661] -2015-03-09 05:33:26 sendUrl INFO 0 [661] R:OK -2015-03-09 05:34:16 queue INFO >>0 [662] -2015-03-09 05:34:17 sendUrl INFO 0 [662] R:OK -2015-03-09 05:35:06 queue INFO >>0 [663] -2015-03-09 05:35:06 sendUrl INFO 0 [663] R:OK -2015-03-09 05:35:56 queue INFO >>0 [664] -2015-03-09 05:35:57 sendUrl INFO 0 [664] R:OK -2015-03-09 05:36:46 queue INFO >>0 [665] -2015-03-09 05:36:47 sendUrl INFO 0 [665] R:OK -2015-03-09 05:37:37 queue INFO >>0 [666] -2015-03-09 05:37:37 sendUrl INFO 0 [666] R:OK -2015-03-09 05:38:27 queue INFO >>0 [667] -2015-03-09 05:38:27 sendUrl INFO 0 [667] R:OK -2015-03-09 05:39:17 queue INFO >>0 [668] -2015-03-09 05:39:17 sendUrl INFO 0 [668] R:OK -2015-03-09 05:40:07 queue INFO >>0 [669] -2015-03-09 05:40:07 sendUrl INFO 0 [669] R:OK -2015-03-09 05:40:57 queue INFO >>0 [670] -2015-03-09 05:40:58 sendUrl INFO 0 [670] R:OK -2015-03-09 05:41:47 queue INFO >>0 [671] -2015-03-09 05:41:48 sendUrl INFO 0 [671] R:OK -2015-03-09 05:42:38 queue INFO >>0 [672] -2015-03-09 05:42:38 sendUrl INFO 0 [672] R:OK -2015-03-09 05:43:28 queue INFO >>0 [673] -2015-03-09 05:43:28 sendUrl INFO 0 [673] R:OK -2015-03-09 05:44:18 queue INFO >>0 [674] -2015-03-09 05:44:18 sendUrl INFO 0 [674] R:OK -2015-03-09 05:45:08 queue INFO >>0 [675] -2015-03-09 05:45:08 sendUrl INFO 0 [675] R:OK -2015-03-09 05:45:58 queue INFO >>0 [676] -2015-03-09 05:45:58 sendUrl INFO 0 [676] R:OK -2015-03-09 05:46:48 queue INFO >>0 [677] -2015-03-09 05:46:49 sendUrl INFO 0 [677] R:OK -2015-03-09 05:47:38 queue INFO >>0 [678] -2015-03-09 05:47:39 sendUrl INFO 0 [678] R:OK -2015-03-09 05:48:29 queue INFO >>0 [679] -2015-03-09 05:48:29 sendUrl INFO 0 [679] R:OK -2015-03-09 05:49:19 queue INFO >>0 [680] -2015-03-09 05:49:19 sendUrl INFO 0 [680] R:OK -2015-03-09 05:50:09 queue INFO >>0 [681] -2015-03-09 05:50:09 sendUrl INFO 0 [681] R:OK -2015-03-09 05:50:59 queue INFO >>0 [682] -2015-03-09 05:50:59 sendUrl INFO 0 [682] R:OK -2015-03-09 05:51:49 queue INFO >>0 [683] -2015-03-09 05:51:50 sendUrl INFO 0 [683] R:OK -2015-03-09 05:52:39 queue INFO >>0 [684] -2015-03-09 05:52:40 sendUrl INFO 0 [684] R:OK -2015-03-09 05:53:29 queue INFO >>0 [685] -2015-03-09 05:53:30 sendUrl INFO 0 [685] R:OK -2015-03-09 05:54:20 queue INFO >>0 [686] -2015-03-09 05:54:20 sendUrl INFO 0 [686] R:OK -2015-03-09 05:55:10 queue INFO >>0 [687] -2015-03-09 05:55:10 sendUrl INFO 0 [687] R:OK -2015-03-09 05:56:00 queue INFO >>0 [688] -2015-03-09 05:56:00 sendUrl INFO 0 [688] R:OK -2015-03-09 05:56:50 queue INFO >>0 [689] -2015-03-09 05:56:51 sendUrl INFO 0 [689] R:OK -2015-03-09 05:57:40 queue INFO >>0 [690] -2015-03-09 05:57:40 sendUrl INFO 0 [690] R:OK -2015-03-09 05:58:30 queue INFO >>0 [691] -2015-03-09 05:58:31 sendUrl INFO 0 [691] R:OK -2015-03-09 05:59:21 queue INFO >>0 [692] -2015-03-09 05:59:21 sendUrl INFO 0 [692] R:OK -2015-03-09 06:00:11 queue INFO >>0 [693] -2015-03-09 06:00:11 sendUrl INFO 0 [693] R:OK -2015-03-09 06:01:01 queue INFO >>0 [694] -2015-03-09 06:01:01 sendUrl INFO 0 [694] R:OK -2015-03-09 06:01:51 queue INFO >>0 [695] -2015-03-09 06:01:52 sendUrl INFO 0 [695] R:OK -2015-03-09 06:02:41 queue INFO >>0 [696] -2015-03-09 06:02:41 sendUrl INFO 0 [696] R:OK -2015-03-09 06:03:31 queue INFO >>0 [697] -2015-03-09 06:03:32 sendUrl INFO 0 [697] R:OK -2015-03-09 06:04:21 queue INFO >>0 [698] -2015-03-09 06:04:22 sendUrl INFO 0 [698] R:OK -2015-03-09 06:05:12 queue INFO >>0 [699] -2015-03-09 06:05:12 sendUrl INFO 0 [699] R:OK -2015-03-09 06:06:02 queue INFO >>0 [700] -2015-03-09 06:06:02 sendUrl INFO 0 [700] R:OK -2015-03-09 06:06:52 queue INFO >>0 [701] -2015-03-09 06:06:53 sendUrl INFO 0 [701] R:OK -2015-03-09 06:07:42 queue INFO >>0 [702] -2015-03-09 06:07:42 sendUrl INFO 0 [702] R:OK -2015-03-09 06:08:32 queue INFO >>0 [703] -2015-03-09 06:08:33 sendUrl INFO 0 [703] R:OK -2015-03-09 06:09:22 queue INFO >>0 [704] -2015-03-09 06:09:22 sendUrl INFO 0 [704] R:OK -2015-03-09 06:10:13 queue INFO >>0 [705] -2015-03-09 06:10:13 sendUrl INFO 0 [705] R:OK -2015-03-09 06:11:03 queue INFO >>0 [706] -2015-03-09 06:11:03 sendUrl INFO 0 [706] R:OK -2015-03-09 06:11:53 queue INFO >>0 [707] -2015-03-09 06:11:53 sendUrl INFO 0 [707] R:OK -2015-03-09 06:12:43 queue INFO >>0 [708] -2015-03-09 06:12:43 sendUrl INFO 0 [708] R:OK -2015-03-09 06:13:33 queue INFO >>0 [709] -2015-03-09 06:13:33 sendUrl INFO 0 [709] R:OK -2015-03-09 06:14:14 queue INFO 9 [710] -2015-03-09 06:14:14 queue INFO >9 [711] -2015-03-09 06:14:14 sendUrl INFO 9 [710] R:OK -2015-03-09 06:14:14 sendUrl INFO 9 [711] R:OK -2015-03-09 06:15:04 queue INFO >>9 [712] -2015-03-09 06:15:04 sendUrl INFO 9 [712] R:OK -2015-03-09 06:15:54 queue INFO >>9 [713] -2015-03-09 06:15:55 sendUrl INFO 9 [713] R:OK -2015-03-09 06:16:44 queue INFO >>9 [714] -2015-03-09 06:16:44 sendUrl INFO 9 [714] R:OK -2015-03-09 06:17:34 queue INFO >>9 [715] -2015-03-09 06:17:35 sendUrl INFO 9 [715] R:OK -2015-03-09 06:18:24 queue INFO >>9 [716] -2015-03-09 06:18:25 sendUrl INFO 9 [716] R:OK -2015-03-09 06:19:15 queue INFO >>9 [717] -2015-03-09 06:19:15 sendUrl INFO 9 [717] R:OK -2015-03-09 06:20:05 queue INFO >>9 [718] -2015-03-09 06:20:05 sendUrl INFO 9 [718] R:OK -2015-03-09 06:20:55 queue INFO >>9 [719] -2015-03-09 06:20:55 sendUrl INFO 9 [719] R:OK -2015-03-09 06:21:45 queue INFO >>9 [720] -2015-03-09 06:21:45 sendUrl INFO 9 [720] R:OK -2015-03-09 06:22:35 queue INFO >>9 [721] -2015-03-09 06:22:36 sendUrl INFO 9 [721] R:OK -2015-03-09 06:23:25 queue INFO >>9 [722] -2015-03-09 06:23:26 sendUrl INFO 9 [722] R:OK -2015-03-09 06:24:16 queue INFO >>9 [723] -2015-03-09 06:24:16 sendUrl INFO 9 [723] R:OK -2015-03-09 06:25:06 queue INFO >>9 [724] -2015-03-09 06:25:06 sendUrl INFO 9 [724] R:OK -2015-03-09 06:25:56 queue INFO >>9 [725] -2015-03-09 06:25:56 sendUrl INFO 9 [725] R:OK -2015-03-09 06:26:46 queue INFO >>9 [726] -2015-03-09 06:26:46 sendUrl INFO 9 [726] R:OK -2015-03-09 06:27:36 queue INFO >>9 [727] -2015-03-09 06:27:36 sendUrl INFO 9 [727] R:OK -2015-03-09 06:28:26 queue INFO >>9 [728] -2015-03-09 06:28:27 sendUrl INFO 9 [728] R:OK -2015-03-09 06:29:16 queue INFO >>9 [729] -2015-03-09 06:29:17 sendUrl INFO 9 [729] R:OK -2015-03-09 06:30:07 queue INFO >>9 [730] -2015-03-09 06:30:07 sendUrl INFO 9 [730] R:OK -2015-03-09 06:30:57 queue INFO >>9 [731] -2015-03-09 06:30:57 sendUrl INFO 9 [731] R:OK -2015-03-09 06:31:47 queue INFO >>9 [732] -2015-03-09 06:31:47 sendUrl INFO 9 [732] R:OK -2015-03-09 06:32:37 queue INFO >>9 [733] -2015-03-09 06:32:37 sendUrl INFO 9 [733] R:OK -2015-03-09 06:33:27 queue INFO >>9 [734] -2015-03-09 06:33:28 sendUrl INFO 9 [734] R:OK -2015-03-09 06:34:17 queue INFO >>9 [735] -2015-03-09 06:34:18 sendUrl INFO 9 [735] R:OK -2015-03-09 06:35:08 queue INFO >>9 [736] -2015-03-09 06:35:08 sendUrl INFO 9 [736] R:OK -2015-03-09 06:35:58 queue INFO >>9 [737] -2015-03-09 06:35:58 sendUrl INFO 9 [737] R:OK -2015-03-09 06:36:48 queue INFO >>9 [738] -2015-03-09 06:36:48 sendUrl INFO 9 [738] R:OK -2015-03-09 06:37:38 queue INFO >>9 [739] -2015-03-09 06:37:38 sendUrl INFO 9 [739] R:OK -2015-03-09 06:38:28 queue INFO >>9 [740] -2015-03-09 06:38:29 sendUrl INFO 9 [740] R:OK -2015-03-09 06:39:18 queue INFO >>9 [741] -2015-03-09 06:39:19 sendUrl INFO 9 [741] R:OK -2015-03-09 06:40:08 queue INFO >>9 [742] -2015-03-09 06:40:09 sendUrl INFO 9 [742] R:OK -2015-03-09 06:40:59 queue INFO >>9 [743] -2015-03-09 06:40:59 sendUrl INFO 9 [743] R:OK -2015-03-09 06:41:49 queue INFO >>9 [744] -2015-03-09 06:41:49 sendUrl INFO 9 [744] R:OK -2015-03-09 06:42:39 queue INFO >>9 [745] -2015-03-09 06:42:39 sendUrl INFO 9 [745] R:OK -2015-03-09 06:43:29 queue INFO >>9 [746] -2015-03-09 06:43:30 sendUrl INFO 9 [746] R:OK -2015-03-09 06:44:19 queue INFO >>9 [747] -2015-03-09 06:44:19 sendUrl INFO 9 [747] R:OK -2015-03-09 06:45:09 queue INFO >>9 [748] -2015-03-09 06:45:10 sendUrl INFO 9 [748] R:OK -2015-03-09 06:45:59 queue INFO >>9 [749] -2015-03-09 06:46:00 sendUrl INFO 9 [749] R:OK -2015-03-09 06:46:50 queue INFO >>9 [750] -2015-03-09 06:46:50 sendUrl INFO 9 [750] R:OK -2015-03-09 06:47:40 queue INFO >>9 [751] -2015-03-09 06:47:40 sendUrl INFO 9 [751] R:OK -2015-03-09 06:48:30 queue INFO >>9 [752] -2015-03-09 06:48:30 sendUrl INFO 9 [752] R:OK -2015-03-09 06:49:20 queue INFO >>9 [753] -2015-03-09 06:49:20 sendUrl INFO 9 [753] R:OK -2015-03-09 06:50:10 queue INFO >>9 [754] -2015-03-09 06:50:11 sendUrl INFO 9 [754] R:OK -2015-03-09 06:51:00 queue INFO >>9 [755] -2015-03-09 06:51:01 sendUrl INFO 9 [755] R:OK -2015-03-09 06:51:51 queue INFO >>9 [756] -2015-03-09 06:51:51 sendUrl INFO 9 [756] R:OK -2015-03-09 06:52:41 queue INFO >>9 [757] -2015-03-09 06:52:41 sendUrl INFO 9 [757] R:OK -2015-03-09 06:53:31 queue INFO >>9 [758] -2015-03-09 06:53:31 sendUrl INFO 9 [758] R:OK -2015-03-09 06:54:21 queue INFO >>9 [759] -2015-03-09 06:54:21 sendUrl INFO 9 [759] R:OK -2015-03-09 06:55:11 queue INFO >>9 [760] -2015-03-09 06:55:12 sendUrl INFO 9 [760] R:OK -2015-03-09 06:56:01 queue INFO >>9 [761] -2015-03-09 06:56:02 sendUrl INFO 9 [761] R:OK -2015-03-09 06:56:51 queue INFO >>9 [762] -2015-03-09 06:56:52 sendUrl INFO 9 [762] R:OK -2015-03-09 06:57:42 queue INFO >>9 [763] -2015-03-09 06:57:42 sendUrl INFO 9 [763] R:OK -2015-03-09 06:58:32 queue INFO >>9 [764] -2015-03-09 06:58:32 sendUrl INFO 9 [764] R:OK -2015-03-09 06:59:22 queue INFO >>9 [765] -2015-03-09 06:59:22 sendUrl INFO 9 [765] R:OK -2015-03-09 07:00:12 queue INFO >>9 [766] -2015-03-09 07:00:13 sendUrl INFO 9 [766] R:OK -2015-03-09 07:01:02 queue INFO >>9 [767] -2015-03-09 07:01:02 sendUrl INFO 9 [767] R:OK -2015-03-09 07:01:52 queue INFO >>9 [768] -2015-03-09 07:01:53 sendUrl INFO 9 [768] R:OK -2015-03-09 07:02:43 queue INFO >>9 [769] -2015-03-09 07:02:43 sendUrl INFO 9 [769] R:OK -2015-03-09 07:03:33 queue INFO >>9 [770] -2015-03-09 07:03:33 sendUrl INFO 9 [770] R:OK -2015-03-09 07:04:23 queue INFO >>9 [771] -2015-03-09 07:04:23 sendUrl INFO 9 [771] R:OK -2015-03-09 07:05:13 queue INFO >>9 [772] -2015-03-09 07:05:13 sendUrl INFO 9 [772] R:OK -2015-03-09 07:06:03 queue INFO >>9 [773] -2015-03-09 07:06:04 sendUrl INFO 9 [773] R:OK -2015-03-09 07:06:53 queue INFO >>9 [774] -2015-03-09 07:06:54 sendUrl INFO 9 [774] R:OK -2015-03-09 07:07:43 queue INFO >>9 [775] -2015-03-09 07:07:44 sendUrl INFO 9 [775] R:OK -2015-03-09 07:08:34 queue INFO >>9 [776] -2015-03-09 07:08:34 sendUrl INFO 9 [776] R:OK -2015-03-09 07:09:24 queue INFO >>9 [777] -2015-03-09 07:09:24 sendUrl INFO 9 [777] R:OK -2015-03-09 07:10:14 queue INFO >>9 [778] -2015-03-09 07:10:14 sendUrl INFO 9 [778] R:OK -2015-03-09 07:11:04 queue INFO >>9 [779] -2015-03-09 07:11:05 sendUrl INFO 9 [779] R:OK -2015-03-09 07:11:54 queue INFO >>9 [780] -2015-03-09 07:11:54 sendUrl INFO 9 [780] R:OK -2015-03-09 07:12:44 queue INFO >>9 [781] -2015-03-09 07:12:45 sendUrl INFO 9 [781] R:OK -2015-03-09 07:13:35 queue INFO >>9 [782] -2015-03-09 07:13:35 sendUrl INFO 9 [782] R:OK -2015-03-09 07:14:25 queue INFO >>9 [783] -2015-03-09 07:14:25 sendUrl INFO 9 [783] R:OK -2015-03-09 07:15:15 queue INFO >>9 [784] -2015-03-09 07:15:15 sendUrl INFO 9 [784] R:OK -2015-03-09 07:16:05 queue INFO >>9 [785] -2015-03-09 07:16:05 sendUrl INFO 9 [785] R:OK -2015-03-09 07:16:55 queue INFO >>9 [786] -2015-03-09 07:16:55 sendUrl INFO 9 [786] R:OK -2015-03-09 07:17:45 queue INFO >>9 [787] -2015-03-09 07:17:46 sendUrl INFO 9 [787] R:OK -2015-03-09 07:18:35 queue INFO >>9 [788] -2015-03-09 07:18:36 sendUrl INFO 9 [788] R:OK -2015-03-09 07:19:26 queue INFO >>9 [789] -2015-03-09 07:19:26 sendUrl INFO 9 [789] R:OK -2015-03-09 07:20:16 queue INFO >>9 [790] -2015-03-09 07:20:16 sendUrl INFO 9 [790] R:OK -2015-03-09 07:21:06 queue INFO >>9 [791] -2015-03-09 07:21:06 sendUrl INFO 9 [791] R:OK -2015-03-09 07:21:56 queue INFO >>9 [792] -2015-03-09 07:21:56 sendUrl INFO 9 [792] R:OK -2015-03-09 07:22:46 queue INFO >>9 [793] -2015-03-09 07:22:47 sendUrl INFO 9 [793] R:OK -2015-03-09 07:23:36 queue INFO >>9 [794] -2015-03-09 07:23:36 sendUrl INFO 9 [794] R:OK -2015-03-09 07:24:27 queue INFO >>9 [795] -2015-03-09 07:24:27 sendUrl INFO 9 [795] R:OK -2015-03-09 07:25:17 queue INFO >>9 [796] -2015-03-09 07:25:17 sendUrl INFO 9 [796] R:OK -2015-03-09 07:26:07 queue INFO >>9 [797] -2015-03-09 07:26:07 sendUrl INFO 9 [797] R:OK -2015-03-09 07:26:57 queue INFO >>9 [798] -2015-03-09 07:26:57 sendUrl INFO 9 [798] R:OK -2015-03-09 07:27:47 queue INFO >>9 [799] -2015-03-09 07:27:47 sendUrl INFO 9 [799] R:OK -2015-03-09 07:28:37 queue INFO >>9 [800] -2015-03-09 07:28:37 sendUrl INFO 9 [800] R:OK -2015-03-09 07:29:27 queue INFO >>9 [801] -2015-03-09 07:29:28 sendUrl INFO 9 [801] R:OK -2015-03-09 07:30:17 queue INFO >>9 [802] -2015-03-09 07:30:18 sendUrl INFO 9 [802] R:OK -2015-03-09 07:31:08 queue INFO >>9 [803] -2015-03-09 07:31:08 sendUrl INFO 9 [803] R:OK -2015-03-09 07:31:58 queue INFO >>9 [804] -2015-03-09 07:31:58 sendUrl INFO 9 [804] R:OK -2015-03-09 07:32:48 queue INFO >>9 [805] -2015-03-09 07:32:48 sendUrl INFO 9 [805] R:OK -2015-03-09 07:33:38 queue INFO >>9 [806] -2015-03-09 07:33:38 sendUrl INFO 9 [806] R:OK -2015-03-09 07:34:28 queue INFO >>9 [807] -2015-03-09 07:34:28 sendUrl INFO 9 [807] R:OK -2015-03-09 07:35:18 queue INFO >>9 [808] -2015-03-09 07:35:19 sendUrl INFO 9 [808] R:OK -2015-03-09 07:36:08 queue INFO >>9 [809] -2015-03-09 07:36:09 sendUrl INFO 9 [809] R:OK -2015-03-09 07:36:59 queue INFO >>9 [810] -2015-03-09 07:36:59 sendUrl INFO 9 [810] R:OK -2015-03-09 07:37:49 queue INFO >>9 [811] -2015-03-09 07:37:49 sendUrl INFO 9 [811] R:OK -2015-03-09 07:38:39 queue INFO >>9 [812] -2015-03-09 07:38:39 sendUrl INFO 9 [812] R:OK -2015-03-09 07:39:29 queue INFO >>9 [813] -2015-03-09 07:39:29 sendUrl INFO 9 [813] R:OK -2015-03-09 07:40:19 queue INFO >>9 [814] -2015-03-09 07:40:20 sendUrl INFO 9 [814] R:OK -2015-03-09 07:41:09 queue INFO >>9 [815] -2015-03-09 07:41:10 sendUrl INFO 9 [815] R:OK -2015-03-09 07:42:00 queue INFO >>9 [816] -2015-03-09 07:42:00 sendUrl INFO 9 [816] R:OK -2015-03-09 07:42:50 queue INFO >>9 [817] -2015-03-09 07:42:50 sendUrl INFO 9 [817] R:OK -2015-03-09 07:43:40 queue INFO >>9 [818] -2015-03-09 07:43:40 sendUrl INFO 9 [818] R:OK -2015-03-09 07:44:30 queue INFO >>9 [819] -2015-03-09 07:44:30 sendUrl INFO 9 [819] R:OK -2015-03-09 07:45:20 queue INFO >>9 [820] -2015-03-09 07:45:21 sendUrl INFO 9 [820] R:OK -2015-03-09 07:46:10 queue INFO >>9 [821] -2015-03-09 07:46:10 sendUrl INFO 9 [821] R:OK -2015-03-09 07:47:00 queue INFO >>9 [822] -2015-03-09 07:47:01 sendUrl INFO 9 [822] R:OK -2015-03-09 07:47:51 queue INFO >>9 [823] -2015-03-09 07:47:51 sendUrl INFO 9 [823] R:OK -2015-03-09 07:48:41 queue INFO >>9 [824] -2015-03-09 07:48:41 sendUrl INFO 9 [824] R:OK -2015-03-09 07:49:31 queue INFO >>9 [825] -2015-03-09 07:49:31 sendUrl INFO 9 [825] R:OK -2015-03-09 07:50:21 queue INFO >>9 [826] -2015-03-09 07:50:22 sendUrl INFO 9 [826] R:OK -2015-03-09 07:51:11 queue INFO >>9 [827] -2015-03-09 07:51:11 sendUrl INFO 9 [827] R:OK -2015-03-09 07:52:01 queue INFO >>9 [828] -2015-03-09 07:52:02 sendUrl INFO 9 [828] R:OK -2015-03-09 07:52:52 queue INFO >>9 [829] -2015-03-09 07:52:52 sendUrl INFO 9 [829] R:OK -2015-03-09 07:53:42 queue INFO >>9 [830] -2015-03-09 07:53:42 sendUrl INFO 9 [830] R:OK -2015-03-09 07:54:32 queue INFO >>9 [831] -2015-03-09 07:54:32 sendUrl INFO 9 [831] R:OK -2015-03-09 07:55:22 queue INFO >>9 [832] -2015-03-09 07:55:23 sendUrl INFO 9 [832] R:OK -2015-03-09 07:56:12 queue INFO >>9 [833] -2015-03-09 07:56:12 sendUrl INFO 9 [833] R:OK -2015-03-09 07:57:02 queue INFO >>9 [834] -2015-03-09 07:57:03 sendUrl INFO 9 [834] R:OK -2015-03-09 07:57:52 queue INFO >>9 [835] -2015-03-09 07:57:53 sendUrl INFO 9 [835] R:OK -2015-03-09 07:58:43 queue INFO >>9 [836] -2015-03-09 07:58:43 sendUrl INFO 9 [836] R:OK -2015-03-09 07:59:33 queue INFO >>9 [837] -2015-03-09 07:59:33 sendUrl INFO 9 [837] R:OK -2015-03-09 08:00:23 queue INFO >>9 [838] -2015-03-09 08:00:23 sendUrl INFO 9 [838] R:OK -2015-03-09 08:01:13 queue INFO >>9 [839] -2015-03-09 08:01:13 sendUrl INFO 9 [839] R:OK -2015-03-09 08:02:03 queue INFO >>9 [840] -2015-03-09 08:02:03 sendUrl INFO 9 [840] R:OK -2015-03-09 08:02:53 queue INFO >>9 [841] -2015-03-09 08:02:54 sendUrl INFO 9 [841] R:OK -2015-03-09 08:03:43 queue INFO >>9 [842] -2015-03-09 08:03:44 sendUrl INFO 9 [842] R:OK -2015-03-09 08:04:34 queue INFO >>9 [843] -2015-03-09 08:04:34 sendUrl INFO 9 [843] R:OK -2015-03-09 08:05:24 queue INFO >>9 [844] -2015-03-09 08:05:24 sendUrl INFO 9 [844] R:OK -2015-03-09 08:06:14 queue INFO >>9 [845] -2015-03-09 08:06:14 sendUrl INFO 9 [845] R:OK -2015-03-09 08:07:04 queue INFO >>9 [846] -2015-03-09 08:07:04 sendUrl INFO 9 [846] R:OK -2015-03-09 08:07:54 queue INFO >>9 [847] -2015-03-09 08:07:55 sendUrl INFO 9 [847] R:OK -2015-03-09 08:08:44 queue INFO >>9 [848] -2015-03-09 08:08:44 sendUrl INFO 9 [848] R:OK -2015-03-09 08:09:34 queue INFO >>9 [849] -2015-03-09 08:09:35 sendUrl INFO 9 [849] R:OK -2015-03-09 08:10:24 queue INFO >>9 [850] -2015-03-09 08:10:25 sendUrl INFO 9 [850] R:OK -2015-03-09 08:11:15 queue INFO >>9 [851] -2015-03-09 08:11:15 sendUrl INFO 9 [851] R:OK -2015-03-09 08:12:05 queue INFO >>9 [852] -2015-03-09 08:12:05 sendUrl INFO 9 [852] R:OK -2015-03-09 08:12:55 queue INFO >>9 [853] -2015-03-09 08:12:55 sendUrl INFO 9 [853] R:OK -2015-03-09 08:13:45 queue INFO >>9 [854] -2015-03-09 08:13:45 sendUrl INFO 9 [854] R:OK -2015-03-09 08:14:35 queue INFO >>9 [855] -2015-03-09 08:14:36 sendUrl INFO 9 [855] R:OK -2015-03-09 08:15:25 queue INFO >>9 [856] -2015-03-09 08:15:26 sendUrl INFO 9 [856] R:OK -2015-03-09 08:16:15 queue INFO >>9 [857] -2015-03-09 08:16:16 sendUrl INFO 9 [857] R:OK -2015-03-09 08:17:06 queue INFO >>9 [858] -2015-03-09 08:17:06 sendUrl INFO 9 [858] R:OK -2015-03-09 08:17:56 queue INFO >>9 [859] -2015-03-09 08:17:56 sendUrl INFO 9 [859] R:OK -2015-03-09 08:18:46 queue INFO >>9 [860] -2015-03-09 08:18:46 sendUrl INFO 9 [860] R:OK -2015-03-09 08:19:36 queue INFO >>9 [861] -2015-03-09 08:19:36 sendUrl INFO 9 [861] R:OK -2015-03-09 08:20:26 queue INFO >>9 [862] -2015-03-09 08:20:27 sendUrl INFO 9 [862] R:OK -2015-03-09 08:21:16 queue INFO >>9 [863] -2015-03-09 08:21:17 sendUrl INFO 9 [863] R:OK -2015-03-09 08:22:07 queue INFO >>9 [864] -2015-03-09 08:22:07 sendUrl INFO 9 [864] R:OK -2015-03-09 08:22:57 queue INFO >>9 [865] -2015-03-09 08:22:57 sendUrl INFO 9 [865] R:OK -2015-03-09 08:23:47 queue INFO >>9 [866] -2015-03-09 08:23:47 sendUrl INFO 9 [866] R:OK -2015-03-09 08:24:37 queue INFO >>9 [867] -2015-03-09 08:24:37 sendUrl INFO 9 [867] R:OK -2015-03-09 08:25:27 queue INFO >>9 [868] -2015-03-09 08:25:28 sendUrl INFO 9 [868] R:OK -2015-03-09 08:26:17 queue INFO >>9 [869] -2015-03-09 08:26:18 sendUrl INFO 9 [869] R:OK -2015-03-09 08:27:07 queue INFO >>9 [870] -2015-03-09 08:27:08 sendUrl INFO 9 [870] R:OK -2015-03-09 08:27:58 queue INFO >>9 [871] -2015-03-09 08:27:58 sendUrl INFO 9 [871] R:OK -2015-03-09 08:28:48 queue INFO >>9 [872] -2015-03-09 08:28:48 sendUrl INFO 9 [872] R:OK -2015-03-09 08:29:38 queue INFO >>9 [873] -2015-03-09 08:29:38 sendUrl INFO 9 [873] R:OK -2015-03-09 08:30:28 queue INFO >>9 [874] -2015-03-09 08:30:28 sendUrl INFO 9 [874] R:OK -2015-03-09 08:31:18 queue INFO >>9 [875] -2015-03-09 08:31:18 sendUrl INFO 9 [875] R:OK -2015-03-09 08:32:08 queue INFO >>9 [876] -2015-03-09 08:32:09 sendUrl INFO 9 [876] R:OK -2015-03-09 08:32:59 queue INFO >>9 [877] -2015-03-09 08:32:59 sendUrl INFO 9 [877] R:OK -2015-03-09 08:33:49 queue INFO >>9 [878] -2015-03-09 08:33:49 sendUrl INFO 9 [878] R:OK -2015-03-09 08:34:39 queue INFO >>9 [879] -2015-03-09 08:34:39 sendUrl INFO 9 [879] R:OK -2015-03-09 08:35:29 queue INFO >>9 [880] -2015-03-09 08:35:29 sendUrl INFO 9 [880] R:OK -2015-03-09 08:36:19 queue INFO >>9 [881] -2015-03-09 08:36:19 sendUrl INFO 9 [881] R:OK -2015-03-09 08:37:09 queue INFO >>9 [882] -2015-03-09 08:37:10 sendUrl INFO 9 [882] R:OK -2015-03-09 08:37:59 queue INFO >>9 [883] -2015-03-09 08:38:00 sendUrl INFO 9 [883] R:OK -2015-03-09 08:38:50 queue INFO >>9 [884] -2015-03-09 08:38:50 sendUrl INFO 9 [884] R:OK -2015-03-09 08:39:40 queue INFO >>9 [885] -2015-03-09 08:39:40 sendUrl INFO 9 [885] R:OK -2015-03-09 08:40:30 queue INFO >>9 [886] -2015-03-09 08:40:30 sendUrl INFO 9 [886] R:OK -2015-03-09 08:41:20 queue INFO >>9 [887] -2015-03-09 08:41:20 sendUrl INFO 9 [887] R:OK -2015-03-09 08:42:10 queue INFO >>9 [888] -2015-03-09 08:42:11 sendUrl INFO 9 [888] R:OK -2015-03-09 08:43:00 queue INFO >>9 [889] -2015-03-09 08:43:00 sendUrl INFO 9 [889] R:OK -2015-03-09 08:43:51 queue INFO >>9 [890] -2015-03-09 08:43:51 sendUrl INFO 9 [890] R:OK -2015-03-09 08:44:41 queue INFO >>9 [891] -2015-03-09 08:44:41 sendUrl INFO 9 [891] R:OK -2015-03-09 08:45:31 queue INFO >>9 [892] -2015-03-09 08:45:31 sendUrl INFO 9 [892] R:OK -2015-03-09 08:46:21 queue INFO >>9 [893] -2015-03-09 08:46:21 sendUrl INFO 9 [893] R:OK -2015-03-09 08:47:11 queue INFO >>9 [894] -2015-03-09 08:47:12 sendUrl INFO 9 [894] R:OK -2015-03-09 08:48:01 queue INFO >>9 [895] -2015-03-09 08:48:01 sendUrl INFO 9 [895] R:OK -2015-03-09 08:48:51 queue INFO >>9 [896] -2015-03-09 08:48:52 sendUrl INFO 9 [896] R:OK -2015-03-09 08:49:42 queue INFO >>9 [897] -2015-03-09 08:49:42 sendUrl INFO 9 [897] R:OK -2015-03-09 08:50:32 queue INFO >>9 [898] -2015-03-09 08:50:32 sendUrl INFO 9 [898] R:OK -2015-03-09 08:51:22 queue INFO >>9 [899] -2015-03-09 08:51:22 sendUrl INFO 9 [899] R:OK -2015-03-09 08:52:12 queue INFO >>9 [900] -2015-03-09 08:52:12 sendUrl INFO 9 [900] R:OK -2015-03-09 08:53:02 queue INFO >>9 [901] -2015-03-09 08:53:02 sendUrl INFO 9 [901] R:OK -2015-03-09 08:53:52 queue INFO >>9 [902] -2015-03-09 08:53:52 sendUrl INFO 9 [902] R:OK -2015-03-09 08:54:42 queue INFO >>9 [903] -2015-03-09 08:54:43 sendUrl INFO 9 [903] R:OK -2015-03-09 08:55:32 queue INFO >>9 [904] -2015-03-09 08:55:33 sendUrl INFO 9 [904] R:OK -2015-03-09 08:56:23 queue INFO >>9 [905] -2015-03-09 08:56:23 sendUrl INFO 9 [905] R:OK -2015-03-09 08:57:13 queue INFO >>9 [906] -2015-03-09 08:57:13 sendUrl INFO 9 [906] R:OK -2015-03-09 08:58:03 queue INFO >>9 [907] -2015-03-09 08:58:03 sendUrl INFO 9 [907] R:OK -2015-03-09 08:58:53 queue INFO >>9 [908] -2015-03-09 08:58:53 sendUrl INFO 9 [908] R:OK -2015-03-09 08:59:43 queue INFO >>9 [909] -2015-03-09 08:59:44 sendUrl INFO 9 [909] R:OK -2015-03-09 09:00:33 queue INFO >>9 [910] -2015-03-09 09:00:34 sendUrl INFO 9 [910] R:OK -2015-03-09 09:01:24 queue INFO >>9 [911] -2015-03-09 09:01:24 sendUrl INFO 9 [911] R:OK -2015-03-09 09:02:14 queue INFO >>9 [912] -2015-03-09 09:02:14 sendUrl INFO 9 [912] R:OK -2015-03-09 09:03:04 queue INFO >>9 [913] -2015-03-09 09:03:04 sendUrl INFO 9 [913] R:OK -2015-03-09 09:03:54 queue INFO >>9 [914] -2015-03-09 09:03:54 sendUrl INFO 9 [914] R:OK -2015-03-09 09:04:44 queue INFO >>9 [915] -2015-03-09 09:04:45 sendUrl INFO 9 [915] R:OK -2015-03-09 09:05:34 queue INFO >>9 [916] -2015-03-09 09:05:34 sendUrl INFO 9 [916] R:OK -2015-03-09 09:06:24 queue INFO >>9 [917] -2015-03-09 09:06:25 sendUrl INFO 9 [917] R:OK -2015-03-09 09:07:15 queue INFO >>9 [918] -2015-03-09 09:07:15 sendUrl INFO 9 [918] R:OK -2015-03-09 09:08:05 queue INFO >>9 [919] -2015-03-09 09:08:05 sendUrl INFO 9 [919] R:OK -2015-03-09 09:08:55 queue INFO >>9 [920] -2015-03-09 09:08:55 sendUrl INFO 9 [920] R:OK -2015-03-09 09:09:45 queue INFO >>9 [921] -2015-03-09 09:09:46 sendUrl INFO 9 [921] R:OK -2015-03-09 09:10:35 queue INFO >>9 [922] -2015-03-09 09:10:35 sendUrl INFO 9 [922] R:OK -2015-03-09 09:11:25 queue INFO >>9 [923] -2015-03-09 09:11:26 sendUrl INFO 9 [923] R:OK -2015-03-09 09:12:16 queue INFO >>9 [924] -2015-03-09 09:12:16 sendUrl INFO 9 [924] R:OK -2015-03-09 09:13:06 queue INFO >>9 [925] -2015-03-09 09:13:06 sendUrl INFO 9 [925] R:OK -2015-03-09 09:13:56 queue INFO >>9 [926] -2015-03-09 09:13:56 sendUrl INFO 9 [926] R:OK -2015-03-09 09:14:46 queue INFO >>9 [927] -2015-03-09 09:14:46 sendUrl INFO 9 [927] R:OK -2015-03-09 09:15:36 queue INFO >>9 [928] -2015-03-09 09:15:36 sendUrl INFO 9 [928] R:OK -2015-03-09 09:16:26 queue INFO >>9 [929] -2015-03-09 09:16:27 sendUrl INFO 9 [929] R:OK -2015-03-09 09:17:16 queue INFO >>9 [930] -2015-03-09 09:17:17 sendUrl INFO 9 [930] R:OK -2015-03-09 09:18:07 queue INFO >>9 [931] -2015-03-09 09:18:07 sendUrl INFO 9 [931] R:OK -2015-03-09 09:18:57 queue INFO >>9 [932] -2015-03-09 09:18:57 sendUrl INFO 9 [932] R:OK -2015-03-09 09:19:47 queue INFO >>9 [933] -2015-03-09 09:19:47 sendUrl INFO 9 [933] R:OK -2015-03-09 09:20:37 queue INFO >>9 [934] -2015-03-09 09:20:37 sendUrl INFO 9 [934] R:OK -2015-03-09 09:21:27 queue INFO >>9 [935] -2015-03-09 09:21:28 sendUrl INFO 9 [935] R:OK -2015-03-09 09:22:17 queue INFO >>9 [936] -2015-03-09 09:22:18 sendUrl INFO 9 [936] R:OK -2015-03-09 09:23:07 queue INFO >>9 [937] -2015-03-09 09:23:08 sendUrl INFO 9 [937] R:OK -2015-03-09 09:23:58 queue INFO >>9 [938] -2015-03-09 09:23:58 sendUrl INFO 9 [938] R:OK -2015-03-09 09:24:48 queue INFO >>9 [939] -2015-03-09 09:24:48 sendUrl INFO 9 [939] R:OK -2015-03-09 09:25:38 queue INFO >>9 [940] -2015-03-09 09:25:38 sendUrl INFO 9 [940] R:OK -2015-03-09 09:26:28 queue INFO >>9 [941] -2015-03-09 09:26:28 sendUrl INFO 9 [941] R:OK -2015-03-09 09:27:18 queue INFO >>9 [942] -2015-03-09 09:27:19 sendUrl INFO 9 [942] R:OK -2015-03-09 09:28:08 queue INFO >>9 [943] -2015-03-09 09:28:08 sendUrl INFO 9 [943] R:OK -2015-03-09 09:28:58 queue INFO >>9 [944] -2015-03-09 09:28:59 sendUrl INFO 9 [944] R:OK -2015-03-09 09:29:49 queue INFO >>9 [945] -2015-03-09 09:29:49 sendUrl INFO 9 [945] R:OK -2015-03-09 09:30:39 queue INFO >>9 [946] -2015-03-09 09:30:39 sendUrl INFO 9 [946] R:OK -2015-03-09 09:31:29 queue INFO >>9 [947] -2015-03-09 09:31:29 sendUrl INFO 9 [947] R:OK -2015-03-09 09:32:19 queue INFO >>9 [948] -2015-03-09 09:32:20 sendUrl INFO 9 [948] R:OK -2015-03-09 09:33:09 queue INFO >>9 [949] -2015-03-09 09:33:09 sendUrl INFO 9 [949] R:OK -2015-03-09 09:33:59 queue INFO >>9 [950] -2015-03-09 09:34:00 sendUrl INFO 9 [950] R:OK -2015-03-09 09:34:49 queue INFO >>9 [951] -2015-03-09 09:34:50 sendUrl INFO 9 [951] R:OK -2015-03-09 09:35:39 queue INFO >>9 [952] -2015-03-09 09:35:40 sendUrl INFO 9 [952] R:OK -2015-03-09 09:36:30 queue INFO >>9 [953] -2015-03-09 09:36:30 sendUrl INFO 9 [953] R:OK -2015-03-09 09:37:20 queue INFO >>9 [954] -2015-03-09 09:37:20 sendUrl INFO 9 [954] R:OK -2015-03-09 09:38:10 queue INFO >>9 [955] -2015-03-09 09:38:10 sendUrl INFO 9 [955] R:OK -2015-03-09 09:39:00 queue INFO >>9 [956] -2015-03-09 09:39:00 sendUrl INFO 9 [956] R:OK -2015-03-09 09:39:50 queue INFO >>9 [957] -2015-03-09 09:39:50 sendUrl INFO 9 [957] R:OK -2015-03-09 09:40:40 queue INFO >>9 [958] -2015-03-09 09:40:41 sendUrl INFO 9 [958] R:OK -2015-03-09 09:41:31 queue INFO >>9 [959] -2015-03-09 09:41:31 sendUrl INFO 9 [959] R:OK -2015-03-09 09:42:21 queue INFO >>9 [960] -2015-03-09 09:42:21 sendUrl INFO 9 [960] R:OK -2015-03-09 09:43:11 queue INFO >>9 [961] -2015-03-09 09:43:11 sendUrl INFO 9 [961] R:OK -2015-03-09 09:44:01 queue INFO >>9 [962] -2015-03-09 09:44:01 sendUrl INFO 9 [962] R:OK -2015-03-09 09:44:51 queue INFO >>9 [963] -2015-03-09 09:44:51 sendUrl INFO 9 [963] R:OK -2015-03-09 09:45:41 queue INFO >>9 [964] -2015-03-09 09:45:42 sendUrl INFO 9 [964] R:OK -2015-03-09 09:46:31 queue INFO >>9 [965] -2015-03-09 09:46:32 sendUrl INFO 9 [965] R:OK -2015-03-09 09:47:22 queue INFO >>9 [966] -2015-03-09 09:47:22 sendUrl INFO 9 [966] R:OK -2015-03-09 09:48:12 queue INFO >>9 [967] -2015-03-09 09:48:12 sendUrl INFO 9 [967] R:OK -2015-03-09 09:49:02 queue INFO >>9 [968] -2015-03-09 09:49:02 sendUrl INFO 9 [968] R:OK -2015-03-09 09:49:52 queue INFO >>9 [969] -2015-03-09 09:49:52 sendUrl INFO 9 [969] R:OK -2015-03-09 09:50:42 queue INFO >>9 [970] -2015-03-09 09:50:42 sendUrl INFO 9 [970] R:OK -2015-03-09 09:51:32 queue INFO >>9 [971] -2015-03-09 09:51:33 sendUrl INFO 9 [971] R:OK -2015-03-09 09:52:22 queue INFO >>9 [972] -2015-03-09 09:52:23 sendUrl INFO 9 [972] R:OK -2015-03-09 09:53:13 queue INFO >>9 [973] -2015-03-09 09:53:13 sendUrl INFO 9 [973] R:OK -2015-03-09 09:54:03 queue INFO >>9 [974] -2015-03-09 09:54:03 sendUrl INFO 9 [974] R:OK -2015-03-09 09:54:53 queue INFO >>9 [975] -2015-03-09 09:54:53 sendUrl INFO 9 [975] R:OK -2015-03-09 09:55:43 queue INFO >>9 [976] -2015-03-09 09:55:43 sendUrl INFO 9 [976] R:OK -2015-03-09 09:56:33 queue INFO >>9 [977] -2015-03-09 09:56:34 sendUrl INFO 9 [977] R:OK -2015-03-09 09:57:23 queue INFO >>9 [978] -2015-03-09 09:57:24 sendUrl INFO 9 [978] R:OK -2015-03-09 09:58:14 queue INFO >>9 [979] -2015-03-09 09:58:14 sendUrl INFO 9 [979] R:OK -2015-03-09 09:59:04 queue INFO >>9 [980] -2015-03-09 09:59:04 sendUrl INFO 9 [980] R:OK -2015-03-09 09:59:54 queue INFO >>9 [981] -2015-03-09 09:59:54 sendUrl INFO 9 [981] R:OK -2015-03-09 10:00:44 queue INFO >>9 [982] -2015-03-09 10:00:44 sendUrl INFO 9 [982] R:OK -2015-03-09 10:01:34 queue INFO >>9 [983] -2015-03-09 10:01:35 sendUrl INFO 9 [983] R:OK -2015-03-09 10:02:24 queue INFO >>9 [984] -2015-03-09 10:02:24 sendUrl INFO 9 [984] R:OK -2015-03-09 10:03:14 queue INFO >>9 [985] -2015-03-09 10:03:15 sendUrl INFO 9 [985] R:OK -2015-03-09 10:04:05 queue INFO >>9 [986] -2015-03-09 10:04:05 sendUrl INFO 9 [986] R:OK -2015-03-09 10:04:55 queue INFO >>9 [987] -2015-03-09 10:04:55 sendUrl INFO 9 [987] R:OK -2015-03-09 10:05:45 queue INFO >>9 [988] -2015-03-09 10:05:45 sendUrl INFO 9 [988] R:OK -2015-03-09 10:06:35 queue INFO >>9 [989] -2015-03-09 10:06:36 sendUrl INFO 9 [989] R:OK -2015-03-09 10:07:25 queue INFO >>9 [990] -2015-03-09 10:07:25 sendUrl INFO 9 [990] R:OK -2015-03-09 10:08:15 queue INFO >>9 [991] -2015-03-09 10:08:16 sendUrl INFO 9 [991] R:OK -2015-03-09 10:09:06 queue INFO >>9 [992] -2015-03-09 10:09:06 sendUrl INFO 9 [992] R:OK -2015-03-09 10:09:56 queue INFO >>9 [993] -2015-03-09 10:09:56 sendUrl INFO 9 [993] R:OK -2015-03-09 10:10:46 queue INFO >>9 [994] -2015-03-09 10:10:46 sendUrl INFO 9 [994] R:OK -2015-03-09 10:11:36 queue INFO >>9 [995] -2015-03-09 10:11:36 sendUrl INFO 9 [995] R:OK -2015-03-09 10:12:26 queue INFO >>9 [996] -2015-03-09 10:12:26 sendUrl INFO 9 [996] R:OK -2015-03-09 10:13:16 queue INFO >>9 [997] -2015-03-09 10:13:17 sendUrl INFO 9 [997] R:OK -2015-03-09 10:14:06 queue INFO >>9 [998] -2015-03-09 10:14:07 sendUrl INFO 9 [998] R:OK -2015-03-09 10:14:56 queue INFO >>9 [999] -2015-03-09 10:14:57 sendUrl INFO 9 [999] R:OK -2015-03-09 10:15:47 queue INFO >>9 [0] -2015-03-09 10:15:47 sendUrl INFO 9 [0] R:OK -2015-03-09 10:16:37 queue INFO >>9 [1] -2015-03-09 10:16:37 sendUrl INFO 9 [1] R:OK -2015-03-09 10:17:27 queue INFO >>9 [2] -2015-03-09 10:17:27 sendUrl INFO 9 [2] R:OK -2015-03-09 10:18:17 queue INFO >>9 [3] -2015-03-09 10:18:17 sendUrl INFO 9 [3] R:OK -2015-03-09 10:19:07 queue INFO >>9 [4] -2015-03-09 10:19:08 sendUrl INFO 9 [4] R:OK -2015-03-09 10:19:57 queue INFO >>9 [5] -2015-03-09 10:19:58 sendUrl INFO 9 [5] R:OK -2015-03-09 10:20:47 queue INFO >>9 [6] -2015-03-09 10:20:48 sendUrl INFO 9 [6] R:OK -2015-03-09 10:21:38 queue INFO >>9 [7] -2015-03-09 10:21:38 sendUrl INFO 9 [7] R:OK -2015-03-09 10:22:28 queue INFO >>9 [8] -2015-03-09 10:22:28 sendUrl INFO 9 [8] R:OK -2015-03-09 10:23:18 queue INFO >>9 [9] -2015-03-09 10:23:18 sendUrl INFO 9 [9] R:OK -2015-03-09 10:24:08 queue INFO >>9 [10] -2015-03-09 10:24:09 sendUrl INFO 9 [10] R:OK -2015-03-09 10:24:58 queue INFO >>9 [11] -2015-03-09 10:24:58 sendUrl INFO 9 [11] R:OK -2015-03-09 10:25:48 queue INFO >>9 [12] -2015-03-09 10:25:49 sendUrl INFO 9 [12] R:OK -2015-03-09 10:26:38 queue INFO >>9 [13] -2015-03-09 10:26:39 sendUrl INFO 9 [13] R:OK -2015-03-09 10:27:29 queue INFO >>9 [14] -2015-03-09 10:27:29 sendUrl INFO 9 [14] R:OK -2015-03-09 10:28:19 queue INFO >>9 [15] -2015-03-09 10:28:19 sendUrl INFO 9 [15] R:OK -2015-03-09 10:29:09 queue INFO >>9 [16] -2015-03-09 10:29:09 sendUrl INFO 9 [16] R:OK -2015-03-09 10:29:59 queue INFO >>9 [17] -2015-03-09 10:29:59 sendUrl INFO 9 [17] R:OK -2015-03-09 10:30:49 queue INFO >>9 [18] -2015-03-09 10:30:50 sendUrl INFO 9 [18] R:OK -2015-03-09 10:31:39 queue INFO >>9 [19] -2015-03-09 10:31:39 sendUrl INFO 9 [19] R:OK -2015-03-09 10:32:29 queue INFO >>9 [20] -2015-03-09 10:32:30 sendUrl INFO 9 [20] R:OK -2015-03-09 10:33:20 queue INFO >>9 [21] -2015-03-09 10:33:20 sendUrl INFO 9 [21] R:OK -2015-03-09 10:34:10 queue INFO >>9 [22] -2015-03-09 10:34:10 sendUrl INFO 9 [22] R:OK -2015-03-09 10:35:00 queue INFO >>9 [23] -2015-03-09 10:35:00 sendUrl INFO 9 [23] R:OK -2015-03-09 10:35:50 queue INFO >>9 [24] -2015-03-09 10:35:51 sendUrl INFO 9 [24] R:OK -2015-03-09 10:36:40 queue INFO >>9 [25] -2015-03-09 10:36:40 sendUrl INFO 9 [25] R:OK -2015-03-09 10:37:30 queue INFO >>9 [26] -2015-03-09 10:37:31 sendUrl INFO 9 [26] R:OK -2015-03-09 10:38:21 queue INFO >>9 [27] -2015-03-09 10:38:21 sendUrl INFO 9 [27] R:OK -2015-03-09 10:39:11 queue INFO >>9 [28] -2015-03-09 10:39:11 sendUrl INFO 9 [28] R:OK -2015-03-09 10:40:01 queue INFO >>9 [29] -2015-03-09 10:40:01 sendUrl INFO 9 [29] R:OK -2015-03-09 10:40:51 queue INFO >>9 [30] -2015-03-09 10:40:51 sendUrl INFO 9 [30] R:OK -2015-03-09 10:41:41 queue INFO >>9 [31] -2015-03-09 10:41:41 sendUrl INFO 9 [31] R:OK -2015-03-09 10:42:31 queue INFO >>9 [32] -2015-03-09 10:42:32 sendUrl INFO 9 [32] R:OK -2015-03-09 10:43:21 queue INFO >>9 [33] -2015-03-09 10:43:22 sendUrl INFO 9 [33] R:OK -2015-03-09 10:44:12 queue INFO >>9 [34] -2015-03-09 10:44:12 sendUrl INFO 9 [34] R:OK -2015-03-09 10:45:02 queue INFO >>9 [35] -2015-03-09 10:45:02 sendUrl INFO 9 [35] R:OK -2015-03-09 10:45:52 queue INFO >>9 [36] -2015-03-09 10:45:52 sendUrl INFO 9 [36] R:OK -2015-03-09 10:46:42 queue INFO >>9 [37] -2015-03-09 10:46:42 sendUrl INFO 9 [37] R:OK -2015-03-09 10:47:32 queue INFO >>9 [38] -2015-03-09 10:47:33 sendUrl INFO 9 [38] R:OK -2015-03-09 10:48:22 queue INFO >>9 [39] -2015-03-09 10:48:23 sendUrl INFO 9 [39] R:OK -2015-03-09 10:49:13 queue INFO >>9 [40] -2015-03-09 10:49:13 sendUrl INFO 9 [40] R:OK -2015-03-09 10:50:03 queue INFO >>9 [41] -2015-03-09 10:50:03 sendUrl INFO 9 [41] R:OK -2015-03-09 10:50:53 queue INFO >>9 [42] -2015-03-09 10:50:53 sendUrl INFO 9 [42] R:OK -2015-03-09 10:51:43 queue INFO >>9 [43] -2015-03-09 10:51:43 sendUrl INFO 9 [43] R:OK -2015-03-09 10:52:33 queue INFO >>9 [44] -2015-03-09 10:52:33 sendUrl INFO 9 [44] R:OK -2015-03-09 10:53:23 queue INFO >>9 [45] -2015-03-09 10:53:24 sendUrl INFO 9 [45] R:OK -2015-03-09 10:54:13 queue INFO >>9 [46] -2015-03-09 10:54:14 sendUrl INFO 9 [46] R:OK -2015-03-09 10:55:04 queue INFO >>9 [47] -2015-03-09 10:55:04 sendUrl INFO 9 [47] R:OK -2015-03-09 10:55:54 queue INFO >>9 [48] -2015-03-09 10:55:54 sendUrl INFO 9 [48] R:OK -2015-03-09 10:56:44 queue INFO >>9 [49] -2015-03-09 10:56:44 sendUrl INFO 9 [49] R:OK -2015-03-09 10:57:34 queue INFO >>9 [50] -2015-03-09 10:57:34 sendUrl INFO 9 [50] R:OK -2015-03-09 10:58:24 queue INFO >>9 [51] -2015-03-09 10:58:25 sendUrl INFO 9 [51] R:OK -2015-03-09 10:59:14 queue INFO >>9 [52] -2015-03-09 10:59:15 sendUrl INFO 9 [52] R:OK -2015-03-09 11:00:04 queue INFO >>9 [53] -2015-03-09 11:00:05 sendUrl INFO 9 [53] R:OK -2015-03-09 11:00:55 queue INFO >>9 [54] -2015-03-09 11:00:55 sendUrl INFO 9 [54] R:OK -2015-03-09 11:01:45 queue INFO >>9 [55] -2015-03-09 11:01:45 sendUrl INFO 9 [55] R:OK -2015-03-09 11:02:35 queue INFO >>9 [56] -2015-03-09 11:02:35 sendUrl INFO 9 [56] R:OK -2015-03-09 11:03:25 queue INFO >>9 [57] -2015-03-09 11:03:26 sendUrl INFO 9 [57] R:OK -2015-03-09 11:04:15 queue INFO >>9 [58] -2015-03-09 11:04:15 sendUrl INFO 9 [58] R:OK -2015-03-09 11:05:05 queue INFO >>9 [59] -2015-03-09 11:05:06 sendUrl INFO 9 [59] R:OK -2015-03-09 11:05:56 queue INFO >>9 [60] -2015-03-09 11:05:56 sendUrl INFO 9 [60] R:OK -2015-03-09 11:06:46 queue INFO >>9 [61] -2015-03-09 11:06:46 sendUrl INFO 9 [61] R:OK -2015-03-09 11:07:36 queue INFO >>9 [62] -2015-03-09 11:07:36 sendUrl INFO 9 [62] R:OK -2015-03-09 11:08:26 queue INFO >>9 [63] -2015-03-09 11:08:27 sendUrl INFO 9 [63] R:OK -2015-03-09 11:09:16 queue INFO >>9 [64] -2015-03-09 11:09:16 sendUrl INFO 9 [64] R:OK -2015-03-09 11:10:06 queue INFO >>9 [65] -2015-03-09 11:10:07 sendUrl INFO 9 [65] R:OK -2015-03-09 11:10:56 queue INFO >>9 [66] -2015-03-09 11:10:57 sendUrl INFO 9 [66] R:OK -2015-03-09 11:11:47 queue INFO >>9 [67] -2015-03-09 11:11:47 sendUrl INFO 9 [67] R:OK -2015-03-09 11:12:37 queue INFO >>9 [68] -2015-03-09 11:12:37 sendUrl INFO 9 [68] R:OK -2015-03-09 11:13:27 queue INFO >>9 [69] -2015-03-09 11:13:27 sendUrl INFO 9 [69] R:OK -2015-03-09 11:14:17 queue INFO >>9 [70] -2015-03-09 11:14:17 sendUrl INFO 9 [70] R:OK -2015-03-09 11:15:07 queue INFO >>9 [71] -2015-03-09 11:15:08 sendUrl INFO 9 [71] R:OK -2015-03-09 11:15:57 queue INFO >>9 [72] -2015-03-09 11:15:57 sendUrl INFO 9 [72] R:OK -2015-03-09 11:16:48 queue INFO >>9 [73] -2015-03-09 11:16:48 sendUrl INFO 9 [73] R:OK -2015-03-09 11:17:38 queue INFO >>9 [74] -2015-03-09 11:17:38 sendUrl INFO 9 [74] R:OK -2015-03-09 11:18:28 queue INFO >>9 [75] -2015-03-09 11:18:28 sendUrl INFO 9 [75] R:OK -2015-03-09 11:19:18 queue INFO >>9 [76] -2015-03-09 11:19:18 sendUrl INFO 9 [76] R:OK -2015-03-09 11:20:08 queue INFO >>9 [77] -2015-03-09 11:20:09 sendUrl INFO 9 [77] R:OK -2015-03-09 11:20:58 queue INFO >>9 [78] -2015-03-09 11:20:58 sendUrl INFO 9 [78] R:OK -2015-03-09 11:21:48 queue INFO >>9 [79] -2015-03-09 11:21:49 sendUrl INFO 9 [79] R:OK -2015-03-09 11:22:39 queue INFO >>9 [80] -2015-03-09 11:22:39 sendUrl INFO 9 [80] R:OK -2015-03-09 11:23:29 queue INFO >>9 [81] -2015-03-09 11:23:29 sendUrl INFO 9 [81] R:OK -2015-03-09 11:24:19 queue INFO >>9 [82] -2015-03-09 11:24:19 sendUrl INFO 9 [82] R:OK -2015-03-09 11:25:09 queue INFO >>9 [83] -2015-03-09 11:25:09 sendUrl INFO 9 [83] R:OK -2015-03-09 11:25:59 queue INFO >>9 [84] -2015-03-09 11:25:59 sendUrl INFO 9 [84] R:OK -2015-03-09 11:26:49 queue INFO >>9 [85] -2015-03-09 11:26:50 sendUrl INFO 9 [85] R:OK -2015-03-09 11:27:39 queue INFO >>9 [86] -2015-03-09 11:27:40 sendUrl INFO 9 [86] R:OK -2015-03-09 11:28:30 queue INFO >>9 [87] -2015-03-09 11:28:30 sendUrl INFO 9 [87] R:OK -2015-03-09 11:29:20 queue INFO >>9 [88] -2015-03-09 11:29:20 sendUrl INFO 9 [88] R:OK -2015-03-09 11:30:10 queue INFO >>9 [89] -2015-03-09 11:30:10 sendUrl INFO 9 [89] R:OK -2015-03-09 11:31:00 queue INFO >>9 [90] -2015-03-09 11:31:00 sendUrl INFO 9 [90] R:OK -2015-03-09 11:31:50 queue INFO >>9 [91] -2015-03-09 11:31:50 sendUrl INFO 9 [91] R:OK -2015-03-09 11:32:40 queue INFO >>9 [92] -2015-03-09 11:32:41 sendUrl INFO 9 [92] R:OK -2015-03-09 11:33:30 queue INFO >>9 [93] -2015-03-09 11:33:31 sendUrl INFO 9 [93] R:OK -2015-03-09 11:34:21 queue INFO >>9 [94] -2015-03-09 11:34:21 sendUrl INFO 9 [94] R:OK -2015-03-09 11:35:11 queue INFO >>9 [95] -2015-03-09 11:35:11 sendUrl INFO 9 [95] R:OK -2015-03-09 11:36:01 queue INFO >>9 [96] -2015-03-09 11:36:01 sendUrl INFO 9 [96] R:OK -2015-03-09 11:36:51 queue INFO >>9 [97] -2015-03-09 11:36:51 sendUrl INFO 9 [97] R:OK -2015-03-09 11:37:41 queue INFO >>9 [98] -2015-03-09 11:37:42 sendUrl INFO 9 [98] R:OK -2015-03-09 11:38:31 queue INFO >>9 [99] -2015-03-09 11:38:31 sendUrl INFO 9 [99] R:OK -2015-03-09 11:39:21 queue INFO >>9 [100] -2015-03-09 11:39:22 sendUrl INFO 9 [100] R:OK -2015-03-09 11:40:12 queue INFO >>9 [101] -2015-03-09 11:40:12 sendUrl INFO 9 [101] R:OK -2015-03-09 11:41:02 queue INFO >>9 [102] -2015-03-09 11:41:02 sendUrl INFO 9 [102] R:OK -2015-03-09 11:41:52 queue INFO >>9 [103] -2015-03-09 11:41:52 sendUrl INFO 9 [103] R:OK -2015-03-09 11:42:42 queue INFO >>9 [104] -2015-03-09 11:42:42 sendUrl INFO 9 [104] R:OK -2015-03-09 11:43:32 queue INFO >>9 [105] -2015-03-09 11:43:32 sendUrl INFO 9 [105] R:OK -2015-03-09 11:44:22 queue INFO >>9 [106] -2015-03-09 11:44:23 sendUrl INFO 9 [106] R:OK -2015-03-09 11:45:12 queue INFO >>9 [107] -2015-03-09 11:45:13 sendUrl INFO 9 [107] R:OK -2015-03-09 11:46:03 queue INFO >>9 [108] -2015-03-09 11:46:03 sendUrl INFO 9 [108] R:OK -2015-03-09 11:46:53 queue INFO >>9 [109] -2015-03-09 11:46:53 sendUrl INFO 9 [109] R:OK -2015-03-09 11:47:43 queue INFO >>9 [110] -2015-03-09 11:47:43 sendUrl INFO 9 [110] R:OK -2015-03-09 11:48:33 queue INFO >>9 [111] -2015-03-09 11:48:33 sendUrl INFO 9 [111] R:OK -2015-03-09 11:49:23 queue INFO >>9 [112] -2015-03-09 11:49:23 sendUrl INFO 9 [112] R:OK -2015-03-09 11:50:13 queue INFO >>9 [113] -2015-03-09 11:50:14 sendUrl INFO 9 [113] R:OK -2015-03-09 11:51:03 queue INFO >>9 [114] -2015-03-09 11:51:04 sendUrl INFO 9 [114] R:OK -2015-03-09 11:51:54 queue INFO >>9 [115] -2015-03-09 11:51:54 sendUrl INFO 9 [115] R:OK -2015-03-09 11:52:44 queue INFO >>9 [116] -2015-03-09 11:52:44 sendUrl INFO 9 [116] R:OK -2015-03-09 11:53:34 queue INFO >>9 [117] -2015-03-09 11:53:34 sendUrl INFO 9 [117] R:OK -2015-03-09 11:54:24 queue INFO >>9 [118] -2015-03-09 11:54:24 sendUrl INFO 9 [118] R:OK -2015-03-09 11:55:14 queue INFO >>9 [119] -2015-03-09 11:55:15 sendUrl INFO 9 [119] R:OK -2015-03-09 11:55:19 queue INFO 29 [120] -2015-03-09 11:55:19 queue INFO >29 [121] -2015-03-09 11:55:20 sendUrl INFO 29 [120] R:OK -2015-03-09 11:55:20 sendUrl INFO 29 [121] R:OK -2015-03-09 11:55:21 queue INFO 21 [122] -2015-03-09 11:55:21 queue INFO 29 [123] -2015-03-09 11:55:21 queue INFO >29 [124] -2015-03-09 11:55:21 sendUrl INFO 21 [122] R:OK -2015-03-09 11:55:22 sendUrl INFO 29 [123] R:OK -2015-03-09 11:55:22 sendUrl INFO 29 [124] R:OK -2015-03-09 11:55:23 queue INFO 21 [125] -2015-03-09 11:55:23 queue INFO >21 [126] -2015-03-09 11:55:23 sendUrl INFO 21 [125] R:OK -2015-03-09 11:55:24 sendUrl INFO 21 [126] R:OK -2015-03-09 11:56:13 queue INFO >>21 [127] -2015-03-09 11:56:13 sendUrl INFO 21 [127] R:OK -2015-03-09 11:57:03 queue INFO >>21 [128] -2015-03-09 11:57:03 sendUrl INFO 21 [128] R:OK -2015-03-09 11:57:53 queue INFO >>21 [129] -2015-03-09 11:57:54 sendUrl INFO 21 [129] R:OK -2015-03-09 11:58:43 queue INFO >>21 [130] -2015-03-09 11:58:43 sendUrl INFO 21 [130] R:OK -2015-03-09 11:59:33 queue INFO >>21 [131] -2015-03-09 11:59:34 sendUrl INFO 21 [131] R:OK -2015-03-09 12:00:09 queue INFO 9 [132] -2015-03-09 12:00:10 queue INFO 29 [133] -2015-03-09 12:00:10 queue INFO >29 [134] -2015-03-09 12:00:10 sendUrl INFO 9 [132] R:OK -2015-03-09 12:00:10 queue INFO 21 [135] -2015-03-09 12:00:10 queue INFO >21 [136] -2015-03-09 12:00:11 sendUrl INFO 29 [133] R:OK -2015-03-09 12:00:11 sendUrl INFO 29 [134] R:OK -2015-03-09 12:00:11 sendUrl INFO 21 [135] R:OK -2015-03-09 12:00:12 sendUrl INFO 21 [136] R:OK -2015-03-09 12:01:00 queue INFO >>21 [137] -2015-03-09 12:01:01 sendUrl INFO 21 [137] R:OK -2015-03-09 12:01:51 queue INFO >>21 [138] -2015-03-09 12:01:51 sendUrl INFO 21 [138] R:OK -2015-03-09 12:02:41 queue INFO >>21 [139] -2015-03-09 12:02:41 sendUrl INFO 21 [139] R:OK -2015-03-09 12:03:31 queue INFO >>21 [140] -2015-03-09 12:03:31 sendUrl INFO 21 [140] R:OK -2015-03-09 12:04:21 queue INFO >>21 [141] -2015-03-09 12:04:21 sendUrl INFO 21 [141] R:OK -2015-03-09 12:05:11 queue INFO >>21 [142] -2015-03-09 12:05:11 sendUrl INFO 21 [142] R:OK -2015-03-09 12:06:01 queue INFO >>21 [143] -2015-03-09 12:06:02 sendUrl INFO 21 [143] R:OK -2015-03-09 12:06:51 queue INFO >>21 [144] -2015-03-09 12:06:52 sendUrl INFO 21 [144] R:OK -2015-03-09 12:07:42 queue INFO >>21 [145] -2015-03-09 12:07:42 sendUrl INFO 21 [145] R:OK -2015-03-09 12:08:32 queue INFO >>21 [146] -2015-03-09 12:08:32 sendUrl INFO 21 [146] R:OK -2015-03-09 12:09:22 queue INFO >>21 [147] -2015-03-09 12:09:22 sendUrl INFO 21 [147] R:OK -2015-03-09 12:10:12 queue INFO >>21 [148] -2015-03-09 12:10:12 sendUrl INFO 21 [148] R:OK -2015-03-09 12:11:02 queue INFO >>21 [149] -2015-03-09 12:11:03 sendUrl INFO 21 [149] R:OK -2015-03-09 12:11:52 queue INFO >>21 [150] -2015-03-09 12:11:53 sendUrl INFO 21 [150] R:OK -2015-03-09 12:12:43 queue INFO >>21 [151] -2015-03-09 12:12:43 sendUrl INFO 21 [151] R:OK -2015-03-09 12:13:33 queue INFO >>21 [152] -2015-03-09 12:13:33 sendUrl INFO 21 [152] R:OK -2015-03-09 12:14:23 queue INFO >>21 [153] -2015-03-09 12:14:23 sendUrl INFO 21 [153] R:OK -2015-03-09 12:15:13 queue INFO >>21 [154] -2015-03-09 12:15:13 sendUrl INFO 21 [154] R:OK -2015-03-09 12:16:03 queue INFO >>21 [155] -2015-03-09 12:16:03 sendUrl INFO 21 [155] R:OK -2015-03-09 12:16:53 queue INFO >>21 [156] -2015-03-09 12:16:54 sendUrl INFO 21 [156] R:OK -2015-03-09 12:17:43 queue INFO >>21 [157] -2015-03-09 12:17:44 sendUrl INFO 21 [157] R:OK -2015-03-09 12:18:34 queue INFO >>21 [158] -2015-03-09 12:18:34 sendUrl INFO 21 [158] R:OK -2015-03-09 12:19:24 queue INFO >>21 [159] -2015-03-09 12:19:24 sendUrl INFO 21 [159] R:OK -2015-03-09 12:20:14 queue INFO >>21 [160] -2015-03-09 12:20:14 sendUrl INFO 21 [160] R:OK -2015-03-09 12:21:04 queue INFO >>21 [161] -2015-03-09 12:21:04 sendUrl INFO 21 [161] R:OK -2015-03-09 12:21:54 queue INFO >>21 [162] -2015-03-09 12:21:55 sendUrl INFO 21 [162] R:OK -2015-03-09 12:22:44 queue INFO >>21 [163] -2015-03-09 12:22:45 sendUrl INFO 21 [163] R:OK -2015-03-09 12:23:34 queue INFO >>21 [164] -2015-03-09 12:23:35 sendUrl INFO 21 [164] R:OK -2015-03-09 12:24:25 queue INFO >>21 [165] -2015-03-09 12:24:25 sendUrl INFO 21 [165] R:OK -2015-03-09 12:25:15 queue INFO >>21 [166] -2015-03-09 12:25:15 sendUrl INFO 21 [166] R:OK -2015-03-09 12:26:05 queue INFO >>21 [167] -2015-03-09 12:26:05 sendUrl INFO 21 [167] R:OK -2015-03-09 12:26:55 queue INFO >>21 [168] -2015-03-09 12:26:56 sendUrl INFO 21 [168] R:OK -2015-03-09 12:27:45 queue INFO >>21 [169] -2015-03-09 12:27:45 sendUrl INFO 21 [169] R:OK -2015-03-09 12:28:35 queue INFO >>21 [170] -2015-03-09 12:28:36 sendUrl INFO 21 [170] R:OK -2015-03-09 12:29:25 queue INFO >>21 [171] -2015-03-09 12:29:26 sendUrl INFO 21 [171] R:OK -2015-03-09 12:30:16 queue INFO >>21 [172] -2015-03-09 12:30:16 sendUrl INFO 21 [172] R:OK -2015-03-09 12:31:06 queue INFO >>21 [173] -2015-03-09 12:31:06 sendUrl INFO 21 [173] R:OK -2015-03-09 12:31:56 queue INFO >>21 [174] -2015-03-09 12:31:56 sendUrl INFO 21 [174] R:OK -2015-03-09 12:32:46 queue INFO >>21 [175] -2015-03-09 12:32:46 sendUrl INFO 21 [175] R:OK -2015-03-09 12:33:36 queue INFO >>21 [176] -2015-03-09 12:33:37 sendUrl INFO 21 [176] R:OK -2015-03-09 12:34:26 queue INFO >>21 [177] -2015-03-09 12:34:27 sendUrl INFO 21 [177] R:OK -2015-03-09 12:35:17 queue INFO >>21 [178] -2015-03-09 12:35:17 sendUrl INFO 21 [178] R:OK -2015-03-09 12:35:56 queue INFO 1 [179] -2015-03-09 12:35:56 queue INFO >1 [180] -2015-03-09 12:35:56 sendUrl INFO 1 [179] R:OK -2015-03-09 12:35:57 sendUrl INFO 1 [180] R:OK -2015-03-09 12:36:18 queue INFO 5 [181] -2015-03-09 12:36:18 queue INFO >5 [182] -2015-03-09 12:36:18 sendUrl INFO 5 [181] R:OK -2015-03-09 12:36:19 sendUrl INFO 5 [182] R:OK -2015-03-09 12:36:20 queue INFO 1 [183] -2015-03-09 12:36:20 queue INFO >1 [184] -2015-03-09 12:36:20 sendUrl INFO 1 [183] R:OK -2015-03-09 12:36:20 sendUrl INFO 1 [184] R:OK -2015-03-09 12:36:22 queue INFO 21 [185] -2015-03-09 12:36:22 queue INFO >21 [186] -2015-03-09 12:36:22 sendUrl INFO 21 [185] R:OK -2015-03-09 12:36:22 sendUrl INFO 21 [186] R:OK -2015-03-09 12:36:49 queue INFO 1 [187] -2015-03-09 12:36:50 sendUrl INFO 1 [187] R:OK -2015-03-09 12:36:50 queue INFO >1 [188] -2015-03-09 12:36:50 sendUrl INFO 1 [188] R:OK -2015-03-09 12:37:40 queue INFO >>1 [189] -2015-03-09 12:37:40 sendUrl INFO 1 [189] R:OK -2015-03-09 12:38:24 queue INFO 3 [190] -2015-03-09 12:38:25 queue INFO >3 [191] -2015-03-09 12:38:25 sendUrl INFO 3 [190] R:OK -2015-03-09 12:38:25 sendUrl INFO 3 [191] R:OK -2015-03-09 12:39:14 queue INFO >>3 [192] -2015-03-09 12:39:15 sendUrl INFO 3 [192] R:OK -2015-03-09 12:40:05 queue INFO >>3 [193] -2015-03-09 12:40:05 sendUrl INFO 3 [193] R:OK -2015-03-09 12:40:55 queue INFO >>3 [194] -2015-03-09 12:40:55 sendUrl INFO 3 [194] R:OK -2015-03-09 12:41:45 queue INFO >>3 [195] -2015-03-09 12:41:45 sendUrl INFO 3 [195] R:OK -2015-03-09 12:42:35 queue INFO >>3 [196] -2015-03-09 12:42:35 sendUrl INFO 3 [196] R:OK -2015-03-09 12:43:25 queue INFO >>3 [197] -2015-03-09 12:43:26 sendUrl INFO 3 [197] R:OK -2015-03-09 12:44:15 queue INFO >>3 [198] -2015-03-09 12:44:16 sendUrl INFO 3 [198] R:OK -2015-03-09 12:45:03 queue INFO 7 [199] -2015-03-09 12:45:03 queue INFO >7 [200] -2015-03-09 12:45:03 sendUrl INFO 7 [199] R:OK -2015-03-09 12:45:04 sendUrl INFO 7 [200] R:OK -2015-03-09 12:45:04 queue INFO 3 [201] -2015-03-09 12:45:05 queue INFO >3 [202] -2015-03-09 12:45:05 sendUrl INFO 3 [201] R:OK -2015-03-09 12:45:05 sendUrl INFO 3 [202] R:OK -2015-03-09 12:45:54 queue INFO >>3 [203] -2015-03-09 12:45:55 sendUrl INFO 3 [203] R:OK -2015-03-09 12:46:45 queue INFO >>3 [204] -2015-03-09 12:46:45 sendUrl INFO 3 [204] R:OK -2015-03-09 12:47:35 queue INFO >>3 [205] -2015-03-09 12:47:35 sendUrl INFO 3 [205] R:OK -2015-03-09 12:48:25 queue INFO >>3 [206] -2015-03-09 12:48:25 sendUrl INFO 3 [206] R:OK -2015-03-09 12:49:15 queue INFO >>3 [207] -2015-03-09 12:49:15 sendUrl INFO 3 [207] R:OK -2015-03-09 12:50:05 queue INFO >>3 [208] -2015-03-09 12:50:05 sendUrl INFO 3 [208] R:OK -2015-03-09 12:50:55 queue INFO >>3 [209] -2015-03-09 12:50:56 sendUrl INFO 3 [209] R:OK -2015-03-09 12:51:45 queue INFO >>3 [210] -2015-03-09 12:51:46 sendUrl INFO 3 [210] R:OK -2015-03-09 12:52:36 queue INFO >>3 [211] -2015-03-09 12:52:36 sendUrl INFO 3 [211] R:OK -2015-03-09 12:53:11 queue INFO 7 [212] -2015-03-09 12:53:11 queue INFO >7 [213] -2015-03-09 12:53:12 sendUrl INFO 7 [212] R:OK -2015-03-09 12:53:12 sendUrl INFO 7 [213] R:OK -2015-03-09 12:53:13 queue INFO 3 [214] -2015-03-09 12:53:13 sendUrl INFO 3 [214] R:OK -2015-03-09 12:53:13 queue INFO >3 [215] -2015-03-09 12:53:14 sendUrl INFO 3 [215] R:OK -2015-03-09 12:54:03 queue INFO >>3 [216] -2015-03-09 12:54:03 sendUrl INFO 3 [216] R:OK -2015-03-09 12:54:53 queue INFO >>3 [217] -2015-03-09 12:54:54 sendUrl INFO 3 [217] R:OK -2015-03-09 12:55:43 queue INFO >>3 [218] -2015-03-09 12:55:44 sendUrl INFO 3 [218] R:OK -2015-03-09 12:56:33 queue INFO >>3 [219] -2015-03-09 12:56:34 sendUrl INFO 3 [219] R:OK -2015-03-09 12:57:24 queue INFO >>3 [220] -2015-03-09 12:57:24 sendUrl INFO 3 [220] R:OK -2015-03-09 12:58:14 queue INFO >>3 [221] -2015-03-09 12:58:14 sendUrl INFO 3 [221] R:OK -2015-03-09 12:59:04 queue INFO >>3 [222] -2015-03-09 12:59:04 sendUrl INFO 3 [222] R:OK -2015-03-09 12:59:54 queue INFO >>3 [223] -2015-03-09 12:59:54 sendUrl INFO 3 [223] R:OK -2015-03-09 13:00:44 queue INFO >>3 [224] -2015-03-09 13:00:44 sendUrl INFO 3 [224] R:OK -2015-03-09 13:01:20 queue INFO 7 [225] -2015-03-09 13:01:20 queue INFO >7 [226] -2015-03-09 13:01:20 sendUrl INFO 7 [225] R:OK -2015-03-09 13:01:21 sendUrl INFO 7 [226] R:OK -2015-03-09 13:01:22 queue INFO 3 [227] -2015-03-09 13:01:22 queue INFO >3 [228] -2015-03-09 13:01:22 sendUrl INFO 3 [227] R:OK -2015-03-09 13:01:22 sendUrl INFO 3 [228] R:OK -2015-03-09 13:02:12 queue INFO >>3 [229] -2015-03-09 13:02:12 sendUrl INFO 3 [229] R:OK -2015-03-09 13:03:02 queue INFO >>3 [230] -2015-03-09 13:03:02 sendUrl INFO 3 [230] R:OK -2015-03-09 13:03:52 queue INFO >>3 [231] -2015-03-09 13:03:52 sendUrl INFO 3 [231] R:OK -2015-03-09 13:04:42 queue INFO >>3 [232] -2015-03-09 13:04:43 sendUrl INFO 3 [232] R:OK -2015-03-09 13:05:32 queue INFO >>3 [233] -2015-03-09 13:05:32 sendUrl INFO 3 [233] R:OK -2015-03-09 13:06:22 queue INFO >>3 [234] -2015-03-09 13:06:23 sendUrl INFO 3 [234] R:OK -2015-03-09 13:07:12 queue INFO >>3 [235] -2015-03-09 13:07:13 sendUrl INFO 3 [235] R:OK -2015-03-09 13:08:03 queue INFO >>3 [236] -2015-03-09 13:08:03 sendUrl INFO 3 [236] R:OK -2015-03-09 13:08:53 queue INFO >>3 [237] -2015-03-09 13:08:53 sendUrl INFO 3 [237] R:OK -2015-03-09 13:09:37 queue INFO 7 [238] -2015-03-09 13:09:37 queue INFO >7 [239] -2015-03-09 13:09:37 sendUrl INFO 7 [238] R:OK -2015-03-09 13:09:38 sendUrl INFO 7 [239] R:OK -2015-03-09 13:09:38 queue INFO 3 [240] -2015-03-09 13:09:38 queue INFO >3 [241] -2015-03-09 13:09:39 sendUrl INFO 3 [240] R:OK -2015-03-09 13:09:39 sendUrl INFO 3 [241] R:OK -2015-03-09 13:10:28 queue INFO >>3 [242] -2015-03-09 13:10:29 sendUrl INFO 3 [242] R:OK -2015-03-09 13:11:19 queue INFO >>3 [243] -2015-03-09 13:11:19 sendUrl INFO 3 [243] R:OK -2015-03-09 13:12:09 queue INFO >>3 [244] -2015-03-09 13:12:09 sendUrl INFO 3 [244] R:OK -2015-03-09 13:12:59 queue INFO >>3 [245] -2015-03-09 13:12:59 sendUrl INFO 3 [245] R:OK -2015-03-09 13:13:49 queue INFO >>3 [246] -2015-03-09 13:13:49 sendUrl INFO 3 [246] R:OK -2015-03-09 13:14:39 queue INFO >>3 [247] -2015-03-09 13:14:40 sendUrl INFO 3 [247] R:OK -2015-03-09 13:15:29 queue INFO >>3 [248] -2015-03-09 13:15:30 sendUrl INFO 3 [248] R:OK -2015-03-09 13:16:19 queue INFO >>3 [249] -2015-03-09 13:16:20 sendUrl INFO 3 [249] R:OK -2015-03-09 13:17:10 queue INFO >>3 [250] -2015-03-09 13:17:10 sendUrl INFO 3 [250] R:OK -2015-03-09 13:17:45 queue INFO 7 [251] -2015-03-09 13:17:46 queue INFO >7 [252] -2015-03-09 13:17:46 sendUrl INFO 7 [251] R:OK -2015-03-09 13:17:46 sendUrl INFO 7 [252] R:OK -2015-03-09 13:17:47 queue INFO 3 [253] -2015-03-09 13:17:47 queue INFO >3 [254] -2015-03-09 13:17:47 sendUrl INFO 3 [253] R:OK -2015-03-09 13:17:48 sendUrl INFO 3 [254] R:OK -2015-03-09 13:18:37 queue INFO >>3 [255] -2015-03-09 13:18:38 sendUrl INFO 3 [255] R:OK -2015-03-09 13:19:27 queue INFO >>3 [256] -2015-03-09 13:19:27 sendUrl INFO 3 [256] R:OK -2015-03-09 13:20:17 queue INFO >>3 [257] -2015-03-09 13:20:18 sendUrl INFO 3 [257] R:OK -2015-03-09 13:21:08 queue INFO >>3 [258] -2015-03-09 13:21:08 sendUrl INFO 3 [258] R:OK -2015-03-09 13:21:58 queue INFO >>3 [259] -2015-03-09 13:21:58 sendUrl INFO 3 [259] R:OK -2015-03-09 13:22:48 queue INFO >>3 [260] -2015-03-09 13:22:48 sendUrl INFO 3 [260] R:OK -2015-03-09 13:23:38 queue INFO >>3 [261] -2015-03-09 13:23:39 sendUrl INFO 3 [261] R:OK -2015-03-09 13:24:28 queue INFO >>3 [262] -2015-03-09 13:24:28 sendUrl INFO 3 [262] R:OK -2015-03-09 13:25:18 queue INFO >>3 [263] -2015-03-09 13:25:19 sendUrl INFO 3 [263] R:OK -2015-03-09 13:25:54 queue INFO 7 [264] -2015-03-09 13:25:55 queue INFO >7 [265] -2015-03-09 13:25:55 sendUrl INFO 7 [264] R:OK -2015-03-09 13:25:56 sendUrl INFO 7 [265] R:OK -2015-03-09 13:25:56 queue INFO 3 [266] -2015-03-09 13:25:56 queue INFO >3 [267] -2015-03-09 13:25:57 sendUrl INFO 3 [266] R:OK -2015-03-09 13:25:57 sendUrl INFO 3 [267] R:OK -2015-03-09 13:26:46 queue INFO >>3 [268] -2015-03-09 13:26:46 sendUrl INFO 3 [268] R:OK -2015-03-09 13:27:36 queue INFO >>3 [269] -2015-03-09 13:27:37 sendUrl INFO 3 [269] R:OK -2015-03-09 13:28:26 queue INFO >>3 [270] -2015-03-09 13:28:27 sendUrl INFO 3 [270] R:OK -2015-03-09 13:29:17 queue INFO >>3 [271] -2015-03-09 13:29:17 sendUrl INFO 3 [271] R:OK -2015-03-09 13:30:07 queue INFO >>3 [272] -2015-03-09 13:30:07 sendUrl INFO 3 [272] R:OK -2015-03-09 13:30:57 queue INFO >>3 [273] -2015-03-09 13:30:57 sendUrl INFO 3 [273] R:OK -2015-03-09 13:31:47 queue INFO >>3 [274] -2015-03-09 13:31:47 sendUrl INFO 3 [274] R:OK -2015-03-09 13:32:37 queue INFO >>3 [275] -2015-03-09 13:32:38 sendUrl INFO 3 [275] R:OK -2015-03-09 13:33:27 queue INFO >>3 [276] -2015-03-09 13:33:28 sendUrl INFO 3 [276] R:OK -2015-03-09 13:34:04 queue INFO 7 [277] -2015-03-09 13:34:04 queue INFO >7 [278] -2015-03-09 13:34:04 sendUrl INFO 7 [277] R:OK -2015-03-09 13:34:05 sendUrl INFO 7 [278] R:OK -2015-03-09 13:34:06 queue INFO 3 [279] -2015-03-09 13:34:06 queue INFO >3 [280] -2015-03-09 13:34:06 sendUrl INFO 3 [279] R:OK -2015-03-09 13:34:06 sendUrl INFO 3 [280] R:OK -2015-03-09 13:34:56 queue INFO >>3 [281] -2015-03-09 13:34:56 sendUrl INFO 3 [281] R:OK -2015-03-09 13:35:46 queue INFO >>3 [282] -2015-03-09 13:35:46 sendUrl INFO 3 [282] R:OK -2015-03-09 13:36:36 queue INFO >>3 [283] -2015-03-09 13:36:36 sendUrl INFO 3 [283] R:OK -2015-03-09 13:37:26 queue INFO >>3 [284] -2015-03-09 13:37:27 sendUrl INFO 3 [284] R:OK -2015-03-09 13:38:16 queue INFO >>3 [285] -2015-03-09 13:38:17 sendUrl INFO 3 [285] R:OK -2015-03-09 13:39:07 queue INFO >>3 [286] -2015-03-09 13:39:07 sendUrl INFO 3 [286] R:OK -2015-03-09 13:39:57 queue INFO >>3 [287] -2015-03-09 13:39:57 sendUrl INFO 3 [287] R:OK -2015-03-09 13:40:47 queue INFO >>3 [288] -2015-03-09 13:40:47 sendUrl INFO 3 [288] R:OK -2015-03-09 13:41:37 queue INFO >>3 [289] -2015-03-09 13:41:37 sendUrl INFO 3 [289] R:OK -2015-03-09 13:42:12 queue INFO 7 [290] -2015-03-09 13:42:13 queue INFO >7 [291] -2015-03-09 13:42:13 sendUrl INFO 7 [290] R:OK -2015-03-09 13:42:13 sendUrl INFO 7 [291] R:OK -2015-03-09 13:42:14 queue INFO 3 [292] -2015-03-09 13:42:14 queue INFO >3 [293] -2015-03-09 13:42:15 sendUrl INFO 3 [292] R:OK -2015-03-09 13:42:15 sendUrl INFO 3 [293] R:OK -2015-03-09 13:43:04 queue INFO >>3 [294] -2015-03-09 13:43:04 sendUrl INFO 3 [294] R:OK -2015-03-09 13:43:54 queue INFO >>3 [295] -2015-03-09 13:43:55 sendUrl INFO 3 [295] R:OK -2015-03-09 13:44:45 queue INFO >>3 [296] -2015-03-09 13:44:45 sendUrl INFO 3 [296] R:OK -2015-03-09 13:45:35 queue INFO >>3 [297] -2015-03-09 13:45:35 sendUrl INFO 3 [297] R:OK -2015-03-09 13:46:25 queue INFO >>3 [298] -2015-03-09 13:46:25 sendUrl INFO 3 [298] R:OK -2015-03-09 13:47:15 queue INFO >>3 [299] -2015-03-09 13:47:15 sendUrl INFO 3 [299] R:OK -2015-03-09 13:48:05 queue INFO >>3 [300] -2015-03-09 13:48:05 sendUrl INFO 3 [300] R:OK -2015-03-09 13:48:55 queue INFO >>3 [301] -2015-03-09 13:48:56 sendUrl INFO 3 [301] R:OK -2015-03-09 13:49:45 queue INFO >>3 [302] -2015-03-09 13:49:46 sendUrl INFO 3 [302] R:OK -2015-03-09 13:50:21 queue INFO 7 [303] -2015-03-09 13:50:21 queue INFO >7 [304] -2015-03-09 13:50:22 sendUrl INFO 7 [303] R:OK -2015-03-09 13:50:22 sendUrl INFO 7 [304] R:OK -2015-03-09 13:50:23 queue INFO 3 [305] -2015-03-09 13:50:23 queue INFO >3 [306] -2015-03-09 13:50:23 sendUrl INFO 3 [305] R:OK -2015-03-09 13:50:24 sendUrl INFO 3 [306] R:OK -2015-03-09 13:51:13 queue INFO >>3 [307] -2015-03-09 13:51:13 sendUrl INFO 3 [307] R:OK -2015-03-09 13:52:03 queue INFO >>3 [308] -2015-03-09 13:52:03 sendUrl INFO 3 [308] R:OK -2015-03-09 13:52:53 queue INFO >>3 [309] -2015-03-09 13:52:54 sendUrl INFO 3 [309] R:OK -2015-03-09 13:53:43 queue INFO >>3 [310] -2015-03-09 13:53:44 sendUrl INFO 3 [310] R:OK -2015-03-09 13:54:34 queue INFO >>3 [311] -2015-03-09 13:54:34 sendUrl INFO 3 [311] R:OK -2015-03-09 13:55:24 queue INFO >>3 [312] -2015-03-09 13:55:24 sendUrl INFO 3 [312] R:OK -2015-03-09 13:56:14 queue INFO >>3 [313] -2015-03-09 13:56:14 sendUrl INFO 3 [313] R:OK -2015-03-09 13:57:04 queue INFO >>3 [314] -2015-03-09 13:57:04 sendUrl INFO 3 [314] R:OK -2015-03-09 13:57:54 queue INFO >>3 [315] -2015-03-09 13:57:54 sendUrl INFO 3 [315] R:OK -2015-03-09 13:58:31 queue INFO 7 [316] -2015-03-09 13:58:31 queue INFO >7 [317] -2015-03-09 13:58:31 sendUrl INFO 7 [316] R:OK -2015-03-09 13:58:31 sendUrl INFO 7 [317] R:OK -2015-03-09 13:58:32 queue INFO 3 [318] -2015-03-09 13:58:32 queue INFO >3 [319] -2015-03-09 13:58:33 sendUrl INFO 3 [318] R:OK -2015-03-09 13:58:33 sendUrl INFO 3 [319] R:OK -2015-03-09 13:59:22 queue INFO >>3 [320] -2015-03-09 13:59:23 sendUrl INFO 3 [320] R:OK -2015-03-09 14:00:13 queue INFO >>3 [321] -2015-03-09 14:00:13 sendUrl INFO 3 [321] R:OK -2015-03-09 14:01:03 queue INFO >>3 [322] -2015-03-09 14:01:03 sendUrl INFO 3 [322] R:OK -2015-03-09 14:01:53 queue INFO >>3 [323] -2015-03-09 14:01:53 sendUrl INFO 3 [323] R:OK -2015-03-09 14:02:43 queue INFO >>3 [324] -2015-03-09 14:02:43 sendUrl INFO 3 [324] R:OK -2015-03-09 14:03:33 queue INFO >>3 [325] -2015-03-09 14:03:33 sendUrl INFO 3 [325] R:OK -2015-03-09 14:04:23 queue INFO >>3 [326] -2015-03-09 14:04:24 sendUrl INFO 3 [326] R:OK -2015-03-09 14:05:13 queue INFO >>3 [327] -2015-03-09 14:05:14 sendUrl INFO 3 [327] R:OK -2015-03-09 14:06:04 queue INFO >>3 [328] -2015-03-09 14:06:04 sendUrl INFO 3 [328] R:OK -2015-03-09 14:06:39 queue INFO 7 [329] -2015-03-09 14:06:40 queue INFO >7 [330] -2015-03-09 14:06:40 sendUrl INFO 7 [329] R:OK -2015-03-09 14:06:40 sendUrl INFO 7 [330] R:OK -2015-03-09 14:06:41 queue INFO 3 [331] -2015-03-09 14:06:41 queue INFO >3 [332] -2015-03-09 14:06:41 sendUrl INFO 3 [331] R:OK -2015-03-09 14:06:42 sendUrl INFO 3 [332] R:OK -2015-03-09 14:07:31 queue INFO >>3 [333] -2015-03-09 14:07:32 sendUrl INFO 3 [333] R:OK -2015-03-09 14:08:21 queue INFO >>3 [334] -2015-03-09 14:08:21 sendUrl INFO 3 [334] R:OK -2015-03-09 14:09:11 queue INFO >>3 [335] -2015-03-09 14:09:12 sendUrl INFO 3 [335] R:OK -2015-03-09 14:10:02 queue INFO >>3 [336] -2015-03-09 14:10:02 sendUrl INFO 3 [336] R:OK -2015-03-09 14:10:52 queue INFO >>3 [337] -2015-03-09 14:10:52 sendUrl INFO 3 [337] R:OK -2015-03-09 14:11:42 queue INFO >>3 [338] -2015-03-09 14:11:42 sendUrl INFO 3 [338] R:OK -2015-03-09 14:12:32 queue INFO >>3 [339] -2015-03-09 14:12:33 sendUrl INFO 3 [339] R:OK -2015-03-09 14:13:22 queue INFO >>3 [340] -2015-03-09 14:13:22 sendUrl INFO 3 [340] R:OK -2015-03-09 14:14:12 queue INFO >>3 [341] -2015-03-09 14:14:13 sendUrl INFO 3 [341] R:OK -2015-03-09 14:14:49 queue INFO 7 [342] -2015-03-09 14:14:49 queue INFO >7 [343] -2015-03-09 14:14:49 sendUrl INFO 7 [342] R:OK -2015-03-09 14:14:49 sendUrl INFO 7 [343] R:OK -2015-03-09 14:14:50 queue INFO 3 [344] -2015-03-09 14:14:50 queue INFO >3 [345] -2015-03-09 14:14:50 sendUrl INFO 3 [344] R:OK -2015-03-09 14:14:51 sendUrl INFO 3 [345] R:OK -2015-03-09 14:15:40 queue INFO >>3 [346] -2015-03-09 14:15:41 sendUrl INFO 3 [346] R:OK -2015-03-09 14:16:30 queue INFO >>3 [347] -2015-03-09 14:16:31 sendUrl INFO 3 [347] R:OK -2015-03-09 14:17:21 queue INFO >>3 [348] -2015-03-09 14:17:21 sendUrl INFO 3 [348] R:OK -2015-03-09 14:18:11 queue INFO >>3 [349] -2015-03-09 14:18:11 sendUrl INFO 3 [349] R:OK -2015-03-09 14:19:01 queue INFO >>3 [350] -2015-03-09 14:19:01 sendUrl INFO 3 [350] R:OK -2015-03-09 14:19:51 queue INFO >>3 [351] -2015-03-09 14:19:51 sendUrl INFO 3 [351] R:OK -2015-03-09 14:20:41 queue INFO >>3 [352] -2015-03-09 14:20:41 sendUrl INFO 3 [352] R:OK -2015-03-09 14:21:31 queue INFO >>3 [353] -2015-03-09 14:21:32 sendUrl INFO 3 [353] R:OK -2015-03-09 14:22:21 queue INFO >>3 [354] -2015-03-09 14:22:22 sendUrl INFO 3 [354] R:OK -2015-03-09 14:22:58 queue INFO 7 [355] -2015-03-09 14:22:58 queue INFO >7 [356] -2015-03-09 14:22:58 sendUrl INFO 7 [355] R:OK -2015-03-09 14:22:59 sendUrl INFO 7 [356] R:OK -2015-03-09 14:23:00 queue INFO 3 [357] -2015-03-09 14:23:00 queue INFO >3 [358] -2015-03-09 14:23:00 sendUrl INFO 3 [357] R:OK -2015-03-09 14:23:00 sendUrl INFO 3 [358] R:OK -2015-03-09 14:23:50 queue INFO >>3 [359] -2015-03-09 14:23:50 sendUrl INFO 3 [359] R:OK -2015-03-09 14:24:40 queue INFO >>3 [360] -2015-03-09 14:24:40 sendUrl INFO 3 [360] R:OK -2015-03-09 14:25:30 queue INFO >>3 [361] -2015-03-09 14:25:30 sendUrl INFO 3 [361] R:OK -2015-03-09 14:26:20 queue INFO >>3 [362] -2015-03-09 14:26:21 sendUrl INFO 3 [362] R:OK -2015-03-09 14:27:10 queue INFO >>3 [363] -2015-03-09 14:27:11 sendUrl INFO 3 [363] R:OK -2015-03-09 14:28:00 queue INFO >>3 [364] -2015-03-09 14:28:01 sendUrl INFO 3 [364] R:OK -2015-03-09 14:28:51 queue INFO >>3 [365] -2015-03-09 14:28:51 sendUrl INFO 3 [365] R:OK -2015-03-09 14:29:41 queue INFO >>3 [366] -2015-03-09 14:29:41 sendUrl INFO 3 [366] R:OK -2015-03-09 14:30:31 queue INFO >>3 [367] -2015-03-09 14:30:31 sendUrl INFO 3 [367] R:OK -2015-03-09 14:31:07 queue INFO 7 [368] -2015-03-09 14:31:07 queue INFO >7 [369] -2015-03-09 14:31:07 sendUrl INFO 7 [368] R:OK -2015-03-09 14:31:07 sendUrl INFO 7 [369] R:OK -2015-03-09 14:31:08 queue INFO 3 [370] -2015-03-09 14:31:08 queue INFO >3 [371] -2015-03-09 14:31:08 sendUrl INFO 3 [370] R:OK -2015-03-09 14:31:09 sendUrl INFO 3 [371] R:OK -2015-03-09 14:31:58 queue INFO >>3 [372] -2015-03-09 14:31:59 sendUrl INFO 3 [372] R:OK -2015-03-09 14:32:49 queue INFO >>3 [373] -2015-03-09 14:32:49 sendUrl INFO 3 [373] R:OK -2015-03-09 14:33:39 queue INFO >>3 [374] -2015-03-09 14:33:39 sendUrl INFO 3 [374] R:OK -2015-03-09 14:34:29 queue INFO >>3 [375] -2015-03-09 14:34:29 sendUrl INFO 3 [375] R:OK -2015-03-09 14:35:19 queue INFO >>3 [376] -2015-03-09 14:35:19 sendUrl INFO 3 [376] R:OK -2015-03-09 14:36:09 queue INFO >>3 [377] -2015-03-09 14:36:09 sendUrl INFO 3 [377] R:OK -2015-03-09 14:36:59 queue INFO >>3 [378] -2015-03-09 14:37:00 sendUrl INFO 3 [378] R:OK -2015-03-09 14:37:49 queue INFO >>3 [379] -2015-03-09 14:37:50 sendUrl INFO 3 [379] R:OK -2015-03-09 14:38:40 queue INFO >>3 [380] -2015-03-09 14:38:40 sendUrl INFO 3 [380] R:OK -2015-03-09 14:39:15 queue INFO 7 [381] -2015-03-09 14:39:15 queue INFO >7 [382] -2015-03-09 14:39:16 sendUrl INFO 7 [381] R:OK -2015-03-09 14:39:16 sendUrl INFO 7 [382] R:OK -2015-03-09 14:39:17 queue INFO 3 [383] -2015-03-09 14:39:17 queue INFO >3 [384] -2015-03-09 14:39:17 sendUrl INFO 3 [383] R:OK -2015-03-09 14:39:18 sendUrl INFO 3 [384] R:OK -2015-03-09 14:40:07 queue INFO >>3 [385] -2015-03-09 14:40:07 sendUrl INFO 3 [385] R:OK -2015-03-09 14:40:57 queue INFO >>3 [386] -2015-03-09 14:40:57 sendUrl INFO 3 [386] R:OK -2015-03-09 14:41:47 queue INFO >>3 [387] -2015-03-09 14:41:48 sendUrl INFO 3 [387] R:OK -2015-03-09 14:42:37 queue INFO >>3 [388] -2015-03-09 14:42:38 sendUrl INFO 3 [388] R:OK -2015-03-09 14:43:28 queue INFO >>3 [389] -2015-03-09 14:43:28 sendUrl INFO 3 [389] R:OK -2015-03-09 14:44:18 queue INFO >>3 [390] -2015-03-09 14:44:18 sendUrl INFO 3 [390] R:OK -2015-03-09 14:45:08 queue INFO >>3 [391] -2015-03-09 14:45:08 sendUrl INFO 3 [391] R:OK -2015-03-09 14:45:58 queue INFO >>3 [392] -2015-03-09 14:45:58 sendUrl INFO 3 [392] R:OK -2015-03-09 14:46:48 queue INFO >>3 [393] -2015-03-09 14:46:49 sendUrl INFO 3 [393] R:OK -2015-03-09 14:47:25 queue INFO 7 [394] -2015-03-09 14:47:25 queue INFO >7 [395] -2015-03-09 14:47:25 sendUrl INFO 7 [394] R:OK -2015-03-09 14:47:25 sendUrl INFO 7 [395] R:OK -2015-03-09 14:47:26 queue INFO 3 [396] -2015-03-09 14:47:26 queue INFO >3 [397] -2015-03-09 14:47:26 sendUrl INFO 3 [396] R:OK -2015-03-09 14:47:27 sendUrl INFO 3 [397] R:OK -2015-03-09 14:48:16 queue INFO >>3 [398] -2015-03-09 14:48:17 sendUrl INFO 3 [398] R:OK -2015-03-09 14:49:07 queue INFO >>3 [399] -2015-03-09 14:49:07 sendUrl INFO 3 [399] R:OK -2015-03-09 14:49:57 queue INFO >>3 [400] -2015-03-09 14:49:57 sendUrl INFO 3 [400] R:OK -2015-03-09 14:50:47 queue INFO >>3 [401] -2015-03-09 14:50:47 sendUrl INFO 3 [401] R:OK -2015-03-09 14:51:37 queue INFO >>3 [402] -2015-03-09 14:51:37 sendUrl INFO 3 [402] R:OK -2015-03-09 14:52:27 queue INFO >>3 [403] -2015-03-09 14:52:27 sendUrl INFO 3 [403] R:OK -2015-03-09 14:53:17 queue INFO >>3 [404] -2015-03-09 14:53:18 sendUrl INFO 3 [404] R:OK -2015-03-09 14:54:07 queue INFO >>3 [405] -2015-03-09 14:54:08 sendUrl INFO 3 [405] R:OK -2015-03-09 14:54:58 queue INFO >>3 [406] -2015-03-09 14:54:58 sendUrl INFO 3 [406] R:OK -2015-03-09 14:55:33 queue INFO 7 [407] -2015-03-09 14:55:34 queue INFO >7 [408] -2015-03-09 14:55:34 sendUrl INFO 7 [407] R:OK -2015-03-09 14:55:34 sendUrl INFO 7 [408] R:OK -2015-03-09 14:55:35 queue INFO 3 [409] -2015-03-09 14:55:35 queue INFO >3 [410] -2015-03-09 14:55:35 sendUrl INFO 3 [409] R:OK -2015-03-09 14:55:36 sendUrl INFO 3 [410] R:OK -2015-03-09 14:56:25 queue INFO >>3 [411] -2015-03-09 14:56:26 sendUrl INFO 3 [411] R:OK -2015-03-09 14:57:15 queue INFO >>3 [412] -2015-03-09 14:57:15 sendUrl INFO 3 [412] R:OK -2015-03-09 14:58:05 queue INFO >>3 [413] -2015-03-09 14:58:06 sendUrl INFO 3 [413] R:OK -2015-03-09 14:58:56 queue INFO >>3 [414] -2015-03-09 14:58:56 sendUrl INFO 3 [414] R:OK -2015-03-09 14:59:00 queue INFO 21 [415] -2015-03-09 14:59:00 queue INFO >21 [416] -2015-03-09 14:59:01 sendUrl INFO 21 [415] R:OK -2015-03-09 14:59:01 sendUrl INFO 21 [416] R:OK -2015-03-09 14:59:50 queue INFO >>21 [417] -2015-03-09 14:59:51 sendUrl INFO 21 [417] R:OK -2015-03-09 14:59:54 queue INFO 1 [418] -2015-03-09 14:59:54 sendUrl INFO 1 [418] R:OK -2015-03-09 14:59:55 queue INFO >1 [419] -2015-03-09 14:59:55 sendUrl INFO 1 [419] R:OK -2015-03-09 15:00:44 queue INFO >>1 [420] -2015-03-09 15:00:45 sendUrl INFO 1 [420] R:OK -2015-03-09 15:01:35 queue INFO >>1 [421] -2015-03-09 15:01:35 sendUrl INFO 1 [421] R:OK -2015-03-09 15:02:25 queue INFO >>1 [422] -2015-03-09 15:02:25 sendUrl INFO 1 [422] R:OK -2015-03-09 15:03:15 queue INFO >>1 [423] -2015-03-09 15:03:15 sendUrl INFO 1 [423] R:OK -2015-03-09 15:04:05 queue INFO >>1 [424] -2015-03-09 15:04:06 sendUrl INFO 1 [424] R:OK -2015-03-09 15:04:53 queue INFO 21 [425] -2015-03-09 15:04:53 sendUrl INFO 21 [425] R:OK -2015-03-09 15:04:53 queue INFO >21 [426] -2015-03-09 15:04:54 sendUrl INFO 21 [426] R:OK -2015-03-09 15:05:43 queue INFO >>21 [427] -2015-03-09 15:05:44 sendUrl INFO 21 [427] R:OK -2015-03-09 15:06:34 queue INFO >>21 [428] -2015-03-09 15:06:34 sendUrl INFO 21 [428] R:OK -2015-03-09 15:07:24 queue INFO >>21 [429] -2015-03-09 15:07:24 sendUrl INFO 21 [429] R:OK -2015-03-09 15:08:14 queue INFO >>21 [430] -2015-03-09 15:08:14 sendUrl INFO 21 [430] R:OK -2015-03-09 15:09:04 queue INFO >>21 [431] -2015-03-09 15:09:05 sendUrl INFO 21 [431] R:OK -2015-03-09 15:09:54 queue INFO >>21 [432] -2015-03-09 15:09:54 sendUrl INFO 21 [432] R:OK -2015-03-09 15:10:44 queue INFO >>21 [433] -2015-03-09 15:10:45 sendUrl INFO 21 [433] R:OK -2015-03-09 15:11:34 queue INFO >>21 [434] -2015-03-09 15:11:35 sendUrl INFO 21 [434] R:OK -2015-03-09 15:12:25 queue INFO >>21 [435] -2015-03-09 15:12:25 sendUrl INFO 21 [435] R:OK -2015-03-09 15:13:04 queue INFO 1 [436] -2015-03-09 15:13:04 queue INFO >1 [437] -2015-03-09 15:13:05 sendUrl INFO 1 [436] R:OK -2015-03-09 15:13:05 sendUrl INFO 1 [437] R:OK -2015-03-09 15:13:54 queue INFO >>1 [438] -2015-03-09 15:13:54 sendUrl INFO 1 [438] R:OK -2015-03-09 15:14:08 queue INFO 5 [439] -2015-03-09 15:14:08 queue INFO >5 [440] -2015-03-09 15:14:08 sendUrl INFO 5 [439] R:OK -2015-03-09 15:14:09 sendUrl INFO 5 [440] R:OK -2015-03-09 15:14:09 queue INFO 1 [441] -2015-03-09 15:14:10 queue INFO >1 [442] -2015-03-09 15:14:10 sendUrl INFO 1 [441] R:OK -2015-03-09 15:14:10 sendUrl INFO 1 [442] R:OK -2015-03-09 15:14:27 queue INFO 21 [443] -2015-03-09 15:14:27 queue INFO >21 [444] -2015-03-09 15:14:28 sendUrl INFO 21 [443] R:OK -2015-03-09 15:14:28 sendUrl INFO 21 [444] R:OK -2015-03-09 15:14:49 queue INFO 1 [445] -2015-03-09 15:14:49 queue INFO >1 [446] -2015-03-09 15:14:49 sendUrl INFO 1 [445] R:OK -2015-03-09 15:14:50 sendUrl INFO 1 [446] R:OK -2015-03-09 15:15:39 queue INFO >>1 [447] -2015-03-09 15:15:39 sendUrl INFO 1 [447] R:OK -2015-03-09 15:16:07 queue INFO 3 [448] -2015-03-09 15:16:08 queue INFO >3 [449] -2015-03-09 15:16:08 sendUrl INFO 3 [448] R:OK -2015-03-09 15:16:08 sendUrl INFO 3 [449] R:OK -2015-03-09 15:16:57 queue INFO >>3 [450] -2015-03-09 15:16:58 sendUrl INFO 3 [450] R:OK -2015-03-09 15:17:48 queue INFO >>3 [451] -2015-03-09 15:17:48 sendUrl INFO 3 [451] R:OK -2015-03-09 15:18:38 queue INFO >>3 [452] -2015-03-09 15:18:38 sendUrl INFO 3 [452] R:OK -2015-03-09 15:19:28 queue INFO >>3 [453] -2015-03-09 15:19:28 sendUrl INFO 3 [453] R:OK -2015-03-09 15:20:18 queue INFO >>3 [454] -2015-03-09 15:20:18 sendUrl INFO 3 [454] R:OK -2015-03-09 15:21:08 queue INFO >>3 [455] -2015-03-09 15:21:08 sendUrl INFO 3 [455] R:OK -2015-03-09 15:21:58 queue INFO >>3 [456] -2015-03-09 15:21:59 sendUrl INFO 3 [456] R:OK -2015-03-09 15:22:46 queue INFO 7 [457] -2015-03-09 15:22:46 queue INFO >7 [458] -2015-03-09 15:22:46 sendUrl INFO 7 [457] R:OK -2015-03-09 15:22:46 sendUrl INFO 7 [458] R:OK -2015-03-09 15:22:47 queue INFO 3 [459] -2015-03-09 15:22:48 sendUrl INFO 3 [459] R:OK -2015-03-09 15:22:48 queue INFO >3 [460] -2015-03-09 15:22:48 sendUrl INFO 3 [460] R:OK -2015-03-09 15:23:37 queue INFO >>3 [461] -2015-03-09 15:23:38 sendUrl INFO 3 [461] R:OK -2015-03-09 15:24:28 queue INFO >>3 [462] -2015-03-09 15:24:28 sendUrl INFO 3 [462] R:OK -2015-03-09 15:25:18 queue INFO >>3 [463] -2015-03-09 15:25:18 sendUrl INFO 3 [463] R:OK -2015-03-09 15:26:08 queue INFO >>3 [464] -2015-03-09 15:26:08 sendUrl INFO 3 [464] R:OK -2015-03-09 15:26:58 queue INFO >>3 [465] -2015-03-09 15:26:59 sendUrl INFO 3 [465] R:OK -2015-03-09 15:27:48 queue INFO >>3 [466] -2015-03-09 15:27:48 sendUrl INFO 3 [466] R:OK -2015-03-09 15:28:38 queue INFO >>3 [467] -2015-03-09 15:28:39 sendUrl INFO 3 [467] R:OK -2015-03-09 15:29:29 queue INFO >>3 [468] -2015-03-09 15:29:29 sendUrl INFO 3 [468] R:OK -2015-03-09 15:30:19 queue INFO >>3 [469] -2015-03-09 15:30:19 sendUrl INFO 3 [469] R:OK -2015-03-09 15:30:54 queue INFO 7 [470] -2015-03-09 15:30:55 queue INFO >7 [471] -2015-03-09 15:30:55 sendUrl INFO 7 [470] R:OK -2015-03-09 15:30:55 sendUrl INFO 7 [471] R:OK -2015-03-09 15:30:56 queue INFO 3 [472] -2015-03-09 15:30:56 queue INFO >3 [473] -2015-03-09 15:30:56 sendUrl INFO 3 [472] R:OK -2015-03-09 15:30:57 sendUrl INFO 3 [473] R:OK -2015-03-09 15:31:46 queue INFO >>3 [474] -2015-03-09 15:31:47 sendUrl INFO 3 [474] R:OK -2015-03-09 15:32:36 queue INFO >>3 [475] -2015-03-09 15:32:37 sendUrl INFO 3 [475] R:OK -2015-03-09 15:33:26 queue INFO >>3 [476] -2015-03-09 15:33:27 sendUrl INFO 3 [476] R:OK -2015-03-09 15:34:17 queue INFO >>3 [477] -2015-03-09 15:34:17 sendUrl INFO 3 [477] R:OK -2015-03-09 15:35:07 queue INFO >>3 [478] -2015-03-09 15:35:07 sendUrl INFO 3 [478] R:OK -2015-03-09 15:35:57 queue INFO >>3 [479] -2015-03-09 15:35:57 sendUrl INFO 3 [479] R:OK -2015-03-09 15:36:47 queue INFO >>3 [480] -2015-03-09 15:36:48 sendUrl INFO 3 [480] R:OK -2015-03-09 15:37:37 queue INFO >>3 [481] -2015-03-09 15:37:37 sendUrl INFO 3 [481] R:OK -2015-03-09 15:38:27 queue INFO >>3 [482] -2015-03-09 15:38:28 sendUrl INFO 3 [482] R:OK -2015-03-09 15:39:03 queue INFO 7 [483] -2015-03-09 15:39:03 queue INFO >7 [484] -2015-03-09 15:39:03 sendUrl INFO 7 [483] R:OK -2015-03-09 15:39:04 sendUrl INFO 7 [484] R:OK -2015-03-09 15:39:05 queue INFO 3 [485] -2015-03-09 15:39:05 queue INFO >3 [486] -2015-03-09 15:39:05 sendUrl INFO 3 [485] R:OK -2015-03-09 15:39:05 sendUrl INFO 3 [486] R:OK -2015-03-09 15:39:55 queue INFO >>3 [487] -2015-03-09 15:39:55 sendUrl INFO 3 [487] R:OK -2015-03-09 15:40:45 queue INFO >>3 [488] -2015-03-09 15:40:45 sendUrl INFO 3 [488] R:OK -2015-03-09 15:41:35 queue INFO >>3 [489] -2015-03-09 15:41:35 sendUrl INFO 3 [489] R:OK -2015-03-09 15:42:25 queue INFO >>3 [490] -2015-03-09 15:42:25 sendUrl INFO 3 [490] R:OK -2015-03-09 15:43:15 queue INFO >>3 [491] -2015-03-09 15:43:16 sendUrl INFO 3 [491] R:OK -2015-03-09 15:44:05 queue INFO >>3 [492] -2015-03-09 15:44:06 sendUrl INFO 3 [492] R:OK -2015-03-09 15:44:25 queue INFO 1 [493] -2015-03-09 15:44:25 queue INFO >1 [494] -2015-03-09 15:44:25 sendUrl INFO 1 [493] R:OK -2015-03-09 15:44:26 sendUrl INFO 1 [494] R:OK -2015-03-09 15:45:15 queue INFO >>1 [495] -2015-03-09 15:45:15 sendUrl INFO 1 [495] R:OK -2015-03-09 15:46:05 queue INFO >>1 [496] -2015-03-09 15:46:06 sendUrl INFO 1 [496] R:OK -2015-03-09 15:46:55 queue INFO >>1 [497] -2015-03-09 15:46:56 sendUrl INFO 1 [497] R:OK -2015-03-09 15:47:17 queue INFO 21 [498] -2015-03-09 15:47:17 queue INFO >21 [499] -2015-03-09 15:47:17 sendUrl INFO 21 [498] R:OK -2015-03-09 15:47:18 sendUrl INFO 21 [499] R:OK -2015-03-09 15:48:07 queue INFO >>21 [500] -2015-03-09 15:48:08 sendUrl INFO 21 [500] R:OK -2015-03-09 15:48:57 queue INFO >>21 [501] -2015-03-09 15:48:58 sendUrl INFO 21 [501] R:OK -2015-03-09 15:49:47 queue INFO >>21 [502] -2015-03-09 15:49:48 sendUrl INFO 21 [502] R:OK -2015-03-09 15:50:38 queue INFO >>21 [503] -2015-03-09 15:50:38 sendUrl INFO 21 [503] R:OK -2015-03-09 15:51:25 queue INFO 1 [504] -2015-03-09 15:51:26 queue INFO >1 [505] -2015-03-09 15:51:26 sendUrl INFO 1 [504] R:OK -2015-03-09 15:51:26 sendUrl INFO 1 [505] R:OK -2015-03-09 15:51:50 queue INFO 5 [506] -2015-03-09 15:51:50 queue INFO >5 [507] -2015-03-09 15:51:50 sendUrl INFO 5 [506] R:OK -2015-03-09 15:51:51 sendUrl INFO 5 [507] R:OK -2015-03-09 15:51:51 queue INFO 1 [508] -2015-03-09 15:51:51 queue INFO >1 [509] -2015-03-09 15:51:52 sendUrl INFO 1 [508] R:OK -2015-03-09 15:51:52 sendUrl INFO 1 [509] R:OK -2015-03-09 15:52:41 queue INFO >>1 [510] -2015-03-09 15:52:42 sendUrl INFO 1 [510] R:OK -2015-03-09 15:53:21 queue INFO 3 [511] -2015-03-09 15:53:21 queue INFO >3 [512] -2015-03-09 15:53:21 sendUrl INFO 3 [511] R:OK -2015-03-09 15:53:22 sendUrl INFO 3 [512] R:OK -2015-03-09 15:54:11 queue INFO >>3 [513] -2015-03-09 15:54:11 sendUrl INFO 3 [513] R:OK -2015-03-09 15:55:01 queue INFO >>3 [514] -2015-03-09 15:55:01 sendUrl INFO 3 [514] R:OK -2015-03-09 15:55:51 queue INFO >>3 [515] -2015-03-09 15:55:52 sendUrl INFO 3 [515] R:OK -2015-03-09 15:56:41 queue INFO >>3 [516] -2015-03-09 15:56:41 sendUrl INFO 3 [516] R:OK -2015-03-09 15:57:31 queue INFO >>3 [517] -2015-03-09 15:57:32 sendUrl INFO 3 [517] R:OK -2015-03-09 15:58:22 queue INFO >>3 [518] -2015-03-09 15:58:22 sendUrl INFO 3 [518] R:OK -2015-03-09 15:59:12 queue INFO >>3 [519] -2015-03-09 15:59:12 sendUrl INFO 3 [519] R:OK -2015-03-09 15:59:59 queue INFO 7 [520] -2015-03-09 15:59:59 sendUrl INFO 7 [520] R:OK -2015-03-09 15:59:59 queue INFO >7 [521] -2015-03-09 16:00:00 sendUrl INFO 7 [521] R:OK -2015-03-09 16:00:01 queue INFO 3 [522] -2015-03-09 16:00:01 queue INFO >3 [523] -2015-03-09 16:00:01 sendUrl INFO 3 [522] R:OK -2015-03-09 16:00:02 sendUrl INFO 3 [523] R:OK -2015-03-09 16:00:51 queue INFO >>3 [524] -2015-03-09 16:00:51 sendUrl INFO 3 [524] R:OK -2015-03-09 16:01:41 queue INFO >>3 [525] -2015-03-09 16:01:41 sendUrl INFO 3 [525] R:OK -2015-03-09 16:02:31 queue INFO >>3 [526] -2015-03-09 16:02:31 sendUrl INFO 3 [526] R:OK -2015-03-09 16:03:21 queue INFO >>3 [527] -2015-03-09 16:03:22 sendUrl INFO 3 [527] R:OK -2015-03-09 16:04:12 queue INFO >>3 [528] -2015-03-09 16:04:12 sendUrl INFO 3 [528] R:OK -2015-03-09 16:05:02 queue INFO >>3 [529] -2015-03-09 16:05:02 sendUrl INFO 3 [529] R:OK -2015-03-09 16:05:52 queue INFO >>3 [530] -2015-03-09 16:05:52 sendUrl INFO 3 [530] R:OK -2015-03-09 16:06:42 queue INFO >>3 [531] -2015-03-09 16:06:42 sendUrl INFO 3 [531] R:OK -2015-03-09 16:07:32 queue INFO >>3 [532] -2015-03-09 16:07:32 sendUrl INFO 3 [532] R:OK -2015-03-09 16:08:08 queue INFO 7 [533] -2015-03-09 16:08:08 queue INFO >7 [534] -2015-03-09 16:08:08 sendUrl INFO 7 [533] R:OK -2015-03-09 16:08:09 sendUrl INFO 7 [534] R:OK -2015-03-09 16:08:09 queue INFO 3 [535] -2015-03-09 16:08:10 sendUrl INFO 3 [535] R:OK -2015-03-09 16:08:10 queue INFO >3 [536] -2015-03-09 16:08:10 sendUrl INFO 3 [536] R:OK -2015-03-09 16:09:00 queue INFO >>3 [537] -2015-03-09 16:09:00 sendUrl INFO 3 [537] R:OK -2015-03-09 16:09:50 queue INFO >>3 [538] -2015-03-09 16:09:50 sendUrl INFO 3 [538] R:OK -2015-03-09 16:10:40 queue INFO >>3 [539] -2015-03-09 16:10:40 sendUrl INFO 3 [539] R:OK -2015-03-09 16:11:30 queue INFO >>3 [540] -2015-03-09 16:11:30 sendUrl INFO 3 [540] R:OK -2015-03-09 16:12:20 queue INFO >>3 [541] -2015-03-09 16:12:20 sendUrl INFO 3 [541] R:OK -2015-03-09 16:13:10 queue INFO >>3 [542] -2015-03-09 16:13:11 sendUrl INFO 3 [542] R:OK -2015-03-09 16:14:00 queue INFO >>3 [543] -2015-03-09 16:14:01 sendUrl INFO 3 [543] R:OK -2015-03-09 16:14:50 queue INFO >>3 [544] -2015-03-09 16:14:51 sendUrl INFO 3 [544] R:OK -2015-03-09 16:15:41 queue INFO >>3 [545] -2015-03-09 16:15:41 sendUrl INFO 3 [545] R:OK -2015-03-09 16:16:16 queue INFO 7 [546] -2015-03-09 16:16:17 queue INFO >7 [547] -2015-03-09 16:16:17 sendUrl INFO 7 [546] R:OK -2015-03-09 16:16:17 sendUrl INFO 7 [547] R:OK -2015-03-09 16:16:18 queue INFO 3 [548] -2015-03-09 16:16:18 queue INFO >3 [549] -2015-03-09 16:16:18 sendUrl INFO 3 [548] R:OK -2015-03-09 16:16:19 sendUrl INFO 3 [549] R:OK -2015-03-09 16:17:08 queue INFO >>3 [550] -2015-03-09 16:17:09 sendUrl INFO 3 [550] R:OK -2015-03-09 16:17:58 queue INFO >>3 [551] -2015-03-09 16:17:58 sendUrl INFO 3 [551] R:OK -2015-03-09 16:18:48 queue INFO >>3 [552] -2015-03-09 16:18:49 sendUrl INFO 3 [552] R:OK -2015-03-09 16:19:39 queue INFO >>3 [553] -2015-03-09 16:19:39 sendUrl INFO 3 [553] R:OK -2015-03-09 16:20:29 queue INFO >>3 [554] -2015-03-09 16:20:29 sendUrl INFO 3 [554] R:OK -2015-03-09 16:21:19 queue INFO >>3 [555] -2015-03-09 16:21:19 sendUrl INFO 3 [555] R:OK -2015-03-09 16:22:09 queue INFO >>3 [556] -2015-03-09 16:22:09 sendUrl INFO 3 [556] R:OK -2015-03-09 16:22:59 queue INFO >>3 [557] -2015-03-09 16:22:59 sendUrl INFO 3 [557] R:OK -2015-03-09 16:23:49 queue INFO >>3 [558] -2015-03-09 16:23:50 sendUrl INFO 3 [558] R:OK -2015-03-09 16:24:26 queue INFO 7 [559] -2015-03-09 16:24:26 queue INFO >7 [560] -2015-03-09 16:24:26 sendUrl INFO 7 [559] R:OK -2015-03-09 16:24:27 sendUrl INFO 7 [560] R:OK -2015-03-09 16:24:27 queue INFO 3 [561] -2015-03-09 16:24:28 sendUrl INFO 3 [561] R:OK -2015-03-09 16:24:28 queue INFO >3 [562] -2015-03-09 16:24:28 sendUrl INFO 3 [562] R:OK -2015-03-09 16:25:18 queue INFO >>3 [563] -2015-03-09 16:25:18 sendUrl INFO 3 [563] R:OK -2015-03-09 16:26:08 queue INFO >>3 [564] -2015-03-09 16:26:08 sendUrl INFO 3 [564] R:OK -2015-03-09 16:26:58 queue INFO >>3 [565] -2015-03-09 16:26:58 sendUrl INFO 3 [565] R:OK -2015-03-09 16:27:48 queue INFO >>3 [566] -2015-03-09 16:27:48 sendUrl INFO 3 [566] R:OK -2015-03-09 16:28:38 queue INFO >>3 [567] -2015-03-09 16:28:39 sendUrl INFO 3 [567] R:OK -2015-03-09 16:29:28 queue INFO >>3 [568] -2015-03-09 16:29:29 sendUrl INFO 3 [568] R:OK -2015-03-09 16:30:19 queue INFO >>3 [569] -2015-03-09 16:30:19 sendUrl INFO 3 [569] R:OK -2015-03-09 16:31:09 queue INFO >>3 [570] -2015-03-09 16:31:09 sendUrl INFO 3 [570] R:OK -2015-03-09 16:31:59 queue INFO >>3 [571] -2015-03-09 16:31:59 sendUrl INFO 3 [571] R:OK -2015-03-09 16:32:35 queue INFO 7 [572] -2015-03-09 16:32:35 queue INFO >7 [573] -2015-03-09 16:32:35 sendUrl INFO 7 [572] R:OK -2015-03-09 16:32:35 sendUrl INFO 7 [573] R:OK -2015-03-09 16:32:36 queue INFO 3 [574] -2015-03-09 16:32:36 sendUrl INFO 3 [574] R:OK -2015-03-09 16:32:36 queue INFO >3 [575] -2015-03-09 16:32:37 sendUrl INFO 3 [575] R:OK -2015-03-09 16:33:26 queue INFO >>3 [576] -2015-03-09 16:33:27 sendUrl INFO 3 [576] R:OK -2015-03-09 16:34:16 queue INFO >>3 [577] -2015-03-09 16:34:17 sendUrl INFO 3 [577] R:OK -2015-03-09 16:35:07 queue INFO >>3 [578] -2015-03-09 16:35:07 sendUrl INFO 3 [578] R:OK -2015-03-09 16:35:57 queue INFO >>3 [579] -2015-03-09 16:35:57 sendUrl INFO 3 [579] R:OK -2015-03-09 16:36:47 queue INFO >>3 [580] -2015-03-09 16:36:47 sendUrl INFO 3 [580] R:OK -2015-03-09 16:37:37 queue INFO >>3 [581] -2015-03-09 16:37:37 sendUrl INFO 3 [581] R:OK -2015-03-09 16:38:27 queue INFO >>3 [582] -2015-03-09 16:38:28 sendUrl INFO 3 [582] R:OK -2015-03-09 16:39:17 queue INFO >>3 [583] -2015-03-09 16:39:17 sendUrl INFO 3 [583] R:OK -2015-03-09 16:40:07 queue INFO >>3 [584] -2015-03-09 16:40:08 sendUrl INFO 3 [584] R:OK -2015-03-09 16:40:44 queue INFO 7 [585] -2015-03-09 16:40:44 queue INFO >7 [586] -2015-03-09 16:40:44 sendUrl INFO 7 [585] R:OK -2015-03-09 16:40:45 sendUrl INFO 7 [586] R:OK -2015-03-09 16:40:45 queue INFO 3 [587] -2015-03-09 16:40:45 queue INFO >3 [588] -2015-03-09 16:40:46 sendUrl INFO 3 [587] R:OK -2015-03-09 16:40:46 sendUrl INFO 3 [588] R:OK -2015-03-09 16:41:35 queue INFO >>3 [589] -2015-03-09 16:41:36 sendUrl INFO 3 [589] R:OK -2015-03-09 16:42:26 queue INFO >>3 [590] -2015-03-09 16:42:26 sendUrl INFO 3 [590] R:OK -2015-03-09 16:43:16 queue INFO >>3 [591] -2015-03-09 16:43:16 sendUrl INFO 3 [591] R:OK -2015-03-09 16:44:06 queue INFO >>3 [592] -2015-03-09 16:44:06 sendUrl INFO 3 [592] R:OK -2015-03-09 16:44:56 queue INFO >>3 [593] -2015-03-09 16:44:56 sendUrl INFO 3 [593] R:OK -2015-03-09 16:45:46 queue INFO >>3 [594] -2015-03-09 16:45:47 sendUrl INFO 3 [594] R:OK -2015-03-09 16:46:36 queue INFO >>3 [595] -2015-03-09 16:46:37 sendUrl INFO 3 [595] R:OK -2015-03-09 16:47:26 queue INFO >>3 [596] -2015-03-09 16:47:27 sendUrl INFO 3 [596] R:OK -2015-03-09 16:48:17 queue INFO >>3 [597] -2015-03-09 16:48:17 sendUrl INFO 3 [597] R:OK -2015-03-09 16:48:53 queue INFO 7 [598] -2015-03-09 16:48:53 sendUrl INFO 7 [598] R:OK -2015-03-09 16:48:53 queue INFO >7 [599] -2015-03-09 16:48:54 sendUrl INFO 7 [599] R:OK -2015-03-09 16:48:55 queue INFO 3 [600] -2015-03-09 16:48:55 queue INFO >3 [601] -2015-03-09 16:48:55 sendUrl INFO 3 [600] R:OK -2015-03-09 16:48:56 sendUrl INFO 3 [601] R:OK -2015-03-09 16:49:45 queue INFO >>3 [602] -2015-03-09 16:49:45 sendUrl INFO 3 [602] R:OK -2015-03-09 16:50:35 queue INFO >>3 [603] -2015-03-09 16:50:35 sendUrl INFO 3 [603] R:OK -2015-03-09 16:51:25 queue INFO >>3 [604] -2015-03-09 16:51:25 sendUrl INFO 3 [604] R:OK -2015-03-09 16:52:15 queue INFO >>3 [605] -2015-03-09 16:52:16 sendUrl INFO 3 [605] R:OK -2015-03-09 16:53:05 queue INFO >>3 [606] -2015-03-09 16:53:06 sendUrl INFO 3 [606] R:OK -2015-03-09 16:53:56 queue INFO >>3 [607] -2015-03-09 16:53:56 sendUrl INFO 3 [607] R:OK -2015-03-09 16:54:46 queue INFO >>3 [608] -2015-03-09 16:54:46 sendUrl INFO 3 [608] R:OK -2015-03-09 16:55:36 queue INFO >>3 [609] -2015-03-09 16:55:36 sendUrl INFO 3 [609] R:OK -2015-03-09 16:56:26 queue INFO >>3 [610] -2015-03-09 16:56:26 sendUrl INFO 3 [610] R:OK -2015-03-09 16:57:02 queue INFO 7 [611] -2015-03-09 16:57:02 queue INFO >7 [612] -2015-03-09 16:57:02 sendUrl INFO 7 [611] R:OK -2015-03-09 16:57:02 sendUrl INFO 7 [612] R:OK -2015-03-09 16:57:03 queue INFO 3 [613] -2015-03-09 16:57:04 sendUrl INFO 3 [613] R:OK -2015-03-09 16:57:04 queue INFO >3 [614] -2015-03-09 16:57:04 sendUrl INFO 3 [614] R:OK -2015-03-09 16:57:54 queue INFO >>3 [615] -2015-03-09 16:57:54 sendUrl INFO 3 [615] R:OK -2015-03-09 16:58:44 queue INFO >>3 [616] -2015-03-09 16:58:44 sendUrl INFO 3 [616] R:OK -2015-03-09 16:59:34 queue INFO >>3 [617] -2015-03-09 16:59:34 sendUrl INFO 3 [617] R:OK -2015-03-09 17:00:24 queue INFO >>3 [618] -2015-03-09 17:00:24 sendUrl INFO 3 [618] R:OK -2015-03-09 17:01:14 queue INFO >>3 [619] -2015-03-09 17:01:15 sendUrl INFO 3 [619] R:OK -2015-03-09 17:02:04 queue INFO >>3 [620] -2015-03-09 17:02:04 sendUrl INFO 3 [620] R:OK -2015-03-09 17:02:54 queue INFO >>3 [621] -2015-03-09 17:02:55 sendUrl INFO 3 [621] R:OK -2015-03-09 17:03:45 queue INFO >>3 [622] -2015-03-09 17:03:45 sendUrl INFO 3 [622] R:OK -2015-03-09 17:04:35 queue INFO >>3 [623] -2015-03-09 17:04:35 sendUrl INFO 3 [623] R:OK -2015-03-09 17:05:10 queue INFO 7 [624] -2015-03-09 17:05:10 queue INFO >7 [625] -2015-03-09 17:05:11 sendUrl INFO 7 [624] R:OK -2015-03-09 17:05:11 sendUrl INFO 7 [625] R:OK -2015-03-09 17:05:12 queue INFO 3 [626] -2015-03-09 17:05:12 queue INFO >3 [627] -2015-03-09 17:05:12 sendUrl INFO 3 [626] R:OK -2015-03-09 17:05:13 sendUrl INFO 3 [627] R:OK -2015-03-09 17:06:02 queue INFO >>3 [628] -2015-03-09 17:06:02 sendUrl INFO 3 [628] R:OK -2015-03-09 17:06:52 queue INFO >>3 [629] -2015-03-09 17:06:52 sendUrl INFO 3 [629] R:OK -2015-03-09 17:07:42 queue INFO >>3 [630] -2015-03-09 17:07:43 sendUrl INFO 3 [630] R:OK -2015-03-09 17:08:32 queue INFO >>3 [631] -2015-03-09 17:08:33 sendUrl INFO 3 [631] R:OK -2015-03-09 17:09:22 queue INFO >>3 [632] -2015-03-09 17:09:23 sendUrl INFO 3 [632] R:OK -2015-03-09 17:10:13 queue INFO >>3 [633] -2015-03-09 17:10:13 sendUrl INFO 3 [633] R:OK -2015-03-09 17:11:03 queue INFO >>3 [634] -2015-03-09 17:11:03 sendUrl INFO 3 [634] R:OK -2015-03-09 17:11:53 queue INFO >>3 [635] -2015-03-09 17:11:53 sendUrl INFO 3 [635] R:OK -2015-03-09 17:12:43 queue INFO >>3 [636] -2015-03-09 17:12:43 sendUrl INFO 3 [636] R:OK -2015-03-09 17:13:20 queue INFO 7 [637] -2015-03-09 17:13:20 sendUrl INFO 7 [637] R:OK -2015-03-09 17:13:20 queue INFO >7 [638] -2015-03-09 17:13:20 sendUrl INFO 7 [638] R:OK -2015-03-09 17:13:21 queue INFO 3 [639] -2015-03-09 17:13:22 queue INFO >3 [640] -2015-03-09 17:13:22 sendUrl INFO 3 [639] R:OK -2015-03-09 17:13:22 sendUrl INFO 3 [640] R:OK -2015-03-09 17:14:12 queue INFO >>3 [641] -2015-03-09 17:14:12 sendUrl INFO 3 [641] R:OK -2015-03-09 17:15:02 queue INFO >>3 [642] -2015-03-09 17:15:02 sendUrl INFO 3 [642] R:OK -2015-03-09 17:15:52 queue INFO >>3 [643] -2015-03-09 17:15:52 sendUrl INFO 3 [643] R:OK -2015-03-09 17:16:42 queue INFO >>3 [644] -2015-03-09 17:16:42 sendUrl INFO 3 [644] R:OK -2015-03-09 17:17:32 queue INFO >>3 [645] -2015-03-09 17:17:33 sendUrl INFO 3 [645] R:OK -2015-03-09 17:18:22 queue INFO >>3 [646] -2015-03-09 17:18:22 sendUrl INFO 3 [646] R:OK -2015-03-09 17:19:12 queue INFO >>3 [647] -2015-03-09 17:19:13 sendUrl INFO 3 [647] R:OK -2015-03-09 17:20:03 queue INFO >>3 [648] -2015-03-09 17:20:03 sendUrl INFO 3 [648] R:OK -2015-03-09 17:20:53 queue INFO >>3 [649] -2015-03-09 17:20:53 sendUrl INFO 3 [649] R:OK -2015-03-09 17:21:28 queue INFO 7 [650] -2015-03-09 17:21:29 queue INFO >7 [651] -2015-03-09 17:21:29 sendUrl INFO 7 [650] R:OK -2015-03-09 17:21:29 sendUrl INFO 7 [651] R:OK -2015-03-09 17:21:30 queue INFO 3 [652] -2015-03-09 17:21:30 sendUrl INFO 3 [652] R:OK -2015-03-09 17:21:30 queue INFO >3 [653] -2015-03-09 17:21:31 sendUrl INFO 3 [653] R:OK -2015-03-09 17:22:20 queue INFO >>3 [654] -2015-03-09 17:22:21 sendUrl INFO 3 [654] R:OK -2015-03-09 17:23:10 queue INFO >>3 [655] -2015-03-09 17:23:11 sendUrl INFO 3 [655] R:OK -2015-03-09 17:24:01 queue INFO >>3 [656] -2015-03-09 17:24:01 sendUrl INFO 3 [656] R:OK -2015-03-09 17:24:51 queue INFO >>3 [657] -2015-03-09 17:24:51 sendUrl INFO 3 [657] R:OK -2015-03-09 17:25:41 queue INFO >>3 [658] -2015-03-09 17:25:41 sendUrl INFO 3 [658] R:OK -2015-03-09 17:26:31 queue INFO >>3 [659] -2015-03-09 17:26:31 sendUrl INFO 3 [659] R:OK -2015-03-09 17:27:21 queue INFO >>3 [660] -2015-03-09 17:27:22 sendUrl INFO 3 [660] R:OK -2015-03-09 17:28:11 queue INFO >>3 [661] -2015-03-09 17:28:12 sendUrl INFO 3 [661] R:OK -2015-03-09 17:29:01 queue INFO >>3 [662] -2015-03-09 17:29:02 sendUrl INFO 3 [662] R:OK -2015-03-09 17:29:38 queue INFO 7 [663] -2015-03-09 17:29:38 queue INFO >7 [664] -2015-03-09 17:29:38 sendUrl INFO 7 [663] R:OK -2015-03-09 17:29:38 sendUrl INFO 7 [664] R:OK -2015-03-09 17:29:39 queue INFO 3 [665] -2015-03-09 17:29:39 queue INFO >3 [666] -2015-03-09 17:29:39 sendUrl INFO 3 [665] R:OK -2015-03-09 17:29:40 sendUrl INFO 3 [666] R:OK -2015-03-09 17:30:29 queue INFO >>3 [667] -2015-03-09 17:30:30 sendUrl INFO 3 [667] R:OK -2015-03-09 17:31:19 queue INFO >>3 [668] -2015-03-09 17:31:20 sendUrl INFO 3 [668] R:OK -2015-03-09 17:32:10 queue INFO >>3 [669] -2015-03-09 17:32:10 sendUrl INFO 3 [669] R:OK -2015-03-09 17:33:00 queue INFO >>3 [670] -2015-03-09 17:33:00 sendUrl INFO 3 [670] R:OK -2015-03-09 17:33:50 queue INFO >>3 [671] -2015-03-09 17:33:50 sendUrl INFO 3 [671] R:OK -2015-03-09 17:34:40 queue INFO >>3 [672] -2015-03-09 17:34:40 sendUrl INFO 3 [672] R:OK -2015-03-09 17:35:30 queue INFO >>3 [673] -2015-03-09 17:35:31 sendUrl INFO 3 [673] R:OK -2015-03-09 17:36:20 queue INFO >>3 [674] -2015-03-09 17:36:21 sendUrl INFO 3 [674] R:OK -2015-03-09 17:37:11 queue INFO >>3 [675] -2015-03-09 17:37:11 sendUrl INFO 3 [675] R:OK -2015-03-09 17:37:47 queue INFO 7 [676] -2015-03-09 17:37:47 sendUrl INFO 7 [676] R:OK -2015-03-09 17:37:47 queue INFO >7 [677] -2015-03-09 17:37:48 sendUrl INFO 7 [677] R:OK -2015-03-09 17:37:49 queue INFO 3 [678] -2015-03-09 17:37:49 queue INFO >3 [679] -2015-03-09 17:37:49 sendUrl INFO 3 [678] R:OK -2015-03-09 17:37:50 sendUrl INFO 3 [679] R:OK -2015-03-09 17:38:39 queue INFO >>3 [680] -2015-03-09 17:38:39 sendUrl INFO 3 [680] R:OK -2015-03-09 17:39:29 queue INFO >>3 [681] -2015-03-09 17:39:29 sendUrl INFO 3 [681] R:OK -2015-03-09 17:40:19 queue INFO >>3 [682] -2015-03-09 17:40:20 sendUrl INFO 3 [682] R:OK -2015-03-09 17:41:09 queue INFO >>3 [683] -2015-03-09 17:41:10 sendUrl INFO 3 [683] R:OK -2015-03-09 17:41:59 queue INFO >>3 [684] -2015-03-09 17:42:00 sendUrl INFO 3 [684] R:OK -2015-03-09 17:42:50 queue INFO >>3 [685] -2015-03-09 17:42:50 sendUrl INFO 3 [685] R:OK -2015-03-09 17:43:40 queue INFO >>3 [686] -2015-03-09 17:43:40 sendUrl INFO 3 [686] R:OK -2015-03-09 17:44:30 queue INFO >>3 [687] -2015-03-09 17:44:30 sendUrl INFO 3 [687] R:OK -2015-03-09 17:45:15 queue INFO 1 [688] -2015-03-09 17:45:15 queue INFO >1 [689] -2015-03-09 17:45:16 sendUrl INFO 1 [688] R:OK -2015-03-09 17:45:16 sendUrl INFO 1 [689] R:OK -2015-03-09 17:46:05 queue INFO >>1 [690] -2015-03-09 17:46:05 sendUrl INFO 1 [690] R:OK -2015-03-09 17:46:39 queue INFO 21 [691] -2015-03-09 17:46:39 queue INFO >21 [692] -2015-03-09 17:46:39 sendUrl INFO 21 [691] R:OK -2015-03-09 17:46:40 sendUrl INFO 21 [692] R:OK -2015-03-09 17:47:29 queue INFO >>21 [693] -2015-03-09 17:47:29 sendUrl INFO 21 [693] R:OK -2015-03-09 17:48:19 queue INFO >>21 [694] -2015-03-09 17:48:19 sendUrl INFO 21 [694] R:OK -2015-03-09 17:48:53 queue INFO 1 [695] -2015-03-09 17:48:53 sendUrl INFO 1 [695] R:OK -2015-03-09 17:48:53 queue INFO >1 [696] -2015-03-09 17:48:53 sendUrl INFO 1 [696] R:OK -2015-03-09 17:49:13 queue INFO 5 [697] -2015-03-09 17:49:13 queue INFO >5 [698] -2015-03-09 17:49:13 sendUrl INFO 5 [697] R:OK -2015-03-09 17:49:14 sendUrl INFO 5 [698] R:OK -2015-03-09 17:49:15 queue INFO 1 [699] -2015-03-09 17:49:15 queue INFO >1 [700] -2015-03-09 17:49:15 sendUrl INFO 1 [699] R:OK -2015-03-09 17:49:15 sendUrl INFO 1 [700] R:OK -2015-03-09 17:50:05 queue INFO >>1 [701] -2015-03-09 17:50:05 sendUrl INFO 1 [701] R:OK -2015-03-09 17:50:44 queue INFO 3 [702] -2015-03-09 17:50:44 queue INFO >3 [703] -2015-03-09 17:50:44 sendUrl INFO 3 [702] R:OK -2015-03-09 17:50:45 sendUrl INFO 3 [703] R:OK -2015-03-09 17:51:34 queue INFO >>3 [704] -2015-03-09 17:51:35 sendUrl INFO 3 [704] R:OK -2015-03-09 17:52:24 queue INFO >>3 [705] -2015-03-09 17:52:25 sendUrl INFO 3 [705] R:OK -2015-03-09 17:53:15 queue INFO >>3 [706] -2015-03-09 17:53:15 sendUrl INFO 3 [706] R:OK -2015-03-09 17:54:05 queue INFO >>3 [707] -2015-03-09 17:54:05 sendUrl INFO 3 [707] R:OK -2015-03-09 17:54:55 queue INFO >>3 [708] -2015-03-09 17:54:55 sendUrl INFO 3 [708] R:OK -2015-03-09 17:55:45 queue INFO >>3 [709] -2015-03-09 17:55:45 sendUrl INFO 3 [709] R:OK -2015-03-09 17:56:35 queue INFO >>3 [710] -2015-03-09 17:56:36 sendUrl INFO 3 [710] R:OK -2015-03-09 17:57:22 queue INFO 7 [711] -2015-03-09 17:57:23 queue INFO >7 [712] -2015-03-09 17:57:23 sendUrl INFO 7 [711] R:OK -2015-03-09 17:57:23 sendUrl INFO 7 [712] R:OK -2015-03-09 17:57:24 queue INFO 3 [713] -2015-03-09 17:57:24 queue INFO >3 [714] -2015-03-09 17:57:25 sendUrl INFO 3 [713] R:OK -2015-03-09 17:57:25 sendUrl INFO 3 [714] R:OK -2015-03-09 17:58:14 queue INFO >>3 [715] -2015-03-09 17:58:14 sendUrl INFO 3 [715] R:OK -2015-03-09 17:59:04 queue INFO >>3 [716] -2015-03-09 17:59:05 sendUrl INFO 3 [716] R:OK -2015-03-09 17:59:55 queue INFO >>3 [717] -2015-03-09 17:59:55 sendUrl INFO 3 [717] R:OK -2015-03-09 18:00:45 queue INFO >>3 [718] -2015-03-09 18:00:45 sendUrl INFO 3 [718] R:OK -2015-03-09 18:01:35 queue INFO >>3 [719] -2015-03-09 18:01:35 sendUrl INFO 3 [719] R:OK -2015-03-09 18:02:25 queue INFO >>3 [720] -2015-03-09 18:02:25 sendUrl INFO 3 [720] R:OK -2015-03-09 18:03:15 queue INFO >>3 [721] -2015-03-09 18:03:15 sendUrl INFO 3 [721] R:OK -2015-03-09 18:04:05 queue INFO >>3 [722] -2015-03-09 18:04:06 sendUrl INFO 3 [722] R:OK -2015-03-09 18:04:55 queue INFO >>3 [723] -2015-03-09 18:04:55 sendUrl INFO 3 [723] R:OK -2015-03-09 18:05:31 queue INFO 7 [724] -2015-03-09 18:05:31 queue INFO >7 [725] -2015-03-09 18:05:31 sendUrl INFO 7 [724] R:OK -2015-03-09 18:05:32 sendUrl INFO 7 [725] R:OK -2015-03-09 18:05:33 queue INFO 3 [726] -2015-03-09 18:05:33 sendUrl INFO 3 [726] R:OK -2015-03-09 18:05:33 queue INFO >3 [727] -2015-03-09 18:05:33 sendUrl INFO 3 [727] R:OK -2015-03-09 18:06:23 queue INFO >>3 [728] -2015-03-09 18:06:23 sendUrl INFO 3 [728] R:OK -2015-03-09 18:07:13 queue INFO >>3 [729] -2015-03-09 18:07:13 sendUrl INFO 3 [729] R:OK -2015-03-09 18:08:03 queue INFO >>3 [730] -2015-03-09 18:08:03 sendUrl INFO 3 [730] R:OK -2015-03-09 18:08:53 queue INFO >>3 [731] -2015-03-09 18:08:54 sendUrl INFO 3 [731] R:OK -2015-03-09 18:09:43 queue INFO >>3 [732] -2015-03-09 18:09:44 sendUrl INFO 3 [732] R:OK -2015-03-09 18:10:33 queue INFO >>3 [733] -2015-03-09 18:10:34 sendUrl INFO 3 [733] R:OK -2015-03-09 18:11:24 queue INFO >>3 [734] -2015-03-09 18:11:24 sendUrl INFO 3 [734] R:OK -2015-03-09 18:12:14 queue INFO >>3 [735] -2015-03-09 18:12:14 sendUrl INFO 3 [735] R:OK -2015-03-09 18:13:04 queue INFO >>3 [736] -2015-03-09 18:13:04 sendUrl INFO 3 [736] R:OK -2015-03-09 18:13:40 queue INFO 7 [737] -2015-03-09 18:13:40 queue INFO >7 [738] -2015-03-09 18:13:40 sendUrl INFO 7 [737] R:OK -2015-03-09 18:13:40 sendUrl INFO 7 [738] R:OK -2015-03-09 18:13:41 queue INFO 3 [739] -2015-03-09 18:13:41 queue INFO >3 [740] -2015-03-09 18:13:41 sendUrl INFO 3 [739] R:OK -2015-03-09 18:13:42 sendUrl INFO 3 [740] R:OK -2015-03-09 18:14:31 queue INFO >>3 [741] -2015-03-09 18:14:32 sendUrl INFO 3 [741] R:OK -2015-03-09 18:15:22 queue INFO >>3 [742] -2015-03-09 18:15:22 sendUrl INFO 3 [742] R:OK -2015-03-09 18:16:12 queue INFO >>3 [743] -2015-03-09 18:16:12 sendUrl INFO 3 [743] R:OK -2015-03-09 18:17:02 queue INFO >>3 [744] -2015-03-09 18:17:02 sendUrl INFO 3 [744] R:OK -2015-03-09 18:17:52 queue INFO >>3 [745] -2015-03-09 18:17:52 sendUrl INFO 3 [745] R:OK -2015-03-09 18:18:42 queue INFO >>3 [746] -2015-03-09 18:18:42 sendUrl INFO 3 [746] R:OK -2015-03-09 18:19:32 queue INFO >>3 [747] -2015-03-09 18:19:32 sendUrl INFO 3 [747] R:OK -2015-03-09 18:20:22 queue INFO >>3 [748] -2015-03-09 18:20:23 sendUrl INFO 3 [748] R:OK -2015-03-09 18:21:12 queue INFO >>3 [749] -2015-03-09 18:21:13 sendUrl INFO 3 [749] R:OK -2015-03-09 18:21:49 queue INFO 7 [750] -2015-03-09 18:21:49 queue INFO >7 [751] -2015-03-09 18:21:50 sendUrl INFO 7 [750] R:OK -2015-03-09 18:21:50 sendUrl INFO 7 [751] R:OK -2015-03-09 18:21:51 queue INFO 3 [752] -2015-03-09 18:21:51 queue INFO >3 [753] -2015-03-09 18:21:51 sendUrl INFO 3 [752] R:OK -2015-03-09 18:21:52 sendUrl INFO 3 [753] R:OK -2015-03-09 18:22:41 queue INFO >>3 [754] -2015-03-09 18:22:41 sendUrl INFO 3 [754] R:OK -2015-03-09 18:23:31 queue INFO >>3 [755] -2015-03-09 18:23:31 sendUrl INFO 3 [755] R:OK -2015-03-09 18:24:21 queue INFO >>3 [756] -2015-03-09 18:24:22 sendUrl INFO 3 [756] R:OK -2015-03-09 18:25:11 queue INFO >>3 [757] -2015-03-09 18:25:12 sendUrl INFO 3 [757] R:OK -2015-03-09 18:26:02 queue INFO >>3 [758] -2015-03-09 18:26:02 sendUrl INFO 3 [758] R:OK -2015-03-09 18:26:52 queue INFO >>3 [759] -2015-03-09 18:26:52 sendUrl INFO 3 [759] R:OK -2015-03-09 18:27:42 queue INFO >>3 [760] -2015-03-09 18:27:42 sendUrl INFO 3 [760] R:OK -2015-03-09 18:28:32 queue INFO >>3 [761] -2015-03-09 18:28:32 sendUrl INFO 3 [761] R:OK -2015-03-09 18:29:22 queue INFO >>3 [762] -2015-03-09 18:29:23 sendUrl INFO 3 [762] R:OK -2015-03-09 18:29:58 queue INFO 7 [763] -2015-03-09 18:29:58 queue INFO >7 [764] -2015-03-09 18:29:58 sendUrl INFO 7 [763] R:OK -2015-03-09 18:29:59 sendUrl INFO 7 [764] R:OK -2015-03-09 18:29:59 queue INFO 3 [765] -2015-03-09 18:30:00 queue INFO >3 [766] -2015-03-09 18:30:00 sendUrl INFO 3 [765] R:OK -2015-03-09 18:30:00 sendUrl INFO 3 [766] R:OK -2015-03-09 18:30:50 queue INFO >>3 [767] -2015-03-09 18:30:50 sendUrl INFO 3 [767] R:OK -2015-03-09 18:31:40 queue INFO >>3 [768] -2015-03-09 18:31:40 sendUrl INFO 3 [768] R:OK -2015-03-09 18:32:30 queue INFO >>3 [769] -2015-03-09 18:32:30 sendUrl INFO 3 [769] R:OK -2015-03-09 18:33:20 queue INFO >>3 [770] -2015-03-09 18:33:20 sendUrl INFO 3 [770] R:OK -2015-03-09 18:34:10 queue INFO >>3 [771] -2015-03-09 18:34:11 sendUrl INFO 3 [771] R:OK -2015-03-09 18:35:00 queue INFO >>3 [772] -2015-03-09 18:35:00 sendUrl INFO 3 [772] R:OK -2015-03-09 18:35:50 queue INFO >>3 [773] -2015-03-09 18:35:51 sendUrl INFO 3 [773] R:OK -2015-03-09 18:36:40 queue INFO >>3 [774] -2015-03-09 18:36:41 sendUrl INFO 3 [774] R:OK -2015-03-09 18:37:31 queue INFO >>3 [775] -2015-03-09 18:37:31 sendUrl INFO 3 [775] R:OK -2015-03-09 18:38:07 queue INFO 7 [776] -2015-03-09 18:38:07 queue INFO >7 [777] -2015-03-09 18:38:07 sendUrl INFO 7 [776] R:OK -2015-03-09 18:38:08 sendUrl INFO 7 [777] R:OK -2015-03-09 18:38:09 queue INFO 3 [778] -2015-03-09 18:38:09 sendUrl INFO 3 [778] R:OK -2015-03-09 18:38:09 queue INFO >3 [779] -2015-03-09 18:38:09 sendUrl INFO 3 [779] R:OK -2015-03-09 18:38:59 queue INFO >>3 [780] -2015-03-09 18:38:59 sendUrl INFO 3 [780] R:OK -2015-03-09 18:39:49 queue INFO >>3 [781] -2015-03-09 18:39:49 sendUrl INFO 3 [781] R:OK -2015-03-09 18:40:39 queue INFO >>3 [782] -2015-03-09 18:40:39 sendUrl INFO 3 [782] R:OK -2015-03-09 18:41:29 queue INFO >>3 [783] -2015-03-09 18:41:29 sendUrl INFO 3 [783] R:OK -2015-03-09 18:42:19 queue INFO >>3 [784] -2015-03-09 18:42:20 sendUrl INFO 3 [784] R:OK -2015-03-09 18:43:09 queue INFO >>3 [785] -2015-03-09 18:43:10 sendUrl INFO 3 [785] R:OK -2015-03-09 18:44:00 queue INFO >>3 [786] -2015-03-09 18:44:00 sendUrl INFO 3 [786] R:OK -2015-03-09 18:44:50 queue INFO >>3 [787] -2015-03-09 18:44:50 sendUrl INFO 3 [787] R:OK -2015-03-09 18:45:40 queue INFO >>3 [788] -2015-03-09 18:45:40 sendUrl INFO 3 [788] R:OK -2015-03-09 18:46:16 queue INFO 7 [789] -2015-03-09 18:46:17 queue INFO >7 [790] -2015-03-09 18:46:17 sendUrl INFO 7 [789] R:OK -2015-03-09 18:46:17 sendUrl INFO 7 [790] R:OK -2015-03-09 18:46:18 queue INFO 3 [791] -2015-03-09 18:46:18 queue INFO >3 [792] -2015-03-09 18:46:18 sendUrl INFO 3 [791] R:OK -2015-03-09 18:46:19 sendUrl INFO 3 [792] R:OK -2015-03-09 18:47:08 queue INFO >>3 [793] -2015-03-09 18:47:08 sendUrl INFO 3 [793] R:OK -2015-03-09 18:47:58 queue INFO >>3 [794] -2015-03-09 18:47:59 sendUrl INFO 3 [794] R:OK -2015-03-09 18:48:48 queue INFO >>3 [795] -2015-03-09 18:48:49 sendUrl INFO 3 [795] R:OK -2015-03-09 18:49:38 queue INFO >>3 [796] -2015-03-09 18:49:39 sendUrl INFO 3 [796] R:OK -2015-03-09 18:50:29 queue INFO >>3 [797] -2015-03-09 18:50:29 sendUrl INFO 3 [797] R:OK -2015-03-09 18:51:19 queue INFO >>3 [798] -2015-03-09 18:51:19 sendUrl INFO 3 [798] R:OK -2015-03-09 18:52:09 queue INFO >>3 [799] -2015-03-09 18:52:09 sendUrl INFO 3 [799] R:OK -2015-03-09 18:52:59 queue INFO >>3 [800] -2015-03-09 18:53:00 sendUrl INFO 3 [800] R:OK -2015-03-09 18:53:49 queue INFO >>3 [801] -2015-03-09 18:53:49 sendUrl INFO 3 [801] R:OK -2015-03-09 18:54:25 queue INFO 7 [802] -2015-03-09 18:54:25 queue INFO >7 [803] -2015-03-09 18:54:26 sendUrl INFO 7 [802] R:OK -2015-03-09 18:54:26 sendUrl INFO 7 [803] R:OK -2015-03-09 18:54:27 queue INFO 3 [804] -2015-03-09 18:54:27 queue INFO >3 [805] -2015-03-09 18:54:27 sendUrl INFO 3 [804] R:OK -2015-03-09 18:54:28 sendUrl INFO 3 [805] R:OK -2015-03-09 18:55:17 queue INFO >>3 [806] -2015-03-09 18:55:17 sendUrl INFO 3 [806] R:OK -2015-03-09 18:56:07 queue INFO >>3 [807] -2015-03-09 18:56:07 sendUrl INFO 3 [807] R:OK -2015-03-09 18:56:57 queue INFO >>3 [808] -2015-03-09 18:56:58 sendUrl INFO 3 [808] R:OK -2015-03-09 18:57:47 queue INFO >>3 [809] -2015-03-09 18:57:48 sendUrl INFO 3 [809] R:OK -2015-03-09 18:58:38 queue INFO >>3 [810] -2015-03-09 18:58:38 sendUrl INFO 3 [810] R:OK -2015-03-09 18:59:28 queue INFO >>3 [811] -2015-03-09 18:59:28 sendUrl INFO 3 [811] R:OK -2015-03-09 19:00:18 queue INFO >>3 [812] -2015-03-09 19:00:18 sendUrl INFO 3 [812] R:OK -2015-03-09 19:01:08 queue INFO >>3 [813] -2015-03-09 19:01:08 sendUrl INFO 3 [813] R:OK -2015-03-09 19:01:58 queue INFO >>3 [814] -2015-03-09 19:01:59 sendUrl INFO 3 [814] R:OK -2015-03-09 19:02:34 queue INFO 7 [815] -2015-03-09 19:02:34 queue INFO >7 [816] -2015-03-09 19:02:34 sendUrl INFO 7 [815] R:OK -2015-03-09 19:02:34 sendUrl INFO 7 [816] R:OK -2015-03-09 19:02:35 queue INFO 3 [817] -2015-03-09 19:02:35 sendUrl INFO 3 [817] R:OK -2015-03-09 19:02:35 queue INFO >3 [818] -2015-03-09 19:02:36 sendUrl INFO 3 [818] R:OK -2015-03-09 19:03:25 queue INFO >>3 [819] -2015-03-09 19:03:26 sendUrl INFO 3 [819] R:OK -2015-03-09 19:04:16 queue INFO >>3 [820] -2015-03-09 19:04:16 sendUrl INFO 3 [820] R:OK -2015-03-09 19:05:06 queue INFO >>3 [821] -2015-03-09 19:05:06 sendUrl INFO 3 [821] R:OK -2015-03-09 19:05:56 queue INFO >>3 [822] -2015-03-09 19:05:56 sendUrl INFO 3 [822] R:OK -2015-03-09 19:06:46 queue INFO >>3 [823] -2015-03-09 19:06:46 sendUrl INFO 3 [823] R:OK -2015-03-09 19:07:36 queue INFO >>3 [824] -2015-03-09 19:07:36 sendUrl INFO 3 [824] R:OK -2015-03-09 19:08:26 queue INFO >>3 [825] -2015-03-09 19:08:27 sendUrl INFO 3 [825] R:OK -2015-03-09 19:09:16 queue INFO >>3 [826] -2015-03-09 19:09:17 sendUrl INFO 3 [826] R:OK -2015-03-09 19:10:07 queue INFO >>3 [827] -2015-03-09 19:10:07 sendUrl INFO 3 [827] R:OK -2015-03-09 19:10:43 queue INFO 7 [828] -2015-03-09 19:10:43 queue INFO >7 [829] -2015-03-09 19:10:44 sendUrl INFO 7 [828] R:OK -2015-03-09 19:10:44 sendUrl INFO 7 [829] R:OK -2015-03-09 19:10:45 queue INFO 3 [830] -2015-03-09 19:10:45 queue INFO >3 [831] -2015-03-09 19:10:45 sendUrl INFO 3 [830] R:OK -2015-03-09 19:10:46 sendUrl INFO 3 [831] R:OK -2015-03-09 19:11:35 queue INFO >>3 [832] -2015-03-09 19:11:35 sendUrl INFO 3 [832] R:OK -2015-03-09 19:12:25 queue INFO >>3 [833] -2015-03-09 19:12:25 sendUrl INFO 3 [833] R:OK -2015-03-09 19:13:15 queue INFO >>3 [834] -2015-03-09 19:13:16 sendUrl INFO 3 [834] R:OK -2015-03-09 19:14:05 queue INFO >>3 [835] -2015-03-09 19:14:06 sendUrl INFO 3 [835] R:OK -2015-03-09 19:14:55 queue INFO >>3 [836] -2015-03-09 19:14:56 sendUrl INFO 3 [836] R:OK -2015-03-09 19:15:46 queue INFO >>3 [837] -2015-03-09 19:15:46 sendUrl INFO 3 [837] R:OK -2015-03-09 19:16:36 queue INFO >>3 [838] -2015-03-09 19:16:36 sendUrl INFO 3 [838] R:OK -2015-03-09 19:17:26 queue INFO >>3 [839] -2015-03-09 19:17:26 sendUrl INFO 3 [839] R:OK -2015-03-09 19:18:16 queue INFO >>3 [840] -2015-03-09 19:18:17 sendUrl INFO 3 [840] R:OK -2015-03-09 19:18:52 queue INFO 7 [841] -2015-03-09 19:18:52 queue INFO >7 [842] -2015-03-09 19:18:52 sendUrl INFO 7 [841] R:OK -2015-03-09 19:18:53 sendUrl INFO 7 [842] R:OK -2015-03-09 19:18:53 queue INFO 3 [843] -2015-03-09 19:18:54 queue INFO >3 [844] -2015-03-09 19:18:54 sendUrl INFO 3 [843] R:OK -2015-03-09 19:18:54 sendUrl INFO 3 [844] R:OK -2015-03-09 19:19:44 queue INFO >>3 [845] -2015-03-09 19:19:44 sendUrl INFO 3 [845] R:OK -2015-03-09 19:20:34 queue INFO >>3 [846] -2015-03-09 19:20:34 sendUrl INFO 3 [846] R:OK -2015-03-09 19:21:24 queue INFO >>3 [847] -2015-03-09 19:21:24 sendUrl INFO 3 [847] R:OK -2015-03-09 19:22:14 queue INFO >>3 [848] -2015-03-09 19:22:15 sendUrl INFO 3 [848] R:OK -2015-03-09 19:23:04 queue INFO >>3 [849] -2015-03-09 19:23:04 sendUrl INFO 3 [849] R:OK -2015-03-09 19:23:54 queue INFO >>3 [850] -2015-03-09 19:23:55 sendUrl INFO 3 [850] R:OK -2015-03-09 19:24:45 queue INFO >>3 [851] -2015-03-09 19:24:45 sendUrl INFO 3 [851] R:OK -2015-03-09 19:25:35 queue INFO >>3 [852] -2015-03-09 19:25:35 sendUrl INFO 3 [852] R:OK -2015-03-09 19:26:25 queue INFO >>3 [853] -2015-03-09 19:26:25 sendUrl INFO 3 [853] R:OK -2015-03-09 19:27:01 queue INFO 7 [854] -2015-03-09 19:27:01 queue INFO >7 [855] -2015-03-09 19:27:02 sendUrl INFO 7 [854] R:OK -2015-03-09 19:27:02 sendUrl INFO 7 [855] R:OK -2015-03-09 19:27:03 queue INFO 3 [856] -2015-03-09 19:27:03 queue INFO >3 [857] -2015-03-09 19:27:03 sendUrl INFO 3 [856] R:OK -2015-03-09 19:27:04 sendUrl INFO 3 [857] R:OK -2015-03-09 19:27:53 queue INFO >>3 [858] -2015-03-09 19:27:53 sendUrl INFO 3 [858] R:OK -2015-03-09 19:28:43 queue INFO >>3 [859] -2015-03-09 19:28:43 sendUrl INFO 3 [859] R:OK -2015-03-09 19:29:33 queue INFO >>3 [860] -2015-03-09 19:29:34 sendUrl INFO 3 [860] R:OK -2015-03-09 19:30:23 queue INFO >>3 [861] -2015-03-09 19:30:24 sendUrl INFO 3 [861] R:OK -2015-03-09 19:31:13 queue INFO >>3 [862] -2015-03-09 19:31:14 sendUrl INFO 3 [862] R:OK -2015-03-09 19:32:04 queue INFO >>3 [863] -2015-03-09 19:32:04 sendUrl INFO 3 [863] R:OK -2015-03-09 19:32:30 queue INFO 1 [864] -2015-03-09 19:32:30 queue INFO >1 [865] -2015-03-09 19:32:31 sendUrl INFO 1 [864] R:OK -2015-03-09 19:32:31 sendUrl INFO 1 [865] R:OK -2015-03-09 19:33:20 queue INFO >>1 [866] -2015-03-09 19:33:21 sendUrl INFO 1 [866] R:OK -2015-03-09 19:34:10 queue INFO >>1 [867] -2015-03-09 19:34:11 sendUrl INFO 1 [867] R:OK -2015-03-09 19:35:01 queue INFO >>1 [868] -2015-03-09 19:35:01 sendUrl INFO 1 [868] R:OK -2015-03-09 19:35:51 queue INFO >>1 [869] -2015-03-09 19:35:51 sendUrl INFO 1 [869] R:OK -2015-03-09 19:36:14 queue INFO 21 [870] -2015-03-09 19:36:14 sendUrl INFO 21 [870] R:OK -2015-03-09 19:36:14 queue INFO >21 [871] -2015-03-09 19:36:15 sendUrl INFO 21 [871] R:OK -2015-03-09 19:37:04 queue INFO >>21 [872] -2015-03-09 19:37:04 sendUrl INFO 21 [872] R:OK -2015-03-09 19:37:54 queue INFO >>21 [873] -2015-03-09 19:37:55 sendUrl INFO 21 [873] R:OK -2015-03-09 19:38:44 queue INFO >>21 [874] -2015-03-09 19:38:45 sendUrl INFO 21 [874] R:OK -2015-03-09 19:39:35 queue INFO >>21 [875] -2015-03-09 19:39:35 sendUrl INFO 21 [875] R:OK -2015-03-09 19:40:25 queue INFO >>21 [876] -2015-03-09 19:40:25 sendUrl INFO 21 [876] R:OK -2015-03-09 19:41:15 queue INFO >>21 [877] -2015-03-09 19:41:15 sendUrl INFO 21 [877] R:OK -2015-03-09 19:41:38 queue INFO 1 [878] -2015-03-09 19:41:38 queue INFO >1 [879] -2015-03-09 19:41:38 sendUrl INFO 1 [878] R:OK -2015-03-09 19:41:39 sendUrl INFO 1 [879] R:OK -2015-03-09 19:41:58 queue INFO 5 [880] -2015-03-09 19:41:58 sendUrl INFO 5 [880] R:OK -2015-03-09 19:41:58 queue INFO >5 [881] -2015-03-09 19:41:59 sendUrl INFO 5 [881] R:OK -2015-03-09 19:42:00 queue INFO 1 [882] -2015-03-09 19:42:00 queue INFO >1 [883] -2015-03-09 19:42:00 sendUrl INFO 1 [882] R:OK -2015-03-09 19:42:01 sendUrl INFO 1 [883] R:OK -2015-03-09 19:42:50 queue INFO >>1 [884] -2015-03-09 19:42:50 sendUrl INFO 1 [884] R:OK -2015-03-09 19:43:29 queue INFO 3 [885] -2015-03-09 19:43:30 queue INFO >3 [886] -2015-03-09 19:43:30 sendUrl INFO 3 [885] R:OK -2015-03-09 19:43:30 sendUrl INFO 3 [886] R:OK -2015-03-09 19:44:19 queue INFO >>3 [887] -2015-03-09 19:44:20 sendUrl INFO 3 [887] R:OK -2015-03-09 19:45:10 queue INFO >>3 [888] -2015-03-09 19:45:10 sendUrl INFO 3 [888] R:OK -2015-03-09 19:46:00 queue INFO >>3 [889] -2015-03-09 19:46:00 sendUrl INFO 3 [889] R:OK -2015-03-09 19:46:50 queue INFO >>3 [890] -2015-03-09 19:46:50 sendUrl INFO 3 [890] R:OK -2015-03-09 19:47:40 queue INFO >>3 [891] -2015-03-09 19:47:40 sendUrl INFO 3 [891] R:OK -2015-03-09 19:48:30 queue INFO >>3 [892] -2015-03-09 19:48:31 sendUrl INFO 3 [892] R:OK -2015-03-09 19:49:20 queue INFO >>3 [893] -2015-03-09 19:49:21 sendUrl INFO 3 [893] R:OK -2015-03-09 19:50:08 queue INFO 7 [894] -2015-03-09 19:50:08 queue INFO >7 [895] -2015-03-09 19:50:08 sendUrl INFO 7 [894] R:OK -2015-03-09 19:50:09 sendUrl INFO 7 [895] R:OK -2015-03-09 19:50:09 queue INFO 3 [896] -2015-03-09 19:50:10 queue INFO >3 [897] -2015-03-09 19:50:10 sendUrl INFO 3 [896] R:OK -2015-03-09 19:50:10 sendUrl INFO 3 [897] R:OK -2015-03-09 19:51:00 queue INFO >>3 [898] -2015-03-09 19:51:00 sendUrl INFO 3 [898] R:OK -2015-03-09 19:51:50 queue INFO >>3 [899] -2015-03-09 19:51:50 sendUrl INFO 3 [899] R:OK -2015-03-09 19:52:40 queue INFO >>3 [900] -2015-03-09 19:52:40 sendUrl INFO 3 [900] R:OK -2015-03-09 19:53:30 queue INFO >>3 [901] -2015-03-09 19:53:30 sendUrl INFO 3 [901] R:OK -2015-03-09 19:54:20 queue INFO >>3 [902] -2015-03-09 19:54:20 sendUrl INFO 3 [902] R:OK -2015-03-09 19:55:10 queue INFO >>3 [903] -2015-03-09 19:55:11 sendUrl INFO 3 [903] R:OK -2015-03-09 19:56:00 queue INFO >>3 [904] -2015-03-09 19:56:01 sendUrl INFO 3 [904] R:OK -2015-03-09 19:56:51 queue INFO >>3 [905] -2015-03-09 19:56:51 sendUrl INFO 3 [905] R:OK -2015-03-09 19:57:41 queue INFO >>3 [906] -2015-03-09 19:57:41 sendUrl INFO 3 [906] R:OK -2015-03-09 19:58:16 queue INFO 7 [907] -2015-03-09 19:58:17 queue INFO >7 [908] -2015-03-09 19:58:17 sendUrl INFO 7 [907] R:OK -2015-03-09 19:58:17 sendUrl INFO 7 [908] R:OK -2015-03-09 19:58:18 queue INFO 3 [909] -2015-03-09 19:58:18 queue INFO >3 [910] -2015-03-09 19:58:18 sendUrl INFO 3 [909] R:OK -2015-03-09 19:58:19 sendUrl INFO 3 [910] R:OK -2015-03-09 19:59:08 queue INFO >>3 [911] -2015-03-09 19:59:09 sendUrl INFO 3 [911] R:OK -2015-03-09 19:59:58 queue INFO >>3 [912] -2015-03-09 19:59:59 sendUrl INFO 3 [912] R:OK -2015-03-09 20:00:48 queue INFO >>3 [913] -2015-03-09 20:00:49 sendUrl INFO 3 [913] R:OK -2015-03-09 20:01:39 queue INFO >>3 [914] -2015-03-09 20:01:39 sendUrl INFO 3 [914] R:OK -2015-03-09 20:02:29 queue INFO >>3 [915] -2015-03-09 20:02:29 sendUrl INFO 3 [915] R:OK -2015-03-09 20:03:19 queue INFO >>3 [916] -2015-03-09 20:03:19 sendUrl INFO 3 [916] R:OK -2015-03-09 20:04:09 queue INFO >>3 [917] -2015-03-09 20:04:09 sendUrl INFO 3 [917] R:OK -2015-03-09 20:04:59 queue INFO >>3 [918] -2015-03-09 20:05:00 sendUrl INFO 3 [918] R:OK -2015-03-09 20:05:49 queue INFO >>3 [919] -2015-03-09 20:05:49 sendUrl INFO 3 [919] R:OK -2015-03-09 20:06:25 queue INFO 7 [920] -2015-03-09 20:06:25 queue INFO >7 [921] -2015-03-09 20:06:25 sendUrl INFO 7 [920] R:OK -2015-03-09 20:06:26 sendUrl INFO 7 [921] R:OK -2015-03-09 20:06:27 queue INFO 3 [922] -2015-03-09 20:06:27 queue INFO >3 [923] -2015-03-09 20:06:27 sendUrl INFO 3 [922] R:OK -2015-03-09 20:06:28 sendUrl INFO 3 [923] R:OK -2015-03-09 20:07:17 queue INFO >>3 [924] -2015-03-09 20:07:17 sendUrl INFO 3 [924] R:OK -2015-03-09 20:08:07 queue INFO >>3 [925] -2015-03-09 20:08:07 sendUrl INFO 3 [925] R:OK -2015-03-09 20:08:57 queue INFO >>3 [926] -2015-03-09 20:08:57 sendUrl INFO 3 [926] R:OK -2015-03-09 20:09:47 queue INFO >>3 [927] -2015-03-09 20:09:47 sendUrl INFO 3 [927] R:OK -2015-03-09 20:10:37 queue INFO >>3 [928] -2015-03-09 20:10:38 sendUrl INFO 3 [928] R:OK -2015-03-09 20:11:27 queue INFO >>3 [929] -2015-03-09 20:11:28 sendUrl INFO 3 [929] R:OK -2015-03-09 20:12:18 queue INFO >>3 [930] -2015-03-09 20:12:18 sendUrl INFO 3 [930] R:OK -2015-03-09 20:13:08 queue INFO >>3 [931] -2015-03-09 20:13:08 sendUrl INFO 3 [931] R:OK -2015-03-09 20:13:58 queue INFO >>3 [932] -2015-03-09 20:13:58 sendUrl INFO 3 [932] R:OK -2015-03-09 20:14:35 queue INFO 7 [933] -2015-03-09 20:14:35 queue INFO >7 [934] -2015-03-09 20:14:35 sendUrl INFO 7 [933] R:OK -2015-03-09 20:14:35 sendUrl INFO 7 [934] R:OK -2015-03-09 20:14:36 queue INFO 3 [935] -2015-03-09 20:14:36 queue INFO >3 [936] -2015-03-09 20:14:36 sendUrl INFO 3 [935] R:OK -2015-03-09 20:14:37 sendUrl INFO 3 [936] R:OK -2015-03-09 20:15:26 queue INFO >>3 [937] -2015-03-09 20:15:27 sendUrl INFO 3 [937] R:OK -2015-03-09 20:16:16 queue INFO >>3 [938] -2015-03-09 20:16:17 sendUrl INFO 3 [938] R:OK -2015-03-09 20:17:07 queue INFO >>3 [939] -2015-03-09 20:17:07 sendUrl INFO 3 [939] R:OK -2015-03-09 20:17:57 queue INFO >>3 [940] -2015-03-09 20:17:57 sendUrl INFO 3 [940] R:OK -2015-03-09 20:18:47 queue INFO >>3 [941] -2015-03-09 20:18:47 sendUrl INFO 3 [941] R:OK -2015-03-09 20:19:37 queue INFO >>3 [942] -2015-03-09 20:19:37 sendUrl INFO 3 [942] R:OK -2015-03-09 20:20:27 queue INFO >>3 [943] -2015-03-09 20:20:28 sendUrl INFO 3 [943] R:OK -2015-03-09 20:21:17 queue INFO >>3 [944] -2015-03-09 20:21:17 sendUrl INFO 3 [944] R:OK -2015-03-09 20:22:07 queue INFO >>3 [945] -2015-03-09 20:22:08 sendUrl INFO 3 [945] R:OK -2015-03-09 20:22:43 queue INFO 7 [946] -2015-03-09 20:22:43 queue INFO >7 [947] -2015-03-09 20:22:44 sendUrl INFO 7 [946] R:OK -2015-03-09 20:22:44 sendUrl INFO 7 [947] R:OK -2015-03-09 20:22:45 queue INFO 3 [948] -2015-03-09 20:22:45 queue INFO >3 [949] -2015-03-09 20:22:45 sendUrl INFO 3 [948] R:OK -2015-03-09 20:22:46 sendUrl INFO 3 [949] R:OK -2015-03-09 20:23:35 queue INFO >>3 [950] -2015-03-09 20:23:35 sendUrl INFO 3 [950] R:OK -2015-03-09 20:24:25 queue INFO >>3 [951] -2015-03-09 20:24:25 sendUrl INFO 3 [951] R:OK -2015-03-09 20:25:15 queue INFO >>3 [952] -2015-03-09 20:25:16 sendUrl INFO 3 [952] R:OK -2015-03-09 20:26:05 queue INFO >>3 [953] -2015-03-09 20:26:06 sendUrl INFO 3 [953] R:OK -2015-03-09 20:26:56 queue INFO >>3 [954] -2015-03-09 20:26:56 sendUrl INFO 3 [954] R:OK -2015-03-09 20:27:46 queue INFO >>3 [955] -2015-03-09 20:27:46 sendUrl INFO 3 [955] R:OK -2015-03-09 20:28:36 queue INFO >>3 [956] -2015-03-09 20:28:36 sendUrl INFO 3 [956] R:OK -2015-03-09 20:29:26 queue INFO >>3 [957] -2015-03-09 20:29:26 sendUrl INFO 3 [957] R:OK -2015-03-09 20:30:16 queue INFO >>3 [958] -2015-03-09 20:30:17 sendUrl INFO 3 [958] R:OK -2015-03-09 20:30:52 queue INFO 7 [959] -2015-03-09 20:30:52 queue INFO >7 [960] -2015-03-09 20:30:53 sendUrl INFO 7 [959] R:OK -2015-03-09 20:30:53 sendUrl INFO 7 [960] R:OK -2015-03-09 20:30:54 queue INFO 3 [961] -2015-03-09 20:30:54 queue INFO >3 [962] -2015-03-09 20:30:54 sendUrl INFO 3 [961] R:OK -2015-03-09 20:30:55 sendUrl INFO 3 [962] R:OK -2015-03-09 20:31:44 queue INFO >>3 [963] -2015-03-09 20:31:44 sendUrl INFO 3 [963] R:OK -2015-03-09 20:32:34 queue INFO >>3 [964] -2015-03-09 20:32:34 sendUrl INFO 3 [964] R:OK -2015-03-09 20:33:24 queue INFO >>3 [965] -2015-03-09 20:33:25 sendUrl INFO 3 [965] R:OK -2015-03-09 20:34:14 queue INFO >>3 [966] -2015-03-09 20:34:15 sendUrl INFO 3 [966] R:OK -2015-03-09 20:35:05 queue INFO >>3 [967] -2015-03-09 20:35:05 sendUrl INFO 3 [967] R:OK -2015-03-09 20:35:55 queue INFO >>3 [968] -2015-03-09 20:35:55 sendUrl INFO 3 [968] R:OK -2015-03-09 20:36:45 queue INFO >>3 [969] -2015-03-09 20:36:45 sendUrl INFO 3 [969] R:OK -2015-03-09 20:37:35 queue INFO >>3 [970] -2015-03-09 20:37:35 sendUrl INFO 3 [970] R:OK -2015-03-09 20:38:25 queue INFO >>3 [971] -2015-03-09 20:38:26 sendUrl INFO 3 [971] R:OK -2015-03-09 20:39:02 queue INFO 7 [972] -2015-03-09 20:39:02 queue INFO >7 [973] -2015-03-09 20:39:02 sendUrl INFO 7 [972] R:OK -2015-03-09 20:39:03 sendUrl INFO 7 [973] R:OK -2015-03-09 20:39:03 queue INFO 3 [974] -2015-03-09 20:39:04 queue INFO >3 [975] -2015-03-09 20:39:04 sendUrl INFO 3 [974] R:OK -2015-03-09 20:39:04 sendUrl INFO 3 [975] R:OK -2015-03-09 20:39:53 queue INFO >>3 [976] -2015-03-09 20:39:54 sendUrl INFO 3 [976] R:OK -2015-03-09 20:40:44 queue INFO >>3 [977] -2015-03-09 20:40:44 sendUrl INFO 3 [977] R:OK -2015-03-09 20:41:34 queue INFO >>3 [978] -2015-03-09 20:41:34 sendUrl INFO 3 [978] R:OK -2015-03-09 20:42:24 queue INFO >>3 [979] -2015-03-09 20:42:24 sendUrl INFO 3 [979] R:OK -2015-03-09 20:43:14 queue INFO >>3 [980] -2015-03-09 20:43:14 sendUrl INFO 3 [980] R:OK -2015-03-09 20:44:04 queue INFO >>3 [981] -2015-03-09 20:44:05 sendUrl INFO 3 [981] R:OK -2015-03-09 20:44:54 queue INFO >>3 [982] -2015-03-09 20:44:55 sendUrl INFO 3 [982] R:OK -2015-03-09 20:45:45 queue INFO >>3 [983] -2015-03-09 20:45:45 sendUrl INFO 3 [983] R:OK -2015-03-09 20:46:35 queue INFO >>3 [984] -2015-03-09 20:46:35 sendUrl INFO 3 [984] R:OK -2015-03-09 20:47:10 queue INFO 7 [985] -2015-03-09 20:47:11 queue INFO >7 [986] -2015-03-09 20:47:11 sendUrl INFO 7 [985] R:OK -2015-03-09 20:47:11 sendUrl INFO 7 [986] R:OK -2015-03-09 20:47:12 queue INFO 3 [987] -2015-03-09 20:47:12 queue INFO >3 [988] -2015-03-09 20:47:12 sendUrl INFO 3 [987] R:OK -2015-03-09 20:47:13 sendUrl INFO 3 [988] R:OK -2015-03-09 20:48:02 queue INFO >>3 [989] -2015-03-09 20:48:03 sendUrl INFO 3 [989] R:OK -2015-03-09 20:48:52 queue INFO >>3 [990] -2015-03-09 20:48:52 sendUrl INFO 3 [990] R:OK -2015-03-09 20:49:42 queue INFO >>3 [991] -2015-03-09 20:49:43 sendUrl INFO 3 [991] R:OK -2015-03-09 20:50:33 queue INFO >>3 [992] -2015-03-09 20:50:33 sendUrl INFO 3 [992] R:OK -2015-03-09 20:51:23 queue INFO >>3 [993] -2015-03-09 20:51:23 sendUrl INFO 3 [993] R:OK -2015-03-09 20:52:13 queue INFO >>3 [994] -2015-03-09 20:52:13 sendUrl INFO 3 [994] R:OK -2015-03-09 20:53:03 queue INFO >>3 [995] -2015-03-09 20:53:04 sendUrl INFO 3 [995] R:OK -2015-03-09 20:53:53 queue INFO >>3 [996] -2015-03-09 20:53:53 sendUrl INFO 3 [996] R:OK -2015-03-09 20:54:43 queue INFO >>3 [997] -2015-03-09 20:54:44 sendUrl INFO 3 [997] R:OK -2015-03-09 20:55:19 queue INFO 7 [998] -2015-03-09 20:55:19 queue INFO >7 [999] -2015-03-09 20:55:19 sendUrl INFO 7 [998] R:OK -2015-03-09 20:55:20 sendUrl INFO 7 [999] R:OK -2015-03-09 20:55:20 queue INFO 3 [0] -2015-03-09 20:55:21 queue INFO >3 [1] -2015-03-09 20:55:21 sendUrl INFO 3 [0] R:OK -2015-03-09 20:55:21 sendUrl INFO 3 [1] R:OK -2015-03-09 20:56:11 queue INFO >>3 [2] -2015-03-09 20:56:11 sendUrl INFO 3 [2] R:OK -2015-03-09 20:57:01 queue INFO >>3 [3] -2015-03-09 20:57:01 sendUrl INFO 3 [3] R:OK -2015-03-09 20:57:51 queue INFO >>3 [4] -2015-03-09 20:57:51 sendUrl INFO 3 [4] R:OK -2015-03-09 20:58:41 queue INFO >>3 [5] -2015-03-09 20:58:41 sendUrl INFO 3 [5] R:OK -2015-03-09 20:59:31 queue INFO >>3 [6] -2015-03-09 20:59:32 sendUrl INFO 3 [6] R:OK -2015-03-09 21:00:21 queue INFO >>3 [7] -2015-03-09 21:00:22 sendUrl INFO 3 [7] R:OK -2015-03-09 21:01:12 queue INFO >>3 [8] -2015-03-09 21:01:12 sendUrl INFO 3 [8] R:OK -2015-03-09 21:02:02 queue INFO >>3 [9] -2015-03-09 21:02:02 sendUrl INFO 3 [9] R:OK -2015-03-09 21:02:52 queue INFO >>3 [10] -2015-03-09 21:02:52 sendUrl INFO 3 [10] R:OK -2015-03-09 21:03:28 queue INFO 7 [11] -2015-03-09 21:03:29 queue INFO >7 [12] -2015-03-09 21:03:29 sendUrl INFO 7 [11] R:OK -2015-03-09 21:03:29 sendUrl INFO 7 [12] R:OK -2015-03-09 21:03:30 queue INFO 3 [13] -2015-03-09 21:03:30 queue INFO >3 [14] -2015-03-09 21:03:30 sendUrl INFO 3 [13] R:OK -2015-03-09 21:03:31 sendUrl INFO 3 [14] R:OK -2015-03-09 21:04:20 queue INFO >>3 [15] -2015-03-09 21:04:21 sendUrl INFO 3 [15] R:OK -2015-03-09 21:05:10 queue INFO >>3 [16] -2015-03-09 21:05:11 sendUrl INFO 3 [16] R:OK -2015-03-09 21:06:00 queue INFO >>3 [17] -2015-03-09 21:06:01 sendUrl INFO 3 [17] R:OK -2015-03-09 21:06:51 queue INFO >>3 [18] -2015-03-09 21:06:51 sendUrl INFO 3 [18] R:OK -2015-03-09 21:07:41 queue INFO >>3 [19] -2015-03-09 21:07:41 sendUrl INFO 3 [19] R:OK -2015-03-09 21:08:31 queue INFO >>3 [20] -2015-03-09 21:08:31 sendUrl INFO 3 [20] R:OK -2015-03-09 21:09:21 queue INFO >>3 [21] -2015-03-09 21:09:22 sendUrl INFO 3 [21] R:OK -2015-03-09 21:10:11 queue INFO >>3 [22] -2015-03-09 21:10:11 sendUrl INFO 3 [22] R:OK -2015-03-09 21:11:01 queue INFO >>3 [23] -2015-03-09 21:11:02 sendUrl INFO 3 [23] R:OK -2015-03-09 21:11:37 queue INFO 7 [24] -2015-03-09 21:11:37 sendUrl INFO 7 [24] R:OK -2015-03-09 21:11:37 queue INFO >7 [25] -2015-03-09 21:11:38 sendUrl INFO 7 [25] R:OK -2015-03-09 21:11:39 queue INFO 3 [26] -2015-03-09 21:11:39 queue INFO >3 [27] -2015-03-09 21:11:39 sendUrl INFO 3 [26] R:OK -2015-03-09 21:11:40 sendUrl INFO 3 [27] R:OK -2015-03-09 21:12:29 queue INFO >>3 [28] -2015-03-09 21:12:29 sendUrl INFO 3 [28] R:OK -2015-03-09 21:13:19 queue INFO >>3 [29] -2015-03-09 21:13:20 sendUrl INFO 3 [29] R:OK -2015-03-09 21:14:09 queue INFO >>3 [30] -2015-03-09 21:14:09 sendUrl INFO 3 [30] R:OK -2015-03-09 21:14:59 queue INFO >>3 [31] -2015-03-09 21:15:00 sendUrl INFO 3 [31] R:OK -2015-03-09 21:15:50 queue INFO >>3 [32] -2015-03-09 21:15:50 sendUrl INFO 3 [32] R:OK -2015-03-09 21:16:40 queue INFO >>3 [33] -2015-03-09 21:16:40 sendUrl INFO 3 [33] R:OK -2015-03-09 21:17:30 queue INFO >>3 [34] -2015-03-09 21:17:30 sendUrl INFO 3 [34] R:OK -2015-03-09 21:18:20 queue INFO >>3 [35] -2015-03-09 21:18:21 sendUrl INFO 3 [35] R:OK -2015-03-09 21:19:10 queue INFO >>3 [36] -2015-03-09 21:19:10 sendUrl INFO 3 [36] R:OK -2015-03-09 21:19:46 queue INFO 7 [37] -2015-03-09 21:19:47 queue INFO >7 [38] -2015-03-09 21:19:47 sendUrl INFO 7 [37] R:OK -2015-03-09 21:19:47 sendUrl INFO 7 [38] R:OK -2015-03-09 21:19:48 queue INFO 3 [39] -2015-03-09 21:19:48 queue INFO >3 [40] -2015-03-09 21:19:48 sendUrl INFO 3 [39] R:OK -2015-03-09 21:19:49 sendUrl INFO 3 [40] R:OK -2015-03-09 21:20:38 queue INFO >>3 [41] -2015-03-09 21:20:39 sendUrl INFO 3 [41] R:OK -2015-03-09 21:21:28 queue INFO >>3 [42] -2015-03-09 21:21:29 sendUrl INFO 3 [42] R:OK -2015-03-09 21:22:18 queue INFO >>3 [43] -2015-03-09 21:22:19 sendUrl INFO 3 [43] R:OK -2015-03-09 21:23:09 queue INFO >>3 [44] -2015-03-09 21:23:09 sendUrl INFO 3 [44] R:OK -2015-03-09 21:23:59 queue INFO >>3 [45] -2015-03-09 21:23:59 sendUrl INFO 3 [45] R:OK -2015-03-09 21:24:49 queue INFO >>3 [46] -2015-03-09 21:24:49 sendUrl INFO 3 [46] R:OK -2015-03-09 21:25:39 queue INFO >>3 [47] -2015-03-09 21:25:39 sendUrl INFO 3 [47] R:OK -2015-03-09 21:26:29 queue INFO >>3 [48] -2015-03-09 21:26:29 sendUrl INFO 3 [48] R:OK -2015-03-09 21:27:19 queue INFO >>3 [49] -2015-03-09 21:27:20 sendUrl INFO 3 [49] R:OK -2015-03-09 21:27:56 queue INFO 7 [50] -2015-03-09 21:27:56 queue INFO >7 [51] -2015-03-09 21:27:56 sendUrl INFO 7 [50] R:OK -2015-03-09 21:27:57 sendUrl INFO 7 [51] R:OK -2015-03-09 21:27:57 queue INFO 3 [52] -2015-03-09 21:27:58 queue INFO >3 [53] -2015-03-09 21:27:58 sendUrl INFO 3 [52] R:OK -2015-03-09 21:27:58 sendUrl INFO 3 [53] R:OK -2015-03-09 21:28:48 queue INFO >>3 [54] -2015-03-09 21:28:48 sendUrl INFO 3 [54] R:OK -2015-03-09 21:29:38 queue INFO >>3 [55] -2015-03-09 21:29:38 sendUrl INFO 3 [55] R:OK -2015-03-09 21:30:28 queue INFO >>3 [56] -2015-03-09 21:30:28 sendUrl INFO 3 [56] R:OK -2015-03-09 21:31:18 queue INFO >>3 [57] -2015-03-09 21:31:18 sendUrl INFO 3 [57] R:OK -2015-03-09 21:32:08 queue INFO >>3 [58] -2015-03-09 21:32:09 sendUrl INFO 3 [58] R:OK -2015-03-09 21:32:58 queue INFO >>3 [59] -2015-03-09 21:32:59 sendUrl INFO 3 [59] R:OK -2015-03-09 21:33:49 queue INFO >>3 [60] -2015-03-09 21:33:49 sendUrl INFO 3 [60] R:OK -2015-03-09 21:34:39 queue INFO >>3 [61] -2015-03-09 21:34:39 sendUrl INFO 3 [61] R:OK -2015-03-09 21:35:29 queue INFO >>3 [62] -2015-03-09 21:35:29 sendUrl INFO 3 [62] R:OK -2015-03-09 21:36:04 queue INFO 7 [63] -2015-03-09 21:36:05 queue INFO >7 [64] -2015-03-09 21:36:05 sendUrl INFO 7 [63] R:OK -2015-03-09 21:36:05 sendUrl INFO 7 [64] R:OK -2015-03-09 21:36:06 queue INFO 3 [65] -2015-03-09 21:36:06 queue INFO >3 [66] -2015-03-09 21:36:06 sendUrl INFO 3 [65] R:OK -2015-03-09 21:36:07 sendUrl INFO 3 [66] R:OK -2015-03-09 21:36:56 queue INFO >>3 [67] -2015-03-09 21:36:56 sendUrl INFO 3 [67] R:OK -2015-03-09 21:37:46 queue INFO >>3 [68] -2015-03-09 21:37:47 sendUrl INFO 3 [68] R:OK -2015-03-09 21:38:36 queue INFO >>3 [69] -2015-03-09 21:38:37 sendUrl INFO 3 [69] R:OK -2015-03-09 21:39:27 queue INFO >>3 [70] -2015-03-09 21:39:27 sendUrl INFO 3 [70] R:OK -2015-03-09 21:40:17 queue INFO >>3 [71] -2015-03-09 21:40:17 sendUrl INFO 3 [71] R:OK -2015-03-09 21:41:07 queue INFO >>3 [72] -2015-03-09 21:41:07 sendUrl INFO 3 [72] R:OK -2015-03-09 21:41:57 queue INFO >>3 [73] -2015-03-09 21:41:57 sendUrl INFO 3 [73] R:OK -2015-03-09 21:42:47 queue INFO >>3 [74] -2015-03-09 21:42:47 sendUrl INFO 3 [74] R:OK -2015-03-09 21:43:37 queue INFO >>3 [75] -2015-03-09 21:43:38 sendUrl INFO 3 [75] R:OK -2015-03-09 21:44:13 queue INFO 7 [76] -2015-03-09 21:44:13 queue INFO >7 [77] -2015-03-09 21:44:13 sendUrl INFO 7 [76] R:OK -2015-03-09 21:44:14 sendUrl INFO 7 [77] R:OK -2015-03-09 21:44:15 queue INFO 3 [78] -2015-03-09 21:44:15 queue INFO >3 [79] -2015-03-09 21:44:15 sendUrl INFO 3 [78] R:OK -2015-03-09 21:44:15 sendUrl INFO 3 [79] R:OK -2015-03-09 21:45:05 queue INFO >>3 [80] -2015-03-09 21:45:05 sendUrl INFO 3 [80] R:OK -2015-03-09 21:45:55 queue INFO >>3 [81] -2015-03-09 21:45:55 sendUrl INFO 3 [81] R:OK -2015-03-09 21:46:45 queue INFO >>3 [82] -2015-03-09 21:46:45 sendUrl INFO 3 [82] R:OK -2015-03-09 21:47:35 queue INFO >>3 [83] -2015-03-09 21:47:36 sendUrl INFO 3 [83] R:OK -2015-03-09 21:48:25 queue INFO >>3 [84] -2015-03-09 21:48:26 sendUrl INFO 3 [84] R:OK -2015-03-09 21:49:16 queue INFO >>3 [85] -2015-03-09 21:49:16 sendUrl INFO 3 [85] R:OK -2015-03-09 21:50:06 queue INFO >>3 [86] -2015-03-09 21:50:06 sendUrl INFO 3 [86] R:OK -2015-03-09 21:50:56 queue INFO >>3 [87] -2015-03-09 21:50:56 sendUrl INFO 3 [87] R:OK -2015-03-09 21:51:46 queue INFO >>3 [88] -2015-03-09 21:51:46 sendUrl INFO 3 [88] R:OK -2015-03-09 21:52:23 queue INFO 7 [89] -2015-03-09 21:52:23 sendUrl INFO 7 [89] R:OK -2015-03-09 21:52:23 queue INFO >7 [90] -2015-03-09 21:52:23 sendUrl INFO 7 [90] R:OK -2015-03-09 21:52:24 queue INFO 3 [91] -2015-03-09 21:52:24 queue INFO >3 [92] -2015-03-09 21:52:25 sendUrl INFO 3 [91] R:OK -2015-03-09 21:52:25 sendUrl INFO 3 [92] R:OK -2015-03-09 21:53:14 queue INFO >>3 [93] -2015-03-09 21:53:14 sendUrl INFO 3 [93] R:OK -2015-03-09 21:54:04 queue INFO >>3 [94] -2015-03-09 21:54:05 sendUrl INFO 3 [94] R:OK -2015-03-09 21:54:55 queue INFO >>3 [95] -2015-03-09 21:54:55 sendUrl INFO 3 [95] R:OK -2015-03-09 21:55:45 queue INFO >>3 [96] -2015-03-09 21:55:45 sendUrl INFO 3 [96] R:OK -2015-03-09 21:56:35 queue INFO >>3 [97] -2015-03-09 21:56:35 sendUrl INFO 3 [97] R:OK -2015-03-09 21:57:25 queue INFO >>3 [98] -2015-03-09 21:57:26 sendUrl INFO 3 [98] R:OK -2015-03-09 21:58:15 queue INFO >>3 [99] -2015-03-09 21:58:15 sendUrl INFO 3 [99] R:OK -2015-03-09 21:59:05 queue INFO >>3 [100] -2015-03-09 21:59:06 sendUrl INFO 3 [100] R:OK -2015-03-09 21:59:55 queue INFO >>3 [101] -2015-03-09 21:59:56 sendUrl INFO 3 [101] R:OK -2015-03-09 22:00:31 queue INFO 7 [102] -2015-03-09 22:00:31 sendUrl INFO 7 [102] R:OK -2015-03-09 22:00:31 queue INFO >7 [103] -2015-03-09 22:00:32 sendUrl INFO 7 [103] R:OK -2015-03-09 22:00:33 queue INFO 3 [104] -2015-03-09 22:00:33 queue INFO >3 [105] -2015-03-09 22:00:33 sendUrl INFO 3 [104] R:OK -2015-03-09 22:00:34 sendUrl INFO 3 [105] R:OK -2015-03-09 22:01:23 queue INFO >>3 [106] -2015-03-09 22:01:23 sendUrl INFO 3 [106] R:OK -2015-03-09 22:02:13 queue INFO >>3 [107] -2015-03-09 22:02:14 sendUrl INFO 3 [107] R:OK -2015-03-09 22:03:03 queue INFO >>3 [108] -2015-03-09 22:03:04 sendUrl INFO 3 [108] R:OK -2015-03-09 22:03:53 queue INFO >>3 [109] -2015-03-09 22:03:54 sendUrl INFO 3 [109] R:OK -2015-03-09 22:04:44 queue INFO >>3 [110] -2015-03-09 22:04:44 sendUrl INFO 3 [110] R:OK -2015-03-09 22:05:34 queue INFO >>3 [111] -2015-03-09 22:05:34 sendUrl INFO 3 [111] R:OK -2015-03-09 22:06:24 queue INFO >>3 [112] -2015-03-09 22:06:24 sendUrl INFO 3 [112] R:OK -2015-03-09 22:07:14 queue INFO >>3 [113] -2015-03-09 22:07:14 sendUrl INFO 3 [113] R:OK -2015-03-09 22:08:04 queue INFO >>3 [114] -2015-03-09 22:08:04 sendUrl INFO 3 [114] R:OK -2015-03-09 22:08:40 queue INFO 7 [115] -2015-03-09 22:08:40 queue INFO >7 [116] -2015-03-09 22:08:41 sendUrl INFO 7 [115] R:OK -2015-03-09 22:08:41 sendUrl INFO 7 [116] R:OK -2015-03-09 22:08:42 queue INFO 3 [117] -2015-03-09 22:08:42 queue INFO >3 [118] -2015-03-09 22:08:42 sendUrl INFO 3 [117] R:OK -2015-03-09 22:08:43 sendUrl INFO 3 [118] R:OK -2015-03-09 22:09:32 queue INFO >>3 [119] -2015-03-09 22:09:32 sendUrl INFO 3 [119] R:OK -2015-03-09 22:10:22 queue INFO >>3 [120] -2015-03-09 22:10:22 sendUrl INFO 3 [120] R:OK -2015-03-09 22:11:12 queue INFO >>3 [121] -2015-03-09 22:11:13 sendUrl INFO 3 [121] R:OK -2015-03-09 22:12:02 queue INFO >>3 [122] -2015-03-09 22:12:03 sendUrl INFO 3 [122] R:OK -2015-03-09 22:12:52 queue INFO >>3 [123] -2015-03-09 22:12:53 sendUrl INFO 3 [123] R:OK -2015-03-09 22:13:43 queue INFO >>3 [124] -2015-03-09 22:13:43 sendUrl INFO 3 [124] R:OK -2015-03-09 22:14:33 queue INFO >>3 [125] -2015-03-09 22:14:33 sendUrl INFO 3 [125] R:OK -2015-03-09 22:15:23 queue INFO >>3 [126] -2015-03-09 22:15:23 sendUrl INFO 3 [126] R:OK -2015-03-09 22:16:13 queue INFO >>3 [127] -2015-03-09 22:16:14 sendUrl INFO 3 [127] R:OK -2015-03-09 22:16:50 queue INFO 7 [128] -2015-03-09 22:16:50 queue INFO >7 [129] -2015-03-09 22:16:50 sendUrl INFO 7 [128] R:OK -2015-03-09 22:16:51 sendUrl INFO 7 [129] R:OK -2015-03-09 22:16:51 queue INFO 3 [130] -2015-03-09 22:16:52 queue INFO >3 [131] -2015-03-09 22:16:52 sendUrl INFO 3 [130] R:OK -2015-03-09 22:16:52 sendUrl INFO 3 [131] R:OK -2015-03-09 22:17:42 queue INFO >>3 [132] -2015-03-09 22:17:42 sendUrl INFO 3 [132] R:OK -2015-03-09 22:18:32 queue INFO >>3 [133] -2015-03-09 22:18:32 sendUrl INFO 3 [133] R:OK -2015-03-09 22:19:22 queue INFO >>3 [134] -2015-03-09 22:19:22 sendUrl INFO 3 [134] R:OK -2015-03-09 22:20:12 queue INFO >>3 [135] -2015-03-09 22:20:12 sendUrl INFO 3 [135] R:OK -2015-03-09 22:21:02 queue INFO >>3 [136] -2015-03-09 22:21:02 sendUrl INFO 3 [136] R:OK -2015-03-09 22:21:52 queue INFO >>3 [137] -2015-03-09 22:21:53 sendUrl INFO 3 [137] R:OK -2015-03-09 22:22:42 queue INFO >>3 [138] -2015-03-09 22:22:43 sendUrl INFO 3 [138] R:OK -2015-03-09 22:23:33 queue INFO >>3 [139] -2015-03-09 22:23:33 sendUrl INFO 3 [139] R:OK -2015-03-09 22:24:23 queue INFO >>3 [140] -2015-03-09 22:24:23 sendUrl INFO 3 [140] R:OK -2015-03-09 22:24:58 queue INFO 7 [141] -2015-03-09 22:24:59 sendUrl INFO 7 [141] R:OK -2015-03-09 22:24:59 queue INFO >7 [142] -2015-03-09 22:24:59 sendUrl INFO 7 [142] R:OK -2015-03-09 22:25:00 queue INFO 3 [143] -2015-03-09 22:25:00 queue INFO >3 [144] -2015-03-09 22:25:01 sendUrl INFO 3 [143] R:OK -2015-03-09 22:25:01 sendUrl INFO 3 [144] R:OK -2015-03-09 22:25:50 queue INFO >>3 [145] -2015-03-09 22:25:50 sendUrl INFO 3 [145] R:OK -2015-03-09 22:26:40 queue INFO >>3 [146] -2015-03-09 22:26:41 sendUrl INFO 3 [146] R:OK -2015-03-09 22:27:30 queue INFO >>3 [147] -2015-03-09 22:27:31 sendUrl INFO 3 [147] R:OK -2015-03-09 22:28:21 queue INFO >>3 [148] -2015-03-09 22:28:21 sendUrl INFO 3 [148] R:OK -2015-03-09 22:29:11 queue INFO >>3 [149] -2015-03-09 22:29:11 sendUrl INFO 3 [149] R:OK -2015-03-09 22:30:01 queue INFO >>3 [150] -2015-03-09 22:30:01 sendUrl INFO 3 [150] R:OK -2015-03-09 22:30:51 queue INFO >>3 [151] -2015-03-09 22:30:51 sendUrl INFO 3 [151] R:OK -2015-03-09 22:31:41 queue INFO >>3 [152] -2015-03-09 22:31:42 sendUrl INFO 3 [152] R:OK -2015-03-09 22:32:31 queue INFO >>3 [153] -2015-03-09 22:32:32 sendUrl INFO 3 [153] R:OK -2015-03-09 22:33:07 queue INFO 7 [154] -2015-03-09 22:33:07 queue INFO >7 [155] -2015-03-09 22:33:07 sendUrl INFO 7 [154] R:OK -2015-03-09 22:33:08 sendUrl INFO 7 [155] R:OK -2015-03-09 22:33:09 queue INFO 3 [156] -2015-03-09 22:33:09 queue INFO >3 [157] -2015-03-09 22:33:09 sendUrl INFO 3 [156] R:OK -2015-03-09 22:33:09 sendUrl INFO 3 [157] R:OK -2015-03-09 22:33:59 queue INFO >>3 [158] -2015-03-09 22:33:59 sendUrl INFO 3 [158] R:OK -2015-03-09 22:34:49 queue INFO >>3 [159] -2015-03-09 22:34:49 sendUrl INFO 3 [159] R:OK -2015-03-09 22:35:39 queue INFO >>3 [160] -2015-03-09 22:35:39 sendUrl INFO 3 [160] R:OK -2015-03-09 22:36:29 queue INFO >>3 [161] -2015-03-09 22:36:30 sendUrl INFO 3 [161] R:OK -2015-03-09 22:37:19 queue INFO >>3 [162] -2015-03-09 22:37:20 sendUrl INFO 3 [162] R:OK -2015-03-09 22:38:10 queue INFO >>3 [163] -2015-03-09 22:38:10 sendUrl INFO 3 [163] R:OK -2015-03-09 22:39:00 queue INFO >>3 [164] -2015-03-09 22:39:00 sendUrl INFO 3 [164] R:OK -2015-03-09 22:39:50 queue INFO >>3 [165] -2015-03-09 22:39:50 sendUrl INFO 3 [165] R:OK -2015-03-09 22:40:40 queue INFO >>3 [166] -2015-03-09 22:40:40 sendUrl INFO 3 [166] R:OK -2015-03-09 22:41:16 queue INFO 7 [167] -2015-03-09 22:41:17 queue INFO >7 [168] -2015-03-09 22:41:17 sendUrl INFO 7 [167] R:OK -2015-03-09 22:41:17 sendUrl INFO 7 [168] R:OK -2015-03-09 22:41:18 queue INFO 3 [169] -2015-03-09 22:41:18 queue INFO >3 [170] -2015-03-09 22:41:19 sendUrl INFO 3 [169] R:OK -2015-03-09 22:41:19 sendUrl INFO 3 [170] R:OK -2015-03-09 22:42:08 queue INFO >>3 [171] -2015-03-09 22:42:08 sendUrl INFO 3 [171] R:OK -2015-03-09 22:42:58 queue INFO >>3 [172] -2015-03-09 22:42:59 sendUrl INFO 3 [172] R:OK -2015-03-09 22:43:49 queue INFO >>3 [173] -2015-03-09 22:43:49 sendUrl INFO 3 [173] R:OK -2015-03-09 22:44:39 queue INFO >>3 [174] -2015-03-09 22:44:39 sendUrl INFO 3 [174] R:OK -2015-03-09 22:45:29 queue INFO >>3 [175] -2015-03-09 22:45:29 sendUrl INFO 3 [175] R:OK -2015-03-09 22:46:19 queue INFO >>3 [176] -2015-03-09 22:46:19 sendUrl INFO 3 [176] R:OK -2015-03-09 22:47:09 queue INFO >>3 [177] -2015-03-09 22:47:09 sendUrl INFO 3 [177] R:OK -2015-03-09 22:47:59 queue INFO >>3 [178] -2015-03-09 22:48:00 sendUrl INFO 3 [178] R:OK -2015-03-09 22:48:49 queue INFO >>3 [179] -2015-03-09 22:48:50 sendUrl INFO 3 [179] R:OK -2015-03-09 22:49:25 queue INFO 7 [180] -2015-03-09 22:49:25 queue INFO >7 [181] -2015-03-09 22:49:26 sendUrl INFO 7 [180] R:OK -2015-03-09 22:49:26 sendUrl INFO 7 [181] R:OK -2015-03-09 22:49:27 queue INFO 3 [182] -2015-03-09 22:49:27 queue INFO >3 [183] -2015-03-09 22:49:27 sendUrl INFO 3 [182] R:OK -2015-03-09 22:49:28 sendUrl INFO 3 [183] R:OK -2015-03-09 22:50:17 queue INFO >>3 [184] -2015-03-09 22:50:17 sendUrl INFO 3 [184] R:OK -2015-03-09 22:51:07 queue INFO >>3 [185] -2015-03-09 22:51:07 sendUrl INFO 3 [185] R:OK -2015-03-09 22:51:57 queue INFO >>3 [186] -2015-03-09 22:51:58 sendUrl INFO 3 [186] R:OK -2015-03-09 22:52:47 queue INFO >>3 [187] -2015-03-09 22:52:48 sendUrl INFO 3 [187] R:OK -2015-03-09 22:53:38 queue INFO >>3 [188] -2015-03-09 22:53:38 sendUrl INFO 3 [188] R:OK -2015-03-09 22:54:28 queue INFO >>3 [189] -2015-03-09 22:54:28 sendUrl INFO 3 [189] R:OK -2015-03-09 22:55:18 queue INFO >>3 [190] -2015-03-09 22:55:18 sendUrl INFO 3 [190] R:OK -2015-03-09 22:55:25 queue INFO 1 [191] -2015-03-09 22:55:25 queue INFO >1 [192] -2015-03-09 22:55:25 sendUrl INFO 1 [191] R:OK -2015-03-09 22:55:26 sendUrl INFO 1 [192] R:OK -2015-03-09 22:56:15 queue INFO >>1 [193] -2015-03-09 22:56:15 sendUrl INFO 1 [193] R:OK -2015-03-09 22:57:05 queue INFO >>1 [194] -2015-03-09 22:57:05 sendUrl INFO 1 [194] R:OK -2015-03-09 22:57:55 queue INFO >>1 [195] -2015-03-09 22:57:56 sendUrl INFO 1 [195] R:OK -2015-03-09 22:58:45 queue INFO >>1 [196] -2015-03-09 22:58:45 sendUrl INFO 1 [196] R:OK -2015-03-09 22:59:35 queue INFO >>1 [197] -2015-03-09 22:59:36 sendUrl INFO 1 [197] R:OK -2015-03-09 23:00:26 queue INFO >>1 [198] -2015-03-09 23:00:26 sendUrl INFO 1 [198] R:OK -2015-03-09 23:01:16 queue INFO >>1 [199] -2015-03-09 23:01:16 sendUrl INFO 1 [199] R:OK -2015-03-09 23:01:47 queue INFO 21 [200] -2015-03-09 23:01:48 sendUrl INFO 21 [200] R:OK -2015-03-09 23:01:48 queue INFO >21 [201] -2015-03-09 23:01:48 sendUrl INFO 21 [201] R:OK -2015-03-09 23:02:38 queue INFO >>21 [202] -2015-03-09 23:02:38 sendUrl INFO 21 [202] R:OK -2015-03-09 23:03:28 queue INFO >>21 [203] -2015-03-09 23:03:28 sendUrl INFO 21 [203] R:OK -2015-03-09 23:04:18 queue INFO >>21 [204] -2015-03-09 23:04:18 sendUrl INFO 21 [204] R:OK -2015-03-09 23:05:08 queue INFO >>21 [205] -2015-03-09 23:05:08 sendUrl INFO 21 [205] R:OK -2015-03-09 23:05:58 queue INFO >>21 [206] -2015-03-09 23:05:58 sendUrl INFO 21 [206] R:OK -2015-03-09 23:06:48 queue INFO >>21 [207] -2015-03-09 23:06:49 sendUrl INFO 21 [207] R:OK -2015-03-09 23:07:23 queue INFO 1 [208] -2015-03-09 23:07:23 queue INFO >1 [209] -2015-03-09 23:07:23 sendUrl INFO 1 [208] R:OK -2015-03-09 23:07:23 sendUrl INFO 1 [209] R:OK -2015-03-09 23:07:46 queue INFO 5 [210] -2015-03-09 23:07:47 queue INFO >5 [211] -2015-03-09 23:07:47 sendUrl INFO 5 [210] R:OK -2015-03-09 23:07:47 sendUrl INFO 5 [211] R:OK -2015-03-09 23:07:48 queue INFO 1 [212] -2015-03-09 23:07:48 queue INFO >1 [213] -2015-03-09 23:07:49 sendUrl INFO 1 [212] R:OK -2015-03-09 23:07:49 sendUrl INFO 1 [213] R:OK -2015-03-09 23:08:38 queue INFO >>1 [214] -2015-03-09 23:08:38 sendUrl INFO 1 [214] R:OK -2015-03-09 23:09:17 queue INFO 3 [215] -2015-03-09 23:09:18 sendUrl INFO 3 [215] R:OK -2015-03-09 23:09:18 queue INFO >3 [216] -2015-03-09 23:09:18 sendUrl INFO 3 [216] R:OK -2015-03-09 23:10:08 queue INFO >>3 [217] -2015-03-09 23:10:08 sendUrl INFO 3 [217] R:OK -2015-03-09 23:10:58 queue INFO >>3 [218] -2015-03-09 23:10:58 sendUrl INFO 3 [218] R:OK -2015-03-09 23:11:48 queue INFO >>3 [219] -2015-03-09 23:11:48 sendUrl INFO 3 [219] R:OK -2015-03-09 23:12:38 queue INFO >>3 [220] -2015-03-09 23:12:38 sendUrl INFO 3 [220] R:OK -2015-03-09 23:13:28 queue INFO >>3 [221] -2015-03-09 23:13:29 sendUrl INFO 3 [221] R:OK -2015-03-09 23:14:18 queue INFO >>3 [222] -2015-03-09 23:14:19 sendUrl INFO 3 [222] R:OK -2015-03-09 23:15:08 queue INFO >>3 [223] -2015-03-09 23:15:09 sendUrl INFO 3 [223] R:OK -2015-03-09 23:15:56 queue INFO 7 [224] -2015-03-09 23:15:56 queue INFO >7 [225] -2015-03-09 23:15:56 sendUrl INFO 7 [224] R:OK -2015-03-09 23:15:57 sendUrl INFO 7 [225] R:OK -2015-03-09 23:15:57 queue INFO 3 [226] -2015-03-09 23:15:58 queue INFO >3 [227] -2015-03-09 23:15:58 sendUrl INFO 3 [226] R:OK -2015-03-09 23:15:58 sendUrl INFO 3 [227] R:OK -2015-03-09 23:16:48 queue INFO >>3 [228] -2015-03-09 23:16:48 sendUrl INFO 3 [228] R:OK -2015-03-09 23:17:38 queue INFO >>3 [229] -2015-03-09 23:17:38 sendUrl INFO 3 [229] R:OK -2015-03-09 23:18:28 queue INFO >>3 [230] -2015-03-09 23:18:28 sendUrl INFO 3 [230] R:OK -2015-03-09 23:19:18 queue INFO >>3 [231] -2015-03-09 23:19:19 sendUrl INFO 3 [231] R:OK -2015-03-09 23:20:08 queue INFO >>3 [232] -2015-03-09 23:20:08 sendUrl INFO 3 [232] R:OK -2015-03-09 23:20:58 queue INFO >>3 [233] -2015-03-09 23:20:59 sendUrl INFO 3 [233] R:OK -2015-03-09 23:21:48 queue INFO >>3 [234] -2015-03-09 23:21:49 sendUrl INFO 3 [234] R:OK -2015-03-09 23:22:39 queue INFO >>3 [235] -2015-03-09 23:22:39 sendUrl INFO 3 [235] R:OK -2015-03-09 23:23:29 queue INFO >>3 [236] -2015-03-09 23:23:29 sendUrl INFO 3 [236] R:OK -2015-03-09 23:24:05 queue INFO 7 [237] -2015-03-09 23:24:05 queue INFO >7 [238] -2015-03-09 23:24:05 sendUrl INFO 7 [237] R:OK -2015-03-09 23:24:05 sendUrl INFO 7 [238] R:OK -2015-03-09 23:24:06 queue INFO 3 [239] -2015-03-09 23:24:06 queue INFO >3 [240] -2015-03-09 23:24:06 sendUrl INFO 3 [239] R:OK -2015-03-09 23:24:07 sendUrl INFO 3 [240] R:OK -2015-03-09 23:24:56 queue INFO >>3 [241] -2015-03-09 23:24:57 sendUrl INFO 3 [241] R:OK -2015-03-09 23:25:46 queue INFO >>3 [242] -2015-03-09 23:25:47 sendUrl INFO 3 [242] R:OK -2015-03-09 23:26:37 queue INFO >>3 [243] -2015-03-09 23:26:37 sendUrl INFO 3 [243] R:OK -2015-03-09 23:27:27 queue INFO >>3 [244] -2015-03-09 23:27:27 sendUrl INFO 3 [244] R:OK -2015-03-09 23:28:17 queue INFO >>3 [245] -2015-03-09 23:28:17 sendUrl INFO 3 [245] R:OK -2015-03-09 23:29:07 queue INFO >>3 [246] -2015-03-09 23:29:07 sendUrl INFO 3 [246] R:OK -2015-03-09 23:29:57 queue INFO >>3 [247] -2015-03-09 23:29:58 sendUrl INFO 3 [247] R:OK -2015-03-09 23:30:47 queue INFO >>3 [248] -2015-03-09 23:30:48 sendUrl INFO 3 [248] R:OK -2015-03-09 23:31:37 queue INFO >>3 [249] -2015-03-09 23:31:38 sendUrl INFO 3 [249] R:OK -2015-03-09 23:32:13 queue INFO 7 [250] -2015-03-09 23:32:13 sendUrl INFO 7 [250] R:OK -2015-03-09 23:32:13 queue INFO >7 [251] -2015-03-09 23:32:14 sendUrl INFO 7 [251] R:OK -2015-03-09 23:32:15 queue INFO 3 [252] -2015-03-09 23:32:15 queue INFO >3 [253] -2015-03-09 23:32:15 sendUrl INFO 3 [252] R:OK -2015-03-09 23:32:16 sendUrl INFO 3 [253] R:OK -2015-03-09 23:33:05 queue INFO >>3 [254] -2015-03-09 23:33:05 sendUrl INFO 3 [254] R:OK -2015-03-09 23:33:55 queue INFO >>3 [255] -2015-03-09 23:33:55 sendUrl INFO 3 [255] R:OK -2015-03-09 23:34:45 queue INFO >>3 [256] -2015-03-09 23:34:45 sendUrl INFO 3 [256] R:OK -2015-03-09 23:35:35 queue INFO >>3 [257] -2015-03-09 23:35:36 sendUrl INFO 3 [257] R:OK -2015-03-09 23:36:25 queue INFO >>3 [258] -2015-03-09 23:36:26 sendUrl INFO 3 [258] R:OK -2015-03-09 23:37:15 queue INFO >>3 [259] -2015-03-09 23:37:16 sendUrl INFO 3 [259] R:OK -2015-03-09 23:38:06 queue INFO >>3 [260] -2015-03-09 23:38:06 sendUrl INFO 3 [260] R:OK -2015-03-09 23:38:56 queue INFO >>3 [261] -2015-03-09 23:38:56 sendUrl INFO 3 [261] R:OK -2015-03-09 23:39:46 queue INFO >>3 [262] -2015-03-09 23:39:46 sendUrl INFO 3 [262] R:OK -2015-03-09 23:40:23 queue INFO 7 [263] -2015-03-09 23:40:23 queue INFO >7 [264] -2015-03-09 23:40:23 sendUrl INFO 7 [263] R:OK -2015-03-09 23:40:23 sendUrl INFO 7 [264] R:OK -2015-03-09 23:40:24 queue INFO 3 [265] -2015-03-09 23:40:24 queue INFO >3 [266] -2015-03-09 23:40:24 sendUrl INFO 3 [265] R:OK -2015-03-09 23:40:25 sendUrl INFO 3 [266] R:OK -2015-03-09 23:41:14 queue INFO >>3 [267] -2015-03-09 23:41:15 sendUrl INFO 3 [267] R:OK -2015-03-09 23:42:04 queue INFO >>3 [268] -2015-03-09 23:42:05 sendUrl INFO 3 [268] R:OK -2015-03-09 23:42:55 queue INFO >>3 [269] -2015-03-09 23:42:55 sendUrl INFO 3 [269] R:OK -2015-03-09 23:43:45 queue INFO >>3 [270] -2015-03-09 23:43:45 sendUrl INFO 3 [270] R:OK -2015-03-09 23:44:35 queue INFO >>3 [271] -2015-03-09 23:44:35 sendUrl INFO 3 [271] R:OK -2015-03-09 23:45:25 queue INFO >>3 [272] -2015-03-09 23:45:25 sendUrl INFO 3 [272] R:OK -2015-03-09 23:46:15 queue INFO >>3 [273] -2015-03-09 23:46:16 sendUrl INFO 3 [273] R:OK -2015-03-09 23:47:05 queue INFO >>3 [274] -2015-03-09 23:47:06 sendUrl INFO 3 [274] R:OK -2015-03-09 23:47:55 queue INFO >>3 [275] -2015-03-09 23:47:56 sendUrl INFO 3 [275] R:OK -2015-03-09 23:48:31 queue INFO 7 [276] -2015-03-09 23:48:32 queue INFO >7 [277] -2015-03-09 23:48:32 sendUrl INFO 7 [276] R:OK -2015-03-09 23:48:32 sendUrl INFO 7 [277] R:OK -2015-03-09 23:48:33 queue INFO 3 [278] -2015-03-09 23:48:33 queue INFO >3 [279] -2015-03-09 23:48:33 sendUrl INFO 3 [278] R:OK -2015-03-09 23:48:34 sendUrl INFO 3 [279] R:OK -2015-03-09 23:49:23 queue INFO >>3 [280] -2015-03-09 23:49:23 sendUrl INFO 3 [280] R:OK -2015-03-09 23:50:13 queue INFO >>3 [281] -2015-03-09 23:50:13 sendUrl INFO 3 [281] R:OK -2015-03-09 23:51:03 queue INFO >>3 [282] -2015-03-09 23:51:04 sendUrl INFO 3 [282] R:OK -2015-03-09 23:51:53 queue INFO >>3 [283] -2015-03-09 23:51:54 sendUrl INFO 3 [283] R:OK -2015-03-09 23:52:44 queue INFO >>3 [284] -2015-03-09 23:52:44 sendUrl INFO 3 [284] R:OK -2015-03-09 23:53:34 queue INFO >>3 [285] -2015-03-09 23:53:34 sendUrl INFO 3 [285] R:OK -2015-03-09 23:54:24 queue INFO >>3 [286] -2015-03-09 23:54:24 sendUrl INFO 3 [286] R:OK -2015-03-09 23:55:14 queue INFO >>3 [287] -2015-03-09 23:55:14 sendUrl INFO 3 [287] R:OK -2015-03-09 23:56:04 queue INFO >>3 [288] -2015-03-09 23:56:05 sendUrl INFO 3 [288] R:OK -2015-03-09 23:56:40 queue INFO 7 [289] -2015-03-09 23:56:41 queue INFO >7 [290] -2015-03-09 23:56:41 sendUrl INFO 7 [289] R:OK -2015-03-09 23:56:41 sendUrl INFO 7 [290] R:OK -2015-03-09 23:56:42 queue INFO 3 [291] -2015-03-09 23:56:42 queue INFO >3 [292] -2015-03-09 23:56:42 sendUrl INFO 3 [291] R:OK -2015-03-09 23:56:43 sendUrl INFO 3 [292] R:OK -2015-03-09 23:57:32 queue INFO >>3 [293] -2015-03-09 23:57:33 sendUrl INFO 3 [293] R:OK -2015-03-09 23:58:22 queue INFO >>3 [294] -2015-03-09 23:58:23 sendUrl INFO 3 [294] R:OK -2015-03-09 23:59:13 queue INFO >>3 [295] -2015-03-09 23:59:13 sendUrl INFO 3 [295] R:OK -2015-03-10 00:00:03 queue INFO >>3 [296] -2015-03-10 00:00:03 sendUrl INFO 3 [296] R:OK -2015-03-10 00:00:53 queue INFO >>3 [297] -2015-03-10 00:00:53 sendUrl INFO 3 [297] R:OK -2015-03-10 00:01:43 queue INFO >>3 [298] -2015-03-10 00:01:43 sendUrl INFO 3 [298] R:OK -2015-03-10 00:02:33 queue INFO >>3 [299] -2015-03-10 00:02:34 sendUrl INFO 3 [299] R:OK -2015-03-10 00:03:23 queue INFO >>3 [300] -2015-03-10 00:03:23 sendUrl INFO 3 [300] R:OK -2015-03-10 00:04:13 queue INFO >>3 [301] -2015-03-10 00:04:14 sendUrl INFO 3 [301] R:OK -2015-03-10 00:04:50 queue INFO 7 [302] -2015-03-10 00:04:50 queue INFO >7 [303] -2015-03-10 00:04:50 sendUrl INFO 7 [302] R:OK -2015-03-10 00:04:51 sendUrl INFO 7 [303] R:OK -2015-03-10 00:04:51 queue INFO 3 [304] -2015-03-10 00:04:52 queue INFO >3 [305] -2015-03-10 00:04:52 sendUrl INFO 3 [304] R:OK -2015-03-10 00:04:52 sendUrl INFO 3 [305] R:OK -2015-03-10 00:05:42 queue INFO >>3 [306] -2015-03-10 00:05:42 sendUrl INFO 3 [306] R:OK -2015-03-10 00:06:32 queue INFO >>3 [307] -2015-03-10 00:06:32 sendUrl INFO 3 [307] R:OK -2015-03-10 00:07:22 queue INFO >>3 [308] -2015-03-10 00:07:22 sendUrl INFO 3 [308] R:OK -2015-03-10 00:08:12 queue INFO >>3 [309] -2015-03-10 00:08:12 sendUrl INFO 3 [309] R:OK -2015-03-10 00:09:02 queue INFO >>3 [310] -2015-03-10 00:09:02 sendUrl INFO 3 [310] R:OK -2015-03-10 00:09:52 queue INFO >>3 [311] -2015-03-10 00:09:53 sendUrl INFO 3 [311] R:OK -2015-03-10 00:10:42 queue INFO >>3 [312] -2015-03-10 00:10:43 sendUrl INFO 3 [312] R:OK -2015-03-10 00:11:33 queue INFO >>3 [313] -2015-03-10 00:11:33 sendUrl INFO 3 [313] R:OK -2015-03-10 00:12:23 queue INFO >>3 [314] -2015-03-10 00:12:23 sendUrl INFO 3 [314] R:OK -2015-03-10 00:12:58 queue INFO 7 [315] -2015-03-10 00:12:59 queue INFO >7 [316] -2015-03-10 00:12:59 sendUrl INFO 7 [315] R:OK -2015-03-10 00:12:59 sendUrl INFO 7 [316] R:OK -2015-03-10 00:13:00 queue INFO 3 [317] -2015-03-10 00:13:00 queue INFO >3 [318] -2015-03-10 00:13:00 sendUrl INFO 3 [317] R:OK -2015-03-10 00:13:01 sendUrl INFO 3 [318] R:OK -2015-03-10 00:13:50 queue INFO >>3 [319] -2015-03-10 00:13:51 sendUrl INFO 3 [319] R:OK -2015-03-10 00:14:40 queue INFO >>3 [320] -2015-03-10 00:14:40 sendUrl INFO 3 [320] R:OK -2015-03-10 00:15:31 queue INFO >>3 [321] -2015-03-10 00:15:31 sendUrl INFO 3 [321] R:OK -2015-03-10 00:16:21 queue INFO >>3 [322] -2015-03-10 00:16:21 sendUrl INFO 3 [322] R:OK -2015-03-10 00:17:11 queue INFO >>3 [323] -2015-03-10 00:17:11 sendUrl INFO 3 [323] R:OK -2015-03-10 00:18:01 queue INFO >>3 [324] -2015-03-10 00:18:01 sendUrl INFO 3 [324] R:OK -2015-03-10 00:18:51 queue INFO >>3 [325] -2015-03-10 00:18:52 sendUrl INFO 3 [325] R:OK -2015-03-10 00:19:41 queue INFO >>3 [326] -2015-03-10 00:19:41 sendUrl INFO 3 [326] R:OK -2015-03-10 00:20:31 queue INFO >>3 [327] -2015-03-10 00:20:32 sendUrl INFO 3 [327] R:OK -2015-03-10 00:21:07 queue INFO 7 [328] -2015-03-10 00:21:07 queue INFO >7 [329] -2015-03-10 00:21:08 sendUrl INFO 7 [328] R:OK -2015-03-10 00:21:08 sendUrl INFO 7 [329] R:OK -2015-03-10 00:21:09 queue INFO 3 [330] -2015-03-10 00:21:09 queue INFO >3 [331] -2015-03-10 00:21:09 sendUrl INFO 3 [330] R:OK -2015-03-10 00:21:10 sendUrl INFO 3 [331] R:OK -2015-03-10 00:21:59 queue INFO >>3 [332] -2015-03-10 00:21:59 sendUrl INFO 3 [332] R:OK -2015-03-10 00:22:49 queue INFO >>3 [333] -2015-03-10 00:22:49 sendUrl INFO 3 [333] R:OK -2015-03-10 00:23:39 queue INFO >>3 [334] -2015-03-10 00:23:40 sendUrl INFO 3 [334] R:OK -2015-03-10 00:24:29 queue INFO >>3 [335] -2015-03-10 00:24:29 sendUrl INFO 3 [335] R:OK -2015-03-10 00:25:19 queue INFO >>3 [336] -2015-03-10 00:25:20 sendUrl INFO 3 [336] R:OK -2015-03-10 00:26:09 queue INFO >>3 [337] -2015-03-10 00:26:10 sendUrl INFO 3 [337] R:OK -2015-03-10 00:27:00 queue INFO >>3 [338] -2015-03-10 00:27:00 sendUrl INFO 3 [338] R:OK -2015-03-10 00:27:50 queue INFO >>3 [339] -2015-03-10 00:27:50 sendUrl INFO 3 [339] R:OK -2015-03-10 00:28:40 queue INFO >>3 [340] -2015-03-10 00:28:41 sendUrl INFO 3 [340] R:OK -2015-03-10 00:29:16 queue INFO 7 [341] -2015-03-10 00:29:17 queue INFO >7 [342] -2015-03-10 00:29:17 sendUrl INFO 7 [341] R:OK -2015-03-10 00:29:17 sendUrl INFO 7 [342] R:OK -2015-03-10 00:29:18 queue INFO 3 [343] -2015-03-10 00:29:18 queue INFO >3 [344] -2015-03-10 00:29:18 sendUrl INFO 3 [343] R:OK -2015-03-10 00:29:19 sendUrl INFO 3 [344] R:OK -2015-03-10 00:30:08 queue INFO >>3 [345] -2015-03-10 00:30:09 sendUrl INFO 3 [345] R:OK -2015-03-10 00:30:58 queue INFO >>3 [346] -2015-03-10 00:30:59 sendUrl INFO 3 [346] R:OK -2015-03-10 00:31:49 queue INFO >>3 [347] -2015-03-10 00:31:49 sendUrl INFO 3 [347] R:OK -2015-03-10 00:32:39 queue INFO >>3 [348] -2015-03-10 00:32:39 sendUrl INFO 3 [348] R:OK -2015-03-10 00:33:29 queue INFO >>3 [349] -2015-03-10 00:33:29 sendUrl INFO 3 [349] R:OK -2015-03-10 00:34:19 queue INFO >>3 [350] -2015-03-10 00:34:19 sendUrl INFO 3 [350] R:OK -2015-03-10 00:35:09 queue INFO >>3 [351] -2015-03-10 00:35:10 sendUrl INFO 3 [351] R:OK -2015-03-10 00:35:59 queue INFO >>3 [352] -2015-03-10 00:35:59 sendUrl INFO 3 [352] R:OK -2015-03-10 00:36:49 queue INFO >>3 [353] -2015-03-10 00:36:50 sendUrl INFO 3 [353] R:OK -2015-03-10 00:37:25 queue INFO 7 [354] -2015-03-10 00:37:26 sendUrl INFO 7 [354] R:OK -2015-03-10 00:37:26 queue INFO >7 [355] -2015-03-10 00:37:26 sendUrl INFO 7 [355] R:OK -2015-03-10 00:37:27 queue INFO 3 [356] -2015-03-10 00:37:27 queue INFO >3 [357] -2015-03-10 00:37:28 sendUrl INFO 3 [356] R:OK -2015-03-10 00:37:28 sendUrl INFO 3 [357] R:OK -2015-03-10 00:38:17 queue INFO >>3 [358] -2015-03-10 00:38:17 sendUrl INFO 3 [358] R:OK -2015-03-10 00:39:07 queue INFO >>3 [359] -2015-03-10 00:39:08 sendUrl INFO 3 [359] R:OK -2015-03-10 00:39:57 queue INFO >>3 [360] -2015-03-10 00:39:58 sendUrl INFO 3 [360] R:OK -2015-03-10 00:40:48 queue INFO >>3 [361] -2015-03-10 00:40:48 sendUrl INFO 3 [361] R:OK -2015-03-10 00:41:38 queue INFO >>3 [362] -2015-03-10 00:41:38 sendUrl INFO 3 [362] R:OK -2015-03-10 00:42:28 queue INFO >>3 [363] -2015-03-10 00:42:28 sendUrl INFO 3 [363] R:OK -2015-03-10 00:43:18 queue INFO >>3 [364] -2015-03-10 00:43:18 sendUrl INFO 3 [364] R:OK -2015-03-10 00:44:08 queue INFO >>3 [365] -2015-03-10 00:44:09 sendUrl INFO 3 [365] R:OK -2015-03-10 00:44:58 queue INFO >>3 [366] -2015-03-10 00:44:58 sendUrl INFO 3 [366] R:OK -2015-03-10 00:45:34 queue INFO 7 [367] -2015-03-10 00:45:35 queue INFO >7 [368] -2015-03-10 00:45:35 sendUrl INFO 7 [367] R:OK -2015-03-10 00:45:35 sendUrl INFO 7 [368] R:OK -2015-03-10 00:45:36 queue INFO 3 [369] -2015-03-10 00:45:36 sendUrl INFO 3 [369] R:OK -2015-03-10 00:45:36 queue INFO >3 [370] -2015-03-10 00:45:37 sendUrl INFO 3 [370] R:OK -2015-03-10 00:46:26 queue INFO >>3 [371] -2015-03-10 00:46:27 sendUrl INFO 3 [371] R:OK -2015-03-10 00:47:16 queue INFO >>3 [372] -2015-03-10 00:47:16 sendUrl INFO 3 [372] R:OK -2015-03-10 00:48:06 queue INFO >>3 [373] -2015-03-10 00:48:07 sendUrl INFO 3 [373] R:OK -2015-03-10 00:48:57 queue INFO >>3 [374] -2015-03-10 00:48:57 sendUrl INFO 3 [374] R:OK -2015-03-10 00:49:47 queue INFO >>3 [375] -2015-03-10 00:49:47 sendUrl INFO 3 [375] R:OK -2015-03-10 00:50:37 queue INFO >>3 [376] -2015-03-10 00:50:37 sendUrl INFO 3 [376] R:OK -2015-03-10 00:51:27 queue INFO >>3 [377] -2015-03-10 00:51:27 sendUrl INFO 3 [377] R:OK -2015-03-10 00:52:17 queue INFO >>3 [378] -2015-03-10 00:52:17 sendUrl INFO 3 [378] R:OK -2015-03-10 00:53:07 queue INFO >>3 [379] -2015-03-10 00:53:08 sendUrl INFO 3 [379] R:OK -2015-03-10 00:53:44 queue INFO 7 [380] -2015-03-10 00:53:44 queue INFO >7 [381] -2015-03-10 00:53:44 sendUrl INFO 7 [380] R:OK -2015-03-10 00:53:44 sendUrl INFO 7 [381] R:OK -2015-03-10 00:53:45 queue INFO 3 [382] -2015-03-10 00:53:46 sendUrl INFO 3 [382] R:OK -2015-03-10 00:53:46 queue INFO >3 [383] -2015-03-10 00:53:46 sendUrl INFO 3 [383] R:OK -2015-03-10 00:54:36 queue INFO >>3 [384] -2015-03-10 00:54:36 sendUrl INFO 3 [384] R:OK -2015-03-10 00:55:26 queue INFO >>3 [385] -2015-03-10 00:55:26 sendUrl INFO 3 [385] R:OK -2015-03-10 00:56:16 queue INFO >>3 [386] -2015-03-10 00:56:16 sendUrl INFO 3 [386] R:OK -2015-03-10 00:57:06 queue INFO >>3 [387] -2015-03-10 00:57:06 sendUrl INFO 3 [387] R:OK -2015-03-10 00:57:56 queue INFO >>3 [388] -2015-03-10 00:57:57 sendUrl INFO 3 [388] R:OK -2015-03-10 00:58:46 queue INFO >>3 [389] -2015-03-10 00:58:46 sendUrl INFO 3 [389] R:OK -2015-03-10 00:59:36 queue INFO >>3 [390] -2015-03-10 00:59:37 sendUrl INFO 3 [390] R:OK -2015-03-10 01:00:27 queue INFO >>3 [391] -2015-03-10 01:00:27 sendUrl INFO 3 [391] R:OK -2015-03-10 01:01:17 queue INFO >>3 [392] -2015-03-10 01:01:17 sendUrl INFO 3 [392] R:OK -2015-03-10 01:01:53 queue INFO 7 [393] -2015-03-10 01:01:53 sendUrl INFO 7 [393] R:OK -2015-03-10 01:01:53 queue INFO >7 [394] -2015-03-10 01:01:53 sendUrl INFO 7 [394] R:OK -2015-03-10 01:01:54 queue INFO 3 [395] -2015-03-10 01:01:54 queue INFO >3 [396] -2015-03-10 01:01:54 sendUrl INFO 3 [395] R:OK -2015-03-10 01:01:55 sendUrl INFO 3 [396] R:OK -2015-03-10 01:02:44 queue INFO >>3 [397] -2015-03-10 01:02:45 sendUrl INFO 3 [397] R:OK -2015-03-10 01:03:34 queue INFO >>3 [398] -2015-03-10 01:03:34 sendUrl INFO 3 [398] R:OK -2015-03-10 01:04:24 queue INFO >>3 [399] -2015-03-10 01:04:25 sendUrl INFO 3 [399] R:OK -2015-03-10 01:05:14 queue INFO >>3 [400] -2015-03-10 01:05:15 sendUrl INFO 3 [400] R:OK -2015-03-10 01:06:05 queue INFO >>3 [401] -2015-03-10 01:06:05 sendUrl INFO 3 [401] R:OK -2015-03-10 01:06:55 queue INFO >>3 [402] -2015-03-10 01:06:55 sendUrl INFO 3 [402] R:OK -2015-03-10 01:07:45 queue INFO >>3 [403] -2015-03-10 01:07:45 sendUrl INFO 3 [403] R:OK -2015-03-10 01:08:35 queue INFO >>3 [404] -2015-03-10 01:08:35 sendUrl INFO 3 [404] R:OK -2015-03-10 01:09:25 queue INFO >>3 [405] -2015-03-10 01:09:26 sendUrl INFO 3 [405] R:OK -2015-03-10 01:10:01 queue INFO 7 [406] -2015-03-10 01:10:01 queue INFO >7 [407] -2015-03-10 01:10:01 sendUrl INFO 7 [406] R:OK -2015-03-10 01:10:02 sendUrl INFO 7 [407] R:OK -2015-03-10 01:10:03 queue INFO 3 [408] -2015-03-10 01:10:03 queue INFO >3 [409] -2015-03-10 01:10:03 sendUrl INFO 3 [408] R:OK -2015-03-10 01:10:03 sendUrl INFO 3 [409] R:OK -2015-03-10 01:10:53 queue INFO >>3 [410] -2015-03-10 01:10:53 sendUrl INFO 3 [410] R:OK -2015-03-10 01:11:43 queue INFO >>3 [411] -2015-03-10 01:11:43 sendUrl INFO 3 [411] R:OK -2015-03-10 01:12:33 queue INFO >>3 [412] -2015-03-10 01:12:33 sendUrl INFO 3 [412] R:OK -2015-03-10 01:13:23 queue INFO >>3 [413] -2015-03-10 01:13:23 sendUrl INFO 3 [413] R:OK -2015-03-10 01:14:13 queue INFO >>3 [414] -2015-03-10 01:14:14 sendUrl INFO 3 [414] R:OK -2015-03-10 01:15:03 queue INFO >>3 [415] -2015-03-10 01:15:04 sendUrl INFO 3 [415] R:OK -2015-03-10 01:15:54 queue INFO >>3 [416] -2015-03-10 01:15:54 sendUrl INFO 3 [416] R:OK -2015-03-10 01:16:44 queue INFO >>3 [417] -2015-03-10 01:16:44 sendUrl INFO 3 [417] R:OK -2015-03-10 01:17:34 queue INFO >>3 [418] -2015-03-10 01:17:34 sendUrl INFO 3 [418] R:OK -2015-03-10 01:18:10 queue INFO 7 [419] -2015-03-10 01:18:11 sendUrl INFO 7 [419] R:OK -2015-03-10 01:18:11 queue INFO >7 [420] -2015-03-10 01:18:11 sendUrl INFO 7 [420] R:OK -2015-03-10 01:18:12 queue INFO 3 [421] -2015-03-10 01:18:12 queue INFO >3 [422] -2015-03-10 01:18:13 sendUrl INFO 3 [421] R:OK -2015-03-10 01:18:13 sendUrl INFO 3 [422] R:OK -2015-03-10 01:19:02 queue INFO >>3 [423] -2015-03-10 01:19:02 sendUrl INFO 3 [423] R:OK -2015-03-10 01:19:52 queue INFO >>3 [424] -2015-03-10 01:19:53 sendUrl INFO 3 [424] R:OK -2015-03-10 01:20:43 queue INFO >>3 [425] -2015-03-10 01:20:43 sendUrl INFO 3 [425] R:OK -2015-03-10 01:21:33 queue INFO >>3 [426] -2015-03-10 01:21:33 sendUrl INFO 3 [426] R:OK -2015-03-10 01:22:23 queue INFO >>3 [427] -2015-03-10 01:22:23 sendUrl INFO 3 [427] R:OK -2015-03-10 01:23:13 queue INFO >>3 [428] -2015-03-10 01:23:13 sendUrl INFO 3 [428] R:OK -2015-03-10 01:24:03 queue INFO >>3 [429] -2015-03-10 01:24:03 sendUrl INFO 3 [429] R:OK -2015-03-10 01:24:53 queue INFO >>3 [430] -2015-03-10 01:24:54 sendUrl INFO 3 [430] R:OK -2015-03-10 01:25:43 queue INFO >>3 [431] -2015-03-10 01:25:44 sendUrl INFO 3 [431] R:OK -2015-03-10 01:26:14 queue INFO 1 [432] -2015-03-10 01:26:14 queue INFO >1 [433] -2015-03-10 01:26:14 sendUrl INFO 1 [432] R:OK -2015-03-10 01:26:15 sendUrl INFO 1 [433] R:OK -2015-03-10 01:26:15 queue INFO 21 [434] -2015-03-10 01:26:15 queue INFO >21 [435] -2015-03-10 01:26:15 sendUrl INFO 21 [434] R:OK -2015-03-10 01:26:16 sendUrl INFO 21 [435] R:OK -2015-03-10 01:27:05 queue INFO >>21 [436] -2015-03-10 01:27:05 sendUrl INFO 21 [436] R:OK -2015-03-10 01:27:55 queue INFO >>21 [437] -2015-03-10 01:27:56 sendUrl INFO 21 [437] R:OK -2015-03-10 01:28:45 queue INFO >>21 [438] -2015-03-10 01:28:46 sendUrl INFO 21 [438] R:OK -2015-03-10 01:29:36 queue INFO >>21 [439] -2015-03-10 01:29:36 sendUrl INFO 21 [439] R:OK -2015-03-10 01:30:26 queue INFO >>21 [440] -2015-03-10 01:30:26 sendUrl INFO 21 [440] R:OK -2015-03-10 01:31:16 queue INFO >>21 [441] -2015-03-10 01:31:16 sendUrl INFO 21 [441] R:OK -2015-03-10 01:32:06 queue INFO >>21 [442] -2015-03-10 01:32:06 sendUrl INFO 21 [442] R:OK -2015-03-10 01:32:56 queue INFO >>21 [443] -2015-03-10 01:32:56 sendUrl INFO 21 [443] R:OK -2015-03-10 01:33:46 queue INFO >>21 [444] -2015-03-10 01:33:46 sendUrl INFO 21 [444] R:OK -2015-03-10 01:33:47 queue INFO 1 [445] -2015-03-10 01:33:48 queue INFO >1 [446] -2015-03-10 01:33:48 sendUrl INFO 1 [445] R:OK -2015-03-10 01:33:48 sendUrl INFO 1 [446] R:OK -2015-03-10 01:34:37 queue INFO >>1 [447] -2015-03-10 01:34:38 sendUrl INFO 1 [447] R:OK -2015-03-10 01:35:05 queue INFO 3 [448] -2015-03-10 01:35:05 queue INFO >3 [449] -2015-03-10 01:35:05 sendUrl INFO 3 [448] R:OK -2015-03-10 01:35:06 sendUrl INFO 3 [449] R:OK -2015-03-10 01:35:55 queue INFO >>3 [450] -2015-03-10 01:35:56 sendUrl INFO 3 [450] R:OK -2015-03-10 01:36:45 queue INFO >>3 [451] -2015-03-10 01:36:46 sendUrl INFO 3 [451] R:OK -2015-03-10 01:37:35 queue INFO >>3 [452] -2015-03-10 01:37:36 sendUrl INFO 3 [452] R:OK -2015-03-10 01:38:26 queue INFO >>3 [453] -2015-03-10 01:38:26 sendUrl INFO 3 [453] R:OK -2015-03-10 01:39:16 queue INFO >>3 [454] -2015-03-10 01:39:16 sendUrl INFO 3 [454] R:OK -2015-03-10 01:40:06 queue INFO >>3 [455] -2015-03-10 01:40:06 sendUrl INFO 3 [455] R:OK -2015-03-10 01:40:56 queue INFO >>3 [456] -2015-03-10 01:40:56 sendUrl INFO 3 [456] R:OK -2015-03-10 01:41:43 queue INFO 7 [457] -2015-03-10 01:41:43 queue INFO >7 [458] -2015-03-10 01:41:43 sendUrl INFO 7 [457] R:OK -2015-03-10 01:41:43 sendUrl INFO 7 [458] R:OK -2015-03-10 01:41:44 queue INFO 3 [459] -2015-03-10 01:41:44 queue INFO >3 [460] -2015-03-10 01:41:45 sendUrl INFO 3 [459] R:OK -2015-03-10 01:41:45 sendUrl INFO 3 [460] R:OK -2015-03-10 01:42:34 queue INFO >>3 [461] -2015-03-10 01:42:35 sendUrl INFO 3 [461] R:OK -2015-03-10 01:43:24 queue INFO >>3 [462] -2015-03-10 01:43:25 sendUrl INFO 3 [462] R:OK -2015-03-10 01:44:15 queue INFO >>3 [463] -2015-03-10 01:44:15 sendUrl INFO 3 [463] R:OK -2015-03-10 01:45:05 queue INFO >>3 [464] -2015-03-10 01:45:05 sendUrl INFO 3 [464] R:OK -2015-03-10 01:45:55 queue INFO >>3 [465] -2015-03-10 01:45:55 sendUrl INFO 3 [465] R:OK -2015-03-10 01:46:45 queue INFO >>3 [466] -2015-03-10 01:46:45 sendUrl INFO 3 [466] R:OK -2015-03-10 01:47:35 queue INFO >>3 [467] -2015-03-10 01:47:36 sendUrl INFO 3 [467] R:OK -2015-03-10 01:48:25 queue INFO >>3 [468] -2015-03-10 01:48:26 sendUrl INFO 3 [468] R:OK -2015-03-10 01:49:16 queue INFO >>3 [469] -2015-03-10 01:49:16 sendUrl INFO 3 [469] R:OK -2015-03-10 01:49:52 queue INFO 7 [470] -2015-03-10 01:49:52 sendUrl INFO 7 [470] R:OK -2015-03-10 01:49:52 queue INFO >7 [471] -2015-03-10 01:49:53 sendUrl INFO 7 [471] R:OK -2015-03-10 01:49:54 queue INFO 3 [472] -2015-03-10 01:49:54 queue INFO >3 [473] -2015-03-10 01:49:54 sendUrl INFO 3 [472] R:OK -2015-03-10 01:49:55 sendUrl INFO 3 [473] R:OK -2015-03-10 01:50:44 queue INFO >>3 [474] -2015-03-10 01:50:44 sendUrl INFO 3 [474] R:OK -2015-03-10 01:51:34 queue INFO >>3 [475] -2015-03-10 01:51:34 sendUrl INFO 3 [475] R:OK -2015-03-10 01:52:24 queue INFO >>3 [476] -2015-03-10 01:52:24 sendUrl INFO 3 [476] R:OK -2015-03-10 01:53:14 queue INFO >>3 [477] -2015-03-10 01:53:15 sendUrl INFO 3 [477] R:OK -2015-03-10 01:54:04 queue INFO >>3 [478] -2015-03-10 01:54:05 sendUrl INFO 3 [478] R:OK -2015-03-10 01:54:55 queue INFO >>3 [479] -2015-03-10 01:54:55 sendUrl INFO 3 [479] R:OK -2015-03-10 01:55:45 queue INFO >>3 [480] -2015-03-10 01:55:45 sendUrl INFO 3 [480] R:OK -2015-03-10 01:56:35 queue INFO >>3 [481] -2015-03-10 01:56:35 sendUrl INFO 3 [481] R:OK -2015-03-10 01:57:25 queue INFO >>3 [482] -2015-03-10 01:57:25 sendUrl INFO 3 [482] R:OK -2015-03-10 01:58:01 queue INFO 7 [483] -2015-03-10 01:58:01 queue INFO >7 [484] -2015-03-10 01:58:01 sendUrl INFO 7 [483] R:OK -2015-03-10 01:58:01 sendUrl INFO 7 [484] R:OK -2015-03-10 01:58:02 queue INFO 3 [485] -2015-03-10 01:58:02 sendUrl INFO 3 [485] R:OK -2015-03-10 01:58:03 queue INFO >3 [486] -2015-03-10 01:58:03 sendUrl INFO 3 [486] R:OK -2015-03-10 01:58:53 queue INFO >>3 [487] -2015-03-10 01:58:53 sendUrl INFO 3 [487] R:OK -2015-03-10 01:59:43 queue INFO >>3 [488] -2015-03-10 01:59:43 sendUrl INFO 3 [488] R:OK -2015-03-10 02:00:33 queue INFO >>3 [489] -2015-03-10 02:00:33 sendUrl INFO 3 [489] R:OK -2015-03-10 02:01:23 queue INFO >>3 [490] -2015-03-10 02:01:23 sendUrl INFO 3 [490] R:OK -2015-03-10 02:02:13 queue INFO >>3 [491] -2015-03-10 02:02:14 sendUrl INFO 3 [491] R:OK -2015-03-10 02:03:03 queue INFO >>3 [492] -2015-03-10 02:03:03 sendUrl INFO 3 [492] R:OK -2015-03-10 02:03:53 queue INFO >>3 [493] -2015-03-10 02:03:54 sendUrl INFO 3 [493] R:OK -2015-03-10 02:04:44 queue INFO >>3 [494] -2015-03-10 02:04:44 sendUrl INFO 3 [494] R:OK -2015-03-10 02:05:34 queue INFO >>3 [495] -2015-03-10 02:05:34 sendUrl INFO 3 [495] R:OK -2015-03-10 02:06:09 queue INFO 7 [496] -2015-03-10 02:06:09 queue INFO >7 [497] -2015-03-10 02:06:10 sendUrl INFO 7 [496] R:OK -2015-03-10 02:06:10 sendUrl INFO 7 [497] R:OK -2015-03-10 02:06:11 queue INFO 3 [498] -2015-03-10 02:06:11 queue INFO >3 [499] -2015-03-10 02:06:11 sendUrl INFO 3 [498] R:OK -2015-03-10 02:06:12 sendUrl INFO 3 [499] R:OK -2015-03-10 02:07:01 queue INFO >>3 [500] -2015-03-10 02:07:01 sendUrl INFO 3 [500] R:OK -2015-03-10 02:07:51 queue INFO >>3 [501] -2015-03-10 02:07:51 sendUrl INFO 3 [501] R:OK -2015-03-10 02:08:41 queue INFO >>3 [502] -2015-03-10 02:08:42 sendUrl INFO 3 [502] R:OK -2015-03-10 02:09:31 queue INFO >>3 [503] -2015-03-10 02:09:32 sendUrl INFO 3 [503] R:OK -2015-03-10 02:10:22 queue INFO >>3 [504] -2015-03-10 02:10:22 sendUrl INFO 3 [504] R:OK -2015-03-10 02:11:12 queue INFO >>3 [505] -2015-03-10 02:11:12 sendUrl INFO 3 [505] R:OK -2015-03-10 02:12:02 queue INFO >>3 [506] -2015-03-10 02:12:02 sendUrl INFO 3 [506] R:OK -2015-03-10 02:12:52 queue INFO >>3 [507] -2015-03-10 02:12:52 sendUrl INFO 3 [507] R:OK -2015-03-10 02:13:42 queue INFO >>3 [508] -2015-03-10 02:13:43 sendUrl INFO 3 [508] R:OK -2015-03-10 02:14:19 queue INFO 7 [509] -2015-03-10 02:14:19 queue INFO >7 [510] -2015-03-10 02:14:19 sendUrl INFO 7 [509] R:OK -2015-03-10 02:14:19 sendUrl INFO 7 [510] R:OK -2015-03-10 02:14:20 queue INFO 3 [511] -2015-03-10 02:14:20 sendUrl INFO 3 [511] R:OK -2015-03-10 02:14:20 queue INFO >3 [512] -2015-03-10 02:14:21 sendUrl INFO 3 [512] R:OK -2015-03-10 02:15:10 queue INFO >>3 [513] -2015-03-10 02:15:11 sendUrl INFO 3 [513] R:OK -2015-03-10 02:16:01 queue INFO >>3 [514] -2015-03-10 02:16:01 sendUrl INFO 3 [514] R:OK -2015-03-10 02:16:51 queue INFO >>3 [515] -2015-03-10 02:16:51 sendUrl INFO 3 [515] R:OK -2015-03-10 02:17:41 queue INFO >>3 [516] -2015-03-10 02:17:41 sendUrl INFO 3 [516] R:OK -2015-03-10 02:18:31 queue INFO >>3 [517] -2015-03-10 02:18:31 sendUrl INFO 3 [517] R:OK -2015-03-10 02:19:21 queue INFO >>3 [518] -2015-03-10 02:19:21 sendUrl INFO 3 [518] R:OK -2015-03-10 02:20:11 queue INFO >>3 [519] -2015-03-10 02:20:12 sendUrl INFO 3 [519] R:OK -2015-03-10 02:21:01 queue INFO >>3 [520] -2015-03-10 02:21:02 sendUrl INFO 3 [520] R:OK -2015-03-10 02:21:52 queue INFO >>3 [521] -2015-03-10 02:21:52 sendUrl INFO 3 [521] R:OK -2015-03-10 02:22:27 queue INFO 7 [522] -2015-03-10 02:22:28 sendUrl INFO 7 [522] R:OK -2015-03-10 02:22:28 queue INFO >7 [523] -2015-03-10 02:22:28 sendUrl INFO 7 [523] R:OK -2015-03-10 02:22:29 queue INFO 3 [524] -2015-03-10 02:22:29 queue INFO >3 [525] -2015-03-10 02:22:30 sendUrl INFO 3 [524] R:OK -2015-03-10 02:22:30 sendUrl INFO 3 [525] R:OK -2015-03-10 02:23:19 queue INFO >>3 [526] -2015-03-10 02:23:19 sendUrl INFO 3 [526] R:OK -2015-03-10 02:24:09 queue INFO >>3 [527] -2015-03-10 02:24:10 sendUrl INFO 3 [527] R:OK -2015-03-10 02:24:59 queue INFO >>3 [528] -2015-03-10 02:25:00 sendUrl INFO 3 [528] R:OK -2015-03-10 02:25:50 queue INFO >>3 [529] -2015-03-10 02:25:50 sendUrl INFO 3 [529] R:OK -2015-03-10 02:26:40 queue INFO >>3 [530] -2015-03-10 02:26:40 sendUrl INFO 3 [530] R:OK -2015-03-10 02:27:30 queue INFO >>3 [531] -2015-03-10 02:27:30 sendUrl INFO 3 [531] R:OK -2015-03-10 02:28:20 queue INFO >>3 [532] -2015-03-10 02:28:20 sendUrl INFO 3 [532] R:OK -2015-03-10 02:29:10 queue INFO >>3 [533] -2015-03-10 02:29:11 sendUrl INFO 3 [533] R:OK -2015-03-10 02:30:00 queue INFO >>3 [534] -2015-03-10 02:30:01 sendUrl INFO 3 [534] R:OK -2015-03-10 02:30:37 queue INFO 7 [535] -2015-03-10 02:30:37 queue INFO >7 [536] -2015-03-10 02:30:37 sendUrl INFO 7 [535] R:OK -2015-03-10 02:30:37 sendUrl INFO 7 [536] R:OK -2015-03-10 02:30:38 queue INFO 3 [537] -2015-03-10 02:30:38 queue INFO >3 [538] -2015-03-10 02:30:38 sendUrl INFO 3 [537] R:OK -2015-03-10 02:30:39 sendUrl INFO 3 [538] R:OK -2015-03-10 02:31:28 queue INFO >>3 [539] -2015-03-10 02:31:29 sendUrl INFO 3 [539] R:OK -2015-03-10 02:32:18 queue INFO >>3 [540] -2015-03-10 02:32:19 sendUrl INFO 3 [540] R:OK -2015-03-10 02:33:09 queue INFO >>3 [541] -2015-03-10 02:33:09 sendUrl INFO 3 [541] R:OK -2015-03-10 02:33:59 queue INFO >>3 [542] -2015-03-10 02:33:59 sendUrl INFO 3 [542] R:OK -2015-03-10 02:34:49 queue INFO >>3 [543] -2015-03-10 02:34:49 sendUrl INFO 3 [543] R:OK -2015-03-10 02:35:39 queue INFO >>3 [544] -2015-03-10 02:35:39 sendUrl INFO 3 [544] R:OK -2015-03-10 02:36:29 queue INFO >>3 [545] -2015-03-10 02:36:30 sendUrl INFO 3 [545] R:OK -2015-03-10 02:37:19 queue INFO >>3 [546] -2015-03-10 02:37:20 sendUrl INFO 3 [546] R:OK -2015-03-10 02:38:10 queue INFO >>3 [547] -2015-03-10 02:38:10 sendUrl INFO 3 [547] R:OK -2015-03-10 02:38:46 queue INFO 7 [548] -2015-03-10 02:38:46 queue INFO >7 [549] -2015-03-10 02:38:47 sendUrl INFO 7 [548] R:OK -2015-03-10 02:38:47 sendUrl INFO 7 [549] R:OK -2015-03-10 02:38:48 queue INFO 3 [550] -2015-03-10 02:38:48 queue INFO >3 [551] -2015-03-10 02:38:48 sendUrl INFO 3 [550] R:OK -2015-03-10 02:38:49 sendUrl INFO 3 [551] R:OK -2015-03-10 02:39:38 queue INFO >>3 [552] -2015-03-10 02:39:38 sendUrl INFO 3 [552] R:OK -2015-03-10 02:40:28 queue INFO >>3 [553] -2015-03-10 02:40:28 sendUrl INFO 3 [553] R:OK -2015-03-10 02:41:18 queue INFO >>3 [554] -2015-03-10 02:41:19 sendUrl INFO 3 [554] R:OK -2015-03-10 02:42:08 queue INFO >>3 [555] -2015-03-10 02:42:08 sendUrl INFO 3 [555] R:OK -2015-03-10 02:42:58 queue INFO >>3 [556] -2015-03-10 02:42:59 sendUrl INFO 3 [556] R:OK -2015-03-10 02:43:49 queue INFO >>3 [557] -2015-03-10 02:43:49 sendUrl INFO 3 [557] R:OK -2015-03-10 02:44:39 queue INFO >>3 [558] -2015-03-10 02:44:39 sendUrl INFO 3 [558] R:OK -2015-03-10 02:45:29 queue INFO >>3 [559] -2015-03-10 02:45:29 sendUrl INFO 3 [559] R:OK -2015-03-10 02:46:19 queue INFO >>3 [560] -2015-03-10 02:46:19 sendUrl INFO 3 [560] R:OK -2015-03-10 02:46:55 queue INFO 7 [561] -2015-03-10 02:46:55 sendUrl INFO 7 [561] R:OK -2015-03-10 02:46:55 queue INFO >7 [562] -2015-03-10 02:46:55 sendUrl INFO 7 [562] R:OK -2015-03-10 02:46:56 queue INFO 3 [563] -2015-03-10 02:46:57 queue INFO >3 [564] -2015-03-10 02:46:57 sendUrl INFO 3 [563] R:OK -2015-03-10 02:46:57 sendUrl INFO 3 [564] R:OK -2015-03-10 02:47:46 queue INFO >>3 [565] -2015-03-10 02:47:47 sendUrl INFO 3 [565] R:OK -2015-03-10 02:48:37 queue INFO >>3 [566] -2015-03-10 02:48:37 sendUrl INFO 3 [566] R:OK -2015-03-10 02:49:27 queue INFO >>3 [567] -2015-03-10 02:49:27 sendUrl INFO 3 [567] R:OK -2015-03-10 02:50:17 queue INFO >>3 [568] -2015-03-10 02:50:17 sendUrl INFO 3 [568] R:OK -2015-03-10 02:51:07 queue INFO >>3 [569] -2015-03-10 02:51:07 sendUrl INFO 3 [569] R:OK -2015-03-10 02:51:57 queue INFO >>3 [570] -2015-03-10 02:51:57 sendUrl INFO 3 [570] R:OK -2015-03-10 02:52:47 queue INFO >>3 [571] -2015-03-10 02:52:48 sendUrl INFO 3 [571] R:OK -2015-03-10 02:53:37 queue INFO >>3 [572] -2015-03-10 02:53:37 sendUrl INFO 3 [572] R:OK -2015-03-10 02:54:28 queue INFO >>3 [573] -2015-03-10 02:54:28 sendUrl INFO 3 [573] R:OK -2015-03-10 02:55:03 queue INFO 7 [574] -2015-03-10 02:55:03 queue INFO >7 [575] -2015-03-10 02:55:04 sendUrl INFO 7 [574] R:OK -2015-03-10 02:55:04 sendUrl INFO 7 [575] R:OK -2015-03-10 02:55:05 queue INFO 3 [576] -2015-03-10 02:55:05 queue INFO >3 [577] -2015-03-10 02:55:05 sendUrl INFO 3 [576] R:OK -2015-03-10 02:55:06 sendUrl INFO 3 [577] R:OK -2015-03-10 02:55:55 queue INFO >>3 [578] -2015-03-10 02:55:55 sendUrl INFO 3 [578] R:OK -2015-03-10 02:56:45 queue INFO >>3 [579] -2015-03-10 02:56:45 sendUrl INFO 3 [579] R:OK -2015-03-10 02:57:35 queue INFO >>3 [580] -2015-03-10 02:57:36 sendUrl INFO 3 [580] R:OK -2015-03-10 02:58:25 queue INFO >>3 [581] -2015-03-10 02:58:26 sendUrl INFO 3 [581] R:OK -2015-03-10 02:59:15 queue INFO >>3 [582] -2015-03-10 02:59:16 sendUrl INFO 3 [582] R:OK -2015-03-10 03:00:06 queue INFO >>3 [583] -2015-03-10 03:00:06 sendUrl INFO 3 [583] R:OK -2015-03-10 03:00:56 queue INFO >>3 [584] -2015-03-10 03:00:56 sendUrl INFO 3 [584] R:OK -2015-03-10 03:01:46 queue INFO >>3 [585] -2015-03-10 03:01:46 sendUrl INFO 3 [585] R:OK -2015-03-10 03:02:36 queue INFO >>3 [586] -2015-03-10 03:02:37 sendUrl INFO 3 [586] R:OK -2015-03-10 03:03:13 queue INFO 7 [587] -2015-03-10 03:03:13 queue INFO >7 [588] -2015-03-10 03:03:13 sendUrl INFO 7 [587] R:OK -2015-03-10 03:03:14 sendUrl INFO 7 [588] R:OK -2015-03-10 03:03:14 queue INFO 3 [589] -2015-03-10 03:03:15 queue INFO >3 [590] -2015-03-10 03:03:15 sendUrl INFO 3 [589] R:OK -2015-03-10 03:03:15 sendUrl INFO 3 [590] R:OK -2015-03-10 03:04:04 queue INFO >>3 [591] -2015-03-10 03:04:05 sendUrl INFO 3 [591] R:OK -2015-03-10 03:04:55 queue INFO >>3 [592] -2015-03-10 03:04:55 sendUrl INFO 3 [592] R:OK -2015-03-10 03:05:45 queue INFO >>3 [593] -2015-03-10 03:05:45 sendUrl INFO 3 [593] R:OK -2015-03-10 03:06:35 queue INFO >>3 [594] -2015-03-10 03:06:35 sendUrl INFO 3 [594] R:OK -2015-03-10 03:07:25 queue INFO >>3 [595] -2015-03-10 03:07:25 sendUrl INFO 3 [595] R:OK -2015-03-10 03:08:15 queue INFO >>3 [596] -2015-03-10 03:08:16 sendUrl INFO 3 [596] R:OK -2015-03-10 03:09:05 queue INFO >>3 [597] -2015-03-10 03:09:06 sendUrl INFO 3 [597] R:OK -2015-03-10 03:09:56 queue INFO >>3 [598] -2015-03-10 03:09:56 sendUrl INFO 3 [598] R:OK -2015-03-10 03:10:46 queue INFO >>3 [599] -2015-03-10 03:10:46 sendUrl INFO 3 [599] R:OK -2015-03-10 03:11:22 queue INFO 7 [600] -2015-03-10 03:11:22 queue INFO >7 [601] -2015-03-10 03:11:22 sendUrl INFO 7 [600] R:OK -2015-03-10 03:11:23 sendUrl INFO 7 [601] R:OK -2015-03-10 03:11:23 queue INFO 3 [602] -2015-03-10 03:11:23 queue INFO >3 [603] -2015-03-10 03:11:24 sendUrl INFO 3 [602] R:OK -2015-03-10 03:11:24 sendUrl INFO 3 [603] R:OK -2015-03-10 03:12:13 queue INFO >>3 [604] -2015-03-10 03:12:13 sendUrl INFO 3 [604] R:OK -2015-03-10 03:13:03 queue INFO >>3 [605] -2015-03-10 03:13:04 sendUrl INFO 3 [605] R:OK -2015-03-10 03:13:54 queue INFO >>3 [606] -2015-03-10 03:13:54 sendUrl INFO 3 [606] R:OK -2015-03-10 03:14:44 queue INFO >>3 [607] -2015-03-10 03:14:44 sendUrl INFO 3 [607] R:OK -2015-03-10 03:15:34 queue INFO >>3 [608] -2015-03-10 03:15:34 sendUrl INFO 3 [608] R:OK -2015-03-10 03:16:24 queue INFO >>3 [609] -2015-03-10 03:16:24 sendUrl INFO 3 [609] R:OK -2015-03-10 03:17:14 queue INFO >>3 [610] -2015-03-10 03:17:14 sendUrl INFO 3 [610] R:OK -2015-03-10 03:18:04 queue INFO >>3 [611] -2015-03-10 03:18:05 sendUrl INFO 3 [611] R:OK -2015-03-10 03:18:54 queue INFO >>3 [612] -2015-03-10 03:18:55 sendUrl INFO 3 [612] R:OK -2015-03-10 03:19:31 queue INFO 7 [613] -2015-03-10 03:19:31 sendUrl INFO 7 [613] R:OK -2015-03-10 03:19:31 queue INFO >7 [614] -2015-03-10 03:19:31 sendUrl INFO 7 [614] R:OK -2015-03-10 03:19:32 queue INFO 3 [615] -2015-03-10 03:19:33 queue INFO >3 [616] -2015-03-10 03:19:33 sendUrl INFO 3 [615] R:OK -2015-03-10 03:19:33 sendUrl INFO 3 [616] R:OK -2015-03-10 03:20:22 queue INFO >>3 [617] -2015-03-10 03:20:23 sendUrl INFO 3 [617] R:OK -2015-03-10 03:21:13 queue INFO >>3 [618] -2015-03-10 03:21:13 sendUrl INFO 3 [618] R:OK -2015-03-10 03:22:03 queue INFO >>3 [619] -2015-03-10 03:22:03 sendUrl INFO 3 [619] R:OK -2015-03-10 03:22:53 queue INFO >>3 [620] -2015-03-10 03:22:53 sendUrl INFO 3 [620] R:OK -2015-03-10 03:23:43 queue INFO >>3 [621] -2015-03-10 03:23:43 sendUrl INFO 3 [621] R:OK -2015-03-10 03:24:33 queue INFO >>3 [622] -2015-03-10 03:24:34 sendUrl INFO 3 [622] R:OK -2015-03-10 03:25:23 queue INFO >>3 [623] -2015-03-10 03:25:24 sendUrl INFO 3 [623] R:OK -2015-03-10 03:26:13 queue INFO >>3 [624] -2015-03-10 03:26:14 sendUrl INFO 3 [624] R:OK -2015-03-10 03:27:04 queue INFO >>3 [625] -2015-03-10 03:27:04 sendUrl INFO 3 [625] R:OK -2015-03-10 03:27:40 queue INFO 7 [626] -2015-03-10 03:27:40 queue INFO >7 [627] -2015-03-10 03:27:41 sendUrl INFO 7 [626] R:OK -2015-03-10 03:27:41 sendUrl INFO 7 [627] R:OK -2015-03-10 03:27:42 queue INFO 3 [628] -2015-03-10 03:27:42 queue INFO >3 [629] -2015-03-10 03:27:42 sendUrl INFO 3 [628] R:OK -2015-03-10 03:27:43 sendUrl INFO 3 [629] R:OK -2015-03-10 03:28:32 queue INFO >>3 [630] -2015-03-10 03:28:32 sendUrl INFO 3 [630] R:OK -2015-03-10 03:29:22 queue INFO >>3 [631] -2015-03-10 03:29:22 sendUrl INFO 3 [631] R:OK -2015-03-10 03:30:12 queue INFO >>3 [632] -2015-03-10 03:30:13 sendUrl INFO 3 [632] R:OK -2015-03-10 03:31:02 queue INFO >>3 [633] -2015-03-10 03:31:02 sendUrl INFO 3 [633] R:OK -2015-03-10 03:31:52 queue INFO >>3 [634] -2015-03-10 03:31:53 sendUrl INFO 3 [634] R:OK -2015-03-10 03:32:43 queue INFO >>3 [635] -2015-03-10 03:32:43 sendUrl INFO 3 [635] R:OK -2015-03-10 03:33:33 queue INFO >>3 [636] -2015-03-10 03:33:33 sendUrl INFO 3 [636] R:OK -2015-03-10 03:34:23 queue INFO >>3 [637] -2015-03-10 03:34:23 sendUrl INFO 3 [637] R:OK -2015-03-10 03:35:13 queue INFO >>3 [638] -2015-03-10 03:35:13 sendUrl INFO 3 [638] R:OK -2015-03-10 03:35:49 queue INFO 7 [639] -2015-03-10 03:35:49 queue INFO >7 [640] -2015-03-10 03:35:49 sendUrl INFO 7 [639] R:OK -2015-03-10 03:35:50 sendUrl INFO 7 [640] R:OK -2015-03-10 03:35:50 queue INFO 3 [641] -2015-03-10 03:35:51 queue INFO >3 [642] -2015-03-10 03:35:51 sendUrl INFO 3 [641] R:OK -2015-03-10 03:35:51 sendUrl INFO 3 [642] R:OK -2015-03-10 03:36:40 queue INFO >>3 [643] -2015-03-10 03:36:41 sendUrl INFO 3 [643] R:OK -2015-03-10 03:37:31 queue INFO >>3 [644] -2015-03-10 03:37:31 sendUrl INFO 3 [644] R:OK -2015-03-10 03:38:21 queue INFO >>3 [645] -2015-03-10 03:38:21 sendUrl INFO 3 [645] R:OK -2015-03-10 03:39:11 queue INFO >>3 [646] -2015-03-10 03:39:11 sendUrl INFO 3 [646] R:OK -2015-03-10 03:40:01 queue INFO >>3 [647] -2015-03-10 03:40:01 sendUrl INFO 3 [647] R:OK -2015-03-10 03:40:51 queue INFO >>3 [648] -2015-03-10 03:40:52 sendUrl INFO 3 [648] R:OK -2015-03-10 03:41:41 queue INFO >>3 [649] -2015-03-10 03:41:42 sendUrl INFO 3 [649] R:OK -2015-03-10 03:42:32 queue INFO >>3 [650] -2015-03-10 03:42:32 sendUrl INFO 3 [650] R:OK -2015-03-10 03:43:22 queue INFO >>3 [651] -2015-03-10 03:43:22 sendUrl INFO 3 [651] R:OK -2015-03-10 03:43:57 queue INFO 7 [652] -2015-03-10 03:43:57 queue INFO >7 [653] -2015-03-10 03:43:58 sendUrl INFO 7 [652] R:OK -2015-03-10 03:43:58 sendUrl INFO 7 [653] R:OK -2015-03-10 03:43:59 queue INFO 3 [654] -2015-03-10 03:43:59 queue INFO >3 [655] -2015-03-10 03:43:59 sendUrl INFO 3 [654] R:OK -2015-03-10 03:43:59 sendUrl INFO 3 [655] R:OK -2015-03-10 03:44:49 queue INFO >>3 [656] -2015-03-10 03:44:49 sendUrl INFO 3 [656] R:OK -2015-03-10 03:45:39 queue INFO >>3 [657] -2015-03-10 03:45:40 sendUrl INFO 3 [657] R:OK -2015-03-10 03:46:29 queue INFO >>3 [658] -2015-03-10 03:46:29 sendUrl INFO 3 [658] R:OK -2015-03-10 03:47:19 queue INFO >>3 [659] -2015-03-10 03:47:20 sendUrl INFO 3 [659] R:OK -2015-03-10 03:48:10 queue INFO >>3 [660] -2015-03-10 03:48:10 sendUrl INFO 3 [660] R:OK -2015-03-10 03:49:00 queue INFO >>3 [661] -2015-03-10 03:49:00 sendUrl INFO 3 [661] R:OK -2015-03-10 03:49:50 queue INFO >>3 [662] -2015-03-10 03:49:50 sendUrl INFO 3 [662] R:OK -2015-03-10 03:50:40 queue INFO >>3 [663] -2015-03-10 03:50:40 sendUrl INFO 3 [663] R:OK -2015-03-10 03:51:30 queue INFO >>3 [664] -2015-03-10 03:51:30 sendUrl INFO 3 [664] R:OK -2015-03-10 03:52:07 queue INFO 7 [665] -2015-03-10 03:52:07 queue INFO >7 [666] -2015-03-10 03:52:07 sendUrl INFO 7 [665] R:OK -2015-03-10 03:52:08 sendUrl INFO 7 [666] R:OK -2015-03-10 03:52:08 queue INFO 3 [667] -2015-03-10 03:52:09 queue INFO >3 [668] -2015-03-10 03:52:09 sendUrl INFO 3 [667] R:OK -2015-03-10 03:52:09 sendUrl INFO 3 [668] R:OK -2015-03-10 03:52:59 queue INFO >>3 [669] -2015-03-10 03:52:59 sendUrl INFO 3 [669] R:OK -2015-03-10 03:53:49 queue INFO >>3 [670] -2015-03-10 03:53:49 sendUrl INFO 3 [670] R:OK -2015-03-10 03:54:39 queue INFO >>3 [671] -2015-03-10 03:54:39 sendUrl INFO 3 [671] R:OK -2015-03-10 03:55:29 queue INFO >>3 [672] -2015-03-10 03:55:30 sendUrl INFO 3 [672] R:OK -2015-03-10 03:56:19 queue INFO >>3 [673] -2015-03-10 03:56:19 sendUrl INFO 3 [673] R:OK -2015-03-10 03:57:09 queue INFO >>3 [674] -2015-03-10 03:57:10 sendUrl INFO 3 [674] R:OK -2015-03-10 03:57:59 queue INFO >>3 [675] -2015-03-10 03:58:00 sendUrl INFO 3 [675] R:OK -2015-03-10 03:58:50 queue INFO >>3 [676] -2015-03-10 03:58:50 sendUrl INFO 3 [676] R:OK -2015-03-10 03:59:40 queue INFO >>3 [677] -2015-03-10 03:59:40 sendUrl INFO 3 [677] R:OK -2015-03-10 04:00:16 queue INFO 7 [678] -2015-03-10 04:00:16 queue INFO >7 [679] -2015-03-10 04:00:16 sendUrl INFO 7 [678] R:OK -2015-03-10 04:00:16 sendUrl INFO 7 [679] R:OK -2015-03-10 04:00:17 queue INFO 3 [680] -2015-03-10 04:00:17 queue INFO >3 [681] -2015-03-10 04:00:17 sendUrl INFO 3 [680] R:OK -2015-03-10 04:00:18 sendUrl INFO 3 [681] R:OK -2015-03-10 04:01:07 queue INFO >>3 [682] -2015-03-10 04:01:08 sendUrl INFO 3 [682] R:OK -2015-03-10 04:01:57 queue INFO >>3 [683] -2015-03-10 04:01:58 sendUrl INFO 3 [683] R:OK -2015-03-10 04:02:48 queue INFO >>3 [684] -2015-03-10 04:02:48 sendUrl INFO 3 [684] R:OK -2015-03-10 04:03:38 queue INFO >>3 [685] -2015-03-10 04:03:38 sendUrl INFO 3 [685] R:OK -2015-03-10 04:03:59 queue INFO 1 [686] -2015-03-10 04:03:59 queue INFO >1 [687] -2015-03-10 04:03:59 sendUrl INFO 1 [686] R:OK -2015-03-10 04:04:00 sendUrl INFO 1 [687] R:OK -2015-03-10 04:04:49 queue INFO >>1 [688] -2015-03-10 04:04:49 sendUrl INFO 1 [688] R:OK -2015-03-10 04:05:39 queue INFO >>1 [689] -2015-03-10 04:05:40 sendUrl INFO 1 [689] R:OK -2015-03-10 04:06:29 queue INFO >>1 [690] -2015-03-10 04:06:29 sendUrl INFO 1 [690] R:OK -2015-03-10 04:07:19 queue INFO >>1 [691] -2015-03-10 04:07:20 sendUrl INFO 1 [691] R:OK -2015-03-10 04:08:10 queue INFO >>1 [692] -2015-03-10 04:08:10 sendUrl INFO 1 [692] R:OK -2015-03-10 04:09:00 queue INFO >>1 [693] -2015-03-10 04:09:00 sendUrl INFO 1 [693] R:OK -2015-03-10 04:09:50 queue INFO >>1 [694] -2015-03-10 04:09:50 sendUrl INFO 1 [694] R:OK -2015-03-10 04:10:35 queue INFO 21 [695] -2015-03-10 04:10:35 queue INFO >21 [696] -2015-03-10 04:10:36 sendUrl INFO 21 [695] R:OK -2015-03-10 04:10:36 sendUrl INFO 21 [696] R:OK -2015-03-10 04:11:25 queue INFO >>21 [697] -2015-03-10 04:11:26 sendUrl INFO 21 [697] R:OK -2015-03-10 04:12:16 queue INFO >>21 [698] -2015-03-10 04:12:16 sendUrl INFO 21 [698] R:OK -2015-03-10 04:13:06 queue INFO >>21 [699] -2015-03-10 04:13:06 sendUrl INFO 21 [699] R:OK -2015-03-10 04:13:56 queue INFO >>21 [700] -2015-03-10 04:13:56 sendUrl INFO 21 [700] R:OK -2015-03-10 04:14:46 queue INFO >>21 [701] -2015-03-10 04:14:46 sendUrl INFO 21 [701] R:OK -2015-03-10 04:15:36 queue INFO >>21 [702] -2015-03-10 04:15:37 sendUrl INFO 21 [702] R:OK -2015-03-10 04:15:41 queue INFO 1 [703] -2015-03-10 04:15:41 queue INFO >1 [704] -2015-03-10 04:15:41 sendUrl INFO 1 [703] R:OK -2015-03-10 04:15:42 sendUrl INFO 1 [704] R:OK -2015-03-10 04:16:03 queue INFO 5 [705] -2015-03-10 04:16:03 queue INFO >5 [706] -2015-03-10 04:16:03 sendUrl INFO 5 [705] R:OK -2015-03-10 04:16:04 sendUrl INFO 5 [706] R:OK -2015-03-10 04:16:04 queue INFO 1 [707] -2015-03-10 04:16:05 queue INFO >1 [708] -2015-03-10 04:16:05 sendUrl INFO 1 [707] R:OK -2015-03-10 04:16:05 sendUrl INFO 1 [708] R:OK -2015-03-10 04:16:55 queue INFO >>1 [709] -2015-03-10 04:16:55 sendUrl INFO 1 [709] R:OK -2015-03-10 04:17:34 queue INFO 3 [710] -2015-03-10 04:17:34 queue INFO >3 [711] -2015-03-10 04:17:34 sendUrl INFO 3 [710] R:OK -2015-03-10 04:17:35 sendUrl INFO 3 [711] R:OK -2015-03-10 04:18:24 queue INFO >>3 [712] -2015-03-10 04:18:24 sendUrl INFO 3 [712] R:OK -2015-03-10 04:19:14 queue INFO >>3 [713] -2015-03-10 04:19:14 sendUrl INFO 3 [713] R:OK -2015-03-10 04:20:04 queue INFO >>3 [714] -2015-03-10 04:20:05 sendUrl INFO 3 [714] R:OK -2015-03-10 04:20:54 queue INFO >>3 [715] -2015-03-10 04:20:55 sendUrl INFO 3 [715] R:OK -2015-03-10 04:21:45 queue INFO >>3 [716] -2015-03-10 04:21:45 sendUrl INFO 3 [716] R:OK -2015-03-10 04:22:35 queue INFO >>3 [717] -2015-03-10 04:22:35 sendUrl INFO 3 [717] R:OK -2015-03-10 04:23:25 queue INFO >>3 [718] -2015-03-10 04:23:25 sendUrl INFO 3 [718] R:OK -2015-03-10 04:24:12 queue INFO 7 [719] -2015-03-10 04:24:12 sendUrl INFO 7 [719] R:OK -2015-03-10 04:24:13 queue INFO >7 [720] -2015-03-10 04:24:13 sendUrl INFO 7 [720] R:OK -2015-03-10 04:24:14 queue INFO 3 [721] -2015-03-10 04:24:14 queue INFO >3 [722] -2015-03-10 04:24:14 sendUrl INFO 3 [721] R:OK -2015-03-10 04:24:15 sendUrl INFO 3 [722] R:OK -2015-03-10 04:25:04 queue INFO >>3 [723] -2015-03-10 04:25:04 sendUrl INFO 3 [723] R:OK -2015-03-10 04:25:54 queue INFO >>3 [724] -2015-03-10 04:25:55 sendUrl INFO 3 [724] R:OK -2015-03-10 04:26:44 queue INFO >>3 [725] -2015-03-10 04:26:44 sendUrl INFO 3 [725] R:OK -2015-03-10 04:27:34 queue INFO >>3 [726] -2015-03-10 04:27:35 sendUrl INFO 3 [726] R:OK -2015-03-10 04:28:25 queue INFO >>3 [727] -2015-03-10 04:28:25 sendUrl INFO 3 [727] R:OK -2015-03-10 04:29:15 queue INFO >>3 [728] -2015-03-10 04:29:15 sendUrl INFO 3 [728] R:OK -2015-03-10 04:30:05 queue INFO >>3 [729] -2015-03-10 04:30:05 sendUrl INFO 3 [729] R:OK -2015-03-10 04:30:55 queue INFO >>3 [730] -2015-03-10 04:30:55 sendUrl INFO 3 [730] R:OK -2015-03-10 04:31:45 queue INFO >>3 [731] -2015-03-10 04:31:45 sendUrl INFO 3 [731] R:OK -2015-03-10 04:32:21 queue INFO 7 [732] -2015-03-10 04:32:21 queue INFO >7 [733] -2015-03-10 04:32:21 sendUrl INFO 7 [732] R:OK -2015-03-10 04:32:22 sendUrl INFO 7 [733] R:OK -2015-03-10 04:32:22 queue INFO 3 [734] -2015-03-10 04:32:23 queue INFO >3 [735] -2015-03-10 04:32:23 sendUrl INFO 3 [734] R:OK -2015-03-10 04:32:23 sendUrl INFO 3 [735] R:OK -2015-03-10 04:33:13 queue INFO >>3 [736] -2015-03-10 04:33:13 sendUrl INFO 3 [736] R:OK -2015-03-10 04:34:03 queue INFO >>3 [737] -2015-03-10 04:34:03 sendUrl INFO 3 [737] R:OK -2015-03-10 04:34:53 queue INFO >>3 [738] -2015-03-10 04:34:53 sendUrl INFO 3 [738] R:OK -2015-03-10 04:35:43 queue INFO >>3 [739] -2015-03-10 04:35:44 sendUrl INFO 3 [739] R:OK -2015-03-10 04:36:33 queue INFO >>3 [740] -2015-03-10 04:36:33 sendUrl INFO 3 [740] R:OK -2015-03-10 04:37:23 queue INFO >>3 [741] -2015-03-10 04:37:24 sendUrl INFO 3 [741] R:OK -2015-03-10 04:38:14 queue INFO >>3 [742] -2015-03-10 04:38:14 sendUrl INFO 3 [742] R:OK -2015-03-10 04:39:04 queue INFO >>3 [743] -2015-03-10 04:39:04 sendUrl INFO 3 [743] R:OK -2015-03-10 04:39:54 queue INFO >>3 [744] -2015-03-10 04:39:54 sendUrl INFO 3 [744] R:OK -2015-03-10 04:40:29 queue INFO 7 [745] -2015-03-10 04:40:30 queue INFO >7 [746] -2015-03-10 04:40:30 sendUrl INFO 7 [745] R:OK -2015-03-10 04:40:30 sendUrl INFO 7 [746] R:OK -2015-03-10 04:40:31 queue INFO 3 [747] -2015-03-10 04:40:31 queue INFO >3 [748] -2015-03-10 04:40:31 sendUrl INFO 3 [747] R:OK -2015-03-10 04:40:32 sendUrl INFO 3 [748] R:OK -2015-03-10 04:41:21 queue INFO >>3 [749] -2015-03-10 04:41:21 sendUrl INFO 3 [749] R:OK -2015-03-10 04:42:11 queue INFO >>3 [750] -2015-03-10 04:42:12 sendUrl INFO 3 [750] R:OK -2015-03-10 04:43:01 queue INFO >>3 [751] -2015-03-10 04:43:02 sendUrl INFO 3 [751] R:OK -2015-03-10 04:43:52 queue INFO >>3 [752] -2015-03-10 04:43:52 sendUrl INFO 3 [752] R:OK -2015-03-10 04:44:42 queue INFO >>3 [753] -2015-03-10 04:44:42 sendUrl INFO 3 [753] R:OK -2015-03-10 04:45:32 queue INFO >>3 [754] -2015-03-10 04:45:32 sendUrl INFO 3 [754] R:OK -2015-03-10 04:46:22 queue INFO >>3 [755] -2015-03-10 04:46:22 sendUrl INFO 3 [755] R:OK -2015-03-10 04:47:12 queue INFO >>3 [756] -2015-03-10 04:47:13 sendUrl INFO 3 [756] R:OK -2015-03-10 04:48:02 queue INFO >>3 [757] -2015-03-10 04:48:03 sendUrl INFO 3 [757] R:OK -2015-03-10 04:48:39 queue INFO 7 [758] -2015-03-10 04:48:39 queue INFO >7 [759] -2015-03-10 04:48:40 sendUrl INFO 7 [758] R:OK -2015-03-10 04:48:40 sendUrl INFO 7 [759] R:OK -2015-03-10 04:48:41 queue INFO 3 [760] -2015-03-10 04:48:41 queue INFO >3 [761] -2015-03-10 04:48:41 sendUrl INFO 3 [760] R:OK -2015-03-10 04:48:42 sendUrl INFO 3 [761] R:OK -2015-03-10 04:49:31 queue INFO >>3 [762] -2015-03-10 04:49:31 sendUrl INFO 3 [762] R:OK -2015-03-10 04:50:21 queue INFO >>3 [763] -2015-03-10 04:50:21 sendUrl INFO 3 [763] R:OK -2015-03-10 04:51:11 queue INFO >>3 [764] -2015-03-10 04:51:12 sendUrl INFO 3 [764] R:OK -2015-03-10 04:52:01 queue INFO >>3 [765] -2015-03-10 04:52:01 sendUrl INFO 3 [765] R:OK -2015-03-10 04:52:51 queue INFO >>3 [766] -2015-03-10 04:52:52 sendUrl INFO 3 [766] R:OK -2015-03-10 04:53:42 queue INFO >>3 [767] -2015-03-10 04:53:42 sendUrl INFO 3 [767] R:OK -2015-03-10 04:54:32 queue INFO >>3 [768] -2015-03-10 04:54:32 sendUrl INFO 3 [768] R:OK -2015-03-10 04:55:22 queue INFO >>3 [769] -2015-03-10 04:55:22 sendUrl INFO 3 [769] R:OK -2015-03-10 04:56:12 queue INFO >>3 [770] -2015-03-10 04:56:12 sendUrl INFO 3 [770] R:OK -2015-03-10 04:56:48 queue INFO 7 [771] -2015-03-10 04:56:48 sendUrl INFO 7 [771] R:OK -2015-03-10 04:56:48 queue INFO >7 [772] -2015-03-10 04:56:48 sendUrl INFO 7 [772] R:OK -2015-03-10 04:56:49 queue INFO 3 [773] -2015-03-10 04:56:50 queue INFO >3 [774] -2015-03-10 04:56:50 sendUrl INFO 3 [773] R:OK -2015-03-10 04:56:50 sendUrl INFO 3 [774] R:OK -2015-03-10 04:57:39 queue INFO >>3 [775] -2015-03-10 04:57:40 sendUrl INFO 3 [775] R:OK -2015-03-10 04:58:30 queue INFO >>3 [776] -2015-03-10 04:58:30 sendUrl INFO 3 [776] R:OK -2015-03-10 04:59:20 queue INFO >>3 [777] -2015-03-10 04:59:20 sendUrl INFO 3 [777] R:OK -2015-03-10 05:00:10 queue INFO >>3 [778] -2015-03-10 05:00:10 sendUrl INFO 3 [778] R:OK -2015-03-10 05:01:00 queue INFO >>3 [779] -2015-03-10 05:01:01 sendUrl INFO 3 [779] R:OK -2015-03-10 05:01:50 queue INFO >>3 [780] -2015-03-10 05:01:50 sendUrl INFO 3 [780] R:OK -2015-03-10 05:02:40 queue INFO >>3 [781] -2015-03-10 05:02:41 sendUrl INFO 3 [781] R:OK -2015-03-10 05:03:31 queue INFO >>3 [782] -2015-03-10 05:03:31 sendUrl INFO 3 [782] R:OK -2015-03-10 05:04:21 queue INFO >>3 [783] -2015-03-10 05:04:21 sendUrl INFO 3 [783] R:OK -2015-03-10 05:04:57 queue INFO 7 [784] -2015-03-10 05:04:57 queue INFO >7 [785] -2015-03-10 05:04:57 sendUrl INFO 7 [784] R:OK -2015-03-10 05:04:58 sendUrl INFO 7 [785] R:OK -2015-03-10 05:04:58 queue INFO 3 [786] -2015-03-10 05:04:59 queue INFO >3 [787] -2015-03-10 05:04:59 sendUrl INFO 3 [786] R:OK -2015-03-10 05:04:59 sendUrl INFO 3 [787] R:OK -2015-03-10 05:05:49 queue INFO >>3 [788] -2015-03-10 05:05:49 sendUrl INFO 3 [788] R:OK -2015-03-10 05:06:39 queue INFO >>3 [789] -2015-03-10 05:06:39 sendUrl INFO 3 [789] R:OK -2015-03-10 05:07:29 queue INFO >>3 [790] -2015-03-10 05:07:29 sendUrl INFO 3 [790] R:OK -2015-03-10 05:08:19 queue INFO >>3 [791] -2015-03-10 05:08:19 sendUrl INFO 3 [791] R:OK -2015-03-10 05:09:09 queue INFO >>3 [792] -2015-03-10 05:09:10 sendUrl INFO 3 [792] R:OK -2015-03-10 05:09:59 queue INFO >>3 [793] -2015-03-10 05:10:00 sendUrl INFO 3 [793] R:OK -2015-03-10 05:10:50 queue INFO >>3 [794] -2015-03-10 05:10:50 sendUrl INFO 3 [794] R:OK -2015-03-10 05:11:40 queue INFO >>3 [795] -2015-03-10 05:11:40 sendUrl INFO 3 [795] R:OK -2015-03-10 05:12:30 queue INFO >>3 [796] -2015-03-10 05:12:30 sendUrl INFO 3 [796] R:OK -2015-03-10 05:13:06 queue INFO 7 [797] -2015-03-10 05:13:07 queue INFO >7 [798] -2015-03-10 05:13:07 sendUrl INFO 7 [797] R:OK -2015-03-10 05:13:07 sendUrl INFO 7 [798] R:OK -2015-03-10 05:13:08 queue INFO 3 [799] -2015-03-10 05:13:08 queue INFO >3 [800] -2015-03-10 05:13:08 sendUrl INFO 3 [799] R:OK -2015-03-10 05:13:09 sendUrl INFO 3 [800] R:OK -2015-03-10 05:13:58 queue INFO >>3 [801] -2015-03-10 05:13:58 sendUrl INFO 3 [801] R:OK -2015-03-10 05:14:48 queue INFO >>3 [802] -2015-03-10 05:14:49 sendUrl INFO 3 [802] R:OK -2015-03-10 05:15:38 queue INFO >>3 [803] -2015-03-10 05:15:39 sendUrl INFO 3 [803] R:OK -2015-03-10 05:16:29 queue INFO >>3 [804] -2015-03-10 05:16:29 sendUrl INFO 3 [804] R:OK -2015-03-10 05:17:19 queue INFO >>3 [805] -2015-03-10 05:17:19 sendUrl INFO 3 [805] R:OK -2015-03-10 05:18:09 queue INFO >>3 [806] -2015-03-10 05:18:09 sendUrl INFO 3 [806] R:OK -2015-03-10 05:18:59 queue INFO >>3 [807] -2015-03-10 05:18:59 sendUrl INFO 3 [807] R:OK -2015-03-10 05:19:49 queue INFO >>3 [808] -2015-03-10 05:19:49 sendUrl INFO 3 [808] R:OK -2015-03-10 05:20:39 queue INFO >>3 [809] -2015-03-10 05:20:40 sendUrl INFO 3 [809] R:OK -2015-03-10 05:21:15 queue INFO 7 [810] -2015-03-10 05:21:15 queue INFO >7 [811] -2015-03-10 05:21:15 sendUrl INFO 7 [810] R:OK -2015-03-10 05:21:16 sendUrl INFO 7 [811] R:OK -2015-03-10 05:21:16 queue INFO 3 [812] -2015-03-10 05:21:17 sendUrl INFO 3 [812] R:OK -2015-03-10 05:21:17 queue INFO >3 [813] -2015-03-10 05:21:17 sendUrl INFO 3 [813] R:OK -2015-03-10 05:22:07 queue INFO >>3 [814] -2015-03-10 05:22:07 sendUrl INFO 3 [814] R:OK -2015-03-10 05:22:57 queue INFO >>3 [815] -2015-03-10 05:22:57 sendUrl INFO 3 [815] R:OK -2015-03-10 05:23:47 queue INFO >>3 [816] -2015-03-10 05:23:47 sendUrl INFO 3 [816] R:OK -2015-03-10 05:24:37 queue INFO >>3 [817] -2015-03-10 05:24:37 sendUrl INFO 3 [817] R:OK -2015-03-10 05:25:27 queue INFO >>3 [818] -2015-03-10 05:25:27 sendUrl INFO 3 [818] R:OK -2015-03-10 05:26:17 queue INFO >>3 [819] -2015-03-10 05:26:18 sendUrl INFO 3 [819] R:OK -2015-03-10 05:27:07 queue INFO >>3 [820] -2015-03-10 05:27:07 sendUrl INFO 3 [820] R:OK -2015-03-10 05:27:57 queue INFO >>3 [821] -2015-03-10 05:27:58 sendUrl INFO 3 [821] R:OK -2015-03-10 05:28:48 queue INFO >>3 [822] -2015-03-10 05:28:48 sendUrl INFO 3 [822] R:OK -2015-03-10 05:29:24 queue INFO 7 [823] -2015-03-10 05:29:24 queue INFO >7 [824] -2015-03-10 05:29:24 sendUrl INFO 7 [823] R:OK -2015-03-10 05:29:24 sendUrl INFO 7 [824] R:OK -2015-03-10 05:29:25 queue INFO 3 [825] -2015-03-10 05:29:25 queue INFO >3 [826] -2015-03-10 05:29:25 sendUrl INFO 3 [825] R:OK -2015-03-10 05:29:26 sendUrl INFO 3 [826] R:OK -2015-03-10 05:30:15 queue INFO >>3 [827] -2015-03-10 05:30:16 sendUrl INFO 3 [827] R:OK -2015-03-10 05:31:05 queue INFO >>3 [828] -2015-03-10 05:31:06 sendUrl INFO 3 [828] R:OK -2015-03-10 05:31:56 queue INFO >>3 [829] -2015-03-10 05:31:56 sendUrl INFO 3 [829] R:OK -2015-03-10 05:32:46 queue INFO >>3 [830] -2015-03-10 05:32:46 sendUrl INFO 3 [830] R:OK -2015-03-10 05:33:36 queue INFO >>3 [831] -2015-03-10 05:33:36 sendUrl INFO 3 [831] R:OK -2015-03-10 05:34:26 queue INFO >>3 [832] -2015-03-10 05:34:26 sendUrl INFO 3 [832] R:OK -2015-03-10 05:35:16 queue INFO >>3 [833] -2015-03-10 05:35:17 sendUrl INFO 3 [833] R:OK -2015-03-10 05:36:06 queue INFO >>3 [834] -2015-03-10 05:36:06 sendUrl INFO 3 [834] R:OK -2015-03-10 05:36:56 queue INFO >>3 [835] -2015-03-10 05:36:57 sendUrl INFO 3 [835] R:OK -2015-03-10 05:37:33 queue INFO 7 [836] -2015-03-10 05:37:33 sendUrl INFO 7 [836] R:OK -2015-03-10 05:37:33 queue INFO >7 [837] -2015-03-10 05:37:34 sendUrl INFO 7 [837] R:OK -2015-03-10 05:37:35 queue INFO 3 [838] -2015-03-10 05:37:35 queue INFO >3 [839] -2015-03-10 05:37:35 sendUrl INFO 3 [838] R:OK -2015-03-10 05:37:36 sendUrl INFO 3 [839] R:OK -2015-03-10 05:38:25 queue INFO >>3 [840] -2015-03-10 05:38:25 sendUrl INFO 3 [840] R:OK -2015-03-10 05:39:15 queue INFO >>3 [841] -2015-03-10 05:39:15 sendUrl INFO 3 [841] R:OK -2015-03-10 05:40:05 queue INFO >>3 [842] -2015-03-10 05:40:05 sendUrl INFO 3 [842] R:OK -2015-03-10 05:40:55 queue INFO >>3 [843] -2015-03-10 05:40:55 sendUrl INFO 3 [843] R:OK -2015-03-10 05:41:45 queue INFO >>3 [844] -2015-03-10 05:41:46 sendUrl INFO 3 [844] R:OK -2015-03-10 05:42:35 queue INFO >>3 [845] -2015-03-10 05:42:36 sendUrl INFO 3 [845] R:OK -2015-03-10 05:43:25 queue INFO >>3 [846] -2015-03-10 05:43:26 sendUrl INFO 3 [846] R:OK -2015-03-10 05:44:16 queue INFO >>3 [847] -2015-03-10 05:44:16 sendUrl INFO 3 [847] R:OK -2015-03-10 05:45:06 queue INFO >>3 [848] -2015-03-10 05:45:06 sendUrl INFO 3 [848] R:OK -2015-03-10 05:45:42 queue INFO 7 [849] -2015-03-10 05:45:42 queue INFO >7 [850] -2015-03-10 05:45:42 sendUrl INFO 7 [849] R:OK -2015-03-10 05:45:43 sendUrl INFO 7 [850] R:OK -2015-03-10 05:45:43 queue INFO 3 [851] -2015-03-10 05:45:44 queue INFO >3 [852] -2015-03-10 05:45:44 sendUrl INFO 3 [851] R:OK -2015-03-10 05:45:44 sendUrl INFO 3 [852] R:OK -2015-03-10 05:46:33 queue INFO >>3 [853] -2015-03-10 05:46:34 sendUrl INFO 3 [853] R:OK -2015-03-10 05:47:24 queue INFO >>3 [854] -2015-03-10 05:47:24 sendUrl INFO 3 [854] R:OK -2015-03-10 05:48:14 queue INFO >>3 [855] -2015-03-10 05:48:14 sendUrl INFO 3 [855] R:OK -2015-03-10 05:49:04 queue INFO >>3 [856] -2015-03-10 05:49:04 sendUrl INFO 3 [856] R:OK -2015-03-10 05:49:54 queue INFO >>3 [857] -2015-03-10 05:49:54 sendUrl INFO 3 [857] R:OK -2015-03-10 05:50:44 queue INFO >>3 [858] -2015-03-10 05:50:45 sendUrl INFO 3 [858] R:OK -2015-03-10 05:51:34 queue INFO >>3 [859] -2015-03-10 05:51:35 sendUrl INFO 3 [859] R:OK -2015-03-10 05:52:25 queue INFO >>3 [860] -2015-03-10 05:52:25 sendUrl INFO 3 [860] R:OK -2015-03-10 05:53:15 queue INFO >>3 [861] -2015-03-10 05:53:15 sendUrl INFO 3 [861] R:OK -2015-03-10 05:53:51 queue INFO 7 [862] -2015-03-10 05:53:51 queue INFO >7 [863] -2015-03-10 05:53:51 sendUrl INFO 7 [862] R:OK -2015-03-10 05:53:51 sendUrl INFO 7 [863] R:OK -2015-03-10 05:53:52 queue INFO 3 [864] -2015-03-10 05:53:53 sendUrl INFO 3 [864] R:OK -2015-03-10 05:53:53 queue INFO >3 [865] -2015-03-10 05:53:53 sendUrl INFO 3 [865] R:OK -2015-03-10 05:54:43 queue INFO >>3 [866] -2015-03-10 05:54:43 sendUrl INFO 3 [866] R:OK -2015-03-10 05:55:33 queue INFO >>3 [867] -2015-03-10 05:55:33 sendUrl INFO 3 [867] R:OK -2015-03-10 05:56:23 queue INFO >>3 [868] -2015-03-10 05:56:23 sendUrl INFO 3 [868] R:OK -2015-03-10 05:57:13 queue INFO >>3 [869] -2015-03-10 05:57:13 sendUrl INFO 3 [869] R:OK -2015-03-10 05:58:03 queue INFO >>3 [870] -2015-03-10 05:58:04 sendUrl INFO 3 [870] R:OK -2015-03-10 05:58:53 queue INFO >>3 [871] -2015-03-10 05:58:53 sendUrl INFO 3 [871] R:OK -2015-03-10 05:59:43 queue INFO >>3 [872] -2015-03-10 05:59:44 sendUrl INFO 3 [872] R:OK -2015-03-10 06:00:34 queue INFO >>3 [873] -2015-03-10 06:00:34 sendUrl INFO 3 [873] R:OK -2015-03-10 06:01:24 queue INFO >>3 [874] -2015-03-10 06:01:24 sendUrl INFO 3 [874] R:OK -2015-03-10 06:02:00 queue INFO 7 [875] -2015-03-10 06:02:00 queue INFO >7 [876] -2015-03-10 06:02:01 sendUrl INFO 7 [875] R:OK -2015-03-10 06:02:01 sendUrl INFO 7 [876] R:OK -2015-03-10 06:02:02 queue INFO 3 [877] -2015-03-10 06:02:02 queue INFO >3 [878] -2015-03-10 06:02:02 sendUrl INFO 3 [877] R:OK -2015-03-10 06:02:03 sendUrl INFO 3 [878] R:OK -2015-03-10 06:02:52 queue INFO >>3 [879] -2015-03-10 06:02:53 sendUrl INFO 3 [879] R:OK -2015-03-10 06:03:42 queue INFO >>3 [880] -2015-03-10 06:03:42 sendUrl INFO 3 [880] R:OK -2015-03-10 06:04:32 queue INFO >>3 [881] -2015-03-10 06:04:33 sendUrl INFO 3 [881] R:OK -2015-03-10 06:05:22 queue INFO >>3 [882] -2015-03-10 06:05:23 sendUrl INFO 3 [882] R:OK -2015-03-10 06:06:13 queue INFO >>3 [883] -2015-03-10 06:06:13 sendUrl INFO 3 [883] R:OK -2015-03-10 06:06:34 queue INFO 1 [884] -2015-03-10 06:06:34 queue INFO >1 [885] -2015-03-10 06:06:35 sendUrl INFO 1 [884] R:OK -2015-03-10 06:06:35 sendUrl INFO 1 [885] R:OK -2015-03-10 06:07:24 queue INFO >>1 [886] -2015-03-10 06:07:25 sendUrl INFO 1 [886] R:OK -2015-03-10 06:08:14 queue INFO >>1 [887] -2015-03-10 06:08:15 sendUrl INFO 1 [887] R:OK -2015-03-10 06:09:05 queue INFO >>1 [888] -2015-03-10 06:09:05 sendUrl INFO 1 [888] R:OK -2015-03-10 06:09:55 queue INFO >>1 [889] -2015-03-10 06:09:55 sendUrl INFO 1 [889] R:OK -2015-03-10 06:10:45 queue INFO >>1 [890] -2015-03-10 06:10:45 sendUrl INFO 1 [890] R:OK -2015-03-10 06:11:01 queue INFO 21 [891] -2015-03-10 06:11:01 queue INFO >21 [892] -2015-03-10 06:11:01 sendUrl INFO 21 [891] R:OK -2015-03-10 06:11:02 sendUrl INFO 21 [892] R:OK -2015-03-10 06:11:51 queue INFO >>21 [893] -2015-03-10 06:11:51 sendUrl INFO 21 [893] R:OK -2015-03-10 06:12:41 queue INFO >>21 [894] -2015-03-10 06:12:41 sendUrl INFO 21 [894] R:OK -2015-03-10 06:13:31 queue INFO >>21 [895] -2015-03-10 06:13:31 sendUrl INFO 21 [895] R:OK -2015-03-10 06:14:00 queue INFO 1 [896] -2015-03-10 06:14:00 queue INFO >1 [897] -2015-03-10 06:14:00 sendUrl INFO 1 [896] R:OK -2015-03-10 06:14:00 sendUrl INFO 1 [897] R:OK -2015-03-10 06:14:21 queue INFO 5 [898] -2015-03-10 06:14:21 sendUrl INFO 5 [898] R:OK -2015-03-10 06:14:21 queue INFO >5 [899] -2015-03-10 06:14:22 sendUrl INFO 5 [899] R:OK -2015-03-10 06:14:23 queue INFO 1 [900] -2015-03-10 06:14:23 queue INFO >1 [901] -2015-03-10 06:14:23 sendUrl INFO 1 [900] R:OK -2015-03-10 06:14:24 sendUrl INFO 1 [901] R:OK -2015-03-10 06:15:13 queue INFO >>1 [902] -2015-03-10 06:15:13 sendUrl INFO 1 [902] R:OK -2015-03-10 06:15:52 queue INFO 3 [903] -2015-03-10 06:15:52 queue INFO >3 [904] -2015-03-10 06:15:52 sendUrl INFO 3 [903] R:OK -2015-03-10 06:15:53 sendUrl INFO 3 [904] R:OK -2015-03-10 06:16:42 queue INFO >>3 [905] -2015-03-10 06:16:43 sendUrl INFO 3 [905] R:OK -2015-03-10 06:17:32 queue INFO >>3 [906] -2015-03-10 06:17:33 sendUrl INFO 3 [906] R:OK -2015-03-10 06:18:22 queue INFO >>3 [907] -2015-03-10 06:18:23 sendUrl INFO 3 [907] R:OK -2015-03-10 06:19:13 queue INFO >>3 [908] -2015-03-10 06:19:13 sendUrl INFO 3 [908] R:OK -2015-03-10 06:20:03 queue INFO >>3 [909] -2015-03-10 06:20:03 sendUrl INFO 3 [909] R:OK -2015-03-10 06:20:53 queue INFO >>3 [910] -2015-03-10 06:20:53 sendUrl INFO 3 [910] R:OK -2015-03-10 06:21:43 queue INFO >>3 [911] -2015-03-10 06:21:44 sendUrl INFO 3 [911] R:OK -2015-03-10 06:22:30 queue INFO 7 [912] -2015-03-10 06:22:31 queue INFO >7 [913] -2015-03-10 06:22:31 sendUrl INFO 7 [912] R:OK -2015-03-10 06:22:31 sendUrl INFO 7 [913] R:OK -2015-03-10 06:22:32 queue INFO 3 [914] -2015-03-10 06:22:32 queue INFO >3 [915] -2015-03-10 06:22:32 sendUrl INFO 3 [914] R:OK -2015-03-10 06:22:33 sendUrl INFO 3 [915] R:OK -2015-03-10 06:23:22 queue INFO >>3 [916] -2015-03-10 06:23:23 sendUrl INFO 3 [916] R:OK -2015-03-10 06:24:12 queue INFO >>3 [917] -2015-03-10 06:24:13 sendUrl INFO 3 [917] R:OK -2015-03-10 06:25:03 queue INFO >>3 [918] -2015-03-10 06:25:03 sendUrl INFO 3 [918] R:OK -2015-03-10 06:25:53 queue INFO >>3 [919] -2015-03-10 06:25:53 sendUrl INFO 3 [919] R:OK -2015-03-10 06:26:43 queue INFO >>3 [920] -2015-03-10 06:26:43 sendUrl INFO 3 [920] R:OK -2015-03-10 06:27:33 queue INFO >>3 [921] -2015-03-10 06:27:33 sendUrl INFO 3 [921] R:OK -2015-03-10 06:28:23 queue INFO >>3 [922] -2015-03-10 06:28:23 sendUrl INFO 3 [922] R:OK -2015-03-10 06:29:13 queue INFO >>3 [923] -2015-03-10 06:29:14 sendUrl INFO 3 [923] R:OK -2015-03-10 06:30:03 queue INFO >>3 [924] -2015-03-10 06:30:04 sendUrl INFO 3 [924] R:OK -2015-03-10 06:30:39 queue INFO 7 [925] -2015-03-10 06:30:39 queue INFO >7 [926] -2015-03-10 06:30:40 sendUrl INFO 7 [925] R:OK -2015-03-10 06:30:40 sendUrl INFO 7 [926] R:OK -2015-03-10 06:30:41 queue INFO 3 [927] -2015-03-10 06:30:41 queue INFO >3 [928] -2015-03-10 06:30:41 sendUrl INFO 3 [927] R:OK -2015-03-10 06:30:42 sendUrl INFO 3 [928] R:OK -2015-03-10 06:31:31 queue INFO >>3 [929] -2015-03-10 06:31:31 sendUrl INFO 3 [929] R:OK -2015-03-10 06:32:21 queue INFO >>3 [930] -2015-03-10 06:32:21 sendUrl INFO 3 [930] R:OK -2015-03-10 06:33:11 queue INFO >>3 [931] -2015-03-10 06:33:12 sendUrl INFO 3 [931] R:OK -2015-03-10 06:34:01 queue INFO >>3 [932] -2015-03-10 06:34:01 sendUrl INFO 3 [932] R:OK -2015-03-10 06:34:52 queue INFO >>3 [933] -2015-03-10 06:34:52 sendUrl INFO 3 [933] R:OK -2015-03-10 06:35:42 queue INFO >>3 [934] -2015-03-10 06:35:42 sendUrl INFO 3 [934] R:OK -2015-03-10 06:36:32 queue INFO >>3 [935] -2015-03-10 06:36:32 sendUrl INFO 3 [935] R:OK -2015-03-10 06:37:22 queue INFO >>3 [936] -2015-03-10 06:37:22 sendUrl INFO 3 [936] R:OK -2015-03-10 06:38:12 queue INFO >>3 [937] -2015-03-10 06:38:13 sendUrl INFO 3 [937] R:OK -2015-03-10 06:38:48 queue INFO 7 [938] -2015-03-10 06:38:48 queue INFO >7 [939] -2015-03-10 06:38:48 sendUrl INFO 7 [938] R:OK -2015-03-10 06:38:48 sendUrl INFO 7 [939] R:OK -2015-03-10 06:38:49 queue INFO 3 [940] -2015-03-10 06:38:49 sendUrl INFO 3 [940] R:OK -2015-03-10 06:38:49 queue INFO >3 [941] -2015-03-10 06:38:50 sendUrl INFO 3 [941] R:OK -2015-03-10 06:39:39 queue INFO >>3 [942] -2015-03-10 06:39:40 sendUrl INFO 3 [942] R:OK -2015-03-10 06:40:30 queue INFO >>3 [943] -2015-03-10 06:40:30 sendUrl INFO 3 [943] R:OK -2015-03-10 06:41:20 queue INFO >>3 [944] -2015-03-10 06:41:20 sendUrl INFO 3 [944] R:OK -2015-03-10 06:42:10 queue INFO >>3 [945] -2015-03-10 06:42:10 sendUrl INFO 3 [945] R:OK -2015-03-10 06:43:00 queue INFO >>3 [946] -2015-03-10 06:43:01 sendUrl INFO 3 [946] R:OK -2015-03-10 06:43:50 queue INFO >>3 [947] -2015-03-10 06:43:50 sendUrl INFO 3 [947] R:OK -2015-03-10 06:44:40 queue INFO >>3 [948] -2015-03-10 06:44:41 sendUrl INFO 3 [948] R:OK -2015-03-10 06:45:30 queue INFO >>3 [949] -2015-03-10 06:45:31 sendUrl INFO 3 [949] R:OK -2015-03-10 06:46:21 queue INFO >>3 [950] -2015-03-10 06:46:21 sendUrl INFO 3 [950] R:OK -2015-03-10 06:46:57 queue INFO 7 [951] -2015-03-10 06:46:57 queue INFO >7 [952] -2015-03-10 06:46:58 sendUrl INFO 7 [951] R:OK -2015-03-10 06:46:58 sendUrl INFO 7 [952] R:OK -2015-03-10 06:46:59 queue INFO 3 [953] -2015-03-10 06:46:59 queue INFO >3 [954] -2015-03-10 06:46:59 sendUrl INFO 3 [953] R:OK -2015-03-10 06:47:00 sendUrl INFO 3 [954] R:OK -2015-03-10 06:47:49 queue INFO >>3 [955] -2015-03-10 06:47:49 sendUrl INFO 3 [955] R:OK -2015-03-10 06:48:39 queue INFO >>3 [956] -2015-03-10 06:48:39 sendUrl INFO 3 [956] R:OK -2015-03-10 06:49:29 queue INFO >>3 [957] -2015-03-10 06:49:30 sendUrl INFO 3 [957] R:OK -2015-03-10 06:50:19 queue INFO >>3 [958] -2015-03-10 06:50:19 sendUrl INFO 3 [958] R:OK -2015-03-10 06:51:10 queue INFO >>3 [959] -2015-03-10 06:51:10 sendUrl INFO 3 [959] R:OK -2015-03-10 06:52:00 queue INFO >>3 [960] -2015-03-10 06:52:00 sendUrl INFO 3 [960] R:OK -2015-03-10 06:52:50 queue INFO >>3 [961] -2015-03-10 06:52:50 sendUrl INFO 3 [961] R:OK -2015-03-10 06:53:40 queue INFO >>3 [962] -2015-03-10 06:53:40 sendUrl INFO 3 [962] R:OK -2015-03-10 06:54:30 queue INFO >>3 [963] -2015-03-10 06:54:31 sendUrl INFO 3 [963] R:OK -2015-03-10 06:55:06 queue INFO 7 [964] -2015-03-10 06:55:06 queue INFO >7 [965] -2015-03-10 06:55:06 sendUrl INFO 7 [964] R:OK -2015-03-10 06:55:07 sendUrl INFO 7 [965] R:OK -2015-03-10 06:55:07 queue INFO 3 [966] -2015-03-10 06:55:08 queue INFO >3 [967] -2015-03-10 06:55:08 sendUrl INFO 3 [966] R:OK -2015-03-10 06:55:08 sendUrl INFO 3 [967] R:OK -2015-03-10 06:55:58 queue INFO >>3 [968] -2015-03-10 06:55:58 sendUrl INFO 3 [968] R:OK -2015-03-10 06:56:48 queue INFO >>3 [969] -2015-03-10 06:56:48 sendUrl INFO 3 [969] R:OK -2015-03-10 06:57:38 queue INFO >>3 [970] -2015-03-10 06:57:38 sendUrl INFO 3 [970] R:OK -2015-03-10 06:58:28 queue INFO >>3 [971] -2015-03-10 06:58:28 sendUrl INFO 3 [971] R:OK -2015-03-10 06:59:18 queue INFO >>3 [972] -2015-03-10 06:59:19 sendUrl INFO 3 [972] R:OK -2015-03-10 07:00:08 queue INFO >>3 [973] -2015-03-10 07:00:09 sendUrl INFO 3 [973] R:OK -2015-03-10 07:00:59 queue INFO >>3 [974] -2015-03-10 07:00:59 sendUrl INFO 3 [974] R:OK -2015-03-10 07:01:49 queue INFO >>3 [975] -2015-03-10 07:01:49 sendUrl INFO 3 [975] R:OK -2015-03-10 07:02:39 queue INFO >>3 [976] -2015-03-10 07:02:39 sendUrl INFO 3 [976] R:OK -2015-03-10 07:03:15 queue INFO 7 [977] -2015-03-10 07:03:15 queue INFO >7 [978] -2015-03-10 07:03:15 sendUrl INFO 7 [977] R:OK -2015-03-10 07:03:16 sendUrl INFO 7 [978] R:OK -2015-03-10 07:03:17 queue INFO 3 [979] -2015-03-10 07:03:17 sendUrl INFO 3 [979] R:OK -2015-03-10 07:03:17 queue INFO >3 [980] -2015-03-10 07:03:17 sendUrl INFO 3 [980] R:OK -2015-03-10 07:04:07 queue INFO >>3 [981] -2015-03-10 07:04:07 sendUrl INFO 3 [981] R:OK -2015-03-10 07:04:57 queue INFO >>3 [982] -2015-03-10 07:04:57 sendUrl INFO 3 [982] R:OK -2015-03-10 07:05:47 queue INFO >>3 [983] -2015-03-10 07:05:47 sendUrl INFO 3 [983] R:OK -2015-03-10 07:06:37 queue INFO >>3 [984] -2015-03-10 07:06:38 sendUrl INFO 3 [984] R:OK -2015-03-10 07:07:27 queue INFO >>3 [985] -2015-03-10 07:07:28 sendUrl INFO 3 [985] R:OK -2015-03-10 07:08:17 queue INFO >>3 [986] -2015-03-10 07:08:18 sendUrl INFO 3 [986] R:OK -2015-03-10 07:09:08 queue INFO >>3 [987] -2015-03-10 07:09:08 sendUrl INFO 3 [987] R:OK -2015-03-10 07:09:58 queue INFO >>3 [988] -2015-03-10 07:09:58 sendUrl INFO 3 [988] R:OK -2015-03-10 07:10:48 queue INFO >>3 [989] -2015-03-10 07:10:48 sendUrl INFO 3 [989] R:OK -2015-03-10 07:11:24 queue INFO 7 [990] -2015-03-10 07:11:25 queue INFO >7 [991] -2015-03-10 07:11:25 sendUrl INFO 7 [990] R:OK -2015-03-10 07:11:25 sendUrl INFO 7 [991] R:OK -2015-03-10 07:11:26 queue INFO 3 [992] -2015-03-10 07:11:26 queue INFO >3 [993] -2015-03-10 07:11:26 sendUrl INFO 3 [992] R:OK -2015-03-10 07:11:27 sendUrl INFO 3 [993] R:OK -2015-03-10 07:12:16 queue INFO >>3 [994] -2015-03-10 07:12:17 sendUrl INFO 3 [994] R:OK -2015-03-10 07:13:06 queue INFO >>3 [995] -2015-03-10 07:13:07 sendUrl INFO 3 [995] R:OK -2015-03-10 07:13:57 queue INFO >>3 [996] -2015-03-10 07:13:57 sendUrl INFO 3 [996] R:OK -2015-03-10 07:14:47 queue INFO >>3 [997] -2015-03-10 07:14:47 sendUrl INFO 3 [997] R:OK -2015-03-10 07:15:37 queue INFO >>3 [998] -2015-03-10 07:15:37 sendUrl INFO 3 [998] R:OK -2015-03-10 07:16:27 queue INFO >>3 [999] -2015-03-10 07:16:27 sendUrl INFO 3 [999] R:OK -2015-03-10 07:17:17 queue INFO >>3 [0] -2015-03-10 07:17:17 sendUrl INFO 3 [0] R:OK -2015-03-10 07:18:07 queue INFO >>3 [1] -2015-03-10 07:18:08 sendUrl INFO 3 [1] R:OK -2015-03-10 07:18:57 queue INFO >>3 [2] -2015-03-10 07:18:58 sendUrl INFO 3 [2] R:OK -2015-03-10 07:19:33 queue INFO 7 [3] -2015-03-10 07:19:33 sendUrl INFO 7 [3] R:OK -2015-03-10 07:19:33 queue INFO >7 [4] -2015-03-10 07:19:34 sendUrl INFO 7 [4] R:OK -2015-03-10 07:19:35 queue INFO 3 [5] -2015-03-10 07:19:35 queue INFO >3 [6] -2015-03-10 07:19:35 sendUrl INFO 3 [5] R:OK -2015-03-10 07:19:36 sendUrl INFO 3 [6] R:OK -2015-03-10 07:20:25 queue INFO >>3 [7] -2015-03-10 07:20:25 sendUrl INFO 3 [7] R:OK -2015-03-10 07:21:15 queue INFO >>3 [8] -2015-03-10 07:21:15 sendUrl INFO 3 [8] R:OK -2015-03-10 07:22:05 queue INFO >>3 [9] -2015-03-10 07:22:05 sendUrl INFO 3 [9] R:OK -2015-03-10 07:22:55 queue INFO >>3 [10] -2015-03-10 07:22:55 sendUrl INFO 3 [10] R:OK -2015-03-10 07:23:45 queue INFO >>3 [11] -2015-03-10 07:23:46 sendUrl INFO 3 [11] R:OK -2015-03-10 07:24:35 queue INFO >>3 [12] -2015-03-10 07:24:36 sendUrl INFO 3 [12] R:OK -2015-03-10 07:25:26 queue INFO >>3 [13] -2015-03-10 07:25:26 sendUrl INFO 3 [13] R:OK -2015-03-10 07:26:16 queue INFO >>3 [14] -2015-03-10 07:26:16 sendUrl INFO 3 [14] R:OK -2015-03-10 07:27:06 queue INFO >>3 [15] -2015-03-10 07:27:06 sendUrl INFO 3 [15] R:OK -2015-03-10 07:27:42 queue INFO 7 [16] -2015-03-10 07:27:42 queue INFO >7 [17] -2015-03-10 07:27:42 sendUrl INFO 7 [16] R:OK -2015-03-10 07:27:42 sendUrl INFO 7 [17] R:OK -2015-03-10 07:27:43 queue INFO 3 [18] -2015-03-10 07:27:43 sendUrl INFO 3 [18] R:OK -2015-03-10 07:27:43 queue INFO >3 [19] -2015-03-10 07:27:44 sendUrl INFO 3 [19] R:OK -2015-03-10 07:28:33 queue INFO >>3 [20] -2015-03-10 07:28:34 sendUrl INFO 3 [20] R:OK -2015-03-10 07:29:24 queue INFO >>3 [21] -2015-03-10 07:29:24 sendUrl INFO 3 [21] R:OK -2015-03-10 07:30:14 queue INFO >>3 [22] -2015-03-10 07:30:14 sendUrl INFO 3 [22] R:OK -2015-03-10 07:31:04 queue INFO >>3 [23] -2015-03-10 07:31:04 sendUrl INFO 3 [23] R:OK -2015-03-10 07:31:54 queue INFO >>3 [24] -2015-03-10 07:31:55 sendUrl INFO 3 [24] R:OK -2015-03-10 07:32:44 queue INFO >>3 [25] -2015-03-10 07:32:44 sendUrl INFO 3 [25] R:OK -2015-03-10 07:33:34 queue INFO >>3 [26] -2015-03-10 07:33:35 sendUrl INFO 3 [26] R:OK -2015-03-10 07:34:24 queue INFO >>3 [27] -2015-03-10 07:34:25 sendUrl INFO 3 [27] R:OK -2015-03-10 07:35:15 queue INFO >>3 [28] -2015-03-10 07:35:15 sendUrl INFO 3 [28] R:OK -2015-03-10 07:35:51 queue INFO 7 [29] -2015-03-10 07:35:51 queue INFO >7 [30] -2015-03-10 07:35:52 sendUrl INFO 7 [29] R:OK -2015-03-10 07:35:52 sendUrl INFO 7 [30] R:OK -2015-03-10 07:35:53 queue INFO 3 [31] -2015-03-10 07:35:53 queue INFO >3 [32] -2015-03-10 07:35:53 sendUrl INFO 3 [31] R:OK -2015-03-10 07:35:54 sendUrl INFO 3 [32] R:OK -2015-03-10 07:36:43 queue INFO >>3 [33] -2015-03-10 07:36:43 sendUrl INFO 3 [33] R:OK -2015-03-10 07:37:33 queue INFO >>3 [34] -2015-03-10 07:37:33 sendUrl INFO 3 [34] R:OK -2015-03-10 07:38:23 queue INFO >>3 [35] -2015-03-10 07:38:24 sendUrl INFO 3 [35] R:OK -2015-03-10 07:39:13 queue INFO >>3 [36] -2015-03-10 07:39:13 sendUrl INFO 3 [36] R:OK -2015-03-10 07:40:04 queue INFO >>3 [37] -2015-03-10 07:40:04 sendUrl INFO 3 [37] R:OK -2015-03-10 07:40:13 queue INFO 1 [38] -2015-03-10 07:40:14 queue INFO >1 [39] -2015-03-10 07:40:14 sendUrl INFO 1 [38] R:OK -2015-03-10 07:40:14 sendUrl INFO 1 [39] R:OK -2015-03-10 07:41:04 queue INFO >>1 [40] -2015-03-10 07:41:04 sendUrl INFO 1 [40] R:OK -2015-03-10 07:41:54 queue INFO >>1 [41] -2015-03-10 07:41:54 sendUrl INFO 1 [41] R:OK -2015-03-10 07:42:44 queue INFO >>1 [42] -2015-03-10 07:42:44 sendUrl INFO 1 [42] R:OK -2015-03-10 07:43:34 queue INFO >>1 [43] -2015-03-10 07:43:34 sendUrl INFO 1 [43] R:OK -2015-03-10 07:44:07 queue INFO 21 [44] -2015-03-10 07:44:07 queue INFO >21 [45] -2015-03-10 07:44:07 sendUrl INFO 21 [44] R:OK -2015-03-10 07:44:08 sendUrl INFO 21 [45] R:OK -2015-03-10 07:44:57 queue INFO >>21 [46] -2015-03-10 07:44:58 sendUrl INFO 21 [46] R:OK -2015-03-10 07:45:47 queue INFO >>21 [47] -2015-03-10 07:45:48 sendUrl INFO 21 [47] R:OK -2015-03-10 07:46:38 queue INFO >>21 [48] -2015-03-10 07:46:38 sendUrl INFO 21 [48] R:OK -2015-03-10 07:47:28 queue INFO >>21 [49] -2015-03-10 07:47:28 sendUrl INFO 21 [49] R:OK -2015-03-10 07:48:18 queue INFO >>21 [50] -2015-03-10 07:48:18 sendUrl INFO 21 [50] R:OK -2015-03-10 07:49:08 queue INFO >>21 [51] -2015-03-10 07:49:08 sendUrl INFO 21 [51] R:OK -2015-03-10 07:49:20 queue INFO 1 [52] -2015-03-10 07:49:21 sendUrl INFO 1 [52] R:OK -2015-03-10 07:49:21 queue INFO >1 [53] -2015-03-10 07:49:21 sendUrl INFO 1 [53] R:OK -2015-03-10 07:49:42 queue INFO 5 [54] -2015-03-10 07:49:42 queue INFO >5 [55] -2015-03-10 07:49:42 sendUrl INFO 5 [54] R:OK -2015-03-10 07:49:43 sendUrl INFO 5 [55] R:OK -2015-03-10 07:49:44 queue INFO 1 [56] -2015-03-10 07:49:44 sendUrl INFO 1 [56] R:OK -2015-03-10 07:49:44 queue INFO >1 [57] -2015-03-10 07:49:44 sendUrl INFO 1 [57] R:OK -2015-03-10 07:50:34 queue INFO >>1 [58] -2015-03-10 07:50:34 sendUrl INFO 1 [58] R:OK -2015-03-10 07:51:13 queue INFO 3 [59] -2015-03-10 07:51:13 queue INFO >3 [60] -2015-03-10 07:51:13 sendUrl INFO 3 [59] R:OK -2015-03-10 07:51:14 sendUrl INFO 3 [60] R:OK -2015-03-10 07:52:03 queue INFO >>3 [61] -2015-03-10 07:52:03 sendUrl INFO 3 [61] R:OK -2015-03-10 07:52:53 queue INFO >>3 [62] -2015-03-10 07:52:53 sendUrl INFO 3 [62] R:OK -2015-03-10 07:53:43 queue INFO >>3 [63] -2015-03-10 07:53:44 sendUrl INFO 3 [63] R:OK -2015-03-10 07:54:33 queue INFO >>3 [64] -2015-03-10 07:54:34 sendUrl INFO 3 [64] R:OK -2015-03-10 07:55:24 queue INFO >>3 [65] -2015-03-10 07:55:24 sendUrl INFO 3 [65] R:OK -2015-03-10 07:56:14 queue INFO >>3 [66] -2015-03-10 07:56:14 sendUrl INFO 3 [66] R:OK -2015-03-10 07:57:04 queue INFO >>3 [67] -2015-03-10 07:57:04 sendUrl INFO 3 [67] R:OK -2015-03-10 07:57:51 queue INFO 7 [68] -2015-03-10 07:57:51 queue INFO >7 [69] -2015-03-10 07:57:51 sendUrl INFO 7 [68] R:OK -2015-03-10 07:57:52 sendUrl INFO 7 [69] R:OK -2015-03-10 07:57:53 queue INFO 3 [70] -2015-03-10 07:57:53 sendUrl INFO 3 [70] R:OK -2015-03-10 07:57:53 queue INFO >3 [71] -2015-03-10 07:57:53 sendUrl INFO 3 [71] R:OK -2015-03-10 07:58:43 queue INFO >>3 [72] -2015-03-10 07:58:43 sendUrl INFO 3 [72] R:OK -2015-03-10 07:59:33 queue INFO >>3 [73] -2015-03-10 07:59:34 sendUrl INFO 3 [73] R:OK -2015-03-10 08:00:23 queue INFO >>3 [74] -2015-03-10 08:00:23 sendUrl INFO 3 [74] R:OK -2015-03-10 08:01:13 queue INFO >>3 [75] -2015-03-10 08:01:14 sendUrl INFO 3 [75] R:OK -2015-03-10 08:02:04 queue INFO >>3 [76] -2015-03-10 08:02:04 sendUrl INFO 3 [76] R:OK -2015-03-10 08:02:54 queue INFO >>3 [77] -2015-03-10 08:02:54 sendUrl INFO 3 [77] R:OK -2015-03-10 08:03:44 queue INFO >>3 [78] -2015-03-10 08:03:44 sendUrl INFO 3 [78] R:OK -2015-03-10 08:04:34 queue INFO >>3 [79] -2015-03-10 08:04:35 sendUrl INFO 3 [79] R:OK -2015-03-10 08:05:24 queue INFO >>3 [80] -2015-03-10 08:05:24 sendUrl INFO 3 [80] R:OK -2015-03-10 08:06:00 queue INFO 7 [81] -2015-03-10 08:06:00 queue INFO >7 [82] -2015-03-10 08:06:00 sendUrl INFO 7 [81] R:OK -2015-03-10 08:06:01 sendUrl INFO 7 [82] R:OK -2015-03-10 08:06:01 queue INFO 3 [83] -2015-03-10 08:06:02 queue INFO >3 [84] -2015-03-10 08:06:02 sendUrl INFO 3 [83] R:OK -2015-03-10 08:06:02 sendUrl INFO 3 [84] R:OK -2015-03-10 08:06:52 queue INFO >>3 [85] -2015-03-10 08:06:52 sendUrl INFO 3 [85] R:OK -2015-03-10 08:07:42 queue INFO >>3 [86] -2015-03-10 08:07:42 sendUrl INFO 3 [86] R:OK -2015-03-10 08:08:32 queue INFO >>3 [87] -2015-03-10 08:08:32 sendUrl INFO 3 [87] R:OK -2015-03-10 08:09:22 queue INFO >>3 [88] -2015-03-10 08:09:23 sendUrl INFO 3 [88] R:OK -2015-03-10 08:10:12 queue INFO >>3 [89] -2015-03-10 08:10:12 sendUrl INFO 3 [89] R:OK -2015-03-10 08:11:02 queue INFO >>3 [90] -2015-03-10 08:11:03 sendUrl INFO 3 [90] R:OK -2015-03-10 08:11:53 queue INFO >>3 [91] -2015-03-10 08:11:53 sendUrl INFO 3 [91] R:OK -2015-03-10 08:12:43 queue INFO >>3 [92] -2015-03-10 08:12:43 sendUrl INFO 3 [92] R:OK -2015-03-10 08:13:33 queue INFO >>3 [93] -2015-03-10 08:13:33 sendUrl INFO 3 [93] R:OK -2015-03-10 08:14:08 queue INFO 7 [94] -2015-03-10 08:14:09 queue INFO >7 [95] -2015-03-10 08:14:09 sendUrl INFO 7 [94] R:OK -2015-03-10 08:14:09 sendUrl INFO 7 [95] R:OK -2015-03-10 08:14:10 queue INFO 3 [96] -2015-03-10 08:14:10 queue INFO >3 [97] -2015-03-10 08:14:10 sendUrl INFO 3 [96] R:OK -2015-03-10 08:14:11 sendUrl INFO 3 [97] R:OK -2015-03-10 08:15:00 queue INFO >>3 [98] -2015-03-10 08:15:00 sendUrl INFO 3 [98] R:OK -2015-03-10 08:15:50 queue INFO >>3 [99] -2015-03-10 08:15:51 sendUrl INFO 3 [99] R:OK -2015-03-10 08:16:40 queue INFO >>3 [100] -2015-03-10 08:16:41 sendUrl INFO 3 [100] R:OK -2015-03-10 08:17:31 queue INFO >>3 [101] -2015-03-10 08:17:31 sendUrl INFO 3 [101] R:OK -2015-03-10 08:18:21 queue INFO >>3 [102] -2015-03-10 08:18:21 sendUrl INFO 3 [102] R:OK -2015-03-10 08:19:11 queue INFO >>3 [103] -2015-03-10 08:19:11 sendUrl INFO 3 [103] R:OK -2015-03-10 08:20:01 queue INFO >>3 [104] -2015-03-10 08:20:01 sendUrl INFO 3 [104] R:OK -2015-03-10 08:20:51 queue INFO >>3 [105] -2015-03-10 08:20:52 sendUrl INFO 3 [105] R:OK -2015-03-10 08:21:41 queue INFO >>3 [106] -2015-03-10 08:21:42 sendUrl INFO 3 [106] R:OK -2015-03-10 08:22:18 queue INFO 7 [107] -2015-03-10 08:22:18 queue INFO >7 [108] -2015-03-10 08:22:18 sendUrl INFO 7 [107] R:OK -2015-03-10 08:22:19 sendUrl INFO 7 [108] R:OK -2015-03-10 08:22:19 queue INFO 3 [109] -2015-03-10 08:22:20 queue INFO >3 [110] -2015-03-10 08:22:20 sendUrl INFO 3 [109] R:OK -2015-03-10 08:22:20 sendUrl INFO 3 [110] R:OK -2015-03-10 08:23:10 queue INFO >>3 [111] -2015-03-10 08:23:10 sendUrl INFO 3 [111] R:OK -2015-03-10 08:24:00 queue INFO >>3 [112] -2015-03-10 08:24:00 sendUrl INFO 3 [112] R:OK -2015-03-10 08:24:50 queue INFO >>3 [113] -2015-03-10 08:24:50 sendUrl INFO 3 [113] R:OK -2015-03-10 08:25:40 queue INFO >>3 [114] -2015-03-10 08:25:41 sendUrl INFO 3 [114] R:OK -2015-03-10 08:26:30 queue INFO >>3 [115] -2015-03-10 08:26:30 sendUrl INFO 3 [115] R:OK -2015-03-10 08:27:20 queue INFO >>3 [116] -2015-03-10 08:27:21 sendUrl INFO 3 [116] R:OK -2015-03-10 08:28:11 queue INFO >>3 [117] -2015-03-10 08:28:11 sendUrl INFO 3 [117] R:OK -2015-03-10 08:28:47 queue INFO 21 [118] -2015-03-10 08:28:47 queue INFO >21 [119] -2015-03-10 08:28:47 sendUrl INFO 21 [118] R:OK -2015-03-10 08:28:48 sendUrl INFO 21 [119] R:OK -2015-03-10 08:29:37 queue INFO >>21 [120] -2015-03-10 08:29:38 sendUrl INFO 21 [120] R:OK -2015-03-10 08:30:27 queue INFO >>21 [121] -2015-03-10 08:30:28 sendUrl INFO 21 [121] R:OK -2015-03-10 08:31:18 queue INFO >>21 [122] -2015-03-10 08:31:18 sendUrl INFO 21 [122] R:OK -2015-03-10 08:32:08 queue INFO >>21 [123] -2015-03-10 08:32:08 sendUrl INFO 21 [123] R:OK -2015-03-10 08:32:58 queue INFO >>21 [124] -2015-03-10 08:32:58 sendUrl INFO 21 [124] R:OK -2015-03-10 08:33:48 queue INFO >>21 [125] -2015-03-10 08:33:48 sendUrl INFO 21 [125] R:OK -2015-03-10 08:34:38 queue INFO >>21 [126] -2015-03-10 08:34:39 sendUrl INFO 21 [126] R:OK -2015-03-10 08:35:28 queue INFO >>21 [127] -2015-03-10 08:35:28 sendUrl INFO 21 [127] R:OK -2015-03-10 08:36:18 queue INFO >>21 [128] -2015-03-10 08:36:19 sendUrl INFO 21 [128] R:OK -2015-03-10 08:36:39 queue INFO 1 [129] -2015-03-10 08:36:39 sendUrl INFO 1 [129] R:OK -2015-03-10 08:36:39 queue INFO >1 [130] -2015-03-10 08:36:39 sendUrl INFO 1 [130] R:OK -2015-03-10 08:37:04 queue INFO 5 [131] -2015-03-10 08:37:05 sendUrl INFO 5 [131] R:OK -2015-03-10 08:37:05 queue INFO >5 [132] -2015-03-10 08:37:05 sendUrl INFO 5 [132] R:OK -2015-03-10 08:37:06 queue INFO 1 [133] -2015-03-10 08:37:06 queue INFO >1 [134] -2015-03-10 08:37:07 sendUrl INFO 1 [133] R:OK -2015-03-10 08:37:07 sendUrl INFO 1 [134] R:OK -2015-03-10 08:37:56 queue INFO >>1 [135] -2015-03-10 08:37:56 sendUrl INFO 1 [135] R:OK -2015-03-10 08:38:35 queue INFO 3 [136] -2015-03-10 08:38:36 queue INFO >3 [137] -2015-03-10 08:38:36 sendUrl INFO 3 [136] R:OK -2015-03-10 08:38:36 sendUrl INFO 3 [137] R:OK -2015-03-10 08:39:26 queue INFO >>3 [138] -2015-03-10 08:39:26 sendUrl INFO 3 [138] R:OK -2015-03-10 08:40:16 queue INFO >>3 [139] -2015-03-10 08:40:16 sendUrl INFO 3 [139] R:OK -2015-03-10 08:41:06 queue INFO >>3 [140] -2015-03-10 08:41:06 sendUrl INFO 3 [140] R:OK -2015-03-10 08:41:56 queue INFO >>3 [141] -2015-03-10 08:41:56 sendUrl INFO 3 [141] R:OK -2015-03-10 08:42:46 queue INFO >>3 [142] -2015-03-10 08:42:47 sendUrl INFO 3 [142] R:OK -2015-03-10 08:43:36 queue INFO >>3 [143] -2015-03-10 08:43:37 sendUrl INFO 3 [143] R:OK -2015-03-10 08:44:27 queue INFO >>3 [144] -2015-03-10 08:44:27 sendUrl INFO 3 [144] R:OK -2015-03-10 08:45:17 queue INFO 7 [145] -2015-03-10 08:45:17 sendUrl INFO 7 [145] R:OK -2015-03-10 08:45:17 queue INFO >7 [146] -2015-03-10 08:45:17 sendUrl INFO 7 [146] R:OK -2015-03-10 08:45:18 queue INFO 3 [147] -2015-03-10 08:45:19 queue INFO >3 [148] -2015-03-10 08:45:19 sendUrl INFO 3 [147] R:OK -2015-03-10 08:45:19 sendUrl INFO 3 [148] R:OK -2015-03-10 08:46:08 queue INFO >>3 [149] -2015-03-10 08:46:09 sendUrl INFO 3 [149] R:OK -2015-03-10 08:46:59 queue INFO >>3 [150] -2015-03-10 08:46:59 sendUrl INFO 3 [150] R:OK -2015-03-10 08:47:49 queue INFO >>3 [151] -2015-03-10 08:47:49 sendUrl INFO 3 [151] R:OK -2015-03-10 08:48:39 queue INFO >>3 [152] -2015-03-10 08:48:39 sendUrl INFO 3 [152] R:OK -2015-03-10 08:49:29 queue INFO >>3 [153] -2015-03-10 08:49:29 sendUrl INFO 3 [153] R:OK -2015-03-10 08:50:19 queue INFO >>3 [154] -2015-03-10 08:50:19 sendUrl INFO 3 [154] R:OK -2015-03-10 08:51:09 queue INFO >>3 [155] -2015-03-10 08:51:10 sendUrl INFO 3 [155] R:OK -2015-03-10 08:52:00 queue INFO >>3 [156] -2015-03-10 08:52:00 sendUrl INFO 3 [156] R:OK -2015-03-10 08:52:50 queue INFO >>3 [157] -2015-03-10 08:52:50 sendUrl INFO 3 [157] R:OK -2015-03-10 08:53:28 queue INFO 7 [158] -2015-03-10 08:53:29 sendUrl INFO 7 [158] R:OK -2015-03-10 08:53:29 queue INFO >7 [159] -2015-03-10 08:53:29 sendUrl INFO 7 [159] R:OK -2015-03-10 08:53:30 queue INFO 3 [160] -2015-03-10 08:53:30 queue INFO >3 [161] -2015-03-10 08:53:31 sendUrl INFO 3 [160] R:OK -2015-03-10 08:53:31 sendUrl INFO 3 [161] R:OK -2015-03-10 08:54:20 queue INFO >>3 [162] -2015-03-10 08:54:20 sendUrl INFO 3 [162] R:OK -2015-03-10 08:55:10 queue INFO >>3 [163] -2015-03-10 08:55:11 sendUrl INFO 3 [163] R:OK -2015-03-10 08:56:00 queue INFO >>3 [164] -2015-03-10 08:56:01 sendUrl INFO 3 [164] R:OK -2015-03-10 08:56:51 queue INFO >>3 [165] -2015-03-10 08:56:51 sendUrl INFO 3 [165] R:OK -2015-03-10 08:57:41 queue INFO >>3 [166] -2015-03-10 08:57:41 sendUrl INFO 3 [166] R:OK -2015-03-10 08:58:31 queue INFO >>3 [167] -2015-03-10 08:58:31 sendUrl INFO 3 [167] R:OK -2015-03-10 08:59:21 queue INFO >>3 [168] -2015-03-10 08:59:21 sendUrl INFO 3 [168] R:OK -2015-03-10 09:00:11 queue INFO >>3 [169] -2015-03-10 09:00:12 sendUrl INFO 3 [169] R:OK -2015-03-10 09:01:01 queue INFO >>3 [170] -2015-03-10 09:01:02 sendUrl INFO 3 [170] R:OK -2015-03-10 09:01:40 queue INFO 7 [171] -2015-03-10 09:01:40 queue INFO >7 [172] -2015-03-10 09:01:40 sendUrl INFO 7 [171] R:OK -2015-03-10 09:01:41 sendUrl INFO 7 [172] R:OK -2015-03-10 09:01:42 queue INFO 3 [173] -2015-03-10 09:01:42 queue INFO >3 [174] -2015-03-10 09:01:42 sendUrl INFO 3 [173] R:OK -2015-03-10 09:01:42 sendUrl INFO 3 [174] R:OK -2015-03-10 09:02:32 queue INFO >>3 [175] -2015-03-10 09:02:32 sendUrl INFO 3 [175] R:OK -2015-03-10 09:03:22 queue INFO >>3 [176] -2015-03-10 09:03:22 sendUrl INFO 3 [176] R:OK -2015-03-10 09:04:12 queue INFO >>3 [177] -2015-03-10 09:04:12 sendUrl INFO 3 [177] R:OK -2015-03-10 09:05:02 queue INFO >>3 [178] -2015-03-10 09:05:02 sendUrl INFO 3 [178] R:OK -2015-03-10 09:05:52 queue INFO >>3 [179] -2015-03-10 09:05:52 sendUrl INFO 3 [179] R:OK -2015-03-10 09:06:42 queue INFO >>3 [180] -2015-03-10 09:06:43 sendUrl INFO 3 [180] R:OK -2015-03-10 09:07:32 queue INFO >>3 [181] -2015-03-10 09:07:33 sendUrl INFO 3 [181] R:OK -2015-03-10 09:08:23 queue INFO >>3 [182] -2015-03-10 09:08:23 sendUrl INFO 3 [182] R:OK -2015-03-10 09:09:13 queue INFO >>3 [183] -2015-03-10 09:09:13 sendUrl INFO 3 [183] R:OK -2015-03-10 09:09:52 queue INFO 7 [184] -2015-03-10 09:09:52 queue INFO >7 [185] -2015-03-10 09:09:53 sendUrl INFO 7 [184] R:OK -2015-03-10 09:09:53 sendUrl INFO 7 [185] R:OK -2015-03-10 09:09:54 queue INFO 3 [186] -2015-03-10 09:09:54 queue INFO >3 [187] -2015-03-10 09:09:54 sendUrl INFO 3 [186] R:OK -2015-03-10 09:09:55 sendUrl INFO 3 [187] R:OK -2015-03-10 09:10:44 queue INFO >>3 [188] -2015-03-10 09:10:44 sendUrl INFO 3 [188] R:OK -2015-03-10 09:11:34 queue INFO >>3 [189] -2015-03-10 09:11:34 sendUrl INFO 3 [189] R:OK -2015-03-10 09:12:24 queue INFO >>3 [190] -2015-03-10 09:12:25 sendUrl INFO 3 [190] R:OK -2015-03-10 09:13:14 queue INFO >>3 [191] -2015-03-10 09:13:15 sendUrl INFO 3 [191] R:OK -2015-03-10 09:14:05 queue INFO >>3 [192] -2015-03-10 09:14:05 sendUrl INFO 3 [192] R:OK -2015-03-10 09:14:55 queue INFO >>3 [193] -2015-03-10 09:14:55 sendUrl INFO 3 [193] R:OK -2015-03-10 09:15:45 queue INFO >>3 [194] -2015-03-10 09:15:45 sendUrl INFO 3 [194] R:OK -2015-03-10 09:16:35 queue INFO >>3 [195] -2015-03-10 09:16:35 sendUrl INFO 3 [195] R:OK -2015-03-10 09:17:25 queue INFO >>3 [196] -2015-03-10 09:17:26 sendUrl INFO 3 [196] R:OK -2015-03-10 09:18:04 queue INFO 7 [197] -2015-03-10 09:18:04 queue INFO >7 [198] -2015-03-10 09:18:04 sendUrl INFO 7 [197] R:OK -2015-03-10 09:18:05 sendUrl INFO 7 [198] R:OK -2015-03-10 09:18:06 queue INFO 3 [199] -2015-03-10 09:18:06 queue INFO >3 [200] -2015-03-10 09:18:06 sendUrl INFO 3 [199] R:OK -2015-03-10 09:18:06 sendUrl INFO 3 [200] R:OK -2015-03-10 09:18:56 queue INFO >>3 [201] -2015-03-10 09:18:56 sendUrl INFO 3 [201] R:OK -2015-03-10 09:19:46 queue INFO >>3 [202] -2015-03-10 09:19:46 sendUrl INFO 3 [202] R:OK -2015-03-10 09:20:36 queue INFO >>3 [203] -2015-03-10 09:20:36 sendUrl INFO 3 [203] R:OK -2015-03-10 09:21:26 queue INFO >>3 [204] -2015-03-10 09:21:27 sendUrl INFO 3 [204] R:OK -2015-03-10 09:22:16 queue INFO >>3 [205] -2015-03-10 09:22:17 sendUrl INFO 3 [205] R:OK -2015-03-10 09:23:06 queue INFO >>3 [206] -2015-03-10 09:23:07 sendUrl INFO 3 [206] R:OK -2015-03-10 09:23:57 queue INFO >>3 [207] -2015-03-10 09:23:57 sendUrl INFO 3 [207] R:OK -2015-03-10 09:24:47 queue INFO >>3 [208] -2015-03-10 09:24:47 sendUrl INFO 3 [208] R:OK -2015-03-10 09:25:37 queue INFO >>3 [209] -2015-03-10 09:25:37 sendUrl INFO 3 [209] R:OK -2015-03-10 09:26:16 queue INFO 7 [210] -2015-03-10 09:26:16 sendUrl INFO 7 [210] R:OK -2015-03-10 09:26:16 queue INFO >7 [211] -2015-03-10 09:26:17 sendUrl INFO 7 [211] R:OK -2015-03-10 09:26:18 queue INFO 3 [212] -2015-03-10 09:26:18 queue INFO >3 [213] -2015-03-10 09:26:18 sendUrl INFO 3 [212] R:OK -2015-03-10 09:26:19 sendUrl INFO 3 [213] R:OK -2015-03-10 09:27:08 queue INFO >>3 [214] -2015-03-10 09:27:08 sendUrl INFO 3 [214] R:OK -2015-03-10 09:27:58 queue INFO >>3 [215] -2015-03-10 09:27:58 sendUrl INFO 3 [215] R:OK -2015-03-10 09:28:48 queue INFO >>3 [216] -2015-03-10 09:28:48 sendUrl INFO 3 [216] R:OK -2015-03-10 09:29:38 queue INFO >>3 [217] -2015-03-10 09:29:38 sendUrl INFO 3 [217] R:OK -2015-03-10 09:30:28 queue INFO >>3 [218] -2015-03-10 09:30:29 sendUrl INFO 3 [218] R:OK -2015-03-10 09:31:18 queue INFO >>3 [219] -2015-03-10 09:31:19 sendUrl INFO 3 [219] R:OK -2015-03-10 09:32:09 queue INFO >>3 [220] -2015-03-10 09:32:09 sendUrl INFO 3 [220] R:OK -2015-03-10 09:32:59 queue INFO >>3 [221] -2015-03-10 09:32:59 sendUrl INFO 3 [221] R:OK -2015-03-10 09:33:44 queue INFO 1 [222] -2015-03-10 09:33:44 queue INFO >1 [223] -2015-03-10 09:33:45 sendUrl INFO 1 [222] R:OK -2015-03-10 09:33:45 sendUrl INFO 1 [223] R:OK -2015-03-10 09:34:31 queue INFO 21 [224] -2015-03-10 09:34:31 sendUrl INFO 21 [224] R:OK -2015-03-10 09:34:31 queue INFO >21 [225] -2015-03-10 09:34:31 sendUrl INFO 21 [225] R:OK -2015-03-10 09:35:21 queue INFO >>21 [226] -2015-03-10 09:35:21 sendUrl INFO 21 [226] R:OK -2015-03-10 09:36:11 queue INFO >>21 [227] -2015-03-10 09:36:12 sendUrl INFO 21 [227] R:OK -2015-03-10 09:37:01 queue INFO >>21 [228] -2015-03-10 09:37:01 sendUrl INFO 21 [228] R:OK -2015-03-10 09:37:17 queue INFO 1 [229] -2015-03-10 09:37:18 queue INFO >1 [230] -2015-03-10 09:37:18 sendUrl INFO 1 [229] R:OK -2015-03-10 09:37:19 sendUrl INFO 1 [230] R:OK -2015-03-10 09:37:38 queue INFO 5 [231] -2015-03-10 09:37:39 queue INFO >5 [232] -2015-03-10 09:37:39 sendUrl INFO 5 [231] R:OK -2015-03-10 09:37:39 sendUrl INFO 5 [232] R:OK -2015-03-10 09:37:40 queue INFO 1 [233] -2015-03-10 09:37:40 queue INFO >1 [234] -2015-03-10 09:37:40 sendUrl INFO 1 [233] R:OK -2015-03-10 09:37:41 sendUrl INFO 1 [234] R:OK -2015-03-10 09:38:30 queue INFO >>1 [235] -2015-03-10 09:38:30 sendUrl INFO 1 [235] R:OK -2015-03-10 09:39:09 queue INFO 3 [236] -2015-03-10 09:39:10 queue INFO >3 [237] -2015-03-10 09:39:10 sendUrl INFO 3 [236] R:OK -2015-03-10 09:39:10 sendUrl INFO 3 [237] R:OK -2015-03-10 09:39:59 queue INFO >>3 [238] -2015-03-10 09:40:00 sendUrl INFO 3 [238] R:OK -2015-03-10 09:40:50 queue INFO >>3 [239] -2015-03-10 09:40:50 sendUrl INFO 3 [239] R:OK -2015-03-10 09:41:40 queue INFO >>3 [240] -2015-03-10 09:41:40 sendUrl INFO 3 [240] R:OK -2015-03-10 09:42:30 queue INFO >>3 [241] -2015-03-10 09:42:30 sendUrl INFO 3 [241] R:OK -2015-03-10 09:43:20 queue INFO >>3 [242] -2015-03-10 09:43:20 sendUrl INFO 3 [242] R:OK -2015-03-10 09:44:10 queue INFO >>3 [243] -2015-03-10 09:44:10 sendUrl INFO 3 [243] R:OK -2015-03-10 09:45:00 queue INFO >>3 [244] -2015-03-10 09:45:01 sendUrl INFO 3 [244] R:OK -2015-03-10 09:45:50 queue INFO >>3 [245] -2015-03-10 09:45:51 queue INFO 7 [246] -2015-03-10 09:45:51 queue INFO >7 [247] -2015-03-10 09:45:51 sendUrl INFO 3 [245] R:OK -2015-03-10 09:45:51 sendUrl INFO 7 [246] R:OK -2015-03-10 09:45:52 sendUrl INFO 7 [247] R:OK -2015-03-10 09:45:52 queue INFO 3 [248] -2015-03-10 09:45:52 queue INFO >3 [249] -2015-03-10 09:45:52 sendUrl INFO 3 [248] R:OK -2015-03-10 09:45:53 sendUrl INFO 3 [249] R:OK -2015-03-10 09:46:42 queue INFO >>3 [250] -2015-03-10 09:46:43 sendUrl INFO 3 [250] R:OK -2015-03-10 09:47:33 queue INFO >>3 [251] -2015-03-10 09:47:33 sendUrl INFO 3 [251] R:OK -2015-03-10 09:48:23 queue INFO >>3 [252] -2015-03-10 09:48:23 sendUrl INFO 3 [252] R:OK -2015-03-10 09:49:13 queue INFO >>3 [253] -2015-03-10 09:49:13 sendUrl INFO 3 [253] R:OK -2015-03-10 09:50:03 queue INFO >>3 [254] -2015-03-10 09:50:03 sendUrl INFO 3 [254] R:OK -2015-03-10 09:50:53 queue INFO >>3 [255] -2015-03-10 09:50:53 sendUrl INFO 3 [255] R:OK -2015-03-10 09:51:43 queue INFO >>3 [256] -2015-03-10 09:51:44 sendUrl INFO 3 [256] R:OK -2015-03-10 09:52:33 queue INFO >>3 [257] -2015-03-10 09:52:34 sendUrl INFO 3 [257] R:OK -2015-03-10 09:53:24 queue INFO >>3 [258] -2015-03-10 09:53:24 sendUrl INFO 3 [258] R:OK -2015-03-10 09:54:02 queue INFO 7 [259] -2015-03-10 09:54:02 queue INFO >7 [260] -2015-03-10 09:54:03 sendUrl INFO 7 [259] R:OK -2015-03-10 09:54:03 sendUrl INFO 7 [260] R:OK -2015-03-10 09:54:04 queue INFO 3 [261] -2015-03-10 09:54:04 queue INFO >3 [262] -2015-03-10 09:54:04 sendUrl INFO 3 [261] R:OK -2015-03-10 09:54:05 sendUrl INFO 3 [262] R:OK -2015-03-10 09:54:54 queue INFO >>3 [263] -2015-03-10 09:54:54 sendUrl INFO 3 [263] R:OK -2015-03-10 09:55:44 queue INFO >>3 [264] -2015-03-10 09:55:44 sendUrl INFO 3 [264] R:OK -2015-03-10 09:56:34 queue INFO >>3 [265] -2015-03-10 09:56:35 sendUrl INFO 3 [265] R:OK -2015-03-10 09:57:24 queue INFO >>3 [266] -2015-03-10 09:57:25 sendUrl INFO 3 [266] R:OK -2015-03-10 09:58:15 queue INFO >>3 [267] -2015-03-10 09:58:15 sendUrl INFO 3 [267] R:OK -2015-03-10 09:59:05 queue INFO >>3 [268] -2015-03-10 09:59:05 sendUrl INFO 3 [268] R:OK -2015-03-10 09:59:55 queue INFO >>3 [269] -2015-03-10 09:59:55 sendUrl INFO 3 [269] R:OK -2015-03-10 10:00:45 queue INFO >>3 [270] -2015-03-10 10:00:45 sendUrl INFO 3 [270] R:OK -2015-03-10 10:01:35 queue INFO >>3 [271] -2015-03-10 10:01:36 sendUrl INFO 3 [271] R:OK -2015-03-10 10:02:14 queue INFO 7 [272] -2015-03-10 10:02:14 queue INFO >7 [273] -2015-03-10 10:02:14 sendUrl INFO 7 [272] R:OK -2015-03-10 10:02:14 sendUrl INFO 7 [273] R:OK -2015-03-10 10:02:15 queue INFO 3 [274] -2015-03-10 10:02:15 queue INFO >3 [275] -2015-03-10 10:02:16 sendUrl INFO 3 [274] R:OK -2015-03-10 10:02:16 sendUrl INFO 3 [275] R:OK -2015-03-10 10:03:05 queue INFO >>3 [276] -2015-03-10 10:03:06 sendUrl INFO 3 [276] R:OK -2015-03-10 10:03:56 queue INFO >>3 [277] -2015-03-10 10:03:56 sendUrl INFO 3 [277] R:OK -2015-03-10 10:04:46 queue INFO >>3 [278] -2015-03-10 10:04:46 sendUrl INFO 3 [278] R:OK -2015-03-10 10:05:36 queue INFO >>3 [279] -2015-03-10 10:05:36 sendUrl INFO 3 [279] R:OK -2015-03-10 10:06:26 queue INFO >>3 [280] -2015-03-10 10:06:26 sendUrl INFO 3 [280] R:OK -2015-03-10 10:07:16 queue INFO >>3 [281] -2015-03-10 10:07:16 sendUrl INFO 3 [281] R:OK -2015-03-10 10:08:06 queue INFO >>3 [282] -2015-03-10 10:08:07 sendUrl INFO 3 [282] R:OK -2015-03-10 10:08:56 queue INFO >>3 [283] -2015-03-10 10:08:57 sendUrl INFO 3 [283] R:OK -2015-03-10 10:09:47 queue INFO >>3 [284] -2015-03-10 10:09:47 sendUrl INFO 3 [284] R:OK -2015-03-10 10:10:26 queue INFO 7 [285] -2015-03-10 10:10:26 queue INFO >7 [286] -2015-03-10 10:10:27 sendUrl INFO 7 [285] R:OK -2015-03-10 10:10:27 sendUrl INFO 7 [286] R:OK -2015-03-10 10:10:28 queue INFO 3 [287] -2015-03-10 10:10:28 queue INFO >3 [288] -2015-03-10 10:10:28 sendUrl INFO 3 [287] R:OK -2015-03-10 10:10:29 sendUrl INFO 3 [288] R:OK -2015-03-10 10:11:18 queue INFO >>3 [289] -2015-03-10 10:11:18 sendUrl INFO 3 [289] R:OK -2015-03-10 10:12:08 queue INFO >>3 [290] -2015-03-10 10:12:08 sendUrl INFO 3 [290] R:OK -2015-03-10 10:12:58 queue INFO >>3 [291] -2015-03-10 10:12:59 sendUrl INFO 3 [291] R:OK -2015-03-10 10:13:48 queue INFO >>3 [292] -2015-03-10 10:13:49 sendUrl INFO 3 [292] R:OK -2015-03-10 10:14:39 queue INFO >>3 [293] -2015-03-10 10:14:39 sendUrl INFO 3 [293] R:OK -2015-03-10 10:15:29 queue INFO >>3 [294] -2015-03-10 10:15:29 sendUrl INFO 3 [294] R:OK -2015-03-10 10:16:19 queue INFO >>3 [295] -2015-03-10 10:16:19 sendUrl INFO 3 [295] R:OK -2015-03-10 10:17:09 queue INFO >>3 [296] -2015-03-10 10:17:09 sendUrl INFO 3 [296] R:OK -2015-03-10 10:17:59 queue INFO >>3 [297] -2015-03-10 10:17:59 sendUrl INFO 3 [297] R:OK -2015-03-10 10:18:38 queue INFO 7 [298] -2015-03-10 10:18:38 sendUrl INFO 7 [298] R:OK -2015-03-10 10:18:38 queue INFO >7 [299] -2015-03-10 10:18:38 sendUrl INFO 7 [299] R:OK -2015-03-10 10:18:40 queue INFO 3 [300] -2015-03-10 10:18:40 queue INFO >3 [301] -2015-03-10 10:18:40 sendUrl INFO 3 [300] R:OK -2015-03-10 10:18:41 sendUrl INFO 3 [301] R:OK -2015-03-10 10:19:30 queue INFO >>3 [302] -2015-03-10 10:19:30 sendUrl INFO 3 [302] R:OK -2015-03-10 10:20:20 queue INFO >>3 [303] -2015-03-10 10:20:20 sendUrl INFO 3 [303] R:OK -2015-03-10 10:21:10 queue INFO >>3 [304] -2015-03-10 10:21:11 sendUrl INFO 3 [304] R:OK -2015-03-10 10:22:00 queue INFO >>3 [305] -2015-03-10 10:22:00 sendUrl INFO 3 [305] R:OK -2015-03-10 10:22:50 queue INFO >>3 [306] -2015-03-10 10:22:51 sendUrl INFO 3 [306] R:OK -2015-03-10 10:23:40 queue INFO >>3 [307] -2015-03-10 10:23:40 sendUrl INFO 3 [307] R:OK -2015-03-10 10:24:31 queue INFO >>3 [308] -2015-03-10 10:24:31 sendUrl INFO 3 [308] R:OK -2015-03-10 10:25:21 queue INFO >>3 [309] -2015-03-10 10:25:21 sendUrl INFO 3 [309] R:OK -2015-03-10 10:26:11 queue INFO >>3 [310] -2015-03-10 10:26:11 sendUrl INFO 3 [310] R:OK -2015-03-10 10:26:50 queue INFO 7 [311] -2015-03-10 10:26:50 queue INFO >7 [312] -2015-03-10 10:26:50 sendUrl INFO 7 [311] R:OK -2015-03-10 10:26:51 sendUrl INFO 7 [312] R:OK -2015-03-10 10:26:51 queue INFO 3 [313] -2015-03-10 10:26:52 queue INFO >3 [314] -2015-03-10 10:26:52 sendUrl INFO 3 [313] R:OK -2015-03-10 10:26:52 sendUrl INFO 3 [314] R:OK -2015-03-10 10:27:42 queue INFO >>3 [315] -2015-03-10 10:27:42 sendUrl INFO 3 [315] R:OK -2015-03-10 10:28:32 queue INFO >>3 [316] -2015-03-10 10:28:32 sendUrl INFO 3 [316] R:OK -2015-03-10 10:29:22 queue INFO >>3 [317] -2015-03-10 10:29:22 sendUrl INFO 3 [317] R:OK -2015-03-10 10:30:12 queue INFO >>3 [318] -2015-03-10 10:30:12 sendUrl INFO 3 [318] R:OK -2015-03-10 10:31:02 queue INFO >>3 [319] -2015-03-10 10:31:02 sendUrl INFO 3 [319] R:OK -2015-03-10 10:31:52 queue INFO >>3 [320] -2015-03-10 10:31:53 sendUrl INFO 3 [320] R:OK -2015-03-10 10:32:42 queue INFO >>3 [321] -2015-03-10 10:32:43 sendUrl INFO 3 [321] R:OK -2015-03-10 10:33:32 queue INFO >>3 [322] -2015-03-10 10:33:33 sendUrl INFO 3 [322] R:OK -2015-03-10 10:34:23 queue INFO >>3 [323] -2015-03-10 10:34:23 sendUrl INFO 3 [323] R:OK -2015-03-10 10:35:02 queue INFO 7 [324] -2015-03-10 10:35:03 queue INFO >7 [325] -2015-03-10 10:35:03 sendUrl INFO 7 [324] R:OK -2015-03-10 10:35:03 sendUrl INFO 7 [325] R:OK -2015-03-10 10:35:04 queue INFO 3 [326] -2015-03-10 10:35:04 sendUrl INFO 3 [326] R:OK -2015-03-10 10:35:04 queue INFO >3 [327] -2015-03-10 10:35:05 sendUrl INFO 3 [327] R:OK -2015-03-10 10:35:54 queue INFO >>3 [328] -2015-03-10 10:35:54 sendUrl INFO 3 [328] R:OK -2015-03-10 10:36:44 queue INFO >>3 [329] -2015-03-10 10:36:45 sendUrl INFO 3 [329] R:OK -2015-03-10 10:37:34 queue INFO >>3 [330] -2015-03-10 10:37:35 sendUrl INFO 3 [330] R:OK -2015-03-10 10:38:25 queue INFO >>3 [331] -2015-03-10 10:38:25 sendUrl INFO 3 [331] R:OK -2015-03-10 10:39:15 queue INFO >>3 [332] -2015-03-10 10:39:15 sendUrl INFO 3 [332] R:OK -2015-03-10 10:40:05 queue INFO >>3 [333] -2015-03-10 10:40:05 sendUrl INFO 3 [333] R:OK -2015-03-10 10:40:55 queue INFO >>3 [334] -2015-03-10 10:40:55 sendUrl INFO 3 [334] R:OK -2015-03-10 10:41:45 queue INFO >>3 [335] -2015-03-10 10:41:46 sendUrl INFO 3 [335] R:OK -2015-03-10 10:42:35 queue INFO >>3 [336] -2015-03-10 10:42:36 sendUrl INFO 3 [336] R:OK -2015-03-10 10:43:14 queue INFO 7 [337] -2015-03-10 10:43:14 queue INFO >7 [338] -2015-03-10 10:43:14 sendUrl INFO 7 [337] R:OK -2015-03-10 10:43:15 sendUrl INFO 7 [338] R:OK -2015-03-10 10:43:15 queue INFO 3 [339] -2015-03-10 10:43:16 queue INFO >3 [340] -2015-03-10 10:43:16 sendUrl INFO 3 [339] R:OK -2015-03-10 10:43:16 sendUrl INFO 3 [340] R:OK -2015-03-10 10:44:06 queue INFO >>3 [341] -2015-03-10 10:44:06 sendUrl INFO 3 [341] R:OK -2015-03-10 10:44:56 queue INFO >>3 [342] -2015-03-10 10:44:56 sendUrl INFO 3 [342] R:OK -2015-03-10 10:45:46 queue INFO >>3 [343] -2015-03-10 10:45:46 sendUrl INFO 3 [343] R:OK -2015-03-10 10:46:36 queue INFO >>3 [344] -2015-03-10 10:46:36 sendUrl INFO 3 [344] R:OK -2015-03-10 10:47:26 queue INFO >>3 [345] -2015-03-10 10:47:26 sendUrl INFO 3 [345] R:OK -2015-03-10 10:48:16 queue INFO >>3 [346] -2015-03-10 10:48:16 sendUrl INFO 3 [346] R:OK -2015-03-10 10:49:06 queue INFO >>3 [347] -2015-03-10 10:49:07 sendUrl INFO 3 [347] R:OK -2015-03-10 10:49:56 queue INFO >>3 [348] -2015-03-10 10:49:57 sendUrl INFO 3 [348] R:OK -2015-03-10 10:50:47 queue INFO >>3 [349] -2015-03-10 10:50:47 sendUrl INFO 3 [349] R:OK -2015-03-10 10:51:25 queue INFO 7 [350] -2015-03-10 10:51:26 queue INFO >7 [351] -2015-03-10 10:51:26 sendUrl INFO 7 [350] R:OK -2015-03-10 10:51:26 sendUrl INFO 7 [351] R:OK -2015-03-10 10:51:27 queue INFO 3 [352] -2015-03-10 10:51:27 sendUrl INFO 3 [352] R:OK -2015-03-10 10:51:27 queue INFO >3 [353] -2015-03-10 10:51:28 sendUrl INFO 3 [353] R:OK -2015-03-10 10:52:17 queue INFO >>3 [354] -2015-03-10 10:52:17 sendUrl INFO 3 [354] R:OK -2015-03-10 10:53:07 queue INFO >>3 [355] -2015-03-10 10:53:08 sendUrl INFO 3 [355] R:OK -2015-03-10 10:53:57 queue INFO >>3 [356] -2015-03-10 10:53:58 sendUrl INFO 3 [356] R:OK -2015-03-10 10:54:48 queue INFO >>3 [357] -2015-03-10 10:54:48 sendUrl INFO 3 [357] R:OK -2015-03-10 10:55:38 queue INFO >>3 [358] -2015-03-10 10:55:38 sendUrl INFO 3 [358] R:OK -2015-03-10 10:56:28 queue INFO >>3 [359] -2015-03-10 10:56:28 sendUrl INFO 3 [359] R:OK -2015-03-10 10:57:18 queue INFO >>3 [360] -2015-03-10 10:57:18 sendUrl INFO 3 [360] R:OK -2015-03-10 10:58:08 queue INFO >>3 [361] -2015-03-10 10:58:09 sendUrl INFO 3 [361] R:OK -2015-03-10 10:58:58 queue INFO >>3 [362] -2015-03-10 10:58:59 sendUrl INFO 3 [362] R:OK -2015-03-10 10:59:38 queue INFO 7 [363] -2015-03-10 10:59:38 queue INFO >7 [364] -2015-03-10 10:59:38 sendUrl INFO 7 [363] R:OK -2015-03-10 10:59:39 sendUrl INFO 7 [364] R:OK -2015-03-10 10:59:39 queue INFO 3 [365] -2015-03-10 10:59:40 queue INFO >3 [366] -2015-03-10 10:59:40 sendUrl INFO 3 [365] R:OK -2015-03-10 10:59:40 sendUrl INFO 3 [366] R:OK -2015-03-10 11:00:30 queue INFO >>3 [367] -2015-03-10 11:00:30 sendUrl INFO 3 [367] R:OK -2015-03-10 11:01:20 queue INFO >>3 [368] -2015-03-10 11:01:20 sendUrl INFO 3 [368] R:OK -2015-03-10 11:02:10 queue INFO >>3 [369] -2015-03-10 11:02:10 sendUrl INFO 3 [369] R:OK -2015-03-10 11:03:00 queue INFO >>3 [370] -2015-03-10 11:03:00 sendUrl INFO 3 [370] R:OK -2015-03-10 11:03:50 queue INFO >>3 [371] -2015-03-10 11:03:50 sendUrl INFO 3 [371] R:OK -2015-03-10 11:04:40 queue INFO >>3 [372] -2015-03-10 11:04:41 sendUrl INFO 3 [372] R:OK -2015-03-10 11:05:30 queue INFO >>3 [373] -2015-03-10 11:05:31 sendUrl INFO 3 [373] R:OK -2015-03-10 11:06:21 queue INFO >>3 [374] -2015-03-10 11:06:21 sendUrl INFO 3 [374] R:OK -2015-03-10 11:07:11 queue INFO >>3 [375] -2015-03-10 11:07:11 sendUrl INFO 3 [375] R:OK -2015-03-10 11:07:50 queue INFO 7 [376] -2015-03-10 11:07:50 queue INFO >7 [377] -2015-03-10 11:07:50 sendUrl INFO 7 [376] R:OK -2015-03-10 11:07:51 sendUrl INFO 7 [377] R:OK -2015-03-10 11:07:51 queue INFO 3 [378] -2015-03-10 11:07:51 queue INFO >3 [379] -2015-03-10 11:07:52 sendUrl INFO 3 [378] R:OK -2015-03-10 11:07:52 sendUrl INFO 3 [379] R:OK -2015-03-10 11:08:41 queue INFO >>3 [380] -2015-03-10 11:08:41 sendUrl INFO 3 [380] R:OK -2015-03-10 11:09:31 queue INFO >>3 [381] -2015-03-10 11:09:32 sendUrl INFO 3 [381] R:OK -2015-03-10 11:10:22 queue INFO >>3 [382] -2015-03-10 11:10:22 sendUrl INFO 3 [382] R:OK -2015-03-10 11:11:12 queue INFO >>3 [383] -2015-03-10 11:11:12 sendUrl INFO 3 [383] R:OK -2015-03-10 11:12:02 queue INFO >>3 [384] -2015-03-10 11:12:02 sendUrl INFO 3 [384] R:OK -2015-03-10 11:12:52 queue INFO >>3 [385] -2015-03-10 11:12:53 sendUrl INFO 3 [385] R:OK -2015-03-10 11:13:42 queue INFO >>3 [386] -2015-03-10 11:13:42 sendUrl INFO 3 [386] R:OK -2015-03-10 11:14:32 queue INFO >>3 [387] -2015-03-10 11:14:33 sendUrl INFO 3 [387] R:OK -2015-03-10 11:15:22 queue INFO >>3 [388] -2015-03-10 11:15:23 sendUrl INFO 3 [388] R:OK -2015-03-10 11:16:01 queue INFO 7 [389] -2015-03-10 11:16:02 queue INFO >7 [390] -2015-03-10 11:16:02 sendUrl INFO 7 [389] R:OK -2015-03-10 11:16:02 sendUrl INFO 7 [390] R:OK -2015-03-10 11:16:03 queue INFO 3 [391] -2015-03-10 11:16:03 queue INFO >3 [392] -2015-03-10 11:16:03 sendUrl INFO 3 [391] R:OK -2015-03-10 11:16:04 sendUrl INFO 3 [392] R:OK -2015-03-10 11:16:53 queue INFO >>3 [393] -2015-03-10 11:16:54 sendUrl INFO 3 [393] R:OK -2015-03-10 11:17:43 queue INFO >>3 [394] -2015-03-10 11:17:44 sendUrl INFO 3 [394] R:OK -2015-03-10 11:18:33 queue INFO >>3 [395] -2015-03-10 11:18:34 sendUrl INFO 3 [395] R:OK -2015-03-10 11:19:24 queue INFO >>3 [396] -2015-03-10 11:19:24 sendUrl INFO 3 [396] R:OK -2015-03-10 11:19:55 queue INFO 1 [397] -2015-03-10 11:19:55 queue INFO >1 [398] -2015-03-10 11:19:55 sendUrl INFO 1 [397] R:OK -2015-03-10 11:19:56 sendUrl INFO 1 [398] R:OK -2015-03-10 11:20:45 queue INFO >>1 [399] -2015-03-10 11:20:46 sendUrl INFO 1 [399] R:OK -2015-03-10 11:21:35 queue INFO >>1 [400] -2015-03-10 11:21:36 sendUrl INFO 1 [400] R:OK -2015-03-10 11:22:26 queue INFO >>1 [401] -2015-03-10 11:22:26 sendUrl INFO 1 [401] R:OK -2015-03-10 11:23:16 queue INFO >>1 [402] -2015-03-10 11:23:16 sendUrl INFO 1 [402] R:OK -2015-03-10 11:24:06 queue INFO >>1 [403] -2015-03-10 11:24:06 sendUrl INFO 1 [403] R:OK -2015-03-10 11:24:55 queue INFO 21 [404] -2015-03-10 11:24:56 queue INFO >21 [405] -2015-03-10 11:24:56 sendUrl INFO 21 [404] R:OK -2015-03-10 11:24:56 sendUrl INFO 21 [405] R:OK -2015-03-10 11:25:46 queue INFO >>21 [406] -2015-03-10 11:25:46 sendUrl INFO 21 [406] R:OK -2015-03-10 11:26:36 queue INFO >>21 [407] -2015-03-10 11:26:36 sendUrl INFO 21 [407] R:OK -2015-03-10 11:27:26 queue INFO >>21 [408] -2015-03-10 11:27:26 sendUrl INFO 21 [408] R:OK -2015-03-10 11:28:16 queue INFO >>21 [409] -2015-03-10 11:28:16 sendUrl INFO 21 [409] R:OK -2015-03-10 11:29:06 queue INFO >>21 [410] -2015-03-10 11:29:07 sendUrl INFO 21 [410] R:OK -2015-03-10 11:29:16 queue INFO 1 [411] -2015-03-10 11:29:16 queue INFO >1 [412] -2015-03-10 11:29:16 sendUrl INFO 1 [411] R:OK -2015-03-10 11:29:17 sendUrl INFO 1 [412] R:OK -2015-03-10 11:29:36 queue INFO 5 [413] -2015-03-10 11:29:37 queue INFO >5 [414] -2015-03-10 11:29:37 sendUrl INFO 5 [413] R:OK -2015-03-10 11:29:37 sendUrl INFO 5 [414] R:OK -2015-03-10 11:29:38 queue INFO 1 [415] -2015-03-10 11:29:38 queue INFO >1 [416] -2015-03-10 11:29:38 sendUrl INFO 1 [415] R:OK -2015-03-10 11:29:39 sendUrl INFO 1 [416] R:OK -2015-03-10 11:30:28 queue INFO >>1 [417] -2015-03-10 11:30:29 sendUrl INFO 1 [417] R:OK -2015-03-10 11:31:07 queue INFO 3 [418] -2015-03-10 11:31:08 queue INFO >3 [419] -2015-03-10 11:31:08 sendUrl INFO 3 [418] R:OK -2015-03-10 11:31:08 sendUrl INFO 3 [419] R:OK -2015-03-10 11:31:58 queue INFO >>3 [420] -2015-03-10 11:31:58 sendUrl INFO 3 [420] R:OK -2015-03-10 11:32:48 queue INFO >>3 [421] -2015-03-10 11:32:48 sendUrl INFO 3 [421] R:OK -2015-03-10 11:33:38 queue INFO >>3 [422] -2015-03-10 11:33:38 sendUrl INFO 3 [422] R:OK -2015-03-10 11:34:28 queue INFO >>3 [423] -2015-03-10 11:34:28 sendUrl INFO 3 [423] R:OK -2015-03-10 11:35:18 queue INFO >>3 [424] -2015-03-10 11:35:19 sendUrl INFO 3 [424] R:OK -2015-03-10 11:36:08 queue INFO >>3 [425] -2015-03-10 11:36:09 sendUrl INFO 3 [425] R:OK -2015-03-10 11:36:58 queue INFO >>3 [426] -2015-03-10 11:36:59 sendUrl INFO 3 [426] R:OK -2015-03-10 11:37:49 queue INFO >>3 [427] -2015-03-10 11:37:49 queue INFO 7 [428] -2015-03-10 11:37:49 queue INFO >7 [429] -2015-03-10 11:37:49 sendUrl INFO 3 [427] R:OK -2015-03-10 11:37:50 sendUrl INFO 7 [428] R:OK -2015-03-10 11:37:50 sendUrl INFO 7 [429] R:OK -2015-03-10 11:37:50 queue INFO 3 [430] -2015-03-10 11:37:51 sendUrl INFO 3 [430] R:OK -2015-03-10 11:37:51 queue INFO >3 [431] -2015-03-10 11:37:51 sendUrl INFO 3 [431] R:OK -2015-03-10 11:38:41 queue INFO >>3 [432] -2015-03-10 11:38:41 sendUrl INFO 3 [432] R:OK -2015-03-10 11:39:31 queue INFO >>3 [433] -2015-03-10 11:39:31 sendUrl INFO 3 [433] R:OK -2015-03-10 11:40:21 queue INFO >>3 [434] -2015-03-10 11:40:21 sendUrl INFO 3 [434] R:OK -2015-03-10 11:41:11 queue INFO >>3 [435] -2015-03-10 11:41:11 sendUrl INFO 3 [435] R:OK -2015-03-10 11:42:01 queue INFO >>3 [436] -2015-03-10 11:42:02 sendUrl INFO 3 [436] R:OK -2015-03-10 11:42:51 queue INFO >>3 [437] -2015-03-10 11:42:52 sendUrl INFO 3 [437] R:OK -2015-03-10 11:43:41 queue INFO >>3 [438] -2015-03-10 11:43:42 sendUrl INFO 3 [438] R:OK -2015-03-10 11:44:32 queue INFO >>3 [439] -2015-03-10 11:44:32 sendUrl INFO 3 [439] R:OK -2015-03-10 11:45:22 queue INFO >>3 [440] -2015-03-10 11:45:22 sendUrl INFO 3 [440] R:OK -2015-03-10 11:46:00 queue INFO 7 [441] -2015-03-10 11:46:01 queue INFO >7 [442] -2015-03-10 11:46:01 sendUrl INFO 7 [441] R:OK -2015-03-10 11:46:01 sendUrl INFO 7 [442] R:OK -2015-03-10 11:46:02 queue INFO 3 [443] -2015-03-10 11:46:02 queue INFO >3 [444] -2015-03-10 11:46:02 sendUrl INFO 3 [443] R:OK -2015-03-10 11:46:03 sendUrl INFO 3 [444] R:OK -2015-03-10 11:46:52 queue INFO >>3 [445] -2015-03-10 11:46:53 sendUrl INFO 3 [445] R:OK -2015-03-10 11:47:42 queue INFO >>3 [446] -2015-03-10 11:47:42 sendUrl INFO 3 [446] R:OK -2015-03-10 11:48:32 queue INFO >>3 [447] -2015-03-10 11:48:33 sendUrl INFO 3 [447] R:OK -2015-03-10 11:49:23 queue INFO >>3 [448] -2015-03-10 11:49:23 sendUrl INFO 3 [448] R:OK -2015-03-10 11:50:13 queue INFO >>3 [449] -2015-03-10 11:50:13 sendUrl INFO 3 [449] R:OK -2015-03-10 11:51:03 queue INFO >>3 [450] -2015-03-10 11:51:03 sendUrl INFO 3 [450] R:OK -2015-03-10 11:51:53 queue INFO >>3 [451] -2015-03-10 11:51:53 sendUrl INFO 3 [451] R:OK -2015-03-10 11:52:43 queue INFO >>3 [452] -2015-03-10 11:52:43 sendUrl INFO 3 [452] R:OK -2015-03-10 11:53:33 queue INFO >>3 [453] -2015-03-10 11:53:34 sendUrl INFO 3 [453] R:OK -2015-03-10 11:54:12 queue INFO 7 [454] -2015-03-10 11:54:12 queue INFO >7 [455] -2015-03-10 11:54:12 sendUrl INFO 7 [454] R:OK -2015-03-10 11:54:13 sendUrl INFO 7 [455] R:OK -2015-03-10 11:54:13 queue INFO 3 [456] -2015-03-10 11:54:14 sendUrl INFO 3 [456] R:OK -2015-03-10 11:54:14 queue INFO >3 [457] -2015-03-10 11:54:14 sendUrl INFO 3 [457] R:OK -2015-03-10 11:55:04 queue INFO >>3 [458] -2015-03-10 11:55:04 sendUrl INFO 3 [458] R:OK -2015-03-10 11:55:54 queue INFO >>3 [459] -2015-03-10 11:55:54 sendUrl INFO 3 [459] R:OK -2015-03-10 11:56:44 queue INFO >>3 [460] -2015-03-10 11:56:44 sendUrl INFO 3 [460] R:OK -2015-03-10 11:57:34 queue INFO >>3 [461] -2015-03-10 11:57:34 sendUrl INFO 3 [461] R:OK -2015-03-10 11:58:24 queue INFO >>3 [462] -2015-03-10 11:58:24 sendUrl INFO 3 [462] R:OK -2015-03-10 11:59:14 queue INFO >>3 [463] -2015-03-10 11:59:15 sendUrl INFO 3 [463] R:OK -2015-03-10 12:00:04 queue INFO >>3 [464] -2015-03-10 12:00:05 sendUrl INFO 3 [464] R:OK -2015-03-10 12:00:54 queue INFO >>3 [465] -2015-03-10 12:00:55 sendUrl INFO 3 [465] R:OK -2015-03-10 12:01:45 queue INFO >>3 [466] -2015-03-10 12:01:45 sendUrl INFO 3 [466] R:OK -2015-03-10 12:02:24 queue INFO 7 [467] -2015-03-10 12:02:25 queue INFO >7 [468] -2015-03-10 12:02:25 sendUrl INFO 7 [467] R:OK -2015-03-10 12:02:25 sendUrl INFO 7 [468] R:OK -2015-03-10 12:02:26 queue INFO 3 [469] -2015-03-10 12:02:26 queue INFO >3 [470] -2015-03-10 12:02:26 sendUrl INFO 3 [469] R:OK -2015-03-10 12:02:27 sendUrl INFO 3 [470] R:OK -2015-03-10 12:03:16 queue INFO >>3 [471] -2015-03-10 12:03:17 sendUrl INFO 3 [471] R:OK -2015-03-10 12:04:06 queue INFO >>3 [472] -2015-03-10 12:04:06 sendUrl INFO 3 [472] R:OK -2015-03-10 12:04:56 queue INFO >>3 [473] -2015-03-10 12:04:57 sendUrl INFO 3 [473] R:OK -2015-03-10 12:05:47 queue INFO >>3 [474] -2015-03-10 12:05:47 sendUrl INFO 3 [474] R:OK -2015-03-10 12:06:37 queue INFO >>3 [475] -2015-03-10 12:06:37 sendUrl INFO 3 [475] R:OK -2015-03-10 12:07:27 queue INFO >>3 [476] -2015-03-10 12:07:27 sendUrl INFO 3 [476] R:OK -2015-03-10 12:08:17 queue INFO >>3 [477] -2015-03-10 12:08:17 sendUrl INFO 3 [477] R:OK -2015-03-10 12:09:07 queue INFO >>3 [478] -2015-03-10 12:09:07 sendUrl INFO 3 [478] R:OK -2015-03-10 12:09:57 queue INFO >>3 [479] -2015-03-10 12:09:58 sendUrl INFO 3 [479] R:OK -2015-03-10 12:10:36 queue INFO 7 [480] -2015-03-10 12:10:36 queue INFO >7 [481] -2015-03-10 12:10:37 sendUrl INFO 7 [480] R:OK -2015-03-10 12:10:37 sendUrl INFO 7 [481] R:OK -2015-03-10 12:10:38 queue INFO 3 [482] -2015-03-10 12:10:38 queue INFO >3 [483] -2015-03-10 12:10:38 sendUrl INFO 3 [482] R:OK -2015-03-10 12:10:39 sendUrl INFO 3 [483] R:OK -2015-03-10 12:11:28 queue INFO >>3 [484] -2015-03-10 12:11:28 sendUrl INFO 3 [484] R:OK -2015-03-10 12:12:18 queue INFO >>3 [485] -2015-03-10 12:12:18 sendUrl INFO 3 [485] R:OK -2015-03-10 12:13:08 queue INFO >>3 [486] -2015-03-10 12:13:09 sendUrl INFO 3 [486] R:OK -2015-03-10 12:13:58 queue INFO >>3 [487] -2015-03-10 12:13:58 sendUrl INFO 3 [487] R:OK -2015-03-10 12:14:48 queue INFO >>3 [488] -2015-03-10 12:14:49 sendUrl INFO 3 [488] R:OK -2015-03-10 12:15:39 queue INFO >>3 [489] -2015-03-10 12:15:39 sendUrl INFO 3 [489] R:OK -2015-03-10 12:16:29 queue INFO >>3 [490] -2015-03-10 12:16:29 sendUrl INFO 3 [490] R:OK -2015-03-10 12:17:19 queue INFO >>3 [491] -2015-03-10 12:17:19 sendUrl INFO 3 [491] R:OK -2015-03-10 12:18:09 queue INFO >>3 [492] -2015-03-10 12:18:10 sendUrl INFO 3 [492] R:OK -2015-03-10 12:18:48 queue INFO 7 [493] -2015-03-10 12:18:48 queue INFO >7 [494] -2015-03-10 12:18:48 sendUrl INFO 7 [493] R:OK -2015-03-10 12:18:49 sendUrl INFO 7 [494] R:OK -2015-03-10 12:18:50 queue INFO 3 [495] -2015-03-10 12:18:50 queue INFO >3 [496] -2015-03-10 12:18:50 sendUrl INFO 3 [495] R:OK -2015-03-10 12:18:50 sendUrl INFO 3 [496] R:OK -2015-03-10 12:19:40 queue INFO >>3 [497] -2015-03-10 12:19:40 sendUrl INFO 3 [497] R:OK -2015-03-10 12:20:30 queue INFO >>3 [498] -2015-03-10 12:20:30 sendUrl INFO 3 [498] R:OK -2015-03-10 12:21:20 queue INFO >>3 [499] -2015-03-10 12:21:20 sendUrl INFO 3 [499] R:OK -2015-03-10 12:22:10 queue INFO >>3 [500] -2015-03-10 12:22:11 sendUrl INFO 3 [500] R:OK -2015-03-10 12:23:00 queue INFO >>3 [501] -2015-03-10 12:23:01 sendUrl INFO 3 [501] R:OK -2015-03-10 12:23:50 queue INFO >>3 [502] -2015-03-10 12:23:51 sendUrl INFO 3 [502] R:OK -2015-03-10 12:24:41 queue INFO >>3 [503] -2015-03-10 12:24:41 sendUrl INFO 3 [503] R:OK -2015-03-10 12:25:31 queue INFO >>3 [504] -2015-03-10 12:25:31 sendUrl INFO 3 [504] R:OK -2015-03-10 12:26:21 queue INFO >>3 [505] -2015-03-10 12:26:21 sendUrl INFO 3 [505] R:OK -2015-03-10 12:27:00 queue INFO 7 [506] -2015-03-10 12:27:01 sendUrl INFO 7 [506] R:OK -2015-03-10 12:27:01 queue INFO >7 [507] -2015-03-10 12:27:01 sendUrl INFO 7 [507] R:OK -2015-03-10 12:27:02 queue INFO 3 [508] -2015-03-10 12:27:02 sendUrl INFO 3 [508] R:OK -2015-03-10 12:27:02 queue INFO >3 [509] -2015-03-10 12:27:03 sendUrl INFO 3 [509] R:OK -2015-03-10 12:27:52 queue INFO >>3 [510] -2015-03-10 12:27:52 sendUrl INFO 3 [510] R:OK -2015-03-10 12:28:42 queue INFO >>3 [511] -2015-03-10 12:28:43 sendUrl INFO 3 [511] R:OK -2015-03-10 12:29:32 queue INFO >>3 [512] -2015-03-10 12:29:33 sendUrl INFO 3 [512] R:OK -2015-03-10 12:30:23 queue INFO >>3 [513] -2015-03-10 12:30:23 sendUrl INFO 3 [513] R:OK -2015-03-10 12:31:13 queue INFO >>3 [514] -2015-03-10 12:31:13 sendUrl INFO 3 [514] R:OK -2015-03-10 12:32:03 queue INFO >>3 [515] -2015-03-10 12:32:03 sendUrl INFO 3 [515] R:OK -2015-03-10 12:32:53 queue INFO >>3 [516] -2015-03-10 12:32:53 sendUrl INFO 3 [516] R:OK -2015-03-10 12:33:43 queue INFO >>3 [517] -2015-03-10 12:33:44 sendUrl INFO 3 [517] R:OK -2015-03-10 12:34:33 queue INFO >>3 [518] -2015-03-10 12:34:34 sendUrl INFO 3 [518] R:OK -2015-03-10 12:35:12 queue INFO 7 [519] -2015-03-10 12:35:12 queue INFO >7 [520] -2015-03-10 12:35:12 sendUrl INFO 7 [519] R:OK -2015-03-10 12:35:13 sendUrl INFO 7 [520] R:OK -2015-03-10 12:35:14 queue INFO 3 [521] -2015-03-10 12:35:14 queue INFO >3 [522] -2015-03-10 12:35:14 sendUrl INFO 3 [521] R:OK -2015-03-10 12:35:14 sendUrl INFO 3 [522] R:OK -2015-03-10 12:36:04 queue INFO >>3 [523] -2015-03-10 12:36:04 sendUrl INFO 3 [523] R:OK -2015-03-10 12:36:54 queue INFO >>3 [524] -2015-03-10 12:36:54 sendUrl INFO 3 [524] R:OK -2015-03-10 12:37:44 queue INFO >>3 [525] -2015-03-10 12:37:44 sendUrl INFO 3 [525] R:OK -2015-03-10 12:38:34 queue INFO >>3 [526] -2015-03-10 12:38:35 sendUrl INFO 3 [526] R:OK -2015-03-10 12:39:24 queue INFO >>3 [527] -2015-03-10 12:39:25 sendUrl INFO 3 [527] R:OK -2015-03-10 12:40:14 queue INFO >>3 [528] -2015-03-10 12:40:15 sendUrl INFO 3 [528] R:OK -2015-03-10 12:41:05 queue INFO >>3 [529] -2015-03-10 12:41:05 sendUrl INFO 3 [529] R:OK -2015-03-10 12:41:55 queue INFO >>3 [530] -2015-03-10 12:41:55 sendUrl INFO 3 [530] R:OK -2015-03-10 12:42:45 queue INFO >>3 [531] -2015-03-10 12:42:45 sendUrl INFO 3 [531] R:OK -2015-03-10 12:43:23 queue INFO 7 [532] -2015-03-10 12:43:24 sendUrl INFO 7 [532] R:OK -2015-03-10 12:43:24 queue INFO >7 [533] -2015-03-10 12:43:24 sendUrl INFO 7 [533] R:OK -2015-03-10 12:43:25 queue INFO 3 [534] -2015-03-10 12:43:25 queue INFO >3 [535] -2015-03-10 12:43:26 sendUrl INFO 3 [534] R:OK -2015-03-10 12:43:26 sendUrl INFO 3 [535] R:OK -2015-03-10 12:44:15 queue INFO >>3 [536] -2015-03-10 12:44:15 sendUrl INFO 3 [536] R:OK -2015-03-10 12:45:05 queue INFO >>3 [537] -2015-03-10 12:45:06 sendUrl INFO 3 [537] R:OK -2015-03-10 12:45:56 queue INFO >>3 [538] -2015-03-10 12:45:56 sendUrl INFO 3 [538] R:OK -2015-03-10 12:46:46 queue INFO >>3 [539] -2015-03-10 12:46:46 sendUrl INFO 3 [539] R:OK -2015-03-10 12:47:36 queue INFO >>3 [540] -2015-03-10 12:47:36 sendUrl INFO 3 [540] R:OK -2015-03-10 12:48:26 queue INFO >>3 [541] -2015-03-10 12:48:26 sendUrl INFO 3 [541] R:OK -2015-03-10 12:49:16 queue INFO >>3 [542] -2015-03-10 12:49:16 sendUrl INFO 3 [542] R:OK -2015-03-10 12:50:06 queue INFO >>3 [543] -2015-03-10 12:50:07 sendUrl INFO 3 [543] R:OK -2015-03-10 12:50:56 queue INFO >>3 [544] -2015-03-10 12:50:57 sendUrl INFO 3 [544] R:OK -2015-03-10 12:51:36 queue INFO 7 [545] -2015-03-10 12:51:36 queue INFO >7 [546] -2015-03-10 12:51:36 sendUrl INFO 7 [545] R:OK -2015-03-10 12:51:37 sendUrl INFO 7 [546] R:OK -2015-03-10 12:51:38 queue INFO 3 [547] -2015-03-10 12:51:38 queue INFO >3 [548] -2015-03-10 12:51:38 sendUrl INFO 3 [547] R:OK -2015-03-10 12:51:38 sendUrl INFO 3 [548] R:OK -2015-03-10 12:52:28 queue INFO >>3 [549] -2015-03-10 12:52:28 sendUrl INFO 3 [549] R:OK -2015-03-10 12:53:18 queue INFO >>3 [550] -2015-03-10 12:53:18 sendUrl INFO 3 [550] R:OK -2015-03-10 12:54:08 queue INFO >>3 [551] -2015-03-10 12:54:08 sendUrl INFO 3 [551] R:OK -2015-03-10 12:54:58 queue INFO >>3 [552] -2015-03-10 12:54:58 sendUrl INFO 3 [552] R:OK -2015-03-10 12:55:48 queue INFO >>3 [553] -2015-03-10 12:55:49 sendUrl INFO 3 [553] R:OK -2015-03-10 12:56:38 queue INFO >>3 [554] -2015-03-10 12:56:39 sendUrl INFO 3 [554] R:OK -2015-03-10 12:57:29 queue INFO >>3 [555] -2015-03-10 12:57:29 sendUrl INFO 3 [555] R:OK -2015-03-10 12:58:19 queue INFO >>3 [556] -2015-03-10 12:58:19 sendUrl INFO 3 [556] R:OK -2015-03-10 12:59:09 queue INFO >>3 [557] -2015-03-10 12:59:09 sendUrl INFO 3 [557] R:OK -2015-03-10 12:59:48 queue INFO 7 [558] -2015-03-10 12:59:48 queue INFO >7 [559] -2015-03-10 12:59:48 sendUrl INFO 7 [558] R:OK -2015-03-10 12:59:49 sendUrl INFO 7 [559] R:OK -2015-03-10 12:59:49 queue INFO 3 [560] -2015-03-10 12:59:49 queue INFO >3 [561] -2015-03-10 12:59:50 sendUrl INFO 3 [560] R:OK -2015-03-10 12:59:50 sendUrl INFO 3 [561] R:OK -2015-03-10 13:00:39 queue INFO >>3 [562] -2015-03-10 13:00:40 sendUrl INFO 3 [562] R:OK -2015-03-10 13:01:30 queue INFO >>3 [563] -2015-03-10 13:01:30 sendUrl INFO 3 [563] R:OK -2015-03-10 13:02:20 queue INFO >>3 [564] -2015-03-10 13:02:20 sendUrl INFO 3 [564] R:OK -2015-03-10 13:03:10 queue INFO >>3 [565] -2015-03-10 13:03:10 sendUrl INFO 3 [565] R:OK -2015-03-10 13:04:00 queue INFO >>3 [566] -2015-03-10 13:04:00 sendUrl INFO 3 [566] R:OK -2015-03-10 13:04:50 queue INFO >>3 [567] -2015-03-10 13:04:51 sendUrl INFO 3 [567] R:OK -2015-03-10 13:05:40 queue INFO >>3 [568] -2015-03-10 13:05:41 sendUrl INFO 3 [568] R:OK -2015-03-10 13:06:30 queue INFO >>3 [569] -2015-03-10 13:06:31 sendUrl INFO 3 [569] R:OK -2015-03-10 13:07:21 queue INFO >>3 [570] -2015-03-10 13:07:21 sendUrl INFO 3 [570] R:OK -2015-03-10 13:08:00 queue INFO 7 [571] -2015-03-10 13:08:00 queue INFO >7 [572] -2015-03-10 13:08:00 sendUrl INFO 7 [571] R:OK -2015-03-10 13:08:00 sendUrl INFO 7 [572] R:OK -2015-03-10 13:08:01 queue INFO 3 [573] -2015-03-10 13:08:01 queue INFO >3 [574] -2015-03-10 13:08:01 sendUrl INFO 3 [573] R:OK -2015-03-10 13:08:02 sendUrl INFO 3 [574] R:OK -2015-03-10 13:08:51 queue INFO >>3 [575] -2015-03-10 13:08:52 sendUrl INFO 3 [575] R:OK -2015-03-10 13:09:41 queue INFO >>3 [576] -2015-03-10 13:09:42 sendUrl INFO 3 [576] R:OK -2015-03-10 13:10:32 queue INFO >>3 [577] -2015-03-10 13:10:32 sendUrl INFO 3 [577] R:OK -2015-03-10 13:11:22 queue INFO >>3 [578] -2015-03-10 13:11:22 sendUrl INFO 3 [578] R:OK -2015-03-10 13:12:12 queue INFO >>3 [579] -2015-03-10 13:12:12 sendUrl INFO 3 [579] R:OK -2015-03-10 13:13:02 queue INFO >>3 [580] -2015-03-10 13:13:02 sendUrl INFO 3 [580] R:OK -2015-03-10 13:13:52 queue INFO >>3 [581] -2015-03-10 13:13:53 sendUrl INFO 3 [581] R:OK -2015-03-10 13:14:42 queue INFO >>3 [582] -2015-03-10 13:14:43 sendUrl INFO 3 [582] R:OK -2015-03-10 13:15:33 queue INFO >>3 [583] -2015-03-10 13:15:33 sendUrl INFO 3 [583] R:OK -2015-03-10 13:16:12 queue INFO 7 [584] -2015-03-10 13:16:12 sendUrl INFO 7 [584] R:OK -2015-03-10 13:16:12 queue INFO >7 [585] -2015-03-10 13:16:13 sendUrl INFO 7 [585] R:OK -2015-03-10 13:16:14 queue INFO 3 [586] -2015-03-10 13:16:14 queue INFO >3 [587] -2015-03-10 13:16:14 sendUrl INFO 3 [586] R:OK -2015-03-10 13:16:15 sendUrl INFO 3 [587] R:OK -2015-03-10 13:17:04 queue INFO >>3 [588] -2015-03-10 13:17:04 sendUrl INFO 3 [588] R:OK -2015-03-10 13:17:54 queue INFO >>3 [589] -2015-03-10 13:17:54 sendUrl INFO 3 [589] R:OK -2015-03-10 13:18:44 queue INFO >>3 [590] -2015-03-10 13:18:45 sendUrl INFO 3 [590] R:OK -2015-03-10 13:19:34 queue INFO >>3 [591] -2015-03-10 13:19:35 sendUrl INFO 3 [591] R:OK -2015-03-10 13:20:24 queue INFO >>3 [592] -2015-03-10 13:20:25 sendUrl INFO 3 [592] R:OK -2015-03-10 13:21:15 queue INFO >>3 [593] -2015-03-10 13:21:15 sendUrl INFO 3 [593] R:OK -2015-03-10 13:22:05 queue INFO >>3 [594] -2015-03-10 13:22:05 sendUrl INFO 3 [594] R:OK -2015-03-10 13:22:55 queue INFO >>3 [595] -2015-03-10 13:22:55 sendUrl INFO 3 [595] R:OK -2015-03-10 13:23:45 queue INFO >>3 [596] -2015-03-10 13:23:45 sendUrl INFO 3 [596] R:OK -2015-03-10 13:24:23 queue INFO 7 [597] -2015-03-10 13:24:24 queue INFO >7 [598] -2015-03-10 13:24:24 sendUrl INFO 7 [597] R:OK -2015-03-10 13:24:24 sendUrl INFO 7 [598] R:OK -2015-03-10 13:24:25 queue INFO 3 [599] -2015-03-10 13:24:25 queue INFO >3 [600] -2015-03-10 13:24:25 sendUrl INFO 3 [599] R:OK -2015-03-10 13:24:26 sendUrl INFO 3 [600] R:OK -2015-03-10 13:25:15 queue INFO >>3 [601] -2015-03-10 13:25:15 sendUrl INFO 3 [601] R:OK -2015-03-10 13:26:05 queue INFO >>3 [602] -2015-03-10 13:26:06 sendUrl INFO 3 [602] R:OK -2015-03-10 13:26:55 queue INFO >>3 [603] -2015-03-10 13:26:56 sendUrl INFO 3 [603] R:OK -2015-03-10 13:27:46 queue INFO >>3 [604] -2015-03-10 13:27:46 sendUrl INFO 3 [604] R:OK -2015-03-10 13:28:36 queue INFO >>3 [605] -2015-03-10 13:28:36 sendUrl INFO 3 [605] R:OK -2015-03-10 13:29:26 queue INFO >>3 [606] -2015-03-10 13:29:26 sendUrl INFO 3 [606] R:OK -2015-03-10 13:30:16 queue INFO >>3 [607] -2015-03-10 13:30:16 sendUrl INFO 3 [607] R:OK -2015-03-10 13:31:06 queue INFO >>3 [608] -2015-03-10 13:31:07 sendUrl INFO 3 [608] R:OK -2015-03-10 13:31:56 queue INFO >>3 [609] -2015-03-10 13:31:56 sendUrl INFO 3 [609] R:OK -2015-03-10 13:32:35 queue INFO 7 [610] -2015-03-10 13:32:35 sendUrl INFO 7 [610] R:OK -2015-03-10 13:32:35 queue INFO >7 [611] -2015-03-10 13:32:36 sendUrl INFO 7 [611] R:OK -2015-03-10 13:32:37 queue INFO 3 [612] -2015-03-10 13:32:37 queue INFO >3 [613] -2015-03-10 13:32:37 sendUrl INFO 3 [612] R:OK -2015-03-10 13:32:38 sendUrl INFO 3 [613] R:OK -2015-03-10 13:33:27 queue INFO >>3 [614] -2015-03-10 13:33:27 sendUrl INFO 3 [614] R:OK -2015-03-10 13:34:17 queue INFO >>3 [615] -2015-03-10 13:34:17 sendUrl INFO 3 [615] R:OK -2015-03-10 13:35:07 queue INFO >>3 [616] -2015-03-10 13:35:08 sendUrl INFO 3 [616] R:OK -2015-03-10 13:35:57 queue INFO >>3 [617] -2015-03-10 13:35:58 sendUrl INFO 3 [617] R:OK -2015-03-10 13:36:47 queue INFO >>3 [618] -2015-03-10 13:36:48 sendUrl INFO 3 [618] R:OK -2015-03-10 13:37:38 queue INFO >>3 [619] -2015-03-10 13:37:38 sendUrl INFO 3 [619] R:OK -2015-03-10 13:38:28 queue INFO >>3 [620] -2015-03-10 13:38:28 sendUrl INFO 3 [620] R:OK -2015-03-10 13:39:18 queue INFO >>3 [621] -2015-03-10 13:39:18 sendUrl INFO 3 [621] R:OK -2015-03-10 13:40:08 queue INFO >>3 [622] -2015-03-10 13:40:08 sendUrl INFO 3 [622] R:OK -2015-03-10 13:40:48 queue INFO 7 [623] -2015-03-10 13:40:48 queue INFO >7 [624] -2015-03-10 13:40:48 sendUrl INFO 7 [623] R:OK -2015-03-10 13:40:48 sendUrl INFO 7 [624] R:OK -2015-03-10 13:40:49 queue INFO 3 [625] -2015-03-10 13:40:49 queue INFO >3 [626] -2015-03-10 13:40:50 sendUrl INFO 3 [625] R:OK -2015-03-10 13:40:50 sendUrl INFO 3 [626] R:OK -2015-03-10 13:41:39 queue INFO >>3 [627] -2015-03-10 13:41:40 sendUrl INFO 3 [627] R:OK -2015-03-10 13:42:29 queue INFO >>3 [628] -2015-03-10 13:42:30 sendUrl INFO 3 [628] R:OK -2015-03-10 13:43:20 queue INFO >>3 [629] -2015-03-10 13:43:20 sendUrl INFO 3 [629] R:OK -2015-03-10 13:44:10 queue INFO >>3 [630] -2015-03-10 13:44:10 sendUrl INFO 3 [630] R:OK -2015-03-10 13:45:00 queue INFO >>3 [631] -2015-03-10 13:45:00 sendUrl INFO 3 [631] R:OK -2015-03-10 13:45:50 queue INFO >>3 [632] -2015-03-10 13:45:50 sendUrl INFO 3 [632] R:OK -2015-03-10 13:46:40 queue INFO >>3 [633] -2015-03-10 13:46:40 sendUrl INFO 3 [633] R:OK -2015-03-10 13:47:30 queue INFO >>3 [634] -2015-03-10 13:47:31 sendUrl INFO 3 [634] R:OK -2015-03-10 13:48:20 queue INFO >>3 [635] -2015-03-10 13:48:20 sendUrl INFO 3 [635] R:OK -2015-03-10 13:48:59 queue INFO 7 [636] -2015-03-10 13:48:59 sendUrl INFO 7 [636] R:OK -2015-03-10 13:48:59 queue INFO >7 [637] -2015-03-10 13:49:00 sendUrl INFO 7 [637] R:OK -2015-03-10 13:49:01 queue INFO 3 [638] -2015-03-10 13:49:01 queue INFO >3 [639] -2015-03-10 13:49:01 sendUrl INFO 3 [638] R:OK -2015-03-10 13:49:02 sendUrl INFO 3 [639] R:OK -2015-03-10 13:49:51 queue INFO >>3 [640] -2015-03-10 13:49:51 sendUrl INFO 3 [640] R:OK -2015-03-10 13:50:41 queue INFO >>3 [641] -2015-03-10 13:50:41 sendUrl INFO 3 [641] R:OK -2015-03-10 13:51:31 queue INFO >>3 [642] -2015-03-10 13:51:32 sendUrl INFO 3 [642] R:OK -2015-03-10 13:52:21 queue INFO >>3 [643] -2015-03-10 13:52:22 sendUrl INFO 3 [643] R:OK -2015-03-10 13:53:11 queue INFO >>3 [644] -2015-03-10 13:53:12 sendUrl INFO 3 [644] R:OK -2015-03-10 13:54:02 queue INFO >>3 [645] -2015-03-10 13:54:02 sendUrl INFO 3 [645] R:OK -2015-03-10 13:54:52 queue INFO >>3 [646] -2015-03-10 13:54:52 sendUrl INFO 3 [646] R:OK -2015-03-10 13:55:42 queue INFO >>3 [647] -2015-03-10 13:55:42 sendUrl INFO 3 [647] R:OK -2015-03-10 13:56:32 queue INFO >>3 [648] -2015-03-10 13:56:32 sendUrl INFO 3 [648] R:OK -2015-03-10 13:57:11 queue INFO 7 [649] -2015-03-10 13:57:11 queue INFO >7 [650] -2015-03-10 13:57:12 sendUrl INFO 7 [649] R:OK -2015-03-10 13:57:12 sendUrl INFO 7 [650] R:OK -2015-03-10 13:57:13 queue INFO 3 [651] -2015-03-10 13:57:13 queue INFO >3 [652] -2015-03-10 13:57:13 sendUrl INFO 3 [651] R:OK -2015-03-10 13:57:13 sendUrl INFO 3 [652] R:OK -2015-03-10 13:58:03 queue INFO >>3 [653] -2015-03-10 13:58:03 sendUrl INFO 3 [653] R:OK -2015-03-10 13:58:53 queue INFO >>3 [654] -2015-03-10 13:58:54 sendUrl INFO 3 [654] R:OK -2015-03-10 13:59:43 queue INFO >>3 [655] -2015-03-10 13:59:43 sendUrl INFO 3 [655] R:OK -2015-03-10 14:00:33 queue INFO >>3 [656] -2015-03-10 14:00:34 sendUrl INFO 3 [656] R:OK -2015-03-10 14:01:24 queue INFO >>3 [657] -2015-03-10 14:01:24 sendUrl INFO 3 [657] R:OK -2015-03-10 14:02:14 queue INFO >>3 [658] -2015-03-10 14:02:14 sendUrl INFO 3 [658] R:OK -2015-03-10 14:03:04 queue INFO >>3 [659] -2015-03-10 14:03:04 sendUrl INFO 3 [659] R:OK -2015-03-10 14:03:54 queue INFO >>3 [660] -2015-03-10 14:03:54 sendUrl INFO 3 [660] R:OK -2015-03-10 14:04:44 queue INFO >>3 [661] -2015-03-10 14:04:44 sendUrl INFO 3 [661] R:OK -2015-03-10 14:05:23 queue INFO 7 [662] -2015-03-10 14:05:24 queue INFO >7 [663] -2015-03-10 14:05:24 sendUrl INFO 7 [662] R:OK -2015-03-10 14:05:24 sendUrl INFO 7 [663] R:OK -2015-03-10 14:05:25 queue INFO 3 [664] -2015-03-10 14:05:25 sendUrl INFO 3 [664] R:OK -2015-03-10 14:05:25 queue INFO >3 [665] -2015-03-10 14:05:26 sendUrl INFO 3 [665] R:OK -2015-03-10 14:06:15 queue INFO >>3 [666] -2015-03-10 14:06:16 sendUrl INFO 3 [666] R:OK -2015-03-10 14:07:05 queue INFO >>3 [667] -2015-03-10 14:07:05 sendUrl INFO 3 [667] R:OK -2015-03-10 14:07:55 queue INFO >>3 [668] -2015-03-10 14:07:56 sendUrl INFO 3 [668] R:OK -2015-03-10 14:08:46 queue INFO >>3 [669] -2015-03-10 14:08:46 sendUrl INFO 3 [669] R:OK -2015-03-10 14:09:36 queue INFO >>3 [670] -2015-03-10 14:09:36 sendUrl INFO 3 [670] R:OK -2015-03-10 14:10:26 queue INFO >>3 [671] -2015-03-10 14:10:26 sendUrl INFO 3 [671] R:OK -2015-03-10 14:11:16 queue INFO >>3 [672] -2015-03-10 14:11:16 sendUrl INFO 3 [672] R:OK -2015-03-10 14:12:06 queue INFO >>3 [673] -2015-03-10 14:12:06 sendUrl INFO 3 [673] R:OK -2015-03-10 14:12:56 queue INFO >>3 [674] -2015-03-10 14:12:57 sendUrl INFO 3 [674] R:OK -2015-03-10 14:13:35 queue INFO 7 [675] -2015-03-10 14:13:35 queue INFO >7 [676] -2015-03-10 14:13:36 sendUrl INFO 7 [675] R:OK -2015-03-10 14:13:36 sendUrl INFO 7 [676] R:OK -2015-03-10 14:13:37 queue INFO 3 [677] -2015-03-10 14:13:37 queue INFO >3 [678] -2015-03-10 14:13:37 sendUrl INFO 3 [677] R:OK -2015-03-10 14:13:38 sendUrl INFO 3 [678] R:OK -2015-03-10 14:14:27 queue INFO >>3 [679] -2015-03-10 14:14:27 sendUrl INFO 3 [679] R:OK -2015-03-10 14:15:17 queue INFO >>3 [680] -2015-03-10 14:15:18 sendUrl INFO 3 [680] R:OK -2015-03-10 14:16:07 queue INFO >>3 [681] -2015-03-10 14:16:08 sendUrl INFO 3 [681] R:OK -2015-03-10 14:16:57 queue INFO >>3 [682] -2015-03-10 14:16:58 sendUrl INFO 3 [682] R:OK -2015-03-10 14:17:48 queue INFO >>3 [683] -2015-03-10 14:17:48 sendUrl INFO 3 [683] R:OK -2015-03-10 14:18:38 queue INFO >>3 [684] -2015-03-10 14:18:38 sendUrl INFO 3 [684] R:OK -2015-03-10 14:19:28 queue INFO >>3 [685] -2015-03-10 14:19:28 sendUrl INFO 3 [685] R:OK -2015-03-10 14:20:18 queue INFO >>3 [686] -2015-03-10 14:20:18 sendUrl INFO 3 [686] R:OK -2015-03-10 14:21:08 queue INFO >>3 [687] -2015-03-10 14:21:09 sendUrl INFO 3 [687] R:OK -2015-03-10 14:21:47 queue INFO 7 [688] -2015-03-10 14:21:47 queue INFO >7 [689] -2015-03-10 14:21:47 sendUrl INFO 7 [688] R:OK -2015-03-10 14:21:47 sendUrl INFO 7 [689] R:OK -2015-03-10 14:21:48 queue INFO 3 [690] -2015-03-10 14:21:48 queue INFO >3 [691] -2015-03-10 14:21:48 sendUrl INFO 3 [690] R:OK -2015-03-10 14:21:49 sendUrl INFO 3 [691] R:OK -2015-03-10 14:22:38 queue INFO >>3 [692] -2015-03-10 14:22:39 sendUrl INFO 3 [692] R:OK -2015-03-10 14:23:28 queue INFO >>3 [693] -2015-03-10 14:23:29 sendUrl INFO 3 [693] R:OK -2015-03-10 14:24:19 queue INFO >>3 [694] -2015-03-10 14:24:19 sendUrl INFO 3 [694] R:OK -2015-03-10 14:25:09 queue INFO >>3 [695] -2015-03-10 14:25:09 sendUrl INFO 3 [695] R:OK -2015-03-10 14:25:59 queue INFO >>3 [696] -2015-03-10 14:25:59 sendUrl INFO 3 [696] R:OK -2015-03-10 14:26:49 queue INFO >>3 [697] -2015-03-10 14:26:49 sendUrl INFO 3 [697] R:OK -2015-03-10 14:27:39 queue INFO >>3 [698] -2015-03-10 14:27:40 sendUrl INFO 3 [698] R:OK -2015-03-10 14:28:29 queue INFO >>3 [699] -2015-03-10 14:28:29 sendUrl INFO 3 [699] R:OK -2015-03-10 14:29:20 queue INFO >>3 [700] -2015-03-10 14:29:20 sendUrl INFO 3 [700] R:OK -2015-03-10 14:29:59 queue INFO 7 [701] -2015-03-10 14:29:59 queue INFO >7 [702] -2015-03-10 14:30:00 sendUrl INFO 7 [701] R:OK -2015-03-10 14:30:00 sendUrl INFO 7 [702] R:OK -2015-03-10 14:30:01 queue INFO 3 [703] -2015-03-10 14:30:01 queue INFO >3 [704] -2015-03-10 14:30:01 sendUrl INFO 3 [703] R:OK -2015-03-10 14:30:02 sendUrl INFO 3 [704] R:OK -2015-03-10 14:30:51 queue INFO >>3 [705] -2015-03-10 14:30:51 sendUrl INFO 3 [705] R:OK -2015-03-10 14:31:41 queue INFO >>3 [706] -2015-03-10 14:31:41 sendUrl INFO 3 [706] R:OK -2015-03-10 14:32:31 queue INFO >>3 [707] -2015-03-10 14:32:32 sendUrl INFO 3 [707] R:OK -2015-03-10 14:33:21 queue INFO >>3 [708] -2015-03-10 14:33:21 sendUrl INFO 3 [708] R:OK -2015-03-10 14:34:11 queue INFO >>3 [709] -2015-03-10 14:34:12 sendUrl INFO 3 [709] R:OK -2015-03-10 14:35:02 queue INFO >>3 [710] -2015-03-10 14:35:02 sendUrl INFO 3 [710] R:OK -2015-03-10 14:35:52 queue INFO >>3 [711] -2015-03-10 14:35:52 sendUrl INFO 3 [711] R:OK -2015-03-10 14:36:42 queue INFO >>3 [712] -2015-03-10 14:36:42 sendUrl INFO 3 [712] R:OK -2015-03-10 14:37:32 queue INFO >>3 [713] -2015-03-10 14:37:33 sendUrl INFO 3 [713] R:OK -2015-03-10 14:38:11 queue INFO 7 [714] -2015-03-10 14:38:11 sendUrl INFO 7 [714] R:OK -2015-03-10 14:38:11 queue INFO >7 [715] -2015-03-10 14:38:11 sendUrl INFO 7 [715] R:OK -2015-03-10 14:38:12 queue INFO 3 [716] -2015-03-10 14:38:13 queue INFO >3 [717] -2015-03-10 14:38:13 sendUrl INFO 3 [716] R:OK -2015-03-10 14:38:13 sendUrl INFO 3 [717] R:OK -2015-03-10 14:39:02 queue INFO >>3 [718] -2015-03-10 14:39:03 sendUrl INFO 3 [718] R:OK -2015-03-10 14:39:53 queue INFO >>3 [719] -2015-03-10 14:39:53 sendUrl INFO 3 [719] R:OK -2015-03-10 14:40:43 queue INFO >>3 [720] -2015-03-10 14:40:43 sendUrl INFO 3 [720] R:OK -2015-03-10 14:41:33 queue INFO >>3 [721] -2015-03-10 14:41:33 sendUrl INFO 3 [721] R:OK -2015-03-10 14:42:23 queue INFO >>3 [722] -2015-03-10 14:42:23 sendUrl INFO 3 [722] R:OK -2015-03-10 14:43:13 queue INFO >>3 [723] -2015-03-10 14:43:14 sendUrl INFO 3 [723] R:OK -2015-03-10 14:44:03 queue INFO >>3 [724] -2015-03-10 14:44:04 sendUrl INFO 3 [724] R:OK -2015-03-10 14:44:54 queue INFO >>3 [725] -2015-03-10 14:44:54 sendUrl INFO 3 [725] R:OK -2015-03-10 14:45:44 queue INFO >>3 [726] -2015-03-10 14:45:44 sendUrl INFO 3 [726] R:OK -2015-03-10 14:46:23 queue INFO 7 [727] -2015-03-10 14:46:23 queue INFO >7 [728] -2015-03-10 14:46:23 sendUrl INFO 7 [727] R:OK -2015-03-10 14:46:24 sendUrl INFO 7 [728] R:OK -2015-03-10 14:46:24 queue INFO 3 [729] -2015-03-10 14:46:25 sendUrl INFO 3 [729] R:OK -2015-03-10 14:46:25 queue INFO >3 [730] -2015-03-10 14:46:25 sendUrl INFO 3 [730] R:OK -2015-03-10 14:47:15 queue INFO >>3 [731] -2015-03-10 14:47:15 sendUrl INFO 3 [731] R:OK -2015-03-10 14:48:05 queue INFO >>3 [732] -2015-03-10 14:48:05 sendUrl INFO 3 [732] R:OK -2015-03-10 14:48:55 queue INFO >>3 [733] -2015-03-10 14:48:55 sendUrl INFO 3 [733] R:OK -2015-03-10 14:49:45 queue INFO >>3 [734] -2015-03-10 14:49:45 sendUrl INFO 3 [734] R:OK -2015-03-10 14:50:35 queue INFO >>3 [735] -2015-03-10 14:50:36 sendUrl INFO 3 [735] R:OK -2015-03-10 14:51:25 queue INFO >>3 [736] -2015-03-10 14:51:26 sendUrl INFO 3 [736] R:OK -2015-03-10 14:52:16 queue INFO >>3 [737] -2015-03-10 14:52:16 sendUrl INFO 3 [737] R:OK -2015-03-10 14:53:06 queue INFO >>3 [738] -2015-03-10 14:53:06 sendUrl INFO 3 [738] R:OK -2015-03-10 14:53:56 queue INFO >>3 [739] -2015-03-10 14:53:56 sendUrl INFO 3 [739] R:OK -2015-03-10 14:54:35 queue INFO 7 [740] -2015-03-10 14:54:36 queue INFO >7 [741] -2015-03-10 14:54:36 sendUrl INFO 7 [740] R:OK -2015-03-10 14:54:36 sendUrl INFO 7 [741] R:OK -2015-03-10 14:54:37 queue INFO 3 [742] -2015-03-10 14:54:37 queue INFO >3 [743] -2015-03-10 14:54:37 sendUrl INFO 3 [742] R:OK -2015-03-10 14:54:38 sendUrl INFO 3 [743] R:OK -2015-03-10 14:55:27 queue INFO >>3 [744] -2015-03-10 14:55:27 sendUrl INFO 3 [744] R:OK -2015-03-10 14:56:17 queue INFO >>3 [745] -2015-03-10 14:56:18 sendUrl INFO 3 [745] R:OK -2015-03-10 14:57:07 queue INFO >>3 [746] -2015-03-10 14:57:08 sendUrl INFO 3 [746] R:OK -2015-03-10 14:57:58 queue INFO >>3 [747] -2015-03-10 14:57:58 sendUrl INFO 3 [747] R:OK -2015-03-10 14:58:48 queue INFO >>3 [748] -2015-03-10 14:58:48 sendUrl INFO 3 [748] R:OK -2015-03-10 14:59:38 queue INFO >>3 [749] -2015-03-10 14:59:38 sendUrl INFO 3 [749] R:OK -2015-03-10 15:00:28 queue INFO >>3 [750] -2015-03-10 15:00:28 sendUrl INFO 3 [750] R:OK -2015-03-10 15:01:18 queue INFO >>3 [751] -2015-03-10 15:01:19 sendUrl INFO 3 [751] R:OK -2015-03-10 15:02:08 queue INFO >>3 [752] -2015-03-10 15:02:09 sendUrl INFO 3 [752] R:OK -2015-03-10 15:02:47 queue INFO 7 [753] -2015-03-10 15:02:47 queue INFO >7 [754] -2015-03-10 15:02:47 sendUrl INFO 7 [753] R:OK -2015-03-10 15:02:48 sendUrl INFO 7 [754] R:OK -2015-03-10 15:02:48 queue INFO 3 [755] -2015-03-10 15:02:49 queue INFO >3 [756] -2015-03-10 15:02:49 sendUrl INFO 3 [755] R:OK -2015-03-10 15:02:49 sendUrl INFO 3 [756] R:OK -2015-03-10 15:03:39 queue INFO >>3 [757] -2015-03-10 15:03:39 sendUrl INFO 3 [757] R:OK -2015-03-10 15:04:29 queue INFO >>3 [758] -2015-03-10 15:04:29 sendUrl INFO 3 [758] R:OK -2015-03-10 15:05:19 queue INFO >>3 [759] -2015-03-10 15:05:19 sendUrl INFO 3 [759] R:OK -2015-03-10 15:06:09 queue INFO >>3 [760] -2015-03-10 15:06:09 sendUrl INFO 3 [760] R:OK -2015-03-10 15:06:59 queue INFO >>3 [761] -2015-03-10 15:07:00 sendUrl INFO 3 [761] R:OK -2015-03-10 15:07:49 queue INFO >>3 [762] -2015-03-10 15:07:50 sendUrl INFO 3 [762] R:OK -2015-03-10 15:08:40 queue INFO >>3 [763] -2015-03-10 15:08:40 sendUrl INFO 3 [763] R:OK -2015-03-10 15:09:30 queue INFO >>3 [764] -2015-03-10 15:09:30 sendUrl INFO 3 [764] R:OK -2015-03-10 15:10:20 queue INFO >>3 [765] -2015-03-10 15:10:20 sendUrl INFO 3 [765] R:OK -2015-03-10 15:10:58 queue INFO 7 [766] -2015-03-10 15:10:59 queue INFO >7 [767] -2015-03-10 15:10:59 sendUrl INFO 7 [766] R:OK -2015-03-10 15:10:59 sendUrl INFO 7 [767] R:OK -2015-03-10 15:11:00 queue INFO 3 [768] -2015-03-10 15:11:00 queue INFO >3 [769] -2015-03-10 15:11:00 sendUrl INFO 3 [768] R:OK -2015-03-10 15:11:01 sendUrl INFO 3 [769] R:OK -2015-03-10 15:11:50 queue INFO >>3 [770] -2015-03-10 15:11:50 sendUrl INFO 3 [770] R:OK -2015-03-10 15:12:40 queue INFO >>3 [771] -2015-03-10 15:12:41 sendUrl INFO 3 [771] R:OK -2015-03-10 15:13:30 queue INFO >>3 [772] -2015-03-10 15:13:31 sendUrl INFO 3 [772] R:OK -2015-03-10 15:14:21 queue INFO >>3 [773] -2015-03-10 15:14:21 sendUrl INFO 3 [773] R:OK -2015-03-10 15:15:11 queue INFO >>3 [774] -2015-03-10 15:15:11 sendUrl INFO 3 [774] R:OK -2015-03-10 15:16:01 queue INFO >>3 [775] -2015-03-10 15:16:01 sendUrl INFO 3 [775] R:OK -2015-03-10 15:16:51 queue INFO >>3 [776] -2015-03-10 15:16:51 sendUrl INFO 3 [776] R:OK -2015-03-10 15:17:41 queue INFO >>3 [777] -2015-03-10 15:17:42 sendUrl INFO 3 [777] R:OK -2015-03-10 15:18:13 queue INFO 1 [778] -2015-03-10 15:18:14 queue INFO >1 [779] -2015-03-10 15:18:14 sendUrl INFO 1 [778] R:OK -2015-03-10 15:18:14 sendUrl INFO 1 [779] R:OK -2015-03-10 15:19:04 queue INFO >>1 [780] -2015-03-10 15:19:04 sendUrl INFO 1 [780] R:OK -2015-03-10 15:19:05 queue INFO 21 [781] -2015-03-10 15:19:06 sendUrl INFO 21 [781] R:OK -2015-03-10 15:19:06 queue INFO >21 [782] -2015-03-10 15:19:06 sendUrl INFO 21 [782] R:OK -2015-03-10 15:19:56 queue INFO >>21 [783] -2015-03-10 15:19:56 sendUrl INFO 21 [783] R:OK -2015-03-10 15:20:46 queue INFO >>21 [784] -2015-03-10 15:20:46 sendUrl INFO 21 [784] R:OK -2015-03-10 15:21:36 queue INFO >>21 [785] -2015-03-10 15:21:36 sendUrl INFO 21 [785] R:OK -2015-03-10 15:22:26 queue INFO >>21 [786] -2015-03-10 15:22:26 sendUrl INFO 21 [786] R:OK -2015-03-10 15:23:16 queue INFO >>21 [787] -2015-03-10 15:23:17 sendUrl INFO 21 [787] R:OK -2015-03-10 15:24:06 queue INFO >>21 [788] -2015-03-10 15:24:07 sendUrl INFO 21 [788] R:OK -2015-03-10 15:24:52 queue INFO 1 [789] -2015-03-10 15:24:52 queue INFO >1 [790] -2015-03-10 15:24:52 sendUrl INFO 1 [789] R:OK -2015-03-10 15:24:53 sendUrl INFO 1 [790] R:OK -2015-03-10 15:25:14 queue INFO 5 [791] -2015-03-10 15:25:14 queue INFO >5 [792] -2015-03-10 15:25:15 sendUrl INFO 5 [791] R:OK -2015-03-10 15:25:15 sendUrl INFO 5 [792] R:OK -2015-03-10 15:25:16 queue INFO 1 [793] -2015-03-10 15:25:16 queue INFO >1 [794] -2015-03-10 15:25:16 sendUrl INFO 1 [793] R:OK -2015-03-10 15:25:17 sendUrl INFO 1 [794] R:OK -2015-03-10 15:26:06 queue INFO >>1 [795] -2015-03-10 15:26:06 sendUrl INFO 1 [795] R:OK -2015-03-10 15:26:45 queue INFO 3 [796] -2015-03-10 15:26:45 queue INFO >3 [797] -2015-03-10 15:26:46 sendUrl INFO 3 [796] R:OK -2015-03-10 15:26:46 sendUrl INFO 3 [797] R:OK -2015-03-10 15:27:35 queue INFO >>3 [798] -2015-03-10 15:27:35 sendUrl INFO 3 [798] R:OK -2015-03-10 15:28:26 queue INFO >>3 [799] -2015-03-10 15:28:26 sendUrl INFO 3 [799] R:OK -2015-03-10 15:29:16 queue INFO >>3 [800] -2015-03-10 15:29:16 sendUrl INFO 3 [800] R:OK -2015-03-10 15:30:06 queue INFO >>3 [801] -2015-03-10 15:30:06 sendUrl INFO 3 [801] R:OK -2015-03-10 15:30:56 queue INFO >>3 [802] -2015-03-10 15:30:56 sendUrl INFO 3 [802] R:OK -2015-03-10 15:31:46 queue INFO >>3 [803] -2015-03-10 15:31:47 sendUrl INFO 3 [803] R:OK -2015-03-10 15:32:36 queue INFO >>3 [804] -2015-03-10 15:32:36 sendUrl INFO 3 [804] R:OK -2015-03-10 15:33:26 queue INFO >>3 [805] -2015-03-10 15:33:27 queue INFO 7 [806] -2015-03-10 15:33:27 sendUrl INFO 3 [805] R:OK -2015-03-10 15:33:27 queue INFO >7 [807] -2015-03-10 15:33:27 sendUrl INFO 7 [806] R:OK -2015-03-10 15:33:28 sendUrl INFO 7 [807] R:OK -2015-03-10 15:33:28 queue INFO 3 [808] -2015-03-10 15:33:28 queue INFO >3 [809] -2015-03-10 15:33:29 sendUrl INFO 3 [808] R:OK -2015-03-10 15:33:29 sendUrl INFO 3 [809] R:OK -2015-03-10 15:34:18 queue INFO >>3 [810] -2015-03-10 15:34:19 sendUrl INFO 3 [810] R:OK -2015-03-10 15:35:09 queue INFO >>3 [811] -2015-03-10 15:35:09 sendUrl INFO 3 [811] R:OK -2015-03-10 15:35:59 queue INFO >>3 [812] -2015-03-10 15:35:59 sendUrl INFO 3 [812] R:OK -2015-03-10 15:36:49 queue INFO >>3 [813] -2015-03-10 15:36:49 sendUrl INFO 3 [813] R:OK -2015-03-10 15:37:39 queue INFO >>3 [814] -2015-03-10 15:37:39 sendUrl INFO 3 [814] R:OK -2015-03-10 15:38:29 queue INFO >>3 [815] -2015-03-10 15:38:29 sendUrl INFO 3 [815] R:OK -2015-03-10 15:39:19 queue INFO >>3 [816] -2015-03-10 15:39:20 sendUrl INFO 3 [816] R:OK -2015-03-10 15:40:09 queue INFO >>3 [817] -2015-03-10 15:40:09 sendUrl INFO 3 [817] R:OK -2015-03-10 15:40:59 queue INFO >>3 [818] -2015-03-10 15:41:00 sendUrl INFO 3 [818] R:OK -2015-03-10 15:41:38 queue INFO 7 [819] -2015-03-10 15:41:38 queue INFO >7 [820] -2015-03-10 15:41:39 sendUrl INFO 7 [819] R:OK -2015-03-10 15:41:39 sendUrl INFO 7 [820] R:OK -2015-03-10 15:41:40 queue INFO 3 [821] -2015-03-10 15:41:40 queue INFO >3 [822] -2015-03-10 15:41:40 sendUrl INFO 3 [821] R:OK -2015-03-10 15:41:41 sendUrl INFO 3 [822] R:OK -2015-03-10 15:42:30 queue INFO >>3 [823] -2015-03-10 15:42:30 sendUrl INFO 3 [823] R:OK -2015-03-10 15:43:20 queue INFO >>3 [824] -2015-03-10 15:43:20 sendUrl INFO 3 [824] R:OK -2015-03-10 15:44:10 queue INFO >>3 [825] -2015-03-10 15:44:11 sendUrl INFO 3 [825] R:OK -2015-03-10 15:45:00 queue INFO >>3 [826] -2015-03-10 15:45:01 sendUrl INFO 3 [826] R:OK -2015-03-10 15:45:51 queue INFO >>3 [827] -2015-03-10 15:45:51 sendUrl INFO 3 [827] R:OK -2015-03-10 15:46:41 queue INFO >>3 [828] -2015-03-10 15:46:41 sendUrl INFO 3 [828] R:OK -2015-03-10 15:47:31 queue INFO >>3 [829] -2015-03-10 15:47:31 sendUrl INFO 3 [829] R:OK -2015-03-10 15:48:21 queue INFO >>3 [830] -2015-03-10 15:48:21 sendUrl INFO 3 [830] R:OK -2015-03-10 15:49:11 queue INFO >>3 [831] -2015-03-10 15:49:12 sendUrl INFO 3 [831] R:OK -2015-03-10 15:49:50 queue INFO 7 [832] -2015-03-10 15:49:50 queue INFO >7 [833] -2015-03-10 15:49:50 sendUrl INFO 7 [832] R:OK -2015-03-10 15:49:51 sendUrl INFO 7 [833] R:OK -2015-03-10 15:49:51 queue INFO 3 [834] -2015-03-10 15:49:52 queue INFO >3 [835] -2015-03-10 15:49:52 sendUrl INFO 3 [834] R:OK -2015-03-10 15:49:52 sendUrl INFO 3 [835] R:OK -2015-03-10 15:50:42 queue INFO >>3 [836] -2015-03-10 15:50:42 sendUrl INFO 3 [836] R:OK -2015-03-10 15:51:32 queue INFO >>3 [837] -2015-03-10 15:51:32 sendUrl INFO 3 [837] R:OK -2015-03-10 15:52:22 queue INFO >>3 [838] -2015-03-10 15:52:22 sendUrl INFO 3 [838] R:OK -2015-03-10 15:53:12 queue INFO >>3 [839] -2015-03-10 15:53:12 sendUrl INFO 3 [839] R:OK -2015-03-10 15:54:02 queue INFO >>3 [840] -2015-03-10 15:54:02 sendUrl INFO 3 [840] R:OK -2015-03-10 15:54:52 queue INFO >>3 [841] -2015-03-10 15:54:52 sendUrl INFO 3 [841] R:OK -2015-03-10 15:55:42 queue INFO >>3 [842] -2015-03-10 15:55:43 sendUrl INFO 3 [842] R:OK -2015-03-10 15:56:33 queue INFO >>3 [843] -2015-03-10 15:56:33 sendUrl INFO 3 [843] R:OK -2015-03-10 15:57:23 queue INFO >>3 [844] -2015-03-10 15:57:23 sendUrl INFO 3 [844] R:OK -2015-03-10 15:58:02 queue INFO 7 [845] -2015-03-10 15:58:02 queue INFO >7 [846] -2015-03-10 15:58:03 sendUrl INFO 7 [845] R:OK -2015-03-10 15:58:03 sendUrl INFO 7 [846] R:OK -2015-03-10 15:58:04 queue INFO 3 [847] -2015-03-10 15:58:04 queue INFO >3 [848] -2015-03-10 15:58:04 sendUrl INFO 3 [847] R:OK -2015-03-10 15:58:05 sendUrl INFO 3 [848] R:OK -2015-03-10 15:58:54 queue INFO >>3 [849] -2015-03-10 15:58:54 sendUrl INFO 3 [849] R:OK -2015-03-10 15:59:44 queue INFO >>3 [850] -2015-03-10 15:59:44 sendUrl INFO 3 [850] R:OK -2015-03-10 16:00:34 queue INFO >>3 [851] -2015-03-10 16:00:35 sendUrl INFO 3 [851] R:OK -2015-03-10 16:01:24 queue INFO >>3 [852] -2015-03-10 16:01:25 sendUrl INFO 3 [852] R:OK -2015-03-10 16:02:15 queue INFO >>3 [853] -2015-03-10 16:02:15 sendUrl INFO 3 [853] R:OK -2015-03-10 16:03:05 queue INFO >>3 [854] -2015-03-10 16:03:05 sendUrl INFO 3 [854] R:OK -2015-03-10 16:03:55 queue INFO >>3 [855] -2015-03-10 16:03:55 sendUrl INFO 3 [855] R:OK -2015-03-10 16:04:45 queue INFO >>3 [856] -2015-03-10 16:04:45 sendUrl INFO 3 [856] R:OK -2015-03-10 16:05:35 queue INFO >>3 [857] -2015-03-10 16:05:36 sendUrl INFO 3 [857] R:OK -2015-03-10 16:06:14 queue INFO 7 [858] -2015-03-10 16:06:14 queue INFO >7 [859] -2015-03-10 16:06:14 sendUrl INFO 7 [858] R:OK -2015-03-10 16:06:15 sendUrl INFO 7 [859] R:OK -2015-03-10 16:06:16 queue INFO 3 [860] -2015-03-10 16:06:16 queue INFO >3 [861] -2015-03-10 16:06:16 sendUrl INFO 3 [860] R:OK -2015-03-10 16:06:16 sendUrl INFO 3 [861] R:OK -2015-03-10 16:07:06 queue INFO >>3 [862] -2015-03-10 16:07:06 sendUrl INFO 3 [862] R:OK -2015-03-10 16:07:56 queue INFO >>3 [863] -2015-03-10 16:07:56 sendUrl INFO 3 [863] R:OK -2015-03-10 16:08:46 queue INFO >>3 [864] -2015-03-10 16:08:46 sendUrl INFO 3 [864] R:OK -2015-03-10 16:09:36 queue INFO >>3 [865] -2015-03-10 16:09:36 sendUrl INFO 3 [865] R:OK -2015-03-10 16:10:26 queue INFO >>3 [866] -2015-03-10 16:10:27 sendUrl INFO 3 [866] R:OK -2015-03-10 16:11:16 queue INFO >>3 [867] -2015-03-10 16:11:17 sendUrl INFO 3 [867] R:OK -2015-03-10 16:12:07 queue INFO >>3 [868] -2015-03-10 16:12:07 sendUrl INFO 3 [868] R:OK -2015-03-10 16:12:57 queue INFO >>3 [869] -2015-03-10 16:12:57 sendUrl INFO 3 [869] R:OK -2015-03-10 16:13:47 queue INFO >>3 [870] -2015-03-10 16:13:47 sendUrl INFO 3 [870] R:OK -2015-03-10 16:14:28 queue INFO 7 [871] -2015-03-10 16:14:28 sendUrl INFO 7 [871] R:OK -2015-03-10 16:14:28 queue INFO >7 [872] -2015-03-10 16:14:29 sendUrl INFO 7 [872] R:OK -2015-03-10 16:14:30 queue INFO 3 [873] -2015-03-10 16:14:30 queue INFO >3 [874] -2015-03-10 16:14:30 sendUrl INFO 3 [873] R:OK -2015-03-10 16:14:31 sendUrl INFO 3 [874] R:OK -2015-03-10 16:15:20 queue INFO >>3 [875] -2015-03-10 16:15:20 sendUrl INFO 3 [875] R:OK -2015-03-10 16:16:10 queue INFO >>3 [876] -2015-03-10 16:16:10 sendUrl INFO 3 [876] R:OK -2015-03-10 16:17:00 queue INFO >>3 [877] -2015-03-10 16:17:00 sendUrl INFO 3 [877] R:OK -2015-03-10 16:17:50 queue INFO >>3 [878] -2015-03-10 16:17:51 sendUrl INFO 3 [878] R:OK -2015-03-10 16:18:40 queue INFO >>3 [879] -2015-03-10 16:18:41 sendUrl INFO 3 [879] R:OK -2015-03-10 16:19:30 queue INFO >>3 [880] -2015-03-10 16:19:31 sendUrl INFO 3 [880] R:OK -2015-03-10 16:20:21 queue INFO >>3 [881] -2015-03-10 16:20:21 sendUrl INFO 3 [881] R:OK -2015-03-10 16:21:11 queue INFO >>3 [882] -2015-03-10 16:21:11 sendUrl INFO 3 [882] R:OK -2015-03-10 16:22:01 queue INFO >>3 [883] -2015-03-10 16:22:01 sendUrl INFO 3 [883] R:OK -2015-03-10 16:22:40 queue INFO 7 [884] -2015-03-10 16:22:40 sendUrl INFO 7 [884] R:OK -2015-03-10 16:22:41 queue INFO >7 [885] -2015-03-10 16:22:41 sendUrl INFO 7 [885] R:OK -2015-03-10 16:22:42 queue INFO 3 [886] -2015-03-10 16:22:42 queue INFO >3 [887] -2015-03-10 16:22:42 sendUrl INFO 3 [886] R:OK -2015-03-10 16:22:43 sendUrl INFO 3 [887] R:OK -2015-03-10 16:23:32 queue INFO >>3 [888] -2015-03-10 16:23:32 sendUrl INFO 3 [888] R:OK -2015-03-10 16:24:22 queue INFO >>3 [889] -2015-03-10 16:24:23 sendUrl INFO 3 [889] R:OK -2015-03-10 16:25:12 queue INFO >>3 [890] -2015-03-10 16:25:13 sendUrl INFO 3 [890] R:OK -2015-03-10 16:26:03 queue INFO >>3 [891] -2015-03-10 16:26:03 sendUrl INFO 3 [891] R:OK -2015-03-10 16:26:53 queue INFO >>3 [892] -2015-03-10 16:26:53 sendUrl INFO 3 [892] R:OK -2015-03-10 16:27:43 queue INFO >>3 [893] -2015-03-10 16:27:43 sendUrl INFO 3 [893] R:OK -2015-03-10 16:28:33 queue INFO >>3 [894] -2015-03-10 16:28:33 sendUrl INFO 3 [894] R:OK -2015-03-10 16:29:23 queue INFO >>3 [895] -2015-03-10 16:29:24 sendUrl INFO 3 [895] R:OK -2015-03-10 16:30:13 queue INFO >>3 [896] -2015-03-10 16:30:13 sendUrl INFO 3 [896] R:OK -2015-03-10 16:30:52 queue INFO 7 [897] -2015-03-10 16:30:52 queue INFO >7 [898] -2015-03-10 16:30:52 sendUrl INFO 7 [897] R:OK -2015-03-10 16:30:53 sendUrl INFO 7 [898] R:OK -2015-03-10 16:30:53 queue INFO 3 [899] -2015-03-10 16:30:54 queue INFO >3 [900] -2015-03-10 16:30:54 sendUrl INFO 3 [899] R:OK -2015-03-10 16:30:54 sendUrl INFO 3 [900] R:OK -2015-03-10 16:31:44 queue INFO >>3 [901] -2015-03-10 16:31:44 sendUrl INFO 3 [901] R:OK -2015-03-10 16:32:34 queue INFO >>3 [902] -2015-03-10 16:32:34 sendUrl INFO 3 [902] R:OK -2015-03-10 16:33:24 queue INFO >>3 [903] -2015-03-10 16:33:24 sendUrl INFO 3 [903] R:OK -2015-03-10 16:34:14 queue INFO >>3 [904] -2015-03-10 16:34:15 sendUrl INFO 3 [904] R:OK -2015-03-10 16:35:04 queue INFO >>3 [905] -2015-03-10 16:35:04 sendUrl INFO 3 [905] R:OK -2015-03-10 16:35:54 queue INFO >>3 [906] -2015-03-10 16:35:55 sendUrl INFO 3 [906] R:OK -2015-03-10 16:36:45 queue INFO >>3 [907] -2015-03-10 16:36:45 sendUrl INFO 3 [907] R:OK -2015-03-10 16:37:35 queue INFO >>3 [908] -2015-03-10 16:37:35 sendUrl INFO 3 [908] R:OK -2015-03-10 16:38:25 queue INFO >>3 [909] -2015-03-10 16:38:25 sendUrl INFO 3 [909] R:OK -2015-03-10 16:39:03 queue INFO 7 [910] -2015-03-10 16:39:04 sendUrl INFO 7 [910] R:OK -2015-03-10 16:39:04 queue INFO >7 [911] -2015-03-10 16:39:04 sendUrl INFO 7 [911] R:OK -2015-03-10 16:39:05 queue INFO 3 [912] -2015-03-10 16:39:05 queue INFO >3 [913] -2015-03-10 16:39:06 sendUrl INFO 3 [912] R:OK -2015-03-10 16:39:06 sendUrl INFO 3 [913] R:OK -2015-03-10 16:39:55 queue INFO >>3 [914] -2015-03-10 16:39:55 sendUrl INFO 3 [914] R:OK -2015-03-10 16:40:45 queue INFO >>3 [915] -2015-03-10 16:40:46 sendUrl INFO 3 [915] R:OK -2015-03-10 16:41:35 queue INFO >>3 [916] -2015-03-10 16:41:36 sendUrl INFO 3 [916] R:OK -2015-03-10 16:42:26 queue INFO >>3 [917] -2015-03-10 16:42:26 sendUrl INFO 3 [917] R:OK -2015-03-10 16:43:16 queue INFO >>3 [918] -2015-03-10 16:43:16 sendUrl INFO 3 [918] R:OK -2015-03-10 16:44:06 queue INFO >>3 [919] -2015-03-10 16:44:06 sendUrl INFO 3 [919] R:OK -2015-03-10 16:44:56 queue INFO >>3 [920] -2015-03-10 16:44:56 sendUrl INFO 3 [920] R:OK -2015-03-10 16:45:46 queue INFO >>3 [921] -2015-03-10 16:45:47 sendUrl INFO 3 [921] R:OK -2015-03-10 16:46:36 queue INFO >>3 [922] -2015-03-10 16:46:36 sendUrl INFO 3 [922] R:OK -2015-03-10 16:47:16 queue INFO 7 [923] -2015-03-10 16:47:16 queue INFO >7 [924] -2015-03-10 16:47:16 sendUrl INFO 7 [923] R:OK -2015-03-10 16:47:17 sendUrl INFO 7 [924] R:OK -2015-03-10 16:47:17 queue INFO 3 [925] -2015-03-10 16:47:18 queue INFO >3 [926] -2015-03-10 16:47:18 sendUrl INFO 3 [925] R:OK -2015-03-10 16:47:18 sendUrl INFO 3 [926] R:OK -2015-03-10 16:48:07 queue INFO >>3 [927] -2015-03-10 16:48:08 sendUrl INFO 3 [927] R:OK -2015-03-10 16:48:58 queue INFO >>3 [928] -2015-03-10 16:48:58 sendUrl INFO 3 [928] R:OK -2015-03-10 16:49:48 queue INFO >>3 [929] -2015-03-10 16:49:48 sendUrl INFO 3 [929] R:OK -2015-03-10 16:50:38 queue INFO >>3 [930] -2015-03-10 16:50:38 sendUrl INFO 3 [930] R:OK -2015-03-10 16:51:28 queue INFO >>3 [931] -2015-03-10 16:51:28 sendUrl INFO 3 [931] R:OK -2015-03-10 16:52:18 queue INFO >>3 [932] -2015-03-10 16:52:19 sendUrl INFO 3 [932] R:OK -2015-03-10 16:53:08 queue INFO >>3 [933] -2015-03-10 16:53:09 sendUrl INFO 3 [933] R:OK -2015-03-10 16:53:58 queue INFO >>3 [934] -2015-03-10 16:53:59 sendUrl INFO 3 [934] R:OK -2015-03-10 16:54:49 queue INFO >>3 [935] -2015-03-10 16:54:49 sendUrl INFO 3 [935] R:OK -2015-03-10 16:55:28 queue INFO 7 [936] -2015-03-10 16:55:28 queue INFO >7 [937] -2015-03-10 16:55:28 sendUrl INFO 7 [936] R:OK -2015-03-10 16:55:28 sendUrl INFO 7 [937] R:OK -2015-03-10 16:55:29 queue INFO 3 [938] -2015-03-10 16:55:29 queue INFO >3 [939] -2015-03-10 16:55:30 sendUrl INFO 3 [938] R:OK -2015-03-10 16:55:30 sendUrl INFO 3 [939] R:OK -2015-03-10 16:56:19 queue INFO >>3 [940] -2015-03-10 16:56:20 sendUrl INFO 3 [940] R:OK -2015-03-10 16:57:09 queue INFO >>3 [941] -2015-03-10 16:57:10 sendUrl INFO 3 [941] R:OK -2015-03-10 16:58:00 queue INFO >>3 [942] -2015-03-10 16:58:00 sendUrl INFO 3 [942] R:OK -2015-03-10 16:58:50 queue INFO >>3 [943] -2015-03-10 16:58:50 sendUrl INFO 3 [943] R:OK -2015-03-10 16:59:40 queue INFO >>3 [944] -2015-03-10 16:59:40 sendUrl INFO 3 [944] R:OK -2015-03-10 17:00:30 queue INFO >>3 [945] -2015-03-10 17:00:31 sendUrl INFO 3 [945] R:OK -2015-03-10 17:01:20 queue INFO >>3 [946] -2015-03-10 17:01:20 sendUrl INFO 3 [946] R:OK -2015-03-10 17:02:10 queue INFO >>3 [947] -2015-03-10 17:02:11 sendUrl INFO 3 [947] R:OK -2015-03-10 17:03:01 queue INFO >>3 [948] -2015-03-10 17:03:01 sendUrl INFO 3 [948] R:OK -2015-03-10 17:03:39 queue INFO 7 [949] -2015-03-10 17:03:40 queue INFO >7 [950] -2015-03-10 17:03:40 sendUrl INFO 7 [949] R:OK -2015-03-10 17:03:40 sendUrl INFO 7 [950] R:OK -2015-03-10 17:03:41 queue INFO 3 [951] -2015-03-10 17:03:41 queue INFO >3 [952] -2015-03-10 17:03:41 sendUrl INFO 3 [951] R:OK -2015-03-10 17:03:42 sendUrl INFO 3 [952] R:OK -2015-03-10 17:04:31 queue INFO >>3 [953] -2015-03-10 17:04:32 sendUrl INFO 3 [953] R:OK -2015-03-10 17:05:21 queue INFO >>3 [954] -2015-03-10 17:05:22 sendUrl INFO 3 [954] R:OK -2015-03-10 17:06:12 queue INFO >>3 [955] -2015-03-10 17:06:12 sendUrl INFO 3 [955] R:OK -2015-03-10 17:07:02 queue INFO >>3 [956] -2015-03-10 17:07:02 sendUrl INFO 3 [956] R:OK -2015-03-10 17:07:52 queue INFO >>3 [957] -2015-03-10 17:07:52 sendUrl INFO 3 [957] R:OK -2015-03-10 17:08:42 queue INFO >>3 [958] -2015-03-10 17:08:42 sendUrl INFO 3 [958] R:OK -2015-03-10 17:09:32 queue INFO >>3 [959] -2015-03-10 17:09:33 sendUrl INFO 3 [959] R:OK -2015-03-10 17:10:22 queue INFO >>3 [960] -2015-03-10 17:10:22 sendUrl INFO 3 [960] R:OK -2015-03-10 17:11:12 queue INFO >>3 [961] -2015-03-10 17:11:13 sendUrl INFO 3 [961] R:OK -2015-03-10 17:11:52 queue INFO 7 [962] -2015-03-10 17:11:52 queue INFO >7 [963] -2015-03-10 17:11:53 sendUrl INFO 7 [962] R:OK -2015-03-10 17:11:53 sendUrl INFO 7 [963] R:OK -2015-03-10 17:11:54 queue INFO 3 [964] -2015-03-10 17:11:54 queue INFO >3 [965] -2015-03-10 17:11:54 sendUrl INFO 3 [964] R:OK -2015-03-10 17:11:55 sendUrl INFO 3 [965] R:OK -2015-03-10 17:12:44 queue INFO >>3 [966] -2015-03-10 17:12:44 sendUrl INFO 3 [966] R:OK -2015-03-10 17:13:34 queue INFO >>3 [967] -2015-03-10 17:13:34 sendUrl INFO 3 [967] R:OK -2015-03-10 17:14:24 queue INFO >>3 [968] -2015-03-10 17:14:25 sendUrl INFO 3 [968] R:OK -2015-03-10 17:15:14 queue INFO >>3 [969] -2015-03-10 17:15:14 sendUrl INFO 3 [969] R:OK -2015-03-10 17:16:04 queue INFO >>3 [970] -2015-03-10 17:16:05 sendUrl INFO 3 [970] R:OK -2015-03-10 17:16:54 queue INFO >>3 [971] -2015-03-10 17:16:55 sendUrl INFO 3 [971] R:OK -2015-03-10 17:17:45 queue INFO >>3 [972] -2015-03-10 17:17:45 sendUrl INFO 3 [972] R:OK -2015-03-10 17:18:35 queue INFO >>3 [973] -2015-03-10 17:18:35 sendUrl INFO 3 [973] R:OK -2015-03-10 17:19:25 queue INFO >>3 [974] -2015-03-10 17:19:26 sendUrl INFO 3 [974] R:OK -2015-03-10 17:20:03 queue INFO 7 [975] -2015-03-10 17:20:04 queue INFO >7 [976] -2015-03-10 17:20:04 sendUrl INFO 7 [975] R:OK -2015-03-10 17:20:04 sendUrl INFO 7 [976] R:OK -2015-03-10 17:20:05 queue INFO 3 [977] -2015-03-10 17:20:05 queue INFO >3 [978] -2015-03-10 17:20:05 sendUrl INFO 3 [977] R:OK -2015-03-10 17:20:06 sendUrl INFO 3 [978] R:OK -2015-03-10 17:20:55 queue INFO >>3 [979] -2015-03-10 17:20:56 sendUrl INFO 3 [979] R:OK -2015-03-10 17:21:45 queue INFO >>3 [980] -2015-03-10 17:21:46 sendUrl INFO 3 [980] R:OK -2015-03-10 17:22:36 queue INFO >>3 [981] -2015-03-10 17:22:36 sendUrl INFO 3 [981] R:OK -2015-03-10 17:23:26 queue INFO >>3 [982] -2015-03-10 17:23:26 sendUrl INFO 3 [982] R:OK -2015-03-10 17:24:16 queue INFO >>3 [983] -2015-03-10 17:24:16 sendUrl INFO 3 [983] R:OK -2015-03-10 17:25:06 queue INFO >>3 [984] -2015-03-10 17:25:06 sendUrl INFO 3 [984] R:OK -2015-03-10 17:25:56 queue INFO >>3 [985] -2015-03-10 17:25:57 sendUrl INFO 3 [985] R:OK -2015-03-10 17:26:46 queue INFO >>3 [986] -2015-03-10 17:26:46 sendUrl INFO 3 [986] R:OK -2015-03-10 17:27:36 queue INFO >>3 [987] -2015-03-10 17:27:37 sendUrl INFO 3 [987] R:OK -2015-03-10 17:28:15 queue INFO 7 [988] -2015-03-10 17:28:15 queue INFO >7 [989] -2015-03-10 17:28:16 sendUrl INFO 7 [988] R:OK -2015-03-10 17:28:16 sendUrl INFO 7 [989] R:OK -2015-03-10 17:28:17 queue INFO 3 [990] -2015-03-10 17:28:17 queue INFO >3 [991] -2015-03-10 17:28:17 sendUrl INFO 3 [990] R:OK -2015-03-10 17:28:18 sendUrl INFO 3 [991] R:OK -2015-03-10 17:29:07 queue INFO >>3 [992] -2015-03-10 17:29:07 sendUrl INFO 3 [992] R:OK -2015-03-10 17:29:57 queue INFO >>3 [993] -2015-03-10 17:29:57 sendUrl INFO 3 [993] R:OK -2015-03-10 17:30:47 queue INFO >>3 [994] -2015-03-10 17:30:48 sendUrl INFO 3 [994] R:OK -2015-03-10 17:31:37 queue INFO >>3 [995] -2015-03-10 17:31:37 sendUrl INFO 3 [995] R:OK -2015-03-10 17:32:27 queue INFO >>3 [996] -2015-03-10 17:32:28 sendUrl INFO 3 [996] R:OK -2015-03-10 17:33:17 queue INFO >>3 [997] -2015-03-10 17:33:18 sendUrl INFO 3 [997] R:OK -2015-03-10 17:34:08 queue INFO >>3 [998] -2015-03-10 17:34:08 sendUrl INFO 3 [998] R:OK -2015-03-10 17:34:58 queue INFO >>3 [999] -2015-03-10 17:34:58 sendUrl INFO 3 [999] R:OK -2015-03-10 17:35:48 queue INFO >>3 [0] -2015-03-10 17:35:48 sendUrl INFO 3 [0] R:OK -2015-03-10 17:36:27 queue INFO 7 [1] -2015-03-10 17:36:28 queue INFO >7 [2] -2015-03-10 17:36:28 sendUrl INFO 7 [1] R:OK -2015-03-10 17:36:28 sendUrl INFO 7 [2] R:OK -2015-03-10 17:36:29 queue INFO 3 [3] -2015-03-10 17:36:29 queue INFO >3 [4] -2015-03-10 17:36:29 sendUrl INFO 3 [3] R:OK -2015-03-10 17:36:30 sendUrl INFO 3 [4] R:OK -2015-03-10 17:37:19 queue INFO >>3 [5] -2015-03-10 17:37:20 sendUrl INFO 3 [5] R:OK -2015-03-10 17:38:09 queue INFO >>3 [6] -2015-03-10 17:38:10 sendUrl INFO 3 [6] R:OK -2015-03-10 17:39:00 queue INFO >>3 [7] -2015-03-10 17:39:00 sendUrl INFO 3 [7] R:OK -2015-03-10 17:39:50 queue INFO >>3 [8] -2015-03-10 17:39:50 sendUrl INFO 3 [8] R:OK -2015-03-10 17:40:40 queue INFO >>3 [9] -2015-03-10 17:40:40 sendUrl INFO 3 [9] R:OK -2015-03-10 17:41:30 queue INFO >>3 [10] -2015-03-10 17:41:30 sendUrl INFO 3 [10] R:OK -2015-03-10 17:42:20 queue INFO >>3 [11] -2015-03-10 17:42:21 sendUrl INFO 3 [11] R:OK -2015-03-10 17:43:10 queue INFO >>3 [12] -2015-03-10 17:43:10 sendUrl INFO 3 [12] R:OK -2015-03-10 17:44:00 queue INFO >>3 [13] -2015-03-10 17:44:01 sendUrl INFO 3 [13] R:OK -2015-03-10 17:44:39 queue INFO 7 [14] -2015-03-10 17:44:39 queue INFO >7 [15] -2015-03-10 17:44:40 sendUrl INFO 7 [14] R:OK -2015-03-10 17:44:40 sendUrl INFO 7 [15] R:OK -2015-03-10 17:44:41 queue INFO 3 [16] -2015-03-10 17:44:41 queue INFO >3 [17] -2015-03-10 17:44:41 sendUrl INFO 3 [16] R:OK -2015-03-10 17:44:42 sendUrl INFO 3 [17] R:OK -2015-03-10 17:45:31 queue INFO >>3 [18] -2015-03-10 17:45:31 sendUrl INFO 3 [18] R:OK -2015-03-10 17:46:21 queue INFO >>3 [19] -2015-03-10 17:46:21 sendUrl INFO 3 [19] R:OK -2015-03-10 17:47:11 queue INFO >>3 [20] -2015-03-10 17:47:12 sendUrl INFO 3 [20] R:OK -2015-03-10 17:48:01 queue INFO >>3 [21] -2015-03-10 17:48:02 sendUrl INFO 3 [21] R:OK -2015-03-10 17:48:52 queue INFO >>3 [22] -2015-03-10 17:48:52 sendUrl INFO 3 [22] R:OK -2015-03-10 17:49:42 queue INFO >>3 [23] -2015-03-10 17:49:42 sendUrl INFO 3 [23] R:OK -2015-03-10 17:50:32 queue INFO >>3 [24] -2015-03-10 17:50:32 sendUrl INFO 3 [24] R:OK -2015-03-10 17:51:22 queue INFO >>3 [25] -2015-03-10 17:51:22 sendUrl INFO 3 [25] R:OK -2015-03-10 17:52:12 queue INFO >>3 [26] -2015-03-10 17:52:13 sendUrl INFO 3 [26] R:OK -2015-03-10 17:52:51 queue INFO 7 [27] -2015-03-10 17:52:51 queue INFO >7 [28] -2015-03-10 17:52:51 sendUrl INFO 7 [27] R:OK -2015-03-10 17:52:52 sendUrl INFO 7 [28] R:OK -2015-03-10 17:52:53 queue INFO 3 [29] -2015-03-10 17:52:53 sendUrl INFO 3 [29] R:OK -2015-03-10 17:52:53 queue INFO >3 [30] -2015-03-10 17:52:53 sendUrl INFO 3 [30] R:OK -2015-03-10 17:53:43 queue INFO >>3 [31] -2015-03-10 17:53:43 sendUrl INFO 3 [31] R:OK -2015-03-10 17:54:33 queue INFO >>3 [32] -2015-03-10 17:54:33 sendUrl INFO 3 [32] R:OK -2015-03-10 17:55:23 queue INFO >>3 [33] -2015-03-10 17:55:23 sendUrl INFO 3 [33] R:OK -2015-03-10 17:56:13 queue INFO >>3 [34] -2015-03-10 17:56:14 sendUrl INFO 3 [34] R:OK -2015-03-10 17:57:03 queue INFO >>3 [35] -2015-03-10 17:57:04 sendUrl INFO 3 [35] R:OK -2015-03-10 17:57:54 queue INFO >>3 [36] -2015-03-10 17:57:54 sendUrl INFO 3 [36] R:OK -2015-03-10 17:58:44 queue INFO >>3 [37] -2015-03-10 17:58:44 sendUrl INFO 3 [37] R:OK -2015-03-10 17:59:34 queue INFO >>3 [38] -2015-03-10 17:59:34 sendUrl INFO 3 [38] R:OK -2015-03-10 18:00:24 queue INFO >>3 [39] -2015-03-10 18:00:24 sendUrl INFO 3 [39] R:OK -2015-03-10 18:01:04 queue INFO 7 [40] -2015-03-10 18:01:04 queue INFO >7 [41] -2015-03-10 18:01:04 sendUrl INFO 7 [40] R:OK -2015-03-10 18:01:05 sendUrl INFO 7 [41] R:OK -2015-03-10 18:01:05 queue INFO 3 [42] -2015-03-10 18:01:05 queue INFO >3 [43] -2015-03-10 18:01:06 sendUrl INFO 3 [42] R:OK -2015-03-10 18:01:06 sendUrl INFO 3 [43] R:OK -2015-03-10 18:01:55 queue INFO >>3 [44] -2015-03-10 18:01:56 sendUrl INFO 3 [44] R:OK -2015-03-10 18:02:45 queue INFO >>3 [45] -2015-03-10 18:02:46 sendUrl INFO 3 [45] R:OK -2015-03-10 18:03:36 queue INFO >>3 [46] -2015-03-10 18:03:36 sendUrl INFO 3 [46] R:OK -2015-03-10 18:04:26 queue INFO >>3 [47] -2015-03-10 18:04:26 sendUrl INFO 3 [47] R:OK -2015-03-10 18:05:16 queue INFO >>3 [48] -2015-03-10 18:05:16 sendUrl INFO 3 [48] R:OK -2015-03-10 18:06:06 queue INFO >>3 [49] -2015-03-10 18:06:07 sendUrl INFO 3 [49] R:OK -2015-03-10 18:06:56 queue INFO >>3 [50] -2015-03-10 18:06:56 sendUrl INFO 3 [50] R:OK -2015-03-10 18:07:46 queue INFO >>3 [51] -2015-03-10 18:07:47 sendUrl INFO 3 [51] R:OK -2015-03-10 18:08:37 queue INFO >>3 [52] -2015-03-10 18:08:37 sendUrl INFO 3 [52] R:OK -2015-03-10 18:09:15 queue INFO 7 [53] -2015-03-10 18:09:15 queue INFO >7 [54] -2015-03-10 18:09:15 sendUrl INFO 7 [53] R:OK -2015-03-10 18:09:16 sendUrl INFO 7 [54] R:OK -2015-03-10 18:09:17 queue INFO 3 [55] -2015-03-10 18:09:17 sendUrl INFO 3 [55] R:OK -2015-03-10 18:09:17 queue INFO >3 [56] -2015-03-10 18:09:17 sendUrl INFO 3 [56] R:OK -2015-03-10 18:10:07 queue INFO >>3 [57] -2015-03-10 18:10:07 sendUrl INFO 3 [57] R:OK -2015-03-10 18:10:57 queue INFO >>3 [58] -2015-03-10 18:10:57 sendUrl INFO 3 [58] R:OK -2015-03-10 18:11:47 queue INFO >>3 [59] -2015-03-10 18:11:47 sendUrl INFO 3 [59] R:OK -2015-03-10 18:12:37 queue INFO >>3 [60] -2015-03-10 18:12:38 sendUrl INFO 3 [60] R:OK -2015-03-10 18:13:27 queue INFO >>3 [61] -2015-03-10 18:13:28 sendUrl INFO 3 [61] R:OK -2015-03-10 18:14:18 queue INFO >>3 [62] -2015-03-10 18:14:18 sendUrl INFO 3 [62] R:OK -2015-03-10 18:15:08 queue INFO >>3 [63] -2015-03-10 18:15:08 sendUrl INFO 3 [63] R:OK -2015-03-10 18:15:58 queue INFO >>3 [64] -2015-03-10 18:15:58 sendUrl INFO 3 [64] R:OK -2015-03-10 18:16:48 queue INFO >>3 [65] -2015-03-10 18:16:48 sendUrl INFO 3 [65] R:OK -2015-03-10 18:17:27 queue INFO 7 [66] -2015-03-10 18:17:27 queue INFO >7 [67] -2015-03-10 18:17:27 sendUrl INFO 7 [66] R:OK -2015-03-10 18:17:28 sendUrl INFO 7 [67] R:OK -2015-03-10 18:17:28 queue INFO 3 [68] -2015-03-10 18:17:28 queue INFO >3 [69] -2015-03-10 18:17:29 sendUrl INFO 3 [68] R:OK -2015-03-10 18:17:29 sendUrl INFO 3 [69] R:OK -2015-03-10 18:18:18 queue INFO >>3 [70] -2015-03-10 18:18:19 sendUrl INFO 3 [70] R:OK -2015-03-10 18:19:08 queue INFO >>3 [71] -2015-03-10 18:19:09 sendUrl INFO 3 [71] R:OK -2015-03-10 18:19:59 queue INFO >>3 [72] -2015-03-10 18:19:59 sendUrl INFO 3 [72] R:OK -2015-03-10 18:20:49 queue INFO >>3 [73] -2015-03-10 18:20:49 sendUrl INFO 3 [73] R:OK -2015-03-10 18:21:39 queue INFO >>3 [74] -2015-03-10 18:21:39 sendUrl INFO 3 [74] R:OK -2015-03-10 18:22:29 queue INFO >>3 [75] -2015-03-10 18:22:30 sendUrl INFO 3 [75] R:OK -2015-03-10 18:23:19 queue INFO >>3 [76] -2015-03-10 18:23:19 sendUrl INFO 3 [76] R:OK -2015-03-10 18:24:09 queue INFO >>3 [77] -2015-03-10 18:24:10 sendUrl INFO 3 [77] R:OK -2015-03-10 18:25:00 queue INFO >>3 [78] -2015-03-10 18:25:00 sendUrl INFO 3 [78] R:OK -2015-03-10 18:25:39 queue INFO 7 [79] -2015-03-10 18:25:39 queue INFO >7 [80] -2015-03-10 18:25:39 sendUrl INFO 7 [79] R:OK -2015-03-10 18:25:40 sendUrl INFO 7 [80] R:OK -2015-03-10 18:25:41 queue INFO 3 [81] -2015-03-10 18:25:41 sendUrl INFO 3 [81] R:OK -2015-03-10 18:25:41 queue INFO >3 [82] -2015-03-10 18:25:41 sendUrl INFO 3 [82] R:OK -2015-03-10 18:26:31 queue INFO >>3 [83] -2015-03-10 18:26:31 sendUrl INFO 3 [83] R:OK -2015-03-10 18:27:21 queue INFO >>3 [84] -2015-03-10 18:27:21 sendUrl INFO 3 [84] R:OK -2015-03-10 18:28:11 queue INFO >>3 [85] -2015-03-10 18:28:11 sendUrl INFO 3 [85] R:OK -2015-03-10 18:29:01 queue INFO >>3 [86] -2015-03-10 18:29:02 sendUrl INFO 3 [86] R:OK -2015-03-10 18:29:51 queue INFO >>3 [87] -2015-03-10 18:29:52 sendUrl INFO 3 [87] R:OK -2015-03-10 18:30:42 queue INFO >>3 [88] -2015-03-10 18:30:42 sendUrl INFO 3 [88] R:OK -2015-03-10 18:31:32 queue INFO >>3 [89] -2015-03-10 18:31:32 sendUrl INFO 3 [89] R:OK -2015-03-10 18:32:22 queue INFO >>3 [90] -2015-03-10 18:32:22 sendUrl INFO 3 [90] R:OK -2015-03-10 18:33:12 queue INFO >>3 [91] -2015-03-10 18:33:12 sendUrl INFO 3 [91] R:OK -2015-03-10 18:33:51 queue INFO 7 [92] -2015-03-10 18:33:51 queue INFO >7 [93] -2015-03-10 18:33:51 sendUrl INFO 7 [92] R:OK -2015-03-10 18:33:52 sendUrl INFO 7 [93] R:OK -2015-03-10 18:33:52 queue INFO 3 [94] -2015-03-10 18:33:53 sendUrl INFO 3 [94] R:OK -2015-03-10 18:33:53 queue INFO >3 [95] -2015-03-10 18:33:53 sendUrl INFO 3 [95] R:OK -2015-03-10 18:34:43 queue INFO >>3 [96] -2015-03-10 18:34:43 sendUrl INFO 3 [96] R:OK -2015-03-10 18:35:33 queue INFO >>3 [97] -2015-03-10 18:35:33 sendUrl INFO 3 [97] R:OK -2015-03-10 18:36:23 queue INFO >>3 [98] -2015-03-10 18:36:23 sendUrl INFO 3 [98] R:OK -2015-03-10 18:37:13 queue INFO >>3 [99] -2015-03-10 18:37:13 sendUrl INFO 3 [99] R:OK -2015-03-10 18:38:03 queue INFO >>3 [100] -2015-03-10 18:38:04 sendUrl INFO 3 [100] R:OK -2015-03-10 18:38:53 queue INFO >>3 [101] -2015-03-10 18:38:54 sendUrl INFO 3 [101] R:OK -2015-03-10 18:39:43 queue INFO >>3 [102] -2015-03-10 18:39:44 sendUrl INFO 3 [102] R:OK -2015-03-10 18:40:34 queue INFO >>3 [103] -2015-03-10 18:40:34 sendUrl INFO 3 [103] R:OK -2015-03-10 18:41:24 queue INFO >>3 [104] -2015-03-10 18:41:24 sendUrl INFO 3 [104] R:OK -2015-03-10 18:42:03 queue INFO 7 [105] -2015-03-10 18:42:03 sendUrl INFO 7 [105] R:OK -2015-03-10 18:42:03 queue INFO >7 [106] -2015-03-10 18:42:03 sendUrl INFO 7 [106] R:OK -2015-03-10 18:42:04 queue INFO 3 [107] -2015-03-10 18:42:04 queue INFO >3 [108] -2015-03-10 18:42:05 sendUrl INFO 3 [107] R:OK -2015-03-10 18:42:05 sendUrl INFO 3 [108] R:OK -2015-03-10 18:42:54 queue INFO >>3 [109] -2015-03-10 18:42:55 sendUrl INFO 3 [109] R:OK -2015-03-10 18:43:45 queue INFO >>3 [110] -2015-03-10 18:43:45 sendUrl INFO 3 [110] R:OK -2015-03-10 18:44:35 queue INFO >>3 [111] -2015-03-10 18:44:35 sendUrl INFO 3 [111] R:OK -2015-03-10 18:45:25 queue INFO >>3 [112] -2015-03-10 18:45:25 sendUrl INFO 3 [112] R:OK -2015-03-10 18:46:15 queue INFO >>3 [113] -2015-03-10 18:46:15 sendUrl INFO 3 [113] R:OK -2015-03-10 18:47:05 queue INFO >>3 [114] -2015-03-10 18:47:05 sendUrl INFO 3 [114] R:OK -2015-03-10 18:47:55 queue INFO >>3 [115] -2015-03-10 18:47:56 sendUrl INFO 3 [115] R:OK -2015-03-10 18:48:45 queue INFO >>3 [116] -2015-03-10 18:48:46 sendUrl INFO 3 [116] R:OK -2015-03-10 18:49:36 queue INFO >>3 [117] -2015-03-10 18:49:36 sendUrl INFO 3 [117] R:OK -2015-03-10 18:50:15 queue INFO 7 [118] -2015-03-10 18:50:15 queue INFO >7 [119] -2015-03-10 18:50:16 sendUrl INFO 7 [118] R:OK -2015-03-10 18:50:16 sendUrl INFO 7 [119] R:OK -2015-03-10 18:50:17 queue INFO 3 [120] -2015-03-10 18:50:17 queue INFO >3 [121] -2015-03-10 18:50:17 sendUrl INFO 3 [120] R:OK -2015-03-10 18:50:18 sendUrl INFO 3 [121] R:OK -2015-03-10 18:51:07 queue INFO >>3 [122] -2015-03-10 18:51:07 sendUrl INFO 3 [122] R:OK -2015-03-10 18:51:57 queue INFO >>3 [123] -2015-03-10 18:51:57 sendUrl INFO 3 [123] R:OK -2015-03-10 18:52:47 queue INFO >>3 [124] -2015-03-10 18:52:48 sendUrl INFO 3 [124] R:OK -2015-03-10 18:53:37 queue INFO >>3 [125] -2015-03-10 18:53:38 sendUrl INFO 3 [125] R:OK -2015-03-10 18:54:28 queue INFO >>3 [126] -2015-03-10 18:54:28 sendUrl INFO 3 [126] R:OK -2015-03-10 18:55:18 queue INFO >>3 [127] -2015-03-10 18:55:18 sendUrl INFO 3 [127] R:OK -2015-03-10 18:56:08 queue INFO >>3 [128] -2015-03-10 18:56:08 sendUrl INFO 3 [128] R:OK -2015-03-10 18:56:58 queue INFO >>3 [129] -2015-03-10 18:56:58 sendUrl INFO 3 [129] R:OK -2015-03-10 18:57:48 queue INFO >>3 [130] -2015-03-10 18:57:49 sendUrl INFO 3 [130] R:OK -2015-03-10 18:58:27 queue INFO 7 [131] -2015-03-10 18:58:27 sendUrl INFO 7 [131] R:OK -2015-03-10 18:58:27 queue INFO >7 [132] -2015-03-10 18:58:27 sendUrl INFO 7 [132] R:OK -2015-03-10 18:58:28 queue INFO 3 [133] -2015-03-10 18:58:28 queue INFO >3 [134] -2015-03-10 18:58:29 sendUrl INFO 3 [133] R:OK -2015-03-10 18:58:29 sendUrl INFO 3 [134] R:OK -2015-03-10 18:59:18 queue INFO >>3 [135] -2015-03-10 18:59:19 sendUrl INFO 3 [135] R:OK -2015-03-10 19:00:09 queue INFO >>3 [136] -2015-03-10 19:00:09 sendUrl INFO 3 [136] R:OK -2015-03-10 19:00:59 queue INFO >>3 [137] -2015-03-10 19:00:59 sendUrl INFO 3 [137] R:OK -2015-03-10 19:01:49 queue INFO >>3 [138] -2015-03-10 19:01:49 sendUrl INFO 3 [138] R:OK -2015-03-10 19:02:39 queue INFO >>3 [139] -2015-03-10 19:02:39 sendUrl INFO 3 [139] R:OK -2015-03-10 19:03:29 queue INFO >>3 [140] -2015-03-10 19:03:29 sendUrl INFO 3 [140] R:OK -2015-03-10 19:04:19 queue INFO >>3 [141] -2015-03-10 19:04:20 sendUrl INFO 3 [141] R:OK -2015-03-10 19:05:09 queue INFO >>3 [142] -2015-03-10 19:05:10 sendUrl INFO 3 [142] R:OK -2015-03-10 19:06:00 queue INFO >>3 [143] -2015-03-10 19:06:00 sendUrl INFO 3 [143] R:OK -2015-03-10 19:06:38 queue INFO 7 [144] -2015-03-10 19:06:38 queue INFO >7 [145] -2015-03-10 19:06:39 sendUrl INFO 7 [144] R:OK -2015-03-10 19:06:39 sendUrl INFO 7 [145] R:OK -2015-03-10 19:06:40 queue INFO 3 [146] -2015-03-10 19:06:40 queue INFO >3 [147] -2015-03-10 19:06:40 sendUrl INFO 3 [146] R:OK -2015-03-10 19:06:41 sendUrl INFO 3 [147] R:OK -2015-03-10 19:07:30 queue INFO >>3 [148] -2015-03-10 19:07:30 sendUrl INFO 3 [148] R:OK -2015-03-10 19:08:20 queue INFO >>3 [149] -2015-03-10 19:08:20 sendUrl INFO 3 [149] R:OK -2015-03-10 19:09:10 queue INFO >>3 [150] -2015-03-10 19:09:11 sendUrl INFO 3 [150] R:OK -2015-03-10 19:10:00 queue INFO >>3 [151] -2015-03-10 19:10:01 sendUrl INFO 3 [151] R:OK -2015-03-10 19:10:51 queue INFO >>3 [152] -2015-03-10 19:10:51 sendUrl INFO 3 [152] R:OK -2015-03-10 19:11:41 queue INFO >>3 [153] -2015-03-10 19:11:41 sendUrl INFO 3 [153] R:OK -2015-03-10 19:12:31 queue INFO >>3 [154] -2015-03-10 19:12:31 sendUrl INFO 3 [154] R:OK -2015-03-10 19:13:21 queue INFO >>3 [155] -2015-03-10 19:13:21 sendUrl INFO 3 [155] R:OK -2015-03-10 19:14:11 queue INFO >>3 [156] -2015-03-10 19:14:12 sendUrl INFO 3 [156] R:OK -2015-03-10 19:14:51 queue INFO 7 [157] -2015-03-10 19:14:51 sendUrl INFO 7 [157] R:OK -2015-03-10 19:14:51 queue INFO >7 [158] -2015-03-10 19:14:51 sendUrl INFO 7 [158] R:OK -2015-03-10 19:14:52 queue INFO 3 [159] -2015-03-10 19:14:52 queue INFO >3 [160] -2015-03-10 19:14:53 sendUrl INFO 3 [159] R:OK -2015-03-10 19:14:53 sendUrl INFO 3 [160] R:OK -2015-03-10 19:15:42 queue INFO >>3 [161] -2015-03-10 19:15:43 sendUrl INFO 3 [161] R:OK -2015-03-10 19:16:33 queue INFO >>3 [162] -2015-03-10 19:16:33 sendUrl INFO 3 [162] R:OK -2015-03-10 19:17:23 queue INFO >>3 [163] -2015-03-10 19:17:23 sendUrl INFO 3 [163] R:OK -2015-03-10 19:18:13 queue INFO >>3 [164] -2015-03-10 19:18:13 sendUrl INFO 3 [164] R:OK -2015-03-10 19:18:24 queue INFO 1 [165] -2015-03-10 19:18:24 queue INFO >1 [166] -2015-03-10 19:18:24 sendUrl INFO 1 [165] R:OK -2015-03-10 19:18:25 sendUrl INFO 1 [166] R:OK -2015-03-10 19:19:14 queue INFO >>1 [167] -2015-03-10 19:19:15 sendUrl INFO 1 [167] R:OK -2015-03-10 19:20:04 queue INFO >>1 [168] -2015-03-10 19:20:04 sendUrl INFO 1 [168] R:OK -2015-03-10 19:20:54 queue INFO >>1 [169] -2015-03-10 19:20:55 sendUrl INFO 1 [169] R:OK -2015-03-10 19:21:45 queue INFO >>1 [170] -2015-03-10 19:21:45 sendUrl INFO 1 [170] R:OK -2015-03-10 19:22:35 queue INFO >>1 [171] -2015-03-10 19:22:35 sendUrl INFO 1 [171] R:OK -2015-03-10 19:23:22 queue INFO 21 [172] -2015-03-10 19:23:23 queue INFO >21 [173] -2015-03-10 19:23:23 sendUrl INFO 21 [172] R:OK -2015-03-10 19:23:23 sendUrl INFO 21 [173] R:OK -2015-03-10 19:24:13 queue INFO >>21 [174] -2015-03-10 19:24:13 sendUrl INFO 21 [174] R:OK -2015-03-10 19:25:03 queue INFO >>21 [175] -2015-03-10 19:25:03 sendUrl INFO 21 [175] R:OK -2015-03-10 19:25:53 queue INFO >>21 [176] -2015-03-10 19:25:53 sendUrl INFO 21 [176] R:OK -2015-03-10 19:26:43 queue INFO >>21 [177] -2015-03-10 19:26:43 sendUrl INFO 21 [177] R:OK -2015-03-10 19:27:33 queue INFO >>21 [178] -2015-03-10 19:27:33 sendUrl INFO 21 [178] R:OK -2015-03-10 19:28:04 queue INFO 1 [179] -2015-03-10 19:28:05 sendUrl INFO 1 [179] R:OK -2015-03-10 19:28:05 queue INFO >1 [180] -2015-03-10 19:28:05 sendUrl INFO 1 [180] R:OK -2015-03-10 19:28:26 queue INFO 5 [181] -2015-03-10 19:28:26 queue INFO >5 [182] -2015-03-10 19:28:27 sendUrl INFO 5 [181] R:OK -2015-03-10 19:28:27 sendUrl INFO 5 [182] R:OK -2015-03-10 19:28:28 queue INFO 1 [183] -2015-03-10 19:28:28 queue INFO >1 [184] -2015-03-10 19:28:28 sendUrl INFO 1 [183] R:OK -2015-03-10 19:28:29 sendUrl INFO 1 [184] R:OK -2015-03-10 19:29:18 queue INFO >>1 [185] -2015-03-10 19:29:18 sendUrl INFO 1 [185] R:OK -2015-03-10 19:29:57 queue INFO 3 [186] -2015-03-10 19:29:57 queue INFO >3 [187] -2015-03-10 19:29:58 sendUrl INFO 3 [186] R:OK -2015-03-10 19:29:58 sendUrl INFO 3 [187] R:OK -2015-03-10 19:30:47 queue INFO >>3 [188] -2015-03-10 19:30:48 sendUrl INFO 3 [188] R:OK -2015-03-10 19:31:38 queue INFO >>3 [189] -2015-03-10 19:31:38 sendUrl INFO 3 [189] R:OK -2015-03-10 19:32:28 queue INFO >>3 [190] -2015-03-10 19:32:28 sendUrl INFO 3 [190] R:OK -2015-03-10 19:33:18 queue INFO >>3 [191] -2015-03-10 19:33:18 sendUrl INFO 3 [191] R:OK -2015-03-10 19:34:08 queue INFO >>3 [192] -2015-03-10 19:34:08 sendUrl INFO 3 [192] R:OK -2015-03-10 19:34:58 queue INFO >>3 [193] -2015-03-10 19:34:58 sendUrl INFO 3 [193] R:OK -2015-03-10 19:35:48 queue INFO >>3 [194] -2015-03-10 19:35:49 sendUrl INFO 3 [194] R:OK -2015-03-10 19:36:38 queue INFO 7 [195] -2015-03-10 19:36:39 queue INFO >7 [196] -2015-03-10 19:36:39 sendUrl INFO 7 [195] R:OK -2015-03-10 19:36:39 sendUrl INFO 7 [196] R:OK -2015-03-10 19:36:40 queue INFO 3 [197] -2015-03-10 19:36:40 queue INFO >3 [198] -2015-03-10 19:36:40 sendUrl INFO 3 [197] R:OK -2015-03-10 19:36:41 sendUrl INFO 3 [198] R:OK -2015-03-10 19:37:30 queue INFO >>3 [199] -2015-03-10 19:37:31 sendUrl INFO 3 [199] R:OK -2015-03-10 19:38:20 queue INFO >>3 [200] -2015-03-10 19:38:21 sendUrl INFO 3 [200] R:OK -2015-03-10 19:39:10 queue INFO >>3 [201] -2015-03-10 19:39:11 sendUrl INFO 3 [201] R:OK -2015-03-10 19:40:01 queue INFO >>3 [202] -2015-03-10 19:40:01 sendUrl INFO 3 [202] R:OK -2015-03-10 19:40:51 queue INFO >>3 [203] -2015-03-10 19:40:51 sendUrl INFO 3 [203] R:OK -2015-03-10 19:41:41 queue INFO >>3 [204] -2015-03-10 19:41:41 sendUrl INFO 3 [204] R:OK -2015-03-10 19:42:31 queue INFO >>3 [205] -2015-03-10 19:42:31 sendUrl INFO 3 [205] R:OK -2015-03-10 19:43:21 queue INFO >>3 [206] -2015-03-10 19:43:22 sendUrl INFO 3 [206] R:OK -2015-03-10 19:44:11 queue INFO >>3 [207] -2015-03-10 19:44:11 sendUrl INFO 3 [207] R:OK -2015-03-10 19:44:50 queue INFO 7 [208] -2015-03-10 19:44:50 queue INFO >7 [209] -2015-03-10 19:44:51 sendUrl INFO 7 [208] R:OK -2015-03-10 19:44:51 sendUrl INFO 7 [209] R:OK -2015-03-10 19:44:52 queue INFO 3 [210] -2015-03-10 19:44:52 queue INFO >3 [211] -2015-03-10 19:44:52 sendUrl INFO 3 [210] R:OK -2015-03-10 19:44:53 sendUrl INFO 3 [211] R:OK -2015-03-10 19:45:42 queue INFO >>3 [212] -2015-03-10 19:45:42 sendUrl INFO 3 [212] R:OK -2015-03-10 19:46:32 queue INFO >>3 [213] -2015-03-10 19:46:32 sendUrl INFO 3 [213] R:OK -2015-03-10 19:47:22 queue INFO >>3 [214] -2015-03-10 19:47:23 sendUrl INFO 3 [214] R:OK -2015-03-10 19:48:12 queue INFO >>3 [215] -2015-03-10 19:48:13 sendUrl INFO 3 [215] R:OK -2015-03-10 19:49:03 queue INFO >>3 [216] -2015-03-10 19:49:03 sendUrl INFO 3 [216] R:OK -2015-03-10 19:49:53 queue INFO >>3 [217] -2015-03-10 19:49:53 sendUrl INFO 3 [217] R:OK -2015-03-10 19:50:43 queue INFO >>3 [218] -2015-03-10 19:50:43 sendUrl INFO 3 [218] R:OK -2015-03-10 19:51:33 queue INFO >>3 [219] -2015-03-10 19:51:33 sendUrl INFO 3 [219] R:OK -2015-03-10 19:52:23 queue INFO >>3 [220] -2015-03-10 19:52:24 sendUrl INFO 3 [220] R:OK -2015-03-10 19:53:02 queue INFO 7 [221] -2015-03-10 19:53:02 queue INFO >7 [222] -2015-03-10 19:53:02 sendUrl INFO 7 [221] R:OK -2015-03-10 19:53:02 sendUrl INFO 7 [222] R:OK -2015-03-10 19:53:03 queue INFO 3 [223] -2015-03-10 19:53:03 sendUrl INFO 3 [223] R:OK -2015-03-10 19:53:03 queue INFO >3 [224] -2015-03-10 19:53:04 sendUrl INFO 3 [224] R:OK -2015-03-10 19:53:53 queue INFO >>3 [225] -2015-03-10 19:53:54 sendUrl INFO 3 [225] R:OK -2015-03-10 19:54:44 queue INFO >>3 [226] -2015-03-10 19:54:44 sendUrl INFO 3 [226] R:OK -2015-03-10 19:55:34 queue INFO >>3 [227] -2015-03-10 19:55:34 sendUrl INFO 3 [227] R:OK -2015-03-10 19:56:24 queue INFO >>3 [228] -2015-03-10 19:56:24 sendUrl INFO 3 [228] R:OK -2015-03-10 19:57:14 queue INFO >>3 [229] -2015-03-10 19:57:14 sendUrl INFO 3 [229] R:OK -2015-03-10 19:58:04 queue INFO >>3 [230] -2015-03-10 19:58:04 sendUrl INFO 3 [230] R:OK -2015-03-10 19:58:54 queue INFO >>3 [231] -2015-03-10 19:58:54 sendUrl INFO 3 [231] R:OK -2015-03-10 19:59:44 queue INFO >>3 [232] -2015-03-10 19:59:45 sendUrl INFO 3 [232] R:OK -2015-03-10 20:00:34 queue INFO >>3 [233] -2015-03-10 20:00:35 sendUrl INFO 3 [233] R:OK -2015-03-10 20:01:14 queue INFO 7 [234] -2015-03-10 20:01:14 queue INFO >7 [235] -2015-03-10 20:01:14 sendUrl INFO 7 [234] R:OK -2015-03-10 20:01:15 sendUrl INFO 7 [235] R:OK -2015-03-10 20:01:16 queue INFO 3 [236] -2015-03-10 20:01:16 sendUrl INFO 3 [236] R:OK -2015-03-10 20:01:16 queue INFO >3 [237] -2015-03-10 20:01:16 sendUrl INFO 3 [237] R:OK -2015-03-10 20:02:06 queue INFO >>3 [238] -2015-03-10 20:02:06 sendUrl INFO 3 [238] R:OK -2015-03-10 20:02:56 queue INFO >>3 [239] -2015-03-10 20:02:56 sendUrl INFO 3 [239] R:OK -2015-03-10 20:03:46 queue INFO >>3 [240] -2015-03-10 20:03:46 sendUrl INFO 3 [240] R:OK -2015-03-10 20:04:36 queue INFO >>3 [241] -2015-03-10 20:04:37 sendUrl INFO 3 [241] R:OK -2015-03-10 20:05:26 queue INFO >>3 [242] -2015-03-10 20:05:27 sendUrl INFO 3 [242] R:OK -2015-03-10 20:06:16 queue INFO >>3 [243] -2015-03-10 20:06:17 sendUrl INFO 3 [243] R:OK -2015-03-10 20:07:07 queue INFO >>3 [244] -2015-03-10 20:07:07 sendUrl INFO 3 [244] R:OK -2015-03-10 20:07:57 queue INFO >>3 [245] -2015-03-10 20:07:57 sendUrl INFO 3 [245] R:OK -2015-03-10 20:08:47 queue INFO >>3 [246] -2015-03-10 20:08:47 sendUrl INFO 3 [246] R:OK -2015-03-10 20:09:26 queue INFO 7 [247] -2015-03-10 20:09:26 sendUrl INFO 7 [247] R:OK -2015-03-10 20:09:26 queue INFO >7 [248] -2015-03-10 20:09:26 sendUrl INFO 7 [248] R:OK -2015-03-10 20:09:27 queue INFO 3 [249] -2015-03-10 20:09:28 queue INFO >3 [250] -2015-03-10 20:09:28 sendUrl INFO 3 [249] R:OK -2015-03-10 20:09:28 sendUrl INFO 3 [250] R:OK -2015-03-10 20:10:17 queue INFO >>3 [251] -2015-03-10 20:10:18 sendUrl INFO 3 [251] R:OK -2015-03-10 20:11:08 queue INFO >>3 [252] -2015-03-10 20:11:08 sendUrl INFO 3 [252] R:OK -2015-03-10 20:11:58 queue INFO >>3 [253] -2015-03-10 20:11:58 sendUrl INFO 3 [253] R:OK -2015-03-10 20:12:48 queue INFO >>3 [254] -2015-03-10 20:12:48 sendUrl INFO 3 [254] R:OK -2015-03-10 20:13:38 queue INFO >>3 [255] -2015-03-10 20:13:39 sendUrl INFO 3 [255] R:OK -2015-03-10 20:14:28 queue INFO >>3 [256] -2015-03-10 20:14:28 sendUrl INFO 3 [256] R:OK -2015-03-10 20:15:18 queue INFO >>3 [257] -2015-03-10 20:15:19 sendUrl INFO 3 [257] R:OK -2015-03-10 20:16:09 queue INFO >>3 [258] -2015-03-10 20:16:09 sendUrl INFO 3 [258] R:OK -2015-03-10 20:16:59 queue INFO >>3 [259] -2015-03-10 20:16:59 sendUrl INFO 3 [259] R:OK -2015-03-10 20:17:38 queue INFO 7 [260] -2015-03-10 20:17:38 queue INFO >7 [261] -2015-03-10 20:17:38 sendUrl INFO 7 [260] R:OK -2015-03-10 20:17:39 sendUrl INFO 7 [261] R:OK -2015-03-10 20:17:39 queue INFO 3 [262] -2015-03-10 20:17:40 queue INFO >3 [263] -2015-03-10 20:17:40 sendUrl INFO 3 [262] R:OK -2015-03-10 20:17:40 sendUrl INFO 3 [263] R:OK -2015-03-10 20:18:30 queue INFO >>3 [264] -2015-03-10 20:18:30 sendUrl INFO 3 [264] R:OK -2015-03-10 20:19:20 queue INFO >>3 [265] -2015-03-10 20:19:20 sendUrl INFO 3 [265] R:OK -2015-03-10 20:20:10 queue INFO >>3 [266] -2015-03-10 20:20:10 sendUrl INFO 3 [266] R:OK -2015-03-10 20:21:00 queue INFO >>3 [267] -2015-03-10 20:21:00 sendUrl INFO 3 [267] R:OK -2015-03-10 20:21:50 queue INFO >>3 [268] -2015-03-10 20:21:50 sendUrl INFO 3 [268] R:OK -2015-03-10 20:22:40 queue INFO >>3 [269] -2015-03-10 20:22:41 sendUrl INFO 3 [269] R:OK -2015-03-10 20:23:30 queue INFO >>3 [270] -2015-03-10 20:23:31 sendUrl INFO 3 [270] R:OK -2015-03-10 20:24:21 queue INFO >>3 [271] -2015-03-10 20:24:21 sendUrl INFO 3 [271] R:OK -2015-03-10 20:25:11 queue INFO >>3 [272] -2015-03-10 20:25:11 sendUrl INFO 3 [272] R:OK -2015-03-10 20:25:50 queue INFO 7 [273] -2015-03-10 20:25:50 queue INFO >7 [274] -2015-03-10 20:25:50 sendUrl INFO 7 [273] R:OK -2015-03-10 20:25:51 sendUrl INFO 7 [274] R:OK -2015-03-10 20:25:52 queue INFO 3 [275] -2015-03-10 20:25:52 queue INFO >3 [276] -2015-03-10 20:25:52 sendUrl INFO 3 [275] R:OK -2015-03-10 20:25:52 sendUrl INFO 3 [276] R:OK -2015-03-10 20:26:42 queue INFO >>3 [277] -2015-03-10 20:26:42 sendUrl INFO 3 [277] R:OK -2015-03-10 20:27:32 queue INFO >>3 [278] -2015-03-10 20:27:32 sendUrl INFO 3 [278] R:OK -2015-03-10 20:28:22 queue INFO >>3 [279] -2015-03-10 20:28:22 sendUrl INFO 3 [279] R:OK -2015-03-10 20:29:12 queue INFO >>3 [280] -2015-03-10 20:29:13 sendUrl INFO 3 [280] R:OK -2015-03-10 20:30:02 queue INFO >>3 [281] -2015-03-10 20:30:03 sendUrl INFO 3 [281] R:OK -2015-03-10 20:30:53 queue INFO >>3 [282] -2015-03-10 20:30:53 sendUrl INFO 3 [282] R:OK -2015-03-10 20:31:43 queue INFO >>3 [283] -2015-03-10 20:31:43 sendUrl INFO 3 [283] R:OK -2015-03-10 20:32:33 queue INFO >>3 [284] -2015-03-10 20:32:33 sendUrl INFO 3 [284] R:OK -2015-03-10 20:33:23 queue INFO >>3 [285] -2015-03-10 20:33:23 sendUrl INFO 3 [285] R:OK -2015-03-10 20:34:02 queue INFO 7 [286] -2015-03-10 20:34:02 queue INFO >7 [287] -2015-03-10 20:34:02 sendUrl INFO 7 [286] R:OK -2015-03-10 20:34:03 sendUrl INFO 7 [287] R:OK -2015-03-10 20:34:03 queue INFO 3 [288] -2015-03-10 20:34:04 queue INFO >3 [289] -2015-03-10 20:34:04 sendUrl INFO 3 [288] R:OK -2015-03-10 20:34:04 sendUrl INFO 3 [289] R:OK -2015-03-10 20:34:54 queue INFO >>3 [290] -2015-03-10 20:34:54 sendUrl INFO 3 [290] R:OK -2015-03-10 20:35:44 queue INFO >>3 [291] -2015-03-10 20:35:44 sendUrl INFO 3 [291] R:OK -2015-03-10 20:36:34 queue INFO >>3 [292] -2015-03-10 20:36:34 sendUrl INFO 3 [292] R:OK -2015-03-10 20:37:24 queue INFO >>3 [293] -2015-03-10 20:37:24 sendUrl INFO 3 [293] R:OK -2015-03-10 20:38:14 queue INFO >>3 [294] -2015-03-10 20:38:14 sendUrl INFO 3 [294] R:OK -2015-03-10 20:39:04 queue INFO >>3 [295] -2015-03-10 20:39:05 sendUrl INFO 3 [295] R:OK -2015-03-10 20:39:54 queue INFO >>3 [296] -2015-03-10 20:39:55 sendUrl INFO 3 [296] R:OK -2015-03-10 20:40:45 queue INFO >>3 [297] -2015-03-10 20:40:45 sendUrl INFO 3 [297] R:OK -2015-03-10 20:41:35 queue INFO >>3 [298] -2015-03-10 20:41:35 sendUrl INFO 3 [298] R:OK -2015-03-10 20:42:13 queue INFO 7 [299] -2015-03-10 20:42:13 sendUrl INFO 7 [299] R:OK -2015-03-10 20:42:13 queue INFO >7 [300] -2015-03-10 20:42:14 sendUrl INFO 7 [300] R:OK -2015-03-10 20:42:15 queue INFO 3 [301] -2015-03-10 20:42:15 queue INFO >3 [302] -2015-03-10 20:42:15 sendUrl INFO 3 [301] R:OK -2015-03-10 20:42:16 sendUrl INFO 3 [302] R:OK -2015-03-10 20:43:05 queue INFO >>3 [303] -2015-03-10 20:43:05 sendUrl INFO 3 [303] R:OK -2015-03-10 20:43:55 queue INFO >>3 [304] -2015-03-10 20:43:56 sendUrl INFO 3 [304] R:OK -2015-03-10 20:44:45 queue INFO >>3 [305] -2015-03-10 20:44:46 sendUrl INFO 3 [305] R:OK -2015-03-10 20:45:35 queue INFO >>3 [306] -2015-03-10 20:45:36 sendUrl INFO 3 [306] R:OK -2015-03-10 20:46:26 queue INFO >>3 [307] -2015-03-10 20:46:26 sendUrl INFO 3 [307] R:OK -2015-03-10 20:47:16 queue INFO >>3 [308] -2015-03-10 20:47:16 sendUrl INFO 3 [308] R:OK -2015-03-10 20:48:06 queue INFO >>3 [309] -2015-03-10 20:48:06 sendUrl INFO 3 [309] R:OK -2015-03-10 20:48:56 queue INFO >>3 [310] -2015-03-10 20:48:57 sendUrl INFO 3 [310] R:OK -2015-03-10 20:49:46 queue INFO >>3 [311] -2015-03-10 20:49:46 sendUrl INFO 3 [311] R:OK -2015-03-10 20:50:26 queue INFO 7 [312] -2015-03-10 20:50:26 sendUrl INFO 7 [312] R:OK -2015-03-10 20:50:26 queue INFO >7 [313] -2015-03-10 20:50:26 sendUrl INFO 7 [313] R:OK -2015-03-10 20:50:27 queue INFO 3 [314] -2015-03-10 20:50:27 queue INFO >3 [315] -2015-03-10 20:50:28 sendUrl INFO 3 [314] R:OK -2015-03-10 20:50:28 sendUrl INFO 3 [315] R:OK -2015-03-10 20:51:17 queue INFO >>3 [316] -2015-03-10 20:51:18 sendUrl INFO 3 [316] R:OK -2015-03-10 20:52:07 queue INFO >>3 [317] -2015-03-10 20:52:08 sendUrl INFO 3 [317] R:OK -2015-03-10 20:52:58 queue INFO >>3 [318] -2015-03-10 20:52:58 sendUrl INFO 3 [318] R:OK -2015-03-10 20:53:48 queue INFO >>3 [319] -2015-03-10 20:53:48 sendUrl INFO 3 [319] R:OK -2015-03-10 20:54:38 queue INFO >>3 [320] -2015-03-10 20:54:38 sendUrl INFO 3 [320] R:OK -2015-03-10 20:55:28 queue INFO >>3 [321] -2015-03-10 20:55:28 sendUrl INFO 3 [321] R:OK -2015-03-10 20:56:18 queue INFO >>3 [322] -2015-03-10 20:56:18 sendUrl INFO 3 [322] R:OK -2015-03-10 20:57:08 queue INFO >>3 [323] -2015-03-10 20:57:08 sendUrl INFO 3 [323] R:OK -2015-03-10 20:57:58 queue INFO >>3 [324] -2015-03-10 20:57:59 sendUrl INFO 3 [324] R:OK -2015-03-10 20:58:37 queue INFO 7 [325] -2015-03-10 20:58:37 sendUrl INFO 7 [325] R:OK -2015-03-10 20:58:37 queue INFO >7 [326] -2015-03-10 20:58:38 sendUrl INFO 7 [326] R:OK -2015-03-10 20:58:39 queue INFO 3 [327] -2015-03-10 20:58:39 queue INFO >3 [328] -2015-03-10 20:58:39 sendUrl INFO 3 [327] R:OK -2015-03-10 20:58:40 sendUrl INFO 3 [328] R:OK -2015-03-10 20:59:29 queue INFO >>3 [329] -2015-03-10 20:59:29 sendUrl INFO 3 [329] R:OK -2015-03-10 21:00:19 queue INFO >>3 [330] -2015-03-10 21:00:20 sendUrl INFO 3 [330] R:OK -2015-03-10 21:01:09 queue INFO >>3 [331] -2015-03-10 21:01:10 sendUrl INFO 3 [331] R:OK -2015-03-10 21:01:59 queue INFO >>3 [332] -2015-03-10 21:02:00 sendUrl INFO 3 [332] R:OK -2015-03-10 21:02:50 queue INFO >>3 [333] -2015-03-10 21:02:50 sendUrl INFO 3 [333] R:OK -2015-03-10 21:03:40 queue INFO >>3 [334] -2015-03-10 21:03:40 sendUrl INFO 3 [334] R:OK -2015-03-10 21:04:30 queue INFO >>3 [335] -2015-03-10 21:04:30 sendUrl INFO 3 [335] R:OK -2015-03-10 21:05:20 queue INFO >>3 [336] -2015-03-10 21:05:21 sendUrl INFO 3 [336] R:OK -2015-03-10 21:06:10 queue INFO >>3 [337] -2015-03-10 21:06:10 sendUrl INFO 3 [337] R:OK -2015-03-10 21:06:49 queue INFO 7 [338] -2015-03-10 21:06:50 queue INFO >7 [339] -2015-03-10 21:06:50 sendUrl INFO 7 [338] R:OK -2015-03-10 21:06:50 sendUrl INFO 7 [339] R:OK -2015-03-10 21:06:51 queue INFO 3 [340] -2015-03-10 21:06:51 sendUrl INFO 3 [340] R:OK -2015-03-10 21:06:51 queue INFO >3 [341] -2015-03-10 21:06:52 sendUrl INFO 3 [341] R:OK -2015-03-10 21:07:41 queue INFO >>3 [342] -2015-03-10 21:07:41 sendUrl INFO 3 [342] R:OK -2015-03-10 21:08:31 queue INFO >>3 [343] -2015-03-10 21:08:32 sendUrl INFO 3 [343] R:OK -2015-03-10 21:09:21 queue INFO >>3 [344] -2015-03-10 21:09:22 sendUrl INFO 3 [344] R:OK -2015-03-10 21:10:12 queue INFO >>3 [345] -2015-03-10 21:10:12 sendUrl INFO 3 [345] R:OK -2015-03-10 21:11:02 queue INFO >>3 [346] -2015-03-10 21:11:02 sendUrl INFO 3 [346] R:OK -2015-03-10 21:11:52 queue INFO >>3 [347] -2015-03-10 21:11:52 sendUrl INFO 3 [347] R:OK -2015-03-10 21:12:42 queue INFO >>3 [348] -2015-03-10 21:12:42 sendUrl INFO 3 [348] R:OK -2015-03-10 21:13:32 queue INFO >>3 [349] -2015-03-10 21:13:32 sendUrl INFO 3 [349] R:OK -2015-03-10 21:14:22 queue INFO >>3 [350] -2015-03-10 21:14:23 sendUrl INFO 3 [350] R:OK -2015-03-10 21:15:02 queue INFO 7 [351] -2015-03-10 21:15:02 queue INFO >7 [352] -2015-03-10 21:15:02 sendUrl INFO 7 [351] R:OK -2015-03-10 21:15:02 sendUrl INFO 7 [352] R:OK -2015-03-10 21:15:03 queue INFO 3 [353] -2015-03-10 21:15:03 sendUrl INFO 3 [353] R:OK -2015-03-10 21:15:03 queue INFO >3 [354] -2015-03-10 21:15:04 sendUrl INFO 3 [354] R:OK -2015-03-10 21:15:53 queue INFO >>3 [355] -2015-03-10 21:15:54 sendUrl INFO 3 [355] R:OK -2015-03-10 21:16:44 queue INFO >>3 [356] -2015-03-10 21:16:44 sendUrl INFO 3 [356] R:OK -2015-03-10 21:17:34 queue INFO >>3 [357] -2015-03-10 21:17:34 sendUrl INFO 3 [357] R:OK -2015-03-10 21:18:24 queue INFO >>3 [358] -2015-03-10 21:18:24 sendUrl INFO 3 [358] R:OK -2015-03-10 21:19:14 queue INFO >>3 [359] -2015-03-10 21:19:15 sendUrl INFO 3 [359] R:OK -2015-03-10 21:20:04 queue INFO >>3 [360] -2015-03-10 21:20:04 sendUrl INFO 3 [360] R:OK -2015-03-10 21:20:54 queue INFO >>3 [361] -2015-03-10 21:20:55 sendUrl INFO 3 [361] R:OK -2015-03-10 21:21:44 queue INFO >>3 [362] -2015-03-10 21:21:45 sendUrl INFO 3 [362] R:OK -2015-03-10 21:22:35 queue INFO >>3 [363] -2015-03-10 21:22:35 sendUrl INFO 3 [363] R:OK -2015-03-10 21:23:13 queue INFO 7 [364] -2015-03-10 21:23:14 queue INFO >7 [365] -2015-03-10 21:23:14 sendUrl INFO 7 [364] R:OK -2015-03-10 21:23:14 sendUrl INFO 7 [365] R:OK -2015-03-10 21:23:15 queue INFO 3 [366] -2015-03-10 21:23:15 queue INFO >3 [367] -2015-03-10 21:23:15 sendUrl INFO 3 [366] R:OK -2015-03-10 21:23:16 sendUrl INFO 3 [367] R:OK -2015-03-10 21:24:05 queue INFO >>3 [368] -2015-03-10 21:24:05 sendUrl INFO 3 [368] R:OK -2015-03-10 21:24:55 queue INFO >>3 [369] -2015-03-10 21:24:56 sendUrl INFO 3 [369] R:OK -2015-03-10 21:25:45 queue INFO >>3 [370] -2015-03-10 21:25:46 sendUrl INFO 3 [370] R:OK -2015-03-10 21:26:36 queue INFO >>3 [371] -2015-03-10 21:26:36 sendUrl INFO 3 [371] R:OK -2015-03-10 21:27:26 queue INFO >>3 [372] -2015-03-10 21:27:26 sendUrl INFO 3 [372] R:OK -2015-03-10 21:28:16 queue INFO >>3 [373] -2015-03-10 21:28:16 sendUrl INFO 3 [373] R:OK -2015-03-10 21:29:06 queue INFO >>3 [374] -2015-03-10 21:29:06 sendUrl INFO 3 [374] R:OK -2015-03-10 21:29:56 queue INFO >>3 [375] -2015-03-10 21:29:56 sendUrl INFO 3 [375] R:OK -2015-03-10 21:30:46 queue INFO >>3 [376] -2015-03-10 21:30:47 sendUrl INFO 3 [376] R:OK -2015-03-10 21:31:25 queue INFO 7 [377] -2015-03-10 21:31:25 queue INFO >7 [378] -2015-03-10 21:31:25 sendUrl INFO 7 [377] R:OK -2015-03-10 21:31:26 sendUrl INFO 7 [378] R:OK -2015-03-10 21:31:26 queue INFO 3 [379] -2015-03-10 21:31:27 queue INFO >3 [380] -2015-03-10 21:31:27 sendUrl INFO 3 [379] R:OK -2015-03-10 21:31:27 sendUrl INFO 3 [380] R:OK -2015-03-10 21:32:17 queue INFO >>3 [381] -2015-03-10 21:32:17 sendUrl INFO 3 [381] R:OK -2015-03-10 21:33:07 queue INFO >>3 [382] -2015-03-10 21:33:07 sendUrl INFO 3 [382] R:OK -2015-03-10 21:33:57 queue INFO >>3 [383] -2015-03-10 21:33:57 sendUrl INFO 3 [383] R:OK -2015-03-10 21:34:47 queue INFO >>3 [384] -2015-03-10 21:34:47 sendUrl INFO 3 [384] R:OK -2015-03-10 21:35:37 queue INFO >>3 [385] -2015-03-10 21:35:38 sendUrl INFO 3 [385] R:OK -2015-03-10 21:36:27 queue INFO >>3 [386] -2015-03-10 21:36:28 sendUrl INFO 3 [386] R:OK -2015-03-10 21:37:18 queue INFO >>3 [387] -2015-03-10 21:37:18 sendUrl INFO 3 [387] R:OK -2015-03-10 21:38:08 queue INFO >>3 [388] -2015-03-10 21:38:08 sendUrl INFO 3 [388] R:OK -2015-03-10 21:38:58 queue INFO >>3 [389] -2015-03-10 21:38:58 sendUrl INFO 3 [389] R:OK -2015-03-10 21:39:37 queue INFO 7 [390] -2015-03-10 21:39:37 queue INFO >7 [391] -2015-03-10 21:39:38 sendUrl INFO 7 [390] R:OK -2015-03-10 21:39:38 sendUrl INFO 7 [391] R:OK -2015-03-10 21:39:39 queue INFO 3 [392] -2015-03-10 21:39:39 queue INFO >3 [393] -2015-03-10 21:39:39 sendUrl INFO 3 [392] R:OK -2015-03-10 21:39:40 sendUrl INFO 3 [393] R:OK -2015-03-10 21:40:29 queue INFO >>3 [394] -2015-03-10 21:40:29 sendUrl INFO 3 [394] R:OK -2015-03-10 21:41:19 queue INFO >>3 [395] -2015-03-10 21:41:19 sendUrl INFO 3 [395] R:OK -2015-03-10 21:42:09 queue INFO >>3 [396] -2015-03-10 21:42:10 sendUrl INFO 3 [396] R:OK -2015-03-10 21:42:59 queue INFO >>3 [397] -2015-03-10 21:43:00 sendUrl INFO 3 [397] R:OK -2015-03-10 21:43:50 queue INFO >>3 [398] -2015-03-10 21:43:50 sendUrl INFO 3 [398] R:OK -2015-03-10 21:44:40 queue INFO >>3 [399] -2015-03-10 21:44:40 sendUrl INFO 3 [399] R:OK -2015-03-10 21:45:30 queue INFO >>3 [400] -2015-03-10 21:45:30 sendUrl INFO 3 [400] R:OK -2015-03-10 21:46:20 queue INFO >>3 [401] -2015-03-10 21:46:20 sendUrl INFO 3 [401] R:OK -2015-03-10 21:47:10 queue INFO >>3 [402] -2015-03-10 21:47:11 sendUrl INFO 3 [402] R:OK -2015-03-10 21:47:49 queue INFO 7 [403] -2015-03-10 21:47:49 queue INFO >7 [404] -2015-03-10 21:47:49 sendUrl INFO 7 [403] R:OK -2015-03-10 21:47:50 sendUrl INFO 7 [404] R:OK -2015-03-10 21:47:50 queue INFO 3 [405] -2015-03-10 21:47:51 queue INFO >3 [406] -2015-03-10 21:47:51 sendUrl INFO 3 [405] R:OK -2015-03-10 21:47:51 sendUrl INFO 3 [406] R:OK -2015-03-10 21:48:41 queue INFO >>3 [407] -2015-03-10 21:48:41 sendUrl INFO 3 [407] R:OK -2015-03-10 21:49:31 queue INFO >>3 [408] -2015-03-10 21:49:31 sendUrl INFO 3 [408] R:OK -2015-03-10 21:50:21 queue INFO >>3 [409] -2015-03-10 21:50:21 sendUrl INFO 3 [409] R:OK -2015-03-10 21:51:11 queue INFO >>3 [410] -2015-03-10 21:51:11 sendUrl INFO 3 [410] R:OK -2015-03-10 21:52:01 queue INFO >>3 [411] -2015-03-10 21:52:02 sendUrl INFO 3 [411] R:OK -2015-03-10 21:52:51 queue INFO >>3 [412] -2015-03-10 21:52:51 sendUrl INFO 3 [412] R:OK -2015-03-10 21:53:41 queue INFO >>3 [413] -2015-03-10 21:53:42 sendUrl INFO 3 [413] R:OK -2015-03-10 21:54:31 queue INFO >>3 [414] -2015-03-10 21:54:32 sendUrl INFO 3 [414] R:OK -2015-03-10 21:55:22 queue INFO >>3 [415] -2015-03-10 21:55:22 sendUrl INFO 3 [415] R:OK -2015-03-10 21:56:01 queue INFO 7 [416] -2015-03-10 21:56:01 queue INFO >7 [417] -2015-03-10 21:56:01 sendUrl INFO 7 [416] R:OK -2015-03-10 21:56:02 sendUrl INFO 7 [417] R:OK -2015-03-10 21:56:03 queue INFO 3 [418] -2015-03-10 21:56:03 queue INFO >3 [419] -2015-03-10 21:56:03 sendUrl INFO 3 [418] R:OK -2015-03-10 21:56:04 sendUrl INFO 3 [419] R:OK -2015-03-10 21:56:53 queue INFO >>3 [420] -2015-03-10 21:56:53 sendUrl INFO 3 [420] R:OK -2015-03-10 21:57:43 queue INFO >>3 [421] -2015-03-10 21:57:43 sendUrl INFO 3 [421] R:OK -2015-03-10 21:58:33 queue INFO >>3 [422] -2015-03-10 21:58:34 sendUrl INFO 3 [422] R:OK -2015-03-10 21:59:23 queue INFO >>3 [423] -2015-03-10 21:59:23 sendUrl INFO 3 [423] R:OK -2015-03-10 22:00:13 queue INFO >>3 [424] -2015-03-10 22:00:14 sendUrl INFO 3 [424] R:OK -2015-03-10 22:01:03 queue INFO >>3 [425] -2015-03-10 22:01:04 sendUrl INFO 3 [425] R:OK -2015-03-10 22:01:54 queue INFO >>3 [426] -2015-03-10 22:01:54 sendUrl INFO 3 [426] R:OK -2015-03-10 22:02:44 queue INFO >>3 [427] -2015-03-10 22:02:44 sendUrl INFO 3 [427] R:OK -2015-03-10 22:03:34 queue INFO >>3 [428] -2015-03-10 22:03:34 sendUrl INFO 3 [428] R:OK -2015-03-10 22:04:13 queue INFO 7 [429] -2015-03-10 22:04:13 queue INFO >7 [430] -2015-03-10 22:04:14 sendUrl INFO 7 [429] R:OK -2015-03-10 22:04:14 sendUrl INFO 7 [430] R:OK -2015-03-10 22:04:15 queue INFO 3 [431] -2015-03-10 22:04:15 queue INFO >3 [432] -2015-03-10 22:04:15 sendUrl INFO 3 [431] R:OK -2015-03-10 22:04:16 sendUrl INFO 3 [432] R:OK -2015-03-10 22:05:05 queue INFO >>3 [433] -2015-03-10 22:05:05 sendUrl INFO 3 [433] R:OK -2015-03-10 22:05:55 queue INFO >>3 [434] -2015-03-10 22:05:56 sendUrl INFO 3 [434] R:OK -2015-03-10 22:06:22 queue INFO 1 [435] -2015-03-10 22:06:23 queue INFO >1 [436] -2015-03-10 22:06:23 sendUrl INFO 1 [435] R:OK -2015-03-10 22:06:23 sendUrl INFO 1 [436] R:OK -2015-03-10 22:07:13 queue INFO >>1 [437] -2015-03-10 22:07:13 sendUrl INFO 1 [437] R:OK -2015-03-10 22:08:03 queue INFO >>1 [438] -2015-03-10 22:08:03 sendUrl INFO 1 [438] R:OK -2015-03-10 22:08:53 queue INFO >>1 [439] -2015-03-10 22:08:53 sendUrl INFO 1 [439] R:OK -2015-03-10 22:09:23 queue INFO 3 [440] -2015-03-10 22:09:23 queue INFO >3 [441] -2015-03-10 22:09:23 sendUrl INFO 3 [440] R:OK -2015-03-10 22:09:24 sendUrl INFO 3 [441] R:OK -2015-03-10 22:10:13 queue INFO >>3 [442] -2015-03-10 22:10:14 sendUrl INFO 3 [442] R:OK -2015-03-10 22:11:03 queue INFO >>3 [443] -2015-03-10 22:11:04 sendUrl INFO 3 [443] R:OK -2015-03-10 22:11:53 queue INFO >>3 [444] -2015-03-10 22:11:54 sendUrl INFO 3 [444] R:OK -2015-03-10 22:12:25 queue INFO 7 [445] -2015-03-10 22:12:25 sendUrl INFO 7 [445] R:OK -2015-03-10 22:12:25 queue INFO >7 [446] -2015-03-10 22:12:26 sendUrl INFO 7 [446] R:OK -2015-03-10 22:12:27 queue INFO 3 [447] -2015-03-10 22:12:27 queue INFO >3 [448] -2015-03-10 22:12:27 sendUrl INFO 3 [447] R:OK -2015-03-10 22:12:28 sendUrl INFO 3 [448] R:OK -2015-03-10 22:13:17 queue INFO >>3 [449] -2015-03-10 22:13:17 sendUrl INFO 3 [449] R:OK -2015-03-10 22:14:07 queue INFO >>3 [450] -2015-03-10 22:14:07 sendUrl INFO 3 [450] R:OK -2015-03-10 22:14:57 queue INFO >>3 [451] -2015-03-10 22:14:58 sendUrl INFO 3 [451] R:OK -2015-03-10 22:15:47 queue INFO >>3 [452] -2015-03-10 22:15:47 sendUrl INFO 3 [452] R:OK -2015-03-10 22:16:37 queue INFO >>3 [453] -2015-03-10 22:16:38 sendUrl INFO 3 [453] R:OK -2015-03-10 22:17:27 queue INFO >>3 [454] -2015-03-10 22:17:28 sendUrl INFO 3 [454] R:OK -2015-03-10 22:18:18 queue INFO >>3 [455] -2015-03-10 22:18:18 sendUrl INFO 3 [455] R:OK -2015-03-10 22:19:03 queue INFO 1 [456] -2015-03-10 22:19:03 queue INFO >1 [457] -2015-03-10 22:19:03 sendUrl INFO 1 [456] R:OK -2015-03-10 22:19:04 sendUrl INFO 1 [457] R:OK -2015-03-10 22:19:53 queue INFO >>1 [458] -2015-03-10 22:19:53 sendUrl INFO 1 [458] R:OK -2015-03-10 22:20:43 queue INFO >>1 [459] -2015-03-10 22:20:43 sendUrl INFO 1 [459] R:OK -2015-03-10 22:20:52 queue INFO 21 [460] -2015-03-10 22:20:52 queue INFO >21 [461] -2015-03-10 22:20:52 sendUrl INFO 21 [460] R:OK -2015-03-10 22:20:53 sendUrl INFO 21 [461] R:OK -2015-03-10 22:21:42 queue INFO >>21 [462] -2015-03-10 22:21:43 sendUrl INFO 21 [462] R:OK -2015-03-10 22:22:32 queue INFO >>21 [463] -2015-03-10 22:22:33 sendUrl INFO 21 [463] R:OK -2015-03-10 22:23:23 queue INFO >>21 [464] -2015-03-10 22:23:23 sendUrl INFO 21 [464] R:OK -2015-03-10 22:24:13 queue INFO >>21 [465] -2015-03-10 22:24:13 sendUrl INFO 21 [465] R:OK -2015-03-10 22:25:03 queue INFO >>21 [466] -2015-03-10 22:25:03 sendUrl INFO 21 [466] R:OK -2015-03-10 22:25:53 queue INFO >>21 [467] -2015-03-10 22:25:53 sendUrl INFO 21 [467] R:OK -2015-03-10 22:26:43 queue INFO >>21 [468] -2015-03-10 22:26:44 sendUrl INFO 21 [468] R:OK -2015-03-10 22:27:07 queue INFO 1 [469] -2015-03-10 22:27:07 queue INFO >1 [470] -2015-03-10 22:27:07 sendUrl INFO 1 [469] R:OK -2015-03-10 22:27:08 sendUrl INFO 1 [470] R:OK -2015-03-10 22:27:33 queue INFO 5 [471] -2015-03-10 22:27:33 queue INFO >5 [472] -2015-03-10 22:27:33 sendUrl INFO 5 [471] R:OK -2015-03-10 22:27:34 sendUrl INFO 5 [472] R:OK -2015-03-10 22:27:34 queue INFO 1 [473] -2015-03-10 22:27:35 queue INFO >1 [474] -2015-03-10 22:27:35 sendUrl INFO 1 [473] R:OK -2015-03-10 22:27:35 sendUrl INFO 1 [474] R:OK -2015-03-10 22:28:25 queue INFO >>1 [475] -2015-03-10 22:28:25 sendUrl INFO 1 [475] R:OK -2015-03-10 22:29:04 queue INFO 3 [476] -2015-03-10 22:29:04 queue INFO >3 [477] -2015-03-10 22:29:04 sendUrl INFO 3 [476] R:OK -2015-03-10 22:29:05 sendUrl INFO 3 [477] R:OK -2015-03-10 22:29:54 queue INFO >>3 [478] -2015-03-10 22:29:54 sendUrl INFO 3 [478] R:OK -2015-03-10 22:30:44 queue INFO >>3 [479] -2015-03-10 22:30:44 sendUrl INFO 3 [479] R:OK -2015-03-10 22:31:34 queue INFO >>3 [480] -2015-03-10 22:31:34 sendUrl INFO 3 [480] R:OK -2015-03-10 22:32:24 queue INFO >>3 [481] -2015-03-10 22:32:25 sendUrl INFO 3 [481] R:OK -2015-03-10 22:33:14 queue INFO >>3 [482] -2015-03-10 22:33:15 sendUrl INFO 3 [482] R:OK -2015-03-10 22:34:05 queue INFO >>3 [483] -2015-03-10 22:34:05 sendUrl INFO 3 [483] R:OK -2015-03-10 22:34:55 queue INFO >>3 [484] -2015-03-10 22:34:55 sendUrl INFO 3 [484] R:OK -2015-03-10 22:35:45 queue INFO >>3 [485] -2015-03-10 22:35:45 queue INFO 7 [486] -2015-03-10 22:35:45 queue INFO >7 [487] -2015-03-10 22:35:45 sendUrl INFO 3 [485] R:OK -2015-03-10 22:35:46 sendUrl INFO 7 [486] R:OK -2015-03-10 22:35:46 sendUrl INFO 7 [487] R:OK -2015-03-10 22:35:47 queue INFO 3 [488] -2015-03-10 22:35:47 queue INFO >3 [489] -2015-03-10 22:35:47 sendUrl INFO 3 [488] R:OK -2015-03-10 22:35:47 sendUrl INFO 3 [489] R:OK -2015-03-10 22:36:37 queue INFO >>3 [490] -2015-03-10 22:36:37 sendUrl INFO 3 [490] R:OK -2015-03-10 22:37:27 queue INFO >>3 [491] -2015-03-10 22:37:28 sendUrl INFO 3 [491] R:OK -2015-03-10 22:38:17 queue INFO >>3 [492] -2015-03-10 22:38:17 sendUrl INFO 3 [492] R:OK -2015-03-10 22:39:07 queue INFO >>3 [493] -2015-03-10 22:39:08 sendUrl INFO 3 [493] R:OK -2015-03-10 22:39:57 queue INFO >>3 [494] -2015-03-10 22:39:58 sendUrl INFO 3 [494] R:OK -2015-03-10 22:40:48 queue INFO >>3 [495] -2015-03-10 22:40:48 sendUrl INFO 3 [495] R:OK -2015-03-10 22:41:38 queue INFO >>3 [496] -2015-03-10 22:41:38 sendUrl INFO 3 [496] R:OK -2015-03-10 22:42:28 queue INFO >>3 [497] -2015-03-10 22:42:28 sendUrl INFO 3 [497] R:OK -2015-03-10 22:43:18 queue INFO >>3 [498] -2015-03-10 22:43:18 sendUrl INFO 3 [498] R:OK -2015-03-10 22:43:57 queue INFO 7 [499] -2015-03-10 22:43:57 queue INFO >7 [500] -2015-03-10 22:43:57 sendUrl INFO 7 [499] R:OK -2015-03-10 22:43:58 sendUrl INFO 7 [500] R:OK -2015-03-10 22:43:58 queue INFO 3 [501] -2015-03-10 22:43:58 queue INFO >3 [502] -2015-03-10 22:43:59 sendUrl INFO 3 [501] R:OK -2015-03-10 22:43:59 sendUrl INFO 3 [502] R:OK -2015-03-10 22:44:48 queue INFO >>3 [503] -2015-03-10 22:44:48 sendUrl INFO 3 [503] R:OK -2015-03-10 22:45:38 queue INFO >>3 [504] -2015-03-10 22:45:39 sendUrl INFO 3 [504] R:OK -2015-03-10 22:46:29 queue INFO >>3 [505] -2015-03-10 22:46:29 sendUrl INFO 3 [505] R:OK -2015-03-10 22:47:19 queue INFO >>3 [506] -2015-03-10 22:47:19 sendUrl INFO 3 [506] R:OK -2015-03-10 22:48:09 queue INFO >>3 [507] -2015-03-10 22:48:09 sendUrl INFO 3 [507] R:OK -2015-03-10 22:48:59 queue INFO >>3 [508] -2015-03-10 22:48:59 sendUrl INFO 3 [508] R:OK -2015-03-10 22:49:49 queue INFO >>3 [509] -2015-03-10 22:49:49 sendUrl INFO 3 [509] R:OK -2015-03-10 22:50:39 queue INFO >>3 [510] -2015-03-10 22:50:40 sendUrl INFO 3 [510] R:OK -2015-03-10 22:51:29 queue INFO >>3 [511] -2015-03-10 22:51:30 sendUrl INFO 3 [511] R:OK -2015-03-10 22:52:08 queue INFO 7 [512] -2015-03-10 22:52:08 queue INFO >7 [513] -2015-03-10 22:52:08 sendUrl INFO 7 [512] R:OK -2015-03-10 22:52:09 sendUrl INFO 7 [513] R:OK -2015-03-10 22:52:10 queue INFO 3 [514] -2015-03-10 22:52:10 queue INFO >3 [515] -2015-03-10 22:52:10 sendUrl INFO 3 [514] R:OK -2015-03-10 22:52:10 sendUrl INFO 3 [515] R:OK -2015-03-10 22:53:00 queue INFO >>3 [516] -2015-03-10 22:53:00 sendUrl INFO 3 [516] R:OK -2015-03-10 22:53:50 queue INFO >>3 [517] -2015-03-10 22:53:51 sendUrl INFO 3 [517] R:OK -2015-03-10 22:54:40 queue INFO >>3 [518] -2015-03-10 22:54:40 sendUrl INFO 3 [518] R:OK -2015-03-10 22:55:30 queue INFO >>3 [519] -2015-03-10 22:55:31 sendUrl INFO 3 [519] R:OK -2015-03-10 22:56:20 queue INFO >>3 [520] -2015-03-10 22:56:21 sendUrl INFO 3 [520] R:OK -2015-03-10 22:57:11 queue INFO >>3 [521] -2015-03-10 22:57:11 sendUrl INFO 3 [521] R:OK -2015-03-10 22:58:01 queue INFO >>3 [522] -2015-03-10 22:58:01 sendUrl INFO 3 [522] R:OK -2015-03-10 22:58:51 queue INFO >>3 [523] -2015-03-10 22:58:51 sendUrl INFO 3 [523] R:OK -2015-03-10 22:59:41 queue INFO >>3 [524] -2015-03-10 22:59:41 sendUrl INFO 3 [524] R:OK -2015-03-10 23:00:21 queue INFO 7 [525] -2015-03-10 23:00:21 queue INFO >7 [526] -2015-03-10 23:00:21 sendUrl INFO 7 [525] R:OK -2015-03-10 23:00:22 sendUrl INFO 7 [526] R:OK -2015-03-10 23:00:22 queue INFO 3 [527] -2015-03-10 23:00:22 queue INFO >3 [528] -2015-03-10 23:00:23 sendUrl INFO 3 [527] R:OK -2015-03-10 23:00:23 sendUrl INFO 3 [528] R:OK -2015-03-10 23:01:12 queue INFO >>3 [529] -2015-03-10 23:01:12 sendUrl INFO 3 [529] R:OK -2015-03-10 23:02:02 queue INFO >>3 [530] -2015-03-10 23:02:03 sendUrl INFO 3 [530] R:OK -2015-03-10 23:02:53 queue INFO >>3 [531] -2015-03-10 23:02:53 sendUrl INFO 3 [531] R:OK -2015-03-10 23:03:43 queue INFO >>3 [532] -2015-03-10 23:03:43 sendUrl INFO 3 [532] R:OK -2015-03-10 23:04:33 queue INFO >>3 [533] -2015-03-10 23:04:33 sendUrl INFO 3 [533] R:OK -2015-03-10 23:05:23 queue INFO >>3 [534] -2015-03-10 23:05:23 sendUrl INFO 3 [534] R:OK -2015-03-10 23:06:13 queue INFO >>3 [535] -2015-03-10 23:06:13 sendUrl INFO 3 [535] R:OK -2015-03-10 23:07:03 queue INFO >>3 [536] -2015-03-10 23:07:04 sendUrl INFO 3 [536] R:OK -2015-03-10 23:07:53 queue INFO >>3 [537] -2015-03-10 23:07:54 sendUrl INFO 3 [537] R:OK -2015-03-10 23:08:32 queue INFO 7 [538] -2015-03-10 23:08:32 sendUrl INFO 7 [538] R:OK -2015-03-10 23:08:32 queue INFO >7 [539] -2015-03-10 23:08:33 sendUrl INFO 7 [539] R:OK -2015-03-10 23:08:34 queue INFO 3 [540] -2015-03-10 23:08:34 queue INFO >3 [541] -2015-03-10 23:08:34 sendUrl INFO 3 [540] R:OK -2015-03-10 23:08:35 sendUrl INFO 3 [541] R:OK -2015-03-10 23:09:24 queue INFO >>3 [542] -2015-03-10 23:09:24 sendUrl INFO 3 [542] R:OK -2015-03-10 23:10:14 queue INFO >>3 [543] -2015-03-10 23:10:15 sendUrl INFO 3 [543] R:OK -2015-03-10 23:11:04 queue INFO >>3 [544] -2015-03-10 23:11:05 sendUrl INFO 3 [544] R:OK -2015-03-10 23:11:54 queue INFO >>3 [545] -2015-03-10 23:11:55 sendUrl INFO 3 [545] R:OK -2015-03-10 23:12:45 queue INFO >>3 [546] -2015-03-10 23:12:45 sendUrl INFO 3 [546] R:OK -2015-03-10 23:13:35 queue INFO >>3 [547] -2015-03-10 23:13:35 sendUrl INFO 3 [547] R:OK -2015-03-10 23:14:25 queue INFO >>3 [548] -2015-03-10 23:14:25 sendUrl INFO 3 [548] R:OK -2015-03-10 23:15:15 queue INFO >>3 [549] -2015-03-10 23:15:16 sendUrl INFO 3 [549] R:OK -2015-03-10 23:16:05 queue INFO >>3 [550] -2015-03-10 23:16:05 sendUrl INFO 3 [550] R:OK -2015-03-10 23:16:44 queue INFO 7 [551] -2015-03-10 23:16:45 queue INFO >7 [552] -2015-03-10 23:16:45 sendUrl INFO 7 [551] R:OK -2015-03-10 23:16:45 sendUrl INFO 7 [552] R:OK -2015-03-10 23:16:46 queue INFO 3 [553] -2015-03-10 23:16:46 sendUrl INFO 3 [553] R:OK -2015-03-10 23:16:46 queue INFO >3 [554] -2015-03-10 23:16:47 sendUrl INFO 3 [554] R:OK -2015-03-10 23:17:36 queue INFO >>3 [555] -2015-03-10 23:17:36 sendUrl INFO 3 [555] R:OK -2015-03-10 23:18:26 queue INFO >>3 [556] -2015-03-10 23:18:26 sendUrl INFO 3 [556] R:OK -2015-03-10 23:19:16 queue INFO >>3 [557] -2015-03-10 23:19:17 sendUrl INFO 3 [557] R:OK -2015-03-10 23:20:06 queue INFO >>3 [558] -2015-03-10 23:20:07 sendUrl INFO 3 [558] R:OK -2015-03-10 23:20:57 queue INFO >>3 [559] -2015-03-10 23:20:57 sendUrl INFO 3 [559] R:OK -2015-03-10 23:21:47 queue INFO >>3 [560] -2015-03-10 23:21:47 sendUrl INFO 3 [560] R:OK -2015-03-10 23:22:37 queue INFO >>3 [561] -2015-03-10 23:22:37 sendUrl INFO 3 [561] R:OK -2015-03-10 23:23:27 queue INFO >>3 [562] -2015-03-10 23:23:27 sendUrl INFO 3 [562] R:OK -2015-03-10 23:24:17 queue INFO >>3 [563] -2015-03-10 23:24:18 sendUrl INFO 3 [563] R:OK -2015-03-10 23:24:57 queue INFO 7 [564] -2015-03-10 23:24:57 queue INFO >7 [565] -2015-03-10 23:24:57 sendUrl INFO 7 [564] R:OK -2015-03-10 23:24:57 sendUrl INFO 7 [565] R:OK -2015-03-10 23:24:58 queue INFO 3 [566] -2015-03-10 23:24:59 queue INFO >3 [567] -2015-03-10 23:24:59 sendUrl INFO 3 [566] R:OK -2015-03-10 23:24:59 sendUrl INFO 3 [567] R:OK -2015-03-10 23:25:48 queue INFO >>3 [568] -2015-03-10 23:25:49 sendUrl INFO 3 [568] R:OK -2015-03-10 23:26:39 queue INFO >>3 [569] -2015-03-10 23:26:39 sendUrl INFO 3 [569] R:OK -2015-03-10 23:27:29 queue INFO >>3 [570] -2015-03-10 23:27:29 sendUrl INFO 3 [570] R:OK -2015-03-10 23:28:19 queue INFO >>3 [571] -2015-03-10 23:28:19 sendUrl INFO 3 [571] R:OK -2015-03-10 23:29:09 queue INFO >>3 [572] -2015-03-10 23:29:10 sendUrl INFO 3 [572] R:OK -2015-03-10 23:29:59 queue INFO >>3 [573] -2015-03-10 23:29:59 sendUrl INFO 3 [573] R:OK -2015-03-10 23:30:49 queue INFO >>3 [574] -2015-03-10 23:30:50 sendUrl INFO 3 [574] R:OK -2015-03-10 23:31:39 queue INFO >>3 [575] -2015-03-10 23:31:40 sendUrl INFO 3 [575] R:OK -2015-03-10 23:32:30 queue INFO >>3 [576] -2015-03-10 23:32:30 sendUrl INFO 3 [576] R:OK -2015-03-10 23:33:08 queue INFO 7 [577] -2015-03-10 23:33:09 queue INFO >7 [578] -2015-03-10 23:33:09 sendUrl INFO 7 [577] R:OK -2015-03-10 23:33:09 sendUrl INFO 7 [578] R:OK -2015-03-10 23:33:10 queue INFO 3 [579] -2015-03-10 23:33:10 queue INFO >3 [580] -2015-03-10 23:33:10 sendUrl INFO 3 [579] R:OK -2015-03-10 23:33:11 sendUrl INFO 3 [580] R:OK -2015-03-10 23:34:00 queue INFO >>3 [581] -2015-03-10 23:34:00 sendUrl INFO 3 [581] R:OK -2015-03-10 23:34:50 queue INFO >>3 [582] -2015-03-10 23:34:50 sendUrl INFO 3 [582] R:OK -2015-03-10 23:35:40 queue INFO >>3 [583] -2015-03-10 23:35:41 sendUrl INFO 3 [583] R:OK -2015-03-10 23:36:30 queue INFO >>3 [584] -2015-03-10 23:36:31 sendUrl INFO 3 [584] R:OK -2015-03-10 23:37:21 queue INFO >>3 [585] -2015-03-10 23:37:21 sendUrl INFO 3 [585] R:OK -2015-03-10 23:38:11 queue INFO >>3 [586] -2015-03-10 23:38:11 sendUrl INFO 3 [586] R:OK -2015-03-10 23:39:01 queue INFO >>3 [587] -2015-03-10 23:39:01 sendUrl INFO 3 [587] R:OK -2015-03-10 23:39:51 queue INFO >>3 [588] -2015-03-10 23:39:51 sendUrl INFO 3 [588] R:OK -2015-03-10 23:40:41 queue INFO >>3 [589] -2015-03-10 23:40:42 sendUrl INFO 3 [589] R:OK -2015-03-10 23:41:20 queue INFO 7 [590] -2015-03-10 23:41:20 sendUrl INFO 7 [590] R:OK -2015-03-10 23:41:20 queue INFO >7 [591] -2015-03-10 23:41:20 sendUrl INFO 7 [591] R:OK -2015-03-10 23:41:21 queue INFO 3 [592] -2015-03-10 23:41:22 queue INFO >3 [593] -2015-03-10 23:41:22 sendUrl INFO 3 [592] R:OK -2015-03-10 23:41:22 sendUrl INFO 3 [593] R:OK -2015-03-10 23:42:11 queue INFO >>3 [594] -2015-03-10 23:42:12 sendUrl INFO 3 [594] R:OK -2015-03-10 23:43:02 queue INFO >>3 [595] -2015-03-10 23:43:02 sendUrl INFO 3 [595] R:OK -2015-03-10 23:43:52 queue INFO >>3 [596] -2015-03-10 23:43:52 sendUrl INFO 3 [596] R:OK -2015-03-10 23:44:42 queue INFO >>3 [597] -2015-03-10 23:44:42 sendUrl INFO 3 [597] R:OK -2015-03-10 23:45:32 queue INFO >>3 [598] -2015-03-10 23:45:32 sendUrl INFO 3 [598] R:OK -2015-03-10 23:46:22 queue INFO >>3 [599] -2015-03-10 23:46:22 sendUrl INFO 3 [599] R:OK -2015-03-10 23:47:12 queue INFO >>3 [600] -2015-03-10 23:47:13 sendUrl INFO 3 [600] R:OK -2015-03-10 23:48:02 queue INFO >>3 [601] -2015-03-10 23:48:03 sendUrl INFO 3 [601] R:OK -2015-03-10 23:48:53 queue INFO >>3 [602] -2015-03-10 23:48:53 sendUrl INFO 3 [602] R:OK -2015-03-10 23:49:32 queue INFO 7 [603] -2015-03-10 23:49:32 queue INFO >7 [604] -2015-03-10 23:49:33 sendUrl INFO 7 [603] R:OK -2015-03-10 23:49:33 sendUrl INFO 7 [604] R:OK -2015-03-10 23:49:34 queue INFO 3 [605] -2015-03-10 23:49:34 queue INFO >3 [606] -2015-03-10 23:49:34 sendUrl INFO 3 [605] R:OK -2015-03-10 23:49:35 sendUrl INFO 3 [606] R:OK -2015-03-10 23:50:24 queue INFO >>3 [607] -2015-03-10 23:50:24 sendUrl INFO 3 [607] R:OK -2015-03-10 23:51:14 queue INFO >>3 [608] -2015-03-10 23:51:14 sendUrl INFO 3 [608] R:OK -2015-03-10 23:52:04 queue INFO >>3 [609] -2015-03-10 23:52:05 sendUrl INFO 3 [609] R:OK -2015-03-10 23:52:54 queue INFO >>3 [610] -2015-03-10 23:52:54 sendUrl INFO 3 [610] R:OK -2015-03-10 23:53:44 queue INFO >>3 [611] -2015-03-10 23:53:45 sendUrl INFO 3 [611] R:OK -2015-03-10 23:54:35 queue INFO >>3 [612] -2015-03-10 23:54:35 sendUrl INFO 3 [612] R:OK -2015-03-10 23:55:25 queue INFO >>3 [613] -2015-03-10 23:55:25 sendUrl INFO 3 [613] R:OK -2015-03-10 23:56:15 queue INFO >>3 [614] -2015-03-10 23:56:15 sendUrl INFO 3 [614] R:OK -2015-03-10 23:57:05 queue INFO >>3 [615] -2015-03-10 23:57:05 sendUrl INFO 3 [615] R:OK -2015-03-10 23:57:44 queue INFO 7 [616] -2015-03-10 23:57:44 queue INFO >7 [617] -2015-03-10 23:57:44 sendUrl INFO 7 [616] R:OK -2015-03-10 23:57:45 sendUrl INFO 7 [617] R:OK -2015-03-10 23:57:46 queue INFO 3 [618] -2015-03-10 23:57:46 queue INFO >3 [619] -2015-03-10 23:57:46 sendUrl INFO 3 [618] R:OK -2015-03-10 23:57:46 sendUrl INFO 3 [619] R:OK -2015-03-10 23:58:36 queue INFO >>3 [620] -2015-03-10 23:58:36 sendUrl INFO 3 [620] R:OK -2015-03-10 23:59:26 queue INFO >>3 [621] -2015-03-10 23:59:26 sendUrl INFO 3 [621] R:OK -2015-03-11 00:00:16 queue INFO >>3 [622] -2015-03-11 00:00:16 sendUrl INFO 3 [622] R:OK -2015-03-11 00:01:06 queue INFO >>3 [623] -2015-03-11 00:01:06 sendUrl INFO 3 [623] R:OK -2015-03-11 00:01:56 queue INFO >>3 [624] -2015-03-11 00:01:57 sendUrl INFO 3 [624] R:OK -2015-03-11 00:02:46 queue INFO >>3 [625] -2015-03-11 00:02:47 sendUrl INFO 3 [625] R:OK -2015-03-11 00:03:36 queue INFO >>3 [626] -2015-03-11 00:03:37 sendUrl INFO 3 [626] R:OK -2015-03-11 00:04:27 queue INFO >>3 [627] -2015-03-11 00:04:27 sendUrl INFO 3 [627] R:OK -2015-03-11 00:05:17 queue INFO >>3 [628] -2015-03-11 00:05:17 sendUrl INFO 3 [628] R:OK -2015-03-11 00:05:56 queue INFO 7 [629] -2015-03-11 00:05:56 queue INFO >7 [630] -2015-03-11 00:05:57 sendUrl INFO 7 [629] R:OK -2015-03-11 00:05:57 sendUrl INFO 7 [630] R:OK -2015-03-11 00:05:58 queue INFO 3 [631] -2015-03-11 00:05:58 queue INFO >3 [632] -2015-03-11 00:05:58 sendUrl INFO 3 [631] R:OK -2015-03-11 00:05:59 sendUrl INFO 3 [632] R:OK -2015-03-11 00:06:48 queue INFO >>3 [633] -2015-03-11 00:06:48 sendUrl INFO 3 [633] R:OK -2015-03-11 00:07:38 queue INFO >>3 [634] -2015-03-11 00:07:38 sendUrl INFO 3 [634] R:OK -2015-03-11 00:08:28 queue INFO >>3 [635] -2015-03-11 00:08:29 sendUrl INFO 3 [635] R:OK -2015-03-11 00:09:18 queue INFO >>3 [636] -2015-03-11 00:09:18 sendUrl INFO 3 [636] R:OK -2015-03-11 00:10:08 queue INFO >>3 [637] -2015-03-11 00:10:09 sendUrl INFO 3 [637] R:OK -2015-03-11 00:10:59 queue INFO >>3 [638] -2015-03-11 00:10:59 sendUrl INFO 3 [638] R:OK -2015-03-11 00:11:49 queue INFO >>3 [639] -2015-03-11 00:11:49 sendUrl INFO 3 [639] R:OK -2015-03-11 00:12:39 queue INFO >>3 [640] -2015-03-11 00:12:39 sendUrl INFO 3 [640] R:OK -2015-03-11 00:13:29 queue INFO >>3 [641] -2015-03-11 00:13:29 sendUrl INFO 3 [641] R:OK -2015-03-11 00:14:08 queue INFO 7 [642] -2015-03-11 00:14:09 queue INFO >7 [643] -2015-03-11 00:14:09 sendUrl INFO 7 [642] R:OK -2015-03-11 00:14:09 sendUrl INFO 7 [643] R:OK -2015-03-11 00:14:10 queue INFO 3 [644] -2015-03-11 00:14:10 queue INFO >3 [645] -2015-03-11 00:14:10 sendUrl INFO 3 [644] R:OK -2015-03-11 00:14:11 sendUrl INFO 3 [645] R:OK -2015-03-11 00:15:00 queue INFO >>3 [646] -2015-03-11 00:15:00 sendUrl INFO 3 [646] R:OK -2015-03-11 00:15:50 queue INFO >>3 [647] -2015-03-11 00:15:51 sendUrl INFO 3 [647] R:OK -2015-03-11 00:16:40 queue INFO >>3 [648] -2015-03-11 00:16:41 sendUrl INFO 3 [648] R:OK -2015-03-11 00:17:31 queue INFO >>3 [649] -2015-03-11 00:17:31 sendUrl INFO 3 [649] R:OK -2015-03-11 00:18:21 queue INFO >>3 [650] -2015-03-11 00:18:21 sendUrl INFO 3 [650] R:OK -2015-03-11 00:19:11 queue INFO >>3 [651] -2015-03-11 00:19:11 sendUrl INFO 3 [651] R:OK -2015-03-11 00:20:01 queue INFO >>3 [652] -2015-03-11 00:20:01 sendUrl INFO 3 [652] R:OK -2015-03-11 00:20:51 queue INFO >>3 [653] -2015-03-11 00:20:51 sendUrl INFO 3 [653] R:OK -2015-03-11 00:21:41 queue INFO >>3 [654] -2015-03-11 00:21:42 sendUrl INFO 3 [654] R:OK -2015-03-11 00:22:20 queue INFO 7 [655] -2015-03-11 00:22:20 queue INFO >7 [656] -2015-03-11 00:22:20 sendUrl INFO 7 [655] R:OK -2015-03-11 00:22:21 sendUrl INFO 7 [656] R:OK -2015-03-11 00:22:21 queue INFO 3 [657] -2015-03-11 00:22:22 sendUrl INFO 3 [657] R:OK -2015-03-11 00:22:22 queue INFO >3 [658] -2015-03-11 00:22:22 sendUrl INFO 3 [658] R:OK -2015-03-11 00:23:12 queue INFO >>3 [659] -2015-03-11 00:23:12 sendUrl INFO 3 [659] R:OK -2015-03-11 00:24:02 queue INFO >>3 [660] -2015-03-11 00:24:02 sendUrl INFO 3 [660] R:OK -2015-03-11 00:24:52 queue INFO >>3 [661] -2015-03-11 00:24:52 sendUrl INFO 3 [661] R:OK -2015-03-11 00:25:42 queue INFO >>3 [662] -2015-03-11 00:25:42 sendUrl INFO 3 [662] R:OK -2015-03-11 00:26:32 queue INFO >>3 [663] -2015-03-11 00:26:33 sendUrl INFO 3 [663] R:OK -2015-03-11 00:27:22 queue INFO >>3 [664] -2015-03-11 00:27:23 sendUrl INFO 3 [664] R:OK -2015-03-11 00:28:12 queue INFO >>3 [665] -2015-03-11 00:28:13 sendUrl INFO 3 [665] R:OK -2015-03-11 00:29:03 queue INFO >>3 [666] -2015-03-11 00:29:03 sendUrl INFO 3 [666] R:OK -2015-03-11 00:29:53 queue INFO >>3 [667] -2015-03-11 00:29:53 sendUrl INFO 3 [667] R:OK -2015-03-11 00:30:31 queue INFO 7 [668] -2015-03-11 00:30:32 queue INFO >7 [669] -2015-03-11 00:30:32 sendUrl INFO 7 [668] R:OK -2015-03-11 00:30:32 sendUrl INFO 7 [669] R:OK -2015-03-11 00:30:33 queue INFO 3 [670] -2015-03-11 00:30:33 queue INFO >3 [671] -2015-03-11 00:30:33 sendUrl INFO 3 [670] R:OK -2015-03-11 00:30:34 sendUrl INFO 3 [671] R:OK -2015-03-11 00:31:23 queue INFO >>3 [672] -2015-03-11 00:31:23 sendUrl INFO 3 [672] R:OK -2015-03-11 00:32:13 queue INFO >>3 [673] -2015-03-11 00:32:14 sendUrl INFO 3 [673] R:OK -2015-03-11 00:33:03 queue INFO >>3 [674] -2015-03-11 00:33:04 sendUrl INFO 3 [674] R:OK -2015-03-11 00:33:54 queue INFO >>3 [675] -2015-03-11 00:33:54 sendUrl INFO 3 [675] R:OK -2015-03-11 00:34:44 queue INFO >>3 [676] -2015-03-11 00:34:44 sendUrl INFO 3 [676] R:OK -2015-03-11 00:35:34 queue INFO >>3 [677] -2015-03-11 00:35:34 sendUrl INFO 3 [677] R:OK -2015-03-11 00:36:24 queue INFO >>3 [678] -2015-03-11 00:36:24 sendUrl INFO 3 [678] R:OK -2015-03-11 00:37:14 queue INFO >>3 [679] -2015-03-11 00:37:14 sendUrl INFO 3 [679] R:OK -2015-03-11 00:38:04 queue INFO >>3 [680] -2015-03-11 00:38:05 sendUrl INFO 3 [680] R:OK -2015-03-11 00:38:44 queue INFO 7 [681] -2015-03-11 00:38:44 queue INFO >7 [682] -2015-03-11 00:38:44 sendUrl INFO 7 [681] R:OK -2015-03-11 00:38:45 sendUrl INFO 7 [682] R:OK -2015-03-11 00:38:45 queue INFO 3 [683] -2015-03-11 00:38:46 sendUrl INFO 3 [683] R:OK -2015-03-11 00:38:46 queue INFO >3 [684] -2015-03-11 00:38:46 sendUrl INFO 3 [684] R:OK -2015-03-11 00:39:36 queue INFO >>3 [685] -2015-03-11 00:39:36 sendUrl INFO 3 [685] R:OK -2015-03-11 00:40:26 queue INFO >>3 [686] -2015-03-11 00:40:26 sendUrl INFO 3 [686] R:OK -2015-03-11 00:41:16 queue INFO >>3 [687] -2015-03-11 00:41:16 sendUrl INFO 3 [687] R:OK -2015-03-11 00:42:06 queue INFO >>3 [688] -2015-03-11 00:42:06 sendUrl INFO 3 [688] R:OK -2015-03-11 00:42:56 queue INFO >>3 [689] -2015-03-11 00:42:56 sendUrl INFO 3 [689] R:OK -2015-03-11 00:43:46 queue INFO >>3 [690] -2015-03-11 00:43:47 sendUrl INFO 3 [690] R:OK -2015-03-11 00:44:36 queue INFO >>3 [691] -2015-03-11 00:44:37 sendUrl INFO 3 [691] R:OK -2015-03-11 00:45:27 queue INFO >>3 [692] -2015-03-11 00:45:27 sendUrl INFO 3 [692] R:OK -2015-03-11 00:46:17 queue INFO >>3 [693] -2015-03-11 00:46:17 sendUrl INFO 3 [693] R:OK -2015-03-11 00:46:56 queue INFO 7 [694] -2015-03-11 00:46:56 queue INFO >7 [695] -2015-03-11 00:46:56 sendUrl INFO 7 [694] R:OK -2015-03-11 00:46:56 sendUrl INFO 7 [695] R:OK -2015-03-11 00:46:57 queue INFO 3 [696] -2015-03-11 00:46:57 queue INFO >3 [697] -2015-03-11 00:46:57 sendUrl INFO 3 [696] R:OK -2015-03-11 00:46:58 sendUrl INFO 3 [697] R:OK -2015-03-11 00:47:47 queue INFO >>3 [698] -2015-03-11 00:47:48 sendUrl INFO 3 [698] R:OK -2015-03-11 00:48:37 queue INFO >>3 [699] -2015-03-11 00:48:38 sendUrl INFO 3 [699] R:OK -2015-03-11 00:49:28 queue INFO >>3 [700] -2015-03-11 00:49:28 sendUrl INFO 3 [700] R:OK -2015-03-11 00:50:18 queue INFO >>3 [701] -2015-03-11 00:50:18 sendUrl INFO 3 [701] R:OK -2015-03-11 00:51:08 queue INFO >>3 [702] -2015-03-11 00:51:08 sendUrl INFO 3 [702] R:OK -2015-03-11 00:51:58 queue INFO >>3 [703] -2015-03-11 00:51:58 sendUrl INFO 3 [703] R:OK -2015-03-11 00:52:48 queue INFO >>3 [704] -2015-03-11 00:52:49 sendUrl INFO 3 [704] R:OK -2015-03-11 00:53:38 queue INFO >>3 [705] -2015-03-11 00:53:38 sendUrl INFO 3 [705] R:OK -2015-03-11 00:54:29 queue INFO >>3 [706] -2015-03-11 00:54:29 sendUrl INFO 3 [706] R:OK -2015-03-11 00:55:08 queue INFO 7 [707] -2015-03-11 00:55:08 queue INFO >7 [708] -2015-03-11 00:55:08 sendUrl INFO 7 [707] R:OK -2015-03-11 00:55:09 sendUrl INFO 7 [708] R:OK -2015-03-11 00:55:09 queue INFO 3 [709] -2015-03-11 00:55:09 queue INFO >3 [710] -2015-03-11 00:55:10 sendUrl INFO 3 [709] R:OK -2015-03-11 00:55:10 sendUrl INFO 3 [710] R:OK -2015-03-11 00:55:59 queue INFO >>3 [711] -2015-03-11 00:56:00 sendUrl INFO 3 [711] R:OK -2015-03-11 00:56:50 queue INFO >>3 [712] -2015-03-11 00:56:50 sendUrl INFO 3 [712] R:OK -2015-03-11 00:57:40 queue INFO >>3 [713] -2015-03-11 00:57:40 sendUrl INFO 3 [713] R:OK -2015-03-11 00:58:30 queue INFO >>3 [714] -2015-03-11 00:58:30 sendUrl INFO 3 [714] R:OK -2015-03-11 00:59:20 queue INFO >>3 [715] -2015-03-11 00:59:20 sendUrl INFO 3 [715] R:OK -2015-03-11 01:00:10 queue INFO >>3 [716] -2015-03-11 01:00:11 sendUrl INFO 3 [716] R:OK -2015-03-11 01:01:00 queue INFO >>3 [717] -2015-03-11 01:01:00 sendUrl INFO 3 [717] R:OK -2015-03-11 01:01:50 queue INFO >>3 [718] -2015-03-11 01:01:51 sendUrl INFO 3 [718] R:OK -2015-03-11 01:02:41 queue INFO >>3 [719] -2015-03-11 01:02:41 sendUrl INFO 3 [719] R:OK -2015-03-11 01:03:20 queue INFO 7 [720] -2015-03-11 01:03:20 queue INFO >7 [721] -2015-03-11 01:03:20 sendUrl INFO 7 [720] R:OK -2015-03-11 01:03:21 sendUrl INFO 7 [721] R:OK -2015-03-11 01:03:22 queue INFO 3 [722] -2015-03-11 01:03:22 queue INFO >3 [723] -2015-03-11 01:03:22 sendUrl INFO 3 [722] R:OK -2015-03-11 01:03:22 sendUrl INFO 3 [723] R:OK -2015-03-11 01:04:12 queue INFO >>3 [724] -2015-03-11 01:04:12 sendUrl INFO 3 [724] R:OK -2015-03-11 01:05:02 queue INFO >>3 [725] -2015-03-11 01:05:02 sendUrl INFO 3 [725] R:OK -2015-03-11 01:05:52 queue INFO >>3 [726] -2015-03-11 01:05:52 sendUrl INFO 3 [726] R:OK -2015-03-11 01:06:42 queue INFO >>3 [727] -2015-03-11 01:06:43 sendUrl INFO 3 [727] R:OK -2015-03-11 01:07:32 queue INFO >>3 [728] -2015-03-11 01:07:32 sendUrl INFO 3 [728] R:OK -2015-03-11 01:08:22 queue INFO >>3 [729] -2015-03-11 01:08:23 sendUrl INFO 3 [729] R:OK -2015-03-11 01:09:13 queue INFO >>3 [730] -2015-03-11 01:09:13 sendUrl INFO 3 [730] R:OK -2015-03-11 01:10:03 queue INFO >>3 [731] -2015-03-11 01:10:03 sendUrl INFO 3 [731] R:OK -2015-03-11 01:10:53 queue INFO >>3 [732] -2015-03-11 01:10:53 sendUrl INFO 3 [732] R:OK -2015-03-11 01:11:26 queue INFO 21 [733] -2015-03-11 01:11:26 queue INFO >21 [734] -2015-03-11 01:11:27 sendUrl INFO 21 [733] R:OK -2015-03-11 01:11:27 sendUrl INFO 21 [734] R:OK -2015-03-11 01:12:16 queue INFO >>21 [735] -2015-03-11 01:12:16 sendUrl INFO 21 [735] R:OK -2015-03-11 01:13:06 queue INFO >>21 [736] -2015-03-11 01:13:07 sendUrl INFO 21 [736] R:OK -2015-03-11 01:13:56 queue INFO >>21 [737] -2015-03-11 01:13:57 sendUrl INFO 21 [737] R:OK -2015-03-11 01:14:47 queue INFO >>21 [738] -2015-03-11 01:14:47 sendUrl INFO 21 [738] R:OK -2015-03-11 01:15:37 queue INFO >>21 [739] -2015-03-11 01:15:37 sendUrl INFO 21 [739] R:OK -2015-03-11 01:16:27 queue INFO >>21 [740] -2015-03-11 01:16:27 sendUrl INFO 21 [740] R:OK -2015-03-11 01:16:48 queue INFO 1 [741] -2015-03-11 01:16:48 queue INFO >1 [742] -2015-03-11 01:16:48 sendUrl INFO 1 [741] R:OK -2015-03-11 01:16:49 sendUrl INFO 1 [742] R:OK -2015-03-11 01:16:59 queue INFO 5 [743] -2015-03-11 01:16:59 queue INFO >5 [744] -2015-03-11 01:16:59 sendUrl INFO 5 [743] R:OK -2015-03-11 01:17:00 sendUrl INFO 5 [744] R:OK -2015-03-11 01:17:00 queue INFO 1 [745] -2015-03-11 01:17:01 queue INFO >1 [746] -2015-03-11 01:17:01 sendUrl INFO 1 [745] R:OK -2015-03-11 01:17:01 sendUrl INFO 1 [746] R:OK -2015-03-11 01:17:51 queue INFO >>1 [747] -2015-03-11 01:17:51 sendUrl INFO 1 [747] R:OK -2015-03-11 01:18:41 queue INFO >>1 [748] -2015-03-11 01:18:41 sendUrl INFO 1 [748] R:OK -2015-03-11 01:19:31 queue INFO >>1 [749] -2015-03-11 01:19:31 sendUrl INFO 1 [749] R:OK -2015-03-11 01:20:21 queue INFO >>1 [750] -2015-03-11 01:20:22 sendUrl INFO 1 [750] R:OK -2015-03-11 01:21:11 queue INFO >>1 [751] -2015-03-11 01:21:11 sendUrl INFO 1 [751] R:OK -2015-03-11 01:22:01 queue INFO >>1 [752] -2015-03-11 01:22:02 sendUrl INFO 1 [752] R:OK -2015-03-11 01:22:52 queue INFO >>1 [753] -2015-03-11 01:22:52 sendUrl INFO 1 [753] R:OK -2015-03-11 01:23:42 queue INFO >>1 [754] -2015-03-11 01:23:42 sendUrl INFO 1 [754] R:OK -2015-03-11 01:24:32 queue INFO >>1 [755] -2015-03-11 01:24:32 sendUrl INFO 1 [755] R:OK -2015-03-11 01:25:22 queue INFO >>1 [756] -2015-03-11 01:25:22 sendUrl INFO 1 [756] R:OK -2015-03-11 01:26:12 queue INFO >>1 [757] -2015-03-11 01:26:12 sendUrl INFO 1 [757] R:OK -2015-03-11 01:26:42 queue INFO 21 [758] -2015-03-11 01:26:42 queue INFO >21 [759] -2015-03-11 01:26:42 sendUrl INFO 21 [758] R:OK -2015-03-11 01:26:43 sendUrl INFO 21 [759] R:OK -2015-03-11 01:26:54 queue INFO 1 [760] -2015-03-11 01:26:55 queue INFO >1 [761] -2015-03-11 01:26:55 sendUrl INFO 1 [760] R:OK -2015-03-11 01:26:55 sendUrl INFO 1 [761] R:OK -2015-03-11 01:27:24 queue INFO 5 [762] -2015-03-11 01:27:25 queue INFO >5 [763] -2015-03-11 01:27:25 sendUrl INFO 5 [762] R:OK -2015-03-11 01:27:25 sendUrl INFO 5 [763] R:OK -2015-03-11 01:27:26 queue INFO 1 [764] -2015-03-11 01:27:26 queue INFO >1 [765] -2015-03-11 01:27:26 sendUrl INFO 1 [764] R:OK -2015-03-11 01:27:27 sendUrl INFO 1 [765] R:OK -2015-03-11 01:28:16 queue INFO >>1 [766] -2015-03-11 01:28:17 sendUrl INFO 1 [766] R:OK -2015-03-11 01:28:55 queue INFO 3 [767] -2015-03-11 01:28:56 queue INFO >3 [768] -2015-03-11 01:28:56 sendUrl INFO 3 [767] R:OK -2015-03-11 01:28:56 sendUrl INFO 3 [768] R:OK -2015-03-11 01:29:46 queue INFO >>3 [769] -2015-03-11 01:29:46 sendUrl INFO 3 [769] R:OK -2015-03-11 01:30:36 queue INFO >>3 [770] -2015-03-11 01:30:36 sendUrl INFO 3 [770] R:OK -2015-03-11 01:31:26 queue INFO >>3 [771] -2015-03-11 01:31:26 sendUrl INFO 3 [771] R:OK -2015-03-11 01:32:16 queue INFO >>3 [772] -2015-03-11 01:32:16 sendUrl INFO 3 [772] R:OK -2015-03-11 01:33:06 queue INFO >>3 [773] -2015-03-11 01:33:07 sendUrl INFO 3 [773] R:OK -2015-03-11 01:33:56 queue INFO >>3 [774] -2015-03-11 01:33:56 sendUrl INFO 3 [774] R:OK -2015-03-11 01:34:47 queue INFO >>3 [775] -2015-03-11 01:34:47 sendUrl INFO 3 [775] R:OK -2015-03-11 01:35:37 queue INFO >>3 [776] -2015-03-11 01:35:37 queue INFO 7 [777] -2015-03-11 01:35:37 queue INFO >7 [778] -2015-03-11 01:35:37 sendUrl INFO 3 [776] R:OK -2015-03-11 01:35:38 sendUrl INFO 7 [777] R:OK -2015-03-11 01:35:38 sendUrl INFO 7 [778] R:OK -2015-03-11 01:35:38 queue INFO 3 [779] -2015-03-11 01:35:39 sendUrl INFO 3 [779] R:OK -2015-03-11 01:35:39 queue INFO >3 [780] -2015-03-11 01:35:39 sendUrl INFO 3 [780] R:OK -2015-03-11 01:36:29 queue INFO >>3 [781] -2015-03-11 01:36:29 sendUrl INFO 3 [781] R:OK -2015-03-11 01:37:19 queue INFO >>3 [782] -2015-03-11 01:37:19 sendUrl INFO 3 [782] R:OK -2015-03-11 01:38:09 queue INFO >>3 [783] -2015-03-11 01:38:09 sendUrl INFO 3 [783] R:OK -2015-03-11 01:38:59 queue INFO >>3 [784] -2015-03-11 01:38:59 sendUrl INFO 3 [784] R:OK -2015-03-11 01:39:49 queue INFO >>3 [785] -2015-03-11 01:39:50 sendUrl INFO 3 [785] R:OK -2015-03-11 01:40:39 queue INFO >>3 [786] -2015-03-11 01:40:40 sendUrl INFO 3 [786] R:OK -2015-03-11 01:41:30 queue INFO >>3 [787] -2015-03-11 01:41:30 sendUrl INFO 3 [787] R:OK -2015-03-11 01:42:20 queue INFO >>3 [788] -2015-03-11 01:42:20 sendUrl INFO 3 [788] R:OK -2015-03-11 01:43:10 queue INFO >>3 [789] -2015-03-11 01:43:10 sendUrl INFO 3 [789] R:OK -2015-03-11 01:43:48 queue INFO 7 [790] -2015-03-11 01:43:49 queue INFO >7 [791] -2015-03-11 01:43:49 sendUrl INFO 7 [790] R:OK -2015-03-11 01:43:49 sendUrl INFO 7 [791] R:OK -2015-03-11 01:43:50 queue INFO 3 [792] -2015-03-11 01:43:50 queue INFO >3 [793] -2015-03-11 01:43:50 sendUrl INFO 3 [792] R:OK -2015-03-11 01:43:51 sendUrl INFO 3 [793] R:OK -2015-03-11 01:44:40 queue INFO >>3 [794] -2015-03-11 01:44:40 sendUrl INFO 3 [794] R:OK -2015-03-11 01:45:30 queue INFO >>3 [795] -2015-03-11 01:45:31 sendUrl INFO 3 [795] R:OK -2015-03-11 01:46:20 queue INFO >>3 [796] -2015-03-11 01:46:21 sendUrl INFO 3 [796] R:OK -2015-03-11 01:47:11 queue INFO >>3 [797] -2015-03-11 01:47:11 sendUrl INFO 3 [797] R:OK -2015-03-11 01:48:01 queue INFO >>3 [798] -2015-03-11 01:48:01 sendUrl INFO 3 [798] R:OK -2015-03-11 01:48:51 queue INFO >>3 [799] -2015-03-11 01:48:51 sendUrl INFO 3 [799] R:OK -2015-03-11 01:49:41 queue INFO >>3 [800] -2015-03-11 01:49:41 sendUrl INFO 3 [800] R:OK -2015-03-11 01:50:31 queue INFO >>3 [801] -2015-03-11 01:50:32 sendUrl INFO 3 [801] R:OK -2015-03-11 01:51:21 queue INFO >>3 [802] -2015-03-11 01:51:22 sendUrl INFO 3 [802] R:OK -2015-03-11 01:52:00 queue INFO 7 [803] -2015-03-11 01:52:00 queue INFO >7 [804] -2015-03-11 01:52:00 sendUrl INFO 7 [803] R:OK -2015-03-11 01:52:01 sendUrl INFO 7 [804] R:OK -2015-03-11 01:52:01 queue INFO 3 [805] -2015-03-11 01:52:02 sendUrl INFO 3 [805] R:OK -2015-03-11 01:52:02 queue INFO >3 [806] -2015-03-11 01:52:02 sendUrl INFO 3 [806] R:OK -2015-03-11 01:52:52 queue INFO >>3 [807] -2015-03-11 01:52:52 sendUrl INFO 3 [807] R:OK -2015-03-11 01:53:42 queue INFO >>3 [808] -2015-03-11 01:53:42 sendUrl INFO 3 [808] R:OK -2015-03-11 01:54:32 queue INFO >>3 [809] -2015-03-11 01:54:32 sendUrl INFO 3 [809] R:OK -2015-03-11 01:55:22 queue INFO >>3 [810] -2015-03-11 01:55:22 sendUrl INFO 3 [810] R:OK -2015-03-11 01:56:12 queue INFO >>3 [811] -2015-03-11 01:56:12 sendUrl INFO 3 [811] R:OK -2015-03-11 01:57:02 queue INFO >>3 [812] -2015-03-11 01:57:03 sendUrl INFO 3 [812] R:OK -2015-03-11 01:57:52 queue INFO >>3 [813] -2015-03-11 01:57:53 sendUrl INFO 3 [813] R:OK -2015-03-11 01:58:43 queue INFO >>3 [814] -2015-03-11 01:58:43 sendUrl INFO 3 [814] R:OK -2015-03-11 01:59:33 queue INFO >>3 [815] -2015-03-11 01:59:33 sendUrl INFO 3 [815] R:OK -2015-03-11 02:00:12 queue INFO 7 [816] -2015-03-11 02:00:13 queue INFO >7 [817] -2015-03-11 02:00:13 sendUrl INFO 7 [816] R:OK -2015-03-11 02:00:13 sendUrl INFO 7 [817] R:OK -2015-03-11 02:00:14 queue INFO 3 [818] -2015-03-11 02:00:14 queue INFO >3 [819] -2015-03-11 02:00:14 sendUrl INFO 3 [818] R:OK -2015-03-11 02:00:15 sendUrl INFO 3 [819] R:OK -2015-03-11 02:01:04 queue INFO >>3 [820] -2015-03-11 02:01:04 sendUrl INFO 3 [820] R:OK -2015-03-11 02:01:54 queue INFO >>3 [821] -2015-03-11 02:01:55 sendUrl INFO 3 [821] R:OK -2015-03-11 02:02:44 queue INFO >>3 [822] -2015-03-11 02:02:45 sendUrl INFO 3 [822] R:OK -2015-03-11 02:03:35 queue INFO >>3 [823] -2015-03-11 02:03:35 sendUrl INFO 3 [823] R:OK -2015-03-11 02:04:25 queue INFO >>3 [824] -2015-03-11 02:04:25 sendUrl INFO 3 [824] R:OK -2015-03-11 02:05:15 queue INFO >>3 [825] -2015-03-11 02:05:15 sendUrl INFO 3 [825] R:OK -2015-03-11 02:06:05 queue INFO >>3 [826] -2015-03-11 02:06:05 sendUrl INFO 3 [826] R:OK -2015-03-11 02:06:55 queue INFO >>3 [827] -2015-03-11 02:06:56 sendUrl INFO 3 [827] R:OK -2015-03-11 02:07:45 queue INFO >>3 [828] -2015-03-11 02:07:46 sendUrl INFO 3 [828] R:OK -2015-03-11 02:08:24 queue INFO 7 [829] -2015-03-11 02:08:24 queue INFO >7 [830] -2015-03-11 02:08:25 sendUrl INFO 7 [829] R:OK -2015-03-11 02:08:25 sendUrl INFO 7 [830] R:OK -2015-03-11 02:08:26 queue INFO 3 [831] -2015-03-11 02:08:26 queue INFO >3 [832] -2015-03-11 02:08:26 sendUrl INFO 3 [831] R:OK -2015-03-11 02:08:27 sendUrl INFO 3 [832] R:OK -2015-03-11 02:09:16 queue INFO >>3 [833] -2015-03-11 02:09:16 sendUrl INFO 3 [833] R:OK -2015-03-11 02:10:06 queue INFO >>3 [834] -2015-03-11 02:10:06 sendUrl INFO 3 [834] R:OK -2015-03-11 02:10:56 queue INFO >>3 [835] -2015-03-11 02:10:57 sendUrl INFO 3 [835] R:OK -2015-03-11 02:11:46 queue INFO >>3 [836] -2015-03-11 02:11:46 sendUrl INFO 3 [836] R:OK -2015-03-11 02:12:36 queue INFO >>3 [837] -2015-03-11 02:12:37 sendUrl INFO 3 [837] R:OK -2015-03-11 02:13:27 queue INFO >>3 [838] -2015-03-11 02:13:27 sendUrl INFO 3 [838] R:OK -2015-03-11 02:14:17 queue INFO >>3 [839] -2015-03-11 02:14:17 sendUrl INFO 3 [839] R:OK -2015-03-11 02:15:07 queue INFO >>3 [840] -2015-03-11 02:15:07 sendUrl INFO 3 [840] R:OK -2015-03-11 02:15:57 queue INFO >>3 [841] -2015-03-11 02:15:58 sendUrl INFO 3 [841] R:OK -2015-03-11 02:16:36 queue INFO 7 [842] -2015-03-11 02:16:36 queue INFO >7 [843] -2015-03-11 02:16:36 sendUrl INFO 7 [842] R:OK -2015-03-11 02:16:37 sendUrl INFO 7 [843] R:OK -2015-03-11 02:16:38 queue INFO 3 [844] -2015-03-11 02:16:38 queue INFO >3 [845] -2015-03-11 02:16:38 sendUrl INFO 3 [844] R:OK -2015-03-11 02:16:38 sendUrl INFO 3 [845] R:OK -2015-03-11 02:17:28 queue INFO >>3 [846] -2015-03-11 02:17:28 sendUrl INFO 3 [846] R:OK -2015-03-11 02:18:18 queue INFO >>3 [847] -2015-03-11 02:18:18 sendUrl INFO 3 [847] R:OK -2015-03-11 02:19:08 queue INFO >>3 [848] -2015-03-11 02:19:08 sendUrl INFO 3 [848] R:OK -2015-03-11 02:19:58 queue INFO >>3 [849] -2015-03-11 02:19:59 sendUrl INFO 3 [849] R:OK -2015-03-11 02:20:48 queue INFO >>3 [850] -2015-03-11 02:20:49 sendUrl INFO 3 [850] R:OK -2015-03-11 02:21:38 queue INFO >>3 [851] -2015-03-11 02:21:39 sendUrl INFO 3 [851] R:OK -2015-03-11 02:22:29 queue INFO >>3 [852] -2015-03-11 02:22:29 sendUrl INFO 3 [852] R:OK -2015-03-11 02:23:19 queue INFO >>3 [853] -2015-03-11 02:23:19 sendUrl INFO 3 [853] R:OK -2015-03-11 02:24:09 queue INFO >>3 [854] -2015-03-11 02:24:09 sendUrl INFO 3 [854] R:OK -2015-03-11 02:24:48 queue INFO 7 [855] -2015-03-11 02:24:49 queue INFO >7 [856] -2015-03-11 02:24:49 sendUrl INFO 7 [855] R:OK -2015-03-11 02:24:49 sendUrl INFO 7 [856] R:OK -2015-03-11 02:24:50 queue INFO 3 [857] -2015-03-11 02:24:50 sendUrl INFO 3 [857] R:OK -2015-03-11 02:24:50 queue INFO >3 [858] -2015-03-11 02:24:51 sendUrl INFO 3 [858] R:OK -2015-03-11 02:25:40 queue INFO >>3 [859] -2015-03-11 02:25:40 sendUrl INFO 3 [859] R:OK -2015-03-11 02:26:30 queue INFO >>3 [860] -2015-03-11 02:26:31 sendUrl INFO 3 [860] R:OK -2015-03-11 02:27:20 queue INFO >>3 [861] -2015-03-11 02:27:21 sendUrl INFO 3 [861] R:OK -2015-03-11 02:28:10 queue INFO >>3 [862] -2015-03-11 02:28:11 sendUrl INFO 3 [862] R:OK -2015-03-11 02:29:01 queue INFO >>3 [863] -2015-03-11 02:29:01 sendUrl INFO 3 [863] R:OK -2015-03-11 02:29:51 queue INFO >>3 [864] -2015-03-11 02:29:51 sendUrl INFO 3 [864] R:OK -2015-03-11 02:30:41 queue INFO >>3 [865] -2015-03-11 02:30:41 sendUrl INFO 3 [865] R:OK -2015-03-11 02:31:31 queue INFO >>3 [866] -2015-03-11 02:31:31 sendUrl INFO 3 [866] R:OK -2015-03-11 02:32:21 queue INFO >>3 [867] -2015-03-11 02:32:22 sendUrl INFO 3 [867] R:OK -2015-03-11 02:33:00 queue INFO 7 [868] -2015-03-11 02:33:00 queue INFO >7 [869] -2015-03-11 02:33:00 sendUrl INFO 7 [868] R:OK -2015-03-11 02:33:01 sendUrl INFO 7 [869] R:OK -2015-03-11 02:33:02 queue INFO 3 [870] -2015-03-11 02:33:02 queue INFO >3 [871] -2015-03-11 02:33:02 sendUrl INFO 3 [870] R:OK -2015-03-11 02:33:02 sendUrl INFO 3 [871] R:OK -2015-03-11 02:33:52 queue INFO >>3 [872] -2015-03-11 02:33:52 sendUrl INFO 3 [872] R:OK -2015-03-11 02:34:42 queue INFO >>3 [873] -2015-03-11 02:34:42 sendUrl INFO 3 [873] R:OK -2015-03-11 02:35:32 queue INFO >>3 [874] -2015-03-11 02:35:32 sendUrl INFO 3 [874] R:OK -2015-03-11 02:36:22 queue INFO >>3 [875] -2015-03-11 02:36:23 sendUrl INFO 3 [875] R:OK -2015-03-11 02:37:12 queue INFO >>3 [876] -2015-03-11 02:37:13 sendUrl INFO 3 [876] R:OK -2015-03-11 02:38:02 queue INFO >>3 [877] -2015-03-11 02:38:03 sendUrl INFO 3 [877] R:OK -2015-03-11 02:38:53 queue INFO >>3 [878] -2015-03-11 02:38:53 sendUrl INFO 3 [878] R:OK -2015-03-11 02:39:43 queue INFO >>3 [879] -2015-03-11 02:39:43 sendUrl INFO 3 [879] R:OK -2015-03-11 02:40:33 queue INFO >>3 [880] -2015-03-11 02:40:33 sendUrl INFO 3 [880] R:OK -2015-03-11 02:41:11 queue INFO 7 [881] -2015-03-11 02:41:12 queue INFO >7 [882] -2015-03-11 02:41:12 sendUrl INFO 7 [881] R:OK -2015-03-11 02:41:12 sendUrl INFO 7 [882] R:OK -2015-03-11 02:41:13 queue INFO 3 [883] -2015-03-11 02:41:13 sendUrl INFO 3 [883] R:OK -2015-03-11 02:41:13 queue INFO >3 [884] -2015-03-11 02:41:14 sendUrl INFO 3 [884] R:OK -2015-03-11 02:42:03 queue INFO >>3 [885] -2015-03-11 02:42:03 sendUrl INFO 3 [885] R:OK -2015-03-11 02:42:53 queue INFO >>3 [886] -2015-03-11 02:42:54 sendUrl INFO 3 [886] R:OK -2015-03-11 02:43:44 queue INFO >>3 [887] -2015-03-11 02:43:44 sendUrl INFO 3 [887] R:OK -2015-03-11 02:44:34 queue INFO >>3 [888] -2015-03-11 02:44:34 sendUrl INFO 3 [888] R:OK -2015-03-11 02:45:24 queue INFO >>3 [889] -2015-03-11 02:45:24 sendUrl INFO 3 [889] R:OK -2015-03-11 02:46:14 queue INFO >>3 [890] -2015-03-11 02:46:14 sendUrl INFO 3 [890] R:OK -2015-03-11 02:47:04 queue INFO >>3 [891] -2015-03-11 02:47:04 sendUrl INFO 3 [891] R:OK -2015-03-11 02:47:54 queue INFO >>3 [892] -2015-03-11 02:47:55 sendUrl INFO 3 [892] R:OK -2015-03-11 02:48:44 queue INFO >>3 [893] -2015-03-11 02:48:45 sendUrl INFO 3 [893] R:OK -2015-03-11 02:49:24 queue INFO 7 [894] -2015-03-11 02:49:24 queue INFO >7 [895] -2015-03-11 02:49:24 sendUrl INFO 7 [894] R:OK -2015-03-11 02:49:25 sendUrl INFO 7 [895] R:OK -2015-03-11 02:49:26 queue INFO 3 [896] -2015-03-11 02:49:26 queue INFO >3 [897] -2015-03-11 02:49:26 sendUrl INFO 3 [896] R:OK -2015-03-11 02:49:26 sendUrl INFO 3 [897] R:OK -2015-03-11 02:50:16 queue INFO >>3 [898] -2015-03-11 02:50:16 sendUrl INFO 3 [898] R:OK -2015-03-11 02:51:06 queue INFO >>3 [899] -2015-03-11 02:51:06 sendUrl INFO 3 [899] R:OK -2015-03-11 02:51:56 queue INFO >>3 [900] -2015-03-11 02:51:56 sendUrl INFO 3 [900] R:OK -2015-03-11 02:52:46 queue INFO >>3 [901] -2015-03-11 02:52:47 sendUrl INFO 3 [901] R:OK -2015-03-11 02:53:36 queue INFO >>3 [902] -2015-03-11 02:53:37 sendUrl INFO 3 [902] R:OK -2015-03-11 02:54:26 queue INFO >>3 [903] -2015-03-11 02:54:27 sendUrl INFO 3 [903] R:OK -2015-03-11 02:55:17 queue INFO >>3 [904] -2015-03-11 02:55:17 sendUrl INFO 3 [904] R:OK -2015-03-11 02:56:07 queue INFO >>3 [905] -2015-03-11 02:56:07 sendUrl INFO 3 [905] R:OK -2015-03-11 02:56:57 queue INFO >>3 [906] -2015-03-11 02:56:57 sendUrl INFO 3 [906] R:OK -2015-03-11 02:57:36 queue INFO 7 [907] -2015-03-11 02:57:36 queue INFO >7 [908] -2015-03-11 02:57:36 sendUrl INFO 7 [907] R:OK -2015-03-11 02:57:37 sendUrl INFO 7 [908] R:OK -2015-03-11 02:57:37 queue INFO 3 [909] -2015-03-11 02:57:37 queue INFO >3 [910] -2015-03-11 02:57:38 sendUrl INFO 3 [909] R:OK -2015-03-11 02:57:38 sendUrl INFO 3 [910] R:OK -2015-03-11 02:58:27 queue INFO >>3 [911] -2015-03-11 02:58:28 sendUrl INFO 3 [911] R:OK -2015-03-11 02:59:18 queue INFO >>3 [912] -2015-03-11 02:59:18 sendUrl INFO 3 [912] R:OK -2015-03-11 03:00:08 queue INFO >>3 [913] -2015-03-11 03:00:08 sendUrl INFO 3 [913] R:OK -2015-03-11 03:00:58 queue INFO >>3 [914] -2015-03-11 03:00:58 sendUrl INFO 3 [914] R:OK -2015-03-11 03:01:48 queue INFO >>3 [915] -2015-03-11 03:01:48 sendUrl INFO 3 [915] R:OK -2015-03-11 03:02:38 queue INFO >>3 [916] -2015-03-11 03:02:39 sendUrl INFO 3 [916] R:OK -2015-03-11 03:03:28 queue INFO >>3 [917] -2015-03-11 03:03:28 sendUrl INFO 3 [917] R:OK -2015-03-11 03:04:18 queue INFO >>3 [918] -2015-03-11 03:04:19 sendUrl INFO 3 [918] R:OK -2015-03-11 03:05:09 queue INFO >>3 [919] -2015-03-11 03:05:09 sendUrl INFO 3 [919] R:OK -2015-03-11 03:05:48 queue INFO 7 [920] -2015-03-11 03:05:48 queue INFO >7 [921] -2015-03-11 03:05:48 sendUrl INFO 7 [920] R:OK -2015-03-11 03:05:48 sendUrl INFO 7 [921] R:OK -2015-03-11 03:05:49 queue INFO 3 [922] -2015-03-11 03:05:49 queue INFO >3 [923] -2015-03-11 03:05:49 sendUrl INFO 3 [922] R:OK -2015-03-11 03:05:50 sendUrl INFO 3 [923] R:OK -2015-03-11 03:06:39 queue INFO >>3 [924] -2015-03-11 03:06:40 sendUrl INFO 3 [924] R:OK -2015-03-11 03:07:29 queue INFO >>3 [925] -2015-03-11 03:07:30 sendUrl INFO 3 [925] R:OK -2015-03-11 03:08:20 queue INFO >>3 [926] -2015-03-11 03:08:20 sendUrl INFO 3 [926] R:OK -2015-03-11 03:09:10 queue INFO >>3 [927] -2015-03-11 03:09:10 sendUrl INFO 3 [927] R:OK -2015-03-11 03:10:00 queue INFO >>3 [928] -2015-03-11 03:10:00 sendUrl INFO 3 [928] R:OK -2015-03-11 03:10:50 queue INFO >>3 [929] -2015-03-11 03:10:50 sendUrl INFO 3 [929] R:OK -2015-03-11 03:11:40 queue INFO >>3 [930] -2015-03-11 03:11:41 sendUrl INFO 3 [930] R:OK -2015-03-11 03:12:30 queue INFO >>3 [931] -2015-03-11 03:12:31 sendUrl INFO 3 [931] R:OK -2015-03-11 03:13:21 queue INFO >>3 [932] -2015-03-11 03:13:21 sendUrl INFO 3 [932] R:OK -2015-03-11 03:14:00 queue INFO 7 [933] -2015-03-11 03:14:00 queue INFO >7 [934] -2015-03-11 03:14:01 sendUrl INFO 7 [933] R:OK -2015-03-11 03:14:01 sendUrl INFO 7 [934] R:OK -2015-03-11 03:14:02 queue INFO 3 [935] -2015-03-11 03:14:02 queue INFO >3 [936] -2015-03-11 03:14:02 sendUrl INFO 3 [935] R:OK -2015-03-11 03:14:03 sendUrl INFO 3 [936] R:OK -2015-03-11 03:14:52 queue INFO >>3 [937] -2015-03-11 03:14:52 sendUrl INFO 3 [937] R:OK -2015-03-11 03:15:42 queue INFO >>3 [938] -2015-03-11 03:15:42 sendUrl INFO 3 [938] R:OK -2015-03-11 03:16:32 queue INFO >>3 [939] -2015-03-11 03:16:33 sendUrl INFO 3 [939] R:OK -2015-03-11 03:17:22 queue INFO >>3 [940] -2015-03-11 03:17:22 sendUrl INFO 3 [940] R:OK -2015-03-11 03:18:12 queue INFO >>3 [941] -2015-03-11 03:18:13 sendUrl INFO 3 [941] R:OK -2015-03-11 03:19:03 queue INFO >>3 [942] -2015-03-11 03:19:03 sendUrl INFO 3 [942] R:OK -2015-03-11 03:19:53 queue INFO >>3 [943] -2015-03-11 03:19:53 sendUrl INFO 3 [943] R:OK -2015-03-11 03:20:43 queue INFO >>3 [944] -2015-03-11 03:20:43 sendUrl INFO 3 [944] R:OK -2015-03-11 03:21:33 queue INFO >>3 [945] -2015-03-11 03:21:33 sendUrl INFO 3 [945] R:OK -2015-03-11 03:22:12 queue INFO 7 [946] -2015-03-11 03:22:12 queue INFO >7 [947] -2015-03-11 03:22:12 sendUrl INFO 7 [946] R:OK -2015-03-11 03:22:12 sendUrl INFO 7 [947] R:OK -2015-03-11 03:22:13 queue INFO 3 [948] -2015-03-11 03:22:13 queue INFO >3 [949] -2015-03-11 03:22:13 sendUrl INFO 3 [948] R:OK -2015-03-11 03:22:14 sendUrl INFO 3 [949] R:OK -2015-03-11 03:23:03 queue INFO >>3 [950] -2015-03-11 03:23:04 sendUrl INFO 3 [950] R:OK -2015-03-11 03:23:53 queue INFO >>3 [951] -2015-03-11 03:23:54 sendUrl INFO 3 [951] R:OK -2015-03-11 03:24:43 queue INFO >>3 [952] -2015-03-11 03:24:44 sendUrl INFO 3 [952] R:OK -2015-03-11 03:25:34 queue INFO >>3 [953] -2015-03-11 03:25:34 sendUrl INFO 3 [953] R:OK -2015-03-11 03:26:24 queue INFO >>3 [954] -2015-03-11 03:26:24 sendUrl INFO 3 [954] R:OK -2015-03-11 03:27:14 queue INFO >>3 [955] -2015-03-11 03:27:14 sendUrl INFO 3 [955] R:OK -2015-03-11 03:28:04 queue INFO >>3 [956] -2015-03-11 03:28:04 sendUrl INFO 3 [956] R:OK -2015-03-11 03:28:54 queue INFO >>3 [957] -2015-03-11 03:28:55 sendUrl INFO 3 [957] R:OK -2015-03-11 03:29:44 queue INFO >>3 [958] -2015-03-11 03:29:45 sendUrl INFO 3 [958] R:OK -2015-03-11 03:30:23 queue INFO 7 [959] -2015-03-11 03:30:23 queue INFO >7 [960] -2015-03-11 03:30:24 sendUrl INFO 7 [959] R:OK -2015-03-11 03:30:24 sendUrl INFO 7 [960] R:OK -2015-03-11 03:30:25 queue INFO 3 [961] -2015-03-11 03:30:25 queue INFO >3 [962] -2015-03-11 03:30:25 sendUrl INFO 3 [961] R:OK -2015-03-11 03:30:26 sendUrl INFO 3 [962] R:OK -2015-03-11 03:31:15 queue INFO >>3 [963] -2015-03-11 03:31:15 sendUrl INFO 3 [963] R:OK -2015-03-11 03:32:05 queue INFO >>3 [964] -2015-03-11 03:32:05 sendUrl INFO 3 [964] R:OK -2015-03-11 03:32:55 queue INFO >>3 [965] -2015-03-11 03:32:56 sendUrl INFO 3 [965] R:OK -2015-03-11 03:33:45 queue INFO >>3 [966] -2015-03-11 03:33:45 sendUrl INFO 3 [966] R:OK -2015-03-11 03:34:35 queue INFO >>3 [967] -2015-03-11 03:34:36 sendUrl INFO 3 [967] R:OK -2015-03-11 03:35:26 queue INFO >>3 [968] -2015-03-11 03:35:26 sendUrl INFO 3 [968] R:OK -2015-03-11 03:36:11 queue INFO 1 [969] -2015-03-11 03:36:11 queue INFO >1 [970] -2015-03-11 03:36:11 sendUrl INFO 1 [969] R:OK -2015-03-11 03:36:11 sendUrl INFO 1 [970] R:OK -2015-03-11 03:37:01 queue INFO >>1 [971] -2015-03-11 03:37:01 sendUrl INFO 1 [971] R:OK -2015-03-11 03:37:51 queue INFO >>1 [972] -2015-03-11 03:37:51 sendUrl INFO 1 [972] R:OK -2015-03-11 03:38:41 queue INFO >>1 [973] -2015-03-11 03:38:41 sendUrl INFO 1 [973] R:OK -2015-03-11 03:39:11 queue INFO 21 [974] -2015-03-11 03:39:11 queue INFO >21 [975] -2015-03-11 03:39:11 sendUrl INFO 21 [974] R:OK -2015-03-11 03:39:12 sendUrl INFO 21 [975] R:OK -2015-03-11 03:40:01 queue INFO >>21 [976] -2015-03-11 03:40:01 sendUrl INFO 21 [976] R:OK -2015-03-11 03:40:51 queue INFO >>21 [977] -2015-03-11 03:40:51 sendUrl INFO 21 [977] R:OK -2015-03-11 03:41:41 queue INFO >>21 [978] -2015-03-11 03:41:42 sendUrl INFO 21 [978] R:OK -2015-03-11 03:42:31 queue INFO >>21 [979] -2015-03-11 03:42:31 sendUrl INFO 21 [979] R:OK -2015-03-11 03:43:21 queue INFO >>21 [980] -2015-03-11 03:43:22 sendUrl INFO 21 [980] R:OK -2015-03-11 03:44:12 queue INFO >>21 [981] -2015-03-11 03:44:12 sendUrl INFO 21 [981] R:OK -2015-03-11 03:45:02 queue INFO >>21 [982] -2015-03-11 03:45:02 sendUrl INFO 21 [982] R:OK -2015-03-11 03:45:52 queue INFO >>21 [983] -2015-03-11 03:45:52 sendUrl INFO 21 [983] R:OK -2015-03-11 03:46:42 queue INFO >>21 [984] -2015-03-11 03:46:43 sendUrl INFO 21 [984] R:OK -2015-03-11 03:46:44 queue INFO 1 [985] -2015-03-11 03:46:44 queue INFO >1 [986] -2015-03-11 03:46:44 sendUrl INFO 1 [985] R:OK -2015-03-11 03:46:45 sendUrl INFO 1 [986] R:OK -2015-03-11 03:47:05 queue INFO 5 [987] -2015-03-11 03:47:05 queue INFO >5 [988] -2015-03-11 03:47:05 sendUrl INFO 5 [987] R:OK -2015-03-11 03:47:05 sendUrl INFO 5 [988] R:OK -2015-03-11 03:47:06 queue INFO 1 [989] -2015-03-11 03:47:06 sendUrl INFO 1 [989] R:OK -2015-03-11 03:47:06 queue INFO >1 [990] -2015-03-11 03:47:07 sendUrl INFO 1 [990] R:OK -2015-03-11 03:47:56 queue INFO >>1 [991] -2015-03-11 03:47:57 sendUrl INFO 1 [991] R:OK -2015-03-11 03:48:36 queue INFO 3 [992] -2015-03-11 03:48:36 queue INFO >3 [993] -2015-03-11 03:48:36 sendUrl INFO 3 [992] R:OK -2015-03-11 03:48:36 sendUrl INFO 3 [993] R:OK -2015-03-11 03:49:26 queue INFO >>3 [994] -2015-03-11 03:49:26 sendUrl INFO 3 [994] R:OK -2015-03-11 03:50:16 queue INFO >>3 [995] -2015-03-11 03:50:16 sendUrl INFO 3 [995] R:OK -2015-03-11 03:51:06 queue INFO >>3 [996] -2015-03-11 03:51:06 sendUrl INFO 3 [996] R:OK -2015-03-11 03:51:56 queue INFO >>3 [997] -2015-03-11 03:51:57 sendUrl INFO 3 [997] R:OK -2015-03-11 03:52:46 queue INFO >>3 [998] -2015-03-11 03:52:46 sendUrl INFO 3 [998] R:OK -2015-03-11 03:53:37 queue INFO >>3 [999] -2015-03-11 03:53:37 sendUrl INFO 3 [999] R:OK -2015-03-11 03:54:27 queue INFO >>3 [0] -2015-03-11 03:54:27 sendUrl INFO 3 [0] R:OK -2015-03-11 03:55:17 queue INFO 7 [1] -2015-03-11 03:55:17 sendUrl INFO 7 [1] R:OK -2015-03-11 03:55:17 queue INFO >7 [2] -2015-03-11 03:55:17 sendUrl INFO 7 [2] R:OK -2015-03-11 03:55:18 queue INFO 3 [3] -2015-03-11 03:55:19 queue INFO >3 [4] -2015-03-11 03:55:19 sendUrl INFO 3 [3] R:OK -2015-03-11 03:55:20 sendUrl INFO 3 [4] R:OK -2015-03-11 03:56:09 queue INFO >>3 [5] -2015-03-11 03:56:09 sendUrl INFO 3 [5] R:OK -2015-03-11 03:56:59 queue INFO >>3 [6] -2015-03-11 03:56:59 sendUrl INFO 3 [6] R:OK -2015-03-11 03:57:49 queue INFO >>3 [7] -2015-03-11 03:57:49 sendUrl INFO 3 [7] R:OK -2015-03-11 03:58:39 queue INFO >>3 [8] -2015-03-11 03:58:39 sendUrl INFO 3 [8] R:OK -2015-03-11 03:59:29 queue INFO >>3 [9] -2015-03-11 03:59:30 sendUrl INFO 3 [9] R:OK -2015-03-11 04:00:19 queue INFO >>3 [10] -2015-03-11 04:00:19 sendUrl INFO 3 [10] R:OK -2015-03-11 04:01:10 queue INFO >>3 [11] -2015-03-11 04:01:10 sendUrl INFO 3 [11] R:OK -2015-03-11 04:02:00 queue INFO >>3 [12] -2015-03-11 04:02:00 sendUrl INFO 3 [12] R:OK -2015-03-11 04:02:50 queue INFO >>3 [13] -2015-03-11 04:02:50 sendUrl INFO 3 [13] R:OK -2015-03-11 04:03:29 queue INFO 7 [14] -2015-03-11 04:03:29 queue INFO >7 [15] -2015-03-11 04:03:29 sendUrl INFO 7 [14] R:OK -2015-03-11 04:03:29 sendUrl INFO 7 [15] R:OK -2015-03-11 04:03:30 queue INFO 3 [16] -2015-03-11 04:03:30 sendUrl INFO 3 [16] R:OK -2015-03-11 04:03:30 queue INFO >3 [17] -2015-03-11 04:03:31 sendUrl INFO 3 [17] R:OK -2015-03-11 04:04:20 queue INFO >>3 [18] -2015-03-11 04:04:21 sendUrl INFO 3 [18] R:OK -2015-03-11 04:05:10 queue INFO >>3 [19] -2015-03-11 04:05:11 sendUrl INFO 3 [19] R:OK -2015-03-11 04:06:00 queue INFO >>3 [20] -2015-03-11 04:06:01 sendUrl INFO 3 [20] R:OK -2015-03-11 04:06:51 queue INFO >>3 [21] -2015-03-11 04:06:51 sendUrl INFO 3 [21] R:OK -2015-03-11 04:07:41 queue INFO >>3 [22] -2015-03-11 04:07:41 sendUrl INFO 3 [22] R:OK -2015-03-11 04:08:31 queue INFO >>3 [23] -2015-03-11 04:08:31 sendUrl INFO 3 [23] R:OK -2015-03-11 04:09:21 queue INFO >>3 [24] -2015-03-11 04:09:22 sendUrl INFO 3 [24] R:OK -2015-03-11 04:10:11 queue INFO >>3 [25] -2015-03-11 04:10:11 sendUrl INFO 3 [25] R:OK -2015-03-11 04:11:01 queue INFO >>3 [26] -2015-03-11 04:11:02 sendUrl INFO 3 [26] R:OK -2015-03-11 04:11:40 queue INFO 7 [27] -2015-03-11 04:11:40 queue INFO >7 [28] -2015-03-11 04:11:40 sendUrl INFO 7 [27] R:OK -2015-03-11 04:11:41 sendUrl INFO 7 [28] R:OK -2015-03-11 04:11:42 queue INFO 3 [29] -2015-03-11 04:11:42 queue INFO >3 [30] -2015-03-11 04:11:42 sendUrl INFO 3 [29] R:OK -2015-03-11 04:11:42 sendUrl INFO 3 [30] R:OK -2015-03-11 04:12:32 queue INFO >>3 [31] -2015-03-11 04:12:32 sendUrl INFO 3 [31] R:OK -2015-03-11 04:13:22 queue INFO >>3 [32] -2015-03-11 04:13:22 sendUrl INFO 3 [32] R:OK -2015-03-11 04:14:12 queue INFO >>3 [33] -2015-03-11 04:14:12 sendUrl INFO 3 [33] R:OK -2015-03-11 04:15:02 queue INFO >>3 [34] -2015-03-11 04:15:03 sendUrl INFO 3 [34] R:OK -2015-03-11 04:15:52 queue INFO >>3 [35] -2015-03-11 04:15:53 sendUrl INFO 3 [35] R:OK -2015-03-11 04:16:43 queue INFO >>3 [36] -2015-03-11 04:16:43 sendUrl INFO 3 [36] R:OK -2015-03-11 04:17:33 queue INFO >>3 [37] -2015-03-11 04:17:33 sendUrl INFO 3 [37] R:OK -2015-03-11 04:18:23 queue INFO >>3 [38] -2015-03-11 04:18:23 sendUrl INFO 3 [38] R:OK -2015-03-11 04:19:13 queue INFO >>3 [39] -2015-03-11 04:19:13 sendUrl INFO 3 [39] R:OK -2015-03-11 04:19:52 queue INFO 7 [40] -2015-03-11 04:19:53 queue INFO >7 [41] -2015-03-11 04:19:53 sendUrl INFO 7 [40] R:OK -2015-03-11 04:19:53 sendUrl INFO 7 [41] R:OK -2015-03-11 04:19:54 queue INFO 3 [42] -2015-03-11 04:19:54 queue INFO >3 [43] -2015-03-11 04:19:54 sendUrl INFO 3 [42] R:OK -2015-03-11 04:19:55 sendUrl INFO 3 [43] R:OK -2015-03-11 04:20:44 queue INFO >>3 [44] -2015-03-11 04:20:45 sendUrl INFO 3 [44] R:OK -2015-03-11 04:21:34 queue INFO >>3 [45] -2015-03-11 04:21:34 sendUrl INFO 3 [45] R:OK -2015-03-11 04:22:24 queue INFO >>3 [46] -2015-03-11 04:22:25 sendUrl INFO 3 [46] R:OK -2015-03-11 04:23:15 queue INFO >>3 [47] -2015-03-11 04:23:15 sendUrl INFO 3 [47] R:OK -2015-03-11 04:24:05 queue INFO >>3 [48] -2015-03-11 04:24:05 sendUrl INFO 3 [48] R:OK -2015-03-11 04:24:55 queue INFO >>3 [49] -2015-03-11 04:24:55 sendUrl INFO 3 [49] R:OK -2015-03-11 04:25:45 queue INFO >>3 [50] -2015-03-11 04:25:46 sendUrl INFO 3 [50] R:OK -2015-03-11 04:26:35 queue INFO >>3 [51] -2015-03-11 04:26:35 sendUrl INFO 3 [51] R:OK -2015-03-11 04:27:25 queue INFO >>3 [52] -2015-03-11 04:27:26 sendUrl INFO 3 [52] R:OK -2015-03-11 04:28:04 queue INFO 7 [53] -2015-03-11 04:28:04 queue INFO >7 [54] -2015-03-11 04:28:04 sendUrl INFO 7 [53] R:OK -2015-03-11 04:28:05 sendUrl INFO 7 [54] R:OK -2015-03-11 04:28:06 queue INFO 3 [55] -2015-03-11 04:28:06 queue INFO >3 [56] -2015-03-11 04:28:06 sendUrl INFO 3 [55] R:OK -2015-03-11 04:28:06 sendUrl INFO 3 [56] R:OK -2015-03-11 04:28:56 queue INFO >>3 [57] -2015-03-11 04:28:56 sendUrl INFO 3 [57] R:OK -2015-03-11 04:29:46 queue INFO >>3 [58] -2015-03-11 04:29:46 sendUrl INFO 3 [58] R:OK -2015-03-11 04:30:36 queue INFO >>3 [59] -2015-03-11 04:30:36 sendUrl INFO 3 [59] R:OK -2015-03-11 04:31:26 queue INFO >>3 [60] -2015-03-11 04:31:27 sendUrl INFO 3 [60] R:OK -2015-03-11 04:32:16 queue INFO >>3 [61] -2015-03-11 04:32:17 sendUrl INFO 3 [61] R:OK -2015-03-11 04:33:07 queue INFO >>3 [62] -2015-03-11 04:33:07 sendUrl INFO 3 [62] R:OK -2015-03-11 04:33:57 queue INFO >>3 [63] -2015-03-11 04:33:57 sendUrl INFO 3 [63] R:OK -2015-03-11 04:34:47 queue INFO >>3 [64] -2015-03-11 04:34:47 sendUrl INFO 3 [64] R:OK -2015-03-11 04:35:37 queue INFO >>3 [65] -2015-03-11 04:35:37 sendUrl INFO 3 [65] R:OK -2015-03-11 04:36:16 queue INFO 7 [66] -2015-03-11 04:36:16 queue INFO >7 [67] -2015-03-11 04:36:17 sendUrl INFO 7 [66] R:OK -2015-03-11 04:36:17 sendUrl INFO 7 [67] R:OK -2015-03-11 04:36:18 queue INFO 3 [68] -2015-03-11 04:36:18 queue INFO >3 [69] -2015-03-11 04:36:18 sendUrl INFO 3 [68] R:OK -2015-03-11 04:36:19 sendUrl INFO 3 [69] R:OK -2015-03-11 04:37:08 queue INFO >>3 [70] -2015-03-11 04:37:09 sendUrl INFO 3 [70] R:OK -2015-03-11 04:37:58 queue INFO >>3 [71] -2015-03-11 04:37:58 sendUrl INFO 3 [71] R:OK -2015-03-11 04:38:48 queue INFO >>3 [72] -2015-03-11 04:38:49 sendUrl INFO 3 [72] R:OK -2015-03-11 04:39:38 queue INFO >>3 [73] -2015-03-11 04:39:39 sendUrl INFO 3 [73] R:OK -2015-03-11 04:40:29 queue INFO >>3 [74] -2015-03-11 04:40:29 sendUrl INFO 3 [74] R:OK -2015-03-11 04:41:19 queue INFO >>3 [75] -2015-03-11 04:41:19 sendUrl INFO 3 [75] R:OK -2015-03-11 04:42:09 queue INFO >>3 [76] -2015-03-11 04:42:09 sendUrl INFO 3 [76] R:OK -2015-03-11 04:42:59 queue INFO >>3 [77] -2015-03-11 04:42:59 sendUrl INFO 3 [77] R:OK -2015-03-11 04:43:49 queue INFO >>3 [78] -2015-03-11 04:43:50 sendUrl INFO 3 [78] R:OK -2015-03-11 04:44:29 queue INFO 7 [79] -2015-03-11 04:44:29 queue INFO >7 [80] -2015-03-11 04:44:29 sendUrl INFO 7 [79] R:OK -2015-03-11 04:44:29 sendUrl INFO 7 [80] R:OK -2015-03-11 04:44:30 queue INFO 3 [81] -2015-03-11 04:44:30 queue INFO >3 [82] -2015-03-11 04:44:30 sendUrl INFO 3 [81] R:OK -2015-03-11 04:44:31 sendUrl INFO 3 [82] R:OK -2015-03-11 04:45:20 queue INFO >>3 [83] -2015-03-11 04:45:21 sendUrl INFO 3 [83] R:OK -2015-03-11 04:46:10 queue INFO >>3 [84] -2015-03-11 04:46:11 sendUrl INFO 3 [84] R:OK -2015-03-11 04:47:01 queue INFO >>3 [85] -2015-03-11 04:47:01 sendUrl INFO 3 [85] R:OK -2015-03-11 04:47:51 queue INFO >>3 [86] -2015-03-11 04:47:51 sendUrl INFO 3 [86] R:OK -2015-03-11 04:48:41 queue INFO >>3 [87] -2015-03-11 04:48:41 sendUrl INFO 3 [87] R:OK -2015-03-11 04:49:31 queue INFO >>3 [88] -2015-03-11 04:49:31 sendUrl INFO 3 [88] R:OK -2015-03-11 04:50:21 queue INFO >>3 [89] -2015-03-11 04:50:21 sendUrl INFO 3 [89] R:OK -2015-03-11 04:51:11 queue INFO >>3 [90] -2015-03-11 04:51:12 sendUrl INFO 3 [90] R:OK -2015-03-11 04:52:01 queue INFO >>3 [91] -2015-03-11 04:52:01 sendUrl INFO 3 [91] R:OK -2015-03-11 04:52:40 queue INFO 7 [92] -2015-03-11 04:52:40 queue INFO >7 [93] -2015-03-11 04:52:41 sendUrl INFO 7 [92] R:OK -2015-03-11 04:52:41 sendUrl INFO 7 [93] R:OK -2015-03-11 04:52:42 queue INFO 3 [94] -2015-03-11 04:52:42 queue INFO >3 [95] -2015-03-11 04:52:42 sendUrl INFO 3 [94] R:OK -2015-03-11 04:52:43 sendUrl INFO 3 [95] R:OK -2015-03-11 04:53:32 queue INFO >>3 [96] -2015-03-11 04:53:32 sendUrl INFO 3 [96] R:OK -2015-03-11 04:54:22 queue INFO >>3 [97] -2015-03-11 04:54:22 sendUrl INFO 3 [97] R:OK -2015-03-11 04:55:12 queue INFO >>3 [98] -2015-03-11 04:55:13 sendUrl INFO 3 [98] R:OK -2015-03-11 04:56:02 queue INFO >>3 [99] -2015-03-11 04:56:02 sendUrl INFO 3 [99] R:OK -2015-03-11 04:56:53 queue INFO >>3 [100] -2015-03-11 04:56:53 sendUrl INFO 3 [100] R:OK -2015-03-11 04:57:43 queue INFO >>3 [101] -2015-03-11 04:57:43 sendUrl INFO 3 [101] R:OK -2015-03-11 04:58:33 queue INFO >>3 [102] -2015-03-11 04:58:33 sendUrl INFO 3 [102] R:OK -2015-03-11 04:59:23 queue INFO >>3 [103] -2015-03-11 04:59:23 sendUrl INFO 3 [103] R:OK -2015-03-11 05:00:13 queue INFO >>3 [104] -2015-03-11 05:00:14 sendUrl INFO 3 [104] R:OK -2015-03-11 05:00:52 queue INFO 7 [105] -2015-03-11 05:00:52 queue INFO >7 [106] -2015-03-11 05:00:52 sendUrl INFO 7 [105] R:OK -2015-03-11 05:00:52 sendUrl INFO 7 [106] R:OK -2015-03-11 05:00:53 queue INFO 3 [107] -2015-03-11 05:00:53 sendUrl INFO 3 [107] R:OK -2015-03-11 05:00:53 queue INFO >3 [108] -2015-03-11 05:00:54 sendUrl INFO 3 [108] R:OK -2015-03-11 05:01:43 queue INFO >>3 [109] -2015-03-11 05:01:44 sendUrl INFO 3 [109] R:OK -2015-03-11 05:02:34 queue INFO >>3 [110] -2015-03-11 05:02:34 sendUrl INFO 3 [110] R:OK -2015-03-11 05:03:24 queue INFO >>3 [111] -2015-03-11 05:03:24 sendUrl INFO 3 [111] R:OK -2015-03-11 05:04:14 queue INFO >>3 [112] -2015-03-11 05:04:14 sendUrl INFO 3 [112] R:OK -2015-03-11 05:05:04 queue INFO >>3 [113] -2015-03-11 05:05:04 sendUrl INFO 3 [113] R:OK -2015-03-11 05:05:54 queue INFO >>3 [114] -2015-03-11 05:05:54 sendUrl INFO 3 [114] R:OK -2015-03-11 05:06:44 queue INFO >>3 [115] -2015-03-11 05:06:45 sendUrl INFO 3 [115] R:OK -2015-03-11 05:07:34 queue INFO >>3 [116] -2015-03-11 05:07:35 sendUrl INFO 3 [116] R:OK -2015-03-11 05:08:24 queue INFO >>3 [117] -2015-03-11 05:08:25 sendUrl INFO 3 [117] R:OK -2015-03-11 05:09:04 queue INFO 7 [118] -2015-03-11 05:09:04 queue INFO >7 [119] -2015-03-11 05:09:05 sendUrl INFO 7 [118] R:OK -2015-03-11 05:09:05 sendUrl INFO 7 [119] R:OK -2015-03-11 05:09:06 queue INFO 3 [120] -2015-03-11 05:09:06 queue INFO >3 [121] -2015-03-11 05:09:06 sendUrl INFO 3 [120] R:OK -2015-03-11 05:09:07 sendUrl INFO 3 [121] R:OK -2015-03-11 05:09:56 queue INFO >>3 [122] -2015-03-11 05:09:56 sendUrl INFO 3 [122] R:OK -2015-03-11 05:10:46 queue INFO >>3 [123] -2015-03-11 05:10:46 sendUrl INFO 3 [123] R:OK -2015-03-11 05:11:36 queue INFO >>3 [124] -2015-03-11 05:11:37 sendUrl INFO 3 [124] R:OK -2015-03-11 05:12:26 queue INFO >>3 [125] -2015-03-11 05:12:26 sendUrl INFO 3 [125] R:OK -2015-03-11 05:13:17 queue INFO >>3 [126] -2015-03-11 05:13:17 sendUrl INFO 3 [126] R:OK -2015-03-11 05:14:07 queue INFO >>3 [127] -2015-03-11 05:14:07 sendUrl INFO 3 [127] R:OK -2015-03-11 05:14:57 queue INFO >>3 [128] -2015-03-11 05:14:57 sendUrl INFO 3 [128] R:OK -2015-03-11 05:15:47 queue INFO >>3 [129] -2015-03-11 05:15:47 sendUrl INFO 3 [129] R:OK -2015-03-11 05:16:37 queue INFO >>3 [130] -2015-03-11 05:16:38 sendUrl INFO 3 [130] R:OK -2015-03-11 05:17:16 queue INFO 7 [131] -2015-03-11 05:17:16 queue INFO >7 [132] -2015-03-11 05:17:16 sendUrl INFO 7 [131] R:OK -2015-03-11 05:17:17 sendUrl INFO 7 [132] R:OK -2015-03-11 05:17:17 queue INFO 3 [133] -2015-03-11 05:17:18 queue INFO >3 [134] -2015-03-11 05:17:18 sendUrl INFO 3 [133] R:OK -2015-03-11 05:17:18 sendUrl INFO 3 [134] R:OK -2015-03-11 05:18:08 queue INFO >>3 [135] -2015-03-11 05:18:08 sendUrl INFO 3 [135] R:OK -2015-03-11 05:18:58 queue INFO >>3 [136] -2015-03-11 05:18:58 sendUrl INFO 3 [136] R:OK -2015-03-11 05:19:48 queue INFO >>3 [137] -2015-03-11 05:19:48 sendUrl INFO 3 [137] R:OK -2015-03-11 05:20:38 queue INFO >>3 [138] -2015-03-11 05:20:38 sendUrl INFO 3 [138] R:OK -2015-03-11 05:21:28 queue INFO >>3 [139] -2015-03-11 05:21:29 sendUrl INFO 3 [139] R:OK -2015-03-11 05:22:18 queue INFO >>3 [140] -2015-03-11 05:22:18 sendUrl INFO 3 [140] R:OK -2015-03-11 05:23:08 queue INFO >>3 [141] -2015-03-11 05:23:09 sendUrl INFO 3 [141] R:OK -2015-03-11 05:23:59 queue INFO >>3 [142] -2015-03-11 05:23:59 sendUrl INFO 3 [142] R:OK -2015-03-11 05:24:49 queue INFO >>3 [143] -2015-03-11 05:24:49 sendUrl INFO 3 [143] R:OK -2015-03-11 05:25:28 queue INFO 7 [144] -2015-03-11 05:25:28 queue INFO >7 [145] -2015-03-11 05:25:28 sendUrl INFO 7 [144] R:OK -2015-03-11 05:25:29 sendUrl INFO 7 [145] R:OK -2015-03-11 05:25:29 queue INFO 3 [146] -2015-03-11 05:25:30 queue INFO >3 [147] -2015-03-11 05:25:30 sendUrl INFO 3 [146] R:OK -2015-03-11 05:25:30 sendUrl INFO 3 [147] R:OK -2015-03-11 05:26:20 queue INFO >>3 [148] -2015-03-11 05:26:20 sendUrl INFO 3 [148] R:OK -2015-03-11 05:27:10 queue INFO >>3 [149] -2015-03-11 05:27:10 sendUrl INFO 3 [149] R:OK -2015-03-11 05:28:00 queue INFO >>3 [150] -2015-03-11 05:28:00 sendUrl INFO 3 [150] R:OK -2015-03-11 05:28:50 queue INFO >>3 [151] -2015-03-11 05:28:50 sendUrl INFO 3 [151] R:OK -2015-03-11 05:29:40 queue INFO >>3 [152] -2015-03-11 05:29:40 sendUrl INFO 3 [152] R:OK -2015-03-11 05:30:30 queue INFO >>3 [153] -2015-03-11 05:30:31 sendUrl INFO 3 [153] R:OK -2015-03-11 05:31:20 queue INFO >>3 [154] -2015-03-11 05:31:21 sendUrl INFO 3 [154] R:OK -2015-03-11 05:32:11 queue INFO >>3 [155] -2015-03-11 05:32:11 sendUrl INFO 3 [155] R:OK -2015-03-11 05:33:01 queue INFO >>3 [156] -2015-03-11 05:33:01 sendUrl INFO 3 [156] R:OK -2015-03-11 05:33:40 queue INFO 7 [157] -2015-03-11 05:33:40 sendUrl INFO 7 [157] R:OK -2015-03-11 05:33:40 queue INFO >7 [158] -2015-03-11 05:33:41 sendUrl INFO 7 [158] R:OK -2015-03-11 05:33:42 queue INFO 3 [159] -2015-03-11 05:33:42 queue INFO >3 [160] -2015-03-11 05:33:42 sendUrl INFO 3 [159] R:OK -2015-03-11 05:33:43 sendUrl INFO 3 [160] R:OK -2015-03-11 05:34:32 queue INFO >>3 [161] -2015-03-11 05:34:32 sendUrl INFO 3 [161] R:OK -2015-03-11 05:35:22 queue INFO >>3 [162] -2015-03-11 05:35:23 sendUrl INFO 3 [162] R:OK -2015-03-11 05:36:12 queue INFO >>3 [163] -2015-03-11 05:36:12 sendUrl INFO 3 [163] R:OK -2015-03-11 05:37:02 queue INFO >>3 [164] -2015-03-11 05:37:03 sendUrl INFO 3 [164] R:OK -2015-03-11 05:37:52 queue INFO >>3 [165] -2015-03-11 05:37:53 sendUrl INFO 3 [165] R:OK -2015-03-11 05:38:43 queue INFO >>3 [166] -2015-03-11 05:38:43 sendUrl INFO 3 [166] R:OK -2015-03-11 05:39:33 queue INFO >>3 [167] -2015-03-11 05:39:33 sendUrl INFO 3 [167] R:OK -2015-03-11 05:40:23 queue INFO >>3 [168] -2015-03-11 05:40:23 sendUrl INFO 3 [168] R:OK -2015-03-11 05:41:13 queue INFO >>3 [169] -2015-03-11 05:41:13 sendUrl INFO 3 [169] R:OK -2015-03-11 05:41:52 queue INFO 7 [170] -2015-03-11 05:41:52 queue INFO >7 [171] -2015-03-11 05:41:52 sendUrl INFO 7 [170] R:OK -2015-03-11 05:41:53 sendUrl INFO 7 [171] R:OK -2015-03-11 05:41:53 queue INFO 3 [172] -2015-03-11 05:41:54 queue INFO >3 [173] -2015-03-11 05:41:54 sendUrl INFO 3 [172] R:OK -2015-03-11 05:41:54 sendUrl INFO 3 [173] R:OK -2015-03-11 05:42:44 queue INFO >>3 [174] -2015-03-11 05:42:44 sendUrl INFO 3 [174] R:OK -2015-03-11 05:43:34 queue INFO >>3 [175] -2015-03-11 05:43:34 sendUrl INFO 3 [175] R:OK -2015-03-11 05:44:24 queue INFO >>3 [176] -2015-03-11 05:44:24 sendUrl INFO 3 [176] R:OK -2015-03-11 05:45:14 queue INFO >>3 [177] -2015-03-11 05:45:14 sendUrl INFO 3 [177] R:OK -2015-03-11 05:46:04 queue INFO >>3 [178] -2015-03-11 05:46:04 sendUrl INFO 3 [178] R:OK -2015-03-11 05:46:54 queue INFO >>3 [179] -2015-03-11 05:46:55 sendUrl INFO 3 [179] R:OK -2015-03-11 05:47:44 queue INFO >>3 [180] -2015-03-11 05:47:45 sendUrl INFO 3 [180] R:OK -2015-03-11 05:48:35 queue INFO >>3 [181] -2015-03-11 05:48:35 sendUrl INFO 3 [181] R:OK -2015-03-11 05:49:25 queue INFO >>3 [182] -2015-03-11 05:49:25 sendUrl INFO 3 [182] R:OK -2015-03-11 05:50:03 queue INFO 7 [183] -2015-03-11 05:50:04 queue INFO >7 [184] -2015-03-11 05:50:04 sendUrl INFO 7 [183] R:OK -2015-03-11 05:50:04 sendUrl INFO 7 [184] R:OK -2015-03-11 05:50:05 queue INFO 3 [185] -2015-03-11 05:50:05 queue INFO >3 [186] -2015-03-11 05:50:05 sendUrl INFO 3 [185] R:OK -2015-03-11 05:50:06 sendUrl INFO 3 [186] R:OK -2015-03-11 05:50:55 queue INFO >>3 [187] -2015-03-11 05:50:55 sendUrl INFO 3 [187] R:OK -2015-03-11 05:51:45 queue INFO >>3 [188] -2015-03-11 05:51:46 sendUrl INFO 3 [188] R:OK -2015-03-11 05:52:35 queue INFO >>3 [189] -2015-03-11 05:52:36 sendUrl INFO 3 [189] R:OK -2015-03-11 05:53:26 queue INFO >>3 [190] -2015-03-11 05:53:26 sendUrl INFO 3 [190] R:OK -2015-03-11 05:54:16 queue INFO >>3 [191] -2015-03-11 05:54:16 sendUrl INFO 3 [191] R:OK -2015-03-11 05:55:06 queue INFO >>3 [192] -2015-03-11 05:55:06 sendUrl INFO 3 [192] R:OK -2015-03-11 05:55:56 queue INFO >>3 [193] -2015-03-11 05:55:56 sendUrl INFO 3 [193] R:OK -2015-03-11 05:56:46 queue INFO >>3 [194] -2015-03-11 05:56:47 sendUrl INFO 3 [194] R:OK -2015-03-11 05:57:36 queue INFO >>3 [195] -2015-03-11 05:57:37 sendUrl INFO 3 [195] R:OK -2015-03-11 05:58:16 queue INFO 7 [196] -2015-03-11 05:58:16 queue INFO >7 [197] -2015-03-11 05:58:16 sendUrl INFO 7 [196] R:OK -2015-03-11 05:58:17 sendUrl INFO 7 [197] R:OK -2015-03-11 05:58:17 queue INFO 3 [198] -2015-03-11 05:58:18 queue INFO >3 [199] -2015-03-11 05:58:18 sendUrl INFO 3 [198] R:OK -2015-03-11 05:58:18 sendUrl INFO 3 [199] R:OK -2015-03-11 05:59:08 queue INFO >>3 [200] -2015-03-11 05:59:08 sendUrl INFO 3 [200] R:OK -2015-03-11 05:59:58 queue INFO >>3 [201] -2015-03-11 05:59:58 sendUrl INFO 3 [201] R:OK -2015-03-11 06:00:48 queue INFO >>3 [202] -2015-03-11 06:00:48 sendUrl INFO 3 [202] R:OK -2015-03-11 06:01:38 queue INFO >>3 [203] -2015-03-11 06:01:38 sendUrl INFO 3 [203] R:OK -2015-03-11 06:02:28 queue INFO >>3 [204] -2015-03-11 06:02:28 sendUrl INFO 3 [204] R:OK -2015-03-11 06:03:18 queue INFO >>3 [205] -2015-03-11 06:03:19 sendUrl INFO 3 [205] R:OK -2015-03-11 06:04:08 queue INFO >>3 [206] -2015-03-11 06:04:09 sendUrl INFO 3 [206] R:OK -2015-03-11 06:04:59 queue INFO >>3 [207] -2015-03-11 06:04:59 sendUrl INFO 3 [207] R:OK -2015-03-11 06:05:49 queue INFO >>3 [208] -2015-03-11 06:05:49 sendUrl INFO 3 [208] R:OK -2015-03-11 06:06:27 queue INFO 7 [209] -2015-03-11 06:06:28 queue INFO >7 [210] -2015-03-11 06:06:28 sendUrl INFO 7 [209] R:OK -2015-03-11 06:06:28 sendUrl INFO 7 [210] R:OK -2015-03-11 06:06:29 queue INFO 3 [211] -2015-03-11 06:06:29 queue INFO >3 [212] -2015-03-11 06:06:29 sendUrl INFO 3 [211] R:OK -2015-03-11 06:06:30 sendUrl INFO 3 [212] R:OK -2015-03-11 06:07:19 queue INFO >>3 [213] -2015-03-11 06:07:20 sendUrl INFO 3 [213] R:OK -2015-03-11 06:08:09 queue INFO >>3 [214] -2015-03-11 06:08:10 sendUrl INFO 3 [214] R:OK -2015-03-11 06:09:00 queue INFO >>3 [215] -2015-03-11 06:09:00 sendUrl INFO 3 [215] R:OK -2015-03-11 06:09:50 queue INFO >>3 [216] -2015-03-11 06:09:50 sendUrl INFO 3 [216] R:OK -2015-03-11 06:10:40 queue INFO >>3 [217] -2015-03-11 06:10:40 sendUrl INFO 3 [217] R:OK -2015-03-11 06:11:30 queue INFO >>3 [218] -2015-03-11 06:11:30 sendUrl INFO 3 [218] R:OK -2015-03-11 06:12:20 queue INFO >>3 [219] -2015-03-11 06:12:21 sendUrl INFO 3 [219] R:OK -2015-03-11 06:13:10 queue INFO >>3 [220] -2015-03-11 06:13:11 sendUrl INFO 3 [220] R:OK -2015-03-11 06:14:00 queue INFO >>3 [221] -2015-03-11 06:14:01 sendUrl INFO 3 [221] R:OK -2015-03-11 06:14:39 queue INFO 7 [222] -2015-03-11 06:14:40 queue INFO >7 [223] -2015-03-11 06:14:40 sendUrl INFO 7 [222] R:OK -2015-03-11 06:14:40 sendUrl INFO 7 [223] R:OK -2015-03-11 06:14:41 queue INFO 3 [224] -2015-03-11 06:14:41 sendUrl INFO 3 [224] R:OK -2015-03-11 06:14:41 queue INFO >3 [225] -2015-03-11 06:14:42 sendUrl INFO 3 [225] R:OK -2015-03-11 06:15:31 queue INFO >>3 [226] -2015-03-11 06:15:31 sendUrl INFO 3 [226] R:OK -2015-03-11 06:16:21 queue INFO >>3 [227] -2015-03-11 06:16:22 sendUrl INFO 3 [227] R:OK -2015-03-11 06:17:11 queue INFO >>3 [228] -2015-03-11 06:17:12 sendUrl INFO 3 [228] R:OK -2015-03-11 06:18:01 queue INFO >>3 [229] -2015-03-11 06:18:02 sendUrl INFO 3 [229] R:OK -2015-03-11 06:18:52 queue INFO >>3 [230] -2015-03-11 06:18:52 sendUrl INFO 3 [230] R:OK -2015-03-11 06:19:42 queue INFO >>3 [231] -2015-03-11 06:19:42 sendUrl INFO 3 [231] R:OK -2015-03-11 06:20:32 queue INFO >>3 [232] -2015-03-11 06:20:32 sendUrl INFO 3 [232] R:OK -2015-03-11 06:21:22 queue INFO >>3 [233] -2015-03-11 06:21:22 sendUrl INFO 3 [233] R:OK -2015-03-11 06:22:12 queue INFO >>3 [234] -2015-03-11 06:22:13 sendUrl INFO 3 [234] R:OK -2015-03-11 06:22:52 queue INFO 7 [235] -2015-03-11 06:22:52 queue INFO >7 [236] -2015-03-11 06:22:52 sendUrl INFO 7 [235] R:OK -2015-03-11 06:22:53 sendUrl INFO 7 [236] R:OK -2015-03-11 06:22:54 queue INFO 3 [237] -2015-03-11 06:22:54 queue INFO >3 [238] -2015-03-11 06:22:54 sendUrl INFO 3 [237] R:OK -2015-03-11 06:22:54 sendUrl INFO 3 [238] R:OK -2015-03-11 06:23:44 queue INFO >>3 [239] -2015-03-11 06:23:44 sendUrl INFO 3 [239] R:OK -2015-03-11 06:24:34 queue INFO >>3 [240] -2015-03-11 06:24:34 sendUrl INFO 3 [240] R:OK -2015-03-11 06:25:24 queue INFO >>3 [241] -2015-03-11 06:25:24 sendUrl INFO 3 [241] R:OK -2015-03-11 06:26:14 queue INFO >>3 [242] -2015-03-11 06:26:14 sendUrl INFO 3 [242] R:OK -2015-03-11 06:27:04 queue INFO >>3 [243] -2015-03-11 06:27:05 sendUrl INFO 3 [243] R:OK -2015-03-11 06:27:54 queue INFO >>3 [244] -2015-03-11 06:27:55 sendUrl INFO 3 [244] R:OK -2015-03-11 06:28:45 queue INFO >>3 [245] -2015-03-11 06:28:45 sendUrl INFO 3 [245] R:OK -2015-03-11 06:29:35 queue INFO >>3 [246] -2015-03-11 06:29:35 sendUrl INFO 3 [246] R:OK -2015-03-11 06:30:25 queue INFO >>3 [247] -2015-03-11 06:30:25 sendUrl INFO 3 [247] R:OK -2015-03-11 06:31:03 queue INFO 7 [248] -2015-03-11 06:31:04 queue INFO >7 [249] -2015-03-11 06:31:04 sendUrl INFO 7 [248] R:OK -2015-03-11 06:31:04 sendUrl INFO 7 [249] R:OK -2015-03-11 06:31:05 queue INFO 3 [250] -2015-03-11 06:31:05 sendUrl INFO 3 [250] R:OK -2015-03-11 06:31:05 queue INFO >3 [251] -2015-03-11 06:31:06 sendUrl INFO 3 [251] R:OK -2015-03-11 06:31:55 queue INFO >>3 [252] -2015-03-11 06:31:55 sendUrl INFO 3 [252] R:OK -2015-03-11 06:32:45 queue INFO >>3 [253] -2015-03-11 06:32:46 sendUrl INFO 3 [253] R:OK -2015-03-11 06:33:35 queue INFO >>3 [254] -2015-03-11 06:33:36 sendUrl INFO 3 [254] R:OK -2015-03-11 06:34:26 queue INFO >>3 [255] -2015-03-11 06:34:26 sendUrl INFO 3 [255] R:OK -2015-03-11 06:35:16 queue INFO >>3 [256] -2015-03-11 06:35:16 sendUrl INFO 3 [256] R:OK -2015-03-11 06:36:06 queue INFO >>3 [257] -2015-03-11 06:36:06 sendUrl INFO 3 [257] R:OK -2015-03-11 06:36:56 queue INFO >>3 [258] -2015-03-11 06:36:56 sendUrl INFO 3 [258] R:OK -2015-03-11 06:37:46 queue INFO >>3 [259] -2015-03-11 06:37:46 sendUrl INFO 3 [259] R:OK -2015-03-11 06:38:36 queue INFO >>3 [260] -2015-03-11 06:38:37 sendUrl INFO 3 [260] R:OK -2015-03-11 06:39:15 queue INFO 7 [261] -2015-03-11 06:39:15 queue INFO >7 [262] -2015-03-11 06:39:15 sendUrl INFO 7 [261] R:OK -2015-03-11 06:39:16 sendUrl INFO 7 [262] R:OK -2015-03-11 06:39:17 queue INFO 3 [263] -2015-03-11 06:39:17 queue INFO >3 [264] -2015-03-11 06:39:17 sendUrl INFO 3 [263] R:OK -2015-03-11 06:39:17 sendUrl INFO 3 [264] R:OK -2015-03-11 06:40:07 queue INFO >>3 [265] -2015-03-11 06:40:07 sendUrl INFO 3 [265] R:OK -2015-03-11 06:40:57 queue INFO >>3 [266] -2015-03-11 06:40:57 sendUrl INFO 3 [266] R:OK -2015-03-11 06:41:47 queue INFO >>3 [267] -2015-03-11 06:41:47 sendUrl INFO 3 [267] R:OK -2015-03-11 06:42:37 queue INFO >>3 [268] -2015-03-11 06:42:37 sendUrl INFO 3 [268] R:OK -2015-03-11 06:43:27 queue INFO >>3 [269] -2015-03-11 06:43:28 sendUrl INFO 3 [269] R:OK -2015-03-11 06:44:17 queue INFO >>3 [270] -2015-03-11 06:44:18 sendUrl INFO 3 [270] R:OK -2015-03-11 06:45:07 queue INFO >>3 [271] -2015-03-11 06:45:08 sendUrl INFO 3 [271] R:OK -2015-03-11 06:45:58 queue INFO >>3 [272] -2015-03-11 06:45:58 sendUrl INFO 3 [272] R:OK -2015-03-11 06:46:48 queue INFO >>3 [273] -2015-03-11 06:46:48 sendUrl INFO 3 [273] R:OK -2015-03-11 06:47:27 queue INFO 7 [274] -2015-03-11 06:47:28 queue INFO >7 [275] -2015-03-11 06:47:28 sendUrl INFO 7 [274] R:OK -2015-03-11 06:47:28 sendUrl INFO 7 [275] R:OK -2015-03-11 06:47:29 queue INFO 3 [276] -2015-03-11 06:47:29 sendUrl INFO 3 [276] R:OK -2015-03-11 06:47:29 queue INFO >3 [277] -2015-03-11 06:47:30 sendUrl INFO 3 [277] R:OK -2015-03-11 06:48:19 queue INFO >>3 [278] -2015-03-11 06:48:19 sendUrl INFO 3 [278] R:OK -2015-03-11 06:49:09 queue INFO >>3 [279] -2015-03-11 06:49:10 sendUrl INFO 3 [279] R:OK -2015-03-11 06:49:59 queue INFO >>3 [280] -2015-03-11 06:50:00 sendUrl INFO 3 [280] R:OK -2015-03-11 06:50:50 queue INFO >>3 [281] -2015-03-11 06:50:50 sendUrl INFO 3 [281] R:OK -2015-03-11 06:51:40 queue INFO >>3 [282] -2015-03-11 06:51:40 sendUrl INFO 3 [282] R:OK -2015-03-11 06:52:30 queue INFO >>3 [283] -2015-03-11 06:52:30 sendUrl INFO 3 [283] R:OK -2015-03-11 06:53:20 queue INFO >>3 [284] -2015-03-11 06:53:20 sendUrl INFO 3 [284] R:OK -2015-03-11 06:54:10 queue INFO >>3 [285] -2015-03-11 06:54:10 sendUrl INFO 3 [285] R:OK -2015-03-11 06:55:00 queue INFO >>3 [286] -2015-03-11 06:55:01 sendUrl INFO 3 [286] R:OK -2015-03-11 06:55:39 queue INFO 7 [287] -2015-03-11 06:55:39 queue INFO >7 [288] -2015-03-11 06:55:39 sendUrl INFO 7 [287] R:OK -2015-03-11 06:55:40 sendUrl INFO 7 [288] R:OK -2015-03-11 06:55:41 queue INFO 3 [289] -2015-03-11 06:55:41 sendUrl INFO 3 [289] R:OK -2015-03-11 06:55:41 queue INFO >3 [290] -2015-03-11 06:55:41 sendUrl INFO 3 [290] R:OK -2015-03-11 06:56:31 queue INFO >>3 [291] -2015-03-11 06:56:31 sendUrl INFO 3 [291] R:OK -2015-03-11 06:57:21 queue INFO >>3 [292] -2015-03-11 06:57:22 sendUrl INFO 3 [292] R:OK -2015-03-11 06:58:11 queue INFO >>3 [293] -2015-03-11 06:58:11 sendUrl INFO 3 [293] R:OK -2015-03-11 06:59:01 queue INFO >>3 [294] -2015-03-11 06:59:02 sendUrl INFO 3 [294] R:OK -2015-03-11 06:59:51 queue INFO >>3 [295] -2015-03-11 06:59:52 sendUrl INFO 3 [295] R:OK -2015-03-11 07:00:42 queue INFO >>3 [296] -2015-03-11 07:00:42 sendUrl INFO 3 [296] R:OK -2015-03-11 07:01:32 queue INFO >>3 [297] -2015-03-11 07:01:32 sendUrl INFO 3 [297] R:OK -2015-03-11 07:02:22 queue INFO >>3 [298] -2015-03-11 07:02:22 sendUrl INFO 3 [298] R:OK -2015-03-11 07:03:12 queue INFO >>3 [299] -2015-03-11 07:03:12 sendUrl INFO 3 [299] R:OK -2015-03-11 07:03:51 queue INFO 7 [300] -2015-03-11 07:03:51 queue INFO >7 [301] -2015-03-11 07:03:51 sendUrl INFO 7 [300] R:OK -2015-03-11 07:03:52 sendUrl INFO 7 [301] R:OK -2015-03-11 07:03:53 queue INFO 3 [302] -2015-03-11 07:03:53 sendUrl INFO 3 [302] R:OK -2015-03-11 07:03:53 queue INFO >3 [303] -2015-03-11 07:03:53 sendUrl INFO 3 [303] R:OK -2015-03-11 07:04:43 queue INFO >>3 [304] -2015-03-11 07:04:43 sendUrl INFO 3 [304] R:OK -2015-03-11 07:05:33 queue INFO >>3 [305] -2015-03-11 07:05:33 sendUrl INFO 3 [305] R:OK -2015-03-11 07:06:23 queue INFO >>3 [306] -2015-03-11 07:06:23 sendUrl INFO 3 [306] R:OK -2015-03-11 07:07:13 queue INFO >>3 [307] -2015-03-11 07:07:14 sendUrl INFO 3 [307] R:OK -2015-03-11 07:08:03 queue INFO >>3 [308] -2015-03-11 07:08:04 sendUrl INFO 3 [308] R:OK -2015-03-11 07:08:54 queue INFO >>3 [309] -2015-03-11 07:08:54 sendUrl INFO 3 [309] R:OK -2015-03-11 07:09:44 queue INFO >>3 [310] -2015-03-11 07:09:44 sendUrl INFO 3 [310] R:OK -2015-03-11 07:10:34 queue INFO >>3 [311] -2015-03-11 07:10:34 sendUrl INFO 3 [311] R:OK -2015-03-11 07:11:24 queue INFO >>3 [312] -2015-03-11 07:11:24 sendUrl INFO 3 [312] R:OK -2015-03-11 07:12:04 queue INFO 7 [313] -2015-03-11 07:12:04 queue INFO >7 [314] -2015-03-11 07:12:04 sendUrl INFO 7 [313] R:OK -2015-03-11 07:12:05 sendUrl INFO 7 [314] R:OK -2015-03-11 07:12:05 queue INFO 3 [315] -2015-03-11 07:12:05 queue INFO >3 [316] -2015-03-11 07:12:06 sendUrl INFO 3 [315] R:OK -2015-03-11 07:12:06 sendUrl INFO 3 [316] R:OK -2015-03-11 07:12:55 queue INFO >>3 [317] -2015-03-11 07:12:56 sendUrl INFO 3 [317] R:OK -2015-03-11 07:13:45 queue INFO >>3 [318] -2015-03-11 07:13:46 sendUrl INFO 3 [318] R:OK -2015-03-11 07:14:36 queue INFO >>3 [319] -2015-03-11 07:14:36 sendUrl INFO 3 [319] R:OK -2015-03-11 07:15:26 queue INFO >>3 [320] -2015-03-11 07:15:26 sendUrl INFO 3 [320] R:OK -2015-03-11 07:16:16 queue INFO >>3 [321] -2015-03-11 07:16:16 sendUrl INFO 3 [321] R:OK -2015-03-11 07:17:06 queue INFO >>3 [322] -2015-03-11 07:17:07 sendUrl INFO 3 [322] R:OK -2015-03-11 07:17:56 queue INFO >>3 [323] -2015-03-11 07:17:56 sendUrl INFO 3 [323] R:OK -2015-03-11 07:18:46 queue INFO >>3 [324] -2015-03-11 07:18:47 sendUrl INFO 3 [324] R:OK -2015-03-11 07:19:37 queue INFO >>3 [325] -2015-03-11 07:19:37 sendUrl INFO 3 [325] R:OK -2015-03-11 07:20:15 queue INFO 7 [326] -2015-03-11 07:20:15 queue INFO >7 [327] -2015-03-11 07:20:15 sendUrl INFO 7 [326] R:OK -2015-03-11 07:20:16 sendUrl INFO 7 [327] R:OK -2015-03-11 07:20:17 queue INFO 3 [328] -2015-03-11 07:20:17 sendUrl INFO 3 [328] R:OK -2015-03-11 07:20:17 queue INFO >3 [329] -2015-03-11 07:20:17 sendUrl INFO 3 [329] R:OK -2015-03-11 07:21:07 queue INFO >>3 [330] -2015-03-11 07:21:07 sendUrl INFO 3 [330] R:OK -2015-03-11 07:21:57 queue INFO >>3 [331] -2015-03-11 07:21:57 sendUrl INFO 3 [331] R:OK -2015-03-11 07:22:47 queue INFO >>3 [332] -2015-03-11 07:22:47 sendUrl INFO 3 [332] R:OK -2015-03-11 07:23:37 queue INFO >>3 [333] -2015-03-11 07:23:38 sendUrl INFO 3 [333] R:OK -2015-03-11 07:24:27 queue INFO >>3 [334] -2015-03-11 07:24:28 sendUrl INFO 3 [334] R:OK -2015-03-11 07:25:18 queue INFO >>3 [335] -2015-03-11 07:25:18 sendUrl INFO 3 [335] R:OK -2015-03-11 07:26:08 queue INFO >>3 [336] -2015-03-11 07:26:08 sendUrl INFO 3 [336] R:OK -2015-03-11 07:26:58 queue INFO >>3 [337] -2015-03-11 07:26:58 sendUrl INFO 3 [337] R:OK -2015-03-11 07:27:48 queue INFO >>3 [338] -2015-03-11 07:27:48 sendUrl INFO 3 [338] R:OK -2015-03-11 07:28:27 queue INFO 7 [339] -2015-03-11 07:28:27 queue INFO >7 [340] -2015-03-11 07:28:27 sendUrl INFO 7 [339] R:OK -2015-03-11 07:28:28 sendUrl INFO 7 [340] R:OK -2015-03-11 07:28:28 queue INFO 3 [341] -2015-03-11 07:28:28 queue INFO >3 [342] -2015-03-11 07:28:29 sendUrl INFO 3 [341] R:OK -2015-03-11 07:28:29 sendUrl INFO 3 [342] R:OK -2015-03-11 07:29:18 queue INFO >>3 [343] -2015-03-11 07:29:19 sendUrl INFO 3 [343] R:OK -2015-03-11 07:30:08 queue INFO >>3 [344] -2015-03-11 07:30:09 sendUrl INFO 3 [344] R:OK -2015-03-11 07:30:59 queue INFO >>3 [345] -2015-03-11 07:30:59 sendUrl INFO 3 [345] R:OK -2015-03-11 07:31:49 queue INFO >>3 [346] -2015-03-11 07:31:49 sendUrl INFO 3 [346] R:OK -2015-03-11 07:32:39 queue INFO >>3 [347] -2015-03-11 07:32:39 sendUrl INFO 3 [347] R:OK -2015-03-11 07:33:29 queue INFO >>3 [348] -2015-03-11 07:33:30 sendUrl INFO 3 [348] R:OK -2015-03-11 07:34:19 queue INFO >>3 [349] -2015-03-11 07:34:19 sendUrl INFO 3 [349] R:OK -2015-03-11 07:35:09 queue INFO >>3 [350] -2015-03-11 07:35:10 sendUrl INFO 3 [350] R:OK -2015-03-11 07:35:59 queue INFO >>3 [351] -2015-03-11 07:36:00 sendUrl INFO 3 [351] R:OK -2015-03-11 07:36:39 queue INFO 7 [352] -2015-03-11 07:36:39 queue INFO >7 [353] -2015-03-11 07:36:39 sendUrl INFO 7 [352] R:OK -2015-03-11 07:36:40 sendUrl INFO 7 [353] R:OK -2015-03-11 07:36:41 queue INFO 3 [354] -2015-03-11 07:36:41 queue INFO >3 [355] -2015-03-11 07:36:41 sendUrl INFO 3 [354] R:OK -2015-03-11 07:36:41 sendUrl INFO 3 [355] R:OK -2015-03-11 07:37:31 queue INFO >>3 [356] -2015-03-11 07:37:31 sendUrl INFO 3 [356] R:OK -2015-03-11 07:38:21 queue INFO >>3 [357] -2015-03-11 07:38:21 sendUrl INFO 3 [357] R:OK -2015-03-11 07:39:11 queue INFO >>3 [358] -2015-03-11 07:39:11 sendUrl INFO 3 [358] R:OK -2015-03-11 07:40:01 queue INFO >>3 [359] -2015-03-11 07:40:02 sendUrl INFO 3 [359] R:OK -2015-03-11 07:40:51 queue INFO >>3 [360] -2015-03-11 07:40:51 sendUrl INFO 3 [360] R:OK -2015-03-11 07:41:41 queue INFO >>3 [361] -2015-03-11 07:41:42 sendUrl INFO 3 [361] R:OK -2015-03-11 07:42:32 queue INFO >>3 [362] -2015-03-11 07:42:32 sendUrl INFO 3 [362] R:OK -2015-03-11 07:43:22 queue INFO >>3 [363] -2015-03-11 07:43:22 sendUrl INFO 3 [363] R:OK -2015-03-11 07:44:12 queue INFO >>3 [364] -2015-03-11 07:44:12 sendUrl INFO 3 [364] R:OK -2015-03-11 07:44:51 queue INFO 7 [365] -2015-03-11 07:44:51 queue INFO >7 [366] -2015-03-11 07:44:51 sendUrl INFO 7 [365] R:OK -2015-03-11 07:44:52 sendUrl INFO 7 [366] R:OK -2015-03-11 07:44:52 queue INFO 3 [367] -2015-03-11 07:44:53 queue INFO >3 [368] -2015-03-11 07:44:53 sendUrl INFO 3 [367] R:OK -2015-03-11 07:44:53 sendUrl INFO 3 [368] R:OK -2015-03-11 07:45:42 queue INFO >>3 [369] -2015-03-11 07:45:43 sendUrl INFO 3 [369] R:OK -2015-03-11 07:46:33 queue INFO >>3 [370] -2015-03-11 07:46:33 sendUrl INFO 3 [370] R:OK -2015-03-11 07:47:23 queue INFO >>3 [371] -2015-03-11 07:47:23 sendUrl INFO 3 [371] R:OK -2015-03-11 07:48:13 queue INFO >>3 [372] -2015-03-11 07:48:13 sendUrl INFO 3 [372] R:OK -2015-03-11 07:49:03 queue INFO >>3 [373] -2015-03-11 07:49:04 sendUrl INFO 3 [373] R:OK -2015-03-11 07:49:53 queue INFO >>3 [374] -2015-03-11 07:49:54 sendUrl INFO 3 [374] R:OK -2015-03-11 07:50:43 queue INFO >>3 [375] -2015-03-11 07:50:44 sendUrl INFO 3 [375] R:OK -2015-03-11 07:51:34 queue INFO >>3 [376] -2015-03-11 07:51:34 sendUrl INFO 3 [376] R:OK -2015-03-11 07:52:24 queue INFO >>3 [377] -2015-03-11 07:52:24 sendUrl INFO 3 [377] R:OK -2015-03-11 07:53:03 queue INFO 7 [378] -2015-03-11 07:53:03 sendUrl INFO 7 [378] R:OK -2015-03-11 07:53:03 queue INFO >7 [379] -2015-03-11 07:53:03 sendUrl INFO 7 [379] R:OK -2015-03-11 07:53:04 queue INFO 3 [380] -2015-03-11 07:53:04 queue INFO >3 [381] -2015-03-11 07:53:05 sendUrl INFO 3 [380] R:OK -2015-03-11 07:53:05 sendUrl INFO 3 [381] R:OK -2015-03-11 07:53:54 queue INFO >>3 [382] -2015-03-11 07:53:55 sendUrl INFO 3 [382] R:OK -2015-03-11 07:54:45 queue INFO >>3 [383] -2015-03-11 07:54:45 sendUrl INFO 3 [383] R:OK -2015-03-11 07:55:35 queue INFO >>3 [384] -2015-03-11 07:55:35 sendUrl INFO 3 [384] R:OK -2015-03-11 07:56:25 queue INFO >>3 [385] -2015-03-11 07:56:25 sendUrl INFO 3 [385] R:OK -2015-03-11 07:57:15 queue INFO >>3 [386] -2015-03-11 07:57:15 sendUrl INFO 3 [386] R:OK -2015-03-11 07:58:05 queue INFO >>3 [387] -2015-03-11 07:58:05 sendUrl INFO 3 [387] R:OK -2015-03-11 07:58:55 queue INFO >>3 [388] -2015-03-11 07:58:56 sendUrl INFO 3 [388] R:OK -2015-03-11 07:59:45 queue INFO >>3 [389] -2015-03-11 07:59:45 sendUrl INFO 3 [389] R:OK -2015-03-11 08:00:35 queue INFO >>3 [390] -2015-03-11 08:00:36 sendUrl INFO 3 [390] R:OK -2015-03-11 08:01:15 queue INFO 7 [391] -2015-03-11 08:01:15 queue INFO >7 [392] -2015-03-11 08:01:16 sendUrl INFO 7 [391] R:OK -2015-03-11 08:01:16 sendUrl INFO 7 [392] R:OK -2015-03-11 08:01:17 queue INFO 3 [393] -2015-03-11 08:01:17 queue INFO >3 [394] -2015-03-11 08:01:17 sendUrl INFO 3 [393] R:OK -2015-03-11 08:01:18 sendUrl INFO 3 [394] R:OK -2015-03-11 08:02:07 queue INFO >>3 [395] -2015-03-11 08:02:07 sendUrl INFO 3 [395] R:OK -2015-03-11 08:02:57 queue INFO >>3 [396] -2015-03-11 08:02:57 sendUrl INFO 3 [396] R:OK -2015-03-11 08:03:47 queue INFO >>3 [397] -2015-03-11 08:03:48 sendUrl INFO 3 [397] R:OK -2015-03-11 08:04:37 queue INFO >>3 [398] -2015-03-11 08:04:38 sendUrl INFO 3 [398] R:OK -2015-03-11 08:05:28 queue INFO >>3 [399] -2015-03-11 08:05:28 sendUrl INFO 3 [399] R:OK -2015-03-11 08:06:18 queue INFO >>3 [400] -2015-03-11 08:06:18 sendUrl INFO 3 [400] R:OK -2015-03-11 08:07:08 queue INFO >>3 [401] -2015-03-11 08:07:08 sendUrl INFO 3 [401] R:OK -2015-03-11 08:07:58 queue INFO >>3 [402] -2015-03-11 08:07:58 sendUrl INFO 3 [402] R:OK -2015-03-11 08:08:48 queue INFO >>3 [403] -2015-03-11 08:08:49 sendUrl INFO 3 [403] R:OK -2015-03-11 08:09:27 queue INFO 7 [404] -2015-03-11 08:09:27 queue INFO >7 [405] -2015-03-11 08:09:27 sendUrl INFO 7 [404] R:OK -2015-03-11 08:09:28 sendUrl INFO 7 [405] R:OK -2015-03-11 08:09:28 queue INFO 3 [406] -2015-03-11 08:09:29 queue INFO >3 [407] -2015-03-11 08:09:29 sendUrl INFO 3 [406] R:OK -2015-03-11 08:09:29 sendUrl INFO 3 [407] R:OK -2015-03-11 08:10:18 queue INFO >>3 [408] -2015-03-11 08:10:19 sendUrl INFO 3 [408] R:OK -2015-03-11 08:11:09 queue INFO >>3 [409] -2015-03-11 08:11:09 sendUrl INFO 3 [409] R:OK -2015-03-11 08:11:59 queue INFO >>3 [410] -2015-03-11 08:11:59 sendUrl INFO 3 [410] R:OK -2015-03-11 08:12:49 queue INFO >>3 [411] -2015-03-11 08:12:49 sendUrl INFO 3 [411] R:OK -2015-03-11 08:13:39 queue INFO >>3 [412] -2015-03-11 08:13:39 sendUrl INFO 3 [412] R:OK -2015-03-11 08:14:29 queue INFO >>3 [413] -2015-03-11 08:14:29 sendUrl INFO 3 [413] R:OK -2015-03-11 08:15:19 queue INFO >>3 [414] -2015-03-11 08:15:20 sendUrl INFO 3 [414] R:OK -2015-03-11 08:16:09 queue INFO >>3 [415] -2015-03-11 08:16:10 sendUrl INFO 3 [415] R:OK -2015-03-11 08:17:00 queue INFO >>3 [416] -2015-03-11 08:17:00 sendUrl INFO 3 [416] R:OK -2015-03-11 08:17:38 queue INFO 7 [417] -2015-03-11 08:17:38 queue INFO >7 [418] -2015-03-11 08:17:39 sendUrl INFO 7 [417] R:OK -2015-03-11 08:17:39 sendUrl INFO 7 [418] R:OK -2015-03-11 08:17:40 queue INFO 3 [419] -2015-03-11 08:17:40 queue INFO >3 [420] -2015-03-11 08:17:40 sendUrl INFO 3 [419] R:OK -2015-03-11 08:17:41 sendUrl INFO 3 [420] R:OK -2015-03-11 08:18:30 queue INFO >>3 [421] -2015-03-11 08:18:30 sendUrl INFO 3 [421] R:OK -2015-03-11 08:19:20 queue INFO >>3 [422] -2015-03-11 08:19:20 sendUrl INFO 3 [422] R:OK -2015-03-11 08:20:10 queue INFO >>3 [423] -2015-03-11 08:20:11 sendUrl INFO 3 [423] R:OK -2015-03-11 08:21:00 queue INFO >>3 [424] -2015-03-11 08:21:00 sendUrl INFO 3 [424] R:OK -2015-03-11 08:21:50 queue INFO >>3 [425] -2015-03-11 08:21:51 sendUrl INFO 3 [425] R:OK -2015-03-11 08:22:41 queue INFO >>3 [426] -2015-03-11 08:22:41 sendUrl INFO 3 [426] R:OK -2015-03-11 08:23:31 queue INFO >>3 [427] -2015-03-11 08:23:31 sendUrl INFO 3 [427] R:OK -2015-03-11 08:24:21 queue INFO >>3 [428] -2015-03-11 08:24:21 sendUrl INFO 3 [428] R:OK -2015-03-11 08:25:11 queue INFO >>3 [429] -2015-03-11 08:25:11 sendUrl INFO 3 [429] R:OK -2015-03-11 08:25:51 queue INFO 7 [430] -2015-03-11 08:25:51 sendUrl INFO 7 [430] R:OK -2015-03-11 08:25:51 queue INFO >7 [431] -2015-03-11 08:25:51 sendUrl INFO 7 [431] R:OK -2015-03-11 08:25:52 queue INFO 3 [432] -2015-03-11 08:25:52 queue INFO >3 [433] -2015-03-11 08:25:53 sendUrl INFO 3 [432] R:OK -2015-03-11 08:25:53 sendUrl INFO 3 [433] R:OK -2015-03-11 08:26:42 queue INFO >>3 [434] -2015-03-11 08:26:43 sendUrl INFO 3 [434] R:OK -2015-03-11 08:27:33 queue INFO >>3 [435] -2015-03-11 08:27:33 sendUrl INFO 3 [435] R:OK -2015-03-11 08:28:23 queue INFO >>3 [436] -2015-03-11 08:28:23 sendUrl INFO 3 [436] R:OK -2015-03-11 08:29:13 queue INFO >>3 [437] -2015-03-11 08:29:13 sendUrl INFO 3 [437] R:OK -2015-03-11 08:30:03 queue INFO >>3 [438] -2015-03-11 08:30:03 sendUrl INFO 3 [438] R:OK -2015-03-11 08:30:53 queue INFO >>3 [439] -2015-03-11 08:30:53 sendUrl INFO 3 [439] R:OK -2015-03-11 08:31:43 queue INFO >>3 [440] -2015-03-11 08:31:44 sendUrl INFO 3 [440] R:OK -2015-03-11 08:32:34 queue INFO >>3 [441] -2015-03-11 08:32:34 sendUrl INFO 3 [441] R:OK -2015-03-11 08:33:24 queue INFO >>3 [442] -2015-03-11 08:33:24 sendUrl INFO 3 [442] R:OK -2015-03-11 08:34:02 queue INFO 7 [443] -2015-03-11 08:34:03 queue INFO >7 [444] -2015-03-11 08:34:03 sendUrl INFO 7 [443] R:OK -2015-03-11 08:34:03 sendUrl INFO 7 [444] R:OK -2015-03-11 08:34:04 queue INFO 3 [445] -2015-03-11 08:34:04 sendUrl INFO 3 [445] R:OK -2015-03-11 08:34:04 queue INFO >3 [446] -2015-03-11 08:34:05 sendUrl INFO 3 [446] R:OK -2015-03-11 08:34:54 queue INFO >>3 [447] -2015-03-11 08:34:54 sendUrl INFO 3 [447] R:OK -2015-03-11 08:35:44 queue INFO >>3 [448] -2015-03-11 08:35:45 sendUrl INFO 3 [448] R:OK -2015-03-11 08:36:34 queue INFO >>3 [449] -2015-03-11 08:36:35 sendUrl INFO 3 [449] R:OK -2015-03-11 08:37:25 queue INFO >>3 [450] -2015-03-11 08:37:25 sendUrl INFO 3 [450] R:OK -2015-03-11 08:38:15 queue INFO >>3 [451] -2015-03-11 08:38:15 sendUrl INFO 3 [451] R:OK -2015-03-11 08:39:05 queue INFO >>3 [452] -2015-03-11 08:39:05 sendUrl INFO 3 [452] R:OK -2015-03-11 08:39:55 queue INFO >>3 [453] -2015-03-11 08:39:55 sendUrl INFO 3 [453] R:OK -2015-03-11 08:40:45 queue INFO >>3 [454] -2015-03-11 08:40:46 sendUrl INFO 3 [454] R:OK -2015-03-11 08:41:35 queue INFO >>3 [455] -2015-03-11 08:41:36 sendUrl INFO 3 [455] R:OK -2015-03-11 08:42:14 queue INFO 7 [456] -2015-03-11 08:42:14 queue INFO >7 [457] -2015-03-11 08:42:15 sendUrl INFO 7 [456] R:OK -2015-03-11 08:42:15 sendUrl INFO 7 [457] R:OK -2015-03-11 08:42:16 queue INFO 3 [458] -2015-03-11 08:42:16 queue INFO >3 [459] -2015-03-11 08:42:16 sendUrl INFO 3 [458] R:OK -2015-03-11 08:42:17 sendUrl INFO 3 [459] R:OK -2015-03-11 08:43:06 queue INFO >>3 [460] -2015-03-11 08:43:06 sendUrl INFO 3 [460] R:OK -2015-03-11 08:43:56 queue INFO >>3 [461] -2015-03-11 08:43:57 sendUrl INFO 3 [461] R:OK -2015-03-11 08:44:46 queue INFO >>3 [462] -2015-03-11 08:44:47 sendUrl INFO 3 [462] R:OK -2015-03-11 08:45:36 queue INFO >>3 [463] -2015-03-11 08:45:37 sendUrl INFO 3 [463] R:OK -2015-03-11 08:46:27 queue INFO >>3 [464] -2015-03-11 08:46:27 sendUrl INFO 3 [464] R:OK -2015-03-11 08:47:17 queue INFO >>3 [465] -2015-03-11 08:47:17 sendUrl INFO 3 [465] R:OK -2015-03-11 08:48:07 queue INFO >>3 [466] -2015-03-11 08:48:07 sendUrl INFO 3 [466] R:OK -2015-03-11 08:48:57 queue INFO >>3 [467] -2015-03-11 08:48:58 sendUrl INFO 3 [467] R:OK -2015-03-11 08:49:47 queue INFO >>3 [468] -2015-03-11 08:49:48 sendUrl INFO 3 [468] R:OK -2015-03-11 08:50:27 queue INFO 7 [469] -2015-03-11 08:50:27 queue INFO >7 [470] -2015-03-11 08:50:27 sendUrl INFO 7 [469] R:OK -2015-03-11 08:50:28 sendUrl INFO 7 [470] R:OK -2015-03-11 08:50:28 queue INFO 3 [471] -2015-03-11 08:50:29 queue INFO >3 [472] -2015-03-11 08:50:29 sendUrl INFO 3 [471] R:OK -2015-03-11 08:50:29 sendUrl INFO 3 [472] R:OK -2015-03-11 08:51:19 queue INFO >>3 [473] -2015-03-11 08:51:19 sendUrl INFO 3 [473] R:OK -2015-03-11 08:52:09 queue INFO >>3 [474] -2015-03-11 08:52:09 sendUrl INFO 3 [474] R:OK -2015-03-11 08:52:59 queue INFO >>3 [475] -2015-03-11 08:52:59 sendUrl INFO 3 [475] R:OK -2015-03-11 08:53:49 queue INFO >>3 [476] -2015-03-11 08:53:49 sendUrl INFO 3 [476] R:OK -2015-03-11 08:54:39 queue INFO >>3 [477] -2015-03-11 08:54:39 sendUrl INFO 3 [477] R:OK -2015-03-11 08:55:29 queue INFO >>3 [478] -2015-03-11 08:55:30 sendUrl INFO 3 [478] R:OK -2015-03-11 08:56:19 queue INFO >>3 [479] -2015-03-11 08:56:20 sendUrl INFO 3 [479] R:OK -2015-03-11 08:57:10 queue INFO >>3 [480] -2015-03-11 08:57:10 sendUrl INFO 3 [480] R:OK -2015-03-11 08:58:00 queue INFO >>3 [481] -2015-03-11 08:58:00 sendUrl INFO 3 [481] R:OK -2015-03-11 08:58:38 queue INFO 7 [482] -2015-03-11 08:58:38 queue INFO >7 [483] -2015-03-11 08:58:39 sendUrl INFO 7 [482] R:OK -2015-03-11 08:58:39 sendUrl INFO 7 [483] R:OK -2015-03-11 08:58:40 queue INFO 3 [484] -2015-03-11 08:58:40 queue INFO >3 [485] -2015-03-11 08:58:40 sendUrl INFO 3 [484] R:OK -2015-03-11 08:58:41 sendUrl INFO 3 [485] R:OK -2015-03-11 08:59:30 queue INFO >>3 [486] -2015-03-11 08:59:30 sendUrl INFO 3 [486] R:OK -2015-03-11 09:00:20 queue INFO >>3 [487] -2015-03-11 09:00:21 sendUrl INFO 3 [487] R:OK -2015-03-11 09:01:10 queue INFO >>3 [488] -2015-03-11 09:01:11 sendUrl INFO 3 [488] R:OK -2015-03-11 09:02:00 queue INFO >>3 [489] -2015-03-11 09:02:01 sendUrl INFO 3 [489] R:OK -2015-03-11 09:02:51 queue INFO >>3 [490] -2015-03-11 09:02:51 sendUrl INFO 3 [490] R:OK -2015-03-11 09:03:41 queue INFO >>3 [491] -2015-03-11 09:03:41 sendUrl INFO 3 [491] R:OK -2015-03-11 09:04:31 queue INFO >>3 [492] -2015-03-11 09:04:31 sendUrl INFO 3 [492] R:OK -2015-03-11 09:05:21 queue INFO >>3 [493] -2015-03-11 09:05:21 sendUrl INFO 3 [493] R:OK -2015-03-11 09:06:11 queue INFO >>3 [494] -2015-03-11 09:06:11 sendUrl INFO 3 [494] R:OK -2015-03-11 09:06:50 queue INFO 7 [495] -2015-03-11 09:06:50 queue INFO >7 [496] -2015-03-11 09:06:50 sendUrl INFO 7 [495] R:OK -2015-03-11 09:06:51 sendUrl INFO 7 [496] R:OK -2015-03-11 09:06:51 queue INFO 3 [497] -2015-03-11 09:06:52 queue INFO >3 [498] -2015-03-11 09:06:52 sendUrl INFO 3 [497] R:OK -2015-03-11 09:06:52 sendUrl INFO 3 [498] R:OK -2015-03-11 09:07:42 queue INFO >>3 [499] -2015-03-11 09:07:42 sendUrl INFO 3 [499] R:OK -2015-03-11 09:08:32 queue INFO >>3 [500] -2015-03-11 09:08:32 sendUrl INFO 3 [500] R:OK -2015-03-11 09:09:22 queue INFO >>3 [501] -2015-03-11 09:09:22 sendUrl INFO 3 [501] R:OK -2015-03-11 09:10:12 queue INFO >>3 [502] -2015-03-11 09:10:12 sendUrl INFO 3 [502] R:OK -2015-03-11 09:11:02 queue INFO >>3 [503] -2015-03-11 09:11:02 sendUrl INFO 3 [503] R:OK -2015-03-11 09:11:52 queue INFO >>3 [504] -2015-03-11 09:11:53 sendUrl INFO 3 [504] R:OK -2015-03-11 09:12:42 queue INFO >>3 [505] -2015-03-11 09:12:43 sendUrl INFO 3 [505] R:OK -2015-03-11 09:13:33 queue INFO >>3 [506] -2015-03-11 09:13:33 sendUrl INFO 3 [506] R:OK -2015-03-11 09:14:23 queue INFO >>3 [507] -2015-03-11 09:14:23 sendUrl INFO 3 [507] R:OK -2015-03-11 09:15:02 queue INFO 7 [508] -2015-03-11 09:15:02 queue INFO >7 [509] -2015-03-11 09:15:03 sendUrl INFO 7 [508] R:OK -2015-03-11 09:15:03 sendUrl INFO 7 [509] R:OK -2015-03-11 09:15:04 queue INFO 3 [510] -2015-03-11 09:15:04 queue INFO >3 [511] -2015-03-11 09:15:04 sendUrl INFO 3 [510] R:OK -2015-03-11 09:15:05 sendUrl INFO 3 [511] R:OK -2015-03-11 09:15:54 queue INFO >>3 [512] -2015-03-11 09:15:54 sendUrl INFO 3 [512] R:OK -2015-03-11 09:16:44 queue INFO >>3 [513] -2015-03-11 09:16:45 sendUrl INFO 3 [513] R:OK -2015-03-11 09:17:34 queue INFO >>3 [514] -2015-03-11 09:17:35 sendUrl INFO 3 [514] R:OK -2015-03-11 09:18:25 queue INFO >>3 [515] -2015-03-11 09:18:25 sendUrl INFO 3 [515] R:OK -2015-03-11 09:19:15 queue INFO >>3 [516] -2015-03-11 09:19:15 sendUrl INFO 3 [516] R:OK -2015-03-11 09:20:05 queue INFO >>3 [517] -2015-03-11 09:20:05 sendUrl INFO 3 [517] R:OK -2015-03-11 09:20:55 queue INFO >>3 [518] -2015-03-11 09:20:55 sendUrl INFO 3 [518] R:OK -2015-03-11 09:21:45 queue INFO >>3 [519] -2015-03-11 09:21:46 sendUrl INFO 3 [519] R:OK -2015-03-11 09:22:35 queue INFO >>3 [520] -2015-03-11 09:22:35 sendUrl INFO 3 [520] R:OK -2015-03-11 09:23:14 queue INFO 7 [521] -2015-03-11 09:23:14 queue INFO >7 [522] -2015-03-11 09:23:14 sendUrl INFO 7 [521] R:OK -2015-03-11 09:23:15 sendUrl INFO 7 [522] R:OK -2015-03-11 09:23:15 queue INFO 3 [523] -2015-03-11 09:23:16 sendUrl INFO 3 [523] R:OK -2015-03-11 09:23:16 queue INFO >3 [524] -2015-03-11 09:23:16 sendUrl INFO 3 [524] R:OK -2015-03-11 09:24:06 queue INFO >>3 [525] -2015-03-11 09:24:06 sendUrl INFO 3 [525] R:OK -2015-03-11 09:24:56 queue INFO >>3 [526] -2015-03-11 09:24:56 sendUrl INFO 3 [526] R:OK -2015-03-11 09:25:46 queue INFO >>3 [527] -2015-03-11 09:25:46 sendUrl INFO 3 [527] R:OK -2015-03-11 09:26:36 queue INFO >>3 [528] -2015-03-11 09:26:36 sendUrl INFO 3 [528] R:OK -2015-03-11 09:27:26 queue INFO >>3 [529] -2015-03-11 09:27:26 sendUrl INFO 3 [529] R:OK -2015-03-11 09:28:16 queue INFO >>3 [530] -2015-03-11 09:28:17 sendUrl INFO 3 [530] R:OK -2015-03-11 09:29:06 queue INFO >>3 [531] -2015-03-11 09:29:07 sendUrl INFO 3 [531] R:OK -2015-03-11 09:29:57 queue INFO >>3 [532] -2015-03-11 09:29:57 sendUrl INFO 3 [532] R:OK -2015-03-11 09:30:47 queue INFO >>3 [533] -2015-03-11 09:30:47 sendUrl INFO 3 [533] R:OK -2015-03-11 09:31:26 queue INFO 7 [534] -2015-03-11 09:31:26 queue INFO >7 [535] -2015-03-11 09:31:26 sendUrl INFO 7 [534] R:OK -2015-03-11 09:31:27 sendUrl INFO 7 [535] R:OK -2015-03-11 09:31:28 queue INFO 3 [536] -2015-03-11 09:31:28 queue INFO >3 [537] -2015-03-11 09:31:28 sendUrl INFO 3 [536] R:OK -2015-03-11 09:31:28 sendUrl INFO 3 [537] R:OK -2015-03-11 09:32:18 queue INFO >>3 [538] -2015-03-11 09:32:18 sendUrl INFO 3 [538] R:OK -2015-03-11 09:33:08 queue INFO >>3 [539] -2015-03-11 09:33:08 sendUrl INFO 3 [539] R:OK -2015-03-11 09:33:58 queue INFO >>3 [540] -2015-03-11 09:33:58 sendUrl INFO 3 [540] R:OK -2015-03-11 09:34:48 queue INFO >>3 [541] -2015-03-11 09:34:48 sendUrl INFO 3 [541] R:OK -2015-03-11 09:35:38 queue INFO >>3 [542] -2015-03-11 09:35:39 sendUrl INFO 3 [542] R:OK -2015-03-11 09:36:28 queue INFO >>3 [543] -2015-03-11 09:36:28 sendUrl INFO 3 [543] R:OK -2015-03-11 09:37:18 queue INFO >>3 [544] -2015-03-11 09:37:19 sendUrl INFO 3 [544] R:OK -2015-03-11 09:38:09 queue INFO >>3 [545] -2015-03-11 09:38:09 sendUrl INFO 3 [545] R:OK -2015-03-11 09:38:59 queue INFO >>3 [546] -2015-03-11 09:38:59 sendUrl INFO 3 [546] R:OK -2015-03-11 09:39:38 queue INFO 7 [547] -2015-03-11 09:39:39 queue INFO >7 [548] -2015-03-11 09:39:39 sendUrl INFO 7 [547] R:OK -2015-03-11 09:39:39 sendUrl INFO 7 [548] R:OK -2015-03-11 09:39:40 queue INFO 3 [549] -2015-03-11 09:39:40 sendUrl INFO 3 [549] R:OK -2015-03-11 09:39:40 queue INFO >3 [550] -2015-03-11 09:39:41 sendUrl INFO 3 [550] R:OK -2015-03-11 09:40:30 queue INFO >>3 [551] -2015-03-11 09:40:30 sendUrl INFO 3 [551] R:OK -2015-03-11 09:41:20 queue INFO >>3 [552] -2015-03-11 09:41:21 sendUrl INFO 3 [552] R:OK -2015-03-11 09:42:10 queue INFO >>3 [553] -2015-03-11 09:42:11 sendUrl INFO 3 [553] R:OK -2015-03-11 09:43:01 queue INFO >>3 [554] -2015-03-11 09:43:01 sendUrl INFO 3 [554] R:OK -2015-03-11 09:43:51 queue INFO >>3 [555] -2015-03-11 09:43:51 sendUrl INFO 3 [555] R:OK -2015-03-11 09:44:41 queue INFO >>3 [556] -2015-03-11 09:44:41 sendUrl INFO 3 [556] R:OK -2015-03-11 09:45:31 queue INFO >>3 [557] -2015-03-11 09:45:31 sendUrl INFO 3 [557] R:OK -2015-03-11 09:46:21 queue INFO >>3 [558] -2015-03-11 09:46:22 sendUrl INFO 3 [558] R:OK -2015-03-11 09:47:11 queue INFO >>3 [559] -2015-03-11 09:47:12 sendUrl INFO 3 [559] R:OK -2015-03-11 09:47:50 queue INFO 7 [560] -2015-03-11 09:47:50 queue INFO >7 [561] -2015-03-11 09:47:50 sendUrl INFO 7 [560] R:OK -2015-03-11 09:47:51 sendUrl INFO 7 [561] R:OK -2015-03-11 09:47:52 queue INFO 3 [562] -2015-03-11 09:47:52 queue INFO >3 [563] -2015-03-11 09:47:52 sendUrl INFO 3 [562] R:OK -2015-03-11 09:47:52 sendUrl INFO 3 [563] R:OK -2015-03-11 09:48:42 queue INFO >>3 [564] -2015-03-11 09:48:42 sendUrl INFO 3 [564] R:OK -2015-03-11 09:49:32 queue INFO >>3 [565] -2015-03-11 09:49:32 sendUrl INFO 3 [565] R:OK -2015-03-11 09:50:22 queue INFO >>3 [566] -2015-03-11 09:50:22 sendUrl INFO 3 [566] R:OK -2015-03-11 09:51:12 queue INFO >>3 [567] -2015-03-11 09:51:13 sendUrl INFO 3 [567] R:OK -2015-03-11 09:52:02 queue INFO >>3 [568] -2015-03-11 09:52:03 sendUrl INFO 3 [568] R:OK -2015-03-11 09:52:52 queue INFO >>3 [569] -2015-03-11 09:52:53 sendUrl INFO 3 [569] R:OK -2015-03-11 09:53:43 queue INFO >>3 [570] -2015-03-11 09:53:43 sendUrl INFO 3 [570] R:OK -2015-03-11 09:54:33 queue INFO >>3 [571] -2015-03-11 09:54:33 sendUrl INFO 3 [571] R:OK -2015-03-11 09:55:23 queue INFO >>3 [572] -2015-03-11 09:55:23 sendUrl INFO 3 [572] R:OK -2015-03-11 09:56:01 queue INFO 7 [573] -2015-03-11 09:56:02 queue INFO >7 [574] -2015-03-11 09:56:02 sendUrl INFO 7 [573] R:OK -2015-03-11 09:56:02 sendUrl INFO 7 [574] R:OK -2015-03-11 09:56:03 queue INFO 3 [575] -2015-03-11 09:56:03 sendUrl INFO 3 [575] R:OK -2015-03-11 09:56:03 queue INFO >3 [576] -2015-03-11 09:56:04 sendUrl INFO 3 [576] R:OK -2015-03-11 09:56:53 queue INFO >>3 [577] -2015-03-11 09:56:53 sendUrl INFO 3 [577] R:OK -2015-03-11 09:57:43 queue INFO >>3 [578] -2015-03-11 09:57:44 sendUrl INFO 3 [578] R:OK -2015-03-11 09:58:33 queue INFO >>3 [579] -2015-03-11 09:58:34 sendUrl INFO 3 [579] R:OK -2015-03-11 09:59:24 queue INFO >>3 [580] -2015-03-11 09:59:24 sendUrl INFO 3 [580] R:OK -2015-03-11 09:59:48 queue INFO 1 [581] -2015-03-11 09:59:48 queue INFO >1 [582] -2015-03-11 09:59:48 sendUrl INFO 1 [581] R:OK -2015-03-11 09:59:49 sendUrl INFO 1 [582] R:OK -2015-03-11 10:00:38 queue INFO >>1 [583] -2015-03-11 10:00:38 sendUrl INFO 1 [583] R:OK -2015-03-11 10:01:28 queue INFO >>1 [584] -2015-03-11 10:01:28 sendUrl INFO 1 [584] R:OK -2015-03-11 10:02:18 queue INFO >>1 [585] -2015-03-11 10:02:19 sendUrl INFO 1 [585] R:OK -2015-03-11 10:03:08 queue INFO >>1 [586] -2015-03-11 10:03:08 sendUrl INFO 1 [586] R:OK -2015-03-11 10:03:58 queue INFO >>1 [587] -2015-03-11 10:03:59 sendUrl INFO 1 [587] R:OK -2015-03-11 10:04:09 queue INFO 21 [588] -2015-03-11 10:04:09 sendUrl INFO 21 [588] R:OK -2015-03-11 10:04:09 queue INFO >21 [589] -2015-03-11 10:04:10 sendUrl INFO 21 [589] R:OK -2015-03-11 10:04:59 queue INFO >>21 [590] -2015-03-11 10:05:00 sendUrl INFO 21 [590] R:OK -2015-03-11 10:05:49 queue INFO >>21 [591] -2015-03-11 10:05:50 sendUrl INFO 21 [591] R:OK -2015-03-11 10:06:40 queue INFO >>21 [592] -2015-03-11 10:06:40 sendUrl INFO 21 [592] R:OK -2015-03-11 10:07:30 queue INFO >>21 [593] -2015-03-11 10:07:30 sendUrl INFO 21 [593] R:OK -2015-03-11 10:08:20 queue INFO >>21 [594] -2015-03-11 10:08:20 sendUrl INFO 21 [594] R:OK -2015-03-11 10:08:50 queue INFO 1 [595] -2015-03-11 10:08:50 queue INFO >1 [596] -2015-03-11 10:08:51 sendUrl INFO 1 [595] R:OK -2015-03-11 10:08:51 sendUrl INFO 1 [596] R:OK -2015-03-11 10:09:13 queue INFO 5 [597] -2015-03-11 10:09:13 queue INFO >5 [598] -2015-03-11 10:09:13 sendUrl INFO 5 [597] R:OK -2015-03-11 10:09:13 sendUrl INFO 5 [598] R:OK -2015-03-11 10:09:14 queue INFO 1 [599] -2015-03-11 10:09:14 sendUrl INFO 1 [599] R:OK -2015-03-11 10:09:14 queue INFO >1 [600] -2015-03-11 10:09:15 sendUrl INFO 1 [600] R:OK -2015-03-11 10:10:04 queue INFO >>1 [601] -2015-03-11 10:10:05 sendUrl INFO 1 [601] R:OK -2015-03-11 10:10:44 queue INFO 3 [602] -2015-03-11 10:10:44 queue INFO >3 [603] -2015-03-11 10:10:44 sendUrl INFO 3 [602] R:OK -2015-03-11 10:10:44 sendUrl INFO 3 [603] R:OK -2015-03-11 10:11:34 queue INFO >>3 [604] -2015-03-11 10:11:34 sendUrl INFO 3 [604] R:OK -2015-03-11 10:12:24 queue INFO >>3 [605] -2015-03-11 10:12:24 sendUrl INFO 3 [605] R:OK -2015-03-11 10:13:14 queue INFO >>3 [606] -2015-03-11 10:13:14 sendUrl INFO 3 [606] R:OK -2015-03-11 10:14:04 queue INFO >>3 [607] -2015-03-11 10:14:05 sendUrl INFO 3 [607] R:OK -2015-03-11 10:14:54 queue INFO >>3 [608] -2015-03-11 10:14:55 sendUrl INFO 3 [608] R:OK -2015-03-11 10:15:45 queue INFO >>3 [609] -2015-03-11 10:15:45 sendUrl INFO 3 [609] R:OK -2015-03-11 10:16:35 queue INFO >>3 [610] -2015-03-11 10:16:35 sendUrl INFO 3 [610] R:OK -2015-03-11 10:17:25 queue INFO >>3 [611] -2015-03-11 10:17:25 queue INFO 7 [612] -2015-03-11 10:17:25 sendUrl INFO 3 [611] R:OK -2015-03-11 10:17:25 queue INFO >7 [613] -2015-03-11 10:17:26 sendUrl INFO 7 [612] R:OK -2015-03-11 10:17:26 sendUrl INFO 7 [613] R:OK -2015-03-11 10:17:27 queue INFO 3 [614] -2015-03-11 10:17:27 queue INFO >3 [615] -2015-03-11 10:17:27 sendUrl INFO 3 [614] R:OK -2015-03-11 10:17:28 sendUrl INFO 3 [615] R:OK -2015-03-11 10:18:17 queue INFO >>3 [616] -2015-03-11 10:18:17 sendUrl INFO 3 [616] R:OK -2015-03-11 10:19:07 queue INFO >>3 [617] -2015-03-11 10:19:07 sendUrl INFO 3 [617] R:OK -2015-03-11 10:19:57 queue INFO >>3 [618] -2015-03-11 10:19:58 sendUrl INFO 3 [618] R:OK -2015-03-11 10:20:47 queue INFO >>3 [619] -2015-03-11 10:20:47 sendUrl INFO 3 [619] R:OK -2015-03-11 10:21:37 queue INFO >>3 [620] -2015-03-11 10:21:38 sendUrl INFO 3 [620] R:OK -2015-03-11 10:22:28 queue INFO >>3 [621] -2015-03-11 10:22:28 sendUrl INFO 3 [621] R:OK -2015-03-11 10:23:18 queue INFO >>3 [622] -2015-03-11 10:23:18 sendUrl INFO 3 [622] R:OK -2015-03-11 10:24:08 queue INFO >>3 [623] -2015-03-11 10:24:08 sendUrl INFO 3 [623] R:OK -2015-03-11 10:24:58 queue INFO >>3 [624] -2015-03-11 10:24:59 sendUrl INFO 3 [624] R:OK -2015-03-11 10:25:37 queue INFO 7 [625] -2015-03-11 10:25:37 queue INFO >7 [626] -2015-03-11 10:25:37 sendUrl INFO 7 [625] R:OK -2015-03-11 10:25:37 sendUrl INFO 7 [626] R:OK -2015-03-11 10:25:38 queue INFO 3 [627] -2015-03-11 10:25:38 sendUrl INFO 3 [627] R:OK -2015-03-11 10:25:38 queue INFO >3 [628] -2015-03-11 10:25:39 sendUrl INFO 3 [628] R:OK -2015-03-11 10:26:28 queue INFO >>3 [629] -2015-03-11 10:26:29 sendUrl INFO 3 [629] R:OK -2015-03-11 10:27:18 queue INFO >>3 [630] -2015-03-11 10:27:19 sendUrl INFO 3 [630] R:OK -2015-03-11 10:28:09 queue INFO >>3 [631] -2015-03-11 10:28:09 sendUrl INFO 3 [631] R:OK -2015-03-11 10:28:59 queue INFO >>3 [632] -2015-03-11 10:28:59 sendUrl INFO 3 [632] R:OK -2015-03-11 10:29:49 queue INFO >>3 [633] -2015-03-11 10:29:49 sendUrl INFO 3 [633] R:OK -2015-03-11 10:30:39 queue INFO >>3 [634] -2015-03-11 10:30:39 sendUrl INFO 3 [634] R:OK -2015-03-11 10:31:29 queue INFO >>3 [635] -2015-03-11 10:31:29 sendUrl INFO 3 [635] R:OK -2015-03-11 10:32:19 queue INFO >>3 [636] -2015-03-11 10:32:20 sendUrl INFO 3 [636] R:OK -2015-03-11 10:33:09 queue INFO >>3 [637] -2015-03-11 10:33:10 sendUrl INFO 3 [637] R:OK -2015-03-11 10:33:48 queue INFO 7 [638] -2015-03-11 10:33:48 queue INFO >7 [639] -2015-03-11 10:33:49 sendUrl INFO 7 [638] R:OK -2015-03-11 10:33:49 sendUrl INFO 7 [639] R:OK -2015-03-11 10:33:50 queue INFO 3 [640] -2015-03-11 10:33:50 queue INFO >3 [641] -2015-03-11 10:33:50 sendUrl INFO 3 [640] R:OK -2015-03-11 10:33:51 sendUrl INFO 3 [641] R:OK -2015-03-11 10:34:40 queue INFO >>3 [642] -2015-03-11 10:34:40 sendUrl INFO 3 [642] R:OK -2015-03-11 10:35:30 queue INFO >>3 [643] -2015-03-11 10:35:30 sendUrl INFO 3 [643] R:OK -2015-03-11 10:36:20 queue INFO >>3 [644] -2015-03-11 10:36:21 sendUrl INFO 3 [644] R:OK -2015-03-11 10:37:10 queue INFO >>3 [645] -2015-03-11 10:37:10 sendUrl INFO 3 [645] R:OK -2015-03-11 10:38:01 queue INFO >>3 [646] -2015-03-11 10:38:01 sendUrl INFO 3 [646] R:OK -2015-03-11 10:38:51 queue INFO >>3 [647] -2015-03-11 10:38:51 sendUrl INFO 3 [647] R:OK -2015-03-11 10:39:41 queue INFO >>3 [648] -2015-03-11 10:39:41 sendUrl INFO 3 [648] R:OK -2015-03-11 10:40:31 queue INFO >>3 [649] -2015-03-11 10:40:31 sendUrl INFO 3 [649] R:OK -2015-03-11 10:41:21 queue INFO >>3 [650] -2015-03-11 10:41:21 sendUrl INFO 3 [650] R:OK -2015-03-11 10:42:01 queue INFO 7 [651] -2015-03-11 10:42:01 queue INFO >7 [652] -2015-03-11 10:42:01 sendUrl INFO 7 [651] R:OK -2015-03-11 10:42:01 sendUrl INFO 7 [652] R:OK -2015-03-11 10:42:02 queue INFO 3 [653] -2015-03-11 10:42:02 queue INFO >3 [654] -2015-03-11 10:42:02 sendUrl INFO 3 [653] R:OK -2015-03-11 10:42:03 sendUrl INFO 3 [654] R:OK -2015-03-11 10:42:52 queue INFO >>3 [655] -2015-03-11 10:42:53 sendUrl INFO 3 [655] R:OK -2015-03-11 10:43:42 queue INFO >>3 [656] -2015-03-11 10:43:43 sendUrl INFO 3 [656] R:OK -2015-03-11 10:44:33 queue INFO >>3 [657] -2015-03-11 10:44:33 sendUrl INFO 3 [657] R:OK -2015-03-11 10:45:23 queue INFO >>3 [658] -2015-03-11 10:45:23 sendUrl INFO 3 [658] R:OK -2015-03-11 10:46:13 queue INFO >>3 [659] -2015-03-11 10:46:13 sendUrl INFO 3 [659] R:OK -2015-03-11 10:47:03 queue INFO >>3 [660] -2015-03-11 10:47:03 sendUrl INFO 3 [660] R:OK -2015-03-11 10:47:53 queue INFO >>3 [661] -2015-03-11 10:47:53 sendUrl INFO 3 [661] R:OK -2015-03-11 10:48:43 queue INFO >>3 [662] -2015-03-11 10:48:44 sendUrl INFO 3 [662] R:OK -2015-03-11 10:49:33 queue INFO >>3 [663] -2015-03-11 10:49:34 sendUrl INFO 3 [663] R:OK -2015-03-11 10:50:12 queue INFO 7 [664] -2015-03-11 10:50:13 queue INFO >7 [665] -2015-03-11 10:50:13 sendUrl INFO 7 [664] R:OK -2015-03-11 10:50:13 sendUrl INFO 7 [665] R:OK -2015-03-11 10:50:14 queue INFO 3 [666] -2015-03-11 10:50:14 queue INFO >3 [667] -2015-03-11 10:50:14 sendUrl INFO 3 [666] R:OK -2015-03-11 10:50:15 sendUrl INFO 3 [667] R:OK -2015-03-11 10:51:04 queue INFO >>3 [668] -2015-03-11 10:51:04 sendUrl INFO 3 [668] R:OK -2015-03-11 10:51:54 queue INFO >>3 [669] -2015-03-11 10:51:54 sendUrl INFO 3 [669] R:OK -2015-03-11 10:52:44 queue INFO >>3 [670] -2015-03-11 10:52:45 sendUrl INFO 3 [670] R:OK -2015-03-11 10:53:34 queue INFO >>3 [671] -2015-03-11 10:53:34 sendUrl INFO 3 [671] R:OK -2015-03-11 10:54:25 queue INFO >>3 [672] -2015-03-11 10:54:25 sendUrl INFO 3 [672] R:OK -2015-03-11 10:55:15 queue INFO >>3 [673] -2015-03-11 10:55:15 sendUrl INFO 3 [673] R:OK -2015-03-11 10:56:05 queue INFO >>3 [674] -2015-03-11 10:56:05 sendUrl INFO 3 [674] R:OK -2015-03-11 10:56:55 queue INFO >>3 [675] -2015-03-11 10:56:55 sendUrl INFO 3 [675] R:OK -2015-03-11 10:57:45 queue INFO >>3 [676] -2015-03-11 10:57:45 sendUrl INFO 3 [676] R:OK -2015-03-11 10:58:24 queue INFO 7 [677] -2015-03-11 10:58:25 queue INFO >7 [678] -2015-03-11 10:58:25 sendUrl INFO 7 [677] R:OK -2015-03-11 10:58:25 sendUrl INFO 7 [678] R:OK -2015-03-11 10:58:26 queue INFO 3 [679] -2015-03-11 10:58:26 queue INFO >3 [680] -2015-03-11 10:58:26 sendUrl INFO 3 [679] R:OK -2015-03-11 10:58:27 sendUrl INFO 3 [680] R:OK -2015-03-11 10:59:16 queue INFO >>3 [681] -2015-03-11 10:59:16 sendUrl INFO 3 [681] R:OK -2015-03-11 11:00:06 queue INFO >>3 [682] -2015-03-11 11:00:07 sendUrl INFO 3 [682] R:OK -2015-03-11 11:00:56 queue INFO >>3 [683] -2015-03-11 11:00:57 sendUrl INFO 3 [683] R:OK -2015-03-11 11:01:46 queue INFO >>3 [684] -2015-03-11 11:01:47 sendUrl INFO 3 [684] R:OK -2015-03-11 11:02:37 queue INFO >>3 [685] -2015-03-11 11:02:37 sendUrl INFO 3 [685] R:OK -2015-03-11 11:03:27 queue INFO >>3 [686] -2015-03-11 11:03:27 sendUrl INFO 3 [686] R:OK -2015-03-11 11:04:17 queue INFO >>3 [687] -2015-03-11 11:04:17 sendUrl INFO 3 [687] R:OK -2015-03-11 11:05:07 queue INFO >>3 [688] -2015-03-11 11:05:08 sendUrl INFO 3 [688] R:OK -2015-03-11 11:05:57 queue INFO >>3 [689] -2015-03-11 11:05:57 sendUrl INFO 3 [689] R:OK -2015-03-11 11:06:37 queue INFO 7 [690] -2015-03-11 11:06:37 queue INFO >7 [691] -2015-03-11 11:06:37 sendUrl INFO 7 [690] R:OK -2015-03-11 11:06:38 sendUrl INFO 7 [691] R:OK -2015-03-11 11:06:38 queue INFO 3 [692] -2015-03-11 11:06:38 queue INFO >3 [693] -2015-03-11 11:06:39 sendUrl INFO 3 [692] R:OK -2015-03-11 11:06:39 sendUrl INFO 3 [693] R:OK -2015-03-11 11:07:28 queue INFO >>3 [694] -2015-03-11 11:07:28 sendUrl INFO 3 [694] R:OK -2015-03-11 11:08:18 queue INFO >>3 [695] -2015-03-11 11:08:19 sendUrl INFO 3 [695] R:OK -2015-03-11 11:09:09 queue INFO >>3 [696] -2015-03-11 11:09:09 sendUrl INFO 3 [696] R:OK -2015-03-11 11:09:59 queue INFO >>3 [697] -2015-03-11 11:09:59 sendUrl INFO 3 [697] R:OK -2015-03-11 11:10:49 queue INFO >>3 [698] -2015-03-11 11:10:49 sendUrl INFO 3 [698] R:OK -2015-03-11 11:11:39 queue INFO >>3 [699] -2015-03-11 11:11:40 sendUrl INFO 3 [699] R:OK -2015-03-11 11:12:29 queue INFO >>3 [700] -2015-03-11 11:12:29 sendUrl INFO 3 [700] R:OK -2015-03-11 11:13:19 queue INFO >>3 [701] -2015-03-11 11:13:20 sendUrl INFO 3 [701] R:OK -2015-03-11 11:14:10 queue INFO >>3 [702] -2015-03-11 11:14:10 sendUrl INFO 3 [702] R:OK -2015-03-11 11:14:48 queue INFO 7 [703] -2015-03-11 11:14:48 sendUrl INFO 7 [703] R:OK -2015-03-11 11:14:48 queue INFO >7 [704] -2015-03-11 11:14:49 sendUrl INFO 7 [704] R:OK -2015-03-11 11:14:50 queue INFO 3 [705] -2015-03-11 11:14:50 queue INFO >3 [706] -2015-03-11 11:14:50 sendUrl INFO 3 [705] R:OK -2015-03-11 11:14:51 sendUrl INFO 3 [706] R:OK -2015-03-11 11:15:40 queue INFO >>3 [707] -2015-03-11 11:15:40 sendUrl INFO 3 [707] R:OK -2015-03-11 11:16:30 queue INFO >>3 [708] -2015-03-11 11:16:31 sendUrl INFO 3 [708] R:OK -2015-03-11 11:17:20 queue INFO >>3 [709] -2015-03-11 11:17:21 sendUrl INFO 3 [709] R:OK -2015-03-11 11:18:10 queue INFO >>3 [710] -2015-03-11 11:18:11 sendUrl INFO 3 [710] R:OK -2015-03-11 11:19:01 queue INFO >>3 [711] -2015-03-11 11:19:01 sendUrl INFO 3 [711] R:OK -2015-03-11 11:19:51 queue INFO >>3 [712] -2015-03-11 11:19:51 sendUrl INFO 3 [712] R:OK -2015-03-11 11:20:41 queue INFO >>3 [713] -2015-03-11 11:20:41 sendUrl INFO 3 [713] R:OK -2015-03-11 11:21:31 queue INFO >>3 [714] -2015-03-11 11:21:32 sendUrl INFO 3 [714] R:OK -2015-03-11 11:22:21 queue INFO >>3 [715] -2015-03-11 11:22:21 sendUrl INFO 3 [715] R:OK -2015-03-11 11:23:00 queue INFO 7 [716] -2015-03-11 11:23:00 queue INFO >7 [717] -2015-03-11 11:23:00 sendUrl INFO 7 [716] R:OK -2015-03-11 11:23:01 sendUrl INFO 7 [717] R:OK -2015-03-11 11:23:01 queue INFO 3 [718] -2015-03-11 11:23:01 queue INFO >3 [719] -2015-03-11 11:23:02 sendUrl INFO 3 [718] R:OK -2015-03-11 11:23:02 sendUrl INFO 3 [719] R:OK -2015-03-11 11:23:51 queue INFO >>3 [720] -2015-03-11 11:23:52 sendUrl INFO 3 [720] R:OK -2015-03-11 11:24:42 queue INFO >>3 [721] -2015-03-11 11:24:42 sendUrl INFO 3 [721] R:OK -2015-03-11 11:25:32 queue INFO >>3 [722] -2015-03-11 11:25:32 sendUrl INFO 3 [722] R:OK -2015-03-11 11:26:22 queue INFO >>3 [723] -2015-03-11 11:26:22 sendUrl INFO 3 [723] R:OK -2015-03-11 11:27:12 queue INFO >>3 [724] -2015-03-11 11:27:12 sendUrl INFO 3 [724] R:OK -2015-03-11 11:28:02 queue INFO >>3 [725] -2015-03-11 11:28:03 sendUrl INFO 3 [725] R:OK -2015-03-11 11:28:52 queue INFO >>3 [726] -2015-03-11 11:28:53 sendUrl INFO 3 [726] R:OK -2015-03-11 11:29:42 queue INFO >>3 [727] -2015-03-11 11:29:43 sendUrl INFO 3 [727] R:OK -2015-03-11 11:30:33 queue INFO >>3 [728] -2015-03-11 11:30:33 sendUrl INFO 3 [728] R:OK -2015-03-11 11:31:12 queue INFO 7 [729] -2015-03-11 11:31:12 queue INFO >7 [730] -2015-03-11 11:31:12 sendUrl INFO 7 [729] R:OK -2015-03-11 11:31:13 sendUrl INFO 7 [730] R:OK -2015-03-11 11:31:14 queue INFO 3 [731] -2015-03-11 11:31:14 queue INFO >3 [732] -2015-03-11 11:31:14 sendUrl INFO 3 [731] R:OK -2015-03-11 11:31:14 sendUrl INFO 3 [732] R:OK -2015-03-11 11:32:04 queue INFO >>3 [733] -2015-03-11 11:32:04 sendUrl INFO 3 [733] R:OK -2015-03-11 11:32:54 queue INFO >>3 [734] -2015-03-11 11:32:54 sendUrl INFO 3 [734] R:OK -2015-03-11 11:33:44 queue INFO >>3 [735] -2015-03-11 11:33:44 sendUrl INFO 3 [735] R:OK -2015-03-11 11:34:34 queue INFO >>3 [736] -2015-03-11 11:34:35 sendUrl INFO 3 [736] R:OK -2015-03-11 11:35:24 queue INFO >>3 [737] -2015-03-11 11:35:25 sendUrl INFO 3 [737] R:OK -2015-03-11 11:36:15 queue INFO >>3 [738] -2015-03-11 11:36:15 sendUrl INFO 3 [738] R:OK -2015-03-11 11:37:05 queue INFO >>3 [739] -2015-03-11 11:37:05 sendUrl INFO 3 [739] R:OK -2015-03-11 11:37:55 queue INFO >>3 [740] -2015-03-11 11:37:55 sendUrl INFO 3 [740] R:OK -2015-03-11 11:38:45 queue INFO >>3 [741] -2015-03-11 11:38:45 sendUrl INFO 3 [741] R:OK -2015-03-11 11:39:24 queue INFO 7 [742] -2015-03-11 11:39:24 queue INFO >7 [743] -2015-03-11 11:39:24 sendUrl INFO 7 [742] R:OK -2015-03-11 11:39:25 sendUrl INFO 7 [743] R:OK -2015-03-11 11:39:25 queue INFO 3 [744] -2015-03-11 11:39:26 queue INFO >3 [745] -2015-03-11 11:39:26 sendUrl INFO 3 [744] R:OK -2015-03-11 11:39:26 sendUrl INFO 3 [745] R:OK -2015-03-11 11:40:16 queue INFO >>3 [746] -2015-03-11 11:40:16 sendUrl INFO 3 [746] R:OK -2015-03-11 11:41:06 queue INFO >>3 [747] -2015-03-11 11:41:06 sendUrl INFO 3 [747] R:OK -2015-03-11 11:41:56 queue INFO >>3 [748] -2015-03-11 11:41:56 sendUrl INFO 3 [748] R:OK -2015-03-11 11:42:46 queue INFO >>3 [749] -2015-03-11 11:42:47 sendUrl INFO 3 [749] R:OK -2015-03-11 11:43:36 queue INFO >>3 [750] -2015-03-11 11:43:36 sendUrl INFO 3 [750] R:OK -2015-03-11 11:44:26 queue INFO >>3 [751] -2015-03-11 11:44:27 sendUrl INFO 3 [751] R:OK -2015-03-11 11:45:16 queue INFO >>3 [752] -2015-03-11 11:45:17 sendUrl INFO 3 [752] R:OK -2015-03-11 11:46:07 queue INFO >>3 [753] -2015-03-11 11:46:07 sendUrl INFO 3 [753] R:OK -2015-03-11 11:46:57 queue INFO >>3 [754] -2015-03-11 11:46:57 sendUrl INFO 3 [754] R:OK -2015-03-11 11:47:36 queue INFO 7 [755] -2015-03-11 11:47:36 queue INFO >7 [756] -2015-03-11 11:47:36 sendUrl INFO 7 [755] R:OK -2015-03-11 11:47:37 sendUrl INFO 7 [756] R:OK -2015-03-11 11:47:37 queue INFO 3 [757] -2015-03-11 11:47:38 queue INFO >3 [758] -2015-03-11 11:47:38 sendUrl INFO 3 [757] R:OK -2015-03-11 11:47:38 sendUrl INFO 3 [758] R:OK -2015-03-11 11:48:28 queue INFO >>3 [759] -2015-03-11 11:48:28 sendUrl INFO 3 [759] R:OK -2015-03-11 11:49:18 queue INFO >>3 [760] -2015-03-11 11:49:18 sendUrl INFO 3 [760] R:OK -2015-03-11 11:50:08 queue INFO >>3 [761] -2015-03-11 11:50:08 sendUrl INFO 3 [761] R:OK -2015-03-11 11:50:58 queue INFO >>3 [762] -2015-03-11 11:50:58 sendUrl INFO 3 [762] R:OK -2015-03-11 11:51:48 queue INFO >>3 [763] -2015-03-11 11:51:49 sendUrl INFO 3 [763] R:OK -2015-03-11 11:52:38 queue INFO >>3 [764] -2015-03-11 11:52:39 sendUrl INFO 3 [764] R:OK -2015-03-11 11:53:29 queue INFO >>3 [765] -2015-03-11 11:53:29 sendUrl INFO 3 [765] R:OK -2015-03-11 11:54:19 queue INFO >>3 [766] -2015-03-11 11:54:19 sendUrl INFO 3 [766] R:OK -2015-03-11 11:55:09 queue INFO >>3 [767] -2015-03-11 11:55:09 sendUrl INFO 3 [767] R:OK -2015-03-11 11:55:48 queue INFO 7 [768] -2015-03-11 11:55:48 queue INFO >7 [769] -2015-03-11 11:55:49 sendUrl INFO 7 [768] R:OK -2015-03-11 11:55:49 sendUrl INFO 7 [769] R:OK -2015-03-11 11:55:50 queue INFO 3 [770] -2015-03-11 11:55:50 queue INFO >3 [771] -2015-03-11 11:55:50 sendUrl INFO 3 [770] R:OK -2015-03-11 11:55:51 sendUrl INFO 3 [771] R:OK -2015-03-11 11:56:40 queue INFO >>3 [772] -2015-03-11 11:56:41 sendUrl INFO 3 [772] R:OK -2015-03-11 11:57:30 queue INFO >>3 [773] -2015-03-11 11:57:30 sendUrl INFO 3 [773] R:OK -2015-03-11 11:58:20 queue INFO >>3 [774] -2015-03-11 11:58:21 sendUrl INFO 3 [774] R:OK -2015-03-11 11:59:10 queue INFO >>3 [775] -2015-03-11 11:59:11 sendUrl INFO 3 [775] R:OK -2015-03-11 12:00:01 queue INFO >>3 [776] -2015-03-11 12:00:01 sendUrl INFO 3 [776] R:OK -2015-03-11 12:00:51 queue INFO >>3 [777] -2015-03-11 12:00:51 sendUrl INFO 3 [777] R:OK -2015-03-11 12:01:41 queue INFO >>3 [778] -2015-03-11 12:01:41 sendUrl INFO 3 [778] R:OK -2015-03-11 12:02:31 queue INFO >>3 [779] -2015-03-11 12:02:31 sendUrl INFO 3 [779] R:OK -2015-03-11 12:03:21 queue INFO >>3 [780] -2015-03-11 12:03:22 sendUrl INFO 3 [780] R:OK -2015-03-11 12:04:00 queue INFO 7 [781] -2015-03-11 12:04:00 sendUrl INFO 7 [781] R:OK -2015-03-11 12:04:00 queue INFO >7 [782] -2015-03-11 12:04:00 sendUrl INFO 7 [782] R:OK -2015-03-11 12:04:01 queue INFO 3 [783] -2015-03-11 12:04:02 queue INFO >3 [784] -2015-03-11 12:04:02 sendUrl INFO 3 [783] R:OK -2015-03-11 12:04:03 sendUrl INFO 3 [784] R:OK -2015-03-11 12:04:52 queue INFO >>3 [785] -2015-03-11 12:04:52 sendUrl INFO 3 [785] R:OK -2015-03-11 12:05:42 queue INFO >>3 [786] -2015-03-11 12:05:42 sendUrl INFO 3 [786] R:OK -2015-03-11 12:06:32 queue INFO >>3 [787] -2015-03-11 12:06:32 sendUrl INFO 3 [787] R:OK -2015-03-11 12:07:22 queue INFO >>3 [788] -2015-03-11 12:07:22 sendUrl INFO 3 [788] R:OK -2015-03-11 12:08:12 queue INFO >>3 [789] -2015-03-11 12:08:13 sendUrl INFO 3 [789] R:OK -2015-03-11 12:09:02 queue INFO >>3 [790] -2015-03-11 12:09:02 sendUrl INFO 3 [790] R:OK -2015-03-11 12:09:52 queue INFO >>3 [791] -2015-03-11 12:09:53 sendUrl INFO 3 [791] R:OK -2015-03-11 12:10:43 queue INFO >>3 [792] -2015-03-11 12:10:43 sendUrl INFO 3 [792] R:OK -2015-03-11 12:11:33 queue INFO >>3 [793] -2015-03-11 12:11:33 sendUrl INFO 3 [793] R:OK -2015-03-11 12:12:11 queue INFO 7 [794] -2015-03-11 12:12:12 queue INFO >7 [795] -2015-03-11 12:12:12 sendUrl INFO 7 [794] R:OK -2015-03-11 12:12:12 sendUrl INFO 7 [795] R:OK -2015-03-11 12:12:13 queue INFO 3 [796] -2015-03-11 12:12:13 queue INFO >3 [797] -2015-03-11 12:12:13 sendUrl INFO 3 [796] R:OK -2015-03-11 12:12:14 sendUrl INFO 3 [797] R:OK -2015-03-11 12:13:03 queue INFO >>3 [798] -2015-03-11 12:13:04 sendUrl INFO 3 [798] R:OK -2015-03-11 12:13:53 queue INFO >>3 [799] -2015-03-11 12:13:53 sendUrl INFO 3 [799] R:OK -2015-03-11 12:14:43 queue INFO >>3 [800] -2015-03-11 12:14:44 sendUrl INFO 3 [800] R:OK -2015-03-11 12:15:34 queue INFO >>3 [801] -2015-03-11 12:15:34 sendUrl INFO 3 [801] R:OK -2015-03-11 12:16:24 queue INFO >>3 [802] -2015-03-11 12:16:24 sendUrl INFO 3 [802] R:OK -2015-03-11 12:17:14 queue INFO >>3 [803] -2015-03-11 12:17:14 sendUrl INFO 3 [803] R:OK -2015-03-11 12:18:04 queue INFO >>3 [804] -2015-03-11 12:18:05 sendUrl INFO 3 [804] R:OK -2015-03-11 12:18:54 queue INFO >>3 [805] -2015-03-11 12:18:54 sendUrl INFO 3 [805] R:OK -2015-03-11 12:19:44 queue INFO >>3 [806] -2015-03-11 12:19:45 sendUrl INFO 3 [806] R:OK -2015-03-11 12:20:24 queue INFO 7 [807] -2015-03-11 12:20:24 queue INFO >7 [808] -2015-03-11 12:20:24 sendUrl INFO 7 [807] R:OK -2015-03-11 12:20:25 sendUrl INFO 7 [808] R:OK -2015-03-11 12:20:25 queue INFO 3 [809] -2015-03-11 12:20:26 queue INFO >3 [810] -2015-03-11 12:20:26 sendUrl INFO 3 [809] R:OK -2015-03-11 12:20:26 sendUrl INFO 3 [810] R:OK -2015-03-11 12:21:15 queue INFO >>3 [811] -2015-03-11 12:21:16 sendUrl INFO 3 [811] R:OK -2015-03-11 12:22:06 queue INFO >>3 [812] -2015-03-11 12:22:06 sendUrl INFO 3 [812] R:OK -2015-03-11 12:22:56 queue INFO >>3 [813] -2015-03-11 12:22:56 sendUrl INFO 3 [813] R:OK -2015-03-11 12:23:46 queue INFO >>3 [814] -2015-03-11 12:23:46 sendUrl INFO 3 [814] R:OK -2015-03-11 12:24:36 queue INFO >>3 [815] -2015-03-11 12:24:37 sendUrl INFO 3 [815] R:OK -2015-03-11 12:25:26 queue INFO >>3 [816] -2015-03-11 12:25:27 sendUrl INFO 3 [816] R:OK -2015-03-11 12:26:16 queue INFO >>3 [817] -2015-03-11 12:26:17 sendUrl INFO 3 [817] R:OK -2015-03-11 12:27:07 queue INFO >>3 [818] -2015-03-11 12:27:07 sendUrl INFO 3 [818] R:OK -2015-03-11 12:27:57 queue INFO >>3 [819] -2015-03-11 12:27:57 sendUrl INFO 3 [819] R:OK -2015-03-11 12:28:35 queue INFO 7 [820] -2015-03-11 12:28:36 queue INFO >7 [821] -2015-03-11 12:28:36 sendUrl INFO 7 [820] R:OK -2015-03-11 12:28:36 sendUrl INFO 7 [821] R:OK -2015-03-11 12:28:37 queue INFO 3 [822] -2015-03-11 12:28:37 queue INFO >3 [823] -2015-03-11 12:28:37 sendUrl INFO 3 [822] R:OK -2015-03-11 12:28:38 sendUrl INFO 3 [823] R:OK -2015-03-11 12:29:27 queue INFO >>3 [824] -2015-03-11 12:29:28 sendUrl INFO 3 [824] R:OK -2015-03-11 12:30:17 queue INFO >>3 [825] -2015-03-11 12:30:17 sendUrl INFO 3 [825] R:OK -2015-03-11 12:31:07 queue INFO >>3 [826] -2015-03-11 12:31:08 sendUrl INFO 3 [826] R:OK -2015-03-11 12:31:58 queue INFO >>3 [827] -2015-03-11 12:31:58 sendUrl INFO 3 [827] R:OK -2015-03-11 12:32:48 queue INFO >>3 [828] -2015-03-11 12:32:48 sendUrl INFO 3 [828] R:OK -2015-03-11 12:33:38 queue INFO >>3 [829] -2015-03-11 12:33:38 sendUrl INFO 3 [829] R:OK -2015-03-11 12:34:28 queue INFO >>3 [830] -2015-03-11 12:34:29 sendUrl INFO 3 [830] R:OK -2015-03-11 12:35:18 queue INFO >>3 [831] -2015-03-11 12:35:18 sendUrl INFO 3 [831] R:OK -2015-03-11 12:36:08 queue INFO >>3 [832] -2015-03-11 12:36:09 sendUrl INFO 3 [832] R:OK -2015-03-11 12:36:48 queue INFO 7 [833] -2015-03-11 12:36:48 queue INFO >7 [834] -2015-03-11 12:36:48 sendUrl INFO 7 [833] R:OK -2015-03-11 12:36:49 sendUrl INFO 7 [834] R:OK -2015-03-11 12:36:49 queue INFO 3 [835] -2015-03-11 12:36:49 queue INFO >3 [836] -2015-03-11 12:36:50 sendUrl INFO 3 [835] R:OK -2015-03-11 12:36:50 sendUrl INFO 3 [836] R:OK -2015-03-11 12:37:39 queue INFO >>3 [837] -2015-03-11 12:37:40 sendUrl INFO 3 [837] R:OK -2015-03-11 12:38:29 queue INFO >>3 [838] -2015-03-11 12:38:30 sendUrl INFO 3 [838] R:OK -2015-03-11 12:39:20 queue INFO >>3 [839] -2015-03-11 12:39:20 sendUrl INFO 3 [839] R:OK -2015-03-11 12:40:10 queue INFO >>3 [840] -2015-03-11 12:40:10 sendUrl INFO 3 [840] R:OK -2015-03-11 12:41:00 queue INFO >>3 [841] -2015-03-11 12:41:00 sendUrl INFO 3 [841] R:OK -2015-03-11 12:41:50 queue INFO >>3 [842] -2015-03-11 12:41:51 sendUrl INFO 3 [842] R:OK -2015-03-11 12:42:40 queue INFO >>3 [843] -2015-03-11 12:42:40 sendUrl INFO 3 [843] R:OK -2015-03-11 12:43:30 queue INFO >>3 [844] -2015-03-11 12:43:31 sendUrl INFO 3 [844] R:OK -2015-03-11 12:44:21 queue INFO >>3 [845] -2015-03-11 12:44:21 sendUrl INFO 3 [845] R:OK -2015-03-11 12:45:00 queue INFO 7 [846] -2015-03-11 12:45:00 queue INFO >7 [847] -2015-03-11 12:45:00 sendUrl INFO 7 [846] R:OK -2015-03-11 12:45:01 sendUrl INFO 7 [847] R:OK -2015-03-11 12:45:01 queue INFO 3 [848] -2015-03-11 12:45:02 queue INFO >3 [849] -2015-03-11 12:45:02 sendUrl INFO 3 [848] R:OK -2015-03-11 12:45:02 sendUrl INFO 3 [849] R:OK -2015-03-11 12:45:52 queue INFO >>3 [850] -2015-03-11 12:45:52 sendUrl INFO 3 [850] R:OK -2015-03-11 12:46:42 queue INFO >>3 [851] -2015-03-11 12:46:42 sendUrl INFO 3 [851] R:OK -2015-03-11 12:47:32 queue INFO >>3 [852] -2015-03-11 12:47:32 sendUrl INFO 3 [852] R:OK -2015-03-11 12:48:22 queue INFO >>3 [853] -2015-03-11 12:48:23 sendUrl INFO 3 [853] R:OK -2015-03-11 12:49:12 queue INFO >>3 [854] -2015-03-11 12:49:12 sendUrl INFO 3 [854] R:OK -2015-03-11 12:50:02 queue INFO >>3 [855] -2015-03-11 12:50:03 sendUrl INFO 3 [855] R:OK -2015-03-11 12:50:53 queue INFO >>3 [856] -2015-03-11 12:50:53 sendUrl INFO 3 [856] R:OK -2015-03-11 12:51:43 queue INFO >>3 [857] -2015-03-11 12:51:43 sendUrl INFO 3 [857] R:OK -2015-03-11 12:52:33 queue INFO >>3 [858] -2015-03-11 12:52:33 sendUrl INFO 3 [858] R:OK -2015-03-11 12:53:12 queue INFO 7 [859] -2015-03-11 12:53:12 queue INFO >7 [860] -2015-03-11 12:53:12 sendUrl INFO 7 [859] R:OK -2015-03-11 12:53:13 sendUrl INFO 7 [860] R:OK -2015-03-11 12:53:13 queue INFO 3 [861] -2015-03-11 12:53:13 queue INFO >3 [862] -2015-03-11 12:53:14 sendUrl INFO 3 [861] R:OK -2015-03-11 12:53:14 sendUrl INFO 3 [862] R:OK -2015-03-11 12:54:03 queue INFO >>3 [863] -2015-03-11 12:54:03 sendUrl INFO 3 [863] R:OK -2015-03-11 12:54:53 queue INFO >>3 [864] -2015-03-11 12:54:54 sendUrl INFO 3 [864] R:OK -2015-03-11 12:55:44 queue INFO >>3 [865] -2015-03-11 12:55:44 sendUrl INFO 3 [865] R:OK -2015-03-11 12:56:34 queue INFO >>3 [866] -2015-03-11 12:56:34 sendUrl INFO 3 [866] R:OK -2015-03-11 12:57:24 queue INFO >>3 [867] -2015-03-11 12:57:24 sendUrl INFO 3 [867] R:OK -2015-03-11 12:58:14 queue INFO >>3 [868] -2015-03-11 12:58:15 sendUrl INFO 3 [868] R:OK -2015-03-11 12:59:04 queue INFO >>3 [869] -2015-03-11 12:59:04 sendUrl INFO 3 [869] R:OK -2015-03-11 12:59:54 queue INFO >>3 [870] -2015-03-11 12:59:55 sendUrl INFO 3 [870] R:OK -2015-03-11 13:00:45 queue INFO >>3 [871] -2015-03-11 13:00:45 sendUrl INFO 3 [871] R:OK -2015-03-11 13:01:23 queue INFO 7 [872] -2015-03-11 13:01:23 queue INFO >7 [873] -2015-03-11 13:01:23 sendUrl INFO 7 [872] R:OK -2015-03-11 13:01:24 sendUrl INFO 7 [873] R:OK -2015-03-11 13:01:25 queue INFO 3 [874] -2015-03-11 13:01:25 sendUrl INFO 3 [874] R:OK -2015-03-11 13:01:25 queue INFO >3 [875] -2015-03-11 13:01:25 sendUrl INFO 3 [875] R:OK -2015-03-11 13:02:15 queue INFO >>3 [876] -2015-03-11 13:02:15 sendUrl INFO 3 [876] R:OK -2015-03-11 13:03:05 queue INFO >>3 [877] -2015-03-11 13:03:05 sendUrl INFO 3 [877] R:OK -2015-03-11 13:03:55 queue INFO >>3 [878] -2015-03-11 13:03:55 sendUrl INFO 3 [878] R:OK -2015-03-11 13:04:45 queue INFO >>3 [879] -2015-03-11 13:04:46 sendUrl INFO 3 [879] R:OK -2015-03-11 13:05:35 queue INFO >>3 [880] -2015-03-11 13:05:36 sendUrl INFO 3 [880] R:OK -2015-03-11 13:06:26 queue INFO >>3 [881] -2015-03-11 13:06:26 sendUrl INFO 3 [881] R:OK -2015-03-11 13:07:16 queue INFO >>3 [882] -2015-03-11 13:07:16 sendUrl INFO 3 [882] R:OK -2015-03-11 13:08:06 queue INFO >>3 [883] -2015-03-11 13:08:06 sendUrl INFO 3 [883] R:OK -2015-03-11 13:08:56 queue INFO >>3 [884] -2015-03-11 13:08:56 sendUrl INFO 3 [884] R:OK -2015-03-11 13:09:36 queue INFO 7 [885] -2015-03-11 13:09:36 queue INFO >7 [886] -2015-03-11 13:09:36 sendUrl INFO 7 [885] R:OK -2015-03-11 13:09:37 sendUrl INFO 7 [886] R:OK -2015-03-11 13:09:37 queue INFO 3 [887] -2015-03-11 13:09:37 sendUrl INFO 3 [887] R:OK -2015-03-11 13:09:37 queue INFO >3 [888] -2015-03-11 13:09:38 sendUrl INFO 3 [888] R:OK -2015-03-11 13:10:27 queue INFO >>3 [889] -2015-03-11 13:10:27 sendUrl INFO 3 [889] R:OK -2015-03-11 13:11:17 queue INFO >>3 [890] -2015-03-11 13:11:18 sendUrl INFO 3 [890] R:OK -2015-03-11 13:12:07 queue INFO >>3 [891] -2015-03-11 13:12:08 sendUrl INFO 3 [891] R:OK -2015-03-11 13:12:58 queue INFO >>3 [892] -2015-03-11 13:12:58 sendUrl INFO 3 [892] R:OK -2015-03-11 13:13:48 queue INFO >>3 [893] -2015-03-11 13:13:48 sendUrl INFO 3 [893] R:OK -2015-03-11 13:14:38 queue INFO >>3 [894] -2015-03-11 13:14:38 sendUrl INFO 3 [894] R:OK -2015-03-11 13:15:28 queue INFO >>3 [895] -2015-03-11 13:15:28 sendUrl INFO 3 [895] R:OK -2015-03-11 13:16:18 queue INFO >>3 [896] -2015-03-11 13:16:19 sendUrl INFO 3 [896] R:OK -2015-03-11 13:17:08 queue INFO >>3 [897] -2015-03-11 13:17:09 sendUrl INFO 3 [897] R:OK -2015-03-11 13:17:47 queue INFO 7 [898] -2015-03-11 13:17:47 queue INFO >7 [899] -2015-03-11 13:17:48 sendUrl INFO 7 [898] R:OK -2015-03-11 13:17:48 sendUrl INFO 7 [899] R:OK -2015-03-11 13:17:49 queue INFO 3 [900] -2015-03-11 13:17:49 queue INFO >3 [901] -2015-03-11 13:17:49 sendUrl INFO 3 [900] R:OK -2015-03-11 13:17:49 sendUrl INFO 3 [901] R:OK -2015-03-11 13:18:39 queue INFO >>3 [902] -2015-03-11 13:18:39 sendUrl INFO 3 [902] R:OK -2015-03-11 13:19:29 queue INFO >>3 [903] -2015-03-11 13:19:30 sendUrl INFO 3 [903] R:OK -2015-03-11 13:20:19 queue INFO >>3 [904] -2015-03-11 13:20:19 sendUrl INFO 3 [904] R:OK -2015-03-11 13:21:09 queue INFO >>3 [905] -2015-03-11 13:21:10 sendUrl INFO 3 [905] R:OK -2015-03-11 13:21:59 queue INFO >>3 [906] -2015-03-11 13:22:00 sendUrl INFO 3 [906] R:OK -2015-03-11 13:22:50 queue INFO >>3 [907] -2015-03-11 13:22:50 sendUrl INFO 3 [907] R:OK -2015-03-11 13:23:40 queue INFO >>3 [908] -2015-03-11 13:23:40 sendUrl INFO 3 [908] R:OK -2015-03-11 13:24:30 queue INFO >>3 [909] -2015-03-11 13:24:30 sendUrl INFO 3 [909] R:OK -2015-03-11 13:25:20 queue INFO >>3 [910] -2015-03-11 13:25:20 sendUrl INFO 3 [910] R:OK -2015-03-11 13:25:59 queue INFO 7 [911] -2015-03-11 13:25:59 queue INFO >7 [912] -2015-03-11 13:26:00 sendUrl INFO 7 [911] R:OK -2015-03-11 13:26:00 sendUrl INFO 7 [912] R:OK -2015-03-11 13:26:01 queue INFO 3 [913] -2015-03-11 13:26:01 queue INFO >3 [914] -2015-03-11 13:26:01 sendUrl INFO 3 [913] R:OK -2015-03-11 13:26:02 sendUrl INFO 3 [914] R:OK -2015-03-11 13:26:51 queue INFO >>3 [915] -2015-03-11 13:26:51 sendUrl INFO 3 [915] R:OK -2015-03-11 13:27:41 queue INFO >>3 [916] -2015-03-11 13:27:41 sendUrl INFO 3 [916] R:OK -2015-03-11 13:28:31 queue INFO >>3 [917] -2015-03-11 13:28:32 sendUrl INFO 3 [917] R:OK -2015-03-11 13:29:21 queue INFO >>3 [918] -2015-03-11 13:29:22 sendUrl INFO 3 [918] R:OK -2015-03-11 13:30:12 queue INFO >>3 [919] -2015-03-11 13:30:12 sendUrl INFO 3 [919] R:OK -2015-03-11 13:31:02 queue INFO >>3 [920] -2015-03-11 13:31:02 sendUrl INFO 3 [920] R:OK -2015-03-11 13:31:52 queue INFO >>3 [921] -2015-03-11 13:31:52 sendUrl INFO 3 [921] R:OK -2015-03-11 13:32:42 queue INFO >>3 [922] -2015-03-11 13:32:42 sendUrl INFO 3 [922] R:OK -2015-03-11 13:33:32 queue INFO >>3 [923] -2015-03-11 13:33:33 sendUrl INFO 3 [923] R:OK -2015-03-11 13:34:12 queue INFO 7 [924] -2015-03-11 13:34:12 queue INFO >7 [925] -2015-03-11 13:34:12 sendUrl INFO 7 [924] R:OK -2015-03-11 13:34:12 sendUrl INFO 7 [925] R:OK -2015-03-11 13:34:13 queue INFO 3 [926] -2015-03-11 13:34:13 sendUrl INFO 3 [926] R:OK -2015-03-11 13:34:13 queue INFO >3 [927] -2015-03-11 13:34:14 sendUrl INFO 3 [927] R:OK -2015-03-11 13:35:03 queue INFO >>3 [928] -2015-03-11 13:35:04 sendUrl INFO 3 [928] R:OK -2015-03-11 13:35:54 queue INFO >>3 [929] -2015-03-11 13:35:54 sendUrl INFO 3 [929] R:OK -2015-03-11 13:36:44 queue INFO >>3 [930] -2015-03-11 13:36:44 sendUrl INFO 3 [930] R:OK -2015-03-11 13:37:34 queue INFO >>3 [931] -2015-03-11 13:37:34 sendUrl INFO 3 [931] R:OK -2015-03-11 13:38:24 queue INFO >>3 [932] -2015-03-11 13:38:25 sendUrl INFO 3 [932] R:OK -2015-03-11 13:39:14 queue INFO >>3 [933] -2015-03-11 13:39:14 sendUrl INFO 3 [933] R:OK -2015-03-11 13:40:04 queue INFO >>3 [934] -2015-03-11 13:40:05 sendUrl INFO 3 [934] R:OK -2015-03-11 13:40:54 queue INFO >>3 [935] -2015-03-11 13:40:55 sendUrl INFO 3 [935] R:OK -2015-03-11 13:41:45 queue INFO >>3 [936] -2015-03-11 13:41:45 sendUrl INFO 3 [936] R:OK -2015-03-11 13:42:23 queue INFO 7 [937] -2015-03-11 13:42:23 queue INFO >7 [938] -2015-03-11 13:42:24 sendUrl INFO 7 [937] R:OK -2015-03-11 13:42:24 sendUrl INFO 7 [938] R:OK -2015-03-11 13:42:25 queue INFO 3 [939] -2015-03-11 13:42:25 queue INFO >3 [940] -2015-03-11 13:42:25 sendUrl INFO 3 [939] R:OK -2015-03-11 13:42:26 sendUrl INFO 3 [940] R:OK -2015-03-11 13:43:15 queue INFO >>3 [941] -2015-03-11 13:43:15 sendUrl INFO 3 [941] R:OK -2015-03-11 13:43:55 queue INFO 21 [942] -2015-03-11 13:43:55 sendUrl INFO 21 [942] R:OK -2015-03-11 13:43:55 queue INFO >21 [943] -2015-03-11 13:43:56 sendUrl INFO 21 [943] R:OK -2015-03-11 13:44:45 queue INFO >>21 [944] -2015-03-11 13:44:46 sendUrl INFO 21 [944] R:OK -2015-03-11 13:45:35 queue INFO >>21 [945] -2015-03-11 13:45:36 sendUrl INFO 21 [945] R:OK -2015-03-11 13:46:05 queue INFO 1 [946] -2015-03-11 13:46:05 queue INFO >1 [947] -2015-03-11 13:46:05 sendUrl INFO 1 [946] R:OK -2015-03-11 13:46:06 sendUrl INFO 1 [947] R:OK -2015-03-11 13:46:12 queue INFO 3 [948] -2015-03-11 13:46:12 queue INFO >3 [949] -2015-03-11 13:46:12 sendUrl INFO 3 [948] R:OK -2015-03-11 13:46:13 sendUrl INFO 3 [949] R:OK -2015-03-11 13:47:02 queue INFO >>3 [950] -2015-03-11 13:47:02 sendUrl INFO 3 [950] R:OK -2015-03-11 13:47:52 queue INFO >>3 [951] -2015-03-11 13:47:52 sendUrl INFO 3 [951] R:OK -2015-03-11 13:48:42 queue INFO >>3 [952] -2015-03-11 13:48:43 sendUrl INFO 3 [952] R:OK -2015-03-11 13:49:32 queue INFO >>3 [953] -2015-03-11 13:49:32 sendUrl INFO 3 [953] R:OK -2015-03-11 13:50:22 queue INFO >>3 [954] -2015-03-11 13:50:23 sendUrl INFO 3 [954] R:OK -2015-03-11 13:51:12 queue INFO >>3 [955] -2015-03-11 13:51:13 sendUrl INFO 3 [955] R:OK -2015-03-11 13:52:03 queue INFO >>3 [956] -2015-03-11 13:52:03 sendUrl INFO 3 [956] R:OK -2015-03-11 13:52:52 queue INFO 7 [957] -2015-03-11 13:52:52 sendUrl INFO 7 [957] R:OK -2015-03-11 13:52:52 queue INFO >7 [958] -2015-03-11 13:52:53 sendUrl INFO 7 [958] R:OK -2015-03-11 13:52:54 queue INFO 3 [959] -2015-03-11 13:52:54 queue INFO >3 [960] -2015-03-11 13:52:54 sendUrl INFO 3 [959] R:OK -2015-03-11 13:52:55 sendUrl INFO 3 [960] R:OK -2015-03-11 13:53:44 queue INFO >>3 [961] -2015-03-11 13:53:44 sendUrl INFO 3 [961] R:OK -2015-03-11 13:54:34 queue INFO >>3 [962] -2015-03-11 13:54:34 sendUrl INFO 3 [962] R:OK -2015-03-11 13:55:24 queue INFO >>3 [963] -2015-03-11 13:55:24 sendUrl INFO 3 [963] R:OK -2015-03-11 13:56:14 queue INFO >>3 [964] -2015-03-11 13:56:15 sendUrl INFO 3 [964] R:OK -2015-03-11 13:57:04 queue INFO >>3 [965] -2015-03-11 13:57:05 sendUrl INFO 3 [965] R:OK -2015-03-11 13:57:55 queue INFO >>3 [966] -2015-03-11 13:57:55 sendUrl INFO 3 [966] R:OK -2015-03-11 13:58:45 queue INFO >>3 [967] -2015-03-11 13:58:45 sendUrl INFO 3 [967] R:OK -2015-03-11 13:59:35 queue INFO >>3 [968] -2015-03-11 13:59:35 sendUrl INFO 3 [968] R:OK -2015-03-11 14:00:25 queue INFO >>3 [969] -2015-03-11 14:00:25 sendUrl INFO 3 [969] R:OK -2015-03-11 14:01:05 queue INFO 7 [970] -2015-03-11 14:01:05 queue INFO >7 [971] -2015-03-11 14:01:05 sendUrl INFO 7 [970] R:OK -2015-03-11 14:01:06 sendUrl INFO 7 [971] R:OK -2015-03-11 14:01:06 queue INFO 3 [972] -2015-03-11 14:01:06 queue INFO >3 [973] -2015-03-11 14:01:07 sendUrl INFO 3 [972] R:OK -2015-03-11 14:01:07 sendUrl INFO 3 [973] R:OK -2015-03-11 14:01:56 queue INFO >>3 [974] -2015-03-11 14:01:57 sendUrl INFO 3 [974] R:OK -2015-03-11 14:02:47 queue INFO >>3 [975] -2015-03-11 14:02:47 sendUrl INFO 3 [975] R:OK -2015-03-11 14:03:37 queue INFO >>3 [976] -2015-03-11 14:03:37 sendUrl INFO 3 [976] R:OK -2015-03-11 14:04:27 queue INFO >>3 [977] -2015-03-11 14:04:27 sendUrl INFO 3 [977] R:OK -2015-03-11 14:05:17 queue INFO >>3 [978] -2015-03-11 14:05:17 sendUrl INFO 3 [978] R:OK -2015-03-11 14:06:07 queue INFO >>3 [979] -2015-03-11 14:06:08 sendUrl INFO 3 [979] R:OK -2015-03-11 14:06:57 queue INFO >>3 [980] -2015-03-11 14:06:57 sendUrl INFO 3 [980] R:OK -2015-03-11 14:07:47 queue INFO >>3 [981] -2015-03-11 14:07:48 sendUrl INFO 3 [981] R:OK -2015-03-11 14:08:38 queue INFO >>3 [982] -2015-03-11 14:08:38 sendUrl INFO 3 [982] R:OK -2015-03-11 14:09:16 queue INFO 7 [983] -2015-03-11 14:09:16 queue INFO >7 [984] -2015-03-11 14:09:17 sendUrl INFO 7 [983] R:OK -2015-03-11 14:09:17 sendUrl INFO 7 [984] R:OK -2015-03-11 14:09:18 queue INFO 3 [985] -2015-03-11 14:09:18 queue INFO >3 [986] -2015-03-11 14:09:18 sendUrl INFO 3 [985] R:OK -2015-03-11 14:09:19 sendUrl INFO 3 [986] R:OK -2015-03-11 14:10:08 queue INFO >>3 [987] -2015-03-11 14:10:09 sendUrl INFO 3 [987] R:OK -2015-03-11 14:10:58 queue INFO >>3 [988] -2015-03-11 14:10:58 sendUrl INFO 3 [988] R:OK -2015-03-11 14:11:48 queue INFO >>3 [989] -2015-03-11 14:11:49 sendUrl INFO 3 [989] R:OK -2015-03-11 14:12:39 queue INFO >>3 [990] -2015-03-11 14:12:39 sendUrl INFO 3 [990] R:OK -2015-03-11 14:13:29 queue INFO >>3 [991] -2015-03-11 14:13:29 sendUrl INFO 3 [991] R:OK -2015-03-11 14:14:19 queue INFO >>3 [992] -2015-03-11 14:14:19 sendUrl INFO 3 [992] R:OK -2015-03-11 14:15:09 queue INFO >>3 [993] -2015-03-11 14:15:09 sendUrl INFO 3 [993] R:OK -2015-03-11 14:15:59 queue INFO >>3 [994] -2015-03-11 14:15:59 sendUrl INFO 3 [994] R:OK -2015-03-11 14:16:49 queue INFO >>3 [995] -2015-03-11 14:16:50 sendUrl INFO 3 [995] R:OK -2015-03-11 14:17:28 queue INFO 7 [996] -2015-03-11 14:17:28 queue INFO >7 [997] -2015-03-11 14:17:29 sendUrl INFO 7 [996] R:OK -2015-03-11 14:17:29 sendUrl INFO 7 [997] R:OK -2015-03-11 14:17:30 queue INFO 3 [998] -2015-03-11 14:17:30 queue INFO >3 [999] -2015-03-11 14:17:30 sendUrl INFO 3 [998] R:OK -2015-03-11 14:17:31 sendUrl INFO 3 [999] R:OK -2015-03-11 14:18:20 queue INFO >>3 [0] -2015-03-11 14:18:20 sendUrl INFO 3 [0] R:OK -2015-03-11 14:19:10 queue INFO >>3 [1] -2015-03-11 14:19:10 sendUrl INFO 3 [1] R:OK -2015-03-11 14:20:00 queue INFO >>3 [2] -2015-03-11 14:20:01 sendUrl INFO 3 [2] R:OK -2015-03-11 14:20:50 queue INFO >>3 [3] -2015-03-11 14:20:51 sendUrl INFO 3 [3] R:OK -2015-03-11 14:21:40 queue INFO >>3 [4] -2015-03-11 14:21:41 sendUrl INFO 3 [4] R:OK -2015-03-11 14:22:31 queue INFO >>3 [5] -2015-03-11 14:22:31 sendUrl INFO 3 [5] R:OK -2015-03-11 14:23:21 queue INFO >>3 [6] -2015-03-11 14:23:21 sendUrl INFO 3 [6] R:OK -2015-03-11 14:24:11 queue INFO >>3 [7] -2015-03-11 14:24:11 sendUrl INFO 3 [7] R:OK -2015-03-11 14:25:01 queue INFO >>3 [8] -2015-03-11 14:25:02 sendUrl INFO 3 [8] R:OK -2015-03-11 14:25:41 queue INFO 7 [9] -2015-03-11 14:25:41 sendUrl INFO 7 [9] R:OK -2015-03-11 14:25:41 queue INFO >7 [10] -2015-03-11 14:25:41 sendUrl INFO 7 [10] R:OK -2015-03-11 14:25:42 queue INFO 3 [11] -2015-03-11 14:25:43 queue INFO >3 [12] -2015-03-11 14:25:43 sendUrl INFO 3 [11] R:OK -2015-03-11 14:25:43 sendUrl INFO 3 [12] R:OK -2015-03-11 14:26:32 queue INFO >>3 [13] -2015-03-11 14:26:33 sendUrl INFO 3 [13] R:OK -2015-03-11 14:27:23 queue INFO >>3 [14] -2015-03-11 14:27:23 sendUrl INFO 3 [14] R:OK -2015-03-11 14:28:13 queue INFO >>3 [15] -2015-03-11 14:28:13 sendUrl INFO 3 [15] R:OK -2015-03-11 14:29:03 queue INFO >>3 [16] -2015-03-11 14:29:03 sendUrl INFO 3 [16] R:OK -2015-03-11 14:29:53 queue INFO >>3 [17] -2015-03-11 14:29:53 sendUrl INFO 3 [17] R:OK -2015-03-11 14:30:43 queue INFO >>3 [18] -2015-03-11 14:30:44 sendUrl INFO 3 [18] R:OK -2015-03-11 14:31:33 queue INFO >>3 [19] -2015-03-11 14:31:34 sendUrl INFO 3 [19] R:OK -2015-03-11 14:32:24 queue INFO >>3 [20] -2015-03-11 14:32:24 sendUrl INFO 3 [20] R:OK -2015-03-11 14:33:14 queue INFO >>3 [21] -2015-03-11 14:33:14 sendUrl INFO 3 [21] R:OK -2015-03-11 14:33:52 queue INFO 7 [22] -2015-03-11 14:33:52 queue INFO >7 [23] -2015-03-11 14:33:53 sendUrl INFO 7 [22] R:OK -2015-03-11 14:33:53 sendUrl INFO 7 [23] R:OK -2015-03-11 14:33:54 queue INFO 3 [24] -2015-03-11 14:33:54 queue INFO >3 [25] -2015-03-11 14:33:54 sendUrl INFO 3 [24] R:OK -2015-03-11 14:33:55 sendUrl INFO 3 [25] R:OK -2015-03-11 14:34:44 queue INFO >>3 [26] -2015-03-11 14:34:44 sendUrl INFO 3 [26] R:OK -2015-03-11 14:35:34 queue INFO >>3 [27] -2015-03-11 14:35:34 sendUrl INFO 3 [27] R:OK -2015-03-11 14:36:24 queue INFO >>3 [28] -2015-03-11 14:36:25 sendUrl INFO 3 [28] R:OK -2015-03-11 14:37:14 queue INFO >>3 [29] -2015-03-11 14:37:15 sendUrl INFO 3 [29] R:OK -2015-03-11 14:38:05 queue INFO >>3 [30] -2015-03-11 14:38:05 sendUrl INFO 3 [30] R:OK -2015-03-11 14:38:55 queue INFO >>3 [31] -2015-03-11 14:38:55 sendUrl INFO 3 [31] R:OK -2015-03-11 14:39:45 queue INFO >>3 [32] -2015-03-11 14:39:45 sendUrl INFO 3 [32] R:OK -2015-03-11 14:40:35 queue INFO >>3 [33] -2015-03-11 14:40:35 sendUrl INFO 3 [33] R:OK -2015-03-11 14:41:25 queue INFO >>3 [34] -2015-03-11 14:41:26 sendUrl INFO 3 [34] R:OK -2015-03-11 14:42:04 queue INFO 7 [35] -2015-03-11 14:42:04 sendUrl INFO 7 [35] R:OK -2015-03-11 14:42:04 queue INFO >7 [36] -2015-03-11 14:42:04 sendUrl INFO 7 [36] R:OK -2015-03-11 14:42:05 queue INFO 3 [37] -2015-03-11 14:42:06 queue INFO >3 [38] -2015-03-11 14:42:06 sendUrl INFO 3 [37] R:OK -2015-03-11 14:42:06 sendUrl INFO 3 [38] R:OK -2015-03-11 14:42:55 queue INFO >>3 [39] -2015-03-11 14:42:56 sendUrl INFO 3 [39] R:OK -2015-03-11 14:43:46 queue INFO >>3 [40] -2015-03-11 14:43:46 sendUrl INFO 3 [40] R:OK -2015-03-11 14:44:36 queue INFO >>3 [41] -2015-03-11 14:44:36 sendUrl INFO 3 [41] R:OK -2015-03-11 14:45:26 queue INFO >>3 [42] -2015-03-11 14:45:26 sendUrl INFO 3 [42] R:OK -2015-03-11 14:46:16 queue INFO >>3 [43] -2015-03-11 14:46:16 sendUrl INFO 3 [43] R:OK -2015-03-11 14:47:06 queue INFO >>3 [44] -2015-03-11 14:47:06 sendUrl INFO 3 [44] R:OK -2015-03-11 14:47:56 queue INFO >>3 [45] -2015-03-11 14:47:57 sendUrl INFO 3 [45] R:OK -2015-03-11 14:48:46 queue INFO >>3 [46] -2015-03-11 14:48:47 sendUrl INFO 3 [46] R:OK -2015-03-11 14:49:37 queue INFO >>3 [47] -2015-03-11 14:49:37 sendUrl INFO 3 [47] R:OK -2015-03-11 14:50:16 queue INFO 7 [48] -2015-03-11 14:50:16 queue INFO >7 [49] -2015-03-11 14:50:17 sendUrl INFO 7 [48] R:OK -2015-03-11 14:50:17 sendUrl INFO 7 [49] R:OK -2015-03-11 14:50:18 queue INFO 3 [50] -2015-03-11 14:50:18 queue INFO >3 [51] -2015-03-11 14:50:18 sendUrl INFO 3 [50] R:OK -2015-03-11 14:50:19 sendUrl INFO 3 [51] R:OK -2015-03-11 14:51:08 queue INFO >>3 [52] -2015-03-11 14:51:08 sendUrl INFO 3 [52] R:OK -2015-03-11 14:51:58 queue INFO >>3 [53] -2015-03-11 14:51:58 sendUrl INFO 3 [53] R:OK -2015-03-11 14:52:48 queue INFO >>3 [54] -2015-03-11 14:52:49 sendUrl INFO 3 [54] R:OK -2015-03-11 14:53:38 queue INFO >>3 [55] -2015-03-11 14:53:39 sendUrl INFO 3 [55] R:OK -2015-03-11 14:54:29 queue INFO >>3 [56] -2015-03-11 14:54:29 sendUrl INFO 3 [56] R:OK -2015-03-11 14:55:19 queue INFO >>3 [57] -2015-03-11 14:55:19 sendUrl INFO 3 [57] R:OK -2015-03-11 14:56:09 queue INFO >>3 [58] -2015-03-11 14:56:09 sendUrl INFO 3 [58] R:OK -2015-03-11 14:56:59 queue INFO >>3 [59] -2015-03-11 14:56:59 sendUrl INFO 3 [59] R:OK -2015-03-11 14:57:49 queue INFO >>3 [60] -2015-03-11 14:57:50 sendUrl INFO 3 [60] R:OK -2015-03-11 14:58:28 queue INFO 7 [61] -2015-03-11 14:58:28 queue INFO >7 [62] -2015-03-11 14:58:28 sendUrl INFO 7 [61] R:OK -2015-03-11 14:58:29 sendUrl INFO 7 [62] R:OK -2015-03-11 14:58:30 queue INFO 3 [63] -2015-03-11 14:58:30 queue INFO >3 [64] -2015-03-11 14:58:30 sendUrl INFO 3 [63] R:OK -2015-03-11 14:58:30 sendUrl INFO 3 [64] R:OK -2015-03-11 14:59:20 queue INFO >>3 [65] -2015-03-11 14:59:20 sendUrl INFO 3 [65] R:OK -2015-03-11 15:00:10 queue INFO >>3 [66] -2015-03-11 15:00:10 sendUrl INFO 3 [66] R:OK -2015-03-11 15:01:00 queue INFO >>3 [67] -2015-03-11 15:01:00 sendUrl INFO 3 [67] R:OK -2015-03-11 15:01:50 queue INFO >>3 [68] -2015-03-11 15:01:51 sendUrl INFO 3 [68] R:OK -2015-03-11 15:02:40 queue INFO >>3 [69] -2015-03-11 15:02:41 sendUrl INFO 3 [69] R:OK -2015-03-11 15:03:30 queue INFO >>3 [70] -2015-03-11 15:03:31 sendUrl INFO 3 [70] R:OK -2015-03-11 15:04:21 queue INFO >>3 [71] -2015-03-11 15:04:21 sendUrl INFO 3 [71] R:OK -2015-03-11 15:05:11 queue INFO >>3 [72] -2015-03-11 15:05:11 sendUrl INFO 3 [72] R:OK -2015-03-11 15:06:01 queue INFO >>3 [73] -2015-03-11 15:06:01 sendUrl INFO 3 [73] R:OK -2015-03-11 15:06:40 queue INFO 7 [74] -2015-03-11 15:06:40 queue INFO >7 [75] -2015-03-11 15:06:40 sendUrl INFO 7 [74] R:OK -2015-03-11 15:06:41 sendUrl INFO 7 [75] R:OK -2015-03-11 15:06:41 queue INFO 3 [76] -2015-03-11 15:06:42 sendUrl INFO 3 [76] R:OK -2015-03-11 15:06:42 queue INFO >3 [77] -2015-03-11 15:06:42 sendUrl INFO 3 [77] R:OK -2015-03-11 15:07:32 queue INFO >>3 [78] -2015-03-11 15:07:32 sendUrl INFO 3 [78] R:OK -2015-03-11 15:08:22 queue INFO >>3 [79] -2015-03-11 15:08:22 sendUrl INFO 3 [79] R:OK -2015-03-11 15:09:12 queue INFO >>3 [80] -2015-03-11 15:09:12 sendUrl INFO 3 [80] R:OK -2015-03-11 15:10:02 queue INFO >>3 [81] -2015-03-11 15:10:02 sendUrl INFO 3 [81] R:OK -2015-03-11 15:10:52 queue INFO >>3 [82] -2015-03-11 15:10:53 sendUrl INFO 3 [82] R:OK -2015-03-11 15:11:42 queue INFO >>3 [83] -2015-03-11 15:11:43 sendUrl INFO 3 [83] R:OK -2015-03-11 15:12:33 queue INFO >>3 [84] -2015-03-11 15:12:33 sendUrl INFO 3 [84] R:OK -2015-03-11 15:13:23 queue INFO >>3 [85] -2015-03-11 15:13:23 sendUrl INFO 3 [85] R:OK -2015-03-11 15:14:13 queue INFO >>3 [86] -2015-03-11 15:14:13 sendUrl INFO 3 [86] R:OK -2015-03-11 15:14:52 queue INFO 7 [87] -2015-03-11 15:14:52 queue INFO >7 [88] -2015-03-11 15:14:52 sendUrl INFO 7 [87] R:OK -2015-03-11 15:14:53 sendUrl INFO 7 [88] R:OK -2015-03-11 15:14:54 queue INFO 3 [89] -2015-03-11 15:14:54 queue INFO >3 [90] -2015-03-11 15:14:54 sendUrl INFO 3 [89] R:OK -2015-03-11 15:14:55 sendUrl INFO 3 [90] R:OK -2015-03-11 15:15:44 queue INFO >>3 [91] -2015-03-11 15:15:44 sendUrl INFO 3 [91] R:OK -2015-03-11 15:16:34 queue INFO >>3 [92] -2015-03-11 15:16:35 sendUrl INFO 3 [92] R:OK -2015-03-11 15:17:24 queue INFO >>3 [93] -2015-03-11 15:17:24 sendUrl INFO 3 [93] R:OK -2015-03-11 15:18:14 queue INFO >>3 [94] -2015-03-11 15:18:15 sendUrl INFO 3 [94] R:OK -2015-03-11 15:19:05 queue INFO >>3 [95] -2015-03-11 15:19:05 sendUrl INFO 3 [95] R:OK -2015-03-11 15:19:55 queue INFO >>3 [96] -2015-03-11 15:19:55 sendUrl INFO 3 [96] R:OK -2015-03-11 15:20:02 queue INFO 1 [97] -2015-03-11 15:20:02 sendUrl INFO 1 [97] R:OK -2015-03-11 15:20:02 queue INFO >1 [98] -2015-03-11 15:20:02 sendUrl INFO 1 [98] R:OK -2015-03-11 15:20:52 queue INFO >>1 [99] -2015-03-11 15:20:52 sendUrl INFO 1 [99] R:OK -2015-03-11 15:21:42 queue INFO >>1 [100] -2015-03-11 15:21:43 sendUrl INFO 1 [100] R:OK -2015-03-11 15:22:32 queue INFO >>1 [101] -2015-03-11 15:22:32 sendUrl INFO 1 [101] R:OK -2015-03-11 15:22:58 queue INFO 21 [102] -2015-03-11 15:22:59 queue INFO >21 [103] -2015-03-11 15:22:59 sendUrl INFO 21 [102] R:OK -2015-03-11 15:22:59 sendUrl INFO 21 [103] R:OK -2015-03-11 15:23:49 queue INFO >>21 [104] -2015-03-11 15:23:49 sendUrl INFO 21 [104] R:OK -2015-03-11 15:24:39 queue INFO >>21 [105] -2015-03-11 15:24:39 sendUrl INFO 21 [105] R:OK -2015-03-11 15:25:29 queue INFO >>21 [106] -2015-03-11 15:25:29 sendUrl INFO 21 [106] R:OK -2015-03-11 15:26:19 queue INFO >>21 [107] -2015-03-11 15:26:19 sendUrl INFO 21 [107] R:OK -2015-03-11 15:27:09 queue INFO >>21 [108] -2015-03-11 15:27:09 sendUrl INFO 21 [108] R:OK -2015-03-11 15:27:59 queue INFO >>21 [109] -2015-03-11 15:28:00 sendUrl INFO 21 [109] R:OK -2015-03-11 15:28:04 queue INFO 1 [110] -2015-03-11 15:28:04 queue INFO >1 [111] -2015-03-11 15:28:05 sendUrl INFO 1 [110] R:OK -2015-03-11 15:28:05 sendUrl INFO 1 [111] R:OK -2015-03-11 15:28:24 queue INFO 5 [112] -2015-03-11 15:28:24 queue INFO >5 [113] -2015-03-11 15:28:25 sendUrl INFO 5 [112] R:OK -2015-03-11 15:28:25 sendUrl INFO 5 [113] R:OK -2015-03-11 15:28:26 queue INFO 1 [114] -2015-03-11 15:28:26 queue INFO >1 [115] -2015-03-11 15:28:26 sendUrl INFO 1 [114] R:OK -2015-03-11 15:28:27 sendUrl INFO 1 [115] R:OK -2015-03-11 15:29:16 queue INFO >>1 [116] -2015-03-11 15:29:16 sendUrl INFO 1 [116] R:OK -2015-03-11 15:29:55 queue INFO 3 [117] -2015-03-11 15:29:55 sendUrl INFO 3 [117] R:OK -2015-03-11 15:29:56 queue INFO >3 [118] -2015-03-11 15:29:56 sendUrl INFO 3 [118] R:OK -2015-03-11 15:30:45 queue INFO >>3 [119] -2015-03-11 15:30:46 sendUrl INFO 3 [119] R:OK -2015-03-11 15:31:36 queue INFO >>3 [120] -2015-03-11 15:31:36 sendUrl INFO 3 [120] R:OK -2015-03-11 15:32:26 queue INFO >>3 [121] -2015-03-11 15:32:26 sendUrl INFO 3 [121] R:OK -2015-03-11 15:33:16 queue INFO >>3 [122] -2015-03-11 15:33:16 sendUrl INFO 3 [122] R:OK -2015-03-11 15:34:06 queue INFO >>3 [123] -2015-03-11 15:34:07 sendUrl INFO 3 [123] R:OK -2015-03-11 15:34:56 queue INFO >>3 [124] -2015-03-11 15:34:56 sendUrl INFO 3 [124] R:OK -2015-03-11 15:35:46 queue INFO >>3 [125] -2015-03-11 15:35:47 sendUrl INFO 3 [125] R:OK -2015-03-11 15:36:37 queue INFO >>3 [126] -2015-03-11 15:36:37 queue INFO 7 [127] -2015-03-11 15:36:37 queue INFO >7 [128] -2015-03-11 15:36:37 sendUrl INFO 3 [126] R:OK -2015-03-11 15:36:38 sendUrl INFO 7 [127] R:OK -2015-03-11 15:36:38 sendUrl INFO 7 [128] R:OK -2015-03-11 15:36:38 queue INFO 3 [129] -2015-03-11 15:36:39 queue INFO >3 [130] -2015-03-11 15:36:39 sendUrl INFO 3 [129] R:OK -2015-03-11 15:36:39 sendUrl INFO 3 [130] R:OK -2015-03-11 15:37:28 queue INFO >>3 [131] -2015-03-11 15:37:29 sendUrl INFO 3 [131] R:OK -2015-03-11 15:38:19 queue INFO >>3 [132] -2015-03-11 15:38:19 sendUrl INFO 3 [132] R:OK -2015-03-11 15:39:09 queue INFO >>3 [133] -2015-03-11 15:39:09 sendUrl INFO 3 [133] R:OK -2015-03-11 15:39:59 queue INFO >>3 [134] -2015-03-11 15:39:59 sendUrl INFO 3 [134] R:OK -2015-03-11 15:40:49 queue INFO >>3 [135] -2015-03-11 15:40:49 sendUrl INFO 3 [135] R:OK -2015-03-11 15:41:39 queue INFO >>3 [136] -2015-03-11 15:41:40 sendUrl INFO 3 [136] R:OK -2015-03-11 15:42:29 queue INFO >>3 [137] -2015-03-11 15:42:30 sendUrl INFO 3 [137] R:OK -2015-03-11 15:43:20 queue INFO >>3 [138] -2015-03-11 15:43:20 sendUrl INFO 3 [138] R:OK -2015-03-11 15:44:10 queue INFO >>3 [139] -2015-03-11 15:44:10 sendUrl INFO 3 [139] R:OK -2015-03-11 15:44:48 queue INFO 7 [140] -2015-03-11 15:44:48 sendUrl INFO 7 [140] R:OK -2015-03-11 15:44:48 queue INFO >7 [141] -2015-03-11 15:44:49 sendUrl INFO 7 [141] R:OK -2015-03-11 15:44:50 queue INFO 3 [142] -2015-03-11 15:44:50 queue INFO >3 [143] -2015-03-11 15:44:50 sendUrl INFO 3 [142] R:OK -2015-03-11 15:44:51 sendUrl INFO 3 [143] R:OK -2015-03-11 15:45:40 queue INFO >>3 [144] -2015-03-11 15:45:40 sendUrl INFO 3 [144] R:OK -2015-03-11 15:46:30 queue INFO >>3 [145] -2015-03-11 15:46:30 sendUrl INFO 3 [145] R:OK -2015-03-11 15:47:20 queue INFO >>3 [146] -2015-03-11 15:47:21 sendUrl INFO 3 [146] R:OK -2015-03-11 15:48:10 queue INFO >>3 [147] -2015-03-11 15:48:11 sendUrl INFO 3 [147] R:OK -2015-03-11 15:49:01 queue INFO >>3 [148] -2015-03-11 15:49:01 sendUrl INFO 3 [148] R:OK -2015-03-11 15:49:51 queue INFO >>3 [149] -2015-03-11 15:49:51 sendUrl INFO 3 [149] R:OK -2015-03-11 15:50:41 queue INFO >>3 [150] -2015-03-11 15:50:41 sendUrl INFO 3 [150] R:OK -2015-03-11 15:51:31 queue INFO >>3 [151] -2015-03-11 15:51:31 sendUrl INFO 3 [151] R:OK -2015-03-11 15:52:21 queue INFO >>3 [152] -2015-03-11 15:52:21 sendUrl INFO 3 [152] R:OK -2015-03-11 15:53:00 queue INFO 7 [153] -2015-03-11 15:53:00 queue INFO >7 [154] -2015-03-11 15:53:00 sendUrl INFO 7 [153] R:OK -2015-03-11 15:53:01 sendUrl INFO 7 [154] R:OK -2015-03-11 15:53:01 queue INFO 3 [155] -2015-03-11 15:53:02 queue INFO >3 [156] -2015-03-11 15:53:02 sendUrl INFO 3 [155] R:OK -2015-03-11 15:53:02 sendUrl INFO 3 [156] R:OK -2015-03-11 15:53:51 queue INFO >>3 [157] -2015-03-11 15:53:52 sendUrl INFO 3 [157] R:OK -2015-03-11 15:54:42 queue INFO >>3 [158] -2015-03-11 15:54:42 sendUrl INFO 3 [158] R:OK -2015-03-11 15:55:32 queue INFO >>3 [159] -2015-03-11 15:55:32 sendUrl INFO 3 [159] R:OK -2015-03-11 15:56:22 queue INFO >>3 [160] -2015-03-11 15:56:22 sendUrl INFO 3 [160] R:OK -2015-03-11 15:57:12 queue INFO >>3 [161] -2015-03-11 15:57:12 sendUrl INFO 3 [161] R:OK -2015-03-11 15:58:02 queue INFO >>3 [162] -2015-03-11 15:58:03 sendUrl INFO 3 [162] R:OK -2015-03-11 15:58:52 queue INFO >>3 [163] -2015-03-11 15:58:53 sendUrl INFO 3 [163] R:OK -2015-03-11 15:59:43 queue INFO >>3 [164] -2015-03-11 15:59:43 sendUrl INFO 3 [164] R:OK -2015-03-11 16:00:33 queue INFO >>3 [165] -2015-03-11 16:00:33 sendUrl INFO 3 [165] R:OK -2015-03-11 16:01:12 queue INFO 7 [166] -2015-03-11 16:01:12 sendUrl INFO 7 [166] R:OK -2015-03-11 16:01:12 queue INFO >7 [167] -2015-03-11 16:01:13 sendUrl INFO 7 [167] R:OK -2015-03-11 16:01:14 queue INFO 3 [168] -2015-03-11 16:01:14 sendUrl INFO 3 [168] R:OK -2015-03-11 16:01:14 queue INFO >3 [169] -2015-03-11 16:01:14 sendUrl INFO 3 [169] R:OK -2015-03-11 16:02:04 queue INFO >>3 [170] -2015-03-11 16:02:04 sendUrl INFO 3 [170] R:OK -2015-03-11 16:02:54 queue INFO >>3 [171] -2015-03-11 16:02:55 sendUrl INFO 3 [171] R:OK -2015-03-11 16:03:44 queue INFO >>3 [172] -2015-03-11 16:03:44 sendUrl INFO 3 [172] R:OK -2015-03-11 16:04:34 queue INFO >>3 [173] -2015-03-11 16:04:35 sendUrl INFO 3 [173] R:OK -2015-03-11 16:05:24 queue INFO >>3 [174] -2015-03-11 16:05:25 sendUrl INFO 3 [174] R:OK -2015-03-11 16:06:15 queue INFO >>3 [175] -2015-03-11 16:06:15 sendUrl INFO 3 [175] R:OK -2015-03-11 16:07:05 queue INFO >>3 [176] -2015-03-11 16:07:05 sendUrl INFO 3 [176] R:OK -2015-03-11 16:07:55 queue INFO >>3 [177] -2015-03-11 16:07:55 sendUrl INFO 3 [177] R:OK -2015-03-11 16:08:45 queue INFO >>3 [178] -2015-03-11 16:08:45 sendUrl INFO 3 [178] R:OK -2015-03-11 16:09:24 queue INFO 7 [179] -2015-03-11 16:09:24 sendUrl INFO 7 [179] R:OK -2015-03-11 16:09:24 queue INFO >7 [180] -2015-03-11 16:09:25 sendUrl INFO 7 [180] R:OK -2015-03-11 16:09:26 queue INFO 3 [181] -2015-03-11 16:09:26 queue INFO >3 [182] -2015-03-11 16:09:26 sendUrl INFO 3 [181] R:OK -2015-03-11 16:09:27 sendUrl INFO 3 [182] R:OK -2015-03-11 16:10:16 queue INFO >>3 [183] -2015-03-11 16:10:16 sendUrl INFO 3 [183] R:OK -2015-03-11 16:11:06 queue INFO >>3 [184] -2015-03-11 16:11:06 sendUrl INFO 3 [184] R:OK -2015-03-11 16:11:56 queue INFO >>3 [185] -2015-03-11 16:11:56 sendUrl INFO 3 [185] R:OK -2015-03-11 16:12:46 queue INFO >>3 [186] -2015-03-11 16:12:46 sendUrl INFO 3 [186] R:OK -2015-03-11 16:13:36 queue INFO >>3 [187] -2015-03-11 16:13:37 sendUrl INFO 3 [187] R:OK -2015-03-11 16:14:26 queue INFO >>3 [188] -2015-03-11 16:14:27 sendUrl INFO 3 [188] R:OK -2015-03-11 16:15:17 queue INFO >>3 [189] -2015-03-11 16:15:17 sendUrl INFO 3 [189] R:OK -2015-03-11 16:16:07 queue INFO >>3 [190] -2015-03-11 16:16:07 sendUrl INFO 3 [190] R:OK -2015-03-11 16:16:57 queue INFO >>3 [191] -2015-03-11 16:16:57 sendUrl INFO 3 [191] R:OK -2015-03-11 16:17:36 queue INFO 7 [192] -2015-03-11 16:17:36 queue INFO >7 [193] -2015-03-11 16:17:36 sendUrl INFO 7 [192] R:OK -2015-03-11 16:17:37 sendUrl INFO 7 [193] R:OK -2015-03-11 16:17:38 queue INFO 3 [194] -2015-03-11 16:17:38 queue INFO >3 [195] -2015-03-11 16:17:38 sendUrl INFO 3 [194] R:OK -2015-03-11 16:17:38 sendUrl INFO 3 [195] R:OK -2015-03-11 16:18:28 queue INFO >>3 [196] -2015-03-11 16:18:28 sendUrl INFO 3 [196] R:OK -2015-03-11 16:19:18 queue INFO >>3 [197] -2015-03-11 16:19:18 sendUrl INFO 3 [197] R:OK -2015-03-11 16:20:08 queue INFO >>3 [198] -2015-03-11 16:20:08 sendUrl INFO 3 [198] R:OK -2015-03-11 16:20:58 queue INFO >>3 [199] -2015-03-11 16:20:58 sendUrl INFO 3 [199] R:OK -2015-03-11 16:21:48 queue INFO >>3 [200] -2015-03-11 16:21:49 sendUrl INFO 3 [200] R:OK -2015-03-11 16:22:38 queue INFO >>3 [201] -2015-03-11 16:22:39 sendUrl INFO 3 [201] R:OK -2015-03-11 16:23:29 queue INFO >>3 [202] -2015-03-11 16:23:29 sendUrl INFO 3 [202] R:OK -2015-03-11 16:24:19 queue INFO >>3 [203] -2015-03-11 16:24:19 sendUrl INFO 3 [203] R:OK -2015-03-11 16:25:09 queue INFO >>3 [204] -2015-03-11 16:25:09 sendUrl INFO 3 [204] R:OK -2015-03-11 16:25:48 queue INFO 7 [205] -2015-03-11 16:25:49 queue INFO >7 [206] -2015-03-11 16:25:49 sendUrl INFO 7 [205] R:OK -2015-03-11 16:25:49 sendUrl INFO 7 [206] R:OK -2015-03-11 16:25:50 queue INFO 3 [207] -2015-03-11 16:25:50 queue INFO >3 [208] -2015-03-11 16:25:50 sendUrl INFO 3 [207] R:OK -2015-03-11 16:25:51 sendUrl INFO 3 [208] R:OK -2015-03-11 16:26:40 queue INFO >>3 [209] -2015-03-11 16:26:40 sendUrl INFO 3 [209] R:OK -2015-03-11 16:27:30 queue INFO >>3 [210] -2015-03-11 16:27:31 sendUrl INFO 3 [210] R:OK -2015-03-11 16:28:20 queue INFO >>3 [211] -2015-03-11 16:28:21 sendUrl INFO 3 [211] R:OK -2015-03-11 16:29:10 queue INFO >>3 [212] -2015-03-11 16:29:11 sendUrl INFO 3 [212] R:OK -2015-03-11 16:30:01 queue INFO >>3 [213] -2015-03-11 16:30:01 sendUrl INFO 3 [213] R:OK -2015-03-11 16:30:51 queue INFO >>3 [214] -2015-03-11 16:30:51 sendUrl INFO 3 [214] R:OK -2015-03-11 16:31:41 queue INFO >>3 [215] -2015-03-11 16:31:41 sendUrl INFO 3 [215] R:OK -2015-03-11 16:32:31 queue INFO >>3 [216] -2015-03-11 16:32:31 sendUrl INFO 3 [216] R:OK -2015-03-11 16:33:21 queue INFO >>3 [217] -2015-03-11 16:33:22 sendUrl INFO 3 [217] R:OK -2015-03-11 16:34:00 queue INFO 7 [218] -2015-03-11 16:34:00 queue INFO >7 [219] -2015-03-11 16:34:00 sendUrl INFO 7 [218] R:OK -2015-03-11 16:34:01 sendUrl INFO 7 [219] R:OK -2015-03-11 16:34:01 queue INFO 3 [220] -2015-03-11 16:34:02 queue INFO >3 [221] -2015-03-11 16:34:02 sendUrl INFO 3 [220] R:OK -2015-03-11 16:34:02 sendUrl INFO 3 [221] R:OK -2015-03-11 16:34:52 queue INFO >>3 [222] -2015-03-11 16:34:52 sendUrl INFO 3 [222] R:OK -2015-03-11 16:35:42 queue INFO >>3 [223] -2015-03-11 16:35:42 sendUrl INFO 3 [223] R:OK -2015-03-11 16:36:32 queue INFO >>3 [224] -2015-03-11 16:36:32 sendUrl INFO 3 [224] R:OK -2015-03-11 16:37:22 queue INFO >>3 [225] -2015-03-11 16:37:22 sendUrl INFO 3 [225] R:OK -2015-03-11 16:38:12 queue INFO >>3 [226] -2015-03-11 16:38:13 sendUrl INFO 3 [226] R:OK -2015-03-11 16:39:02 queue INFO >>3 [227] -2015-03-11 16:39:03 sendUrl INFO 3 [227] R:OK -2015-03-11 16:39:53 queue INFO >>3 [228] -2015-03-11 16:39:53 sendUrl INFO 3 [228] R:OK -2015-03-11 16:40:43 queue INFO >>3 [229] -2015-03-11 16:40:43 sendUrl INFO 3 [229] R:OK -2015-03-11 16:41:33 queue INFO >>3 [230] -2015-03-11 16:41:33 sendUrl INFO 3 [230] R:OK -2015-03-11 16:42:11 queue INFO 7 [231] -2015-03-11 16:42:12 queue INFO >7 [232] -2015-03-11 16:42:12 sendUrl INFO 7 [231] R:OK -2015-03-11 16:42:12 sendUrl INFO 7 [232] R:OK -2015-03-11 16:42:13 queue INFO 3 [233] -2015-03-11 16:42:13 queue INFO >3 [234] -2015-03-11 16:42:13 sendUrl INFO 3 [233] R:OK -2015-03-11 16:42:14 sendUrl INFO 3 [234] R:OK -2015-03-11 16:43:03 queue INFO >>3 [235] -2015-03-11 16:43:04 sendUrl INFO 3 [235] R:OK -2015-03-11 16:43:53 queue INFO >>3 [236] -2015-03-11 16:43:54 sendUrl INFO 3 [236] R:OK -2015-03-11 16:44:43 queue INFO >>3 [237] -2015-03-11 16:44:44 sendUrl INFO 3 [237] R:OK -2015-03-11 16:45:34 queue INFO >>3 [238] -2015-03-11 16:45:34 sendUrl INFO 3 [238] R:OK -2015-03-11 16:46:24 queue INFO >>3 [239] -2015-03-11 16:46:24 sendUrl INFO 3 [239] R:OK -2015-03-11 16:47:14 queue INFO >>3 [240] -2015-03-11 16:47:14 sendUrl INFO 3 [240] R:OK -2015-03-11 16:48:04 queue INFO >>3 [241] -2015-03-11 16:48:05 sendUrl INFO 3 [241] R:OK -2015-03-11 16:48:54 queue INFO >>3 [242] -2015-03-11 16:48:54 sendUrl INFO 3 [242] R:OK -2015-03-11 16:49:44 queue INFO >>3 [243] -2015-03-11 16:49:45 sendUrl INFO 3 [243] R:OK -2015-03-11 16:50:24 queue INFO 7 [244] -2015-03-11 16:50:24 queue INFO >7 [245] -2015-03-11 16:50:24 sendUrl INFO 7 [244] R:OK -2015-03-11 16:50:25 sendUrl INFO 7 [245] R:OK -2015-03-11 16:50:25 queue INFO 3 [246] -2015-03-11 16:50:25 sendUrl INFO 3 [246] R:OK -2015-03-11 16:50:25 queue INFO >3 [247] -2015-03-11 16:50:26 sendUrl INFO 3 [247] R:OK -2015-03-11 16:51:15 queue INFO >>3 [248] -2015-03-11 16:51:16 sendUrl INFO 3 [248] R:OK -2015-03-11 16:52:06 queue INFO >>3 [249] -2015-03-11 16:52:06 sendUrl INFO 3 [249] R:OK -2015-03-11 16:52:56 queue INFO >>3 [250] -2015-03-11 16:52:56 sendUrl INFO 3 [250] R:OK -2015-03-11 16:53:46 queue INFO >>3 [251] -2015-03-11 16:53:46 sendUrl INFO 3 [251] R:OK -2015-03-11 16:54:36 queue INFO >>3 [252] -2015-03-11 16:54:37 sendUrl INFO 3 [252] R:OK -2015-03-11 16:55:26 queue INFO >>3 [253] -2015-03-11 16:55:26 sendUrl INFO 3 [253] R:OK -2015-03-11 16:56:16 queue INFO >>3 [254] -2015-03-11 16:56:17 sendUrl INFO 3 [254] R:OK -2015-03-11 16:57:07 queue INFO >>3 [255] -2015-03-11 16:57:07 sendUrl INFO 3 [255] R:OK -2015-03-11 16:57:57 queue INFO >>3 [256] -2015-03-11 16:57:57 sendUrl INFO 3 [256] R:OK -2015-03-11 16:58:36 queue INFO 7 [257] -2015-03-11 16:58:36 sendUrl INFO 7 [257] R:OK -2015-03-11 16:58:36 queue INFO >7 [258] -2015-03-11 16:58:36 sendUrl INFO 7 [258] R:OK -2015-03-11 16:58:37 queue INFO 3 [259] -2015-03-11 16:58:37 queue INFO >3 [260] -2015-03-11 16:58:37 sendUrl INFO 3 [259] R:OK -2015-03-11 16:58:38 sendUrl INFO 3 [260] R:OK -2015-03-11 16:59:27 queue INFO >>3 [261] -2015-03-11 16:59:28 sendUrl INFO 3 [261] R:OK -2015-03-11 17:00:17 queue INFO >>3 [262] -2015-03-11 17:00:17 sendUrl INFO 3 [262] R:OK -2015-03-11 17:01:07 queue INFO >>3 [263] -2015-03-11 17:01:08 sendUrl INFO 3 [263] R:OK -2015-03-11 17:01:58 queue INFO >>3 [264] -2015-03-11 17:01:58 sendUrl INFO 3 [264] R:OK -2015-03-11 17:02:48 queue INFO >>3 [265] -2015-03-11 17:02:48 sendUrl INFO 3 [265] R:OK -2015-03-11 17:03:38 queue INFO >>3 [266] -2015-03-11 17:03:38 sendUrl INFO 3 [266] R:OK -2015-03-11 17:04:28 queue INFO >>3 [267] -2015-03-11 17:04:29 sendUrl INFO 3 [267] R:OK -2015-03-11 17:05:18 queue INFO >>3 [268] -2015-03-11 17:05:18 sendUrl INFO 3 [268] R:OK -2015-03-11 17:06:08 queue INFO >>3 [269] -2015-03-11 17:06:09 sendUrl INFO 3 [269] R:OK -2015-03-11 17:06:47 queue INFO 7 [270] -2015-03-11 17:06:48 queue INFO >7 [271] -2015-03-11 17:06:48 sendUrl INFO 7 [270] R:OK -2015-03-11 17:06:48 sendUrl INFO 7 [271] R:OK -2015-03-11 17:06:49 queue INFO 3 [272] -2015-03-11 17:06:49 queue INFO >3 [273] -2015-03-11 17:06:50 sendUrl INFO 3 [272] R:OK -2015-03-11 17:06:50 sendUrl INFO 3 [273] R:OK -2015-03-11 17:07:39 queue INFO >>3 [274] -2015-03-11 17:07:40 sendUrl INFO 3 [274] R:OK -2015-03-11 17:08:29 queue INFO >>3 [275] -2015-03-11 17:08:30 sendUrl INFO 3 [275] R:OK -2015-03-11 17:09:20 queue INFO >>3 [276] -2015-03-11 17:09:20 sendUrl INFO 3 [276] R:OK -2015-03-11 17:10:10 queue INFO >>3 [277] -2015-03-11 17:10:10 sendUrl INFO 3 [277] R:OK -2015-03-11 17:11:00 queue INFO >>3 [278] -2015-03-11 17:11:00 sendUrl INFO 3 [278] R:OK -2015-03-11 17:11:50 queue INFO >>3 [279] -2015-03-11 17:11:50 sendUrl INFO 3 [279] R:OK -2015-03-11 17:12:40 queue INFO >>3 [280] -2015-03-11 17:12:40 sendUrl INFO 3 [280] R:OK -2015-03-11 17:13:30 queue INFO >>3 [281] -2015-03-11 17:13:31 sendUrl INFO 3 [281] R:OK -2015-03-11 17:14:20 queue INFO >>3 [282] -2015-03-11 17:14:21 sendUrl INFO 3 [282] R:OK -2015-03-11 17:15:00 queue INFO 7 [283] -2015-03-11 17:15:00 queue INFO >7 [284] -2015-03-11 17:15:00 sendUrl INFO 7 [283] R:OK -2015-03-11 17:15:01 sendUrl INFO 7 [284] R:OK -2015-03-11 17:15:02 queue INFO 3 [285] -2015-03-11 17:15:02 sendUrl INFO 3 [285] R:OK -2015-03-11 17:15:02 queue INFO >3 [286] -2015-03-11 17:15:02 sendUrl INFO 3 [286] R:OK -2015-03-11 17:15:52 queue INFO >>3 [287] -2015-03-11 17:15:52 sendUrl INFO 3 [287] R:OK -2015-03-11 17:16:42 queue INFO >>3 [288] -2015-03-11 17:16:42 sendUrl INFO 3 [288] R:OK -2015-03-11 17:17:32 queue INFO >>3 [289] -2015-03-11 17:17:32 sendUrl INFO 3 [289] R:OK -2015-03-11 17:18:22 queue INFO >>3 [290] -2015-03-11 17:18:23 sendUrl INFO 3 [290] R:OK -2015-03-11 17:19:12 queue INFO >>3 [291] -2015-03-11 17:19:13 sendUrl INFO 3 [291] R:OK -2015-03-11 17:20:03 queue INFO >>3 [292] -2015-03-11 17:20:03 sendUrl INFO 3 [292] R:OK -2015-03-11 17:20:53 queue INFO >>3 [293] -2015-03-11 17:20:53 sendUrl INFO 3 [293] R:OK -2015-03-11 17:21:24 queue INFO 1 [294] -2015-03-11 17:21:25 queue INFO >1 [295] -2015-03-11 17:21:25 sendUrl INFO 1 [294] R:OK -2015-03-11 17:21:25 sendUrl INFO 1 [295] R:OK -2015-03-11 17:22:15 queue INFO >>1 [296] -2015-03-11 17:22:15 sendUrl INFO 1 [296] R:OK -2015-03-11 17:23:05 queue INFO >>1 [297] -2015-03-11 17:23:05 sendUrl INFO 1 [297] R:OK -2015-03-11 17:23:09 queue INFO 21 [298] -2015-03-11 17:23:09 queue INFO >21 [299] -2015-03-11 17:23:09 sendUrl INFO 21 [298] R:OK -2015-03-11 17:23:09 sendUrl INFO 21 [299] R:OK -2015-03-11 17:23:59 queue INFO >>21 [300] -2015-03-11 17:23:59 sendUrl INFO 21 [300] R:OK -2015-03-11 17:24:49 queue INFO >>21 [301] -2015-03-11 17:24:49 sendUrl INFO 21 [301] R:OK -2015-03-11 17:25:15 queue INFO 1 [302] -2015-03-11 17:25:15 queue INFO >1 [303] -2015-03-11 17:25:15 sendUrl INFO 1 [302] R:OK -2015-03-11 17:25:16 sendUrl INFO 1 [303] R:OK -2015-03-11 17:25:36 queue INFO 5 [304] -2015-03-11 17:25:36 queue INFO >5 [305] -2015-03-11 17:25:36 sendUrl INFO 5 [304] R:OK -2015-03-11 17:25:36 sendUrl INFO 5 [305] R:OK -2015-03-11 17:25:37 queue INFO 1 [306] -2015-03-11 17:25:37 queue INFO >1 [307] -2015-03-11 17:25:38 sendUrl INFO 1 [306] R:OK -2015-03-11 17:25:38 sendUrl INFO 1 [307] R:OK -2015-03-11 17:26:27 queue INFO >>1 [308] -2015-03-11 17:26:28 sendUrl INFO 1 [308] R:OK -2015-03-11 17:27:07 queue INFO 3 [309] -2015-03-11 17:27:07 queue INFO >3 [310] -2015-03-11 17:27:07 sendUrl INFO 3 [309] R:OK -2015-03-11 17:27:08 sendUrl INFO 3 [310] R:OK -2015-03-11 17:27:57 queue INFO >>3 [311] -2015-03-11 17:27:57 sendUrl INFO 3 [311] R:OK -2015-03-11 17:28:47 queue INFO >>3 [312] -2015-03-11 17:28:47 sendUrl INFO 3 [312] R:OK -2015-03-11 17:29:37 queue INFO >>3 [313] -2015-03-11 17:29:37 sendUrl INFO 3 [313] R:OK -2015-03-11 17:30:27 queue INFO >>3 [314] -2015-03-11 17:30:27 sendUrl INFO 3 [314] R:OK -2015-03-11 17:31:17 queue INFO >>3 [315] -2015-03-11 17:31:18 sendUrl INFO 3 [315] R:OK -2015-03-11 17:32:07 queue INFO >>3 [316] -2015-03-11 17:32:08 sendUrl INFO 3 [316] R:OK -2015-03-11 17:32:57 queue INFO >>3 [317] -2015-03-11 17:32:58 sendUrl INFO 3 [317] R:OK -2015-03-11 17:33:48 queue INFO >>3 [318] -2015-03-11 17:33:48 sendUrl INFO 3 [318] R:OK -2015-03-11 17:33:48 queue INFO 7 [319] -2015-03-11 17:33:48 queue INFO >7 [320] -2015-03-11 17:33:48 sendUrl INFO 7 [319] R:OK -2015-03-11 17:33:49 sendUrl INFO 7 [320] R:OK -2015-03-11 17:33:49 queue INFO 3 [321] -2015-03-11 17:33:50 queue INFO >3 [322] -2015-03-11 17:33:50 sendUrl INFO 3 [321] R:OK -2015-03-11 17:33:50 sendUrl INFO 3 [322] R:OK -2015-03-11 17:34:40 queue INFO >>3 [323] -2015-03-11 17:34:40 sendUrl INFO 3 [323] R:OK -2015-03-11 17:35:30 queue INFO >>3 [324] -2015-03-11 17:35:30 sendUrl INFO 3 [324] R:OK -2015-03-11 17:36:20 queue INFO >>3 [325] -2015-03-11 17:36:20 sendUrl INFO 3 [325] R:OK -2015-03-11 17:37:10 queue INFO >>3 [326] -2015-03-11 17:37:11 sendUrl INFO 3 [326] R:OK -2015-03-11 17:38:00 queue INFO >>3 [327] -2015-03-11 17:38:00 sendUrl INFO 3 [327] R:OK -2015-03-11 17:38:50 queue INFO >>3 [328] -2015-03-11 17:38:51 sendUrl INFO 3 [328] R:OK -2015-03-11 17:39:41 queue INFO >>3 [329] -2015-03-11 17:39:41 sendUrl INFO 3 [329] R:OK -2015-03-11 17:40:31 queue INFO >>3 [330] -2015-03-11 17:40:31 sendUrl INFO 3 [330] R:OK -2015-03-11 17:41:21 queue INFO >>3 [331] -2015-03-11 17:41:21 sendUrl INFO 3 [331] R:OK -2015-03-11 17:41:59 queue INFO 7 [332] -2015-03-11 17:42:00 queue INFO >7 [333] -2015-03-11 17:42:00 sendUrl INFO 7 [332] R:OK -2015-03-11 17:42:00 sendUrl INFO 7 [333] R:OK -2015-03-11 17:42:01 queue INFO 3 [334] -2015-03-11 17:42:01 queue INFO >3 [335] -2015-03-11 17:42:02 sendUrl INFO 3 [334] R:OK -2015-03-11 17:42:02 sendUrl INFO 3 [335] R:OK -2015-03-11 17:42:51 queue INFO >>3 [336] -2015-03-11 17:42:51 sendUrl INFO 3 [336] R:OK -2015-03-11 17:43:41 queue INFO >>3 [337] -2015-03-11 17:43:42 sendUrl INFO 3 [337] R:OK -2015-03-11 17:44:31 queue INFO >>3 [338] -2015-03-11 17:44:32 sendUrl INFO 3 [338] R:OK -2015-03-11 17:45:22 queue INFO >>3 [339] -2015-03-11 17:45:22 sendUrl INFO 3 [339] R:OK -2015-03-11 17:46:12 queue INFO >>3 [340] -2015-03-11 17:46:12 sendUrl INFO 3 [340] R:OK -2015-03-11 17:47:02 queue INFO >>3 [341] -2015-03-11 17:47:02 sendUrl INFO 3 [341] R:OK -2015-03-11 17:47:52 queue INFO >>3 [342] -2015-03-11 17:47:52 sendUrl INFO 3 [342] R:OK -2015-03-11 17:48:42 queue INFO >>3 [343] -2015-03-11 17:48:43 sendUrl INFO 3 [343] R:OK -2015-03-11 17:49:32 queue INFO >>3 [344] -2015-03-11 17:49:32 sendUrl INFO 3 [344] R:OK -2015-03-11 17:50:11 queue INFO 7 [345] -2015-03-11 17:50:11 sendUrl INFO 7 [345] R:OK -2015-03-11 17:50:11 queue INFO >7 [346] -2015-03-11 17:50:12 sendUrl INFO 7 [346] R:OK -2015-03-11 17:50:13 queue INFO 3 [347] -2015-03-11 17:50:13 queue INFO >3 [348] -2015-03-11 17:50:13 sendUrl INFO 3 [347] R:OK -2015-03-11 17:50:14 sendUrl INFO 3 [348] R:OK -2015-03-11 17:51:03 queue INFO >>3 [349] -2015-03-11 17:51:03 sendUrl INFO 3 [349] R:OK -2015-03-11 17:51:53 queue INFO >>3 [350] -2015-03-11 17:51:53 sendUrl INFO 3 [350] R:OK -2015-03-11 17:52:43 queue INFO >>3 [351] -2015-03-11 17:52:43 sendUrl INFO 3 [351] R:OK -2015-03-11 17:53:33 queue INFO >>3 [352] -2015-03-11 17:53:34 sendUrl INFO 3 [352] R:OK -2015-03-11 17:54:23 queue INFO >>3 [353] -2015-03-11 17:54:24 sendUrl INFO 3 [353] R:OK -2015-03-11 17:55:14 queue INFO >>3 [354] -2015-03-11 17:55:14 sendUrl INFO 3 [354] R:OK -2015-03-11 17:56:04 queue INFO >>3 [355] -2015-03-11 17:56:04 sendUrl INFO 3 [355] R:OK -2015-03-11 17:56:54 queue INFO >>3 [356] -2015-03-11 17:56:54 sendUrl INFO 3 [356] R:OK -2015-03-11 17:57:44 queue INFO >>3 [357] -2015-03-11 17:57:44 sendUrl INFO 3 [357] R:OK -2015-03-11 17:58:23 queue INFO 7 [358] -2015-03-11 17:58:24 sendUrl INFO 7 [358] R:OK -2015-03-11 17:58:24 queue INFO >7 [359] -2015-03-11 17:58:24 sendUrl INFO 7 [359] R:OK -2015-03-11 17:58:25 queue INFO 3 [360] -2015-03-11 17:58:25 queue INFO >3 [361] -2015-03-11 17:58:26 sendUrl INFO 3 [360] R:OK -2015-03-11 17:58:26 sendUrl INFO 3 [361] R:OK -2015-03-11 17:59:15 queue INFO >>3 [362] -2015-03-11 17:59:15 sendUrl INFO 3 [362] R:OK -2015-03-11 18:00:05 queue INFO >>3 [363] -2015-03-11 18:00:06 sendUrl INFO 3 [363] R:OK -2015-03-11 18:00:55 queue INFO >>3 [364] -2015-03-11 18:00:56 sendUrl INFO 3 [364] R:OK -2015-03-11 18:01:46 queue INFO >>3 [365] -2015-03-11 18:01:46 sendUrl INFO 3 [365] R:OK -2015-03-11 18:02:36 queue INFO >>3 [366] -2015-03-11 18:02:36 sendUrl INFO 3 [366] R:OK -2015-03-11 18:03:26 queue INFO >>3 [367] -2015-03-11 18:03:26 sendUrl INFO 3 [367] R:OK -2015-03-11 18:04:16 queue INFO >>3 [368] -2015-03-11 18:04:16 sendUrl INFO 3 [368] R:OK -2015-03-11 18:05:06 queue INFO >>3 [369] -2015-03-11 18:05:07 sendUrl INFO 3 [369] R:OK -2015-03-11 18:05:56 queue INFO >>3 [370] -2015-03-11 18:05:57 sendUrl INFO 3 [370] R:OK -2015-03-11 18:06:35 queue INFO 7 [371] -2015-03-11 18:06:35 queue INFO >7 [372] -2015-03-11 18:06:35 sendUrl INFO 7 [371] R:OK -2015-03-11 18:06:36 sendUrl INFO 7 [372] R:OK -2015-03-11 18:06:37 queue INFO 3 [373] -2015-03-11 18:06:37 sendUrl INFO 3 [373] R:OK -2015-03-11 18:06:37 queue INFO >3 [374] -2015-03-11 18:06:37 sendUrl INFO 3 [374] R:OK -2015-03-11 18:07:27 queue INFO >>3 [375] -2015-03-11 18:07:27 sendUrl INFO 3 [375] R:OK -2015-03-11 18:08:17 queue INFO >>3 [376] -2015-03-11 18:08:17 sendUrl INFO 3 [376] R:OK -2015-03-11 18:09:07 queue INFO >>3 [377] -2015-03-11 18:09:07 sendUrl INFO 3 [377] R:OK -2015-03-11 18:09:57 queue INFO >>3 [378] -2015-03-11 18:09:58 sendUrl INFO 3 [378] R:OK -2015-03-11 18:10:47 queue INFO >>3 [379] -2015-03-11 18:10:47 sendUrl INFO 3 [379] R:OK -2015-03-11 18:11:37 queue INFO >>3 [380] -2015-03-11 18:11:38 sendUrl INFO 3 [380] R:OK -2015-03-11 18:12:28 queue INFO >>3 [381] -2015-03-11 18:12:28 sendUrl INFO 3 [381] R:OK -2015-03-11 18:13:18 queue INFO >>3 [382] -2015-03-11 18:13:18 sendUrl INFO 3 [382] R:OK -2015-03-11 18:14:08 queue INFO >>3 [383] -2015-03-11 18:14:08 sendUrl INFO 3 [383] R:OK -2015-03-11 18:14:47 queue INFO 7 [384] -2015-03-11 18:14:47 queue INFO >7 [385] -2015-03-11 18:14:48 sendUrl INFO 7 [384] R:OK -2015-03-11 18:14:48 sendUrl INFO 7 [385] R:OK -2015-03-11 18:14:49 queue INFO 3 [386] -2015-03-11 18:14:49 queue INFO >3 [387] -2015-03-11 18:14:49 sendUrl INFO 3 [386] R:OK -2015-03-11 18:14:50 sendUrl INFO 3 [387] R:OK -2015-03-11 18:15:39 queue INFO >>3 [388] -2015-03-11 18:15:39 sendUrl INFO 3 [388] R:OK -2015-03-11 18:16:29 queue INFO >>3 [389] -2015-03-11 18:16:29 sendUrl INFO 3 [389] R:OK -2015-03-11 18:17:19 queue INFO >>3 [390] -2015-03-11 18:17:20 sendUrl INFO 3 [390] R:OK -2015-03-11 18:18:09 queue INFO >>3 [391] -2015-03-11 18:18:10 sendUrl INFO 3 [391] R:OK -2015-03-11 18:19:00 queue INFO >>3 [392] -2015-03-11 18:19:00 sendUrl INFO 3 [392] R:OK -2015-03-11 18:19:50 queue INFO >>3 [393] -2015-03-11 18:19:50 sendUrl INFO 3 [393] R:OK -2015-03-11 18:20:40 queue INFO >>3 [394] -2015-03-11 18:20:40 sendUrl INFO 3 [394] R:OK -2015-03-11 18:21:30 queue INFO >>3 [395] -2015-03-11 18:21:30 sendUrl INFO 3 [395] R:OK -2015-03-11 18:22:20 queue INFO >>3 [396] -2015-03-11 18:22:21 sendUrl INFO 3 [396] R:OK -2015-03-11 18:22:59 queue INFO 7 [397] -2015-03-11 18:23:00 queue INFO >7 [398] -2015-03-11 18:23:00 sendUrl INFO 7 [397] R:OK -2015-03-11 18:23:00 sendUrl INFO 7 [398] R:OK -2015-03-11 18:23:01 queue INFO 3 [399] -2015-03-11 18:23:01 queue INFO >3 [400] -2015-03-11 18:23:01 sendUrl INFO 3 [399] R:OK -2015-03-11 18:23:02 sendUrl INFO 3 [400] R:OK -2015-03-11 18:23:51 queue INFO >>3 [401] -2015-03-11 18:23:52 sendUrl INFO 3 [401] R:OK -2015-03-11 18:24:41 queue INFO >>3 [402] -2015-03-11 18:24:42 sendUrl INFO 3 [402] R:OK -2015-03-11 18:25:32 queue INFO >>3 [403] -2015-03-11 18:25:32 sendUrl INFO 3 [403] R:OK -2015-03-11 18:26:22 queue INFO >>3 [404] -2015-03-11 18:26:22 sendUrl INFO 3 [404] R:OK -2015-03-11 18:27:12 queue INFO >>3 [405] -2015-03-11 18:27:12 sendUrl INFO 3 [405] R:OK -2015-03-11 18:28:02 queue INFO >>3 [406] -2015-03-11 18:28:02 sendUrl INFO 3 [406] R:OK -2015-03-11 18:28:52 queue INFO >>3 [407] -2015-03-11 18:28:52 sendUrl INFO 3 [407] R:OK -2015-03-11 18:29:42 queue INFO >>3 [408] -2015-03-11 18:29:42 sendUrl INFO 3 [408] R:OK -2015-03-11 18:30:32 queue INFO >>3 [409] -2015-03-11 18:30:33 sendUrl INFO 3 [409] R:OK -2015-03-11 18:31:11 queue INFO 7 [410] -2015-03-11 18:31:11 queue INFO >7 [411] -2015-03-11 18:31:12 sendUrl INFO 7 [410] R:OK -2015-03-11 18:31:12 sendUrl INFO 7 [411] R:OK -2015-03-11 18:31:13 queue INFO 3 [412] -2015-03-11 18:31:13 queue INFO >3 [413] -2015-03-11 18:31:13 sendUrl INFO 3 [412] R:OK -2015-03-11 18:31:14 sendUrl INFO 3 [413] R:OK -2015-03-11 18:32:03 queue INFO >>3 [414] -2015-03-11 18:32:03 sendUrl INFO 3 [414] R:OK -2015-03-11 18:32:53 queue INFO >>3 [415] -2015-03-11 18:32:53 sendUrl INFO 3 [415] R:OK -2015-03-11 18:33:43 queue INFO >>3 [416] -2015-03-11 18:33:44 sendUrl INFO 3 [416] R:OK -2015-03-11 18:34:33 queue INFO >>3 [417] -2015-03-11 18:34:34 sendUrl INFO 3 [417] R:OK -2015-03-11 18:35:24 queue INFO >>3 [418] -2015-03-11 18:35:24 sendUrl INFO 3 [418] R:OK -2015-03-11 18:36:14 queue INFO >>3 [419] -2015-03-11 18:36:14 sendUrl INFO 3 [419] R:OK -2015-03-11 18:37:04 queue INFO >>3 [420] -2015-03-11 18:37:04 sendUrl INFO 3 [420] R:OK -2015-03-11 18:37:54 queue INFO >>3 [421] -2015-03-11 18:37:54 sendUrl INFO 3 [421] R:OK -2015-03-11 18:38:44 queue INFO >>3 [422] -2015-03-11 18:38:45 sendUrl INFO 3 [422] R:OK -2015-03-11 18:39:23 queue INFO 7 [423] -2015-03-11 18:39:23 queue INFO >7 [424] -2015-03-11 18:39:23 sendUrl INFO 7 [423] R:OK -2015-03-11 18:39:24 sendUrl INFO 7 [424] R:OK -2015-03-11 18:39:24 queue INFO 3 [425] -2015-03-11 18:39:25 queue INFO >3 [426] -2015-03-11 18:39:25 sendUrl INFO 3 [425] R:OK -2015-03-11 18:39:25 sendUrl INFO 3 [426] R:OK -2015-03-11 18:40:14 queue INFO >>3 [427] -2015-03-11 18:40:15 sendUrl INFO 3 [427] R:OK -2015-03-11 18:41:05 queue INFO >>3 [428] -2015-03-11 18:41:05 sendUrl INFO 3 [428] R:OK -2015-03-11 18:41:55 queue INFO >>3 [429] -2015-03-11 18:41:55 sendUrl INFO 3 [429] R:OK -2015-03-11 18:42:45 queue INFO >>3 [430] -2015-03-11 18:42:45 sendUrl INFO 3 [430] R:OK -2015-03-11 18:43:35 queue INFO >>3 [431] -2015-03-11 18:43:35 sendUrl INFO 3 [431] R:OK -2015-03-11 18:44:25 queue INFO >>3 [432] -2015-03-11 18:44:26 sendUrl INFO 3 [432] R:OK -2015-03-11 18:45:15 queue INFO >>3 [433] -2015-03-11 18:45:16 sendUrl INFO 3 [433] R:OK -2015-03-11 18:46:06 queue INFO >>3 [434] -2015-03-11 18:46:06 sendUrl INFO 3 [434] R:OK -2015-03-11 18:46:56 queue INFO >>3 [435] -2015-03-11 18:46:56 sendUrl INFO 3 [435] R:OK -2015-03-11 18:47:41 queue INFO 7 [436] -2015-03-11 18:47:41 queue INFO >7 [437] -2015-03-11 18:47:42 sendUrl INFO 7 [436] R:OK -2015-03-11 18:47:42 sendUrl INFO 7 [437] R:OK -2015-03-11 18:47:43 queue INFO 3 [438] -2015-03-11 18:47:43 queue INFO >3 [439] -2015-03-11 18:47:43 sendUrl INFO 3 [438] R:OK -2015-03-11 18:47:44 sendUrl INFO 3 [439] R:OK -2015-03-11 18:48:33 queue INFO >>3 [440] -2015-03-11 18:48:33 sendUrl INFO 3 [440] R:OK -2015-03-11 18:49:23 queue INFO >>3 [441] -2015-03-11 18:49:23 sendUrl INFO 3 [441] R:OK -2015-03-11 18:50:13 queue INFO >>3 [442] -2015-03-11 18:50:14 sendUrl INFO 3 [442] R:OK -2015-03-11 18:51:03 queue INFO >>3 [443] -2015-03-11 18:51:03 sendUrl INFO 3 [443] R:OK -2015-03-11 18:51:53 queue INFO >>3 [444] -2015-03-11 18:51:54 sendUrl INFO 3 [444] R:OK -2015-03-11 18:52:44 queue INFO >>3 [445] -2015-03-11 18:52:44 sendUrl INFO 3 [445] R:OK -2015-03-11 18:53:34 queue INFO >>3 [446] -2015-03-11 18:53:34 sendUrl INFO 3 [446] R:OK -2015-03-11 18:54:24 queue INFO >>3 [447] -2015-03-11 18:54:24 sendUrl INFO 3 [447] R:OK -2015-03-11 18:55:14 queue INFO >>3 [448] -2015-03-11 18:55:15 sendUrl INFO 3 [448] R:OK -2015-03-11 18:55:53 queue INFO 7 [449] -2015-03-11 18:55:53 sendUrl INFO 7 [449] R:OK -2015-03-11 18:55:53 queue INFO >7 [450] -2015-03-11 18:55:53 sendUrl INFO 7 [450] R:OK -2015-03-11 18:55:54 queue INFO 3 [451] -2015-03-11 18:55:55 queue INFO >3 [452] -2015-03-11 18:55:55 sendUrl INFO 3 [451] R:OK -2015-03-11 18:55:55 sendUrl INFO 3 [452] R:OK -2015-03-11 18:56:44 queue INFO >>3 [453] -2015-03-11 18:56:45 sendUrl INFO 3 [453] R:OK -2015-03-11 18:57:35 queue INFO >>3 [454] -2015-03-11 18:57:35 sendUrl INFO 3 [454] R:OK -2015-03-11 18:58:25 queue INFO >>3 [455] -2015-03-11 18:58:25 sendUrl INFO 3 [455] R:OK -2015-03-11 18:59:15 queue INFO >>3 [456] -2015-03-11 18:59:15 sendUrl INFO 3 [456] R:OK -2015-03-11 19:00:05 queue INFO >>3 [457] -2015-03-11 19:00:06 sendUrl INFO 3 [457] R:OK -2015-03-11 19:00:55 queue INFO >>3 [458] -2015-03-11 19:00:55 sendUrl INFO 3 [458] R:OK -2015-03-11 19:01:45 queue INFO >>3 [459] -2015-03-11 19:01:46 sendUrl INFO 3 [459] R:OK -2015-03-11 19:02:36 queue INFO >>3 [460] -2015-03-11 19:02:36 sendUrl INFO 3 [460] R:OK -2015-03-11 19:03:26 queue INFO >>3 [461] -2015-03-11 19:03:26 sendUrl INFO 3 [461] R:OK -2015-03-11 19:04:05 queue INFO 7 [462] -2015-03-11 19:04:05 queue INFO >7 [463] -2015-03-11 19:04:05 sendUrl INFO 7 [462] R:OK -2015-03-11 19:04:06 sendUrl INFO 7 [463] R:OK -2015-03-11 19:04:06 queue INFO 3 [464] -2015-03-11 19:04:07 sendUrl INFO 3 [464] R:OK -2015-03-11 19:04:07 queue INFO >3 [465] -2015-03-11 19:04:07 sendUrl INFO 3 [465] R:OK -2015-03-11 19:04:57 queue INFO >>3 [466] -2015-03-11 19:04:57 sendUrl INFO 3 [466] R:OK -2015-03-11 19:05:47 queue INFO >>3 [467] -2015-03-11 19:05:47 sendUrl INFO 3 [467] R:OK -2015-03-11 19:06:37 queue INFO >>3 [468] -2015-03-11 19:06:37 sendUrl INFO 3 [468] R:OK -2015-03-11 19:07:27 queue INFO >>3 [469] -2015-03-11 19:07:27 sendUrl INFO 3 [469] R:OK -2015-03-11 19:08:17 queue INFO >>3 [470] -2015-03-11 19:08:18 sendUrl INFO 3 [470] R:OK -2015-03-11 19:09:07 queue INFO >>3 [471] -2015-03-11 19:09:08 sendUrl INFO 3 [471] R:OK -2015-03-11 19:09:58 queue INFO >>3 [472] -2015-03-11 19:09:58 sendUrl INFO 3 [472] R:OK -2015-03-11 19:10:48 queue INFO >>3 [473] -2015-03-11 19:10:48 sendUrl INFO 3 [473] R:OK -2015-03-11 19:11:38 queue INFO >>3 [474] -2015-03-11 19:11:38 sendUrl INFO 3 [474] R:OK -2015-03-11 19:12:17 queue INFO 7 [475] -2015-03-11 19:12:17 queue INFO >7 [476] -2015-03-11 19:12:17 sendUrl INFO 7 [475] R:OK -2015-03-11 19:12:18 sendUrl INFO 7 [476] R:OK -2015-03-11 19:12:19 queue INFO 3 [477] -2015-03-11 19:12:19 sendUrl INFO 3 [477] R:OK -2015-03-11 19:12:19 queue INFO >3 [478] -2015-03-11 19:12:19 sendUrl INFO 3 [478] R:OK -2015-03-11 19:13:09 queue INFO >>3 [479] -2015-03-11 19:13:09 sendUrl INFO 3 [479] R:OK -2015-03-11 19:13:59 queue INFO >>3 [480] -2015-03-11 19:14:00 sendUrl INFO 3 [480] R:OK -2015-03-11 19:14:49 queue INFO >>3 [481] -2015-03-11 19:14:49 sendUrl INFO 3 [481] R:OK -2015-03-11 19:15:39 queue INFO >>3 [482] -2015-03-11 19:15:40 sendUrl INFO 3 [482] R:OK -2015-03-11 19:16:30 queue INFO >>3 [483] -2015-03-11 19:16:30 sendUrl INFO 3 [483] R:OK -2015-03-11 19:17:20 queue INFO >>3 [484] -2015-03-11 19:17:20 sendUrl INFO 3 [484] R:OK -2015-03-11 19:18:10 queue INFO >>3 [485] -2015-03-11 19:18:10 sendUrl INFO 3 [485] R:OK -2015-03-11 19:19:00 queue INFO >>3 [486] -2015-03-11 19:19:01 sendUrl INFO 3 [486] R:OK -2015-03-11 19:19:50 queue INFO >>3 [487] -2015-03-11 19:19:50 sendUrl INFO 3 [487] R:OK -2015-03-11 19:20:29 queue INFO 7 [488] -2015-03-11 19:20:29 queue INFO >7 [489] -2015-03-11 19:20:29 sendUrl INFO 7 [488] R:OK -2015-03-11 19:20:30 sendUrl INFO 7 [489] R:OK -2015-03-11 19:20:30 queue INFO 3 [490] -2015-03-11 19:20:31 queue INFO >3 [491] -2015-03-11 19:20:31 sendUrl INFO 3 [490] R:OK -2015-03-11 19:20:31 sendUrl INFO 3 [491] R:OK -2015-03-11 19:21:21 queue INFO >>3 [492] -2015-03-11 19:21:21 sendUrl INFO 3 [492] R:OK -2015-03-11 19:22:11 queue INFO >>3 [493] -2015-03-11 19:22:11 sendUrl INFO 3 [493] R:OK -2015-03-11 19:23:01 queue INFO >>3 [494] -2015-03-11 19:23:01 sendUrl INFO 3 [494] R:OK -2015-03-11 19:23:23 queue INFO 1 [495] -2015-03-11 19:23:23 queue INFO >1 [496] -2015-03-11 19:23:23 sendUrl INFO 1 [495] R:OK -2015-03-11 19:23:24 sendUrl INFO 1 [496] R:OK -2015-03-11 19:24:13 queue INFO >>1 [497] -2015-03-11 19:24:13 sendUrl INFO 1 [497] R:OK -2015-03-11 19:25:03 queue INFO >>1 [498] -2015-03-11 19:25:03 sendUrl INFO 1 [498] R:OK -2015-03-11 19:25:53 queue INFO >>1 [499] -2015-03-11 19:25:54 sendUrl INFO 1 [499] R:OK -2015-03-11 19:26:43 queue INFO >>1 [500] -2015-03-11 19:26:44 sendUrl INFO 1 [500] R:OK -2015-03-11 19:27:34 queue INFO >>1 [501] -2015-03-11 19:27:34 sendUrl INFO 1 [501] R:OK -2015-03-11 19:28:24 queue INFO >>1 [502] -2015-03-11 19:28:24 sendUrl INFO 1 [502] R:OK -2015-03-11 19:28:36 queue INFO 21 [503] -2015-03-11 19:28:37 queue INFO >21 [504] -2015-03-11 19:28:37 sendUrl INFO 21 [503] R:OK -2015-03-11 19:28:37 sendUrl INFO 21 [504] R:OK -2015-03-11 19:29:27 queue INFO >>21 [505] -2015-03-11 19:29:27 sendUrl INFO 21 [505] R:OK -2015-03-11 19:30:17 queue INFO >>21 [506] -2015-03-11 19:30:17 sendUrl INFO 21 [506] R:OK -2015-03-11 19:31:07 queue INFO >>21 [507] -2015-03-11 19:31:07 sendUrl INFO 21 [507] R:OK -2015-03-11 19:31:57 queue INFO >>21 [508] -2015-03-11 19:31:57 sendUrl INFO 21 [508] R:OK -2015-03-11 19:32:45 queue INFO 1 [509] -2015-03-11 19:32:46 sendUrl INFO 1 [509] R:OK -2015-03-11 19:32:46 queue INFO >1 [510] -2015-03-11 19:32:46 sendUrl INFO 1 [510] R:OK -2015-03-11 19:33:05 queue INFO 5 [511] -2015-03-11 19:33:05 sendUrl INFO 5 [511] R:OK -2015-03-11 19:33:05 queue INFO >5 [512] -2015-03-11 19:33:06 sendUrl INFO 5 [512] R:OK -2015-03-11 19:33:07 queue INFO 1 [513] -2015-03-11 19:33:07 queue INFO >1 [514] -2015-03-11 19:33:07 sendUrl INFO 1 [513] R:OK -2015-03-11 19:33:08 sendUrl INFO 1 [514] R:OK -2015-03-11 19:33:57 queue INFO >>1 [515] -2015-03-11 19:33:57 sendUrl INFO 1 [515] R:OK -2015-03-11 19:34:36 queue INFO 3 [516] -2015-03-11 19:34:36 queue INFO >3 [517] -2015-03-11 19:34:36 sendUrl INFO 3 [516] R:OK -2015-03-11 19:34:37 sendUrl INFO 3 [517] R:OK -2015-03-11 19:35:26 queue INFO >>3 [518] -2015-03-11 19:35:27 sendUrl INFO 3 [518] R:OK -2015-03-11 19:36:16 queue INFO >>3 [519] -2015-03-11 19:36:17 sendUrl INFO 3 [519] R:OK -2015-03-11 19:37:06 queue INFO >>3 [520] -2015-03-11 19:37:07 sendUrl INFO 3 [520] R:OK -2015-03-11 19:37:57 queue INFO >>3 [521] -2015-03-11 19:37:57 sendUrl INFO 3 [521] R:OK -2015-03-11 19:38:47 queue INFO >>3 [522] -2015-03-11 19:38:47 sendUrl INFO 3 [522] R:OK -2015-03-11 19:39:37 queue INFO >>3 [523] -2015-03-11 19:39:37 sendUrl INFO 3 [523] R:OK -2015-03-11 19:40:27 queue INFO >>3 [524] -2015-03-11 19:40:27 sendUrl INFO 3 [524] R:OK -2015-03-11 19:41:17 queue INFO >>3 [525] -2015-03-11 19:41:17 sendUrl INFO 3 [525] R:OK -2015-03-11 19:41:17 queue INFO 7 [526] -2015-03-11 19:41:18 queue INFO >7 [527] -2015-03-11 19:41:18 sendUrl INFO 7 [526] R:OK -2015-03-11 19:41:18 sendUrl INFO 7 [527] R:OK -2015-03-11 19:41:19 queue INFO 3 [528] -2015-03-11 19:41:19 queue INFO >3 [529] -2015-03-11 19:41:19 sendUrl INFO 3 [528] R:OK -2015-03-11 19:41:20 sendUrl INFO 3 [529] R:OK -2015-03-11 19:42:09 queue INFO >>3 [530] -2015-03-11 19:42:10 sendUrl INFO 3 [530] R:OK -2015-03-11 19:42:59 queue INFO >>3 [531] -2015-03-11 19:43:00 sendUrl INFO 3 [531] R:OK -2015-03-11 19:43:50 queue INFO >>3 [532] -2015-03-11 19:43:50 sendUrl INFO 3 [532] R:OK -2015-03-11 19:44:40 queue INFO >>3 [533] -2015-03-11 19:44:40 sendUrl INFO 3 [533] R:OK -2015-03-11 19:45:30 queue INFO >>3 [534] -2015-03-11 19:45:30 sendUrl INFO 3 [534] R:OK -2015-03-11 19:46:20 queue INFO >>3 [535] -2015-03-11 19:46:20 sendUrl INFO 3 [535] R:OK -2015-03-11 19:47:10 queue INFO >>3 [536] -2015-03-11 19:47:11 sendUrl INFO 3 [536] R:OK -2015-03-11 19:48:00 queue INFO >>3 [537] -2015-03-11 19:48:01 sendUrl INFO 3 [537] R:OK -2015-03-11 19:48:50 queue INFO >>3 [538] -2015-03-11 19:48:51 sendUrl INFO 3 [538] R:OK -2015-03-11 19:49:29 queue INFO 7 [539] -2015-03-11 19:49:29 sendUrl INFO 7 [539] R:OK -2015-03-11 19:49:29 queue INFO >7 [540] -2015-03-11 19:49:30 sendUrl INFO 7 [540] R:OK -2015-03-11 19:49:31 queue INFO 3 [541] -2015-03-11 19:49:31 queue INFO >3 [542] -2015-03-11 19:49:31 sendUrl INFO 3 [541] R:OK -2015-03-11 19:49:32 sendUrl INFO 3 [542] R:OK -2015-03-11 19:50:21 queue INFO >>3 [543] -2015-03-11 19:50:21 sendUrl INFO 3 [543] R:OK -2015-03-11 19:51:11 queue INFO >>3 [544] -2015-03-11 19:51:11 sendUrl INFO 3 [544] R:OK -2015-03-11 19:52:01 queue INFO >>3 [545] -2015-03-11 19:52:01 sendUrl INFO 3 [545] R:OK -2015-03-11 19:52:51 queue INFO >>3 [546] -2015-03-11 19:52:51 sendUrl INFO 3 [546] R:OK -2015-03-11 19:53:41 queue INFO >>3 [547] -2015-03-11 19:53:42 sendUrl INFO 3 [547] R:OK -2015-03-11 19:54:31 queue INFO >>3 [548] -2015-03-11 19:54:32 sendUrl INFO 3 [548] R:OK -2015-03-11 19:55:21 queue INFO >>3 [549] -2015-03-11 19:55:22 sendUrl INFO 3 [549] R:OK -2015-03-11 19:56:12 queue INFO >>3 [550] -2015-03-11 19:56:12 sendUrl INFO 3 [550] R:OK -2015-03-11 19:57:02 queue INFO >>3 [551] -2015-03-11 19:57:02 sendUrl INFO 3 [551] R:OK -2015-03-11 19:57:40 queue INFO 7 [552] -2015-03-11 19:57:41 queue INFO >7 [553] -2015-03-11 19:57:41 sendUrl INFO 7 [552] R:OK -2015-03-11 19:57:41 sendUrl INFO 7 [553] R:OK -2015-03-11 19:57:42 queue INFO 3 [554] -2015-03-11 19:57:42 queue INFO >3 [555] -2015-03-11 19:57:42 sendUrl INFO 3 [554] R:OK -2015-03-11 19:57:43 sendUrl INFO 3 [555] R:OK -2015-03-11 19:58:32 queue INFO >>3 [556] -2015-03-11 19:58:33 sendUrl INFO 3 [556] R:OK -2015-03-11 19:59:22 queue INFO >>3 [557] -2015-03-11 19:59:23 sendUrl INFO 3 [557] R:OK -2015-03-11 20:00:13 queue INFO >>3 [558] -2015-03-11 20:00:13 sendUrl INFO 3 [558] R:OK -2015-03-11 20:01:03 queue INFO >>3 [559] -2015-03-11 20:01:03 sendUrl INFO 3 [559] R:OK -2015-03-11 20:01:53 queue INFO >>3 [560] -2015-03-11 20:01:53 sendUrl INFO 3 [560] R:OK -2015-03-11 20:02:43 queue INFO >>3 [561] -2015-03-11 20:02:43 sendUrl INFO 3 [561] R:OK -2015-03-11 20:03:33 queue INFO >>3 [562] -2015-03-11 20:03:34 sendUrl INFO 3 [562] R:OK -2015-03-11 20:04:23 queue INFO >>3 [563] -2015-03-11 20:04:24 sendUrl INFO 3 [563] R:OK -2015-03-11 20:05:13 queue INFO >>3 [564] -2015-03-11 20:05:14 sendUrl INFO 3 [564] R:OK -2015-03-11 20:05:53 queue INFO 7 [565] -2015-03-11 20:05:53 sendUrl INFO 7 [565] R:OK -2015-03-11 20:05:53 queue INFO >7 [566] -2015-03-11 20:05:54 sendUrl INFO 7 [566] R:OK -2015-03-11 20:05:55 queue INFO 3 [567] -2015-03-11 20:05:55 queue INFO >3 [568] -2015-03-11 20:05:55 sendUrl INFO 3 [567] R:OK -2015-03-11 20:05:56 sendUrl INFO 3 [568] R:OK -2015-03-11 20:06:45 queue INFO >>3 [569] -2015-03-11 20:06:45 sendUrl INFO 3 [569] R:OK -2015-03-11 20:07:35 queue INFO >>3 [570] -2015-03-11 20:07:35 sendUrl INFO 3 [570] R:OK -2015-03-11 20:08:25 queue INFO >>3 [571] -2015-03-11 20:08:26 sendUrl INFO 3 [571] R:OK -2015-03-11 20:09:15 queue INFO >>3 [572] -2015-03-11 20:09:15 sendUrl INFO 3 [572] R:OK -2015-03-11 20:10:05 queue INFO >>3 [573] -2015-03-11 20:10:06 sendUrl INFO 3 [573] R:OK -2015-03-11 20:10:56 queue INFO >>3 [574] -2015-03-11 20:10:56 sendUrl INFO 3 [574] R:OK -2015-03-11 20:11:46 queue INFO >>3 [575] -2015-03-11 20:11:46 sendUrl INFO 3 [575] R:OK -2015-03-11 20:12:36 queue INFO >>3 [576] -2015-03-11 20:12:36 sendUrl INFO 3 [576] R:OK -2015-03-11 20:13:26 queue INFO >>3 [577] -2015-03-11 20:13:26 sendUrl INFO 3 [577] R:OK -2015-03-11 20:14:05 queue INFO 7 [578] -2015-03-11 20:14:05 sendUrl INFO 7 [578] R:OK -2015-03-11 20:14:05 queue INFO >7 [579] -2015-03-11 20:14:05 sendUrl INFO 7 [579] R:OK -2015-03-11 20:14:06 queue INFO 3 [580] -2015-03-11 20:14:07 queue INFO >3 [581] -2015-03-11 20:14:07 sendUrl INFO 3 [580] R:OK -2015-03-11 20:14:07 sendUrl INFO 3 [581] R:OK -2015-03-11 20:14:56 queue INFO >>3 [582] -2015-03-11 20:14:57 sendUrl INFO 3 [582] R:OK -2015-03-11 20:15:47 queue INFO >>3 [583] -2015-03-11 20:15:47 sendUrl INFO 3 [583] R:OK -2015-03-11 20:16:37 queue INFO >>3 [584] -2015-03-11 20:16:37 sendUrl INFO 3 [584] R:OK -2015-03-11 20:17:27 queue INFO >>3 [585] -2015-03-11 20:17:27 sendUrl INFO 3 [585] R:OK -2015-03-11 20:18:17 queue INFO >>3 [586] -2015-03-11 20:18:18 sendUrl INFO 3 [586] R:OK -2015-03-11 20:19:07 queue INFO >>3 [587] -2015-03-11 20:19:07 sendUrl INFO 3 [587] R:OK -2015-03-11 20:19:57 queue INFO >>3 [588] -2015-03-11 20:19:58 sendUrl INFO 3 [588] R:OK -2015-03-11 20:20:48 queue INFO >>3 [589] -2015-03-11 20:20:48 sendUrl INFO 3 [589] R:OK -2015-03-11 20:21:38 queue INFO >>3 [590] -2015-03-11 20:21:38 sendUrl INFO 3 [590] R:OK -2015-03-11 20:22:17 queue INFO 7 [591] -2015-03-11 20:22:17 queue INFO >7 [592] -2015-03-11 20:22:17 sendUrl INFO 7 [591] R:OK -2015-03-11 20:22:18 sendUrl INFO 7 [592] R:OK -2015-03-11 20:22:18 queue INFO 3 [593] -2015-03-11 20:22:18 queue INFO >3 [594] -2015-03-11 20:22:19 sendUrl INFO 3 [593] R:OK -2015-03-11 20:22:19 sendUrl INFO 3 [594] R:OK -2015-03-11 20:23:08 queue INFO >>3 [595] -2015-03-11 20:23:08 sendUrl INFO 3 [595] R:OK -2015-03-11 20:23:59 queue INFO >>3 [596] -2015-03-11 20:23:59 sendUrl INFO 3 [596] R:OK -2015-03-11 20:24:49 queue INFO >>3 [597] -2015-03-11 20:24:49 sendUrl INFO 3 [597] R:OK -2015-03-11 20:25:39 queue INFO >>3 [598] -2015-03-11 20:25:39 sendUrl INFO 3 [598] R:OK -2015-03-11 20:26:29 queue INFO >>3 [599] -2015-03-11 20:26:29 sendUrl INFO 3 [599] R:OK -2015-03-11 20:27:19 queue INFO >>3 [600] -2015-03-11 20:27:20 sendUrl INFO 3 [600] R:OK -2015-03-11 20:28:09 queue INFO >>3 [601] -2015-03-11 20:28:09 sendUrl INFO 3 [601] R:OK -2015-03-11 20:28:59 queue INFO >>3 [602] -2015-03-11 20:29:00 sendUrl INFO 3 [602] R:OK -2015-03-11 20:29:50 queue INFO >>3 [603] -2015-03-11 20:29:50 sendUrl INFO 3 [603] R:OK -2015-03-11 20:30:29 queue INFO 7 [604] -2015-03-11 20:30:29 queue INFO >7 [605] -2015-03-11 20:30:29 sendUrl INFO 7 [604] R:OK -2015-03-11 20:30:30 sendUrl INFO 7 [605] R:OK -2015-03-11 20:30:31 queue INFO 3 [606] -2015-03-11 20:30:31 sendUrl INFO 3 [606] R:OK -2015-03-11 20:30:31 queue INFO >3 [607] -2015-03-11 20:30:31 sendUrl INFO 3 [607] R:OK -2015-03-11 20:31:21 queue INFO >>3 [608] -2015-03-11 20:31:21 sendUrl INFO 3 [608] R:OK -2015-03-11 20:32:11 queue INFO >>3 [609] -2015-03-11 20:32:12 sendUrl INFO 3 [609] R:OK -2015-03-11 20:33:01 queue INFO >>3 [610] -2015-03-11 20:33:01 sendUrl INFO 3 [610] R:OK -2015-03-11 20:33:51 queue INFO >>3 [611] -2015-03-11 20:33:52 sendUrl INFO 3 [611] R:OK -2015-03-11 20:34:41 queue INFO >>3 [612] -2015-03-11 20:34:42 sendUrl INFO 3 [612] R:OK -2015-03-11 20:35:32 queue INFO >>3 [613] -2015-03-11 20:35:32 sendUrl INFO 3 [613] R:OK -2015-03-11 20:36:22 queue INFO >>3 [614] -2015-03-11 20:36:22 sendUrl INFO 3 [614] R:OK -2015-03-11 20:37:12 queue INFO >>3 [615] -2015-03-11 20:37:12 sendUrl INFO 3 [615] R:OK -2015-03-11 20:38:02 queue INFO >>3 [616] -2015-03-11 20:38:02 sendUrl INFO 3 [616] R:OK -2015-03-11 20:38:52 queue INFO >>3 [617] -2015-03-11 20:38:53 sendUrl INFO 3 [617] R:OK -2015-03-11 20:39:01 queue INFO 7 [618] -2015-03-11 20:39:01 queue INFO >7 [619] -2015-03-11 20:39:01 sendUrl INFO 7 [618] R:OK -2015-03-11 20:39:02 sendUrl INFO 7 [619] R:OK -2015-03-11 20:39:02 queue INFO 3 [620] -2015-03-11 20:39:03 queue INFO >3 [621] -2015-03-11 20:39:03 sendUrl INFO 3 [620] R:OK -2015-03-11 20:39:03 sendUrl INFO 3 [621] R:OK -2015-03-11 20:39:53 queue INFO >>3 [622] -2015-03-11 20:39:53 sendUrl INFO 3 [622] R:OK -2015-03-11 20:40:43 queue INFO >>3 [623] -2015-03-11 20:40:43 sendUrl INFO 3 [623] R:OK -2015-03-11 20:41:33 queue INFO >>3 [624] -2015-03-11 20:41:33 sendUrl INFO 3 [624] R:OK -2015-03-11 20:42:23 queue INFO >>3 [625] -2015-03-11 20:42:24 sendUrl INFO 3 [625] R:OK -2015-03-11 20:43:13 queue INFO >>3 [626] -2015-03-11 20:43:13 sendUrl INFO 3 [626] R:OK -2015-03-11 20:44:03 queue INFO >>3 [627] -2015-03-11 20:44:04 sendUrl INFO 3 [627] R:OK -2015-03-11 20:44:54 queue INFO >>3 [628] -2015-03-11 20:44:54 sendUrl INFO 3 [628] R:OK -2015-03-11 20:45:44 queue INFO >>3 [629] -2015-03-11 20:45:44 sendUrl INFO 3 [629] R:OK -2015-03-11 20:46:34 queue INFO >>3 [630] -2015-03-11 20:46:34 sendUrl INFO 3 [630] R:OK -2015-03-11 20:47:24 queue INFO >>3 [631] -2015-03-11 20:47:24 sendUrl INFO 3 [631] R:OK -2015-03-11 20:47:31 queue INFO 7 [632] -2015-03-11 20:47:32 queue INFO >7 [633] -2015-03-11 20:47:32 sendUrl INFO 7 [632] R:OK -2015-03-11 20:47:32 sendUrl INFO 7 [633] R:OK -2015-03-11 20:47:33 queue INFO 3 [634] -2015-03-11 20:47:33 sendUrl INFO 3 [634] R:OK -2015-03-11 20:47:33 queue INFO >3 [635] -2015-03-11 20:47:34 sendUrl INFO 3 [635] R:OK -2015-03-11 20:48:23 queue INFO >>3 [636] -2015-03-11 20:48:23 sendUrl INFO 3 [636] R:OK -2015-03-11 20:49:13 queue INFO >>3 [637] -2015-03-11 20:49:14 sendUrl INFO 3 [637] R:OK -2015-03-11 20:50:03 queue INFO >>3 [638] -2015-03-11 20:50:04 sendUrl INFO 3 [638] R:OK -2015-03-11 20:50:54 queue INFO >>3 [639] -2015-03-11 20:50:54 sendUrl INFO 3 [639] R:OK -2015-03-11 20:51:44 queue INFO >>3 [640] -2015-03-11 20:51:44 sendUrl INFO 3 [640] R:OK -2015-03-11 20:52:34 queue INFO >>3 [641] -2015-03-11 20:52:34 sendUrl INFO 3 [641] R:OK -2015-03-11 20:53:24 queue INFO >>3 [642] -2015-03-11 20:53:24 sendUrl INFO 3 [642] R:OK -2015-03-11 20:54:14 queue INFO >>3 [643] -2015-03-11 20:54:15 sendUrl INFO 3 [643] R:OK -2015-03-11 20:55:04 queue INFO >>3 [644] -2015-03-11 20:55:05 sendUrl INFO 3 [644] R:OK -2015-03-11 20:55:44 queue INFO 7 [645] -2015-03-11 20:55:44 queue INFO >7 [646] -2015-03-11 20:55:44 sendUrl INFO 7 [645] R:OK -2015-03-11 20:55:44 sendUrl INFO 7 [646] R:OK -2015-03-11 20:55:45 queue INFO 3 [647] -2015-03-11 20:55:46 queue INFO >3 [648] -2015-03-11 20:55:46 sendUrl INFO 3 [647] R:OK -2015-03-11 20:55:46 sendUrl INFO 3 [648] R:OK -2015-03-11 20:56:35 queue INFO >>3 [649] -2015-03-11 20:56:36 sendUrl INFO 3 [649] R:OK -2015-03-11 20:57:26 queue INFO >>3 [650] -2015-03-11 20:57:26 sendUrl INFO 3 [650] R:OK -2015-03-11 20:58:16 queue INFO >>3 [651] -2015-03-11 20:58:16 sendUrl INFO 3 [651] R:OK -2015-03-11 20:59:06 queue INFO >>3 [652] -2015-03-11 20:59:06 sendUrl INFO 3 [652] R:OK -2015-03-11 20:59:56 queue INFO >>3 [653] -2015-03-11 20:59:57 sendUrl INFO 3 [653] R:OK -2015-03-11 21:00:46 queue INFO >>3 [654] -2015-03-11 21:00:46 sendUrl INFO 3 [654] R:OK -2015-03-11 21:01:36 queue INFO >>3 [655] -2015-03-11 21:01:37 sendUrl INFO 3 [655] R:OK -2015-03-11 21:02:26 queue INFO >>3 [656] -2015-03-11 21:02:27 sendUrl INFO 3 [656] R:OK -2015-03-11 21:03:17 queue INFO >>3 [657] -2015-03-11 21:03:17 sendUrl INFO 3 [657] R:OK -2015-03-11 21:03:56 queue INFO 7 [658] -2015-03-11 21:03:56 sendUrl INFO 7 [658] R:OK -2015-03-11 21:03:56 queue INFO >7 [659] -2015-03-11 21:03:56 sendUrl INFO 7 [659] R:OK -2015-03-11 21:03:57 queue INFO 3 [660] -2015-03-11 21:03:57 queue INFO >3 [661] -2015-03-11 21:03:58 sendUrl INFO 3 [660] R:OK -2015-03-11 21:03:58 sendUrl INFO 3 [661] R:OK -2015-03-11 21:04:47 queue INFO >>3 [662] -2015-03-11 21:04:48 sendUrl INFO 3 [662] R:OK -2015-03-11 21:05:37 queue INFO >>3 [663] -2015-03-11 21:05:38 sendUrl INFO 3 [663] R:OK -2015-03-11 21:06:27 queue INFO >>3 [664] -2015-03-11 21:06:28 sendUrl INFO 3 [664] R:OK -2015-03-11 21:07:18 queue INFO >>3 [665] -2015-03-11 21:07:18 sendUrl INFO 3 [665] R:OK -2015-03-11 21:08:08 queue INFO >>3 [666] -2015-03-11 21:08:08 sendUrl INFO 3 [666] R:OK -2015-03-11 21:08:58 queue INFO >>3 [667] -2015-03-11 21:08:58 sendUrl INFO 3 [667] R:OK -2015-03-11 21:09:48 queue INFO >>3 [668] -2015-03-11 21:09:48 sendUrl INFO 3 [668] R:OK -2015-03-11 21:10:38 queue INFO >>3 [669] -2015-03-11 21:10:39 sendUrl INFO 3 [669] R:OK -2015-03-11 21:11:28 queue INFO >>3 [670] -2015-03-11 21:11:29 sendUrl INFO 3 [670] R:OK -2015-03-11 21:12:08 queue INFO 7 [671] -2015-03-11 21:12:08 queue INFO >7 [672] -2015-03-11 21:12:08 sendUrl INFO 7 [671] R:OK -2015-03-11 21:12:08 sendUrl INFO 7 [672] R:OK -2015-03-11 21:12:09 queue INFO 3 [673] -2015-03-11 21:12:09 queue INFO >3 [674] -2015-03-11 21:12:09 sendUrl INFO 3 [673] R:OK -2015-03-11 21:12:10 sendUrl INFO 3 [674] R:OK -2015-03-11 21:12:59 queue INFO >>3 [675] -2015-03-11 21:13:00 sendUrl INFO 3 [675] R:OK -2015-03-11 21:13:49 queue INFO >>3 [676] -2015-03-11 21:13:50 sendUrl INFO 3 [676] R:OK -2015-03-11 21:14:40 queue INFO >>3 [677] -2015-03-11 21:14:40 sendUrl INFO 3 [677] R:OK -2015-03-11 21:15:30 queue INFO >>3 [678] -2015-03-11 21:15:30 sendUrl INFO 3 [678] R:OK -2015-03-11 21:16:20 queue INFO >>3 [679] -2015-03-11 21:16:20 sendUrl INFO 3 [679] R:OK -2015-03-11 21:17:10 queue INFO >>3 [680] -2015-03-11 21:17:10 sendUrl INFO 3 [680] R:OK -2015-03-11 21:18:00 queue INFO >>3 [681] -2015-03-11 21:18:00 sendUrl INFO 3 [681] R:OK -2015-03-11 21:18:50 queue INFO >>3 [682] -2015-03-11 21:18:51 sendUrl INFO 3 [682] R:OK -2015-03-11 21:19:40 queue INFO >>3 [683] -2015-03-11 21:19:41 sendUrl INFO 3 [683] R:OK -2015-03-11 21:20:20 queue INFO 7 [684] -2015-03-11 21:20:20 queue INFO >7 [685] -2015-03-11 21:20:20 sendUrl INFO 7 [684] R:OK -2015-03-11 21:20:21 sendUrl INFO 7 [685] R:OK -2015-03-11 21:20:21 queue INFO 3 [686] -2015-03-11 21:20:22 queue INFO >3 [687] -2015-03-11 21:20:22 sendUrl INFO 3 [686] R:OK -2015-03-11 21:20:22 sendUrl INFO 3 [687] R:OK -2015-03-11 21:21:12 queue INFO >>3 [688] -2015-03-11 21:21:12 sendUrl INFO 3 [688] R:OK -2015-03-11 21:22:02 queue INFO >>3 [689] -2015-03-11 21:22:02 sendUrl INFO 3 [689] R:OK -2015-03-11 21:22:52 queue INFO >>3 [690] -2015-03-11 21:22:52 sendUrl INFO 3 [690] R:OK -2015-03-11 21:23:42 queue INFO >>3 [691] -2015-03-11 21:23:42 sendUrl INFO 3 [691] R:OK -2015-03-11 21:24:32 queue INFO >>3 [692] -2015-03-11 21:24:32 sendUrl INFO 3 [692] R:OK -2015-03-11 21:25:22 queue INFO >>3 [693] -2015-03-11 21:25:23 sendUrl INFO 3 [693] R:OK -2015-03-11 21:26:13 queue INFO >>3 [694] -2015-03-11 21:26:13 sendUrl INFO 3 [694] R:OK -2015-03-11 21:27:03 queue INFO >>3 [695] -2015-03-11 21:27:03 sendUrl INFO 3 [695] R:OK -2015-03-11 21:27:53 queue INFO >>3 [696] -2015-03-11 21:27:53 sendUrl INFO 3 [696] R:OK -2015-03-11 21:28:32 queue INFO 7 [697] -2015-03-11 21:28:32 queue INFO >7 [698] -2015-03-11 21:28:32 sendUrl INFO 7 [697] R:OK -2015-03-11 21:28:32 sendUrl INFO 7 [698] R:OK -2015-03-11 21:28:33 queue INFO 3 [699] -2015-03-11 21:28:33 queue INFO >3 [700] -2015-03-11 21:28:33 sendUrl INFO 3 [699] R:OK -2015-03-11 21:28:34 sendUrl INFO 3 [700] R:OK -2015-03-11 21:29:23 queue INFO >>3 [701] -2015-03-11 21:29:24 sendUrl INFO 3 [701] R:OK -2015-03-11 21:30:13 queue INFO >>3 [702] -2015-03-11 21:30:14 sendUrl INFO 3 [702] R:OK -2015-03-11 21:31:04 queue INFO >>3 [703] -2015-03-11 21:31:04 sendUrl INFO 3 [703] R:OK -2015-03-11 21:31:54 queue INFO >>3 [704] -2015-03-11 21:31:54 sendUrl INFO 3 [704] R:OK -2015-03-11 21:32:44 queue INFO >>3 [705] -2015-03-11 21:32:44 sendUrl INFO 3 [705] R:OK -2015-03-11 21:33:34 queue INFO >>3 [706] -2015-03-11 21:33:34 sendUrl INFO 3 [706] R:OK -2015-03-11 21:34:24 queue INFO >>3 [707] -2015-03-11 21:34:24 sendUrl INFO 3 [707] R:OK -2015-03-11 21:35:14 queue INFO >>3 [708] -2015-03-11 21:35:15 sendUrl INFO 3 [708] R:OK -2015-03-11 21:36:04 queue INFO >>3 [709] -2015-03-11 21:36:05 sendUrl INFO 3 [709] R:OK -2015-03-11 21:36:43 queue INFO 7 [710] -2015-03-11 21:36:43 sendUrl INFO 7 [710] R:OK -2015-03-11 21:36:43 queue INFO >7 [711] -2015-03-11 21:36:44 sendUrl INFO 7 [711] R:OK -2015-03-11 21:36:45 queue INFO 3 [712] -2015-03-11 21:36:45 queue INFO >3 [713] -2015-03-11 21:36:45 sendUrl INFO 3 [712] R:OK -2015-03-11 21:36:46 sendUrl INFO 3 [713] R:OK -2015-03-11 21:37:35 queue INFO >>3 [714] -2015-03-11 21:37:35 sendUrl INFO 3 [714] R:OK -2015-03-11 21:38:25 queue INFO >>3 [715] -2015-03-11 21:38:25 sendUrl INFO 3 [715] R:OK -2015-03-11 21:39:15 queue INFO >>3 [716] -2015-03-11 21:39:16 sendUrl INFO 3 [716] R:OK -2015-03-11 21:40:05 queue INFO >>3 [717] -2015-03-11 21:40:06 sendUrl INFO 3 [717] R:OK -2015-03-11 21:40:55 queue INFO >>3 [718] -2015-03-11 21:40:56 sendUrl INFO 3 [718] R:OK -2015-03-11 21:41:46 queue INFO >>3 [719] -2015-03-11 21:41:46 sendUrl INFO 3 [719] R:OK -2015-03-11 21:42:36 queue INFO >>3 [720] -2015-03-11 21:42:36 sendUrl INFO 3 [720] R:OK -2015-03-11 21:43:26 queue INFO >>3 [721] -2015-03-11 21:43:26 sendUrl INFO 3 [721] R:OK -2015-03-11 21:44:16 queue INFO >>3 [722] -2015-03-11 21:44:16 sendUrl INFO 3 [722] R:OK -2015-03-11 21:44:56 queue INFO 7 [723] -2015-03-11 21:44:56 queue INFO >7 [724] -2015-03-11 21:44:56 sendUrl INFO 7 [723] R:OK -2015-03-11 21:44:56 sendUrl INFO 7 [724] R:OK -2015-03-11 21:44:57 queue INFO 3 [725] -2015-03-11 21:44:57 queue INFO >3 [726] -2015-03-11 21:44:57 sendUrl INFO 3 [725] R:OK -2015-03-11 21:44:58 sendUrl INFO 3 [726] R:OK -2015-03-11 21:45:47 queue INFO >>3 [727] -2015-03-11 21:45:48 sendUrl INFO 3 [727] R:OK -2015-03-11 21:46:37 queue INFO >>3 [728] -2015-03-11 21:46:38 sendUrl INFO 3 [728] R:OK -2015-03-11 21:47:27 queue INFO >>3 [729] -2015-03-11 21:47:28 sendUrl INFO 3 [729] R:OK -2015-03-11 21:48:18 queue INFO >>3 [730] -2015-03-11 21:48:18 sendUrl INFO 3 [730] R:OK -2015-03-11 21:49:08 queue INFO >>3 [731] -2015-03-11 21:49:08 sendUrl INFO 3 [731] R:OK -2015-03-11 21:49:58 queue INFO >>3 [732] -2015-03-11 21:49:58 sendUrl INFO 3 [732] R:OK -2015-03-11 21:50:48 queue INFO >>3 [733] -2015-03-11 21:50:48 sendUrl INFO 3 [733] R:OK -2015-03-11 21:51:38 queue INFO >>3 [734] -2015-03-11 21:51:39 sendUrl INFO 3 [734] R:OK -2015-03-11 21:52:28 queue INFO >>3 [735] -2015-03-11 21:52:29 sendUrl INFO 3 [735] R:OK -2015-03-11 21:53:07 queue INFO 7 [736] -2015-03-11 21:53:07 sendUrl INFO 7 [736] R:OK -2015-03-11 21:53:07 queue INFO >7 [737] -2015-03-11 21:53:08 sendUrl INFO 7 [737] R:OK -2015-03-11 21:53:09 queue INFO 3 [738] -2015-03-11 21:53:09 queue INFO >3 [739] -2015-03-11 21:53:09 sendUrl INFO 3 [738] R:OK -2015-03-11 21:53:10 sendUrl INFO 3 [739] R:OK -2015-03-11 21:53:59 queue INFO >>3 [740] -2015-03-11 21:53:59 sendUrl INFO 3 [740] R:OK -2015-03-11 21:54:49 queue INFO >>3 [741] -2015-03-11 21:54:49 sendUrl INFO 3 [741] R:OK -2015-03-11 21:55:39 queue INFO >>3 [742] -2015-03-11 21:55:40 sendUrl INFO 3 [742] R:OK -2015-03-11 21:56:29 queue INFO >>3 [743] -2015-03-11 21:56:29 sendUrl INFO 3 [743] R:OK -2015-03-11 21:57:19 queue INFO >>3 [744] -2015-03-11 21:57:20 sendUrl INFO 3 [744] R:OK -2015-03-11 21:58:10 queue INFO >>3 [745] -2015-03-11 21:58:10 sendUrl INFO 3 [745] R:OK -2015-03-11 21:59:00 queue INFO >>3 [746] -2015-03-11 21:59:00 sendUrl INFO 3 [746] R:OK -2015-03-11 21:59:50 queue INFO >>3 [747] -2015-03-11 21:59:50 sendUrl INFO 3 [747] R:OK -2015-03-11 22:00:40 queue INFO >>3 [748] -2015-03-11 22:00:40 sendUrl INFO 3 [748] R:OK -2015-03-11 22:01:19 queue INFO 7 [749] -2015-03-11 22:01:19 queue INFO >7 [750] -2015-03-11 22:01:19 sendUrl INFO 7 [749] R:OK -2015-03-11 22:01:20 sendUrl INFO 7 [750] R:OK -2015-03-11 22:01:21 queue INFO 3 [751] -2015-03-11 22:01:21 sendUrl INFO 3 [751] R:OK -2015-03-11 22:01:21 queue INFO >3 [752] -2015-03-11 22:01:21 sendUrl INFO 3 [752] R:OK -2015-03-11 22:02:11 queue INFO >>3 [753] -2015-03-11 22:02:11 sendUrl INFO 3 [753] R:OK -2015-03-11 22:03:01 queue INFO >>3 [754] -2015-03-11 22:03:01 sendUrl INFO 3 [754] R:OK -2015-03-11 22:03:51 queue INFO >>3 [755] -2015-03-11 22:03:51 sendUrl INFO 3 [755] R:OK -2015-03-11 22:04:41 queue INFO >>3 [756] -2015-03-11 22:04:42 sendUrl INFO 3 [756] R:OK -2015-03-11 22:05:31 queue INFO >>3 [757] -2015-03-11 22:05:32 sendUrl INFO 3 [757] R:OK -2015-03-11 22:06:21 queue INFO >>3 [758] -2015-03-11 22:06:22 sendUrl INFO 3 [758] R:OK -2015-03-11 22:07:12 queue INFO >>3 [759] -2015-03-11 22:07:12 sendUrl INFO 3 [759] R:OK -2015-03-11 22:08:02 queue INFO >>3 [760] -2015-03-11 22:08:02 sendUrl INFO 3 [760] R:OK -2015-03-11 22:08:52 queue INFO >>3 [761] -2015-03-11 22:08:52 sendUrl INFO 3 [761] R:OK -2015-03-11 22:09:31 queue INFO 7 [762] -2015-03-11 22:09:32 queue INFO >7 [763] -2015-03-11 22:09:32 sendUrl INFO 7 [762] R:OK -2015-03-11 22:09:32 sendUrl INFO 7 [763] R:OK -2015-03-11 22:09:33 queue INFO 3 [764] -2015-03-11 22:09:33 sendUrl INFO 3 [764] R:OK -2015-03-11 22:09:33 queue INFO >3 [765] -2015-03-11 22:09:34 sendUrl INFO 3 [765] R:OK -2015-03-11 22:10:23 queue INFO >>3 [766] -2015-03-11 22:10:24 sendUrl INFO 3 [766] R:OK -2015-03-11 22:11:13 queue INFO >>3 [767] -2015-03-11 22:11:14 sendUrl INFO 3 [767] R:OK -2015-03-11 22:12:04 queue INFO >>3 [768] -2015-03-11 22:12:04 sendUrl INFO 3 [768] R:OK -2015-03-11 22:12:54 queue INFO >>3 [769] -2015-03-11 22:12:54 sendUrl INFO 3 [769] R:OK -2015-03-11 22:13:44 queue INFO >>3 [770] -2015-03-11 22:13:44 sendUrl INFO 3 [770] R:OK -2015-03-11 22:14:34 queue INFO >>3 [771] -2015-03-11 22:14:34 sendUrl INFO 3 [771] R:OK -2015-03-11 22:15:24 queue INFO >>3 [772] -2015-03-11 22:15:24 sendUrl INFO 3 [772] R:OK -2015-03-11 22:16:14 queue INFO >>3 [773] -2015-03-11 22:16:15 sendUrl INFO 3 [773] R:OK -2015-03-11 22:17:04 queue INFO >>3 [774] -2015-03-11 22:17:05 sendUrl INFO 3 [774] R:OK -2015-03-11 22:17:43 queue INFO 7 [775] -2015-03-11 22:17:43 queue INFO >7 [776] -2015-03-11 22:17:43 sendUrl INFO 7 [775] R:OK -2015-03-11 22:17:44 sendUrl INFO 7 [776] R:OK -2015-03-11 22:17:45 queue INFO 3 [777] -2015-03-11 22:17:45 sendUrl INFO 3 [777] R:OK -2015-03-11 22:17:45 queue INFO >3 [778] -2015-03-11 22:17:45 sendUrl INFO 3 [778] R:OK -2015-03-11 22:18:35 queue INFO >>3 [779] -2015-03-11 22:18:35 sendUrl INFO 3 [779] R:OK -2015-03-11 22:19:25 queue INFO >>3 [780] -2015-03-11 22:19:26 sendUrl INFO 3 [780] R:OK -2015-03-11 22:20:15 queue INFO >>3 [781] -2015-03-11 22:20:15 sendUrl INFO 3 [781] R:OK -2015-03-11 22:21:05 queue INFO >>3 [782] -2015-03-11 22:21:06 sendUrl INFO 3 [782] R:OK -2015-03-11 22:21:56 queue INFO >>3 [783] -2015-03-11 22:21:56 sendUrl INFO 3 [783] R:OK -2015-03-11 22:22:46 queue INFO >>3 [784] -2015-03-11 22:22:46 sendUrl INFO 3 [784] R:OK -2015-03-11 22:23:36 queue INFO >>3 [785] -2015-03-11 22:23:36 sendUrl INFO 3 [785] R:OK -2015-03-11 22:24:26 queue INFO >>3 [786] -2015-03-11 22:24:27 sendUrl INFO 3 [786] R:OK -2015-03-11 22:25:16 queue INFO >>3 [787] -2015-03-11 22:25:16 sendUrl INFO 3 [787] R:OK -2015-03-11 22:25:55 queue INFO 7 [788] -2015-03-11 22:25:55 queue INFO >7 [789] -2015-03-11 22:25:55 sendUrl INFO 7 [788] R:OK -2015-03-11 22:25:56 sendUrl INFO 7 [789] R:OK -2015-03-11 22:25:56 queue INFO 3 [790] -2015-03-11 22:25:56 queue INFO >3 [791] -2015-03-11 22:25:57 sendUrl INFO 3 [790] R:OK -2015-03-11 22:25:57 sendUrl INFO 3 [791] R:OK -2015-03-11 22:26:46 queue INFO >>3 [792] -2015-03-11 22:26:47 sendUrl INFO 3 [792] R:OK -2015-03-11 22:27:37 queue INFO >>3 [793] -2015-03-11 22:27:37 sendUrl INFO 3 [793] R:OK -2015-03-11 22:28:27 queue INFO >>3 [794] -2015-03-11 22:28:27 sendUrl INFO 3 [794] R:OK -2015-03-11 22:29:17 queue INFO >>3 [795] -2015-03-11 22:29:17 sendUrl INFO 3 [795] R:OK -2015-03-11 22:30:07 queue INFO >>3 [796] -2015-03-11 22:30:07 sendUrl INFO 3 [796] R:OK -2015-03-11 22:30:57 queue INFO >>3 [797] -2015-03-11 22:30:57 sendUrl INFO 3 [797] R:OK -2015-03-11 22:31:47 queue INFO >>3 [798] -2015-03-11 22:31:47 sendUrl INFO 3 [798] R:OK -2015-03-11 22:32:37 queue INFO >>3 [799] -2015-03-11 22:32:38 sendUrl INFO 3 [799] R:OK -2015-03-11 22:33:27 queue INFO >>3 [800] -2015-03-11 22:33:28 sendUrl INFO 3 [800] R:OK -2015-03-11 22:34:02 queue INFO 1 [801] -2015-03-11 22:34:02 queue INFO >1 [802] -2015-03-11 22:34:02 sendUrl INFO 1 [801] R:OK -2015-03-11 22:34:02 sendUrl INFO 1 [802] R:OK -2015-03-11 22:34:03 queue INFO 21 [803] -2015-03-11 22:34:03 queue INFO >21 [804] -2015-03-11 22:34:03 sendUrl INFO 21 [803] R:OK -2015-03-11 22:34:04 sendUrl INFO 21 [804] R:OK -2015-03-11 22:34:53 queue INFO >>21 [805] -2015-03-11 22:34:54 sendUrl INFO 21 [805] R:OK -2015-03-11 22:35:43 queue INFO >>21 [806] -2015-03-11 22:35:44 sendUrl INFO 21 [806] R:OK -2015-03-11 22:36:34 queue INFO >>21 [807] -2015-03-11 22:36:34 sendUrl INFO 21 [807] R:OK -2015-03-11 22:37:24 queue INFO >>21 [808] -2015-03-11 22:37:24 sendUrl INFO 21 [808] R:OK -2015-03-11 22:38:14 queue INFO >>21 [809] -2015-03-11 22:38:14 sendUrl INFO 21 [809] R:OK -2015-03-11 22:39:04 queue INFO >>21 [810] -2015-03-11 22:39:04 sendUrl INFO 21 [810] R:OK -2015-03-11 22:39:54 queue INFO >>21 [811] -2015-03-11 22:39:55 sendUrl INFO 21 [811] R:OK -2015-03-11 22:40:04 queue INFO 1 [812] -2015-03-11 22:40:05 queue INFO >1 [813] -2015-03-11 22:40:05 sendUrl INFO 1 [812] R:OK -2015-03-11 22:40:05 sendUrl INFO 1 [813] R:OK -2015-03-11 22:40:55 queue INFO >>1 [814] -2015-03-11 22:40:55 sendUrl INFO 1 [814] R:OK -2015-03-11 22:41:33 queue INFO 3 [815] -2015-03-11 22:41:33 queue INFO >3 [816] -2015-03-11 22:41:33 sendUrl INFO 3 [815] R:OK -2015-03-11 22:41:34 sendUrl INFO 3 [816] R:OK -2015-03-11 22:42:23 queue INFO >>3 [817] -2015-03-11 22:42:24 sendUrl INFO 3 [817] R:OK -2015-03-11 22:43:13 queue INFO >>3 [818] -2015-03-11 22:43:14 sendUrl INFO 3 [818] R:OK -2015-03-11 22:44:04 queue INFO >>3 [819] -2015-03-11 22:44:04 sendUrl INFO 3 [819] R:OK -2015-03-11 22:44:54 queue INFO >>3 [820] -2015-03-11 22:44:54 sendUrl INFO 3 [820] R:OK -2015-03-11 22:45:44 queue INFO >>3 [821] -2015-03-11 22:45:44 sendUrl INFO 3 [821] R:OK -2015-03-11 22:46:34 queue INFO >>3 [822] -2015-03-11 22:46:34 sendUrl INFO 3 [822] R:OK -2015-03-11 22:47:24 queue INFO >>3 [823] -2015-03-11 22:47:24 sendUrl INFO 3 [823] R:OK -2015-03-11 22:48:14 queue INFO 7 [824] -2015-03-11 22:48:14 queue INFO >7 [825] -2015-03-11 22:48:15 sendUrl INFO 7 [824] R:OK -2015-03-11 22:48:15 sendUrl INFO 7 [825] R:OK -2015-03-11 22:48:15 queue INFO 3 [826] -2015-03-11 22:48:16 sendUrl INFO 3 [826] R:OK -2015-03-11 22:48:16 queue INFO >3 [827] -2015-03-11 22:48:16 sendUrl INFO 3 [827] R:OK -2015-03-11 22:49:06 queue INFO >>3 [828] -2015-03-11 22:49:06 sendUrl INFO 3 [828] R:OK -2015-03-11 22:49:56 queue INFO >>3 [829] -2015-03-11 22:49:56 sendUrl INFO 3 [829] R:OK -2015-03-11 22:50:46 queue INFO >>3 [830] -2015-03-11 22:50:46 sendUrl INFO 3 [830] R:OK -2015-03-11 22:51:36 queue INFO >>3 [831] -2015-03-11 22:51:36 sendUrl INFO 3 [831] R:OK -2015-03-11 22:52:26 queue INFO >>3 [832] -2015-03-11 22:52:27 sendUrl INFO 3 [832] R:OK -2015-03-11 22:53:16 queue INFO >>3 [833] -2015-03-11 22:53:16 sendUrl INFO 3 [833] R:OK -2015-03-11 22:54:06 queue INFO >>3 [834] -2015-03-11 22:54:07 sendUrl INFO 3 [834] R:OK -2015-03-11 22:54:57 queue INFO >>3 [835] -2015-03-11 22:54:57 sendUrl INFO 3 [835] R:OK -2015-03-11 22:55:47 queue INFO >>3 [836] -2015-03-11 22:55:47 sendUrl INFO 3 [836] R:OK -2015-03-11 22:56:26 queue INFO 7 [837] -2015-03-11 22:56:26 queue INFO >7 [838] -2015-03-11 22:56:26 sendUrl INFO 7 [837] R:OK -2015-03-11 22:56:27 sendUrl INFO 7 [838] R:OK -2015-03-11 22:56:27 queue INFO 3 [839] -2015-03-11 22:56:28 queue INFO >3 [840] -2015-03-11 22:56:28 sendUrl INFO 3 [839] R:OK -2015-03-11 22:56:28 sendUrl INFO 3 [840] R:OK -2015-03-11 22:57:18 queue INFO >>3 [841] -2015-03-11 22:57:18 sendUrl INFO 3 [841] R:OK -2015-03-11 22:58:08 queue INFO >>3 [842] -2015-03-11 22:58:08 sendUrl INFO 3 [842] R:OK -2015-03-11 22:58:58 queue INFO >>3 [843] -2015-03-11 22:58:58 sendUrl INFO 3 [843] R:OK -2015-03-11 22:59:48 queue INFO >>3 [844] -2015-03-11 22:59:49 sendUrl INFO 3 [844] R:OK -2015-03-11 23:00:38 queue INFO >>3 [845] -2015-03-11 23:00:38 sendUrl INFO 3 [845] R:OK -2015-03-11 23:01:28 queue INFO >>3 [846] -2015-03-11 23:01:29 sendUrl INFO 3 [846] R:OK -2015-03-11 23:02:19 queue INFO >>3 [847] -2015-03-11 23:02:19 sendUrl INFO 3 [847] R:OK -2015-03-11 23:03:09 queue INFO >>3 [848] -2015-03-11 23:03:09 sendUrl INFO 3 [848] R:OK -2015-03-11 23:03:59 queue INFO >>3 [849] -2015-03-11 23:03:59 sendUrl INFO 3 [849] R:OK -2015-03-11 23:04:49 queue INFO >>3 [850] -2015-03-11 23:04:50 sendUrl INFO 3 [850] R:OK -2015-03-11 23:05:09 queue INFO 7 [851] -2015-03-11 23:05:09 sendUrl INFO 7 [851] R:OK -2015-03-11 23:05:09 queue INFO >7 [852] -2015-03-11 23:05:10 sendUrl INFO 7 [852] R:OK -2015-03-11 23:05:11 queue INFO 3 [853] -2015-03-11 23:05:11 queue INFO >3 [854] -2015-03-11 23:05:11 sendUrl INFO 3 [853] R:OK -2015-03-11 23:05:12 sendUrl INFO 3 [854] R:OK -2015-03-11 23:06:01 queue INFO >>3 [855] -2015-03-11 23:06:01 sendUrl INFO 3 [855] R:OK -2015-03-11 23:06:51 queue INFO >>3 [856] -2015-03-11 23:06:51 sendUrl INFO 3 [856] R:OK -2015-03-11 23:07:41 queue INFO >>3 [857] -2015-03-11 23:07:42 sendUrl INFO 3 [857] R:OK -2015-03-11 23:08:31 queue INFO >>3 [858] -2015-03-11 23:08:32 sendUrl INFO 3 [858] R:OK -2015-03-11 23:09:21 queue INFO >>3 [859] -2015-03-11 23:09:22 sendUrl INFO 3 [859] R:OK -2015-03-11 23:10:12 queue INFO >>3 [860] -2015-03-11 23:10:12 sendUrl INFO 3 [860] R:OK -2015-03-11 23:11:02 queue INFO >>3 [861] -2015-03-11 23:11:02 sendUrl INFO 3 [861] R:OK -2015-03-11 23:11:52 queue INFO >>3 [862] -2015-03-11 23:11:52 sendUrl INFO 3 [862] R:OK -2015-03-11 23:12:42 queue INFO >>3 [863] -2015-03-11 23:12:42 sendUrl INFO 3 [863] R:OK -2015-03-11 23:13:21 queue INFO 7 [864] -2015-03-11 23:13:21 queue INFO >7 [865] -2015-03-11 23:13:21 sendUrl INFO 7 [864] R:OK -2015-03-11 23:13:21 sendUrl INFO 7 [865] R:OK -2015-03-11 23:13:22 queue INFO 3 [866] -2015-03-11 23:13:22 queue INFO >3 [867] -2015-03-11 23:13:23 sendUrl INFO 3 [866] R:OK -2015-03-11 23:13:23 sendUrl INFO 3 [867] R:OK -2015-03-11 23:14:12 queue INFO >>3 [868] -2015-03-11 23:14:13 sendUrl INFO 3 [868] R:OK -2015-03-11 23:15:03 queue INFO >>3 [869] -2015-03-11 23:15:03 sendUrl INFO 3 [869] R:OK -2015-03-11 23:15:53 queue INFO >>3 [870] -2015-03-11 23:15:53 sendUrl INFO 3 [870] R:OK -2015-03-11 23:16:43 queue INFO >>3 [871] -2015-03-11 23:16:43 sendUrl INFO 3 [871] R:OK -2015-03-11 23:17:33 queue INFO >>3 [872] -2015-03-11 23:17:33 sendUrl INFO 3 [872] R:OK -2015-03-11 23:18:23 queue INFO >>3 [873] -2015-03-11 23:18:23 sendUrl INFO 3 [873] R:OK -2015-03-11 23:19:13 queue INFO >>3 [874] -2015-03-11 23:19:14 sendUrl INFO 3 [874] R:OK -2015-03-11 23:20:03 queue INFO >>3 [875] -2015-03-11 23:20:04 sendUrl INFO 3 [875] R:OK -2015-03-11 23:20:54 queue INFO >>3 [876] -2015-03-11 23:20:54 sendUrl INFO 3 [876] R:OK -2015-03-11 23:21:32 queue INFO 7 [877] -2015-03-11 23:21:32 sendUrl INFO 7 [877] R:OK -2015-03-11 23:21:32 queue INFO >7 [878] -2015-03-11 23:21:33 sendUrl INFO 7 [878] R:OK -2015-03-11 23:21:34 queue INFO 3 [879] -2015-03-11 23:21:34 queue INFO >3 [880] -2015-03-11 23:21:34 sendUrl INFO 3 [879] R:OK -2015-03-11 23:21:35 sendUrl INFO 3 [880] R:OK -2015-03-11 23:22:24 queue INFO >>3 [881] -2015-03-11 23:22:24 sendUrl INFO 3 [881] R:OK -2015-03-11 23:23:14 queue INFO >>3 [882] -2015-03-11 23:23:14 sendUrl INFO 3 [882] R:OK -2015-03-11 23:24:04 queue INFO >>3 [883] -2015-03-11 23:24:05 sendUrl INFO 3 [883] R:OK -2015-03-11 23:24:54 queue INFO >>3 [884] -2015-03-11 23:24:55 sendUrl INFO 3 [884] R:OK -2015-03-11 23:25:44 queue INFO >>3 [885] -2015-03-11 23:25:45 sendUrl INFO 3 [885] R:OK -2015-03-11 23:26:35 queue INFO >>3 [886] -2015-03-11 23:26:35 sendUrl INFO 3 [886] R:OK -2015-03-11 23:27:25 queue INFO >>3 [887] -2015-03-11 23:27:25 sendUrl INFO 3 [887] R:OK -2015-03-11 23:28:15 queue INFO >>3 [888] -2015-03-11 23:28:15 sendUrl INFO 3 [888] R:OK -2015-03-11 23:29:05 queue INFO >>3 [889] -2015-03-11 23:29:05 sendUrl INFO 3 [889] R:OK -2015-03-11 23:29:45 queue INFO 7 [890] -2015-03-11 23:29:45 queue INFO >7 [891] -2015-03-11 23:29:45 sendUrl INFO 7 [890] R:OK -2015-03-11 23:29:45 sendUrl INFO 7 [891] R:OK -2015-03-11 23:29:46 queue INFO 3 [892] -2015-03-11 23:29:46 queue INFO >3 [893] -2015-03-11 23:29:46 sendUrl INFO 3 [892] R:OK -2015-03-11 23:29:47 sendUrl INFO 3 [893] R:OK -2015-03-11 23:30:36 queue INFO >>3 [894] -2015-03-11 23:30:37 sendUrl INFO 3 [894] R:OK -2015-03-11 23:31:27 queue INFO >>3 [895] -2015-03-11 23:31:27 sendUrl INFO 3 [895] R:OK -2015-03-11 23:32:17 queue INFO >>3 [896] -2015-03-11 23:32:17 sendUrl INFO 3 [896] R:OK -2015-03-11 23:33:07 queue INFO >>3 [897] -2015-03-11 23:33:07 sendUrl INFO 3 [897] R:OK -2015-03-11 23:33:57 queue INFO >>3 [898] -2015-03-11 23:33:57 sendUrl INFO 3 [898] R:OK -2015-03-11 23:34:47 queue INFO >>3 [899] -2015-03-11 23:34:47 sendUrl INFO 3 [899] R:OK -2015-03-11 23:35:37 queue INFO >>3 [900] -2015-03-11 23:35:38 sendUrl INFO 3 [900] R:OK -2015-03-11 23:36:27 queue INFO >>3 [901] -2015-03-11 23:36:28 sendUrl INFO 3 [901] R:OK -2015-03-11 23:37:18 queue INFO >>3 [902] -2015-03-11 23:37:18 sendUrl INFO 3 [902] R:OK -2015-03-11 23:37:56 queue INFO 7 [903] -2015-03-11 23:37:56 queue INFO >7 [904] -2015-03-11 23:37:57 sendUrl INFO 7 [903] R:OK -2015-03-11 23:37:57 sendUrl INFO 7 [904] R:OK -2015-03-11 23:37:58 queue INFO 3 [905] -2015-03-11 23:37:58 queue INFO >3 [906] -2015-03-11 23:37:58 sendUrl INFO 3 [905] R:OK -2015-03-11 23:37:59 sendUrl INFO 3 [906] R:OK -2015-03-11 23:38:48 queue INFO >>3 [907] -2015-03-11 23:38:49 sendUrl INFO 3 [907] R:OK -2015-03-11 23:39:38 queue INFO >>3 [908] -2015-03-11 23:39:38 sendUrl INFO 3 [908] R:OK -2015-03-11 23:40:28 queue INFO >>3 [909] -2015-03-11 23:40:29 sendUrl INFO 3 [909] R:OK -2015-03-11 23:41:19 queue INFO >>3 [910] -2015-03-11 23:41:19 sendUrl INFO 3 [910] R:OK -2015-03-11 23:42:09 queue INFO >>3 [911] -2015-03-11 23:42:09 sendUrl INFO 3 [911] R:OK -2015-03-11 23:42:59 queue INFO >>3 [912] -2015-03-11 23:42:59 sendUrl INFO 3 [912] R:OK -2015-03-11 23:43:49 queue INFO >>3 [913] -2015-03-11 23:43:50 sendUrl INFO 3 [913] R:OK -2015-03-11 23:44:39 queue INFO >>3 [914] -2015-03-11 23:44:39 sendUrl INFO 3 [914] R:OK -2015-03-11 23:45:29 queue INFO >>3 [915] -2015-03-11 23:45:30 sendUrl INFO 3 [915] R:OK -2015-03-11 23:46:08 queue INFO 7 [916] -2015-03-11 23:46:09 queue INFO >7 [917] -2015-03-11 23:46:09 sendUrl INFO 7 [916] R:OK -2015-03-11 23:46:09 sendUrl INFO 7 [917] R:OK -2015-03-11 23:46:10 queue INFO 3 [918] -2015-03-11 23:46:10 queue INFO >3 [919] -2015-03-11 23:46:10 sendUrl INFO 3 [918] R:OK -2015-03-11 23:46:11 sendUrl INFO 3 [919] R:OK -2015-03-11 23:47:00 queue INFO >>3 [920] -2015-03-11 23:47:00 sendUrl INFO 3 [920] R:OK -2015-03-11 23:47:50 queue INFO >>3 [921] -2015-03-11 23:47:51 sendUrl INFO 3 [921] R:OK -2015-03-11 23:48:40 queue INFO >>3 [922] -2015-03-11 23:48:41 sendUrl INFO 3 [922] R:OK -2015-03-11 23:49:31 queue INFO >>3 [923] -2015-03-11 23:49:31 sendUrl INFO 3 [923] R:OK -2015-03-11 23:50:21 queue INFO >>3 [924] -2015-03-11 23:50:21 sendUrl INFO 3 [924] R:OK -2015-03-11 23:51:11 queue INFO >>3 [925] -2015-03-11 23:51:11 sendUrl INFO 3 [925] R:OK -2015-03-11 23:52:01 queue INFO >>3 [926] -2015-03-11 23:52:01 sendUrl INFO 3 [926] R:OK -2015-03-11 23:52:51 queue INFO >>3 [927] -2015-03-11 23:52:52 sendUrl INFO 3 [927] R:OK -2015-03-11 23:53:41 queue INFO >>3 [928] -2015-03-11 23:53:42 sendUrl INFO 3 [928] R:OK -2015-03-11 23:54:21 queue INFO 7 [929] -2015-03-11 23:54:21 queue INFO >7 [930] -2015-03-11 23:54:21 sendUrl INFO 7 [929] R:OK -2015-03-11 23:54:22 sendUrl INFO 7 [930] R:OK -2015-03-11 23:54:22 queue INFO 3 [931] -2015-03-11 23:54:22 queue INFO >3 [932] -2015-03-11 23:54:23 sendUrl INFO 3 [931] R:OK -2015-03-11 23:54:23 sendUrl INFO 3 [932] R:OK -2015-03-11 23:55:12 queue INFO >>3 [933] -2015-03-11 23:55:13 sendUrl INFO 3 [933] R:OK -2015-03-11 23:56:03 queue INFO >>3 [934] -2015-03-11 23:56:03 sendUrl INFO 3 [934] R:OK -2015-03-11 23:56:53 queue INFO >>3 [935] -2015-03-11 23:56:53 sendUrl INFO 3 [935] R:OK -2015-03-11 23:57:43 queue INFO >>3 [936] -2015-03-11 23:57:43 sendUrl INFO 3 [936] R:OK -2015-03-11 23:58:33 queue INFO >>3 [937] -2015-03-11 23:58:33 sendUrl INFO 3 [937] R:OK -2015-03-11 23:59:23 queue INFO >>3 [938] -2015-03-11 23:59:24 sendUrl INFO 3 [938] R:OK -2015-03-12 00:00:13 queue INFO >>3 [939] -2015-03-12 00:00:14 sendUrl INFO 3 [939] R:OK -2015-03-12 00:01:04 queue INFO >>3 [940] -2015-03-12 00:01:04 sendUrl INFO 3 [940] R:OK -2015-03-12 00:01:54 queue INFO >>3 [941] -2015-03-12 00:01:54 sendUrl INFO 3 [941] R:OK -2015-03-12 00:02:32 queue INFO 7 [942] -2015-03-12 00:02:32 queue INFO >7 [943] -2015-03-12 00:02:32 sendUrl INFO 7 [942] R:OK -2015-03-12 00:02:33 sendUrl INFO 7 [943] R:OK -2015-03-12 00:02:34 queue INFO 3 [944] -2015-03-12 00:02:34 queue INFO >3 [945] -2015-03-12 00:02:34 sendUrl INFO 3 [944] R:OK -2015-03-12 00:02:34 sendUrl INFO 3 [945] R:OK -2015-03-12 00:03:24 queue INFO >>3 [946] -2015-03-12 00:03:24 sendUrl INFO 3 [946] R:OK -2015-03-12 00:04:14 queue INFO >>3 [947] -2015-03-12 00:04:15 sendUrl INFO 3 [947] R:OK -2015-03-12 00:05:04 queue INFO >>3 [948] -2015-03-12 00:05:04 sendUrl INFO 3 [948] R:OK -2015-03-12 00:05:54 queue INFO >>3 [949] -2015-03-12 00:05:55 sendUrl INFO 3 [949] R:OK -2015-03-12 00:06:45 queue INFO >>3 [950] -2015-03-12 00:06:45 sendUrl INFO 3 [950] R:OK -2015-03-12 00:07:35 queue INFO >>3 [951] -2015-03-12 00:07:35 sendUrl INFO 3 [951] R:OK -2015-03-12 00:08:25 queue INFO >>3 [952] -2015-03-12 00:08:25 sendUrl INFO 3 [952] R:OK -2015-03-12 00:09:15 queue INFO >>3 [953] -2015-03-12 00:09:15 sendUrl INFO 3 [953] R:OK -2015-03-12 00:10:05 queue INFO >>3 [954] -2015-03-12 00:10:05 sendUrl INFO 3 [954] R:OK -2015-03-12 00:10:44 queue INFO 7 [955] -2015-03-12 00:10:44 queue INFO >7 [956] -2015-03-12 00:10:44 sendUrl INFO 7 [955] R:OK -2015-03-12 00:10:45 sendUrl INFO 7 [956] R:OK -2015-03-12 00:10:45 queue INFO 3 [957] -2015-03-12 00:10:45 queue INFO >3 [958] -2015-03-12 00:10:46 sendUrl INFO 3 [957] R:OK -2015-03-12 00:10:46 sendUrl INFO 3 [958] R:OK -2015-03-12 00:11:35 queue INFO >>3 [959] -2015-03-12 00:11:36 sendUrl INFO 3 [959] R:OK -2015-03-12 00:12:26 queue INFO >>3 [960] -2015-03-12 00:12:26 sendUrl INFO 3 [960] R:OK -2015-03-12 00:13:16 queue INFO >>3 [961] -2015-03-12 00:13:16 sendUrl INFO 3 [961] R:OK -2015-03-12 00:14:06 queue INFO >>3 [962] -2015-03-12 00:14:06 sendUrl INFO 3 [962] R:OK -2015-03-12 00:14:56 queue INFO >>3 [963] -2015-03-12 00:14:56 sendUrl INFO 3 [963] R:OK -2015-03-12 00:15:46 queue INFO >>3 [964] -2015-03-12 00:15:47 sendUrl INFO 3 [964] R:OK -2015-03-12 00:16:36 queue INFO >>3 [965] -2015-03-12 00:16:37 sendUrl INFO 3 [965] R:OK -2015-03-12 00:17:27 queue INFO >>3 [966] -2015-03-12 00:17:27 sendUrl INFO 3 [966] R:OK -2015-03-12 00:18:17 queue INFO >>3 [967] -2015-03-12 00:18:17 sendUrl INFO 3 [967] R:OK -2015-03-12 00:18:56 queue INFO 7 [968] -2015-03-12 00:18:56 queue INFO >7 [969] -2015-03-12 00:18:56 sendUrl INFO 7 [968] R:OK -2015-03-12 00:18:57 sendUrl INFO 7 [969] R:OK -2015-03-12 00:18:58 queue INFO 3 [970] -2015-03-12 00:18:58 sendUrl INFO 3 [970] R:OK -2015-03-12 00:18:58 queue INFO >3 [971] -2015-03-12 00:18:58 sendUrl INFO 3 [971] R:OK -2015-03-12 00:19:48 queue INFO >>3 [972] -2015-03-12 00:19:48 sendUrl INFO 3 [972] R:OK -2015-03-12 00:20:38 queue INFO >>3 [973] -2015-03-12 00:20:39 sendUrl INFO 3 [973] R:OK -2015-03-12 00:21:28 queue INFO >>3 [974] -2015-03-12 00:21:28 sendUrl INFO 3 [974] R:OK -2015-03-12 00:22:18 queue INFO >>3 [975] -2015-03-12 00:22:19 sendUrl INFO 3 [975] R:OK -2015-03-12 00:23:09 queue INFO >>3 [976] -2015-03-12 00:23:09 sendUrl INFO 3 [976] R:OK -2015-03-12 00:23:59 queue INFO >>3 [977] -2015-03-12 00:23:59 sendUrl INFO 3 [977] R:OK -2015-03-12 00:24:49 queue INFO >>3 [978] -2015-03-12 00:24:49 sendUrl INFO 3 [978] R:OK -2015-03-12 00:25:39 queue INFO >>3 [979] -2015-03-12 00:25:39 sendUrl INFO 3 [979] R:OK -2015-03-12 00:26:29 queue INFO >>3 [980] -2015-03-12 00:26:29 sendUrl INFO 3 [980] R:OK -2015-03-12 00:27:08 queue INFO 7 [981] -2015-03-12 00:27:08 queue INFO >7 [982] -2015-03-12 00:27:08 sendUrl INFO 7 [981] R:OK -2015-03-12 00:27:09 sendUrl INFO 7 [982] R:OK -2015-03-12 00:27:09 queue INFO 3 [983] -2015-03-12 00:27:10 queue INFO >3 [984] -2015-03-12 00:27:10 sendUrl INFO 3 [983] R:OK -2015-03-12 00:27:10 sendUrl INFO 3 [984] R:OK -2015-03-12 00:28:00 queue INFO >>3 [985] -2015-03-12 00:28:00 sendUrl INFO 3 [985] R:OK -2015-03-12 00:28:50 queue INFO >>3 [986] -2015-03-12 00:28:50 sendUrl INFO 3 [986] R:OK -2015-03-12 00:29:40 queue INFO >>3 [987] -2015-03-12 00:29:40 sendUrl INFO 3 [987] R:OK -2015-03-12 00:30:30 queue INFO >>3 [988] -2015-03-12 00:30:31 sendUrl INFO 3 [988] R:OK -2015-03-12 00:31:20 queue INFO >>3 [989] -2015-03-12 00:31:20 sendUrl INFO 3 [989] R:OK -2015-03-12 00:32:10 queue INFO >>3 [990] -2015-03-12 00:32:11 sendUrl INFO 3 [990] R:OK -2015-03-12 00:33:01 queue INFO >>3 [991] -2015-03-12 00:33:01 sendUrl INFO 3 [991] R:OK -2015-03-12 00:33:51 queue INFO >>3 [992] -2015-03-12 00:33:51 sendUrl INFO 3 [992] R:OK -2015-03-12 00:34:41 queue INFO >>3 [993] -2015-03-12 00:34:41 sendUrl INFO 3 [993] R:OK -2015-03-12 00:35:20 queue INFO 7 [994] -2015-03-12 00:35:20 queue INFO >7 [995] -2015-03-12 00:35:20 sendUrl INFO 7 [994] R:OK -2015-03-12 00:35:21 sendUrl INFO 7 [995] R:OK -2015-03-12 00:35:22 queue INFO 3 [996] -2015-03-12 00:35:22 queue INFO >3 [997] -2015-03-12 00:35:22 sendUrl INFO 3 [996] R:OK -2015-03-12 00:35:22 sendUrl INFO 3 [997] R:OK -2015-03-12 00:36:12 queue INFO >>3 [998] -2015-03-12 00:36:12 sendUrl INFO 3 [998] R:OK -2015-03-12 00:37:02 queue INFO >>3 [999] -2015-03-12 00:37:02 sendUrl INFO 3 [999] R:OK -2015-03-12 00:37:52 queue INFO >>3 [0] -2015-03-12 00:37:52 sendUrl INFO 3 [0] R:OK -2015-03-12 00:38:42 queue INFO >>3 [1] -2015-03-12 00:38:43 sendUrl INFO 3 [1] R:OK -2015-03-12 00:39:32 queue INFO >>3 [2] -2015-03-12 00:39:33 sendUrl INFO 3 [2] R:OK -2015-03-12 00:40:23 queue INFO >>3 [3] -2015-03-12 00:40:23 sendUrl INFO 3 [3] R:OK -2015-03-12 00:41:13 queue INFO >>3 [4] -2015-03-12 00:41:13 sendUrl INFO 3 [4] R:OK -2015-03-12 00:42:03 queue INFO >>3 [5] -2015-03-12 00:42:03 sendUrl INFO 3 [5] R:OK -2015-03-12 00:42:53 queue INFO >>3 [6] -2015-03-12 00:42:53 sendUrl INFO 3 [6] R:OK -2015-03-12 00:43:32 queue INFO 7 [7] -2015-03-12 00:43:32 queue INFO >7 [8] -2015-03-12 00:43:33 sendUrl INFO 7 [7] R:OK -2015-03-12 00:43:33 sendUrl INFO 7 [8] R:OK -2015-03-12 00:43:34 queue INFO 3 [9] -2015-03-12 00:43:34 queue INFO >3 [10] -2015-03-12 00:43:34 sendUrl INFO 3 [9] R:OK -2015-03-12 00:43:35 sendUrl INFO 3 [10] R:OK -2015-03-12 00:44:24 queue INFO >>3 [11] -2015-03-12 00:44:25 sendUrl INFO 3 [11] R:OK -2015-03-12 00:45:14 queue INFO >>3 [12] -2015-03-12 00:45:14 sendUrl INFO 3 [12] R:OK -2015-03-12 00:46:04 queue INFO >>3 [13] -2015-03-12 00:46:05 sendUrl INFO 3 [13] R:OK -2015-03-12 00:46:55 queue INFO >>3 [14] -2015-03-12 00:46:55 sendUrl INFO 3 [14] R:OK -2015-03-12 00:47:45 queue INFO >>3 [15] -2015-03-12 00:47:45 sendUrl INFO 3 [15] R:OK -2015-03-12 00:48:35 queue INFO >>3 [16] -2015-03-12 00:48:35 sendUrl INFO 3 [16] R:OK -2015-03-12 00:49:25 queue INFO >>3 [17] -2015-03-12 00:49:26 sendUrl INFO 3 [17] R:OK -2015-03-12 00:50:15 queue INFO >>3 [18] -2015-03-12 00:50:15 sendUrl INFO 3 [18] R:OK -2015-03-12 00:51:05 queue INFO >>3 [19] -2015-03-12 00:51:06 sendUrl INFO 3 [19] R:OK -2015-03-12 00:51:44 queue INFO 7 [20] -2015-03-12 00:51:44 sendUrl INFO 7 [20] R:OK -2015-03-12 00:51:44 queue INFO >7 [21] -2015-03-12 00:51:44 sendUrl INFO 7 [21] R:OK -2015-03-12 00:51:45 queue INFO 3 [22] -2015-03-12 00:51:46 queue INFO >3 [23] -2015-03-12 00:51:46 sendUrl INFO 3 [22] R:OK -2015-03-12 00:51:46 sendUrl INFO 3 [23] R:OK -2015-03-12 00:52:36 queue INFO >>3 [24] -2015-03-12 00:52:36 sendUrl INFO 3 [24] R:OK -2015-03-12 00:53:26 queue INFO >>3 [25] -2015-03-12 00:53:26 sendUrl INFO 3 [25] R:OK -2015-03-12 00:54:16 queue INFO >>3 [26] -2015-03-12 00:54:16 sendUrl INFO 3 [26] R:OK -2015-03-12 00:55:06 queue INFO >>3 [27] -2015-03-12 00:55:06 sendUrl INFO 3 [27] R:OK -2015-03-12 00:55:56 queue INFO >>3 [28] -2015-03-12 00:55:57 sendUrl INFO 3 [28] R:OK -2015-03-12 00:56:46 queue INFO >>3 [29] -2015-03-12 00:56:46 sendUrl INFO 3 [29] R:OK -2015-03-12 00:57:36 queue INFO >>3 [30] -2015-03-12 00:57:37 sendUrl INFO 3 [30] R:OK -2015-03-12 00:58:27 queue INFO >>3 [31] -2015-03-12 00:58:27 sendUrl INFO 3 [31] R:OK -2015-03-12 00:59:17 queue INFO >>3 [32] -2015-03-12 00:59:17 sendUrl INFO 3 [32] R:OK -2015-03-12 00:59:55 queue INFO 7 [33] -2015-03-12 00:59:55 queue INFO >7 [34] -2015-03-12 00:59:56 sendUrl INFO 7 [33] R:OK -2015-03-12 00:59:56 sendUrl INFO 7 [34] R:OK -2015-03-12 00:59:57 queue INFO 3 [35] -2015-03-12 00:59:57 queue INFO >3 [36] -2015-03-12 00:59:57 sendUrl INFO 3 [35] R:OK -2015-03-12 00:59:58 sendUrl INFO 3 [36] R:OK -2015-03-12 01:00:47 queue INFO >>3 [37] -2015-03-12 01:00:48 sendUrl INFO 3 [37] R:OK -2015-03-12 01:01:37 queue INFO >>3 [38] -2015-03-12 01:01:37 sendUrl INFO 3 [38] R:OK -2015-03-12 01:02:27 queue INFO >>3 [39] -2015-03-12 01:02:28 sendUrl INFO 3 [39] R:OK -2015-03-12 01:03:18 queue INFO >>3 [40] -2015-03-12 01:03:18 sendUrl INFO 3 [40] R:OK -2015-03-12 01:04:08 queue INFO >>3 [41] -2015-03-12 01:04:08 sendUrl INFO 3 [41] R:OK -2015-03-12 01:04:58 queue INFO >>3 [42] -2015-03-12 01:04:58 sendUrl INFO 3 [42] R:OK -2015-03-12 01:05:48 queue INFO >>3 [43] -2015-03-12 01:05:49 sendUrl INFO 3 [43] R:OK -2015-03-12 01:06:38 queue INFO >>3 [44] -2015-03-12 01:06:38 sendUrl INFO 3 [44] R:OK -2015-03-12 01:07:28 queue INFO >>3 [45] -2015-03-12 01:07:29 sendUrl INFO 3 [45] R:OK -2015-03-12 01:08:08 queue INFO 7 [46] -2015-03-12 01:08:08 sendUrl INFO 7 [46] R:OK -2015-03-12 01:08:08 queue INFO >7 [47] -2015-03-12 01:08:08 sendUrl INFO 7 [47] R:OK -2015-03-12 01:08:09 queue INFO 3 [48] -2015-03-12 01:08:10 queue INFO >3 [49] -2015-03-12 01:08:10 sendUrl INFO 3 [48] R:OK -2015-03-12 01:08:10 sendUrl INFO 3 [49] R:OK -2015-03-12 01:09:00 queue INFO >>3 [50] -2015-03-12 01:09:00 sendUrl INFO 3 [50] R:OK -2015-03-12 01:09:50 queue INFO >>3 [51] -2015-03-12 01:09:50 sendUrl INFO 3 [51] R:OK -2015-03-12 01:10:40 queue INFO >>3 [52] -2015-03-12 01:10:40 sendUrl INFO 3 [52] R:OK -2015-03-12 01:11:30 queue INFO >>3 [53] -2015-03-12 01:11:30 sendUrl INFO 3 [53] R:OK -2015-03-12 01:12:20 queue INFO >>3 [54] -2015-03-12 01:12:21 sendUrl INFO 3 [54] R:OK -2015-03-12 01:13:10 queue INFO >>3 [55] -2015-03-12 01:13:10 sendUrl INFO 3 [55] R:OK -2015-03-12 01:14:00 queue INFO >>3 [56] -2015-03-12 01:14:01 sendUrl INFO 3 [56] R:OK -2015-03-12 01:14:51 queue INFO >>3 [57] -2015-03-12 01:14:51 sendUrl INFO 3 [57] R:OK -2015-03-12 01:15:41 queue INFO >>3 [58] -2015-03-12 01:15:41 sendUrl INFO 3 [58] R:OK -2015-03-12 01:16:15 queue INFO 1 [59] -2015-03-12 01:16:15 queue INFO >1 [60] -2015-03-12 01:16:15 sendUrl INFO 1 [59] R:OK -2015-03-12 01:16:16 sendUrl INFO 1 [60] R:OK -2015-03-12 01:16:16 queue INFO 21 [61] -2015-03-12 01:16:16 sendUrl INFO 21 [61] R:OK -2015-03-12 01:16:16 queue INFO >21 [62] -2015-03-12 01:16:17 sendUrl INFO 21 [62] R:OK -2015-03-12 01:17:06 queue INFO >>21 [63] -2015-03-12 01:17:07 sendUrl INFO 21 [63] R:OK -2015-03-12 01:17:56 queue INFO >>21 [64] -2015-03-12 01:17:57 sendUrl INFO 21 [64] R:OK -2015-03-12 01:18:47 queue INFO >>21 [65] -2015-03-12 01:18:47 sendUrl INFO 21 [65] R:OK -2015-03-12 01:19:37 queue INFO >>21 [66] -2015-03-12 01:19:37 sendUrl INFO 21 [66] R:OK -2015-03-12 01:20:27 queue INFO >>21 [67] -2015-03-12 01:20:27 sendUrl INFO 21 [67] R:OK -2015-03-12 01:21:17 queue INFO >>21 [68] -2015-03-12 01:21:17 sendUrl INFO 21 [68] R:OK -2015-03-12 01:21:55 queue INFO 1 [69] -2015-03-12 01:21:55 queue INFO >1 [70] -2015-03-12 01:21:55 sendUrl INFO 1 [69] R:OK -2015-03-12 01:21:55 sendUrl INFO 1 [70] R:OK -2015-03-12 01:22:45 queue INFO >>1 [71] -2015-03-12 01:22:45 sendUrl INFO 1 [71] R:OK -2015-03-12 01:23:13 queue INFO 3 [72] -2015-03-12 01:23:13 queue INFO >3 [73] -2015-03-12 01:23:13 sendUrl INFO 3 [72] R:OK -2015-03-12 01:23:14 sendUrl INFO 3 [73] R:OK -2015-03-12 01:24:03 queue INFO >>3 [74] -2015-03-12 01:24:03 sendUrl INFO 3 [74] R:OK -2015-03-12 01:24:53 queue INFO >>3 [75] -2015-03-12 01:24:54 sendUrl INFO 3 [75] R:OK -2015-03-12 01:25:43 queue INFO >>3 [76] -2015-03-12 01:25:44 sendUrl INFO 3 [76] R:OK -2015-03-12 01:26:34 queue INFO >>3 [77] -2015-03-12 01:26:34 sendUrl INFO 3 [77] R:OK -2015-03-12 01:27:24 queue INFO >>3 [78] -2015-03-12 01:27:24 sendUrl INFO 3 [78] R:OK -2015-03-12 01:28:14 queue INFO >>3 [79] -2015-03-12 01:28:14 sendUrl INFO 3 [79] R:OK -2015-03-12 01:29:04 queue INFO >>3 [80] -2015-03-12 01:29:04 sendUrl INFO 3 [80] R:OK -2015-03-12 01:29:53 queue INFO 7 [81] -2015-03-12 01:29:54 queue INFO >7 [82] -2015-03-12 01:29:54 sendUrl INFO 7 [81] R:OK -2015-03-12 01:29:54 sendUrl INFO 7 [82] R:OK -2015-03-12 01:29:55 queue INFO 3 [83] -2015-03-12 01:29:55 sendUrl INFO 3 [83] R:OK -2015-03-12 01:29:55 queue INFO >3 [84] -2015-03-12 01:29:56 sendUrl INFO 3 [84] R:OK -2015-03-12 01:30:45 queue INFO >>3 [85] -2015-03-12 01:30:45 sendUrl INFO 3 [85] R:OK -2015-03-12 01:31:35 queue INFO >>3 [86] -2015-03-12 01:31:36 sendUrl INFO 3 [86] R:OK -2015-03-12 01:32:25 queue INFO >>3 [87] -2015-03-12 01:32:26 sendUrl INFO 3 [87] R:OK -2015-03-12 01:33:16 queue INFO >>3 [88] -2015-03-12 01:33:16 sendUrl INFO 3 [88] R:OK -2015-03-12 01:34:06 queue INFO >>3 [89] -2015-03-12 01:34:06 sendUrl INFO 3 [89] R:OK -2015-03-12 01:34:56 queue INFO >>3 [90] -2015-03-12 01:34:56 sendUrl INFO 3 [90] R:OK -2015-03-12 01:35:46 queue INFO >>3 [91] -2015-03-12 01:35:46 sendUrl INFO 3 [91] R:OK -2015-03-12 01:36:36 queue INFO >>3 [92] -2015-03-12 01:36:37 sendUrl INFO 3 [92] R:OK -2015-03-12 01:37:26 queue INFO >>3 [93] -2015-03-12 01:37:27 sendUrl INFO 3 [93] R:OK -2015-03-12 01:38:06 queue INFO 7 [94] -2015-03-12 01:38:06 queue INFO >7 [95] -2015-03-12 01:38:06 sendUrl INFO 7 [94] R:OK -2015-03-12 01:38:07 sendUrl INFO 7 [95] R:OK -2015-03-12 01:38:07 queue INFO 3 [96] -2015-03-12 01:38:08 queue INFO >3 [97] -2015-03-12 01:38:08 sendUrl INFO 3 [96] R:OK -2015-03-12 01:38:08 sendUrl INFO 3 [97] R:OK -2015-03-12 01:38:58 queue INFO >>3 [98] -2015-03-12 01:38:58 sendUrl INFO 3 [98] R:OK -2015-03-12 01:39:48 queue INFO >>3 [99] -2015-03-12 01:39:48 sendUrl INFO 3 [99] R:OK -2015-03-12 01:40:38 queue INFO >>3 [100] -2015-03-12 01:40:38 sendUrl INFO 3 [100] R:OK -2015-03-12 01:41:28 queue INFO >>3 [101] -2015-03-12 01:41:28 sendUrl INFO 3 [101] R:OK -2015-03-12 01:42:18 queue INFO >>3 [102] -2015-03-12 01:42:19 sendUrl INFO 3 [102] R:OK -2015-03-12 01:43:08 queue INFO >>3 [103] -2015-03-12 01:43:09 sendUrl INFO 3 [103] R:OK -2015-03-12 01:43:59 queue INFO >>3 [104] -2015-03-12 01:43:59 sendUrl INFO 3 [104] R:OK -2015-03-12 01:44:49 queue INFO >>3 [105] -2015-03-12 01:44:49 sendUrl INFO 3 [105] R:OK -2015-03-12 01:45:39 queue INFO >>3 [106] -2015-03-12 01:45:39 sendUrl INFO 3 [106] R:OK -2015-03-12 01:46:17 queue INFO 7 [107] -2015-03-12 01:46:18 queue INFO >7 [108] -2015-03-12 01:46:18 sendUrl INFO 7 [107] R:OK -2015-03-12 01:46:18 sendUrl INFO 7 [108] R:OK -2015-03-12 01:46:19 queue INFO 3 [109] -2015-03-12 01:46:19 sendUrl INFO 3 [109] R:OK -2015-03-12 01:46:19 queue INFO >3 [110] -2015-03-12 01:46:20 sendUrl INFO 3 [110] R:OK -2015-03-12 01:47:09 queue INFO >>3 [111] -2015-03-12 01:47:09 sendUrl INFO 3 [111] R:OK -2015-03-12 01:47:59 queue INFO >>3 [112] -2015-03-12 01:48:00 sendUrl INFO 3 [112] R:OK -2015-03-12 01:48:49 queue INFO >>3 [113] -2015-03-12 01:48:50 sendUrl INFO 3 [113] R:OK -2015-03-12 01:49:40 queue INFO >>3 [114] -2015-03-12 01:49:40 sendUrl INFO 3 [114] R:OK -2015-03-12 01:50:30 queue INFO >>3 [115] -2015-03-12 01:50:30 sendUrl INFO 3 [115] R:OK -2015-03-12 01:51:20 queue INFO >>3 [116] -2015-03-12 01:51:20 sendUrl INFO 3 [116] R:OK -2015-03-12 01:52:10 queue INFO >>3 [117] -2015-03-12 01:52:10 sendUrl INFO 3 [117] R:OK -2015-03-12 01:53:00 queue INFO >>3 [118] -2015-03-12 01:53:00 sendUrl INFO 3 [118] R:OK -2015-03-12 01:53:50 queue INFO >>3 [119] -2015-03-12 01:53:51 sendUrl INFO 3 [119] R:OK -2015-03-12 01:54:29 queue INFO 7 [120] -2015-03-12 01:54:29 queue INFO >7 [121] -2015-03-12 01:54:29 sendUrl INFO 7 [120] R:OK -2015-03-12 01:54:30 sendUrl INFO 7 [121] R:OK -2015-03-12 01:54:30 queue INFO 3 [122] -2015-03-12 01:54:31 queue INFO >3 [123] -2015-03-12 01:54:31 sendUrl INFO 3 [122] R:OK -2015-03-12 01:54:31 sendUrl INFO 3 [123] R:OK -2015-03-12 01:55:21 queue INFO >>3 [124] -2015-03-12 01:55:21 sendUrl INFO 3 [124] R:OK -2015-03-12 01:56:11 queue INFO >>3 [125] -2015-03-12 01:56:11 sendUrl INFO 3 [125] R:OK -2015-03-12 01:57:01 queue INFO >>3 [126] -2015-03-12 01:57:01 sendUrl INFO 3 [126] R:OK -2015-03-12 01:57:51 queue INFO >>3 [127] -2015-03-12 01:57:51 sendUrl INFO 3 [127] R:OK -2015-03-12 01:58:41 queue INFO >>3 [128] -2015-03-12 01:58:42 sendUrl INFO 3 [128] R:OK -2015-03-12 01:59:31 queue INFO >>3 [129] -2015-03-12 01:59:32 sendUrl INFO 3 [129] R:OK -2015-03-12 02:00:22 queue INFO >>3 [130] -2015-03-12 02:00:22 sendUrl INFO 3 [130] R:OK -2015-03-12 02:01:12 queue INFO >>3 [131] -2015-03-12 02:01:12 sendUrl INFO 3 [131] R:OK -2015-03-12 02:02:02 queue INFO >>3 [132] -2015-03-12 02:02:02 sendUrl INFO 3 [132] R:OK -2015-03-12 02:02:41 queue INFO 7 [133] -2015-03-12 02:02:42 queue INFO >7 [134] -2015-03-12 02:02:42 sendUrl INFO 7 [133] R:OK -2015-03-12 02:02:42 sendUrl INFO 7 [134] R:OK -2015-03-12 02:02:43 queue INFO 3 [135] -2015-03-12 02:02:43 sendUrl INFO 3 [135] R:OK -2015-03-12 02:02:43 queue INFO >3 [136] -2015-03-12 02:02:44 sendUrl INFO 3 [136] R:OK -2015-03-12 02:03:33 queue INFO >>3 [137] -2015-03-12 02:03:33 sendUrl INFO 3 [137] R:OK -2015-03-12 02:04:23 queue INFO >>3 [138] -2015-03-12 02:04:24 sendUrl INFO 3 [138] R:OK -2015-03-12 02:05:13 queue INFO >>3 [139] -2015-03-12 02:05:14 sendUrl INFO 3 [139] R:OK -2015-03-12 02:06:04 queue INFO >>3 [140] -2015-03-12 02:06:04 sendUrl INFO 3 [140] R:OK -2015-03-12 02:06:54 queue INFO >>3 [141] -2015-03-12 02:06:54 sendUrl INFO 3 [141] R:OK -2015-03-12 02:07:44 queue INFO >>3 [142] -2015-03-12 02:07:44 sendUrl INFO 3 [142] R:OK -2015-03-12 02:08:34 queue INFO >>3 [143] -2015-03-12 02:08:34 sendUrl INFO 3 [143] R:OK -2015-03-12 02:09:24 queue INFO >>3 [144] -2015-03-12 02:09:24 sendUrl INFO 3 [144] R:OK -2015-03-12 02:10:14 queue INFO >>3 [145] -2015-03-12 02:10:15 sendUrl INFO 3 [145] R:OK -2015-03-12 02:10:53 queue INFO 7 [146] -2015-03-12 02:10:53 queue INFO >7 [147] -2015-03-12 02:10:53 sendUrl INFO 7 [146] R:OK -2015-03-12 02:10:54 sendUrl INFO 7 [147] R:OK -2015-03-12 02:10:55 queue INFO 3 [148] -2015-03-12 02:10:55 queue INFO >3 [149] -2015-03-12 02:10:55 sendUrl INFO 3 [148] R:OK -2015-03-12 02:10:55 sendUrl INFO 3 [149] R:OK -2015-03-12 02:11:45 queue INFO >>3 [150] -2015-03-12 02:11:45 sendUrl INFO 3 [150] R:OK -2015-03-12 02:12:35 queue INFO >>3 [151] -2015-03-12 02:12:36 sendUrl INFO 3 [151] R:OK -2015-03-12 02:13:25 queue INFO >>3 [152] -2015-03-12 02:13:25 sendUrl INFO 3 [152] R:OK -2015-03-12 02:14:15 queue INFO >>3 [153] -2015-03-12 02:14:16 sendUrl INFO 3 [153] R:OK -2015-03-12 02:15:05 queue INFO >>3 [154] -2015-03-12 02:15:06 sendUrl INFO 3 [154] R:OK -2015-03-12 02:15:56 queue INFO >>3 [155] -2015-03-12 02:15:56 sendUrl INFO 3 [155] R:OK -2015-03-12 02:16:46 queue INFO >>3 [156] -2015-03-12 02:16:46 sendUrl INFO 3 [156] R:OK -2015-03-12 02:17:36 queue INFO >>3 [157] -2015-03-12 02:17:36 sendUrl INFO 3 [157] R:OK -2015-03-12 02:18:26 queue INFO >>3 [158] -2015-03-12 02:18:26 sendUrl INFO 3 [158] R:OK -2015-03-12 02:19:05 queue INFO 7 [159] -2015-03-12 02:19:05 queue INFO >7 [160] -2015-03-12 02:19:06 sendUrl INFO 7 [159] R:OK -2015-03-12 02:19:06 sendUrl INFO 7 [160] R:OK -2015-03-12 02:19:07 queue INFO 3 [161] -2015-03-12 02:19:07 queue INFO >3 [162] -2015-03-12 02:19:07 sendUrl INFO 3 [161] R:OK -2015-03-12 02:19:08 sendUrl INFO 3 [162] R:OK -2015-03-12 02:19:57 queue INFO >>3 [163] -2015-03-12 02:19:57 sendUrl INFO 3 [163] R:OK -2015-03-12 02:20:47 queue INFO >>3 [164] -2015-03-12 02:20:47 sendUrl INFO 3 [164] R:OK -2015-03-12 02:21:37 queue INFO >>3 [165] -2015-03-12 02:21:38 sendUrl INFO 3 [165] R:OK -2015-03-12 02:22:27 queue INFO >>3 [166] -2015-03-12 02:22:27 sendUrl INFO 3 [166] R:OK -2015-03-12 02:23:17 queue INFO >>3 [167] -2015-03-12 02:23:18 sendUrl INFO 3 [167] R:OK -2015-03-12 02:24:08 queue INFO >>3 [168] -2015-03-12 02:24:08 sendUrl INFO 3 [168] R:OK -2015-03-12 02:24:58 queue INFO >>3 [169] -2015-03-12 02:24:58 sendUrl INFO 3 [169] R:OK -2015-03-12 02:25:48 queue INFO >>3 [170] -2015-03-12 02:25:48 sendUrl INFO 3 [170] R:OK -2015-03-12 02:26:38 queue INFO >>3 [171] -2015-03-12 02:26:38 sendUrl INFO 3 [171] R:OK -2015-03-12 02:27:18 queue INFO 7 [172] -2015-03-12 02:27:18 queue INFO >7 [173] -2015-03-12 02:27:18 sendUrl INFO 7 [172] R:OK -2015-03-12 02:27:18 sendUrl INFO 7 [173] R:OK -2015-03-12 02:27:19 queue INFO 3 [174] -2015-03-12 02:27:19 queue INFO >3 [175] -2015-03-12 02:27:19 sendUrl INFO 3 [174] R:OK -2015-03-12 02:27:20 sendUrl INFO 3 [175] R:OK -2015-03-12 02:28:09 queue INFO >>3 [176] -2015-03-12 02:28:10 sendUrl INFO 3 [176] R:OK -2015-03-12 02:28:59 queue INFO >>3 [177] -2015-03-12 02:29:00 sendUrl INFO 3 [177] R:OK -2015-03-12 02:29:50 queue INFO >>3 [178] -2015-03-12 02:29:50 sendUrl INFO 3 [178] R:OK -2015-03-12 02:30:40 queue INFO >>3 [179] -2015-03-12 02:30:40 sendUrl INFO 3 [179] R:OK -2015-03-12 02:31:30 queue INFO >>3 [180] -2015-03-12 02:31:30 sendUrl INFO 3 [180] R:OK -2015-03-12 02:32:20 queue INFO >>3 [181] -2015-03-12 02:32:20 sendUrl INFO 3 [181] R:OK -2015-03-12 02:33:10 queue INFO >>3 [182] -2015-03-12 02:33:10 sendUrl INFO 3 [182] R:OK -2015-03-12 02:34:00 queue INFO >>3 [183] -2015-03-12 02:34:01 sendUrl INFO 3 [183] R:OK -2015-03-12 02:34:50 queue INFO >>3 [184] -2015-03-12 02:34:51 sendUrl INFO 3 [184] R:OK -2015-03-12 02:35:29 queue INFO 7 [185] -2015-03-12 02:35:29 queue INFO >7 [186] -2015-03-12 02:35:30 sendUrl INFO 7 [185] R:OK -2015-03-12 02:35:30 sendUrl INFO 7 [186] R:OK -2015-03-12 02:35:31 queue INFO 3 [187] -2015-03-12 02:35:31 queue INFO >3 [188] -2015-03-12 02:35:31 sendUrl INFO 3 [187] R:OK -2015-03-12 02:35:32 sendUrl INFO 3 [188] R:OK -2015-03-12 02:36:21 queue INFO >>3 [189] -2015-03-12 02:36:21 sendUrl INFO 3 [189] R:OK -2015-03-12 02:37:11 queue INFO >>3 [190] -2015-03-12 02:37:11 sendUrl INFO 3 [190] R:OK -2015-03-12 02:38:01 queue INFO >>3 [191] -2015-03-12 02:38:02 sendUrl INFO 3 [191] R:OK -2015-03-12 02:38:51 queue INFO >>3 [192] -2015-03-12 02:38:51 sendUrl INFO 3 [192] R:OK -2015-03-12 02:39:41 queue INFO >>3 [193] -2015-03-12 02:39:42 sendUrl INFO 3 [193] R:OK -2015-03-12 02:40:32 queue INFO >>3 [194] -2015-03-12 02:40:32 sendUrl INFO 3 [194] R:OK -2015-03-12 02:41:22 queue INFO >>3 [195] -2015-03-12 02:41:22 sendUrl INFO 3 [195] R:OK -2015-03-12 02:42:12 queue INFO >>3 [196] -2015-03-12 02:42:12 sendUrl INFO 3 [196] R:OK -2015-03-12 02:43:02 queue INFO >>3 [197] -2015-03-12 02:43:02 sendUrl INFO 3 [197] R:OK -2015-03-12 02:43:41 queue INFO 7 [198] -2015-03-12 02:43:41 queue INFO >7 [199] -2015-03-12 02:43:41 sendUrl INFO 7 [198] R:OK -2015-03-12 02:43:41 sendUrl INFO 7 [199] R:OK -2015-03-12 02:43:42 queue INFO 3 [200] -2015-03-12 02:43:42 queue INFO >3 [201] -2015-03-12 02:43:42 sendUrl INFO 3 [200] R:OK -2015-03-12 02:43:43 sendUrl INFO 3 [201] R:OK -2015-03-12 02:44:32 queue INFO >>3 [202] -2015-03-12 02:44:33 sendUrl INFO 3 [202] R:OK -2015-03-12 02:45:22 queue INFO >>3 [203] -2015-03-12 02:45:23 sendUrl INFO 3 [203] R:OK -2015-03-12 02:46:13 queue INFO >>3 [204] -2015-03-12 02:46:13 sendUrl INFO 3 [204] R:OK -2015-03-12 02:47:03 queue INFO >>3 [205] -2015-03-12 02:47:03 sendUrl INFO 3 [205] R:OK -2015-03-12 02:47:53 queue INFO >>3 [206] -2015-03-12 02:47:53 sendUrl INFO 3 [206] R:OK -2015-03-12 02:48:43 queue INFO >>3 [207] -2015-03-12 02:48:43 sendUrl INFO 3 [207] R:OK -2015-03-12 02:49:33 queue INFO >>3 [208] -2015-03-12 02:49:34 sendUrl INFO 3 [208] R:OK -2015-03-12 02:50:23 queue INFO >>3 [209] -2015-03-12 02:50:24 sendUrl INFO 3 [209] R:OK -2015-03-12 02:51:14 queue INFO >>3 [210] -2015-03-12 02:51:14 sendUrl INFO 3 [210] R:OK -2015-03-12 02:51:53 queue INFO 7 [211] -2015-03-12 02:51:53 sendUrl INFO 7 [211] R:OK -2015-03-12 02:51:53 queue INFO >7 [212] -2015-03-12 02:51:54 sendUrl INFO 7 [212] R:OK -2015-03-12 02:51:55 queue INFO 3 [213] -2015-03-12 02:51:55 queue INFO >3 [214] -2015-03-12 02:51:55 sendUrl INFO 3 [213] R:OK -2015-03-12 02:51:56 sendUrl INFO 3 [214] R:OK -2015-03-12 02:52:45 queue INFO >>3 [215] -2015-03-12 02:52:45 sendUrl INFO 3 [215] R:OK -2015-03-12 02:53:35 queue INFO >>3 [216] -2015-03-12 02:53:35 sendUrl INFO 3 [216] R:OK -2015-03-12 02:54:25 queue INFO >>3 [217] -2015-03-12 02:54:26 sendUrl INFO 3 [217] R:OK -2015-03-12 02:55:15 queue INFO >>3 [218] -2015-03-12 02:55:15 sendUrl INFO 3 [218] R:OK -2015-03-12 02:56:05 queue INFO >>3 [219] -2015-03-12 02:56:06 sendUrl INFO 3 [219] R:OK -2015-03-12 02:56:56 queue INFO >>3 [220] -2015-03-12 02:56:56 sendUrl INFO 3 [220] R:OK -2015-03-12 02:57:46 queue INFO >>3 [221] -2015-03-12 02:57:46 sendUrl INFO 3 [221] R:OK -2015-03-12 02:58:36 queue INFO >>3 [222] -2015-03-12 02:58:36 sendUrl INFO 3 [222] R:OK -2015-03-12 02:59:26 queue INFO >>3 [223] -2015-03-12 02:59:26 sendUrl INFO 3 [223] R:OK -2015-03-12 03:00:05 queue INFO 7 [224] -2015-03-12 03:00:05 queue INFO >7 [225] -2015-03-12 03:00:05 sendUrl INFO 7 [224] R:OK -2015-03-12 03:00:05 sendUrl INFO 7 [225] R:OK -2015-03-12 03:00:06 queue INFO 3 [226] -2015-03-12 03:00:07 queue INFO >3 [227] -2015-03-12 03:00:07 sendUrl INFO 3 [226] R:OK -2015-03-12 03:00:07 sendUrl INFO 3 [227] R:OK -2015-03-12 03:00:56 queue INFO >>3 [228] -2015-03-12 03:00:57 sendUrl INFO 3 [228] R:OK -2015-03-12 03:01:47 queue INFO >>3 [229] -2015-03-12 03:01:47 sendUrl INFO 3 [229] R:OK -2015-03-12 03:02:37 queue INFO >>3 [230] -2015-03-12 03:02:37 sendUrl INFO 3 [230] R:OK -2015-03-12 03:03:27 queue INFO >>3 [231] -2015-03-12 03:03:27 sendUrl INFO 3 [231] R:OK -2015-03-12 03:04:17 queue INFO >>3 [232] -2015-03-12 03:04:18 sendUrl INFO 3 [232] R:OK -2015-03-12 03:05:07 queue INFO >>3 [233] -2015-03-12 03:05:07 sendUrl INFO 3 [233] R:OK -2015-03-12 03:05:57 queue INFO >>3 [234] -2015-03-12 03:05:58 sendUrl INFO 3 [234] R:OK -2015-03-12 03:06:48 queue INFO >>3 [235] -2015-03-12 03:06:48 sendUrl INFO 3 [235] R:OK -2015-03-12 03:07:38 queue INFO >>3 [236] -2015-03-12 03:07:38 sendUrl INFO 3 [236] R:OK -2015-03-12 03:08:17 queue INFO 7 [237] -2015-03-12 03:08:17 queue INFO >7 [238] -2015-03-12 03:08:17 sendUrl INFO 7 [237] R:OK -2015-03-12 03:08:18 sendUrl INFO 7 [238] R:OK -2015-03-12 03:08:18 queue INFO 3 [239] -2015-03-12 03:08:18 queue INFO >3 [240] -2015-03-12 03:08:19 sendUrl INFO 3 [239] R:OK -2015-03-12 03:08:19 sendUrl INFO 3 [240] R:OK -2015-03-12 03:09:08 queue INFO >>3 [241] -2015-03-12 03:09:08 sendUrl INFO 3 [241] R:OK -2015-03-12 03:09:59 queue INFO >>3 [242] -2015-03-12 03:09:59 sendUrl INFO 3 [242] R:OK -2015-03-12 03:10:49 queue INFO >>3 [243] -2015-03-12 03:10:49 sendUrl INFO 3 [243] R:OK -2015-03-12 03:11:39 queue INFO >>3 [244] -2015-03-12 03:11:39 sendUrl INFO 3 [244] R:OK -2015-03-12 03:12:29 queue INFO >>3 [245] -2015-03-12 03:12:29 sendUrl INFO 3 [245] R:OK -2015-03-12 03:13:19 queue INFO >>3 [246] -2015-03-12 03:13:20 sendUrl INFO 3 [246] R:OK -2015-03-12 03:14:09 queue INFO >>3 [247] -2015-03-12 03:14:09 sendUrl INFO 3 [247] R:OK -2015-03-12 03:14:59 queue INFO >>3 [248] -2015-03-12 03:15:00 sendUrl INFO 3 [248] R:OK -2015-03-12 03:15:50 queue INFO >>3 [249] -2015-03-12 03:15:50 sendUrl INFO 3 [249] R:OK -2015-03-12 03:16:29 queue INFO 7 [250] -2015-03-12 03:16:29 queue INFO >7 [251] -2015-03-12 03:16:29 sendUrl INFO 7 [250] R:OK -2015-03-12 03:16:30 sendUrl INFO 7 [251] R:OK -2015-03-12 03:16:31 queue INFO 3 [252] -2015-03-12 03:16:31 queue INFO >3 [253] -2015-03-12 03:16:31 sendUrl INFO 3 [252] R:OK -2015-03-12 03:16:31 sendUrl INFO 3 [253] R:OK -2015-03-12 03:17:21 queue INFO >>3 [254] -2015-03-12 03:17:21 sendUrl INFO 3 [254] R:OK -2015-03-12 03:18:11 queue INFO >>3 [255] -2015-03-12 03:18:12 sendUrl INFO 3 [255] R:OK -2015-03-12 03:19:01 queue INFO >>3 [256] -2015-03-12 03:19:01 sendUrl INFO 3 [256] R:OK -2015-03-12 03:19:51 queue INFO >>3 [257] -2015-03-12 03:19:52 sendUrl INFO 3 [257] R:OK -2015-03-12 03:20:41 queue INFO >>3 [258] -2015-03-12 03:20:42 sendUrl INFO 3 [258] R:OK -2015-03-12 03:21:32 queue INFO >>3 [259] -2015-03-12 03:21:32 sendUrl INFO 3 [259] R:OK -2015-03-12 03:22:22 queue INFO >>3 [260] -2015-03-12 03:22:22 sendUrl INFO 3 [260] R:OK -2015-03-12 03:23:12 queue INFO >>3 [261] -2015-03-12 03:23:12 sendUrl INFO 3 [261] R:OK -2015-03-12 03:24:02 queue INFO >>3 [262] -2015-03-12 03:24:02 sendUrl INFO 3 [262] R:OK -2015-03-12 03:24:41 queue INFO 7 [263] -2015-03-12 03:24:41 queue INFO >7 [264] -2015-03-12 03:24:41 sendUrl INFO 7 [263] R:OK -2015-03-12 03:24:42 sendUrl INFO 7 [264] R:OK -2015-03-12 03:24:42 queue INFO 3 [265] -2015-03-12 03:24:42 queue INFO >3 [266] -2015-03-12 03:24:43 sendUrl INFO 3 [265] R:OK -2015-03-12 03:24:43 sendUrl INFO 3 [266] R:OK -2015-03-12 03:25:32 queue INFO >>3 [267] -2015-03-12 03:25:32 sendUrl INFO 3 [267] R:OK -2015-03-12 03:26:23 queue INFO >>3 [268] -2015-03-12 03:26:23 sendUrl INFO 3 [268] R:OK -2015-03-12 03:27:13 queue INFO >>3 [269] -2015-03-12 03:27:13 sendUrl INFO 3 [269] R:OK -2015-03-12 03:28:03 queue INFO >>3 [270] -2015-03-12 03:28:03 sendUrl INFO 3 [270] R:OK -2015-03-12 03:28:53 queue INFO >>3 [271] -2015-03-12 03:28:53 sendUrl INFO 3 [271] R:OK -2015-03-12 03:29:43 queue INFO >>3 [272] -2015-03-12 03:29:44 sendUrl INFO 3 [272] R:OK -2015-03-12 03:30:33 queue INFO >>3 [273] -2015-03-12 03:30:33 sendUrl INFO 3 [273] R:OK -2015-03-12 03:31:23 queue INFO >>3 [274] -2015-03-12 03:31:24 sendUrl INFO 3 [274] R:OK -2015-03-12 03:32:14 queue INFO >>3 [275] -2015-03-12 03:32:14 sendUrl INFO 3 [275] R:OK -2015-03-12 03:32:52 queue INFO 7 [276] -2015-03-12 03:32:52 queue INFO >7 [277] -2015-03-12 03:32:52 sendUrl INFO 7 [276] R:OK -2015-03-12 03:32:53 sendUrl INFO 7 [277] R:OK -2015-03-12 03:32:54 queue INFO 3 [278] -2015-03-12 03:32:54 sendUrl INFO 3 [278] R:OK -2015-03-12 03:32:54 queue INFO >3 [279] -2015-03-12 03:32:54 sendUrl INFO 3 [279] R:OK -2015-03-12 03:33:44 queue INFO >>3 [280] -2015-03-12 03:33:44 sendUrl INFO 3 [280] R:OK -2015-03-12 03:34:34 queue INFO >>3 [281] -2015-03-12 03:34:35 sendUrl INFO 3 [281] R:OK -2015-03-12 03:35:24 queue INFO >>3 [282] -2015-03-12 03:35:24 sendUrl INFO 3 [282] R:OK -2015-03-12 03:36:14 queue INFO >>3 [283] -2015-03-12 03:36:15 sendUrl INFO 3 [283] R:OK -2015-03-12 03:37:04 queue INFO >>3 [284] -2015-03-12 03:37:05 sendUrl INFO 3 [284] R:OK -2015-03-12 03:37:55 queue INFO >>3 [285] -2015-03-12 03:37:55 sendUrl INFO 3 [285] R:OK -2015-03-12 03:38:45 queue INFO >>3 [286] -2015-03-12 03:38:45 sendUrl INFO 3 [286] R:OK -2015-03-12 03:39:35 queue INFO >>3 [287] -2015-03-12 03:39:35 sendUrl INFO 3 [287] R:OK -2015-03-12 03:40:25 queue INFO >>3 [288] -2015-03-12 03:40:25 sendUrl INFO 3 [288] R:OK -2015-03-12 03:41:05 queue INFO 7 [289] -2015-03-12 03:41:05 queue INFO >7 [290] -2015-03-12 03:41:05 sendUrl INFO 7 [289] R:OK -2015-03-12 03:41:06 sendUrl INFO 7 [290] R:OK -2015-03-12 03:41:06 queue INFO 3 [291] -2015-03-12 03:41:06 queue INFO >3 [292] -2015-03-12 03:41:07 sendUrl INFO 3 [291] R:OK -2015-03-12 03:41:07 sendUrl INFO 3 [292] R:OK -2015-03-12 03:41:56 queue INFO >>3 [293] -2015-03-12 03:41:56 sendUrl INFO 3 [293] R:OK -2015-03-12 03:42:47 queue INFO >>3 [294] -2015-03-12 03:42:47 sendUrl INFO 3 [294] R:OK -2015-03-12 03:43:37 queue INFO >>3 [295] -2015-03-12 03:43:37 sendUrl INFO 3 [295] R:OK -2015-03-12 03:44:27 queue INFO >>3 [296] -2015-03-12 03:44:27 sendUrl INFO 3 [296] R:OK -2015-03-12 03:45:17 queue INFO >>3 [297] -2015-03-12 03:45:17 sendUrl INFO 3 [297] R:OK -2015-03-12 03:46:07 queue INFO >>3 [298] -2015-03-12 03:46:08 sendUrl INFO 3 [298] R:OK -2015-03-12 03:46:57 queue INFO >>3 [299] -2015-03-12 03:46:57 sendUrl INFO 3 [299] R:OK -2015-03-12 03:47:47 queue INFO >>3 [300] -2015-03-12 03:47:48 sendUrl INFO 3 [300] R:OK -2015-03-12 03:48:38 queue INFO >>3 [301] -2015-03-12 03:48:38 sendUrl INFO 3 [301] R:OK -2015-03-12 03:49:16 queue INFO 7 [302] -2015-03-12 03:49:17 queue INFO >7 [303] -2015-03-12 03:49:17 sendUrl INFO 7 [302] R:OK -2015-03-12 03:49:17 sendUrl INFO 7 [303] R:OK -2015-03-12 03:49:18 queue INFO 3 [304] -2015-03-12 03:49:18 queue INFO >3 [305] -2015-03-12 03:49:18 sendUrl INFO 3 [304] R:OK -2015-03-12 03:49:19 sendUrl INFO 3 [305] R:OK -2015-03-12 03:50:08 queue INFO >>3 [306] -2015-03-12 03:50:08 sendUrl INFO 3 [306] R:OK -2015-03-12 03:50:58 queue INFO >>3 [307] -2015-03-12 03:50:59 sendUrl INFO 3 [307] R:OK -2015-03-12 03:51:48 queue INFO >>3 [308] -2015-03-12 03:51:49 sendUrl INFO 3 [308] R:OK -2015-03-12 03:52:39 queue INFO >>3 [309] -2015-03-12 03:52:39 sendUrl INFO 3 [309] R:OK -2015-03-12 03:53:29 queue INFO >>3 [310] -2015-03-12 03:53:29 sendUrl INFO 3 [310] R:OK -2015-03-12 03:54:19 queue INFO >>3 [311] -2015-03-12 03:54:19 sendUrl INFO 3 [311] R:OK -2015-03-12 03:55:09 queue INFO >>3 [312] -2015-03-12 03:55:09 sendUrl INFO 3 [312] R:OK -2015-03-12 03:55:59 queue INFO >>3 [313] -2015-03-12 03:56:00 sendUrl INFO 3 [313] R:OK -2015-03-12 03:56:49 queue INFO >>3 [314] -2015-03-12 03:56:49 sendUrl INFO 3 [314] R:OK -2015-03-12 03:57:28 queue INFO 7 [315] -2015-03-12 03:57:29 queue INFO >7 [316] -2015-03-12 03:57:29 sendUrl INFO 7 [315] R:OK -2015-03-12 03:57:29 sendUrl INFO 7 [316] R:OK -2015-03-12 03:57:30 queue INFO 3 [317] -2015-03-12 03:57:30 sendUrl INFO 3 [317] R:OK -2015-03-12 03:57:30 queue INFO >3 [318] -2015-03-12 03:57:31 sendUrl INFO 3 [318] R:OK -2015-03-12 03:58:20 queue INFO >>3 [319] -2015-03-12 03:58:21 sendUrl INFO 3 [319] R:OK -2015-03-12 03:59:10 queue INFO >>3 [320] -2015-03-12 03:59:11 sendUrl INFO 3 [320] R:OK -2015-03-12 04:00:00 queue INFO >>3 [321] -2015-03-12 04:00:01 sendUrl INFO 3 [321] R:OK -2015-03-12 04:00:51 queue INFO >>3 [322] -2015-03-12 04:00:51 sendUrl INFO 3 [322] R:OK -2015-03-12 04:01:41 queue INFO >>3 [323] -2015-03-12 04:01:41 sendUrl INFO 3 [323] R:OK -2015-03-12 04:02:31 queue INFO >>3 [324] -2015-03-12 04:02:31 sendUrl INFO 3 [324] R:OK -2015-03-12 04:03:21 queue INFO >>3 [325] -2015-03-12 04:03:21 sendUrl INFO 3 [325] R:OK -2015-03-12 04:04:11 queue INFO >>3 [326] -2015-03-12 04:04:11 sendUrl INFO 3 [326] R:OK -2015-03-12 04:05:01 queue INFO >>3 [327] -2015-03-12 04:05:02 sendUrl INFO 3 [327] R:OK -2015-03-12 04:05:41 queue INFO 7 [328] -2015-03-12 04:05:41 sendUrl INFO 7 [328] R:OK -2015-03-12 04:05:41 queue INFO >7 [329] -2015-03-12 04:05:41 sendUrl INFO 7 [329] R:OK -2015-03-12 04:05:42 queue INFO 3 [330] -2015-03-12 04:05:43 queue INFO >3 [331] -2015-03-12 04:05:43 sendUrl INFO 3 [330] R:OK -2015-03-12 04:05:43 sendUrl INFO 3 [331] R:OK -2015-03-12 04:06:32 queue INFO >>3 [332] -2015-03-12 04:06:33 sendUrl INFO 3 [332] R:OK -2015-03-12 04:07:23 queue INFO >>3 [333] -2015-03-12 04:07:23 sendUrl INFO 3 [333] R:OK -2015-03-12 04:08:13 queue INFO >>3 [334] -2015-03-12 04:08:13 sendUrl INFO 3 [334] R:OK -2015-03-12 04:09:03 queue INFO >>3 [335] -2015-03-12 04:09:03 sendUrl INFO 3 [335] R:OK -2015-03-12 04:09:53 queue INFO >>3 [336] -2015-03-12 04:09:54 sendUrl INFO 3 [336] R:OK -2015-03-12 04:10:43 queue INFO >>3 [337] -2015-03-12 04:10:43 sendUrl INFO 3 [337] R:OK -2015-03-12 04:11:33 queue INFO >>3 [338] -2015-03-12 04:11:34 sendUrl INFO 3 [338] R:OK -2015-03-12 04:12:24 queue INFO >>3 [339] -2015-03-12 04:12:24 sendUrl INFO 3 [339] R:OK -2015-03-12 04:13:14 queue INFO >>3 [340] -2015-03-12 04:13:14 sendUrl INFO 3 [340] R:OK -2015-03-12 04:13:52 queue INFO 7 [341] -2015-03-12 04:13:53 queue INFO >7 [342] -2015-03-12 04:13:53 sendUrl INFO 7 [341] R:OK -2015-03-12 04:13:53 sendUrl INFO 7 [342] R:OK -2015-03-12 04:13:54 queue INFO 3 [343] -2015-03-12 04:13:54 queue INFO >3 [344] -2015-03-12 04:13:54 sendUrl INFO 3 [343] R:OK -2015-03-12 04:13:55 sendUrl INFO 3 [344] R:OK -2015-03-12 04:14:44 queue INFO >>3 [345] -2015-03-12 04:14:45 sendUrl INFO 3 [345] R:OK -2015-03-12 04:15:34 queue INFO >>3 [346] -2015-03-12 04:15:34 sendUrl INFO 3 [346] R:OK -2015-03-12 04:16:24 queue INFO >>3 [347] -2015-03-12 04:16:25 sendUrl INFO 3 [347] R:OK -2015-03-12 04:17:14 queue INFO >>3 [348] -2015-03-12 04:17:15 sendUrl INFO 3 [348] R:OK -2015-03-12 04:18:05 queue INFO >>3 [349] -2015-03-12 04:18:05 sendUrl INFO 3 [349] R:OK -2015-03-12 04:18:55 queue INFO >>3 [350] -2015-03-12 04:18:55 sendUrl INFO 3 [350] R:OK -2015-03-12 04:19:45 queue INFO >>3 [351] -2015-03-12 04:19:45 sendUrl INFO 3 [351] R:OK -2015-03-12 04:20:08 queue INFO 1 [352] -2015-03-12 04:20:08 queue INFO >1 [353] -2015-03-12 04:20:08 sendUrl INFO 1 [352] R:OK -2015-03-12 04:20:09 sendUrl INFO 1 [353] R:OK -2015-03-12 04:20:58 queue INFO >>1 [354] -2015-03-12 04:20:58 sendUrl INFO 1 [354] R:OK -2015-03-12 04:21:48 queue INFO >>1 [355] -2015-03-12 04:21:48 sendUrl INFO 1 [355] R:OK -2015-03-12 04:22:09 queue INFO 21 [356] -2015-03-12 04:22:09 queue INFO >21 [357] -2015-03-12 04:22:09 sendUrl INFO 21 [356] R:OK -2015-03-12 04:22:10 sendUrl INFO 21 [357] R:OK -2015-03-12 04:22:59 queue INFO >>21 [358] -2015-03-12 04:23:00 sendUrl INFO 21 [358] R:OK -2015-03-12 04:23:49 queue INFO >>21 [359] -2015-03-12 04:23:50 sendUrl INFO 21 [359] R:OK -2015-03-12 04:24:40 queue INFO >>21 [360] -2015-03-12 04:24:40 sendUrl INFO 21 [360] R:OK -2015-03-12 04:25:30 queue INFO >>21 [361] -2015-03-12 04:25:30 sendUrl INFO 21 [361] R:OK -2015-03-12 04:26:20 queue INFO >>21 [362] -2015-03-12 04:26:20 sendUrl INFO 21 [362] R:OK -2015-03-12 04:26:58 queue INFO 1 [363] -2015-03-12 04:26:58 queue INFO >1 [364] -2015-03-12 04:26:58 sendUrl INFO 1 [363] R:OK -2015-03-12 04:26:59 sendUrl INFO 1 [364] R:OK -2015-03-12 04:27:20 queue INFO 5 [365] -2015-03-12 04:27:20 queue INFO >5 [366] -2015-03-12 04:27:20 sendUrl INFO 5 [365] R:OK -2015-03-12 04:27:20 sendUrl INFO 5 [366] R:OK -2015-03-12 04:27:21 queue INFO 1 [367] -2015-03-12 04:27:22 queue INFO >1 [368] -2015-03-12 04:27:22 sendUrl INFO 1 [367] R:OK -2015-03-12 04:27:22 sendUrl INFO 1 [368] R:OK -2015-03-12 04:28:11 queue INFO >>1 [369] -2015-03-12 04:28:12 sendUrl INFO 1 [369] R:OK -2015-03-12 04:28:51 queue INFO 3 [370] -2015-03-12 04:28:51 queue INFO >3 [371] -2015-03-12 04:28:51 sendUrl INFO 3 [370] R:OK -2015-03-12 04:28:52 sendUrl INFO 3 [371] R:OK -2015-03-12 04:29:41 queue INFO >>3 [372] -2015-03-12 04:29:41 sendUrl INFO 3 [372] R:OK -2015-03-12 04:30:31 queue INFO >>3 [373] -2015-03-12 04:30:31 sendUrl INFO 3 [373] R:OK -2015-03-12 04:31:21 queue INFO >>3 [374] -2015-03-12 04:31:21 sendUrl INFO 3 [374] R:OK -2015-03-12 04:32:11 queue INFO >>3 [375] -2015-03-12 04:32:11 sendUrl INFO 3 [375] R:OK -2015-03-12 04:33:01 queue INFO >>3 [376] -2015-03-12 04:33:02 sendUrl INFO 3 [376] R:OK -2015-03-12 04:33:51 queue INFO >>3 [377] -2015-03-12 04:33:52 sendUrl INFO 3 [377] R:OK -2015-03-12 04:34:41 queue INFO >>3 [378] -2015-03-12 04:34:42 sendUrl INFO 3 [378] R:OK -2015-03-12 04:35:32 queue INFO >>3 [379] -2015-03-12 04:35:32 sendUrl INFO 3 [379] R:OK -2015-03-12 04:35:32 queue INFO 7 [380] -2015-03-12 04:35:32 queue INFO >7 [381] -2015-03-12 04:35:32 sendUrl INFO 7 [380] R:OK -2015-03-12 04:35:33 sendUrl INFO 7 [381] R:OK -2015-03-12 04:35:34 queue INFO 3 [382] -2015-03-12 04:35:34 sendUrl INFO 3 [382] R:OK -2015-03-12 04:35:34 queue INFO >3 [383] -2015-03-12 04:35:34 sendUrl INFO 3 [383] R:OK -2015-03-12 04:36:24 queue INFO >>3 [384] -2015-03-12 04:36:24 sendUrl INFO 3 [384] R:OK -2015-03-12 04:37:14 queue INFO >>3 [385] -2015-03-12 04:37:14 sendUrl INFO 3 [385] R:OK -2015-03-12 04:38:04 queue INFO >>3 [386] -2015-03-12 04:38:04 sendUrl INFO 3 [386] R:OK -2015-03-12 04:38:54 queue INFO >>3 [387] -2015-03-12 04:38:55 sendUrl INFO 3 [387] R:OK -2015-03-12 04:39:44 queue INFO >>3 [388] -2015-03-12 04:39:45 sendUrl INFO 3 [388] R:OK -2015-03-12 04:40:35 queue INFO >>3 [389] -2015-03-12 04:40:35 sendUrl INFO 3 [389] R:OK -2015-03-12 04:41:25 queue INFO >>3 [390] -2015-03-12 04:41:25 sendUrl INFO 3 [390] R:OK -2015-03-12 04:42:15 queue INFO >>3 [391] -2015-03-12 04:42:15 sendUrl INFO 3 [391] R:OK -2015-03-12 04:43:05 queue INFO >>3 [392] -2015-03-12 04:43:05 sendUrl INFO 3 [392] R:OK -2015-03-12 04:43:44 queue INFO 7 [393] -2015-03-12 04:43:44 queue INFO >7 [394] -2015-03-12 04:43:44 sendUrl INFO 7 [393] R:OK -2015-03-12 04:43:44 sendUrl INFO 7 [394] R:OK -2015-03-12 04:43:45 queue INFO 3 [395] -2015-03-12 04:43:45 queue INFO >3 [396] -2015-03-12 04:43:46 sendUrl INFO 3 [395] R:OK -2015-03-12 04:43:46 sendUrl INFO 3 [396] R:OK -2015-03-12 04:44:35 queue INFO >>3 [397] -2015-03-12 04:44:36 sendUrl INFO 3 [397] R:OK -2015-03-12 04:45:25 queue INFO >>3 [398] -2015-03-12 04:45:26 sendUrl INFO 3 [398] R:OK -2015-03-12 04:46:16 queue INFO >>3 [399] -2015-03-12 04:46:16 sendUrl INFO 3 [399] R:OK -2015-03-12 04:47:06 queue INFO >>3 [400] -2015-03-12 04:47:06 sendUrl INFO 3 [400] R:OK -2015-03-12 04:47:56 queue INFO >>3 [401] -2015-03-12 04:47:56 sendUrl INFO 3 [401] R:OK -2015-03-12 04:48:46 queue INFO >>3 [402] -2015-03-12 04:48:46 sendUrl INFO 3 [402] R:OK -2015-03-12 04:49:36 queue INFO >>3 [403] -2015-03-12 04:49:36 sendUrl INFO 3 [403] R:OK -2015-03-12 04:50:26 queue INFO >>3 [404] -2015-03-12 04:50:27 sendUrl INFO 3 [404] R:OK -2015-03-12 04:51:17 queue INFO >>3 [405] -2015-03-12 04:51:17 sendUrl INFO 3 [405] R:OK -2015-03-12 04:51:55 queue INFO 7 [406] -2015-03-12 04:51:55 queue INFO >7 [407] -2015-03-12 04:51:55 sendUrl INFO 7 [406] R:OK -2015-03-12 04:51:56 sendUrl INFO 7 [407] R:OK -2015-03-12 04:51:57 queue INFO 3 [408] -2015-03-12 04:51:57 sendUrl INFO 3 [408] R:OK -2015-03-12 04:51:57 queue INFO >3 [409] -2015-03-12 04:51:57 sendUrl INFO 3 [409] R:OK -2015-03-12 04:52:47 queue INFO >>3 [410] -2015-03-12 04:52:47 sendUrl INFO 3 [410] R:OK -2015-03-12 04:53:37 queue INFO >>3 [411] -2015-03-12 04:53:37 sendUrl INFO 3 [411] R:OK -2015-03-12 04:54:27 queue INFO >>3 [412] -2015-03-12 04:54:27 sendUrl INFO 3 [412] R:OK -2015-03-12 04:55:17 queue INFO >>3 [413] -2015-03-12 04:55:18 sendUrl INFO 3 [413] R:OK -2015-03-12 04:56:07 queue INFO >>3 [414] -2015-03-12 04:56:08 sendUrl INFO 3 [414] R:OK -2015-03-12 04:56:58 queue INFO >>3 [415] -2015-03-12 04:56:58 sendUrl INFO 3 [415] R:OK -2015-03-12 04:57:48 queue INFO >>3 [416] -2015-03-12 04:57:48 sendUrl INFO 3 [416] R:OK -2015-03-12 04:58:38 queue INFO >>3 [417] -2015-03-12 04:58:38 sendUrl INFO 3 [417] R:OK -2015-03-12 04:59:28 queue INFO >>3 [418] -2015-03-12 04:59:28 sendUrl INFO 3 [418] R:OK -2015-03-12 05:00:08 queue INFO 7 [419] -2015-03-12 05:00:08 queue INFO >7 [420] -2015-03-12 05:00:08 sendUrl INFO 7 [419] R:OK -2015-03-12 05:00:09 sendUrl INFO 7 [420] R:OK -2015-03-12 05:00:09 queue INFO 3 [421] -2015-03-12 05:00:09 queue INFO >3 [422] -2015-03-12 05:00:10 sendUrl INFO 3 [421] R:OK -2015-03-12 05:00:10 sendUrl INFO 3 [422] R:OK -2015-03-12 05:00:59 queue INFO >>3 [423] -2015-03-12 05:01:00 sendUrl INFO 3 [423] R:OK -2015-03-12 05:01:49 queue INFO >>3 [424] -2015-03-12 05:01:50 sendUrl INFO 3 [424] R:OK -2015-03-12 05:02:40 queue INFO >>3 [425] -2015-03-12 05:02:40 sendUrl INFO 3 [425] R:OK -2015-03-12 05:03:30 queue INFO >>3 [426] -2015-03-12 05:03:30 sendUrl INFO 3 [426] R:OK -2015-03-12 05:04:20 queue INFO >>3 [427] -2015-03-12 05:04:20 sendUrl INFO 3 [427] R:OK -2015-03-12 05:05:10 queue INFO >>3 [428] -2015-03-12 05:05:11 sendUrl INFO 3 [428] R:OK -2015-03-12 05:06:00 queue INFO >>3 [429] -2015-03-12 05:06:00 sendUrl INFO 3 [429] R:OK -2015-03-12 05:06:50 queue INFO >>3 [430] -2015-03-12 05:06:51 sendUrl INFO 3 [430] R:OK -2015-03-12 05:07:41 queue INFO >>3 [431] -2015-03-12 05:07:41 sendUrl INFO 3 [431] R:OK -2015-03-12 05:08:19 queue INFO 7 [432] -2015-03-12 05:08:19 queue INFO >7 [433] -2015-03-12 05:08:20 sendUrl INFO 7 [432] R:OK -2015-03-12 05:08:20 sendUrl INFO 7 [433] R:OK -2015-03-12 05:08:21 queue INFO 3 [434] -2015-03-12 05:08:21 queue INFO >3 [435] -2015-03-12 05:08:21 sendUrl INFO 3 [434] R:OK -2015-03-12 05:08:22 sendUrl INFO 3 [435] R:OK -2015-03-12 05:09:11 queue INFO >>3 [436] -2015-03-12 05:09:11 sendUrl INFO 3 [436] R:OK -2015-03-12 05:10:01 queue INFO >>3 [437] -2015-03-12 05:10:01 sendUrl INFO 3 [437] R:OK -2015-03-12 05:10:51 queue INFO >>3 [438] -2015-03-12 05:10:52 sendUrl INFO 3 [438] R:OK -2015-03-12 05:11:41 queue INFO >>3 [439] -2015-03-12 05:11:42 sendUrl INFO 3 [439] R:OK -2015-03-12 05:12:31 queue INFO >>3 [440] -2015-03-12 05:12:32 sendUrl INFO 3 [440] R:OK -2015-03-12 05:13:22 queue INFO >>3 [441] -2015-03-12 05:13:22 sendUrl INFO 3 [441] R:OK -2015-03-12 05:14:12 queue INFO >>3 [442] -2015-03-12 05:14:12 sendUrl INFO 3 [442] R:OK -2015-03-12 05:15:02 queue INFO >>3 [443] -2015-03-12 05:15:02 sendUrl INFO 3 [443] R:OK -2015-03-12 05:15:52 queue INFO >>3 [444] -2015-03-12 05:15:52 sendUrl INFO 3 [444] R:OK -2015-03-12 05:16:31 queue INFO 7 [445] -2015-03-12 05:16:32 sendUrl INFO 7 [445] R:OK -2015-03-12 05:16:32 queue INFO >7 [446] -2015-03-12 05:16:32 sendUrl INFO 7 [446] R:OK -2015-03-12 05:16:33 queue INFO 3 [447] -2015-03-12 05:16:33 queue INFO >3 [448] -2015-03-12 05:16:34 sendUrl INFO 3 [447] R:OK -2015-03-12 05:16:34 sendUrl INFO 3 [448] R:OK -2015-03-12 05:17:23 queue INFO >>3 [449] -2015-03-12 05:17:23 sendUrl INFO 3 [449] R:OK -2015-03-12 05:18:13 queue INFO >>3 [450] -2015-03-12 05:18:14 sendUrl INFO 3 [450] R:OK -2015-03-12 05:19:03 queue INFO >>3 [451] -2015-03-12 05:19:04 sendUrl INFO 3 [451] R:OK -2015-03-12 05:19:54 queue INFO >>3 [452] -2015-03-12 05:19:54 sendUrl INFO 3 [452] R:OK -2015-03-12 05:20:44 queue INFO >>3 [453] -2015-03-12 05:20:44 sendUrl INFO 3 [453] R:OK -2015-03-12 05:21:34 queue INFO >>3 [454] -2015-03-12 05:21:34 sendUrl INFO 3 [454] R:OK -2015-03-12 05:22:24 queue INFO >>3 [455] -2015-03-12 05:22:24 sendUrl INFO 3 [455] R:OK -2015-03-12 05:23:14 queue INFO >>3 [456] -2015-03-12 05:23:15 sendUrl INFO 3 [456] R:OK -2015-03-12 05:24:04 queue INFO >>3 [457] -2015-03-12 05:24:05 sendUrl INFO 3 [457] R:OK -2015-03-12 05:24:44 queue INFO 7 [458] -2015-03-12 05:24:44 sendUrl INFO 7 [458] R:OK -2015-03-12 05:24:44 queue INFO >7 [459] -2015-03-12 05:24:44 sendUrl INFO 7 [459] R:OK -2015-03-12 05:24:45 queue INFO 3 [460] -2015-03-12 05:24:45 queue INFO >3 [461] -2015-03-12 05:24:46 sendUrl INFO 3 [460] R:OK -2015-03-12 05:24:46 sendUrl INFO 3 [461] R:OK -2015-03-12 05:25:35 queue INFO >>3 [462] -2015-03-12 05:25:36 sendUrl INFO 3 [462] R:OK -2015-03-12 05:26:26 queue INFO >>3 [463] -2015-03-12 05:26:26 sendUrl INFO 3 [463] R:OK -2015-03-12 05:27:16 queue INFO >>3 [464] -2015-03-12 05:27:16 sendUrl INFO 3 [464] R:OK -2015-03-12 05:28:06 queue INFO >>3 [465] -2015-03-12 05:28:06 sendUrl INFO 3 [465] R:OK -2015-03-12 05:28:56 queue INFO >>3 [466] -2015-03-12 05:28:56 sendUrl INFO 3 [466] R:OK -2015-03-12 05:29:46 queue INFO >>3 [467] -2015-03-12 05:29:46 sendUrl INFO 3 [467] R:OK -2015-03-12 05:30:36 queue INFO >>3 [468] -2015-03-12 05:30:37 sendUrl INFO 3 [468] R:OK -2015-03-12 05:31:26 queue INFO >>3 [469] -2015-03-12 05:31:27 sendUrl INFO 3 [469] R:OK -2015-03-12 05:32:17 queue INFO >>3 [470] -2015-03-12 05:32:17 sendUrl INFO 3 [470] R:OK -2015-03-12 05:32:55 queue INFO 7 [471] -2015-03-12 05:32:55 queue INFO >7 [472] -2015-03-12 05:32:56 sendUrl INFO 7 [471] R:OK -2015-03-12 05:32:56 sendUrl INFO 7 [472] R:OK -2015-03-12 05:32:57 queue INFO 3 [473] -2015-03-12 05:32:57 queue INFO >3 [474] -2015-03-12 05:32:57 sendUrl INFO 3 [473] R:OK -2015-03-12 05:32:58 sendUrl INFO 3 [474] R:OK -2015-03-12 05:33:47 queue INFO >>3 [475] -2015-03-12 05:33:47 sendUrl INFO 3 [475] R:OK -2015-03-12 05:34:37 queue INFO >>3 [476] -2015-03-12 05:34:37 sendUrl INFO 3 [476] R:OK -2015-03-12 05:35:27 queue INFO >>3 [477] -2015-03-12 05:35:28 sendUrl INFO 3 [477] R:OK -2015-03-12 05:36:17 queue INFO >>3 [478] -2015-03-12 05:36:18 sendUrl INFO 3 [478] R:OK -2015-03-12 05:37:08 queue INFO >>3 [479] -2015-03-12 05:37:08 sendUrl INFO 3 [479] R:OK -2015-03-12 05:37:58 queue INFO >>3 [480] -2015-03-12 05:37:58 sendUrl INFO 3 [480] R:OK -2015-03-12 05:38:48 queue INFO >>3 [481] -2015-03-12 05:38:48 sendUrl INFO 3 [481] R:OK -2015-03-12 05:39:38 queue INFO >>3 [482] -2015-03-12 05:39:38 sendUrl INFO 3 [482] R:OK -2015-03-12 05:40:28 queue INFO >>3 [483] -2015-03-12 05:40:29 sendUrl INFO 3 [483] R:OK -2015-03-12 05:41:07 queue INFO 7 [484] -2015-03-12 05:41:07 sendUrl INFO 7 [484] R:OK -2015-03-12 05:41:07 queue INFO >7 [485] -2015-03-12 05:41:07 sendUrl INFO 7 [485] R:OK -2015-03-12 05:41:08 queue INFO 3 [486] -2015-03-12 05:41:08 queue INFO >3 [487] -2015-03-12 05:41:09 sendUrl INFO 3 [486] R:OK -2015-03-12 05:41:09 sendUrl INFO 3 [487] R:OK -2015-03-12 05:41:58 queue INFO >>3 [488] -2015-03-12 05:41:59 sendUrl INFO 3 [488] R:OK -2015-03-12 05:42:49 queue INFO >>3 [489] -2015-03-12 05:42:49 sendUrl INFO 3 [489] R:OK -2015-03-12 05:43:39 queue INFO >>3 [490] -2015-03-12 05:43:39 sendUrl INFO 3 [490] R:OK -2015-03-12 05:44:29 queue INFO >>3 [491] -2015-03-12 05:44:29 sendUrl INFO 3 [491] R:OK -2015-03-12 05:45:19 queue INFO >>3 [492] -2015-03-12 05:45:19 sendUrl INFO 3 [492] R:OK -2015-03-12 05:46:09 queue INFO >>3 [493] -2015-03-12 05:46:09 sendUrl INFO 3 [493] R:OK -2015-03-12 05:46:59 queue INFO >>3 [494] -2015-03-12 05:47:00 sendUrl INFO 3 [494] R:OK -2015-03-12 05:47:49 queue INFO >>3 [495] -2015-03-12 05:47:50 sendUrl INFO 3 [495] R:OK -2015-03-12 05:48:40 queue INFO >>3 [496] -2015-03-12 05:48:40 sendUrl INFO 3 [496] R:OK -2015-03-12 05:49:19 queue INFO 7 [497] -2015-03-12 05:49:19 queue INFO >7 [498] -2015-03-12 05:49:20 sendUrl INFO 7 [497] R:OK -2015-03-12 05:49:20 sendUrl INFO 7 [498] R:OK -2015-03-12 05:49:21 queue INFO 3 [499] -2015-03-12 05:49:21 queue INFO >3 [500] -2015-03-12 05:49:21 sendUrl INFO 3 [499] R:OK -2015-03-12 05:49:22 sendUrl INFO 3 [500] R:OK -2015-03-12 05:50:11 queue INFO >>3 [501] -2015-03-12 05:50:11 sendUrl INFO 3 [501] R:OK -2015-03-12 05:51:01 queue INFO >>3 [502] -2015-03-12 05:51:01 sendUrl INFO 3 [502] R:OK -2015-03-12 05:51:51 queue INFO >>3 [503] -2015-03-12 05:51:52 sendUrl INFO 3 [503] R:OK -2015-03-12 05:52:41 queue INFO >>3 [504] -2015-03-12 05:52:42 sendUrl INFO 3 [504] R:OK -2015-03-12 05:53:32 queue INFO >>3 [505] -2015-03-12 05:53:32 sendUrl INFO 3 [505] R:OK -2015-03-12 05:54:22 queue INFO >>3 [506] -2015-03-12 05:54:22 sendUrl INFO 3 [506] R:OK -2015-03-12 05:55:12 queue INFO >>3 [507] -2015-03-12 05:55:12 sendUrl INFO 3 [507] R:OK -2015-03-12 05:56:02 queue INFO >>3 [508] -2015-03-12 05:56:02 sendUrl INFO 3 [508] R:OK -2015-03-12 05:56:52 queue INFO >>3 [509] -2015-03-12 05:56:53 sendUrl INFO 3 [509] R:OK -2015-03-12 05:57:31 queue INFO 7 [510] -2015-03-12 05:57:31 queue INFO >7 [511] -2015-03-12 05:57:31 sendUrl INFO 7 [510] R:OK -2015-03-12 05:57:32 sendUrl INFO 7 [511] R:OK -2015-03-12 05:57:33 queue INFO 3 [512] -2015-03-12 05:57:33 queue INFO >3 [513] -2015-03-12 05:57:33 sendUrl INFO 3 [512] R:OK -2015-03-12 05:57:33 sendUrl INFO 3 [513] R:OK -2015-03-12 05:58:23 queue INFO >>3 [514] -2015-03-12 05:58:23 sendUrl INFO 3 [514] R:OK -2015-03-12 05:59:13 queue INFO >>3 [515] -2015-03-12 05:59:13 sendUrl INFO 3 [515] R:OK -2015-03-12 06:00:03 queue INFO >>3 [516] -2015-03-12 06:00:03 sendUrl INFO 3 [516] R:OK -2015-03-12 06:00:53 queue INFO >>3 [517] -2015-03-12 06:00:54 sendUrl INFO 3 [517] R:OK -2015-03-12 06:01:43 queue INFO >>3 [518] -2015-03-12 06:01:43 sendUrl INFO 3 [518] R:OK -2015-03-12 06:02:33 queue INFO >>3 [519] -2015-03-12 06:02:34 sendUrl INFO 3 [519] R:OK -2015-03-12 06:03:24 queue INFO >>3 [520] -2015-03-12 06:03:24 sendUrl INFO 3 [520] R:OK -2015-03-12 06:04:14 queue INFO >>3 [521] -2015-03-12 06:04:14 sendUrl INFO 3 [521] R:OK -2015-03-12 06:05:04 queue INFO >>3 [522] -2015-03-12 06:05:04 sendUrl INFO 3 [522] R:OK -2015-03-12 06:05:43 queue INFO 7 [523] -2015-03-12 06:05:43 sendUrl INFO 7 [523] R:OK -2015-03-12 06:05:43 queue INFO >7 [524] -2015-03-12 06:05:44 sendUrl INFO 7 [524] R:OK -2015-03-12 06:05:45 queue INFO 3 [525] -2015-03-12 06:05:45 queue INFO >3 [526] -2015-03-12 06:05:45 sendUrl INFO 3 [525] R:OK -2015-03-12 06:05:46 sendUrl INFO 3 [526] R:OK -2015-03-12 06:06:35 queue INFO >>3 [527] -2015-03-12 06:06:35 sendUrl INFO 3 [527] R:OK -2015-03-12 06:07:25 queue INFO >>3 [528] -2015-03-12 06:07:25 sendUrl INFO 3 [528] R:OK -2015-03-12 06:08:15 queue INFO >>3 [529] -2015-03-12 06:08:16 sendUrl INFO 3 [529] R:OK -2015-03-12 06:09:05 queue INFO >>3 [530] -2015-03-12 06:09:05 sendUrl INFO 3 [530] R:OK -2015-03-12 06:09:55 queue INFO >>3 [531] -2015-03-12 06:09:56 sendUrl INFO 3 [531] R:OK -2015-03-12 06:10:45 queue INFO >>3 [532] -2015-03-12 06:10:46 sendUrl INFO 3 [532] R:OK -2015-03-12 06:11:36 queue INFO >>3 [533] -2015-03-12 06:11:36 sendUrl INFO 3 [533] R:OK -2015-03-12 06:12:26 queue INFO >>3 [534] -2015-03-12 06:12:26 sendUrl INFO 3 [534] R:OK -2015-03-12 06:13:16 queue INFO >>3 [535] -2015-03-12 06:13:16 sendUrl INFO 3 [535] R:OK -2015-03-12 06:13:55 queue INFO 7 [536] -2015-03-12 06:13:55 queue INFO >7 [537] -2015-03-12 06:13:56 sendUrl INFO 7 [536] R:OK -2015-03-12 06:13:56 sendUrl INFO 7 [537] R:OK -2015-03-12 06:13:57 queue INFO 3 [538] -2015-03-12 06:13:57 queue INFO >3 [539] -2015-03-12 06:13:57 sendUrl INFO 3 [538] R:OK -2015-03-12 06:13:58 sendUrl INFO 3 [539] R:OK -2015-03-12 06:14:47 queue INFO >>3 [540] -2015-03-12 06:14:47 sendUrl INFO 3 [540] R:OK -2015-03-12 06:15:37 queue INFO >>3 [541] -2015-03-12 06:15:37 sendUrl INFO 3 [541] R:OK -2015-03-12 06:16:27 queue INFO >>3 [542] -2015-03-12 06:16:28 sendUrl INFO 3 [542] R:OK -2015-03-12 06:17:17 queue INFO >>3 [543] -2015-03-12 06:17:18 sendUrl INFO 3 [543] R:OK -2015-03-12 06:18:08 queue INFO >>3 [544] -2015-03-12 06:18:08 sendUrl INFO 3 [544] R:OK -2015-03-12 06:18:58 queue INFO >>3 [545] -2015-03-12 06:18:58 sendUrl INFO 3 [545] R:OK -2015-03-12 06:19:48 queue INFO >>3 [546] -2015-03-12 06:19:48 sendUrl INFO 3 [546] R:OK -2015-03-12 06:20:38 queue INFO >>3 [547] -2015-03-12 06:20:38 sendUrl INFO 3 [547] R:OK -2015-03-12 06:21:28 queue INFO >>3 [548] -2015-03-12 06:21:29 sendUrl INFO 3 [548] R:OK -2015-03-12 06:22:07 queue INFO 7 [549] -2015-03-12 06:22:07 queue INFO >7 [550] -2015-03-12 06:22:08 sendUrl INFO 7 [549] R:OK -2015-03-12 06:22:08 sendUrl INFO 7 [550] R:OK -2015-03-12 06:22:09 queue INFO 3 [551] -2015-03-12 06:22:09 queue INFO >3 [552] -2015-03-12 06:22:09 sendUrl INFO 3 [551] R:OK -2015-03-12 06:22:10 sendUrl INFO 3 [552] R:OK -2015-03-12 06:22:59 queue INFO >>3 [553] -2015-03-12 06:22:59 sendUrl INFO 3 [553] R:OK -2015-03-12 06:23:49 queue INFO >>3 [554] -2015-03-12 06:23:49 sendUrl INFO 3 [554] R:OK -2015-03-12 06:24:39 queue INFO >>3 [555] -2015-03-12 06:24:40 sendUrl INFO 3 [555] R:OK -2015-03-12 06:25:29 queue INFO >>3 [556] -2015-03-12 06:25:29 sendUrl INFO 3 [556] R:OK -2015-03-12 06:26:19 queue INFO >>3 [557] -2015-03-12 06:26:20 sendUrl INFO 3 [557] R:OK -2015-03-12 06:27:09 queue INFO >>3 [558] -2015-03-12 06:27:10 sendUrl INFO 3 [558] R:OK -2015-03-12 06:28:00 queue INFO >>3 [559] -2015-03-12 06:28:00 sendUrl INFO 3 [559] R:OK -2015-03-12 06:28:50 queue INFO >>3 [560] -2015-03-12 06:28:50 sendUrl INFO 3 [560] R:OK -2015-03-12 06:29:40 queue INFO >>3 [561] -2015-03-12 06:29:40 sendUrl INFO 3 [561] R:OK -2015-03-12 06:30:18 queue INFO 7 [562] -2015-03-12 06:30:18 queue INFO >7 [563] -2015-03-12 06:30:19 sendUrl INFO 7 [562] R:OK -2015-03-12 06:30:19 sendUrl INFO 7 [563] R:OK -2015-03-12 06:30:20 queue INFO 3 [564] -2015-03-12 06:30:20 queue INFO >3 [565] -2015-03-12 06:30:20 sendUrl INFO 3 [564] R:OK -2015-03-12 06:30:21 sendUrl INFO 3 [565] R:OK -2015-03-12 06:31:10 queue INFO >>3 [566] -2015-03-12 06:31:10 sendUrl INFO 3 [566] R:OK -2015-03-12 06:32:00 queue INFO >>3 [567] -2015-03-12 06:32:00 sendUrl INFO 3 [567] R:OK -2015-03-12 06:32:50 queue INFO >>3 [568] -2015-03-12 06:32:51 sendUrl INFO 3 [568] R:OK -2015-03-12 06:33:41 queue INFO >>3 [569] -2015-03-12 06:33:41 sendUrl INFO 3 [569] R:OK -2015-03-12 06:34:31 queue INFO >>3 [570] -2015-03-12 06:34:31 sendUrl INFO 3 [570] R:OK -2015-03-12 06:35:21 queue INFO >>3 [571] -2015-03-12 06:35:21 sendUrl INFO 3 [571] R:OK -2015-03-12 06:36:11 queue INFO >>3 [572] -2015-03-12 06:36:11 sendUrl INFO 3 [572] R:OK -2015-03-12 06:37:01 queue INFO >>3 [573] -2015-03-12 06:37:01 sendUrl INFO 3 [573] R:OK -2015-03-12 06:37:51 queue INFO >>3 [574] -2015-03-12 06:37:51 sendUrl INFO 3 [574] R:OK -2015-03-12 06:38:31 queue INFO 7 [575] -2015-03-12 06:38:31 queue INFO >7 [576] -2015-03-12 06:38:31 sendUrl INFO 7 [575] R:OK -2015-03-12 06:38:32 sendUrl INFO 7 [576] R:OK -2015-03-12 06:38:32 queue INFO 3 [577] -2015-03-12 06:38:33 sendUrl INFO 3 [577] R:OK -2015-03-12 06:38:33 queue INFO >3 [578] -2015-03-12 06:38:33 sendUrl INFO 3 [578] R:OK -2015-03-12 06:39:23 queue INFO >>3 [579] -2015-03-12 06:39:23 sendUrl INFO 3 [579] R:OK -2015-03-12 06:40:13 queue INFO >>3 [580] -2015-03-12 06:40:13 sendUrl INFO 3 [580] R:OK -2015-03-12 06:41:03 queue INFO >>3 [581] -2015-03-12 06:41:03 sendUrl INFO 3 [581] R:OK -2015-03-12 06:41:53 queue INFO >>3 [582] -2015-03-12 06:41:53 sendUrl INFO 3 [582] R:OK -2015-03-12 06:42:43 queue INFO >>3 [583] -2015-03-12 06:42:44 sendUrl INFO 3 [583] R:OK -2015-03-12 06:43:33 queue INFO >>3 [584] -2015-03-12 06:43:34 sendUrl INFO 3 [584] R:OK -2015-03-12 06:44:23 queue INFO >>3 [585] -2015-03-12 06:44:24 sendUrl INFO 3 [585] R:OK -2015-03-12 06:45:14 queue INFO >>3 [586] -2015-03-12 06:45:14 sendUrl INFO 3 [586] R:OK -2015-03-12 06:46:04 queue INFO >>3 [587] -2015-03-12 06:46:04 sendUrl INFO 3 [587] R:OK -2015-03-12 06:46:42 queue INFO 7 [588] -2015-03-12 06:46:43 queue INFO >7 [589] -2015-03-12 06:46:43 sendUrl INFO 7 [588] R:OK -2015-03-12 06:46:43 sendUrl INFO 7 [589] R:OK -2015-03-12 06:46:44 queue INFO 3 [590] -2015-03-12 06:46:44 queue INFO >3 [591] -2015-03-12 06:46:44 sendUrl INFO 3 [590] R:OK -2015-03-12 06:46:45 sendUrl INFO 3 [591] R:OK -2015-03-12 06:47:34 queue INFO >>3 [592] -2015-03-12 06:47:35 sendUrl INFO 3 [592] R:OK -2015-03-12 06:48:24 queue INFO >>3 [593] -2015-03-12 06:48:24 sendUrl INFO 3 [593] R:OK -2015-03-12 06:49:14 queue INFO >>3 [594] -2015-03-12 06:49:15 sendUrl INFO 3 [594] R:OK -2015-03-12 06:50:05 queue INFO >>3 [595] -2015-03-12 06:50:05 sendUrl INFO 3 [595] R:OK -2015-03-12 06:50:55 queue INFO >>3 [596] -2015-03-12 06:50:55 sendUrl INFO 3 [596] R:OK -2015-03-12 06:51:45 queue INFO >>3 [597] -2015-03-12 06:51:45 sendUrl INFO 3 [597] R:OK -2015-03-12 06:52:35 queue INFO >>3 [598] -2015-03-12 06:52:35 sendUrl INFO 3 [598] R:OK -2015-03-12 06:53:25 queue INFO >>3 [599] -2015-03-12 06:53:26 sendUrl INFO 3 [599] R:OK -2015-03-12 06:54:15 queue INFO >>3 [600] -2015-03-12 06:54:16 sendUrl INFO 3 [600] R:OK -2015-03-12 06:54:55 queue INFO 7 [601] -2015-03-12 06:54:55 queue INFO >7 [602] -2015-03-12 06:54:55 sendUrl INFO 7 [601] R:OK -2015-03-12 06:54:56 sendUrl INFO 7 [602] R:OK -2015-03-12 06:54:56 queue INFO 3 [603] -2015-03-12 06:54:56 queue INFO >3 [604] -2015-03-12 06:54:57 sendUrl INFO 3 [603] R:OK -2015-03-12 06:54:57 sendUrl INFO 3 [604] R:OK -2015-03-12 06:55:46 queue INFO >>3 [605] -2015-03-12 06:55:46 sendUrl INFO 3 [605] R:OK -2015-03-12 06:56:37 queue INFO >>3 [606] -2015-03-12 06:56:37 sendUrl INFO 3 [606] R:OK -2015-03-12 06:57:27 queue INFO >>3 [607] -2015-03-12 06:57:27 sendUrl INFO 3 [607] R:OK -2015-03-12 06:58:17 queue INFO >>3 [608] -2015-03-12 06:58:17 sendUrl INFO 3 [608] R:OK -2015-03-12 06:59:07 queue INFO >>3 [609] -2015-03-12 06:59:07 sendUrl INFO 3 [609] R:OK -2015-03-12 06:59:57 queue INFO >>3 [610] -2015-03-12 06:59:58 sendUrl INFO 3 [610] R:OK -2015-03-12 07:00:47 queue INFO >>3 [611] -2015-03-12 07:00:48 sendUrl INFO 3 [611] R:OK -2015-03-12 07:01:37 queue INFO >>3 [612] -2015-03-12 07:01:38 sendUrl INFO 3 [612] R:OK -2015-03-12 07:02:28 queue INFO >>3 [613] -2015-03-12 07:02:28 sendUrl INFO 3 [613] R:OK -2015-03-12 07:03:07 queue INFO 7 [614] -2015-03-12 07:03:07 sendUrl INFO 7 [614] R:OK -2015-03-12 07:03:07 queue INFO >7 [615] -2015-03-12 07:03:08 sendUrl INFO 7 [615] R:OK -2015-03-12 07:03:09 queue INFO 3 [616] -2015-03-12 07:03:09 queue INFO >3 [617] -2015-03-12 07:03:09 sendUrl INFO 3 [616] R:OK -2015-03-12 07:03:10 sendUrl INFO 3 [617] R:OK -2015-03-12 07:03:59 queue INFO >>3 [618] -2015-03-12 07:03:59 sendUrl INFO 3 [618] R:OK -2015-03-12 07:04:49 queue INFO >>3 [619] -2015-03-12 07:04:49 sendUrl INFO 3 [619] R:OK -2015-03-12 07:05:39 queue INFO >>3 [620] -2015-03-12 07:05:39 sendUrl INFO 3 [620] R:OK -2015-03-12 07:06:29 queue INFO >>3 [621] -2015-03-12 07:06:29 sendUrl INFO 3 [621] R:OK -2015-03-12 07:07:19 queue INFO >>3 [622] -2015-03-12 07:07:20 sendUrl INFO 3 [622] R:OK -2015-03-12 07:08:09 queue INFO >>3 [623] -2015-03-12 07:08:10 sendUrl INFO 3 [623] R:OK -2015-03-12 07:09:00 queue INFO >>3 [624] -2015-03-12 07:09:00 sendUrl INFO 3 [624] R:OK -2015-03-12 07:09:50 queue INFO >>3 [625] -2015-03-12 07:09:50 sendUrl INFO 3 [625] R:OK -2015-03-12 07:10:40 queue INFO >>3 [626] -2015-03-12 07:10:40 sendUrl INFO 3 [626] R:OK -2015-03-12 07:11:19 queue INFO 7 [627] -2015-03-12 07:11:19 queue INFO >7 [628] -2015-03-12 07:11:19 sendUrl INFO 7 [627] R:OK -2015-03-12 07:11:19 sendUrl INFO 7 [628] R:OK -2015-03-12 07:11:20 queue INFO 3 [629] -2015-03-12 07:11:20 queue INFO >3 [630] -2015-03-12 07:11:20 sendUrl INFO 3 [629] R:OK -2015-03-12 07:11:21 sendUrl INFO 3 [630] R:OK -2015-03-12 07:12:10 queue INFO >>3 [631] -2015-03-12 07:12:11 sendUrl INFO 3 [631] R:OK -2015-03-12 07:13:00 queue INFO >>3 [632] -2015-03-12 07:13:00 sendUrl INFO 3 [632] R:OK -2015-03-12 07:13:50 queue INFO >>3 [633] -2015-03-12 07:13:51 sendUrl INFO 3 [633] R:OK -2015-03-12 07:14:41 queue INFO >>3 [634] -2015-03-12 07:14:41 sendUrl INFO 3 [634] R:OK -2015-03-12 07:15:31 queue INFO >>3 [635] -2015-03-12 07:15:31 sendUrl INFO 3 [635] R:OK -2015-03-12 07:16:21 queue INFO >>3 [636] -2015-03-12 07:16:21 sendUrl INFO 3 [636] R:OK -2015-03-12 07:17:11 queue INFO >>3 [637] -2015-03-12 07:17:12 sendUrl INFO 3 [637] R:OK -2015-03-12 07:18:01 queue INFO >>3 [638] -2015-03-12 07:18:01 sendUrl INFO 3 [638] R:OK -2015-03-12 07:18:51 queue INFO >>3 [639] -2015-03-12 07:18:52 sendUrl INFO 3 [639] R:OK -2015-03-12 07:19:30 queue INFO 7 [640] -2015-03-12 07:19:30 sendUrl INFO 7 [640] R:OK -2015-03-12 07:19:30 queue INFO >7 [641] -2015-03-12 07:19:31 sendUrl INFO 7 [641] R:OK -2015-03-12 07:19:32 queue INFO 3 [642] -2015-03-12 07:19:32 queue INFO >3 [643] -2015-03-12 07:19:32 sendUrl INFO 3 [642] R:OK -2015-03-12 07:19:33 sendUrl INFO 3 [643] R:OK -2015-03-12 07:20:22 queue INFO >>3 [644] -2015-03-12 07:20:22 sendUrl INFO 3 [644] R:OK -2015-03-12 07:21:12 queue INFO >>3 [645] -2015-03-12 07:21:12 sendUrl INFO 3 [645] R:OK -2015-03-12 07:22:02 queue INFO >>3 [646] -2015-03-12 07:22:02 sendUrl INFO 3 [646] R:OK -2015-03-12 07:22:52 queue INFO >>3 [647] -2015-03-12 07:22:52 sendUrl INFO 3 [647] R:OK -2015-03-12 07:23:42 queue INFO >>3 [648] -2015-03-12 07:23:43 sendUrl INFO 3 [648] R:OK -2015-03-12 07:24:32 queue INFO >>3 [649] -2015-03-12 07:24:33 sendUrl INFO 3 [649] R:OK -2015-03-12 07:25:23 queue INFO >>3 [650] -2015-03-12 07:25:23 sendUrl INFO 3 [650] R:OK -2015-03-12 07:26:13 queue INFO >>3 [651] -2015-03-12 07:26:13 sendUrl INFO 3 [651] R:OK -2015-03-12 07:27:03 queue INFO >>3 [652] -2015-03-12 07:27:03 sendUrl INFO 3 [652] R:OK -2015-03-12 07:27:42 queue INFO 7 [653] -2015-03-12 07:27:43 queue INFO >7 [654] -2015-03-12 07:27:43 sendUrl INFO 7 [653] R:OK -2015-03-12 07:27:43 sendUrl INFO 7 [654] R:OK -2015-03-12 07:27:44 queue INFO 3 [655] -2015-03-12 07:27:44 queue INFO >3 [656] -2015-03-12 07:27:44 sendUrl INFO 3 [655] R:OK -2015-03-12 07:27:45 sendUrl INFO 3 [656] R:OK -2015-03-12 07:28:34 queue INFO >>3 [657] -2015-03-12 07:28:35 sendUrl INFO 3 [657] R:OK -2015-03-12 07:29:24 queue INFO >>3 [658] -2015-03-12 07:29:25 sendUrl INFO 3 [658] R:OK -2015-03-12 07:30:14 queue INFO >>3 [659] -2015-03-12 07:30:15 sendUrl INFO 3 [659] R:OK -2015-03-12 07:31:05 queue INFO >>3 [660] -2015-03-12 07:31:05 sendUrl INFO 3 [660] R:OK -2015-03-12 07:31:55 queue INFO >>3 [661] -2015-03-12 07:31:55 sendUrl INFO 3 [661] R:OK -2015-03-12 07:32:45 queue INFO >>3 [662] -2015-03-12 07:32:45 sendUrl INFO 3 [662] R:OK -2015-03-12 07:33:35 queue INFO >>3 [663] -2015-03-12 07:33:35 sendUrl INFO 3 [663] R:OK -2015-03-12 07:34:25 queue INFO >>3 [664] -2015-03-12 07:34:26 sendUrl INFO 3 [664] R:OK -2015-03-12 07:35:15 queue INFO >>3 [665] -2015-03-12 07:35:16 sendUrl INFO 3 [665] R:OK -2015-03-12 07:35:54 queue INFO 7 [666] -2015-03-12 07:35:54 queue INFO >7 [667] -2015-03-12 07:35:55 sendUrl INFO 7 [666] R:OK -2015-03-12 07:35:55 sendUrl INFO 7 [667] R:OK -2015-03-12 07:35:56 queue INFO 3 [668] -2015-03-12 07:35:56 queue INFO >3 [669] -2015-03-12 07:35:56 sendUrl INFO 3 [668] R:OK -2015-03-12 07:35:57 sendUrl INFO 3 [669] R:OK -2015-03-12 07:36:46 queue INFO >>3 [670] -2015-03-12 07:36:46 sendUrl INFO 3 [670] R:OK -2015-03-12 07:37:36 queue INFO >>3 [671] -2015-03-12 07:37:36 sendUrl INFO 3 [671] R:OK -2015-03-12 07:38:26 queue INFO >>3 [672] -2015-03-12 07:38:27 sendUrl INFO 3 [672] R:OK -2015-03-12 07:39:16 queue INFO >>3 [673] -2015-03-12 07:39:16 sendUrl INFO 3 [673] R:OK -2015-03-12 07:40:06 queue INFO >>3 [674] -2015-03-12 07:40:07 sendUrl INFO 3 [674] R:OK -2015-03-12 07:40:57 queue INFO >>3 [675] -2015-03-12 07:40:57 sendUrl INFO 3 [675] R:OK -2015-03-12 07:41:47 queue INFO >>3 [676] -2015-03-12 07:41:47 sendUrl INFO 3 [676] R:OK -2015-03-12 07:42:37 queue INFO >>3 [677] -2015-03-12 07:42:37 sendUrl INFO 3 [677] R:OK -2015-03-12 07:43:27 queue INFO >>3 [678] -2015-03-12 07:43:28 sendUrl INFO 3 [678] R:OK -2015-03-12 07:44:06 queue INFO 7 [679] -2015-03-12 07:44:06 sendUrl INFO 7 [679] R:OK -2015-03-12 07:44:06 queue INFO >7 [680] -2015-03-12 07:44:07 sendUrl INFO 7 [680] R:OK -2015-03-12 07:44:08 queue INFO 3 [681] -2015-03-12 07:44:08 queue INFO >3 [682] -2015-03-12 07:44:08 sendUrl INFO 3 [681] R:OK -2015-03-12 07:44:09 sendUrl INFO 3 [682] R:OK -2015-03-12 07:44:58 queue INFO >>3 [683] -2015-03-12 07:44:58 sendUrl INFO 3 [683] R:OK -2015-03-12 07:45:48 queue INFO >>3 [684] -2015-03-12 07:45:49 sendUrl INFO 3 [684] R:OK -2015-03-12 07:46:38 queue INFO >>3 [685] -2015-03-12 07:46:38 sendUrl INFO 3 [685] R:OK -2015-03-12 07:47:28 queue INFO >>3 [686] -2015-03-12 07:47:29 sendUrl INFO 3 [686] R:OK -2015-03-12 07:48:19 queue INFO >>3 [687] -2015-03-12 07:48:19 sendUrl INFO 3 [687] R:OK -2015-03-12 07:49:09 queue INFO >>3 [688] -2015-03-12 07:49:09 sendUrl INFO 3 [688] R:OK -2015-03-12 07:49:59 queue INFO >>3 [689] -2015-03-12 07:49:59 sendUrl INFO 3 [689] R:OK -2015-03-12 07:50:49 queue INFO >>3 [690] -2015-03-12 07:50:50 sendUrl INFO 3 [690] R:OK -2015-03-12 07:51:39 queue INFO >>3 [691] -2015-03-12 07:51:39 sendUrl INFO 3 [691] R:OK -2015-03-12 07:52:19 queue INFO 7 [692] -2015-03-12 07:52:19 sendUrl INFO 7 [692] R:OK -2015-03-12 07:52:19 queue INFO >7 [693] -2015-03-12 07:52:19 sendUrl INFO 7 [693] R:OK -2015-03-12 07:52:20 queue INFO 3 [694] -2015-03-12 07:52:20 queue INFO >3 [695] -2015-03-12 07:52:21 sendUrl INFO 3 [694] R:OK -2015-03-12 07:52:21 sendUrl INFO 3 [695] R:OK -2015-03-12 07:53:10 queue INFO >>3 [696] -2015-03-12 07:53:10 sendUrl INFO 3 [696] R:OK -2015-03-12 07:54:00 queue INFO >>3 [697] -2015-03-12 07:54:01 sendUrl INFO 3 [697] R:OK -2015-03-12 07:54:51 queue INFO >>3 [698] -2015-03-12 07:54:51 sendUrl INFO 3 [698] R:OK -2015-03-12 07:55:41 queue INFO >>3 [699] -2015-03-12 07:55:41 sendUrl INFO 3 [699] R:OK -2015-03-12 07:56:31 queue INFO >>3 [700] -2015-03-12 07:56:31 sendUrl INFO 3 [700] R:OK -2015-03-12 07:57:21 queue INFO >>3 [701] -2015-03-12 07:57:21 sendUrl INFO 3 [701] R:OK -2015-03-12 07:58:11 queue INFO >>3 [702] -2015-03-12 07:58:11 sendUrl INFO 3 [702] R:OK -2015-03-12 07:59:01 queue INFO >>3 [703] -2015-03-12 07:59:02 sendUrl INFO 3 [703] R:OK -2015-03-12 07:59:51 queue INFO >>3 [704] -2015-03-12 07:59:52 sendUrl INFO 3 [704] R:OK -2015-03-12 08:00:30 queue INFO 7 [705] -2015-03-12 08:00:30 queue INFO >7 [706] -2015-03-12 08:00:30 sendUrl INFO 7 [705] R:OK -2015-03-12 08:00:31 sendUrl INFO 7 [706] R:OK -2015-03-12 08:00:32 queue INFO 3 [707] -2015-03-12 08:00:32 queue INFO >3 [708] -2015-03-12 08:00:32 sendUrl INFO 3 [707] R:OK -2015-03-12 08:00:32 sendUrl INFO 3 [708] R:OK -2015-03-12 08:01:22 queue INFO >>3 [709] -2015-03-12 08:01:22 sendUrl INFO 3 [709] R:OK -2015-03-12 08:02:12 queue INFO >>3 [710] -2015-03-12 08:02:12 sendUrl INFO 3 [710] R:OK -2015-03-12 08:03:02 queue INFO >>3 [711] -2015-03-12 08:03:02 sendUrl INFO 3 [711] R:OK -2015-03-12 08:03:52 queue INFO >>3 [712] -2015-03-12 08:03:53 sendUrl INFO 3 [712] R:OK -2015-03-12 08:04:42 queue INFO >>3 [713] -2015-03-12 08:04:43 sendUrl INFO 3 [713] R:OK -2015-03-12 08:05:32 queue INFO >>3 [714] -2015-03-12 08:05:33 sendUrl INFO 3 [714] R:OK -2015-03-12 08:06:23 queue INFO >>3 [715] -2015-03-12 08:06:23 sendUrl INFO 3 [715] R:OK -2015-03-12 08:07:13 queue INFO >>3 [716] -2015-03-12 08:07:13 sendUrl INFO 3 [716] R:OK -2015-03-12 08:08:03 queue INFO >>3 [717] -2015-03-12 08:08:03 sendUrl INFO 3 [717] R:OK -2015-03-12 08:08:42 queue INFO 7 [718] -2015-03-12 08:08:42 sendUrl INFO 7 [718] R:OK -2015-03-12 08:08:42 queue INFO >7 [719] -2015-03-12 08:08:42 sendUrl INFO 7 [719] R:OK -2015-03-12 08:08:43 queue INFO 3 [720] -2015-03-12 08:08:43 queue INFO >3 [721] -2015-03-12 08:08:44 sendUrl INFO 3 [720] R:OK -2015-03-12 08:08:44 sendUrl INFO 3 [721] R:OK -2015-03-12 08:09:33 queue INFO >>3 [722] -2015-03-12 08:09:33 sendUrl INFO 3 [722] R:OK -2015-03-12 08:10:23 queue INFO >>3 [723] -2015-03-12 08:10:24 sendUrl INFO 3 [723] R:OK -2015-03-12 08:11:14 queue INFO >>3 [724] -2015-03-12 08:11:14 sendUrl INFO 3 [724] R:OK -2015-03-12 08:12:04 queue INFO >>3 [725] -2015-03-12 08:12:04 sendUrl INFO 3 [725] R:OK -2015-03-12 08:12:54 queue INFO >>3 [726] -2015-03-12 08:12:54 sendUrl INFO 3 [726] R:OK -2015-03-12 08:13:44 queue INFO >>3 [727] -2015-03-12 08:13:44 sendUrl INFO 3 [727] R:OK -2015-03-12 08:14:34 queue INFO >>3 [728] -2015-03-12 08:14:34 sendUrl INFO 3 [728] R:OK -2015-03-12 08:15:24 queue INFO >>3 [729] -2015-03-12 08:15:25 sendUrl INFO 3 [729] R:OK -2015-03-12 08:16:15 queue INFO >>3 [730] -2015-03-12 08:16:15 sendUrl INFO 3 [730] R:OK -2015-03-12 08:16:54 queue INFO 7 [731] -2015-03-12 08:16:54 queue INFO >7 [732] -2015-03-12 08:16:54 sendUrl INFO 7 [731] R:OK -2015-03-12 08:16:55 sendUrl INFO 7 [732] R:OK -2015-03-12 08:16:56 queue INFO 3 [733] -2015-03-12 08:16:56 queue INFO >3 [734] -2015-03-12 08:16:56 sendUrl INFO 3 [733] R:OK -2015-03-12 08:16:56 sendUrl INFO 3 [734] R:OK -2015-03-12 08:17:46 queue INFO >>3 [735] -2015-03-12 08:17:46 sendUrl INFO 3 [735] R:OK -2015-03-12 08:18:36 queue INFO >>3 [736] -2015-03-12 08:18:36 sendUrl INFO 3 [736] R:OK -2015-03-12 08:19:26 queue INFO >>3 [737] -2015-03-12 08:19:26 sendUrl INFO 3 [737] R:OK -2015-03-12 08:20:16 queue INFO >>3 [738] -2015-03-12 08:20:17 sendUrl INFO 3 [738] R:OK -2015-03-12 08:21:06 queue INFO >>3 [739] -2015-03-12 08:21:07 sendUrl INFO 3 [739] R:OK -2015-03-12 08:21:57 queue INFO >>3 [740] -2015-03-12 08:21:57 sendUrl INFO 3 [740] R:OK -2015-03-12 08:22:47 queue INFO >>3 [741] -2015-03-12 08:22:47 sendUrl INFO 3 [741] R:OK -2015-03-12 08:23:37 queue INFO >>3 [742] -2015-03-12 08:23:37 sendUrl INFO 3 [742] R:OK -2015-03-12 08:24:27 queue INFO >>3 [743] -2015-03-12 08:24:27 sendUrl INFO 3 [743] R:OK -2015-03-12 08:25:06 queue INFO 7 [744] -2015-03-12 08:25:06 queue INFO >7 [745] -2015-03-12 08:25:06 sendUrl INFO 7 [744] R:OK -2015-03-12 08:25:07 sendUrl INFO 7 [745] R:OK -2015-03-12 08:25:07 queue INFO 3 [746] -2015-03-12 08:25:07 queue INFO >3 [747] -2015-03-12 08:25:08 sendUrl INFO 3 [746] R:OK -2015-03-12 08:25:08 sendUrl INFO 3 [747] R:OK -2015-03-12 08:25:57 queue INFO >>3 [748] -2015-03-12 08:25:58 sendUrl INFO 3 [748] R:OK -2015-03-12 08:26:47 queue INFO >>3 [749] -2015-03-12 08:26:48 sendUrl INFO 3 [749] R:OK -2015-03-12 08:27:38 queue INFO >>3 [750] -2015-03-12 08:27:38 sendUrl INFO 3 [750] R:OK -2015-03-12 08:28:28 queue INFO >>3 [751] -2015-03-12 08:28:28 sendUrl INFO 3 [751] R:OK -2015-03-12 08:29:18 queue INFO >>3 [752] -2015-03-12 08:29:18 sendUrl INFO 3 [752] R:OK -2015-03-12 08:30:08 queue INFO >>3 [753] -2015-03-12 08:30:08 sendUrl INFO 3 [753] R:OK -2015-03-12 08:30:58 queue INFO >>3 [754] -2015-03-12 08:30:58 sendUrl INFO 3 [754] R:OK -2015-03-12 08:31:48 queue INFO >>3 [755] -2015-03-12 08:31:49 sendUrl INFO 3 [755] R:OK -2015-03-12 08:32:39 queue INFO >>3 [756] -2015-03-12 08:32:39 sendUrl INFO 3 [756] R:OK -2015-03-12 08:33:19 queue INFO 7 [757] -2015-03-12 08:33:20 queue INFO >7 [758] -2015-03-12 08:33:20 sendUrl INFO 7 [757] R:OK -2015-03-12 08:33:20 sendUrl INFO 7 [758] R:OK -2015-03-12 08:33:21 queue INFO 3 [759] -2015-03-12 08:33:21 queue INFO >3 [760] -2015-03-12 08:33:21 sendUrl INFO 3 [759] R:OK -2015-03-12 08:33:22 sendUrl INFO 3 [760] R:OK -2015-03-12 08:34:11 queue INFO >>3 [761] -2015-03-12 08:34:12 sendUrl INFO 3 [761] R:OK -2015-03-12 08:35:01 queue INFO >>3 [762] -2015-03-12 08:35:02 sendUrl INFO 3 [762] R:OK -2015-03-12 08:35:52 queue INFO >>3 [763] -2015-03-12 08:35:52 sendUrl INFO 3 [763] R:OK -2015-03-12 08:36:42 queue INFO >>3 [764] -2015-03-12 08:36:42 sendUrl INFO 3 [764] R:OK -2015-03-12 08:37:32 queue INFO >>3 [765] -2015-03-12 08:37:32 sendUrl INFO 3 [765] R:OK -2015-03-12 08:38:22 queue INFO >>3 [766] -2015-03-12 08:38:22 sendUrl INFO 3 [766] R:OK -2015-03-12 08:39:12 queue INFO >>3 [767] -2015-03-12 08:39:12 sendUrl INFO 3 [767] R:OK -2015-03-12 08:40:02 queue INFO >>3 [768] -2015-03-12 08:40:03 sendUrl INFO 3 [768] R:OK -2015-03-12 08:40:52 queue INFO >>3 [769] -2015-03-12 08:40:53 sendUrl INFO 3 [769] R:OK -2015-03-12 08:41:32 queue INFO 7 [770] -2015-03-12 08:41:32 queue INFO >7 [771] -2015-03-12 08:41:32 sendUrl INFO 7 [770] R:OK -2015-03-12 08:41:33 sendUrl INFO 7 [771] R:OK -2015-03-12 08:41:34 queue INFO 3 [772] -2015-03-12 08:41:34 sendUrl INFO 3 [772] R:OK -2015-03-12 08:41:34 queue INFO >3 [773] -2015-03-12 08:41:34 sendUrl INFO 3 [773] R:OK -2015-03-12 08:42:24 queue INFO >>3 [774] -2015-03-12 08:42:24 sendUrl INFO 3 [774] R:OK -2015-03-12 08:43:14 queue INFO >>3 [775] -2015-03-12 08:43:14 sendUrl INFO 3 [775] R:OK -2015-03-12 08:44:04 queue INFO >>3 [776] -2015-03-12 08:44:04 sendUrl INFO 3 [776] R:OK -2015-03-12 08:44:54 queue INFO >>3 [777] -2015-03-12 08:44:55 sendUrl INFO 3 [777] R:OK -2015-03-12 08:45:44 queue INFO >>3 [778] -2015-03-12 08:45:45 sendUrl INFO 3 [778] R:OK -2015-03-12 08:46:34 queue INFO >>3 [779] -2015-03-12 08:46:35 sendUrl INFO 3 [779] R:OK -2015-03-12 08:47:25 queue INFO >>3 [780] -2015-03-12 08:47:25 sendUrl INFO 3 [780] R:OK -2015-03-12 08:48:15 queue INFO >>3 [781] -2015-03-12 08:48:15 sendUrl INFO 3 [781] R:OK -2015-03-12 08:49:05 queue INFO >>3 [782] -2015-03-12 08:49:05 sendUrl INFO 3 [782] R:OK -2015-03-12 08:49:43 queue INFO 7 [783] -2015-03-12 08:49:44 queue INFO >7 [784] -2015-03-12 08:49:44 sendUrl INFO 7 [783] R:OK -2015-03-12 08:49:44 sendUrl INFO 7 [784] R:OK -2015-03-12 08:49:45 queue INFO 3 [785] -2015-03-12 08:49:45 queue INFO >3 [786] -2015-03-12 08:49:45 sendUrl INFO 3 [785] R:OK -2015-03-12 08:49:46 sendUrl INFO 3 [786] R:OK -2015-03-12 08:50:35 queue INFO >>3 [787] -2015-03-12 08:50:35 sendUrl INFO 3 [787] R:OK -2015-03-12 08:51:25 queue INFO >>3 [788] -2015-03-12 08:51:26 sendUrl INFO 3 [788] R:OK -2015-03-12 08:52:16 queue INFO >>3 [789] -2015-03-12 08:52:16 sendUrl INFO 3 [789] R:OK -2015-03-12 08:53:06 queue INFO >>3 [790] -2015-03-12 08:53:06 sendUrl INFO 3 [790] R:OK -2015-03-12 08:53:56 queue INFO >>3 [791] -2015-03-12 08:53:56 sendUrl INFO 3 [791] R:OK -2015-03-12 08:54:46 queue INFO >>3 [792] -2015-03-12 08:54:46 sendUrl INFO 3 [792] R:OK -2015-03-12 08:55:36 queue INFO >>3 [793] -2015-03-12 08:55:36 sendUrl INFO 3 [793] R:OK -2015-03-12 08:56:26 queue INFO >>3 [794] -2015-03-12 08:56:27 sendUrl INFO 3 [794] R:OK -2015-03-12 08:57:16 queue INFO >>3 [795] -2015-03-12 08:57:17 sendUrl INFO 3 [795] R:OK -2015-03-12 08:57:55 queue INFO 7 [796] -2015-03-12 08:57:55 queue INFO >7 [797] -2015-03-12 08:57:55 sendUrl INFO 7 [796] R:OK -2015-03-12 08:57:56 sendUrl INFO 7 [797] R:OK -2015-03-12 08:57:57 queue INFO 3 [798] -2015-03-12 08:57:57 sendUrl INFO 3 [798] R:OK -2015-03-12 08:57:57 queue INFO >3 [799] -2015-03-12 08:57:57 sendUrl INFO 3 [799] R:OK -2015-03-12 08:58:47 queue INFO >>3 [800] -2015-03-12 08:58:47 sendUrl INFO 3 [800] R:OK -2015-03-12 08:59:37 queue INFO >>3 [801] -2015-03-12 08:59:37 sendUrl INFO 3 [801] R:OK -2015-03-12 09:00:27 queue INFO >>3 [802] -2015-03-12 09:00:27 sendUrl INFO 3 [802] R:OK -2015-03-12 09:01:17 queue INFO >>3 [803] -2015-03-12 09:01:18 sendUrl INFO 3 [803] R:OK -2015-03-12 09:02:07 queue INFO >>3 [804] -2015-03-12 09:02:08 sendUrl INFO 3 [804] R:OK -2015-03-12 09:02:57 queue INFO >>3 [805] -2015-03-12 09:02:58 sendUrl INFO 3 [805] R:OK -2015-03-12 09:03:48 queue INFO >>3 [806] -2015-03-12 09:03:48 sendUrl INFO 3 [806] R:OK -2015-03-12 09:04:38 queue INFO >>3 [807] -2015-03-12 09:04:38 sendUrl INFO 3 [807] R:OK -2015-03-12 09:05:28 queue INFO >>3 [808] -2015-03-12 09:05:28 sendUrl INFO 3 [808] R:OK -2015-03-12 09:06:07 queue INFO 7 [809] -2015-03-12 09:06:08 queue INFO >7 [810] -2015-03-12 09:06:08 sendUrl INFO 7 [809] R:OK -2015-03-12 09:06:08 sendUrl INFO 7 [810] R:OK -2015-03-12 09:06:09 queue INFO 3 [811] -2015-03-12 09:06:09 queue INFO >3 [812] -2015-03-12 09:06:09 sendUrl INFO 3 [811] R:OK -2015-03-12 09:06:10 sendUrl INFO 3 [812] R:OK -2015-03-12 09:06:59 queue INFO >>3 [813] -2015-03-12 09:06:59 sendUrl INFO 3 [813] R:OK -2015-03-12 09:07:49 queue INFO >>3 [814] -2015-03-12 09:07:50 sendUrl INFO 3 [814] R:OK -2015-03-12 09:08:40 queue INFO >>3 [815] -2015-03-12 09:08:40 sendUrl INFO 3 [815] R:OK -2015-03-12 09:09:30 queue INFO >>3 [816] -2015-03-12 09:09:30 sendUrl INFO 3 [816] R:OK -2015-03-12 09:10:20 queue INFO >>3 [817] -2015-03-12 09:10:20 sendUrl INFO 3 [817] R:OK -2015-03-12 09:11:10 queue INFO >>3 [818] -2015-03-12 09:11:10 sendUrl INFO 3 [818] R:OK -2015-03-12 09:12:00 queue INFO >>3 [819] -2015-03-12 09:12:00 sendUrl INFO 3 [819] R:OK -2015-03-12 09:12:50 queue INFO >>3 [820] -2015-03-12 09:12:51 sendUrl INFO 3 [820] R:OK -2015-03-12 09:13:40 queue INFO >>3 [821] -2015-03-12 09:13:41 sendUrl INFO 3 [821] R:OK -2015-03-12 09:14:19 queue INFO 7 [822] -2015-03-12 09:14:19 queue INFO >7 [823] -2015-03-12 09:14:20 sendUrl INFO 7 [822] R:OK -2015-03-12 09:14:20 sendUrl INFO 7 [823] R:OK -2015-03-12 09:14:21 queue INFO 3 [824] -2015-03-12 09:14:21 queue INFO >3 [825] -2015-03-12 09:14:21 sendUrl INFO 3 [824] R:OK -2015-03-12 09:14:22 sendUrl INFO 3 [825] R:OK -2015-03-12 09:15:11 queue INFO >>3 [826] -2015-03-12 09:15:11 sendUrl INFO 3 [826] R:OK -2015-03-12 09:15:36 queue INFO 1 [827] -2015-03-12 09:15:36 queue INFO >1 [828] -2015-03-12 09:15:36 sendUrl INFO 1 [827] R:OK -2015-03-12 09:15:37 sendUrl INFO 1 [828] R:OK -2015-03-12 09:16:26 queue INFO >>1 [829] -2015-03-12 09:16:27 sendUrl INFO 1 [829] R:OK -2015-03-12 09:17:16 queue INFO >>1 [830] -2015-03-12 09:17:16 sendUrl INFO 1 [830] R:OK -2015-03-12 09:18:06 queue INFO >>1 [831] -2015-03-12 09:18:07 sendUrl INFO 1 [831] R:OK -2015-03-12 09:18:57 queue INFO >>1 [832] -2015-03-12 09:18:57 sendUrl INFO 1 [832] R:OK -2015-03-12 09:19:47 queue INFO >>1 [833] -2015-03-12 09:19:47 sendUrl INFO 1 [833] R:OK -2015-03-12 09:20:37 queue INFO >>1 [834] -2015-03-12 09:20:37 sendUrl INFO 1 [834] R:OK -2015-03-12 09:21:27 queue INFO >>1 [835] -2015-03-12 09:21:28 sendUrl INFO 1 [835] R:OK -2015-03-12 09:22:17 queue INFO >>1 [836] -2015-03-12 09:22:17 sendUrl INFO 1 [836] R:OK -2015-03-12 09:22:29 queue INFO 21 [837] -2015-03-12 09:22:29 sendUrl INFO 21 [837] R:OK -2015-03-12 09:22:29 queue INFO >21 [838] -2015-03-12 09:22:30 sendUrl INFO 21 [838] R:OK -2015-03-12 09:23:19 queue INFO >>21 [839] -2015-03-12 09:23:19 sendUrl INFO 21 [839] R:OK -2015-03-12 09:24:09 queue INFO >>21 [840] -2015-03-12 09:24:10 sendUrl INFO 21 [840] R:OK -2015-03-12 09:24:59 queue INFO >>21 [841] -2015-03-12 09:24:59 sendUrl INFO 21 [841] R:OK -2015-03-12 09:25:49 queue INFO >>21 [842] -2015-03-12 09:25:50 sendUrl INFO 21 [842] R:OK -2015-03-12 09:26:40 queue INFO >>21 [843] -2015-03-12 09:26:40 sendUrl INFO 21 [843] R:OK -2015-03-12 09:27:30 queue INFO >>21 [844] -2015-03-12 09:27:30 sendUrl INFO 21 [844] R:OK -2015-03-12 09:27:42 queue INFO 1 [845] -2015-03-12 09:27:42 queue INFO >1 [846] -2015-03-12 09:27:43 sendUrl INFO 1 [845] R:OK -2015-03-12 09:27:43 sendUrl INFO 1 [846] R:OK -2015-03-12 09:28:04 queue INFO 5 [847] -2015-03-12 09:28:04 sendUrl INFO 5 [847] R:OK -2015-03-12 09:28:04 queue INFO >5 [848] -2015-03-12 09:28:05 sendUrl INFO 5 [848] R:OK -2015-03-12 09:28:06 queue INFO 1 [849] -2015-03-12 09:28:06 queue INFO >1 [850] -2015-03-12 09:28:06 sendUrl INFO 1 [849] R:OK -2015-03-12 09:28:07 sendUrl INFO 1 [850] R:OK -2015-03-12 09:28:56 queue INFO >>1 [851] -2015-03-12 09:28:56 sendUrl INFO 1 [851] R:OK diff --git a/ConfIOB/Donati/1006_151/logfile.txt.20130927 b/ConfIOB/Donati/1006_151/logfile.txt.20130927 deleted file mode 100644 index a2a286e..0000000 --- a/ConfIOB/Donati/1006_151/logfile.txt.20130927 +++ /dev/null @@ -1,5467 +0,0 @@ -[2013-09-23 15:21:34] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-23 15:23:36] Avvio ProgrammaReadPar IOB-pi v.1.1 -[2013-09-23 15:23:36] Start ReadPar IOB-pi v.1.1 -[2013-09-23 15:23:37] 0 -[2013-09-23 15:23:39] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-23 22:16:37] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1012&valore=0 -[2013-09-23 22:16:38] 1 -[2013-09-23 22:16:39] NETWORK:Errore http-no com rete-timeout per url: http://192.168.51.71/MPIO/sendReboot.aspx?idxMacchina=1012 -[2013-09-23 22:17:41] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1012&valore=1 -[2013-09-23 22:17:41] 2 -[2013-09-23 22:18:45] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1012&valore=2 -[2013-09-23 22:18:45] 4 -[2013-09-23 22:19:48] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1012&valore=4 -[2013-09-23 22:19:49] 8 -[2013-09-23 22:20:52] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1012&valore=8 -[2013-09-23 22:20:52] 10 -[2013-09-23 22:21:56] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1012&valore=10 -[2013-09-23 22:21:56] 20 -[2013-09-23 22:22:59] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1012&valore=20 -[2013-09-23 22:23:00] 40 -[2013-09-23 22:24:03] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1012&valore=40 -[2013-09-23 22:24:03] 80 -[2013-09-23 22:24:33] Avvio ProgrammaReadPar IOB-pi v.1.1 -[2013-09-23 22:24:33] Start ReadPar IOB-pi v.1.1 -[2013-09-23 22:24:33] 5 -[2013-09-23 22:24:35] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-23 22:24:35] >5 -[2013-09-24 16:10:59] Avvio ProgrammaReadPar IOB-pi v.1.1 -[2013-09-24 16:10:59] Start ReadPar IOB-pi v.1.1 -[2013-09-24 16:11:00] 5 -[2013-09-24 16:11:01] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-24 16:11:01] >5 -[2013-09-24 16:12:28] Avvio ProgrammaReadPar IOB-pi v.1.1 -[2013-09-24 16:12:28] Start ReadPar IOB-pi v.1.1 -[2013-09-24 16:12:29] 25 -[2013-09-24 16:12:31] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-24 16:12:31] >25 -[2013-09-25 13:05:08] >>25 -[2013-09-25 13:06:08] >>25 -[2013-09-24 16:12:28] Avvio ProgrammaReadPar IOB-pi v.1.1 -[2013-09-24 16:12:28] Start ReadPar IOB-pi v.1.1 -[2013-09-24 16:12:29] 25 -[2013-09-24 16:12:31] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-24 16:12:31] >25 -[2013-09-25 13:07:45] 0 -[2013-09-25 13:07:47] >0 -[2013-09-25 13:07:59] 25 -[2013-09-25 13:08:01] >25 -[2013-09-25 13:09:01] >>25 -[2013-09-25 13:09:45] 21 -[2013-09-25 13:09:45] 25 -[2013-09-25 13:09:47] >25 -[2013-09-25 13:09:48] 21 -[2013-09-25 13:09:50] >21 -[2013-09-25 13:10:42] 1 -[2013-09-25 13:10:44] >1 -[2013-09-25 13:11:44] >>1 -[2013-09-25 13:12:01] 9 -[2013-09-25 13:12:03] 1 -[2013-09-25 13:12:04] >1 -[2013-09-25 13:12:47] 3 -[2013-09-25 13:12:49] >3 -[2013-09-25 13:13:48] >>3 -[2013-09-25 13:14:48] >>3 -[2013-09-25 13:15:49] >>3 -[2013-09-25 13:16:49] >>3 -[2013-09-25 13:17:49] >>3 -[2013-09-25 13:18:49] >>3 -[2013-09-25 13:19:06] B -[2013-09-25 13:19:08] 3 -[2013-09-25 13:19:10] >3 -[2013-09-25 13:20:09] >>3 -[2013-09-25 13:21:10] >>3 -[2013-09-25 13:22:10] >>3 -[2013-09-25 13:23:10] >>3 -[2013-09-25 13:24:10] >>3 -[2013-09-25 13:25:11] >>3 -[2013-09-25 13:26:11] >>3 -[2013-09-25 13:26:12] B -[2013-09-25 13:26:13] 3 -[2013-09-25 13:26:14] >3 -[2013-09-25 13:27:14] >>3 -[2013-09-25 13:28:14] >>3 -[2013-09-25 13:29:15] >>3 -[2013-09-25 13:30:15] >>3 -[2013-09-25 13:31:15] >>3 -[2013-09-25 13:32:15] >>3 -[2013-09-25 13:33:15] >>3 -[2013-09-25 13:33:17] B -[2013-09-25 13:33:19] 3 -[2013-09-25 13:33:20] >3 -[2013-09-25 13:34:20] >>3 -[2013-09-25 13:35:20] >>3 -[2013-09-25 13:36:20] >>3 -[2013-09-25 13:37:21] >>3 -[2013-09-25 13:38:21] >>3 -[2013-09-25 13:39:21] >>3 -[2013-09-25 13:40:21] >>3 -[2013-09-25 13:40:22] B -[2013-09-25 13:40:23] 3 -[2013-09-25 13:40:25] >3 -[2013-09-25 13:41:25] >>3 -[2013-09-25 13:42:25] >>3 -[2013-09-25 13:43:25] >>3 -[2013-09-25 13:44:26] >>3 -[2013-09-25 13:45:26] >>3 -[2013-09-25 13:46:26] >>3 -[2013-09-25 13:47:26] >>3 -[2013-09-25 13:47:28] B -[2013-09-25 13:47:29] 3 -[2013-09-25 13:47:31] >3 -[2013-09-25 13:47:32] 21 -[2013-09-25 13:47:34] >21 -[2013-09-25 13:48:33] >>21 -[2013-09-25 13:49:34] >>21 -[2013-09-25 13:50:34] >>21 -[2013-09-25 13:51:34] >>21 -[2013-09-25 13:51:39] 1 -[2013-09-25 13:51:41] >1 -[2013-09-25 13:51:51] 3 -[2013-09-25 13:51:53] >3 -[2013-09-25 13:52:52] >>3 -[2013-09-25 13:53:53] >>3 -[2013-09-25 13:54:53] >>3 -[2013-09-25 13:55:53] >>3 -[2013-09-25 13:56:53] >>3 -[2013-09-25 13:57:53] >>3 -[2013-09-25 13:58:10] B -[2013-09-25 13:58:12] 3 -[2013-09-25 13:58:13] >3 -[2013-09-25 13:59:13] >>3 -[2013-09-25 14:00:13] >>3 -[2013-09-25 14:01:14] >>3 -[2013-09-25 14:02:14] >>3 -[2013-09-25 14:03:14] >>3 -[2013-09-25 14:04:14] >>3 -[2013-09-25 14:05:14] >>3 -[2013-09-25 14:05:16] B -[2013-09-25 14:05:17] 3 -[2013-09-25 14:05:19] >3 -[2013-09-25 14:06:19] >>3 -[2013-09-25 14:07:19] >>3 -[2013-09-25 14:08:19] >>3 -[2013-09-25 14:09:19] >>3 -[2013-09-25 14:10:19] >>3 -[2013-09-25 14:11:20] >>3 -[2013-09-25 14:12:20] >>3 -[2013-09-25 14:12:20] B -[2013-09-25 14:12:22] 3 -[2013-09-25 14:12:24] >3 -[2013-09-25 14:13:23] >>3 -[2013-09-25 14:14:24] >>3 -[2013-09-25 14:15:24] >>3 -[2013-09-25 14:16:24] >>3 -[2013-09-25 14:17:24] >>3 -[2013-09-25 14:18:25] >>3 -[2013-09-25 14:19:25] >>3 -[2013-09-25 14:19:26] B -[2013-09-25 14:19:28] 3 -[2013-09-25 14:19:30] >3 -[2013-09-25 14:20:29] >>3 -[2013-09-25 14:21:30] >>3 -[2013-09-25 14:22:30] >>3 -[2013-09-25 14:23:30] >>3 -[2013-09-25 14:24:30] >>3 -[2013-09-25 14:25:30] >>3 -[2013-09-25 14:26:31] >>3 -[2013-09-25 14:26:31] B -[2013-09-25 14:26:33] 3 -[2013-09-25 14:26:35] >3 -[2013-09-25 14:27:34] >>3 -[2013-09-25 14:28:34] >>3 -[2013-09-25 14:29:35] >>3 -[2013-09-25 14:30:35] >>3 -[2013-09-25 14:31:35] >>3 -[2013-09-25 14:32:35] >>3 -[2013-09-25 14:33:36] >>3 -[2013-09-25 14:33:37] B -[2013-09-25 14:33:38] 3 -[2013-09-25 14:33:40] >3 -[2013-09-25 14:34:40] >>3 -[2013-09-25 14:35:40] >>3 -[2013-09-25 14:36:40] >>3 -[2013-09-25 14:37:40] >>3 -[2013-09-25 14:38:40] >>3 -[2013-09-25 14:39:41] >>3 -[2013-09-25 14:40:41] >>3 -[2013-09-25 14:40:42] B -[2013-09-25 14:40:44] 3 -[2013-09-25 14:40:46] >3 -[2013-09-25 14:41:45] >>3 -[2013-09-25 14:42:46] >>3 -[2013-09-25 14:43:46] >>3 -[2013-09-25 14:44:46] >>3 -[2013-09-25 14:45:46] >>3 -[2013-09-25 14:46:47] >>3 -[2013-09-25 14:47:47] >>3 -[2013-09-25 14:47:48] B -[2013-09-25 14:47:50] 3 -[2013-09-25 14:47:51] >3 -[2013-09-25 14:48:51] >>3 -[2013-09-25 14:49:51] >>3 -[2013-09-25 14:50:51] >>3 -[2013-09-25 14:51:52] >>3 -[2013-09-25 14:52:52] >>3 -[2013-09-25 14:53:52] >>3 -[2013-09-25 14:54:52] >>3 -[2013-09-25 14:54:53] B -[2013-09-25 14:54:54] 3 -[2013-09-25 14:54:56] >3 -[2013-09-25 14:55:56] >>3 -[2013-09-25 14:56:56] >>3 -[2013-09-25 14:57:56] >>3 -[2013-09-25 14:58:56] >>3 -[2013-09-25 14:59:57] >>3 -[2013-09-25 15:00:57] >>3 -[2013-09-25 15:01:57] >>3 -[2013-09-25 15:01:59] B -[2013-09-25 15:02:00] 3 -[2013-09-25 15:02:02] >3 -[2013-09-25 15:03:02] >>3 -[2013-09-25 15:04:02] >>3 -[2013-09-25 15:05:02] >>3 -[2013-09-25 15:06:02] >>3 -[2013-09-25 15:07:03] >>3 -[2013-09-25 15:08:03] >>3 -[2013-09-25 15:09:03] >>3 -[2013-09-25 15:09:04] B -[2013-09-25 15:09:05] 3 -[2013-09-25 15:09:07] >3 -[2013-09-25 15:10:07] >>3 -[2013-09-25 15:11:07] >>3 -[2013-09-25 15:12:07] >>3 -[2013-09-25 15:13:07] >>3 -[2013-09-25 15:14:07] >>3 -[2013-09-25 15:15:08] >>3 -[2013-09-25 15:16:08] >>3 -[2013-09-25 15:16:09] B -[2013-09-25 15:16:11] 3 -[2013-09-25 15:16:12] >3 -[2013-09-25 15:17:12] >>3 -[2013-09-25 15:18:12] >>3 -[2013-09-25 15:19:12] >>3 -[2013-09-25 15:20:13] >>3 -[2013-09-25 15:21:13] >>3 -[2013-09-25 15:22:13] >>3 -[2013-09-25 15:23:13] >>3 -[2013-09-25 15:23:15] B -[2013-09-25 15:23:16] 3 -[2013-09-25 15:23:18] >3 -[2013-09-25 15:24:17] >>3 -[2013-09-25 15:25:18] >>3 -[2013-09-25 15:26:18] >>3 -[2013-09-25 15:27:18] >>3 -[2013-09-25 15:28:18] >>3 -[2013-09-25 15:29:18] >>3 -[2013-09-25 15:30:19] >>3 -[2013-09-25 15:30:20] B -[2013-09-25 15:30:22] 3 -[2013-09-25 15:30:24] >3 -[2013-09-25 15:31:23] >>3 -[2013-09-25 15:32:23] >>3 -[2013-09-25 15:33:24] >>3 -[2013-09-25 15:34:24] >>3 -[2013-09-25 15:35:24] >>3 -[2013-09-25 15:36:24] >>3 -[2013-09-25 15:37:25] >>3 -[2013-09-25 15:37:25] B -[2013-09-25 15:37:27] 3 -[2013-09-25 15:37:28] >3 -[2013-09-25 15:38:28] >>3 -[2013-09-25 15:39:28] >>3 -[2013-09-25 15:40:29] >>3 -[2013-09-25 15:41:29] >>3 -[2013-09-25 15:42:29] >>3 -[2013-09-25 15:43:29] >>3 -[2013-09-25 15:44:29] >>3 -[2013-09-25 15:44:31] B -[2013-09-25 15:44:32] 3 -[2013-09-25 15:44:34] >3 -[2013-09-25 15:45:34] >>3 -[2013-09-25 15:46:38] >>3 -[2013-09-25 15:47:38] >>3 -[2013-09-25 15:48:38] >>3 -[2013-09-25 15:49:38] >>3 -[2013-09-25 15:50:39] >>3 -[2013-09-25 15:51:12] 1 -[2013-09-25 15:51:14] >1 -[2013-09-25 15:51:18] 21 -[2013-09-25 15:51:19] >21 -[2013-09-25 15:52:19] >>21 -[2013-09-25 15:53:19] >>21 -[2013-09-25 15:54:19] >>21 -[2013-09-25 15:55:20] >>21 -[2013-09-25 15:56:20] >>21 -[2013-09-25 15:57:01] 1 -[2013-09-25 15:57:03] >1 -[2013-09-25 15:57:24] 9 -[2013-09-25 15:57:25] 1 -[2013-09-25 15:57:27] >1 -[2013-09-25 15:58:10] 3 -[2013-09-25 15:58:12] >3 -[2013-09-25 15:59:12] >>3 -[2013-09-25 16:00:12] >>3 -[2013-09-25 16:01:12] >>3 -[2013-09-25 16:02:12] >>3 -[2013-09-25 16:03:12] >>3 -[2013-09-25 16:04:13] >>3 -[2013-09-25 16:04:30] B -[2013-09-25 16:04:31] 3 -[2013-09-25 16:04:33] >3 -[2013-09-25 16:05:33] >>3 -[2013-09-25 16:06:33] >>3 -[2013-09-25 16:07:33] >>3 -[2013-09-25 16:08:33] >>3 -[2013-09-25 16:09:34] >>3 -[2013-09-25 16:10:34] >>3 -[2013-09-25 16:11:34] >>3 -[2013-09-25 16:11:35] B -[2013-09-25 16:11:36] 3 -[2013-09-25 16:11:38] >3 -[2013-09-25 16:12:38] >>3 -[2013-09-25 16:13:38] >>3 -[2013-09-25 16:14:38] >>3 -[2013-09-25 16:15:38] >>3 -[2013-09-25 16:16:39] >>3 -[2013-09-25 16:17:39] >>3 -[2013-09-25 16:18:39] >>3 -[2013-09-25 16:18:40] B -[2013-09-25 16:18:42] 3 -[2013-09-25 16:18:43] >3 -[2013-09-25 16:19:43] >>3 -[2013-09-25 16:20:43] >>3 -[2013-09-25 16:21:43] >>3 -[2013-09-25 16:22:44] >>3 -[2013-09-25 16:23:44] >>3 -[2013-09-25 16:24:44] >>3 -[2013-09-25 16:25:44] >>3 -[2013-09-25 16:25:45] B -[2013-09-25 16:25:47] 3 -[2013-09-25 16:25:48] >3 -[2013-09-25 16:26:48] >>3 -[2013-09-25 16:27:48] >>3 -[2013-09-25 16:28:48] >>3 -[2013-09-25 16:29:49] >>3 -[2013-09-25 16:30:49] >>3 -[2013-09-25 16:31:49] >>3 -[2013-09-25 16:32:49] >>3 -[2013-09-25 16:32:51] B -[2013-09-25 16:32:52] 3 -[2013-09-25 16:32:54] >3 -[2013-09-25 16:33:54] >>3 -[2013-09-25 16:34:54] >>3 -[2013-09-25 16:35:54] >>3 -[2013-09-25 16:36:54] >>3 -[2013-09-25 16:37:55] >>3 -[2013-09-25 16:38:55] >>3 -[2013-09-25 16:39:55] >>3 -[2013-09-25 16:39:56] B -[2013-09-25 16:39:58] 3 -[2013-09-25 16:39:59] >3 -[2013-09-25 16:40:59] >>3 -[2013-09-25 16:41:59] >>3 -[2013-09-25 16:43:00] >>3 -[2013-09-25 16:44:00] >>3 -[2013-09-25 16:45:00] >>3 -[2013-09-25 16:46:00] >>3 -[2013-09-25 16:47:01] >>3 -[2013-09-25 16:47:02] B -[2013-09-25 16:47:04] 3 -[2013-09-25 16:47:05] >3 -[2013-09-25 16:48:05] >>3 -[2013-09-25 16:49:05] >>3 -[2013-09-25 16:50:06] >>3 -[2013-09-25 16:51:06] >>3 -[2013-09-25 16:52:06] >>3 -[2013-09-25 16:53:06] >>3 -[2013-09-25 16:54:06] >>3 -[2013-09-25 16:54:07] B -[2013-09-25 16:54:08] 3 -[2013-09-25 16:54:10] >3 -[2013-09-25 16:55:10] >>3 -[2013-09-25 16:56:10] >>3 -[2013-09-25 16:57:10] >>3 -[2013-09-25 16:58:10] >>3 -[2013-09-25 16:59:10] >>3 -[2013-09-25 17:00:11] >>3 -[2013-09-25 17:01:11] >>3 -[2013-09-25 17:01:12] B -[2013-09-25 17:01:14] 3 -[2013-09-25 17:01:16] >3 -[2013-09-25 17:02:16] >>3 -[2013-09-25 17:03:16] >>3 -[2013-09-25 17:04:16] >>3 -[2013-09-25 17:05:16] >>3 -[2013-09-25 17:06:16] >>3 -[2013-09-25 17:07:17] >>3 -[2013-09-25 17:08:17] >>3 -[2013-09-25 17:08:17] B -[2013-09-25 17:08:19] 3 -[2013-09-25 17:08:21] >3 -[2013-09-25 17:09:20] >>3 -[2013-09-25 17:10:21] >>3 -[2013-09-25 17:11:21] >>3 -[2013-09-25 17:12:21] >>3 -[2013-09-25 17:13:21] >>3 -[2013-09-25 17:14:22] >>3 -[2013-09-25 17:15:22] >>3 -[2013-09-25 17:15:23] B -[2013-09-25 17:15:24] 3 -[2013-09-25 17:15:26] >3 -[2013-09-25 17:16:11] 21 -[2013-09-25 17:16:13] >21 -[2013-09-25 17:17:13] >>21 -[2013-09-25 17:18:13] >>21 -[2013-09-25 17:19:13] >>21 -[2013-09-25 17:19:27] 1 -[2013-09-25 17:19:28] >1 -[2013-09-25 17:19:39] 3 -[2013-09-25 17:19:41] >3 -[2013-09-25 17:20:41] >>3 -[2013-09-25 17:21:41] >>3 -[2013-09-25 17:22:41] >>3 -[2013-09-25 17:23:41] >>3 -[2013-09-25 17:24:42] >>3 -[2013-09-25 17:25:42] >>3 -[2013-09-25 17:25:58] B -[2013-09-25 17:26:00] 3 -[2013-09-25 17:26:01] >3 -[2013-09-25 17:27:01] >>3 -[2013-09-25 17:28:01] >>3 -[2013-09-25 17:29:01] >>3 -[2013-09-25 17:30:02] >>3 -[2013-09-25 17:31:02] >>3 -[2013-09-25 17:32:02] >>3 -[2013-09-25 17:33:02] >>3 -[2013-09-25 17:33:04] B -[2013-09-25 17:33:06] 3 -[2013-09-25 17:33:07] >3 -[2013-09-25 17:34:07] >>3 -[2013-09-25 17:35:07] >>3 -[2013-09-25 17:36:07] >>3 -[2013-09-25 17:37:08] >>3 -[2013-09-25 17:38:08] >>3 -[2013-09-25 17:39:08] >>3 -[2013-09-25 17:40:08] >>3 -[2013-09-25 17:40:09] B -[2013-09-25 17:40:10] 3 -[2013-09-25 17:40:12] >3 -[2013-09-25 17:41:12] >>3 -[2013-09-25 17:42:12] >>3 -[2013-09-25 17:43:12] >>3 -[2013-09-25 17:44:13] >>3 -[2013-09-25 17:45:13] >>3 -[2013-09-25 17:46:13] >>3 -[2013-09-25 17:47:13] >>3 -[2013-09-25 17:47:14] B -[2013-09-25 17:47:16] 3 -[2013-09-25 17:47:17] >3 -[2013-09-25 17:48:17] >>3 -[2013-09-25 17:49:17] >>3 -[2013-09-25 17:50:18] >>3 -[2013-09-25 17:51:18] >>3 -[2013-09-25 17:52:18] >>3 -[2013-09-25 17:53:18] >>3 -[2013-09-25 17:54:18] >>3 -[2013-09-25 17:54:19] B -[2013-09-25 17:54:21] 3 -[2013-09-25 17:54:22] >3 -[2013-09-25 17:55:22] >>3 -[2013-09-25 17:56:22] >>3 -[2013-09-25 17:57:22] >>3 -[2013-09-25 17:58:23] >>3 -[2013-09-25 17:59:23] >>3 -[2013-09-25 18:00:23] >>3 -[2013-09-25 18:01:23] >>3 -[2013-09-25 18:01:25] B -[2013-09-25 18:01:27] 3 -[2013-09-25 18:01:28] >3 -[2013-09-25 18:02:28] >>3 -[2013-09-25 18:03:28] >>3 -[2013-09-25 18:04:28] >>3 -[2013-09-25 18:05:29] >>3 -[2013-09-25 18:06:29] >>3 -[2013-09-25 18:07:29] >>3 -[2013-09-25 18:08:29] >>3 -[2013-09-25 18:08:30] B -[2013-09-25 18:08:32] 3 -[2013-09-25 18:08:34] >3 -[2013-09-25 18:09:33] >>3 -[2013-09-25 18:10:33] >>3 -[2013-09-25 18:11:34] >>3 -[2013-09-25 18:12:34] >>3 -[2013-09-25 18:13:34] >>3 -[2013-09-25 18:14:34] >>3 -[2013-09-25 18:15:35] >>3 -[2013-09-25 18:15:36] B -[2013-09-25 18:15:38] 3 -[2013-09-25 18:15:39] >3 -[2013-09-25 18:16:39] >>3 -[2013-09-25 18:17:39] >>3 -[2013-09-25 18:18:40] >>3 -[2013-09-25 18:19:40] >>3 -[2013-09-25 18:20:40] >>3 -[2013-09-25 18:21:40] >>3 -[2013-09-25 18:22:40] >>3 -[2013-09-25 18:22:41] B -[2013-09-25 18:22:43] 3 -[2013-09-25 18:22:44] >3 -[2013-09-25 18:23:44] >>3 -[2013-09-25 18:24:44] >>3 -[2013-09-25 18:25:45] >>3 -[2013-09-25 18:26:45] >>3 -[2013-09-25 18:27:45] >>3 -[2013-09-25 18:28:46] >>3 -[2013-09-25 18:29:46] >>3 -[2013-09-25 18:29:47] B -[2013-09-25 18:29:48] 3 -[2013-09-25 18:29:50] >3 -[2013-09-25 18:30:49] >>3 -[2013-09-25 18:31:50] >>3 -[2013-09-25 18:32:50] >>3 -[2013-09-25 18:33:50] >>3 -[2013-09-25 18:34:54] >>3 -[2013-09-25 18:35:54] >>3 -[2013-09-25 18:36:51] B -[2013-09-25 18:36:53] 3 -[2013-09-25 18:36:55] >3 -[2013-09-25 18:37:54] >>3 -[2013-09-25 18:38:55] >>3 -[2013-09-25 18:39:55] >>3 -[2013-09-25 18:40:55] >>3 -[2013-09-25 18:41:55] >>3 -[2013-09-25 18:42:55] >>3 -[2013-09-25 18:43:56] >>3 -[2013-09-25 18:43:57] B -[2013-09-25 18:43:59] 3 -[2013-09-25 18:44:00] >3 -[2013-09-25 18:45:00] >>3 -[2013-09-25 18:46:00] >>3 -[2013-09-25 18:47:01] >>3 -[2013-09-25 18:48:01] >>3 -[2013-09-25 18:49:01] >>3 -[2013-09-25 18:50:01] >>3 -[2013-09-25 18:51:01] >>3 -[2013-09-25 18:51:03] B -[2013-09-25 18:51:04] 3 -[2013-09-25 18:51:06] >3 -[2013-09-25 18:52:06] >>3 -[2013-09-25 18:53:06] >>3 -[2013-09-25 18:54:06] >>3 -[2013-09-25 18:55:06] >>3 -[2013-09-25 18:56:06] >>3 -[2013-09-25 18:57:07] >>3 -[2013-09-25 18:58:07] >>3 -[2013-09-25 18:58:08] B -[2013-09-25 18:58:10] 3 -[2013-09-25 18:58:12] >3 -[2013-09-25 18:59:11] >>3 -[2013-09-25 19:00:12] >>3 -[2013-09-25 19:01:12] >>3 -[2013-09-25 19:02:12] >>3 -[2013-09-25 19:03:12] >>3 -[2013-09-25 19:04:12] >>3 -[2013-09-25 19:05:13] >>3 -[2013-09-25 19:05:13] B -[2013-09-25 19:05:19] 3 -[2013-09-25 19:05:21] >3 -[2013-09-25 19:06:20] >>3 -[2013-09-25 19:07:21] >>3 -[2013-09-25 19:08:21] >>3 -[2013-09-25 19:08:22] 1 -[2013-09-25 19:08:24] >1 -[2013-09-25 19:09:24] >>1 -[2013-09-25 19:10:24] >>1 -[2013-09-25 19:11:24] >>1 -[2013-09-25 19:12:24] >>1 -[2013-09-25 19:12:27] 21 -[2013-09-25 19:12:28] >21 -[2013-09-25 19:13:28] >>21 -[2013-09-25 19:14:28] >>21 -[2013-09-25 19:15:28] >>21 -[2013-09-25 19:16:29] >>21 -[2013-09-25 19:17:29] >>21 -[2013-09-25 19:18:03] 1 -[2013-09-25 19:18:05] >1 -[2013-09-25 19:18:26] 9 -[2013-09-25 19:18:27] 1 -[2013-09-25 19:18:29] >1 -[2013-09-25 19:19:15] 21 -[2013-09-25 19:19:17] >21 -[2013-09-25 19:19:49] 1 -[2013-09-25 19:19:50] >1 -[2013-09-25 19:20:04] 3 -[2013-09-25 19:20:06] >3 -[2013-09-25 19:21:06] >>3 -[2013-09-25 19:22:06] >>3 -[2013-09-25 19:23:06] >>3 -[2013-09-25 19:24:06] >>3 -[2013-09-25 19:25:07] >>3 -[2013-09-25 19:26:07] >>3 -[2013-09-25 19:26:24] B -[2013-09-25 19:26:26] 3 -[2013-09-25 19:26:27] >3 -[2013-09-25 19:27:27] >>3 -[2013-09-25 19:28:27] >>3 -[2013-09-25 19:29:27] >>3 -[2013-09-25 19:30:28] >>3 -[2013-09-25 19:31:28] >>3 -[2013-09-25 19:32:28] >>3 -[2013-09-25 19:33:28] >>3 -[2013-09-25 19:33:29] B -[2013-09-25 19:33:31] 3 -[2013-09-25 19:33:32] >3 -[2013-09-25 19:34:32] >>3 -[2013-09-25 19:35:32] >>3 -[2013-09-25 19:36:32] >>3 -[2013-09-25 19:37:33] >>3 -[2013-09-25 19:38:33] >>3 -[2013-09-25 19:39:33] >>3 -[2013-09-25 19:40:33] >>3 -[2013-09-25 19:40:35] B -[2013-09-25 19:40:36] 3 -[2013-09-25 19:40:38] >3 -[2013-09-25 19:41:37] >>3 -[2013-09-25 19:42:38] >>3 -[2013-09-25 19:43:38] >>3 -[2013-09-25 19:44:38] >>3 -[2013-09-25 19:45:38] >>3 -[2013-09-25 19:46:38] >>3 -[2013-09-25 19:47:39] >>3 -[2013-09-25 19:47:39] B -[2013-09-25 19:47:41] 3 -[2013-09-25 19:47:42] >3 -[2013-09-25 19:48:42] >>3 -[2013-09-25 19:49:42] >>3 -[2013-09-25 19:50:43] >>3 -[2013-09-25 19:51:43] >>3 -[2013-09-25 19:52:43] >>3 -[2013-09-25 19:53:43] >>3 -[2013-09-25 19:54:44] >>3 -[2013-09-25 19:54:45] B -[2013-09-25 19:54:47] 3 -[2013-09-25 19:54:48] >3 -[2013-09-25 19:55:48] >>3 -[2013-09-25 19:56:48] >>3 -[2013-09-25 19:57:49] >>3 -[2013-09-25 19:58:49] >>3 -[2013-09-25 19:59:49] >>3 -[2013-09-25 20:00:49] >>3 -[2013-09-25 20:01:49] >>3 -[2013-09-25 20:01:51] B -[2013-09-25 20:01:52] 3 -[2013-09-25 20:01:54] >3 -[2013-09-25 20:02:54] >>3 -[2013-09-25 20:03:54] >>3 -[2013-09-25 20:04:54] >>3 -[2013-09-25 20:05:54] >>3 -[2013-09-25 20:06:54] >>3 -[2013-09-25 20:07:55] >>3 -[2013-09-25 20:08:55] >>3 -[2013-09-25 20:08:56] B -[2013-09-25 20:08:58] 3 -[2013-09-25 20:09:00] >3 -[2013-09-25 20:09:59] >>3 -[2013-09-25 20:10:59] >>3 -[2013-09-25 20:12:00] >>3 -[2013-09-25 20:13:00] >>3 -[2013-09-25 20:14:00] >>3 -[2013-09-25 20:15:00] >>3 -[2013-09-25 20:16:01] >>3 -[2013-09-25 20:16:01] B -[2013-09-25 20:16:03] 3 -[2013-09-25 20:16:04] >3 -[2013-09-25 20:17:04] >>3 -[2013-09-25 20:18:04] >>3 -[2013-09-25 20:19:05] >>3 -[2013-09-25 20:20:05] >>3 -[2013-09-25 20:21:05] >>3 -[2013-09-25 20:22:05] >>3 -[2013-09-25 20:23:06] >>3 -[2013-09-25 20:23:07] B -[2013-09-25 20:23:08] 3 -[2013-09-25 20:23:10] >3 -[2013-09-25 20:24:10] >>3 -[2013-09-25 20:25:10] >>3 -[2013-09-25 20:26:10] >>3 -[2013-09-25 20:27:10] >>3 -[2013-09-25 20:28:10] >>3 -[2013-09-25 20:29:11] >>3 -[2013-09-25 20:30:11] >>3 -[2013-09-25 20:30:11] B -[2013-09-25 20:30:13] 3 -[2013-09-25 20:30:15] >3 -[2013-09-25 20:31:14] >>3 -[2013-09-25 20:32:15] >>3 -[2013-09-25 20:33:15] >>3 -[2013-09-25 20:34:15] >>3 -[2013-09-25 20:35:15] >>3 -[2013-09-25 20:36:16] >>3 -[2013-09-25 20:37:16] >>3 -[2013-09-25 20:37:17] B -[2013-09-25 20:37:19] 3 -[2013-09-25 20:37:21] >3 -[2013-09-25 20:38:20] >>3 -[2013-09-25 20:39:21] >>3 -[2013-09-25 20:40:21] >>3 -[2013-09-25 20:41:21] >>3 -[2013-09-25 20:42:21] >>3 -[2013-09-25 20:43:21] >>3 -[2013-09-25 20:44:22] >>3 -[2013-09-25 20:44:23] B -[2013-09-25 20:44:24] 3 -[2013-09-25 20:44:26] >3 -[2013-09-25 20:45:26] >>3 -[2013-09-25 20:46:26] >>3 -[2013-09-25 20:47:26] >>3 -[2013-09-25 20:48:26] >>3 -[2013-09-25 20:49:27] >>3 -[2013-09-25 20:50:27] >>3 -[2013-09-25 20:51:27] >>3 -[2013-09-25 20:51:29] B -[2013-09-25 20:51:30] 3 -[2013-09-25 20:51:32] >3 -[2013-09-25 20:52:32] >>3 -[2013-09-25 20:53:32] >>3 -[2013-09-25 20:54:32] >>3 -[2013-09-25 20:55:32] >>3 -[2013-09-25 20:56:33] >>3 -[2013-09-25 20:57:33] >>3 -[2013-09-25 20:58:33] >>3 -[2013-09-25 20:58:34] B -[2013-09-25 20:58:35] 3 -[2013-09-25 20:58:37] >3 -[2013-09-25 20:59:37] >>3 -[2013-09-25 21:00:37] >>3 -[2013-09-25 21:01:37] >>3 -[2013-09-25 21:02:37] >>3 -[2013-09-25 21:03:38] >>3 -[2013-09-25 21:04:38] >>3 -[2013-09-25 21:05:38] >>3 -[2013-09-25 21:05:39] B -[2013-09-25 21:05:41] 3 -[2013-09-25 21:05:42] >3 -[2013-09-25 21:06:42] >>3 -[2013-09-25 21:07:04] 1 -[2013-09-25 21:07:05] >1 -[2013-09-25 21:08:05] >>1 -[2013-09-25 21:09:05] >>1 -[2013-09-25 21:10:05] >>1 -[2013-09-25 21:11:06] >>1 -[2013-09-25 21:12:06] >>1 -[2013-09-25 21:12:39] 21 -[2013-09-25 21:12:41] >21 -[2013-09-25 21:13:40] >>21 -[2013-09-25 21:14:41] >>21 -[2013-09-25 21:14:56] 1 -[2013-09-25 21:14:58] >1 -[2013-09-25 21:15:18] 9 -[2013-09-25 21:15:19] 1 -[2013-09-25 21:15:21] >1 -[2013-09-25 21:16:04] 3 -[2013-09-25 21:16:06] >3 -[2013-09-25 21:17:05] >>3 -[2013-09-25 21:18:06] >>3 -[2013-09-25 21:19:06] >>3 -[2013-09-25 21:20:06] >>3 -[2013-09-25 21:21:06] >>3 -[2013-09-25 21:22:07] >>3 -[2013-09-25 21:22:24] B -[2013-09-25 21:22:25] 3 -[2013-09-25 21:22:27] >3 -[2013-09-25 21:23:27] >>3 -[2013-09-25 21:24:27] >>3 -[2013-09-25 21:25:27] >>3 -[2013-09-25 21:26:27] >>3 -[2013-09-25 21:27:28] >>3 -[2013-09-25 21:28:28] >>3 -[2013-09-25 21:29:28] >>3 -[2013-09-25 21:29:29] B -[2013-09-25 21:29:30] 3 -[2013-09-25 21:29:32] >3 -[2013-09-25 21:30:32] >>3 -[2013-09-25 21:31:32] >>3 -[2013-09-25 21:32:32] >>3 -[2013-09-25 21:33:32] >>3 -[2013-09-25 21:34:32] >>3 -[2013-09-25 21:35:33] >>3 -[2013-09-25 21:36:33] >>3 -[2013-09-25 21:36:34] B -[2013-09-25 21:36:36] 3 -[2013-09-25 21:36:37] >3 -[2013-09-25 21:37:37] >>3 -[2013-09-25 21:38:37] >>3 -[2013-09-25 21:39:37] >>3 -[2013-09-25 21:40:38] >>3 -[2013-09-25 21:41:38] >>3 -[2013-09-25 21:42:38] >>3 -[2013-09-25 21:43:38] >>3 -[2013-09-25 21:43:39] B -[2013-09-25 21:43:41] 3 -[2013-09-25 21:43:42] >3 -[2013-09-25 21:44:42] >>3 -[2013-09-25 21:45:42] >>3 -[2013-09-25 21:46:42] >>3 -[2013-09-25 21:47:43] >>3 -[2013-09-25 21:48:43] >>3 -[2013-09-25 21:49:43] >>3 -[2013-09-25 21:50:43] >>3 -[2013-09-25 21:50:45] B -[2013-09-25 21:50:46] 3 -[2013-09-25 21:50:48] >3 -[2013-09-25 21:51:48] >>3 -[2013-09-25 21:52:48] >>3 -[2013-09-25 21:53:48] >>3 -[2013-09-25 21:54:48] >>3 -[2013-09-25 21:55:49] >>3 -[2013-09-25 21:56:49] >>3 -[2013-09-25 21:57:49] >>3 -[2013-09-25 21:57:50] B -[2013-09-25 21:57:52] 3 -[2013-09-25 21:57:53] >3 -[2013-09-25 21:58:53] >>3 -[2013-09-25 21:59:53] >>3 -[2013-09-25 22:00:54] >>3 -[2013-09-25 22:01:54] >>3 -[2013-09-25 22:02:54] >>3 -[2013-09-25 22:03:54] >>3 -[2013-09-25 22:04:55] >>3 -[2013-09-25 22:04:56] B -[2013-09-25 22:04:57] 3 -[2013-09-25 22:04:59] >3 -[2013-09-25 22:05:59] >>3 -[2013-09-25 22:06:59] >>3 -[2013-09-25 22:07:59] >>3 -[2013-09-25 22:08:59] >>3 -[2013-09-25 22:10:00] >>3 -[2013-09-25 22:11:00] >>3 -[2013-09-25 22:12:00] >>3 -[2013-09-25 22:12:01] B -[2013-09-25 22:12:02] 3 -[2013-09-25 22:12:04] >3 -[2013-09-25 22:13:04] >>3 -[2013-09-25 22:14:04] >>3 -[2013-09-25 22:15:04] >>3 -[2013-09-25 22:16:04] >>3 -[2013-09-25 22:17:04] >>3 -[2013-09-25 22:18:05] >>3 -[2013-09-25 22:19:05] >>3 -[2013-09-25 22:19:06] B -[2013-09-25 22:19:08] 3 -[2013-09-25 22:19:10] >3 -[2013-09-25 22:20:09] >>3 -[2013-09-25 22:21:10] >>3 -[2013-09-25 22:22:10] >>3 -[2013-09-25 22:23:10] >>3 -[2013-09-25 22:24:10] >>3 -[2013-09-25 22:25:10] >>3 -[2013-09-25 22:26:11] >>3 -[2013-09-25 22:26:11] B -[2013-09-25 22:26:13] 3 -[2013-09-25 22:26:15] >3 -[2013-09-25 22:27:14] >>3 -[2013-09-25 22:28:14] >>3 -[2013-09-25 22:29:15] >>3 -[2013-09-25 22:30:15] >>3 -[2013-09-25 22:31:15] >>3 -[2013-09-25 22:32:15] >>3 -[2013-09-25 22:33:16] >>3 -[2013-09-25 22:33:17] B -[2013-09-25 22:33:18] 3 -[2013-09-25 22:33:20] >3 -[2013-09-25 22:34:20] >>3 -[2013-09-25 22:35:20] >>3 -[2013-09-25 22:36:10] 21 -[2013-09-25 22:36:12] >21 -[2013-09-25 22:36:29] 1 -[2013-09-25 22:36:31] >1 -[2013-09-25 22:37:29] 3 -[2013-09-25 22:37:31] >3 -[2013-09-25 22:38:31] >>3 -[2013-09-25 22:39:31] >>3 -[2013-09-25 22:40:31] >>3 -[2013-09-25 22:40:49] B -[2013-09-25 22:40:51] 3 -[2013-09-25 22:40:53] >3 -[2013-09-25 22:41:52] >>3 -[2013-09-25 22:42:53] >>3 -[2013-09-25 22:43:53] >>3 -[2013-09-25 22:44:53] >>3 -[2013-09-25 22:45:03] 1 -[2013-09-25 22:45:05] >1 -[2013-09-25 22:46:04] >>1 -[2013-09-25 22:47:05] >>1 -[2013-09-25 22:47:51] 21 -[2013-09-25 22:47:52] >21 -[2013-09-25 22:48:52] >>21 -[2013-09-25 22:49:52] >>21 -[2013-09-25 22:50:53] >>21 -[2013-09-25 22:51:53] >>21 -[2013-09-25 22:52:53] >>21 -[2013-09-25 22:53:06] 1 -[2013-09-25 22:53:08] >1 -[2013-09-25 22:53:27] 9 -[2013-09-25 22:53:29] 1 -[2013-09-25 22:53:31] >1 -[2013-09-25 22:54:13] 3 -[2013-09-25 22:54:15] >3 -[2013-09-25 22:55:15] >>3 -[2013-09-25 22:56:15] >>3 -[2013-09-25 22:57:15] >>3 -[2013-09-25 22:58:15] >>3 -[2013-09-25 22:59:16] >>3 -[2013-09-25 23:00:16] >>3 -[2013-09-25 23:00:33] B -[2013-09-25 23:00:35] 3 -[2013-09-25 23:00:36] >3 -[2013-09-25 23:01:36] >>3 -[2013-09-25 23:02:36] >>3 -[2013-09-25 23:03:37] >>3 -[2013-09-25 23:04:37] >>3 -[2013-09-25 23:05:37] >>3 -[2013-09-25 23:06:37] >>3 -[2013-09-25 23:07:37] >>3 -[2013-09-25 23:07:38] B -[2013-09-25 23:07:40] 3 -[2013-09-25 23:07:41] >3 -[2013-09-25 23:08:41] >>3 -[2013-09-25 23:09:41] >>3 -[2013-09-25 23:10:42] >>3 -[2013-09-25 23:11:42] >>3 -[2013-09-25 23:12:42] >>3 -[2013-09-25 23:13:42] >>3 -[2013-09-25 23:14:42] >>3 -[2013-09-25 23:14:43] B -[2013-09-25 23:14:45] 3 -[2013-09-25 23:14:47] >3 -[2013-09-25 23:15:46] >>3 -[2013-09-25 23:16:47] >>3 -[2013-09-25 23:17:47] >>3 -[2013-09-25 23:18:47] >>3 -[2013-09-25 23:19:47] >>3 -[2013-09-25 23:20:48] >>3 -[2013-09-25 23:21:48] >>3 -[2013-09-25 23:21:48] B -[2013-09-25 23:21:50] 3 -[2013-09-25 23:21:52] >3 -[2013-09-25 23:22:51] >>3 -[2013-09-25 23:23:52] >>3 -[2013-09-25 23:24:52] >>3 -[2013-09-25 23:25:52] >>3 -[2013-09-25 23:26:52] >>3 -[2013-09-25 23:27:52] >>3 -[2013-09-25 23:28:53] >>3 -[2013-09-25 23:28:54] B -[2013-09-25 23:28:56] 3 -[2013-09-25 23:28:58] >3 -[2013-09-25 23:29:57] >>3 -[2013-09-25 23:30:57] >>3 -[2013-09-25 23:31:58] >>3 -[2013-09-25 23:32:58] >>3 -[2013-09-25 23:33:58] >>3 -[2013-09-25 23:34:58] >>3 -[2013-09-25 23:35:59] >>3 -[2013-09-25 23:36:00] B -[2013-09-25 23:36:01] 3 -[2013-09-25 23:36:03] >3 -[2013-09-25 23:37:03] >>3 -[2013-09-25 23:38:03] >>3 -[2013-09-25 23:39:03] >>3 -[2013-09-25 23:40:03] >>3 -[2013-09-25 23:41:03] >>3 -[2013-09-25 23:42:04] >>3 -[2013-09-25 23:43:04] >>3 -[2013-09-25 23:43:06] B -[2013-09-25 23:43:07] 3 -[2013-09-25 23:43:09] >3 -[2013-09-25 23:44:09] >>3 -[2013-09-25 23:45:09] >>3 -[2013-09-25 23:46:09] >>3 -[2013-09-25 23:47:09] >>3 -[2013-09-25 23:48:09] >>3 -[2013-09-25 23:49:10] >>3 -[2013-09-25 23:50:10] >>3 -[2013-09-25 23:50:10] B -[2013-09-25 23:50:12] 3 -[2013-09-25 23:50:14] >3 -[2013-09-25 23:51:13] >>3 -[2013-09-25 23:52:14] >>3 -[2013-09-25 23:53:14] >>3 -[2013-09-25 23:54:14] >>3 -[2013-09-25 23:55:14] >>3 -[2013-09-25 23:56:15] >>3 -[2013-09-25 23:57:15] >>3 -[2013-09-25 23:57:16] B -[2013-09-25 23:57:17] 3 -[2013-09-25 23:57:19] >3 -[2013-09-25 23:58:19] >>3 -[2013-09-25 23:59:19] >>3 -[2013-09-26 00:00:19] >>3 -[2013-09-26 00:01:20] >>3 -[2013-09-26 00:02:20] >>3 -[2013-09-26 00:03:20] >>3 -[2013-09-26 00:04:20] >>3 -[2013-09-26 00:04:21] B -[2013-09-26 00:04:22] 3 -[2013-09-26 00:04:24] >3 -[2013-09-26 00:05:24] >>3 -[2013-09-26 00:06:24] >>3 -[2013-09-26 00:07:24] >>3 -[2013-09-26 00:08:24] >>3 -[2013-09-26 00:09:25] >>3 -[2013-09-26 00:10:25] >>3 -[2013-09-26 00:11:25] >>3 -[2013-09-26 00:11:27] B -[2013-09-26 00:11:28] 3 -[2013-09-26 00:11:30] >3 -[2013-09-26 00:12:30] >>3 -[2013-09-26 00:13:30] >>3 -[2013-09-26 00:14:30] >>3 -[2013-09-26 00:15:30] >>3 -[2013-09-26 00:16:31] >>3 -[2013-09-26 00:17:31] >>3 -[2013-09-26 00:18:31] >>3 -[2013-09-26 00:18:32] B -[2013-09-26 00:18:34] 3 -[2013-09-26 00:18:35] >3 -[2013-09-26 00:19:35] >>3 -[2013-09-26 00:20:35] >>3 -[2013-09-26 00:21:36] >>3 -[2013-09-26 00:22:36] >>3 -[2013-09-26 00:23:36] >>3 -[2013-09-26 00:24:36] >>3 -[2013-09-26 00:25:36] >>3 -[2013-09-26 00:25:38] B -[2013-09-26 00:25:39] 3 -[2013-09-26 00:25:41] >3 -[2013-09-26 00:26:40] >>3 -[2013-09-26 00:27:41] >>3 -[2013-09-26 00:28:41] >>3 -[2013-09-26 00:29:41] >>3 -[2013-09-26 00:30:41] >>3 -[2013-09-26 00:31:42] >>3 -[2013-09-26 00:32:42] >>3 -[2013-09-26 00:32:43] B -[2013-09-26 00:32:44] 3 -[2013-09-26 00:32:46] >3 -[2013-09-26 00:33:45] >>3 -[2013-09-26 00:34:46] >>3 -[2013-09-26 00:35:46] >>3 -[2013-09-26 00:36:46] >>3 -[2013-09-26 00:37:46] >>3 -[2013-09-26 00:38:46] >>3 -[2013-09-26 00:39:47] >>3 -[2013-09-26 00:39:48] B -[2013-09-26 00:39:50] 3 -[2013-09-26 00:39:52] >3 -[2013-09-26 00:40:51] >>3 -[2013-09-26 00:41:51] >>3 -[2013-09-26 00:42:52] >>3 -[2013-09-26 00:43:52] >>3 -[2013-09-26 00:44:52] >>3 -[2013-09-26 00:45:52] >>3 -[2013-09-26 00:46:53] >>3 -[2013-09-26 00:46:53] B -[2013-09-26 00:46:55] 3 -[2013-09-26 00:46:56] >3 -[2013-09-26 00:47:56] >>3 -[2013-09-26 00:48:56] >>3 -[2013-09-26 00:49:57] >>3 -[2013-09-26 00:50:57] >>3 -[2013-09-26 00:51:57] >>3 -[2013-09-26 00:52:57] >>3 -[2013-09-26 00:53:58] >>3 -[2013-09-26 00:53:59] B -[2013-09-26 00:54:00] 3 -[2013-09-26 00:54:02] >3 -[2013-09-26 00:55:02] >>3 -[2013-09-26 00:56:02] >>3 -[2013-09-26 00:56:08] 21 -[2013-09-26 00:56:09] >21 -[2013-09-26 00:56:19] 1 -[2013-09-26 00:56:20] >1 -[2013-09-26 00:56:25] 3 -[2013-09-26 00:56:26] >3 -[2013-09-26 00:57:26] >>3 -[2013-09-26 00:58:26] >>3 -[2013-09-26 00:59:26] >>3 -[2013-09-26 01:00:15] 1 -[2013-09-26 01:00:17] >1 -[2013-09-26 01:01:16] >>1 -[2013-09-26 01:01:29] 21 -[2013-09-26 01:01:30] >21 -[2013-09-26 01:02:30] >>21 -[2013-09-26 01:03:26] 1 -[2013-09-26 01:03:27] >1 -[2013-09-26 01:03:48] 9 -[2013-09-26 01:03:49] 1 -[2013-09-26 01:03:51] >1 -[2013-09-26 01:04:34] 3 -[2013-09-26 01:04:35] >3 -[2013-09-26 01:05:35] >>3 -[2013-09-26 01:06:35] >>3 -[2013-09-26 01:07:35] >>3 -[2013-09-26 01:08:36] >>3 -[2013-09-26 01:09:36] >>3 -[2013-09-26 01:10:36] >>3 -[2013-09-26 01:10:53] B -[2013-09-26 01:10:55] 3 -[2013-09-26 01:10:56] >3 -[2013-09-26 01:11:56] >>3 -[2013-09-26 01:12:56] >>3 -[2013-09-26 01:13:57] >>3 -[2013-09-26 01:14:57] >>3 -[2013-09-26 01:15:57] >>3 -[2013-09-26 01:16:57] >>3 -[2013-09-26 01:17:57] >>3 -[2013-09-26 01:17:58] B -[2013-09-26 01:18:00] 3 -[2013-09-26 01:18:01] >3 -[2013-09-26 01:19:01] >>3 -[2013-09-26 01:20:01] >>3 -[2013-09-26 01:21:01] >>3 -[2013-09-26 01:22:02] >>3 -[2013-09-26 01:23:02] >>3 -[2013-09-26 01:24:02] >>3 -[2013-09-26 01:25:02] >>3 -[2013-09-26 01:25:04] B -[2013-09-26 01:25:05] 3 -[2013-09-26 01:25:07] >3 -[2013-09-26 01:26:07] >>3 -[2013-09-26 01:27:07] >>3 -[2013-09-26 01:28:07] >>3 -[2013-09-26 01:29:07] >>3 -[2013-09-26 01:30:07] >>3 -[2013-09-26 01:31:08] >>3 -[2013-09-26 01:32:08] >>3 -[2013-09-26 01:32:09] B -[2013-09-26 01:32:10] 3 -[2013-09-26 01:32:12] >3 -[2013-09-26 01:33:12] >>3 -[2013-09-26 01:34:12] >>3 -[2013-09-26 01:35:12] >>3 -[2013-09-26 01:36:12] >>3 -[2013-09-26 01:37:12] >>3 -[2013-09-26 01:38:13] >>3 -[2013-09-26 01:39:13] >>3 -[2013-09-26 01:39:14] B -[2013-09-26 01:39:16] 3 -[2013-09-26 01:39:18] >3 -[2013-09-26 01:40:17] >>3 -[2013-09-26 01:41:18] >>3 -[2013-09-26 01:42:18] >>3 -[2013-09-26 01:43:18] >>3 -[2013-09-26 01:44:18] >>3 -[2013-09-26 01:45:19] >>3 -[2013-09-26 01:46:16] 5 -[2013-09-26 01:46:17] >5 -[2013-09-26 01:47:17] >>5 -[2013-09-26 01:47:58] 25 -[2013-09-26 01:47:58] 21 -[2013-09-26 01:48:00] >21 -[2013-09-26 01:48:17] 1 -[2013-09-26 01:48:18] >1 -[2013-09-26 01:48:30] 5 -[2013-09-26 01:48:31] >5 -[2013-09-26 01:48:51] 25 -[2013-09-26 01:48:52] 21 -[2013-09-26 01:48:53] >21 -[2013-09-26 01:49:32] 1 -[2013-09-26 01:49:34] >1 -[2013-09-26 01:49:53] 9 -[2013-09-26 01:49:55] 1 -[2013-09-26 01:49:56] >1 -[2013-09-26 01:50:40] 3 -[2013-09-26 01:50:41] >3 -[2013-09-26 01:51:41] >>3 -[2013-09-26 01:52:41] >>3 -[2013-09-26 01:53:41] >>3 -[2013-09-26 01:54:42] >>3 -[2013-09-26 01:55:42] >>3 -[2013-09-26 01:56:42] >>3 -[2013-09-26 01:56:59] B -[2013-09-26 01:57:01] 3 -[2013-09-26 01:57:03] >3 -[2013-09-26 01:58:02] >>3 -[2013-09-26 01:59:02] >>3 -[2013-09-26 02:00:03] >>3 -[2013-09-26 02:01:03] >>3 -[2013-09-26 02:02:03] >>3 -[2013-09-26 02:03:03] >>3 -[2013-09-26 02:04:04] >>3 -[2013-09-26 02:04:04] B -[2013-09-26 02:04:05] 3 -[2013-09-26 02:04:07] >3 -[2013-09-26 02:05:07] >>3 -[2013-09-26 02:06:07] >>3 -[2013-09-26 02:07:07] >>3 -[2013-09-26 02:08:07] >>3 -[2013-09-26 02:09:08] >>3 -[2013-09-26 02:10:08] >>3 -[2013-09-26 02:11:08] >>3 -[2013-09-26 02:11:10] B -[2013-09-26 02:11:11] 3 -[2013-09-26 02:11:13] >3 -[2013-09-26 02:12:13] >>3 -[2013-09-26 02:13:13] >>3 -[2013-09-26 02:14:13] >>3 -[2013-09-26 02:15:13] >>3 -[2013-09-26 02:16:13] >>3 -[2013-09-26 02:17:14] >>3 -[2013-09-26 02:18:14] >>3 -[2013-09-26 02:18:14] B -[2013-09-26 02:18:16] 3 -[2013-09-26 02:18:18] >3 -[2013-09-26 02:19:17] >>3 -[2013-09-26 02:20:18] >>3 -[2013-09-26 02:21:18] >>3 -[2013-09-26 02:22:18] >>3 -[2013-09-26 02:23:18] >>3 -[2013-09-26 02:24:19] >>3 -[2013-09-26 02:25:19] >>3 -[2013-09-26 02:25:20] B -[2013-09-26 02:25:22] 3 -[2013-09-26 02:25:23] >3 -[2013-09-26 02:26:23] >>3 -[2013-09-26 02:27:23] >>3 -[2013-09-26 02:28:23] >>3 -[2013-09-26 02:29:24] >>3 -[2013-09-26 02:29:39] 21 -[2013-09-26 02:29:40] >21 -[2013-09-26 02:29:50] 1 -[2013-09-26 02:29:52] >1 -[2013-09-26 02:30:05] 3 -[2013-09-26 02:30:07] >3 -[2013-09-26 02:31:07] >>3 -[2013-09-26 02:32:07] >>3 -[2013-09-26 02:32:45] B -[2013-09-26 02:32:46] 3 -[2013-09-26 02:32:48] >3 -[2013-09-26 02:33:48] >>3 -[2013-09-26 02:34:48] >>3 -[2013-09-26 02:35:48] >>3 -[2013-09-26 02:36:48] >>3 -[2013-09-26 02:37:49] >>3 -[2013-09-26 02:38:49] >>3 -[2013-09-26 02:39:49] >>3 -[2013-09-26 02:39:51] B -[2013-09-26 02:39:52] 3 -[2013-09-26 02:39:54] >3 -[2013-09-26 02:40:54] >>3 -[2013-09-26 02:41:54] >>3 -[2013-09-26 02:42:54] >>3 -[2013-09-26 02:43:54] >>3 -[2013-09-26 02:44:04] 1 -[2013-09-26 02:44:05] >1 -[2013-09-26 02:45:05] >>1 -[2013-09-26 02:46:05] >>1 -[2013-09-26 02:46:53] 21 -[2013-09-26 02:46:54] >21 -[2013-09-26 02:47:54] >>21 -[2013-09-26 02:48:54] >>21 -[2013-09-26 02:49:54] >>21 -[2013-09-26 02:50:55] >>21 -[2013-09-26 02:51:42] 1 -[2013-09-26 02:51:43] >1 -[2013-09-26 02:52:03] 9 -[2013-09-26 02:52:04] 1 -[2013-09-26 02:52:06] >1 -[2013-09-26 02:52:49] 3 -[2013-09-26 02:52:50] >3 -[2013-09-26 02:53:50] >>3 -[2013-09-26 02:54:50] >>3 -[2013-09-26 02:55:50] >>3 -[2013-09-26 02:56:51] >>3 -[2013-09-26 02:57:51] >>3 -[2013-09-26 02:58:51] >>3 -[2013-09-26 02:59:08] B -[2013-09-26 02:59:10] 3 -[2013-09-26 02:59:11] >3 -[2013-09-26 03:00:11] >>3 -[2013-09-26 03:01:11] >>3 -[2013-09-26 03:02:12] >>3 -[2013-09-26 03:03:12] >>3 -[2013-09-26 03:04:12] >>3 -[2013-09-26 03:05:12] >>3 -[2013-09-26 03:06:12] >>3 -[2013-09-26 03:06:13] B -[2013-09-26 03:06:15] 3 -[2013-09-26 03:06:16] >3 -[2013-09-26 03:07:16] >>3 -[2013-09-26 03:08:16] >>3 -[2013-09-26 03:09:17] >>3 -[2013-09-26 03:10:17] >>3 -[2013-09-26 03:11:17] >>3 -[2013-09-26 03:12:17] >>3 -[2013-09-26 03:13:17] >>3 -[2013-09-26 03:13:19] B -[2013-09-26 03:13:21] 3 -[2013-09-26 03:13:22] >3 -[2013-09-26 03:14:22] >>3 -[2013-09-26 03:15:22] >>3 -[2013-09-26 03:16:23] >>3 -[2013-09-26 03:17:23] >>3 -[2013-09-26 03:18:23] >>3 -[2013-09-26 03:19:23] >>3 -[2013-09-26 03:20:23] >>3 -[2013-09-26 03:20:24] B -[2013-09-26 03:20:26] 3 -[2013-09-26 03:20:27] >3 -[2013-09-26 03:21:27] >>3 -[2013-09-26 03:22:27] >>3 -[2013-09-26 03:23:27] >>3 -[2013-09-26 03:24:27] >>3 -[2013-09-26 03:25:28] >>3 -[2013-09-26 03:26:28] >>3 -[2013-09-26 03:27:28] >>3 -[2013-09-26 03:27:30] B -[2013-09-26 03:27:31] 3 -[2013-09-26 03:27:32] >3 -[2013-09-26 03:28:32] >>3 -[2013-09-26 03:29:32] >>3 -[2013-09-26 03:30:18] 1 -[2013-09-26 03:30:18] 21 -[2013-09-26 03:30:20] >21 -[2013-09-26 03:31:05] 1 -[2013-09-26 03:31:06] >1 -[2013-09-26 03:32:06] >>1 -[2013-09-26 03:32:08] 3 -[2013-09-26 03:32:10] >3 -[2013-09-26 03:33:09] >>3 -[2013-09-26 03:34:10] >>3 -[2013-09-26 03:35:10] >>3 -[2013-09-26 03:35:28] B -[2013-09-26 03:35:30] 3 -[2013-09-26 03:35:31] >3 -[2013-09-26 03:36:31] >>3 -[2013-09-26 03:37:31] >>3 -[2013-09-26 03:38:32] >>3 -[2013-09-26 03:39:32] >>3 -[2013-09-26 03:40:32] >>3 -[2013-09-26 03:41:32] >>3 -[2013-09-26 03:42:32] >>3 -[2013-09-26 03:42:34] B -[2013-09-26 03:42:36] 3 -[2013-09-26 03:42:37] >3 -[2013-09-26 03:43:37] >>3 -[2013-09-26 03:44:37] >>3 -[2013-09-26 03:45:37] >>3 -[2013-09-26 03:46:38] >>3 -[2013-09-26 03:47:38] >>3 -[2013-09-26 03:48:38] >>3 -[2013-09-26 03:49:38] >>3 -[2013-09-26 03:49:39] B -[2013-09-26 03:49:41] 3 -[2013-09-26 03:49:42] >3 -[2013-09-26 03:50:42] >>3 -[2013-09-26 03:51:42] >>3 -[2013-09-26 03:52:42] >>3 -[2013-09-26 03:53:43] >>3 -[2013-09-26 03:54:43] >>3 -[2013-09-26 03:55:43] >>3 -[2013-09-26 03:56:43] >>3 -[2013-09-26 03:56:44] B -[2013-09-26 03:56:46] 3 -[2013-09-26 03:56:48] >3 -[2013-09-26 03:57:47] >>3 -[2013-09-26 03:58:48] >>3 -[2013-09-26 03:59:48] >>3 -[2013-09-26 04:00:48] >>3 -[2013-09-26 04:01:48] >>3 -[2013-09-26 04:02:49] >>3 -[2013-09-26 04:03:49] >>3 -[2013-09-26 04:03:49] B -[2013-09-26 04:03:51] 3 -[2013-09-26 04:03:52] >3 -[2013-09-26 04:04:52] >>3 -[2013-09-26 04:05:52] >>3 -[2013-09-26 04:06:53] >>3 -[2013-09-26 04:07:53] >>3 -[2013-09-26 04:08:53] >>3 -[2013-09-26 04:09:53] >>3 -[2013-09-26 04:10:53] >>3 -[2013-09-26 04:10:55] B -[2013-09-26 04:10:57] 3 -[2013-09-26 04:10:58] >3 -[2013-09-26 04:11:58] >>3 -[2013-09-26 04:12:58] >>3 -[2013-09-26 04:13:58] >>3 -[2013-09-26 04:14:59] >>3 -[2013-09-26 04:15:59] >>3 -[2013-09-26 04:16:59] >>3 -[2013-09-26 04:17:59] >>3 -[2013-09-26 04:18:00] B -[2013-09-26 04:18:02] 3 -[2013-09-26 04:18:04] >3 -[2013-09-26 04:19:03] >>3 -[2013-09-26 04:20:04] >>3 -[2013-09-26 04:21:04] >>3 -[2013-09-26 04:22:04] >>3 -[2013-09-26 04:23:04] >>3 -[2013-09-26 04:24:04] >>3 -[2013-09-26 04:25:05] >>3 -[2013-09-26 04:25:06] B -[2013-09-26 04:25:08] 3 -[2013-09-26 04:25:09] >3 -[2013-09-26 04:26:09] >>3 -[2013-09-26 04:27:09] >>3 -[2013-09-26 04:28:10] >>3 -[2013-09-26 04:29:10] >>3 -[2013-09-26 04:30:10] >>3 -[2013-09-26 04:31:10] >>3 -[2013-09-26 04:32:10] >>3 -[2013-09-26 04:32:11] B -[2013-09-26 04:32:13] 3 -[2013-09-26 04:32:14] >3 -[2013-09-26 04:33:14] >>3 -[2013-09-26 04:34:14] >>3 -[2013-09-26 04:35:14] >>3 -[2013-09-26 04:36:15] >>3 -[2013-09-26 04:37:15] >>3 -[2013-09-26 04:38:15] >>3 -[2013-09-26 04:39:15] >>3 -[2013-09-26 04:39:17] B -[2013-09-26 04:39:18] 3 -[2013-09-26 04:39:20] >3 -[2013-09-26 04:40:20] >>3 -[2013-09-26 04:41:20] >>3 -[2013-09-26 04:42:20] >>3 -[2013-09-26 04:43:21] >>3 -[2013-09-26 04:44:21] >>3 -[2013-09-26 04:45:21] >>3 -[2013-09-26 04:46:21] >>3 -[2013-09-26 04:46:22] B -[2013-09-26 04:46:23] 3 -[2013-09-26 04:46:25] >3 -[2013-09-26 04:47:24] >>3 -[2013-09-26 04:48:24] >>3 -[2013-09-26 04:49:25] >>3 -[2013-09-26 04:50:25] >>3 -[2013-09-26 04:51:25] >>3 -[2013-09-26 04:52:25] >>3 -[2013-09-26 04:53:26] >>3 -[2013-09-26 04:53:27] B -[2013-09-26 04:53:29] 3 -[2013-09-26 04:53:30] >3 -[2013-09-26 04:54:30] >>3 -[2013-09-26 04:55:30] >>3 -[2013-09-26 04:56:31] >>3 -[2013-09-26 04:57:31] >>3 -[2013-09-26 04:58:31] >>3 -[2013-09-26 04:59:31] >>3 -[2013-09-26 05:00:31] >>3 -[2013-09-26 05:00:33] B -[2013-09-26 05:00:34] 3 -[2013-09-26 05:00:36] >3 -[2013-09-26 05:01:36] >>3 -[2013-09-26 05:02:36] >>3 -[2013-09-26 05:03:36] >>3 -[2013-09-26 05:04:36] >>3 -[2013-09-26 05:05:20] 1 -[2013-09-26 05:05:22] >1 -[2013-09-26 05:06:21] >>1 -[2013-09-26 05:07:22] >>1 -[2013-09-26 05:07:35] 21 -[2013-09-26 05:07:37] >21 -[2013-09-26 05:08:37] >>21 -[2013-09-26 05:09:37] >>21 -[2013-09-26 05:09:58] 1 -[2013-09-26 05:10:00] >1 -[2013-09-26 05:10:24] 9 -[2013-09-26 05:10:26] 1 -[2013-09-26 05:10:28] >1 -[2013-09-26 05:11:11] 3 -[2013-09-26 05:11:12] >3 -[2013-09-26 05:12:12] >>3 -[2013-09-26 05:13:12] >>3 -[2013-09-26 05:14:13] >>3 -[2013-09-26 05:15:13] >>3 -[2013-09-26 05:16:13] >>3 -[2013-09-26 05:17:13] >>3 -[2013-09-26 05:17:30] B -[2013-09-26 05:17:32] 3 -[2013-09-26 05:17:34] >3 -[2013-09-26 05:18:33] >>3 -[2013-09-26 05:19:34] >>3 -[2013-09-26 05:20:34] >>3 -[2013-09-26 05:21:34] >>3 -[2013-09-26 05:22:34] >>3 -[2013-09-26 05:23:35] >>3 -[2013-09-26 05:24:35] >>3 -[2013-09-26 05:24:35] B -[2013-09-26 05:24:37] 3 -[2013-09-26 05:24:38] >3 -[2013-09-26 05:25:38] >>3 -[2013-09-26 05:26:38] >>3 -[2013-09-26 05:27:38] >>3 -[2013-09-26 05:28:39] >>3 -[2013-09-26 05:29:39] >>3 -[2013-09-26 05:30:39] >>3 -[2013-09-26 05:31:39] >>3 -[2013-09-26 05:31:41] B -[2013-09-26 05:31:42] 3 -[2013-09-26 05:31:44] >3 -[2013-09-26 05:32:44] >>3 -[2013-09-26 05:33:44] >>3 -[2013-09-26 05:34:44] >>3 -[2013-09-26 05:35:44] >>3 -[2013-09-26 05:36:45] >>3 -[2013-09-26 05:37:45] >>3 -[2013-09-26 05:38:45] >>3 -[2013-09-26 05:38:46] B -[2013-09-26 05:38:47] 3 -[2013-09-26 05:38:49] >3 -[2013-09-26 05:39:49] >>3 -[2013-09-26 05:40:49] >>3 -[2013-09-26 05:41:49] >>3 -[2013-09-26 05:42:49] >>3 -[2013-09-26 05:43:50] >>3 -[2013-09-26 05:44:50] >>3 -[2013-09-26 05:45:50] >>3 -[2013-09-26 05:45:51] B -[2013-09-26 05:45:53] 3 -[2013-09-26 05:45:54] >3 -[2013-09-26 05:46:54] >>3 -[2013-09-26 05:47:54] >>3 -[2013-09-26 05:48:55] >>3 -[2013-09-26 05:49:55] >>3 -[2013-09-26 05:50:55] >>3 -[2013-09-26 05:51:55] >>3 -[2013-09-26 05:52:55] >>3 -[2013-09-26 05:52:57] B -[2013-09-26 05:52:58] 3 -[2013-09-26 05:53:00] >3 -[2013-09-26 05:53:59] >>3 -[2013-09-26 05:55:00] >>3 -[2013-09-26 05:56:00] >>3 -[2013-09-26 05:57:00] >>3 -[2013-09-26 05:58:00] >>3 -[2013-09-26 05:59:01] >>3 -[2013-09-26 06:00:01] >>3 -[2013-09-26 06:00:02] B -[2013-09-26 06:00:04] 3 -[2013-09-26 06:00:06] >3 -[2013-09-26 06:00:50] 21 -[2013-09-26 06:00:52] >21 -[2013-09-26 06:00:59] 1 -[2013-09-26 06:01:00] >1 -[2013-09-26 06:02:00] >>1 -[2013-09-26 06:02:05] 21 -[2013-09-26 06:02:07] >21 -[2013-09-26 06:03:07] >>21 -[2013-09-26 06:04:07] >>21 -[2013-09-26 06:05:07] >>21 -[2013-09-26 06:06:07] >>21 -[2013-09-26 06:07:07] >>21 -[2013-09-26 06:08:08] >>21 -[2013-09-26 06:09:08] >>21 -[2013-09-26 06:10:08] >>21 -[2013-09-26 06:11:08] >>21 -[2013-09-26 06:12:08] >>21 -[2013-09-26 06:13:09] >>21 -[2013-09-26 06:14:09] >>21 -[2013-09-26 06:15:09] >>21 -[2013-09-26 06:16:09] >>21 -[2013-09-26 06:17:10] >>21 -[2013-09-26 06:18:10] >>21 -[2013-09-26 06:19:10] >>21 -[2013-09-26 06:20:10] >>21 -[2013-09-26 06:21:10] >>21 -[2013-09-26 06:21:56] 1 -[2013-09-26 06:21:58] >1 -[2013-09-26 06:22:22] 3 -[2013-09-26 06:22:24] >3 -[2013-09-26 06:23:05] B -[2013-09-26 06:23:06] 3 -[2013-09-26 06:23:08] >3 -[2013-09-26 06:24:08] >>3 -[2013-09-26 06:25:08] >>3 -[2013-09-26 06:25:23] B -[2013-09-26 06:25:24] 3 -[2013-09-26 06:25:26] >3 -[2013-09-26 06:26:26] >>3 -[2013-09-26 06:27:26] >>3 -[2013-09-26 06:27:41] B -[2013-09-26 06:27:43] 3 -[2013-09-26 06:27:45] >3 -[2013-09-26 06:28:45] >>3 -[2013-09-26 06:29:45] >>3 -[2013-09-26 06:29:59] B -[2013-09-26 06:30:01] 3 -[2013-09-26 06:30:03] >3 -[2013-09-26 06:31:02] >>3 -[2013-09-26 06:32:03] >>3 -[2013-09-26 06:32:18] B -[2013-09-26 06:32:20] 3 -[2013-09-26 06:32:22] >3 -[2013-09-26 06:33:21] >>3 -[2013-09-26 06:34:22] >>3 -[2013-09-26 06:35:22] >>3 -[2013-09-26 06:35:48] B -[2013-09-26 06:35:50] 3 -[2013-09-26 06:35:51] >3 -[2013-09-26 06:36:51] >>3 -[2013-09-26 06:37:51] >>3 -[2013-09-26 06:38:07] B -[2013-09-26 06:38:08] 3 -[2013-09-26 06:38:10] >3 -[2013-09-26 06:39:10] >>3 -[2013-09-26 06:40:10] >>3 -[2013-09-26 06:40:25] B -[2013-09-26 06:40:26] 3 -[2013-09-26 06:40:28] >3 -[2013-09-26 06:41:28] >>3 -[2013-09-26 06:42:28] >>3 -[2013-09-26 06:42:44] B -[2013-09-26 06:42:45] 3 -[2013-09-26 06:42:46] >3 -[2013-09-26 06:43:46] >>3 -[2013-09-26 06:44:46] >>3 -[2013-09-26 06:45:02] B -[2013-09-26 06:45:03] 3 -[2013-09-26 06:45:05] >3 -[2013-09-26 06:46:05] >>3 -[2013-09-26 06:47:05] >>3 -[2013-09-26 06:47:20] B -[2013-09-26 06:47:22] 3 -[2013-09-26 06:47:23] >3 -[2013-09-26 06:48:23] >>3 -[2013-09-26 06:49:23] >>3 -[2013-09-26 06:49:39] B -[2013-09-26 06:49:41] 3 -[2013-09-26 06:49:42] >3 -[2013-09-26 06:50:42] >>3 -[2013-09-26 06:51:42] >>3 -[2013-09-26 06:51:58] B -[2013-09-26 06:51:59] 3 -[2013-09-26 06:52:01] >3 -[2013-09-26 06:53:01] >>3 -[2013-09-26 06:54:01] >>3 -[2013-09-26 06:54:16] B -[2013-09-26 06:54:17] 3 -[2013-09-26 06:54:19] >3 -[2013-09-26 06:55:19] >>3 -[2013-09-26 06:56:19] >>3 -[2013-09-26 06:56:35] B -[2013-09-26 06:56:36] 3 -[2013-09-26 06:56:37] >3 -[2013-09-26 06:57:37] >>3 -[2013-09-26 06:58:37] >>3 -[2013-09-26 06:58:53] B -[2013-09-26 06:58:54] 3 -[2013-09-26 06:58:56] >3 -[2013-09-26 06:59:55] >>3 -[2013-09-26 07:00:56] >>3 -[2013-09-26 07:01:14] B -[2013-09-26 07:01:16] 3 -[2013-09-26 07:01:18] >3 -[2013-09-26 07:02:17] >>3 -[2013-09-26 07:03:18] >>3 -[2013-09-26 07:03:33] B -[2013-09-26 07:03:35] 3 -[2013-09-26 07:03:36] >3 -[2013-09-26 07:04:36] >>3 -[2013-09-26 07:05:36] >>3 -[2013-09-26 07:05:52] B -[2013-09-26 07:05:54] 3 -[2013-09-26 07:05:55] >3 -[2013-09-26 07:06:55] >>3 -[2013-09-26 07:07:55] >>3 -[2013-09-26 07:08:10] B -[2013-09-26 07:08:12] 3 -[2013-09-26 07:08:13] >3 -[2013-09-26 07:09:13] >>3 -[2013-09-26 07:10:13] >>3 -[2013-09-26 07:10:29] B -[2013-09-26 07:10:30] 3 -[2013-09-26 07:10:32] >3 -[2013-09-26 07:11:32] >>3 -[2013-09-26 07:12:32] >>3 -[2013-09-26 07:12:47] B -[2013-09-26 07:12:48] 3 -[2013-09-26 07:12:50] >3 -[2013-09-26 07:13:50] >>3 -[2013-09-26 07:14:50] >>3 -[2013-09-26 07:15:06] B -[2013-09-26 07:15:07] 3 -[2013-09-26 07:15:09] >3 -[2013-09-26 07:16:09] >>3 -[2013-09-26 07:17:09] >>3 -[2013-09-26 07:17:24] B -[2013-09-26 07:17:26] 3 -[2013-09-26 07:17:27] >3 -[2013-09-26 07:18:27] >>3 -[2013-09-26 07:19:27] >>3 -[2013-09-26 07:19:43] B -[2013-09-26 07:19:45] 3 -[2013-09-26 07:19:46] >3 -[2013-09-26 07:20:46] >>3 -[2013-09-26 07:21:46] >>3 -[2013-09-26 07:22:01] B -[2013-09-26 07:22:02] 3 -[2013-09-26 07:22:04] >3 -[2013-09-26 07:23:04] >>3 -[2013-09-26 07:24:04] >>3 -[2013-09-26 07:24:20] B -[2013-09-26 07:24:21] 3 -[2013-09-26 07:24:23] >3 -[2013-09-26 07:25:23] >>3 -[2013-09-26 07:26:23] >>3 -[2013-09-26 07:26:38] B -[2013-09-26 07:26:39] 3 -[2013-09-26 07:26:41] >3 -[2013-09-26 07:27:41] >>3 -[2013-09-26 07:28:41] >>3 -[2013-09-26 07:28:57] B -[2013-09-26 07:28:58] 3 -[2013-09-26 07:29:00] >3 -[2013-09-26 07:30:00] >>3 -[2013-09-26 07:31:00] >>3 -[2013-09-26 07:31:15] B -[2013-09-26 07:31:17] 3 -[2013-09-26 07:31:18] >3 -[2013-09-26 07:32:18] >>3 -[2013-09-26 07:33:18] >>3 -[2013-09-26 07:33:34] B -[2013-09-26 07:33:36] 3 -[2013-09-26 07:33:37] >3 -[2013-09-26 07:34:15] 1 -[2013-09-26 07:34:17] >1 -[2013-09-26 07:35:17] >>1 -[2013-09-26 07:35:58] 21 -[2013-09-26 07:36:00] >21 -[2013-09-26 07:37:00] >>21 -[2013-09-26 07:38:00] >>21 -[2013-09-26 07:39:00] >>21 -[2013-09-26 07:39:05] 1 -[2013-09-26 07:39:07] >1 -[2013-09-26 07:39:27] 9 -[2013-09-26 07:39:28] 1 -[2013-09-26 07:39:30] 3 -[2013-09-26 07:39:31] >3 -[2013-09-26 07:40:31] >>3 -[2013-09-26 07:41:31] >>3 -[2013-09-26 07:41:46] B -[2013-09-26 07:41:47] 3 -[2013-09-26 07:41:49] >3 -[2013-09-26 07:42:49] >>3 -[2013-09-26 07:43:49] >>3 -[2013-09-26 07:44:04] B -[2013-09-26 07:44:05] 3 -[2013-09-26 07:44:07] >3 -[2013-09-26 07:45:07] >>3 -[2013-09-26 07:46:07] >>3 -[2013-09-26 07:46:23] B -[2013-09-26 07:46:24] 3 -[2013-09-26 07:46:26] >3 -[2013-09-26 07:47:26] >>3 -[2013-09-26 07:48:27] >>3 -[2013-09-26 07:48:40] B -[2013-09-26 07:48:42] 3 -[2013-09-26 07:48:43] >3 -[2013-09-26 07:49:43] >>3 -[2013-09-26 07:50:43] >>3 -[2013-09-26 07:50:59] B -[2013-09-26 07:51:01] 3 -[2013-09-26 07:51:03] >3 -[2013-09-26 07:52:02] >>3 -[2013-09-26 07:53:03] >>3 -[2013-09-26 07:53:18] B -[2013-09-26 07:53:19] 3 -[2013-09-26 07:53:21] >3 -[2013-09-26 07:54:21] >>3 -[2013-09-26 07:55:21] >>3 -[2013-09-26 07:55:37] B -[2013-09-26 07:55:38] 3 -[2013-09-26 07:55:40] >3 -[2013-09-26 07:56:40] >>3 -[2013-09-26 07:57:40] >>3 -[2013-09-26 07:57:55] B -[2013-09-26 07:57:56] 3 -[2013-09-26 07:57:58] >3 -[2013-09-26 07:58:58] >>3 -[2013-09-26 07:59:58] >>3 -[2013-09-26 08:00:14] B -[2013-09-26 08:00:15] 3 -[2013-09-26 08:00:17] >3 -[2013-09-26 08:01:17] >>3 -[2013-09-26 08:02:17] >>3 -[2013-09-26 08:02:31] B -[2013-09-26 08:02:33] 3 -[2013-09-26 08:02:35] >3 -[2013-09-26 08:03:34] >>3 -[2013-09-26 08:04:35] >>3 -[2013-09-26 08:04:50] B -[2013-09-26 08:04:52] 3 -[2013-09-26 08:04:54] >3 -[2013-09-26 08:05:53] >>3 -[2013-09-26 08:06:54] >>3 -[2013-09-26 08:07:09] B -[2013-09-26 08:07:10] 3 -[2013-09-26 08:07:12] >3 -[2013-09-26 08:08:12] >>3 -[2013-09-26 08:09:12] >>3 -[2013-09-26 08:09:28] B -[2013-09-26 08:09:29] 3 -[2013-09-26 08:09:31] >3 -[2013-09-26 08:10:31] >>3 -[2013-09-26 08:11:31] >>3 -[2013-09-26 08:11:46] B -[2013-09-26 08:11:47] 3 -[2013-09-26 08:11:49] >3 -[2013-09-26 08:12:49] >>3 -[2013-09-26 08:13:49] >>3 -[2013-09-26 08:14:05] B -[2013-09-26 08:14:06] 3 -[2013-09-26 08:14:08] >3 -[2013-09-26 08:15:08] >>3 -[2013-09-26 08:16:08] >>3 -[2013-09-26 08:16:22] B -[2013-09-26 08:16:24] 3 -[2013-09-26 08:16:26] >3 -[2013-09-26 08:17:25] >>3 -[2013-09-26 08:18:26] >>3 -[2013-09-26 08:18:41] B -[2013-09-26 08:18:43] 3 -[2013-09-26 08:18:45] >3 -[2013-09-26 08:19:44] >>3 -[2013-09-26 08:20:45] >>3 -[2013-09-26 08:21:00] B -[2013-09-26 08:21:02] 3 -[2013-09-26 08:21:04] >3 -[2013-09-26 08:22:03] >>3 -[2013-09-26 08:23:03] >>3 -[2013-09-26 08:23:19] B -[2013-09-26 08:23:21] 3 -[2013-09-26 08:23:22] >3 -[2013-09-26 08:24:22] >>3 -[2013-09-26 08:25:22] >>3 -[2013-09-26 08:25:37] B -[2013-09-26 08:25:39] 3 -[2013-09-26 08:25:40] >3 -[2013-09-26 08:26:40] >>3 -[2013-09-26 08:27:40] >>3 -[2013-09-26 08:27:56] B -[2013-09-26 08:27:57] 3 -[2013-09-26 08:27:59] >3 -[2013-09-26 08:28:59] >>3 -[2013-09-26 08:29:59] >>3 -[2013-09-26 08:30:14] B -[2013-09-26 08:30:15] 3 -[2013-09-26 08:30:17] >3 -[2013-09-26 08:31:17] >>3 -[2013-09-26 08:32:17] >>3 -[2013-09-26 08:32:33] B -[2013-09-26 08:32:34] 3 -[2013-09-26 08:32:36] >3 -[2013-09-26 08:33:36] >>3 -[2013-09-26 08:34:36] >>3 -[2013-09-26 08:34:51] B -[2013-09-26 08:34:53] 3 -[2013-09-26 08:34:54] >3 -[2013-09-26 08:35:54] >>3 -[2013-09-26 08:36:54] >>3 -[2013-09-26 08:37:10] B -[2013-09-26 08:37:12] 3 -[2013-09-26 08:37:13] >3 -[2013-09-26 08:38:13] >>3 -[2013-09-26 08:39:13] >>3 -[2013-09-26 08:39:28] B -[2013-09-26 08:39:30] 3 -[2013-09-26 08:39:31] >3 -[2013-09-26 08:40:31] >>3 -[2013-09-26 08:41:31] >>3 -[2013-09-26 08:41:47] B -[2013-09-26 08:41:48] 3 -[2013-09-26 08:41:50] >3 -[2013-09-26 08:42:50] >>3 -[2013-09-26 08:43:50] >>3 -[2013-09-26 08:44:05] B -[2013-09-26 08:44:06] 3 -[2013-09-26 08:44:08] >3 -[2013-09-26 08:45:08] >>3 -[2013-09-26 08:46:08] >>3 -[2013-09-26 08:46:24] B -[2013-09-26 08:46:25] 3 -[2013-09-26 08:46:27] >3 -[2013-09-26 08:47:27] >>3 -[2013-09-26 08:48:27] >>3 -[2013-09-26 08:48:42] B -[2013-09-26 08:48:44] 3 -[2013-09-26 08:48:46] >3 -[2013-09-26 08:49:45] >>3 -[2013-09-26 08:50:46] >>3 -[2013-09-26 08:51:01] B -[2013-09-26 08:51:03] 3 -[2013-09-26 08:51:04] >3 -[2013-09-26 08:52:04] >>3 -[2013-09-26 08:53:04] >>3 -[2013-09-26 08:53:19] B -[2013-09-26 08:53:21] 3 -[2013-09-26 08:53:22] >3 -[2013-09-26 08:54:22] >>3 -[2013-09-26 08:55:22] >>3 -[2013-09-26 08:55:38] B -[2013-09-26 08:55:40] 3 -[2013-09-26 08:55:41] >3 -[2013-09-26 08:56:41] >>3 -[2013-09-26 08:57:41] >>3 -[2013-09-26 08:57:56] B -[2013-09-26 08:57:57] 3 -[2013-09-26 08:57:59] >3 -[2013-09-26 08:58:59] >>3 -[2013-09-26 08:59:59] >>3 -[2013-09-26 09:00:15] B -[2013-09-26 09:00:16] 3 -[2013-09-26 09:00:18] >3 -[2013-09-26 09:01:18] >>3 -[2013-09-26 09:02:18] >>3 -[2013-09-26 09:02:33] B -[2013-09-26 09:02:35] 3 -[2013-09-26 09:02:36] >3 -[2013-09-26 09:03:36] >>3 -[2013-09-26 09:04:36] >>3 -[2013-09-26 09:04:52] B -[2013-09-26 09:04:54] 3 -[2013-09-26 09:04:55] >3 -[2013-09-26 09:05:55] >>3 -[2013-09-26 09:06:55] >>3 -[2013-09-26 09:07:10] B -[2013-09-26 09:07:12] 3 -[2013-09-26 09:07:13] >3 -[2013-09-26 09:08:13] >>3 -[2013-09-26 09:09:13] >>3 -[2013-09-26 09:09:29] B -[2013-09-26 09:09:31] 3 -[2013-09-26 09:09:32] >3 -[2013-09-26 09:10:32] >>3 -[2013-09-26 09:11:32] >>3 -[2013-09-26 09:11:47] B -[2013-09-26 09:11:48] 3 -[2013-09-26 09:11:50] >3 -[2013-09-26 09:12:50] >>3 -[2013-09-26 09:13:50] >>3 -[2013-09-26 09:14:06] B -[2013-09-26 09:14:07] 3 -[2013-09-26 09:14:09] >3 -[2013-09-26 09:15:09] >>3 -[2013-09-26 09:16:09] >>3 -[2013-09-26 09:16:28] B -[2013-09-26 09:16:30] 3 -[2013-09-26 09:16:31] >3 -[2013-09-26 09:17:31] >>3 -[2013-09-26 09:18:31] >>3 -[2013-09-26 09:18:47] B -[2013-09-26 09:18:49] 3 -[2013-09-26 09:18:50] >3 -[2013-09-26 09:19:50] >>3 -[2013-09-26 09:20:50] >>3 -[2013-09-26 09:21:05] B -[2013-09-26 09:21:07] 3 -[2013-09-26 09:21:08] >3 -[2013-09-26 09:22:08] >>3 -[2013-09-26 09:23:08] >>3 -[2013-09-26 09:23:23] B -[2013-09-26 09:23:25] 3 -[2013-09-26 09:23:27] >3 -[2013-09-26 09:24:26] >>3 -[2013-09-26 09:25:27] >>3 -[2013-09-26 09:25:41] B -[2013-09-26 09:25:43] 3 -[2013-09-26 09:25:45] >3 -[2013-09-26 09:26:44] >>3 -[2013-09-26 09:27:45] >>3 -[2013-09-26 09:28:00] B -[2013-09-26 09:28:02] 3 -[2013-09-26 09:28:03] >3 -[2013-09-26 09:29:03] >>3 -[2013-09-26 09:30:03] >>3 -[2013-09-26 09:30:19] B -[2013-09-26 09:30:21] 3 -[2013-09-26 09:30:22] >3 -[2013-09-26 09:31:28] >>3 -[2013-09-26 09:32:28] >>3 -[2013-09-26 09:32:38] B -[2013-09-26 09:32:40] 3 -[2013-09-26 09:32:41] >3 -[2013-09-26 09:33:41] >>3 -[2013-09-26 09:34:41] >>3 -[2013-09-26 09:34:56] B -[2013-09-26 09:34:57] 3 -[2013-09-26 09:34:59] >3 -[2013-09-26 09:35:59] >>3 -[2013-09-26 09:36:59] >>3 -[2013-09-26 09:37:15] B -[2013-09-26 09:37:16] 3 -[2013-09-26 09:37:18] >3 -[2013-09-26 09:38:18] >>3 -[2013-09-26 09:39:18] >>3 -[2013-09-26 09:39:32] B -[2013-09-26 09:39:34] 3 -[2013-09-26 09:39:36] >3 -[2013-09-26 09:40:27] 5 -[2013-09-26 09:40:28] >5 -[2013-09-26 09:40:36] 25 -[2013-09-26 09:40:37] >25 -[2013-09-26 09:40:43] 21 -[2013-09-26 09:40:43] 25 -[2013-09-26 09:40:45] 21 -[2013-09-26 09:40:46] 25 -[2013-09-26 09:40:47] >25 -[2013-09-26 09:40:55] 5 -[2013-09-26 09:40:56] 25 -[2013-09-26 09:40:57] >25 -[2013-09-26 09:41:08] 21 -[2013-09-26 09:41:08] 25 -[2013-09-26 09:41:10] >25 -[2013-09-26 09:42:10] >>25 -[2013-09-26 09:43:10] >>25 -[2013-09-26 09:43:16] 21 -[2013-09-26 09:43:18] >21 -[2013-09-26 09:44:17] >>21 -[2013-09-26 09:44:19] 1 -[2013-09-26 09:44:20] >1 -[2013-09-26 09:44:42] 9 -[2013-09-26 09:44:44] 1 -[2013-09-26 09:44:45] 3 -[2013-09-26 09:44:47] >3 -[2013-09-26 09:45:46] >>3 -[2013-09-26 09:46:47] >>3 -[2013-09-26 09:47:01] B -[2013-09-26 09:47:03] 3 -[2013-09-26 09:47:05] >3 -[2013-09-26 09:48:04] >>3 -[2013-09-26 09:49:04] >>3 -[2013-09-26 09:49:20] B -[2013-09-26 09:49:21] 3 -[2013-09-26 09:49:22] >3 -[2013-09-26 09:50:22] >>3 -[2013-09-26 09:51:22] >>3 -[2013-09-26 09:51:38] B -[2013-09-26 09:51:40] 3 -[2013-09-26 09:51:41] >3 -[2013-09-26 09:52:41] >>3 -[2013-09-26 09:53:41] >>3 -[2013-09-26 09:53:56] B -[2013-09-26 09:53:58] 3 -[2013-09-26 09:54:00] >3 -[2013-09-26 09:54:59] >>3 -[2013-09-26 09:55:59] >>3 -[2013-09-26 09:56:15] B -[2013-09-26 09:56:17] 3 -[2013-09-26 09:56:18] >3 -[2013-09-26 09:57:18] >>3 -[2013-09-26 09:58:18] >>3 -[2013-09-26 09:58:33] B -[2013-09-26 09:58:35] 3 -[2013-09-26 09:58:37] >3 -[2013-09-26 09:59:36] >>3 -[2013-09-26 10:00:37] >>3 -[2013-09-26 10:00:52] B -[2013-09-26 10:00:54] 3 -[2013-09-26 10:00:55] >3 -[2013-09-26 10:01:55] >>3 -[2013-09-26 10:02:55] >>3 -[2013-09-26 10:03:11] B -[2013-09-26 10:03:12] 3 -[2013-09-26 10:03:14] >3 -[2013-09-26 10:04:14] >>3 -[2013-09-26 10:05:14] >>3 -[2013-09-26 10:05:29] B -[2013-09-26 10:05:31] 3 -[2013-09-26 10:05:33] >3 -[2013-09-26 10:06:32] >>3 -[2013-09-26 10:07:33] >>3 -[2013-09-26 10:07:47] B -[2013-09-26 10:07:49] 3 -[2013-09-26 10:07:50] >3 -[2013-09-26 10:08:50] >>3 -[2013-09-26 10:09:50] >>3 -[2013-09-26 10:10:06] B -[2013-09-26 10:10:07] 3 -[2013-09-26 10:10:09] >3 -[2013-09-26 10:11:09] >>3 -[2013-09-26 10:12:09] >>3 -[2013-09-26 10:12:25] B -[2013-09-26 10:12:26] 3 -[2013-09-26 10:12:28] >3 -[2013-09-26 10:13:28] >>3 -[2013-09-26 10:14:28] >>3 -[2013-09-26 10:14:48] B -[2013-09-26 10:14:50] 3 -[2013-09-26 10:14:52] >3 -[2013-09-26 10:15:51] >>3 -[2013-09-26 10:16:52] >>3 -[2013-09-26 10:17:06] B -[2013-09-26 10:17:08] 3 -[2013-09-26 10:17:09] >3 -[2013-09-26 10:18:09] >>3 -[2013-09-26 10:19:09] >>3 -[2013-09-26 10:19:25] B -[2013-09-26 10:19:27] 3 -[2013-09-26 10:19:28] >3 -[2013-09-26 10:20:28] >>3 -[2013-09-26 10:21:28] >>3 -[2013-09-26 10:21:43] B -[2013-09-26 10:21:45] 3 -[2013-09-26 10:21:46] >3 -[2013-09-26 10:22:46] >>3 -[2013-09-26 10:23:46] >>3 -[2013-09-26 10:24:02] B -[2013-09-26 10:24:03] 3 -[2013-09-26 10:24:05] >3 -[2013-09-26 10:25:05] >>3 -[2013-09-26 10:26:05] >>3 -[2013-09-26 10:26:21] B -[2013-09-26 10:26:22] 3 -[2013-09-26 10:26:24] >3 -[2013-09-26 10:27:24] >>3 -[2013-09-26 10:28:24] >>3 -[2013-09-26 10:28:39] B -[2013-09-26 10:28:41] 3 -[2013-09-26 10:28:43] >3 -[2013-09-26 10:29:42] >>3 -[2013-09-26 10:30:43] >>3 -[2013-09-26 10:30:57] B -[2013-09-26 10:30:59] 3 -[2013-09-26 10:31:00] >3 -[2013-09-26 10:32:00] >>3 -[2013-09-26 10:32:48] 1 -[2013-09-26 10:32:50] >1 -[2013-09-26 10:33:14] 21 -[2013-09-26 10:33:15] >21 -[2013-09-26 10:34:15] >>21 -[2013-09-26 10:35:15] >>21 -[2013-09-26 10:36:15] >>21 -[2013-09-26 10:36:42] 1 -[2013-09-26 10:36:44] >1 -[2013-09-26 10:37:05] 9 -[2013-09-26 10:37:07] 1 -[2013-09-26 10:37:08] 3 -[2013-09-26 10:37:10] >3 -[2013-09-26 10:38:09] >>3 -[2013-09-26 10:39:10] >>3 -[2013-09-26 10:39:24] B -[2013-09-26 10:39:26] 3 -[2013-09-26 10:39:28] >3 -[2013-09-26 10:40:27] >>3 -[2013-09-26 10:41:28] >>3 -[2013-09-26 10:41:42] B -[2013-09-26 10:41:44] 3 -[2013-09-26 10:41:45] >3 -[2013-09-26 10:42:45] >>3 -[2013-09-26 10:43:45] >>3 -[2013-09-26 10:44:01] B -[2013-09-26 10:44:03] 3 -[2013-09-26 10:44:04] >3 -[2013-09-26 10:45:04] >>3 -[2013-09-26 10:46:04] >>3 -[2013-09-26 10:46:19] B -[2013-09-26 10:46:20] 3 -[2013-09-26 10:46:22] >3 -[2013-09-26 10:47:22] >>3 -[2013-09-26 10:48:22] >>3 -[2013-09-26 10:48:38] B -[2013-09-26 10:48:39] 3 -[2013-09-26 10:48:41] >3 -[2013-09-26 10:49:41] >>3 -[2013-09-26 10:50:41] >>3 -[2013-09-26 10:50:57] B -[2013-09-26 10:50:58] 3 -[2013-09-26 10:51:00] >3 -[2013-09-26 10:51:59] >>3 -[2013-09-26 10:53:00] >>3 -[2013-09-26 10:53:15] B -[2013-09-26 10:53:17] 3 -[2013-09-26 10:53:19] >3 -[2013-09-26 10:54:18] >>3 -[2013-09-26 10:55:19] >>3 -[2013-09-26 10:55:33] B -[2013-09-26 10:55:35] 3 -[2013-09-26 10:55:36] >3 -[2013-09-26 10:56:36] >>3 -[2013-09-26 10:57:36] >>3 -[2013-09-26 10:57:52] B -[2013-09-26 10:57:54] 3 -[2013-09-26 10:57:55] >3 -[2013-09-26 10:58:55] >>3 -[2013-09-26 10:59:55] >>3 -[2013-09-26 11:00:10] B -[2013-09-26 11:00:11] 3 -[2013-09-26 11:00:13] >3 -[2013-09-26 11:01:13] >>3 -[2013-09-26 11:02:13] >>3 -[2013-09-26 11:02:29] B -[2013-09-26 11:02:30] 3 -[2013-09-26 11:02:32] >3 -[2013-09-26 11:03:32] >>3 -[2013-09-26 11:04:32] >>3 -[2013-09-26 11:04:48] B -[2013-09-26 11:04:49] 3 -[2013-09-26 11:04:50] >3 -[2013-09-26 11:05:50] >>3 -[2013-09-26 11:06:50] >>3 -[2013-09-26 11:07:07] B -[2013-09-26 11:07:08] 3 -[2013-09-26 11:07:10] >3 -[2013-09-26 11:08:09] >>3 -[2013-09-26 11:09:10] >>3 -[2013-09-26 11:09:24] B -[2013-09-26 11:09:26] 3 -[2013-09-26 11:09:28] >3 -[2013-09-26 11:10:27] >>3 -[2013-09-26 11:11:28] >>3 -[2013-09-26 11:11:43] B -[2013-09-26 11:11:45] 3 -[2013-09-26 11:11:46] >3 -[2013-09-26 11:12:46] >>3 -[2013-09-26 11:13:46] >>3 -[2013-09-26 11:14:01] B -[2013-09-26 11:14:03] 3 -[2013-09-26 11:14:04] >3 -[2013-09-26 11:15:04] >>3 -[2013-09-26 11:16:04] >>3 -[2013-09-26 11:16:20] B -[2013-09-26 11:16:21] 3 -[2013-09-26 11:16:23] >3 -[2013-09-26 11:17:23] >>3 -[2013-09-26 11:18:23] >>3 -[2013-09-26 11:18:39] B -[2013-09-26 11:18:40] 3 -[2013-09-26 11:18:41] >3 -[2013-09-26 11:19:41] >>3 -[2013-09-26 11:20:41] >>3 -[2013-09-26 11:20:58] B -[2013-09-26 11:20:59] 3 -[2013-09-26 11:21:01] >3 -[2013-09-26 11:22:01] >>3 -[2013-09-26 11:23:01] >>3 -[2013-09-26 11:23:15] B -[2013-09-26 11:23:17] 3 -[2013-09-26 11:23:19] >3 -[2013-09-26 11:24:18] >>3 -[2013-09-26 11:25:18] >>3 -[2013-09-26 11:25:34] B -[2013-09-26 11:25:36] 3 -[2013-09-26 11:25:37] >3 -[2013-09-26 11:26:37] >>3 -[2013-09-26 11:27:37] >>3 -[2013-09-26 11:27:45] 5 -[2013-09-26 11:27:47] >5 -[2013-09-26 11:27:58] 25 -[2013-09-26 11:27:58] 21 -[2013-09-26 11:28:00] >21 -[2013-09-26 11:29:00] >>21 -[2013-09-26 11:29:06] 1 -[2013-09-26 11:29:07] >1 -[2013-09-26 11:29:20] 9 -[2013-09-26 11:29:21] 1 -[2013-09-26 11:29:25] 3 -[2013-09-26 11:29:26] >3 -[2013-09-26 11:30:26] >>3 -[2013-09-26 11:31:26] >>3 -[2013-09-26 11:31:38] B -[2013-09-26 11:31:40] 3 -[2013-09-26 11:31:42] >3 -[2013-09-26 11:32:41] >>3 -[2013-09-26 11:33:42] >>3 -[2013-09-26 11:33:57] B -[2013-09-26 11:33:58] 3 -[2013-09-26 11:34:00] >3 -[2013-09-26 11:35:00] >>3 -[2013-09-26 11:36:00] >>3 -[2013-09-26 11:36:16] B -[2013-09-26 11:36:17] 3 -[2013-09-26 11:36:19] >3 -[2013-09-26 11:37:19] >>3 -[2013-09-26 11:38:19] >>3 -[2013-09-26 11:38:34] B -[2013-09-26 11:38:36] 3 -[2013-09-26 11:38:37] >3 -[2013-09-26 11:39:37] >>3 -[2013-09-26 11:40:37] >>3 -[2013-09-26 11:40:52] B -[2013-09-26 11:40:54] 3 -[2013-09-26 11:40:56] >3 -[2013-09-26 11:41:55] >>3 -[2013-09-26 11:42:55] >>3 -[2013-09-26 11:43:11] B -[2013-09-26 11:43:12] 3 -[2013-09-26 11:43:14] >3 -[2013-09-26 11:44:14] >>3 -[2013-09-26 11:45:14] >>3 -[2013-09-26 11:45:29] B -[2013-09-26 11:45:31] 3 -[2013-09-26 11:45:33] >3 -[2013-09-26 11:46:32] >>3 -[2013-09-26 11:47:33] >>3 -[2013-09-26 11:47:48] B -[2013-09-26 11:47:49] 3 -[2013-09-26 11:47:51] >3 -[2013-09-26 11:48:51] >>3 -[2013-09-26 11:49:51] >>3 -[2013-09-26 11:50:07] B -[2013-09-26 11:50:08] 3 -[2013-09-26 11:50:10] >3 -[2013-09-26 11:51:10] >>3 -[2013-09-26 11:52:10] >>3 -[2013-09-26 11:52:25] B -[2013-09-26 11:52:26] 3 -[2013-09-26 11:52:28] >3 -[2013-09-26 11:53:27] >>3 -[2013-09-26 11:54:28] >>3 -[2013-09-26 11:54:43] B -[2013-09-26 11:54:45] 3 -[2013-09-26 11:54:47] >3 -[2013-09-26 11:55:46] >>3 -[2013-09-26 11:56:47] >>3 -[2013-09-26 11:57:02] B -[2013-09-26 11:57:03] 3 -[2013-09-26 11:57:05] >3 -[2013-09-26 11:58:05] >>3 -[2013-09-26 11:59:05] >>3 -[2013-09-26 11:59:21] B -[2013-09-26 11:59:22] 3 -[2013-09-26 11:59:24] >3 -[2013-09-26 12:00:24] >>3 -[2013-09-26 12:01:24] >>3 -[2013-09-26 12:01:39] B -[2013-09-26 12:01:40] 3 -[2013-09-26 12:01:42] >3 -[2013-09-26 12:02:42] >>3 -[2013-09-26 12:03:42] >>3 -[2013-09-26 12:03:58] B -[2013-09-26 12:03:59] 3 -[2013-09-26 12:04:01] >3 -[2013-09-26 12:05:01] >>3 -[2013-09-26 12:06:01] >>3 -[2013-09-26 12:06:16] B -[2013-09-26 12:06:18] 3 -[2013-09-26 12:06:19] >3 -[2013-09-26 12:07:19] >>3 -[2013-09-26 12:08:19] >>3 -[2013-09-26 12:08:34] B -[2013-09-26 12:08:36] 3 -[2013-09-26 12:08:38] >3 -[2013-09-26 12:09:37] >>3 -[2013-09-26 12:10:38] >>3 -[2013-09-26 12:10:53] B -[2013-09-26 12:10:54] 3 -[2013-09-26 12:10:56] >3 -[2013-09-26 12:11:56] >>3 -[2013-09-26 12:12:56] >>3 -[2013-09-26 12:13:12] B -[2013-09-26 12:13:13] 3 -[2013-09-26 12:13:15] >3 -[2013-09-26 12:14:15] >>3 -[2013-09-26 12:15:15] >>3 -[2013-09-26 12:15:30] B -[2013-09-26 12:15:32] 3 -[2013-09-26 12:15:33] >3 -[2013-09-26 12:16:33] >>3 -[2013-09-26 12:17:33] >>3 -[2013-09-26 12:17:49] B -[2013-09-26 12:17:50] 3 -[2013-09-26 12:17:52] >3 -[2013-09-26 12:18:52] >>3 -[2013-09-26 12:19:52] >>3 -[2013-09-26 12:20:07] B -[2013-09-26 12:20:08] 3 -[2013-09-26 12:20:10] >3 -[2013-09-26 12:21:10] >>3 -[2013-09-26 12:22:10] >>3 -[2013-09-26 12:22:25] B -[2013-09-26 12:22:27] 3 -[2013-09-26 12:22:29] >3 -[2013-09-26 12:23:28] >>3 -[2013-09-26 12:24:29] >>3 -[2013-09-26 12:24:44] B -[2013-09-26 12:24:45] 3 -[2013-09-26 12:24:47] >3 -[2013-09-26 12:25:47] >>3 -[2013-09-26 12:26:47] >>3 -[2013-09-26 12:27:03] B -[2013-09-26 12:27:04] 3 -[2013-09-26 12:27:06] >3 -[2013-09-26 12:28:06] >>3 -[2013-09-26 12:29:06] >>3 -[2013-09-26 12:29:21] B -[2013-09-26 12:29:23] 3 -[2013-09-26 12:29:24] >3 -[2013-09-26 12:30:24] >>3 -[2013-09-26 12:31:24] >>3 -[2013-09-26 12:31:40] B -[2013-09-26 12:31:41] 3 -[2013-09-26 12:31:43] >3 -[2013-09-26 12:32:43] >>3 -[2013-09-26 12:33:43] >>3 -[2013-09-26 12:33:58] B -[2013-09-26 12:34:00] 3 -[2013-09-26 12:34:01] >3 -[2013-09-26 12:35:01] >>3 -[2013-09-26 12:36:01] >>3 -[2013-09-26 12:36:16] B -[2013-09-26 12:36:18] 3 -[2013-09-26 12:36:20] >3 -[2013-09-26 12:37:19] >>3 -[2013-09-26 12:38:20] >>3 -[2013-09-26 12:38:35] B -[2013-09-26 12:38:36] 3 -[2013-09-26 12:38:38] >3 -[2013-09-26 12:39:38] >>3 -[2013-09-26 12:40:38] >>3 -[2013-09-26 12:40:54] B -[2013-09-26 12:40:55] 3 -[2013-09-26 12:40:57] >3 -[2013-09-26 12:41:59] >>3 -[2013-09-26 12:42:59] >>3 -[2013-09-26 12:43:12] B -[2013-09-26 12:43:14] 3 -[2013-09-26 12:43:15] >3 -[2013-09-26 12:44:15] >>3 -[2013-09-26 12:45:15] >>3 -[2013-09-26 12:45:31] B -[2013-09-26 12:45:33] 3 -[2013-09-26 12:45:34] >3 -[2013-09-26 12:46:34] >>3 -[2013-09-26 12:47:34] >>3 -[2013-09-26 12:47:49] B -[2013-09-26 12:47:50] 3 -[2013-09-26 12:47:52] >3 -[2013-09-26 12:48:52] >>3 -[2013-09-26 12:49:52] >>3 -[2013-09-26 12:50:08] B -[2013-09-26 12:50:09] 3 -[2013-09-26 12:50:11] >3 -[2013-09-26 12:51:11] >>3 -[2013-09-26 12:52:11] >>3 -[2013-09-26 12:52:26] B -[2013-09-26 12:52:27] 3 -[2013-09-26 12:52:29] >3 -[2013-09-26 12:53:29] >>3 -[2013-09-26 12:54:29] >>3 -[2013-09-26 12:54:44] B -[2013-09-26 12:54:46] 3 -[2013-09-26 12:54:48] >3 -[2013-09-26 12:55:47] >>3 -[2013-09-26 12:56:48] >>3 -[2013-09-26 12:57:03] B -[2013-09-26 12:57:05] 3 -[2013-09-26 12:57:07] >3 -[2013-09-26 12:58:06] >>3 -[2013-09-26 12:59:06] >>3 -[2013-09-26 12:59:22] B -[2013-09-26 12:59:24] 3 -[2013-09-26 12:59:25] >3 -[2013-09-26 13:00:25] >>3 -[2013-09-26 13:01:25] >>3 -[2013-09-26 13:01:40] B -[2013-09-26 13:01:42] 3 -[2013-09-26 13:01:43] >3 -[2013-09-26 13:02:43] >>3 -[2013-09-26 13:03:43] >>3 -[2013-09-26 13:03:59] B -[2013-09-26 13:04:00] 3 -[2013-09-26 13:04:02] >3 -[2013-09-26 13:05:02] >>3 -[2013-09-26 13:06:02] >>3 -[2013-09-26 13:06:17] B -[2013-09-26 13:06:18] 3 -[2013-09-26 13:06:20] >3 -[2013-09-26 13:07:20] >>3 -[2013-09-26 13:08:20] >>3 -[2013-09-26 13:08:35] B -[2013-09-26 13:08:37] 3 -[2013-09-26 13:08:39] >3 -[2013-09-26 13:09:38] >>3 -[2013-09-26 13:10:39] >>3 -[2013-09-26 13:10:54] B -[2013-09-26 13:10:56] 3 -[2013-09-26 13:10:58] >3 -[2013-09-26 13:11:57] >>3 -[2013-09-26 13:12:57] >>3 -[2013-09-26 13:13:13] B -[2013-09-26 13:13:15] 3 -[2013-09-26 13:13:16] >3 -[2013-09-26 13:14:16] >>3 -[2013-09-26 13:15:16] >>3 -[2013-09-26 13:15:31] B -[2013-09-26 13:15:33] 3 -[2013-09-26 13:15:34] >3 -[2013-09-26 13:16:34] >>3 -[2013-09-26 13:17:34] >>3 -[2013-09-26 13:17:50] B -[2013-09-26 13:17:51] 3 -[2013-09-26 13:17:53] >3 -[2013-09-26 13:18:53] >>3 -[2013-09-26 13:19:53] >>3 -[2013-09-26 13:20:08] B -[2013-09-26 13:20:09] 3 -[2013-09-26 13:20:11] >3 -[2013-09-26 13:21:11] >>3 -[2013-09-26 13:22:11] >>3 -[2013-09-26 13:22:26] B -[2013-09-26 13:22:28] 3 -[2013-09-26 13:22:30] >3 -[2013-09-26 13:23:29] >>3 -[2013-09-26 13:24:30] >>3 -[2013-09-26 13:24:45] B -[2013-09-26 13:24:47] 3 -[2013-09-26 13:24:49] >3 -[2013-09-26 13:25:48] >>3 -[2013-09-26 13:26:48] >>3 -[2013-09-26 13:27:04] B -[2013-09-26 13:27:06] 3 -[2013-09-26 13:27:07] >3 -[2013-09-26 13:28:07] >>3 -[2013-09-26 13:29:07] >>3 -[2013-09-26 13:29:22] B -[2013-09-26 13:29:24] 3 -[2013-09-26 13:29:25] >3 -[2013-09-26 13:30:25] >>3 -[2013-09-26 13:31:25] >>3 -[2013-09-26 13:31:41] B -[2013-09-26 13:31:42] 3 -[2013-09-26 13:31:44] >3 -[2013-09-26 13:32:44] >>3 -[2013-09-26 13:33:44] >>3 -[2013-09-26 13:33:59] B -[2013-09-26 13:34:01] 3 -[2013-09-26 13:34:02] >3 -[2013-09-26 13:35:02] >>3 -[2013-09-26 13:36:02] >>3 -[2013-09-26 13:36:18] B -[2013-09-26 13:36:20] 3 -[2013-09-26 13:36:21] >3 -[2013-09-26 13:37:21] >>3 -[2013-09-26 13:38:21] >>3 -[2013-09-26 13:38:36] B -[2013-09-26 13:38:38] 3 -[2013-09-26 13:38:40] >3 -[2013-09-26 13:39:39] >>3 -[2013-09-26 13:40:39] >>3 -[2013-09-26 13:40:55] B -[2013-09-26 13:40:57] 3 -[2013-09-26 13:40:58] >3 -[2013-09-26 13:42:00] >>3 -[2013-09-26 13:43:00] >>3 -[2013-09-26 13:43:13] B -[2013-09-26 13:43:15] 3 -[2013-09-26 13:43:17] >3 -[2013-09-26 13:44:16] >>3 -[2013-09-26 13:45:17] >>3 -[2013-09-26 13:45:32] B -[2013-09-26 13:45:33] 3 -[2013-09-26 13:45:35] >3 -[2013-09-26 13:46:35] >>3 -[2013-09-26 13:47:35] >>3 -[2013-09-26 13:47:50] B -[2013-09-26 13:47:52] 3 -[2013-09-26 13:47:53] >3 -[2013-09-26 13:48:53] >>3 -[2013-09-26 13:49:53] >>3 -[2013-09-26 13:50:09] B -[2013-09-26 13:50:11] 3 -[2013-09-26 13:50:12] >3 -[2013-09-26 13:51:12] >>3 -[2013-09-26 13:52:12] >>3 -[2013-09-26 13:52:27] B -[2013-09-26 13:52:29] 3 -[2013-09-26 13:52:31] >3 -[2013-09-26 13:53:30] >>3 -[2013-09-26 13:54:30] >>3 -[2013-09-26 13:54:46] B -[2013-09-26 13:54:48] 3 -[2013-09-26 13:54:49] >3 -[2013-09-26 13:55:49] >>3 -[2013-09-26 13:56:49] >>3 -[2013-09-26 13:57:04] B -[2013-09-26 13:57:06] 3 -[2013-09-26 13:57:08] >3 -[2013-09-26 13:58:07] >>3 -[2013-09-26 13:59:08] >>3 -[2013-09-26 13:59:23] B -[2013-09-26 13:59:24] 3 -[2013-09-26 13:59:26] >3 -[2013-09-26 14:00:26] >>3 -[2013-09-26 14:01:26] >>3 -[2013-09-26 14:01:41] B -[2013-09-26 14:01:43] 3 -[2013-09-26 14:01:44] >3 -[2013-09-26 14:02:44] >>3 -[2013-09-26 14:03:44] >>3 -[2013-09-26 14:04:00] B -[2013-09-26 14:04:02] 3 -[2013-09-26 14:04:03] >3 -[2013-09-26 14:05:03] >>3 -[2013-09-26 14:06:03] >>3 -[2013-09-26 14:06:19] B -[2013-09-26 14:06:20] 3 -[2013-09-26 14:06:22] >3 -[2013-09-26 14:07:21] >>3 -[2013-09-26 14:08:21] >>3 -[2013-09-26 14:08:38] B -[2013-09-26 14:08:39] 3 -[2013-09-26 14:08:41] >3 -[2013-09-26 14:09:40] >>3 -[2013-09-26 14:10:41] >>3 -[2013-09-26 14:10:55] B -[2013-09-26 14:10:57] 3 -[2013-09-26 14:10:59] >3 -[2013-09-26 14:11:58] >>3 -[2013-09-26 14:12:59] >>3 -[2013-09-26 14:13:14] B -[2013-09-26 14:13:16] 3 -[2013-09-26 14:13:18] >3 -[2013-09-26 14:14:17] >>3 -[2013-09-26 14:15:17] >>3 -[2013-09-26 14:15:32] B -[2013-09-26 14:15:34] 3 -[2013-09-26 14:15:35] >3 -[2013-09-26 14:16:35] >>3 -[2013-09-26 14:17:35] >>3 -[2013-09-26 14:17:51] B -[2013-09-26 14:17:53] 3 -[2013-09-26 14:17:54] >3 -[2013-09-26 14:18:54] >>3 -[2013-09-26 14:19:54] >>3 -[2013-09-26 14:20:10] B -[2013-09-26 14:20:11] 3 -[2013-09-26 14:20:13] >3 -[2013-09-26 14:21:13] >>3 -[2013-09-26 14:22:13] >>3 -[2013-09-26 14:22:29] B -[2013-09-26 14:22:30] 3 -[2013-09-26 14:22:32] >3 -[2013-09-26 14:23:31] >>3 -[2013-09-26 14:24:32] >>3 -[2013-09-26 14:24:46] B -[2013-09-26 14:24:48] 3 -[2013-09-26 14:24:50] >3 -[2013-09-26 14:25:49] >>3 -[2013-09-26 14:26:50] >>3 -[2013-09-26 14:27:05] B -[2013-09-26 14:27:07] 3 -[2013-09-26 14:27:08] >3 -[2013-09-26 14:28:08] >>3 -[2013-09-26 14:29:08] >>3 -[2013-09-26 14:29:23] B -[2013-09-26 14:29:25] 3 -[2013-09-26 14:29:26] >3 -[2013-09-26 14:30:26] >>3 -[2013-09-26 14:31:26] >>3 -[2013-09-26 14:31:42] B -[2013-09-26 14:31:43] 3 -[2013-09-26 14:31:45] >3 -[2013-09-26 14:32:45] >>3 -[2013-09-26 14:33:45] >>3 -[2013-09-26 14:34:01] B -[2013-09-26 14:34:02] 3 -[2013-09-26 14:34:04] >3 -[2013-09-26 14:35:04] >>3 -[2013-09-26 14:36:04] >>3 -[2013-09-26 14:36:19] B -[2013-09-26 14:36:21] 3 -[2013-09-26 14:36:23] >3 -[2013-09-26 14:37:22] >>3 -[2013-09-26 14:38:23] >>3 -[2013-09-26 14:38:37] B -[2013-09-26 14:38:39] 3 -[2013-09-26 14:38:41] >3 -[2013-09-26 14:39:40] >>3 -[2013-09-26 14:40:41] >>3 -[2013-09-26 14:40:56] B -[2013-09-26 14:40:58] 3 -[2013-09-26 14:40:59] >3 -[2013-09-26 14:41:59] >>3 -[2013-09-26 14:42:59] >>3 -[2013-09-26 14:43:14] B -[2013-09-26 14:43:16] 3 -[2013-09-26 14:43:18] >3 -[2013-09-26 14:44:17] >>3 -[2013-09-26 14:45:18] >>3 -[2013-09-26 14:45:33] B -[2013-09-26 14:45:35] 3 -[2013-09-26 14:45:37] >3 -[2013-09-26 14:46:36] >>3 -[2013-09-26 14:47:36] >>3 -[2013-09-26 14:47:52] B -[2013-09-26 14:47:53] 3 -[2013-09-26 14:47:55] >3 -[2013-09-26 14:48:55] >>3 -[2013-09-26 14:49:55] >>3 -[2013-09-26 14:50:11] B -[2013-09-26 14:50:12] 3 -[2013-09-26 14:50:14] >3 -[2013-09-26 14:51:13] >>3 -[2013-09-26 14:52:14] >>3 -[2013-09-26 14:52:28] B -[2013-09-26 14:52:30] 3 -[2013-09-26 14:52:32] >3 -[2013-09-26 14:53:31] >>3 -[2013-09-26 14:54:32] >>3 -[2013-09-26 14:54:47] B -[2013-09-26 14:54:49] 3 -[2013-09-26 14:54:50] >3 -[2013-09-26 14:55:50] >>3 -[2013-09-26 14:56:50] >>3 -[2013-09-26 14:57:05] B -[2013-09-26 14:57:07] 3 -[2013-09-26 14:57:08] >3 -[2013-09-26 14:58:08] >>3 -[2013-09-26 14:59:08] >>3 -[2013-09-26 14:59:24] B -[2013-09-26 14:59:26] 3 -[2013-09-26 14:59:27] >3 -[2013-09-26 15:00:27] >>3 -[2013-09-26 15:01:27] >>3 -[2013-09-26 15:01:43] B -[2013-09-26 15:01:44] 3 -[2013-09-26 15:01:46] >3 -[2013-09-26 15:02:46] >>3 -[2013-09-26 15:03:46] >>3 -[2013-09-26 15:04:02] B -[2013-09-26 15:04:03] 3 -[2013-09-26 15:04:05] >3 -[2013-09-26 15:05:05] >>3 -[2013-09-26 15:06:05] >>3 -[2013-09-26 15:06:20] B -[2013-09-26 15:06:21] 3 -[2013-09-26 15:06:23] >3 -[2013-09-26 15:07:22] >>3 -[2013-09-26 15:08:23] >>3 -[2013-09-26 15:08:38] B -[2013-09-26 15:08:40] 3 -[2013-09-26 15:08:42] >3 -[2013-09-26 15:09:41] >>3 -[2013-09-26 15:10:42] >>3 -[2013-09-26 15:10:56] B -[2013-09-26 15:10:58] 3 -[2013-09-26 15:10:59] >3 -[2013-09-26 15:11:59] >>3 -[2013-09-26 15:13:08] >>3 -[2013-09-26 15:13:15] B -[2013-09-26 15:13:17] 3 -[2013-09-26 15:13:19] >3 -[2013-09-26 15:14:18] >>3 -[2013-09-26 15:15:19] >>3 -[2013-09-26 15:15:34] B -[2013-09-26 15:15:35] 3 -[2013-09-26 15:15:37] >3 -[2013-09-26 15:16:37] >>3 -[2013-09-26 15:17:37] 5 -[2013-09-26 15:17:39] >5 -[2013-09-26 15:17:51] 25 -[2013-09-26 15:17:52] 21 -[2013-09-26 15:17:54] >21 -[2013-09-26 15:17:57] 1 -[2013-09-26 15:17:59] >1 -[2013-09-26 15:18:15] 9 -[2013-09-26 15:18:17] 1 -[2013-09-26 15:18:18] 3 -[2013-09-26 15:18:19] >3 -[2013-09-26 15:19:19] >>3 -[2013-09-26 15:20:19] >>3 -[2013-09-26 15:20:35] B -[2013-09-26 15:20:37] 3 -[2013-09-26 15:20:38] >3 -[2013-09-26 15:21:38] >>3 -[2013-09-26 15:22:38] >>3 -[2013-09-26 15:22:54] B -[2013-09-26 15:22:55] 3 -[2013-09-26 15:22:57] >3 -[2013-09-26 15:23:57] >>3 -[2013-09-26 15:24:57] >>3 -[2013-09-26 15:25:11] B -[2013-09-26 15:25:13] 3 -[2013-09-26 15:25:15] >3 -[2013-09-26 15:26:14] >>3 -[2013-09-26 15:27:15] >>3 -[2013-09-26 15:27:30] B -[2013-09-26 15:27:32] 3 -[2013-09-26 15:27:33] >3 -[2013-09-26 15:28:33] >>3 -[2013-09-26 15:29:33] >>3 -[2013-09-26 15:29:49] B -[2013-09-26 15:29:51] 3 -[2013-09-26 15:29:52] >3 -[2013-09-26 15:30:52] >>3 -[2013-09-26 15:31:52] >>3 -[2013-09-26 15:32:08] B -[2013-09-26 15:32:09] 3 -[2013-09-26 15:32:11] >3 -[2013-09-26 15:33:11] >>3 -[2013-09-26 15:34:11] >>3 -[2013-09-26 15:34:26] B -[2013-09-26 15:34:27] 3 -[2013-09-26 15:34:29] >3 -[2013-09-26 15:35:29] >>3 -[2013-09-26 15:36:29] >>3 -[2013-09-26 15:36:45] B -[2013-09-26 15:36:46] 3 -[2013-09-26 15:36:48] >3 -[2013-09-26 15:37:47] >>3 -[2013-09-26 15:38:33] 1 -[2013-09-26 15:38:35] >1 -[2013-09-26 15:38:57] 21 -[2013-09-26 15:38:59] >21 -[2013-09-26 15:39:59] >>21 -[2013-09-26 15:40:59] >>21 -[2013-09-26 15:41:59] >>21 -[2013-09-26 15:42:15] 1 -[2013-09-26 15:42:17] >1 -[2013-09-26 15:42:35] 9 -[2013-09-26 15:42:36] 1 -[2013-09-26 15:42:37] 3 -[2013-09-26 15:42:39] >3 -[2013-09-26 15:43:39] >>3 -[2013-09-26 15:44:39] >>3 -[2013-09-26 15:44:54] B -[2013-09-26 15:44:55] 3 -[2013-09-26 15:44:57] >3 -[2013-09-26 15:45:57] >>3 -[2013-09-26 15:46:57] >>3 -[2013-09-26 15:47:11] B -[2013-09-26 15:47:13] 3 -[2013-09-26 15:47:15] >3 -[2013-09-26 15:48:14] >>3 -[2013-09-26 15:49:15] >>3 -[2013-09-26 15:49:30] B -[2013-09-26 15:49:32] 3 -[2013-09-26 15:49:34] >3 -[2013-09-26 15:50:33] >>3 -[2013-09-26 15:51:33] >>3 -[2013-09-26 15:51:48] B -[2013-09-26 15:51:50] 3 -[2013-09-26 15:51:51] >3 -[2013-09-26 15:52:51] >>3 -[2013-09-26 15:53:51] >>3 -[2013-09-26 15:54:07] B -[2013-09-26 15:54:09] 3 -[2013-09-26 15:54:10] >3 -[2013-09-26 15:55:10] >>3 -[2013-09-26 15:56:10] >>3 -[2013-09-26 15:56:26] B -[2013-09-26 15:56:27] 3 -[2013-09-26 15:56:29] >3 -[2013-09-26 15:57:29] >>3 -[2013-09-26 15:58:29] >>3 -[2013-09-26 15:58:45] B -[2013-09-26 15:58:46] 3 -[2013-09-26 15:58:48] >3 -[2013-09-26 15:59:48] >>3 -[2013-09-26 16:00:48] >>3 -[2013-09-26 16:01:02] B -[2013-09-26 16:01:04] 3 -[2013-09-26 16:01:06] >3 -[2013-09-26 16:02:05] >>3 -[2013-09-26 16:03:06] >>3 -[2013-09-26 16:03:21] B -[2013-09-26 16:03:23] 3 -[2013-09-26 16:03:25] >3 -[2013-09-26 16:04:24] >>3 -[2013-09-26 16:05:25] >>3 -[2013-09-26 16:05:39] B -[2013-09-26 16:05:41] 3 -[2013-09-26 16:05:42] >3 -[2013-09-26 16:06:42] >>3 -[2013-09-26 16:07:42] >>3 -[2013-09-26 16:07:59] B -[2013-09-26 16:08:00] 3 -[2013-09-26 16:08:02] >3 -[2013-09-26 16:09:01] >>3 -[2013-09-26 16:10:02] >>3 -[2013-09-26 16:10:17] B -[2013-09-26 16:10:18] 3 -[2013-09-26 16:10:20] >3 -[2013-09-26 16:11:20] >>3 -[2013-09-26 16:12:20] >>3 -[2013-09-26 16:12:36] B -[2013-09-26 16:12:37] 3 -[2013-09-26 16:12:39] >3 -[2013-09-26 16:13:39] >>3 -[2013-09-26 16:14:39] >>3 -[2013-09-26 16:14:54] B -[2013-09-26 16:14:55] 3 -[2013-09-26 16:14:57] >3 -[2013-09-26 16:15:57] >>3 -[2013-09-26 16:16:57] >>3 -[2013-09-26 16:17:12] B -[2013-09-26 16:17:14] 3 -[2013-09-26 16:17:16] >3 -[2013-09-26 16:18:15] >>3 -[2013-09-26 16:19:15] >>3 -[2013-09-26 16:19:31] B -[2013-09-26 16:19:32] 3 -[2013-09-26 16:19:34] >3 -[2013-09-26 16:20:34] >>3 -[2013-09-26 16:21:34] >>3 -[2013-09-26 16:21:49] B -[2013-09-26 16:21:51] 3 -[2013-09-26 16:21:53] >3 -[2013-09-26 16:22:52] >>3 -[2013-09-26 16:23:53] >>3 -[2013-09-26 16:24:08] B -[2013-09-26 16:24:09] 3 -[2013-09-26 16:24:11] >3 -[2013-09-26 16:25:11] >>3 -[2013-09-26 16:26:11] >>3 -[2013-09-26 16:26:27] B -[2013-09-26 16:26:29] 3 -[2013-09-26 16:26:30] >3 -[2013-09-26 16:27:30] >>3 -[2013-09-26 16:28:30] >>3 -[2013-09-26 16:28:45] B -[2013-09-26 16:28:47] 3 -[2013-09-26 16:28:48] >3 -[2013-09-26 16:29:48] >>3 -[2013-09-26 16:30:48] >>3 -[2013-09-26 16:31:11] B -[2013-09-26 16:31:13] 3 -[2013-09-26 16:31:14] >3 -[2013-09-26 16:32:14] >>3 -[2013-09-26 16:33:14] >>3 -[2013-09-26 16:33:29] B -[2013-09-26 16:33:31] 3 -[2013-09-26 16:33:32] >3 -[2013-09-26 16:34:32] >>3 -[2013-09-26 16:35:32] >>3 -[2013-09-26 16:35:48] B -[2013-09-26 16:35:50] 3 -[2013-09-26 16:35:51] >3 -[2013-09-26 16:36:51] >>3 -[2013-09-26 16:37:51] >>3 -[2013-09-26 16:38:07] B -[2013-09-26 16:38:08] 3 -[2013-09-26 16:38:10] >3 -[2013-09-26 16:39:10] >>3 -[2013-09-26 16:40:10] >>3 -[2013-09-26 16:40:26] B -[2013-09-26 16:40:27] 3 -[2013-09-26 16:40:29] >3 -[2013-09-26 16:41:29] >>3 -[2013-09-26 16:42:29] >>3 -[2013-09-26 16:42:43] B -[2013-09-26 16:42:45] 3 -[2013-09-26 16:42:47] >3 -[2013-09-26 16:43:46] >>3 -[2013-09-26 16:44:47] >>3 -[2013-09-26 16:45:02] B -[2013-09-26 16:45:04] 3 -[2013-09-26 16:45:06] >3 -[2013-09-26 16:46:05] >>3 -[2013-09-26 16:47:05] >>3 -[2013-09-26 16:47:20] B -[2013-09-26 16:47:22] 3 -[2013-09-26 16:47:23] >3 -[2013-09-26 16:48:23] >>3 -[2013-09-26 16:49:23] >>3 -[2013-09-26 16:49:39] B -[2013-09-26 16:49:41] 3 -[2013-09-26 16:49:42] >3 -[2013-09-26 16:50:42] >>3 -[2013-09-26 16:51:42] >>3 -[2013-09-26 16:51:58] B -[2013-09-26 16:51:59] 3 -[2013-09-26 16:52:01] >3 -[2013-09-26 16:53:01] >>3 -[2013-09-26 16:54:01] >>3 -[2013-09-26 16:54:16] B -[2013-09-26 16:54:18] 3 -[2013-09-26 16:54:20] >3 -[2013-09-26 16:55:19] >>3 -[2013-09-26 16:56:20] >>3 -[2013-09-26 16:56:34] B -[2013-09-26 16:56:36] 3 -[2013-09-26 16:56:38] >3 -[2013-09-26 16:57:37] >>3 -[2013-09-26 16:58:37] >>3 -[2013-09-26 16:58:53] B -[2013-09-26 16:58:55] 3 -[2013-09-26 16:58:56] >3 -[2013-09-26 16:59:56] >>3 -[2013-09-26 17:00:56] >>3 -[2013-09-26 17:01:11] B -[2013-09-26 17:01:13] 3 -[2013-09-26 17:01:14] >3 -[2013-09-26 17:02:14] >>3 -[2013-09-26 17:03:14] >>3 -[2013-09-26 17:03:30] B -[2013-09-26 17:03:35] 3 -[2013-09-26 17:03:41] >3 -[2013-09-26 17:04:41] >>3 -[2013-09-26 17:05:41] >>3 -[2013-09-26 17:05:49] B -[2013-09-26 17:05:50] 3 -[2013-09-26 17:05:52] >3 -[2013-09-26 17:06:52] >>3 -[2013-09-26 17:07:52] >>3 -[2013-09-26 17:08:07] B -[2013-09-26 17:08:09] 3 -[2013-09-26 17:08:11] >3 -[2013-09-26 17:09:10] >>3 -[2013-09-26 17:10:11] >>3 -[2013-09-26 17:10:26] B -[2013-09-26 17:10:27] 3 -[2013-09-26 17:10:28] >3 -[2013-09-26 17:11:28] >>3 -[2013-09-26 17:12:28] >>3 -[2013-09-26 17:12:44] B -[2013-09-26 17:12:46] 3 -[2013-09-26 17:12:47] >3 -[2013-09-26 17:13:47] >>3 -[2013-09-26 17:14:47] >>3 -[2013-09-26 17:15:02] B -[2013-09-26 17:15:04] 3 -[2013-09-26 17:15:06] >3 -[2013-09-26 17:16:05] >>3 -[2013-09-26 17:17:06] >>3 -[2013-09-26 17:17:21] B -[2013-09-26 17:17:23] 3 -[2013-09-26 17:17:24] >3 -[2013-09-26 17:18:24] >>3 -[2013-09-26 17:19:24] >>3 -[2013-09-26 17:19:40] B -[2013-09-26 17:19:41] 3 -[2013-09-26 17:19:43] >3 -[2013-09-26 17:20:43] >>3 -[2013-09-26 17:21:43] >>3 -[2013-09-26 17:21:59] B -[2013-09-26 17:22:00] 3 -[2013-09-26 17:22:02] >3 -[2013-09-26 17:23:01] >>3 -[2013-09-26 17:24:02] >>3 -[2013-09-26 17:24:17] B -[2013-09-26 17:24:18] 3 -[2013-09-26 17:24:20] >3 -[2013-09-26 17:25:20] >>3 -[2013-09-26 17:26:20] >>3 -[2013-09-26 17:26:35] B -[2013-09-26 17:26:37] 3 -[2013-09-26 17:26:38] >3 -[2013-09-26 17:27:38] >>3 -[2013-09-26 17:28:38] >>3 -[2013-09-26 17:28:53] B -[2013-09-26 17:28:55] 3 -[2013-09-26 17:28:57] >3 -[2013-09-26 17:29:56] >>3 -[2013-09-26 17:30:57] >>3 -[2013-09-26 17:31:12] B -[2013-09-26 17:31:16] 3 -[2013-09-26 17:31:17] >3 -[2013-09-26 17:32:17] >>3 -[2013-09-26 17:33:17] >>3 -[2013-09-26 17:33:31] B -[2013-09-26 17:33:33] 3 -[2013-09-26 17:33:34] >3 -[2013-09-26 17:34:34] >>3 -[2013-09-26 17:35:34] >>3 -[2013-09-26 17:35:50] B -[2013-09-26 17:35:51] 3 -[2013-09-26 17:35:53] >3 -[2013-09-26 17:36:53] >>3 -[2013-09-26 17:37:53] >>3 -[2013-09-26 17:38:08] B -[2013-09-26 17:38:09] 3 -[2013-09-26 17:38:11] >3 -[2013-09-26 17:39:11] >>3 -[2013-09-26 17:40:11] >>3 -[2013-09-26 17:40:26] B -[2013-09-26 17:40:28] 3 -[2013-09-26 17:40:30] >3 -[2013-09-26 17:41:29] >>3 -[2013-09-26 17:42:30] >>3 -[2013-09-26 17:42:44] B -[2013-09-26 17:42:46] 3 -[2013-09-26 17:42:48] >3 -[2013-09-26 17:43:47] >>3 -[2013-09-26 17:44:47] >>3 -[2013-09-26 17:45:03] B -[2013-09-26 17:45:05] 3 -[2013-09-26 17:45:06] >3 -[2013-09-26 17:46:06] >>3 -[2013-09-26 17:47:06] >>3 -[2013-09-26 17:47:22] B -[2013-09-26 17:47:24] 3 -[2013-09-26 17:47:25] >3 -[2013-09-26 17:48:25] >>3 -[2013-09-26 17:49:25] >>3 -[2013-09-26 17:49:41] B -[2013-09-26 17:49:42] 3 -[2013-09-26 17:49:44] >3 -[2013-09-26 17:50:44] >>3 -[2013-09-26 17:51:44] >>3 -[2013-09-26 17:51:59] B -[2013-09-26 17:52:00] 3 -[2013-09-26 17:52:02] >3 -[2013-09-26 17:53:02] >>3 -[2013-09-26 17:54:02] >>3 -[2013-09-26 17:54:18] B -[2013-09-26 17:54:19] 3 -[2013-09-26 17:54:21] >3 -[2013-09-26 17:55:21] >>3 -[2013-09-26 17:56:21] >>3 -[2013-09-26 17:56:35] B -[2013-09-26 17:56:37] 3 -[2013-09-26 17:56:39] >3 -[2013-09-26 17:57:38] >>3 -[2013-09-26 17:58:39] >>3 -[2013-09-26 17:58:54] B -[2013-09-26 17:58:56] 3 -[2013-09-26 17:58:58] >3 -[2013-09-26 17:59:57] >>3 -[2013-09-26 18:00:58] >>3 -[2013-09-26 18:01:13] B -[2013-09-26 18:01:14] 3 -[2013-09-26 18:01:16] >3 -[2013-09-26 18:02:16] >>3 -[2013-09-26 18:03:16] >>3 -[2013-09-26 18:03:32] B -[2013-09-26 18:03:34] 3 -[2013-09-26 18:03:35] >3 -[2013-09-26 18:04:35] >>3 -[2013-09-26 18:05:35] >>3 -[2013-09-26 18:05:50] B -[2013-09-26 18:05:52] 3 -[2013-09-26 18:05:53] >3 -[2013-09-26 18:06:53] >>3 -[2013-09-26 18:07:53] >>3 -[2013-09-26 18:08:09] B -[2013-09-26 18:08:10] 3 -[2013-09-26 18:08:12] >3 -[2013-09-26 18:09:12] >>3 -[2013-09-26 18:10:12] >>3 -[2013-09-26 18:10:27] B -[2013-09-26 18:10:28] 3 -[2013-09-26 18:10:30] >3 -[2013-09-26 18:11:30] >>3 -[2013-09-26 18:12:30] >>3 -[2013-09-26 18:12:45] B -[2013-09-26 18:12:47] 3 -[2013-09-26 18:12:49] >3 -[2013-09-26 18:13:48] >>3 -[2013-09-26 18:14:49] >>3 -[2013-09-26 18:15:04] B -[2013-09-26 18:15:06] 3 -[2013-09-26 18:15:07] >3 -[2013-09-26 18:16:07] >>3 -[2013-09-26 18:17:07] >>3 -[2013-09-26 18:17:23] B -[2013-09-26 18:17:25] 3 -[2013-09-26 18:17:26] >3 -[2013-09-26 18:18:26] >>3 -[2013-09-26 18:19:26] >>3 -[2013-09-26 18:19:41] B -[2013-09-26 18:19:43] 3 -[2013-09-26 18:19:44] >3 -[2013-09-26 18:20:44] >>3 -[2013-09-26 18:21:44] >>3 -[2013-09-26 18:22:00] B -[2013-09-26 18:22:01] 3 -[2013-09-26 18:22:03] >3 -[2013-09-26 18:23:03] >>3 -[2013-09-26 18:24:03] >>3 -[2013-09-26 18:24:18] B -[2013-09-26 18:24:19] 3 -[2013-09-26 18:24:21] >3 -[2013-09-26 18:25:21] >>3 -[2013-09-26 18:26:21] >>3 -[2013-09-26 18:26:36] B -[2013-09-26 18:26:38] 3 -[2013-09-26 18:26:40] >3 -[2013-09-26 18:27:39] >>3 -[2013-09-26 18:28:40] >>3 -[2013-09-26 18:28:55] B -[2013-09-26 18:28:56] 3 -[2013-09-26 18:28:58] >3 -[2013-09-26 18:29:58] >>3 -[2013-09-26 18:30:58] >>3 -[2013-09-26 18:31:14] B -[2013-09-26 18:31:16] 3 -[2013-09-26 18:31:17] >3 -[2013-09-26 18:32:17] >>3 -[2013-09-26 18:33:17] >>3 -[2013-09-26 18:33:32] B -[2013-09-26 18:33:34] 3 -[2013-09-26 18:33:35] >3 -[2013-09-26 18:34:35] >>3 -[2013-09-26 18:35:35] >>3 -[2013-09-26 18:35:51] B -[2013-09-26 18:35:52] 3 -[2013-09-26 18:35:54] >3 -[2013-09-26 18:36:53] >>3 -[2013-09-26 18:37:54] >>3 -[2013-09-26 18:38:09] B -[2013-09-26 18:38:10] 3 -[2013-09-26 18:38:12] >3 -[2013-09-26 18:39:12] >>3 -[2013-09-26 18:40:12] >>3 -[2013-09-26 18:40:28] B -[2013-09-26 18:40:29] 3 -[2013-09-26 18:40:31] >3 -[2013-09-26 18:41:31] >>3 -[2013-09-26 18:42:31] >>3 -[2013-09-26 18:42:46] B -[2013-09-26 18:42:48] 3 -[2013-09-26 18:42:49] >3 -[2013-09-26 18:43:49] >>3 -[2013-09-26 18:44:49] >>3 -[2013-09-26 18:45:05] B -[2013-09-26 18:45:06] 3 -[2013-09-26 18:45:08] >3 -[2013-09-26 18:46:08] >>3 -[2013-09-26 18:47:08] >>3 -[2013-09-26 18:47:23] B -[2013-09-26 18:47:25] 3 -[2013-09-26 18:47:26] >3 -[2013-09-26 18:48:26] >>3 -[2013-09-26 18:49:26] >>3 -[2013-09-26 18:49:52] B -[2013-09-26 18:49:54] 3 -[2013-09-26 18:49:55] >3 -[2013-09-26 18:50:55] >>3 -[2013-09-26 18:51:55] >>3 -[2013-09-26 18:52:10] B -[2013-09-26 18:52:11] 3 -[2013-09-26 18:52:13] >3 -[2013-09-26 18:53:13] >>3 -[2013-09-26 18:54:13] >>3 -[2013-09-26 18:54:29] B -[2013-09-26 18:54:30] 3 -[2013-09-26 18:54:32] >3 -[2013-09-26 18:55:32] >>3 -[2013-09-26 18:56:32] >>3 -[2013-09-26 18:56:47] B -[2013-09-26 18:56:49] 3 -[2013-09-26 18:56:51] >3 -[2013-09-26 18:57:50] >>3 -[2013-09-26 18:58:51] >>3 -[2013-09-26 18:59:06] B -[2013-09-26 18:59:08] 3 -[2013-09-26 18:59:10] >3 -[2013-09-26 19:00:09] >>3 -[2013-09-26 19:01:09] >>3 -[2013-09-26 19:01:24] B -[2013-09-26 19:01:26] 3 -[2013-09-26 19:01:27] >3 -[2013-09-26 19:02:27] >>3 -[2013-09-26 19:03:27] >>3 -[2013-09-26 19:03:43] B -[2013-09-26 19:03:45] 3 -[2013-09-26 19:03:46] >3 -[2013-09-26 19:04:46] >>3 -[2013-09-26 19:05:46] >>3 -[2013-09-26 19:06:01] B -[2013-09-26 19:06:02] 3 -[2013-09-26 19:06:04] >3 -[2013-09-26 19:07:04] >>3 -[2013-09-26 19:08:04] >>3 -[2013-09-26 19:08:20] B -[2013-09-26 19:08:21] 3 -[2013-09-26 19:08:23] >3 -[2013-09-26 19:09:23] >>3 -[2013-09-26 19:10:23] >>3 -[2013-09-26 19:10:38] B -[2013-09-26 19:10:40] 3 -[2013-09-26 19:10:42] >3 -[2013-09-26 19:11:41] >>3 -[2013-09-26 19:12:42] >>3 -[2013-09-26 19:12:57] B -[2013-09-26 19:12:59] 3 -[2013-09-26 19:13:01] >3 -[2013-09-26 19:14:00] >>3 -[2013-09-26 19:15:01] >>3 -[2013-09-26 19:15:15] B -[2013-09-26 19:15:17] 3 -[2013-09-26 19:15:18] >3 -[2013-09-26 19:16:18] >>3 -[2013-09-26 19:17:18] >>3 -[2013-09-26 19:17:35] 21 -[2013-09-26 19:17:37] >21 -[2013-09-26 19:18:36] >>21 -[2013-09-26 19:19:37] >>21 -[2013-09-26 19:20:37] >>21 -[2013-09-26 19:20:45] 1 -[2013-09-26 19:20:47] >1 -[2013-09-26 19:20:51] 9 -[2013-09-26 19:20:52] 1 -[2013-09-26 19:20:53] 3 -[2013-09-26 19:20:55] >3 -[2013-09-26 19:21:55] >>3 -[2013-09-26 19:22:55] >>3 -[2013-09-26 19:23:09] B -[2013-09-26 19:23:10] 3 -[2013-09-26 19:23:12] >3 -[2013-09-26 19:24:12] >>3 -[2013-09-26 19:25:12] >>3 -[2013-09-26 19:25:28] B -[2013-09-26 19:25:29] 3 -[2013-09-26 19:25:31] >3 -[2013-09-26 19:26:30] >>3 -[2013-09-26 19:27:31] >>3 -[2013-09-26 19:27:46] B -[2013-09-26 19:27:48] 3 -[2013-09-26 19:27:50] >3 -[2013-09-26 19:28:49] >>3 -[2013-09-26 19:29:50] >>3 -[2013-09-26 19:30:05] B -[2013-09-26 19:30:07] 3 -[2013-09-26 19:30:08] >3 -[2013-09-26 19:31:08] >>3 -[2013-09-26 19:32:08] >>3 -[2013-09-26 19:32:23] B -[2013-09-26 19:32:25] 3 -[2013-09-26 19:32:26] >3 -[2013-09-26 19:33:26] >>3 -[2013-09-26 19:34:26] >>3 -[2013-09-26 19:34:42] B -[2013-09-26 19:34:44] 3 -[2013-09-26 19:34:45] >3 -[2013-09-26 19:35:45] >>3 -[2013-09-26 19:36:45] >>3 -[2013-09-26 19:37:00] B -[2013-09-26 19:37:01] 3 -[2013-09-26 19:37:03] >3 -[2013-09-26 19:38:03] >>3 -[2013-09-26 19:39:03] >>3 -[2013-09-26 19:39:19] B -[2013-09-26 19:39:20] 3 -[2013-09-26 19:39:22] >3 -[2013-09-26 19:40:22] >>3 -[2013-09-26 19:41:22] >>3 -[2013-09-26 19:41:37] B -[2013-09-26 19:41:39] 3 -[2013-09-26 19:41:41] >3 -[2013-09-26 19:42:40] >>3 -[2013-09-26 19:43:41] >>3 -[2013-09-26 19:43:56] B -[2013-09-26 19:43:58] 3 -[2013-09-26 19:44:00] >3 -[2013-09-26 19:44:59] >>3 -[2013-09-26 19:45:59] >>3 -[2013-09-26 19:46:14] B -[2013-09-26 19:46:16] 3 -[2013-09-26 19:46:17] >3 -[2013-09-26 19:47:17] >>3 -[2013-09-26 19:48:17] >>3 -[2013-09-26 19:48:33] B -[2013-09-26 19:48:35] 3 -[2013-09-26 19:48:36] >3 -[2013-09-26 19:49:36] >>3 -[2013-09-26 19:50:36] >>3 -[2013-09-26 19:50:51] B -[2013-09-26 19:50:52] 3 -[2013-09-26 19:50:54] >3 -[2013-09-26 19:51:54] >>3 -[2013-09-26 19:52:54] >>3 -[2013-09-26 19:53:10] B -[2013-09-26 19:53:12] 3 -[2013-09-26 19:53:13] >3 -[2013-09-26 19:54:13] >>3 -[2013-09-26 19:55:13] >>3 -[2013-09-26 19:55:28] B -[2013-09-26 19:55:30] 3 -[2013-09-26 19:55:32] >3 -[2013-09-26 19:56:31] >>3 -[2013-09-26 19:57:32] >>3 -[2013-09-26 19:57:47] B -[2013-09-26 19:57:49] 3 -[2013-09-26 19:57:51] >3 -[2013-09-26 19:58:50] >>3 -[2013-09-26 19:59:50] >>3 -[2013-09-26 20:00:05] B -[2013-09-26 20:00:07] 3 -[2013-09-26 20:00:08] >3 -[2013-09-26 20:01:08] >>3 -[2013-09-26 20:02:08] >>3 -[2013-09-26 20:02:24] B -[2013-09-26 20:02:26] 3 -[2013-09-26 20:02:27] >3 -[2013-09-26 20:03:27] >>3 -[2013-09-26 20:04:27] >>3 -[2013-09-26 20:04:42] B -[2013-09-26 20:04:44] 3 -[2013-09-26 20:04:45] >3 -[2013-09-26 20:05:45] >>3 -[2013-09-26 20:06:45] >>3 -[2013-09-26 20:07:01] B -[2013-09-26 20:07:03] 3 -[2013-09-26 20:07:04] >3 -[2013-09-26 20:08:04] >>3 -[2013-09-26 20:09:04] >>3 -[2013-09-26 20:09:19] B -[2013-09-26 20:09:21] 3 -[2013-09-26 20:09:23] >3 -[2013-09-26 20:10:22] >>3 -[2013-09-26 20:11:23] >>3 -[2013-09-26 20:11:38] B -[2013-09-26 20:11:40] 3 -[2013-09-26 20:11:42] >3 -[2013-09-26 20:12:41] >>3 -[2013-09-26 20:13:42] >>3 -[2013-09-26 20:13:56] B -[2013-09-26 20:13:58] 3 -[2013-09-26 20:13:59] >3 -[2013-09-26 20:14:59] >>3 -[2013-09-26 20:15:59] >>3 -[2013-09-26 20:16:15] B -[2013-09-26 20:16:17] 3 -[2013-09-26 20:16:18] >3 -[2013-09-26 20:17:18] >>3 -[2013-09-26 20:18:18] >>3 -[2013-09-26 20:18:33] B -[2013-09-26 20:18:35] 3 -[2013-09-26 20:18:36] >3 -[2013-09-26 20:19:36] >>3 -[2013-09-26 20:20:36] >>3 -[2013-09-26 20:20:52] B -[2013-09-26 20:20:54] 3 -[2013-09-26 20:20:55] >3 -[2013-09-26 20:21:55] >>3 -[2013-09-26 20:22:55] >>3 -[2013-09-26 20:23:11] B -[2013-09-26 20:23:12] 3 -[2013-09-26 20:23:14] >3 -[2013-09-26 20:24:14] >>3 -[2013-09-26 20:25:14] >>3 -[2013-09-26 20:25:29] B -[2013-09-26 20:25:31] 3 -[2013-09-26 20:25:33] >3 -[2013-09-26 20:26:32] >>3 -[2013-09-26 20:27:33] >>3 -[2013-09-26 20:27:47] B -[2013-09-26 20:27:49] 3 -[2013-09-26 20:27:51] >3 -[2013-09-26 20:28:50] >>3 -[2013-09-26 20:29:50] >>3 -[2013-09-26 20:30:06] B -[2013-09-26 20:30:08] 3 -[2013-09-26 20:30:09] >3 -[2013-09-26 20:31:09] >>3 -[2013-09-26 20:32:09] >>3 -[2013-09-26 20:32:24] B -[2013-09-26 20:32:26] 3 -[2013-09-26 20:32:27] >3 -[2013-09-26 20:33:27] >>3 -[2013-09-26 20:34:27] >>3 -[2013-09-26 20:34:49] B -[2013-09-26 20:34:51] 3 -[2013-09-26 20:34:53] >3 -[2013-09-26 20:35:52] >>3 -[2013-09-26 20:36:53] >>3 -[2013-09-26 20:37:08] B -[2013-09-26 20:37:10] 3 -[2013-09-26 20:37:11] >3 -[2013-09-26 20:38:11] >>3 -[2013-09-26 20:39:11] >>3 -[2013-09-26 20:39:27] B -[2013-09-26 20:39:29] 3 -[2013-09-26 20:39:30] >3 -[2013-09-26 20:40:30] >>3 -[2013-09-26 20:41:30] >>3 -[2013-09-26 20:41:45] B -[2013-09-26 20:41:47] 3 -[2013-09-26 20:41:48] >3 -[2013-09-26 20:42:48] >>3 -[2013-09-26 20:43:48] >>3 -[2013-09-26 20:44:04] B -[2013-09-26 20:44:05] 3 -[2013-09-26 20:44:07] >3 -[2013-09-26 20:45:07] >>3 -[2013-09-26 20:46:07] >>3 -[2013-09-26 20:46:22] B -[2013-09-26 20:46:23] 3 -[2013-09-26 20:46:25] >3 -[2013-09-26 20:47:25] >>3 -[2013-09-26 20:48:25] >>3 -[2013-09-26 20:48:40] B -[2013-09-26 20:48:42] 3 -[2013-09-26 20:48:44] >3 -[2013-09-26 20:49:43] >>3 -[2013-09-26 20:50:42] 1 -[2013-09-26 20:50:44] >1 -[2013-09-26 20:51:03] 21 -[2013-09-26 20:51:05] >21 -[2013-09-26 20:51:16] 1 -[2013-09-26 20:51:18] >1 -[2013-09-26 20:51:37] 9 -[2013-09-26 20:51:39] 1 -[2013-09-26 20:51:40] 3 -[2013-09-26 20:51:42] >3 -[2013-09-26 20:52:42] >>3 -[2013-09-26 20:53:42] >>3 -[2013-09-26 20:53:56] B -[2013-09-26 20:53:58] 3 -[2013-09-26 20:54:00] >3 -[2013-09-26 20:54:59] >>3 -[2013-09-26 20:56:00] >>3 -[2013-09-26 20:56:15] B -[2013-09-26 20:56:16] 3 -[2013-09-26 20:56:18] >3 -[2013-09-26 20:57:18] >>3 -[2013-09-26 20:58:18] >>3 -[2013-09-26 20:58:33] B -[2013-09-26 20:58:35] 3 -[2013-09-26 20:58:36] >3 -[2013-09-26 20:59:36] >>3 -[2013-09-26 21:00:36] >>3 -[2013-09-26 21:00:51] B -[2013-09-26 21:00:53] 3 -[2013-09-26 21:00:55] >3 -[2013-09-26 21:01:54] >>3 -[2013-09-26 21:02:55] >>3 -[2013-09-26 21:03:10] B -[2013-09-26 21:03:12] 3 -[2013-09-26 21:03:13] >3 -[2013-09-26 21:04:13] >>3 -[2013-09-26 21:05:13] >>3 -[2013-09-26 21:05:29] B -[2013-09-26 21:05:30] 3 -[2013-09-26 21:05:32] >3 -[2013-09-26 21:06:31] >>3 -[2013-09-26 21:07:32] >>3 -[2013-09-26 21:07:47] B -[2013-09-26 21:07:49] 3 -[2013-09-26 21:07:51] >3 -[2013-09-26 21:08:50] >>3 -[2013-09-26 21:09:51] >>3 -[2013-09-26 21:10:06] B -[2013-09-26 21:10:07] 3 -[2013-09-26 21:10:09] >3 -[2013-09-26 21:11:09] >>3 -[2013-09-26 21:12:09] >>3 -[2013-09-26 21:12:25] B -[2013-09-26 21:12:26] 3 -[2013-09-26 21:12:28] >3 -[2013-09-26 21:13:27] >>3 -[2013-09-26 21:14:28] >>3 -[2013-09-26 21:14:42] B -[2013-09-26 21:14:44] 3 -[2013-09-26 21:14:46] >3 -[2013-09-26 21:15:45] >>3 -[2013-09-26 21:16:46] >>3 -[2013-09-26 21:17:01] B -[2013-09-26 21:17:03] 3 -[2013-09-26 21:17:04] >3 -[2013-09-26 21:18:04] >>3 -[2013-09-26 21:19:04] >>3 -[2013-09-26 21:19:20] B -[2013-09-26 21:19:21] 3 -[2013-09-26 21:19:23] >3 -[2013-09-26 21:20:23] >>3 -[2013-09-26 21:21:23] >>3 -[2013-09-26 21:21:42] B -[2013-09-26 21:21:44] 3 -[2013-09-26 21:21:46] >3 -[2013-09-26 21:22:45] >>3 -[2013-09-26 21:23:46] >>3 -[2013-09-26 21:24:00] B -[2013-09-26 21:24:02] 3 -[2013-09-26 21:24:04] >3 -[2013-09-26 21:25:03] >>3 -[2013-09-26 21:26:04] >>3 -[2013-09-26 21:26:19] B -[2013-09-26 21:26:21] 3 -[2013-09-26 21:26:22] >3 -[2013-09-26 21:27:22] >>3 -[2013-09-26 21:28:22] >>3 -[2013-09-26 21:28:37] B -[2013-09-26 21:28:39] 3 -[2013-09-26 21:28:40] >3 -[2013-09-26 21:29:40] >>3 -[2013-09-26 21:30:40] >>3 -[2013-09-26 21:30:56] B -[2013-09-26 21:30:58] 3 -[2013-09-26 21:30:59] >3 -[2013-09-26 21:31:59] >>3 -[2013-09-26 21:32:59] >>3 -[2013-09-26 21:33:14] B -[2013-09-26 21:33:16] 3 -[2013-09-26 21:33:18] >3 -[2013-09-26 21:34:17] >>3 -[2013-09-26 21:35:18] >>3 -[2013-09-26 21:35:33] B -[2013-09-26 21:35:35] 3 -[2013-09-26 21:35:36] >3 -[2013-09-26 21:36:36] >>3 -[2013-09-26 21:37:36] >>3 -[2013-09-26 21:37:52] B -[2013-09-26 21:37:53] 3 -[2013-09-26 21:37:55] >3 -[2013-09-26 21:38:54] >>3 -[2013-09-26 21:39:55] >>3 -[2013-09-26 21:40:10] B -[2013-09-26 21:40:11] 3 -[2013-09-26 21:40:13] >3 -[2013-09-26 21:41:13] >>3 -[2013-09-26 21:42:13] >>3 -[2013-09-26 21:42:28] B -[2013-09-26 21:42:30] 3 -[2013-09-26 21:42:31] >3 -[2013-09-26 21:43:31] >>3 -[2013-09-26 21:44:31] >>3 -[2013-09-26 21:44:47] B -[2013-09-26 21:44:49] 3 -[2013-09-26 21:44:50] >3 -[2013-09-26 21:45:50] >>3 -[2013-09-26 21:46:50] >>3 -[2013-09-26 21:47:05] B -[2013-09-26 21:47:07] 3 -[2013-09-26 21:47:09] >3 -[2013-09-26 21:48:12] >>3 -[2013-09-26 21:49:12] >>3 -[2013-09-26 21:49:24] B -[2013-09-26 21:49:26] 3 -[2013-09-26 21:49:28] >3 -[2013-09-26 21:50:27] >>3 -[2013-09-26 21:51:28] >>3 -[2013-09-26 21:51:42] B -[2013-09-26 21:51:44] 3 -[2013-09-26 21:51:45] >3 -[2013-09-26 21:52:45] >>3 -[2013-09-26 21:53:45] >>3 -[2013-09-26 21:54:01] B -[2013-09-26 21:54:03] 3 -[2013-09-26 21:54:04] >3 -[2013-09-26 21:55:04] >>3 -[2013-09-26 21:56:04] >>3 -[2013-09-26 21:56:19] B -[2013-09-26 21:56:21] 3 -[2013-09-26 21:56:22] >3 -[2013-09-26 21:57:22] >>3 -[2013-09-26 21:58:22] >>3 -[2013-09-26 21:58:38] B -[2013-09-26 21:58:39] 3 -[2013-09-26 21:58:41] >3 -[2013-09-26 21:59:41] >>3 -[2013-09-26 22:00:41] >>3 -[2013-09-26 22:00:57] B -[2013-09-26 22:00:58] 3 -[2013-09-26 22:01:00] >3 -[2013-09-26 22:02:00] >>3 -[2013-09-26 22:03:00] >>3 -[2013-09-26 22:03:15] B -[2013-09-26 22:03:17] 3 -[2013-09-26 22:03:19] >3 -[2013-09-26 22:04:18] >>3 -[2013-09-26 22:05:19] >>3 -[2013-09-26 22:05:33] B -[2013-09-26 22:05:35] 3 -[2013-09-26 22:05:37] >3 -[2013-09-26 22:06:36] >>3 -[2013-09-26 22:07:36] >>3 -[2013-09-26 22:07:52] B -[2013-09-26 22:07:54] 3 -[2013-09-26 22:07:55] >3 -[2013-09-26 22:08:55] >>3 -[2013-09-26 22:09:55] >>3 -[2013-09-26 22:10:10] B -[2013-09-26 22:10:12] 3 -[2013-09-26 22:10:13] >3 -[2013-09-26 22:11:13] >>3 -[2013-09-26 22:12:13] >>3 -[2013-09-26 22:12:29] B -[2013-09-26 22:12:30] 3 -[2013-09-26 22:12:32] >3 -[2013-09-26 22:13:16] 21 -[2013-09-26 22:13:17] >21 -[2013-09-26 22:13:28] 1 -[2013-09-26 22:13:30] >1 -[2013-09-26 22:13:42] 3 -[2013-09-26 22:13:44] >3 -[2013-09-26 22:14:44] >>3 -[2013-09-26 22:15:10] B -[2013-09-26 22:15:12] 3 -[2013-09-26 22:15:14] >3 -[2013-09-26 22:16:13] >>3 -[2013-09-26 22:17:13] >>3 -[2013-09-26 22:17:29] B -[2013-09-26 22:17:31] 3 -[2013-09-26 22:17:32] >3 -[2013-09-26 22:18:32] >>3 -[2013-09-26 22:19:32] >>3 -[2013-09-26 22:19:47] B -[2013-09-26 22:19:49] 3 -[2013-09-26 22:19:50] >3 -[2013-09-26 22:20:50] >>3 -[2013-09-26 22:21:50] >>3 -[2013-09-26 22:22:06] B -[2013-09-26 22:22:07] 3 -[2013-09-26 22:22:09] >3 -[2013-09-26 22:23:09] >>3 -[2013-09-26 22:24:09] >>3 -[2013-09-26 22:24:24] B -[2013-09-26 22:24:25] 3 -[2013-09-26 22:24:27] >3 -[2013-09-26 22:25:27] >>3 -[2013-09-26 22:26:27] >>3 -[2013-09-26 22:26:43] B -[2013-09-26 22:26:44] 3 -[2013-09-26 22:26:46] >3 -[2013-09-26 22:27:46] >>3 -[2013-09-26 22:28:46] >>3 -[2013-09-26 22:29:01] B -[2013-09-26 22:29:03] 3 -[2013-09-26 22:29:05] >3 -[2013-09-26 22:30:04] >>3 -[2013-09-26 22:31:05] >>3 -[2013-09-26 22:31:20] B -[2013-09-26 22:31:22] 3 -[2013-09-26 22:31:24] >3 -[2013-09-26 22:32:23] >>3 -[2013-09-26 22:33:23] >>3 -[2013-09-26 22:33:38] B -[2013-09-26 22:33:40] 3 -[2013-09-26 22:33:41] >3 -[2013-09-26 22:34:41] >>3 -[2013-09-26 22:35:41] >>3 -[2013-09-26 22:35:57] B -[2013-09-26 22:35:59] 3 -[2013-09-26 22:36:00] >3 -[2013-09-26 22:37:00] >>3 -[2013-09-26 22:38:00] >>3 -[2013-09-26 22:38:15] B -[2013-09-26 22:38:16] 3 -[2013-09-26 22:38:18] >3 -[2013-09-26 22:39:18] >>3 -[2013-09-26 22:40:18] >>3 -[2013-09-26 22:40:34] B -[2013-09-26 22:40:35] 3 -[2013-09-26 22:40:37] >3 -[2013-09-26 22:41:37] >>3 -[2013-09-26 22:42:37] >>3 -[2013-09-26 22:42:52] B -[2013-09-26 22:42:54] 3 -[2013-09-26 22:42:56] >3 -[2013-09-26 22:43:55] >>3 -[2013-09-26 22:44:06] 1 -[2013-09-26 22:44:07] >1 -[2013-09-26 22:45:06] 21 -[2013-09-26 22:45:08] >21 -[2013-09-26 22:46:08] >>21 -[2013-09-26 22:47:08] >>21 -[2013-09-26 22:48:08] >>21 -[2013-09-26 22:48:38] 1 -[2013-09-26 22:48:40] >1 -[2013-09-26 22:49:00] 9 -[2013-09-26 22:49:02] 1 -[2013-09-26 22:49:02] 3 -[2013-09-26 22:49:04] >3 -[2013-09-26 22:50:10] >>3 -[2013-09-26 22:51:10] >>3 -[2013-09-26 22:51:19] B -[2013-09-26 22:51:21] 3 -[2013-09-26 22:51:22] >3 -[2013-09-26 22:52:22] >>3 -[2013-09-26 22:53:22] >>3 -[2013-09-26 22:53:37] B -[2013-09-26 22:53:38] 3 -[2013-09-26 22:53:40] >3 -[2013-09-26 22:54:40] >>3 -[2013-09-26 22:55:40] >>3 -[2013-09-26 22:55:56] B -[2013-09-26 22:55:57] 3 -[2013-09-26 22:55:59] >3 -[2013-09-26 22:56:59] >>3 -[2013-09-26 22:57:59] >>3 -[2013-09-26 22:58:13] B -[2013-09-26 22:58:15] 3 -[2013-09-26 22:58:17] >3 -[2013-09-26 22:59:16] >>3 -[2013-09-26 23:00:17] >>3 -[2013-09-26 23:00:32] B -[2013-09-26 23:00:34] 3 -[2013-09-26 23:00:36] >3 -[2013-09-26 23:01:35] >>3 -[2013-09-26 23:02:36] >>3 -[2013-09-26 23:02:51] B -[2013-09-26 23:02:53] 3 -[2013-09-26 23:02:54] >3 -[2013-09-26 23:03:54] >>3 -[2013-09-26 23:04:54] >>3 -[2013-09-26 23:05:10] B -[2013-09-26 23:05:12] 3 -[2013-09-26 23:05:13] >3 -[2013-09-26 23:06:13] >>3 -[2013-09-26 23:07:13] >>3 -[2013-09-26 23:07:28] B -[2013-09-26 23:07:29] 3 -[2013-09-26 23:07:31] >3 -[2013-09-26 23:08:31] >>3 -[2013-09-26 23:09:31] >>3 -[2013-09-26 23:09:47] B -[2013-09-26 23:09:48] 3 -[2013-09-26 23:09:50] >3 -[2013-09-26 23:10:50] >>3 -[2013-09-26 23:11:50] >>3 -[2013-09-26 23:12:05] B -[2013-09-26 23:12:07] 3 -[2013-09-26 23:12:08] >3 -[2013-09-26 23:13:08] >>3 -[2013-09-26 23:14:08] >>3 -[2013-09-26 23:14:24] B -[2013-09-26 23:14:25] 3 -[2013-09-26 23:14:27] >3 -[2013-09-26 23:14:32] 21 -[2013-09-26 23:14:33] >21 -[2013-09-26 23:14:50] 1 -[2013-09-26 23:14:52] >1 -[2013-09-26 23:15:46] 3 -[2013-09-26 23:15:47] >3 -[2013-09-26 23:16:47] >>3 -[2013-09-26 23:17:09] B -[2013-09-26 23:17:11] 3 -[2013-09-26 23:17:13] >3 -[2013-09-26 23:18:12] >>3 -[2013-09-26 23:19:12] >>3 -[2013-09-26 23:19:28] B -[2013-09-26 23:19:30] 3 -[2013-09-26 23:19:31] >3 -[2013-09-26 23:20:31] >>3 -[2013-09-26 23:21:31] >>3 -[2013-09-26 23:21:46] B -[2013-09-26 23:21:48] 3 -[2013-09-26 23:21:49] >3 -[2013-09-26 23:22:49] >>3 -[2013-09-26 23:23:49] >>3 -[2013-09-26 23:24:05] B -[2013-09-26 23:24:06] 3 -[2013-09-26 23:24:08] >3 -[2013-09-26 23:25:08] >>3 -[2013-09-26 23:26:08] >>3 -[2013-09-26 23:26:23] B -[2013-09-26 23:26:24] 3 -[2013-09-26 23:26:26] >3 -[2013-09-26 23:27:26] >>3 -[2013-09-26 23:28:26] >>3 -[2013-09-26 23:28:41] B -[2013-09-26 23:28:43] 3 -[2013-09-26 23:28:45] >3 -[2013-09-26 23:29:44] >>3 -[2013-09-26 23:30:45] >>3 -[2013-09-26 23:31:00] B -[2013-09-26 23:31:02] 3 -[2013-09-26 23:31:04] >3 -[2013-09-26 23:32:03] >>3 -[2013-09-26 23:33:04] >>3 -[2013-09-26 23:33:19] B -[2013-09-26 23:33:21] 3 -[2013-09-26 23:33:22] >3 -[2013-09-26 23:34:22] >>3 -[2013-09-26 23:35:22] >>3 -[2013-09-26 23:35:37] B -[2013-09-26 23:35:39] 3 -[2013-09-26 23:35:40] >3 -[2013-09-26 23:36:40] >>3 -[2013-09-26 23:37:40] >>3 -[2013-09-26 23:37:56] B -[2013-09-26 23:37:58] 3 -[2013-09-26 23:37:59] >3 -[2013-09-26 23:38:59] >>3 -[2013-09-26 23:39:59] >>3 -[2013-09-26 23:40:14] B -[2013-09-26 23:40:15] 3 -[2013-09-26 23:40:17] >3 -[2013-09-26 23:41:17] >>3 -[2013-09-26 23:42:17] >>3 -[2013-09-26 23:42:32] B -[2013-09-26 23:42:34] 3 -[2013-09-26 23:42:36] >3 -[2013-09-26 23:43:35] >>3 -[2013-09-26 23:44:36] >>3 -[2013-09-26 23:44:51] B -[2013-09-26 23:44:53] 3 -[2013-09-26 23:44:55] >3 -[2013-09-26 23:45:54] >>3 -[2013-09-26 23:46:55] >>3 -[2013-09-26 23:47:10] B -[2013-09-26 23:47:12] 3 -[2013-09-26 23:47:13] >3 -[2013-09-26 23:48:13] >>3 -[2013-09-26 23:49:13] >>3 -[2013-09-26 23:49:28] B -[2013-09-26 23:49:30] 3 -[2013-09-26 23:49:31] >3 -[2013-09-26 23:50:31] >>3 -[2013-09-26 23:51:31] >>3 -[2013-09-26 23:51:47] B -[2013-09-26 23:51:49] 3 -[2013-09-26 23:51:50] >3 -[2013-09-26 23:52:50] >>3 -[2013-09-26 23:53:50] >>3 -[2013-09-26 23:54:05] B -[2013-09-26 23:54:06] 3 -[2013-09-26 23:54:08] >3 -[2013-09-26 23:55:08] >>3 -[2013-09-26 23:56:08] >>3 -[2013-09-26 23:56:24] B -[2013-09-26 23:56:25] 3 -[2013-09-26 23:56:27] >3 -[2013-09-26 23:57:27] >>3 -[2013-09-26 23:58:27] >>3 -[2013-09-26 23:58:42] B -[2013-09-26 23:58:44] 3 -[2013-09-26 23:58:46] >3 -[2013-09-26 23:59:45] >>3 -[2013-09-27 00:00:46] >>3 -[2013-09-27 00:01:01] B -[2013-09-27 00:01:03] 3 -[2013-09-27 00:01:05] >3 -[2013-09-27 00:02:04] >>3 -[2013-09-27 00:03:04] >>3 -[2013-09-27 00:03:19] B -[2013-09-27 00:03:21] 3 -[2013-09-27 00:03:22] >3 -[2013-09-27 00:04:22] >>3 -[2013-09-27 00:05:22] >>3 -[2013-09-27 00:05:38] B -[2013-09-27 00:05:40] 3 -[2013-09-27 00:05:41] >3 -[2013-09-27 00:06:41] >>3 -[2013-09-27 00:07:41] >>3 -[2013-09-27 00:07:56] B -[2013-09-27 00:07:57] 3 -[2013-09-27 00:07:59] >3 -[2013-09-27 00:08:59] >>3 -[2013-09-27 00:09:59] >>3 -[2013-09-27 00:10:15] B -[2013-09-27 00:10:16] 3 -[2013-09-27 00:10:18] >3 -[2013-09-27 00:11:18] >>3 -[2013-09-27 00:12:18] >>3 -[2013-09-27 00:12:33] B -[2013-09-27 00:12:35] 3 -[2013-09-27 00:12:37] >3 -[2013-09-27 00:13:36] >>3 -[2013-09-27 00:14:37] >>3 -[2013-09-27 00:14:52] B -[2013-09-27 00:14:54] 3 -[2013-09-27 00:14:56] >3 -[2013-09-27 00:15:55] >>3 -[2013-09-27 00:16:56] >>3 -[2013-09-27 00:17:10] B -[2013-09-27 00:17:12] 3 -[2013-09-27 00:17:13] >3 -[2013-09-27 00:18:13] >>3 -[2013-09-27 00:19:13] >>3 -[2013-09-27 00:19:29] B -[2013-09-27 00:19:31] 3 -[2013-09-27 00:19:32] >3 -[2013-09-27 00:20:32] >>3 -[2013-09-27 00:21:32] >>3 -[2013-09-27 00:21:47] B -[2013-09-27 00:21:49] 3 -[2013-09-27 00:21:50] >3 -[2013-09-27 00:22:50] >>3 -[2013-09-27 00:23:50] >>3 -[2013-09-27 00:24:06] B -[2013-09-27 00:24:07] 3 -[2013-09-27 00:24:09] >3 -[2013-09-27 00:24:12] 21 -[2013-09-27 00:24:14] >21 -[2013-09-27 00:24:23] 1 -[2013-09-27 00:24:25] >1 -[2013-09-27 00:25:19] 3 -[2013-09-27 00:25:21] >3 -[2013-09-27 00:26:21] >>3 -[2013-09-27 00:26:43] B -[2013-09-27 00:26:44] 3 -[2013-09-27 00:26:46] >3 -[2013-09-27 00:27:46] >>3 -[2013-09-27 00:28:46] >>3 -[2013-09-27 00:29:02] B -[2013-09-27 00:29:03] 3 -[2013-09-27 00:29:05] >3 -[2013-09-27 00:30:05] >>3 -[2013-09-27 00:31:05] >>3 -[2013-09-27 00:31:20] B -[2013-09-27 00:31:21] 3 -[2013-09-27 00:31:23] >3 -[2013-09-27 00:32:22] >>3 -[2013-09-27 00:33:23] >>3 -[2013-09-27 00:33:38] B -[2013-09-27 00:33:40] 3 -[2013-09-27 00:33:42] >3 -[2013-09-27 00:34:41] >>3 -[2013-09-27 00:35:41] >>3 -[2013-09-27 00:35:57] B -[2013-09-27 00:35:58] 3 -[2013-09-27 00:36:00] >3 -[2013-09-27 00:37:00] >>3 -[2013-09-27 00:38:00] >>3 -[2013-09-27 00:38:15] B -[2013-09-27 00:38:17] 3 -[2013-09-27 00:38:19] >3 -[2013-09-27 00:39:18] >>3 -[2013-09-27 00:40:19] >>3 -[2013-09-27 00:40:34] B -[2013-09-27 00:40:35] 3 -[2013-09-27 00:40:37] >3 -[2013-09-27 00:41:37] >>3 -[2013-09-27 00:42:37] >>3 -[2013-09-27 00:42:53] B -[2013-09-27 00:42:54] 3 -[2013-09-27 00:42:56] >3 -[2013-09-27 00:43:56] >>3 -[2013-09-27 00:44:56] >>3 -[2013-09-27 00:45:11] B -[2013-09-27 00:45:13] 3 -[2013-09-27 00:45:14] >3 -[2013-09-27 00:46:14] >>3 -[2013-09-27 00:47:14] >>3 -[2013-09-27 00:47:29] B -[2013-09-27 00:47:31] 3 -[2013-09-27 00:47:33] >3 -[2013-09-27 00:48:32] >>3 -[2013-09-27 00:49:32] >>3 -[2013-09-27 00:49:48] B -[2013-09-27 00:49:49] 3 -[2013-09-27 00:49:51] >3 -[2013-09-27 00:50:51] >>3 -[2013-09-27 00:51:51] >>3 -[2013-09-27 00:52:06] B -[2013-09-27 00:52:08] 3 -[2013-09-27 00:52:10] >3 -[2013-09-27 00:53:09] >>3 -[2013-09-27 00:54:10] >>3 -[2013-09-27 00:54:25] B -[2013-09-27 00:54:26] 3 -[2013-09-27 00:54:28] >3 -[2013-09-27 00:55:28] >>3 -[2013-09-27 00:56:28] >>3 -[2013-09-27 00:56:44] B -[2013-09-27 00:56:45] 3 -[2013-09-27 00:56:47] >3 -[2013-09-27 00:57:47] >>3 -[2013-09-27 00:58:47] >>3 -[2013-09-27 00:59:02] B -[2013-09-27 00:59:04] 3 -[2013-09-27 00:59:05] >3 -[2013-09-27 01:00:05] >>3 -[2013-09-27 01:01:05] >>3 -[2013-09-27 01:01:21] B -[2013-09-27 01:01:22] 3 -[2013-09-27 01:01:24] >3 -[2013-09-27 01:02:23] >>3 -[2013-09-27 01:03:24] >>3 -[2013-09-27 01:03:39] B -[2013-09-27 01:03:40] 3 -[2013-09-27 01:03:42] >3 -[2013-09-27 01:04:42] >>3 -[2013-09-27 01:05:42] >>3 -[2013-09-27 01:05:57] B -[2013-09-27 01:05:59] 3 -[2013-09-27 01:06:01] >3 -[2013-09-27 01:07:00] >>3 -[2013-09-27 01:08:01] >>3 -[2013-09-27 01:08:16] B -[2013-09-27 01:08:18] 3 -[2013-09-27 01:08:20] >3 -[2013-09-27 01:09:19] >>3 -[2013-09-27 01:10:20] >>3 -[2013-09-27 01:10:35] B -[2013-09-27 01:10:37] 3 -[2013-09-27 01:10:38] >3 -[2013-09-27 01:11:38] >>3 -[2013-09-27 01:12:38] >>3 -[2013-09-27 01:12:53] B -[2013-09-27 01:12:55] 3 -[2013-09-27 01:12:56] >3 -[2013-09-27 01:13:56] >>3 -[2013-09-27 01:14:56] >>3 -[2013-09-27 01:15:12] B -[2013-09-27 01:15:13] 3 -[2013-09-27 01:15:15] >3 -[2013-09-27 01:16:15] >>3 -[2013-09-27 01:17:15] >>3 -[2013-09-27 01:17:30] B -[2013-09-27 01:17:32] 3 -[2013-09-27 01:17:34] >3 -[2013-09-27 01:18:33] >>3 -[2013-09-27 01:19:33] >>3 -[2013-09-27 01:19:49] B -[2013-09-27 01:19:51] 3 -[2013-09-27 01:19:52] >3 -[2013-09-27 01:20:52] >>3 -[2013-09-27 01:21:52] >>3 -[2013-09-27 01:22:08] B -[2013-09-27 01:22:10] 3 -[2013-09-27 01:22:11] >3 -[2013-09-27 01:23:11] >>3 -[2013-09-27 01:24:11] >>3 -[2013-09-27 01:24:27] B -[2013-09-27 01:24:28] 3 -[2013-09-27 01:24:30] >3 -[2013-09-27 01:25:30] >>3 -[2013-09-27 01:26:30] >>3 -[2013-09-27 01:26:45] B -[2013-09-27 01:26:46] 3 -[2013-09-27 01:26:48] >3 -[2013-09-27 01:27:48] >>3 -[2013-09-27 01:28:48] >>3 -[2013-09-27 01:29:04] B -[2013-09-27 01:29:05] 3 -[2013-09-27 01:29:07] >3 -[2013-09-27 01:30:06] >>3 -[2013-09-27 01:31:07] >>3 -[2013-09-27 01:31:21] B -[2013-09-27 01:31:23] 3 -[2013-09-27 01:31:25] >3 -[2013-09-27 01:32:24] >>3 -[2013-09-27 01:33:25] >>3 -[2013-09-27 01:33:40] B -[2013-09-27 01:33:42] 3 -[2013-09-27 01:33:43] >3 -[2013-09-27 01:34:43] >>3 -[2013-09-27 01:35:43] >>3 -[2013-09-27 01:35:59] B -[2013-09-27 01:36:01] 3 -[2013-09-27 01:36:02] >3 -[2013-09-27 01:37:02] >>3 -[2013-09-27 01:38:02] >>3 -[2013-09-27 01:38:18] B -[2013-09-27 01:38:20] 3 -[2013-09-27 01:38:21] >3 -[2013-09-27 01:39:21] >>3 -[2013-09-27 01:40:21] >>3 -[2013-09-27 01:40:36] B -[2013-09-27 01:40:39] 3 -[2013-09-27 01:40:41] >3 -[2013-09-27 01:41:40] >>3 -[2013-09-27 01:42:41] >>3 -[2013-09-27 01:42:55] B -[2013-09-27 01:42:56] 3 -[2013-09-27 01:42:58] >3 -[2013-09-27 01:43:58] >>3 -[2013-09-27 01:44:58] >>3 -[2013-09-27 01:45:13] B -[2013-09-27 01:45:14] 3 -[2013-09-27 01:45:16] >3 -[2013-09-27 01:46:16] >>3 -[2013-09-27 01:47:16] >>3 -[2013-09-27 01:47:31] B -[2013-09-27 01:47:33] 3 -[2013-09-27 01:47:35] >3 -[2013-09-27 01:48:34] >>3 -[2013-09-27 01:49:35] >>3 -[2013-09-27 01:49:50] B -[2013-09-27 01:49:52] 3 -[2013-09-27 01:49:54] >3 -[2013-09-27 01:50:53] >>3 -[2013-09-27 01:51:54] >>3 -[2013-09-27 01:52:09] B -[2013-09-27 01:52:11] 3 -[2013-09-27 01:52:12] >3 -[2013-09-27 01:53:12] >>3 -[2013-09-27 01:54:12] >>3 -[2013-09-27 01:54:27] B -[2013-09-27 01:54:29] 3 -[2013-09-27 01:54:30] >3 -[2013-09-27 01:55:30] >>3 -[2013-09-27 01:56:30] >>3 -[2013-09-27 01:56:46] B -[2013-09-27 01:56:47] 3 -[2013-09-27 01:56:49] >3 -[2013-09-27 01:57:49] >>3 -[2013-09-27 01:58:49] >>3 -[2013-09-27 01:59:04] B -[2013-09-27 01:59:05] 3 -[2013-09-27 01:59:07] >3 -[2013-09-27 02:00:07] >>3 -[2013-09-27 02:01:07] >>3 -[2013-09-27 02:01:23] B -[2013-09-27 02:01:24] 3 -[2013-09-27 02:01:26] >3 -[2013-09-27 02:02:25] >>3 -[2013-09-27 02:03:26] >>3 -[2013-09-27 02:03:41] B -[2013-09-27 02:03:43] 3 -[2013-09-27 02:03:45] >3 -[2013-09-27 02:04:44] >>3 -[2013-09-27 02:05:45] >>3 -[2013-09-27 02:06:00] B -[2013-09-27 02:06:02] 3 -[2013-09-27 02:06:03] >3 -[2013-09-27 02:07:03] >>3 -[2013-09-27 02:08:03] >>3 -[2013-09-27 02:08:18] B -[2013-09-27 02:08:20] 3 -[2013-09-27 02:08:21] >3 -[2013-09-27 02:09:21] >>3 -[2013-09-27 02:10:21] >>3 -[2013-09-27 02:10:37] B -[2013-09-27 02:10:39] 3 -[2013-09-27 02:10:40] >3 -[2013-09-27 02:11:40] >>3 -[2013-09-27 02:12:40] >>3 -[2013-09-27 02:12:55] B -[2013-09-27 02:12:56] 3 -[2013-09-27 02:12:58] >3 -[2013-09-27 02:13:58] >>3 -[2013-09-27 02:14:58] >>3 -[2013-09-27 02:15:14] B -[2013-09-27 02:15:15] 3 -[2013-09-27 02:15:17] >3 -[2013-09-27 02:15:21] 1 -[2013-09-27 02:15:22] 21 -[2013-09-27 02:15:24] >21 -[2013-09-27 02:15:33] 1 -[2013-09-27 02:15:35] >1 -[2013-09-27 02:16:32] 3 -[2013-09-27 02:16:33] >3 -[2013-09-27 02:17:33] >>3 -[2013-09-27 02:17:55] B -[2013-09-27 02:17:56] 3 -[2013-09-27 02:17:58] >3 -[2013-09-27 02:18:58] >>3 -[2013-09-27 02:19:58] >>3 -[2013-09-27 02:20:14] B -[2013-09-27 02:20:16] 3 -[2013-09-27 02:20:17] >3 -[2013-09-27 02:21:17] >>3 -[2013-09-27 02:22:17] >>3 -[2013-09-27 02:22:32] B -[2013-09-27 02:22:33] 3 -[2013-09-27 02:22:35] >3 -[2013-09-27 02:23:35] >>3 -[2013-09-27 02:24:35] >>3 -[2013-09-27 02:24:51] B -[2013-09-27 02:24:52] 3 -[2013-09-27 02:24:54] >3 -[2013-09-27 02:25:54] >>3 -[2013-09-27 02:26:54] >>3 -[2013-09-27 02:27:08] B -[2013-09-27 02:27:10] 3 -[2013-09-27 02:27:12] >3 -[2013-09-27 02:28:11] >>3 -[2013-09-27 02:29:12] >>3 -[2013-09-27 02:29:27] B -[2013-09-27 02:29:29] 3 -[2013-09-27 02:29:31] >3 -[2013-09-27 02:30:30] >>3 -[2013-09-27 02:31:31] >>3 -[2013-09-27 02:31:46] B -[2013-09-27 02:31:48] 3 -[2013-09-27 02:31:49] >3 -[2013-09-27 02:32:49] >>3 -[2013-09-27 02:33:49] >>3 -[2013-09-27 02:34:05] B -[2013-09-27 02:34:07] 3 -[2013-09-27 02:34:08] >3 -[2013-09-27 02:35:08] >>3 -[2013-09-27 02:36:08] >>3 -[2013-09-27 02:36:23] B -[2013-09-27 02:36:25] 3 -[2013-09-27 02:36:26] >3 -[2013-09-27 02:37:26] >>3 -[2013-09-27 02:38:26] >>3 -[2013-09-27 02:38:42] B -[2013-09-27 02:38:43] 3 -[2013-09-27 02:38:45] >3 -[2013-09-27 02:39:45] >>3 -[2013-09-27 02:40:45] >>3 -[2013-09-27 02:41:00] B -[2013-09-27 02:41:01] 3 -[2013-09-27 02:41:03] >3 -[2013-09-27 02:42:03] >>3 -[2013-09-27 02:43:03] >>3 -[2013-09-27 02:43:18] B -[2013-09-27 02:43:20] 3 -[2013-09-27 02:43:22] >3 -[2013-09-27 02:43:39] 1 -[2013-09-27 02:43:41] >1 -[2013-09-27 02:44:41] >>1 -[2013-09-27 02:45:39] 21 -[2013-09-27 02:45:41] >21 -[2013-09-27 02:46:40] >>21 -[2013-09-27 02:47:40] >>21 -[2013-09-27 02:48:41] >>21 -[2013-09-27 02:48:58] 1 -[2013-09-27 02:49:00] >1 -[2013-09-27 02:49:19] 9 -[2013-09-27 02:49:21] 1 -[2013-09-27 02:49:22] 3 -[2013-09-27 02:49:23] >3 -[2013-09-27 02:50:23] >>3 -[2013-09-27 02:51:23] >>3 -[2013-09-27 02:51:38] B -[2013-09-27 02:51:40] 3 -[2013-09-27 02:51:41] >3 -[2013-09-27 02:52:41] >>3 -[2013-09-27 02:53:41] >>3 -[2013-09-27 02:53:56] B -[2013-09-27 02:53:58] 3 -[2013-09-27 02:53:59] >3 -[2013-09-27 02:54:59] >>3 -[2013-09-27 02:55:59] >>3 -[2013-09-27 02:56:15] B -[2013-09-27 02:56:16] 3 -[2013-09-27 02:56:18] >3 -[2013-09-27 02:57:18] >>3 -[2013-09-27 02:58:18] >>3 -[2013-09-27 02:58:33] B -[2013-09-27 02:58:34] 3 -[2013-09-27 02:58:36] >3 -[2013-09-27 02:59:36] >>3 -[2013-09-27 03:00:36] >>3 -[2013-09-27 03:00:51] B -[2013-09-27 03:00:53] 3 -[2013-09-27 03:00:55] >3 -[2013-09-27 03:01:54] >>3 -[2013-09-27 03:02:55] >>3 -[2013-09-27 03:03:10] B -[2013-09-27 03:03:12] 3 -[2013-09-27 03:03:14] >3 -[2013-09-27 03:04:13] >>3 -[2013-09-27 03:05:14] >>3 -[2013-09-27 03:05:29] B -[2013-09-27 03:05:31] 3 -[2013-09-27 03:05:32] >3 -[2013-09-27 03:06:32] >>3 -[2013-09-27 03:07:32] >>3 -[2013-09-27 03:07:47] B -[2013-09-27 03:07:49] 3 -[2013-09-27 03:07:50] >3 -[2013-09-27 03:08:50] >>3 -[2013-09-27 03:09:50] >>3 -[2013-09-27 03:10:06] B -[2013-09-27 03:10:07] 3 -[2013-09-27 03:10:09] >3 -[2013-09-27 03:11:09] >>3 -[2013-09-27 03:12:09] >>3 -[2013-09-27 03:12:24] B -[2013-09-27 03:12:25] 3 -[2013-09-27 03:12:27] >3 -[2013-09-27 03:13:27] >>3 -[2013-09-27 03:14:27] >>3 -[2013-09-27 03:14:43] B -[2013-09-27 03:14:44] 3 -[2013-09-27 03:14:46] >3 -[2013-09-27 03:15:45] >>3 -[2013-09-27 03:16:34] 21 -[2013-09-27 03:16:36] >21 -[2013-09-27 03:16:51] 1 -[2013-09-27 03:16:53] >1 -[2013-09-27 03:17:29] 9 -[2013-09-27 03:17:31] 1 -[2013-09-27 03:17:32] 3 -[2013-09-27 03:17:34] >3 -[2013-09-27 03:18:33] >>3 -[2013-09-27 03:19:34] >>3 -[2013-09-27 03:19:48] B -[2013-09-27 03:19:50] 3 -[2013-09-27 03:19:52] >3 -[2013-09-27 03:20:51] >>3 -[2013-09-27 03:21:51] >>3 -[2013-09-27 03:22:06] B -[2013-09-27 03:22:08] 3 -[2013-09-27 03:22:09] >3 -[2013-09-27 03:23:09] >>3 -[2013-09-27 03:24:09] >>3 -[2013-09-27 03:24:25] B -[2013-09-27 03:24:27] 3 -[2013-09-27 03:24:28] >3 -[2013-09-27 03:25:28] >>3 -[2013-09-27 03:26:28] >>3 -[2013-09-27 03:26:43] B -[2013-09-27 03:26:44] 3 -[2013-09-27 03:26:46] >3 -[2013-09-27 03:27:46] >>3 -[2013-09-27 03:28:46] >>3 -[2013-09-27 03:29:02] B -[2013-09-27 03:29:03] 3 -[2013-09-27 03:29:05] >3 -[2013-09-27 03:30:05] >>3 -[2013-09-27 03:31:05] >>3 -[2013-09-27 03:31:20] B -[2013-09-27 03:31:22] 3 -[2013-09-27 03:31:24] >3 -[2013-09-27 03:32:23] >>3 -[2013-09-27 03:33:24] >>3 -[2013-09-27 03:33:39] B -[2013-09-27 03:33:41] 3 -[2013-09-27 03:33:43] >3 -[2013-09-27 03:34:42] >>3 -[2013-09-27 03:35:43] >>3 -[2013-09-27 03:35:57] B -[2013-09-27 03:35:59] 3 -[2013-09-27 03:36:00] >3 -[2013-09-27 03:37:00] >>3 -[2013-09-27 03:38:00] >>3 -[2013-09-27 03:38:16] B -[2013-09-27 03:38:18] 3 -[2013-09-27 03:38:19] >3 -[2013-09-27 03:39:19] >>3 -[2013-09-27 03:40:19] >>3 -[2013-09-27 03:40:34] B -[2013-09-27 03:40:36] 3 -[2013-09-27 03:40:37] >3 -[2013-09-27 03:41:37] >>3 -[2013-09-27 03:42:37] >>3 -[2013-09-27 03:42:53] B -[2013-09-27 03:42:54] 3 -[2013-09-27 03:42:56] >3 -[2013-09-27 03:43:56] >>3 -[2013-09-27 03:44:56] >>3 -[2013-09-27 03:45:11] B -[2013-09-27 03:45:13] 3 -[2013-09-27 03:45:14] >3 -[2013-09-27 03:46:14] >>3 -[2013-09-27 03:47:14] >>3 -[2013-09-27 03:47:30] B -[2013-09-27 03:47:32] 3 -[2013-09-27 03:47:34] >3 -[2013-09-27 03:48:33] >>3 -[2013-09-27 03:49:34] >>3 -[2013-09-27 03:49:48] B -[2013-09-27 03:49:50] 3 -[2013-09-27 03:49:52] >3 -[2013-09-27 03:50:51] >>3 -[2013-09-27 03:51:52] >>3 -[2013-09-27 03:52:07] B -[2013-09-27 03:52:09] 3 -[2013-09-27 03:52:10] >3 -[2013-09-27 03:53:10] >>3 -[2013-09-27 03:54:10] >>3 -[2013-09-27 03:54:25] B -[2013-09-27 03:54:27] 3 -[2013-09-27 03:54:28] >3 -[2013-09-27 03:55:28] >>3 -[2013-09-27 03:56:28] >>3 -[2013-09-27 03:56:44] B -[2013-09-27 03:56:46] 3 -[2013-09-27 03:56:47] >3 -[2013-09-27 03:57:47] >>3 -[2013-09-27 03:58:45] 1 -[2013-09-27 03:58:47] >1 -[2013-09-27 03:59:20] 9 -[2013-09-27 03:59:22] 1 -[2013-09-27 03:59:23] 3 -[2013-09-27 03:59:24] >3 -[2013-09-27 04:00:24] >>3 -[2013-09-27 04:01:24] >>3 -[2013-09-27 04:01:39] B -[2013-09-27 04:01:40] 3 -[2013-09-27 04:01:42] >3 -[2013-09-27 04:02:42] >>3 -[2013-09-27 04:03:42] >>3 -[2013-09-27 04:03:57] B -[2013-09-27 04:03:58] 3 -[2013-09-27 04:04:00] >3 -[2013-09-27 04:05:00] >>3 -[2013-09-27 04:06:00] >>3 -[2013-09-27 04:06:15] B -[2013-09-27 04:06:17] 3 -[2013-09-27 04:06:19] >3 -[2013-09-27 04:07:18] >>3 -[2013-09-27 04:08:19] >>3 -[2013-09-27 04:08:33] B -[2013-09-27 04:08:35] 3 -[2013-09-27 04:08:37] >3 -[2013-09-27 04:09:36] >>3 -[2013-09-27 04:10:37] >>3 -[2013-09-27 04:10:52] B -[2013-09-27 04:10:54] 3 -[2013-09-27 04:10:55] >3 -[2013-09-27 04:11:55] >>3 -[2013-09-27 04:12:55] >>3 -[2013-09-27 04:13:11] B -[2013-09-27 04:13:13] 3 -[2013-09-27 04:13:14] >3 -[2013-09-27 04:14:14] >>3 -[2013-09-27 04:15:14] >>3 -[2013-09-27 04:15:30] B -[2013-09-27 04:15:31] 3 -[2013-09-27 04:15:33] >3 -[2013-09-27 04:16:33] >>3 -[2013-09-27 04:17:33] >>3 -[2013-09-27 04:17:48] B -[2013-09-27 04:17:49] 3 -[2013-09-27 04:17:51] >3 -[2013-09-27 04:18:51] >>3 -[2013-09-27 04:19:51] >>3 -[2013-09-27 04:20:07] B -[2013-09-27 04:20:08] 3 -[2013-09-27 04:20:10] >3 -[2013-09-27 04:21:10] >>3 -[2013-09-27 04:22:10] >>3 -[2013-09-27 04:22:24] B -[2013-09-27 04:22:26] 3 -[2013-09-27 04:22:28] >3 -[2013-09-27 04:23:27] >>3 -[2013-09-27 04:24:28] >>3 -[2013-09-27 04:24:44] B -[2013-09-27 04:24:45] 3 -[2013-09-27 04:24:46] >3 -[2013-09-27 04:25:46] >>3 -[2013-09-27 04:26:46] >>3 -[2013-09-27 04:27:02] B -[2013-09-27 04:27:04] 3 -[2013-09-27 04:27:05] >3 -[2013-09-27 04:28:05] >>3 -[2013-09-27 04:29:05] >>3 -[2013-09-27 04:29:21] B -[2013-09-27 04:29:22] 3 -[2013-09-27 04:29:24] >3 -[2013-09-27 04:30:24] >>3 -[2013-09-27 04:31:24] >>3 -[2013-09-27 04:31:39] B -[2013-09-27 04:31:41] 3 -[2013-09-27 04:31:42] >3 -[2013-09-27 04:32:42] >>3 -[2013-09-27 04:33:42] >>3 -[2013-09-27 04:33:58] B -[2013-09-27 04:34:00] 3 -[2013-09-27 04:34:01] >3 -[2013-09-27 04:35:01] >>3 -[2013-09-27 04:36:01] >>3 -[2013-09-27 04:36:16] B -[2013-09-27 04:36:17] 3 -[2013-09-27 04:36:19] >3 -[2013-09-27 04:37:19] >>3 -[2013-09-27 04:38:19] >>3 -[2013-09-27 04:38:35] B -[2013-09-27 04:38:36] 3 -[2013-09-27 04:38:38] >3 -[2013-09-27 04:39:38] >>3 -[2013-09-27 04:39:56] 1 -[2013-09-27 04:39:57] 21 -[2013-09-27 04:39:59] >21 -[2013-09-27 04:40:04] 1 -[2013-09-27 04:40:05] >1 -[2013-09-27 04:40:33] 3 -[2013-09-27 04:40:35] >3 -[2013-09-27 04:41:15] B -[2013-09-27 04:41:16] 3 -[2013-09-27 04:41:18] >3 -[2013-09-27 04:42:18] >>3 -[2013-09-27 04:43:18] >>3 -[2013-09-27 04:43:34] B -[2013-09-27 04:43:35] 3 -[2013-09-27 04:43:37] >3 -[2013-09-27 04:44:37] >>3 -[2013-09-27 04:45:37] >>3 -[2013-09-27 04:45:51] B -[2013-09-27 04:45:53] 3 -[2013-09-27 04:45:55] >3 -[2013-09-27 04:46:54] >>3 -[2013-09-27 04:47:55] >>3 -[2013-09-27 04:48:10] B -[2013-09-27 04:48:12] 3 -[2013-09-27 04:48:14] >3 -[2013-09-27 04:49:13] >>3 -[2013-09-27 04:50:14] >>3 -[2013-09-27 04:50:28] B -[2013-09-27 04:50:30] 3 -[2013-09-27 04:50:31] >3 -[2013-09-27 04:51:31] >>3 -[2013-09-27 04:52:31] >>3 -[2013-09-27 04:52:47] B -[2013-09-27 04:52:49] 3 -[2013-09-27 04:52:50] >3 -[2013-09-27 04:53:50] >>3 -[2013-09-27 04:54:50] >>3 -[2013-09-27 04:55:06] B -[2013-09-27 04:55:07] 3 -[2013-09-27 04:55:09] >3 -[2013-09-27 04:56:09] >>3 -[2013-09-27 04:57:09] >>3 -[2013-09-27 04:57:25] B -[2013-09-27 04:57:26] 3 -[2013-09-27 04:57:28] >3 -[2013-09-27 04:58:28] >>3 -[2013-09-27 04:59:28] >>3 -[2013-09-27 04:59:43] B -[2013-09-27 04:59:44] 3 -[2013-09-27 04:59:46] >3 -[2013-09-27 05:00:46] >>3 -[2013-09-27 05:01:46] >>3 -[2013-09-27 05:02:01] B -[2013-09-27 05:02:03] 3 -[2013-09-27 05:02:05] >3 -[2013-09-27 05:03:04] >>3 -[2013-09-27 05:04:05] >>3 -[2013-09-27 05:04:19] B -[2013-09-27 05:04:21] 3 -[2013-09-27 05:04:23] >3 -[2013-09-27 05:05:22] >>3 -[2013-09-27 05:06:22] >>3 -[2013-09-27 05:06:38] B -[2013-09-27 05:06:40] 3 -[2013-09-27 05:06:41] >3 -[2013-09-27 05:07:41] >>3 -[2013-09-27 05:08:41] >>3 -[2013-09-27 05:08:57] B -[2013-09-27 05:08:59] 3 -[2013-09-27 05:09:00] >3 -[2013-09-27 05:10:00] >>3 -[2013-09-27 05:11:00] >>3 -[2013-09-27 05:11:16] B -[2013-09-27 05:11:17] 3 -[2013-09-27 05:11:19] >3 -[2013-09-27 05:12:19] >>3 -[2013-09-27 05:13:19] >>3 -[2013-09-27 05:13:34] B -[2013-09-27 05:13:35] 3 -[2013-09-27 05:13:37] >3 -[2013-09-27 05:14:37] >>3 -[2013-09-27 05:15:37] >>3 -[2013-09-27 05:15:53] B -[2013-09-27 05:15:54] 3 -[2013-09-27 05:15:56] >3 -[2013-09-27 05:16:56] >>3 -[2013-09-27 05:17:56] >>3 -[2013-09-27 05:18:10] B -[2013-09-27 05:18:12] 3 -[2013-09-27 05:18:14] >3 -[2013-09-27 05:19:13] >>3 -[2013-09-27 05:20:14] >>3 -[2013-09-27 05:20:29] B -[2013-09-27 05:20:31] 3 -[2013-09-27 05:20:33] >3 -[2013-09-27 05:21:32] >>3 -[2013-09-27 05:22:32] >>3 -[2013-09-27 05:22:48] B -[2013-09-27 05:22:50] 3 -[2013-09-27 05:22:51] >3 -[2013-09-27 05:23:51] >>3 -[2013-09-27 05:24:51] >>3 -[2013-09-27 05:25:07] B -[2013-09-27 05:25:09] 3 -[2013-09-27 05:25:10] >3 -[2013-09-27 05:26:10] >>3 -[2013-09-27 05:27:10] >>3 -[2013-09-27 05:27:25] B -[2013-09-27 05:27:26] 3 -[2013-09-27 05:27:28] >3 -[2013-09-27 05:28:28] >>3 -[2013-09-27 05:29:28] >>3 -[2013-09-27 05:29:44] B -[2013-09-27 05:29:45] 3 -[2013-09-27 05:29:47] >3 -[2013-09-27 05:30:47] >>3 -[2013-09-27 05:31:47] >>3 -[2013-09-27 05:32:02] B -[2013-09-27 05:32:03] 3 -[2013-09-27 05:32:05] >3 -[2013-09-27 05:33:05] >>3 -[2013-09-27 05:34:05] >>3 -[2013-09-27 05:34:20] B -[2013-09-27 05:34:22] 3 -[2013-09-27 05:34:24] >3 -[2013-09-27 05:35:23] >>3 -[2013-09-27 05:36:24] >>3 -[2013-09-27 05:36:39] B -[2013-09-27 05:36:40] 3 -[2013-09-27 05:36:42] >3 -[2013-09-27 05:37:42] >>3 -[2013-09-27 05:38:42] >>3 -[2013-09-27 05:38:58] B -[2013-09-27 05:39:00] 3 -[2013-09-27 05:39:01] >3 -[2013-09-27 05:40:01] >>3 -[2013-09-27 05:41:01] >>3 -[2013-09-27 05:41:16] B -[2013-09-27 05:41:18] 3 -[2013-09-27 05:41:19] >3 -[2013-09-27 05:42:19] >>3 -[2013-09-27 05:43:19] >>3 -[2013-09-27 05:43:35] B -[2013-09-27 05:43:37] 3 -[2013-09-27 05:43:38] >3 -[2013-09-27 05:44:38] >>3 -[2013-09-27 05:45:38] >>3 -[2013-09-27 05:45:53] B -[2013-09-27 05:45:54] 3 -[2013-09-27 05:45:56] >3 -[2013-09-27 05:46:56] >>3 -[2013-09-27 05:47:56] >>3 -[2013-09-27 05:48:12] B -[2013-09-27 05:48:13] 3 -[2013-09-27 05:48:15] >3 -[2013-09-27 05:49:15] >>3 -[2013-09-27 05:50:15] >>3 -[2013-09-27 05:50:30] B -[2013-09-27 05:50:32] 3 -[2013-09-27 05:50:33] >3 -[2013-09-27 05:51:33] >>3 -[2013-09-27 05:52:33] >>3 -[2013-09-27 05:52:49] B -[2013-09-27 05:52:51] 3 -[2013-09-27 05:52:52] >3 -[2013-09-27 05:53:52] >>3 -[2013-09-27 05:54:52] >>3 -[2013-09-27 05:55:07] B -[2013-09-27 05:55:09] 3 -[2013-09-27 05:55:10] >3 -[2013-09-27 05:56:10] >>3 -[2013-09-27 05:57:10] >>3 -[2013-09-27 05:57:26] B -[2013-09-27 05:57:27] 3 -[2013-09-27 05:57:29] >3 -[2013-09-27 05:58:29] >>3 -[2013-09-27 05:59:29] >>3 -[2013-09-27 05:59:44] B -[2013-09-27 05:59:46] 3 -[2013-09-27 05:59:47] >3 -[2013-09-27 06:00:47] >>3 -[2013-09-27 06:01:47] >>3 -[2013-09-27 06:02:03] B -[2013-09-27 06:02:04] 3 -[2013-09-27 06:02:06] >3 -[2013-09-27 06:03:06] >>3 -[2013-09-27 06:04:06] >>3 -[2013-09-27 06:04:21] B -[2013-09-27 06:04:23] 3 -[2013-09-27 06:04:24] >3 -[2013-09-27 06:05:24] >>3 -[2013-09-27 06:06:24] >>3 -[2013-09-27 06:06:40] B -[2013-09-27 06:06:42] 3 -[2013-09-27 06:06:43] >3 -[2013-09-27 06:07:43] >>3 -[2013-09-27 06:08:43] >>3 -[2013-09-27 06:08:58] B -[2013-09-27 06:09:00] 3 -[2013-09-27 06:09:01] >3 -[2013-09-27 06:10:01] >>3 -[2013-09-27 06:11:01] >>3 -[2013-09-27 06:11:17] B -[2013-09-27 06:11:18] 3 -[2013-09-27 06:11:20] >3 -[2013-09-27 06:12:20] >>3 -[2013-09-27 06:13:20] >>3 -[2013-09-27 06:13:35] B -[2013-09-27 06:13:36] 3 -[2013-09-27 06:13:38] >3 -[2013-09-27 06:14:38] >>3 -[2013-09-27 06:15:38] >>3 -[2013-09-27 06:15:54] B -[2013-09-27 06:15:55] 3 -[2013-09-27 06:15:57] >3 -[2013-09-27 06:16:56] >>3 -[2013-09-27 06:17:57] >>3 -[2013-09-27 06:18:12] B -[2013-09-27 06:18:14] 3 -[2013-09-27 06:18:16] >3 -[2013-09-27 06:19:15] >>3 -[2013-09-27 06:20:16] >>3 -[2013-09-27 06:20:31] B -[2013-09-27 06:20:33] 3 -[2013-09-27 06:20:34] >3 -[2013-09-27 06:21:34] >>3 -[2013-09-27 06:22:34] >>3 -[2013-09-27 06:22:49] B -[2013-09-27 06:22:51] 3 -[2013-09-27 06:22:52] >3 -[2013-09-27 06:23:52] >>3 -[2013-09-27 06:24:52] >>3 -[2013-09-27 06:25:08] B -[2013-09-27 06:25:10] 3 -[2013-09-27 06:25:11] >3 -[2013-09-27 06:26:11] >>3 -[2013-09-27 06:27:11] >>3 -[2013-09-27 06:27:35] B -[2013-09-27 06:27:37] 3 -[2013-09-27 06:27:39] >3 -[2013-09-27 06:28:38] >>3 -[2013-09-27 06:29:39] >>3 -[2013-09-27 06:29:54] B -[2013-09-27 06:29:56] 3 -[2013-09-27 06:29:57] >3 -[2013-09-27 06:30:57] >>3 -[2013-09-27 06:31:57] >>3 -[2013-09-27 06:32:13] B -[2013-09-27 06:32:15] 3 -[2013-09-27 06:32:16] >3 -[2013-09-27 06:33:16] >>3 -[2013-09-27 06:34:16] >>3 -[2013-09-27 06:34:32] B -[2013-09-27 06:34:34] 3 -[2013-09-27 06:34:35] >3 -[2013-09-27 06:35:35] >>3 -[2013-09-27 06:36:33] 1 -[2013-09-27 06:36:34] >1 -[2013-09-27 06:36:48] 21 -[2013-09-27 06:36:50] >21 -[2013-09-27 06:37:50] >>21 -[2013-09-27 06:38:50] >>21 -[2013-09-27 06:39:50] >>21 -[2013-09-27 06:40:42] 1 -[2013-09-27 06:40:44] >1 -[2013-09-27 06:41:04] 9 -[2013-09-27 06:41:05] 1 -[2013-09-27 06:41:06] 3 -[2013-09-27 06:41:08] >3 -[2013-09-27 06:42:07] >>3 -[2013-09-27 06:43:08] >>3 -[2013-09-27 06:43:22] B -[2013-09-27 06:43:24] 3 -[2013-09-27 06:43:25] >3 -[2013-09-27 06:44:25] >>3 -[2013-09-27 06:45:25] >>3 -[2013-09-27 06:45:41] B -[2013-09-27 06:45:42] 3 -[2013-09-27 06:45:44] >3 -[2013-09-27 06:46:44] >>3 -[2013-09-27 06:47:44] >>3 -[2013-09-27 06:47:59] B -[2013-09-27 06:48:01] 3 -[2013-09-27 06:48:02] >3 -[2013-09-27 06:49:02] >>3 -[2013-09-27 06:50:02] >>3 -[2013-09-27 06:50:17] B -[2013-09-27 06:50:18] 3 -[2013-09-27 06:50:20] >3 -[2013-09-27 06:51:23] >>3 -[2013-09-27 06:52:23] >>3 -[2013-09-27 06:52:36] B -[2013-09-27 06:52:37] 3 -[2013-09-27 06:52:39] >3 -[2013-09-27 06:53:39] >>3 -[2013-09-27 06:54:39] >>3 -[2013-09-27 06:54:55] B -[2013-09-27 06:54:56] 3 -[2013-09-27 06:54:58] >3 -[2013-09-27 06:55:58] >>3 -[2013-09-27 06:56:58] >>3 -[2013-09-27 06:57:13] B -[2013-09-27 06:57:15] 3 -[2013-09-27 06:57:17] >3 -[2013-09-27 06:58:16] >>3 -[2013-09-27 06:59:17] >>3 -[2013-09-27 06:59:31] B -[2013-09-27 06:59:33] 3 -[2013-09-27 06:59:34] >3 -[2013-09-27 07:00:34] >>3 -[2013-09-27 07:01:34] >>3 -[2013-09-27 07:01:52] B -[2013-09-27 07:01:54] 3 -[2013-09-27 07:01:55] >3 -[2013-09-27 07:02:55] >>3 -[2013-09-27 07:03:55] >>3 -[2013-09-27 07:04:10] B -[2013-09-27 07:04:12] 3 -[2013-09-27 07:04:14] >3 -[2013-09-27 07:05:13] >>3 -[2013-09-27 07:06:14] >>3 -[2013-09-27 07:06:29] B -[2013-09-27 07:06:31] 3 -[2013-09-27 07:06:32] >3 -[2013-09-27 07:07:32] >>3 -[2013-09-27 07:08:32] >>3 -[2013-09-27 07:08:48] B -[2013-09-27 07:08:50] 3 -[2013-09-27 07:08:51] >3 -[2013-09-27 07:09:51] >>3 -[2013-09-27 07:10:51] >>3 -[2013-09-27 07:11:07] B -[2013-09-27 07:11:08] 3 -[2013-09-27 07:11:10] >3 -[2013-09-27 07:12:10] >>3 -[2013-09-27 07:13:10] >>3 -[2013-09-27 07:13:25] B -[2013-09-27 07:13:26] 3 -[2013-09-27 07:13:28] >3 -[2013-09-27 07:14:28] >>3 -[2013-09-27 07:15:28] >>3 -[2013-09-27 07:15:43] B -[2013-09-27 07:15:45] 3 -[2013-09-27 07:15:47] >3 -[2013-09-27 07:16:46] >>3 -[2013-09-27 07:17:46] >>3 -[2013-09-27 07:18:01] B -[2013-09-27 07:18:03] 3 -[2013-09-27 07:18:04] >3 -[2013-09-27 07:19:04] >>3 -[2013-09-27 07:20:04] >>3 -[2013-09-27 07:20:20] B -[2013-09-27 07:20:22] 3 -[2013-09-27 07:20:23] >3 -[2013-09-27 07:21:23] >>3 -[2013-09-27 07:22:23] >>3 -[2013-09-27 07:22:39] B -[2013-09-27 07:22:41] 3 -[2013-09-27 07:22:42] >3 -[2013-09-27 07:23:42] >>3 -[2013-09-27 07:24:42] >>3 -[2013-09-27 07:24:58] B -[2013-09-27 07:24:59] 3 -[2013-09-27 07:25:01] >3 -[2013-09-27 07:26:01] >>3 -[2013-09-27 07:27:01] >>3 -[2013-09-27 07:27:16] B -[2013-09-27 07:27:17] 3 -[2013-09-27 07:27:19] >3 -[2013-09-27 07:28:19] >>3 -[2013-09-27 07:29:19] >>3 -[2013-09-27 07:29:34] B -[2013-09-27 07:29:36] 3 -[2013-09-27 07:29:38] >3 -[2013-09-27 07:30:37] >>3 -[2013-09-27 07:31:38] >>3 -[2013-09-27 07:31:52] B -[2013-09-27 07:31:54] 3 -[2013-09-27 07:31:56] >3 -[2013-09-27 07:32:55] >>3 -[2013-09-27 07:33:56] >>3 -[2013-09-27 07:34:11] B -[2013-09-27 07:34:13] 3 -[2013-09-27 07:34:14] >3 -[2013-09-27 07:35:14] >>3 -[2013-09-27 07:36:14] >>3 -[2013-09-27 07:36:30] B -[2013-09-27 07:36:32] 3 -[2013-09-27 07:36:33] >3 -[2013-09-27 07:37:33] >>3 -[2013-09-27 07:38:33] >>3 -[2013-09-27 07:38:49] B -[2013-09-27 07:38:51] 3 -[2013-09-27 07:38:52] >3 -[2013-09-27 07:39:52] >>3 -[2013-09-27 07:40:52] >>3 -[2013-09-27 07:41:07] B -[2013-09-27 07:41:08] 3 -[2013-09-27 07:41:10] >3 -[2013-09-27 07:42:10] >>3 -[2013-09-27 07:43:10] >>3 -[2013-09-27 07:43:26] B -[2013-09-27 07:43:27] 3 -[2013-09-27 07:43:29] >3 -[2013-09-27 07:44:29] >>3 -[2013-09-27 07:45:29] >>3 -[2013-09-27 07:45:43] B -[2013-09-27 07:45:45] 3 -[2013-09-27 07:45:47] >3 -[2013-09-27 07:46:46] >>3 -[2013-09-27 07:47:47] >>3 -[2013-09-27 07:48:02] B -[2013-09-27 07:48:04] 3 -[2013-09-27 07:48:06] >3 -[2013-09-27 07:49:05] >>3 -[2013-09-27 07:50:06] >>3 -[2013-09-27 07:50:21] B -[2013-09-27 07:50:22] 3 -[2013-09-27 07:50:24] >3 -[2013-09-27 07:51:24] >>3 -[2013-09-27 07:52:24] >>3 -[2013-09-27 07:52:40] B -[2013-09-27 07:52:41] 3 -[2013-09-27 07:52:43] >3 -[2013-09-27 07:53:43] >>3 -[2013-09-27 07:54:43] >>3 -[2013-09-27 07:54:58] B -[2013-09-27 07:55:00] 3 -[2013-09-27 07:55:01] >3 -[2013-09-27 07:56:01] >>3 -[2013-09-27 07:57:01] >>3 -[2013-09-27 07:57:16] B -[2013-09-27 07:57:18] 3 -[2013-09-27 07:57:20] >3 -[2013-09-27 07:58:19] >>3 -[2013-09-27 07:59:20] >>3 -[2013-09-27 07:59:35] B -[2013-09-27 07:59:36] 3 -[2013-09-27 07:59:38] >3 -[2013-09-27 08:00:38] >>3 -[2013-09-27 08:01:38] >>3 -[2013-09-27 08:01:54] B -[2013-09-27 08:01:55] 3 -[2013-09-27 08:01:57] >3 -[2013-09-27 08:02:57] >>3 -[2013-09-27 08:03:57] >>3 -[2013-09-27 08:04:12] B -[2013-09-27 08:04:14] 3 -[2013-09-27 08:04:15] >3 -[2013-09-27 08:05:15] >>3 -[2013-09-27 08:06:15] >>3 -[2013-09-27 08:06:31] B -[2013-09-27 08:06:32] 3 -[2013-09-27 08:06:34] >3 -[2013-09-27 08:07:34] >>3 -[2013-09-27 08:08:34] >>3 -[2013-09-27 08:08:49] B -[2013-09-27 08:08:50] 3 -[2013-09-27 08:08:52] >3 -[2013-09-27 08:09:52] >>3 -[2013-09-27 08:10:52] >>3 -[2013-09-27 08:11:08] B -[2013-09-27 08:11:09] 3 -[2013-09-27 08:11:11] >3 -[2013-09-27 08:12:10] >>3 -[2013-09-27 08:13:11] >>3 -[2013-09-27 08:13:25] B -[2013-09-27 08:13:27] 3 -[2013-09-27 08:13:29] >3 -[2013-09-27 08:14:28] >>3 -[2013-09-27 08:15:29] >>3 -[2013-09-27 08:15:48] B -[2013-09-27 08:15:49] 3 -[2013-09-27 08:15:51] >3 -[2013-09-27 08:16:51] >>3 -[2013-09-27 08:17:51] >>3 -[2013-09-27 08:18:07] B -[2013-09-27 08:18:08] 3 -[2013-09-27 08:18:10] >3 -[2013-09-27 08:19:10] >>3 -[2013-09-27 08:20:10] >>3 -[2013-09-27 08:20:26] B -[2013-09-27 08:20:27] 3 -[2013-09-27 08:20:28] >3 -[2013-09-27 08:21:28] >>3 -[2013-09-27 08:22:28] >>3 -[2013-09-27 08:22:43] B -[2013-09-27 08:22:45] 3 -[2013-09-27 08:22:47] >3 -[2013-09-27 08:23:46] >>3 -[2013-09-27 08:24:47] >>3 -[2013-09-27 08:25:02] B -[2013-09-27 08:25:03] 3 -[2013-09-27 08:25:05] >3 -[2013-09-27 08:26:05] >>3 -[2013-09-27 08:27:05] >>3 -[2013-09-27 08:27:20] B -[2013-09-27 08:27:22] 3 -[2013-09-27 08:27:23] >3 -[2013-09-27 08:28:23] >>3 -[2013-09-27 08:29:23] >>3 -[2013-09-27 08:29:39] B -[2013-09-27 08:29:41] 3 -[2013-09-27 08:29:42] >3 -[2013-09-27 08:30:42] >>3 -[2013-09-27 08:31:42] >>3 -[2013-09-27 08:31:57] B -[2013-09-27 08:31:59] 3 -[2013-09-27 08:32:01] >3 -[2013-09-27 08:33:00] >>3 -[2013-09-27 08:34:01] >>3 -[2013-09-27 08:34:16] B -[2013-09-27 08:34:18] 3 -[2013-09-27 08:34:20] >3 -[2013-09-27 08:35:19] >>3 -[2013-09-27 08:36:19] >>3 -[2013-09-27 08:36:34] B -[2013-09-27 08:36:36] 3 -[2013-09-27 08:36:37] >3 -[2013-09-27 08:37:37] >>3 -[2013-09-27 08:38:37] >>3 -[2013-09-27 08:38:53] B -[2013-09-27 08:38:55] 3 -[2013-09-27 08:38:56] >3 -[2013-09-27 08:39:56] >>3 -[2013-09-27 08:40:56] >>3 -[2013-09-27 08:41:11] B -[2013-09-27 08:41:13] 3 -[2013-09-27 08:41:14] >3 -[2013-09-27 08:42:14] >>3 -[2013-09-27 08:43:14] >>3 -[2013-09-27 08:43:30] B -[2013-09-27 08:43:31] 3 -[2013-09-27 08:43:33] >3 -[2013-09-27 08:44:33] >>3 -[2013-09-27 08:45:33] >>3 -[2013-09-27 08:45:49] B -[2013-09-27 08:45:50] 3 -[2013-09-27 08:45:52] >3 -[2013-09-27 08:46:52] >>3 -[2013-09-27 08:47:52] >>3 -[2013-09-27 08:48:07] B -[2013-09-27 08:48:09] 3 -[2013-09-27 08:48:11] >3 -[2013-09-27 08:49:10] >>3 -[2013-09-27 08:50:11] >>3 -[2013-09-27 08:50:25] B -[2013-09-27 08:50:27] 3 -[2013-09-27 08:50:29] >3 -[2013-09-27 08:51:28] >>3 -[2013-09-27 08:52:29] >>3 -[2013-09-27 08:52:44] B -[2013-09-27 08:52:46] 3 -[2013-09-27 08:52:47] >3 -[2013-09-27 08:53:47] >>3 -[2013-09-27 08:54:47] >>3 -[2013-09-27 08:55:02] B -[2013-09-27 08:55:04] 3 -[2013-09-27 08:55:05] >3 -[2013-09-27 08:56:05] >>3 -[2013-09-27 08:57:05] >>3 -[2013-09-27 08:57:21] B -[2013-09-27 08:57:23] 3 -[2013-09-27 08:57:24] >3 -[2013-09-27 08:58:24] >>3 -[2013-09-27 08:59:24] >>3 -[2013-09-27 08:59:40] B -[2013-09-27 08:59:41] 3 -[2013-09-27 08:59:43] >3 -[2013-09-27 09:00:43] >>3 -[2013-09-27 09:01:43] >>3 -[2013-09-27 09:01:59] B -[2013-09-27 09:02:00] 3 -[2013-09-27 09:02:02] >3 -[2013-09-27 09:03:02] >>3 -[2013-09-27 09:04:02] >>3 -[2013-09-27 09:04:17] B -[2013-09-27 09:04:18] 3 -[2013-09-27 09:04:20] >3 -[2013-09-27 09:05:20] >>3 -[2013-09-27 09:06:20] >>3 -[2013-09-27 09:06:35] B -[2013-09-27 09:06:37] 3 -[2013-09-27 09:06:38] >3 -[2013-09-27 09:07:38] >>3 -[2013-09-27 09:08:38] >>3 -[2013-09-27 09:08:53] B -[2013-09-27 09:08:55] 3 -[2013-09-27 09:08:57] >3 -[2013-09-27 09:09:56] >>3 -[2013-09-27 09:10:57] >>3 -[2013-09-27 09:11:12] B -[2013-09-27 09:11:14] 3 -[2013-09-27 09:11:15] >3 -[2013-09-27 09:12:15] >>3 -[2013-09-27 09:13:15] >>3 -[2013-09-27 09:13:31] B -[2013-09-27 09:13:32] 3 -[2013-09-27 09:13:34] >3 -[2013-09-27 09:14:34] >>3 -[2013-09-27 09:15:34] >>3 -[2013-09-27 09:15:49] B -[2013-09-27 09:15:51] 3 -[2013-09-27 09:15:53] >3 -[2013-09-27 09:16:52] >>3 -[2013-09-27 09:17:53] >>3 -[2013-09-27 09:18:07] B -[2013-09-27 09:18:09] 3 -[2013-09-27 09:18:11] >3 -[2013-09-27 09:19:10] >>3 -[2013-09-27 09:20:11] >>3 -[2013-09-27 09:20:26] B -[2013-09-27 09:20:28] 3 -[2013-09-27 09:20:29] >3 -[2013-09-27 09:21:29] >>3 -[2013-09-27 09:22:29] >>3 -[2013-09-27 09:22:44] B -[2013-09-27 09:22:46] 3 -[2013-09-27 09:22:47] >3 -[2013-09-27 09:23:47] >>3 -[2013-09-27 09:24:47] >>3 -[2013-09-27 09:25:03] B -[2013-09-27 09:25:05] 3 -[2013-09-27 09:25:06] >3 -[2013-09-27 09:26:06] >>3 -[2013-09-27 09:27:06] >>3 -[2013-09-27 09:27:22] B -[2013-09-27 09:27:23] 3 -[2013-09-27 09:27:25] >3 -[2013-09-27 09:28:25] >>3 -[2013-09-27 09:29:25] >>3 -[2013-09-27 09:29:41] B -[2013-09-27 09:29:42] 3 -[2013-09-27 09:29:44] >3 -[2013-09-27 09:30:44] >>3 -[2013-09-27 09:31:44] >>3 -[2013-09-27 09:31:58] B -[2013-09-27 09:32:00] 3 -[2013-09-27 09:32:02] >3 -[2013-09-27 09:33:01] >>3 -[2013-09-27 09:34:02] >>3 -[2013-09-27 09:34:17] B -[2013-09-27 09:34:19] 3 -[2013-09-27 09:34:21] >3 -[2013-09-27 09:35:20] >>3 -[2013-09-27 09:36:20] >>3 -[2013-09-27 09:36:35] B -[2013-09-27 09:36:37] 3 -[2013-09-27 09:36:38] >3 -[2013-09-27 09:37:38] >>3 -[2013-09-27 09:38:38] >>3 -[2013-09-27 09:38:54] B -[2013-09-27 09:38:56] 3 -[2013-09-27 09:38:58] >3 -[2013-09-27 09:39:57] >>3 -[2013-09-27 09:40:58] >>3 -[2013-09-27 09:41:13] B -[2013-09-27 09:41:14] 3 -[2013-09-27 09:41:16] >3 -[2013-09-27 09:42:16] >>3 -[2013-09-27 09:43:16] >>3 -[2013-09-27 09:43:32] B -[2013-09-27 09:43:33] 3 -[2013-09-27 09:43:35] >3 -[2013-09-27 09:44:35] >>3 -[2013-09-27 09:45:35] >>3 -[2013-09-27 09:45:49] B -[2013-09-27 09:45:51] 3 -[2013-09-27 09:45:53] >3 -[2013-09-27 09:46:52] >>3 -[2013-09-27 09:47:53] >>3 -[2013-09-27 09:48:08] B -[2013-09-27 09:48:10] 3 -[2013-09-27 09:48:12] >3 -[2013-09-27 09:49:11] >>3 -[2013-09-27 09:50:12] >>3 -[2013-09-27 09:50:26] B -[2013-09-27 09:50:28] 3 -[2013-09-27 09:50:29] >3 -[2013-09-27 09:51:29] >>3 -[2013-09-27 09:52:29] >>3 -[2013-09-27 09:53:12] B -[2013-09-27 09:53:14] 3 -[2013-09-27 09:53:15] >3 -[2013-09-27 09:54:15] >>3 -[2013-09-27 09:55:15] >>3 -[2013-09-27 09:55:31] B -[2013-09-27 09:55:33] 3 -[2013-09-27 09:55:34] >3 -[2013-09-27 09:56:34] >>3 -[2013-09-27 09:57:34] >>3 -[2013-09-27 09:57:50] B -[2013-09-27 09:57:51] 3 -[2013-09-27 09:57:53] >3 -[2013-09-27 09:58:53] >>3 -[2013-09-27 09:59:53] >>3 -[2013-09-27 10:00:08] B -[2013-09-27 10:00:09] 3 -[2013-09-27 10:00:11] >3 -[2013-09-27 10:01:11] >>3 -[2013-09-27 10:02:11] >>3 -[2013-09-27 10:02:27] B -[2013-09-27 10:02:28] 3 -[2013-09-27 10:02:30] >3 -[2013-09-27 10:03:30] >>3 -[2013-09-27 10:04:30] >>3 -[2013-09-27 10:04:44] B -[2013-09-27 10:04:46] 3 -[2013-09-27 10:04:48] >3 -[2013-09-27 10:05:47] >>3 -[2013-09-27 10:06:48] >>3 -[2013-09-27 10:07:03] B -[2013-09-27 10:07:05] 3 -[2013-09-27 10:07:07] >3 -[2013-09-27 10:08:06] >>3 -[2013-09-27 10:09:07] >>3 -[2013-09-27 10:09:22] B -[2013-09-27 10:09:23] 3 -[2013-09-27 10:09:25] >3 -[2013-09-27 10:10:25] >>3 -[2013-09-27 10:11:25] >>3 -[2013-09-27 10:11:41] B -[2013-09-27 10:11:42] 3 -[2013-09-27 10:11:44] >3 -[2013-09-27 10:12:44] >>3 -[2013-09-27 10:13:44] >>3 -[2013-09-27 10:13:58] B -[2013-09-27 10:14:00] 3 -[2013-09-27 10:14:02] >3 -[2013-09-27 10:15:01] >>3 -[2013-09-27 10:16:02] >>3 -[2013-09-27 10:16:17] B -[2013-09-27 10:16:19] 3 -[2013-09-27 10:16:21] >3 -[2013-09-27 10:17:20] >>3 -[2013-09-27 10:18:21] >>3 -[2013-09-27 10:18:35] B -[2013-09-27 10:18:37] 3 -[2013-09-27 10:18:38] >3 -[2013-09-27 10:19:38] >>3 -[2013-09-27 10:20:38] >>3 -[2013-09-27 10:21:00] B -[2013-09-27 10:21:02] 3 -[2013-09-27 10:21:03] >3 -[2013-09-27 10:21:54] 1 -[2013-09-27 10:21:55] 21 -[2013-09-27 10:21:57] >21 -[2013-09-27 10:22:06] 1 -[2013-09-27 10:22:08] >1 -[2013-09-27 10:22:23] 3 -[2013-09-27 10:22:24] >3 -[2013-09-27 10:23:24] >>3 -[2013-09-27 10:23:46] B -[2013-09-27 10:23:48] 3 -[2013-09-27 10:23:50] >3 -[2013-09-27 10:24:49] >>3 -[2013-09-27 10:25:49] >>3 -[2013-09-27 10:26:05] B -[2013-09-27 10:26:07] 3 -[2013-09-27 10:26:08] >3 -[2013-09-27 10:27:08] >>3 -[2013-09-27 10:28:08] >>3 -[2013-09-27 10:28:23] B -[2013-09-27 10:28:25] 3 -[2013-09-27 10:28:27] >3 -[2013-09-27 10:29:26] >>3 -[2013-09-27 10:30:27] >>3 -[2013-09-27 10:30:42] B -[2013-09-27 10:30:43] 3 -[2013-09-27 10:30:45] >3 -[2013-09-27 10:31:45] >>3 -[2013-09-27 10:32:45] >>3 -[2013-09-27 10:33:00] B -[2013-09-27 10:33:02] 3 -[2013-09-27 10:33:03] >3 -[2013-09-27 10:34:03] >>3 -[2013-09-27 10:35:03] >>3 -[2013-09-27 10:35:19] B -[2013-09-27 10:35:21] 3 -[2013-09-27 10:35:22] >3 -[2013-09-27 10:36:22] >>3 -[2013-09-27 10:37:22] >>3 -[2013-09-27 10:37:37] B -[2013-09-27 10:37:39] 3 -[2013-09-27 10:37:41] >3 -[2013-09-27 10:38:40] >>3 -[2013-09-27 10:39:17] 1 -[2013-09-27 10:39:19] >1 -[2013-09-27 10:39:52] 21 -[2013-09-27 10:39:54] >21 -[2013-09-27 10:40:53] >>21 -[2013-09-27 10:41:54] >>21 -[2013-09-27 10:42:54] >>21 -[2013-09-27 10:43:54] >>21 -[2013-09-27 10:44:36] 1 -[2013-09-27 10:44:37] >1 -[2013-09-27 10:44:57] 9 -[2013-09-27 10:44:59] 1 -[2013-09-27 10:45:00] 3 -[2013-09-27 10:45:02] >3 -[2013-09-27 10:46:02] >>3 -[2013-09-27 10:47:02] >>3 -[2013-09-27 10:47:16] B -[2013-09-27 10:47:18] 3 -[2013-09-27 10:47:20] >3 -[2013-09-27 10:48:19] >>3 -[2013-09-27 10:49:20] >>3 -[2013-09-27 10:49:34] B -[2013-09-27 10:49:36] 3 -[2013-09-27 10:49:38] >3 -[2013-09-27 10:50:37] >>3 -[2013-09-27 10:51:38] >>3 -[2013-09-27 10:51:53] B -[2013-09-27 10:51:55] 3 -[2013-09-27 10:51:56] >3 -[2013-09-27 10:52:56] >>3 -[2013-09-27 10:53:56] >>3 -[2013-09-27 10:54:11] B -[2013-09-27 10:54:13] 3 -[2013-09-27 10:54:14] >3 -[2013-09-27 10:55:14] >>3 -[2013-09-27 10:56:14] >>3 -[2013-09-27 10:56:30] B -[2013-09-27 10:56:32] 3 -[2013-09-27 10:56:33] >3 -[2013-09-27 10:56:45] 1 -[2013-09-27 10:56:46] 21 -[2013-09-27 10:56:48] >21 -[2013-09-27 10:56:53] 1 -[2013-09-27 10:56:54] >1 -[2013-09-27 10:57:45] 3 -[2013-09-27 10:57:47] >3 -[2013-09-27 10:58:46] >>3 -[2013-09-27 10:59:09] B -[2013-09-27 10:59:10] 3 -[2013-09-27 10:59:12] >3 -[2013-09-27 11:00:12] >>3 -[2013-09-27 11:01:12] >>3 -[2013-09-27 11:01:27] B -[2013-09-27 11:01:29] 3 -[2013-09-27 11:01:31] >3 -[2013-09-27 11:02:30] >>3 -[2013-09-27 11:03:31] >>3 -[2013-09-27 11:03:45] B -[2013-09-27 11:03:47] 3 -[2013-09-27 11:03:49] >3 -[2013-09-27 11:04:48] >>3 -[2013-09-27 11:05:49] >>3 -[2013-09-27 11:06:04] B -[2013-09-27 11:06:06] 3 -[2013-09-27 11:06:07] >3 -[2013-09-27 11:07:07] >>3 -[2013-09-27 11:08:07] >>3 -[2013-09-27 11:08:22] B -[2013-09-27 11:08:24] 3 -[2013-09-27 11:08:25] >3 -[2013-09-27 11:09:25] >>3 -[2013-09-27 11:10:25] >>3 -[2013-09-27 11:10:41] B -[2013-09-27 11:10:42] 3 -[2013-09-27 11:10:44] >3 -[2013-09-27 11:11:44] >>3 -[2013-09-27 11:12:44] >>3 -[2013-09-27 11:13:00] B -[2013-09-27 11:13:01] 3 -[2013-09-27 11:13:03] >3 -[2013-09-27 11:14:03] >>3 -[2013-09-27 11:15:03] >>3 -[2013-09-27 11:15:18] B -[2013-09-27 11:15:20] 3 -[2013-09-27 11:15:22] >3 -[2013-09-27 11:16:21] >>3 -[2013-09-27 11:17:22] >>3 -[2013-09-27 11:17:36] B -[2013-09-27 11:17:38] 3 -[2013-09-27 11:17:40] >3 -[2013-09-27 11:18:39] >>3 -[2013-09-27 11:19:40] >>3 -[2013-09-27 11:19:55] B -[2013-09-27 11:19:57] 3 -[2013-09-27 11:19:58] >3 -[2013-09-27 11:20:58] >>3 -[2013-09-27 11:21:58] >>3 -[2013-09-27 11:22:13] B -[2013-09-27 11:22:15] 3 -[2013-09-27 11:22:16] >3 -[2013-09-27 11:23:16] >>3 -[2013-09-27 11:24:16] >>3 -[2013-09-27 11:24:34] B -[2013-09-27 11:24:36] 3 -[2013-09-27 11:24:37] >3 -[2013-09-27 11:24:40] 1 -[2013-09-27 11:24:40] 21 -[2013-09-27 11:24:42] >21 -[2013-09-27 11:24:47] 1 -[2013-09-27 11:24:48] >1 -[2013-09-27 11:25:48] >>1 -[2013-09-27 11:25:49] 3 -[2013-09-27 11:25:51] >3 -[2013-09-27 11:26:51] >>3 -[2013-09-27 11:27:13] B -[2013-09-27 11:27:14] 3 -[2013-09-27 11:27:16] >3 -[2013-09-27 11:28:16] >>3 -[2013-09-27 11:29:16] >>3 -[2013-09-27 11:29:32] B -[2013-09-27 11:29:33] 3 -[2013-09-27 11:29:35] >3 -[2013-09-27 11:30:35] >>3 -[2013-09-27 11:31:35] >>3 -[2013-09-27 11:31:50] B -[2013-09-27 11:31:51] 3 -[2013-09-27 11:31:53] >3 -[2013-09-27 11:32:52] >>3 -[2013-09-27 11:33:53] >>3 -[2013-09-27 11:34:08] B -[2013-09-27 11:34:10] 3 -[2013-09-27 11:34:12] >3 -[2013-09-27 11:35:11] >>3 -[2013-09-27 11:36:12] >>3 -[2013-09-27 11:36:26] B -[2013-09-27 11:36:28] 3 -[2013-09-27 11:36:30] >3 -[2013-09-27 11:37:29] >>3 -[2013-09-27 11:38:29] >>3 -[2013-09-27 11:38:45] B -[2013-09-27 11:38:47] 3 -[2013-09-27 11:38:48] >3 -[2013-09-27 11:39:48] >>3 -[2013-09-27 11:40:48] >>3 -[2013-09-27 11:41:04] B -[2013-09-27 11:41:05] 3 -[2013-09-27 11:41:07] >3 -[2013-09-27 11:42:06] >>3 -[2013-09-27 11:43:07] >>3 -[2013-09-27 11:43:23] B -[2013-09-27 11:43:24] 3 -[2013-09-27 11:43:26] >3 -[2013-09-27 11:44:26] >>3 -[2013-09-27 11:45:26] >>3 diff --git a/ConfIOB/Donati/1006_151/old/IOB.cfg b/ConfIOB/Donati/1006_151/old/IOB.cfg deleted file mode 100644 index ba3ef61..0000000 --- a/ConfIOB/Donati/1006_151/old/IOB.cfg +++ /dev/null @@ -1,19 +0,0 @@ -[id] -idxMacchina = 1006 - -[web] -URLBASE = http://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina= -URLADV1 = &valore= -URLREBO = http://192.168.51.71/MPIO/sendReboot.aspx?idxMacchina= - -[time] -SAMPLETIME = 0.5 -TIMEOUTSHORT = 2 -TIMEOUTLONG = 60 - -[log] -LOGLEVEL = 10 -LOGFILE = logfile.txt - -[comm] -port = /dev/ttyAMA0 diff --git a/ConfIOB/Donati/1006_151/old/readParallela.py b/ConfIOB/Donati/1006_151/old/readParallela.py deleted file mode 100644 index 7520b36..0000000 --- a/ConfIOB/Donati/1006_151/old/readParallela.py +++ /dev/null @@ -1,337 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -# readParallela v. 1.1 - -#--------------------------------------------------------------- - - -import time -import sys - - -from datetime import datetime - -import urllib -import ConfigParser -import os, sys - -#--------------------------------------------------------------- - -# COSTANTI -MSGLEN = 9 -TIMEOUTSERIALE = 10 -MAXRETRY = 3 - -PROGRAM_NAME ="ReadPar IOB-pi v.1.1" - -# DA FILE CONF -idxMacchina = "1001" -SAMPLETIME = 0.1 -TIMEOUTSHORT = (SAMPLETIME*20) -TIMEOUTLONG = (SAMPLETIME*600) - -# VAR -to_enable = False -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG -to_serial = TIMEOUTSERIALE -to_retry = MAXRETRY -errormsglen = 0 - -# VAR - -out_0 = 24 -out_1 = 26 - -in_0 = 11 -in_1 = 12 -in_2 = 13 -in_3 = 15 -in_4 = 16 -in_5 = 18 -in_6 = 22 -in_7 = 7 - -#--------------------------------------------------------------- -# classe logger - -class Logger: - def __init__(self, filename): - try: - self.filename = filename - except: - logga("LOGGER: errore try su self.filename") - sys.exit(1) - def __call__(self, string): - try: - file = open(self.filename, 'a') - file.write('[' + time.strftime("%Y-%m-%d %H:%M:%S") + '] ') - file.write(string + '\n') - file.close() - except: - logga("LOGGER: errore try su scrittura") - sys.exit(1) - -#--------------------------------------------------------------- -# lettura parallela -# ritorna il byte letto pulito ( due char hex ) - -def readParallela(): - - global in_0 - global in_1 - global in_2 - global in_3 - global in_4 - global in_5 - global in_6 - global in_7 - - global GPIO - - current = '' - -# print "input : " - - # ritorna '' se non ci sono abbastanza caratteri - try: - num_value = 255 - -# print "num_value : " , num_value , in_0 - - if GPIO.input(in_0): - num_value = num_value - 1 - - if GPIO.input(in_1): - num_value = num_value - 2 - - if GPIO.input(in_2): - num_value = num_value - 4 - - if GPIO.input(in_3): - num_value = num_value - 8 - - if GPIO.input(in_4): - num_value = num_value - 16 - - if GPIO.input(in_5): - num_value = num_value - 32 - - if GPIO.input(in_6): - num_value = num_value - 64 - - if GPIO.input(in_7): - num_value = num_value - 128 - - current = hex( num_value ).replace ( "0x" , "" ).upper() - -# print "\n\n\n\n\n" , num_value , current - - ##### convertire in HEX !!!! - - except: - pass - - return current - - - -#--------------------------------------------------------------- -#Funzione di scrittura su url con try-except - -def chiamaUrl(): - - try: - url = URLBASE + idxMacchina + URLADV1 + value - urllib.urlopen ( url ) - except: - logga ( "NETWORK:Errore http-no com rete-timeout" + url ) - print "Url aforte" , url - -#--------------------------------------------------------------- -# Funzione che verifica possibilità di creare log e include testo corrente - -def logga(message) : - try: - log(message) - except : - pass - -#--------------------------------------------------------------- -def avviaParallela(): - - try: - - GPIO.setmode(GPIO.BOARD) - - GPIO.setwarnings(False) - - #GPIO.setup(out_0, GPIO.OUT) # output 0 - #GPIO.setup(out_1, GPIO.OUT) # output 1 - - GPIO.setup(in_0, GPIO.IN) # input 0 - GPIO.setup(in_1, GPIO.IN) # input 1 - GPIO.setup(in_2, GPIO.IN) # input 2 - GPIO.setup(in_3, GPIO.IN) # input 3 - GPIO.setup(in_4, GPIO.IN) # input 4 - GPIO.setup(in_5, GPIO.IN) # input 5 - GPIO.setup(in_6, GPIO.IN) # input 6 - GPIO.setup(in_7, GPIO.IN) # input 7 - - except: - print( "\n\n" + PROGRAM_NAME + " - Error 3 on RPi.GPIO ! \n\n") - sys.exit(1) - - - print( "\n\n" + PROGRAM_NAME + " - init ok \n\n") - - -#--------------------------------------------------------------- -#--------------------------------------------------------------- -# MAIN - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'IOB.cfg' ) - - SAMPLETIME = config.getfloat ( 'time' , 'SAMPLETIME' ) - TIMEOUTSHORT = config.getfloat ( 'time' , 'TIMEOUTSHORT' ) - TIMEOUTLONG = config.getfloat ( 'time' , 'TIMEOUTLONG' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - - - URLBASE = config.get ( 'web' , 'URLBASE' ) - URLADV1 = config.get ( 'web' , 'URLADV1' ) - - LOGFILE = config.get ( 'log' , 'LOGFILE' ) - LOGLEVEL = config.get ( 'log' , 'LOGLEVEL' ) -except: - print "\n\n" + PROGRAM_NAME + ' - Error 4 - in config file ' 'IOB.cfg' - sys.exit(1) - -# oggetto Logger -try: - log = Logger(LOGFILE) -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) - -print "\n\n" + PROGRAM_NAME + "\n\n" - -global startstatus -startstatus = 1 - -if startstatus == 1: - logga("Avvio Programma" + PROGRAM_NAME) - -## Verifica l'OS e di conseguenza carica il file relativo con metodo di lockfile appropriato + check singola istanza -if os.name == 'posix': - import unix -else: - import win - -logga ( "Start " + PROGRAM_NAME ) - - -# lettura file configurazione - -# [id] -# idxMacchina = 2001 -# [time] -# SAMPLETIME = 0.1 -# TIMEOUTSHORT = 200 -# TIMEOUTLONG = 6000 - - -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' TIMEOUTSHORT = %4.2f' % ( TIMEOUTSHORT ) ) -print ( ' TIMEOUTLONG = %4.2f' % ( TIMEOUTLONG ) ) -print ( ' URLBASE = %s' % ( URLBASE ) ) -print ( ' URLADV1 = %s' % ( URLADV1 ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) -print ( ' LOGLEVEL = %s' % ( LOGLEVEL ) ) - -# -sys.stdout.write ( 'idxMacchina ?' + idxMacchina + '\n') - -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG - - -#-------------------------------------------------------------- -# apertura parallela - -try: - import RPi.GPIO as GPIO -except RuntimeError: - print( "\n\n" + PROGRAM_NAME + " - Error 1 - you need superuser privileges") -except: - print( "\n\n" + PROGRAM_NAME + " - Error 2 - you need superuser privileges. USE 'sudo' to run your script\n\n") - sys.exit(1) - - -avviaParallela() - -#--------------------------------------------------------------- -# ciclo forever and ever - -old = '' - -while 1: - - try: - time.sleep (SAMPLETIME) - except: - logga("First_SLEEP: errore attesa sampletime") - - # lettura dati da IOB - value = readParallela() - - if ( value != '' ) : - if value != old : - #loggo e invio dati - try: - logga ( value ) - errormsglen = 0 - chiamaUrl() - except: - logga("URLBROWSER: errore registrazione valore e chiamaUrl") - pass - #enable e reset timer - to_enable = True - to_short = TIMEOUTSHORT - to_long = TIMEOUTLONG - - old = value - - - # gestione timeout breve - if ( to_enable ) : - to_short = to_short - SAMPLETIME - if to_short <= 0: - #loggo e invio dati - try: - logga ( '>' + value ) - errormsglen = 0 - chiamaUrl() - except: - pass - to_short = TIMEOUTSHORT - to_enable = False # dopo un colpo il timer breve viene disabilitato - to_long = TIMEOUTLONG - - # gestione timeout lungo - to_long = to_long - SAMPLETIME - if to_long <= 0: - #loggo e invio dati - try: - logga ( '>>' + value ) - errormsglen = 0 - chiamaUrl() - except: - pass - to_long = TIMEOUTLONG - - diff --git a/ConfIOB/Donati/1006_151/readParallela.py b/ConfIOB/Donati/1006_151/readParallela.py deleted file mode 100644 index 5a38f21..0000000 --- a/ConfIOB/Donati/1006_151/readParallela.py +++ /dev/null @@ -1,530 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -# readParallela v. 1.8 -# versione estetica di Carlo + single instance timer - -#--------------------------------------------------------------- -# levare locking -# timer semplificata -# GPIO global - - -import time -import sys - - -from datetime import datetime - -import urllib -import ConfigParser -import os, sys - -import logging -import logging.handlers -import threading -import Queue -#-------------------------------------------------------------- - -# COSTANTI -MSGLEN = 9 -TIMEOUTSERIALE = 10 -MAXRETRY = 3 - -PROGRAM_NAME ="ReadPar IOB-pi v.1.8" - -# DA FILE CONF -idxMacchina = "1001" -SAMPLETIME = 0.1 -TIMEOUTSHORT = (SAMPLETIME*20) -TIMEOUTLONG = (SAMPLETIME*600) -SENDURLTIME = 0.08 - -# VAR -to_enable = False -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG -to_serial = TIMEOUTSERIALE -to_retry = MAXRETRY -errormsglen = 0 - -# VAR - -out_0 = 24 -out_1 = 26 - -in_0 = 11 -in_1 = 12 -in_2 = 13 -in_3 = 15 -in_4 = 16 -in_5 = 18 -in_6 = 22 -in_7 = 7 - -# contatore: serve x match tra accoda ed invia x possibile controllo a posteriori... ogni volta che accodo incremento di 1, va da 0 a 999 -cont = '0' - -# variabile stato online/offline della macchina -onLine = '1' - -# variabile stato seinding/waiting x la parte invio URL -sending = '0' - -# variabile stato timer thread busy -timer_busy = False - -#-------------------------------------------------------------- -# Gestione coda (condivisa) x registrazione eventi ed invio URL -#print "Creazione coda 1000 elementi" - -Coda = Queue.Queue(0) - -#queueLock = threading.Lock() - -#--------------------------------------------------------------- -# lettura parallela -# ritorna il byte letto pulito ( due char hex ) - -def readParallela(): - - global in_0 - global in_1 - global in_2 - global in_3 - global in_4 - global in_5 - global in_6 - global in_7 - - global GPIO - - current = '' - -# print "input : " - - # ritorna '' se non ci sono abbastanza caratteri - try: - num_value = 255 - -# print "num_value : " , num_value , in_0 - - if GPIO.input(in_0): - num_value = num_value - 1 - - if GPIO.input(in_1): - num_value = num_value - 2 - - if GPIO.input(in_2): - num_value = num_value - 4 - - if GPIO.input(in_3): - num_value = num_value - 8 - - if GPIO.input(in_4): - num_value = num_value - 16 - - if GPIO.input(in_5): - num_value = num_value - 32 - - if GPIO.input(in_6): - num_value = num_value - 64 - - if GPIO.input(in_7): - num_value = num_value - 128 - - current = hex( num_value ).replace ( "0x" , "" ).upper() - -# print "\n\n\n\n\n" , num_value , current - - except: - pass - - return current - - -#-------------------------------------------------------------- -# MARCO: cambiare: chiama URL NON deve chiamare url MA METTERE IN CODA (riempiCoda!!!) -# la parte URL vera va messa in svuotaCoda, PARAMETRICA - -#--------------------------------------------------------------- -#Funzione di scrittura su coda con try-except - -def accoda(): - - try: -# url = URLBASE + idxMacchina + URLADV1 + value -# urllib.urlopen ( url ) - #dtEve = time.strftime("%y%m%d%H%M%S")+"000" - dtEve = datetime.utcnow().strftime('%Y%m%d%H%M%S%f')[:-3] - #logPro.debug( "Nuovo valore inserito in coda: " + dtEve + "#" + value + '#' + cont) - #print(dtEve) - #queueLock.acquire() - Coda.put(dtEve + '#' + value + '#' + cont) - #queueLock.release() - #print "Nuovo valore inserito in coda: " + dtEve + "#", value - - except Queue.Full: - logPro.error( "Quque full" + dtEve + '#' + value + '#' + cont ) - except: - logPro.error( "NETWORK:Errore http-no com rete-timeout" + url ) -# print "Url aforte" , url - - -#-------------------------------------------------------------- -# MARCO: scrivere svuotaCoda come thread etc... -def svuota_coda(): - - global onLine - global sending - global timer_busy - - #print "start timer " - - if ( timer_busy == False ): - timer_busy = True - #print "start timer ok " - - try: - if not Coda.empty(): - #print "coda da svuotare!" - response = urllib.urlopen(URLALIVE) - answ = response.read() - if answ == 'OK': - #print "OK alive" - response2 = urllib.urlopen(URLENABLED + idxMacchina) - answ2 = response2.read() - if answ2 == 'OK': - # aggiorno stato ad online - if onLine == '0': - logPro.info("IOB ONLINE!") - #print("IOB ONLINE") - - onLine = '1' # imposto comunque online - else: - if onLine == '1': - logPro.error("IOB offline") - #print("IOB offline") - - onLine = '0' - else: - if onLine == '1': - logPro.error("Server offline") - #print("Server offline") - - onLine = '0' - - # ora verifico SE si possa inviare (ovvero sia online server e NON ci siano altri send attivi...) - if onLine == '1': - if sending == '0': - #segnalo che sono in sending! - sending = '1' - - # formatto dataOra corrente - #dtCurr = time.strftime("%y%m%d%H%M%S")+"000" - dtCurr = datetime.utcnow().strftime('%Y%m%d%H%M%S%f')[:-3] - # prendo 1 valore dalla coda... - #queueLock.acquire() - resp = Coda.get() - # RILASCIO SUBITO la coda x nuovi insert... - #queueLock.release() - - - # recupero valori da coda! - dtEve = resp.split("#")[0] - value = resp.split("#")[1] - cnt = resp.split("#")[2] - url = URLBASE + idxMacchina + URLADV1 + value - url = url + '&dtCurr=' + dtCurr + '&dtEve=' + dtEve + '&cnt=' + cnt - # CHIAMO URL - response3 = urllib.urlopen ( url ) - answ3 = response3.read() - #print(url) - #logPro.debug(url) - - - # log valore inviato! - logSnd.info( value + ' ['+ cnt +']' + ' R:' + answ3 ) - #print "Valore smaltito dalla coda" - - # completato invio, riporto sending a zero! - sending = '0' - else: - logPro.info("WAIT active send to complete") - - else: - pass - - else: - pass - - except: - if onLine == '1': - logPro.error("Server Non raggiungibile") - #print "Non raggiungibile" - - onLine = '0' - -# in ogni caso - - timer_busy = False - #print "end timer ok" - - - #print "end timer " - - -#--------------------------------------------------------------- -# funzione timer thread -#--------------------------------------------------------------- -def do_every (interval, worker_func, iterations = 0): - if iterations != 1: - threading.Timer ( - interval, - do_every, [interval, worker_func, 0 if iterations == 0 else iterations-1] - ).start (); - - worker_func (); - -#--------------------------------------------------------------- -# gestione contatore -#--------------------------------------------------------------- -def contatore(): - - try: - global cont - ctr = int(cont) - ctr +=1 - ctr = ctr % 1000 # round robin 1000 eventi x track - cont = str(ctr) - except: - print("errore incremento contatore") - -#--------------------------------------------------------------- -# avvia porta parallela -#--------------------------------------------------------------- -def avviaParallela(): - - global in_0 - global in_1 - global in_2 - global in_3 - global in_4 - global in_5 - global in_6 - global in_7 - - global GPIO - - try: - - GPIO.setmode(GPIO.BOARD) - - GPIO.setwarnings(False) - - #GPIO.setup(out_0, GPIO.OUT) # output 0 - #GPIO.setup(out_1, GPIO.OUT) # output 1 - - GPIO.setup(in_0, GPIO.IN) # input 0 - GPIO.setup(in_1, GPIO.IN) # input 1 - GPIO.setup(in_2, GPIO.IN) # input 2 - GPIO.setup(in_3, GPIO.IN) # input 3 - GPIO.setup(in_4, GPIO.IN) # input 4 - GPIO.setup(in_5, GPIO.IN) # input 5 - GPIO.setup(in_6, GPIO.IN) # input 6 - GPIO.setup(in_7, GPIO.IN) # input 7 - - except: - print( "\n\n" + PROGRAM_NAME + " - Error 3 on RPi.GPIO ! \n\n") - sys.exit(1) - - - print( "\n\n" + PROGRAM_NAME + " - init ok \n\n") - - -#--------------------------------------------------------------- -#--------------------------------------------------------------- -# MAIN - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'IOB.cfg' ) - - SAMPLETIME = config.getfloat ( 'time' , 'SAMPLETIME' ) - TIMEOUTSHORT = config.getfloat ( 'time' , 'TIMEOUTSHORT' ) - TIMEOUTLONG = config.getfloat ( 'time' , 'TIMEOUTLONG' ) - SENDURLTIME = config.getfloat ( 'time' , 'SENDURLTIME' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - - - URLBASE = config.get ( 'web' , 'URLBASE' ) - URLENABLED = config.get('web' , 'URLENABLED') - URLALIVE = config.get ('web' , 'URLALIVE') - URLADV1 = config.get ( 'web' , 'URLADV1' ) - - LOGFILE = config.get ( 'log' , 'LOGFILE' ) - LOGLEVEL = config.get ( 'log' , 'LOGLEVEL' ) -except: - print "\n\n" + PROGRAM_NAME + ' - Error 4 - in config file ' 'IOB.cfg' - sys.exit(1) - -#-------------------------------------------- -# oggetto Logger -#-------------------------------------------- -try: - logging.basicConfig(level=logging.DEBUG, - format='%(asctime)s %(name)-8s %(levelname)-8s %(message)s', - datefmt='%Y-%m-%d %H:%M:%S', - filename=LOGFILE, - filemode='a' - ) - - # aggiungo 2 logger specifici x queue e send... - logQue = logging.getLogger('queue') - logSnd = logging.getLogger('sendUrl') - logPro = logging.getLogger('program') - -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) -#-------------------------------------------- - - -print "\n\n" + PROGRAM_NAME + "\n\n" - -global startstatus -startstatus = 1 - -if startstatus == 1: - logPro.info("Avvio Programma" + PROGRAM_NAME) - -## Verifica l'OS e di conseguenza carica il file relativo con metodo di lockfile appropriato + check singola istanza -if os.name == 'posix': - import unix -else: - import win - -logPro.info( "Start " + PROGRAM_NAME ) - - -# lettura file configurazione - -# [id] -# idxMacchina = 2001 -# [time] -# SAMPLETIME = 0.1 -# TIMEOUTSHORT = 200 -# TIMEOUTLONG = 6000 - - -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' SAMPLETIME = %4.2f' % ( SAMPLETIME ) ) -print ( ' TIMEOUTSHORT = %4.2f' % ( TIMEOUTSHORT ) ) -print ( ' TIMEOUTLONG = %4.2f' % ( TIMEOUTLONG ) ) -print ( ' SENDURLTIME = %4.2f' % ( SENDURLTIME ) ) -print ( ' URLBASE = %s' % ( URLBASE ) ) -print ( ' URLADV1 = %s' % ( URLADV1 ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) -print ( ' LOGLEVEL = %s' % ( LOGLEVEL ) ) - -# -sys.stdout.write ( 'idxMacchina ?' + idxMacchina + '\n') - -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG - - -#-------------------------------------------------------------- -# apertura parallela - -try: - import RPi.GPIO as GPIO -except RuntimeError: - print( "\n\n" + PROGRAM_NAME + " - Error 1 - you need superuser privileges") -except: - print( "\n\n" + PROGRAM_NAME + " - Error 2 - you need superuser privileges. USE 'sudo' to run your script\n\n") - sys.exit(1) - - -avviaParallela() - - -#-------------------------------------------------------------- -# MARCO: qui inserire avvio thread di "svuotaCoda" - -# avviaSvuotaCoda -#print "Avvia svuota coda" - -do_every ( SENDURLTIME , svuota_coda ); - -#--------------------------------------------------------------- -# ciclo forever and ever - -old = '' - -#print "Avvio ciclo" -logPro.info("Avvio loop principale") -while 1: - - try: - time.sleep (SAMPLETIME) - except: - logPro.info("First_SLEEP: errore attesa sampletime") - - # lettura dati da IOB - value = readParallela() - - if ( value != '' ) : - if value != old : - #loggo e invio dati - try: - logQue.info( value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda") - pass - #enable e reset timer - to_enable = True - to_short = TIMEOUTSHORT - to_long = TIMEOUTLONG - - old = value - - - # gestione timeout breve - if ( to_enable ) : - to_short = to_short - SAMPLETIME - if to_short <= 0: - #loggo e invio dati - try: - logQue.info( '>' + value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda TO_short") - pass - to_short = TIMEOUTSHORT - to_enable = False # dopo un colpo il timer breve viene disabilitato - to_long = TIMEOUTLONG - - # gestione timeout lungo - to_long = to_long - SAMPLETIME - if to_long <= 0: - #loggo e invio dati - try: - logQue.info( '>>' + value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda TO_long") - pass - to_long = TIMEOUTLONG - - - - diff --git a/ConfIOB/Donati/1006_151/sendReboot.py b/ConfIOB/Donati/1006_151/sendReboot.py deleted file mode 100644 index 36dd316..0000000 --- a/ConfIOB/Donati/1006_151/sendReboot.py +++ /dev/null @@ -1,96 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -# sendReboot v. 1.1 - -#--------------------------------------------------------------- - - -import time -import sys - - -from datetime import datetime - -import urllib -import ConfigParser -import os, sys - -import logging - -#--------------------------------------------------------------- - -# COSTANTI -PROGRAM_NAME ="SendReboot IOB-pi v.1.3" - -# DA FILE CONF -idxMacchina = "99" - -#--------------------------------------------------------------- -#Funzione di scrittura su url con try-except - -def chiamaUrl(): - - try: - url = URLREBO + idxMacchina - urllib.urlopen ( url ) - except: - logging.info ( "NETWORK:Errore http-no com rete-timeout per url: " + url ) - print "Url aforte" , url - -#--------------------------------------------------------------- -# MAIN -#--------------------------------------------------------------- - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'IOB.cfg' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - - - URLREBO = config.get ( 'web' , 'URLREBO' ) - - LOGFILE = config.get ( 'log' , 'LOGREBO' ) -except: - print "\n\n" + PROGRAM_NAME + ' - Error 4 - in config file ' 'IOB.cfg' - sys.exit(1) - - -#-------------------------------------------- -# oggetto Logger -#-------------------------------------------- -try: -# log = Logger(LOGFILE) - logging.basicConfig(level=logging.DEBUG, - format='%(asctime)s %(name)-8s %(levelname)-8s %(message)s', - datefmt='%Y-%m-%d %H:%M:%S', - filename=LOGFILE, - filemode='a') - -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) -#-------------------------------------------- - - -print "\n\n" + PROGRAM_NAME + "\n\n" - -global startstatus -startstatus = 1 - -if startstatus == 1: - logging.info("Avvio Programma" + PROGRAM_NAME) - - -# lettura file configurazione - - -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' URLREBO = %s' % ( URLREBO ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) - - -chiamaUrl() - diff --git a/ConfIOB/Donati/1006_151/unix.py b/ConfIOB/Donati/1006_151/unix.py deleted file mode 100644 index 12fb3dc..0000000 --- a/ConfIOB/Donati/1006_151/unix.py +++ /dev/null @@ -1,31 +0,0 @@ -import fcntl -import os -import logging - -#--------------------------------------------------------------- -# meccanismo di file lock per evitare multiple instances -# The function will try to lock the file specified , if it success, return True, else return False. -# The nice thing is that the lock will be dropped when the program terminates. -# >>>Use : -# if not lockFile(".lock.pod"): -# sys.exit(0) - -def lockFile ( lockfile ) : - - fd = os.open ( lockfile , os.O_CREAT | os.O_TRUNC | os.O_WRONLY ) - try: - # Request exclusive (EX) non-blocking (NB) advisory lock. - fcntl.lockf ( fd , fcntl.LOCK_EX | fcntl.LOCK_NB ) - except IOError: - return False - - return True - -if not lockFile ( ".lockfile" ) : - print '\n noi non siamo soli ...\n' - logging.error( "LOCK: Piu istanze aperte") - #sys.exit ( 0 ) - -#- print '\n running alone ...\n' - - diff --git a/ConfIOB/Donati/1007_152/IOB.cfg b/ConfIOB/Donati/1007_152/IOB.cfg deleted file mode 100644 index 0a79446..0000000 --- a/ConfIOB/Donati/1007_152/IOB.cfg +++ /dev/null @@ -1,23 +0,0 @@ -[id] -idxMacchina = 1007 - -[web] -URLBASE = http://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina= -URLALIVE = http://192.168.51.71/MPIO/Alive.aspx -URLENABLED = http://192.168.51.71/MPIO/Enabled.aspx?idxMacchina= -URLADV1 = &valore= -URLREBO = http://192.168.51.71/MPIO/sendReboot.aspx?idxMacchina= - -[time] -SAMPLETIME = 0.20 -TIMEOUTSHORT = 0.30 -TIMEOUTLONG = 50 -SENDURLTIME = 0.50 - -[log] -LOGLEVEL = 10 -LOGFILE = logfile.txt -LOGREBO = logReboot.txt - -[comm] -port = /dev/ttyAMA0 diff --git a/ConfIOB/Donati/1007_152/MapoIOB b/ConfIOB/Donati/1007_152/MapoIOB deleted file mode 100644 index c49ec0a..0000000 --- a/ConfIOB/Donati/1007_152/MapoIOB +++ /dev/null @@ -1,41 +0,0 @@ -### BEGIN INIT INFO -# Provides: MapoIOB: script Steamware per avvio driver IOB -# Required-Start: $remote_fs $syslog ramlog -# Required-Stop: $remote_fs $syslog ramlog -# Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 -# Short-Description: Steamware's MapoIOB driver -# Description: Steamware's MapoIOB driver, versione lettura porta parallela -### END INIT INFO - -#! /bin/sh -# /etc/init.d/MapoIOB - -export HOME -case "$1" in - start) - echo "Starting readParallela" - cd /home/pi/steamware - /usr/bin/python ./readParallela.py 2>&1 & - ;; - stop) - echo "Stopping readParallela" - RS_PID=`ps auxwww | grep readParallela.py | head -1 | awk '{print $2}'` - kill -9 $RS_PID - cd /home/pi/steamware - rm .lockfile - ;; - restart) - ## Stop the service and regardless of whether it was - ## running or not, start it again. - $0 stop - killall python - $0 start - ;; - *) - echo "Usage: /etc/init.d/MapoIOB {start|stop|restart}" - exit 1 - ;; -esac -exit 0 - diff --git a/ConfIOB/Donati/1007_152/checkAlive.sh b/ConfIOB/Donati/1007_152/checkAlive.sh deleted file mode 100644 index 92bc816..0000000 --- a/ConfIOB/Donati/1007_152/checkAlive.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/bash - -# controlla se il logfile è correntemente scritto (quindi MapoIOB è alive) altrimenti riavvia! - -DATE=`date +%Y-%m-%d` -cd /var/log -if [ -f MapoIOB ] - then - # controllo SE sia stato acceduto da meno di 2 minuti (=alive da log...) - trovato=`find . -name 'MapoIOB*' -cmin -1` - if [[ $trovato != './MapoIOB' ]] - then - /etc/init.d/MapoIOB restart - echo $date + "riavvio!" - fi -else - # in questo caso AVVIO il processo MapoIOB - /etc/init.d/MapoIOB start - echo $date + "file non trovato, avvio!" -fi diff --git a/ConfIOB/Donati/1007_152/cleanPython.sh b/ConfIOB/Donati/1007_152/cleanPython.sh deleted file mode 100644 index c4f616a..0000000 --- a/ConfIOB/Donati/1007_152/cleanPython.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash - -DATE=`date +%Y-%m-%d_%T` -# log inizio pulizia -echo $DATE " - INIZIO pulizia processi python" >> clean.log -# effettua pulizia processi: killa tutti i processi python -killall python - -# avvia MapoIob -/etc/init.d/MapoIOB start - -# log fatto! -DATE=`date +%Y-%m-%d_%T` -echo $DATE " - FINE pulizia processi python + riavvio MapoIOB" >> clean.log diff --git a/ConfIOB/Donati/1007_152/logfile.txt b/ConfIOB/Donati/1007_152/logfile.txt deleted file mode 100644 index 96c838f..0000000 --- a/ConfIOB/Donati/1007_152/logfile.txt +++ /dev/null @@ -1,699 +0,0 @@ -2015-03-12 06:26:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.7 -2015-03-12 06:26:02 program INFO Start ReadPar IOB-pi v.1.7 -2015-03-12 06:26:02 program INFO Avvio loop principale -2015-03-12 06:26:02 queue INFO 3 [0] -2015-03-12 06:26:02 queue INFO >3 [1] -2015-03-12 06:26:02 sendUrl INFO 3 [0] R:OK -2015-03-12 06:26:03 sendUrl INFO 3 [1] R:OK -2015-03-12 06:26:46 queue INFO 1 [2] -2015-03-12 06:26:46 queue INFO >1 [3] -2015-03-12 06:26:46 sendUrl INFO 1 [2] R:OK -2015-03-12 06:26:47 sendUrl INFO 1 [3] R:OK -2015-03-12 06:27:36 queue INFO >>1 [4] -2015-03-12 06:27:37 sendUrl INFO 1 [4] R:OK -2015-03-12 06:28:04 queue INFO 21 [5] -2015-03-12 06:28:04 queue INFO >21 [6] -2015-03-12 06:28:04 sendUrl INFO 21 [5] R:OK -2015-03-12 06:28:05 sendUrl INFO 21 [6] R:OK -2015-03-12 06:28:54 queue INFO >>21 [7] -2015-03-12 06:28:55 sendUrl INFO 21 [7] R:OK -2015-03-12 06:29:06 queue INFO 9 [8] -2015-03-12 06:29:06 queue INFO >9 [9] -2015-03-12 06:29:07 sendUrl INFO 9 [8] R:OK -2015-03-12 06:29:07 queue INFO 29 [10] -2015-03-12 06:29:07 queue INFO >29 [11] -2015-03-12 06:29:07 sendUrl INFO 9 [9] R:OK -2015-03-12 06:29:07 queue INFO 21 [12] -2015-03-12 06:29:08 sendUrl INFO 29 [10] R:OK -2015-03-12 06:29:08 queue INFO >21 [13] -2015-03-12 06:29:08 sendUrl INFO 29 [11] R:OK -2015-03-12 06:29:09 sendUrl INFO 21 [12] R:OK -2015-03-12 06:29:09 sendUrl INFO 21 [13] R:OK -2015-03-12 06:29:12 queue INFO 1 [14] -2015-03-12 06:29:12 sendUrl INFO 1 [14] R:OK -2015-03-12 06:29:12 queue INFO >1 [15] -2015-03-12 06:29:13 sendUrl INFO 1 [15] R:OK -2015-03-12 06:29:38 queue INFO 5 [16] -2015-03-12 06:29:39 queue INFO >5 [17] -2015-03-12 06:29:39 sendUrl INFO 5 [16] R:OK -2015-03-12 06:29:39 sendUrl INFO 5 [17] R:OK -2015-03-12 06:29:40 queue INFO 1 [18] -2015-03-12 06:29:40 queue INFO >1 [19] -2015-03-12 06:29:40 sendUrl INFO 1 [18] R:OK -2015-03-12 06:29:41 sendUrl INFO 1 [19] R:OK -2015-03-12 06:30:30 queue INFO >>1 [20] -2015-03-12 06:30:30 sendUrl INFO 1 [20] R:OK -2015-03-12 06:30:33 queue INFO 3 [21] -2015-03-12 06:30:33 queue INFO >3 [22] -2015-03-12 06:30:33 sendUrl INFO 3 [21] R:OK -2015-03-12 06:30:34 sendUrl INFO 3 [22] R:OK -2015-03-12 06:31:23 queue INFO >>3 [23] -2015-03-12 06:31:24 sendUrl INFO 3 [23] R:OK -2015-03-12 06:32:13 queue INFO >>3 [24] -2015-03-12 06:32:13 sendUrl INFO 3 [24] R:OK -2015-03-12 06:33:03 queue INFO >>3 [25] -2015-03-12 06:33:04 sendUrl INFO 3 [25] R:OK -2015-03-12 06:33:53 queue INFO >>3 [26] -2015-03-12 06:33:54 sendUrl INFO 3 [26] R:OK -2015-03-12 06:34:44 queue INFO >>3 [27] -2015-03-12 06:34:44 sendUrl INFO 3 [27] R:OK -2015-03-12 06:35:34 queue INFO >>3 [28] -2015-03-12 06:35:34 sendUrl INFO 3 [28] R:OK -2015-03-12 06:36:24 queue INFO >>3 [29] -2015-03-12 06:36:24 sendUrl INFO 3 [29] R:OK -2015-03-12 06:36:37 queue INFO 1 [30] -2015-03-12 06:36:37 queue INFO >1 [31] -2015-03-12 06:36:38 sendUrl INFO 1 [30] R:OK -2015-03-12 06:36:38 sendUrl INFO 1 [31] R:OK -2015-03-12 06:37:19 queue INFO 21 [32] -2015-03-12 06:37:19 queue INFO >21 [33] -2015-03-12 06:37:19 sendUrl INFO 21 [32] R:OK -2015-03-12 06:37:19 sendUrl INFO 21 [33] R:OK -2015-03-12 06:37:35 queue INFO 1 [34] -2015-03-12 06:37:35 queue INFO >1 [35] -2015-03-12 06:37:35 sendUrl INFO 1 [34] R:OK -2015-03-12 06:37:36 sendUrl INFO 1 [35] R:OK -2015-03-12 06:38:02 queue INFO 5 [36] -2015-03-12 06:38:02 queue INFO >5 [37] -2015-03-12 06:38:02 sendUrl INFO 5 [36] R:OK -2015-03-12 06:38:03 sendUrl INFO 5 [37] R:OK -2015-03-12 06:38:03 queue INFO 1 [38] -2015-03-12 06:38:04 queue INFO >1 [39] -2015-03-12 06:38:04 sendUrl INFO 1 [38] R:OK -2015-03-12 06:38:04 sendUrl INFO 1 [39] R:OK -2015-03-12 06:38:53 queue INFO >>1 [40] -2015-03-12 06:38:54 sendUrl INFO 1 [40] R:OK -2015-03-12 06:38:56 queue INFO 3 [41] -2015-03-12 06:38:57 sendUrl INFO 3 [41] R:OK -2015-03-12 06:38:57 queue INFO >3 [42] -2015-03-12 06:38:57 sendUrl INFO 3 [42] R:OK -2015-03-12 06:39:47 queue INFO >>3 [43] -2015-03-12 06:39:47 sendUrl INFO 3 [43] R:OK -2015-03-12 06:40:37 queue INFO >>3 [44] -2015-03-12 06:40:37 sendUrl INFO 3 [44] R:OK -2015-03-12 06:41:27 queue INFO >>3 [45] -2015-03-12 06:41:27 sendUrl INFO 3 [45] R:OK -2015-03-12 06:42:17 queue INFO >>3 [46] -2015-03-12 06:42:17 sendUrl INFO 3 [46] R:OK -2015-03-12 06:43:07 queue INFO >>3 [47] -2015-03-12 06:43:07 sendUrl INFO 3 [47] R:OK -2015-03-12 06:43:57 queue INFO >>3 [48] -2015-03-12 06:43:58 sendUrl INFO 3 [48] R:OK -2015-03-12 06:44:47 queue INFO >>3 [49] -2015-03-12 06:44:48 sendUrl INFO 3 [49] R:OK -2015-03-12 06:44:53 queue INFO 7 [50] -2015-03-12 06:44:53 sendUrl INFO 7 [50] R:OK -2015-03-12 06:44:53 queue INFO >7 [51] -2015-03-12 06:44:53 sendUrl INFO 7 [51] R:OK -2015-03-12 06:44:54 queue INFO 3 [52] -2015-03-12 06:44:55 queue INFO >3 [53] -2015-03-12 06:44:55 sendUrl INFO 3 [52] R:OK -2015-03-12 06:44:56 sendUrl INFO 3 [53] R:OK -2015-03-12 06:45:45 queue INFO >>3 [54] -2015-03-12 06:45:45 sendUrl INFO 3 [54] R:OK -2015-03-12 06:46:35 queue INFO >>3 [55] -2015-03-12 06:46:35 sendUrl INFO 3 [55] R:OK -2015-03-12 06:47:25 queue INFO >>3 [56] -2015-03-12 06:47:25 sendUrl INFO 3 [56] R:OK -2015-03-12 06:48:15 queue INFO >>3 [57] -2015-03-12 06:48:15 sendUrl INFO 3 [57] R:OK -2015-03-12 06:49:05 queue INFO >>3 [58] -2015-03-12 06:49:06 sendUrl INFO 3 [58] R:OK -2015-03-12 06:49:55 queue INFO >>3 [59] -2015-03-12 06:49:55 sendUrl INFO 3 [59] R:OK -2015-03-12 06:50:45 queue INFO >>3 [60] -2015-03-12 06:50:46 sendUrl INFO 3 [60] R:OK -2015-03-12 06:51:36 queue INFO >>3 [61] -2015-03-12 06:51:36 sendUrl INFO 3 [61] R:OK -2015-03-12 06:51:43 queue INFO 7 [62] -2015-03-12 06:51:43 queue INFO >7 [63] -2015-03-12 06:51:44 sendUrl INFO 7 [62] R:OK -2015-03-12 06:51:44 sendUrl INFO 7 [63] R:OK -2015-03-12 06:51:45 queue INFO 3 [64] -2015-03-12 06:51:45 queue INFO >3 [65] -2015-03-12 06:51:45 sendUrl INFO 3 [64] R:OK -2015-03-12 06:51:46 sendUrl INFO 3 [65] R:OK -2015-03-12 06:52:35 queue INFO >>3 [66] -2015-03-12 06:52:35 sendUrl INFO 3 [66] R:OK -2015-03-12 06:53:25 queue INFO >>3 [67] -2015-03-12 06:53:25 sendUrl INFO 3 [67] R:OK -2015-03-12 06:54:15 queue INFO >>3 [68] -2015-03-12 06:54:16 sendUrl INFO 3 [68] R:OK -2015-03-12 06:55:05 queue INFO >>3 [69] -2015-03-12 06:55:06 sendUrl INFO 3 [69] R:OK -2015-03-12 06:55:56 queue INFO >>3 [70] -2015-03-12 06:55:56 sendUrl INFO 3 [70] R:OK -2015-03-12 06:56:46 queue INFO >>3 [71] -2015-03-12 06:56:46 sendUrl INFO 3 [71] R:OK -2015-03-12 06:57:36 queue INFO >>3 [72] -2015-03-12 06:57:36 sendUrl INFO 3 [72] R:OK -2015-03-12 06:58:26 queue INFO >>3 [73] -2015-03-12 06:58:27 sendUrl INFO 3 [73] R:OK -2015-03-12 06:58:33 queue INFO 7 [74] -2015-03-12 06:58:33 queue INFO >7 [75] -2015-03-12 06:58:34 sendUrl INFO 7 [74] R:OK -2015-03-12 06:58:34 sendUrl INFO 7 [75] R:OK -2015-03-12 06:58:34 queue INFO 3 [76] -2015-03-12 06:58:35 sendUrl INFO 3 [76] R:OK -2015-03-12 06:58:35 queue INFO >3 [77] -2015-03-12 06:58:35 sendUrl INFO 3 [77] R:OK -2015-03-12 06:59:25 queue INFO >>3 [78] -2015-03-12 06:59:25 sendUrl INFO 3 [78] R:OK -2015-03-12 07:00:15 queue INFO >>3 [79] -2015-03-12 07:00:15 sendUrl INFO 3 [79] R:OK -2015-03-12 07:01:05 queue INFO >>3 [80] -2015-03-12 07:01:05 sendUrl INFO 3 [80] R:OK -2015-03-12 07:01:55 queue INFO >>3 [81] -2015-03-12 07:01:56 sendUrl INFO 3 [81] R:OK -2015-03-12 07:02:45 queue INFO >>3 [82] -2015-03-12 07:02:45 sendUrl INFO 3 [82] R:OK -2015-03-12 07:03:35 queue INFO >>3 [83] -2015-03-12 07:03:36 sendUrl INFO 3 [83] R:OK -2015-03-12 07:04:25 queue INFO >>3 [84] -2015-03-12 07:04:26 sendUrl INFO 3 [84] R:OK -2015-03-12 07:05:16 queue INFO >>3 [85] -2015-03-12 07:05:16 sendUrl INFO 3 [85] R:OK -2015-03-12 07:05:25 queue INFO 7 [86] -2015-03-12 07:05:25 queue INFO >7 [87] -2015-03-12 07:05:25 sendUrl INFO 7 [86] R:OK -2015-03-12 07:05:26 sendUrl INFO 7 [87] R:OK -2015-03-12 07:05:27 queue INFO 3 [88] -2015-03-12 07:05:27 queue INFO >3 [89] -2015-03-12 07:05:27 sendUrl INFO 3 [88] R:OK -2015-03-12 07:05:27 sendUrl INFO 3 [89] R:OK -2015-03-12 07:06:17 queue INFO >>3 [90] -2015-03-12 07:06:17 sendUrl INFO 3 [90] R:OK -2015-03-12 07:07:07 queue INFO >>3 [91] -2015-03-12 07:07:07 sendUrl INFO 3 [91] R:OK -2015-03-12 07:07:57 queue INFO >>3 [92] -2015-03-12 07:07:57 sendUrl INFO 3 [92] R:OK -2015-03-12 07:08:47 queue INFO >>3 [93] -2015-03-12 07:08:47 sendUrl INFO 3 [93] R:OK -2015-03-12 07:09:37 queue INFO >>3 [94] -2015-03-12 07:09:38 sendUrl INFO 3 [94] R:OK -2015-03-12 07:10:27 queue INFO >>3 [95] -2015-03-12 07:10:28 sendUrl INFO 3 [95] R:OK -2015-03-12 07:11:18 queue INFO >>3 [96] -2015-03-12 07:11:18 sendUrl INFO 3 [96] R:OK -2015-03-12 07:12:08 queue INFO >>3 [97] -2015-03-12 07:12:08 sendUrl INFO 3 [97] R:OK -2015-03-12 07:12:16 queue INFO 7 [98] -2015-03-12 07:12:16 queue INFO >7 [99] -2015-03-12 07:12:17 sendUrl INFO 7 [98] R:OK -2015-03-12 07:12:17 sendUrl INFO 7 [99] R:OK -2015-03-12 07:12:18 queue INFO 3 [100] -2015-03-12 07:12:18 queue INFO >3 [101] -2015-03-12 07:12:18 sendUrl INFO 3 [100] R:OK -2015-03-12 07:12:19 sendUrl INFO 3 [101] R:OK -2015-03-12 07:13:08 queue INFO >>3 [102] -2015-03-12 07:13:08 sendUrl INFO 3 [102] R:OK -2015-03-12 07:13:58 queue INFO >>3 [103] -2015-03-12 07:13:58 sendUrl INFO 3 [103] R:OK -2015-03-12 07:14:48 queue INFO >>3 [104] -2015-03-12 07:14:49 sendUrl INFO 3 [104] R:OK -2015-03-12 07:15:38 queue INFO >>3 [105] -2015-03-12 07:15:39 sendUrl INFO 3 [105] R:OK -2015-03-12 07:16:28 queue INFO >>3 [106] -2015-03-12 07:16:29 sendUrl INFO 3 [106] R:OK -2015-03-12 07:17:19 queue INFO >>3 [107] -2015-03-12 07:17:19 sendUrl INFO 3 [107] R:OK -2015-03-12 07:18:09 queue INFO >>3 [108] -2015-03-12 07:18:09 sendUrl INFO 3 [108] R:OK -2015-03-12 07:18:59 queue INFO >>3 [109] -2015-03-12 07:18:59 sendUrl INFO 3 [109] R:OK -2015-03-12 07:19:07 queue INFO 7 [110] -2015-03-12 07:19:07 queue INFO >7 [111] -2015-03-12 07:19:07 sendUrl INFO 7 [110] R:OK -2015-03-12 07:19:07 sendUrl INFO 7 [111] R:OK -2015-03-12 07:19:08 queue INFO 3 [112] -2015-03-12 07:19:08 sendUrl INFO 3 [112] R:OK -2015-03-12 07:19:08 queue INFO >3 [113] -2015-03-12 07:19:09 sendUrl INFO 3 [113] R:OK -2015-03-12 07:19:58 queue INFO >>3 [114] -2015-03-12 07:19:59 sendUrl INFO 3 [114] R:OK -2015-03-12 07:20:49 queue INFO >>3 [115] -2015-03-12 07:20:49 sendUrl INFO 3 [115] R:OK -2015-03-12 07:21:39 queue INFO >>3 [116] -2015-03-12 07:21:39 sendUrl INFO 3 [116] R:OK -2015-03-12 07:22:29 queue INFO >>3 [117] -2015-03-12 07:22:29 sendUrl INFO 3 [117] R:OK -2015-03-12 07:23:19 queue INFO >>3 [118] -2015-03-12 07:23:19 sendUrl INFO 3 [118] R:OK -2015-03-12 07:24:09 queue INFO >>3 [119] -2015-03-12 07:24:10 sendUrl INFO 3 [119] R:OK -2015-03-12 07:24:59 queue INFO >>3 [120] -2015-03-12 07:25:00 sendUrl INFO 3 [120] R:OK -2015-03-12 07:25:50 queue INFO >>3 [121] -2015-03-12 07:25:50 sendUrl INFO 3 [121] R:OK -2015-03-12 07:25:56 queue INFO 7 [122] -2015-03-12 07:25:57 queue INFO >7 [123] -2015-03-12 07:25:57 sendUrl INFO 7 [122] R:OK -2015-03-12 07:25:57 sendUrl INFO 7 [123] R:OK -2015-03-12 07:25:58 queue INFO 3 [124] -2015-03-12 07:25:58 queue INFO >3 [125] -2015-03-12 07:25:58 sendUrl INFO 3 [124] R:OK -2015-03-12 07:25:59 sendUrl INFO 3 [125] R:OK -2015-03-12 07:26:48 queue INFO >>3 [126] -2015-03-12 07:26:49 sendUrl INFO 3 [126] R:OK -2015-03-12 07:27:38 queue INFO >>3 [127] -2015-03-12 07:27:38 sendUrl INFO 3 [127] R:OK -2015-03-12 07:28:28 queue INFO >>3 [128] -2015-03-12 07:28:29 sendUrl INFO 3 [128] R:OK -2015-03-12 07:29:19 queue INFO >>3 [129] -2015-03-12 07:29:19 sendUrl INFO 3 [129] R:OK -2015-03-12 07:30:09 queue INFO >>3 [130] -2015-03-12 07:30:09 sendUrl INFO 3 [130] R:OK -2015-03-12 07:30:59 queue INFO >>3 [131] -2015-03-12 07:30:59 sendUrl INFO 3 [131] R:OK -2015-03-12 07:31:49 queue INFO >>3 [132] -2015-03-12 07:31:50 sendUrl INFO 3 [132] R:OK -2015-03-12 07:32:39 queue INFO >>3 [133] -2015-03-12 07:32:39 sendUrl INFO 3 [133] R:OK -2015-03-12 07:32:49 queue INFO 7 [134] -2015-03-12 07:32:49 queue INFO >7 [135] -2015-03-12 07:32:49 sendUrl INFO 7 [134] R:OK -2015-03-12 07:32:49 sendUrl INFO 7 [135] R:OK -2015-03-12 07:32:50 queue INFO 3 [136] -2015-03-12 07:32:50 queue INFO >3 [137] -2015-03-12 07:32:51 sendUrl INFO 3 [136] R:OK -2015-03-12 07:32:51 sendUrl INFO 3 [137] R:OK -2015-03-12 07:33:40 queue INFO >>3 [138] -2015-03-12 07:33:40 sendUrl INFO 3 [138] R:OK -2015-03-12 07:34:30 queue INFO >>3 [139] -2015-03-12 07:34:31 sendUrl INFO 3 [139] R:OK -2015-03-12 07:35:20 queue INFO >>3 [140] -2015-03-12 07:35:21 sendUrl INFO 3 [140] R:OK -2015-03-12 07:36:11 queue INFO >>3 [141] -2015-03-12 07:36:11 sendUrl INFO 3 [141] R:OK -2015-03-12 07:37:01 queue INFO >>3 [142] -2015-03-12 07:37:01 sendUrl INFO 3 [142] R:OK -2015-03-12 07:37:51 queue INFO >>3 [143] -2015-03-12 07:37:52 sendUrl INFO 3 [143] R:OK -2015-03-12 07:38:41 queue INFO >>3 [144] -2015-03-12 07:38:41 sendUrl INFO 3 [144] R:OK -2015-03-12 07:39:31 queue INFO >>3 [145] -2015-03-12 07:39:32 sendUrl INFO 3 [145] R:OK -2015-03-12 07:39:40 queue INFO 7 [146] -2015-03-12 07:39:40 queue INFO >7 [147] -2015-03-12 07:39:40 sendUrl INFO 7 [146] R:OK -2015-03-12 07:39:41 sendUrl INFO 7 [147] R:OK -2015-03-12 07:39:41 queue INFO 3 [148] -2015-03-12 07:39:41 queue INFO >3 [149] -2015-03-12 07:39:42 sendUrl INFO 3 [148] R:OK -2015-03-12 07:39:42 sendUrl INFO 3 [149] R:OK -2015-03-12 07:40:31 queue INFO >>3 [150] -2015-03-12 07:40:32 sendUrl INFO 3 [150] R:OK -2015-03-12 07:41:22 queue INFO >>3 [151] -2015-03-12 07:41:22 sendUrl INFO 3 [151] R:OK -2015-03-12 07:42:12 queue INFO >>3 [152] -2015-03-12 07:42:12 sendUrl INFO 3 [152] R:OK -2015-03-12 07:43:02 queue INFO >>3 [153] -2015-03-12 07:43:02 sendUrl INFO 3 [153] R:OK -2015-03-12 07:43:52 queue INFO >>3 [154] -2015-03-12 07:43:52 sendUrl INFO 3 [154] R:OK -2015-03-12 07:44:42 queue INFO >>3 [155] -2015-03-12 07:44:43 sendUrl INFO 3 [155] R:OK -2015-03-12 07:45:32 queue INFO >>3 [156] -2015-03-12 07:45:33 sendUrl INFO 3 [156] R:OK -2015-03-12 07:46:23 queue INFO >>3 [157] -2015-03-12 07:46:23 sendUrl INFO 3 [157] R:OK -2015-03-12 07:46:30 queue INFO 7 [158] -2015-03-12 07:46:30 queue INFO >7 [159] -2015-03-12 07:46:30 sendUrl INFO 7 [158] R:OK -2015-03-12 07:46:31 sendUrl INFO 7 [159] R:OK -2015-03-12 07:46:32 queue INFO 3 [160] -2015-03-12 07:46:32 queue INFO >3 [161] -2015-03-12 07:46:32 sendUrl INFO 3 [160] R:OK -2015-03-12 07:46:32 sendUrl INFO 3 [161] R:OK -2015-03-12 07:47:22 queue INFO >>3 [162] -2015-03-12 07:47:22 sendUrl INFO 3 [162] R:OK -2015-03-12 07:48:12 queue INFO >>3 [163] -2015-03-12 07:48:12 sendUrl INFO 3 [163] R:OK -2015-03-12 07:49:02 queue INFO >>3 [164] -2015-03-12 07:49:02 sendUrl INFO 3 [164] R:OK -2015-03-12 07:49:52 queue INFO >>3 [165] -2015-03-12 07:49:52 sendUrl INFO 3 [165] R:OK -2015-03-12 07:50:42 queue INFO >>3 [166] -2015-03-12 07:50:43 sendUrl INFO 3 [166] R:OK -2015-03-12 07:51:32 queue INFO >>3 [167] -2015-03-12 07:51:33 sendUrl INFO 3 [167] R:OK -2015-03-12 07:52:23 queue INFO >>3 [168] -2015-03-12 07:52:23 sendUrl INFO 3 [168] R:OK -2015-03-12 07:53:13 queue INFO >>3 [169] -2015-03-12 07:53:13 sendUrl INFO 3 [169] R:OK -2015-03-12 07:53:28 queue INFO 1 [170] -2015-03-12 07:53:28 sendUrl INFO 1 [170] R:OK -2015-03-12 07:53:28 queue INFO >1 [171] -2015-03-12 07:53:28 sendUrl INFO 1 [171] R:OK -2015-03-12 07:53:50 queue INFO 21 [172] -2015-03-12 07:53:50 queue INFO >21 [173] -2015-03-12 07:53:50 sendUrl INFO 21 [172] R:OK -2015-03-12 07:53:51 sendUrl INFO 21 [173] R:OK -2015-03-12 07:54:40 queue INFO >>21 [174] -2015-03-12 07:54:40 sendUrl INFO 21 [174] R:OK -2015-03-12 07:55:16 queue INFO 1 [175] -2015-03-12 07:55:16 queue INFO >1 [176] -2015-03-12 07:55:16 sendUrl INFO 1 [175] R:OK -2015-03-12 07:55:16 sendUrl INFO 1 [176] R:OK -2015-03-12 07:55:42 queue INFO 5 [177] -2015-03-12 07:55:43 queue INFO >5 [178] -2015-03-12 07:55:43 sendUrl INFO 5 [177] R:OK -2015-03-12 07:55:43 sendUrl INFO 5 [178] R:OK -2015-03-12 07:55:44 queue INFO 1 [179] -2015-03-12 07:55:44 sendUrl INFO 1 [179] R:OK -2015-03-12 07:55:44 queue INFO >1 [180] -2015-03-12 07:55:45 sendUrl INFO 1 [180] R:OK -2015-03-12 07:56:34 queue INFO >>1 [181] -2015-03-12 07:56:35 sendUrl INFO 1 [181] R:OK -2015-03-12 07:56:37 queue INFO 3 [182] -2015-03-12 07:56:37 queue INFO >3 [183] -2015-03-12 07:56:38 sendUrl INFO 3 [182] R:OK -2015-03-12 07:56:38 sendUrl INFO 3 [183] R:OK -2015-03-12 07:57:27 queue INFO >>3 [184] -2015-03-12 07:57:27 sendUrl INFO 3 [184] R:OK -2015-03-12 07:58:17 queue INFO >>3 [185] -2015-03-12 07:58:18 sendUrl INFO 3 [185] R:OK -2015-03-12 07:59:07 queue INFO >>3 [186] -2015-03-12 07:59:08 sendUrl INFO 3 [186] R:OK -2015-03-12 07:59:58 queue INFO >>3 [187] -2015-03-12 07:59:58 sendUrl INFO 3 [187] R:OK -2015-03-12 08:00:48 queue INFO >>3 [188] -2015-03-12 08:00:48 sendUrl INFO 3 [188] R:OK -2015-03-12 08:01:38 queue INFO >>3 [189] -2015-03-12 08:01:38 sendUrl INFO 3 [189] R:OK -2015-03-12 08:02:28 queue INFO >>3 [190] -2015-03-12 08:02:28 sendUrl INFO 3 [190] R:OK -2015-03-12 08:02:41 queue INFO 1 [191] -2015-03-12 08:02:41 sendUrl INFO 1 [191] R:OK -2015-03-12 08:02:42 queue INFO >1 [192] -2015-03-12 08:02:42 sendUrl INFO 1 [192] R:OK -2015-03-12 08:03:12 queue INFO 21 [193] -2015-03-12 08:03:12 queue INFO >21 [194] -2015-03-12 08:03:12 sendUrl INFO 21 [193] R:OK -2015-03-12 08:03:13 sendUrl INFO 21 [194] R:OK -2015-03-12 08:04:02 queue INFO >>21 [195] -2015-03-12 08:04:02 sendUrl INFO 21 [195] R:OK -2015-03-12 08:04:27 queue INFO 1 [196] -2015-03-12 08:04:27 queue INFO >1 [197] -2015-03-12 08:04:27 sendUrl INFO 1 [196] R:OK -2015-03-12 08:04:28 sendUrl INFO 1 [197] R:OK -2015-03-12 08:04:53 queue INFO 5 [198] -2015-03-12 08:04:53 queue INFO >5 [199] -2015-03-12 08:04:53 sendUrl INFO 5 [198] R:OK -2015-03-12 08:04:54 sendUrl INFO 5 [199] R:OK -2015-03-12 08:04:55 queue INFO 1 [200] -2015-03-12 08:04:55 sendUrl INFO 1 [200] R:OK -2015-03-12 08:04:55 queue INFO >1 [201] -2015-03-12 08:04:55 sendUrl INFO 1 [201] R:OK -2015-03-12 08:05:45 queue INFO >>1 [202] -2015-03-12 08:05:45 sendUrl INFO 1 [202] R:OK -2015-03-12 08:05:48 queue INFO 3 [203] -2015-03-12 08:05:48 queue INFO >3 [204] -2015-03-12 08:05:48 sendUrl INFO 3 [203] R:OK -2015-03-12 08:05:49 sendUrl INFO 3 [204] R:OK -2015-03-12 08:06:38 queue INFO >>3 [205] -2015-03-12 08:06:39 sendUrl INFO 3 [205] R:OK -2015-03-12 08:07:28 queue INFO >>3 [206] -2015-03-12 08:07:28 sendUrl INFO 3 [206] R:OK -2015-03-12 08:08:18 queue INFO >>3 [207] -2015-03-12 08:08:19 sendUrl INFO 3 [207] R:OK -2015-03-12 08:09:08 queue INFO >>3 [208] -2015-03-12 08:09:09 sendUrl INFO 3 [208] R:OK -2015-03-12 08:09:59 queue INFO >>3 [209] -2015-03-12 08:09:59 sendUrl INFO 3 [209] R:OK -2015-03-12 08:10:49 queue INFO >>3 [210] -2015-03-12 08:10:49 sendUrl INFO 3 [210] R:OK -2015-03-12 08:11:39 queue INFO >>3 [211] -2015-03-12 08:11:39 sendUrl INFO 3 [211] R:OK -2015-03-12 08:11:52 queue INFO 1 [212] -2015-03-12 08:11:52 queue INFO >1 [213] -2015-03-12 08:11:53 sendUrl INFO 1 [212] R:OK -2015-03-12 08:11:53 sendUrl INFO 1 [213] R:OK -2015-03-12 08:12:42 queue INFO >>1 [214] -2015-03-12 08:12:42 sendUrl INFO 1 [214] R:OK -2015-03-12 08:13:32 queue INFO >>1 [215] -2015-03-12 08:13:33 sendUrl INFO 1 [215] R:OK -2015-03-12 08:14:23 queue INFO >>1 [216] -2015-03-12 08:14:23 sendUrl INFO 1 [216] R:OK -2015-03-12 08:15:13 queue INFO >>1 [217] -2015-03-12 08:15:13 sendUrl INFO 1 [217] R:OK -2015-03-12 08:16:03 queue INFO >>1 [218] -2015-03-12 08:16:03 sendUrl INFO 1 [218] R:OK -2015-03-12 08:16:53 queue INFO >>1 [219] -2015-03-12 08:16:54 sendUrl INFO 1 [219] R:OK -2015-03-12 08:17:43 queue INFO >>1 [220] -2015-03-12 08:17:43 sendUrl INFO 1 [220] R:OK -2015-03-12 08:18:33 queue INFO >>1 [221] -2015-03-12 08:18:34 sendUrl INFO 1 [221] R:OK -2015-03-12 08:19:24 queue INFO >>1 [222] -2015-03-12 08:19:24 sendUrl INFO 1 [222] R:OK -2015-03-12 08:20:14 queue INFO >>1 [223] -2015-03-12 08:20:14 sendUrl INFO 1 [223] R:OK -2015-03-12 08:21:04 queue INFO >>1 [224] -2015-03-12 08:21:04 sendUrl INFO 1 [224] R:OK -2015-03-12 08:21:54 queue INFO >>1 [225] -2015-03-12 08:21:54 sendUrl INFO 1 [225] R:OK -2015-03-12 08:22:44 queue INFO >>1 [226] -2015-03-12 08:22:44 sendUrl INFO 1 [226] R:OK -2015-03-12 08:23:34 queue INFO >>1 [227] -2015-03-12 08:23:35 sendUrl INFO 1 [227] R:OK -2015-03-12 08:24:24 queue INFO >>1 [228] -2015-03-12 08:24:25 sendUrl INFO 1 [228] R:OK -2015-03-12 08:25:15 queue INFO >>1 [229] -2015-03-12 08:25:15 sendUrl INFO 1 [229] R:OK -2015-03-12 08:25:53 queue INFO 21 [230] -2015-03-12 08:25:53 sendUrl INFO 21 [230] R:OK -2015-03-12 08:25:53 queue INFO >21 [231] -2015-03-12 08:25:53 sendUrl INFO 21 [231] R:OK -2015-03-12 08:26:33 queue INFO 1 [232] -2015-03-12 08:26:34 queue INFO >1 [233] -2015-03-12 08:26:34 sendUrl INFO 1 [232] R:OK -2015-03-12 08:26:34 sendUrl INFO 1 [233] R:OK -2015-03-12 08:27:08 queue INFO 21 [234] -2015-03-12 08:27:08 sendUrl INFO 21 [234] R:OK -2015-03-12 08:27:08 queue INFO >21 [235] -2015-03-12 08:27:08 sendUrl INFO 21 [235] R:OK -2015-03-12 08:27:58 queue INFO >>21 [236] -2015-03-12 08:27:58 sendUrl INFO 21 [236] R:OK -2015-03-12 08:28:00 queue INFO 1 [237] -2015-03-12 08:28:01 queue INFO >1 [238] -2015-03-12 08:28:01 sendUrl INFO 1 [237] R:OK -2015-03-12 08:28:01 sendUrl INFO 1 [238] R:OK -2015-03-12 08:28:51 queue INFO >>1 [239] -2015-03-12 08:28:51 sendUrl INFO 1 [239] R:OK -2015-03-12 08:29:00 queue INFO 3 [240] -2015-03-12 08:29:01 sendUrl INFO 3 [240] R:OK -2015-03-12 08:29:01 queue INFO >3 [241] -2015-03-12 08:29:01 sendUrl INFO 3 [241] R:OK -2015-03-12 08:29:50 queue INFO >>3 [242] -2015-03-12 08:29:51 sendUrl INFO 3 [242] R:OK -2015-03-12 08:30:41 queue INFO >>3 [243] -2015-03-12 08:30:41 sendUrl INFO 3 [243] R:OK -2015-03-12 08:31:31 queue INFO >>3 [244] -2015-03-12 08:31:31 sendUrl INFO 3 [244] R:OK -2015-03-12 08:32:21 queue INFO >>3 [245] -2015-03-12 08:32:21 sendUrl INFO 3 [245] R:OK -2015-03-12 08:33:11 queue INFO >>3 [246] -2015-03-12 08:33:12 sendUrl INFO 3 [246] R:OK -2015-03-12 08:34:01 queue INFO >>3 [247] -2015-03-12 08:34:01 sendUrl INFO 3 [247] R:OK -2015-03-12 08:34:51 queue INFO >>3 [248] -2015-03-12 08:34:52 sendUrl INFO 3 [248] R:OK -2015-03-12 08:34:57 queue INFO 7 [249] -2015-03-12 08:34:57 queue INFO >7 [250] -2015-03-12 08:34:57 sendUrl INFO 7 [249] R:OK -2015-03-12 08:34:58 sendUrl INFO 7 [250] R:OK -2015-03-12 08:34:58 queue INFO 3 [251] -2015-03-12 08:34:59 queue INFO >3 [252] -2015-03-12 08:34:59 sendUrl INFO 3 [251] R:OK -2015-03-12 08:34:59 sendUrl INFO 3 [252] R:OK -2015-03-12 08:35:49 queue INFO >>3 [253] -2015-03-12 08:35:49 sendUrl INFO 3 [253] R:OK -2015-03-12 08:36:39 queue INFO >>3 [254] -2015-03-12 08:36:39 sendUrl INFO 3 [254] R:OK -2015-03-12 08:37:29 queue INFO >>3 [255] -2015-03-12 08:37:29 sendUrl INFO 3 [255] R:OK -2015-03-12 08:38:19 queue INFO >>3 [256] -2015-03-12 08:38:19 sendUrl INFO 3 [256] R:OK -2015-03-12 08:39:09 queue INFO >>3 [257] -2015-03-12 08:39:10 sendUrl INFO 3 [257] R:OK -2015-03-12 08:39:59 queue INFO >>3 [258] -2015-03-12 08:40:00 sendUrl INFO 3 [258] R:OK -2015-03-12 08:40:50 queue INFO >>3 [259] -2015-03-12 08:40:50 sendUrl INFO 3 [259] R:OK -2015-03-12 08:41:40 queue INFO >>3 [260] -2015-03-12 08:41:40 sendUrl INFO 3 [260] R:OK -2015-03-12 08:41:47 queue INFO 7 [261] -2015-03-12 08:41:47 queue INFO >7 [262] -2015-03-12 08:41:48 sendUrl INFO 7 [261] R:OK -2015-03-12 08:41:48 sendUrl INFO 7 [262] R:OK -2015-03-12 08:41:49 queue INFO 3 [263] -2015-03-12 08:41:49 queue INFO >3 [264] -2015-03-12 08:41:49 sendUrl INFO 3 [263] R:OK -2015-03-12 08:41:50 sendUrl INFO 3 [264] R:OK -2015-03-12 08:42:39 queue INFO >>3 [265] -2015-03-12 08:42:39 sendUrl INFO 3 [265] R:OK -2015-03-12 08:43:29 queue INFO >>3 [266] -2015-03-12 08:43:29 sendUrl INFO 3 [266] R:OK -2015-03-12 08:44:19 queue INFO >>3 [267] -2015-03-12 08:44:20 sendUrl INFO 3 [267] R:OK -2015-03-12 08:45:09 queue INFO >>3 [268] -2015-03-12 08:45:10 sendUrl INFO 3 [268] R:OK -2015-03-12 08:46:00 queue INFO >>3 [269] -2015-03-12 08:46:00 sendUrl INFO 3 [269] R:OK -2015-03-12 08:46:50 queue INFO >>3 [270] -2015-03-12 08:46:50 sendUrl INFO 3 [270] R:OK -2015-03-12 08:47:40 queue INFO >>3 [271] -2015-03-12 08:47:40 sendUrl INFO 3 [271] R:OK -2015-03-12 08:48:30 queue INFO >>3 [272] -2015-03-12 08:48:30 sendUrl INFO 3 [272] R:OK -2015-03-12 08:48:37 queue INFO 7 [273] -2015-03-12 08:48:37 queue INFO >7 [274] -2015-03-12 08:48:37 sendUrl INFO 7 [273] R:OK -2015-03-12 08:48:38 sendUrl INFO 7 [274] R:OK -2015-03-12 08:48:39 queue INFO 3 [275] -2015-03-12 08:48:39 queue INFO >3 [276] -2015-03-12 08:48:39 sendUrl INFO 3 [275] R:OK -2015-03-12 08:48:39 sendUrl INFO 3 [276] R:OK -2015-03-12 08:49:29 queue INFO >>3 [277] -2015-03-12 08:49:29 sendUrl INFO 3 [277] R:OK -2015-03-12 08:50:19 queue INFO >>3 [278] -2015-03-12 08:50:19 sendUrl INFO 3 [278] R:OK -2015-03-12 08:51:09 queue INFO >>3 [279] -2015-03-12 08:51:09 sendUrl INFO 3 [279] R:OK -2015-03-12 08:51:59 queue INFO >>3 [280] -2015-03-12 08:51:59 sendUrl INFO 3 [280] R:OK -2015-03-12 08:52:49 queue INFO >>3 [281] -2015-03-12 08:52:50 sendUrl INFO 3 [281] R:OK -2015-03-12 08:53:11 queue INFO 1 [282] -2015-03-12 08:53:12 queue INFO >1 [283] -2015-03-12 08:53:12 sendUrl INFO 1 [282] R:OK -2015-03-12 08:53:12 sendUrl INFO 1 [283] R:OK -2015-03-12 08:54:02 queue INFO >>1 [284] -2015-03-12 08:54:02 sendUrl INFO 1 [284] R:OK -2015-03-12 08:54:52 queue INFO >>1 [285] -2015-03-12 08:54:52 sendUrl INFO 1 [285] R:OK -2015-03-12 08:55:22 queue INFO 21 [286] -2015-03-12 08:55:22 queue INFO >21 [287] -2015-03-12 08:55:22 sendUrl INFO 21 [286] R:OK -2015-03-12 08:55:23 sendUrl INFO 21 [287] R:OK -2015-03-12 08:56:12 queue INFO >>21 [288] -2015-03-12 08:56:12 sendUrl INFO 21 [288] R:OK -2015-03-12 08:57:02 queue INFO >>21 [289] -2015-03-12 08:57:02 sendUrl INFO 21 [289] R:OK -2015-03-12 08:57:52 queue INFO >>21 [290] -2015-03-12 08:57:53 sendUrl INFO 21 [290] R:OK -2015-03-12 08:58:42 queue INFO >>21 [291] -2015-03-12 08:58:42 sendUrl INFO 21 [291] R:OK -2015-03-12 08:59:32 queue INFO >>21 [292] -2015-03-12 08:59:33 sendUrl INFO 21 [292] R:OK -2015-03-12 09:00:23 queue INFO >>21 [293] -2015-03-12 09:00:23 sendUrl INFO 21 [293] R:OK -2015-03-12 09:01:13 queue INFO >>21 [294] -2015-03-12 09:01:13 sendUrl INFO 21 [294] R:OK -2015-03-12 09:02:03 queue INFO >>21 [295] -2015-03-12 09:02:03 sendUrl INFO 21 [295] R:OK -2015-03-12 09:02:53 queue INFO >>21 [296] -2015-03-12 09:02:54 sendUrl INFO 21 [296] R:OK -2015-03-12 09:02:58 queue INFO 1 [297] -2015-03-12 09:02:58 queue INFO >1 [298] -2015-03-12 09:02:58 sendUrl INFO 1 [297] R:OK -2015-03-12 09:02:59 sendUrl INFO 1 [298] R:OK -2015-03-12 09:03:24 queue INFO 5 [299] -2015-03-12 09:03:24 queue INFO >5 [300] -2015-03-12 09:03:24 sendUrl INFO 5 [299] R:OK -2015-03-12 09:03:25 sendUrl INFO 5 [300] R:OK -2015-03-12 09:03:25 queue INFO 1 [301] -2015-03-12 09:03:26 queue INFO >1 [302] -2015-03-12 09:03:26 sendUrl INFO 1 [301] R:OK -2015-03-12 09:03:26 sendUrl INFO 1 [302] R:OK -2015-03-12 09:04:16 queue INFO >>1 [303] -2015-03-12 09:04:16 sendUrl INFO 1 [303] R:OK -2015-03-12 09:04:19 queue INFO 3 [304] -2015-03-12 09:04:19 queue INFO >3 [305] -2015-03-12 09:04:19 sendUrl INFO 3 [304] R:OK -2015-03-12 09:04:20 sendUrl INFO 3 [305] R:OK -2015-03-12 09:05:09 queue INFO >>3 [306] -2015-03-12 09:05:09 sendUrl INFO 3 [306] R:OK -2015-03-12 09:05:59 queue INFO >>3 [307] -2015-03-12 09:05:59 sendUrl INFO 3 [307] R:OK -2015-03-12 09:06:49 queue INFO >>3 [308] -2015-03-12 09:06:50 sendUrl INFO 3 [308] R:OK -2015-03-12 09:07:39 queue INFO >>3 [309] -2015-03-12 09:07:39 sendUrl INFO 3 [309] R:OK -2015-03-12 09:08:29 queue INFO >>3 [310] -2015-03-12 09:08:30 sendUrl INFO 3 [310] R:OK -2015-03-12 09:09:20 queue INFO >>3 [311] -2015-03-12 09:09:20 sendUrl INFO 3 [311] R:OK -2015-03-12 09:10:10 queue INFO >>3 [312] -2015-03-12 09:10:10 sendUrl INFO 3 [312] R:OK -2015-03-12 09:10:15 queue INFO 7 [313] -2015-03-12 09:10:15 queue INFO >7 [314] -2015-03-12 09:10:16 sendUrl INFO 7 [313] R:OK -2015-03-12 09:10:16 sendUrl INFO 7 [314] R:OK -2015-03-12 09:10:17 queue INFO 3 [315] -2015-03-12 09:10:17 queue INFO >3 [316] -2015-03-12 09:10:17 sendUrl INFO 3 [315] R:OK -2015-03-12 09:10:18 sendUrl INFO 3 [316] R:OK -2015-03-12 09:11:07 queue INFO >>3 [317] -2015-03-12 09:11:07 sendUrl INFO 3 [317] R:OK -2015-03-12 09:11:57 queue INFO >>3 [318] -2015-03-12 09:11:57 sendUrl INFO 3 [318] R:OK -2015-03-12 09:12:47 queue INFO >>3 [319] -2015-03-12 09:12:48 sendUrl INFO 3 [319] R:OK -2015-03-12 09:13:37 queue INFO >>3 [320] -2015-03-12 09:13:38 sendUrl INFO 3 [320] R:OK -2015-03-12 09:14:27 queue INFO >>3 [321] -2015-03-12 09:14:28 sendUrl INFO 3 [321] R:OK -2015-03-12 09:15:18 queue INFO >>3 [322] -2015-03-12 09:15:18 sendUrl INFO 3 [322] R:OK -2015-03-12 09:16:08 queue INFO >>3 [323] -2015-03-12 09:16:08 sendUrl INFO 3 [323] R:OK -2015-03-12 09:16:58 queue INFO >>3 [324] -2015-03-12 09:16:58 sendUrl INFO 3 [324] R:OK -2015-03-12 09:17:06 queue INFO 7 [325] -2015-03-12 09:17:06 sendUrl INFO 7 [325] R:OK -2015-03-12 09:17:06 queue INFO >7 [326] -2015-03-12 09:17:06 sendUrl INFO 7 [326] R:OK -2015-03-12 09:17:07 queue INFO 3 [327] -2015-03-12 09:17:07 queue INFO >3 [328] -2015-03-12 09:17:08 sendUrl INFO 3 [327] R:OK -2015-03-12 09:17:08 sendUrl INFO 3 [328] R:OK -2015-03-12 09:17:57 queue INFO >>3 [329] -2015-03-12 09:17:58 sendUrl INFO 3 [329] R:OK -2015-03-12 09:18:47 queue INFO >>3 [330] -2015-03-12 09:18:48 sendUrl INFO 3 [330] R:OK -2015-03-12 09:19:38 queue INFO >>3 [331] -2015-03-12 09:19:38 sendUrl INFO 3 [331] R:OK -2015-03-12 09:20:28 queue INFO >>3 [332] -2015-03-12 09:20:28 sendUrl INFO 3 [332] R:OK -2015-03-12 09:21:18 queue INFO >>3 [333] -2015-03-12 09:21:18 sendUrl INFO 3 [333] R:OK -2015-03-12 09:22:08 queue INFO >>3 [334] -2015-03-12 09:22:08 sendUrl INFO 3 [334] R:OK -2015-03-12 09:22:58 queue INFO >>3 [335] -2015-03-12 09:22:59 sendUrl INFO 3 [335] R:OK -2015-03-12 09:23:48 queue INFO >>3 [336] -2015-03-12 09:23:49 sendUrl INFO 3 [336] R:OK -2015-03-12 09:23:55 queue INFO 7 [337] -2015-03-12 09:23:55 queue INFO >7 [338] -2015-03-12 09:23:56 sendUrl INFO 7 [337] R:OK -2015-03-12 09:23:56 sendUrl INFO 7 [338] R:OK -2015-03-12 09:23:57 queue INFO 3 [339] -2015-03-12 09:23:57 sendUrl INFO 3 [339] R:OK -2015-03-12 09:23:57 queue INFO >3 [340] -2015-03-12 09:23:57 sendUrl INFO 3 [340] R:OK -2015-03-12 09:24:47 queue INFO >>3 [341] -2015-03-12 09:24:47 sendUrl INFO 3 [341] R:OK -2015-03-12 09:25:37 queue INFO >>3 [342] -2015-03-12 09:25:38 sendUrl INFO 3 [342] R:OK -2015-03-12 09:26:27 queue INFO >>3 [343] -2015-03-12 09:26:27 sendUrl INFO 3 [343] R:OK -2015-03-12 09:27:17 queue INFO >>3 [344] -2015-03-12 09:27:18 sendUrl INFO 3 [344] R:OK -2015-03-12 09:28:08 queue INFO >>3 [345] -2015-03-12 09:28:08 sendUrl INFO 3 [345] R:OK -2015-03-12 09:28:58 queue INFO >>3 [346] -2015-03-12 09:28:58 sendUrl INFO 3 [346] R:OK -2015-03-12 09:29:48 queue INFO >>3 [347] -2015-03-12 09:29:48 sendUrl INFO 3 [347] R:OK diff --git a/ConfIOB/Donati/1007_152/logfile.txt.20130927 b/ConfIOB/Donati/1007_152/logfile.txt.20130927 deleted file mode 100644 index 1dd68d9..0000000 --- a/ConfIOB/Donati/1007_152/logfile.txt.20130927 +++ /dev/null @@ -1,5473 +0,0 @@ -[2013-09-23 15:21:34] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-23 15:23:36] Avvio ProgrammaReadPar IOB-pi v.1.1 -[2013-09-23 15:23:36] Start ReadPar IOB-pi v.1.1 -[2013-09-23 15:23:37] 0 -[2013-09-23 15:23:39] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-23 22:16:37] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1012&valore=0 -[2013-09-23 22:16:38] 1 -[2013-09-23 22:16:39] NETWORK:Errore http-no com rete-timeout per url: http://192.168.51.71/MPIO/sendReboot.aspx?idxMacchina=1012 -[2013-09-23 22:17:41] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1012&valore=1 -[2013-09-23 22:17:41] 2 -[2013-09-23 22:18:45] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1012&valore=2 -[2013-09-23 22:18:45] 4 -[2013-09-23 22:19:48] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1012&valore=4 -[2013-09-23 22:19:49] 8 -[2013-09-23 22:20:52] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1012&valore=8 -[2013-09-23 22:20:52] 10 -[2013-09-23 22:21:56] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1012&valore=10 -[2013-09-23 22:21:56] 20 -[2013-09-23 22:22:59] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1012&valore=20 -[2013-09-23 22:23:00] 40 -[2013-09-23 22:24:03] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1012&valore=40 -[2013-09-23 22:24:03] 80 -[2013-09-23 22:24:33] Avvio ProgrammaReadPar IOB-pi v.1.1 -[2013-09-23 22:24:33] Start ReadPar IOB-pi v.1.1 -[2013-09-23 22:24:34] 29 -[2013-09-23 22:24:35] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-23 22:24:35] >29 -[2013-09-24 15:18:35] >>29 -[2013-09-24 15:19:11] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-24 15:19:35] >>29 -[2013-09-24 15:20:12] Avvio ProgrammaReadPar IOB-pi v.1.1 -[2013-09-24 15:20:12] Start ReadPar IOB-pi v.1.1 -[2013-09-24 15:20:12] 29 -[2013-09-24 15:20:14] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-24 15:20:14] >29 -[2013-09-24 15:21:15] Avvio ProgrammaReadPar IOB-pi v.1.1 -[2013-09-24 15:21:15] Start ReadPar IOB-pi v.1.1 -[2013-09-24 15:21:15] 29 -[2013-09-24 15:21:17] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-24 15:21:17] >29 -[2013-09-24 15:29:35] >>29 -[2013-09-24 15:30:35] >>29 -[2013-09-24 15:31:35] >>29 -[2013-09-24 15:32:35] >>29 -[2013-09-24 15:33:35] >>29 -[2013-09-24 15:34:36] >>29 -[2013-09-24 15:35:09] 21 -[2013-09-24 15:35:10] >21 -[2013-09-24 15:36:10] >>21 -[2013-09-24 15:37:08] 1 -[2013-09-24 15:37:10] >1 -[2013-09-24 15:37:43] 5 -[2013-09-24 15:37:44] 1 -[2013-09-24 15:37:46] >1 -[2013-09-24 15:38:42] 3 -[2013-09-24 15:38:44] >3 -[2013-09-24 15:39:44] >>3 -[2013-09-24 15:40:44] >>3 -[2013-09-24 15:41:44] >>3 -[2013-09-24 15:42:44] >>3 -[2013-09-24 15:43:44] >>3 -[2013-09-24 15:44:45] >>3 -[2013-09-24 15:45:45] >>3 -[2013-09-24 15:46:11] 7 -[2013-09-24 15:46:13] 3 -[2013-09-24 15:46:14] >3 -[2013-09-24 15:47:14] >>3 -[2013-09-24 15:48:14] >>3 -[2013-09-24 15:49:14] >>3 -[2013-09-24 15:50:15] >>3 -[2013-09-24 15:51:15] >>3 -[2013-09-24 15:52:15] >>3 -[2013-09-24 15:53:15] >>3 -[2013-09-24 15:54:15] >>3 -[2013-09-24 15:54:38] 7 -[2013-09-24 15:54:40] 3 -[2013-09-24 15:54:41] >3 -[2013-09-24 15:55:41] >>3 -[2013-09-24 15:56:41] >>3 -[2013-09-24 15:57:41] >>3 -[2013-09-24 15:58:42] >>3 -[2013-09-24 15:59:42] >>3 -[2013-09-24 16:00:42] >>3 -[2013-09-24 16:01:42] >>3 -[2013-09-24 16:02:43] >>3 -[2013-09-24 16:03:05] 7 -[2013-09-24 16:03:06] 3 -[2013-09-24 16:03:08] >3 -[2013-09-24 16:04:08] >>3 -[2013-09-24 16:05:08] >>3 -[2013-09-24 16:06:08] >>3 -[2013-09-24 16:07:08] >>3 -[2013-09-24 16:08:08] >>3 -[2013-09-24 16:09:09] >>3 -[2013-09-24 16:10:09] >>3 -[2013-09-24 16:11:09] >>3 -[2013-09-24 16:11:33] 7 -[2013-09-24 16:11:35] 3 -[2013-09-24 16:11:36] >3 -[2013-09-24 16:12:43] >>3 -[2013-09-24 16:13:43] >>3 -[2013-09-24 16:14:43] >>3 -[2013-09-24 16:15:43] >>3 -[2013-09-24 16:16:43] >>3 -[2013-09-24 16:17:44] >>3 -[2013-09-24 16:18:44] >>3 -[2013-09-24 16:19:44] >>3 -[2013-09-24 16:20:01] 7 -[2013-09-24 16:20:03] 3 -[2013-09-24 16:20:04] >3 -[2013-09-24 16:21:04] >>3 -[2013-09-24 16:22:04] >>3 -[2013-09-24 16:23:05] >>3 -[2013-09-24 16:24:05] >>3 -[2013-09-24 16:25:05] >>3 -[2013-09-24 16:26:05] >>3 -[2013-09-24 16:27:05] >>3 -[2013-09-24 16:28:06] >>3 -[2013-09-24 16:28:28] 7 -[2013-09-24 16:28:30] 3 -[2013-09-24 16:28:32] >3 -[2013-09-24 16:29:31] >>3 -[2013-09-24 16:30:31] >>3 -[2013-09-24 16:31:32] >>3 -[2013-09-24 16:32:32] >>3 -[2013-09-24 16:33:32] >>3 -[2013-09-24 16:34:32] >>3 -[2013-09-24 16:35:32] >>3 -[2013-09-24 16:36:33] >>3 -[2013-09-24 16:36:55] 7 -[2013-09-24 16:36:56] 3 -[2013-09-24 16:36:58] >3 -[2013-09-24 16:37:58] >>3 -[2013-09-24 16:38:58] >>3 -[2013-09-24 16:39:58] >>3 -[2013-09-24 16:40:58] >>3 -[2013-09-24 16:41:59] >>3 -[2013-09-24 16:42:59] >>3 -[2013-09-24 16:43:59] >>3 -[2013-09-24 16:44:59] >>3 -[2013-09-24 16:45:24] 7 -[2013-09-24 16:45:25] 3 -[2013-09-24 16:45:27] >3 -[2013-09-24 16:46:27] >>3 -[2013-09-24 16:47:27] >>3 -[2013-09-24 16:48:27] >>3 -[2013-09-24 16:49:27] >>3 -[2013-09-24 16:50:28] >>3 -[2013-09-24 16:51:28] >>3 -[2013-09-24 16:52:28] >>3 -[2013-09-24 16:53:28] >>3 -[2013-09-24 16:53:33] 21 -[2013-09-24 16:53:34] >21 -[2013-09-24 16:54:34] >>21 -[2013-09-24 16:55:34] >>21 -[2013-09-24 16:56:35] >>21 -[2013-09-24 16:57:35] >>21 -[2013-09-24 16:58:30] 1 -[2013-09-24 16:58:32] >1 -[2013-09-24 16:58:58] 5 -[2013-09-24 16:59:00] 1 -[2013-09-24 16:59:02] >1 -[2013-09-24 16:59:58] 3 -[2013-09-24 16:59:59] >3 -[2013-09-24 17:00:59] >>3 -[2013-09-24 17:01:59] >>3 -[2013-09-24 17:03:00] >>3 -[2013-09-24 17:04:00] >>3 -[2013-09-24 17:05:00] >>3 -[2013-09-24 17:06:00] >>3 -[2013-09-24 17:07:00] >>3 -[2013-09-24 17:07:26] 7 -[2013-09-24 17:07:27] 3 -[2013-09-24 17:07:29] >3 -[2013-09-24 17:08:29] >>3 -[2013-09-24 17:09:29] >>3 -[2013-09-24 17:10:29] >>3 -[2013-09-24 17:11:29] >>3 -[2013-09-24 17:12:29] >>3 -[2013-09-24 17:13:30] >>3 -[2013-09-24 17:14:30] >>3 -[2013-09-24 17:15:30] >>3 -[2013-09-24 17:15:52] 7 -[2013-09-24 17:15:54] 3 -[2013-09-24 17:15:55] >3 -[2013-09-24 17:16:06] 21 -[2013-09-24 17:16:08] >21 -[2013-09-24 17:16:23] 1 -[2013-09-24 17:16:25] >1 -[2013-09-24 17:16:52] 3 -[2013-09-24 17:16:53] >3 -[2013-09-24 17:17:53] >>3 -[2013-09-24 17:18:53] >>3 -[2013-09-24 17:19:53] >>3 -[2013-09-24 17:20:54] >>3 -[2013-09-24 17:21:54] >>3 -[2013-09-24 17:22:54] >>3 -[2013-09-24 17:23:54] >>3 -[2013-09-24 17:24:21] 7 -[2013-09-24 17:24:23] 3 -[2013-09-24 17:24:24] >3 -[2013-09-24 17:25:24] >>3 -[2013-09-24 17:26:24] >>3 -[2013-09-24 17:27:24] >>3 -[2013-09-24 17:28:25] >>3 -[2013-09-24 17:29:25] >>3 -[2013-09-24 17:30:25] >>3 -[2013-09-24 17:31:25] >>3 -[2013-09-24 17:32:25] >>3 -[2013-09-24 17:32:49] 7 -[2013-09-24 17:32:51] 3 -[2013-09-24 17:32:52] >3 -[2013-09-24 17:33:52] >>3 -[2013-09-24 17:34:52] >>3 -[2013-09-24 17:35:52] >>3 -[2013-09-24 17:36:53] >>3 -[2013-09-24 17:37:53] >>3 -[2013-09-24 17:38:53] >>3 -[2013-09-24 17:39:53] >>3 -[2013-09-24 17:40:53] >>3 -[2013-09-24 17:41:16] 7 -[2013-09-24 17:41:18] 3 -[2013-09-24 17:41:19] >3 -[2013-09-24 17:42:19] >>3 -[2013-09-24 17:43:19] >>3 -[2013-09-24 17:44:19] >>3 -[2013-09-24 17:45:20] >>3 -[2013-09-24 17:46:20] >>3 -[2013-09-24 17:47:20] >>3 -[2013-09-24 17:48:20] >>3 -[2013-09-24 17:49:20] >>3 -[2013-09-24 17:49:43] 7 -[2013-09-24 17:49:44] 3 -[2013-09-24 17:49:46] >3 -[2013-09-24 17:50:46] >>3 -[2013-09-24 17:51:46] >>3 -[2013-09-24 17:52:46] >>3 -[2013-09-24 17:53:46] >>3 -[2013-09-24 17:54:46] >>3 -[2013-09-24 17:55:47] >>3 -[2013-09-24 17:56:47] >>3 -[2013-09-24 17:57:47] >>3 -[2013-09-24 17:58:12] 7 -[2013-09-24 17:58:13] 3 -[2013-09-24 17:58:15] >3 -[2013-09-24 17:59:15] >>3 -[2013-09-24 18:00:15] >>3 -[2013-09-24 18:01:15] >>3 -[2013-09-24 18:02:15] >>3 -[2013-09-24 18:03:16] >>3 -[2013-09-24 18:04:16] >>3 -[2013-09-24 18:05:16] >>3 -[2013-09-24 18:06:16] >>3 -[2013-09-24 18:06:39] 7 -[2013-09-24 18:06:41] 3 -[2013-09-24 18:06:43] >3 -[2013-09-24 18:07:42] >>3 -[2013-09-24 18:08:43] >>3 -[2013-09-24 18:09:43] >>3 -[2013-09-24 18:10:43] >>3 -[2013-09-24 18:11:43] >>3 -[2013-09-24 18:12:43] >>3 -[2013-09-24 18:13:44] >>3 -[2013-09-24 18:14:44] >>3 -[2013-09-24 18:15:07] 7 -[2013-09-24 18:15:08] 3 -[2013-09-24 18:15:10] >3 -[2013-09-24 18:16:10] >>3 -[2013-09-24 18:17:10] >>3 -[2013-09-24 18:18:10] >>3 -[2013-09-24 18:19:10] >>3 -[2013-09-24 18:20:11] >>3 -[2013-09-24 18:21:11] >>3 -[2013-09-24 18:22:11] >>3 -[2013-09-24 18:23:11] >>3 -[2013-09-24 18:23:33] 7 -[2013-09-24 18:23:35] 3 -[2013-09-24 18:23:37] >3 -[2013-09-24 18:24:36] >>3 -[2013-09-24 18:25:37] >>3 -[2013-09-24 18:26:37] >>3 -[2013-09-24 18:27:37] >>3 -[2013-09-24 18:28:37] >>3 -[2013-09-24 18:29:37] >>3 -[2013-09-24 18:30:38] >>3 -[2013-09-24 18:30:44] 1 -[2013-09-24 18:30:46] >1 -[2013-09-24 18:31:46] >>1 -[2013-09-24 18:31:47] 21 -[2013-09-24 18:31:49] >21 -[2013-09-24 18:32:49] >>21 -[2013-09-24 18:33:49] >>21 -[2013-09-24 18:34:49] >>21 -[2013-09-24 18:35:49] >>21 -[2013-09-24 18:36:49] >>21 -[2013-09-24 18:36:50] 1 -[2013-09-24 18:36:52] >1 -[2013-09-24 18:37:51] >>1 -[2013-09-24 18:38:52] >>1 -[2013-09-24 18:39:02] 5 -[2013-09-24 18:39:04] 1 -[2013-09-24 18:39:05] >1 -[2013-09-24 18:40:01] 3 -[2013-09-24 18:40:03] >3 -[2013-09-24 18:41:03] >>3 -[2013-09-24 18:42:03] >>3 -[2013-09-24 18:43:03] >>3 -[2013-09-24 18:44:03] >>3 -[2013-09-24 18:45:03] >>3 -[2013-09-24 18:46:04] >>3 -[2013-09-24 18:47:04] >>3 -[2013-09-24 18:47:30] 7 -[2013-09-24 18:47:32] 3 -[2013-09-24 18:47:33] >3 -[2013-09-24 18:48:33] >>3 -[2013-09-24 18:49:33] >>3 -[2013-09-24 18:50:33] >>3 -[2013-09-24 18:51:34] >>3 -[2013-09-24 18:52:34] >>3 -[2013-09-24 18:53:34] >>3 -[2013-09-24 18:54:34] >>3 -[2013-09-24 18:55:34] >>3 -[2013-09-24 18:55:57] 7 -[2013-09-24 18:55:59] 3 -[2013-09-24 18:56:00] >3 -[2013-09-24 18:57:00] >>3 -[2013-09-24 18:58:00] >>3 -[2013-09-24 18:59:00] >>3 -[2013-09-24 19:00:01] >>3 -[2013-09-24 19:01:01] >>3 -[2013-09-24 19:02:01] >>3 -[2013-09-24 19:03:01] >>3 -[2013-09-24 19:04:01] >>3 -[2013-09-24 19:04:24] 7 -[2013-09-24 19:04:25] 3 -[2013-09-24 19:04:27] >3 -[2013-09-24 19:05:27] >>3 -[2013-09-24 19:06:27] >>3 -[2013-09-24 19:07:27] >>3 -[2013-09-24 19:08:27] >>3 -[2013-09-24 19:09:27] >>3 -[2013-09-24 19:10:28] >>3 -[2013-09-24 19:11:28] >>3 -[2013-09-24 19:12:28] >>3 -[2013-09-24 19:12:52] 7 -[2013-09-24 19:12:54] 3 -[2013-09-24 19:12:55] >3 -[2013-09-24 19:13:55] >>3 -[2013-09-24 19:14:55] >>3 -[2013-09-24 19:15:56] >>3 -[2013-09-24 19:16:56] >>3 -[2013-09-24 19:17:56] >>3 -[2013-09-24 19:18:56] >>3 -[2013-09-24 19:19:56] >>3 -[2013-09-24 19:20:57] >>3 -[2013-09-24 19:21:20] 7 -[2013-09-24 19:21:22] 3 -[2013-09-24 19:21:24] >3 -[2013-09-24 19:22:23] >>3 -[2013-09-24 19:23:23] >>3 -[2013-09-24 19:24:24] >>3 -[2013-09-24 19:25:24] >>3 -[2013-09-24 19:26:24] >>3 -[2013-09-24 19:27:24] >>3 -[2013-09-24 19:28:24] >>3 -[2013-09-24 19:29:25] >>3 -[2013-09-24 19:29:47] 7 -[2013-09-24 19:29:49] 3 -[2013-09-24 19:29:51] >3 -[2013-09-24 19:30:50] >>3 -[2013-09-24 19:31:51] >>3 -[2013-09-24 19:32:51] >>3 -[2013-09-24 19:33:51] >>3 -[2013-09-24 19:34:51] >>3 -[2013-09-24 19:35:51] >>3 -[2013-09-24 19:36:52] >>3 -[2013-09-24 19:37:52] >>3 -[2013-09-24 19:38:14] 7 -[2013-09-24 19:38:16] 3 -[2013-09-24 19:38:17] >3 -[2013-09-24 19:39:17] >>3 -[2013-09-24 19:40:17] >>3 -[2013-09-24 19:41:17] >>3 -[2013-09-24 19:42:18] >>3 -[2013-09-24 19:43:18] >>3 -[2013-09-24 19:44:18] >>3 -[2013-09-24 19:45:18] >>3 -[2013-09-24 19:46:18] >>3 -[2013-09-24 19:46:43] 7 -[2013-09-24 19:46:45] 3 -[2013-09-24 19:46:46] >3 -[2013-09-24 19:47:46] >>3 -[2013-09-24 19:48:46] >>3 -[2013-09-24 19:49:47] >>3 -[2013-09-24 19:50:47] >>3 -[2013-09-24 19:51:47] >>3 -[2013-09-24 19:52:47] >>3 -[2013-09-24 19:53:47] >>3 -[2013-09-24 19:54:48] >>3 -[2013-09-24 19:55:11] 7 -[2013-09-24 19:55:12] 3 -[2013-09-24 19:55:14] >3 -[2013-09-24 19:56:14] >>3 -[2013-09-24 19:57:14] >>3 -[2013-09-24 19:58:14] >>3 -[2013-09-24 19:59:14] >>3 -[2013-09-24 20:00:14] >>3 -[2013-09-24 20:01:15] >>3 -[2013-09-24 20:02:15] >>3 -[2013-09-24 20:03:15] >>3 -[2013-09-24 20:03:38] 7 -[2013-09-24 20:03:39] 3 -[2013-09-24 20:03:45] >3 -[2013-09-24 20:04:45] >>3 -[2013-09-24 20:05:45] >>3 -[2013-09-24 20:06:45] >>3 -[2013-09-24 20:07:45] >>3 -[2013-09-24 20:08:46] >>3 -[2013-09-24 20:09:46] >>3 -[2013-09-24 20:10:46] >>3 -[2013-09-24 20:11:46] >>3 -[2013-09-24 20:12:04] 7 -[2013-09-24 20:12:06] 3 -[2013-09-24 20:12:08] >3 -[2013-09-24 20:13:07] >>3 -[2013-09-24 20:14:07] >>3 -[2013-09-24 20:15:08] >>3 -[2013-09-24 20:16:08] >>3 -[2013-09-24 20:17:08] >>3 -[2013-09-24 20:18:08] >>3 -[2013-09-24 20:19:09] >>3 -[2013-09-24 20:20:09] >>3 -[2013-09-24 20:20:33] 7 -[2013-09-24 20:20:35] 3 -[2013-09-24 20:20:37] >3 -[2013-09-24 20:21:36] >>3 -[2013-09-24 20:22:37] >>3 -[2013-09-24 20:23:37] >>3 -[2013-09-24 20:24:37] >>3 -[2013-09-24 20:25:37] >>3 -[2013-09-24 20:26:37] >>3 -[2013-09-24 20:27:38] >>3 -[2013-09-24 20:28:38] >>3 -[2013-09-24 20:29:01] 7 -[2013-09-24 20:29:03] 3 -[2013-09-24 20:29:05] >3 -[2013-09-24 20:30:04] >>3 -[2013-09-24 20:31:05] >>3 -[2013-09-24 20:32:05] >>3 -[2013-09-24 20:33:05] >>3 -[2013-09-24 20:34:05] >>3 -[2013-09-24 20:35:06] >>3 -[2013-09-24 20:36:06] >>3 -[2013-09-24 20:37:06] >>3 -[2013-09-24 20:37:29] 7 -[2013-09-24 20:37:30] 3 -[2013-09-24 20:37:32] >3 -[2013-09-24 20:38:32] >>3 -[2013-09-24 20:39:32] >>3 -[2013-09-24 20:40:32] >>3 -[2013-09-24 20:41:32] >>3 -[2013-09-24 20:42:32] >>3 -[2013-09-24 20:43:33] >>3 -[2013-09-24 20:44:33] >>3 -[2013-09-24 20:45:33] >>3 -[2013-09-24 20:45:55] 7 -[2013-09-24 20:45:57] 3 -[2013-09-24 20:45:58] >3 -[2013-09-24 20:46:58] >>3 -[2013-09-24 20:47:58] >>3 -[2013-09-24 20:48:59] >>3 -[2013-09-24 20:49:59] >>3 -[2013-09-24 20:50:59] >>3 -[2013-09-24 20:51:59] >>3 -[2013-09-24 20:52:59] >>3 -[2013-09-24 20:54:00] >>3 -[2013-09-24 20:54:04] 21 -[2013-09-24 20:54:05] >21 -[2013-09-24 20:54:25] 1 -[2013-09-24 20:54:27] >1 -[2013-09-24 20:54:56] 5 -[2013-09-24 20:54:58] 1 -[2013-09-24 20:54:59] >1 -[2013-09-24 20:55:56] 3 -[2013-09-24 20:55:57] >3 -[2013-09-24 20:56:57] >>3 -[2013-09-24 20:57:57] >>3 -[2013-09-24 20:58:57] >>3 -[2013-09-24 20:59:58] >>3 -[2013-09-24 21:00:58] >>3 -[2013-09-24 21:01:58] >>3 -[2013-09-24 21:02:58] >>3 -[2013-09-24 21:03:24] 7 -[2013-09-24 21:03:26] 3 -[2013-09-24 21:03:27] >3 -[2013-09-24 21:04:27] >>3 -[2013-09-24 21:05:27] >>3 -[2013-09-24 21:06:27] >>3 -[2013-09-24 21:07:28] >>3 -[2013-09-24 21:08:28] >>3 -[2013-09-24 21:09:28] >>3 -[2013-09-24 21:10:28] >>3 -[2013-09-24 21:11:28] >>3 -[2013-09-24 21:11:51] 7 -[2013-09-24 21:11:53] 3 -[2013-09-24 21:11:54] >3 -[2013-09-24 21:12:54] >>3 -[2013-09-24 21:13:54] >>3 -[2013-09-24 21:14:54] >>3 -[2013-09-24 21:15:55] >>3 -[2013-09-24 21:16:55] >>3 -[2013-09-24 21:17:55] >>3 -[2013-09-24 21:18:55] >>3 -[2013-09-24 21:19:55] >>3 -[2013-09-24 21:20:18] 7 -[2013-09-24 21:20:19] 3 -[2013-09-24 21:20:21] >3 -[2013-09-24 21:21:21] >>3 -[2013-09-24 21:22:21] >>3 -[2013-09-24 21:23:21] >>3 -[2013-09-24 21:24:21] >>3 -[2013-09-24 21:25:21] >>3 -[2013-09-24 21:26:22] >>3 -[2013-09-24 21:27:22] >>3 -[2013-09-24 21:28:22] >>3 -[2013-09-24 21:28:47] 7 -[2013-09-24 21:28:48] 3 -[2013-09-24 21:28:50] >3 -[2013-09-24 21:29:50] >>3 -[2013-09-24 21:30:50] >>3 -[2013-09-24 21:31:50] >>3 -[2013-09-24 21:32:50] >>3 -[2013-09-24 21:33:50] >>3 -[2013-09-24 21:34:51] >>3 -[2013-09-24 21:35:51] >>3 -[2013-09-24 21:36:51] >>3 -[2013-09-24 21:37:15] 7 -[2013-09-24 21:37:16] 3 -[2013-09-24 21:37:18] >3 -[2013-09-24 21:38:17] >>3 -[2013-09-24 21:39:17] >>3 -[2013-09-24 21:40:18] >>3 -[2013-09-24 21:41:18] >>3 -[2013-09-24 21:42:18] >>3 -[2013-09-24 21:43:18] >>3 -[2013-09-24 21:44:19] >>3 -[2013-09-24 21:45:19] >>3 -[2013-09-24 21:45:42] 7 -[2013-09-24 21:45:43] 3 -[2013-09-24 21:45:45] >3 -[2013-09-24 21:46:45] >>3 -[2013-09-24 21:47:45] >>3 -[2013-09-24 21:48:45] >>3 -[2013-09-24 21:49:45] >>3 -[2013-09-24 21:50:46] >>3 -[2013-09-24 21:51:46] >>3 -[2013-09-24 21:52:46] >>3 -[2013-09-24 21:53:46] >>3 -[2013-09-24 21:54:08] 7 -[2013-09-24 21:54:10] 3 -[2013-09-24 21:54:12] >3 -[2013-09-24 21:55:11] >>3 -[2013-09-24 21:56:12] >>3 -[2013-09-24 21:57:12] >>3 -[2013-09-24 21:58:12] >>3 -[2013-09-24 21:59:12] >>3 -[2013-09-24 22:00:12] >>3 -[2013-09-24 22:01:13] >>3 -[2013-09-24 22:02:13] >>3 -[2013-09-24 22:02:37] 7 -[2013-09-24 22:02:39] 3 -[2013-09-24 22:02:40] >3 -[2013-09-24 22:03:40] >>3 -[2013-09-24 22:04:40] >>3 -[2013-09-24 22:05:40] >>3 -[2013-09-24 22:06:41] >>3 -[2013-09-24 22:07:41] >>3 -[2013-09-24 22:08:41] >>3 -[2013-09-24 22:09:41] >>3 -[2013-09-24 22:10:41] >>3 -[2013-09-24 22:11:05] 7 -[2013-09-24 22:11:07] 3 -[2013-09-24 22:11:08] >3 -[2013-09-24 22:12:08] >>3 -[2013-09-24 22:13:08] >>3 -[2013-09-24 22:14:09] >>3 -[2013-09-24 22:15:09] >>3 -[2013-09-24 22:16:09] >>3 -[2013-09-24 22:17:09] >>3 -[2013-09-24 22:18:09] >>3 -[2013-09-24 22:19:10] >>3 -[2013-09-24 22:19:32] 7 -[2013-09-24 22:19:34] 3 -[2013-09-24 22:19:35] >3 -[2013-09-24 22:20:35] >>3 -[2013-09-24 22:21:35] >>3 -[2013-09-24 22:22:36] >>3 -[2013-09-24 22:23:36] >>3 -[2013-09-24 22:24:36] >>3 -[2013-09-24 22:25:36] >>3 -[2013-09-24 22:26:36] >>3 -[2013-09-24 22:27:37] >>3 -[2013-09-24 22:27:59] 7 -[2013-09-24 22:28:00] 3 -[2013-09-24 22:28:02] >3 -[2013-09-24 22:29:00] 1 -[2013-09-24 22:29:02] >1 -[2013-09-24 22:30:02] >>1 -[2013-09-24 22:31:02] >>1 -[2013-09-24 22:32:02] >>1 -[2013-09-24 22:33:02] >>1 -[2013-09-24 22:34:02] >>1 -[2013-09-24 22:35:03] >>1 -[2013-09-24 22:36:03] >>1 -[2013-09-24 22:36:20] 21 -[2013-09-24 22:36:22] >21 -[2013-09-24 22:37:22] >>21 -[2013-09-24 22:38:22] >>21 -[2013-09-24 22:39:22] >>21 -[2013-09-24 22:40:22] >>21 -[2013-09-24 22:41:23] >>21 -[2013-09-24 22:42:23] >>21 -[2013-09-24 22:42:51] 1 -[2013-09-24 22:42:52] >1 -[2013-09-24 22:43:17] 5 -[2013-09-24 22:43:18] 1 -[2013-09-24 22:43:20] >1 -[2013-09-24 22:44:16] 3 -[2013-09-24 22:44:17] >3 -[2013-09-24 22:45:17] >>3 -[2013-09-24 22:46:17] >>3 -[2013-09-24 22:47:18] >>3 -[2013-09-24 22:48:18] >>3 -[2013-09-24 22:49:18] >>3 -[2013-09-24 22:50:18] >>3 -[2013-09-24 22:51:18] >>3 -[2013-09-24 22:51:45] 7 -[2013-09-24 22:51:46] 3 -[2013-09-24 22:51:48] >3 -[2013-09-24 22:52:48] >>3 -[2013-09-24 22:53:48] >>3 -[2013-09-24 22:54:48] >>3 -[2013-09-24 22:55:48] >>3 -[2013-09-24 22:56:48] >>3 -[2013-09-24 22:57:49] >>3 -[2013-09-24 22:58:49] >>3 -[2013-09-24 22:58:53] 1 -[2013-09-24 22:58:55] >1 -[2013-09-24 22:59:54] >>1 -[2013-09-24 23:00:06] 21 -[2013-09-24 23:00:08] >21 -[2013-09-24 23:00:25] 1 -[2013-09-24 23:00:27] >1 -[2013-09-24 23:00:53] 5 -[2013-09-24 23:00:54] 1 -[2013-09-24 23:00:56] >1 -[2013-09-24 23:01:52] 3 -[2013-09-24 23:01:54] >3 -[2013-09-24 23:02:54] >>3 -[2013-09-24 23:03:54] >>3 -[2013-09-24 23:04:54] >>3 -[2013-09-24 23:05:54] >>3 -[2013-09-24 23:06:54] >>3 -[2013-09-24 23:07:55] >>3 -[2013-09-24 23:08:55] >>3 -[2013-09-24 23:09:21] 7 -[2013-09-24 23:09:23] 3 -[2013-09-24 23:09:24] >3 -[2013-09-24 23:10:24] >>3 -[2013-09-24 23:11:24] >>3 -[2013-09-24 23:12:24] >>3 -[2013-09-24 23:13:25] >>3 -[2013-09-24 23:14:25] >>3 -[2013-09-24 23:15:25] >>3 -[2013-09-24 23:16:25] >>3 -[2013-09-24 23:17:25] >>3 -[2013-09-24 23:17:48] 7 -[2013-09-24 23:17:50] 3 -[2013-09-24 23:17:51] >3 -[2013-09-24 23:18:51] >>3 -[2013-09-24 23:19:51] >>3 -[2013-09-24 23:20:51] >>3 -[2013-09-24 23:21:52] >>3 -[2013-09-24 23:22:52] >>3 -[2013-09-24 23:23:52] >>3 -[2013-09-24 23:24:52] >>3 -[2013-09-24 23:25:52] >>3 -[2013-09-24 23:26:15] 7 -[2013-09-24 23:26:16] 3 -[2013-09-24 23:26:18] >3 -[2013-09-24 23:27:18] >>3 -[2013-09-24 23:28:18] >>3 -[2013-09-24 23:29:18] >>3 -[2013-09-24 23:30:18] >>3 -[2013-09-24 23:31:18] >>3 -[2013-09-24 23:32:19] >>3 -[2013-09-24 23:33:19] >>3 -[2013-09-24 23:34:19] >>3 -[2013-09-24 23:34:43] 7 -[2013-09-24 23:34:45] 3 -[2013-09-24 23:34:46] >3 -[2013-09-24 23:35:46] >>3 -[2013-09-24 23:36:46] >>3 -[2013-09-24 23:37:47] >>3 -[2013-09-24 23:38:47] >>3 -[2013-09-24 23:39:47] >>3 -[2013-09-24 23:40:47] >>3 -[2013-09-24 23:41:47] >>3 -[2013-09-24 23:42:48] >>3 -[2013-09-24 23:43:11] 7 -[2013-09-24 23:43:13] 3 -[2013-09-24 23:43:15] >3 -[2013-09-24 23:44:14] >>3 -[2013-09-24 23:45:15] >>3 -[2013-09-24 23:46:15] >>3 -[2013-09-24 23:47:15] >>3 -[2013-09-24 23:48:15] >>3 -[2013-09-24 23:49:15] >>3 -[2013-09-24 23:50:16] >>3 -[2013-09-24 23:51:16] >>3 -[2013-09-24 23:51:38] 7 -[2013-09-24 23:51:40] 3 -[2013-09-24 23:51:42] >3 -[2013-09-24 23:52:41] >>3 -[2013-09-24 23:53:42] >>3 -[2013-09-24 23:54:42] >>3 -[2013-09-24 23:55:42] >>3 -[2013-09-24 23:56:42] >>3 -[2013-09-24 23:57:42] >>3 -[2013-09-24 23:58:43] >>3 -[2013-09-24 23:59:43] >>3 -[2013-09-25 00:00:05] 7 -[2013-09-25 00:00:07] 3 -[2013-09-25 00:00:08] >3 -[2013-09-25 00:01:08] >>3 -[2013-09-25 00:02:08] >>3 -[2013-09-25 00:03:08] >>3 -[2013-09-25 00:04:09] >>3 -[2013-09-25 00:05:09] >>3 -[2013-09-25 00:06:09] >>3 -[2013-09-25 00:07:09] >>3 -[2013-09-25 00:08:09] >>3 -[2013-09-25 00:08:34] 7 -[2013-09-25 00:08:35] 3 -[2013-09-25 00:08:37] >3 -[2013-09-25 00:09:37] >>3 -[2013-09-25 00:10:37] >>3 -[2013-09-25 00:11:37] >>3 -[2013-09-25 00:12:37] >>3 -[2013-09-25 00:13:37] >>3 -[2013-09-25 00:14:38] >>3 -[2013-09-25 00:15:38] >>3 -[2013-09-25 00:16:38] >>3 -[2013-09-25 00:17:02] 7 -[2013-09-25 00:17:03] 3 -[2013-09-25 00:17:05] >3 -[2013-09-25 00:18:05] >>3 -[2013-09-25 00:19:05] >>3 -[2013-09-25 00:20:05] >>3 -[2013-09-25 00:21:05] >>3 -[2013-09-25 00:22:05] >>3 -[2013-09-25 00:23:06] >>3 -[2013-09-25 00:24:06] >>3 -[2013-09-25 00:25:06] >>3 -[2013-09-25 00:25:29] 7 -[2013-09-25 00:25:31] 3 -[2013-09-25 00:25:32] >3 -[2013-09-25 00:26:32] >>3 -[2013-09-25 00:27:32] >>3 -[2013-09-25 00:28:32] >>3 -[2013-09-25 00:29:33] >>3 -[2013-09-25 00:30:33] >>3 -[2013-09-25 00:31:33] >>3 -[2013-09-25 00:32:33] >>3 -[2013-09-25 00:33:33] >>3 -[2013-09-25 00:33:34] 1 -[2013-09-25 00:33:36] >1 -[2013-09-25 00:33:50] 21 -[2013-09-25 00:33:52] >21 -[2013-09-25 00:34:09] 1 -[2013-09-25 00:34:10] >1 -[2013-09-25 00:34:35] 5 -[2013-09-25 00:34:37] 1 -[2013-09-25 00:34:38] >1 -[2013-09-25 00:35:34] 3 -[2013-09-25 00:35:36] >3 -[2013-09-25 00:36:36] >>3 -[2013-09-25 00:37:36] >>3 -[2013-09-25 00:38:36] >>3 -[2013-09-25 00:39:36] >>3 -[2013-09-25 00:40:37] >>3 -[2013-09-25 00:41:37] >>3 -[2013-09-25 00:42:37] >>3 -[2013-09-25 00:43:03] 7 -[2013-09-25 00:43:04] 3 -[2013-09-25 00:43:06] >3 -[2013-09-25 00:44:06] >>3 -[2013-09-25 00:45:06] >>3 -[2013-09-25 00:46:06] >>3 -[2013-09-25 00:47:06] >>3 -[2013-09-25 00:48:06] >>3 -[2013-09-25 00:49:07] >>3 -[2013-09-25 00:50:07] >>3 -[2013-09-25 00:51:07] >>3 -[2013-09-25 00:51:30] 7 -[2013-09-25 00:51:32] 3 -[2013-09-25 00:51:33] >3 -[2013-09-25 00:52:33] >>3 -[2013-09-25 00:53:33] >>3 -[2013-09-25 00:54:34] >>3 -[2013-09-25 00:55:34] >>3 -[2013-09-25 00:56:34] >>3 -[2013-09-25 00:57:34] >>3 -[2013-09-25 00:58:34] >>3 -[2013-09-25 00:59:35] >>3 -[2013-09-25 00:59:57] 7 -[2013-09-25 00:59:58] 3 -[2013-09-25 01:00:00] >3 -[2013-09-25 01:01:00] >>3 -[2013-09-25 01:02:00] >>3 -[2013-09-25 01:03:00] >>3 -[2013-09-25 01:04:00] >>3 -[2013-09-25 01:05:01] >>3 -[2013-09-25 01:06:01] >>3 -[2013-09-25 01:07:01] >>3 -[2013-09-25 01:08:01] >>3 -[2013-09-25 01:08:25] 7 -[2013-09-25 01:08:27] 3 -[2013-09-25 01:08:29] >3 -[2013-09-25 01:09:28] >>3 -[2013-09-25 01:10:29] >>3 -[2013-09-25 01:11:29] >>3 -[2013-09-25 01:12:29] >>3 -[2013-09-25 01:13:29] >>3 -[2013-09-25 01:14:29] >>3 -[2013-09-25 01:15:30] >>3 -[2013-09-25 01:16:30] >>3 -[2013-09-25 01:16:53] 7 -[2013-09-25 01:16:55] 3 -[2013-09-25 01:16:57] >3 -[2013-09-25 01:17:56] >>3 -[2013-09-25 01:18:57] >>3 -[2013-09-25 01:19:57] >>3 -[2013-09-25 01:20:57] >>3 -[2013-09-25 01:21:57] >>3 -[2013-09-25 01:22:57] >>3 -[2013-09-25 01:23:58] >>3 -[2013-09-25 01:24:58] >>3 -[2013-09-25 01:25:21] 7 -[2013-09-25 01:25:22] 3 -[2013-09-25 01:25:24] >3 -[2013-09-25 01:26:23] >>3 -[2013-09-25 01:27:24] >>3 -[2013-09-25 01:28:24] >>3 -[2013-09-25 01:29:24] >>3 -[2013-09-25 01:30:24] >>3 -[2013-09-25 01:31:24] >>3 -[2013-09-25 01:32:25] >>3 -[2013-09-25 01:33:25] >>3 -[2013-09-25 01:33:47] 7 -[2013-09-25 01:33:49] 3 -[2013-09-25 01:33:50] >3 -[2013-09-25 01:34:50] >>3 -[2013-09-25 01:35:50] >>3 -[2013-09-25 01:36:50] >>3 -[2013-09-25 01:37:51] >>3 -[2013-09-25 01:38:51] >>3 -[2013-09-25 01:39:51] >>3 -[2013-09-25 01:40:51] >>3 -[2013-09-25 01:41:51] >>3 -[2013-09-25 01:42:16] 7 -[2013-09-25 01:42:18] 3 -[2013-09-25 01:42:19] >3 -[2013-09-25 01:43:19] >>3 -[2013-09-25 01:44:19] >>3 -[2013-09-25 01:45:20] >>3 -[2013-09-25 01:46:20] >>3 -[2013-09-25 01:47:20] >>3 -[2013-09-25 01:48:20] >>3 -[2013-09-25 01:49:20] >>3 -[2013-09-25 01:50:21] >>3 -[2013-09-25 01:50:44] 7 -[2013-09-25 01:50:45] 3 -[2013-09-25 01:50:47] >3 -[2013-09-25 01:51:47] >>3 -[2013-09-25 01:52:47] >>3 -[2013-09-25 01:53:47] >>3 -[2013-09-25 01:54:47] >>3 -[2013-09-25 01:55:48] >>3 -[2013-09-25 01:56:48] >>3 -[2013-09-25 01:57:48] >>3 -[2013-09-25 01:58:48] >>3 -[2013-09-25 01:59:11] 7 -[2013-09-25 01:59:12] 3 -[2013-09-25 01:59:14] >3 -[2013-09-25 02:00:14] >>3 -[2013-09-25 02:01:14] >>3 -[2013-09-25 02:02:14] >>3 -[2013-09-25 02:03:14] >>3 -[2013-09-25 02:04:15] >>3 -[2013-09-25 02:05:15] >>3 -[2013-09-25 02:06:15] >>3 -[2013-09-25 02:07:15] >>3 -[2013-09-25 02:07:37] 7 -[2013-09-25 02:07:39] 3 -[2013-09-25 02:07:41] >3 -[2013-09-25 02:08:40] >>3 -[2013-09-25 02:09:41] >>3 -[2013-09-25 02:10:41] >>3 -[2013-09-25 02:11:41] >>3 -[2013-09-25 02:12:41] >>3 -[2013-09-25 02:13:41] >>3 -[2013-09-25 02:14:42] >>3 -[2013-09-25 02:15:42] >>3 -[2013-09-25 02:16:06] 7 -[2013-09-25 02:16:08] 3 -[2013-09-25 02:16:10] >3 -[2013-09-25 02:17:09] >>3 -[2013-09-25 02:18:10] >>3 -[2013-09-25 02:19:10] >>3 -[2013-09-25 02:20:10] >>3 -[2013-09-25 02:21:10] >>3 -[2013-09-25 02:22:10] >>3 -[2013-09-25 02:23:11] >>3 -[2013-09-25 02:24:11] >>3 -[2013-09-25 02:24:30] 1 -[2013-09-25 02:24:31] >1 -[2013-09-25 02:24:34] 5 -[2013-09-25 02:24:36] 1 -[2013-09-25 02:24:38] >1 -[2013-09-25 02:25:37] >>1 -[2013-09-25 02:26:37] >>1 -[2013-09-25 02:27:37] >>1 -[2013-09-25 02:28:38] >>1 -[2013-09-25 02:29:38] >>1 -[2013-09-25 02:30:38] >>1 -[2013-09-25 02:31:38] >>1 -[2013-09-25 02:32:39] >>1 -[2013-09-25 02:33:31] 21 -[2013-09-25 02:33:32] >21 -[2013-09-25 02:34:32] >>21 -[2013-09-25 02:35:32] >>21 -[2013-09-25 02:36:33] >>21 -[2013-09-25 02:37:33] >>21 -[2013-09-25 02:38:33] >>21 -[2013-09-25 02:38:52] 1 -[2013-09-25 02:38:53] >1 -[2013-09-25 02:39:19] 5 -[2013-09-25 02:39:20] 1 -[2013-09-25 02:39:22] >1 -[2013-09-25 02:40:18] 3 -[2013-09-25 02:40:19] >3 -[2013-09-25 02:41:19] >>3 -[2013-09-25 02:42:19] >>3 -[2013-09-25 02:43:20] >>3 -[2013-09-25 02:44:20] >>3 -[2013-09-25 02:45:20] >>3 -[2013-09-25 02:46:20] >>3 -[2013-09-25 02:47:20] >>3 -[2013-09-25 02:47:47] 7 -[2013-09-25 02:47:48] 3 -[2013-09-25 02:47:50] >3 -[2013-09-25 02:48:50] >>3 -[2013-09-25 02:49:50] >>3 -[2013-09-25 02:50:50] >>3 -[2013-09-25 02:51:50] >>3 -[2013-09-25 02:52:50] >>3 -[2013-09-25 02:53:51] >>3 -[2013-09-25 02:54:51] >>3 -[2013-09-25 02:55:17] 1 -[2013-09-25 02:55:19] >1 -[2013-09-25 02:56:18] >>1 -[2013-09-25 02:56:28] 21 -[2013-09-25 02:56:30] >21 -[2013-09-25 02:56:47] 1 -[2013-09-25 02:56:48] >1 -[2013-09-25 02:56:53] 21 -[2013-09-25 02:56:55] >21 -[2013-09-25 02:57:00] 1 -[2013-09-25 02:57:01] >1 -[2013-09-25 02:57:29] 5 -[2013-09-25 02:57:30] 1 -[2013-09-25 02:57:32] >1 -[2013-09-25 02:58:28] 3 -[2013-09-25 02:58:29] >3 -[2013-09-25 02:59:29] >>3 -[2013-09-25 03:00:29] >>3 -[2013-09-25 03:01:29] >>3 -[2013-09-25 03:02:30] >>3 -[2013-09-25 03:03:30] >>3 -[2013-09-25 03:04:30] >>3 -[2013-09-25 03:05:30] >>3 -[2013-09-25 03:05:56] 7 -[2013-09-25 03:05:58] 3 -[2013-09-25 03:06:00] >3 -[2013-09-25 03:06:59] >>3 -[2013-09-25 03:08:00] >>3 -[2013-09-25 03:09:00] >>3 -[2013-09-25 03:10:00] >>3 -[2013-09-25 03:11:00] >>3 -[2013-09-25 03:12:01] >>3 -[2013-09-25 03:13:01] >>3 -[2013-09-25 03:14:01] >>3 -[2013-09-25 03:14:24] 7 -[2013-09-25 03:14:25] 3 -[2013-09-25 03:14:27] >3 -[2013-09-25 03:15:27] >>3 -[2013-09-25 03:16:27] >>3 -[2013-09-25 03:17:27] >>3 -[2013-09-25 03:18:27] >>3 -[2013-09-25 03:19:27] >>3 -[2013-09-25 03:20:28] >>3 -[2013-09-25 03:21:28] >>3 -[2013-09-25 03:22:28] >>3 -[2013-09-25 03:22:50] 7 -[2013-09-25 03:22:52] 3 -[2013-09-25 03:22:53] >3 -[2013-09-25 03:23:53] >>3 -[2013-09-25 03:24:53] >>3 -[2013-09-25 03:25:54] >>3 -[2013-09-25 03:26:54] >>3 -[2013-09-25 03:27:54] >>3 -[2013-09-25 03:28:54] >>3 -[2013-09-25 03:29:54] >>3 -[2013-09-25 03:30:55] >>3 -[2013-09-25 03:31:19] 7 -[2013-09-25 03:31:21] 3 -[2013-09-25 03:31:23] >3 -[2013-09-25 03:32:22] >>3 -[2013-09-25 03:33:22] >>3 -[2013-09-25 03:34:23] >>3 -[2013-09-25 03:35:23] >>3 -[2013-09-25 03:36:23] >>3 -[2013-09-25 03:37:23] >>3 -[2013-09-25 03:38:23] >>3 -[2013-09-25 03:39:23] >>3 -[2013-09-25 03:39:47] 7 -[2013-09-25 03:39:48] 3 -[2013-09-25 03:39:50] >3 -[2013-09-25 03:40:50] >>3 -[2013-09-25 03:41:50] >>3 -[2013-09-25 03:42:50] >>3 -[2013-09-25 03:43:50] >>3 -[2013-09-25 03:44:50] >>3 -[2013-09-25 03:45:51] >>3 -[2013-09-25 03:46:51] >>3 -[2013-09-25 03:47:51] >>3 -[2013-09-25 03:48:14] 7 -[2013-09-25 03:48:16] 3 -[2013-09-25 03:48:18] >3 -[2013-09-25 03:49:17] >>3 -[2013-09-25 03:50:17] >>3 -[2013-09-25 03:51:18] >>3 -[2013-09-25 03:52:18] >>3 -[2013-09-25 03:53:18] >>3 -[2013-09-25 03:54:18] >>3 -[2013-09-25 03:55:19] >>3 -[2013-09-25 03:56:19] >>3 -[2013-09-25 03:56:41] 7 -[2013-09-25 03:56:42] 3 -[2013-09-25 03:56:44] >3 -[2013-09-25 03:57:44] >>3 -[2013-09-25 03:58:44] >>3 -[2013-09-25 03:59:44] >>3 -[2013-09-25 04:00:45] >>3 -[2013-09-25 04:01:45] >>3 -[2013-09-25 04:02:45] >>3 -[2013-09-25 04:03:45] >>3 -[2013-09-25 04:04:45] >>3 -[2013-09-25 04:05:09] 7 -[2013-09-25 04:05:11] 3 -[2013-09-25 04:05:13] >3 -[2013-09-25 04:06:12] >>3 -[2013-09-25 04:07:13] >>3 -[2013-09-25 04:08:13] >>3 -[2013-09-25 04:09:13] >>3 -[2013-09-25 04:10:13] >>3 -[2013-09-25 04:11:13] >>3 -[2013-09-25 04:12:14] >>3 -[2013-09-25 04:13:14] >>3 -[2013-09-25 04:13:37] 7 -[2013-09-25 04:13:39] 3 -[2013-09-25 04:13:41] >3 -[2013-09-25 04:14:40] >>3 -[2013-09-25 04:15:41] >>3 -[2013-09-25 04:16:41] >>3 -[2013-09-25 04:17:41] >>3 -[2013-09-25 04:18:41] >>3 -[2013-09-25 04:19:41] >>3 -[2013-09-25 04:20:42] >>3 -[2013-09-25 04:21:42] >>3 -[2013-09-25 04:22:05] 7 -[2013-09-25 04:22:06] 3 -[2013-09-25 04:22:08] >3 -[2013-09-25 04:23:07] >>3 -[2013-09-25 04:24:08] >>3 -[2013-09-25 04:25:08] >>3 -[2013-09-25 04:26:08] >>3 -[2013-09-25 04:27:08] >>3 -[2013-09-25 04:28:09] >>3 -[2013-09-25 04:29:09] >>3 -[2013-09-25 04:30:09] >>3 -[2013-09-25 04:30:31] 7 -[2013-09-25 04:30:33] 3 -[2013-09-25 04:30:34] >3 -[2013-09-25 04:31:34] >>3 -[2013-09-25 04:32:34] >>3 -[2013-09-25 04:33:35] >>3 -[2013-09-25 04:34:03] 1 -[2013-09-25 04:34:04] >1 -[2013-09-25 04:34:05] 21 -[2013-09-25 04:34:07] >21 -[2013-09-25 04:34:26] 1 -[2013-09-25 04:34:28] >1 -[2013-09-25 04:34:46] 3 -[2013-09-25 04:34:47] >3 -[2013-09-25 04:35:47] >>3 -[2013-09-25 04:36:47] >>3 -[2013-09-25 04:37:47] >>3 -[2013-09-25 04:38:48] >>3 -[2013-09-25 04:39:46] 7 -[2013-09-25 04:39:47] 3 -[2013-09-25 04:39:49] >3 -[2013-09-25 04:40:49] >>3 -[2013-09-25 04:41:49] >>3 -[2013-09-25 04:42:49] >>3 -[2013-09-25 04:43:49] >>3 -[2013-09-25 04:44:50] >>3 -[2013-09-25 04:45:50] >>3 -[2013-09-25 04:46:50] >>3 -[2013-09-25 04:47:50] >>3 -[2013-09-25 04:48:13] 7 -[2013-09-25 04:48:15] 3 -[2013-09-25 04:48:17] >3 -[2013-09-25 04:49:16] >>3 -[2013-09-25 04:50:17] >>3 -[2013-09-25 04:51:17] >>3 -[2013-09-25 04:52:17] >>3 -[2013-09-25 04:53:17] >>3 -[2013-09-25 04:54:17] >>3 -[2013-09-25 04:55:18] >>3 -[2013-09-25 04:56:18] >>3 -[2013-09-25 04:56:40] 7 -[2013-09-25 04:56:42] 3 -[2013-09-25 04:56:44] >3 -[2013-09-25 04:57:43] >>3 -[2013-09-25 04:58:44] >>3 -[2013-09-25 04:59:44] >>3 -[2013-09-25 05:00:44] >>3 -[2013-09-25 05:01:44] >>3 -[2013-09-25 05:02:45] >>3 -[2013-09-25 05:03:45] >>3 -[2013-09-25 05:04:45] >>3 -[2013-09-25 05:05:07] 7 -[2013-09-25 05:05:09] 3 -[2013-09-25 05:05:10] >3 -[2013-09-25 05:06:10] >>3 -[2013-09-25 05:07:10] >>3 -[2013-09-25 05:08:11] >>3 -[2013-09-25 05:09:11] >>3 -[2013-09-25 05:10:11] >>3 -[2013-09-25 05:11:11] >>3 -[2013-09-25 05:12:11] >>3 -[2013-09-25 05:13:12] >>3 -[2013-09-25 05:13:36] 7 -[2013-09-25 05:13:38] 3 -[2013-09-25 05:13:39] >3 -[2013-09-25 05:14:39] >>3 -[2013-09-25 05:15:39] >>3 -[2013-09-25 05:16:40] >>3 -[2013-09-25 05:17:40] >>3 -[2013-09-25 05:18:40] >>3 -[2013-09-25 05:19:40] >>3 -[2013-09-25 05:20:40] >>3 -[2013-09-25 05:21:41] >>3 -[2013-09-25 05:22:04] 7 -[2013-09-25 05:22:05] 3 -[2013-09-25 05:22:07] >3 -[2013-09-25 05:23:07] >>3 -[2013-09-25 05:24:07] >>3 -[2013-09-25 05:25:07] >>3 -[2013-09-25 05:26:07] >>3 -[2013-09-25 05:27:07] >>3 -[2013-09-25 05:28:08] >>3 -[2013-09-25 05:29:08] >>3 -[2013-09-25 05:30:08] >>3 -[2013-09-25 05:30:31] 7 -[2013-09-25 05:30:33] 3 -[2013-09-25 05:30:34] >3 -[2013-09-25 05:31:34] >>3 -[2013-09-25 05:32:34] >>3 -[2013-09-25 05:33:35] >>3 -[2013-09-25 05:34:35] >>3 -[2013-09-25 05:35:35] >>3 -[2013-09-25 05:36:35] >>3 -[2013-09-25 05:37:35] >>3 -[2013-09-25 05:38:39] >>3 -[2013-09-25 05:38:58] 7 -[2013-09-25 05:38:59] 3 -[2013-09-25 05:39:01] >3 -[2013-09-25 05:40:01] >>3 -[2013-09-25 05:41:01] >>3 -[2013-09-25 05:42:01] >>3 -[2013-09-25 05:43:01] >>3 -[2013-09-25 05:44:01] >>3 -[2013-09-25 05:45:02] >>3 -[2013-09-25 05:46:02] >>3 -[2013-09-25 05:47:02] >>3 -[2013-09-25 05:47:27] 7 -[2013-09-25 05:47:28] 3 -[2013-09-25 05:47:30] >3 -[2013-09-25 05:48:30] >>3 -[2013-09-25 05:49:30] >>3 -[2013-09-25 05:50:30] >>3 -[2013-09-25 05:51:30] >>3 -[2013-09-25 05:52:31] >>3 -[2013-09-25 05:53:31] >>3 -[2013-09-25 05:54:31] >>3 -[2013-09-25 05:55:31] >>3 -[2013-09-25 05:55:54] 7 -[2013-09-25 05:55:56] 3 -[2013-09-25 05:55:58] >3 -[2013-09-25 05:56:57] >>3 -[2013-09-25 05:57:58] >>3 -[2013-09-25 05:58:58] >>3 -[2013-09-25 05:59:58] >>3 -[2013-09-25 06:00:58] >>3 -[2013-09-25 06:01:58] >>3 -[2013-09-25 06:02:59] >>3 -[2013-09-25 06:03:59] >>3 -[2013-09-25 06:04:21] 7 -[2013-09-25 06:04:23] 3 -[2013-09-25 06:04:25] >3 -[2013-09-25 06:05:24] >>3 -[2013-09-25 06:06:25] >>3 -[2013-09-25 06:07:25] >>3 -[2013-09-25 06:08:25] >>3 -[2013-09-25 06:09:25] >>3 -[2013-09-25 06:10:26] >>3 -[2013-09-25 06:11:26] >>3 -[2013-09-25 06:12:26] >>3 -[2013-09-25 06:12:28] 1 -[2013-09-25 06:12:30] >1 -[2013-09-25 06:12:47] 21 -[2013-09-25 06:12:48] >21 -[2013-09-25 06:13:48] >>21 -[2013-09-25 06:14:48] >>21 -[2013-09-25 06:15:49] >>21 -[2013-09-25 06:16:49] >>21 -[2013-09-25 06:17:49] >>21 -[2013-09-25 06:18:49] >>21 -[2013-09-25 06:19:49] >>21 -[2013-09-25 06:20:34] 1 -[2013-09-25 06:20:35] >1 -[2013-09-25 06:21:01] 5 -[2013-09-25 06:21:03] 1 -[2013-09-25 06:21:04] >1 -[2013-09-25 06:22:00] 3 -[2013-09-25 06:22:02] >3 -[2013-09-25 06:23:02] >>3 -[2013-09-25 06:24:02] >>3 -[2013-09-25 06:25:02] >>3 -[2013-09-25 06:26:02] >>3 -[2013-09-25 06:27:03] >>3 -[2013-09-25 06:28:03] >>3 -[2013-09-25 06:29:03] >>3 -[2013-09-25 06:29:29] 7 -[2013-09-25 06:29:30] 3 -[2013-09-25 06:29:32] >3 -[2013-09-25 06:30:32] >>3 -[2013-09-25 06:31:32] >>3 -[2013-09-25 06:32:32] >>3 -[2013-09-25 06:33:32] >>3 -[2013-09-25 06:34:33] >>3 -[2013-09-25 06:35:33] >>3 -[2013-09-25 06:36:33] >>3 -[2013-09-25 06:37:33] >>3 -[2013-09-25 06:37:56] 7 -[2013-09-25 06:37:57] 3 -[2013-09-25 06:37:59] >3 -[2013-09-25 06:38:59] >>3 -[2013-09-25 06:39:59] >>3 -[2013-09-25 06:40:59] >>3 -[2013-09-25 06:41:59] >>3 -[2013-09-25 06:43:00] >>3 -[2013-09-25 06:44:00] >>3 -[2013-09-25 06:45:00] >>3 -[2013-09-25 06:46:00] >>3 -[2013-09-25 06:46:22] 7 -[2013-09-25 06:46:24] 3 -[2013-09-25 06:46:26] >3 -[2013-09-25 06:47:25] >>3 -[2013-09-25 06:48:26] >>3 -[2013-09-25 06:49:26] >>3 -[2013-09-25 06:50:26] >>3 -[2013-09-25 06:51:26] >>3 -[2013-09-25 06:52:26] >>3 -[2013-09-25 06:53:27] >>3 -[2013-09-25 06:54:27] >>3 -[2013-09-25 06:54:51] 7 -[2013-09-25 06:54:53] 3 -[2013-09-25 06:54:55] >3 -[2013-09-25 06:55:54] >>3 -[2013-09-25 06:56:55] >>3 -[2013-09-25 06:57:55] >>3 -[2013-09-25 06:58:55] >>3 -[2013-09-25 06:59:55] >>3 -[2013-09-25 07:00:56] >>3 -[2013-09-25 07:01:56] >>3 -[2013-09-25 07:02:56] >>3 -[2013-09-25 07:03:19] 7 -[2013-09-25 07:03:21] 3 -[2013-09-25 07:03:22] >3 -[2013-09-25 07:04:22] >>3 -[2013-09-25 07:05:22] >>3 -[2013-09-25 07:06:28] >>3 -[2013-09-25 07:07:28] >>3 -[2013-09-25 07:08:28] >>3 -[2013-09-25 07:09:28] >>3 -[2013-09-25 07:10:28] >>3 -[2013-09-25 07:11:29] >>3 -[2013-09-25 07:11:47] 7 -[2013-09-25 07:11:48] 3 -[2013-09-25 07:11:50] >3 -[2013-09-25 07:12:50] >>3 -[2013-09-25 07:13:50] >>3 -[2013-09-25 07:14:50] >>3 -[2013-09-25 07:15:50] >>3 -[2013-09-25 07:16:50] >>3 -[2013-09-25 07:17:51] >>3 -[2013-09-25 07:18:51] >>3 -[2013-09-25 07:19:51] >>3 -[2013-09-25 07:20:13] 7 -[2013-09-25 07:20:14] 3 -[2013-09-25 07:20:16] >3 -[2013-09-25 07:21:16] >>3 -[2013-09-25 07:22:16] >>3 -[2013-09-25 07:23:16] >>3 -[2013-09-25 07:24:16] >>3 -[2013-09-25 07:25:17] >>3 -[2013-09-25 07:26:17] >>3 -[2013-09-25 07:27:17] >>3 -[2013-09-25 07:28:17] >>3 -[2013-09-25 07:28:42] 7 -[2013-09-25 07:28:44] 3 -[2013-09-25 07:28:45] >3 -[2013-09-25 07:29:45] >>3 -[2013-09-25 07:30:45] >>3 -[2013-09-25 07:31:45] >>3 -[2013-09-25 07:32:46] >>3 -[2013-09-25 07:33:46] >>3 -[2013-09-25 07:34:46] >>3 -[2013-09-25 07:35:46] >>3 -[2013-09-25 07:36:46] >>3 -[2013-09-25 07:37:10] 7 -[2013-09-25 07:37:11] 3 -[2013-09-25 07:37:13] >3 -[2013-09-25 07:38:13] >>3 -[2013-09-25 07:39:13] >>3 -[2013-09-25 07:40:13] >>3 -[2013-09-25 07:41:15] >>3 -[2013-09-25 07:42:15] >>3 -[2013-09-25 07:43:15] >>3 -[2013-09-25 07:44:15] >>3 -[2013-09-25 07:45:15] >>3 -[2013-09-25 07:45:37] 7 -[2013-09-25 07:45:39] 3 -[2013-09-25 07:45:40] >3 -[2013-09-25 07:46:40] >>3 -[2013-09-25 07:47:40] >>3 -[2013-09-25 07:48:40] >>3 -[2013-09-25 07:49:41] >>3 -[2013-09-25 07:50:41] >>3 -[2013-09-25 07:51:41] >>3 -[2013-09-25 07:52:41] >>3 -[2013-09-25 07:53:41] >>3 -[2013-09-25 07:54:04] 7 -[2013-09-25 07:54:05] 3 -[2013-09-25 07:54:07] >3 -[2013-09-25 07:55:07] >>3 -[2013-09-25 07:56:07] >>3 -[2013-09-25 07:57:07] >>3 -[2013-09-25 07:58:07] >>3 -[2013-09-25 07:59:07] >>3 -[2013-09-25 08:00:08] >>3 -[2013-09-25 08:01:08] >>3 -[2013-09-25 08:02:08] >>3 -[2013-09-25 08:02:32] 7 -[2013-09-25 08:02:34] 3 -[2013-09-25 08:02:35] >3 -[2013-09-25 08:03:35] >>3 -[2013-09-25 08:04:35] >>3 -[2013-09-25 08:05:36] >>3 -[2013-09-25 08:06:36] >>3 -[2013-09-25 08:07:36] >>3 -[2013-09-25 08:08:36] >>3 -[2013-09-25 08:09:36] >>3 -[2013-09-25 08:10:37] >>3 -[2013-09-25 08:11:00] 7 -[2013-09-25 08:11:02] 3 -[2013-09-25 08:11:04] >3 -[2013-09-25 08:12:03] >>3 -[2013-09-25 08:13:04] >>3 -[2013-09-25 08:14:04] >>3 -[2013-09-25 08:15:04] >>3 -[2013-09-25 08:16:04] >>3 -[2013-09-25 08:17:04] >>3 -[2013-09-25 08:18:05] >>3 -[2013-09-25 08:19:05] >>3 -[2013-09-25 08:19:27] 7 -[2013-09-25 08:19:29] 3 -[2013-09-25 08:19:31] >3 -[2013-09-25 08:20:30] >>3 -[2013-09-25 08:21:31] >>3 -[2013-09-25 08:22:31] >>3 -[2013-09-25 08:23:31] >>3 -[2013-09-25 08:24:31] >>3 -[2013-09-25 08:25:32] >>3 -[2013-09-25 08:26:32] >>3 -[2013-09-25 08:27:32] >>3 -[2013-09-25 08:27:54] 7 -[2013-09-25 08:27:56] 3 -[2013-09-25 08:27:57] >3 -[2013-09-25 08:28:57] >>3 -[2013-09-25 08:29:57] >>3 -[2013-09-25 08:30:58] >>3 -[2013-09-25 08:31:58] >>3 -[2013-09-25 08:32:58] >>3 -[2013-09-25 08:33:58] >>3 -[2013-09-25 08:34:58] >>3 -[2013-09-25 08:35:59] >>3 -[2013-09-25 08:36:23] 7 -[2013-09-25 08:36:24] 3 -[2013-09-25 08:36:26] >3 -[2013-09-25 08:37:26] >>3 -[2013-09-25 08:38:26] >>3 -[2013-09-25 08:39:26] >>3 -[2013-09-25 08:40:26] >>3 -[2013-09-25 08:41:27] >>3 -[2013-09-25 08:42:27] >>3 -[2013-09-25 08:43:27] >>3 -[2013-09-25 08:44:27] >>3 -[2013-09-25 08:44:51] 7 -[2013-09-25 08:44:52] 3 -[2013-09-25 08:44:54] >3 -[2013-09-25 08:45:54] >>3 -[2013-09-25 08:46:54] >>3 -[2013-09-25 08:47:54] >>3 -[2013-09-25 08:48:55] >>3 -[2013-09-25 08:49:55] >>3 -[2013-09-25 08:50:55] >>3 -[2013-09-25 08:51:55] >>3 -[2013-09-25 08:52:55] >>3 -[2013-09-25 08:53:18] 7 -[2013-09-25 08:53:20] 3 -[2013-09-25 08:53:21] >3 -[2013-09-25 08:54:21] >>3 -[2013-09-25 08:55:21] >>3 -[2013-09-25 08:56:21] >>3 -[2013-09-25 08:57:22] >>3 -[2013-09-25 08:58:22] >>3 -[2013-09-25 08:59:22] >>3 -[2013-09-25 09:00:22] >>3 -[2013-09-25 09:01:22] >>3 -[2013-09-25 09:01:45] 7 -[2013-09-25 09:01:46] 3 -[2013-09-25 09:01:48] >3 -[2013-09-25 09:02:48] >>3 -[2013-09-25 09:03:48] >>3 -[2013-09-25 09:04:48] >>3 -[2013-09-25 09:05:33] 1 -[2013-09-25 09:05:35] 21 -[2013-09-25 09:05:36] >21 -[2013-09-25 09:05:52] 1 -[2013-09-25 09:05:54] >1 -[2013-09-25 09:06:14] 3 -[2013-09-25 09:06:16] >3 -[2013-09-25 09:07:15] >>3 -[2013-09-25 09:08:15] >>3 -[2013-09-25 09:09:16] >>3 -[2013-09-25 09:10:16] >>3 -[2013-09-25 09:10:49] 7 -[2013-09-25 09:10:50] 3 -[2013-09-25 09:10:52] >3 -[2013-09-25 09:11:52] >>3 -[2013-09-25 09:12:52] >>3 -[2013-09-25 09:13:52] >>3 -[2013-09-25 09:14:52] >>3 -[2013-09-25 09:15:52] >>3 -[2013-09-25 09:16:53] >>3 -[2013-09-25 09:17:53] >>3 -[2013-09-25 09:18:53] >>3 -[2013-09-25 09:19:16] 7 -[2013-09-25 09:19:18] 3 -[2013-09-25 09:19:19] >3 -[2013-09-25 09:20:19] >>3 -[2013-09-25 09:21:19] >>3 -[2013-09-25 09:22:20] >>3 -[2013-09-25 09:23:20] >>3 -[2013-09-25 09:24:20] >>3 -[2013-09-25 09:25:20] >>3 -[2013-09-25 09:26:21] >>3 -[2013-09-25 09:27:21] >>3 -[2013-09-25 09:27:43] 7 -[2013-09-25 09:27:45] 3 -[2013-09-25 09:27:47] >3 -[2013-09-25 09:28:46] >>3 -[2013-09-25 09:29:47] >>3 -[2013-09-25 09:30:47] >>3 -[2013-09-25 09:31:47] >>3 -[2013-09-25 09:32:47] >>3 -[2013-09-25 09:33:47] >>3 -[2013-09-25 09:34:48] >>3 -[2013-09-25 09:35:48] >>3 -[2013-09-25 09:36:10] 7 -[2013-09-25 09:36:12] 3 -[2013-09-25 09:36:13] >3 -[2013-09-25 09:37:13] >>3 -[2013-09-25 09:38:13] >>3 -[2013-09-25 09:39:13] >>3 -[2013-09-25 09:40:14] >>3 -[2013-09-25 09:41:14] >>3 -[2013-09-25 09:42:14] >>3 -[2013-09-25 09:43:11] 1 -[2013-09-25 09:43:13] >1 -[2013-09-25 09:44:13] >>1 -[2013-09-25 09:44:32] 21 -[2013-09-25 09:44:34] >21 -[2013-09-25 09:45:34] >>21 -[2013-09-25 09:46:34] >>21 -[2013-09-25 09:47:34] >>21 -[2013-09-25 09:48:34] >>21 -[2013-09-25 09:49:34] >>21 -[2013-09-25 09:50:35] >>21 -[2013-09-25 09:50:35] 1 -[2013-09-25 09:50:37] >1 -[2013-09-25 09:51:04] 5 -[2013-09-25 09:51:06] 1 -[2013-09-25 09:51:07] >1 -[2013-09-25 09:52:03] 3 -[2013-09-25 09:52:05] >3 -[2013-09-25 09:53:04] >>3 -[2013-09-25 09:54:05] >>3 -[2013-09-25 09:55:05] >>3 -[2013-09-25 09:56:05] >>3 -[2013-09-25 09:57:05] >>3 -[2013-09-25 09:58:05] >>3 -[2013-09-25 09:59:06] >>3 -[2013-09-25 09:59:32] 7 -[2013-09-25 09:59:33] 3 -[2013-09-25 09:59:35] >3 -[2013-09-25 10:00:35] >>3 -[2013-09-25 10:01:35] >>3 -[2013-09-25 10:02:35] >>3 -[2013-09-25 10:03:35] >>3 -[2013-09-25 10:04:36] >>3 -[2013-09-25 10:05:36] >>3 -[2013-09-25 10:06:36] >>3 -[2013-09-25 10:07:36] >>3 -[2013-09-25 10:07:59] 7 -[2013-09-25 10:08:01] 3 -[2013-09-25 10:08:02] >3 -[2013-09-25 10:09:02] >>3 -[2013-09-25 10:10:02] >>3 -[2013-09-25 10:11:03] >>3 -[2013-09-25 10:12:03] >>3 -[2013-09-25 10:13:03] >>3 -[2013-09-25 10:14:03] >>3 -[2013-09-25 10:15:04] >>3 -[2013-09-25 10:16:04] >>3 -[2013-09-25 10:16:25] 7 -[2013-09-25 10:16:27] 3 -[2013-09-25 10:16:29] >3 -[2013-09-25 10:17:29] >>3 -[2013-09-25 10:18:29] >>3 -[2013-09-25 10:19:29] >>3 -[2013-09-25 10:20:29] >>3 -[2013-09-25 10:21:30] >>3 -[2013-09-25 10:22:30] >>3 -[2013-09-25 10:23:30] >>3 -[2013-09-25 10:24:30] >>3 -[2013-09-25 10:24:54] 7 -[2013-09-25 10:24:56] 3 -[2013-09-25 10:24:58] >3 -[2013-09-25 10:25:57] >>3 -[2013-09-25 10:26:57] >>3 -[2013-09-25 10:27:58] >>3 -[2013-09-25 10:28:58] >>3 -[2013-09-25 10:29:58] >>3 -[2013-09-25 10:30:58] >>3 -[2013-09-25 10:31:58] >>3 -[2013-09-25 10:32:59] >>3 -[2013-09-25 10:33:22] 7 -[2013-09-25 10:33:24] 3 -[2013-09-25 10:33:26] >3 -[2013-09-25 10:34:25] >>3 -[2013-09-25 10:35:26] >>3 -[2013-09-25 10:36:26] >>3 -[2013-09-25 10:37:26] >>3 -[2013-09-25 10:38:26] >>3 -[2013-09-25 10:39:26] >>3 -[2013-09-25 10:40:27] >>3 -[2013-09-25 10:41:27] >>3 -[2013-09-25 10:41:49] 7 -[2013-09-25 10:41:51] 3 -[2013-09-25 10:41:53] >3 -[2013-09-25 10:42:52] >>3 -[2013-09-25 10:43:53] >>3 -[2013-09-25 10:44:53] >>3 -[2013-09-25 10:45:53] >>3 -[2013-09-25 10:46:53] >>3 -[2013-09-25 10:47:53] >>3 -[2013-09-25 10:48:54] >>3 -[2013-09-25 10:49:54] >>3 -[2013-09-25 10:50:16] 7 -[2013-09-25 10:50:18] 3 -[2013-09-25 10:50:19] >3 -[2013-09-25 10:51:19] >>3 -[2013-09-25 10:52:19] >>3 -[2013-09-25 10:53:20] >>3 -[2013-09-25 10:54:20] >>3 -[2013-09-25 10:55:20] >>3 -[2013-09-25 10:56:20] >>3 -[2013-09-25 10:57:20] >>3 -[2013-09-25 10:58:21] >>3 -[2013-09-25 10:58:45] 7 -[2013-09-25 10:58:47] 3 -[2013-09-25 10:58:48] >3 -[2013-09-25 10:59:48] >>3 -[2013-09-25 11:00:48] >>3 -[2013-09-25 11:01:49] >>3 -[2013-09-25 11:02:49] >>3 -[2013-09-25 11:03:49] >>3 -[2013-09-25 11:04:49] >>3 -[2013-09-25 11:05:50] >>3 -[2013-09-25 11:06:50] >>3 -[2013-09-25 11:07:12] 7 -[2013-09-25 11:07:14] 3 -[2013-09-25 11:07:16] >3 -[2013-09-25 11:08:16] >>3 -[2013-09-25 11:09:16] >>3 -[2013-09-25 11:10:16] >>3 -[2013-09-25 11:11:16] >>3 -[2013-09-25 11:12:17] >>3 -[2013-09-25 11:13:17] >>3 -[2013-09-25 11:14:17] >>3 -[2013-09-25 11:15:17] >>3 -[2013-09-25 11:15:40] 7 -[2013-09-25 11:15:42] 3 -[2013-09-25 11:15:43] >3 -[2013-09-25 11:16:43] >>3 -[2013-09-25 11:17:43] >>3 -[2013-09-25 11:18:44] >>3 -[2013-09-25 11:19:44] >>3 -[2013-09-25 11:20:44] >>3 -[2013-09-25 11:21:44] >>3 -[2013-09-25 11:22:45] >>3 -[2013-09-25 11:23:45] >>3 -[2013-09-25 11:24:07] 7 -[2013-09-25 11:24:08] 3 -[2013-09-25 11:24:09] >3 -[2013-09-25 11:25:09] >>3 -[2013-09-25 11:26:10] >>3 -[2013-09-25 11:27:10] >>3 -[2013-09-25 11:28:10] >>3 -[2013-09-25 11:29:10] >>3 -[2013-09-25 11:30:11] >>3 -[2013-09-25 11:31:11] >>3 -[2013-09-25 11:32:11] >>3 -[2013-09-25 11:32:35] 7 -[2013-09-25 11:32:37] 3 -[2013-09-25 11:32:39] >3 -[2013-09-25 11:33:38] >>3 -[2013-09-25 11:33:56] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1007&valore=3 -[2013-09-25 11:34:57] >>3 -[2013-09-25 11:35:00] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1007&valore=3 -[2013-09-25 11:36:00] >>3 -[2013-09-25 11:36:03] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1007&valore=3 -[2013-09-25 11:37:03] >>3 -[2013-09-25 11:38:32] >>3 -[2013-09-25 11:39:32] >>3 -[2013-09-25 11:40:32] >>3 -[2013-09-25 11:41:03] 7 -[2013-09-25 11:41:05] 3 -[2013-09-25 11:41:06] >3 -[2013-09-25 11:42:06] >>3 -[2013-09-25 11:43:06] >>3 -[2013-09-25 11:44:07] >>3 -[2013-09-25 11:45:07] >>3 -[2013-09-25 11:46:07] >>3 -[2013-09-25 11:47:07] >>3 -[2013-09-25 11:48:08] >>3 -[2013-09-25 11:49:08] >>3 -[2013-09-25 11:49:32] 7 -[2013-09-25 11:49:34] 3 -[2013-09-25 11:49:36] >3 -[2013-09-25 11:50:35] >>3 -[2013-09-25 11:51:36] >>3 -[2013-09-25 11:52:36] >>3 -[2013-09-25 11:53:36] >>3 -[2013-09-25 11:54:36] >>3 -[2013-09-25 11:55:36] >>3 -[2013-09-25 11:56:37] >>3 -[2013-09-25 11:57:37] >>3 -[2013-09-25 11:57:59] 7 -[2013-09-25 11:58:01] 3 -[2013-09-25 11:58:02] >3 -[2013-09-25 11:58:59] 21 -[2013-09-25 11:59:17] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1007&valore=21 -[2013-09-25 11:59:19] >21 -[2013-09-25 11:59:22] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1007&valore=21 -[2013-09-25 12:00:04] 1 -[2013-09-25 12:00:07] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1007&valore=1 -[2013-09-25 12:00:09] >1 -[2013-09-25 12:00:10] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1007&valore=1 -[2013-09-25 12:00:16] 3 -[2013-09-25 12:00:19] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1007&valore=3 -[2013-09-25 12:00:21] >3 -[2013-09-25 12:00:22] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1007&valore=3 -[2013-09-25 12:01:22] >>3 -[2013-09-25 12:01:25] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1007&valore=3 -[2013-09-25 12:02:25] >>3 -[2013-09-25 12:03:25] >>3 -[2013-09-25 12:04:26] >>3 -[2013-09-25 12:05:26] >>3 -[2013-09-25 12:06:26] >>3 -[2013-09-25 12:07:26] >>3 -[2013-09-25 12:07:46] 7 -[2013-09-25 12:07:48] 3 -[2013-09-25 12:07:49] >3 -[2013-09-25 12:08:49] >>3 -[2013-09-25 12:09:49] >>3 -[2013-09-25 12:10:49] >>3 -[2013-09-25 12:11:50] >>3 -[2013-09-25 12:12:50] >>3 -[2013-09-25 12:13:50] >>3 -[2013-09-25 12:14:50] >>3 -[2013-09-25 12:15:50] >>3 -[2013-09-25 12:16:14] 7 -[2013-09-25 12:16:15] 3 -[2013-09-25 12:16:17] >3 -[2013-09-25 12:17:17] >>3 -[2013-09-25 12:18:17] >>3 -[2013-09-25 12:19:17] >>3 -[2013-09-25 12:20:17] >>3 -[2013-09-25 12:21:17] >>3 -[2013-09-25 12:22:18] >>3 -[2013-09-25 12:23:18] >>3 -[2013-09-25 12:24:18] >>3 -[2013-09-25 12:24:41] 7 -[2013-09-25 12:24:42] 3 -[2013-09-25 12:24:44] >3 -[2013-09-25 12:25:44] >>3 -[2013-09-25 12:26:44] >>3 -[2013-09-25 12:27:44] >>3 -[2013-09-25 12:28:44] >>3 -[2013-09-25 12:29:45] >>3 -[2013-09-25 12:30:45] >>3 -[2013-09-25 12:31:45] >>3 -[2013-09-25 12:32:45] >>3 -[2013-09-25 12:33:07] 7 -[2013-09-25 12:33:09] 3 -[2013-09-25 12:33:11] >3 -[2013-09-25 12:34:10] >>3 -[2013-09-25 12:35:10] >>3 -[2013-09-25 12:36:11] >>3 -[2013-09-25 12:37:11] >>3 -[2013-09-25 12:38:11] >>3 -[2013-09-25 12:39:11] >>3 -[2013-09-25 12:40:11] >>3 -[2013-09-25 12:41:12] >>3 -[2013-09-25 12:41:36] 7 -[2013-09-25 12:41:38] 3 -[2013-09-25 12:41:40] >3 -[2013-09-25 12:42:39] >>3 -[2013-09-25 12:43:40] >>3 -[2013-09-25 12:44:40] >>3 -[2013-09-25 12:45:40] >>3 -[2013-09-25 12:46:40] >>3 -[2013-09-25 12:47:40] >>3 -[2013-09-25 12:48:41] >>3 -[2013-09-25 12:49:41] >>3 -[2013-09-25 12:50:04] 7 -[2013-09-25 12:50:06] 3 -[2013-09-25 12:50:07] >3 -[2013-09-25 12:51:07] >>3 -[2013-09-25 12:52:07] >>3 -[2013-09-25 12:53:07] >>3 -[2013-09-25 12:54:08] >>3 -[2013-09-25 12:55:08] >>3 -[2013-09-25 12:56:08] >>3 -[2013-09-25 12:57:08] >>3 -[2013-09-25 12:58:08] >>3 -[2013-09-25 12:58:32] 7 -[2013-09-25 12:58:33] 3 -[2013-09-25 12:58:35] >3 -[2013-09-25 12:59:35] >>3 -[2013-09-25 13:00:35] >>3 -[2013-09-25 13:01:35] >>3 -[2013-09-25 13:02:35] >>3 -[2013-09-25 13:03:35] >>3 -[2013-09-25 13:04:36] >>3 -[2013-09-25 13:05:36] >>3 -[2013-09-25 13:06:36] >>3 -[2013-09-25 13:06:58] 7 -[2013-09-25 13:06:59] 3 -[2013-09-25 13:07:01] >3 -[2013-09-25 13:08:01] >>3 -[2013-09-25 13:09:01] >>3 -[2013-09-25 13:10:01] >>3 -[2013-09-25 13:11:01] >>3 -[2013-09-25 13:12:02] >>3 -[2013-09-25 13:13:02] >>3 -[2013-09-25 13:14:02] >>3 -[2013-09-25 13:15:02] >>3 -[2013-09-25 13:15:27] 7 -[2013-09-25 13:15:28] 3 -[2013-09-25 13:15:30] >3 -[2013-09-25 13:16:30] >>3 -[2013-09-25 13:17:30] >>3 -[2013-09-25 13:18:30] >>3 -[2013-09-25 13:19:30] >>3 -[2013-09-25 13:20:31] >>3 -[2013-09-25 13:21:31] >>3 -[2013-09-25 13:22:31] >>3 -[2013-09-25 13:23:31] >>3 -[2013-09-25 13:23:54] 7 -[2013-09-25 13:23:56] 3 -[2013-09-25 13:23:58] >3 -[2013-09-25 13:24:57] >>3 -[2013-09-25 13:25:58] >>3 -[2013-09-25 13:26:58] >>3 -[2013-09-25 13:27:58] >>3 -[2013-09-25 13:28:58] >>3 -[2013-09-25 13:29:59] >>3 -[2013-09-25 13:30:59] >>3 -[2013-09-25 13:31:59] >>3 -[2013-09-25 13:32:22] 7 -[2013-09-25 13:32:23] 3 -[2013-09-25 13:32:25] >3 -[2013-09-25 13:33:25] >>3 -[2013-09-25 13:34:25] >>3 -[2013-09-25 13:35:25] >>3 -[2013-09-25 13:36:25] >>3 -[2013-09-25 13:37:25] >>3 -[2013-09-25 13:38:26] >>3 -[2013-09-25 13:39:26] >>3 -[2013-09-25 13:40:26] >>3 -[2013-09-25 13:40:48] 7 -[2013-09-25 13:40:50] 3 -[2013-09-25 13:40:51] >3 -[2013-09-25 13:41:51] >>3 -[2013-09-25 13:42:51] >>3 -[2013-09-25 13:43:52] >>3 -[2013-09-25 13:44:52] >>3 -[2013-09-25 13:45:52] >>3 -[2013-09-25 13:46:52] >>3 -[2013-09-25 13:47:52] >>3 -[2013-09-25 13:48:53] >>3 -[2013-09-25 13:49:17] 7 -[2013-09-25 13:49:19] 3 -[2013-09-25 13:49:21] >3 -[2013-09-25 13:50:20] >>3 -[2013-09-25 13:51:20] >>3 -[2013-09-25 13:52:21] >>3 -[2013-09-25 13:53:21] >>3 -[2013-09-25 13:54:21] >>3 -[2013-09-25 13:55:21] >>3 -[2013-09-25 13:56:21] >>3 -[2013-09-25 13:57:22] >>3 -[2013-09-25 13:57:45] 7 -[2013-09-25 13:57:47] 3 -[2013-09-25 13:57:48] >3 -[2013-09-25 13:58:48] >>3 -[2013-09-25 13:59:48] >>3 -[2013-09-25 14:00:49] >>3 -[2013-09-25 14:01:49] >>3 -[2013-09-25 14:02:49] >>3 -[2013-09-25 14:03:49] >>3 -[2013-09-25 14:04:49] >>3 -[2013-09-25 14:05:50] >>3 -[2013-09-25 14:06:12] 7 -[2013-09-25 14:06:14] 3 -[2013-09-25 14:06:16] >3 -[2013-09-25 14:07:15] >>3 -[2013-09-25 14:08:15] >>3 -[2013-09-25 14:09:16] >>3 -[2013-09-25 14:10:16] >>3 -[2013-09-25 14:11:16] >>3 -[2013-09-25 14:12:16] >>3 -[2013-09-25 14:13:17] >>3 -[2013-09-25 14:14:17] >>3 -[2013-09-25 14:14:39] 7 -[2013-09-25 14:14:41] 3 -[2013-09-25 14:14:42] >3 -[2013-09-25 14:14:43] 21 -[2013-09-25 14:14:45] >21 -[2013-09-25 14:15:45] >>21 -[2013-09-25 14:16:45] >>21 -[2013-09-25 14:17:45] >>21 -[2013-09-25 14:18:45] >>21 -[2013-09-25 14:19:45] >>21 -[2013-09-25 14:20:29] 1 -[2013-09-25 14:20:31] >1 -[2013-09-25 14:20:40] 3 -[2013-09-25 14:20:42] >3 -[2013-09-25 14:21:41] >>3 -[2013-09-25 14:22:42] >>3 -[2013-09-25 14:23:42] >>3 -[2013-09-25 14:24:42] >>3 -[2013-09-25 14:25:42] >>3 -[2013-09-25 14:26:42] >>3 -[2013-09-25 14:27:43] >>3 -[2013-09-25 14:28:09] 7 -[2013-09-25 14:28:11] 3 -[2013-09-25 14:28:13] >3 -[2013-09-25 14:29:12] >>3 -[2013-09-25 14:30:12] >>3 -[2013-09-25 14:31:13] >>3 -[2013-09-25 14:32:13] >>3 -[2013-09-25 14:33:13] >>3 -[2013-09-25 14:34:13] >>3 -[2013-09-25 14:35:13] >>3 -[2013-09-25 14:36:14] >>3 -[2013-09-25 14:36:37] 7 -[2013-09-25 14:36:39] 3 -[2013-09-25 14:36:41] >3 -[2013-09-25 14:37:40] >>3 -[2013-09-25 14:38:41] >>3 -[2013-09-25 14:39:41] >>3 -[2013-09-25 14:40:41] >>3 -[2013-09-25 14:41:41] >>3 -[2013-09-25 14:42:41] >>3 -[2013-09-25 14:43:42] >>3 -[2013-09-25 14:44:42] >>3 -[2013-09-25 14:45:04] 7 -[2013-09-25 14:45:06] 3 -[2013-09-25 14:45:08] >3 -[2013-09-25 14:46:07] >>3 -[2013-09-25 14:47:08] >>3 -[2013-09-25 14:48:08] >>3 -[2013-09-25 14:49:13] >>3 -[2013-09-25 14:50:13] >>3 -[2013-09-25 14:51:13] >>3 -[2013-09-25 14:52:14] >>3 -[2013-09-25 14:53:14] >>3 -[2013-09-25 14:53:31] 7 -[2013-09-25 14:53:33] 3 -[2013-09-25 14:53:34] >3 -[2013-09-25 14:54:34] >>3 -[2013-09-25 14:55:34] >>3 -[2013-09-25 14:56:34] >>3 -[2013-09-25 14:57:35] >>3 -[2013-09-25 14:58:35] >>3 -[2013-09-25 14:59:35] >>3 -[2013-09-25 15:00:35] >>3 -[2013-09-25 15:01:35] >>3 -[2013-09-25 15:02:00] 7 -[2013-09-25 15:02:01] 3 -[2013-09-25 15:02:03] >3 -[2013-09-25 15:03:03] >>3 -[2013-09-25 15:04:03] >>3 -[2013-09-25 15:05:03] >>3 -[2013-09-25 15:06:03] >>3 -[2013-09-25 15:07:03] >>3 -[2013-09-25 15:08:04] >>3 -[2013-09-25 15:09:04] >>3 -[2013-09-25 15:10:04] >>3 -[2013-09-25 15:10:28] 7 -[2013-09-25 15:10:29] 3 -[2013-09-25 15:10:31] >3 -[2013-09-25 15:11:31] >>3 -[2013-09-25 15:12:31] >>3 -[2013-09-25 15:13:31] >>3 -[2013-09-25 15:14:31] >>3 -[2013-09-25 15:15:32] >>3 -[2013-09-25 15:16:32] >>3 -[2013-09-25 15:17:32] >>3 -[2013-09-25 15:18:32] >>3 -[2013-09-25 15:18:55] 7 -[2013-09-25 15:18:57] 3 -[2013-09-25 15:18:58] >3 -[2013-09-25 15:19:58] >>3 -[2013-09-25 15:20:58] >>3 -[2013-09-25 15:21:58] >>3 -[2013-09-25 15:22:59] >>3 -[2013-09-25 15:23:59] >>3 -[2013-09-25 15:24:59] >>3 -[2013-09-25 15:25:59] >>3 -[2013-09-25 15:26:59] >>3 -[2013-09-25 15:27:21] 7 -[2013-09-25 15:27:23] 3 -[2013-09-25 15:27:24] >3 -[2013-09-25 15:28:24] >>3 -[2013-09-25 15:29:24] >>3 -[2013-09-25 15:30:25] >>3 -[2013-09-25 15:31:25] >>3 -[2013-09-25 15:32:25] >>3 -[2013-09-25 15:33:25] >>3 -[2013-09-25 15:34:25] >>3 -[2013-09-25 15:35:26] >>3 -[2013-09-25 15:35:50] 7 -[2013-09-25 15:35:52] 3 -[2013-09-25 15:35:53] >3 -[2013-09-25 15:36:53] >>3 -[2013-09-25 15:37:53] >>3 -[2013-09-25 15:38:54] >>3 -[2013-09-25 15:39:54] >>3 -[2013-09-25 15:40:54] >>3 -[2013-09-25 15:41:54] >>3 -[2013-09-25 15:42:55] >>3 -[2013-09-25 15:43:55] >>3 -[2013-09-25 15:44:18] 7 -[2013-09-25 15:44:20] 3 -[2013-09-25 15:44:21] >3 -[2013-09-25 15:45:21] >>3 -[2013-09-25 15:46:21] >>3 -[2013-09-25 15:47:21] >>3 -[2013-09-25 15:48:22] >>3 -[2013-09-25 15:49:22] >>3 -[2013-09-25 15:50:22] >>3 -[2013-09-25 15:51:22] >>3 -[2013-09-25 15:52:22] >>3 -[2013-09-25 15:52:45] 7 -[2013-09-25 15:52:47] 3 -[2013-09-25 15:52:49] >3 -[2013-09-25 15:53:48] >>3 -[2013-09-25 15:54:49] >>3 -[2013-09-25 15:55:49] >>3 -[2013-09-25 15:56:49] >>3 -[2013-09-25 15:57:49] >>3 -[2013-09-25 15:58:50] >>3 -[2013-09-25 15:59:50] >>3 -[2013-09-25 16:00:50] >>3 -[2013-09-25 16:01:12] 7 -[2013-09-25 16:01:13] 3 -[2013-09-25 16:01:15] >3 -[2013-09-25 16:02:15] >>3 -[2013-09-25 16:03:15] >>3 -[2013-09-25 16:04:15] >>3 -[2013-09-25 16:05:15] >>3 -[2013-09-25 16:06:15] >>3 -[2013-09-25 16:07:16] >>3 -[2013-09-25 16:08:16] >>3 -[2013-09-25 16:09:16] >>3 -[2013-09-25 16:09:37] 21 -[2013-09-25 16:09:38] >21 -[2013-09-25 16:10:38] >>21 -[2013-09-25 16:11:04] 1 -[2013-09-25 16:11:05] >1 -[2013-09-25 16:11:30] 5 -[2013-09-25 16:11:32] 1 -[2013-09-25 16:11:33] >1 -[2013-09-25 16:12:30] 3 -[2013-09-25 16:12:31] >3 -[2013-09-25 16:13:31] >>3 -[2013-09-25 16:14:31] >>3 -[2013-09-25 16:15:31] >>3 -[2013-09-25 16:16:32] >>3 -[2013-09-25 16:17:32] >>3 -[2013-09-25 16:18:32] >>3 -[2013-09-25 16:19:32] >>3 -[2013-09-25 16:19:58] 7 -[2013-09-25 16:20:00] 3 -[2013-09-25 16:20:02] >3 -[2013-09-25 16:21:01] >>3 -[2013-09-25 16:22:02] >>3 -[2013-09-25 16:23:02] >>3 -[2013-09-25 16:24:02] >>3 -[2013-09-25 16:25:02] >>3 -[2013-09-25 16:26:02] >>3 -[2013-09-25 16:27:03] >>3 -[2013-09-25 16:28:03] >>3 -[2013-09-25 16:28:25] 7 -[2013-09-25 16:28:27] 3 -[2013-09-25 16:28:29] >3 -[2013-09-25 16:29:28] >>3 -[2013-09-25 16:30:29] >>3 -[2013-09-25 16:31:29] >>3 -[2013-09-25 16:32:29] >>3 -[2013-09-25 16:33:29] >>3 -[2013-09-25 16:34:29] >>3 -[2013-09-25 16:35:30] >>3 -[2013-09-25 16:36:30] >>3 -[2013-09-25 16:36:52] 7 -[2013-09-25 16:36:54] 3 -[2013-09-25 16:36:55] >3 -[2013-09-25 16:37:55] >>3 -[2013-09-25 16:38:55] >>3 -[2013-09-25 16:39:55] >>3 -[2013-09-25 16:40:56] >>3 -[2013-09-25 16:41:56] >>3 -[2013-09-25 16:42:56] >>3 -[2013-09-25 16:43:56] >>3 -[2013-09-25 16:44:56] >>3 -[2013-09-25 16:45:21] 7 -[2013-09-25 16:45:22] 3 -[2013-09-25 16:45:24] >3 -[2013-09-25 16:46:24] >>3 -[2013-09-25 16:47:24] >>3 -[2013-09-25 16:48:24] >>3 -[2013-09-25 16:49:24] >>3 -[2013-09-25 16:50:24] >>3 -[2013-09-25 16:51:25] >>3 -[2013-09-25 16:52:25] >>3 -[2013-09-25 16:53:25] >>3 -[2013-09-25 16:53:49] 7 -[2013-09-25 16:53:50] 3 -[2013-09-25 16:53:52] >3 -[2013-09-25 16:54:52] >>3 -[2013-09-25 16:55:52] >>3 -[2013-09-25 16:56:52] >>3 -[2013-09-25 16:57:52] >>3 -[2013-09-25 16:58:53] >>3 -[2013-09-25 16:59:53] >>3 -[2013-09-25 17:00:53] >>3 -[2013-09-25 17:01:53] >>3 -[2013-09-25 17:02:16] 7 -[2013-09-25 17:02:17] 3 -[2013-09-25 17:02:19] >3 -[2013-09-25 17:03:19] >>3 -[2013-09-25 17:04:19] >>3 -[2013-09-25 17:05:19] >>3 -[2013-09-25 17:06:20] >>3 -[2013-09-25 17:07:20] >>3 -[2013-09-25 17:08:20] >>3 -[2013-09-25 17:09:20] >>3 -[2013-09-25 17:10:20] >>3 -[2013-09-25 17:10:42] 7 -[2013-09-25 17:10:44] 3 -[2013-09-25 17:10:46] >3 -[2013-09-25 17:10:48] 21 -[2013-09-25 17:10:50] >21 -[2013-09-25 17:11:49] >>21 -[2013-09-25 17:12:50] >>21 -[2013-09-25 17:13:50] >>21 -[2013-09-25 17:14:50] >>21 -[2013-09-25 17:15:28] 1 -[2013-09-25 17:15:29] >1 -[2013-09-25 17:15:34] 3 -[2013-09-25 17:15:36] >3 -[2013-09-25 17:16:36] >>3 -[2013-09-25 17:17:36] >>3 -[2013-09-25 17:18:36] >>3 -[2013-09-25 17:19:36] >>3 -[2013-09-25 17:20:37] >>3 -[2013-09-25 17:21:37] >>3 -[2013-09-25 17:22:37] >>3 -[2013-09-25 17:23:04] 7 -[2013-09-25 17:23:05] 3 -[2013-09-25 17:23:07] >3 -[2013-09-25 17:24:07] >>3 -[2013-09-25 17:25:07] >>3 -[2013-09-25 17:26:07] >>3 -[2013-09-25 17:27:07] >>3 -[2013-09-25 17:28:08] >>3 -[2013-09-25 17:29:08] >>3 -[2013-09-25 17:30:08] >>3 -[2013-09-25 17:31:08] >>3 -[2013-09-25 17:31:32] 7 -[2013-09-25 17:31:33] 3 -[2013-09-25 17:31:35] >3 -[2013-09-25 17:32:35] >>3 -[2013-09-25 17:33:35] >>3 -[2013-09-25 17:34:35] >>3 -[2013-09-25 17:35:35] >>3 -[2013-09-25 17:36:36] >>3 -[2013-09-25 17:37:36] >>3 -[2013-09-25 17:38:36] >>3 -[2013-09-25 17:39:36] >>3 -[2013-09-25 17:39:59] 7 -[2013-09-25 17:40:00] 3 -[2013-09-25 17:40:02] >3 -[2013-09-25 17:41:02] >>3 -[2013-09-25 17:42:02] >>3 -[2013-09-25 17:43:02] >>3 -[2013-09-25 17:44:03] >>3 -[2013-09-25 17:45:03] >>3 -[2013-09-25 17:46:03] >>3 -[2013-09-25 17:47:03] >>3 -[2013-09-25 17:48:03] >>3 -[2013-09-25 17:48:25] 7 -[2013-09-25 17:48:27] 3 -[2013-09-25 17:48:29] >3 -[2013-09-25 17:49:28] >>3 -[2013-09-25 17:50:29] >>3 -[2013-09-25 17:51:29] >>3 -[2013-09-25 17:52:29] >>3 -[2013-09-25 17:53:29] >>3 -[2013-09-25 17:54:30] >>3 -[2013-09-25 17:55:30] >>3 -[2013-09-25 17:56:30] >>3 -[2013-09-25 17:56:55] 7 -[2013-09-25 17:56:56] 3 -[2013-09-25 17:56:57] >3 -[2013-09-25 17:57:57] >>3 -[2013-09-25 17:58:57] >>3 -[2013-09-25 17:59:58] >>3 -[2013-09-25 18:00:58] >>3 -[2013-09-25 18:01:58] >>3 -[2013-09-25 18:02:58] >>3 -[2013-09-25 18:03:58] >>3 -[2013-09-25 18:04:59] >>3 -[2013-09-25 18:05:22] 7 -[2013-09-25 18:05:24] 3 -[2013-09-25 18:05:25] >3 -[2013-09-25 18:06:25] >>3 -[2013-09-25 18:07:25] >>3 -[2013-09-25 18:08:26] >>3 -[2013-09-25 18:09:26] >>3 -[2013-09-25 18:10:26] >>3 -[2013-09-25 18:11:26] >>3 -[2013-09-25 18:12:26] >>3 -[2013-09-25 18:13:27] >>3 -[2013-09-25 18:13:49] 7 -[2013-09-25 18:13:51] 3 -[2013-09-25 18:13:53] >3 -[2013-09-25 18:14:52] >>3 -[2013-09-25 18:15:53] >>3 -[2013-09-25 18:16:53] >>3 -[2013-09-25 18:17:53] >>3 -[2013-09-25 18:18:53] >>3 -[2013-09-25 18:19:53] >>3 -[2013-09-25 18:20:54] >>3 -[2013-09-25 18:21:54] >>3 -[2013-09-25 18:22:16] 7 -[2013-09-25 18:22:18] 3 -[2013-09-25 18:22:19] >3 -[2013-09-25 18:22:21] 21 -[2013-09-25 18:22:23] >21 -[2013-09-25 18:23:23] >>21 -[2013-09-25 18:24:23] >>21 -[2013-09-25 18:25:23] >>21 -[2013-09-25 18:26:23] >>21 -[2013-09-25 18:27:24] >>21 -[2013-09-25 18:28:24] >>21 -[2013-09-25 18:29:20] 1 -[2013-09-25 18:29:22] >1 -[2013-09-25 18:29:42] 3 -[2013-09-25 18:29:43] >3 -[2013-09-25 18:30:43] >>3 -[2013-09-25 18:31:43] >>3 -[2013-09-25 18:32:44] >>3 -[2013-09-25 18:33:44] >>3 -[2013-09-25 18:34:49] >>3 -[2013-09-25 18:35:49] >>3 -[2013-09-25 18:36:49] >>3 -[2013-09-25 18:37:11] 7 -[2013-09-25 18:37:13] 3 -[2013-09-25 18:37:15] >3 -[2013-09-25 18:38:14] >>3 -[2013-09-25 18:39:15] >>3 -[2013-09-25 18:40:15] >>3 -[2013-09-25 18:41:15] >>3 -[2013-09-25 18:42:15] >>3 -[2013-09-25 18:43:15] >>3 -[2013-09-25 18:44:16] >>3 -[2013-09-25 18:45:16] >>3 -[2013-09-25 18:45:39] 7 -[2013-09-25 18:45:41] 3 -[2013-09-25 18:45:43] >3 -[2013-09-25 18:46:42] >>3 -[2013-09-25 18:47:43] >>3 -[2013-09-25 18:48:43] >>3 -[2013-09-25 18:49:43] >>3 -[2013-09-25 18:50:43] >>3 -[2013-09-25 18:51:43] >>3 -[2013-09-25 18:52:44] >>3 -[2013-09-25 18:53:44] >>3 -[2013-09-25 18:54:07] 7 -[2013-09-25 18:54:08] 3 -[2013-09-25 18:54:10] >3 -[2013-09-25 18:55:10] >>3 -[2013-09-25 18:56:10] >>3 -[2013-09-25 18:57:10] >>3 -[2013-09-25 18:58:10] >>3 -[2013-09-25 18:59:10] >>3 -[2013-09-25 19:00:11] >>3 -[2013-09-25 19:01:11] >>3 -[2013-09-25 19:02:11] >>3 -[2013-09-25 19:02:33] 7 -[2013-09-25 19:02:35] 3 -[2013-09-25 19:02:36] >3 -[2013-09-25 19:03:36] >>3 -[2013-09-25 19:04:36] >>3 -[2013-09-25 19:05:37] >>3 -[2013-09-25 19:06:37] >>3 -[2013-09-25 19:07:40] >>3 -[2013-09-25 19:08:40] >>3 -[2013-09-25 19:09:40] >>3 -[2013-09-25 19:10:40] >>3 -[2013-09-25 19:11:02] 7 -[2013-09-25 19:11:03] 3 -[2013-09-25 19:11:05] >3 -[2013-09-25 19:12:05] >>3 -[2013-09-25 19:13:05] >>3 -[2013-09-25 19:14:05] >>3 -[2013-09-25 19:15:05] >>3 -[2013-09-25 19:16:06] >>3 -[2013-09-25 19:17:06] >>3 -[2013-09-25 19:18:06] >>3 -[2013-09-25 19:19:06] >>3 -[2013-09-25 19:19:30] 7 -[2013-09-25 19:19:31] 3 -[2013-09-25 19:19:33] >3 -[2013-09-25 19:20:33] >>3 -[2013-09-25 19:21:33] >>3 -[2013-09-25 19:22:33] >>3 -[2013-09-25 19:23:33] >>3 -[2013-09-25 19:24:34] >>3 -[2013-09-25 19:25:34] >>3 -[2013-09-25 19:26:34] >>3 -[2013-09-25 19:27:34] >>3 -[2013-09-25 19:27:57] 7 -[2013-09-25 19:27:59] 3 -[2013-09-25 19:28:00] >3 -[2013-09-25 19:29:00] >>3 -[2013-09-25 19:30:00] >>3 -[2013-09-25 19:31:00] >>3 -[2013-09-25 19:32:01] >>3 -[2013-09-25 19:33:01] >>3 -[2013-09-25 19:34:01] >>3 -[2013-09-25 19:35:01] >>3 -[2013-09-25 19:36:01] >>3 -[2013-09-25 19:36:24] 7 -[2013-09-25 19:36:25] 3 -[2013-09-25 19:36:27] >3 -[2013-09-25 19:36:30] 21 -[2013-09-25 19:36:32] >21 -[2013-09-25 19:36:47] 1 -[2013-09-25 19:36:49] >1 -[2013-09-25 19:37:23] 3 -[2013-09-25 19:37:24] >3 -[2013-09-25 19:38:24] >>3 -[2013-09-25 19:39:24] >>3 -[2013-09-25 19:40:24] >>3 -[2013-09-25 19:41:25] >>3 -[2013-09-25 19:42:25] >>3 -[2013-09-25 19:43:25] >>3 -[2013-09-25 19:44:25] >>3 -[2013-09-25 19:44:52] 7 -[2013-09-25 19:44:54] 3 -[2013-09-25 19:44:56] >3 -[2013-09-25 19:45:55] >>3 -[2013-09-25 19:46:56] >>3 -[2013-09-25 19:47:56] >>3 -[2013-09-25 19:48:56] >>3 -[2013-09-25 19:49:56] >>3 -[2013-09-25 19:50:56] >>3 -[2013-09-25 19:51:57] >>3 -[2013-09-25 19:52:57] >>3 -[2013-09-25 19:53:20] 7 -[2013-09-25 19:53:22] 3 -[2013-09-25 19:53:23] >3 -[2013-09-25 19:54:23] >>3 -[2013-09-25 19:55:23] >>3 -[2013-09-25 19:56:23] >>3 -[2013-09-25 19:57:24] >>3 -[2013-09-25 19:58:24] >>3 -[2013-09-25 19:59:24] >>3 -[2013-09-25 20:00:25] >>3 -[2013-09-25 20:01:25] >>3 -[2013-09-25 20:01:48] 7 -[2013-09-25 20:01:49] 3 -[2013-09-25 20:01:51] >3 -[2013-09-25 20:02:51] >>3 -[2013-09-25 20:03:51] >>3 -[2013-09-25 20:04:51] >>3 -[2013-09-25 20:05:51] >>3 -[2013-09-25 20:06:51] >>3 -[2013-09-25 20:07:52] >>3 -[2013-09-25 20:08:52] >>3 -[2013-09-25 20:09:52] >>3 -[2013-09-25 20:10:14] 7 -[2013-09-25 20:10:15] 3 -[2013-09-25 20:10:17] >3 -[2013-09-25 20:11:17] >>3 -[2013-09-25 20:12:17] >>3 -[2013-09-25 20:13:17] >>3 -[2013-09-25 20:14:17] >>3 -[2013-09-25 20:15:18] >>3 -[2013-09-25 20:16:18] >>3 -[2013-09-25 20:17:18] >>3 -[2013-09-25 20:18:18] >>3 -[2013-09-25 20:18:43] 7 -[2013-09-25 20:18:45] 3 -[2013-09-25 20:18:46] >3 -[2013-09-25 20:19:46] >>3 -[2013-09-25 20:20:46] >>3 -[2013-09-25 20:21:46] >>3 -[2013-09-25 20:22:46] >>3 -[2013-09-25 20:23:47] >>3 -[2013-09-25 20:24:47] >>3 -[2013-09-25 20:25:47] >>3 -[2013-09-25 20:26:47] >>3 -[2013-09-25 20:27:10] 7 -[2013-09-25 20:27:12] 3 -[2013-09-25 20:27:14] >3 -[2013-09-25 20:28:13] >>3 -[2013-09-25 20:29:14] >>3 -[2013-09-25 20:30:14] >>3 -[2013-09-25 20:31:14] >>3 -[2013-09-25 20:32:14] >>3 -[2013-09-25 20:33:14] >>3 -[2013-09-25 20:34:15] >>3 -[2013-09-25 20:35:15] >>3 -[2013-09-25 20:35:38] 7 -[2013-09-25 20:35:39] 3 -[2013-09-25 20:35:41] >3 -[2013-09-25 20:36:41] >>3 -[2013-09-25 20:37:41] >>3 -[2013-09-25 20:38:41] >>3 -[2013-09-25 20:39:41] >>3 -[2013-09-25 20:40:41] >>3 -[2013-09-25 20:41:42] >>3 -[2013-09-25 20:42:42] >>3 -[2013-09-25 20:43:42] >>3 -[2013-09-25 20:44:04] 7 -[2013-09-25 20:44:06] 3 -[2013-09-25 20:44:07] >3 -[2013-09-25 20:45:07] >>3 -[2013-09-25 20:46:07] >>3 -[2013-09-25 20:47:08] >>3 -[2013-09-25 20:48:08] >>3 -[2013-09-25 20:49:08] >>3 -[2013-09-25 20:50:08] >>3 -[2013-09-25 20:51:08] >>3 -[2013-09-25 20:52:09] >>3 -[2013-09-25 20:52:33] 7 -[2013-09-25 20:52:35] 3 -[2013-09-25 20:52:37] >3 -[2013-09-25 20:53:36] >>3 -[2013-09-25 20:54:37] >>3 -[2013-09-25 20:55:37] >>3 -[2013-09-25 20:56:37] >>3 -[2013-09-25 20:57:37] >>3 -[2013-09-25 20:58:37] >>3 -[2013-09-25 20:59:38] >>3 -[2013-09-25 21:00:38] >>3 -[2013-09-25 21:01:01] 7 -[2013-09-25 21:01:03] 3 -[2013-09-25 21:01:04] >3 -[2013-09-25 21:02:04] >>3 -[2013-09-25 21:03:04] >>3 -[2013-09-25 21:04:04] >>3 -[2013-09-25 21:05:05] >>3 -[2013-09-25 21:06:05] >>3 -[2013-09-25 21:07:05] >>3 -[2013-09-25 21:08:05] >>3 -[2013-09-25 21:09:05] >>3 -[2013-09-25 21:09:28] 7 -[2013-09-25 21:09:30] 3 -[2013-09-25 21:09:31] >3 -[2013-09-25 21:10:31] >>3 -[2013-09-25 21:11:31] >>3 -[2013-09-25 21:12:32] >>3 -[2013-09-25 21:13:32] >>3 -[2013-09-25 21:14:32] >>3 -[2013-09-25 21:15:32] >>3 -[2013-09-25 21:16:32] >>3 -[2013-09-25 21:17:33] >>3 -[2013-09-25 21:17:55] 7 -[2013-09-25 21:17:56] 3 -[2013-09-25 21:17:58] >3 -[2013-09-25 21:18:58] >>3 -[2013-09-25 21:19:58] >>3 -[2013-09-25 21:20:58] >>3 -[2013-09-25 21:21:58] >>3 -[2013-09-25 21:22:59] >>3 -[2013-09-25 21:23:59] >>3 -[2013-09-25 21:24:59] >>3 -[2013-09-25 21:25:59] >>3 -[2013-09-25 21:26:24] 7 -[2013-09-25 21:26:25] 3 -[2013-09-25 21:26:27] >3 -[2013-09-25 21:27:27] >>3 -[2013-09-25 21:28:27] >>3 -[2013-09-25 21:29:27] >>3 -[2013-09-25 21:30:27] >>3 -[2013-09-25 21:31:28] >>3 -[2013-09-25 21:32:28] >>3 -[2013-09-25 21:33:28] >>3 -[2013-09-25 21:34:28] >>3 -[2013-09-25 21:35:05] 7 -[2013-09-25 21:35:07] 3 -[2013-09-25 21:35:08] >3 -[2013-09-25 21:36:08] >>3 -[2013-09-25 21:37:08] >>3 -[2013-09-25 21:38:08] >>3 -[2013-09-25 21:39:09] >>3 -[2013-09-25 21:40:09] >>3 -[2013-09-25 21:41:09] >>3 -[2013-09-25 21:42:09] >>3 -[2013-09-25 21:43:09] >>3 -[2013-09-25 21:43:32] 7 -[2013-09-25 21:43:34] 3 -[2013-09-25 21:43:35] >3 -[2013-09-25 21:44:35] >>3 -[2013-09-25 21:45:35] >>3 -[2013-09-25 21:46:35] >>3 -[2013-09-25 21:47:36] >>3 -[2013-09-25 21:48:36] >>3 -[2013-09-25 21:49:36] >>3 -[2013-09-25 21:50:36] >>3 -[2013-09-25 21:51:36] >>3 -[2013-09-25 21:51:59] 7 -[2013-09-25 21:52:00] 3 -[2013-09-25 21:52:02] >3 -[2013-09-25 21:53:02] >>3 -[2013-09-25 21:54:02] >>3 -[2013-09-25 21:55:02] >>3 -[2013-09-25 21:56:02] >>3 -[2013-09-25 21:57:03] >>3 -[2013-09-25 21:58:03] >>3 -[2013-09-25 21:59:03] >>3 -[2013-09-25 22:00:03] >>3 -[2013-09-25 22:00:27] 7 -[2013-09-25 22:00:29] 3 -[2013-09-25 22:00:31] >3 -[2013-09-25 22:01:30] >>3 -[2013-09-25 22:02:31] >>3 -[2013-09-25 22:03:31] >>3 -[2013-09-25 22:04:31] >>3 -[2013-09-25 22:05:31] >>3 -[2013-09-25 22:06:31] >>3 -[2013-09-25 22:07:32] >>3 -[2013-09-25 22:08:32] >>3 -[2013-09-25 22:08:55] 7 -[2013-09-25 22:08:57] 3 -[2013-09-25 22:08:59] >3 -[2013-09-25 22:09:58] >>3 -[2013-09-25 22:10:59] >>3 -[2013-09-25 22:11:59] >>3 -[2013-09-25 22:12:59] >>3 -[2013-09-25 22:13:59] >>3 -[2013-09-25 22:15:00] >>3 -[2013-09-25 22:16:00] >>3 -[2013-09-25 22:17:00] >>3 -[2013-09-25 22:17:23] 7 -[2013-09-25 22:17:24] 3 -[2013-09-25 22:17:26] >3 -[2013-09-25 22:18:26] >>3 -[2013-09-25 22:19:26] >>3 -[2013-09-25 22:20:26] >>3 -[2013-09-25 22:21:26] >>3 -[2013-09-25 22:22:26] >>3 -[2013-09-25 22:23:27] >>3 -[2013-09-25 22:24:23] 1 -[2013-09-25 22:24:25] >1 -[2013-09-25 22:25:24] >>1 -[2013-09-25 22:25:44] 21 -[2013-09-25 22:25:46] >21 -[2013-09-25 22:26:03] 1 -[2013-09-25 22:26:05] >1 -[2013-09-25 22:26:31] 5 -[2013-09-25 22:26:33] 1 -[2013-09-25 22:26:34] >1 -[2013-09-25 22:27:30] 3 -[2013-09-25 22:27:32] >3 -[2013-09-25 22:28:31] >>3 -[2013-09-25 22:29:27] 1 -[2013-09-25 22:29:29] >1 -[2013-09-25 22:30:28] >>1 -[2013-09-25 22:31:29] >>1 -[2013-09-25 22:32:29] >>1 -[2013-09-25 22:33:29] >>1 -[2013-09-25 22:34:29] >>1 -[2013-09-25 22:35:30] >>1 -[2013-09-25 22:36:27] 21 -[2013-09-25 22:36:28] >21 -[2013-09-25 22:37:28] >>21 -[2013-09-25 22:38:28] >>21 -[2013-09-25 22:39:29] >>21 -[2013-09-25 22:40:29] >>21 -[2013-09-25 22:41:29] >>21 -[2013-09-25 22:42:29] >>21 -[2013-09-25 22:43:25] 1 -[2013-09-25 22:43:26] >1 -[2013-09-25 22:43:51] 5 -[2013-09-25 22:43:52] 1 -[2013-09-25 22:43:54] >1 -[2013-09-25 22:44:50] 3 -[2013-09-25 22:44:52] >3 -[2013-09-25 22:45:51] >>3 -[2013-09-25 22:46:52] >>3 -[2013-09-25 22:47:52] >>3 -[2013-09-25 22:48:52] >>3 -[2013-09-25 22:49:52] >>3 -[2013-09-25 22:50:53] >>3 -[2013-09-25 22:51:53] >>3 -[2013-09-25 22:52:19] 7 -[2013-09-25 22:52:20] 3 -[2013-09-25 22:52:22] >3 -[2013-09-25 22:53:22] >>3 -[2013-09-25 22:54:22] >>3 -[2013-09-25 22:55:22] >>3 -[2013-09-25 22:56:23] >>3 -[2013-09-25 22:57:23] >>3 -[2013-09-25 22:58:23] >>3 -[2013-09-25 22:59:23] >>3 -[2013-09-25 23:00:23] >>3 -[2013-09-25 23:00:46] 7 -[2013-09-25 23:00:48] 3 -[2013-09-25 23:00:49] >3 -[2013-09-25 23:01:49] >>3 -[2013-09-25 23:02:49] >>3 -[2013-09-25 23:03:50] >>3 -[2013-09-25 23:04:50] >>3 -[2013-09-25 23:05:50] >>3 -[2013-09-25 23:06:50] >>3 -[2013-09-25 23:07:50] >>3 -[2013-09-25 23:08:51] >>3 -[2013-09-25 23:09:12] 7 -[2013-09-25 23:09:14] 3 -[2013-09-25 23:09:16] >3 -[2013-09-25 23:10:15] >>3 -[2013-09-25 23:11:15] >>3 -[2013-09-25 23:12:16] >>3 -[2013-09-25 23:13:16] >>3 -[2013-09-25 23:14:16] >>3 -[2013-09-25 23:15:16] >>3 -[2013-09-25 23:16:17] >>3 -[2013-09-25 23:17:17] >>3 -[2013-09-25 23:17:41] 7 -[2013-09-25 23:17:43] 3 -[2013-09-25 23:17:45] >3 -[2013-09-25 23:18:44] >>3 -[2013-09-25 23:19:45] >>3 -[2013-09-25 23:20:45] >>3 -[2013-09-25 23:21:45] >>3 -[2013-09-25 23:22:45] >>3 -[2013-09-25 23:23:45] >>3 -[2013-09-25 23:24:46] >>3 -[2013-09-25 23:25:46] >>3 -[2013-09-25 23:26:09] 7 -[2013-09-25 23:26:11] 3 -[2013-09-25 23:26:12] >3 -[2013-09-25 23:27:12] >>3 -[2013-09-25 23:28:12] >>3 -[2013-09-25 23:29:12] >>3 -[2013-09-25 23:30:13] >>3 -[2013-09-25 23:31:13] >>3 -[2013-09-25 23:32:13] >>3 -[2013-09-25 23:33:13] >>3 -[2013-09-25 23:34:13] >>3 -[2013-09-25 23:34:37] 7 -[2013-09-25 23:34:38] 3 -[2013-09-25 23:34:40] >3 -[2013-09-25 23:35:40] >>3 -[2013-09-25 23:36:40] >>3 -[2013-09-25 23:37:40] >>3 -[2013-09-25 23:38:40] >>3 -[2013-09-25 23:39:40] >>3 -[2013-09-25 23:40:41] >>3 -[2013-09-25 23:41:41] >>3 -[2013-09-25 23:42:41] >>3 -[2013-09-25 23:43:03] 7 -[2013-09-25 23:43:04] 3 -[2013-09-25 23:43:06] >3 -[2013-09-25 23:44:06] >>3 -[2013-09-25 23:45:06] >>3 -[2013-09-25 23:46:06] >>3 -[2013-09-25 23:47:06] >>3 -[2013-09-25 23:48:07] >>3 -[2013-09-25 23:49:07] >>3 -[2013-09-25 23:50:07] >>3 -[2013-09-25 23:51:07] >>3 -[2013-09-25 23:51:32] 7 -[2013-09-25 23:51:33] 3 -[2013-09-25 23:51:35] >3 -[2013-09-25 23:52:35] >>3 -[2013-09-25 23:53:35] >>3 -[2013-09-25 23:54:35] >>3 -[2013-09-25 23:55:35] >>3 -[2013-09-25 23:56:36] >>3 -[2013-09-25 23:57:36] >>3 -[2013-09-25 23:58:36] >>3 -[2013-09-25 23:59:36] >>3 -[2013-09-26 00:00:00] 7 -[2013-09-26 00:00:01] 3 -[2013-09-26 00:00:03] >3 -[2013-09-26 00:01:02] >>3 -[2013-09-26 00:02:03] >>3 -[2013-09-26 00:03:03] >>3 -[2013-09-26 00:04:03] >>3 -[2013-09-26 00:05:03] >>3 -[2013-09-26 00:06:03] >>3 -[2013-09-26 00:07:04] >>3 -[2013-09-26 00:08:04] >>3 -[2013-09-26 00:08:27] 7 -[2013-09-26 00:08:29] 3 -[2013-09-26 00:08:30] >3 -[2013-09-26 00:09:30] >>3 -[2013-09-26 00:10:30] >>3 -[2013-09-26 00:11:30] >>3 -[2013-09-26 00:12:31] >>3 -[2013-09-26 00:13:31] >>3 -[2013-09-26 00:14:31] >>3 -[2013-09-26 00:15:31] >>3 -[2013-09-26 00:16:31] >>3 -[2013-09-26 00:16:54] 7 -[2013-09-26 00:16:55] 3 -[2013-09-26 00:16:56] >3 -[2013-09-26 00:17:56] >>3 -[2013-09-26 00:18:56] >>3 -[2013-09-26 00:19:57] >>3 -[2013-09-26 00:20:57] >>3 -[2013-09-26 00:21:57] >>3 -[2013-09-26 00:22:57] >>3 -[2013-09-26 00:23:57] >>3 -[2013-09-26 00:24:58] >>3 -[2013-09-26 00:25:22] 7 -[2013-09-26 00:25:24] 3 -[2013-09-26 00:25:26] >3 -[2013-09-26 00:26:25] >>3 -[2013-09-26 00:27:25] >>3 -[2013-09-26 00:28:26] >>3 -[2013-09-26 00:29:26] >>3 -[2013-09-26 00:30:26] >>3 -[2013-09-26 00:31:26] >>3 -[2013-09-26 00:32:27] >>3 -[2013-09-26 00:33:27] >>3 -[2013-09-26 00:33:50] 7 -[2013-09-26 00:33:52] 3 -[2013-09-26 00:33:53] >3 -[2013-09-26 00:34:53] >>3 -[2013-09-26 00:35:53] >>3 -[2013-09-26 00:36:53] >>3 -[2013-09-26 00:37:54] >>3 -[2013-09-26 00:38:54] >>3 -[2013-09-26 00:39:54] >>3 -[2013-09-26 00:40:54] >>3 -[2013-09-26 00:41:54] >>3 -[2013-09-26 00:42:42] 7 -[2013-09-26 00:42:44] 3 -[2013-09-26 00:42:45] >3 -[2013-09-26 00:43:45] >>3 -[2013-09-26 00:44:45] >>3 -[2013-09-26 00:45:45] >>3 -[2013-09-26 00:46:46] >>3 -[2013-09-26 00:47:46] >>3 -[2013-09-26 00:48:46] >>3 -[2013-09-26 00:49:46] >>3 -[2013-09-26 00:50:46] >>3 -[2013-09-26 00:51:09] 7 -[2013-09-26 00:51:10] 3 -[2013-09-26 00:51:12] >3 -[2013-09-26 00:52:12] >>3 -[2013-09-26 00:53:12] >>3 -[2013-09-26 00:53:50] 1 -[2013-09-26 00:53:51] 21 -[2013-09-26 00:53:52] >21 -[2013-09-26 00:54:13] 1 -[2013-09-26 00:54:15] >1 -[2013-09-26 00:55:07] 3 -[2013-09-26 00:55:09] >3 -[2013-09-26 00:56:09] >>3 -[2013-09-26 00:57:09] >>3 -[2013-09-26 00:58:09] >>3 -[2013-09-26 00:59:09] >>3 -[2013-09-26 01:00:07] 7 -[2013-09-26 01:00:09] 3 -[2013-09-26 01:00:10] >3 -[2013-09-26 01:01:10] >>3 -[2013-09-26 01:02:10] >>3 -[2013-09-26 01:03:10] >>3 -[2013-09-26 01:04:11] >>3 -[2013-09-26 01:05:11] >>3 -[2013-09-26 01:06:11] >>3 -[2013-09-26 01:07:11] >>3 -[2013-09-26 01:08:12] >>3 -[2013-09-26 01:08:35] 7 -[2013-09-26 01:08:37] 3 -[2013-09-26 01:08:38] >3 -[2013-09-26 01:09:38] >>3 -[2013-09-26 01:10:38] >>3 -[2013-09-26 01:11:39] >>3 -[2013-09-26 01:12:39] >>3 -[2013-09-26 01:13:39] >>3 -[2013-09-26 01:14:39] >>3 -[2013-09-26 01:15:39] >>3 -[2013-09-26 01:16:40] >>3 -[2013-09-26 01:17:02] 7 -[2013-09-26 01:17:04] 3 -[2013-09-26 01:17:06] >3 -[2013-09-26 01:18:05] >>3 -[2013-09-26 01:19:06] >>3 -[2013-09-26 01:20:06] >>3 -[2013-09-26 01:21:06] >>3 -[2013-09-26 01:22:06] >>3 -[2013-09-26 01:23:06] >>3 -[2013-09-26 01:24:07] >>3 -[2013-09-26 01:25:07] >>3 -[2013-09-26 01:25:29] 7 -[2013-09-26 01:25:31] 3 -[2013-09-26 01:25:32] >3 -[2013-09-26 01:26:32] >>3 -[2013-09-26 01:27:32] >>3 -[2013-09-26 01:28:32] >>3 -[2013-09-26 01:29:33] >>3 -[2013-09-26 01:30:33] >>3 -[2013-09-26 01:31:33] >>3 -[2013-09-26 01:32:33] >>3 -[2013-09-26 01:33:33] >>3 -[2013-09-26 01:33:58] 7 -[2013-09-26 01:33:59] 3 -[2013-09-26 01:34:01] >3 -[2013-09-26 01:35:01] >>3 -[2013-09-26 01:36:01] >>3 -[2013-09-26 01:37:01] >>3 -[2013-09-26 01:38:01] >>3 -[2013-09-26 01:39:01] >>3 -[2013-09-26 01:40:02] >>3 -[2013-09-26 01:41:02] >>3 -[2013-09-26 01:42:02] >>3 -[2013-09-26 01:42:26] 7 -[2013-09-26 01:42:27] 3 -[2013-09-26 01:42:29] >3 -[2013-09-26 01:43:29] >>3 -[2013-09-26 01:44:29] >>3 -[2013-09-26 01:45:29] >>3 -[2013-09-26 01:46:29] >>3 -[2013-09-26 01:47:30] >>3 -[2013-09-26 01:48:30] >>3 -[2013-09-26 01:49:30] >>3 -[2013-09-26 01:50:30] >>3 -[2013-09-26 01:50:53] 7 -[2013-09-26 01:50:55] 3 -[2013-09-26 01:50:56] >3 -[2013-09-26 01:51:56] >>3 -[2013-09-26 01:52:56] >>3 -[2013-09-26 01:53:56] >>3 -[2013-09-26 01:54:57] >>3 -[2013-09-26 01:55:57] >>3 -[2013-09-26 01:56:57] >>3 -[2013-09-26 01:57:57] >>3 -[2013-09-26 01:58:57] >>3 -[2013-09-26 01:59:20] 7 -[2013-09-26 01:59:21] 3 -[2013-09-26 01:59:23] >3 -[2013-09-26 02:00:22] >>3 -[2013-09-26 02:01:22] >>3 -[2013-09-26 02:02:23] >>3 -[2013-09-26 02:03:23] >>3 -[2013-09-26 02:04:23] >>3 -[2013-09-26 02:05:23] >>3 -[2013-09-26 02:06:24] >>3 -[2013-09-26 02:07:24] >>3 -[2013-09-26 02:07:48] 7 -[2013-09-26 02:07:50] 3 -[2013-09-26 02:07:52] >3 -[2013-09-26 02:08:51] >>3 -[2013-09-26 02:09:52] >>3 -[2013-09-26 02:10:52] >>3 -[2013-09-26 02:11:52] >>3 -[2013-09-26 02:12:52] >>3 -[2013-09-26 02:13:52] >>3 -[2013-09-26 02:14:53] >>3 -[2013-09-26 02:15:53] >>3 -[2013-09-26 02:16:16] 7 -[2013-09-26 02:16:18] 3 -[2013-09-26 02:16:19] >3 -[2013-09-26 02:17:19] >>3 -[2013-09-26 02:18:19] >>3 -[2013-09-26 02:19:19] >>3 -[2013-09-26 02:19:24] 1 -[2013-09-26 02:19:26] >1 -[2013-09-26 02:20:25] >>1 -[2013-09-26 02:21:26] >>1 -[2013-09-26 02:22:26] >>1 -[2013-09-26 02:23:26] >>1 -[2013-09-26 02:24:26] >>1 -[2013-09-26 02:24:38] 21 -[2013-09-26 02:24:40] >21 -[2013-09-26 02:25:40] >>21 -[2013-09-26 02:26:40] >>21 -[2013-09-26 02:27:40] >>21 -[2013-09-26 02:28:40] >>21 -[2013-09-26 02:29:16] 1 -[2013-09-26 02:29:18] >1 -[2013-09-26 02:29:42] 5 -[2013-09-26 02:29:44] 1 -[2013-09-26 02:29:46] >1 -[2013-09-26 02:30:42] 3 -[2013-09-26 02:30:44] >3 -[2013-09-26 02:31:43] >>3 -[2013-09-26 02:32:43] >>3 -[2013-09-26 02:33:44] >>3 -[2013-09-26 02:34:44] >>3 -[2013-09-26 02:35:44] >>3 -[2013-09-26 02:36:44] >>3 -[2013-09-26 02:37:45] >>3 -[2013-09-26 02:38:10] 7 -[2013-09-26 02:38:12] 3 -[2013-09-26 02:38:13] >3 -[2013-09-26 02:39:13] >>3 -[2013-09-26 02:40:13] >>3 -[2013-09-26 02:41:14] >>3 -[2013-09-26 02:42:14] >>3 -[2013-09-26 02:43:14] >>3 -[2013-09-26 02:44:14] >>3 -[2013-09-26 02:45:14] >>3 -[2013-09-26 02:46:15] >>3 -[2013-09-26 02:46:37] 7 -[2013-09-26 02:46:39] 3 -[2013-09-26 02:46:41] >3 -[2013-09-26 02:47:40] >>3 -[2013-09-26 02:48:41] >>3 -[2013-09-26 02:49:41] >>3 -[2013-09-26 02:50:41] >>3 -[2013-09-26 02:51:41] >>3 -[2013-09-26 02:52:41] >>3 -[2013-09-26 02:53:42] >>3 -[2013-09-26 02:54:42] >>3 -[2013-09-26 02:55:04] 7 -[2013-09-26 02:55:05] 3 -[2013-09-26 02:55:07] >3 -[2013-09-26 02:56:07] >>3 -[2013-09-26 02:57:07] >>3 -[2013-09-26 02:58:07] >>3 -[2013-09-26 02:59:07] >>3 -[2013-09-26 03:00:08] >>3 -[2013-09-26 03:01:08] >>3 -[2013-09-26 03:02:08] >>3 -[2013-09-26 03:03:08] >>3 -[2013-09-26 03:03:33] 7 -[2013-09-26 03:03:35] 3 -[2013-09-26 03:03:36] >3 -[2013-09-26 03:04:36] >>3 -[2013-09-26 03:05:36] >>3 -[2013-09-26 03:06:36] >>3 -[2013-09-26 03:07:37] >>3 -[2013-09-26 03:08:37] >>3 -[2013-09-26 03:09:37] >>3 -[2013-09-26 03:10:37] >>3 -[2013-09-26 03:11:37] >>3 -[2013-09-26 03:12:01] 7 -[2013-09-26 03:12:02] 3 -[2013-09-26 03:12:04] >3 -[2013-09-26 03:13:04] >>3 -[2013-09-26 03:14:04] >>3 -[2013-09-26 03:15:04] >>3 -[2013-09-26 03:16:04] >>3 -[2013-09-26 03:17:04] >>3 -[2013-09-26 03:18:05] >>3 -[2013-09-26 03:19:05] >>3 -[2013-09-26 03:20:05] >>3 -[2013-09-26 03:20:28] 7 -[2013-09-26 03:20:29] 3 -[2013-09-26 03:20:31] >3 -[2013-09-26 03:21:31] >>3 -[2013-09-26 03:22:31] >>3 -[2013-09-26 03:23:31] >>3 -[2013-09-26 03:24:31] >>3 -[2013-09-26 03:25:32] >>3 -[2013-09-26 03:26:32] >>3 -[2013-09-26 03:27:32] >>3 -[2013-09-26 03:28:32] >>3 -[2013-09-26 03:28:55] 7 -[2013-09-26 03:28:56] 3 -[2013-09-26 03:28:58] >3 -[2013-09-26 03:29:57] >>3 -[2013-09-26 03:30:57] >>3 -[2013-09-26 03:31:58] >>3 -[2013-09-26 03:32:58] >>3 -[2013-09-26 03:33:58] >>3 -[2013-09-26 03:34:58] >>3 -[2013-09-26 03:35:59] >>3 -[2013-09-26 03:36:59] >>3 -[2013-09-26 03:37:23] 7 -[2013-09-26 03:37:25] 3 -[2013-09-26 03:37:27] >3 -[2013-09-26 03:38:26] >>3 -[2013-09-26 03:39:27] >>3 -[2013-09-26 03:40:27] >>3 -[2013-09-26 03:41:27] >>3 -[2013-09-26 03:42:27] >>3 -[2013-09-26 03:43:28] >>3 -[2013-09-26 03:44:28] >>3 -[2013-09-26 03:45:28] >>3 -[2013-09-26 03:45:51] 7 -[2013-09-26 03:45:53] 3 -[2013-09-26 03:45:54] >3 -[2013-09-26 03:46:54] >>3 -[2013-09-26 03:47:54] >>3 -[2013-09-26 03:48:55] >>3 -[2013-09-26 03:49:55] >>3 -[2013-09-26 03:50:55] >>3 -[2013-09-26 03:51:55] >>3 -[2013-09-26 03:52:55] >>3 -[2013-09-26 03:53:56] >>3 -[2013-09-26 03:54:18] 7 -[2013-09-26 03:54:20] 3 -[2013-09-26 03:54:22] >3 -[2013-09-26 03:55:21] >>3 -[2013-09-26 03:56:21] >>3 -[2013-09-26 03:57:22] >>3 -[2013-09-26 03:58:22] >>3 -[2013-09-26 03:59:24] >>3 -[2013-09-26 04:00:25] >>3 -[2013-09-26 04:01:25] >>3 -[2013-09-26 04:02:25] >>3 -[2013-09-26 04:02:45] 7 -[2013-09-26 04:02:47] 3 -[2013-09-26 04:02:48] >3 -[2013-09-26 04:03:48] >>3 -[2013-09-26 04:04:48] >>3 -[2013-09-26 04:05:49] >>3 -[2013-09-26 04:06:49] >>3 -[2013-09-26 04:07:49] >>3 -[2013-09-26 04:08:49] >>3 -[2013-09-26 04:09:49] >>3 -[2013-09-26 04:10:50] >>3 -[2013-09-26 04:11:14] 7 -[2013-09-26 04:11:15] 3 -[2013-09-26 04:11:17] >3 -[2013-09-26 04:12:17] >>3 -[2013-09-26 04:13:17] >>3 -[2013-09-26 04:14:17] >>3 -[2013-09-26 04:15:17] >>3 -[2013-09-26 04:16:18] >>3 -[2013-09-26 04:17:18] >>3 -[2013-09-26 04:18:18] >>3 -[2013-09-26 04:19:18] >>3 -[2013-09-26 04:19:42] 7 -[2013-09-26 04:19:43] 3 -[2013-09-26 04:19:45] >3 -[2013-09-26 04:20:45] >>3 -[2013-09-26 04:21:45] >>3 -[2013-09-26 04:22:45] >>3 -[2013-09-26 04:23:45] >>3 -[2013-09-26 04:24:46] >>3 -[2013-09-26 04:25:46] >>3 -[2013-09-26 04:26:46] >>3 -[2013-09-26 04:27:46] >>3 -[2013-09-26 04:28:09] 7 -[2013-09-26 04:28:11] 3 -[2013-09-26 04:28:12] >3 -[2013-09-26 04:29:12] >>3 -[2013-09-26 04:30:12] >>3 -[2013-09-26 04:31:12] >>3 -[2013-09-26 04:32:13] >>3 -[2013-09-26 04:33:13] >>3 -[2013-09-26 04:34:13] >>3 -[2013-09-26 04:35:13] >>3 -[2013-09-26 04:36:13] >>3 -[2013-09-26 04:36:36] 7 -[2013-09-26 04:36:37] 3 -[2013-09-26 04:36:39] >3 -[2013-09-26 04:37:38] >>3 -[2013-09-26 04:38:39] >>3 -[2013-09-26 04:39:39] >>3 -[2013-09-26 04:40:39] >>3 -[2013-09-26 04:41:39] >>3 -[2013-09-26 04:42:40] >>3 -[2013-09-26 04:43:40] >>3 -[2013-09-26 04:44:36] 1 -[2013-09-26 04:44:38] >1 -[2013-09-26 04:44:57] 21 -[2013-09-26 04:44:59] >21 -[2013-09-26 04:45:09] 1 -[2013-09-26 04:45:11] >1 -[2013-09-26 04:45:36] 5 -[2013-09-26 04:45:37] 1 -[2013-09-26 04:45:39] >1 -[2013-09-26 04:46:35] 3 -[2013-09-26 04:46:36] >3 -[2013-09-26 04:47:36] >>3 -[2013-09-26 04:48:36] >>3 -[2013-09-26 04:49:37] >>3 -[2013-09-26 04:50:37] >>3 -[2013-09-26 04:51:37] >>3 -[2013-09-26 04:52:37] >>3 -[2013-09-26 04:53:37] >>3 -[2013-09-26 04:54:04] 7 -[2013-09-26 04:54:05] 3 -[2013-09-26 04:54:07] >3 -[2013-09-26 04:55:07] >>3 -[2013-09-26 04:56:07] >>3 -[2013-09-26 04:57:07] >>3 -[2013-09-26 04:58:07] >>3 -[2013-09-26 04:59:07] >>3 -[2013-09-26 05:00:08] >>3 -[2013-09-26 05:01:08] >>3 -[2013-09-26 05:02:08] >>3 -[2013-09-26 05:02:31] 7 -[2013-09-26 05:02:32] 3 -[2013-09-26 05:02:34] >3 -[2013-09-26 05:03:34] >>3 -[2013-09-26 05:04:34] >>3 -[2013-09-26 05:05:34] >>3 -[2013-09-26 05:06:34] >>3 -[2013-09-26 05:07:34] >>3 -[2013-09-26 05:08:35] >>3 -[2013-09-26 05:09:35] >>3 -[2013-09-26 05:10:35] >>3 -[2013-09-26 05:10:57] 7 -[2013-09-26 05:10:59] 3 -[2013-09-26 05:11:01] >3 -[2013-09-26 05:12:00] >>3 -[2013-09-26 05:13:00] >>3 -[2013-09-26 05:14:01] >>3 -[2013-09-26 05:15:01] >>3 -[2013-09-26 05:16:01] >>3 -[2013-09-26 05:17:01] >>3 -[2013-09-26 05:18:02] >>3 -[2013-09-26 05:19:02] >>3 -[2013-09-26 05:19:26] 7 -[2013-09-26 05:19:28] 3 -[2013-09-26 05:19:30] >3 -[2013-09-26 05:20:29] >>3 -[2013-09-26 05:21:30] >>3 -[2013-09-26 05:22:30] >>3 -[2013-09-26 05:23:30] >>3 -[2013-09-26 05:24:30] >>3 -[2013-09-26 05:25:30] >>3 -[2013-09-26 05:26:31] >>3 -[2013-09-26 05:27:31] >>3 -[2013-09-26 05:27:54] 7 -[2013-09-26 05:27:56] 3 -[2013-09-26 05:27:57] >3 -[2013-09-26 05:28:57] >>3 -[2013-09-26 05:29:57] >>3 -[2013-09-26 05:30:57] >>3 -[2013-09-26 05:31:58] >>3 -[2013-09-26 05:33:04] >>3 -[2013-09-26 05:34:04] >>3 -[2013-09-26 05:35:04] >>3 -[2013-09-26 05:36:05] >>3 -[2013-09-26 05:36:21] 7 -[2013-09-26 05:36:23] 3 -[2013-09-26 05:36:24] >3 -[2013-09-26 05:37:24] >>3 -[2013-09-26 05:38:24] >>3 -[2013-09-26 05:39:25] >>3 -[2013-09-26 05:40:25] >>3 -[2013-09-26 05:41:25] >>3 -[2013-09-26 05:42:25] >>3 -[2013-09-26 05:43:25] >>3 -[2013-09-26 05:44:26] >>3 -[2013-09-26 05:44:48] 7 -[2013-09-26 05:44:49] 3 -[2013-09-26 05:44:51] >3 -[2013-09-26 05:45:51] >>3 -[2013-09-26 05:46:51] >>3 -[2013-09-26 05:47:51] >>3 -[2013-09-26 05:48:51] >>3 -[2013-09-26 05:49:52] >>3 -[2013-09-26 05:50:52] >>3 -[2013-09-26 05:51:52] >>3 -[2013-09-26 05:52:52] >>3 -[2013-09-26 05:53:16] 7 -[2013-09-26 05:53:18] 3 -[2013-09-26 05:53:20] >3 -[2013-09-26 05:54:19] >>3 -[2013-09-26 05:55:20] >>3 -[2013-09-26 05:56:20] >>3 -[2013-09-26 05:57:20] >>3 -[2013-09-26 05:58:20] >>3 -[2013-09-26 05:59:21] >>3 -[2013-09-26 06:00:21] >>3 -[2013-09-26 06:01:21] >>3 -[2013-09-26 06:01:45] 7 -[2013-09-26 06:01:46] 3 -[2013-09-26 06:01:48] >3 -[2013-09-26 06:02:48] >>3 -[2013-09-26 06:03:48] >>3 -[2013-09-26 06:04:48] >>3 -[2013-09-26 06:05:48] >>3 -[2013-09-26 06:06:48] >>3 -[2013-09-26 06:07:51] >>3 -[2013-09-26 06:08:39] 1 -[2013-09-26 06:08:40] >1 -[2013-09-26 06:09:38] 19 -[2013-09-26 06:09:39] >19 -[2013-09-26 06:09:48] 39 -[2013-09-26 06:09:50] >39 -[2013-09-26 06:10:50] >>39 -[2013-09-26 06:11:11] 21 -[2013-09-26 06:11:12] >21 -[2013-09-26 06:12:12] >>21 -[2013-09-26 06:13:12] >>21 -[2013-09-26 06:14:12] >>21 -[2013-09-26 06:15:13] >>21 -[2013-09-26 06:16:13] >>21 -[2013-09-26 06:17:13] >>21 -[2013-09-26 06:18:13] >>21 -[2013-09-26 06:19:13] >>21 -[2013-09-26 06:20:14] >>21 -[2013-09-26 06:21:14] >>21 -[2013-09-26 06:21:54] 1 -[2013-09-26 06:21:56] >1 -[2013-09-26 06:22:39] 5 -[2013-09-26 06:22:41] 1 -[2013-09-26 06:22:42] >1 -[2013-09-26 06:23:42] >>1 -[2013-09-26 06:24:14] 3 -[2013-09-26 06:24:16] >3 -[2013-09-26 06:25:15] >>3 -[2013-09-26 06:26:16] >>3 -[2013-09-26 06:27:16] >>3 -[2013-09-26 06:28:16] >>3 -[2013-09-26 06:29:16] >>3 -[2013-09-26 06:30:17] >>3 -[2013-09-26 06:31:17] >>3 -[2013-09-26 06:32:17] >>3 -[2013-09-26 06:33:17] >>3 -[2013-09-26 06:34:17] >>3 -[2013-09-26 06:35:18] >>3 -[2013-09-26 06:36:18] >>3 -[2013-09-26 06:37:18] >>3 -[2013-09-26 06:37:25] 7 -[2013-09-26 06:37:26] 3 -[2013-09-26 06:37:28] >3 -[2013-09-26 06:38:28] >>3 -[2013-09-26 06:39:28] >>3 -[2013-09-26 06:40:28] >>3 -[2013-09-26 06:41:28] >>3 -[2013-09-26 06:42:29] >>3 -[2013-09-26 06:43:29] >>3 -[2013-09-26 06:44:29] >>3 -[2013-09-26 06:45:29] >>3 -[2013-09-26 06:45:52] 7 -[2013-09-26 06:45:53] 3 -[2013-09-26 06:45:55] >3 -[2013-09-26 06:46:55] >>3 -[2013-09-26 06:47:55] >>3 -[2013-09-26 06:48:55] >>3 -[2013-09-26 06:49:55] >>3 -[2013-09-26 06:50:56] >>3 -[2013-09-26 06:51:56] >>3 -[2013-09-26 06:52:56] >>3 -[2013-09-26 06:53:56] >>3 -[2013-09-26 06:54:18] 7 -[2013-09-26 06:54:20] 3 -[2013-09-26 06:54:22] >3 -[2013-09-26 06:55:21] >>3 -[2013-09-26 06:56:22] >>3 -[2013-09-26 06:57:26] >>3 -[2013-09-26 06:58:26] >>3 -[2013-09-26 06:59:27] >>3 -[2013-09-26 07:00:27] >>3 -[2013-09-26 07:01:27] >>3 -[2013-09-26 07:02:27] >>3 -[2013-09-26 07:02:47] 7 -[2013-09-26 07:02:49] 3 -[2013-09-26 07:02:51] >3 -[2013-09-26 07:03:50] >>3 -[2013-09-26 07:04:51] >>3 -[2013-09-26 07:05:51] >>3 -[2013-09-26 07:06:51] >>3 -[2013-09-26 07:07:51] >>3 -[2013-09-26 07:08:52] >>3 -[2013-09-26 07:09:52] >>3 -[2013-09-26 07:10:52] >>3 -[2013-09-26 07:11:16] 7 -[2013-09-26 07:11:17] 3 -[2013-09-26 07:11:18] >3 -[2013-09-26 07:12:18] >>3 -[2013-09-26 07:13:18] >>3 -[2013-09-26 07:14:19] >>3 -[2013-09-26 07:15:19] >>3 -[2013-09-26 07:16:19] >>3 -[2013-09-26 07:17:19] >>3 -[2013-09-26 07:18:19] >>3 -[2013-09-26 07:19:20] >>3 -[2013-09-26 07:19:43] 7 -[2013-09-26 07:19:44] 3 -[2013-09-26 07:19:46] >3 -[2013-09-26 07:20:45] >>3 -[2013-09-26 07:21:45] >>3 -[2013-09-26 07:22:46] >>3 -[2013-09-26 07:23:46] >>3 -[2013-09-26 07:24:46] >>3 -[2013-09-26 07:25:46] >>3 -[2013-09-26 07:26:47] >>3 -[2013-09-26 07:27:47] >>3 -[2013-09-26 07:28:09] 7 -[2013-09-26 07:28:11] 3 -[2013-09-26 07:28:12] >3 -[2013-09-26 07:29:12] >>3 -[2013-09-26 07:30:12] >>3 -[2013-09-26 07:31:12] >>3 -[2013-09-26 07:32:13] >>3 -[2013-09-26 07:33:13] >>3 -[2013-09-26 07:34:13] >>3 -[2013-09-26 07:35:13] >>3 -[2013-09-26 07:36:13] >>3 -[2013-09-26 07:36:38] 7 -[2013-09-26 07:36:40] 3 -[2013-09-26 07:36:41] >3 -[2013-09-26 07:37:41] >>3 -[2013-09-26 07:38:41] >>3 -[2013-09-26 07:39:41] >>3 -[2013-09-26 07:40:42] >>3 -[2013-09-26 07:41:42] >>3 -[2013-09-26 07:42:42] >>3 -[2013-09-26 07:43:42] >>3 -[2013-09-26 07:44:43] >>3 -[2013-09-26 07:45:06] 7 -[2013-09-26 07:45:07] 3 -[2013-09-26 07:45:09] >3 -[2013-09-26 07:46:09] >>3 -[2013-09-26 07:47:09] >>3 -[2013-09-26 07:48:09] >>3 -[2013-09-26 07:49:09] >>3 -[2013-09-26 07:50:10] >>3 -[2013-09-26 07:51:10] >>3 -[2013-09-26 07:52:10] >>3 -[2013-09-26 07:53:10] >>3 -[2013-09-26 07:53:33] 7 -[2013-09-26 07:53:34] 3 -[2013-09-26 07:53:36] >3 -[2013-09-26 07:54:36] >>3 -[2013-09-26 07:55:36] >>3 -[2013-09-26 07:56:36] >>3 -[2013-09-26 07:57:36] >>3 -[2013-09-26 07:58:37] >>3 -[2013-09-26 07:59:37] >>3 -[2013-09-26 08:00:37] >>3 -[2013-09-26 08:01:37] >>3 -[2013-09-26 08:01:59] 7 -[2013-09-26 08:02:01] 3 -[2013-09-26 08:02:03] >3 -[2013-09-26 08:03:02] >>3 -[2013-09-26 08:04:03] >>3 -[2013-09-26 08:05:03] >>3 -[2013-09-26 08:06:03] >>3 -[2013-09-26 08:07:03] >>3 -[2013-09-26 08:08:03] >>3 -[2013-09-26 08:09:04] >>3 -[2013-09-26 08:10:04] >>3 -[2013-09-26 08:10:29] 7 -[2013-09-26 08:10:30] 3 -[2013-09-26 08:10:32] >3 -[2013-09-26 08:11:32] >>3 -[2013-09-26 08:12:32] >>3 -[2013-09-26 08:13:32] >>3 -[2013-09-26 08:14:32] >>3 -[2013-09-26 08:15:32] >>3 -[2013-09-26 08:16:33] >>3 -[2013-09-26 08:17:33] >>3 -[2013-09-26 08:18:33] >>3 -[2013-09-26 08:18:56] 7 -[2013-09-26 08:18:58] 3 -[2013-09-26 08:18:59] >3 -[2013-09-26 08:19:59] >>3 -[2013-09-26 08:20:59] >>3 -[2013-09-26 08:22:00] >>3 -[2013-09-26 08:23:00] >>3 -[2013-09-26 08:24:00] >>3 -[2013-09-26 08:25:00] >>3 -[2013-09-26 08:26:00] >>3 -[2013-09-26 08:27:01] >>3 -[2013-09-26 08:27:23] 7 -[2013-09-26 08:27:25] 3 -[2013-09-26 08:27:27] >3 -[2013-09-26 08:28:26] >>3 -[2013-09-26 08:29:27] >>3 -[2013-09-26 08:30:27] >>3 -[2013-09-26 08:31:27] >>3 -[2013-09-26 08:32:27] >>3 -[2013-09-26 08:33:27] >>3 -[2013-09-26 08:34:27] >>3 -[2013-09-26 08:35:28] >>3 -[2013-09-26 08:35:50] 7 -[2013-09-26 08:35:51] 3 -[2013-09-26 08:35:53] >3 -[2013-09-26 08:36:53] >>3 -[2013-09-26 08:37:53] >>3 -[2013-09-26 08:38:53] >>3 -[2013-09-26 08:39:54] >>3 -[2013-09-26 08:40:54] >>3 -[2013-09-26 08:41:54] >>3 -[2013-09-26 08:42:54] >>3 -[2013-09-26 08:43:54] >>3 -[2013-09-26 08:44:19] 7 -[2013-09-26 08:44:27] 3 -[2013-09-26 08:44:29] >3 -[2013-09-26 08:45:28] >>3 -[2013-09-26 08:46:29] >>3 -[2013-09-26 08:47:29] >>3 -[2013-09-26 08:48:29] >>3 -[2013-09-26 08:49:29] >>3 -[2013-09-26 08:50:29] >>3 -[2013-09-26 08:51:30] >>3 -[2013-09-26 08:52:30] >>3 -[2013-09-26 08:52:47] 7 -[2013-09-26 08:52:49] 3 -[2013-09-26 08:52:50] >3 -[2013-09-26 08:53:50] >>3 -[2013-09-26 08:54:50] >>3 -[2013-09-26 08:55:50] >>3 -[2013-09-26 08:56:51] >>3 -[2013-09-26 08:57:51] >>3 -[2013-09-26 08:58:51] >>3 -[2013-09-26 08:59:51] >>3 -[2013-09-26 09:00:51] >>3 -[2013-09-26 09:01:14] 7 -[2013-09-26 09:01:16] 3 -[2013-09-26 09:01:17] >3 -[2013-09-26 09:02:17] >>3 -[2013-09-26 09:03:17] >>3 -[2013-09-26 09:04:18] >>3 -[2013-09-26 09:05:18] >>3 -[2013-09-26 09:06:18] >>3 -[2013-09-26 09:07:18] >>3 -[2013-09-26 09:08:18] >>3 -[2013-09-26 09:09:19] >>3 -[2013-09-26 09:09:40] 7 -[2013-09-26 09:09:42] 3 -[2013-09-26 09:09:44] >3 -[2013-09-26 09:10:43] >>3 -[2013-09-26 09:11:43] >>3 -[2013-09-26 09:12:44] >>3 -[2013-09-26 09:13:44] >>3 -[2013-09-26 09:14:44] >>3 -[2013-09-26 09:15:44] >>3 -[2013-09-26 09:16:45] >>3 -[2013-09-26 09:17:45] >>3 -[2013-09-26 09:18:09] 7 -[2013-09-26 09:18:11] 3 -[2013-09-26 09:18:13] >3 -[2013-09-26 09:19:12] >>3 -[2013-09-26 09:20:13] >>3 -[2013-09-26 09:21:13] >>3 -[2013-09-26 09:22:13] >>3 -[2013-09-26 09:23:13] >>3 -[2013-09-26 09:24:13] >>3 -[2013-09-26 09:25:14] >>3 -[2013-09-26 09:26:14] >>3 -[2013-09-26 09:26:19] 1 -[2013-09-26 09:26:19] 21 -[2013-09-26 09:26:21] >21 -[2013-09-26 09:27:02] 1 -[2013-09-26 09:27:04] >1 -[2013-09-26 09:27:28] 5 -[2013-09-26 09:27:29] 1 -[2013-09-26 09:27:31] >1 -[2013-09-26 09:28:27] 3 -[2013-09-26 09:28:29] >3 -[2013-09-26 09:29:30] >>3 -[2013-09-26 09:30:31] >>3 -[2013-09-26 09:31:31] >>3 -[2013-09-26 09:32:31] >>3 -[2013-09-26 09:33:31] >>3 -[2013-09-26 09:34:32] >>3 -[2013-09-26 09:35:32] >>3 -[2013-09-26 09:35:55] 7 -[2013-09-26 09:35:57] 3 -[2013-09-26 09:35:58] >3 -[2013-09-26 09:36:58] >>3 -[2013-09-26 09:37:58] >>3 -[2013-09-26 09:38:58] >>3 -[2013-09-26 09:39:59] >>3 -[2013-09-26 09:40:59] >>3 -[2013-09-26 09:41:59] >>3 -[2013-09-26 09:42:59] >>3 -[2013-09-26 09:43:59] >>3 -[2013-09-26 09:44:22] 7 -[2013-09-26 09:44:23] 3 -[2013-09-26 09:44:25] >3 -[2013-09-26 09:45:25] >>3 -[2013-09-26 09:46:02] 1 -[2013-09-26 09:46:03] >1 -[2013-09-26 09:47:03] >>1 -[2013-09-26 09:48:03] >>1 -[2013-09-26 09:48:39] 21 -[2013-09-26 09:48:41] >21 -[2013-09-26 09:49:40] >>21 -[2013-09-26 09:50:41] >>21 -[2013-09-26 09:51:41] >>21 -[2013-09-26 09:52:41] >>21 -[2013-09-26 09:53:41] >>21 -[2013-09-26 09:54:41] >>21 -[2013-09-26 09:55:42] >>21 -[2013-09-26 09:55:54] 1 -[2013-09-26 09:55:55] >1 -[2013-09-26 09:56:25] 5 -[2013-09-26 09:56:26] 1 -[2013-09-26 09:56:28] >1 -[2013-09-26 09:57:15] 21 -[2013-09-26 09:57:16] >21 -[2013-09-26 09:57:55] 1 -[2013-09-26 09:57:57] >1 -[2013-09-26 09:58:09] 3 -[2013-09-26 09:58:11] >3 -[2013-09-26 09:59:11] >>3 -[2013-09-26 10:00:11] >>3 -[2013-09-26 10:01:11] >>3 -[2013-09-26 10:02:11] >>3 -[2013-09-26 10:03:11] >>3 -[2013-09-26 10:04:12] >>3 -[2013-09-26 10:05:12] >>3 -[2013-09-26 10:05:38] 7 -[2013-09-26 10:05:39] 3 -[2013-09-26 10:05:41] >3 -[2013-09-26 10:06:41] >>3 -[2013-09-26 10:07:41] >>3 -[2013-09-26 10:08:41] >>3 -[2013-09-26 10:09:41] >>3 -[2013-09-26 10:10:41] >>3 -[2013-09-26 10:11:42] >>3 -[2013-09-26 10:12:42] >>3 -[2013-09-26 10:13:42] >>3 -[2013-09-26 10:14:05] 7 -[2013-09-26 10:14:06] 3 -[2013-09-26 10:14:08] >3 -[2013-09-26 10:15:08] >>3 -[2013-09-26 10:16:08] >>3 -[2013-09-26 10:17:08] >>3 -[2013-09-26 10:18:08] >>3 -[2013-09-26 10:19:09] >>3 -[2013-09-26 10:20:09] >>3 -[2013-09-26 10:21:09] >>3 -[2013-09-26 10:22:09] >>3 -[2013-09-26 10:22:31] 7 -[2013-09-26 10:22:33] 3 -[2013-09-26 10:22:35] >3 -[2013-09-26 10:23:34] >>3 -[2013-09-26 10:24:35] >>3 -[2013-09-26 10:25:35] >>3 -[2013-09-26 10:26:35] >>3 -[2013-09-26 10:27:35] >>3 -[2013-09-26 10:28:35] >>3 -[2013-09-26 10:29:36] >>3 -[2013-09-26 10:30:36] >>3 -[2013-09-26 10:31:00] 7 -[2013-09-26 10:31:02] 3 -[2013-09-26 10:31:03] >3 -[2013-09-26 10:32:03] >>3 -[2013-09-26 10:33:03] >>3 -[2013-09-26 10:34:04] >>3 -[2013-09-26 10:35:04] >>3 -[2013-09-26 10:36:04] >>3 -[2013-09-26 10:37:04] >>3 -[2013-09-26 10:38:04] >>3 -[2013-09-26 10:39:05] >>3 -[2013-09-26 10:39:28] 7 -[2013-09-26 10:39:30] 3 -[2013-09-26 10:39:31] >3 -[2013-09-26 10:40:31] >>3 -[2013-09-26 10:41:31] >>3 -[2013-09-26 10:42:32] >>3 -[2013-09-26 10:43:32] >>3 -[2013-09-26 10:44:32] >>3 -[2013-09-26 10:45:32] >>3 -[2013-09-26 10:46:32] >>3 -[2013-09-26 10:47:33] >>3 -[2013-09-26 10:47:55] 7 -[2013-09-26 10:47:57] 3 -[2013-09-26 10:47:59] >3 -[2013-09-26 10:48:58] >>3 -[2013-09-26 10:49:58] >>3 -[2013-09-26 10:50:59] >>3 -[2013-09-26 10:51:59] >>3 -[2013-09-26 10:52:59] >>3 -[2013-09-26 10:53:59] >>3 -[2013-09-26 10:54:59] >>3 -[2013-09-26 10:56:00] >>3 -[2013-09-26 10:56:22] 7 -[2013-09-26 10:56:23] 3 -[2013-09-26 10:56:25] >3 -[2013-09-26 10:57:25] >>3 -[2013-09-26 10:58:25] >>3 -[2013-09-26 10:59:10] 1 -[2013-09-26 10:59:11] 21 -[2013-09-26 10:59:13] >21 -[2013-09-26 10:59:30] 1 -[2013-09-26 10:59:32] >1 -[2013-09-26 11:00:25] 3 -[2013-09-26 11:00:27] >3 -[2013-09-26 11:01:27] >>3 -[2013-09-26 11:02:27] >>3 -[2013-09-26 11:03:27] >>3 -[2013-09-26 11:04:27] >>3 -[2013-09-26 11:05:25] 7 -[2013-09-26 11:05:27] 3 -[2013-09-26 11:05:28] >3 -[2013-09-26 11:06:28] >>3 -[2013-09-26 11:07:28] >>3 -[2013-09-26 11:08:28] >>3 -[2013-09-26 11:09:29] >>3 -[2013-09-26 11:10:29] >>3 -[2013-09-26 11:11:29] >>3 -[2013-09-26 11:12:29] >>3 -[2013-09-26 11:13:29] >>3 -[2013-09-26 11:13:53] 7 -[2013-09-26 11:13:55] 3 -[2013-09-26 11:13:56] >3 -[2013-09-26 11:14:56] >>3 -[2013-09-26 11:15:56] >>3 -[2013-09-26 11:16:56] >>3 -[2013-09-26 11:17:57] >>3 -[2013-09-26 11:18:57] >>3 -[2013-09-26 11:19:57] >>3 -[2013-09-26 11:20:57] >>3 -[2013-09-26 11:21:58] >>3 -[2013-09-26 11:22:20] 7 -[2013-09-26 11:22:22] 3 -[2013-09-26 11:22:23] >3 -[2013-09-26 11:23:23] >>3 -[2013-09-26 11:24:23] >>3 -[2013-09-26 11:25:24] >>3 -[2013-09-26 11:26:24] >>3 -[2013-09-26 11:27:24] >>3 -[2013-09-26 11:28:24] >>3 -[2013-09-26 11:29:25] >>3 -[2013-09-26 11:30:25] >>3 -[2013-09-26 11:30:47] 7 -[2013-09-26 11:30:49] 3 -[2013-09-26 11:30:50] >3 -[2013-09-26 11:31:50] >>3 -[2013-09-26 11:32:50] >>3 -[2013-09-26 11:33:50] >>3 -[2013-09-26 11:34:51] >>3 -[2013-09-26 11:35:51] >>3 -[2013-09-26 11:36:51] >>3 -[2013-09-26 11:37:51] >>3 -[2013-09-26 11:38:51] >>3 -[2013-09-26 11:39:16] 7 -[2013-09-26 11:39:17] 3 -[2013-09-26 11:39:19] >3 -[2013-09-26 11:40:19] >>3 -[2013-09-26 11:41:19] >>3 -[2013-09-26 11:42:19] >>3 -[2013-09-26 11:43:19] >>3 -[2013-09-26 11:44:19] >>3 -[2013-09-26 11:45:20] >>3 -[2013-09-26 11:46:20] >>3 -[2013-09-26 11:47:20] >>3 -[2013-09-26 11:47:43] 7 -[2013-09-26 11:47:45] 3 -[2013-09-26 11:47:46] >3 -[2013-09-26 11:48:46] >>3 -[2013-09-26 11:49:46] >>3 -[2013-09-26 11:50:47] >>3 -[2013-09-26 11:51:47] >>3 -[2013-09-26 11:52:47] >>3 -[2013-09-26 11:53:47] >>3 -[2013-09-26 11:54:48] >>3 -[2013-09-26 11:55:48] >>3 -[2013-09-26 11:56:10] 7 -[2013-09-26 11:56:12] 3 -[2013-09-26 11:56:14] >3 -[2013-09-26 11:57:13] >>3 -[2013-09-26 11:58:14] >>3 -[2013-09-26 11:59:14] >>3 -[2013-09-26 12:00:14] >>3 -[2013-09-26 12:01:14] >>3 -[2013-09-26 12:02:14] >>3 -[2013-09-26 12:03:15] >>3 -[2013-09-26 12:04:15] >>3 -[2013-09-26 12:04:37] 7 -[2013-09-26 12:04:39] 3 -[2013-09-26 12:04:40] >3 -[2013-09-26 12:05:40] >>3 -[2013-09-26 12:06:40] >>3 -[2013-09-26 12:07:40] >>3 -[2013-09-26 12:08:41] >>3 -[2013-09-26 12:09:41] >>3 -[2013-09-26 12:10:41] >>3 -[2013-09-26 12:11:41] >>3 -[2013-09-26 12:12:42] >>3 -[2013-09-26 12:13:06] 7 -[2013-09-26 12:13:07] 3 -[2013-09-26 12:13:09] >3 -[2013-09-26 12:14:09] >>3 -[2013-09-26 12:15:09] >>3 -[2013-09-26 12:16:09] >>3 -[2013-09-26 12:17:09] >>3 -[2013-09-26 12:18:10] >>3 -[2013-09-26 12:19:10] >>3 -[2013-09-26 12:20:10] >>3 -[2013-09-26 12:21:10] >>3 -[2013-09-26 12:21:34] 7 -[2013-09-26 12:21:35] 3 -[2013-09-26 12:21:37] >3 -[2013-09-26 12:22:37] >>3 -[2013-09-26 12:23:37] >>3 -[2013-09-26 12:24:37] >>3 -[2013-09-26 12:25:37] >>3 -[2013-09-26 12:26:38] >>3 -[2013-09-26 12:27:38] >>3 -[2013-09-26 12:28:38] >>3 -[2013-09-26 12:29:38] >>3 -[2013-09-26 12:30:01] 7 -[2013-09-26 12:30:03] 3 -[2013-09-26 12:30:04] >3 -[2013-09-26 12:31:04] >>3 -[2013-09-26 12:32:04] >>3 -[2013-09-26 12:33:04] >>3 -[2013-09-26 12:34:05] >>3 -[2013-09-26 12:35:05] >>3 -[2013-09-26 12:36:05] >>3 -[2013-09-26 12:37:05] >>3 -[2013-09-26 12:38:05] >>3 -[2013-09-26 12:38:28] 7 -[2013-09-26 12:38:29] 3 -[2013-09-26 12:38:31] >3 -[2013-09-26 12:39:31] >>3 -[2013-09-26 12:40:31] >>3 -[2013-09-26 12:41:31] >>3 -[2013-09-26 12:42:31] >>3 -[2013-09-26 12:43:31] >>3 -[2013-09-26 12:44:32] >>3 -[2013-09-26 12:45:32] >>3 -[2013-09-26 12:46:32] >>3 -[2013-09-26 12:46:56] 7 -[2013-09-26 12:46:58] 3 -[2013-09-26 12:47:00] >3 -[2013-09-26 12:47:59] >>3 -[2013-09-26 12:48:59] >>3 -[2013-09-26 12:50:00] >>3 -[2013-09-26 12:51:00] >>3 -[2013-09-26 12:52:00] >>3 -[2013-09-26 12:53:00] >>3 -[2013-09-26 12:54:01] >>3 -[2013-09-26 12:55:01] >>3 -[2013-09-26 12:55:24] 7 -[2013-09-26 12:55:26] 3 -[2013-09-26 12:55:27] >3 -[2013-09-26 12:56:27] >>3 -[2013-09-26 12:57:27] >>3 -[2013-09-26 12:58:27] >>3 -[2013-09-26 12:59:28] >>3 -[2013-09-26 13:00:28] >>3 -[2013-09-26 13:01:28] >>3 -[2013-09-26 13:02:28] >>3 -[2013-09-26 13:03:28] >>3 -[2013-09-26 13:03:52] 7 -[2013-09-26 13:03:53] 3 -[2013-09-26 13:03:54] >3 -[2013-09-26 13:04:54] >>3 -[2013-09-26 13:05:54] >>3 -[2013-09-26 13:06:55] >>3 -[2013-09-26 13:07:55] >>3 -[2013-09-26 13:08:55] >>3 -[2013-09-26 13:09:55] >>3 -[2013-09-26 13:10:55] >>3 -[2013-09-26 13:11:55] >>3 -[2013-09-26 13:12:18] 7 -[2013-09-26 13:12:19] 3 -[2013-09-26 13:12:21] >3 -[2013-09-26 13:13:21] >>3 -[2013-09-26 13:14:21] >>3 -[2013-09-26 13:15:21] >>3 -[2013-09-26 13:16:21] >>3 -[2013-09-26 13:17:22] >>3 -[2013-09-26 13:18:22] >>3 -[2013-09-26 13:19:22] >>3 -[2013-09-26 13:20:22] >>3 -[2013-09-26 13:20:47] 7 -[2013-09-26 13:20:48] 3 -[2013-09-26 13:20:50] >3 -[2013-09-26 13:21:50] >>3 -[2013-09-26 13:22:50] >>3 -[2013-09-26 13:23:50] >>3 -[2013-09-26 13:24:50] >>3 -[2013-09-26 13:25:51] >>3 -[2013-09-26 13:26:51] >>3 -[2013-09-26 13:27:51] >>3 -[2013-09-26 13:28:51] >>3 -[2013-09-26 13:29:15] 7 -[2013-09-26 13:29:16] 3 -[2013-09-26 13:29:18] >3 -[2013-09-26 13:30:17] >>3 -[2013-09-26 13:31:18] >>3 -[2013-09-26 13:32:18] >>3 -[2013-09-26 13:33:18] >>3 -[2013-09-26 13:34:18] >>3 -[2013-09-26 13:35:19] >>3 -[2013-09-26 13:36:19] >>3 -[2013-09-26 13:37:19] >>3 -[2013-09-26 13:37:42] 7 -[2013-09-26 13:37:44] 3 -[2013-09-26 13:37:45] >3 -[2013-09-26 13:38:45] >>3 -[2013-09-26 13:39:45] >>3 -[2013-09-26 13:40:46] >>3 -[2013-09-26 13:41:46] >>3 -[2013-09-26 13:42:46] >>3 -[2013-09-26 13:43:46] >>3 -[2013-09-26 13:44:46] >>3 -[2013-09-26 13:45:47] >>3 -[2013-09-26 13:46:08] 7 -[2013-09-26 13:46:10] 3 -[2013-09-26 13:46:12] >3 -[2013-09-26 13:46:21] 21 -[2013-09-26 13:46:22] >21 -[2013-09-26 13:47:22] >>21 -[2013-09-26 13:48:05] 1 -[2013-09-26 13:48:07] >1 -[2013-09-26 13:49:03] 3 -[2013-09-26 13:49:05] >3 -[2013-09-26 13:50:04] >>3 -[2013-09-26 13:51:05] >>3 -[2013-09-26 13:52:05] >>3 -[2013-09-26 13:53:05] >>3 -[2013-09-26 13:54:05] >>3 -[2013-09-26 13:55:06] >>3 -[2013-09-26 13:56:06] >>3 -[2013-09-26 13:56:33] 7 -[2013-09-26 13:56:35] 3 -[2013-09-26 13:56:36] >3 -[2013-09-26 13:57:36] >>3 -[2013-09-26 13:58:36] >>3 -[2013-09-26 13:59:36] >>3 -[2013-09-26 14:00:37] >>3 -[2013-09-26 14:01:37] >>3 -[2013-09-26 14:02:37] >>3 -[2013-09-26 14:03:37] >>3 -[2013-09-26 14:04:37] >>3 -[2013-09-26 14:05:01] 7 -[2013-09-26 14:05:02] 3 -[2013-09-26 14:05:04] >3 -[2013-09-26 14:06:04] >>3 -[2013-09-26 14:07:04] >>3 -[2013-09-26 14:08:04] >>3 -[2013-09-26 14:09:04] >>3 -[2013-09-26 14:10:04] >>3 -[2013-09-26 14:11:05] >>3 -[2013-09-26 14:12:05] >>3 -[2013-09-26 14:13:05] >>3 -[2013-09-26 14:13:28] 7 -[2013-09-26 14:13:30] 3 -[2013-09-26 14:13:31] >3 -[2013-09-26 14:14:31] >>3 -[2013-09-26 14:15:31] >>3 -[2013-09-26 14:16:32] >>3 -[2013-09-26 14:17:32] >>3 -[2013-09-26 14:18:32] >>3 -[2013-09-26 14:19:32] >>3 -[2013-09-26 14:20:32] >>3 -[2013-09-26 14:21:33] >>3 -[2013-09-26 14:21:54] 7 -[2013-09-26 14:21:56] 3 -[2013-09-26 14:21:58] >3 -[2013-09-26 14:22:57] >>3 -[2013-09-26 14:23:58] >>3 -[2013-09-26 14:24:07] 1 -[2013-09-26 14:24:07] 21 -[2013-09-26 14:24:09] >21 -[2013-09-26 14:25:09] >>21 -[2013-09-26 14:26:09] >>21 -[2013-09-26 14:27:09] >>21 -[2013-09-26 14:28:03] 1 -[2013-09-26 14:28:04] >1 -[2013-09-26 14:28:10] 3 -[2013-09-26 14:28:11] >3 -[2013-09-26 14:29:11] >>3 -[2013-09-26 14:30:11] >>3 -[2013-09-26 14:31:11] >>3 -[2013-09-26 14:32:12] >>3 -[2013-09-26 14:33:12] >>3 -[2013-09-26 14:34:12] >>3 -[2013-09-26 14:35:12] >>3 -[2013-09-26 14:35:39] 7 -[2013-09-26 14:35:41] 3 -[2013-09-26 14:35:43] >3 -[2013-09-26 14:36:42] >>3 -[2013-09-26 14:37:43] >>3 -[2013-09-26 14:38:43] >>3 -[2013-09-26 14:39:43] >>3 -[2013-09-26 14:40:43] >>3 -[2013-09-26 14:41:44] >>3 -[2013-09-26 14:42:44] >>3 -[2013-09-26 14:43:44] >>3 -[2013-09-26 14:44:08] 7 -[2013-09-26 14:44:09] 3 -[2013-09-26 14:44:11] >3 -[2013-09-26 14:45:11] >>3 -[2013-09-26 14:46:11] >>3 -[2013-09-26 14:47:11] >>3 -[2013-09-26 14:48:11] >>3 -[2013-09-26 14:49:11] >>3 -[2013-09-26 14:50:12] >>3 -[2013-09-26 14:51:12] >>3 -[2013-09-26 14:52:12] >>3 -[2013-09-26 14:52:35] 7 -[2013-09-26 14:52:36] 3 -[2013-09-26 14:52:38] >3 -[2013-09-26 14:53:38] >>3 -[2013-09-26 14:54:38] >>3 -[2013-09-26 14:55:38] >>3 -[2013-09-26 14:56:38] >>3 -[2013-09-26 14:57:39] >>3 -[2013-09-26 14:58:39] >>3 -[2013-09-26 14:59:39] >>3 -[2013-09-26 15:00:39] >>3 -[2013-09-26 15:01:01] 7 -[2013-09-26 15:01:03] 3 -[2013-09-26 15:01:04] >3 -[2013-09-26 15:02:04] >>3 -[2013-09-26 15:03:04] >>3 -[2013-09-26 15:04:04] >>3 -[2013-09-26 15:05:05] >>3 -[2013-09-26 15:06:05] >>3 -[2013-09-26 15:07:05] >>3 -[2013-09-26 15:08:05] >>3 -[2013-09-26 15:09:05] >>3 -[2013-09-26 15:09:30] 7 -[2013-09-26 15:09:32] 3 -[2013-09-26 15:09:33] >3 -[2013-09-26 15:10:33] >>3 -[2013-09-26 15:11:33] >>3 -[2013-09-26 15:12:33] >>3 -[2013-09-26 15:13:34] >>3 -[2013-09-26 15:14:34] >>3 -[2013-09-26 15:15:34] >>3 -[2013-09-26 15:16:34] >>3 -[2013-09-26 15:17:35] >>3 -[2013-09-26 15:17:58] 7 -[2013-09-26 15:17:59] 3 -[2013-09-26 15:18:01] >3 -[2013-09-26 15:19:01] >>3 -[2013-09-26 15:20:01] >>3 -[2013-09-26 15:21:01] >>3 -[2013-09-26 15:22:01] >>3 -[2013-09-26 15:23:02] >>3 -[2013-09-26 15:24:02] >>3 -[2013-09-26 15:25:02] >>3 -[2013-09-26 15:26:02] >>3 -[2013-09-26 15:26:25] 7 -[2013-09-26 15:26:26] 3 -[2013-09-26 15:26:28] >3 -[2013-09-26 15:27:28] >>3 -[2013-09-26 15:28:28] >>3 -[2013-09-26 15:29:28] >>3 -[2013-09-26 15:30:28] >>3 -[2013-09-26 15:31:29] >>3 -[2013-09-26 15:32:29] >>3 -[2013-09-26 15:33:29] >>3 -[2013-09-26 15:34:29] >>3 -[2013-09-26 15:34:51] 7 -[2013-09-26 15:34:53] 3 -[2013-09-26 15:34:55] >3 -[2013-09-26 15:35:54] >>3 -[2013-09-26 15:36:55] >>3 -[2013-09-26 15:37:55] >>3 -[2013-09-26 15:38:55] >>3 -[2013-09-26 15:39:55] >>3 -[2013-09-26 15:40:55] >>3 -[2013-09-26 15:41:56] >>3 -[2013-09-26 15:42:56] >>3 -[2013-09-26 15:43:21] 7 -[2013-09-26 15:43:22] 3 -[2013-09-26 15:43:24] >3 -[2013-09-26 15:44:24] >>3 -[2013-09-26 15:45:24] >>3 -[2013-09-26 15:46:24] >>3 -[2013-09-26 15:47:24] >>3 -[2013-09-26 15:48:24] >>3 -[2013-09-26 15:49:25] >>3 -[2013-09-26 15:50:25] >>3 -[2013-09-26 15:51:25] >>3 -[2013-09-26 15:51:49] 7 -[2013-09-26 15:51:50] 3 -[2013-09-26 15:51:52] >3 -[2013-09-26 15:52:51] >>3 -[2013-09-26 15:53:52] >>3 -[2013-09-26 15:54:52] >>3 -[2013-09-26 15:55:52] >>3 -[2013-09-26 15:56:52] >>3 -[2013-09-26 15:57:53] >>3 -[2013-09-26 15:58:53] >>3 -[2013-09-26 15:59:53] >>3 -[2013-09-26 16:00:16] 7 -[2013-09-26 16:00:17] 3 -[2013-09-26 16:00:19] >3 -[2013-09-26 16:01:19] >>3 -[2013-09-26 16:02:19] >>3 -[2013-09-26 16:03:19] >>3 -[2013-09-26 16:04:19] >>3 -[2013-09-26 16:05:19] >>3 -[2013-09-26 16:06:20] >>3 -[2013-09-26 16:07:20] >>3 -[2013-09-26 16:08:20] >>3 -[2013-09-26 16:08:42] 7 -[2013-09-26 16:08:44] 3 -[2013-09-26 16:08:46] >3 -[2013-09-26 16:09:45] >>3 -[2013-09-26 16:10:45] >>3 -[2013-09-26 16:11:46] >>3 -[2013-09-26 16:12:46] >>3 -[2013-09-26 16:13:46] >>3 -[2013-09-26 16:14:46] >>3 -[2013-09-26 16:15:47] >>3 -[2013-09-26 16:16:47] >>3 -[2013-09-26 16:17:11] 7 -[2013-09-26 16:17:12] 3 -[2013-09-26 16:17:14] >3 -[2013-09-26 16:18:14] >>3 -[2013-09-26 16:19:14] >>3 -[2013-09-26 16:20:14] >>3 -[2013-09-26 16:21:14] >>3 -[2013-09-26 16:22:14] >>3 -[2013-09-26 16:23:15] >>3 -[2013-09-26 16:24:15] >>3 -[2013-09-26 16:25:15] >>3 -[2013-09-26 16:25:39] 7 -[2013-09-26 16:25:40] 3 -[2013-09-26 16:25:42] >3 -[2013-09-26 16:26:42] >>3 -[2013-09-26 16:27:42] >>3 -[2013-09-26 16:28:42] >>3 -[2013-09-26 16:29:42] >>3 -[2013-09-26 16:30:43] >>3 -[2013-09-26 16:31:43] >>3 -[2013-09-26 16:32:43] >>3 -[2013-09-26 16:33:43] >>3 -[2013-09-26 16:34:06] 7 -[2013-09-26 16:34:08] 3 -[2013-09-26 16:34:09] >3 -[2013-09-26 16:35:09] >>3 -[2013-09-26 16:36:09] >>3 -[2013-09-26 16:37:09] >>3 -[2013-09-26 16:38:10] >>3 -[2013-09-26 16:39:10] >>3 -[2013-09-26 16:40:10] >>3 -[2013-09-26 16:41:10] >>3 -[2013-09-26 16:42:10] >>3 -[2013-09-26 16:42:33] 7 -[2013-09-26 16:42:34] 3 -[2013-09-26 16:42:36] >3 -[2013-09-26 16:43:36] >>3 -[2013-09-26 16:44:36] >>3 -[2013-09-26 16:45:36] >>3 -[2013-09-26 16:46:36] >>3 -[2013-09-26 16:47:37] >>3 -[2013-09-26 16:48:37] >>3 -[2013-09-26 16:49:37] >>3 -[2013-09-26 16:50:37] >>3 -[2013-09-26 16:51:01] 7 -[2013-09-26 16:51:03] >7 -[2013-09-26 16:51:03] 3 -[2013-09-26 16:51:05] >3 -[2013-09-26 16:52:05] >>3 -[2013-09-26 16:53:05] >>3 -[2013-09-26 16:54:05] >>3 -[2013-09-26 16:55:05] >>3 -[2013-09-26 16:56:06] >>3 -[2013-09-26 16:57:06] >>3 -[2013-09-26 16:58:06] >>3 -[2013-09-26 16:59:06] >>3 -[2013-09-26 16:59:29] 7 -[2013-09-26 16:59:31] 3 -[2013-09-26 16:59:33] >3 -[2013-09-26 17:00:32] >>3 -[2013-09-26 17:01:33] >>3 -[2013-09-26 17:02:33] >>3 -[2013-09-26 17:03:33] >>3 -[2013-09-26 17:04:40] >>3 -[2013-09-26 17:05:40] >>3 -[2013-09-26 17:06:40] >>3 -[2013-09-26 17:07:40] >>3 -[2013-09-26 17:07:56] 7 -[2013-09-26 17:07:58] 3 -[2013-09-26 17:08:00] >3 -[2013-09-26 17:08:59] >>3 -[2013-09-26 17:10:00] >>3 -[2013-09-26 17:11:00] >>3 -[2013-09-26 17:12:00] >>3 -[2013-09-26 17:13:00] >>3 -[2013-09-26 17:14:00] >>3 -[2013-09-26 17:15:01] >>3 -[2013-09-26 17:16:01] >>3 -[2013-09-26 17:16:23] 7 -[2013-09-26 17:16:25] 3 -[2013-09-26 17:16:26] >3 -[2013-09-26 17:16:45] 21 -[2013-09-26 17:16:47] >21 -[2013-09-26 17:17:47] >>21 -[2013-09-26 17:18:47] >>21 -[2013-09-26 17:19:47] >>21 -[2013-09-26 17:20:47] >>21 -[2013-09-26 17:21:48] >>21 -[2013-09-26 17:22:11] 1 -[2013-09-26 17:22:13] >1 -[2013-09-26 17:22:48] 3 -[2013-09-26 17:22:49] >3 -[2013-09-26 17:23:49] >>3 -[2013-09-26 17:24:49] >>3 -[2013-09-26 17:25:49] >>3 -[2013-09-26 17:26:50] >>3 -[2013-09-26 17:27:50] >>3 -[2013-09-26 17:28:50] >>3 -[2013-09-26 17:29:50] >>3 -[2013-09-26 17:30:17] 7 -[2013-09-26 17:30:18] 3 -[2013-09-26 17:30:20] >3 -[2013-09-26 17:31:20] >>3 -[2013-09-26 17:32:20] >>3 -[2013-09-26 17:33:20] >>3 -[2013-09-26 17:34:21] >>3 -[2013-09-26 17:35:21] >>3 -[2013-09-26 17:36:21] >>3 -[2013-09-26 17:37:21] >>3 -[2013-09-26 17:38:21] >>3 -[2013-09-26 17:38:45] 7 -[2013-09-26 17:38:46] 3 -[2013-09-26 17:38:48] >3 -[2013-09-26 17:39:47] >>3 -[2013-09-26 17:40:48] >>3 -[2013-09-26 17:41:48] >>3 -[2013-09-26 17:42:48] >>3 -[2013-09-26 17:43:48] >>3 -[2013-09-26 17:44:49] >>3 -[2013-09-26 17:45:49] >>3 -[2013-09-26 17:46:49] >>3 -[2013-09-26 17:47:12] 7 -[2013-09-26 17:47:13] 3 -[2013-09-26 17:47:15] >3 -[2013-09-26 17:48:15] >>3 -[2013-09-26 17:49:22] >>3 -[2013-09-26 17:50:22] >>3 -[2013-09-26 17:51:22] >>3 -[2013-09-26 17:52:23] >>3 -[2013-09-26 17:53:23] >>3 -[2013-09-26 17:54:23] >>3 -[2013-09-26 17:55:23] >>3 -[2013-09-26 17:55:38] 7 -[2013-09-26 17:55:40] 3 -[2013-09-26 17:55:42] >3 -[2013-09-26 17:56:41] >>3 -[2013-09-26 17:57:41] >>3 -[2013-09-26 17:58:42] >>3 -[2013-09-26 17:59:42] >>3 -[2013-09-26 18:00:42] >>3 -[2013-09-26 18:01:42] >>3 -[2013-09-26 18:02:43] >>3 -[2013-09-26 18:03:43] >>3 -[2013-09-26 18:04:07] 7 -[2013-09-26 18:04:09] 3 -[2013-09-26 18:04:11] >3 -[2013-09-26 18:05:10] >>3 -[2013-09-26 18:06:11] >>3 -[2013-09-26 18:07:11] >>3 -[2013-09-26 18:08:11] >>3 -[2013-09-26 18:09:11] >>3 -[2013-09-26 18:10:11] >>3 -[2013-09-26 18:11:12] >>3 -[2013-09-26 18:12:12] >>3 -[2013-09-26 18:12:35] 7 -[2013-09-26 18:12:37] 3 -[2013-09-26 18:12:38] >3 -[2013-09-26 18:13:38] >>3 -[2013-09-26 18:14:38] >>3 -[2013-09-26 18:15:39] >>3 -[2013-09-26 18:16:39] >>3 -[2013-09-26 18:17:39] >>3 -[2013-09-26 18:18:39] >>3 -[2013-09-26 18:19:39] >>3 -[2013-09-26 18:20:40] >>3 -[2013-09-26 18:21:02] 7 -[2013-09-26 18:21:04] 3 -[2013-09-26 18:21:05] >3 -[2013-09-26 18:22:05] >>3 -[2013-09-26 18:23:05] >>3 -[2013-09-26 18:24:06] >>3 -[2013-09-26 18:25:06] >>3 -[2013-09-26 18:26:06] >>3 -[2013-09-26 18:27:06] >>3 -[2013-09-26 18:28:06] >>3 -[2013-09-26 18:29:07] >>3 -[2013-09-26 18:29:29] 7 -[2013-09-26 18:29:30] 3 -[2013-09-26 18:29:32] >3 -[2013-09-26 18:30:32] >>3 -[2013-09-26 18:31:04] 1 -[2013-09-26 18:31:05] >1 -[2013-09-26 18:32:05] >>1 -[2013-09-26 18:33:05] >>1 -[2013-09-26 18:34:05] >>1 -[2013-09-26 18:35:06] >>1 -[2013-09-26 18:36:06] >>1 -[2013-09-26 18:37:06] >>1 -[2013-09-26 18:38:06] >>1 -[2013-09-26 18:39:06] >>1 -[2013-09-26 18:39:50] 21 -[2013-09-26 18:39:52] >21 -[2013-09-26 18:40:51] >>21 -[2013-09-26 18:41:52] >>21 -[2013-09-26 18:42:52] >>21 -[2013-09-26 18:43:18] 1 -[2013-09-26 18:43:20] >1 -[2013-09-26 18:44:19] >>1 -[2013-09-26 18:44:42] 5 -[2013-09-26 18:44:44] 1 -[2013-09-26 18:44:45] >1 -[2013-09-26 18:45:42] 3 -[2013-09-26 18:45:43] >3 -[2013-09-26 18:46:43] >>3 -[2013-09-26 18:47:43] >>3 -[2013-09-26 18:48:43] >>3 -[2013-09-26 18:49:44] >>3 -[2013-09-26 18:50:44] >>3 -[2013-09-26 18:51:44] >>3 -[2013-09-26 18:52:44] >>3 -[2013-09-26 18:53:10] 7 -[2013-09-26 18:53:12] 3 -[2013-09-26 18:53:14] >3 -[2013-09-26 18:54:13] >>3 -[2013-09-26 18:55:13] >>3 -[2013-09-26 18:56:14] >>3 -[2013-09-26 18:57:14] >>3 -[2013-09-26 18:58:14] >>3 -[2013-09-26 18:59:14] >>3 -[2013-09-26 19:00:15] >>3 -[2013-09-26 19:01:15] >>3 -[2013-09-26 19:01:37] 7 -[2013-09-26 19:01:39] 3 -[2013-09-26 19:01:41] >3 -[2013-09-26 19:02:40] >>3 -[2013-09-26 19:03:41] >>3 -[2013-09-26 19:04:41] >>3 -[2013-09-26 19:05:41] >>3 -[2013-09-26 19:06:41] >>3 -[2013-09-26 19:07:41] >>3 -[2013-09-26 19:08:42] >>3 -[2013-09-26 19:09:42] >>3 -[2013-09-26 19:10:04] 7 -[2013-09-26 19:10:06] 3 -[2013-09-26 19:10:07] >3 -[2013-09-26 19:11:07] >>3 -[2013-09-26 19:12:07] >>3 -[2013-09-26 19:13:07] >>3 -[2013-09-26 19:14:08] >>3 -[2013-09-26 19:15:08] >>3 -[2013-09-26 19:16:08] >>3 -[2013-09-26 19:17:08] >>3 -[2013-09-26 19:18:08] >>3 -[2013-09-26 19:18:33] 7 -[2013-09-26 19:18:34] 3 -[2013-09-26 19:18:36] >3 -[2013-09-26 19:19:36] >>3 -[2013-09-26 19:20:36] >>3 -[2013-09-26 19:21:36] >>3 -[2013-09-26 19:22:36] >>3 -[2013-09-26 19:23:37] >>3 -[2013-09-26 19:24:37] >>3 -[2013-09-26 19:25:37] >>3 -[2013-09-26 19:26:37] >>3 -[2013-09-26 19:27:00] 7 -[2013-09-26 19:27:02] 3 -[2013-09-26 19:27:04] >3 -[2013-09-26 19:28:03] >>3 -[2013-09-26 19:29:04] >>3 -[2013-09-26 19:30:04] >>3 -[2013-09-26 19:31:04] >>3 -[2013-09-26 19:32:04] >>3 -[2013-09-26 19:33:04] >>3 -[2013-09-26 19:34:05] >>3 -[2013-09-26 19:35:05] >>3 -[2013-09-26 19:35:28] 7 -[2013-09-26 19:35:30] 3 -[2013-09-26 19:35:31] >3 -[2013-09-26 19:36:31] >>3 -[2013-09-26 19:37:31] >>3 -[2013-09-26 19:38:31] >>3 -[2013-09-26 19:39:32] >>3 -[2013-09-26 19:40:32] >>3 -[2013-09-26 19:41:32] >>3 -[2013-09-26 19:42:32] >>3 -[2013-09-26 19:43:33] >>3 -[2013-09-26 19:43:54] 7 -[2013-09-26 19:43:56] 3 -[2013-09-26 19:43:57] >3 -[2013-09-26 19:44:57] >>3 -[2013-09-26 19:45:57] >>3 -[2013-09-26 19:46:58] >>3 -[2013-09-26 19:47:58] >>3 -[2013-09-26 19:48:58] >>3 -[2013-09-26 19:49:58] >>3 -[2013-09-26 19:50:58] >>3 -[2013-09-26 19:51:59] >>3 -[2013-09-26 19:52:23] 7 -[2013-09-26 19:52:25] 3 -[2013-09-26 19:52:27] >3 -[2013-09-26 19:53:26] >>3 -[2013-09-26 19:54:27] >>3 -[2013-09-26 19:55:27] >>3 -[2013-09-26 19:56:27] >>3 -[2013-09-26 19:57:27] >>3 -[2013-09-26 19:58:27] >>3 -[2013-09-26 19:59:28] >>3 -[2013-09-26 20:00:28] >>3 -[2013-09-26 20:00:51] 7 -[2013-09-26 20:00:53] 3 -[2013-09-26 20:00:54] >3 -[2013-09-26 20:01:54] >>3 -[2013-09-26 20:02:54] >>3 -[2013-09-26 20:03:54] >>3 -[2013-09-26 20:04:55] >>3 -[2013-09-26 20:05:55] >>3 -[2013-09-26 20:06:55] >>3 -[2013-09-26 20:07:55] >>3 -[2013-09-26 20:08:55] >>3 -[2013-09-26 20:09:42] 7 -[2013-09-26 20:09:44] 3 -[2013-09-26 20:09:45] >3 -[2013-09-26 20:10:45] >>3 -[2013-09-26 20:11:45] >>3 -[2013-09-26 20:12:46] >>3 -[2013-09-26 20:13:46] >>3 -[2013-09-26 20:14:46] >>3 -[2013-09-26 20:15:46] >>3 -[2013-09-26 20:16:46] >>3 -[2013-09-26 20:17:47] >>3 -[2013-09-26 20:18:08] 7 -[2013-09-26 20:18:10] 3 -[2013-09-26 20:18:12] >3 -[2013-09-26 20:19:11] >>3 -[2013-09-26 20:20:12] >>3 -[2013-09-26 20:21:12] >>3 -[2013-09-26 20:22:12] >>3 -[2013-09-26 20:23:12] >>3 -[2013-09-26 20:24:12] >>3 -[2013-09-26 20:25:13] >>3 -[2013-09-26 20:26:13] >>3 -[2013-09-26 20:26:38] 7 -[2013-09-26 20:26:39] 3 -[2013-09-26 20:26:41] >3 -[2013-09-26 20:27:41] >>3 -[2013-09-26 20:28:41] >>3 -[2013-09-26 20:29:41] >>3 -[2013-09-26 20:30:41] >>3 -[2013-09-26 20:31:41] >>3 -[2013-09-26 20:32:42] >>3 -[2013-09-26 20:33:42] >>3 -[2013-09-26 20:34:42] >>3 -[2013-09-26 20:35:05] 7 -[2013-09-26 20:35:07] 3 -[2013-09-26 20:35:08] >3 -[2013-09-26 20:36:08] >>3 -[2013-09-26 20:37:08] >>3 -[2013-09-26 20:38:09] >>3 -[2013-09-26 20:39:09] >>3 -[2013-09-26 20:40:09] >>3 -[2013-09-26 20:41:09] >>3 -[2013-09-26 20:42:09] >>3 -[2013-09-26 20:43:10] >>3 -[2013-09-26 20:43:38] 7 -[2013-09-26 20:43:40] 3 -[2013-09-26 20:43:42] >3 -[2013-09-26 20:44:41] >>3 -[2013-09-26 20:45:42] >>3 -[2013-09-26 20:46:42] >>3 -[2013-09-26 20:47:42] >>3 -[2013-09-26 20:48:42] >>3 -[2013-09-26 20:49:42] >>3 -[2013-09-26 20:50:43] >>3 -[2013-09-26 20:51:43] >>3 -[2013-09-26 20:52:05] 7 -[2013-09-26 20:52:07] 3 -[2013-09-26 20:52:08] >3 -[2013-09-26 20:53:08] >>3 -[2013-09-26 20:54:08] >>3 -[2013-09-26 20:55:08] >>3 -[2013-09-26 20:56:09] >>3 -[2013-09-26 20:57:09] >>3 -[2013-09-26 20:58:09] >>3 -[2013-09-26 20:59:09] >>3 -[2013-09-26 21:00:10] >>3 -[2013-09-26 21:00:34] 7 -[2013-09-26 21:00:35] 3 -[2013-09-26 21:00:37] >3 -[2013-09-26 21:01:37] >>3 -[2013-09-26 21:02:37] >>3 -[2013-09-26 21:03:37] >>3 -[2013-09-26 21:04:37] >>3 -[2013-09-26 21:05:38] >>3 -[2013-09-26 21:06:38] >>3 -[2013-09-26 21:07:38] >>3 -[2013-09-26 21:08:38] >>3 -[2013-09-26 21:09:01] 7 -[2013-09-26 21:09:03] 3 -[2013-09-26 21:09:05] >3 -[2013-09-26 21:10:04] >>3 -[2013-09-26 21:11:05] >>3 -[2013-09-26 21:12:05] >>3 -[2013-09-26 21:13:05] >>3 -[2013-09-26 21:14:05] >>3 -[2013-09-26 21:15:05] >>3 -[2013-09-26 21:16:06] >>3 -[2013-09-26 21:17:06] >>3 -[2013-09-26 21:17:29] 7 -[2013-09-26 21:17:30] 3 -[2013-09-26 21:17:32] >3 -[2013-09-26 21:18:32] >>3 -[2013-09-26 21:19:32] >>3 -[2013-09-26 21:20:32] >>3 -[2013-09-26 21:21:32] >>3 -[2013-09-26 21:22:32] >>3 -[2013-09-26 21:23:33] >>3 -[2013-09-26 21:24:33] >>3 -[2013-09-26 21:25:33] >>3 -[2013-09-26 21:25:55] 7 -[2013-09-26 21:25:57] 3 -[2013-09-26 21:25:58] >3 -[2013-09-26 21:26:58] >>3 -[2013-09-26 21:27:58] >>3 -[2013-09-26 21:28:59] >>3 -[2013-09-26 21:29:59] >>3 -[2013-09-26 21:30:59] >>3 -[2013-09-26 21:31:59] >>3 -[2013-09-26 21:32:59] >>3 -[2013-09-26 21:34:00] >>3 -[2013-09-26 21:34:24] 7 -[2013-09-26 21:34:25] 3 -[2013-09-26 21:34:27] >3 -[2013-09-26 21:35:27] >>3 -[2013-09-26 21:36:27] >>3 -[2013-09-26 21:37:27] >>3 -[2013-09-26 21:38:28] >>3 -[2013-09-26 21:39:28] >>3 -[2013-09-26 21:40:28] >>3 -[2013-09-26 21:41:28] >>3 -[2013-09-26 21:42:28] >>3 -[2013-09-26 21:42:52] 7 -[2013-09-26 21:42:54] 3 -[2013-09-26 21:42:55] >3 -[2013-09-26 21:43:55] >>3 -[2013-09-26 21:44:55] >>3 -[2013-09-26 21:45:55] >>3 -[2013-09-26 21:46:56] >>3 -[2013-09-26 21:47:56] >>3 -[2013-09-26 21:48:56] >>3 -[2013-09-26 21:49:56] >>3 -[2013-09-26 21:50:56] >>3 -[2013-09-26 21:51:19] 7 -[2013-09-26 21:51:21] 3 -[2013-09-26 21:51:22] >3 -[2013-09-26 21:52:22] >>3 -[2013-09-26 21:53:22] >>3 -[2013-09-26 21:54:23] >>3 -[2013-09-26 21:55:23] >>3 -[2013-09-26 21:56:23] >>3 -[2013-09-26 21:57:23] >>3 -[2013-09-26 21:58:23] >>3 -[2013-09-26 21:59:24] >>3 -[2013-09-26 21:59:46] 7 -[2013-09-26 21:59:47] 3 -[2013-09-26 21:59:49] >3 -[2013-09-26 22:00:49] >>3 -[2013-09-26 22:01:49] >>3 -[2013-09-26 22:02:49] >>3 -[2013-09-26 22:03:49] >>3 -[2013-09-26 22:04:50] >>3 -[2013-09-26 22:05:50] >>3 -[2013-09-26 22:06:50] >>3 -[2013-09-26 22:07:50] >>3 -[2013-09-26 22:08:14] 7 -[2013-09-26 22:08:16] 3 -[2013-09-26 22:08:18] >3 -[2013-09-26 22:09:17] >>3 -[2013-09-26 22:10:18] >>3 -[2013-09-26 22:11:18] >>3 -[2013-09-26 22:12:18] >>3 -[2013-09-26 22:13:18] >>3 -[2013-09-26 22:14:19] >>3 -[2013-09-26 22:15:19] >>3 -[2013-09-26 22:16:19] >>3 -[2013-09-26 22:16:43] 7 -[2013-09-26 22:16:44] 3 -[2013-09-26 22:16:46] >3 -[2013-09-26 22:17:46] >>3 -[2013-09-26 22:18:46] >>3 -[2013-09-26 22:19:46] >>3 -[2013-09-26 22:20:46] >>3 -[2013-09-26 22:21:46] >>3 -[2013-09-26 22:22:47] >>3 -[2013-09-26 22:23:47] >>3 -[2013-09-26 22:24:17] 1 -[2013-09-26 22:24:18] >1 -[2013-09-26 22:25:17] 21 -[2013-09-26 22:25:19] >21 -[2013-09-26 22:25:36] 1 -[2013-09-26 22:25:38] >1 -[2013-09-26 22:26:03] 5 -[2013-09-26 22:26:05] 1 -[2013-09-26 22:26:06] >1 -[2013-09-26 22:27:02] 3 -[2013-09-26 22:27:04] >3 -[2013-09-26 22:28:04] >>3 -[2013-09-26 22:29:04] >>3 -[2013-09-26 22:30:04] >>3 -[2013-09-26 22:31:05] >>3 -[2013-09-26 22:32:05] >>3 -[2013-09-26 22:33:05] >>3 -[2013-09-26 22:34:05] >>3 -[2013-09-26 22:34:31] 7 -[2013-09-26 22:34:33] 3 -[2013-09-26 22:34:35] >3 -[2013-09-26 22:35:34] >>3 -[2013-09-26 22:36:35] >>3 -[2013-09-26 22:37:35] >>3 -[2013-09-26 22:38:35] >>3 -[2013-09-26 22:39:35] >>3 -[2013-09-26 22:40:35] >>3 -[2013-09-26 22:41:36] >>3 -[2013-09-26 22:42:36] >>3 -[2013-09-26 22:42:58] 7 -[2013-09-26 22:43:00] 3 -[2013-09-26 22:43:02] >3 -[2013-09-26 22:44:01] >>3 -[2013-09-26 22:45:02] >>3 -[2013-09-26 22:46:02] >>3 -[2013-09-26 22:47:02] >>3 -[2013-09-26 22:48:02] >>3 -[2013-09-26 22:49:03] >>3 -[2013-09-26 22:50:06] >>3 -[2013-09-26 22:51:06] >>3 -[2013-09-26 22:51:25] 7 -[2013-09-26 22:51:27] 3 -[2013-09-26 22:51:28] >3 -[2013-09-26 22:52:28] >>3 -[2013-09-26 22:53:28] >>3 -[2013-09-26 22:54:28] >>3 -[2013-09-26 22:55:29] >>3 -[2013-09-26 22:56:29] >>3 -[2013-09-26 22:57:29] >>3 -[2013-09-26 22:58:29] >>3 -[2013-09-26 22:59:29] >>3 -[2013-09-26 22:59:54] 7 -[2013-09-26 22:59:55] 3 -[2013-09-26 22:59:57] >3 -[2013-09-26 23:00:57] >>3 -[2013-09-26 23:01:42] 1 -[2013-09-26 23:01:43] >1 -[2013-09-26 23:02:43] >>1 -[2013-09-26 23:03:43] >>1 -[2013-09-26 23:04:44] >>1 -[2013-09-26 23:05:44] >>1 -[2013-09-26 23:06:44] >>1 -[2013-09-26 23:07:44] >>1 -[2013-09-26 23:08:16] 21 -[2013-09-26 23:08:18] >21 -[2013-09-26 23:09:17] >>21 -[2013-09-26 23:10:17] >>21 -[2013-09-26 23:11:18] >>21 -[2013-09-26 23:12:18] >>21 -[2013-09-26 23:13:18] >>21 -[2013-09-26 23:14:18] >>21 -[2013-09-26 23:15:05] 1 -[2013-09-26 23:15:06] >1 -[2013-09-26 23:15:31] 5 -[2013-09-26 23:15:32] 1 -[2013-09-26 23:15:34] >1 -[2013-09-26 23:16:30] 3 -[2013-09-26 23:16:32] >3 -[2013-09-26 23:17:32] >>3 -[2013-09-26 23:18:32] >>3 -[2013-09-26 23:19:32] >>3 -[2013-09-26 23:20:32] >>3 -[2013-09-26 23:21:33] >>3 -[2013-09-26 23:22:33] >>3 -[2013-09-26 23:23:33] >>3 -[2013-09-26 23:23:59] 7 -[2013-09-26 23:24:00] 3 -[2013-09-26 23:24:02] >3 -[2013-09-26 23:25:02] >>3 -[2013-09-26 23:26:02] >>3 -[2013-09-26 23:27:02] >>3 -[2013-09-26 23:28:02] >>3 -[2013-09-26 23:29:03] >>3 -[2013-09-26 23:30:03] >>3 -[2013-09-26 23:31:03] >>3 -[2013-09-26 23:32:03] >>3 -[2013-09-26 23:32:26] 7 -[2013-09-26 23:32:27] 3 -[2013-09-26 23:32:29] >3 -[2013-09-26 23:33:29] >>3 -[2013-09-26 23:34:29] >>3 -[2013-09-26 23:35:29] >>3 -[2013-09-26 23:36:29] >>3 -[2013-09-26 23:37:30] >>3 -[2013-09-26 23:38:30] >>3 -[2013-09-26 23:39:30] >>3 -[2013-09-26 23:40:30] >>3 -[2013-09-26 23:40:52] 7 -[2013-09-26 23:40:54] 3 -[2013-09-26 23:40:56] >3 -[2013-09-26 23:41:55] >>3 -[2013-09-26 23:42:56] >>3 -[2013-09-26 23:43:56] >>3 -[2013-09-26 23:44:56] >>3 -[2013-09-26 23:45:56] >>3 -[2013-09-26 23:46:57] >>3 -[2013-09-26 23:47:57] >>3 -[2013-09-26 23:48:57] >>3 -[2013-09-26 23:49:21] 7 -[2013-09-26 23:49:23] 3 -[2013-09-26 23:49:24] >3 -[2013-09-26 23:50:24] >>3 -[2013-09-26 23:51:24] >>3 -[2013-09-26 23:52:25] >>3 -[2013-09-26 23:53:25] >>3 -[2013-09-26 23:54:25] >>3 -[2013-09-26 23:55:25] >>3 -[2013-09-26 23:56:25] >>3 -[2013-09-26 23:57:26] >>3 -[2013-09-26 23:57:49] 7 -[2013-09-26 23:57:51] 3 -[2013-09-26 23:57:53] >3 -[2013-09-26 23:58:52] >>3 -[2013-09-26 23:59:53] >>3 -[2013-09-27 00:00:53] >>3 -[2013-09-27 00:01:53] >>3 -[2013-09-27 00:02:53] >>3 -[2013-09-27 00:03:53] >>3 -[2013-09-27 00:04:54] >>3 -[2013-09-27 00:05:54] >>3 -[2013-09-27 00:06:16] 7 -[2013-09-27 00:06:18] 3 -[2013-09-27 00:06:20] >3 -[2013-09-27 00:07:19] >>3 -[2013-09-27 00:08:20] >>3 -[2013-09-27 00:09:20] >>3 -[2013-09-27 00:10:20] >>3 -[2013-09-27 00:11:20] >>3 -[2013-09-27 00:12:20] >>3 -[2013-09-27 00:13:21] >>3 -[2013-09-27 00:14:21] >>3 -[2013-09-27 00:14:43] 7 -[2013-09-27 00:14:45] 3 -[2013-09-27 00:14:46] >3 -[2013-09-27 00:15:46] >>3 -[2013-09-27 00:16:46] >>3 -[2013-09-27 00:17:47] >>3 -[2013-09-27 00:18:47] >>3 -[2013-09-27 00:19:47] >>3 -[2013-09-27 00:20:47] >>3 -[2013-09-27 00:21:47] >>3 -[2013-09-27 00:22:48] >>3 -[2013-09-27 00:23:12] 7 -[2013-09-27 00:23:13] 3 -[2013-09-27 00:23:15] >3 -[2013-09-27 00:24:15] >>3 -[2013-09-27 00:25:15] >>3 -[2013-09-27 00:26:15] >>3 -[2013-09-27 00:27:15] >>3 -[2013-09-27 00:28:16] >>3 -[2013-09-27 00:29:16] >>3 -[2013-09-27 00:30:16] >>3 -[2013-09-27 00:31:16] >>3 -[2013-09-27 00:31:40] 7 -[2013-09-27 00:31:41] 3 -[2013-09-27 00:31:43] >3 -[2013-09-27 00:32:42] >>3 -[2013-09-27 00:33:43] >>3 -[2013-09-27 00:34:43] >>3 -[2013-09-27 00:35:43] >>3 -[2013-09-27 00:36:43] >>3 -[2013-09-27 00:37:43] >>3 -[2013-09-27 00:38:44] >>3 -[2013-09-27 00:39:44] >>3 -[2013-09-27 00:40:07] 7 -[2013-09-27 00:40:09] 3 -[2013-09-27 00:40:10] >3 -[2013-09-27 00:41:10] >>3 -[2013-09-27 00:42:10] >>3 -[2013-09-27 00:43:10] >>3 -[2013-09-27 00:44:11] >>3 -[2013-09-27 00:45:11] >>3 -[2013-09-27 00:46:11] >>3 -[2013-09-27 00:47:11] >>3 -[2013-09-27 00:48:11] >>3 -[2013-09-27 00:48:33] 7 -[2013-09-27 00:48:35] 3 -[2013-09-27 00:48:36] >3 -[2013-09-27 00:49:36] >>3 -[2013-09-27 00:50:36] >>3 -[2013-09-27 00:51:37] >>3 -[2013-09-27 00:52:37] >>3 -[2013-09-27 00:53:37] >>3 -[2013-09-27 00:54:37] >>3 -[2013-09-27 00:55:37] >>3 -[2013-09-27 00:56:38] >>3 -[2013-09-27 00:57:02] 7 -[2013-09-27 00:57:04] 3 -[2013-09-27 00:57:06] >3 -[2013-09-27 00:58:05] >>3 -[2013-09-27 00:59:06] >>3 -[2013-09-27 01:00:06] >>3 -[2013-09-27 01:01:06] >>3 -[2013-09-27 01:02:06] >>3 -[2013-09-27 01:03:06] >>3 -[2013-09-27 01:04:07] >>3 -[2013-09-27 01:05:07] >>3 -[2013-09-27 01:05:30] 7 -[2013-09-27 01:05:32] 3 -[2013-09-27 01:05:33] >3 -[2013-09-27 01:06:33] >>3 -[2013-09-27 01:07:33] >>3 -[2013-09-27 01:08:33] >>3 -[2013-09-27 01:09:34] >>3 -[2013-09-27 01:10:34] >>3 -[2013-09-27 01:11:34] >>3 -[2013-09-27 01:12:34] >>3 -[2013-09-27 01:13:34] >>3 -[2013-09-27 01:13:57] 7 -[2013-09-27 01:13:59] 3 -[2013-09-27 01:14:00] >3 -[2013-09-27 01:15:00] >>3 -[2013-09-27 01:16:00] >>3 -[2013-09-27 01:17:01] >>3 -[2013-09-27 01:18:01] >>3 -[2013-09-27 01:19:01] >>3 -[2013-09-27 01:20:01] >>3 -[2013-09-27 01:21:01] >>3 -[2013-09-27 01:22:02] >>3 -[2013-09-27 01:22:24] 7 -[2013-09-27 01:22:25] 3 -[2013-09-27 01:22:27] >3 -[2013-09-27 01:23:27] >>3 -[2013-09-27 01:24:27] >>3 -[2013-09-27 01:25:27] >>3 -[2013-09-27 01:26:27] >>3 -[2013-09-27 01:27:28] >>3 -[2013-09-27 01:28:28] >>3 -[2013-09-27 01:29:28] >>3 -[2013-09-27 01:30:28] >>3 -[2013-09-27 01:30:53] 7 -[2013-09-27 01:30:54] 3 -[2013-09-27 01:30:56] >3 -[2013-09-27 01:31:56] >>3 -[2013-09-27 01:32:56] >>3 -[2013-09-27 01:33:56] >>3 -[2013-09-27 01:34:57] >>3 -[2013-09-27 01:35:57] >>3 -[2013-09-27 01:36:57] >>3 -[2013-09-27 01:37:57] >>3 -[2013-09-27 01:38:57] >>3 -[2013-09-27 01:39:20] 7 -[2013-09-27 01:39:22] 3 -[2013-09-27 01:39:24] >3 -[2013-09-27 01:40:23] >>3 -[2013-09-27 01:41:24] >>3 -[2013-09-27 01:42:24] >>3 -[2013-09-27 01:43:24] >>3 -[2013-09-27 01:44:24] >>3 -[2013-09-27 01:45:25] >>3 -[2013-09-27 01:46:25] >>3 -[2013-09-27 01:47:25] >>3 -[2013-09-27 01:47:48] 7 -[2013-09-27 01:47:49] 3 -[2013-09-27 01:47:51] >3 -[2013-09-27 01:48:51] >>3 -[2013-09-27 01:49:51] >>3 -[2013-09-27 01:50:51] >>3 -[2013-09-27 01:51:51] >>3 -[2013-09-27 01:52:51] >>3 -[2013-09-27 01:53:52] >>3 -[2013-09-27 01:54:52] >>3 -[2013-09-27 01:55:52] >>3 -[2013-09-27 01:56:14] 7 -[2013-09-27 01:56:16] 3 -[2013-09-27 01:56:18] >3 -[2013-09-27 01:57:17] >>3 -[2013-09-27 01:58:17] >>3 -[2013-09-27 01:59:18] >>3 -[2013-09-27 02:00:18] >>3 -[2013-09-27 02:01:18] >>3 -[2013-09-27 02:02:18] >>3 -[2013-09-27 02:03:19] >>3 -[2013-09-27 02:04:19] >>3 -[2013-09-27 02:04:43] 7 -[2013-09-27 02:04:45] 3 -[2013-09-27 02:04:46] >3 -[2013-09-27 02:05:46] >>3 -[2013-09-27 02:06:46] >>3 -[2013-09-27 02:07:46] >>3 -[2013-09-27 02:08:47] >>3 -[2013-09-27 02:09:47] >>3 -[2013-09-27 02:10:47] >>3 -[2013-09-27 02:11:47] >>3 -[2013-09-27 02:12:47] >>3 -[2013-09-27 02:13:11] 7 -[2013-09-27 02:13:13] 3 -[2013-09-27 02:13:14] >3 -[2013-09-27 02:14:14] >>3 -[2013-09-27 02:15:14] >>3 -[2013-09-27 02:16:14] >>3 -[2013-09-27 02:17:15] >>3 -[2013-09-27 02:18:15] >>3 -[2013-09-27 02:19:15] >>3 -[2013-09-27 02:20:15] >>3 -[2013-09-27 02:21:15] >>3 -[2013-09-27 02:21:38] 7 -[2013-09-27 02:21:40] 3 -[2013-09-27 02:21:41] >3 -[2013-09-27 02:22:41] >>3 -[2013-09-27 02:23:41] >>3 -[2013-09-27 02:24:42] >>3 -[2013-09-27 02:25:42] >>3 -[2013-09-27 02:26:42] >>3 -[2013-09-27 02:27:42] >>3 -[2013-09-27 02:28:42] >>3 -[2013-09-27 02:29:43] >>3 -[2013-09-27 02:30:05] 7 -[2013-09-27 02:30:06] 3 -[2013-09-27 02:30:08] >3 -[2013-09-27 02:31:08] >>3 -[2013-09-27 02:32:08] >>3 -[2013-09-27 02:33:08] >>3 -[2013-09-27 02:34:08] >>3 -[2013-09-27 02:35:09] >>3 -[2013-09-27 02:36:09] >>3 -[2013-09-27 02:37:09] >>3 -[2013-09-27 02:38:09] >>3 -[2013-09-27 02:38:33] 7 -[2013-09-27 02:38:35] 3 -[2013-09-27 02:38:37] >3 -[2013-09-27 02:39:36] >>3 -[2013-09-27 02:40:37] >>3 -[2013-09-27 02:41:37] >>3 -[2013-09-27 02:42:37] >>3 -[2013-09-27 02:43:37] >>3 -[2013-09-27 02:44:38] >>3 -[2013-09-27 02:45:38] >>3 -[2013-09-27 02:46:38] >>3 -[2013-09-27 02:47:02] 7 -[2013-09-27 02:47:03] 3 -[2013-09-27 02:47:05] >3 -[2013-09-27 02:48:05] >>3 -[2013-09-27 02:49:05] >>3 -[2013-09-27 02:50:05] >>3 -[2013-09-27 02:51:05] >>3 -[2013-09-27 02:52:05] >>3 -[2013-09-27 02:53:06] >>3 -[2013-09-27 02:54:06] >>3 -[2013-09-27 02:55:06] >>3 -[2013-09-27 02:55:29] 7 -[2013-09-27 02:55:30] 3 -[2013-09-27 02:55:32] >3 -[2013-09-27 02:56:32] >>3 -[2013-09-27 02:57:32] >>3 -[2013-09-27 02:58:32] >>3 -[2013-09-27 02:59:32] >>3 -[2013-09-27 03:00:33] >>3 -[2013-09-27 03:01:33] >>3 -[2013-09-27 03:02:33] >>3 -[2013-09-27 03:03:33] >>3 -[2013-09-27 03:03:55] 7 -[2013-09-27 03:03:57] 3 -[2013-09-27 03:03:59] >3 -[2013-09-27 03:04:58] >>3 -[2013-09-27 03:05:59] >>3 -[2013-09-27 03:06:59] >>3 -[2013-09-27 03:07:59] >>3 -[2013-09-27 03:08:59] >>3 -[2013-09-27 03:09:59] >>3 -[2013-09-27 03:11:00] >>3 -[2013-09-27 03:12:00] >>3 -[2013-09-27 03:12:24] 7 -[2013-09-27 03:12:26] 3 -[2013-09-27 03:12:27] >3 -[2013-09-27 03:13:27] >>3 -[2013-09-27 03:14:27] >>3 -[2013-09-27 03:15:27] >>3 -[2013-09-27 03:16:28] >>3 -[2013-09-27 03:17:28] >>3 -[2013-09-27 03:18:28] >>3 -[2013-09-27 03:19:28] >>3 -[2013-09-27 03:20:29] >>3 -[2013-09-27 03:20:52] 7 -[2013-09-27 03:20:54] 3 -[2013-09-27 03:20:55] >3 -[2013-09-27 03:21:55] >>3 -[2013-09-27 03:22:55] >>3 -[2013-09-27 03:23:56] >>3 -[2013-09-27 03:24:01] 1 -[2013-09-27 03:24:02] >1 -[2013-09-27 03:25:02] >>1 -[2013-09-27 03:26:02] >>1 -[2013-09-27 03:27:03] >>1 -[2013-09-27 03:28:03] >>1 -[2013-09-27 03:29:03] >>1 -[2013-09-27 03:30:03] >>1 -[2013-09-27 03:31:04] >>1 -[2013-09-27 03:32:04] >>1 -[2013-09-27 03:32:35] 21 -[2013-09-27 03:32:37] >21 -[2013-09-27 03:33:36] >>21 -[2013-09-27 03:34:36] >>21 -[2013-09-27 03:35:37] >>21 -[2013-09-27 03:36:37] >>21 -[2013-09-27 03:37:37] >>21 -[2013-09-27 03:38:37] >>21 -[2013-09-27 03:39:38] >>21 -[2013-09-27 03:40:38] >>21 -[2013-09-27 03:41:38] >>21 -[2013-09-27 03:42:38] >>21 -[2013-09-27 03:43:38] >>21 -[2013-09-27 03:44:39] >>21 -[2013-09-27 03:45:39] >>21 -[2013-09-27 03:46:39] >>21 -[2013-09-27 03:47:39] >>21 -[2013-09-27 03:48:39] >>21 -[2013-09-27 03:49:40] >>21 -[2013-09-27 03:50:40] >>21 -[2013-09-27 03:51:40] >>21 -[2013-09-27 03:52:40] >>21 -[2013-09-27 03:53:40] >>21 -[2013-09-27 03:54:41] >>21 -[2013-09-27 03:55:41] >>21 -[2013-09-27 03:56:41] >>21 -[2013-09-27 03:57:41] >>21 -[2013-09-27 03:58:42] >>21 -[2013-09-27 03:59:42] >>21 -[2013-09-27 04:00:42] >>21 -[2013-09-27 04:01:42] >>21 -[2013-09-27 04:02:42] >>21 -[2013-09-27 04:03:42] >>21 -[2013-09-27 04:04:43] >>21 -[2013-09-27 04:05:43] >>21 -[2013-09-27 04:06:43] >>21 -[2013-09-27 04:07:43] >>21 -[2013-09-27 04:08:43] >>21 -[2013-09-27 04:09:44] >>21 -[2013-09-27 04:10:44] >>21 -[2013-09-27 04:11:44] >>21 -[2013-09-27 04:12:44] >>21 -[2013-09-27 04:13:44] >>21 -[2013-09-27 04:14:45] >>21 -[2013-09-27 04:15:45] >>21 -[2013-09-27 04:16:45] >>21 -[2013-09-27 04:17:45] >>21 -[2013-09-27 04:18:46] >>21 -[2013-09-27 04:19:46] >>21 -[2013-09-27 04:20:46] >>21 -[2013-09-27 04:21:46] >>21 -[2013-09-27 04:22:46] >>21 -[2013-09-27 04:23:47] >>21 -[2013-09-27 04:24:47] >>21 -[2013-09-27 04:25:47] >>21 -[2013-09-27 04:26:47] >>21 -[2013-09-27 04:27:47] >>21 -[2013-09-27 04:28:48] >>21 -[2013-09-27 04:29:48] >>21 -[2013-09-27 04:30:48] >>21 -[2013-09-27 04:31:48] >>21 -[2013-09-27 04:32:48] >>21 -[2013-09-27 04:33:49] >>21 -[2013-09-27 04:34:49] >>21 -[2013-09-27 04:35:49] >>21 -[2013-09-27 04:36:49] >>21 -[2013-09-27 04:37:49] >>21 -[2013-09-27 04:38:50] >>21 -[2013-09-27 04:39:50] >>21 -[2013-09-27 04:40:50] >>21 -[2013-09-27 04:41:50] >>21 -[2013-09-27 04:42:50] >>21 -[2013-09-27 04:43:51] >>21 -[2013-09-27 04:44:55] >>21 -[2013-09-27 04:45:56] >>21 -[2013-09-27 04:46:56] >>21 -[2013-09-27 04:47:56] >>21 -[2013-09-27 04:49:00] >>21 -[2013-09-27 04:50:01] >>21 -[2013-09-27 04:51:01] >>21 -[2013-09-27 04:52:01] >>21 -[2013-09-27 04:53:01] >>21 -[2013-09-27 04:54:01] >>21 -[2013-09-27 04:55:02] >>21 -[2013-09-27 04:56:02] >>21 -[2013-09-27 04:57:02] >>21 -[2013-09-27 04:58:02] >>21 -[2013-09-27 04:59:03] >>21 -[2013-09-27 05:00:03] >>21 -[2013-09-27 05:01:03] >>21 -[2013-09-27 05:02:03] >>21 -[2013-09-27 05:03:03] >>21 -[2013-09-27 05:04:04] >>21 -[2013-09-27 05:05:04] >>21 -[2013-09-27 05:06:04] >>21 -[2013-09-27 05:07:04] >>21 -[2013-09-27 05:08:04] >>21 -[2013-09-27 05:09:05] >>21 -[2013-09-27 05:10:05] >>21 -[2013-09-27 05:11:05] >>21 -[2013-09-27 05:12:05] >>21 -[2013-09-27 05:13:05] >>21 -[2013-09-27 05:14:06] >>21 -[2013-09-27 05:15:06] >>21 -[2013-09-27 05:16:11] >>21 -[2013-09-27 05:17:11] >>21 -[2013-09-27 05:18:11] >>21 -[2013-09-27 05:19:11] >>21 -[2013-09-27 05:20:11] >>21 -[2013-09-27 05:21:12] >>21 -[2013-09-27 05:22:12] >>21 -[2013-09-27 05:23:12] >>21 -[2013-09-27 05:24:12] >>21 -[2013-09-27 05:25:12] >>21 -[2013-09-27 05:26:13] >>21 -[2013-09-27 05:27:13] >>21 -[2013-09-27 05:28:13] >>21 -[2013-09-27 05:29:13] >>21 -[2013-09-27 05:30:13] >>21 -[2013-09-27 05:31:14] >>21 -[2013-09-27 05:32:14] >>21 -[2013-09-27 05:33:14] >>21 -[2013-09-27 05:34:14] >>21 -[2013-09-27 05:35:14] >>21 -[2013-09-27 05:36:15] >>21 -[2013-09-27 05:37:15] >>21 -[2013-09-27 05:38:15] >>21 -[2013-09-27 05:39:15] >>21 -[2013-09-27 05:40:16] >>21 -[2013-09-27 05:41:16] >>21 -[2013-09-27 05:42:16] >>21 -[2013-09-27 05:43:16] >>21 -[2013-09-27 05:44:16] >>21 -[2013-09-27 05:45:17] >>21 -[2013-09-27 05:46:17] >>21 -[2013-09-27 05:47:17] >>21 -[2013-09-27 05:48:17] >>21 -[2013-09-27 05:49:17] >>21 -[2013-09-27 05:50:18] >>21 -[2013-09-27 05:51:18] >>21 -[2013-09-27 05:52:18] >>21 -[2013-09-27 05:53:18] >>21 -[2013-09-27 05:54:18] >>21 -[2013-09-27 05:55:19] >>21 -[2013-09-27 05:56:19] >>21 -[2013-09-27 05:57:19] >>21 -[2013-09-27 05:58:19] >>21 -[2013-09-27 05:59:20] >>21 -[2013-09-27 06:00:20] >>21 -[2013-09-27 06:01:20] >>21 -[2013-09-27 06:02:20] >>21 -[2013-09-27 06:03:20] >>21 -[2013-09-27 06:04:21] >>21 -[2013-09-27 06:05:21] >>21 -[2013-09-27 06:06:21] >>21 -[2013-09-27 06:07:21] >>21 -[2013-09-27 06:08:21] >>21 -[2013-09-27 06:09:22] >>21 -[2013-09-27 06:10:22] >>21 -[2013-09-27 06:11:22] >>21 -[2013-09-27 06:12:22] >>21 -[2013-09-27 06:13:22] >>21 -[2013-09-27 06:14:23] >>21 -[2013-09-27 06:15:23] >>21 -[2013-09-27 06:16:23] >>21 -[2013-09-27 06:17:23] >>21 -[2013-09-27 06:18:23] >>21 -[2013-09-27 06:19:24] >>21 -[2013-09-27 06:20:24] >>21 -[2013-09-27 06:21:24] >>21 -[2013-09-27 06:22:24] >>21 -[2013-09-27 06:23:25] >>21 -[2013-09-27 06:24:25] >>21 -[2013-09-27 06:25:25] >>21 -[2013-09-27 06:26:25] >>21 -[2013-09-27 06:27:25] >>21 -[2013-09-27 06:28:26] >>21 -[2013-09-27 06:29:26] >>21 -[2013-09-27 06:30:26] >>21 -[2013-09-27 06:31:26] >>21 -[2013-09-27 06:32:26] >>21 -[2013-09-27 06:33:27] >>21 -[2013-09-27 06:34:27] >>21 -[2013-09-27 06:35:27] >>21 -[2013-09-27 06:36:27] >>21 -[2013-09-27 06:37:27] >>21 -[2013-09-27 06:38:28] >>21 -[2013-09-27 06:39:28] >>21 -[2013-09-27 06:40:28] >>21 -[2013-09-27 06:41:28] >>21 -[2013-09-27 06:42:29] >>21 -[2013-09-27 06:43:29] >>21 -[2013-09-27 06:44:29] >>21 -[2013-09-27 06:45:29] >>21 -[2013-09-27 06:46:29] >>21 -[2013-09-27 06:47:30] >>21 -[2013-09-27 06:48:30] >>21 -[2013-09-27 06:49:30] >>21 -[2013-09-27 06:50:30] >>21 -[2013-09-27 06:51:30] >>21 -[2013-09-27 06:52:31] >>21 -[2013-09-27 06:53:31] >>21 -[2013-09-27 06:54:31] >>21 -[2013-09-27 06:55:31] >>21 -[2013-09-27 06:56:31] >>21 -[2013-09-27 06:57:32] >>21 -[2013-09-27 06:58:32] >>21 -[2013-09-27 06:59:32] >>21 -[2013-09-27 07:00:32] >>21 -[2013-09-27 07:01:32] >>21 -[2013-09-27 07:02:32] >>21 -[2013-09-27 07:03:32] >>21 -[2013-09-27 07:04:33] >>21 -[2013-09-27 07:05:33] >>21 -[2013-09-27 07:06:33] >>21 -[2013-09-27 07:07:33] >>21 -[2013-09-27 07:08:33] >>21 -[2013-09-27 07:09:33] >>21 -[2013-09-27 07:10:33] >>21 -[2013-09-27 07:11:34] >>21 -[2013-09-27 07:12:34] >>21 -[2013-09-27 07:13:15] 1 -[2013-09-27 07:13:16] >1 -[2013-09-27 07:13:37] 21 -[2013-09-27 07:13:39] >21 -[2013-09-27 07:14:39] >>21 -[2013-09-27 07:15:39] >>21 -[2013-09-27 07:16:20] 1 -[2013-09-27 07:16:22] >1 -[2013-09-27 07:17:08] 3 -[2013-09-27 07:17:10] >3 -[2013-09-27 07:18:09] >>3 -[2013-09-27 07:19:10] >>3 -[2013-09-27 07:20:10] >>3 -[2013-09-27 07:21:10] >>3 -[2013-09-27 07:22:10] >>3 -[2013-09-27 07:23:10] >>3 -[2013-09-27 07:24:07] 7 -[2013-09-27 07:24:08] 3 -[2013-09-27 07:24:10] >3 -[2013-09-27 07:25:10] >>3 -[2013-09-27 07:26:10] >>3 -[2013-09-27 07:27:10] >>3 -[2013-09-27 07:28:10] >>3 -[2013-09-27 07:29:10] >>3 -[2013-09-27 07:30:11] >>3 -[2013-09-27 07:31:11] >>3 -[2013-09-27 07:31:47] 7 -[2013-09-27 07:31:48] 3 -[2013-09-27 07:31:50] >3 -[2013-09-27 07:32:49] >>3 -[2013-09-27 07:33:50] >>3 -[2013-09-27 07:34:41] 21 -[2013-09-27 07:34:43] >21 -[2013-09-27 07:35:43] >>21 -[2013-09-27 07:36:43] >>21 -[2013-09-27 07:37:43] >>21 -[2013-09-27 07:38:43] >>21 -[2013-09-27 07:39:44] >>21 -[2013-09-27 07:40:44] >>21 -[2013-09-27 07:41:44] >>21 -[2013-09-27 07:42:44] >>21 -[2013-09-27 07:43:44] >>21 -[2013-09-27 07:44:45] >>21 -[2013-09-27 07:45:45] >>21 -[2013-09-27 07:46:03] 1 -[2013-09-27 07:46:05] >1 -[2013-09-27 07:46:40] 3 -[2013-09-27 07:46:41] >3 -[2013-09-27 07:47:41] >>3 -[2013-09-27 07:48:41] >>3 -[2013-09-27 07:49:42] >>3 -[2013-09-27 07:50:42] >>3 -[2013-09-27 07:51:03] 7 -[2013-09-27 07:51:05] 3 -[2013-09-27 07:51:07] >3 -[2013-09-27 07:52:06] >>3 -[2013-09-27 07:53:07] >>3 -[2013-09-27 07:54:07] >>3 -[2013-09-27 07:55:07] >>3 -[2013-09-27 07:56:07] >>3 -[2013-09-27 07:57:07] >>3 -[2013-09-27 07:58:08] >>3 -[2013-09-27 07:58:49] 7 -[2013-09-27 07:58:50] 3 -[2013-09-27 07:58:52] >3 -[2013-09-27 07:59:52] >>3 -[2013-09-27 08:00:52] >>3 -[2013-09-27 08:01:52] >>3 -[2013-09-27 08:02:03] 21 -[2013-09-27 08:02:05] >21 -[2013-09-27 08:03:05] >>21 -[2013-09-27 08:04:05] >>21 -[2013-09-27 08:05:05] >>21 -[2013-09-27 08:05:35] 1 -[2013-09-27 08:05:36] >1 -[2013-09-27 08:05:40] 3 -[2013-09-27 08:05:41] >3 -[2013-09-27 08:06:41] >>3 -[2013-09-27 08:07:41] >>3 -[2013-09-27 08:08:41] >>3 -[2013-09-27 08:09:42] >>3 -[2013-09-27 08:10:29] 7 -[2013-09-27 08:10:30] 3 -[2013-09-27 08:10:32] >3 -[2013-09-27 08:11:32] >>3 -[2013-09-27 08:12:32] >>3 -[2013-09-27 08:13:32] >>3 -[2013-09-27 08:14:32] >>3 -[2013-09-27 08:15:33] >>3 -[2013-09-27 08:16:33] >>3 -[2013-09-27 08:17:33] >>3 -[2013-09-27 08:18:15] 7 -[2013-09-27 08:18:17] 3 -[2013-09-27 08:18:18] >3 -[2013-09-27 08:19:18] >>3 -[2013-09-27 08:20:18] >>3 -[2013-09-27 08:21:19] >>3 -[2013-09-27 08:22:19] >>3 -[2013-09-27 08:23:19] >>3 -[2013-09-27 08:24:19] >>3 -[2013-09-27 08:25:19] >>3 -[2013-09-27 08:26:01] 7 -[2013-09-27 08:26:03] 3 -[2013-09-27 08:26:04] >3 -[2013-09-27 08:27:04] >>3 -[2013-09-27 08:28:04] >>3 -[2013-09-27 08:29:05] >>3 -[2013-09-27 08:30:05] >>3 -[2013-09-27 08:31:05] >>3 -[2013-09-27 08:32:05] >>3 -[2013-09-27 08:33:06] >>3 -[2013-09-27 08:33:24] 1 -[2013-09-27 08:33:25] >1 -[2013-09-27 08:33:41] 21 -[2013-09-27 08:33:43] >21 -[2013-09-27 08:34:43] >>21 -[2013-09-27 08:35:43] >>21 -[2013-09-27 08:36:43] >>21 -[2013-09-27 08:37:43] >>21 -[2013-09-27 08:38:44] >>21 -[2013-09-27 08:39:44] >>21 -[2013-09-27 08:40:44] >>21 -[2013-09-27 08:41:27] 1 -[2013-09-27 08:41:28] >1 -[2013-09-27 08:41:54] 5 -[2013-09-27 08:41:56] 1 -[2013-09-27 08:41:57] >1 -[2013-09-27 08:42:36] 3 -[2013-09-27 08:42:38] >3 -[2013-09-27 08:43:38] >>3 -[2013-09-27 08:44:38] >>3 -[2013-09-27 08:45:38] >>3 -[2013-09-27 08:46:38] >>3 -[2013-09-27 08:47:39] >>3 -[2013-09-27 08:48:39] >>3 -[2013-09-27 08:49:39] >>3 -[2013-09-27 08:49:40] 7 -[2013-09-27 08:49:41] 3 -[2013-09-27 08:49:43] >3 -[2013-09-27 08:50:43] >>3 -[2013-09-27 08:51:43] >>3 -[2013-09-27 08:52:43] >>3 -[2013-09-27 08:53:43] >>3 -[2013-09-27 08:54:44] >>3 -[2013-09-27 08:55:44] >>3 -[2013-09-27 08:56:44] >>3 -[2013-09-27 08:57:24] 7 -[2013-09-27 08:57:26] 3 -[2013-09-27 08:57:28] >3 -[2013-09-27 08:58:27] >>3 -[2013-09-27 08:59:27] >>3 -[2013-09-27 09:00:28] >>3 -[2013-09-27 09:01:28] >>3 -[2013-09-27 09:02:28] >>3 -[2013-09-27 09:03:28] >>3 -[2013-09-27 09:04:29] >>3 -[2013-09-27 09:05:11] 7 -[2013-09-27 09:05:13] 3 -[2013-09-27 09:05:14] >3 -[2013-09-27 09:06:14] >>3 -[2013-09-27 09:07:14] >>3 -[2013-09-27 09:08:15] >>3 -[2013-09-27 09:09:15] >>3 -[2013-09-27 09:10:15] >>3 -[2013-09-27 09:11:15] >>3 -[2013-09-27 09:12:15] >>3 -[2013-09-27 09:12:57] 7 -[2013-09-27 09:12:58] 3 -[2013-09-27 09:13:00] >3 -[2013-09-27 09:14:00] >>3 -[2013-09-27 09:15:00] >>3 -[2013-09-27 09:16:00] >>3 -[2013-09-27 09:17:00] >>3 -[2013-09-27 09:18:00] >>3 -[2013-09-27 09:19:01] >>3 -[2013-09-27 09:20:01] >>3 -[2013-09-27 09:20:42] 7 -[2013-09-27 09:20:43] 3 -[2013-09-27 09:20:45] >3 -[2013-09-27 09:21:45] >>3 -[2013-09-27 09:22:45] >>3 -[2013-09-27 09:23:45] >>3 -[2013-09-27 09:24:45] >>3 -[2013-09-27 09:25:45] >>3 -[2013-09-27 09:26:46] >>3 -[2013-09-27 09:27:46] >>3 -[2013-09-27 09:28:28] 7 -[2013-09-27 09:28:30] 3 -[2013-09-27 09:28:31] >3 -[2013-09-27 09:29:31] >>3 -[2013-09-27 09:30:31] >>3 -[2013-09-27 09:31:31] >>3 -[2013-09-27 09:32:32] >>3 -[2013-09-27 09:33:32] >>3 -[2013-09-27 09:34:32] >>3 -[2013-09-27 09:35:32] >>3 -[2013-09-27 09:36:13] 7 -[2013-09-27 09:36:15] 3 -[2013-09-27 09:36:17] >3 -[2013-09-27 09:37:16] >>3 -[2013-09-27 09:38:17] >>3 -[2013-09-27 09:39:17] >>3 -[2013-09-27 09:40:17] >>3 -[2013-09-27 09:41:17] >>3 -[2013-09-27 09:42:17] >>3 -[2013-09-27 09:43:18] >>3 -[2013-09-27 09:43:58] 7 -[2013-09-27 09:44:00] 3 -[2013-09-27 09:44:02] >3 -[2013-09-27 09:45:01] >>3 -[2013-09-27 09:46:01] >>3 -[2013-09-27 09:47:02] >>3 -[2013-09-27 09:48:02] >>3 -[2013-09-27 09:49:02] >>3 -[2013-09-27 09:50:02] >>3 -[2013-09-27 09:51:03] >>3 -[2013-09-27 09:51:45] 7 -[2013-09-27 09:51:46] 3 -[2013-09-27 09:51:48] >3 -[2013-09-27 09:52:48] >>3 -[2013-09-27 09:53:48] >>3 -[2013-09-27 09:54:48] >>3 -[2013-09-27 09:55:48] >>3 -[2013-09-27 09:56:48] >>3 -[2013-09-27 09:57:49] >>3 -[2013-09-27 09:58:49] >>3 -[2013-09-27 09:59:31] 7 -[2013-09-27 09:59:32] 3 -[2013-09-27 09:59:34] >3 -[2013-09-27 10:00:34] >>3 -[2013-09-27 10:01:34] >>3 -[2013-09-27 10:02:34] >>3 -[2013-09-27 10:03:34] >>3 -[2013-09-27 10:04:34] >>3 -[2013-09-27 10:05:35] >>3 -[2013-09-27 10:06:35] >>3 -[2013-09-27 10:07:15] 7 -[2013-09-27 10:07:17] 3 -[2013-09-27 10:07:19] >3 -[2013-09-27 10:08:18] >>3 -[2013-09-27 10:09:19] >>3 -[2013-09-27 10:10:19] >>3 -[2013-09-27 10:11:19] >>3 -[2013-09-27 10:12:19] >>3 -[2013-09-27 10:13:19] >>3 -[2013-09-27 10:14:20] >>3 -[2013-09-27 10:15:02] 7 -[2013-09-27 10:15:04] 3 -[2013-09-27 10:15:05] >3 -[2013-09-27 10:16:05] >>3 -[2013-09-27 10:17:05] >>3 -[2013-09-27 10:18:05] >>3 -[2013-09-27 10:19:05] >>3 -[2013-09-27 10:20:06] >>3 -[2013-09-27 10:21:06] >>3 -[2013-09-27 10:22:06] >>3 -[2013-09-27 10:22:47] 7 -[2013-09-27 10:22:49] 3 -[2013-09-27 10:22:51] >3 -[2013-09-27 10:23:50] >>3 -[2013-09-27 10:24:51] >>3 -[2013-09-27 10:25:51] >>3 -[2013-09-27 10:26:51] >>3 -[2013-09-27 10:27:51] >>3 -[2013-09-27 10:28:51] >>3 -[2013-09-27 10:29:52] >>3 -[2013-09-27 10:30:32] 7 -[2013-09-27 10:30:34] 3 -[2013-09-27 10:30:36] >3 -[2013-09-27 10:31:35] >>3 -[2013-09-27 10:32:35] >>3 -[2013-09-27 10:33:36] >>3 -[2013-09-27 10:34:36] >>3 -[2013-09-27 10:35:36] >>3 -[2013-09-27 10:36:36] >>3 -[2013-09-27 10:37:36] >>3 -[2013-09-27 10:38:19] 7 -[2013-09-27 10:38:20] 3 -[2013-09-27 10:38:22] >3 -[2013-09-27 10:39:22] >>3 -[2013-09-27 10:40:22] >>3 -[2013-09-27 10:41:22] >>3 -[2013-09-27 10:42:22] >>3 -[2013-09-27 10:43:23] >>3 -[2013-09-27 10:44:23] >>3 -[2013-09-27 10:45:23] >>3 -[2013-09-27 10:45:36] 19 -[2013-09-27 10:45:37] >19 -[2013-09-27 10:46:21] 21 -[2013-09-27 10:46:22] 39 -[2013-09-27 10:46:23] >39 -[2013-09-27 10:47:23] >>39 -[2013-09-27 10:48:23] >>39 -[2013-09-27 10:49:23] >>39 -[2013-09-27 10:50:24] >>39 -[2013-09-27 10:51:24] >>39 -[2013-09-27 10:52:24] >>39 -[2013-09-27 10:53:24] >>39 -[2013-09-27 10:53:25] 21 -[2013-09-27 10:53:26] 39 -[2013-09-27 10:53:27] 21 -[2013-09-27 10:53:29] >21 -[2013-09-27 10:54:28] >>21 -[2013-09-27 10:55:29] >>21 -[2013-09-27 10:56:29] >>21 -[2013-09-27 10:57:29] >>21 -[2013-09-27 10:58:29] >>21 -[2013-09-27 10:59:29] >>21 -[2013-09-27 11:00:07] 1 -[2013-09-27 11:00:09] >1 -[2013-09-27 11:00:34] 5 -[2013-09-27 11:00:36] 1 -[2013-09-27 11:00:38] >1 -[2013-09-27 11:01:17] 3 -[2013-09-27 11:01:18] >3 -[2013-09-27 11:02:18] >>3 -[2013-09-27 11:03:18] >>3 -[2013-09-27 11:04:19] >>3 -[2013-09-27 11:05:19] >>3 -[2013-09-27 11:06:19] >>3 -[2013-09-27 11:07:19] >>3 -[2013-09-27 11:08:20] >>3 -[2013-09-27 11:08:20] 7 -[2013-09-27 11:08:22] 3 -[2013-09-27 11:08:23] >3 -[2013-09-27 11:09:23] >>3 -[2013-09-27 11:10:12] 21 -[2013-09-27 11:10:14] >21 -[2013-09-27 11:11:13] >>21 -[2013-09-27 11:12:13] >>21 -[2013-09-27 11:13:14] >>21 -[2013-09-27 11:14:14] >>21 -[2013-09-27 11:15:14] >>21 -[2013-09-27 11:16:14] >>21 -[2013-09-27 11:17:15] >>21 -[2013-09-27 11:18:15] >>21 -[2013-09-27 11:19:15] >>21 -[2013-09-27 11:20:15] >>21 -[2013-09-27 11:21:15] >>21 -[2013-09-27 11:22:16] >>21 -[2013-09-27 11:23:16] >>21 -[2013-09-27 11:24:16] >>21 -[2013-09-27 11:25:16] >>21 -[2013-09-27 11:26:16] >>21 -[2013-09-27 11:27:17] >>21 -[2013-09-27 11:28:17] >>21 -[2013-09-27 11:29:17] >>21 -[2013-09-27 11:30:17] >>21 -[2013-09-27 11:31:21] >>21 -[2013-09-27 11:32:22] >>21 -[2013-09-27 11:33:16] 1 -[2013-09-27 11:33:21] >1 -[2013-09-27 11:33:44] 5 -[2013-09-27 11:33:46] 1 -[2013-09-27 11:33:47] >1 -[2013-09-27 11:34:26] 3 -[2013-09-27 11:34:28] >3 -[2013-09-27 11:35:28] >>3 -[2013-09-27 11:36:28] >>3 -[2013-09-27 11:37:28] >>3 -[2013-09-27 11:38:28] >>3 -[2013-09-27 11:39:28] >>3 -[2013-09-27 11:40:29] >>3 -[2013-09-27 11:41:29] >>3 -[2013-09-27 11:41:30] 7 -[2013-09-27 11:41:32] 3 -[2013-09-27 11:41:33] >3 -[2013-09-27 11:42:33] >>3 -[2013-09-27 11:43:33] >>3 -[2013-09-27 11:44:33] >>3 diff --git a/ConfIOB/Donati/1007_152/old/IOB.cfg b/ConfIOB/Donati/1007_152/old/IOB.cfg deleted file mode 100644 index 39a8d52..0000000 --- a/ConfIOB/Donati/1007_152/old/IOB.cfg +++ /dev/null @@ -1,19 +0,0 @@ -[id] -idxMacchina = 1007 - -[web] -URLBASE = http://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina= -URLADV1 = &valore= -URLREBO = http://192.168.51.71/MPIO/sendReboot.aspx?idxMacchina= - -[time] -SAMPLETIME = 0.5 -TIMEOUTSHORT = 2 -TIMEOUTLONG = 60 - -[log] -LOGLEVEL = 10 -LOGFILE = logfile.txt - -[comm] -port = /dev/ttyAMA0 diff --git a/ConfIOB/Donati/1007_152/old/readParallela.py b/ConfIOB/Donati/1007_152/old/readParallela.py deleted file mode 100644 index 7520b36..0000000 --- a/ConfIOB/Donati/1007_152/old/readParallela.py +++ /dev/null @@ -1,337 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -# readParallela v. 1.1 - -#--------------------------------------------------------------- - - -import time -import sys - - -from datetime import datetime - -import urllib -import ConfigParser -import os, sys - -#--------------------------------------------------------------- - -# COSTANTI -MSGLEN = 9 -TIMEOUTSERIALE = 10 -MAXRETRY = 3 - -PROGRAM_NAME ="ReadPar IOB-pi v.1.1" - -# DA FILE CONF -idxMacchina = "1001" -SAMPLETIME = 0.1 -TIMEOUTSHORT = (SAMPLETIME*20) -TIMEOUTLONG = (SAMPLETIME*600) - -# VAR -to_enable = False -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG -to_serial = TIMEOUTSERIALE -to_retry = MAXRETRY -errormsglen = 0 - -# VAR - -out_0 = 24 -out_1 = 26 - -in_0 = 11 -in_1 = 12 -in_2 = 13 -in_3 = 15 -in_4 = 16 -in_5 = 18 -in_6 = 22 -in_7 = 7 - -#--------------------------------------------------------------- -# classe logger - -class Logger: - def __init__(self, filename): - try: - self.filename = filename - except: - logga("LOGGER: errore try su self.filename") - sys.exit(1) - def __call__(self, string): - try: - file = open(self.filename, 'a') - file.write('[' + time.strftime("%Y-%m-%d %H:%M:%S") + '] ') - file.write(string + '\n') - file.close() - except: - logga("LOGGER: errore try su scrittura") - sys.exit(1) - -#--------------------------------------------------------------- -# lettura parallela -# ritorna il byte letto pulito ( due char hex ) - -def readParallela(): - - global in_0 - global in_1 - global in_2 - global in_3 - global in_4 - global in_5 - global in_6 - global in_7 - - global GPIO - - current = '' - -# print "input : " - - # ritorna '' se non ci sono abbastanza caratteri - try: - num_value = 255 - -# print "num_value : " , num_value , in_0 - - if GPIO.input(in_0): - num_value = num_value - 1 - - if GPIO.input(in_1): - num_value = num_value - 2 - - if GPIO.input(in_2): - num_value = num_value - 4 - - if GPIO.input(in_3): - num_value = num_value - 8 - - if GPIO.input(in_4): - num_value = num_value - 16 - - if GPIO.input(in_5): - num_value = num_value - 32 - - if GPIO.input(in_6): - num_value = num_value - 64 - - if GPIO.input(in_7): - num_value = num_value - 128 - - current = hex( num_value ).replace ( "0x" , "" ).upper() - -# print "\n\n\n\n\n" , num_value , current - - ##### convertire in HEX !!!! - - except: - pass - - return current - - - -#--------------------------------------------------------------- -#Funzione di scrittura su url con try-except - -def chiamaUrl(): - - try: - url = URLBASE + idxMacchina + URLADV1 + value - urllib.urlopen ( url ) - except: - logga ( "NETWORK:Errore http-no com rete-timeout" + url ) - print "Url aforte" , url - -#--------------------------------------------------------------- -# Funzione che verifica possibilità di creare log e include testo corrente - -def logga(message) : - try: - log(message) - except : - pass - -#--------------------------------------------------------------- -def avviaParallela(): - - try: - - GPIO.setmode(GPIO.BOARD) - - GPIO.setwarnings(False) - - #GPIO.setup(out_0, GPIO.OUT) # output 0 - #GPIO.setup(out_1, GPIO.OUT) # output 1 - - GPIO.setup(in_0, GPIO.IN) # input 0 - GPIO.setup(in_1, GPIO.IN) # input 1 - GPIO.setup(in_2, GPIO.IN) # input 2 - GPIO.setup(in_3, GPIO.IN) # input 3 - GPIO.setup(in_4, GPIO.IN) # input 4 - GPIO.setup(in_5, GPIO.IN) # input 5 - GPIO.setup(in_6, GPIO.IN) # input 6 - GPIO.setup(in_7, GPIO.IN) # input 7 - - except: - print( "\n\n" + PROGRAM_NAME + " - Error 3 on RPi.GPIO ! \n\n") - sys.exit(1) - - - print( "\n\n" + PROGRAM_NAME + " - init ok \n\n") - - -#--------------------------------------------------------------- -#--------------------------------------------------------------- -# MAIN - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'IOB.cfg' ) - - SAMPLETIME = config.getfloat ( 'time' , 'SAMPLETIME' ) - TIMEOUTSHORT = config.getfloat ( 'time' , 'TIMEOUTSHORT' ) - TIMEOUTLONG = config.getfloat ( 'time' , 'TIMEOUTLONG' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - - - URLBASE = config.get ( 'web' , 'URLBASE' ) - URLADV1 = config.get ( 'web' , 'URLADV1' ) - - LOGFILE = config.get ( 'log' , 'LOGFILE' ) - LOGLEVEL = config.get ( 'log' , 'LOGLEVEL' ) -except: - print "\n\n" + PROGRAM_NAME + ' - Error 4 - in config file ' 'IOB.cfg' - sys.exit(1) - -# oggetto Logger -try: - log = Logger(LOGFILE) -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) - -print "\n\n" + PROGRAM_NAME + "\n\n" - -global startstatus -startstatus = 1 - -if startstatus == 1: - logga("Avvio Programma" + PROGRAM_NAME) - -## Verifica l'OS e di conseguenza carica il file relativo con metodo di lockfile appropriato + check singola istanza -if os.name == 'posix': - import unix -else: - import win - -logga ( "Start " + PROGRAM_NAME ) - - -# lettura file configurazione - -# [id] -# idxMacchina = 2001 -# [time] -# SAMPLETIME = 0.1 -# TIMEOUTSHORT = 200 -# TIMEOUTLONG = 6000 - - -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' TIMEOUTSHORT = %4.2f' % ( TIMEOUTSHORT ) ) -print ( ' TIMEOUTLONG = %4.2f' % ( TIMEOUTLONG ) ) -print ( ' URLBASE = %s' % ( URLBASE ) ) -print ( ' URLADV1 = %s' % ( URLADV1 ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) -print ( ' LOGLEVEL = %s' % ( LOGLEVEL ) ) - -# -sys.stdout.write ( 'idxMacchina ?' + idxMacchina + '\n') - -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG - - -#-------------------------------------------------------------- -# apertura parallela - -try: - import RPi.GPIO as GPIO -except RuntimeError: - print( "\n\n" + PROGRAM_NAME + " - Error 1 - you need superuser privileges") -except: - print( "\n\n" + PROGRAM_NAME + " - Error 2 - you need superuser privileges. USE 'sudo' to run your script\n\n") - sys.exit(1) - - -avviaParallela() - -#--------------------------------------------------------------- -# ciclo forever and ever - -old = '' - -while 1: - - try: - time.sleep (SAMPLETIME) - except: - logga("First_SLEEP: errore attesa sampletime") - - # lettura dati da IOB - value = readParallela() - - if ( value != '' ) : - if value != old : - #loggo e invio dati - try: - logga ( value ) - errormsglen = 0 - chiamaUrl() - except: - logga("URLBROWSER: errore registrazione valore e chiamaUrl") - pass - #enable e reset timer - to_enable = True - to_short = TIMEOUTSHORT - to_long = TIMEOUTLONG - - old = value - - - # gestione timeout breve - if ( to_enable ) : - to_short = to_short - SAMPLETIME - if to_short <= 0: - #loggo e invio dati - try: - logga ( '>' + value ) - errormsglen = 0 - chiamaUrl() - except: - pass - to_short = TIMEOUTSHORT - to_enable = False # dopo un colpo il timer breve viene disabilitato - to_long = TIMEOUTLONG - - # gestione timeout lungo - to_long = to_long - SAMPLETIME - if to_long <= 0: - #loggo e invio dati - try: - logga ( '>>' + value ) - errormsglen = 0 - chiamaUrl() - except: - pass - to_long = TIMEOUTLONG - - diff --git a/ConfIOB/Donati/1007_152/readParallela.py b/ConfIOB/Donati/1007_152/readParallela.py deleted file mode 100644 index 5a38f21..0000000 --- a/ConfIOB/Donati/1007_152/readParallela.py +++ /dev/null @@ -1,530 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -# readParallela v. 1.8 -# versione estetica di Carlo + single instance timer - -#--------------------------------------------------------------- -# levare locking -# timer semplificata -# GPIO global - - -import time -import sys - - -from datetime import datetime - -import urllib -import ConfigParser -import os, sys - -import logging -import logging.handlers -import threading -import Queue -#-------------------------------------------------------------- - -# COSTANTI -MSGLEN = 9 -TIMEOUTSERIALE = 10 -MAXRETRY = 3 - -PROGRAM_NAME ="ReadPar IOB-pi v.1.8" - -# DA FILE CONF -idxMacchina = "1001" -SAMPLETIME = 0.1 -TIMEOUTSHORT = (SAMPLETIME*20) -TIMEOUTLONG = (SAMPLETIME*600) -SENDURLTIME = 0.08 - -# VAR -to_enable = False -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG -to_serial = TIMEOUTSERIALE -to_retry = MAXRETRY -errormsglen = 0 - -# VAR - -out_0 = 24 -out_1 = 26 - -in_0 = 11 -in_1 = 12 -in_2 = 13 -in_3 = 15 -in_4 = 16 -in_5 = 18 -in_6 = 22 -in_7 = 7 - -# contatore: serve x match tra accoda ed invia x possibile controllo a posteriori... ogni volta che accodo incremento di 1, va da 0 a 999 -cont = '0' - -# variabile stato online/offline della macchina -onLine = '1' - -# variabile stato seinding/waiting x la parte invio URL -sending = '0' - -# variabile stato timer thread busy -timer_busy = False - -#-------------------------------------------------------------- -# Gestione coda (condivisa) x registrazione eventi ed invio URL -#print "Creazione coda 1000 elementi" - -Coda = Queue.Queue(0) - -#queueLock = threading.Lock() - -#--------------------------------------------------------------- -# lettura parallela -# ritorna il byte letto pulito ( due char hex ) - -def readParallela(): - - global in_0 - global in_1 - global in_2 - global in_3 - global in_4 - global in_5 - global in_6 - global in_7 - - global GPIO - - current = '' - -# print "input : " - - # ritorna '' se non ci sono abbastanza caratteri - try: - num_value = 255 - -# print "num_value : " , num_value , in_0 - - if GPIO.input(in_0): - num_value = num_value - 1 - - if GPIO.input(in_1): - num_value = num_value - 2 - - if GPIO.input(in_2): - num_value = num_value - 4 - - if GPIO.input(in_3): - num_value = num_value - 8 - - if GPIO.input(in_4): - num_value = num_value - 16 - - if GPIO.input(in_5): - num_value = num_value - 32 - - if GPIO.input(in_6): - num_value = num_value - 64 - - if GPIO.input(in_7): - num_value = num_value - 128 - - current = hex( num_value ).replace ( "0x" , "" ).upper() - -# print "\n\n\n\n\n" , num_value , current - - except: - pass - - return current - - -#-------------------------------------------------------------- -# MARCO: cambiare: chiama URL NON deve chiamare url MA METTERE IN CODA (riempiCoda!!!) -# la parte URL vera va messa in svuotaCoda, PARAMETRICA - -#--------------------------------------------------------------- -#Funzione di scrittura su coda con try-except - -def accoda(): - - try: -# url = URLBASE + idxMacchina + URLADV1 + value -# urllib.urlopen ( url ) - #dtEve = time.strftime("%y%m%d%H%M%S")+"000" - dtEve = datetime.utcnow().strftime('%Y%m%d%H%M%S%f')[:-3] - #logPro.debug( "Nuovo valore inserito in coda: " + dtEve + "#" + value + '#' + cont) - #print(dtEve) - #queueLock.acquire() - Coda.put(dtEve + '#' + value + '#' + cont) - #queueLock.release() - #print "Nuovo valore inserito in coda: " + dtEve + "#", value - - except Queue.Full: - logPro.error( "Quque full" + dtEve + '#' + value + '#' + cont ) - except: - logPro.error( "NETWORK:Errore http-no com rete-timeout" + url ) -# print "Url aforte" , url - - -#-------------------------------------------------------------- -# MARCO: scrivere svuotaCoda come thread etc... -def svuota_coda(): - - global onLine - global sending - global timer_busy - - #print "start timer " - - if ( timer_busy == False ): - timer_busy = True - #print "start timer ok " - - try: - if not Coda.empty(): - #print "coda da svuotare!" - response = urllib.urlopen(URLALIVE) - answ = response.read() - if answ == 'OK': - #print "OK alive" - response2 = urllib.urlopen(URLENABLED + idxMacchina) - answ2 = response2.read() - if answ2 == 'OK': - # aggiorno stato ad online - if onLine == '0': - logPro.info("IOB ONLINE!") - #print("IOB ONLINE") - - onLine = '1' # imposto comunque online - else: - if onLine == '1': - logPro.error("IOB offline") - #print("IOB offline") - - onLine = '0' - else: - if onLine == '1': - logPro.error("Server offline") - #print("Server offline") - - onLine = '0' - - # ora verifico SE si possa inviare (ovvero sia online server e NON ci siano altri send attivi...) - if onLine == '1': - if sending == '0': - #segnalo che sono in sending! - sending = '1' - - # formatto dataOra corrente - #dtCurr = time.strftime("%y%m%d%H%M%S")+"000" - dtCurr = datetime.utcnow().strftime('%Y%m%d%H%M%S%f')[:-3] - # prendo 1 valore dalla coda... - #queueLock.acquire() - resp = Coda.get() - # RILASCIO SUBITO la coda x nuovi insert... - #queueLock.release() - - - # recupero valori da coda! - dtEve = resp.split("#")[0] - value = resp.split("#")[1] - cnt = resp.split("#")[2] - url = URLBASE + idxMacchina + URLADV1 + value - url = url + '&dtCurr=' + dtCurr + '&dtEve=' + dtEve + '&cnt=' + cnt - # CHIAMO URL - response3 = urllib.urlopen ( url ) - answ3 = response3.read() - #print(url) - #logPro.debug(url) - - - # log valore inviato! - logSnd.info( value + ' ['+ cnt +']' + ' R:' + answ3 ) - #print "Valore smaltito dalla coda" - - # completato invio, riporto sending a zero! - sending = '0' - else: - logPro.info("WAIT active send to complete") - - else: - pass - - else: - pass - - except: - if onLine == '1': - logPro.error("Server Non raggiungibile") - #print "Non raggiungibile" - - onLine = '0' - -# in ogni caso - - timer_busy = False - #print "end timer ok" - - - #print "end timer " - - -#--------------------------------------------------------------- -# funzione timer thread -#--------------------------------------------------------------- -def do_every (interval, worker_func, iterations = 0): - if iterations != 1: - threading.Timer ( - interval, - do_every, [interval, worker_func, 0 if iterations == 0 else iterations-1] - ).start (); - - worker_func (); - -#--------------------------------------------------------------- -# gestione contatore -#--------------------------------------------------------------- -def contatore(): - - try: - global cont - ctr = int(cont) - ctr +=1 - ctr = ctr % 1000 # round robin 1000 eventi x track - cont = str(ctr) - except: - print("errore incremento contatore") - -#--------------------------------------------------------------- -# avvia porta parallela -#--------------------------------------------------------------- -def avviaParallela(): - - global in_0 - global in_1 - global in_2 - global in_3 - global in_4 - global in_5 - global in_6 - global in_7 - - global GPIO - - try: - - GPIO.setmode(GPIO.BOARD) - - GPIO.setwarnings(False) - - #GPIO.setup(out_0, GPIO.OUT) # output 0 - #GPIO.setup(out_1, GPIO.OUT) # output 1 - - GPIO.setup(in_0, GPIO.IN) # input 0 - GPIO.setup(in_1, GPIO.IN) # input 1 - GPIO.setup(in_2, GPIO.IN) # input 2 - GPIO.setup(in_3, GPIO.IN) # input 3 - GPIO.setup(in_4, GPIO.IN) # input 4 - GPIO.setup(in_5, GPIO.IN) # input 5 - GPIO.setup(in_6, GPIO.IN) # input 6 - GPIO.setup(in_7, GPIO.IN) # input 7 - - except: - print( "\n\n" + PROGRAM_NAME + " - Error 3 on RPi.GPIO ! \n\n") - sys.exit(1) - - - print( "\n\n" + PROGRAM_NAME + " - init ok \n\n") - - -#--------------------------------------------------------------- -#--------------------------------------------------------------- -# MAIN - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'IOB.cfg' ) - - SAMPLETIME = config.getfloat ( 'time' , 'SAMPLETIME' ) - TIMEOUTSHORT = config.getfloat ( 'time' , 'TIMEOUTSHORT' ) - TIMEOUTLONG = config.getfloat ( 'time' , 'TIMEOUTLONG' ) - SENDURLTIME = config.getfloat ( 'time' , 'SENDURLTIME' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - - - URLBASE = config.get ( 'web' , 'URLBASE' ) - URLENABLED = config.get('web' , 'URLENABLED') - URLALIVE = config.get ('web' , 'URLALIVE') - URLADV1 = config.get ( 'web' , 'URLADV1' ) - - LOGFILE = config.get ( 'log' , 'LOGFILE' ) - LOGLEVEL = config.get ( 'log' , 'LOGLEVEL' ) -except: - print "\n\n" + PROGRAM_NAME + ' - Error 4 - in config file ' 'IOB.cfg' - sys.exit(1) - -#-------------------------------------------- -# oggetto Logger -#-------------------------------------------- -try: - logging.basicConfig(level=logging.DEBUG, - format='%(asctime)s %(name)-8s %(levelname)-8s %(message)s', - datefmt='%Y-%m-%d %H:%M:%S', - filename=LOGFILE, - filemode='a' - ) - - # aggiungo 2 logger specifici x queue e send... - logQue = logging.getLogger('queue') - logSnd = logging.getLogger('sendUrl') - logPro = logging.getLogger('program') - -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) -#-------------------------------------------- - - -print "\n\n" + PROGRAM_NAME + "\n\n" - -global startstatus -startstatus = 1 - -if startstatus == 1: - logPro.info("Avvio Programma" + PROGRAM_NAME) - -## Verifica l'OS e di conseguenza carica il file relativo con metodo di lockfile appropriato + check singola istanza -if os.name == 'posix': - import unix -else: - import win - -logPro.info( "Start " + PROGRAM_NAME ) - - -# lettura file configurazione - -# [id] -# idxMacchina = 2001 -# [time] -# SAMPLETIME = 0.1 -# TIMEOUTSHORT = 200 -# TIMEOUTLONG = 6000 - - -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' SAMPLETIME = %4.2f' % ( SAMPLETIME ) ) -print ( ' TIMEOUTSHORT = %4.2f' % ( TIMEOUTSHORT ) ) -print ( ' TIMEOUTLONG = %4.2f' % ( TIMEOUTLONG ) ) -print ( ' SENDURLTIME = %4.2f' % ( SENDURLTIME ) ) -print ( ' URLBASE = %s' % ( URLBASE ) ) -print ( ' URLADV1 = %s' % ( URLADV1 ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) -print ( ' LOGLEVEL = %s' % ( LOGLEVEL ) ) - -# -sys.stdout.write ( 'idxMacchina ?' + idxMacchina + '\n') - -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG - - -#-------------------------------------------------------------- -# apertura parallela - -try: - import RPi.GPIO as GPIO -except RuntimeError: - print( "\n\n" + PROGRAM_NAME + " - Error 1 - you need superuser privileges") -except: - print( "\n\n" + PROGRAM_NAME + " - Error 2 - you need superuser privileges. USE 'sudo' to run your script\n\n") - sys.exit(1) - - -avviaParallela() - - -#-------------------------------------------------------------- -# MARCO: qui inserire avvio thread di "svuotaCoda" - -# avviaSvuotaCoda -#print "Avvia svuota coda" - -do_every ( SENDURLTIME , svuota_coda ); - -#--------------------------------------------------------------- -# ciclo forever and ever - -old = '' - -#print "Avvio ciclo" -logPro.info("Avvio loop principale") -while 1: - - try: - time.sleep (SAMPLETIME) - except: - logPro.info("First_SLEEP: errore attesa sampletime") - - # lettura dati da IOB - value = readParallela() - - if ( value != '' ) : - if value != old : - #loggo e invio dati - try: - logQue.info( value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda") - pass - #enable e reset timer - to_enable = True - to_short = TIMEOUTSHORT - to_long = TIMEOUTLONG - - old = value - - - # gestione timeout breve - if ( to_enable ) : - to_short = to_short - SAMPLETIME - if to_short <= 0: - #loggo e invio dati - try: - logQue.info( '>' + value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda TO_short") - pass - to_short = TIMEOUTSHORT - to_enable = False # dopo un colpo il timer breve viene disabilitato - to_long = TIMEOUTLONG - - # gestione timeout lungo - to_long = to_long - SAMPLETIME - if to_long <= 0: - #loggo e invio dati - try: - logQue.info( '>>' + value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda TO_long") - pass - to_long = TIMEOUTLONG - - - - diff --git a/ConfIOB/Donati/1007_152/sendReboot.py b/ConfIOB/Donati/1007_152/sendReboot.py deleted file mode 100644 index 36dd316..0000000 --- a/ConfIOB/Donati/1007_152/sendReboot.py +++ /dev/null @@ -1,96 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -# sendReboot v. 1.1 - -#--------------------------------------------------------------- - - -import time -import sys - - -from datetime import datetime - -import urllib -import ConfigParser -import os, sys - -import logging - -#--------------------------------------------------------------- - -# COSTANTI -PROGRAM_NAME ="SendReboot IOB-pi v.1.3" - -# DA FILE CONF -idxMacchina = "99" - -#--------------------------------------------------------------- -#Funzione di scrittura su url con try-except - -def chiamaUrl(): - - try: - url = URLREBO + idxMacchina - urllib.urlopen ( url ) - except: - logging.info ( "NETWORK:Errore http-no com rete-timeout per url: " + url ) - print "Url aforte" , url - -#--------------------------------------------------------------- -# MAIN -#--------------------------------------------------------------- - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'IOB.cfg' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - - - URLREBO = config.get ( 'web' , 'URLREBO' ) - - LOGFILE = config.get ( 'log' , 'LOGREBO' ) -except: - print "\n\n" + PROGRAM_NAME + ' - Error 4 - in config file ' 'IOB.cfg' - sys.exit(1) - - -#-------------------------------------------- -# oggetto Logger -#-------------------------------------------- -try: -# log = Logger(LOGFILE) - logging.basicConfig(level=logging.DEBUG, - format='%(asctime)s %(name)-8s %(levelname)-8s %(message)s', - datefmt='%Y-%m-%d %H:%M:%S', - filename=LOGFILE, - filemode='a') - -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) -#-------------------------------------------- - - -print "\n\n" + PROGRAM_NAME + "\n\n" - -global startstatus -startstatus = 1 - -if startstatus == 1: - logging.info("Avvio Programma" + PROGRAM_NAME) - - -# lettura file configurazione - - -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' URLREBO = %s' % ( URLREBO ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) - - -chiamaUrl() - diff --git a/ConfIOB/Donati/1007_152/unix.py b/ConfIOB/Donati/1007_152/unix.py deleted file mode 100644 index 12fb3dc..0000000 --- a/ConfIOB/Donati/1007_152/unix.py +++ /dev/null @@ -1,31 +0,0 @@ -import fcntl -import os -import logging - -#--------------------------------------------------------------- -# meccanismo di file lock per evitare multiple instances -# The function will try to lock the file specified , if it success, return True, else return False. -# The nice thing is that the lock will be dropped when the program terminates. -# >>>Use : -# if not lockFile(".lock.pod"): -# sys.exit(0) - -def lockFile ( lockfile ) : - - fd = os.open ( lockfile , os.O_CREAT | os.O_TRUNC | os.O_WRONLY ) - try: - # Request exclusive (EX) non-blocking (NB) advisory lock. - fcntl.lockf ( fd , fcntl.LOCK_EX | fcntl.LOCK_NB ) - except IOError: - return False - - return True - -if not lockFile ( ".lockfile" ) : - print '\n noi non siamo soli ...\n' - logging.error( "LOCK: Piu istanze aperte") - #sys.exit ( 0 ) - -#- print '\n running alone ...\n' - - diff --git a/ConfIOB/Donati/1008_153/IOB.cfg b/ConfIOB/Donati/1008_153/IOB.cfg deleted file mode 100644 index 421003b..0000000 --- a/ConfIOB/Donati/1008_153/IOB.cfg +++ /dev/null @@ -1,23 +0,0 @@ -[id] -idxMacchina = 1008 - -[web] -URLBASE = http://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina= -URLALIVE = http://192.168.51.71/MPIO/Alive.aspx -URLENABLED = http://192.168.51.71/MPIO/Enabled.aspx?idxMacchina= -URLADV1 = &valore= -URLREBO = http://192.168.51.71/MPIO/sendReboot.aspx?idxMacchina= - -[time] -SAMPLETIME = 0.20 -TIMEOUTSHORT = 0.30 -TIMEOUTLONG = 50 -SENDURLTIME = 0.50 - -[log] -LOGLEVEL = 10 -LOGFILE = logfile.txt -LOGREBO = logReboot.txt - -[comm] -port = /dev/ttyAMA0 diff --git a/ConfIOB/Donati/1008_153/MapoIOB b/ConfIOB/Donati/1008_153/MapoIOB deleted file mode 100644 index c49ec0a..0000000 --- a/ConfIOB/Donati/1008_153/MapoIOB +++ /dev/null @@ -1,41 +0,0 @@ -### BEGIN INIT INFO -# Provides: MapoIOB: script Steamware per avvio driver IOB -# Required-Start: $remote_fs $syslog ramlog -# Required-Stop: $remote_fs $syslog ramlog -# Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 -# Short-Description: Steamware's MapoIOB driver -# Description: Steamware's MapoIOB driver, versione lettura porta parallela -### END INIT INFO - -#! /bin/sh -# /etc/init.d/MapoIOB - -export HOME -case "$1" in - start) - echo "Starting readParallela" - cd /home/pi/steamware - /usr/bin/python ./readParallela.py 2>&1 & - ;; - stop) - echo "Stopping readParallela" - RS_PID=`ps auxwww | grep readParallela.py | head -1 | awk '{print $2}'` - kill -9 $RS_PID - cd /home/pi/steamware - rm .lockfile - ;; - restart) - ## Stop the service and regardless of whether it was - ## running or not, start it again. - $0 stop - killall python - $0 start - ;; - *) - echo "Usage: /etc/init.d/MapoIOB {start|stop|restart}" - exit 1 - ;; -esac -exit 0 - diff --git a/ConfIOB/Donati/1008_153/MapoIOB.1 b/ConfIOB/Donati/1008_153/MapoIOB.1 deleted file mode 100644 index 8aad7b1..0000000 --- a/ConfIOB/Donati/1008_153/MapoIOB.1 +++ /dev/null @@ -1,26821 +0,0 @@ -2014-01-09 06:26:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.7 -2014-01-09 06:26:02 program INFO Start ReadPar IOB-pi v.1.7 -2014-01-09 06:26:02 program INFO Avvio loop principale -2014-01-09 06:26:02 queue INFO 21 [0] -2014-01-09 06:26:03 queue INFO >21 [1] -2014-01-09 06:26:03 sendUrl INFO 21 [0] -2014-01-09 06:26:03 sendUrl INFO 21 [1] -2014-01-09 06:26:52 queue INFO >>21 [2] -2014-01-09 06:26:53 sendUrl INFO 21 [2] -2014-01-09 06:27:43 queue INFO >>21 [3] -2014-01-09 06:27:43 sendUrl INFO 21 [3] -2014-01-09 06:28:33 queue INFO >>21 [4] -2014-01-09 06:28:33 sendUrl INFO 21 [4] -2014-01-09 06:29:23 queue INFO >>21 [5] -2014-01-09 06:29:23 sendUrl INFO 21 [5] -2014-01-09 06:30:13 queue INFO >>21 [6] -2014-01-09 06:30:13 sendUrl INFO 21 [6] -2014-01-09 06:31:03 queue INFO >>21 [7] -2014-01-09 06:31:03 sendUrl INFO 21 [7] -2014-01-09 06:31:53 queue INFO >>21 [8] -2014-01-09 06:31:54 sendUrl INFO 21 [8] -2014-01-09 06:32:43 queue INFO >>21 [9] -2014-01-09 06:32:44 sendUrl INFO 21 [9] -2014-01-09 06:33:33 queue INFO >>21 [10] -2014-01-09 06:33:34 sendUrl INFO 21 [10] -2014-01-09 06:34:24 queue INFO >>21 [11] -2014-01-09 06:34:24 sendUrl INFO 21 [11] -2014-01-09 06:35:14 queue INFO >>21 [12] -2014-01-09 06:35:14 sendUrl INFO 21 [12] -2014-01-09 06:36:04 queue INFO >>21 [13] -2014-01-09 06:36:04 sendUrl INFO 21 [13] -2014-01-09 06:36:54 queue INFO >>21 [14] -2014-01-09 06:36:55 sendUrl INFO 21 [14] -2014-01-09 06:37:44 queue INFO >>21 [15] -2014-01-09 06:37:44 sendUrl INFO 21 [15] -2014-01-09 06:38:34 queue INFO >>21 [16] -2014-01-09 06:38:35 sendUrl INFO 21 [16] -2014-01-09 06:39:24 queue INFO >>21 [17] -2014-01-09 06:39:24 sendUrl INFO 21 [17] -2014-01-09 06:40:15 queue INFO >>21 [18] -2014-01-09 06:40:15 sendUrl INFO 21 [18] -2014-01-09 06:41:05 queue INFO >>21 [19] -2014-01-09 06:41:05 sendUrl INFO 21 [19] -2014-01-09 06:41:55 queue INFO >>21 [20] -2014-01-09 06:41:55 sendUrl INFO 21 [20] -2014-01-09 06:42:45 queue INFO >>21 [21] -2014-01-09 06:42:45 sendUrl INFO 21 [21] -2014-01-09 06:43:35 queue INFO >>21 [22] -2014-01-09 06:43:36 sendUrl INFO 21 [22] -2014-01-09 06:44:25 queue INFO >>21 [23] -2014-01-09 06:44:25 sendUrl INFO 21 [23] -2014-01-09 06:45:15 queue INFO >>21 [24] -2014-01-09 06:45:16 sendUrl INFO 21 [24] -2014-01-09 06:46:06 queue INFO >>21 [25] -2014-01-09 06:46:06 sendUrl INFO 21 [25] -2014-01-09 06:46:56 queue INFO >>21 [26] -2014-01-09 06:46:56 sendUrl INFO 21 [26] -2014-01-09 06:47:46 queue INFO >>21 [27] -2014-01-09 06:47:46 sendUrl INFO 21 [27] -2014-01-09 06:48:36 queue INFO >>21 [28] -2014-01-09 06:48:37 sendUrl INFO 21 [28] -2014-01-09 06:49:26 queue INFO >>21 [29] -2014-01-09 06:49:26 sendUrl INFO 21 [29] -2014-01-09 06:50:16 queue INFO >>21 [30] -2014-01-09 06:50:17 sendUrl INFO 21 [30] -2014-01-09 06:51:07 queue INFO >>21 [31] -2014-01-09 06:51:07 sendUrl INFO 21 [31] -2014-01-09 06:51:57 queue INFO >>21 [32] -2014-01-09 06:51:57 sendUrl INFO 21 [32] -2014-01-09 06:52:47 queue INFO >>21 [33] -2014-01-09 06:52:47 sendUrl INFO 21 [33] -2014-01-09 06:53:37 queue INFO >>21 [34] -2014-01-09 06:53:37 sendUrl INFO 21 [34] -2014-01-09 06:54:27 queue INFO >>21 [35] -2014-01-09 06:54:27 sendUrl INFO 21 [35] -2014-01-09 06:55:17 queue INFO >>21 [36] -2014-01-09 06:55:18 sendUrl INFO 21 [36] -2014-01-09 06:56:07 queue INFO >>21 [37] -2014-01-09 06:56:08 sendUrl INFO 21 [37] -2014-01-09 06:56:58 queue INFO >>21 [38] -2014-01-09 06:56:58 sendUrl INFO 21 [38] -2014-01-09 06:57:48 queue INFO >>21 [39] -2014-01-09 06:57:48 sendUrl INFO 21 [39] -2014-01-09 06:58:38 queue INFO >>21 [40] -2014-01-09 06:58:38 sendUrl INFO 21 [40] -2014-01-09 06:59:28 queue INFO >>21 [41] -2014-01-09 06:59:28 sendUrl INFO 21 [41] -2014-01-09 07:00:18 queue INFO >>21 [42] -2014-01-09 07:00:19 sendUrl INFO 21 [42] -2014-01-09 07:01:08 queue INFO >>21 [43] -2014-01-09 07:01:09 sendUrl INFO 21 [43] -2014-01-09 07:01:59 queue INFO >>21 [44] -2014-01-09 07:01:59 sendUrl INFO 21 [44] -2014-01-09 07:02:49 queue INFO >>21 [45] -2014-01-09 07:02:49 sendUrl INFO 21 [45] -2014-01-09 07:03:39 queue INFO >>21 [46] -2014-01-09 07:03:39 sendUrl INFO 21 [46] -2014-01-09 07:04:29 queue INFO >>21 [47] -2014-01-09 07:04:30 sendUrl INFO 21 [47] -2014-01-09 07:05:19 queue INFO >>21 [48] -2014-01-09 07:05:19 sendUrl INFO 21 [48] -2014-01-09 07:06:09 queue INFO >>21 [49] -2014-01-09 07:06:10 sendUrl INFO 21 [49] -2014-01-09 07:07:00 queue INFO >>21 [50] -2014-01-09 07:07:00 sendUrl INFO 21 [50] -2014-01-09 07:07:50 queue INFO >>21 [51] -2014-01-09 07:07:50 sendUrl INFO 21 [51] -2014-01-09 07:08:40 queue INFO >>21 [52] -2014-01-09 07:08:40 sendUrl INFO 21 [52] -2014-01-09 07:09:30 queue INFO >>21 [53] -2014-01-09 07:09:31 sendUrl INFO 21 [53] -2014-01-09 07:10:20 queue INFO >>21 [54] -2014-01-09 07:10:20 sendUrl INFO 21 [54] -2014-01-09 07:11:10 queue INFO >>21 [55] -2014-01-09 07:11:11 sendUrl INFO 21 [55] -2014-01-09 07:12:00 queue INFO >>21 [56] -2014-01-09 07:12:01 sendUrl INFO 21 [56] -2014-01-09 07:12:51 queue INFO >>21 [57] -2014-01-09 07:12:51 sendUrl INFO 21 [57] -2014-01-09 07:13:41 queue INFO >>21 [58] -2014-01-09 07:13:41 sendUrl INFO 21 [58] -2014-01-09 07:14:31 queue INFO >>21 [59] -2014-01-09 07:14:31 sendUrl INFO 21 [59] -2014-01-09 07:15:21 queue INFO >>21 [60] -2014-01-09 07:15:21 sendUrl INFO 21 [60] -2014-01-09 07:16:11 queue INFO >>21 [61] -2014-01-09 07:16:12 sendUrl INFO 21 [61] -2014-01-09 07:17:01 queue INFO >>21 [62] -2014-01-09 07:17:02 sendUrl INFO 21 [62] -2014-01-09 07:17:52 queue INFO >>21 [63] -2014-01-09 07:17:52 sendUrl INFO 21 [63] -2014-01-09 07:18:42 queue INFO >>21 [64] -2014-01-09 07:18:42 sendUrl INFO 21 [64] -2014-01-09 07:19:32 queue INFO >>21 [65] -2014-01-09 07:19:32 sendUrl INFO 21 [65] -2014-01-09 07:20:22 queue INFO >>21 [66] -2014-01-09 07:20:22 sendUrl INFO 21 [66] -2014-01-09 07:21:12 queue INFO >>21 [67] -2014-01-09 07:21:13 sendUrl INFO 21 [67] -2014-01-09 07:22:02 queue INFO >>21 [68] -2014-01-09 07:22:03 sendUrl INFO 21 [68] -2014-01-09 07:22:52 queue INFO >>21 [69] -2014-01-09 07:22:53 sendUrl INFO 21 [69] -2014-01-09 07:23:43 queue INFO >>21 [70] -2014-01-09 07:23:43 sendUrl INFO 21 [70] -2014-01-09 07:24:33 queue INFO >>21 [71] -2014-01-09 07:24:33 sendUrl INFO 21 [71] -2014-01-09 07:25:23 queue INFO >>21 [72] -2014-01-09 07:25:23 sendUrl INFO 21 [72] -2014-01-09 07:26:13 queue INFO >>21 [73] -2014-01-09 07:26:13 sendUrl INFO 21 [73] -2014-01-09 07:27:03 queue INFO >>21 [74] -2014-01-09 07:27:03 sendUrl INFO 21 [74] -2014-01-09 07:27:53 queue INFO >>21 [75] -2014-01-09 07:27:54 sendUrl INFO 21 [75] -2014-01-09 07:28:43 queue INFO >>21 [76] -2014-01-09 07:28:44 sendUrl INFO 21 [76] -2014-01-09 07:29:33 queue INFO >>21 [77] -2014-01-09 07:29:34 sendUrl INFO 21 [77] -2014-01-09 07:30:24 queue INFO >>21 [78] -2014-01-09 07:30:24 sendUrl INFO 21 [78] -2014-01-09 07:31:14 queue INFO >>21 [79] -2014-01-09 07:31:14 sendUrl INFO 21 [79] -2014-01-09 07:32:04 queue INFO >>21 [80] -2014-01-09 07:32:04 sendUrl INFO 21 [80] -2014-01-09 07:32:54 queue INFO >>21 [81] -2014-01-09 07:32:54 sendUrl INFO 21 [81] -2014-01-09 07:33:44 queue INFO >>21 [82] -2014-01-09 07:33:45 sendUrl INFO 21 [82] -2014-01-09 07:34:34 queue INFO >>21 [83] -2014-01-09 07:34:34 sendUrl INFO 21 [83] -2014-01-09 07:35:25 queue INFO >>21 [84] -2014-01-09 07:35:25 sendUrl INFO 21 [84] -2014-01-09 07:36:15 queue INFO >>21 [85] -2014-01-09 07:36:15 sendUrl INFO 21 [85] -2014-01-09 07:37:05 queue INFO >>21 [86] -2014-01-09 07:37:05 sendUrl INFO 21 [86] -2014-01-09 07:37:55 queue INFO >>21 [87] -2014-01-09 07:37:55 sendUrl INFO 21 [87] -2014-01-09 07:38:45 queue INFO >>21 [88] -2014-01-09 07:38:46 sendUrl INFO 21 [88] -2014-01-09 07:39:35 queue INFO >>21 [89] -2014-01-09 07:39:35 sendUrl INFO 21 [89] -2014-01-09 07:40:25 queue INFO >>21 [90] -2014-01-09 07:40:26 sendUrl INFO 21 [90] -2014-01-09 07:41:16 queue INFO >>21 [91] -2014-01-09 07:41:16 sendUrl INFO 21 [91] -2014-01-09 07:42:06 queue INFO >>21 [92] -2014-01-09 07:42:06 sendUrl INFO 21 [92] -2014-01-09 07:42:56 queue INFO >>21 [93] -2014-01-09 07:42:56 sendUrl INFO 21 [93] -2014-01-09 07:43:46 queue INFO >>21 [94] -2014-01-09 07:43:47 sendUrl INFO 21 [94] -2014-01-09 07:44:36 queue INFO >>21 [95] -2014-01-09 07:44:36 sendUrl INFO 21 [95] -2014-01-09 07:45:26 queue INFO >>21 [96] -2014-01-09 07:45:27 sendUrl INFO 21 [96] -2014-01-09 07:46:17 queue INFO >>21 [97] -2014-01-09 07:46:17 sendUrl INFO 21 [97] -2014-01-09 07:47:07 queue INFO >>21 [98] -2014-01-09 07:47:07 sendUrl INFO 21 [98] -2014-01-09 07:47:57 queue INFO >>21 [99] -2014-01-09 07:47:57 sendUrl INFO 21 [99] -2014-01-09 07:48:47 queue INFO >>21 [100] -2014-01-09 07:48:47 sendUrl INFO 21 [100] -2014-01-09 07:49:37 queue INFO >>21 [101] -2014-01-09 07:49:37 sendUrl INFO 21 [101] -2014-01-09 07:50:27 queue INFO >>21 [102] -2014-01-09 07:50:28 sendUrl INFO 21 [102] -2014-01-09 07:51:17 queue INFO >>21 [103] -2014-01-09 07:51:18 sendUrl INFO 21 [103] -2014-01-09 07:52:08 queue INFO >>21 [104] -2014-01-09 07:52:08 sendUrl INFO 21 [104] -2014-01-09 07:52:58 queue INFO >>21 [105] -2014-01-09 07:52:58 sendUrl INFO 21 [105] -2014-01-09 07:53:48 queue INFO >>21 [106] -2014-01-09 07:53:48 sendUrl INFO 21 [106] -2014-01-09 07:54:38 queue INFO >>21 [107] -2014-01-09 07:54:38 sendUrl INFO 21 [107] -2014-01-09 07:55:28 queue INFO >>21 [108] -2014-01-09 07:55:29 sendUrl INFO 21 [108] -2014-01-09 07:56:18 queue INFO >>21 [109] -2014-01-09 07:56:19 sendUrl INFO 21 [109] -2014-01-09 07:57:09 queue INFO >>21 [110] -2014-01-09 07:57:09 sendUrl INFO 21 [110] -2014-01-09 07:57:59 queue INFO >>21 [111] -2014-01-09 07:57:59 sendUrl INFO 21 [111] -2014-01-09 07:58:49 queue INFO >>21 [112] -2014-01-09 07:58:49 sendUrl INFO 21 [112] -2014-01-09 07:59:39 queue INFO >>21 [113] -2014-01-09 07:59:39 sendUrl INFO 21 [113] -2014-01-09 08:00:29 queue INFO >>21 [114] -2014-01-09 08:00:29 sendUrl INFO 21 [114] -2014-01-09 08:01:19 queue INFO >>21 [115] -2014-01-09 08:01:20 sendUrl INFO 21 [115] -2014-01-09 08:02:09 queue INFO >>21 [116] -2014-01-09 08:02:10 sendUrl INFO 21 [116] -2014-01-09 08:03:00 queue INFO >>21 [117] -2014-01-09 08:03:00 sendUrl INFO 21 [117] -2014-01-09 08:03:50 queue INFO >>21 [118] -2014-01-09 08:03:50 sendUrl INFO 21 [118] -2014-01-09 08:04:40 queue INFO >>21 [119] -2014-01-09 08:04:40 sendUrl INFO 21 [119] -2014-01-09 08:05:30 queue INFO >>21 [120] -2014-01-09 08:05:30 sendUrl INFO 21 [120] -2014-01-09 08:06:20 queue INFO >>21 [121] -2014-01-09 08:06:21 sendUrl INFO 21 [121] -2014-01-09 08:07:10 queue INFO >>21 [122] -2014-01-09 08:07:11 sendUrl INFO 21 [122] -2014-01-09 08:08:01 queue INFO >>21 [123] -2014-01-09 08:08:01 sendUrl INFO 21 [123] -2014-01-09 08:08:51 queue INFO >>21 [124] -2014-01-09 08:08:51 sendUrl INFO 21 [124] -2014-01-09 08:09:41 queue INFO >>21 [125] -2014-01-09 08:09:41 sendUrl INFO 21 [125] -2014-01-09 08:10:31 queue INFO >>21 [126] -2014-01-09 08:10:31 sendUrl INFO 21 [126] -2014-01-09 08:11:21 queue INFO >>21 [127] -2014-01-09 08:11:22 sendUrl INFO 21 [127] -2014-01-09 08:12:11 queue INFO >>21 [128] -2014-01-09 08:12:11 sendUrl INFO 21 [128] -2014-01-09 08:13:01 queue INFO >>21 [129] -2014-01-09 08:13:02 sendUrl INFO 21 [129] -2014-01-09 08:13:51 queue INFO >>21 [130] -2014-01-09 08:13:52 sendUrl INFO 21 [130] -2014-01-09 08:14:42 queue INFO >>21 [131] -2014-01-09 08:14:42 sendUrl INFO 21 [131] -2014-01-09 08:15:32 queue INFO >>21 [132] -2014-01-09 08:15:32 sendUrl INFO 21 [132] -2014-01-09 08:16:22 queue INFO >>21 [133] -2014-01-09 08:16:22 sendUrl INFO 21 [133] -2014-01-09 08:17:12 queue INFO >>21 [134] -2014-01-09 08:17:12 sendUrl INFO 21 [134] -2014-01-09 08:18:02 queue INFO >>21 [135] -2014-01-09 08:18:03 sendUrl INFO 21 [135] -2014-01-09 08:18:52 queue INFO >>21 [136] -2014-01-09 08:18:53 sendUrl INFO 21 [136] -2014-01-09 08:19:43 queue INFO >>21 [137] -2014-01-09 08:19:43 sendUrl INFO 21 [137] -2014-01-09 08:20:33 queue INFO >>21 [138] -2014-01-09 08:20:33 sendUrl INFO 21 [138] -2014-01-09 08:21:23 queue INFO >>21 [139] -2014-01-09 08:21:23 sendUrl INFO 21 [139] -2014-01-09 08:22:13 queue INFO >>21 [140] -2014-01-09 08:22:13 sendUrl INFO 21 [140] -2014-01-09 08:23:03 queue INFO >>21 [141] -2014-01-09 08:23:04 sendUrl INFO 21 [141] -2014-01-09 08:23:53 queue INFO >>21 [142] -2014-01-09 08:23:54 sendUrl INFO 21 [142] -2014-01-09 08:24:43 queue INFO >>21 [143] -2014-01-09 08:24:44 sendUrl INFO 21 [143] -2014-01-09 08:25:34 queue INFO >>21 [144] -2014-01-09 08:25:34 sendUrl INFO 21 [144] -2014-01-09 08:26:24 queue INFO >>21 [145] -2014-01-09 08:26:24 sendUrl INFO 21 [145] -2014-01-09 08:27:14 queue INFO >>21 [146] -2014-01-09 08:27:14 sendUrl INFO 21 [146] -2014-01-09 08:28:04 queue INFO >>21 [147] -2014-01-09 08:28:04 sendUrl INFO 21 [147] -2014-01-09 08:28:54 queue INFO >>21 [148] -2014-01-09 08:28:55 sendUrl INFO 21 [148] -2014-01-09 08:29:44 queue INFO >>21 [149] -2014-01-09 08:29:45 sendUrl INFO 21 [149] -2014-01-09 08:30:35 queue INFO >>21 [150] -2014-01-09 08:30:35 sendUrl INFO 21 [150] -2014-01-09 08:31:25 queue INFO >>21 [151] -2014-01-09 08:31:25 sendUrl INFO 21 [151] -2014-01-09 08:32:15 queue INFO >>21 [152] -2014-01-09 08:32:15 sendUrl INFO 21 [152] -2014-01-09 08:33:05 queue INFO >>21 [153] -2014-01-09 08:33:05 sendUrl INFO 21 [153] -2014-01-09 08:33:55 queue INFO >>21 [154] -2014-01-09 08:33:56 sendUrl INFO 21 [154] -2014-01-09 08:34:45 queue INFO >>21 [155] -2014-01-09 08:34:45 sendUrl INFO 21 [155] -2014-01-09 08:35:35 queue INFO >>21 [156] -2014-01-09 08:35:36 sendUrl INFO 21 [156] -2014-01-09 08:36:26 queue INFO >>21 [157] -2014-01-09 08:36:26 sendUrl INFO 21 [157] -2014-01-09 08:37:16 queue INFO >>21 [158] -2014-01-09 08:37:16 sendUrl INFO 21 [158] -2014-01-09 08:38:06 queue INFO >>21 [159] -2014-01-09 08:38:06 sendUrl INFO 21 [159] -2014-01-09 08:38:56 queue INFO >>21 [160] -2014-01-09 08:38:57 sendUrl INFO 21 [160] -2014-01-09 08:39:46 queue INFO >>21 [161] -2014-01-09 08:39:46 sendUrl INFO 21 [161] -2014-01-09 08:40:36 queue INFO >>21 [162] -2014-01-09 08:40:37 sendUrl INFO 21 [162] -2014-01-09 08:41:27 queue INFO >>21 [163] -2014-01-09 08:41:27 sendUrl INFO 21 [163] -2014-01-09 08:42:17 queue INFO >>21 [164] -2014-01-09 08:42:17 sendUrl INFO 21 [164] -2014-01-09 08:43:07 queue INFO >>21 [165] -2014-01-09 08:43:07 sendUrl INFO 21 [165] -2014-01-09 08:43:57 queue INFO >>21 [166] -2014-01-09 08:43:58 sendUrl INFO 21 [166] -2014-01-09 08:44:47 queue INFO >>21 [167] -2014-01-09 08:44:47 sendUrl INFO 21 [167] -2014-01-09 08:45:37 queue INFO >>21 [168] -2014-01-09 08:45:38 sendUrl INFO 21 [168] -2014-01-09 08:46:27 queue INFO >>21 [169] -2014-01-09 08:46:28 sendUrl INFO 21 [169] -2014-01-09 08:47:18 queue INFO >>21 [170] -2014-01-09 08:47:18 sendUrl INFO 21 [170] -2014-01-09 08:48:08 queue INFO >>21 [171] -2014-01-09 08:48:08 sendUrl INFO 21 [171] -2014-01-09 08:48:58 queue INFO >>21 [172] -2014-01-09 08:48:58 sendUrl INFO 21 [172] -2014-01-09 08:49:48 queue INFO >>21 [173] -2014-01-09 08:49:48 sendUrl INFO 21 [173] -2014-01-09 08:50:38 queue INFO >>21 [174] -2014-01-09 08:50:39 sendUrl INFO 21 [174] -2014-01-09 08:51:28 queue INFO >>21 [175] -2014-01-09 08:51:29 sendUrl INFO 21 [175] -2014-01-09 08:52:19 queue INFO >>21 [176] -2014-01-09 08:52:19 sendUrl INFO 21 [176] -2014-01-09 08:53:09 queue INFO >>21 [177] -2014-01-09 08:53:09 sendUrl INFO 21 [177] -2014-01-09 08:53:59 queue INFO >>21 [178] -2014-01-09 08:53:59 sendUrl INFO 21 [178] -2014-01-09 08:54:49 queue INFO >>21 [179] -2014-01-09 08:54:49 sendUrl INFO 21 [179] -2014-01-09 08:55:39 queue INFO >>21 [180] -2014-01-09 08:55:40 sendUrl INFO 21 [180] -2014-01-09 08:56:29 queue INFO >>21 [181] -2014-01-09 08:56:30 sendUrl INFO 21 [181] -2014-01-09 08:57:19 queue INFO >>21 [182] -2014-01-09 08:57:20 sendUrl INFO 21 [182] -2014-01-09 08:58:10 queue INFO >>21 [183] -2014-01-09 08:58:10 sendUrl INFO 21 [183] -2014-01-09 08:59:00 queue INFO >>21 [184] -2014-01-09 08:59:00 sendUrl INFO 21 [184] -2014-01-09 08:59:50 queue INFO >>21 [185] -2014-01-09 08:59:50 sendUrl INFO 21 [185] -2014-01-09 09:00:40 queue INFO >>21 [186] -2014-01-09 09:00:40 sendUrl INFO 21 [186] -2014-01-09 09:01:30 queue INFO >>21 [187] -2014-01-09 09:01:31 sendUrl INFO 21 [187] -2014-01-09 09:02:20 queue INFO >>21 [188] -2014-01-09 09:02:21 sendUrl INFO 21 [188] -2014-01-09 09:02:39 queue INFO 1 [189] -2014-01-09 09:02:39 queue INFO >1 [190] -2014-01-09 09:02:39 sendUrl INFO 1 [189] -2014-01-09 09:02:40 sendUrl INFO 1 [190] -2014-01-09 09:02:56 queue INFO 5 [191] -2014-01-09 09:02:56 queue INFO >5 [192] -2014-01-09 09:02:57 sendUrl INFO 5 [191] -2014-01-09 09:02:57 sendUrl INFO 5 [192] -2014-01-09 09:02:58 queue INFO 1 [193] -2014-01-09 09:02:58 queue INFO >1 [194] -2014-01-09 09:02:58 sendUrl INFO 1 [193] -2014-01-09 09:02:59 sendUrl INFO 1 [194] -2014-01-09 09:03:48 queue INFO >>1 [195] -2014-01-09 09:03:48 sendUrl INFO 1 [195] -2014-01-09 09:03:50 queue INFO 3 [196] -2014-01-09 09:03:50 queue INFO >3 [197] -2014-01-09 09:03:50 sendUrl INFO 3 [196] -2014-01-09 09:03:51 sendUrl INFO 3 [197] -2014-01-09 09:04:40 queue INFO >>3 [198] -2014-01-09 09:04:40 sendUrl INFO 3 [198] -2014-01-09 09:05:30 queue INFO >>3 [199] -2014-01-09 09:05:31 sendUrl INFO 3 [199] -2014-01-09 09:06:21 queue INFO >>3 [200] -2014-01-09 09:06:21 sendUrl INFO 3 [200] -2014-01-09 09:07:11 queue INFO >>3 [201] -2014-01-09 09:07:11 sendUrl INFO 3 [201] -2014-01-09 09:08:01 queue INFO >>3 [202] -2014-01-09 09:08:01 sendUrl INFO 3 [202] -2014-01-09 09:08:51 queue INFO >>3 [203] -2014-01-09 09:08:51 sendUrl INFO 3 [203] -2014-01-09 09:09:35 queue INFO 7 [204] -2014-01-09 09:09:35 sendUrl INFO 7 [204] -2014-01-09 09:09:35 queue INFO >7 [205] -2014-01-09 09:09:36 sendUrl INFO 7 [205] -2014-01-09 09:09:37 queue INFO 3 [206] -2014-01-09 09:09:37 queue INFO >3 [207] -2014-01-09 09:09:37 sendUrl INFO 3 [206] -2014-01-09 09:09:38 sendUrl INFO 3 [207] -2014-01-09 09:10:27 queue INFO >>3 [208] -2014-01-09 09:10:27 sendUrl INFO 3 [208] -2014-01-09 09:11:17 queue INFO >>3 [209] -2014-01-09 09:11:17 sendUrl INFO 3 [209] -2014-01-09 09:12:00 queue INFO 21 [210] -2014-01-09 09:12:00 queue INFO >21 [211] -2014-01-09 09:12:00 sendUrl INFO 21 [210] -2014-01-09 09:12:01 sendUrl INFO 21 [211] -2014-01-09 09:12:50 queue INFO >>21 [212] -2014-01-09 09:12:51 sendUrl INFO 21 [212] -2014-01-09 09:13:40 queue INFO >>21 [213] -2014-01-09 09:13:40 sendUrl INFO 21 [213] -2014-01-09 09:14:30 queue INFO >>21 [214] -2014-01-09 09:14:31 sendUrl INFO 21 [214] -2014-01-09 09:15:21 queue INFO >>21 [215] -2014-01-09 09:15:21 sendUrl INFO 21 [215] -2014-01-09 09:15:32 queue INFO 1 [216] -2014-01-09 09:15:32 queue INFO >1 [217] -2014-01-09 09:15:32 sendUrl INFO 1 [216] -2014-01-09 09:15:33 sendUrl INFO 1 [217] -2014-01-09 09:16:20 queue INFO 21 [218] -2014-01-09 09:16:20 queue INFO >21 [219] -2014-01-09 09:16:20 sendUrl INFO 21 [218] -2014-01-09 09:16:20 sendUrl INFO 21 [219] -2014-01-09 09:16:57 queue INFO 1 [220] -2014-01-09 09:16:57 queue INFO >1 [221] -2014-01-09 09:16:57 sendUrl INFO 1 [220] -2014-01-09 09:16:58 sendUrl INFO 1 [221] -2014-01-09 09:17:47 queue INFO >>1 [222] -2014-01-09 09:17:48 sendUrl INFO 1 [222] -2014-01-09 09:18:19 queue INFO 3 [223] -2014-01-09 09:18:19 queue INFO >3 [224] -2014-01-09 09:18:19 sendUrl INFO 3 [223] -2014-01-09 09:18:20 sendUrl INFO 3 [224] -2014-01-09 09:19:09 queue INFO >>3 [225] -2014-01-09 09:19:09 sendUrl INFO 3 [225] -2014-01-09 09:19:59 queue INFO >>3 [226] -2014-01-09 09:19:59 sendUrl INFO 3 [226] -2014-01-09 09:20:49 queue INFO >>3 [227] -2014-01-09 09:20:49 sendUrl INFO 3 [227] -2014-01-09 09:21:04 queue INFO 7 [228] -2014-01-09 09:21:05 queue INFO >7 [229] -2014-01-09 09:21:05 sendUrl INFO 7 [228] -2014-01-09 09:21:05 sendUrl INFO 7 [229] -2014-01-09 09:21:06 queue INFO 3 [230] -2014-01-09 09:21:06 queue INFO >3 [231] -2014-01-09 09:21:06 sendUrl INFO 3 [230] -2014-01-09 09:21:07 sendUrl INFO 3 [231] -2014-01-09 09:21:56 queue INFO >>3 [232] -2014-01-09 09:21:57 sendUrl INFO 3 [232] -2014-01-09 09:22:46 queue INFO >>3 [233] -2014-01-09 09:22:47 sendUrl INFO 3 [233] -2014-01-09 09:23:36 queue INFO >>3 [234] -2014-01-09 09:23:37 sendUrl INFO 3 [234] -2014-01-09 09:24:27 queue INFO >>3 [235] -2014-01-09 09:24:27 sendUrl INFO 3 [235] -2014-01-09 09:25:17 queue INFO >>3 [236] -2014-01-09 09:25:17 sendUrl INFO 3 [236] -2014-01-09 09:26:07 queue INFO >>3 [237] -2014-01-09 09:26:07 sendUrl INFO 3 [237] -2014-01-09 09:26:57 queue INFO >>3 [238] -2014-01-09 09:26:57 sendUrl INFO 3 [238] -2014-01-09 09:27:43 queue INFO 7 [239] -2014-01-09 09:27:43 queue INFO >7 [240] -2014-01-09 09:27:43 sendUrl INFO 7 [239] -2014-01-09 09:27:44 sendUrl INFO 7 [240] -2014-01-09 09:27:44 queue INFO 3 [241] -2014-01-09 09:27:45 sendUrl INFO 3 [241] -2014-01-09 09:27:45 queue INFO >3 [242] -2014-01-09 09:27:45 sendUrl INFO 3 [242] -2014-01-09 09:28:35 queue INFO >>3 [243] -2014-01-09 09:28:35 sendUrl INFO 3 [243] -2014-01-09 09:29:25 queue INFO >>3 [244] -2014-01-09 09:29:25 sendUrl INFO 3 [244] -2014-01-09 09:30:15 queue INFO >>3 [245] -2014-01-09 09:30:15 sendUrl INFO 3 [245] -2014-01-09 09:31:05 queue INFO >>3 [246] -2014-01-09 09:31:05 sendUrl INFO 3 [246] -2014-01-09 09:31:55 queue INFO >>3 [247] -2014-01-09 09:31:56 sendUrl INFO 3 [247] -2014-01-09 09:32:45 queue INFO >>3 [248] -2014-01-09 09:32:46 sendUrl INFO 3 [248] -2014-01-09 09:33:36 queue INFO >>3 [249] -2014-01-09 09:33:36 sendUrl INFO 3 [249] -2014-01-09 09:34:21 queue INFO 7 [250] -2014-01-09 09:34:21 sendUrl INFO 7 [250] -2014-01-09 09:34:21 queue INFO >7 [251] -2014-01-09 09:34:22 sendUrl INFO 7 [251] -2014-01-09 09:34:23 queue INFO 3 [252] -2014-01-09 09:34:23 queue INFO >3 [253] -2014-01-09 09:34:23 sendUrl INFO 3 [252] -2014-01-09 09:34:24 sendUrl INFO 3 [253] -2014-01-09 09:35:13 queue INFO >>3 [254] -2014-01-09 09:35:13 sendUrl INFO 3 [254] -2014-01-09 09:36:03 queue INFO >>3 [255] -2014-01-09 09:36:03 sendUrl INFO 3 [255] -2014-01-09 09:36:53 queue INFO >>3 [256] -2014-01-09 09:36:53 sendUrl INFO 3 [256] -2014-01-09 09:37:43 queue INFO >>3 [257] -2014-01-09 09:37:44 sendUrl INFO 3 [257] -2014-01-09 09:38:33 queue INFO >>3 [258] -2014-01-09 09:38:34 sendUrl INFO 3 [258] -2014-01-09 09:39:24 queue INFO >>3 [259] -2014-01-09 09:39:24 sendUrl INFO 3 [259] -2014-01-09 09:40:14 queue INFO >>3 [260] -2014-01-09 09:40:14 sendUrl INFO 3 [260] -2014-01-09 09:41:04 queue INFO >>3 [261] -2014-01-09 09:41:04 sendUrl INFO 3 [261] -2014-01-09 09:41:54 queue INFO >>3 [262] -2014-01-09 09:41:54 sendUrl INFO 3 [262] -2014-01-09 09:42:44 queue INFO >>3 [263] -2014-01-09 09:42:45 sendUrl INFO 3 [263] -2014-01-09 09:42:45 queue INFO 1 [264] -2014-01-09 09:42:45 queue INFO >1 [265] -2014-01-09 09:42:45 sendUrl INFO 1 [264] -2014-01-09 09:42:46 sendUrl INFO 1 [265] -2014-01-09 09:43:35 queue INFO >>1 [266] -2014-01-09 09:43:35 sendUrl INFO 1 [266] -2014-01-09 09:44:25 queue INFO >>1 [267] -2014-01-09 09:44:25 sendUrl INFO 1 [267] -2014-01-09 09:45:15 queue INFO >>1 [268] -2014-01-09 09:45:16 sendUrl INFO 1 [268] -2014-01-09 09:46:05 queue INFO >>1 [269] -2014-01-09 09:46:06 sendUrl INFO 1 [269] -2014-01-09 09:46:56 queue INFO >>1 [270] -2014-01-09 09:46:56 sendUrl INFO 1 [270] -2014-01-09 09:47:46 queue INFO >>1 [271] -2014-01-09 09:47:46 sendUrl INFO 1 [271] -2014-01-09 09:48:36 queue INFO >>1 [272] -2014-01-09 09:48:36 sendUrl INFO 1 [272] -2014-01-09 09:49:26 queue INFO >>1 [273] -2014-01-09 09:49:26 sendUrl INFO 1 [273] -2014-01-09 09:50:16 queue INFO >>1 [274] -2014-01-09 09:50:17 sendUrl INFO 1 [274] -2014-01-09 09:51:06 queue INFO >>1 [275] -2014-01-09 09:51:07 sendUrl INFO 1 [275] -2014-01-09 09:51:57 queue INFO >>1 [276] -2014-01-09 09:51:57 sendUrl INFO 1 [276] -2014-01-09 09:52:47 queue INFO >>1 [277] -2014-01-09 09:52:47 sendUrl INFO 1 [277] -2014-01-09 09:53:37 queue INFO >>1 [278] -2014-01-09 09:53:37 sendUrl INFO 1 [278] -2014-01-09 09:54:27 queue INFO >>1 [279] -2014-01-09 09:54:27 sendUrl INFO 1 [279] -2014-01-09 09:55:17 queue INFO >>1 [280] -2014-01-09 09:55:18 sendUrl INFO 1 [280] -2014-01-09 09:56:07 queue INFO >>1 [281] -2014-01-09 09:56:07 sendUrl INFO 1 [281] -2014-01-09 09:56:57 queue INFO >>1 [282] -2014-01-09 09:56:58 sendUrl INFO 1 [282] -2014-01-09 09:57:48 queue INFO >>1 [283] -2014-01-09 09:57:48 sendUrl INFO 1 [283] -2014-01-09 09:58:32 queue INFO 21 [284] -2014-01-09 09:58:32 queue INFO >21 [285] -2014-01-09 09:58:32 sendUrl INFO 21 [284] -2014-01-09 09:58:32 sendUrl INFO 21 [285] -2014-01-09 09:59:02 queue INFO 9 [286] -2014-01-09 09:59:02 queue INFO >9 [287] -2014-01-09 09:59:02 sendUrl INFO 9 [286] -2014-01-09 09:59:02 queue INFO 1 [288] -2014-01-09 09:59:02 queue INFO 9 [289] -2014-01-09 09:59:03 sendUrl INFO 9 [287] -2014-01-09 09:59:03 queue INFO >9 [290] -2014-01-09 09:59:03 queue INFO 29 [291] -2014-01-09 09:59:03 queue INFO 21 [292] -2014-01-09 09:59:03 sendUrl INFO 1 [288] -2014-01-09 09:59:03 queue INFO >21 [293] -2014-01-09 09:59:04 sendUrl INFO 9 [289] -2014-01-09 09:59:04 sendUrl INFO 9 [290] -2014-01-09 09:59:05 sendUrl INFO 29 [291] -2014-01-09 09:59:05 sendUrl INFO 21 [292] -2014-01-09 09:59:06 sendUrl INFO 21 [293] -2014-01-09 09:59:07 queue INFO 1 [294] -2014-01-09 09:59:07 queue INFO 21 [295] -2014-01-09 09:59:07 sendUrl INFO 1 [294] -2014-01-09 09:59:07 queue INFO >21 [296] -2014-01-09 09:59:07 queue INFO 1 [297] -2014-01-09 09:59:08 queue INFO >1 [298] -2014-01-09 09:59:08 sendUrl INFO 21 [295] -2014-01-09 09:59:08 sendUrl INFO 21 [296] -2014-01-09 09:59:09 sendUrl INFO 1 [297] -2014-01-09 09:59:09 sendUrl INFO 1 [298] -2014-01-09 09:59:26 queue INFO 5 [299] -2014-01-09 09:59:27 queue INFO >5 [300] -2014-01-09 09:59:27 sendUrl INFO 5 [299] -2014-01-09 09:59:27 sendUrl INFO 5 [300] -2014-01-09 09:59:28 queue INFO 1 [301] -2014-01-09 09:59:28 queue INFO >1 [302] -2014-01-09 09:59:28 sendUrl INFO 1 [301] -2014-01-09 09:59:29 sendUrl INFO 1 [302] -2014-01-09 10:00:18 queue INFO >>1 [303] -2014-01-09 10:00:19 sendUrl INFO 1 [303] -2014-01-09 10:00:20 queue INFO 3 [304] -2014-01-09 10:00:20 sendUrl INFO 3 [304] -2014-01-09 10:00:20 queue INFO >3 [305] -2014-01-09 10:00:21 sendUrl INFO 3 [305] -2014-01-09 10:01:10 queue INFO >>3 [306] -2014-01-09 10:01:10 sendUrl INFO 3 [306] -2014-01-09 10:02:00 queue INFO >>3 [307] -2014-01-09 10:02:01 sendUrl INFO 3 [307] -2014-01-09 10:02:51 queue INFO >>3 [308] -2014-01-09 10:02:51 sendUrl INFO 3 [308] -2014-01-09 10:03:41 queue INFO >>3 [309] -2014-01-09 10:03:41 sendUrl INFO 3 [309] -2014-01-09 10:04:31 queue INFO >>3 [310] -2014-01-09 10:04:31 sendUrl INFO 3 [310] -2014-01-09 10:05:21 queue INFO >>3 [311] -2014-01-09 10:05:21 sendUrl INFO 3 [311] -2014-01-09 10:06:05 queue INFO 7 [312] -2014-01-09 10:06:05 queue INFO >7 [313] -2014-01-09 10:06:05 sendUrl INFO 7 [312] -2014-01-09 10:06:06 sendUrl INFO 7 [313] -2014-01-09 10:06:07 queue INFO 3 [314] -2014-01-09 10:06:07 queue INFO >3 [315] -2014-01-09 10:06:07 sendUrl INFO 3 [314] -2014-01-09 10:06:07 sendUrl INFO 3 [315] -2014-01-09 10:06:57 queue INFO >>3 [316] -2014-01-09 10:06:57 sendUrl INFO 3 [316] -2014-01-09 10:07:47 queue INFO >>3 [317] -2014-01-09 10:07:47 sendUrl INFO 3 [317] -2014-01-09 10:08:37 queue INFO >>3 [318] -2014-01-09 10:08:37 sendUrl INFO 3 [318] -2014-01-09 10:09:27 queue INFO >>3 [319] -2014-01-09 10:09:28 sendUrl INFO 3 [319] -2014-01-09 10:10:17 queue INFO >>3 [320] -2014-01-09 10:10:18 sendUrl INFO 3 [320] -2014-01-09 10:11:08 queue INFO >>3 [321] -2014-01-09 10:11:08 sendUrl INFO 3 [321] -2014-01-09 10:11:58 queue INFO >>3 [322] -2014-01-09 10:11:58 sendUrl INFO 3 [322] -2014-01-09 10:12:44 queue INFO 7 [323] -2014-01-09 10:12:44 queue INFO >7 [324] -2014-01-09 10:12:44 sendUrl INFO 7 [323] -2014-01-09 10:12:45 sendUrl INFO 7 [324] -2014-01-09 10:12:45 queue INFO 3 [325] -2014-01-09 10:12:46 queue INFO >3 [326] -2014-01-09 10:12:46 sendUrl INFO 3 [325] -2014-01-09 10:12:46 sendUrl INFO 3 [326] -2014-01-09 10:13:35 queue INFO >>3 [327] -2014-01-09 10:13:36 sendUrl INFO 3 [327] -2014-01-09 10:14:26 queue INFO >>3 [328] -2014-01-09 10:14:26 sendUrl INFO 3 [328] -2014-01-09 10:15:16 queue INFO >>3 [329] -2014-01-09 10:15:16 sendUrl INFO 3 [329] -2014-01-09 10:16:06 queue INFO >>3 [330] -2014-01-09 10:16:06 sendUrl INFO 3 [330] -2014-01-09 10:16:56 queue INFO >>3 [331] -2014-01-09 10:16:56 sendUrl INFO 3 [331] -2014-01-09 10:17:46 queue INFO >>3 [332] -2014-01-09 10:17:47 sendUrl INFO 3 [332] -2014-01-09 10:18:36 queue INFO >>3 [333] -2014-01-09 10:18:36 sendUrl INFO 3 [333] -2014-01-09 10:19:22 queue INFO 7 [334] -2014-01-09 10:19:22 queue INFO >7 [335] -2014-01-09 10:19:22 sendUrl INFO 7 [334] -2014-01-09 10:19:23 sendUrl INFO 7 [335] -2014-01-09 10:19:24 queue INFO 3 [336] -2014-01-09 10:19:24 sendUrl INFO 3 [336] -2014-01-09 10:19:24 queue INFO >3 [337] -2014-01-09 10:19:24 sendUrl INFO 3 [337] -2014-01-09 10:20:14 queue INFO >>3 [338] -2014-01-09 10:20:14 sendUrl INFO 3 [338] -2014-01-09 10:21:04 queue INFO >>3 [339] -2014-01-09 10:21:04 sendUrl INFO 3 [339] -2014-01-09 10:21:54 queue INFO >>3 [340] -2014-01-09 10:21:54 sendUrl INFO 3 [340] -2014-01-09 10:22:44 queue INFO >>3 [341] -2014-01-09 10:22:45 sendUrl INFO 3 [341] -2014-01-09 10:23:34 queue INFO >>3 [342] -2014-01-09 10:23:34 sendUrl INFO 3 [342] -2014-01-09 10:24:24 queue INFO >>3 [343] -2014-01-09 10:24:25 sendUrl INFO 3 [343] -2014-01-09 10:25:15 queue INFO >>3 [344] -2014-01-09 10:25:15 sendUrl INFO 3 [344] -2014-01-09 10:26:00 queue INFO 7 [345] -2014-01-09 10:26:01 queue INFO >7 [346] -2014-01-09 10:26:01 sendUrl INFO 7 [345] -2014-01-09 10:26:01 sendUrl INFO 7 [346] -2014-01-09 10:26:02 queue INFO 3 [347] -2014-01-09 10:26:02 queue INFO >3 [348] -2014-01-09 10:26:02 sendUrl INFO 3 [347] -2014-01-09 10:26:03 sendUrl INFO 3 [348] -2014-01-09 10:26:52 queue INFO >>3 [349] -2014-01-09 10:26:52 sendUrl INFO 3 [349] -2014-01-09 10:27:42 queue INFO >>3 [350] -2014-01-09 10:27:43 sendUrl INFO 3 [350] -2014-01-09 10:28:32 queue INFO >>3 [351] -2014-01-09 10:28:33 sendUrl INFO 3 [351] -2014-01-09 10:29:23 queue INFO >>3 [352] -2014-01-09 10:29:23 sendUrl INFO 3 [352] -2014-01-09 10:30:13 queue INFO >>3 [353] -2014-01-09 10:30:13 sendUrl INFO 3 [353] -2014-01-09 10:31:03 queue INFO >>3 [354] -2014-01-09 10:31:03 sendUrl INFO 3 [354] -2014-01-09 10:31:53 queue INFO >>3 [355] -2014-01-09 10:31:53 sendUrl INFO 3 [355] -2014-01-09 10:32:43 queue INFO >>3 [356] -2014-01-09 10:32:44 sendUrl INFO 3 [356] -2014-01-09 10:33:33 queue INFO >>3 [357] -2014-01-09 10:33:34 sendUrl INFO 3 [357] -2014-01-09 10:34:24 queue INFO >>3 [358] -2014-01-09 10:34:24 sendUrl INFO 3 [358] -2014-01-09 10:34:24 queue INFO 1 [359] -2014-01-09 10:34:24 queue INFO >1 [360] -2014-01-09 10:34:24 sendUrl INFO 1 [359] -2014-01-09 10:34:25 sendUrl INFO 1 [360] -2014-01-09 10:34:45 queue INFO 21 [361] -2014-01-09 10:34:46 queue INFO >21 [362] -2014-01-09 10:34:46 sendUrl INFO 21 [361] -2014-01-09 10:34:46 sendUrl INFO 21 [362] -2014-01-09 10:35:36 queue INFO >>21 [363] -2014-01-09 10:35:36 sendUrl INFO 21 [363] -2014-01-09 10:35:57 queue INFO 1 [364] -2014-01-09 10:35:57 queue INFO >1 [365] -2014-01-09 10:35:57 sendUrl INFO 1 [364] -2014-01-09 10:35:58 sendUrl INFO 1 [365] -2014-01-09 10:36:47 queue INFO >>1 [366] -2014-01-09 10:36:48 sendUrl INFO 1 [366] -2014-01-09 10:37:21 queue INFO 21 [367] -2014-01-09 10:37:21 queue INFO >21 [368] -2014-01-09 10:37:21 sendUrl INFO 21 [367] -2014-01-09 10:37:22 sendUrl INFO 21 [368] -2014-01-09 10:38:11 queue INFO >>21 [369] -2014-01-09 10:38:12 sendUrl INFO 21 [369] -2014-01-09 10:39:01 queue INFO >>21 [370] -2014-01-09 10:39:02 sendUrl INFO 21 [370] -2014-01-09 10:39:52 queue INFO >>21 [371] -2014-01-09 10:39:52 sendUrl INFO 21 [371] -2014-01-09 10:40:42 queue INFO >>21 [372] -2014-01-09 10:40:42 sendUrl INFO 21 [372] -2014-01-09 10:41:32 queue INFO >>21 [373] -2014-01-09 10:41:32 sendUrl INFO 21 [373] -2014-01-09 10:42:22 queue INFO >>21 [374] -2014-01-09 10:42:22 sendUrl INFO 21 [374] -2014-01-09 10:43:12 queue INFO >>21 [375] -2014-01-09 10:43:12 sendUrl INFO 21 [375] -2014-01-09 10:44:02 queue INFO >>21 [376] -2014-01-09 10:44:03 sendUrl INFO 21 [376] -2014-01-09 10:44:52 queue INFO >>21 [377] -2014-01-09 10:44:53 sendUrl INFO 21 [377] -2014-01-09 10:45:43 queue INFO >>21 [378] -2014-01-09 10:45:43 sendUrl INFO 21 [378] -2014-01-09 10:46:33 queue INFO >>21 [379] -2014-01-09 10:46:33 sendUrl INFO 21 [379] -2014-01-09 10:47:23 queue INFO >>21 [380] -2014-01-09 10:47:23 sendUrl INFO 21 [380] -2014-01-09 10:48:13 queue INFO >>21 [381] -2014-01-09 10:48:13 sendUrl INFO 21 [381] -2014-01-09 10:49:03 queue INFO >>21 [382] -2014-01-09 10:49:04 sendUrl INFO 21 [382] -2014-01-09 10:49:53 queue INFO >>21 [383] -2014-01-09 10:49:53 sendUrl INFO 21 [383] -2014-01-09 10:50:44 queue INFO >>21 [384] -2014-01-09 10:50:44 sendUrl INFO 21 [384] -2014-01-09 10:51:34 queue INFO >>21 [385] -2014-01-09 10:51:34 sendUrl INFO 21 [385] -2014-01-09 10:52:24 queue INFO >>21 [386] -2014-01-09 10:52:24 sendUrl INFO 21 [386] -2014-01-09 10:53:14 queue INFO >>21 [387] -2014-01-09 10:53:14 sendUrl INFO 21 [387] -2014-01-09 10:54:04 queue INFO >>21 [388] -2014-01-09 10:54:05 sendUrl INFO 21 [388] -2014-01-09 10:54:54 queue INFO >>21 [389] -2014-01-09 10:54:54 sendUrl INFO 21 [389] -2014-01-09 10:55:30 queue INFO 1 [390] -2014-01-09 10:55:30 queue INFO >1 [391] -2014-01-09 10:55:30 sendUrl INFO 1 [390] -2014-01-09 10:55:31 sendUrl INFO 1 [391] -2014-01-09 10:56:01 queue INFO 5 [392] -2014-01-09 10:56:01 queue INFO >5 [393] -2014-01-09 10:56:01 sendUrl INFO 5 [392] -2014-01-09 10:56:02 sendUrl INFO 5 [393] -2014-01-09 10:56:03 queue INFO 1 [394] -2014-01-09 10:56:03 queue INFO >1 [395] -2014-01-09 10:56:03 sendUrl INFO 1 [394] -2014-01-09 10:56:03 sendUrl INFO 1 [395] -2014-01-09 10:56:53 queue INFO >>1 [396] -2014-01-09 10:56:53 sendUrl INFO 1 [396] -2014-01-09 10:56:55 queue INFO 3 [397] -2014-01-09 10:56:55 sendUrl INFO 3 [397] -2014-01-09 10:56:55 queue INFO >3 [398] -2014-01-09 10:56:55 sendUrl INFO 3 [398] -2014-01-09 10:57:45 queue INFO >>3 [399] -2014-01-09 10:57:45 sendUrl INFO 3 [399] -2014-01-09 10:58:05 queue INFO 1 [400] -2014-01-09 10:58:05 queue INFO >1 [401] -2014-01-09 10:58:06 sendUrl INFO 1 [400] -2014-01-09 10:58:06 sendUrl INFO 1 [401] -2014-01-09 10:58:55 queue INFO >>1 [402] -2014-01-09 10:58:56 sendUrl INFO 1 [402] -2014-01-09 10:59:46 queue INFO >>1 [403] -2014-01-09 10:59:46 sendUrl INFO 1 [403] -2014-01-09 11:00:36 queue INFO >>1 [404] -2014-01-09 11:00:36 sendUrl INFO 1 [404] -2014-01-09 11:01:26 queue INFO >>1 [405] -2014-01-09 11:01:26 sendUrl INFO 1 [405] -2014-01-09 11:02:16 queue INFO >>1 [406] -2014-01-09 11:02:16 sendUrl INFO 1 [406] -2014-01-09 11:03:06 queue INFO >>1 [407] -2014-01-09 11:03:07 sendUrl INFO 1 [407] -2014-01-09 11:03:52 queue INFO 21 [408] -2014-01-09 11:03:52 sendUrl INFO 21 [408] -2014-01-09 11:03:52 queue INFO >21 [409] -2014-01-09 11:03:53 sendUrl INFO 21 [409] -2014-01-09 11:04:42 queue INFO >>21 [410] -2014-01-09 11:04:42 sendUrl INFO 21 [410] -2014-01-09 11:05:32 queue INFO >>21 [411] -2014-01-09 11:05:33 sendUrl INFO 21 [411] -2014-01-09 11:06:22 queue INFO >>21 [412] -2014-01-09 11:06:23 sendUrl INFO 21 [412] -2014-01-09 11:07:13 queue INFO >>21 [413] -2014-01-09 11:07:13 sendUrl INFO 21 [413] -2014-01-09 11:08:03 queue INFO >>21 [414] -2014-01-09 11:08:03 sendUrl INFO 21 [414] -2014-01-09 11:08:53 queue INFO >>21 [415] -2014-01-09 11:08:53 sendUrl INFO 21 [415] -2014-01-09 11:09:26 queue INFO 1 [416] -2014-01-09 11:09:26 queue INFO >1 [417] -2014-01-09 11:09:26 sendUrl INFO 1 [416] -2014-01-09 11:09:27 sendUrl INFO 1 [417] -2014-01-09 11:09:46 queue INFO 5 [418] -2014-01-09 11:09:46 queue INFO >5 [419] -2014-01-09 11:09:46 sendUrl INFO 5 [418] -2014-01-09 11:09:47 sendUrl INFO 5 [419] -2014-01-09 11:09:48 queue INFO 1 [420] -2014-01-09 11:09:48 queue INFO >1 [421] -2014-01-09 11:09:48 sendUrl INFO 1 [420] -2014-01-09 11:09:48 sendUrl INFO 1 [421] -2014-01-09 11:10:01 queue INFO 9 [422] -2014-01-09 11:10:01 sendUrl INFO 9 [422] -2014-01-09 11:10:01 queue INFO >9 [423] -2014-01-09 11:10:02 sendUrl INFO 9 [423] -2014-01-09 11:10:15 queue INFO 29 [424] -2014-01-09 11:10:16 queue INFO >29 [425] -2014-01-09 11:10:16 sendUrl INFO 29 [424] -2014-01-09 11:10:16 queue INFO 21 [426] -2014-01-09 11:10:16 queue INFO >21 [427] -2014-01-09 11:10:16 sendUrl INFO 29 [425] -2014-01-09 11:10:17 sendUrl INFO 21 [426] -2014-01-09 11:10:17 sendUrl INFO 21 [427] -2014-01-09 11:11:06 queue INFO >>21 [428] -2014-01-09 11:11:06 sendUrl INFO 21 [428] -2014-01-09 11:11:56 queue INFO >>21 [429] -2014-01-09 11:11:56 sendUrl INFO 21 [429] -2014-01-09 11:12:09 queue INFO 1 [430] -2014-01-09 11:12:09 queue INFO >1 [431] -2014-01-09 11:12:09 sendUrl INFO 1 [430] -2014-01-09 11:12:10 sendUrl INFO 1 [431] -2014-01-09 11:12:31 queue INFO 9 [432] -2014-01-09 11:12:31 queue INFO >9 [433] -2014-01-09 11:12:31 sendUrl INFO 9 [432] -2014-01-09 11:12:32 sendUrl INFO 9 [433] -2014-01-09 11:12:38 queue INFO 29 [434] -2014-01-09 11:12:38 queue INFO >29 [435] -2014-01-09 11:12:39 queue INFO 21 [436] -2014-01-09 11:12:39 sendUrl INFO 29 [434] -2014-01-09 11:12:39 queue INFO >21 [437] -2014-01-09 11:12:39 sendUrl INFO 29 [435] -2014-01-09 11:12:40 sendUrl INFO 21 [436] -2014-01-09 11:12:40 sendUrl INFO 21 [437] -2014-01-09 11:13:29 queue INFO >>21 [438] -2014-01-09 11:13:29 sendUrl INFO 21 [438] -2014-01-09 11:14:19 queue INFO >>21 [439] -2014-01-09 11:14:19 sendUrl INFO 21 [439] -2014-01-09 11:15:09 queue INFO >>21 [440] -2014-01-09 11:15:09 sendUrl INFO 21 [440] -2014-01-09 11:15:40 queue INFO 1 [441] -2014-01-09 11:15:40 sendUrl INFO 1 [441] -2014-01-09 11:15:40 queue INFO 21 [442] -2014-01-09 11:15:40 queue INFO 1 [443] -2014-01-09 11:15:40 queue INFO >1 [444] -2014-01-09 11:15:40 sendUrl INFO 21 [442] -2014-01-09 11:15:41 sendUrl INFO 1 [443] -2014-01-09 11:15:41 sendUrl INFO 1 [444] -2014-01-09 11:16:11 queue INFO 9 [445] -2014-01-09 11:16:12 sendUrl INFO 9 [445] -2014-01-09 11:16:12 queue INFO >9 [446] -2014-01-09 11:16:12 sendUrl INFO 9 [446] -2014-01-09 11:16:33 queue INFO 29 [447] -2014-01-09 11:16:34 queue INFO >29 [448] -2014-01-09 11:16:34 sendUrl INFO 29 [447] -2014-01-09 11:16:34 queue INFO 21 [449] -2014-01-09 11:16:34 queue INFO >21 [450] -2014-01-09 11:16:34 sendUrl INFO 29 [448] -2014-01-09 11:16:35 sendUrl INFO 21 [449] -2014-01-09 11:16:35 sendUrl INFO 21 [450] -2014-01-09 11:17:24 queue INFO >>21 [451] -2014-01-09 11:17:25 sendUrl INFO 21 [451] -2014-01-09 11:18:14 queue INFO >>21 [452] -2014-01-09 11:18:14 sendUrl INFO 21 [452] -2014-01-09 11:19:04 queue INFO >>21 [453] -2014-01-09 11:19:05 sendUrl INFO 21 [453] -2014-01-09 11:19:48 queue INFO 1 [454] -2014-01-09 11:19:48 queue INFO >1 [455] -2014-01-09 11:19:48 sendUrl INFO 1 [454] -2014-01-09 11:19:48 sendUrl INFO 1 [455] -2014-01-09 11:19:53 queue INFO 3 [456] -2014-01-09 11:19:53 queue INFO >3 [457] -2014-01-09 11:19:53 sendUrl INFO 3 [456] -2014-01-09 11:19:54 sendUrl INFO 3 [457] -2014-01-09 11:19:55 queue INFO 1 [458] -2014-01-09 11:19:55 queue INFO >1 [459] -2014-01-09 11:19:56 sendUrl INFO 1 [458] -2014-01-09 11:19:56 sendUrl INFO 1 [459] -2014-01-09 11:20:45 queue INFO >>1 [460] -2014-01-09 11:20:46 sendUrl INFO 1 [460] -2014-01-09 11:21:35 queue INFO >>1 [461] -2014-01-09 11:21:36 sendUrl INFO 1 [461] -2014-01-09 11:22:26 queue INFO >>1 [462] -2014-01-09 11:22:26 sendUrl INFO 1 [462] -2014-01-09 11:23:16 queue INFO >>1 [463] -2014-01-09 11:23:16 sendUrl INFO 1 [463] -2014-01-09 11:24:06 queue INFO >>1 [464] -2014-01-09 11:24:06 sendUrl INFO 1 [464] -2014-01-09 11:24:56 queue INFO >>1 [465] -2014-01-09 11:24:57 sendUrl INFO 1 [465] -2014-01-09 11:25:46 queue INFO >>1 [466] -2014-01-09 11:25:46 sendUrl INFO 1 [466] -2014-01-09 11:26:36 queue INFO >>1 [467] -2014-01-09 11:26:37 sendUrl INFO 1 [467] -2014-01-09 11:27:26 queue INFO >>1 [468] -2014-01-09 11:27:27 sendUrl INFO 1 [468] -2014-01-09 11:28:17 queue INFO >>1 [469] -2014-01-09 11:28:17 sendUrl INFO 1 [469] -2014-01-09 11:29:07 queue INFO >>1 [470] -2014-01-09 11:29:07 sendUrl INFO 1 [470] -2014-01-09 11:29:57 queue INFO >>1 [471] -2014-01-09 11:29:57 sendUrl INFO 1 [471] -2014-01-09 11:30:47 queue INFO >>1 [472] -2014-01-09 11:30:47 sendUrl INFO 1 [472] -2014-01-09 11:31:37 queue INFO >>1 [473] -2014-01-09 11:31:38 sendUrl INFO 1 [473] -2014-01-09 11:31:55 queue INFO 5 [474] -2014-01-09 11:31:55 queue INFO >5 [475] -2014-01-09 11:31:55 sendUrl INFO 5 [474] -2014-01-09 11:31:56 sendUrl INFO 5 [475] -2014-01-09 11:31:56 queue INFO 1 [476] -2014-01-09 11:31:57 queue INFO >1 [477] -2014-01-09 11:31:57 sendUrl INFO 1 [476] -2014-01-09 11:31:57 sendUrl INFO 1 [477] -2014-01-09 11:32:10 queue INFO 9 [478] -2014-01-09 11:32:10 queue INFO >9 [479] -2014-01-09 11:32:10 sendUrl INFO 9 [478] -2014-01-09 11:32:10 sendUrl INFO 9 [479] -2014-01-09 11:32:30 queue INFO 29 [480] -2014-01-09 11:32:30 queue INFO >29 [481] -2014-01-09 11:32:30 sendUrl INFO 29 [480] -2014-01-09 11:32:30 queue INFO 21 [482] -2014-01-09 11:32:30 queue INFO >21 [483] -2014-01-09 11:32:31 sendUrl INFO 29 [481] -2014-01-09 11:32:31 sendUrl INFO 21 [482] -2014-01-09 11:32:32 sendUrl INFO 21 [483] -2014-01-09 11:33:20 queue INFO >>21 [484] -2014-01-09 11:33:21 sendUrl INFO 21 [484] -2014-01-09 11:34:11 queue INFO >>21 [485] -2014-01-09 11:34:11 sendUrl INFO 21 [485] -2014-01-09 11:35:01 queue INFO >>21 [486] -2014-01-09 11:35:01 sendUrl INFO 21 [486] -2014-01-09 11:35:19 queue INFO 1 [487] -2014-01-09 11:35:20 queue INFO >1 [488] -2014-01-09 11:35:20 sendUrl INFO 1 [487] -2014-01-09 11:35:20 sendUrl INFO 1 [488] -2014-01-09 11:36:10 queue INFO >>1 [489] -2014-01-09 11:36:10 sendUrl INFO 1 [489] -2014-01-09 11:37:00 queue INFO >>1 [490] -2014-01-09 11:37:00 sendUrl INFO 1 [490] -2014-01-09 11:37:50 queue INFO >>1 [491] -2014-01-09 11:37:50 sendUrl INFO 1 [491] -2014-01-09 11:38:40 queue INFO >>1 [492] -2014-01-09 11:38:41 sendUrl INFO 1 [492] -2014-01-09 11:39:30 queue INFO >>1 [493] -2014-01-09 11:39:30 sendUrl INFO 1 [493] -2014-01-09 11:40:20 queue INFO >>1 [494] -2014-01-09 11:40:21 sendUrl INFO 1 [494] -2014-01-09 11:41:10 queue INFO >>1 [495] -2014-01-09 11:41:11 sendUrl INFO 1 [495] -2014-01-09 11:42:01 queue INFO >>1 [496] -2014-01-09 11:42:01 sendUrl INFO 1 [496] -2014-01-09 11:42:51 queue INFO >>1 [497] -2014-01-09 11:42:51 sendUrl INFO 1 [497] -2014-01-09 11:43:41 queue INFO >>1 [498] -2014-01-09 11:43:41 sendUrl INFO 1 [498] -2014-01-09 11:44:31 queue INFO >>1 [499] -2014-01-09 11:44:31 sendUrl INFO 1 [499] -2014-01-09 11:45:21 queue INFO >>1 [500] -2014-01-09 11:45:22 sendUrl INFO 1 [500] -2014-01-09 11:46:11 queue INFO >>1 [501] -2014-01-09 11:46:12 sendUrl INFO 1 [501] -2014-01-09 11:47:02 queue INFO >>1 [502] -2014-01-09 11:47:02 sendUrl INFO 1 [502] -2014-01-09 11:47:52 queue INFO >>1 [503] -2014-01-09 11:47:52 sendUrl INFO 1 [503] -2014-01-09 11:48:42 queue INFO >>1 [504] -2014-01-09 11:48:42 sendUrl INFO 1 [504] -2014-01-09 11:49:32 queue INFO >>1 [505] -2014-01-09 11:49:32 sendUrl INFO 1 [505] -2014-01-09 11:50:22 queue INFO >>1 [506] -2014-01-09 11:50:23 sendUrl INFO 1 [506] -2014-01-09 11:51:12 queue INFO >>1 [507] -2014-01-09 11:51:13 sendUrl INFO 1 [507] -2014-01-09 11:52:02 queue INFO >>1 [508] -2014-01-09 11:52:03 sendUrl INFO 1 [508] -2014-01-09 11:52:53 queue INFO >>1 [509] -2014-01-09 11:52:53 sendUrl INFO 1 [509] -2014-01-09 11:53:43 queue INFO >>1 [510] -2014-01-09 11:53:43 sendUrl INFO 1 [510] -2014-01-09 11:54:33 queue INFO >>1 [511] -2014-01-09 11:54:33 sendUrl INFO 1 [511] -2014-01-09 11:55:23 queue INFO >>1 [512] -2014-01-09 11:55:23 sendUrl INFO 1 [512] -2014-01-09 11:56:13 queue INFO >>1 [513] -2014-01-09 11:56:14 sendUrl INFO 1 [513] -2014-01-09 11:57:03 queue INFO >>1 [514] -2014-01-09 11:57:04 sendUrl INFO 1 [514] -2014-01-09 11:57:54 queue INFO >>1 [515] -2014-01-09 11:57:54 sendUrl INFO 1 [515] -2014-01-09 11:58:44 queue INFO >>1 [516] -2014-01-09 11:58:44 sendUrl INFO 1 [516] -2014-01-09 11:59:34 queue INFO >>1 [517] -2014-01-09 11:59:34 sendUrl INFO 1 [517] -2014-01-09 12:00:24 queue INFO >>1 [518] -2014-01-09 12:00:24 sendUrl INFO 1 [518] -2014-01-09 12:01:14 queue INFO >>1 [519] -2014-01-09 12:01:15 sendUrl INFO 1 [519] -2014-01-09 12:02:04 queue INFO >>1 [520] -2014-01-09 12:02:04 sendUrl INFO 1 [520] -2014-01-09 12:02:54 queue INFO >>1 [521] -2014-01-09 12:02:55 sendUrl INFO 1 [521] -2014-01-09 12:03:45 queue INFO >>1 [522] -2014-01-09 12:03:45 sendUrl INFO 1 [522] -2014-01-09 12:04:35 queue INFO >>1 [523] -2014-01-09 12:04:35 sendUrl INFO 1 [523] -2014-01-09 12:05:25 queue INFO >>1 [524] -2014-01-09 12:05:25 sendUrl INFO 1 [524] -2014-01-09 12:06:15 queue INFO >>1 [525] -2014-01-09 12:06:16 sendUrl INFO 1 [525] -2014-01-09 12:07:05 queue INFO >>1 [526] -2014-01-09 12:07:05 sendUrl INFO 1 [526] -2014-01-09 12:07:55 queue INFO >>1 [527] -2014-01-09 12:07:56 sendUrl INFO 1 [527] -2014-01-09 12:08:46 queue INFO >>1 [528] -2014-01-09 12:08:46 sendUrl INFO 1 [528] -2014-01-09 12:09:36 queue INFO >>1 [529] -2014-01-09 12:09:36 sendUrl INFO 1 [529] -2014-01-09 12:10:26 queue INFO >>1 [530] -2014-01-09 12:10:26 sendUrl INFO 1 [530] -2014-01-09 12:11:16 queue INFO >>1 [531] -2014-01-09 12:11:17 sendUrl INFO 1 [531] -2014-01-09 12:12:06 queue INFO >>1 [532] -2014-01-09 12:12:06 sendUrl INFO 1 [532] -2014-01-09 12:12:56 queue INFO >>1 [533] -2014-01-09 12:12:57 sendUrl INFO 1 [533] -2014-01-09 12:13:46 queue INFO >>1 [534] -2014-01-09 12:13:47 sendUrl INFO 1 [534] -2014-01-09 12:14:37 queue INFO >>1 [535] -2014-01-09 12:14:37 sendUrl INFO 1 [535] -2014-01-09 12:15:27 queue INFO >>1 [536] -2014-01-09 12:15:27 sendUrl INFO 1 [536] -2014-01-09 12:16:17 queue INFO >>1 [537] -2014-01-09 12:16:17 sendUrl INFO 1 [537] -2014-01-09 12:17:07 queue INFO >>1 [538] -2014-01-09 12:17:07 sendUrl INFO 1 [538] -2014-01-09 12:17:57 queue INFO >>1 [539] -2014-01-09 12:17:58 sendUrl INFO 1 [539] -2014-01-09 12:18:47 queue INFO >>1 [540] -2014-01-09 12:18:48 sendUrl INFO 1 [540] -2014-01-09 12:19:38 queue INFO >>1 [541] -2014-01-09 12:19:38 sendUrl INFO 1 [541] -2014-01-09 12:20:22 queue INFO 21 [542] -2014-01-09 12:20:23 queue INFO >21 [543] -2014-01-09 12:20:23 sendUrl INFO 21 [542] -2014-01-09 12:20:23 sendUrl INFO 21 [543] -2014-01-09 12:21:13 queue INFO >>21 [544] -2014-01-09 12:21:13 sendUrl INFO 21 [544] -2014-01-09 12:22:03 queue INFO >>21 [545] -2014-01-09 12:22:03 sendUrl INFO 21 [545] -2014-01-09 12:22:53 queue INFO >>21 [546] -2014-01-09 12:22:53 sendUrl INFO 21 [546] -2014-01-09 12:23:43 queue INFO >>21 [547] -2014-01-09 12:23:44 sendUrl INFO 21 [547] -2014-01-09 12:24:33 queue INFO >>21 [548] -2014-01-09 12:24:33 sendUrl INFO 21 [548] -2014-01-09 12:25:23 queue INFO >>21 [549] -2014-01-09 12:25:24 sendUrl INFO 21 [549] -2014-01-09 12:26:14 queue INFO >>21 [550] -2014-01-09 12:26:14 sendUrl INFO 21 [550] -2014-01-09 12:27:04 queue INFO >>21 [551] -2014-01-09 12:27:04 sendUrl INFO 21 [551] -2014-01-09 12:27:54 queue INFO >>21 [552] -2014-01-09 12:27:54 sendUrl INFO 21 [552] -2014-01-09 12:28:44 queue INFO >>21 [553] -2014-01-09 12:28:45 sendUrl INFO 21 [553] -2014-01-09 12:29:34 queue INFO >>21 [554] -2014-01-09 12:29:34 sendUrl INFO 21 [554] -2014-01-09 12:30:24 queue INFO >>21 [555] -2014-01-09 12:30:25 sendUrl INFO 21 [555] -2014-01-09 12:31:14 queue INFO >>21 [556] -2014-01-09 12:31:15 sendUrl INFO 21 [556] -2014-01-09 12:32:05 queue INFO >>21 [557] -2014-01-09 12:32:05 sendUrl INFO 21 [557] -2014-01-09 12:32:55 queue INFO >>21 [558] -2014-01-09 12:32:55 sendUrl INFO 21 [558] -2014-01-09 12:33:45 queue INFO >>21 [559] -2014-01-09 12:33:46 sendUrl INFO 21 [559] -2014-01-09 12:34:35 queue INFO >>21 [560] -2014-01-09 12:34:35 sendUrl INFO 21 [560] -2014-01-09 12:34:51 queue INFO 1 [561] -2014-01-09 12:34:51 queue INFO >1 [562] -2014-01-09 12:34:51 sendUrl INFO 1 [561] -2014-01-09 12:34:51 sendUrl INFO 1 [562] -2014-01-09 12:35:11 queue INFO 5 [563] -2014-01-09 12:35:11 queue INFO >5 [564] -2014-01-09 12:35:12 sendUrl INFO 5 [563] -2014-01-09 12:35:12 sendUrl INFO 5 [564] -2014-01-09 12:35:13 queue INFO 1 [565] -2014-01-09 12:35:13 queue INFO >1 [566] -2014-01-09 12:35:13 sendUrl INFO 1 [565] -2014-01-09 12:35:14 sendUrl INFO 1 [566] -2014-01-09 12:36:03 queue INFO >>1 [567] -2014-01-09 12:36:03 sendUrl INFO 1 [567] -2014-01-09 12:36:05 queue INFO 3 [568] -2014-01-09 12:36:05 queue INFO >3 [569] -2014-01-09 12:36:05 sendUrl INFO 3 [568] -2014-01-09 12:36:05 sendUrl INFO 3 [569] -2014-01-09 12:36:55 queue INFO >>3 [570] -2014-01-09 12:36:55 sendUrl INFO 3 [570] -2014-01-09 12:37:45 queue INFO >>3 [571] -2014-01-09 12:37:46 sendUrl INFO 3 [571] -2014-01-09 12:38:35 queue INFO >>3 [572] -2014-01-09 12:38:35 sendUrl INFO 3 [572] -2014-01-09 12:39:25 queue INFO >>3 [573] -2014-01-09 12:39:26 sendUrl INFO 3 [573] -2014-01-09 12:40:16 queue INFO >>3 [574] -2014-01-09 12:40:16 sendUrl INFO 3 [574] -2014-01-09 12:41:06 queue INFO >>3 [575] -2014-01-09 12:41:06 sendUrl INFO 3 [575] -2014-01-09 12:41:56 queue INFO >>3 [576] -2014-01-09 12:41:56 sendUrl INFO 3 [576] -2014-01-09 12:42:05 queue INFO 7 [577] -2014-01-09 12:42:05 queue INFO >7 [578] -2014-01-09 12:42:05 sendUrl INFO 7 [577] -2014-01-09 12:42:06 sendUrl INFO 7 [578] -2014-01-09 12:42:07 queue INFO 3 [579] -2014-01-09 12:42:07 queue INFO >3 [580] -2014-01-09 12:42:07 sendUrl INFO 3 [579] -2014-01-09 12:42:07 sendUrl INFO 3 [580] -2014-01-09 12:42:57 queue INFO >>3 [581] -2014-01-09 12:42:57 sendUrl INFO 3 [581] -2014-01-09 12:43:47 queue INFO >>3 [582] -2014-01-09 12:43:48 sendUrl INFO 3 [582] -2014-01-09 12:44:37 queue INFO >>3 [583] -2014-01-09 12:44:37 sendUrl INFO 3 [583] -2014-01-09 12:45:27 queue INFO >>3 [584] -2014-01-09 12:45:28 sendUrl INFO 3 [584] -2014-01-09 12:46:17 queue INFO >>3 [585] -2014-01-09 12:46:18 sendUrl INFO 3 [585] -2014-01-09 12:47:08 queue INFO >>3 [586] -2014-01-09 12:47:08 sendUrl INFO 3 [586] -2014-01-09 12:47:58 queue INFO >>3 [587] -2014-01-09 12:47:58 sendUrl INFO 3 [587] -2014-01-09 12:48:48 queue INFO >>3 [588] -2014-01-09 12:48:48 sendUrl INFO 3 [588] -2014-01-09 12:48:59 queue INFO 7 [589] -2014-01-09 12:48:59 queue INFO >7 [590] -2014-01-09 12:48:59 sendUrl INFO 7 [589] -2014-01-09 12:49:00 sendUrl INFO 7 [590] -2014-01-09 12:49:00 queue INFO 3 [591] -2014-01-09 12:49:01 queue INFO >3 [592] -2014-01-09 12:49:01 sendUrl INFO 3 [591] -2014-01-09 12:49:01 sendUrl INFO 3 [592] -2014-01-09 12:49:51 queue INFO >>3 [593] -2014-01-09 12:49:51 sendUrl INFO 3 [593] -2014-01-09 12:50:41 queue INFO >>3 [594] -2014-01-09 12:50:41 sendUrl INFO 3 [594] -2014-01-09 12:51:31 queue INFO >>3 [595] -2014-01-09 12:51:31 sendUrl INFO 3 [595] -2014-01-09 12:52:21 queue INFO >>3 [596] -2014-01-09 12:52:21 sendUrl INFO 3 [596] -2014-01-09 12:53:11 queue INFO >>3 [597] -2014-01-09 12:53:11 sendUrl INFO 3 [597] -2014-01-09 12:54:01 queue INFO >>3 [598] -2014-01-09 12:54:02 sendUrl INFO 3 [598] -2014-01-09 12:54:51 queue INFO >>3 [599] -2014-01-09 12:54:52 sendUrl INFO 3 [599] -2014-01-09 12:55:42 queue INFO >>3 [600] -2014-01-09 12:55:42 sendUrl INFO 3 [600] -2014-01-09 12:55:52 queue INFO 7 [601] -2014-01-09 12:55:52 sendUrl INFO 7 [601] -2014-01-09 12:55:52 queue INFO >7 [602] -2014-01-09 12:55:53 sendUrl INFO 7 [602] -2014-01-09 12:55:54 queue INFO 3 [603] -2014-01-09 12:55:54 queue INFO >3 [604] -2014-01-09 12:55:54 sendUrl INFO 3 [603] -2014-01-09 12:55:55 sendUrl INFO 3 [604] -2014-01-09 12:56:44 queue INFO >>3 [605] -2014-01-09 12:56:44 sendUrl INFO 3 [605] -2014-01-09 12:57:34 queue INFO >>3 [606] -2014-01-09 12:57:35 sendUrl INFO 3 [606] -2014-01-09 12:58:24 queue INFO >>3 [607] -2014-01-09 12:58:24 sendUrl INFO 3 [607] -2014-01-09 12:59:14 queue INFO >>3 [608] -2014-01-09 12:59:15 sendUrl INFO 3 [608] -2014-01-09 13:00:05 queue INFO >>3 [609] -2014-01-09 13:00:05 sendUrl INFO 3 [609] -2014-01-09 13:00:55 queue INFO >>3 [610] -2014-01-09 13:00:55 sendUrl INFO 3 [610] -2014-01-09 13:01:45 queue INFO >>3 [611] -2014-01-09 13:01:45 sendUrl INFO 3 [611] -2014-01-09 13:02:35 queue INFO >>3 [612] -2014-01-09 13:02:36 sendUrl INFO 3 [612] -2014-01-09 13:02:45 queue INFO 7 [613] -2014-01-09 13:02:46 queue INFO >7 [614] -2014-01-09 13:02:46 sendUrl INFO 7 [613] -2014-01-09 13:02:46 sendUrl INFO 7 [614] -2014-01-09 13:02:47 queue INFO 3 [615] -2014-01-09 13:02:47 queue INFO >3 [616] -2014-01-09 13:02:48 sendUrl INFO 3 [615] -2014-01-09 13:02:48 sendUrl INFO 3 [616] -2014-01-09 13:03:37 queue INFO >>3 [617] -2014-01-09 13:03:37 sendUrl INFO 3 [617] -2014-01-09 13:04:27 queue INFO >>3 [618] -2014-01-09 13:04:28 sendUrl INFO 3 [618] -2014-01-09 13:05:18 queue INFO >>3 [619] -2014-01-09 13:05:18 sendUrl INFO 3 [619] -2014-01-09 13:06:08 queue INFO >>3 [620] -2014-01-09 13:06:08 sendUrl INFO 3 [620] -2014-01-09 13:06:58 queue INFO >>3 [621] -2014-01-09 13:06:58 sendUrl INFO 3 [621] -2014-01-09 13:07:48 queue INFO >>3 [622] -2014-01-09 13:07:48 sendUrl INFO 3 [622] -2014-01-09 13:08:38 queue INFO >>3 [623] -2014-01-09 13:08:38 sendUrl INFO 3 [623] -2014-01-09 13:09:28 queue INFO >>3 [624] -2014-01-09 13:09:29 sendUrl INFO 3 [624] -2014-01-09 13:10:18 queue INFO >>3 [625] -2014-01-09 13:10:19 sendUrl INFO 3 [625] -2014-01-09 13:11:09 queue INFO >>3 [626] -2014-01-09 13:11:09 sendUrl INFO 3 [626] -2014-01-09 13:11:24 queue INFO 1 [627] -2014-01-09 13:11:24 queue INFO >1 [628] -2014-01-09 13:11:25 sendUrl INFO 1 [627] -2014-01-09 13:11:25 sendUrl INFO 1 [628] -2014-01-09 13:12:14 queue INFO >>1 [629] -2014-01-09 13:12:15 sendUrl INFO 1 [629] -2014-01-09 13:12:58 queue INFO 5 [630] -2014-01-09 13:12:58 queue INFO >5 [631] -2014-01-09 13:12:59 sendUrl INFO 5 [630] -2014-01-09 13:12:59 sendUrl INFO 5 [631] -2014-01-09 13:13:00 queue INFO 1 [632] -2014-01-09 13:13:00 queue INFO >1 [633] -2014-01-09 13:13:00 sendUrl INFO 1 [632] -2014-01-09 13:13:01 sendUrl INFO 1 [633] -2014-01-09 13:13:07 queue INFO 21 [634] -2014-01-09 13:13:08 queue INFO >21 [635] -2014-01-09 13:13:08 sendUrl INFO 21 [634] -2014-01-09 13:13:08 sendUrl INFO 21 [635] -2014-01-09 13:13:58 queue INFO >>21 [636] -2014-01-09 13:13:58 sendUrl INFO 21 [636] -2014-01-09 13:14:15 queue INFO 1 [637] -2014-01-09 13:14:15 queue INFO >1 [638] -2014-01-09 13:14:16 sendUrl INFO 1 [637] -2014-01-09 13:14:16 sendUrl INFO 1 [638] -2014-01-09 13:14:56 queue INFO 3 [639] -2014-01-09 13:14:56 queue INFO >3 [640] -2014-01-09 13:14:57 sendUrl INFO 3 [639] -2014-01-09 13:14:57 sendUrl INFO 3 [640] -2014-01-09 13:15:46 queue INFO >>3 [641] -2014-01-09 13:15:47 sendUrl INFO 3 [641] -2014-01-09 13:16:36 queue INFO >>3 [642] -2014-01-09 13:16:37 sendUrl INFO 3 [642] -2014-01-09 13:17:27 queue INFO >>3 [643] -2014-01-09 13:17:27 sendUrl INFO 3 [643] -2014-01-09 13:18:17 queue INFO >>3 [644] -2014-01-09 13:18:17 sendUrl INFO 3 [644] -2014-01-09 13:19:07 queue INFO >>3 [645] -2014-01-09 13:19:07 sendUrl INFO 3 [645] -2014-01-09 13:19:57 queue INFO >>3 [646] -2014-01-09 13:19:58 sendUrl INFO 3 [646] -2014-01-09 13:20:47 queue INFO >>3 [647] -2014-01-09 13:20:47 sendUrl INFO 3 [647] -2014-01-09 13:20:56 queue INFO 7 [648] -2014-01-09 13:20:56 sendUrl INFO 7 [648] -2014-01-09 13:20:56 queue INFO >7 [649] -2014-01-09 13:20:57 sendUrl INFO 7 [649] -2014-01-09 13:20:58 queue INFO 3 [650] -2014-01-09 13:20:58 queue INFO >3 [651] -2014-01-09 13:20:58 sendUrl INFO 3 [650] -2014-01-09 13:20:59 sendUrl INFO 3 [651] -2014-01-09 13:21:48 queue INFO >>3 [652] -2014-01-09 13:21:48 sendUrl INFO 3 [652] -2014-01-09 13:22:38 queue INFO >>3 [653] -2014-01-09 13:22:39 sendUrl INFO 3 [653] -2014-01-09 13:23:28 queue INFO >>3 [654] -2014-01-09 13:23:28 sendUrl INFO 3 [654] -2014-01-09 13:24:18 queue INFO >>3 [655] -2014-01-09 13:24:19 sendUrl INFO 3 [655] -2014-01-09 13:25:09 queue INFO >>3 [656] -2014-01-09 13:25:09 sendUrl INFO 3 [656] -2014-01-09 13:25:59 queue INFO >>3 [657] -2014-01-09 13:25:59 sendUrl INFO 3 [657] -2014-01-09 13:26:49 queue INFO >>3 [658] -2014-01-09 13:26:49 sendUrl INFO 3 [658] -2014-01-09 13:27:39 queue INFO >>3 [659] -2014-01-09 13:27:40 sendUrl INFO 3 [659] -2014-01-09 13:27:50 queue INFO 7 [660] -2014-01-09 13:27:50 queue INFO >7 [661] -2014-01-09 13:27:50 sendUrl INFO 7 [660] -2014-01-09 13:27:51 sendUrl INFO 7 [661] -2014-01-09 13:27:52 queue INFO 3 [662] -2014-01-09 13:27:52 sendUrl INFO 3 [662] -2014-01-09 13:27:52 queue INFO >3 [663] -2014-01-09 13:27:52 sendUrl INFO 3 [663] -2014-01-09 13:28:42 queue INFO >>3 [664] -2014-01-09 13:28:42 sendUrl INFO 3 [664] -2014-01-09 13:29:32 queue INFO >>3 [665] -2014-01-09 13:29:32 sendUrl INFO 3 [665] -2014-01-09 13:30:22 queue INFO >>3 [666] -2014-01-09 13:30:22 sendUrl INFO 3 [666] -2014-01-09 13:31:12 queue INFO >>3 [667] -2014-01-09 13:31:13 sendUrl INFO 3 [667] -2014-01-09 13:32:02 queue INFO >>3 [668] -2014-01-09 13:32:03 sendUrl INFO 3 [668] -2014-01-09 13:32:52 queue INFO >>3 [669] -2014-01-09 13:32:53 sendUrl INFO 3 [669] -2014-01-09 13:33:43 queue INFO >>3 [670] -2014-01-09 13:33:43 sendUrl INFO 3 [670] -2014-01-09 13:34:33 queue INFO >>3 [671] -2014-01-09 13:34:33 sendUrl INFO 3 [671] -2014-01-09 13:34:43 queue INFO 7 [672] -2014-01-09 13:34:44 queue INFO >7 [673] -2014-01-09 13:34:44 sendUrl INFO 7 [672] -2014-01-09 13:34:44 sendUrl INFO 7 [673] -2014-01-09 13:34:45 queue INFO 3 [674] -2014-01-09 13:34:45 queue INFO >3 [675] -2014-01-09 13:34:45 sendUrl INFO 3 [674] -2014-01-09 13:34:46 sendUrl INFO 3 [675] -2014-01-09 13:35:35 queue INFO >>3 [676] -2014-01-09 13:35:35 sendUrl INFO 3 [676] -2014-01-09 13:36:25 queue INFO >>3 [677] -2014-01-09 13:36:26 sendUrl INFO 3 [677] -2014-01-09 13:37:15 queue INFO >>3 [678] -2014-01-09 13:37:16 sendUrl INFO 3 [678] -2014-01-09 13:38:06 queue INFO >>3 [679] -2014-01-09 13:38:06 sendUrl INFO 3 [679] -2014-01-09 13:38:56 queue INFO >>3 [680] -2014-01-09 13:38:56 sendUrl INFO 3 [680] -2014-01-09 13:39:46 queue INFO >>3 [681] -2014-01-09 13:39:46 sendUrl INFO 3 [681] -2014-01-09 13:40:36 queue INFO >>3 [682] -2014-01-09 13:40:36 sendUrl INFO 3 [682] -2014-01-09 13:41:26 queue INFO >>3 [683] -2014-01-09 13:41:27 sendUrl INFO 3 [683] -2014-01-09 13:41:37 queue INFO 7 [684] -2014-01-09 13:41:37 queue INFO >7 [685] -2014-01-09 13:41:37 sendUrl INFO 7 [684] -2014-01-09 13:41:38 sendUrl INFO 7 [685] -2014-01-09 13:41:38 queue INFO 3 [686] -2014-01-09 13:41:38 queue INFO >3 [687] -2014-01-09 13:41:39 sendUrl INFO 3 [686] -2014-01-09 13:41:39 sendUrl INFO 3 [687] -2014-01-09 13:42:28 queue INFO >>3 [688] -2014-01-09 13:42:29 sendUrl INFO 3 [688] -2014-01-09 13:43:19 queue INFO >>3 [689] -2014-01-09 13:43:19 sendUrl INFO 3 [689] -2014-01-09 13:44:09 queue INFO >>3 [690] -2014-01-09 13:44:09 sendUrl INFO 3 [690] -2014-01-09 13:44:59 queue INFO >>3 [691] -2014-01-09 13:44:59 sendUrl INFO 3 [691] -2014-01-09 13:45:49 queue INFO >>3 [692] -2014-01-09 13:45:49 sendUrl INFO 3 [692] -2014-01-09 13:46:39 queue INFO >>3 [693] -2014-01-09 13:46:40 sendUrl INFO 3 [693] -2014-01-09 13:47:29 queue INFO >>3 [694] -2014-01-09 13:47:30 sendUrl INFO 3 [694] -2014-01-09 13:48:19 queue INFO >>3 [695] -2014-01-09 13:48:20 sendUrl INFO 3 [695] -2014-01-09 13:49:10 queue INFO >>3 [696] -2014-01-09 13:49:10 sendUrl INFO 3 [696] -2014-01-09 13:50:00 queue INFO >>3 [697] -2014-01-09 13:50:00 sendUrl INFO 3 [697] -2014-01-09 13:50:15 queue INFO 1 [698] -2014-01-09 13:50:16 queue INFO >1 [699] -2014-01-09 13:50:16 sendUrl INFO 1 [698] -2014-01-09 13:50:16 sendUrl INFO 1 [699] -2014-01-09 13:51:06 queue INFO >>1 [700] -2014-01-09 13:51:06 sendUrl INFO 1 [700] -2014-01-09 13:51:56 queue INFO >>1 [701] -2014-01-09 13:51:56 sendUrl INFO 1 [701] -2014-01-09 13:52:46 queue INFO >>1 [702] -2014-01-09 13:52:46 sendUrl INFO 1 [702] -2014-01-09 13:53:36 queue INFO >>1 [703] -2014-01-09 13:53:36 sendUrl INFO 1 [703] -2014-01-09 13:54:26 queue INFO >>1 [704] -2014-01-09 13:54:26 sendUrl INFO 1 [704] -2014-01-09 13:54:29 queue INFO 21 [705] -2014-01-09 13:54:29 queue INFO >21 [706] -2014-01-09 13:54:29 sendUrl INFO 21 [705] -2014-01-09 13:54:30 sendUrl INFO 21 [706] -2014-01-09 13:55:19 queue INFO >>21 [707] -2014-01-09 13:55:20 sendUrl INFO 21 [707] -2014-01-09 13:56:09 queue INFO >>21 [708] -2014-01-09 13:56:10 sendUrl INFO 21 [708] -2014-01-09 13:56:50 queue INFO 1 [709] -2014-01-09 13:56:50 queue INFO >1 [710] -2014-01-09 13:56:50 sendUrl INFO 1 [709] -2014-01-09 13:56:51 sendUrl INFO 1 [710] -2014-01-09 13:57:11 queue INFO 5 [711] -2014-01-09 13:57:11 queue INFO >5 [712] -2014-01-09 13:57:11 sendUrl INFO 5 [711] -2014-01-09 13:57:12 sendUrl INFO 5 [712] -2014-01-09 13:57:13 queue INFO 1 [713] -2014-01-09 13:57:13 queue INFO >1 [714] -2014-01-09 13:57:13 sendUrl INFO 1 [713] -2014-01-09 13:57:13 sendUrl INFO 1 [714] -2014-01-09 13:58:03 queue INFO >>1 [715] -2014-01-09 13:58:03 sendUrl INFO 1 [715] -2014-01-09 13:58:05 queue INFO 3 [716] -2014-01-09 13:58:05 sendUrl INFO 3 [716] -2014-01-09 13:58:05 queue INFO >3 [717] -2014-01-09 13:58:05 sendUrl INFO 3 [717] -2014-01-09 13:58:55 queue INFO >>3 [718] -2014-01-09 13:58:55 sendUrl INFO 3 [718] -2014-01-09 13:59:45 queue INFO >>3 [719] -2014-01-09 13:59:45 sendUrl INFO 3 [719] -2014-01-09 14:00:35 queue INFO >>3 [720] -2014-01-09 14:00:35 sendUrl INFO 3 [720] -2014-01-09 14:01:25 queue INFO >>3 [721] -2014-01-09 14:01:26 sendUrl INFO 3 [721] -2014-01-09 14:02:15 queue INFO >>3 [722] -2014-01-09 14:02:16 sendUrl INFO 3 [722] -2014-01-09 14:03:06 queue INFO >>3 [723] -2014-01-09 14:03:06 sendUrl INFO 3 [723] -2014-01-09 14:03:56 queue INFO >>3 [724] -2014-01-09 14:03:56 sendUrl INFO 3 [724] -2014-01-09 14:04:05 queue INFO 7 [725] -2014-01-09 14:04:05 queue INFO >7 [726] -2014-01-09 14:04:05 sendUrl INFO 7 [725] -2014-01-09 14:04:06 sendUrl INFO 7 [726] -2014-01-09 14:04:06 queue INFO 3 [727] -2014-01-09 14:04:07 queue INFO >3 [728] -2014-01-09 14:04:07 sendUrl INFO 3 [727] -2014-01-09 14:04:07 sendUrl INFO 3 [728] -2014-01-09 14:04:48 queue INFO 21 [729] -2014-01-09 14:04:48 queue INFO >21 [730] -2014-01-09 14:04:49 sendUrl INFO 21 [729] -2014-01-09 14:04:49 sendUrl INFO 21 [730] -2014-01-09 14:05:38 queue INFO 1 [731] -2014-01-09 14:05:38 queue INFO >1 [732] -2014-01-09 14:05:38 sendUrl INFO 1 [731] -2014-01-09 14:05:39 sendUrl INFO 1 [732] -2014-01-09 14:05:53 queue INFO 3 [733] -2014-01-09 14:05:53 queue INFO >3 [734] -2014-01-09 14:05:53 sendUrl INFO 3 [733] -2014-01-09 14:05:54 sendUrl INFO 3 [734] -2014-01-09 14:06:43 queue INFO >>3 [735] -2014-01-09 14:06:43 sendUrl INFO 3 [735] -2014-01-09 14:07:33 queue INFO >>3 [736] -2014-01-09 14:07:34 sendUrl INFO 3 [736] -2014-01-09 14:08:23 queue INFO >>3 [737] -2014-01-09 14:08:24 sendUrl INFO 3 [737] -2014-01-09 14:09:14 queue INFO >>3 [738] -2014-01-09 14:09:14 sendUrl INFO 3 [738] -2014-01-09 14:10:04 queue INFO >>3 [739] -2014-01-09 14:10:04 sendUrl INFO 3 [739] -2014-01-09 14:10:54 queue INFO >>3 [740] -2014-01-09 14:10:54 sendUrl INFO 3 [740] -2014-01-09 14:11:44 queue INFO >>3 [741] -2014-01-09 14:11:44 sendUrl INFO 3 [741] -2014-01-09 14:11:53 queue INFO 7 [742] -2014-01-09 14:11:53 queue INFO >7 [743] -2014-01-09 14:11:53 sendUrl INFO 7 [742] -2014-01-09 14:11:54 sendUrl INFO 7 [743] -2014-01-09 14:11:55 queue INFO 3 [744] -2014-01-09 14:11:55 queue INFO >3 [745] -2014-01-09 14:11:55 sendUrl INFO 3 [744] -2014-01-09 14:11:55 sendUrl INFO 3 [745] -2014-01-09 14:12:45 queue INFO >>3 [746] -2014-01-09 14:12:45 sendUrl INFO 3 [746] -2014-01-09 14:13:35 queue INFO >>3 [747] -2014-01-09 14:13:35 sendUrl INFO 3 [747] -2014-01-09 14:14:25 queue INFO >>3 [748] -2014-01-09 14:14:25 sendUrl INFO 3 [748] -2014-01-09 14:15:15 queue INFO >>3 [749] -2014-01-09 14:15:16 sendUrl INFO 3 [749] -2014-01-09 14:16:05 queue INFO >>3 [750] -2014-01-09 14:16:05 sendUrl INFO 3 [750] -2014-01-09 14:16:56 queue INFO >>3 [751] -2014-01-09 14:16:56 sendUrl INFO 3 [751] -2014-01-09 14:17:46 queue INFO >>3 [752] -2014-01-09 14:17:46 sendUrl INFO 3 [752] -2014-01-09 14:18:36 queue INFO >>3 [753] -2014-01-09 14:18:36 sendUrl INFO 3 [753] -2014-01-09 14:18:46 queue INFO 7 [754] -2014-01-09 14:18:47 queue INFO >7 [755] -2014-01-09 14:18:47 sendUrl INFO 7 [754] -2014-01-09 14:18:47 sendUrl INFO 7 [755] -2014-01-09 14:18:48 queue INFO 3 [756] -2014-01-09 14:18:48 queue INFO >3 [757] -2014-01-09 14:18:49 sendUrl INFO 3 [756] -2014-01-09 14:18:49 sendUrl INFO 3 [757] -2014-01-09 14:19:38 queue INFO >>3 [758] -2014-01-09 14:19:38 sendUrl INFO 3 [758] -2014-01-09 14:20:28 queue INFO >>3 [759] -2014-01-09 14:20:29 sendUrl INFO 3 [759] -2014-01-09 14:21:18 queue INFO >>3 [760] -2014-01-09 14:21:19 sendUrl INFO 3 [760] -2014-01-09 14:22:09 queue INFO >>3 [761] -2014-01-09 14:22:09 sendUrl INFO 3 [761] -2014-01-09 14:22:59 queue INFO >>3 [762] -2014-01-09 14:22:59 sendUrl INFO 3 [762] -2014-01-09 14:23:49 queue INFO >>3 [763] -2014-01-09 14:23:49 sendUrl INFO 3 [763] -2014-01-09 14:24:39 queue INFO >>3 [764] -2014-01-09 14:24:39 sendUrl INFO 3 [764] -2014-01-09 14:25:29 queue INFO >>3 [765] -2014-01-09 14:25:29 sendUrl INFO 3 [765] -2014-01-09 14:25:40 queue INFO 7 [766] -2014-01-09 14:25:40 queue INFO >7 [767] -2014-01-09 14:25:40 sendUrl INFO 7 [766] -2014-01-09 14:25:41 sendUrl INFO 7 [767] -2014-01-09 14:25:41 queue INFO 3 [768] -2014-01-09 14:25:42 queue INFO >3 [769] -2014-01-09 14:25:42 sendUrl INFO 3 [768] -2014-01-09 14:25:42 sendUrl INFO 3 [769] -2014-01-09 14:26:32 queue INFO >>3 [770] -2014-01-09 14:26:32 sendUrl INFO 3 [770] -2014-01-09 14:27:22 queue INFO >>3 [771] -2014-01-09 14:27:22 sendUrl INFO 3 [771] -2014-01-09 14:28:12 queue INFO >>3 [772] -2014-01-09 14:28:12 sendUrl INFO 3 [772] -2014-01-09 14:29:02 queue INFO >>3 [773] -2014-01-09 14:29:02 sendUrl INFO 3 [773] -2014-01-09 14:29:52 queue INFO >>3 [774] -2014-01-09 14:29:52 sendUrl INFO 3 [774] -2014-01-09 14:30:42 queue INFO >>3 [775] -2014-01-09 14:30:43 sendUrl INFO 3 [775] -2014-01-09 14:31:32 queue INFO >>3 [776] -2014-01-09 14:31:33 sendUrl INFO 3 [776] -2014-01-09 14:32:23 queue INFO >>3 [777] -2014-01-09 14:32:23 sendUrl INFO 3 [777] -2014-01-09 14:33:13 queue INFO >>3 [778] -2014-01-09 14:33:13 sendUrl INFO 3 [778] -2014-01-09 14:34:03 queue INFO >>3 [779] -2014-01-09 14:34:03 sendUrl INFO 3 [779] -2014-01-09 14:34:19 queue INFO 1 [780] -2014-01-09 14:34:19 queue INFO >1 [781] -2014-01-09 14:34:19 sendUrl INFO 1 [780] -2014-01-09 14:34:19 sendUrl INFO 1 [781] -2014-01-09 14:35:09 queue INFO >>1 [782] -2014-01-09 14:35:09 sendUrl INFO 1 [782] -2014-01-09 14:35:59 queue INFO >>1 [783] -2014-01-09 14:35:59 sendUrl INFO 1 [783] -2014-01-09 14:36:49 queue INFO >>1 [784] -2014-01-09 14:36:49 sendUrl INFO 1 [784] -2014-01-09 14:37:39 queue INFO >>1 [785] -2014-01-09 14:37:40 sendUrl INFO 1 [785] -2014-01-09 14:38:29 queue INFO >>1 [786] -2014-01-09 14:38:29 sendUrl INFO 1 [786] -2014-01-09 14:39:19 queue INFO >>1 [787] -2014-01-09 14:39:20 sendUrl INFO 1 [787] -2014-01-09 14:40:10 queue INFO >>1 [788] -2014-01-09 14:40:10 sendUrl INFO 1 [788] -2014-01-09 14:41:00 queue INFO >>1 [789] -2014-01-09 14:41:00 sendUrl INFO 1 [789] -2014-01-09 14:41:50 queue INFO >>1 [790] -2014-01-09 14:41:50 sendUrl INFO 1 [790] -2014-01-09 14:42:01 queue INFO 21 [791] -2014-01-09 14:42:01 queue INFO >21 [792] -2014-01-09 14:42:01 sendUrl INFO 21 [791] -2014-01-09 14:42:02 sendUrl INFO 21 [792] -2014-01-09 14:42:22 queue INFO 1 [793] -2014-01-09 14:42:23 queue INFO >1 [794] -2014-01-09 14:42:23 sendUrl INFO 1 [793] -2014-01-09 14:42:23 sendUrl INFO 1 [794] -2014-01-09 14:43:13 queue INFO >>1 [795] -2014-01-09 14:43:13 sendUrl INFO 1 [795] -2014-01-09 14:44:03 queue INFO >>1 [796] -2014-01-09 14:44:03 sendUrl INFO 1 [796] -2014-01-09 14:44:42 queue INFO 21 [797] -2014-01-09 14:44:43 queue INFO >21 [798] -2014-01-09 14:44:43 sendUrl INFO 21 [797] -2014-01-09 14:44:43 sendUrl INFO 21 [798] -2014-01-09 14:45:27 queue INFO 1 [799] -2014-01-09 14:45:27 queue INFO >1 [800] -2014-01-09 14:45:27 sendUrl INFO 1 [799] -2014-01-09 14:45:28 sendUrl INFO 1 [800] -2014-01-09 14:45:53 queue INFO 5 [801] -2014-01-09 14:45:53 queue INFO >5 [802] -2014-01-09 14:45:53 sendUrl INFO 5 [801] -2014-01-09 14:45:53 sendUrl INFO 5 [802] -2014-01-09 14:45:54 queue INFO 1 [803] -2014-01-09 14:45:54 queue INFO >1 [804] -2014-01-09 14:45:54 sendUrl INFO 1 [803] -2014-01-09 14:45:55 sendUrl INFO 1 [804] -2014-01-09 14:46:44 queue INFO >>1 [805] -2014-01-09 14:46:45 sendUrl INFO 1 [805] -2014-01-09 14:46:46 queue INFO 3 [806] -2014-01-09 14:46:46 queue INFO >3 [807] -2014-01-09 14:46:47 sendUrl INFO 3 [806] -2014-01-09 14:46:47 sendUrl INFO 3 [807] -2014-01-09 14:47:36 queue INFO >>3 [808] -2014-01-09 14:47:37 sendUrl INFO 3 [808] -2014-01-09 14:48:27 queue INFO >>3 [809] -2014-01-09 14:48:27 sendUrl INFO 3 [809] -2014-01-09 14:49:17 queue INFO >>3 [810] -2014-01-09 14:49:17 sendUrl INFO 3 [810] -2014-01-09 14:50:07 queue INFO >>3 [811] -2014-01-09 14:50:07 sendUrl INFO 3 [811] -2014-01-09 14:50:57 queue INFO >>3 [812] -2014-01-09 14:50:57 sendUrl INFO 3 [812] -2014-01-09 14:51:47 queue INFO >>3 [813] -2014-01-09 14:51:48 sendUrl INFO 3 [813] -2014-01-09 14:52:37 queue INFO >>3 [814] -2014-01-09 14:52:38 sendUrl INFO 3 [814] -2014-01-09 14:52:46 queue INFO 7 [815] -2014-01-09 14:52:47 queue INFO >7 [816] -2014-01-09 14:52:47 sendUrl INFO 7 [815] -2014-01-09 14:52:47 sendUrl INFO 7 [816] -2014-01-09 14:52:48 queue INFO 3 [817] -2014-01-09 14:52:48 queue INFO >3 [818] -2014-01-09 14:52:48 sendUrl INFO 3 [817] -2014-01-09 14:52:49 sendUrl INFO 3 [818] -2014-01-09 14:53:38 queue INFO >>3 [819] -2014-01-09 14:53:38 sendUrl INFO 3 [819] -2014-01-09 14:54:28 queue INFO >>3 [820] -2014-01-09 14:54:29 sendUrl INFO 3 [820] -2014-01-09 14:55:18 queue INFO >>3 [821] -2014-01-09 14:55:19 sendUrl INFO 3 [821] -2014-01-09 14:56:09 queue INFO >>3 [822] -2014-01-09 14:56:09 sendUrl INFO 3 [822] -2014-01-09 14:56:59 queue INFO >>3 [823] -2014-01-09 14:56:59 sendUrl INFO 3 [823] -2014-01-09 14:57:49 queue INFO >>3 [824] -2014-01-09 14:57:49 sendUrl INFO 3 [824] -2014-01-09 14:58:39 queue INFO >>3 [825] -2014-01-09 14:58:39 sendUrl INFO 3 [825] -2014-01-09 14:59:29 queue INFO >>3 [826] -2014-01-09 14:59:29 sendUrl INFO 3 [826] -2014-01-09 14:59:40 queue INFO 7 [827] -2014-01-09 14:59:40 queue INFO >7 [828] -2014-01-09 14:59:40 sendUrl INFO 7 [827] -2014-01-09 14:59:41 sendUrl INFO 7 [828] -2014-01-09 14:59:42 queue INFO 3 [829] -2014-01-09 14:59:42 queue INFO >3 [830] -2014-01-09 14:59:42 sendUrl INFO 3 [829] -2014-01-09 14:59:42 sendUrl INFO 3 [830] -2014-01-09 15:00:32 queue INFO >>3 [831] -2014-01-09 15:00:32 sendUrl INFO 3 [831] -2014-01-09 15:01:22 queue INFO >>3 [832] -2014-01-09 15:01:22 sendUrl INFO 3 [832] -2014-01-09 15:02:12 queue INFO >>3 [833] -2014-01-09 15:02:12 sendUrl INFO 3 [833] -2014-01-09 15:03:02 queue INFO >>3 [834] -2014-01-09 15:03:02 sendUrl INFO 3 [834] -2014-01-09 15:03:52 queue INFO >>3 [835] -2014-01-09 15:03:53 sendUrl INFO 3 [835] -2014-01-09 15:04:42 queue INFO >>3 [836] -2014-01-09 15:04:43 sendUrl INFO 3 [836] -2014-01-09 15:05:33 queue INFO >>3 [837] -2014-01-09 15:05:33 sendUrl INFO 3 [837] -2014-01-09 15:06:23 queue INFO >>3 [838] -2014-01-09 15:06:23 sendUrl INFO 3 [838] -2014-01-09 15:06:33 queue INFO 7 [839] -2014-01-09 15:06:34 sendUrl INFO 7 [839] -2014-01-09 15:06:34 queue INFO >7 [840] -2014-01-09 15:06:34 sendUrl INFO 7 [840] -2014-01-09 15:06:35 queue INFO 3 [841] -2014-01-09 15:06:35 queue INFO >3 [842] -2014-01-09 15:06:36 sendUrl INFO 3 [841] -2014-01-09 15:06:36 sendUrl INFO 3 [842] -2014-01-09 15:07:25 queue INFO >>3 [843] -2014-01-09 15:07:26 sendUrl INFO 3 [843] -2014-01-09 15:08:15 queue INFO >>3 [844] -2014-01-09 15:08:16 sendUrl INFO 3 [844] -2014-01-09 15:09:06 queue INFO >>3 [845] -2014-01-09 15:09:06 sendUrl INFO 3 [845] -2014-01-09 15:09:56 queue INFO >>3 [846] -2014-01-09 15:09:56 sendUrl INFO 3 [846] -2014-01-09 15:10:46 queue INFO >>3 [847] -2014-01-09 15:10:46 sendUrl INFO 3 [847] -2014-01-09 15:11:36 queue INFO >>3 [848] -2014-01-09 15:11:36 sendUrl INFO 3 [848] -2014-01-09 15:12:26 queue INFO >>3 [849] -2014-01-09 15:12:27 sendUrl INFO 3 [849] -2014-01-09 15:13:16 queue INFO >>3 [850] -2014-01-09 15:13:17 sendUrl INFO 3 [850] -2014-01-09 15:13:27 queue INFO 7 [851] -2014-01-09 15:13:27 queue INFO >7 [852] -2014-01-09 15:13:27 sendUrl INFO 7 [851] -2014-01-09 15:13:28 sendUrl INFO 7 [852] -2014-01-09 15:13:29 queue INFO 3 [853] -2014-01-09 15:13:29 queue INFO >3 [854] -2014-01-09 15:13:29 sendUrl INFO 3 [853] -2014-01-09 15:13:29 sendUrl INFO 3 [854] -2014-01-09 15:14:19 queue INFO >>3 [855] -2014-01-09 15:14:19 sendUrl INFO 3 [855] -2014-01-09 15:15:09 queue INFO >>3 [856] -2014-01-09 15:15:09 sendUrl INFO 3 [856] -2014-01-09 15:15:59 queue INFO >>3 [857] -2014-01-09 15:15:59 sendUrl INFO 3 [857] -2014-01-09 15:16:49 queue INFO >>3 [858] -2014-01-09 15:16:49 sendUrl INFO 3 [858] -2014-01-09 15:17:39 queue INFO >>3 [859] -2014-01-09 15:17:40 sendUrl INFO 3 [859] -2014-01-09 15:18:29 queue INFO >>3 [860] -2014-01-09 15:18:30 sendUrl INFO 3 [860] -2014-01-09 15:19:20 queue INFO >>3 [861] -2014-01-09 15:19:20 sendUrl INFO 3 [861] -2014-01-09 15:20:10 queue INFO >>3 [862] -2014-01-09 15:20:10 sendUrl INFO 3 [862] -2014-01-09 15:21:00 queue INFO >>3 [863] -2014-01-09 15:21:00 sendUrl INFO 3 [863] -2014-01-09 15:21:50 queue INFO >>3 [864] -2014-01-09 15:21:50 sendUrl INFO 3 [864] -2014-01-09 15:22:06 queue INFO 1 [865] -2014-01-09 15:22:06 queue INFO >1 [866] -2014-01-09 15:22:06 sendUrl INFO 1 [865] -2014-01-09 15:22:06 sendUrl INFO 1 [866] -2014-01-09 15:22:46 queue INFO 21 [867] -2014-01-09 15:22:47 sendUrl INFO 21 [867] -2014-01-09 15:22:47 queue INFO >21 [868] -2014-01-09 15:22:47 sendUrl INFO 21 [868] -2014-01-09 15:23:37 queue INFO >>21 [869] -2014-01-09 15:23:37 sendUrl INFO 21 [869] -2014-01-09 15:24:12 queue INFO 1 [870] -2014-01-09 15:24:12 queue INFO >1 [871] -2014-01-09 15:24:12 sendUrl INFO 1 [870] -2014-01-09 15:24:13 sendUrl INFO 1 [871] -2014-01-09 15:24:33 queue INFO 5 [872] -2014-01-09 15:24:34 queue INFO >5 [873] -2014-01-09 15:24:34 sendUrl INFO 5 [872] -2014-01-09 15:24:34 sendUrl INFO 5 [873] -2014-01-09 15:24:35 queue INFO 1 [874] -2014-01-09 15:24:35 queue INFO >1 [875] -2014-01-09 15:24:35 sendUrl INFO 1 [874] -2014-01-09 15:24:36 sendUrl INFO 1 [875] -2014-01-09 15:25:25 queue INFO >>1 [876] -2014-01-09 15:25:26 sendUrl INFO 1 [876] -2014-01-09 15:25:27 queue INFO 3 [877] -2014-01-09 15:25:27 queue INFO >3 [878] -2014-01-09 15:25:27 sendUrl INFO 3 [877] -2014-01-09 15:25:28 sendUrl INFO 3 [878] -2014-01-09 15:26:17 queue INFO >>3 [879] -2014-01-09 15:26:18 sendUrl INFO 3 [879] -2014-01-09 15:27:07 queue INFO >>3 [880] -2014-01-09 15:27:07 sendUrl INFO 3 [880] -2014-01-09 15:27:57 queue INFO >>3 [881] -2014-01-09 15:27:58 sendUrl INFO 3 [881] -2014-01-09 15:28:48 queue INFO >>3 [882] -2014-01-09 15:28:48 sendUrl INFO 3 [882] -2014-01-09 15:29:38 queue INFO >>3 [883] -2014-01-09 15:29:38 sendUrl INFO 3 [883] -2014-01-09 15:30:28 queue INFO >>3 [884] -2014-01-09 15:30:28 sendUrl INFO 3 [884] -2014-01-09 15:31:18 queue INFO >>3 [885] -2014-01-09 15:31:19 sendUrl INFO 3 [885] -2014-01-09 15:31:27 queue INFO 7 [886] -2014-01-09 15:31:27 queue INFO >7 [887] -2014-01-09 15:31:28 sendUrl INFO 7 [886] -2014-01-09 15:31:28 sendUrl INFO 7 [887] -2014-01-09 15:31:29 queue INFO 3 [888] -2014-01-09 15:31:29 queue INFO >3 [889] -2014-01-09 15:31:29 sendUrl INFO 3 [888] -2014-01-09 15:31:30 sendUrl INFO 3 [889] -2014-01-09 15:32:19 queue INFO >>3 [890] -2014-01-09 15:32:19 sendUrl INFO 3 [890] -2014-01-09 15:33:09 queue INFO >>3 [891] -2014-01-09 15:33:09 sendUrl INFO 3 [891] -2014-01-09 15:33:59 queue INFO >>3 [892] -2014-01-09 15:34:00 sendUrl INFO 3 [892] -2014-01-09 15:34:50 queue INFO >>3 [893] -2014-01-09 15:34:50 sendUrl INFO 3 [893] -2014-01-09 15:35:40 queue INFO >>3 [894] -2014-01-09 15:35:40 sendUrl INFO 3 [894] -2014-01-09 15:36:30 queue INFO >>3 [895] -2014-01-09 15:36:30 sendUrl INFO 3 [895] -2014-01-09 15:36:57 queue INFO 1 [896] -2014-01-09 15:36:57 sendUrl INFO 1 [896] -2014-01-09 15:36:57 queue INFO >1 [897] -2014-01-09 15:36:57 sendUrl INFO 1 [897] -2014-01-09 15:37:47 queue INFO >>1 [898] -2014-01-09 15:37:47 sendUrl INFO 1 [898] -2014-01-09 15:38:37 queue INFO >>1 [899] -2014-01-09 15:38:37 sendUrl INFO 1 [899] -2014-01-09 15:38:51 queue INFO 21 [900] -2014-01-09 15:38:52 sendUrl INFO 21 [900] -2014-01-09 15:38:52 queue INFO 1 [901] -2014-01-09 15:38:52 queue INFO >1 [902] -2014-01-09 15:38:52 sendUrl INFO 1 [901] -2014-01-09 15:38:53 sendUrl INFO 1 [902] -2014-01-09 15:39:14 queue INFO 5 [903] -2014-01-09 15:39:15 queue INFO >5 [904] -2014-01-09 15:39:15 sendUrl INFO 5 [903] -2014-01-09 15:39:15 sendUrl INFO 5 [904] -2014-01-09 15:39:16 queue INFO 1 [905] -2014-01-09 15:39:16 queue INFO >1 [906] -2014-01-09 15:39:16 sendUrl INFO 1 [905] -2014-01-09 15:39:17 sendUrl INFO 1 [906] -2014-01-09 15:40:06 queue INFO >>1 [907] -2014-01-09 15:40:07 sendUrl INFO 1 [907] -2014-01-09 15:40:08 queue INFO 3 [908] -2014-01-09 15:40:08 queue INFO >3 [909] -2014-01-09 15:40:08 sendUrl INFO 3 [908] -2014-01-09 15:40:09 sendUrl INFO 3 [909] -2014-01-09 15:40:58 queue INFO >>3 [910] -2014-01-09 15:40:58 sendUrl INFO 3 [910] -2014-01-09 15:41:48 queue INFO >>3 [911] -2014-01-09 15:41:49 sendUrl INFO 3 [911] -2014-01-09 15:42:38 queue INFO >>3 [912] -2014-01-09 15:42:39 sendUrl INFO 3 [912] -2014-01-09 15:43:29 queue INFO >>3 [913] -2014-01-09 15:43:29 sendUrl INFO 3 [913] -2014-01-09 15:44:19 queue INFO >>3 [914] -2014-01-09 15:44:19 sendUrl INFO 3 [914] -2014-01-09 15:45:09 queue INFO >>3 [915] -2014-01-09 15:45:09 sendUrl INFO 3 [915] -2014-01-09 15:45:59 queue INFO >>3 [916] -2014-01-09 15:45:59 sendUrl INFO 3 [916] -2014-01-09 15:46:49 queue INFO >>3 [917] -2014-01-09 15:46:49 sendUrl INFO 3 [917] -2014-01-09 15:47:39 queue INFO >>3 [918] -2014-01-09 15:47:40 sendUrl INFO 3 [918] -2014-01-09 15:48:29 queue INFO >>3 [919] -2014-01-09 15:48:30 sendUrl INFO 3 [919] -2014-01-09 15:49:20 queue INFO >>3 [920] -2014-01-09 15:49:20 sendUrl INFO 3 [920] -2014-01-09 15:50:10 queue INFO >>3 [921] -2014-01-09 15:50:10 sendUrl INFO 3 [921] -2014-01-09 15:51:00 queue INFO >>3 [922] -2014-01-09 15:51:00 sendUrl INFO 3 [922] -2014-01-09 15:51:50 queue INFO >>3 [923] -2014-01-09 15:51:50 sendUrl INFO 3 [923] -2014-01-09 15:52:40 queue INFO >>3 [924] -2014-01-09 15:52:41 sendUrl INFO 3 [924] -2014-01-09 15:52:46 queue INFO 1 [925] -2014-01-09 15:52:47 queue INFO >1 [926] -2014-01-09 15:52:47 sendUrl INFO 1 [925] -2014-01-09 15:52:47 sendUrl INFO 1 [926] -2014-01-09 15:52:47 queue INFO 21 [927] -2014-01-09 15:52:48 queue INFO >21 [928] -2014-01-09 15:52:48 sendUrl INFO 21 [927] -2014-01-09 15:52:48 sendUrl INFO 21 [928] -2014-01-09 15:53:38 queue INFO >>21 [929] -2014-01-09 15:53:38 sendUrl INFO 21 [929] -2014-01-09 15:54:28 queue INFO >>21 [930] -2014-01-09 15:54:28 sendUrl INFO 21 [930] -2014-01-09 15:55:18 queue INFO >>21 [931] -2014-01-09 15:55:18 sendUrl INFO 21 [931] -2014-01-09 15:56:08 queue INFO >>21 [932] -2014-01-09 15:56:09 sendUrl INFO 21 [932] -2014-01-09 15:56:58 queue INFO >>21 [933] -2014-01-09 15:56:58 sendUrl INFO 21 [933] -2014-01-09 15:57:48 queue INFO >>21 [934] -2014-01-09 15:57:49 sendUrl INFO 21 [934] -2014-01-09 15:58:29 queue INFO 1 [935] -2014-01-09 15:58:29 queue INFO >1 [936] -2014-01-09 15:58:30 sendUrl INFO 1 [935] -2014-01-09 15:58:30 sendUrl INFO 1 [936] -2014-01-09 15:58:47 queue INFO 5 [937] -2014-01-09 15:58:47 sendUrl INFO 5 [937] -2014-01-09 15:58:47 queue INFO >5 [938] -2014-01-09 15:58:48 sendUrl INFO 5 [938] -2014-01-09 15:58:49 queue INFO 1 [939] -2014-01-09 15:58:49 queue INFO >1 [940] -2014-01-09 15:58:49 sendUrl INFO 1 [939] -2014-01-09 15:58:50 sendUrl INFO 1 [940] -2014-01-09 15:59:39 queue INFO >>1 [941] -2014-01-09 15:59:39 sendUrl INFO 1 [941] -2014-01-09 15:59:40 queue INFO 3 [942] -2014-01-09 15:59:41 queue INFO >3 [943] -2014-01-09 15:59:41 sendUrl INFO 3 [942] -2014-01-09 15:59:41 sendUrl INFO 3 [943] -2014-01-09 16:00:31 queue INFO >>3 [944] -2014-01-09 16:00:31 sendUrl INFO 3 [944] -2014-01-09 16:01:21 queue INFO >>3 [945] -2014-01-09 16:01:21 sendUrl INFO 3 [945] -2014-01-09 16:02:11 queue INFO >>3 [946] -2014-01-09 16:02:11 sendUrl INFO 3 [946] -2014-01-09 16:03:01 queue INFO >>3 [947] -2014-01-09 16:03:01 sendUrl INFO 3 [947] -2014-01-09 16:03:51 queue INFO >>3 [948] -2014-01-09 16:03:52 sendUrl INFO 3 [948] -2014-01-09 16:04:41 queue INFO >>3 [949] -2014-01-09 16:04:42 sendUrl INFO 3 [949] -2014-01-09 16:05:32 queue INFO >>3 [950] -2014-01-09 16:05:32 sendUrl INFO 3 [950] -2014-01-09 16:06:22 queue INFO >>3 [951] -2014-01-09 16:06:22 sendUrl INFO 3 [951] -2014-01-09 16:07:12 queue INFO >>3 [952] -2014-01-09 16:07:12 sendUrl INFO 3 [952] -2014-01-09 16:08:02 queue INFO >>3 [953] -2014-01-09 16:08:02 sendUrl INFO 3 [953] -2014-01-09 16:08:13 queue INFO 1 [954] -2014-01-09 16:08:13 queue INFO >1 [955] -2014-01-09 16:08:13 sendUrl INFO 1 [954] -2014-01-09 16:08:14 queue INFO 21 [956] -2014-01-09 16:08:14 sendUrl INFO 1 [955] -2014-01-09 16:08:14 queue INFO >21 [957] -2014-01-09 16:08:14 sendUrl INFO 21 [956] -2014-01-09 16:08:15 sendUrl INFO 21 [957] -2014-01-09 16:08:57 queue INFO 1 [958] -2014-01-09 16:08:58 queue INFO >1 [959] -2014-01-09 16:08:58 sendUrl INFO 1 [958] -2014-01-09 16:08:58 sendUrl INFO 1 [959] -2014-01-09 16:09:23 queue INFO 5 [960] -2014-01-09 16:09:23 queue INFO >5 [961] -2014-01-09 16:09:23 sendUrl INFO 5 [960] -2014-01-09 16:09:24 sendUrl INFO 5 [961] -2014-01-09 16:09:25 queue INFO 1 [962] -2014-01-09 16:09:25 queue INFO >1 [963] -2014-01-09 16:09:25 sendUrl INFO 1 [962] -2014-01-09 16:09:25 sendUrl INFO 1 [963] -2014-01-09 16:10:15 queue INFO >>1 [964] -2014-01-09 16:10:15 sendUrl INFO 1 [964] -2014-01-09 16:10:17 queue INFO 3 [965] -2014-01-09 16:10:17 queue INFO >3 [966] -2014-01-09 16:10:17 sendUrl INFO 3 [965] -2014-01-09 16:10:18 sendUrl INFO 3 [966] -2014-01-09 16:11:07 queue INFO >>3 [967] -2014-01-09 16:11:07 sendUrl INFO 3 [967] -2014-01-09 16:11:57 queue INFO >>3 [968] -2014-01-09 16:11:57 sendUrl INFO 3 [968] -2014-01-09 16:12:47 queue INFO >>3 [969] -2014-01-09 16:12:48 sendUrl INFO 3 [969] -2014-01-09 16:13:37 queue INFO >>3 [970] -2014-01-09 16:13:38 sendUrl INFO 3 [970] -2014-01-09 16:14:28 queue INFO >>3 [971] -2014-01-09 16:14:28 sendUrl INFO 3 [971] -2014-01-09 16:15:18 queue INFO >>3 [972] -2014-01-09 16:15:18 sendUrl INFO 3 [972] -2014-01-09 16:16:08 queue INFO >>3 [973] -2014-01-09 16:16:08 sendUrl INFO 3 [973] -2014-01-09 16:16:17 queue INFO 7 [974] -2014-01-09 16:16:17 queue INFO >7 [975] -2014-01-09 16:16:17 sendUrl INFO 7 [974] -2014-01-09 16:16:18 sendUrl INFO 7 [975] -2014-01-09 16:16:19 queue INFO 3 [976] -2014-01-09 16:16:19 sendUrl INFO 3 [976] -2014-01-09 16:16:19 queue INFO >3 [977] -2014-01-09 16:16:19 sendUrl INFO 3 [977] -2014-01-09 16:17:09 queue INFO >>3 [978] -2014-01-09 16:17:09 sendUrl INFO 3 [978] -2014-01-09 16:17:59 queue INFO >>3 [979] -2014-01-09 16:17:59 sendUrl INFO 3 [979] -2014-01-09 16:18:49 queue INFO >>3 [980] -2014-01-09 16:18:49 sendUrl INFO 3 [980] -2014-01-09 16:19:39 queue INFO >>3 [981] -2014-01-09 16:19:40 sendUrl INFO 3 [981] -2014-01-09 16:20:29 queue INFO >>3 [982] -2014-01-09 16:20:30 sendUrl INFO 3 [982] -2014-01-09 16:21:19 queue INFO >>3 [983] -2014-01-09 16:21:20 sendUrl INFO 3 [983] -2014-01-09 16:22:10 queue INFO >>3 [984] -2014-01-09 16:22:10 sendUrl INFO 3 [984] -2014-01-09 16:23:00 queue INFO >>3 [985] -2014-01-09 16:23:00 sendUrl INFO 3 [985] -2014-01-09 16:23:11 queue INFO 7 [986] -2014-01-09 16:23:11 queue INFO >7 [987] -2014-01-09 16:23:11 sendUrl INFO 7 [986] -2014-01-09 16:23:11 sendUrl INFO 7 [987] -2014-01-09 16:23:12 queue INFO 3 [988] -2014-01-09 16:23:12 queue INFO >3 [989] -2014-01-09 16:23:12 sendUrl INFO 3 [988] -2014-01-09 16:23:13 sendUrl INFO 3 [989] -2014-01-09 16:24:02 queue INFO >>3 [990] -2014-01-09 16:24:03 sendUrl INFO 3 [990] -2014-01-09 16:24:53 queue INFO >>3 [991] -2014-01-09 16:24:53 sendUrl INFO 3 [991] -2014-01-09 16:25:43 queue INFO >>3 [992] -2014-01-09 16:25:43 sendUrl INFO 3 [992] -2014-01-09 16:26:33 queue INFO >>3 [993] -2014-01-09 16:26:33 sendUrl INFO 3 [993] -2014-01-09 16:27:23 queue INFO >>3 [994] -2014-01-09 16:27:23 sendUrl INFO 3 [994] -2014-01-09 16:28:13 queue INFO >>3 [995] -2014-01-09 16:28:13 sendUrl INFO 3 [995] -2014-01-09 16:29:03 queue INFO >>3 [996] -2014-01-09 16:29:04 sendUrl INFO 3 [996] -2014-01-09 16:29:53 queue INFO >>3 [997] -2014-01-09 16:29:54 sendUrl INFO 3 [997] -2014-01-09 16:30:04 queue INFO 7 [998] -2014-01-09 16:30:04 sendUrl INFO 7 [998] -2014-01-09 16:30:04 queue INFO >7 [999] -2014-01-09 16:30:05 sendUrl INFO 7 [999] -2014-01-09 16:30:06 queue INFO 3 [0] -2014-01-09 16:30:06 queue INFO >3 [1] -2014-01-09 16:30:06 sendUrl INFO 3 [0] -2014-01-09 16:30:07 sendUrl INFO 3 [1] -2014-01-09 16:30:56 queue INFO >>3 [2] -2014-01-09 16:30:56 sendUrl INFO 3 [2] -2014-01-09 16:31:46 queue INFO >>3 [3] -2014-01-09 16:31:46 sendUrl INFO 3 [3] -2014-01-09 16:32:36 queue INFO >>3 [4] -2014-01-09 16:32:37 sendUrl INFO 3 [4] -2014-01-09 16:33:26 queue INFO >>3 [5] -2014-01-09 16:33:27 sendUrl INFO 3 [5] -2014-01-09 16:34:16 queue INFO >>3 [6] -2014-01-09 16:34:17 sendUrl INFO 3 [6] -2014-01-09 16:35:07 queue INFO >>3 [7] -2014-01-09 16:35:07 sendUrl INFO 3 [7] -2014-01-09 16:35:57 queue INFO >>3 [8] -2014-01-09 16:35:57 sendUrl INFO 3 [8] -2014-01-09 16:36:47 queue INFO >>3 [9] -2014-01-09 16:36:47 sendUrl INFO 3 [9] -2014-01-09 16:36:58 queue INFO 7 [10] -2014-01-09 16:36:58 queue INFO >7 [11] -2014-01-09 16:36:58 sendUrl INFO 7 [10] -2014-01-09 16:36:58 sendUrl INFO 7 [11] -2014-01-09 16:36:59 queue INFO 3 [12] -2014-01-09 16:36:59 queue INFO >3 [13] -2014-01-09 16:36:59 sendUrl INFO 3 [12] -2014-01-09 16:37:00 sendUrl INFO 3 [13] -2014-01-09 16:37:49 queue INFO >>3 [14] -2014-01-09 16:37:50 sendUrl INFO 3 [14] -2014-01-09 16:38:39 queue INFO >>3 [15] -2014-01-09 16:38:40 sendUrl INFO 3 [15] -2014-01-09 16:39:30 queue INFO >>3 [16] -2014-01-09 16:39:30 sendUrl INFO 3 [16] -2014-01-09 16:40:20 queue INFO >>3 [17] -2014-01-09 16:40:20 sendUrl INFO 3 [17] -2014-01-09 16:41:10 queue INFO >>3 [18] -2014-01-09 16:41:10 sendUrl INFO 3 [18] -2014-01-09 16:42:00 queue INFO >>3 [19] -2014-01-09 16:42:00 sendUrl INFO 3 [19] -2014-01-09 16:42:50 queue INFO >>3 [20] -2014-01-09 16:42:51 sendUrl INFO 3 [20] -2014-01-09 16:43:40 queue INFO >>3 [21] -2014-01-09 16:43:41 sendUrl INFO 3 [21] -2014-01-09 16:43:52 queue INFO 7 [22] -2014-01-09 16:43:52 queue INFO >7 [23] -2014-01-09 16:43:52 sendUrl INFO 7 [22] -2014-01-09 16:43:53 sendUrl INFO 7 [23] -2014-01-09 16:43:53 queue INFO 3 [24] -2014-01-09 16:43:54 queue INFO >3 [25] -2014-01-09 16:43:54 sendUrl INFO 3 [24] -2014-01-09 16:43:54 sendUrl INFO 3 [25] -2014-01-09 16:44:44 queue INFO >>3 [26] -2014-01-09 16:44:44 sendUrl INFO 3 [26] -2014-01-09 16:45:34 queue INFO >>3 [27] -2014-01-09 16:45:34 sendUrl INFO 3 [27] -2014-01-09 16:46:24 queue INFO >>3 [28] -2014-01-09 16:46:24 sendUrl INFO 3 [28] -2014-01-09 16:47:14 queue INFO >>3 [29] -2014-01-09 16:47:15 sendUrl INFO 3 [29] -2014-01-09 16:48:04 queue INFO >>3 [30] -2014-01-09 16:48:04 sendUrl INFO 3 [30] -2014-01-09 16:48:54 queue INFO >>3 [31] -2014-01-09 16:48:55 sendUrl INFO 3 [31] -2014-01-09 16:49:45 queue INFO >>3 [32] -2014-01-09 16:49:45 sendUrl INFO 3 [32] -2014-01-09 16:50:35 queue INFO >>3 [33] -2014-01-09 16:50:35 sendUrl INFO 3 [33] -2014-01-09 16:50:46 queue INFO 7 [34] -2014-01-09 16:50:46 queue INFO >7 [35] -2014-01-09 16:50:46 sendUrl INFO 7 [34] -2014-01-09 16:50:46 sendUrl INFO 7 [35] -2014-01-09 16:50:47 queue INFO 3 [36] -2014-01-09 16:50:47 sendUrl INFO 3 [36] -2014-01-09 16:50:48 queue INFO >3 [37] -2014-01-09 16:50:48 sendUrl INFO 3 [37] -2014-01-09 16:51:37 queue INFO >>3 [38] -2014-01-09 16:51:38 sendUrl INFO 3 [38] -2014-01-09 16:52:28 queue INFO >>3 [39] -2014-01-09 16:52:28 sendUrl INFO 3 [39] -2014-01-09 16:53:18 queue INFO >>3 [40] -2014-01-09 16:53:18 sendUrl INFO 3 [40] -2014-01-09 16:54:08 queue INFO >>3 [41] -2014-01-09 16:54:08 sendUrl INFO 3 [41] -2014-01-09 16:54:58 queue INFO >>3 [42] -2014-01-09 16:54:59 sendUrl INFO 3 [42] -2014-01-09 16:55:48 queue INFO >>3 [43] -2014-01-09 16:55:48 sendUrl INFO 3 [43] -2014-01-09 16:56:38 queue INFO >>3 [44] -2014-01-09 16:56:39 sendUrl INFO 3 [44] -2014-01-09 16:57:29 queue INFO >>3 [45] -2014-01-09 16:57:29 sendUrl INFO 3 [45] -2014-01-09 16:57:39 queue INFO 7 [46] -2014-01-09 16:57:40 queue INFO >7 [47] -2014-01-09 16:57:40 sendUrl INFO 7 [46] -2014-01-09 16:57:40 sendUrl INFO 7 [47] -2014-01-09 16:57:41 queue INFO 3 [48] -2014-01-09 16:57:41 queue INFO >3 [49] -2014-01-09 16:57:41 sendUrl INFO 3 [48] -2014-01-09 16:57:42 sendUrl INFO 3 [49] -2014-01-09 16:58:31 queue INFO >>3 [50] -2014-01-09 16:58:31 sendUrl INFO 3 [50] -2014-01-09 16:59:21 queue INFO >>3 [51] -2014-01-09 16:59:21 sendUrl INFO 3 [51] -2014-01-09 17:00:11 queue INFO >>3 [52] -2014-01-09 17:00:12 sendUrl INFO 3 [52] -2014-01-09 17:01:01 queue INFO >>3 [53] -2014-01-09 17:01:02 sendUrl INFO 3 [53] -2014-01-09 17:01:52 queue INFO >>3 [54] -2014-01-09 17:01:52 sendUrl INFO 3 [54] -2014-01-09 17:02:42 queue INFO >>3 [55] -2014-01-09 17:02:42 sendUrl INFO 3 [55] -2014-01-09 17:03:32 queue INFO >>3 [56] -2014-01-09 17:03:32 sendUrl INFO 3 [56] -2014-01-09 17:04:22 queue INFO >>3 [57] -2014-01-09 17:04:22 sendUrl INFO 3 [57] -2014-01-09 17:04:33 queue INFO 7 [58] -2014-01-09 17:04:33 sendUrl INFO 7 [58] -2014-01-09 17:04:33 queue INFO >7 [59] -2014-01-09 17:04:33 sendUrl INFO 7 [59] -2014-01-09 17:04:34 queue INFO 3 [60] -2014-01-09 17:04:35 queue INFO >3 [61] -2014-01-09 17:04:35 sendUrl INFO 3 [60] -2014-01-09 17:04:35 sendUrl INFO 3 [61] -2014-01-09 17:05:25 queue INFO >>3 [62] -2014-01-09 17:05:25 sendUrl INFO 3 [62] -2014-01-09 17:06:15 queue INFO >>3 [63] -2014-01-09 17:06:15 sendUrl INFO 3 [63] -2014-01-09 17:07:05 queue INFO >>3 [64] -2014-01-09 17:07:05 sendUrl INFO 3 [64] -2014-01-09 17:07:55 queue INFO >>3 [65] -2014-01-09 17:07:55 sendUrl INFO 3 [65] -2014-01-09 17:08:45 queue INFO >>3 [66] -2014-01-09 17:08:46 sendUrl INFO 3 [66] -2014-01-09 17:09:35 queue INFO >>3 [67] -2014-01-09 17:09:35 sendUrl INFO 3 [67] -2014-01-09 17:10:26 queue INFO >>3 [68] -2014-01-09 17:10:26 sendUrl INFO 3 [68] -2014-01-09 17:11:16 queue INFO >>3 [69] -2014-01-09 17:11:16 sendUrl INFO 3 [69] -2014-01-09 17:11:26 queue INFO 7 [70] -2014-01-09 17:11:26 sendUrl INFO 7 [70] -2014-01-09 17:11:26 queue INFO >7 [71] -2014-01-09 17:11:27 sendUrl INFO 7 [71] -2014-01-09 17:11:28 queue INFO 3 [72] -2014-01-09 17:11:28 queue INFO >3 [73] -2014-01-09 17:11:28 sendUrl INFO 3 [72] -2014-01-09 17:11:29 sendUrl INFO 3 [73] -2014-01-09 17:12:18 queue INFO >>3 [74] -2014-01-09 17:12:18 sendUrl INFO 3 [74] -2014-01-09 17:13:08 queue INFO >>3 [75] -2014-01-09 17:13:08 sendUrl INFO 3 [75] -2014-01-09 17:13:58 queue INFO >>3 [76] -2014-01-09 17:13:59 sendUrl INFO 3 [76] -2014-01-09 17:14:48 queue INFO >>3 [77] -2014-01-09 17:14:49 sendUrl INFO 3 [77] -2014-01-09 17:15:38 queue INFO >>3 [78] -2014-01-09 17:15:39 sendUrl INFO 3 [78] -2014-01-09 17:16:29 queue INFO >>3 [79] -2014-01-09 17:16:29 sendUrl INFO 3 [79] -2014-01-09 17:17:19 queue INFO >>3 [80] -2014-01-09 17:17:19 sendUrl INFO 3 [80] -2014-01-09 17:18:09 queue INFO >>3 [81] -2014-01-09 17:18:09 sendUrl INFO 3 [81] -2014-01-09 17:18:21 queue INFO 7 [82] -2014-01-09 17:18:21 queue INFO >7 [83] -2014-01-09 17:18:21 sendUrl INFO 7 [82] -2014-01-09 17:18:21 sendUrl INFO 7 [83] -2014-01-09 17:18:22 queue INFO 3 [84] -2014-01-09 17:18:22 queue INFO >3 [85] -2014-01-09 17:18:23 sendUrl INFO 3 [84] -2014-01-09 17:18:23 sendUrl INFO 3 [85] -2014-01-09 17:19:12 queue INFO >>3 [86] -2014-01-09 17:19:13 sendUrl INFO 3 [86] -2014-01-09 17:20:02 queue INFO >>3 [87] -2014-01-09 17:20:03 sendUrl INFO 3 [87] -2014-01-09 17:20:53 queue INFO >>3 [88] -2014-01-09 17:20:53 sendUrl INFO 3 [88] -2014-01-09 17:21:43 queue INFO >>3 [89] -2014-01-09 17:21:43 sendUrl INFO 3 [89] -2014-01-09 17:22:33 queue INFO >>3 [90] -2014-01-09 17:22:33 sendUrl INFO 3 [90] -2014-01-09 17:23:23 queue INFO >>3 [91] -2014-01-09 17:23:24 sendUrl INFO 3 [91] -2014-01-09 17:24:13 queue INFO >>3 [92] -2014-01-09 17:24:14 sendUrl INFO 3 [92] -2014-01-09 17:25:03 queue INFO >>3 [93] -2014-01-09 17:25:04 sendUrl INFO 3 [93] -2014-01-09 17:25:14 queue INFO 7 [94] -2014-01-09 17:25:14 queue INFO >7 [95] -2014-01-09 17:25:15 sendUrl INFO 7 [94] -2014-01-09 17:25:15 sendUrl INFO 7 [95] -2014-01-09 17:25:16 queue INFO 3 [96] -2014-01-09 17:25:16 queue INFO >3 [97] -2014-01-09 17:25:16 sendUrl INFO 3 [96] -2014-01-09 17:25:17 sendUrl INFO 3 [97] -2014-01-09 17:26:06 queue INFO >>3 [98] -2014-01-09 17:26:07 sendUrl INFO 3 [98] -2014-01-09 17:26:56 queue INFO >>3 [99] -2014-01-09 17:26:56 sendUrl INFO 3 [99] -2014-01-09 17:27:46 queue INFO >>3 [100] -2014-01-09 17:27:47 sendUrl INFO 3 [100] -2014-01-09 17:28:36 queue INFO >>3 [101] -2014-01-09 17:28:37 sendUrl INFO 3 [101] -2014-01-09 17:29:27 queue INFO >>3 [102] -2014-01-09 17:29:27 sendUrl INFO 3 [102] -2014-01-09 17:30:17 queue INFO >>3 [103] -2014-01-09 17:30:17 sendUrl INFO 3 [103] -2014-01-09 17:31:07 queue INFO >>3 [104] -2014-01-09 17:31:07 sendUrl INFO 3 [104] -2014-01-09 17:31:57 queue INFO >>3 [105] -2014-01-09 17:31:57 sendUrl INFO 3 [105] -2014-01-09 17:32:08 queue INFO 7 [106] -2014-01-09 17:32:08 queue INFO >7 [107] -2014-01-09 17:32:09 sendUrl INFO 7 [106] -2014-01-09 17:32:09 sendUrl INFO 7 [107] -2014-01-09 17:32:10 queue INFO 3 [108] -2014-01-09 17:32:10 queue INFO >3 [109] -2014-01-09 17:32:10 sendUrl INFO 3 [108] -2014-01-09 17:32:11 sendUrl INFO 3 [109] -2014-01-09 17:33:00 queue INFO >>3 [110] -2014-01-09 17:33:00 sendUrl INFO 3 [110] -2014-01-09 17:33:50 queue INFO >>3 [111] -2014-01-09 17:33:50 sendUrl INFO 3 [111] -2014-01-09 17:34:40 queue INFO >>3 [112] -2014-01-09 17:34:41 sendUrl INFO 3 [112] -2014-01-09 17:35:30 queue INFO >>3 [113] -2014-01-09 17:35:30 sendUrl INFO 3 [113] -2014-01-09 17:36:20 queue INFO >>3 [114] -2014-01-09 17:36:21 sendUrl INFO 3 [114] -2014-01-09 17:37:10 queue INFO >>3 [115] -2014-01-09 17:37:11 sendUrl INFO 3 [115] -2014-01-09 17:38:01 queue INFO >>3 [116] -2014-01-09 17:38:01 sendUrl INFO 3 [116] -2014-01-09 17:38:51 queue INFO >>3 [117] -2014-01-09 17:38:51 sendUrl INFO 3 [117] -2014-01-09 17:39:01 queue INFO 7 [118] -2014-01-09 17:39:02 queue INFO >7 [119] -2014-01-09 17:39:02 sendUrl INFO 7 [118] -2014-01-09 17:39:02 sendUrl INFO 7 [119] -2014-01-09 17:39:03 queue INFO 3 [120] -2014-01-09 17:39:03 queue INFO >3 [121] -2014-01-09 17:39:03 sendUrl INFO 3 [120] -2014-01-09 17:39:04 sendUrl INFO 3 [121] -2014-01-09 17:39:53 queue INFO >>3 [122] -2014-01-09 17:39:54 sendUrl INFO 3 [122] -2014-01-09 17:40:43 queue INFO >>3 [123] -2014-01-09 17:40:43 sendUrl INFO 3 [123] -2014-01-09 17:41:33 queue INFO >>3 [124] -2014-01-09 17:41:34 sendUrl INFO 3 [124] -2014-01-09 17:42:24 queue INFO >>3 [125] -2014-01-09 17:42:24 sendUrl INFO 3 [125] -2014-01-09 17:43:14 queue INFO >>3 [126] -2014-01-09 17:43:14 sendUrl INFO 3 [126] -2014-01-09 17:44:04 queue INFO >>3 [127] -2014-01-09 17:44:04 sendUrl INFO 3 [127] -2014-01-09 17:44:54 queue INFO >>3 [128] -2014-01-09 17:44:55 sendUrl INFO 3 [128] -2014-01-09 17:45:44 queue INFO >>3 [129] -2014-01-09 17:45:44 sendUrl INFO 3 [129] -2014-01-09 17:45:55 queue INFO 7 [130] -2014-01-09 17:45:55 sendUrl INFO 7 [130] -2014-01-09 17:45:55 queue INFO >7 [131] -2014-01-09 17:45:56 sendUrl INFO 7 [131] -2014-01-09 17:45:56 queue INFO 3 [132] -2014-01-09 17:45:57 queue INFO >3 [133] -2014-01-09 17:45:57 sendUrl INFO 3 [132] -2014-01-09 17:45:58 sendUrl INFO 3 [133] -2014-01-09 17:46:47 queue INFO >>3 [134] -2014-01-09 17:46:47 sendUrl INFO 3 [134] -2014-01-09 17:47:37 queue INFO >>3 [135] -2014-01-09 17:47:37 sendUrl INFO 3 [135] -2014-01-09 17:48:27 queue INFO >>3 [136] -2014-01-09 17:48:27 sendUrl INFO 3 [136] -2014-01-09 17:49:17 queue INFO >>3 [137] -2014-01-09 17:49:17 sendUrl INFO 3 [137] -2014-01-09 17:50:07 queue INFO >>3 [138] -2014-01-09 17:50:08 sendUrl INFO 3 [138] -2014-01-09 17:50:57 queue INFO >>3 [139] -2014-01-09 17:50:58 sendUrl INFO 3 [139] -2014-01-09 17:51:47 queue INFO >>3 [140] -2014-01-09 17:51:48 sendUrl INFO 3 [140] -2014-01-09 17:52:38 queue INFO >>3 [141] -2014-01-09 17:52:38 sendUrl INFO 3 [141] -2014-01-09 17:52:49 queue INFO 7 [142] -2014-01-09 17:52:49 sendUrl INFO 7 [142] -2014-01-09 17:52:49 queue INFO >7 [143] -2014-01-09 17:52:50 sendUrl INFO 7 [143] -2014-01-09 17:52:51 queue INFO 3 [144] -2014-01-09 17:52:51 queue INFO >3 [145] -2014-01-09 17:52:51 sendUrl INFO 3 [144] -2014-01-09 17:52:52 sendUrl INFO 3 [145] -2014-01-09 17:53:41 queue INFO >>3 [146] -2014-01-09 17:53:41 sendUrl INFO 3 [146] -2014-01-09 17:54:31 queue INFO >>3 [147] -2014-01-09 17:54:31 sendUrl INFO 3 [147] -2014-01-09 17:55:21 queue INFO >>3 [148] -2014-01-09 17:55:21 sendUrl INFO 3 [148] -2014-01-09 17:56:11 queue INFO >>3 [149] -2014-01-09 17:56:12 sendUrl INFO 3 [149] -2014-01-09 17:56:49 queue INFO 1 [150] -2014-01-09 17:56:49 queue INFO >1 [151] -2014-01-09 17:56:49 sendUrl INFO 1 [150] -2014-01-09 17:56:49 queue INFO 21 [152] -2014-01-09 17:56:50 queue INFO >21 [153] -2014-01-09 17:56:50 sendUrl INFO 1 [151] -2014-01-09 17:56:50 sendUrl INFO 21 [152] -2014-01-09 17:56:51 sendUrl INFO 21 [153] -2014-01-09 17:57:40 queue INFO >>21 [154] -2014-01-09 17:57:40 sendUrl INFO 21 [154] -2014-01-09 17:58:30 queue INFO >>21 [155] -2014-01-09 17:58:30 sendUrl INFO 21 [155] -2014-01-09 17:58:39 queue INFO 1 [156] -2014-01-09 17:58:39 queue INFO >1 [157] -2014-01-09 17:58:40 sendUrl INFO 1 [156] -2014-01-09 17:58:40 sendUrl INFO 1 [157] -2014-01-09 17:58:50 queue INFO 3 [158] -2014-01-09 17:58:50 sendUrl INFO 3 [158] -2014-01-09 17:58:50 queue INFO >3 [159] -2014-01-09 17:58:51 sendUrl INFO 3 [159] -2014-01-09 17:59:40 queue INFO >>3 [160] -2014-01-09 17:59:41 sendUrl INFO 3 [160] -2014-01-09 18:00:30 queue INFO >>3 [161] -2014-01-09 18:00:31 sendUrl INFO 3 [161] -2014-01-09 18:01:21 queue INFO >>3 [162] -2014-01-09 18:01:21 sendUrl INFO 3 [162] -2014-01-09 18:01:45 queue INFO 7 [163] -2014-01-09 18:01:45 queue INFO >7 [164] -2014-01-09 18:01:45 sendUrl INFO 7 [163] -2014-01-09 18:01:46 sendUrl INFO 7 [164] -2014-01-09 18:01:47 queue INFO 3 [165] -2014-01-09 18:01:47 queue INFO >3 [166] -2014-01-09 18:01:47 sendUrl INFO 3 [165] -2014-01-09 18:01:47 sendUrl INFO 3 [166] -2014-01-09 18:02:37 queue INFO >>3 [167] -2014-01-09 18:02:37 sendUrl INFO 3 [167] -2014-01-09 18:03:27 queue INFO >>3 [168] -2014-01-09 18:03:27 sendUrl INFO 3 [168] -2014-01-09 18:04:17 queue INFO >>3 [169] -2014-01-09 18:04:17 sendUrl INFO 3 [169] -2014-01-09 18:05:07 queue INFO >>3 [170] -2014-01-09 18:05:08 sendUrl INFO 3 [170] -2014-01-09 18:05:57 queue INFO >>3 [171] -2014-01-09 18:05:58 sendUrl INFO 3 [171] -2014-01-09 18:06:48 queue INFO >>3 [172] -2014-01-09 18:06:48 sendUrl INFO 3 [172] -2014-01-09 18:07:38 queue INFO >>3 [173] -2014-01-09 18:07:38 sendUrl INFO 3 [173] -2014-01-09 18:08:28 queue INFO >>3 [174] -2014-01-09 18:08:28 sendUrl INFO 3 [174] -2014-01-09 18:08:39 queue INFO 7 [175] -2014-01-09 18:08:39 queue INFO >7 [176] -2014-01-09 18:08:39 sendUrl INFO 7 [175] -2014-01-09 18:08:40 sendUrl INFO 7 [176] -2014-01-09 18:08:40 queue INFO 3 [177] -2014-01-09 18:08:40 queue INFO >3 [178] -2014-01-09 18:08:41 sendUrl INFO 3 [177] -2014-01-09 18:08:41 sendUrl INFO 3 [178] -2014-01-09 18:09:30 queue INFO >>3 [179] -2014-01-09 18:09:31 sendUrl INFO 3 [179] -2014-01-09 18:10:21 queue INFO >>3 [180] -2014-01-09 18:10:21 sendUrl INFO 3 [180] -2014-01-09 18:11:11 queue INFO >>3 [181] -2014-01-09 18:11:11 sendUrl INFO 3 [181] -2014-01-09 18:12:01 queue INFO >>3 [182] -2014-01-09 18:12:01 sendUrl INFO 3 [182] -2014-01-09 18:12:51 queue INFO >>3 [183] -2014-01-09 18:12:51 sendUrl INFO 3 [183] -2014-01-09 18:13:41 queue INFO >>3 [184] -2014-01-09 18:13:42 sendUrl INFO 3 [184] -2014-01-09 18:14:31 queue INFO >>3 [185] -2014-01-09 18:14:31 sendUrl INFO 3 [185] -2014-01-09 18:15:21 queue INFO >>3 [186] -2014-01-09 18:15:22 sendUrl INFO 3 [186] -2014-01-09 18:15:32 queue INFO 7 [187] -2014-01-09 18:15:32 queue INFO >7 [188] -2014-01-09 18:15:32 sendUrl INFO 7 [187] -2014-01-09 18:15:33 sendUrl INFO 7 [188] -2014-01-09 18:15:34 queue INFO 3 [189] -2014-01-09 18:15:34 sendUrl INFO 3 [189] -2014-01-09 18:15:34 queue INFO >3 [190] -2014-01-09 18:15:34 sendUrl INFO 3 [190] -2014-01-09 18:16:24 queue INFO >>3 [191] -2014-01-09 18:16:24 sendUrl INFO 3 [191] -2014-01-09 18:17:14 queue INFO >>3 [192] -2014-01-09 18:17:15 sendUrl INFO 3 [192] -2014-01-09 18:18:04 queue INFO >>3 [193] -2014-01-09 18:18:04 sendUrl INFO 3 [193] -2014-01-09 18:18:54 queue INFO >>3 [194] -2014-01-09 18:18:55 sendUrl INFO 3 [194] -2014-01-09 18:19:44 queue INFO >>3 [195] -2014-01-09 18:19:45 sendUrl INFO 3 [195] -2014-01-09 18:20:35 queue INFO >>3 [196] -2014-01-09 18:20:35 sendUrl INFO 3 [196] -2014-01-09 18:21:25 queue INFO >>3 [197] -2014-01-09 18:21:25 sendUrl INFO 3 [197] -2014-01-09 18:22:15 queue INFO >>3 [198] -2014-01-09 18:22:15 sendUrl INFO 3 [198] -2014-01-09 18:22:25 queue INFO 7 [199] -2014-01-09 18:22:26 queue INFO >7 [200] -2014-01-09 18:22:26 sendUrl INFO 7 [199] -2014-01-09 18:22:26 sendUrl INFO 7 [200] -2014-01-09 18:22:27 queue INFO 3 [201] -2014-01-09 18:22:27 sendUrl INFO 3 [201] -2014-01-09 18:22:27 queue INFO >3 [202] -2014-01-09 18:22:28 sendUrl INFO 3 [202] -2014-01-09 18:23:17 queue INFO >>3 [203] -2014-01-09 18:23:17 sendUrl INFO 3 [203] -2014-01-09 18:24:07 queue INFO >>3 [204] -2014-01-09 18:24:08 sendUrl INFO 3 [204] -2014-01-09 18:24:57 queue INFO >>3 [205] -2014-01-09 18:24:58 sendUrl INFO 3 [205] -2014-01-09 18:25:48 queue INFO >>3 [206] -2014-01-09 18:25:48 sendUrl INFO 3 [206] -2014-01-09 18:26:38 queue INFO >>3 [207] -2014-01-09 18:26:38 sendUrl INFO 3 [207] -2014-01-09 18:27:28 queue INFO >>3 [208] -2014-01-09 18:27:28 sendUrl INFO 3 [208] -2014-01-09 18:28:18 queue INFO >>3 [209] -2014-01-09 18:28:18 sendUrl INFO 3 [209] -2014-01-09 18:29:08 queue INFO >>3 [210] -2014-01-09 18:29:08 sendUrl INFO 3 [210] -2014-01-09 18:29:20 queue INFO 7 [211] -2014-01-09 18:29:20 queue INFO >7 [212] -2014-01-09 18:29:20 sendUrl INFO 7 [211] -2014-01-09 18:29:21 sendUrl INFO 7 [212] -2014-01-09 18:29:21 queue INFO 3 [213] -2014-01-09 18:29:22 queue INFO >3 [214] -2014-01-09 18:29:22 sendUrl INFO 3 [213] -2014-01-09 18:29:22 sendUrl INFO 3 [214] -2014-01-09 18:30:12 queue INFO >>3 [215] -2014-01-09 18:30:12 sendUrl INFO 3 [215] -2014-01-09 18:31:02 queue INFO >>3 [216] -2014-01-09 18:31:02 sendUrl INFO 3 [216] -2014-01-09 18:31:52 queue INFO >>3 [217] -2014-01-09 18:31:52 sendUrl INFO 3 [217] -2014-01-09 18:32:42 queue INFO >>3 [218] -2014-01-09 18:32:42 sendUrl INFO 3 [218] -2014-01-09 18:33:32 queue INFO >>3 [219] -2014-01-09 18:33:33 sendUrl INFO 3 [219] -2014-01-09 18:34:22 queue INFO >>3 [220] -2014-01-09 18:34:23 sendUrl INFO 3 [220] -2014-01-09 18:35:13 queue INFO >>3 [221] -2014-01-09 18:35:13 sendUrl INFO 3 [221] -2014-01-09 18:36:03 queue INFO >>3 [222] -2014-01-09 18:36:03 sendUrl INFO 3 [222] -2014-01-09 18:36:14 queue INFO 7 [223] -2014-01-09 18:36:14 sendUrl INFO 7 [223] -2014-01-09 18:36:14 queue INFO >7 [224] -2014-01-09 18:36:14 sendUrl INFO 7 [224] -2014-01-09 18:36:15 queue INFO 3 [225] -2014-01-09 18:36:15 queue INFO >3 [226] -2014-01-09 18:36:16 sendUrl INFO 3 [225] -2014-01-09 18:36:16 sendUrl INFO 3 [226] -2014-01-09 18:37:05 queue INFO >>3 [227] -2014-01-09 18:37:05 sendUrl INFO 3 [227] -2014-01-09 18:37:55 queue INFO >>3 [228] -2014-01-09 18:37:56 sendUrl INFO 3 [228] -2014-01-09 18:38:46 queue INFO >>3 [229] -2014-01-09 18:38:46 sendUrl INFO 3 [229] -2014-01-09 18:39:36 queue INFO >>3 [230] -2014-01-09 18:39:36 sendUrl INFO 3 [230] -2014-01-09 18:40:26 queue INFO >>3 [231] -2014-01-09 18:40:26 sendUrl INFO 3 [231] -2014-01-09 18:41:16 queue INFO >>3 [232] -2014-01-09 18:41:16 sendUrl INFO 3 [232] -2014-01-09 18:42:06 queue INFO >>3 [233] -2014-01-09 18:42:06 sendUrl INFO 3 [233] -2014-01-09 18:42:56 queue INFO >>3 [234] -2014-01-09 18:42:57 sendUrl INFO 3 [234] -2014-01-09 18:43:07 queue INFO 7 [235] -2014-01-09 18:43:07 queue INFO >7 [236] -2014-01-09 18:43:07 sendUrl INFO 7 [235] -2014-01-09 18:43:08 sendUrl INFO 7 [236] -2014-01-09 18:43:09 queue INFO 3 [237] -2014-01-09 18:43:09 sendUrl INFO 3 [237] -2014-01-09 18:43:09 queue INFO >3 [238] -2014-01-09 18:43:09 sendUrl INFO 3 [238] -2014-01-09 18:43:59 queue INFO >>3 [239] -2014-01-09 18:43:59 sendUrl INFO 3 [239] -2014-01-09 18:44:49 queue INFO >>3 [240] -2014-01-09 18:44:50 sendUrl INFO 3 [240] -2014-01-09 18:45:39 queue INFO >>3 [241] -2014-01-09 18:45:39 sendUrl INFO 3 [241] -2014-01-09 18:46:29 queue INFO >>3 [242] -2014-01-09 18:46:30 sendUrl INFO 3 [242] -2014-01-09 18:47:20 queue INFO >>3 [243] -2014-01-09 18:47:20 sendUrl INFO 3 [243] -2014-01-09 18:48:10 queue INFO >>3 [244] -2014-01-09 18:48:10 sendUrl INFO 3 [244] -2014-01-09 18:49:00 queue INFO >>3 [245] -2014-01-09 18:49:00 sendUrl INFO 3 [245] -2014-01-09 18:49:50 queue INFO >>3 [246] -2014-01-09 18:49:51 sendUrl INFO 3 [246] -2014-01-09 18:50:01 queue INFO 7 [247] -2014-01-09 18:50:01 queue INFO >7 [248] -2014-01-09 18:50:01 sendUrl INFO 7 [247] -2014-01-09 18:50:02 sendUrl INFO 7 [248] -2014-01-09 18:50:02 queue INFO 3 [249] -2014-01-09 18:50:02 queue INFO >3 [250] -2014-01-09 18:50:03 sendUrl INFO 3 [249] -2014-01-09 18:50:03 sendUrl INFO 3 [250] -2014-01-09 18:50:52 queue INFO >>3 [251] -2014-01-09 18:50:53 sendUrl INFO 3 [251] -2014-01-09 18:51:43 queue INFO >>3 [252] -2014-01-09 18:51:43 sendUrl INFO 3 [252] -2014-01-09 18:52:33 queue INFO >>3 [253] -2014-01-09 18:52:33 sendUrl INFO 3 [253] -2014-01-09 18:53:23 queue INFO >>3 [254] -2014-01-09 18:53:23 sendUrl INFO 3 [254] -2014-01-09 18:54:13 queue INFO >>3 [255] -2014-01-09 18:54:13 sendUrl INFO 3 [255] -2014-01-09 18:55:03 queue INFO >>3 [256] -2014-01-09 18:55:04 sendUrl INFO 3 [256] -2014-01-09 18:55:53 queue INFO >>3 [257] -2014-01-09 18:55:53 sendUrl INFO 3 [257] -2014-01-09 18:56:43 queue INFO >>3 [258] -2014-01-09 18:56:44 sendUrl INFO 3 [258] -2014-01-09 18:56:54 queue INFO 7 [259] -2014-01-09 18:56:54 queue INFO >7 [260] -2014-01-09 18:56:54 sendUrl INFO 7 [259] -2014-01-09 18:56:55 sendUrl INFO 7 [260] -2014-01-09 18:56:56 queue INFO 3 [261] -2014-01-09 18:56:56 sendUrl INFO 3 [261] -2014-01-09 18:56:56 queue INFO >3 [262] -2014-01-09 18:56:56 sendUrl INFO 3 [262] -2014-01-09 18:57:46 queue INFO >>3 [263] -2014-01-09 18:57:46 sendUrl INFO 3 [263] -2014-01-09 18:58:36 queue INFO >>3 [264] -2014-01-09 18:58:37 sendUrl INFO 3 [264] -2014-01-09 18:59:26 queue INFO >>3 [265] -2014-01-09 18:59:26 sendUrl INFO 3 [265] -2014-01-09 19:00:16 queue INFO >>3 [266] -2014-01-09 19:00:17 sendUrl INFO 3 [266] -2014-01-09 19:01:07 queue INFO >>3 [267] -2014-01-09 19:01:07 sendUrl INFO 3 [267] -2014-01-09 19:01:57 queue INFO >>3 [268] -2014-01-09 19:01:57 sendUrl INFO 3 [268] -2014-01-09 19:02:47 queue INFO >>3 [269] -2014-01-09 19:02:47 sendUrl INFO 3 [269] -2014-01-09 19:03:37 queue INFO >>3 [270] -2014-01-09 19:03:38 sendUrl INFO 3 [270] -2014-01-09 19:03:48 queue INFO 7 [271] -2014-01-09 19:03:49 queue INFO >7 [272] -2014-01-09 19:03:49 sendUrl INFO 7 [271] -2014-01-09 19:03:49 sendUrl INFO 7 [272] -2014-01-09 19:03:50 queue INFO 3 [273] -2014-01-09 19:03:50 sendUrl INFO 3 [273] -2014-01-09 19:03:50 queue INFO >3 [274] -2014-01-09 19:03:51 sendUrl INFO 3 [274] -2014-01-09 19:04:40 queue INFO >>3 [275] -2014-01-09 19:04:40 sendUrl INFO 3 [275] -2014-01-09 19:05:30 queue INFO >>3 [276] -2014-01-09 19:05:31 sendUrl INFO 3 [276] -2014-01-09 19:06:20 queue INFO >>3 [277] -2014-01-09 19:06:21 sendUrl INFO 3 [277] -2014-01-09 19:07:11 queue INFO >>3 [278] -2014-01-09 19:07:11 sendUrl INFO 3 [278] -2014-01-09 19:08:01 queue INFO >>3 [279] -2014-01-09 19:08:01 sendUrl INFO 3 [279] -2014-01-09 19:08:51 queue INFO >>3 [280] -2014-01-09 19:08:51 sendUrl INFO 3 [280] -2014-01-09 19:09:41 queue INFO >>3 [281] -2014-01-09 19:09:41 sendUrl INFO 3 [281] -2014-01-09 19:10:31 queue INFO >>3 [282] -2014-01-09 19:10:32 sendUrl INFO 3 [282] -2014-01-09 19:10:45 queue INFO 7 [283] -2014-01-09 19:10:45 sendUrl INFO 7 [283] -2014-01-09 19:10:45 queue INFO >7 [284] -2014-01-09 19:10:46 sendUrl INFO 7 [284] -2014-01-09 19:10:47 queue INFO 3 [285] -2014-01-09 19:10:47 queue INFO >3 [286] -2014-01-09 19:10:47 sendUrl INFO 3 [285] -2014-01-09 19:10:48 sendUrl INFO 3 [286] -2014-01-09 19:11:37 queue INFO >>3 [287] -2014-01-09 19:11:37 sendUrl INFO 3 [287] -2014-01-09 19:12:27 queue INFO >>3 [288] -2014-01-09 19:12:28 sendUrl INFO 3 [288] -2014-01-09 19:13:17 queue INFO >>3 [289] -2014-01-09 19:13:18 sendUrl INFO 3 [289] -2014-01-09 19:14:07 queue INFO >>3 [290] -2014-01-09 19:14:08 sendUrl INFO 3 [290] -2014-01-09 19:14:08 queue INFO 1 [291] -2014-01-09 19:14:09 queue INFO >1 [292] -2014-01-09 19:14:09 sendUrl INFO 1 [291] -2014-01-09 19:14:09 queue INFO 21 [293] -2014-01-09 19:14:09 queue INFO >21 [294] -2014-01-09 19:14:09 sendUrl INFO 1 [292] -2014-01-09 19:14:10 sendUrl INFO 21 [293] -2014-01-09 19:14:10 sendUrl INFO 21 [294] -2014-01-09 19:14:59 queue INFO >>21 [295] -2014-01-09 19:15:00 sendUrl INFO 21 [295] -2014-01-09 19:15:12 queue INFO 1 [296] -2014-01-09 19:15:13 sendUrl INFO 1 [296] -2014-01-09 19:15:13 queue INFO >1 [297] -2014-01-09 19:15:13 sendUrl INFO 1 [297] -2014-01-09 19:15:56 queue INFO 3 [298] -2014-01-09 19:15:56 queue INFO >3 [299] -2014-01-09 19:15:56 sendUrl INFO 3 [298] -2014-01-09 19:15:56 sendUrl INFO 3 [299] -2014-01-09 19:16:46 queue INFO >>3 [300] -2014-01-09 19:16:46 sendUrl INFO 3 [300] -2014-01-09 19:17:36 queue INFO >>3 [301] -2014-01-09 19:17:36 sendUrl INFO 3 [301] -2014-01-09 19:18:26 queue INFO >>3 [302] -2014-01-09 19:18:26 sendUrl INFO 3 [302] -2014-01-09 19:18:50 queue INFO 7 [303] -2014-01-09 19:18:50 queue INFO >7 [304] -2014-01-09 19:18:51 sendUrl INFO 7 [303] -2014-01-09 19:18:51 sendUrl INFO 7 [304] -2014-01-09 19:18:52 queue INFO 3 [305] -2014-01-09 19:18:52 queue INFO >3 [306] -2014-01-09 19:18:52 sendUrl INFO 3 [305] -2014-01-09 19:18:53 sendUrl INFO 3 [306] -2014-01-09 19:19:42 queue INFO >>3 [307] -2014-01-09 19:19:42 sendUrl INFO 3 [307] -2014-01-09 19:20:32 queue INFO >>3 [308] -2014-01-09 19:20:32 sendUrl INFO 3 [308] -2014-01-09 19:21:22 queue INFO >>3 [309] -2014-01-09 19:21:23 sendUrl INFO 3 [309] -2014-01-09 19:22:12 queue INFO >>3 [310] -2014-01-09 19:22:13 sendUrl INFO 3 [310] -2014-01-09 19:23:03 queue INFO >>3 [311] -2014-01-09 19:23:03 sendUrl INFO 3 [311] -2014-01-09 19:23:53 queue INFO >>3 [312] -2014-01-09 19:23:53 sendUrl INFO 3 [312] -2014-01-09 19:24:43 queue INFO >>3 [313] -2014-01-09 19:24:43 sendUrl INFO 3 [313] -2014-01-09 19:25:33 queue INFO >>3 [314] -2014-01-09 19:25:33 sendUrl INFO 3 [314] -2014-01-09 19:25:44 queue INFO 7 [315] -2014-01-09 19:25:44 queue INFO >7 [316] -2014-01-09 19:25:44 sendUrl INFO 7 [315] -2014-01-09 19:25:44 sendUrl INFO 7 [316] -2014-01-09 19:25:45 queue INFO 3 [317] -2014-01-09 19:25:45 sendUrl INFO 3 [317] -2014-01-09 19:25:45 queue INFO >3 [318] -2014-01-09 19:25:46 sendUrl INFO 3 [318] -2014-01-09 19:26:35 queue INFO >>3 [319] -2014-01-09 19:26:36 sendUrl INFO 3 [319] -2014-01-09 19:27:26 queue INFO >>3 [320] -2014-01-09 19:27:26 sendUrl INFO 3 [320] -2014-01-09 19:28:16 queue INFO >>3 [321] -2014-01-09 19:28:16 sendUrl INFO 3 [321] -2014-01-09 19:29:06 queue INFO >>3 [322] -2014-01-09 19:29:06 sendUrl INFO 3 [322] -2014-01-09 19:29:56 queue INFO >>3 [323] -2014-01-09 19:29:57 sendUrl INFO 3 [323] -2014-01-09 19:30:46 queue INFO >>3 [324] -2014-01-09 19:30:46 sendUrl INFO 3 [324] -2014-01-09 19:31:36 queue INFO >>3 [325] -2014-01-09 19:31:37 sendUrl INFO 3 [325] -2014-01-09 19:32:26 queue INFO >>3 [326] -2014-01-09 19:32:27 sendUrl INFO 3 [326] -2014-01-09 19:32:37 queue INFO 7 [327] -2014-01-09 19:32:37 queue INFO >7 [328] -2014-01-09 19:32:38 sendUrl INFO 7 [327] -2014-01-09 19:32:38 sendUrl INFO 7 [328] -2014-01-09 19:32:39 queue INFO 3 [329] -2014-01-09 19:32:39 queue INFO >3 [330] -2014-01-09 19:32:39 sendUrl INFO 3 [329] -2014-01-09 19:32:40 sendUrl INFO 3 [330] -2014-01-09 19:33:29 queue INFO >>3 [331] -2014-01-09 19:33:29 sendUrl INFO 3 [331] -2014-01-09 19:34:19 queue INFO >>3 [332] -2014-01-09 19:34:19 sendUrl INFO 3 [332] -2014-01-09 19:35:09 queue INFO >>3 [333] -2014-01-09 19:35:10 sendUrl INFO 3 [333] -2014-01-09 19:35:59 queue INFO >>3 [334] -2014-01-09 19:35:59 sendUrl INFO 3 [334] -2014-01-09 19:36:49 queue INFO >>3 [335] -2014-01-09 19:36:50 sendUrl INFO 3 [335] -2014-01-09 19:37:40 queue INFO >>3 [336] -2014-01-09 19:37:40 sendUrl INFO 3 [336] -2014-01-09 19:38:30 queue INFO >>3 [337] -2014-01-09 19:38:30 sendUrl INFO 3 [337] -2014-01-09 19:39:20 queue INFO >>3 [338] -2014-01-09 19:39:20 sendUrl INFO 3 [338] -2014-01-09 19:39:31 queue INFO 7 [339] -2014-01-09 19:39:32 queue INFO >7 [340] -2014-01-09 19:39:32 sendUrl INFO 7 [339] -2014-01-09 19:39:32 sendUrl INFO 7 [340] -2014-01-09 19:39:33 queue INFO 3 [341] -2014-01-09 19:39:33 queue INFO >3 [342] -2014-01-09 19:39:33 sendUrl INFO 3 [341] -2014-01-09 19:39:34 sendUrl INFO 3 [342] -2014-01-09 19:40:23 queue INFO >>3 [343] -2014-01-09 19:40:24 sendUrl INFO 3 [343] -2014-01-09 19:41:13 queue INFO >>3 [344] -2014-01-09 19:41:14 sendUrl INFO 3 [344] -2014-01-09 19:42:03 queue INFO >>3 [345] -2014-01-09 19:42:04 sendUrl INFO 3 [345] -2014-01-09 19:42:54 queue INFO >>3 [346] -2014-01-09 19:42:54 sendUrl INFO 3 [346] -2014-01-09 19:43:44 queue INFO >>3 [347] -2014-01-09 19:43:44 sendUrl INFO 3 [347] -2014-01-09 19:44:34 queue INFO >>3 [348] -2014-01-09 19:44:34 sendUrl INFO 3 [348] -2014-01-09 19:45:24 queue INFO >>3 [349] -2014-01-09 19:45:24 sendUrl INFO 3 [349] -2014-01-09 19:46:14 queue INFO >>3 [350] -2014-01-09 19:46:15 sendUrl INFO 3 [350] -2014-01-09 19:46:25 queue INFO 7 [351] -2014-01-09 19:46:25 queue INFO >7 [352] -2014-01-09 19:46:26 sendUrl INFO 7 [351] -2014-01-09 19:46:26 sendUrl INFO 7 [352] -2014-01-09 19:46:27 queue INFO 3 [353] -2014-01-09 19:46:27 queue INFO >3 [354] -2014-01-09 19:46:27 sendUrl INFO 3 [353] -2014-01-09 19:46:28 sendUrl INFO 3 [354] -2014-01-09 19:47:17 queue INFO >>3 [355] -2014-01-09 19:47:17 sendUrl INFO 3 [355] -2014-01-09 19:48:07 queue INFO >>3 [356] -2014-01-09 19:48:07 sendUrl INFO 3 [356] -2014-01-09 19:48:57 queue INFO >>3 [357] -2014-01-09 19:48:58 sendUrl INFO 3 [357] -2014-01-09 19:49:47 queue INFO >>3 [358] -2014-01-09 19:49:48 sendUrl INFO 3 [358] -2014-01-09 19:50:38 queue INFO >>3 [359] -2014-01-09 19:50:38 sendUrl INFO 3 [359] -2014-01-09 19:51:28 queue INFO >>3 [360] -2014-01-09 19:51:28 sendUrl INFO 3 [360] -2014-01-09 19:52:18 queue INFO >>3 [361] -2014-01-09 19:52:18 sendUrl INFO 3 [361] -2014-01-09 19:53:08 queue INFO >>3 [362] -2014-01-09 19:53:08 sendUrl INFO 3 [362] -2014-01-09 19:53:19 queue INFO 7 [363] -2014-01-09 19:53:19 queue INFO >7 [364] -2014-01-09 19:53:19 sendUrl INFO 7 [363] -2014-01-09 19:53:20 sendUrl INFO 7 [364] -2014-01-09 19:53:21 queue INFO 3 [365] -2014-01-09 19:53:21 queue INFO >3 [366] -2014-01-09 19:53:21 sendUrl INFO 3 [365] -2014-01-09 19:53:21 sendUrl INFO 3 [366] -2014-01-09 19:54:11 queue INFO >>3 [367] -2014-01-09 19:54:11 sendUrl INFO 3 [367] -2014-01-09 19:55:01 queue INFO >>3 [368] -2014-01-09 19:55:01 sendUrl INFO 3 [368] -2014-01-09 19:55:51 queue INFO >>3 [369] -2014-01-09 19:55:51 sendUrl INFO 3 [369] -2014-01-09 19:56:41 queue INFO >>3 [370] -2014-01-09 19:56:42 sendUrl INFO 3 [370] -2014-01-09 19:57:31 queue INFO >>3 [371] -2014-01-09 19:57:32 sendUrl INFO 3 [371] -2014-01-09 19:58:21 queue INFO >>3 [372] -2014-01-09 19:58:22 sendUrl INFO 3 [372] -2014-01-09 19:58:28 queue INFO 1 [373] -2014-01-09 19:58:29 queue INFO >1 [374] -2014-01-09 19:58:29 sendUrl INFO 1 [373] -2014-01-09 19:58:29 sendUrl INFO 1 [374] -2014-01-09 19:59:19 queue INFO >>1 [375] -2014-01-09 19:59:19 sendUrl INFO 1 [375] -2014-01-09 20:00:09 queue INFO >>1 [376] -2014-01-09 20:00:09 sendUrl INFO 1 [376] -2014-01-09 20:00:10 queue INFO 21 [377] -2014-01-09 20:00:10 sendUrl INFO 21 [377] -2014-01-09 20:00:10 queue INFO >21 [378] -2014-01-09 20:00:11 sendUrl INFO 21 [378] -2014-01-09 20:01:00 queue INFO >>21 [379] -2014-01-09 20:01:00 sendUrl INFO 21 [379] -2014-01-09 20:01:50 queue INFO >>21 [380] -2014-01-09 20:01:51 sendUrl INFO 21 [380] -2014-01-09 20:02:40 queue INFO >>21 [381] -2014-01-09 20:02:41 sendUrl INFO 21 [381] -2014-01-09 20:03:31 queue INFO >>21 [382] -2014-01-09 20:03:31 sendUrl INFO 21 [382] -2014-01-09 20:04:21 queue INFO >>21 [383] -2014-01-09 20:04:21 sendUrl INFO 21 [383] -2014-01-09 20:05:11 queue INFO >>21 [384] -2014-01-09 20:05:11 sendUrl INFO 21 [384] -2014-01-09 20:06:01 queue INFO >>21 [385] -2014-01-09 20:06:01 sendUrl INFO 21 [385] -2014-01-09 20:06:51 queue INFO >>21 [386] -2014-01-09 20:06:52 sendUrl INFO 21 [386] -2014-01-09 20:07:33 queue INFO 1 [387] -2014-01-09 20:07:33 queue INFO >1 [388] -2014-01-09 20:07:33 sendUrl INFO 1 [387] -2014-01-09 20:07:34 sendUrl INFO 1 [388] -2014-01-09 20:07:52 queue INFO 5 [389] -2014-01-09 20:07:53 queue INFO >5 [390] -2014-01-09 20:07:53 sendUrl INFO 5 [389] -2014-01-09 20:07:53 sendUrl INFO 5 [390] -2014-01-09 20:07:54 queue INFO 1 [391] -2014-01-09 20:07:54 queue INFO >1 [392] -2014-01-09 20:07:54 sendUrl INFO 1 [391] -2014-01-09 20:07:55 sendUrl INFO 1 [392] -2014-01-09 20:08:44 queue INFO >>1 [393] -2014-01-09 20:08:45 sendUrl INFO 1 [393] -2014-01-09 20:08:46 queue INFO 3 [394] -2014-01-09 20:08:46 queue INFO >3 [395] -2014-01-09 20:08:47 sendUrl INFO 3 [394] -2014-01-09 20:08:47 sendUrl INFO 3 [395] -2014-01-09 20:09:36 queue INFO >>3 [396] -2014-01-09 20:09:37 sendUrl INFO 3 [396] -2014-01-09 20:10:26 queue INFO >>3 [397] -2014-01-09 20:10:27 sendUrl INFO 3 [397] -2014-01-09 20:11:17 queue INFO >>3 [398] -2014-01-09 20:11:17 sendUrl INFO 3 [398] -2014-01-09 20:12:07 queue INFO >>3 [399] -2014-01-09 20:12:07 sendUrl INFO 3 [399] -2014-01-09 20:12:57 queue INFO >>3 [400] -2014-01-09 20:12:57 sendUrl INFO 3 [400] -2014-01-09 20:13:47 queue INFO >>3 [401] -2014-01-09 20:13:48 sendUrl INFO 3 [401] -2014-01-09 20:14:37 queue INFO >>3 [402] -2014-01-09 20:14:37 sendUrl INFO 3 [402] -2014-01-09 20:14:46 queue INFO 7 [403] -2014-01-09 20:14:46 sendUrl INFO 7 [403] -2014-01-09 20:14:46 queue INFO >7 [404] -2014-01-09 20:14:47 sendUrl INFO 7 [404] -2014-01-09 20:14:48 queue INFO 3 [405] -2014-01-09 20:14:48 queue INFO >3 [406] -2014-01-09 20:14:48 sendUrl INFO 3 [405] -2014-01-09 20:14:49 sendUrl INFO 3 [406] -2014-01-09 20:15:38 queue INFO >>3 [407] -2014-01-09 20:15:38 sendUrl INFO 3 [407] -2014-01-09 20:16:28 queue INFO >>3 [408] -2014-01-09 20:16:29 sendUrl INFO 3 [408] -2014-01-09 20:17:18 queue INFO >>3 [409] -2014-01-09 20:17:18 sendUrl INFO 3 [409] -2014-01-09 20:18:08 queue INFO >>3 [410] -2014-01-09 20:18:09 sendUrl INFO 3 [410] -2014-01-09 20:18:59 queue INFO >>3 [411] -2014-01-09 20:18:59 sendUrl INFO 3 [411] -2014-01-09 20:19:49 queue INFO >>3 [412] -2014-01-09 20:19:49 sendUrl INFO 3 [412] -2014-01-09 20:20:39 queue INFO >>3 [413] -2014-01-09 20:20:39 sendUrl INFO 3 [413] -2014-01-09 20:21:29 queue INFO >>3 [414] -2014-01-09 20:21:30 sendUrl INFO 3 [414] -2014-01-09 20:21:40 queue INFO 7 [415] -2014-01-09 20:21:40 queue INFO >7 [416] -2014-01-09 20:21:40 sendUrl INFO 7 [415] -2014-01-09 20:21:41 sendUrl INFO 7 [416] -2014-01-09 20:21:42 queue INFO 3 [417] -2014-01-09 20:21:42 sendUrl INFO 3 [417] -2014-01-09 20:21:42 queue INFO >3 [418] -2014-01-09 20:21:42 sendUrl INFO 3 [418] -2014-01-09 20:22:32 queue INFO >>3 [419] -2014-01-09 20:22:32 sendUrl INFO 3 [419] -2014-01-09 20:23:22 queue INFO >>3 [420] -2014-01-09 20:23:22 sendUrl INFO 3 [420] -2014-01-09 20:24:12 queue INFO >>3 [421] -2014-01-09 20:24:12 sendUrl INFO 3 [421] -2014-01-09 20:25:02 queue INFO >>3 [422] -2014-01-09 20:25:02 sendUrl INFO 3 [422] -2014-01-09 20:25:52 queue INFO >>3 [423] -2014-01-09 20:25:52 sendUrl INFO 3 [423] -2014-01-09 20:26:42 queue INFO >>3 [424] -2014-01-09 20:26:43 sendUrl INFO 3 [424] -2014-01-09 20:27:32 queue INFO >>3 [425] -2014-01-09 20:27:33 sendUrl INFO 3 [425] -2014-01-09 20:28:23 queue INFO >>3 [426] -2014-01-09 20:28:23 sendUrl INFO 3 [426] -2014-01-09 20:28:33 queue INFO 7 [427] -2014-01-09 20:28:34 queue INFO >7 [428] -2014-01-09 20:28:34 sendUrl INFO 7 [427] -2014-01-09 20:28:34 sendUrl INFO 7 [428] -2014-01-09 20:28:35 queue INFO 3 [429] -2014-01-09 20:28:35 queue INFO >3 [430] -2014-01-09 20:28:35 sendUrl INFO 3 [429] -2014-01-09 20:28:36 sendUrl INFO 3 [430] -2014-01-09 20:29:25 queue INFO >>3 [431] -2014-01-09 20:29:25 sendUrl INFO 3 [431] -2014-01-09 20:30:15 queue INFO >>3 [432] -2014-01-09 20:30:16 sendUrl INFO 3 [432] -2014-01-09 20:31:05 queue INFO >>3 [433] -2014-01-09 20:31:06 sendUrl INFO 3 [433] -2014-01-09 20:31:56 queue INFO >>3 [434] -2014-01-09 20:31:56 sendUrl INFO 3 [434] -2014-01-09 20:32:46 queue INFO >>3 [435] -2014-01-09 20:32:46 sendUrl INFO 3 [435] -2014-01-09 20:33:36 queue INFO >>3 [436] -2014-01-09 20:33:36 sendUrl INFO 3 [436] -2014-01-09 20:34:26 queue INFO >>3 [437] -2014-01-09 20:34:26 sendUrl INFO 3 [437] -2014-01-09 20:35:16 queue INFO >>3 [438] -2014-01-09 20:35:17 sendUrl INFO 3 [438] -2014-01-09 20:35:27 queue INFO 7 [439] -2014-01-09 20:35:27 queue INFO >7 [440] -2014-01-09 20:35:27 sendUrl INFO 7 [439] -2014-01-09 20:35:28 sendUrl INFO 7 [440] -2014-01-09 20:35:28 queue INFO 3 [441] -2014-01-09 20:35:28 queue INFO >3 [442] -2014-01-09 20:35:29 sendUrl INFO 3 [441] -2014-01-09 20:35:29 sendUrl INFO 3 [442] -2014-01-09 20:36:18 queue INFO >>3 [443] -2014-01-09 20:36:18 sendUrl INFO 3 [443] -2014-01-09 20:37:09 queue INFO >>3 [444] -2014-01-09 20:37:09 sendUrl INFO 3 [444] -2014-01-09 20:37:59 queue INFO >>3 [445] -2014-01-09 20:37:59 sendUrl INFO 3 [445] -2014-01-09 20:38:49 queue INFO >>3 [446] -2014-01-09 20:38:49 sendUrl INFO 3 [446] -2014-01-09 20:39:39 queue INFO >>3 [447] -2014-01-09 20:39:39 sendUrl INFO 3 [447] -2014-01-09 20:40:29 queue INFO >>3 [448] -2014-01-09 20:40:29 sendUrl INFO 3 [448] -2014-01-09 20:41:19 queue INFO >>3 [449] -2014-01-09 20:41:19 sendUrl INFO 3 [449] -2014-01-09 20:42:09 queue INFO >>3 [450] -2014-01-09 20:42:10 sendUrl INFO 3 [450] -2014-01-09 20:42:21 queue INFO 7 [451] -2014-01-09 20:42:21 queue INFO >7 [452] -2014-01-09 20:42:21 sendUrl INFO 7 [451] -2014-01-09 20:42:22 sendUrl INFO 7 [452] -2014-01-09 20:42:23 queue INFO 3 [453] -2014-01-09 20:42:23 sendUrl INFO 3 [453] -2014-01-09 20:42:23 queue INFO >3 [454] -2014-01-09 20:42:23 sendUrl INFO 3 [454] -2014-01-09 20:43:13 queue INFO >>3 [455] -2014-01-09 20:43:13 sendUrl INFO 3 [455] -2014-01-09 20:44:03 queue INFO >>3 [456] -2014-01-09 20:44:04 sendUrl INFO 3 [456] -2014-01-09 20:44:53 queue INFO >>3 [457] -2014-01-09 20:44:53 sendUrl INFO 3 [457] -2014-01-09 20:45:43 queue INFO >>3 [458] -2014-01-09 20:45:44 sendUrl INFO 3 [458] -2014-01-09 20:46:34 queue INFO >>3 [459] -2014-01-09 20:46:34 sendUrl INFO 3 [459] -2014-01-09 20:47:24 queue INFO >>3 [460] -2014-01-09 20:47:24 sendUrl INFO 3 [460] -2014-01-09 20:48:14 queue INFO >>3 [461] -2014-01-09 20:48:14 sendUrl INFO 3 [461] -2014-01-09 20:49:04 queue INFO >>3 [462] -2014-01-09 20:49:04 sendUrl INFO 3 [462] -2014-01-09 20:49:15 queue INFO 7 [463] -2014-01-09 20:49:15 queue INFO >7 [464] -2014-01-09 20:49:15 sendUrl INFO 7 [463] -2014-01-09 20:49:16 sendUrl INFO 7 [464] -2014-01-09 20:49:16 queue INFO 3 [465] -2014-01-09 20:49:17 queue INFO >3 [466] -2014-01-09 20:49:17 sendUrl INFO 3 [465] -2014-01-09 20:49:17 sendUrl INFO 3 [466] -2014-01-09 20:50:07 queue INFO >>3 [467] -2014-01-09 20:50:07 sendUrl INFO 3 [467] -2014-01-09 20:50:57 queue INFO >>3 [468] -2014-01-09 20:50:57 sendUrl INFO 3 [468] -2014-01-09 20:51:47 queue INFO >>3 [469] -2014-01-09 20:51:47 sendUrl INFO 3 [469] -2014-01-09 20:52:37 queue INFO >>3 [470] -2014-01-09 20:52:37 sendUrl INFO 3 [470] -2014-01-09 20:53:27 queue INFO >>3 [471] -2014-01-09 20:53:27 sendUrl INFO 3 [471] -2014-01-09 20:54:17 queue INFO >>3 [472] -2014-01-09 20:54:18 sendUrl INFO 3 [472] -2014-01-09 20:55:07 queue INFO >>3 [473] -2014-01-09 20:55:08 sendUrl INFO 3 [473] -2014-01-09 20:55:58 queue INFO >>3 [474] -2014-01-09 20:55:58 sendUrl INFO 3 [474] -2014-01-09 20:56:08 queue INFO 7 [475] -2014-01-09 20:56:09 queue INFO >7 [476] -2014-01-09 20:56:09 sendUrl INFO 7 [475] -2014-01-09 20:56:09 sendUrl INFO 7 [476] -2014-01-09 20:56:10 queue INFO 3 [477] -2014-01-09 20:56:10 queue INFO >3 [478] -2014-01-09 20:56:10 sendUrl INFO 3 [477] -2014-01-09 20:56:11 sendUrl INFO 3 [478] -2014-01-09 20:57:00 queue INFO >>3 [479] -2014-01-09 20:57:01 sendUrl INFO 3 [479] -2014-01-09 20:57:50 queue INFO >>3 [480] -2014-01-09 20:57:51 sendUrl INFO 3 [480] -2014-01-09 20:58:41 queue INFO >>3 [481] -2014-01-09 20:58:41 sendUrl INFO 3 [481] -2014-01-09 20:59:31 queue INFO >>3 [482] -2014-01-09 20:59:31 sendUrl INFO 3 [482] -2014-01-09 21:00:21 queue INFO >>3 [483] -2014-01-09 21:00:21 sendUrl INFO 3 [483] -2014-01-09 21:01:11 queue INFO >>3 [484] -2014-01-09 21:01:11 sendUrl INFO 3 [484] -2014-01-09 21:02:01 queue INFO >>3 [485] -2014-01-09 21:02:02 sendUrl INFO 3 [485] -2014-01-09 21:02:51 queue INFO >>3 [486] -2014-01-09 21:02:52 sendUrl INFO 3 [486] -2014-01-09 21:03:02 queue INFO 7 [487] -2014-01-09 21:03:02 queue INFO >7 [488] -2014-01-09 21:03:02 sendUrl INFO 7 [487] -2014-01-09 21:03:03 sendUrl INFO 7 [488] -2014-01-09 21:03:04 queue INFO 3 [489] -2014-01-09 21:03:04 sendUrl INFO 3 [489] -2014-01-09 21:03:04 queue INFO >3 [490] -2014-01-09 21:03:04 sendUrl INFO 3 [490] -2014-01-09 21:03:54 queue INFO >>3 [491] -2014-01-09 21:03:54 sendUrl INFO 3 [491] -2014-01-09 21:04:44 queue INFO >>3 [492] -2014-01-09 21:04:44 sendUrl INFO 3 [492] -2014-01-09 21:05:34 queue INFO >>3 [493] -2014-01-09 21:05:34 sendUrl INFO 3 [493] -2014-01-09 21:06:24 queue INFO >>3 [494] -2014-01-09 21:06:24 sendUrl INFO 3 [494] -2014-01-09 21:07:14 queue INFO >>3 [495] -2014-01-09 21:07:15 sendUrl INFO 3 [495] -2014-01-09 21:08:04 queue INFO >>3 [496] -2014-01-09 21:08:05 sendUrl INFO 3 [496] -2014-01-09 21:08:55 queue INFO >>3 [497] -2014-01-09 21:08:55 sendUrl INFO 3 [497] -2014-01-09 21:09:45 queue INFO >>3 [498] -2014-01-09 21:09:45 sendUrl INFO 3 [498] -2014-01-09 21:09:56 queue INFO 7 [499] -2014-01-09 21:09:56 queue INFO >7 [500] -2014-01-09 21:09:56 sendUrl INFO 7 [499] -2014-01-09 21:09:56 sendUrl INFO 7 [500] -2014-01-09 21:09:57 queue INFO 3 [501] -2014-01-09 21:09:57 queue INFO >3 [502] -2014-01-09 21:09:57 sendUrl INFO 3 [501] -2014-01-09 21:09:58 sendUrl INFO 3 [502] -2014-01-09 21:10:47 queue INFO >>3 [503] -2014-01-09 21:10:47 sendUrl INFO 3 [503] -2014-01-09 21:11:37 queue INFO >>3 [504] -2014-01-09 21:11:38 sendUrl INFO 3 [504] -2014-01-09 21:12:27 queue INFO >>3 [505] -2014-01-09 21:12:28 sendUrl INFO 3 [505] -2014-01-09 21:13:17 queue INFO >>3 [506] -2014-01-09 21:13:18 sendUrl INFO 3 [506] -2014-01-09 21:14:08 queue INFO >>3 [507] -2014-01-09 21:14:08 sendUrl INFO 3 [507] -2014-01-09 21:14:58 queue INFO >>3 [508] -2014-01-09 21:14:58 sendUrl INFO 3 [508] -2014-01-09 21:15:48 queue INFO >>3 [509] -2014-01-09 21:15:48 sendUrl INFO 3 [509] -2014-01-09 21:16:38 queue INFO >>3 [510] -2014-01-09 21:16:39 sendUrl INFO 3 [510] -2014-01-09 21:16:50 queue INFO 7 [511] -2014-01-09 21:16:50 queue INFO >7 [512] -2014-01-09 21:16:50 sendUrl INFO 7 [511] -2014-01-09 21:16:51 sendUrl INFO 7 [512] -2014-01-09 21:16:51 queue INFO 3 [513] -2014-01-09 21:16:52 sendUrl INFO 3 [513] -2014-01-09 21:16:52 queue INFO >3 [514] -2014-01-09 21:16:52 sendUrl INFO 3 [514] -2014-01-09 21:17:42 queue INFO >>3 [515] -2014-01-09 21:17:42 sendUrl INFO 3 [515] -2014-01-09 21:18:32 queue INFO >>3 [516] -2014-01-09 21:18:32 sendUrl INFO 3 [516] -2014-01-09 21:19:22 queue INFO >>3 [517] -2014-01-09 21:19:22 sendUrl INFO 3 [517] -2014-01-09 21:20:12 queue INFO >>3 [518] -2014-01-09 21:20:12 sendUrl INFO 3 [518] -2014-01-09 21:21:02 queue INFO >>3 [519] -2014-01-09 21:21:03 sendUrl INFO 3 [519] -2014-01-09 21:21:52 queue INFO >>3 [520] -2014-01-09 21:21:53 sendUrl INFO 3 [520] -2014-01-09 21:22:43 queue INFO >>3 [521] -2014-01-09 21:22:43 sendUrl INFO 3 [521] -2014-01-09 21:23:33 queue INFO >>3 [522] -2014-01-09 21:23:33 sendUrl INFO 3 [522] -2014-01-09 21:23:44 queue INFO 7 [523] -2014-01-09 21:23:44 queue INFO >7 [524] -2014-01-09 21:23:44 sendUrl INFO 7 [523] -2014-01-09 21:23:44 sendUrl INFO 7 [524] -2014-01-09 21:23:45 queue INFO 3 [525] -2014-01-09 21:23:45 queue INFO >3 [526] -2014-01-09 21:23:45 sendUrl INFO 3 [525] -2014-01-09 21:23:46 sendUrl INFO 3 [526] -2014-01-09 21:24:35 queue INFO >>3 [527] -2014-01-09 21:24:36 sendUrl INFO 3 [527] -2014-01-09 21:25:25 queue INFO >>3 [528] -2014-01-09 21:25:26 sendUrl INFO 3 [528] -2014-01-09 21:26:16 queue INFO >>3 [529] -2014-01-09 21:26:16 sendUrl INFO 3 [529] -2014-01-09 21:27:06 queue INFO >>3 [530] -2014-01-09 21:27:06 sendUrl INFO 3 [530] -2014-01-09 21:27:56 queue INFO >>3 [531] -2014-01-09 21:27:56 sendUrl INFO 3 [531] -2014-01-09 21:28:46 queue INFO >>3 [532] -2014-01-09 21:28:46 sendUrl INFO 3 [532] -2014-01-09 21:29:36 queue INFO >>3 [533] -2014-01-09 21:29:37 sendUrl INFO 3 [533] -2014-01-09 21:30:26 queue INFO >>3 [534] -2014-01-09 21:30:27 sendUrl INFO 3 [534] -2014-01-09 21:30:37 queue INFO 7 [535] -2014-01-09 21:30:37 queue INFO >7 [536] -2014-01-09 21:30:38 sendUrl INFO 7 [535] -2014-01-09 21:30:38 sendUrl INFO 7 [536] -2014-01-09 21:30:39 queue INFO 3 [537] -2014-01-09 21:30:39 queue INFO >3 [538] -2014-01-09 21:30:39 sendUrl INFO 3 [537] -2014-01-09 21:30:40 sendUrl INFO 3 [538] -2014-01-09 21:31:29 queue INFO >>3 [539] -2014-01-09 21:31:29 sendUrl INFO 3 [539] -2014-01-09 21:32:19 queue INFO >>3 [540] -2014-01-09 21:32:19 sendUrl INFO 3 [540] -2014-01-09 21:33:09 queue INFO >>3 [541] -2014-01-09 21:33:10 sendUrl INFO 3 [541] -2014-01-09 21:33:59 queue INFO >>3 [542] -2014-01-09 21:34:00 sendUrl INFO 3 [542] -2014-01-09 21:34:50 queue INFO >>3 [543] -2014-01-09 21:34:50 sendUrl INFO 3 [543] -2014-01-09 21:35:40 queue INFO >>3 [544] -2014-01-09 21:35:40 sendUrl INFO 3 [544] -2014-01-09 21:36:30 queue INFO >>3 [545] -2014-01-09 21:36:30 sendUrl INFO 3 [545] -2014-01-09 21:37:20 queue INFO >>3 [546] -2014-01-09 21:37:20 sendUrl INFO 3 [546] -2014-01-09 21:38:10 queue INFO >>3 [547] -2014-01-09 21:38:10 sendUrl INFO 3 [547] -2014-01-09 21:39:00 queue INFO >>3 [548] -2014-01-09 21:39:00 sendUrl INFO 3 [548] -2014-01-09 21:39:50 queue INFO >>3 [549] -2014-01-09 21:39:51 sendUrl INFO 3 [549] -2014-01-09 21:40:40 queue INFO >>3 [550] -2014-01-09 21:40:41 sendUrl INFO 3 [550] -2014-01-09 21:41:31 queue INFO >>3 [551] -2014-01-09 21:41:31 sendUrl INFO 3 [551] -2014-01-09 21:42:21 queue INFO >>3 [552] -2014-01-09 21:42:21 sendUrl INFO 3 [552] -2014-01-09 21:43:00 queue INFO 21 [553] -2014-01-09 21:43:01 queue INFO >21 [554] -2014-01-09 21:43:01 sendUrl INFO 21 [553] -2014-01-09 21:43:02 sendUrl INFO 21 [554] -2014-01-09 21:43:51 queue INFO >>21 [555] -2014-01-09 21:43:51 sendUrl INFO 21 [555] -2014-01-09 21:44:13 queue INFO 1 [556] -2014-01-09 21:44:14 queue INFO >1 [557] -2014-01-09 21:44:14 sendUrl INFO 1 [556] -2014-01-09 21:44:14 sendUrl INFO 1 [557] -2014-01-09 21:44:36 queue INFO 5 [558] -2014-01-09 21:44:36 queue INFO >5 [559] -2014-01-09 21:44:37 sendUrl INFO 5 [558] -2014-01-09 21:44:37 sendUrl INFO 5 [559] -2014-01-09 21:44:38 queue INFO 1 [560] -2014-01-09 21:44:38 queue INFO >1 [561] -2014-01-09 21:44:38 sendUrl INFO 1 [560] -2014-01-09 21:44:39 sendUrl INFO 1 [561] -2014-01-09 21:45:28 queue INFO >>1 [562] -2014-01-09 21:45:28 sendUrl INFO 1 [562] -2014-01-09 21:45:30 queue INFO 3 [563] -2014-01-09 21:45:30 sendUrl INFO 3 [563] -2014-01-09 21:45:30 queue INFO >3 [564] -2014-01-09 21:45:31 sendUrl INFO 3 [564] -2014-01-09 21:46:20 queue INFO >>3 [565] -2014-01-09 21:46:20 sendUrl INFO 3 [565] -2014-01-09 21:47:10 queue INFO >>3 [566] -2014-01-09 21:47:11 sendUrl INFO 3 [566] -2014-01-09 21:48:00 queue INFO >>3 [567] -2014-01-09 21:48:01 sendUrl INFO 3 [567] -2014-01-09 21:48:51 queue INFO >>3 [568] -2014-01-09 21:48:51 sendUrl INFO 3 [568] -2014-01-09 21:49:41 queue INFO >>3 [569] -2014-01-09 21:49:41 sendUrl INFO 3 [569] -2014-01-09 21:50:31 queue INFO >>3 [570] -2014-01-09 21:50:31 sendUrl INFO 3 [570] -2014-01-09 21:51:21 queue INFO >>3 [571] -2014-01-09 21:51:21 sendUrl INFO 3 [571] -2014-01-09 21:51:30 queue INFO 7 [572] -2014-01-09 21:51:30 queue INFO >7 [573] -2014-01-09 21:51:30 sendUrl INFO 7 [572] -2014-01-09 21:51:31 sendUrl INFO 7 [573] -2014-01-09 21:51:32 queue INFO 3 [574] -2014-01-09 21:51:32 queue INFO >3 [575] -2014-01-09 21:51:32 sendUrl INFO 3 [574] -2014-01-09 21:51:32 sendUrl INFO 3 [575] -2014-01-09 21:52:22 queue INFO >>3 [576] -2014-01-09 21:52:22 sendUrl INFO 3 [576] -2014-01-09 21:53:12 queue INFO >>3 [577] -2014-01-09 21:53:12 sendUrl INFO 3 [577] -2014-01-09 21:54:02 queue INFO >>3 [578] -2014-01-09 21:54:02 sendUrl INFO 3 [578] -2014-01-09 21:54:52 queue INFO >>3 [579] -2014-01-09 21:54:53 sendUrl INFO 3 [579] -2014-01-09 21:55:42 queue INFO >>3 [580] -2014-01-09 21:55:43 sendUrl INFO 3 [580] -2014-01-09 21:56:33 queue INFO >>3 [581] -2014-01-09 21:56:33 sendUrl INFO 3 [581] -2014-01-09 21:57:23 queue INFO >>3 [582] -2014-01-09 21:57:23 sendUrl INFO 3 [582] -2014-01-09 21:58:13 queue INFO >>3 [583] -2014-01-09 21:58:13 sendUrl INFO 3 [583] -2014-01-09 21:58:24 queue INFO 7 [584] -2014-01-09 21:58:24 queue INFO >7 [585] -2014-01-09 21:58:24 sendUrl INFO 7 [584] -2014-01-09 21:58:25 sendUrl INFO 7 [585] -2014-01-09 21:58:25 queue INFO 3 [586] -2014-01-09 21:58:26 queue INFO >3 [587] -2014-01-09 21:58:26 sendUrl INFO 3 [586] -2014-01-09 21:58:26 sendUrl INFO 3 [587] -2014-01-09 21:59:15 queue INFO >>3 [588] -2014-01-09 21:59:16 sendUrl INFO 3 [588] -2014-01-09 22:00:06 queue INFO >>3 [589] -2014-01-09 22:00:06 sendUrl INFO 3 [589] -2014-01-09 22:00:56 queue INFO >>3 [590] -2014-01-09 22:00:56 sendUrl INFO 3 [590] -2014-01-09 22:01:46 queue INFO >>3 [591] -2014-01-09 22:01:46 sendUrl INFO 3 [591] -2014-01-09 22:02:36 queue INFO >>3 [592] -2014-01-09 22:02:36 sendUrl INFO 3 [592] -2014-01-09 22:03:26 queue INFO >>3 [593] -2014-01-09 22:03:27 sendUrl INFO 3 [593] -2014-01-09 22:04:16 queue INFO >>3 [594] -2014-01-09 22:04:17 sendUrl INFO 3 [594] -2014-01-09 22:05:06 queue INFO >>3 [595] -2014-01-09 22:05:07 sendUrl INFO 3 [595] -2014-01-09 22:05:17 queue INFO 7 [596] -2014-01-09 22:05:17 queue INFO >7 [597] -2014-01-09 22:05:17 sendUrl INFO 7 [596] -2014-01-09 22:05:18 sendUrl INFO 7 [597] -2014-01-09 22:05:19 queue INFO 3 [598] -2014-01-09 22:05:19 queue INFO >3 [599] -2014-01-09 22:05:19 sendUrl INFO 3 [598] -2014-01-09 22:05:19 sendUrl INFO 3 [599] -2014-01-09 22:06:09 queue INFO >>3 [600] -2014-01-09 22:06:09 sendUrl INFO 3 [600] -2014-01-09 22:06:59 queue INFO >>3 [601] -2014-01-09 22:06:59 sendUrl INFO 3 [601] -2014-01-09 22:07:49 queue INFO >>3 [602] -2014-01-09 22:07:49 sendUrl INFO 3 [602] -2014-01-09 22:08:39 queue INFO >>3 [603] -2014-01-09 22:08:39 sendUrl INFO 3 [603] -2014-01-09 22:09:29 queue INFO >>3 [604] -2014-01-09 22:09:30 sendUrl INFO 3 [604] -2014-01-09 22:10:20 queue INFO >>3 [605] -2014-01-09 22:10:20 sendUrl INFO 3 [605] -2014-01-09 22:11:10 queue INFO >>3 [606] -2014-01-09 22:11:10 sendUrl INFO 3 [606] -2014-01-09 22:12:00 queue INFO >>3 [607] -2014-01-09 22:12:00 sendUrl INFO 3 [607] -2014-01-09 22:12:11 queue INFO 7 [608] -2014-01-09 22:12:11 queue INFO >7 [609] -2014-01-09 22:12:11 sendUrl INFO 7 [608] -2014-01-09 22:12:12 sendUrl INFO 7 [609] -2014-01-09 22:12:12 queue INFO 3 [610] -2014-01-09 22:12:12 queue INFO >3 [611] -2014-01-09 22:12:13 sendUrl INFO 3 [610] -2014-01-09 22:12:13 sendUrl INFO 3 [611] -2014-01-09 22:13:02 queue INFO >>3 [612] -2014-01-09 22:13:03 sendUrl INFO 3 [612] -2014-01-09 22:13:53 queue INFO >>3 [613] -2014-01-09 22:13:53 sendUrl INFO 3 [613] -2014-01-09 22:14:43 queue INFO >>3 [614] -2014-01-09 22:14:43 sendUrl INFO 3 [614] -2014-01-09 22:15:33 queue INFO >>3 [615] -2014-01-09 22:15:33 sendUrl INFO 3 [615] -2014-01-09 22:16:23 queue INFO >>3 [616] -2014-01-09 22:16:23 sendUrl INFO 3 [616] -2014-01-09 22:17:13 queue INFO >>3 [617] -2014-01-09 22:17:14 sendUrl INFO 3 [617] -2014-01-09 22:18:03 queue INFO >>3 [618] -2014-01-09 22:18:04 sendUrl INFO 3 [618] -2014-01-09 22:18:54 queue INFO >>3 [619] -2014-01-09 22:18:54 sendUrl INFO 3 [619] -2014-01-09 22:19:05 queue INFO 7 [620] -2014-01-09 22:19:05 queue INFO >7 [621] -2014-01-09 22:19:05 sendUrl INFO 7 [620] -2014-01-09 22:19:06 sendUrl INFO 7 [621] -2014-01-09 22:19:07 queue INFO 3 [622] -2014-01-09 22:19:07 queue INFO >3 [623] -2014-01-09 22:19:07 sendUrl INFO 3 [622] -2014-01-09 22:19:07 sendUrl INFO 3 [623] -2014-01-09 22:19:57 queue INFO >>3 [624] -2014-01-09 22:19:57 sendUrl INFO 3 [624] -2014-01-09 22:20:47 queue INFO >>3 [625] -2014-01-09 22:20:47 sendUrl INFO 3 [625] -2014-01-09 22:21:37 queue INFO >>3 [626] -2014-01-09 22:21:37 sendUrl INFO 3 [626] -2014-01-09 22:22:27 queue INFO >>3 [627] -2014-01-09 22:22:27 sendUrl INFO 3 [627] -2014-01-09 22:23:17 queue INFO >>3 [628] -2014-01-09 22:23:18 sendUrl INFO 3 [628] -2014-01-09 22:24:07 queue INFO >>3 [629] -2014-01-09 22:24:08 sendUrl INFO 3 [629] -2014-01-09 22:24:58 queue INFO >>3 [630] -2014-01-09 22:24:58 sendUrl INFO 3 [630] -2014-01-09 22:25:48 queue INFO >>3 [631] -2014-01-09 22:25:48 sendUrl INFO 3 [631] -2014-01-09 22:25:59 queue INFO 7 [632] -2014-01-09 22:25:59 queue INFO >7 [633] -2014-01-09 22:25:59 sendUrl INFO 7 [632] -2014-01-09 22:26:00 sendUrl INFO 7 [633] -2014-01-09 22:26:00 queue INFO 3 [634] -2014-01-09 22:26:01 queue INFO >3 [635] -2014-01-09 22:26:01 sendUrl INFO 3 [634] -2014-01-09 22:26:01 sendUrl INFO 3 [635] -2014-01-09 22:26:51 queue INFO >>3 [636] -2014-01-09 22:26:51 sendUrl INFO 3 [636] -2014-01-09 22:27:41 queue INFO >>3 [637] -2014-01-09 22:27:41 sendUrl INFO 3 [637] -2014-01-09 22:28:31 queue INFO >>3 [638] -2014-01-09 22:28:31 sendUrl INFO 3 [638] -2014-01-09 22:29:21 queue INFO >>3 [639] -2014-01-09 22:29:22 sendUrl INFO 3 [639] -2014-01-09 22:30:11 queue INFO >>3 [640] -2014-01-09 22:30:11 sendUrl INFO 3 [640] -2014-01-09 22:31:01 queue INFO >>3 [641] -2014-01-09 22:31:02 sendUrl INFO 3 [641] -2014-01-09 22:31:51 queue INFO >>3 [642] -2014-01-09 22:31:52 sendUrl INFO 3 [642] -2014-01-09 22:32:42 queue INFO >>3 [643] -2014-01-09 22:32:42 sendUrl INFO 3 [643] -2014-01-09 22:32:52 queue INFO 7 [644] -2014-01-09 22:32:52 queue INFO >7 [645] -2014-01-09 22:32:52 sendUrl INFO 7 [644] -2014-01-09 22:32:53 sendUrl INFO 7 [645] -2014-01-09 22:32:54 queue INFO 3 [646] -2014-01-09 22:32:54 sendUrl INFO 3 [646] -2014-01-09 22:32:54 queue INFO >3 [647] -2014-01-09 22:32:54 sendUrl INFO 3 [647] -2014-01-09 22:33:44 queue INFO >>3 [648] -2014-01-09 22:33:44 sendUrl INFO 3 [648] -2014-01-09 22:34:34 queue INFO >>3 [649] -2014-01-09 22:34:35 sendUrl INFO 3 [649] -2014-01-09 22:35:24 queue INFO >>3 [650] -2014-01-09 22:35:24 sendUrl INFO 3 [650] -2014-01-09 22:36:14 queue INFO >>3 [651] -2014-01-09 22:36:15 sendUrl INFO 3 [651] -2014-01-09 22:37:05 queue INFO >>3 [652] -2014-01-09 22:37:05 sendUrl INFO 3 [652] -2014-01-09 22:37:55 queue INFO >>3 [653] -2014-01-09 22:37:55 sendUrl INFO 3 [653] -2014-01-09 22:38:45 queue INFO >>3 [654] -2014-01-09 22:38:45 sendUrl INFO 3 [654] -2014-01-09 22:39:35 queue INFO >>3 [655] -2014-01-09 22:39:36 sendUrl INFO 3 [655] -2014-01-09 22:39:46 queue INFO 7 [656] -2014-01-09 22:39:46 queue INFO >7 [657] -2014-01-09 22:39:46 sendUrl INFO 7 [656] -2014-01-09 22:39:47 sendUrl INFO 7 [657] -2014-01-09 22:39:47 queue INFO 3 [658] -2014-01-09 22:39:48 queue INFO >3 [659] -2014-01-09 22:39:48 sendUrl INFO 3 [658] -2014-01-09 22:39:48 sendUrl INFO 3 [659] -2014-01-09 22:40:37 queue INFO >>3 [660] -2014-01-09 22:40:38 sendUrl INFO 3 [660] -2014-01-09 22:41:28 queue INFO >>3 [661] -2014-01-09 22:41:28 sendUrl INFO 3 [661] -2014-01-09 22:42:18 queue INFO >>3 [662] -2014-01-09 22:42:18 sendUrl INFO 3 [662] -2014-01-09 22:43:08 queue INFO >>3 [663] -2014-01-09 22:43:09 sendUrl INFO 3 [663] -2014-01-09 22:43:58 queue INFO >>3 [664] -2014-01-09 22:43:58 sendUrl INFO 3 [664] -2014-01-09 22:44:48 queue INFO >>3 [665] -2014-01-09 22:44:49 sendUrl INFO 3 [665] -2014-01-09 22:45:38 queue INFO >>3 [666] -2014-01-09 22:45:39 sendUrl INFO 3 [666] -2014-01-09 22:46:29 queue INFO >>3 [667] -2014-01-09 22:46:29 sendUrl INFO 3 [667] -2014-01-09 22:46:39 queue INFO 7 [668] -2014-01-09 22:46:39 queue INFO >7 [669] -2014-01-09 22:46:39 sendUrl INFO 7 [668] -2014-01-09 22:46:40 sendUrl INFO 7 [669] -2014-01-09 22:46:41 queue INFO 3 [670] -2014-01-09 22:46:41 sendUrl INFO 3 [670] -2014-01-09 22:46:41 queue INFO >3 [671] -2014-01-09 22:46:41 sendUrl INFO 3 [671] -2014-01-09 22:47:31 queue INFO >>3 [672] -2014-01-09 22:47:31 sendUrl INFO 3 [672] -2014-01-09 22:48:21 queue INFO >>3 [673] -2014-01-09 22:48:22 sendUrl INFO 3 [673] -2014-01-09 22:49:11 queue INFO >>3 [674] -2014-01-09 22:49:11 sendUrl INFO 3 [674] -2014-01-09 22:50:01 queue INFO >>3 [675] -2014-01-09 22:50:02 sendUrl INFO 3 [675] -2014-01-09 22:50:52 queue INFO >>3 [676] -2014-01-09 22:50:52 sendUrl INFO 3 [676] -2014-01-09 22:51:42 queue INFO >>3 [677] -2014-01-09 22:51:42 sendUrl INFO 3 [677] -2014-01-09 22:52:32 queue INFO >>3 [678] -2014-01-09 22:52:32 sendUrl INFO 3 [678] -2014-01-09 22:53:22 queue INFO >>3 [679] -2014-01-09 22:53:23 sendUrl INFO 3 [679] -2014-01-09 22:53:34 queue INFO 7 [680] -2014-01-09 22:53:34 queue INFO >7 [681] -2014-01-09 22:53:34 sendUrl INFO 7 [680] -2014-01-09 22:53:35 sendUrl INFO 7 [681] -2014-01-09 22:53:35 queue INFO 3 [682] -2014-01-09 22:53:35 queue INFO >3 [683] -2014-01-09 22:53:36 sendUrl INFO 3 [682] -2014-01-09 22:53:36 sendUrl INFO 3 [683] -2014-01-09 22:54:25 queue INFO >>3 [684] -2014-01-09 22:54:26 sendUrl INFO 3 [684] -2014-01-09 22:55:16 queue INFO >>3 [685] -2014-01-09 22:55:16 sendUrl INFO 3 [685] -2014-01-09 22:56:06 queue INFO >>3 [686] -2014-01-09 22:56:06 sendUrl INFO 3 [686] -2014-01-09 22:56:56 queue INFO >>3 [687] -2014-01-09 22:56:56 sendUrl INFO 3 [687] -2014-01-09 22:57:46 queue INFO >>3 [688] -2014-01-09 22:57:46 sendUrl INFO 3 [688] -2014-01-09 22:58:36 queue INFO >>3 [689] -2014-01-09 22:58:37 sendUrl INFO 3 [689] -2014-01-09 22:59:26 queue INFO >>3 [690] -2014-01-09 22:59:27 sendUrl INFO 3 [690] -2014-01-09 23:00:17 queue INFO >>3 [691] -2014-01-09 23:00:17 sendUrl INFO 3 [691] -2014-01-09 23:00:27 queue INFO 7 [692] -2014-01-09 23:00:27 sendUrl INFO 7 [692] -2014-01-09 23:00:28 queue INFO >7 [693] -2014-01-09 23:00:28 sendUrl INFO 7 [693] -2014-01-09 23:00:29 queue INFO 3 [694] -2014-01-09 23:00:29 queue INFO >3 [695] -2014-01-09 23:00:29 sendUrl INFO 3 [694] -2014-01-09 23:00:30 sendUrl INFO 3 [695] -2014-01-09 23:01:19 queue INFO >>3 [696] -2014-01-09 23:01:19 sendUrl INFO 3 [696] -2014-01-09 23:02:09 queue INFO >>3 [697] -2014-01-09 23:02:10 sendUrl INFO 3 [697] -2014-01-09 23:02:59 queue INFO >>3 [698] -2014-01-09 23:03:00 sendUrl INFO 3 [698] -2014-01-09 23:03:50 queue INFO >>3 [699] -2014-01-09 23:03:50 sendUrl INFO 3 [699] -2014-01-09 23:04:40 queue INFO >>3 [700] -2014-01-09 23:04:40 sendUrl INFO 3 [700] -2014-01-09 23:05:30 queue INFO >>3 [701] -2014-01-09 23:05:30 sendUrl INFO 3 [701] -2014-01-09 23:05:36 queue INFO 1 [702] -2014-01-09 23:05:36 queue INFO >1 [703] -2014-01-09 23:05:36 sendUrl INFO 1 [702] -2014-01-09 23:05:37 sendUrl INFO 1 [703] -2014-01-09 23:06:26 queue INFO >>1 [704] -2014-01-09 23:06:26 sendUrl INFO 1 [704] -2014-01-09 23:07:16 queue INFO >>1 [705] -2014-01-09 23:07:16 sendUrl INFO 1 [705] -2014-01-09 23:07:32 queue INFO 21 [706] -2014-01-09 23:07:32 sendUrl INFO 21 [706] -2014-01-09 23:07:32 queue INFO >21 [707] -2014-01-09 23:07:32 sendUrl INFO 21 [707] -2014-01-09 23:08:22 queue INFO >>21 [708] -2014-01-09 23:08:22 sendUrl INFO 21 [708] -2014-01-09 23:09:12 queue INFO >>21 [709] -2014-01-09 23:09:12 sendUrl INFO 21 [709] -2014-01-09 23:10:02 queue INFO >>21 [710] -2014-01-09 23:10:02 sendUrl INFO 21 [710] -2014-01-09 23:10:52 queue INFO >>21 [711] -2014-01-09 23:10:53 sendUrl INFO 21 [711] -2014-01-09 23:11:42 queue INFO >>21 [712] -2014-01-09 23:11:43 sendUrl INFO 21 [712] -2014-01-09 23:12:33 queue INFO >>21 [713] -2014-01-09 23:12:33 sendUrl INFO 21 [713] -2014-01-09 23:13:23 queue INFO >>21 [714] -2014-01-09 23:13:23 sendUrl INFO 21 [714] -2014-01-09 23:14:13 queue INFO >>21 [715] -2014-01-09 23:14:13 sendUrl INFO 21 [715] -2014-01-09 23:15:03 queue INFO >>21 [716] -2014-01-09 23:15:03 sendUrl INFO 21 [716] -2014-01-09 23:15:53 queue INFO >>21 [717] -2014-01-09 23:15:54 sendUrl INFO 21 [717] -2014-01-09 23:16:43 queue INFO >>21 [718] -2014-01-09 23:16:43 sendUrl INFO 21 [718] -2014-01-09 23:17:33 queue INFO >>21 [719] -2014-01-09 23:17:34 sendUrl INFO 21 [719] -2014-01-09 23:18:24 queue INFO >>21 [720] -2014-01-09 23:18:24 sendUrl INFO 21 [720] -2014-01-09 23:19:07 queue INFO 1 [721] -2014-01-09 23:19:08 queue INFO >1 [722] -2014-01-09 23:19:08 sendUrl INFO 1 [721] -2014-01-09 23:19:08 sendUrl INFO 1 [722] -2014-01-09 23:19:32 queue INFO 5 [723] -2014-01-09 23:19:33 sendUrl INFO 5 [723] -2014-01-09 23:19:33 queue INFO >5 [724] -2014-01-09 23:19:33 sendUrl INFO 5 [724] -2014-01-09 23:19:34 queue INFO 1 [725] -2014-01-09 23:19:34 queue INFO >1 [726] -2014-01-09 23:19:35 sendUrl INFO 1 [725] -2014-01-09 23:19:35 sendUrl INFO 1 [726] -2014-01-09 23:20:24 queue INFO >>1 [727] -2014-01-09 23:20:24 sendUrl INFO 1 [727] -2014-01-09 23:20:26 queue INFO 3 [728] -2014-01-09 23:20:26 queue INFO >3 [729] -2014-01-09 23:20:26 sendUrl INFO 3 [728] -2014-01-09 23:20:27 sendUrl INFO 3 [729] -2014-01-09 23:21:16 queue INFO >>3 [730] -2014-01-09 23:21:17 sendUrl INFO 3 [730] -2014-01-09 23:22:06 queue INFO >>3 [731] -2014-01-09 23:22:07 sendUrl INFO 3 [731] -2014-01-09 23:22:56 queue INFO >>3 [732] -2014-01-09 23:22:57 sendUrl INFO 3 [732] -2014-01-09 23:23:47 queue INFO >>3 [733] -2014-01-09 23:23:47 sendUrl INFO 3 [733] -2014-01-09 23:24:37 queue INFO >>3 [734] -2014-01-09 23:24:37 sendUrl INFO 3 [734] -2014-01-09 23:25:27 queue INFO >>3 [735] -2014-01-09 23:25:27 sendUrl INFO 3 [735] -2014-01-09 23:26:17 queue INFO >>3 [736] -2014-01-09 23:26:17 sendUrl INFO 3 [736] -2014-01-09 23:26:26 queue INFO 7 [737] -2014-01-09 23:26:27 queue INFO >7 [738] -2014-01-09 23:26:27 sendUrl INFO 7 [737] -2014-01-09 23:26:27 sendUrl INFO 7 [738] -2014-01-09 23:26:28 queue INFO 3 [739] -2014-01-09 23:26:28 queue INFO >3 [740] -2014-01-09 23:26:28 sendUrl INFO 3 [739] -2014-01-09 23:26:29 sendUrl INFO 3 [740] -2014-01-09 23:27:18 queue INFO >>3 [741] -2014-01-09 23:27:19 sendUrl INFO 3 [741] -2014-01-09 23:28:08 queue INFO >>3 [742] -2014-01-09 23:28:08 sendUrl INFO 3 [742] -2014-01-09 23:28:58 queue INFO >>3 [743] -2014-01-09 23:28:59 sendUrl INFO 3 [743] -2014-01-09 23:29:49 queue INFO >>3 [744] -2014-01-09 23:29:49 sendUrl INFO 3 [744] -2014-01-09 23:30:39 queue INFO >>3 [745] -2014-01-09 23:30:39 sendUrl INFO 3 [745] -2014-01-09 23:31:29 queue INFO >>3 [746] -2014-01-09 23:31:29 sendUrl INFO 3 [746] -2014-01-09 23:32:19 queue INFO >>3 [747] -2014-01-09 23:32:19 sendUrl INFO 3 [747] -2014-01-09 23:33:09 queue INFO >>3 [748] -2014-01-09 23:33:09 sendUrl INFO 3 [748] -2014-01-09 23:33:20 queue INFO 7 [749] -2014-01-09 23:33:20 queue INFO >7 [750] -2014-01-09 23:33:20 sendUrl INFO 7 [749] -2014-01-09 23:33:21 sendUrl INFO 7 [750] -2014-01-09 23:33:21 queue INFO 3 [751] -2014-01-09 23:33:22 sendUrl INFO 3 [751] -2014-01-09 23:33:22 queue INFO >3 [752] -2014-01-09 23:33:22 sendUrl INFO 3 [752] -2014-01-09 23:34:12 queue INFO >>3 [753] -2014-01-09 23:34:12 sendUrl INFO 3 [753] -2014-01-09 23:35:02 queue INFO >>3 [754] -2014-01-09 23:35:02 sendUrl INFO 3 [754] -2014-01-09 23:35:52 queue INFO >>3 [755] -2014-01-09 23:35:52 sendUrl INFO 3 [755] -2014-01-09 23:36:42 queue INFO >>3 [756] -2014-01-09 23:36:42 sendUrl INFO 3 [756] -2014-01-09 23:37:32 queue INFO >>3 [757] -2014-01-09 23:37:33 sendUrl INFO 3 [757] -2014-01-09 23:38:22 queue INFO >>3 [758] -2014-01-09 23:38:23 sendUrl INFO 3 [758] -2014-01-09 23:39:12 queue INFO >>3 [759] -2014-01-09 23:39:13 sendUrl INFO 3 [759] -2014-01-09 23:40:03 queue INFO >>3 [760] -2014-01-09 23:40:03 sendUrl INFO 3 [760] -2014-01-09 23:40:13 queue INFO 7 [761] -2014-01-09 23:40:13 queue INFO >7 [762] -2014-01-09 23:40:14 sendUrl INFO 7 [761] -2014-01-09 23:40:14 sendUrl INFO 7 [762] -2014-01-09 23:40:15 queue INFO 3 [763] -2014-01-09 23:40:15 queue INFO >3 [764] -2014-01-09 23:40:15 sendUrl INFO 3 [763] -2014-01-09 23:40:16 sendUrl INFO 3 [764] -2014-01-09 23:41:05 queue INFO >>3 [765] -2014-01-09 23:41:05 sendUrl INFO 3 [765] -2014-01-09 23:41:55 queue INFO >>3 [766] -2014-01-09 23:41:55 sendUrl INFO 3 [766] -2014-01-09 23:42:45 queue INFO >>3 [767] -2014-01-09 23:42:46 sendUrl INFO 3 [767] -2014-01-09 23:43:35 queue INFO >>3 [768] -2014-01-09 23:43:36 sendUrl INFO 3 [768] -2014-01-09 23:44:26 queue INFO >>3 [769] -2014-01-09 23:44:26 sendUrl INFO 3 [769] -2014-01-09 23:45:16 queue INFO >>3 [770] -2014-01-09 23:45:16 sendUrl INFO 3 [770] -2014-01-09 23:46:06 queue INFO >>3 [771] -2014-01-09 23:46:06 sendUrl INFO 3 [771] -2014-01-09 23:46:56 queue INFO >>3 [772] -2014-01-09 23:46:56 sendUrl INFO 3 [772] -2014-01-09 23:47:07 queue INFO 7 [773] -2014-01-09 23:47:07 queue INFO >7 [774] -2014-01-09 23:47:07 sendUrl INFO 7 [773] -2014-01-09 23:47:08 sendUrl INFO 7 [774] -2014-01-09 23:47:08 queue INFO 3 [775] -2014-01-09 23:47:09 queue INFO >3 [776] -2014-01-09 23:47:09 sendUrl INFO 3 [775] -2014-01-09 23:47:09 sendUrl INFO 3 [776] -2014-01-09 23:47:58 queue INFO >>3 [777] -2014-01-09 23:47:59 sendUrl INFO 3 [777] -2014-01-09 23:48:49 queue INFO >>3 [778] -2014-01-09 23:48:49 sendUrl INFO 3 [778] -2014-01-09 23:49:39 queue INFO >>3 [779] -2014-01-09 23:49:39 sendUrl INFO 3 [779] -2014-01-09 23:50:29 queue INFO >>3 [780] -2014-01-09 23:50:29 sendUrl INFO 3 [780] -2014-01-09 23:51:19 queue INFO >>3 [781] -2014-01-09 23:51:19 sendUrl INFO 3 [781] -2014-01-09 23:52:09 queue INFO >>3 [782] -2014-01-09 23:52:10 sendUrl INFO 3 [782] -2014-01-09 23:52:59 queue INFO >>3 [783] -2014-01-09 23:53:00 sendUrl INFO 3 [783] -2014-01-09 23:53:50 queue INFO >>3 [784] -2014-01-09 23:53:50 sendUrl INFO 3 [784] -2014-01-09 23:54:01 queue INFO 7 [785] -2014-01-09 23:54:01 sendUrl INFO 7 [785] -2014-01-09 23:54:01 queue INFO >7 [786] -2014-01-09 23:54:02 sendUrl INFO 7 [786] -2014-01-09 23:54:03 queue INFO 3 [787] -2014-01-09 23:54:03 queue INFO >3 [788] -2014-01-09 23:54:03 sendUrl INFO 3 [787] -2014-01-09 23:54:04 sendUrl INFO 3 [788] -2014-01-09 23:54:53 queue INFO >>3 [789] -2014-01-09 23:54:53 sendUrl INFO 3 [789] -2014-01-09 23:55:43 queue INFO >>3 [790] -2014-01-09 23:55:43 sendUrl INFO 3 [790] -2014-01-09 23:56:33 queue INFO >>3 [791] -2014-01-09 23:56:34 sendUrl INFO 3 [791] -2014-01-09 23:57:23 queue INFO >>3 [792] -2014-01-09 23:57:24 sendUrl INFO 3 [792] -2014-01-09 23:58:14 queue INFO >>3 [793] -2014-01-09 23:58:14 sendUrl INFO 3 [793] -2014-01-09 23:59:04 queue INFO >>3 [794] -2014-01-09 23:59:04 sendUrl INFO 3 [794] -2014-01-09 23:59:54 queue INFO >>3 [795] -2014-01-09 23:59:54 sendUrl INFO 3 [795] -2014-01-10 00:00:44 queue INFO >>3 [796] -2014-01-10 00:00:44 sendUrl INFO 3 [796] -2014-01-10 00:00:55 queue INFO 7 [797] -2014-01-10 00:00:55 queue INFO >7 [798] -2014-01-10 00:00:55 sendUrl INFO 7 [797] -2014-01-10 00:00:56 sendUrl INFO 7 [798] -2014-01-10 00:00:56 queue INFO 3 [799] -2014-01-10 00:00:57 sendUrl INFO 3 [799] -2014-01-10 00:00:57 queue INFO >3 [800] -2014-01-10 00:00:57 sendUrl INFO 3 [800] -2014-01-10 00:01:47 queue INFO >>3 [801] -2014-01-10 00:01:47 sendUrl INFO 3 [801] -2014-01-10 00:02:37 queue INFO >>3 [802] -2014-01-10 00:02:37 sendUrl INFO 3 [802] -2014-01-10 00:03:27 queue INFO >>3 [803] -2014-01-10 00:03:27 sendUrl INFO 3 [803] -2014-01-10 00:04:17 queue INFO >>3 [804] -2014-01-10 00:04:17 sendUrl INFO 3 [804] -2014-01-10 00:05:07 queue INFO >>3 [805] -2014-01-10 00:05:08 sendUrl INFO 3 [805] -2014-01-10 00:05:57 queue INFO >>3 [806] -2014-01-10 00:05:58 sendUrl INFO 3 [806] -2014-01-10 00:06:48 queue INFO >>3 [807] -2014-01-10 00:06:48 sendUrl INFO 3 [807] -2014-01-10 00:07:38 queue INFO >>3 [808] -2014-01-10 00:07:38 sendUrl INFO 3 [808] -2014-01-10 00:07:49 queue INFO 7 [809] -2014-01-10 00:07:49 queue INFO >7 [810] -2014-01-10 00:07:49 sendUrl INFO 7 [809] -2014-01-10 00:07:49 sendUrl INFO 7 [810] -2014-01-10 00:07:50 queue INFO 3 [811] -2014-01-10 00:07:50 queue INFO >3 [812] -2014-01-10 00:07:50 sendUrl INFO 3 [811] -2014-01-10 00:07:51 sendUrl INFO 3 [812] -2014-01-10 00:08:40 queue INFO >>3 [813] -2014-01-10 00:08:41 sendUrl INFO 3 [813] -2014-01-10 00:09:30 queue INFO >>3 [814] -2014-01-10 00:09:31 sendUrl INFO 3 [814] -2014-01-10 00:10:21 queue INFO >>3 [815] -2014-01-10 00:10:21 sendUrl INFO 3 [815] -2014-01-10 00:11:11 queue INFO >>3 [816] -2014-01-10 00:11:11 sendUrl INFO 3 [816] -2014-01-10 00:12:01 queue INFO >>3 [817] -2014-01-10 00:12:01 sendUrl INFO 3 [817] -2014-01-10 00:12:51 queue INFO >>3 [818] -2014-01-10 00:12:51 sendUrl INFO 3 [818] -2014-01-10 00:13:41 queue INFO >>3 [819] -2014-01-10 00:13:42 sendUrl INFO 3 [819] -2014-01-10 00:14:31 queue INFO >>3 [820] -2014-01-10 00:14:31 sendUrl INFO 3 [820] -2014-01-10 00:14:42 queue INFO 7 [821] -2014-01-10 00:14:42 queue INFO >7 [822] -2014-01-10 00:14:43 sendUrl INFO 7 [821] -2014-01-10 00:14:43 sendUrl INFO 7 [822] -2014-01-10 00:14:44 queue INFO 3 [823] -2014-01-10 00:14:44 queue INFO >3 [824] -2014-01-10 00:14:44 sendUrl INFO 3 [823] -2014-01-10 00:14:45 sendUrl INFO 3 [824] -2014-01-10 00:15:34 queue INFO >>3 [825] -2014-01-10 00:15:34 sendUrl INFO 3 [825] -2014-01-10 00:16:24 queue INFO >>3 [826] -2014-01-10 00:16:24 sendUrl INFO 3 [826] -2014-01-10 00:17:14 queue INFO >>3 [827] -2014-01-10 00:17:15 sendUrl INFO 3 [827] -2014-01-10 00:18:04 queue INFO >>3 [828] -2014-01-10 00:18:04 sendUrl INFO 3 [828] -2014-01-10 00:18:54 queue INFO >>3 [829] -2014-01-10 00:18:55 sendUrl INFO 3 [829] -2014-01-10 00:19:45 queue INFO >>3 [830] -2014-01-10 00:19:45 sendUrl INFO 3 [830] -2014-01-10 00:20:35 queue INFO >>3 [831] -2014-01-10 00:20:35 sendUrl INFO 3 [831] -2014-01-10 00:21:25 queue INFO >>3 [832] -2014-01-10 00:21:25 sendUrl INFO 3 [832] -2014-01-10 00:21:35 queue INFO 7 [833] -2014-01-10 00:21:36 queue INFO >7 [834] -2014-01-10 00:21:36 sendUrl INFO 7 [833] -2014-01-10 00:21:36 sendUrl INFO 7 [834] -2014-01-10 00:21:37 queue INFO 3 [835] -2014-01-10 00:21:37 queue INFO >3 [836] -2014-01-10 00:21:37 sendUrl INFO 3 [835] -2014-01-10 00:21:38 sendUrl INFO 3 [836] -2014-01-10 00:22:27 queue INFO >>3 [837] -2014-01-10 00:22:28 sendUrl INFO 3 [837] -2014-01-10 00:23:17 queue INFO >>3 [838] -2014-01-10 00:23:17 sendUrl INFO 3 [838] -2014-01-10 00:24:08 queue INFO >>3 [839] -2014-01-10 00:24:08 sendUrl INFO 3 [839] -2014-01-10 00:24:58 queue INFO >>3 [840] -2014-01-10 00:24:58 sendUrl INFO 3 [840] -2014-01-10 00:25:48 queue INFO >>3 [841] -2014-01-10 00:25:48 sendUrl INFO 3 [841] -2014-01-10 00:26:38 queue INFO >>3 [842] -2014-01-10 00:26:38 sendUrl INFO 3 [842] -2014-01-10 00:27:28 queue INFO >>3 [843] -2014-01-10 00:27:29 sendUrl INFO 3 [843] -2014-01-10 00:28:18 queue INFO >>3 [844] -2014-01-10 00:28:18 sendUrl INFO 3 [844] -2014-01-10 00:28:30 queue INFO 7 [845] -2014-01-10 00:28:30 queue INFO >7 [846] -2014-01-10 00:28:30 sendUrl INFO 7 [845] -2014-01-10 00:28:31 sendUrl INFO 7 [846] -2014-01-10 00:28:31 queue INFO 3 [847] -2014-01-10 00:28:32 queue INFO >3 [848] -2014-01-10 00:28:32 sendUrl INFO 3 [847] -2014-01-10 00:28:32 sendUrl INFO 3 [848] -2014-01-10 00:29:21 queue INFO >>3 [849] -2014-01-10 00:29:22 sendUrl INFO 3 [849] -2014-01-10 00:30:12 queue INFO >>3 [850] -2014-01-10 00:30:12 sendUrl INFO 3 [850] -2014-01-10 00:31:02 queue INFO >>3 [851] -2014-01-10 00:31:02 sendUrl INFO 3 [851] -2014-01-10 00:31:52 queue INFO >>3 [852] -2014-01-10 00:31:52 sendUrl INFO 3 [852] -2014-01-10 00:32:42 queue INFO >>3 [853] -2014-01-10 00:32:42 sendUrl INFO 3 [853] -2014-01-10 00:33:32 queue INFO >>3 [854] -2014-01-10 00:33:33 sendUrl INFO 3 [854] -2014-01-10 00:34:22 queue INFO >>3 [855] -2014-01-10 00:34:23 sendUrl INFO 3 [855] -2014-01-10 00:35:13 queue INFO >>3 [856] -2014-01-10 00:35:13 sendUrl INFO 3 [856] -2014-01-10 00:35:24 queue INFO 7 [857] -2014-01-10 00:35:24 sendUrl INFO 7 [857] -2014-01-10 00:35:24 queue INFO >7 [858] -2014-01-10 00:35:24 sendUrl INFO 7 [858] -2014-01-10 00:35:25 queue INFO 3 [859] -2014-01-10 00:35:25 queue INFO >3 [860] -2014-01-10 00:35:26 sendUrl INFO 3 [859] -2014-01-10 00:35:26 sendUrl INFO 3 [860] -2014-01-10 00:36:15 queue INFO >>3 [861] -2014-01-10 00:36:16 sendUrl INFO 3 [861] -2014-01-10 00:37:05 queue INFO >>3 [862] -2014-01-10 00:37:06 sendUrl INFO 3 [862] -2014-01-10 00:37:56 queue INFO >>3 [863] -2014-01-10 00:37:56 sendUrl INFO 3 [863] -2014-01-10 00:38:46 queue INFO >>3 [864] -2014-01-10 00:38:46 sendUrl INFO 3 [864] -2014-01-10 00:39:36 queue INFO >>3 [865] -2014-01-10 00:39:36 sendUrl INFO 3 [865] -2014-01-10 00:40:26 queue INFO >>3 [866] -2014-01-10 00:40:26 sendUrl INFO 3 [866] -2014-01-10 00:41:16 queue INFO >>3 [867] -2014-01-10 00:41:17 sendUrl INFO 3 [867] -2014-01-10 00:42:06 queue INFO >>3 [868] -2014-01-10 00:42:06 sendUrl INFO 3 [868] -2014-01-10 00:42:17 queue INFO 7 [869] -2014-01-10 00:42:17 queue INFO >7 [870] -2014-01-10 00:42:18 sendUrl INFO 7 [869] -2014-01-10 00:42:18 sendUrl INFO 7 [870] -2014-01-10 00:42:19 queue INFO 3 [871] -2014-01-10 00:42:19 sendUrl INFO 3 [871] -2014-01-10 00:42:19 queue INFO >3 [872] -2014-01-10 00:42:20 sendUrl INFO 3 [872] -2014-01-10 00:43:09 queue INFO >>3 [873] -2014-01-10 00:43:09 sendUrl INFO 3 [873] -2014-01-10 00:43:59 queue INFO >>3 [874] -2014-01-10 00:44:00 sendUrl INFO 3 [874] -2014-01-10 00:44:49 queue INFO >>3 [875] -2014-01-10 00:44:50 sendUrl INFO 3 [875] -2014-01-10 00:45:39 queue INFO >>3 [876] -2014-01-10 00:45:40 sendUrl INFO 3 [876] -2014-01-10 00:46:30 queue INFO >>3 [877] -2014-01-10 00:46:30 sendUrl INFO 3 [877] -2014-01-10 00:47:20 queue INFO >>3 [878] -2014-01-10 00:47:20 sendUrl INFO 3 [878] -2014-01-10 00:48:10 queue INFO >>3 [879] -2014-01-10 00:48:10 sendUrl INFO 3 [879] -2014-01-10 00:49:00 queue INFO >>3 [880] -2014-01-10 00:49:01 sendUrl INFO 3 [880] -2014-01-10 00:49:11 queue INFO 7 [881] -2014-01-10 00:49:11 queue INFO >7 [882] -2014-01-10 00:49:11 sendUrl INFO 7 [881] -2014-01-10 00:49:12 sendUrl INFO 7 [882] -2014-01-10 00:49:12 queue INFO 3 [883] -2014-01-10 00:49:13 queue INFO >3 [884] -2014-01-10 00:49:13 sendUrl INFO 3 [883] -2014-01-10 00:49:13 sendUrl INFO 3 [884] -2014-01-10 00:50:02 queue INFO >>3 [885] -2014-01-10 00:50:03 sendUrl INFO 3 [885] -2014-01-10 00:50:53 queue INFO >>3 [886] -2014-01-10 00:50:53 sendUrl INFO 3 [886] -2014-01-10 00:51:43 queue INFO >>3 [887] -2014-01-10 00:51:43 sendUrl INFO 3 [887] -2014-01-10 00:52:33 queue INFO >>3 [888] -2014-01-10 00:52:33 sendUrl INFO 3 [888] -2014-01-10 00:53:23 queue INFO >>3 [889] -2014-01-10 00:53:23 sendUrl INFO 3 [889] -2014-01-10 00:54:13 queue INFO >>3 [890] -2014-01-10 00:54:14 sendUrl INFO 3 [890] -2014-01-10 00:55:03 queue INFO >>3 [891] -2014-01-10 00:55:04 sendUrl INFO 3 [891] -2014-01-10 00:55:53 queue INFO >>3 [892] -2014-01-10 00:55:54 sendUrl INFO 3 [892] -2014-01-10 00:56:04 queue INFO 7 [893] -2014-01-10 00:56:04 queue INFO >7 [894] -2014-01-10 00:56:05 sendUrl INFO 7 [893] -2014-01-10 00:56:05 sendUrl INFO 7 [894] -2014-01-10 00:56:06 queue INFO 3 [895] -2014-01-10 00:56:06 queue INFO >3 [896] -2014-01-10 00:56:06 sendUrl INFO 3 [895] -2014-01-10 00:56:07 sendUrl INFO 3 [896] -2014-01-10 00:56:56 queue INFO >>3 [897] -2014-01-10 00:56:56 sendUrl INFO 3 [897] -2014-01-10 00:57:46 queue INFO >>3 [898] -2014-01-10 00:57:46 sendUrl INFO 3 [898] -2014-01-10 00:58:36 queue INFO >>3 [899] -2014-01-10 00:58:37 sendUrl INFO 3 [899] -2014-01-10 00:59:26 queue INFO >>3 [900] -2014-01-10 00:59:26 sendUrl INFO 3 [900] -2014-01-10 01:00:16 queue INFO >>3 [901] -2014-01-10 01:00:17 sendUrl INFO 3 [901] -2014-01-10 01:01:07 queue INFO >>3 [902] -2014-01-10 01:01:07 sendUrl INFO 3 [902] -2014-01-10 01:01:57 queue INFO >>3 [903] -2014-01-10 01:01:57 sendUrl INFO 3 [903] -2014-01-10 01:02:47 queue INFO >>3 [904] -2014-01-10 01:02:47 sendUrl INFO 3 [904] -2014-01-10 01:02:58 queue INFO 7 [905] -2014-01-10 01:02:59 queue INFO >7 [906] -2014-01-10 01:02:59 sendUrl INFO 7 [905] -2014-01-10 01:02:59 sendUrl INFO 7 [906] -2014-01-10 01:03:00 queue INFO 3 [907] -2014-01-10 01:03:00 queue INFO >3 [908] -2014-01-10 01:03:00 sendUrl INFO 3 [907] -2014-01-10 01:03:01 sendUrl INFO 3 [908] -2014-01-10 01:03:50 queue INFO >>3 [909] -2014-01-10 01:03:51 sendUrl INFO 3 [909] -2014-01-10 01:04:40 queue INFO >>3 [910] -2014-01-10 01:04:41 sendUrl INFO 3 [910] -2014-01-10 01:05:31 queue INFO >>3 [911] -2014-01-10 01:05:31 sendUrl INFO 3 [911] -2014-01-10 01:06:21 queue INFO >>3 [912] -2014-01-10 01:06:21 sendUrl INFO 3 [912] -2014-01-10 01:07:11 queue INFO >>3 [913] -2014-01-10 01:07:11 sendUrl INFO 3 [913] -2014-01-10 01:08:01 queue INFO >>3 [914] -2014-01-10 01:08:01 sendUrl INFO 3 [914] -2014-01-10 01:08:51 queue INFO >>3 [915] -2014-01-10 01:08:52 sendUrl INFO 3 [915] -2014-01-10 01:09:41 queue INFO >>3 [916] -2014-01-10 01:09:41 sendUrl INFO 3 [916] -2014-01-10 01:09:52 queue INFO 7 [917] -2014-01-10 01:09:52 queue INFO >7 [918] -2014-01-10 01:09:53 sendUrl INFO 7 [917] -2014-01-10 01:09:53 sendUrl INFO 7 [918] -2014-01-10 01:09:54 queue INFO 3 [919] -2014-01-10 01:09:54 queue INFO >3 [920] -2014-01-10 01:09:54 sendUrl INFO 3 [919] -2014-01-10 01:09:55 sendUrl INFO 3 [920] -2014-01-10 01:10:44 queue INFO >>3 [921] -2014-01-10 01:10:44 sendUrl INFO 3 [921] -2014-01-10 01:11:34 queue INFO >>3 [922] -2014-01-10 01:11:34 sendUrl INFO 3 [922] -2014-01-10 01:12:24 queue INFO >>3 [923] -2014-01-10 01:12:25 sendUrl INFO 3 [923] -2014-01-10 01:13:14 queue INFO >>3 [924] -2014-01-10 01:13:15 sendUrl INFO 3 [924] -2014-01-10 01:14:05 queue INFO >>3 [925] -2014-01-10 01:14:05 sendUrl INFO 3 [925] -2014-01-10 01:14:55 queue INFO >>3 [926] -2014-01-10 01:14:55 sendUrl INFO 3 [926] -2014-01-10 01:15:45 queue INFO >>3 [927] -2014-01-10 01:15:45 sendUrl INFO 3 [927] -2014-01-10 01:16:35 queue INFO >>3 [928] -2014-01-10 01:16:35 sendUrl INFO 3 [928] -2014-01-10 01:16:46 queue INFO 7 [929] -2014-01-10 01:16:46 queue INFO >7 [930] -2014-01-10 01:16:46 sendUrl INFO 7 [929] -2014-01-10 01:16:47 sendUrl INFO 7 [930] -2014-01-10 01:16:47 queue INFO 3 [931] -2014-01-10 01:16:48 queue INFO >3 [932] -2014-01-10 01:16:48 sendUrl INFO 3 [931] -2014-01-10 01:16:48 sendUrl INFO 3 [932] -2014-01-10 01:17:38 queue INFO >>3 [933] -2014-01-10 01:17:38 sendUrl INFO 3 [933] -2014-01-10 01:18:28 queue INFO >>3 [934] -2014-01-10 01:18:28 sendUrl INFO 3 [934] -2014-01-10 01:19:18 queue INFO >>3 [935] -2014-01-10 01:19:18 sendUrl INFO 3 [935] -2014-01-10 01:20:08 queue INFO >>3 [936] -2014-01-10 01:20:09 sendUrl INFO 3 [936] -2014-01-10 01:20:58 queue INFO >>3 [937] -2014-01-10 01:20:58 sendUrl INFO 3 [937] -2014-01-10 01:21:48 queue INFO >>3 [938] -2014-01-10 01:21:49 sendUrl INFO 3 [938] -2014-01-10 01:22:38 queue INFO >>3 [939] -2014-01-10 01:22:39 sendUrl INFO 3 [939] -2014-01-10 01:23:29 queue INFO >>3 [940] -2014-01-10 01:23:29 sendUrl INFO 3 [940] -2014-01-10 01:23:39 queue INFO 7 [941] -2014-01-10 01:23:39 queue INFO >7 [942] -2014-01-10 01:23:40 sendUrl INFO 7 [941] -2014-01-10 01:23:40 sendUrl INFO 7 [942] -2014-01-10 01:23:41 queue INFO 3 [943] -2014-01-10 01:23:41 sendUrl INFO 3 [943] -2014-01-10 01:23:41 queue INFO >3 [944] -2014-01-10 01:23:42 sendUrl INFO 3 [944] -2014-01-10 01:24:31 queue INFO >>3 [945] -2014-01-10 01:24:31 sendUrl INFO 3 [945] -2014-01-10 01:25:21 queue INFO >>3 [946] -2014-01-10 01:25:22 sendUrl INFO 3 [946] -2014-01-10 01:26:11 queue INFO >>3 [947] -2014-01-10 01:26:11 sendUrl INFO 3 [947] -2014-01-10 01:27:01 queue INFO >>3 [948] -2014-01-10 01:27:02 sendUrl INFO 3 [948] -2014-01-10 01:27:52 queue INFO >>3 [949] -2014-01-10 01:27:52 sendUrl INFO 3 [949] -2014-01-10 01:28:42 queue INFO >>3 [950] -2014-01-10 01:28:42 sendUrl INFO 3 [950] -2014-01-10 01:29:32 queue INFO >>3 [951] -2014-01-10 01:29:32 sendUrl INFO 3 [951] -2014-01-10 01:30:22 queue INFO >>3 [952] -2014-01-10 01:30:23 sendUrl INFO 3 [952] -2014-01-10 01:30:33 queue INFO 7 [953] -2014-01-10 01:30:33 queue INFO >7 [954] -2014-01-10 01:30:33 sendUrl INFO 7 [953] -2014-01-10 01:30:34 sendUrl INFO 7 [954] -2014-01-10 01:30:34 queue INFO 3 [955] -2014-01-10 01:30:35 queue INFO >3 [956] -2014-01-10 01:30:35 sendUrl INFO 3 [955] -2014-01-10 01:30:35 sendUrl INFO 3 [956] -2014-01-10 01:31:24 queue INFO >>3 [957] -2014-01-10 01:31:25 sendUrl INFO 3 [957] -2014-01-10 01:32:15 queue INFO >>3 [958] -2014-01-10 01:32:15 sendUrl INFO 3 [958] -2014-01-10 01:33:05 queue INFO >>3 [959] -2014-01-10 01:33:05 sendUrl INFO 3 [959] -2014-01-10 01:33:55 queue INFO >>3 [960] -2014-01-10 01:33:55 sendUrl INFO 3 [960] -2014-01-10 01:34:45 queue INFO >>3 [961] -2014-01-10 01:34:45 sendUrl INFO 3 [961] -2014-01-10 01:35:35 queue INFO >>3 [962] -2014-01-10 01:35:36 sendUrl INFO 3 [962] -2014-01-10 01:36:25 queue INFO >>3 [963] -2014-01-10 01:36:26 sendUrl INFO 3 [963] -2014-01-10 01:37:15 queue INFO >>3 [964] -2014-01-10 01:37:16 sendUrl INFO 3 [964] -2014-01-10 01:37:27 queue INFO 7 [965] -2014-01-10 01:37:27 queue INFO >7 [966] -2014-01-10 01:37:28 sendUrl INFO 7 [965] -2014-01-10 01:37:28 sendUrl INFO 7 [966] -2014-01-10 01:37:29 queue INFO 3 [967] -2014-01-10 01:37:29 queue INFO >3 [968] -2014-01-10 01:37:29 sendUrl INFO 3 [967] -2014-01-10 01:37:29 sendUrl INFO 3 [968] -2014-01-10 01:38:19 queue INFO >>3 [969] -2014-01-10 01:38:19 sendUrl INFO 3 [969] -2014-01-10 01:39:09 queue INFO >>3 [970] -2014-01-10 01:39:09 sendUrl INFO 3 [970] -2014-01-10 01:39:59 queue INFO >>3 [971] -2014-01-10 01:39:59 sendUrl INFO 3 [971] -2014-01-10 01:40:49 queue INFO >>3 [972] -2014-01-10 01:40:49 sendUrl INFO 3 [972] -2014-01-10 01:41:39 queue INFO >>3 [973] -2014-01-10 01:41:40 sendUrl INFO 3 [973] -2014-01-10 01:42:30 queue INFO >>3 [974] -2014-01-10 01:42:30 sendUrl INFO 3 [974] -2014-01-10 01:43:20 queue INFO >>3 [975] -2014-01-10 01:43:20 sendUrl INFO 3 [975] -2014-01-10 01:44:10 queue INFO >>3 [976] -2014-01-10 01:44:10 sendUrl INFO 3 [976] -2014-01-10 01:44:21 queue INFO 7 [977] -2014-01-10 01:44:21 queue INFO >7 [978] -2014-01-10 01:44:21 sendUrl INFO 7 [977] -2014-01-10 01:44:22 sendUrl INFO 7 [978] -2014-01-10 01:44:22 queue INFO 3 [979] -2014-01-10 01:44:23 queue INFO >3 [980] -2014-01-10 01:44:23 sendUrl INFO 3 [979] -2014-01-10 01:44:23 sendUrl INFO 3 [980] -2014-01-10 01:45:13 queue INFO >>3 [981] -2014-01-10 01:45:13 sendUrl INFO 3 [981] -2014-01-10 01:45:15 queue INFO 1 [982] -2014-01-10 01:45:15 queue INFO >1 [983] -2014-01-10 01:45:15 queue INFO 21 [984] -2014-01-10 01:45:16 sendUrl INFO 1 [982] -2014-01-10 01:45:16 queue INFO >21 [985] -2014-01-10 01:45:16 sendUrl INFO 1 [983] -2014-01-10 01:45:17 sendUrl INFO 21 [984] -2014-01-10 01:45:17 sendUrl INFO 21 [985] -2014-01-10 01:46:06 queue INFO >>21 [986] -2014-01-10 01:46:06 sendUrl INFO 21 [986] -2014-01-10 01:46:56 queue INFO >>21 [987] -2014-01-10 01:46:56 sendUrl INFO 21 [987] -2014-01-10 01:47:46 queue INFO >>21 [988] -2014-01-10 01:47:46 sendUrl INFO 21 [988] -2014-01-10 01:48:36 queue INFO >>21 [989] -2014-01-10 01:48:36 sendUrl INFO 21 [989] -2014-01-10 01:49:26 queue INFO >>21 [990] -2014-01-10 01:49:27 sendUrl INFO 21 [990] -2014-01-10 01:50:16 queue INFO >>21 [991] -2014-01-10 01:50:17 sendUrl INFO 21 [991] -2014-01-10 01:51:07 queue INFO >>21 [992] -2014-01-10 01:51:07 sendUrl INFO 21 [992] -2014-01-10 01:51:57 queue INFO >>21 [993] -2014-01-10 01:51:57 sendUrl INFO 21 [993] -2014-01-10 01:52:28 queue INFO 1 [994] -2014-01-10 01:52:28 sendUrl INFO 1 [994] -2014-01-10 01:52:29 queue INFO >1 [995] -2014-01-10 01:52:29 sendUrl INFO 1 [995] -2014-01-10 01:52:37 queue INFO 3 [996] -2014-01-10 01:52:37 queue INFO >3 [997] -2014-01-10 01:52:38 sendUrl INFO 3 [996] -2014-01-10 01:52:38 sendUrl INFO 3 [997] -2014-01-10 01:53:27 queue INFO >>3 [998] -2014-01-10 01:53:27 sendUrl INFO 3 [998] -2014-01-10 01:54:17 queue INFO >>3 [999] -2014-01-10 01:54:18 sendUrl INFO 3 [999] -2014-01-10 01:55:07 queue INFO >>3 [0] -2014-01-10 01:55:08 sendUrl INFO 3 [0] -2014-01-10 01:55:58 queue INFO >>3 [1] -2014-01-10 01:55:58 sendUrl INFO 3 [1] -2014-01-10 01:56:48 queue INFO >>3 [2] -2014-01-10 01:56:48 sendUrl INFO 3 [2] -2014-01-10 01:57:38 queue INFO >>3 [3] -2014-01-10 01:57:38 sendUrl INFO 3 [3] -2014-01-10 01:58:28 queue INFO >>3 [4] -2014-01-10 01:58:28 sendUrl INFO 3 [4] -2014-01-10 01:58:37 queue INFO 7 [5] -2014-01-10 01:58:37 queue INFO >7 [6] -2014-01-10 01:58:37 sendUrl INFO 7 [5] -2014-01-10 01:58:38 sendUrl INFO 7 [6] -2014-01-10 01:58:39 queue INFO 3 [7] -2014-01-10 01:58:39 queue INFO >3 [8] -2014-01-10 01:58:39 sendUrl INFO 3 [7] -2014-01-10 01:58:39 sendUrl INFO 3 [8] -2014-01-10 01:59:29 queue INFO >>3 [9] -2014-01-10 01:59:29 sendUrl INFO 3 [9] -2014-01-10 02:00:19 queue INFO >>3 [10] -2014-01-10 02:00:19 sendUrl INFO 3 [10] -2014-01-10 02:01:09 queue INFO >>3 [11] -2014-01-10 02:01:09 sendUrl INFO 3 [11] -2014-01-10 02:01:59 queue INFO >>3 [12] -2014-01-10 02:01:59 sendUrl INFO 3 [12] -2014-01-10 02:02:49 queue INFO >>3 [13] -2014-01-10 02:02:50 sendUrl INFO 3 [13] -2014-01-10 02:03:39 queue INFO >>3 [14] -2014-01-10 02:03:40 sendUrl INFO 3 [14] -2014-01-10 02:04:30 queue INFO >>3 [15] -2014-01-10 02:04:30 sendUrl INFO 3 [15] -2014-01-10 02:05:20 queue INFO >>3 [16] -2014-01-10 02:05:20 sendUrl INFO 3 [16] -2014-01-10 02:05:31 queue INFO 7 [17] -2014-01-10 02:05:31 queue INFO >7 [18] -2014-01-10 02:05:31 sendUrl INFO 7 [17] -2014-01-10 02:05:32 sendUrl INFO 7 [18] -2014-01-10 02:05:32 queue INFO 3 [19] -2014-01-10 02:05:32 queue INFO >3 [20] -2014-01-10 02:05:33 sendUrl INFO 3 [19] -2014-01-10 02:05:33 sendUrl INFO 3 [20] -2014-01-10 02:06:22 queue INFO >>3 [21] -2014-01-10 02:06:22 sendUrl INFO 3 [21] -2014-01-10 02:07:12 queue INFO >>3 [22] -2014-01-10 02:07:13 sendUrl INFO 3 [22] -2014-01-10 02:08:03 queue INFO >>3 [23] -2014-01-10 02:08:03 sendUrl INFO 3 [23] -2014-01-10 02:08:53 queue INFO >>3 [24] -2014-01-10 02:08:53 sendUrl INFO 3 [24] -2014-01-10 02:09:43 queue INFO >>3 [25] -2014-01-10 02:09:43 sendUrl INFO 3 [25] -2014-01-10 02:10:33 queue INFO >>3 [26] -2014-01-10 02:10:33 sendUrl INFO 3 [26] -2014-01-10 02:11:23 queue INFO >>3 [27] -2014-01-10 02:11:23 sendUrl INFO 3 [27] -2014-01-10 02:12:13 queue INFO >>3 [28] -2014-01-10 02:12:13 sendUrl INFO 3 [28] -2014-01-10 02:12:24 queue INFO 7 [29] -2014-01-10 02:12:24 queue INFO >7 [30] -2014-01-10 02:12:24 sendUrl INFO 7 [29] -2014-01-10 02:12:25 sendUrl INFO 7 [30] -2014-01-10 02:12:26 queue INFO 3 [31] -2014-01-10 02:12:26 queue INFO >3 [32] -2014-01-10 02:12:26 sendUrl INFO 3 [31] -2014-01-10 02:12:26 sendUrl INFO 3 [32] -2014-01-10 02:13:16 queue INFO >>3 [33] -2014-01-10 02:13:16 sendUrl INFO 3 [33] -2014-01-10 02:14:06 queue INFO >>3 [34] -2014-01-10 02:14:06 sendUrl INFO 3 [34] -2014-01-10 02:14:56 queue INFO >>3 [35] -2014-01-10 02:14:56 sendUrl INFO 3 [35] -2014-01-10 02:15:46 queue INFO >>3 [36] -2014-01-10 02:15:47 sendUrl INFO 3 [36] -2014-01-10 02:16:36 queue INFO >>3 [37] -2014-01-10 02:16:37 sendUrl INFO 3 [37] -2014-01-10 02:17:27 queue INFO >>3 [38] -2014-01-10 02:17:27 sendUrl INFO 3 [38] -2014-01-10 02:18:17 queue INFO >>3 [39] -2014-01-10 02:18:17 sendUrl INFO 3 [39] -2014-01-10 02:19:07 queue INFO >>3 [40] -2014-01-10 02:19:07 sendUrl INFO 3 [40] -2014-01-10 02:19:18 queue INFO 7 [41] -2014-01-10 02:19:19 queue INFO >7 [42] -2014-01-10 02:19:19 sendUrl INFO 7 [41] -2014-01-10 02:19:19 sendUrl INFO 7 [42] -2014-01-10 02:19:20 queue INFO 3 [43] -2014-01-10 02:19:20 queue INFO >3 [44] -2014-01-10 02:19:20 sendUrl INFO 3 [43] -2014-01-10 02:19:21 sendUrl INFO 3 [44] -2014-01-10 02:20:10 queue INFO >>3 [45] -2014-01-10 02:20:10 sendUrl INFO 3 [45] -2014-01-10 02:21:00 queue INFO >>3 [46] -2014-01-10 02:21:00 sendUrl INFO 3 [46] -2014-01-10 02:21:50 queue INFO >>3 [47] -2014-01-10 02:21:51 sendUrl INFO 3 [47] -2014-01-10 02:22:41 queue INFO >>3 [48] -2014-01-10 02:22:41 sendUrl INFO 3 [48] -2014-01-10 02:23:31 queue INFO >>3 [49] -2014-01-10 02:23:31 sendUrl INFO 3 [49] -2014-01-10 02:24:21 queue INFO >>3 [50] -2014-01-10 02:24:21 sendUrl INFO 3 [50] -2014-01-10 02:25:11 queue INFO >>3 [51] -2014-01-10 02:25:11 sendUrl INFO 3 [51] -2014-01-10 02:26:01 queue INFO >>3 [52] -2014-01-10 02:26:01 sendUrl INFO 3 [52] -2014-01-10 02:26:12 queue INFO 7 [53] -2014-01-10 02:26:12 queue INFO >7 [54] -2014-01-10 02:26:12 sendUrl INFO 7 [53] -2014-01-10 02:26:13 sendUrl INFO 7 [54] -2014-01-10 02:26:14 queue INFO 3 [55] -2014-01-10 02:26:14 sendUrl INFO 3 [55] -2014-01-10 02:26:14 queue INFO >3 [56] -2014-01-10 02:26:14 sendUrl INFO 3 [56] -2014-01-10 02:27:04 queue INFO >>3 [57] -2014-01-10 02:27:04 sendUrl INFO 3 [57] -2014-01-10 02:27:54 queue INFO >>3 [58] -2014-01-10 02:27:55 sendUrl INFO 3 [58] -2014-01-10 02:28:44 queue INFO >>3 [59] -2014-01-10 02:28:44 sendUrl INFO 3 [59] -2014-01-10 02:29:34 queue INFO >>3 [60] -2014-01-10 02:29:35 sendUrl INFO 3 [60] -2014-01-10 02:30:24 queue INFO >>3 [61] -2014-01-10 02:30:25 sendUrl INFO 3 [61] -2014-01-10 02:31:15 queue INFO >>3 [62] -2014-01-10 02:31:15 sendUrl INFO 3 [62] -2014-01-10 02:32:05 queue INFO >>3 [63] -2014-01-10 02:32:05 sendUrl INFO 3 [63] -2014-01-10 02:32:55 queue INFO >>3 [64] -2014-01-10 02:32:55 sendUrl INFO 3 [64] -2014-01-10 02:33:06 queue INFO 7 [65] -2014-01-10 02:33:06 queue INFO >7 [66] -2014-01-10 02:33:06 sendUrl INFO 7 [65] -2014-01-10 02:33:07 sendUrl INFO 7 [66] -2014-01-10 02:33:07 queue INFO 3 [67] -2014-01-10 02:33:07 queue INFO >3 [68] -2014-01-10 02:33:08 sendUrl INFO 3 [67] -2014-01-10 02:33:08 sendUrl INFO 3 [68] -2014-01-10 02:33:57 queue INFO >>3 [69] -2014-01-10 02:33:57 sendUrl INFO 3 [69] -2014-01-10 02:34:48 queue INFO >>3 [70] -2014-01-10 02:34:48 sendUrl INFO 3 [70] -2014-01-10 02:35:38 queue INFO >>3 [71] -2014-01-10 02:35:38 sendUrl INFO 3 [71] -2014-01-10 02:36:28 queue INFO >>3 [72] -2014-01-10 02:36:28 sendUrl INFO 3 [72] -2014-01-10 02:37:18 queue INFO >>3 [73] -2014-01-10 02:37:18 sendUrl INFO 3 [73] -2014-01-10 02:38:08 queue INFO >>3 [74] -2014-01-10 02:38:09 sendUrl INFO 3 [74] -2014-01-10 02:38:58 queue INFO >>3 [75] -2014-01-10 02:38:58 sendUrl INFO 3 [75] -2014-01-10 02:39:48 queue INFO >>3 [76] -2014-01-10 02:39:49 sendUrl INFO 3 [76] -2014-01-10 02:39:59 queue INFO 7 [77] -2014-01-10 02:40:00 queue INFO >7 [78] -2014-01-10 02:40:00 sendUrl INFO 7 [77] -2014-01-10 02:40:00 sendUrl INFO 7 [78] -2014-01-10 02:40:01 queue INFO 3 [79] -2014-01-10 02:40:01 queue INFO >3 [80] -2014-01-10 02:40:01 sendUrl INFO 3 [79] -2014-01-10 02:40:02 sendUrl INFO 3 [80] -2014-01-10 02:40:51 queue INFO >>3 [81] -2014-01-10 02:40:51 sendUrl INFO 3 [81] -2014-01-10 02:41:41 queue INFO >>3 [82] -2014-01-10 02:41:42 sendUrl INFO 3 [82] -2014-01-10 02:42:31 queue INFO >>3 [83] -2014-01-10 02:42:32 sendUrl INFO 3 [83] -2014-01-10 02:43:22 queue INFO >>3 [84] -2014-01-10 02:43:22 sendUrl INFO 3 [84] -2014-01-10 02:44:12 queue INFO >>3 [85] -2014-01-10 02:44:12 sendUrl INFO 3 [85] -2014-01-10 02:45:02 queue INFO >>3 [86] -2014-01-10 02:45:02 sendUrl INFO 3 [86] -2014-01-10 02:45:52 queue INFO >>3 [87] -2014-01-10 02:45:52 sendUrl INFO 3 [87] -2014-01-10 02:46:42 queue INFO >>3 [88] -2014-01-10 02:46:43 sendUrl INFO 3 [88] -2014-01-10 02:46:53 queue INFO 7 [89] -2014-01-10 02:46:53 queue INFO >7 [90] -2014-01-10 02:46:53 sendUrl INFO 7 [89] -2014-01-10 02:46:54 sendUrl INFO 7 [90] -2014-01-10 02:46:54 queue INFO 3 [91] -2014-01-10 02:46:54 queue INFO >3 [92] -2014-01-10 02:46:55 sendUrl INFO 3 [91] -2014-01-10 02:46:55 sendUrl INFO 3 [92] -2014-01-10 02:47:44 queue INFO >>3 [93] -2014-01-10 02:47:44 sendUrl INFO 3 [93] -2014-01-10 02:48:34 queue INFO >>3 [94] -2014-01-10 02:48:35 sendUrl INFO 3 [94] -2014-01-10 02:49:25 queue INFO >>3 [95] -2014-01-10 02:49:25 sendUrl INFO 3 [95] -2014-01-10 02:50:15 queue INFO >>3 [96] -2014-01-10 02:50:15 sendUrl INFO 3 [96] -2014-01-10 02:51:05 queue INFO >>3 [97] -2014-01-10 02:51:05 sendUrl INFO 3 [97] -2014-01-10 02:51:55 queue INFO >>3 [98] -2014-01-10 02:51:56 sendUrl INFO 3 [98] -2014-01-10 02:52:45 queue INFO >>3 [99] -2014-01-10 02:52:45 sendUrl INFO 3 [99] -2014-01-10 02:53:35 queue INFO >>3 [100] -2014-01-10 02:53:36 sendUrl INFO 3 [100] -2014-01-10 02:53:47 queue INFO 7 [101] -2014-01-10 02:53:47 queue INFO >7 [102] -2014-01-10 02:53:47 sendUrl INFO 7 [101] -2014-01-10 02:53:48 sendUrl INFO 7 [102] -2014-01-10 02:53:49 queue INFO 3 [103] -2014-01-10 02:53:49 queue INFO >3 [104] -2014-01-10 02:53:49 sendUrl INFO 3 [103] -2014-01-10 02:53:49 sendUrl INFO 3 [104] -2014-01-10 02:54:39 queue INFO >>3 [105] -2014-01-10 02:54:39 sendUrl INFO 3 [105] -2014-01-10 02:55:29 queue INFO >>3 [106] -2014-01-10 02:55:29 sendUrl INFO 3 [106] -2014-01-10 02:56:19 queue INFO >>3 [107] -2014-01-10 02:56:19 sendUrl INFO 3 [107] -2014-01-10 02:57:09 queue INFO >>3 [108] -2014-01-10 02:57:10 sendUrl INFO 3 [108] -2014-01-10 02:57:59 queue INFO >>3 [109] -2014-01-10 02:58:00 sendUrl INFO 3 [109] -2014-01-10 02:58:50 queue INFO >>3 [110] -2014-01-10 02:58:50 sendUrl INFO 3 [110] -2014-01-10 02:59:40 queue INFO >>3 [111] -2014-01-10 02:59:40 sendUrl INFO 3 [111] -2014-01-10 03:00:30 queue INFO >>3 [112] -2014-01-10 03:00:30 sendUrl INFO 3 [112] -2014-01-10 03:00:41 queue INFO 7 [113] -2014-01-10 03:00:41 queue INFO >7 [114] -2014-01-10 03:00:41 sendUrl INFO 7 [113] -2014-01-10 03:00:42 sendUrl INFO 7 [114] -2014-01-10 03:00:42 queue INFO 3 [115] -2014-01-10 03:00:43 queue INFO >3 [116] -2014-01-10 03:00:43 sendUrl INFO 3 [115] -2014-01-10 03:00:43 sendUrl INFO 3 [116] -2014-01-10 03:01:32 queue INFO >>3 [117] -2014-01-10 03:01:33 sendUrl INFO 3 [117] -2014-01-10 03:02:23 queue INFO >>3 [118] -2014-01-10 03:02:23 sendUrl INFO 3 [118] -2014-01-10 03:03:13 queue INFO >>3 [119] -2014-01-10 03:03:13 sendUrl INFO 3 [119] -2014-01-10 03:04:03 queue INFO >>3 [120] -2014-01-10 03:04:03 sendUrl INFO 3 [120] -2014-01-10 03:04:53 queue INFO >>3 [121] -2014-01-10 03:04:53 sendUrl INFO 3 [121] -2014-01-10 03:05:43 queue INFO >>3 [122] -2014-01-10 03:05:44 sendUrl INFO 3 [122] -2014-01-10 03:06:33 queue INFO >>3 [123] -2014-01-10 03:06:33 sendUrl INFO 3 [123] -2014-01-10 03:07:24 queue INFO >>3 [124] -2014-01-10 03:07:24 sendUrl INFO 3 [124] -2014-01-10 03:07:34 queue INFO 7 [125] -2014-01-10 03:07:35 queue INFO >7 [126] -2014-01-10 03:07:35 sendUrl INFO 7 [125] -2014-01-10 03:07:35 sendUrl INFO 7 [126] -2014-01-10 03:07:36 queue INFO 3 [127] -2014-01-10 03:07:36 queue INFO >3 [128] -2014-01-10 03:07:36 sendUrl INFO 3 [127] -2014-01-10 03:07:37 sendUrl INFO 3 [128] -2014-01-10 03:08:26 queue INFO >>3 [129] -2014-01-10 03:08:26 sendUrl INFO 3 [129] -2014-01-10 03:09:16 queue INFO >>3 [130] -2014-01-10 03:09:17 sendUrl INFO 3 [130] -2014-01-10 03:10:06 queue INFO >>3 [131] -2014-01-10 03:10:07 sendUrl INFO 3 [131] -2014-01-10 03:10:57 queue INFO >>3 [132] -2014-01-10 03:10:57 sendUrl INFO 3 [132] -2014-01-10 03:11:47 queue INFO >>3 [133] -2014-01-10 03:11:47 sendUrl INFO 3 [133] -2014-01-10 03:12:37 queue INFO >>3 [134] -2014-01-10 03:12:37 sendUrl INFO 3 [134] -2014-01-10 03:13:27 queue INFO >>3 [135] -2014-01-10 03:13:27 sendUrl INFO 3 [135] -2014-01-10 03:14:17 queue INFO >>3 [136] -2014-01-10 03:14:18 sendUrl INFO 3 [136] -2014-01-10 03:14:28 queue INFO 7 [137] -2014-01-10 03:14:28 queue INFO >7 [138] -2014-01-10 03:14:28 sendUrl INFO 7 [137] -2014-01-10 03:14:29 sendUrl INFO 7 [138] -2014-01-10 03:14:30 queue INFO 3 [139] -2014-01-10 03:14:30 sendUrl INFO 3 [139] -2014-01-10 03:14:30 queue INFO >3 [140] -2014-01-10 03:14:30 sendUrl INFO 3 [140] -2014-01-10 03:15:20 queue INFO >>3 [141] -2014-01-10 03:15:20 sendUrl INFO 3 [141] -2014-01-10 03:16:10 queue INFO >>3 [142] -2014-01-10 03:16:10 sendUrl INFO 3 [142] -2014-01-10 03:17:00 queue INFO >>3 [143] -2014-01-10 03:17:00 sendUrl INFO 3 [143] -2014-01-10 03:17:50 queue INFO >>3 [144] -2014-01-10 03:17:50 sendUrl INFO 3 [144] -2014-01-10 03:18:40 queue INFO >>3 [145] -2014-01-10 03:18:40 sendUrl INFO 3 [145] -2014-01-10 03:19:30 queue INFO >>3 [146] -2014-01-10 03:19:31 sendUrl INFO 3 [146] -2014-01-10 03:20:21 queue INFO >>3 [147] -2014-01-10 03:20:21 sendUrl INFO 3 [147] -2014-01-10 03:21:11 queue INFO >>3 [148] -2014-01-10 03:21:11 sendUrl INFO 3 [148] -2014-01-10 03:21:21 queue INFO 7 [149] -2014-01-10 03:21:21 sendUrl INFO 7 [149] -2014-01-10 03:21:22 queue INFO >7 [150] -2014-01-10 03:21:22 sendUrl INFO 7 [150] -2014-01-10 03:21:23 queue INFO 3 [151] -2014-01-10 03:21:23 queue INFO >3 [152] -2014-01-10 03:21:23 sendUrl INFO 3 [151] -2014-01-10 03:21:24 sendUrl INFO 3 [152] -2014-01-10 03:22:13 queue INFO >>3 [153] -2014-01-10 03:22:13 sendUrl INFO 3 [153] -2014-01-10 03:23:03 queue INFO >>3 [154] -2014-01-10 03:23:04 sendUrl INFO 3 [154] -2014-01-10 03:23:53 queue INFO >>3 [155] -2014-01-10 03:23:54 sendUrl INFO 3 [155] -2014-01-10 03:24:44 queue INFO >>3 [156] -2014-01-10 03:24:44 sendUrl INFO 3 [156] -2014-01-10 03:25:34 queue INFO >>3 [157] -2014-01-10 03:25:34 sendUrl INFO 3 [157] -2014-01-10 03:26:24 queue INFO >>3 [158] -2014-01-10 03:26:24 sendUrl INFO 3 [158] -2014-01-10 03:27:14 queue INFO >>3 [159] -2014-01-10 03:27:14 sendUrl INFO 3 [159] -2014-01-10 03:28:04 queue INFO >>3 [160] -2014-01-10 03:28:05 sendUrl INFO 3 [160] -2014-01-10 03:28:16 queue INFO 7 [161] -2014-01-10 03:28:16 queue INFO >7 [162] -2014-01-10 03:28:16 sendUrl INFO 7 [161] -2014-01-10 03:28:17 sendUrl INFO 7 [162] -2014-01-10 03:28:17 queue INFO 3 [163] -2014-01-10 03:28:17 queue INFO >3 [164] -2014-01-10 03:28:18 sendUrl INFO 3 [163] -2014-01-10 03:28:18 sendUrl INFO 3 [164] -2014-01-10 03:29:07 queue INFO >>3 [165] -2014-01-10 03:29:08 sendUrl INFO 3 [165] -2014-01-10 03:29:58 queue INFO >>3 [166] -2014-01-10 03:29:58 sendUrl INFO 3 [166] -2014-01-10 03:30:48 queue INFO >>3 [167] -2014-01-10 03:30:48 sendUrl INFO 3 [167] -2014-01-10 03:31:38 queue INFO >>3 [168] -2014-01-10 03:31:38 sendUrl INFO 3 [168] -2014-01-10 03:32:28 queue INFO >>3 [169] -2014-01-10 03:32:28 sendUrl INFO 3 [169] -2014-01-10 03:33:18 queue INFO >>3 [170] -2014-01-10 03:33:19 sendUrl INFO 3 [170] -2014-01-10 03:34:08 queue INFO >>3 [171] -2014-01-10 03:34:08 sendUrl INFO 3 [171] -2014-01-10 03:34:58 queue INFO >>3 [172] -2014-01-10 03:34:59 sendUrl INFO 3 [172] -2014-01-10 03:35:09 queue INFO 7 [173] -2014-01-10 03:35:10 queue INFO >7 [174] -2014-01-10 03:35:10 sendUrl INFO 7 [173] -2014-01-10 03:35:10 sendUrl INFO 7 [174] -2014-01-10 03:35:11 queue INFO 3 [175] -2014-01-10 03:35:11 queue INFO >3 [176] -2014-01-10 03:35:11 sendUrl INFO 3 [175] -2014-01-10 03:35:12 sendUrl INFO 3 [176] -2014-01-10 03:36:01 queue INFO >>3 [177] -2014-01-10 03:36:02 sendUrl INFO 3 [177] -2014-01-10 03:36:51 queue INFO >>3 [178] -2014-01-10 03:36:52 sendUrl INFO 3 [178] -2014-01-10 03:37:42 queue INFO >>3 [179] -2014-01-10 03:37:42 sendUrl INFO 3 [179] -2014-01-10 03:38:32 queue INFO >>3 [180] -2014-01-10 03:38:32 sendUrl INFO 3 [180] -2014-01-10 03:39:22 queue INFO >>3 [181] -2014-01-10 03:39:22 sendUrl INFO 3 [181] -2014-01-10 03:40:12 queue INFO >>3 [182] -2014-01-10 03:40:12 sendUrl INFO 3 [182] -2014-01-10 03:41:02 queue INFO >>3 [183] -2014-01-10 03:41:02 sendUrl INFO 3 [183] -2014-01-10 03:41:52 queue INFO >>3 [184] -2014-01-10 03:41:53 sendUrl INFO 3 [184] -2014-01-10 03:42:03 queue INFO 7 [185] -2014-01-10 03:42:03 sendUrl INFO 7 [185] -2014-01-10 03:42:03 queue INFO >7 [186] -2014-01-10 03:42:04 sendUrl INFO 7 [186] -2014-01-10 03:42:05 queue INFO 3 [187] -2014-01-10 03:42:05 queue INFO >3 [188] -2014-01-10 03:42:05 sendUrl INFO 3 [187] -2014-01-10 03:42:06 sendUrl INFO 3 [188] -2014-01-10 03:42:55 queue INFO >>3 [189] -2014-01-10 03:42:55 sendUrl INFO 3 [189] -2014-01-10 03:43:45 queue INFO >>3 [190] -2014-01-10 03:43:45 sendUrl INFO 3 [190] -2014-01-10 03:44:35 queue INFO >>3 [191] -2014-01-10 03:44:35 sendUrl INFO 3 [191] -2014-01-10 03:45:25 queue INFO >>3 [192] -2014-01-10 03:45:25 sendUrl INFO 3 [192] -2014-01-10 03:46:15 queue INFO >>3 [193] -2014-01-10 03:46:16 sendUrl INFO 3 [193] -2014-01-10 03:47:05 queue INFO >>3 [194] -2014-01-10 03:47:06 sendUrl INFO 3 [194] -2014-01-10 03:47:56 queue INFO >>3 [195] -2014-01-10 03:47:56 sendUrl INFO 3 [195] -2014-01-10 03:48:46 queue INFO >>3 [196] -2014-01-10 03:48:46 sendUrl INFO 3 [196] -2014-01-10 03:48:57 queue INFO 7 [197] -2014-01-10 03:48:57 queue INFO >7 [198] -2014-01-10 03:48:57 sendUrl INFO 7 [197] -2014-01-10 03:48:57 sendUrl INFO 7 [198] -2014-01-10 03:48:58 queue INFO 3 [199] -2014-01-10 03:48:58 queue INFO >3 [200] -2014-01-10 03:48:58 sendUrl INFO 3 [199] -2014-01-10 03:48:59 sendUrl INFO 3 [200] -2014-01-10 03:49:48 queue INFO >>3 [201] -2014-01-10 03:49:49 sendUrl INFO 3 [201] -2014-01-10 03:50:39 queue INFO >>3 [202] -2014-01-10 03:50:39 sendUrl INFO 3 [202] -2014-01-10 03:51:29 queue INFO >>3 [203] -2014-01-10 03:51:29 sendUrl INFO 3 [203] -2014-01-10 03:52:19 queue INFO >>3 [204] -2014-01-10 03:52:19 sendUrl INFO 3 [204] -2014-01-10 03:53:09 queue INFO >>3 [205] -2014-01-10 03:53:09 sendUrl INFO 3 [205] -2014-01-10 03:53:59 queue INFO >>3 [206] -2014-01-10 03:53:59 sendUrl INFO 3 [206] -2014-01-10 03:54:49 queue INFO >>3 [207] -2014-01-10 03:54:50 sendUrl INFO 3 [207] -2014-01-10 03:55:39 queue INFO >>3 [208] -2014-01-10 03:55:40 sendUrl INFO 3 [208] -2014-01-10 03:55:50 queue INFO 7 [209] -2014-01-10 03:55:50 queue INFO >7 [210] -2014-01-10 03:55:50 sendUrl INFO 7 [209] -2014-01-10 03:55:51 sendUrl INFO 7 [210] -2014-01-10 03:55:52 queue INFO 3 [211] -2014-01-10 03:55:52 sendUrl INFO 3 [211] -2014-01-10 03:55:52 queue INFO >3 [212] -2014-01-10 03:55:52 sendUrl INFO 3 [212] -2014-01-10 03:56:42 queue INFO >>3 [213] -2014-01-10 03:56:42 sendUrl INFO 3 [213] -2014-01-10 03:57:32 queue INFO >>3 [214] -2014-01-10 03:57:32 sendUrl INFO 3 [214] -2014-01-10 03:58:22 queue INFO >>3 [215] -2014-01-10 03:58:22 sendUrl INFO 3 [215] -2014-01-10 03:59:12 queue INFO >>3 [216] -2014-01-10 03:59:12 sendUrl INFO 3 [216] -2014-01-10 04:00:02 queue INFO >>3 [217] -2014-01-10 04:00:03 sendUrl INFO 3 [217] -2014-01-10 04:00:52 queue INFO >>3 [218] -2014-01-10 04:00:53 sendUrl INFO 3 [218] -2014-01-10 04:01:43 queue INFO >>3 [219] -2014-01-10 04:01:43 sendUrl INFO 3 [219] -2014-01-10 04:02:33 queue INFO >>3 [220] -2014-01-10 04:02:33 sendUrl INFO 3 [220] -2014-01-10 04:02:44 queue INFO 7 [221] -2014-01-10 04:02:45 queue INFO >7 [222] -2014-01-10 04:02:45 sendUrl INFO 7 [221] -2014-01-10 04:02:45 sendUrl INFO 7 [222] -2014-01-10 04:02:46 queue INFO 3 [223] -2014-01-10 04:02:46 queue INFO >3 [224] -2014-01-10 04:02:46 sendUrl INFO 3 [223] -2014-01-10 04:02:47 sendUrl INFO 3 [224] -2014-01-10 04:03:36 queue INFO >>3 [225] -2014-01-10 04:03:36 sendUrl INFO 3 [225] -2014-01-10 04:04:26 queue INFO >>3 [226] -2014-01-10 04:04:27 sendUrl INFO 3 [226] -2014-01-10 04:05:16 queue INFO >>3 [227] -2014-01-10 04:05:17 sendUrl INFO 3 [227] -2014-01-10 04:06:07 queue INFO >>3 [228] -2014-01-10 04:06:07 sendUrl INFO 3 [228] -2014-01-10 04:06:57 queue INFO >>3 [229] -2014-01-10 04:06:57 sendUrl INFO 3 [229] -2014-01-10 04:07:47 queue INFO >>3 [230] -2014-01-10 04:07:47 sendUrl INFO 3 [230] -2014-01-10 04:08:37 queue INFO >>3 [231] -2014-01-10 04:08:37 sendUrl INFO 3 [231] -2014-01-10 04:09:27 queue INFO >>3 [232] -2014-01-10 04:09:28 sendUrl INFO 3 [232] -2014-01-10 04:09:38 queue INFO 7 [233] -2014-01-10 04:09:38 queue INFO >7 [234] -2014-01-10 04:09:39 sendUrl INFO 7 [233] -2014-01-10 04:09:39 sendUrl INFO 7 [234] -2014-01-10 04:09:40 queue INFO 3 [235] -2014-01-10 04:09:40 queue INFO >3 [236] -2014-01-10 04:09:40 sendUrl INFO 3 [235] -2014-01-10 04:09:41 sendUrl INFO 3 [236] -2014-01-10 04:10:30 queue INFO >>3 [237] -2014-01-10 04:10:31 sendUrl INFO 3 [237] -2014-01-10 04:11:20 queue INFO >>3 [238] -2014-01-10 04:11:20 sendUrl INFO 3 [238] -2014-01-10 04:12:10 queue INFO >>3 [239] -2014-01-10 04:12:11 sendUrl INFO 3 [239] -2014-01-10 04:13:00 queue INFO >>3 [240] -2014-01-10 04:13:01 sendUrl INFO 3 [240] -2014-01-10 04:13:51 queue INFO >>3 [241] -2014-01-10 04:13:51 sendUrl INFO 3 [241] -2014-01-10 04:14:41 queue INFO >>3 [242] -2014-01-10 04:14:41 sendUrl INFO 3 [242] -2014-01-10 04:15:31 queue INFO >>3 [243] -2014-01-10 04:15:31 sendUrl INFO 3 [243] -2014-01-10 04:16:21 queue INFO >>3 [244] -2014-01-10 04:16:21 sendUrl INFO 3 [244] -2014-01-10 04:16:32 queue INFO 7 [245] -2014-01-10 04:16:32 queue INFO >7 [246] -2014-01-10 04:16:32 sendUrl INFO 7 [245] -2014-01-10 04:16:32 sendUrl INFO 7 [246] -2014-01-10 04:16:33 queue INFO 3 [247] -2014-01-10 04:16:33 sendUrl INFO 3 [247] -2014-01-10 04:16:33 queue INFO >3 [248] -2014-01-10 04:16:34 sendUrl INFO 3 [248] -2014-01-10 04:17:23 queue INFO >>3 [249] -2014-01-10 04:17:24 sendUrl INFO 3 [249] -2014-01-10 04:18:14 queue INFO >>3 [250] -2014-01-10 04:18:14 sendUrl INFO 3 [250] -2014-01-10 04:19:04 queue INFO >>3 [251] -2014-01-10 04:19:04 sendUrl INFO 3 [251] -2014-01-10 04:19:28 queue INFO 1 [252] -2014-01-10 04:19:28 queue INFO >1 [253] -2014-01-10 04:19:29 sendUrl INFO 1 [252] -2014-01-10 04:19:29 sendUrl INFO 1 [253] -2014-01-10 04:20:18 queue INFO >>1 [254] -2014-01-10 04:20:19 sendUrl INFO 1 [254] -2014-01-10 04:21:09 queue INFO >>1 [255] -2014-01-10 04:21:09 sendUrl INFO 1 [255] -2014-01-10 04:21:59 queue INFO >>1 [256] -2014-01-10 04:21:59 sendUrl INFO 1 [256] -2014-01-10 04:22:49 queue INFO >>1 [257] -2014-01-10 04:22:49 sendUrl INFO 1 [257] -2014-01-10 04:23:38 queue INFO 21 [258] -2014-01-10 04:23:38 sendUrl INFO 21 [258] -2014-01-10 04:23:38 queue INFO >21 [259] -2014-01-10 04:23:38 sendUrl INFO 21 [259] -2014-01-10 04:24:28 queue INFO >>21 [260] -2014-01-10 04:24:28 sendUrl INFO 21 [260] -2014-01-10 04:25:18 queue INFO >>21 [261] -2014-01-10 04:25:18 sendUrl INFO 21 [261] -2014-01-10 04:26:08 queue INFO >>21 [262] -2014-01-10 04:26:08 sendUrl INFO 21 [262] -2014-01-10 04:26:58 queue INFO >>21 [263] -2014-01-10 04:26:59 sendUrl INFO 21 [263] -2014-01-10 04:27:48 queue INFO >>21 [264] -2014-01-10 04:27:49 sendUrl INFO 21 [264] -2014-01-10 04:28:39 queue INFO >>21 [265] -2014-01-10 04:28:39 sendUrl INFO 21 [265] -2014-01-10 04:29:29 queue INFO >>21 [266] -2014-01-10 04:29:29 sendUrl INFO 21 [266] -2014-01-10 04:30:19 queue INFO >>21 [267] -2014-01-10 04:30:19 sendUrl INFO 21 [267] -2014-01-10 04:31:09 queue INFO >>21 [268] -2014-01-10 04:31:09 sendUrl INFO 21 [268] -2014-01-10 04:31:59 queue INFO >>21 [269] -2014-01-10 04:32:00 sendUrl INFO 21 [269] -2014-01-10 04:32:49 queue INFO >>21 [270] -2014-01-10 04:32:49 sendUrl INFO 21 [270] -2014-01-10 04:33:01 queue INFO 1 [271] -2014-01-10 04:33:01 queue INFO >1 [272] -2014-01-10 04:33:01 sendUrl INFO 1 [271] -2014-01-10 04:33:01 sendUrl INFO 1 [272] -2014-01-10 04:33:24 queue INFO 5 [273] -2014-01-10 04:33:24 queue INFO >5 [274] -2014-01-10 04:33:24 sendUrl INFO 5 [273] -2014-01-10 04:33:25 sendUrl INFO 5 [274] -2014-01-10 04:33:25 queue INFO 1 [275] -2014-01-10 04:33:26 queue INFO >1 [276] -2014-01-10 04:33:26 sendUrl INFO 1 [275] -2014-01-10 04:33:26 sendUrl INFO 1 [276] -2014-01-10 04:33:38 queue INFO 9 [277] -2014-01-10 04:33:38 queue INFO >9 [278] -2014-01-10 04:33:38 sendUrl INFO 9 [277] -2014-01-10 04:33:39 sendUrl INFO 9 [278] -2014-01-10 04:34:28 queue INFO >>9 [279] -2014-01-10 04:34:28 sendUrl INFO 9 [279] -2014-01-10 04:35:18 queue INFO >>9 [280] -2014-01-10 04:35:18 sendUrl INFO 9 [280] -2014-01-10 04:36:08 queue INFO >>9 [281] -2014-01-10 04:36:09 sendUrl INFO 9 [281] -2014-01-10 04:36:58 queue INFO >>9 [282] -2014-01-10 04:36:59 sendUrl INFO 9 [282] -2014-01-10 04:37:33 queue INFO 29 [283] -2014-01-10 04:37:33 queue INFO >29 [284] -2014-01-10 04:37:33 sendUrl INFO 29 [283] -2014-01-10 04:37:33 queue INFO 21 [285] -2014-01-10 04:37:33 queue INFO >21 [286] -2014-01-10 04:37:33 sendUrl INFO 29 [284] -2014-01-10 04:37:34 sendUrl INFO 21 [285] -2014-01-10 04:37:34 sendUrl INFO 21 [286] -2014-01-10 04:38:23 queue INFO >>21 [287] -2014-01-10 04:38:24 sendUrl INFO 21 [287] -2014-01-10 04:39:13 queue INFO >>21 [288] -2014-01-10 04:39:13 sendUrl INFO 21 [288] -2014-01-10 04:40:03 queue INFO >>21 [289] -2014-01-10 04:40:04 sendUrl INFO 21 [289] -2014-01-10 04:40:54 queue INFO >>21 [290] -2014-01-10 04:40:54 sendUrl INFO 21 [290] -2014-01-10 04:41:44 queue INFO >>21 [291] -2014-01-10 04:41:44 sendUrl INFO 21 [291] -2014-01-10 04:42:25 queue INFO 1 [292] -2014-01-10 04:42:25 queue INFO >1 [293] -2014-01-10 04:42:25 sendUrl INFO 1 [292] -2014-01-10 04:42:26 sendUrl INFO 1 [293] -2014-01-10 04:42:41 queue INFO 3 [294] -2014-01-10 04:42:42 queue INFO >3 [295] -2014-01-10 04:42:42 sendUrl INFO 3 [294] -2014-01-10 04:42:42 sendUrl INFO 3 [295] -2014-01-10 04:43:32 queue INFO >>3 [296] -2014-01-10 04:43:32 sendUrl INFO 3 [296] -2014-01-10 04:44:22 queue INFO >>3 [297] -2014-01-10 04:44:22 sendUrl INFO 3 [297] -2014-01-10 04:45:12 queue INFO >>3 [298] -2014-01-10 04:45:12 sendUrl INFO 3 [298] -2014-01-10 04:46:02 queue INFO >>3 [299] -2014-01-10 04:46:02 sendUrl INFO 3 [299] -2014-01-10 04:46:52 queue INFO >>3 [300] -2014-01-10 04:46:53 sendUrl INFO 3 [300] -2014-01-10 04:47:42 queue INFO >>3 [301] -2014-01-10 04:47:43 sendUrl INFO 3 [301] -2014-01-10 04:48:33 queue INFO >>3 [302] -2014-01-10 04:48:33 sendUrl INFO 3 [302] -2014-01-10 04:48:42 queue INFO 7 [303] -2014-01-10 04:48:42 sendUrl INFO 7 [303] -2014-01-10 04:48:42 queue INFO >7 [304] -2014-01-10 04:48:42 sendUrl INFO 7 [304] -2014-01-10 04:48:43 queue INFO 3 [305] -2014-01-10 04:48:43 queue INFO >3 [306] -2014-01-10 04:48:44 sendUrl INFO 3 [305] -2014-01-10 04:48:44 sendUrl INFO 3 [306] -2014-01-10 04:48:56 queue INFO 9 [307] -2014-01-10 04:48:57 queue INFO >9 [308] -2014-01-10 04:48:57 sendUrl INFO 9 [307] -2014-01-10 04:48:57 sendUrl INFO 9 [308] -2014-01-10 04:49:03 queue INFO 29 [309] -2014-01-10 04:49:03 queue INFO >29 [310] -2014-01-10 04:49:03 sendUrl INFO 29 [309] -2014-01-10 04:49:04 queue INFO 21 [311] -2014-01-10 04:49:04 queue INFO >21 [312] -2014-01-10 04:49:04 sendUrl INFO 29 [310] -2014-01-10 04:49:04 sendUrl INFO 21 [311] -2014-01-10 04:49:05 sendUrl INFO 21 [312] -2014-01-10 04:49:54 queue INFO >>21 [313] -2014-01-10 04:49:54 sendUrl INFO 21 [313] -2014-01-10 04:50:44 queue INFO >>21 [314] -2014-01-10 04:50:44 sendUrl INFO 21 [314] -2014-01-10 04:51:26 queue INFO 1 [315] -2014-01-10 04:51:26 queue INFO >1 [316] -2014-01-10 04:51:26 sendUrl INFO 1 [315] -2014-01-10 04:51:27 sendUrl INFO 1 [316] -2014-01-10 04:51:45 queue INFO 21 [317] -2014-01-10 04:51:45 queue INFO >21 [318] -2014-01-10 04:51:45 sendUrl INFO 21 [317] -2014-01-10 04:51:45 sendUrl INFO 21 [318] -2014-01-10 04:52:35 queue INFO >>21 [319] -2014-01-10 04:52:35 sendUrl INFO 21 [319] -2014-01-10 04:52:54 queue INFO 1 [320] -2014-01-10 04:52:54 sendUrl INFO 1 [320] -2014-01-10 04:52:54 queue INFO >1 [321] -2014-01-10 04:52:54 sendUrl INFO 1 [321] -2014-01-10 04:53:01 queue INFO 9 [322] -2014-01-10 04:53:01 queue INFO >9 [323] -2014-01-10 04:53:01 sendUrl INFO 9 [322] -2014-01-10 04:53:02 sendUrl INFO 9 [323] -2014-01-10 04:53:14 queue INFO 1 [324] -2014-01-10 04:53:14 queue INFO 9 [325] -2014-01-10 04:53:14 sendUrl INFO 1 [324] -2014-01-10 04:53:14 queue INFO >9 [326] -2014-01-10 04:53:15 sendUrl INFO 9 [325] -2014-01-10 04:53:15 queue INFO 29 [327] -2014-01-10 04:53:15 queue INFO >29 [328] -2014-01-10 04:53:15 queue INFO 21 [329] -2014-01-10 04:53:15 sendUrl INFO 9 [326] -2014-01-10 04:53:15 queue INFO >21 [330] -2014-01-10 04:53:16 sendUrl INFO 29 [327] -2014-01-10 04:53:16 sendUrl INFO 29 [328] -2014-01-10 04:53:17 sendUrl INFO 21 [329] -2014-01-10 04:53:17 sendUrl INFO 21 [330] -2014-01-10 04:54:05 queue INFO >>21 [331] -2014-01-10 04:54:05 sendUrl INFO 21 [331] -2014-01-10 04:54:36 queue INFO 1 [332] -2014-01-10 04:54:37 queue INFO >1 [333] -2014-01-10 04:54:37 sendUrl INFO 1 [332] -2014-01-10 04:54:37 sendUrl INFO 1 [333] -2014-01-10 04:54:43 queue INFO 3 [334] -2014-01-10 04:54:43 queue INFO >3 [335] -2014-01-10 04:54:43 sendUrl INFO 3 [334] -2014-01-10 04:54:44 sendUrl INFO 3 [335] -2014-01-10 04:55:33 queue INFO >>3 [336] -2014-01-10 04:55:34 sendUrl INFO 3 [336] -2014-01-10 04:56:23 queue INFO >>3 [337] -2014-01-10 04:56:23 sendUrl INFO 3 [337] -2014-01-10 04:57:13 queue INFO >>3 [338] -2014-01-10 04:57:14 sendUrl INFO 3 [338] -2014-01-10 04:58:04 queue INFO >>3 [339] -2014-01-10 04:58:04 sendUrl INFO 3 [339] -2014-01-10 04:58:54 queue INFO >>3 [340] -2014-01-10 04:58:54 sendUrl INFO 3 [340] -2014-01-10 04:59:44 queue INFO >>3 [341] -2014-01-10 04:59:44 sendUrl INFO 3 [341] -2014-01-10 05:00:34 queue INFO >>3 [342] -2014-01-10 05:00:35 sendUrl INFO 3 [342] -2014-01-10 05:00:43 queue INFO 7 [343] -2014-01-10 05:00:43 sendUrl INFO 7 [343] -2014-01-10 05:00:43 queue INFO >7 [344] -2014-01-10 05:00:44 sendUrl INFO 7 [344] -2014-01-10 05:00:45 queue INFO 3 [345] -2014-01-10 05:00:45 queue INFO >3 [346] -2014-01-10 05:00:45 sendUrl INFO 3 [345] -2014-01-10 05:00:46 sendUrl INFO 3 [346] -2014-01-10 05:00:58 queue INFO 9 [347] -2014-01-10 05:00:58 queue INFO >9 [348] -2014-01-10 05:00:58 sendUrl INFO 9 [347] -2014-01-10 05:00:59 sendUrl INFO 9 [348] -2014-01-10 05:01:25 queue INFO 29 [349] -2014-01-10 05:01:25 queue INFO >29 [350] -2014-01-10 05:01:25 queue INFO 21 [351] -2014-01-10 05:01:25 sendUrl INFO 29 [349] -2014-01-10 05:01:26 queue INFO >21 [352] -2014-01-10 05:01:26 sendUrl INFO 29 [350] -2014-01-10 05:01:26 sendUrl INFO 21 [351] -2014-01-10 05:01:27 sendUrl INFO 21 [352] -2014-01-10 05:02:15 queue INFO >>21 [353] -2014-01-10 05:02:16 sendUrl INFO 21 [353] -2014-01-10 05:03:06 queue INFO >>21 [354] -2014-01-10 05:03:06 sendUrl INFO 21 [354] -2014-01-10 05:03:56 queue INFO >>21 [355] -2014-01-10 05:03:56 sendUrl INFO 21 [355] -2014-01-10 05:04:14 queue INFO 9 [356] -2014-01-10 05:04:14 queue INFO >9 [357] -2014-01-10 05:04:15 sendUrl INFO 9 [356] -2014-01-10 05:04:15 sendUrl INFO 9 [357] -2014-01-10 05:04:15 queue INFO 29 [358] -2014-01-10 05:04:15 queue INFO 21 [359] -2014-01-10 05:04:15 queue INFO >21 [360] -2014-01-10 05:04:16 sendUrl INFO 29 [358] -2014-01-10 05:04:16 sendUrl INFO 21 [359] -2014-01-10 05:04:17 sendUrl INFO 21 [360] -2014-01-10 05:04:20 queue INFO 1 [361] -2014-01-10 05:04:20 queue INFO >1 [362] -2014-01-10 05:04:21 sendUrl INFO 1 [361] -2014-01-10 05:04:21 sendUrl INFO 1 [362] -2014-01-10 05:05:03 queue INFO 3 [363] -2014-01-10 05:05:03 queue INFO >3 [364] -2014-01-10 05:05:03 sendUrl INFO 3 [363] -2014-01-10 05:05:04 sendUrl INFO 3 [364] -2014-01-10 05:05:53 queue INFO >>3 [365] -2014-01-10 05:05:53 sendUrl INFO 3 [365] -2014-01-10 05:06:43 queue INFO >>3 [366] -2014-01-10 05:06:44 sendUrl INFO 3 [366] -2014-01-10 05:07:33 queue INFO >>3 [367] -2014-01-10 05:07:33 sendUrl INFO 3 [367] -2014-01-10 05:08:23 queue INFO >>3 [368] -2014-01-10 05:08:24 sendUrl INFO 3 [368] -2014-01-10 05:09:14 queue INFO >>3 [369] -2014-01-10 05:09:14 sendUrl INFO 3 [369] -2014-01-10 05:10:04 queue INFO >>3 [370] -2014-01-10 05:10:04 sendUrl INFO 3 [370] -2014-01-10 05:10:54 queue INFO >>3 [371] -2014-01-10 05:10:54 sendUrl INFO 3 [371] -2014-01-10 05:11:03 queue INFO 7 [372] -2014-01-10 05:11:03 queue INFO >7 [373] -2014-01-10 05:11:03 sendUrl INFO 7 [372] -2014-01-10 05:11:04 sendUrl INFO 7 [373] -2014-01-10 05:11:04 queue INFO 3 [374] -2014-01-10 05:11:05 queue INFO >3 [375] -2014-01-10 05:11:05 sendUrl INFO 3 [374] -2014-01-10 05:11:05 sendUrl INFO 3 [375] -2014-01-10 05:11:54 queue INFO >>3 [376] -2014-01-10 05:11:55 sendUrl INFO 3 [376] -2014-01-10 05:12:45 queue INFO >>3 [377] -2014-01-10 05:12:45 sendUrl INFO 3 [377] -2014-01-10 05:13:35 queue INFO >>3 [378] -2014-01-10 05:13:35 sendUrl INFO 3 [378] -2014-01-10 05:14:25 queue INFO >>3 [379] -2014-01-10 05:14:25 sendUrl INFO 3 [379] -2014-01-10 05:15:15 queue INFO >>3 [380] -2014-01-10 05:15:15 sendUrl INFO 3 [380] -2014-01-10 05:16:05 queue INFO >>3 [381] -2014-01-10 05:16:06 sendUrl INFO 3 [381] -2014-01-10 05:16:55 queue INFO >>3 [382] -2014-01-10 05:16:56 sendUrl INFO 3 [382] -2014-01-10 05:17:46 queue INFO >>3 [383] -2014-01-10 05:17:46 sendUrl INFO 3 [383] -2014-01-10 05:17:56 queue INFO 7 [384] -2014-01-10 05:17:56 queue INFO >7 [385] -2014-01-10 05:17:57 sendUrl INFO 7 [384] -2014-01-10 05:17:57 sendUrl INFO 7 [385] -2014-01-10 05:17:58 queue INFO 3 [386] -2014-01-10 05:17:58 queue INFO >3 [387] -2014-01-10 05:17:58 sendUrl INFO 3 [386] -2014-01-10 05:17:59 sendUrl INFO 3 [387] -2014-01-10 05:18:48 queue INFO >>3 [388] -2014-01-10 05:18:48 sendUrl INFO 3 [388] -2014-01-10 05:19:38 queue INFO >>3 [389] -2014-01-10 05:19:38 sendUrl INFO 3 [389] -2014-01-10 05:20:28 queue INFO >>3 [390] -2014-01-10 05:20:29 sendUrl INFO 3 [390] -2014-01-10 05:21:18 queue INFO >>3 [391] -2014-01-10 05:21:19 sendUrl INFO 3 [391] -2014-01-10 05:22:08 queue INFO >>3 [392] -2014-01-10 05:22:09 sendUrl INFO 3 [392] -2014-01-10 05:22:59 queue INFO >>3 [393] -2014-01-10 05:22:59 sendUrl INFO 3 [393] -2014-01-10 05:23:49 queue INFO >>3 [394] -2014-01-10 05:23:49 sendUrl INFO 3 [394] -2014-01-10 05:24:39 queue INFO >>3 [395] -2014-01-10 05:24:39 sendUrl INFO 3 [395] -2014-01-10 05:24:50 queue INFO 7 [396] -2014-01-10 05:24:51 queue INFO >7 [397] -2014-01-10 05:24:51 sendUrl INFO 7 [396] -2014-01-10 05:24:51 sendUrl INFO 7 [397] -2014-01-10 05:24:52 queue INFO 3 [398] -2014-01-10 05:24:52 queue INFO >3 [399] -2014-01-10 05:24:52 sendUrl INFO 3 [398] -2014-01-10 05:24:53 sendUrl INFO 3 [399] -2014-01-10 05:25:42 queue INFO >>3 [400] -2014-01-10 05:25:43 sendUrl INFO 3 [400] -2014-01-10 05:26:32 queue INFO >>3 [401] -2014-01-10 05:26:33 sendUrl INFO 3 [401] -2014-01-10 05:27:23 queue INFO >>3 [402] -2014-01-10 05:27:23 sendUrl INFO 3 [402] -2014-01-10 05:28:13 queue INFO >>3 [403] -2014-01-10 05:28:13 sendUrl INFO 3 [403] -2014-01-10 05:29:03 queue INFO >>3 [404] -2014-01-10 05:29:03 sendUrl INFO 3 [404] -2014-01-10 05:29:53 queue INFO >>3 [405] -2014-01-10 05:29:53 sendUrl INFO 3 [405] -2014-01-10 05:30:43 queue INFO >>3 [406] -2014-01-10 05:30:44 sendUrl INFO 3 [406] -2014-01-10 05:31:33 queue INFO >>3 [407] -2014-01-10 05:31:33 sendUrl INFO 3 [407] -2014-01-10 05:31:44 queue INFO 7 [408] -2014-01-10 05:31:44 queue INFO >7 [409] -2014-01-10 05:31:45 sendUrl INFO 7 [408] -2014-01-10 05:31:45 sendUrl INFO 7 [409] -2014-01-10 05:31:46 queue INFO 3 [410] -2014-01-10 05:31:46 queue INFO >3 [411] -2014-01-10 05:31:46 sendUrl INFO 3 [410] -2014-01-10 05:31:46 sendUrl INFO 3 [411] -2014-01-10 05:32:36 queue INFO >>3 [412] -2014-01-10 05:32:36 sendUrl INFO 3 [412] -2014-01-10 05:33:26 queue INFO >>3 [413] -2014-01-10 05:33:26 sendUrl INFO 3 [413] -2014-01-10 05:34:16 queue INFO >>3 [414] -2014-01-10 05:34:16 sendUrl INFO 3 [414] -2014-01-10 05:35:06 queue INFO >>3 [415] -2014-01-10 05:35:07 sendUrl INFO 3 [415] -2014-01-10 05:35:56 queue INFO >>3 [416] -2014-01-10 05:35:57 sendUrl INFO 3 [416] -2014-01-10 05:36:47 queue INFO >>3 [417] -2014-01-10 05:36:47 sendUrl INFO 3 [417] -2014-01-10 05:37:37 queue INFO >>3 [418] -2014-01-10 05:37:37 sendUrl INFO 3 [418] -2014-01-10 05:38:27 queue INFO >>3 [419] -2014-01-10 05:38:27 sendUrl INFO 3 [419] -2014-01-10 05:38:38 queue INFO 7 [420] -2014-01-10 05:38:38 queue INFO >7 [421] -2014-01-10 05:38:38 sendUrl INFO 7 [420] -2014-01-10 05:38:39 sendUrl INFO 7 [421] -2014-01-10 05:38:39 queue INFO 3 [422] -2014-01-10 05:38:40 queue INFO >3 [423] -2014-01-10 05:38:40 sendUrl INFO 3 [422] -2014-01-10 05:38:40 sendUrl INFO 3 [423] -2014-01-10 05:39:30 queue INFO >>3 [424] -2014-01-10 05:39:30 sendUrl INFO 3 [424] -2014-01-10 05:40:20 queue INFO >>3 [425] -2014-01-10 05:40:20 sendUrl INFO 3 [425] -2014-01-10 05:41:10 queue INFO >>3 [426] -2014-01-10 05:41:10 sendUrl INFO 3 [426] -2014-01-10 05:42:00 queue INFO >>3 [427] -2014-01-10 05:42:01 sendUrl INFO 3 [427] -2014-01-10 05:42:50 queue INFO >>3 [428] -2014-01-10 05:42:50 sendUrl INFO 3 [428] -2014-01-10 05:43:40 queue INFO >>3 [429] -2014-01-10 05:43:41 sendUrl INFO 3 [429] -2014-01-10 05:44:30 queue INFO >>3 [430] -2014-01-10 05:44:31 sendUrl INFO 3 [430] -2014-01-10 05:45:21 queue INFO >>3 [431] -2014-01-10 05:45:21 sendUrl INFO 3 [431] -2014-01-10 05:45:31 queue INFO 7 [432] -2014-01-10 05:45:32 queue INFO >7 [433] -2014-01-10 05:45:32 sendUrl INFO 7 [432] -2014-01-10 05:45:32 sendUrl INFO 7 [433] -2014-01-10 05:45:33 queue INFO 3 [434] -2014-01-10 05:45:33 queue INFO >3 [435] -2014-01-10 05:45:34 sendUrl INFO 3 [434] -2014-01-10 05:45:34 sendUrl INFO 3 [435] -2014-01-10 05:46:23 queue INFO >>3 [436] -2014-01-10 05:46:23 sendUrl INFO 3 [436] -2014-01-10 05:47:13 queue INFO >>3 [437] -2014-01-10 05:47:14 sendUrl INFO 3 [437] -2014-01-10 05:48:03 queue INFO >>3 [438] -2014-01-10 05:48:04 sendUrl INFO 3 [438] -2014-01-10 05:48:54 queue INFO >>3 [439] -2014-01-10 05:48:54 sendUrl INFO 3 [439] -2014-01-10 05:49:44 queue INFO >>3 [440] -2014-01-10 05:49:44 sendUrl INFO 3 [440] -2014-01-10 05:50:34 queue INFO >>3 [441] -2014-01-10 05:50:34 sendUrl INFO 3 [441] -2014-01-10 05:51:24 queue INFO >>3 [442] -2014-01-10 05:51:24 sendUrl INFO 3 [442] -2014-01-10 05:52:14 queue INFO >>3 [443] -2014-01-10 05:52:15 sendUrl INFO 3 [443] -2014-01-10 05:52:25 queue INFO 7 [444] -2014-01-10 05:52:25 queue INFO >7 [445] -2014-01-10 05:52:25 sendUrl INFO 7 [444] -2014-01-10 05:52:26 sendUrl INFO 7 [445] -2014-01-10 05:52:26 queue INFO 3 [446] -2014-01-10 05:52:27 queue INFO >3 [447] -2014-01-10 05:52:27 sendUrl INFO 3 [446] -2014-01-10 05:52:27 sendUrl INFO 3 [447] -2014-01-10 05:53:16 queue INFO >>3 [448] -2014-01-10 05:53:17 sendUrl INFO 3 [448] -2014-01-10 05:54:07 queue INFO >>3 [449] -2014-01-10 05:54:07 sendUrl INFO 3 [449] -2014-01-10 05:54:57 queue INFO >>3 [450] -2014-01-10 05:54:57 sendUrl INFO 3 [450] -2014-01-10 05:55:47 queue INFO >>3 [451] -2014-01-10 05:55:47 sendUrl INFO 3 [451] -2014-01-10 05:56:37 queue INFO >>3 [452] -2014-01-10 05:56:37 sendUrl INFO 3 [452] -2014-01-10 05:57:27 queue INFO >>3 [453] -2014-01-10 05:57:28 sendUrl INFO 3 [453] -2014-01-10 05:58:17 queue INFO >>3 [454] -2014-01-10 05:58:18 sendUrl INFO 3 [454] -2014-01-10 05:59:08 queue INFO >>3 [455] -2014-01-10 05:59:08 sendUrl INFO 3 [455] -2014-01-10 05:59:19 queue INFO 7 [456] -2014-01-10 05:59:19 queue INFO >7 [457] -2014-01-10 05:59:19 sendUrl INFO 7 [456] -2014-01-10 05:59:20 sendUrl INFO 7 [457] -2014-01-10 05:59:21 queue INFO 3 [458] -2014-01-10 05:59:21 sendUrl INFO 3 [458] -2014-01-10 05:59:21 queue INFO >3 [459] -2014-01-10 05:59:21 sendUrl INFO 3 [459] -2014-01-10 06:00:11 queue INFO >>3 [460] -2014-01-10 06:00:11 sendUrl INFO 3 [460] -2014-01-10 06:01:01 queue INFO >>3 [461] -2014-01-10 06:01:02 sendUrl INFO 3 [461] -2014-01-10 06:01:51 queue INFO >>3 [462] -2014-01-10 06:01:51 sendUrl INFO 3 [462] -2014-01-10 06:02:41 queue INFO >>3 [463] -2014-01-10 06:02:42 sendUrl INFO 3 [463] -2014-01-10 06:03:31 queue INFO >>3 [464] -2014-01-10 06:03:32 sendUrl INFO 3 [464] -2014-01-10 06:04:22 queue INFO >>3 [465] -2014-01-10 06:04:22 sendUrl INFO 3 [465] -2014-01-10 06:05:12 queue INFO >>3 [466] -2014-01-10 06:05:12 sendUrl INFO 3 [466] -2014-01-10 06:06:02 queue INFO >>3 [467] -2014-01-10 06:06:02 sendUrl INFO 3 [467] -2014-01-10 06:06:13 queue INFO 7 [468] -2014-01-10 06:06:13 queue INFO >7 [469] -2014-01-10 06:06:13 sendUrl INFO 7 [468] -2014-01-10 06:06:14 sendUrl INFO 7 [469] -2014-01-10 06:06:14 queue INFO 3 [470] -2014-01-10 06:06:15 queue INFO >3 [471] -2014-01-10 06:06:15 sendUrl INFO 3 [470] -2014-01-10 06:06:15 sendUrl INFO 3 [471] -2014-01-10 06:07:05 queue INFO >>3 [472] -2014-01-10 06:07:05 sendUrl INFO 3 [472] -2014-01-10 06:07:55 queue INFO >>3 [473] -2014-01-10 06:07:55 sendUrl INFO 3 [473] -2014-01-10 06:08:45 queue INFO >>3 [474] -2014-01-10 06:08:45 sendUrl INFO 3 [474] -2014-01-10 06:09:35 queue INFO >>3 [475] -2014-01-10 06:09:36 sendUrl INFO 3 [475] -2014-01-10 06:10:25 queue INFO >>3 [476] -2014-01-10 06:10:25 sendUrl INFO 3 [476] -2014-01-10 06:11:15 queue INFO >>3 [477] -2014-01-10 06:11:16 sendUrl INFO 3 [477] -2014-01-10 06:12:06 queue INFO >>3 [478] -2014-01-10 06:12:06 sendUrl INFO 3 [478] -2014-01-10 06:12:56 queue INFO >>3 [479] -2014-01-10 06:12:56 sendUrl INFO 3 [479] -2014-01-10 06:13:07 queue INFO 7 [480] -2014-01-10 06:13:07 queue INFO >7 [481] -2014-01-10 06:13:07 sendUrl INFO 7 [480] -2014-01-10 06:13:07 sendUrl INFO 7 [481] -2014-01-10 06:13:08 queue INFO 3 [482] -2014-01-10 06:13:08 queue INFO >3 [483] -2014-01-10 06:13:08 sendUrl INFO 3 [482] -2014-01-10 06:13:09 sendUrl INFO 3 [483] -2014-01-10 06:13:58 queue INFO >>3 [484] -2014-01-10 06:13:59 sendUrl INFO 3 [484] -2014-01-10 06:14:48 queue INFO >>3 [485] -2014-01-10 06:14:49 sendUrl INFO 3 [485] -2014-01-10 06:15:39 queue INFO >>3 [486] -2014-01-10 06:15:39 sendUrl INFO 3 [486] -2014-01-10 06:16:29 queue INFO >>3 [487] -2014-01-10 06:16:29 sendUrl INFO 3 [487] -2014-01-10 06:17:19 queue INFO >>3 [488] -2014-01-10 06:17:19 sendUrl INFO 3 [488] -2014-01-10 06:18:09 queue INFO >>3 [489] -2014-01-10 06:18:09 sendUrl INFO 3 [489] -2014-01-10 06:18:59 queue INFO >>3 [490] -2014-01-10 06:19:00 sendUrl INFO 3 [490] -2014-01-10 06:19:49 queue INFO >>3 [491] -2014-01-10 06:19:50 sendUrl INFO 3 [491] -2014-01-10 06:20:00 queue INFO 7 [492] -2014-01-10 06:20:00 queue INFO >7 [493] -2014-01-10 06:20:00 sendUrl INFO 7 [492] -2014-01-10 06:20:01 sendUrl INFO 7 [493] -2014-01-10 06:20:02 queue INFO 3 [494] -2014-01-10 06:20:02 sendUrl INFO 3 [494] -2014-01-10 06:20:02 queue INFO >3 [495] -2014-01-10 06:20:02 sendUrl INFO 3 [495] -2014-01-10 06:20:52 queue INFO >>3 [496] -2014-01-10 06:20:52 sendUrl INFO 3 [496] -2014-01-10 06:21:42 queue INFO >>3 [497] -2014-01-10 06:21:42 sendUrl INFO 3 [497] -2014-01-10 06:22:32 queue INFO >>3 [498] -2014-01-10 06:22:32 sendUrl INFO 3 [498] -2014-01-10 06:23:22 queue INFO >>3 [499] -2014-01-10 06:23:23 sendUrl INFO 3 [499] -2014-01-10 06:24:12 queue INFO >>3 [500] -2014-01-10 06:24:13 sendUrl INFO 3 [500] -2014-01-10 06:25:03 queue INFO >>3 [501] -2014-01-10 06:25:03 sendUrl INFO 3 [501] -2014-01-10 06:25:53 queue INFO >>3 [502] -2014-01-10 06:25:53 sendUrl INFO 3 [502] -2014-01-10 06:26:43 queue INFO >>3 [503] -2014-01-10 06:26:43 sendUrl INFO 3 [503] -2014-01-10 06:26:53 queue INFO 7 [504] -2014-01-10 06:26:54 queue INFO >7 [505] -2014-01-10 06:26:54 sendUrl INFO 7 [504] -2014-01-10 06:26:54 sendUrl INFO 7 [505] -2014-01-10 06:26:55 queue INFO 3 [506] -2014-01-10 06:26:55 queue INFO >3 [507] -2014-01-10 06:26:56 sendUrl INFO 3 [506] -2014-01-10 06:26:56 sendUrl INFO 3 [507] -2014-01-10 06:27:45 queue INFO >>3 [508] -2014-01-10 06:27:45 sendUrl INFO 3 [508] -2014-01-10 06:28:35 queue INFO >>3 [509] -2014-01-10 06:28:36 sendUrl INFO 3 [509] -2014-01-10 06:29:26 queue INFO >>3 [510] -2014-01-10 06:29:26 sendUrl INFO 3 [510] -2014-01-10 06:30:16 queue INFO >>3 [511] -2014-01-10 06:30:16 sendUrl INFO 3 [511] -2014-01-10 06:31:06 queue INFO >>3 [512] -2014-01-10 06:31:06 sendUrl INFO 3 [512] -2014-01-10 06:31:56 queue INFO >>3 [513] -2014-01-10 06:31:57 sendUrl INFO 3 [513] -2014-01-10 06:32:46 queue INFO >>3 [514] -2014-01-10 06:32:46 sendUrl INFO 3 [514] -2014-01-10 06:33:36 queue INFO >>3 [515] -2014-01-10 06:33:37 sendUrl INFO 3 [515] -2014-01-10 06:33:48 queue INFO 7 [516] -2014-01-10 06:33:48 queue INFO >7 [517] -2014-01-10 06:33:48 sendUrl INFO 7 [516] -2014-01-10 06:33:49 sendUrl INFO 7 [517] -2014-01-10 06:33:49 queue INFO 3 [518] -2014-01-10 06:33:50 queue INFO >3 [519] -2014-01-10 06:33:50 sendUrl INFO 3 [518] -2014-01-10 06:33:50 sendUrl INFO 3 [519] -2014-01-10 06:34:40 queue INFO >>3 [520] -2014-01-10 06:34:40 sendUrl INFO 3 [520] -2014-01-10 06:35:30 queue INFO >>3 [521] -2014-01-10 06:35:30 sendUrl INFO 3 [521] -2014-01-10 06:36:20 queue INFO >>3 [522] -2014-01-10 06:36:20 sendUrl INFO 3 [522] -2014-01-10 06:37:10 queue INFO >>3 [523] -2014-01-10 06:37:10 sendUrl INFO 3 [523] -2014-01-10 06:38:00 queue INFO >>3 [524] -2014-01-10 06:38:00 sendUrl INFO 3 [524] -2014-01-10 06:38:50 queue INFO >>3 [525] -2014-01-10 06:38:51 sendUrl INFO 3 [525] -2014-01-10 06:39:40 queue INFO >>3 [526] -2014-01-10 06:39:41 sendUrl INFO 3 [526] -2014-01-10 06:40:31 queue INFO >>3 [527] -2014-01-10 06:40:31 sendUrl INFO 3 [527] -2014-01-10 06:40:42 queue INFO 7 [528] -2014-01-10 06:40:42 queue INFO >7 [529] -2014-01-10 06:40:42 sendUrl INFO 7 [528] -2014-01-10 06:40:43 sendUrl INFO 7 [529] -2014-01-10 06:40:43 queue INFO 3 [530] -2014-01-10 06:40:43 queue INFO >3 [531] -2014-01-10 06:40:44 sendUrl INFO 3 [530] -2014-01-10 06:40:44 sendUrl INFO 3 [531] -2014-01-10 06:41:33 queue INFO >>3 [532] -2014-01-10 06:41:34 sendUrl INFO 3 [532] -2014-01-10 06:42:24 queue INFO >>3 [533] -2014-01-10 06:42:24 sendUrl INFO 3 [533] -2014-01-10 06:43:14 queue INFO >>3 [534] -2014-01-10 06:43:14 sendUrl INFO 3 [534] -2014-01-10 06:44:04 queue INFO >>3 [535] -2014-01-10 06:44:04 sendUrl INFO 3 [535] -2014-01-10 06:44:54 queue INFO >>3 [536] -2014-01-10 06:44:54 sendUrl INFO 3 [536] -2014-01-10 06:45:44 queue INFO >>3 [537] -2014-01-10 06:45:44 sendUrl INFO 3 [537] -2014-01-10 06:46:34 queue INFO >>3 [538] -2014-01-10 06:46:35 sendUrl INFO 3 [538] -2014-01-10 06:47:24 queue INFO >>3 [539] -2014-01-10 06:47:25 sendUrl INFO 3 [539] -2014-01-10 06:47:35 queue INFO 7 [540] -2014-01-10 06:47:35 queue INFO >7 [541] -2014-01-10 06:47:36 sendUrl INFO 7 [540] -2014-01-10 06:47:36 sendUrl INFO 7 [541] -2014-01-10 06:47:37 queue INFO 3 [542] -2014-01-10 06:47:37 queue INFO >3 [543] -2014-01-10 06:47:37 sendUrl INFO 3 [542] -2014-01-10 06:47:38 sendUrl INFO 3 [543] -2014-01-10 06:48:27 queue INFO >>3 [544] -2014-01-10 06:48:28 sendUrl INFO 3 [544] -2014-01-10 06:49:17 queue INFO >>3 [545] -2014-01-10 06:49:17 sendUrl INFO 3 [545] -2014-01-10 06:50:07 queue INFO >>3 [546] -2014-01-10 06:50:08 sendUrl INFO 3 [546] -2014-01-10 06:50:58 queue INFO >>3 [547] -2014-01-10 06:50:58 sendUrl INFO 3 [547] -2014-01-10 06:51:48 queue INFO >>3 [548] -2014-01-10 06:51:48 sendUrl INFO 3 [548] -2014-01-10 06:52:38 queue INFO >>3 [549] -2014-01-10 06:52:38 sendUrl INFO 3 [549] -2014-01-10 06:53:28 queue INFO >>3 [550] -2014-01-10 06:53:28 sendUrl INFO 3 [550] -2014-01-10 06:54:18 queue INFO >>3 [551] -2014-01-10 06:54:18 sendUrl INFO 3 [551] -2014-01-10 06:54:29 queue INFO 7 [552] -2014-01-10 06:54:29 queue INFO >7 [553] -2014-01-10 06:54:29 sendUrl INFO 7 [552] -2014-01-10 06:54:30 sendUrl INFO 7 [553] -2014-01-10 06:54:30 queue INFO 3 [554] -2014-01-10 06:54:31 sendUrl INFO 3 [554] -2014-01-10 06:54:31 queue INFO >3 [555] -2014-01-10 06:54:31 sendUrl INFO 3 [555] -2014-01-10 06:55:21 queue INFO >>3 [556] -2014-01-10 06:55:21 sendUrl INFO 3 [556] -2014-01-10 06:56:11 queue INFO >>3 [557] -2014-01-10 06:56:11 sendUrl INFO 3 [557] -2014-01-10 06:57:01 queue INFO >>3 [558] -2014-01-10 06:57:01 sendUrl INFO 3 [558] -2014-01-10 06:57:51 queue INFO >>3 [559] -2014-01-10 06:57:51 sendUrl INFO 3 [559] -2014-01-10 06:58:41 queue INFO >>3 [560] -2014-01-10 06:58:41 sendUrl INFO 3 [560] -2014-01-10 06:59:31 queue INFO >>3 [561] -2014-01-10 06:59:32 sendUrl INFO 3 [561] -2014-01-10 07:00:21 queue INFO >>3 [562] -2014-01-10 07:00:22 sendUrl INFO 3 [562] -2014-01-10 07:01:12 queue INFO >>3 [563] -2014-01-10 07:01:12 sendUrl INFO 3 [563] -2014-01-10 07:01:22 queue INFO 7 [564] -2014-01-10 07:01:22 sendUrl INFO 7 [564] -2014-01-10 07:01:22 queue INFO >7 [565] -2014-01-10 07:01:23 sendUrl INFO 7 [565] -2014-01-10 07:01:24 queue INFO 3 [566] -2014-01-10 07:01:24 queue INFO >3 [567] -2014-01-10 07:01:24 sendUrl INFO 3 [566] -2014-01-10 07:01:25 sendUrl INFO 3 [567] -2014-01-10 07:02:14 queue INFO >>3 [568] -2014-01-10 07:02:14 sendUrl INFO 3 [568] -2014-01-10 07:03:04 queue INFO >>3 [569] -2014-01-10 07:03:04 sendUrl INFO 3 [569] -2014-01-10 07:03:54 queue INFO >>3 [570] -2014-01-10 07:03:55 sendUrl INFO 3 [570] -2014-01-10 07:04:44 queue INFO >>3 [571] -2014-01-10 07:04:45 sendUrl INFO 3 [571] -2014-01-10 07:05:35 queue INFO >>3 [572] -2014-01-10 07:05:35 sendUrl INFO 3 [572] -2014-01-10 07:06:25 queue INFO >>3 [573] -2014-01-10 07:06:25 sendUrl INFO 3 [573] -2014-01-10 07:07:15 queue INFO >>3 [574] -2014-01-10 07:07:15 sendUrl INFO 3 [574] -2014-01-10 07:07:36 queue INFO 21 [575] -2014-01-10 07:07:36 queue INFO >21 [576] -2014-01-10 07:07:36 sendUrl INFO 21 [575] -2014-01-10 07:07:37 sendUrl INFO 21 [576] -2014-01-10 07:07:52 queue INFO 1 [577] -2014-01-10 07:07:52 queue INFO >1 [578] -2014-01-10 07:07:52 sendUrl INFO 1 [577] -2014-01-10 07:07:53 sendUrl INFO 1 [578] -2014-01-10 07:08:04 queue INFO 3 [579] -2014-01-10 07:08:04 queue INFO >3 [580] -2014-01-10 07:08:04 sendUrl INFO 3 [579] -2014-01-10 07:08:05 sendUrl INFO 3 [580] -2014-01-10 07:08:43 queue INFO 7 [581] -2014-01-10 07:08:43 queue INFO >7 [582] -2014-01-10 07:08:43 sendUrl INFO 7 [581] -2014-01-10 07:08:43 sendUrl INFO 7 [582] -2014-01-10 07:08:44 queue INFO 3 [583] -2014-01-10 07:08:44 sendUrl INFO 3 [583] -2014-01-10 07:08:44 queue INFO >3 [584] -2014-01-10 07:08:45 sendUrl INFO 3 [584] -2014-01-10 07:09:34 queue INFO >>3 [585] -2014-01-10 07:09:35 sendUrl INFO 3 [585] -2014-01-10 07:10:24 queue INFO >>3 [586] -2014-01-10 07:10:25 sendUrl INFO 3 [586] -2014-01-10 07:11:15 queue INFO >>3 [587] -2014-01-10 07:11:15 sendUrl INFO 3 [587] -2014-01-10 07:12:05 queue INFO >>3 [588] -2014-01-10 07:12:05 sendUrl INFO 3 [588] -2014-01-10 07:12:55 queue INFO >>3 [589] -2014-01-10 07:12:55 sendUrl INFO 3 [589] -2014-01-10 07:13:45 queue INFO >>3 [590] -2014-01-10 07:13:45 sendUrl INFO 3 [590] -2014-01-10 07:14:35 queue INFO >>3 [591] -2014-01-10 07:14:36 sendUrl INFO 3 [591] -2014-01-10 07:15:25 queue INFO >>3 [592] -2014-01-10 07:15:25 sendUrl INFO 3 [592] -2014-01-10 07:15:36 queue INFO 7 [593] -2014-01-10 07:15:37 sendUrl INFO 7 [593] -2014-01-10 07:15:37 queue INFO >7 [594] -2014-01-10 07:15:37 sendUrl INFO 7 [594] -2014-01-10 07:15:38 queue INFO 3 [595] -2014-01-10 07:15:38 queue INFO >3 [596] -2014-01-10 07:15:39 sendUrl INFO 3 [595] -2014-01-10 07:15:39 sendUrl INFO 3 [596] -2014-01-10 07:16:28 queue INFO >>3 [597] -2014-01-10 07:16:28 sendUrl INFO 3 [597] -2014-01-10 07:17:18 queue INFO >>3 [598] -2014-01-10 07:17:19 sendUrl INFO 3 [598] -2014-01-10 07:18:08 queue INFO >>3 [599] -2014-01-10 07:18:09 sendUrl INFO 3 [599] -2014-01-10 07:18:58 queue INFO >>3 [600] -2014-01-10 07:18:59 sendUrl INFO 3 [600] -2014-01-10 07:19:49 queue INFO >>3 [601] -2014-01-10 07:19:49 sendUrl INFO 3 [601] -2014-01-10 07:20:39 queue INFO >>3 [602] -2014-01-10 07:20:39 sendUrl INFO 3 [602] -2014-01-10 07:21:29 queue INFO >>3 [603] -2014-01-10 07:21:29 sendUrl INFO 3 [603] -2014-01-10 07:22:19 queue INFO >>3 [604] -2014-01-10 07:22:19 sendUrl INFO 3 [604] -2014-01-10 07:22:30 queue INFO 7 [605] -2014-01-10 07:22:30 queue INFO >7 [606] -2014-01-10 07:22:30 sendUrl INFO 7 [605] -2014-01-10 07:22:31 sendUrl INFO 7 [606] -2014-01-10 07:22:32 queue INFO 3 [607] -2014-01-10 07:22:32 sendUrl INFO 3 [607] -2014-01-10 07:22:32 queue INFO >3 [608] -2014-01-10 07:22:32 sendUrl INFO 3 [608] -2014-01-10 07:23:22 queue INFO >>3 [609] -2014-01-10 07:23:22 sendUrl INFO 3 [609] -2014-01-10 07:24:12 queue INFO >>3 [610] -2014-01-10 07:24:12 sendUrl INFO 3 [610] -2014-01-10 07:25:02 queue INFO >>3 [611] -2014-01-10 07:25:02 sendUrl INFO 3 [611] -2014-01-10 07:25:52 queue INFO >>3 [612] -2014-01-10 07:25:53 sendUrl INFO 3 [612] -2014-01-10 07:26:42 queue INFO >>3 [613] -2014-01-10 07:26:43 sendUrl INFO 3 [613] -2014-01-10 07:27:33 queue INFO >>3 [614] -2014-01-10 07:27:33 sendUrl INFO 3 [614] -2014-01-10 07:28:23 queue INFO >>3 [615] -2014-01-10 07:28:23 sendUrl INFO 3 [615] -2014-01-10 07:29:13 queue INFO >>3 [616] -2014-01-10 07:29:13 sendUrl INFO 3 [616] -2014-01-10 07:29:24 queue INFO 7 [617] -2014-01-10 07:29:24 queue INFO >7 [618] -2014-01-10 07:29:24 sendUrl INFO 7 [617] -2014-01-10 07:29:25 sendUrl INFO 7 [618] -2014-01-10 07:29:25 queue INFO 3 [619] -2014-01-10 07:29:25 queue INFO >3 [620] -2014-01-10 07:29:26 sendUrl INFO 3 [619] -2014-01-10 07:29:26 sendUrl INFO 3 [620] -2014-01-10 07:30:15 queue INFO >>3 [621] -2014-01-10 07:30:16 sendUrl INFO 3 [621] -2014-01-10 07:31:05 queue INFO >>3 [622] -2014-01-10 07:31:06 sendUrl INFO 3 [622] -2014-01-10 07:31:56 queue INFO >>3 [623] -2014-01-10 07:31:56 sendUrl INFO 3 [623] -2014-01-10 07:32:46 queue INFO >>3 [624] -2014-01-10 07:32:46 sendUrl INFO 3 [624] -2014-01-10 07:33:36 queue INFO >>3 [625] -2014-01-10 07:33:36 sendUrl INFO 3 [625] -2014-01-10 07:34:26 queue INFO >>3 [626] -2014-01-10 07:34:27 sendUrl INFO 3 [626] -2014-01-10 07:35:16 queue INFO >>3 [627] -2014-01-10 07:35:16 sendUrl INFO 3 [627] -2014-01-10 07:36:06 queue INFO >>3 [628] -2014-01-10 07:36:07 sendUrl INFO 3 [628] -2014-01-10 07:36:17 queue INFO 7 [629] -2014-01-10 07:36:17 queue INFO >7 [630] -2014-01-10 07:36:17 sendUrl INFO 7 [629] -2014-01-10 07:36:18 sendUrl INFO 7 [630] -2014-01-10 07:36:19 queue INFO 3 [631] -2014-01-10 07:36:19 sendUrl INFO 3 [631] -2014-01-10 07:36:19 queue INFO >3 [632] -2014-01-10 07:36:19 sendUrl INFO 3 [632] -2014-01-10 07:37:09 queue INFO >>3 [633] -2014-01-10 07:37:09 sendUrl INFO 3 [633] -2014-01-10 07:37:59 queue INFO >>3 [634] -2014-01-10 07:38:00 sendUrl INFO 3 [634] -2014-01-10 07:38:49 queue INFO >>3 [635] -2014-01-10 07:38:49 sendUrl INFO 3 [635] -2014-01-10 07:39:39 queue INFO >>3 [636] -2014-01-10 07:39:40 sendUrl INFO 3 [636] -2014-01-10 07:40:29 queue INFO >>3 [637] -2014-01-10 07:40:29 sendUrl INFO 3 [637] -2014-01-10 07:41:20 queue INFO >>3 [638] -2014-01-10 07:41:20 sendUrl INFO 3 [638] -2014-01-10 07:42:10 queue INFO >>3 [639] -2014-01-10 07:42:10 sendUrl INFO 3 [639] -2014-01-10 07:43:00 queue INFO >>3 [640] -2014-01-10 07:43:00 sendUrl INFO 3 [640] -2014-01-10 07:43:11 queue INFO 7 [641] -2014-01-10 07:43:12 queue INFO >7 [642] -2014-01-10 07:43:12 sendUrl INFO 7 [641] -2014-01-10 07:43:12 sendUrl INFO 7 [642] -2014-01-10 07:43:13 queue INFO 3 [643] -2014-01-10 07:43:13 sendUrl INFO 3 [643] -2014-01-10 07:43:13 queue INFO >3 [644] -2014-01-10 07:43:14 sendUrl INFO 3 [644] -2014-01-10 07:44:03 queue INFO >>3 [645] -2014-01-10 07:44:03 sendUrl INFO 3 [645] -2014-01-10 07:44:53 queue INFO >>3 [646] -2014-01-10 07:44:54 sendUrl INFO 3 [646] -2014-01-10 07:45:43 queue INFO >>3 [647] -2014-01-10 07:45:44 sendUrl INFO 3 [647] -2014-01-10 07:46:34 queue INFO >>3 [648] -2014-01-10 07:46:34 sendUrl INFO 3 [648] -2014-01-10 07:47:24 queue INFO >>3 [649] -2014-01-10 07:47:24 sendUrl INFO 3 [649] -2014-01-10 07:48:14 queue INFO >>3 [650] -2014-01-10 07:48:14 sendUrl INFO 3 [650] -2014-01-10 07:49:04 queue INFO >>3 [651] -2014-01-10 07:49:04 sendUrl INFO 3 [651] -2014-01-10 07:49:54 queue INFO >>3 [652] -2014-01-10 07:49:54 sendUrl INFO 3 [652] -2014-01-10 07:50:05 queue INFO 7 [653] -2014-01-10 07:50:05 queue INFO >7 [654] -2014-01-10 07:50:05 sendUrl INFO 7 [653] -2014-01-10 07:50:06 sendUrl INFO 7 [654] -2014-01-10 07:50:07 queue INFO 3 [655] -2014-01-10 07:50:07 queue INFO >3 [656] -2014-01-10 07:50:07 sendUrl INFO 3 [655] -2014-01-10 07:50:08 sendUrl INFO 3 [656] -2014-01-10 07:50:57 queue INFO >>3 [657] -2014-01-10 07:50:57 sendUrl INFO 3 [657] -2014-01-10 07:51:47 queue INFO >>3 [658] -2014-01-10 07:51:48 sendUrl INFO 3 [658] -2014-01-10 07:52:37 queue INFO >>3 [659] -2014-01-10 07:52:37 sendUrl INFO 3 [659] -2014-01-10 07:53:27 queue INFO >>3 [660] -2014-01-10 07:53:28 sendUrl INFO 3 [660] -2014-01-10 07:54:18 queue INFO >>3 [661] -2014-01-10 07:54:18 sendUrl INFO 3 [661] -2014-01-10 07:55:08 queue INFO >>3 [662] -2014-01-10 07:55:08 sendUrl INFO 3 [662] -2014-01-10 07:55:58 queue INFO >>3 [663] -2014-01-10 07:55:58 sendUrl INFO 3 [663] -2014-01-10 07:56:48 queue INFO >>3 [664] -2014-01-10 07:56:49 sendUrl INFO 3 [664] -2014-01-10 07:56:59 queue INFO 7 [665] -2014-01-10 07:56:59 queue INFO >7 [666] -2014-01-10 07:56:59 sendUrl INFO 7 [665] -2014-01-10 07:57:00 sendUrl INFO 7 [666] -2014-01-10 07:57:00 queue INFO 3 [667] -2014-01-10 07:57:00 queue INFO >3 [668] -2014-01-10 07:57:01 sendUrl INFO 3 [667] -2014-01-10 07:57:01 sendUrl INFO 3 [668] -2014-01-10 07:57:50 queue INFO >>3 [669] -2014-01-10 07:57:51 sendUrl INFO 3 [669] -2014-01-10 07:58:16 queue INFO 1 [670] -2014-01-10 07:58:16 queue INFO >1 [671] -2014-01-10 07:58:17 sendUrl INFO 1 [670] -2014-01-10 07:58:17 sendUrl INFO 1 [671] -2014-01-10 07:59:06 queue INFO >>1 [672] -2014-01-10 07:59:06 sendUrl INFO 1 [672] -2014-01-10 07:59:56 queue INFO >>1 [673] -2014-01-10 07:59:57 sendUrl INFO 1 [673] -2014-01-10 08:00:47 queue INFO >>1 [674] -2014-01-10 08:00:47 sendUrl INFO 1 [674] -2014-01-10 08:01:37 queue INFO >>1 [675] -2014-01-10 08:01:37 sendUrl INFO 1 [675] -2014-01-10 08:02:27 queue INFO >>1 [676] -2014-01-10 08:02:27 sendUrl INFO 1 [676] -2014-01-10 08:03:17 queue INFO >>1 [677] -2014-01-10 08:03:17 sendUrl INFO 1 [677] -2014-01-10 08:04:07 queue INFO >>1 [678] -2014-01-10 08:04:07 sendUrl INFO 1 [678] -2014-01-10 08:04:57 queue INFO >>1 [679] -2014-01-10 08:04:58 sendUrl INFO 1 [679] -2014-01-10 08:05:19 queue INFO 21 [680] -2014-01-10 08:05:19 sendUrl INFO 21 [680] -2014-01-10 08:05:19 queue INFO >21 [681] -2014-01-10 08:05:19 sendUrl INFO 21 [681] -2014-01-10 08:06:09 queue INFO >>21 [682] -2014-01-10 08:06:09 sendUrl INFO 21 [682] -2014-01-10 08:06:59 queue INFO >>21 [683] -2014-01-10 08:07:00 sendUrl INFO 21 [683] -2014-01-10 08:07:49 queue INFO >>21 [684] -2014-01-10 08:07:49 sendUrl INFO 21 [684] -2014-01-10 08:08:39 queue INFO >>21 [685] -2014-01-10 08:08:40 sendUrl INFO 21 [685] -2014-01-10 08:09:30 queue INFO >>21 [686] -2014-01-10 08:09:30 sendUrl INFO 21 [686] -2014-01-10 08:10:20 queue INFO >>21 [687] -2014-01-10 08:10:20 sendUrl INFO 21 [687] -2014-01-10 08:11:10 queue INFO >>21 [688] -2014-01-10 08:11:10 sendUrl INFO 21 [688] -2014-01-10 08:11:45 queue INFO 1 [689] -2014-01-10 08:11:45 queue INFO >1 [690] -2014-01-10 08:11:45 sendUrl INFO 1 [689] -2014-01-10 08:11:45 sendUrl INFO 1 [690] -2014-01-10 08:12:35 queue INFO >>1 [691] -2014-01-10 08:12:35 sendUrl INFO 1 [691] -2014-01-10 08:13:25 queue INFO >>1 [692] -2014-01-10 08:13:25 sendUrl INFO 1 [692] -2014-01-10 08:14:15 queue INFO >>1 [693] -2014-01-10 08:14:15 sendUrl INFO 1 [693] -2014-01-10 08:15:05 queue INFO >>1 [694] -2014-01-10 08:15:05 sendUrl INFO 1 [694] -2014-01-10 08:15:55 queue INFO >>1 [695] -2014-01-10 08:15:56 sendUrl INFO 1 [695] -2014-01-10 08:16:45 queue INFO >>1 [696] -2014-01-10 08:16:46 sendUrl INFO 1 [696] -2014-01-10 08:17:36 queue INFO >>1 [697] -2014-01-10 08:17:36 sendUrl INFO 1 [697] -2014-01-10 08:18:26 queue INFO >>1 [698] -2014-01-10 08:18:26 sendUrl INFO 1 [698] -2014-01-10 08:19:16 queue INFO >>1 [699] -2014-01-10 08:19:16 sendUrl INFO 1 [699] -2014-01-10 08:20:06 queue INFO >>1 [700] -2014-01-10 08:20:06 sendUrl INFO 1 [700] -2014-01-10 08:20:56 queue INFO >>1 [701] -2014-01-10 08:20:57 sendUrl INFO 1 [701] -2014-01-10 08:21:38 queue INFO 9 [702] -2014-01-10 08:21:38 queue INFO >9 [703] -2014-01-10 08:21:38 sendUrl INFO 9 [702] -2014-01-10 08:21:39 sendUrl INFO 9 [703] -2014-01-10 08:21:40 queue INFO 29 [704] -2014-01-10 08:21:40 queue INFO >29 [705] -2014-01-10 08:21:40 sendUrl INFO 29 [704] -2014-01-10 08:21:40 queue INFO 21 [706] -2014-01-10 08:21:40 queue INFO >21 [707] -2014-01-10 08:21:40 sendUrl INFO 29 [705] -2014-01-10 08:21:41 sendUrl INFO 21 [706] -2014-01-10 08:21:41 sendUrl INFO 21 [707] -2014-01-10 08:22:30 queue INFO >>21 [708] -2014-01-10 08:22:31 sendUrl INFO 21 [708] -2014-01-10 08:23:21 queue INFO >>21 [709] -2014-01-10 08:23:21 sendUrl INFO 21 [709] -2014-01-10 08:24:11 queue INFO >>21 [710] -2014-01-10 08:24:11 sendUrl INFO 21 [710] -2014-01-10 08:25:01 queue INFO >>21 [711] -2014-01-10 08:25:01 sendUrl INFO 21 [711] -2014-01-10 08:25:51 queue INFO >>21 [712] -2014-01-10 08:25:51 sendUrl INFO 21 [712] -2014-01-10 08:26:41 queue INFO >>21 [713] -2014-01-10 08:26:41 sendUrl INFO 21 [713] -2014-01-10 08:27:31 queue INFO >>21 [714] -2014-01-10 08:27:32 sendUrl INFO 21 [714] -2014-01-10 08:28:21 queue INFO >>21 [715] -2014-01-10 08:28:22 sendUrl INFO 21 [715] -2014-01-10 08:29:12 queue INFO >>21 [716] -2014-01-10 08:29:12 sendUrl INFO 21 [716] -2014-01-10 08:30:02 queue INFO >>21 [717] -2014-01-10 08:30:02 sendUrl INFO 21 [717] -2014-01-10 08:30:52 queue INFO >>21 [718] -2014-01-10 08:30:52 sendUrl INFO 21 [718] -2014-01-10 08:31:42 queue INFO >>21 [719] -2014-01-10 08:31:42 sendUrl INFO 21 [719] -2014-01-10 08:32:08 queue INFO 1 [720] -2014-01-10 08:32:08 queue INFO >1 [721] -2014-01-10 08:32:08 sendUrl INFO 1 [720] -2014-01-10 08:32:09 sendUrl INFO 1 [721] -2014-01-10 08:32:28 queue INFO 5 [722] -2014-01-10 08:32:28 queue INFO >5 [723] -2014-01-10 08:32:28 sendUrl INFO 5 [722] -2014-01-10 08:32:29 sendUrl INFO 5 [723] -2014-01-10 08:32:29 queue INFO 1 [724] -2014-01-10 08:32:30 queue INFO >1 [725] -2014-01-10 08:32:30 sendUrl INFO 1 [724] -2014-01-10 08:32:30 sendUrl INFO 1 [725] -2014-01-10 08:32:42 queue INFO 9 [726] -2014-01-10 08:32:42 queue INFO >9 [727] -2014-01-10 08:32:42 sendUrl INFO 9 [726] -2014-01-10 08:32:43 sendUrl INFO 9 [727] -2014-01-10 08:32:43 queue INFO 1 [728] -2014-01-10 08:32:43 sendUrl INFO 1 [728] -2014-01-10 08:32:43 queue INFO 9 [729] -2014-01-10 08:32:44 queue INFO >9 [730] -2014-01-10 08:32:44 sendUrl INFO 9 [729] -2014-01-10 08:32:44 sendUrl INFO 9 [730] -2014-01-10 08:32:44 queue INFO 29 [731] -2014-01-10 08:32:45 queue INFO >29 [732] -2014-01-10 08:32:45 queue INFO 21 [733] -2014-01-10 08:32:45 sendUrl INFO 29 [731] -2014-01-10 08:32:45 queue INFO >21 [734] -2014-01-10 08:32:45 sendUrl INFO 29 [732] -2014-01-10 08:32:46 sendUrl INFO 21 [733] -2014-01-10 08:32:46 sendUrl INFO 21 [734] -2014-01-10 08:33:35 queue INFO >>21 [735] -2014-01-10 08:33:35 sendUrl INFO 21 [735] -2014-01-10 08:33:55 queue INFO 1 [736] -2014-01-10 08:33:55 queue INFO >1 [737] -2014-01-10 08:33:55 sendUrl INFO 1 [736] -2014-01-10 08:33:56 sendUrl INFO 1 [737] -2014-01-10 08:34:32 queue INFO 3 [738] -2014-01-10 08:34:32 queue INFO >3 [739] -2014-01-10 08:34:33 sendUrl INFO 3 [738] -2014-01-10 08:34:33 sendUrl INFO 3 [739] -2014-01-10 08:35:22 queue INFO >>3 [740] -2014-01-10 08:35:22 sendUrl INFO 3 [740] -2014-01-10 08:36:12 queue INFO >>3 [741] -2014-01-10 08:36:13 sendUrl INFO 3 [741] -2014-01-10 08:37:03 queue INFO >>3 [742] -2014-01-10 08:37:03 sendUrl INFO 3 [742] -2014-01-10 08:37:53 queue INFO >>3 [743] -2014-01-10 08:37:53 sendUrl INFO 3 [743] -2014-01-10 08:38:43 queue INFO >>3 [744] -2014-01-10 08:38:43 sendUrl INFO 3 [744] -2014-01-10 08:39:33 queue INFO >>3 [745] -2014-01-10 08:39:34 sendUrl INFO 3 [745] -2014-01-10 08:40:23 queue INFO >>3 [746] -2014-01-10 08:40:23 sendUrl INFO 3 [746] -2014-01-10 08:40:32 queue INFO 7 [747] -2014-01-10 08:40:33 sendUrl INFO 7 [747] -2014-01-10 08:40:33 queue INFO >7 [748] -2014-01-10 08:40:33 sendUrl INFO 7 [748] -2014-01-10 08:40:34 queue INFO 3 [749] -2014-01-10 08:40:34 queue INFO >3 [750] -2014-01-10 08:40:35 sendUrl INFO 3 [749] -2014-01-10 08:40:35 sendUrl INFO 3 [750] -2014-01-10 08:41:24 queue INFO >>3 [751] -2014-01-10 08:41:24 sendUrl INFO 3 [751] -2014-01-10 08:42:14 queue INFO >>3 [752] -2014-01-10 08:42:15 sendUrl INFO 3 [752] -2014-01-10 08:43:04 queue INFO >>3 [753] -2014-01-10 08:43:05 sendUrl INFO 3 [753] -2014-01-10 08:43:55 queue INFO >>3 [754] -2014-01-10 08:43:55 sendUrl INFO 3 [754] -2014-01-10 08:44:45 queue INFO >>3 [755] -2014-01-10 08:44:45 sendUrl INFO 3 [755] -2014-01-10 08:45:35 queue INFO >>3 [756] -2014-01-10 08:45:35 sendUrl INFO 3 [756] -2014-01-10 08:46:25 queue INFO >>3 [757] -2014-01-10 08:46:25 sendUrl INFO 3 [757] -2014-01-10 08:47:15 queue INFO >>3 [758] -2014-01-10 08:47:15 sendUrl INFO 3 [758] -2014-01-10 08:47:26 queue INFO 7 [759] -2014-01-10 08:47:26 queue INFO >7 [760] -2014-01-10 08:47:26 sendUrl INFO 7 [759] -2014-01-10 08:47:27 sendUrl INFO 7 [760] -2014-01-10 08:47:28 queue INFO 3 [761] -2014-01-10 08:47:28 queue INFO >3 [762] -2014-01-10 08:47:28 sendUrl INFO 3 [761] -2014-01-10 08:47:28 sendUrl INFO 3 [762] -2014-01-10 08:48:18 queue INFO >>3 [763] -2014-01-10 08:48:18 sendUrl INFO 3 [763] -2014-01-10 08:49:08 queue INFO >>3 [764] -2014-01-10 08:49:08 sendUrl INFO 3 [764] -2014-01-10 08:49:58 queue INFO >>3 [765] -2014-01-10 08:49:58 sendUrl INFO 3 [765] -2014-01-10 08:50:48 queue INFO >>3 [766] -2014-01-10 08:50:49 sendUrl INFO 3 [766] -2014-01-10 08:51:38 queue INFO >>3 [767] -2014-01-10 08:51:38 sendUrl INFO 3 [767] -2014-01-10 08:52:28 queue INFO >>3 [768] -2014-01-10 08:52:29 sendUrl INFO 3 [768] -2014-01-10 08:53:19 queue INFO >>3 [769] -2014-01-10 08:53:19 sendUrl INFO 3 [769] -2014-01-10 08:54:09 queue INFO >>3 [770] -2014-01-10 08:54:09 sendUrl INFO 3 [770] -2014-01-10 08:54:19 queue INFO 7 [771] -2014-01-10 08:54:20 sendUrl INFO 7 [771] -2014-01-10 08:54:20 queue INFO >7 [772] -2014-01-10 08:54:20 sendUrl INFO 7 [772] -2014-01-10 08:54:21 queue INFO 3 [773] -2014-01-10 08:54:21 queue INFO >3 [774] -2014-01-10 08:54:22 sendUrl INFO 3 [773] -2014-01-10 08:54:22 sendUrl INFO 3 [774] -2014-01-10 08:55:11 queue INFO >>3 [775] -2014-01-10 08:55:11 sendUrl INFO 3 [775] -2014-01-10 08:56:01 queue INFO >>3 [776] -2014-01-10 08:56:02 sendUrl INFO 3 [776] -2014-01-10 08:56:51 queue INFO >>3 [777] -2014-01-10 08:56:52 sendUrl INFO 3 [777] -2014-01-10 08:57:42 queue INFO >>3 [778] -2014-01-10 08:57:42 sendUrl INFO 3 [778] -2014-01-10 08:58:32 queue INFO >>3 [779] -2014-01-10 08:58:32 sendUrl INFO 3 [779] -2014-01-10 08:59:22 queue INFO >>3 [780] -2014-01-10 08:59:22 sendUrl INFO 3 [780] -2014-01-10 09:00:12 queue INFO >>3 [781] -2014-01-10 09:00:12 sendUrl INFO 3 [781] -2014-01-10 09:01:02 queue INFO >>3 [782] -2014-01-10 09:01:03 sendUrl INFO 3 [782] -2014-01-10 09:01:13 queue INFO 7 [783] -2014-01-10 09:01:13 queue INFO >7 [784] -2014-01-10 09:01:13 sendUrl INFO 7 [783] -2014-01-10 09:01:14 sendUrl INFO 7 [784] -2014-01-10 09:01:14 queue INFO 3 [785] -2014-01-10 09:01:15 queue INFO >3 [786] -2014-01-10 09:01:15 sendUrl INFO 3 [785] -2014-01-10 09:01:15 sendUrl INFO 3 [786] -2014-01-10 09:02:05 queue INFO >>3 [787] -2014-01-10 09:02:05 sendUrl INFO 3 [787] -2014-01-10 09:02:55 queue INFO >>3 [788] -2014-01-10 09:02:55 sendUrl INFO 3 [788] -2014-01-10 09:03:45 queue INFO >>3 [789] -2014-01-10 09:03:45 sendUrl INFO 3 [789] -2014-01-10 09:04:35 queue INFO >>3 [790] -2014-01-10 09:04:36 sendUrl INFO 3 [790] -2014-01-10 09:05:25 queue INFO >>3 [791] -2014-01-10 09:05:25 sendUrl INFO 3 [791] -2014-01-10 09:06:15 queue INFO >>3 [792] -2014-01-10 09:06:16 sendUrl INFO 3 [792] -2014-01-10 09:07:06 queue INFO >>3 [793] -2014-01-10 09:07:06 sendUrl INFO 3 [793] -2014-01-10 09:07:56 queue INFO >>3 [794] -2014-01-10 09:07:56 sendUrl INFO 3 [794] -2014-01-10 09:08:07 queue INFO 7 [795] -2014-01-10 09:08:07 queue INFO >7 [796] -2014-01-10 09:08:08 sendUrl INFO 7 [795] -2014-01-10 09:08:08 sendUrl INFO 7 [796] -2014-01-10 09:08:09 queue INFO 3 [797] -2014-01-10 09:08:09 queue INFO >3 [798] -2014-01-10 09:08:09 sendUrl INFO 3 [797] -2014-01-10 09:08:10 sendUrl INFO 3 [798] -2014-01-10 09:08:59 queue INFO >>3 [799] -2014-01-10 09:08:59 sendUrl INFO 3 [799] -2014-01-10 09:09:49 queue INFO >>3 [800] -2014-01-10 09:09:49 sendUrl INFO 3 [800] -2014-01-10 09:10:39 queue INFO >>3 [801] -2014-01-10 09:10:40 sendUrl INFO 3 [801] -2014-01-10 09:11:29 queue INFO >>3 [802] -2014-01-10 09:11:30 sendUrl INFO 3 [802] -2014-01-10 09:12:19 queue INFO >>3 [803] -2014-01-10 09:12:20 sendUrl INFO 3 [803] -2014-01-10 09:13:10 queue INFO >>3 [804] -2014-01-10 09:13:10 sendUrl INFO 3 [804] -2014-01-10 09:14:00 queue INFO >>3 [805] -2014-01-10 09:14:00 sendUrl INFO 3 [805] -2014-01-10 09:14:50 queue INFO >>3 [806] -2014-01-10 09:14:50 sendUrl INFO 3 [806] -2014-01-10 09:15:01 queue INFO 7 [807] -2014-01-10 09:15:01 queue INFO >7 [808] -2014-01-10 09:15:01 sendUrl INFO 7 [807] -2014-01-10 09:15:02 sendUrl INFO 7 [808] -2014-01-10 09:15:03 queue INFO 3 [809] -2014-01-10 09:15:03 sendUrl INFO 3 [809] -2014-01-10 09:15:03 queue INFO >3 [810] -2014-01-10 09:15:03 sendUrl INFO 3 [810] -2014-01-10 09:15:53 queue INFO >>3 [811] -2014-01-10 09:15:53 sendUrl INFO 3 [811] -2014-01-10 09:16:43 queue INFO >>3 [812] -2014-01-10 09:16:43 sendUrl INFO 3 [812] -2014-01-10 09:17:33 queue INFO >>3 [813] -2014-01-10 09:17:33 sendUrl INFO 3 [813] -2014-01-10 09:18:23 queue INFO >>3 [814] -2014-01-10 09:18:24 sendUrl INFO 3 [814] -2014-01-10 09:19:13 queue INFO >>3 [815] -2014-01-10 09:19:13 sendUrl INFO 3 [815] -2014-01-10 09:20:04 queue INFO >>3 [816] -2014-01-10 09:20:04 sendUrl INFO 3 [816] -2014-01-10 09:20:54 queue INFO >>3 [817] -2014-01-10 09:20:54 sendUrl INFO 3 [817] -2014-01-10 09:21:44 queue INFO >>3 [818] -2014-01-10 09:21:44 sendUrl INFO 3 [818] -2014-01-10 09:21:55 queue INFO 7 [819] -2014-01-10 09:21:55 queue INFO >7 [820] -2014-01-10 09:21:55 sendUrl INFO 7 [819] -2014-01-10 09:21:56 sendUrl INFO 7 [820] -2014-01-10 09:21:56 queue INFO 3 [821] -2014-01-10 09:21:56 queue INFO >3 [822] -2014-01-10 09:21:57 sendUrl INFO 3 [821] -2014-01-10 09:21:57 sendUrl INFO 3 [822] -2014-01-10 09:22:46 queue INFO >>3 [823] -2014-01-10 09:22:47 sendUrl INFO 3 [823] -2014-01-10 09:23:37 queue INFO >>3 [824] -2014-01-10 09:23:37 sendUrl INFO 3 [824] -2014-01-10 09:24:27 queue INFO >>3 [825] -2014-01-10 09:24:27 sendUrl INFO 3 [825] -2014-01-10 09:25:17 queue INFO >>3 [826] -2014-01-10 09:25:17 sendUrl INFO 3 [826] -2014-01-10 09:26:07 queue INFO >>3 [827] -2014-01-10 09:26:07 sendUrl INFO 3 [827] -2014-01-10 09:26:57 queue INFO >>3 [828] -2014-01-10 09:26:58 sendUrl INFO 3 [828] -2014-01-10 09:27:47 queue INFO >>3 [829] -2014-01-10 09:27:48 sendUrl INFO 3 [829] -2014-01-10 09:28:38 queue INFO >>3 [830] -2014-01-10 09:28:38 sendUrl INFO 3 [830] -2014-01-10 09:28:48 queue INFO 7 [831] -2014-01-10 09:28:48 sendUrl INFO 7 [831] -2014-01-10 09:28:48 queue INFO >7 [832] -2014-01-10 09:28:49 sendUrl INFO 7 [832] -2014-01-10 09:28:50 queue INFO 3 [833] -2014-01-10 09:28:50 queue INFO >3 [834] -2014-01-10 09:28:50 sendUrl INFO 3 [833] -2014-01-10 09:28:51 sendUrl INFO 3 [834] -2014-01-10 09:29:40 queue INFO >>3 [835] -2014-01-10 09:29:40 sendUrl INFO 3 [835] -2014-01-10 09:30:30 queue INFO >>3 [836] -2014-01-10 09:30:31 sendUrl INFO 3 [836] -2014-01-10 09:31:20 queue INFO >>3 [837] -2014-01-10 09:31:20 sendUrl INFO 3 [837] -2014-01-10 09:32:10 queue INFO >>3 [838] -2014-01-10 09:32:11 sendUrl INFO 3 [838] -2014-01-10 09:33:01 queue INFO >>3 [839] -2014-01-10 09:33:01 sendUrl INFO 3 [839] -2014-01-10 09:33:51 queue INFO >>3 [840] -2014-01-10 09:33:51 sendUrl INFO 3 [840] -2014-01-10 09:34:41 queue INFO >>3 [841] -2014-01-10 09:34:41 sendUrl INFO 3 [841] -2014-01-10 09:35:31 queue INFO >>3 [842] -2014-01-10 09:35:32 sendUrl INFO 3 [842] -2014-01-10 09:35:42 queue INFO 7 [843] -2014-01-10 09:35:42 queue INFO >7 [844] -2014-01-10 09:35:42 sendUrl INFO 7 [843] -2014-01-10 09:35:43 sendUrl INFO 7 [844] -2014-01-10 09:35:43 queue INFO 3 [845] -2014-01-10 09:35:43 queue INFO >3 [846] -2014-01-10 09:35:44 sendUrl INFO 3 [845] -2014-01-10 09:35:44 sendUrl INFO 3 [846] -2014-01-10 09:36:33 queue INFO >>3 [847] -2014-01-10 09:36:34 sendUrl INFO 3 [847] -2014-01-10 09:37:24 queue INFO >>3 [848] -2014-01-10 09:37:24 sendUrl INFO 3 [848] -2014-01-10 09:38:14 queue INFO >>3 [849] -2014-01-10 09:38:14 sendUrl INFO 3 [849] -2014-01-10 09:39:04 queue INFO >>3 [850] -2014-01-10 09:39:04 sendUrl INFO 3 [850] -2014-01-10 09:39:54 queue INFO >>3 [851] -2014-01-10 09:39:54 sendUrl INFO 3 [851] -2014-01-10 09:40:44 queue INFO >>3 [852] -2014-01-10 09:40:45 sendUrl INFO 3 [852] -2014-01-10 09:41:34 queue INFO >>3 [853] -2014-01-10 09:41:34 sendUrl INFO 3 [853] -2014-01-10 09:42:24 queue INFO >>3 [854] -2014-01-10 09:42:25 sendUrl INFO 3 [854] -2014-01-10 09:42:38 queue INFO 7 [855] -2014-01-10 09:42:38 queue INFO >7 [856] -2014-01-10 09:42:38 sendUrl INFO 7 [855] -2014-01-10 09:42:39 sendUrl INFO 7 [856] -2014-01-10 09:42:40 queue INFO 3 [857] -2014-01-10 09:42:40 sendUrl INFO 3 [857] -2014-01-10 09:42:40 queue INFO >3 [858] -2014-01-10 09:42:40 sendUrl INFO 3 [858] -2014-01-10 09:43:30 queue INFO >>3 [859] -2014-01-10 09:43:30 sendUrl INFO 3 [859] -2014-01-10 09:44:20 queue INFO >>3 [860] -2014-01-10 09:44:21 sendUrl INFO 3 [860] -2014-01-10 09:45:10 queue INFO >>3 [861] -2014-01-10 09:45:10 sendUrl INFO 3 [861] -2014-01-10 09:46:00 queue INFO >>3 [862] -2014-01-10 09:46:01 sendUrl INFO 3 [862] -2014-01-10 09:46:50 queue INFO >>3 [863] -2014-01-10 09:46:51 sendUrl INFO 3 [863] -2014-01-10 09:47:41 queue INFO >>3 [864] -2014-01-10 09:47:41 sendUrl INFO 3 [864] -2014-01-10 09:48:31 queue INFO >>3 [865] -2014-01-10 09:48:31 sendUrl INFO 3 [865] -2014-01-10 09:49:21 queue INFO >>3 [866] -2014-01-10 09:49:21 sendUrl INFO 3 [866] -2014-01-10 09:49:32 queue INFO 7 [867] -2014-01-10 09:49:32 queue INFO >7 [868] -2014-01-10 09:49:32 sendUrl INFO 7 [867] -2014-01-10 09:49:33 sendUrl INFO 7 [868] -2014-01-10 09:49:33 queue INFO 3 [869] -2014-01-10 09:49:34 queue INFO >3 [870] -2014-01-10 09:49:34 sendUrl INFO 3 [869] -2014-01-10 09:49:34 sendUrl INFO 3 [870] -2014-01-10 09:50:24 queue INFO >>3 [871] -2014-01-10 09:50:24 sendUrl INFO 3 [871] -2014-01-10 09:51:14 queue INFO >>3 [872] -2014-01-10 09:51:14 sendUrl INFO 3 [872] -2014-01-10 09:52:04 queue INFO >>3 [873] -2014-01-10 09:52:04 sendUrl INFO 3 [873] -2014-01-10 09:52:54 queue INFO >>3 [874] -2014-01-10 09:52:54 sendUrl INFO 3 [874] -2014-01-10 09:53:44 queue INFO >>3 [875] -2014-01-10 09:53:44 sendUrl INFO 3 [875] -2014-01-10 09:54:34 queue INFO >>3 [876] -2014-01-10 09:54:35 sendUrl INFO 3 [876] -2014-01-10 09:55:24 queue INFO >>3 [877] -2014-01-10 09:55:25 sendUrl INFO 3 [877] -2014-01-10 09:56:15 queue INFO >>3 [878] -2014-01-10 09:56:15 sendUrl INFO 3 [878] -2014-01-10 09:56:25 queue INFO 7 [879] -2014-01-10 09:56:26 queue INFO >7 [880] -2014-01-10 09:56:26 sendUrl INFO 7 [879] -2014-01-10 09:56:26 sendUrl INFO 7 [880] -2014-01-10 09:56:27 queue INFO 3 [881] -2014-01-10 09:56:27 queue INFO >3 [882] -2014-01-10 09:56:27 sendUrl INFO 3 [881] -2014-01-10 09:56:28 sendUrl INFO 3 [882] -2014-01-10 09:57:17 queue INFO >>3 [883] -2014-01-10 09:57:18 sendUrl INFO 3 [883] -2014-01-10 09:58:07 queue INFO >>3 [884] -2014-01-10 09:58:08 sendUrl INFO 3 [884] -2014-01-10 09:58:58 queue INFO >>3 [885] -2014-01-10 09:58:58 sendUrl INFO 3 [885] -2014-01-10 09:59:48 queue INFO >>3 [886] -2014-01-10 09:59:48 sendUrl INFO 3 [886] -2014-01-10 10:00:38 queue INFO >>3 [887] -2014-01-10 10:00:38 sendUrl INFO 3 [887] -2014-01-10 10:01:28 queue INFO >>3 [888] -2014-01-10 10:01:28 sendUrl INFO 3 [888] -2014-01-10 10:02:18 queue INFO >>3 [889] -2014-01-10 10:02:18 sendUrl INFO 3 [889] -2014-01-10 10:03:08 queue INFO >>3 [890] -2014-01-10 10:03:09 sendUrl INFO 3 [890] -2014-01-10 10:03:19 queue INFO 7 [891] -2014-01-10 10:03:19 queue INFO >7 [892] -2014-01-10 10:03:19 sendUrl INFO 7 [891] -2014-01-10 10:03:20 sendUrl INFO 7 [892] -2014-01-10 10:03:21 queue INFO 3 [893] -2014-01-10 10:03:21 sendUrl INFO 3 [893] -2014-01-10 10:03:21 queue INFO >3 [894] -2014-01-10 10:03:21 sendUrl INFO 3 [894] -2014-01-10 10:04:11 queue INFO >>3 [895] -2014-01-10 10:04:11 sendUrl INFO 3 [895] -2014-01-10 10:05:01 queue INFO >>3 [896] -2014-01-10 10:05:01 sendUrl INFO 3 [896] -2014-01-10 10:05:51 queue INFO >>3 [897] -2014-01-10 10:05:51 sendUrl INFO 3 [897] -2014-01-10 10:06:41 queue INFO >>3 [898] -2014-01-10 10:06:41 sendUrl INFO 3 [898] -2014-01-10 10:07:31 queue INFO >>3 [899] -2014-01-10 10:07:32 sendUrl INFO 3 [899] -2014-01-10 10:08:21 queue INFO >>3 [900] -2014-01-10 10:08:22 sendUrl INFO 3 [900] -2014-01-10 10:09:12 queue INFO >>3 [901] -2014-01-10 10:09:12 sendUrl INFO 3 [901] -2014-01-10 10:10:02 queue INFO >>3 [902] -2014-01-10 10:10:02 sendUrl INFO 3 [902] -2014-01-10 10:10:12 queue INFO 7 [903] -2014-01-10 10:10:13 queue INFO >7 [904] -2014-01-10 10:10:13 sendUrl INFO 7 [903] -2014-01-10 10:10:13 sendUrl INFO 7 [904] -2014-01-10 10:10:14 queue INFO 3 [905] -2014-01-10 10:10:14 queue INFO >3 [906] -2014-01-10 10:10:14 sendUrl INFO 3 [905] -2014-01-10 10:10:15 sendUrl INFO 3 [906] -2014-01-10 10:11:04 queue INFO >>3 [907] -2014-01-10 10:11:04 sendUrl INFO 3 [907] -2014-01-10 10:11:54 queue INFO >>3 [908] -2014-01-10 10:11:55 sendUrl INFO 3 [908] -2014-01-10 10:12:44 queue INFO >>3 [909] -2014-01-10 10:12:45 sendUrl INFO 3 [909] -2014-01-10 10:13:35 queue INFO >>3 [910] -2014-01-10 10:13:35 sendUrl INFO 3 [910] -2014-01-10 10:14:25 queue INFO >>3 [911] -2014-01-10 10:14:25 sendUrl INFO 3 [911] -2014-01-10 10:15:15 queue INFO >>3 [912] -2014-01-10 10:15:15 sendUrl INFO 3 [912] -2014-01-10 10:16:05 queue INFO >>3 [913] -2014-01-10 10:16:05 sendUrl INFO 3 [913] -2014-01-10 10:16:55 queue INFO >>3 [914] -2014-01-10 10:16:56 sendUrl INFO 3 [914] -2014-01-10 10:17:07 queue INFO 7 [915] -2014-01-10 10:17:07 queue INFO >7 [916] -2014-01-10 10:17:07 sendUrl INFO 7 [915] -2014-01-10 10:17:08 sendUrl INFO 7 [916] -2014-01-10 10:17:08 queue INFO 3 [917] -2014-01-10 10:17:08 queue INFO >3 [918] -2014-01-10 10:17:09 sendUrl INFO 3 [917] -2014-01-10 10:17:09 sendUrl INFO 3 [918] -2014-01-10 10:17:58 queue INFO >>3 [919] -2014-01-10 10:17:59 sendUrl INFO 3 [919] -2014-01-10 10:18:49 queue INFO >>3 [920] -2014-01-10 10:18:49 sendUrl INFO 3 [920] -2014-01-10 10:19:39 queue INFO >>3 [921] -2014-01-10 10:19:39 sendUrl INFO 3 [921] -2014-01-10 10:20:29 queue INFO >>3 [922] -2014-01-10 10:20:29 sendUrl INFO 3 [922] -2014-01-10 10:21:19 queue INFO >>3 [923] -2014-01-10 10:21:19 sendUrl INFO 3 [923] -2014-01-10 10:22:09 queue INFO >>3 [924] -2014-01-10 10:22:10 sendUrl INFO 3 [924] -2014-01-10 10:22:59 queue INFO >>3 [925] -2014-01-10 10:22:59 sendUrl INFO 3 [925] -2014-01-10 10:23:49 queue INFO >>3 [926] -2014-01-10 10:23:50 sendUrl INFO 3 [926] -2014-01-10 10:24:01 queue INFO 7 [927] -2014-01-10 10:24:01 queue INFO >7 [928] -2014-01-10 10:24:01 sendUrl INFO 7 [927] -2014-01-10 10:24:01 sendUrl INFO 7 [928] -2014-01-10 10:24:02 queue INFO 3 [929] -2014-01-10 10:24:02 queue INFO >3 [930] -2014-01-10 10:24:02 sendUrl INFO 3 [929] -2014-01-10 10:24:03 sendUrl INFO 3 [930] -2014-01-10 10:24:52 queue INFO >>3 [931] -2014-01-10 10:24:53 sendUrl INFO 3 [931] -2014-01-10 10:25:42 queue INFO >>3 [932] -2014-01-10 10:25:43 sendUrl INFO 3 [932] -2014-01-10 10:26:33 queue INFO >>3 [933] -2014-01-10 10:26:33 sendUrl INFO 3 [933] -2014-01-10 10:27:23 queue INFO >>3 [934] -2014-01-10 10:27:23 sendUrl INFO 3 [934] -2014-01-10 10:28:13 queue INFO >>3 [935] -2014-01-10 10:28:13 sendUrl INFO 3 [935] -2014-01-10 10:29:03 queue INFO >>3 [936] -2014-01-10 10:29:03 sendUrl INFO 3 [936] -2014-01-10 10:29:53 queue INFO >>3 [937] -2014-01-10 10:29:54 sendUrl INFO 3 [937] -2014-01-10 10:30:43 queue INFO >>3 [938] -2014-01-10 10:30:44 sendUrl INFO 3 [938] -2014-01-10 10:30:54 queue INFO 7 [939] -2014-01-10 10:30:54 queue INFO >7 [940] -2014-01-10 10:30:55 sendUrl INFO 7 [939] -2014-01-10 10:30:55 sendUrl INFO 7 [940] -2014-01-10 10:30:56 queue INFO 3 [941] -2014-01-10 10:30:56 queue INFO >3 [942] -2014-01-10 10:30:56 sendUrl INFO 3 [941] -2014-01-10 10:30:57 sendUrl INFO 3 [942] -2014-01-10 10:31:46 queue INFO >>3 [943] -2014-01-10 10:31:46 sendUrl INFO 3 [943] -2014-01-10 10:32:36 queue INFO >>3 [944] -2014-01-10 10:32:36 sendUrl INFO 3 [944] -2014-01-10 10:33:26 queue INFO >>3 [945] -2014-01-10 10:33:27 sendUrl INFO 3 [945] -2014-01-10 10:34:16 queue INFO >>3 [946] -2014-01-10 10:34:17 sendUrl INFO 3 [946] -2014-01-10 10:35:07 queue INFO >>3 [947] -2014-01-10 10:35:07 sendUrl INFO 3 [947] -2014-01-10 10:35:57 queue INFO >>3 [948] -2014-01-10 10:35:57 sendUrl INFO 3 [948] -2014-01-10 10:36:47 queue INFO >>3 [949] -2014-01-10 10:36:47 sendUrl INFO 3 [949] -2014-01-10 10:37:37 queue INFO >>3 [950] -2014-01-10 10:37:37 sendUrl INFO 3 [950] -2014-01-10 10:37:48 queue INFO 7 [951] -2014-01-10 10:37:48 queue INFO >7 [952] -2014-01-10 10:37:48 sendUrl INFO 7 [951] -2014-01-10 10:37:48 sendUrl INFO 7 [952] -2014-01-10 10:37:49 queue INFO 3 [953] -2014-01-10 10:37:49 sendUrl INFO 3 [953] -2014-01-10 10:37:49 queue INFO >3 [954] -2014-01-10 10:37:50 sendUrl INFO 3 [954] -2014-01-10 10:38:39 queue INFO >>3 [955] -2014-01-10 10:38:40 sendUrl INFO 3 [955] -2014-01-10 10:39:30 queue INFO >>3 [956] -2014-01-10 10:39:30 sendUrl INFO 3 [956] -2014-01-10 10:40:20 queue INFO >>3 [957] -2014-01-10 10:40:20 sendUrl INFO 3 [957] -2014-01-10 10:41:10 queue INFO >>3 [958] -2014-01-10 10:41:10 sendUrl INFO 3 [958] -2014-01-10 10:42:00 queue INFO >>3 [959] -2014-01-10 10:42:01 sendUrl INFO 3 [959] -2014-01-10 10:42:50 queue INFO >>3 [960] -2014-01-10 10:42:50 sendUrl INFO 3 [960] -2014-01-10 10:43:40 queue INFO >>3 [961] -2014-01-10 10:43:41 sendUrl INFO 3 [961] -2014-01-10 10:44:31 queue INFO >>3 [962] -2014-01-10 10:44:31 sendUrl INFO 3 [962] -2014-01-10 10:44:41 queue INFO 7 [963] -2014-01-10 10:44:41 queue INFO >7 [964] -2014-01-10 10:44:41 sendUrl INFO 7 [963] -2014-01-10 10:44:42 sendUrl INFO 7 [964] -2014-01-10 10:44:43 queue INFO 3 [965] -2014-01-10 10:44:43 sendUrl INFO 3 [965] -2014-01-10 10:44:43 queue INFO >3 [966] -2014-01-10 10:44:43 sendUrl INFO 3 [966] -2014-01-10 10:45:33 queue INFO >>3 [967] -2014-01-10 10:45:33 sendUrl INFO 3 [967] -2014-01-10 10:46:23 queue INFO >>3 [968] -2014-01-10 10:46:23 sendUrl INFO 3 [968] -2014-01-10 10:46:28 queue INFO 21 [969] -2014-01-10 10:46:29 queue INFO >21 [970] -2014-01-10 10:46:29 sendUrl INFO 21 [969] -2014-01-10 10:46:29 sendUrl INFO 21 [970] -2014-01-10 10:46:46 queue INFO 1 [971] -2014-01-10 10:46:46 queue INFO >1 [972] -2014-01-10 10:46:46 sendUrl INFO 1 [971] -2014-01-10 10:46:47 sendUrl INFO 1 [972] -2014-01-10 10:47:14 queue INFO 3 [973] -2014-01-10 10:47:14 sendUrl INFO 3 [973] -2014-01-10 10:47:14 queue INFO >3 [974] -2014-01-10 10:47:14 sendUrl INFO 3 [974] -2014-01-10 10:48:04 queue INFO >>3 [975] -2014-01-10 10:48:04 sendUrl INFO 3 [975] -2014-01-10 10:48:54 queue INFO >>3 [976] -2014-01-10 10:48:54 sendUrl INFO 3 [976] -2014-01-10 10:49:44 queue INFO >>3 [977] -2014-01-10 10:49:44 sendUrl INFO 3 [977] -2014-01-10 10:50:34 queue INFO >>3 [978] -2014-01-10 10:50:35 sendUrl INFO 3 [978] -2014-01-10 10:51:24 queue INFO >>3 [979] -2014-01-10 10:51:24 sendUrl INFO 3 [979] -2014-01-10 10:52:01 queue INFO 7 [980] -2014-01-10 10:52:01 queue INFO >7 [981] -2014-01-10 10:52:02 sendUrl INFO 7 [980] -2014-01-10 10:52:02 sendUrl INFO 7 [981] -2014-01-10 10:52:03 queue INFO 3 [982] -2014-01-10 10:52:03 queue INFO >3 [983] -2014-01-10 10:52:03 sendUrl INFO 3 [982] -2014-01-10 10:52:04 sendUrl INFO 3 [983] -2014-01-10 10:52:53 queue INFO >>3 [984] -2014-01-10 10:52:53 sendUrl INFO 3 [984] -2014-01-10 10:53:43 queue INFO >>3 [985] -2014-01-10 10:53:43 sendUrl INFO 3 [985] -2014-01-10 10:54:33 queue INFO >>3 [986] -2014-01-10 10:54:34 sendUrl INFO 3 [986] -2014-01-10 10:55:23 queue INFO >>3 [987] -2014-01-10 10:55:23 sendUrl INFO 3 [987] -2014-01-10 10:56:13 queue INFO >>3 [988] -2014-01-10 10:56:14 sendUrl INFO 3 [988] -2014-01-10 10:57:04 queue INFO >>3 [989] -2014-01-10 10:57:04 sendUrl INFO 3 [989] -2014-01-10 10:57:54 queue INFO >>3 [990] -2014-01-10 10:57:54 sendUrl INFO 3 [990] -2014-01-10 10:58:44 queue INFO >>3 [991] -2014-01-10 10:58:44 sendUrl INFO 3 [991] -2014-01-10 10:58:55 queue INFO 7 [992] -2014-01-10 10:58:55 queue INFO >7 [993] -2014-01-10 10:58:55 sendUrl INFO 7 [992] -2014-01-10 10:58:56 sendUrl INFO 7 [993] -2014-01-10 10:58:57 queue INFO 3 [994] -2014-01-10 10:58:57 queue INFO >3 [995] -2014-01-10 10:58:57 sendUrl INFO 3 [994] -2014-01-10 10:58:57 sendUrl INFO 3 [995] -2014-01-10 10:59:47 queue INFO >>3 [996] -2014-01-10 10:59:47 sendUrl INFO 3 [996] -2014-01-10 11:00:37 queue INFO >>3 [997] -2014-01-10 11:00:37 sendUrl INFO 3 [997] -2014-01-10 11:01:27 queue INFO >>3 [998] -2014-01-10 11:01:27 sendUrl INFO 3 [998] -2014-01-10 11:02:17 queue INFO >>3 [999] -2014-01-10 11:02:18 sendUrl INFO 3 [999] -2014-01-10 11:03:07 queue INFO >>3 [0] -2014-01-10 11:03:08 sendUrl INFO 3 [0] -2014-01-10 11:03:57 queue INFO >>3 [1] -2014-01-10 11:03:58 sendUrl INFO 3 [1] -2014-01-10 11:04:48 queue INFO >>3 [2] -2014-01-10 11:04:48 sendUrl INFO 3 [2] -2014-01-10 11:05:38 queue INFO >>3 [3] -2014-01-10 11:05:38 sendUrl INFO 3 [3] -2014-01-10 11:05:49 queue INFO 7 [4] -2014-01-10 11:05:49 queue INFO >7 [5] -2014-01-10 11:05:49 sendUrl INFO 7 [4] -2014-01-10 11:05:50 sendUrl INFO 7 [5] -2014-01-10 11:05:50 queue INFO 3 [6] -2014-01-10 11:05:50 sendUrl INFO 3 [6] -2014-01-10 11:05:50 queue INFO >3 [7] -2014-01-10 11:05:51 sendUrl INFO 3 [7] -2014-01-10 11:06:40 queue INFO >>3 [8] -2014-01-10 11:06:40 sendUrl INFO 3 [8] -2014-01-10 11:07:30 queue INFO >>3 [9] -2014-01-10 11:07:31 sendUrl INFO 3 [9] -2014-01-10 11:08:20 queue INFO >>3 [10] -2014-01-10 11:08:21 sendUrl INFO 3 [10] -2014-01-10 11:09:11 queue INFO >>3 [11] -2014-01-10 11:09:11 sendUrl INFO 3 [11] -2014-01-10 11:10:01 queue INFO >>3 [12] -2014-01-10 11:10:01 sendUrl INFO 3 [12] -2014-01-10 11:10:51 queue INFO >>3 [13] -2014-01-10 11:10:51 sendUrl INFO 3 [13] -2014-01-10 11:11:41 queue INFO >>3 [14] -2014-01-10 11:11:41 sendUrl INFO 3 [14] -2014-01-10 11:12:31 queue INFO >>3 [15] -2014-01-10 11:12:32 sendUrl INFO 3 [15] -2014-01-10 11:12:42 queue INFO 7 [16] -2014-01-10 11:12:42 queue INFO >7 [17] -2014-01-10 11:12:42 sendUrl INFO 7 [16] -2014-01-10 11:12:43 sendUrl INFO 7 [17] -2014-01-10 11:12:44 queue INFO 3 [18] -2014-01-10 11:12:44 queue INFO >3 [19] -2014-01-10 11:12:44 sendUrl INFO 3 [18] -2014-01-10 11:12:44 sendUrl INFO 3 [19] -2014-01-10 11:13:34 queue INFO >>3 [20] -2014-01-10 11:13:34 sendUrl INFO 3 [20] -2014-01-10 11:14:24 queue INFO >>3 [21] -2014-01-10 11:14:25 sendUrl INFO 3 [21] -2014-01-10 11:15:14 queue INFO >>3 [22] -2014-01-10 11:15:14 sendUrl INFO 3 [22] -2014-01-10 11:16:04 queue INFO >>3 [23] -2014-01-10 11:16:05 sendUrl INFO 3 [23] -2014-01-10 11:16:54 queue INFO >>3 [24] -2014-01-10 11:16:55 sendUrl INFO 3 [24] -2014-01-10 11:17:45 queue INFO >>3 [25] -2014-01-10 11:17:45 sendUrl INFO 3 [25] -2014-01-10 11:18:35 queue INFO >>3 [26] -2014-01-10 11:18:35 sendUrl INFO 3 [26] -2014-01-10 11:19:25 queue INFO >>3 [27] -2014-01-10 11:19:25 sendUrl INFO 3 [27] -2014-01-10 11:19:35 queue INFO 7 [28] -2014-01-10 11:19:36 queue INFO >7 [29] -2014-01-10 11:19:36 sendUrl INFO 7 [28] -2014-01-10 11:19:36 sendUrl INFO 7 [29] -2014-01-10 11:19:37 queue INFO 3 [30] -2014-01-10 11:19:37 sendUrl INFO 3 [30] -2014-01-10 11:19:37 queue INFO >3 [31] -2014-01-10 11:19:38 sendUrl INFO 3 [31] -2014-01-10 11:20:27 queue INFO >>3 [32] -2014-01-10 11:20:27 sendUrl INFO 3 [32] -2014-01-10 11:21:17 queue INFO >>3 [33] -2014-01-10 11:21:18 sendUrl INFO 3 [33] -2014-01-10 11:22:07 queue INFO >>3 [34] -2014-01-10 11:22:08 sendUrl INFO 3 [34] -2014-01-10 11:22:58 queue INFO >>3 [35] -2014-01-10 11:22:58 sendUrl INFO 3 [35] -2014-01-10 11:23:48 queue INFO >>3 [36] -2014-01-10 11:23:48 sendUrl INFO 3 [36] -2014-01-10 11:24:38 queue INFO >>3 [37] -2014-01-10 11:24:38 sendUrl INFO 3 [37] -2014-01-10 11:25:28 queue INFO >>3 [38] -2014-01-10 11:25:28 sendUrl INFO 3 [38] -2014-01-10 11:26:18 queue INFO >>3 [39] -2014-01-10 11:26:18 sendUrl INFO 3 [39] -2014-01-10 11:26:30 queue INFO 7 [40] -2014-01-10 11:26:30 queue INFO >7 [41] -2014-01-10 11:26:30 sendUrl INFO 7 [40] -2014-01-10 11:26:31 sendUrl INFO 7 [41] -2014-01-10 11:26:31 queue INFO 3 [42] -2014-01-10 11:26:32 queue INFO >3 [43] -2014-01-10 11:26:32 sendUrl INFO 3 [42] -2014-01-10 11:26:32 sendUrl INFO 3 [43] -2014-01-10 11:27:22 queue INFO >>3 [44] -2014-01-10 11:27:22 sendUrl INFO 3 [44] -2014-01-10 11:28:12 queue INFO >>3 [45] -2014-01-10 11:28:12 sendUrl INFO 3 [45] -2014-01-10 11:29:02 queue INFO >>3 [46] -2014-01-10 11:29:02 sendUrl INFO 3 [46] -2014-01-10 11:29:52 queue INFO >>3 [47] -2014-01-10 11:29:52 sendUrl INFO 3 [47] -2014-01-10 11:30:42 queue INFO >>3 [48] -2014-01-10 11:30:43 sendUrl INFO 3 [48] -2014-01-10 11:31:32 queue INFO >>3 [49] -2014-01-10 11:31:33 sendUrl INFO 3 [49] -2014-01-10 11:32:23 queue INFO >>3 [50] -2014-01-10 11:32:23 sendUrl INFO 3 [50] -2014-01-10 11:33:13 queue INFO >>3 [51] -2014-01-10 11:33:13 sendUrl INFO 3 [51] -2014-01-10 11:33:23 queue INFO 7 [52] -2014-01-10 11:33:24 queue INFO >7 [53] -2014-01-10 11:33:24 sendUrl INFO 7 [52] -2014-01-10 11:33:24 sendUrl INFO 7 [53] -2014-01-10 11:33:25 queue INFO 3 [54] -2014-01-10 11:33:25 sendUrl INFO 3 [54] -2014-01-10 11:33:25 queue INFO >3 [55] -2014-01-10 11:33:26 sendUrl INFO 3 [55] -2014-01-10 11:34:15 queue INFO >>3 [56] -2014-01-10 11:34:16 sendUrl INFO 3 [56] -2014-01-10 11:35:05 queue INFO >>3 [57] -2014-01-10 11:35:06 sendUrl INFO 3 [57] -2014-01-10 11:35:56 queue INFO >>3 [58] -2014-01-10 11:35:56 sendUrl INFO 3 [58] -2014-01-10 11:36:46 queue INFO >>3 [59] -2014-01-10 11:36:46 sendUrl INFO 3 [59] -2014-01-10 11:37:36 queue INFO >>3 [60] -2014-01-10 11:37:36 sendUrl INFO 3 [60] -2014-01-10 11:38:26 queue INFO >>3 [61] -2014-01-10 11:38:26 sendUrl INFO 3 [61] -2014-01-10 11:39:16 queue INFO >>3 [62] -2014-01-10 11:39:17 sendUrl INFO 3 [62] -2014-01-10 11:39:21 queue INFO 1 [63] -2014-01-10 11:39:22 queue INFO >1 [64] -2014-01-10 11:39:22 sendUrl INFO 1 [63] -2014-01-10 11:39:22 sendUrl INFO 1 [64] -2014-01-10 11:40:12 queue INFO >>1 [65] -2014-01-10 11:40:12 sendUrl INFO 1 [65] -2014-01-10 11:41:02 queue INFO >>1 [66] -2014-01-10 11:41:02 sendUrl INFO 1 [66] -2014-01-10 11:41:52 queue INFO >>1 [67] -2014-01-10 11:41:52 sendUrl INFO 1 [67] -2014-01-10 11:42:12 queue INFO 21 [68] -2014-01-10 11:42:12 queue INFO >21 [69] -2014-01-10 11:42:12 sendUrl INFO 21 [68] -2014-01-10 11:42:13 sendUrl INFO 21 [69] -2014-01-10 11:43:02 queue INFO >>21 [70] -2014-01-10 11:43:03 sendUrl INFO 21 [70] -2014-01-10 11:43:52 queue INFO >>21 [71] -2014-01-10 11:43:52 sendUrl INFO 21 [71] -2014-01-10 11:44:42 queue INFO >>21 [72] -2014-01-10 11:44:43 sendUrl INFO 21 [72] -2014-01-10 11:45:33 queue INFO >>21 [73] -2014-01-10 11:45:33 sendUrl INFO 21 [73] -2014-01-10 11:46:23 queue INFO >>21 [74] -2014-01-10 11:46:23 sendUrl INFO 21 [74] -2014-01-10 11:47:13 queue INFO >>21 [75] -2014-01-10 11:47:13 sendUrl INFO 21 [75] -2014-01-10 11:47:38 queue INFO 1 [76] -2014-01-10 11:47:39 queue INFO >1 [77] -2014-01-10 11:47:39 sendUrl INFO 1 [76] -2014-01-10 11:47:39 sendUrl INFO 1 [77] -2014-01-10 11:47:59 queue INFO 5 [78] -2014-01-10 11:47:59 queue INFO >5 [79] -2014-01-10 11:47:59 sendUrl INFO 5 [78] -2014-01-10 11:48:00 sendUrl INFO 5 [79] -2014-01-10 11:48:00 queue INFO 1 [80] -2014-01-10 11:48:01 sendUrl INFO 1 [80] -2014-01-10 11:48:01 queue INFO >1 [81] -2014-01-10 11:48:01 sendUrl INFO 1 [81] -2014-01-10 11:48:13 queue INFO 9 [82] -2014-01-10 11:48:13 queue INFO >9 [83] -2014-01-10 11:48:13 sendUrl INFO 9 [82] -2014-01-10 11:48:14 sendUrl INFO 9 [83] -2014-01-10 11:48:24 queue INFO 29 [84] -2014-01-10 11:48:24 queue INFO >29 [85] -2014-01-10 11:48:24 sendUrl INFO 29 [84] -2014-01-10 11:48:25 queue INFO 21 [86] -2014-01-10 11:48:25 sendUrl INFO 29 [85] -2014-01-10 11:48:25 queue INFO >21 [87] -2014-01-10 11:48:25 sendUrl INFO 21 [86] -2014-01-10 11:48:26 sendUrl INFO 21 [87] -2014-01-10 11:49:15 queue INFO >>21 [88] -2014-01-10 11:49:15 sendUrl INFO 21 [88] -2014-01-10 11:50:05 queue INFO >>21 [89] -2014-01-10 11:50:05 sendUrl INFO 21 [89] -2014-01-10 11:50:55 queue INFO >>21 [90] -2014-01-10 11:50:55 sendUrl INFO 21 [90] -2014-01-10 11:51:45 queue INFO >>21 [91] -2014-01-10 11:51:46 sendUrl INFO 21 [91] -2014-01-10 11:52:35 queue INFO >>21 [92] -2014-01-10 11:52:36 sendUrl INFO 21 [92] -2014-01-10 11:53:26 queue INFO >>21 [93] -2014-01-10 11:53:26 sendUrl INFO 21 [93] -2014-01-10 11:54:16 queue INFO >>21 [94] -2014-01-10 11:54:16 sendUrl INFO 21 [94] -2014-01-10 11:55:06 queue INFO >>21 [95] -2014-01-10 11:55:06 sendUrl INFO 21 [95] -2014-01-10 11:55:56 queue INFO >>21 [96] -2014-01-10 11:55:56 sendUrl INFO 21 [96] -2014-01-10 11:56:46 queue INFO >>21 [97] -2014-01-10 11:56:47 sendUrl INFO 21 [97] -2014-01-10 11:57:36 queue INFO >>21 [98] -2014-01-10 11:57:37 sendUrl INFO 21 [98] -2014-01-10 11:58:27 queue INFO >>21 [99] -2014-01-10 11:58:27 sendUrl INFO 21 [99] -2014-01-10 11:58:58 queue INFO 1 [100] -2014-01-10 11:58:59 queue INFO >1 [101] -2014-01-10 11:58:59 sendUrl INFO 1 [100] -2014-01-10 11:58:59 sendUrl INFO 1 [101] -2014-01-10 11:59:07 queue INFO 9 [102] -2014-01-10 11:59:07 queue INFO >9 [103] -2014-01-10 11:59:07 sendUrl INFO 9 [102] -2014-01-10 11:59:08 sendUrl INFO 9 [103] -2014-01-10 11:59:12 queue INFO 29 [104] -2014-01-10 11:59:12 queue INFO >29 [105] -2014-01-10 11:59:12 queue INFO 21 [106] -2014-01-10 11:59:13 sendUrl INFO 29 [104] -2014-01-10 11:59:13 queue INFO >21 [107] -2014-01-10 11:59:13 sendUrl INFO 29 [105] -2014-01-10 11:59:14 sendUrl INFO 21 [106] -2014-01-10 11:59:14 sendUrl INFO 21 [107] -2014-01-10 12:00:03 queue INFO >>21 [108] -2014-01-10 12:00:03 sendUrl INFO 21 [108] -2014-01-10 12:00:35 queue INFO 1 [109] -2014-01-10 12:00:35 queue INFO >1 [110] -2014-01-10 12:00:35 sendUrl INFO 1 [109] -2014-01-10 12:00:36 sendUrl INFO 1 [110] -2014-01-10 12:01:25 queue INFO >>1 [111] -2014-01-10 12:01:25 sendUrl INFO 1 [111] -2014-01-10 12:02:15 queue INFO >>1 [112] -2014-01-10 12:02:15 sendUrl INFO 1 [112] -2014-01-10 12:03:05 queue INFO >>1 [113] -2014-01-10 12:03:06 sendUrl INFO 1 [113] -2014-01-10 12:03:55 queue INFO >>1 [114] -2014-01-10 12:03:55 sendUrl INFO 1 [114] -2014-01-10 12:04:45 queue INFO >>1 [115] -2014-01-10 12:04:46 sendUrl INFO 1 [115] -2014-01-10 12:05:36 queue INFO >>1 [116] -2014-01-10 12:05:36 sendUrl INFO 1 [116] -2014-01-10 12:06:26 queue INFO >>1 [117] -2014-01-10 12:06:26 sendUrl INFO 1 [117] -2014-01-10 12:07:16 queue INFO >>1 [118] -2014-01-10 12:07:16 sendUrl INFO 1 [118] -2014-01-10 12:07:49 queue INFO 21 [119] -2014-01-10 12:07:50 queue INFO >21 [120] -2014-01-10 12:07:50 sendUrl INFO 21 [119] -2014-01-10 12:07:51 sendUrl INFO 21 [120] -2014-01-10 12:08:40 queue INFO >>21 [121] -2014-01-10 12:08:40 sendUrl INFO 21 [121] -2014-01-10 12:08:49 queue INFO 1 [122] -2014-01-10 12:08:49 sendUrl INFO 1 [122] -2014-01-10 12:08:49 queue INFO >1 [123] -2014-01-10 12:08:49 sendUrl INFO 1 [123] -2014-01-10 12:09:06 queue INFO 5 [124] -2014-01-10 12:09:07 queue INFO >5 [125] -2014-01-10 12:09:07 sendUrl INFO 5 [124] -2014-01-10 12:09:08 sendUrl INFO 5 [125] -2014-01-10 12:09:08 queue INFO 1 [126] -2014-01-10 12:09:08 queue INFO >1 [127] -2014-01-10 12:09:09 sendUrl INFO 1 [126] -2014-01-10 12:09:09 sendUrl INFO 1 [127] -2014-01-10 12:09:21 queue INFO 9 [128] -2014-01-10 12:09:21 sendUrl INFO 9 [128] -2014-01-10 12:09:21 queue INFO >9 [129] -2014-01-10 12:09:21 sendUrl INFO 9 [129] -2014-01-10 12:10:11 queue INFO >>9 [130] -2014-01-10 12:10:11 sendUrl INFO 9 [130] -2014-01-10 12:11:01 queue INFO >>9 [131] -2014-01-10 12:11:01 sendUrl INFO 9 [131] -2014-01-10 12:11:51 queue INFO >>9 [132] -2014-01-10 12:11:51 sendUrl INFO 9 [132] -2014-01-10 12:12:41 queue INFO >>9 [133] -2014-01-10 12:12:41 sendUrl INFO 9 [133] -2014-01-10 12:13:31 queue INFO >>9 [134] -2014-01-10 12:13:32 sendUrl INFO 9 [134] -2014-01-10 12:14:21 queue INFO >>9 [135] -2014-01-10 12:14:22 sendUrl INFO 9 [135] -2014-01-10 12:15:12 queue INFO >>9 [136] -2014-01-10 12:15:12 sendUrl INFO 9 [136] -2014-01-10 12:16:02 queue INFO >>9 [137] -2014-01-10 12:16:02 sendUrl INFO 9 [137] -2014-01-10 12:16:52 queue INFO >>9 [138] -2014-01-10 12:16:52 sendUrl INFO 9 [138] -2014-01-10 12:17:42 queue INFO >>9 [139] -2014-01-10 12:17:42 sendUrl INFO 9 [139] -2014-01-10 12:18:32 queue INFO >>9 [140] -2014-01-10 12:18:32 sendUrl INFO 9 [140] -2014-01-10 12:19:22 queue INFO >>9 [141] -2014-01-10 12:19:23 queue INFO 29 [142] -2014-01-10 12:19:23 sendUrl INFO 9 [141] -2014-01-10 12:19:23 queue INFO >29 [143] -2014-01-10 12:19:23 queue INFO 21 [144] -2014-01-10 12:19:23 sendUrl INFO 29 [142] -2014-01-10 12:19:23 queue INFO >21 [145] -2014-01-10 12:19:24 sendUrl INFO 29 [143] -2014-01-10 12:19:24 sendUrl INFO 21 [144] -2014-01-10 12:19:25 sendUrl INFO 21 [145] -2014-01-10 12:20:13 queue INFO >>21 [146] -2014-01-10 12:20:13 sendUrl INFO 21 [146] -2014-01-10 12:21:03 queue INFO >>21 [147] -2014-01-10 12:21:04 sendUrl INFO 21 [147] -2014-01-10 12:21:53 queue INFO >>21 [148] -2014-01-10 12:21:54 sendUrl INFO 21 [148] -2014-01-10 12:22:44 queue INFO >>21 [149] -2014-01-10 12:22:44 sendUrl INFO 21 [149] -2014-01-10 12:23:34 queue INFO >>21 [150] -2014-01-10 12:23:34 sendUrl INFO 21 [150] -2014-01-10 12:24:24 queue INFO >>21 [151] -2014-01-10 12:24:24 sendUrl INFO 21 [151] -2014-01-10 12:25:14 queue INFO >>21 [152] -2014-01-10 12:25:14 sendUrl INFO 21 [152] -2014-01-10 12:26:04 queue INFO >>21 [153] -2014-01-10 12:26:04 sendUrl INFO 21 [153] -2014-01-10 12:26:54 queue INFO >>21 [154] -2014-01-10 12:26:55 sendUrl INFO 21 [154] -2014-01-10 12:27:44 queue INFO >>21 [155] -2014-01-10 12:27:45 sendUrl INFO 21 [155] -2014-01-10 12:28:35 queue INFO >>21 [156] -2014-01-10 12:28:35 sendUrl INFO 21 [156] -2014-01-10 12:28:45 queue INFO 9 [157] -2014-01-10 12:28:45 queue INFO >9 [158] -2014-01-10 12:28:45 sendUrl INFO 9 [157] -2014-01-10 12:28:46 sendUrl INFO 9 [158] -2014-01-10 12:28:46 queue INFO 29 [159] -2014-01-10 12:28:46 queue INFO 21 [160] -2014-01-10 12:28:46 queue INFO >21 [161] -2014-01-10 12:28:46 sendUrl INFO 29 [159] -2014-01-10 12:28:47 sendUrl INFO 21 [160] -2014-01-10 12:28:47 sendUrl INFO 21 [161] -2014-01-10 12:28:50 queue INFO 1 [162] -2014-01-10 12:28:51 queue INFO >1 [163] -2014-01-10 12:28:51 sendUrl INFO 1 [162] -2014-01-10 12:28:51 sendUrl INFO 1 [163] -2014-01-10 12:29:03 queue INFO 3 [164] -2014-01-10 12:29:03 queue INFO >3 [165] -2014-01-10 12:29:03 sendUrl INFO 3 [164] -2014-01-10 12:29:04 sendUrl INFO 3 [165] -2014-01-10 12:29:39 queue INFO 7 [166] -2014-01-10 12:29:39 sendUrl INFO 7 [166] -2014-01-10 12:29:39 queue INFO >7 [167] -2014-01-10 12:29:40 sendUrl INFO 7 [167] -2014-01-10 12:29:41 queue INFO 3 [168] -2014-01-10 12:29:41 queue INFO >3 [169] -2014-01-10 12:29:41 sendUrl INFO 3 [168] -2014-01-10 12:29:42 sendUrl INFO 3 [169] -2014-01-10 12:30:31 queue INFO >>3 [170] -2014-01-10 12:30:31 sendUrl INFO 3 [170] -2014-01-10 12:31:21 queue INFO >>3 [171] -2014-01-10 12:31:21 sendUrl INFO 3 [171] -2014-01-10 12:32:11 queue INFO >>3 [172] -2014-01-10 12:32:11 sendUrl INFO 3 [172] -2014-01-10 12:33:01 queue INFO >>3 [173] -2014-01-10 12:33:02 sendUrl INFO 3 [173] -2014-01-10 12:33:51 queue INFO >>3 [174] -2014-01-10 12:33:52 sendUrl INFO 3 [174] -2014-01-10 12:34:42 queue INFO >>3 [175] -2014-01-10 12:34:42 sendUrl INFO 3 [175] -2014-01-10 12:35:32 queue INFO >>3 [176] -2014-01-10 12:35:32 sendUrl INFO 3 [176] -2014-01-10 12:36:22 queue INFO >>3 [177] -2014-01-10 12:36:22 sendUrl INFO 3 [177] -2014-01-10 12:36:33 queue INFO 7 [178] -2014-01-10 12:36:33 sendUrl INFO 7 [178] -2014-01-10 12:36:33 queue INFO >7 [179] -2014-01-10 12:36:34 sendUrl INFO 7 [179] -2014-01-10 12:36:35 queue INFO 3 [180] -2014-01-10 12:36:35 queue INFO >3 [181] -2014-01-10 12:36:35 sendUrl INFO 3 [180] -2014-01-10 12:36:36 sendUrl INFO 3 [181] -2014-01-10 12:37:25 queue INFO >>3 [182] -2014-01-10 12:37:25 sendUrl INFO 3 [182] -2014-01-10 12:38:15 queue INFO >>3 [183] -2014-01-10 12:38:15 sendUrl INFO 3 [183] -2014-01-10 12:39:05 queue INFO >>3 [184] -2014-01-10 12:39:05 sendUrl INFO 3 [184] -2014-01-10 12:39:55 queue INFO >>3 [185] -2014-01-10 12:39:55 sendUrl INFO 3 [185] -2014-01-10 12:40:45 queue INFO >>3 [186] -2014-01-10 12:40:46 sendUrl INFO 3 [186] -2014-01-10 12:41:35 queue INFO >>3 [187] -2014-01-10 12:41:36 sendUrl INFO 3 [187] -2014-01-10 12:42:25 queue INFO >>3 [188] -2014-01-10 12:42:26 sendUrl INFO 3 [188] -2014-01-10 12:43:16 queue INFO >>3 [189] -2014-01-10 12:43:16 sendUrl INFO 3 [189] -2014-01-10 12:43:26 queue INFO 7 [190] -2014-01-10 12:43:27 queue INFO >7 [191] -2014-01-10 12:43:27 sendUrl INFO 7 [190] -2014-01-10 12:43:27 sendUrl INFO 7 [191] -2014-01-10 12:43:28 queue INFO 3 [192] -2014-01-10 12:43:28 queue INFO >3 [193] -2014-01-10 12:43:28 sendUrl INFO 3 [192] -2014-01-10 12:43:29 sendUrl INFO 3 [193] -2014-01-10 12:44:18 queue INFO >>3 [194] -2014-01-10 12:44:19 sendUrl INFO 3 [194] -2014-01-10 12:45:08 queue INFO >>3 [195] -2014-01-10 12:45:08 sendUrl INFO 3 [195] -2014-01-10 12:45:58 queue INFO >>3 [196] -2014-01-10 12:45:59 sendUrl INFO 3 [196] -2014-01-10 12:46:49 queue INFO >>3 [197] -2014-01-10 12:46:49 sendUrl INFO 3 [197] -2014-01-10 12:47:39 queue INFO >>3 [198] -2014-01-10 12:47:39 sendUrl INFO 3 [198] -2014-01-10 12:48:29 queue INFO >>3 [199] -2014-01-10 12:48:29 sendUrl INFO 3 [199] -2014-01-10 12:49:19 queue INFO >>3 [200] -2014-01-10 12:49:20 sendUrl INFO 3 [200] -2014-01-10 12:50:09 queue INFO >>3 [201] -2014-01-10 12:50:09 sendUrl INFO 3 [201] -2014-01-10 12:50:20 queue INFO 7 [202] -2014-01-10 12:50:20 queue INFO >7 [203] -2014-01-10 12:50:20 sendUrl INFO 7 [202] -2014-01-10 12:50:21 sendUrl INFO 7 [203] -2014-01-10 12:50:21 queue INFO 3 [204] -2014-01-10 12:50:22 sendUrl INFO 3 [204] -2014-01-10 12:50:22 queue INFO >3 [205] -2014-01-10 12:50:22 sendUrl INFO 3 [205] -2014-01-10 12:51:12 queue INFO >>3 [206] -2014-01-10 12:51:12 sendUrl INFO 3 [206] -2014-01-10 12:52:02 queue INFO >>3 [207] -2014-01-10 12:52:02 sendUrl INFO 3 [207] -2014-01-10 12:52:52 queue INFO >>3 [208] -2014-01-10 12:52:52 sendUrl INFO 3 [208] -2014-01-10 12:53:42 queue INFO >>3 [209] -2014-01-10 12:53:42 sendUrl INFO 3 [209] -2014-01-10 12:54:32 queue INFO >>3 [210] -2014-01-10 12:54:32 sendUrl INFO 3 [210] -2014-01-10 12:55:22 queue INFO >>3 [211] -2014-01-10 12:55:23 sendUrl INFO 3 [211] -2014-01-10 12:56:12 queue INFO >>3 [212] -2014-01-10 12:56:13 sendUrl INFO 3 [212] -2014-01-10 12:57:03 queue INFO >>3 [213] -2014-01-10 12:57:03 sendUrl INFO 3 [213] -2014-01-10 12:57:14 queue INFO 7 [214] -2014-01-10 12:57:15 queue INFO >7 [215] -2014-01-10 12:57:15 sendUrl INFO 7 [214] -2014-01-10 12:57:15 sendUrl INFO 7 [215] -2014-01-10 12:57:16 queue INFO 3 [216] -2014-01-10 12:57:16 queue INFO >3 [217] -2014-01-10 12:57:16 sendUrl INFO 3 [216] -2014-01-10 12:57:17 sendUrl INFO 3 [217] -2014-01-10 12:58:06 queue INFO >>3 [218] -2014-01-10 12:58:07 sendUrl INFO 3 [218] -2014-01-10 12:58:56 queue INFO >>3 [219] -2014-01-10 12:58:57 sendUrl INFO 3 [219] -2014-01-10 12:59:46 queue INFO >>3 [220] -2014-01-10 12:59:47 sendUrl INFO 3 [220] -2014-01-10 13:00:37 queue INFO >>3 [221] -2014-01-10 13:00:37 sendUrl INFO 3 [221] -2014-01-10 13:01:27 queue INFO >>3 [222] -2014-01-10 13:01:27 sendUrl INFO 3 [222] -2014-01-10 13:02:17 queue INFO >>3 [223] -2014-01-10 13:02:17 sendUrl INFO 3 [223] -2014-01-10 13:03:07 queue INFO >>3 [224] -2014-01-10 13:03:07 sendUrl INFO 3 [224] -2014-01-10 13:03:57 queue INFO >>3 [225] -2014-01-10 13:03:58 sendUrl INFO 3 [225] -2014-01-10 13:04:08 queue INFO 7 [226] -2014-01-10 13:04:08 queue INFO >7 [227] -2014-01-10 13:04:09 sendUrl INFO 7 [226] -2014-01-10 13:04:09 sendUrl INFO 7 [227] -2014-01-10 13:04:10 queue INFO 3 [228] -2014-01-10 13:04:10 queue INFO >3 [229] -2014-01-10 13:04:10 sendUrl INFO 3 [228] -2014-01-10 13:04:11 sendUrl INFO 3 [229] -2014-01-10 13:05:00 queue INFO >>3 [230] -2014-01-10 13:05:00 sendUrl INFO 3 [230] -2014-01-10 13:05:50 queue INFO >>3 [231] -2014-01-10 13:05:50 sendUrl INFO 3 [231] -2014-01-10 13:06:40 queue INFO >>3 [232] -2014-01-10 13:06:41 sendUrl INFO 3 [232] -2014-01-10 13:07:30 queue INFO >>3 [233] -2014-01-10 13:07:31 sendUrl INFO 3 [233] -2014-01-10 13:08:21 queue INFO >>3 [234] -2014-01-10 13:08:21 sendUrl INFO 3 [234] -2014-01-10 13:09:11 queue INFO >>3 [235] -2014-01-10 13:09:11 sendUrl INFO 3 [235] -2014-01-10 13:10:01 queue INFO >>3 [236] -2014-01-10 13:10:01 sendUrl INFO 3 [236] -2014-01-10 13:10:51 queue INFO >>3 [237] -2014-01-10 13:10:51 sendUrl INFO 3 [237] -2014-01-10 13:11:02 queue INFO 7 [238] -2014-01-10 13:11:02 queue INFO >7 [239] -2014-01-10 13:11:02 sendUrl INFO 7 [238] -2014-01-10 13:11:03 sendUrl INFO 7 [239] -2014-01-10 13:11:04 queue INFO 3 [240] -2014-01-10 13:11:04 queue INFO >3 [241] -2014-01-10 13:11:04 sendUrl INFO 3 [240] -2014-01-10 13:11:04 sendUrl INFO 3 [241] -2014-01-10 13:11:54 queue INFO >>3 [242] -2014-01-10 13:11:54 sendUrl INFO 3 [242] -2014-01-10 13:12:44 queue INFO >>3 [243] -2014-01-10 13:12:44 sendUrl INFO 3 [243] -2014-01-10 13:13:34 queue INFO >>3 [244] -2014-01-10 13:13:34 sendUrl INFO 3 [244] -2014-01-10 13:14:24 queue INFO >>3 [245] -2014-01-10 13:14:24 sendUrl INFO 3 [245] -2014-01-10 13:15:14 queue INFO >>3 [246] -2014-01-10 13:15:15 sendUrl INFO 3 [246] -2014-01-10 13:16:04 queue INFO >>3 [247] -2014-01-10 13:16:05 sendUrl INFO 3 [247] -2014-01-10 13:16:55 queue INFO >>3 [248] -2014-01-10 13:16:55 sendUrl INFO 3 [248] -2014-01-10 13:17:45 queue INFO >>3 [249] -2014-01-10 13:17:45 sendUrl INFO 3 [249] -2014-01-10 13:18:32 queue INFO 7 [250] -2014-01-10 13:18:32 queue INFO >7 [251] -2014-01-10 13:18:32 sendUrl INFO 7 [250] -2014-01-10 13:18:32 sendUrl INFO 7 [251] -2014-01-10 13:18:33 queue INFO 3 [252] -2014-01-10 13:18:33 sendUrl INFO 3 [252] -2014-01-10 13:18:33 queue INFO >3 [253] -2014-01-10 13:18:34 sendUrl INFO 3 [253] -2014-01-10 13:19:23 queue INFO >>3 [254] -2014-01-10 13:19:24 sendUrl INFO 3 [254] -2014-01-10 13:20:14 queue INFO >>3 [255] -2014-01-10 13:20:14 sendUrl INFO 3 [255] -2014-01-10 13:21:04 queue INFO >>3 [256] -2014-01-10 13:21:04 sendUrl INFO 3 [256] -2014-01-10 13:21:54 queue INFO >>3 [257] -2014-01-10 13:21:54 sendUrl INFO 3 [257] -2014-01-10 13:22:44 queue INFO >>3 [258] -2014-01-10 13:22:45 sendUrl INFO 3 [258] -2014-01-10 13:23:34 queue INFO >>3 [259] -2014-01-10 13:23:34 sendUrl INFO 3 [259] -2014-01-10 13:24:24 queue INFO >>3 [260] -2014-01-10 13:24:25 sendUrl INFO 3 [260] -2014-01-10 13:25:15 queue INFO >>3 [261] -2014-01-10 13:25:15 sendUrl INFO 3 [261] -2014-01-10 13:25:25 queue INFO 7 [262] -2014-01-10 13:25:26 queue INFO >7 [263] -2014-01-10 13:25:26 sendUrl INFO 7 [262] -2014-01-10 13:25:26 sendUrl INFO 7 [263] -2014-01-10 13:25:27 queue INFO 3 [264] -2014-01-10 13:25:27 queue INFO >3 [265] -2014-01-10 13:25:27 sendUrl INFO 3 [264] -2014-01-10 13:25:28 sendUrl INFO 3 [265] -2014-01-10 13:26:17 queue INFO >>3 [266] -2014-01-10 13:26:17 sendUrl INFO 3 [266] -2014-01-10 13:27:07 queue INFO >>3 [267] -2014-01-10 13:27:08 sendUrl INFO 3 [267] -2014-01-10 13:27:57 queue INFO >>3 [268] -2014-01-10 13:27:58 sendUrl INFO 3 [268] -2014-01-10 13:28:48 queue INFO >>3 [269] -2014-01-10 13:28:48 sendUrl INFO 3 [269] -2014-01-10 13:29:38 queue INFO >>3 [270] -2014-01-10 13:29:38 sendUrl INFO 3 [270] -2014-01-10 13:30:28 queue INFO >>3 [271] -2014-01-10 13:30:28 sendUrl INFO 3 [271] -2014-01-10 13:31:18 queue INFO >>3 [272] -2014-01-10 13:31:18 sendUrl INFO 3 [272] -2014-01-10 13:32:08 queue INFO >>3 [273] -2014-01-10 13:32:08 sendUrl INFO 3 [273] -2014-01-10 13:32:20 queue INFO 7 [274] -2014-01-10 13:32:20 queue INFO >7 [275] -2014-01-10 13:32:20 sendUrl INFO 7 [274] -2014-01-10 13:32:20 sendUrl INFO 7 [275] -2014-01-10 13:32:21 queue INFO 3 [276] -2014-01-10 13:32:21 queue INFO >3 [277] -2014-01-10 13:32:21 sendUrl INFO 3 [276] -2014-01-10 13:32:22 sendUrl INFO 3 [277] -2014-01-10 13:33:11 queue INFO >>3 [278] -2014-01-10 13:33:12 sendUrl INFO 3 [278] -2014-01-10 13:34:02 queue INFO >>3 [279] -2014-01-10 13:34:02 sendUrl INFO 3 [279] -2014-01-10 13:34:52 queue INFO >>3 [280] -2014-01-10 13:34:52 sendUrl INFO 3 [280] -2014-01-10 13:35:42 queue INFO >>3 [281] -2014-01-10 13:35:42 sendUrl INFO 3 [281] -2014-01-10 13:36:32 queue INFO >>3 [282] -2014-01-10 13:36:32 sendUrl INFO 3 [282] -2014-01-10 13:37:22 queue INFO >>3 [283] -2014-01-10 13:37:22 sendUrl INFO 3 [283] -2014-01-10 13:38:12 queue INFO >>3 [284] -2014-01-10 13:38:13 sendUrl INFO 3 [284] -2014-01-10 13:39:02 queue INFO >>3 [285] -2014-01-10 13:39:03 sendUrl INFO 3 [285] -2014-01-10 13:39:13 queue INFO 7 [286] -2014-01-10 13:39:14 queue INFO >7 [287] -2014-01-10 13:39:14 sendUrl INFO 7 [286] -2014-01-10 13:39:14 sendUrl INFO 7 [287] -2014-01-10 13:39:15 queue INFO 3 [288] -2014-01-10 13:39:15 queue INFO >3 [289] -2014-01-10 13:39:16 sendUrl INFO 3 [288] -2014-01-10 13:39:16 sendUrl INFO 3 [289] -2014-01-10 13:40:05 queue INFO >>3 [290] -2014-01-10 13:40:06 sendUrl INFO 3 [290] -2014-01-10 13:40:55 queue INFO >>3 [291] -2014-01-10 13:40:56 sendUrl INFO 3 [291] -2014-01-10 13:41:46 queue INFO >>3 [292] -2014-01-10 13:41:46 sendUrl INFO 3 [292] -2014-01-10 13:42:36 queue INFO >>3 [293] -2014-01-10 13:42:36 sendUrl INFO 3 [293] -2014-01-10 13:43:26 queue INFO >>3 [294] -2014-01-10 13:43:26 sendUrl INFO 3 [294] -2014-01-10 13:44:16 queue INFO >>3 [295] -2014-01-10 13:44:16 sendUrl INFO 3 [295] -2014-01-10 13:45:06 queue INFO >>3 [296] -2014-01-10 13:45:07 sendUrl INFO 3 [296] -2014-01-10 13:45:56 queue INFO >>3 [297] -2014-01-10 13:45:57 sendUrl INFO 3 [297] -2014-01-10 13:46:07 queue INFO 7 [298] -2014-01-10 13:46:07 sendUrl INFO 7 [298] -2014-01-10 13:46:08 queue INFO >7 [299] -2014-01-10 13:46:08 sendUrl INFO 7 [299] -2014-01-10 13:46:09 queue INFO 3 [300] -2014-01-10 13:46:09 queue INFO >3 [301] -2014-01-10 13:46:09 sendUrl INFO 3 [300] -2014-01-10 13:46:10 sendUrl INFO 3 [301] -2014-01-10 13:46:59 queue INFO >>3 [302] -2014-01-10 13:46:59 sendUrl INFO 3 [302] -2014-01-10 13:47:49 queue INFO >>3 [303] -2014-01-10 13:47:50 sendUrl INFO 3 [303] -2014-01-10 13:48:39 queue INFO >>3 [304] -2014-01-10 13:48:40 sendUrl INFO 3 [304] -2014-01-10 13:49:30 queue INFO >>3 [305] -2014-01-10 13:49:30 sendUrl INFO 3 [305] -2014-01-10 13:50:20 queue INFO >>3 [306] -2014-01-10 13:50:20 sendUrl INFO 3 [306] -2014-01-10 13:51:10 queue INFO >>3 [307] -2014-01-10 13:51:10 sendUrl INFO 3 [307] -2014-01-10 13:52:00 queue INFO >>3 [308] -2014-01-10 13:52:00 sendUrl INFO 3 [308] -2014-01-10 13:52:50 queue INFO >>3 [309] -2014-01-10 13:52:51 sendUrl INFO 3 [309] -2014-01-10 13:53:01 queue INFO 7 [310] -2014-01-10 13:53:01 queue INFO >7 [311] -2014-01-10 13:53:01 sendUrl INFO 7 [310] -2014-01-10 13:53:02 sendUrl INFO 7 [311] -2014-01-10 13:53:02 queue INFO 3 [312] -2014-01-10 13:53:03 queue INFO >3 [313] -2014-01-10 13:53:03 sendUrl INFO 3 [312] -2014-01-10 13:53:03 sendUrl INFO 3 [313] -2014-01-10 13:53:53 queue INFO >>3 [314] -2014-01-10 13:53:53 sendUrl INFO 3 [314] -2014-01-10 13:54:43 queue INFO >>3 [315] -2014-01-10 13:54:43 sendUrl INFO 3 [315] -2014-01-10 13:55:33 queue INFO >>3 [316] -2014-01-10 13:55:33 sendUrl INFO 3 [316] -2014-01-10 13:56:23 queue INFO >>3 [317] -2014-01-10 13:56:24 sendUrl INFO 3 [317] -2014-01-10 13:57:13 queue INFO >>3 [318] -2014-01-10 13:57:13 sendUrl INFO 3 [318] -2014-01-10 13:58:03 queue INFO >>3 [319] -2014-01-10 13:58:04 sendUrl INFO 3 [319] -2014-01-10 13:58:53 queue INFO >>3 [320] -2014-01-10 13:58:54 queue INFO 1 [321] -2014-01-10 13:58:54 queue INFO >1 [322] -2014-01-10 13:58:54 sendUrl INFO 3 [320] -2014-01-10 13:58:55 sendUrl INFO 1 [321] -2014-01-10 13:58:55 sendUrl INFO 1 [322] -2014-01-10 13:59:44 queue INFO >>1 [323] -2014-01-10 13:59:44 sendUrl INFO 1 [323] -2014-01-10 14:00:08 queue INFO 21 [324] -2014-01-10 14:00:09 queue INFO >21 [325] -2014-01-10 14:00:09 sendUrl INFO 21 [324] -2014-01-10 14:00:09 sendUrl INFO 21 [325] -2014-01-10 14:00:58 queue INFO >>21 [326] -2014-01-10 14:00:59 sendUrl INFO 21 [326] -2014-01-10 14:01:49 queue INFO >>21 [327] -2014-01-10 14:01:49 sendUrl INFO 21 [327] -2014-01-10 14:02:27 queue INFO 1 [328] -2014-01-10 14:02:27 queue INFO >1 [329] -2014-01-10 14:02:27 sendUrl INFO 1 [328] -2014-01-10 14:02:27 sendUrl INFO 1 [329] -2014-01-10 14:02:46 queue INFO 5 [330] -2014-01-10 14:02:47 queue INFO >5 [331] -2014-01-10 14:02:47 sendUrl INFO 5 [330] -2014-01-10 14:02:47 sendUrl INFO 5 [331] -2014-01-10 14:02:48 queue INFO 1 [332] -2014-01-10 14:02:48 sendUrl INFO 1 [332] -2014-01-10 14:02:48 queue INFO >1 [333] -2014-01-10 14:02:49 sendUrl INFO 1 [333] -2014-01-10 14:03:38 queue INFO >>1 [334] -2014-01-10 14:03:38 sendUrl INFO 1 [334] -2014-01-10 14:03:40 queue INFO 3 [335] -2014-01-10 14:03:40 queue INFO >3 [336] -2014-01-10 14:03:41 sendUrl INFO 3 [335] -2014-01-10 14:03:41 sendUrl INFO 3 [336] -2014-01-10 14:04:30 queue INFO >>3 [337] -2014-01-10 14:04:31 sendUrl INFO 3 [337] -2014-01-10 14:05:20 queue INFO >>3 [338] -2014-01-10 14:05:21 sendUrl INFO 3 [338] -2014-01-10 14:06:11 queue INFO >>3 [339] -2014-01-10 14:06:11 sendUrl INFO 3 [339] -2014-01-10 14:07:01 queue INFO >>3 [340] -2014-01-10 14:07:01 sendUrl INFO 3 [340] -2014-01-10 14:07:51 queue INFO >>3 [341] -2014-01-10 14:07:51 sendUrl INFO 3 [341] -2014-01-10 14:08:41 queue INFO >>3 [342] -2014-01-10 14:08:41 sendUrl INFO 3 [342] -2014-01-10 14:09:31 queue INFO >>3 [343] -2014-01-10 14:09:32 sendUrl INFO 3 [343] -2014-01-10 14:09:40 queue INFO 7 [344] -2014-01-10 14:09:40 sendUrl INFO 7 [344] -2014-01-10 14:09:40 queue INFO >7 [345] -2014-01-10 14:09:41 sendUrl INFO 7 [345] -2014-01-10 14:09:42 queue INFO 3 [346] -2014-01-10 14:09:42 queue INFO >3 [347] -2014-01-10 14:09:42 sendUrl INFO 3 [346] -2014-01-10 14:09:43 sendUrl INFO 3 [347] -2014-01-10 14:10:32 queue INFO >>3 [348] -2014-01-10 14:10:32 sendUrl INFO 3 [348] -2014-01-10 14:11:22 queue INFO >>3 [349] -2014-01-10 14:11:23 sendUrl INFO 3 [349] -2014-01-10 14:12:12 queue INFO >>3 [350] -2014-01-10 14:12:13 sendUrl INFO 3 [350] -2014-01-10 14:13:03 queue INFO >>3 [351] -2014-01-10 14:13:03 sendUrl INFO 3 [351] -2014-01-10 14:13:53 queue INFO >>3 [352] -2014-01-10 14:13:53 sendUrl INFO 3 [352] -2014-01-10 14:14:43 queue INFO >>3 [353] -2014-01-10 14:14:43 sendUrl INFO 3 [353] -2014-01-10 14:15:33 queue INFO >>3 [354] -2014-01-10 14:15:33 sendUrl INFO 3 [354] -2014-01-10 14:16:23 queue INFO >>3 [355] -2014-01-10 14:16:24 sendUrl INFO 3 [355] -2014-01-10 14:16:34 queue INFO 7 [356] -2014-01-10 14:16:34 queue INFO >7 [357] -2014-01-10 14:16:34 sendUrl INFO 7 [356] -2014-01-10 14:16:35 sendUrl INFO 7 [357] -2014-01-10 14:16:36 queue INFO 3 [358] -2014-01-10 14:16:36 sendUrl INFO 3 [358] -2014-01-10 14:16:36 queue INFO >3 [359] -2014-01-10 14:16:36 sendUrl INFO 3 [359] -2014-01-10 14:17:26 queue INFO >>3 [360] -2014-01-10 14:17:26 sendUrl INFO 3 [360] -2014-01-10 14:18:16 queue INFO >>3 [361] -2014-01-10 14:18:16 sendUrl INFO 3 [361] -2014-01-10 14:19:06 queue INFO >>3 [362] -2014-01-10 14:19:06 sendUrl INFO 3 [362] -2014-01-10 14:19:56 queue INFO >>3 [363] -2014-01-10 14:19:56 sendUrl INFO 3 [363] -2014-01-10 14:20:46 queue INFO >>3 [364] -2014-01-10 14:20:47 sendUrl INFO 3 [364] -2014-01-10 14:21:36 queue INFO >>3 [365] -2014-01-10 14:21:37 sendUrl INFO 3 [365] -2014-01-10 14:22:27 queue INFO >>3 [366] -2014-01-10 14:22:27 sendUrl INFO 3 [366] -2014-01-10 14:23:17 queue INFO >>3 [367] -2014-01-10 14:23:17 sendUrl INFO 3 [367] -2014-01-10 14:23:28 queue INFO 7 [368] -2014-01-10 14:23:28 queue INFO >7 [369] -2014-01-10 14:23:28 sendUrl INFO 7 [368] -2014-01-10 14:23:28 sendUrl INFO 7 [369] -2014-01-10 14:23:29 queue INFO 3 [370] -2014-01-10 14:23:29 queue INFO >3 [371] -2014-01-10 14:23:29 sendUrl INFO 3 [370] -2014-01-10 14:23:30 sendUrl INFO 3 [371] -2014-01-10 14:24:19 queue INFO >>3 [372] -2014-01-10 14:24:20 sendUrl INFO 3 [372] -2014-01-10 14:25:10 queue INFO >>3 [373] -2014-01-10 14:25:10 sendUrl INFO 3 [373] -2014-01-10 14:26:00 queue INFO >>3 [374] -2014-01-10 14:26:00 sendUrl INFO 3 [374] -2014-01-10 14:26:50 queue INFO >>3 [375] -2014-01-10 14:26:50 sendUrl INFO 3 [375] -2014-01-10 14:27:40 queue INFO >>3 [376] -2014-01-10 14:27:40 sendUrl INFO 3 [376] -2014-01-10 14:28:30 queue INFO >>3 [377] -2014-01-10 14:28:30 sendUrl INFO 3 [377] -2014-01-10 14:29:20 queue INFO >>3 [378] -2014-01-10 14:29:21 sendUrl INFO 3 [378] -2014-01-10 14:30:10 queue INFO >>3 [379] -2014-01-10 14:30:11 sendUrl INFO 3 [379] -2014-01-10 14:30:21 queue INFO 7 [380] -2014-01-10 14:30:21 queue INFO >7 [381] -2014-01-10 14:30:22 sendUrl INFO 7 [380] -2014-01-10 14:30:22 sendUrl INFO 7 [381] -2014-01-10 14:30:23 queue INFO 3 [382] -2014-01-10 14:30:23 queue INFO >3 [383] -2014-01-10 14:30:23 sendUrl INFO 3 [382] -2014-01-10 14:30:24 sendUrl INFO 3 [383] -2014-01-10 14:31:13 queue INFO >>3 [384] -2014-01-10 14:31:13 sendUrl INFO 3 [384] -2014-01-10 14:32:03 queue INFO >>3 [385] -2014-01-10 14:32:03 sendUrl INFO 3 [385] -2014-01-10 14:32:53 queue INFO >>3 [386] -2014-01-10 14:32:54 sendUrl INFO 3 [386] -2014-01-10 14:33:43 queue INFO >>3 [387] -2014-01-10 14:33:43 sendUrl INFO 3 [387] -2014-01-10 14:34:33 queue INFO >>3 [388] -2014-01-10 14:34:34 sendUrl INFO 3 [388] -2014-01-10 14:35:23 queue INFO >>3 [389] -2014-01-10 14:35:24 sendUrl INFO 3 [389] -2014-01-10 14:36:14 queue INFO >>3 [390] -2014-01-10 14:36:14 sendUrl INFO 3 [390] -2014-01-10 14:37:04 queue INFO >>3 [391] -2014-01-10 14:37:04 sendUrl INFO 3 [391] -2014-01-10 14:37:16 queue INFO 7 [392] -2014-01-10 14:37:16 queue INFO >7 [393] -2014-01-10 14:37:16 sendUrl INFO 7 [392] -2014-01-10 14:37:16 sendUrl INFO 7 [393] -2014-01-10 14:37:17 queue INFO 3 [394] -2014-01-10 14:37:17 queue INFO >3 [395] -2014-01-10 14:37:17 sendUrl INFO 3 [394] -2014-01-10 14:37:18 sendUrl INFO 3 [395] -2014-01-10 14:38:07 queue INFO >>3 [396] -2014-01-10 14:38:07 sendUrl INFO 3 [396] -2014-01-10 14:38:57 queue INFO >>3 [397] -2014-01-10 14:38:58 sendUrl INFO 3 [397] -2014-01-10 14:39:47 queue INFO >>3 [398] -2014-01-10 14:39:48 sendUrl INFO 3 [398] -2014-01-10 14:40:38 queue INFO >>3 [399] -2014-01-10 14:40:38 sendUrl INFO 3 [399] -2014-01-10 14:41:28 queue INFO >>3 [400] -2014-01-10 14:41:28 sendUrl INFO 3 [400] -2014-01-10 14:42:18 queue INFO >>3 [401] -2014-01-10 14:42:18 sendUrl INFO 3 [401] -2014-01-10 14:43:08 queue INFO >>3 [402] -2014-01-10 14:43:08 sendUrl INFO 3 [402] -2014-01-10 14:43:58 queue INFO >>3 [403] -2014-01-10 14:43:59 sendUrl INFO 3 [403] -2014-01-10 14:44:09 queue INFO 7 [404] -2014-01-10 14:44:10 queue INFO >7 [405] -2014-01-10 14:44:10 sendUrl INFO 7 [404] -2014-01-10 14:44:10 sendUrl INFO 7 [405] -2014-01-10 14:44:11 queue INFO 3 [406] -2014-01-10 14:44:11 queue INFO >3 [407] -2014-01-10 14:44:11 sendUrl INFO 3 [406] -2014-01-10 14:44:12 sendUrl INFO 3 [407] -2014-01-10 14:45:01 queue INFO >>3 [408] -2014-01-10 14:45:02 sendUrl INFO 3 [408] -2014-01-10 14:45:51 queue INFO >>3 [409] -2014-01-10 14:45:51 sendUrl INFO 3 [409] -2014-01-10 14:46:41 queue INFO >>3 [410] -2014-01-10 14:46:42 sendUrl INFO 3 [410] -2014-01-10 14:47:31 queue INFO >>3 [411] -2014-01-10 14:47:32 sendUrl INFO 3 [411] -2014-01-10 14:48:22 queue INFO >>3 [412] -2014-01-10 14:48:22 sendUrl INFO 3 [412] -2014-01-10 14:49:12 queue INFO >>3 [413] -2014-01-10 14:49:12 sendUrl INFO 3 [413] -2014-01-10 14:50:02 queue INFO >>3 [414] -2014-01-10 14:50:02 sendUrl INFO 3 [414] -2014-01-10 14:50:52 queue INFO >>3 [415] -2014-01-10 14:50:52 sendUrl INFO 3 [415] -2014-01-10 14:51:03 queue INFO 7 [416] -2014-01-10 14:51:03 queue INFO >7 [417] -2014-01-10 14:51:03 sendUrl INFO 7 [416] -2014-01-10 14:51:04 sendUrl INFO 7 [417] -2014-01-10 14:51:05 queue INFO 3 [418] -2014-01-10 14:51:05 queue INFO >3 [419] -2014-01-10 14:51:05 sendUrl INFO 3 [418] -2014-01-10 14:51:05 sendUrl INFO 3 [419] -2014-01-10 14:51:55 queue INFO >>3 [420] -2014-01-10 14:51:55 sendUrl INFO 3 [420] -2014-01-10 14:52:45 queue INFO >>3 [421] -2014-01-10 14:52:45 sendUrl INFO 3 [421] -2014-01-10 14:53:35 queue INFO >>3 [422] -2014-01-10 14:53:35 sendUrl INFO 3 [422] -2014-01-10 14:54:25 queue INFO >>3 [423] -2014-01-10 14:54:26 sendUrl INFO 3 [423] -2014-01-10 14:55:15 queue INFO >>3 [424] -2014-01-10 14:55:16 sendUrl INFO 3 [424] -2014-01-10 14:56:06 queue INFO >>3 [425] -2014-01-10 14:56:06 sendUrl INFO 3 [425] -2014-01-10 14:56:56 queue INFO >>3 [426] -2014-01-10 14:56:56 sendUrl INFO 3 [426] -2014-01-10 14:57:46 queue INFO >>3 [427] -2014-01-10 14:57:46 sendUrl INFO 3 [427] -2014-01-10 14:57:57 queue INFO 7 [428] -2014-01-10 14:57:57 sendUrl INFO 7 [428] -2014-01-10 14:57:57 queue INFO >7 [429] -2014-01-10 14:57:57 sendUrl INFO 7 [429] -2014-01-10 14:57:58 queue INFO 3 [430] -2014-01-10 14:57:58 queue INFO >3 [431] -2014-01-10 14:57:59 sendUrl INFO 3 [430] -2014-01-10 14:57:59 sendUrl INFO 3 [431] -2014-01-10 14:58:48 queue INFO >>3 [432] -2014-01-10 14:58:49 sendUrl INFO 3 [432] -2014-01-10 14:59:38 queue INFO >>3 [433] -2014-01-10 14:59:39 sendUrl INFO 3 [433] -2014-01-10 15:00:29 queue INFO >>3 [434] -2014-01-10 15:00:29 sendUrl INFO 3 [434] -2014-01-10 15:01:19 queue INFO >>3 [435] -2014-01-10 15:01:19 sendUrl INFO 3 [435] -2014-01-10 15:02:09 queue INFO >>3 [436] -2014-01-10 15:02:09 sendUrl INFO 3 [436] -2014-01-10 15:02:59 queue INFO >>3 [437] -2014-01-10 15:02:59 sendUrl INFO 3 [437] -2014-01-10 15:03:49 queue INFO >>3 [438] -2014-01-10 15:03:50 sendUrl INFO 3 [438] -2014-01-10 15:04:39 queue INFO >>3 [439] -2014-01-10 15:04:39 sendUrl INFO 3 [439] -2014-01-10 15:04:50 queue INFO 7 [440] -2014-01-10 15:04:50 queue INFO >7 [441] -2014-01-10 15:04:51 sendUrl INFO 7 [440] -2014-01-10 15:04:51 sendUrl INFO 7 [441] -2014-01-10 15:04:52 queue INFO 3 [442] -2014-01-10 15:04:52 queue INFO >3 [443] -2014-01-10 15:04:52 sendUrl INFO 3 [442] -2014-01-10 15:04:53 sendUrl INFO 3 [443] -2014-01-10 15:05:42 queue INFO >>3 [444] -2014-01-10 15:05:42 sendUrl INFO 3 [444] -2014-01-10 15:06:32 queue INFO >>3 [445] -2014-01-10 15:06:32 sendUrl INFO 3 [445] -2014-01-10 15:07:22 queue INFO >>3 [446] -2014-01-10 15:07:22 sendUrl INFO 3 [446] -2014-01-10 15:08:12 queue INFO >>3 [447] -2014-01-10 15:08:13 sendUrl INFO 3 [447] -2014-01-10 15:09:02 queue INFO >>3 [448] -2014-01-10 15:09:03 sendUrl INFO 3 [448] -2014-01-10 15:09:53 queue INFO >>3 [449] -2014-01-10 15:09:53 sendUrl INFO 3 [449] -2014-01-10 15:10:43 queue INFO >>3 [450] -2014-01-10 15:10:43 sendUrl INFO 3 [450] -2014-01-10 15:11:33 queue INFO >>3 [451] -2014-01-10 15:11:33 sendUrl INFO 3 [451] -2014-01-10 15:11:45 queue INFO 7 [452] -2014-01-10 15:11:45 sendUrl INFO 7 [452] -2014-01-10 15:11:45 queue INFO >7 [453] -2014-01-10 15:11:45 sendUrl INFO 7 [453] -2014-01-10 15:11:46 queue INFO 3 [454] -2014-01-10 15:11:46 queue INFO >3 [455] -2014-01-10 15:11:47 sendUrl INFO 3 [454] -2014-01-10 15:11:47 sendUrl INFO 3 [455] -2014-01-10 15:12:36 queue INFO >>3 [456] -2014-01-10 15:12:37 sendUrl INFO 3 [456] -2014-01-10 15:13:26 queue INFO >>3 [457] -2014-01-10 15:13:27 sendUrl INFO 3 [457] -2014-01-10 15:14:17 queue INFO >>3 [458] -2014-01-10 15:14:17 sendUrl INFO 3 [458] -2014-01-10 15:15:07 queue INFO >>3 [459] -2014-01-10 15:15:07 sendUrl INFO 3 [459] -2014-01-10 15:15:57 queue INFO >>3 [460] -2014-01-10 15:15:57 sendUrl INFO 3 [460] -2014-01-10 15:16:47 queue INFO >>3 [461] -2014-01-10 15:16:47 sendUrl INFO 3 [461] -2014-01-10 15:17:37 queue INFO >>3 [462] -2014-01-10 15:17:38 sendUrl INFO 3 [462] -2014-01-10 15:18:27 queue INFO >>3 [463] -2014-01-10 15:18:27 sendUrl INFO 3 [463] -2014-01-10 15:18:38 queue INFO 7 [464] -2014-01-10 15:18:39 sendUrl INFO 7 [464] -2014-01-10 15:18:39 queue INFO >7 [465] -2014-01-10 15:18:39 sendUrl INFO 7 [465] -2014-01-10 15:18:40 queue INFO 3 [466] -2014-01-10 15:18:40 queue INFO >3 [467] -2014-01-10 15:18:41 sendUrl INFO 3 [466] -2014-01-10 15:18:41 sendUrl INFO 3 [467] -2014-01-10 15:19:30 queue INFO >>3 [468] -2014-01-10 15:19:30 sendUrl INFO 3 [468] -2014-01-10 15:20:20 queue INFO >>3 [469] -2014-01-10 15:20:21 sendUrl INFO 3 [469] -2014-01-10 15:21:10 queue INFO >>3 [470] -2014-01-10 15:21:11 sendUrl INFO 3 [470] -2014-01-10 15:22:01 queue INFO >>3 [471] -2014-01-10 15:22:01 sendUrl INFO 3 [471] -2014-01-10 15:22:51 queue INFO >>3 [472] -2014-01-10 15:22:51 sendUrl INFO 3 [472] -2014-01-10 15:23:41 queue INFO >>3 [473] -2014-01-10 15:23:41 sendUrl INFO 3 [473] -2014-01-10 15:24:31 queue INFO >>3 [474] -2014-01-10 15:24:31 sendUrl INFO 3 [474] -2014-01-10 15:25:21 queue INFO >>3 [475] -2014-01-10 15:25:22 sendUrl INFO 3 [475] -2014-01-10 15:25:32 queue INFO 7 [476] -2014-01-10 15:25:32 queue INFO >7 [477] -2014-01-10 15:25:32 sendUrl INFO 7 [476] -2014-01-10 15:25:33 sendUrl INFO 7 [477] -2014-01-10 15:25:34 queue INFO 3 [478] -2014-01-10 15:25:34 sendUrl INFO 3 [478] -2014-01-10 15:25:34 queue INFO >3 [479] -2014-01-10 15:25:34 sendUrl INFO 3 [479] -2014-01-10 15:26:24 queue INFO >>3 [480] -2014-01-10 15:26:24 sendUrl INFO 3 [480] -2014-01-10 15:27:14 queue INFO >>3 [481] -2014-01-10 15:27:14 sendUrl INFO 3 [481] -2014-01-10 15:28:04 queue INFO >>3 [482] -2014-01-10 15:28:04 sendUrl INFO 3 [482] -2014-01-10 15:28:54 queue INFO >>3 [483] -2014-01-10 15:28:55 sendUrl INFO 3 [483] -2014-01-10 15:29:44 queue INFO >>3 [484] -2014-01-10 15:29:44 sendUrl INFO 3 [484] -2014-01-10 15:30:34 queue INFO >>3 [485] -2014-01-10 15:30:35 sendUrl INFO 3 [485] -2014-01-10 15:31:25 queue INFO >>3 [486] -2014-01-10 15:31:25 sendUrl INFO 3 [486] -2014-01-10 15:32:15 queue INFO >>3 [487] -2014-01-10 15:32:15 sendUrl INFO 3 [487] -2014-01-10 15:32:26 queue INFO 7 [488] -2014-01-10 15:32:26 queue INFO >7 [489] -2014-01-10 15:32:26 sendUrl INFO 7 [488] -2014-01-10 15:32:27 sendUrl INFO 7 [489] -2014-01-10 15:32:27 queue INFO 3 [490] -2014-01-10 15:32:28 queue INFO >3 [491] -2014-01-10 15:32:28 sendUrl INFO 3 [490] -2014-01-10 15:32:28 sendUrl INFO 3 [491] -2014-01-10 15:33:17 queue INFO >>3 [492] -2014-01-10 15:33:18 sendUrl INFO 3 [492] -2014-01-10 15:34:08 queue INFO >>3 [493] -2014-01-10 15:34:08 sendUrl INFO 3 [493] -2014-01-10 15:34:58 queue INFO >>3 [494] -2014-01-10 15:34:58 sendUrl INFO 3 [494] -2014-01-10 15:35:48 queue INFO >>3 [495] -2014-01-10 15:35:48 sendUrl INFO 3 [495] -2014-01-10 15:36:38 queue INFO >>3 [496] -2014-01-10 15:36:38 sendUrl INFO 3 [496] -2014-01-10 15:37:28 queue INFO >>3 [497] -2014-01-10 15:37:29 sendUrl INFO 3 [497] -2014-01-10 15:38:18 queue INFO >>3 [498] -2014-01-10 15:38:19 sendUrl INFO 3 [498] -2014-01-10 15:39:09 queue INFO >>3 [499] -2014-01-10 15:39:09 sendUrl INFO 3 [499] -2014-01-10 15:39:19 queue INFO 7 [500] -2014-01-10 15:39:19 sendUrl INFO 7 [500] -2014-01-10 15:39:19 queue INFO >7 [501] -2014-01-10 15:39:20 sendUrl INFO 7 [501] -2014-01-10 15:39:21 queue INFO 3 [502] -2014-01-10 15:39:21 queue INFO >3 [503] -2014-01-10 15:39:21 sendUrl INFO 3 [502] -2014-01-10 15:39:22 sendUrl INFO 3 [503] -2014-01-10 15:40:11 queue INFO >>3 [504] -2014-01-10 15:40:11 sendUrl INFO 3 [504] -2014-01-10 15:41:01 queue INFO >>3 [505] -2014-01-10 15:41:02 sendUrl INFO 3 [505] -2014-01-10 15:41:51 queue INFO >>3 [506] -2014-01-10 15:41:51 sendUrl INFO 3 [506] -2014-01-10 15:42:41 queue INFO >>3 [507] -2014-01-10 15:42:42 sendUrl INFO 3 [507] -2014-01-10 15:43:17 queue INFO 1 [508] -2014-01-10 15:43:17 queue INFO >1 [509] -2014-01-10 15:43:17 sendUrl INFO 1 [508] -2014-01-10 15:43:18 sendUrl INFO 1 [509] -2014-01-10 15:44:07 queue INFO >>1 [510] -2014-01-10 15:44:07 sendUrl INFO 1 [510] -2014-01-10 15:44:57 queue INFO >>1 [511] -2014-01-10 15:44:58 sendUrl INFO 1 [511] -2014-01-10 15:45:47 queue INFO >>1 [512] -2014-01-10 15:45:47 sendUrl INFO 1 [512] -2014-01-10 15:46:37 queue INFO >>1 [513] -2014-01-10 15:46:38 sendUrl INFO 1 [513] -2014-01-10 15:47:04 queue INFO 21 [514] -2014-01-10 15:47:04 sendUrl INFO 21 [514] -2014-01-10 15:47:04 queue INFO >21 [515] -2014-01-10 15:47:04 sendUrl INFO 21 [515] -2014-01-10 15:47:54 queue INFO >>21 [516] -2014-01-10 15:47:54 sendUrl INFO 21 [516] -2014-01-10 15:48:44 queue INFO >>21 [517] -2014-01-10 15:48:45 sendUrl INFO 21 [517] -2014-01-10 15:49:34 queue INFO >>21 [518] -2014-01-10 15:49:34 sendUrl INFO 21 [518] -2014-01-10 15:50:24 queue INFO >>21 [519] -2014-01-10 15:50:25 sendUrl INFO 21 [519] -2014-01-10 15:51:15 queue INFO >>21 [520] -2014-01-10 15:51:15 sendUrl INFO 21 [520] -2014-01-10 15:51:53 queue INFO 1 [521] -2014-01-10 15:51:53 sendUrl INFO 1 [521] -2014-01-10 15:51:53 queue INFO >1 [522] -2014-01-10 15:51:53 sendUrl INFO 1 [522] -2014-01-10 15:52:11 queue INFO 9 [523] -2014-01-10 15:52:11 queue INFO >9 [524] -2014-01-10 15:52:11 sendUrl INFO 9 [523] -2014-01-10 15:52:11 sendUrl INFO 9 [524] -2014-01-10 15:52:16 queue INFO 29 [525] -2014-01-10 15:52:16 queue INFO >29 [526] -2014-01-10 15:52:16 queue INFO 21 [527] -2014-01-10 15:52:17 sendUrl INFO 29 [525] -2014-01-10 15:52:17 queue INFO >21 [528] -2014-01-10 15:52:17 sendUrl INFO 29 [526] -2014-01-10 15:52:18 sendUrl INFO 21 [527] -2014-01-10 15:52:18 sendUrl INFO 21 [528] -2014-01-10 15:52:36 queue INFO 1 [529] -2014-01-10 15:52:37 queue INFO >1 [530] -2014-01-10 15:52:37 sendUrl INFO 1 [529] -2014-01-10 15:52:37 sendUrl INFO 1 [530] -2014-01-10 15:52:44 queue INFO 5 [531] -2014-01-10 15:52:45 queue INFO >5 [532] -2014-01-10 15:52:45 sendUrl INFO 5 [531] -2014-01-10 15:52:45 sendUrl INFO 5 [532] -2014-01-10 15:52:46 queue INFO 1 [533] -2014-01-10 15:52:46 sendUrl INFO 1 [533] -2014-01-10 15:52:46 queue INFO >1 [534] -2014-01-10 15:52:47 sendUrl INFO 1 [534] -2014-01-10 15:53:36 queue INFO >>1 [535] -2014-01-10 15:53:37 sendUrl INFO 1 [535] -2014-01-10 15:53:38 queue INFO 3 [536] -2014-01-10 15:53:38 queue INFO >3 [537] -2014-01-10 15:53:39 sendUrl INFO 3 [536] -2014-01-10 15:53:39 sendUrl INFO 3 [537] -2014-01-10 15:54:28 queue INFO >>3 [538] -2014-01-10 15:54:29 sendUrl INFO 3 [538] -2014-01-10 15:55:18 queue INFO >>3 [539] -2014-01-10 15:55:19 sendUrl INFO 3 [539] -2014-01-10 15:56:09 queue INFO >>3 [540] -2014-01-10 15:56:09 sendUrl INFO 3 [540] -2014-01-10 15:56:59 queue INFO >>3 [541] -2014-01-10 15:56:59 sendUrl INFO 3 [541] -2014-01-10 15:57:49 queue INFO >>3 [542] -2014-01-10 15:57:49 sendUrl INFO 3 [542] -2014-01-10 15:58:39 queue INFO >>3 [543] -2014-01-10 15:58:39 sendUrl INFO 3 [543] -2014-01-10 15:59:29 queue INFO >>3 [544] -2014-01-10 15:59:29 sendUrl INFO 3 [544] -2014-01-10 15:59:38 queue INFO 7 [545] -2014-01-10 15:59:39 sendUrl INFO 7 [545] -2014-01-10 15:59:39 queue INFO >7 [546] -2014-01-10 15:59:39 sendUrl INFO 7 [546] -2014-01-10 15:59:40 queue INFO 3 [547] -2014-01-10 15:59:40 queue INFO >3 [548] -2014-01-10 15:59:41 sendUrl INFO 3 [547] -2014-01-10 15:59:41 sendUrl INFO 3 [548] -2014-01-10 16:00:30 queue INFO >>3 [549] -2014-01-10 16:00:30 sendUrl INFO 3 [549] -2014-01-10 16:01:20 queue INFO >>3 [550] -2014-01-10 16:01:21 sendUrl INFO 3 [550] -2014-01-10 16:02:10 queue INFO >>3 [551] -2014-01-10 16:02:11 sendUrl INFO 3 [551] -2014-01-10 16:03:01 queue INFO >>3 [552] -2014-01-10 16:03:01 sendUrl INFO 3 [552] -2014-01-10 16:03:51 queue INFO >>3 [553] -2014-01-10 16:03:51 sendUrl INFO 3 [553] -2014-01-10 16:04:41 queue INFO >>3 [554] -2014-01-10 16:04:41 sendUrl INFO 3 [554] -2014-01-10 16:05:31 queue INFO >>3 [555] -2014-01-10 16:05:31 sendUrl INFO 3 [555] -2014-01-10 16:06:21 queue INFO >>3 [556] -2014-01-10 16:06:22 sendUrl INFO 3 [556] -2014-01-10 16:06:32 queue INFO 7 [557] -2014-01-10 16:06:32 queue INFO >7 [558] -2014-01-10 16:06:32 sendUrl INFO 7 [557] -2014-01-10 16:06:33 sendUrl INFO 7 [558] -2014-01-10 16:06:34 queue INFO 3 [559] -2014-01-10 16:06:34 queue INFO >3 [560] -2014-01-10 16:06:34 sendUrl INFO 3 [559] -2014-01-10 16:06:34 sendUrl INFO 3 [560] -2014-01-10 16:07:24 queue INFO >>3 [561] -2014-01-10 16:07:24 sendUrl INFO 3 [561] -2014-01-10 16:08:14 queue INFO >>3 [562] -2014-01-10 16:08:14 sendUrl INFO 3 [562] -2014-01-10 16:09:04 queue INFO >>3 [563] -2014-01-10 16:09:04 sendUrl INFO 3 [563] -2014-01-10 16:09:54 queue INFO >>3 [564] -2014-01-10 16:09:55 sendUrl INFO 3 [564] -2014-01-10 16:10:44 queue INFO >>3 [565] -2014-01-10 16:10:45 sendUrl INFO 3 [565] -2014-01-10 16:11:35 queue INFO >>3 [566] -2014-01-10 16:11:35 sendUrl INFO 3 [566] -2014-01-10 16:12:25 queue INFO >>3 [567] -2014-01-10 16:12:25 sendUrl INFO 3 [567] -2014-01-10 16:13:15 queue INFO >>3 [568] -2014-01-10 16:13:15 sendUrl INFO 3 [568] -2014-01-10 16:13:26 queue INFO 7 [569] -2014-01-10 16:13:26 queue INFO >7 [570] -2014-01-10 16:13:26 sendUrl INFO 7 [569] -2014-01-10 16:13:27 sendUrl INFO 7 [570] -2014-01-10 16:13:27 queue INFO 3 [571] -2014-01-10 16:13:28 queue INFO >3 [572] -2014-01-10 16:13:28 sendUrl INFO 3 [571] -2014-01-10 16:13:28 sendUrl INFO 3 [572] -2014-01-10 16:14:17 queue INFO >>3 [573] -2014-01-10 16:14:18 sendUrl INFO 3 [573] -2014-01-10 16:15:08 queue INFO >>3 [574] -2014-01-10 16:15:08 sendUrl INFO 3 [574] -2014-01-10 16:15:58 queue INFO >>3 [575] -2014-01-10 16:15:58 sendUrl INFO 3 [575] -2014-01-10 16:16:48 queue INFO >>3 [576] -2014-01-10 16:16:48 sendUrl INFO 3 [576] -2014-01-10 16:17:38 queue INFO >>3 [577] -2014-01-10 16:17:38 sendUrl INFO 3 [577] -2014-01-10 16:18:28 queue INFO >>3 [578] -2014-01-10 16:18:29 sendUrl INFO 3 [578] -2014-01-10 16:19:18 queue INFO >>3 [579] -2014-01-10 16:19:19 sendUrl INFO 3 [579] -2014-01-10 16:20:09 queue INFO >>3 [580] -2014-01-10 16:20:09 sendUrl INFO 3 [580] -2014-01-10 16:20:19 queue INFO 7 [581] -2014-01-10 16:20:19 queue INFO >7 [582] -2014-01-10 16:20:19 sendUrl INFO 7 [581] -2014-01-10 16:20:20 sendUrl INFO 7 [582] -2014-01-10 16:20:21 queue INFO 3 [583] -2014-01-10 16:20:21 sendUrl INFO 3 [583] -2014-01-10 16:20:21 queue INFO >3 [584] -2014-01-10 16:20:21 sendUrl INFO 3 [584] -2014-01-10 16:21:11 queue INFO >>3 [585] -2014-01-10 16:21:11 sendUrl INFO 3 [585] -2014-01-10 16:22:01 queue INFO >>3 [586] -2014-01-10 16:22:02 sendUrl INFO 3 [586] -2014-01-10 16:22:51 queue INFO >>3 [587] -2014-01-10 16:22:51 sendUrl INFO 3 [587] -2014-01-10 16:23:41 queue INFO >>3 [588] -2014-01-10 16:23:42 sendUrl INFO 3 [588] -2014-01-10 16:24:32 queue INFO >>3 [589] -2014-01-10 16:24:32 sendUrl INFO 3 [589] -2014-01-10 16:25:22 queue INFO >>3 [590] -2014-01-10 16:25:22 sendUrl INFO 3 [590] -2014-01-10 16:26:12 queue INFO >>3 [591] -2014-01-10 16:26:12 sendUrl INFO 3 [591] -2014-01-10 16:27:02 queue INFO >>3 [592] -2014-01-10 16:27:03 sendUrl INFO 3 [592] -2014-01-10 16:27:23 queue INFO 7 [593] -2014-01-10 16:27:23 queue INFO >7 [594] -2014-01-10 16:27:23 sendUrl INFO 7 [593] -2014-01-10 16:27:24 sendUrl INFO 7 [594] -2014-01-10 16:27:24 queue INFO 3 [595] -2014-01-10 16:27:24 queue INFO >3 [596] -2014-01-10 16:27:25 sendUrl INFO 3 [595] -2014-01-10 16:27:25 sendUrl INFO 3 [596] -2014-01-10 16:28:14 queue INFO >>3 [597] -2014-01-10 16:28:15 sendUrl INFO 3 [597] -2014-01-10 16:29:05 queue INFO >>3 [598] -2014-01-10 16:29:05 sendUrl INFO 3 [598] -2014-01-10 16:29:55 queue INFO >>3 [599] -2014-01-10 16:29:55 sendUrl INFO 3 [599] -2014-01-10 16:30:45 queue INFO >>3 [600] -2014-01-10 16:30:45 sendUrl INFO 3 [600] -2014-01-10 16:31:35 queue INFO >>3 [601] -2014-01-10 16:31:35 sendUrl INFO 3 [601] -2014-01-10 16:32:25 queue INFO >>3 [602] -2014-01-10 16:32:26 sendUrl INFO 3 [602] -2014-01-10 16:33:15 queue INFO >>3 [603] -2014-01-10 16:33:16 sendUrl INFO 3 [603] -2014-01-10 16:34:05 queue INFO >>3 [604] -2014-01-10 16:34:06 sendUrl INFO 3 [604] -2014-01-10 16:34:17 queue INFO 7 [605] -2014-01-10 16:34:17 queue INFO >7 [606] -2014-01-10 16:34:17 sendUrl INFO 7 [605] -2014-01-10 16:34:17 sendUrl INFO 7 [606] -2014-01-10 16:34:18 queue INFO 3 [607] -2014-01-10 16:34:18 queue INFO >3 [608] -2014-01-10 16:34:18 sendUrl INFO 3 [607] -2014-01-10 16:34:19 sendUrl INFO 3 [608] -2014-01-10 16:35:08 queue INFO >>3 [609] -2014-01-10 16:35:09 sendUrl INFO 3 [609] -2014-01-10 16:35:58 queue INFO >>3 [610] -2014-01-10 16:35:59 sendUrl INFO 3 [610] -2014-01-10 16:36:49 queue INFO >>3 [611] -2014-01-10 16:36:49 sendUrl INFO 3 [611] -2014-01-10 16:37:39 queue INFO >>3 [612] -2014-01-10 16:37:39 sendUrl INFO 3 [612] -2014-01-10 16:38:29 queue INFO >>3 [613] -2014-01-10 16:38:29 sendUrl INFO 3 [613] -2014-01-10 16:39:19 queue INFO >>3 [614] -2014-01-10 16:39:19 sendUrl INFO 3 [614] -2014-01-10 16:40:09 queue INFO >>3 [615] -2014-01-10 16:40:09 sendUrl INFO 3 [615] -2014-01-10 16:40:59 queue INFO >>3 [616] -2014-01-10 16:41:00 sendUrl INFO 3 [616] -2014-01-10 16:41:10 queue INFO 7 [617] -2014-01-10 16:41:10 queue INFO >7 [618] -2014-01-10 16:41:11 sendUrl INFO 7 [617] -2014-01-10 16:41:11 sendUrl INFO 7 [618] -2014-01-10 16:41:12 queue INFO 3 [619] -2014-01-10 16:41:12 queue INFO >3 [620] -2014-01-10 16:41:12 sendUrl INFO 3 [619] -2014-01-10 16:41:13 sendUrl INFO 3 [620] -2014-01-10 16:42:02 queue INFO >>3 [621] -2014-01-10 16:42:02 sendUrl INFO 3 [621] -2014-01-10 16:42:52 queue INFO >>3 [622] -2014-01-10 16:42:52 sendUrl INFO 3 [622] -2014-01-10 16:43:42 queue INFO >>3 [623] -2014-01-10 16:43:43 sendUrl INFO 3 [623] -2014-01-10 16:44:32 queue INFO >>3 [624] -2014-01-10 16:44:33 sendUrl INFO 3 [624] -2014-01-10 16:45:23 queue INFO >>3 [625] -2014-01-10 16:45:23 sendUrl INFO 3 [625] -2014-01-10 16:46:13 queue INFO >>3 [626] -2014-01-10 16:46:13 sendUrl INFO 3 [626] -2014-01-10 16:47:03 queue INFO >>3 [627] -2014-01-10 16:47:03 sendUrl INFO 3 [627] -2014-01-10 16:47:53 queue INFO >>3 [628] -2014-01-10 16:47:53 sendUrl INFO 3 [628] -2014-01-10 16:48:04 queue INFO 7 [629] -2014-01-10 16:48:04 sendUrl INFO 7 [629] -2014-01-10 16:48:04 queue INFO >7 [630] -2014-01-10 16:48:04 sendUrl INFO 7 [630] -2014-01-10 16:48:05 queue INFO 3 [631] -2014-01-10 16:48:06 queue INFO >3 [632] -2014-01-10 16:48:06 sendUrl INFO 3 [631] -2014-01-10 16:48:07 sendUrl INFO 3 [632] -2014-01-10 16:48:56 queue INFO >>3 [633] -2014-01-10 16:48:56 sendUrl INFO 3 [633] -2014-01-10 16:49:46 queue INFO >>3 [634] -2014-01-10 16:49:46 sendUrl INFO 3 [634] -2014-01-10 16:50:36 queue INFO >>3 [635] -2014-01-10 16:50:36 sendUrl INFO 3 [635] -2014-01-10 16:51:26 queue INFO >>3 [636] -2014-01-10 16:51:26 sendUrl INFO 3 [636] -2014-01-10 16:52:16 queue INFO >>3 [637] -2014-01-10 16:52:17 sendUrl INFO 3 [637] -2014-01-10 16:53:06 queue INFO >>3 [638] -2014-01-10 16:53:06 sendUrl INFO 3 [638] -2014-01-10 16:53:57 queue INFO >>3 [639] -2014-01-10 16:53:57 sendUrl INFO 3 [639] -2014-01-10 16:54:47 queue INFO >>3 [640] -2014-01-10 16:54:47 sendUrl INFO 3 [640] -2014-01-10 16:55:37 queue INFO >>3 [641] -2014-01-10 16:55:37 sendUrl INFO 3 [641] -2014-01-10 16:56:27 queue INFO >>3 [642] -2014-01-10 16:56:27 sendUrl INFO 3 [642] -2014-01-10 16:57:17 queue INFO >>3 [643] -2014-01-10 16:57:18 sendUrl INFO 3 [643] -2014-01-10 16:58:07 queue INFO >>3 [644] -2014-01-10 16:58:07 sendUrl INFO 3 [644] -2014-01-10 16:58:51 queue INFO 1 [645] -2014-01-10 16:58:51 queue INFO >1 [646] -2014-01-10 16:58:52 sendUrl INFO 1 [645] -2014-01-10 16:58:52 queue INFO 21 [647] -2014-01-10 16:58:52 queue INFO >21 [648] -2014-01-10 16:58:52 sendUrl INFO 1 [646] -2014-01-10 16:58:53 sendUrl INFO 21 [647] -2014-01-10 16:58:53 sendUrl INFO 21 [648] -2014-01-10 16:59:42 queue INFO >>21 [649] -2014-01-10 16:59:42 sendUrl INFO 21 [649] -2014-01-10 17:00:03 queue INFO 1 [650] -2014-01-10 17:00:04 queue INFO >1 [651] -2014-01-10 17:00:04 sendUrl INFO 1 [650] -2014-01-10 17:00:04 sendUrl INFO 1 [651] -2014-01-10 17:00:26 queue INFO 5 [652] -2014-01-10 17:00:26 sendUrl INFO 5 [652] -2014-01-10 17:00:26 queue INFO >5 [653] -2014-01-10 17:00:26 sendUrl INFO 5 [653] -2014-01-10 17:00:27 queue INFO 1 [654] -2014-01-10 17:00:27 sendUrl INFO 1 [654] -2014-01-10 17:00:28 queue INFO >1 [655] -2014-01-10 17:00:28 sendUrl INFO 1 [655] -2014-01-10 17:01:17 queue INFO >>1 [656] -2014-01-10 17:01:18 sendUrl INFO 1 [656] -2014-01-10 17:01:20 queue INFO 3 [657] -2014-01-10 17:01:20 queue INFO >3 [658] -2014-01-10 17:01:20 sendUrl INFO 3 [657] -2014-01-10 17:01:20 sendUrl INFO 3 [658] -2014-01-10 17:02:10 queue INFO >>3 [659] -2014-01-10 17:02:10 sendUrl INFO 3 [659] -2014-01-10 17:03:00 queue INFO >>3 [660] -2014-01-10 17:03:00 sendUrl INFO 3 [660] -2014-01-10 17:03:50 queue INFO >>3 [661] -2014-01-10 17:03:50 sendUrl INFO 3 [661] -2014-01-10 17:04:40 queue INFO >>3 [662] -2014-01-10 17:04:41 sendUrl INFO 3 [662] -2014-01-10 17:05:30 queue INFO >>3 [663] -2014-01-10 17:05:30 sendUrl INFO 3 [663] -2014-01-10 17:06:20 queue INFO >>3 [664] -2014-01-10 17:06:21 sendUrl INFO 3 [664] -2014-01-10 17:07:11 queue INFO >>3 [665] -2014-01-10 17:07:11 sendUrl INFO 3 [665] -2014-01-10 17:08:01 queue INFO >>3 [666] -2014-01-10 17:08:01 sendUrl INFO 3 [666] -2014-01-10 17:08:51 queue INFO >>3 [667] -2014-01-10 17:08:51 sendUrl INFO 3 [667] -2014-01-10 17:09:41 queue INFO >>3 [668] -2014-01-10 17:09:41 sendUrl INFO 3 [668] -2014-01-10 17:10:31 queue INFO >>3 [669] -2014-01-10 17:10:31 sendUrl INFO 3 [669] -2014-01-10 17:11:21 queue INFO >>3 [670] -2014-01-10 17:11:22 sendUrl INFO 3 [670] -2014-01-10 17:12:11 queue INFO >>3 [671] -2014-01-10 17:12:12 sendUrl INFO 3 [671] -2014-01-10 17:13:02 queue INFO >>3 [672] -2014-01-10 17:13:02 sendUrl INFO 3 [672] -2014-01-10 17:13:52 queue INFO >>3 [673] -2014-01-10 17:13:52 sendUrl INFO 3 [673] -2014-01-10 17:14:42 queue INFO >>3 [674] -2014-01-10 17:14:42 sendUrl INFO 3 [674] -2014-01-10 17:15:32 queue INFO >>3 [675] -2014-01-10 17:15:32 sendUrl INFO 3 [675] -2014-01-10 17:16:21 queue INFO 1 [676] -2014-01-10 17:16:21 queue INFO >1 [677] -2014-01-10 17:16:22 sendUrl INFO 1 [676] -2014-01-10 17:16:22 queue INFO 21 [678] -2014-01-10 17:16:22 sendUrl INFO 1 [677] -2014-01-10 17:16:22 queue INFO >21 [679] -2014-01-10 17:16:23 sendUrl INFO 21 [678] -2014-01-10 17:16:23 sendUrl INFO 21 [679] -2014-01-10 17:16:55 queue INFO 1 [680] -2014-01-10 17:16:55 queue INFO >1 [681] -2014-01-10 17:16:55 sendUrl INFO 1 [680] -2014-01-10 17:16:56 sendUrl INFO 1 [681] -2014-01-10 17:17:19 queue INFO 5 [682] -2014-01-10 17:17:19 sendUrl INFO 5 [682] -2014-01-10 17:17:19 queue INFO >5 [683] -2014-01-10 17:17:20 sendUrl INFO 5 [683] -2014-01-10 17:17:21 queue INFO 1 [684] -2014-01-10 17:17:21 queue INFO >1 [685] -2014-01-10 17:17:21 sendUrl INFO 1 [684] -2014-01-10 17:17:22 sendUrl INFO 1 [685] -2014-01-10 17:18:11 queue INFO >>1 [686] -2014-01-10 17:18:11 sendUrl INFO 1 [686] -2014-01-10 17:18:13 queue INFO 3 [687] -2014-01-10 17:18:13 queue INFO >3 [688] -2014-01-10 17:18:13 sendUrl INFO 3 [687] -2014-01-10 17:18:14 sendUrl INFO 3 [688] -2014-01-10 17:19:03 queue INFO >>3 [689] -2014-01-10 17:19:03 sendUrl INFO 3 [689] -2014-01-10 17:19:53 queue INFO >>3 [690] -2014-01-10 17:19:53 sendUrl INFO 3 [690] -2014-01-10 17:20:43 queue INFO >>3 [691] -2014-01-10 17:20:44 sendUrl INFO 3 [691] -2014-01-10 17:21:33 queue INFO >>3 [692] -2014-01-10 17:21:33 sendUrl INFO 3 [692] -2014-01-10 17:22:23 queue INFO >>3 [693] -2014-01-10 17:22:24 sendUrl INFO 3 [693] -2014-01-10 17:23:13 queue INFO >>3 [694] -2014-01-10 17:23:14 sendUrl INFO 3 [694] -2014-01-10 17:24:04 queue INFO >>3 [695] -2014-01-10 17:24:04 sendUrl INFO 3 [695] -2014-01-10 17:24:13 queue INFO 7 [696] -2014-01-10 17:24:13 sendUrl INFO 7 [696] -2014-01-10 17:24:13 queue INFO >7 [697] -2014-01-10 17:24:13 sendUrl INFO 7 [697] -2014-01-10 17:24:14 queue INFO 3 [698] -2014-01-10 17:24:15 queue INFO >3 [699] -2014-01-10 17:24:15 sendUrl INFO 3 [698] -2014-01-10 17:24:15 sendUrl INFO 3 [699] -2014-01-10 17:25:05 queue INFO >>3 [700] -2014-01-10 17:25:05 sendUrl INFO 3 [700] -2014-01-10 17:25:55 queue INFO >>3 [701] -2014-01-10 17:25:55 sendUrl INFO 3 [701] -2014-01-10 17:26:45 queue INFO >>3 [702] -2014-01-10 17:26:45 sendUrl INFO 3 [702] -2014-01-10 17:27:35 queue INFO >>3 [703] -2014-01-10 17:27:35 sendUrl INFO 3 [703] -2014-01-10 17:28:25 queue INFO >>3 [704] -2014-01-10 17:28:26 sendUrl INFO 3 [704] -2014-01-10 17:29:15 queue INFO >>3 [705] -2014-01-10 17:29:15 sendUrl INFO 3 [705] -2014-01-10 17:30:05 queue INFO >>3 [706] -2014-01-10 17:30:06 sendUrl INFO 3 [706] -2014-01-10 17:30:56 queue INFO >>3 [707] -2014-01-10 17:30:56 sendUrl INFO 3 [707] -2014-01-10 17:31:07 queue INFO 7 [708] -2014-01-10 17:31:07 sendUrl INFO 7 [708] -2014-01-10 17:31:07 queue INFO >7 [709] -2014-01-10 17:31:07 sendUrl INFO 7 [709] -2014-01-10 17:31:08 queue INFO 3 [710] -2014-01-10 17:31:08 queue INFO >3 [711] -2014-01-10 17:31:09 sendUrl INFO 3 [710] -2014-01-10 17:31:09 sendUrl INFO 3 [711] -2014-01-10 17:31:58 queue INFO >>3 [712] -2014-01-10 17:31:59 sendUrl INFO 3 [712] -2014-01-10 17:32:48 queue INFO >>3 [713] -2014-01-10 17:32:49 sendUrl INFO 3 [713] -2014-01-10 17:33:39 queue INFO >>3 [714] -2014-01-10 17:33:39 sendUrl INFO 3 [714] -2014-01-10 17:34:29 queue INFO >>3 [715] -2014-01-10 17:34:29 sendUrl INFO 3 [715] -2014-01-10 17:35:19 queue INFO >>3 [716] -2014-01-10 17:35:19 sendUrl INFO 3 [716] -2014-01-10 17:36:09 queue INFO >>3 [717] -2014-01-10 17:36:09 sendUrl INFO 3 [717] -2014-01-10 17:36:59 queue INFO >>3 [718] -2014-01-10 17:37:00 sendUrl INFO 3 [718] -2014-01-10 17:37:49 queue INFO >>3 [719] -2014-01-10 17:37:50 sendUrl INFO 3 [719] -2014-01-10 17:38:00 queue INFO 7 [720] -2014-01-10 17:38:00 queue INFO >7 [721] -2014-01-10 17:38:01 sendUrl INFO 7 [720] -2014-01-10 17:38:01 sendUrl INFO 7 [721] -2014-01-10 17:38:02 queue INFO 3 [722] -2014-01-10 17:38:02 queue INFO >3 [723] -2014-01-10 17:38:02 sendUrl INFO 3 [722] -2014-01-10 17:38:02 sendUrl INFO 3 [723] -2014-01-10 17:38:52 queue INFO >>3 [724] -2014-01-10 17:38:52 sendUrl INFO 3 [724] -2014-01-10 17:39:03 queue INFO 1 [725] -2014-01-10 17:39:03 sendUrl INFO 1 [725] -2014-01-10 17:39:03 queue INFO >1 [726] -2014-01-10 17:39:04 sendUrl INFO 1 [726] -2014-01-10 17:39:04 queue INFO 21 [727] -2014-01-10 17:39:04 queue INFO >21 [728] -2014-01-10 17:39:04 sendUrl INFO 21 [727] -2014-01-10 17:39:05 sendUrl INFO 21 [728] -2014-01-10 17:39:54 queue INFO >>21 [729] -2014-01-10 17:39:55 sendUrl INFO 21 [729] -2014-01-10 17:40:44 queue INFO >>21 [730] -2014-01-10 17:40:45 sendUrl INFO 21 [730] -2014-01-10 17:41:35 queue INFO >>21 [731] -2014-01-10 17:41:35 sendUrl INFO 21 [731] -2014-01-10 17:41:37 queue INFO 1 [732] -2014-01-10 17:41:37 queue INFO >1 [733] -2014-01-10 17:41:37 sendUrl INFO 1 [732] -2014-01-10 17:41:38 sendUrl INFO 1 [733] -2014-01-10 17:41:46 queue INFO 3 [734] -2014-01-10 17:41:46 queue INFO >3 [735] -2014-01-10 17:41:46 sendUrl INFO 3 [734] -2014-01-10 17:41:46 sendUrl INFO 3 [735] -2014-01-10 17:42:36 queue INFO >>3 [736] -2014-01-10 17:42:36 sendUrl INFO 3 [736] -2014-01-10 17:43:26 queue INFO >>3 [737] -2014-01-10 17:43:26 sendUrl INFO 3 [737] -2014-01-10 17:44:16 queue INFO >>3 [738] -2014-01-10 17:44:16 sendUrl INFO 3 [738] -2014-01-10 17:45:06 queue INFO >>3 [739] -2014-01-10 17:45:07 sendUrl INFO 3 [739] -2014-01-10 17:45:57 queue INFO >>3 [740] -2014-01-10 17:45:57 sendUrl INFO 3 [740] -2014-01-10 17:46:47 queue INFO >>3 [741] -2014-01-10 17:46:47 sendUrl INFO 3 [741] -2014-01-10 17:47:37 queue INFO >>3 [742] -2014-01-10 17:47:37 sendUrl INFO 3 [742] -2014-01-10 17:47:45 queue INFO 7 [743] -2014-01-10 17:47:46 queue INFO >7 [744] -2014-01-10 17:47:46 sendUrl INFO 7 [743] -2014-01-10 17:47:46 sendUrl INFO 7 [744] -2014-01-10 17:47:47 queue INFO 3 [745] -2014-01-10 17:47:47 queue INFO >3 [746] -2014-01-10 17:47:47 sendUrl INFO 3 [745] -2014-01-10 17:47:48 sendUrl INFO 3 [746] -2014-01-10 17:48:37 queue INFO >>3 [747] -2014-01-10 17:48:38 sendUrl INFO 3 [747] -2014-01-10 17:49:27 queue INFO >>3 [748] -2014-01-10 17:49:28 sendUrl INFO 3 [748] -2014-01-10 17:50:18 queue INFO >>3 [749] -2014-01-10 17:50:18 sendUrl INFO 3 [749] -2014-01-10 17:51:08 queue INFO >>3 [750] -2014-01-10 17:51:08 sendUrl INFO 3 [750] -2014-01-10 17:51:58 queue INFO >>3 [751] -2014-01-10 17:51:58 sendUrl INFO 3 [751] -2014-01-10 17:52:48 queue INFO >>3 [752] -2014-01-10 17:52:48 sendUrl INFO 3 [752] -2014-01-10 17:53:38 queue INFO >>3 [753] -2014-01-10 17:53:38 sendUrl INFO 3 [753] -2014-01-10 17:54:28 queue INFO >>3 [754] -2014-01-10 17:54:29 sendUrl INFO 3 [754] -2014-01-10 17:54:40 queue INFO 7 [755] -2014-01-10 17:54:40 queue INFO >7 [756] -2014-01-10 17:54:40 sendUrl INFO 7 [755] -2014-01-10 17:54:41 sendUrl INFO 7 [756] -2014-01-10 17:54:42 queue INFO 3 [757] -2014-01-10 17:54:42 sendUrl INFO 3 [757] -2014-01-10 17:54:42 queue INFO >3 [758] -2014-01-10 17:54:42 sendUrl INFO 3 [758] -2014-01-10 17:55:32 queue INFO >>3 [759] -2014-01-10 17:55:32 sendUrl INFO 3 [759] -2014-01-10 17:56:22 queue INFO >>3 [760] -2014-01-10 17:56:22 sendUrl INFO 3 [760] -2014-01-10 17:57:12 queue INFO >>3 [761] -2014-01-10 17:57:12 sendUrl INFO 3 [761] -2014-01-10 17:58:02 queue INFO >>3 [762] -2014-01-10 17:58:03 sendUrl INFO 3 [762] -2014-01-10 17:58:52 queue INFO >>3 [763] -2014-01-10 17:58:53 sendUrl INFO 3 [763] -2014-01-10 17:59:42 queue INFO >>3 [764] -2014-01-10 17:59:43 sendUrl INFO 3 [764] -2014-01-10 18:00:33 queue INFO >>3 [765] -2014-01-10 18:00:33 sendUrl INFO 3 [765] -2014-01-10 18:01:23 queue INFO >>3 [766] -2014-01-10 18:01:23 sendUrl INFO 3 [766] -2014-01-10 18:01:34 queue INFO 7 [767] -2014-01-10 18:01:34 sendUrl INFO 7 [767] -2014-01-10 18:01:34 queue INFO >7 [768] -2014-01-10 18:01:35 sendUrl INFO 7 [768] -2014-01-10 18:01:35 queue INFO 3 [769] -2014-01-10 18:01:36 queue INFO >3 [770] -2014-01-10 18:01:36 sendUrl INFO 3 [769] -2014-01-10 18:01:36 sendUrl INFO 3 [770] -2014-01-10 18:02:26 queue INFO >>3 [771] -2014-01-10 18:02:26 sendUrl INFO 3 [771] -2014-01-10 18:03:16 queue INFO >>3 [772] -2014-01-10 18:03:16 sendUrl INFO 3 [772] -2014-01-10 18:04:06 queue INFO >>3 [773] -2014-01-10 18:04:06 sendUrl INFO 3 [773] -2014-01-10 18:04:56 queue INFO >>3 [774] -2014-01-10 18:04:56 sendUrl INFO 3 [774] -2014-01-10 18:05:46 queue INFO >>3 [775] -2014-01-10 18:05:47 sendUrl INFO 3 [775] -2014-01-10 18:06:36 queue INFO >>3 [776] -2014-01-10 18:06:36 sendUrl INFO 3 [776] -2014-01-10 18:07:26 queue INFO >>3 [777] -2014-01-10 18:07:27 sendUrl INFO 3 [777] -2014-01-10 18:08:16 queue INFO >>3 [778] -2014-01-10 18:08:17 sendUrl INFO 3 [778] -2014-01-10 18:08:27 queue INFO 7 [779] -2014-01-10 18:08:28 queue INFO >7 [780] -2014-01-10 18:08:28 sendUrl INFO 7 [779] -2014-01-10 18:08:28 sendUrl INFO 7 [780] -2014-01-10 18:08:29 queue INFO 3 [781] -2014-01-10 18:08:29 sendUrl INFO 3 [781] -2014-01-10 18:08:29 queue INFO >3 [782] -2014-01-10 18:08:30 sendUrl INFO 3 [782] -2014-01-10 18:09:19 queue INFO >>3 [783] -2014-01-10 18:09:20 sendUrl INFO 3 [783] -2014-01-10 18:10:09 queue INFO >>3 [784] -2014-01-10 18:10:10 sendUrl INFO 3 [784] -2014-01-10 18:11:00 queue INFO >>3 [785] -2014-01-10 18:11:00 sendUrl INFO 3 [785] -2014-01-10 18:11:50 queue INFO >>3 [786] -2014-01-10 18:11:50 sendUrl INFO 3 [786] -2014-01-10 18:12:40 queue INFO >>3 [787] -2014-01-10 18:12:40 sendUrl INFO 3 [787] -2014-01-10 18:13:30 queue INFO >>3 [788] -2014-01-10 18:13:30 sendUrl INFO 3 [788] -2014-01-10 18:14:20 queue INFO >>3 [789] -2014-01-10 18:14:21 sendUrl INFO 3 [789] -2014-01-10 18:15:10 queue INFO >>3 [790] -2014-01-10 18:15:11 sendUrl INFO 3 [790] -2014-01-10 18:15:21 queue INFO 7 [791] -2014-01-10 18:15:21 queue INFO >7 [792] -2014-01-10 18:15:21 sendUrl INFO 7 [791] -2014-01-10 18:15:22 sendUrl INFO 7 [792] -2014-01-10 18:15:23 queue INFO 3 [793] -2014-01-10 18:15:23 queue INFO >3 [794] -2014-01-10 18:15:23 sendUrl INFO 3 [793] -2014-01-10 18:15:23 sendUrl INFO 3 [794] -2014-01-10 18:16:13 queue INFO >>3 [795] -2014-01-10 18:16:13 sendUrl INFO 3 [795] -2014-01-10 18:17:03 queue INFO >>3 [796] -2014-01-10 18:17:03 sendUrl INFO 3 [796] -2014-01-10 18:17:53 queue INFO >>3 [797] -2014-01-10 18:17:53 sendUrl INFO 3 [797] -2014-01-10 18:18:43 queue INFO >>3 [798] -2014-01-10 18:18:43 sendUrl INFO 3 [798] -2014-01-10 18:19:33 queue INFO >>3 [799] -2014-01-10 18:19:34 sendUrl INFO 3 [799] -2014-01-10 18:20:23 queue INFO >>3 [800] -2014-01-10 18:20:24 sendUrl INFO 3 [800] -2014-01-10 18:21:14 queue INFO >>3 [801] -2014-01-10 18:21:14 sendUrl INFO 3 [801] -2014-01-10 18:22:04 queue INFO >>3 [802] -2014-01-10 18:22:04 sendUrl INFO 3 [802] -2014-01-10 18:22:15 queue INFO 7 [803] -2014-01-10 18:22:15 queue INFO >7 [804] -2014-01-10 18:22:15 sendUrl INFO 7 [803] -2014-01-10 18:22:16 sendUrl INFO 7 [804] -2014-01-10 18:22:16 queue INFO 3 [805] -2014-01-10 18:22:16 queue INFO >3 [806] -2014-01-10 18:22:17 sendUrl INFO 3 [805] -2014-01-10 18:22:17 sendUrl INFO 3 [806] -2014-01-10 18:22:35 queue INFO 1 [807] -2014-01-10 18:22:35 sendUrl INFO 1 [807] -2014-01-10 18:22:35 queue INFO >1 [808] -2014-01-10 18:22:35 sendUrl INFO 1 [808] -2014-01-10 18:22:37 queue INFO 21 [809] -2014-01-10 18:22:37 queue INFO >21 [810] -2014-01-10 18:22:37 sendUrl INFO 21 [809] -2014-01-10 18:22:38 sendUrl INFO 21 [810] -2014-01-10 18:22:57 queue INFO 1 [811] -2014-01-10 18:22:57 queue INFO >1 [812] -2014-01-10 18:22:57 sendUrl INFO 1 [811] -2014-01-10 18:22:58 sendUrl INFO 1 [812] -2014-01-10 18:23:38 queue INFO 3 [813] -2014-01-10 18:23:38 sendUrl INFO 3 [813] -2014-01-10 18:23:38 queue INFO >3 [814] -2014-01-10 18:23:38 sendUrl INFO 3 [814] -2014-01-10 18:24:28 queue INFO >>3 [815] -2014-01-10 18:24:28 sendUrl INFO 3 [815] -2014-01-10 18:25:18 queue INFO >>3 [816] -2014-01-10 18:25:18 sendUrl INFO 3 [816] -2014-01-10 18:26:08 queue INFO >>3 [817] -2014-01-10 18:26:08 sendUrl INFO 3 [817] -2014-01-10 18:26:58 queue INFO >>3 [818] -2014-01-10 18:26:59 sendUrl INFO 3 [818] -2014-01-10 18:27:48 queue INFO >>3 [819] -2014-01-10 18:27:49 sendUrl INFO 3 [819] -2014-01-10 18:28:39 queue INFO >>3 [820] -2014-01-10 18:28:39 sendUrl INFO 3 [820] -2014-01-10 18:29:29 queue INFO >>3 [821] -2014-01-10 18:29:29 sendUrl INFO 3 [821] -2014-01-10 18:29:38 queue INFO 7 [822] -2014-01-10 18:29:38 queue INFO >7 [823] -2014-01-10 18:29:38 sendUrl INFO 7 [822] -2014-01-10 18:29:39 sendUrl INFO 7 [823] -2014-01-10 18:29:39 queue INFO 3 [824] -2014-01-10 18:29:40 queue INFO >3 [825] -2014-01-10 18:29:40 sendUrl INFO 3 [824] -2014-01-10 18:29:40 sendUrl INFO 3 [825] -2014-01-10 18:30:29 queue INFO >>3 [826] -2014-01-10 18:30:30 sendUrl INFO 3 [826] -2014-01-10 18:31:20 queue INFO >>3 [827] -2014-01-10 18:31:20 sendUrl INFO 3 [827] -2014-01-10 18:32:10 queue INFO >>3 [828] -2014-01-10 18:32:10 sendUrl INFO 3 [828] -2014-01-10 18:33:00 queue INFO >>3 [829] -2014-01-10 18:33:00 sendUrl INFO 3 [829] -2014-01-10 18:33:50 queue INFO >>3 [830] -2014-01-10 18:33:50 sendUrl INFO 3 [830] -2014-01-10 18:34:40 queue INFO >>3 [831] -2014-01-10 18:34:41 sendUrl INFO 3 [831] -2014-01-10 18:35:30 queue INFO >>3 [832] -2014-01-10 18:35:31 sendUrl INFO 3 [832] -2014-01-10 18:36:21 queue INFO >>3 [833] -2014-01-10 18:36:21 sendUrl INFO 3 [833] -2014-01-10 18:36:32 queue INFO 7 [834] -2014-01-10 18:36:32 queue INFO >7 [835] -2014-01-10 18:36:32 sendUrl INFO 7 [834] -2014-01-10 18:36:32 sendUrl INFO 7 [835] -2014-01-10 18:36:33 queue INFO 3 [836] -2014-01-10 18:36:33 sendUrl INFO 3 [836] -2014-01-10 18:36:33 queue INFO >3 [837] -2014-01-10 18:36:34 sendUrl INFO 3 [837] -2014-01-10 18:37:23 queue INFO >>3 [838] -2014-01-10 18:37:24 sendUrl INFO 3 [838] -2014-01-10 18:38:14 queue INFO >>3 [839] -2014-01-10 18:38:14 sendUrl INFO 3 [839] -2014-01-10 18:39:04 queue INFO >>3 [840] -2014-01-10 18:39:04 sendUrl INFO 3 [840] -2014-01-10 18:39:54 queue INFO >>3 [841] -2014-01-10 18:39:54 sendUrl INFO 3 [841] -2014-01-10 18:40:44 queue INFO >>3 [842] -2014-01-10 18:40:45 sendUrl INFO 3 [842] -2014-01-10 18:41:34 queue INFO >>3 [843] -2014-01-10 18:41:34 sendUrl INFO 3 [843] -2014-01-10 18:42:24 queue INFO >>3 [844] -2014-01-10 18:42:25 sendUrl INFO 3 [844] -2014-01-10 18:43:14 queue INFO >>3 [845] -2014-01-10 18:43:15 sendUrl INFO 3 [845] -2014-01-10 18:43:25 queue INFO 7 [846] -2014-01-10 18:43:25 queue INFO >7 [847] -2014-01-10 18:43:26 sendUrl INFO 7 [846] -2014-01-10 18:43:26 sendUrl INFO 7 [847] -2014-01-10 18:43:27 queue INFO 3 [848] -2014-01-10 18:43:27 queue INFO >3 [849] -2014-01-10 18:43:27 sendUrl INFO 3 [848] -2014-01-10 18:43:28 sendUrl INFO 3 [849] -2014-01-10 18:44:17 queue INFO >>3 [850] -2014-01-10 18:44:17 sendUrl INFO 3 [850] -2014-01-10 18:45:07 queue INFO >>3 [851] -2014-01-10 18:45:07 sendUrl INFO 3 [851] -2014-01-10 18:45:57 queue INFO >>3 [852] -2014-01-10 18:45:58 sendUrl INFO 3 [852] -2014-01-10 18:46:47 queue INFO >>3 [853] -2014-01-10 18:46:47 sendUrl INFO 3 [853] -2014-01-10 18:47:38 queue INFO >>3 [854] -2014-01-10 18:47:38 sendUrl INFO 3 [854] -2014-01-10 18:48:28 queue INFO >>3 [855] -2014-01-10 18:48:28 sendUrl INFO 3 [855] -2014-01-10 18:49:18 queue INFO >>3 [856] -2014-01-10 18:49:18 sendUrl INFO 3 [856] -2014-01-10 18:50:08 queue INFO >>3 [857] -2014-01-10 18:50:08 sendUrl INFO 3 [857] -2014-01-10 18:50:19 queue INFO 7 [858] -2014-01-10 18:50:19 queue INFO >7 [859] -2014-01-10 18:50:19 sendUrl INFO 7 [858] -2014-01-10 18:50:20 sendUrl INFO 7 [859] -2014-01-10 18:50:21 queue INFO 3 [860] -2014-01-10 18:50:21 queue INFO >3 [861] -2014-01-10 18:50:21 sendUrl INFO 3 [860] -2014-01-10 18:50:21 sendUrl INFO 3 [861] -2014-01-10 18:51:11 queue INFO >>3 [862] -2014-01-10 18:51:11 sendUrl INFO 3 [862] -2014-01-10 18:52:01 queue INFO >>3 [863] -2014-01-10 18:52:01 sendUrl INFO 3 [863] -2014-01-10 18:52:51 queue INFO >>3 [864] -2014-01-10 18:52:51 sendUrl INFO 3 [864] -2014-01-10 18:53:41 queue INFO >>3 [865] -2014-01-10 18:53:41 sendUrl INFO 3 [865] -2014-01-10 18:54:31 queue INFO >>3 [866] -2014-01-10 18:54:32 sendUrl INFO 3 [866] -2014-01-10 18:55:21 queue INFO >>3 [867] -2014-01-10 18:55:22 sendUrl INFO 3 [867] -2014-01-10 18:56:11 queue INFO >>3 [868] -2014-01-10 18:56:12 sendUrl INFO 3 [868] -2014-01-10 18:57:02 queue INFO >>3 [869] -2014-01-10 18:57:02 sendUrl INFO 3 [869] -2014-01-10 18:57:12 queue INFO 7 [870] -2014-01-10 18:57:13 queue INFO >7 [871] -2014-01-10 18:57:13 sendUrl INFO 7 [870] -2014-01-10 18:57:13 sendUrl INFO 7 [871] -2014-01-10 18:57:14 queue INFO 3 [872] -2014-01-10 18:57:14 sendUrl INFO 3 [872] -2014-01-10 18:57:14 queue INFO >3 [873] -2014-01-10 18:57:15 sendUrl INFO 3 [873] -2014-01-10 18:58:04 queue INFO >>3 [874] -2014-01-10 18:58:04 sendUrl INFO 3 [874] -2014-01-10 18:58:54 queue INFO >>3 [875] -2014-01-10 18:58:55 sendUrl INFO 3 [875] -2014-01-10 18:59:44 queue INFO >>3 [876] -2014-01-10 18:59:45 sendUrl INFO 3 [876] -2014-01-10 19:00:35 queue INFO >>3 [877] -2014-01-10 19:00:35 sendUrl INFO 3 [877] -2014-01-10 19:01:25 queue INFO >>3 [878] -2014-01-10 19:01:25 sendUrl INFO 3 [878] -2014-01-10 19:02:15 queue INFO >>3 [879] -2014-01-10 19:02:15 sendUrl INFO 3 [879] -2014-01-10 19:03:05 queue INFO >>3 [880] -2014-01-10 19:03:05 sendUrl INFO 3 [880] -2014-01-10 19:03:55 queue INFO >>3 [881] -2014-01-10 19:03:56 sendUrl INFO 3 [881] -2014-01-10 19:04:07 queue INFO 7 [882] -2014-01-10 19:04:07 queue INFO >7 [883] -2014-01-10 19:04:07 sendUrl INFO 7 [882] -2014-01-10 19:04:08 sendUrl INFO 7 [883] -2014-01-10 19:04:08 queue INFO 3 [884] -2014-01-10 19:04:08 sendUrl INFO 3 [884] -2014-01-10 19:04:08 queue INFO >3 [885] -2014-01-10 19:04:09 sendUrl INFO 3 [885] -2014-01-10 19:04:58 queue INFO >>3 [886] -2014-01-10 19:04:59 sendUrl INFO 3 [886] -2014-01-10 19:05:49 queue INFO >>3 [887] -2014-01-10 19:05:49 sendUrl INFO 3 [887] -2014-01-10 19:06:39 queue INFO >>3 [888] -2014-01-10 19:06:39 sendUrl INFO 3 [888] -2014-01-10 19:07:29 queue INFO >>3 [889] -2014-01-10 19:07:29 sendUrl INFO 3 [889] -2014-01-10 19:08:19 queue INFO >>3 [890] -2014-01-10 19:08:20 sendUrl INFO 3 [890] -2014-01-10 19:09:09 queue INFO >>3 [891] -2014-01-10 19:09:09 sendUrl INFO 3 [891] -2014-01-10 19:09:59 queue INFO >>3 [892] -2014-01-10 19:10:00 sendUrl INFO 3 [892] -2014-01-10 19:10:50 queue INFO >>3 [893] -2014-01-10 19:10:50 sendUrl INFO 3 [893] -2014-01-10 19:11:01 queue INFO 7 [894] -2014-01-10 19:11:01 queue INFO >7 [895] -2014-01-10 19:11:01 sendUrl INFO 7 [894] -2014-01-10 19:11:02 sendUrl INFO 7 [895] -2014-01-10 19:11:02 queue INFO 3 [896] -2014-01-10 19:11:03 queue INFO >3 [897] -2014-01-10 19:11:03 sendUrl INFO 3 [896] -2014-01-10 19:11:03 sendUrl INFO 3 [897] -2014-01-10 19:11:53 queue INFO >>3 [898] -2014-01-10 19:11:53 sendUrl INFO 3 [898] -2014-01-10 19:12:43 queue INFO >>3 [899] -2014-01-10 19:12:43 sendUrl INFO 3 [899] -2014-01-10 19:13:33 queue INFO >>3 [900] -2014-01-10 19:13:33 sendUrl INFO 3 [900] -2014-01-10 19:14:23 queue INFO >>3 [901] -2014-01-10 19:14:23 sendUrl INFO 3 [901] -2014-01-10 19:15:13 queue INFO >>3 [902] -2014-01-10 19:15:13 sendUrl INFO 3 [902] -2014-01-10 19:16:03 queue INFO >>3 [903] -2014-01-10 19:16:04 sendUrl INFO 3 [903] -2014-01-10 19:16:53 queue INFO >>3 [904] -2014-01-10 19:16:54 sendUrl INFO 3 [904] -2014-01-10 19:17:44 queue INFO >>3 [905] -2014-01-10 19:17:44 sendUrl INFO 3 [905] -2014-01-10 19:17:54 queue INFO 7 [906] -2014-01-10 19:17:55 queue INFO >7 [907] -2014-01-10 19:17:55 sendUrl INFO 7 [906] -2014-01-10 19:17:55 sendUrl INFO 7 [907] -2014-01-10 19:17:56 queue INFO 3 [908] -2014-01-10 19:17:56 queue INFO >3 [909] -2014-01-10 19:17:56 sendUrl INFO 3 [908] -2014-01-10 19:17:57 sendUrl INFO 3 [909] -2014-01-10 19:18:46 queue INFO >>3 [910] -2014-01-10 19:18:47 sendUrl INFO 3 [910] -2014-01-10 19:19:36 queue INFO >>3 [911] -2014-01-10 19:19:37 sendUrl INFO 3 [911] -2014-01-10 19:20:26 queue INFO >>3 [912] -2014-01-10 19:20:27 sendUrl INFO 3 [912] -2014-01-10 19:21:17 queue INFO >>3 [913] -2014-01-10 19:21:17 sendUrl INFO 3 [913] -2014-01-10 19:22:07 queue INFO >>3 [914] -2014-01-10 19:22:07 sendUrl INFO 3 [914] -2014-01-10 19:22:57 queue INFO >>3 [915] -2014-01-10 19:22:57 sendUrl INFO 3 [915] -2014-01-10 19:23:47 queue INFO >>3 [916] -2014-01-10 19:23:47 sendUrl INFO 3 [916] -2014-01-10 19:24:37 queue INFO >>3 [917] -2014-01-10 19:24:38 sendUrl INFO 3 [917] -2014-01-10 19:24:48 queue INFO 7 [918] -2014-01-10 19:24:48 queue INFO >7 [919] -2014-01-10 19:24:48 sendUrl INFO 7 [918] -2014-01-10 19:24:49 sendUrl INFO 7 [919] -2014-01-10 19:24:49 queue INFO 3 [920] -2014-01-10 19:24:50 sendUrl INFO 3 [920] -2014-01-10 19:24:50 queue INFO >3 [921] -2014-01-10 19:24:50 sendUrl INFO 3 [921] -2014-01-10 19:25:40 queue INFO >>3 [922] -2014-01-10 19:25:40 sendUrl INFO 3 [922] -2014-01-10 19:26:30 queue INFO >>3 [923] -2014-01-10 19:26:30 sendUrl INFO 3 [923] -2014-01-10 19:27:20 queue INFO >>3 [924] -2014-01-10 19:27:20 sendUrl INFO 3 [924] -2014-01-10 19:28:10 queue INFO >>3 [925] -2014-01-10 19:28:10 sendUrl INFO 3 [925] -2014-01-10 19:29:00 queue INFO >>3 [926] -2014-01-10 19:29:01 sendUrl INFO 3 [926] -2014-01-10 19:29:50 queue INFO >>3 [927] -2014-01-10 19:29:51 sendUrl INFO 3 [927] -2014-01-10 19:30:41 queue INFO >>3 [928] -2014-01-10 19:30:41 sendUrl INFO 3 [928] -2014-01-10 19:31:31 queue INFO >>3 [929] -2014-01-10 19:31:31 sendUrl INFO 3 [929] -2014-01-10 19:31:41 queue INFO 7 [930] -2014-01-10 19:31:42 queue INFO >7 [931] -2014-01-10 19:31:42 sendUrl INFO 7 [930] -2014-01-10 19:31:42 sendUrl INFO 7 [931] -2014-01-10 19:31:43 queue INFO 3 [932] -2014-01-10 19:31:43 queue INFO >3 [933] -2014-01-10 19:31:43 sendUrl INFO 3 [932] -2014-01-10 19:31:44 sendUrl INFO 3 [933] -2014-01-10 19:32:33 queue INFO >>3 [934] -2014-01-10 19:32:33 sendUrl INFO 3 [934] -2014-01-10 19:33:23 queue INFO >>3 [935] -2014-01-10 19:33:24 sendUrl INFO 3 [935] -2014-01-10 19:34:13 queue INFO >>3 [936] -2014-01-10 19:34:14 sendUrl INFO 3 [936] -2014-01-10 19:35:04 queue INFO >>3 [937] -2014-01-10 19:35:04 sendUrl INFO 3 [937] -2014-01-10 19:35:54 queue INFO >>3 [938] -2014-01-10 19:35:54 sendUrl INFO 3 [938] -2014-01-10 19:36:44 queue INFO >>3 [939] -2014-01-10 19:36:44 sendUrl INFO 3 [939] -2014-01-10 19:37:34 queue INFO >>3 [940] -2014-01-10 19:37:34 sendUrl INFO 3 [940] -2014-01-10 19:38:24 queue INFO >>3 [941] -2014-01-10 19:38:25 sendUrl INFO 3 [941] -2014-01-10 19:38:36 queue INFO 7 [942] -2014-01-10 19:38:36 queue INFO >7 [943] -2014-01-10 19:38:36 sendUrl INFO 7 [942] -2014-01-10 19:38:37 sendUrl INFO 7 [943] -2014-01-10 19:38:37 queue INFO 3 [944] -2014-01-10 19:38:38 queue INFO >3 [945] -2014-01-10 19:38:38 sendUrl INFO 3 [944] -2014-01-10 19:38:38 sendUrl INFO 3 [945] -2014-01-10 19:38:42 queue INFO 9 [946] -2014-01-10 19:38:42 queue INFO >9 [947] -2014-01-10 19:38:42 sendUrl INFO 9 [946] -2014-01-10 19:38:43 sendUrl INFO 9 [947] -2014-01-10 19:39:32 queue INFO >>9 [948] -2014-01-10 19:39:33 sendUrl INFO 9 [948] -2014-01-10 19:40:22 queue INFO >>9 [949] -2014-01-10 19:40:22 sendUrl INFO 9 [949] -2014-01-10 19:41:12 queue INFO >>9 [950] -2014-01-10 19:41:13 sendUrl INFO 9 [950] -2014-01-10 19:42:02 queue INFO >>9 [951] -2014-01-10 19:42:03 sendUrl INFO 9 [951] -2014-01-10 19:42:53 queue INFO >>9 [952] -2014-01-10 19:42:53 sendUrl INFO 9 [952] -2014-01-10 19:43:43 queue INFO >>9 [953] -2014-01-10 19:43:43 sendUrl INFO 9 [953] -2014-01-10 19:44:33 queue INFO >>9 [954] -2014-01-10 19:44:33 sendUrl INFO 9 [954] -2014-01-10 19:44:52 queue INFO 29 [955] -2014-01-10 19:44:52 queue INFO >29 [956] -2014-01-10 19:44:52 sendUrl INFO 29 [955] -2014-01-10 19:44:53 sendUrl INFO 29 [956] -2014-01-10 19:44:53 queue INFO 21 [957] -2014-01-10 19:44:54 queue INFO >21 [958] -2014-01-10 19:44:54 sendUrl INFO 21 [957] -2014-01-10 19:44:54 sendUrl INFO 21 [958] -2014-01-10 19:45:44 queue INFO >>21 [959] -2014-01-10 19:45:44 sendUrl INFO 21 [959] -2014-01-10 19:46:34 queue INFO >>21 [960] -2014-01-10 19:46:34 sendUrl INFO 21 [960] -2014-01-10 19:47:24 queue INFO >>21 [961] -2014-01-10 19:47:24 sendUrl INFO 21 [961] -2014-01-10 19:48:14 queue INFO >>21 [962] -2014-01-10 19:48:14 sendUrl INFO 21 [962] -2014-01-10 19:49:04 queue INFO >>21 [963] -2014-01-10 19:49:04 sendUrl INFO 21 [963] -2014-01-10 19:49:54 queue INFO >>21 [964] -2014-01-10 19:49:55 sendUrl INFO 21 [964] -2014-01-10 19:50:44 queue INFO >>21 [965] -2014-01-10 19:50:45 sendUrl INFO 21 [965] -2014-01-10 19:51:35 queue INFO >>21 [966] -2014-01-10 19:51:35 sendUrl INFO 21 [966] -2014-01-10 19:52:25 queue INFO >>21 [967] -2014-01-10 19:52:25 sendUrl INFO 21 [967] -2014-01-10 19:53:08 queue INFO 1 [968] -2014-01-10 19:53:08 sendUrl INFO 1 [968] -2014-01-10 19:53:08 queue INFO >1 [969] -2014-01-10 19:53:09 sendUrl INFO 1 [969] -2014-01-10 19:53:26 queue INFO 5 [970] -2014-01-10 19:53:26 sendUrl INFO 5 [970] -2014-01-10 19:53:26 queue INFO >5 [971] -2014-01-10 19:53:27 sendUrl INFO 5 [971] -2014-01-10 19:53:28 queue INFO 1 [972] -2014-01-10 19:53:28 queue INFO >1 [973] -2014-01-10 19:53:28 sendUrl INFO 1 [972] -2014-01-10 19:53:29 sendUrl INFO 1 [973] -2014-01-10 19:54:18 queue INFO >>1 [974] -2014-01-10 19:54:18 sendUrl INFO 1 [974] -2014-01-10 19:54:20 queue INFO 3 [975] -2014-01-10 19:54:20 queue INFO >3 [976] -2014-01-10 19:54:20 sendUrl INFO 3 [975] -2014-01-10 19:54:20 sendUrl INFO 3 [976] -2014-01-10 19:55:10 queue INFO >>3 [977] -2014-01-10 19:55:10 sendUrl INFO 3 [977] -2014-01-10 19:56:00 queue INFO >>3 [978] -2014-01-10 19:56:01 sendUrl INFO 3 [978] -2014-01-10 19:56:50 queue INFO >>3 [979] -2014-01-10 19:56:50 sendUrl INFO 3 [979] -2014-01-10 19:57:40 queue INFO >>3 [980] -2014-01-10 19:57:41 sendUrl INFO 3 [980] -2014-01-10 19:58:30 queue INFO >>3 [981] -2014-01-10 19:58:31 sendUrl INFO 3 [981] -2014-01-10 19:59:21 queue INFO >>3 [982] -2014-01-10 19:59:21 sendUrl INFO 3 [982] -2014-01-10 19:59:46 queue INFO 1 [983] -2014-01-10 19:59:46 queue INFO >1 [984] -2014-01-10 19:59:46 sendUrl INFO 1 [983] -2014-01-10 19:59:47 sendUrl INFO 1 [984] -2014-01-10 19:59:52 queue INFO 21 [985] -2014-01-10 19:59:52 queue INFO >21 [986] -2014-01-10 19:59:52 sendUrl INFO 21 [985] -2014-01-10 19:59:53 sendUrl INFO 21 [986] -2014-01-10 20:00:09 queue INFO 1 [987] -2014-01-10 20:00:09 queue INFO >1 [988] -2014-01-10 20:00:09 sendUrl INFO 1 [987] -2014-01-10 20:00:10 sendUrl INFO 1 [988] -2014-01-10 20:00:59 queue INFO >>1 [989] -2014-01-10 20:00:59 sendUrl INFO 1 [989] -2014-01-10 20:01:01 queue INFO 5 [990] -2014-01-10 20:01:01 queue INFO >5 [991] -2014-01-10 20:01:01 sendUrl INFO 5 [990] -2014-01-10 20:01:02 sendUrl INFO 5 [991] -2014-01-10 20:01:02 queue INFO 1 [992] -2014-01-10 20:01:02 queue INFO >1 [993] -2014-01-10 20:01:03 sendUrl INFO 1 [992] -2014-01-10 20:01:03 sendUrl INFO 1 [993] -2014-01-10 20:01:52 queue INFO >>1 [994] -2014-01-10 20:01:52 sendUrl INFO 1 [994] -2014-01-10 20:01:54 queue INFO 3 [995] -2014-01-10 20:01:54 sendUrl INFO 3 [995] -2014-01-10 20:01:55 queue INFO >3 [996] -2014-01-10 20:01:55 sendUrl INFO 3 [996] -2014-01-10 20:02:44 queue INFO >>3 [997] -2014-01-10 20:02:45 sendUrl INFO 3 [997] -2014-01-10 20:03:35 queue INFO >>3 [998] -2014-01-10 20:03:35 sendUrl INFO 3 [998] -2014-01-10 20:04:25 queue INFO >>3 [999] -2014-01-10 20:04:25 sendUrl INFO 3 [999] -2014-01-10 20:05:15 queue INFO >>3 [0] -2014-01-10 20:05:15 sendUrl INFO 3 [0] -2014-01-10 20:06:05 queue INFO >>3 [1] -2014-01-10 20:06:06 sendUrl INFO 3 [1] -2014-01-10 20:06:55 queue INFO >>3 [2] -2014-01-10 20:06:55 sendUrl INFO 3 [2] -2014-01-10 20:07:45 queue INFO >>3 [3] -2014-01-10 20:07:46 sendUrl INFO 3 [3] -2014-01-10 20:07:54 queue INFO 7 [4] -2014-01-10 20:07:55 queue INFO >7 [5] -2014-01-10 20:07:55 sendUrl INFO 7 [4] -2014-01-10 20:07:55 sendUrl INFO 7 [5] -2014-01-10 20:07:56 queue INFO 3 [6] -2014-01-10 20:07:56 queue INFO >3 [7] -2014-01-10 20:07:56 sendUrl INFO 3 [6] -2014-01-10 20:07:57 sendUrl INFO 3 [7] -2014-01-10 20:08:46 queue INFO >>3 [8] -2014-01-10 20:08:47 sendUrl INFO 3 [8] -2014-01-10 20:09:36 queue INFO >>3 [9] -2014-01-10 20:09:37 sendUrl INFO 3 [9] -2014-01-10 20:10:26 queue INFO >>3 [10] -2014-01-10 20:10:27 sendUrl INFO 3 [10] -2014-01-10 20:11:17 queue INFO >>3 [11] -2014-01-10 20:11:17 sendUrl INFO 3 [11] -2014-01-10 20:12:07 queue INFO >>3 [12] -2014-01-10 20:12:07 sendUrl INFO 3 [12] -2014-01-10 20:12:57 queue INFO >>3 [13] -2014-01-10 20:12:57 sendUrl INFO 3 [13] -2014-01-10 20:13:47 queue INFO >>3 [14] -2014-01-10 20:13:48 sendUrl INFO 3 [14] -2014-01-10 20:14:37 queue INFO >>3 [15] -2014-01-10 20:14:38 sendUrl INFO 3 [15] -2014-01-10 20:14:48 queue INFO 7 [16] -2014-01-10 20:14:48 queue INFO >7 [17] -2014-01-10 20:14:48 sendUrl INFO 7 [16] -2014-01-10 20:14:49 sendUrl INFO 7 [17] -2014-01-10 20:14:49 queue INFO 3 [18] -2014-01-10 20:14:50 sendUrl INFO 3 [18] -2014-01-10 20:14:50 queue INFO >3 [19] -2014-01-10 20:14:50 sendUrl INFO 3 [19] -2014-01-10 20:15:40 queue INFO >>3 [20] -2014-01-10 20:15:40 sendUrl INFO 3 [20] -2014-01-10 20:16:30 queue INFO >>3 [21] -2014-01-10 20:16:30 sendUrl INFO 3 [21] -2014-01-10 20:17:20 queue INFO >>3 [22] -2014-01-10 20:17:20 sendUrl INFO 3 [22] -2014-01-10 20:18:10 queue INFO >>3 [23] -2014-01-10 20:18:10 sendUrl INFO 3 [23] -2014-01-10 20:19:00 queue INFO >>3 [24] -2014-01-10 20:19:01 sendUrl INFO 3 [24] -2014-01-10 20:19:50 queue INFO >>3 [25] -2014-01-10 20:19:51 sendUrl INFO 3 [25] -2014-01-10 20:20:41 queue INFO >>3 [26] -2014-01-10 20:20:41 sendUrl INFO 3 [26] -2014-01-10 20:21:31 queue INFO >>3 [27] -2014-01-10 20:21:31 sendUrl INFO 3 [27] -2014-01-10 20:21:41 queue INFO 7 [28] -2014-01-10 20:21:42 queue INFO >7 [29] -2014-01-10 20:21:42 sendUrl INFO 7 [28] -2014-01-10 20:21:42 sendUrl INFO 7 [29] -2014-01-10 20:21:43 queue INFO 3 [30] -2014-01-10 20:21:43 queue INFO >3 [31] -2014-01-10 20:21:43 sendUrl INFO 3 [30] -2014-01-10 20:21:44 sendUrl INFO 3 [31] -2014-01-10 20:21:48 queue INFO 9 [32] -2014-01-10 20:21:48 queue INFO >9 [33] -2014-01-10 20:21:48 sendUrl INFO 9 [32] -2014-01-10 20:21:49 sendUrl INFO 9 [33] -2014-01-10 20:22:21 queue INFO 29 [34] -2014-01-10 20:22:21 queue INFO 21 [35] -2014-01-10 20:22:21 queue INFO >21 [36] -2014-01-10 20:22:22 sendUrl INFO 29 [34] -2014-01-10 20:22:22 sendUrl INFO 21 [35] -2014-01-10 20:22:23 sendUrl INFO 21 [36] -2014-01-10 20:23:11 queue INFO >>21 [37] -2014-01-10 20:23:12 sendUrl INFO 21 [37] -2014-01-10 20:23:22 queue INFO 1 [38] -2014-01-10 20:23:22 sendUrl INFO 1 [38] -2014-01-10 20:23:22 queue INFO >1 [39] -2014-01-10 20:23:23 sendUrl INFO 1 [39] -2014-01-10 20:24:12 queue INFO >>1 [40] -2014-01-10 20:24:12 sendUrl INFO 1 [40] -2014-01-10 20:24:14 queue INFO 3 [41] -2014-01-10 20:24:14 sendUrl INFO 3 [41] -2014-01-10 20:24:14 queue INFO >3 [42] -2014-01-10 20:24:15 sendUrl INFO 3 [42] -2014-01-10 20:25:04 queue INFO >>3 [43] -2014-01-10 20:25:05 sendUrl INFO 3 [43] -2014-01-10 20:25:55 queue INFO >>3 [44] -2014-01-10 20:25:55 sendUrl INFO 3 [44] -2014-01-10 20:26:45 queue INFO >>3 [45] -2014-01-10 20:26:45 sendUrl INFO 3 [45] -2014-01-10 20:27:35 queue INFO >>3 [46] -2014-01-10 20:27:35 sendUrl INFO 3 [46] -2014-01-10 20:28:25 queue INFO >>3 [47] -2014-01-10 20:28:26 sendUrl INFO 3 [47] -2014-01-10 20:29:15 queue INFO >>3 [48] -2014-01-10 20:29:15 sendUrl INFO 3 [48] -2014-01-10 20:30:05 queue INFO >>3 [49] -2014-01-10 20:30:06 sendUrl INFO 3 [49] -2014-01-10 20:30:15 queue INFO 7 [50] -2014-01-10 20:30:15 queue INFO >7 [51] -2014-01-10 20:30:15 sendUrl INFO 7 [50] -2014-01-10 20:30:15 sendUrl INFO 7 [51] -2014-01-10 20:30:16 queue INFO 3 [52] -2014-01-10 20:30:16 sendUrl INFO 3 [52] -2014-01-10 20:30:16 queue INFO >3 [53] -2014-01-10 20:30:17 sendUrl INFO 3 [53] -2014-01-10 20:31:06 queue INFO >>3 [54] -2014-01-10 20:31:07 sendUrl INFO 3 [54] -2014-01-10 20:31:56 queue INFO >>3 [55] -2014-01-10 20:31:57 sendUrl INFO 3 [55] -2014-01-10 20:32:47 queue INFO >>3 [56] -2014-01-10 20:32:47 sendUrl INFO 3 [56] -2014-01-10 20:33:37 queue INFO >>3 [57] -2014-01-10 20:33:37 sendUrl INFO 3 [57] -2014-01-10 20:34:27 queue INFO >>3 [58] -2014-01-10 20:34:27 sendUrl INFO 3 [58] -2014-01-10 20:35:17 queue INFO >>3 [59] -2014-01-10 20:35:17 sendUrl INFO 3 [59] -2014-01-10 20:36:07 queue INFO >>3 [60] -2014-01-10 20:36:08 sendUrl INFO 3 [60] -2014-01-10 20:36:57 queue INFO >>3 [61] -2014-01-10 20:36:58 sendUrl INFO 3 [61] -2014-01-10 20:37:08 queue INFO 7 [62] -2014-01-10 20:37:09 sendUrl INFO 7 [62] -2014-01-10 20:37:09 queue INFO >7 [63] -2014-01-10 20:37:09 sendUrl INFO 7 [63] -2014-01-10 20:37:10 queue INFO 3 [64] -2014-01-10 20:37:10 queue INFO >3 [65] -2014-01-10 20:37:11 sendUrl INFO 3 [64] -2014-01-10 20:37:11 sendUrl INFO 3 [65] -2014-01-10 20:38:00 queue INFO >>3 [66] -2014-01-10 20:38:00 sendUrl INFO 3 [66] -2014-01-10 20:38:50 queue INFO >>3 [67] -2014-01-10 20:38:51 sendUrl INFO 3 [67] -2014-01-10 20:39:40 queue INFO >>3 [68] -2014-01-10 20:39:41 sendUrl INFO 3 [68] -2014-01-10 20:40:31 queue INFO >>3 [69] -2014-01-10 20:40:31 sendUrl INFO 3 [69] -2014-01-10 20:41:21 queue INFO >>3 [70] -2014-01-10 20:41:21 sendUrl INFO 3 [70] -2014-01-10 20:42:11 queue INFO >>3 [71] -2014-01-10 20:42:11 sendUrl INFO 3 [71] -2014-01-10 20:43:01 queue INFO >>3 [72] -2014-01-10 20:43:01 sendUrl INFO 3 [72] -2014-01-10 20:43:51 queue INFO >>3 [73] -2014-01-10 20:43:52 sendUrl INFO 3 [73] -2014-01-10 20:44:02 queue INFO 7 [74] -2014-01-10 20:44:02 queue INFO >7 [75] -2014-01-10 20:44:02 sendUrl INFO 7 [74] -2014-01-10 20:44:03 sendUrl INFO 7 [75] -2014-01-10 20:44:04 queue INFO 3 [76] -2014-01-10 20:44:04 sendUrl INFO 3 [76] -2014-01-10 20:44:04 queue INFO >3 [77] -2014-01-10 20:44:04 sendUrl INFO 3 [77] -2014-01-10 20:44:54 queue INFO >>3 [78] -2014-01-10 20:44:54 sendUrl INFO 3 [78] -2014-01-10 20:45:44 queue INFO >>3 [79] -2014-01-10 20:45:44 sendUrl INFO 3 [79] -2014-01-10 20:46:34 queue INFO >>3 [80] -2014-01-10 20:46:34 sendUrl INFO 3 [80] -2014-01-10 20:47:24 queue INFO >>3 [81] -2014-01-10 20:47:25 sendUrl INFO 3 [81] -2014-01-10 20:48:14 queue INFO >>3 [82] -2014-01-10 20:48:14 sendUrl INFO 3 [82] -2014-01-10 20:49:04 queue INFO >>3 [83] -2014-01-10 20:49:05 sendUrl INFO 3 [83] -2014-01-10 20:49:55 queue INFO >>3 [84] -2014-01-10 20:49:55 sendUrl INFO 3 [84] -2014-01-10 20:50:45 queue INFO >>3 [85] -2014-01-10 20:50:45 sendUrl INFO 3 [85] -2014-01-10 20:50:56 queue INFO 7 [86] -2014-01-10 20:50:56 queue INFO >7 [87] -2014-01-10 20:50:56 sendUrl INFO 7 [86] -2014-01-10 20:50:57 sendUrl INFO 7 [87] -2014-01-10 20:50:57 queue INFO 3 [88] -2014-01-10 20:50:58 queue INFO >3 [89] -2014-01-10 20:50:58 sendUrl INFO 3 [88] -2014-01-10 20:50:58 sendUrl INFO 3 [89] -2014-01-10 20:51:47 queue INFO >>3 [90] -2014-01-10 20:51:48 sendUrl INFO 3 [90] -2014-01-10 20:52:38 queue INFO >>3 [91] -2014-01-10 20:52:38 sendUrl INFO 3 [91] -2014-01-10 20:53:28 queue INFO >>3 [92] -2014-01-10 20:53:28 sendUrl INFO 3 [92] -2014-01-10 20:54:18 queue INFO >>3 [93] -2014-01-10 20:54:18 sendUrl INFO 3 [93] -2014-01-10 20:55:08 queue INFO >>3 [94] -2014-01-10 20:55:08 sendUrl INFO 3 [94] -2014-01-10 20:55:58 queue INFO >>3 [95] -2014-01-10 20:55:59 sendUrl INFO 3 [95] -2014-01-10 20:56:48 queue INFO >>3 [96] -2014-01-10 20:56:49 sendUrl INFO 3 [96] -2014-01-10 20:57:39 queue INFO >>3 [97] -2014-01-10 20:57:39 sendUrl INFO 3 [97] -2014-01-10 20:57:49 queue INFO 7 [98] -2014-01-10 20:57:49 sendUrl INFO 7 [98] -2014-01-10 20:57:49 queue INFO >7 [99] -2014-01-10 20:57:50 sendUrl INFO 7 [99] -2014-01-10 20:57:51 queue INFO 3 [100] -2014-01-10 20:57:51 queue INFO >3 [101] -2014-01-10 20:57:51 sendUrl INFO 3 [100] -2014-01-10 20:57:52 sendUrl INFO 3 [101] -2014-01-10 20:58:41 queue INFO >>3 [102] -2014-01-10 20:58:41 sendUrl INFO 3 [102] -2014-01-10 20:59:31 queue INFO >>3 [103] -2014-01-10 20:59:31 sendUrl INFO 3 [103] -2014-01-10 21:00:21 queue INFO >>3 [104] -2014-01-10 21:00:22 sendUrl INFO 3 [104] -2014-01-10 21:01:11 queue INFO >>3 [105] -2014-01-10 21:01:12 sendUrl INFO 3 [105] -2014-01-10 21:02:02 queue INFO >>3 [106] -2014-01-10 21:02:02 sendUrl INFO 3 [106] -2014-01-10 21:02:52 queue INFO >>3 [107] -2014-01-10 21:02:52 sendUrl INFO 3 [107] -2014-01-10 21:03:42 queue INFO >>3 [108] -2014-01-10 21:03:42 sendUrl INFO 3 [108] -2014-01-10 21:04:32 queue INFO >>3 [109] -2014-01-10 21:04:32 sendUrl INFO 3 [109] -2014-01-10 21:04:43 queue INFO 7 [110] -2014-01-10 21:04:44 queue INFO >7 [111] -2014-01-10 21:04:44 sendUrl INFO 7 [110] -2014-01-10 21:04:45 sendUrl INFO 7 [111] -2014-01-10 21:04:45 queue INFO 3 [112] -2014-01-10 21:04:45 queue INFO >3 [113] -2014-01-10 21:04:46 sendUrl INFO 3 [112] -2014-01-10 21:04:46 sendUrl INFO 3 [113] -2014-01-10 21:05:35 queue INFO >>3 [114] -2014-01-10 21:05:35 sendUrl INFO 3 [114] -2014-01-10 21:06:25 queue INFO >>3 [115] -2014-01-10 21:06:26 sendUrl INFO 3 [115] -2014-01-10 21:07:16 queue INFO >>3 [116] -2014-01-10 21:07:16 sendUrl INFO 3 [116] -2014-01-10 21:08:06 queue INFO >>3 [117] -2014-01-10 21:08:06 sendUrl INFO 3 [117] -2014-01-10 21:08:56 queue INFO >>3 [118] -2014-01-10 21:08:56 sendUrl INFO 3 [118] -2014-01-10 21:09:46 queue INFO >>3 [119] -2014-01-10 21:09:47 sendUrl INFO 3 [119] -2014-01-10 21:10:36 queue INFO >>3 [120] -2014-01-10 21:10:36 sendUrl INFO 3 [120] -2014-01-10 21:11:26 queue INFO >>3 [121] -2014-01-10 21:11:27 sendUrl INFO 3 [121] -2014-01-10 21:11:37 queue INFO 7 [122] -2014-01-10 21:11:38 queue INFO >7 [123] -2014-01-10 21:11:38 sendUrl INFO 7 [122] -2014-01-10 21:11:38 sendUrl INFO 7 [123] -2014-01-10 21:11:39 queue INFO 3 [124] -2014-01-10 21:11:39 queue INFO >3 [125] -2014-01-10 21:11:39 sendUrl INFO 3 [124] -2014-01-10 21:11:40 sendUrl INFO 3 [125] -2014-01-10 21:12:29 queue INFO >>3 [126] -2014-01-10 21:12:30 sendUrl INFO 3 [126] -2014-01-10 21:13:19 queue INFO >>3 [127] -2014-01-10 21:13:19 sendUrl INFO 3 [127] -2014-01-10 21:14:09 queue INFO >>3 [128] -2014-01-10 21:14:10 sendUrl INFO 3 [128] -2014-01-10 21:15:00 queue INFO >>3 [129] -2014-01-10 21:15:00 sendUrl INFO 3 [129] -2014-01-10 21:15:50 queue INFO >>3 [130] -2014-01-10 21:15:50 sendUrl INFO 3 [130] -2014-01-10 21:16:40 queue INFO >>3 [131] -2014-01-10 21:16:40 sendUrl INFO 3 [131] -2014-01-10 21:17:30 queue INFO >>3 [132] -2014-01-10 21:17:30 sendUrl INFO 3 [132] -2014-01-10 21:18:20 queue INFO >>3 [133] -2014-01-10 21:18:20 sendUrl INFO 3 [133] -2014-01-10 21:18:31 queue INFO 7 [134] -2014-01-10 21:18:31 queue INFO >7 [135] -2014-01-10 21:18:32 sendUrl INFO 7 [134] -2014-01-10 21:18:32 sendUrl INFO 7 [135] -2014-01-10 21:18:33 queue INFO 3 [136] -2014-01-10 21:18:33 queue INFO >3 [137] -2014-01-10 21:18:33 sendUrl INFO 3 [136] -2014-01-10 21:18:34 sendUrl INFO 3 [137] -2014-01-10 21:19:23 queue INFO >>3 [138] -2014-01-10 21:19:23 sendUrl INFO 3 [138] -2014-01-10 21:20:13 queue INFO >>3 [139] -2014-01-10 21:20:13 sendUrl INFO 3 [139] -2014-01-10 21:21:03 queue INFO >>3 [140] -2014-01-10 21:21:04 sendUrl INFO 3 [140] -2014-01-10 21:21:53 queue INFO >>3 [141] -2014-01-10 21:21:54 sendUrl INFO 3 [141] -2014-01-10 21:22:44 queue INFO >>3 [142] -2014-01-10 21:22:44 sendUrl INFO 3 [142] -2014-01-10 21:23:34 queue INFO >>3 [143] -2014-01-10 21:23:34 sendUrl INFO 3 [143] -2014-01-10 21:24:24 queue INFO >>3 [144] -2014-01-10 21:24:24 sendUrl INFO 3 [144] -2014-01-10 21:25:14 queue INFO >>3 [145] -2014-01-10 21:25:14 sendUrl INFO 3 [145] -2014-01-10 21:25:25 queue INFO 7 [146] -2014-01-10 21:25:25 sendUrl INFO 7 [146] -2014-01-10 21:25:25 queue INFO >7 [147] -2014-01-10 21:25:25 sendUrl INFO 7 [147] -2014-01-10 21:25:26 queue INFO 3 [148] -2014-01-10 21:25:26 queue INFO >3 [149] -2014-01-10 21:25:27 sendUrl INFO 3 [148] -2014-01-10 21:25:27 sendUrl INFO 3 [149] -2014-01-10 21:26:16 queue INFO >>3 [150] -2014-01-10 21:26:17 sendUrl INFO 3 [150] -2014-01-10 21:27:07 queue INFO >>3 [151] -2014-01-10 21:27:07 sendUrl INFO 3 [151] -2014-01-10 21:27:57 queue INFO >>3 [152] -2014-01-10 21:27:57 sendUrl INFO 3 [152] -2014-01-10 21:28:47 queue INFO >>3 [153] -2014-01-10 21:28:47 sendUrl INFO 3 [153] -2014-01-10 21:29:37 queue INFO >>3 [154] -2014-01-10 21:29:37 sendUrl INFO 3 [154] -2014-01-10 21:30:27 queue INFO >>3 [155] -2014-01-10 21:30:27 sendUrl INFO 3 [155] -2014-01-10 21:31:17 queue INFO >>3 [156] -2014-01-10 21:31:18 sendUrl INFO 3 [156] -2014-01-10 21:32:08 queue INFO >>3 [157] -2014-01-10 21:32:08 sendUrl INFO 3 [157] -2014-01-10 21:32:18 queue INFO 7 [158] -2014-01-10 21:32:18 queue INFO >7 [159] -2014-01-10 21:32:19 sendUrl INFO 7 [158] -2014-01-10 21:32:19 sendUrl INFO 7 [159] -2014-01-10 21:32:20 queue INFO 3 [160] -2014-01-10 21:32:20 queue INFO >3 [161] -2014-01-10 21:32:20 sendUrl INFO 3 [160] -2014-01-10 21:32:21 sendUrl INFO 3 [161] -2014-01-10 21:33:10 queue INFO >>3 [162] -2014-01-10 21:33:10 sendUrl INFO 3 [162] -2014-01-10 21:34:00 queue INFO >>3 [163] -2014-01-10 21:34:00 sendUrl INFO 3 [163] -2014-01-10 21:34:50 queue INFO >>3 [164] -2014-01-10 21:34:51 sendUrl INFO 3 [164] -2014-01-10 21:35:40 queue INFO >>3 [165] -2014-01-10 21:35:41 sendUrl INFO 3 [165] -2014-01-10 21:36:31 queue INFO >>3 [166] -2014-01-10 21:36:31 sendUrl INFO 3 [166] -2014-01-10 21:37:21 queue INFO >>3 [167] -2014-01-10 21:37:21 sendUrl INFO 3 [167] -2014-01-10 21:38:11 queue INFO >>3 [168] -2014-01-10 21:38:11 sendUrl INFO 3 [168] -2014-01-10 21:38:58 queue INFO 21 [169] -2014-01-10 21:38:58 sendUrl INFO 21 [169] -2014-01-10 21:38:58 queue INFO >21 [170] -2014-01-10 21:38:58 sendUrl INFO 21 [170] -2014-01-10 21:39:46 queue INFO 1 [171] -2014-01-10 21:39:47 queue INFO >1 [172] -2014-01-10 21:39:47 sendUrl INFO 1 [171] -2014-01-10 21:39:47 sendUrl INFO 1 [172] -2014-01-10 21:40:12 queue INFO 5 [173] -2014-01-10 21:40:12 sendUrl INFO 5 [173] -2014-01-10 21:40:12 queue INFO >5 [174] -2014-01-10 21:40:12 sendUrl INFO 5 [174] -2014-01-10 21:40:13 queue INFO 1 [175] -2014-01-10 21:40:13 queue INFO >1 [176] -2014-01-10 21:40:14 sendUrl INFO 1 [175] -2014-01-10 21:40:14 sendUrl INFO 1 [176] -2014-01-10 21:41:03 queue INFO >>1 [177] -2014-01-10 21:41:04 sendUrl INFO 1 [177] -2014-01-10 21:41:05 queue INFO 3 [178] -2014-01-10 21:41:06 queue INFO >3 [179] -2014-01-10 21:41:06 sendUrl INFO 3 [178] -2014-01-10 21:41:06 sendUrl INFO 3 [179] -2014-01-10 21:41:56 queue INFO >>3 [180] -2014-01-10 21:41:56 sendUrl INFO 3 [180] -2014-01-10 21:42:46 queue INFO >>3 [181] -2014-01-10 21:42:46 sendUrl INFO 3 [181] -2014-01-10 21:43:36 queue INFO >>3 [182] -2014-01-10 21:43:36 sendUrl INFO 3 [182] -2014-01-10 21:44:26 queue INFO >>3 [183] -2014-01-10 21:44:26 sendUrl INFO 3 [183] -2014-01-10 21:45:16 queue INFO >>3 [184] -2014-01-10 21:45:16 sendUrl INFO 3 [184] -2014-01-10 21:46:06 queue INFO >>3 [185] -2014-01-10 21:46:07 sendUrl INFO 3 [185] -2014-01-10 21:46:56 queue INFO >>3 [186] -2014-01-10 21:46:57 sendUrl INFO 3 [186] -2014-01-10 21:47:05 queue INFO 7 [187] -2014-01-10 21:47:06 queue INFO >7 [188] -2014-01-10 21:47:06 sendUrl INFO 7 [187] -2014-01-10 21:47:06 sendUrl INFO 7 [188] -2014-01-10 21:47:07 queue INFO 3 [189] -2014-01-10 21:47:07 queue INFO >3 [190] -2014-01-10 21:47:07 sendUrl INFO 3 [189] -2014-01-10 21:47:08 sendUrl INFO 3 [190] -2014-01-10 21:47:57 queue INFO >>3 [191] -2014-01-10 21:47:57 sendUrl INFO 3 [191] -2014-01-10 21:48:47 queue INFO >>3 [192] -2014-01-10 21:48:48 sendUrl INFO 3 [192] -2014-01-10 21:49:37 queue INFO >>3 [193] -2014-01-10 21:49:38 sendUrl INFO 3 [193] -2014-01-10 21:50:28 queue INFO >>3 [194] -2014-01-10 21:50:28 sendUrl INFO 3 [194] -2014-01-10 21:51:18 queue INFO >>3 [195] -2014-01-10 21:51:18 sendUrl INFO 3 [195] -2014-01-10 21:52:08 queue INFO >>3 [196] -2014-01-10 21:52:08 sendUrl INFO 3 [196] -2014-01-10 21:52:58 queue INFO >>3 [197] -2014-01-10 21:52:58 sendUrl INFO 3 [197] -2014-01-10 21:53:48 queue INFO >>3 [198] -2014-01-10 21:53:49 sendUrl INFO 3 [198] -2014-01-10 21:53:59 queue INFO 7 [199] -2014-01-10 21:53:59 queue INFO >7 [200] -2014-01-10 21:54:00 sendUrl INFO 7 [199] -2014-01-10 21:54:00 sendUrl INFO 7 [200] -2014-01-10 21:54:01 queue INFO 3 [201] -2014-01-10 21:54:01 queue INFO >3 [202] -2014-01-10 21:54:01 sendUrl INFO 3 [201] -2014-01-10 21:54:02 sendUrl INFO 3 [202] -2014-01-10 21:54:51 queue INFO >>3 [203] -2014-01-10 21:54:51 sendUrl INFO 3 [203] -2014-01-10 21:55:41 queue INFO >>3 [204] -2014-01-10 21:55:41 sendUrl INFO 3 [204] -2014-01-10 21:55:42 queue INFO 9 [205] -2014-01-10 21:55:42 queue INFO >9 [206] -2014-01-10 21:55:42 sendUrl INFO 9 [205] -2014-01-10 21:55:43 sendUrl INFO 9 [206] -2014-01-10 21:55:43 queue INFO 19 [207] -2014-01-10 21:55:43 queue INFO >19 [208] -2014-01-10 21:55:43 sendUrl INFO 19 [207] -2014-01-10 21:55:44 sendUrl INFO 19 [208] -2014-01-10 21:56:04 queue INFO 39 [209] -2014-01-10 21:56:05 queue INFO >39 [210] -2014-01-10 21:56:05 sendUrl INFO 39 [209] -2014-01-10 21:56:05 queue INFO 31 [211] -2014-01-10 21:56:05 queue INFO 39 [212] -2014-01-10 21:56:05 sendUrl INFO 39 [210] -2014-01-10 21:56:05 queue INFO >39 [213] -2014-01-10 21:56:06 sendUrl INFO 31 [211] -2014-01-10 21:56:06 sendUrl INFO 39 [212] -2014-01-10 21:56:07 sendUrl INFO 39 [213] -2014-01-10 21:56:12 queue INFO 31 [214] -2014-01-10 21:56:12 queue INFO 39 [215] -2014-01-10 21:56:12 queue INFO >39 [216] -2014-01-10 21:56:12 sendUrl INFO 31 [214] -2014-01-10 21:56:13 sendUrl INFO 39 [215] -2014-01-10 21:56:13 sendUrl INFO 39 [216] -2014-01-10 21:57:02 queue INFO >>39 [217] -2014-01-10 21:57:02 sendUrl INFO 39 [217] -2014-01-10 21:57:52 queue INFO >>39 [218] -2014-01-10 21:57:52 sendUrl INFO 39 [218] -2014-01-10 21:58:26 queue INFO 21 [219] -2014-01-10 21:58:26 queue INFO 39 [220] -2014-01-10 21:58:27 sendUrl INFO 21 [219] -2014-01-10 21:58:27 queue INFO >39 [221] -2014-01-10 21:58:27 sendUrl INFO 39 [220] -2014-01-10 21:58:28 sendUrl INFO 39 [221] -2014-01-10 21:58:30 queue INFO 19 [222] -2014-01-10 21:58:30 queue INFO >19 [223] -2014-01-10 21:58:30 queue INFO 11 [224] -2014-01-10 21:58:30 sendUrl INFO 19 [222] -2014-01-10 21:58:30 queue INFO 19 [225] -2014-01-10 21:58:30 queue INFO >19 [226] -2014-01-10 21:58:31 sendUrl INFO 19 [223] -2014-01-10 21:58:31 queue INFO 39 [227] -2014-01-10 21:58:31 queue INFO 21 [228] -2014-01-10 21:58:31 sendUrl INFO 11 [224] -2014-01-10 21:58:31 queue INFO 39 [229] -2014-01-10 21:58:31 queue INFO >39 [230] -2014-01-10 21:58:32 sendUrl INFO 19 [225] -2014-01-10 21:58:32 queue INFO 21 [231] -2014-01-10 21:58:32 queue INFO 39 [232] -2014-01-10 21:58:32 sendUrl INFO 19 [226] -2014-01-10 21:58:32 queue INFO >39 [233] -2014-01-10 21:58:33 sendUrl INFO 39 [227] -2014-01-10 21:58:33 sendUrl INFO 21 [228] -2014-01-10 21:58:34 sendUrl INFO 39 [229] -2014-01-10 21:58:34 sendUrl INFO 39 [230] -2014-01-10 21:58:35 sendUrl INFO 21 [231] -2014-01-10 21:58:35 sendUrl INFO 39 [232] -2014-01-10 21:58:36 sendUrl INFO 39 [233] -2014-01-10 21:59:22 queue INFO >>39 [234] -2014-01-10 21:59:22 sendUrl INFO 39 [234] -2014-01-10 22:00:12 queue INFO >>39 [235] -2014-01-10 22:00:13 sendUrl INFO 39 [235] -2014-01-10 22:01:02 queue INFO >>39 [236] -2014-01-10 22:01:03 sendUrl INFO 39 [236] -2014-01-10 22:01:53 queue INFO >>39 [237] -2014-01-10 22:01:53 sendUrl INFO 39 [237] -2014-01-10 22:02:43 queue INFO >>39 [238] -2014-01-10 22:02:43 sendUrl INFO 39 [238] -2014-01-10 22:02:46 queue INFO 21 [239] -2014-01-10 22:02:46 queue INFO >21 [240] -2014-01-10 22:02:46 sendUrl INFO 21 [239] -2014-01-10 22:02:47 sendUrl INFO 21 [240] -2014-01-10 22:03:36 queue INFO >>21 [241] -2014-01-10 22:03:36 sendUrl INFO 21 [241] -2014-01-10 22:04:26 queue INFO >>21 [242] -2014-01-10 22:04:26 sendUrl INFO 21 [242] -2014-01-10 22:05:16 queue INFO >>21 [243] -2014-01-10 22:05:16 sendUrl INFO 21 [243] -2014-01-10 22:06:06 queue INFO >>21 [244] -2014-01-10 22:06:07 sendUrl INFO 21 [244] -2014-01-10 22:06:56 queue INFO >>21 [245] -2014-01-10 22:06:57 sendUrl INFO 21 [245] -2014-01-10 22:07:46 queue INFO >>21 [246] -2014-01-10 22:07:47 sendUrl INFO 21 [246] -2014-01-10 22:08:37 queue INFO >>21 [247] -2014-01-10 22:08:37 sendUrl INFO 21 [247] -2014-01-10 22:09:27 queue INFO >>21 [248] -2014-01-10 22:09:27 sendUrl INFO 21 [248] -2014-01-10 22:10:16 queue INFO 1 [249] -2014-01-10 22:10:16 queue INFO >1 [250] -2014-01-10 22:10:16 sendUrl INFO 1 [249] -2014-01-10 22:10:16 sendUrl INFO 1 [250] -2014-01-10 22:10:40 queue INFO 5 [251] -2014-01-10 22:10:41 queue INFO >5 [252] -2014-01-10 22:10:41 sendUrl INFO 5 [251] -2014-01-10 22:10:41 sendUrl INFO 5 [252] -2014-01-10 22:10:42 queue INFO 1 [253] -2014-01-10 22:10:42 queue INFO >1 [254] -2014-01-10 22:10:42 sendUrl INFO 1 [253] -2014-01-10 22:10:43 sendUrl INFO 1 [254] -2014-01-10 22:11:32 queue INFO >>1 [255] -2014-01-10 22:11:32 sendUrl INFO 1 [255] -2014-01-10 22:11:34 queue INFO 3 [256] -2014-01-10 22:11:34 sendUrl INFO 3 [256] -2014-01-10 22:11:34 queue INFO >3 [257] -2014-01-10 22:11:35 sendUrl INFO 3 [257] -2014-01-10 22:12:24 queue INFO >>3 [258] -2014-01-10 22:12:25 sendUrl INFO 3 [258] -2014-01-10 22:13:14 queue INFO >>3 [259] -2014-01-10 22:13:15 sendUrl INFO 3 [259] -2014-01-10 22:14:05 queue INFO >>3 [260] -2014-01-10 22:14:05 sendUrl INFO 3 [260] -2014-01-10 22:14:55 queue INFO >>3 [261] -2014-01-10 22:14:55 sendUrl INFO 3 [261] -2014-01-10 22:15:45 queue INFO >>3 [262] -2014-01-10 22:15:45 sendUrl INFO 3 [262] -2014-01-10 22:16:35 queue INFO >>3 [263] -2014-01-10 22:16:35 sendUrl INFO 3 [263] -2014-01-10 22:17:25 queue INFO >>3 [264] -2014-01-10 22:17:26 sendUrl INFO 3 [264] -2014-01-10 22:17:34 queue INFO 7 [265] -2014-01-10 22:17:34 queue INFO >7 [266] -2014-01-10 22:17:35 sendUrl INFO 7 [265] -2014-01-10 22:17:35 sendUrl INFO 7 [266] -2014-01-10 22:17:36 queue INFO 3 [267] -2014-01-10 22:17:36 queue INFO >3 [268] -2014-01-10 22:17:36 sendUrl INFO 3 [267] -2014-01-10 22:17:37 sendUrl INFO 3 [268] -2014-01-10 22:18:26 queue INFO >>3 [269] -2014-01-10 22:18:27 sendUrl INFO 3 [269] -2014-01-10 22:19:16 queue INFO >>3 [270] -2014-01-10 22:19:16 sendUrl INFO 3 [270] -2014-01-10 22:20:06 queue INFO >>3 [271] -2014-01-10 22:20:07 sendUrl INFO 3 [271] -2014-01-10 22:20:56 queue INFO >>3 [272] -2014-01-10 22:20:57 sendUrl INFO 3 [272] -2014-01-10 22:21:46 queue INFO >>3 [273] -2014-01-10 22:21:47 sendUrl INFO 3 [273] -2014-01-10 22:22:37 queue INFO >>3 [274] -2014-01-10 22:22:37 sendUrl INFO 3 [274] -2014-01-10 22:23:27 queue INFO >>3 [275] -2014-01-10 22:23:27 sendUrl INFO 3 [275] -2014-01-10 22:24:17 queue INFO >>3 [276] -2014-01-10 22:24:17 sendUrl INFO 3 [276] -2014-01-10 22:24:28 queue INFO 7 [277] -2014-01-10 22:24:28 queue INFO >7 [278] -2014-01-10 22:24:28 sendUrl INFO 7 [277] -2014-01-10 22:24:29 sendUrl INFO 7 [278] -2014-01-10 22:24:30 queue INFO 3 [279] -2014-01-10 22:24:30 sendUrl INFO 3 [279] -2014-01-10 22:24:30 queue INFO >3 [280] -2014-01-10 22:24:30 sendUrl INFO 3 [280] -2014-01-10 22:25:20 queue INFO >>3 [281] -2014-01-10 22:25:20 sendUrl INFO 3 [281] -2014-01-10 22:26:10 queue INFO >>3 [282] -2014-01-10 22:26:11 sendUrl INFO 3 [282] -2014-01-10 22:27:00 queue INFO >>3 [283] -2014-01-10 22:27:00 sendUrl INFO 3 [283] -2014-01-10 22:27:50 queue INFO >>3 [284] -2014-01-10 22:27:51 sendUrl INFO 3 [284] -2014-01-10 22:28:41 queue INFO >>3 [285] -2014-01-10 22:28:41 sendUrl INFO 3 [285] -2014-01-10 22:29:31 queue INFO >>3 [286] -2014-01-10 22:29:31 sendUrl INFO 3 [286] -2014-01-10 22:30:21 queue INFO >>3 [287] -2014-01-10 22:30:21 sendUrl INFO 3 [287] -2014-01-10 22:31:11 queue INFO >>3 [288] -2014-01-10 22:31:11 sendUrl INFO 3 [288] -2014-01-10 22:31:22 queue INFO 7 [289] -2014-01-10 22:31:22 queue INFO >7 [290] -2014-01-10 22:31:22 sendUrl INFO 7 [289] -2014-01-10 22:31:23 sendUrl INFO 7 [290] -2014-01-10 22:31:23 queue INFO 3 [291] -2014-01-10 22:31:23 queue INFO >3 [292] -2014-01-10 22:31:24 sendUrl INFO 3 [291] -2014-01-10 22:31:24 sendUrl INFO 3 [292] -2014-01-10 22:32:13 queue INFO >>3 [293] -2014-01-10 22:32:13 sendUrl INFO 3 [293] -2014-01-10 22:33:03 queue INFO >>3 [294] -2014-01-10 22:33:04 sendUrl INFO 3 [294] -2014-01-10 22:33:54 queue INFO >>3 [295] -2014-01-10 22:33:54 sendUrl INFO 3 [295] -2014-01-10 22:34:44 queue INFO >>3 [296] -2014-01-10 22:34:44 sendUrl INFO 3 [296] -2014-01-10 22:35:34 queue INFO >>3 [297] -2014-01-10 22:35:34 sendUrl INFO 3 [297] -2014-01-10 22:36:24 queue INFO >>3 [298] -2014-01-10 22:36:24 sendUrl INFO 3 [298] -2014-01-10 22:37:14 queue INFO >>3 [299] -2014-01-10 22:37:14 sendUrl INFO 3 [299] -2014-01-10 22:38:04 queue INFO >>3 [300] -2014-01-10 22:38:05 sendUrl INFO 3 [300] -2014-01-10 22:38:15 queue INFO 7 [301] -2014-01-10 22:38:15 queue INFO >7 [302] -2014-01-10 22:38:15 sendUrl INFO 7 [301] -2014-01-10 22:38:16 sendUrl INFO 7 [302] -2014-01-10 22:38:17 queue INFO 3 [303] -2014-01-10 22:38:17 queue INFO >3 [304] -2014-01-10 22:38:17 sendUrl INFO 3 [303] -2014-01-10 22:38:17 sendUrl INFO 3 [304] -2014-01-10 22:39:07 queue INFO >>3 [305] -2014-01-10 22:39:07 sendUrl INFO 3 [305] -2014-01-10 22:39:57 queue INFO >>3 [306] -2014-01-10 22:39:58 sendUrl INFO 3 [306] -2014-01-10 22:40:47 queue INFO >>3 [307] -2014-01-10 22:40:47 sendUrl INFO 3 [307] -2014-01-10 22:41:37 queue INFO >>3 [308] -2014-01-10 22:41:38 sendUrl INFO 3 [308] -2014-01-10 22:42:27 queue INFO >>3 [309] -2014-01-10 22:42:28 sendUrl INFO 3 [309] -2014-01-10 22:43:18 queue INFO >>3 [310] -2014-01-10 22:43:18 sendUrl INFO 3 [310] -2014-01-10 22:44:08 queue INFO >>3 [311] -2014-01-10 22:44:08 sendUrl INFO 3 [311] -2014-01-10 22:44:58 queue INFO >>3 [312] -2014-01-10 22:44:58 sendUrl INFO 3 [312] -2014-01-10 22:45:10 queue INFO 7 [313] -2014-01-10 22:45:10 sendUrl INFO 7 [313] -2014-01-10 22:45:10 queue INFO >7 [314] -2014-01-10 22:45:10 sendUrl INFO 7 [314] -2014-01-10 22:45:11 queue INFO 3 [315] -2014-01-10 22:45:11 queue INFO >3 [316] -2014-01-10 22:45:12 sendUrl INFO 3 [315] -2014-01-10 22:45:12 sendUrl INFO 3 [316] -2014-01-10 22:46:01 queue INFO >>3 [317] -2014-01-10 22:46:01 sendUrl INFO 3 [317] -2014-01-10 22:46:51 queue INFO >>3 [318] -2014-01-10 22:46:52 sendUrl INFO 3 [318] -2014-01-10 22:47:42 queue INFO >>3 [319] -2014-01-10 22:47:42 sendUrl INFO 3 [319] -2014-01-10 22:48:32 queue INFO >>3 [320] -2014-01-10 22:48:32 sendUrl INFO 3 [320] -2014-01-10 22:49:22 queue INFO >>3 [321] -2014-01-10 22:49:22 sendUrl INFO 3 [321] -2014-01-10 22:50:12 queue INFO >>3 [322] -2014-01-10 22:50:13 sendUrl INFO 3 [322] -2014-01-10 22:51:02 queue INFO >>3 [323] -2014-01-10 22:51:02 sendUrl INFO 3 [323] -2014-01-10 22:51:52 queue INFO >>3 [324] -2014-01-10 22:51:53 sendUrl INFO 3 [324] -2014-01-10 22:52:03 queue INFO 7 [325] -2014-01-10 22:52:04 queue INFO >7 [326] -2014-01-10 22:52:04 sendUrl INFO 7 [325] -2014-01-10 22:52:04 sendUrl INFO 7 [326] -2014-01-10 22:52:05 queue INFO 3 [327] -2014-01-10 22:52:05 queue INFO >3 [328] -2014-01-10 22:52:05 sendUrl INFO 3 [327] -2014-01-10 22:52:06 sendUrl INFO 3 [328] -2014-01-10 22:52:55 queue INFO >>3 [329] -2014-01-10 22:52:56 sendUrl INFO 3 [329] -2014-01-10 22:53:45 queue INFO >>3 [330] -2014-01-10 22:53:46 sendUrl INFO 3 [330] -2014-01-10 22:54:35 queue INFO >>3 [331] -2014-01-10 22:54:36 sendUrl INFO 3 [331] -2014-01-10 22:55:26 queue INFO >>3 [332] -2014-01-10 22:55:26 sendUrl INFO 3 [332] -2014-01-10 22:56:16 queue INFO >>3 [333] -2014-01-10 22:56:16 sendUrl INFO 3 [333] -2014-01-10 22:57:06 queue INFO >>3 [334] -2014-01-10 22:57:06 sendUrl INFO 3 [334] -2014-01-10 22:57:56 queue INFO >>3 [335] -2014-01-10 22:57:56 sendUrl INFO 3 [335] -2014-01-10 22:58:46 queue INFO >>3 [336] -2014-01-10 22:58:47 sendUrl INFO 3 [336] -2014-01-10 22:58:57 queue INFO 7 [337] -2014-01-10 22:58:57 queue INFO >7 [338] -2014-01-10 22:58:58 sendUrl INFO 7 [337] -2014-01-10 22:58:58 sendUrl INFO 7 [338] -2014-01-10 22:58:59 queue INFO 3 [339] -2014-01-10 22:58:59 queue INFO >3 [340] -2014-01-10 22:58:59 sendUrl INFO 3 [339] -2014-01-10 22:59:00 sendUrl INFO 3 [340] -2014-01-10 22:59:49 queue INFO >>3 [341] -2014-01-10 22:59:49 sendUrl INFO 3 [341] -2014-01-10 23:00:39 queue INFO >>3 [342] -2014-01-10 23:00:39 sendUrl INFO 3 [342] -2014-01-10 23:01:29 queue INFO >>3 [343] -2014-01-10 23:01:30 sendUrl INFO 3 [343] -2014-01-10 23:02:19 queue INFO >>3 [344] -2014-01-10 23:02:19 sendUrl INFO 3 [344] -2014-01-10 23:03:09 queue INFO >>3 [345] -2014-01-10 23:03:10 sendUrl INFO 3 [345] -2014-01-10 23:04:00 queue INFO >>3 [346] -2014-01-10 23:04:00 sendUrl INFO 3 [346] -2014-01-10 23:04:50 queue INFO >>3 [347] -2014-01-10 23:04:50 sendUrl INFO 3 [347] -2014-01-10 23:05:40 queue INFO >>3 [348] -2014-01-10 23:05:40 sendUrl INFO 3 [348] -2014-01-10 23:05:51 queue INFO 7 [349] -2014-01-10 23:05:51 queue INFO >7 [350] -2014-01-10 23:05:51 sendUrl INFO 7 [349] -2014-01-10 23:05:51 sendUrl INFO 7 [350] -2014-01-10 23:05:52 queue INFO 3 [351] -2014-01-10 23:05:52 queue INFO >3 [352] -2014-01-10 23:05:52 sendUrl INFO 3 [351] -2014-01-10 23:05:53 sendUrl INFO 3 [352] -2014-01-10 23:06:42 queue INFO >>3 [353] -2014-01-10 23:06:43 sendUrl INFO 3 [353] -2014-01-10 23:07:32 queue INFO >>3 [354] -2014-01-10 23:07:33 sendUrl INFO 3 [354] -2014-01-10 23:08:23 queue INFO >>3 [355] -2014-01-10 23:08:23 sendUrl INFO 3 [355] -2014-01-10 23:09:13 queue INFO >>3 [356] -2014-01-10 23:09:13 sendUrl INFO 3 [356] -2014-01-10 23:10:03 queue INFO >>3 [357] -2014-01-10 23:10:03 sendUrl INFO 3 [357] -2014-01-10 23:10:53 queue INFO >>3 [358] -2014-01-10 23:10:53 sendUrl INFO 3 [358] -2014-01-10 23:11:43 queue INFO >>3 [359] -2014-01-10 23:11:44 sendUrl INFO 3 [359] -2014-01-10 23:12:33 queue INFO >>3 [360] -2014-01-10 23:12:34 sendUrl INFO 3 [360] -2014-01-10 23:12:44 queue INFO 7 [361] -2014-01-10 23:12:44 queue INFO >7 [362] -2014-01-10 23:12:45 sendUrl INFO 7 [361] -2014-01-10 23:12:45 sendUrl INFO 7 [362] -2014-01-10 23:12:46 queue INFO 3 [363] -2014-01-10 23:12:46 queue INFO >3 [364] -2014-01-10 23:12:46 sendUrl INFO 3 [363] -2014-01-10 23:12:47 sendUrl INFO 3 [364] -2014-01-10 23:13:36 queue INFO >>3 [365] -2014-01-10 23:13:37 sendUrl INFO 3 [365] -2014-01-10 23:14:26 queue INFO >>3 [366] -2014-01-10 23:14:26 sendUrl INFO 3 [366] -2014-01-10 23:15:16 queue INFO >>3 [367] -2014-01-10 23:15:17 sendUrl INFO 3 [367] -2014-01-10 23:16:06 queue INFO >>3 [368] -2014-01-10 23:16:07 sendUrl INFO 3 [368] -2014-01-10 23:16:57 queue INFO >>3 [369] -2014-01-10 23:16:57 sendUrl INFO 3 [369] -2014-01-10 23:17:47 queue INFO >>3 [370] -2014-01-10 23:17:47 sendUrl INFO 3 [370] -2014-01-10 23:18:37 queue INFO >>3 [371] -2014-01-10 23:18:37 sendUrl INFO 3 [371] -2014-01-10 23:19:27 queue INFO >>3 [372] -2014-01-10 23:19:27 sendUrl INFO 3 [372] -2014-01-10 23:19:38 queue INFO 7 [373] -2014-01-10 23:19:39 queue INFO >7 [374] -2014-01-10 23:19:39 sendUrl INFO 7 [373] -2014-01-10 23:19:39 sendUrl INFO 7 [374] -2014-01-10 23:19:40 queue INFO 3 [375] -2014-01-10 23:19:40 queue INFO >3 [376] -2014-01-10 23:19:40 sendUrl INFO 3 [375] -2014-01-10 23:19:41 sendUrl INFO 3 [376] -2014-01-10 23:20:30 queue INFO >>3 [377] -2014-01-10 23:20:31 sendUrl INFO 3 [377] -2014-01-10 23:21:20 queue INFO >>3 [378] -2014-01-10 23:21:21 sendUrl INFO 3 [378] -2014-01-10 23:22:11 queue INFO >>3 [379] -2014-01-10 23:22:11 sendUrl INFO 3 [379] -2014-01-10 23:23:01 queue INFO >>3 [380] -2014-01-10 23:23:01 sendUrl INFO 3 [380] -2014-01-10 23:23:51 queue INFO >>3 [381] -2014-01-10 23:23:51 sendUrl INFO 3 [381] -2014-01-10 23:24:41 queue INFO >>3 [382] -2014-01-10 23:24:41 sendUrl INFO 3 [382] -2014-01-10 23:25:31 queue INFO >>3 [383] -2014-01-10 23:25:32 sendUrl INFO 3 [383] -2014-01-10 23:26:21 queue INFO >>3 [384] -2014-01-10 23:26:22 sendUrl INFO 3 [384] -2014-01-10 23:26:32 queue INFO 7 [385] -2014-01-10 23:26:33 queue INFO >7 [386] -2014-01-10 23:26:33 sendUrl INFO 7 [385] -2014-01-10 23:26:33 sendUrl INFO 7 [386] -2014-01-10 23:26:34 queue INFO 3 [387] -2014-01-10 23:26:34 queue INFO >3 [388] -2014-01-10 23:26:34 sendUrl INFO 3 [387] -2014-01-10 23:26:35 sendUrl INFO 3 [388] -2014-01-10 23:27:24 queue INFO >>3 [389] -2014-01-10 23:27:24 sendUrl INFO 3 [389] -2014-01-10 23:28:14 queue INFO >>3 [390] -2014-01-10 23:28:14 sendUrl INFO 3 [390] -2014-01-10 23:29:04 queue INFO >>3 [391] -2014-01-10 23:29:05 sendUrl INFO 3 [391] -2014-01-10 23:29:54 queue INFO >>3 [392] -2014-01-10 23:29:55 sendUrl INFO 3 [392] -2014-01-10 23:30:45 queue INFO >>3 [393] -2014-01-10 23:30:45 sendUrl INFO 3 [393] -2014-01-10 23:31:35 queue INFO >>3 [394] -2014-01-10 23:31:35 sendUrl INFO 3 [394] -2014-01-10 23:32:25 queue INFO >>3 [395] -2014-01-10 23:32:25 sendUrl INFO 3 [395] -2014-01-10 23:33:15 queue INFO >>3 [396] -2014-01-10 23:33:15 sendUrl INFO 3 [396] -2014-01-10 23:33:26 queue INFO 7 [397] -2014-01-10 23:33:26 sendUrl INFO 7 [397] -2014-01-10 23:33:26 queue INFO >7 [398] -2014-01-10 23:33:27 sendUrl INFO 7 [398] -2014-01-10 23:33:28 queue INFO 3 [399] -2014-01-10 23:33:28 queue INFO >3 [400] -2014-01-10 23:33:28 sendUrl INFO 3 [399] -2014-01-10 23:33:29 sendUrl INFO 3 [400] -2014-01-10 23:34:18 queue INFO >>3 [401] -2014-01-10 23:34:18 sendUrl INFO 3 [401] -2014-01-10 23:35:08 queue INFO >>3 [402] -2014-01-10 23:35:09 sendUrl INFO 3 [402] -2014-01-10 23:35:58 queue INFO >>3 [403] -2014-01-10 23:35:58 sendUrl INFO 3 [403] -2014-01-10 23:36:48 queue INFO >>3 [404] -2014-01-10 23:36:49 sendUrl INFO 3 [404] -2014-01-10 23:37:08 queue INFO 21 [405] -2014-01-10 23:37:08 queue INFO >21 [406] -2014-01-10 23:37:08 sendUrl INFO 21 [405] -2014-01-10 23:37:09 sendUrl INFO 21 [406] -2014-01-10 23:37:58 queue INFO >>21 [407] -2014-01-10 23:37:59 sendUrl INFO 21 [407] -2014-01-10 23:38:38 queue INFO 1 [408] -2014-01-10 23:38:38 sendUrl INFO 1 [408] -2014-01-10 23:38:38 queue INFO >1 [409] -2014-01-10 23:38:38 sendUrl INFO 1 [409] -2014-01-10 23:39:04 queue INFO 3 [410] -2014-01-10 23:39:04 queue INFO >3 [411] -2014-01-10 23:39:04 sendUrl INFO 3 [410] -2014-01-10 23:39:05 sendUrl INFO 3 [411] -2014-01-10 23:39:54 queue INFO >>3 [412] -2014-01-10 23:39:54 sendUrl INFO 3 [412] -2014-01-10 23:40:44 queue INFO >>3 [413] -2014-01-10 23:40:44 sendUrl INFO 3 [413] -2014-01-10 23:41:34 queue INFO >>3 [414] -2014-01-10 23:41:35 sendUrl INFO 3 [414] -2014-01-10 23:41:58 queue INFO 7 [415] -2014-01-10 23:41:58 sendUrl INFO 7 [415] -2014-01-10 23:41:58 queue INFO >7 [416] -2014-01-10 23:41:59 sendUrl INFO 7 [416] -2014-01-10 23:42:00 queue INFO 3 [417] -2014-01-10 23:42:00 queue INFO >3 [418] -2014-01-10 23:42:00 sendUrl INFO 3 [417] -2014-01-10 23:42:01 sendUrl INFO 3 [418] -2014-01-10 23:42:50 queue INFO >>3 [419] -2014-01-10 23:42:50 sendUrl INFO 3 [419] -2014-01-10 23:43:40 queue INFO >>3 [420] -2014-01-10 23:43:40 sendUrl INFO 3 [420] -2014-01-10 23:44:30 queue INFO >>3 [421] -2014-01-10 23:44:30 sendUrl INFO 3 [421] -2014-01-10 23:45:20 queue INFO >>3 [422] -2014-01-10 23:45:21 sendUrl INFO 3 [422] -2014-01-10 23:46:10 queue INFO >>3 [423] -2014-01-10 23:46:11 sendUrl INFO 3 [423] -2014-01-10 23:47:01 queue INFO >>3 [424] -2014-01-10 23:47:01 sendUrl INFO 3 [424] -2014-01-10 23:47:51 queue INFO >>3 [425] -2014-01-10 23:47:51 sendUrl INFO 3 [425] -2014-01-10 23:48:41 queue INFO >>3 [426] -2014-01-10 23:48:41 sendUrl INFO 3 [426] -2014-01-10 23:48:52 queue INFO 7 [427] -2014-01-10 23:48:52 queue INFO >7 [428] -2014-01-10 23:48:52 sendUrl INFO 7 [427] -2014-01-10 23:48:53 sendUrl INFO 7 [428] -2014-01-10 23:48:53 queue INFO 3 [429] -2014-01-10 23:48:53 queue INFO >3 [430] -2014-01-10 23:48:54 sendUrl INFO 3 [429] -2014-01-10 23:48:54 sendUrl INFO 3 [430] -2014-01-10 23:49:43 queue INFO >>3 [431] -2014-01-10 23:49:44 sendUrl INFO 3 [431] -2014-01-10 23:50:34 queue INFO >>3 [432] -2014-01-10 23:50:34 sendUrl INFO 3 [432] -2014-01-10 23:51:24 queue INFO >>3 [433] -2014-01-10 23:51:24 sendUrl INFO 3 [433] -2014-01-10 23:52:14 queue INFO >>3 [434] -2014-01-10 23:52:14 sendUrl INFO 3 [434] -2014-01-10 23:53:04 queue INFO >>3 [435] -2014-01-10 23:53:04 sendUrl INFO 3 [435] -2014-01-10 23:53:54 queue INFO >>3 [436] -2014-01-10 23:53:55 sendUrl INFO 3 [436] -2014-01-10 23:54:44 queue INFO >>3 [437] -2014-01-10 23:54:45 sendUrl INFO 3 [437] -2014-01-10 23:55:35 queue INFO >>3 [438] -2014-01-10 23:55:35 sendUrl INFO 3 [438] -2014-01-10 23:55:46 queue INFO 7 [439] -2014-01-10 23:55:46 sendUrl INFO 7 [439] -2014-01-10 23:55:46 queue INFO >7 [440] -2014-01-10 23:55:47 sendUrl INFO 7 [440] -2014-01-10 23:55:48 queue INFO 3 [441] -2014-01-10 23:55:48 queue INFO >3 [442] -2014-01-10 23:55:48 sendUrl INFO 3 [441] -2014-01-10 23:55:49 sendUrl INFO 3 [442] -2014-01-10 23:56:38 queue INFO >>3 [443] -2014-01-10 23:56:38 sendUrl INFO 3 [443] -2014-01-10 23:57:28 queue INFO >>3 [444] -2014-01-10 23:57:28 sendUrl INFO 3 [444] -2014-01-10 23:58:18 queue INFO >>3 [445] -2014-01-10 23:58:18 sendUrl INFO 3 [445] -2014-01-10 23:59:08 queue INFO >>3 [446] -2014-01-10 23:59:09 sendUrl INFO 3 [446] -2014-01-10 23:59:59 queue INFO >>3 [447] -2014-01-10 23:59:59 sendUrl INFO 3 [447] -2014-01-11 00:00:49 queue INFO >>3 [448] -2014-01-11 00:00:49 sendUrl INFO 3 [448] -2014-01-11 00:01:39 queue INFO >>3 [449] -2014-01-11 00:01:39 sendUrl INFO 3 [449] -2014-01-11 00:02:29 queue INFO >>3 [450] -2014-01-11 00:02:29 sendUrl INFO 3 [450] -2014-01-11 00:02:40 queue INFO 7 [451] -2014-01-11 00:02:40 queue INFO >7 [452] -2014-01-11 00:02:41 sendUrl INFO 7 [451] -2014-01-11 00:02:41 sendUrl INFO 7 [452] -2014-01-11 00:02:42 queue INFO 3 [453] -2014-01-11 00:02:42 queue INFO >3 [454] -2014-01-11 00:02:42 sendUrl INFO 3 [453] -2014-01-11 00:02:43 sendUrl INFO 3 [454] -2014-01-11 00:03:32 queue INFO >>3 [455] -2014-01-11 00:03:32 sendUrl INFO 3 [455] -2014-01-11 00:04:22 queue INFO >>3 [456] -2014-01-11 00:04:22 sendUrl INFO 3 [456] -2014-01-11 00:05:12 queue INFO >>3 [457] -2014-01-11 00:05:13 sendUrl INFO 3 [457] -2014-01-11 00:06:02 queue INFO >>3 [458] -2014-01-11 00:06:02 sendUrl INFO 3 [458] -2014-01-11 00:06:52 queue INFO >>3 [459] -2014-01-11 00:06:53 sendUrl INFO 3 [459] -2014-01-11 00:07:43 queue INFO >>3 [460] -2014-01-11 00:07:43 sendUrl INFO 3 [460] -2014-01-11 00:08:33 queue INFO >>3 [461] -2014-01-11 00:08:33 sendUrl INFO 3 [461] -2014-01-11 00:09:23 queue INFO >>3 [462] -2014-01-11 00:09:23 sendUrl INFO 3 [462] -2014-01-11 00:09:34 queue INFO 7 [463] -2014-01-11 00:09:34 queue INFO >7 [464] -2014-01-11 00:09:34 sendUrl INFO 7 [463] -2014-01-11 00:09:35 sendUrl INFO 7 [464] -2014-01-11 00:09:35 queue INFO 3 [465] -2014-01-11 00:09:36 queue INFO >3 [466] -2014-01-11 00:09:36 sendUrl INFO 3 [465] -2014-01-11 00:09:36 sendUrl INFO 3 [466] -2014-01-11 00:10:26 queue INFO >>3 [467] -2014-01-11 00:10:26 sendUrl INFO 3 [467] -2014-01-11 00:11:16 queue INFO >>3 [468] -2014-01-11 00:11:16 sendUrl INFO 3 [468] -2014-01-11 00:12:06 queue INFO >>3 [469] -2014-01-11 00:12:06 sendUrl INFO 3 [469] -2014-01-11 00:12:56 queue INFO >>3 [470] -2014-01-11 00:12:56 sendUrl INFO 3 [470] -2014-01-11 00:13:46 queue INFO >>3 [471] -2014-01-11 00:13:46 sendUrl INFO 3 [471] -2014-01-11 00:14:36 queue INFO >>3 [472] -2014-01-11 00:14:36 sendUrl INFO 3 [472] -2014-01-11 00:15:26 queue INFO >>3 [473] -2014-01-11 00:15:27 sendUrl INFO 3 [473] -2014-01-11 00:16:17 queue INFO >>3 [474] -2014-01-11 00:16:17 sendUrl INFO 3 [474] -2014-01-11 00:16:27 queue INFO 7 [475] -2014-01-11 00:16:28 queue INFO >7 [476] -2014-01-11 00:16:28 sendUrl INFO 7 [475] -2014-01-11 00:16:28 sendUrl INFO 7 [476] -2014-01-11 00:16:29 queue INFO 3 [477] -2014-01-11 00:16:29 sendUrl INFO 3 [477] -2014-01-11 00:16:29 queue INFO >3 [478] -2014-01-11 00:16:30 sendUrl INFO 3 [478] -2014-01-11 00:17:19 queue INFO >>3 [479] -2014-01-11 00:17:19 sendUrl INFO 3 [479] -2014-01-11 00:18:09 queue INFO >>3 [480] -2014-01-11 00:18:10 sendUrl INFO 3 [480] -2014-01-11 00:18:59 queue INFO >>3 [481] -2014-01-11 00:19:00 sendUrl INFO 3 [481] -2014-01-11 00:19:50 queue INFO >>3 [482] -2014-01-11 00:19:50 sendUrl INFO 3 [482] -2014-01-11 00:20:40 queue INFO >>3 [483] -2014-01-11 00:20:40 sendUrl INFO 3 [483] -2014-01-11 00:21:30 queue INFO >>3 [484] -2014-01-11 00:21:30 sendUrl INFO 3 [484] -2014-01-11 00:22:20 queue INFO >>3 [485] -2014-01-11 00:22:20 sendUrl INFO 3 [485] -2014-01-11 00:23:10 queue INFO >>3 [486] -2014-01-11 00:23:11 sendUrl INFO 3 [486] -2014-01-11 00:23:21 queue INFO 7 [487] -2014-01-11 00:23:21 queue INFO >7 [488] -2014-01-11 00:23:21 sendUrl INFO 7 [487] -2014-01-11 00:23:22 sendUrl INFO 7 [488] -2014-01-11 00:23:22 queue INFO 3 [489] -2014-01-11 00:23:23 queue INFO >3 [490] -2014-01-11 00:23:23 sendUrl INFO 3 [489] -2014-01-11 00:23:23 sendUrl INFO 3 [490] -2014-01-11 00:24:13 queue INFO >>3 [491] -2014-01-11 00:24:13 sendUrl INFO 3 [491] -2014-01-11 00:25:03 queue INFO >>3 [492] -2014-01-11 00:25:03 sendUrl INFO 3 [492] -2014-01-11 00:25:53 queue INFO >>3 [493] -2014-01-11 00:25:53 sendUrl INFO 3 [493] -2014-01-11 00:26:43 queue INFO >>3 [494] -2014-01-11 00:26:43 sendUrl INFO 3 [494] -2014-01-11 00:27:33 queue INFO >>3 [495] -2014-01-11 00:27:33 sendUrl INFO 3 [495] -2014-01-11 00:28:23 queue INFO >>3 [496] -2014-01-11 00:28:24 sendUrl INFO 3 [496] -2014-01-11 00:29:13 queue INFO >>3 [497] -2014-01-11 00:29:14 sendUrl INFO 3 [497] -2014-01-11 00:30:04 queue INFO >>3 [498] -2014-01-11 00:30:04 sendUrl INFO 3 [498] -2014-01-11 00:30:15 queue INFO 7 [499] -2014-01-11 00:30:15 queue INFO >7 [500] -2014-01-11 00:30:16 sendUrl INFO 7 [499] -2014-01-11 00:30:16 sendUrl INFO 7 [500] -2014-01-11 00:30:17 queue INFO 3 [501] -2014-01-11 00:30:17 queue INFO >3 [502] -2014-01-11 00:30:17 sendUrl INFO 3 [501] -2014-01-11 00:30:18 sendUrl INFO 3 [502] -2014-01-11 00:31:07 queue INFO >>3 [503] -2014-01-11 00:31:07 sendUrl INFO 3 [503] -2014-01-11 00:31:57 queue INFO >>3 [504] -2014-01-11 00:31:58 sendUrl INFO 3 [504] -2014-01-11 00:32:47 queue INFO >>3 [505] -2014-01-11 00:32:48 sendUrl INFO 3 [505] -2014-01-11 00:33:38 queue INFO >>3 [506] -2014-01-11 00:33:38 sendUrl INFO 3 [506] -2014-01-11 00:34:28 queue INFO >>3 [507] -2014-01-11 00:34:28 sendUrl INFO 3 [507] -2014-01-11 00:35:18 queue INFO >>3 [508] -2014-01-11 00:35:18 sendUrl INFO 3 [508] -2014-01-11 00:36:08 queue INFO >>3 [509] -2014-01-11 00:36:08 sendUrl INFO 3 [509] -2014-01-11 00:36:58 queue INFO >>3 [510] -2014-01-11 00:36:58 sendUrl INFO 3 [510] -2014-01-11 00:37:09 queue INFO 7 [511] -2014-01-11 00:37:09 sendUrl INFO 7 [511] -2014-01-11 00:37:09 queue INFO >7 [512] -2014-01-11 00:37:10 sendUrl INFO 7 [512] -2014-01-11 00:37:11 queue INFO 3 [513] -2014-01-11 00:37:11 queue INFO >3 [514] -2014-01-11 00:37:11 sendUrl INFO 3 [513] -2014-01-11 00:37:12 sendUrl INFO 3 [514] -2014-01-11 00:37:15 queue INFO 9 [515] -2014-01-11 00:37:15 queue INFO >9 [516] -2014-01-11 00:37:15 sendUrl INFO 9 [515] -2014-01-11 00:37:16 sendUrl INFO 9 [516] -2014-01-11 00:38:05 queue INFO >>9 [517] -2014-01-11 00:38:06 sendUrl INFO 9 [517] -2014-01-11 00:38:55 queue INFO >>9 [518] -2014-01-11 00:38:56 sendUrl INFO 9 [518] -2014-01-11 00:39:29 queue INFO 29 [519] -2014-01-11 00:39:29 queue INFO >29 [520] -2014-01-11 00:39:29 sendUrl INFO 29 [519] -2014-01-11 00:39:30 queue INFO 21 [521] -2014-01-11 00:39:30 sendUrl INFO 29 [520] -2014-01-11 00:39:30 queue INFO >21 [522] -2014-01-11 00:39:30 sendUrl INFO 21 [521] -2014-01-11 00:39:31 sendUrl INFO 21 [522] -2014-01-11 00:40:20 queue INFO >>21 [523] -2014-01-11 00:40:20 sendUrl INFO 21 [523] -2014-01-11 00:40:33 queue INFO 1 [524] -2014-01-11 00:40:33 queue INFO >1 [525] -2014-01-11 00:40:33 sendUrl INFO 1 [524] -2014-01-11 00:40:34 sendUrl INFO 1 [525] -2014-01-11 00:41:23 queue INFO >>1 [526] -2014-01-11 00:41:23 sendUrl INFO 1 [526] -2014-01-11 00:41:27 queue INFO 3 [527] -2014-01-11 00:41:27 queue INFO >3 [528] -2014-01-11 00:41:27 sendUrl INFO 3 [527] -2014-01-11 00:41:28 sendUrl INFO 3 [528] -2014-01-11 00:42:17 queue INFO >>3 [529] -2014-01-11 00:42:17 sendUrl INFO 3 [529] -2014-01-11 00:43:07 queue INFO >>3 [530] -2014-01-11 00:43:07 sendUrl INFO 3 [530] -2014-01-11 00:43:57 queue INFO >>3 [531] -2014-01-11 00:43:58 sendUrl INFO 3 [531] -2014-01-11 00:44:47 queue INFO >>3 [532] -2014-01-11 00:44:47 sendUrl INFO 3 [532] -2014-01-11 00:45:37 queue INFO >>3 [533] -2014-01-11 00:45:38 sendUrl INFO 3 [533] -2014-01-11 00:46:27 queue INFO >>3 [534] -2014-01-11 00:46:28 sendUrl INFO 3 [534] -2014-01-11 00:47:18 queue INFO >>3 [535] -2014-01-11 00:47:18 sendUrl INFO 3 [535] -2014-01-11 00:47:26 queue INFO 7 [536] -2014-01-11 00:47:27 queue INFO >7 [537] -2014-01-11 00:47:27 sendUrl INFO 7 [536] -2014-01-11 00:47:27 sendUrl INFO 7 [537] -2014-01-11 00:47:28 queue INFO 3 [538] -2014-01-11 00:47:28 queue INFO >3 [539] -2014-01-11 00:47:29 sendUrl INFO 3 [538] -2014-01-11 00:47:29 sendUrl INFO 3 [539] -2014-01-11 00:48:18 queue INFO >>3 [540] -2014-01-11 00:48:18 sendUrl INFO 3 [540] -2014-01-11 00:49:08 queue INFO >>3 [541] -2014-01-11 00:49:09 sendUrl INFO 3 [541] -2014-01-11 00:49:59 queue INFO >>3 [542] -2014-01-11 00:49:59 sendUrl INFO 3 [542] -2014-01-11 00:50:49 queue INFO >>3 [543] -2014-01-11 00:50:49 sendUrl INFO 3 [543] -2014-01-11 00:51:39 queue INFO >>3 [544] -2014-01-11 00:51:39 sendUrl INFO 3 [544] -2014-01-11 00:52:29 queue INFO >>3 [545] -2014-01-11 00:52:29 sendUrl INFO 3 [545] -2014-01-11 00:53:19 queue INFO >>3 [546] -2014-01-11 00:53:19 sendUrl INFO 3 [546] -2014-01-11 00:54:09 queue INFO >>3 [547] -2014-01-11 00:54:10 sendUrl INFO 3 [547] -2014-01-11 00:54:20 queue INFO 7 [548] -2014-01-11 00:54:20 sendUrl INFO 7 [548] -2014-01-11 00:54:20 queue INFO >7 [549] -2014-01-11 00:54:21 sendUrl INFO 7 [549] -2014-01-11 00:54:22 queue INFO 3 [550] -2014-01-11 00:54:22 queue INFO >3 [551] -2014-01-11 00:54:22 sendUrl INFO 3 [550] -2014-01-11 00:54:23 sendUrl INFO 3 [551] -2014-01-11 00:55:12 queue INFO >>3 [552] -2014-01-11 00:55:12 sendUrl INFO 3 [552] -2014-01-11 00:56:02 queue INFO >>3 [553] -2014-01-11 00:56:02 sendUrl INFO 3 [553] -2014-01-11 00:56:52 queue INFO >>3 [554] -2014-01-11 00:56:53 sendUrl INFO 3 [554] -2014-01-11 00:57:42 queue INFO >>3 [555] -2014-01-11 00:57:43 sendUrl INFO 3 [555] -2014-01-11 00:58:32 queue INFO >>3 [556] -2014-01-11 00:58:33 sendUrl INFO 3 [556] -2014-01-11 00:59:23 queue INFO >>3 [557] -2014-01-11 00:59:23 sendUrl INFO 3 [557] -2014-01-11 01:00:13 queue INFO >>3 [558] -2014-01-11 01:00:13 sendUrl INFO 3 [558] -2014-01-11 01:01:03 queue INFO >>3 [559] -2014-01-11 01:01:03 sendUrl INFO 3 [559] -2014-01-11 01:01:14 queue INFO 7 [560] -2014-01-11 01:01:14 queue INFO >7 [561] -2014-01-11 01:01:14 sendUrl INFO 7 [560] -2014-01-11 01:01:14 sendUrl INFO 7 [561] -2014-01-11 01:01:15 queue INFO 3 [562] -2014-01-11 01:01:15 queue INFO >3 [563] -2014-01-11 01:01:15 sendUrl INFO 3 [562] -2014-01-11 01:01:16 sendUrl INFO 3 [563] -2014-01-11 01:02:05 queue INFO >>3 [564] -2014-01-11 01:02:06 sendUrl INFO 3 [564] -2014-01-11 01:02:55 queue INFO >>3 [565] -2014-01-11 01:02:56 sendUrl INFO 3 [565] -2014-01-11 01:03:46 queue INFO >>3 [566] -2014-01-11 01:03:46 sendUrl INFO 3 [566] -2014-01-11 01:04:36 queue INFO >>3 [567] -2014-01-11 01:04:36 sendUrl INFO 3 [567] -2014-01-11 01:05:26 queue INFO >>3 [568] -2014-01-11 01:05:26 sendUrl INFO 3 [568] -2014-01-11 01:06:16 queue INFO >>3 [569] -2014-01-11 01:06:16 sendUrl INFO 3 [569] -2014-01-11 01:07:06 queue INFO >>3 [570] -2014-01-11 01:07:07 sendUrl INFO 3 [570] -2014-01-11 01:07:56 queue INFO >>3 [571] -2014-01-11 01:07:57 sendUrl INFO 3 [571] -2014-01-11 01:08:08 queue INFO 7 [572] -2014-01-11 01:08:08 queue INFO >7 [573] -2014-01-11 01:08:08 sendUrl INFO 7 [572] -2014-01-11 01:08:09 sendUrl INFO 7 [573] -2014-01-11 01:08:10 queue INFO 3 [574] -2014-01-11 01:08:10 sendUrl INFO 3 [574] -2014-01-11 01:08:10 queue INFO >3 [575] -2014-01-11 01:08:10 sendUrl INFO 3 [575] -2014-01-11 01:09:00 queue INFO >>3 [576] -2014-01-11 01:09:00 sendUrl INFO 3 [576] -2014-01-11 01:09:50 queue INFO >>3 [577] -2014-01-11 01:09:50 sendUrl INFO 3 [577] -2014-01-11 01:10:40 queue INFO >>3 [578] -2014-01-11 01:10:40 sendUrl INFO 3 [578] -2014-01-11 01:11:30 queue INFO >>3 [579] -2014-01-11 01:11:31 sendUrl INFO 3 [579] -2014-01-11 01:12:20 queue INFO >>3 [580] -2014-01-11 01:12:20 sendUrl INFO 3 [580] -2014-01-11 01:13:10 queue INFO >>3 [581] -2014-01-11 01:13:11 sendUrl INFO 3 [581] -2014-01-11 01:14:01 queue INFO >>3 [582] -2014-01-11 01:14:01 sendUrl INFO 3 [582] -2014-01-11 01:14:51 queue INFO >>3 [583] -2014-01-11 01:14:51 sendUrl INFO 3 [583] -2014-01-11 01:15:02 queue INFO 7 [584] -2014-01-11 01:15:02 queue INFO >7 [585] -2014-01-11 01:15:02 sendUrl INFO 7 [584] -2014-01-11 01:15:03 sendUrl INFO 7 [585] -2014-01-11 01:15:04 queue INFO 3 [586] -2014-01-11 01:15:04 queue INFO >3 [587] -2014-01-11 01:15:04 sendUrl INFO 3 [586] -2014-01-11 01:15:04 sendUrl INFO 3 [587] -2014-01-11 01:15:54 queue INFO >>3 [588] -2014-01-11 01:15:54 sendUrl INFO 3 [588] -2014-01-11 01:16:44 queue INFO >>3 [589] -2014-01-11 01:16:44 sendUrl INFO 3 [589] -2014-01-11 01:17:34 queue INFO >>3 [590] -2014-01-11 01:17:34 sendUrl INFO 3 [590] -2014-01-11 01:18:24 queue INFO >>3 [591] -2014-01-11 01:18:24 sendUrl INFO 3 [591] -2014-01-11 01:19:14 queue INFO >>3 [592] -2014-01-11 01:19:15 sendUrl INFO 3 [592] -2014-01-11 01:20:04 queue INFO >>3 [593] -2014-01-11 01:20:05 sendUrl INFO 3 [593] -2014-01-11 01:20:55 queue INFO >>3 [594] -2014-01-11 01:20:55 sendUrl INFO 3 [594] -2014-01-11 01:21:45 queue INFO >>3 [595] -2014-01-11 01:21:45 sendUrl INFO 3 [595] -2014-01-11 01:21:56 queue INFO 7 [596] -2014-01-11 01:21:56 sendUrl INFO 7 [596] -2014-01-11 01:21:56 queue INFO >7 [597] -2014-01-11 01:21:56 sendUrl INFO 7 [597] -2014-01-11 01:21:57 queue INFO 3 [598] -2014-01-11 01:21:57 queue INFO >3 [599] -2014-01-11 01:21:58 sendUrl INFO 3 [598] -2014-01-11 01:21:58 sendUrl INFO 3 [599] -2014-01-11 01:22:47 queue INFO >>3 [600] -2014-01-11 01:22:48 sendUrl INFO 3 [600] -2014-01-11 01:23:38 queue INFO >>3 [601] -2014-01-11 01:23:38 sendUrl INFO 3 [601] -2014-01-11 01:24:28 queue INFO >>3 [602] -2014-01-11 01:24:28 sendUrl INFO 3 [602] -2014-01-11 01:25:18 queue INFO >>3 [603] -2014-01-11 01:25:18 sendUrl INFO 3 [603] -2014-01-11 01:26:08 queue INFO >>3 [604] -2014-01-11 01:26:08 sendUrl INFO 3 [604] -2014-01-11 01:26:58 queue INFO >>3 [605] -2014-01-11 01:26:58 sendUrl INFO 3 [605] -2014-01-11 01:27:48 queue INFO >>3 [606] -2014-01-11 01:27:49 sendUrl INFO 3 [606] -2014-01-11 01:28:38 queue INFO >>3 [607] -2014-01-11 01:28:39 sendUrl INFO 3 [607] -2014-01-11 01:28:49 queue INFO 7 [608] -2014-01-11 01:28:49 queue INFO >7 [609] -2014-01-11 01:28:49 sendUrl INFO 7 [608] -2014-01-11 01:28:50 sendUrl INFO 7 [609] -2014-01-11 01:28:51 queue INFO 3 [610] -2014-01-11 01:28:51 sendUrl INFO 3 [610] -2014-01-11 01:28:51 queue INFO >3 [611] -2014-01-11 01:28:51 sendUrl INFO 3 [611] -2014-01-11 01:29:41 queue INFO >>3 [612] -2014-01-11 01:29:41 sendUrl INFO 3 [612] -2014-01-11 01:30:31 queue INFO >>3 [613] -2014-01-11 01:30:32 sendUrl INFO 3 [613] -2014-01-11 01:31:21 queue INFO >>3 [614] -2014-01-11 01:31:21 sendUrl INFO 3 [614] -2014-01-11 01:32:11 queue INFO >>3 [615] -2014-01-11 01:32:12 sendUrl INFO 3 [615] -2014-01-11 01:33:01 queue INFO >>3 [616] -2014-01-11 01:33:02 sendUrl INFO 3 [616] -2014-01-11 01:33:52 queue INFO >>3 [617] -2014-01-11 01:33:52 sendUrl INFO 3 [617] -2014-01-11 01:34:42 queue INFO >>3 [618] -2014-01-11 01:34:42 sendUrl INFO 3 [618] -2014-01-11 01:35:32 queue INFO >>3 [619] -2014-01-11 01:35:32 sendUrl INFO 3 [619] -2014-01-11 01:35:43 queue INFO 7 [620] -2014-01-11 01:35:43 sendUrl INFO 7 [620] -2014-01-11 01:35:43 queue INFO >7 [621] -2014-01-11 01:35:43 sendUrl INFO 7 [621] -2014-01-11 01:35:44 queue INFO 3 [622] -2014-01-11 01:35:44 queue INFO >3 [623] -2014-01-11 01:35:45 sendUrl INFO 3 [622] -2014-01-11 01:35:45 sendUrl INFO 3 [623] -2014-01-11 01:36:01 queue INFO 9 [624] -2014-01-11 01:36:02 queue INFO >9 [625] -2014-01-11 01:36:02 sendUrl INFO 9 [624] -2014-01-11 01:36:02 sendUrl INFO 9 [625] -2014-01-11 01:36:04 queue INFO 29 [626] -2014-01-11 01:36:05 queue INFO >29 [627] -2014-01-11 01:36:05 queue INFO 21 [628] -2014-01-11 01:36:05 sendUrl INFO 29 [626] -2014-01-11 01:36:05 queue INFO >21 [629] -2014-01-11 01:36:05 sendUrl INFO 29 [627] -2014-01-11 01:36:06 sendUrl INFO 21 [628] -2014-01-11 01:36:06 sendUrl INFO 21 [629] -2014-01-11 01:36:55 queue INFO >>21 [630] -2014-01-11 01:36:55 sendUrl INFO 21 [630] -2014-01-11 01:37:45 queue INFO >>21 [631] -2014-01-11 01:37:46 sendUrl INFO 21 [631] -2014-01-11 01:38:18 queue INFO 1 [632] -2014-01-11 01:38:18 queue INFO >1 [633] -2014-01-11 01:38:18 sendUrl INFO 1 [632] -2014-01-11 01:38:19 sendUrl INFO 1 [633] -2014-01-11 01:38:24 queue INFO 21 [634] -2014-01-11 01:38:24 queue INFO >21 [635] -2014-01-11 01:38:24 sendUrl INFO 21 [634] -2014-01-11 01:38:25 sendUrl INFO 21 [635] -2014-01-11 01:38:35 queue INFO 1 [636] -2014-01-11 01:38:36 queue INFO >1 [637] -2014-01-11 01:38:36 sendUrl INFO 1 [636] -2014-01-11 01:38:36 sendUrl INFO 1 [637] -2014-01-11 01:39:26 queue INFO >>1 [638] -2014-01-11 01:39:26 sendUrl INFO 1 [638] -2014-01-11 01:39:32 queue INFO 3 [639] -2014-01-11 01:39:32 queue INFO >3 [640] -2014-01-11 01:39:32 sendUrl INFO 3 [639] -2014-01-11 01:39:33 sendUrl INFO 3 [640] -2014-01-11 01:40:22 queue INFO >>3 [641] -2014-01-11 01:40:23 sendUrl INFO 3 [641] -2014-01-11 01:40:36 queue INFO 1 [642] -2014-01-11 01:40:36 sendUrl INFO 1 [642] -2014-01-11 01:40:36 queue INFO >1 [643] -2014-01-11 01:40:37 sendUrl INFO 1 [643] -2014-01-11 01:41:26 queue INFO >>1 [644] -2014-01-11 01:41:26 sendUrl INFO 1 [644] -2014-01-11 01:42:16 queue INFO >>1 [645] -2014-01-11 01:42:17 sendUrl INFO 1 [645] -2014-01-11 01:43:06 queue INFO >>1 [646] -2014-01-11 01:43:07 sendUrl INFO 1 [646] -2014-01-11 01:43:57 queue INFO >>1 [647] -2014-01-11 01:43:57 sendUrl INFO 1 [647] -2014-01-11 01:44:47 queue INFO >>1 [648] -2014-01-11 01:44:47 sendUrl INFO 1 [648] -2014-01-11 01:45:37 queue INFO >>1 [649] -2014-01-11 01:45:37 sendUrl INFO 1 [649] -2014-01-11 01:46:27 queue INFO >>1 [650] -2014-01-11 01:46:27 sendUrl INFO 1 [650] -2014-01-11 01:47:17 queue INFO >>1 [651] -2014-01-11 01:47:18 sendUrl INFO 1 [651] -2014-01-11 01:48:07 queue INFO >>1 [652] -2014-01-11 01:48:08 sendUrl INFO 1 [652] -2014-01-11 01:48:58 queue INFO >>1 [653] -2014-01-11 01:48:58 sendUrl INFO 1 [653] -2014-01-11 01:49:48 queue INFO >>1 [654] -2014-01-11 01:49:48 sendUrl INFO 1 [654] -2014-01-11 01:50:38 queue INFO >>1 [655] -2014-01-11 01:50:38 sendUrl INFO 1 [655] -2014-01-11 01:51:27 queue INFO 21 [656] -2014-01-11 01:51:27 sendUrl INFO 21 [656] -2014-01-11 01:51:27 queue INFO >21 [657] -2014-01-11 01:51:27 sendUrl INFO 21 [657] -2014-01-11 01:52:17 queue INFO >>21 [658] -2014-01-11 01:52:17 sendUrl INFO 21 [658] -2014-01-11 01:53:07 queue INFO >>21 [659] -2014-01-11 01:53:08 sendUrl INFO 21 [659] -2014-01-11 01:53:57 queue INFO >>21 [660] -2014-01-11 01:53:57 sendUrl INFO 21 [660] -2014-01-11 01:54:15 queue INFO 1 [661] -2014-01-11 01:54:15 queue INFO >1 [662] -2014-01-11 01:54:15 sendUrl INFO 1 [661] -2014-01-11 01:54:16 sendUrl INFO 1 [662] -2014-01-11 01:55:05 queue INFO >>1 [663] -2014-01-11 01:55:05 sendUrl INFO 1 [663] -2014-01-11 01:55:55 queue INFO >>1 [664] -2014-01-11 01:55:55 sendUrl INFO 1 [664] -2014-01-11 01:56:45 queue INFO >>1 [665] -2014-01-11 01:56:46 sendUrl INFO 1 [665] -2014-01-11 01:57:35 queue INFO >>1 [666] -2014-01-11 01:57:36 sendUrl INFO 1 [666] -2014-01-11 01:58:26 queue INFO >>1 [667] -2014-01-11 01:58:26 sendUrl INFO 1 [667] -2014-01-11 01:59:16 queue INFO >>1 [668] -2014-01-11 01:59:16 sendUrl INFO 1 [668] -2014-01-11 02:00:06 queue INFO >>1 [669] -2014-01-11 02:00:06 sendUrl INFO 1 [669] -2014-01-11 02:00:56 queue INFO >>1 [670] -2014-01-11 02:00:56 sendUrl INFO 1 [670] -2014-01-11 02:01:46 queue INFO >>1 [671] -2014-01-11 02:01:47 sendUrl INFO 1 [671] -2014-01-11 02:02:36 queue INFO >>1 [672] -2014-01-11 02:02:36 sendUrl INFO 1 [672] -2014-01-11 02:03:26 queue INFO >>1 [673] -2014-01-11 02:03:27 sendUrl INFO 1 [673] -2014-01-11 02:04:17 queue INFO >>1 [674] -2014-01-11 02:04:17 sendUrl INFO 1 [674] -2014-01-11 02:05:07 queue INFO >>1 [675] -2014-01-11 02:05:07 sendUrl INFO 1 [675] -2014-01-11 02:05:57 queue INFO >>1 [676] -2014-01-11 02:05:57 sendUrl INFO 1 [676] -2014-01-11 02:06:47 queue INFO >>1 [677] -2014-01-11 02:06:48 sendUrl INFO 1 [677] -2014-01-11 02:07:35 queue INFO 21 [678] -2014-01-11 02:07:35 queue INFO >21 [679] -2014-01-11 02:07:35 sendUrl INFO 21 [678] -2014-01-11 02:07:36 sendUrl INFO 21 [679] -2014-01-11 02:08:07 queue INFO 1 [680] -2014-01-11 02:08:08 sendUrl INFO 1 [680] -2014-01-11 02:08:08 queue INFO >1 [681] -2014-01-11 02:08:08 sendUrl INFO 1 [681] -2014-01-11 02:08:58 queue INFO >>1 [682] -2014-01-11 02:08:58 sendUrl INFO 1 [682] -2014-01-11 02:09:48 queue INFO >>1 [683] -2014-01-11 02:09:48 sendUrl INFO 1 [683] -2014-01-11 02:10:38 queue INFO >>1 [684] -2014-01-11 02:10:38 sendUrl INFO 1 [684] -2014-01-11 02:11:28 queue INFO >>1 [685] -2014-01-11 02:11:28 sendUrl INFO 1 [685] -2014-01-11 02:12:18 queue INFO >>1 [686] -2014-01-11 02:12:19 sendUrl INFO 1 [686] -2014-01-11 02:13:08 queue INFO >>1 [687] -2014-01-11 02:13:09 sendUrl INFO 1 [687] -2014-01-11 02:13:59 queue INFO >>1 [688] -2014-01-11 02:13:59 sendUrl INFO 1 [688] -2014-01-11 02:14:49 queue INFO >>1 [689] -2014-01-11 02:14:49 sendUrl INFO 1 [689] -2014-01-11 02:15:39 queue INFO >>1 [690] -2014-01-11 02:15:39 sendUrl INFO 1 [690] -2014-01-11 02:16:29 queue INFO >>1 [691] -2014-01-11 02:16:29 sendUrl INFO 1 [691] -2014-01-11 02:17:19 queue INFO >>1 [692] -2014-01-11 02:17:19 sendUrl INFO 1 [692] -2014-01-11 02:18:09 queue INFO >>1 [693] -2014-01-11 02:18:10 sendUrl INFO 1 [693] -2014-01-11 02:19:00 queue INFO >>1 [694] -2014-01-11 02:19:00 sendUrl INFO 1 [694] -2014-01-11 02:19:50 queue INFO >>1 [695] -2014-01-11 02:19:50 sendUrl INFO 1 [695] -2014-01-11 02:20:40 queue INFO >>1 [696] -2014-01-11 02:20:40 sendUrl INFO 1 [696] -2014-01-11 02:21:30 queue INFO >>1 [697] -2014-01-11 02:21:30 sendUrl INFO 1 [697] -2014-01-11 02:22:20 queue INFO >>1 [698] -2014-01-11 02:22:20 sendUrl INFO 1 [698] -2014-01-11 02:23:10 queue INFO >>1 [699] -2014-01-11 02:23:11 sendUrl INFO 1 [699] -2014-01-11 02:24:00 queue INFO >>1 [700] -2014-01-11 02:24:01 sendUrl INFO 1 [700] -2014-01-11 02:24:51 queue INFO >>1 [701] -2014-01-11 02:24:51 sendUrl INFO 1 [701] -2014-01-11 02:25:41 queue INFO >>1 [702] -2014-01-11 02:25:41 sendUrl INFO 1 [702] -2014-01-11 02:26:31 queue INFO >>1 [703] -2014-01-11 02:26:31 sendUrl INFO 1 [703] -2014-01-11 02:27:21 queue INFO >>1 [704] -2014-01-11 02:27:21 sendUrl INFO 1 [704] -2014-01-11 02:28:11 queue INFO >>1 [705] -2014-01-11 02:28:12 sendUrl INFO 1 [705] -2014-01-11 02:29:01 queue INFO >>1 [706] -2014-01-11 02:29:02 sendUrl INFO 1 [706] -2014-01-11 02:29:52 queue INFO >>1 [707] -2014-01-11 02:29:52 sendUrl INFO 1 [707] -2014-01-11 02:30:42 queue INFO >>1 [708] -2014-01-11 02:30:42 sendUrl INFO 1 [708] -2014-01-11 02:31:32 queue INFO >>1 [709] -2014-01-11 02:31:32 sendUrl INFO 1 [709] -2014-01-11 02:32:22 queue INFO >>1 [710] -2014-01-11 02:32:22 sendUrl INFO 1 [710] -2014-01-11 02:33:12 queue INFO >>1 [711] -2014-01-11 02:33:13 sendUrl INFO 1 [711] -2014-01-11 02:34:02 queue INFO >>1 [712] -2014-01-11 02:34:02 sendUrl INFO 1 [712] -2014-01-11 02:34:52 queue INFO >>1 [713] -2014-01-11 02:34:53 sendUrl INFO 1 [713] -2014-01-11 02:35:43 queue INFO >>1 [714] -2014-01-11 02:35:43 sendUrl INFO 1 [714] -2014-01-11 02:36:33 queue INFO >>1 [715] -2014-01-11 02:36:33 sendUrl INFO 1 [715] -2014-01-11 02:37:23 queue INFO >>1 [716] -2014-01-11 02:37:23 sendUrl INFO 1 [716] -2014-01-11 02:38:13 queue INFO >>1 [717] -2014-01-11 02:38:13 sendUrl INFO 1 [717] -2014-01-11 02:39:03 queue INFO >>1 [718] -2014-01-11 02:39:03 sendUrl INFO 1 [718] -2014-01-11 02:39:53 queue INFO >>1 [719] -2014-01-11 02:39:54 sendUrl INFO 1 [719] -2014-01-11 02:40:43 queue INFO >>1 [720] -2014-01-11 02:40:44 sendUrl INFO 1 [720] -2014-01-11 02:41:34 queue INFO >>1 [721] -2014-01-11 02:41:34 sendUrl INFO 1 [721] -2014-01-11 02:42:24 queue INFO >>1 [722] -2014-01-11 02:42:24 sendUrl INFO 1 [722] -2014-01-11 02:43:14 queue INFO >>1 [723] -2014-01-11 02:43:14 sendUrl INFO 1 [723] -2014-01-11 02:44:04 queue INFO >>1 [724] -2014-01-11 02:44:04 sendUrl INFO 1 [724] -2014-01-11 02:44:54 queue INFO >>1 [725] -2014-01-11 02:44:55 sendUrl INFO 1 [725] -2014-01-11 02:45:44 queue INFO >>1 [726] -2014-01-11 02:45:45 sendUrl INFO 1 [726] -2014-01-11 02:46:35 queue INFO >>1 [727] -2014-01-11 02:46:35 sendUrl INFO 1 [727] -2014-01-11 02:47:25 queue INFO >>1 [728] -2014-01-11 02:47:25 sendUrl INFO 1 [728] -2014-01-11 02:48:15 queue INFO >>1 [729] -2014-01-11 02:48:15 sendUrl INFO 1 [729] -2014-01-11 02:49:05 queue INFO >>1 [730] -2014-01-11 02:49:05 sendUrl INFO 1 [730] -2014-01-11 02:49:55 queue INFO >>1 [731] -2014-01-11 02:49:55 sendUrl INFO 1 [731] -2014-01-11 02:50:45 queue INFO >>1 [732] -2014-01-11 02:50:46 sendUrl INFO 1 [732] -2014-01-11 02:51:35 queue INFO >>1 [733] -2014-01-11 02:51:36 sendUrl INFO 1 [733] -2014-01-11 02:52:26 queue INFO >>1 [734] -2014-01-11 02:52:26 sendUrl INFO 1 [734] -2014-01-11 02:53:16 queue INFO >>1 [735] -2014-01-11 02:53:16 sendUrl INFO 1 [735] -2014-01-11 02:54:06 queue INFO >>1 [736] -2014-01-11 02:54:06 sendUrl INFO 1 [736] -2014-01-11 02:54:56 queue INFO >>1 [737] -2014-01-11 02:54:56 sendUrl INFO 1 [737] -2014-01-11 02:55:46 queue INFO >>1 [738] -2014-01-11 02:55:47 sendUrl INFO 1 [738] -2014-01-11 02:56:36 queue INFO >>1 [739] -2014-01-11 02:56:36 sendUrl INFO 1 [739] -2014-01-11 02:57:26 queue INFO >>1 [740] -2014-01-11 02:57:27 sendUrl INFO 1 [740] -2014-01-11 02:58:17 queue INFO >>1 [741] -2014-01-11 02:58:17 sendUrl INFO 1 [741] -2014-01-11 02:59:07 queue INFO >>1 [742] -2014-01-11 02:59:07 sendUrl INFO 1 [742] -2014-01-11 02:59:57 queue INFO >>1 [743] -2014-01-11 02:59:57 sendUrl INFO 1 [743] -2014-01-11 03:00:47 queue INFO >>1 [744] -2014-01-11 03:00:47 sendUrl INFO 1 [744] -2014-01-11 03:01:37 queue INFO >>1 [745] -2014-01-11 03:01:37 sendUrl INFO 1 [745] -2014-01-11 03:02:27 queue INFO >>1 [746] -2014-01-11 03:02:27 sendUrl INFO 1 [746] -2014-01-11 03:03:17 queue INFO >>1 [747] -2014-01-11 03:03:18 sendUrl INFO 1 [747] -2014-01-11 03:04:07 queue INFO >>1 [748] -2014-01-11 03:04:08 sendUrl INFO 1 [748] -2014-01-11 03:04:58 queue INFO >>1 [749] -2014-01-11 03:04:58 sendUrl INFO 1 [749] -2014-01-11 03:05:48 queue INFO >>1 [750] -2014-01-11 03:05:48 sendUrl INFO 1 [750] -2014-01-11 03:06:38 queue INFO >>1 [751] -2014-01-11 03:06:38 sendUrl INFO 1 [751] -2014-01-11 03:07:28 queue INFO >>1 [752] -2014-01-11 03:07:28 sendUrl INFO 1 [752] -2014-01-11 03:08:18 queue INFO >>1 [753] -2014-01-11 03:08:19 sendUrl INFO 1 [753] -2014-01-11 03:09:08 queue INFO >>1 [754] -2014-01-11 03:09:08 sendUrl INFO 1 [754] -2014-01-11 03:09:58 queue INFO >>1 [755] -2014-01-11 03:09:59 sendUrl INFO 1 [755] -2014-01-11 03:10:49 queue INFO >>1 [756] -2014-01-11 03:10:49 sendUrl INFO 1 [756] -2014-01-11 03:11:39 queue INFO >>1 [757] -2014-01-11 03:11:39 sendUrl INFO 1 [757] -2014-01-11 03:12:29 queue INFO >>1 [758] -2014-01-11 03:12:29 sendUrl INFO 1 [758] -2014-01-11 03:13:19 queue INFO >>1 [759] -2014-01-11 03:13:20 sendUrl INFO 1 [759] -2014-01-11 03:14:09 queue INFO >>1 [760] -2014-01-11 03:14:09 sendUrl INFO 1 [760] -2014-01-11 03:14:59 queue INFO >>1 [761] -2014-01-11 03:15:00 sendUrl INFO 1 [761] -2014-01-11 03:15:50 queue INFO >>1 [762] -2014-01-11 03:15:50 sendUrl INFO 1 [762] -2014-01-11 03:16:40 queue INFO >>1 [763] -2014-01-11 03:16:40 sendUrl INFO 1 [763] -2014-01-11 03:17:30 queue INFO >>1 [764] -2014-01-11 03:17:30 sendUrl INFO 1 [764] -2014-01-11 03:18:20 queue INFO >>1 [765] -2014-01-11 03:18:21 sendUrl INFO 1 [765] -2014-01-11 03:19:10 queue INFO >>1 [766] -2014-01-11 03:19:10 sendUrl INFO 1 [766] -2014-01-11 03:20:00 queue INFO >>1 [767] -2014-01-11 03:20:01 sendUrl INFO 1 [767] -2014-01-11 03:20:50 queue INFO >>1 [768] -2014-01-11 03:20:51 sendUrl INFO 1 [768] -2014-01-11 03:21:41 queue INFO >>1 [769] -2014-01-11 03:21:41 sendUrl INFO 1 [769] -2014-01-11 03:22:31 queue INFO >>1 [770] -2014-01-11 03:22:31 sendUrl INFO 1 [770] -2014-01-11 03:23:21 queue INFO >>1 [771] -2014-01-11 03:23:21 sendUrl INFO 1 [771] -2014-01-11 03:24:11 queue INFO >>1 [772] -2014-01-11 03:24:11 sendUrl INFO 1 [772] -2014-01-11 03:25:01 queue INFO >>1 [773] -2014-01-11 03:25:02 sendUrl INFO 1 [773] -2014-01-11 03:25:51 queue INFO >>1 [774] -2014-01-11 03:25:52 sendUrl INFO 1 [774] -2014-01-11 03:26:42 queue INFO >>1 [775] -2014-01-11 03:26:42 sendUrl INFO 1 [775] -2014-01-11 03:27:32 queue INFO >>1 [776] -2014-01-11 03:27:32 sendUrl INFO 1 [776] -2014-01-11 03:28:22 queue INFO >>1 [777] -2014-01-11 03:28:22 sendUrl INFO 1 [777] -2014-01-11 03:29:12 queue INFO >>1 [778] -2014-01-11 03:29:12 sendUrl INFO 1 [778] -2014-01-11 03:30:02 queue INFO >>1 [779] -2014-01-11 03:30:02 sendUrl INFO 1 [779] -2014-01-11 03:30:52 queue INFO >>1 [780] -2014-01-11 03:30:53 sendUrl INFO 1 [780] -2014-01-11 03:31:42 queue INFO >>1 [781] -2014-01-11 03:31:42 sendUrl INFO 1 [781] -2014-01-11 03:32:32 queue INFO >>1 [782] -2014-01-11 03:32:33 sendUrl INFO 1 [782] -2014-01-11 03:33:23 queue INFO >>1 [783] -2014-01-11 03:33:23 sendUrl INFO 1 [783] -2014-01-11 03:34:13 queue INFO >>1 [784] -2014-01-11 03:34:13 sendUrl INFO 1 [784] -2014-01-11 03:35:03 queue INFO >>1 [785] -2014-01-11 03:35:03 sendUrl INFO 1 [785] -2014-01-11 03:35:53 queue INFO >>1 [786] -2014-01-11 03:35:54 sendUrl INFO 1 [786] -2014-01-11 03:36:43 queue INFO >>1 [787] -2014-01-11 03:36:43 sendUrl INFO 1 [787] -2014-01-11 03:37:33 queue INFO >>1 [788] -2014-01-11 03:37:34 sendUrl INFO 1 [788] -2014-01-11 03:38:24 queue INFO >>1 [789] -2014-01-11 03:38:24 sendUrl INFO 1 [789] -2014-01-11 03:39:14 queue INFO >>1 [790] -2014-01-11 03:39:14 sendUrl INFO 1 [790] -2014-01-11 03:40:04 queue INFO >>1 [791] -2014-01-11 03:40:04 sendUrl INFO 1 [791] -2014-01-11 03:40:54 queue INFO >>1 [792] -2014-01-11 03:40:54 sendUrl INFO 1 [792] -2014-01-11 03:41:44 queue INFO >>1 [793] -2014-01-11 03:41:44 sendUrl INFO 1 [793] -2014-01-11 03:42:34 queue INFO >>1 [794] -2014-01-11 03:42:35 sendUrl INFO 1 [794] -2014-01-11 03:43:24 queue INFO >>1 [795] -2014-01-11 03:43:25 sendUrl INFO 1 [795] -2014-01-11 03:44:14 queue INFO >>1 [796] -2014-01-11 03:44:15 sendUrl INFO 1 [796] -2014-01-11 03:45:05 queue INFO >>1 [797] -2014-01-11 03:45:05 sendUrl INFO 1 [797] -2014-01-11 03:45:55 queue INFO >>1 [798] -2014-01-11 03:45:55 sendUrl INFO 1 [798] -2014-01-11 03:46:45 queue INFO >>1 [799] -2014-01-11 03:46:45 sendUrl INFO 1 [799] -2014-01-11 03:47:35 queue INFO >>1 [800] -2014-01-11 03:47:35 sendUrl INFO 1 [800] -2014-01-11 03:48:25 queue INFO >>1 [801] -2014-01-11 03:48:26 sendUrl INFO 1 [801] -2014-01-11 03:49:15 queue INFO >>1 [802] -2014-01-11 03:49:16 sendUrl INFO 1 [802] -2014-01-11 03:50:05 queue INFO >>1 [803] -2014-01-11 03:50:06 sendUrl INFO 1 [803] -2014-01-11 03:50:56 queue INFO >>1 [804] -2014-01-11 03:50:56 sendUrl INFO 1 [804] -2014-01-11 03:51:46 queue INFO >>1 [805] -2014-01-11 03:51:46 sendUrl INFO 1 [805] -2014-01-11 03:52:36 queue INFO >>1 [806] -2014-01-11 03:52:36 sendUrl INFO 1 [806] -2014-01-11 03:53:26 queue INFO >>1 [807] -2014-01-11 03:53:27 sendUrl INFO 1 [807] -2014-01-11 03:54:16 queue INFO >>1 [808] -2014-01-11 03:54:16 sendUrl INFO 1 [808] -2014-01-11 03:55:06 queue INFO >>1 [809] -2014-01-11 03:55:07 sendUrl INFO 1 [809] -2014-01-11 03:55:57 queue INFO >>1 [810] -2014-01-11 03:55:57 sendUrl INFO 1 [810] -2014-01-11 03:56:47 queue INFO >>1 [811] -2014-01-11 03:56:47 sendUrl INFO 1 [811] -2014-01-11 03:57:37 queue INFO >>1 [812] -2014-01-11 03:57:37 sendUrl INFO 1 [812] -2014-01-11 03:58:27 queue INFO >>1 [813] -2014-01-11 03:58:28 sendUrl INFO 1 [813] -2014-01-11 03:59:17 queue INFO >>1 [814] -2014-01-11 03:59:17 sendUrl INFO 1 [814] -2014-01-11 04:00:07 queue INFO >>1 [815] -2014-01-11 04:00:08 sendUrl INFO 1 [815] -2014-01-11 04:00:57 queue INFO >>1 [816] -2014-01-11 04:00:58 sendUrl INFO 1 [816] -2014-01-11 04:01:48 queue INFO >>1 [817] -2014-01-11 04:01:48 sendUrl INFO 1 [817] -2014-01-11 04:02:38 queue INFO >>1 [818] -2014-01-11 04:02:38 sendUrl INFO 1 [818] -2014-01-11 04:03:28 queue INFO >>1 [819] -2014-01-11 04:03:28 sendUrl INFO 1 [819] -2014-01-11 04:04:18 queue INFO >>1 [820] -2014-01-11 04:04:18 sendUrl INFO 1 [820] -2014-01-11 04:05:08 queue INFO >>1 [821] -2014-01-11 04:05:09 sendUrl INFO 1 [821] -2014-01-11 04:05:58 queue INFO >>1 [822] -2014-01-11 04:05:59 sendUrl INFO 1 [822] -2014-01-11 04:06:49 queue INFO >>1 [823] -2014-01-11 04:06:49 sendUrl INFO 1 [823] -2014-01-11 04:07:39 queue INFO >>1 [824] -2014-01-11 04:07:39 sendUrl INFO 1 [824] -2014-01-11 04:08:29 queue INFO >>1 [825] -2014-01-11 04:08:29 sendUrl INFO 1 [825] -2014-01-11 04:09:19 queue INFO >>1 [826] -2014-01-11 04:09:19 sendUrl INFO 1 [826] -2014-01-11 04:10:09 queue INFO >>1 [827] -2014-01-11 04:10:10 sendUrl INFO 1 [827] -2014-01-11 04:10:59 queue INFO >>1 [828] -2014-01-11 04:11:00 sendUrl INFO 1 [828] -2014-01-11 04:11:49 queue INFO >>1 [829] -2014-01-11 04:11:50 sendUrl INFO 1 [829] -2014-01-11 04:12:40 queue INFO >>1 [830] -2014-01-11 04:12:40 sendUrl INFO 1 [830] -2014-01-11 04:13:30 queue INFO >>1 [831] -2014-01-11 04:13:30 sendUrl INFO 1 [831] -2014-01-11 04:14:20 queue INFO >>1 [832] -2014-01-11 04:14:20 sendUrl INFO 1 [832] -2014-01-11 04:15:10 queue INFO >>1 [833] -2014-01-11 04:15:10 sendUrl INFO 1 [833] -2014-01-11 04:16:00 queue INFO >>1 [834] -2014-01-11 04:16:01 sendUrl INFO 1 [834] -2014-01-11 04:16:50 queue INFO >>1 [835] -2014-01-11 04:16:51 sendUrl INFO 1 [835] -2014-01-11 04:17:41 queue INFO >>1 [836] -2014-01-11 04:17:41 sendUrl INFO 1 [836] -2014-01-11 04:18:31 queue INFO >>1 [837] -2014-01-11 04:18:31 sendUrl INFO 1 [837] -2014-01-11 04:19:21 queue INFO >>1 [838] -2014-01-11 04:19:21 sendUrl INFO 1 [838] -2014-01-11 04:20:11 queue INFO >>1 [839] -2014-01-11 04:20:11 sendUrl INFO 1 [839] -2014-01-11 04:21:01 queue INFO >>1 [840] -2014-01-11 04:21:02 sendUrl INFO 1 [840] -2014-01-11 04:21:51 queue INFO >>1 [841] -2014-01-11 04:21:52 sendUrl INFO 1 [841] -2014-01-11 04:22:41 queue INFO >>1 [842] -2014-01-11 04:22:42 sendUrl INFO 1 [842] -2014-01-11 04:23:32 queue INFO >>1 [843] -2014-01-11 04:23:32 sendUrl INFO 1 [843] -2014-01-11 04:24:22 queue INFO >>1 [844] -2014-01-11 04:24:22 sendUrl INFO 1 [844] -2014-01-11 04:25:12 queue INFO >>1 [845] -2014-01-11 04:25:12 sendUrl INFO 1 [845] -2014-01-11 04:26:02 queue INFO >>1 [846] -2014-01-11 04:26:02 sendUrl INFO 1 [846] -2014-01-11 04:26:52 queue INFO >>1 [847] -2014-01-11 04:26:52 sendUrl INFO 1 [847] -2014-01-11 04:27:42 queue INFO >>1 [848] -2014-01-11 04:27:43 sendUrl INFO 1 [848] -2014-01-11 04:28:33 queue INFO >>1 [849] -2014-01-11 04:28:33 sendUrl INFO 1 [849] -2014-01-11 04:29:23 queue INFO >>1 [850] -2014-01-11 04:29:23 sendUrl INFO 1 [850] -2014-01-11 04:30:13 queue INFO >>1 [851] -2014-01-11 04:30:13 sendUrl INFO 1 [851] -2014-01-11 04:31:03 queue INFO >>1 [852] -2014-01-11 04:31:03 sendUrl INFO 1 [852] -2014-01-11 04:31:53 queue INFO >>1 [853] -2014-01-11 04:31:53 sendUrl INFO 1 [853] -2014-01-11 04:32:43 queue INFO >>1 [854] -2014-01-11 04:32:44 sendUrl INFO 1 [854] -2014-01-11 04:33:33 queue INFO >>1 [855] -2014-01-11 04:33:34 sendUrl INFO 1 [855] -2014-01-11 04:34:24 queue INFO >>1 [856] -2014-01-11 04:34:24 sendUrl INFO 1 [856] -2014-01-11 04:35:14 queue INFO >>1 [857] -2014-01-11 04:35:14 sendUrl INFO 1 [857] -2014-01-11 04:36:04 queue INFO >>1 [858] -2014-01-11 04:36:04 sendUrl INFO 1 [858] -2014-01-11 04:36:54 queue INFO >>1 [859] -2014-01-11 04:36:54 sendUrl INFO 1 [859] -2014-01-11 04:37:44 queue INFO >>1 [860] -2014-01-11 04:37:45 sendUrl INFO 1 [860] -2014-01-11 04:38:34 queue INFO >>1 [861] -2014-01-11 04:38:34 sendUrl INFO 1 [861] -2014-01-11 04:39:25 queue INFO >>1 [862] -2014-01-11 04:39:25 sendUrl INFO 1 [862] -2014-01-11 04:40:15 queue INFO >>1 [863] -2014-01-11 04:40:15 sendUrl INFO 1 [863] -2014-01-11 04:41:05 queue INFO >>1 [864] -2014-01-11 04:41:05 sendUrl INFO 1 [864] -2014-01-11 04:41:55 queue INFO >>1 [865] -2014-01-11 04:41:55 sendUrl INFO 1 [865] -2014-01-11 04:42:45 queue INFO >>1 [866] -2014-01-11 04:42:46 sendUrl INFO 1 [866] -2014-01-11 04:43:35 queue INFO >>1 [867] -2014-01-11 04:43:35 sendUrl INFO 1 [867] -2014-01-11 04:44:25 queue INFO >>1 [868] -2014-01-11 04:44:26 sendUrl INFO 1 [868] -2014-01-11 04:45:16 queue INFO >>1 [869] -2014-01-11 04:45:16 sendUrl INFO 1 [869] -2014-01-11 04:46:06 queue INFO >>1 [870] -2014-01-11 04:46:06 sendUrl INFO 1 [870] -2014-01-11 04:46:56 queue INFO >>1 [871] -2014-01-11 04:46:56 sendUrl INFO 1 [871] -2014-01-11 04:47:46 queue INFO >>1 [872] -2014-01-11 04:47:47 sendUrl INFO 1 [872] -2014-01-11 04:48:36 queue INFO >>1 [873] -2014-01-11 04:48:36 sendUrl INFO 1 [873] -2014-01-11 04:49:26 queue INFO >>1 [874] -2014-01-11 04:49:27 sendUrl INFO 1 [874] -2014-01-11 04:50:17 queue INFO >>1 [875] -2014-01-11 04:50:17 sendUrl INFO 1 [875] -2014-01-11 04:51:07 queue INFO >>1 [876] -2014-01-11 04:51:07 sendUrl INFO 1 [876] -2014-01-11 04:51:57 queue INFO >>1 [877] -2014-01-11 04:51:57 sendUrl INFO 1 [877] -2014-01-11 04:52:47 queue INFO >>1 [878] -2014-01-11 04:52:47 sendUrl INFO 1 [878] -2014-01-11 04:53:37 queue INFO >>1 [879] -2014-01-11 04:53:37 sendUrl INFO 1 [879] -2014-01-11 04:54:27 queue INFO >>1 [880] -2014-01-11 04:54:28 sendUrl INFO 1 [880] -2014-01-11 04:55:17 queue INFO >>1 [881] -2014-01-11 04:55:18 sendUrl INFO 1 [881] -2014-01-11 04:56:08 queue INFO >>1 [882] -2014-01-11 04:56:08 sendUrl INFO 1 [882] -2014-01-11 04:56:58 queue INFO >>1 [883] -2014-01-11 04:56:58 sendUrl INFO 1 [883] -2014-01-11 04:57:48 queue INFO >>1 [884] -2014-01-11 04:57:48 sendUrl INFO 1 [884] -2014-01-11 04:58:38 queue INFO >>1 [885] -2014-01-11 04:58:38 sendUrl INFO 1 [885] -2014-01-11 04:59:28 queue INFO >>1 [886] -2014-01-11 04:59:29 sendUrl INFO 1 [886] -2014-01-11 05:00:18 queue INFO >>1 [887] -2014-01-11 05:00:19 sendUrl INFO 1 [887] -2014-01-11 05:01:09 queue INFO >>1 [888] -2014-01-11 05:01:09 sendUrl INFO 1 [888] -2014-01-11 05:01:59 queue INFO >>1 [889] -2014-01-11 05:01:59 sendUrl INFO 1 [889] -2014-01-11 05:02:49 queue INFO >>1 [890] -2014-01-11 05:02:49 sendUrl INFO 1 [890] -2014-01-11 05:03:39 queue INFO >>1 [891] -2014-01-11 05:03:39 sendUrl INFO 1 [891] -2014-01-11 05:04:29 queue INFO >>1 [892] -2014-01-11 05:04:29 sendUrl INFO 1 [892] -2014-01-11 05:05:19 queue INFO >>1 [893] -2014-01-11 05:05:20 sendUrl INFO 1 [893] -2014-01-11 05:06:09 queue INFO >>1 [894] -2014-01-11 05:06:10 sendUrl INFO 1 [894] -2014-01-11 05:07:00 queue INFO >>1 [895] -2014-01-11 05:07:00 sendUrl INFO 1 [895] -2014-01-11 05:07:50 queue INFO >>1 [896] -2014-01-11 05:07:50 sendUrl INFO 1 [896] -2014-01-11 05:08:40 queue INFO >>1 [897] -2014-01-11 05:08:40 sendUrl INFO 1 [897] -2014-01-11 05:09:30 queue INFO >>1 [898] -2014-01-11 05:09:30 sendUrl INFO 1 [898] -2014-01-11 05:10:20 queue INFO >>1 [899] -2014-01-11 05:10:21 sendUrl INFO 1 [899] -2014-01-11 05:11:10 queue INFO >>1 [900] -2014-01-11 05:11:10 sendUrl INFO 1 [900] -2014-01-11 05:12:00 queue INFO >>1 [901] -2014-01-11 05:12:01 sendUrl INFO 1 [901] -2014-01-11 05:12:50 queue INFO >>1 [902] -2014-01-11 05:12:51 sendUrl INFO 1 [902] -2014-01-11 05:13:41 queue INFO >>1 [903] -2014-01-11 05:13:41 sendUrl INFO 1 [903] -2014-01-11 05:14:31 queue INFO >>1 [904] -2014-01-11 05:14:31 sendUrl INFO 1 [904] -2014-01-11 05:15:21 queue INFO >>1 [905] -2014-01-11 05:15:21 sendUrl INFO 1 [905] -2014-01-11 05:16:11 queue INFO >>1 [906] -2014-01-11 05:16:11 sendUrl INFO 1 [906] -2014-01-11 05:17:01 queue INFO >>1 [907] -2014-01-11 05:17:02 sendUrl INFO 1 [907] -2014-01-11 05:17:51 queue INFO >>1 [908] -2014-01-11 05:17:52 sendUrl INFO 1 [908] -2014-01-11 05:18:42 queue INFO >>1 [909] -2014-01-11 05:18:42 sendUrl INFO 1 [909] -2014-01-11 05:19:32 queue INFO >>1 [910] -2014-01-11 05:19:32 sendUrl INFO 1 [910] -2014-01-11 05:20:22 queue INFO >>1 [911] -2014-01-11 05:20:22 sendUrl INFO 1 [911] -2014-01-11 05:21:12 queue INFO >>1 [912] -2014-01-11 05:21:12 sendUrl INFO 1 [912] -2014-01-11 05:22:02 queue INFO >>1 [913] -2014-01-11 05:22:02 sendUrl INFO 1 [913] -2014-01-11 05:22:52 queue INFO >>1 [914] -2014-01-11 05:22:53 sendUrl INFO 1 [914] -2014-01-11 05:23:42 queue INFO >>1 [915] -2014-01-11 05:23:43 sendUrl INFO 1 [915] -2014-01-11 05:24:33 queue INFO >>1 [916] -2014-01-11 05:24:33 sendUrl INFO 1 [916] -2014-01-11 05:25:23 queue INFO >>1 [917] -2014-01-11 05:25:23 sendUrl INFO 1 [917] -2014-01-11 05:26:13 queue INFO >>1 [918] -2014-01-11 05:26:13 sendUrl INFO 1 [918] -2014-01-11 05:27:03 queue INFO >>1 [919] -2014-01-11 05:27:03 sendUrl INFO 1 [919] -2014-01-11 05:27:53 queue INFO >>1 [920] -2014-01-11 05:27:54 sendUrl INFO 1 [920] -2014-01-11 05:28:43 queue INFO >>1 [921] -2014-01-11 05:28:44 sendUrl INFO 1 [921] -2014-01-11 05:29:34 queue INFO >>1 [922] -2014-01-11 05:29:34 sendUrl INFO 1 [922] -2014-01-11 05:30:24 queue INFO >>1 [923] -2014-01-11 05:30:24 sendUrl INFO 1 [923] -2014-01-11 05:31:14 queue INFO >>1 [924] -2014-01-11 05:31:14 sendUrl INFO 1 [924] -2014-01-11 05:32:04 queue INFO >>1 [925] -2014-01-11 05:32:04 sendUrl INFO 1 [925] -2014-01-11 05:32:54 queue INFO >>1 [926] -2014-01-11 05:32:55 sendUrl INFO 1 [926] -2014-01-11 05:33:44 queue INFO >>1 [927] -2014-01-11 05:33:44 sendUrl INFO 1 [927] -2014-01-11 05:34:34 queue INFO >>1 [928] -2014-01-11 05:34:35 sendUrl INFO 1 [928] -2014-01-11 05:35:25 queue INFO >>1 [929] -2014-01-11 05:35:25 sendUrl INFO 1 [929] -2014-01-11 05:36:15 queue INFO >>1 [930] -2014-01-11 05:36:15 sendUrl INFO 1 [930] -2014-01-11 05:37:05 queue INFO >>1 [931] -2014-01-11 05:37:05 sendUrl INFO 1 [931] -2014-01-11 05:37:55 queue INFO >>1 [932] -2014-01-11 05:37:55 sendUrl INFO 1 [932] -2014-01-11 05:38:45 queue INFO >>1 [933] -2014-01-11 05:38:45 sendUrl INFO 1 [933] -2014-01-11 05:39:35 queue INFO >>1 [934] -2014-01-11 05:39:36 sendUrl INFO 1 [934] -2014-01-11 05:40:25 queue INFO >>1 [935] -2014-01-11 05:40:26 sendUrl INFO 1 [935] -2014-01-11 05:41:16 queue INFO >>1 [936] -2014-01-11 05:41:16 sendUrl INFO 1 [936] -2014-01-11 05:42:06 queue INFO >>1 [937] -2014-01-11 05:42:06 sendUrl INFO 1 [937] -2014-01-11 05:42:56 queue INFO >>1 [938] -2014-01-11 05:42:56 sendUrl INFO 1 [938] -2014-01-11 05:43:46 queue INFO >>1 [939] -2014-01-11 05:43:46 sendUrl INFO 1 [939] -2014-01-11 05:44:36 queue INFO >>1 [940] -2014-01-11 05:44:36 sendUrl INFO 1 [940] -2014-01-11 05:45:26 queue INFO >>1 [941] -2014-01-11 05:45:27 sendUrl INFO 1 [941] -2014-01-11 05:46:16 queue INFO >>1 [942] -2014-01-11 05:46:17 sendUrl INFO 1 [942] -2014-01-11 05:47:07 queue INFO >>1 [943] -2014-01-11 05:47:07 sendUrl INFO 1 [943] -2014-01-11 05:47:57 queue INFO >>1 [944] -2014-01-11 05:47:57 sendUrl INFO 1 [944] -2014-01-11 05:48:47 queue INFO >>1 [945] -2014-01-11 05:48:47 sendUrl INFO 1 [945] -2014-01-11 05:49:37 queue INFO >>1 [946] -2014-01-11 05:49:37 sendUrl INFO 1 [946] -2014-01-11 05:50:27 queue INFO >>1 [947] -2014-01-11 05:50:28 sendUrl INFO 1 [947] -2014-01-11 05:51:17 queue INFO >>1 [948] -2014-01-11 05:51:18 sendUrl INFO 1 [948] -2014-01-11 05:52:08 queue INFO >>1 [949] -2014-01-11 05:52:08 sendUrl INFO 1 [949] -2014-01-11 05:52:58 queue INFO >>1 [950] -2014-01-11 05:52:58 sendUrl INFO 1 [950] -2014-01-11 05:53:48 queue INFO >>1 [951] -2014-01-11 05:53:48 sendUrl INFO 1 [951] -2014-01-11 05:54:38 queue INFO >>1 [952] -2014-01-11 05:54:38 sendUrl INFO 1 [952] -2014-01-11 05:55:28 queue INFO >>1 [953] -2014-01-11 05:55:29 sendUrl INFO 1 [953] -2014-01-11 05:56:18 queue INFO >>1 [954] -2014-01-11 05:56:18 sendUrl INFO 1 [954] -2014-01-11 05:57:08 queue INFO >>1 [955] -2014-01-11 05:57:09 sendUrl INFO 1 [955] -2014-01-11 05:57:59 queue INFO >>1 [956] -2014-01-11 05:57:59 sendUrl INFO 1 [956] -2014-01-11 05:58:49 queue INFO >>1 [957] -2014-01-11 05:58:49 sendUrl INFO 1 [957] -2014-01-11 05:59:39 queue INFO >>1 [958] -2014-01-11 05:59:39 sendUrl INFO 1 [958] -2014-01-11 06:00:29 queue INFO >>1 [959] -2014-01-11 06:00:30 sendUrl INFO 1 [959] -2014-01-11 06:01:19 queue INFO >>1 [960] -2014-01-11 06:01:19 sendUrl INFO 1 [960] -2014-01-11 06:02:09 queue INFO >>1 [961] -2014-01-11 06:02:10 sendUrl INFO 1 [961] -2014-01-11 06:02:59 queue INFO >>1 [962] -2014-01-11 06:03:00 sendUrl INFO 1 [962] -2014-01-11 06:03:50 queue INFO >>1 [963] -2014-01-11 06:03:50 sendUrl INFO 1 [963] -2014-01-11 06:04:40 queue INFO >>1 [964] -2014-01-11 06:04:40 sendUrl INFO 1 [964] -2014-01-11 06:05:30 queue INFO >>1 [965] -2014-01-11 06:05:30 sendUrl INFO 1 [965] -2014-01-11 06:06:20 queue INFO >>1 [966] -2014-01-11 06:06:20 sendUrl INFO 1 [966] -2014-01-11 06:07:10 queue INFO >>1 [967] -2014-01-11 06:07:11 sendUrl INFO 1 [967] -2014-01-11 06:08:00 queue INFO >>1 [968] -2014-01-11 06:08:01 sendUrl INFO 1 [968] -2014-01-11 06:08:51 queue INFO >>1 [969] -2014-01-11 06:08:51 sendUrl INFO 1 [969] -2014-01-11 06:09:41 queue INFO >>1 [970] -2014-01-11 06:09:41 sendUrl INFO 1 [970] -2014-01-11 06:10:31 queue INFO >>1 [971] -2014-01-11 06:10:31 sendUrl INFO 1 [971] -2014-01-11 06:11:21 queue INFO >>1 [972] -2014-01-11 06:11:21 sendUrl INFO 1 [972] -2014-01-11 06:12:11 queue INFO >>1 [973] -2014-01-11 06:12:12 sendUrl INFO 1 [973] -2014-01-11 06:13:01 queue INFO >>1 [974] -2014-01-11 06:13:02 sendUrl INFO 1 [974] -2014-01-11 06:13:51 queue INFO >>1 [975] -2014-01-11 06:13:52 sendUrl INFO 1 [975] -2014-01-11 06:14:42 queue INFO >>1 [976] -2014-01-11 06:14:42 sendUrl INFO 1 [976] -2014-01-11 06:15:32 queue INFO >>1 [977] -2014-01-11 06:15:32 sendUrl INFO 1 [977] -2014-01-11 06:16:22 queue INFO >>1 [978] -2014-01-11 06:16:22 sendUrl INFO 1 [978] -2014-01-11 06:17:12 queue INFO >>1 [979] -2014-01-11 06:17:12 sendUrl INFO 1 [979] -2014-01-11 06:18:02 queue INFO >>1 [980] -2014-01-11 06:18:03 sendUrl INFO 1 [980] -2014-01-11 06:18:52 queue INFO >>1 [981] -2014-01-11 06:18:53 sendUrl INFO 1 [981] -2014-01-11 06:19:43 queue INFO >>1 [982] -2014-01-11 06:19:43 sendUrl INFO 1 [982] -2014-01-11 06:20:33 queue INFO >>1 [983] -2014-01-11 06:20:33 sendUrl INFO 1 [983] -2014-01-11 06:21:23 queue INFO >>1 [984] -2014-01-11 06:21:23 sendUrl INFO 1 [984] -2014-01-11 06:22:13 queue INFO >>1 [985] -2014-01-11 06:22:13 sendUrl INFO 1 [985] -2014-01-11 06:23:03 queue INFO >>1 [986] -2014-01-11 06:23:04 sendUrl INFO 1 [986] -2014-01-11 06:23:53 queue INFO >>1 [987] -2014-01-11 06:23:54 sendUrl INFO 1 [987] -2014-01-11 06:24:43 queue INFO >>1 [988] -2014-01-11 06:24:44 sendUrl INFO 1 [988] -2014-01-11 06:25:34 queue INFO >>1 [989] -2014-01-11 06:25:34 sendUrl INFO 1 [989] -2014-01-11 06:26:24 queue INFO >>1 [990] -2014-01-11 06:26:24 sendUrl INFO 1 [990] -2014-01-11 06:27:14 queue INFO >>1 [991] -2014-01-11 06:27:14 sendUrl INFO 1 [991] -2014-01-11 06:28:04 queue INFO >>1 [992] -2014-01-11 06:28:05 sendUrl INFO 1 [992] -2014-01-11 06:28:54 queue INFO >>1 [993] -2014-01-11 06:28:54 sendUrl INFO 1 [993] -2014-01-11 06:29:44 queue INFO >>1 [994] -2014-01-11 06:29:45 sendUrl INFO 1 [994] -2014-01-11 06:30:35 queue INFO >>1 [995] -2014-01-11 06:30:35 sendUrl INFO 1 [995] -2014-01-11 06:31:25 queue INFO >>1 [996] -2014-01-11 06:31:25 sendUrl INFO 1 [996] -2014-01-11 06:32:15 queue INFO >>1 [997] -2014-01-11 06:32:15 sendUrl INFO 1 [997] -2014-01-11 06:33:05 queue INFO >>1 [998] -2014-01-11 06:33:06 sendUrl INFO 1 [998] -2014-01-11 06:33:55 queue INFO >>1 [999] -2014-01-11 06:33:55 sendUrl INFO 1 [999] -2014-01-11 06:34:45 queue INFO >>1 [0] -2014-01-11 06:34:46 sendUrl INFO 1 [0] -2014-01-11 06:35:35 queue INFO >>1 [1] -2014-01-11 06:35:36 sendUrl INFO 1 [1] -2014-01-11 06:36:26 queue INFO >>1 [2] -2014-01-11 06:36:26 sendUrl INFO 1 [2] -2014-01-11 06:37:16 queue INFO >>1 [3] -2014-01-11 06:37:16 sendUrl INFO 1 [3] -2014-01-11 06:38:06 queue INFO >>1 [4] -2014-01-11 06:38:06 sendUrl INFO 1 [4] -2014-01-11 06:38:56 queue INFO >>1 [5] -2014-01-11 06:38:56 sendUrl INFO 1 [5] -2014-01-11 06:39:46 queue INFO >>1 [6] -2014-01-11 06:39:47 sendUrl INFO 1 [6] -2014-01-11 06:40:36 queue INFO >>1 [7] -2014-01-11 06:40:37 sendUrl INFO 1 [7] -2014-01-11 06:41:27 queue INFO >>1 [8] -2014-01-11 06:41:27 sendUrl INFO 1 [8] -2014-01-11 06:42:17 queue INFO >>1 [9] -2014-01-11 06:42:17 sendUrl INFO 1 [9] -2014-01-11 06:43:07 queue INFO >>1 [10] -2014-01-11 06:43:07 sendUrl INFO 1 [10] -2014-01-11 06:43:57 queue INFO >>1 [11] -2014-01-11 06:43:57 sendUrl INFO 1 [11] -2014-01-11 06:44:47 queue INFO >>1 [12] -2014-01-11 06:44:48 sendUrl INFO 1 [12] -2014-01-11 06:45:37 queue INFO >>1 [13] -2014-01-11 06:45:38 sendUrl INFO 1 [13] -2014-01-11 06:46:27 queue INFO >>1 [14] -2014-01-11 06:46:28 sendUrl INFO 1 [14] -2014-01-11 06:47:18 queue INFO >>1 [15] -2014-01-11 06:47:18 sendUrl INFO 1 [15] -2014-01-11 06:48:08 queue INFO >>1 [16] -2014-01-11 06:48:08 sendUrl INFO 1 [16] -2014-01-11 06:48:58 queue INFO >>1 [17] -2014-01-11 06:48:58 sendUrl INFO 1 [17] -2014-01-11 06:49:48 queue INFO >>1 [18] -2014-01-11 06:49:48 sendUrl INFO 1 [18] -2014-01-11 06:50:38 queue INFO >>1 [19] -2014-01-11 06:50:39 sendUrl INFO 1 [19] -2014-01-11 06:51:28 queue INFO >>1 [20] -2014-01-11 06:51:29 sendUrl INFO 1 [20] -2014-01-11 06:52:19 queue INFO >>1 [21] -2014-01-11 06:52:19 sendUrl INFO 1 [21] -2014-01-11 06:53:09 queue INFO >>1 [22] -2014-01-11 06:53:09 sendUrl INFO 1 [22] -2014-01-11 06:53:59 queue INFO >>1 [23] -2014-01-11 06:53:59 sendUrl INFO 1 [23] -2014-01-11 06:54:49 queue INFO >>1 [24] -2014-01-11 06:54:49 sendUrl INFO 1 [24] -2014-01-11 06:55:39 queue INFO >>1 [25] -2014-01-11 06:55:40 sendUrl INFO 1 [25] -2014-01-11 06:56:29 queue INFO >>1 [26] -2014-01-11 06:56:30 sendUrl INFO 1 [26] -2014-01-11 06:57:19 queue INFO >>1 [27] -2014-01-11 06:57:20 sendUrl INFO 1 [27] -2014-01-11 06:58:10 queue INFO >>1 [28] -2014-01-11 06:58:10 sendUrl INFO 1 [28] -2014-01-11 06:59:00 queue INFO >>1 [29] -2014-01-11 06:59:00 sendUrl INFO 1 [29] -2014-01-11 06:59:50 queue INFO >>1 [30] -2014-01-11 06:59:50 sendUrl INFO 1 [30] -2014-01-11 07:00:40 queue INFO >>1 [31] -2014-01-11 07:00:41 sendUrl INFO 1 [31] -2014-01-11 07:01:30 queue INFO >>1 [32] -2014-01-11 07:01:30 sendUrl INFO 1 [32] -2014-01-11 07:02:20 queue INFO >>1 [33] -2014-01-11 07:02:21 sendUrl INFO 1 [33] -2014-01-11 07:03:11 queue INFO >>1 [34] -2014-01-11 07:03:11 sendUrl INFO 1 [34] -2014-01-11 07:04:01 queue INFO >>1 [35] -2014-01-11 07:04:01 sendUrl INFO 1 [35] -2014-01-11 07:04:51 queue INFO >>1 [36] -2014-01-11 07:04:51 sendUrl INFO 1 [36] -2014-01-11 07:05:41 queue INFO >>1 [37] -2014-01-11 07:05:42 sendUrl INFO 1 [37] -2014-01-11 07:06:31 queue INFO >>1 [38] -2014-01-11 07:06:31 sendUrl INFO 1 [38] -2014-01-11 07:07:21 queue INFO >>1 [39] -2014-01-11 07:07:22 sendUrl INFO 1 [39] -2014-01-11 07:08:11 queue INFO >>1 [40] -2014-01-11 07:08:12 sendUrl INFO 1 [40] -2014-01-11 07:09:02 queue INFO >>1 [41] -2014-01-11 07:09:02 sendUrl INFO 1 [41] -2014-01-11 07:09:52 queue INFO >>1 [42] -2014-01-11 07:09:52 sendUrl INFO 1 [42] -2014-01-11 07:10:42 queue INFO >>1 [43] -2014-01-11 07:10:42 sendUrl INFO 1 [43] -2014-01-11 07:11:32 queue INFO >>1 [44] -2014-01-11 07:11:32 sendUrl INFO 1 [44] -2014-01-11 07:12:22 queue INFO >>1 [45] -2014-01-11 07:12:23 sendUrl INFO 1 [45] -2014-01-11 07:13:12 queue INFO >>1 [46] -2014-01-11 07:13:13 sendUrl INFO 1 [46] -2014-01-11 07:14:03 queue INFO >>1 [47] -2014-01-11 07:14:03 sendUrl INFO 1 [47] -2014-01-11 07:14:53 queue INFO >>1 [48] -2014-01-11 07:14:53 sendUrl INFO 1 [48] -2014-01-11 07:15:43 queue INFO >>1 [49] -2014-01-11 07:15:43 sendUrl INFO 1 [49] -2014-01-11 07:16:33 queue INFO >>1 [50] -2014-01-11 07:16:33 sendUrl INFO 1 [50] -2014-01-11 07:17:23 queue INFO >>1 [51] -2014-01-11 07:17:24 sendUrl INFO 1 [51] -2014-01-11 07:18:13 queue INFO >>1 [52] -2014-01-11 07:18:14 sendUrl INFO 1 [52] -2014-01-11 07:19:03 queue INFO >>1 [53] -2014-01-11 07:19:04 sendUrl INFO 1 [53] -2014-01-11 07:19:54 queue INFO >>1 [54] -2014-01-11 07:19:54 sendUrl INFO 1 [54] -2014-01-11 07:20:44 queue INFO >>1 [55] -2014-01-11 07:20:44 sendUrl INFO 1 [55] -2014-01-11 07:21:34 queue INFO >>1 [56] -2014-01-11 07:21:34 sendUrl INFO 1 [56] -2014-01-11 07:22:24 queue INFO >>1 [57] -2014-01-11 07:22:24 sendUrl INFO 1 [57] -2014-01-11 07:23:14 queue INFO >>1 [58] -2014-01-11 07:23:15 sendUrl INFO 1 [58] -2014-01-11 07:24:04 queue INFO >>1 [59] -2014-01-11 07:24:05 sendUrl INFO 1 [59] -2014-01-11 07:24:55 queue INFO >>1 [60] -2014-01-11 07:24:55 sendUrl INFO 1 [60] -2014-01-11 07:25:45 queue INFO >>1 [61] -2014-01-11 07:25:45 sendUrl INFO 1 [61] -2014-01-11 07:26:35 queue INFO >>1 [62] -2014-01-11 07:26:35 sendUrl INFO 1 [62] -2014-01-11 07:27:25 queue INFO >>1 [63] -2014-01-11 07:27:25 sendUrl INFO 1 [63] -2014-01-11 07:28:15 queue INFO >>1 [64] -2014-01-11 07:28:16 sendUrl INFO 1 [64] -2014-01-11 07:29:05 queue INFO >>1 [65] -2014-01-11 07:29:05 sendUrl INFO 1 [65] -2014-01-11 07:29:55 queue INFO >>1 [66] -2014-01-11 07:29:56 sendUrl INFO 1 [66] -2014-01-11 07:30:45 queue INFO >>1 [67] -2014-01-11 07:30:46 sendUrl INFO 1 [67] -2014-01-11 07:31:36 queue INFO >>1 [68] -2014-01-11 07:31:36 sendUrl INFO 1 [68] -2014-01-11 07:32:26 queue INFO >>1 [69] -2014-01-11 07:32:26 sendUrl INFO 1 [69] -2014-01-11 07:33:16 queue INFO >>1 [70] -2014-01-11 07:33:16 sendUrl INFO 1 [70] -2014-01-11 07:34:06 queue INFO >>1 [71] -2014-01-11 07:34:06 sendUrl INFO 1 [71] -2014-01-11 07:34:56 queue INFO >>1 [72] -2014-01-11 07:34:57 sendUrl INFO 1 [72] -2014-01-11 07:35:46 queue INFO >>1 [73] -2014-01-11 07:35:47 sendUrl INFO 1 [73] -2014-01-11 07:36:37 queue INFO >>1 [74] -2014-01-11 07:36:37 sendUrl INFO 1 [74] -2014-01-11 07:37:27 queue INFO >>1 [75] -2014-01-11 07:37:27 sendUrl INFO 1 [75] -2014-01-11 07:38:17 queue INFO >>1 [76] -2014-01-11 07:38:17 sendUrl INFO 1 [76] -2014-01-11 07:39:07 queue INFO >>1 [77] -2014-01-11 07:39:07 sendUrl INFO 1 [77] -2014-01-11 07:39:57 queue INFO >>1 [78] -2014-01-11 07:39:57 sendUrl INFO 1 [78] -2014-01-11 07:40:47 queue INFO >>1 [79] -2014-01-11 07:40:48 sendUrl INFO 1 [79] -2014-01-11 07:41:37 queue INFO >>1 [80] -2014-01-11 07:41:38 sendUrl INFO 1 [80] -2014-01-11 07:42:28 queue INFO >>1 [81] -2014-01-11 07:42:28 sendUrl INFO 1 [81] -2014-01-11 07:43:18 queue INFO >>1 [82] -2014-01-11 07:43:18 sendUrl INFO 1 [82] -2014-01-11 07:44:08 queue INFO >>1 [83] -2014-01-11 07:44:08 sendUrl INFO 1 [83] -2014-01-11 07:44:58 queue INFO >>1 [84] -2014-01-11 07:44:58 sendUrl INFO 1 [84] -2014-01-11 07:45:48 queue INFO >>1 [85] -2014-01-11 07:45:49 sendUrl INFO 1 [85] -2014-01-11 07:46:38 queue INFO >>1 [86] -2014-01-11 07:46:39 sendUrl INFO 1 [86] -2014-01-11 07:47:29 queue INFO >>1 [87] -2014-01-11 07:47:29 sendUrl INFO 1 [87] -2014-01-11 07:48:19 queue INFO >>1 [88] -2014-01-11 07:48:19 sendUrl INFO 1 [88] -2014-01-11 07:49:09 queue INFO >>1 [89] -2014-01-11 07:49:09 sendUrl INFO 1 [89] -2014-01-11 07:49:59 queue INFO >>1 [90] -2014-01-11 07:49:59 sendUrl INFO 1 [90] -2014-01-11 07:50:49 queue INFO >>1 [91] -2014-01-11 07:50:50 sendUrl INFO 1 [91] -2014-01-11 07:51:39 queue INFO >>1 [92] -2014-01-11 07:51:39 sendUrl INFO 1 [92] -2014-01-11 07:52:29 queue INFO >>1 [93] -2014-01-11 07:52:30 sendUrl INFO 1 [93] -2014-01-11 07:53:20 queue INFO >>1 [94] -2014-01-11 07:53:20 sendUrl INFO 1 [94] -2014-01-11 07:54:10 queue INFO >>1 [95] -2014-01-11 07:54:10 sendUrl INFO 1 [95] -2014-01-11 07:55:00 queue INFO >>1 [96] -2014-01-11 07:55:00 sendUrl INFO 1 [96] -2014-01-11 07:55:50 queue INFO >>1 [97] -2014-01-11 07:55:51 sendUrl INFO 1 [97] -2014-01-11 07:56:40 queue INFO >>1 [98] -2014-01-11 07:56:40 sendUrl INFO 1 [98] -2014-01-11 07:57:30 queue INFO >>1 [99] -2014-01-11 07:57:31 sendUrl INFO 1 [99] -2014-01-11 07:58:21 queue INFO >>1 [100] -2014-01-11 07:58:21 sendUrl INFO 1 [100] -2014-01-11 07:59:11 queue INFO >>1 [101] -2014-01-11 07:59:11 sendUrl INFO 1 [101] -2014-01-11 08:00:01 queue INFO >>1 [102] -2014-01-11 08:00:01 sendUrl INFO 1 [102] -2014-01-11 08:00:51 queue INFO >>1 [103] -2014-01-11 08:00:52 sendUrl INFO 1 [103] -2014-01-11 08:01:41 queue INFO >>1 [104] -2014-01-11 08:01:41 sendUrl INFO 1 [104] -2014-01-11 08:02:31 queue INFO >>1 [105] -2014-01-11 08:02:32 sendUrl INFO 1 [105] -2014-01-11 08:03:21 queue INFO >>1 [106] -2014-01-11 08:03:22 sendUrl INFO 1 [106] -2014-01-11 08:04:12 queue INFO >>1 [107] -2014-01-11 08:04:12 sendUrl INFO 1 [107] -2014-01-11 08:05:02 queue INFO >>1 [108] -2014-01-11 08:05:02 sendUrl INFO 1 [108] -2014-01-11 08:05:52 queue INFO >>1 [109] -2014-01-11 08:05:52 sendUrl INFO 1 [109] -2014-01-11 08:06:42 queue INFO >>1 [110] -2014-01-11 08:06:42 sendUrl INFO 1 [110] -2014-01-11 08:07:32 queue INFO >>1 [111] -2014-01-11 08:07:33 sendUrl INFO 1 [111] -2014-01-11 08:08:22 queue INFO >>1 [112] -2014-01-11 08:08:23 sendUrl INFO 1 [112] -2014-01-11 08:09:13 queue INFO >>1 [113] -2014-01-11 08:09:13 sendUrl INFO 1 [113] -2014-01-11 08:10:03 queue INFO >>1 [114] -2014-01-11 08:10:03 sendUrl INFO 1 [114] -2014-01-11 08:10:53 queue INFO >>1 [115] -2014-01-11 08:10:53 sendUrl INFO 1 [115] -2014-01-11 08:11:43 queue INFO >>1 [116] -2014-01-11 08:11:43 sendUrl INFO 1 [116] -2014-01-11 08:12:33 queue INFO >>1 [117] -2014-01-11 08:12:34 sendUrl INFO 1 [117] -2014-01-11 08:13:23 queue INFO >>1 [118] -2014-01-11 08:13:24 sendUrl INFO 1 [118] -2014-01-11 08:14:13 queue INFO >>1 [119] -2014-01-11 08:14:14 sendUrl INFO 1 [119] -2014-01-11 08:15:04 queue INFO >>1 [120] -2014-01-11 08:15:04 sendUrl INFO 1 [120] -2014-01-11 08:15:54 queue INFO >>1 [121] -2014-01-11 08:15:54 sendUrl INFO 1 [121] -2014-01-11 08:16:44 queue INFO >>1 [122] -2014-01-11 08:16:44 sendUrl INFO 1 [122] -2014-01-11 08:17:34 queue INFO >>1 [123] -2014-01-11 08:17:34 sendUrl INFO 1 [123] -2014-01-11 08:18:24 queue INFO >>1 [124] -2014-01-11 08:18:25 sendUrl INFO 1 [124] -2014-01-11 08:19:14 queue INFO >>1 [125] -2014-01-11 08:19:15 sendUrl INFO 1 [125] -2014-01-11 08:20:04 queue INFO >>1 [126] -2014-01-11 08:20:05 sendUrl INFO 1 [126] -2014-01-11 08:20:55 queue INFO >>1 [127] -2014-01-11 08:20:55 sendUrl INFO 1 [127] -2014-01-11 08:21:45 queue INFO >>1 [128] -2014-01-11 08:21:45 sendUrl INFO 1 [128] -2014-01-11 08:22:35 queue INFO >>1 [129] -2014-01-11 08:22:35 sendUrl INFO 1 [129] -2014-01-11 08:23:25 queue INFO >>1 [130] -2014-01-11 08:23:26 sendUrl INFO 1 [130] -2014-01-11 08:24:15 queue INFO >>1 [131] -2014-01-11 08:24:15 sendUrl INFO 1 [131] -2014-01-11 08:25:05 queue INFO >>1 [132] -2014-01-11 08:25:06 sendUrl INFO 1 [132] -2014-01-11 08:25:55 queue INFO >>1 [133] -2014-01-11 08:25:56 sendUrl INFO 1 [133] -2014-01-11 08:26:46 queue INFO >>1 [134] -2014-01-11 08:26:46 sendUrl INFO 1 [134] -2014-01-11 08:27:36 queue INFO >>1 [135] -2014-01-11 08:27:36 sendUrl INFO 1 [135] -2014-01-11 08:28:26 queue INFO >>1 [136] -2014-01-11 08:28:26 sendUrl INFO 1 [136] -2014-01-11 08:29:16 queue INFO >>1 [137] -2014-01-11 08:29:16 sendUrl INFO 1 [137] -2014-01-11 08:30:06 queue INFO >>1 [138] -2014-01-11 08:30:07 sendUrl INFO 1 [138] -2014-01-11 08:30:56 queue INFO >>1 [139] -2014-01-11 08:30:57 sendUrl INFO 1 [139] -2014-01-11 08:31:46 queue INFO >>1 [140] -2014-01-11 08:31:47 sendUrl INFO 1 [140] -2014-01-11 08:32:37 queue INFO >>1 [141] -2014-01-11 08:32:37 sendUrl INFO 1 [141] -2014-01-11 08:33:27 queue INFO >>1 [142] -2014-01-11 08:33:27 sendUrl INFO 1 [142] -2014-01-11 08:34:17 queue INFO >>1 [143] -2014-01-11 08:34:17 sendUrl INFO 1 [143] -2014-01-11 08:35:07 queue INFO >>1 [144] -2014-01-11 08:35:07 sendUrl INFO 1 [144] -2014-01-11 08:35:57 queue INFO >>1 [145] -2014-01-11 08:35:57 sendUrl INFO 1 [145] -2014-01-11 08:36:47 queue INFO >>1 [146] -2014-01-11 08:36:48 sendUrl INFO 1 [146] -2014-01-11 08:37:38 queue INFO >>1 [147] -2014-01-11 08:37:38 sendUrl INFO 1 [147] -2014-01-11 08:38:28 queue INFO >>1 [148] -2014-01-11 08:38:28 sendUrl INFO 1 [148] -2014-01-11 08:39:18 queue INFO >>1 [149] -2014-01-11 08:39:18 sendUrl INFO 1 [149] -2014-01-11 08:40:08 queue INFO >>1 [150] -2014-01-11 08:40:08 sendUrl INFO 1 [150] -2014-01-11 08:40:58 queue INFO >>1 [151] -2014-01-11 08:40:58 sendUrl INFO 1 [151] -2014-01-11 08:41:48 queue INFO >>1 [152] -2014-01-11 08:41:49 sendUrl INFO 1 [152] -2014-01-11 08:42:38 queue INFO >>1 [153] -2014-01-11 08:42:39 sendUrl INFO 1 [153] -2014-01-11 08:43:29 queue INFO >>1 [154] -2014-01-11 08:43:29 sendUrl INFO 1 [154] -2014-01-11 08:44:19 queue INFO >>1 [155] -2014-01-11 08:44:19 sendUrl INFO 1 [155] -2014-01-11 08:45:09 queue INFO >>1 [156] -2014-01-11 08:45:09 sendUrl INFO 1 [156] -2014-01-11 08:45:59 queue INFO >>1 [157] -2014-01-11 08:45:59 sendUrl INFO 1 [157] -2014-01-11 08:46:49 queue INFO >>1 [158] -2014-01-11 08:46:49 sendUrl INFO 1 [158] -2014-01-11 08:47:39 queue INFO >>1 [159] -2014-01-11 08:47:40 sendUrl INFO 1 [159] -2014-01-11 08:48:30 queue INFO >>1 [160] -2014-01-11 08:48:30 sendUrl INFO 1 [160] -2014-01-11 08:49:20 queue INFO >>1 [161] -2014-01-11 08:49:20 sendUrl INFO 1 [161] -2014-01-11 08:50:10 queue INFO >>1 [162] -2014-01-11 08:50:10 sendUrl INFO 1 [162] -2014-01-11 08:51:00 queue INFO >>1 [163] -2014-01-11 08:51:01 sendUrl INFO 1 [163] -2014-01-11 08:51:50 queue INFO >>1 [164] -2014-01-11 08:51:50 sendUrl INFO 1 [164] -2014-01-11 08:52:40 queue INFO >>1 [165] -2014-01-11 08:52:41 sendUrl INFO 1 [165] -2014-01-11 08:53:30 queue INFO >>1 [166] -2014-01-11 08:53:31 sendUrl INFO 1 [166] -2014-01-11 08:54:21 queue INFO >>1 [167] -2014-01-11 08:54:21 sendUrl INFO 1 [167] -2014-01-11 08:55:11 queue INFO >>1 [168] -2014-01-11 08:55:11 sendUrl INFO 1 [168] -2014-01-11 08:56:01 queue INFO >>1 [169] -2014-01-11 08:56:01 sendUrl INFO 1 [169] -2014-01-11 08:56:51 queue INFO >>1 [170] -2014-01-11 08:56:51 sendUrl INFO 1 [170] -2014-01-11 08:57:41 queue INFO >>1 [171] -2014-01-11 08:57:42 sendUrl INFO 1 [171] -2014-01-11 08:58:31 queue INFO >>1 [172] -2014-01-11 08:58:31 sendUrl INFO 1 [172] -2014-01-11 08:59:22 queue INFO >>1 [173] -2014-01-11 08:59:22 sendUrl INFO 1 [173] -2014-01-11 09:00:12 queue INFO >>1 [174] -2014-01-11 09:00:12 sendUrl INFO 1 [174] -2014-01-11 09:01:02 queue INFO >>1 [175] -2014-01-11 09:01:02 sendUrl INFO 1 [175] -2014-01-11 09:01:52 queue INFO >>1 [176] -2014-01-11 09:01:52 sendUrl INFO 1 [176] -2014-01-11 09:02:42 queue INFO >>1 [177] -2014-01-11 09:02:43 sendUrl INFO 1 [177] -2014-01-11 09:03:32 queue INFO >>1 [178] -2014-01-11 09:03:32 sendUrl INFO 1 [178] -2014-01-11 09:04:22 queue INFO >>1 [179] -2014-01-11 09:04:23 sendUrl INFO 1 [179] -2014-01-11 09:05:13 queue INFO >>1 [180] -2014-01-11 09:05:13 sendUrl INFO 1 [180] -2014-01-11 09:06:03 queue INFO >>1 [181] -2014-01-11 09:06:03 sendUrl INFO 1 [181] -2014-01-11 09:06:53 queue INFO >>1 [182] -2014-01-11 09:06:53 sendUrl INFO 1 [182] -2014-01-11 09:07:43 queue INFO >>1 [183] -2014-01-11 09:07:44 sendUrl INFO 1 [183] -2014-01-11 09:08:33 queue INFO >>1 [184] -2014-01-11 09:08:33 sendUrl INFO 1 [184] -2014-01-11 09:09:23 queue INFO >>1 [185] -2014-01-11 09:09:24 sendUrl INFO 1 [185] -2014-01-11 09:10:14 queue INFO >>1 [186] -2014-01-11 09:10:14 sendUrl INFO 1 [186] -2014-01-11 09:11:04 queue INFO >>1 [187] -2014-01-11 09:11:04 sendUrl INFO 1 [187] -2014-01-11 09:11:54 queue INFO >>1 [188] -2014-01-11 09:11:54 sendUrl INFO 1 [188] -2014-01-11 09:12:44 queue INFO >>1 [189] -2014-01-11 09:12:44 sendUrl INFO 1 [189] -2014-01-11 09:13:34 queue INFO >>1 [190] -2014-01-11 09:13:34 sendUrl INFO 1 [190] -2014-01-11 09:14:24 queue INFO >>1 [191] -2014-01-11 09:14:25 sendUrl INFO 1 [191] -2014-01-11 09:15:14 queue INFO >>1 [192] -2014-01-11 09:15:15 sendUrl INFO 1 [192] -2014-01-11 09:16:05 queue INFO >>1 [193] -2014-01-11 09:16:05 sendUrl INFO 1 [193] -2014-01-11 09:16:55 queue INFO >>1 [194] -2014-01-11 09:16:55 sendUrl INFO 1 [194] -2014-01-11 09:17:45 queue INFO >>1 [195] -2014-01-11 09:17:45 sendUrl INFO 1 [195] -2014-01-11 09:18:35 queue INFO >>1 [196] -2014-01-11 09:18:35 sendUrl INFO 1 [196] -2014-01-11 09:19:25 queue INFO >>1 [197] -2014-01-11 09:19:26 sendUrl INFO 1 [197] -2014-01-11 09:20:15 queue INFO >>1 [198] -2014-01-11 09:20:16 sendUrl INFO 1 [198] -2014-01-11 09:21:06 queue INFO >>1 [199] -2014-01-11 09:21:06 sendUrl INFO 1 [199] -2014-01-11 09:21:56 queue INFO >>1 [200] -2014-01-11 09:21:56 sendUrl INFO 1 [200] -2014-01-11 09:22:46 queue INFO >>1 [201] -2014-01-11 09:22:46 sendUrl INFO 1 [201] -2014-01-11 09:23:36 queue INFO >>1 [202] -2014-01-11 09:23:36 sendUrl INFO 1 [202] -2014-01-11 09:24:26 queue INFO >>1 [203] -2014-01-11 09:24:26 sendUrl INFO 1 [203] -2014-01-11 09:25:16 queue INFO >>1 [204] -2014-01-11 09:25:17 sendUrl INFO 1 [204] -2014-01-11 09:26:06 queue INFO >>1 [205] -2014-01-11 09:26:06 sendUrl INFO 1 [205] -2014-01-11 09:26:56 queue INFO >>1 [206] -2014-01-11 09:26:57 sendUrl INFO 1 [206] -2014-01-11 09:27:47 queue INFO >>1 [207] -2014-01-11 09:27:47 sendUrl INFO 1 [207] -2014-01-11 09:28:37 queue INFO >>1 [208] -2014-01-11 09:28:37 sendUrl INFO 1 [208] -2014-01-11 09:28:38 queue INFO 9 [209] -2014-01-11 09:28:39 queue INFO >9 [210] -2014-01-11 09:28:39 sendUrl INFO 9 [209] -2014-01-11 09:28:39 sendUrl INFO 9 [210] -2014-01-11 09:28:44 queue INFO 29 [211] -2014-01-11 09:28:44 queue INFO >29 [212] -2014-01-11 09:28:44 queue INFO 21 [213] -2014-01-11 09:28:44 sendUrl INFO 29 [211] -2014-01-11 09:28:44 queue INFO >21 [214] -2014-01-11 09:28:45 sendUrl INFO 29 [212] -2014-01-11 09:28:45 sendUrl INFO 21 [213] -2014-01-11 09:28:46 sendUrl INFO 21 [214] -2014-01-11 09:29:34 queue INFO >>21 [215] -2014-01-11 09:29:34 sendUrl INFO 21 [215] -2014-01-11 09:30:24 queue INFO >>21 [216] -2014-01-11 09:30:25 sendUrl INFO 21 [216] -2014-01-11 09:31:14 queue INFO >>21 [217] -2014-01-11 09:31:15 sendUrl INFO 21 [217] -2014-01-11 09:32:05 queue INFO >>21 [218] -2014-01-11 09:32:05 sendUrl INFO 21 [218] -2014-01-11 09:32:55 queue INFO >>21 [219] -2014-01-11 09:32:55 sendUrl INFO 21 [219] -2014-01-11 09:33:45 queue INFO >>21 [220] -2014-01-11 09:33:45 sendUrl INFO 21 [220] -2014-01-11 09:34:35 queue INFO >>21 [221] -2014-01-11 09:34:35 sendUrl INFO 21 [221] -2014-01-11 09:35:25 queue INFO >>21 [222] -2014-01-11 09:35:26 sendUrl INFO 21 [222] -2014-01-11 09:36:15 queue INFO >>21 [223] -2014-01-11 09:36:16 sendUrl INFO 21 [223] -2014-01-11 09:37:05 queue INFO >>21 [224] -2014-01-11 09:37:06 sendUrl INFO 21 [224] -2014-01-11 09:37:56 queue INFO >>21 [225] -2014-01-11 09:37:56 sendUrl INFO 21 [225] -2014-01-11 09:38:46 queue INFO >>21 [226] -2014-01-11 09:38:46 sendUrl INFO 21 [226] -2014-01-11 09:39:36 queue INFO >>21 [227] -2014-01-11 09:39:36 sendUrl INFO 21 [227] -2014-01-11 09:39:54 queue INFO 29 [228] -2014-01-11 09:39:54 sendUrl INFO 29 [228] -2014-01-11 09:39:55 queue INFO >29 [229] -2014-01-11 09:39:55 sendUrl INFO 29 [229] -2014-01-11 09:40:45 queue INFO >>29 [230] -2014-01-11 09:40:45 sendUrl INFO 29 [230] -2014-01-11 09:41:35 queue INFO >>29 [231] -2014-01-11 09:41:35 sendUrl INFO 29 [231] -2014-01-11 09:42:25 queue INFO >>29 [232] -2014-01-11 09:42:25 sendUrl INFO 29 [232] -2014-01-11 09:43:15 queue INFO >>29 [233] -2014-01-11 09:43:15 sendUrl INFO 29 [233] -2014-01-11 09:44:05 queue INFO >>29 [234] -2014-01-11 09:44:06 sendUrl INFO 29 [234] -2014-01-11 09:44:55 queue INFO >>29 [235] -2014-01-11 09:44:55 sendUrl INFO 29 [235] -2014-01-11 09:45:45 queue INFO >>29 [236] -2014-01-11 09:45:46 sendUrl INFO 29 [236] -2014-01-11 09:46:36 queue INFO >>29 [237] -2014-01-11 09:46:36 sendUrl INFO 29 [237] -2014-01-11 09:47:26 queue INFO >>29 [238] -2014-01-11 09:47:26 sendUrl INFO 29 [238] -2014-01-11 09:48:16 queue INFO >>29 [239] -2014-01-11 09:48:16 sendUrl INFO 29 [239] -2014-01-11 09:49:06 queue INFO >>29 [240] -2014-01-11 09:49:07 sendUrl INFO 29 [240] -2014-01-11 09:49:56 queue INFO >>29 [241] -2014-01-11 09:49:56 sendUrl INFO 29 [241] -2014-01-11 09:50:46 queue INFO >>29 [242] -2014-01-11 09:50:47 sendUrl INFO 29 [242] -2014-01-11 09:51:37 queue INFO >>29 [243] -2014-01-11 09:51:37 sendUrl INFO 29 [243] -2014-01-11 09:52:27 queue INFO >>29 [244] -2014-01-11 09:52:27 sendUrl INFO 29 [244] -2014-01-11 09:53:17 queue INFO >>29 [245] -2014-01-11 09:53:17 sendUrl INFO 29 [245] -2014-01-11 09:54:07 queue INFO >>29 [246] -2014-01-11 09:54:07 sendUrl INFO 29 [246] -2014-01-11 09:54:57 queue INFO >>29 [247] -2014-01-11 09:54:57 sendUrl INFO 29 [247] -2014-01-11 09:55:47 queue INFO >>29 [248] -2014-01-11 09:55:48 sendUrl INFO 29 [248] -2014-01-11 09:56:37 queue INFO >>29 [249] -2014-01-11 09:56:38 sendUrl INFO 29 [249] -2014-01-11 09:57:28 queue INFO >>29 [250] -2014-01-11 09:57:28 sendUrl INFO 29 [250] -2014-01-11 09:58:18 queue INFO >>29 [251] -2014-01-11 09:58:18 sendUrl INFO 29 [251] -2014-01-11 09:59:08 queue INFO >>29 [252] -2014-01-11 09:59:08 sendUrl INFO 29 [252] -2014-01-11 09:59:58 queue INFO >>29 [253] -2014-01-11 09:59:59 sendUrl INFO 29 [253] -2014-01-11 10:00:48 queue INFO >>29 [254] -2014-01-11 10:00:48 sendUrl INFO 29 [254] -2014-01-11 10:01:38 queue INFO >>29 [255] -2014-01-11 10:01:39 sendUrl INFO 29 [255] -2014-01-11 10:02:29 queue INFO >>29 [256] -2014-01-11 10:02:29 sendUrl INFO 29 [256] -2014-01-11 10:03:19 queue INFO >>29 [257] -2014-01-11 10:03:19 sendUrl INFO 29 [257] -2014-01-11 10:03:55 queue INFO 21 [258] -2014-01-11 10:03:55 queue INFO >21 [259] -2014-01-11 10:03:56 sendUrl INFO 21 [258] -2014-01-11 10:03:56 sendUrl INFO 21 [259] -2014-01-11 10:04:45 queue INFO >>21 [260] -2014-01-11 10:04:45 sendUrl INFO 21 [260] -2014-01-11 10:05:35 queue INFO >>21 [261] -2014-01-11 10:05:36 sendUrl INFO 21 [261] -2014-01-11 10:05:49 queue INFO 0 [262] -2014-01-11 10:05:49 queue INFO >0 [263] -2014-01-11 10:05:49 sendUrl INFO 0 [262] -2014-01-11 10:05:50 sendUrl INFO 0 [263] -2014-01-11 10:06:39 queue INFO >>0 [264] -2014-01-11 10:06:39 sendUrl INFO 0 [264] -2014-01-11 10:07:29 queue INFO >>0 [265] -2014-01-11 10:07:30 sendUrl INFO 0 [265] -2014-01-11 10:08:19 queue INFO >>0 [266] -2014-01-11 10:08:20 sendUrl INFO 0 [266] -2014-01-11 10:09:10 queue INFO >>0 [267] -2014-01-11 10:09:10 sendUrl INFO 0 [267] -2014-01-11 10:10:00 queue INFO >>0 [268] -2014-01-11 10:10:00 sendUrl INFO 0 [268] -2014-01-11 10:10:50 queue INFO >>0 [269] -2014-01-11 10:10:50 sendUrl INFO 0 [269] -2014-01-11 10:11:40 queue INFO >>0 [270] -2014-01-11 10:11:40 sendUrl INFO 0 [270] -2014-01-11 10:12:30 queue INFO >>0 [271] -2014-01-11 10:12:31 sendUrl INFO 0 [271] -2014-01-11 10:13:20 queue INFO >>0 [272] -2014-01-11 10:13:21 sendUrl INFO 0 [272] -2014-01-11 10:14:10 queue INFO >>0 [273] -2014-01-11 10:14:11 sendUrl INFO 0 [273] -2014-01-11 10:15:01 queue INFO >>0 [274] -2014-01-11 10:15:01 sendUrl INFO 0 [274] -2014-01-11 10:15:51 queue INFO >>0 [275] -2014-01-11 10:15:51 sendUrl INFO 0 [275] -2014-01-11 10:16:41 queue INFO >>0 [276] -2014-01-11 10:16:41 sendUrl INFO 0 [276] -2014-01-11 10:17:31 queue INFO >>0 [277] -2014-01-11 10:17:32 sendUrl INFO 0 [277] -2014-01-11 10:18:21 queue INFO >>0 [278] -2014-01-11 10:18:21 sendUrl INFO 0 [278] -2014-01-11 10:19:11 queue INFO >>0 [279] -2014-01-11 10:19:12 sendUrl INFO 0 [279] -2014-01-11 10:20:01 queue INFO >>0 [280] -2014-01-11 10:20:02 sendUrl INFO 0 [280] -2014-01-11 10:20:52 queue INFO >>0 [281] -2014-01-11 10:20:52 sendUrl INFO 0 [281] -2014-01-11 10:21:42 queue INFO >>0 [282] -2014-01-11 10:21:42 sendUrl INFO 0 [282] -2014-01-11 10:22:32 queue INFO >>0 [283] -2014-01-11 10:22:32 sendUrl INFO 0 [283] -2014-01-11 10:23:22 queue INFO >>0 [284] -2014-01-11 10:23:22 sendUrl INFO 0 [284] -2014-01-11 10:24:12 queue INFO >>0 [285] -2014-01-11 10:24:13 sendUrl INFO 0 [285] -2014-01-11 10:25:02 queue INFO >>0 [286] -2014-01-11 10:25:03 sendUrl INFO 0 [286] -2014-01-11 10:25:52 queue INFO >>0 [287] -2014-01-11 10:25:53 sendUrl INFO 0 [287] -2014-01-11 10:26:43 queue INFO >>0 [288] -2014-01-11 10:26:43 sendUrl INFO 0 [288] -2014-01-11 10:27:33 queue INFO >>0 [289] -2014-01-11 10:27:33 sendUrl INFO 0 [289] -2014-01-11 10:28:23 queue INFO >>0 [290] -2014-01-11 10:28:23 sendUrl INFO 0 [290] -2014-01-11 10:29:13 queue INFO >>0 [291] -2014-01-11 10:29:13 sendUrl INFO 0 [291] -2014-01-11 10:30:03 queue INFO >>0 [292] -2014-01-11 10:30:04 sendUrl INFO 0 [292] -2014-01-11 10:30:53 queue INFO >>0 [293] -2014-01-11 10:30:54 sendUrl INFO 0 [293] -2014-01-11 10:31:43 queue INFO >>0 [294] -2014-01-11 10:31:44 sendUrl INFO 0 [294] -2014-01-11 10:32:34 queue INFO >>0 [295] -2014-01-11 10:32:34 sendUrl INFO 0 [295] -2014-01-11 10:33:24 queue INFO >>0 [296] -2014-01-11 10:33:24 sendUrl INFO 0 [296] -2014-01-11 10:34:14 queue INFO >>0 [297] -2014-01-11 10:34:14 sendUrl INFO 0 [297] -2014-01-11 10:35:04 queue INFO >>0 [298] -2014-01-11 10:35:05 sendUrl INFO 0 [298] -2014-01-11 10:35:54 queue INFO >>0 [299] -2014-01-11 10:35:54 sendUrl INFO 0 [299] -2014-01-11 10:36:44 queue INFO >>0 [300] -2014-01-11 10:36:45 sendUrl INFO 0 [300] -2014-01-11 10:37:34 queue INFO >>0 [301] -2014-01-11 10:37:35 sendUrl INFO 0 [301] -2014-01-11 10:38:25 queue INFO >>0 [302] -2014-01-11 10:38:25 sendUrl INFO 0 [302] -2014-01-11 10:39:15 queue INFO >>0 [303] -2014-01-11 10:39:15 sendUrl INFO 0 [303] -2014-01-11 10:40:05 queue INFO >>0 [304] -2014-01-11 10:40:05 sendUrl INFO 0 [304] -2014-01-11 10:40:55 queue INFO >>0 [305] -2014-01-11 10:40:55 sendUrl INFO 0 [305] -2014-01-11 10:41:45 queue INFO >>0 [306] -2014-01-11 10:41:46 sendUrl INFO 0 [306] -2014-01-11 10:42:35 queue INFO >>0 [307] -2014-01-11 10:42:36 sendUrl INFO 0 [307] -2014-01-11 10:43:25 queue INFO >>0 [308] -2014-01-11 10:43:26 sendUrl INFO 0 [308] -2014-01-11 10:44:16 queue INFO >>0 [309] -2014-01-11 10:44:16 sendUrl INFO 0 [309] -2014-01-11 10:45:06 queue INFO >>0 [310] -2014-01-11 10:45:06 sendUrl INFO 0 [310] -2014-01-11 10:45:56 queue INFO >>0 [311] -2014-01-11 10:45:56 sendUrl INFO 0 [311] -2014-01-11 10:46:46 queue INFO >>0 [312] -2014-01-11 10:46:46 sendUrl INFO 0 [312] -2014-01-11 10:47:36 queue INFO >>0 [313] -2014-01-11 10:47:37 sendUrl INFO 0 [313] -2014-01-11 10:48:26 queue INFO >>0 [314] -2014-01-11 10:48:27 sendUrl INFO 0 [314] -2014-01-11 10:49:17 queue INFO >>0 [315] -2014-01-11 10:49:17 sendUrl INFO 0 [315] -2014-01-11 10:50:07 queue INFO >>0 [316] -2014-01-11 10:50:07 sendUrl INFO 0 [316] -2014-01-11 10:50:57 queue INFO >>0 [317] -2014-01-11 10:50:57 sendUrl INFO 0 [317] -2014-01-11 10:51:47 queue INFO >>0 [318] -2014-01-11 10:51:47 sendUrl INFO 0 [318] -2014-01-11 10:52:37 queue INFO >>0 [319] -2014-01-11 10:52:38 sendUrl INFO 0 [319] -2014-01-11 10:53:27 queue INFO >>0 [320] -2014-01-11 10:53:28 sendUrl INFO 0 [320] -2014-01-11 10:54:17 queue INFO >>0 [321] -2014-01-11 10:54:18 sendUrl INFO 0 [321] -2014-01-11 10:55:08 queue INFO >>0 [322] -2014-01-11 10:55:08 sendUrl INFO 0 [322] -2014-01-11 10:55:58 queue INFO >>0 [323] -2014-01-11 10:55:58 sendUrl INFO 0 [323] -2014-01-11 10:56:48 queue INFO >>0 [324] -2014-01-11 10:56:48 sendUrl INFO 0 [324] -2014-01-11 10:57:38 queue INFO >>0 [325] -2014-01-11 10:57:39 sendUrl INFO 0 [325] -2014-01-11 10:58:28 queue INFO >>0 [326] -2014-01-11 10:58:28 sendUrl INFO 0 [326] -2014-01-11 10:59:18 queue INFO >>0 [327] -2014-01-11 10:59:19 sendUrl INFO 0 [327] -2014-01-11 11:00:09 queue INFO >>0 [328] -2014-01-11 11:00:09 sendUrl INFO 0 [328] -2014-01-11 11:00:59 queue INFO >>0 [329] -2014-01-11 11:00:59 sendUrl INFO 0 [329] -2014-01-11 11:01:49 queue INFO >>0 [330] -2014-01-11 11:01:49 sendUrl INFO 0 [330] -2014-01-11 11:02:39 queue INFO >>0 [331] -2014-01-11 11:02:40 sendUrl INFO 0 [331] -2014-01-11 11:03:29 queue INFO >>0 [332] -2014-01-11 11:03:29 sendUrl INFO 0 [332] -2014-01-11 11:04:19 queue INFO >>0 [333] -2014-01-11 11:04:20 sendUrl INFO 0 [333] -2014-01-11 11:05:09 queue INFO >>0 [334] -2014-01-11 11:05:10 sendUrl INFO 0 [334] -2014-01-11 11:06:00 queue INFO >>0 [335] -2014-01-11 11:06:00 sendUrl INFO 0 [335] -2014-01-11 11:06:50 queue INFO >>0 [336] -2014-01-11 11:06:50 sendUrl INFO 0 [336] -2014-01-11 11:07:40 queue INFO >>0 [337] -2014-01-11 11:07:41 sendUrl INFO 0 [337] -2014-01-11 11:08:30 queue INFO >>0 [338] -2014-01-11 11:08:30 sendUrl INFO 0 [338] -2014-01-11 11:09:20 queue INFO >>0 [339] -2014-01-11 11:09:21 sendUrl INFO 0 [339] -2014-01-11 11:10:10 queue INFO >>0 [340] -2014-01-11 11:10:11 sendUrl INFO 0 [340] -2014-01-11 11:11:01 queue INFO >>0 [341] -2014-01-11 11:11:01 sendUrl INFO 0 [341] -2014-01-11 11:11:51 queue INFO >>0 [342] -2014-01-11 11:11:51 sendUrl INFO 0 [342] -2014-01-11 11:12:41 queue INFO >>0 [343] -2014-01-11 11:12:41 sendUrl INFO 0 [343] -2014-01-11 11:13:31 queue INFO >>0 [344] -2014-01-11 11:13:31 sendUrl INFO 0 [344] -2014-01-11 11:14:21 queue INFO >>0 [345] -2014-01-11 11:14:22 sendUrl INFO 0 [345] -2014-01-11 11:15:11 queue INFO >>0 [346] -2014-01-11 11:15:11 sendUrl INFO 0 [346] -2014-01-11 11:16:01 queue INFO >>0 [347] -2014-01-11 11:16:02 sendUrl INFO 0 [347] -2014-01-11 11:16:52 queue INFO >>0 [348] -2014-01-11 11:16:52 sendUrl INFO 0 [348] -2014-01-11 11:17:42 queue INFO >>0 [349] -2014-01-11 11:17:42 sendUrl INFO 0 [349] -2014-01-11 11:18:32 queue INFO >>0 [350] -2014-01-11 11:18:32 sendUrl INFO 0 [350] -2014-01-11 11:19:22 queue INFO >>0 [351] -2014-01-11 11:19:23 sendUrl INFO 0 [351] -2014-01-11 11:20:12 queue INFO >>0 [352] -2014-01-11 11:20:13 sendUrl INFO 0 [352] -2014-01-11 11:21:02 queue INFO >>0 [353] -2014-01-11 11:21:03 sendUrl INFO 0 [353] -2014-01-11 11:21:53 queue INFO >>0 [354] -2014-01-11 11:21:53 sendUrl INFO 0 [354] -2014-01-11 11:22:43 queue INFO >>0 [355] -2014-01-11 11:22:43 sendUrl INFO 0 [355] -2014-01-11 11:23:33 queue INFO >>0 [356] -2014-01-11 11:23:33 sendUrl INFO 0 [356] -2014-01-11 11:24:23 queue INFO >>0 [357] -2014-01-11 11:24:23 sendUrl INFO 0 [357] -2014-01-11 11:25:13 queue INFO >>0 [358] -2014-01-11 11:25:14 sendUrl INFO 0 [358] -2014-01-11 11:26:03 queue INFO >>0 [359] -2014-01-11 11:26:04 sendUrl INFO 0 [359] -2014-01-11 11:26:53 queue INFO >>0 [360] -2014-01-11 11:26:54 sendUrl INFO 0 [360] -2014-01-11 11:27:44 queue INFO >>0 [361] -2014-01-11 11:27:44 sendUrl INFO 0 [361] -2014-01-11 11:28:34 queue INFO >>0 [362] -2014-01-11 11:28:34 sendUrl INFO 0 [362] -2014-01-11 11:29:24 queue INFO >>0 [363] -2014-01-11 11:29:24 sendUrl INFO 0 [363] -2014-01-11 11:30:14 queue INFO >>0 [364] -2014-01-11 11:30:15 sendUrl INFO 0 [364] -2014-01-11 11:31:04 queue INFO >>0 [365] -2014-01-11 11:31:04 sendUrl INFO 0 [365] -2014-01-11 11:31:54 queue INFO >>0 [366] -2014-01-11 11:31:55 sendUrl INFO 0 [366] -2014-01-11 11:32:45 queue INFO >>0 [367] -2014-01-11 11:32:45 sendUrl INFO 0 [367] -2014-01-11 11:33:35 queue INFO >>0 [368] -2014-01-11 11:33:35 sendUrl INFO 0 [368] -2014-01-11 11:34:25 queue INFO >>0 [369] -2014-01-11 11:34:25 sendUrl INFO 0 [369] -2014-01-11 11:35:15 queue INFO >>0 [370] -2014-01-11 11:35:15 sendUrl INFO 0 [370] -2014-01-11 11:36:05 queue INFO >>0 [371] -2014-01-11 11:36:05 sendUrl INFO 0 [371] -2014-01-11 11:36:55 queue INFO >>0 [372] -2014-01-11 11:36:56 sendUrl INFO 0 [372] -2014-01-11 11:37:45 queue INFO >>0 [373] -2014-01-11 11:37:46 sendUrl INFO 0 [373] -2014-01-11 11:38:35 queue INFO >>0 [374] -2014-01-11 11:38:36 sendUrl INFO 0 [374] -2014-01-11 11:39:26 queue INFO >>0 [375] -2014-01-11 11:39:26 sendUrl INFO 0 [375] -2014-01-11 11:40:16 queue INFO >>0 [376] -2014-01-11 11:40:16 sendUrl INFO 0 [376] -2014-01-11 11:41:06 queue INFO >>0 [377] -2014-01-11 11:41:06 sendUrl INFO 0 [377] -2014-01-11 11:41:56 queue INFO >>0 [378] -2014-01-11 11:41:56 sendUrl INFO 0 [378] -2014-01-11 11:42:46 queue INFO >>0 [379] -2014-01-11 11:42:47 sendUrl INFO 0 [379] -2014-01-11 11:43:36 queue INFO >>0 [380] -2014-01-11 11:43:37 sendUrl INFO 0 [380] -2014-01-11 11:44:26 queue INFO >>0 [381] -2014-01-11 11:44:27 sendUrl INFO 0 [381] -2014-01-11 11:45:17 queue INFO >>0 [382] -2014-01-11 11:45:17 sendUrl INFO 0 [382] -2014-01-11 11:46:07 queue INFO >>0 [383] -2014-01-11 11:46:07 sendUrl INFO 0 [383] -2014-01-11 11:46:57 queue INFO >>0 [384] -2014-01-11 11:46:57 sendUrl INFO 0 [384] -2014-01-11 11:47:47 queue INFO >>0 [385] -2014-01-11 11:47:48 sendUrl INFO 0 [385] -2014-01-11 11:48:37 queue INFO >>0 [386] -2014-01-11 11:48:38 sendUrl INFO 0 [386] -2014-01-11 11:49:27 queue INFO >>0 [387] -2014-01-11 11:49:28 sendUrl INFO 0 [387] -2014-01-11 11:50:18 queue INFO >>0 [388] -2014-01-11 11:50:18 sendUrl INFO 0 [388] -2014-01-11 11:51:08 queue INFO >>0 [389] -2014-01-11 11:51:08 sendUrl INFO 0 [389] -2014-01-11 11:51:58 queue INFO >>0 [390] -2014-01-11 11:51:58 sendUrl INFO 0 [390] -2014-01-11 11:52:48 queue INFO >>0 [391] -2014-01-11 11:52:49 sendUrl INFO 0 [391] -2014-01-11 11:53:38 queue INFO >>0 [392] -2014-01-11 11:53:38 sendUrl INFO 0 [392] -2014-01-11 11:54:28 queue INFO >>0 [393] -2014-01-11 11:54:29 sendUrl INFO 0 [393] -2014-01-11 11:55:18 queue INFO >>0 [394] -2014-01-11 11:55:19 sendUrl INFO 0 [394] -2014-01-11 11:56:09 queue INFO >>0 [395] -2014-01-11 11:56:09 sendUrl INFO 0 [395] -2014-01-11 11:56:59 queue INFO >>0 [396] -2014-01-11 11:56:59 sendUrl INFO 0 [396] -2014-01-11 11:57:49 queue INFO >>0 [397] -2014-01-11 11:57:49 sendUrl INFO 0 [397] -2014-01-11 11:58:39 queue INFO >>0 [398] -2014-01-11 11:58:39 sendUrl INFO 0 [398] -2014-01-11 11:59:29 queue INFO >>0 [399] -2014-01-11 11:59:30 sendUrl INFO 0 [399] -2014-01-11 12:00:19 queue INFO >>0 [400] -2014-01-11 12:00:20 sendUrl INFO 0 [400] -2014-01-11 12:01:10 queue INFO >>0 [401] -2014-01-11 12:01:10 sendUrl INFO 0 [401] -2014-01-11 12:02:00 queue INFO >>0 [402] -2014-01-11 12:02:00 sendUrl INFO 0 [402] -2014-01-11 12:02:50 queue INFO >>0 [403] -2014-01-11 12:02:50 sendUrl INFO 0 [403] -2014-01-11 12:03:40 queue INFO >>0 [404] -2014-01-11 12:03:40 sendUrl INFO 0 [404] -2014-01-11 12:04:30 queue INFO >>0 [405] -2014-01-11 12:04:31 sendUrl INFO 0 [405] -2014-01-11 12:05:20 queue INFO >>0 [406] -2014-01-11 12:05:20 sendUrl INFO 0 [406] -2014-01-11 12:06:10 queue INFO >>0 [407] -2014-01-11 12:06:11 sendUrl INFO 0 [407] -2014-01-11 12:07:01 queue INFO >>0 [408] -2014-01-11 12:07:01 sendUrl INFO 0 [408] -2014-01-11 12:07:51 queue INFO >>0 [409] -2014-01-11 12:07:51 sendUrl INFO 0 [409] -2014-01-11 12:08:41 queue INFO >>0 [410] -2014-01-11 12:08:41 sendUrl INFO 0 [410] -2014-01-11 12:09:31 queue INFO >>0 [411] -2014-01-11 12:09:32 sendUrl INFO 0 [411] -2014-01-11 12:10:21 queue INFO >>0 [412] -2014-01-11 12:10:21 sendUrl INFO 0 [412] -2014-01-11 12:11:11 queue INFO >>0 [413] -2014-01-11 12:11:12 sendUrl INFO 0 [413] -2014-01-11 12:12:02 queue INFO >>0 [414] -2014-01-11 12:12:02 sendUrl INFO 0 [414] -2014-01-11 12:12:52 queue INFO >>0 [415] -2014-01-11 12:12:52 sendUrl INFO 0 [415] -2014-01-11 12:13:42 queue INFO >>0 [416] -2014-01-11 12:13:42 sendUrl INFO 0 [416] -2014-01-11 12:14:32 queue INFO >>0 [417] -2014-01-11 12:14:32 sendUrl INFO 0 [417] -2014-01-11 12:15:22 queue INFO >>0 [418] -2014-01-11 12:15:23 sendUrl INFO 0 [418] -2014-01-11 12:16:12 queue INFO >>0 [419] -2014-01-11 12:16:13 sendUrl INFO 0 [419] -2014-01-11 12:17:02 queue INFO >>0 [420] -2014-01-11 12:17:03 sendUrl INFO 0 [420] -2014-01-11 12:17:53 queue INFO >>0 [421] -2014-01-11 12:17:53 sendUrl INFO 0 [421] -2014-01-11 12:18:43 queue INFO >>0 [422] -2014-01-11 12:18:43 sendUrl INFO 0 [422] -2014-01-11 12:19:33 queue INFO >>0 [423] -2014-01-11 12:19:33 sendUrl INFO 0 [423] -2014-01-11 12:20:23 queue INFO >>0 [424] -2014-01-11 12:20:23 sendUrl INFO 0 [424] -2014-01-11 12:21:13 queue INFO >>0 [425] -2014-01-11 12:21:13 sendUrl INFO 0 [425] -2014-01-11 12:22:03 queue INFO >>0 [426] -2014-01-11 12:22:04 sendUrl INFO 0 [426] -2014-01-11 12:22:53 queue INFO >>0 [427] -2014-01-11 12:22:54 sendUrl INFO 0 [427] -2014-01-11 12:23:44 queue INFO >>0 [428] -2014-01-11 12:23:44 sendUrl INFO 0 [428] -2014-01-11 12:24:34 queue INFO >>0 [429] -2014-01-11 12:24:34 sendUrl INFO 0 [429] -2014-01-11 12:25:24 queue INFO >>0 [430] -2014-01-11 12:25:24 sendUrl INFO 0 [430] -2014-01-11 12:26:14 queue INFO >>0 [431] -2014-01-11 12:26:14 sendUrl INFO 0 [431] -2014-01-11 12:27:04 queue INFO >>0 [432] -2014-01-11 12:27:05 sendUrl INFO 0 [432] -2014-01-11 12:27:54 queue INFO >>0 [433] -2014-01-11 12:27:55 sendUrl INFO 0 [433] -2014-01-11 12:28:44 queue INFO >>0 [434] -2014-01-11 12:28:45 sendUrl INFO 0 [434] -2014-01-11 12:29:35 queue INFO >>0 [435] -2014-01-11 12:29:35 sendUrl INFO 0 [435] -2014-01-11 12:30:25 queue INFO >>0 [436] -2014-01-11 12:30:25 sendUrl INFO 0 [436] -2014-01-11 12:31:15 queue INFO >>0 [437] -2014-01-11 12:31:15 sendUrl INFO 0 [437] -2014-01-11 12:32:05 queue INFO >>0 [438] -2014-01-11 12:32:05 sendUrl INFO 0 [438] -2014-01-11 12:32:55 queue INFO >>0 [439] -2014-01-11 12:32:56 sendUrl INFO 0 [439] -2014-01-11 12:33:45 queue INFO >>0 [440] -2014-01-11 12:33:46 sendUrl INFO 0 [440] -2014-01-11 12:34:36 queue INFO >>0 [441] -2014-01-11 12:34:36 sendUrl INFO 0 [441] -2014-01-11 12:35:26 queue INFO >>0 [442] -2014-01-11 12:35:26 sendUrl INFO 0 [442] -2014-01-11 12:36:16 queue INFO >>0 [443] -2014-01-11 12:36:16 sendUrl INFO 0 [443] -2014-01-11 12:37:06 queue INFO >>0 [444] -2014-01-11 12:37:06 sendUrl INFO 0 [444] -2014-01-11 12:37:56 queue INFO >>0 [445] -2014-01-11 12:37:57 sendUrl INFO 0 [445] -2014-01-11 12:38:46 queue INFO >>0 [446] -2014-01-11 12:38:46 sendUrl INFO 0 [446] -2014-01-11 12:39:36 queue INFO >>0 [447] -2014-01-11 12:39:37 sendUrl INFO 0 [447] -2014-01-11 12:40:26 queue INFO >>0 [448] -2014-01-11 12:40:27 sendUrl INFO 0 [448] -2014-01-11 12:41:17 queue INFO >>0 [449] -2014-01-11 12:41:17 sendUrl INFO 0 [449] -2014-01-11 12:42:07 queue INFO >>0 [450] -2014-01-11 12:42:07 sendUrl INFO 0 [450] -2014-01-11 12:42:57 queue INFO >>0 [451] -2014-01-11 12:42:57 sendUrl INFO 0 [451] -2014-01-11 12:43:47 queue INFO >>0 [452] -2014-01-11 12:43:47 sendUrl INFO 0 [452] -2014-01-11 12:44:37 queue INFO >>0 [453] -2014-01-11 12:44:38 sendUrl INFO 0 [453] -2014-01-11 12:45:27 queue INFO >>0 [454] -2014-01-11 12:45:28 sendUrl INFO 0 [454] -2014-01-11 12:46:17 queue INFO >>0 [455] -2014-01-11 12:46:18 sendUrl INFO 0 [455] -2014-01-11 12:47:08 queue INFO >>0 [456] -2014-01-11 12:47:08 sendUrl INFO 0 [456] -2014-01-11 12:47:58 queue INFO >>0 [457] -2014-01-11 12:47:58 sendUrl INFO 0 [457] -2014-01-11 12:48:48 queue INFO >>0 [458] -2014-01-11 12:48:48 sendUrl INFO 0 [458] -2014-01-11 12:49:38 queue INFO >>0 [459] -2014-01-11 12:49:38 sendUrl INFO 0 [459] -2014-01-11 12:50:28 queue INFO >>0 [460] -2014-01-11 12:50:29 sendUrl INFO 0 [460] -2014-01-11 12:51:18 queue INFO >>0 [461] -2014-01-11 12:51:19 sendUrl INFO 0 [461] -2014-01-11 12:52:09 queue INFO >>0 [462] -2014-01-11 12:52:09 sendUrl INFO 0 [462] -2014-01-11 12:52:59 queue INFO >>0 [463] -2014-01-11 12:52:59 sendUrl INFO 0 [463] -2014-01-11 12:53:49 queue INFO >>0 [464] -2014-01-11 12:53:49 sendUrl INFO 0 [464] -2014-01-11 12:54:39 queue INFO >>0 [465] -2014-01-11 12:54:39 sendUrl INFO 0 [465] -2014-01-11 12:55:29 queue INFO >>0 [466] -2014-01-11 12:55:30 sendUrl INFO 0 [466] -2014-01-11 12:56:19 queue INFO >>0 [467] -2014-01-11 12:56:20 sendUrl INFO 0 [467] -2014-01-11 12:57:09 queue INFO >>0 [468] -2014-01-11 12:57:10 sendUrl INFO 0 [468] -2014-01-11 12:58:00 queue INFO >>0 [469] -2014-01-11 12:58:00 sendUrl INFO 0 [469] -2014-01-11 12:58:50 queue INFO >>0 [470] -2014-01-11 12:58:50 sendUrl INFO 0 [470] -2014-01-11 12:59:40 queue INFO >>0 [471] -2014-01-11 12:59:40 sendUrl INFO 0 [471] -2014-01-11 13:00:30 queue INFO >>0 [472] -2014-01-11 13:00:31 sendUrl INFO 0 [472] -2014-01-11 13:01:20 queue INFO >>0 [473] -2014-01-11 13:01:20 sendUrl INFO 0 [473] -2014-01-11 13:02:10 queue INFO >>0 [474] -2014-01-11 13:02:11 sendUrl INFO 0 [474] -2014-01-11 13:03:01 queue INFO >>0 [475] -2014-01-11 13:03:01 sendUrl INFO 0 [475] -2014-01-11 13:03:51 queue INFO >>0 [476] -2014-01-11 13:03:51 sendUrl INFO 0 [476] -2014-01-11 13:04:41 queue INFO >>0 [477] -2014-01-11 13:04:41 sendUrl INFO 0 [477] -2014-01-11 13:05:31 queue INFO >>0 [478] -2014-01-11 13:05:32 sendUrl INFO 0 [478] -2014-01-11 13:06:21 queue INFO >>0 [479] -2014-01-11 13:06:21 sendUrl INFO 0 [479] -2014-01-11 13:07:11 queue INFO >>0 [480] -2014-01-11 13:07:12 sendUrl INFO 0 [480] -2014-01-11 13:08:01 queue INFO >>0 [481] -2014-01-11 13:08:02 sendUrl INFO 0 [481] -2014-01-11 13:08:52 queue INFO >>0 [482] -2014-01-11 13:08:52 sendUrl INFO 0 [482] -2014-01-11 13:09:42 queue INFO >>0 [483] -2014-01-11 13:09:42 sendUrl INFO 0 [483] -2014-01-11 13:10:32 queue INFO >>0 [484] -2014-01-11 13:10:32 sendUrl INFO 0 [484] -2014-01-11 13:11:22 queue INFO >>0 [485] -2014-01-11 13:11:22 sendUrl INFO 0 [485] -2014-01-11 13:12:12 queue INFO >>0 [486] -2014-01-11 13:12:13 sendUrl INFO 0 [486] -2014-01-11 13:13:02 queue INFO >>0 [487] -2014-01-11 13:13:03 sendUrl INFO 0 [487] -2014-01-11 13:13:53 queue INFO >>0 [488] -2014-01-11 13:13:53 sendUrl INFO 0 [488] -2014-01-11 13:14:43 queue INFO >>0 [489] -2014-01-11 13:14:43 sendUrl INFO 0 [489] -2014-01-11 13:15:33 queue INFO >>0 [490] -2014-01-11 13:15:33 sendUrl INFO 0 [490] -2014-01-11 13:16:23 queue INFO >>0 [491] -2014-01-11 13:16:23 sendUrl INFO 0 [491] -2014-01-11 13:17:13 queue INFO >>0 [492] -2014-01-11 13:17:14 sendUrl INFO 0 [492] -2014-01-11 13:18:03 queue INFO >>0 [493] -2014-01-11 13:18:04 sendUrl INFO 0 [493] -2014-01-11 13:18:53 queue INFO >>0 [494] -2014-01-11 13:18:54 sendUrl INFO 0 [494] -2014-01-11 13:19:44 queue INFO >>0 [495] -2014-01-11 13:19:44 sendUrl INFO 0 [495] -2014-01-11 13:20:34 queue INFO >>0 [496] -2014-01-11 13:20:34 sendUrl INFO 0 [496] -2014-01-11 13:21:24 queue INFO >>0 [497] -2014-01-11 13:21:24 sendUrl INFO 0 [497] -2014-01-11 13:22:14 queue INFO >>0 [498] -2014-01-11 13:22:14 sendUrl INFO 0 [498] -2014-01-11 13:23:04 queue INFO >>0 [499] -2014-01-11 13:23:05 sendUrl INFO 0 [499] -2014-01-11 13:23:54 queue INFO >>0 [500] -2014-01-11 13:23:55 sendUrl INFO 0 [500] -2014-01-11 13:24:45 queue INFO >>0 [501] -2014-01-11 13:24:45 sendUrl INFO 0 [501] -2014-01-11 13:25:35 queue INFO >>0 [502] -2014-01-11 13:25:35 sendUrl INFO 0 [502] -2014-01-11 13:26:25 queue INFO >>0 [503] -2014-01-11 13:26:25 sendUrl INFO 0 [503] -2014-01-11 13:27:15 queue INFO >>0 [504] -2014-01-11 13:27:15 sendUrl INFO 0 [504] -2014-01-11 13:28:05 queue INFO >>0 [505] -2014-01-11 13:28:06 sendUrl INFO 0 [505] -2014-01-11 13:28:55 queue INFO >>0 [506] -2014-01-11 13:28:56 sendUrl INFO 0 [506] -2014-01-11 13:29:45 queue INFO >>0 [507] -2014-01-11 13:29:46 sendUrl INFO 0 [507] -2014-01-11 13:30:36 queue INFO >>0 [508] -2014-01-11 13:30:36 sendUrl INFO 0 [508] -2014-01-11 13:31:26 queue INFO >>0 [509] -2014-01-11 13:31:26 sendUrl INFO 0 [509] -2014-01-11 13:32:16 queue INFO >>0 [510] -2014-01-11 13:32:16 sendUrl INFO 0 [510] -2014-01-11 13:33:06 queue INFO >>0 [511] -2014-01-11 13:33:07 sendUrl INFO 0 [511] -2014-01-11 13:33:56 queue INFO >>0 [512] -2014-01-11 13:33:56 sendUrl INFO 0 [512] -2014-01-11 13:34:46 queue INFO >>0 [513] -2014-01-11 13:34:47 sendUrl INFO 0 [513] -2014-01-11 13:35:36 queue INFO >>0 [514] -2014-01-11 13:35:37 sendUrl INFO 0 [514] -2014-01-11 13:36:27 queue INFO >>0 [515] -2014-01-11 13:36:27 sendUrl INFO 0 [515] -2014-01-11 13:37:17 queue INFO >>0 [516] -2014-01-11 13:37:17 sendUrl INFO 0 [516] -2014-01-11 13:38:07 queue INFO >>0 [517] -2014-01-11 13:38:07 sendUrl INFO 0 [517] -2014-01-11 13:38:57 queue INFO >>0 [518] -2014-01-11 13:38:57 sendUrl INFO 0 [518] -2014-01-11 13:39:47 queue INFO >>0 [519] -2014-01-11 13:39:48 sendUrl INFO 0 [519] -2014-01-11 13:40:37 queue INFO >>0 [520] -2014-01-11 13:40:38 sendUrl INFO 0 [520] -2014-01-11 13:41:27 queue INFO >>0 [521] -2014-01-11 13:41:28 sendUrl INFO 0 [521] -2014-01-11 13:42:18 queue INFO >>0 [522] -2014-01-11 13:42:18 sendUrl INFO 0 [522] -2014-01-11 13:43:08 queue INFO >>0 [523] -2014-01-11 13:43:08 sendUrl INFO 0 [523] -2014-01-11 13:43:58 queue INFO >>0 [524] -2014-01-11 13:43:58 sendUrl INFO 0 [524] -2014-01-11 13:44:48 queue INFO >>0 [525] -2014-01-11 13:44:48 sendUrl INFO 0 [525] -2014-01-11 13:45:38 queue INFO >>0 [526] -2014-01-11 13:45:39 sendUrl INFO 0 [526] -2014-01-11 13:46:28 queue INFO >>0 [527] -2014-01-11 13:46:29 sendUrl INFO 0 [527] -2014-01-11 13:47:18 queue INFO >>0 [528] -2014-01-11 13:47:19 sendUrl INFO 0 [528] -2014-01-11 13:48:09 queue INFO >>0 [529] -2014-01-11 13:48:09 sendUrl INFO 0 [529] -2014-01-11 13:48:59 queue INFO >>0 [530] -2014-01-11 13:48:59 sendUrl INFO 0 [530] -2014-01-11 13:49:49 queue INFO >>0 [531] -2014-01-11 13:49:49 sendUrl INFO 0 [531] -2014-01-11 13:50:39 queue INFO >>0 [532] -2014-01-11 13:50:40 sendUrl INFO 0 [532] -2014-01-11 13:51:29 queue INFO >>0 [533] -2014-01-11 13:51:29 sendUrl INFO 0 [533] -2014-01-11 13:52:19 queue INFO >>0 [534] -2014-01-11 13:52:20 sendUrl INFO 0 [534] -2014-01-11 13:53:10 queue INFO >>0 [535] -2014-01-11 13:53:10 sendUrl INFO 0 [535] -2014-01-11 13:54:00 queue INFO >>0 [536] -2014-01-11 13:54:00 sendUrl INFO 0 [536] -2014-01-11 13:54:50 queue INFO >>0 [537] -2014-01-11 13:54:50 sendUrl INFO 0 [537] -2014-01-11 13:55:40 queue INFO >>0 [538] -2014-01-11 13:55:41 sendUrl INFO 0 [538] -2014-01-11 13:56:30 queue INFO >>0 [539] -2014-01-11 13:56:30 sendUrl INFO 0 [539] -2014-01-11 13:57:20 queue INFO >>0 [540] -2014-01-11 13:57:21 sendUrl INFO 0 [540] -2014-01-11 13:58:10 queue INFO >>0 [541] -2014-01-11 13:58:11 sendUrl INFO 0 [541] -2014-01-11 13:59:01 queue INFO >>0 [542] -2014-01-11 13:59:01 sendUrl INFO 0 [542] -2014-01-11 13:59:51 queue INFO >>0 [543] -2014-01-11 13:59:51 sendUrl INFO 0 [543] -2014-01-11 14:00:41 queue INFO >>0 [544] -2014-01-11 14:00:42 sendUrl INFO 0 [544] -2014-01-11 14:01:31 queue INFO >>0 [545] -2014-01-11 14:01:31 sendUrl INFO 0 [545] -2014-01-11 14:02:21 queue INFO >>0 [546] -2014-01-11 14:02:22 sendUrl INFO 0 [546] -2014-01-11 14:03:11 queue INFO >>0 [547] -2014-01-11 14:03:12 sendUrl INFO 0 [547] -2014-01-11 14:04:02 queue INFO >>0 [548] -2014-01-11 14:04:02 sendUrl INFO 0 [548] -2014-01-11 14:04:52 queue INFO >>0 [549] -2014-01-11 14:04:52 sendUrl INFO 0 [549] -2014-01-11 14:05:42 queue INFO >>0 [550] -2014-01-11 14:05:42 sendUrl INFO 0 [550] -2014-01-11 14:06:32 queue INFO >>0 [551] -2014-01-11 14:06:32 sendUrl INFO 0 [551] -2014-01-11 14:07:22 queue INFO >>0 [552] -2014-01-11 14:07:23 sendUrl INFO 0 [552] -2014-01-11 14:08:12 queue INFO >>0 [553] -2014-01-11 14:08:13 sendUrl INFO 0 [553] -2014-01-11 14:09:03 queue INFO >>0 [554] -2014-01-11 14:09:03 sendUrl INFO 0 [554] -2014-01-11 14:09:53 queue INFO >>0 [555] -2014-01-11 14:09:53 sendUrl INFO 0 [555] -2014-01-11 14:10:43 queue INFO >>0 [556] -2014-01-11 14:10:43 sendUrl INFO 0 [556] -2014-01-11 14:11:33 queue INFO >>0 [557] -2014-01-11 14:11:33 sendUrl INFO 0 [557] -2014-01-11 14:12:23 queue INFO >>0 [558] -2014-01-11 14:12:24 sendUrl INFO 0 [558] -2014-01-11 14:13:13 queue INFO >>0 [559] -2014-01-11 14:13:14 sendUrl INFO 0 [559] -2014-01-11 14:14:03 queue INFO >>0 [560] -2014-01-11 14:14:04 sendUrl INFO 0 [560] -2014-01-11 14:14:54 queue INFO >>0 [561] -2014-01-11 14:14:54 sendUrl INFO 0 [561] -2014-01-11 14:15:44 queue INFO >>0 [562] -2014-01-11 14:15:44 sendUrl INFO 0 [562] -2014-01-11 14:16:34 queue INFO >>0 [563] -2014-01-11 14:16:34 sendUrl INFO 0 [563] -2014-01-11 14:17:24 queue INFO >>0 [564] -2014-01-11 14:17:24 sendUrl INFO 0 [564] -2014-01-11 14:18:14 queue INFO >>0 [565] -2014-01-11 14:18:15 sendUrl INFO 0 [565] -2014-01-11 14:19:04 queue INFO >>0 [566] -2014-01-11 14:19:05 sendUrl INFO 0 [566] -2014-01-11 14:19:54 queue INFO >>0 [567] -2014-01-11 14:19:55 sendUrl INFO 0 [567] -2014-01-11 14:20:45 queue INFO >>0 [568] -2014-01-11 14:20:45 sendUrl INFO 0 [568] -2014-01-11 14:21:35 queue INFO >>0 [569] -2014-01-11 14:21:35 sendUrl INFO 0 [569] -2014-01-11 14:22:25 queue INFO >>0 [570] -2014-01-11 14:22:25 sendUrl INFO 0 [570] -2014-01-11 14:23:15 queue INFO >>0 [571] -2014-01-11 14:23:15 sendUrl INFO 0 [571] -2014-01-11 14:24:05 queue INFO >>0 [572] -2014-01-11 14:24:05 sendUrl INFO 0 [572] -2014-01-11 14:24:55 queue INFO >>0 [573] -2014-01-11 14:24:56 sendUrl INFO 0 [573] -2014-01-11 14:25:45 queue INFO >>0 [574] -2014-01-11 14:25:46 sendUrl INFO 0 [574] -2014-01-11 14:26:36 queue INFO >>0 [575] -2014-01-11 14:26:36 sendUrl INFO 0 [575] -2014-01-11 14:27:26 queue INFO >>0 [576] -2014-01-11 14:27:26 sendUrl INFO 0 [576] -2014-01-11 14:28:16 queue INFO >>0 [577] -2014-01-11 14:28:16 sendUrl INFO 0 [577] -2014-01-11 14:29:06 queue INFO >>0 [578] -2014-01-11 14:29:06 sendUrl INFO 0 [578] -2014-01-11 14:29:56 queue INFO >>0 [579] -2014-01-11 14:29:57 sendUrl INFO 0 [579] -2014-01-11 14:30:46 queue INFO >>0 [580] -2014-01-11 14:30:47 sendUrl INFO 0 [580] -2014-01-11 14:31:36 queue INFO >>0 [581] -2014-01-11 14:31:37 sendUrl INFO 0 [581] -2014-01-11 14:32:27 queue INFO >>0 [582] -2014-01-11 14:32:27 sendUrl INFO 0 [582] -2014-01-11 14:33:17 queue INFO >>0 [583] -2014-01-11 14:33:17 sendUrl INFO 0 [583] -2014-01-11 14:34:07 queue INFO >>0 [584] -2014-01-11 14:34:07 sendUrl INFO 0 [584] -2014-01-11 14:34:57 queue INFO >>0 [585] -2014-01-11 14:34:57 sendUrl INFO 0 [585] -2014-01-11 14:35:47 queue INFO >>0 [586] -2014-01-11 14:35:48 sendUrl INFO 0 [586] -2014-01-11 14:36:37 queue INFO >>0 [587] -2014-01-11 14:36:38 sendUrl INFO 0 [587] -2014-01-11 14:37:28 queue INFO >>0 [588] -2014-01-11 14:37:28 sendUrl INFO 0 [588] -2014-01-11 14:38:18 queue INFO >>0 [589] -2014-01-11 14:38:18 sendUrl INFO 0 [589] -2014-01-11 14:39:08 queue INFO >>0 [590] -2014-01-11 14:39:08 sendUrl INFO 0 [590] -2014-01-11 14:39:58 queue INFO >>0 [591] -2014-01-11 14:39:58 sendUrl INFO 0 [591] -2014-01-11 14:40:48 queue INFO >>0 [592] -2014-01-11 14:40:49 sendUrl INFO 0 [592] -2014-01-11 14:41:38 queue INFO >>0 [593] -2014-01-11 14:41:39 sendUrl INFO 0 [593] -2014-01-11 14:42:28 queue INFO >>0 [594] -2014-01-11 14:42:29 sendUrl INFO 0 [594] -2014-01-11 14:43:19 queue INFO >>0 [595] -2014-01-11 14:43:19 sendUrl INFO 0 [595] -2014-01-11 14:44:09 queue INFO >>0 [596] -2014-01-11 14:44:09 sendUrl INFO 0 [596] -2014-01-11 14:44:59 queue INFO >>0 [597] -2014-01-11 14:44:59 sendUrl INFO 0 [597] -2014-01-11 14:45:49 queue INFO >>0 [598] -2014-01-11 14:45:50 sendUrl INFO 0 [598] -2014-01-11 14:46:39 queue INFO >>0 [599] -2014-01-11 14:46:39 sendUrl INFO 0 [599] -2014-01-11 14:47:29 queue INFO >>0 [600] -2014-01-11 14:47:30 sendUrl INFO 0 [600] -2014-01-11 14:48:19 queue INFO >>0 [601] -2014-01-11 14:48:20 sendUrl INFO 0 [601] -2014-01-11 14:49:09 queue INFO >>0 [602] -2014-01-11 14:49:10 sendUrl INFO 0 [602] -2014-01-11 14:50:00 queue INFO >>0 [603] -2014-01-11 14:50:00 sendUrl INFO 0 [603] -2014-01-11 14:50:50 queue INFO >>0 [604] -2014-01-11 14:50:50 sendUrl INFO 0 [604] -2014-01-11 14:51:40 queue INFO >>0 [605] -2014-01-11 14:51:40 sendUrl INFO 0 [605] -2014-01-11 14:52:30 queue INFO >>0 [606] -2014-01-11 14:52:30 sendUrl INFO 0 [606] -2014-01-11 14:53:20 queue INFO >>0 [607] -2014-01-11 14:53:21 sendUrl INFO 0 [607] -2014-01-11 14:54:10 queue INFO >>0 [608] -2014-01-11 14:54:11 sendUrl INFO 0 [608] -2014-01-11 14:55:01 queue INFO >>0 [609] -2014-01-11 14:55:01 sendUrl INFO 0 [609] -2014-01-11 14:55:51 queue INFO >>0 [610] -2014-01-11 14:55:51 sendUrl INFO 0 [610] -2014-01-11 14:56:41 queue INFO >>0 [611] -2014-01-11 14:56:41 sendUrl INFO 0 [611] -2014-01-11 14:57:31 queue INFO >>0 [612] -2014-01-11 14:57:31 sendUrl INFO 0 [612] -2014-01-11 14:58:21 queue INFO >>0 [613] -2014-01-11 14:58:22 sendUrl INFO 0 [613] -2014-01-11 14:59:11 queue INFO >>0 [614] -2014-01-11 14:59:11 sendUrl INFO 0 [614] -2014-01-11 15:00:01 queue INFO >>0 [615] -2014-01-11 15:00:02 sendUrl INFO 0 [615] -2014-01-11 15:00:51 queue INFO >>0 [616] -2014-01-11 15:00:52 sendUrl INFO 0 [616] -2014-01-11 15:01:42 queue INFO >>0 [617] -2014-01-11 15:01:42 sendUrl INFO 0 [617] -2014-01-11 15:02:32 queue INFO >>0 [618] -2014-01-11 15:02:32 sendUrl INFO 0 [618] -2014-01-11 15:03:22 queue INFO >>0 [619] -2014-01-11 15:03:22 sendUrl INFO 0 [619] -2014-01-11 15:04:12 queue INFO >>0 [620] -2014-01-11 15:04:12 sendUrl INFO 0 [620] -2014-01-11 15:05:02 queue INFO >>0 [621] -2014-01-11 15:05:03 sendUrl INFO 0 [621] -2014-01-11 15:05:52 queue INFO >>0 [622] -2014-01-11 15:05:53 sendUrl INFO 0 [622] -2014-01-11 15:06:43 queue INFO >>0 [623] -2014-01-11 15:06:43 sendUrl INFO 0 [623] -2014-01-11 15:07:33 queue INFO >>0 [624] -2014-01-11 15:07:33 sendUrl INFO 0 [624] -2014-01-11 15:08:23 queue INFO >>0 [625] -2014-01-11 15:08:23 sendUrl INFO 0 [625] -2014-01-11 15:09:13 queue INFO >>0 [626] -2014-01-11 15:09:13 sendUrl INFO 0 [626] -2014-01-11 15:10:03 queue INFO >>0 [627] -2014-01-11 15:10:04 sendUrl INFO 0 [627] -2014-01-11 15:10:53 queue INFO >>0 [628] -2014-01-11 15:10:54 sendUrl INFO 0 [628] -2014-01-11 15:11:43 queue INFO >>0 [629] -2014-01-11 15:11:44 sendUrl INFO 0 [629] -2014-01-11 15:12:34 queue INFO >>0 [630] -2014-01-11 15:12:34 sendUrl INFO 0 [630] -2014-01-11 15:13:24 queue INFO >>0 [631] -2014-01-11 15:13:24 sendUrl INFO 0 [631] -2014-01-11 15:14:14 queue INFO >>0 [632] -2014-01-11 15:14:14 sendUrl INFO 0 [632] -2014-01-11 15:15:04 queue INFO >>0 [633] -2014-01-11 15:15:04 sendUrl INFO 0 [633] -2014-01-11 15:15:54 queue INFO >>0 [634] -2014-01-11 15:15:55 sendUrl INFO 0 [634] -2014-01-11 15:16:44 queue INFO >>0 [635] -2014-01-11 15:16:45 sendUrl INFO 0 [635] -2014-01-11 15:17:35 queue INFO >>0 [636] -2014-01-11 15:17:35 sendUrl INFO 0 [636] -2014-01-11 15:18:25 queue INFO >>0 [637] -2014-01-11 15:18:25 sendUrl INFO 0 [637] -2014-01-11 15:19:15 queue INFO >>0 [638] -2014-01-11 15:19:15 sendUrl INFO 0 [638] -2014-01-11 15:20:05 queue INFO >>0 [639] -2014-01-11 15:20:05 sendUrl INFO 0 [639] -2014-01-11 15:20:55 queue INFO >>0 [640] -2014-01-11 15:20:56 sendUrl INFO 0 [640] -2014-01-11 15:21:45 queue INFO >>0 [641] -2014-01-11 15:21:46 sendUrl INFO 0 [641] -2014-01-11 15:22:35 queue INFO >>0 [642] -2014-01-11 15:22:36 sendUrl INFO 0 [642] -2014-01-11 15:23:26 queue INFO >>0 [643] -2014-01-11 15:23:26 sendUrl INFO 0 [643] -2014-01-11 15:24:16 queue INFO >>0 [644] -2014-01-11 15:24:16 sendUrl INFO 0 [644] -2014-01-11 15:25:06 queue INFO >>0 [645] -2014-01-11 15:25:06 sendUrl INFO 0 [645] -2014-01-11 15:25:56 queue INFO >>0 [646] -2014-01-11 15:25:57 sendUrl INFO 0 [646] -2014-01-11 15:26:46 queue INFO >>0 [647] -2014-01-11 15:26:46 sendUrl INFO 0 [647] -2014-01-11 15:27:36 queue INFO >>0 [648] -2014-01-11 15:27:37 sendUrl INFO 0 [648] -2014-01-11 15:28:27 queue INFO >>0 [649] -2014-01-11 15:28:27 sendUrl INFO 0 [649] -2014-01-11 15:29:17 queue INFO >>0 [650] -2014-01-11 15:29:17 sendUrl INFO 0 [650] -2014-01-11 15:30:07 queue INFO >>0 [651] -2014-01-11 15:30:07 sendUrl INFO 0 [651] -2014-01-11 15:30:57 queue INFO >>0 [652] -2014-01-11 15:30:58 sendUrl INFO 0 [652] -2014-01-11 15:31:47 queue INFO >>0 [653] -2014-01-11 15:31:47 sendUrl INFO 0 [653] -2014-01-11 15:32:37 queue INFO >>0 [654] -2014-01-11 15:32:38 sendUrl INFO 0 [654] -2014-01-11 15:33:27 queue INFO >>0 [655] -2014-01-11 15:33:28 sendUrl INFO 0 [655] -2014-01-11 15:34:18 queue INFO >>0 [656] -2014-01-11 15:34:18 sendUrl INFO 0 [656] -2014-01-11 15:35:08 queue INFO >>0 [657] -2014-01-11 15:35:08 sendUrl INFO 0 [657] -2014-01-11 15:35:58 queue INFO >>0 [658] -2014-01-11 15:35:58 sendUrl INFO 0 [658] -2014-01-11 15:36:48 queue INFO >>0 [659] -2014-01-11 15:36:48 sendUrl INFO 0 [659] -2014-01-11 15:37:38 queue INFO >>0 [660] -2014-01-11 15:37:39 sendUrl INFO 0 [660] -2014-01-11 15:38:28 queue INFO >>0 [661] -2014-01-11 15:38:29 sendUrl INFO 0 [661] -2014-01-11 15:39:19 queue INFO >>0 [662] -2014-01-11 15:39:19 sendUrl INFO 0 [662] -2014-01-11 15:40:09 queue INFO >>0 [663] -2014-01-11 15:40:09 sendUrl INFO 0 [663] -2014-01-11 15:40:59 queue INFO >>0 [664] -2014-01-11 15:40:59 sendUrl INFO 0 [664] -2014-01-11 15:41:49 queue INFO >>0 [665] -2014-01-11 15:41:49 sendUrl INFO 0 [665] -2014-01-11 15:42:39 queue INFO >>0 [666] -2014-01-11 15:42:40 sendUrl INFO 0 [666] -2014-01-11 15:43:29 queue INFO >>0 [667] -2014-01-11 15:43:30 sendUrl INFO 0 [667] -2014-01-11 15:44:19 queue INFO >>0 [668] -2014-01-11 15:44:20 sendUrl INFO 0 [668] -2014-01-11 15:45:10 queue INFO >>0 [669] -2014-01-11 15:45:10 sendUrl INFO 0 [669] -2014-01-11 15:46:00 queue INFO >>0 [670] -2014-01-11 15:46:00 sendUrl INFO 0 [670] -2014-01-11 15:46:50 queue INFO >>0 [671] -2014-01-11 15:46:50 sendUrl INFO 0 [671] -2014-01-11 15:47:40 queue INFO >>0 [672] -2014-01-11 15:47:40 sendUrl INFO 0 [672] -2014-01-11 15:48:30 queue INFO >>0 [673] -2014-01-11 15:48:31 sendUrl INFO 0 [673] -2014-01-11 15:49:20 queue INFO >>0 [674] -2014-01-11 15:49:21 sendUrl INFO 0 [674] -2014-01-11 15:50:11 queue INFO >>0 [675] -2014-01-11 15:50:11 sendUrl INFO 0 [675] -2014-01-11 15:51:01 queue INFO >>0 [676] -2014-01-11 15:51:01 sendUrl INFO 0 [676] -2014-01-11 15:51:51 queue INFO >>0 [677] -2014-01-11 15:51:51 sendUrl INFO 0 [677] -2014-01-11 15:52:41 queue INFO >>0 [678] -2014-01-11 15:52:41 sendUrl INFO 0 [678] -2014-01-11 15:53:31 queue INFO >>0 [679] -2014-01-11 15:53:32 sendUrl INFO 0 [679] -2014-01-11 15:54:21 queue INFO >>0 [680] -2014-01-11 15:54:22 sendUrl INFO 0 [680] -2014-01-11 15:55:11 queue INFO >>0 [681] -2014-01-11 15:55:12 sendUrl INFO 0 [681] -2014-01-11 15:56:02 queue INFO >>0 [682] -2014-01-11 15:56:02 sendUrl INFO 0 [682] -2014-01-11 15:56:52 queue INFO >>0 [683] -2014-01-11 15:56:52 sendUrl INFO 0 [683] -2014-01-11 15:57:42 queue INFO >>0 [684] -2014-01-11 15:57:42 sendUrl INFO 0 [684] -2014-01-11 15:58:32 queue INFO >>0 [685] -2014-01-11 15:58:33 sendUrl INFO 0 [685] -2014-01-11 15:59:22 queue INFO >>0 [686] -2014-01-11 15:59:22 sendUrl INFO 0 [686] -2014-01-11 16:00:12 queue INFO >>0 [687] -2014-01-11 16:00:13 sendUrl INFO 0 [687] -2014-01-11 16:01:03 queue INFO >>0 [688] -2014-01-11 16:01:03 sendUrl INFO 0 [688] -2014-01-11 16:01:53 queue INFO >>0 [689] -2014-01-11 16:01:53 sendUrl INFO 0 [689] -2014-01-11 16:02:43 queue INFO >>0 [690] -2014-01-11 16:02:43 sendUrl INFO 0 [690] -2014-01-11 16:03:33 queue INFO >>0 [691] -2014-01-11 16:03:34 sendUrl INFO 0 [691] -2014-01-11 16:04:23 queue INFO >>0 [692] -2014-01-11 16:04:23 sendUrl INFO 0 [692] -2014-01-11 16:05:13 queue INFO >>0 [693] -2014-01-11 16:05:14 sendUrl INFO 0 [693] -2014-01-11 16:06:03 queue INFO >>0 [694] -2014-01-11 16:06:04 sendUrl INFO 0 [694] -2014-01-11 16:06:54 queue INFO >>0 [695] -2014-01-11 16:06:54 sendUrl INFO 0 [695] -2014-01-11 16:07:44 queue INFO >>0 [696] -2014-01-11 16:07:44 sendUrl INFO 0 [696] -2014-01-11 16:08:34 queue INFO >>0 [697] -2014-01-11 16:08:34 sendUrl INFO 0 [697] -2014-01-11 16:09:24 queue INFO >>0 [698] -2014-01-11 16:09:24 sendUrl INFO 0 [698] -2014-01-11 16:10:14 queue INFO >>0 [699] -2014-01-11 16:10:14 sendUrl INFO 0 [699] -2014-01-11 16:11:04 queue INFO >>0 [700] -2014-01-11 16:11:05 sendUrl INFO 0 [700] -2014-01-11 16:11:54 queue INFO >>0 [701] -2014-01-11 16:11:55 sendUrl INFO 0 [701] -2014-01-11 16:12:44 queue INFO >>0 [702] -2014-01-11 16:12:45 sendUrl INFO 0 [702] -2014-01-11 16:13:35 queue INFO >>0 [703] -2014-01-11 16:13:35 sendUrl INFO 0 [703] -2014-01-11 16:14:25 queue INFO >>0 [704] -2014-01-11 16:14:25 sendUrl INFO 0 [704] -2014-01-11 16:15:15 queue INFO >>0 [705] -2014-01-11 16:15:15 sendUrl INFO 0 [705] -2014-01-11 16:16:05 queue INFO >>0 [706] -2014-01-11 16:16:06 sendUrl INFO 0 [706] -2014-01-11 16:16:55 queue INFO >>0 [707] -2014-01-11 16:16:55 sendUrl INFO 0 [707] -2014-01-11 16:17:45 queue INFO >>0 [708] -2014-01-11 16:17:46 sendUrl INFO 0 [708] -2014-01-11 16:18:36 queue INFO >>0 [709] -2014-01-11 16:18:36 sendUrl INFO 0 [709] -2014-01-11 16:19:26 queue INFO >>0 [710] -2014-01-11 16:19:26 sendUrl INFO 0 [710] -2014-01-11 16:20:16 queue INFO >>0 [711] -2014-01-11 16:20:16 sendUrl INFO 0 [711] -2014-01-11 16:21:06 queue INFO >>0 [712] -2014-01-11 16:21:07 sendUrl INFO 0 [712] -2014-01-11 16:21:56 queue INFO >>0 [713] -2014-01-11 16:21:56 sendUrl INFO 0 [713] -2014-01-11 16:22:46 queue INFO >>0 [714] -2014-01-11 16:22:47 sendUrl INFO 0 [714] -2014-01-11 16:23:36 queue INFO >>0 [715] -2014-01-11 16:23:37 sendUrl INFO 0 [715] -2014-01-11 16:24:27 queue INFO >>0 [716] -2014-01-11 16:24:27 sendUrl INFO 0 [716] -2014-01-11 16:25:17 queue INFO >>0 [717] -2014-01-11 16:25:17 sendUrl INFO 0 [717] -2014-01-11 16:26:07 queue INFO >>0 [718] -2014-01-11 16:26:07 sendUrl INFO 0 [718] -2014-01-11 16:26:57 queue INFO >>0 [719] -2014-01-11 16:26:57 sendUrl INFO 0 [719] -2014-01-11 16:27:47 queue INFO >>0 [720] -2014-01-11 16:27:48 sendUrl INFO 0 [720] -2014-01-11 16:28:37 queue INFO >>0 [721] -2014-01-11 16:28:38 sendUrl INFO 0 [721] -2014-01-11 16:29:28 queue INFO >>0 [722] -2014-01-11 16:29:28 sendUrl INFO 0 [722] -2014-01-11 16:30:18 queue INFO >>0 [723] -2014-01-11 16:30:18 sendUrl INFO 0 [723] -2014-01-11 16:31:08 queue INFO >>0 [724] -2014-01-11 16:31:08 sendUrl INFO 0 [724] -2014-01-11 16:31:58 queue INFO >>0 [725] -2014-01-11 16:31:58 sendUrl INFO 0 [725] -2014-01-11 16:32:48 queue INFO >>0 [726] -2014-01-11 16:32:49 sendUrl INFO 0 [726] -2014-01-11 16:33:38 queue INFO >>0 [727] -2014-01-11 16:33:39 sendUrl INFO 0 [727] -2014-01-11 16:34:28 queue INFO >>0 [728] -2014-01-11 16:34:29 sendUrl INFO 0 [728] -2014-01-11 16:35:19 queue INFO >>0 [729] -2014-01-11 16:35:19 sendUrl INFO 0 [729] -2014-01-11 16:36:09 queue INFO >>0 [730] -2014-01-11 16:36:09 sendUrl INFO 0 [730] -2014-01-11 16:36:59 queue INFO >>0 [731] -2014-01-11 16:36:59 sendUrl INFO 0 [731] -2014-01-11 16:37:49 queue INFO >>0 [732] -2014-01-11 16:37:49 sendUrl INFO 0 [732] -2014-01-11 16:38:39 queue INFO >>0 [733] -2014-01-11 16:38:40 sendUrl INFO 0 [733] -2014-01-11 16:39:29 queue INFO >>0 [734] -2014-01-11 16:39:30 sendUrl INFO 0 [734] -2014-01-11 16:40:20 queue INFO >>0 [735] -2014-01-11 16:40:20 sendUrl INFO 0 [735] -2014-01-11 16:41:10 queue INFO >>0 [736] -2014-01-11 16:41:10 sendUrl INFO 0 [736] -2014-01-11 16:42:00 queue INFO >>0 [737] -2014-01-11 16:42:00 sendUrl INFO 0 [737] -2014-01-11 16:42:50 queue INFO >>0 [738] -2014-01-11 16:42:50 sendUrl INFO 0 [738] -2014-01-11 16:43:40 queue INFO >>0 [739] -2014-01-11 16:43:41 sendUrl INFO 0 [739] -2014-01-11 16:44:30 queue INFO >>0 [740] -2014-01-11 16:44:31 sendUrl INFO 0 [740] -2014-01-11 16:45:20 queue INFO >>0 [741] -2014-01-11 16:45:21 sendUrl INFO 0 [741] -2014-01-11 16:46:11 queue INFO >>0 [742] -2014-01-11 16:46:11 sendUrl INFO 0 [742] -2014-01-11 16:47:01 queue INFO >>0 [743] -2014-01-11 16:47:01 sendUrl INFO 0 [743] -2014-01-11 16:47:51 queue INFO >>0 [744] -2014-01-11 16:47:51 sendUrl INFO 0 [744] -2014-01-11 16:48:41 queue INFO >>0 [745] -2014-01-11 16:48:42 sendUrl INFO 0 [745] -2014-01-11 16:49:31 queue INFO >>0 [746] -2014-01-11 16:49:31 sendUrl INFO 0 [746] -2014-01-11 16:50:21 queue INFO >>0 [747] -2014-01-11 16:50:22 sendUrl INFO 0 [747] -2014-01-11 16:51:12 queue INFO >>0 [748] -2014-01-11 16:51:12 sendUrl INFO 0 [748] -2014-01-11 16:52:02 queue INFO >>0 [749] -2014-01-11 16:52:02 sendUrl INFO 0 [749] -2014-01-11 16:52:52 queue INFO >>0 [750] -2014-01-11 16:52:52 sendUrl INFO 0 [750] -2014-01-11 16:53:42 queue INFO >>0 [751] -2014-01-11 16:53:42 sendUrl INFO 0 [751] -2014-01-11 16:54:32 queue INFO >>0 [752] -2014-01-11 16:54:32 sendUrl INFO 0 [752] -2014-01-11 16:55:22 queue INFO >>0 [753] -2014-01-11 16:55:23 sendUrl INFO 0 [753] -2014-01-11 16:56:12 queue INFO >>0 [754] -2014-01-11 16:56:13 sendUrl INFO 0 [754] -2014-01-11 16:57:03 queue INFO >>0 [755] -2014-01-11 16:57:03 sendUrl INFO 0 [755] -2014-01-11 16:57:53 queue INFO >>0 [756] -2014-01-11 16:57:53 sendUrl INFO 0 [756] -2014-01-11 16:58:43 queue INFO >>0 [757] -2014-01-11 16:58:43 sendUrl INFO 0 [757] -2014-01-11 16:59:33 queue INFO >>0 [758] -2014-01-11 16:59:33 sendUrl INFO 0 [758] -2014-01-11 17:00:23 queue INFO >>0 [759] -2014-01-11 17:00:24 sendUrl INFO 0 [759] -2014-01-11 17:01:13 queue INFO >>0 [760] -2014-01-11 17:01:13 sendUrl INFO 0 [760] -2014-01-11 17:02:04 queue INFO >>0 [761] -2014-01-11 17:02:04 sendUrl INFO 0 [761] -2014-01-11 17:02:54 queue INFO >>0 [762] -2014-01-11 17:02:54 sendUrl INFO 0 [762] -2014-01-11 17:03:44 queue INFO >>0 [763] -2014-01-11 17:03:44 sendUrl INFO 0 [763] -2014-01-11 17:04:34 queue INFO >>0 [764] -2014-01-11 17:04:34 sendUrl INFO 0 [764] -2014-01-11 17:05:24 queue INFO >>0 [765] -2014-01-11 17:05:25 sendUrl INFO 0 [765] -2014-01-11 17:06:14 queue INFO >>0 [766] -2014-01-11 17:06:14 sendUrl INFO 0 [766] -2014-01-11 17:07:04 queue INFO >>0 [767] -2014-01-11 17:07:05 sendUrl INFO 0 [767] -2014-01-11 17:07:55 queue INFO >>0 [768] -2014-01-11 17:07:55 sendUrl INFO 0 [768] -2014-01-11 17:08:45 queue INFO >>0 [769] -2014-01-11 17:08:45 sendUrl INFO 0 [769] -2014-01-11 17:09:35 queue INFO >>0 [770] -2014-01-11 17:09:35 sendUrl INFO 0 [770] -2014-01-11 17:10:25 queue INFO >>0 [771] -2014-01-11 17:10:25 sendUrl INFO 0 [771] -2014-01-11 17:11:15 queue INFO >>0 [772] -2014-01-11 17:11:15 sendUrl INFO 0 [772] -2014-01-11 17:12:05 queue INFO >>0 [773] -2014-01-11 17:12:06 sendUrl INFO 0 [773] -2014-01-11 17:12:56 queue INFO >>0 [774] -2014-01-11 17:12:56 sendUrl INFO 0 [774] -2014-01-11 17:13:46 queue INFO >>0 [775] -2014-01-11 17:13:46 sendUrl INFO 0 [775] -2014-01-11 17:14:36 queue INFO >>0 [776] -2014-01-11 17:14:36 sendUrl INFO 0 [776] -2014-01-11 17:15:26 queue INFO >>0 [777] -2014-01-11 17:15:26 sendUrl INFO 0 [777] -2014-01-11 17:16:16 queue INFO >>0 [778] -2014-01-11 17:16:16 sendUrl INFO 0 [778] -2014-01-11 17:17:06 queue INFO >>0 [779] -2014-01-11 17:17:07 sendUrl INFO 0 [779] -2014-01-11 17:17:56 queue INFO >>0 [780] -2014-01-11 17:17:57 sendUrl INFO 0 [780] -2014-01-11 17:18:47 queue INFO >>0 [781] -2014-01-11 17:18:47 sendUrl INFO 0 [781] -2014-01-11 17:19:37 queue INFO >>0 [782] -2014-01-11 17:19:37 sendUrl INFO 0 [782] -2014-01-11 17:20:27 queue INFO >>0 [783] -2014-01-11 17:20:27 sendUrl INFO 0 [783] -2014-01-11 17:21:17 queue INFO >>0 [784] -2014-01-11 17:21:17 sendUrl INFO 0 [784] -2014-01-11 17:22:07 queue INFO >>0 [785] -2014-01-11 17:22:07 sendUrl INFO 0 [785] -2014-01-11 17:22:57 queue INFO >>0 [786] -2014-01-11 17:22:58 sendUrl INFO 0 [786] -2014-01-11 17:23:48 queue INFO >>0 [787] -2014-01-11 17:23:48 sendUrl INFO 0 [787] -2014-01-11 17:24:38 queue INFO >>0 [788] -2014-01-11 17:24:38 sendUrl INFO 0 [788] -2014-01-11 17:25:28 queue INFO >>0 [789] -2014-01-11 17:25:28 sendUrl INFO 0 [789] -2014-01-11 17:26:18 queue INFO >>0 [790] -2014-01-11 17:26:19 sendUrl INFO 0 [790] -2014-01-11 17:27:08 queue INFO >>0 [791] -2014-01-11 17:27:08 sendUrl INFO 0 [791] -2014-01-11 17:27:58 queue INFO >>0 [792] -2014-01-11 17:27:59 sendUrl INFO 0 [792] -2014-01-11 17:28:48 queue INFO >>0 [793] -2014-01-11 17:28:49 sendUrl INFO 0 [793] -2014-01-11 17:29:39 queue INFO >>0 [794] -2014-01-11 17:29:39 sendUrl INFO 0 [794] -2014-01-11 17:30:29 queue INFO >>0 [795] -2014-01-11 17:30:29 sendUrl INFO 0 [795] -2014-01-11 17:31:19 queue INFO >>0 [796] -2014-01-11 17:31:19 sendUrl INFO 0 [796] -2014-01-11 17:32:09 queue INFO >>0 [797] -2014-01-11 17:32:09 sendUrl INFO 0 [797] -2014-01-11 17:32:59 queue INFO >>0 [798] -2014-01-11 17:33:00 sendUrl INFO 0 [798] -2014-01-11 17:33:49 queue INFO >>0 [799] -2014-01-11 17:33:50 sendUrl INFO 0 [799] -2014-01-11 17:34:40 queue INFO >>0 [800] -2014-01-11 17:34:40 sendUrl INFO 0 [800] -2014-01-11 17:35:30 queue INFO >>0 [801] -2014-01-11 17:35:30 sendUrl INFO 0 [801] -2014-01-11 17:36:20 queue INFO >>0 [802] -2014-01-11 17:36:20 sendUrl INFO 0 [802] -2014-01-11 17:37:10 queue INFO >>0 [803] -2014-01-11 17:37:10 sendUrl INFO 0 [803] -2014-01-11 17:38:00 queue INFO >>0 [804] -2014-01-11 17:38:01 sendUrl INFO 0 [804] -2014-01-11 17:38:50 queue INFO >>0 [805] -2014-01-11 17:38:51 sendUrl INFO 0 [805] -2014-01-11 17:39:40 queue INFO >>0 [806] -2014-01-11 17:39:41 sendUrl INFO 0 [806] -2014-01-11 17:40:31 queue INFO >>0 [807] -2014-01-11 17:40:31 sendUrl INFO 0 [807] -2014-01-11 17:41:21 queue INFO >>0 [808] -2014-01-11 17:41:21 sendUrl INFO 0 [808] -2014-01-11 17:42:11 queue INFO >>0 [809] -2014-01-11 17:42:11 sendUrl INFO 0 [809] -2014-01-11 17:43:01 queue INFO >>0 [810] -2014-01-11 17:43:01 sendUrl INFO 0 [810] -2014-01-11 17:43:51 queue INFO >>0 [811] -2014-01-11 17:43:51 sendUrl INFO 0 [811] -2014-01-11 17:44:41 queue INFO >>0 [812] -2014-01-11 17:44:42 sendUrl INFO 0 [812] -2014-01-11 17:45:31 queue INFO >>0 [813] -2014-01-11 17:45:32 sendUrl INFO 0 [813] -2014-01-11 17:46:22 queue INFO >>0 [814] -2014-01-11 17:46:22 sendUrl INFO 0 [814] -2014-01-11 17:47:12 queue INFO >>0 [815] -2014-01-11 17:47:12 sendUrl INFO 0 [815] -2014-01-11 17:48:02 queue INFO >>0 [816] -2014-01-11 17:48:02 sendUrl INFO 0 [816] -2014-01-11 17:48:52 queue INFO >>0 [817] -2014-01-11 17:48:53 sendUrl INFO 0 [817] -2014-01-11 17:49:42 queue INFO >>0 [818] -2014-01-11 17:49:43 sendUrl INFO 0 [818] -2014-01-11 17:50:32 queue INFO >>0 [819] -2014-01-11 17:50:33 sendUrl INFO 0 [819] -2014-01-11 17:51:23 queue INFO >>0 [820] -2014-01-11 17:51:23 sendUrl INFO 0 [820] -2014-01-11 17:52:13 queue INFO >>0 [821] -2014-01-11 17:52:13 sendUrl INFO 0 [821] -2014-01-11 17:53:03 queue INFO >>0 [822] -2014-01-11 17:53:03 sendUrl INFO 0 [822] -2014-01-11 17:53:53 queue INFO >>0 [823] -2014-01-11 17:53:54 sendUrl INFO 0 [823] -2014-01-11 17:54:43 queue INFO >>0 [824] -2014-01-11 17:54:43 sendUrl INFO 0 [824] -2014-01-11 17:55:33 queue INFO >>0 [825] -2014-01-11 17:55:34 sendUrl INFO 0 [825] -2014-01-11 17:56:24 queue INFO >>0 [826] -2014-01-11 17:56:24 sendUrl INFO 0 [826] -2014-01-11 17:57:14 queue INFO >>0 [827] -2014-01-11 17:57:14 sendUrl INFO 0 [827] -2014-01-11 17:58:04 queue INFO >>0 [828] -2014-01-11 17:58:04 sendUrl INFO 0 [828] -2014-01-11 17:58:54 queue INFO >>0 [829] -2014-01-11 17:58:55 sendUrl INFO 0 [829] -2014-01-11 17:59:44 queue INFO >>0 [830] -2014-01-11 17:59:44 sendUrl INFO 0 [830] -2014-01-11 18:00:34 queue INFO >>0 [831] -2014-01-11 18:00:35 sendUrl INFO 0 [831] -2014-01-11 18:01:24 queue INFO >>0 [832] -2014-01-11 18:01:25 sendUrl INFO 0 [832] -2014-01-11 18:02:15 queue INFO >>0 [833] -2014-01-11 18:02:15 sendUrl INFO 0 [833] -2014-01-11 18:03:05 queue INFO >>0 [834] -2014-01-11 18:03:05 sendUrl INFO 0 [834] -2014-01-11 18:03:55 queue INFO >>0 [835] -2014-01-11 18:03:55 sendUrl INFO 0 [835] -2014-01-11 18:04:45 queue INFO >>0 [836] -2014-01-11 18:04:45 sendUrl INFO 0 [836] -2014-01-11 18:05:35 queue INFO >>0 [837] -2014-01-11 18:05:35 sendUrl INFO 0 [837] -2014-01-11 18:06:25 queue INFO >>0 [838] -2014-01-11 18:06:26 sendUrl INFO 0 [838] -2014-01-11 18:07:15 queue INFO >>0 [839] -2014-01-11 18:07:16 sendUrl INFO 0 [839] -2014-01-11 18:08:05 queue INFO >>0 [840] -2014-01-11 18:08:06 sendUrl INFO 0 [840] -2014-01-11 18:08:56 queue INFO >>0 [841] -2014-01-11 18:08:56 sendUrl INFO 0 [841] -2014-01-11 18:09:46 queue INFO >>0 [842] -2014-01-11 18:09:46 sendUrl INFO 0 [842] -2014-01-11 18:10:36 queue INFO >>0 [843] -2014-01-11 18:10:36 sendUrl INFO 0 [843] -2014-01-11 18:11:26 queue INFO >>0 [844] -2014-01-11 18:11:27 sendUrl INFO 0 [844] -2014-01-11 18:12:16 queue INFO >>0 [845] -2014-01-11 18:12:16 sendUrl INFO 0 [845] -2014-01-11 18:13:06 queue INFO >>0 [846] -2014-01-11 18:13:07 sendUrl INFO 0 [846] -2014-01-11 18:13:57 queue INFO >>0 [847] -2014-01-11 18:13:57 sendUrl INFO 0 [847] -2014-01-11 18:14:47 queue INFO >>0 [848] -2014-01-11 18:14:47 sendUrl INFO 0 [848] -2014-01-11 18:15:37 queue INFO >>0 [849] -2014-01-11 18:15:37 sendUrl INFO 0 [849] -2014-01-11 18:16:27 queue INFO >>0 [850] -2014-01-11 18:16:28 sendUrl INFO 0 [850] -2014-01-11 18:17:17 queue INFO >>0 [851] -2014-01-11 18:17:17 sendUrl INFO 0 [851] -2014-01-11 18:18:07 queue INFO >>0 [852] -2014-01-11 18:18:08 sendUrl INFO 0 [852] -2014-01-11 18:18:57 queue INFO >>0 [853] -2014-01-11 18:18:58 sendUrl INFO 0 [853] -2014-01-11 18:19:48 queue INFO >>0 [854] -2014-01-11 18:19:48 sendUrl INFO 0 [854] -2014-01-11 18:20:38 queue INFO >>0 [855] -2014-01-11 18:20:38 sendUrl INFO 0 [855] -2014-01-11 18:21:28 queue INFO >>0 [856] -2014-01-11 18:21:28 sendUrl INFO 0 [856] -2014-01-11 18:22:18 queue INFO >>0 [857] -2014-01-11 18:22:18 sendUrl INFO 0 [857] -2014-01-11 18:23:08 queue INFO >>0 [858] -2014-01-11 18:23:09 sendUrl INFO 0 [858] -2014-01-11 18:23:58 queue INFO >>0 [859] -2014-01-11 18:23:59 sendUrl INFO 0 [859] -2014-01-11 18:24:49 queue INFO >>0 [860] -2014-01-11 18:24:49 sendUrl INFO 0 [860] -2014-01-11 18:25:39 queue INFO >>0 [861] -2014-01-11 18:25:39 sendUrl INFO 0 [861] -2014-01-11 18:26:29 queue INFO >>0 [862] -2014-01-11 18:26:29 sendUrl INFO 0 [862] -2014-01-11 18:27:19 queue INFO >>0 [863] -2014-01-11 18:27:19 sendUrl INFO 0 [863] -2014-01-11 18:28:09 queue INFO >>0 [864] -2014-01-11 18:28:10 sendUrl INFO 0 [864] -2014-01-11 18:28:59 queue INFO >>0 [865] -2014-01-11 18:28:59 sendUrl INFO 0 [865] -2014-01-11 18:29:49 queue INFO >>0 [866] -2014-01-11 18:29:50 sendUrl INFO 0 [866] -2014-01-11 18:30:40 queue INFO >>0 [867] -2014-01-11 18:30:40 sendUrl INFO 0 [867] -2014-01-11 18:31:30 queue INFO >>0 [868] -2014-01-11 18:31:30 sendUrl INFO 0 [868] -2014-01-11 18:32:20 queue INFO >>0 [869] -2014-01-11 18:32:20 sendUrl INFO 0 [869] -2014-01-11 18:33:10 queue INFO >>0 [870] -2014-01-11 18:33:10 sendUrl INFO 0 [870] -2014-01-11 18:34:00 queue INFO >>0 [871] -2014-01-11 18:34:00 sendUrl INFO 0 [871] -2014-01-11 18:34:50 queue INFO >>0 [872] -2014-01-11 18:34:51 sendUrl INFO 0 [872] -2014-01-11 18:35:41 queue INFO >>0 [873] -2014-01-11 18:35:41 sendUrl INFO 0 [873] -2014-01-11 18:36:31 queue INFO >>0 [874] -2014-01-11 18:36:31 sendUrl INFO 0 [874] -2014-01-11 18:37:21 queue INFO >>0 [875] -2014-01-11 18:37:21 sendUrl INFO 0 [875] -2014-01-11 18:38:11 queue INFO >>0 [876] -2014-01-11 18:38:11 sendUrl INFO 0 [876] -2014-01-11 18:39:01 queue INFO >>0 [877] -2014-01-11 18:39:02 sendUrl INFO 0 [877] -2014-01-11 18:39:51 queue INFO >>0 [878] -2014-01-11 18:39:52 sendUrl INFO 0 [878] -2014-01-11 18:40:41 queue INFO >>0 [879] -2014-01-11 18:40:42 sendUrl INFO 0 [879] -2014-01-11 18:41:32 queue INFO >>0 [880] -2014-01-11 18:41:32 sendUrl INFO 0 [880] -2014-01-11 18:42:22 queue INFO >>0 [881] -2014-01-11 18:42:22 sendUrl INFO 0 [881] -2014-01-11 18:43:12 queue INFO >>0 [882] -2014-01-11 18:43:12 sendUrl INFO 0 [882] -2014-01-11 18:44:02 queue INFO >>0 [883] -2014-01-11 18:44:03 sendUrl INFO 0 [883] -2014-01-11 18:44:52 queue INFO >>0 [884] -2014-01-11 18:44:52 sendUrl INFO 0 [884] -2014-01-11 18:45:42 queue INFO >>0 [885] -2014-01-11 18:45:43 sendUrl INFO 0 [885] -2014-01-11 18:46:33 queue INFO >>0 [886] -2014-01-11 18:46:33 sendUrl INFO 0 [886] -2014-01-11 18:47:23 queue INFO >>0 [887] -2014-01-11 18:47:23 sendUrl INFO 0 [887] -2014-01-11 18:48:13 queue INFO >>0 [888] -2014-01-11 18:48:13 sendUrl INFO 0 [888] -2014-01-11 18:49:03 queue INFO >>0 [889] -2014-01-11 18:49:03 sendUrl INFO 0 [889] -2014-01-11 18:49:53 queue INFO >>0 [890] -2014-01-11 18:49:53 sendUrl INFO 0 [890] -2014-01-11 18:50:43 queue INFO >>0 [891] -2014-01-11 18:50:44 sendUrl INFO 0 [891] -2014-01-11 18:51:33 queue INFO >>0 [892] -2014-01-11 18:51:34 sendUrl INFO 0 [892] -2014-01-11 18:52:24 queue INFO >>0 [893] -2014-01-11 18:52:24 sendUrl INFO 0 [893] -2014-01-11 18:53:14 queue INFO >>0 [894] -2014-01-11 18:53:14 sendUrl INFO 0 [894] -2014-01-11 18:54:04 queue INFO >>0 [895] -2014-01-11 18:54:04 sendUrl INFO 0 [895] -2014-01-11 18:54:54 queue INFO >>0 [896] -2014-01-11 18:54:54 sendUrl INFO 0 [896] -2014-01-11 18:55:44 queue INFO >>0 [897] -2014-01-11 18:55:45 sendUrl INFO 0 [897] -2014-01-11 18:56:34 queue INFO >>0 [898] -2014-01-11 18:56:34 sendUrl INFO 0 [898] -2014-01-11 18:57:25 queue INFO >>0 [899] -2014-01-11 18:57:25 sendUrl INFO 0 [899] -2014-01-11 18:58:15 queue INFO >>0 [900] -2014-01-11 18:58:15 sendUrl INFO 0 [900] -2014-01-11 18:59:05 queue INFO >>0 [901] -2014-01-11 18:59:05 sendUrl INFO 0 [901] -2014-01-11 18:59:55 queue INFO >>0 [902] -2014-01-11 18:59:55 sendUrl INFO 0 [902] -2014-01-11 19:00:45 queue INFO >>0 [903] -2014-01-11 19:00:46 sendUrl INFO 0 [903] -2014-01-11 19:01:35 queue INFO >>0 [904] -2014-01-11 19:01:36 sendUrl INFO 0 [904] -2014-01-11 19:02:25 queue INFO >>0 [905] -2014-01-11 19:02:26 sendUrl INFO 0 [905] -2014-01-11 19:03:16 queue INFO >>0 [906] -2014-01-11 19:03:16 sendUrl INFO 0 [906] -2014-01-11 19:04:06 queue INFO >>0 [907] -2014-01-11 19:04:06 sendUrl INFO 0 [907] -2014-01-11 19:04:56 queue INFO >>0 [908] -2014-01-11 19:04:56 sendUrl INFO 0 [908] -2014-01-11 19:05:46 queue INFO >>0 [909] -2014-01-11 19:05:46 sendUrl INFO 0 [909] -2014-01-11 19:06:36 queue INFO >>0 [910] -2014-01-11 19:06:37 sendUrl INFO 0 [910] -2014-01-11 19:07:26 queue INFO >>0 [911] -2014-01-11 19:07:27 sendUrl INFO 0 [911] -2014-01-11 19:08:17 queue INFO >>0 [912] -2014-01-11 19:08:17 sendUrl INFO 0 [912] -2014-01-11 19:09:07 queue INFO >>0 [913] -2014-01-11 19:09:07 sendUrl INFO 0 [913] -2014-01-11 19:09:57 queue INFO >>0 [914] -2014-01-11 19:09:57 sendUrl INFO 0 [914] -2014-01-11 19:10:47 queue INFO >>0 [915] -2014-01-11 19:10:47 sendUrl INFO 0 [915] -2014-01-11 19:11:37 queue INFO >>0 [916] -2014-01-11 19:11:38 sendUrl INFO 0 [916] -2014-01-11 19:12:27 queue INFO >>0 [917] -2014-01-11 19:12:28 sendUrl INFO 0 [917] -2014-01-11 19:13:17 queue INFO >>0 [918] -2014-01-11 19:13:18 sendUrl INFO 0 [918] -2014-01-11 19:14:08 queue INFO >>0 [919] -2014-01-11 19:14:08 sendUrl INFO 0 [919] -2014-01-11 19:14:58 queue INFO >>0 [920] -2014-01-11 19:14:58 sendUrl INFO 0 [920] -2014-01-11 19:15:48 queue INFO >>0 [921] -2014-01-11 19:15:48 sendUrl INFO 0 [921] -2014-01-11 19:16:38 queue INFO >>0 [922] -2014-01-11 19:16:38 sendUrl INFO 0 [922] -2014-01-11 19:17:28 queue INFO >>0 [923] -2014-01-11 19:17:28 sendUrl INFO 0 [923] -2014-01-11 19:18:18 queue INFO >>0 [924] -2014-01-11 19:18:19 sendUrl INFO 0 [924] -2014-01-11 19:19:09 queue INFO >>0 [925] -2014-01-11 19:19:09 sendUrl INFO 0 [925] -2014-01-11 19:19:59 queue INFO >>0 [926] -2014-01-11 19:19:59 sendUrl INFO 0 [926] -2014-01-11 19:20:49 queue INFO >>0 [927] -2014-01-11 19:20:49 sendUrl INFO 0 [927] -2014-01-11 19:21:39 queue INFO >>0 [928] -2014-01-11 19:21:40 sendUrl INFO 0 [928] -2014-01-11 19:22:29 queue INFO >>0 [929] -2014-01-11 19:22:29 sendUrl INFO 0 [929] -2014-01-11 19:23:19 queue INFO >>0 [930] -2014-01-11 19:23:20 sendUrl INFO 0 [930] -2014-01-11 19:24:09 queue INFO >>0 [931] -2014-01-11 19:24:10 sendUrl INFO 0 [931] -2014-01-11 19:25:00 queue INFO >>0 [932] -2014-01-11 19:25:00 sendUrl INFO 0 [932] -2014-01-11 19:25:50 queue INFO >>0 [933] -2014-01-11 19:25:50 sendUrl INFO 0 [933] -2014-01-11 19:26:40 queue INFO >>0 [934] -2014-01-11 19:26:40 sendUrl INFO 0 [934] -2014-01-11 19:27:30 queue INFO >>0 [935] -2014-01-11 19:27:30 sendUrl INFO 0 [935] -2014-01-11 19:28:20 queue INFO >>0 [936] -2014-01-11 19:28:21 sendUrl INFO 0 [936] -2014-01-11 19:29:10 queue INFO >>0 [937] -2014-01-11 19:29:10 sendUrl INFO 0 [937] -2014-01-11 19:30:01 queue INFO >>0 [938] -2014-01-11 19:30:01 sendUrl INFO 0 [938] -2014-01-11 19:30:51 queue INFO >>0 [939] -2014-01-11 19:30:51 sendUrl INFO 0 [939] -2014-01-11 19:31:41 queue INFO >>0 [940] -2014-01-11 19:31:41 sendUrl INFO 0 [940] -2014-01-11 19:32:31 queue INFO >>0 [941] -2014-01-11 19:32:31 sendUrl INFO 0 [941] -2014-01-11 19:33:21 queue INFO >>0 [942] -2014-01-11 19:33:22 sendUrl INFO 0 [942] -2014-01-11 19:34:11 queue INFO >>0 [943] -2014-01-11 19:34:12 sendUrl INFO 0 [943] -2014-01-11 19:35:01 queue INFO >>0 [944] -2014-01-11 19:35:02 sendUrl INFO 0 [944] -2014-01-11 19:35:52 queue INFO >>0 [945] -2014-01-11 19:35:52 sendUrl INFO 0 [945] -2014-01-11 19:36:42 queue INFO >>0 [946] -2014-01-11 19:36:42 sendUrl INFO 0 [946] -2014-01-11 19:37:32 queue INFO >>0 [947] -2014-01-11 19:37:32 sendUrl INFO 0 [947] -2014-01-11 19:38:22 queue INFO >>0 [948] -2014-01-11 19:38:22 sendUrl INFO 0 [948] -2014-01-11 19:39:12 queue INFO >>0 [949] -2014-01-11 19:39:13 sendUrl INFO 0 [949] -2014-01-11 19:40:02 queue INFO >>0 [950] -2014-01-11 19:40:03 sendUrl INFO 0 [950] -2014-01-11 19:40:53 queue INFO >>0 [951] -2014-01-11 19:40:53 sendUrl INFO 0 [951] -2014-01-11 19:41:43 queue INFO >>0 [952] -2014-01-11 19:41:43 sendUrl INFO 0 [952] -2014-01-11 19:42:33 queue INFO >>0 [953] -2014-01-11 19:42:33 sendUrl INFO 0 [953] -2014-01-11 19:43:23 queue INFO >>0 [954] -2014-01-11 19:43:23 sendUrl INFO 0 [954] -2014-01-11 19:44:13 queue INFO >>0 [955] -2014-01-11 19:44:13 sendUrl INFO 0 [955] -2014-01-11 19:45:03 queue INFO >>0 [956] -2014-01-11 19:45:04 sendUrl INFO 0 [956] -2014-01-11 19:45:53 queue INFO >>0 [957] -2014-01-11 19:45:54 sendUrl INFO 0 [957] -2014-01-11 19:46:44 queue INFO >>0 [958] -2014-01-11 19:46:44 sendUrl INFO 0 [958] -2014-01-11 19:47:34 queue INFO >>0 [959] -2014-01-11 19:47:34 sendUrl INFO 0 [959] -2014-01-11 19:48:24 queue INFO >>0 [960] -2014-01-11 19:48:24 sendUrl INFO 0 [960] -2014-01-11 19:49:14 queue INFO >>0 [961] -2014-01-11 19:49:15 sendUrl INFO 0 [961] -2014-01-11 19:50:04 queue INFO >>0 [962] -2014-01-11 19:50:04 sendUrl INFO 0 [962] -2014-01-11 19:50:54 queue INFO >>0 [963] -2014-01-11 19:50:55 sendUrl INFO 0 [963] -2014-01-11 19:51:45 queue INFO >>0 [964] -2014-01-11 19:51:45 sendUrl INFO 0 [964] -2014-01-11 19:52:35 queue INFO >>0 [965] -2014-01-11 19:52:35 sendUrl INFO 0 [965] -2014-01-11 19:53:25 queue INFO >>0 [966] -2014-01-11 19:53:25 sendUrl INFO 0 [966] -2014-01-11 19:54:15 queue INFO >>0 [967] -2014-01-11 19:54:15 sendUrl INFO 0 [967] -2014-01-11 19:55:05 queue INFO >>0 [968] -2014-01-11 19:55:05 sendUrl INFO 0 [968] -2014-01-11 19:55:55 queue INFO >>0 [969] -2014-01-11 19:55:56 sendUrl INFO 0 [969] -2014-01-11 19:56:45 queue INFO >>0 [970] -2014-01-11 19:56:45 sendUrl INFO 0 [970] -2014-01-11 19:57:35 queue INFO >>0 [971] -2014-01-11 19:57:36 sendUrl INFO 0 [971] -2014-01-11 19:58:26 queue INFO >>0 [972] -2014-01-11 19:58:26 sendUrl INFO 0 [972] -2014-01-11 19:59:16 queue INFO >>0 [973] -2014-01-11 19:59:16 sendUrl INFO 0 [973] -2014-01-11 20:00:06 queue INFO >>0 [974] -2014-01-11 20:00:06 sendUrl INFO 0 [974] -2014-01-11 20:00:56 queue INFO >>0 [975] -2014-01-11 20:00:56 sendUrl INFO 0 [975] -2014-01-11 20:01:46 queue INFO >>0 [976] -2014-01-11 20:01:46 sendUrl INFO 0 [976] -2014-01-11 20:02:36 queue INFO >>0 [977] -2014-01-11 20:02:37 sendUrl INFO 0 [977] -2014-01-11 20:03:26 queue INFO >>0 [978] -2014-01-11 20:03:27 sendUrl INFO 0 [978] -2014-01-11 20:04:17 queue INFO >>0 [979] -2014-01-11 20:04:17 sendUrl INFO 0 [979] -2014-01-11 20:05:07 queue INFO >>0 [980] -2014-01-11 20:05:07 sendUrl INFO 0 [980] -2014-01-11 20:05:57 queue INFO >>0 [981] -2014-01-11 20:05:57 sendUrl INFO 0 [981] -2014-01-11 20:06:47 queue INFO >>0 [982] -2014-01-11 20:06:47 sendUrl INFO 0 [982] -2014-01-11 20:07:37 queue INFO >>0 [983] -2014-01-11 20:07:38 sendUrl INFO 0 [983] -2014-01-11 20:08:27 queue INFO >>0 [984] -2014-01-11 20:08:28 sendUrl INFO 0 [984] -2014-01-11 20:09:18 queue INFO >>0 [985] -2014-01-11 20:09:18 sendUrl INFO 0 [985] -2014-01-11 20:10:08 queue INFO >>0 [986] -2014-01-11 20:10:08 sendUrl INFO 0 [986] -2014-01-11 20:10:58 queue INFO >>0 [987] -2014-01-11 20:10:58 sendUrl INFO 0 [987] -2014-01-11 20:11:48 queue INFO >>0 [988] -2014-01-11 20:11:48 sendUrl INFO 0 [988] -2014-01-11 20:12:38 queue INFO >>0 [989] -2014-01-11 20:12:38 sendUrl INFO 0 [989] -2014-01-11 20:13:28 queue INFO >>0 [990] -2014-01-11 20:13:29 sendUrl INFO 0 [990] -2014-01-11 20:14:18 queue INFO >>0 [991] -2014-01-11 20:14:19 sendUrl INFO 0 [991] -2014-01-11 20:15:09 queue INFO >>0 [992] -2014-01-11 20:15:09 sendUrl INFO 0 [992] -2014-01-11 20:15:59 queue INFO >>0 [993] -2014-01-11 20:15:59 sendUrl INFO 0 [993] -2014-01-11 20:16:49 queue INFO >>0 [994] -2014-01-11 20:16:49 sendUrl INFO 0 [994] -2014-01-11 20:17:39 queue INFO >>0 [995] -2014-01-11 20:17:39 sendUrl INFO 0 [995] -2014-01-11 20:18:29 queue INFO >>0 [996] -2014-01-11 20:18:30 sendUrl INFO 0 [996] -2014-01-11 20:19:19 queue INFO >>0 [997] -2014-01-11 20:19:20 sendUrl INFO 0 [997] -2014-01-11 20:20:10 queue INFO >>0 [998] -2014-01-11 20:20:10 sendUrl INFO 0 [998] -2014-01-11 20:21:00 queue INFO >>0 [999] -2014-01-11 20:21:00 sendUrl INFO 0 [999] -2014-01-11 20:21:50 queue INFO >>0 [0] -2014-01-11 20:21:50 sendUrl INFO 0 [0] -2014-01-11 20:22:40 queue INFO >>0 [1] -2014-01-11 20:22:40 sendUrl INFO 0 [1] -2014-01-11 20:23:30 queue INFO >>0 [2] -2014-01-11 20:23:31 sendUrl INFO 0 [2] -2014-01-11 20:24:20 queue INFO >>0 [3] -2014-01-11 20:24:20 sendUrl INFO 0 [3] -2014-01-11 20:25:10 queue INFO >>0 [4] -2014-01-11 20:25:11 sendUrl INFO 0 [4] -2014-01-11 20:26:01 queue INFO >>0 [5] -2014-01-11 20:26:01 sendUrl INFO 0 [5] -2014-01-11 20:26:51 queue INFO >>0 [6] -2014-01-11 20:26:51 sendUrl INFO 0 [6] -2014-01-11 20:27:41 queue INFO >>0 [7] -2014-01-11 20:27:41 sendUrl INFO 0 [7] -2014-01-11 20:28:31 queue INFO >>0 [8] -2014-01-11 20:28:32 sendUrl INFO 0 [8] -2014-01-11 20:29:21 queue INFO >>0 [9] -2014-01-11 20:29:21 sendUrl INFO 0 [9] -2014-01-11 20:30:11 queue INFO >>0 [10] -2014-01-11 20:30:12 sendUrl INFO 0 [10] -2014-01-11 20:31:02 queue INFO >>0 [11] -2014-01-11 20:31:02 sendUrl INFO 0 [11] -2014-01-11 20:31:52 queue INFO >>0 [12] -2014-01-11 20:31:52 sendUrl INFO 0 [12] -2014-01-11 20:32:42 queue INFO >>0 [13] -2014-01-11 20:32:42 sendUrl INFO 0 [13] -2014-01-11 20:33:32 queue INFO >>0 [14] -2014-01-11 20:33:32 sendUrl INFO 0 [14] -2014-01-11 20:34:22 queue INFO >>0 [15] -2014-01-11 20:34:22 sendUrl INFO 0 [15] -2014-01-11 20:35:12 queue INFO >>0 [16] -2014-01-11 20:35:13 sendUrl INFO 0 [16] -2014-01-11 20:36:02 queue INFO >>0 [17] -2014-01-11 20:36:03 sendUrl INFO 0 [17] -2014-01-11 20:36:53 queue INFO >>0 [18] -2014-01-11 20:36:53 sendUrl INFO 0 [18] -2014-01-11 20:37:43 queue INFO >>0 [19] -2014-01-11 20:37:43 sendUrl INFO 0 [19] -2014-01-11 20:38:33 queue INFO >>0 [20] -2014-01-11 20:38:33 sendUrl INFO 0 [20] -2014-01-11 20:39:23 queue INFO >>0 [21] -2014-01-11 20:39:23 sendUrl INFO 0 [21] -2014-01-11 20:40:13 queue INFO >>0 [22] -2014-01-11 20:40:14 sendUrl INFO 0 [22] -2014-01-11 20:41:03 queue INFO >>0 [23] -2014-01-11 20:41:04 sendUrl INFO 0 [23] -2014-01-11 20:41:54 queue INFO >>0 [24] -2014-01-11 20:41:54 sendUrl INFO 0 [24] -2014-01-11 20:42:44 queue INFO >>0 [25] -2014-01-11 20:42:44 sendUrl INFO 0 [25] -2014-01-11 20:43:34 queue INFO >>0 [26] -2014-01-11 20:43:34 sendUrl INFO 0 [26] -2014-01-11 20:44:24 queue INFO >>0 [27] -2014-01-11 20:44:24 sendUrl INFO 0 [27] -2014-01-11 20:45:14 queue INFO >>0 [28] -2014-01-11 20:45:14 sendUrl INFO 0 [28] -2014-01-11 20:46:04 queue INFO >>0 [29] -2014-01-11 20:46:05 sendUrl INFO 0 [29] -2014-01-11 20:46:54 queue INFO >>0 [30] -2014-01-11 20:46:55 sendUrl INFO 0 [30] -2014-01-11 20:47:45 queue INFO >>0 [31] -2014-01-11 20:47:45 sendUrl INFO 0 [31] -2014-01-11 20:48:35 queue INFO >>0 [32] -2014-01-11 20:48:35 sendUrl INFO 0 [32] -2014-01-11 20:49:25 queue INFO >>0 [33] -2014-01-11 20:49:25 sendUrl INFO 0 [33] -2014-01-11 20:50:15 queue INFO >>0 [34] -2014-01-11 20:50:15 sendUrl INFO 0 [34] -2014-01-11 20:51:05 queue INFO >>0 [35] -2014-01-11 20:51:06 sendUrl INFO 0 [35] -2014-01-11 20:51:55 queue INFO >>0 [36] -2014-01-11 20:51:56 sendUrl INFO 0 [36] -2014-01-11 20:52:46 queue INFO >>0 [37] -2014-01-11 20:52:46 sendUrl INFO 0 [37] -2014-01-11 20:53:36 queue INFO >>0 [38] -2014-01-11 20:53:36 sendUrl INFO 0 [38] -2014-01-11 20:54:26 queue INFO >>0 [39] -2014-01-11 20:54:26 sendUrl INFO 0 [39] -2014-01-11 20:55:16 queue INFO >>0 [40] -2014-01-11 20:55:16 sendUrl INFO 0 [40] -2014-01-11 20:56:06 queue INFO >>0 [41] -2014-01-11 20:56:07 sendUrl INFO 0 [41] -2014-01-11 20:56:56 queue INFO >>0 [42] -2014-01-11 20:56:56 sendUrl INFO 0 [42] -2014-01-11 20:57:46 queue INFO >>0 [43] -2014-01-11 20:57:47 sendUrl INFO 0 [43] -2014-01-11 20:58:37 queue INFO >>0 [44] -2014-01-11 20:58:37 sendUrl INFO 0 [44] -2014-01-11 20:59:27 queue INFO >>0 [45] -2014-01-11 20:59:27 sendUrl INFO 0 [45] -2014-01-11 21:00:17 queue INFO >>0 [46] -2014-01-11 21:00:17 sendUrl INFO 0 [46] -2014-01-11 21:01:07 queue INFO >>0 [47] -2014-01-11 21:01:08 sendUrl INFO 0 [47] -2014-01-11 21:01:57 queue INFO >>0 [48] -2014-01-11 21:01:57 sendUrl INFO 0 [48] -2014-01-11 21:02:47 queue INFO >>0 [49] -2014-01-11 21:02:48 sendUrl INFO 0 [49] -2014-01-11 21:03:38 queue INFO >>0 [50] -2014-01-11 21:03:38 sendUrl INFO 0 [50] -2014-01-11 21:04:28 queue INFO >>0 [51] -2014-01-11 21:04:28 sendUrl INFO 0 [51] -2014-01-11 21:05:18 queue INFO >>0 [52] -2014-01-11 21:05:18 sendUrl INFO 0 [52] -2014-01-11 21:06:08 queue INFO >>0 [53] -2014-01-11 21:06:08 sendUrl INFO 0 [53] -2014-01-11 21:06:58 queue INFO >>0 [54] -2014-01-11 21:06:58 sendUrl INFO 0 [54] -2014-01-11 21:07:48 queue INFO >>0 [55] -2014-01-11 21:07:49 sendUrl INFO 0 [55] -2014-01-11 21:08:38 queue INFO >>0 [56] -2014-01-11 21:08:39 sendUrl INFO 0 [56] -2014-01-11 21:09:29 queue INFO >>0 [57] -2014-01-11 21:09:29 sendUrl INFO 0 [57] -2014-01-11 21:10:19 queue INFO >>0 [58] -2014-01-11 21:10:19 sendUrl INFO 0 [58] -2014-01-11 21:11:09 queue INFO >>0 [59] -2014-01-11 21:11:09 sendUrl INFO 0 [59] -2014-01-11 21:11:59 queue INFO >>0 [60] -2014-01-11 21:11:59 sendUrl INFO 0 [60] -2014-01-11 21:12:49 queue INFO >>0 [61] -2014-01-11 21:12:50 sendUrl INFO 0 [61] -2014-01-11 21:13:39 queue INFO >>0 [62] -2014-01-11 21:13:40 sendUrl INFO 0 [62] -2014-01-11 21:14:30 queue INFO >>0 [63] -2014-01-11 21:14:30 sendUrl INFO 0 [63] -2014-01-11 21:15:20 queue INFO >>0 [64] -2014-01-11 21:15:20 sendUrl INFO 0 [64] -2014-01-11 21:16:10 queue INFO >>0 [65] -2014-01-11 21:16:10 sendUrl INFO 0 [65] -2014-01-11 21:17:00 queue INFO >>0 [66] -2014-01-11 21:17:00 sendUrl INFO 0 [66] -2014-01-11 21:17:50 queue INFO >>0 [67] -2014-01-11 21:17:50 sendUrl INFO 0 [67] -2014-01-11 21:18:40 queue INFO >>0 [68] -2014-01-11 21:18:41 sendUrl INFO 0 [68] -2014-01-11 21:19:30 queue INFO >>0 [69] -2014-01-11 21:19:31 sendUrl INFO 0 [69] -2014-01-11 21:20:21 queue INFO >>0 [70] -2014-01-11 21:20:21 sendUrl INFO 0 [70] -2014-01-11 21:21:11 queue INFO >>0 [71] -2014-01-11 21:21:11 sendUrl INFO 0 [71] -2014-01-11 21:22:01 queue INFO >>0 [72] -2014-01-11 21:22:01 sendUrl INFO 0 [72] -2014-01-11 21:22:51 queue INFO >>0 [73] -2014-01-11 21:22:51 sendUrl INFO 0 [73] -2014-01-11 21:23:41 queue INFO >>0 [74] -2014-01-11 21:23:42 sendUrl INFO 0 [74] -2014-01-11 21:24:31 queue INFO >>0 [75] -2014-01-11 21:24:31 sendUrl INFO 0 [75] -2014-01-11 21:25:21 queue INFO >>0 [76] -2014-01-11 21:25:22 sendUrl INFO 0 [76] -2014-01-11 21:26:12 queue INFO >>0 [77] -2014-01-11 21:26:12 sendUrl INFO 0 [77] -2014-01-11 21:27:02 queue INFO >>0 [78] -2014-01-11 21:27:02 sendUrl INFO 0 [78] -2014-01-11 21:27:52 queue INFO >>0 [79] -2014-01-11 21:27:52 sendUrl INFO 0 [79] -2014-01-11 21:28:42 queue INFO >>0 [80] -2014-01-11 21:28:42 sendUrl INFO 0 [80] -2014-01-11 21:29:32 queue INFO >>0 [81] -2014-01-11 21:29:32 sendUrl INFO 0 [81] -2014-01-11 21:30:22 queue INFO >>0 [82] -2014-01-11 21:30:23 sendUrl INFO 0 [82] -2014-01-11 21:31:12 queue INFO >>0 [83] -2014-01-11 21:31:13 sendUrl INFO 0 [83] -2014-01-11 21:32:03 queue INFO >>0 [84] -2014-01-11 21:32:03 sendUrl INFO 0 [84] -2014-01-11 21:32:53 queue INFO >>0 [85] -2014-01-11 21:32:53 sendUrl INFO 0 [85] -2014-01-11 21:33:43 queue INFO >>0 [86] -2014-01-11 21:33:43 sendUrl INFO 0 [86] -2014-01-11 21:34:33 queue INFO >>0 [87] -2014-01-11 21:34:33 sendUrl INFO 0 [87] -2014-01-11 21:35:23 queue INFO >>0 [88] -2014-01-11 21:35:23 sendUrl INFO 0 [88] -2014-01-11 21:36:13 queue INFO >>0 [89] -2014-01-11 21:36:14 sendUrl INFO 0 [89] -2014-01-11 21:37:04 queue INFO >>0 [90] -2014-01-11 21:37:04 sendUrl INFO 0 [90] -2014-01-11 21:37:54 queue INFO >>0 [91] -2014-01-11 21:37:54 sendUrl INFO 0 [91] -2014-01-11 21:38:44 queue INFO >>0 [92] -2014-01-11 21:38:44 sendUrl INFO 0 [92] -2014-01-11 21:39:34 queue INFO >>0 [93] -2014-01-11 21:39:34 sendUrl INFO 0 [93] -2014-01-11 21:40:24 queue INFO >>0 [94] -2014-01-11 21:40:24 sendUrl INFO 0 [94] -2014-01-11 21:41:14 queue INFO >>0 [95] -2014-01-11 21:41:15 sendUrl INFO 0 [95] -2014-01-11 21:42:04 queue INFO >>0 [96] -2014-01-11 21:42:05 sendUrl INFO 0 [96] -2014-01-11 21:42:55 queue INFO >>0 [97] -2014-01-11 21:42:55 sendUrl INFO 0 [97] -2014-01-11 21:43:45 queue INFO >>0 [98] -2014-01-11 21:43:45 sendUrl INFO 0 [98] -2014-01-11 21:44:35 queue INFO >>0 [99] -2014-01-11 21:44:35 sendUrl INFO 0 [99] -2014-01-11 21:45:25 queue INFO >>0 [100] -2014-01-11 21:45:25 sendUrl INFO 0 [100] -2014-01-11 21:46:15 queue INFO >>0 [101] -2014-01-11 21:46:16 sendUrl INFO 0 [101] -2014-01-11 21:47:05 queue INFO >>0 [102] -2014-01-11 21:47:05 sendUrl INFO 0 [102] -2014-01-11 21:47:56 queue INFO >>0 [103] -2014-01-11 21:47:56 sendUrl INFO 0 [103] -2014-01-11 21:48:46 queue INFO >>0 [104] -2014-01-11 21:48:46 sendUrl INFO 0 [104] -2014-01-11 21:49:36 queue INFO >>0 [105] -2014-01-11 21:49:36 sendUrl INFO 0 [105] -2014-01-11 21:50:26 queue INFO >>0 [106] -2014-01-11 21:50:26 sendUrl INFO 0 [106] -2014-01-11 21:51:16 queue INFO >>0 [107] -2014-01-11 21:51:17 sendUrl INFO 0 [107] -2014-01-11 21:52:06 queue INFO >>0 [108] -2014-01-11 21:52:06 sendUrl INFO 0 [108] -2014-01-11 21:52:56 queue INFO >>0 [109] -2014-01-11 21:52:57 sendUrl INFO 0 [109] -2014-01-11 21:53:47 queue INFO >>0 [110] -2014-01-11 21:53:47 sendUrl INFO 0 [110] -2014-01-11 21:54:37 queue INFO >>0 [111] -2014-01-11 21:54:37 sendUrl INFO 0 [111] -2014-01-11 21:55:27 queue INFO >>0 [112] -2014-01-11 21:55:27 sendUrl INFO 0 [112] -2014-01-11 21:56:17 queue INFO >>0 [113] -2014-01-11 21:56:18 sendUrl INFO 0 [113] -2014-01-11 21:57:07 queue INFO >>0 [114] -2014-01-11 21:57:07 sendUrl INFO 0 [114] -2014-01-11 21:57:57 queue INFO >>0 [115] -2014-01-11 21:57:58 sendUrl INFO 0 [115] -2014-01-11 21:58:48 queue INFO >>0 [116] -2014-01-11 21:58:48 sendUrl INFO 0 [116] -2014-01-11 21:59:38 queue INFO >>0 [117] -2014-01-11 21:59:38 sendUrl INFO 0 [117] -2014-01-11 22:00:28 queue INFO >>0 [118] -2014-01-11 22:00:28 sendUrl INFO 0 [118] -2014-01-11 22:01:18 queue INFO >>0 [119] -2014-01-11 22:01:18 sendUrl INFO 0 [119] -2014-01-11 22:02:08 queue INFO >>0 [120] -2014-01-11 22:02:08 sendUrl INFO 0 [120] -2014-01-11 22:02:58 queue INFO >>0 [121] -2014-01-11 22:02:59 sendUrl INFO 0 [121] -2014-01-11 22:03:48 queue INFO >>0 [122] -2014-01-11 22:03:49 sendUrl INFO 0 [122] -2014-01-11 22:04:39 queue INFO >>0 [123] -2014-01-11 22:04:39 sendUrl INFO 0 [123] -2014-01-11 22:05:29 queue INFO >>0 [124] -2014-01-11 22:05:29 sendUrl INFO 0 [124] -2014-01-11 22:06:19 queue INFO >>0 [125] -2014-01-11 22:06:19 sendUrl INFO 0 [125] -2014-01-11 22:07:09 queue INFO >>0 [126] -2014-01-11 22:07:09 sendUrl INFO 0 [126] -2014-01-11 22:07:59 queue INFO >>0 [127] -2014-01-11 22:07:59 sendUrl INFO 0 [127] -2014-01-11 22:08:49 queue INFO >>0 [128] -2014-01-11 22:08:50 sendUrl INFO 0 [128] -2014-01-11 22:09:40 queue INFO >>0 [129] -2014-01-11 22:09:40 sendUrl INFO 0 [129] -2014-01-11 22:10:30 queue INFO >>0 [130] -2014-01-11 22:10:30 sendUrl INFO 0 [130] -2014-01-11 22:11:20 queue INFO >>0 [131] -2014-01-11 22:11:20 sendUrl INFO 0 [131] -2014-01-11 22:12:10 queue INFO >>0 [132] -2014-01-11 22:12:10 sendUrl INFO 0 [132] -2014-01-11 22:13:00 queue INFO >>0 [133] -2014-01-11 22:13:00 sendUrl INFO 0 [133] -2014-01-11 22:13:50 queue INFO >>0 [134] -2014-01-11 22:13:51 sendUrl INFO 0 [134] -2014-01-11 22:14:40 queue INFO >>0 [135] -2014-01-11 22:14:41 sendUrl INFO 0 [135] -2014-01-11 22:15:31 queue INFO >>0 [136] -2014-01-11 22:15:31 sendUrl INFO 0 [136] -2014-01-11 22:16:21 queue INFO >>0 [137] -2014-01-11 22:16:21 sendUrl INFO 0 [137] -2014-01-11 22:17:11 queue INFO >>0 [138] -2014-01-11 22:17:11 sendUrl INFO 0 [138] -2014-01-11 22:18:01 queue INFO >>0 [139] -2014-01-11 22:18:01 sendUrl INFO 0 [139] -2014-01-11 22:18:51 queue INFO >>0 [140] -2014-01-11 22:18:52 sendUrl INFO 0 [140] -2014-01-11 22:19:41 queue INFO >>0 [141] -2014-01-11 22:19:41 sendUrl INFO 0 [141] -2014-01-11 22:20:32 queue INFO >>0 [142] -2014-01-11 22:20:32 sendUrl INFO 0 [142] -2014-01-11 22:21:22 queue INFO >>0 [143] -2014-01-11 22:21:22 sendUrl INFO 0 [143] -2014-01-11 22:22:12 queue INFO >>0 [144] -2014-01-11 22:22:12 sendUrl INFO 0 [144] -2014-01-11 22:23:02 queue INFO >>0 [145] -2014-01-11 22:23:02 sendUrl INFO 0 [145] -2014-01-11 22:23:52 queue INFO >>0 [146] -2014-01-11 22:23:53 sendUrl INFO 0 [146] -2014-01-11 22:24:42 queue INFO >>0 [147] -2014-01-11 22:24:42 sendUrl INFO 0 [147] -2014-01-11 22:25:32 queue INFO >>0 [148] -2014-01-11 22:25:33 sendUrl INFO 0 [148] -2014-01-11 22:26:23 queue INFO >>0 [149] -2014-01-11 22:26:23 sendUrl INFO 0 [149] -2014-01-11 22:27:13 queue INFO >>0 [150] -2014-01-11 22:27:13 sendUrl INFO 0 [150] -2014-01-11 22:28:03 queue INFO >>0 [151] -2014-01-11 22:28:03 sendUrl INFO 0 [151] -2014-01-11 22:28:53 queue INFO >>0 [152] -2014-01-11 22:28:54 sendUrl INFO 0 [152] -2014-01-11 22:29:43 queue INFO >>0 [153] -2014-01-11 22:29:43 sendUrl INFO 0 [153] -2014-01-11 22:30:33 queue INFO >>0 [154] -2014-01-11 22:30:34 sendUrl INFO 0 [154] -2014-01-11 22:31:24 queue INFO >>0 [155] -2014-01-11 22:31:24 sendUrl INFO 0 [155] -2014-01-11 22:32:14 queue INFO >>0 [156] -2014-01-11 22:32:14 sendUrl INFO 0 [156] -2014-01-11 22:33:04 queue INFO >>0 [157] -2014-01-11 22:33:04 sendUrl INFO 0 [157] -2014-01-11 22:33:54 queue INFO >>0 [158] -2014-01-11 22:33:54 sendUrl INFO 0 [158] -2014-01-11 22:34:44 queue INFO >>0 [159] -2014-01-11 22:34:44 sendUrl INFO 0 [159] -2014-01-11 22:35:34 queue INFO >>0 [160] -2014-01-11 22:35:35 sendUrl INFO 0 [160] -2014-01-11 22:36:24 queue INFO >>0 [161] -2014-01-11 22:36:25 sendUrl INFO 0 [161] -2014-01-11 22:37:15 queue INFO >>0 [162] -2014-01-11 22:37:15 sendUrl INFO 0 [162] -2014-01-11 22:38:05 queue INFO >>0 [163] -2014-01-11 22:38:05 sendUrl INFO 0 [163] -2014-01-11 22:38:55 queue INFO >>0 [164] -2014-01-11 22:38:55 sendUrl INFO 0 [164] -2014-01-11 22:39:45 queue INFO >>0 [165] -2014-01-11 22:39:45 sendUrl INFO 0 [165] -2014-01-11 22:40:35 queue INFO >>0 [166] -2014-01-11 22:40:36 sendUrl INFO 0 [166] -2014-01-11 22:41:25 queue INFO >>0 [167] -2014-01-11 22:41:26 sendUrl INFO 0 [167] -2014-01-11 22:42:16 queue INFO >>0 [168] -2014-01-11 22:42:16 sendUrl INFO 0 [168] -2014-01-11 22:43:06 queue INFO >>0 [169] -2014-01-11 22:43:06 sendUrl INFO 0 [169] -2014-01-11 22:43:56 queue INFO >>0 [170] -2014-01-11 22:43:56 sendUrl INFO 0 [170] -2014-01-11 22:44:46 queue INFO >>0 [171] -2014-01-11 22:44:46 sendUrl INFO 0 [171] -2014-01-11 22:45:36 queue INFO >>0 [172] -2014-01-11 22:45:36 sendUrl INFO 0 [172] -2014-01-11 22:46:26 queue INFO >>0 [173] -2014-01-11 22:46:27 sendUrl INFO 0 [173] -2014-01-11 22:47:16 queue INFO >>0 [174] -2014-01-11 22:47:17 sendUrl INFO 0 [174] -2014-01-11 22:48:07 queue INFO >>0 [175] -2014-01-11 22:48:07 sendUrl INFO 0 [175] -2014-01-11 22:48:57 queue INFO >>0 [176] -2014-01-11 22:48:57 sendUrl INFO 0 [176] -2014-01-11 22:49:47 queue INFO >>0 [177] -2014-01-11 22:49:47 sendUrl INFO 0 [177] -2014-01-11 22:50:37 queue INFO >>0 [178] -2014-01-11 22:50:37 sendUrl INFO 0 [178] -2014-01-11 22:51:27 queue INFO >>0 [179] -2014-01-11 22:51:28 sendUrl INFO 0 [179] -2014-01-11 22:52:17 queue INFO >>0 [180] -2014-01-11 22:52:18 sendUrl INFO 0 [180] -2014-01-11 22:53:08 queue INFO >>0 [181] -2014-01-11 22:53:08 sendUrl INFO 0 [181] -2014-01-11 22:53:58 queue INFO >>0 [182] -2014-01-11 22:53:58 sendUrl INFO 0 [182] -2014-01-11 22:54:48 queue INFO >>0 [183] -2014-01-11 22:54:48 sendUrl INFO 0 [183] -2014-01-11 22:55:38 queue INFO >>0 [184] -2014-01-11 22:55:38 sendUrl INFO 0 [184] -2014-01-11 22:56:28 queue INFO >>0 [185] -2014-01-11 22:56:29 sendUrl INFO 0 [185] -2014-01-11 22:57:18 queue INFO >>0 [186] -2014-01-11 22:57:18 sendUrl INFO 0 [186] -2014-01-11 22:58:08 queue INFO >>0 [187] -2014-01-11 22:58:09 sendUrl INFO 0 [187] -2014-01-11 22:58:59 queue INFO >>0 [188] -2014-01-11 22:58:59 sendUrl INFO 0 [188] -2014-01-11 22:59:49 queue INFO >>0 [189] -2014-01-11 22:59:49 sendUrl INFO 0 [189] -2014-01-11 23:00:39 queue INFO >>0 [190] -2014-01-11 23:00:39 sendUrl INFO 0 [190] -2014-01-11 23:01:29 queue INFO >>0 [191] -2014-01-11 23:01:30 sendUrl INFO 0 [191] -2014-01-11 23:02:19 queue INFO >>0 [192] -2014-01-11 23:02:19 sendUrl INFO 0 [192] -2014-01-11 23:03:09 queue INFO >>0 [193] -2014-01-11 23:03:10 sendUrl INFO 0 [193] -2014-01-11 23:04:00 queue INFO >>0 [194] -2014-01-11 23:04:00 sendUrl INFO 0 [194] -2014-01-11 23:04:50 queue INFO >>0 [195] -2014-01-11 23:04:50 sendUrl INFO 0 [195] -2014-01-11 23:05:40 queue INFO >>0 [196] -2014-01-11 23:05:40 sendUrl INFO 0 [196] -2014-01-11 23:06:30 queue INFO >>0 [197] -2014-01-11 23:06:30 sendUrl INFO 0 [197] -2014-01-11 23:07:20 queue INFO >>0 [198] -2014-01-11 23:07:20 sendUrl INFO 0 [198] -2014-01-11 23:08:10 queue INFO >>0 [199] -2014-01-11 23:08:11 sendUrl INFO 0 [199] -2014-01-11 23:09:00 queue INFO >>0 [200] -2014-01-11 23:09:01 sendUrl INFO 0 [200] -2014-01-11 23:09:51 queue INFO >>0 [201] -2014-01-11 23:09:51 sendUrl INFO 0 [201] -2014-01-11 23:10:41 queue INFO >>0 [202] -2014-01-11 23:10:41 sendUrl INFO 0 [202] -2014-01-11 23:11:31 queue INFO >>0 [203] -2014-01-11 23:11:31 sendUrl INFO 0 [203] -2014-01-11 23:12:21 queue INFO >>0 [204] -2014-01-11 23:12:21 sendUrl INFO 0 [204] -2014-01-11 23:13:11 queue INFO >>0 [205] -2014-01-11 23:13:11 sendUrl INFO 0 [205] -2014-01-11 23:14:01 queue INFO >>0 [206] -2014-01-11 23:14:02 sendUrl INFO 0 [206] -2014-01-11 23:14:51 queue INFO >>0 [207] -2014-01-11 23:14:52 sendUrl INFO 0 [207] -2014-01-11 23:15:41 queue INFO >>0 [208] -2014-01-11 23:15:42 sendUrl INFO 0 [208] -2014-01-11 23:16:32 queue INFO >>0 [209] -2014-01-11 23:16:32 sendUrl INFO 0 [209] -2014-01-11 23:17:22 queue INFO >>0 [210] -2014-01-11 23:17:22 sendUrl INFO 0 [210] -2014-01-11 23:18:12 queue INFO >>0 [211] -2014-01-11 23:18:12 sendUrl INFO 0 [211] -2014-01-11 23:19:02 queue INFO >>0 [212] -2014-01-11 23:19:03 sendUrl INFO 0 [212] -2014-01-11 23:19:52 queue INFO >>0 [213] -2014-01-11 23:19:52 sendUrl INFO 0 [213] -2014-01-11 23:20:42 queue INFO >>0 [214] -2014-01-11 23:20:43 sendUrl INFO 0 [214] -2014-01-11 23:21:33 queue INFO >>0 [215] -2014-01-11 23:21:33 sendUrl INFO 0 [215] -2014-01-11 23:22:23 queue INFO >>0 [216] -2014-01-11 23:22:23 sendUrl INFO 0 [216] -2014-01-11 23:23:13 queue INFO >>0 [217] -2014-01-11 23:23:13 sendUrl INFO 0 [217] -2014-01-11 23:24:03 queue INFO >>0 [218] -2014-01-11 23:24:03 sendUrl INFO 0 [218] -2014-01-11 23:24:53 queue INFO >>0 [219] -2014-01-11 23:24:53 sendUrl INFO 0 [219] -2014-01-11 23:25:43 queue INFO >>0 [220] -2014-01-11 23:25:44 sendUrl INFO 0 [220] -2014-01-11 23:26:33 queue INFO >>0 [221] -2014-01-11 23:26:34 sendUrl INFO 0 [221] -2014-01-11 23:27:24 queue INFO >>0 [222] -2014-01-11 23:27:24 sendUrl INFO 0 [222] -2014-01-11 23:28:14 queue INFO >>0 [223] -2014-01-11 23:28:14 sendUrl INFO 0 [223] -2014-01-11 23:29:04 queue INFO >>0 [224] -2014-01-11 23:29:04 sendUrl INFO 0 [224] -2014-01-11 23:29:54 queue INFO >>0 [225] -2014-01-11 23:29:54 sendUrl INFO 0 [225] -2014-01-11 23:30:44 queue INFO >>0 [226] -2014-01-11 23:30:45 sendUrl INFO 0 [226] -2014-01-11 23:31:34 queue INFO >>0 [227] -2014-01-11 23:31:35 sendUrl INFO 0 [227] -2014-01-11 23:32:25 queue INFO >>0 [228] -2014-01-11 23:32:25 sendUrl INFO 0 [228] -2014-01-11 23:33:15 queue INFO >>0 [229] -2014-01-11 23:33:15 sendUrl INFO 0 [229] -2014-01-11 23:34:05 queue INFO >>0 [230] -2014-01-11 23:34:05 sendUrl INFO 0 [230] -2014-01-11 23:34:55 queue INFO >>0 [231] -2014-01-11 23:34:55 sendUrl INFO 0 [231] -2014-01-11 23:35:45 queue INFO >>0 [232] -2014-01-11 23:35:45 sendUrl INFO 0 [232] -2014-01-11 23:36:35 queue INFO >>0 [233] -2014-01-11 23:36:36 sendUrl INFO 0 [233] -2014-01-11 23:37:25 queue INFO >>0 [234] -2014-01-11 23:37:26 sendUrl INFO 0 [234] -2014-01-11 23:38:16 queue INFO >>0 [235] -2014-01-11 23:38:16 sendUrl INFO 0 [235] -2014-01-11 23:39:06 queue INFO >>0 [236] -2014-01-11 23:39:06 sendUrl INFO 0 [236] -2014-01-11 23:39:56 queue INFO >>0 [237] -2014-01-11 23:39:56 sendUrl INFO 0 [237] -2014-01-11 23:40:46 queue INFO >>0 [238] -2014-01-11 23:40:46 sendUrl INFO 0 [238] -2014-01-11 23:41:36 queue INFO >>0 [239] -2014-01-11 23:41:37 sendUrl INFO 0 [239] -2014-01-11 23:42:26 queue INFO >>0 [240] -2014-01-11 23:42:27 sendUrl INFO 0 [240] -2014-01-11 23:43:17 queue INFO >>0 [241] -2014-01-11 23:43:17 sendUrl INFO 0 [241] -2014-01-11 23:44:07 queue INFO >>0 [242] -2014-01-11 23:44:07 sendUrl INFO 0 [242] -2014-01-11 23:44:57 queue INFO >>0 [243] -2014-01-11 23:44:57 sendUrl INFO 0 [243] -2014-01-11 23:45:47 queue INFO >>0 [244] -2014-01-11 23:45:47 sendUrl INFO 0 [244] -2014-01-11 23:46:37 queue INFO >>0 [245] -2014-01-11 23:46:38 sendUrl INFO 0 [245] -2014-01-11 23:47:27 queue INFO >>0 [246] -2014-01-11 23:47:27 sendUrl INFO 0 [246] -2014-01-11 23:48:17 queue INFO >>0 [247] -2014-01-11 23:48:18 sendUrl INFO 0 [247] -2014-01-11 23:49:08 queue INFO >>0 [248] -2014-01-11 23:49:08 sendUrl INFO 0 [248] -2014-01-11 23:49:58 queue INFO >>0 [249] -2014-01-11 23:49:58 sendUrl INFO 0 [249] -2014-01-11 23:50:48 queue INFO >>0 [250] -2014-01-11 23:50:48 sendUrl INFO 0 [250] -2014-01-11 23:51:38 queue INFO >>0 [251] -2014-01-11 23:51:39 sendUrl INFO 0 [251] -2014-01-11 23:52:28 queue INFO >>0 [252] -2014-01-11 23:52:28 sendUrl INFO 0 [252] -2014-01-11 23:53:18 queue INFO >>0 [253] -2014-01-11 23:53:19 sendUrl INFO 0 [253] -2014-01-11 23:54:09 queue INFO >>0 [254] -2014-01-11 23:54:09 sendUrl INFO 0 [254] -2014-01-11 23:54:59 queue INFO >>0 [255] -2014-01-11 23:54:59 sendUrl INFO 0 [255] -2014-01-11 23:55:49 queue INFO >>0 [256] -2014-01-11 23:55:49 sendUrl INFO 0 [256] -2014-01-11 23:56:39 queue INFO >>0 [257] -2014-01-11 23:56:39 sendUrl INFO 0 [257] -2014-01-11 23:57:29 queue INFO >>0 [258] -2014-01-11 23:57:29 sendUrl INFO 0 [258] -2014-01-11 23:58:19 queue INFO >>0 [259] -2014-01-11 23:58:20 sendUrl INFO 0 [259] -2014-01-11 23:59:09 queue INFO >>0 [260] -2014-01-11 23:59:10 sendUrl INFO 0 [260] -2014-01-11 23:59:59 queue INFO >>0 [261] -2014-01-12 00:00:00 sendUrl INFO 0 [261] -2014-01-12 00:00:50 queue INFO >>0 [262] -2014-01-12 00:00:50 sendUrl INFO 0 [262] -2014-01-12 00:01:40 queue INFO >>0 [263] -2014-01-12 00:01:40 sendUrl INFO 0 [263] -2014-01-12 00:02:30 queue INFO >>0 [264] -2014-01-12 00:02:30 sendUrl INFO 0 [264] -2014-01-12 00:03:20 queue INFO >>0 [265] -2014-01-12 00:03:20 sendUrl INFO 0 [265] -2014-01-12 00:04:10 queue INFO >>0 [266] -2014-01-12 00:04:11 sendUrl INFO 0 [266] -2014-01-12 00:05:00 queue INFO >>0 [267] -2014-01-12 00:05:01 sendUrl INFO 0 [267] -2014-01-12 00:05:50 queue INFO >>0 [268] -2014-01-12 00:05:51 sendUrl INFO 0 [268] -2014-01-12 00:06:41 queue INFO >>0 [269] -2014-01-12 00:06:41 sendUrl INFO 0 [269] -2014-01-12 00:07:31 queue INFO >>0 [270] -2014-01-12 00:07:31 sendUrl INFO 0 [270] -2014-01-12 00:08:21 queue INFO >>0 [271] -2014-01-12 00:08:21 sendUrl INFO 0 [271] -2014-01-12 00:09:11 queue INFO >>0 [272] -2014-01-12 00:09:12 sendUrl INFO 0 [272] -2014-01-12 00:10:01 queue INFO >>0 [273] -2014-01-12 00:10:01 sendUrl INFO 0 [273] -2014-01-12 00:10:51 queue INFO >>0 [274] -2014-01-12 00:10:52 sendUrl INFO 0 [274] -2014-01-12 00:11:42 queue INFO >>0 [275] -2014-01-12 00:11:42 sendUrl INFO 0 [275] -2014-01-12 00:12:32 queue INFO >>0 [276] -2014-01-12 00:12:32 sendUrl INFO 0 [276] -2014-01-12 00:13:22 queue INFO >>0 [277] -2014-01-12 00:13:22 sendUrl INFO 0 [277] -2014-01-12 00:14:12 queue INFO >>0 [278] -2014-01-12 00:14:13 sendUrl INFO 0 [278] -2014-01-12 00:15:02 queue INFO >>0 [279] -2014-01-12 00:15:02 sendUrl INFO 0 [279] -2014-01-12 00:15:52 queue INFO >>0 [280] -2014-01-12 00:15:53 sendUrl INFO 0 [280] -2014-01-12 00:16:42 queue INFO >>0 [281] -2014-01-12 00:16:43 sendUrl INFO 0 [281] -2014-01-12 00:17:33 queue INFO >>0 [282] -2014-01-12 00:17:33 sendUrl INFO 0 [282] -2014-01-12 00:18:23 queue INFO >>0 [283] -2014-01-12 00:18:23 sendUrl INFO 0 [283] -2014-01-12 00:19:13 queue INFO >>0 [284] -2014-01-12 00:19:13 sendUrl INFO 0 [284] -2014-01-12 00:20:03 queue INFO >>0 [285] -2014-01-12 00:20:03 sendUrl INFO 0 [285] -2014-01-12 00:20:53 queue INFO >>0 [286] -2014-01-12 00:20:54 sendUrl INFO 0 [286] -2014-01-12 00:21:43 queue INFO >>0 [287] -2014-01-12 00:21:44 sendUrl INFO 0 [287] -2014-01-12 00:22:34 queue INFO >>0 [288] -2014-01-12 00:22:34 sendUrl INFO 0 [288] -2014-01-12 00:23:24 queue INFO >>0 [289] -2014-01-12 00:23:24 sendUrl INFO 0 [289] -2014-01-12 00:24:14 queue INFO >>0 [290] -2014-01-12 00:24:14 sendUrl INFO 0 [290] -2014-01-12 00:25:04 queue INFO >>0 [291] -2014-01-12 00:25:04 sendUrl INFO 0 [291] -2014-01-12 00:25:54 queue INFO >>0 [292] -2014-01-12 00:25:55 sendUrl INFO 0 [292] -2014-01-12 00:26:44 queue INFO >>0 [293] -2014-01-12 00:26:45 sendUrl INFO 0 [293] -2014-01-12 00:27:34 queue INFO >>0 [294] -2014-01-12 00:27:35 sendUrl INFO 0 [294] -2014-01-12 00:28:25 queue INFO >>0 [295] -2014-01-12 00:28:25 sendUrl INFO 0 [295] -2014-01-12 00:29:15 queue INFO >>0 [296] -2014-01-12 00:29:15 sendUrl INFO 0 [296] -2014-01-12 00:30:05 queue INFO >>0 [297] -2014-01-12 00:30:05 sendUrl INFO 0 [297] -2014-01-12 00:30:55 queue INFO >>0 [298] -2014-01-12 00:30:55 sendUrl INFO 0 [298] -2014-01-12 00:31:45 queue INFO >>0 [299] -2014-01-12 00:31:46 sendUrl INFO 0 [299] -2014-01-12 00:32:35 queue INFO >>0 [300] -2014-01-12 00:32:36 sendUrl INFO 0 [300] -2014-01-12 00:33:26 queue INFO >>0 [301] -2014-01-12 00:33:26 sendUrl INFO 0 [301] -2014-01-12 00:34:16 queue INFO >>0 [302] -2014-01-12 00:34:16 sendUrl INFO 0 [302] -2014-01-12 00:35:06 queue INFO >>0 [303] -2014-01-12 00:35:06 sendUrl INFO 0 [303] -2014-01-12 00:35:56 queue INFO >>0 [304] -2014-01-12 00:35:56 sendUrl INFO 0 [304] -2014-01-12 00:36:46 queue INFO >>0 [305] -2014-01-12 00:36:47 sendUrl INFO 0 [305] -2014-01-12 00:37:36 queue INFO >>0 [306] -2014-01-12 00:37:37 sendUrl INFO 0 [306] -2014-01-12 00:38:26 queue INFO >>0 [307] -2014-01-12 00:38:27 sendUrl INFO 0 [307] -2014-01-12 00:39:17 queue INFO >>0 [308] -2014-01-12 00:39:17 sendUrl INFO 0 [308] -2014-01-12 00:40:07 queue INFO >>0 [309] -2014-01-12 00:40:07 sendUrl INFO 0 [309] -2014-01-12 00:40:57 queue INFO >>0 [310] -2014-01-12 00:40:57 sendUrl INFO 0 [310] -2014-01-12 00:41:47 queue INFO >>0 [311] -2014-01-12 00:41:48 sendUrl INFO 0 [311] -2014-01-12 00:42:37 queue INFO >>0 [312] -2014-01-12 00:42:37 sendUrl INFO 0 [312] -2014-01-12 00:43:27 queue INFO >>0 [313] -2014-01-12 00:43:28 sendUrl INFO 0 [313] -2014-01-12 00:44:18 queue INFO >>0 [314] -2014-01-12 00:44:18 sendUrl INFO 0 [314] -2014-01-12 00:45:08 queue INFO >>0 [315] -2014-01-12 00:45:08 sendUrl INFO 0 [315] -2014-01-12 00:45:58 queue INFO >>0 [316] -2014-01-12 00:45:58 sendUrl INFO 0 [316] -2014-01-12 00:46:48 queue INFO >>0 [317] -2014-01-12 00:46:49 sendUrl INFO 0 [317] -2014-01-12 00:47:38 queue INFO >>0 [318] -2014-01-12 00:47:38 sendUrl INFO 0 [318] -2014-01-12 00:48:28 queue INFO >>0 [319] -2014-01-12 00:48:29 sendUrl INFO 0 [319] -2014-01-12 00:49:18 queue INFO >>0 [320] -2014-01-12 00:49:19 sendUrl INFO 0 [320] -2014-01-12 00:50:09 queue INFO >>0 [321] -2014-01-12 00:50:09 sendUrl INFO 0 [321] -2014-01-12 00:50:59 queue INFO >>0 [322] -2014-01-12 00:50:59 sendUrl INFO 0 [322] -2014-01-12 00:51:49 queue INFO >>0 [323] -2014-01-12 00:51:49 sendUrl INFO 0 [323] -2014-01-12 00:52:39 queue INFO >>0 [324] -2014-01-12 00:52:39 sendUrl INFO 0 [324] -2014-01-12 00:53:29 queue INFO >>0 [325] -2014-01-12 00:53:30 sendUrl INFO 0 [325] -2014-01-12 00:54:19 queue INFO >>0 [326] -2014-01-12 00:54:20 sendUrl INFO 0 [326] -2014-01-12 00:55:10 queue INFO >>0 [327] -2014-01-12 00:55:10 sendUrl INFO 0 [327] -2014-01-12 00:56:00 queue INFO >>0 [328] -2014-01-12 00:56:00 sendUrl INFO 0 [328] -2014-01-12 00:56:50 queue INFO >>0 [329] -2014-01-12 00:56:50 sendUrl INFO 0 [329] -2014-01-12 00:57:40 queue INFO >>0 [330] -2014-01-12 00:57:40 sendUrl INFO 0 [330] -2014-01-12 00:58:30 queue INFO >>0 [331] -2014-01-12 00:58:31 sendUrl INFO 0 [331] -2014-01-12 00:59:20 queue INFO >>0 [332] -2014-01-12 00:59:21 sendUrl INFO 0 [332] -2014-01-12 01:00:10 queue INFO >>0 [333] -2014-01-12 01:00:11 sendUrl INFO 0 [333] -2014-01-12 01:01:01 queue INFO >>0 [334] -2014-01-12 01:01:01 sendUrl INFO 0 [334] -2014-01-12 01:01:51 queue INFO >>0 [335] -2014-01-12 01:01:51 sendUrl INFO 0 [335] -2014-01-12 01:02:41 queue INFO >>0 [336] -2014-01-12 01:02:41 sendUrl INFO 0 [336] -2014-01-12 01:03:31 queue INFO >>0 [337] -2014-01-12 01:03:31 sendUrl INFO 0 [337] -2014-01-12 01:04:21 queue INFO >>0 [338] -2014-01-12 01:04:22 sendUrl INFO 0 [338] -2014-01-12 01:05:11 queue INFO >>0 [339] -2014-01-12 01:05:12 sendUrl INFO 0 [339] -2014-01-12 01:06:01 queue INFO >>0 [340] -2014-01-12 01:06:02 sendUrl INFO 0 [340] -2014-01-12 01:06:52 queue INFO >>0 [341] -2014-01-12 01:06:52 sendUrl INFO 0 [341] -2014-01-12 01:07:42 queue INFO >>0 [342] -2014-01-12 01:07:42 sendUrl INFO 0 [342] -2014-01-12 01:08:32 queue INFO >>0 [343] -2014-01-12 01:08:32 sendUrl INFO 0 [343] -2014-01-12 01:09:22 queue INFO >>0 [344] -2014-01-12 01:09:23 sendUrl INFO 0 [344] -2014-01-12 01:10:12 queue INFO >>0 [345] -2014-01-12 01:10:12 sendUrl INFO 0 [345] -2014-01-12 01:11:02 queue INFO >>0 [346] -2014-01-12 01:11:03 sendUrl INFO 0 [346] -2014-01-12 01:11:52 queue INFO >>0 [347] -2014-01-12 01:11:53 sendUrl INFO 0 [347] -2014-01-12 01:12:43 queue INFO >>0 [348] -2014-01-12 01:12:43 sendUrl INFO 0 [348] -2014-01-12 01:13:33 queue INFO >>0 [349] -2014-01-12 01:13:33 sendUrl INFO 0 [349] -2014-01-12 01:14:23 queue INFO >>0 [350] -2014-01-12 01:14:23 sendUrl INFO 0 [350] -2014-01-12 01:15:13 queue INFO >>0 [351] -2014-01-12 01:15:13 sendUrl INFO 0 [351] -2014-01-12 01:16:03 queue INFO >>0 [352] -2014-01-12 01:16:04 sendUrl INFO 0 [352] -2014-01-12 01:16:53 queue INFO >>0 [353] -2014-01-12 01:16:54 sendUrl INFO 0 [353] -2014-01-12 01:17:44 queue INFO >>0 [354] -2014-01-12 01:17:44 sendUrl INFO 0 [354] -2014-01-12 01:18:34 queue INFO >>0 [355] -2014-01-12 01:18:34 sendUrl INFO 0 [355] -2014-01-12 01:19:24 queue INFO >>0 [356] -2014-01-12 01:19:24 sendUrl INFO 0 [356] -2014-01-12 01:20:14 queue INFO >>0 [357] -2014-01-12 01:20:14 sendUrl INFO 0 [357] -2014-01-12 01:21:04 queue INFO >>0 [358] -2014-01-12 01:21:05 sendUrl INFO 0 [358] -2014-01-12 01:21:54 queue INFO >>0 [359] -2014-01-12 01:21:55 sendUrl INFO 0 [359] -2014-01-12 01:22:44 queue INFO >>0 [360] -2014-01-12 01:22:45 sendUrl INFO 0 [360] -2014-01-12 01:23:35 queue INFO >>0 [361] -2014-01-12 01:23:35 sendUrl INFO 0 [361] -2014-01-12 01:24:25 queue INFO >>0 [362] -2014-01-12 01:24:25 sendUrl INFO 0 [362] -2014-01-12 01:25:15 queue INFO >>0 [363] -2014-01-12 01:25:15 sendUrl INFO 0 [363] -2014-01-12 01:26:05 queue INFO >>0 [364] -2014-01-12 01:26:05 sendUrl INFO 0 [364] -2014-01-12 01:26:55 queue INFO >>0 [365] -2014-01-12 01:26:56 sendUrl INFO 0 [365] -2014-01-12 01:27:45 queue INFO >>0 [366] -2014-01-12 01:27:46 sendUrl INFO 0 [366] -2014-01-12 01:28:36 queue INFO >>0 [367] -2014-01-12 01:28:36 sendUrl INFO 0 [367] -2014-01-12 01:29:26 queue INFO >>0 [368] -2014-01-12 01:29:26 sendUrl INFO 0 [368] -2014-01-12 01:30:16 queue INFO >>0 [369] -2014-01-12 01:30:16 sendUrl INFO 0 [369] -2014-01-12 01:31:06 queue INFO >>0 [370] -2014-01-12 01:31:06 sendUrl INFO 0 [370] -2014-01-12 01:31:56 queue INFO >>0 [371] -2014-01-12 01:31:57 sendUrl INFO 0 [371] -2014-01-12 01:32:46 queue INFO >>0 [372] -2014-01-12 01:32:47 sendUrl INFO 0 [372] -2014-01-12 01:33:36 queue INFO >>0 [373] -2014-01-12 01:33:37 sendUrl INFO 0 [373] -2014-01-12 01:34:27 queue INFO >>0 [374] -2014-01-12 01:34:27 sendUrl INFO 0 [374] -2014-01-12 01:35:17 queue INFO >>0 [375] -2014-01-12 01:35:17 sendUrl INFO 0 [375] -2014-01-12 01:36:07 queue INFO >>0 [376] -2014-01-12 01:36:07 sendUrl INFO 0 [376] -2014-01-12 01:36:57 queue INFO >>0 [377] -2014-01-12 01:36:58 sendUrl INFO 0 [377] -2014-01-12 01:37:47 queue INFO >>0 [378] -2014-01-12 01:37:47 sendUrl INFO 0 [378] -2014-01-12 01:38:37 queue INFO >>0 [379] -2014-01-12 01:38:38 sendUrl INFO 0 [379] -2014-01-12 01:39:27 queue INFO >>0 [380] -2014-01-12 01:39:28 sendUrl INFO 0 [380] -2014-01-12 01:40:18 queue INFO >>0 [381] -2014-01-12 01:40:18 sendUrl INFO 0 [381] -2014-01-12 01:41:08 queue INFO >>0 [382] -2014-01-12 01:41:08 sendUrl INFO 0 [382] -2014-01-12 01:41:58 queue INFO >>0 [383] -2014-01-12 01:41:58 sendUrl INFO 0 [383] -2014-01-12 01:42:48 queue INFO >>0 [384] -2014-01-12 01:42:48 sendUrl INFO 0 [384] -2014-01-12 01:43:38 queue INFO >>0 [385] -2014-01-12 01:43:38 sendUrl INFO 0 [385] -2014-01-12 01:44:28 queue INFO >>0 [386] -2014-01-12 01:44:29 sendUrl INFO 0 [386] -2014-01-12 01:45:18 queue INFO >>0 [387] -2014-01-12 01:45:19 sendUrl INFO 0 [387] -2014-01-12 01:46:09 queue INFO >>0 [388] -2014-01-12 01:46:09 sendUrl INFO 0 [388] -2014-01-12 01:46:59 queue INFO >>0 [389] -2014-01-12 01:46:59 sendUrl INFO 0 [389] -2014-01-12 01:47:49 queue INFO >>0 [390] -2014-01-12 01:47:49 sendUrl INFO 0 [390] -2014-01-12 01:48:39 queue INFO >>0 [391] -2014-01-12 01:48:39 sendUrl INFO 0 [391] -2014-01-12 01:49:29 queue INFO >>0 [392] -2014-01-12 01:49:30 sendUrl INFO 0 [392] -2014-01-12 01:50:19 queue INFO >>0 [393] -2014-01-12 01:50:20 sendUrl INFO 0 [393] -2014-01-12 01:51:09 queue INFO >>0 [394] -2014-01-12 01:51:10 sendUrl INFO 0 [394] -2014-01-12 01:52:00 queue INFO >>0 [395] -2014-01-12 01:52:00 sendUrl INFO 0 [395] -2014-01-12 01:52:50 queue INFO >>0 [396] -2014-01-12 01:52:50 sendUrl INFO 0 [396] -2014-01-12 01:53:40 queue INFO >>0 [397] -2014-01-12 01:53:40 sendUrl INFO 0 [397] -2014-01-12 01:54:30 queue INFO >>0 [398] -2014-01-12 01:54:31 sendUrl INFO 0 [398] -2014-01-12 01:55:20 queue INFO >>0 [399] -2014-01-12 01:55:20 sendUrl INFO 0 [399] -2014-01-12 01:56:10 queue INFO >>0 [400] -2014-01-12 01:56:11 sendUrl INFO 0 [400] -2014-01-12 01:57:01 queue INFO >>0 [401] -2014-01-12 01:57:01 sendUrl INFO 0 [401] -2014-01-12 01:57:51 queue INFO >>0 [402] -2014-01-12 01:57:51 sendUrl INFO 0 [402] -2014-01-12 01:58:41 queue INFO >>0 [403] -2014-01-12 01:58:41 sendUrl INFO 0 [403] -2014-01-12 01:59:31 queue INFO >>0 [404] -2014-01-12 01:59:32 sendUrl INFO 0 [404] -2014-01-12 02:00:21 queue INFO >>0 [405] -2014-01-12 02:00:21 sendUrl INFO 0 [405] -2014-01-12 02:01:11 queue INFO >>0 [406] -2014-01-12 02:01:12 sendUrl INFO 0 [406] -2014-01-12 02:02:01 queue INFO >>0 [407] -2014-01-12 02:02:02 sendUrl INFO 0 [407] -2014-01-12 02:02:52 queue INFO >>0 [408] -2014-01-12 02:02:52 sendUrl INFO 0 [408] -2014-01-12 02:03:42 queue INFO >>0 [409] -2014-01-12 02:03:42 sendUrl INFO 0 [409] -2014-01-12 02:04:32 queue INFO >>0 [410] -2014-01-12 02:04:33 sendUrl INFO 0 [410] -2014-01-12 02:05:22 queue INFO >>0 [411] -2014-01-12 02:05:22 sendUrl INFO 0 [411] -2014-01-12 02:06:12 queue INFO >>0 [412] -2014-01-12 02:06:13 sendUrl INFO 0 [412] -2014-01-12 02:07:02 queue INFO >>0 [413] -2014-01-12 02:07:03 sendUrl INFO 0 [413] -2014-01-12 02:07:53 queue INFO >>0 [414] -2014-01-12 02:07:53 sendUrl INFO 0 [414] -2014-01-12 02:08:43 queue INFO >>0 [415] -2014-01-12 02:08:43 sendUrl INFO 0 [415] -2014-01-12 02:09:33 queue INFO >>0 [416] -2014-01-12 02:09:33 sendUrl INFO 0 [416] -2014-01-12 02:10:23 queue INFO >>0 [417] -2014-01-12 02:10:23 sendUrl INFO 0 [417] -2014-01-12 02:11:13 queue INFO >>0 [418] -2014-01-12 02:11:14 sendUrl INFO 0 [418] -2014-01-12 02:12:03 queue INFO >>0 [419] -2014-01-12 02:12:04 sendUrl INFO 0 [419] -2014-01-12 02:12:53 queue INFO >>0 [420] -2014-01-12 02:12:54 sendUrl INFO 0 [420] -2014-01-12 02:13:44 queue INFO >>0 [421] -2014-01-12 02:13:44 sendUrl INFO 0 [421] -2014-01-12 02:14:34 queue INFO >>0 [422] -2014-01-12 02:14:34 sendUrl INFO 0 [422] -2014-01-12 02:15:24 queue INFO >>0 [423] -2014-01-12 02:15:24 sendUrl INFO 0 [423] -2014-01-12 02:16:14 queue INFO >>0 [424] -2014-01-12 02:16:15 sendUrl INFO 0 [424] -2014-01-12 02:17:04 queue INFO >>0 [425] -2014-01-12 02:17:04 sendUrl INFO 0 [425] -2014-01-12 02:17:54 queue INFO >>0 [426] -2014-01-12 02:17:55 sendUrl INFO 0 [426] -2014-01-12 02:18:45 queue INFO >>0 [427] -2014-01-12 02:18:45 sendUrl INFO 0 [427] -2014-01-12 02:19:35 queue INFO >>0 [428] -2014-01-12 02:19:35 sendUrl INFO 0 [428] -2014-01-12 02:20:25 queue INFO >>0 [429] -2014-01-12 02:20:25 sendUrl INFO 0 [429] -2014-01-12 02:21:15 queue INFO >>0 [430] -2014-01-12 02:21:15 sendUrl INFO 0 [430] -2014-01-12 02:22:05 queue INFO >>0 [431] -2014-01-12 02:22:05 sendUrl INFO 0 [431] -2014-01-12 02:22:55 queue INFO >>0 [432] -2014-01-12 02:22:56 sendUrl INFO 0 [432] -2014-01-12 02:23:45 queue INFO >>0 [433] -2014-01-12 02:23:46 sendUrl INFO 0 [433] -2014-01-12 02:24:36 queue INFO >>0 [434] -2014-01-12 02:24:36 sendUrl INFO 0 [434] -2014-01-12 02:25:26 queue INFO >>0 [435] -2014-01-12 02:25:26 sendUrl INFO 0 [435] -2014-01-12 02:26:16 queue INFO >>0 [436] -2014-01-12 02:26:16 sendUrl INFO 0 [436] -2014-01-12 02:27:06 queue INFO >>0 [437] -2014-01-12 02:27:06 sendUrl INFO 0 [437] -2014-01-12 02:27:56 queue INFO >>0 [438] -2014-01-12 02:27:57 sendUrl INFO 0 [438] -2014-01-12 02:28:46 queue INFO >>0 [439] -2014-01-12 02:28:47 sendUrl INFO 0 [439] -2014-01-12 02:29:37 queue INFO >>0 [440] -2014-01-12 02:29:37 sendUrl INFO 0 [440] -2014-01-12 02:30:27 queue INFO >>0 [441] -2014-01-12 02:30:27 sendUrl INFO 0 [441] -2014-01-12 02:31:17 queue INFO >>0 [442] -2014-01-12 02:31:17 sendUrl INFO 0 [442] -2014-01-12 02:32:07 queue INFO >>0 [443] -2014-01-12 02:32:07 sendUrl INFO 0 [443] -2014-01-12 02:32:57 queue INFO >>0 [444] -2014-01-12 02:32:57 sendUrl INFO 0 [444] -2014-01-12 02:33:47 queue INFO >>0 [445] -2014-01-12 02:33:48 sendUrl INFO 0 [445] -2014-01-12 02:34:37 queue INFO >>0 [446] -2014-01-12 02:34:38 sendUrl INFO 0 [446] -2014-01-12 02:35:28 queue INFO >>0 [447] -2014-01-12 02:35:28 sendUrl INFO 0 [447] -2014-01-12 02:36:18 queue INFO >>0 [448] -2014-01-12 02:36:18 sendUrl INFO 0 [448] -2014-01-12 02:37:08 queue INFO >>0 [449] -2014-01-12 02:37:08 sendUrl INFO 0 [449] -2014-01-12 02:37:58 queue INFO >>0 [450] -2014-01-12 02:37:58 sendUrl INFO 0 [450] -2014-01-12 02:38:48 queue INFO >>0 [451] -2014-01-12 02:38:49 sendUrl INFO 0 [451] -2014-01-12 02:39:38 queue INFO >>0 [452] -2014-01-12 02:39:39 sendUrl INFO 0 [452] -2014-01-12 02:40:29 queue INFO >>0 [453] -2014-01-12 02:40:29 sendUrl INFO 0 [453] -2014-01-12 02:41:19 queue INFO >>0 [454] -2014-01-12 02:41:19 sendUrl INFO 0 [454] -2014-01-12 02:42:09 queue INFO >>0 [455] -2014-01-12 02:42:09 sendUrl INFO 0 [455] -2014-01-12 02:42:59 queue INFO >>0 [456] -2014-01-12 02:42:59 sendUrl INFO 0 [456] -2014-01-12 02:43:49 queue INFO >>0 [457] -2014-01-12 02:43:50 sendUrl INFO 0 [457] -2014-01-12 02:44:39 queue INFO >>0 [458] -2014-01-12 02:44:39 sendUrl INFO 0 [458] -2014-01-12 02:45:29 queue INFO >>0 [459] -2014-01-12 02:45:30 sendUrl INFO 0 [459] -2014-01-12 02:46:20 queue INFO >>0 [460] -2014-01-12 02:46:20 sendUrl INFO 0 [460] -2014-01-12 02:47:10 queue INFO >>0 [461] -2014-01-12 02:47:10 sendUrl INFO 0 [461] -2014-01-12 02:48:00 queue INFO >>0 [462] -2014-01-12 02:48:00 sendUrl INFO 0 [462] -2014-01-12 02:48:50 queue INFO >>0 [463] -2014-01-12 02:48:51 sendUrl INFO 0 [463] -2014-01-12 02:49:40 queue INFO >>0 [464] -2014-01-12 02:49:40 sendUrl INFO 0 [464] -2014-01-12 02:50:30 queue INFO >>0 [465] -2014-01-12 02:50:31 sendUrl INFO 0 [465] -2014-01-12 02:51:21 queue INFO >>0 [466] -2014-01-12 02:51:21 sendUrl INFO 0 [466] -2014-01-12 02:52:11 queue INFO >>0 [467] -2014-01-12 02:52:11 sendUrl INFO 0 [467] -2014-01-12 02:53:01 queue INFO >>0 [468] -2014-01-12 02:53:01 sendUrl INFO 0 [468] -2014-01-12 02:53:51 queue INFO >>0 [469] -2014-01-12 02:53:51 sendUrl INFO 0 [469] -2014-01-12 02:54:41 queue INFO >>0 [470] -2014-01-12 02:54:41 sendUrl INFO 0 [470] -2014-01-12 02:55:31 queue INFO >>0 [471] -2014-01-12 02:55:32 sendUrl INFO 0 [471] -2014-01-12 02:56:21 queue INFO >>0 [472] -2014-01-12 02:56:22 sendUrl INFO 0 [472] -2014-01-12 02:57:12 queue INFO >>0 [473] -2014-01-12 02:57:12 sendUrl INFO 0 [473] -2014-01-12 02:58:02 queue INFO >>0 [474] -2014-01-12 02:58:02 sendUrl INFO 0 [474] -2014-01-12 02:58:52 queue INFO >>0 [475] -2014-01-12 02:58:52 sendUrl INFO 0 [475] -2014-01-12 02:59:42 queue INFO >>0 [476] -2014-01-12 02:59:42 sendUrl INFO 0 [476] -2014-01-12 03:00:32 queue INFO >>0 [477] -2014-01-12 03:00:33 sendUrl INFO 0 [477] -2014-01-12 03:01:22 queue INFO >>0 [478] -2014-01-12 03:01:23 sendUrl INFO 0 [478] -2014-01-12 03:02:13 queue INFO >>0 [479] -2014-01-12 03:02:13 sendUrl INFO 0 [479] -2014-01-12 03:03:03 queue INFO >>0 [480] -2014-01-12 03:03:03 sendUrl INFO 0 [480] -2014-01-12 03:03:53 queue INFO >>0 [481] -2014-01-12 03:03:53 sendUrl INFO 0 [481] -2014-01-12 03:04:43 queue INFO >>0 [482] -2014-01-12 03:04:43 sendUrl INFO 0 [482] -2014-01-12 03:05:33 queue INFO >>0 [483] -2014-01-12 03:05:33 sendUrl INFO 0 [483] -2014-01-12 03:06:23 queue INFO >>0 [484] -2014-01-12 03:06:24 sendUrl INFO 0 [484] -2014-01-12 03:07:13 queue INFO >>0 [485] -2014-01-12 03:07:14 sendUrl INFO 0 [485] -2014-01-12 03:08:04 queue INFO >>0 [486] -2014-01-12 03:08:04 sendUrl INFO 0 [486] -2014-01-12 03:08:54 queue INFO >>0 [487] -2014-01-12 03:08:54 sendUrl INFO 0 [487] -2014-01-12 03:09:44 queue INFO >>0 [488] -2014-01-12 03:09:44 sendUrl INFO 0 [488] -2014-01-12 03:10:34 queue INFO >>0 [489] -2014-01-12 03:10:34 sendUrl INFO 0 [489] -2014-01-12 03:11:24 queue INFO >>0 [490] -2014-01-12 03:11:25 sendUrl INFO 0 [490] -2014-01-12 03:12:14 queue INFO >>0 [491] -2014-01-12 03:12:14 sendUrl INFO 0 [491] -2014-01-12 03:13:04 queue INFO >>0 [492] -2014-01-12 03:13:05 sendUrl INFO 0 [492] -2014-01-12 03:13:54 queue INFO >>0 [493] -2014-01-12 03:13:55 sendUrl INFO 0 [493] -2014-01-12 03:14:45 queue INFO >>0 [494] -2014-01-12 03:14:45 sendUrl INFO 0 [494] -2014-01-12 03:15:35 queue INFO >>0 [495] -2014-01-12 03:15:35 sendUrl INFO 0 [495] -2014-01-12 03:16:25 queue INFO >>0 [496] -2014-01-12 03:16:25 sendUrl INFO 0 [496] -2014-01-12 03:17:15 queue INFO >>0 [497] -2014-01-12 03:17:15 sendUrl INFO 0 [497] -2014-01-12 03:18:05 queue INFO >>0 [498] -2014-01-12 03:18:05 sendUrl INFO 0 [498] -2014-01-12 03:18:55 queue INFO >>0 [499] -2014-01-12 03:18:56 sendUrl INFO 0 [499] -2014-01-12 03:19:45 queue INFO >>0 [500] -2014-01-12 03:19:46 sendUrl INFO 0 [500] -2014-01-12 03:20:36 queue INFO >>0 [501] -2014-01-12 03:20:36 sendUrl INFO 0 [501] -2014-01-12 03:21:26 queue INFO >>0 [502] -2014-01-12 03:21:26 sendUrl INFO 0 [502] -2014-01-12 03:22:16 queue INFO >>0 [503] -2014-01-12 03:22:16 sendUrl INFO 0 [503] -2014-01-12 03:23:06 queue INFO >>0 [504] -2014-01-12 03:23:06 sendUrl INFO 0 [504] -2014-01-12 03:23:56 queue INFO >>0 [505] -2014-01-12 03:23:57 sendUrl INFO 0 [505] -2014-01-12 03:24:46 queue INFO >>0 [506] -2014-01-12 03:24:46 sendUrl INFO 0 [506] -2014-01-12 03:25:36 queue INFO >>0 [507] -2014-01-12 03:25:37 sendUrl INFO 0 [507] -2014-01-12 03:26:27 queue INFO >>0 [508] -2014-01-12 03:26:27 sendUrl INFO 0 [508] -2014-01-12 03:27:17 queue INFO >>0 [509] -2014-01-12 03:27:17 sendUrl INFO 0 [509] -2014-01-12 03:28:07 queue INFO >>0 [510] -2014-01-12 03:28:07 sendUrl INFO 0 [510] -2014-01-12 03:28:57 queue INFO >>0 [511] -2014-01-12 03:28:57 sendUrl INFO 0 [511] -2014-01-12 03:29:47 queue INFO >>0 [512] -2014-01-12 03:29:47 sendUrl INFO 0 [512] -2014-01-12 03:30:37 queue INFO >>0 [513] -2014-01-12 03:30:38 sendUrl INFO 0 [513] -2014-01-12 03:31:27 queue INFO >>0 [514] -2014-01-12 03:31:28 sendUrl INFO 0 [514] -2014-01-12 03:32:17 queue INFO >>0 [515] -2014-01-12 03:32:18 sendUrl INFO 0 [515] -2014-01-12 03:33:08 queue INFO >>0 [516] -2014-01-12 03:33:08 sendUrl INFO 0 [516] -2014-01-12 03:33:58 queue INFO >>0 [517] -2014-01-12 03:33:58 sendUrl INFO 0 [517] -2014-01-12 03:34:48 queue INFO >>0 [518] -2014-01-12 03:34:48 sendUrl INFO 0 [518] -2014-01-12 03:35:38 queue INFO >>0 [519] -2014-01-12 03:35:38 sendUrl INFO 0 [519] -2014-01-12 03:36:28 queue INFO >>0 [520] -2014-01-12 03:36:29 sendUrl INFO 0 [520] -2014-01-12 03:37:18 queue INFO >>0 [521] -2014-01-12 03:37:19 sendUrl INFO 0 [521] -2014-01-12 03:38:09 queue INFO >>0 [522] -2014-01-12 03:38:09 sendUrl INFO 0 [522] -2014-01-12 03:38:59 queue INFO >>0 [523] -2014-01-12 03:38:59 sendUrl INFO 0 [523] -2014-01-12 03:39:49 queue INFO >>0 [524] -2014-01-12 03:39:49 sendUrl INFO 0 [524] -2014-01-12 03:40:39 queue INFO >>0 [525] -2014-01-12 03:40:39 sendUrl INFO 0 [525] -2014-01-12 03:41:29 queue INFO >>0 [526] -2014-01-12 03:41:30 sendUrl INFO 0 [526] -2014-01-12 03:42:19 queue INFO >>0 [527] -2014-01-12 03:42:19 sendUrl INFO 0 [527] -2014-01-12 03:43:09 queue INFO >>0 [528] -2014-01-12 03:43:10 sendUrl INFO 0 [528] -2014-01-12 03:44:00 queue INFO >>0 [529] -2014-01-12 03:44:00 sendUrl INFO 0 [529] -2014-01-12 03:44:50 queue INFO >>0 [530] -2014-01-12 03:44:50 sendUrl INFO 0 [530] -2014-01-12 03:45:40 queue INFO >>0 [531] -2014-01-12 03:45:40 sendUrl INFO 0 [531] -2014-01-12 03:46:30 queue INFO >>0 [532] -2014-01-12 03:46:31 sendUrl INFO 0 [532] -2014-01-12 03:47:20 queue INFO >>0 [533] -2014-01-12 03:47:20 sendUrl INFO 0 [533] -2014-01-12 03:48:10 queue INFO >>0 [534] -2014-01-12 03:48:11 sendUrl INFO 0 [534] -2014-01-12 03:49:01 queue INFO >>0 [535] -2014-01-12 03:49:01 sendUrl INFO 0 [535] -2014-01-12 03:49:51 queue INFO >>0 [536] -2014-01-12 03:49:51 sendUrl INFO 0 [536] -2014-01-12 03:50:41 queue INFO >>0 [537] -2014-01-12 03:50:41 sendUrl INFO 0 [537] -2014-01-12 03:51:31 queue INFO >>0 [538] -2014-01-12 03:51:32 sendUrl INFO 0 [538] -2014-01-12 03:52:21 queue INFO >>0 [539] -2014-01-12 03:52:21 sendUrl INFO 0 [539] -2014-01-12 03:53:11 queue INFO >>0 [540] -2014-01-12 03:53:12 sendUrl INFO 0 [540] -2014-01-12 03:54:01 queue INFO >>0 [541] -2014-01-12 03:54:02 sendUrl INFO 0 [541] -2014-01-12 03:54:52 queue INFO >>0 [542] -2014-01-12 03:54:52 sendUrl INFO 0 [542] -2014-01-12 03:55:42 queue INFO >>0 [543] -2014-01-12 03:55:42 sendUrl INFO 0 [543] -2014-01-12 03:56:32 queue INFO >>0 [544] -2014-01-12 03:56:32 sendUrl INFO 0 [544] -2014-01-12 03:57:22 queue INFO >>0 [545] -2014-01-12 03:57:22 sendUrl INFO 0 [545] -2014-01-12 03:58:12 queue INFO >>0 [546] -2014-01-12 03:58:13 sendUrl INFO 0 [546] -2014-01-12 03:59:02 queue INFO >>0 [547] -2014-01-12 03:59:03 sendUrl INFO 0 [547] -2014-01-12 03:59:53 queue INFO >>0 [548] -2014-01-12 03:59:53 sendUrl INFO 0 [548] -2014-01-12 04:00:43 queue INFO >>0 [549] -2014-01-12 04:00:43 sendUrl INFO 0 [549] -2014-01-12 04:01:33 queue INFO >>0 [550] -2014-01-12 04:01:33 sendUrl INFO 0 [550] -2014-01-12 04:02:23 queue INFO >>0 [551] -2014-01-12 04:02:23 sendUrl INFO 0 [551] -2014-01-12 04:03:13 queue INFO >>0 [552] -2014-01-12 04:03:13 sendUrl INFO 0 [552] -2014-01-12 04:04:03 queue INFO >>0 [553] -2014-01-12 04:04:04 sendUrl INFO 0 [553] -2014-01-12 04:04:53 queue INFO >>0 [554] -2014-01-12 04:04:54 sendUrl INFO 0 [554] -2014-01-12 04:05:44 queue INFO >>0 [555] -2014-01-12 04:05:44 sendUrl INFO 0 [555] -2014-01-12 04:06:34 queue INFO >>0 [556] -2014-01-12 04:06:34 sendUrl INFO 0 [556] -2014-01-12 04:07:24 queue INFO >>0 [557] -2014-01-12 04:07:24 sendUrl INFO 0 [557] -2014-01-12 04:08:14 queue INFO >>0 [558] -2014-01-12 04:08:14 sendUrl INFO 0 [558] -2014-01-12 04:09:04 queue INFO >>0 [559] -2014-01-12 04:09:05 sendUrl INFO 0 [559] -2014-01-12 04:09:54 queue INFO >>0 [560] -2014-01-12 04:09:54 sendUrl INFO 0 [560] -2014-01-12 04:10:44 queue INFO >>0 [561] -2014-01-12 04:10:45 sendUrl INFO 0 [561] -2014-01-12 04:11:35 queue INFO >>0 [562] -2014-01-12 04:11:35 sendUrl INFO 0 [562] -2014-01-12 04:12:25 queue INFO >>0 [563] -2014-01-12 04:12:25 sendUrl INFO 0 [563] -2014-01-12 04:13:15 queue INFO >>0 [564] -2014-01-12 04:13:15 sendUrl INFO 0 [564] -2014-01-12 04:14:05 queue INFO >>0 [565] -2014-01-12 04:14:05 sendUrl INFO 0 [565] -2014-01-12 04:14:55 queue INFO >>0 [566] -2014-01-12 04:14:55 sendUrl INFO 0 [566] -2014-01-12 04:15:45 queue INFO >>0 [567] -2014-01-12 04:15:46 sendUrl INFO 0 [567] -2014-01-12 04:16:35 queue INFO >>0 [568] -2014-01-12 04:16:36 sendUrl INFO 0 [568] -2014-01-12 04:17:26 queue INFO >>0 [569] -2014-01-12 04:17:26 sendUrl INFO 0 [569] -2014-01-12 04:18:16 queue INFO >>0 [570] -2014-01-12 04:18:16 sendUrl INFO 0 [570] -2014-01-12 04:19:06 queue INFO >>0 [571] -2014-01-12 04:19:06 sendUrl INFO 0 [571] -2014-01-12 04:19:56 queue INFO >>0 [572] -2014-01-12 04:19:56 sendUrl INFO 0 [572] -2014-01-12 04:20:46 queue INFO >>0 [573] -2014-01-12 04:20:47 sendUrl INFO 0 [573] -2014-01-12 04:21:36 queue INFO >>0 [574] -2014-01-12 04:21:37 sendUrl INFO 0 [574] -2014-01-12 04:22:27 queue INFO >>0 [575] -2014-01-12 04:22:27 sendUrl INFO 0 [575] -2014-01-12 04:23:17 queue INFO >>0 [576] -2014-01-12 04:23:17 sendUrl INFO 0 [576] -2014-01-12 04:24:07 queue INFO >>0 [577] -2014-01-12 04:24:07 sendUrl INFO 0 [577] -2014-01-12 04:24:57 queue INFO >>0 [578] -2014-01-12 04:24:57 sendUrl INFO 0 [578] -2014-01-12 04:25:47 queue INFO >>0 [579] -2014-01-12 04:25:47 sendUrl INFO 0 [579] -2014-01-12 04:26:37 queue INFO >>0 [580] -2014-01-12 04:26:38 sendUrl INFO 0 [580] -2014-01-12 04:27:27 queue INFO >>0 [581] -2014-01-12 04:27:28 sendUrl INFO 0 [581] -2014-01-12 04:28:18 queue INFO >>0 [582] -2014-01-12 04:28:18 sendUrl INFO 0 [582] -2014-01-12 04:29:08 queue INFO >>0 [583] -2014-01-12 04:29:08 sendUrl INFO 0 [583] -2014-01-12 04:29:58 queue INFO >>0 [584] -2014-01-12 04:29:58 sendUrl INFO 0 [584] -2014-01-12 04:30:48 queue INFO >>0 [585] -2014-01-12 04:30:48 sendUrl INFO 0 [585] -2014-01-12 04:31:38 queue INFO >>0 [586] -2014-01-12 04:31:39 sendUrl INFO 0 [586] -2014-01-12 04:32:28 queue INFO >>0 [587] -2014-01-12 04:32:29 sendUrl INFO 0 [587] -2014-01-12 04:33:19 queue INFO >>0 [588] -2014-01-12 04:33:19 sendUrl INFO 0 [588] -2014-01-12 04:34:09 queue INFO >>0 [589] -2014-01-12 04:34:09 sendUrl INFO 0 [589] -2014-01-12 04:34:59 queue INFO >>0 [590] -2014-01-12 04:34:59 sendUrl INFO 0 [590] -2014-01-12 04:35:49 queue INFO >>0 [591] -2014-01-12 04:35:49 sendUrl INFO 0 [591] -2014-01-12 04:36:39 queue INFO >>0 [592] -2014-01-12 04:36:40 sendUrl INFO 0 [592] -2014-01-12 04:37:29 queue INFO >>0 [593] -2014-01-12 04:37:29 sendUrl INFO 0 [593] -2014-01-12 04:38:19 queue INFO >>0 [594] -2014-01-12 04:38:20 sendUrl INFO 0 [594] -2014-01-12 04:39:10 queue INFO >>0 [595] -2014-01-12 04:39:10 sendUrl INFO 0 [595] -2014-01-12 04:40:00 queue INFO >>0 [596] -2014-01-12 04:40:00 sendUrl INFO 0 [596] -2014-01-12 04:40:50 queue INFO >>0 [597] -2014-01-12 04:40:50 sendUrl INFO 0 [597] -2014-01-12 04:41:40 queue INFO >>0 [598] -2014-01-12 04:41:41 sendUrl INFO 0 [598] -2014-01-12 04:42:30 queue INFO >>0 [599] -2014-01-12 04:42:30 sendUrl INFO 0 [599] -2014-01-12 04:43:20 queue INFO >>0 [600] -2014-01-12 04:43:21 sendUrl INFO 0 [600] -2014-01-12 04:44:11 queue INFO >>0 [601] -2014-01-12 04:44:11 sendUrl INFO 0 [601] -2014-01-12 04:45:01 queue INFO >>0 [602] -2014-01-12 04:45:01 sendUrl INFO 0 [602] -2014-01-12 04:45:51 queue INFO >>0 [603] -2014-01-12 04:45:51 sendUrl INFO 0 [603] -2014-01-12 04:46:41 queue INFO >>0 [604] -2014-01-12 04:46:41 sendUrl INFO 0 [604] -2014-01-12 04:47:31 queue INFO >>0 [605] -2014-01-12 04:47:31 sendUrl INFO 0 [605] -2014-01-12 04:48:21 queue INFO >>0 [606] -2014-01-12 04:48:22 sendUrl INFO 0 [606] -2014-01-12 04:49:11 queue INFO >>0 [607] -2014-01-12 04:49:12 sendUrl INFO 0 [607] -2014-01-12 04:50:02 queue INFO >>0 [608] -2014-01-12 04:50:02 sendUrl INFO 0 [608] -2014-01-12 04:50:52 queue INFO >>0 [609] -2014-01-12 04:50:52 sendUrl INFO 0 [609] -2014-01-12 04:51:42 queue INFO >>0 [610] -2014-01-12 04:51:42 sendUrl INFO 0 [610] -2014-01-12 04:52:32 queue INFO >>0 [611] -2014-01-12 04:52:32 sendUrl INFO 0 [611] -2014-01-12 04:53:22 queue INFO >>0 [612] -2014-01-12 04:53:23 sendUrl INFO 0 [612] -2014-01-12 04:54:12 queue INFO >>0 [613] -2014-01-12 04:54:13 sendUrl INFO 0 [613] -2014-01-12 04:55:03 queue INFO >>0 [614] -2014-01-12 04:55:03 sendUrl INFO 0 [614] -2014-01-12 04:55:53 queue INFO >>0 [615] -2014-01-12 04:55:53 sendUrl INFO 0 [615] -2014-01-12 04:56:43 queue INFO >>0 [616] -2014-01-12 04:56:43 sendUrl INFO 0 [616] -2014-01-12 04:57:33 queue INFO >>0 [617] -2014-01-12 04:57:33 sendUrl INFO 0 [617] -2014-01-12 04:58:23 queue INFO >>0 [618] -2014-01-12 04:58:23 sendUrl INFO 0 [618] -2014-01-12 04:59:13 queue INFO >>0 [619] -2014-01-12 04:59:14 sendUrl INFO 0 [619] -2014-01-12 05:00:03 queue INFO >>0 [620] -2014-01-12 05:00:04 sendUrl INFO 0 [620] -2014-01-12 05:00:54 queue INFO >>0 [621] -2014-01-12 05:00:54 sendUrl INFO 0 [621] -2014-01-12 05:01:44 queue INFO >>0 [622] -2014-01-12 05:01:44 sendUrl INFO 0 [622] -2014-01-12 05:02:34 queue INFO >>0 [623] -2014-01-12 05:02:34 sendUrl INFO 0 [623] -2014-01-12 05:03:24 queue INFO >>0 [624] -2014-01-12 05:03:24 sendUrl INFO 0 [624] -2014-01-12 05:04:14 queue INFO >>0 [625] -2014-01-12 05:04:15 sendUrl INFO 0 [625] -2014-01-12 05:05:04 queue INFO >>0 [626] -2014-01-12 05:05:05 sendUrl INFO 0 [626] -2014-01-12 05:05:54 queue INFO >>0 [627] -2014-01-12 05:05:55 sendUrl INFO 0 [627] -2014-01-12 05:06:45 queue INFO >>0 [628] -2014-01-12 05:06:45 sendUrl INFO 0 [628] -2014-01-12 05:07:35 queue INFO >>0 [629] -2014-01-12 05:07:35 sendUrl INFO 0 [629] -2014-01-12 05:08:25 queue INFO >>0 [630] -2014-01-12 05:08:25 sendUrl INFO 0 [630] -2014-01-12 05:09:15 queue INFO >>0 [631] -2014-01-12 05:09:16 sendUrl INFO 0 [631] -2014-01-12 05:10:05 queue INFO >>0 [632] -2014-01-12 05:10:05 sendUrl INFO 0 [632] -2014-01-12 05:10:55 queue INFO >>0 [633] -2014-01-12 05:10:56 sendUrl INFO 0 [633] -2014-01-12 05:11:46 queue INFO >>0 [634] -2014-01-12 05:11:46 sendUrl INFO 0 [634] -2014-01-12 05:12:36 queue INFO >>0 [635] -2014-01-12 05:12:36 sendUrl INFO 0 [635] -2014-01-12 05:13:26 queue INFO >>0 [636] -2014-01-12 05:13:26 sendUrl INFO 0 [636] -2014-01-12 05:14:16 queue INFO >>0 [637] -2014-01-12 05:14:17 sendUrl INFO 0 [637] -2014-01-12 05:15:06 queue INFO >>0 [638] -2014-01-12 05:15:06 sendUrl INFO 0 [638] -2014-01-12 05:15:56 queue INFO >>0 [639] -2014-01-12 05:15:57 sendUrl INFO 0 [639] -2014-01-12 05:16:46 queue INFO >>0 [640] -2014-01-12 05:16:47 sendUrl INFO 0 [640] -2014-01-12 05:17:37 queue INFO >>0 [641] -2014-01-12 05:17:37 sendUrl INFO 0 [641] -2014-01-12 05:18:27 queue INFO >>0 [642] -2014-01-12 05:18:27 sendUrl INFO 0 [642] -2014-01-12 05:19:17 queue INFO >>0 [643] -2014-01-12 05:19:17 sendUrl INFO 0 [643] -2014-01-12 05:20:07 queue INFO >>0 [644] -2014-01-12 05:20:07 sendUrl INFO 0 [644] -2014-01-12 05:20:57 queue INFO >>0 [645] -2014-01-12 05:20:58 sendUrl INFO 0 [645] -2014-01-12 05:21:47 queue INFO >>0 [646] -2014-01-12 05:21:48 sendUrl INFO 0 [646] -2014-01-12 05:22:37 queue INFO >>0 [647] -2014-01-12 05:22:38 sendUrl INFO 0 [647] -2014-01-12 05:23:28 queue INFO >>0 [648] -2014-01-12 05:23:28 sendUrl INFO 0 [648] -2014-01-12 05:24:18 queue INFO >>0 [649] -2014-01-12 05:24:18 sendUrl INFO 0 [649] -2014-01-12 05:25:08 queue INFO >>0 [650] -2014-01-12 05:25:08 sendUrl INFO 0 [650] -2014-01-12 05:25:58 queue INFO >>0 [651] -2014-01-12 05:25:58 sendUrl INFO 0 [651] -2014-01-12 05:26:48 queue INFO >>0 [652] -2014-01-12 05:26:49 sendUrl INFO 0 [652] -2014-01-12 05:27:38 queue INFO >>0 [653] -2014-01-12 05:27:39 sendUrl INFO 0 [653] -2014-01-12 05:28:28 queue INFO >>0 [654] -2014-01-12 05:28:29 sendUrl INFO 0 [654] -2014-01-12 05:29:19 queue INFO >>0 [655] -2014-01-12 05:29:19 sendUrl INFO 0 [655] -2014-01-12 05:30:09 queue INFO >>0 [656] -2014-01-12 05:30:09 sendUrl INFO 0 [656] -2014-01-12 05:30:59 queue INFO >>0 [657] -2014-01-12 05:30:59 sendUrl INFO 0 [657] -2014-01-12 05:31:49 queue INFO >>0 [658] -2014-01-12 05:31:50 sendUrl INFO 0 [658] -2014-01-12 05:32:39 queue INFO >>0 [659] -2014-01-12 05:32:39 sendUrl INFO 0 [659] -2014-01-12 05:33:29 queue INFO >>0 [660] -2014-01-12 05:33:30 sendUrl INFO 0 [660] -2014-01-12 05:34:20 queue INFO >>0 [661] -2014-01-12 05:34:20 sendUrl INFO 0 [661] -2014-01-12 05:35:10 queue INFO >>0 [662] -2014-01-12 05:35:10 sendUrl INFO 0 [662] -2014-01-12 05:36:00 queue INFO >>0 [663] -2014-01-12 05:36:00 sendUrl INFO 0 [663] -2014-01-12 05:36:50 queue INFO >>0 [664] -2014-01-12 05:36:51 sendUrl INFO 0 [664] -2014-01-12 05:37:40 queue INFO >>0 [665] -2014-01-12 05:37:40 sendUrl INFO 0 [665] -2014-01-12 05:38:30 queue INFO >>0 [666] -2014-01-12 05:38:31 sendUrl INFO 0 [666] -2014-01-12 05:39:20 queue INFO >>0 [667] -2014-01-12 05:39:21 sendUrl INFO 0 [667] -2014-01-12 05:40:11 queue INFO >>0 [668] -2014-01-12 05:40:11 sendUrl INFO 0 [668] -2014-01-12 05:41:01 queue INFO >>0 [669] -2014-01-12 05:41:01 sendUrl INFO 0 [669] -2014-01-12 05:41:51 queue INFO >>0 [670] -2014-01-12 05:41:51 sendUrl INFO 0 [670] -2014-01-12 05:42:41 queue INFO >>0 [671] -2014-01-12 05:42:41 sendUrl INFO 0 [671] -2014-01-12 05:43:31 queue INFO >>0 [672] -2014-01-12 05:43:32 sendUrl INFO 0 [672] -2014-01-12 05:44:21 queue INFO >>0 [673] -2014-01-12 05:44:22 sendUrl INFO 0 [673] -2014-01-12 05:45:11 queue INFO >>0 [674] -2014-01-12 05:45:12 sendUrl INFO 0 [674] -2014-01-12 05:46:02 queue INFO >>0 [675] -2014-01-12 05:46:02 sendUrl INFO 0 [675] -2014-01-12 05:46:52 queue INFO >>0 [676] -2014-01-12 05:46:52 sendUrl INFO 0 [676] -2014-01-12 05:47:42 queue INFO >>0 [677] -2014-01-12 05:47:42 sendUrl INFO 0 [677] -2014-01-12 05:48:32 queue INFO >>0 [678] -2014-01-12 05:48:32 sendUrl INFO 0 [678] -2014-01-12 05:49:22 queue INFO >>0 [679] -2014-01-12 05:49:23 sendUrl INFO 0 [679] -2014-01-12 05:50:12 queue INFO >>0 [680] -2014-01-12 05:50:12 sendUrl INFO 0 [680] -2014-01-12 05:51:02 queue INFO >>0 [681] -2014-01-12 05:51:03 sendUrl INFO 0 [681] -2014-01-12 05:51:53 queue INFO >>0 [682] -2014-01-12 05:51:53 sendUrl INFO 0 [682] -2014-01-12 05:52:43 queue INFO >>0 [683] -2014-01-12 05:52:43 sendUrl INFO 0 [683] -2014-01-12 05:53:33 queue INFO >>0 [684] -2014-01-12 05:53:33 sendUrl INFO 0 [684] -2014-01-12 05:54:23 queue INFO >>0 [685] -2014-01-12 05:54:24 sendUrl INFO 0 [685] -2014-01-12 05:55:13 queue INFO >>0 [686] -2014-01-12 05:55:13 sendUrl INFO 0 [686] -2014-01-12 05:56:03 queue INFO >>0 [687] -2014-01-12 05:56:04 sendUrl INFO 0 [687] -2014-01-12 05:56:53 queue INFO >>0 [688] -2014-01-12 05:56:54 sendUrl INFO 0 [688] -2014-01-12 05:57:44 queue INFO >>0 [689] -2014-01-12 05:57:44 sendUrl INFO 0 [689] -2014-01-12 05:58:34 queue INFO >>0 [690] -2014-01-12 05:58:34 sendUrl INFO 0 [690] -2014-01-12 05:59:24 queue INFO >>0 [691] -2014-01-12 05:59:24 sendUrl INFO 0 [691] -2014-01-12 06:00:14 queue INFO >>0 [692] -2014-01-12 06:00:14 sendUrl INFO 0 [692] -2014-01-12 06:01:04 queue INFO >>0 [693] -2014-01-12 06:01:04 sendUrl INFO 0 [693] -2014-01-12 06:01:54 queue INFO >>0 [694] -2014-01-12 06:01:54 sendUrl INFO 0 [694] -2014-01-12 06:02:44 queue INFO >>0 [695] -2014-01-12 06:02:45 sendUrl INFO 0 [695] -2014-01-12 06:03:35 queue INFO >>0 [696] -2014-01-12 06:03:35 sendUrl INFO 0 [696] -2014-01-12 06:04:25 queue INFO >>0 [697] -2014-01-12 06:04:25 sendUrl INFO 0 [697] -2014-01-12 06:05:15 queue INFO >>0 [698] -2014-01-12 06:05:15 sendUrl INFO 0 [698] -2014-01-12 06:06:05 queue INFO >>0 [699] -2014-01-12 06:06:05 sendUrl INFO 0 [699] -2014-01-12 06:06:55 queue INFO >>0 [700] -2014-01-12 06:06:55 sendUrl INFO 0 [700] -2014-01-12 06:07:45 queue INFO >>0 [701] -2014-01-12 06:07:46 sendUrl INFO 0 [701] -2014-01-12 06:08:35 queue INFO >>0 [702] -2014-01-12 06:08:36 sendUrl INFO 0 [702] -2014-01-12 06:09:26 queue INFO >>0 [703] -2014-01-12 06:09:26 sendUrl INFO 0 [703] -2014-01-12 06:10:16 queue INFO >>0 [704] -2014-01-12 06:10:16 sendUrl INFO 0 [704] -2014-01-12 06:11:06 queue INFO >>0 [705] -2014-01-12 06:11:06 sendUrl INFO 0 [705] -2014-01-12 06:11:56 queue INFO >>0 [706] -2014-01-12 06:11:56 sendUrl INFO 0 [706] -2014-01-12 06:12:46 queue INFO >>0 [707] -2014-01-12 06:12:46 sendUrl INFO 0 [707] -2014-01-12 06:13:36 queue INFO >>0 [708] -2014-01-12 06:13:37 sendUrl INFO 0 [708] -2014-01-12 06:14:27 queue INFO >>0 [709] -2014-01-12 06:14:27 sendUrl INFO 0 [709] -2014-01-12 06:15:17 queue INFO >>0 [710] -2014-01-12 06:15:17 sendUrl INFO 0 [710] -2014-01-12 06:16:07 queue INFO >>0 [711] -2014-01-12 06:16:07 sendUrl INFO 0 [711] -2014-01-12 06:16:57 queue INFO >>0 [712] -2014-01-12 06:16:57 sendUrl INFO 0 [712] -2014-01-12 06:17:47 queue INFO >>0 [713] -2014-01-12 06:17:47 sendUrl INFO 0 [713] -2014-01-12 06:18:37 queue INFO >>0 [714] -2014-01-12 06:18:38 sendUrl INFO 0 [714] -2014-01-12 06:19:27 queue INFO >>0 [715] -2014-01-12 06:19:28 sendUrl INFO 0 [715] -2014-01-12 06:20:18 queue INFO >>0 [716] -2014-01-12 06:20:18 sendUrl INFO 0 [716] -2014-01-12 06:21:08 queue INFO >>0 [717] -2014-01-12 06:21:08 sendUrl INFO 0 [717] -2014-01-12 06:21:58 queue INFO >>0 [718] -2014-01-12 06:21:58 sendUrl INFO 0 [718] -2014-01-12 06:22:48 queue INFO >>0 [719] -2014-01-12 06:22:48 sendUrl INFO 0 [719] -2014-01-12 06:23:38 queue INFO >>0 [720] -2014-01-12 06:23:39 sendUrl INFO 0 [720] -2014-01-12 06:24:28 queue INFO >>0 [721] -2014-01-12 06:24:28 sendUrl INFO 0 [721] -2014-01-12 06:25:19 queue INFO >>0 [722] -2014-01-12 06:25:19 sendUrl INFO 0 [722] -2014-01-12 06:26:09 queue INFO >>0 [723] -2014-01-12 06:26:09 sendUrl INFO 0 [723] -2014-01-12 06:26:59 queue INFO >>0 [724] -2014-01-12 06:26:59 sendUrl INFO 0 [724] -2014-01-12 06:27:49 queue INFO >>0 [725] -2014-01-12 06:27:49 sendUrl INFO 0 [725] -2014-01-12 06:28:39 queue INFO >>0 [726] -2014-01-12 06:28:40 sendUrl INFO 0 [726] -2014-01-12 06:29:29 queue INFO >>0 [727] -2014-01-12 06:29:29 sendUrl INFO 0 [727] -2014-01-12 06:30:19 queue INFO >>0 [728] -2014-01-12 06:30:20 sendUrl INFO 0 [728] -2014-01-12 06:31:10 queue INFO >>0 [729] -2014-01-12 06:31:10 sendUrl INFO 0 [729] -2014-01-12 06:32:00 queue INFO >>0 [730] -2014-01-12 06:32:00 sendUrl INFO 0 [730] -2014-01-12 06:32:50 queue INFO >>0 [731] -2014-01-12 06:32:50 sendUrl INFO 0 [731] -2014-01-12 06:33:40 queue INFO >>0 [732] -2014-01-12 06:33:40 sendUrl INFO 0 [732] -2014-01-12 06:34:30 queue INFO >>0 [733] -2014-01-12 06:34:30 sendUrl INFO 0 [733] -2014-01-12 06:35:20 queue INFO >>0 [734] -2014-01-12 06:35:21 sendUrl INFO 0 [734] -2014-01-12 06:36:11 queue INFO >>0 [735] -2014-01-12 06:36:11 sendUrl INFO 0 [735] -2014-01-12 06:37:01 queue INFO >>0 [736] -2014-01-12 06:37:01 sendUrl INFO 0 [736] -2014-01-12 06:37:51 queue INFO >>0 [737] -2014-01-12 06:37:51 sendUrl INFO 0 [737] -2014-01-12 06:38:41 queue INFO >>0 [738] -2014-01-12 06:38:41 sendUrl INFO 0 [738] -2014-01-12 06:39:31 queue INFO >>0 [739] -2014-01-12 06:39:32 sendUrl INFO 0 [739] -2014-01-12 06:40:21 queue INFO >>0 [740] -2014-01-12 06:40:22 sendUrl INFO 0 [740] -2014-01-12 06:41:11 queue INFO >>0 [741] -2014-01-12 06:41:12 sendUrl INFO 0 [741] -2014-01-12 06:42:02 queue INFO >>0 [742] -2014-01-12 06:42:02 sendUrl INFO 0 [742] -2014-01-12 06:42:52 queue INFO >>0 [743] -2014-01-12 06:42:52 sendUrl INFO 0 [743] -2014-01-12 06:43:42 queue INFO >>0 [744] -2014-01-12 06:43:42 sendUrl INFO 0 [744] -2014-01-12 06:44:32 queue INFO >>0 [745] -2014-01-12 06:44:32 sendUrl INFO 0 [745] -2014-01-12 06:45:22 queue INFO >>0 [746] -2014-01-12 06:45:22 sendUrl INFO 0 [746] -2014-01-12 06:46:12 queue INFO >>0 [747] -2014-01-12 06:46:13 sendUrl INFO 0 [747] -2014-01-12 06:47:03 queue INFO >>0 [748] -2014-01-12 06:47:03 sendUrl INFO 0 [748] -2014-01-12 06:47:53 queue INFO >>0 [749] -2014-01-12 06:47:53 sendUrl INFO 0 [749] -2014-01-12 06:48:43 queue INFO >>0 [750] -2014-01-12 06:48:43 sendUrl INFO 0 [750] -2014-01-12 06:49:33 queue INFO >>0 [751] -2014-01-12 06:49:33 sendUrl INFO 0 [751] -2014-01-12 06:50:23 queue INFO >>0 [752] -2014-01-12 06:50:23 sendUrl INFO 0 [752] -2014-01-12 06:51:13 queue INFO >>0 [753] -2014-01-12 06:51:14 sendUrl INFO 0 [753] -2014-01-12 06:52:03 queue INFO >>0 [754] -2014-01-12 06:52:04 sendUrl INFO 0 [754] -2014-01-12 06:52:54 queue INFO >>0 [755] -2014-01-12 06:52:54 sendUrl INFO 0 [755] -2014-01-12 06:53:44 queue INFO >>0 [756] -2014-01-12 06:53:44 sendUrl INFO 0 [756] -2014-01-12 06:54:34 queue INFO >>0 [757] -2014-01-12 06:54:34 sendUrl INFO 0 [757] -2014-01-12 06:55:24 queue INFO >>0 [758] -2014-01-12 06:55:24 sendUrl INFO 0 [758] -2014-01-12 06:56:14 queue INFO >>0 [759] -2014-01-12 06:56:15 sendUrl INFO 0 [759] -2014-01-12 06:57:04 queue INFO >>0 [760] -2014-01-12 06:57:04 sendUrl INFO 0 [760] -2014-01-12 06:57:55 queue INFO >>0 [761] -2014-01-12 06:57:55 sendUrl INFO 0 [761] -2014-01-12 06:58:45 queue INFO >>0 [762] -2014-01-12 06:58:45 sendUrl INFO 0 [762] -2014-01-12 06:59:35 queue INFO >>0 [763] -2014-01-12 06:59:35 sendUrl INFO 0 [763] -2014-01-12 07:00:25 queue INFO >>0 [764] -2014-01-12 07:00:25 sendUrl INFO 0 [764] -2014-01-12 07:01:15 queue INFO >>0 [765] -2014-01-12 07:01:16 sendUrl INFO 0 [765] -2014-01-12 07:02:05 queue INFO >>0 [766] -2014-01-12 07:02:05 sendUrl INFO 0 [766] -2014-01-12 07:02:55 queue INFO >>0 [767] -2014-01-12 07:02:56 sendUrl INFO 0 [767] -2014-01-12 07:03:46 queue INFO >>0 [768] -2014-01-12 07:03:46 sendUrl INFO 0 [768] -2014-01-12 07:04:36 queue INFO >>0 [769] -2014-01-12 07:04:36 sendUrl INFO 0 [769] -2014-01-12 07:05:26 queue INFO >>0 [770] -2014-01-12 07:05:26 sendUrl INFO 0 [770] -2014-01-12 07:06:16 queue INFO >>0 [771] -2014-01-12 07:06:17 sendUrl INFO 0 [771] -2014-01-12 07:07:06 queue INFO >>0 [772] -2014-01-12 07:07:06 sendUrl INFO 0 [772] -2014-01-12 07:07:56 queue INFO >>0 [773] -2014-01-12 07:07:57 sendUrl INFO 0 [773] -2014-01-12 07:08:47 queue INFO >>0 [774] -2014-01-12 07:08:47 sendUrl INFO 0 [774] -2014-01-12 07:09:37 queue INFO >>0 [775] -2014-01-12 07:09:37 sendUrl INFO 0 [775] -2014-01-12 07:10:27 queue INFO >>0 [776] -2014-01-12 07:10:27 sendUrl INFO 0 [776] -2014-01-12 07:11:17 queue INFO >>0 [777] -2014-01-12 07:11:17 sendUrl INFO 0 [777] -2014-01-12 07:12:07 queue INFO >>0 [778] -2014-01-12 07:12:07 sendUrl INFO 0 [778] -2014-01-12 07:12:57 queue INFO >>0 [779] -2014-01-12 07:12:58 sendUrl INFO 0 [779] -2014-01-12 07:13:47 queue INFO >>0 [780] -2014-01-12 07:13:48 sendUrl INFO 0 [780] -2014-01-12 07:14:38 queue INFO >>0 [781] -2014-01-12 07:14:38 sendUrl INFO 0 [781] -2014-01-12 07:15:28 queue INFO >>0 [782] -2014-01-12 07:15:28 sendUrl INFO 0 [782] -2014-01-12 07:16:18 queue INFO >>0 [783] -2014-01-12 07:16:18 sendUrl INFO 0 [783] -2014-01-12 07:17:08 queue INFO >>0 [784] -2014-01-12 07:17:08 sendUrl INFO 0 [784] -2014-01-12 07:17:58 queue INFO >>0 [785] -2014-01-12 07:17:59 sendUrl INFO 0 [785] -2014-01-12 07:18:48 queue INFO >>0 [786] -2014-01-12 07:18:49 sendUrl INFO 0 [786] -2014-01-12 07:19:39 queue INFO >>0 [787] -2014-01-12 07:19:39 sendUrl INFO 0 [787] -2014-01-12 07:20:29 queue INFO >>0 [788] -2014-01-12 07:20:29 sendUrl INFO 0 [788] -2014-01-12 07:21:19 queue INFO >>0 [789] -2014-01-12 07:21:19 sendUrl INFO 0 [789] -2014-01-12 07:22:09 queue INFO >>0 [790] -2014-01-12 07:22:09 sendUrl INFO 0 [790] -2014-01-12 07:22:59 queue INFO >>0 [791] -2014-01-12 07:22:59 sendUrl INFO 0 [791] -2014-01-12 07:23:49 queue INFO >>0 [792] -2014-01-12 07:23:50 sendUrl INFO 0 [792] -2014-01-12 07:24:39 queue INFO >>0 [793] -2014-01-12 07:24:40 sendUrl INFO 0 [793] -2014-01-12 07:25:30 queue INFO >>0 [794] -2014-01-12 07:25:30 sendUrl INFO 0 [794] -2014-01-12 07:26:20 queue INFO >>0 [795] -2014-01-12 07:26:20 sendUrl INFO 0 [795] -2014-01-12 07:27:10 queue INFO >>0 [796] -2014-01-12 07:27:10 sendUrl INFO 0 [796] -2014-01-12 07:28:00 queue INFO >>0 [797] -2014-01-12 07:28:00 sendUrl INFO 0 [797] -2014-01-12 07:28:50 queue INFO >>0 [798] -2014-01-12 07:28:51 sendUrl INFO 0 [798] -2014-01-12 07:29:40 queue INFO >>0 [799] -2014-01-12 07:29:41 sendUrl INFO 0 [799] -2014-01-12 07:30:31 queue INFO >>0 [800] -2014-01-12 07:30:31 sendUrl INFO 0 [800] -2014-01-12 07:31:21 queue INFO >>0 [801] -2014-01-12 07:31:21 sendUrl INFO 0 [801] -2014-01-12 07:32:11 queue INFO >>0 [802] -2014-01-12 07:32:11 sendUrl INFO 0 [802] -2014-01-12 07:33:01 queue INFO >>0 [803] -2014-01-12 07:33:01 sendUrl INFO 0 [803] -2014-01-12 07:33:51 queue INFO >>0 [804] -2014-01-12 07:33:52 sendUrl INFO 0 [804] -2014-01-12 07:34:41 queue INFO >>0 [805] -2014-01-12 07:34:41 sendUrl INFO 0 [805] -2014-01-12 07:35:31 queue INFO >>0 [806] -2014-01-12 07:35:32 sendUrl INFO 0 [806] -2014-01-12 07:36:22 queue INFO >>0 [807] -2014-01-12 07:36:22 sendUrl INFO 0 [807] -2014-01-12 07:37:12 queue INFO >>0 [808] -2014-01-12 07:37:12 sendUrl INFO 0 [808] -2014-01-12 07:38:02 queue INFO >>0 [809] -2014-01-12 07:38:02 sendUrl INFO 0 [809] -2014-01-12 07:38:52 queue INFO >>0 [810] -2014-01-12 07:38:53 sendUrl INFO 0 [810] -2014-01-12 07:39:42 queue INFO >>0 [811] -2014-01-12 07:39:42 sendUrl INFO 0 [811] -2014-01-12 07:40:32 queue INFO >>0 [812] -2014-01-12 07:40:33 sendUrl INFO 0 [812] -2014-01-12 07:41:23 queue INFO >>0 [813] -2014-01-12 07:41:23 sendUrl INFO 0 [813] -2014-01-12 07:42:13 queue INFO >>0 [814] -2014-01-12 07:42:13 sendUrl INFO 0 [814] -2014-01-12 07:43:03 queue INFO >>0 [815] -2014-01-12 07:43:03 sendUrl INFO 0 [815] -2014-01-12 07:43:53 queue INFO >>0 [816] -2014-01-12 07:43:53 sendUrl INFO 0 [816] -2014-01-12 07:44:43 queue INFO >>0 [817] -2014-01-12 07:44:43 sendUrl INFO 0 [817] -2014-01-12 07:45:33 queue INFO >>0 [818] -2014-01-12 07:45:34 sendUrl INFO 0 [818] -2014-01-12 07:46:23 queue INFO >>0 [819] -2014-01-12 07:46:24 sendUrl INFO 0 [819] -2014-01-12 07:47:14 queue INFO >>0 [820] -2014-01-12 07:47:14 sendUrl INFO 0 [820] -2014-01-12 07:48:04 queue INFO >>0 [821] -2014-01-12 07:48:04 sendUrl INFO 0 [821] -2014-01-12 07:48:54 queue INFO >>0 [822] -2014-01-12 07:48:54 sendUrl INFO 0 [822] -2014-01-12 07:49:44 queue INFO >>0 [823] -2014-01-12 07:49:44 sendUrl INFO 0 [823] -2014-01-12 07:50:34 queue INFO >>0 [824] -2014-01-12 07:50:35 sendUrl INFO 0 [824] -2014-01-12 07:51:24 queue INFO >>0 [825] -2014-01-12 07:51:25 sendUrl INFO 0 [825] -2014-01-12 07:52:15 queue INFO >>0 [826] -2014-01-12 07:52:15 sendUrl INFO 0 [826] -2014-01-12 07:53:05 queue INFO >>0 [827] -2014-01-12 07:53:05 sendUrl INFO 0 [827] -2014-01-12 07:53:55 queue INFO >>0 [828] -2014-01-12 07:53:55 sendUrl INFO 0 [828] -2014-01-12 07:54:45 queue INFO >>0 [829] -2014-01-12 07:54:45 sendUrl INFO 0 [829] -2014-01-12 07:55:35 queue INFO >>0 [830] -2014-01-12 07:55:35 sendUrl INFO 0 [830] -2014-01-12 07:56:25 queue INFO >>0 [831] -2014-01-12 07:56:26 sendUrl INFO 0 [831] -2014-01-12 07:57:15 queue INFO >>0 [832] -2014-01-12 07:57:16 sendUrl INFO 0 [832] -2014-01-12 07:58:06 queue INFO >>0 [833] -2014-01-12 07:58:06 sendUrl INFO 0 [833] -2014-01-12 07:58:56 queue INFO >>0 [834] -2014-01-12 07:58:56 sendUrl INFO 0 [834] -2014-01-12 07:59:46 queue INFO >>0 [835] -2014-01-12 07:59:46 sendUrl INFO 0 [835] -2014-01-12 08:00:36 queue INFO >>0 [836] -2014-01-12 08:00:36 sendUrl INFO 0 [836] -2014-01-12 08:01:26 queue INFO >>0 [837] -2014-01-12 08:01:27 sendUrl INFO 0 [837] -2014-01-12 08:02:16 queue INFO >>0 [838] -2014-01-12 08:02:17 sendUrl INFO 0 [838] -2014-01-12 08:03:07 queue INFO >>0 [839] -2014-01-12 08:03:07 sendUrl INFO 0 [839] -2014-01-12 08:03:57 queue INFO >>0 [840] -2014-01-12 08:03:57 sendUrl INFO 0 [840] -2014-01-12 08:04:47 queue INFO >>0 [841] -2014-01-12 08:04:47 sendUrl INFO 0 [841] -2014-01-12 08:05:37 queue INFO >>0 [842] -2014-01-12 08:05:37 sendUrl INFO 0 [842] -2014-01-12 08:06:27 queue INFO >>0 [843] -2014-01-12 08:06:28 sendUrl INFO 0 [843] -2014-01-12 08:07:17 queue INFO >>0 [844] -2014-01-12 08:07:17 sendUrl INFO 0 [844] -2014-01-12 08:08:07 queue INFO >>0 [845] -2014-01-12 08:08:08 sendUrl INFO 0 [845] -2014-01-12 08:08:58 queue INFO >>0 [846] -2014-01-12 08:08:58 sendUrl INFO 0 [846] -2014-01-12 08:09:48 queue INFO >>0 [847] -2014-01-12 08:09:48 sendUrl INFO 0 [847] -2014-01-12 08:10:38 queue INFO >>0 [848] -2014-01-12 08:10:38 sendUrl INFO 0 [848] -2014-01-12 08:11:28 queue INFO >>0 [849] -2014-01-12 08:11:29 sendUrl INFO 0 [849] -2014-01-12 08:12:18 queue INFO >>0 [850] -2014-01-12 08:12:18 sendUrl INFO 0 [850] -2014-01-12 08:13:08 queue INFO >>0 [851] -2014-01-12 08:13:09 sendUrl INFO 0 [851] -2014-01-12 08:13:59 queue INFO >>0 [852] -2014-01-12 08:13:59 sendUrl INFO 0 [852] -2014-01-12 08:14:49 queue INFO >>0 [853] -2014-01-12 08:14:49 sendUrl INFO 0 [853] -2014-01-12 08:15:39 queue INFO >>0 [854] -2014-01-12 08:15:39 sendUrl INFO 0 [854] -2014-01-12 08:16:29 queue INFO >>0 [855] -2014-01-12 08:16:30 sendUrl INFO 0 [855] -2014-01-12 08:17:19 queue INFO >>0 [856] -2014-01-12 08:17:19 sendUrl INFO 0 [856] -2014-01-12 08:18:09 queue INFO >>0 [857] -2014-01-12 08:18:10 sendUrl INFO 0 [857] -2014-01-12 08:18:59 queue INFO >>0 [858] -2014-01-12 08:19:00 sendUrl INFO 0 [858] -2014-01-12 08:19:50 queue INFO >>0 [859] -2014-01-12 08:19:50 sendUrl INFO 0 [859] -2014-01-12 08:20:40 queue INFO >>0 [860] -2014-01-12 08:20:40 sendUrl INFO 0 [860] -2014-01-12 08:21:30 queue INFO >>0 [861] -2014-01-12 08:21:30 sendUrl INFO 0 [861] -2014-01-12 08:22:20 queue INFO >>0 [862] -2014-01-12 08:22:20 sendUrl INFO 0 [862] -2014-01-12 08:23:10 queue INFO >>0 [863] -2014-01-12 08:23:11 sendUrl INFO 0 [863] -2014-01-12 08:24:00 queue INFO >>0 [864] -2014-01-12 08:24:01 sendUrl INFO 0 [864] -2014-01-12 08:24:51 queue INFO >>0 [865] -2014-01-12 08:24:51 sendUrl INFO 0 [865] -2014-01-12 08:25:41 queue INFO >>0 [866] -2014-01-12 08:25:41 sendUrl INFO 0 [866] -2014-01-12 08:26:31 queue INFO >>0 [867] -2014-01-12 08:26:31 sendUrl INFO 0 [867] -2014-01-12 08:27:21 queue INFO >>0 [868] -2014-01-12 08:27:21 sendUrl INFO 0 [868] -2014-01-12 08:28:11 queue INFO >>0 [869] -2014-01-12 08:28:11 sendUrl INFO 0 [869] -2014-01-12 08:29:01 queue INFO >>0 [870] -2014-01-12 08:29:02 sendUrl INFO 0 [870] -2014-01-12 08:29:51 queue INFO >>0 [871] -2014-01-12 08:29:52 sendUrl INFO 0 [871] -2014-01-12 08:30:41 queue INFO >>0 [872] -2014-01-12 08:30:42 sendUrl INFO 0 [872] -2014-01-12 08:31:32 queue INFO >>0 [873] -2014-01-12 08:31:32 sendUrl INFO 0 [873] -2014-01-12 08:32:22 queue INFO >>0 [874] -2014-01-12 08:32:22 sendUrl INFO 0 [874] -2014-01-12 08:33:12 queue INFO >>0 [875] -2014-01-12 08:33:12 sendUrl INFO 0 [875] -2014-01-12 08:34:02 queue INFO >>0 [876] -2014-01-12 08:34:02 sendUrl INFO 0 [876] -2014-01-12 08:34:52 queue INFO >>0 [877] -2014-01-12 08:34:52 sendUrl INFO 0 [877] -2014-01-12 08:35:42 queue INFO >>0 [878] -2014-01-12 08:35:43 sendUrl INFO 0 [878] -2014-01-12 08:36:32 queue INFO >>0 [879] -2014-01-12 08:36:33 sendUrl INFO 0 [879] -2014-01-12 08:37:23 queue INFO >>0 [880] -2014-01-12 08:37:23 sendUrl INFO 0 [880] -2014-01-12 08:38:13 queue INFO >>0 [881] -2014-01-12 08:38:13 sendUrl INFO 0 [881] -2014-01-12 08:39:03 queue INFO >>0 [882] -2014-01-12 08:39:03 sendUrl INFO 0 [882] -2014-01-12 08:39:53 queue INFO >>0 [883] -2014-01-12 08:39:53 sendUrl INFO 0 [883] -2014-01-12 08:40:43 queue INFO >>0 [884] -2014-01-12 08:40:44 sendUrl INFO 0 [884] -2014-01-12 08:41:33 queue INFO >>0 [885] -2014-01-12 08:41:33 sendUrl INFO 0 [885] -2014-01-12 08:42:24 queue INFO >>0 [886] -2014-01-12 08:42:24 sendUrl INFO 0 [886] -2014-01-12 08:43:14 queue INFO >>0 [887] -2014-01-12 08:43:14 sendUrl INFO 0 [887] -2014-01-12 08:44:04 queue INFO >>0 [888] -2014-01-12 08:44:04 sendUrl INFO 0 [888] -2014-01-12 08:44:54 queue INFO >>0 [889] -2014-01-12 08:44:54 sendUrl INFO 0 [889] -2014-01-12 08:45:44 queue INFO >>0 [890] -2014-01-12 08:45:45 sendUrl INFO 0 [890] -2014-01-12 08:46:34 queue INFO >>0 [891] -2014-01-12 08:46:34 sendUrl INFO 0 [891] -2014-01-12 08:47:24 queue INFO >>0 [892] -2014-01-12 08:47:25 sendUrl INFO 0 [892] -2014-01-12 08:48:15 queue INFO >>0 [893] -2014-01-12 08:48:15 sendUrl INFO 0 [893] -2014-01-12 08:49:05 queue INFO >>0 [894] -2014-01-12 08:49:05 sendUrl INFO 0 [894] -2014-01-12 08:49:55 queue INFO >>0 [895] -2014-01-12 08:49:55 sendUrl INFO 0 [895] -2014-01-12 08:50:45 queue INFO >>0 [896] -2014-01-12 08:50:46 sendUrl INFO 0 [896] -2014-01-12 08:51:35 queue INFO >>0 [897] -2014-01-12 08:51:35 sendUrl INFO 0 [897] -2014-01-12 08:52:25 queue INFO >>0 [898] -2014-01-12 08:52:26 sendUrl INFO 0 [898] -2014-01-12 08:53:16 queue INFO >>0 [899] -2014-01-12 08:53:16 sendUrl INFO 0 [899] -2014-01-12 08:54:06 queue INFO >>0 [900] -2014-01-12 08:54:06 sendUrl INFO 0 [900] -2014-01-12 08:54:56 queue INFO >>0 [901] -2014-01-12 08:54:56 sendUrl INFO 0 [901] -2014-01-12 08:55:46 queue INFO >>0 [902] -2014-01-12 08:55:46 sendUrl INFO 0 [902] -2014-01-12 08:56:36 queue INFO >>0 [903] -2014-01-12 08:56:36 sendUrl INFO 0 [903] -2014-01-12 08:57:26 queue INFO >>0 [904] -2014-01-12 08:57:27 sendUrl INFO 0 [904] -2014-01-12 08:58:16 queue INFO >>0 [905] -2014-01-12 08:58:17 sendUrl INFO 0 [905] -2014-01-12 08:59:07 queue INFO >>0 [906] -2014-01-12 08:59:07 sendUrl INFO 0 [906] -2014-01-12 08:59:57 queue INFO >>0 [907] -2014-01-12 08:59:57 sendUrl INFO 0 [907] -2014-01-12 09:00:47 queue INFO >>0 [908] -2014-01-12 09:00:47 sendUrl INFO 0 [908] -2014-01-12 09:01:37 queue INFO >>0 [909] -2014-01-12 09:01:37 sendUrl INFO 0 [909] -2014-01-12 09:02:27 queue INFO >>0 [910] -2014-01-12 09:02:28 sendUrl INFO 0 [910] -2014-01-12 09:03:17 queue INFO >>0 [911] -2014-01-12 09:03:18 sendUrl INFO 0 [911] -2014-01-12 09:04:08 queue INFO >>0 [912] -2014-01-12 09:04:08 sendUrl INFO 0 [912] -2014-01-12 09:04:58 queue INFO >>0 [913] -2014-01-12 09:04:58 sendUrl INFO 0 [913] -2014-01-12 09:05:48 queue INFO >>0 [914] -2014-01-12 09:05:48 sendUrl INFO 0 [914] -2014-01-12 09:06:38 queue INFO >>0 [915] -2014-01-12 09:06:38 sendUrl INFO 0 [915] -2014-01-12 09:07:28 queue INFO >>0 [916] -2014-01-12 09:07:28 sendUrl INFO 0 [916] -2014-01-12 09:08:18 queue INFO >>0 [917] -2014-01-12 09:08:19 sendUrl INFO 0 [917] -2014-01-12 09:09:08 queue INFO >>0 [918] -2014-01-12 09:09:09 sendUrl INFO 0 [918] -2014-01-12 09:09:59 queue INFO >>0 [919] -2014-01-12 09:09:59 sendUrl INFO 0 [919] -2014-01-12 09:10:49 queue INFO >>0 [920] -2014-01-12 09:10:49 sendUrl INFO 0 [920] -2014-01-12 09:11:39 queue INFO >>0 [921] -2014-01-12 09:11:39 sendUrl INFO 0 [921] -2014-01-12 09:12:29 queue INFO >>0 [922] -2014-01-12 09:12:29 sendUrl INFO 0 [922] -2014-01-12 09:13:19 queue INFO >>0 [923] -2014-01-12 09:13:20 sendUrl INFO 0 [923] -2014-01-12 09:14:09 queue INFO >>0 [924] -2014-01-12 09:14:10 sendUrl INFO 0 [924] -2014-01-12 09:15:00 queue INFO >>0 [925] -2014-01-12 09:15:00 sendUrl INFO 0 [925] -2014-01-12 09:15:50 queue INFO >>0 [926] -2014-01-12 09:15:50 sendUrl INFO 0 [926] -2014-01-12 09:16:40 queue INFO >>0 [927] -2014-01-12 09:16:40 sendUrl INFO 0 [927] -2014-01-12 09:17:30 queue INFO >>0 [928] -2014-01-12 09:17:30 sendUrl INFO 0 [928] -2014-01-12 09:18:20 queue INFO >>0 [929] -2014-01-12 09:18:21 sendUrl INFO 0 [929] -2014-01-12 09:19:10 queue INFO >>0 [930] -2014-01-12 09:19:10 sendUrl INFO 0 [930] -2014-01-12 09:20:00 queue INFO >>0 [931] -2014-01-12 09:20:01 sendUrl INFO 0 [931] -2014-01-12 09:20:51 queue INFO >>0 [932] -2014-01-12 09:20:51 sendUrl INFO 0 [932] -2014-01-12 09:21:41 queue INFO >>0 [933] -2014-01-12 09:21:41 sendUrl INFO 0 [933] -2014-01-12 09:22:31 queue INFO >>0 [934] -2014-01-12 09:22:31 sendUrl INFO 0 [934] -2014-01-12 09:23:21 queue INFO >>0 [935] -2014-01-12 09:23:22 sendUrl INFO 0 [935] -2014-01-12 09:24:11 queue INFO >>0 [936] -2014-01-12 09:24:11 sendUrl INFO 0 [936] -2014-01-12 09:25:01 queue INFO >>0 [937] -2014-01-12 09:25:02 sendUrl INFO 0 [937] -2014-01-12 09:25:52 queue INFO >>0 [938] -2014-01-12 09:25:52 sendUrl INFO 0 [938] -2014-01-12 09:26:42 queue INFO >>0 [939] -2014-01-12 09:26:42 sendUrl INFO 0 [939] -2014-01-12 09:27:32 queue INFO >>0 [940] -2014-01-12 09:27:32 sendUrl INFO 0 [940] -2014-01-12 09:28:22 queue INFO >>0 [941] -2014-01-12 09:28:22 sendUrl INFO 0 [941] -2014-01-12 09:29:12 queue INFO >>0 [942] -2014-01-12 09:29:12 sendUrl INFO 0 [942] -2014-01-12 09:30:02 queue INFO >>0 [943] -2014-01-12 09:30:03 sendUrl INFO 0 [943] -2014-01-12 09:30:52 queue INFO >>0 [944] -2014-01-12 09:30:53 sendUrl INFO 0 [944] -2014-01-12 09:31:43 queue INFO >>0 [945] -2014-01-12 09:31:43 sendUrl INFO 0 [945] -2014-01-12 09:32:33 queue INFO >>0 [946] -2014-01-12 09:32:33 sendUrl INFO 0 [946] -2014-01-12 09:33:23 queue INFO >>0 [947] -2014-01-12 09:33:23 sendUrl INFO 0 [947] -2014-01-12 09:34:13 queue INFO >>0 [948] -2014-01-12 09:34:13 sendUrl INFO 0 [948] -2014-01-12 09:35:03 queue INFO >>0 [949] -2014-01-12 09:35:04 sendUrl INFO 0 [949] -2014-01-12 09:35:53 queue INFO >>0 [950] -2014-01-12 09:35:54 sendUrl INFO 0 [950] -2014-01-12 09:36:44 queue INFO >>0 [951] -2014-01-12 09:36:44 sendUrl INFO 0 [951] -2014-01-12 09:37:34 queue INFO >>0 [952] -2014-01-12 09:37:34 sendUrl INFO 0 [952] -2014-01-12 09:38:24 queue INFO >>0 [953] -2014-01-12 09:38:24 sendUrl INFO 0 [953] -2014-01-12 09:39:14 queue INFO >>0 [954] -2014-01-12 09:39:14 sendUrl INFO 0 [954] -2014-01-12 09:40:04 queue INFO >>0 [955] -2014-01-12 09:40:04 sendUrl INFO 0 [955] -2014-01-12 09:40:54 queue INFO >>0 [956] -2014-01-12 09:40:55 sendUrl INFO 0 [956] -2014-01-12 09:41:44 queue INFO >>0 [957] -2014-01-12 09:41:45 sendUrl INFO 0 [957] -2014-01-12 09:42:35 queue INFO >>0 [958] -2014-01-12 09:42:35 sendUrl INFO 0 [958] -2014-01-12 09:43:25 queue INFO >>0 [959] -2014-01-12 09:43:25 sendUrl INFO 0 [959] -2014-01-12 09:44:15 queue INFO >>0 [960] -2014-01-12 09:44:15 sendUrl INFO 0 [960] -2014-01-12 09:45:05 queue INFO >>0 [961] -2014-01-12 09:45:05 sendUrl INFO 0 [961] -2014-01-12 09:45:55 queue INFO >>0 [962] -2014-01-12 09:45:56 sendUrl INFO 0 [962] -2014-01-12 09:46:45 queue INFO >>0 [963] -2014-01-12 09:46:46 sendUrl INFO 0 [963] -2014-01-12 09:47:36 queue INFO >>0 [964] -2014-01-12 09:47:36 sendUrl INFO 0 [964] -2014-01-12 09:48:26 queue INFO >>0 [965] -2014-01-12 09:48:26 sendUrl INFO 0 [965] -2014-01-12 09:49:16 queue INFO >>0 [966] -2014-01-12 09:49:16 sendUrl INFO 0 [966] -2014-01-12 09:50:06 queue INFO >>0 [967] -2014-01-12 09:50:06 sendUrl INFO 0 [967] -2014-01-12 09:50:56 queue INFO >>0 [968] -2014-01-12 09:50:57 sendUrl INFO 0 [968] -2014-01-12 09:51:46 queue INFO >>0 [969] -2014-01-12 09:51:46 sendUrl INFO 0 [969] -2014-01-12 09:52:36 queue INFO >>0 [970] -2014-01-12 09:52:37 sendUrl INFO 0 [970] -2014-01-12 09:53:27 queue INFO >>0 [971] -2014-01-12 09:53:27 sendUrl INFO 0 [971] -2014-01-12 09:54:17 queue INFO >>0 [972] -2014-01-12 09:54:17 sendUrl INFO 0 [972] -2014-01-12 09:55:07 queue INFO >>0 [973] -2014-01-12 09:55:07 sendUrl INFO 0 [973] -2014-01-12 09:55:57 queue INFO >>0 [974] -2014-01-12 09:55:58 sendUrl INFO 0 [974] -2014-01-12 09:56:47 queue INFO >>0 [975] -2014-01-12 09:56:47 sendUrl INFO 0 [975] -2014-01-12 09:57:37 queue INFO >>0 [976] -2014-01-12 09:57:38 sendUrl INFO 0 [976] -2014-01-12 09:58:28 queue INFO >>0 [977] -2014-01-12 09:58:28 sendUrl INFO 0 [977] -2014-01-12 09:59:18 queue INFO >>0 [978] -2014-01-12 09:59:18 sendUrl INFO 0 [978] -2014-01-12 10:00:08 queue INFO >>0 [979] -2014-01-12 10:00:08 sendUrl INFO 0 [979] -2014-01-12 10:00:58 queue INFO >>0 [980] -2014-01-12 10:00:59 sendUrl INFO 0 [980] -2014-01-12 10:01:48 queue INFO >>0 [981] -2014-01-12 10:01:48 sendUrl INFO 0 [981] -2014-01-12 10:02:38 queue INFO >>0 [982] -2014-01-12 10:02:39 sendUrl INFO 0 [982] -2014-01-12 10:03:28 queue INFO >>0 [983] -2014-01-12 10:03:29 sendUrl INFO 0 [983] -2014-01-12 10:04:19 queue INFO >>0 [984] -2014-01-12 10:04:19 sendUrl INFO 0 [984] -2014-01-12 10:05:09 queue INFO >>0 [985] -2014-01-12 10:05:09 sendUrl INFO 0 [985] -2014-01-12 10:05:59 queue INFO >>0 [986] -2014-01-12 10:05:59 sendUrl INFO 0 [986] -2014-01-12 10:06:49 queue INFO >>0 [987] -2014-01-12 10:06:49 sendUrl INFO 0 [987] -2014-01-12 10:07:39 queue INFO >>0 [988] -2014-01-12 10:07:40 sendUrl INFO 0 [988] -2014-01-12 10:08:29 queue INFO >>0 [989] -2014-01-12 10:08:30 sendUrl INFO 0 [989] -2014-01-12 10:09:20 queue INFO >>0 [990] -2014-01-12 10:09:20 sendUrl INFO 0 [990] -2014-01-12 10:10:10 queue INFO >>0 [991] -2014-01-12 10:10:10 sendUrl INFO 0 [991] -2014-01-12 10:11:00 queue INFO >>0 [992] -2014-01-12 10:11:00 sendUrl INFO 0 [992] -2014-01-12 10:11:50 queue INFO >>0 [993] -2014-01-12 10:11:50 sendUrl INFO 0 [993] -2014-01-12 10:12:40 queue INFO >>0 [994] -2014-01-12 10:12:41 sendUrl INFO 0 [994] -2014-01-12 10:13:30 queue INFO >>0 [995] -2014-01-12 10:13:31 sendUrl INFO 0 [995] -2014-01-12 10:14:20 queue INFO >>0 [996] -2014-01-12 10:14:21 sendUrl INFO 0 [996] -2014-01-12 10:15:11 queue INFO >>0 [997] -2014-01-12 10:15:11 sendUrl INFO 0 [997] -2014-01-12 10:16:01 queue INFO >>0 [998] -2014-01-12 10:16:01 sendUrl INFO 0 [998] -2014-01-12 10:16:51 queue INFO >>0 [999] -2014-01-12 10:16:51 sendUrl INFO 0 [999] -2014-01-12 10:17:41 queue INFO >>0 [0] -2014-01-12 10:17:41 sendUrl INFO 0 [0] -2014-01-12 10:18:31 queue INFO >>0 [1] -2014-01-12 10:18:32 sendUrl INFO 0 [1] -2014-01-12 10:19:21 queue INFO >>0 [2] -2014-01-12 10:19:21 sendUrl INFO 0 [2] -2014-01-12 10:20:11 queue INFO >>0 [3] -2014-01-12 10:20:12 sendUrl INFO 0 [3] -2014-01-12 10:21:01 queue INFO >>0 [4] -2014-01-12 10:21:02 sendUrl INFO 0 [4] -2014-01-12 10:21:52 queue INFO >>0 [5] -2014-01-12 10:21:52 sendUrl INFO 0 [5] -2014-01-12 10:22:42 queue INFO >>0 [6] -2014-01-12 10:22:42 sendUrl INFO 0 [6] -2014-01-12 10:23:32 queue INFO >>0 [7] -2014-01-12 10:23:33 sendUrl INFO 0 [7] -2014-01-12 10:24:22 queue INFO >>0 [8] -2014-01-12 10:24:22 sendUrl INFO 0 [8] -2014-01-12 10:25:12 queue INFO >>0 [9] -2014-01-12 10:25:13 sendUrl INFO 0 [9] -2014-01-12 10:26:02 queue INFO >>0 [10] -2014-01-12 10:26:03 sendUrl INFO 0 [10] -2014-01-12 10:26:53 queue INFO >>0 [11] -2014-01-12 10:26:53 sendUrl INFO 0 [11] -2014-01-12 10:27:43 queue INFO >>0 [12] -2014-01-12 10:27:43 sendUrl INFO 0 [12] -2014-01-12 10:28:33 queue INFO >>0 [13] -2014-01-12 10:28:33 sendUrl INFO 0 [13] -2014-01-12 10:29:23 queue INFO >>0 [14] -2014-01-12 10:29:23 sendUrl INFO 0 [14] -2014-01-12 10:30:13 queue INFO >>0 [15] -2014-01-12 10:30:14 sendUrl INFO 0 [15] -2014-01-12 10:31:03 queue INFO >>0 [16] -2014-01-12 10:31:04 sendUrl INFO 0 [16] -2014-01-12 10:31:53 queue INFO >>0 [17] -2014-01-12 10:31:54 sendUrl INFO 0 [17] -2014-01-12 10:32:44 queue INFO >>0 [18] -2014-01-12 10:32:44 sendUrl INFO 0 [18] -2014-01-12 10:33:34 queue INFO >>0 [19] -2014-01-12 10:33:34 sendUrl INFO 0 [19] -2014-01-12 10:34:24 queue INFO >>0 [20] -2014-01-12 10:34:24 sendUrl INFO 0 [20] -2014-01-12 10:35:14 queue INFO >>0 [21] -2014-01-12 10:35:14 sendUrl INFO 0 [21] -2014-01-12 10:36:04 queue INFO >>0 [22] -2014-01-12 10:36:05 sendUrl INFO 0 [22] -2014-01-12 10:36:54 queue INFO >>0 [23] -2014-01-12 10:36:54 sendUrl INFO 0 [23] -2014-01-12 10:37:44 queue INFO >>0 [24] -2014-01-12 10:37:45 sendUrl INFO 0 [24] -2014-01-12 10:38:35 queue INFO >>0 [25] -2014-01-12 10:38:35 sendUrl INFO 0 [25] -2014-01-12 10:39:25 queue INFO >>0 [26] -2014-01-12 10:39:25 sendUrl INFO 0 [26] -2014-01-12 10:40:15 queue INFO >>0 [27] -2014-01-12 10:40:15 sendUrl INFO 0 [27] -2014-01-12 10:41:05 queue INFO >>0 [28] -2014-01-12 10:41:06 sendUrl INFO 0 [28] -2014-01-12 10:41:55 queue INFO >>0 [29] -2014-01-12 10:41:55 sendUrl INFO 0 [29] -2014-01-12 10:42:45 queue INFO >>0 [30] -2014-01-12 10:42:46 sendUrl INFO 0 [30] -2014-01-12 10:43:35 queue INFO >>0 [31] -2014-01-12 10:43:36 sendUrl INFO 0 [31] -2014-01-12 10:44:26 queue INFO >>0 [32] -2014-01-12 10:44:26 sendUrl INFO 0 [32] -2014-01-12 10:45:16 queue INFO >>0 [33] -2014-01-12 10:45:16 sendUrl INFO 0 [33] -2014-01-12 10:46:06 queue INFO >>0 [34] -2014-01-12 10:46:06 sendUrl INFO 0 [34] -2014-01-12 10:46:56 queue INFO >>0 [35] -2014-01-12 10:46:56 sendUrl INFO 0 [35] -2014-01-12 10:47:46 queue INFO >>0 [36] -2014-01-12 10:47:46 sendUrl INFO 0 [36] -2014-01-12 10:48:36 queue INFO >>0 [37] -2014-01-12 10:48:37 sendUrl INFO 0 [37] -2014-01-12 10:49:26 queue INFO >>0 [38] -2014-01-12 10:49:27 sendUrl INFO 0 [38] -2014-01-12 10:50:16 queue INFO >>0 [39] -2014-01-12 10:50:17 sendUrl INFO 0 [39] -2014-01-12 10:51:07 queue INFO >>0 [40] -2014-01-12 10:51:07 sendUrl INFO 0 [40] -2014-01-12 10:51:57 queue INFO >>0 [41] -2014-01-12 10:51:57 sendUrl INFO 0 [41] -2014-01-12 10:52:47 queue INFO >>0 [42] -2014-01-12 10:52:47 sendUrl INFO 0 [42] -2014-01-12 10:53:37 queue INFO >>0 [43] -2014-01-12 10:53:37 sendUrl INFO 0 [43] -2014-01-12 10:54:27 queue INFO >>0 [44] -2014-01-12 10:54:27 sendUrl INFO 0 [44] -2014-01-12 10:55:17 queue INFO >>0 [45] -2014-01-12 10:55:18 sendUrl INFO 0 [45] -2014-01-12 10:56:08 queue INFO >>0 [46] -2014-01-12 10:56:08 sendUrl INFO 0 [46] -2014-01-12 10:56:58 queue INFO >>0 [47] -2014-01-12 10:56:58 sendUrl INFO 0 [47] -2014-01-12 10:57:48 queue INFO >>0 [48] -2014-01-12 10:57:48 sendUrl INFO 0 [48] -2014-01-12 10:58:38 queue INFO >>0 [49] -2014-01-12 10:58:38 sendUrl INFO 0 [49] -2014-01-12 10:59:28 queue INFO >>0 [50] -2014-01-12 10:59:28 sendUrl INFO 0 [50] -2014-01-12 11:00:18 queue INFO >>0 [51] -2014-01-12 11:00:19 sendUrl INFO 0 [51] -2014-01-12 11:01:08 queue INFO >>0 [52] -2014-01-12 11:01:08 sendUrl INFO 0 [52] -2014-01-12 11:01:58 queue INFO >>0 [53] -2014-01-12 11:01:59 sendUrl INFO 0 [53] -2014-01-12 11:02:49 queue INFO >>0 [54] -2014-01-12 11:02:49 sendUrl INFO 0 [54] -2014-01-12 11:03:39 queue INFO >>0 [55] -2014-01-12 11:03:39 sendUrl INFO 0 [55] -2014-01-12 11:04:29 queue INFO >>0 [56] -2014-01-12 11:04:29 sendUrl INFO 0 [56] -2014-01-12 11:05:19 queue INFO >>0 [57] -2014-01-12 11:05:19 sendUrl INFO 0 [57] -2014-01-12 11:06:09 queue INFO >>0 [58] -2014-01-12 11:06:09 sendUrl INFO 0 [58] -2014-01-12 11:06:59 queue INFO >>0 [59] -2014-01-12 11:07:00 sendUrl INFO 0 [59] -2014-01-12 11:07:49 queue INFO >>0 [60] -2014-01-12 11:07:50 sendUrl INFO 0 [60] -2014-01-12 11:08:40 queue INFO >>0 [61] -2014-01-12 11:08:40 sendUrl INFO 0 [61] -2014-01-12 11:09:30 queue INFO >>0 [62] -2014-01-12 11:09:30 sendUrl INFO 0 [62] -2014-01-12 11:10:20 queue INFO >>0 [63] -2014-01-12 11:10:20 sendUrl INFO 0 [63] -2014-01-12 11:11:10 queue INFO >>0 [64] -2014-01-12 11:11:10 sendUrl INFO 0 [64] -2014-01-12 11:12:00 queue INFO >>0 [65] -2014-01-12 11:12:01 sendUrl INFO 0 [65] -2014-01-12 11:12:50 queue INFO >>0 [66] -2014-01-12 11:12:51 sendUrl INFO 0 [66] -2014-01-12 11:13:41 queue INFO >>0 [67] -2014-01-12 11:13:41 sendUrl INFO 0 [67] -2014-01-12 11:14:31 queue INFO >>0 [68] -2014-01-12 11:14:31 sendUrl INFO 0 [68] -2014-01-12 11:15:21 queue INFO >>0 [69] -2014-01-12 11:15:21 sendUrl INFO 0 [69] -2014-01-12 11:16:11 queue INFO >>0 [70] -2014-01-12 11:16:11 sendUrl INFO 0 [70] -2014-01-12 11:17:01 queue INFO >>0 [71] -2014-01-12 11:17:01 sendUrl INFO 0 [71] -2014-01-12 11:17:51 queue INFO >>0 [72] -2014-01-12 11:17:52 sendUrl INFO 0 [72] -2014-01-12 11:18:41 queue INFO >>0 [73] -2014-01-12 11:18:42 sendUrl INFO 0 [73] -2014-01-12 11:19:32 queue INFO >>0 [74] -2014-01-12 11:19:32 sendUrl INFO 0 [74] -2014-01-12 11:20:22 queue INFO >>0 [75] -2014-01-12 11:20:22 sendUrl INFO 0 [75] -2014-01-12 11:21:12 queue INFO >>0 [76] -2014-01-12 11:21:12 sendUrl INFO 0 [76] -2014-01-12 11:22:02 queue INFO >>0 [77] -2014-01-12 11:22:02 sendUrl INFO 0 [77] -2014-01-12 11:22:52 queue INFO >>0 [78] -2014-01-12 11:22:53 sendUrl INFO 0 [78] -2014-01-12 11:23:42 queue INFO >>0 [79] -2014-01-12 11:23:43 sendUrl INFO 0 [79] -2014-01-12 11:24:33 queue INFO >>0 [80] -2014-01-12 11:24:33 sendUrl INFO 0 [80] -2014-01-12 11:25:23 queue INFO >>0 [81] -2014-01-12 11:25:23 sendUrl INFO 0 [81] -2014-01-12 11:26:13 queue INFO >>0 [82] -2014-01-12 11:26:13 sendUrl INFO 0 [82] -2014-01-12 11:27:03 queue INFO >>0 [83] -2014-01-12 11:27:03 sendUrl INFO 0 [83] -2014-01-12 11:27:53 queue INFO >>0 [84] -2014-01-12 11:27:54 sendUrl INFO 0 [84] -2014-01-12 11:28:43 queue INFO >>0 [85] -2014-01-12 11:28:43 sendUrl INFO 0 [85] -2014-01-12 11:29:33 queue INFO >>0 [86] -2014-01-12 11:29:34 sendUrl INFO 0 [86] -2014-01-12 11:30:23 queue INFO >>0 [87] -2014-01-12 11:30:24 sendUrl INFO 0 [87] -2014-01-12 11:31:14 queue INFO >>0 [88] -2014-01-12 11:31:14 sendUrl INFO 0 [88] -2014-01-12 11:32:04 queue INFO >>0 [89] -2014-01-12 11:32:04 sendUrl INFO 0 [89] -2014-01-12 11:32:54 queue INFO >>0 [90] -2014-01-12 11:32:54 sendUrl INFO 0 [90] -2014-01-12 11:33:44 queue INFO >>0 [91] -2014-01-12 11:33:44 sendUrl INFO 0 [91] -2014-01-12 11:34:34 queue INFO >>0 [92] -2014-01-12 11:34:34 sendUrl INFO 0 [92] -2014-01-12 11:35:24 queue INFO >>0 [93] -2014-01-12 11:35:25 sendUrl INFO 0 [93] -2014-01-12 11:36:14 queue INFO >>0 [94] -2014-01-12 11:36:15 sendUrl INFO 0 [94] -2014-01-12 11:37:05 queue INFO >>0 [95] -2014-01-12 11:37:05 sendUrl INFO 0 [95] -2014-01-12 11:37:55 queue INFO >>0 [96] -2014-01-12 11:37:55 sendUrl INFO 0 [96] -2014-01-12 11:38:45 queue INFO >>0 [97] -2014-01-12 11:38:45 sendUrl INFO 0 [97] -2014-01-12 11:39:35 queue INFO >>0 [98] -2014-01-12 11:39:35 sendUrl INFO 0 [98] -2014-01-12 11:40:25 queue INFO >>0 [99] -2014-01-12 11:40:26 sendUrl INFO 0 [99] -2014-01-12 11:41:15 queue INFO >>0 [100] -2014-01-12 11:41:15 sendUrl INFO 0 [100] -2014-01-12 11:42:05 queue INFO >>0 [101] -2014-01-12 11:42:06 sendUrl INFO 0 [101] -2014-01-12 11:42:56 queue INFO >>0 [102] -2014-01-12 11:42:56 sendUrl INFO 0 [102] -2014-01-12 11:43:46 queue INFO >>0 [103] -2014-01-12 11:43:46 sendUrl INFO 0 [103] -2014-01-12 11:44:36 queue INFO >>0 [104] -2014-01-12 11:44:36 sendUrl INFO 0 [104] -2014-01-12 11:45:26 queue INFO >>0 [105] -2014-01-12 11:45:27 sendUrl INFO 0 [105] -2014-01-12 11:46:16 queue INFO >>0 [106] -2014-01-12 11:46:16 sendUrl INFO 0 [106] -2014-01-12 11:47:06 queue INFO >>0 [107] -2014-01-12 11:47:07 sendUrl INFO 0 [107] -2014-01-12 11:47:56 queue INFO >>0 [108] -2014-01-12 11:47:57 sendUrl INFO 0 [108] -2014-01-12 11:48:47 queue INFO >>0 [109] -2014-01-12 11:48:47 sendUrl INFO 0 [109] -2014-01-12 11:49:37 queue INFO >>0 [110] -2014-01-12 11:49:37 sendUrl INFO 0 [110] -2014-01-12 11:50:27 queue INFO >>0 [111] -2014-01-12 11:50:27 sendUrl INFO 0 [111] -2014-01-12 11:51:17 queue INFO >>0 [112] -2014-01-12 11:51:17 sendUrl INFO 0 [112] -2014-01-12 11:52:07 queue INFO >>0 [113] -2014-01-12 11:52:08 sendUrl INFO 0 [113] -2014-01-12 11:52:57 queue INFO >>0 [114] -2014-01-12 11:52:58 sendUrl INFO 0 [114] -2014-01-12 11:53:48 queue INFO >>0 [115] -2014-01-12 11:53:48 sendUrl INFO 0 [115] -2014-01-12 11:54:38 queue INFO >>0 [116] -2014-01-12 11:54:38 sendUrl INFO 0 [116] -2014-01-12 11:55:28 queue INFO >>0 [117] -2014-01-12 11:55:28 sendUrl INFO 0 [117] -2014-01-12 11:56:18 queue INFO >>0 [118] -2014-01-12 11:56:18 sendUrl INFO 0 [118] -2014-01-12 11:57:08 queue INFO >>0 [119] -2014-01-12 11:57:08 sendUrl INFO 0 [119] -2014-01-12 11:57:58 queue INFO >>0 [120] -2014-01-12 11:57:59 sendUrl INFO 0 [120] -2014-01-12 11:58:48 queue INFO >>0 [121] -2014-01-12 11:58:49 sendUrl INFO 0 [121] -2014-01-12 11:59:38 queue INFO >>0 [122] -2014-01-12 11:59:39 sendUrl INFO 0 [122] -2014-01-12 12:00:29 queue INFO >>0 [123] -2014-01-12 12:00:29 sendUrl INFO 0 [123] -2014-01-12 12:01:19 queue INFO >>0 [124] -2014-01-12 12:01:19 sendUrl INFO 0 [124] -2014-01-12 12:02:09 queue INFO >>0 [125] -2014-01-12 12:02:09 sendUrl INFO 0 [125] -2014-01-12 12:02:59 queue INFO >>0 [126] -2014-01-12 12:03:00 sendUrl INFO 0 [126] -2014-01-12 12:03:49 queue INFO >>0 [127] -2014-01-12 12:03:49 sendUrl INFO 0 [127] -2014-01-12 12:04:39 queue INFO >>0 [128] -2014-01-12 12:04:40 sendUrl INFO 0 [128] -2014-01-12 12:05:30 queue INFO >>0 [129] -2014-01-12 12:05:30 sendUrl INFO 0 [129] -2014-01-12 12:06:20 queue INFO >>0 [130] -2014-01-12 12:06:20 sendUrl INFO 0 [130] -2014-01-12 12:07:10 queue INFO >>0 [131] -2014-01-12 12:07:10 sendUrl INFO 0 [131] -2014-01-12 12:08:00 queue INFO >>0 [132] -2014-01-12 12:08:01 sendUrl INFO 0 [132] -2014-01-12 12:08:50 queue INFO >>0 [133] -2014-01-12 12:08:50 sendUrl INFO 0 [133] -2014-01-12 12:09:40 queue INFO >>0 [134] -2014-01-12 12:09:41 sendUrl INFO 0 [134] -2014-01-12 12:10:30 queue INFO >>0 [135] -2014-01-12 12:10:31 sendUrl INFO 0 [135] -2014-01-12 12:11:21 queue INFO >>0 [136] -2014-01-12 12:11:21 sendUrl INFO 0 [136] -2014-01-12 12:12:11 queue INFO >>0 [137] -2014-01-12 12:12:11 sendUrl INFO 0 [137] -2014-01-12 12:13:01 queue INFO >>0 [138] -2014-01-12 12:13:01 sendUrl INFO 0 [138] -2014-01-12 12:13:51 queue INFO >>0 [139] -2014-01-12 12:13:51 sendUrl INFO 0 [139] -2014-01-12 12:14:41 queue INFO >>0 [140] -2014-01-12 12:14:42 sendUrl INFO 0 [140] -2014-01-12 12:15:31 queue INFO >>0 [141] -2014-01-12 12:15:31 sendUrl INFO 0 [141] -2014-01-12 12:16:22 queue INFO >>0 [142] -2014-01-12 12:16:22 sendUrl INFO 0 [142] -2014-01-12 12:17:12 queue INFO >>0 [143] -2014-01-12 12:17:12 sendUrl INFO 0 [143] -2014-01-12 12:18:02 queue INFO >>0 [144] -2014-01-12 12:18:02 sendUrl INFO 0 [144] -2014-01-12 12:18:52 queue INFO >>0 [145] -2014-01-12 12:18:52 sendUrl INFO 0 [145] -2014-01-12 12:19:42 queue INFO >>0 [146] -2014-01-12 12:19:43 sendUrl INFO 0 [146] -2014-01-12 12:20:32 queue INFO >>0 [147] -2014-01-12 12:20:32 sendUrl INFO 0 [147] -2014-01-12 12:21:22 queue INFO >>0 [148] -2014-01-12 12:21:23 sendUrl INFO 0 [148] -2014-01-12 12:22:13 queue INFO >>0 [149] -2014-01-12 12:22:13 sendUrl INFO 0 [149] -2014-01-12 12:23:03 queue INFO >>0 [150] -2014-01-12 12:23:03 sendUrl INFO 0 [150] -2014-01-12 12:23:53 queue INFO >>0 [151] -2014-01-12 12:23:53 sendUrl INFO 0 [151] -2014-01-12 12:24:43 queue INFO >>0 [152] -2014-01-12 12:24:43 sendUrl INFO 0 [152] -2014-01-12 12:25:33 queue INFO >>0 [153] -2014-01-12 12:25:33 sendUrl INFO 0 [153] -2014-01-12 12:26:23 queue INFO >>0 [154] -2014-01-12 12:26:24 sendUrl INFO 0 [154] -2014-01-12 12:27:14 queue INFO >>0 [155] -2014-01-12 12:27:14 sendUrl INFO 0 [155] -2014-01-12 12:28:04 queue INFO >>0 [156] -2014-01-12 12:28:04 sendUrl INFO 0 [156] -2014-01-12 12:28:54 queue INFO >>0 [157] -2014-01-12 12:28:54 sendUrl INFO 0 [157] -2014-01-12 12:29:44 queue INFO >>0 [158] -2014-01-12 12:29:44 sendUrl INFO 0 [158] -2014-01-12 12:30:34 queue INFO >>0 [159] -2014-01-12 12:30:34 sendUrl INFO 0 [159] -2014-01-12 12:31:24 queue INFO >>0 [160] -2014-01-12 12:31:25 sendUrl INFO 0 [160] -2014-01-12 12:32:14 queue INFO >>0 [161] -2014-01-12 12:32:15 sendUrl INFO 0 [161] -2014-01-12 12:33:05 queue INFO >>0 [162] -2014-01-12 12:33:05 sendUrl INFO 0 [162] -2014-01-12 12:33:55 queue INFO >>0 [163] -2014-01-12 12:33:55 sendUrl INFO 0 [163] -2014-01-12 12:34:45 queue INFO >>0 [164] -2014-01-12 12:34:45 sendUrl INFO 0 [164] -2014-01-12 12:35:35 queue INFO >>0 [165] -2014-01-12 12:35:35 sendUrl INFO 0 [165] -2014-01-12 12:36:25 queue INFO >>0 [166] -2014-01-12 12:36:25 sendUrl INFO 0 [166] -2014-01-12 12:37:15 queue INFO >>0 [167] -2014-01-12 12:37:16 sendUrl INFO 0 [167] -2014-01-12 12:38:05 queue INFO >>0 [168] -2014-01-12 12:38:06 sendUrl INFO 0 [168] -2014-01-12 12:38:56 queue INFO >>0 [169] -2014-01-12 12:38:56 sendUrl INFO 0 [169] -2014-01-12 12:39:46 queue INFO >>0 [170] -2014-01-12 12:39:46 sendUrl INFO 0 [170] -2014-01-12 12:40:36 queue INFO >>0 [171] -2014-01-12 12:40:36 sendUrl INFO 0 [171] -2014-01-12 12:41:26 queue INFO >>0 [172] -2014-01-12 12:41:26 sendUrl INFO 0 [172] -2014-01-12 12:42:16 queue INFO >>0 [173] -2014-01-12 12:42:17 sendUrl INFO 0 [173] -2014-01-12 12:43:06 queue INFO >>0 [174] -2014-01-12 12:43:06 sendUrl INFO 0 [174] -2014-01-12 12:43:56 queue INFO >>0 [175] -2014-01-12 12:43:57 sendUrl INFO 0 [175] -2014-01-12 12:44:47 queue INFO >>0 [176] -2014-01-12 12:44:47 sendUrl INFO 0 [176] -2014-01-12 12:45:37 queue INFO >>0 [177] -2014-01-12 12:45:37 sendUrl INFO 0 [177] -2014-01-12 12:46:27 queue INFO >>0 [178] -2014-01-12 12:46:27 sendUrl INFO 0 [178] -2014-01-12 12:47:17 queue INFO >>0 [179] -2014-01-12 12:47:17 sendUrl INFO 0 [179] -2014-01-12 12:48:07 queue INFO >>0 [180] -2014-01-12 12:48:07 sendUrl INFO 0 [180] -2014-01-12 12:48:57 queue INFO >>0 [181] -2014-01-12 12:48:58 sendUrl INFO 0 [181] -2014-01-12 12:49:47 queue INFO >>0 [182] -2014-01-12 12:49:48 sendUrl INFO 0 [182] -2014-01-12 12:50:38 queue INFO >>0 [183] -2014-01-12 12:50:38 sendUrl INFO 0 [183] -2014-01-12 12:51:28 queue INFO >>0 [184] -2014-01-12 12:51:28 sendUrl INFO 0 [184] -2014-01-12 12:52:18 queue INFO >>0 [185] -2014-01-12 12:52:18 sendUrl INFO 0 [185] -2014-01-12 12:53:08 queue INFO >>0 [186] -2014-01-12 12:53:08 sendUrl INFO 0 [186] -2014-01-12 12:53:58 queue INFO >>0 [187] -2014-01-12 12:53:59 sendUrl INFO 0 [187] -2014-01-12 12:54:48 queue INFO >>0 [188] -2014-01-12 12:54:49 sendUrl INFO 0 [188] -2014-01-12 12:55:39 queue INFO >>0 [189] -2014-01-12 12:55:39 sendUrl INFO 0 [189] -2014-01-12 12:56:29 queue INFO >>0 [190] -2014-01-12 12:56:29 sendUrl INFO 0 [190] -2014-01-12 12:57:19 queue INFO >>0 [191] -2014-01-12 12:57:19 sendUrl INFO 0 [191] -2014-01-12 12:58:09 queue INFO >>0 [192] -2014-01-12 12:58:09 sendUrl INFO 0 [192] -2014-01-12 12:58:59 queue INFO >>0 [193] -2014-01-12 12:58:59 sendUrl INFO 0 [193] -2014-01-12 12:59:49 queue INFO >>0 [194] -2014-01-12 12:59:50 sendUrl INFO 0 [194] -2014-01-12 13:00:39 queue INFO >>0 [195] -2014-01-12 13:00:40 sendUrl INFO 0 [195] -2014-01-12 13:01:30 queue INFO >>0 [196] -2014-01-12 13:01:30 sendUrl INFO 0 [196] -2014-01-12 13:02:20 queue INFO >>0 [197] -2014-01-12 13:02:20 sendUrl INFO 0 [197] -2014-01-12 13:03:10 queue INFO >>0 [198] -2014-01-12 13:03:10 sendUrl INFO 0 [198] -2014-01-12 13:04:00 queue INFO >>0 [199] -2014-01-12 13:04:00 sendUrl INFO 0 [199] -2014-01-12 13:04:50 queue INFO >>0 [200] -2014-01-12 13:04:51 sendUrl INFO 0 [200] -2014-01-12 13:05:40 queue INFO >>0 [201] -2014-01-12 13:05:41 sendUrl INFO 0 [201] -2014-01-12 13:06:30 queue INFO >>0 [202] -2014-01-12 13:06:31 sendUrl INFO 0 [202] -2014-01-12 13:07:21 queue INFO >>0 [203] -2014-01-12 13:07:21 sendUrl INFO 0 [203] -2014-01-12 13:08:11 queue INFO >>0 [204] -2014-01-12 13:08:11 sendUrl INFO 0 [204] -2014-01-12 13:09:01 queue INFO >>0 [205] -2014-01-12 13:09:01 sendUrl INFO 0 [205] -2014-01-12 13:09:51 queue INFO >>0 [206] -2014-01-12 13:09:51 sendUrl INFO 0 [206] -2014-01-12 13:10:41 queue INFO >>0 [207] -2014-01-12 13:10:41 sendUrl INFO 0 [207] -2014-01-12 13:11:31 queue INFO >>0 [208] -2014-01-12 13:11:32 sendUrl INFO 0 [208] -2014-01-12 13:12:21 queue INFO >>0 [209] -2014-01-12 13:12:22 sendUrl INFO 0 [209] -2014-01-12 13:13:12 queue INFO >>0 [210] -2014-01-12 13:13:12 sendUrl INFO 0 [210] -2014-01-12 13:14:02 queue INFO >>0 [211] -2014-01-12 13:14:02 sendUrl INFO 0 [211] -2014-01-12 13:14:52 queue INFO >>0 [212] -2014-01-12 13:14:52 sendUrl INFO 0 [212] -2014-01-12 13:15:42 queue INFO >>0 [213] -2014-01-12 13:15:42 sendUrl INFO 0 [213] -2014-01-12 13:16:32 queue INFO >>0 [214] -2014-01-12 13:16:33 sendUrl INFO 0 [214] -2014-01-12 13:17:22 queue INFO >>0 [215] -2014-01-12 13:17:23 sendUrl INFO 0 [215] -2014-01-12 13:18:12 queue INFO >>0 [216] -2014-01-12 13:18:13 sendUrl INFO 0 [216] -2014-01-12 13:19:03 queue INFO >>0 [217] -2014-01-12 13:19:03 sendUrl INFO 0 [217] -2014-01-12 13:19:53 queue INFO >>0 [218] -2014-01-12 13:19:53 sendUrl INFO 0 [218] -2014-01-12 13:20:43 queue INFO >>0 [219] -2014-01-12 13:20:43 sendUrl INFO 0 [219] -2014-01-12 13:21:33 queue INFO >>0 [220] -2014-01-12 13:21:33 sendUrl INFO 0 [220] -2014-01-12 13:22:23 queue INFO >>0 [221] -2014-01-12 13:22:24 sendUrl INFO 0 [221] -2014-01-12 13:23:13 queue INFO >>0 [222] -2014-01-12 13:23:13 sendUrl INFO 0 [222] -2014-01-12 13:24:03 queue INFO >>0 [223] -2014-01-12 13:24:04 sendUrl INFO 0 [223] -2014-01-12 13:24:54 queue INFO >>0 [224] -2014-01-12 13:24:54 sendUrl INFO 0 [224] -2014-01-12 13:25:44 queue INFO >>0 [225] -2014-01-12 13:25:44 sendUrl INFO 0 [225] -2014-01-12 13:26:34 queue INFO >>0 [226] -2014-01-12 13:26:34 sendUrl INFO 0 [226] -2014-01-12 13:27:24 queue INFO >>0 [227] -2014-01-12 13:27:25 sendUrl INFO 0 [227] -2014-01-12 13:28:14 queue INFO >>0 [228] -2014-01-12 13:28:14 sendUrl INFO 0 [228] -2014-01-12 13:29:04 queue INFO >>0 [229] -2014-01-12 13:29:05 sendUrl INFO 0 [229] -2014-01-12 13:29:54 queue INFO >>0 [230] -2014-01-12 13:29:55 sendUrl INFO 0 [230] -2014-01-12 13:30:45 queue INFO >>0 [231] -2014-01-12 13:30:45 sendUrl INFO 0 [231] -2014-01-12 13:31:35 queue INFO >>0 [232] -2014-01-12 13:31:35 sendUrl INFO 0 [232] -2014-01-12 13:32:25 queue INFO >>0 [233] -2014-01-12 13:32:25 sendUrl INFO 0 [233] -2014-01-12 13:33:15 queue INFO >>0 [234] -2014-01-12 13:33:15 sendUrl INFO 0 [234] -2014-01-12 13:34:05 queue INFO >>0 [235] -2014-01-12 13:34:06 sendUrl INFO 0 [235] -2014-01-12 13:34:55 queue INFO >>0 [236] -2014-01-12 13:34:56 sendUrl INFO 0 [236] -2014-01-12 13:35:45 queue INFO >>0 [237] -2014-01-12 13:35:46 sendUrl INFO 0 [237] -2014-01-12 13:36:36 queue INFO >>0 [238] -2014-01-12 13:36:36 sendUrl INFO 0 [238] -2014-01-12 13:37:26 queue INFO >>0 [239] -2014-01-12 13:37:26 sendUrl INFO 0 [239] -2014-01-12 13:38:16 queue INFO >>0 [240] -2014-01-12 13:38:16 sendUrl INFO 0 [240] -2014-01-12 13:39:06 queue INFO >>0 [241] -2014-01-12 13:39:06 sendUrl INFO 0 [241] -2014-01-12 13:39:56 queue INFO >>0 [242] -2014-01-12 13:39:57 sendUrl INFO 0 [242] -2014-01-12 13:40:46 queue INFO >>0 [243] -2014-01-12 13:40:46 sendUrl INFO 0 [243] -2014-01-12 13:41:36 queue INFO >>0 [244] -2014-01-12 13:41:37 sendUrl INFO 0 [244] -2014-01-12 13:42:27 queue INFO >>0 [245] -2014-01-12 13:42:27 sendUrl INFO 0 [245] -2014-01-12 13:43:17 queue INFO >>0 [246] -2014-01-12 13:43:17 sendUrl INFO 0 [246] -2014-01-12 13:44:07 queue INFO >>0 [247] -2014-01-12 13:44:07 sendUrl INFO 0 [247] -2014-01-12 13:44:57 queue INFO >>0 [248] -2014-01-12 13:44:58 sendUrl INFO 0 [248] -2014-01-12 13:45:47 queue INFO >>0 [249] -2014-01-12 13:45:47 sendUrl INFO 0 [249] -2014-01-12 13:46:37 queue INFO >>0 [250] -2014-01-12 13:46:38 sendUrl INFO 0 [250] -2014-01-12 13:47:27 queue INFO >>0 [251] -2014-01-12 13:47:28 sendUrl INFO 0 [251] -2014-01-12 13:48:18 queue INFO >>0 [252] -2014-01-12 13:48:18 sendUrl INFO 0 [252] -2014-01-12 13:49:08 queue INFO >>0 [253] -2014-01-12 13:49:08 sendUrl INFO 0 [253] -2014-01-12 13:49:58 queue INFO >>0 [254] -2014-01-12 13:49:58 sendUrl INFO 0 [254] -2014-01-12 13:50:48 queue INFO >>0 [255] -2014-01-12 13:50:48 sendUrl INFO 0 [255] -2014-01-12 13:51:38 queue INFO >>0 [256] -2014-01-12 13:51:39 sendUrl INFO 0 [256] -2014-01-12 13:52:28 queue INFO >>0 [257] -2014-01-12 13:52:29 sendUrl INFO 0 [257] -2014-01-12 13:53:18 queue INFO >>0 [258] -2014-01-12 13:53:19 sendUrl INFO 0 [258] -2014-01-12 13:54:09 queue INFO >>0 [259] -2014-01-12 13:54:09 sendUrl INFO 0 [259] -2014-01-12 13:54:59 queue INFO >>0 [260] -2014-01-12 13:54:59 sendUrl INFO 0 [260] -2014-01-12 13:55:49 queue INFO >>0 [261] -2014-01-12 13:55:49 sendUrl INFO 0 [261] -2014-01-12 13:56:39 queue INFO >>0 [262] -2014-01-12 13:56:39 sendUrl INFO 0 [262] -2014-01-12 13:57:29 queue INFO >>0 [263] -2014-01-12 13:57:30 sendUrl INFO 0 [263] -2014-01-12 13:58:19 queue INFO >>0 [264] -2014-01-12 13:58:19 sendUrl INFO 0 [264] -2014-01-12 13:59:09 queue INFO >>0 [265] -2014-01-12 13:59:10 sendUrl INFO 0 [265] -2014-01-12 14:00:00 queue INFO >>0 [266] -2014-01-12 14:00:00 sendUrl INFO 0 [266] -2014-01-12 14:00:50 queue INFO >>0 [267] -2014-01-12 14:00:50 sendUrl INFO 0 [267] -2014-01-12 14:01:40 queue INFO >>0 [268] -2014-01-12 14:01:40 sendUrl INFO 0 [268] -2014-01-12 14:02:30 queue INFO >>0 [269] -2014-01-12 14:02:30 sendUrl INFO 0 [269] -2014-01-12 14:03:20 queue INFO >>0 [270] -2014-01-12 14:03:20 sendUrl INFO 0 [270] -2014-01-12 14:04:10 queue INFO >>0 [271] -2014-01-12 14:04:11 sendUrl INFO 0 [271] -2014-01-12 14:05:00 queue INFO >>0 [272] -2014-01-12 14:05:01 sendUrl INFO 0 [272] -2014-01-12 14:05:50 queue INFO >>0 [273] -2014-01-12 14:05:51 sendUrl INFO 0 [273] -2014-01-12 14:06:41 queue INFO >>0 [274] -2014-01-12 14:06:41 sendUrl INFO 0 [274] -2014-01-12 14:07:31 queue INFO >>0 [275] -2014-01-12 14:07:31 sendUrl INFO 0 [275] -2014-01-12 14:08:21 queue INFO >>0 [276] -2014-01-12 14:08:21 sendUrl INFO 0 [276] -2014-01-12 14:09:11 queue INFO >>0 [277] -2014-01-12 14:09:11 sendUrl INFO 0 [277] -2014-01-12 14:10:01 queue INFO >>0 [278] -2014-01-12 14:10:02 sendUrl INFO 0 [278] -2014-01-12 14:10:51 queue INFO >>0 [279] -2014-01-12 14:10:52 sendUrl INFO 0 [279] -2014-01-12 14:11:41 queue INFO >>0 [280] -2014-01-12 14:11:42 sendUrl INFO 0 [280] -2014-01-12 14:12:32 queue INFO >>0 [281] -2014-01-12 14:12:32 sendUrl INFO 0 [281] -2014-01-12 14:13:22 queue INFO >>0 [282] -2014-01-12 14:13:22 sendUrl INFO 0 [282] -2014-01-12 14:14:12 queue INFO >>0 [283] -2014-01-12 14:14:12 sendUrl INFO 0 [283] -2014-01-12 14:15:02 queue INFO >>0 [284] -2014-01-12 14:15:03 sendUrl INFO 0 [284] -2014-01-12 14:15:52 queue INFO >>0 [285] -2014-01-12 14:15:52 sendUrl INFO 0 [285] -2014-01-12 14:16:42 queue INFO >>0 [286] -2014-01-12 14:16:43 sendUrl INFO 0 [286] -2014-01-12 14:17:32 queue INFO >>0 [287] -2014-01-12 14:17:33 sendUrl INFO 0 [287] -2014-01-12 14:18:23 queue INFO >>0 [288] -2014-01-12 14:18:23 sendUrl INFO 0 [288] -2014-01-12 14:19:13 queue INFO >>0 [289] -2014-01-12 14:19:13 sendUrl INFO 0 [289] -2014-01-12 14:20:03 queue INFO >>0 [290] -2014-01-12 14:20:03 sendUrl INFO 0 [290] -2014-01-12 14:20:53 queue INFO >>0 [291] -2014-01-12 14:20:53 sendUrl INFO 0 [291] -2014-01-12 14:21:43 queue INFO >>0 [292] -2014-01-12 14:21:44 sendUrl INFO 0 [292] -2014-01-12 14:22:33 queue INFO >>0 [293] -2014-01-12 14:22:34 sendUrl INFO 0 [293] -2014-01-12 14:23:24 queue INFO >>0 [294] -2014-01-12 14:23:24 sendUrl INFO 0 [294] -2014-01-12 14:24:14 queue INFO >>0 [295] -2014-01-12 14:24:14 sendUrl INFO 0 [295] -2014-01-12 14:25:04 queue INFO >>0 [296] -2014-01-12 14:25:04 sendUrl INFO 0 [296] -2014-01-12 14:25:54 queue INFO >>0 [297] -2014-01-12 14:25:54 sendUrl INFO 0 [297] -2014-01-12 14:26:44 queue INFO >>0 [298] -2014-01-12 14:26:45 sendUrl INFO 0 [298] -2014-01-12 14:27:34 queue INFO >>0 [299] -2014-01-12 14:27:35 sendUrl INFO 0 [299] -2014-01-12 14:28:24 queue INFO >>0 [300] -2014-01-12 14:28:25 sendUrl INFO 0 [300] -2014-01-12 14:29:15 queue INFO >>0 [301] -2014-01-12 14:29:15 sendUrl INFO 0 [301] -2014-01-12 14:30:05 queue INFO >>0 [302] -2014-01-12 14:30:05 sendUrl INFO 0 [302] -2014-01-12 14:30:55 queue INFO >>0 [303] -2014-01-12 14:30:55 sendUrl INFO 0 [303] -2014-01-12 14:31:45 queue INFO >>0 [304] -2014-01-12 14:31:45 sendUrl INFO 0 [304] -2014-01-12 14:32:35 queue INFO >>0 [305] -2014-01-12 14:32:36 sendUrl INFO 0 [305] -2014-01-12 14:33:25 queue INFO >>0 [306] -2014-01-12 14:33:25 sendUrl INFO 0 [306] -2014-01-12 14:34:15 queue INFO >>0 [307] -2014-01-12 14:34:16 sendUrl INFO 0 [307] -2014-01-12 14:35:05 queue INFO >>0 [308] -2014-01-12 14:35:06 sendUrl INFO 0 [308] -2014-01-12 14:35:56 queue INFO >>0 [309] -2014-01-12 14:35:56 sendUrl INFO 0 [309] -2014-01-12 14:36:46 queue INFO >>0 [310] -2014-01-12 14:36:46 sendUrl INFO 0 [310] -2014-01-12 14:37:36 queue INFO >>0 [311] -2014-01-12 14:37:36 sendUrl INFO 0 [311] -2014-01-12 14:38:26 queue INFO >>0 [312] -2014-01-12 14:38:26 sendUrl INFO 0 [312] -2014-01-12 14:39:16 queue INFO >>0 [313] -2014-01-12 14:39:17 sendUrl INFO 0 [313] -2014-01-12 14:40:06 queue INFO >>0 [314] -2014-01-12 14:40:07 sendUrl INFO 0 [314] -2014-01-12 14:40:57 queue INFO >>0 [315] -2014-01-12 14:40:57 sendUrl INFO 0 [315] -2014-01-12 14:41:47 queue INFO >>0 [316] -2014-01-12 14:41:47 sendUrl INFO 0 [316] -2014-01-12 14:42:37 queue INFO >>0 [317] -2014-01-12 14:42:37 sendUrl INFO 0 [317] -2014-01-12 14:43:27 queue INFO >>0 [318] -2014-01-12 14:43:27 sendUrl INFO 0 [318] -2014-01-12 14:44:17 queue INFO >>0 [319] -2014-01-12 14:44:18 sendUrl INFO 0 [319] -2014-01-12 14:45:07 queue INFO >>0 [320] -2014-01-12 14:45:08 sendUrl INFO 0 [320] -2014-01-12 14:45:57 queue INFO >>0 [321] -2014-01-12 14:45:58 sendUrl INFO 0 [321] -2014-01-12 14:46:47 queue INFO >>0 [322] -2014-01-12 14:46:48 sendUrl INFO 0 [322] -2014-01-12 14:47:38 queue INFO >>0 [323] -2014-01-12 14:47:38 sendUrl INFO 0 [323] -2014-01-12 14:48:28 queue INFO >>0 [324] -2014-01-12 14:48:28 sendUrl INFO 0 [324] -2014-01-12 14:49:18 queue INFO >>0 [325] -2014-01-12 14:49:18 sendUrl INFO 0 [325] -2014-01-12 14:50:08 queue INFO >>0 [326] -2014-01-12 14:50:08 sendUrl INFO 0 [326] -2014-01-12 14:50:58 queue INFO >>0 [327] -2014-01-12 14:50:58 sendUrl INFO 0 [327] -2014-01-12 14:51:48 queue INFO >>0 [328] -2014-01-12 14:51:49 sendUrl INFO 0 [328] -2014-01-12 14:52:38 queue INFO >>0 [329] -2014-01-12 14:52:39 sendUrl INFO 0 [329] -2014-01-12 14:53:29 queue INFO >>0 [330] -2014-01-12 14:53:29 sendUrl INFO 0 [330] -2014-01-12 14:54:19 queue INFO >>0 [331] -2014-01-12 14:54:19 sendUrl INFO 0 [331] -2014-01-12 14:55:09 queue INFO >>0 [332] -2014-01-12 14:55:09 sendUrl INFO 0 [332] -2014-01-12 14:55:59 queue INFO >>0 [333] -2014-01-12 14:55:59 sendUrl INFO 0 [333] -2014-01-12 14:56:49 queue INFO >>0 [334] -2014-01-12 14:56:50 sendUrl INFO 0 [334] -2014-01-12 14:57:39 queue INFO >>0 [335] -2014-01-12 14:57:40 sendUrl INFO 0 [335] -2014-01-12 14:58:30 queue INFO >>0 [336] -2014-01-12 14:58:30 sendUrl INFO 0 [336] -2014-01-12 14:59:20 queue INFO >>0 [337] -2014-01-12 14:59:20 sendUrl INFO 0 [337] -2014-01-12 15:00:10 queue INFO >>0 [338] -2014-01-12 15:00:10 sendUrl INFO 0 [338] -2014-01-12 15:01:00 queue INFO >>0 [339] -2014-01-12 15:01:00 sendUrl INFO 0 [339] -2014-01-12 15:01:50 queue INFO >>0 [340] -2014-01-12 15:01:51 sendUrl INFO 0 [340] -2014-01-12 15:02:40 queue INFO >>0 [341] -2014-01-12 15:02:40 sendUrl INFO 0 [341] -2014-01-12 15:03:30 queue INFO >>0 [342] -2014-01-12 15:03:31 sendUrl INFO 0 [342] -2014-01-12 15:04:21 queue INFO >>0 [343] -2014-01-12 15:04:21 sendUrl INFO 0 [343] -2014-01-12 15:05:11 queue INFO >>0 [344] -2014-01-12 15:05:11 sendUrl INFO 0 [344] -2014-01-12 15:06:01 queue INFO >>0 [345] -2014-01-12 15:06:01 sendUrl INFO 0 [345] -2014-01-12 15:06:51 queue INFO >>0 [346] -2014-01-12 15:06:52 sendUrl INFO 0 [346] -2014-01-12 15:07:41 queue INFO >>0 [347] -2014-01-12 15:07:41 sendUrl INFO 0 [347] -2014-01-12 15:08:31 queue INFO >>0 [348] -2014-01-12 15:08:32 sendUrl INFO 0 [348] -2014-01-12 15:09:22 queue INFO >>0 [349] -2014-01-12 15:09:22 sendUrl INFO 0 [349] -2014-01-12 15:10:12 queue INFO >>0 [350] -2014-01-12 15:10:12 sendUrl INFO 0 [350] -2014-01-12 15:11:02 queue INFO >>0 [351] -2014-01-12 15:11:02 sendUrl INFO 0 [351] -2014-01-12 15:11:52 queue INFO >>0 [352] -2014-01-12 15:11:52 sendUrl INFO 0 [352] -2014-01-12 15:12:42 queue INFO >>0 [353] -2014-01-12 15:12:42 sendUrl INFO 0 [353] -2014-01-12 15:13:32 queue INFO >>0 [354] -2014-01-12 15:13:33 sendUrl INFO 0 [354] -2014-01-12 15:14:22 queue INFO >>0 [355] -2014-01-12 15:14:23 sendUrl INFO 0 [355] -2014-01-12 15:15:13 queue INFO >>0 [356] -2014-01-12 15:15:13 sendUrl INFO 0 [356] -2014-01-12 15:16:03 queue INFO >>0 [357] -2014-01-12 15:16:03 sendUrl INFO 0 [357] -2014-01-12 15:16:53 queue INFO >>0 [358] -2014-01-12 15:16:53 sendUrl INFO 0 [358] -2014-01-12 15:17:43 queue INFO >>0 [359] -2014-01-12 15:17:43 sendUrl INFO 0 [359] -2014-01-12 15:18:33 queue INFO >>0 [360] -2014-01-12 15:18:34 sendUrl INFO 0 [360] -2014-01-12 15:19:23 queue INFO >>0 [361] -2014-01-12 15:19:24 sendUrl INFO 0 [361] -2014-01-12 15:20:14 queue INFO >>0 [362] -2014-01-12 15:20:14 sendUrl INFO 0 [362] -2014-01-12 15:21:04 queue INFO >>0 [363] -2014-01-12 15:21:04 sendUrl INFO 0 [363] -2014-01-12 15:21:54 queue INFO >>0 [364] -2014-01-12 15:21:54 sendUrl INFO 0 [364] -2014-01-12 15:22:44 queue INFO >>0 [365] -2014-01-12 15:22:44 sendUrl INFO 0 [365] -2014-01-12 15:23:34 queue INFO >>0 [366] -2014-01-12 15:23:34 sendUrl INFO 0 [366] -2014-01-12 15:24:24 queue INFO >>0 [367] -2014-01-12 15:24:25 sendUrl INFO 0 [367] -2014-01-12 15:25:14 queue INFO >>0 [368] -2014-01-12 15:25:15 sendUrl INFO 0 [368] -2014-01-12 15:26:05 queue INFO >>0 [369] -2014-01-12 15:26:05 sendUrl INFO 0 [369] -2014-01-12 15:26:55 queue INFO >>0 [370] -2014-01-12 15:26:55 sendUrl INFO 0 [370] -2014-01-12 15:27:45 queue INFO >>0 [371] -2014-01-12 15:27:45 sendUrl INFO 0 [371] -2014-01-12 15:28:35 queue INFO >>0 [372] -2014-01-12 15:28:35 sendUrl INFO 0 [372] -2014-01-12 15:29:25 queue INFO >>0 [373] -2014-01-12 15:29:26 sendUrl INFO 0 [373] -2014-01-12 15:30:15 queue INFO >>0 [374] -2014-01-12 15:30:16 sendUrl INFO 0 [374] -2014-01-12 15:31:06 queue INFO >>0 [375] -2014-01-12 15:31:06 sendUrl INFO 0 [375] -2014-01-12 15:31:56 queue INFO >>0 [376] -2014-01-12 15:31:56 sendUrl INFO 0 [376] -2014-01-12 15:32:46 queue INFO >>0 [377] -2014-01-12 15:32:46 sendUrl INFO 0 [377] -2014-01-12 15:33:36 queue INFO >>0 [378] -2014-01-12 15:33:36 sendUrl INFO 0 [378] -2014-01-12 15:34:26 queue INFO >>0 [379] -2014-01-12 15:34:27 sendUrl INFO 0 [379] -2014-01-12 15:35:16 queue INFO >>0 [380] -2014-01-12 15:35:16 sendUrl INFO 0 [380] -2014-01-12 15:36:06 queue INFO >>0 [381] -2014-01-12 15:36:07 sendUrl INFO 0 [381] -2014-01-12 15:36:57 queue INFO >>0 [382] -2014-01-12 15:36:57 sendUrl INFO 0 [382] -2014-01-12 15:37:47 queue INFO >>0 [383] -2014-01-12 15:37:47 sendUrl INFO 0 [383] -2014-01-12 15:38:37 queue INFO >>0 [384] -2014-01-12 15:38:37 sendUrl INFO 0 [384] -2014-01-12 15:39:27 queue INFO >>0 [385] -2014-01-12 15:39:28 sendUrl INFO 0 [385] -2014-01-12 15:40:17 queue INFO >>0 [386] -2014-01-12 15:40:17 sendUrl INFO 0 [386] -2014-01-12 15:41:07 queue INFO >>0 [387] -2014-01-12 15:41:08 sendUrl INFO 0 [387] -2014-01-12 15:41:58 queue INFO >>0 [388] -2014-01-12 15:41:58 sendUrl INFO 0 [388] -2014-01-12 15:42:48 queue INFO >>0 [389] -2014-01-12 15:42:48 sendUrl INFO 0 [389] -2014-01-12 15:43:38 queue INFO >>0 [390] -2014-01-12 15:43:38 sendUrl INFO 0 [390] -2014-01-12 15:44:28 queue INFO >>0 [391] -2014-01-12 15:44:28 sendUrl INFO 0 [391] -2014-01-12 15:45:18 queue INFO >>0 [392] -2014-01-12 15:45:18 sendUrl INFO 0 [392] -2014-01-12 15:46:08 queue INFO >>0 [393] -2014-01-12 15:46:09 sendUrl INFO 0 [393] -2014-01-12 15:46:58 queue INFO >>0 [394] -2014-01-12 15:46:59 sendUrl INFO 0 [394] -2014-01-12 15:47:49 queue INFO >>0 [395] -2014-01-12 15:47:49 sendUrl INFO 0 [395] -2014-01-12 15:48:39 queue INFO >>0 [396] -2014-01-12 15:48:39 sendUrl INFO 0 [396] -2014-01-12 15:49:29 queue INFO >>0 [397] -2014-01-12 15:49:29 sendUrl INFO 0 [397] -2014-01-12 15:50:19 queue INFO >>0 [398] -2014-01-12 15:50:19 sendUrl INFO 0 [398] -2014-01-12 15:51:09 queue INFO >>0 [399] -2014-01-12 15:51:10 sendUrl INFO 0 [399] -2014-01-12 15:51:59 queue INFO >>0 [400] -2014-01-12 15:52:00 sendUrl INFO 0 [400] -2014-01-12 15:52:50 queue INFO >>0 [401] -2014-01-12 15:52:50 sendUrl INFO 0 [401] -2014-01-12 15:53:40 queue INFO >>0 [402] -2014-01-12 15:53:40 sendUrl INFO 0 [402] -2014-01-12 15:54:30 queue INFO >>0 [403] -2014-01-12 15:54:30 sendUrl INFO 0 [403] -2014-01-12 15:55:20 queue INFO >>0 [404] -2014-01-12 15:55:20 sendUrl INFO 0 [404] -2014-01-12 15:56:10 queue INFO >>0 [405] -2014-01-12 15:56:11 sendUrl INFO 0 [405] -2014-01-12 15:57:00 queue INFO >>0 [406] -2014-01-12 15:57:01 sendUrl INFO 0 [406] -2014-01-12 15:57:50 queue INFO >>0 [407] -2014-01-12 15:57:51 sendUrl INFO 0 [407] -2014-01-12 15:58:41 queue INFO >>0 [408] -2014-01-12 15:58:41 sendUrl INFO 0 [408] -2014-01-12 15:59:31 queue INFO >>0 [409] -2014-01-12 15:59:31 sendUrl INFO 0 [409] -2014-01-12 16:00:21 queue INFO >>0 [410] -2014-01-12 16:00:21 sendUrl INFO 0 [410] -2014-01-12 16:01:11 queue INFO >>0 [411] -2014-01-12 16:01:11 sendUrl INFO 0 [411] -2014-01-12 16:02:01 queue INFO >>0 [412] -2014-01-12 16:02:02 sendUrl INFO 0 [412] -2014-01-12 16:02:51 queue INFO >>0 [413] -2014-01-12 16:02:52 sendUrl INFO 0 [413] -2014-01-12 16:03:42 queue INFO >>0 [414] -2014-01-12 16:03:42 sendUrl INFO 0 [414] -2014-01-12 16:04:32 queue INFO >>0 [415] -2014-01-12 16:04:32 sendUrl INFO 0 [415] -2014-01-12 16:05:22 queue INFO >>0 [416] -2014-01-12 16:05:22 sendUrl INFO 0 [416] -2014-01-12 16:06:12 queue INFO >>0 [417] -2014-01-12 16:06:12 sendUrl INFO 0 [417] -2014-01-12 16:07:02 queue INFO >>0 [418] -2014-01-12 16:07:03 sendUrl INFO 0 [418] -2014-01-12 16:07:52 queue INFO >>0 [419] -2014-01-12 16:07:53 sendUrl INFO 0 [419] -2014-01-12 16:08:42 queue INFO >>0 [420] -2014-01-12 16:08:43 sendUrl INFO 0 [420] -2014-01-12 16:09:33 queue INFO >>0 [421] -2014-01-12 16:09:33 sendUrl INFO 0 [421] -2014-01-12 16:10:23 queue INFO >>0 [422] -2014-01-12 16:10:23 sendUrl INFO 0 [422] -2014-01-12 16:11:13 queue INFO >>0 [423] -2014-01-12 16:11:13 sendUrl INFO 0 [423] -2014-01-12 16:12:03 queue INFO >>0 [424] -2014-01-12 16:12:04 sendUrl INFO 0 [424] -2014-01-12 16:12:53 queue INFO >>0 [425] -2014-01-12 16:12:53 sendUrl INFO 0 [425] -2014-01-12 16:13:43 queue INFO >>0 [426] -2014-01-12 16:13:44 sendUrl INFO 0 [426] -2014-01-12 16:14:34 queue INFO >>0 [427] -2014-01-12 16:14:34 sendUrl INFO 0 [427] -2014-01-12 16:15:24 queue INFO >>0 [428] -2014-01-12 16:15:24 sendUrl INFO 0 [428] -2014-01-12 16:16:14 queue INFO >>0 [429] -2014-01-12 16:16:14 sendUrl INFO 0 [429] -2014-01-12 16:17:04 queue INFO >>0 [430] -2014-01-12 16:17:05 sendUrl INFO 0 [430] -2014-01-12 16:17:54 queue INFO >>0 [431] -2014-01-12 16:17:54 sendUrl INFO 0 [431] -2014-01-12 16:18:44 queue INFO >>0 [432] -2014-01-12 16:18:45 sendUrl INFO 0 [432] -2014-01-12 16:19:34 queue INFO >>0 [433] -2014-01-12 16:19:35 sendUrl INFO 0 [433] -2014-01-12 16:20:25 queue INFO >>0 [434] -2014-01-12 16:20:25 sendUrl INFO 0 [434] -2014-01-12 16:21:15 queue INFO >>0 [435] -2014-01-12 16:21:15 sendUrl INFO 0 [435] -2014-01-12 16:22:05 queue INFO >>0 [436] -2014-01-12 16:22:05 sendUrl INFO 0 [436] -2014-01-12 16:22:55 queue INFO >>0 [437] -2014-01-12 16:22:55 sendUrl INFO 0 [437] -2014-01-12 16:23:45 queue INFO >>0 [438] -2014-01-12 16:23:46 sendUrl INFO 0 [438] -2014-01-12 16:24:35 queue INFO >>0 [439] -2014-01-12 16:24:36 sendUrl INFO 0 [439] -2014-01-12 16:25:26 queue INFO >>0 [440] -2014-01-12 16:25:26 sendUrl INFO 0 [440] -2014-01-12 16:26:16 queue INFO >>0 [441] -2014-01-12 16:26:16 sendUrl INFO 0 [441] -2014-01-12 16:27:06 queue INFO >>0 [442] -2014-01-12 16:27:06 sendUrl INFO 0 [442] -2014-01-12 16:27:56 queue INFO >>0 [443] -2014-01-12 16:27:56 sendUrl INFO 0 [443] -2014-01-12 16:28:46 queue INFO >>0 [444] -2014-01-12 16:28:47 sendUrl INFO 0 [444] -2014-01-12 16:29:36 queue INFO >>0 [445] -2014-01-12 16:29:37 sendUrl INFO 0 [445] -2014-01-12 16:30:26 queue INFO >>0 [446] -2014-01-12 16:30:27 sendUrl INFO 0 [446] -2014-01-12 16:31:17 queue INFO >>0 [447] -2014-01-12 16:31:17 sendUrl INFO 0 [447] -2014-01-12 16:32:07 queue INFO >>0 [448] -2014-01-12 16:32:07 sendUrl INFO 0 [448] -2014-01-12 16:32:57 queue INFO >>0 [449] -2014-01-12 16:32:57 sendUrl INFO 0 [449] -2014-01-12 16:33:47 queue INFO >>0 [450] -2014-01-12 16:33:47 sendUrl INFO 0 [450] -2014-01-12 16:34:37 queue INFO >>0 [451] -2014-01-12 16:34:38 sendUrl INFO 0 [451] -2014-01-12 16:35:27 queue INFO >>0 [452] -2014-01-12 16:35:28 sendUrl INFO 0 [452] -2014-01-12 16:36:17 queue INFO >>0 [453] -2014-01-12 16:36:18 sendUrl INFO 0 [453] -2014-01-12 16:37:08 queue INFO >>0 [454] -2014-01-12 16:37:08 sendUrl INFO 0 [454] -2014-01-12 16:37:58 queue INFO >>0 [455] -2014-01-12 16:37:58 sendUrl INFO 0 [455] -2014-01-12 16:38:48 queue INFO >>0 [456] -2014-01-12 16:38:48 sendUrl INFO 0 [456] -2014-01-12 16:39:38 queue INFO >>0 [457] -2014-01-12 16:39:38 sendUrl INFO 0 [457] -2014-01-12 16:40:28 queue INFO >>0 [458] -2014-01-12 16:40:28 sendUrl INFO 0 [458] -2014-01-12 16:41:18 queue INFO >>0 [459] -2014-01-12 16:41:19 sendUrl INFO 0 [459] -2014-01-12 16:42:08 queue INFO >>0 [460] -2014-01-12 16:42:09 sendUrl INFO 0 [460] -2014-01-12 16:42:59 queue INFO >>0 [461] -2014-01-12 16:42:59 sendUrl INFO 0 [461] -2014-01-12 16:43:49 queue INFO >>0 [462] -2014-01-12 16:43:49 sendUrl INFO 0 [462] -2014-01-12 16:44:39 queue INFO >>0 [463] -2014-01-12 16:44:39 sendUrl INFO 0 [463] -2014-01-12 16:45:29 queue INFO >>0 [464] -2014-01-12 16:45:29 sendUrl INFO 0 [464] -2014-01-12 16:46:19 queue INFO >>0 [465] -2014-01-12 16:46:20 sendUrl INFO 0 [465] -2014-01-12 16:47:09 queue INFO >>0 [466] -2014-01-12 16:47:09 sendUrl INFO 0 [466] -2014-01-12 16:48:00 queue INFO >>0 [467] -2014-01-12 16:48:00 sendUrl INFO 0 [467] -2014-01-12 16:48:50 queue INFO >>0 [468] -2014-01-12 16:48:50 sendUrl INFO 0 [468] -2014-01-12 16:49:40 queue INFO >>0 [469] -2014-01-12 16:49:40 sendUrl INFO 0 [469] -2014-01-12 16:50:30 queue INFO >>0 [470] -2014-01-12 16:50:30 sendUrl INFO 0 [470] -2014-01-12 16:51:20 queue INFO >>0 [471] -2014-01-12 16:51:21 sendUrl INFO 0 [471] -2014-01-12 16:52:10 queue INFO >>0 [472] -2014-01-12 16:52:10 sendUrl INFO 0 [472] -2014-01-12 16:53:00 queue INFO >>0 [473] -2014-01-12 16:53:01 sendUrl INFO 0 [473] -2014-01-12 16:53:51 queue INFO >>0 [474] -2014-01-12 16:53:51 sendUrl INFO 0 [474] -2014-01-12 16:54:41 queue INFO >>0 [475] -2014-01-12 16:54:41 sendUrl INFO 0 [475] -2014-01-12 16:55:31 queue INFO >>0 [476] -2014-01-12 16:55:31 sendUrl INFO 0 [476] -2014-01-12 16:56:21 queue INFO >>0 [477] -2014-01-12 16:56:21 sendUrl INFO 0 [477] -2014-01-12 16:57:11 queue INFO >>0 [478] -2014-01-12 16:57:11 sendUrl INFO 0 [478] -2014-01-12 16:58:01 queue INFO >>0 [479] -2014-01-12 16:58:02 sendUrl INFO 0 [479] -2014-01-12 16:58:52 queue INFO >>0 [480] -2014-01-12 16:58:52 sendUrl INFO 0 [480] -2014-01-12 16:59:42 queue INFO >>0 [481] -2014-01-12 16:59:42 sendUrl INFO 0 [481] -2014-01-12 17:00:32 queue INFO >>0 [482] -2014-01-12 17:00:32 sendUrl INFO 0 [482] -2014-01-12 17:01:22 queue INFO >>0 [483] -2014-01-12 17:01:22 sendUrl INFO 0 [483] -2014-01-12 17:02:12 queue INFO >>0 [484] -2014-01-12 17:02:12 sendUrl INFO 0 [484] -2014-01-12 17:03:02 queue INFO >>0 [485] -2014-01-12 17:03:03 sendUrl INFO 0 [485] -2014-01-12 17:03:52 queue INFO >>0 [486] -2014-01-12 17:03:53 sendUrl INFO 0 [486] -2014-01-12 17:04:43 queue INFO >>0 [487] -2014-01-12 17:04:43 sendUrl INFO 0 [487] -2014-01-12 17:05:33 queue INFO >>0 [488] -2014-01-12 17:05:33 sendUrl INFO 0 [488] -2014-01-12 17:06:23 queue INFO >>0 [489] -2014-01-12 17:06:23 sendUrl INFO 0 [489] -2014-01-12 17:07:13 queue INFO >>0 [490] -2014-01-12 17:07:13 sendUrl INFO 0 [490] -2014-01-12 17:08:03 queue INFO >>0 [491] -2014-01-12 17:08:04 sendUrl INFO 0 [491] -2014-01-12 17:08:53 queue INFO >>0 [492] -2014-01-12 17:08:54 sendUrl INFO 0 [492] -2014-01-12 17:09:44 queue INFO >>0 [493] -2014-01-12 17:09:44 sendUrl INFO 0 [493] -2014-01-12 17:10:34 queue INFO >>0 [494] -2014-01-12 17:10:34 sendUrl INFO 0 [494] -2014-01-12 17:11:24 queue INFO >>0 [495] -2014-01-12 17:11:24 sendUrl INFO 0 [495] -2014-01-12 17:12:14 queue INFO >>0 [496] -2014-01-12 17:12:14 sendUrl INFO 0 [496] -2014-01-12 17:13:04 queue INFO >>0 [497] -2014-01-12 17:13:04 sendUrl INFO 0 [497] -2014-01-12 17:13:54 queue INFO >>0 [498] -2014-01-12 17:13:55 sendUrl INFO 0 [498] -2014-01-12 17:14:44 queue INFO >>0 [499] -2014-01-12 17:14:45 sendUrl INFO 0 [499] -2014-01-12 17:15:35 queue INFO >>0 [500] -2014-01-12 17:15:35 sendUrl INFO 0 [500] -2014-01-12 17:16:25 queue INFO >>0 [501] -2014-01-12 17:16:25 sendUrl INFO 0 [501] -2014-01-12 17:17:15 queue INFO >>0 [502] -2014-01-12 17:17:15 sendUrl INFO 0 [502] -2014-01-12 17:18:05 queue INFO >>0 [503] -2014-01-12 17:18:05 sendUrl INFO 0 [503] -2014-01-12 17:18:55 queue INFO >>0 [504] -2014-01-12 17:18:56 sendUrl INFO 0 [504] -2014-01-12 17:19:45 queue INFO >>0 [505] -2014-01-12 17:19:46 sendUrl INFO 0 [505] -2014-01-12 17:20:36 queue INFO >>0 [506] -2014-01-12 17:20:36 sendUrl INFO 0 [506] -2014-01-12 17:21:26 queue INFO >>0 [507] -2014-01-12 17:21:26 sendUrl INFO 0 [507] -2014-01-12 17:22:16 queue INFO >>0 [508] -2014-01-12 17:22:16 sendUrl INFO 0 [508] -2014-01-12 17:23:06 queue INFO >>0 [509] -2014-01-12 17:23:06 sendUrl INFO 0 [509] -2014-01-12 17:23:56 queue INFO >>0 [510] -2014-01-12 17:23:57 sendUrl INFO 0 [510] -2014-01-12 17:24:46 queue INFO >>0 [511] -2014-01-12 17:24:46 sendUrl INFO 0 [511] -2014-01-12 17:25:36 queue INFO >>0 [512] -2014-01-12 17:25:37 sendUrl INFO 0 [512] -2014-01-12 17:26:27 queue INFO >>0 [513] -2014-01-12 17:26:27 sendUrl INFO 0 [513] -2014-01-12 17:27:17 queue INFO >>0 [514] -2014-01-12 17:27:17 sendUrl INFO 0 [514] -2014-01-12 17:28:07 queue INFO >>0 [515] -2014-01-12 17:28:07 sendUrl INFO 0 [515] -2014-01-12 17:28:57 queue INFO >>0 [516] -2014-01-12 17:28:58 sendUrl INFO 0 [516] -2014-01-12 17:29:47 queue INFO >>0 [517] -2014-01-12 17:29:47 sendUrl INFO 0 [517] -2014-01-12 17:30:37 queue INFO >>0 [518] -2014-01-12 17:30:38 sendUrl INFO 0 [518] -2014-01-12 17:31:27 queue INFO >>0 [519] -2014-01-12 17:31:28 sendUrl INFO 0 [519] -2014-01-12 17:32:18 queue INFO >>0 [520] -2014-01-12 17:32:18 sendUrl INFO 0 [520] -2014-01-12 17:33:08 queue INFO >>0 [521] -2014-01-12 17:33:08 sendUrl INFO 0 [521] -2014-01-12 17:33:58 queue INFO >>0 [522] -2014-01-12 17:33:58 sendUrl INFO 0 [522] -2014-01-12 17:34:48 queue INFO >>0 [523] -2014-01-12 17:34:48 sendUrl INFO 0 [523] -2014-01-12 17:35:38 queue INFO >>0 [524] -2014-01-12 17:35:39 sendUrl INFO 0 [524] -2014-01-12 17:36:28 queue INFO >>0 [525] -2014-01-12 17:36:29 sendUrl INFO 0 [525] -2014-01-12 17:37:19 queue INFO >>0 [526] -2014-01-12 17:37:19 sendUrl INFO 0 [526] -2014-01-12 17:38:09 queue INFO >>0 [527] -2014-01-12 17:38:09 sendUrl INFO 0 [527] -2014-01-12 17:38:59 queue INFO >>0 [528] -2014-01-12 17:38:59 sendUrl INFO 0 [528] -2014-01-12 17:39:49 queue INFO >>0 [529] -2014-01-12 17:39:49 sendUrl INFO 0 [529] -2014-01-12 17:40:39 queue INFO >>0 [530] -2014-01-12 17:40:40 sendUrl INFO 0 [530] -2014-01-12 17:41:29 queue INFO >>0 [531] -2014-01-12 17:41:30 sendUrl INFO 0 [531] -2014-01-12 17:42:19 queue INFO >>0 [532] -2014-01-12 17:42:20 sendUrl INFO 0 [532] -2014-01-12 17:43:10 queue INFO >>0 [533] -2014-01-12 17:43:10 sendUrl INFO 0 [533] -2014-01-12 17:44:00 queue INFO >>0 [534] -2014-01-12 17:44:00 sendUrl INFO 0 [534] -2014-01-12 17:44:50 queue INFO >>0 [535] -2014-01-12 17:44:50 sendUrl INFO 0 [535] -2014-01-12 17:45:40 queue INFO >>0 [536] -2014-01-12 17:45:40 sendUrl INFO 0 [536] -2014-01-12 17:46:30 queue INFO >>0 [537] -2014-01-12 17:46:31 sendUrl INFO 0 [537] -2014-01-12 17:47:20 queue INFO >>0 [538] -2014-01-12 17:47:21 sendUrl INFO 0 [538] -2014-01-12 17:48:11 queue INFO >>0 [539] -2014-01-12 17:48:11 sendUrl INFO 0 [539] -2014-01-12 17:49:01 queue INFO >>0 [540] -2014-01-12 17:49:01 sendUrl INFO 0 [540] -2014-01-12 17:49:51 queue INFO >>0 [541] -2014-01-12 17:49:51 sendUrl INFO 0 [541] -2014-01-12 17:50:41 queue INFO >>0 [542] -2014-01-12 17:50:41 sendUrl INFO 0 [542] -2014-01-12 17:51:31 queue INFO >>0 [543] -2014-01-12 17:51:32 sendUrl INFO 0 [543] -2014-01-12 17:52:21 queue INFO >>0 [544] -2014-01-12 17:52:22 sendUrl INFO 0 [544] -2014-01-12 17:53:11 queue INFO >>0 [545] -2014-01-12 17:53:12 sendUrl INFO 0 [545] -2014-01-12 17:54:02 queue INFO >>0 [546] -2014-01-12 17:54:02 sendUrl INFO 0 [546] -2014-01-12 17:54:52 queue INFO >>0 [547] -2014-01-12 17:54:52 sendUrl INFO 0 [547] -2014-01-12 17:55:42 queue INFO >>0 [548] -2014-01-12 17:55:42 sendUrl INFO 0 [548] -2014-01-12 17:56:32 queue INFO >>0 [549] -2014-01-12 17:56:33 sendUrl INFO 0 [549] -2014-01-12 17:57:22 queue INFO >>0 [550] -2014-01-12 17:57:22 sendUrl INFO 0 [550] -2014-01-12 17:58:12 queue INFO >>0 [551] -2014-01-12 17:58:13 sendUrl INFO 0 [551] -2014-01-12 17:59:02 queue INFO >>0 [552] -2014-01-12 17:59:03 sendUrl INFO 0 [552] -2014-01-12 17:59:53 queue INFO >>0 [553] -2014-01-12 17:59:53 sendUrl INFO 0 [553] -2014-01-12 18:00:43 queue INFO >>0 [554] -2014-01-12 18:00:43 sendUrl INFO 0 [554] -2014-01-12 18:01:33 queue INFO >>0 [555] -2014-01-12 18:01:33 sendUrl INFO 0 [555] -2014-01-12 18:02:23 queue INFO >>0 [556] -2014-01-12 18:02:23 sendUrl INFO 0 [556] -2014-01-12 18:03:13 queue INFO >>0 [557] -2014-01-12 18:03:14 sendUrl INFO 0 [557] -2014-01-12 18:04:03 queue INFO >>0 [558] -2014-01-12 18:04:03 sendUrl INFO 0 [558] -2014-01-12 18:04:53 queue INFO >>0 [559] -2014-01-12 18:04:54 sendUrl INFO 0 [559] -2014-01-12 18:05:44 queue INFO >>0 [560] -2014-01-12 18:05:44 sendUrl INFO 0 [560] -2014-01-12 18:06:34 queue INFO >>0 [561] -2014-01-12 18:06:34 sendUrl INFO 0 [561] -2014-01-12 18:07:24 queue INFO >>0 [562] -2014-01-12 18:07:24 sendUrl INFO 0 [562] -2014-01-12 18:08:14 queue INFO >>0 [563] -2014-01-12 18:08:14 sendUrl INFO 0 [563] -2014-01-12 18:09:04 queue INFO >>0 [564] -2014-01-12 18:09:05 sendUrl INFO 0 [564] -2014-01-12 18:09:54 queue INFO >>0 [565] -2014-01-12 18:09:55 sendUrl INFO 0 [565] -2014-01-12 18:10:45 queue INFO >>0 [566] -2014-01-12 18:10:45 sendUrl INFO 0 [566] -2014-01-12 18:11:35 queue INFO >>0 [567] -2014-01-12 18:11:35 sendUrl INFO 0 [567] -2014-01-12 18:12:25 queue INFO >>0 [568] -2014-01-12 18:12:25 sendUrl INFO 0 [568] -2014-01-12 18:13:15 queue INFO >>0 [569] -2014-01-12 18:13:15 sendUrl INFO 0 [569] -2014-01-12 18:14:05 queue INFO >>0 [570] -2014-01-12 18:14:05 sendUrl INFO 0 [570] -2014-01-12 18:14:55 queue INFO >>0 [571] -2014-01-12 18:14:56 sendUrl INFO 0 [571] -2014-01-12 18:15:45 queue INFO >>0 [572] -2014-01-12 18:15:46 sendUrl INFO 0 [572] -2014-01-12 18:16:36 queue INFO >>0 [573] -2014-01-12 18:16:36 sendUrl INFO 0 [573] -2014-01-12 18:17:26 queue INFO >>0 [574] -2014-01-12 18:17:26 sendUrl INFO 0 [574] -2014-01-12 18:18:16 queue INFO >>0 [575] -2014-01-12 18:18:16 sendUrl INFO 0 [575] -2014-01-12 18:19:06 queue INFO >>0 [576] -2014-01-12 18:19:06 sendUrl INFO 0 [576] -2014-01-12 18:19:56 queue INFO >>0 [577] -2014-01-12 18:19:56 sendUrl INFO 0 [577] -2014-01-12 18:20:46 queue INFO >>0 [578] -2014-01-12 18:20:47 sendUrl INFO 0 [578] -2014-01-12 18:21:37 queue INFO >>0 [579] -2014-01-12 18:21:37 sendUrl INFO 0 [579] -2014-01-12 18:22:27 queue INFO >>0 [580] -2014-01-12 18:22:27 sendUrl INFO 0 [580] -2014-01-12 18:23:17 queue INFO >>0 [581] -2014-01-12 18:23:17 sendUrl INFO 0 [581] -2014-01-12 18:24:07 queue INFO >>0 [582] -2014-01-12 18:24:07 sendUrl INFO 0 [582] -2014-01-12 18:24:57 queue INFO >>0 [583] -2014-01-12 18:24:57 sendUrl INFO 0 [583] -2014-01-12 18:25:47 queue INFO >>0 [584] -2014-01-12 18:25:48 sendUrl INFO 0 [584] -2014-01-12 18:26:37 queue INFO >>0 [585] -2014-01-12 18:26:38 sendUrl INFO 0 [585] -2014-01-12 18:27:28 queue INFO >>0 [586] -2014-01-12 18:27:28 sendUrl INFO 0 [586] -2014-01-12 18:28:18 queue INFO >>0 [587] -2014-01-12 18:28:18 sendUrl INFO 0 [587] -2014-01-12 18:29:08 queue INFO >>0 [588] -2014-01-12 18:29:08 sendUrl INFO 0 [588] -2014-01-12 18:29:58 queue INFO >>0 [589] -2014-01-12 18:29:58 sendUrl INFO 0 [589] -2014-01-12 18:30:48 queue INFO >>0 [590] -2014-01-12 18:30:49 sendUrl INFO 0 [590] -2014-01-12 18:31:38 queue INFO >>0 [591] -2014-01-12 18:31:38 sendUrl INFO 0 [591] -2014-01-12 18:32:29 queue INFO >>0 [592] -2014-01-12 18:32:29 sendUrl INFO 0 [592] -2014-01-12 18:33:19 queue INFO >>0 [593] -2014-01-12 18:33:19 sendUrl INFO 0 [593] -2014-01-12 18:34:09 queue INFO >>0 [594] -2014-01-12 18:34:09 sendUrl INFO 0 [594] -2014-01-12 18:34:59 queue INFO >>0 [595] -2014-01-12 18:34:59 sendUrl INFO 0 [595] -2014-01-12 18:35:49 queue INFO >>0 [596] -2014-01-12 18:35:50 sendUrl INFO 0 [596] -2014-01-12 18:36:39 queue INFO >>0 [597] -2014-01-12 18:36:39 sendUrl INFO 0 [597] -2014-01-12 18:37:29 queue INFO >>0 [598] -2014-01-12 18:37:30 sendUrl INFO 0 [598] -2014-01-12 18:38:20 queue INFO >>0 [599] -2014-01-12 18:38:20 sendUrl INFO 0 [599] -2014-01-12 18:39:10 queue INFO >>0 [600] -2014-01-12 18:39:10 sendUrl INFO 0 [600] -2014-01-12 18:40:00 queue INFO >>0 [601] -2014-01-12 18:40:00 sendUrl INFO 0 [601] -2014-01-12 18:40:50 queue INFO >>0 [602] -2014-01-12 18:40:50 sendUrl INFO 0 [602] -2014-01-12 18:41:40 queue INFO >>0 [603] -2014-01-12 18:41:40 sendUrl INFO 0 [603] -2014-01-12 18:42:30 queue INFO >>0 [604] -2014-01-12 18:42:31 sendUrl INFO 0 [604] -2014-01-12 18:43:21 queue INFO >>0 [605] -2014-01-12 18:43:21 sendUrl INFO 0 [605] -2014-01-12 18:44:11 queue INFO >>0 [606] -2014-01-12 18:44:11 sendUrl INFO 0 [606] -2014-01-12 18:45:01 queue INFO >>0 [607] -2014-01-12 18:45:01 sendUrl INFO 0 [607] -2014-01-12 18:45:51 queue INFO >>0 [608] -2014-01-12 18:45:51 sendUrl INFO 0 [608] -2014-01-12 18:46:41 queue INFO >>0 [609] -2014-01-12 18:46:41 sendUrl INFO 0 [609] -2014-01-12 18:47:31 queue INFO >>0 [610] -2014-01-12 18:47:32 sendUrl INFO 0 [610] -2014-01-12 18:48:21 queue INFO >>0 [611] -2014-01-12 18:48:22 sendUrl INFO 0 [611] -2014-01-12 18:49:12 queue INFO >>0 [612] -2014-01-12 18:49:12 sendUrl INFO 0 [612] -2014-01-12 18:50:02 queue INFO >>0 [613] -2014-01-12 18:50:02 sendUrl INFO 0 [613] -2014-01-12 18:50:52 queue INFO >>0 [614] -2014-01-12 18:50:52 sendUrl INFO 0 [614] -2014-01-12 18:51:42 queue INFO >>0 [615] -2014-01-12 18:51:42 sendUrl INFO 0 [615] -2014-01-12 18:52:32 queue INFO >>0 [616] -2014-01-12 18:52:33 sendUrl INFO 0 [616] -2014-01-12 18:53:22 queue INFO >>0 [617] -2014-01-12 18:53:23 sendUrl INFO 0 [617] -2014-01-12 18:54:13 queue INFO >>0 [618] -2014-01-12 18:54:13 sendUrl INFO 0 [618] -2014-01-12 18:55:03 queue INFO >>0 [619] -2014-01-12 18:55:03 sendUrl INFO 0 [619] -2014-01-12 18:55:53 queue INFO >>0 [620] -2014-01-12 18:55:53 sendUrl INFO 0 [620] -2014-01-12 18:56:43 queue INFO >>0 [621] -2014-01-12 18:56:43 sendUrl INFO 0 [621] -2014-01-12 18:57:33 queue INFO >>0 [622] -2014-01-12 18:57:33 sendUrl INFO 0 [622] -2014-01-12 18:58:23 queue INFO >>0 [623] -2014-01-12 18:58:24 sendUrl INFO 0 [623] -2014-01-12 18:59:13 queue INFO >>0 [624] -2014-01-12 18:59:14 sendUrl INFO 0 [624] -2014-01-12 19:00:04 queue INFO >>0 [625] -2014-01-12 19:00:04 sendUrl INFO 0 [625] -2014-01-12 19:00:54 queue INFO >>0 [626] -2014-01-12 19:00:54 sendUrl INFO 0 [626] -2014-01-12 19:01:44 queue INFO >>0 [627] -2014-01-12 19:01:44 sendUrl INFO 0 [627] -2014-01-12 19:02:34 queue INFO >>0 [628] -2014-01-12 19:02:34 sendUrl INFO 0 [628] -2014-01-12 19:03:24 queue INFO >>0 [629] -2014-01-12 19:03:25 sendUrl INFO 0 [629] -2014-01-12 19:04:14 queue INFO >>0 [630] -2014-01-12 19:04:15 sendUrl INFO 0 [630] -2014-01-12 19:05:05 queue INFO >>0 [631] -2014-01-12 19:05:05 sendUrl INFO 0 [631] -2014-01-12 19:05:55 queue INFO >>0 [632] -2014-01-12 19:05:55 sendUrl INFO 0 [632] -2014-01-12 19:06:45 queue INFO >>0 [633] -2014-01-12 19:06:45 sendUrl INFO 0 [633] -2014-01-12 19:07:35 queue INFO >>0 [634] -2014-01-12 19:07:35 sendUrl INFO 0 [634] -2014-01-12 19:08:25 queue INFO >>0 [635] -2014-01-12 19:08:26 sendUrl INFO 0 [635] -2014-01-12 19:09:15 queue INFO >>0 [636] -2014-01-12 19:09:15 sendUrl INFO 0 [636] -2014-01-12 19:10:05 queue INFO >>0 [637] -2014-01-12 19:10:06 sendUrl INFO 0 [637] -2014-01-12 19:10:56 queue INFO >>0 [638] -2014-01-12 19:10:56 sendUrl INFO 0 [638] -2014-01-12 19:11:46 queue INFO >>0 [639] -2014-01-12 19:11:46 sendUrl INFO 0 [639] -2014-01-12 19:12:36 queue INFO >>0 [640] -2014-01-12 19:12:36 sendUrl INFO 0 [640] -2014-01-12 19:13:26 queue INFO >>0 [641] -2014-01-12 19:13:26 sendUrl INFO 0 [641] -2014-01-12 19:14:16 queue INFO >>0 [642] -2014-01-12 19:14:16 sendUrl INFO 0 [642] -2014-01-12 19:15:06 queue INFO >>0 [643] -2014-01-12 19:15:07 sendUrl INFO 0 [643] -2014-01-12 19:15:56 queue INFO >>0 [644] -2014-01-12 19:15:57 sendUrl INFO 0 [644] -2014-01-12 19:16:46 queue INFO >>0 [645] -2014-01-12 19:16:47 sendUrl INFO 0 [645] -2014-01-12 19:17:37 queue INFO >>0 [646] -2014-01-12 19:17:37 sendUrl INFO 0 [646] -2014-01-12 19:18:27 queue INFO >>0 [647] -2014-01-12 19:18:27 sendUrl INFO 0 [647] -2014-01-12 19:19:17 queue INFO >>0 [648] -2014-01-12 19:19:17 sendUrl INFO 0 [648] -2014-01-12 19:20:07 queue INFO >>0 [649] -2014-01-12 19:20:07 sendUrl INFO 0 [649] -2014-01-12 19:20:57 queue INFO >>0 [650] -2014-01-12 19:20:58 sendUrl INFO 0 [650] -2014-01-12 19:21:47 queue INFO >>0 [651] -2014-01-12 19:21:48 sendUrl INFO 0 [651] -2014-01-12 19:22:38 queue INFO >>0 [652] -2014-01-12 19:22:38 sendUrl INFO 0 [652] -2014-01-12 19:23:28 queue INFO >>0 [653] -2014-01-12 19:23:28 sendUrl INFO 0 [653] -2014-01-12 19:24:18 queue INFO >>0 [654] -2014-01-12 19:24:18 sendUrl INFO 0 [654] -2014-01-12 19:25:08 queue INFO >>0 [655] -2014-01-12 19:25:08 sendUrl INFO 0 [655] -2014-01-12 19:25:58 queue INFO >>0 [656] -2014-01-12 19:25:59 sendUrl INFO 0 [656] -2014-01-12 19:26:48 queue INFO >>0 [657] -2014-01-12 19:26:48 sendUrl INFO 0 [657] -2014-01-12 19:27:38 queue INFO >>0 [658] -2014-01-12 19:27:39 sendUrl INFO 0 [658] -2014-01-12 19:28:28 queue INFO >>0 [659] -2014-01-12 19:28:29 sendUrl INFO 0 [659] -2014-01-12 19:29:19 queue INFO >>0 [660] -2014-01-12 19:29:19 sendUrl INFO 0 [660] -2014-01-12 19:30:09 queue INFO >>0 [661] -2014-01-12 19:30:09 sendUrl INFO 0 [661] -2014-01-12 19:30:59 queue INFO >>0 [662] -2014-01-12 19:30:59 sendUrl INFO 0 [662] -2014-01-12 19:31:49 queue INFO >>0 [663] -2014-01-12 19:31:49 sendUrl INFO 0 [663] -2014-01-12 19:32:39 queue INFO >>0 [664] -2014-01-12 19:32:40 sendUrl INFO 0 [664] -2014-01-12 19:33:29 queue INFO >>0 [665] -2014-01-12 19:33:30 sendUrl INFO 0 [665] -2014-01-12 19:34:19 queue INFO >>0 [666] -2014-01-12 19:34:20 sendUrl INFO 0 [666] -2014-01-12 19:35:10 queue INFO >>0 [667] -2014-01-12 19:35:10 sendUrl INFO 0 [667] -2014-01-12 19:36:00 queue INFO >>0 [668] -2014-01-12 19:36:00 sendUrl INFO 0 [668] -2014-01-12 19:36:50 queue INFO >>0 [669] -2014-01-12 19:36:50 sendUrl INFO 0 [669] -2014-01-12 19:37:40 queue INFO >>0 [670] -2014-01-12 19:37:40 sendUrl INFO 0 [670] -2014-01-12 19:38:30 queue INFO >>0 [671] -2014-01-12 19:38:31 sendUrl INFO 0 [671] -2014-01-12 19:39:20 queue INFO >>0 [672] -2014-01-12 19:39:21 sendUrl INFO 0 [672] -2014-01-12 19:40:10 queue INFO >>0 [673] -2014-01-12 19:40:11 sendUrl INFO 0 [673] -2014-01-12 19:41:01 queue INFO >>0 [674] -2014-01-12 19:41:01 sendUrl INFO 0 [674] -2014-01-12 19:41:51 queue INFO >>0 [675] -2014-01-12 19:41:51 sendUrl INFO 0 [675] -2014-01-12 19:42:41 queue INFO >>0 [676] -2014-01-12 19:42:41 sendUrl INFO 0 [676] -2014-01-12 19:43:31 queue INFO >>0 [677] -2014-01-12 19:43:32 sendUrl INFO 0 [677] -2014-01-12 19:44:21 queue INFO >>0 [678] -2014-01-12 19:44:21 sendUrl INFO 0 [678] -2014-01-12 19:45:11 queue INFO >>0 [679] -2014-01-12 19:45:12 sendUrl INFO 0 [679] -2014-01-12 19:46:01 queue INFO >>0 [680] -2014-01-12 19:46:02 sendUrl INFO 0 [680] -2014-01-12 19:46:52 queue INFO >>0 [681] -2014-01-12 19:46:52 sendUrl INFO 0 [681] -2014-01-12 19:47:42 queue INFO >>0 [682] -2014-01-12 19:47:42 sendUrl INFO 0 [682] -2014-01-12 19:48:32 queue INFO >>0 [683] -2014-01-12 19:48:32 sendUrl INFO 0 [683] -2014-01-12 19:49:22 queue INFO >>0 [684] -2014-01-12 19:49:22 sendUrl INFO 0 [684] -2014-01-12 19:50:12 queue INFO >>0 [685] -2014-01-12 19:50:13 sendUrl INFO 0 [685] -2014-01-12 19:51:02 queue INFO >>0 [686] -2014-01-12 19:51:03 sendUrl INFO 0 [686] -2014-01-12 19:51:53 queue INFO >>0 [687] -2014-01-12 19:51:53 sendUrl INFO 0 [687] -2014-01-12 19:52:43 queue INFO >>0 [688] -2014-01-12 19:52:43 sendUrl INFO 0 [688] -2014-01-12 19:53:33 queue INFO >>0 [689] -2014-01-12 19:53:33 sendUrl INFO 0 [689] -2014-01-12 19:54:23 queue INFO >>0 [690] -2014-01-12 19:54:23 sendUrl INFO 0 [690] -2014-01-12 19:55:13 queue INFO >>0 [691] -2014-01-12 19:55:14 sendUrl INFO 0 [691] -2014-01-12 19:56:03 queue INFO >>0 [692] -2014-01-12 19:56:04 sendUrl INFO 0 [692] -2014-01-12 19:56:53 queue INFO >>0 [693] -2014-01-12 19:56:54 sendUrl INFO 0 [693] -2014-01-12 19:57:44 queue INFO >>0 [694] -2014-01-12 19:57:44 sendUrl INFO 0 [694] -2014-01-12 19:58:34 queue INFO >>0 [695] -2014-01-12 19:58:34 sendUrl INFO 0 [695] -2014-01-12 19:59:24 queue INFO >>0 [696] -2014-01-12 19:59:24 sendUrl INFO 0 [696] -2014-01-12 20:00:14 queue INFO >>0 [697] -2014-01-12 20:00:14 sendUrl INFO 0 [697] -2014-01-12 20:01:04 queue INFO >>0 [698] -2014-01-12 20:01:05 sendUrl INFO 0 [698] -2014-01-12 20:01:54 queue INFO >>0 [699] -2014-01-12 20:01:55 sendUrl INFO 0 [699] -2014-01-12 20:02:45 queue INFO >>0 [700] -2014-01-12 20:02:45 sendUrl INFO 0 [700] -2014-01-12 20:03:35 queue INFO >>0 [701] -2014-01-12 20:03:35 sendUrl INFO 0 [701] -2014-01-12 20:04:25 queue INFO >>0 [702] -2014-01-12 20:04:25 sendUrl INFO 0 [702] -2014-01-12 20:05:15 queue INFO >>0 [703] -2014-01-12 20:05:15 sendUrl INFO 0 [703] -2014-01-12 20:06:05 queue INFO >>0 [704] -2014-01-12 20:06:06 sendUrl INFO 0 [704] -2014-01-12 20:06:55 queue INFO >>0 [705] -2014-01-12 20:06:55 sendUrl INFO 0 [705] -2014-01-12 20:07:45 queue INFO >>0 [706] -2014-01-12 20:07:46 sendUrl INFO 0 [706] -2014-01-12 20:08:35 queue INFO >>0 [707] -2014-01-12 20:08:36 sendUrl INFO 0 [707] -2014-01-12 20:09:26 queue INFO >>0 [708] -2014-01-12 20:09:26 sendUrl INFO 0 [708] -2014-01-12 20:10:16 queue INFO >>0 [709] -2014-01-12 20:10:16 sendUrl INFO 0 [709] -2014-01-12 20:11:06 queue INFO >>0 [710] -2014-01-12 20:11:06 sendUrl INFO 0 [710] -2014-01-12 20:11:56 queue INFO >>0 [711] -2014-01-12 20:11:56 sendUrl INFO 0 [711] -2014-01-12 20:12:46 queue INFO >>0 [712] -2014-01-12 20:12:47 sendUrl INFO 0 [712] -2014-01-12 20:13:36 queue INFO >>0 [713] -2014-01-12 20:13:36 sendUrl INFO 0 [713] -2014-01-12 20:14:26 queue INFO >>0 [714] -2014-01-12 20:14:27 sendUrl INFO 0 [714] -2014-01-12 20:15:17 queue INFO >>0 [715] -2014-01-12 20:15:17 sendUrl INFO 0 [715] -2014-01-12 20:16:07 queue INFO >>0 [716] -2014-01-12 20:16:07 sendUrl INFO 0 [716] -2014-01-12 20:16:57 queue INFO >>0 [717] -2014-01-12 20:16:57 sendUrl INFO 0 [717] -2014-01-12 20:17:47 queue INFO >>0 [718] -2014-01-12 20:17:48 sendUrl INFO 0 [718] -2014-01-12 20:18:37 queue INFO >>0 [719] -2014-01-12 20:18:37 sendUrl INFO 0 [719] -2014-01-12 20:19:27 queue INFO >>0 [720] -2014-01-12 20:19:28 sendUrl INFO 0 [720] -2014-01-12 20:20:18 queue INFO >>0 [721] -2014-01-12 20:20:18 sendUrl INFO 0 [721] -2014-01-12 20:21:08 queue INFO >>0 [722] -2014-01-12 20:21:08 sendUrl INFO 0 [722] -2014-01-12 20:21:58 queue INFO >>0 [723] -2014-01-12 20:21:58 sendUrl INFO 0 [723] -2014-01-12 20:22:48 queue INFO >>0 [724] -2014-01-12 20:22:48 sendUrl INFO 0 [724] -2014-01-12 20:23:38 queue INFO >>0 [725] -2014-01-12 20:23:38 sendUrl INFO 0 [725] -2014-01-12 20:24:28 queue INFO >>0 [726] -2014-01-12 20:24:29 sendUrl INFO 0 [726] -2014-01-12 20:25:18 queue INFO >>0 [727] -2014-01-12 20:25:19 sendUrl INFO 0 [727] -2014-01-12 20:26:09 queue INFO >>0 [728] -2014-01-12 20:26:09 sendUrl INFO 0 [728] -2014-01-12 20:26:59 queue INFO >>0 [729] -2014-01-12 20:26:59 sendUrl INFO 0 [729] -2014-01-12 20:27:49 queue INFO >>0 [730] -2014-01-12 20:27:49 sendUrl INFO 0 [730] -2014-01-12 20:28:39 queue INFO >>0 [731] -2014-01-12 20:28:39 sendUrl INFO 0 [731] -2014-01-12 20:29:29 queue INFO >>0 [732] -2014-01-12 20:29:30 sendUrl INFO 0 [732] -2014-01-12 20:30:19 queue INFO >>0 [733] -2014-01-12 20:30:20 sendUrl INFO 0 [733] -2014-01-12 20:31:10 queue INFO >>0 [734] -2014-01-12 20:31:10 sendUrl INFO 0 [734] -2014-01-12 20:32:00 queue INFO >>0 [735] -2014-01-12 20:32:00 sendUrl INFO 0 [735] -2014-01-12 20:32:50 queue INFO >>0 [736] -2014-01-12 20:32:50 sendUrl INFO 0 [736] -2014-01-12 20:33:40 queue INFO >>0 [737] -2014-01-12 20:33:40 sendUrl INFO 0 [737] -2014-01-12 20:34:30 queue INFO >>0 [738] -2014-01-12 20:34:30 sendUrl INFO 0 [738] -2014-01-12 20:35:20 queue INFO >>0 [739] -2014-01-12 20:35:21 sendUrl INFO 0 [739] -2014-01-12 20:36:10 queue INFO >>0 [740] -2014-01-12 20:36:11 sendUrl INFO 0 [740] -2014-01-12 20:37:01 queue INFO >>0 [741] -2014-01-12 20:37:01 sendUrl INFO 0 [741] -2014-01-12 20:37:51 queue INFO >>0 [742] -2014-01-12 20:37:51 sendUrl INFO 0 [742] -2014-01-12 20:38:41 queue INFO >>0 [743] -2014-01-12 20:38:41 sendUrl INFO 0 [743] -2014-01-12 20:39:31 queue INFO >>0 [744] -2014-01-12 20:39:31 sendUrl INFO 0 [744] -2014-01-12 20:40:21 queue INFO >>0 [745] -2014-01-12 20:40:22 sendUrl INFO 0 [745] -2014-01-12 20:41:11 queue INFO >>0 [746] -2014-01-12 20:41:12 sendUrl INFO 0 [746] -2014-01-12 20:42:02 queue INFO >>0 [747] -2014-01-12 20:42:02 sendUrl INFO 0 [747] -2014-01-12 20:42:52 queue INFO >>0 [748] -2014-01-12 20:42:52 sendUrl INFO 0 [748] -2014-01-12 20:43:42 queue INFO >>0 [749] -2014-01-12 20:43:42 sendUrl INFO 0 [749] -2014-01-12 20:44:32 queue INFO >>0 [750] -2014-01-12 20:44:32 sendUrl INFO 0 [750] -2014-01-12 20:45:22 queue INFO >>0 [751] -2014-01-12 20:45:23 sendUrl INFO 0 [751] -2014-01-12 20:46:12 queue INFO >>0 [752] -2014-01-12 20:46:12 sendUrl INFO 0 [752] -2014-01-12 20:47:02 queue INFO >>0 [753] -2014-01-12 20:47:03 sendUrl INFO 0 [753] -2014-01-12 20:47:53 queue INFO >>0 [754] -2014-01-12 20:47:53 sendUrl INFO 0 [754] -2014-01-12 20:48:43 queue INFO >>0 [755] -2014-01-12 20:48:43 sendUrl INFO 0 [755] -2014-01-12 20:49:33 queue INFO >>0 [756] -2014-01-12 20:49:33 sendUrl INFO 0 [756] -2014-01-12 20:50:23 queue INFO >>0 [757] -2014-01-12 20:50:24 sendUrl INFO 0 [757] -2014-01-12 20:51:13 queue INFO >>0 [758] -2014-01-12 20:51:13 sendUrl INFO 0 [758] -2014-01-12 20:52:03 queue INFO >>0 [759] -2014-01-12 20:52:04 sendUrl INFO 0 [759] -2014-01-12 20:52:54 queue INFO >>0 [760] -2014-01-12 20:52:54 sendUrl INFO 0 [760] -2014-01-12 20:53:44 queue INFO >>0 [761] -2014-01-12 20:53:44 sendUrl INFO 0 [761] -2014-01-12 20:54:34 queue INFO >>0 [762] -2014-01-12 20:54:34 sendUrl INFO 0 [762] -2014-01-12 20:55:24 queue INFO >>0 [763] -2014-01-12 20:55:24 sendUrl INFO 0 [763] -2014-01-12 20:56:14 queue INFO >>0 [764] -2014-01-12 20:56:14 sendUrl INFO 0 [764] -2014-01-12 20:57:04 queue INFO >>0 [765] -2014-01-12 20:57:05 sendUrl INFO 0 [765] -2014-01-12 20:57:54 queue INFO >>0 [766] -2014-01-12 20:57:55 sendUrl INFO 0 [766] -2014-01-12 20:58:45 queue INFO >>0 [767] -2014-01-12 20:58:45 sendUrl INFO 0 [767] -2014-01-12 20:59:35 queue INFO >>0 [768] -2014-01-12 20:59:35 sendUrl INFO 0 [768] -2014-01-12 21:00:25 queue INFO >>0 [769] -2014-01-12 21:00:25 sendUrl INFO 0 [769] -2014-01-12 21:01:15 queue INFO >>0 [770] -2014-01-12 21:01:15 sendUrl INFO 0 [770] -2014-01-12 21:02:05 queue INFO >>0 [771] -2014-01-12 21:02:06 sendUrl INFO 0 [771] -2014-01-12 21:02:55 queue INFO >>0 [772] -2014-01-12 21:02:56 sendUrl INFO 0 [772] -2014-01-12 21:03:45 queue INFO >>0 [773] -2014-01-12 21:03:46 sendUrl INFO 0 [773] -2014-01-12 21:04:36 queue INFO >>0 [774] -2014-01-12 21:04:36 sendUrl INFO 0 [774] -2014-01-12 21:05:26 queue INFO >>0 [775] -2014-01-12 21:05:26 sendUrl INFO 0 [775] -2014-01-12 21:06:16 queue INFO >>0 [776] -2014-01-12 21:06:16 sendUrl INFO 0 [776] -2014-01-12 21:07:06 queue INFO >>0 [777] -2014-01-12 21:07:06 sendUrl INFO 0 [777] -2014-01-12 21:07:56 queue INFO >>0 [778] -2014-01-12 21:07:57 sendUrl INFO 0 [778] -2014-01-12 21:08:46 queue INFO >>0 [779] -2014-01-12 21:08:46 sendUrl INFO 0 [779] -2014-01-12 21:09:36 queue INFO >>0 [780] -2014-01-12 21:09:37 sendUrl INFO 0 [780] -2014-01-12 21:10:27 queue INFO >>0 [781] -2014-01-12 21:10:27 sendUrl INFO 0 [781] -2014-01-12 21:11:17 queue INFO >>0 [782] -2014-01-12 21:11:17 sendUrl INFO 0 [782] -2014-01-12 21:12:07 queue INFO >>0 [783] -2014-01-12 21:12:07 sendUrl INFO 0 [783] -2014-01-12 21:12:57 queue INFO >>0 [784] -2014-01-12 21:12:58 sendUrl INFO 0 [784] -2014-01-12 21:13:47 queue INFO >>0 [785] -2014-01-12 21:13:47 sendUrl INFO 0 [785] -2014-01-12 21:14:37 queue INFO >>0 [786] -2014-01-12 21:14:38 sendUrl INFO 0 [786] -2014-01-12 21:15:27 queue INFO >>0 [787] -2014-01-12 21:15:28 sendUrl INFO 0 [787] -2014-01-12 21:16:18 queue INFO >>0 [788] -2014-01-12 21:16:18 sendUrl INFO 0 [788] -2014-01-12 21:17:08 queue INFO >>0 [789] -2014-01-12 21:17:08 sendUrl INFO 0 [789] -2014-01-12 21:17:58 queue INFO >>0 [790] -2014-01-12 21:17:58 sendUrl INFO 0 [790] -2014-01-12 21:18:48 queue INFO >>0 [791] -2014-01-12 21:18:48 sendUrl INFO 0 [791] -2014-01-12 21:19:38 queue INFO >>0 [792] -2014-01-12 21:19:39 sendUrl INFO 0 [792] -2014-01-12 21:20:28 queue INFO >>0 [793] -2014-01-12 21:20:29 sendUrl INFO 0 [793] -2014-01-12 21:21:19 queue INFO >>0 [794] -2014-01-12 21:21:19 sendUrl INFO 0 [794] -2014-01-12 21:22:09 queue INFO >>0 [795] -2014-01-12 21:22:09 sendUrl INFO 0 [795] -2014-01-12 21:22:59 queue INFO >>0 [796] -2014-01-12 21:22:59 sendUrl INFO 0 [796] -2014-01-12 21:23:49 queue INFO >>0 [797] -2014-01-12 21:23:49 sendUrl INFO 0 [797] -2014-01-12 21:24:39 queue INFO >>0 [798] -2014-01-12 21:24:40 sendUrl INFO 0 [798] -2014-01-12 21:25:29 queue INFO >>0 [799] -2014-01-12 21:25:30 sendUrl INFO 0 [799] -2014-01-12 21:26:19 queue INFO >>0 [800] -2014-01-12 21:26:20 sendUrl INFO 0 [800] -2014-01-12 21:27:10 queue INFO >>0 [801] -2014-01-12 21:27:10 sendUrl INFO 0 [801] -2014-01-12 21:28:00 queue INFO >>0 [802] -2014-01-12 21:28:00 sendUrl INFO 0 [802] -2014-01-12 21:28:50 queue INFO >>0 [803] -2014-01-12 21:28:50 sendUrl INFO 0 [803] -2014-01-12 21:29:40 queue INFO >>0 [804] -2014-01-12 21:29:40 sendUrl INFO 0 [804] -2014-01-12 21:30:30 queue INFO >>0 [805] -2014-01-12 21:30:31 sendUrl INFO 0 [805] -2014-01-12 21:31:20 queue INFO >>0 [806] -2014-01-12 21:31:21 sendUrl INFO 0 [806] -2014-01-12 21:32:10 queue INFO >>0 [807] -2014-01-12 21:32:11 sendUrl INFO 0 [807] -2014-01-12 21:33:01 queue INFO >>0 [808] -2014-01-12 21:33:01 sendUrl INFO 0 [808] -2014-01-12 21:33:51 queue INFO >>0 [809] -2014-01-12 21:33:51 sendUrl INFO 0 [809] -2014-01-12 21:34:41 queue INFO >>0 [810] -2014-01-12 21:34:41 sendUrl INFO 0 [810] -2014-01-12 21:35:31 queue INFO >>0 [811] -2014-01-12 21:35:31 sendUrl INFO 0 [811] -2014-01-12 21:36:21 queue INFO >>0 [812] -2014-01-12 21:36:21 sendUrl INFO 0 [812] -2014-01-12 21:37:11 queue INFO >>0 [813] -2014-01-12 21:37:12 sendUrl INFO 0 [813] -2014-01-12 21:38:01 queue INFO >>0 [814] -2014-01-12 21:38:02 sendUrl INFO 0 [814] -2014-01-12 21:38:52 queue INFO >>0 [815] -2014-01-12 21:38:52 sendUrl INFO 0 [815] -2014-01-12 21:39:42 queue INFO >>0 [816] -2014-01-12 21:39:42 sendUrl INFO 0 [816] -2014-01-12 21:40:32 queue INFO >>0 [817] -2014-01-12 21:40:32 sendUrl INFO 0 [817] -2014-01-12 21:41:22 queue INFO >>0 [818] -2014-01-12 21:41:22 sendUrl INFO 0 [818] -2014-01-12 21:42:12 queue INFO >>0 [819] -2014-01-12 21:42:13 sendUrl INFO 0 [819] -2014-01-12 21:43:02 queue INFO >>0 [820] -2014-01-12 21:43:03 sendUrl INFO 0 [820] -2014-01-12 21:43:53 queue INFO >>0 [821] -2014-01-12 21:43:53 sendUrl INFO 0 [821] -2014-01-12 21:44:43 queue INFO >>0 [822] -2014-01-12 21:44:43 sendUrl INFO 0 [822] -2014-01-12 21:45:33 queue INFO >>0 [823] -2014-01-12 21:45:33 sendUrl INFO 0 [823] -2014-01-12 21:46:23 queue INFO >>0 [824] -2014-01-12 21:46:23 sendUrl INFO 0 [824] -2014-01-12 21:47:13 queue INFO >>0 [825] -2014-01-12 21:47:13 sendUrl INFO 0 [825] -2014-01-12 21:48:03 queue INFO >>0 [826] -2014-01-12 21:48:04 sendUrl INFO 0 [826] -2014-01-12 21:48:53 queue INFO >>0 [827] -2014-01-12 21:48:53 sendUrl INFO 0 [827] -2014-01-12 21:49:43 queue INFO >>0 [828] -2014-01-12 21:49:44 sendUrl INFO 0 [828] -2014-01-12 21:50:34 queue INFO >>0 [829] -2014-01-12 21:50:34 sendUrl INFO 0 [829] -2014-01-12 21:51:24 queue INFO >>0 [830] -2014-01-12 21:51:24 sendUrl INFO 0 [830] -2014-01-12 21:52:14 queue INFO >>0 [831] -2014-01-12 21:52:14 sendUrl INFO 0 [831] -2014-01-12 21:53:04 queue INFO >>0 [832] -2014-01-12 21:53:05 sendUrl INFO 0 [832] -2014-01-12 21:53:54 queue INFO >>0 [833] -2014-01-12 21:53:54 sendUrl INFO 0 [833] -2014-01-12 21:54:44 queue INFO >>0 [834] -2014-01-12 21:54:45 sendUrl INFO 0 [834] -2014-01-12 21:55:34 queue INFO >>0 [835] -2014-01-12 21:55:35 sendUrl INFO 0 [835] -2014-01-12 21:56:25 queue INFO >>0 [836] -2014-01-12 21:56:25 sendUrl INFO 0 [836] -2014-01-12 21:57:15 queue INFO >>0 [837] -2014-01-12 21:57:15 sendUrl INFO 0 [837] -2014-01-12 21:58:05 queue INFO >>0 [838] -2014-01-12 21:58:05 sendUrl INFO 0 [838] -2014-01-12 21:58:55 queue INFO >>0 [839] -2014-01-12 21:58:55 sendUrl INFO 0 [839] -2014-01-12 21:59:45 queue INFO >>0 [840] -2014-01-12 21:59:46 sendUrl INFO 0 [840] -2014-01-12 22:00:35 queue INFO >>0 [841] -2014-01-12 22:00:36 sendUrl INFO 0 [841] -2014-01-12 22:01:26 queue INFO >>0 [842] -2014-01-12 22:01:26 sendUrl INFO 0 [842] -2014-01-12 22:02:16 queue INFO >>0 [843] -2014-01-12 22:02:16 sendUrl INFO 0 [843] -2014-01-12 22:03:06 queue INFO >>0 [844] -2014-01-12 22:03:06 sendUrl INFO 0 [844] -2014-01-12 22:03:56 queue INFO >>0 [845] -2014-01-12 22:03:56 sendUrl INFO 0 [845] -2014-01-12 22:04:46 queue INFO >>0 [846] -2014-01-12 22:04:47 sendUrl INFO 0 [846] -2014-01-12 22:05:36 queue INFO >>0 [847] -2014-01-12 22:05:37 sendUrl INFO 0 [847] -2014-01-12 22:06:26 queue INFO >>0 [848] -2014-01-12 22:06:27 sendUrl INFO 0 [848] -2014-01-12 22:07:17 queue INFO >>0 [849] -2014-01-12 22:07:17 sendUrl INFO 0 [849] -2014-01-12 22:08:07 queue INFO >>0 [850] -2014-01-12 22:08:07 sendUrl INFO 0 [850] -2014-01-12 22:08:57 queue INFO >>0 [851] -2014-01-12 22:08:57 sendUrl INFO 0 [851] -2014-01-12 22:09:47 queue INFO >>0 [852] -2014-01-12 22:09:47 sendUrl INFO 0 [852] -2014-01-12 22:10:37 queue INFO >>0 [853] -2014-01-12 22:10:38 sendUrl INFO 0 [853] -2014-01-12 22:11:27 queue INFO >>0 [854] -2014-01-12 22:11:28 sendUrl INFO 0 [854] -2014-01-12 22:12:18 queue INFO >>0 [855] -2014-01-12 22:12:18 sendUrl INFO 0 [855] -2014-01-12 22:13:08 queue INFO >>0 [856] -2014-01-12 22:13:08 sendUrl INFO 0 [856] -2014-01-12 22:13:58 queue INFO >>0 [857] -2014-01-12 22:13:58 sendUrl INFO 0 [857] -2014-01-12 22:14:48 queue INFO >>0 [858] -2014-01-12 22:14:48 sendUrl INFO 0 [858] -2014-01-12 22:15:38 queue INFO >>0 [859] -2014-01-12 22:15:39 sendUrl INFO 0 [859] -2014-01-12 22:16:28 queue INFO >>0 [860] -2014-01-12 22:16:29 sendUrl INFO 0 [860] -2014-01-12 22:17:18 queue INFO >>0 [861] -2014-01-12 22:17:19 sendUrl INFO 0 [861] -2014-01-12 22:18:09 queue INFO >>0 [862] -2014-01-12 22:18:09 sendUrl INFO 0 [862] -2014-01-12 22:18:59 queue INFO >>0 [863] -2014-01-12 22:18:59 sendUrl INFO 0 [863] -2014-01-12 22:19:49 queue INFO >>0 [864] -2014-01-12 22:19:49 sendUrl INFO 0 [864] -2014-01-12 22:20:39 queue INFO >>0 [865] -2014-01-12 22:20:40 sendUrl INFO 0 [865] -2014-01-12 22:21:29 queue INFO >>0 [866] -2014-01-12 22:21:29 sendUrl INFO 0 [866] -2014-01-12 22:22:19 queue INFO >>0 [867] -2014-01-12 22:22:20 sendUrl INFO 0 [867] -2014-01-12 22:23:10 queue INFO >>0 [868] -2014-01-12 22:23:10 sendUrl INFO 0 [868] -2014-01-12 22:24:00 queue INFO >>0 [869] -2014-01-12 22:24:00 sendUrl INFO 0 [869] -2014-01-12 22:24:50 queue INFO >>0 [870] -2014-01-12 22:24:50 sendUrl INFO 0 [870] -2014-01-12 22:25:40 queue INFO >>0 [871] -2014-01-12 22:25:41 sendUrl INFO 0 [871] -2014-01-12 22:26:30 queue INFO >>0 [872] -2014-01-12 22:26:30 sendUrl INFO 0 [872] -2014-01-12 22:27:20 queue INFO >>0 [873] -2014-01-12 22:27:21 sendUrl INFO 0 [873] -2014-01-12 22:28:10 queue INFO >>0 [874] -2014-01-12 22:28:11 sendUrl INFO 0 [874] -2014-01-12 22:29:01 queue INFO >>0 [875] -2014-01-12 22:29:01 sendUrl INFO 0 [875] -2014-01-12 22:29:51 queue INFO >>0 [876] -2014-01-12 22:29:51 sendUrl INFO 0 [876] -2014-01-12 22:30:41 queue INFO >>0 [877] -2014-01-12 22:30:41 sendUrl INFO 0 [877] -2014-01-12 22:31:31 queue INFO >>0 [878] -2014-01-12 22:31:31 sendUrl INFO 0 [878] -2014-01-12 22:32:21 queue INFO >>0 [879] -2014-01-12 22:32:21 sendUrl INFO 0 [879] -2014-01-12 22:33:11 queue INFO >>0 [880] -2014-01-12 22:33:12 sendUrl INFO 0 [880] -2014-01-12 22:34:01 queue INFO >>0 [881] -2014-01-12 22:34:02 sendUrl INFO 0 [881] -2014-01-12 22:34:51 queue INFO >>0 [882] -2014-01-12 22:34:52 sendUrl INFO 0 [882] -2014-01-12 22:35:42 queue INFO >>0 [883] -2014-01-12 22:35:42 sendUrl INFO 0 [883] -2014-01-12 22:36:32 queue INFO >>0 [884] -2014-01-12 22:36:32 sendUrl INFO 0 [884] -2014-01-12 22:37:22 queue INFO >>0 [885] -2014-01-12 22:37:22 sendUrl INFO 0 [885] -2014-01-12 22:38:12 queue INFO >>0 [886] -2014-01-12 22:38:13 sendUrl INFO 0 [886] -2014-01-12 22:39:02 queue INFO >>0 [887] -2014-01-12 22:39:02 sendUrl INFO 0 [887] -2014-01-12 22:39:52 queue INFO >>0 [888] -2014-01-12 22:39:53 sendUrl INFO 0 [888] -2014-01-12 22:40:43 queue INFO >>0 [889] -2014-01-12 22:40:43 sendUrl INFO 0 [889] -2014-01-12 22:41:33 queue INFO >>0 [890] -2014-01-12 22:41:33 sendUrl INFO 0 [890] -2014-01-12 22:42:23 queue INFO >>0 [891] -2014-01-12 22:42:23 sendUrl INFO 0 [891] -2014-01-12 22:43:13 queue INFO >>0 [892] -2014-01-12 22:43:14 sendUrl INFO 0 [892] -2014-01-12 22:44:03 queue INFO >>0 [893] -2014-01-12 22:44:03 sendUrl INFO 0 [893] -2014-01-12 22:44:53 queue INFO >>0 [894] -2014-01-12 22:44:54 sendUrl INFO 0 [894] -2014-01-12 22:45:43 queue INFO >>0 [895] -2014-01-12 22:45:44 sendUrl INFO 0 [895] -2014-01-12 22:46:34 queue INFO >>0 [896] -2014-01-12 22:46:34 sendUrl INFO 0 [896] -2014-01-12 22:47:24 queue INFO >>0 [897] -2014-01-12 22:47:24 sendUrl INFO 0 [897] -2014-01-12 22:48:14 queue INFO >>0 [898] -2014-01-12 22:48:15 sendUrl INFO 0 [898] -2014-01-12 22:49:04 queue INFO >>0 [899] -2014-01-12 22:49:04 sendUrl INFO 0 [899] -2014-01-12 22:49:54 queue INFO >>0 [900] -2014-01-12 22:49:55 sendUrl INFO 0 [900] -2014-01-12 22:50:44 queue INFO >>0 [901] -2014-01-12 22:50:45 sendUrl INFO 0 [901] -2014-01-12 22:51:35 queue INFO >>0 [902] -2014-01-12 22:51:35 sendUrl INFO 0 [902] -2014-01-12 22:52:25 queue INFO >>0 [903] -2014-01-12 22:52:25 sendUrl INFO 0 [903] -2014-01-12 22:53:15 queue INFO >>0 [904] -2014-01-12 22:53:15 sendUrl INFO 0 [904] -2014-01-12 22:54:05 queue INFO >>0 [905] -2014-01-12 22:54:05 sendUrl INFO 0 [905] -2014-01-12 22:54:55 queue INFO >>0 [906] -2014-01-12 22:54:56 sendUrl INFO 0 [906] -2014-01-12 22:55:45 queue INFO >>0 [907] -2014-01-12 22:55:45 sendUrl INFO 0 [907] -2014-01-12 22:56:35 queue INFO >>0 [908] -2014-01-12 22:56:36 sendUrl INFO 0 [908] -2014-01-12 22:57:26 queue INFO >>0 [909] -2014-01-12 22:57:26 sendUrl INFO 0 [909] -2014-01-12 22:58:16 queue INFO >>0 [910] -2014-01-12 22:58:16 sendUrl INFO 0 [910] -2014-01-12 22:59:06 queue INFO >>0 [911] -2014-01-12 22:59:06 sendUrl INFO 0 [911] -2014-01-12 22:59:56 queue INFO >>0 [912] -2014-01-12 22:59:57 sendUrl INFO 0 [912] -2014-01-12 23:00:46 queue INFO >>0 [913] -2014-01-12 23:00:46 sendUrl INFO 0 [913] -2014-01-12 23:01:36 queue INFO >>0 [914] -2014-01-12 23:01:37 sendUrl INFO 0 [914] -2014-01-12 23:02:27 queue INFO >>0 [915] -2014-01-12 23:02:27 sendUrl INFO 0 [915] -2014-01-12 23:03:17 queue INFO >>0 [916] -2014-01-12 23:03:17 sendUrl INFO 0 [916] -2014-01-12 23:04:07 queue INFO >>0 [917] -2014-01-12 23:04:07 sendUrl INFO 0 [917] -2014-01-12 23:04:57 queue INFO >>0 [918] -2014-01-12 23:04:57 sendUrl INFO 0 [918] -2014-01-12 23:05:47 queue INFO >>0 [919] -2014-01-12 23:05:48 sendUrl INFO 0 [919] -2014-01-12 23:06:37 queue INFO >>0 [920] -2014-01-12 23:06:38 sendUrl INFO 0 [920] -2014-01-12 23:07:27 queue INFO >>0 [921] -2014-01-12 23:07:28 sendUrl INFO 0 [921] -2014-01-12 23:08:18 queue INFO >>0 [922] -2014-01-12 23:08:18 sendUrl INFO 0 [922] -2014-01-12 23:09:08 queue INFO >>0 [923] -2014-01-12 23:09:08 sendUrl INFO 0 [923] -2014-01-12 23:09:58 queue INFO >>0 [924] -2014-01-12 23:09:58 sendUrl INFO 0 [924] -2014-01-12 23:10:48 queue INFO >>0 [925] -2014-01-12 23:10:48 sendUrl INFO 0 [925] -2014-01-12 23:11:38 queue INFO >>0 [926] -2014-01-12 23:11:39 sendUrl INFO 0 [926] -2014-01-12 23:12:28 queue INFO >>0 [927] -2014-01-12 23:12:29 sendUrl INFO 0 [927] -2014-01-12 23:13:19 queue INFO >>0 [928] -2014-01-12 23:13:19 sendUrl INFO 0 [928] -2014-01-12 23:14:09 queue INFO >>0 [929] -2014-01-12 23:14:09 sendUrl INFO 0 [929] -2014-01-12 23:14:59 queue INFO >>0 [930] -2014-01-12 23:14:59 sendUrl INFO 0 [930] -2014-01-12 23:15:49 queue INFO >>0 [931] -2014-01-12 23:15:49 sendUrl INFO 0 [931] -2014-01-12 23:16:39 queue INFO >>0 [932] -2014-01-12 23:16:39 sendUrl INFO 0 [932] -2014-01-12 23:17:29 queue INFO >>0 [933] -2014-01-12 23:17:30 sendUrl INFO 0 [933] -2014-01-12 23:18:19 queue INFO >>0 [934] -2014-01-12 23:18:20 sendUrl INFO 0 [934] -2014-01-12 23:19:10 queue INFO >>0 [935] -2014-01-12 23:19:10 sendUrl INFO 0 [935] -2014-01-12 23:20:00 queue INFO >>0 [936] -2014-01-12 23:20:00 sendUrl INFO 0 [936] -2014-01-12 23:20:50 queue INFO >>0 [937] -2014-01-12 23:20:50 sendUrl INFO 0 [937] -2014-01-12 23:21:40 queue INFO >>0 [938] -2014-01-12 23:21:40 sendUrl INFO 0 [938] -2014-01-12 23:22:30 queue INFO >>0 [939] -2014-01-12 23:22:31 sendUrl INFO 0 [939] -2014-01-12 23:23:20 queue INFO >>0 [940] -2014-01-12 23:23:20 sendUrl INFO 0 [940] -2014-01-12 23:24:10 queue INFO >>0 [941] -2014-01-12 23:24:11 sendUrl INFO 0 [941] -2014-01-12 23:25:01 queue INFO >>0 [942] -2014-01-12 23:25:01 sendUrl INFO 0 [942] -2014-01-12 23:25:51 queue INFO >>0 [943] -2014-01-12 23:25:51 sendUrl INFO 0 [943] -2014-01-12 23:26:41 queue INFO >>0 [944] -2014-01-12 23:26:41 sendUrl INFO 0 [944] -2014-01-12 23:27:31 queue INFO >>0 [945] -2014-01-12 23:27:31 sendUrl INFO 0 [945] -2014-01-12 23:28:21 queue INFO >>0 [946] -2014-01-12 23:28:21 sendUrl INFO 0 [946] -2014-01-12 23:29:11 queue INFO >>0 [947] -2014-01-12 23:29:12 sendUrl INFO 0 [947] -2014-01-12 23:30:01 queue INFO >>0 [948] -2014-01-12 23:30:02 sendUrl INFO 0 [948] -2014-01-12 23:30:52 queue INFO >>0 [949] -2014-01-12 23:30:52 sendUrl INFO 0 [949] -2014-01-12 23:31:42 queue INFO >>0 [950] -2014-01-12 23:31:42 sendUrl INFO 0 [950] -2014-01-12 23:32:32 queue INFO >>0 [951] -2014-01-12 23:32:32 sendUrl INFO 0 [951] -2014-01-12 23:33:22 queue INFO >>0 [952] -2014-01-12 23:33:22 sendUrl INFO 0 [952] -2014-01-12 23:34:12 queue INFO >>0 [953] -2014-01-12 23:34:12 sendUrl INFO 0 [953] -2014-01-12 23:35:02 queue INFO >>0 [954] -2014-01-12 23:35:03 sendUrl INFO 0 [954] -2014-01-12 23:35:53 queue INFO >>0 [955] -2014-01-12 23:35:53 sendUrl INFO 0 [955] -2014-01-12 23:36:43 queue INFO >>0 [956] -2014-01-12 23:36:43 sendUrl INFO 0 [956] -2014-01-12 23:37:33 queue INFO >>0 [957] -2014-01-12 23:37:33 sendUrl INFO 0 [957] -2014-01-12 23:38:23 queue INFO >>0 [958] -2014-01-12 23:38:23 sendUrl INFO 0 [958] -2014-01-12 23:39:13 queue INFO >>0 [959] -2014-01-12 23:39:13 sendUrl INFO 0 [959] -2014-01-12 23:40:03 queue INFO >>0 [960] -2014-01-12 23:40:04 sendUrl INFO 0 [960] -2014-01-12 23:40:53 queue INFO >>0 [961] -2014-01-12 23:40:53 sendUrl INFO 0 [961] -2014-01-12 23:41:43 queue INFO >>0 [962] -2014-01-12 23:41:44 sendUrl INFO 0 [962] -2014-01-12 23:42:34 queue INFO >>0 [963] -2014-01-12 23:42:34 sendUrl INFO 0 [963] -2014-01-12 23:43:24 queue INFO >>0 [964] -2014-01-12 23:43:24 sendUrl INFO 0 [964] -2014-01-12 23:44:14 queue INFO >>0 [965] -2014-01-12 23:44:14 sendUrl INFO 0 [965] -2014-01-12 23:45:04 queue INFO >>0 [966] -2014-01-12 23:45:04 sendUrl INFO 0 [966] -2014-01-12 23:45:54 queue INFO >>0 [967] -2014-01-12 23:45:54 sendUrl INFO 0 [967] -2014-01-12 23:46:44 queue INFO >>0 [968] -2014-01-12 23:46:45 sendUrl INFO 0 [968] -2014-01-12 23:47:34 queue INFO >>0 [969] -2014-01-12 23:47:35 sendUrl INFO 0 [969] -2014-01-12 23:48:25 queue INFO >>0 [970] -2014-01-12 23:48:25 sendUrl INFO 0 [970] -2014-01-12 23:49:15 queue INFO >>0 [971] -2014-01-12 23:49:15 sendUrl INFO 0 [971] -2014-01-12 23:50:05 queue INFO >>0 [972] -2014-01-12 23:50:05 sendUrl INFO 0 [972] -2014-01-12 23:50:55 queue INFO >>0 [973] -2014-01-12 23:50:55 sendUrl INFO 0 [973] -2014-01-12 23:51:45 queue INFO >>0 [974] -2014-01-12 23:51:46 sendUrl INFO 0 [974] -2014-01-12 23:52:35 queue INFO >>0 [975] -2014-01-12 23:52:36 sendUrl INFO 0 [975] -2014-01-12 23:53:26 queue INFO >>0 [976] -2014-01-12 23:53:26 sendUrl INFO 0 [976] -2014-01-12 23:54:16 queue INFO >>0 [977] -2014-01-12 23:54:16 sendUrl INFO 0 [977] -2014-01-12 23:55:06 queue INFO >>0 [978] -2014-01-12 23:55:06 sendUrl INFO 0 [978] -2014-01-12 23:55:56 queue INFO >>0 [979] -2014-01-12 23:55:56 sendUrl INFO 0 [979] -2014-01-12 23:56:46 queue INFO >>0 [980] -2014-01-12 23:56:46 sendUrl INFO 0 [980] -2014-01-12 23:57:36 queue INFO >>0 [981] -2014-01-12 23:57:37 sendUrl INFO 0 [981] -2014-01-12 23:58:26 queue INFO >>0 [982] -2014-01-12 23:58:27 sendUrl INFO 0 [982] -2014-01-12 23:59:17 queue INFO >>0 [983] -2014-01-12 23:59:17 sendUrl INFO 0 [983] -2014-01-13 00:00:07 queue INFO >>0 [984] -2014-01-13 00:00:07 sendUrl INFO 0 [984] -2014-01-13 00:00:57 queue INFO >>0 [985] -2014-01-13 00:00:57 sendUrl INFO 0 [985] -2014-01-13 00:01:47 queue INFO >>0 [986] -2014-01-13 00:01:47 sendUrl INFO 0 [986] -2014-01-13 00:02:37 queue INFO >>0 [987] -2014-01-13 00:02:38 sendUrl INFO 0 [987] -2014-01-13 00:03:27 queue INFO >>0 [988] -2014-01-13 00:03:28 sendUrl INFO 0 [988] -2014-01-13 00:04:17 queue INFO >>0 [989] -2014-01-13 00:04:18 sendUrl INFO 0 [989] -2014-01-13 00:05:08 queue INFO >>0 [990] -2014-01-13 00:05:08 sendUrl INFO 0 [990] -2014-01-13 00:05:58 queue INFO >>0 [991] -2014-01-13 00:05:58 sendUrl INFO 0 [991] -2014-01-13 00:06:48 queue INFO >>0 [992] -2014-01-13 00:06:48 sendUrl INFO 0 [992] -2014-01-13 00:07:38 queue INFO >>0 [993] -2014-01-13 00:07:38 sendUrl INFO 0 [993] -2014-01-13 00:08:28 queue INFO >>0 [994] -2014-01-13 00:08:28 sendUrl INFO 0 [994] -2014-01-13 00:09:18 queue INFO >>0 [995] -2014-01-13 00:09:19 sendUrl INFO 0 [995] -2014-01-13 00:10:08 queue INFO >>0 [996] -2014-01-13 00:10:09 sendUrl INFO 0 [996] -2014-01-13 00:10:59 queue INFO >>0 [997] -2014-01-13 00:10:59 sendUrl INFO 0 [997] -2014-01-13 00:11:49 queue INFO >>0 [998] -2014-01-13 00:11:49 sendUrl INFO 0 [998] -2014-01-13 00:12:39 queue INFO >>0 [999] -2014-01-13 00:12:39 sendUrl INFO 0 [999] -2014-01-13 00:13:29 queue INFO >>0 [0] -2014-01-13 00:13:29 sendUrl INFO 0 [0] -2014-01-13 00:14:19 queue INFO >>0 [1] -2014-01-13 00:14:20 sendUrl INFO 0 [1] -2014-01-13 00:15:09 queue INFO >>0 [2] -2014-01-13 00:15:10 sendUrl INFO 0 [2] -2014-01-13 00:15:59 queue INFO >>0 [3] -2014-01-13 00:16:00 sendUrl INFO 0 [3] -2014-01-13 00:16:50 queue INFO >>0 [4] -2014-01-13 00:16:50 sendUrl INFO 0 [4] -2014-01-13 00:17:40 queue INFO >>0 [5] -2014-01-13 00:17:40 sendUrl INFO 0 [5] -2014-01-13 00:18:30 queue INFO >>0 [6] -2014-01-13 00:18:30 sendUrl INFO 0 [6] -2014-01-13 00:19:20 queue INFO >>0 [7] -2014-01-13 00:19:20 sendUrl INFO 0 [7] -2014-01-13 00:20:10 queue INFO >>0 [8] -2014-01-13 00:20:11 sendUrl INFO 0 [8] -2014-01-13 00:21:00 queue INFO >>0 [9] -2014-01-13 00:21:01 sendUrl INFO 0 [9] -2014-01-13 00:21:51 queue INFO >>0 [10] -2014-01-13 00:21:51 sendUrl INFO 0 [10] -2014-01-13 00:22:41 queue INFO >>0 [11] -2014-01-13 00:22:41 sendUrl INFO 0 [11] -2014-01-13 00:23:31 queue INFO >>0 [12] -2014-01-13 00:23:31 sendUrl INFO 0 [12] -2014-01-13 00:24:21 queue INFO >>0 [13] -2014-01-13 00:24:21 sendUrl INFO 0 [13] -2014-01-13 00:25:11 queue INFO >>0 [14] -2014-01-13 00:25:12 sendUrl INFO 0 [14] -2014-01-13 00:26:01 queue INFO >>0 [15] -2014-01-13 00:26:02 sendUrl INFO 0 [15] -2014-01-13 00:26:51 queue INFO >>0 [16] -2014-01-13 00:26:52 sendUrl INFO 0 [16] -2014-01-13 00:27:42 queue INFO >>0 [17] -2014-01-13 00:27:42 sendUrl INFO 0 [17] -2014-01-13 00:28:32 queue INFO >>0 [18] -2014-01-13 00:28:32 sendUrl INFO 0 [18] -2014-01-13 00:29:22 queue INFO >>0 [19] -2014-01-13 00:29:22 sendUrl INFO 0 [19] -2014-01-13 00:30:12 queue INFO >>0 [20] -2014-01-13 00:30:13 sendUrl INFO 0 [20] -2014-01-13 00:31:02 queue INFO >>0 [21] -2014-01-13 00:31:02 sendUrl INFO 0 [21] -2014-01-13 00:31:52 queue INFO >>0 [22] -2014-01-13 00:31:53 sendUrl INFO 0 [22] -2014-01-13 00:32:43 queue INFO >>0 [23] -2014-01-13 00:32:43 sendUrl INFO 0 [23] -2014-01-13 00:33:33 queue INFO >>0 [24] -2014-01-13 00:33:33 sendUrl INFO 0 [24] -2014-01-13 00:34:23 queue INFO >>0 [25] -2014-01-13 00:34:23 sendUrl INFO 0 [25] -2014-01-13 00:35:13 queue INFO >>0 [26] -2014-01-13 00:35:13 sendUrl INFO 0 [26] -2014-01-13 00:36:03 queue INFO >>0 [27] -2014-01-13 00:36:03 sendUrl INFO 0 [27] -2014-01-13 00:36:53 queue INFO >>0 [28] -2014-01-13 00:36:54 sendUrl INFO 0 [28] -2014-01-13 00:37:43 queue INFO >>0 [29] -2014-01-13 00:37:44 sendUrl INFO 0 [29] -2014-01-13 00:38:33 queue INFO >>0 [30] -2014-01-13 00:38:34 sendUrl INFO 0 [30] -2014-01-13 00:39:24 queue INFO >>0 [31] -2014-01-13 00:39:24 sendUrl INFO 0 [31] -2014-01-13 00:40:14 queue INFO >>0 [32] -2014-01-13 00:40:14 sendUrl INFO 0 [32] -2014-01-13 00:41:04 queue INFO >>0 [33] -2014-01-13 00:41:04 sendUrl INFO 0 [33] -2014-01-13 00:41:54 queue INFO >>0 [34] -2014-01-13 00:41:54 sendUrl INFO 0 [34] -2014-01-13 00:42:44 queue INFO >>0 [35] -2014-01-13 00:42:45 sendUrl INFO 0 [35] -2014-01-13 00:43:34 queue INFO >>0 [36] -2014-01-13 00:43:35 sendUrl INFO 0 [36] -2014-01-13 00:44:25 queue INFO >>0 [37] -2014-01-13 00:44:25 sendUrl INFO 0 [37] -2014-01-13 00:45:15 queue INFO >>0 [38] -2014-01-13 00:45:15 sendUrl INFO 0 [38] -2014-01-13 00:46:05 queue INFO >>0 [39] -2014-01-13 00:46:05 sendUrl INFO 0 [39] -2014-01-13 00:46:55 queue INFO >>0 [40] -2014-01-13 00:46:55 sendUrl INFO 0 [40] -2014-01-13 00:47:45 queue INFO >>0 [41] -2014-01-13 00:47:46 sendUrl INFO 0 [41] -2014-01-13 00:48:35 queue INFO >>0 [42] -2014-01-13 00:48:35 sendUrl INFO 0 [42] -2014-01-13 00:49:25 queue INFO >>0 [43] -2014-01-13 00:49:26 sendUrl INFO 0 [43] -2014-01-13 00:50:16 queue INFO >>0 [44] -2014-01-13 00:50:16 sendUrl INFO 0 [44] -2014-01-13 00:51:06 queue INFO >>0 [45] -2014-01-13 00:51:06 sendUrl INFO 0 [45] -2014-01-13 00:51:56 queue INFO >>0 [46] -2014-01-13 00:51:56 sendUrl INFO 0 [46] -2014-01-13 00:52:46 queue INFO >>0 [47] -2014-01-13 00:52:47 sendUrl INFO 0 [47] -2014-01-13 00:53:36 queue INFO >>0 [48] -2014-01-13 00:53:36 sendUrl INFO 0 [48] -2014-01-13 00:54:26 queue INFO >>0 [49] -2014-01-13 00:54:27 sendUrl INFO 0 [49] -2014-01-13 00:55:17 queue INFO >>0 [50] -2014-01-13 00:55:17 sendUrl INFO 0 [50] -2014-01-13 00:56:07 queue INFO >>0 [51] -2014-01-13 00:56:07 sendUrl INFO 0 [51] -2014-01-13 00:56:57 queue INFO >>0 [52] -2014-01-13 00:56:57 sendUrl INFO 0 [52] -2014-01-13 00:57:47 queue INFO >>0 [53] -2014-01-13 00:57:48 sendUrl INFO 0 [53] -2014-01-13 00:58:37 queue INFO >>0 [54] -2014-01-13 00:58:37 sendUrl INFO 0 [54] -2014-01-13 00:59:27 queue INFO >>0 [55] -2014-01-13 00:59:28 sendUrl INFO 0 [55] -2014-01-13 01:00:17 queue INFO >>0 [56] -2014-01-13 01:00:18 sendUrl INFO 0 [56] -2014-01-13 01:01:08 queue INFO >>0 [57] -2014-01-13 01:01:08 sendUrl INFO 0 [57] -2014-01-13 01:01:58 queue INFO >>0 [58] -2014-01-13 01:01:58 sendUrl INFO 0 [58] -2014-01-13 01:02:48 queue INFO >>0 [59] -2014-01-13 01:02:48 sendUrl INFO 0 [59] -2014-01-13 01:03:38 queue INFO >>0 [60] -2014-01-13 01:03:38 sendUrl INFO 0 [60] -2014-01-13 01:04:28 queue INFO >>0 [61] -2014-01-13 01:04:28 sendUrl INFO 0 [61] -2014-01-13 01:05:18 queue INFO >>0 [62] -2014-01-13 01:05:19 sendUrl INFO 0 [62] -2014-01-13 01:06:08 queue INFO >>0 [63] -2014-01-13 01:06:09 sendUrl INFO 0 [63] -2014-01-13 01:06:58 queue INFO >>0 [64] -2014-01-13 01:06:59 sendUrl INFO 0 [64] -2014-01-13 01:07:49 queue INFO >>0 [65] -2014-01-13 01:07:49 sendUrl INFO 0 [65] -2014-01-13 01:08:39 queue INFO >>0 [66] -2014-01-13 01:08:39 sendUrl INFO 0 [66] -2014-01-13 01:09:29 queue INFO >>0 [67] -2014-01-13 01:09:29 sendUrl INFO 0 [67] -2014-01-13 01:10:19 queue INFO >>0 [68] -2014-01-13 01:10:20 sendUrl INFO 0 [68] -2014-01-13 01:11:09 queue INFO >>0 [69] -2014-01-13 01:11:09 sendUrl INFO 0 [69] -2014-01-13 01:11:59 queue INFO >>0 [70] -2014-01-13 01:12:00 sendUrl INFO 0 [70] -2014-01-13 01:12:50 queue INFO >>0 [71] -2014-01-13 01:12:50 sendUrl INFO 0 [71] -2014-01-13 01:13:40 queue INFO >>0 [72] -2014-01-13 01:13:40 sendUrl INFO 0 [72] -2014-01-13 01:14:30 queue INFO >>0 [73] -2014-01-13 01:14:30 sendUrl INFO 0 [73] -2014-01-13 01:15:20 queue INFO >>0 [74] -2014-01-13 01:15:21 sendUrl INFO 0 [74] -2014-01-13 01:16:10 queue INFO >>0 [75] -2014-01-13 01:16:10 sendUrl INFO 0 [75] -2014-01-13 01:17:00 queue INFO >>0 [76] -2014-01-13 01:17:01 sendUrl INFO 0 [76] -2014-01-13 01:17:50 queue INFO >>0 [77] -2014-01-13 01:17:51 sendUrl INFO 0 [77] -2014-01-13 01:18:41 queue INFO >>0 [78] -2014-01-13 01:18:41 sendUrl INFO 0 [78] -2014-01-13 01:19:31 queue INFO >>0 [79] -2014-01-13 01:19:31 sendUrl INFO 0 [79] -2014-01-13 01:20:21 queue INFO >>0 [80] -2014-01-13 01:20:21 sendUrl INFO 0 [80] -2014-01-13 01:21:11 queue INFO >>0 [81] -2014-01-13 01:21:11 sendUrl INFO 0 [81] -2014-01-13 01:22:01 queue INFO >>0 [82] -2014-01-13 01:22:01 sendUrl INFO 0 [82] -2014-01-13 01:22:51 queue INFO >>0 [83] -2014-01-13 01:22:52 sendUrl INFO 0 [83] -2014-01-13 01:23:41 queue INFO >>0 [84] -2014-01-13 01:23:42 sendUrl INFO 0 [84] -2014-01-13 01:24:32 queue INFO >>0 [85] -2014-01-13 01:24:32 sendUrl INFO 0 [85] -2014-01-13 01:25:22 queue INFO >>0 [86] -2014-01-13 01:25:22 sendUrl INFO 0 [86] -2014-01-13 01:26:12 queue INFO >>0 [87] -2014-01-13 01:26:12 sendUrl INFO 0 [87] -2014-01-13 01:27:02 queue INFO >>0 [88] -2014-01-13 01:27:02 sendUrl INFO 0 [88] -2014-01-13 01:27:52 queue INFO >>0 [89] -2014-01-13 01:27:53 sendUrl INFO 0 [89] -2014-01-13 01:28:42 queue INFO >>0 [90] -2014-01-13 01:28:43 sendUrl INFO 0 [90] -2014-01-13 01:29:32 queue INFO >>0 [91] -2014-01-13 01:29:33 sendUrl INFO 0 [91] -2014-01-13 01:30:23 queue INFO >>0 [92] -2014-01-13 01:30:23 sendUrl INFO 0 [92] -2014-01-13 01:31:13 queue INFO >>0 [93] -2014-01-13 01:31:13 sendUrl INFO 0 [93] -2014-01-13 01:32:03 queue INFO >>0 [94] -2014-01-13 01:32:03 sendUrl INFO 0 [94] -2014-01-13 01:32:53 queue INFO >>0 [95] -2014-01-13 01:32:54 sendUrl INFO 0 [95] -2014-01-13 01:33:43 queue INFO >>0 [96] -2014-01-13 01:33:43 sendUrl INFO 0 [96] -2014-01-13 01:34:33 queue INFO >>0 [97] -2014-01-13 01:34:34 sendUrl INFO 0 [97] -2014-01-13 01:35:24 queue INFO >>0 [98] -2014-01-13 01:35:24 sendUrl INFO 0 [98] -2014-01-13 01:36:14 queue INFO >>0 [99] -2014-01-13 01:36:14 sendUrl INFO 0 [99] -2014-01-13 01:37:04 queue INFO >>0 [100] -2014-01-13 01:37:04 sendUrl INFO 0 [100] -2014-01-13 01:37:54 queue INFO >>0 [101] -2014-01-13 01:37:55 sendUrl INFO 0 [101] -2014-01-13 01:38:44 queue INFO >>0 [102] -2014-01-13 01:38:44 sendUrl INFO 0 [102] -2014-01-13 01:39:34 queue INFO >>0 [103] -2014-01-13 01:39:35 sendUrl INFO 0 [103] -2014-01-13 01:40:24 queue INFO >>0 [104] -2014-01-13 01:40:25 sendUrl INFO 0 [104] -2014-01-13 01:41:15 queue INFO >>0 [105] -2014-01-13 01:41:15 sendUrl INFO 0 [105] -2014-01-13 01:42:05 queue INFO >>0 [106] -2014-01-13 01:42:05 sendUrl INFO 0 [106] -2014-01-13 01:42:55 queue INFO >>0 [107] -2014-01-13 01:42:55 sendUrl INFO 0 [107] -2014-01-13 01:43:45 queue INFO >>0 [108] -2014-01-13 01:43:45 sendUrl INFO 0 [108] -2014-01-13 01:44:35 queue INFO >>0 [109] -2014-01-13 01:44:35 sendUrl INFO 0 [109] -2014-01-13 01:45:25 queue INFO >>0 [110] -2014-01-13 01:45:26 sendUrl INFO 0 [110] -2014-01-13 01:46:15 queue INFO >>0 [111] -2014-01-13 01:46:16 sendUrl INFO 0 [111] -2014-01-13 01:47:05 queue INFO >>0 [112] -2014-01-13 01:47:06 sendUrl INFO 0 [112] -2014-01-13 01:47:56 queue INFO >>0 [113] -2014-01-13 01:47:56 sendUrl INFO 0 [113] -2014-01-13 01:48:46 queue INFO >>0 [114] -2014-01-13 01:48:46 sendUrl INFO 0 [114] -2014-01-13 01:49:36 queue INFO >>0 [115] -2014-01-13 01:49:36 sendUrl INFO 0 [115] -2014-01-13 01:50:26 queue INFO >>0 [116] -2014-01-13 01:50:27 sendUrl INFO 0 [116] -2014-01-13 01:51:16 queue INFO >>0 [117] -2014-01-13 01:51:16 sendUrl INFO 0 [117] -2014-01-13 01:52:06 queue INFO >>0 [118] -2014-01-13 01:52:07 sendUrl INFO 0 [118] -2014-01-13 01:52:57 queue INFO >>0 [119] -2014-01-13 01:52:57 sendUrl INFO 0 [119] -2014-01-13 01:53:47 queue INFO >>0 [120] -2014-01-13 01:53:47 sendUrl INFO 0 [120] -2014-01-13 01:54:37 queue INFO >>0 [121] -2014-01-13 01:54:37 sendUrl INFO 0 [121] -2014-01-13 01:55:27 queue INFO >>0 [122] -2014-01-13 01:55:28 sendUrl INFO 0 [122] -2014-01-13 01:56:17 queue INFO >>0 [123] -2014-01-13 01:56:17 sendUrl INFO 0 [123] -2014-01-13 01:57:07 queue INFO >>0 [124] -2014-01-13 01:57:08 sendUrl INFO 0 [124] -2014-01-13 01:57:57 queue INFO >>0 [125] -2014-01-13 01:57:58 sendUrl INFO 0 [125] -2014-01-13 01:58:48 queue INFO >>0 [126] -2014-01-13 01:58:48 sendUrl INFO 0 [126] -2014-01-13 01:59:38 queue INFO >>0 [127] -2014-01-13 01:59:38 sendUrl INFO 0 [127] -2014-01-13 02:00:28 queue INFO >>0 [128] -2014-01-13 02:00:28 sendUrl INFO 0 [128] -2014-01-13 02:01:18 queue INFO >>0 [129] -2014-01-13 02:01:18 sendUrl INFO 0 [129] -2014-01-13 02:02:08 queue INFO >>0 [130] -2014-01-13 02:02:08 sendUrl INFO 0 [130] -2014-01-13 02:02:58 queue INFO >>0 [131] -2014-01-13 02:02:59 sendUrl INFO 0 [131] -2014-01-13 02:03:48 queue INFO >>0 [132] -2014-01-13 02:03:49 sendUrl INFO 0 [132] -2014-01-13 02:04:39 queue INFO >>0 [133] -2014-01-13 02:04:39 sendUrl INFO 0 [133] -2014-01-13 02:05:29 queue INFO >>0 [134] -2014-01-13 02:05:29 sendUrl INFO 0 [134] -2014-01-13 02:06:19 queue INFO >>0 [135] -2014-01-13 02:06:19 sendUrl INFO 0 [135] -2014-01-13 02:07:09 queue INFO >>0 [136] -2014-01-13 02:07:09 sendUrl INFO 0 [136] -2014-01-13 02:07:59 queue INFO >>0 [137] -2014-01-13 02:07:59 sendUrl INFO 0 [137] -2014-01-13 02:08:49 queue INFO >>0 [138] -2014-01-13 02:08:50 sendUrl INFO 0 [138] -2014-01-13 02:09:39 queue INFO >>0 [139] -2014-01-13 02:09:40 sendUrl INFO 0 [139] -2014-01-13 02:10:30 queue INFO >>0 [140] -2014-01-13 02:10:30 sendUrl INFO 0 [140] -2014-01-13 02:11:20 queue INFO >>0 [141] -2014-01-13 02:11:20 sendUrl INFO 0 [141] -2014-01-13 02:12:10 queue INFO >>0 [142] -2014-01-13 02:12:10 sendUrl INFO 0 [142] -2014-01-13 02:13:00 queue INFO >>0 [143] -2014-01-13 02:13:01 sendUrl INFO 0 [143] -2014-01-13 02:13:50 queue INFO >>0 [144] -2014-01-13 02:13:50 sendUrl INFO 0 [144] -2014-01-13 02:14:40 queue INFO >>0 [145] -2014-01-13 02:14:41 sendUrl INFO 0 [145] -2014-01-13 02:15:31 queue INFO >>0 [146] -2014-01-13 02:15:31 sendUrl INFO 0 [146] -2014-01-13 02:16:21 queue INFO >>0 [147] -2014-01-13 02:16:21 sendUrl INFO 0 [147] -2014-01-13 02:17:11 queue INFO >>0 [148] -2014-01-13 02:17:11 sendUrl INFO 0 [148] -2014-01-13 02:18:01 queue INFO >>0 [149] -2014-01-13 02:18:02 sendUrl INFO 0 [149] -2014-01-13 02:18:51 queue INFO >>0 [150] -2014-01-13 02:18:51 sendUrl INFO 0 [150] -2014-01-13 02:19:41 queue INFO >>0 [151] -2014-01-13 02:19:42 sendUrl INFO 0 [151] -2014-01-13 02:20:31 queue INFO >>0 [152] -2014-01-13 02:20:32 sendUrl INFO 0 [152] -2014-01-13 02:21:22 queue INFO >>0 [153] -2014-01-13 02:21:22 sendUrl INFO 0 [153] -2014-01-13 02:22:12 queue INFO >>0 [154] -2014-01-13 02:22:12 sendUrl INFO 0 [154] -2014-01-13 02:23:02 queue INFO >>0 [155] -2014-01-13 02:23:02 sendUrl INFO 0 [155] -2014-01-13 02:23:52 queue INFO >>0 [156] -2014-01-13 02:23:52 sendUrl INFO 0 [156] -2014-01-13 02:24:42 queue INFO >>0 [157] -2014-01-13 02:24:43 sendUrl INFO 0 [157] -2014-01-13 02:25:32 queue INFO >>0 [158] -2014-01-13 02:25:32 sendUrl INFO 0 [158] -2014-01-13 02:26:23 queue INFO >>0 [159] -2014-01-13 02:26:23 sendUrl INFO 0 [159] -2014-01-13 02:27:13 queue INFO >>0 [160] -2014-01-13 02:27:13 sendUrl INFO 0 [160] -2014-01-13 02:28:03 queue INFO >>0 [161] -2014-01-13 02:28:03 sendUrl INFO 0 [161] -2014-01-13 02:28:53 queue INFO >>0 [162] -2014-01-13 02:28:53 sendUrl INFO 0 [162] -2014-01-13 02:29:43 queue INFO >>0 [163] -2014-01-13 02:29:44 sendUrl INFO 0 [163] -2014-01-13 02:30:33 queue INFO >>0 [164] -2014-01-13 02:30:33 sendUrl INFO 0 [164] -2014-01-13 02:31:23 queue INFO >>0 [165] -2014-01-13 02:31:24 sendUrl INFO 0 [165] -2014-01-13 02:32:14 queue INFO >>0 [166] -2014-01-13 02:32:14 sendUrl INFO 0 [166] -2014-01-13 02:33:04 queue INFO >>0 [167] -2014-01-13 02:33:04 sendUrl INFO 0 [167] -2014-01-13 02:33:54 queue INFO >>0 [168] -2014-01-13 02:33:54 sendUrl INFO 0 [168] -2014-01-13 02:34:44 queue INFO >>0 [169] -2014-01-13 02:34:44 sendUrl INFO 0 [169] -2014-01-13 02:35:34 queue INFO >>0 [170] -2014-01-13 02:35:34 sendUrl INFO 0 [170] -2014-01-13 02:36:24 queue INFO >>0 [171] -2014-01-13 02:36:25 sendUrl INFO 0 [171] -2014-01-13 02:37:15 queue INFO >>0 [172] -2014-01-13 02:37:15 sendUrl INFO 0 [172] -2014-01-13 02:38:05 queue INFO >>0 [173] -2014-01-13 02:38:05 sendUrl INFO 0 [173] -2014-01-13 02:38:55 queue INFO >>0 [174] -2014-01-13 02:38:55 sendUrl INFO 0 [174] -2014-01-13 02:39:45 queue INFO >>0 [175] -2014-01-13 02:39:45 sendUrl INFO 0 [175] -2014-01-13 02:40:35 queue INFO >>0 [176] -2014-01-13 02:40:35 sendUrl INFO 0 [176] -2014-01-13 02:41:25 queue INFO >>0 [177] -2014-01-13 02:41:26 sendUrl INFO 0 [177] -2014-01-13 02:42:15 queue INFO >>0 [178] -2014-01-13 02:42:16 sendUrl INFO 0 [178] -2014-01-13 02:43:06 queue INFO >>0 [179] -2014-01-13 02:43:06 sendUrl INFO 0 [179] -2014-01-13 02:43:56 queue INFO >>0 [180] -2014-01-13 02:43:56 sendUrl INFO 0 [180] -2014-01-13 02:44:46 queue INFO >>0 [181] -2014-01-13 02:44:46 sendUrl INFO 0 [181] -2014-01-13 02:45:36 queue INFO >>0 [182] -2014-01-13 02:45:36 sendUrl INFO 0 [182] -2014-01-13 02:46:26 queue INFO >>0 [183] -2014-01-13 02:46:26 sendUrl INFO 0 [183] -2014-01-13 02:47:16 queue INFO >>0 [184] -2014-01-13 02:47:17 sendUrl INFO 0 [184] -2014-01-13 02:48:07 queue INFO >>0 [185] -2014-01-13 02:48:07 sendUrl INFO 0 [185] -2014-01-13 02:48:57 queue INFO >>0 [186] -2014-01-13 02:48:57 sendUrl INFO 0 [186] -2014-01-13 02:49:47 queue INFO >>0 [187] -2014-01-13 02:49:47 sendUrl INFO 0 [187] -2014-01-13 02:50:37 queue INFO >>0 [188] -2014-01-13 02:50:37 sendUrl INFO 0 [188] -2014-01-13 02:51:27 queue INFO >>0 [189] -2014-01-13 02:51:27 sendUrl INFO 0 [189] -2014-01-13 02:52:17 queue INFO >>0 [190] -2014-01-13 02:52:18 sendUrl INFO 0 [190] -2014-01-13 02:53:07 queue INFO >>0 [191] -2014-01-13 02:53:08 sendUrl INFO 0 [191] -2014-01-13 02:53:58 queue INFO >>0 [192] -2014-01-13 02:53:58 sendUrl INFO 0 [192] -2014-01-13 02:54:48 queue INFO >>0 [193] -2014-01-13 02:54:48 sendUrl INFO 0 [193] -2014-01-13 02:55:38 queue INFO >>0 [194] -2014-01-13 02:55:38 sendUrl INFO 0 [194] -2014-01-13 02:56:28 queue INFO >>0 [195] -2014-01-13 02:56:28 sendUrl INFO 0 [195] -2014-01-13 02:57:18 queue INFO >>0 [196] -2014-01-13 02:57:19 sendUrl INFO 0 [196] -2014-01-13 02:58:08 queue INFO >>0 [197] -2014-01-13 02:58:08 sendUrl INFO 0 [197] -2014-01-13 02:58:59 queue INFO >>0 [198] -2014-01-13 02:58:59 sendUrl INFO 0 [198] -2014-01-13 02:59:49 queue INFO >>0 [199] -2014-01-13 02:59:49 sendUrl INFO 0 [199] -2014-01-13 03:00:39 queue INFO >>0 [200] -2014-01-13 03:00:39 sendUrl INFO 0 [200] -2014-01-13 03:01:29 queue INFO >>0 [201] -2014-01-13 03:01:29 sendUrl INFO 0 [201] -2014-01-13 03:02:19 queue INFO >>0 [202] -2014-01-13 03:02:20 sendUrl INFO 0 [202] -2014-01-13 03:03:09 queue INFO >>0 [203] -2014-01-13 03:03:09 sendUrl INFO 0 [203] -2014-01-13 03:03:59 queue INFO >>0 [204] -2014-01-13 03:04:00 sendUrl INFO 0 [204] -2014-01-13 03:04:50 queue INFO >>0 [205] -2014-01-13 03:04:50 sendUrl INFO 0 [205] -2014-01-13 03:05:40 queue INFO >>0 [206] -2014-01-13 03:05:40 sendUrl INFO 0 [206] -2014-01-13 03:06:30 queue INFO >>0 [207] -2014-01-13 03:06:30 sendUrl INFO 0 [207] -2014-01-13 03:07:20 queue INFO >>0 [208] -2014-01-13 03:07:21 sendUrl INFO 0 [208] -2014-01-13 03:08:10 queue INFO >>0 [209] -2014-01-13 03:08:10 sendUrl INFO 0 [209] -2014-01-13 03:09:00 queue INFO >>0 [210] -2014-01-13 03:09:01 sendUrl INFO 0 [210] -2014-01-13 03:09:50 queue INFO >>0 [211] -2014-01-13 03:09:51 sendUrl INFO 0 [211] -2014-01-13 03:10:41 queue INFO >>0 [212] -2014-01-13 03:10:41 sendUrl INFO 0 [212] -2014-01-13 03:11:31 queue INFO >>0 [213] -2014-01-13 03:11:31 sendUrl INFO 0 [213] -2014-01-13 03:12:21 queue INFO >>0 [214] -2014-01-13 03:12:21 sendUrl INFO 0 [214] -2014-01-13 03:13:11 queue INFO >>0 [215] -2014-01-13 03:13:11 sendUrl INFO 0 [215] -2014-01-13 03:14:01 queue INFO >>0 [216] -2014-01-13 03:14:02 sendUrl INFO 0 [216] -2014-01-13 03:14:51 queue INFO >>0 [217] -2014-01-13 03:14:52 sendUrl INFO 0 [217] -2014-01-13 03:15:42 queue INFO >>0 [218] -2014-01-13 03:15:42 sendUrl INFO 0 [218] -2014-01-13 03:16:32 queue INFO >>0 [219] -2014-01-13 03:16:32 sendUrl INFO 0 [219] -2014-01-13 03:17:22 queue INFO >>0 [220] -2014-01-13 03:17:22 sendUrl INFO 0 [220] -2014-01-13 03:18:12 queue INFO >>0 [221] -2014-01-13 03:18:12 sendUrl INFO 0 [221] -2014-01-13 03:19:02 queue INFO >>0 [222] -2014-01-13 03:19:02 sendUrl INFO 0 [222] -2014-01-13 03:19:52 queue INFO >>0 [223] -2014-01-13 03:19:53 sendUrl INFO 0 [223] -2014-01-13 03:20:42 queue INFO >>0 [224] -2014-01-13 03:20:43 sendUrl INFO 0 [224] -2014-01-13 03:21:33 queue INFO >>0 [225] -2014-01-13 03:21:33 sendUrl INFO 0 [225] -2014-01-13 03:22:23 queue INFO >>0 [226] -2014-01-13 03:22:23 sendUrl INFO 0 [226] -2014-01-13 03:23:13 queue INFO >>0 [227] -2014-01-13 03:23:13 sendUrl INFO 0 [227] -2014-01-13 03:24:03 queue INFO >>0 [228] -2014-01-13 03:24:03 sendUrl INFO 0 [228] -2014-01-13 03:24:53 queue INFO >>0 [229] -2014-01-13 03:24:54 sendUrl INFO 0 [229] -2014-01-13 03:25:43 queue INFO >>0 [230] -2014-01-13 03:25:44 sendUrl INFO 0 [230] -2014-01-13 03:26:34 queue INFO >>0 [231] -2014-01-13 03:26:34 sendUrl INFO 0 [231] -2014-01-13 03:27:24 queue INFO >>0 [232] -2014-01-13 03:27:24 sendUrl INFO 0 [232] -2014-01-13 03:28:14 queue INFO >>0 [233] -2014-01-13 03:28:14 sendUrl INFO 0 [233] -2014-01-13 03:29:04 queue INFO >>0 [234] -2014-01-13 03:29:04 sendUrl INFO 0 [234] -2014-01-13 03:29:54 queue INFO >>0 [235] -2014-01-13 03:29:55 sendUrl INFO 0 [235] -2014-01-13 03:30:44 queue INFO >>0 [236] -2014-01-13 03:30:44 sendUrl INFO 0 [236] -2014-01-13 03:31:34 queue INFO >>0 [237] -2014-01-13 03:31:35 sendUrl INFO 0 [237] -2014-01-13 03:32:25 queue INFO >>0 [238] -2014-01-13 03:32:25 sendUrl INFO 0 [238] -2014-01-13 03:33:15 queue INFO >>0 [239] -2014-01-13 03:33:15 sendUrl INFO 0 [239] -2014-01-13 03:34:05 queue INFO >>0 [240] -2014-01-13 03:34:05 sendUrl INFO 0 [240] -2014-01-13 03:34:55 queue INFO >>0 [241] -2014-01-13 03:34:56 sendUrl INFO 0 [241] -2014-01-13 03:35:45 queue INFO >>0 [242] -2014-01-13 03:35:45 sendUrl INFO 0 [242] -2014-01-13 03:36:35 queue INFO >>0 [243] -2014-01-13 03:36:36 sendUrl INFO 0 [243] -2014-01-13 03:37:26 queue INFO >>0 [244] -2014-01-13 03:37:26 sendUrl INFO 0 [244] -2014-01-13 03:38:16 queue INFO >>0 [245] -2014-01-13 03:38:16 sendUrl INFO 0 [245] -2014-01-13 03:39:06 queue INFO >>0 [246] -2014-01-13 03:39:06 sendUrl INFO 0 [246] -2014-01-13 03:39:56 queue INFO >>0 [247] -2014-01-13 03:39:57 sendUrl INFO 0 [247] -2014-01-13 03:40:46 queue INFO >>0 [248] -2014-01-13 03:40:46 sendUrl INFO 0 [248] -2014-01-13 03:41:36 queue INFO >>0 [249] -2014-01-13 03:41:37 sendUrl INFO 0 [249] -2014-01-13 03:42:26 queue INFO >>0 [250] -2014-01-13 03:42:27 sendUrl INFO 0 [250] -2014-01-13 03:43:17 queue INFO >>0 [251] -2014-01-13 03:43:17 sendUrl INFO 0 [251] -2014-01-13 03:44:07 queue INFO >>0 [252] -2014-01-13 03:44:07 sendUrl INFO 0 [252] -2014-01-13 03:44:57 queue INFO >>0 [253] -2014-01-13 03:44:57 sendUrl INFO 0 [253] -2014-01-13 03:45:47 queue INFO >>0 [254] -2014-01-13 03:45:47 sendUrl INFO 0 [254] -2014-01-13 03:46:37 queue INFO >>0 [255] -2014-01-13 03:46:38 sendUrl INFO 0 [255] -2014-01-13 03:47:27 queue INFO >>0 [256] -2014-01-13 03:47:28 sendUrl INFO 0 [256] -2014-01-13 03:48:18 queue INFO >>0 [257] -2014-01-13 03:48:18 sendUrl INFO 0 [257] -2014-01-13 03:49:08 queue INFO >>0 [258] -2014-01-13 03:49:08 sendUrl INFO 0 [258] -2014-01-13 03:49:58 queue INFO >>0 [259] -2014-01-13 03:49:58 sendUrl INFO 0 [259] -2014-01-13 03:50:48 queue INFO >>0 [260] -2014-01-13 03:50:48 sendUrl INFO 0 [260] -2014-01-13 03:51:38 queue INFO >>0 [261] -2014-01-13 03:51:39 sendUrl INFO 0 [261] -2014-01-13 03:52:28 queue INFO >>0 [262] -2014-01-13 03:52:29 sendUrl INFO 0 [262] -2014-01-13 03:53:18 queue INFO >>0 [263] -2014-01-13 03:53:19 sendUrl INFO 0 [263] -2014-01-13 03:54:09 queue INFO >>0 [264] -2014-01-13 03:54:09 sendUrl INFO 0 [264] -2014-01-13 03:54:59 queue INFO >>0 [265] -2014-01-13 03:54:59 sendUrl INFO 0 [265] -2014-01-13 03:55:49 queue INFO >>0 [266] -2014-01-13 03:55:49 sendUrl INFO 0 [266] -2014-01-13 03:56:39 queue INFO >>0 [267] -2014-01-13 03:56:39 sendUrl INFO 0 [267] -2014-01-13 03:57:29 queue INFO >>0 [268] -2014-01-13 03:57:30 sendUrl INFO 0 [268] -2014-01-13 03:58:19 queue INFO >>0 [269] -2014-01-13 03:58:20 sendUrl INFO 0 [269] -2014-01-13 03:59:10 queue INFO >>0 [270] -2014-01-13 03:59:10 sendUrl INFO 0 [270] -2014-01-13 04:00:00 queue INFO >>0 [271] -2014-01-13 04:00:00 sendUrl INFO 0 [271] -2014-01-13 04:00:50 queue INFO >>0 [272] -2014-01-13 04:00:50 sendUrl INFO 0 [272] -2014-01-13 04:01:40 queue INFO >>0 [273] -2014-01-13 04:01:40 sendUrl INFO 0 [273] -2014-01-13 04:02:30 queue INFO >>0 [274] -2014-01-13 04:02:31 sendUrl INFO 0 [274] -2014-01-13 04:03:20 queue INFO >>0 [275] -2014-01-13 04:03:20 sendUrl INFO 0 [275] -2014-01-13 04:04:10 queue INFO >>0 [276] -2014-01-13 04:04:11 sendUrl INFO 0 [276] -2014-01-13 04:05:01 queue INFO >>0 [277] -2014-01-13 04:05:01 sendUrl INFO 0 [277] -2014-01-13 04:05:51 queue INFO >>0 [278] -2014-01-13 04:05:51 sendUrl INFO 0 [278] -2014-01-13 04:06:41 queue INFO >>0 [279] -2014-01-13 04:06:41 sendUrl INFO 0 [279] -2014-01-13 04:07:31 queue INFO >>0 [280] -2014-01-13 04:07:32 sendUrl INFO 0 [280] -2014-01-13 04:08:21 queue INFO >>0 [281] -2014-01-13 04:08:21 sendUrl INFO 0 [281] -2014-01-13 04:09:11 queue INFO >>0 [282] -2014-01-13 04:09:12 sendUrl INFO 0 [282] -2014-01-13 04:10:02 queue INFO >>0 [283] -2014-01-13 04:10:02 sendUrl INFO 0 [283] -2014-01-13 04:10:52 queue INFO >>0 [284] -2014-01-13 04:10:52 sendUrl INFO 0 [284] -2014-01-13 04:11:42 queue INFO >>0 [285] -2014-01-13 04:11:42 sendUrl INFO 0 [285] -2014-01-13 04:12:32 queue INFO >>0 [286] -2014-01-13 04:12:33 sendUrl INFO 0 [286] -2014-01-13 04:13:22 queue INFO >>0 [287] -2014-01-13 04:13:22 sendUrl INFO 0 [287] -2014-01-13 04:14:12 queue INFO >>0 [288] -2014-01-13 04:14:13 sendUrl INFO 0 [288] -2014-01-13 04:15:02 queue INFO >>0 [289] -2014-01-13 04:15:03 sendUrl INFO 0 [289] -2014-01-13 04:15:53 queue INFO >>0 [290] -2014-01-13 04:15:53 sendUrl INFO 0 [290] -2014-01-13 04:16:43 queue INFO >>0 [291] -2014-01-13 04:16:43 sendUrl INFO 0 [291] -2014-01-13 04:17:33 queue INFO >>0 [292] -2014-01-13 04:17:33 sendUrl INFO 0 [292] -2014-01-13 04:18:23 queue INFO >>0 [293] -2014-01-13 04:18:23 sendUrl INFO 0 [293] -2014-01-13 04:19:13 queue INFO >>0 [294] -2014-01-13 04:19:14 sendUrl INFO 0 [294] -2014-01-13 04:20:03 queue INFO >>0 [295] -2014-01-13 04:20:04 sendUrl INFO 0 [295] -2014-01-13 04:20:54 queue INFO >>0 [296] -2014-01-13 04:20:54 sendUrl INFO 0 [296] -2014-01-13 04:21:44 queue INFO >>0 [297] -2014-01-13 04:21:44 sendUrl INFO 0 [297] -2014-01-13 04:22:34 queue INFO >>0 [298] -2014-01-13 04:22:34 sendUrl INFO 0 [298] -2014-01-13 04:23:24 queue INFO >>0 [299] -2014-01-13 04:23:24 sendUrl INFO 0 [299] -2014-01-13 04:24:14 queue INFO >>0 [300] -2014-01-13 04:24:15 sendUrl INFO 0 [300] -2014-01-13 04:25:04 queue INFO >>0 [301] -2014-01-13 04:25:05 sendUrl INFO 0 [301] -2014-01-13 04:25:54 queue INFO >>0 [302] -2014-01-13 04:25:55 sendUrl INFO 0 [302] -2014-01-13 04:26:45 queue INFO >>0 [303] -2014-01-13 04:26:45 sendUrl INFO 0 [303] -2014-01-13 04:27:35 queue INFO >>0 [304] -2014-01-13 04:27:35 sendUrl INFO 0 [304] -2014-01-13 04:28:25 queue INFO >>0 [305] -2014-01-13 04:28:25 sendUrl INFO 0 [305] -2014-01-13 04:29:15 queue INFO >>0 [306] -2014-01-13 04:29:15 sendUrl INFO 0 [306] -2014-01-13 04:30:05 queue INFO >>0 [307] -2014-01-13 04:30:06 sendUrl INFO 0 [307] -2014-01-13 04:30:55 queue INFO >>0 [308] -2014-01-13 04:30:56 sendUrl INFO 0 [308] -2014-01-13 04:31:46 queue INFO >>0 [309] -2014-01-13 04:31:46 sendUrl INFO 0 [309] -2014-01-13 04:32:36 queue INFO >>0 [310] -2014-01-13 04:32:36 sendUrl INFO 0 [310] -2014-01-13 04:33:26 queue INFO >>0 [311] -2014-01-13 04:33:26 sendUrl INFO 0 [311] -2014-01-13 04:34:16 queue INFO >>0 [312] -2014-01-13 04:34:16 sendUrl INFO 0 [312] -2014-01-13 04:35:06 queue INFO >>0 [313] -2014-01-13 04:35:07 sendUrl INFO 0 [313] -2014-01-13 04:35:56 queue INFO >>0 [314] -2014-01-13 04:35:57 sendUrl INFO 0 [314] -2014-01-13 04:36:46 queue INFO >>0 [315] -2014-01-13 04:36:47 sendUrl INFO 0 [315] -2014-01-13 04:37:37 queue INFO >>0 [316] -2014-01-13 04:37:37 sendUrl INFO 0 [316] -2014-01-13 04:38:27 queue INFO >>0 [317] -2014-01-13 04:38:27 sendUrl INFO 0 [317] -2014-01-13 04:39:17 queue INFO >>0 [318] -2014-01-13 04:39:17 sendUrl INFO 0 [318] -2014-01-13 04:40:07 queue INFO >>0 [319] -2014-01-13 04:40:08 sendUrl INFO 0 [319] -2014-01-13 04:40:57 queue INFO >>0 [320] -2014-01-13 04:40:57 sendUrl INFO 0 [320] -2014-01-13 04:41:47 queue INFO >>0 [321] -2014-01-13 04:41:48 sendUrl INFO 0 [321] -2014-01-13 04:42:37 queue INFO >>0 [322] -2014-01-13 04:42:38 sendUrl INFO 0 [322] -2014-01-13 04:43:28 queue INFO >>0 [323] -2014-01-13 04:43:28 sendUrl INFO 0 [323] -2014-01-13 04:44:18 queue INFO >>0 [324] -2014-01-13 04:44:18 sendUrl INFO 0 [324] -2014-01-13 04:45:08 queue INFO >>0 [325] -2014-01-13 04:45:08 sendUrl INFO 0 [325] -2014-01-13 04:45:58 queue INFO >>0 [326] -2014-01-13 04:45:58 sendUrl INFO 0 [326] -2014-01-13 04:46:48 queue INFO >>0 [327] -2014-01-13 04:46:48 sendUrl INFO 0 [327] -2014-01-13 04:47:38 queue INFO >>0 [328] -2014-01-13 04:47:39 sendUrl INFO 0 [328] -2014-01-13 04:48:28 queue INFO >>0 [329] -2014-01-13 04:48:29 sendUrl INFO 0 [329] -2014-01-13 04:49:19 queue INFO >>0 [330] -2014-01-13 04:49:19 sendUrl INFO 0 [330] -2014-01-13 04:50:09 queue INFO >>0 [331] -2014-01-13 04:50:09 sendUrl INFO 0 [331] -2014-01-13 04:50:59 queue INFO >>0 [332] -2014-01-13 04:50:59 sendUrl INFO 0 [332] -2014-01-13 04:51:49 queue INFO >>0 [333] -2014-01-13 04:51:49 sendUrl INFO 0 [333] -2014-01-13 04:52:39 queue INFO >>0 [334] -2014-01-13 04:52:40 sendUrl INFO 0 [334] -2014-01-13 04:53:29 queue INFO >>0 [335] -2014-01-13 04:53:30 sendUrl INFO 0 [335] -2014-01-13 04:54:19 queue INFO >>0 [336] -2014-01-13 04:54:20 sendUrl INFO 0 [336] -2014-01-13 04:55:10 queue INFO >>0 [337] -2014-01-13 04:55:10 sendUrl INFO 0 [337] -2014-01-13 04:56:00 queue INFO >>0 [338] -2014-01-13 04:56:00 sendUrl INFO 0 [338] -2014-01-13 04:56:50 queue INFO >>0 [339] -2014-01-13 04:56:50 sendUrl INFO 0 [339] -2014-01-13 04:57:40 queue INFO >>0 [340] -2014-01-13 04:57:41 sendUrl INFO 0 [340] -2014-01-13 04:58:30 queue INFO >>0 [341] -2014-01-13 04:58:30 sendUrl INFO 0 [341] -2014-01-13 04:59:20 queue INFO >>0 [342] -2014-01-13 04:59:21 sendUrl INFO 0 [342] -2014-01-13 05:00:11 queue INFO >>0 [343] -2014-01-13 05:00:11 sendUrl INFO 0 [343] -2014-01-13 05:01:01 queue INFO >>0 [344] -2014-01-13 05:01:01 sendUrl INFO 0 [344] -2014-01-13 05:01:51 queue INFO >>0 [345] -2014-01-13 05:01:51 sendUrl INFO 0 [345] -2014-01-13 05:02:41 queue INFO >>0 [346] -2014-01-13 05:02:41 sendUrl INFO 0 [346] -2014-01-13 05:03:31 queue INFO >>0 [347] -2014-01-13 05:03:31 sendUrl INFO 0 [347] -2014-01-13 05:04:21 queue INFO >>0 [348] -2014-01-13 05:04:22 sendUrl INFO 0 [348] -2014-01-13 05:05:11 queue INFO >>0 [349] -2014-01-13 05:05:12 sendUrl INFO 0 [349] -2014-01-13 05:06:01 queue INFO >>0 [350] -2014-01-13 05:06:02 sendUrl INFO 0 [350] -2014-01-13 05:06:52 queue INFO >>0 [351] -2014-01-13 05:06:52 sendUrl INFO 0 [351] -2014-01-13 05:07:42 queue INFO >>0 [352] -2014-01-13 05:07:42 sendUrl INFO 0 [352] -2014-01-13 05:08:32 queue INFO >>0 [353] -2014-01-13 05:08:32 sendUrl INFO 0 [353] -2014-01-13 05:09:22 queue INFO >>0 [354] -2014-01-13 05:09:22 sendUrl INFO 0 [354] -2014-01-13 05:10:12 queue INFO >>0 [355] -2014-01-13 05:10:13 sendUrl INFO 0 [355] -2014-01-13 05:11:02 queue INFO >>0 [356] -2014-01-13 05:11:03 sendUrl INFO 0 [356] -2014-01-13 05:11:53 queue INFO >>0 [357] -2014-01-13 05:11:53 sendUrl INFO 0 [357] -2014-01-13 05:12:43 queue INFO >>0 [358] -2014-01-13 05:12:43 sendUrl INFO 0 [358] -2014-01-13 05:13:33 queue INFO >>0 [359] -2014-01-13 05:13:33 sendUrl INFO 0 [359] -2014-01-13 05:14:23 queue INFO >>0 [360] -2014-01-13 05:14:23 sendUrl INFO 0 [360] -2014-01-13 05:15:13 queue INFO >>0 [361] -2014-01-13 05:15:14 sendUrl INFO 0 [361] -2014-01-13 05:16:03 queue INFO >>0 [362] -2014-01-13 05:16:04 sendUrl INFO 0 [362] -2014-01-13 05:16:53 queue INFO >>0 [363] -2014-01-13 05:16:54 sendUrl INFO 0 [363] -2014-01-13 05:17:44 queue INFO >>0 [364] -2014-01-13 05:17:44 sendUrl INFO 0 [364] -2014-01-13 05:18:34 queue INFO >>0 [365] -2014-01-13 05:18:34 sendUrl INFO 0 [365] -2014-01-13 05:19:24 queue INFO >>0 [366] -2014-01-13 05:19:24 sendUrl INFO 0 [366] -2014-01-13 05:20:14 queue INFO >>0 [367] -2014-01-13 05:20:15 sendUrl INFO 0 [367] -2014-01-13 05:21:04 queue INFO >>0 [368] -2014-01-13 05:21:04 sendUrl INFO 0 [368] -2014-01-13 05:21:54 queue INFO >>0 [369] -2014-01-13 05:21:55 sendUrl INFO 0 [369] -2014-01-13 05:22:45 queue INFO >>0 [370] -2014-01-13 05:22:45 sendUrl INFO 0 [370] -2014-01-13 05:23:35 queue INFO >>0 [371] -2014-01-13 05:23:35 sendUrl INFO 0 [371] -2014-01-13 05:24:25 queue INFO >>0 [372] -2014-01-13 05:24:25 sendUrl INFO 0 [372] -2014-01-13 05:25:15 queue INFO >>0 [373] -2014-01-13 05:25:15 sendUrl INFO 0 [373] -2014-01-13 05:26:05 queue INFO >>0 [374] -2014-01-13 05:26:05 sendUrl INFO 0 [374] -2014-01-13 05:26:55 queue INFO >>0 [375] -2014-01-13 05:26:56 sendUrl INFO 0 [375] -2014-01-13 05:27:45 queue INFO >>0 [376] -2014-01-13 05:27:46 sendUrl INFO 0 [376] -2014-01-13 05:28:36 queue INFO >>0 [377] -2014-01-13 05:28:36 sendUrl INFO 0 [377] -2014-01-13 05:29:26 queue INFO >>0 [378] -2014-01-13 05:29:26 sendUrl INFO 0 [378] -2014-01-13 05:30:16 queue INFO >>0 [379] -2014-01-13 05:30:16 sendUrl INFO 0 [379] -2014-01-13 05:31:06 queue INFO >>0 [380] -2014-01-13 05:31:06 sendUrl INFO 0 [380] -2014-01-13 05:31:56 queue INFO >>0 [381] -2014-01-13 05:31:57 sendUrl INFO 0 [381] -2014-01-13 05:32:46 queue INFO >>0 [382] -2014-01-13 05:32:46 sendUrl INFO 0 [382] -2014-01-13 05:33:37 queue INFO >>0 [383] -2014-01-13 05:33:37 sendUrl INFO 0 [383] -2014-01-13 05:34:27 queue INFO >>0 [384] -2014-01-13 05:34:27 sendUrl INFO 0 [384] -2014-01-13 05:35:17 queue INFO >>0 [385] -2014-01-13 05:35:17 sendUrl INFO 0 [385] -2014-01-13 05:36:07 queue INFO >>0 [386] -2014-01-13 05:36:07 sendUrl INFO 0 [386] -2014-01-13 05:36:57 queue INFO >>0 [387] -2014-01-13 05:36:58 sendUrl INFO 0 [387] -2014-01-13 05:37:47 queue INFO >>0 [388] -2014-01-13 05:37:47 sendUrl INFO 0 [388] -2014-01-13 05:38:37 queue INFO >>0 [389] -2014-01-13 05:38:38 sendUrl INFO 0 [389] -2014-01-13 05:39:28 queue INFO >>0 [390] -2014-01-13 05:39:28 sendUrl INFO 0 [390] -2014-01-13 05:40:18 queue INFO >>0 [391] -2014-01-13 05:40:18 sendUrl INFO 0 [391] -2014-01-13 05:41:08 queue INFO >>0 [392] -2014-01-13 05:41:08 sendUrl INFO 0 [392] -2014-01-13 05:41:58 queue INFO >>0 [393] -2014-01-13 05:41:58 sendUrl INFO 0 [393] -2014-01-13 05:42:48 queue INFO >>0 [394] -2014-01-13 05:42:48 sendUrl INFO 0 [394] -2014-01-13 05:43:38 queue INFO >>0 [395] -2014-01-13 05:43:39 sendUrl INFO 0 [395] -2014-01-13 05:44:28 queue INFO >>0 [396] -2014-01-13 05:44:29 sendUrl INFO 0 [396] -2014-01-13 05:45:18 queue INFO >>0 [397] -2014-01-13 05:45:19 sendUrl INFO 0 [397] -2014-01-13 05:46:09 queue INFO >>0 [398] -2014-01-13 05:46:09 sendUrl INFO 0 [398] -2014-01-13 05:46:59 queue INFO >>0 [399] -2014-01-13 05:46:59 sendUrl INFO 0 [399] -2014-01-13 05:47:49 queue INFO >>0 [400] -2014-01-13 05:47:49 sendUrl INFO 0 [400] -2014-01-13 05:48:39 queue INFO >>0 [401] -2014-01-13 05:48:39 sendUrl INFO 0 [401] -2014-01-13 05:49:29 queue INFO >>0 [402] -2014-01-13 05:49:30 sendUrl INFO 0 [402] -2014-01-13 05:50:19 queue INFO >>0 [403] -2014-01-13 05:50:20 sendUrl INFO 0 [403] -2014-01-13 05:51:10 queue INFO >>0 [404] -2014-01-13 05:51:10 sendUrl INFO 0 [404] -2014-01-13 05:52:00 queue INFO >>0 [405] -2014-01-13 05:52:00 sendUrl INFO 0 [405] -2014-01-13 05:52:50 queue INFO >>0 [406] -2014-01-13 05:52:50 sendUrl INFO 0 [406] -2014-01-13 05:53:40 queue INFO >>0 [407] -2014-01-13 05:53:40 sendUrl INFO 0 [407] -2014-01-13 05:54:30 queue INFO >>0 [408] -2014-01-13 05:54:31 sendUrl INFO 0 [408] -2014-01-13 05:55:20 queue INFO >>0 [409] -2014-01-13 05:55:20 sendUrl INFO 0 [409] -2014-01-13 05:56:10 queue INFO >>0 [410] -2014-01-13 05:56:11 sendUrl INFO 0 [410] -2014-01-13 05:57:01 queue INFO >>0 [411] -2014-01-13 05:57:01 sendUrl INFO 0 [411] -2014-01-13 05:57:51 queue INFO >>0 [412] -2014-01-13 05:57:51 sendUrl INFO 0 [412] -2014-01-13 05:58:41 queue INFO >>0 [413] -2014-01-13 05:58:41 sendUrl INFO 0 [413] -2014-01-13 05:59:31 queue INFO >>0 [414] -2014-01-13 05:59:32 sendUrl INFO 0 [414] -2014-01-13 06:00:21 queue INFO >>0 [415] -2014-01-13 06:00:21 sendUrl INFO 0 [415] -2014-01-13 06:01:06 queue INFO 29 [416] -2014-01-13 06:01:06 queue INFO >29 [417] -2014-01-13 06:01:06 sendUrl INFO 29 [416] -2014-01-13 06:01:07 sendUrl INFO 29 [417] -2014-01-13 06:01:56 queue INFO >>29 [418] -2014-01-13 06:01:56 sendUrl INFO 29 [418] -2014-01-13 06:02:46 queue INFO >>29 [419] -2014-01-13 06:02:46 sendUrl INFO 29 [419] -2014-01-13 06:03:36 queue INFO >>29 [420] -2014-01-13 06:03:37 sendUrl INFO 29 [420] -2014-01-13 06:04:26 queue INFO >>29 [421] -2014-01-13 06:04:27 sendUrl INFO 29 [421] -2014-01-13 06:05:17 queue INFO >>29 [422] -2014-01-13 06:05:17 sendUrl INFO 29 [422] -2014-01-13 06:06:07 queue INFO >>29 [423] -2014-01-13 06:06:07 sendUrl INFO 29 [423] -2014-01-13 06:06:57 queue INFO >>29 [424] -2014-01-13 06:06:57 sendUrl INFO 29 [424] -2014-01-13 06:07:47 queue INFO >>29 [425] -2014-01-13 06:07:47 sendUrl INFO 29 [425] -2014-01-13 06:08:37 queue INFO >>29 [426] -2014-01-13 06:08:38 sendUrl INFO 29 [426] -2014-01-13 06:09:27 queue INFO >>29 [427] -2014-01-13 06:09:28 sendUrl INFO 29 [427] -2014-01-13 06:10:17 queue INFO >>29 [428] -2014-01-13 06:10:18 sendUrl INFO 29 [428] -2014-01-13 06:11:08 queue INFO >>29 [429] -2014-01-13 06:11:08 sendUrl INFO 29 [429] -2014-01-13 06:11:58 queue INFO >>29 [430] -2014-01-13 06:11:58 sendUrl INFO 29 [430] -2014-01-13 06:12:48 queue INFO >>29 [431] -2014-01-13 06:12:48 sendUrl INFO 29 [431] -2014-01-13 06:13:38 queue INFO >>29 [432] -2014-01-13 06:13:38 sendUrl INFO 29 [432] -2014-01-13 06:14:28 queue INFO >>29 [433] -2014-01-13 06:14:29 sendUrl INFO 29 [433] -2014-01-13 06:15:18 queue INFO >>29 [434] -2014-01-13 06:15:19 sendUrl INFO 29 [434] -2014-01-13 06:16:09 queue INFO >>29 [435] -2014-01-13 06:16:09 sendUrl INFO 29 [435] -2014-01-13 06:16:59 queue INFO >>29 [436] -2014-01-13 06:16:59 sendUrl INFO 29 [436] -2014-01-13 06:17:49 queue INFO >>29 [437] -2014-01-13 06:17:49 sendUrl INFO 29 [437] -2014-01-13 06:18:39 queue INFO >>29 [438] -2014-01-13 06:18:39 sendUrl INFO 29 [438] -2014-01-13 06:19:29 queue INFO >>29 [439] -2014-01-13 06:19:30 sendUrl INFO 29 [439] -2014-01-13 06:20:19 queue INFO >>29 [440] -2014-01-13 06:20:20 sendUrl INFO 29 [440] -2014-01-13 06:21:09 queue INFO >>29 [441] -2014-01-13 06:21:10 sendUrl INFO 29 [441] -2014-01-13 06:22:00 queue INFO >>29 [442] -2014-01-13 06:22:00 sendUrl INFO 29 [442] -2014-01-13 06:22:50 queue INFO >>29 [443] -2014-01-13 06:22:50 sendUrl INFO 29 [443] -2014-01-13 06:23:40 queue INFO >>29 [444] -2014-01-13 06:23:40 sendUrl INFO 29 [444] -2014-01-13 06:24:30 queue INFO >>29 [445] -2014-01-13 06:24:31 sendUrl INFO 29 [445] -2014-01-13 06:25:20 queue INFO >>29 [446] -2014-01-13 06:25:20 sendUrl INFO 29 [446] -2014-01-13 06:26:10 queue INFO >>29 [447] -2014-01-13 06:26:11 sendUrl INFO 29 [447] -2014-01-13 06:27:00 queue INFO >>29 [448] -2014-01-13 06:27:01 sendUrl INFO 29 [448] -2014-01-13 06:27:51 queue INFO >>29 [449] -2014-01-13 06:27:51 sendUrl INFO 29 [449] -2014-01-13 06:28:41 queue INFO >>29 [450] -2014-01-13 06:28:41 sendUrl INFO 29 [450] -2014-01-13 06:29:31 queue INFO >>29 [451] -2014-01-13 06:29:31 sendUrl INFO 29 [451] -2014-01-13 06:30:21 queue INFO >>29 [452] -2014-01-13 06:30:21 sendUrl INFO 29 [452] -2014-01-13 06:31:11 queue INFO >>29 [453] -2014-01-13 06:31:11 sendUrl INFO 29 [453] -2014-01-13 06:32:01 queue INFO >>29 [454] -2014-01-13 06:32:02 sendUrl INFO 29 [454] -2014-01-13 06:32:51 queue INFO >>29 [455] -2014-01-13 06:32:52 sendUrl INFO 29 [455] -2014-01-13 06:33:42 queue INFO >>29 [456] -2014-01-13 06:33:42 sendUrl INFO 29 [456] -2014-01-13 06:34:32 queue INFO >>29 [457] -2014-01-13 06:34:32 sendUrl INFO 29 [457] -2014-01-13 06:35:22 queue INFO >>29 [458] -2014-01-13 06:35:22 sendUrl INFO 29 [458] -2014-01-13 06:36:12 queue INFO >>29 [459] -2014-01-13 06:36:12 sendUrl INFO 29 [459] -2014-01-13 06:37:02 queue INFO >>29 [460] -2014-01-13 06:37:03 sendUrl INFO 29 [460] -2014-01-13 06:37:52 queue INFO >>29 [461] -2014-01-13 06:37:53 sendUrl INFO 29 [461] -2014-01-13 06:38:43 queue INFO >>29 [462] -2014-01-13 06:38:43 sendUrl INFO 29 [462] -2014-01-13 06:39:33 queue INFO >>29 [463] -2014-01-13 06:39:33 sendUrl INFO 29 [463] -2014-01-13 06:40:23 queue INFO >>29 [464] -2014-01-13 06:40:23 sendUrl INFO 29 [464] -2014-01-13 06:41:13 queue INFO >>29 [465] -2014-01-13 06:41:13 sendUrl INFO 29 [465] -2014-01-13 06:42:03 queue INFO >>29 [466] -2014-01-13 06:42:04 sendUrl INFO 29 [466] -2014-01-13 06:42:53 queue INFO >>29 [467] -2014-01-13 06:42:53 sendUrl INFO 29 [467] -2014-01-13 06:43:43 queue INFO >>29 [468] -2014-01-13 06:43:44 sendUrl INFO 29 [468] -2014-01-13 06:44:34 queue INFO >>29 [469] -2014-01-13 06:44:34 sendUrl INFO 29 [469] -2014-01-13 06:45:24 queue INFO >>29 [470] -2014-01-13 06:45:24 sendUrl INFO 29 [470] -2014-01-13 06:46:14 queue INFO >>29 [471] -2014-01-13 06:46:14 sendUrl INFO 29 [471] -2014-01-13 06:47:04 queue INFO >>29 [472] -2014-01-13 06:47:05 sendUrl INFO 29 [472] -2014-01-13 06:47:54 queue INFO >>29 [473] -2014-01-13 06:47:54 sendUrl INFO 29 [473] -2014-01-13 06:48:44 queue INFO >>29 [474] -2014-01-13 06:48:45 sendUrl INFO 29 [474] -2014-01-13 06:49:35 queue INFO >>29 [475] -2014-01-13 06:49:35 sendUrl INFO 29 [475] -2014-01-13 06:50:25 queue INFO >>29 [476] -2014-01-13 06:50:25 sendUrl INFO 29 [476] -2014-01-13 06:51:15 queue INFO >>29 [477] -2014-01-13 06:51:15 sendUrl INFO 29 [477] -2014-01-13 06:52:05 queue INFO >>29 [478] -2014-01-13 06:52:05 sendUrl INFO 29 [478] -2014-01-13 06:52:55 queue INFO >>29 [479] -2014-01-13 06:52:55 sendUrl INFO 29 [479] -2014-01-13 06:53:45 queue INFO >>29 [480] -2014-01-13 06:53:46 sendUrl INFO 29 [480] -2014-01-13 06:54:35 queue INFO >>29 [481] -2014-01-13 06:54:36 sendUrl INFO 29 [481] -2014-01-13 06:55:26 queue INFO >>29 [482] -2014-01-13 06:55:26 sendUrl INFO 29 [482] -2014-01-13 06:56:16 queue INFO >>29 [483] -2014-01-13 06:56:16 sendUrl INFO 29 [483] -2014-01-13 06:57:06 queue INFO >>29 [484] -2014-01-13 06:57:06 sendUrl INFO 29 [484] -2014-01-13 06:57:56 queue INFO >>29 [485] -2014-01-13 06:57:56 sendUrl INFO 29 [485] -2014-01-13 06:58:46 queue INFO >>29 [486] -2014-01-13 06:58:46 sendUrl INFO 29 [486] -2014-01-13 06:59:36 queue INFO >>29 [487] -2014-01-13 06:59:37 sendUrl INFO 29 [487] -2014-01-13 07:00:26 queue INFO >>29 [488] -2014-01-13 07:00:27 sendUrl INFO 29 [488] -2014-01-13 07:01:17 queue INFO >>29 [489] -2014-01-13 07:01:17 sendUrl INFO 29 [489] -2014-01-13 07:02:07 queue INFO >>29 [490] -2014-01-13 07:02:07 sendUrl INFO 29 [490] -2014-01-13 07:02:57 queue INFO >>29 [491] -2014-01-13 07:02:57 sendUrl INFO 29 [491] -2014-01-13 07:03:47 queue INFO >>29 [492] -2014-01-13 07:03:47 sendUrl INFO 29 [492] -2014-01-13 07:04:37 queue INFO >>29 [493] -2014-01-13 07:04:37 sendUrl INFO 29 [493] -2014-01-13 07:05:27 queue INFO >>29 [494] -2014-01-13 07:05:28 sendUrl INFO 29 [494] -2014-01-13 07:06:17 queue INFO >>29 [495] -2014-01-13 07:06:18 sendUrl INFO 29 [495] -2014-01-13 07:07:08 queue INFO >>29 [496] -2014-01-13 07:07:08 sendUrl INFO 29 [496] -2014-01-13 07:07:58 queue INFO >>29 [497] -2014-01-13 07:07:58 sendUrl INFO 29 [497] -2014-01-13 07:08:48 queue INFO >>29 [498] -2014-01-13 07:08:48 sendUrl INFO 29 [498] -2014-01-13 07:09:38 queue INFO >>29 [499] -2014-01-13 07:09:38 sendUrl INFO 29 [499] -2014-01-13 07:10:28 queue INFO >>29 [500] -2014-01-13 07:10:29 sendUrl INFO 29 [500] -2014-01-13 07:11:18 queue INFO >>29 [501] -2014-01-13 07:11:19 sendUrl INFO 29 [501] -2014-01-13 07:12:08 queue INFO >>29 [502] -2014-01-13 07:12:09 sendUrl INFO 29 [502] -2014-01-13 07:12:59 queue INFO >>29 [503] -2014-01-13 07:12:59 sendUrl INFO 29 [503] -2014-01-13 07:13:49 queue INFO >>29 [504] -2014-01-13 07:13:49 sendUrl INFO 29 [504] -2014-01-13 07:14:39 queue INFO >>29 [505] -2014-01-13 07:14:39 sendUrl INFO 29 [505] -2014-01-13 07:15:29 queue INFO >>29 [506] -2014-01-13 07:15:30 sendUrl INFO 29 [506] -2014-01-13 07:16:19 queue INFO >>29 [507] -2014-01-13 07:16:19 sendUrl INFO 29 [507] -2014-01-13 07:17:09 queue INFO >>29 [508] -2014-01-13 07:17:10 sendUrl INFO 29 [508] -2014-01-13 07:18:00 queue INFO >>29 [509] -2014-01-13 07:18:00 sendUrl INFO 29 [509] -2014-01-13 07:18:50 queue INFO >>29 [510] -2014-01-13 07:18:50 sendUrl INFO 29 [510] -2014-01-13 07:19:40 queue INFO >>29 [511] -2014-01-13 07:19:40 sendUrl INFO 29 [511] -2014-01-13 07:20:30 queue INFO >>29 [512] -2014-01-13 07:20:31 sendUrl INFO 29 [512] -2014-01-13 07:21:20 queue INFO >>29 [513] -2014-01-13 07:21:20 sendUrl INFO 29 [513] -2014-01-13 07:22:10 queue INFO >>29 [514] -2014-01-13 07:22:11 sendUrl INFO 29 [514] -2014-01-13 07:23:01 queue INFO >>29 [515] -2014-01-13 07:23:01 sendUrl INFO 29 [515] -2014-01-13 07:23:51 queue INFO >>29 [516] -2014-01-13 07:23:51 sendUrl INFO 29 [516] -2014-01-13 07:24:41 queue INFO >>29 [517] -2014-01-13 07:24:41 sendUrl INFO 29 [517] -2014-01-13 07:25:31 queue INFO >>29 [518] -2014-01-13 07:25:31 sendUrl INFO 29 [518] -2014-01-13 07:26:21 queue INFO >>29 [519] -2014-01-13 07:26:21 sendUrl INFO 29 [519] -2014-01-13 07:27:11 queue INFO >>29 [520] -2014-01-13 07:27:12 sendUrl INFO 29 [520] -2014-01-13 07:28:01 queue INFO >>29 [521] -2014-01-13 07:28:02 sendUrl INFO 29 [521] -2014-01-13 07:28:52 queue INFO >>29 [522] -2014-01-13 07:28:52 sendUrl INFO 29 [522] -2014-01-13 07:29:42 queue INFO >>29 [523] -2014-01-13 07:29:42 sendUrl INFO 29 [523] -2014-01-13 07:30:32 queue INFO >>29 [524] -2014-01-13 07:30:32 sendUrl INFO 29 [524] -2014-01-13 07:31:22 queue INFO >>29 [525] -2014-01-13 07:31:22 sendUrl INFO 29 [525] -2014-01-13 07:32:12 queue INFO >>29 [526] -2014-01-13 07:32:13 sendUrl INFO 29 [526] -2014-01-13 07:33:02 queue INFO >>29 [527] -2014-01-13 07:33:03 sendUrl INFO 29 [527] -2014-01-13 07:33:53 queue INFO >>29 [528] -2014-01-13 07:33:53 sendUrl INFO 29 [528] -2014-01-13 07:34:43 queue INFO >>29 [529] -2014-01-13 07:34:43 sendUrl INFO 29 [529] -2014-01-13 07:35:33 queue INFO >>29 [530] -2014-01-13 07:35:33 sendUrl INFO 29 [530] -2014-01-13 07:36:23 queue INFO >>29 [531] -2014-01-13 07:36:23 sendUrl INFO 29 [531] -2014-01-13 07:37:13 queue INFO >>29 [532] -2014-01-13 07:37:13 sendUrl INFO 29 [532] -2014-01-13 07:38:03 queue INFO >>29 [533] -2014-01-13 07:38:04 sendUrl INFO 29 [533] -2014-01-13 07:38:53 queue INFO >>29 [534] -2014-01-13 07:38:54 sendUrl INFO 29 [534] -2014-01-13 07:39:44 queue INFO >>29 [535] -2014-01-13 07:39:44 sendUrl INFO 29 [535] -2014-01-13 07:40:34 queue INFO >>29 [536] -2014-01-13 07:40:34 sendUrl INFO 29 [536] -2014-01-13 07:41:24 queue INFO >>29 [537] -2014-01-13 07:41:24 sendUrl INFO 29 [537] -2014-01-13 07:42:14 queue INFO >>29 [538] -2014-01-13 07:42:14 sendUrl INFO 29 [538] -2014-01-13 07:43:04 queue INFO >>29 [539] -2014-01-13 07:43:05 sendUrl INFO 29 [539] -2014-01-13 07:43:54 queue INFO >>29 [540] -2014-01-13 07:43:54 sendUrl INFO 29 [540] -2014-01-13 07:44:45 queue INFO >>29 [541] -2014-01-13 07:44:45 sendUrl INFO 29 [541] -2014-01-13 07:45:35 queue INFO >>29 [542] -2014-01-13 07:45:35 sendUrl INFO 29 [542] -2014-01-13 07:46:25 queue INFO >>29 [543] -2014-01-13 07:46:25 sendUrl INFO 29 [543] -2014-01-13 07:47:15 queue INFO >>29 [544] -2014-01-13 07:47:15 sendUrl INFO 29 [544] -2014-01-13 07:48:05 queue INFO >>29 [545] -2014-01-13 07:48:06 sendUrl INFO 29 [545] -2014-01-13 07:48:55 queue INFO >>29 [546] -2014-01-13 07:48:55 sendUrl INFO 29 [546] -2014-01-13 07:49:45 queue INFO >>29 [547] -2014-01-13 07:49:46 sendUrl INFO 29 [547] -2014-01-13 07:50:36 queue INFO >>29 [548] -2014-01-13 07:50:36 sendUrl INFO 29 [548] -2014-01-13 07:51:26 queue INFO >>29 [549] -2014-01-13 07:51:26 sendUrl INFO 29 [549] -2014-01-13 07:52:16 queue INFO >>29 [550] -2014-01-13 07:52:16 sendUrl INFO 29 [550] -2014-01-13 07:53:06 queue INFO >>29 [551] -2014-01-13 07:53:07 sendUrl INFO 29 [551] -2014-01-13 07:53:56 queue INFO >>29 [552] -2014-01-13 07:53:56 sendUrl INFO 29 [552] -2014-01-13 07:54:46 queue INFO >>29 [553] -2014-01-13 07:54:47 sendUrl INFO 29 [553] -2014-01-13 07:55:37 queue INFO >>29 [554] -2014-01-13 07:55:37 sendUrl INFO 29 [554] -2014-01-13 07:56:27 queue INFO >>29 [555] -2014-01-13 07:56:27 sendUrl INFO 29 [555] -2014-01-13 07:57:17 queue INFO >>29 [556] -2014-01-13 07:57:17 sendUrl INFO 29 [556] -2014-01-13 07:58:07 queue INFO >>29 [557] -2014-01-13 07:58:07 sendUrl INFO 29 [557] -2014-01-13 07:58:57 queue INFO >>29 [558] -2014-01-13 07:58:57 sendUrl INFO 29 [558] -2014-01-13 07:59:47 queue INFO >>29 [559] -2014-01-13 07:59:48 sendUrl INFO 29 [559] -2014-01-13 08:00:37 queue INFO >>29 [560] -2014-01-13 08:00:38 sendUrl INFO 29 [560] -2014-01-13 08:01:28 queue INFO >>29 [561] -2014-01-13 08:01:28 sendUrl INFO 29 [561] -2014-01-13 08:02:18 queue INFO >>29 [562] -2014-01-13 08:02:18 sendUrl INFO 29 [562] -2014-01-13 08:03:08 queue INFO >>29 [563] -2014-01-13 08:03:08 sendUrl INFO 29 [563] -2014-01-13 08:03:58 queue INFO >>29 [564] -2014-01-13 08:03:58 sendUrl INFO 29 [564] -2014-01-13 08:04:48 queue INFO >>29 [565] -2014-01-13 08:04:48 sendUrl INFO 29 [565] -2014-01-13 08:05:38 queue INFO >>29 [566] -2014-01-13 08:05:39 sendUrl INFO 29 [566] -2014-01-13 08:06:28 queue INFO >>29 [567] -2014-01-13 08:06:28 sendUrl INFO 29 [567] -2014-01-13 08:07:18 queue INFO >>29 [568] -2014-01-13 08:07:19 sendUrl INFO 29 [568] -2014-01-13 08:08:09 queue INFO >>29 [569] -2014-01-13 08:08:09 sendUrl INFO 29 [569] -2014-01-13 08:08:59 queue INFO >>29 [570] -2014-01-13 08:08:59 sendUrl INFO 29 [570] -2014-01-13 08:09:49 queue INFO >>29 [571] -2014-01-13 08:09:49 sendUrl INFO 29 [571] -2014-01-13 08:10:39 queue INFO >>29 [572] -2014-01-13 08:10:40 sendUrl INFO 29 [572] -2014-01-13 08:11:29 queue INFO >>29 [573] -2014-01-13 08:11:29 sendUrl INFO 29 [573] -2014-01-13 08:12:19 queue INFO >>29 [574] -2014-01-13 08:12:20 sendUrl INFO 29 [574] -2014-01-13 08:13:10 queue INFO >>29 [575] -2014-01-13 08:13:10 sendUrl INFO 29 [575] -2014-01-13 08:14:00 queue INFO >>29 [576] -2014-01-13 08:14:00 sendUrl INFO 29 [576] -2014-01-13 08:14:50 queue INFO >>29 [577] -2014-01-13 08:14:50 sendUrl INFO 29 [577] -2014-01-13 08:15:40 queue INFO >>29 [578] -2014-01-13 08:15:40 sendUrl INFO 29 [578] -2014-01-13 08:16:30 queue INFO >>29 [579] -2014-01-13 08:16:30 sendUrl INFO 29 [579] -2014-01-13 08:17:20 queue INFO >>29 [580] -2014-01-13 08:17:21 sendUrl INFO 29 [580] -2014-01-13 08:18:10 queue INFO >>29 [581] -2014-01-13 08:18:11 sendUrl INFO 29 [581] -2014-01-13 08:19:01 queue INFO >>29 [582] -2014-01-13 08:19:01 sendUrl INFO 29 [582] -2014-01-13 08:19:51 queue INFO >>29 [583] -2014-01-13 08:19:51 sendUrl INFO 29 [583] -2014-01-13 08:20:41 queue INFO >>29 [584] -2014-01-13 08:20:41 sendUrl INFO 29 [584] -2014-01-13 08:21:31 queue INFO >>29 [585] -2014-01-13 08:21:31 sendUrl INFO 29 [585] -2014-01-13 08:22:21 queue INFO >>29 [586] -2014-01-13 08:22:22 sendUrl INFO 29 [586] -2014-01-13 08:23:11 queue INFO >>29 [587] -2014-01-13 08:23:12 sendUrl INFO 29 [587] -2014-01-13 08:24:02 queue INFO >>29 [588] -2014-01-13 08:24:02 sendUrl INFO 29 [588] -2014-01-13 08:24:52 queue INFO >>29 [589] -2014-01-13 08:24:52 sendUrl INFO 29 [589] -2014-01-13 08:25:42 queue INFO >>29 [590] -2014-01-13 08:25:42 sendUrl INFO 29 [590] -2014-01-13 08:26:32 queue INFO >>29 [591] -2014-01-13 08:26:32 sendUrl INFO 29 [591] -2014-01-13 08:27:22 queue INFO >>29 [592] -2014-01-13 08:27:22 sendUrl INFO 29 [592] -2014-01-13 08:28:12 queue INFO >>29 [593] -2014-01-13 08:28:13 sendUrl INFO 29 [593] -2014-01-13 08:29:02 queue INFO >>29 [594] -2014-01-13 08:29:03 sendUrl INFO 29 [594] -2014-01-13 08:29:53 queue INFO >>29 [595] -2014-01-13 08:29:53 sendUrl INFO 29 [595] -2014-01-13 08:30:43 queue INFO >>29 [596] -2014-01-13 08:30:43 sendUrl INFO 29 [596] -2014-01-13 08:31:33 queue INFO >>29 [597] -2014-01-13 08:31:33 sendUrl INFO 29 [597] -2014-01-13 08:32:23 queue INFO >>29 [598] -2014-01-13 08:32:23 sendUrl INFO 29 [598] -2014-01-13 08:33:13 queue INFO >>29 [599] -2014-01-13 08:33:14 sendUrl INFO 29 [599] -2014-01-13 08:34:03 queue INFO >>29 [600] -2014-01-13 08:34:04 sendUrl INFO 29 [600] -2014-01-13 08:34:54 queue INFO >>29 [601] -2014-01-13 08:34:54 sendUrl INFO 29 [601] -2014-01-13 08:35:44 queue INFO >>29 [602] -2014-01-13 08:35:44 sendUrl INFO 29 [602] -2014-01-13 08:36:34 queue INFO >>29 [603] -2014-01-13 08:36:34 sendUrl INFO 29 [603] -2014-01-13 08:37:24 queue INFO >>29 [604] -2014-01-13 08:37:24 sendUrl INFO 29 [604] -2014-01-13 08:38:14 queue INFO >>29 [605] -2014-01-13 08:38:15 sendUrl INFO 29 [605] -2014-01-13 08:39:04 queue INFO >>29 [606] -2014-01-13 08:39:04 sendUrl INFO 29 [606] -2014-01-13 08:39:54 queue INFO >>29 [607] -2014-01-13 08:39:55 sendUrl INFO 29 [607] -2014-01-13 08:40:45 queue INFO >>29 [608] -2014-01-13 08:40:45 sendUrl INFO 29 [608] -2014-01-13 08:41:35 queue INFO >>29 [609] -2014-01-13 08:41:35 sendUrl INFO 29 [609] -2014-01-13 08:42:25 queue INFO >>29 [610] -2014-01-13 08:42:25 sendUrl INFO 29 [610] -2014-01-13 08:43:15 queue INFO >>29 [611] -2014-01-13 08:43:16 sendUrl INFO 29 [611] -2014-01-13 08:44:05 queue INFO >>29 [612] -2014-01-13 08:44:06 sendUrl INFO 29 [612] -2014-01-13 08:44:55 queue INFO >>29 [613] -2014-01-13 08:44:56 sendUrl INFO 29 [613] -2014-01-13 08:45:46 queue INFO >>29 [614] -2014-01-13 08:45:46 sendUrl INFO 29 [614] -2014-01-13 08:46:36 queue INFO >>29 [615] -2014-01-13 08:46:36 sendUrl INFO 29 [615] -2014-01-13 08:47:26 queue INFO >>29 [616] -2014-01-13 08:47:26 sendUrl INFO 29 [616] -2014-01-13 08:48:16 queue INFO >>29 [617] -2014-01-13 08:48:16 sendUrl INFO 29 [617] -2014-01-13 08:49:06 queue INFO >>29 [618] -2014-01-13 08:49:07 sendUrl INFO 29 [618] -2014-01-13 08:49:56 queue INFO >>29 [619] -2014-01-13 08:49:57 sendUrl INFO 29 [619] -2014-01-13 08:50:46 queue INFO >>29 [620] -2014-01-13 08:50:47 sendUrl INFO 29 [620] -2014-01-13 08:51:37 queue INFO >>29 [621] -2014-01-13 08:51:37 sendUrl INFO 29 [621] -2014-01-13 08:52:27 queue INFO >>29 [622] -2014-01-13 08:52:27 sendUrl INFO 29 [622] -2014-01-13 08:53:17 queue INFO >>29 [623] -2014-01-13 08:53:17 sendUrl INFO 29 [623] -2014-01-13 08:54:07 queue INFO >>29 [624] -2014-01-13 08:54:08 sendUrl INFO 29 [624] -2014-01-13 08:54:57 queue INFO >>29 [625] -2014-01-13 08:54:57 sendUrl INFO 29 [625] -2014-01-13 08:55:47 queue INFO >>29 [626] -2014-01-13 08:55:48 sendUrl INFO 29 [626] -2014-01-13 08:56:38 queue INFO >>29 [627] -2014-01-13 08:56:38 sendUrl INFO 29 [627] -2014-01-13 08:57:28 queue INFO >>29 [628] -2014-01-13 08:57:28 sendUrl INFO 29 [628] -2014-01-13 08:58:18 queue INFO >>29 [629] -2014-01-13 08:58:18 sendUrl INFO 29 [629] -2014-01-13 08:59:08 queue INFO >>29 [630] -2014-01-13 08:59:09 sendUrl INFO 29 [630] -2014-01-13 08:59:58 queue INFO >>29 [631] -2014-01-13 08:59:58 sendUrl INFO 29 [631] -2014-01-13 09:00:48 queue INFO >>29 [632] -2014-01-13 09:00:49 sendUrl INFO 29 [632] -2014-01-13 09:01:38 queue INFO >>29 [633] -2014-01-13 09:01:39 sendUrl INFO 29 [633] -2014-01-13 09:02:29 queue INFO >>29 [634] -2014-01-13 09:02:29 sendUrl INFO 29 [634] -2014-01-13 09:03:19 queue INFO >>29 [635] -2014-01-13 09:03:19 sendUrl INFO 29 [635] -2014-01-13 09:04:09 queue INFO >>29 [636] -2014-01-13 09:04:10 sendUrl INFO 29 [636] -2014-01-13 09:04:59 queue INFO >>29 [637] -2014-01-13 09:04:59 sendUrl INFO 29 [637] -2014-01-13 09:05:49 queue INFO >>29 [638] -2014-01-13 09:05:50 sendUrl INFO 29 [638] -2014-01-13 09:06:39 queue INFO >>29 [639] -2014-01-13 09:06:40 sendUrl INFO 29 [639] -2014-01-13 09:07:29 queue INFO >>29 [640] -2014-01-13 09:07:30 sendUrl INFO 29 [640] -2014-01-13 09:08:20 queue INFO >>29 [641] -2014-01-13 09:08:20 sendUrl INFO 29 [641] -2014-01-13 09:09:10 queue INFO >>29 [642] -2014-01-13 09:09:10 sendUrl INFO 29 [642] -2014-01-13 09:10:00 queue INFO >>29 [643] -2014-01-13 09:10:00 sendUrl INFO 29 [643] -2014-01-13 09:10:50 queue INFO >>29 [644] -2014-01-13 09:10:50 sendUrl INFO 29 [644] -2014-01-13 09:11:40 queue INFO >>29 [645] -2014-01-13 09:11:41 sendUrl INFO 29 [645] -2014-01-13 09:12:30 queue INFO >>29 [646] -2014-01-13 09:12:31 sendUrl INFO 29 [646] -2014-01-13 09:13:20 queue INFO >>29 [647] -2014-01-13 09:13:21 sendUrl INFO 29 [647] -2014-01-13 09:14:11 queue INFO >>29 [648] -2014-01-13 09:14:11 sendUrl INFO 29 [648] -2014-01-13 09:15:01 queue INFO >>29 [649] -2014-01-13 09:15:01 sendUrl INFO 29 [649] -2014-01-13 09:15:51 queue INFO >>29 [650] -2014-01-13 09:15:51 sendUrl INFO 29 [650] -2014-01-13 09:16:41 queue INFO >>29 [651] -2014-01-13 09:16:42 sendUrl INFO 29 [651] -2014-01-13 09:17:31 queue INFO >>29 [652] -2014-01-13 09:17:31 sendUrl INFO 29 [652] -2014-01-13 09:18:21 queue INFO >>29 [653] -2014-01-13 09:18:22 sendUrl INFO 29 [653] -2014-01-13 09:19:12 queue INFO >>29 [654] -2014-01-13 09:19:12 sendUrl INFO 29 [654] -2014-01-13 09:20:02 queue INFO >>29 [655] -2014-01-13 09:20:02 sendUrl INFO 29 [655] -2014-01-13 09:20:52 queue INFO >>29 [656] -2014-01-13 09:20:52 sendUrl INFO 29 [656] -2014-01-13 09:21:42 queue INFO >>29 [657] -2014-01-13 09:21:43 sendUrl INFO 29 [657] -2014-01-13 09:22:32 queue INFO >>29 [658] -2014-01-13 09:22:32 sendUrl INFO 29 [658] -2014-01-13 09:23:22 queue INFO >>29 [659] -2014-01-13 09:23:23 sendUrl INFO 29 [659] -2014-01-13 09:24:12 queue INFO >>29 [660] -2014-01-13 09:24:13 sendUrl INFO 29 [660] -2014-01-13 09:25:03 queue INFO >>29 [661] -2014-01-13 09:25:03 sendUrl INFO 29 [661] -2014-01-13 09:25:53 queue INFO >>29 [662] -2014-01-13 09:25:53 sendUrl INFO 29 [662] -2014-01-13 09:26:43 queue INFO >>29 [663] -2014-01-13 09:26:43 sendUrl INFO 29 [663] -2014-01-13 09:27:33 queue INFO >>29 [664] -2014-01-13 09:27:33 sendUrl INFO 29 [664] -2014-01-13 09:28:23 queue INFO >>29 [665] -2014-01-13 09:28:24 sendUrl INFO 29 [665] -2014-01-13 09:29:13 queue INFO >>29 [666] -2014-01-13 09:29:14 sendUrl INFO 29 [666] -2014-01-13 09:30:04 queue INFO >>29 [667] -2014-01-13 09:30:04 sendUrl INFO 29 [667] -2014-01-13 09:30:54 queue INFO >>29 [668] -2014-01-13 09:30:54 sendUrl INFO 29 [668] -2014-01-13 09:31:44 queue INFO >>29 [669] -2014-01-13 09:31:44 sendUrl INFO 29 [669] -2014-01-13 09:32:34 queue INFO >>29 [670] -2014-01-13 09:32:34 sendUrl INFO 29 [670] -2014-01-13 09:33:24 queue INFO >>29 [671] -2014-01-13 09:33:25 sendUrl INFO 29 [671] -2014-01-13 09:34:14 queue INFO >>29 [672] -2014-01-13 09:34:15 sendUrl INFO 29 [672] -2014-01-13 09:35:04 queue INFO >>29 [673] -2014-01-13 09:35:05 sendUrl INFO 29 [673] -2014-01-13 09:35:55 queue INFO >>29 [674] -2014-01-13 09:35:55 sendUrl INFO 29 [674] -2014-01-13 09:36:45 queue INFO >>29 [675] -2014-01-13 09:36:45 sendUrl INFO 29 [675] -2014-01-13 09:37:35 queue INFO >>29 [676] -2014-01-13 09:37:35 sendUrl INFO 29 [676] -2014-01-13 09:38:25 queue INFO >>29 [677] -2014-01-13 09:38:25 sendUrl INFO 29 [677] -2014-01-13 09:39:15 queue INFO >>29 [678] -2014-01-13 09:39:16 sendUrl INFO 29 [678] -2014-01-13 09:40:05 queue INFO >>29 [679] -2014-01-13 09:40:06 sendUrl INFO 29 [679] -2014-01-13 09:40:55 queue INFO >>29 [680] -2014-01-13 09:40:56 sendUrl INFO 29 [680] -2014-01-13 09:41:46 queue INFO >>29 [681] -2014-01-13 09:41:46 sendUrl INFO 29 [681] -2014-01-13 09:42:36 queue INFO >>29 [682] -2014-01-13 09:42:36 sendUrl INFO 29 [682] -2014-01-13 09:43:26 queue INFO >>29 [683] -2014-01-13 09:43:26 sendUrl INFO 29 [683] -2014-01-13 09:44:16 queue INFO >>29 [684] -2014-01-13 09:44:16 sendUrl INFO 29 [684] -2014-01-13 09:45:06 queue INFO >>29 [685] -2014-01-13 09:45:06 sendUrl INFO 29 [685] -2014-01-13 09:45:56 queue INFO >>29 [686] -2014-01-13 09:45:57 sendUrl INFO 29 [686] -2014-01-13 09:46:46 queue INFO >>29 [687] -2014-01-13 09:46:47 sendUrl INFO 29 [687] -2014-01-13 09:47:37 queue INFO >>29 [688] -2014-01-13 09:47:37 sendUrl INFO 29 [688] -2014-01-13 09:48:27 queue INFO >>29 [689] -2014-01-13 09:48:27 sendUrl INFO 29 [689] -2014-01-13 09:49:17 queue INFO >>29 [690] -2014-01-13 09:49:17 sendUrl INFO 29 [690] -2014-01-13 09:50:07 queue INFO >>29 [691] -2014-01-13 09:50:07 sendUrl INFO 29 [691] -2014-01-13 09:50:57 queue INFO >>29 [692] -2014-01-13 09:50:58 sendUrl INFO 29 [692] -2014-01-13 09:51:47 queue INFO >>29 [693] -2014-01-13 09:51:48 sendUrl INFO 29 [693] -2014-01-13 09:52:37 queue INFO >>29 [694] -2014-01-13 09:52:38 sendUrl INFO 29 [694] -2014-01-13 09:53:28 queue INFO >>29 [695] -2014-01-13 09:53:28 sendUrl INFO 29 [695] -2014-01-13 09:54:18 queue INFO >>29 [696] -2014-01-13 09:54:18 sendUrl INFO 29 [696] -2014-01-13 09:55:08 queue INFO >>29 [697] -2014-01-13 09:55:08 sendUrl INFO 29 [697] -2014-01-13 09:55:58 queue INFO >>29 [698] -2014-01-13 09:55:58 sendUrl INFO 29 [698] -2014-01-13 09:56:48 queue INFO >>29 [699] -2014-01-13 09:56:49 sendUrl INFO 29 [699] -2014-01-13 09:57:38 queue INFO >>29 [700] -2014-01-13 09:57:39 sendUrl INFO 29 [700] -2014-01-13 09:58:29 queue INFO >>29 [701] -2014-01-13 09:58:29 sendUrl INFO 29 [701] -2014-01-13 09:59:19 queue INFO >>29 [702] -2014-01-13 09:59:19 sendUrl INFO 29 [702] -2014-01-13 10:00:09 queue INFO >>29 [703] -2014-01-13 10:00:09 sendUrl INFO 29 [703] -2014-01-13 10:00:59 queue INFO >>29 [704] -2014-01-13 10:00:59 sendUrl INFO 29 [704] -2014-01-13 10:01:49 queue INFO >>29 [705] -2014-01-13 10:01:50 sendUrl INFO 29 [705] -2014-01-13 10:02:39 queue INFO >>29 [706] -2014-01-13 10:02:40 sendUrl INFO 29 [706] -2014-01-13 10:03:29 queue INFO >>29 [707] -2014-01-13 10:03:30 sendUrl INFO 29 [707] -2014-01-13 10:04:20 queue INFO >>29 [708] -2014-01-13 10:04:20 sendUrl INFO 29 [708] -2014-01-13 10:05:10 queue INFO >>29 [709] -2014-01-13 10:05:10 sendUrl INFO 29 [709] -2014-01-13 10:06:00 queue INFO >>29 [710] -2014-01-13 10:06:00 sendUrl INFO 29 [710] -2014-01-13 10:06:50 queue INFO >>29 [711] -2014-01-13 10:06:51 sendUrl INFO 29 [711] -2014-01-13 10:07:40 queue INFO >>29 [712] -2014-01-13 10:07:40 sendUrl INFO 29 [712] -2014-01-13 10:08:30 queue INFO >>29 [713] -2014-01-13 10:08:31 sendUrl INFO 29 [713] -2014-01-13 10:09:21 queue INFO >>29 [714] -2014-01-13 10:09:21 sendUrl INFO 29 [714] -2014-01-13 10:10:11 queue INFO >>29 [715] -2014-01-13 10:10:11 sendUrl INFO 29 [715] -2014-01-13 10:11:01 queue INFO >>29 [716] -2014-01-13 10:11:01 sendUrl INFO 29 [716] -2014-01-13 10:11:51 queue INFO >>29 [717] -2014-01-13 10:11:52 sendUrl INFO 29 [717] -2014-01-13 10:12:41 queue INFO >>29 [718] -2014-01-13 10:12:41 sendUrl INFO 29 [718] -2014-01-13 10:13:31 queue INFO >>29 [719] -2014-01-13 10:13:32 sendUrl INFO 29 [719] -2014-01-13 10:14:21 queue INFO >>29 [720] -2014-01-13 10:14:22 sendUrl INFO 29 [720] -2014-01-13 10:15:12 queue INFO >>29 [721] -2014-01-13 10:15:12 sendUrl INFO 29 [721] -2014-01-13 10:16:02 queue INFO >>29 [722] -2014-01-13 10:16:02 sendUrl INFO 29 [722] -2014-01-13 10:16:52 queue INFO >>29 [723] -2014-01-13 10:16:52 sendUrl INFO 29 [723] -2014-01-13 10:17:42 queue INFO >>29 [724] -2014-01-13 10:17:42 sendUrl INFO 29 [724] -2014-01-13 10:18:32 queue INFO >>29 [725] -2014-01-13 10:18:33 sendUrl INFO 29 [725] -2014-01-13 10:19:22 queue INFO >>29 [726] -2014-01-13 10:19:23 sendUrl INFO 29 [726] -2014-01-13 10:20:13 queue INFO >>29 [727] -2014-01-13 10:20:13 sendUrl INFO 29 [727] -2014-01-13 10:21:03 queue INFO >>29 [728] -2014-01-13 10:21:03 sendUrl INFO 29 [728] -2014-01-13 10:21:53 queue INFO >>29 [729] -2014-01-13 10:21:53 sendUrl INFO 29 [729] -2014-01-13 10:22:43 queue INFO >>29 [730] -2014-01-13 10:22:43 sendUrl INFO 29 [730] -2014-01-13 10:23:33 queue INFO >>29 [731] -2014-01-13 10:23:34 sendUrl INFO 29 [731] -2014-01-13 10:24:23 queue INFO >>29 [732] -2014-01-13 10:24:24 sendUrl INFO 29 [732] -2014-01-13 10:25:13 queue INFO >>29 [733] -2014-01-13 10:25:14 sendUrl INFO 29 [733] -2014-01-13 10:26:04 queue INFO >>29 [734] -2014-01-13 10:26:04 sendUrl INFO 29 [734] -2014-01-13 10:26:54 queue INFO >>29 [735] -2014-01-13 10:26:54 sendUrl INFO 29 [735] -2014-01-13 10:27:44 queue INFO >>29 [736] -2014-01-13 10:27:44 sendUrl INFO 29 [736] -2014-01-13 10:28:34 queue INFO >>29 [737] -2014-01-13 10:28:34 sendUrl INFO 29 [737] -2014-01-13 10:29:24 queue INFO >>29 [738] -2014-01-13 10:29:25 sendUrl INFO 29 [738] -2014-01-13 10:30:14 queue INFO >>29 [739] -2014-01-13 10:30:14 sendUrl INFO 29 [739] -2014-01-13 10:31:04 queue INFO >>29 [740] -2014-01-13 10:31:05 sendUrl INFO 29 [740] -2014-01-13 10:31:55 queue INFO >>29 [741] -2014-01-13 10:31:55 sendUrl INFO 29 [741] -2014-01-13 10:32:45 queue INFO >>29 [742] -2014-01-13 10:32:45 sendUrl INFO 29 [742] -2014-01-13 10:33:35 queue INFO >>29 [743] -2014-01-13 10:33:35 sendUrl INFO 29 [743] -2014-01-13 10:34:25 queue INFO >>29 [744] -2014-01-13 10:34:25 sendUrl INFO 29 [744] -2014-01-13 10:35:15 queue INFO >>29 [745] -2014-01-13 10:35:15 sendUrl INFO 29 [745] -2014-01-13 10:36:05 queue INFO >>29 [746] -2014-01-13 10:36:06 sendUrl INFO 29 [746] -2014-01-13 10:36:55 queue INFO >>29 [747] -2014-01-13 10:36:56 sendUrl INFO 29 [747] -2014-01-13 10:37:46 queue INFO >>29 [748] -2014-01-13 10:37:46 sendUrl INFO 29 [748] -2014-01-13 10:38:36 queue INFO >>29 [749] -2014-01-13 10:38:36 sendUrl INFO 29 [749] -2014-01-13 10:39:26 queue INFO >>29 [750] -2014-01-13 10:39:26 sendUrl INFO 29 [750] -2014-01-13 10:40:16 queue INFO >>29 [751] -2014-01-13 10:40:16 sendUrl INFO 29 [751] -2014-01-13 10:41:06 queue INFO >>29 [752] -2014-01-13 10:41:07 sendUrl INFO 29 [752] -2014-01-13 10:41:56 queue INFO >>29 [753] -2014-01-13 10:41:57 sendUrl INFO 29 [753] -2014-01-13 10:42:47 queue INFO >>29 [754] -2014-01-13 10:42:47 sendUrl INFO 29 [754] -2014-01-13 10:43:37 queue INFO >>29 [755] -2014-01-13 10:43:37 sendUrl INFO 29 [755] -2014-01-13 10:44:27 queue INFO >>29 [756] -2014-01-13 10:44:27 sendUrl INFO 29 [756] -2014-01-13 10:45:17 queue INFO >>29 [757] -2014-01-13 10:45:17 sendUrl INFO 29 [757] -2014-01-13 10:46:07 queue INFO >>29 [758] -2014-01-13 10:46:07 sendUrl INFO 29 [758] -2014-01-13 10:46:57 queue INFO >>29 [759] -2014-01-13 10:46:58 sendUrl INFO 29 [759] -2014-01-13 10:47:47 queue INFO >>29 [760] -2014-01-13 10:47:48 sendUrl INFO 29 [760] -2014-01-13 10:48:38 queue INFO >>29 [761] -2014-01-13 10:48:38 sendUrl INFO 29 [761] -2014-01-13 10:49:28 queue INFO >>29 [762] -2014-01-13 10:49:28 sendUrl INFO 29 [762] -2014-01-13 10:50:18 queue INFO >>29 [763] -2014-01-13 10:50:18 sendUrl INFO 29 [763] -2014-01-13 10:51:08 queue INFO >>29 [764] -2014-01-13 10:51:08 sendUrl INFO 29 [764] -2014-01-13 10:51:58 queue INFO >>29 [765] -2014-01-13 10:51:59 sendUrl INFO 29 [765] -2014-01-13 10:52:48 queue INFO >>29 [766] -2014-01-13 10:52:49 sendUrl INFO 29 [766] -2014-01-13 10:53:39 queue INFO >>29 [767] -2014-01-13 10:53:39 sendUrl INFO 29 [767] -2014-01-13 10:54:29 queue INFO >>29 [768] -2014-01-13 10:54:29 sendUrl INFO 29 [768] -2014-01-13 10:55:19 queue INFO >>29 [769] -2014-01-13 10:55:19 sendUrl INFO 29 [769] -2014-01-13 10:56:09 queue INFO >>29 [770] -2014-01-13 10:56:09 sendUrl INFO 29 [770] -2014-01-13 10:56:59 queue INFO >>29 [771] -2014-01-13 10:57:00 sendUrl INFO 29 [771] -2014-01-13 10:57:49 queue INFO >>29 [772] -2014-01-13 10:57:49 sendUrl INFO 29 [772] -2014-01-13 10:58:39 queue INFO >>29 [773] -2014-01-13 10:58:40 sendUrl INFO 29 [773] -2014-01-13 10:59:30 queue INFO >>29 [774] -2014-01-13 10:59:30 sendUrl INFO 29 [774] -2014-01-13 11:00:20 queue INFO >>29 [775] -2014-01-13 11:00:20 sendUrl INFO 29 [775] -2014-01-13 11:01:10 queue INFO >>29 [776] -2014-01-13 11:01:10 sendUrl INFO 29 [776] -2014-01-13 11:02:00 queue INFO >>29 [777] -2014-01-13 11:02:01 sendUrl INFO 29 [777] -2014-01-13 11:02:50 queue INFO >>29 [778] -2014-01-13 11:02:50 sendUrl INFO 29 [778] -2014-01-13 11:03:40 queue INFO >>29 [779] -2014-01-13 11:03:41 sendUrl INFO 29 [779] -2014-01-13 11:04:31 queue INFO >>29 [780] -2014-01-13 11:04:31 sendUrl INFO 29 [780] -2014-01-13 11:05:21 queue INFO >>29 [781] -2014-01-13 11:05:21 sendUrl INFO 29 [781] -2014-01-13 11:06:11 queue INFO >>29 [782] -2014-01-13 11:06:11 sendUrl INFO 29 [782] -2014-01-13 11:07:01 queue INFO >>29 [783] -2014-01-13 11:07:01 sendUrl INFO 29 [783] -2014-01-13 11:07:51 queue INFO >>29 [784] -2014-01-13 11:07:51 sendUrl INFO 29 [784] -2014-01-13 11:08:41 queue INFO >>29 [785] -2014-01-13 11:08:42 sendUrl INFO 29 [785] -2014-01-13 11:09:31 queue INFO >>29 [786] -2014-01-13 11:09:32 sendUrl INFO 29 [786] -2014-01-13 11:10:22 queue INFO >>29 [787] -2014-01-13 11:10:22 sendUrl INFO 29 [787] -2014-01-13 11:11:12 queue INFO >>29 [788] -2014-01-13 11:11:12 sendUrl INFO 29 [788] -2014-01-13 11:12:02 queue INFO >>29 [789] -2014-01-13 11:12:02 sendUrl INFO 29 [789] -2014-01-13 11:12:52 queue INFO >>29 [790] -2014-01-13 11:12:52 sendUrl INFO 29 [790] -2014-01-13 11:13:42 queue INFO >>29 [791] -2014-01-13 11:13:43 sendUrl INFO 29 [791] -2014-01-13 11:14:32 queue INFO >>29 [792] -2014-01-13 11:14:33 sendUrl INFO 29 [792] -2014-01-13 11:15:23 queue INFO >>29 [793] -2014-01-13 11:15:23 sendUrl INFO 29 [793] -2014-01-13 11:16:13 queue INFO >>29 [794] -2014-01-13 11:16:13 sendUrl INFO 29 [794] -2014-01-13 11:17:03 queue INFO >>29 [795] -2014-01-13 11:17:03 sendUrl INFO 29 [795] -2014-01-13 11:17:53 queue INFO >>29 [796] -2014-01-13 11:17:53 sendUrl INFO 29 [796] -2014-01-13 11:18:43 queue INFO >>29 [797] -2014-01-13 11:18:43 sendUrl INFO 29 [797] -2014-01-13 11:19:33 queue INFO >>29 [798] -2014-01-13 11:19:34 sendUrl INFO 29 [798] -2014-01-13 11:20:23 queue INFO >>29 [799] -2014-01-13 11:20:23 sendUrl INFO 29 [799] -2014-01-13 11:21:13 queue INFO >>29 [800] -2014-01-13 11:21:14 sendUrl INFO 29 [800] -2014-01-13 11:22:04 queue INFO >>29 [801] -2014-01-13 11:22:04 sendUrl INFO 29 [801] -2014-01-13 11:22:54 queue INFO >>29 [802] -2014-01-13 11:22:54 sendUrl INFO 29 [802] -2014-01-13 11:23:44 queue INFO >>29 [803] -2014-01-13 11:23:44 sendUrl INFO 29 [803] -2014-01-13 11:24:34 queue INFO >>29 [804] -2014-01-13 11:24:35 sendUrl INFO 29 [804] -2014-01-13 11:25:24 queue INFO >>29 [805] -2014-01-13 11:25:24 sendUrl INFO 29 [805] -2014-01-13 11:26:14 queue INFO >>29 [806] -2014-01-13 11:26:15 sendUrl INFO 29 [806] -2014-01-13 11:27:05 queue INFO >>29 [807] -2014-01-13 11:27:05 sendUrl INFO 29 [807] -2014-01-13 11:27:55 queue INFO >>29 [808] -2014-01-13 11:27:55 sendUrl INFO 29 [808] -2014-01-13 11:28:45 queue INFO >>29 [809] -2014-01-13 11:28:45 sendUrl INFO 29 [809] -2014-01-13 11:29:35 queue INFO >>29 [810] -2014-01-13 11:29:35 sendUrl INFO 29 [810] -2014-01-13 11:30:25 queue INFO >>29 [811] -2014-01-13 11:30:25 sendUrl INFO 29 [811] -2014-01-13 11:31:15 queue INFO >>29 [812] -2014-01-13 11:31:16 sendUrl INFO 29 [812] -2014-01-13 11:32:05 queue INFO >>29 [813] -2014-01-13 11:32:06 sendUrl INFO 29 [813] -2014-01-13 11:32:56 queue INFO >>29 [814] -2014-01-13 11:32:56 sendUrl INFO 29 [814] -2014-01-13 11:33:46 queue INFO >>29 [815] -2014-01-13 11:33:46 sendUrl INFO 29 [815] -2014-01-13 11:34:36 queue INFO >>29 [816] -2014-01-13 11:34:36 sendUrl INFO 29 [816] -2014-01-13 11:35:26 queue INFO >>29 [817] -2014-01-13 11:35:26 sendUrl INFO 29 [817] -2014-01-13 11:36:16 queue INFO >>29 [818] -2014-01-13 11:36:17 sendUrl INFO 29 [818] -2014-01-13 11:37:06 queue INFO >>29 [819] -2014-01-13 11:37:07 sendUrl INFO 29 [819] -2014-01-13 11:37:57 queue INFO >>29 [820] -2014-01-13 11:37:57 sendUrl INFO 29 [820] -2014-01-13 11:38:47 queue INFO >>29 [821] -2014-01-13 11:38:47 sendUrl INFO 29 [821] -2014-01-13 11:39:37 queue INFO >>29 [822] -2014-01-13 11:39:37 sendUrl INFO 29 [822] -2014-01-13 11:40:27 queue INFO >>29 [823] -2014-01-13 11:40:27 sendUrl INFO 29 [823] -2014-01-13 11:41:17 queue INFO >>29 [824] -2014-01-13 11:41:17 sendUrl INFO 29 [824] -2014-01-13 11:42:07 queue INFO >>29 [825] -2014-01-13 11:42:08 sendUrl INFO 29 [825] -2014-01-13 11:42:57 queue INFO >>29 [826] -2014-01-13 11:42:58 sendUrl INFO 29 [826] -2014-01-13 11:43:48 queue INFO >>29 [827] -2014-01-13 11:43:48 sendUrl INFO 29 [827] -2014-01-13 11:44:38 queue INFO >>29 [828] -2014-01-13 11:44:38 sendUrl INFO 29 [828] -2014-01-13 11:45:28 queue INFO >>29 [829] -2014-01-13 11:45:28 sendUrl INFO 29 [829] -2014-01-13 11:46:18 queue INFO >>29 [830] -2014-01-13 11:46:18 sendUrl INFO 29 [830] -2014-01-13 11:47:08 queue INFO >>29 [831] -2014-01-13 11:47:09 sendUrl INFO 29 [831] -2014-01-13 11:47:58 queue INFO >>29 [832] -2014-01-13 11:47:58 sendUrl INFO 29 [832] -2014-01-13 11:48:49 queue INFO >>29 [833] -2014-01-13 11:48:49 sendUrl INFO 29 [833] -2014-01-13 11:49:39 queue INFO >>29 [834] -2014-01-13 11:49:39 sendUrl INFO 29 [834] -2014-01-13 11:50:29 queue INFO >>29 [835] -2014-01-13 11:50:29 sendUrl INFO 29 [835] -2014-01-13 11:51:19 queue INFO >>29 [836] -2014-01-13 11:51:19 sendUrl INFO 29 [836] -2014-01-13 11:52:09 queue INFO >>29 [837] -2014-01-13 11:52:10 sendUrl INFO 29 [837] -2014-01-13 11:52:59 queue INFO >>29 [838] -2014-01-13 11:52:59 sendUrl INFO 29 [838] -2014-01-13 11:53:49 queue INFO >>29 [839] -2014-01-13 11:53:50 sendUrl INFO 29 [839] -2014-01-13 11:54:40 queue INFO >>29 [840] -2014-01-13 11:54:40 sendUrl INFO 29 [840] -2014-01-13 11:55:30 queue INFO >>29 [841] -2014-01-13 11:55:30 sendUrl INFO 29 [841] -2014-01-13 11:56:20 queue INFO >>29 [842] -2014-01-13 11:56:20 sendUrl INFO 29 [842] -2014-01-13 11:57:10 queue INFO >>29 [843] -2014-01-13 11:57:10 sendUrl INFO 29 [843] -2014-01-13 11:58:00 queue INFO >>29 [844] -2014-01-13 11:58:00 sendUrl INFO 29 [844] -2014-01-13 11:58:50 queue INFO >>29 [845] -2014-01-13 11:58:51 sendUrl INFO 29 [845] -2014-01-13 11:59:41 queue INFO >>29 [846] -2014-01-13 11:59:41 sendUrl INFO 29 [846] -2014-01-13 12:00:31 queue INFO >>29 [847] -2014-01-13 12:00:31 sendUrl INFO 29 [847] -2014-01-13 12:01:21 queue INFO >>29 [848] -2014-01-13 12:01:21 sendUrl INFO 29 [848] -2014-01-13 12:02:11 queue INFO >>29 [849] -2014-01-13 12:02:11 sendUrl INFO 29 [849] -2014-01-13 12:03:01 queue INFO >>29 [850] -2014-01-13 12:03:01 sendUrl INFO 29 [850] -2014-01-13 12:03:51 queue INFO >>29 [851] -2014-01-13 12:03:52 sendUrl INFO 29 [851] -2014-01-13 12:04:41 queue INFO >>29 [852] -2014-01-13 12:04:42 sendUrl INFO 29 [852] -2014-01-13 12:05:32 queue INFO >>29 [853] -2014-01-13 12:05:32 sendUrl INFO 29 [853] -2014-01-13 12:06:22 queue INFO >>29 [854] -2014-01-13 12:06:22 sendUrl INFO 29 [854] -2014-01-13 12:07:12 queue INFO >>29 [855] -2014-01-13 12:07:12 sendUrl INFO 29 [855] -2014-01-13 12:08:02 queue INFO >>29 [856] -2014-01-13 12:08:02 sendUrl INFO 29 [856] -2014-01-13 12:08:52 queue INFO >>29 [857] -2014-01-13 12:08:52 sendUrl INFO 29 [857] -2014-01-13 12:09:42 queue INFO >>29 [858] -2014-01-13 12:09:43 sendUrl INFO 29 [858] -2014-01-13 12:10:33 queue INFO >>29 [859] -2014-01-13 12:10:33 sendUrl INFO 29 [859] -2014-01-13 12:11:23 queue INFO >>29 [860] -2014-01-13 12:11:23 sendUrl INFO 29 [860] -2014-01-13 12:12:13 queue INFO >>29 [861] -2014-01-13 12:12:13 sendUrl INFO 29 [861] -2014-01-13 12:13:03 queue INFO >>29 [862] -2014-01-13 12:13:04 sendUrl INFO 29 [862] -2014-01-13 12:13:53 queue INFO >>29 [863] -2014-01-13 12:13:53 sendUrl INFO 29 [863] -2014-01-13 12:14:43 queue INFO >>29 [864] -2014-01-13 12:14:44 sendUrl INFO 29 [864] -2014-01-13 12:15:33 queue INFO >>29 [865] -2014-01-13 12:15:34 sendUrl INFO 29 [865] -2014-01-13 12:16:23 queue INFO >>29 [866] -2014-01-13 12:16:24 sendUrl INFO 29 [866] -2014-01-13 12:17:14 queue INFO >>29 [867] -2014-01-13 12:17:14 sendUrl INFO 29 [867] -2014-01-13 12:18:04 queue INFO >>29 [868] -2014-01-13 12:18:04 sendUrl INFO 29 [868] -2014-01-13 12:18:54 queue INFO >>29 [869] -2014-01-13 12:18:54 sendUrl INFO 29 [869] -2014-01-13 12:19:44 queue INFO >>29 [870] -2014-01-13 12:19:44 sendUrl INFO 29 [870] -2014-01-13 12:20:34 queue INFO >>29 [871] -2014-01-13 12:20:35 sendUrl INFO 29 [871] -2014-01-13 12:21:24 queue INFO >>29 [872] -2014-01-13 12:21:25 sendUrl INFO 29 [872] -2014-01-13 12:22:14 queue INFO >>29 [873] -2014-01-13 12:22:15 sendUrl INFO 29 [873] -2014-01-13 12:23:05 queue INFO >>29 [874] -2014-01-13 12:23:05 sendUrl INFO 29 [874] -2014-01-13 12:23:55 queue INFO >>29 [875] -2014-01-13 12:23:55 sendUrl INFO 29 [875] -2014-01-13 12:24:45 queue INFO >>29 [876] -2014-01-13 12:24:45 sendUrl INFO 29 [876] -2014-01-13 12:25:35 queue INFO >>29 [877] -2014-01-13 12:25:36 sendUrl INFO 29 [877] -2014-01-13 12:26:25 queue INFO >>29 [878] -2014-01-13 12:26:25 sendUrl INFO 29 [878] -2014-01-13 12:27:15 queue INFO >>29 [879] -2014-01-13 12:27:16 sendUrl INFO 29 [879] -2014-01-13 12:28:05 queue INFO >>29 [880] -2014-01-13 12:28:06 sendUrl INFO 29 [880] -2014-01-13 12:28:56 queue INFO >>29 [881] -2014-01-13 12:28:56 sendUrl INFO 29 [881] -2014-01-13 12:29:46 queue INFO >>29 [882] -2014-01-13 12:29:46 sendUrl INFO 29 [882] -2014-01-13 12:30:36 queue INFO >>29 [883] -2014-01-13 12:30:36 sendUrl INFO 29 [883] -2014-01-13 12:31:26 queue INFO >>29 [884] -2014-01-13 12:31:26 sendUrl INFO 29 [884] -2014-01-13 12:32:16 queue INFO >>29 [885] -2014-01-13 12:32:17 sendUrl INFO 29 [885] -2014-01-13 12:33:06 queue INFO >>29 [886] -2014-01-13 12:33:07 sendUrl INFO 29 [886] -2014-01-13 12:33:56 queue INFO >>29 [887] -2014-01-13 12:33:57 sendUrl INFO 29 [887] -2014-01-13 12:34:47 queue INFO >>29 [888] -2014-01-13 12:34:47 sendUrl INFO 29 [888] -2014-01-13 12:35:37 queue INFO >>29 [889] -2014-01-13 12:35:37 sendUrl INFO 29 [889] -2014-01-13 12:36:27 queue INFO >>29 [890] -2014-01-13 12:36:27 sendUrl INFO 29 [890] -2014-01-13 12:37:17 queue INFO >>29 [891] -2014-01-13 12:37:17 sendUrl INFO 29 [891] -2014-01-13 12:38:07 queue INFO >>29 [892] -2014-01-13 12:38:08 sendUrl INFO 29 [892] -2014-01-13 12:38:57 queue INFO >>29 [893] -2014-01-13 12:38:58 sendUrl INFO 29 [893] -2014-01-13 12:39:48 queue INFO >>29 [894] -2014-01-13 12:39:48 sendUrl INFO 29 [894] -2014-01-13 12:40:38 queue INFO >>29 [895] -2014-01-13 12:40:38 sendUrl INFO 29 [895] -2014-01-13 12:41:28 queue INFO >>29 [896] -2014-01-13 12:41:28 sendUrl INFO 29 [896] -2014-01-13 12:42:18 queue INFO >>29 [897] -2014-01-13 12:42:18 sendUrl INFO 29 [897] -2014-01-13 12:43:08 queue INFO >>29 [898] -2014-01-13 12:43:09 sendUrl INFO 29 [898] -2014-01-13 12:43:58 queue INFO >>29 [899] -2014-01-13 12:43:58 sendUrl INFO 29 [899] -2014-01-13 12:44:48 queue INFO >>29 [900] -2014-01-13 12:44:49 sendUrl INFO 29 [900] -2014-01-13 12:45:39 queue INFO >>29 [901] -2014-01-13 12:45:39 sendUrl INFO 29 [901] -2014-01-13 12:46:29 queue INFO >>29 [902] -2014-01-13 12:46:29 sendUrl INFO 29 [902] -2014-01-13 12:47:19 queue INFO >>29 [903] -2014-01-13 12:47:19 sendUrl INFO 29 [903] -2014-01-13 12:48:09 queue INFO >>29 [904] -2014-01-13 12:48:10 sendUrl INFO 29 [904] -2014-01-13 12:48:59 queue INFO >>29 [905] -2014-01-13 12:48:59 sendUrl INFO 29 [905] -2014-01-13 12:49:49 queue INFO >>29 [906] -2014-01-13 12:49:50 sendUrl INFO 29 [906] -2014-01-13 12:50:40 queue INFO >>29 [907] -2014-01-13 12:50:40 sendUrl INFO 29 [907] -2014-01-13 12:51:30 queue INFO >>29 [908] -2014-01-13 12:51:30 sendUrl INFO 29 [908] -2014-01-13 12:52:20 queue INFO >>29 [909] -2014-01-13 12:52:20 sendUrl INFO 29 [909] -2014-01-13 12:53:10 queue INFO >>29 [910] -2014-01-13 12:53:11 sendUrl INFO 29 [910] -2014-01-13 12:54:00 queue INFO >>29 [911] -2014-01-13 12:54:00 sendUrl INFO 29 [911] -2014-01-13 12:54:50 queue INFO >>29 [912] -2014-01-13 12:54:51 sendUrl INFO 29 [912] -2014-01-13 12:55:40 queue INFO >>29 [913] -2014-01-13 12:55:41 sendUrl INFO 29 [913] -2014-01-13 12:56:31 queue INFO >>29 [914] -2014-01-13 12:56:31 sendUrl INFO 29 [914] -2014-01-13 12:57:21 queue INFO >>29 [915] -2014-01-13 12:57:21 sendUrl INFO 29 [915] -2014-01-13 12:57:27 queue INFO 21 [916] -2014-01-13 12:57:27 queue INFO >21 [917] -2014-01-13 12:57:28 sendUrl INFO 21 [916] -2014-01-13 12:57:28 sendUrl INFO 21 [917] -2014-01-13 12:58:17 queue INFO >>21 [918] -2014-01-13 12:58:18 sendUrl INFO 21 [918] -2014-01-13 12:59:07 queue INFO >>21 [919] -2014-01-13 12:59:08 sendUrl INFO 21 [919] -2014-01-13 12:59:58 queue INFO >>21 [920] -2014-01-13 12:59:58 sendUrl INFO 21 [920] -2014-01-13 13:00:30 queue INFO 1 [921] -2014-01-13 13:00:30 queue INFO >1 [922] -2014-01-13 13:00:30 sendUrl INFO 1 [921] -2014-01-13 13:00:30 sendUrl INFO 1 [922] -2014-01-13 13:00:52 queue INFO 5 [923] -2014-01-13 13:00:52 queue INFO >5 [924] -2014-01-13 13:00:52 sendUrl INFO 5 [923] -2014-01-13 13:00:53 sendUrl INFO 5 [924] -2014-01-13 13:00:53 queue INFO 1 [925] -2014-01-13 13:00:54 queue INFO >1 [926] -2014-01-13 13:00:54 sendUrl INFO 1 [925] -2014-01-13 13:00:54 sendUrl INFO 1 [926] -2014-01-13 13:01:44 queue INFO >>1 [927] -2014-01-13 13:01:44 sendUrl INFO 1 [927] -2014-01-13 13:01:45 queue INFO 3 [928] -2014-01-13 13:01:46 sendUrl INFO 3 [928] -2014-01-13 13:01:46 queue INFO >3 [929] -2014-01-13 13:01:46 sendUrl INFO 3 [929] -2014-01-13 13:02:36 queue INFO >>3 [930] -2014-01-13 13:02:36 sendUrl INFO 3 [930] -2014-01-13 13:03:26 queue INFO >>3 [931] -2014-01-13 13:03:26 sendUrl INFO 3 [931] -2014-01-13 13:04:16 queue INFO >>3 [932] -2014-01-13 13:04:16 sendUrl INFO 3 [932] -2014-01-13 13:05:06 queue INFO >>3 [933] -2014-01-13 13:05:06 sendUrl INFO 3 [933] -2014-01-13 13:05:56 queue INFO >>3 [934] -2014-01-13 13:05:57 sendUrl INFO 3 [934] -2014-01-13 13:06:46 queue INFO >>3 [935] -2014-01-13 13:06:46 sendUrl INFO 3 [935] -2014-01-13 13:07:36 queue INFO >>3 [936] -2014-01-13 13:07:37 sendUrl INFO 3 [936] -2014-01-13 13:08:10 queue INFO 21 [937] -2014-01-13 13:08:10 queue INFO >21 [938] -2014-01-13 13:08:10 sendUrl INFO 21 [937] -2014-01-13 13:08:11 sendUrl INFO 21 [938] -2014-01-13 13:09:00 queue INFO >>21 [939] -2014-01-13 13:09:00 sendUrl INFO 21 [939] -2014-01-13 13:09:16 queue INFO 1 [940] -2014-01-13 13:09:16 queue INFO >1 [941] -2014-01-13 13:09:17 sendUrl INFO 1 [940] -2014-01-13 13:09:17 sendUrl INFO 1 [941] -2014-01-13 13:10:06 queue INFO >>1 [942] -2014-01-13 13:10:07 sendUrl INFO 1 [942] -2014-01-13 13:10:13 queue INFO 5 [943] -2014-01-13 13:10:13 queue INFO >5 [944] -2014-01-13 13:10:13 sendUrl INFO 5 [943] -2014-01-13 13:10:13 sendUrl INFO 5 [944] -2014-01-13 13:10:14 queue INFO 1 [945] -2014-01-13 13:10:14 queue INFO >1 [946] -2014-01-13 13:10:14 sendUrl INFO 1 [945] -2014-01-13 13:10:15 sendUrl INFO 1 [946] -2014-01-13 13:11:04 queue INFO >>1 [947] -2014-01-13 13:11:05 sendUrl INFO 1 [947] -2014-01-13 13:11:06 queue INFO 3 [948] -2014-01-13 13:11:07 queue INFO >3 [949] -2014-01-13 13:11:07 sendUrl INFO 3 [948] -2014-01-13 13:11:07 sendUrl INFO 3 [949] -2014-01-13 13:11:28 queue INFO 21 [950] -2014-01-13 13:11:28 queue INFO >21 [951] -2014-01-13 13:11:28 sendUrl INFO 21 [950] -2014-01-13 13:11:29 sendUrl INFO 21 [951] -2014-01-13 13:12:04 queue INFO 1 [952] -2014-01-13 13:12:04 queue INFO >1 [953] -2014-01-13 13:12:04 sendUrl INFO 1 [952] -2014-01-13 13:12:05 sendUrl INFO 1 [953] -2014-01-13 13:12:54 queue INFO >>1 [954] -2014-01-13 13:12:54 sendUrl INFO 1 [954] -2014-01-13 13:13:00 queue INFO 3 [955] -2014-01-13 13:13:00 queue INFO >3 [956] -2014-01-13 13:13:00 sendUrl INFO 3 [955] -2014-01-13 13:13:01 sendUrl INFO 3 [956] -2014-01-13 13:13:50 queue INFO >>3 [957] -2014-01-13 13:13:50 sendUrl INFO 3 [957] -2014-01-13 13:14:40 queue INFO >>3 [958] -2014-01-13 13:14:40 sendUrl INFO 3 [958] -2014-01-13 13:15:30 queue INFO >>3 [959] -2014-01-13 13:15:31 sendUrl INFO 3 [959] -2014-01-13 13:16:20 queue INFO >>3 [960] -2014-01-13 13:16:21 sendUrl INFO 3 [960] -2014-01-13 13:17:10 queue INFO >>3 [961] -2014-01-13 13:17:11 sendUrl INFO 3 [961] -2014-01-13 13:17:47 queue INFO 7 [962] -2014-01-13 13:17:47 queue INFO >7 [963] -2014-01-13 13:17:47 sendUrl INFO 7 [962] -2014-01-13 13:17:48 sendUrl INFO 7 [963] -2014-01-13 13:17:49 queue INFO 3 [964] -2014-01-13 13:17:49 queue INFO >3 [965] -2014-01-13 13:17:49 sendUrl INFO 3 [964] -2014-01-13 13:17:49 sendUrl INFO 3 [965] -2014-01-13 13:18:39 queue INFO >>3 [966] -2014-01-13 13:18:39 sendUrl INFO 3 [966] -2014-01-13 13:19:29 queue INFO >>3 [967] -2014-01-13 13:19:30 sendUrl INFO 3 [967] -2014-01-13 13:20:19 queue INFO >>3 [968] -2014-01-13 13:20:19 sendUrl INFO 3 [968] -2014-01-13 13:21:09 queue INFO >>3 [969] -2014-01-13 13:21:10 sendUrl INFO 3 [969] -2014-01-13 13:22:00 queue INFO >>3 [970] -2014-01-13 13:22:00 sendUrl INFO 3 [970] -2014-01-13 13:22:50 queue INFO >>3 [971] -2014-01-13 13:22:50 sendUrl INFO 3 [971] -2014-01-13 13:23:40 queue INFO >>3 [972] -2014-01-13 13:23:40 sendUrl INFO 3 [972] -2014-01-13 13:24:30 queue INFO >>3 [973] -2014-01-13 13:24:30 sendUrl INFO 3 [973] -2014-01-13 13:25:20 queue INFO >>3 [974] -2014-01-13 13:25:20 sendUrl INFO 3 [974] -2014-01-13 13:25:30 queue INFO 21 [975] -2014-01-13 13:25:30 queue INFO >21 [976] -2014-01-13 13:25:30 sendUrl INFO 21 [975] -2014-01-13 13:25:31 sendUrl INFO 21 [976] -2014-01-13 13:26:20 queue INFO >>21 [977] -2014-01-13 13:26:20 sendUrl INFO 21 [977] -2014-01-13 13:27:10 queue INFO >>21 [978] -2014-01-13 13:27:10 sendUrl INFO 21 [978] -2014-01-13 13:28:00 queue INFO >>21 [979] -2014-01-13 13:28:01 sendUrl INFO 21 [979] -2014-01-13 13:28:50 queue INFO >>21 [980] -2014-01-13 13:28:50 sendUrl INFO 21 [980] -2014-01-13 13:29:40 queue INFO >>21 [981] -2014-01-13 13:29:41 sendUrl INFO 21 [981] -2014-01-13 13:30:30 queue INFO >>21 [982] -2014-01-13 13:30:31 sendUrl INFO 21 [982] -2014-01-13 13:31:21 queue INFO >>21 [983] -2014-01-13 13:31:21 sendUrl INFO 21 [983] -2014-01-13 13:32:11 queue INFO >>21 [984] -2014-01-13 13:32:11 sendUrl INFO 21 [984] -2014-01-13 13:33:01 queue INFO >>21 [985] -2014-01-13 13:33:02 sendUrl INFO 21 [985] -2014-01-13 13:33:51 queue INFO >>21 [986] -2014-01-13 13:33:51 sendUrl INFO 21 [986] -2014-01-13 13:34:41 queue INFO >>21 [987] -2014-01-13 13:34:42 sendUrl INFO 21 [987] -2014-01-13 13:35:31 queue INFO >>21 [988] -2014-01-13 13:35:32 sendUrl INFO 21 [988] -2014-01-13 13:36:22 queue INFO >>21 [989] -2014-01-13 13:36:22 sendUrl INFO 21 [989] -2014-01-13 13:37:12 queue INFO >>21 [990] -2014-01-13 13:37:12 sendUrl INFO 21 [990] -2014-01-13 13:38:02 queue INFO >>21 [991] -2014-01-13 13:38:02 sendUrl INFO 21 [991] -2014-01-13 13:38:52 queue INFO >>21 [992] -2014-01-13 13:38:52 sendUrl INFO 21 [992] -2014-01-13 13:39:42 queue INFO >>21 [993] -2014-01-13 13:39:43 sendUrl INFO 21 [993] -2014-01-13 13:40:32 queue INFO >>21 [994] -2014-01-13 13:40:33 sendUrl INFO 21 [994] -2014-01-13 13:41:22 queue INFO >>21 [995] -2014-01-13 13:41:23 sendUrl INFO 21 [995] -2014-01-13 13:42:13 queue INFO >>21 [996] -2014-01-13 13:42:13 sendUrl INFO 21 [996] -2014-01-13 13:43:03 queue INFO >>21 [997] -2014-01-13 13:43:03 sendUrl INFO 21 [997] -2014-01-13 13:43:53 queue INFO >>21 [998] -2014-01-13 13:43:53 sendUrl INFO 21 [998] -2014-01-13 13:44:43 queue INFO >>21 [999] -2014-01-13 13:44:43 sendUrl INFO 21 [999] -2014-01-13 13:45:33 queue INFO >>21 [0] -2014-01-13 13:45:34 sendUrl INFO 21 [0] -2014-01-13 13:46:23 queue INFO >>21 [1] -2014-01-13 13:46:24 sendUrl INFO 21 [1] -2014-01-13 13:47:14 queue INFO >>21 [2] -2014-01-13 13:47:14 sendUrl INFO 21 [2] -2014-01-13 13:48:04 queue INFO >>21 [3] -2014-01-13 13:48:04 sendUrl INFO 21 [3] -2014-01-13 13:48:54 queue INFO >>21 [4] -2014-01-13 13:48:54 sendUrl INFO 21 [4] -2014-01-13 13:49:44 queue INFO >>21 [5] -2014-01-13 13:49:44 sendUrl INFO 21 [5] -2014-01-13 13:50:34 queue INFO >>21 [6] -2014-01-13 13:50:35 sendUrl INFO 21 [6] -2014-01-13 13:51:24 queue INFO >>21 [7] -2014-01-13 13:51:25 sendUrl INFO 21 [7] -2014-01-13 13:52:14 queue INFO >>21 [8] -2014-01-13 13:52:15 sendUrl INFO 21 [8] -2014-01-13 13:53:05 queue INFO >>21 [9] -2014-01-13 13:53:05 sendUrl INFO 21 [9] -2014-01-13 13:53:55 queue INFO >>21 [10] -2014-01-13 13:53:55 sendUrl INFO 21 [10] -2014-01-13 13:54:45 queue INFO >>21 [11] -2014-01-13 13:54:45 sendUrl INFO 21 [11] -2014-01-13 13:55:35 queue INFO >>21 [12] -2014-01-13 13:55:36 sendUrl INFO 21 [12] -2014-01-13 13:56:25 queue INFO >>21 [13] -2014-01-13 13:56:25 sendUrl INFO 21 [13] -2014-01-13 13:57:15 queue INFO >>21 [14] -2014-01-13 13:57:16 sendUrl INFO 21 [14] -2014-01-13 13:58:06 queue INFO >>21 [15] -2014-01-13 13:58:06 sendUrl INFO 21 [15] -2014-01-13 13:58:56 queue INFO >>21 [16] -2014-01-13 13:58:56 sendUrl INFO 21 [16] -2014-01-13 13:59:46 queue INFO >>21 [17] -2014-01-13 13:59:46 sendUrl INFO 21 [17] -2014-01-13 14:00:36 queue INFO >>21 [18] -2014-01-13 14:00:37 sendUrl INFO 21 [18] -2014-01-13 14:01:26 queue INFO >>21 [19] -2014-01-13 14:01:26 sendUrl INFO 21 [19] -2014-01-13 14:02:16 queue INFO >>21 [20] -2014-01-13 14:02:17 sendUrl INFO 21 [20] -2014-01-13 14:03:06 queue INFO >>21 [21] -2014-01-13 14:03:07 sendUrl INFO 21 [21] -2014-01-13 14:03:57 queue INFO >>21 [22] -2014-01-13 14:03:57 sendUrl INFO 21 [22] -2014-01-13 14:04:47 queue INFO >>21 [23] -2014-01-13 14:04:47 sendUrl INFO 21 [23] -2014-01-13 14:05:37 queue INFO >>21 [24] -2014-01-13 14:05:37 sendUrl INFO 21 [24] -2014-01-13 14:06:27 queue INFO >>21 [25] -2014-01-13 14:06:27 sendUrl INFO 21 [25] -2014-01-13 14:07:17 queue INFO >>21 [26] -2014-01-13 14:07:18 sendUrl INFO 21 [26] -2014-01-13 14:08:07 queue INFO >>21 [27] -2014-01-13 14:08:08 sendUrl INFO 21 [27] -2014-01-13 14:08:58 queue INFO >>21 [28] -2014-01-13 14:08:58 sendUrl INFO 21 [28] -2014-01-13 14:09:48 queue INFO >>21 [29] -2014-01-13 14:09:48 sendUrl INFO 21 [29] -2014-01-13 14:10:38 queue INFO >>21 [30] -2014-01-13 14:10:38 sendUrl INFO 21 [30] -2014-01-13 14:11:28 queue INFO >>21 [31] -2014-01-13 14:11:28 sendUrl INFO 21 [31] -2014-01-13 14:12:18 queue INFO >>21 [32] -2014-01-13 14:12:19 sendUrl INFO 21 [32] -2014-01-13 14:13:08 queue INFO >>21 [33] -2014-01-13 14:13:09 sendUrl INFO 21 [33] -2014-01-13 14:13:58 queue INFO >>21 [34] -2014-01-13 14:13:59 sendUrl INFO 21 [34] -2014-01-13 14:14:49 queue INFO >>21 [35] -2014-01-13 14:14:49 sendUrl INFO 21 [35] -2014-01-13 14:15:39 queue INFO >>21 [36] -2014-01-13 14:15:39 sendUrl INFO 21 [36] -2014-01-13 14:16:29 queue INFO >>21 [37] -2014-01-13 14:16:29 sendUrl INFO 21 [37] -2014-01-13 14:17:19 queue INFO >>21 [38] -2014-01-13 14:17:19 sendUrl INFO 21 [38] -2014-01-13 14:18:09 queue INFO >>21 [39] -2014-01-13 14:18:10 sendUrl INFO 21 [39] -2014-01-13 14:18:59 queue INFO >>21 [40] -2014-01-13 14:19:00 sendUrl INFO 21 [40] -2014-01-13 14:19:50 queue INFO >>21 [41] -2014-01-13 14:19:50 sendUrl INFO 21 [41] -2014-01-13 14:20:40 queue INFO >>21 [42] -2014-01-13 14:20:40 sendUrl INFO 21 [42] -2014-01-13 14:21:30 queue INFO >>21 [43] -2014-01-13 14:21:30 sendUrl INFO 21 [43] -2014-01-13 14:22:20 queue INFO >>21 [44] -2014-01-13 14:22:20 sendUrl INFO 21 [44] -2014-01-13 14:22:36 queue INFO 1 [45] -2014-01-13 14:22:36 queue INFO >1 [46] -2014-01-13 14:22:36 sendUrl INFO 1 [45] -2014-01-13 14:22:37 sendUrl INFO 1 [46] -2014-01-13 14:23:25 queue INFO 3 [47] -2014-01-13 14:23:25 queue INFO >3 [48] -2014-01-13 14:23:25 sendUrl INFO 3 [47] -2014-01-13 14:23:26 sendUrl INFO 3 [48] -2014-01-13 14:24:15 queue INFO >>3 [49] -2014-01-13 14:24:15 sendUrl INFO 3 [49] -2014-01-13 14:25:05 queue INFO >>3 [50] -2014-01-13 14:25:05 sendUrl INFO 3 [50] -2014-01-13 14:25:55 queue INFO >>3 [51] -2014-01-13 14:25:56 sendUrl INFO 3 [51] -2014-01-13 14:26:45 queue INFO >>3 [52] -2014-01-13 14:26:45 sendUrl INFO 3 [52] -2014-01-13 14:27:35 queue INFO >>3 [53] -2014-01-13 14:27:36 sendUrl INFO 3 [53] -2014-01-13 14:28:26 queue INFO >>3 [54] -2014-01-13 14:28:26 sendUrl INFO 3 [54] -2014-01-13 14:29:02 queue INFO 1 [55] -2014-01-13 14:29:03 queue INFO >1 [56] -2014-01-13 14:29:03 sendUrl INFO 1 [55] -2014-01-13 14:29:03 sendUrl INFO 1 [56] -2014-01-13 14:29:53 queue INFO >>1 [57] -2014-01-13 14:29:53 sendUrl INFO 1 [57] -2014-01-13 14:30:00 queue INFO 21 [58] -2014-01-13 14:30:01 queue INFO >21 [59] -2014-01-13 14:30:01 sendUrl INFO 21 [58] -2014-01-13 14:30:01 sendUrl INFO 21 [59] -2014-01-13 14:30:51 queue INFO >>21 [60] -2014-01-13 14:30:51 sendUrl INFO 21 [60] -2014-01-13 14:31:11 queue INFO 1 [61] -2014-01-13 14:31:11 queue INFO >1 [62] -2014-01-13 14:31:11 sendUrl INFO 1 [61] -2014-01-13 14:31:12 sendUrl INFO 1 [62] -2014-01-13 14:31:28 queue INFO 5 [63] -2014-01-13 14:31:28 queue INFO >5 [64] -2014-01-13 14:31:28 sendUrl INFO 5 [63] -2014-01-13 14:31:28 sendUrl INFO 5 [64] -2014-01-13 14:31:29 queue INFO 1 [65] -2014-01-13 14:31:29 queue INFO >1 [66] -2014-01-13 14:31:29 sendUrl INFO 1 [65] -2014-01-13 14:31:30 sendUrl INFO 1 [66] -2014-01-13 14:32:19 queue INFO >>1 [67] -2014-01-13 14:32:20 sendUrl INFO 1 [67] -2014-01-13 14:32:21 queue INFO 3 [68] -2014-01-13 14:32:21 queue INFO >3 [69] -2014-01-13 14:32:21 sendUrl INFO 3 [68] -2014-01-13 14:32:22 sendUrl INFO 3 [69] -2014-01-13 14:33:11 queue INFO >>3 [70] -2014-01-13 14:33:12 sendUrl INFO 3 [70] -2014-01-13 14:34:01 queue INFO >>3 [71] -2014-01-13 14:34:02 sendUrl INFO 3 [71] -2014-01-13 14:34:52 queue INFO >>3 [72] -2014-01-13 14:34:52 sendUrl INFO 3 [72] -2014-01-13 14:35:42 queue INFO >>3 [73] -2014-01-13 14:35:42 sendUrl INFO 3 [73] -2014-01-13 14:36:32 queue INFO >>3 [74] -2014-01-13 14:36:32 sendUrl INFO 3 [74] -2014-01-13 14:37:22 queue INFO >>3 [75] -2014-01-13 14:37:22 sendUrl INFO 3 [75] -2014-01-13 14:38:12 queue INFO >>3 [76] -2014-01-13 14:38:13 sendUrl INFO 3 [76] -2014-01-13 14:38:28 queue INFO 21 [77] -2014-01-13 14:38:29 queue INFO >21 [78] -2014-01-13 14:38:29 sendUrl INFO 21 [77] -2014-01-13 14:38:29 sendUrl INFO 21 [78] -2014-01-13 14:39:19 queue INFO >>21 [79] -2014-01-13 14:39:19 sendUrl INFO 21 [79] -2014-01-13 14:40:09 queue INFO >>21 [80] -2014-01-13 14:40:09 sendUrl INFO 21 [80] -2014-01-13 14:40:59 queue INFO >>21 [81] -2014-01-13 14:40:59 sendUrl INFO 21 [81] -2014-01-13 14:41:49 queue INFO >>21 [82] -2014-01-13 14:41:50 sendUrl INFO 21 [82] -2014-01-13 14:42:39 queue INFO >>21 [83] -2014-01-13 14:42:39 sendUrl INFO 21 [83] -2014-01-13 14:43:29 queue INFO >>21 [84] -2014-01-13 14:43:30 sendUrl INFO 21 [84] -2014-01-13 14:44:19 queue INFO >>21 [85] -2014-01-13 14:44:20 sendUrl INFO 21 [85] -2014-01-13 14:45:10 queue INFO >>21 [86] -2014-01-13 14:45:10 sendUrl INFO 21 [86] -2014-01-13 14:46:00 queue INFO >>21 [87] -2014-01-13 14:46:00 sendUrl INFO 21 [87] -2014-01-13 14:46:50 queue INFO >>21 [88] -2014-01-13 14:46:50 sendUrl INFO 21 [88] -2014-01-13 14:47:40 queue INFO >>21 [89] -2014-01-13 14:47:40 sendUrl INFO 21 [89] -2014-01-13 14:47:41 queue INFO 1 [90] -2014-01-13 14:47:41 sendUrl INFO 1 [90] -2014-01-13 14:47:42 queue INFO >1 [91] -2014-01-13 14:47:42 sendUrl INFO 1 [91] -2014-01-13 14:48:22 queue INFO 5 [92] -2014-01-13 14:48:22 queue INFO >5 [93] -2014-01-13 14:48:23 sendUrl INFO 5 [92] -2014-01-13 14:48:23 sendUrl INFO 5 [93] -2014-01-13 14:48:24 queue INFO 1 [94] -2014-01-13 14:48:24 queue INFO >1 [95] -2014-01-13 14:48:24 sendUrl INFO 1 [94] -2014-01-13 14:48:25 sendUrl INFO 1 [95] -2014-01-13 14:49:14 queue INFO >>1 [96] -2014-01-13 14:49:14 sendUrl INFO 1 [96] -2014-01-13 14:49:16 queue INFO 3 [97] -2014-01-13 14:49:16 queue INFO >3 [98] -2014-01-13 14:49:16 sendUrl INFO 3 [97] -2014-01-13 14:49:17 sendUrl INFO 3 [98] -2014-01-13 14:50:06 queue INFO >>3 [99] -2014-01-13 14:50:06 sendUrl INFO 3 [99] -2014-01-13 14:50:56 queue INFO >>3 [100] -2014-01-13 14:50:56 sendUrl INFO 3 [100] -2014-01-13 14:51:46 queue INFO >>3 [101] -2014-01-13 14:51:47 sendUrl INFO 3 [101] -2014-01-13 14:52:36 queue INFO >>3 [102] -2014-01-13 14:52:36 sendUrl INFO 3 [102] -2014-01-13 14:53:26 queue INFO >>3 [103] -2014-01-13 14:53:27 sendUrl INFO 3 [103] -2014-01-13 14:54:17 queue INFO >>3 [104] -2014-01-13 14:54:17 sendUrl INFO 3 [104] -2014-01-13 14:55:07 queue INFO >>3 [105] -2014-01-13 14:55:07 sendUrl INFO 3 [105] -2014-01-13 14:55:15 queue INFO 7 [106] -2014-01-13 14:55:15 sendUrl INFO 7 [106] -2014-01-13 14:55:16 queue INFO >7 [107] -2014-01-13 14:55:16 sendUrl INFO 7 [107] -2014-01-13 14:55:17 queue INFO 3 [108] -2014-01-13 14:55:17 queue INFO >3 [109] -2014-01-13 14:55:17 sendUrl INFO 3 [108] -2014-01-13 14:55:18 sendUrl INFO 3 [109] -2014-01-13 14:56:07 queue INFO >>3 [110] -2014-01-13 14:56:07 sendUrl INFO 3 [110] -2014-01-13 14:56:57 queue INFO >>3 [111] -2014-01-13 14:56:58 sendUrl INFO 3 [111] -2014-01-13 14:57:47 queue INFO >>3 [112] -2014-01-13 14:57:47 sendUrl INFO 3 [112] -2014-01-13 14:58:38 queue INFO >>3 [113] -2014-01-13 14:58:38 sendUrl INFO 3 [113] -2014-01-13 14:59:28 queue INFO >>3 [114] -2014-01-13 14:59:28 sendUrl INFO 3 [114] -2014-01-13 15:00:18 queue INFO >>3 [115] -2014-01-13 15:00:18 sendUrl INFO 3 [115] -2014-01-13 15:01:08 queue INFO >>3 [116] -2014-01-13 15:01:08 sendUrl INFO 3 [116] -2014-01-13 15:01:58 queue INFO >>3 [117] -2014-01-13 15:01:59 sendUrl INFO 3 [117] -2014-01-13 15:02:08 queue INFO 7 [118] -2014-01-13 15:02:09 queue INFO >7 [119] -2014-01-13 15:02:09 sendUrl INFO 7 [118] -2014-01-13 15:02:09 sendUrl INFO 7 [119] -2014-01-13 15:02:10 queue INFO 3 [120] -2014-01-13 15:02:10 queue INFO >3 [121] -2014-01-13 15:02:10 sendUrl INFO 3 [120] -2014-01-13 15:02:11 sendUrl INFO 3 [121] -2014-01-13 15:03:00 queue INFO >>3 [122] -2014-01-13 15:03:01 sendUrl INFO 3 [122] -2014-01-13 15:03:50 queue INFO >>3 [123] -2014-01-13 15:03:50 sendUrl INFO 3 [123] -2014-01-13 15:04:40 queue INFO >>3 [124] -2014-01-13 15:04:41 sendUrl INFO 3 [124] -2014-01-13 15:05:31 queue INFO >>3 [125] -2014-01-13 15:05:31 sendUrl INFO 3 [125] -2014-01-13 15:06:21 queue INFO >>3 [126] -2014-01-13 15:06:21 sendUrl INFO 3 [126] -2014-01-13 15:07:11 queue INFO >>3 [127] -2014-01-13 15:07:11 sendUrl INFO 3 [127] -2014-01-13 15:08:01 queue INFO >>3 [128] -2014-01-13 15:08:02 sendUrl INFO 3 [128] -2014-01-13 15:08:51 queue INFO >>3 [129] -2014-01-13 15:08:51 sendUrl INFO 3 [129] -2014-01-13 15:09:01 queue INFO 7 [130] -2014-01-13 15:09:01 queue INFO >7 [131] -2014-01-13 15:09:01 sendUrl INFO 7 [130] -2014-01-13 15:09:02 sendUrl INFO 7 [131] -2014-01-13 15:09:03 queue INFO 3 [132] -2014-01-13 15:09:03 sendUrl INFO 3 [132] -2014-01-13 15:09:03 queue INFO >3 [133] -2014-01-13 15:09:03 sendUrl INFO 3 [133] -2014-01-13 15:09:53 queue INFO >>3 [134] -2014-01-13 15:09:53 sendUrl INFO 3 [134] -2014-01-13 15:10:43 queue INFO >>3 [135] -2014-01-13 15:10:44 sendUrl INFO 3 [135] -2014-01-13 15:11:33 queue INFO >>3 [136] -2014-01-13 15:11:33 sendUrl INFO 3 [136] -2014-01-13 15:12:23 queue INFO >>3 [137] -2014-01-13 15:12:24 sendUrl INFO 3 [137] -2014-01-13 15:13:14 queue INFO >>3 [138] -2014-01-13 15:13:14 sendUrl INFO 3 [138] -2014-01-13 15:14:04 queue INFO >>3 [139] -2014-01-13 15:14:04 sendUrl INFO 3 [139] -2014-01-13 15:14:54 queue INFO >>3 [140] -2014-01-13 15:14:54 sendUrl INFO 3 [140] -2014-01-13 15:15:44 queue INFO >>3 [141] -2014-01-13 15:15:45 sendUrl INFO 3 [141] -2014-01-13 15:16:29 queue INFO 21 [142] -2014-01-13 15:16:30 queue INFO >21 [143] -2014-01-13 15:16:30 sendUrl INFO 21 [142] -2014-01-13 15:16:30 sendUrl INFO 21 [143] -2014-01-13 15:17:14 queue INFO 1 [144] -2014-01-13 15:17:14 queue INFO >1 [145] -2014-01-13 15:17:14 sendUrl INFO 1 [144] -2014-01-13 15:17:14 sendUrl INFO 1 [145] -2014-01-13 15:17:23 queue INFO 21 [146] -2014-01-13 15:17:23 sendUrl INFO 21 [146] -2014-01-13 15:17:23 queue INFO >21 [147] -2014-01-13 15:17:24 sendUrl INFO 21 [147] -2014-01-13 15:17:30 queue INFO 1 [148] -2014-01-13 15:17:30 queue INFO >1 [149] -2014-01-13 15:17:30 sendUrl INFO 1 [148] -2014-01-13 15:17:30 sendUrl INFO 1 [149] -2014-01-13 15:17:54 queue INFO 5 [150] -2014-01-13 15:17:54 queue INFO >5 [151] -2014-01-13 15:17:54 sendUrl INFO 5 [150] -2014-01-13 15:17:55 sendUrl INFO 5 [151] -2014-01-13 15:17:55 queue INFO 1 [152] -2014-01-13 15:17:55 queue INFO >1 [153] -2014-01-13 15:17:56 sendUrl INFO 1 [152] -2014-01-13 15:17:56 sendUrl INFO 1 [153] -2014-01-13 15:18:45 queue INFO >>1 [154] -2014-01-13 15:18:46 sendUrl INFO 1 [154] -2014-01-13 15:18:47 queue INFO 3 [155] -2014-01-13 15:18:48 queue INFO >3 [156] -2014-01-13 15:18:48 sendUrl INFO 3 [155] -2014-01-13 15:18:48 sendUrl INFO 3 [156] -2014-01-13 15:19:38 queue INFO >>3 [157] -2014-01-13 15:19:38 sendUrl INFO 3 [157] -2014-01-13 15:20:28 queue INFO >>3 [158] -2014-01-13 15:20:28 sendUrl INFO 3 [158] -2014-01-13 15:21:18 queue INFO >>3 [159] -2014-01-13 15:21:18 sendUrl INFO 3 [159] -2014-01-13 15:22:08 queue INFO >>3 [160] -2014-01-13 15:22:08 sendUrl INFO 3 [160] -2014-01-13 15:22:58 queue INFO >>3 [161] -2014-01-13 15:22:59 sendUrl INFO 3 [161] -2014-01-13 15:23:48 queue INFO >>3 [162] -2014-01-13 15:23:49 sendUrl INFO 3 [162] -2014-01-13 15:24:39 queue INFO >>3 [163] -2014-01-13 15:24:39 sendUrl INFO 3 [163] -2014-01-13 15:24:47 queue INFO 7 [164] -2014-01-13 15:24:47 queue INFO >7 [165] -2014-01-13 15:24:47 sendUrl INFO 7 [164] -2014-01-13 15:24:48 sendUrl INFO 7 [165] -2014-01-13 15:24:49 queue INFO 3 [166] -2014-01-13 15:24:49 queue INFO >3 [167] -2014-01-13 15:24:49 sendUrl INFO 3 [166] -2014-01-13 15:24:49 sendUrl INFO 3 [167] -2014-01-13 15:25:39 queue INFO >>3 [168] -2014-01-13 15:25:39 sendUrl INFO 3 [168] -2014-01-13 15:26:29 queue INFO >>3 [169] -2014-01-13 15:26:29 sendUrl INFO 3 [169] -2014-01-13 15:27:19 queue INFO >>3 [170] -2014-01-13 15:27:19 sendUrl INFO 3 [170] -2014-01-13 15:28:09 queue INFO >>3 [171] -2014-01-13 15:28:10 sendUrl INFO 3 [171] -2014-01-13 15:28:59 queue INFO >>3 [172] -2014-01-13 15:28:59 sendUrl INFO 3 [172] -2014-01-13 15:29:49 queue INFO >>3 [173] -2014-01-13 15:29:50 sendUrl INFO 3 [173] -2014-01-13 15:30:40 queue INFO >>3 [174] -2014-01-13 15:30:40 sendUrl INFO 3 [174] -2014-01-13 15:31:30 queue INFO >>3 [175] -2014-01-13 15:31:30 sendUrl INFO 3 [175] -2014-01-13 15:31:40 queue INFO 7 [176] -2014-01-13 15:31:40 queue INFO >7 [177] -2014-01-13 15:31:41 sendUrl INFO 7 [176] -2014-01-13 15:31:41 sendUrl INFO 7 [177] -2014-01-13 15:31:42 queue INFO 3 [178] -2014-01-13 15:31:42 queue INFO >3 [179] -2014-01-13 15:31:42 sendUrl INFO 3 [178] -2014-01-13 15:31:43 sendUrl INFO 3 [179] -2014-01-13 15:32:32 queue INFO >>3 [180] -2014-01-13 15:32:32 sendUrl INFO 3 [180] -2014-01-13 15:33:22 queue INFO >>3 [181] -2014-01-13 15:33:22 sendUrl INFO 3 [181] -2014-01-13 15:34:12 queue INFO >>3 [182] -2014-01-13 15:34:13 sendUrl INFO 3 [182] -2014-01-13 15:35:02 queue INFO >>3 [183] -2014-01-13 15:35:02 sendUrl INFO 3 [183] -2014-01-13 15:35:52 queue INFO >>3 [184] -2014-01-13 15:35:53 sendUrl INFO 3 [184] -2014-01-13 15:36:43 queue INFO >>3 [185] -2014-01-13 15:36:43 sendUrl INFO 3 [185] -2014-01-13 15:37:33 queue INFO >>3 [186] -2014-01-13 15:37:33 sendUrl INFO 3 [186] -2014-01-13 15:38:23 queue INFO >>3 [187] -2014-01-13 15:38:23 sendUrl INFO 3 [187] -2014-01-13 15:38:34 queue INFO 7 [188] -2014-01-13 15:38:34 queue INFO >7 [189] -2014-01-13 15:38:34 sendUrl INFO 7 [188] -2014-01-13 15:38:35 sendUrl INFO 7 [189] -2014-01-13 15:38:35 queue INFO 3 [190] -2014-01-13 15:38:36 queue INFO >3 [191] -2014-01-13 15:38:36 sendUrl INFO 3 [190] -2014-01-13 15:38:36 sendUrl INFO 3 [191] -2014-01-13 15:39:26 queue INFO >>3 [192] -2014-01-13 15:39:26 sendUrl INFO 3 [192] -2014-01-13 15:40:16 queue INFO >>3 [193] -2014-01-13 15:40:16 sendUrl INFO 3 [193] -2014-01-13 15:41:06 queue INFO >>3 [194] -2014-01-13 15:41:06 sendUrl INFO 3 [194] -2014-01-13 15:41:56 queue INFO >>3 [195] -2014-01-13 15:41:57 sendUrl INFO 3 [195] -2014-01-13 15:42:46 queue INFO >>3 [196] -2014-01-13 15:42:46 sendUrl INFO 3 [196] -2014-01-13 15:43:36 queue INFO >>3 [197] -2014-01-13 15:43:37 sendUrl INFO 3 [197] -2014-01-13 15:44:27 queue INFO >>3 [198] -2014-01-13 15:44:27 sendUrl INFO 3 [198] -2014-01-13 15:45:17 queue INFO >>3 [199] -2014-01-13 15:45:17 sendUrl INFO 3 [199] -2014-01-13 15:45:27 queue INFO 7 [200] -2014-01-13 15:45:27 queue INFO >7 [201] -2014-01-13 15:45:27 sendUrl INFO 7 [200] -2014-01-13 15:45:28 sendUrl INFO 7 [201] -2014-01-13 15:45:28 queue INFO 3 [202] -2014-01-13 15:45:29 queue INFO >3 [203] -2014-01-13 15:45:29 sendUrl INFO 3 [202] -2014-01-13 15:45:29 sendUrl INFO 3 [203] -2014-01-13 15:46:18 queue INFO >>3 [204] -2014-01-13 15:46:19 sendUrl INFO 3 [204] -2014-01-13 15:47:09 queue INFO >>3 [205] -2014-01-13 15:47:09 sendUrl INFO 3 [205] -2014-01-13 15:47:59 queue INFO >>3 [206] -2014-01-13 15:47:59 sendUrl INFO 3 [206] -2014-01-13 15:48:49 queue INFO >>3 [207] -2014-01-13 15:48:49 sendUrl INFO 3 [207] -2014-01-13 15:49:39 queue INFO >>3 [208] -2014-01-13 15:49:39 sendUrl INFO 3 [208] -2014-01-13 15:50:29 queue INFO >>3 [209] -2014-01-13 15:50:30 sendUrl INFO 3 [209] -2014-01-13 15:51:19 queue INFO >>3 [210] -2014-01-13 15:51:19 sendUrl INFO 3 [210] -2014-01-13 15:52:09 queue INFO >>3 [211] -2014-01-13 15:52:10 sendUrl INFO 3 [211] -2014-01-13 15:52:20 queue INFO 7 [212] -2014-01-13 15:52:21 queue INFO >7 [213] -2014-01-13 15:52:21 sendUrl INFO 7 [212] -2014-01-13 15:52:21 sendUrl INFO 7 [213] -2014-01-13 15:52:22 queue INFO 3 [214] -2014-01-13 15:52:22 queue INFO >3 [215] -2014-01-13 15:52:22 sendUrl INFO 3 [214] -2014-01-13 15:52:23 sendUrl INFO 3 [215] -2014-01-13 15:53:12 queue INFO >>3 [216] -2014-01-13 15:53:13 sendUrl INFO 3 [216] -2014-01-13 15:54:02 queue INFO >>3 [217] -2014-01-13 15:54:03 sendUrl INFO 3 [217] -2014-01-13 15:54:52 queue INFO >>3 [218] -2014-01-13 15:54:53 sendUrl INFO 3 [218] -2014-01-13 15:55:43 queue INFO >>3 [219] -2014-01-13 15:55:43 sendUrl INFO 3 [219] -2014-01-13 15:56:33 queue INFO >>3 [220] -2014-01-13 15:56:33 sendUrl INFO 3 [220] -2014-01-13 15:57:23 queue INFO >>3 [221] -2014-01-13 15:57:23 sendUrl INFO 3 [221] -2014-01-13 15:58:13 queue INFO >>3 [222] -2014-01-13 15:58:14 sendUrl INFO 3 [222] -2014-01-13 15:59:03 queue INFO >>3 [223] -2014-01-13 15:59:04 sendUrl INFO 3 [223] -2014-01-13 15:59:14 queue INFO 7 [224] -2014-01-13 15:59:14 queue INFO >7 [225] -2014-01-13 15:59:14 sendUrl INFO 7 [224] -2014-01-13 15:59:15 sendUrl INFO 7 [225] -2014-01-13 15:59:15 queue INFO 3 [226] -2014-01-13 15:59:16 queue INFO >3 [227] -2014-01-13 15:59:16 sendUrl INFO 3 [226] -2014-01-13 15:59:16 sendUrl INFO 3 [227] -2014-01-13 16:00:05 queue INFO >>3 [228] -2014-01-13 16:00:06 sendUrl INFO 3 [228] -2014-01-13 16:00:56 queue INFO >>3 [229] -2014-01-13 16:00:56 sendUrl INFO 3 [229] -2014-01-13 16:01:46 queue INFO >>3 [230] -2014-01-13 16:01:46 sendUrl INFO 3 [230] -2014-01-13 16:02:36 queue INFO >>3 [231] -2014-01-13 16:02:36 sendUrl INFO 3 [231] -2014-01-13 16:03:26 queue INFO >>3 [232] -2014-01-13 16:03:26 sendUrl INFO 3 [232] -2014-01-13 16:04:16 queue INFO >>3 [233] -2014-01-13 16:04:17 sendUrl INFO 3 [233] -2014-01-13 16:05:06 queue INFO >>3 [234] -2014-01-13 16:05:07 sendUrl INFO 3 [234] -2014-01-13 16:05:57 queue INFO >>3 [235] -2014-01-13 16:05:57 sendUrl INFO 3 [235] -2014-01-13 16:06:07 queue INFO 7 [236] -2014-01-13 16:06:07 sendUrl INFO 7 [236] -2014-01-13 16:06:07 queue INFO >7 [237] -2014-01-13 16:06:07 sendUrl INFO 7 [237] -2014-01-13 16:06:08 queue INFO 3 [238] -2014-01-13 16:06:09 queue INFO >3 [239] -2014-01-13 16:06:09 sendUrl INFO 3 [238] -2014-01-13 16:06:09 sendUrl INFO 3 [239] -2014-01-13 16:06:59 queue INFO >>3 [240] -2014-01-13 16:06:59 sendUrl INFO 3 [240] -2014-01-13 16:07:49 queue INFO >>3 [241] -2014-01-13 16:07:49 sendUrl INFO 3 [241] -2014-01-13 16:08:39 queue INFO >>3 [242] -2014-01-13 16:08:39 sendUrl INFO 3 [242] -2014-01-13 16:09:29 queue INFO >>3 [243] -2014-01-13 16:09:29 sendUrl INFO 3 [243] -2014-01-13 16:10:19 queue INFO >>3 [244] -2014-01-13 16:10:20 sendUrl INFO 3 [244] -2014-01-13 16:11:09 queue INFO >>3 [245] -2014-01-13 16:11:09 sendUrl INFO 3 [245] -2014-01-13 16:11:59 queue INFO >>3 [246] -2014-01-13 16:12:00 sendUrl INFO 3 [246] -2014-01-13 16:12:43 queue INFO 1 [247] -2014-01-13 16:12:43 queue INFO >1 [248] -2014-01-13 16:12:43 sendUrl INFO 1 [247] -2014-01-13 16:12:44 sendUrl INFO 1 [248] -2014-01-13 16:13:01 queue INFO 21 [249] -2014-01-13 16:13:01 sendUrl INFO 21 [249] -2014-01-13 16:13:01 queue INFO >21 [250] -2014-01-13 16:13:02 sendUrl INFO 21 [250] -2014-01-13 16:13:51 queue INFO >>21 [251] -2014-01-13 16:13:52 sendUrl INFO 21 [251] -2014-01-13 16:14:41 queue INFO >>21 [252] -2014-01-13 16:14:42 sendUrl INFO 21 [252] -2014-01-13 16:15:32 queue INFO >>21 [253] -2014-01-13 16:15:32 sendUrl INFO 21 [253] -2014-01-13 16:16:22 queue INFO >>21 [254] -2014-01-13 16:16:22 sendUrl INFO 21 [254] -2014-01-13 16:17:12 queue INFO >>21 [255] -2014-01-13 16:17:12 sendUrl INFO 21 [255] -2014-01-13 16:18:02 queue INFO >>21 [256] -2014-01-13 16:18:02 sendUrl INFO 21 [256] -2014-01-13 16:18:16 queue INFO 1 [257] -2014-01-13 16:18:16 sendUrl INFO 1 [257] -2014-01-13 16:18:16 queue INFO >1 [258] -2014-01-13 16:18:17 sendUrl INFO 1 [258] -2014-01-13 16:18:35 queue INFO 5 [259] -2014-01-13 16:18:36 queue INFO >5 [260] -2014-01-13 16:18:36 sendUrl INFO 5 [259] -2014-01-13 16:18:36 sendUrl INFO 5 [260] -2014-01-13 16:18:37 queue INFO 1 [261] -2014-01-13 16:18:37 queue INFO >1 [262] -2014-01-13 16:18:37 sendUrl INFO 1 [261] -2014-01-13 16:18:38 sendUrl INFO 1 [262] -2014-01-13 16:19:27 queue INFO >>1 [263] -2014-01-13 16:19:28 sendUrl INFO 1 [263] -2014-01-13 16:19:29 queue INFO 3 [264] -2014-01-13 16:19:29 queue INFO >3 [265] -2014-01-13 16:19:30 sendUrl INFO 3 [264] -2014-01-13 16:19:30 sendUrl INFO 3 [265] -2014-01-13 16:20:19 queue INFO >>3 [266] -2014-01-13 16:20:20 sendUrl INFO 3 [266] -2014-01-13 16:21:10 queue INFO >>3 [267] -2014-01-13 16:21:10 sendUrl INFO 3 [267] -2014-01-13 16:22:00 queue INFO >>3 [268] -2014-01-13 16:22:00 sendUrl INFO 3 [268] -2014-01-13 16:22:50 queue INFO >>3 [269] -2014-01-13 16:22:50 sendUrl INFO 3 [269] -2014-01-13 16:23:40 queue INFO >>3 [270] -2014-01-13 16:23:41 sendUrl INFO 3 [270] -2014-01-13 16:24:30 queue INFO >>3 [271] -2014-01-13 16:24:30 sendUrl INFO 3 [271] -2014-01-13 16:25:20 queue INFO >>3 [272] -2014-01-13 16:25:21 sendUrl INFO 3 [272] -2014-01-13 16:25:29 queue INFO 7 [273] -2014-01-13 16:25:29 queue INFO >7 [274] -2014-01-13 16:25:29 sendUrl INFO 7 [273] -2014-01-13 16:25:30 sendUrl INFO 7 [274] -2014-01-13 16:25:30 queue INFO 3 [275] -2014-01-13 16:25:31 queue INFO >3 [276] -2014-01-13 16:25:31 sendUrl INFO 3 [275] -2014-01-13 16:25:31 sendUrl INFO 3 [276] -2014-01-13 16:26:20 queue INFO >>3 [277] -2014-01-13 16:26:21 sendUrl INFO 3 [277] -2014-01-13 16:27:11 queue INFO >>3 [278] -2014-01-13 16:27:11 sendUrl INFO 3 [278] -2014-01-13 16:28:01 queue INFO >>3 [279] -2014-01-13 16:28:01 sendUrl INFO 3 [279] -2014-01-13 16:28:51 queue INFO >>3 [280] -2014-01-13 16:28:51 sendUrl INFO 3 [280] -2014-01-13 16:29:03 queue INFO 21 [281] -2014-01-13 16:29:04 queue INFO >21 [282] -2014-01-13 16:29:04 sendUrl INFO 21 [281] -2014-01-13 16:29:04 sendUrl INFO 21 [282] -2014-01-13 16:29:26 queue INFO 1 [283] -2014-01-13 16:29:27 queue INFO >1 [284] -2014-01-13 16:29:27 sendUrl INFO 1 [283] -2014-01-13 16:29:27 sendUrl INFO 1 [284] -2014-01-13 16:29:56 queue INFO 3 [285] -2014-01-13 16:29:56 queue INFO >3 [286] -2014-01-13 16:29:57 sendUrl INFO 3 [285] -2014-01-13 16:29:57 sendUrl INFO 3 [286] -2014-01-13 16:30:46 queue INFO >>3 [287] -2014-01-13 16:30:46 sendUrl INFO 3 [287] -2014-01-13 16:31:36 queue INFO >>3 [288] -2014-01-13 16:31:37 sendUrl INFO 3 [288] -2014-01-13 16:32:26 queue INFO >>3 [289] -2014-01-13 16:32:27 sendUrl INFO 3 [289] -2014-01-13 16:32:50 queue INFO 7 [290] -2014-01-13 16:32:50 queue INFO >7 [291] -2014-01-13 16:32:50 sendUrl INFO 7 [290] -2014-01-13 16:32:51 sendUrl INFO 7 [291] -2014-01-13 16:32:52 queue INFO 3 [292] -2014-01-13 16:32:52 queue INFO >3 [293] -2014-01-13 16:32:52 sendUrl INFO 3 [292] -2014-01-13 16:32:52 sendUrl INFO 3 [293] -2014-01-13 16:33:42 queue INFO >>3 [294] -2014-01-13 16:33:42 sendUrl INFO 3 [294] -2014-01-13 16:34:32 queue INFO >>3 [295] -2014-01-13 16:34:32 sendUrl INFO 3 [295] -2014-01-13 16:35:22 queue INFO >>3 [296] -2014-01-13 16:35:22 sendUrl INFO 3 [296] -2014-01-13 16:36:12 queue INFO >>3 [297] -2014-01-13 16:36:13 sendUrl INFO 3 [297] -2014-01-13 16:37:02 queue INFO >>3 [298] -2014-01-13 16:37:02 sendUrl INFO 3 [298] -2014-01-13 16:37:52 queue INFO >>3 [299] -2014-01-13 16:37:53 sendUrl INFO 3 [299] -2014-01-13 16:38:43 queue INFO >>3 [300] -2014-01-13 16:38:43 sendUrl INFO 3 [300] -2014-01-13 16:39:33 queue INFO >>3 [301] -2014-01-13 16:39:33 sendUrl INFO 3 [301] -2014-01-13 16:39:43 queue INFO 7 [302] -2014-01-13 16:39:43 queue INFO >7 [303] -2014-01-13 16:39:43 sendUrl INFO 7 [302] -2014-01-13 16:39:43 sendUrl INFO 7 [303] -2014-01-13 16:39:44 queue INFO 3 [304] -2014-01-13 16:39:45 sendUrl INFO 3 [304] -2014-01-13 16:39:45 queue INFO >3 [305] -2014-01-13 16:39:45 sendUrl INFO 3 [305] -2014-01-13 16:40:35 queue INFO >>3 [306] -2014-01-13 16:40:35 sendUrl INFO 3 [306] -2014-01-13 16:41:25 queue INFO >>3 [307] -2014-01-13 16:41:25 sendUrl INFO 3 [307] -2014-01-13 16:42:15 queue INFO >>3 [308] -2014-01-13 16:42:15 sendUrl INFO 3 [308] -2014-01-13 16:43:05 queue INFO >>3 [309] -2014-01-13 16:43:05 sendUrl INFO 3 [309] -2014-01-13 16:43:55 queue INFO >>3 [310] -2014-01-13 16:43:56 sendUrl INFO 3 [310] -2014-01-13 16:44:45 queue INFO >>3 [311] -2014-01-13 16:44:45 sendUrl INFO 3 [311] -2014-01-13 16:45:35 queue INFO >>3 [312] -2014-01-13 16:45:36 sendUrl INFO 3 [312] -2014-01-13 16:46:26 queue INFO >>3 [313] -2014-01-13 16:46:26 sendUrl INFO 3 [313] -2014-01-13 16:46:35 queue INFO 7 [314] -2014-01-13 16:46:36 queue INFO >7 [315] -2014-01-13 16:46:36 sendUrl INFO 7 [314] -2014-01-13 16:46:36 sendUrl INFO 7 [315] -2014-01-13 16:46:37 queue INFO 3 [316] -2014-01-13 16:46:37 queue INFO >3 [317] -2014-01-13 16:46:37 sendUrl INFO 3 [316] -2014-01-13 16:46:38 sendUrl INFO 3 [317] -2014-01-13 16:47:27 queue INFO >>3 [318] -2014-01-13 16:47:28 sendUrl INFO 3 [318] -2014-01-13 16:48:17 queue INFO >>3 [319] -2014-01-13 16:48:18 sendUrl INFO 3 [319] -2014-01-13 16:49:08 queue INFO >>3 [320] -2014-01-13 16:49:08 sendUrl INFO 3 [320] -2014-01-13 16:49:58 queue INFO >>3 [321] -2014-01-13 16:49:58 sendUrl INFO 3 [321] -2014-01-13 16:50:48 queue INFO >>3 [322] -2014-01-13 16:50:48 sendUrl INFO 3 [322] -2014-01-13 16:51:38 queue INFO >>3 [323] -2014-01-13 16:51:38 sendUrl INFO 3 [323] -2014-01-13 16:52:28 queue INFO >>3 [324] -2014-01-13 16:52:29 sendUrl INFO 3 [324] -2014-01-13 16:53:18 queue INFO >>3 [325] -2014-01-13 16:53:18 sendUrl INFO 3 [325] -2014-01-13 16:53:29 queue INFO 7 [326] -2014-01-13 16:53:30 queue INFO >7 [327] -2014-01-13 16:53:30 sendUrl INFO 7 [326] -2014-01-13 16:53:30 sendUrl INFO 7 [327] -2014-01-13 16:53:31 queue INFO 3 [328] -2014-01-13 16:53:31 sendUrl INFO 3 [328] -2014-01-13 16:53:31 queue INFO >3 [329] -2014-01-13 16:53:32 sendUrl INFO 3 [329] -2014-01-13 16:54:21 queue INFO >>3 [330] -2014-01-13 16:54:21 sendUrl INFO 3 [330] -2014-01-13 16:55:11 queue INFO >>3 [331] -2014-01-13 16:55:12 sendUrl INFO 3 [331] -2014-01-13 16:56:01 queue INFO >>3 [332] -2014-01-13 16:56:02 sendUrl INFO 3 [332] -2014-01-13 16:56:52 queue INFO >>3 [333] -2014-01-13 16:56:52 sendUrl INFO 3 [333] -2014-01-13 16:57:42 queue INFO >>3 [334] -2014-01-13 16:57:42 sendUrl INFO 3 [334] -2014-01-13 16:58:32 queue INFO >>3 [335] -2014-01-13 16:58:32 sendUrl INFO 3 [335] -2014-01-13 16:59:22 queue INFO >>3 [336] -2014-01-13 16:59:22 sendUrl INFO 3 [336] -2014-01-13 17:00:12 queue INFO >>3 [337] -2014-01-13 17:00:13 sendUrl INFO 3 [337] -2014-01-13 17:00:23 queue INFO 7 [338] -2014-01-13 17:00:23 queue INFO >7 [339] -2014-01-13 17:00:23 sendUrl INFO 7 [338] -2014-01-13 17:00:23 sendUrl INFO 7 [339] -2014-01-13 17:00:24 queue INFO 3 [340] -2014-01-13 17:00:24 sendUrl INFO 3 [340] -2014-01-13 17:00:24 queue INFO >3 [341] -2014-01-13 17:00:25 sendUrl INFO 3 [341] -2014-01-13 17:01:14 queue INFO >>3 [342] -2014-01-13 17:01:15 sendUrl INFO 3 [342] -2014-01-13 17:02:04 queue INFO >>3 [343] -2014-01-13 17:02:05 sendUrl INFO 3 [343] -2014-01-13 17:02:55 queue INFO >>3 [344] -2014-01-13 17:02:55 sendUrl INFO 3 [344] -2014-01-13 17:03:45 queue INFO >>3 [345] -2014-01-13 17:03:45 sendUrl INFO 3 [345] -2014-01-13 17:04:35 queue INFO >>3 [346] -2014-01-13 17:04:35 sendUrl INFO 3 [346] -2014-01-13 17:05:25 queue INFO >>3 [347] -2014-01-13 17:05:25 sendUrl INFO 3 [347] -2014-01-13 17:06:15 queue INFO >>3 [348] -2014-01-13 17:06:16 sendUrl INFO 3 [348] -2014-01-13 17:07:05 queue INFO >>3 [349] -2014-01-13 17:07:06 sendUrl INFO 3 [349] -2014-01-13 17:07:15 queue INFO 7 [350] -2014-01-13 17:07:16 sendUrl INFO 7 [350] -2014-01-13 17:07:16 queue INFO >7 [351] -2014-01-13 17:07:16 sendUrl INFO 7 [351] -2014-01-13 17:07:17 queue INFO 3 [352] -2014-01-13 17:07:17 queue INFO >3 [353] -2014-01-13 17:07:18 sendUrl INFO 3 [352] -2014-01-13 17:07:18 sendUrl INFO 3 [353] -2014-01-13 17:08:07 queue INFO >>3 [354] -2014-01-13 17:08:07 sendUrl INFO 3 [354] -2014-01-13 17:08:57 queue INFO >>3 [355] -2014-01-13 17:08:58 sendUrl INFO 3 [355] -2014-01-13 17:09:48 queue INFO >>3 [356] -2014-01-13 17:09:48 sendUrl INFO 3 [356] -2014-01-13 17:10:38 queue INFO >>3 [357] -2014-01-13 17:10:38 sendUrl INFO 3 [357] -2014-01-13 17:11:28 queue INFO >>3 [358] -2014-01-13 17:11:28 sendUrl INFO 3 [358] -2014-01-13 17:12:18 queue INFO >>3 [359] -2014-01-13 17:12:18 sendUrl INFO 3 [359] -2014-01-13 17:13:08 queue INFO >>3 [360] -2014-01-13 17:13:08 sendUrl INFO 3 [360] -2014-01-13 17:13:58 queue INFO >>3 [361] -2014-01-13 17:13:59 sendUrl INFO 3 [361] -2014-01-13 17:14:08 queue INFO 7 [362] -2014-01-13 17:14:09 queue INFO >7 [363] -2014-01-13 17:14:09 sendUrl INFO 7 [362] -2014-01-13 17:14:09 sendUrl INFO 7 [363] -2014-01-13 17:14:10 queue INFO 3 [364] -2014-01-13 17:14:10 queue INFO >3 [365] -2014-01-13 17:14:10 sendUrl INFO 3 [364] -2014-01-13 17:14:11 sendUrl INFO 3 [365] -2014-01-13 17:15:00 queue INFO >>3 [366] -2014-01-13 17:15:00 sendUrl INFO 3 [366] -2014-01-13 17:15:50 queue INFO >>3 [367] -2014-01-13 17:15:51 sendUrl INFO 3 [367] -2014-01-13 17:16:40 queue INFO >>3 [368] -2014-01-13 17:16:41 sendUrl INFO 3 [368] -2014-01-13 17:17:31 queue INFO >>3 [369] -2014-01-13 17:17:31 sendUrl INFO 3 [369] -2014-01-13 17:18:21 queue INFO >>3 [370] -2014-01-13 17:18:21 sendUrl INFO 3 [370] -2014-01-13 17:19:11 queue INFO >>3 [371] -2014-01-13 17:19:11 sendUrl INFO 3 [371] -2014-01-13 17:20:01 queue INFO >>3 [372] -2014-01-13 17:20:01 sendUrl INFO 3 [372] -2014-01-13 17:20:51 queue INFO >>3 [373] -2014-01-13 17:20:52 sendUrl INFO 3 [373] -2014-01-13 17:21:10 queue INFO 7 [374] -2014-01-13 17:21:10 queue INFO >7 [375] -2014-01-13 17:21:11 sendUrl INFO 7 [374] -2014-01-13 17:21:11 sendUrl INFO 7 [375] -2014-01-13 17:21:12 queue INFO 3 [376] -2014-01-13 17:21:12 queue INFO >3 [377] -2014-01-13 17:21:12 sendUrl INFO 3 [376] -2014-01-13 17:21:13 sendUrl INFO 3 [377] -2014-01-13 17:22:02 queue INFO >>3 [378] -2014-01-13 17:22:02 sendUrl INFO 3 [378] -2014-01-13 17:22:52 queue INFO >>3 [379] -2014-01-13 17:22:52 sendUrl INFO 3 [379] -2014-01-13 17:23:42 queue INFO >>3 [380] -2014-01-13 17:23:43 sendUrl INFO 3 [380] -2014-01-13 17:24:32 queue INFO >>3 [381] -2014-01-13 17:24:33 sendUrl INFO 3 [381] -2014-01-13 17:25:23 queue INFO >>3 [382] -2014-01-13 17:25:23 sendUrl INFO 3 [382] -2014-01-13 17:26:13 queue INFO >>3 [383] -2014-01-13 17:26:13 sendUrl INFO 3 [383] -2014-01-13 17:27:03 queue INFO >>3 [384] -2014-01-13 17:27:03 sendUrl INFO 3 [384] -2014-01-13 17:27:53 queue INFO >>3 [385] -2014-01-13 17:27:53 sendUrl INFO 3 [385] -2014-01-13 17:28:04 queue INFO 7 [386] -2014-01-13 17:28:04 queue INFO >7 [387] -2014-01-13 17:28:04 sendUrl INFO 7 [386] -2014-01-13 17:28:05 sendUrl INFO 7 [387] -2014-01-13 17:28:06 queue INFO 3 [388] -2014-01-13 17:28:06 queue INFO >3 [389] -2014-01-13 17:28:06 sendUrl INFO 3 [388] -2014-01-13 17:28:06 sendUrl INFO 3 [389] -2014-01-13 17:28:56 queue INFO >>3 [390] -2014-01-13 17:28:56 sendUrl INFO 3 [390] -2014-01-13 17:29:46 queue INFO >>3 [391] -2014-01-13 17:29:46 sendUrl INFO 3 [391] -2014-01-13 17:30:36 queue INFO >>3 [392] -2014-01-13 17:30:36 sendUrl INFO 3 [392] -2014-01-13 17:31:26 queue INFO >>3 [393] -2014-01-13 17:31:27 sendUrl INFO 3 [393] -2014-01-13 17:32:16 queue INFO >>3 [394] -2014-01-13 17:32:17 sendUrl INFO 3 [394] -2014-01-13 17:33:07 queue INFO >>3 [395] -2014-01-13 17:33:07 sendUrl INFO 3 [395] -2014-01-13 17:33:57 queue INFO >>3 [396] -2014-01-13 17:33:57 sendUrl INFO 3 [396] -2014-01-13 17:34:47 queue INFO >>3 [397] -2014-01-13 17:34:47 sendUrl INFO 3 [397] -2014-01-13 17:35:37 queue INFO >>3 [398] -2014-01-13 17:35:37 sendUrl INFO 3 [398] -2014-01-13 17:36:27 queue INFO >>3 [399] -2014-01-13 17:36:28 sendUrl INFO 3 [399] -2014-01-13 17:37:17 queue INFO >>3 [400] -2014-01-13 17:37:18 sendUrl INFO 3 [400] -2014-01-13 17:37:55 queue INFO 21 [401] -2014-01-13 17:37:55 sendUrl INFO 21 [401] -2014-01-13 17:37:55 queue INFO >21 [402] -2014-01-13 17:37:55 sendUrl INFO 21 [402] -2014-01-13 17:38:37 queue INFO 1 [403] -2014-01-13 17:38:37 sendUrl INFO 1 [403] -2014-01-13 17:38:37 queue INFO >1 [404] -2014-01-13 17:38:38 sendUrl INFO 1 [404] -2014-01-13 17:39:01 queue INFO 5 [405] -2014-01-13 17:39:02 queue INFO >5 [406] -2014-01-13 17:39:02 sendUrl INFO 5 [405] -2014-01-13 17:39:02 sendUrl INFO 5 [406] -2014-01-13 17:39:03 queue INFO 1 [407] -2014-01-13 17:39:03 queue INFO >1 [408] -2014-01-13 17:39:03 sendUrl INFO 1 [407] -2014-01-13 17:39:04 sendUrl INFO 1 [408] -2014-01-13 17:39:53 queue INFO >>1 [409] -2014-01-13 17:39:54 sendUrl INFO 1 [409] -2014-01-13 17:39:55 queue INFO 3 [410] -2014-01-13 17:39:55 sendUrl INFO 3 [410] -2014-01-13 17:39:55 queue INFO >3 [411] -2014-01-13 17:39:56 sendUrl INFO 3 [411] -2014-01-13 17:40:45 queue INFO >>3 [412] -2014-01-13 17:40:46 sendUrl INFO 3 [412] -2014-01-13 17:41:35 queue INFO >>3 [413] -2014-01-13 17:41:35 sendUrl INFO 3 [413] -2014-01-13 17:42:25 queue INFO >>3 [414] -2014-01-13 17:42:26 sendUrl INFO 3 [414] -2014-01-13 17:43:15 queue INFO >>3 [415] -2014-01-13 17:43:16 sendUrl INFO 3 [415] -2014-01-13 17:44:06 queue INFO >>3 [416] -2014-01-13 17:44:06 sendUrl INFO 3 [416] -2014-01-13 17:44:56 queue INFO >>3 [417] -2014-01-13 17:44:56 sendUrl INFO 3 [417] -2014-01-13 17:45:46 queue INFO >>3 [418] -2014-01-13 17:45:47 sendUrl INFO 3 [418] -2014-01-13 17:45:55 queue INFO 7 [419] -2014-01-13 17:45:55 queue INFO >7 [420] -2014-01-13 17:45:55 sendUrl INFO 7 [419] -2014-01-13 17:45:56 sendUrl INFO 7 [420] -2014-01-13 17:45:56 queue INFO 3 [421] -2014-01-13 17:45:56 queue INFO >3 [422] -2014-01-13 17:45:57 sendUrl INFO 3 [421] -2014-01-13 17:45:57 sendUrl INFO 3 [422] -2014-01-13 17:46:46 queue INFO >>3 [423] -2014-01-13 17:46:46 sendUrl INFO 3 [423] -2014-01-13 17:47:36 queue INFO >>3 [424] -2014-01-13 17:47:37 sendUrl INFO 3 [424] -2014-01-13 17:48:27 queue INFO >>3 [425] -2014-01-13 17:48:27 sendUrl INFO 3 [425] -2014-01-13 17:49:17 queue INFO >>3 [426] -2014-01-13 17:49:17 sendUrl INFO 3 [426] -2014-01-13 17:50:07 queue INFO >>3 [427] -2014-01-13 17:50:07 sendUrl INFO 3 [427] -2014-01-13 17:50:57 queue INFO >>3 [428] -2014-01-13 17:50:58 sendUrl INFO 3 [428] -2014-01-13 17:51:47 queue INFO >>3 [429] -2014-01-13 17:51:47 sendUrl INFO 3 [429] -2014-01-13 17:52:37 queue INFO >>3 [430] -2014-01-13 17:52:38 sendUrl INFO 3 [430] -2014-01-13 17:52:48 queue INFO 7 [431] -2014-01-13 17:52:48 queue INFO >7 [432] -2014-01-13 17:52:48 sendUrl INFO 7 [431] -2014-01-13 17:52:48 sendUrl INFO 7 [432] -2014-01-13 17:52:49 queue INFO 3 [433] -2014-01-13 17:52:49 sendUrl INFO 3 [433] -2014-01-13 17:52:49 queue INFO >3 [434] -2014-01-13 17:52:50 sendUrl INFO 3 [434] -2014-01-13 17:53:39 queue INFO >>3 [435] -2014-01-13 17:53:40 sendUrl INFO 3 [435] -2014-01-13 17:54:30 queue INFO >>3 [436] -2014-01-13 17:54:30 sendUrl INFO 3 [436] -2014-01-13 17:55:20 queue INFO >>3 [437] -2014-01-13 17:55:20 sendUrl INFO 3 [437] -2014-01-13 17:56:10 queue INFO >>3 [438] -2014-01-13 17:56:10 sendUrl INFO 3 [438] -2014-01-13 17:57:00 queue INFO >>3 [439] -2014-01-13 17:57:01 sendUrl INFO 3 [439] -2014-01-13 17:57:50 queue INFO >>3 [440] -2014-01-13 17:57:50 sendUrl INFO 3 [440] -2014-01-13 17:58:40 queue INFO >>3 [441] -2014-01-13 17:58:41 sendUrl INFO 3 [441] -2014-01-13 17:59:30 queue INFO >>3 [442] -2014-01-13 17:59:31 sendUrl INFO 3 [442] -2014-01-13 17:59:41 queue INFO 7 [443] -2014-01-13 17:59:41 sendUrl INFO 7 [443] -2014-01-13 17:59:41 queue INFO >7 [444] -2014-01-13 17:59:41 sendUrl INFO 7 [444] -2014-01-13 17:59:42 queue INFO 3 [445] -2014-01-13 17:59:42 queue INFO >3 [446] -2014-01-13 17:59:43 sendUrl INFO 3 [445] -2014-01-13 17:59:43 sendUrl INFO 3 [446] -2014-01-13 18:00:32 queue INFO >>3 [447] -2014-01-13 18:00:32 sendUrl INFO 3 [447] -2014-01-13 18:01:22 queue INFO >>3 [448] -2014-01-13 18:01:23 sendUrl INFO 3 [448] -2014-01-13 18:02:13 queue INFO >>3 [449] -2014-01-13 18:02:13 sendUrl INFO 3 [449] -2014-01-13 18:03:03 queue INFO >>3 [450] -2014-01-13 18:03:03 sendUrl INFO 3 [450] -2014-01-13 18:03:53 queue INFO >>3 [451] -2014-01-13 18:03:53 sendUrl INFO 3 [451] -2014-01-13 18:04:43 queue INFO >>3 [452] -2014-01-13 18:04:44 sendUrl INFO 3 [452] -2014-01-13 18:05:33 queue INFO >>3 [453] -2014-01-13 18:05:33 sendUrl INFO 3 [453] -2014-01-13 18:06:23 queue INFO >>3 [454] -2014-01-13 18:06:24 sendUrl INFO 3 [454] -2014-01-13 18:06:33 queue INFO 7 [455] -2014-01-13 18:06:33 queue INFO >7 [456] -2014-01-13 18:06:33 sendUrl INFO 7 [455] -2014-01-13 18:06:34 sendUrl INFO 7 [456] -2014-01-13 18:06:35 queue INFO 3 [457] -2014-01-13 18:06:35 sendUrl INFO 3 [457] -2014-01-13 18:06:35 queue INFO >3 [458] -2014-01-13 18:06:35 sendUrl INFO 3 [458] -2014-01-13 18:07:25 queue INFO >>3 [459] -2014-01-13 18:07:25 sendUrl INFO 3 [459] -2014-01-13 18:08:15 queue INFO >>3 [460] -2014-01-13 18:08:16 sendUrl INFO 3 [460] -2014-01-13 18:09:05 queue INFO >>3 [461] -2014-01-13 18:09:05 sendUrl INFO 3 [461] -2014-01-13 18:09:55 queue INFO >>3 [462] -2014-01-13 18:09:56 sendUrl INFO 3 [462] -2014-01-13 18:10:45 queue INFO >>3 [463] -2014-01-13 18:10:46 sendUrl INFO 3 [463] -2014-01-13 18:11:36 queue INFO >>3 [464] -2014-01-13 18:11:36 sendUrl INFO 3 [464] -2014-01-13 18:12:26 queue INFO >>3 [465] -2014-01-13 18:12:26 sendUrl INFO 3 [465] -2014-01-13 18:13:16 queue INFO >>3 [466] -2014-01-13 18:13:16 sendUrl INFO 3 [466] -2014-01-13 18:13:27 queue INFO 7 [467] -2014-01-13 18:13:27 queue INFO >7 [468] -2014-01-13 18:13:28 sendUrl INFO 7 [467] -2014-01-13 18:13:28 sendUrl INFO 7 [468] -2014-01-13 18:13:29 queue INFO 3 [469] -2014-01-13 18:13:29 queue INFO >3 [470] -2014-01-13 18:13:29 sendUrl INFO 3 [469] -2014-01-13 18:13:30 sendUrl INFO 3 [470] -2014-01-13 18:14:19 queue INFO >>3 [471] -2014-01-13 18:14:19 sendUrl INFO 3 [471] -2014-01-13 18:15:09 queue INFO >>3 [472] -2014-01-13 18:15:09 sendUrl INFO 3 [472] -2014-01-13 18:15:59 queue INFO >>3 [473] -2014-01-13 18:16:00 sendUrl INFO 3 [473] -2014-01-13 18:16:49 queue INFO >>3 [474] -2014-01-13 18:16:49 sendUrl INFO 3 [474] -2014-01-13 18:17:39 queue INFO >>3 [475] -2014-01-13 18:17:40 sendUrl INFO 3 [475] -2014-01-13 18:18:30 queue INFO >>3 [476] -2014-01-13 18:18:30 sendUrl INFO 3 [476] -2014-01-13 18:19:20 queue INFO >>3 [477] -2014-01-13 18:19:20 sendUrl INFO 3 [477] -2014-01-13 18:20:10 queue INFO >>3 [478] -2014-01-13 18:20:10 sendUrl INFO 3 [478] -2014-01-13 18:20:20 queue INFO 7 [479] -2014-01-13 18:20:20 queue INFO >7 [480] -2014-01-13 18:20:20 sendUrl INFO 7 [479] -2014-01-13 18:20:21 sendUrl INFO 7 [480] -2014-01-13 18:20:22 queue INFO 3 [481] -2014-01-13 18:20:22 sendUrl INFO 3 [481] -2014-01-13 18:20:22 queue INFO >3 [482] -2014-01-13 18:20:22 sendUrl INFO 3 [482] -2014-01-13 18:21:12 queue INFO >>3 [483] -2014-01-13 18:21:12 sendUrl INFO 3 [483] -2014-01-13 18:22:02 queue INFO >>3 [484] -2014-01-13 18:22:03 sendUrl INFO 3 [484] -2014-01-13 18:22:52 queue INFO >>3 [485] -2014-01-13 18:22:52 sendUrl INFO 3 [485] -2014-01-13 18:23:42 queue INFO >>3 [486] -2014-01-13 18:23:43 sendUrl INFO 3 [486] -2014-01-13 18:24:32 queue INFO >>3 [487] -2014-01-13 18:24:33 sendUrl INFO 3 [487] -2014-01-13 18:25:23 queue INFO >>3 [488] -2014-01-13 18:25:23 sendUrl INFO 3 [488] -2014-01-13 18:26:13 queue INFO >>3 [489] -2014-01-13 18:26:13 sendUrl INFO 3 [489] -2014-01-13 18:27:03 queue INFO >>3 [490] -2014-01-13 18:27:03 sendUrl INFO 3 [490] -2014-01-13 18:27:13 queue INFO 7 [491] -2014-01-13 18:27:13 queue INFO >7 [492] -2014-01-13 18:27:14 sendUrl INFO 7 [491] -2014-01-13 18:27:14 sendUrl INFO 7 [492] -2014-01-13 18:27:15 queue INFO 3 [493] -2014-01-13 18:27:15 queue INFO >3 [494] -2014-01-13 18:27:15 sendUrl INFO 3 [493] -2014-01-13 18:27:16 sendUrl INFO 3 [494] -2014-01-13 18:28:05 queue INFO >>3 [495] -2014-01-13 18:28:05 sendUrl INFO 3 [495] -2014-01-13 18:28:27 queue INFO 9 [496] -2014-01-13 18:28:27 queue INFO >9 [497] -2014-01-13 18:28:28 sendUrl INFO 9 [496] -2014-01-13 18:28:28 sendUrl INFO 9 [497] -2014-01-13 18:29:17 queue INFO >>9 [498] -2014-01-13 18:29:18 sendUrl INFO 9 [498] -2014-01-13 18:30:08 queue INFO >>9 [499] -2014-01-13 18:30:08 sendUrl INFO 9 [499] -2014-01-13 18:30:58 queue INFO >>9 [500] -2014-01-13 18:30:58 sendUrl INFO 9 [500] -2014-01-13 18:31:48 queue INFO >>9 [501] -2014-01-13 18:31:48 sendUrl INFO 9 [501] -2014-01-13 18:32:38 queue INFO >>9 [502] -2014-01-13 18:32:38 sendUrl INFO 9 [502] -2014-01-13 18:32:56 queue INFO 29 [503] -2014-01-13 18:32:57 queue INFO >29 [504] -2014-01-13 18:32:57 sendUrl INFO 29 [503] -2014-01-13 18:32:57 sendUrl INFO 29 [504] -2014-01-13 18:32:57 queue INFO 21 [505] -2014-01-13 18:32:58 queue INFO 29 [506] -2014-01-13 18:32:58 queue INFO >29 [507] -2014-01-13 18:32:58 sendUrl INFO 21 [505] -2014-01-13 18:32:58 sendUrl INFO 29 [506] -2014-01-13 18:32:59 sendUrl INFO 29 [507] -2014-01-13 18:32:59 queue INFO 21 [508] -2014-01-13 18:32:59 queue INFO 29 [509] -2014-01-13 18:32:59 sendUrl INFO 21 [508] -2014-01-13 18:32:59 queue INFO >29 [510] -2014-01-13 18:33:00 queue INFO 21 [511] -2014-01-13 18:33:00 queue INFO >21 [512] -2014-01-13 18:33:00 sendUrl INFO 29 [509] -2014-01-13 18:33:00 sendUrl INFO 29 [510] -2014-01-13 18:33:01 sendUrl INFO 21 [511] -2014-01-13 18:33:01 sendUrl INFO 21 [512] -2014-01-13 18:33:01 queue INFO 29 [513] -2014-01-13 18:33:02 queue INFO >29 [514] -2014-01-13 18:33:02 sendUrl INFO 29 [513] -2014-01-13 18:33:02 sendUrl INFO 29 [514] -2014-01-13 18:33:06 queue INFO 21 [515] -2014-01-13 18:33:06 queue INFO >21 [516] -2014-01-13 18:33:06 sendUrl INFO 21 [515] -2014-01-13 18:33:07 sendUrl INFO 21 [516] -2014-01-13 18:33:07 queue INFO 29 [517] -2014-01-13 18:33:07 sendUrl INFO 29 [517] -2014-01-13 18:33:07 queue INFO >29 [518] -2014-01-13 18:33:08 queue INFO 21 [519] -2014-01-13 18:33:08 queue INFO 29 [520] -2014-01-13 18:33:08 sendUrl INFO 29 [518] -2014-01-13 18:33:08 queue INFO >29 [521] -2014-01-13 18:33:09 sendUrl INFO 21 [519] -2014-01-13 18:33:09 sendUrl INFO 29 [520] -2014-01-13 18:33:10 sendUrl INFO 29 [521] -2014-01-13 18:33:16 queue INFO 21 [522] -2014-01-13 18:33:16 queue INFO >21 [523] -2014-01-13 18:33:17 queue INFO 29 [524] -2014-01-13 18:33:17 sendUrl INFO 21 [522] -2014-01-13 18:33:17 queue INFO >29 [525] -2014-01-13 18:33:17 sendUrl INFO 21 [523] -2014-01-13 18:33:18 sendUrl INFO 29 [524] -2014-01-13 18:33:18 sendUrl INFO 29 [525] -2014-01-13 18:33:21 queue INFO 21 [526] -2014-01-13 18:33:21 queue INFO 29 [527] -2014-01-13 18:33:21 sendUrl INFO 21 [526] -2014-01-13 18:33:21 queue INFO >29 [528] -2014-01-13 18:33:22 sendUrl INFO 29 [527] -2014-01-13 18:33:22 sendUrl INFO 29 [528] -2014-01-13 18:33:23 queue INFO 9 [529] -2014-01-13 18:33:23 queue INFO >9 [530] -2014-01-13 18:33:23 sendUrl INFO 9 [529] -2014-01-13 18:33:23 queue INFO 29 [531] -2014-01-13 18:33:24 queue INFO >29 [532] -2014-01-13 18:33:24 sendUrl INFO 9 [530] -2014-01-13 18:33:24 sendUrl INFO 29 [531] -2014-01-13 18:33:25 sendUrl INFO 29 [532] -2014-01-13 18:33:25 queue INFO 21 [533] -2014-01-13 18:33:26 queue INFO >21 [534] -2014-01-13 18:33:26 sendUrl INFO 21 [533] -2014-01-13 18:33:26 queue INFO 29 [535] -2014-01-13 18:33:26 sendUrl INFO 21 [534] -2014-01-13 18:33:26 queue INFO >29 [536] -2014-01-13 18:33:26 queue INFO 21 [537] -2014-01-13 18:33:27 queue INFO >21 [538] -2014-01-13 18:33:27 sendUrl INFO 29 [535] -2014-01-13 18:33:27 queue INFO 29 [539] -2014-01-13 18:33:27 queue INFO >29 [540] -2014-01-13 18:33:27 sendUrl INFO 29 [536] -2014-01-13 18:33:28 sendUrl INFO 21 [537] -2014-01-13 18:33:28 sendUrl INFO 21 [538] -2014-01-13 18:33:29 sendUrl INFO 29 [539] -2014-01-13 18:33:29 sendUrl INFO 29 [540] -2014-01-13 18:34:17 queue INFO >>29 [541] -2014-01-13 18:34:17 sendUrl INFO 29 [541] -2014-01-13 18:35:07 queue INFO >>29 [542] -2014-01-13 18:35:07 sendUrl INFO 29 [542] -2014-01-13 18:35:57 queue INFO >>29 [543] -2014-01-13 18:35:58 sendUrl INFO 29 [543] -2014-01-13 18:36:47 queue INFO >>29 [544] -2014-01-13 18:36:48 sendUrl INFO 29 [544] -2014-01-13 18:37:37 queue INFO >>29 [545] -2014-01-13 18:37:38 sendUrl INFO 29 [545] -2014-01-13 18:38:28 queue INFO >>29 [546] -2014-01-13 18:38:28 sendUrl INFO 29 [546] -2014-01-13 18:39:02 queue INFO 21 [547] -2014-01-13 18:39:02 queue INFO >21 [548] -2014-01-13 18:39:02 sendUrl INFO 21 [547] -2014-01-13 18:39:03 queue INFO 29 [549] -2014-01-13 18:39:03 queue INFO >29 [550] -2014-01-13 18:39:03 sendUrl INFO 21 [548] -2014-01-13 18:39:03 queue INFO 21 [551] -2014-01-13 18:39:03 queue INFO >21 [552] -2014-01-13 18:39:03 queue INFO 29 [553] -2014-01-13 18:39:03 sendUrl INFO 29 [549] -2014-01-13 18:39:04 queue INFO >29 [554] -2014-01-13 18:39:04 sendUrl INFO 29 [550] -2014-01-13 18:39:04 sendUrl INFO 21 [551] -2014-01-13 18:39:05 sendUrl INFO 21 [552] -2014-01-13 18:39:05 sendUrl INFO 29 [553] -2014-01-13 18:39:06 sendUrl INFO 29 [554] -2014-01-13 18:39:09 queue INFO 21 [555] -2014-01-13 18:39:09 queue INFO >21 [556] -2014-01-13 18:39:09 sendUrl INFO 21 [555] -2014-01-13 18:39:09 queue INFO 29 [557] -2014-01-13 18:39:09 queue INFO >29 [558] -2014-01-13 18:39:09 sendUrl INFO 21 [556] -2014-01-13 18:39:10 sendUrl INFO 29 [557] -2014-01-13 18:39:10 sendUrl INFO 29 [558] -2014-01-13 18:39:18 queue INFO 21 [559] -2014-01-13 18:39:18 queue INFO >21 [560] -2014-01-13 18:39:18 sendUrl INFO 21 [559] -2014-01-13 18:39:18 queue INFO 29 [561] -2014-01-13 18:39:18 queue INFO >29 [562] -2014-01-13 18:39:19 sendUrl INFO 21 [560] -2014-01-13 18:39:19 queue INFO 21 [563] -2014-01-13 18:39:19 queue INFO >21 [564] -2014-01-13 18:39:19 sendUrl INFO 29 [561] -2014-01-13 18:39:19 queue INFO 29 [565] -2014-01-13 18:39:19 queue INFO >29 [566] -2014-01-13 18:39:20 sendUrl INFO 29 [562] -2014-01-13 18:39:20 sendUrl INFO 21 [563] -2014-01-13 18:39:21 sendUrl INFO 21 [564] -2014-01-13 18:39:21 sendUrl INFO 29 [565] -2014-01-13 18:39:22 sendUrl INFO 29 [566] -2014-01-13 18:39:32 queue INFO 9 [567] -2014-01-13 18:39:32 queue INFO >9 [568] -2014-01-13 18:39:32 sendUrl INFO 9 [567] -2014-01-13 18:39:33 sendUrl INFO 9 [568] -2014-01-13 18:39:33 queue INFO 1 [569] -2014-01-13 18:39:34 sendUrl INFO 1 [569] -2014-01-13 18:39:34 queue INFO >1 [570] -2014-01-13 18:39:34 queue INFO 9 [571] -2014-01-13 18:39:34 queue INFO >9 [572] -2014-01-13 18:39:34 sendUrl INFO 1 [570] -2014-01-13 18:39:35 sendUrl INFO 9 [571] -2014-01-13 18:39:35 sendUrl INFO 9 [572] -2014-01-13 18:39:35 queue INFO 1 [573] -2014-01-13 18:39:36 queue INFO >1 [574] -2014-01-13 18:39:36 sendUrl INFO 1 [573] -2014-01-13 18:39:36 queue INFO 9 [575] -2014-01-13 18:39:36 sendUrl INFO 1 [574] -2014-01-13 18:39:36 queue INFO >9 [576] -2014-01-13 18:39:37 sendUrl INFO 9 [575] -2014-01-13 18:39:37 sendUrl INFO 9 [576] -2014-01-13 18:39:41 queue INFO 1 [577] -2014-01-13 18:39:41 sendUrl INFO 1 [577] -2014-01-13 18:39:41 queue INFO >1 [578] -2014-01-13 18:39:42 sendUrl INFO 1 [578] -2014-01-13 18:39:42 queue INFO 9 [579] -2014-01-13 18:39:42 queue INFO >9 [580] -2014-01-13 18:39:42 sendUrl INFO 9 [579] -2014-01-13 18:39:43 sendUrl INFO 9 [580] -2014-01-13 18:40:32 queue INFO >>9 [581] -2014-01-13 18:40:32 sendUrl INFO 9 [581] -2014-01-13 18:41:22 queue INFO >>9 [582] -2014-01-13 18:41:22 sendUrl INFO 9 [582] -2014-01-13 18:42:12 queue INFO >>9 [583] -2014-01-13 18:42:12 sendUrl INFO 9 [583] -2014-01-13 18:43:02 queue INFO >>9 [584] -2014-01-13 18:43:03 sendUrl INFO 9 [584] -2014-01-13 18:43:52 queue INFO >>9 [585] -2014-01-13 18:43:53 sendUrl INFO 9 [585] -2014-01-13 18:44:43 queue INFO >>9 [586] -2014-01-13 18:44:43 sendUrl INFO 9 [586] -2014-01-13 18:45:33 queue INFO >>9 [587] -2014-01-13 18:45:33 sendUrl INFO 9 [587] -2014-01-13 18:46:23 queue INFO >>9 [588] -2014-01-13 18:46:23 sendUrl INFO 9 [588] -2014-01-13 18:47:13 queue INFO >>9 [589] -2014-01-13 18:47:13 sendUrl INFO 9 [589] -2014-01-13 18:48:03 queue INFO >>9 [590] -2014-01-13 18:48:04 sendUrl INFO 9 [590] -2014-01-13 18:48:53 queue INFO >>9 [591] -2014-01-13 18:48:54 sendUrl INFO 9 [591] -2014-01-13 18:49:44 queue INFO >>9 [592] -2014-01-13 18:49:44 sendUrl INFO 9 [592] -2014-01-13 18:50:34 queue INFO >>9 [593] -2014-01-13 18:50:34 sendUrl INFO 9 [593] -2014-01-13 18:51:24 queue INFO >>9 [594] -2014-01-13 18:51:24 sendUrl INFO 9 [594] -2014-01-13 18:52:14 queue INFO >>9 [595] -2014-01-13 18:52:14 sendUrl INFO 9 [595] -2014-01-13 18:53:04 queue INFO >>9 [596] -2014-01-13 18:53:05 sendUrl INFO 9 [596] -2014-01-13 18:53:54 queue INFO >>9 [597] -2014-01-13 18:53:54 sendUrl INFO 9 [597] -2014-01-13 18:54:44 queue INFO >>9 [598] -2014-01-13 18:54:45 sendUrl INFO 9 [598] -2014-01-13 18:54:57 queue INFO 1 [599] -2014-01-13 18:54:57 queue INFO 9 [600] -2014-01-13 18:54:57 sendUrl INFO 1 [599] -2014-01-13 18:54:57 queue INFO >9 [601] -2014-01-13 18:54:58 sendUrl INFO 9 [600] -2014-01-13 18:54:58 queue INFO 29 [602] -2014-01-13 18:54:58 queue INFO >29 [603] -2014-01-13 18:54:58 queue INFO 21 [604] -2014-01-13 18:54:58 sendUrl INFO 9 [601] -2014-01-13 18:54:59 queue INFO >21 [605] -2014-01-13 18:54:59 sendUrl INFO 29 [602] -2014-01-13 18:54:59 sendUrl INFO 29 [603] -2014-01-13 18:55:00 sendUrl INFO 21 [604] -2014-01-13 18:55:00 sendUrl INFO 21 [605] -2014-01-13 18:55:26 queue INFO 1 [606] -2014-01-13 18:55:27 sendUrl INFO 1 [606] -2014-01-13 18:55:27 queue INFO >1 [607] -2014-01-13 18:55:27 sendUrl INFO 1 [607] -2014-01-13 18:55:48 queue INFO 5 [608] -2014-01-13 18:55:48 queue INFO >5 [609] -2014-01-13 18:55:49 sendUrl INFO 5 [608] -2014-01-13 18:55:49 sendUrl INFO 5 [609] -2014-01-13 18:55:50 queue INFO 1 [610] -2014-01-13 18:55:50 queue INFO >1 [611] -2014-01-13 18:55:50 sendUrl INFO 1 [610] -2014-01-13 18:55:51 sendUrl INFO 1 [611] -2014-01-13 18:56:40 queue INFO >>1 [612] -2014-01-13 18:56:41 sendUrl INFO 1 [612] -2014-01-13 18:56:42 queue INFO 3 [613] -2014-01-13 18:56:42 queue INFO >3 [614] -2014-01-13 18:56:43 sendUrl INFO 3 [613] -2014-01-13 18:56:43 sendUrl INFO 3 [614] -2014-01-13 18:57:32 queue INFO >>3 [615] -2014-01-13 18:57:32 sendUrl INFO 3 [615] -2014-01-13 18:57:58 queue INFO 19 [616] -2014-01-13 18:57:58 queue INFO >19 [617] -2014-01-13 18:57:58 sendUrl INFO 19 [616] -2014-01-13 18:57:59 sendUrl INFO 19 [617] -2014-01-13 18:58:48 queue INFO >>19 [618] -2014-01-13 18:58:48 sendUrl INFO 19 [618] -2014-01-13 18:59:38 queue INFO >>19 [619] -2014-01-13 18:59:38 sendUrl INFO 19 [619] -2014-01-13 19:00:28 queue INFO >>19 [620] -2014-01-13 19:00:29 sendUrl INFO 19 [620] -2014-01-13 19:01:18 queue INFO >>19 [621] -2014-01-13 19:01:18 sendUrl INFO 19 [621] -2014-01-13 19:02:08 queue INFO >>19 [622] -2014-01-13 19:02:09 sendUrl INFO 19 [622] -2014-01-13 19:02:59 queue INFO >>19 [623] -2014-01-13 19:02:59 sendUrl INFO 19 [623] -2014-01-13 19:03:49 queue INFO >>19 [624] -2014-01-13 19:03:49 sendUrl INFO 19 [624] -2014-01-13 19:04:39 queue INFO >>19 [625] -2014-01-13 19:04:39 sendUrl INFO 19 [625] -2014-01-13 19:05:11 queue INFO 39 [626] -2014-01-13 19:05:11 queue INFO >39 [627] -2014-01-13 19:05:11 sendUrl INFO 39 [626] -2014-01-13 19:05:12 sendUrl INFO 39 [627] -2014-01-13 19:06:01 queue INFO >>39 [628] -2014-01-13 19:06:02 sendUrl INFO 39 [628] -2014-01-13 19:06:51 queue INFO >>39 [629] -2014-01-13 19:06:52 sendUrl INFO 39 [629] -2014-01-13 19:07:41 queue INFO >>39 [630] -2014-01-13 19:07:42 sendUrl INFO 39 [630] -2014-01-13 19:08:32 queue INFO >>39 [631] -2014-01-13 19:08:32 sendUrl INFO 39 [631] -2014-01-13 19:09:00 queue INFO 21 [632] -2014-01-13 19:09:00 queue INFO >21 [633] -2014-01-13 19:09:00 sendUrl INFO 21 [632] -2014-01-13 19:09:01 sendUrl INFO 21 [633] -2014-01-13 19:09:50 queue INFO >>21 [634] -2014-01-13 19:09:51 sendUrl INFO 21 [634] -2014-01-13 19:10:40 queue INFO >>21 [635] -2014-01-13 19:10:41 sendUrl INFO 21 [635] -2014-01-13 19:10:43 queue INFO 1 [636] -2014-01-13 19:10:43 queue INFO >1 [637] -2014-01-13 19:10:43 sendUrl INFO 1 [636] -2014-01-13 19:10:44 sendUrl INFO 1 [637] -2014-01-13 19:11:07 queue INFO 5 [638] -2014-01-13 19:11:07 queue INFO >5 [639] -2014-01-13 19:11:08 sendUrl INFO 5 [638] -2014-01-13 19:11:08 sendUrl INFO 5 [639] -2014-01-13 19:11:09 queue INFO 1 [640] -2014-01-13 19:11:09 queue INFO >1 [641] -2014-01-13 19:11:09 sendUrl INFO 1 [640] -2014-01-13 19:11:10 sendUrl INFO 1 [641] -2014-01-13 19:11:59 queue INFO >>1 [642] -2014-01-13 19:11:59 sendUrl INFO 1 [642] -2014-01-13 19:12:01 queue INFO 3 [643] -2014-01-13 19:12:01 queue INFO >3 [644] -2014-01-13 19:12:01 sendUrl INFO 3 [643] -2014-01-13 19:12:02 sendUrl INFO 3 [644] -2014-01-13 19:12:51 queue INFO >>3 [645] -2014-01-13 19:12:52 sendUrl INFO 3 [645] -2014-01-13 19:13:41 queue INFO >>3 [646] -2014-01-13 19:13:41 sendUrl INFO 3 [646] -2014-01-13 19:14:31 queue INFO >>3 [647] -2014-01-13 19:14:32 sendUrl INFO 3 [647] -2014-01-13 19:15:21 queue INFO >>3 [648] -2014-01-13 19:15:22 sendUrl INFO 3 [648] -2014-01-13 19:16:12 queue INFO >>3 [649] -2014-01-13 19:16:12 sendUrl INFO 3 [649] -2014-01-13 19:17:02 queue INFO >>3 [650] -2014-01-13 19:17:02 sendUrl INFO 3 [650] -2014-01-13 19:17:52 queue INFO >>3 [651] -2014-01-13 19:17:52 sendUrl INFO 3 [651] -2014-01-13 19:18:10 queue INFO 7 [652] -2014-01-13 19:18:10 queue INFO >7 [653] -2014-01-13 19:18:10 sendUrl INFO 7 [652] -2014-01-13 19:18:11 sendUrl INFO 7 [653] -2014-01-13 19:18:11 queue INFO 3 [654] -2014-01-13 19:18:11 queue INFO >3 [655] -2014-01-13 19:18:12 sendUrl INFO 3 [654] -2014-01-13 19:18:12 sendUrl INFO 3 [655] -2014-01-13 19:19:01 queue INFO >>3 [656] -2014-01-13 19:19:01 sendUrl INFO 3 [656] -2014-01-13 19:19:51 queue INFO >>3 [657] -2014-01-13 19:19:52 sendUrl INFO 3 [657] -2014-01-13 19:20:42 queue INFO >>3 [658] -2014-01-13 19:20:42 sendUrl INFO 3 [658] -2014-01-13 19:21:32 queue INFO >>3 [659] -2014-01-13 19:21:32 sendUrl INFO 3 [659] -2014-01-13 19:22:22 queue INFO >>3 [660] -2014-01-13 19:22:22 sendUrl INFO 3 [660] -2014-01-13 19:23:12 queue INFO >>3 [661] -2014-01-13 19:23:13 sendUrl INFO 3 [661] -2014-01-13 19:24:02 queue INFO >>3 [662] -2014-01-13 19:24:02 sendUrl INFO 3 [662] -2014-01-13 19:24:52 queue INFO >>3 [663] -2014-01-13 19:24:53 sendUrl INFO 3 [663] -2014-01-13 19:25:12 queue INFO 7 [664] -2014-01-13 19:25:12 queue INFO >7 [665] -2014-01-13 19:25:12 sendUrl INFO 7 [664] -2014-01-13 19:25:13 sendUrl INFO 7 [665] -2014-01-13 19:25:13 queue INFO 3 [666] -2014-01-13 19:25:14 queue INFO >3 [667] -2014-01-13 19:25:14 sendUrl INFO 3 [666] -2014-01-13 19:25:14 sendUrl INFO 3 [667] -2014-01-13 19:26:04 queue INFO >>3 [668] -2014-01-13 19:26:04 sendUrl INFO 3 [668] -2014-01-13 19:26:54 queue INFO >>3 [669] -2014-01-13 19:26:54 sendUrl INFO 3 [669] -2014-01-13 19:27:44 queue INFO >>3 [670] -2014-01-13 19:27:44 sendUrl INFO 3 [670] -2014-01-13 19:28:34 queue INFO >>3 [671] -2014-01-13 19:28:34 sendUrl INFO 3 [671] -2014-01-13 19:29:24 queue INFO >>3 [672] -2014-01-13 19:29:25 sendUrl INFO 3 [672] -2014-01-13 19:30:14 queue INFO >>3 [673] -2014-01-13 19:30:15 sendUrl INFO 3 [673] -2014-01-13 19:31:05 queue INFO >>3 [674] -2014-01-13 19:31:05 sendUrl INFO 3 [674] -2014-01-13 19:31:55 queue INFO >>3 [675] -2014-01-13 19:31:55 sendUrl INFO 3 [675] -2014-01-13 19:32:14 queue INFO 7 [676] -2014-01-13 19:32:14 queue INFO >7 [677] -2014-01-13 19:32:14 sendUrl INFO 7 [676] -2014-01-13 19:32:15 sendUrl INFO 7 [677] -2014-01-13 19:32:15 queue INFO 3 [678] -2014-01-13 19:32:16 queue INFO >3 [679] -2014-01-13 19:32:16 sendUrl INFO 3 [678] -2014-01-13 19:32:16 sendUrl INFO 3 [679] -2014-01-13 19:33:06 queue INFO >>3 [680] -2014-01-13 19:33:06 sendUrl INFO 3 [680] -2014-01-13 19:33:56 queue INFO >>3 [681] -2014-01-13 19:33:56 sendUrl INFO 3 [681] -2014-01-13 19:34:46 queue INFO >>3 [682] -2014-01-13 19:34:46 sendUrl INFO 3 [682] -2014-01-13 19:35:36 queue INFO >>3 [683] -2014-01-13 19:35:36 sendUrl INFO 3 [683] -2014-01-13 19:36:26 queue INFO >>3 [684] -2014-01-13 19:36:26 sendUrl INFO 3 [684] -2014-01-13 19:37:16 queue INFO >>3 [685] -2014-01-13 19:37:17 sendUrl INFO 3 [685] -2014-01-13 19:38:06 queue INFO >>3 [686] -2014-01-13 19:38:07 sendUrl INFO 3 [686] -2014-01-13 19:38:57 queue INFO >>3 [687] -2014-01-13 19:38:57 sendUrl INFO 3 [687] -2014-01-13 19:39:16 queue INFO 7 [688] -2014-01-13 19:39:16 queue INFO >7 [689] -2014-01-13 19:39:16 sendUrl INFO 7 [688] -2014-01-13 19:39:17 sendUrl INFO 7 [689] -2014-01-13 19:39:17 queue INFO 3 [690] -2014-01-13 19:39:17 queue INFO >3 [691] -2014-01-13 19:39:18 sendUrl INFO 3 [690] -2014-01-13 19:39:18 sendUrl INFO 3 [691] -2014-01-13 19:40:07 queue INFO >>3 [692] -2014-01-13 19:40:08 sendUrl INFO 3 [692] -2014-01-13 19:40:58 queue INFO >>3 [693] -2014-01-13 19:40:58 sendUrl INFO 3 [693] -2014-01-13 19:41:48 queue INFO >>3 [694] -2014-01-13 19:41:48 sendUrl INFO 3 [694] -2014-01-13 19:42:38 queue INFO >>3 [695] -2014-01-13 19:42:38 sendUrl INFO 3 [695] -2014-01-13 19:43:28 queue INFO >>3 [696] -2014-01-13 19:43:28 sendUrl INFO 3 [696] -2014-01-13 19:44:18 queue INFO >>3 [697] -2014-01-13 19:44:19 sendUrl INFO 3 [697] -2014-01-13 19:45:08 queue INFO >>3 [698] -2014-01-13 19:45:08 sendUrl INFO 3 [698] -2014-01-13 19:45:58 queue INFO >>3 [699] -2014-01-13 19:45:59 sendUrl INFO 3 [699] -2014-01-13 19:46:19 queue INFO 7 [700] -2014-01-13 19:46:19 queue INFO >7 [701] -2014-01-13 19:46:19 sendUrl INFO 7 [700] -2014-01-13 19:46:19 sendUrl INFO 7 [701] -2014-01-13 19:46:20 queue INFO 3 [702] -2014-01-13 19:46:20 sendUrl INFO 3 [702] -2014-01-13 19:46:20 queue INFO >3 [703] -2014-01-13 19:46:21 sendUrl INFO 3 [703] -2014-01-13 19:47:10 queue INFO >>3 [704] -2014-01-13 19:47:11 sendUrl INFO 3 [704] -2014-01-13 19:48:01 queue INFO >>3 [705] -2014-01-13 19:48:01 sendUrl INFO 3 [705] -2014-01-13 19:48:51 queue INFO >>3 [706] -2014-01-13 19:48:51 sendUrl INFO 3 [706] -2014-01-13 19:49:41 queue INFO >>3 [707] -2014-01-13 19:49:41 sendUrl INFO 3 [707] -2014-01-13 19:50:31 queue INFO >>3 [708] -2014-01-13 19:50:31 sendUrl INFO 3 [708] -2014-01-13 19:51:21 queue INFO >>3 [709] -2014-01-13 19:51:21 sendUrl INFO 3 [709] -2014-01-13 19:52:11 queue INFO >>3 [710] -2014-01-13 19:52:12 sendUrl INFO 3 [710] -2014-01-13 19:53:01 queue INFO >>3 [711] -2014-01-13 19:53:02 sendUrl INFO 3 [711] -2014-01-13 19:53:52 queue INFO >>3 [712] -2014-01-13 19:53:52 sendUrl INFO 3 [712] -2014-01-13 19:54:42 queue INFO >>3 [713] -2014-01-13 19:54:42 sendUrl INFO 3 [713] -2014-01-13 19:55:32 queue INFO >>3 [714] -2014-01-13 19:55:32 sendUrl INFO 3 [714] -2014-01-13 19:56:22 queue INFO >>3 [715] -2014-01-13 19:56:22 sendUrl INFO 3 [715] -2014-01-13 19:56:38 queue INFO 21 [716] -2014-01-13 19:56:38 queue INFO >21 [717] -2014-01-13 19:56:38 sendUrl INFO 21 [716] -2014-01-13 19:56:38 sendUrl INFO 21 [717] -2014-01-13 19:57:28 queue INFO >>21 [718] -2014-01-13 19:57:28 sendUrl INFO 21 [718] -2014-01-13 19:57:49 queue INFO 1 [719] -2014-01-13 19:57:49 queue INFO >1 [720] -2014-01-13 19:57:49 sendUrl INFO 1 [719] -2014-01-13 19:57:50 sendUrl INFO 1 [720] -2014-01-13 19:58:13 queue INFO 5 [721] -2014-01-13 19:58:13 sendUrl INFO 5 [721] -2014-01-13 19:58:13 queue INFO >5 [722] -2014-01-13 19:58:14 sendUrl INFO 5 [722] -2014-01-13 19:58:15 queue INFO 1 [723] -2014-01-13 19:58:15 queue INFO >1 [724] -2014-01-13 19:58:15 sendUrl INFO 1 [723] -2014-01-13 19:58:16 sendUrl INFO 1 [724] -2014-01-13 19:59:05 queue INFO >>1 [725] -2014-01-13 19:59:05 sendUrl INFO 1 [725] -2014-01-13 19:59:07 queue INFO 3 [726] -2014-01-13 19:59:07 queue INFO >3 [727] -2014-01-13 19:59:07 sendUrl INFO 3 [726] -2014-01-13 19:59:07 sendUrl INFO 3 [727] -2014-01-13 19:59:57 queue INFO >>3 [728] -2014-01-13 19:59:57 sendUrl INFO 3 [728] -2014-01-13 20:00:41 queue INFO 1 [729] -2014-01-13 20:00:41 queue INFO >1 [730] -2014-01-13 20:00:42 sendUrl INFO 1 [729] -2014-01-13 20:00:42 sendUrl INFO 1 [730] -2014-01-13 20:01:31 queue INFO >>1 [731] -2014-01-13 20:01:32 sendUrl INFO 1 [731] -2014-01-13 20:02:22 queue INFO >>1 [732] -2014-01-13 20:02:22 sendUrl INFO 1 [732] -2014-01-13 20:03:12 queue INFO >>1 [733] -2014-01-13 20:03:12 sendUrl INFO 1 [733] -2014-01-13 20:04:02 queue INFO >>1 [734] -2014-01-13 20:04:02 sendUrl INFO 1 [734] -2014-01-13 20:04:52 queue INFO >>1 [735] -2014-01-13 20:04:52 sendUrl INFO 1 [735] -2014-01-13 20:05:42 queue INFO >>1 [736] -2014-01-13 20:05:43 sendUrl INFO 1 [736] -2014-01-13 20:06:32 queue INFO >>1 [737] -2014-01-13 20:06:32 sendUrl INFO 1 [737] -2014-01-13 20:06:53 queue INFO 21 [738] -2014-01-13 20:06:53 queue INFO >21 [739] -2014-01-13 20:06:53 sendUrl INFO 21 [738] -2014-01-13 20:06:54 sendUrl INFO 21 [739] -2014-01-13 20:07:43 queue INFO >>21 [740] -2014-01-13 20:07:43 sendUrl INFO 21 [740] -2014-01-13 20:07:56 queue INFO 1 [741] -2014-01-13 20:07:56 queue INFO >1 [742] -2014-01-13 20:07:56 sendUrl INFO 1 [741] -2014-01-13 20:07:56 sendUrl INFO 1 [742] -2014-01-13 20:08:46 queue INFO >>1 [743] -2014-01-13 20:08:46 sendUrl INFO 1 [743] -2014-01-13 20:09:36 queue INFO >>1 [744] -2014-01-13 20:09:36 sendUrl INFO 1 [744] -2014-01-13 20:10:26 queue INFO >>1 [745] -2014-01-13 20:10:26 sendUrl INFO 1 [745] -2014-01-13 20:11:16 queue INFO >>1 [746] -2014-01-13 20:11:17 sendUrl INFO 1 [746] -2014-01-13 20:12:06 queue INFO >>1 [747] -2014-01-13 20:12:07 sendUrl INFO 1 [747] -2014-01-13 20:12:57 queue INFO >>1 [748] -2014-01-13 20:12:57 sendUrl INFO 1 [748] -2014-01-13 20:13:47 queue INFO >>1 [749] -2014-01-13 20:13:47 sendUrl INFO 1 [749] -2014-01-13 20:14:37 queue INFO >>1 [750] -2014-01-13 20:14:37 sendUrl INFO 1 [750] -2014-01-13 20:15:27 queue INFO >>1 [751] -2014-01-13 20:15:27 sendUrl INFO 1 [751] -2014-01-13 20:16:17 queue INFO >>1 [752] -2014-01-13 20:16:17 sendUrl INFO 1 [752] -2014-01-13 20:17:07 queue INFO >>1 [753] -2014-01-13 20:17:08 sendUrl INFO 1 [753] -2014-01-13 20:17:57 queue INFO >>1 [754] -2014-01-13 20:17:58 sendUrl INFO 1 [754] -2014-01-13 20:18:48 queue INFO >>1 [755] -2014-01-13 20:18:48 sendUrl INFO 1 [755] -2014-01-13 20:19:38 queue INFO >>1 [756] -2014-01-13 20:19:38 sendUrl INFO 1 [756] -2014-01-13 20:20:28 queue INFO >>1 [757] -2014-01-13 20:20:28 sendUrl INFO 1 [757] -2014-01-13 20:21:18 queue INFO >>1 [758] -2014-01-13 20:21:18 sendUrl INFO 1 [758] -2014-01-13 20:22:08 queue INFO >>1 [759] -2014-01-13 20:22:09 sendUrl INFO 1 [759] -2014-01-13 20:22:58 queue INFO >>1 [760] -2014-01-13 20:22:58 sendUrl INFO 1 [760] -2014-01-13 20:23:48 queue INFO >>1 [761] -2014-01-13 20:23:49 sendUrl INFO 1 [761] -2014-01-13 20:24:39 queue INFO >>1 [762] -2014-01-13 20:24:39 sendUrl INFO 1 [762] -2014-01-13 20:25:29 queue INFO >>1 [763] -2014-01-13 20:25:29 sendUrl INFO 1 [763] -2014-01-13 20:26:19 queue INFO >>1 [764] -2014-01-13 20:26:19 sendUrl INFO 1 [764] -2014-01-13 20:27:09 queue INFO >>1 [765] -2014-01-13 20:27:10 sendUrl INFO 1 [765] -2014-01-13 20:27:59 queue INFO >>1 [766] -2014-01-13 20:27:59 sendUrl INFO 1 [766] -2014-01-13 20:28:49 queue INFO >>1 [767] -2014-01-13 20:28:50 sendUrl INFO 1 [767] -2014-01-13 20:29:40 queue INFO >>1 [768] -2014-01-13 20:29:40 sendUrl INFO 1 [768] -2014-01-13 20:30:30 queue INFO >>1 [769] -2014-01-13 20:30:30 sendUrl INFO 1 [769] -2014-01-13 20:31:20 queue INFO >>1 [770] -2014-01-13 20:31:20 sendUrl INFO 1 [770] -2014-01-13 20:32:10 queue INFO >>1 [771] -2014-01-13 20:32:10 sendUrl INFO 1 [771] -2014-01-13 20:33:00 queue INFO >>1 [772] -2014-01-13 20:33:00 sendUrl INFO 1 [772] -2014-01-13 20:33:50 queue INFO >>1 [773] -2014-01-13 20:33:51 sendUrl INFO 1 [773] -2014-01-13 20:34:40 queue INFO >>1 [774] -2014-01-13 20:34:41 sendUrl INFO 1 [774] -2014-01-13 20:35:31 queue INFO >>1 [775] -2014-01-13 20:35:31 sendUrl INFO 1 [775] -2014-01-13 20:36:21 queue INFO >>1 [776] -2014-01-13 20:36:21 sendUrl INFO 1 [776] -2014-01-13 20:37:11 queue INFO >>1 [777] -2014-01-13 20:37:11 sendUrl INFO 1 [777] -2014-01-13 20:38:01 queue INFO >>1 [778] -2014-01-13 20:38:01 sendUrl INFO 1 [778] -2014-01-13 20:38:51 queue INFO >>1 [779] -2014-01-13 20:38:52 sendUrl INFO 1 [779] -2014-01-13 20:39:41 queue INFO >>1 [780] -2014-01-13 20:39:42 sendUrl INFO 1 [780] -2014-01-13 20:40:32 queue INFO >>1 [781] -2014-01-13 20:40:32 sendUrl INFO 1 [781] -2014-01-13 20:41:22 queue INFO >>1 [782] -2014-01-13 20:41:22 sendUrl INFO 1 [782] -2014-01-13 20:42:12 queue INFO >>1 [783] -2014-01-13 20:42:12 sendUrl INFO 1 [783] -2014-01-13 20:43:02 queue INFO >>1 [784] -2014-01-13 20:43:02 sendUrl INFO 1 [784] -2014-01-13 20:43:52 queue INFO >>1 [785] -2014-01-13 20:43:52 sendUrl INFO 1 [785] -2014-01-13 20:44:42 queue INFO >>1 [786] -2014-01-13 20:44:43 sendUrl INFO 1 [786] -2014-01-13 20:45:32 queue INFO >>1 [787] -2014-01-13 20:45:33 sendUrl INFO 1 [787] -2014-01-13 20:46:23 queue INFO >>1 [788] -2014-01-13 20:46:23 sendUrl INFO 1 [788] -2014-01-13 20:47:13 queue INFO >>1 [789] -2014-01-13 20:47:13 sendUrl INFO 1 [789] -2014-01-13 20:48:03 queue INFO >>1 [790] -2014-01-13 20:48:03 sendUrl INFO 1 [790] -2014-01-13 20:48:53 queue INFO >>1 [791] -2014-01-13 20:48:53 sendUrl INFO 1 [791] -2014-01-13 20:49:43 queue INFO >>1 [792] -2014-01-13 20:49:44 sendUrl INFO 1 [792] -2014-01-13 20:50:33 queue INFO >>1 [793] -2014-01-13 20:50:34 sendUrl INFO 1 [793] -2014-01-13 20:51:24 queue INFO >>1 [794] -2014-01-13 20:51:24 sendUrl INFO 1 [794] -2014-01-13 20:52:14 queue INFO >>1 [795] -2014-01-13 20:52:14 sendUrl INFO 1 [795] -2014-01-13 20:53:04 queue INFO >>1 [796] -2014-01-13 20:53:04 sendUrl INFO 1 [796] -2014-01-13 20:53:54 queue INFO >>1 [797] -2014-01-13 20:53:54 sendUrl INFO 1 [797] -2014-01-13 20:54:44 queue INFO >>1 [798] -2014-01-13 20:54:45 sendUrl INFO 1 [798] -2014-01-13 20:55:34 queue INFO >>1 [799] -2014-01-13 20:55:34 sendUrl INFO 1 [799] -2014-01-13 20:56:24 queue INFO >>1 [800] -2014-01-13 20:56:25 sendUrl INFO 1 [800] -2014-01-13 20:57:15 queue INFO >>1 [801] -2014-01-13 20:57:15 sendUrl INFO 1 [801] -2014-01-13 20:58:05 queue INFO >>1 [802] -2014-01-13 20:58:05 sendUrl INFO 1 [802] -2014-01-13 20:58:55 queue INFO >>1 [803] -2014-01-13 20:58:55 sendUrl INFO 1 [803] -2014-01-13 20:59:45 queue INFO >>1 [804] -2014-01-13 20:59:46 sendUrl INFO 1 [804] -2014-01-13 21:00:35 queue INFO >>1 [805] -2014-01-13 21:00:35 sendUrl INFO 1 [805] -2014-01-13 21:01:25 queue INFO >>1 [806] -2014-01-13 21:01:26 sendUrl INFO 1 [806] -2014-01-13 21:02:16 queue INFO >>1 [807] -2014-01-13 21:02:16 sendUrl INFO 1 [807] -2014-01-13 21:03:06 queue INFO >>1 [808] -2014-01-13 21:03:06 sendUrl INFO 1 [808] -2014-01-13 21:03:56 queue INFO >>1 [809] -2014-01-13 21:03:56 sendUrl INFO 1 [809] -2014-01-13 21:04:46 queue INFO >>1 [810] -2014-01-13 21:04:46 sendUrl INFO 1 [810] -2014-01-13 21:05:36 queue INFO >>1 [811] -2014-01-13 21:05:36 sendUrl INFO 1 [811] -2014-01-13 21:06:26 queue INFO >>1 [812] -2014-01-13 21:06:27 sendUrl INFO 1 [812] -2014-01-13 21:07:16 queue INFO >>1 [813] -2014-01-13 21:07:17 sendUrl INFO 1 [813] -2014-01-13 21:08:07 queue INFO >>1 [814] -2014-01-13 21:08:07 sendUrl INFO 1 [814] -2014-01-13 21:08:57 queue INFO >>1 [815] -2014-01-13 21:08:57 sendUrl INFO 1 [815] -2014-01-13 21:09:47 queue INFO >>1 [816] -2014-01-13 21:09:47 sendUrl INFO 1 [816] -2014-01-13 21:10:37 queue INFO >>1 [817] -2014-01-13 21:10:37 sendUrl INFO 1 [817] -2014-01-13 21:11:27 queue INFO >>1 [818] -2014-01-13 21:11:27 sendUrl INFO 1 [818] -2014-01-13 21:12:17 queue INFO >>1 [819] -2014-01-13 21:12:18 sendUrl INFO 1 [819] -2014-01-13 21:13:07 queue INFO >>1 [820] -2014-01-13 21:13:07 sendUrl INFO 1 [820] -2014-01-13 21:13:57 queue INFO >>1 [821] -2014-01-13 21:13:58 sendUrl INFO 1 [821] -2014-01-13 21:14:48 queue INFO >>1 [822] -2014-01-13 21:14:48 sendUrl INFO 1 [822] -2014-01-13 21:15:38 queue INFO >>1 [823] -2014-01-13 21:15:38 sendUrl INFO 1 [823] -2014-01-13 21:16:28 queue INFO >>1 [824] -2014-01-13 21:16:28 sendUrl INFO 1 [824] -2014-01-13 21:17:18 queue INFO >>1 [825] -2014-01-13 21:17:19 sendUrl INFO 1 [825] -2014-01-13 21:18:08 queue INFO >>1 [826] -2014-01-13 21:18:08 sendUrl INFO 1 [826] -2014-01-13 21:18:58 queue INFO >>1 [827] -2014-01-13 21:18:59 sendUrl INFO 1 [827] -2014-01-13 21:19:49 queue INFO >>1 [828] -2014-01-13 21:19:49 sendUrl INFO 1 [828] -2014-01-13 21:20:39 queue INFO >>1 [829] -2014-01-13 21:20:39 sendUrl INFO 1 [829] -2014-01-13 21:21:29 queue INFO >>1 [830] -2014-01-13 21:21:29 sendUrl INFO 1 [830] -2014-01-13 21:22:19 queue INFO >>1 [831] -2014-01-13 21:22:20 sendUrl INFO 1 [831] -2014-01-13 21:23:09 queue INFO >>1 [832] -2014-01-13 21:23:09 sendUrl INFO 1 [832] -2014-01-13 21:23:59 queue INFO >>1 [833] -2014-01-13 21:24:00 sendUrl INFO 1 [833] -2014-01-13 21:24:49 queue INFO >>1 [834] -2014-01-13 21:24:50 sendUrl INFO 1 [834] -2014-01-13 21:25:18 queue INFO 21 [835] -2014-01-13 21:25:18 queue INFO >21 [836] -2014-01-13 21:25:18 sendUrl INFO 21 [835] -2014-01-13 21:25:19 sendUrl INFO 21 [836] -2014-01-13 21:25:49 queue INFO 1 [837] -2014-01-13 21:25:49 sendUrl INFO 1 [837] -2014-01-13 21:25:49 queue INFO >1 [838] -2014-01-13 21:25:49 sendUrl INFO 1 [838] -2014-01-13 21:26:39 queue INFO >>1 [839] -2014-01-13 21:26:39 sendUrl INFO 1 [839] -2014-01-13 21:26:48 queue INFO 21 [840] -2014-01-13 21:26:48 queue INFO >21 [841] -2014-01-13 21:26:48 sendUrl INFO 21 [840] -2014-01-13 21:26:49 sendUrl INFO 21 [841] -2014-01-13 21:27:38 queue INFO >>21 [842] -2014-01-13 21:27:39 sendUrl INFO 21 [842] -2014-01-13 21:28:28 queue INFO >>21 [843] -2014-01-13 21:28:29 sendUrl INFO 21 [843] -2014-01-13 21:28:49 queue INFO 1 [844] -2014-01-13 21:28:49 queue INFO >1 [845] -2014-01-13 21:28:49 sendUrl INFO 1 [844] -2014-01-13 21:28:50 sendUrl INFO 1 [845] -2014-01-13 21:29:09 queue INFO 5 [846] -2014-01-13 21:29:09 queue INFO >5 [847] -2014-01-13 21:29:09 sendUrl INFO 5 [846] -2014-01-13 21:29:10 sendUrl INFO 5 [847] -2014-01-13 21:29:10 queue INFO 1 [848] -2014-01-13 21:29:11 queue INFO >1 [849] -2014-01-13 21:29:11 sendUrl INFO 1 [848] -2014-01-13 21:29:11 sendUrl INFO 1 [849] -2014-01-13 21:30:01 queue INFO >>1 [850] -2014-01-13 21:30:01 sendUrl INFO 1 [850] -2014-01-13 21:30:03 queue INFO 3 [851] -2014-01-13 21:30:03 queue INFO >3 [852] -2014-01-13 21:30:03 sendUrl INFO 3 [851] -2014-01-13 21:30:04 sendUrl INFO 3 [852] -2014-01-13 21:30:53 queue INFO >>3 [853] -2014-01-13 21:30:53 sendUrl INFO 3 [853] -2014-01-13 21:31:43 queue INFO >>3 [854] -2014-01-13 21:31:43 sendUrl INFO 3 [854] -2014-01-13 21:32:33 queue INFO >>3 [855] -2014-01-13 21:32:33 sendUrl INFO 3 [855] -2014-01-13 21:32:52 queue INFO 21 [856] -2014-01-13 21:32:53 queue INFO >21 [857] -2014-01-13 21:32:53 sendUrl INFO 21 [856] -2014-01-13 21:32:53 sendUrl INFO 21 [857] -2014-01-13 21:33:43 queue INFO >>21 [858] -2014-01-13 21:33:43 sendUrl INFO 21 [858] -2014-01-13 21:34:33 queue INFO >>21 [859] -2014-01-13 21:34:33 sendUrl INFO 21 [859] -2014-01-13 21:35:23 queue INFO >>21 [860] -2014-01-13 21:35:23 sendUrl INFO 21 [860] -2014-01-13 21:36:13 queue INFO >>21 [861] -2014-01-13 21:36:13 sendUrl INFO 21 [861] -2014-01-13 21:37:03 queue INFO >>21 [862] -2014-01-13 21:37:04 sendUrl INFO 21 [862] -2014-01-13 21:37:53 queue INFO >>21 [863] -2014-01-13 21:37:54 sendUrl INFO 21 [863] -2014-01-13 21:38:43 queue INFO >>21 [864] -2014-01-13 21:38:44 sendUrl INFO 21 [864] -2014-01-13 21:39:34 queue INFO >>21 [865] -2014-01-13 21:39:34 sendUrl INFO 21 [865] -2014-01-13 21:39:53 queue INFO 1 [866] -2014-01-13 21:39:54 sendUrl INFO 1 [866] -2014-01-13 21:39:54 queue INFO >1 [867] -2014-01-13 21:39:54 sendUrl INFO 1 [867] -2014-01-13 21:40:44 queue INFO >>1 [868] -2014-01-13 21:40:44 sendUrl INFO 1 [868] -2014-01-13 21:41:27 queue INFO 3 [869] -2014-01-13 21:41:27 queue INFO >3 [870] -2014-01-13 21:41:27 sendUrl INFO 3 [869] -2014-01-13 21:41:28 sendUrl INFO 3 [870] -2014-01-13 21:42:17 queue INFO >>3 [871] -2014-01-13 21:42:17 sendUrl INFO 3 [871] -2014-01-13 21:43:07 queue INFO >>3 [872] -2014-01-13 21:43:07 sendUrl INFO 3 [872] -2014-01-13 21:43:57 queue INFO >>3 [873] -2014-01-13 21:43:58 sendUrl INFO 3 [873] -2014-01-13 21:44:21 queue INFO 7 [874] -2014-01-13 21:44:21 queue INFO >7 [875] -2014-01-13 21:44:21 sendUrl INFO 7 [874] -2014-01-13 21:44:22 sendUrl INFO 7 [875] -2014-01-13 21:44:22 queue INFO 3 [876] -2014-01-13 21:44:23 queue INFO >3 [877] -2014-01-13 21:44:23 sendUrl INFO 3 [876] -2014-01-13 21:44:23 sendUrl INFO 3 [877] -2014-01-13 21:45:13 queue INFO >>3 [878] -2014-01-13 21:45:13 sendUrl INFO 3 [878] -2014-01-13 21:46:03 queue INFO >>3 [879] -2014-01-13 21:46:03 sendUrl INFO 3 [879] -2014-01-13 21:46:53 queue INFO >>3 [880] -2014-01-13 21:46:53 sendUrl INFO 3 [880] -2014-01-13 21:47:43 queue INFO >>3 [881] -2014-01-13 21:47:43 sendUrl INFO 3 [881] -2014-01-13 21:48:33 queue INFO >>3 [882] -2014-01-13 21:48:34 sendUrl INFO 3 [882] -2014-01-13 21:49:23 queue INFO >>3 [883] -2014-01-13 21:49:24 sendUrl INFO 3 [883] -2014-01-13 21:50:14 queue INFO >>3 [884] -2014-01-13 21:50:14 sendUrl INFO 3 [884] -2014-01-13 21:51:04 queue INFO >>3 [885] -2014-01-13 21:51:04 sendUrl INFO 3 [885] -2014-01-13 21:51:24 queue INFO 7 [886] -2014-01-13 21:51:24 sendUrl INFO 7 [886] -2014-01-13 21:51:24 queue INFO >7 [887] -2014-01-13 21:51:24 sendUrl INFO 7 [887] -2014-01-13 21:51:25 queue INFO 3 [888] -2014-01-13 21:51:25 queue INFO >3 [889] -2014-01-13 21:51:26 sendUrl INFO 3 [888] -2014-01-13 21:51:26 sendUrl INFO 3 [889] -2014-01-13 21:52:15 queue INFO >>3 [890] -2014-01-13 21:52:16 sendUrl INFO 3 [890] -2014-01-13 21:53:05 queue INFO >>3 [891] -2014-01-13 21:53:06 sendUrl INFO 3 [891] -2014-01-13 21:53:56 queue INFO >>3 [892] -2014-01-13 21:53:56 sendUrl INFO 3 [892] -2014-01-13 21:54:46 queue INFO >>3 [893] -2014-01-13 21:54:46 sendUrl INFO 3 [893] -2014-01-13 21:55:36 queue INFO >>3 [894] -2014-01-13 21:55:36 sendUrl INFO 3 [894] -2014-01-13 21:56:26 queue INFO >>3 [895] -2014-01-13 21:56:26 sendUrl INFO 3 [895] -2014-01-13 21:57:15 queue INFO 19 [896] -2014-01-13 21:57:16 sendUrl INFO 19 [896] -2014-01-13 21:57:16 queue INFO >19 [897] -2014-01-13 21:57:16 sendUrl INFO 19 [897] -2014-01-13 21:58:06 queue INFO >>19 [898] -2014-01-13 21:58:06 sendUrl INFO 19 [898] -2014-01-13 21:58:56 queue INFO >>19 [899] -2014-01-13 21:58:56 sendUrl INFO 19 [899] -2014-01-13 21:59:46 queue INFO >>19 [900] -2014-01-13 21:59:46 sendUrl INFO 19 [900] -2014-01-13 22:00:36 queue INFO >>19 [901] -2014-01-13 22:00:36 sendUrl INFO 19 [901] -2014-01-13 22:01:26 queue INFO >>19 [902] -2014-01-13 22:01:27 sendUrl INFO 19 [902] -2014-01-13 22:02:16 queue INFO >>19 [903] -2014-01-13 22:02:17 sendUrl INFO 19 [903] -2014-01-13 22:03:07 queue INFO >>19 [904] -2014-01-13 22:03:07 sendUrl INFO 19 [904] -2014-01-13 22:03:57 queue INFO >>19 [905] -2014-01-13 22:03:57 sendUrl INFO 19 [905] -2014-01-13 22:04:47 queue INFO >>19 [906] -2014-01-13 22:04:47 sendUrl INFO 19 [906] -2014-01-13 22:05:37 queue INFO >>19 [907] -2014-01-13 22:05:37 sendUrl INFO 19 [907] -2014-01-13 22:06:27 queue INFO >>19 [908] -2014-01-13 22:06:28 sendUrl INFO 19 [908] -2014-01-13 22:07:17 queue INFO >>19 [909] -2014-01-13 22:07:18 sendUrl INFO 19 [909] -2014-01-13 22:08:07 queue INFO >>19 [910] -2014-01-13 22:08:08 sendUrl INFO 19 [910] -2014-01-13 22:08:58 queue INFO >>19 [911] -2014-01-13 22:08:58 sendUrl INFO 19 [911] -2014-01-13 22:09:48 queue INFO >>19 [912] -2014-01-13 22:09:48 sendUrl INFO 19 [912] -2014-01-13 22:09:49 queue INFO 39 [913] -2014-01-13 22:09:49 queue INFO >39 [914] -2014-01-13 22:09:49 sendUrl INFO 39 [913] -2014-01-13 22:09:49 queue INFO 21 [915] -2014-01-13 22:09:49 queue INFO 39 [916] -2014-01-13 22:09:50 sendUrl INFO 39 [914] -2014-01-13 22:09:50 queue INFO >39 [917] -2014-01-13 22:09:50 sendUrl INFO 21 [915] -2014-01-13 22:09:51 sendUrl INFO 39 [916] -2014-01-13 22:09:51 sendUrl INFO 39 [917] -2014-01-13 22:10:40 queue INFO >>39 [918] -2014-01-13 22:10:40 sendUrl INFO 39 [918] -2014-01-13 22:11:30 queue INFO >>39 [919] -2014-01-13 22:11:30 sendUrl INFO 39 [919] -2014-01-13 22:11:41 queue INFO 21 [920] -2014-01-13 22:11:41 sendUrl INFO 21 [920] -2014-01-13 22:11:41 queue INFO >21 [921] -2014-01-13 22:11:41 sendUrl INFO 21 [921] -2014-01-13 22:12:31 queue INFO >>21 [922] -2014-01-13 22:12:31 sendUrl INFO 21 [922] -2014-01-13 22:12:46 queue INFO 1 [923] -2014-01-13 22:12:46 queue INFO >1 [924] -2014-01-13 22:12:46 sendUrl INFO 1 [923] -2014-01-13 22:12:47 sendUrl INFO 1 [924] -2014-01-13 22:13:36 queue INFO >>1 [925] -2014-01-13 22:13:36 sendUrl INFO 1 [925] -2014-01-13 22:13:50 queue INFO 5 [926] -2014-01-13 22:13:50 sendUrl INFO 5 [926] -2014-01-13 22:13:50 queue INFO >5 [927] -2014-01-13 22:13:51 sendUrl INFO 5 [927] -2014-01-13 22:13:52 queue INFO 1 [928] -2014-01-13 22:13:52 queue INFO >1 [929] -2014-01-13 22:13:52 sendUrl INFO 1 [928] -2014-01-13 22:13:53 sendUrl INFO 1 [929] -2014-01-13 22:14:42 queue INFO >>1 [930] -2014-01-13 22:14:42 sendUrl INFO 1 [930] -2014-01-13 22:14:44 queue INFO 3 [931] -2014-01-13 22:14:44 queue INFO >3 [932] -2014-01-13 22:14:44 sendUrl INFO 3 [931] -2014-01-13 22:14:45 sendUrl INFO 3 [932] -2014-01-13 22:15:34 queue INFO >>3 [933] -2014-01-13 22:15:34 sendUrl INFO 3 [933] -2014-01-13 22:16:24 queue INFO >>3 [934] -2014-01-13 22:16:25 sendUrl INFO 3 [934] -2014-01-13 22:17:14 queue INFO >>3 [935] -2014-01-13 22:17:15 sendUrl INFO 3 [935] -2014-01-13 22:18:04 queue INFO >>3 [936] -2014-01-13 22:18:05 sendUrl INFO 3 [936] -2014-01-13 22:18:55 queue INFO >>3 [937] -2014-01-13 22:18:55 sendUrl INFO 3 [937] -2014-01-13 22:19:45 queue INFO >>3 [938] -2014-01-13 22:19:45 sendUrl INFO 3 [938] -2014-01-13 22:20:35 queue INFO >>3 [939] -2014-01-13 22:20:35 sendUrl INFO 3 [939] -2014-01-13 22:20:43 queue INFO 7 [940] -2014-01-13 22:20:44 queue INFO >7 [941] -2014-01-13 22:20:44 sendUrl INFO 7 [940] -2014-01-13 22:20:44 sendUrl INFO 7 [941] -2014-01-13 22:20:45 queue INFO 3 [942] -2014-01-13 22:20:45 queue INFO >3 [943] -2014-01-13 22:20:45 sendUrl INFO 3 [942] -2014-01-13 22:20:46 sendUrl INFO 3 [943] -2014-01-13 22:21:35 queue INFO >>3 [944] -2014-01-13 22:21:35 sendUrl INFO 3 [944] -2014-01-13 22:22:25 queue INFO >>3 [945] -2014-01-13 22:22:26 sendUrl INFO 3 [945] -2014-01-13 22:23:15 queue INFO >>3 [946] -2014-01-13 22:23:16 sendUrl INFO 3 [946] -2014-01-13 22:24:06 queue INFO >>3 [947] -2014-01-13 22:24:06 sendUrl INFO 3 [947] -2014-01-13 22:24:56 queue INFO >>3 [948] -2014-01-13 22:24:56 sendUrl INFO 3 [948] -2014-01-13 22:25:46 queue INFO >>3 [949] -2014-01-13 22:25:46 sendUrl INFO 3 [949] -2014-01-13 22:26:32 queue INFO 19 [950] -2014-01-13 22:26:32 sendUrl INFO 19 [950] -2014-01-13 22:26:32 queue INFO >19 [951] -2014-01-13 22:26:32 sendUrl INFO 19 [951] -2014-01-13 22:26:55 queue INFO 39 [952] -2014-01-13 22:26:55 queue INFO >39 [953] -2014-01-13 22:26:55 sendUrl INFO 39 [952] -2014-01-13 22:26:56 queue INFO 31 [954] -2014-01-13 22:26:56 queue INFO 39 [955] -2014-01-13 22:26:56 sendUrl INFO 39 [953] -2014-01-13 22:26:56 queue INFO >39 [956] -2014-01-13 22:26:56 sendUrl INFO 31 [954] -2014-01-13 22:26:57 sendUrl INFO 39 [955] -2014-01-13 22:26:57 sendUrl INFO 39 [956] -2014-01-13 22:27:46 queue INFO >>39 [957] -2014-01-13 22:27:46 sendUrl INFO 39 [957] -2014-01-13 22:28:36 queue INFO >>39 [958] -2014-01-13 22:28:36 sendUrl INFO 39 [958] -2014-01-13 22:29:26 queue INFO >>39 [959] -2014-01-13 22:29:26 sendUrl INFO 39 [959] -2014-01-13 22:29:28 queue INFO 21 [960] -2014-01-13 22:29:28 queue INFO >21 [961] -2014-01-13 22:29:28 sendUrl INFO 21 [960] -2014-01-13 22:29:29 sendUrl INFO 21 [961] -2014-01-13 22:30:18 queue INFO >>21 [962] -2014-01-13 22:30:19 sendUrl INFO 21 [962] -2014-01-13 22:31:08 queue INFO >>21 [963] -2014-01-13 22:31:09 sendUrl INFO 21 [963] -2014-01-13 22:31:59 queue INFO >>21 [964] -2014-01-13 22:31:59 sendUrl INFO 21 [964] -2014-01-13 22:32:49 queue INFO >>21 [965] -2014-01-13 22:32:49 sendUrl INFO 21 [965] -2014-01-13 22:33:39 queue INFO >>21 [966] -2014-01-13 22:33:39 sendUrl INFO 21 [966] -2014-01-13 22:34:29 queue INFO >>21 [967] -2014-01-13 22:34:29 sendUrl INFO 21 [967] -2014-01-13 22:35:19 queue INFO >>21 [968] -2014-01-13 22:35:19 sendUrl INFO 21 [968] -2014-01-13 22:36:09 queue INFO >>21 [969] -2014-01-13 22:36:10 sendUrl INFO 21 [969] -2014-01-13 22:36:36 queue INFO 9 [970] -2014-01-13 22:36:36 sendUrl INFO 9 [970] -2014-01-13 22:36:36 queue INFO >9 [971] -2014-01-13 22:36:36 sendUrl INFO 9 [971] -2014-01-13 22:36:37 queue INFO 29 [972] -2014-01-13 22:36:37 queue INFO >29 [973] -2014-01-13 22:36:37 sendUrl INFO 29 [972] -2014-01-13 22:36:37 queue INFO 21 [974] -2014-01-13 22:36:37 queue INFO >21 [975] -2014-01-13 22:36:37 sendUrl INFO 29 [973] -2014-01-13 22:36:38 sendUrl INFO 21 [974] -2014-01-13 22:36:38 sendUrl INFO 21 [975] -2014-01-13 22:36:40 queue INFO 9 [976] -2014-01-13 22:36:41 queue INFO >9 [977] -2014-01-13 22:36:41 sendUrl INFO 9 [976] -2014-01-13 22:36:41 queue INFO 29 [978] -2014-01-13 22:36:41 sendUrl INFO 9 [977] -2014-01-13 22:36:42 queue INFO >29 [979] -2014-01-13 22:36:42 sendUrl INFO 29 [978] -2014-01-13 22:36:42 queue INFO 21 [980] -2014-01-13 22:36:42 queue INFO >21 [981] -2014-01-13 22:36:42 sendUrl INFO 29 [979] -2014-01-13 22:36:43 sendUrl INFO 21 [980] -2014-01-13 22:36:43 sendUrl INFO 21 [981] -2014-01-13 22:36:56 queue INFO 9 [982] -2014-01-13 22:36:56 queue INFO >9 [983] -2014-01-13 22:36:56 sendUrl INFO 9 [982] -2014-01-13 22:36:56 sendUrl INFO 9 [983] -2014-01-13 22:37:02 queue INFO 1 [984] -2014-01-13 22:37:02 queue INFO 9 [985] -2014-01-13 22:37:02 queue INFO >9 [986] -2014-01-13 22:37:02 sendUrl INFO 1 [984] -2014-01-13 22:37:03 sendUrl INFO 9 [985] -2014-01-13 22:37:03 queue INFO 29 [987] -2014-01-13 22:37:03 sendUrl INFO 9 [986] -2014-01-13 22:37:03 queue INFO >29 [988] -2014-01-13 22:37:04 sendUrl INFO 29 [987] -2014-01-13 22:37:04 queue INFO 21 [989] -2014-01-13 22:37:04 queue INFO >21 [990] -2014-01-13 22:37:04 sendUrl INFO 29 [988] -2014-01-13 22:37:05 sendUrl INFO 21 [989] -2014-01-13 22:37:05 sendUrl INFO 21 [990] -2014-01-13 22:37:11 queue INFO 1 [991] -2014-01-13 22:37:11 queue INFO >1 [992] -2014-01-13 22:37:12 sendUrl INFO 1 [991] -2014-01-13 22:37:12 sendUrl INFO 1 [992] -2014-01-13 22:37:30 queue INFO 5 [993] -2014-01-13 22:37:31 queue INFO >5 [994] -2014-01-13 22:37:31 sendUrl INFO 5 [993] -2014-01-13 22:37:31 sendUrl INFO 5 [994] -2014-01-13 22:37:32 queue INFO 1 [995] -2014-01-13 22:37:32 sendUrl INFO 1 [995] -2014-01-13 22:37:32 queue INFO >1 [996] -2014-01-13 22:37:33 sendUrl INFO 1 [996] -2014-01-13 22:38:22 queue INFO >>1 [997] -2014-01-13 22:38:23 sendUrl INFO 1 [997] -2014-01-13 22:38:24 queue INFO 3 [998] -2014-01-13 22:38:24 queue INFO >3 [999] -2014-01-13 22:38:25 sendUrl INFO 3 [998] -2014-01-13 22:38:25 sendUrl INFO 3 [999] -2014-01-13 22:39:14 queue INFO >>3 [0] -2014-01-13 22:39:15 sendUrl INFO 3 [0] -2014-01-13 22:40:05 queue INFO >>3 [1] -2014-01-13 22:40:05 sendUrl INFO 3 [1] -2014-01-13 22:40:55 queue INFO >>3 [2] -2014-01-13 22:40:55 sendUrl INFO 3 [2] -2014-01-13 22:41:45 queue INFO >>3 [3] -2014-01-13 22:41:45 sendUrl INFO 3 [3] -2014-01-13 22:42:35 queue INFO >>3 [4] -2014-01-13 22:42:35 sendUrl INFO 3 [4] -2014-01-13 22:43:25 queue INFO >>3 [5] -2014-01-13 22:43:26 sendUrl INFO 3 [5] -2014-01-13 22:44:15 queue INFO >>3 [6] -2014-01-13 22:44:15 sendUrl INFO 3 [6] -2014-01-13 22:44:24 queue INFO 7 [7] -2014-01-13 22:44:24 queue INFO >7 [8] -2014-01-13 22:44:24 sendUrl INFO 7 [7] -2014-01-13 22:44:25 sendUrl INFO 7 [8] -2014-01-13 22:44:26 queue INFO 3 [9] -2014-01-13 22:44:26 queue INFO >3 [10] -2014-01-13 22:44:26 sendUrl INFO 3 [9] -2014-01-13 22:44:26 sendUrl INFO 3 [10] -2014-01-13 22:45:16 queue INFO >>3 [11] -2014-01-13 22:45:16 sendUrl INFO 3 [11] -2014-01-13 22:46:06 queue INFO >>3 [12] -2014-01-13 22:46:06 sendUrl INFO 3 [12] -2014-01-13 22:46:56 queue INFO >>3 [13] -2014-01-13 22:46:56 sendUrl INFO 3 [13] -2014-01-13 22:47:03 queue INFO 1 [14] -2014-01-13 22:47:03 queue INFO >1 [15] -2014-01-13 22:47:04 sendUrl INFO 1 [14] -2014-01-13 22:47:04 queue INFO 21 [16] -2014-01-13 22:47:04 queue INFO >21 [17] -2014-01-13 22:47:04 sendUrl INFO 1 [15] -2014-01-13 22:47:05 sendUrl INFO 21 [16] -2014-01-13 22:47:05 sendUrl INFO 21 [17] -2014-01-13 22:47:54 queue INFO >>21 [18] -2014-01-13 22:47:54 sendUrl INFO 21 [18] -2014-01-13 22:48:44 queue INFO >>21 [19] -2014-01-13 22:48:45 sendUrl INFO 21 [19] -2014-01-13 22:49:34 queue INFO >>21 [20] -2014-01-13 22:49:35 sendUrl INFO 21 [20] -2014-01-13 22:50:24 queue INFO >>21 [21] -2014-01-13 22:50:25 sendUrl INFO 21 [21] -2014-01-13 22:51:15 queue INFO >>21 [22] -2014-01-13 22:51:15 sendUrl INFO 21 [22] -2014-01-13 22:52:05 queue INFO >>21 [23] -2014-01-13 22:52:05 sendUrl INFO 21 [23] -2014-01-13 22:52:31 queue INFO 1 [24] -2014-01-13 22:52:31 queue INFO >1 [25] -2014-01-13 22:52:32 sendUrl INFO 1 [24] -2014-01-13 22:52:32 sendUrl INFO 1 [25] -2014-01-13 22:53:21 queue INFO >>1 [26] -2014-01-13 22:53:22 sendUrl INFO 1 [26] -2014-01-13 22:53:24 queue INFO 5 [27] -2014-01-13 22:53:24 queue INFO >5 [28] -2014-01-13 22:53:25 sendUrl INFO 5 [27] -2014-01-13 22:53:25 sendUrl INFO 5 [28] -2014-01-13 22:53:25 queue INFO 1 [29] -2014-01-13 22:53:26 queue INFO >1 [30] -2014-01-13 22:53:26 sendUrl INFO 1 [29] -2014-01-13 22:53:26 sendUrl INFO 1 [30] -2014-01-13 22:54:16 queue INFO >>1 [31] -2014-01-13 22:54:16 sendUrl INFO 1 [31] -2014-01-13 22:54:18 queue INFO 3 [32] -2014-01-13 22:54:18 queue INFO >3 [33] -2014-01-13 22:54:18 sendUrl INFO 3 [32] -2014-01-13 22:54:18 sendUrl INFO 3 [33] -2014-01-13 22:55:08 queue INFO >>3 [34] -2014-01-13 22:55:08 sendUrl INFO 3 [34] -2014-01-13 22:55:58 queue INFO >>3 [35] -2014-01-13 22:55:58 sendUrl INFO 3 [35] -2014-01-13 22:56:48 queue INFO >>3 [36] -2014-01-13 22:56:48 sendUrl INFO 3 [36] -2014-01-13 22:57:38 queue INFO >>3 [37] -2014-01-13 22:57:38 sendUrl INFO 3 [37] -2014-01-13 22:58:28 queue INFO >>3 [38] -2014-01-13 22:58:29 sendUrl INFO 3 [38] -2014-01-13 22:59:18 queue INFO >>3 [39] -2014-01-13 22:59:19 sendUrl INFO 3 [39] -2014-01-13 23:00:09 queue INFO >>3 [40] -2014-01-13 23:00:09 sendUrl INFO 3 [40] -2014-01-13 23:00:17 queue INFO 7 [41] -2014-01-13 23:00:17 queue INFO >7 [42] -2014-01-13 23:00:18 sendUrl INFO 7 [41] -2014-01-13 23:00:18 sendUrl INFO 7 [42] -2014-01-13 23:00:19 queue INFO 3 [43] -2014-01-13 23:00:19 queue INFO >3 [44] -2014-01-13 23:00:19 sendUrl INFO 3 [43] -2014-01-13 23:00:20 sendUrl INFO 3 [44] -2014-01-13 23:01:09 queue INFO >>3 [45] -2014-01-13 23:01:09 sendUrl INFO 3 [45] -2014-01-13 23:01:59 queue INFO >>3 [46] -2014-01-13 23:02:00 sendUrl INFO 3 [46] -2014-01-13 23:02:49 queue INFO >>3 [47] -2014-01-13 23:02:50 sendUrl INFO 3 [47] -2014-01-13 23:03:39 queue INFO >>3 [48] -2014-01-13 23:03:40 sendUrl INFO 3 [48] -2014-01-13 23:04:30 queue INFO >>3 [49] -2014-01-13 23:04:30 sendUrl INFO 3 [49] -2014-01-13 23:05:20 queue INFO >>3 [50] -2014-01-13 23:05:20 sendUrl INFO 3 [50] -2014-01-13 23:06:10 queue INFO >>3 [51] -2014-01-13 23:06:10 sendUrl INFO 3 [51] -2014-01-13 23:07:00 queue INFO >>3 [52] -2014-01-13 23:07:01 sendUrl INFO 3 [52] -2014-01-13 23:07:11 queue INFO 7 [53] -2014-01-13 23:07:11 queue INFO >7 [54] -2014-01-13 23:07:11 sendUrl INFO 7 [53] -2014-01-13 23:07:12 sendUrl INFO 7 [54] -2014-01-13 23:07:12 queue INFO 3 [55] -2014-01-13 23:07:12 queue INFO >3 [56] -2014-01-13 23:07:13 sendUrl INFO 3 [55] -2014-01-13 23:07:13 sendUrl INFO 3 [56] -2014-01-13 23:08:02 queue INFO >>3 [57] -2014-01-13 23:08:02 sendUrl INFO 3 [57] -2014-01-13 23:08:52 queue INFO >>3 [58] -2014-01-13 23:08:53 sendUrl INFO 3 [58] -2014-01-13 23:09:43 queue INFO >>3 [59] -2014-01-13 23:09:43 sendUrl INFO 3 [59] -2014-01-13 23:10:33 queue INFO >>3 [60] -2014-01-13 23:10:33 sendUrl INFO 3 [60] -2014-01-13 23:11:23 queue INFO >>3 [61] -2014-01-13 23:11:23 sendUrl INFO 3 [61] -2014-01-13 23:12:13 queue INFO >>3 [62] -2014-01-13 23:12:14 sendUrl INFO 3 [62] -2014-01-13 23:13:03 queue INFO >>3 [63] -2014-01-13 23:13:03 sendUrl INFO 3 [63] -2014-01-13 23:13:53 queue INFO >>3 [64] -2014-01-13 23:13:54 sendUrl INFO 3 [64] -2014-01-13 23:14:04 queue INFO 7 [65] -2014-01-13 23:14:04 queue INFO >7 [66] -2014-01-13 23:14:04 sendUrl INFO 7 [65] -2014-01-13 23:14:05 sendUrl INFO 7 [66] -2014-01-13 23:14:05 queue INFO 3 [67] -2014-01-13 23:14:06 queue INFO >3 [68] -2014-01-13 23:14:06 sendUrl INFO 3 [67] -2014-01-13 23:14:06 sendUrl INFO 3 [68] -2014-01-13 23:14:56 queue INFO >>3 [69] -2014-01-13 23:14:56 sendUrl INFO 3 [69] -2014-01-13 23:15:46 queue INFO >>3 [70] -2014-01-13 23:15:46 sendUrl INFO 3 [70] -2014-01-13 23:16:36 queue INFO >>3 [71] -2014-01-13 23:16:36 sendUrl INFO 3 [71] -2014-01-13 23:17:26 queue INFO >>3 [72] -2014-01-13 23:17:26 sendUrl INFO 3 [72] -2014-01-13 23:18:16 queue INFO >>3 [73] -2014-01-13 23:18:17 sendUrl INFO 3 [73] -2014-01-13 23:19:06 queue INFO >>3 [74] -2014-01-13 23:19:07 sendUrl INFO 3 [74] -2014-01-13 23:19:56 queue INFO >>3 [75] -2014-01-13 23:19:57 sendUrl INFO 3 [75] -2014-01-13 23:20:47 queue INFO >>3 [76] -2014-01-13 23:20:47 sendUrl INFO 3 [76] -2014-01-13 23:20:58 queue INFO 7 [77] -2014-01-13 23:20:58 queue INFO >7 [78] -2014-01-13 23:20:58 sendUrl INFO 7 [77] -2014-01-13 23:20:59 sendUrl INFO 7 [78] -2014-01-13 23:20:59 queue INFO 3 [79] -2014-01-13 23:21:00 sendUrl INFO 3 [79] -2014-01-13 23:21:00 queue INFO >3 [80] -2014-01-13 23:21:00 sendUrl INFO 3 [80] -2014-01-13 23:21:50 queue INFO >>3 [81] -2014-01-13 23:21:50 sendUrl INFO 3 [81] -2014-01-13 23:22:40 queue INFO >>3 [82] -2014-01-13 23:22:40 sendUrl INFO 3 [82] -2014-01-13 23:23:30 queue INFO >>3 [83] -2014-01-13 23:23:30 sendUrl INFO 3 [83] -2014-01-13 23:24:20 queue INFO >>3 [84] -2014-01-13 23:24:20 sendUrl INFO 3 [84] -2014-01-13 23:25:10 queue INFO >>3 [85] -2014-01-13 23:25:11 sendUrl INFO 3 [85] -2014-01-13 23:26:00 queue INFO >>3 [86] -2014-01-13 23:26:01 sendUrl INFO 3 [86] -2014-01-13 23:26:51 queue INFO >>3 [87] -2014-01-13 23:26:51 sendUrl INFO 3 [87] -2014-01-13 23:27:41 queue INFO >>3 [88] -2014-01-13 23:27:41 sendUrl INFO 3 [88] -2014-01-13 23:27:52 queue INFO 7 [89] -2014-01-13 23:27:52 queue INFO >7 [90] -2014-01-13 23:27:52 sendUrl INFO 7 [89] -2014-01-13 23:27:52 sendUrl INFO 7 [90] -2014-01-13 23:27:53 queue INFO 3 [91] -2014-01-13 23:27:53 queue INFO >3 [92] -2014-01-13 23:27:53 sendUrl INFO 3 [91] -2014-01-13 23:27:54 sendUrl INFO 3 [92] -2014-01-13 23:28:43 queue INFO >>3 [93] -2014-01-13 23:28:44 sendUrl INFO 3 [93] -2014-01-13 23:29:33 queue INFO >>3 [94] -2014-01-13 23:29:34 sendUrl INFO 3 [94] -2014-01-13 23:30:24 queue INFO >>3 [95] -2014-01-13 23:30:24 sendUrl INFO 3 [95] -2014-01-13 23:31:14 queue INFO >>3 [96] -2014-01-13 23:31:14 sendUrl INFO 3 [96] -2014-01-13 23:32:04 queue INFO >>3 [97] -2014-01-13 23:32:04 sendUrl INFO 3 [97] -2014-01-13 23:32:54 queue INFO >>3 [98] -2014-01-13 23:32:54 sendUrl INFO 3 [98] -2014-01-13 23:33:44 queue INFO >>3 [99] -2014-01-13 23:33:44 sendUrl INFO 3 [99] -2014-01-13 23:34:34 queue INFO >>3 [100] -2014-01-13 23:34:35 sendUrl INFO 3 [100] -2014-01-13 23:34:45 queue INFO 7 [101] -2014-01-13 23:34:45 queue INFO >7 [102] -2014-01-13 23:34:46 sendUrl INFO 7 [101] -2014-01-13 23:34:46 sendUrl INFO 7 [102] -2014-01-13 23:34:47 queue INFO 3 [103] -2014-01-13 23:34:47 queue INFO >3 [104] -2014-01-13 23:34:47 sendUrl INFO 3 [103] -2014-01-13 23:34:48 sendUrl INFO 3 [104] -2014-01-13 23:35:37 queue INFO >>3 [105] -2014-01-13 23:35:37 sendUrl INFO 3 [105] -2014-01-13 23:36:27 queue INFO >>3 [106] -2014-01-13 23:36:27 sendUrl INFO 3 [106] -2014-01-13 23:37:17 queue INFO >>3 [107] -2014-01-13 23:37:18 sendUrl INFO 3 [107] -2014-01-13 23:38:07 queue INFO >>3 [108] -2014-01-13 23:38:07 sendUrl INFO 3 [108] -2014-01-13 23:38:57 queue INFO >>3 [109] -2014-01-13 23:38:58 sendUrl INFO 3 [109] -2014-01-13 23:39:48 queue INFO >>3 [110] -2014-01-13 23:39:48 sendUrl INFO 3 [110] -2014-01-13 23:40:38 queue INFO >>3 [111] -2014-01-13 23:40:38 sendUrl INFO 3 [111] -2014-01-13 23:41:28 queue INFO >>3 [112] -2014-01-13 23:41:28 sendUrl INFO 3 [112] -2014-01-13 23:41:38 queue INFO 7 [113] -2014-01-13 23:41:38 queue INFO >7 [114] -2014-01-13 23:41:39 sendUrl INFO 7 [113] -2014-01-13 23:41:39 sendUrl INFO 7 [114] -2014-01-13 23:41:40 queue INFO 3 [115] -2014-01-13 23:41:40 queue INFO >3 [116] -2014-01-13 23:41:40 sendUrl INFO 3 [115] -2014-01-13 23:41:41 sendUrl INFO 3 [116] -2014-01-13 23:42:30 queue INFO >>3 [117] -2014-01-13 23:42:30 sendUrl INFO 3 [117] -2014-01-13 23:43:20 queue INFO >>3 [118] -2014-01-13 23:43:21 sendUrl INFO 3 [118] -2014-01-13 23:44:10 queue INFO >>3 [119] -2014-01-13 23:44:11 sendUrl INFO 3 [119] -2014-01-13 23:45:01 queue INFO >>3 [120] -2014-01-13 23:45:01 sendUrl INFO 3 [120] -2014-01-13 23:45:51 queue INFO >>3 [121] -2014-01-13 23:45:51 sendUrl INFO 3 [121] -2014-01-13 23:46:41 queue INFO >>3 [122] -2014-01-13 23:46:41 sendUrl INFO 3 [122] -2014-01-13 23:47:31 queue INFO >>3 [123] -2014-01-13 23:47:31 sendUrl INFO 3 [123] -2014-01-13 23:47:32 queue INFO 1 [124] -2014-01-13 23:47:32 queue INFO >1 [125] -2014-01-13 23:47:33 sendUrl INFO 1 [124] -2014-01-13 23:47:33 sendUrl INFO 1 [125] -2014-01-13 23:48:22 queue INFO >>1 [126] -2014-01-13 23:48:23 sendUrl INFO 1 [126] -2014-01-13 23:49:12 queue INFO >>1 [127] -2014-01-13 23:49:13 sendUrl INFO 1 [127] -2014-01-13 23:49:36 queue INFO 21 [128] -2014-01-13 23:49:36 queue INFO >21 [129] -2014-01-13 23:49:36 sendUrl INFO 21 [128] -2014-01-13 23:49:37 sendUrl INFO 21 [129] -2014-01-13 23:50:26 queue INFO >>21 [130] -2014-01-13 23:50:26 sendUrl INFO 21 [130] -2014-01-13 23:51:16 queue INFO >>21 [131] -2014-01-13 23:51:16 sendUrl INFO 21 [131] -2014-01-13 23:52:06 queue INFO >>21 [132] -2014-01-13 23:52:07 sendUrl INFO 21 [132] -2014-01-13 23:52:56 queue INFO >>21 [133] -2014-01-13 23:52:57 sendUrl INFO 21 [133] -2014-01-13 23:53:47 queue INFO >>21 [134] -2014-01-13 23:53:47 sendUrl INFO 21 [134] -2014-01-13 23:54:37 queue INFO >>21 [135] -2014-01-13 23:54:37 sendUrl INFO 21 [135] -2014-01-13 23:55:05 queue INFO 1 [136] -2014-01-13 23:55:05 queue INFO >1 [137] -2014-01-13 23:55:06 sendUrl INFO 1 [136] -2014-01-13 23:55:06 sendUrl INFO 1 [137] -2014-01-13 23:55:24 queue INFO 5 [138] -2014-01-13 23:55:24 queue INFO >5 [139] -2014-01-13 23:55:24 sendUrl INFO 5 [138] -2014-01-13 23:55:25 sendUrl INFO 5 [139] -2014-01-13 23:55:26 queue INFO 1 [140] -2014-01-13 23:55:26 queue INFO >1 [141] -2014-01-13 23:55:26 sendUrl INFO 1 [140] -2014-01-13 23:55:26 sendUrl INFO 1 [141] -2014-01-13 23:56:16 queue INFO >>1 [142] -2014-01-13 23:56:16 sendUrl INFO 1 [142] -2014-01-13 23:56:18 queue INFO 3 [143] -2014-01-13 23:56:18 queue INFO >3 [144] -2014-01-13 23:56:18 sendUrl INFO 3 [143] -2014-01-13 23:56:19 sendUrl INFO 3 [144] -2014-01-13 23:57:08 queue INFO >>3 [145] -2014-01-13 23:57:08 sendUrl INFO 3 [145] -2014-01-13 23:57:58 queue INFO >>3 [146] -2014-01-13 23:57:58 sendUrl INFO 3 [146] -2014-01-13 23:58:48 queue INFO >>3 [147] -2014-01-13 23:58:49 sendUrl INFO 3 [147] -2014-01-13 23:59:38 queue INFO >>3 [148] -2014-01-13 23:59:39 sendUrl INFO 3 [148] -2014-01-14 00:00:28 queue INFO >>3 [149] -2014-01-14 00:00:29 sendUrl INFO 3 [149] -2014-01-14 00:01:19 queue INFO >>3 [150] -2014-01-14 00:01:19 sendUrl INFO 3 [150] -2014-01-14 00:02:09 queue INFO >>3 [151] -2014-01-14 00:02:09 sendUrl INFO 3 [151] -2014-01-14 00:02:18 queue INFO 7 [152] -2014-01-14 00:02:18 sendUrl INFO 7 [152] -2014-01-14 00:02:18 queue INFO >7 [153] -2014-01-14 00:02:18 sendUrl INFO 7 [153] -2014-01-14 00:02:19 queue INFO 3 [154] -2014-01-14 00:02:19 queue INFO >3 [155] -2014-01-14 00:02:20 sendUrl INFO 3 [154] -2014-01-14 00:02:20 sendUrl INFO 3 [155] -2014-01-14 00:03:09 queue INFO >>3 [156] -2014-01-14 00:03:09 sendUrl INFO 3 [156] -2014-01-14 00:03:59 queue INFO >>3 [157] -2014-01-14 00:04:00 sendUrl INFO 3 [157] -2014-01-14 00:04:50 queue INFO >>3 [158] -2014-01-14 00:04:50 sendUrl INFO 3 [158] -2014-01-14 00:05:40 queue INFO >>3 [159] -2014-01-14 00:05:40 sendUrl INFO 3 [159] -2014-01-14 00:06:30 queue INFO >>3 [160] -2014-01-14 00:06:30 sendUrl INFO 3 [160] -2014-01-14 00:07:20 queue INFO >>3 [161] -2014-01-14 00:07:20 sendUrl INFO 3 [161] -2014-01-14 00:08:10 queue INFO >>3 [162] -2014-01-14 00:08:10 sendUrl INFO 3 [162] -2014-01-14 00:09:00 queue INFO >>3 [163] -2014-01-14 00:09:01 sendUrl INFO 3 [163] -2014-01-14 00:09:11 queue INFO 7 [164] -2014-01-14 00:09:11 queue INFO >7 [165] -2014-01-14 00:09:11 sendUrl INFO 7 [164] -2014-01-14 00:09:12 sendUrl INFO 7 [165] -2014-01-14 00:09:13 queue INFO 3 [166] -2014-01-14 00:09:13 queue INFO >3 [167] -2014-01-14 00:09:13 sendUrl INFO 3 [166] -2014-01-14 00:09:13 sendUrl INFO 3 [167] -2014-01-14 00:10:03 queue INFO >>3 [168] -2014-01-14 00:10:03 sendUrl INFO 3 [168] -2014-01-14 00:10:53 queue INFO >>3 [169] -2014-01-14 00:10:53 sendUrl INFO 3 [169] -2014-01-14 00:11:43 queue INFO >>3 [170] -2014-01-14 00:11:43 sendUrl INFO 3 [170] -2014-01-14 00:12:33 queue INFO >>3 [171] -2014-01-14 00:12:34 sendUrl INFO 3 [171] -2014-01-14 00:13:23 queue INFO >>3 [172] -2014-01-14 00:13:24 sendUrl INFO 3 [172] -2014-01-14 00:14:14 queue INFO >>3 [173] -2014-01-14 00:14:14 sendUrl INFO 3 [173] -2014-01-14 00:15:04 queue INFO >>3 [174] -2014-01-14 00:15:04 sendUrl INFO 3 [174] -2014-01-14 00:15:54 queue INFO >>3 [175] -2014-01-14 00:15:54 sendUrl INFO 3 [175] -2014-01-14 00:16:04 queue INFO 7 [176] -2014-01-14 00:16:04 queue INFO >7 [177] -2014-01-14 00:16:05 sendUrl INFO 7 [176] -2014-01-14 00:16:05 sendUrl INFO 7 [177] -2014-01-14 00:16:06 queue INFO 3 [178] -2014-01-14 00:16:06 queue INFO >3 [179] -2014-01-14 00:16:06 sendUrl INFO 3 [178] -2014-01-14 00:16:07 sendUrl INFO 3 [179] -2014-01-14 00:16:56 queue INFO >>3 [180] -2014-01-14 00:16:56 sendUrl INFO 3 [180] -2014-01-14 00:17:46 queue INFO >>3 [181] -2014-01-14 00:17:46 sendUrl INFO 3 [181] -2014-01-14 00:18:36 queue INFO >>3 [182] -2014-01-14 00:18:37 sendUrl INFO 3 [182] -2014-01-14 00:19:26 queue INFO >>3 [183] -2014-01-14 00:19:27 sendUrl INFO 3 [183] -2014-01-14 00:20:17 queue INFO >>3 [184] -2014-01-14 00:20:17 sendUrl INFO 3 [184] -2014-01-14 00:21:07 queue INFO >>3 [185] -2014-01-14 00:21:07 sendUrl INFO 3 [185] -2014-01-14 00:21:57 queue INFO >>3 [186] -2014-01-14 00:21:57 sendUrl INFO 3 [186] -2014-01-14 00:22:47 queue INFO >>3 [187] -2014-01-14 00:22:47 sendUrl INFO 3 [187] -2014-01-14 00:22:58 queue INFO 7 [188] -2014-01-14 00:22:58 queue INFO >7 [189] -2014-01-14 00:22:58 sendUrl INFO 7 [188] -2014-01-14 00:22:58 sendUrl INFO 7 [189] -2014-01-14 00:22:59 queue INFO 3 [190] -2014-01-14 00:22:59 queue INFO >3 [191] -2014-01-14 00:22:59 sendUrl INFO 3 [190] -2014-01-14 00:23:00 sendUrl INFO 3 [191] -2014-01-14 00:23:49 queue INFO >>3 [192] -2014-01-14 00:23:50 sendUrl INFO 3 [192] -2014-01-14 00:24:39 queue INFO >>3 [193] -2014-01-14 00:24:40 sendUrl INFO 3 [193] -2014-01-14 00:25:30 queue INFO >>3 [194] -2014-01-14 00:25:30 sendUrl INFO 3 [194] -2014-01-14 00:26:20 queue INFO >>3 [195] -2014-01-14 00:26:20 sendUrl INFO 3 [195] -2014-01-14 00:27:10 queue INFO >>3 [196] -2014-01-14 00:27:10 sendUrl INFO 3 [196] -2014-01-14 00:28:00 queue INFO >>3 [197] -2014-01-14 00:28:00 sendUrl INFO 3 [197] -2014-01-14 00:28:50 queue INFO >>3 [198] -2014-01-14 00:28:50 sendUrl INFO 3 [198] -2014-01-14 00:29:40 queue INFO >>3 [199] -2014-01-14 00:29:41 sendUrl INFO 3 [199] -2014-01-14 00:29:52 queue INFO 7 [200] -2014-01-14 00:29:52 queue INFO >7 [201] -2014-01-14 00:29:52 sendUrl INFO 7 [200] -2014-01-14 00:29:53 sendUrl INFO 7 [201] -2014-01-14 00:29:53 queue INFO 3 [202] -2014-01-14 00:29:53 queue INFO >3 [203] -2014-01-14 00:29:54 sendUrl INFO 3 [202] -2014-01-14 00:29:54 sendUrl INFO 3 [203] -2014-01-14 00:30:43 queue INFO >>3 [204] -2014-01-14 00:30:43 sendUrl INFO 3 [204] -2014-01-14 00:31:34 queue INFO >>3 [205] -2014-01-14 00:31:34 sendUrl INFO 3 [205] -2014-01-14 00:32:24 queue INFO >>3 [206] -2014-01-14 00:32:24 sendUrl INFO 3 [206] -2014-01-14 00:33:14 queue INFO >>3 [207] -2014-01-14 00:33:14 sendUrl INFO 3 [207] -2014-01-14 00:34:04 queue INFO >>3 [208] -2014-01-14 00:34:04 sendUrl INFO 3 [208] -2014-01-14 00:34:54 queue INFO >>3 [209] -2014-01-14 00:34:55 sendUrl INFO 3 [209] -2014-01-14 00:35:44 queue INFO >>3 [210] -2014-01-14 00:35:44 sendUrl INFO 3 [210] -2014-01-14 00:36:34 queue INFO >>3 [211] -2014-01-14 00:36:35 sendUrl INFO 3 [211] -2014-01-14 00:36:54 queue INFO 7 [212] -2014-01-14 00:36:55 queue INFO >7 [213] -2014-01-14 00:36:55 sendUrl INFO 7 [212] -2014-01-14 00:36:55 sendUrl INFO 7 [213] -2014-01-14 00:36:56 queue INFO 3 [214] -2014-01-14 00:36:56 queue INFO >3 [215] -2014-01-14 00:36:56 sendUrl INFO 3 [214] -2014-01-14 00:36:57 sendUrl INFO 3 [215] -2014-01-14 00:37:46 queue INFO >>3 [216] -2014-01-14 00:37:47 sendUrl INFO 3 [216] -2014-01-14 00:38:36 queue INFO >>3 [217] -2014-01-14 00:38:37 sendUrl INFO 3 [217] -2014-01-14 00:39:27 queue INFO >>3 [218] -2014-01-14 00:39:27 sendUrl INFO 3 [218] -2014-01-14 00:40:17 queue INFO >>3 [219] -2014-01-14 00:40:17 sendUrl INFO 3 [219] -2014-01-14 00:41:07 queue INFO >>3 [220] -2014-01-14 00:41:07 sendUrl INFO 3 [220] -2014-01-14 00:41:57 queue INFO >>3 [221] -2014-01-14 00:41:57 sendUrl INFO 3 [221] -2014-01-14 00:42:47 queue INFO >>3 [222] -2014-01-14 00:42:47 sendUrl INFO 3 [222] -2014-01-14 00:43:37 queue INFO >>3 [223] -2014-01-14 00:43:38 sendUrl INFO 3 [223] -2014-01-14 00:43:48 queue INFO 7 [224] -2014-01-14 00:43:48 queue INFO >7 [225] -2014-01-14 00:43:48 sendUrl INFO 7 [224] -2014-01-14 00:43:49 sendUrl INFO 7 [225] -2014-01-14 00:43:50 queue INFO 3 [226] -2014-01-14 00:43:50 sendUrl INFO 3 [226] -2014-01-14 00:43:50 queue INFO >3 [227] -2014-01-14 00:43:50 sendUrl INFO 3 [227] -2014-01-14 00:44:40 queue INFO >>3 [228] -2014-01-14 00:44:40 sendUrl INFO 3 [228] -2014-01-14 00:45:30 queue INFO >>3 [229] -2014-01-14 00:45:30 sendUrl INFO 3 [229] -2014-01-14 00:46:20 queue INFO >>3 [230] -2014-01-14 00:46:20 sendUrl INFO 3 [230] -2014-01-14 00:47:10 queue INFO >>3 [231] -2014-01-14 00:47:11 sendUrl INFO 3 [231] -2014-01-14 00:48:00 queue INFO >>3 [232] -2014-01-14 00:48:01 sendUrl INFO 3 [232] -2014-01-14 00:48:50 queue INFO >>3 [233] -2014-01-14 00:48:51 sendUrl INFO 3 [233] -2014-01-14 00:49:41 queue INFO >>3 [234] -2014-01-14 00:49:41 sendUrl INFO 3 [234] -2014-01-14 00:50:31 queue INFO >>3 [235] -2014-01-14 00:50:31 sendUrl INFO 3 [235] -2014-01-14 00:50:41 queue INFO 7 [236] -2014-01-14 00:50:41 queue INFO >7 [237] -2014-01-14 00:50:41 sendUrl INFO 7 [236] -2014-01-14 00:50:42 sendUrl INFO 7 [237] -2014-01-14 00:50:43 queue INFO 3 [238] -2014-01-14 00:50:43 sendUrl INFO 3 [238] -2014-01-14 00:50:43 queue INFO >3 [239] -2014-01-14 00:50:43 sendUrl INFO 3 [239] -2014-01-14 00:51:33 queue INFO >>3 [240] -2014-01-14 00:51:33 sendUrl INFO 3 [240] -2014-01-14 00:52:23 queue INFO >>3 [241] -2014-01-14 00:52:24 sendUrl INFO 3 [241] -2014-01-14 00:53:13 queue INFO >>3 [242] -2014-01-14 00:53:13 sendUrl INFO 3 [242] -2014-01-14 00:54:03 queue INFO >>3 [243] -2014-01-14 00:54:04 sendUrl INFO 3 [243] -2014-01-14 00:54:54 queue INFO >>3 [244] -2014-01-14 00:54:54 sendUrl INFO 3 [244] -2014-01-14 00:55:44 queue INFO >>3 [245] -2014-01-14 00:55:44 sendUrl INFO 3 [245] -2014-01-14 00:56:34 queue INFO >>3 [246] -2014-01-14 00:56:34 sendUrl INFO 3 [246] -2014-01-14 00:57:24 queue INFO >>3 [247] -2014-01-14 00:57:25 sendUrl INFO 3 [247] -2014-01-14 00:57:44 queue INFO 7 [248] -2014-01-14 00:57:44 queue INFO >7 [249] -2014-01-14 00:57:44 sendUrl INFO 7 [248] -2014-01-14 00:57:44 sendUrl INFO 7 [249] -2014-01-14 00:57:45 queue INFO 3 [250] -2014-01-14 00:57:45 sendUrl INFO 3 [250] -2014-01-14 00:57:45 queue INFO >3 [251] -2014-01-14 00:57:46 sendUrl INFO 3 [251] -2014-01-14 00:58:35 queue INFO >>3 [252] -2014-01-14 00:58:36 sendUrl INFO 3 [252] -2014-01-14 00:59:25 queue INFO >>3 [253] -2014-01-14 00:59:26 sendUrl INFO 3 [253] -2014-01-14 01:00:16 queue INFO >>3 [254] -2014-01-14 01:00:16 sendUrl INFO 3 [254] -2014-01-14 01:01:06 queue INFO >>3 [255] -2014-01-14 01:01:06 sendUrl INFO 3 [255] -2014-01-14 01:01:56 queue INFO >>3 [256] -2014-01-14 01:01:56 sendUrl INFO 3 [256] -2014-01-14 01:02:46 queue INFO >>3 [257] -2014-01-14 01:02:46 sendUrl INFO 3 [257] -2014-01-14 01:03:36 queue INFO >>3 [258] -2014-01-14 01:03:37 sendUrl INFO 3 [258] -2014-01-14 01:04:26 queue INFO >>3 [259] -2014-01-14 01:04:26 sendUrl INFO 3 [259] -2014-01-14 01:04:47 queue INFO 7 [260] -2014-01-14 01:04:47 queue INFO >7 [261] -2014-01-14 01:04:47 sendUrl INFO 7 [260] -2014-01-14 01:04:48 sendUrl INFO 7 [261] -2014-01-14 01:04:48 queue INFO 3 [262] -2014-01-14 01:04:49 sendUrl INFO 3 [262] -2014-01-14 01:04:49 queue INFO >3 [263] -2014-01-14 01:04:49 sendUrl INFO 3 [263] -2014-01-14 01:05:39 queue INFO >>3 [264] -2014-01-14 01:05:39 sendUrl INFO 3 [264] -2014-01-14 01:06:29 queue INFO >>3 [265] -2014-01-14 01:06:29 sendUrl INFO 3 [265] -2014-01-14 01:07:19 queue INFO >>3 [266] -2014-01-14 01:07:19 sendUrl INFO 3 [266] -2014-01-14 01:08:09 queue INFO >>3 [267] -2014-01-14 01:08:09 sendUrl INFO 3 [267] -2014-01-14 01:08:59 queue INFO >>3 [268] -2014-01-14 01:08:59 sendUrl INFO 3 [268] -2014-01-14 01:09:49 queue INFO >>3 [269] -2014-01-14 01:09:50 sendUrl INFO 3 [269] -2014-01-14 01:10:39 queue INFO >>3 [270] -2014-01-14 01:10:40 sendUrl INFO 3 [270] -2014-01-14 01:11:30 queue INFO >>3 [271] -2014-01-14 01:11:30 sendUrl INFO 3 [271] -2014-01-14 01:11:41 queue INFO 7 [272] -2014-01-14 01:11:41 queue INFO >7 [273] -2014-01-14 01:11:41 sendUrl INFO 7 [272] -2014-01-14 01:11:41 sendUrl INFO 7 [273] -2014-01-14 01:11:42 queue INFO 3 [274] -2014-01-14 01:11:42 queue INFO >3 [275] -2014-01-14 01:11:42 sendUrl INFO 3 [274] -2014-01-14 01:11:43 sendUrl INFO 3 [275] -2014-01-14 01:12:32 queue INFO >>3 [276] -2014-01-14 01:12:33 sendUrl INFO 3 [276] -2014-01-14 01:13:22 queue INFO >>3 [277] -2014-01-14 01:13:23 sendUrl INFO 3 [277] -2014-01-14 01:14:13 queue INFO >>3 [278] -2014-01-14 01:14:13 sendUrl INFO 3 [278] -2014-01-14 01:15:03 queue INFO >>3 [279] -2014-01-14 01:15:03 sendUrl INFO 3 [279] -2014-01-14 01:15:53 queue INFO >>3 [280] -2014-01-14 01:15:53 sendUrl INFO 3 [280] -2014-01-14 01:16:43 queue INFO >>3 [281] -2014-01-14 01:16:43 sendUrl INFO 3 [281] -2014-01-14 01:17:33 queue INFO >>3 [282] -2014-01-14 01:17:34 sendUrl INFO 3 [282] -2014-01-14 01:18:23 queue INFO >>3 [283] -2014-01-14 01:18:24 sendUrl INFO 3 [283] -2014-01-14 01:18:43 queue INFO 7 [284] -2014-01-14 01:18:43 queue INFO >7 [285] -2014-01-14 01:18:44 sendUrl INFO 7 [284] -2014-01-14 01:18:44 sendUrl INFO 7 [285] -2014-01-14 01:18:45 queue INFO 3 [286] -2014-01-14 01:18:45 queue INFO >3 [287] -2014-01-14 01:18:45 sendUrl INFO 3 [286] -2014-01-14 01:18:46 sendUrl INFO 3 [287] -2014-01-14 01:19:35 queue INFO >>3 [288] -2014-01-14 01:19:36 sendUrl INFO 3 [288] -2014-01-14 01:20:25 queue INFO >>3 [289] -2014-01-14 01:20:25 sendUrl INFO 3 [289] -2014-01-14 01:21:15 queue INFO >>3 [290] -2014-01-14 01:21:16 sendUrl INFO 3 [290] -2014-01-14 01:22:05 queue INFO >>3 [291] -2014-01-14 01:22:06 sendUrl INFO 3 [291] -2014-01-14 01:22:56 queue INFO >>3 [292] -2014-01-14 01:22:56 sendUrl INFO 3 [292] -2014-01-14 01:23:46 queue INFO >>3 [293] -2014-01-14 01:23:46 sendUrl INFO 3 [293] -2014-01-14 01:24:36 queue INFO >>3 [294] -2014-01-14 01:24:36 sendUrl INFO 3 [294] -2014-01-14 01:25:26 queue INFO >>3 [295] -2014-01-14 01:25:26 sendUrl INFO 3 [295] -2014-01-14 01:25:45 queue INFO 7 [296] -2014-01-14 01:25:46 queue INFO >7 [297] -2014-01-14 01:25:46 sendUrl INFO 7 [296] -2014-01-14 01:25:46 sendUrl INFO 7 [297] -2014-01-14 01:25:47 queue INFO 3 [298] -2014-01-14 01:25:47 queue INFO >3 [299] -2014-01-14 01:25:48 sendUrl INFO 3 [298] -2014-01-14 01:25:48 sendUrl INFO 3 [299] -2014-01-14 01:26:37 queue INFO >>3 [300] -2014-01-14 01:26:37 sendUrl INFO 3 [300] -2014-01-14 01:27:27 queue INFO >>3 [301] -2014-01-14 01:27:28 sendUrl INFO 3 [301] -2014-01-14 01:28:18 queue INFO >>3 [302] -2014-01-14 01:28:18 sendUrl INFO 3 [302] -2014-01-14 01:29:08 queue INFO >>3 [303] -2014-01-14 01:29:08 sendUrl INFO 3 [303] -2014-01-14 01:29:58 queue INFO >>3 [304] -2014-01-14 01:29:58 sendUrl INFO 3 [304] -2014-01-14 01:30:48 queue INFO >>3 [305] -2014-01-14 01:30:49 sendUrl INFO 3 [305] -2014-01-14 01:31:38 queue INFO >>3 [306] -2014-01-14 01:31:38 sendUrl INFO 3 [306] -2014-01-14 01:32:28 queue INFO >>3 [307] -2014-01-14 01:32:29 sendUrl INFO 3 [307] -2014-01-14 01:32:39 queue INFO 7 [308] -2014-01-14 01:32:39 queue INFO >7 [309] -2014-01-14 01:32:39 sendUrl INFO 7 [308] -2014-01-14 01:32:40 sendUrl INFO 7 [309] -2014-01-14 01:32:40 queue INFO 3 [310] -2014-01-14 01:32:41 queue INFO >3 [311] -2014-01-14 01:32:41 sendUrl INFO 3 [310] -2014-01-14 01:32:41 sendUrl INFO 3 [311] -2014-01-14 01:33:31 queue INFO >>3 [312] -2014-01-14 01:33:31 sendUrl INFO 3 [312] -2014-01-14 01:34:21 queue INFO >>3 [313] -2014-01-14 01:34:21 sendUrl INFO 3 [313] -2014-01-14 01:35:11 queue INFO >>3 [314] -2014-01-14 01:35:11 sendUrl INFO 3 [314] -2014-01-14 01:36:01 queue INFO >>3 [315] -2014-01-14 01:36:01 sendUrl INFO 3 [315] -2014-01-14 01:36:50 queue INFO 1 [316] -2014-01-14 01:36:50 queue INFO >1 [317] -2014-01-14 01:36:50 sendUrl INFO 1 [316] -2014-01-14 01:36:51 sendUrl INFO 1 [317] -2014-01-14 01:37:40 queue INFO >>1 [318] -2014-01-14 01:37:41 sendUrl INFO 1 [318] -2014-01-14 01:38:30 queue INFO >>1 [319] -2014-01-14 01:38:31 sendUrl INFO 1 [319] -2014-01-14 01:39:21 queue INFO >>1 [320] -2014-01-14 01:39:21 sendUrl INFO 1 [320] -2014-01-14 01:39:48 queue INFO 21 [321] -2014-01-14 01:39:48 queue INFO >21 [322] -2014-01-14 01:39:49 sendUrl INFO 21 [321] -2014-01-14 01:39:49 sendUrl INFO 21 [322] -2014-01-14 01:40:38 queue INFO >>21 [323] -2014-01-14 01:40:39 sendUrl INFO 21 [323] -2014-01-14 01:41:29 queue INFO >>21 [324] -2014-01-14 01:41:29 sendUrl INFO 21 [324] -2014-01-14 01:42:19 queue INFO >>21 [325] -2014-01-14 01:42:19 sendUrl INFO 21 [325] -2014-01-14 01:42:53 queue INFO 1 [326] -2014-01-14 01:42:54 queue INFO >1 [327] -2014-01-14 01:42:54 sendUrl INFO 1 [326] -2014-01-14 01:42:54 sendUrl INFO 1 [327] -2014-01-14 01:43:12 queue INFO 5 [328] -2014-01-14 01:43:12 queue INFO >5 [329] -2014-01-14 01:43:12 sendUrl INFO 5 [328] -2014-01-14 01:43:13 sendUrl INFO 5 [329] -2014-01-14 01:43:14 queue INFO 1 [330] -2014-01-14 01:43:14 queue INFO >1 [331] -2014-01-14 01:43:14 sendUrl INFO 1 [330] -2014-01-14 01:43:14 sendUrl INFO 1 [331] -2014-01-14 01:44:04 queue INFO >>1 [332] -2014-01-14 01:44:04 sendUrl INFO 1 [332] -2014-01-14 01:44:06 queue INFO 3 [333] -2014-01-14 01:44:06 sendUrl INFO 3 [333] -2014-01-14 01:44:06 queue INFO >3 [334] -2014-01-14 01:44:06 sendUrl INFO 3 [334] -2014-01-14 01:44:56 queue INFO >>3 [335] -2014-01-14 01:44:56 sendUrl INFO 3 [335] -2014-01-14 01:45:46 queue INFO >>3 [336] -2014-01-14 01:45:46 sendUrl INFO 3 [336] -2014-01-14 01:46:36 queue INFO >>3 [337] -2014-01-14 01:46:36 sendUrl INFO 3 [337] -2014-01-14 01:47:26 queue INFO >>3 [338] -2014-01-14 01:47:27 sendUrl INFO 3 [338] -2014-01-14 01:47:52 queue INFO 1 [339] -2014-01-14 01:47:52 queue INFO >1 [340] -2014-01-14 01:47:52 sendUrl INFO 1 [339] -2014-01-14 01:47:53 sendUrl INFO 1 [340] -2014-01-14 01:47:56 queue INFO 21 [341] -2014-01-14 01:47:56 queue INFO >21 [342] -2014-01-14 01:47:56 sendUrl INFO 21 [341] -2014-01-14 01:47:57 sendUrl INFO 21 [342] -2014-01-14 01:48:15 queue INFO 1 [343] -2014-01-14 01:48:15 sendUrl INFO 1 [343] -2014-01-14 01:48:15 queue INFO >1 [344] -2014-01-14 01:48:15 sendUrl INFO 1 [344] -2014-01-14 01:48:36 queue INFO 3 [345] -2014-01-14 01:48:36 queue INFO >3 [346] -2014-01-14 01:48:37 sendUrl INFO 3 [345] -2014-01-14 01:48:37 sendUrl INFO 3 [346] -2014-01-14 01:49:26 queue INFO >>3 [347] -2014-01-14 01:49:26 sendUrl INFO 3 [347] -2014-01-14 01:50:16 queue INFO >>3 [348] -2014-01-14 01:50:17 sendUrl INFO 3 [348] -2014-01-14 01:51:07 queue INFO >>3 [349] -2014-01-14 01:51:07 sendUrl INFO 3 [349] -2014-01-14 01:51:57 queue INFO >>3 [350] -2014-01-14 01:51:57 sendUrl INFO 3 [350] -2014-01-14 01:52:32 queue INFO 1 [351] -2014-01-14 01:52:32 queue INFO >1 [352] -2014-01-14 01:52:33 sendUrl INFO 1 [351] -2014-01-14 01:52:33 queue INFO 21 [353] -2014-01-14 01:52:33 sendUrl INFO 1 [352] -2014-01-14 01:52:33 queue INFO >21 [354] -2014-01-14 01:52:34 sendUrl INFO 21 [353] -2014-01-14 01:52:34 sendUrl INFO 21 [354] -2014-01-14 01:53:23 queue INFO >>21 [355] -2014-01-14 01:53:24 sendUrl INFO 21 [355] -2014-01-14 01:53:41 queue INFO 1 [356] -2014-01-14 01:53:41 queue INFO >1 [357] -2014-01-14 01:53:41 sendUrl INFO 1 [356] -2014-01-14 01:53:42 sendUrl INFO 1 [357] -2014-01-14 01:54:05 queue INFO 5 [358] -2014-01-14 01:54:05 sendUrl INFO 5 [358] -2014-01-14 01:54:05 queue INFO >5 [359] -2014-01-14 01:54:05 sendUrl INFO 5 [359] -2014-01-14 01:54:06 queue INFO 1 [360] -2014-01-14 01:54:07 queue INFO >1 [361] -2014-01-14 01:54:07 sendUrl INFO 1 [360] -2014-01-14 01:54:07 sendUrl INFO 1 [361] -2014-01-14 01:54:56 queue INFO >>1 [362] -2014-01-14 01:54:57 sendUrl INFO 1 [362] -2014-01-14 01:54:58 queue INFO 3 [363] -2014-01-14 01:54:59 queue INFO >3 [364] -2014-01-14 01:54:59 sendUrl INFO 3 [363] -2014-01-14 01:54:59 sendUrl INFO 3 [364] -2014-01-14 01:55:49 queue INFO >>3 [365] -2014-01-14 01:55:49 sendUrl INFO 3 [365] -2014-01-14 01:56:39 queue INFO >>3 [366] -2014-01-14 01:56:39 sendUrl INFO 3 [366] -2014-01-14 01:57:29 queue INFO >>3 [367] -2014-01-14 01:57:29 sendUrl INFO 3 [367] -2014-01-14 01:58:19 queue INFO >>3 [368] -2014-01-14 01:58:20 sendUrl INFO 3 [368] -2014-01-14 01:58:23 queue INFO 21 [369] -2014-01-14 01:58:23 queue INFO >21 [370] -2014-01-14 01:58:23 sendUrl INFO 21 [369] -2014-01-14 01:58:24 sendUrl INFO 21 [370] -2014-01-14 01:59:13 queue INFO >>21 [371] -2014-01-14 01:59:13 sendUrl INFO 21 [371] -2014-01-14 02:00:03 queue INFO >>21 [372] -2014-01-14 02:00:03 sendUrl INFO 21 [372] -2014-01-14 02:00:53 queue INFO >>21 [373] -2014-01-14 02:00:54 sendUrl INFO 21 [373] -2014-01-14 02:01:26 queue INFO 1 [374] -2014-01-14 02:01:26 queue INFO >1 [375] -2014-01-14 02:01:26 sendUrl INFO 1 [374] -2014-01-14 02:01:27 sendUrl INFO 1 [375] -2014-01-14 02:02:07 queue INFO 3 [376] -2014-01-14 02:02:07 queue INFO >3 [377] -2014-01-14 02:02:07 sendUrl INFO 3 [376] -2014-01-14 02:02:08 sendUrl INFO 3 [377] -2014-01-14 02:02:57 queue INFO >>3 [378] -2014-01-14 02:02:57 sendUrl INFO 3 [378] -2014-01-14 02:03:47 queue INFO >>3 [379] -2014-01-14 02:03:47 sendUrl INFO 3 [379] -2014-01-14 02:04:15 queue INFO 7 [380] -2014-01-14 02:04:15 queue INFO >7 [381] -2014-01-14 02:04:15 sendUrl INFO 7 [380] -2014-01-14 02:04:15 sendUrl INFO 7 [381] -2014-01-14 02:04:16 queue INFO 3 [382] -2014-01-14 02:04:16 queue INFO >3 [383] -2014-01-14 02:04:16 sendUrl INFO 3 [382] -2014-01-14 02:04:17 sendUrl INFO 3 [383] -2014-01-14 02:05:06 queue INFO >>3 [384] -2014-01-14 02:05:07 sendUrl INFO 3 [384] -2014-01-14 02:05:56 queue INFO >>3 [385] -2014-01-14 02:05:57 sendUrl INFO 3 [385] -2014-01-14 02:06:47 queue INFO >>3 [386] -2014-01-14 02:06:47 sendUrl INFO 3 [386] -2014-01-14 02:07:37 queue INFO >>3 [387] -2014-01-14 02:07:37 sendUrl INFO 3 [387] -2014-01-14 02:08:27 queue INFO >>3 [388] -2014-01-14 02:08:27 sendUrl INFO 3 [388] -2014-01-14 02:09:17 queue INFO >>3 [389] -2014-01-14 02:09:17 sendUrl INFO 3 [389] -2014-01-14 02:10:07 queue INFO >>3 [390] -2014-01-14 02:10:08 sendUrl INFO 3 [390] -2014-01-14 02:10:57 queue INFO >>3 [391] -2014-01-14 02:10:58 sendUrl INFO 3 [391] -2014-01-14 02:11:48 queue INFO >>3 [392] -2014-01-14 02:11:48 sendUrl INFO 3 [392] -2014-01-14 02:12:38 queue INFO >>3 [393] -2014-01-14 02:12:38 sendUrl INFO 3 [393] -2014-01-14 02:13:28 queue INFO >>3 [394] -2014-01-14 02:13:28 sendUrl INFO 3 [394] -2014-01-14 02:14:18 queue INFO >>3 [395] -2014-01-14 02:14:18 sendUrl INFO 3 [395] -2014-01-14 02:15:08 queue INFO >>3 [396] -2014-01-14 02:15:08 sendUrl INFO 3 [396] -2014-01-14 02:15:58 queue INFO >>3 [397] -2014-01-14 02:15:59 sendUrl INFO 3 [397] -2014-01-14 02:16:48 queue INFO >>3 [398] -2014-01-14 02:16:49 sendUrl INFO 3 [398] -2014-01-14 02:17:39 queue INFO >>3 [399] -2014-01-14 02:17:39 sendUrl INFO 3 [399] -2014-01-14 02:18:29 queue INFO >>3 [400] -2014-01-14 02:18:29 sendUrl INFO 3 [400] -2014-01-14 02:19:19 queue INFO >>3 [401] -2014-01-14 02:19:19 sendUrl INFO 3 [401] -2014-01-14 02:20:09 queue INFO >>3 [402] -2014-01-14 02:20:09 sendUrl INFO 3 [402] -2014-01-14 02:20:59 queue INFO >>3 [403] -2014-01-14 02:21:00 sendUrl INFO 3 [403] -2014-01-14 02:21:49 queue INFO >>3 [404] -2014-01-14 02:21:49 sendUrl INFO 3 [404] -2014-01-14 02:22:39 queue INFO >>3 [405] -2014-01-14 02:22:40 sendUrl INFO 3 [405] -2014-01-14 02:23:30 queue INFO >>3 [406] -2014-01-14 02:23:30 sendUrl INFO 3 [406] -2014-01-14 02:24:20 queue INFO >>3 [407] -2014-01-14 02:24:20 sendUrl INFO 3 [407] -2014-01-14 02:25:10 queue INFO >>3 [408] -2014-01-14 02:25:10 sendUrl INFO 3 [408] -2014-01-14 02:26:00 queue INFO >>3 [409] -2014-01-14 02:26:00 sendUrl INFO 3 [409] -2014-01-14 02:26:50 queue INFO >>3 [410] -2014-01-14 02:26:50 sendUrl INFO 3 [410] -2014-01-14 02:27:40 queue INFO >>3 [411] -2014-01-14 02:27:41 sendUrl INFO 3 [411] -2014-01-14 02:27:51 queue INFO 1 [412] -2014-01-14 02:27:51 queue INFO >1 [413] -2014-01-14 02:27:51 sendUrl INFO 1 [412] -2014-01-14 02:27:52 sendUrl INFO 1 [413] -2014-01-14 02:27:53 queue INFO 21 [414] -2014-01-14 02:27:53 sendUrl INFO 21 [414] -2014-01-14 02:27:53 queue INFO >21 [415] -2014-01-14 02:27:53 sendUrl INFO 21 [415] -2014-01-14 02:28:43 queue INFO >>21 [416] -2014-01-14 02:28:43 sendUrl INFO 21 [416] -2014-01-14 02:28:43 queue INFO 1 [417] -2014-01-14 02:28:43 queue INFO >1 [418] -2014-01-14 02:28:44 sendUrl INFO 1 [417] -2014-01-14 02:28:44 sendUrl INFO 1 [418] -2014-01-14 02:29:06 queue INFO 5 [419] -2014-01-14 02:29:07 queue INFO >5 [420] -2014-01-14 02:29:07 sendUrl INFO 5 [419] -2014-01-14 02:29:07 sendUrl INFO 5 [420] -2014-01-14 02:29:08 queue INFO 1 [421] -2014-01-14 02:29:08 queue INFO >1 [422] -2014-01-14 02:29:08 sendUrl INFO 1 [421] -2014-01-14 02:29:09 sendUrl INFO 1 [422] -2014-01-14 02:29:58 queue INFO >>1 [423] -2014-01-14 02:29:59 sendUrl INFO 1 [423] -2014-01-14 02:30:00 queue INFO 3 [424] -2014-01-14 02:30:00 queue INFO >3 [425] -2014-01-14 02:30:01 sendUrl INFO 3 [424] -2014-01-14 02:30:01 sendUrl INFO 3 [425] -2014-01-14 02:30:50 queue INFO >>3 [426] -2014-01-14 02:30:51 sendUrl INFO 3 [426] -2014-01-14 02:31:40 queue INFO >>3 [427] -2014-01-14 02:31:41 sendUrl INFO 3 [427] -2014-01-14 02:32:31 queue INFO >>3 [428] -2014-01-14 02:32:31 sendUrl INFO 3 [428] -2014-01-14 02:33:21 queue INFO >>3 [429] -2014-01-14 02:33:21 sendUrl INFO 3 [429] -2014-01-14 02:34:11 queue INFO >>3 [430] -2014-01-14 02:34:11 sendUrl INFO 3 [430] -2014-01-14 02:35:01 queue INFO >>3 [431] -2014-01-14 02:35:01 sendUrl INFO 3 [431] -2014-01-14 02:35:51 queue INFO >>3 [432] -2014-01-14 02:35:52 sendUrl INFO 3 [432] -2014-01-14 02:36:00 queue INFO 7 [433] -2014-01-14 02:36:00 queue INFO >7 [434] -2014-01-14 02:36:01 sendUrl INFO 7 [433] -2014-01-14 02:36:01 sendUrl INFO 7 [434] -2014-01-14 02:36:02 queue INFO 3 [435] -2014-01-14 02:36:02 queue INFO >3 [436] -2014-01-14 02:36:02 sendUrl INFO 3 [435] -2014-01-14 02:36:03 sendUrl INFO 3 [436] -2014-01-14 02:36:52 queue INFO >>3 [437] -2014-01-14 02:36:52 sendUrl INFO 3 [437] -2014-01-14 02:37:42 queue INFO >>3 [438] -2014-01-14 02:37:42 sendUrl INFO 3 [438] -2014-01-14 02:38:32 queue INFO >>3 [439] -2014-01-14 02:38:33 sendUrl INFO 3 [439] -2014-01-14 02:39:22 queue INFO >>3 [440] -2014-01-14 02:39:22 sendUrl INFO 3 [440] -2014-01-14 02:40:12 queue INFO >>3 [441] -2014-01-14 02:40:13 sendUrl INFO 3 [441] -2014-01-14 02:41:03 queue INFO >>3 [442] -2014-01-14 02:41:03 sendUrl INFO 3 [442] -2014-01-14 02:41:53 queue INFO >>3 [443] -2014-01-14 02:41:53 sendUrl INFO 3 [443] -2014-01-14 02:42:43 queue INFO >>3 [444] -2014-01-14 02:42:43 sendUrl INFO 3 [444] -2014-01-14 02:42:53 queue INFO 7 [445] -2014-01-14 02:42:54 queue INFO >7 [446] -2014-01-14 02:42:54 sendUrl INFO 7 [445] -2014-01-14 02:42:54 sendUrl INFO 7 [446] -2014-01-14 02:42:55 queue INFO 3 [447] -2014-01-14 02:42:55 queue INFO >3 [448] -2014-01-14 02:42:55 sendUrl INFO 3 [447] -2014-01-14 02:42:56 sendUrl INFO 3 [448] -2014-01-14 02:43:45 queue INFO >>3 [449] -2014-01-14 02:43:46 sendUrl INFO 3 [449] -2014-01-14 02:44:35 queue INFO >>3 [450] -2014-01-14 02:44:36 sendUrl INFO 3 [450] -2014-01-14 02:45:26 queue INFO >>3 [451] -2014-01-14 02:45:26 sendUrl INFO 3 [451] -2014-01-14 02:46:16 queue INFO >>3 [452] -2014-01-14 02:46:16 sendUrl INFO 3 [452] -2014-01-14 02:47:06 queue INFO >>3 [453] -2014-01-14 02:47:06 sendUrl INFO 3 [453] -2014-01-14 02:47:56 queue INFO >>3 [454] -2014-01-14 02:47:56 sendUrl INFO 3 [454] -2014-01-14 02:48:46 queue INFO >>3 [455] -2014-01-14 02:48:46 sendUrl INFO 3 [455] -2014-01-14 02:49:36 queue INFO >>3 [456] -2014-01-14 02:49:36 sendUrl INFO 3 [456] -2014-01-14 02:49:47 queue INFO 7 [457] -2014-01-14 02:49:47 queue INFO >7 [458] -2014-01-14 02:49:47 sendUrl INFO 7 [457] -2014-01-14 02:49:48 sendUrl INFO 7 [458] -2014-01-14 02:49:48 queue INFO 3 [459] -2014-01-14 02:49:49 queue INFO >3 [460] -2014-01-14 02:49:49 sendUrl INFO 3 [459] -2014-01-14 02:49:49 sendUrl INFO 3 [460] -2014-01-14 02:50:39 queue INFO >>3 [461] -2014-01-14 02:50:39 sendUrl INFO 3 [461] -2014-01-14 02:51:29 queue INFO >>3 [462] -2014-01-14 02:51:29 sendUrl INFO 3 [462] -2014-01-14 02:52:19 queue INFO >>3 [463] -2014-01-14 02:52:19 sendUrl INFO 3 [463] -2014-01-14 02:53:09 queue INFO >>3 [464] -2014-01-14 02:53:09 sendUrl INFO 3 [464] -2014-01-14 02:53:59 queue INFO >>3 [465] -2014-01-14 02:53:59 sendUrl INFO 3 [465] -2014-01-14 02:54:49 queue INFO >>3 [466] -2014-01-14 02:54:50 sendUrl INFO 3 [466] -2014-01-14 02:55:39 queue INFO >>3 [467] -2014-01-14 02:55:40 sendUrl INFO 3 [467] -2014-01-14 02:56:30 queue INFO >>3 [468] -2014-01-14 02:56:30 sendUrl INFO 3 [468] -2014-01-14 02:56:40 queue INFO 7 [469] -2014-01-14 02:56:40 queue INFO >7 [470] -2014-01-14 02:56:40 sendUrl INFO 7 [469] -2014-01-14 02:56:41 sendUrl INFO 7 [470] -2014-01-14 02:56:41 queue INFO 3 [471] -2014-01-14 02:56:42 queue INFO >3 [472] -2014-01-14 02:56:42 sendUrl INFO 3 [471] -2014-01-14 02:56:42 sendUrl INFO 3 [472] -2014-01-14 02:57:32 queue INFO >>3 [473] -2014-01-14 02:57:32 sendUrl INFO 3 [473] -2014-01-14 02:58:22 queue INFO >>3 [474] -2014-01-14 02:58:22 sendUrl INFO 3 [474] -2014-01-14 02:59:12 queue INFO >>3 [475] -2014-01-14 02:59:12 sendUrl INFO 3 [475] -2014-01-14 03:00:02 queue INFO >>3 [476] -2014-01-14 03:00:02 sendUrl INFO 3 [476] -2014-01-14 03:00:52 queue INFO >>3 [477] -2014-01-14 03:00:53 sendUrl INFO 3 [477] -2014-01-14 03:01:42 queue INFO >>3 [478] -2014-01-14 03:01:43 sendUrl INFO 3 [478] -2014-01-14 03:02:33 queue INFO >>3 [479] -2014-01-14 03:02:33 sendUrl INFO 3 [479] -2014-01-14 03:03:23 queue INFO >>3 [480] -2014-01-14 03:03:23 sendUrl INFO 3 [480] -2014-01-14 03:03:34 queue INFO 7 [481] -2014-01-14 03:03:34 queue INFO >7 [482] -2014-01-14 03:03:35 sendUrl INFO 7 [481] -2014-01-14 03:03:35 sendUrl INFO 7 [482] -2014-01-14 03:03:36 queue INFO 3 [483] -2014-01-14 03:03:36 queue INFO >3 [484] -2014-01-14 03:03:36 sendUrl INFO 3 [483] -2014-01-14 03:03:37 sendUrl INFO 3 [484] -2014-01-14 03:04:26 queue INFO >>3 [485] -2014-01-14 03:04:26 sendUrl INFO 3 [485] -2014-01-14 03:05:16 queue INFO >>3 [486] -2014-01-14 03:05:16 sendUrl INFO 3 [486] -2014-01-14 03:06:06 queue INFO >>3 [487] -2014-01-14 03:06:07 sendUrl INFO 3 [487] -2014-01-14 03:06:56 queue INFO >>3 [488] -2014-01-14 03:06:56 sendUrl INFO 3 [488] -2014-01-14 03:07:46 queue INFO >>3 [489] -2014-01-14 03:07:47 sendUrl INFO 3 [489] -2014-01-14 03:08:37 queue INFO >>3 [490] -2014-01-14 03:08:37 sendUrl INFO 3 [490] -2014-01-14 03:09:27 queue INFO >>3 [491] -2014-01-14 03:09:27 sendUrl INFO 3 [491] -2014-01-14 03:10:17 queue INFO >>3 [492] -2014-01-14 03:10:17 sendUrl INFO 3 [492] -2014-01-14 03:10:28 queue INFO 7 [493] -2014-01-14 03:10:28 queue INFO >7 [494] -2014-01-14 03:10:28 sendUrl INFO 7 [493] -2014-01-14 03:10:29 sendUrl INFO 7 [494] -2014-01-14 03:10:29 queue INFO 3 [495] -2014-01-14 03:10:30 queue INFO >3 [496] -2014-01-14 03:10:30 sendUrl INFO 3 [495] -2014-01-14 03:10:30 sendUrl INFO 3 [496] -2014-01-14 03:11:20 queue INFO >>3 [497] -2014-01-14 03:11:20 sendUrl INFO 3 [497] -2014-01-14 03:12:10 queue INFO >>3 [498] -2014-01-14 03:12:10 sendUrl INFO 3 [498] -2014-01-14 03:13:00 queue INFO >>3 [499] -2014-01-14 03:13:00 sendUrl INFO 3 [499] -2014-01-14 03:13:50 queue INFO >>3 [500] -2014-01-14 03:13:50 sendUrl INFO 3 [500] -2014-01-14 03:14:40 queue INFO >>3 [501] -2014-01-14 03:14:41 sendUrl INFO 3 [501] -2014-01-14 03:15:30 queue INFO >>3 [502] -2014-01-14 03:15:31 sendUrl INFO 3 [502] -2014-01-14 03:16:20 queue INFO >>3 [503] -2014-01-14 03:16:21 sendUrl INFO 3 [503] -2014-01-14 03:17:11 queue INFO >>3 [504] -2014-01-14 03:17:11 sendUrl INFO 3 [504] -2014-01-14 03:17:21 queue INFO 7 [505] -2014-01-14 03:17:21 queue INFO >7 [506] -2014-01-14 03:17:22 sendUrl INFO 7 [505] -2014-01-14 03:17:22 sendUrl INFO 7 [506] -2014-01-14 03:17:23 queue INFO 3 [507] -2014-01-14 03:17:23 queue INFO >3 [508] -2014-01-14 03:17:23 sendUrl INFO 3 [507] -2014-01-14 03:17:24 sendUrl INFO 3 [508] -2014-01-14 03:18:13 queue INFO >>3 [509] -2014-01-14 03:18:13 sendUrl INFO 3 [509] -2014-01-14 03:19:03 queue INFO >>3 [510] -2014-01-14 03:19:03 sendUrl INFO 3 [510] -2014-01-14 03:19:53 queue INFO >>3 [511] -2014-01-14 03:19:54 sendUrl INFO 3 [511] -2014-01-14 03:20:43 queue INFO >>3 [512] -2014-01-14 03:20:44 sendUrl INFO 3 [512] -2014-01-14 03:21:34 queue INFO >>3 [513] -2014-01-14 03:21:34 sendUrl INFO 3 [513] -2014-01-14 03:22:24 queue INFO >>3 [514] -2014-01-14 03:22:24 sendUrl INFO 3 [514] -2014-01-14 03:23:14 queue INFO >>3 [515] -2014-01-14 03:23:14 sendUrl INFO 3 [515] -2014-01-14 03:24:04 queue INFO >>3 [516] -2014-01-14 03:24:04 sendUrl INFO 3 [516] -2014-01-14 03:24:15 queue INFO 7 [517] -2014-01-14 03:24:15 queue INFO >7 [518] -2014-01-14 03:24:15 sendUrl INFO 7 [517] -2014-01-14 03:24:15 sendUrl INFO 7 [518] -2014-01-14 03:24:16 queue INFO 3 [519] -2014-01-14 03:24:16 queue INFO >3 [520] -2014-01-14 03:24:16 sendUrl INFO 3 [519] -2014-01-14 03:24:17 sendUrl INFO 3 [520] -2014-01-14 03:25:06 queue INFO >>3 [521] -2014-01-14 03:25:07 sendUrl INFO 3 [521] -2014-01-14 03:25:56 queue INFO >>3 [522] -2014-01-14 03:25:57 sendUrl INFO 3 [522] -2014-01-14 03:26:47 queue INFO >>3 [523] -2014-01-14 03:26:47 sendUrl INFO 3 [523] -2014-01-14 03:27:37 queue INFO >>3 [524] -2014-01-14 03:27:37 sendUrl INFO 3 [524] -2014-01-14 03:28:27 queue INFO >>3 [525] -2014-01-14 03:28:27 sendUrl INFO 3 [525] -2014-01-14 03:29:17 queue INFO >>3 [526] -2014-01-14 03:29:17 sendUrl INFO 3 [526] -2014-01-14 03:30:07 queue INFO >>3 [527] -2014-01-14 03:30:08 sendUrl INFO 3 [527] -2014-01-14 03:30:57 queue INFO >>3 [528] -2014-01-14 03:30:58 sendUrl INFO 3 [528] -2014-01-14 03:31:08 queue INFO 7 [529] -2014-01-14 03:31:08 queue INFO >7 [530] -2014-01-14 03:31:08 sendUrl INFO 7 [529] -2014-01-14 03:31:09 sendUrl INFO 7 [530] -2014-01-14 03:31:09 queue INFO 3 [531] -2014-01-14 03:31:09 queue INFO >3 [532] -2014-01-14 03:31:10 sendUrl INFO 3 [531] -2014-01-14 03:31:10 sendUrl INFO 3 [532] -2014-01-14 03:31:59 queue INFO >>3 [533] -2014-01-14 03:31:59 sendUrl INFO 3 [533] -2014-01-14 03:32:50 queue INFO >>3 [534] -2014-01-14 03:32:50 sendUrl INFO 3 [534] -2014-01-14 03:33:40 queue INFO >>3 [535] -2014-01-14 03:33:40 sendUrl INFO 3 [535] -2014-01-14 03:34:30 queue INFO >>3 [536] -2014-01-14 03:34:30 sendUrl INFO 3 [536] -2014-01-14 03:35:20 queue INFO >>3 [537] -2014-01-14 03:35:20 sendUrl INFO 3 [537] -2014-01-14 03:36:03 queue INFO 1 [538] -2014-01-14 03:36:03 queue INFO >1 [539] -2014-01-14 03:36:04 sendUrl INFO 1 [538] -2014-01-14 03:36:04 sendUrl INFO 1 [539] -2014-01-14 03:36:53 queue INFO >>1 [540] -2014-01-14 03:36:53 sendUrl INFO 1 [540] -2014-01-14 03:37:43 queue INFO >>1 [541] -2014-01-14 03:37:44 sendUrl INFO 1 [541] -2014-01-14 03:38:34 queue INFO >>1 [542] -2014-01-14 03:38:34 sendUrl INFO 1 [542] -2014-01-14 03:38:49 queue INFO 21 [543] -2014-01-14 03:38:50 queue INFO >21 [544] -2014-01-14 03:38:50 sendUrl INFO 21 [543] -2014-01-14 03:38:50 sendUrl INFO 21 [544] -2014-01-14 03:39:40 queue INFO >>21 [545] -2014-01-14 03:39:40 sendUrl INFO 21 [545] -2014-01-14 03:40:30 queue INFO >>21 [546] -2014-01-14 03:40:30 sendUrl INFO 21 [546] -2014-01-14 03:41:20 queue INFO >>21 [547] -2014-01-14 03:41:20 sendUrl INFO 21 [547] -2014-01-14 03:42:10 queue INFO >>21 [548] -2014-01-14 03:42:11 sendUrl INFO 21 [548] -2014-01-14 03:43:00 queue INFO >>21 [549] -2014-01-14 03:43:00 sendUrl INFO 21 [549] -2014-01-14 03:43:50 queue INFO >>21 [550] -2014-01-14 03:43:51 sendUrl INFO 21 [550] -2014-01-14 03:44:40 queue INFO >>21 [551] -2014-01-14 03:44:41 sendUrl INFO 21 [551] -2014-01-14 03:44:47 queue INFO 1 [552] -2014-01-14 03:44:47 queue INFO >1 [553] -2014-01-14 03:44:48 sendUrl INFO 1 [552] -2014-01-14 03:44:48 sendUrl INFO 1 [553] -2014-01-14 03:45:06 queue INFO 5 [554] -2014-01-14 03:45:06 queue INFO >5 [555] -2014-01-14 03:45:06 sendUrl INFO 5 [554] -2014-01-14 03:45:07 sendUrl INFO 5 [555] -2014-01-14 03:45:07 queue INFO 1 [556] -2014-01-14 03:45:08 queue INFO >1 [557] -2014-01-14 03:45:08 sendUrl INFO 1 [556] -2014-01-14 03:45:08 sendUrl INFO 1 [557] -2014-01-14 03:45:58 queue INFO >>1 [558] -2014-01-14 03:45:58 sendUrl INFO 1 [558] -2014-01-14 03:46:00 queue INFO 3 [559] -2014-01-14 03:46:00 queue INFO >3 [560] -2014-01-14 03:46:00 sendUrl INFO 3 [559] -2014-01-14 03:46:01 sendUrl INFO 3 [560] -2014-01-14 03:46:50 queue INFO >>3 [561] -2014-01-14 03:46:50 sendUrl INFO 3 [561] -2014-01-14 03:47:40 queue INFO >>3 [562] -2014-01-14 03:47:40 sendUrl INFO 3 [562] -2014-01-14 03:48:30 queue INFO >>3 [563] -2014-01-14 03:48:31 sendUrl INFO 3 [563] -2014-01-14 03:49:20 queue INFO >>3 [564] -2014-01-14 03:49:20 sendUrl INFO 3 [564] -2014-01-14 03:50:10 queue INFO >>3 [565] -2014-01-14 03:50:11 sendUrl INFO 3 [565] -2014-01-14 03:51:00 queue INFO >>3 [566] -2014-01-14 03:51:01 sendUrl INFO 3 [566] -2014-01-14 03:51:51 queue INFO >>3 [567] -2014-01-14 03:51:51 sendUrl INFO 3 [567] -2014-01-14 03:51:59 queue INFO 7 [568] -2014-01-14 03:52:00 queue INFO >7 [569] -2014-01-14 03:52:00 sendUrl INFO 7 [568] -2014-01-14 03:52:00 sendUrl INFO 7 [569] -2014-01-14 03:52:01 queue INFO 3 [570] -2014-01-14 03:52:01 queue INFO >3 [571] -2014-01-14 03:52:01 sendUrl INFO 3 [570] -2014-01-14 03:52:02 sendUrl INFO 3 [571] -2014-01-14 03:52:51 queue INFO >>3 [572] -2014-01-14 03:52:51 sendUrl INFO 3 [572] -2014-01-14 03:53:41 queue INFO >>3 [573] -2014-01-14 03:53:42 sendUrl INFO 3 [573] -2014-01-14 03:54:31 queue INFO >>3 [574] -2014-01-14 03:54:32 sendUrl INFO 3 [574] -2014-01-14 03:55:22 queue INFO >>3 [575] -2014-01-14 03:55:22 sendUrl INFO 3 [575] -2014-01-14 03:56:12 queue INFO >>3 [576] -2014-01-14 03:56:12 sendUrl INFO 3 [576] -2014-01-14 03:57:02 queue INFO >>3 [577] -2014-01-14 03:57:02 sendUrl INFO 3 [577] -2014-01-14 03:57:52 queue INFO >>3 [578] -2014-01-14 03:57:52 sendUrl INFO 3 [578] -2014-01-14 03:58:42 queue INFO >>3 [579] -2014-01-14 03:58:43 sendUrl INFO 3 [579] -2014-01-14 03:58:53 queue INFO 7 [580] -2014-01-14 03:58:53 queue INFO >7 [581] -2014-01-14 03:58:53 sendUrl INFO 7 [580] -2014-01-14 03:58:54 sendUrl INFO 7 [581] -2014-01-14 03:58:54 queue INFO 3 [582] -2014-01-14 03:58:54 queue INFO >3 [583] -2014-01-14 03:58:55 sendUrl INFO 3 [582] -2014-01-14 03:58:55 sendUrl INFO 3 [583] -2014-01-14 03:59:44 queue INFO >>3 [584] -2014-01-14 03:59:45 sendUrl INFO 3 [584] -2014-01-14 04:00:35 queue INFO >>3 [585] -2014-01-14 04:00:35 sendUrl INFO 3 [585] -2014-01-14 04:01:25 queue INFO >>3 [586] -2014-01-14 04:01:25 sendUrl INFO 3 [586] -2014-01-14 04:02:15 queue INFO >>3 [587] -2014-01-14 04:02:15 sendUrl INFO 3 [587] -2014-01-14 04:03:05 queue INFO >>3 [588] -2014-01-14 04:03:05 sendUrl INFO 3 [588] -2014-01-14 04:03:55 queue INFO >>3 [589] -2014-01-14 04:03:56 sendUrl INFO 3 [589] -2014-01-14 04:04:45 queue INFO >>3 [590] -2014-01-14 04:04:46 sendUrl INFO 3 [590] -2014-01-14 04:05:36 queue INFO >>3 [591] -2014-01-14 04:05:36 sendUrl INFO 3 [591] -2014-01-14 04:05:46 queue INFO 7 [592] -2014-01-14 04:05:46 queue INFO >7 [593] -2014-01-14 04:05:46 sendUrl INFO 7 [592] -2014-01-14 04:05:47 sendUrl INFO 7 [593] -2014-01-14 04:05:48 queue INFO 3 [594] -2014-01-14 04:05:48 queue INFO >3 [595] -2014-01-14 04:05:48 sendUrl INFO 3 [594] -2014-01-14 04:05:48 sendUrl INFO 3 [595] -2014-01-14 04:06:38 queue INFO >>3 [596] -2014-01-14 04:06:38 sendUrl INFO 3 [596] -2014-01-14 04:07:28 queue INFO >>3 [597] -2014-01-14 04:07:29 sendUrl INFO 3 [597] -2014-01-14 04:08:18 queue INFO >>3 [598] -2014-01-14 04:08:18 sendUrl INFO 3 [598] -2014-01-14 04:09:08 queue INFO >>3 [599] -2014-01-14 04:09:09 sendUrl INFO 3 [599] -2014-01-14 04:09:59 queue INFO >>3 [600] -2014-01-14 04:09:59 sendUrl INFO 3 [600] -2014-01-14 04:10:49 queue INFO >>3 [601] -2014-01-14 04:10:49 sendUrl INFO 3 [601] -2014-01-14 04:11:39 queue INFO >>3 [602] -2014-01-14 04:11:39 sendUrl INFO 3 [602] -2014-01-14 04:12:29 queue INFO >>3 [603] -2014-01-14 04:12:29 sendUrl INFO 3 [603] -2014-01-14 04:12:39 queue INFO 7 [604] -2014-01-14 04:12:39 queue INFO >7 [605] -2014-01-14 04:12:40 sendUrl INFO 7 [604] -2014-01-14 04:12:40 sendUrl INFO 7 [605] -2014-01-14 04:12:41 queue INFO 3 [606] -2014-01-14 04:12:41 queue INFO >3 [607] -2014-01-14 04:12:41 sendUrl INFO 3 [606] -2014-01-14 04:12:42 sendUrl INFO 3 [607] -2014-01-14 04:13:31 queue INFO >>3 [608] -2014-01-14 04:13:31 sendUrl INFO 3 [608] -2014-01-14 04:14:21 queue INFO >>3 [609] -2014-01-14 04:14:21 sendUrl INFO 3 [609] -2014-01-14 04:15:11 queue INFO >>3 [610] -2014-01-14 04:15:12 sendUrl INFO 3 [610] -2014-01-14 04:16:01 queue INFO >>3 [611] -2014-01-14 04:16:02 sendUrl INFO 3 [611] -2014-01-14 04:16:52 queue INFO >>3 [612] -2014-01-14 04:16:52 sendUrl INFO 3 [612] -2014-01-14 04:17:42 queue INFO >>3 [613] -2014-01-14 04:17:42 sendUrl INFO 3 [613] -2014-01-14 04:18:32 queue INFO >>3 [614] -2014-01-14 04:18:32 sendUrl INFO 3 [614] -2014-01-14 04:19:22 queue INFO >>3 [615] -2014-01-14 04:19:22 sendUrl INFO 3 [615] -2014-01-14 04:19:33 queue INFO 7 [616] -2014-01-14 04:19:34 queue INFO >7 [617] -2014-01-14 04:19:34 sendUrl INFO 7 [616] -2014-01-14 04:19:34 sendUrl INFO 7 [617] -2014-01-14 04:19:35 queue INFO 3 [618] -2014-01-14 04:19:35 queue INFO >3 [619] -2014-01-14 04:19:36 sendUrl INFO 3 [618] -2014-01-14 04:19:36 sendUrl INFO 3 [619] -2014-01-14 04:20:25 queue INFO >>3 [620] -2014-01-14 04:20:25 sendUrl INFO 3 [620] -2014-01-14 04:21:15 queue INFO >>3 [621] -2014-01-14 04:21:16 sendUrl INFO 3 [621] -2014-01-14 04:22:06 queue INFO >>3 [622] -2014-01-14 04:22:06 sendUrl INFO 3 [622] -2014-01-14 04:22:56 queue INFO >>3 [623] -2014-01-14 04:22:56 sendUrl INFO 3 [623] -2014-01-14 04:23:46 queue INFO >>3 [624] -2014-01-14 04:23:46 sendUrl INFO 3 [624] -2014-01-14 04:24:36 queue INFO >>3 [625] -2014-01-14 04:24:37 sendUrl INFO 3 [625] -2014-01-14 04:25:26 queue INFO >>3 [626] -2014-01-14 04:25:26 sendUrl INFO 3 [626] -2014-01-14 04:26:16 queue INFO >>3 [627] -2014-01-14 04:26:17 sendUrl INFO 3 [627] -2014-01-14 04:26:27 queue INFO 7 [628] -2014-01-14 04:26:27 queue INFO >7 [629] -2014-01-14 04:26:27 sendUrl INFO 7 [628] -2014-01-14 04:26:28 sendUrl INFO 7 [629] -2014-01-14 04:26:29 queue INFO 3 [630] -2014-01-14 04:26:29 queue INFO >3 [631] -2014-01-14 04:26:29 sendUrl INFO 3 [630] -2014-01-14 04:26:29 sendUrl INFO 3 [631] -2014-01-14 04:27:19 queue INFO >>3 [632] -2014-01-14 04:27:19 sendUrl INFO 3 [632] -2014-01-14 04:28:09 queue INFO >>3 [633] -2014-01-14 04:28:09 sendUrl INFO 3 [633] -2014-01-14 04:28:59 queue INFO >>3 [634] -2014-01-14 04:28:59 sendUrl INFO 3 [634] -2014-01-14 04:29:49 queue INFO >>3 [635] -2014-01-14 04:29:50 sendUrl INFO 3 [635] -2014-01-14 04:30:39 queue INFO >>3 [636] -2014-01-14 04:30:39 sendUrl INFO 3 [636] -2014-01-14 04:31:29 queue INFO >>3 [637] -2014-01-14 04:31:30 sendUrl INFO 3 [637] -2014-01-14 04:32:20 queue INFO >>3 [638] -2014-01-14 04:32:20 sendUrl INFO 3 [638] -2014-01-14 04:33:10 queue INFO >>3 [639] -2014-01-14 04:33:10 sendUrl INFO 3 [639] -2014-01-14 04:33:20 queue INFO 7 [640] -2014-01-14 04:33:21 queue INFO >7 [641] -2014-01-14 04:33:21 sendUrl INFO 7 [640] -2014-01-14 04:33:22 sendUrl INFO 7 [641] -2014-01-14 04:33:22 queue INFO 3 [642] -2014-01-14 04:33:22 queue INFO >3 [643] -2014-01-14 04:33:23 sendUrl INFO 3 [642] -2014-01-14 04:33:23 sendUrl INFO 3 [643] -2014-01-14 04:34:12 queue INFO >>3 [644] -2014-01-14 04:34:12 sendUrl INFO 3 [644] -2014-01-14 04:35:02 queue INFO >>3 [645] -2014-01-14 04:35:03 sendUrl INFO 3 [645] -2014-01-14 04:35:53 queue INFO >>3 [646] -2014-01-14 04:35:53 sendUrl INFO 3 [646] -2014-01-14 04:36:43 queue INFO >>3 [647] -2014-01-14 04:36:43 sendUrl INFO 3 [647] -2014-01-14 04:37:33 queue INFO >>3 [648] -2014-01-14 04:37:33 sendUrl INFO 3 [648] -2014-01-14 04:38:23 queue INFO >>3 [649] -2014-01-14 04:38:24 sendUrl INFO 3 [649] -2014-01-14 04:39:13 queue INFO >>3 [650] -2014-01-14 04:39:13 sendUrl INFO 3 [650] -2014-01-14 04:40:03 queue INFO >>3 [651] -2014-01-14 04:40:04 sendUrl INFO 3 [651] -2014-01-14 04:40:06 queue INFO 1 [652] -2014-01-14 04:40:06 queue INFO >1 [653] -2014-01-14 04:40:06 sendUrl INFO 1 [652] -2014-01-14 04:40:07 queue INFO 21 [654] -2014-01-14 04:40:07 sendUrl INFO 1 [653] -2014-01-14 04:40:07 queue INFO >21 [655] -2014-01-14 04:40:07 sendUrl INFO 21 [654] -2014-01-14 04:40:08 sendUrl INFO 21 [655] -2014-01-14 04:40:57 queue INFO >>21 [656] -2014-01-14 04:40:57 sendUrl INFO 21 [656] -2014-01-14 04:41:25 queue INFO 1 [657] -2014-01-14 04:41:25 queue INFO >1 [658] -2014-01-14 04:41:25 sendUrl INFO 1 [657] -2014-01-14 04:41:26 sendUrl INFO 1 [658] -2014-01-14 04:41:37 queue INFO 5 [659] -2014-01-14 04:41:37 queue INFO >5 [660] -2014-01-14 04:41:37 sendUrl INFO 5 [659] -2014-01-14 04:41:38 sendUrl INFO 5 [660] -2014-01-14 04:41:39 queue INFO 1 [661] -2014-01-14 04:41:39 queue INFO >1 [662] -2014-01-14 04:41:39 sendUrl INFO 1 [661] -2014-01-14 04:41:39 sendUrl INFO 1 [662] -2014-01-14 04:42:29 queue INFO >>1 [663] -2014-01-14 04:42:29 sendUrl INFO 1 [663] -2014-01-14 04:42:31 queue INFO 3 [664] -2014-01-14 04:42:31 queue INFO >3 [665] -2014-01-14 04:42:31 sendUrl INFO 3 [664] -2014-01-14 04:42:32 sendUrl INFO 3 [665] -2014-01-14 04:43:21 queue INFO >>3 [666] -2014-01-14 04:43:21 sendUrl INFO 3 [666] -2014-01-14 04:44:11 queue INFO >>3 [667] -2014-01-14 04:44:11 sendUrl INFO 3 [667] -2014-01-14 04:45:01 queue INFO >>3 [668] -2014-01-14 04:45:02 sendUrl INFO 3 [668] -2014-01-14 04:45:51 queue INFO >>3 [669] -2014-01-14 04:45:52 sendUrl INFO 3 [669] -2014-01-14 04:46:41 queue INFO >>3 [670] -2014-01-14 04:46:42 sendUrl INFO 3 [670] -2014-01-14 04:47:32 queue INFO >>3 [671] -2014-01-14 04:47:32 sendUrl INFO 3 [671] -2014-01-14 04:48:22 queue INFO >>3 [672] -2014-01-14 04:48:22 sendUrl INFO 3 [672] -2014-01-14 04:48:39 queue INFO 7 [673] -2014-01-14 04:48:40 queue INFO >7 [674] -2014-01-14 04:48:40 sendUrl INFO 7 [673] -2014-01-14 04:48:40 sendUrl INFO 7 [674] -2014-01-14 04:48:41 queue INFO 3 [675] -2014-01-14 04:48:41 sendUrl INFO 3 [675] -2014-01-14 04:48:41 queue INFO >3 [676] -2014-01-14 04:48:42 sendUrl INFO 3 [676] -2014-01-14 04:49:31 queue INFO >>3 [677] -2014-01-14 04:49:31 sendUrl INFO 3 [677] -2014-01-14 04:50:21 queue INFO >>3 [678] -2014-01-14 04:50:22 sendUrl INFO 3 [678] -2014-01-14 04:51:12 queue INFO >>3 [679] -2014-01-14 04:51:12 sendUrl INFO 3 [679] -2014-01-14 04:52:02 queue INFO >>3 [680] -2014-01-14 04:52:02 sendUrl INFO 3 [680] -2014-01-14 04:52:52 queue INFO >>3 [681] -2014-01-14 04:52:52 sendUrl INFO 3 [681] -2014-01-14 04:53:42 queue INFO >>3 [682] -2014-01-14 04:53:42 sendUrl INFO 3 [682] -2014-01-14 04:54:32 queue INFO >>3 [683] -2014-01-14 04:54:32 sendUrl INFO 3 [683] -2014-01-14 04:55:22 queue INFO >>3 [684] -2014-01-14 04:55:23 sendUrl INFO 3 [684] -2014-01-14 04:55:34 queue INFO 7 [685] -2014-01-14 04:55:34 queue INFO >7 [686] -2014-01-14 04:55:34 sendUrl INFO 7 [685] -2014-01-14 04:55:34 sendUrl INFO 7 [686] -2014-01-14 04:55:35 queue INFO 3 [687] -2014-01-14 04:55:35 queue INFO >3 [688] -2014-01-14 04:55:35 sendUrl INFO 3 [687] -2014-01-14 04:55:36 sendUrl INFO 3 [688] -2014-01-14 04:56:25 queue INFO >>3 [689] -2014-01-14 04:56:26 sendUrl INFO 3 [689] -2014-01-14 04:57:15 queue INFO >>3 [690] -2014-01-14 04:57:16 sendUrl INFO 3 [690] -2014-01-14 04:58:06 queue INFO >>3 [691] -2014-01-14 04:58:06 sendUrl INFO 3 [691] -2014-01-14 04:58:56 queue INFO >>3 [692] -2014-01-14 04:58:56 sendUrl INFO 3 [692] -2014-01-14 04:59:46 queue INFO >>3 [693] -2014-01-14 04:59:46 sendUrl INFO 3 [693] -2014-01-14 05:00:36 queue INFO >>3 [694] -2014-01-14 05:00:36 sendUrl INFO 3 [694] -2014-01-14 05:01:26 queue INFO >>3 [695] -2014-01-14 05:01:27 sendUrl INFO 3 [695] -2014-01-14 05:02:16 queue INFO >>3 [696] -2014-01-14 05:02:17 sendUrl INFO 3 [696] -2014-01-14 05:02:27 queue INFO 7 [697] -2014-01-14 05:02:27 queue INFO >7 [698] -2014-01-14 05:02:28 sendUrl INFO 7 [697] -2014-01-14 05:02:28 sendUrl INFO 7 [698] -2014-01-14 05:02:29 queue INFO 3 [699] -2014-01-14 05:02:29 queue INFO >3 [700] -2014-01-14 05:02:29 sendUrl INFO 3 [699] -2014-01-14 05:02:30 sendUrl INFO 3 [700] -2014-01-14 05:03:19 queue INFO >>3 [701] -2014-01-14 05:03:20 sendUrl INFO 3 [701] -2014-01-14 05:04:09 queue INFO >>3 [702] -2014-01-14 05:04:09 sendUrl INFO 3 [702] -2014-01-14 05:04:59 queue INFO >>3 [703] -2014-01-14 05:05:00 sendUrl INFO 3 [703] -2014-01-14 05:05:49 queue INFO >>3 [704] -2014-01-14 05:05:50 sendUrl INFO 3 [704] -2014-01-14 05:06:40 queue INFO >>3 [705] -2014-01-14 05:06:40 sendUrl INFO 3 [705] -2014-01-14 05:07:30 queue INFO >>3 [706] -2014-01-14 05:07:30 sendUrl INFO 3 [706] -2014-01-14 05:08:20 queue INFO >>3 [707] -2014-01-14 05:08:20 sendUrl INFO 3 [707] -2014-01-14 05:09:10 queue INFO >>3 [708] -2014-01-14 05:09:10 sendUrl INFO 3 [708] -2014-01-14 05:09:21 queue INFO 7 [709] -2014-01-14 05:09:21 queue INFO >7 [710] -2014-01-14 05:09:21 sendUrl INFO 7 [709] -2014-01-14 05:09:21 sendUrl INFO 7 [710] -2014-01-14 05:09:22 queue INFO 3 [711] -2014-01-14 05:09:22 sendUrl INFO 3 [711] -2014-01-14 05:09:23 queue INFO >3 [712] -2014-01-14 05:09:23 sendUrl INFO 3 [712] -2014-01-14 05:10:12 queue INFO >>3 [713] -2014-01-14 05:10:13 sendUrl INFO 3 [713] -2014-01-14 05:11:03 queue INFO >>3 [714] -2014-01-14 05:11:03 sendUrl INFO 3 [714] -2014-01-14 05:11:53 queue INFO >>3 [715] -2014-01-14 05:11:53 sendUrl INFO 3 [715] -2014-01-14 05:12:43 queue INFO >>3 [716] -2014-01-14 05:12:43 sendUrl INFO 3 [716] -2014-01-14 05:13:33 queue INFO >>3 [717] -2014-01-14 05:13:34 sendUrl INFO 3 [717] -2014-01-14 05:14:23 queue INFO >>3 [718] -2014-01-14 05:14:23 sendUrl INFO 3 [718] -2014-01-14 05:15:13 queue INFO >>3 [719] -2014-01-14 05:15:14 sendUrl INFO 3 [719] -2014-01-14 05:16:04 queue INFO >>3 [720] -2014-01-14 05:16:04 sendUrl INFO 3 [720] -2014-01-14 05:16:14 queue INFO 7 [721] -2014-01-14 05:16:14 queue INFO >7 [722] -2014-01-14 05:16:14 sendUrl INFO 7 [721] -2014-01-14 05:16:15 sendUrl INFO 7 [722] -2014-01-14 05:16:16 queue INFO 3 [723] -2014-01-14 05:16:16 sendUrl INFO 3 [723] -2014-01-14 05:16:16 queue INFO >3 [724] -2014-01-14 05:16:16 sendUrl INFO 3 [724] -2014-01-14 05:17:06 queue INFO >>3 [725] -2014-01-14 05:17:06 sendUrl INFO 3 [725] -2014-01-14 05:17:56 queue INFO >>3 [726] -2014-01-14 05:17:56 sendUrl INFO 3 [726] -2014-01-14 05:18:46 queue INFO >>3 [727] -2014-01-14 05:18:46 sendUrl INFO 3 [727] -2014-01-14 05:19:36 queue INFO >>3 [728] -2014-01-14 05:19:37 sendUrl INFO 3 [728] -2014-01-14 05:20:26 queue INFO >>3 [729] -2014-01-14 05:20:27 sendUrl INFO 3 [729] -2014-01-14 05:21:16 queue INFO >>3 [730] -2014-01-14 05:21:17 sendUrl INFO 3 [730] -2014-01-14 05:22:07 queue INFO >>3 [731] -2014-01-14 05:22:07 sendUrl INFO 3 [731] -2014-01-14 05:22:57 queue INFO >>3 [732] -2014-01-14 05:22:57 sendUrl INFO 3 [732] -2014-01-14 05:23:07 queue INFO 7 [733] -2014-01-14 05:23:07 queue INFO >7 [734] -2014-01-14 05:23:07 sendUrl INFO 7 [733] -2014-01-14 05:23:08 sendUrl INFO 7 [734] -2014-01-14 05:23:09 queue INFO 3 [735] -2014-01-14 05:23:09 queue INFO >3 [736] -2014-01-14 05:23:09 sendUrl INFO 3 [735] -2014-01-14 05:23:09 sendUrl INFO 3 [736] -2014-01-14 05:23:59 queue INFO >>3 [737] -2014-01-14 05:23:59 sendUrl INFO 3 [737] -2014-01-14 05:24:49 queue INFO >>3 [738] -2014-01-14 05:24:49 sendUrl INFO 3 [738] -2014-01-14 05:25:39 queue INFO >>3 [739] -2014-01-14 05:25:39 sendUrl INFO 3 [739] -2014-01-14 05:26:29 queue INFO >>3 [740] -2014-01-14 05:26:30 sendUrl INFO 3 [740] -2014-01-14 05:27:19 queue INFO >>3 [741] -2014-01-14 05:27:20 sendUrl INFO 3 [741] -2014-01-14 05:28:09 queue INFO >>3 [742] -2014-01-14 05:28:10 sendUrl INFO 3 [742] -2014-01-14 05:29:00 queue INFO >>3 [743] -2014-01-14 05:29:00 sendUrl INFO 3 [743] -2014-01-14 05:29:50 queue INFO >>3 [744] -2014-01-14 05:29:50 sendUrl INFO 3 [744] -2014-01-14 05:30:01 queue INFO 7 [745] -2014-01-14 05:30:02 queue INFO >7 [746] -2014-01-14 05:30:02 sendUrl INFO 7 [745] -2014-01-14 05:30:02 sendUrl INFO 7 [746] -2014-01-14 05:30:03 queue INFO 3 [747] -2014-01-14 05:30:03 queue INFO >3 [748] -2014-01-14 05:30:03 sendUrl INFO 3 [747] -2014-01-14 05:30:04 sendUrl INFO 3 [748] -2014-01-14 05:30:53 queue INFO >>3 [749] -2014-01-14 05:30:54 sendUrl INFO 3 [749] -2014-01-14 05:31:43 queue INFO >>3 [750] -2014-01-14 05:31:43 sendUrl INFO 3 [750] -2014-01-14 05:32:33 queue INFO >>3 [751] -2014-01-14 05:32:34 sendUrl INFO 3 [751] -2014-01-14 05:33:23 queue INFO >>3 [752] -2014-01-14 05:33:24 sendUrl INFO 3 [752] -2014-01-14 05:34:14 queue INFO >>3 [753] -2014-01-14 05:34:14 sendUrl INFO 3 [753] -2014-01-14 05:35:04 queue INFO >>3 [754] -2014-01-14 05:35:04 sendUrl INFO 3 [754] -2014-01-14 05:35:54 queue INFO >>3 [755] -2014-01-14 05:35:55 sendUrl INFO 3 [755] -2014-01-14 05:36:44 queue INFO >>3 [756] -2014-01-14 05:36:44 sendUrl INFO 3 [756] -2014-01-14 05:36:55 queue INFO 7 [757] -2014-01-14 05:36:55 queue INFO >7 [758] -2014-01-14 05:36:55 sendUrl INFO 7 [757] -2014-01-14 05:36:56 sendUrl INFO 7 [758] -2014-01-14 05:36:57 queue INFO 3 [759] -2014-01-14 05:36:57 queue INFO >3 [760] -2014-01-14 05:36:57 sendUrl INFO 3 [759] -2014-01-14 05:36:57 sendUrl INFO 3 [760] -2014-01-14 05:37:47 queue INFO >>3 [761] -2014-01-14 05:37:47 sendUrl INFO 3 [761] -2014-01-14 05:38:37 queue INFO >>3 [762] -2014-01-14 05:38:37 sendUrl INFO 3 [762] -2014-01-14 05:39:27 queue INFO >>3 [763] -2014-01-14 05:39:27 sendUrl INFO 3 [763] -2014-01-14 05:40:17 queue INFO >>3 [764] -2014-01-14 05:40:17 sendUrl INFO 3 [764] -2014-01-14 05:41:07 queue INFO >>3 [765] -2014-01-14 05:41:08 sendUrl INFO 3 [765] -2014-01-14 05:41:57 queue INFO >>3 [766] -2014-01-14 05:41:58 sendUrl INFO 3 [766] -2014-01-14 05:42:48 queue INFO >>3 [767] -2014-01-14 05:42:48 sendUrl INFO 3 [767] -2014-01-14 05:43:38 queue INFO >>3 [768] -2014-01-14 05:43:38 sendUrl INFO 3 [768] -2014-01-14 05:43:48 queue INFO 7 [769] -2014-01-14 05:43:49 queue INFO >7 [770] -2014-01-14 05:43:49 sendUrl INFO 7 [769] -2014-01-14 05:43:49 sendUrl INFO 7 [770] -2014-01-14 05:43:50 queue INFO 3 [771] -2014-01-14 05:43:50 queue INFO >3 [772] -2014-01-14 05:43:50 sendUrl INFO 3 [771] -2014-01-14 05:43:51 sendUrl INFO 3 [772] -2014-01-14 05:44:40 queue INFO >>3 [773] -2014-01-14 05:44:41 sendUrl INFO 3 [773] -2014-01-14 05:45:30 queue INFO >>3 [774] -2014-01-14 05:45:31 sendUrl INFO 3 [774] -2014-01-14 05:46:20 queue INFO >>3 [775] -2014-01-14 05:46:21 sendUrl INFO 3 [775] -2014-01-14 05:47:11 queue INFO >>3 [776] -2014-01-14 05:47:11 sendUrl INFO 3 [776] -2014-01-14 05:48:01 queue INFO >>3 [777] -2014-01-14 05:48:01 sendUrl INFO 3 [777] -2014-01-14 05:48:51 queue INFO >>3 [778] -2014-01-14 05:48:51 sendUrl INFO 3 [778] -2014-01-14 05:49:41 queue INFO >>3 [779] -2014-01-14 05:49:42 sendUrl INFO 3 [779] -2014-01-14 05:50:31 queue INFO >>3 [780] -2014-01-14 05:50:31 sendUrl INFO 3 [780] -2014-01-14 05:50:42 queue INFO 7 [781] -2014-01-14 05:50:42 queue INFO >7 [782] -2014-01-14 05:50:42 sendUrl INFO 7 [781] -2014-01-14 05:50:42 sendUrl INFO 7 [782] -2014-01-14 05:50:43 queue INFO 3 [783] -2014-01-14 05:50:43 sendUrl INFO 3 [783] -2014-01-14 05:50:44 queue INFO >3 [784] -2014-01-14 05:50:44 sendUrl INFO 3 [784] -2014-01-14 05:51:33 queue INFO >>3 [785] -2014-01-14 05:51:34 sendUrl INFO 3 [785] -2014-01-14 05:52:24 queue INFO >>3 [786] -2014-01-14 05:52:24 sendUrl INFO 3 [786] -2014-01-14 05:53:14 queue INFO >>3 [787] -2014-01-14 05:53:14 sendUrl INFO 3 [787] -2014-01-14 05:54:04 queue INFO >>3 [788] -2014-01-14 05:54:04 sendUrl INFO 3 [788] -2014-01-14 05:54:54 queue INFO >>3 [789] -2014-01-14 05:54:55 sendUrl INFO 3 [789] -2014-01-14 05:55:44 queue INFO >>3 [790] -2014-01-14 05:55:44 sendUrl INFO 3 [790] -2014-01-14 05:56:34 queue INFO >>3 [791] -2014-01-14 05:56:35 sendUrl INFO 3 [791] -2014-01-14 05:57:25 queue INFO >>3 [792] -2014-01-14 05:57:25 sendUrl INFO 3 [792] -2014-01-14 05:57:35 queue INFO 7 [793] -2014-01-14 05:57:35 queue INFO >7 [794] -2014-01-14 05:57:35 sendUrl INFO 7 [793] -2014-01-14 05:57:36 sendUrl INFO 7 [794] -2014-01-14 05:57:36 queue INFO 3 [795] -2014-01-14 05:57:37 queue INFO >3 [796] -2014-01-14 05:57:37 sendUrl INFO 3 [795] -2014-01-14 05:57:37 sendUrl INFO 3 [796] -2014-01-14 05:58:27 queue INFO >>3 [797] -2014-01-14 05:58:27 sendUrl INFO 3 [797] -2014-01-14 05:59:17 queue INFO >>3 [798] -2014-01-14 05:59:17 sendUrl INFO 3 [798] -2014-01-14 06:00:07 queue INFO >>3 [799] -2014-01-14 06:00:07 sendUrl INFO 3 [799] -2014-01-14 06:00:57 queue INFO >>3 [800] -2014-01-14 06:00:58 sendUrl INFO 3 [800] -2014-01-14 06:01:47 queue INFO >>3 [801] -2014-01-14 06:01:47 sendUrl INFO 3 [801] -2014-01-14 06:02:37 queue INFO >>3 [802] -2014-01-14 06:02:38 sendUrl INFO 3 [802] -2014-01-14 06:03:27 queue INFO >>3 [803] -2014-01-14 06:03:28 sendUrl INFO 3 [803] -2014-01-14 06:04:18 queue INFO >>3 [804] -2014-01-14 06:04:18 sendUrl INFO 3 [804] -2014-01-14 06:04:29 queue INFO 7 [805] -2014-01-14 06:04:29 queue INFO >7 [806] -2014-01-14 06:04:29 sendUrl INFO 7 [805] -2014-01-14 06:04:30 sendUrl INFO 7 [806] -2014-01-14 06:04:31 queue INFO 3 [807] -2014-01-14 06:04:31 queue INFO >3 [808] -2014-01-14 06:04:31 sendUrl INFO 3 [807] -2014-01-14 06:04:31 sendUrl INFO 3 [808] -2014-01-14 06:05:21 queue INFO >>3 [809] -2014-01-14 06:05:21 sendUrl INFO 3 [809] -2014-01-14 06:06:11 queue INFO >>3 [810] -2014-01-14 06:06:11 sendUrl INFO 3 [810] -2014-01-14 06:07:01 queue INFO >>3 [811] -2014-01-14 06:07:01 sendUrl INFO 3 [811] -2014-01-14 06:07:51 queue INFO >>3 [812] -2014-01-14 06:07:52 sendUrl INFO 3 [812] -2014-01-14 06:08:41 queue INFO >>3 [813] -2014-01-14 06:08:42 sendUrl INFO 3 [813] -2014-01-14 06:09:32 queue INFO >>3 [814] -2014-01-14 06:09:32 sendUrl INFO 3 [814] -2014-01-14 06:10:22 queue INFO >>3 [815] -2014-01-14 06:10:22 sendUrl INFO 3 [815] -2014-01-14 06:11:12 queue INFO >>3 [816] -2014-01-14 06:11:12 sendUrl INFO 3 [816] -2014-01-14 06:11:23 queue INFO 7 [817] -2014-01-14 06:11:23 queue INFO >7 [818] -2014-01-14 06:11:23 sendUrl INFO 7 [817] -2014-01-14 06:11:24 sendUrl INFO 7 [818] -2014-01-14 06:11:24 queue INFO 3 [819] -2014-01-14 06:11:24 sendUrl INFO 3 [819] -2014-01-14 06:11:24 queue INFO >3 [820] -2014-01-14 06:11:25 sendUrl INFO 3 [820] -2014-01-14 06:11:30 queue INFO 21 [821] -2014-01-14 06:11:30 sendUrl INFO 21 [821] -2014-01-14 06:11:30 queue INFO >21 [822] -2014-01-14 06:11:31 sendUrl INFO 21 [822] -2014-01-14 06:12:20 queue INFO >>21 [823] -2014-01-14 06:12:21 sendUrl INFO 21 [823] -2014-01-14 06:13:10 queue INFO >>21 [824] -2014-01-14 06:13:11 sendUrl INFO 21 [824] -2014-01-14 06:14:01 queue INFO >>21 [825] -2014-01-14 06:14:01 sendUrl INFO 21 [825] -2014-01-14 06:14:51 queue INFO >>21 [826] -2014-01-14 06:14:51 sendUrl INFO 21 [826] -2014-01-14 06:15:41 queue INFO >>21 [827] -2014-01-14 06:15:41 sendUrl INFO 21 [827] -2014-01-14 06:16:31 queue INFO >>21 [828] -2014-01-14 06:16:31 sendUrl INFO 21 [828] -2014-01-14 06:17:21 queue INFO >>21 [829] -2014-01-14 06:17:22 sendUrl INFO 21 [829] -2014-01-14 06:18:11 queue INFO >>21 [830] -2014-01-14 06:18:11 sendUrl INFO 21 [830] -2014-01-14 06:19:01 queue INFO >>21 [831] -2014-01-14 06:19:02 sendUrl INFO 21 [831] -2014-01-14 06:19:02 queue INFO 1 [832] -2014-01-14 06:19:02 queue INFO >1 [833] -2014-01-14 06:19:02 sendUrl INFO 1 [832] -2014-01-14 06:19:03 sendUrl INFO 1 [833] -2014-01-14 06:19:09 queue INFO 3 [834] -2014-01-14 06:19:09 queue INFO >3 [835] -2014-01-14 06:19:09 sendUrl INFO 3 [834] -2014-01-14 06:19:09 sendUrl INFO 3 [835] -2014-01-14 06:19:59 queue INFO >>3 [836] -2014-01-14 06:19:59 sendUrl INFO 3 [836] -2014-01-14 06:20:49 queue INFO >>3 [837] -2014-01-14 06:20:49 sendUrl INFO 3 [837] -2014-01-14 06:21:39 queue INFO >>3 [838] -2014-01-14 06:21:39 sendUrl INFO 3 [838] -2014-01-14 06:22:29 queue INFO >>3 [839] -2014-01-14 06:22:30 sendUrl INFO 3 [839] -2014-01-14 06:23:19 queue INFO >>3 [840] -2014-01-14 06:23:20 sendUrl INFO 3 [840] -2014-01-14 06:24:09 queue INFO >>3 [841] -2014-01-14 06:24:10 sendUrl INFO 3 [841] -2014-01-14 06:25:00 queue INFO >>3 [842] -2014-01-14 06:25:00 sendUrl INFO 3 [842] -2014-01-14 06:25:08 queue INFO 7 [843] -2014-01-14 06:25:09 queue INFO >7 [844] -2014-01-14 06:25:09 sendUrl INFO 7 [843] -2014-01-14 06:25:09 sendUrl INFO 7 [844] -2014-01-14 06:25:10 queue INFO 3 [845] -2014-01-14 06:25:10 queue INFO >3 [846] -2014-01-14 06:25:10 sendUrl INFO 3 [845] -2014-01-14 06:25:11 sendUrl INFO 3 [846] -2014-01-14 06:26:00 queue INFO >>3 [847] -2014-01-14 06:26:00 sendUrl INFO 3 [847] -2014-01-14 06:26:50 queue INFO >>3 [848] -2014-01-14 06:26:50 sendUrl INFO 3 [848] -2014-01-14 06:27:40 queue INFO >>3 [849] -2014-01-14 06:27:41 sendUrl INFO 3 [849] -2014-01-14 06:28:30 queue INFO >>3 [850] -2014-01-14 06:28:31 sendUrl INFO 3 [850] -2014-01-14 06:29:21 queue INFO >>3 [851] -2014-01-14 06:29:21 sendUrl INFO 3 [851] -2014-01-14 06:30:11 queue INFO >>3 [852] -2014-01-14 06:30:11 sendUrl INFO 3 [852] -2014-01-14 06:31:01 queue INFO >>3 [853] -2014-01-14 06:31:01 sendUrl INFO 3 [853] -2014-01-14 06:31:51 queue INFO >>3 [854] -2014-01-14 06:31:51 sendUrl INFO 3 [854] -2014-01-14 06:32:02 queue INFO 7 [855] -2014-01-14 06:32:02 queue INFO >7 [856] -2014-01-14 06:32:02 sendUrl INFO 7 [855] -2014-01-14 06:32:03 sendUrl INFO 7 [856] -2014-01-14 06:32:03 queue INFO 3 [857] -2014-01-14 06:32:04 queue INFO >3 [858] -2014-01-14 06:32:04 sendUrl INFO 3 [857] -2014-01-14 06:32:04 sendUrl INFO 3 [858] -2014-01-14 06:32:53 queue INFO >>3 [859] -2014-01-14 06:32:54 sendUrl INFO 3 [859] -2014-01-14 06:33:44 queue INFO >>3 [860] -2014-01-14 06:33:44 sendUrl INFO 3 [860] -2014-01-14 06:34:34 queue INFO >>3 [861] -2014-01-14 06:34:34 sendUrl INFO 3 [861] -2014-01-14 06:35:24 queue INFO >>3 [862] -2014-01-14 06:35:24 sendUrl INFO 3 [862] -2014-01-14 06:36:14 queue INFO >>3 [863] -2014-01-14 06:36:14 sendUrl INFO 3 [863] -2014-01-14 06:37:04 queue INFO >>3 [864] -2014-01-14 06:37:05 sendUrl INFO 3 [864] -2014-01-14 06:37:54 queue INFO >>3 [865] -2014-01-14 06:37:55 sendUrl INFO 3 [865] -2014-01-14 06:38:45 queue INFO >>3 [866] -2014-01-14 06:38:45 sendUrl INFO 3 [866] -2014-01-14 06:38:55 queue INFO 7 [867] -2014-01-14 06:38:55 queue INFO >7 [868] -2014-01-14 06:38:55 sendUrl INFO 7 [867] -2014-01-14 06:38:56 sendUrl INFO 7 [868] -2014-01-14 06:38:56 queue INFO 3 [869] -2014-01-14 06:38:57 queue INFO >3 [870] -2014-01-14 06:38:57 sendUrl INFO 3 [869] -2014-01-14 06:38:57 sendUrl INFO 3 [870] -2014-01-14 06:39:47 queue INFO >>3 [871] -2014-01-14 06:39:47 sendUrl INFO 3 [871] -2014-01-14 06:40:37 queue INFO >>3 [872] -2014-01-14 06:40:37 sendUrl INFO 3 [872] -2014-01-14 06:41:27 queue INFO >>3 [873] -2014-01-14 06:41:27 sendUrl INFO 3 [873] -2014-01-14 06:42:17 queue INFO >>3 [874] -2014-01-14 06:42:17 sendUrl INFO 3 [874] -2014-01-14 06:43:07 queue INFO >>3 [875] -2014-01-14 06:43:07 sendUrl INFO 3 [875] -2014-01-14 06:43:57 queue INFO >>3 [876] -2014-01-14 06:43:58 sendUrl INFO 3 [876] -2014-01-14 06:44:47 queue INFO >>3 [877] -2014-01-14 06:44:48 sendUrl INFO 3 [877] -2014-01-14 06:45:38 queue INFO >>3 [878] -2014-01-14 06:45:38 sendUrl INFO 3 [878] -2014-01-14 06:45:49 queue INFO 7 [879] -2014-01-14 06:45:50 sendUrl INFO 7 [879] -2014-01-14 06:45:50 queue INFO >7 [880] -2014-01-14 06:45:50 sendUrl INFO 7 [880] -2014-01-14 06:45:51 queue INFO 3 [881] -2014-01-14 06:45:51 queue INFO >3 [882] -2014-01-14 06:45:52 sendUrl INFO 3 [881] -2014-01-14 06:45:52 sendUrl INFO 3 [882] -2014-01-14 06:46:41 queue INFO >>3 [883] -2014-01-14 06:46:41 sendUrl INFO 3 [883] -2014-01-14 06:47:31 queue INFO >>3 [884] -2014-01-14 06:47:32 sendUrl INFO 3 [884] -2014-01-14 06:48:22 queue INFO >>3 [885] -2014-01-14 06:48:22 sendUrl INFO 3 [885] -2014-01-14 06:49:12 queue INFO >>3 [886] -2014-01-14 06:49:12 sendUrl INFO 3 [886] -2014-01-14 06:50:02 queue INFO >>3 [887] -2014-01-14 06:50:02 sendUrl INFO 3 [887] -2014-01-14 06:50:52 queue INFO >>3 [888] -2014-01-14 06:50:52 sendUrl INFO 3 [888] -2014-01-14 06:51:42 queue INFO >>3 [889] -2014-01-14 06:51:42 sendUrl INFO 3 [889] -2014-01-14 06:52:32 queue INFO >>3 [890] -2014-01-14 06:52:33 sendUrl INFO 3 [890] -2014-01-14 06:52:43 queue INFO 7 [891] -2014-01-14 06:52:43 queue INFO >7 [892] -2014-01-14 06:52:43 sendUrl INFO 7 [891] -2014-01-14 06:52:44 sendUrl INFO 7 [892] -2014-01-14 06:52:45 queue INFO 3 [893] -2014-01-14 06:52:45 sendUrl INFO 3 [893] -2014-01-14 06:52:45 queue INFO >3 [894] -2014-01-14 06:52:45 sendUrl INFO 3 [894] -2014-01-14 06:53:35 queue INFO >>3 [895] -2014-01-14 06:53:35 sendUrl INFO 3 [895] -2014-01-14 06:54:25 queue INFO >>3 [896] -2014-01-14 06:54:26 sendUrl INFO 3 [896] -2014-01-14 06:55:15 queue INFO >>3 [897] -2014-01-14 06:55:15 sendUrl INFO 3 [897] -2014-01-14 06:56:05 queue INFO >>3 [898] -2014-01-14 06:56:06 sendUrl INFO 3 [898] -2014-01-14 06:56:55 queue INFO >>3 [899] -2014-01-14 06:56:56 sendUrl INFO 3 [899] -2014-01-14 06:57:46 queue INFO >>3 [900] -2014-01-14 06:57:46 sendUrl INFO 3 [900] -2014-01-14 06:58:36 queue INFO >>3 [901] -2014-01-14 06:58:36 sendUrl INFO 3 [901] -2014-01-14 06:59:26 queue INFO >>3 [902] -2014-01-14 06:59:26 sendUrl INFO 3 [902] -2014-01-14 06:59:37 queue INFO 7 [903] -2014-01-14 06:59:37 queue INFO >7 [904] -2014-01-14 06:59:37 sendUrl INFO 7 [903] -2014-01-14 06:59:38 sendUrl INFO 7 [904] -2014-01-14 06:59:38 queue INFO 3 [905] -2014-01-14 06:59:38 queue INFO >3 [906] -2014-01-14 06:59:39 sendUrl INFO 3 [905] -2014-01-14 06:59:39 sendUrl INFO 3 [906] -2014-01-14 07:00:28 queue INFO >>3 [907] -2014-01-14 07:00:28 sendUrl INFO 3 [907] -2014-01-14 07:01:19 queue INFO >>3 [908] -2014-01-14 07:01:19 sendUrl INFO 3 [908] -2014-01-14 07:02:09 queue INFO >>3 [909] -2014-01-14 07:02:09 sendUrl INFO 3 [909] -2014-01-14 07:02:59 queue INFO >>3 [910] -2014-01-14 07:02:59 sendUrl INFO 3 [910] -2014-01-14 07:03:49 queue INFO >>3 [911] -2014-01-14 07:03:49 sendUrl INFO 3 [911] -2014-01-14 07:04:39 queue INFO >>3 [912] -2014-01-14 07:04:40 sendUrl INFO 3 [912] -2014-01-14 07:05:29 queue INFO >>3 [913] -2014-01-14 07:05:30 sendUrl INFO 3 [913] -2014-01-14 07:06:19 queue INFO >>3 [914] -2014-01-14 07:06:20 sendUrl INFO 3 [914] -2014-01-14 07:06:30 queue INFO 7 [915] -2014-01-14 07:06:30 sendUrl INFO 7 [915] -2014-01-14 07:06:30 queue INFO >7 [916] -2014-01-14 07:06:30 sendUrl INFO 7 [916] -2014-01-14 07:06:31 queue INFO 3 [917] -2014-01-14 07:06:32 queue INFO >3 [918] -2014-01-14 07:06:32 sendUrl INFO 3 [917] -2014-01-14 07:06:32 sendUrl INFO 3 [918] -2014-01-14 07:07:22 queue INFO >>3 [919] -2014-01-14 07:07:22 sendUrl INFO 3 [919] -2014-01-14 07:08:12 queue INFO >>3 [920] -2014-01-14 07:08:12 sendUrl INFO 3 [920] -2014-01-14 07:09:02 queue INFO >>3 [921] -2014-01-14 07:09:02 sendUrl INFO 3 [921] -2014-01-14 07:09:52 queue INFO >>3 [922] -2014-01-14 07:09:53 sendUrl INFO 3 [922] -2014-01-14 07:10:42 queue INFO >>3 [923] -2014-01-14 07:10:43 sendUrl INFO 3 [923] -2014-01-14 07:11:32 queue INFO >>3 [924] -2014-01-14 07:11:32 sendUrl INFO 3 [924] -2014-01-14 07:12:23 queue INFO >>3 [925] -2014-01-14 07:12:23 sendUrl INFO 3 [925] -2014-01-14 07:13:13 queue INFO >>3 [926] -2014-01-14 07:13:13 sendUrl INFO 3 [926] -2014-01-14 07:13:49 queue INFO 21 [927] -2014-01-14 07:13:49 queue INFO >21 [928] -2014-01-14 07:13:49 sendUrl INFO 21 [927] -2014-01-14 07:13:50 sendUrl INFO 21 [928] -2014-01-14 07:14:39 queue INFO >>21 [929] -2014-01-14 07:14:39 sendUrl INFO 21 [929] -2014-01-14 07:15:29 queue INFO >>21 [930] -2014-01-14 07:15:30 sendUrl INFO 21 [930] -2014-01-14 07:15:55 queue INFO 1 [931] -2014-01-14 07:15:56 queue INFO >1 [932] -2014-01-14 07:15:56 sendUrl INFO 1 [931] -2014-01-14 07:15:56 sendUrl INFO 1 [932] -2014-01-14 07:16:16 queue INFO 5 [933] -2014-01-14 07:16:16 queue INFO >5 [934] -2014-01-14 07:16:16 sendUrl INFO 5 [933] -2014-01-14 07:16:16 sendUrl INFO 5 [934] -2014-01-14 07:16:17 queue INFO 1 [935] -2014-01-14 07:16:17 sendUrl INFO 1 [935] -2014-01-14 07:16:17 queue INFO >1 [936] -2014-01-14 07:16:18 sendUrl INFO 1 [936] -2014-01-14 07:17:07 queue INFO >>1 [937] -2014-01-14 07:17:08 sendUrl INFO 1 [937] -2014-01-14 07:17:09 queue INFO 3 [938] -2014-01-14 07:17:10 queue INFO >3 [939] -2014-01-14 07:17:10 sendUrl INFO 3 [938] -2014-01-14 07:17:10 sendUrl INFO 3 [939] -2014-01-14 07:18:00 queue INFO >>3 [940] -2014-01-14 07:18:00 sendUrl INFO 3 [940] -2014-01-14 07:18:50 queue INFO >>3 [941] -2014-01-14 07:18:50 sendUrl INFO 3 [941] -2014-01-14 07:19:40 queue INFO >>3 [942] -2014-01-14 07:19:40 sendUrl INFO 3 [942] -2014-01-14 07:20:30 queue INFO >>3 [943] -2014-01-14 07:20:31 sendUrl INFO 3 [943] -2014-01-14 07:21:20 queue INFO >>3 [944] -2014-01-14 07:21:20 sendUrl INFO 3 [944] -2014-01-14 07:22:10 queue INFO >>3 [945] -2014-01-14 07:22:11 sendUrl INFO 3 [945] -2014-01-14 07:23:01 queue INFO >>3 [946] -2014-01-14 07:23:01 sendUrl INFO 3 [946] -2014-01-14 07:23:09 queue INFO 7 [947] -2014-01-14 07:23:10 queue INFO >7 [948] -2014-01-14 07:23:10 sendUrl INFO 7 [947] -2014-01-14 07:23:10 sendUrl INFO 7 [948] -2014-01-14 07:23:11 queue INFO 3 [949] -2014-01-14 07:23:11 queue INFO >3 [950] -2014-01-14 07:23:11 sendUrl INFO 3 [949] -2014-01-14 07:23:12 sendUrl INFO 3 [950] -2014-01-14 07:24:01 queue INFO >>3 [951] -2014-01-14 07:24:02 sendUrl INFO 3 [951] -2014-01-14 07:24:51 queue INFO >>3 [952] -2014-01-14 07:24:51 sendUrl INFO 3 [952] -2014-01-14 07:25:41 queue INFO >>3 [953] -2014-01-14 07:25:42 sendUrl INFO 3 [953] -2014-01-14 07:26:32 queue INFO >>3 [954] -2014-01-14 07:26:32 sendUrl INFO 3 [954] -2014-01-14 07:27:22 queue INFO >>3 [955] -2014-01-14 07:27:22 sendUrl INFO 3 [955] -2014-01-14 07:28:12 queue INFO >>3 [956] -2014-01-14 07:28:12 sendUrl INFO 3 [956] -2014-01-14 07:29:02 queue INFO >>3 [957] -2014-01-14 07:29:03 sendUrl INFO 3 [957] -2014-01-14 07:29:52 queue INFO >>3 [958] -2014-01-14 07:29:52 sendUrl INFO 3 [958] -2014-01-14 07:30:03 queue INFO 7 [959] -2014-01-14 07:30:03 sendUrl INFO 7 [959] -2014-01-14 07:30:03 queue INFO >7 [960] -2014-01-14 07:30:03 sendUrl INFO 7 [960] -2014-01-14 07:30:04 queue INFO 3 [961] -2014-01-14 07:30:05 queue INFO >3 [962] -2014-01-14 07:30:05 sendUrl INFO 3 [961] -2014-01-14 07:30:05 sendUrl INFO 3 [962] -2014-01-14 07:30:55 queue INFO >>3 [963] -2014-01-14 07:30:55 sendUrl INFO 3 [963] -2014-01-14 07:31:45 queue INFO >>3 [964] -2014-01-14 07:31:45 sendUrl INFO 3 [964] -2014-01-14 07:32:35 queue INFO >>3 [965] -2014-01-14 07:32:35 sendUrl INFO 3 [965] -2014-01-14 07:33:25 queue INFO >>3 [966] -2014-01-14 07:33:25 sendUrl INFO 3 [966] -2014-01-14 07:34:15 queue INFO >>3 [967] -2014-01-14 07:34:16 sendUrl INFO 3 [967] -2014-01-14 07:35:05 queue INFO >>3 [968] -2014-01-14 07:35:05 sendUrl INFO 3 [968] -2014-01-14 07:35:55 queue INFO >>3 [969] -2014-01-14 07:35:56 sendUrl INFO 3 [969] -2014-01-14 07:36:46 queue INFO >>3 [970] -2014-01-14 07:36:46 sendUrl INFO 3 [970] -2014-01-14 07:36:56 queue INFO 7 [971] -2014-01-14 07:36:56 sendUrl INFO 7 [971] -2014-01-14 07:36:56 queue INFO >7 [972] -2014-01-14 07:36:57 sendUrl INFO 7 [972] -2014-01-14 07:36:58 queue INFO 3 [973] -2014-01-14 07:36:58 queue INFO >3 [974] -2014-01-14 07:36:58 sendUrl INFO 3 [973] -2014-01-14 07:36:59 sendUrl INFO 3 [974] -2014-01-14 07:37:48 queue INFO >>3 [975] -2014-01-14 07:37:48 sendUrl INFO 3 [975] -2014-01-14 07:38:38 queue INFO >>3 [976] -2014-01-14 07:38:38 sendUrl INFO 3 [976] -2014-01-14 07:39:28 queue INFO >>3 [977] -2014-01-14 07:39:29 sendUrl INFO 3 [977] -2014-01-14 07:40:18 queue INFO >>3 [978] -2014-01-14 07:40:19 sendUrl INFO 3 [978] -2014-01-14 07:41:08 queue INFO >>3 [979] -2014-01-14 07:41:09 sendUrl INFO 3 [979] -2014-01-14 07:41:59 queue INFO >>3 [980] -2014-01-14 07:41:59 sendUrl INFO 3 [980] -2014-01-14 07:42:49 queue INFO >>3 [981] -2014-01-14 07:42:49 sendUrl INFO 3 [981] -2014-01-14 07:43:39 queue INFO >>3 [982] -2014-01-14 07:43:39 sendUrl INFO 3 [982] -2014-01-14 07:43:49 queue INFO 7 [983] -2014-01-14 07:43:49 queue INFO >7 [984] -2014-01-14 07:43:49 sendUrl INFO 7 [983] -2014-01-14 07:43:50 sendUrl INFO 7 [984] -2014-01-14 07:43:51 queue INFO 3 [985] -2014-01-14 07:43:51 queue INFO >3 [986] -2014-01-14 07:43:51 sendUrl INFO 3 [985] -2014-01-14 07:43:51 sendUrl INFO 3 [986] -2014-01-14 07:44:41 queue INFO >>3 [987] -2014-01-14 07:44:41 sendUrl INFO 3 [987] -2014-01-14 07:45:31 queue INFO >>3 [988] -2014-01-14 07:45:31 sendUrl INFO 3 [988] -2014-01-14 07:46:21 queue INFO >>3 [989] -2014-01-14 07:46:21 sendUrl INFO 3 [989] -2014-01-14 07:47:11 queue INFO >>3 [990] -2014-01-14 07:47:11 sendUrl INFO 3 [990] -2014-01-14 07:48:01 queue INFO >>3 [991] -2014-01-14 07:48:02 sendUrl INFO 3 [991] -2014-01-14 07:48:51 queue INFO >>3 [992] -2014-01-14 07:48:52 sendUrl INFO 3 [992] -2014-01-14 07:49:42 queue INFO >>3 [993] -2014-01-14 07:49:42 sendUrl INFO 3 [993] -2014-01-14 07:50:32 queue INFO >>3 [994] -2014-01-14 07:50:32 sendUrl INFO 3 [994] -2014-01-14 07:50:43 queue INFO 7 [995] -2014-01-14 07:50:44 queue INFO >7 [996] -2014-01-14 07:50:44 sendUrl INFO 7 [995] -2014-01-14 07:50:44 sendUrl INFO 7 [996] -2014-01-14 07:50:45 queue INFO 3 [997] -2014-01-14 07:50:45 queue INFO >3 [998] -2014-01-14 07:50:45 sendUrl INFO 3 [997] -2014-01-14 07:50:46 sendUrl INFO 3 [998] -2014-01-14 07:51:35 queue INFO >>3 [999] -2014-01-14 07:51:36 sendUrl INFO 3 [999] -2014-01-14 07:52:25 queue INFO >>3 [0] -2014-01-14 07:52:26 sendUrl INFO 3 [0] -2014-01-14 07:53:15 queue INFO >>3 [1] -2014-01-14 07:53:16 sendUrl INFO 3 [1] -2014-01-14 07:54:06 queue INFO >>3 [2] -2014-01-14 07:54:06 sendUrl INFO 3 [2] -2014-01-14 07:54:56 queue INFO >>3 [3] -2014-01-14 07:54:56 sendUrl INFO 3 [3] -2014-01-14 07:55:46 queue INFO >>3 [4] -2014-01-14 07:55:46 sendUrl INFO 3 [4] -2014-01-14 07:56:36 queue INFO >>3 [5] -2014-01-14 07:56:37 sendUrl INFO 3 [5] -2014-01-14 07:57:26 queue INFO >>3 [6] -2014-01-14 07:57:26 sendUrl INFO 3 [6] -2014-01-14 07:57:37 queue INFO 7 [7] -2014-01-14 07:57:37 queue INFO >7 [8] -2014-01-14 07:57:38 sendUrl INFO 7 [7] -2014-01-14 07:57:38 sendUrl INFO 7 [8] -2014-01-14 07:57:39 queue INFO 3 [9] -2014-01-14 07:57:39 queue INFO >3 [10] -2014-01-14 07:57:39 sendUrl INFO 3 [9] -2014-01-14 07:57:40 sendUrl INFO 3 [10] -2014-01-14 07:58:29 queue INFO >>3 [11] -2014-01-14 07:58:29 sendUrl INFO 3 [11] -2014-01-14 07:59:19 queue INFO >>3 [12] -2014-01-14 07:59:19 sendUrl INFO 3 [12] -2014-01-14 08:00:09 queue INFO >>3 [13] -2014-01-14 08:00:10 sendUrl INFO 3 [13] -2014-01-14 08:00:59 queue INFO >>3 [14] -2014-01-14 08:00:59 sendUrl INFO 3 [14] -2014-01-14 08:01:49 queue INFO >>3 [15] -2014-01-14 08:01:50 sendUrl INFO 3 [15] -2014-01-14 08:02:39 queue INFO >>3 [16] -2014-01-14 08:02:40 sendUrl INFO 3 [16] -2014-01-14 08:03:30 queue INFO >>3 [17] -2014-01-14 08:03:30 sendUrl INFO 3 [17] -2014-01-14 08:04:20 queue INFO >>3 [18] -2014-01-14 08:04:20 sendUrl INFO 3 [18] -2014-01-14 08:04:30 queue INFO 7 [19] -2014-01-14 08:04:31 queue INFO >7 [20] -2014-01-14 08:04:31 sendUrl INFO 7 [19] -2014-01-14 08:04:31 sendUrl INFO 7 [20] -2014-01-14 08:04:32 queue INFO 3 [21] -2014-01-14 08:04:32 queue INFO >3 [22] -2014-01-14 08:04:32 sendUrl INFO 3 [21] -2014-01-14 08:04:33 sendUrl INFO 3 [22] -2014-01-14 08:05:22 queue INFO >>3 [23] -2014-01-14 08:05:23 sendUrl INFO 3 [23] -2014-01-14 08:06:12 queue INFO >>3 [24] -2014-01-14 08:06:12 sendUrl INFO 3 [24] -2014-01-14 08:07:02 queue INFO >>3 [25] -2014-01-14 08:07:03 sendUrl INFO 3 [25] -2014-01-14 08:07:53 queue INFO >>3 [26] -2014-01-14 08:07:53 sendUrl INFO 3 [26] -2014-01-14 08:08:43 queue INFO >>3 [27] -2014-01-14 08:08:43 sendUrl INFO 3 [27] -2014-01-14 08:09:33 queue INFO >>3 [28] -2014-01-14 08:09:33 sendUrl INFO 3 [28] -2014-01-14 08:10:23 queue INFO >>3 [29] -2014-01-14 08:10:23 sendUrl INFO 3 [29] -2014-01-14 08:11:13 queue INFO >>3 [30] -2014-01-14 08:11:13 sendUrl INFO 3 [30] -2014-01-14 08:11:24 queue INFO 7 [31] -2014-01-14 08:11:24 queue INFO >7 [32] -2014-01-14 08:11:24 sendUrl INFO 7 [31] -2014-01-14 08:11:25 sendUrl INFO 7 [32] -2014-01-14 08:11:25 queue INFO 3 [33] -2014-01-14 08:11:25 queue INFO >3 [34] -2014-01-14 08:11:26 sendUrl INFO 3 [33] -2014-01-14 08:11:26 sendUrl INFO 3 [34] -2014-01-14 08:12:15 queue INFO >>3 [35] -2014-01-14 08:12:16 sendUrl INFO 3 [35] -2014-01-14 08:13:06 queue INFO >>3 [36] -2014-01-14 08:13:06 sendUrl INFO 3 [36] -2014-01-14 08:13:56 queue INFO >>3 [37] -2014-01-14 08:13:56 sendUrl INFO 3 [37] -2014-01-14 08:14:46 queue INFO >>3 [38] -2014-01-14 08:14:46 sendUrl INFO 3 [38] -2014-01-14 08:15:36 queue INFO >>3 [39] -2014-01-14 08:15:36 sendUrl INFO 3 [39] -2014-01-14 08:16:26 queue INFO >>3 [40] -2014-01-14 08:16:27 sendUrl INFO 3 [40] -2014-01-14 08:17:16 queue INFO >>3 [41] -2014-01-14 08:17:16 sendUrl INFO 3 [41] -2014-01-14 08:18:06 queue INFO >>3 [42] -2014-01-14 08:18:07 sendUrl INFO 3 [42] -2014-01-14 08:18:17 queue INFO 7 [43] -2014-01-14 08:18:17 queue INFO >7 [44] -2014-01-14 08:18:17 sendUrl INFO 7 [43] -2014-01-14 08:18:18 sendUrl INFO 7 [44] -2014-01-14 08:18:19 queue INFO 3 [45] -2014-01-14 08:18:19 queue INFO >3 [46] -2014-01-14 08:18:19 sendUrl INFO 3 [45] -2014-01-14 08:18:19 sendUrl INFO 3 [46] -2014-01-14 08:19:09 queue INFO >>3 [47] -2014-01-14 08:19:09 sendUrl INFO 3 [47] -2014-01-14 08:19:59 queue INFO >>3 [48] -2014-01-14 08:19:59 sendUrl INFO 3 [48] -2014-01-14 08:20:49 queue INFO >>3 [49] -2014-01-14 08:20:49 sendUrl INFO 3 [49] -2014-01-14 08:21:39 queue INFO >>3 [50] -2014-01-14 08:21:40 sendUrl INFO 3 [50] -2014-01-14 08:22:29 queue INFO >>3 [51] -2014-01-14 08:22:30 sendUrl INFO 3 [51] -2014-01-14 08:22:31 queue INFO 1 [52] -2014-01-14 08:22:32 queue INFO >1 [53] -2014-01-14 08:22:32 sendUrl INFO 1 [52] -2014-01-14 08:22:33 sendUrl INFO 1 [53] -2014-01-14 08:23:22 queue INFO >>1 [54] -2014-01-14 08:23:22 sendUrl INFO 1 [54] -2014-01-14 08:24:12 queue INFO >>1 [55] -2014-01-14 08:24:12 sendUrl INFO 1 [55] -2014-01-14 08:25:02 queue INFO >>1 [56] -2014-01-14 08:25:02 sendUrl INFO 1 [56] -2014-01-14 08:25:08 queue INFO 21 [57] -2014-01-14 08:25:08 queue INFO >21 [58] -2014-01-14 08:25:09 sendUrl INFO 21 [57] -2014-01-14 08:25:09 sendUrl INFO 21 [58] -2014-01-14 08:25:58 queue INFO >>21 [59] -2014-01-14 08:25:58 sendUrl INFO 21 [59] -2014-01-14 08:26:48 queue INFO >>21 [60] -2014-01-14 08:26:49 sendUrl INFO 21 [60] -2014-01-14 08:27:39 queue INFO >>21 [61] -2014-01-14 08:27:39 sendUrl INFO 21 [61] -2014-01-14 08:28:29 queue INFO >>21 [62] -2014-01-14 08:28:29 sendUrl INFO 21 [62] -2014-01-14 08:29:19 queue INFO >>21 [63] -2014-01-14 08:29:19 sendUrl INFO 21 [63] -2014-01-14 08:30:09 queue INFO >>21 [64] -2014-01-14 08:30:10 sendUrl INFO 21 [64] -2014-01-14 08:30:59 queue INFO >>21 [65] -2014-01-14 08:30:59 sendUrl INFO 21 [65] -2014-01-14 08:31:49 queue INFO >>21 [66] -2014-01-14 08:31:50 sendUrl INFO 21 [66] -2014-01-14 08:32:40 queue INFO >>21 [67] -2014-01-14 08:32:40 sendUrl INFO 21 [67] -2014-01-14 08:33:25 queue INFO 1 [68] -2014-01-14 08:33:25 queue INFO >1 [69] -2014-01-14 08:33:25 sendUrl INFO 1 [68] -2014-01-14 08:33:26 sendUrl INFO 1 [69] -2014-01-14 08:33:50 queue INFO 5 [70] -2014-01-14 08:33:50 queue INFO >5 [71] -2014-01-14 08:33:51 sendUrl INFO 5 [70] -2014-01-14 08:33:51 sendUrl INFO 5 [71] -2014-01-14 08:33:52 queue INFO 1 [72] -2014-01-14 08:33:52 queue INFO >1 [73] -2014-01-14 08:33:52 sendUrl INFO 1 [72] -2014-01-14 08:33:53 sendUrl INFO 1 [73] -2014-01-14 08:34:42 queue INFO >>1 [74] -2014-01-14 08:34:42 sendUrl INFO 1 [74] -2014-01-14 08:34:44 queue INFO 3 [75] -2014-01-14 08:34:44 queue INFO >3 [76] -2014-01-14 08:34:44 sendUrl INFO 3 [75] -2014-01-14 08:34:45 sendUrl INFO 3 [76] -2014-01-14 08:35:34 queue INFO >>3 [77] -2014-01-14 08:35:34 sendUrl INFO 3 [77] -2014-01-14 08:36:24 queue INFO >>3 [78] -2014-01-14 08:36:25 sendUrl INFO 3 [78] -2014-01-14 08:37:14 queue INFO >>3 [79] -2014-01-14 08:37:15 sendUrl INFO 3 [79] -2014-01-14 08:38:05 queue INFO >>3 [80] -2014-01-14 08:38:05 sendUrl INFO 3 [80] -2014-01-14 08:38:55 queue INFO >>3 [81] -2014-01-14 08:38:55 sendUrl INFO 3 [81] -2014-01-14 08:39:45 queue INFO >>3 [82] -2014-01-14 08:39:45 sendUrl INFO 3 [82] -2014-01-14 08:40:35 queue INFO >>3 [83] -2014-01-14 08:40:35 sendUrl INFO 3 [83] -2014-01-14 08:40:44 queue INFO 7 [84] -2014-01-14 08:40:44 queue INFO >7 [85] -2014-01-14 08:40:44 sendUrl INFO 7 [84] -2014-01-14 08:40:45 sendUrl INFO 7 [85] -2014-01-14 08:40:45 queue INFO 3 [86] -2014-01-14 08:40:46 queue INFO >3 [87] -2014-01-14 08:40:46 sendUrl INFO 3 [86] -2014-01-14 08:40:46 sendUrl INFO 3 [87] -2014-01-14 08:41:36 queue INFO >>3 [88] -2014-01-14 08:41:36 sendUrl INFO 3 [88] -2014-01-14 08:42:26 queue INFO >>3 [89] -2014-01-14 08:42:26 sendUrl INFO 3 [89] -2014-01-14 08:43:16 queue INFO >>3 [90] -2014-01-14 08:43:16 sendUrl INFO 3 [90] -2014-01-14 08:44:06 queue INFO >>3 [91] -2014-01-14 08:44:06 sendUrl INFO 3 [91] -2014-01-14 08:44:56 queue INFO >>3 [92] -2014-01-14 08:44:57 sendUrl INFO 3 [92] -2014-01-14 08:45:46 queue INFO >>3 [93] -2014-01-14 08:45:47 sendUrl INFO 3 [93] -2014-01-14 08:46:37 queue INFO >>3 [94] -2014-01-14 08:46:37 sendUrl INFO 3 [94] -2014-01-14 08:47:27 queue INFO >>3 [95] -2014-01-14 08:47:27 sendUrl INFO 3 [95] -2014-01-14 08:47:37 queue INFO 7 [96] -2014-01-14 08:47:38 queue INFO >7 [97] -2014-01-14 08:47:38 sendUrl INFO 7 [96] -2014-01-14 08:47:38 sendUrl INFO 7 [97] -2014-01-14 08:47:39 queue INFO 3 [98] -2014-01-14 08:47:39 queue INFO >3 [99] -2014-01-14 08:47:39 sendUrl INFO 3 [98] -2014-01-14 08:47:40 sendUrl INFO 3 [99] -2014-01-14 08:48:29 queue INFO >>3 [100] -2014-01-14 08:48:29 sendUrl INFO 3 [100] -2014-01-14 08:49:19 queue INFO >>3 [101] -2014-01-14 08:49:20 sendUrl INFO 3 [101] -2014-01-14 08:50:09 queue INFO >>3 [102] -2014-01-14 08:50:10 sendUrl INFO 3 [102] -2014-01-14 08:51:00 queue INFO >>3 [103] -2014-01-14 08:51:00 sendUrl INFO 3 [103] -2014-01-14 08:51:50 queue INFO >>3 [104] -2014-01-14 08:51:50 sendUrl INFO 3 [104] -2014-01-14 08:52:40 queue INFO >>3 [105] -2014-01-14 08:52:40 sendUrl INFO 3 [105] -2014-01-14 08:53:30 queue INFO >>3 [106] -2014-01-14 08:53:30 sendUrl INFO 3 [106] -2014-01-14 08:54:20 queue INFO >>3 [107] -2014-01-14 08:54:20 sendUrl INFO 3 [107] -2014-01-14 08:54:31 queue INFO 7 [108] -2014-01-14 08:54:31 queue INFO >7 [109] -2014-01-14 08:54:31 sendUrl INFO 7 [108] -2014-01-14 08:54:31 sendUrl INFO 7 [109] -2014-01-14 08:54:32 queue INFO 3 [110] -2014-01-14 08:54:32 queue INFO >3 [111] -2014-01-14 08:54:32 sendUrl INFO 3 [110] -2014-01-14 08:54:33 sendUrl INFO 3 [111] -2014-01-14 08:55:22 queue INFO >>3 [112] -2014-01-14 08:55:23 sendUrl INFO 3 [112] -2014-01-14 08:56:12 queue INFO >>3 [113] -2014-01-14 08:56:13 sendUrl INFO 3 [113] -2014-01-14 08:57:03 queue INFO >>3 [114] -2014-01-14 08:57:03 sendUrl INFO 3 [114] -2014-01-14 08:57:53 queue INFO >>3 [115] -2014-01-14 08:57:53 sendUrl INFO 3 [115] -2014-01-14 08:58:43 queue INFO >>3 [116] -2014-01-14 08:58:43 sendUrl INFO 3 [116] -2014-01-14 08:59:33 queue INFO >>3 [117] -2014-01-14 08:59:33 sendUrl INFO 3 [117] -2014-01-14 09:00:23 queue INFO >>3 [118] -2014-01-14 09:00:24 sendUrl INFO 3 [118] -2014-01-14 09:01:13 queue INFO >>3 [119] -2014-01-14 09:01:14 sendUrl INFO 3 [119] -2014-01-14 09:01:24 queue INFO 7 [120] -2014-01-14 09:01:24 queue INFO >7 [121] -2014-01-14 09:01:24 sendUrl INFO 7 [120] -2014-01-14 09:01:25 sendUrl INFO 7 [121] -2014-01-14 09:01:25 queue INFO 3 [122] -2014-01-14 09:01:26 queue INFO >3 [123] -2014-01-14 09:01:26 sendUrl INFO 3 [122] -2014-01-14 09:01:26 sendUrl INFO 3 [123] -2014-01-14 09:02:15 queue INFO >>3 [124] -2014-01-14 09:02:16 sendUrl INFO 3 [124] -2014-01-14 09:03:06 queue INFO >>3 [125] -2014-01-14 09:03:06 sendUrl INFO 3 [125] -2014-01-14 09:03:56 queue INFO >>3 [126] -2014-01-14 09:03:56 sendUrl INFO 3 [126] -2014-01-14 09:04:46 queue INFO >>3 [127] -2014-01-14 09:04:46 sendUrl INFO 3 [127] -2014-01-14 09:05:36 queue INFO >>3 [128] -2014-01-14 09:05:36 sendUrl INFO 3 [128] -2014-01-14 09:06:26 queue INFO >>3 [129] -2014-01-14 09:06:27 sendUrl INFO 3 [129] -2014-01-14 09:07:16 queue INFO >>3 [130] -2014-01-14 09:07:16 sendUrl INFO 3 [130] -2014-01-14 09:08:06 queue INFO >>3 [131] -2014-01-14 09:08:07 sendUrl INFO 3 [131] -2014-01-14 09:08:18 queue INFO 7 [132] -2014-01-14 09:08:18 queue INFO >7 [133] -2014-01-14 09:08:18 sendUrl INFO 7 [132] -2014-01-14 09:08:19 sendUrl INFO 7 [133] -2014-01-14 09:08:20 queue INFO 3 [134] -2014-01-14 09:08:20 queue INFO >3 [135] -2014-01-14 09:08:20 sendUrl INFO 3 [134] -2014-01-14 09:08:20 sendUrl INFO 3 [135] -2014-01-14 09:09:10 queue INFO >>3 [136] -2014-01-14 09:09:10 sendUrl INFO 3 [136] -2014-01-14 09:10:00 queue INFO >>3 [137] -2014-01-14 09:10:00 sendUrl INFO 3 [137] -2014-01-14 09:10:50 queue INFO >>3 [138] -2014-01-14 09:10:50 sendUrl INFO 3 [138] -2014-01-14 09:11:40 queue INFO >>3 [139] -2014-01-14 09:11:40 sendUrl INFO 3 [139] -2014-01-14 09:12:30 queue INFO >>3 [140] -2014-01-14 09:12:31 sendUrl INFO 3 [140] -2014-01-14 09:13:20 queue INFO >>3 [141] -2014-01-14 09:13:21 sendUrl INFO 3 [141] -2014-01-14 09:14:11 queue INFO >>3 [142] -2014-01-14 09:14:11 sendUrl INFO 3 [142] -2014-01-14 09:15:01 queue INFO >>3 [143] -2014-01-14 09:15:01 sendUrl INFO 3 [143] -2014-01-14 09:15:12 queue INFO 7 [144] -2014-01-14 09:15:12 sendUrl INFO 7 [144] -2014-01-14 09:15:12 queue INFO >7 [145] -2014-01-14 09:15:12 sendUrl INFO 7 [145] -2014-01-14 09:15:13 queue INFO 3 [146] -2014-01-14 09:15:13 queue INFO >3 [147] -2014-01-14 09:15:14 sendUrl INFO 3 [146] -2014-01-14 09:15:14 sendUrl INFO 3 [147] -2014-01-14 09:16:03 queue INFO >>3 [148] -2014-01-14 09:16:04 sendUrl INFO 3 [148] -2014-01-14 09:16:53 queue INFO >>3 [149] -2014-01-14 09:16:54 sendUrl INFO 3 [149] -2014-01-14 09:17:44 queue INFO >>3 [150] -2014-01-14 09:17:44 sendUrl INFO 3 [150] -2014-01-14 09:18:34 queue INFO >>3 [151] -2014-01-14 09:18:34 sendUrl INFO 3 [151] -2014-01-14 09:19:24 queue INFO >>3 [152] -2014-01-14 09:19:24 sendUrl INFO 3 [152] -2014-01-14 09:20:14 queue INFO >>3 [153] -2014-01-14 09:20:14 sendUrl INFO 3 [153] -2014-01-14 09:21:04 queue INFO >>3 [154] -2014-01-14 09:21:05 sendUrl INFO 3 [154] -2014-01-14 09:21:54 queue INFO >>3 [155] -2014-01-14 09:21:55 sendUrl INFO 3 [155] -2014-01-14 09:22:05 queue INFO 7 [156] -2014-01-14 09:22:05 queue INFO >7 [157] -2014-01-14 09:22:05 sendUrl INFO 7 [156] -2014-01-14 09:22:06 sendUrl INFO 7 [157] -2014-01-14 09:22:07 queue INFO 3 [158] -2014-01-14 09:22:07 queue INFO >3 [159] -2014-01-14 09:22:07 sendUrl INFO 3 [158] -2014-01-14 09:22:07 sendUrl INFO 3 [159] -2014-01-14 09:22:57 queue INFO >>3 [160] -2014-01-14 09:22:57 sendUrl INFO 3 [160] -2014-01-14 09:23:47 queue INFO >>3 [161] -2014-01-14 09:23:47 sendUrl INFO 3 [161] -2014-01-14 09:24:37 queue INFO >>3 [162] -2014-01-14 09:24:37 sendUrl INFO 3 [162] -2014-01-14 09:25:27 queue INFO >>3 [163] -2014-01-14 09:25:28 sendUrl INFO 3 [163] -2014-01-14 09:26:17 queue INFO >>3 [164] -2014-01-14 09:26:18 sendUrl INFO 3 [164] -2014-01-14 09:27:08 queue INFO >>3 [165] -2014-01-14 09:27:08 sendUrl INFO 3 [165] -2014-01-14 09:27:58 queue INFO >>3 [166] -2014-01-14 09:27:58 sendUrl INFO 3 [166] -2014-01-14 09:28:48 queue INFO >>3 [167] -2014-01-14 09:28:48 sendUrl INFO 3 [167] -2014-01-14 09:28:58 queue INFO 7 [168] -2014-01-14 09:28:59 queue INFO >7 [169] -2014-01-14 09:28:59 sendUrl INFO 7 [168] -2014-01-14 09:28:59 sendUrl INFO 7 [169] -2014-01-14 09:29:00 queue INFO 3 [170] -2014-01-14 09:29:00 queue INFO >3 [171] -2014-01-14 09:29:00 sendUrl INFO 3 [170] -2014-01-14 09:29:01 sendUrl INFO 3 [171] -2014-01-14 09:29:50 queue INFO >>3 [172] -2014-01-14 09:29:51 sendUrl INFO 3 [172] -2014-01-14 09:30:40 queue INFO >>3 [173] -2014-01-14 09:30:40 sendUrl INFO 3 [173] -2014-01-14 09:31:30 queue INFO >>3 [174] -2014-01-14 09:31:31 sendUrl INFO 3 [174] -2014-01-14 09:32:21 queue INFO >>3 [175] -2014-01-14 09:32:21 sendUrl INFO 3 [175] -2014-01-14 09:33:11 queue INFO >>3 [176] -2014-01-14 09:33:11 sendUrl INFO 3 [176] -2014-01-14 09:34:01 queue INFO >>3 [177] -2014-01-14 09:34:01 sendUrl INFO 3 [177] -2014-01-14 09:34:50 queue INFO 19 [178] -2014-01-14 09:34:50 queue INFO >19 [179] -2014-01-14 09:34:51 sendUrl INFO 19 [178] -2014-01-14 09:34:51 sendUrl INFO 19 [179] -2014-01-14 09:35:40 queue INFO >>19 [180] -2014-01-14 09:35:40 sendUrl INFO 19 [180] -2014-01-14 09:36:30 queue INFO >>19 [181] -2014-01-14 09:36:31 sendUrl INFO 19 [181] -2014-01-14 09:37:20 queue INFO >>19 [182] -2014-01-14 09:37:21 sendUrl INFO 19 [182] -2014-01-14 09:38:11 queue INFO >>19 [183] -2014-01-14 09:38:11 sendUrl INFO 19 [183] -2014-01-14 09:39:01 queue INFO >>19 [184] -2014-01-14 09:39:01 sendUrl INFO 19 [184] -2014-01-14 09:39:51 queue INFO >>19 [185] -2014-01-14 09:39:51 sendUrl INFO 19 [185] -2014-01-14 09:40:41 queue INFO >>19 [186] -2014-01-14 09:40:41 sendUrl INFO 19 [186] -2014-01-14 09:41:31 queue INFO >>19 [187] -2014-01-14 09:41:32 sendUrl INFO 19 [187] -2014-01-14 09:42:21 queue INFO >>19 [188] -2014-01-14 09:42:22 sendUrl INFO 19 [188] -2014-01-14 09:43:12 queue INFO >>19 [189] -2014-01-14 09:43:12 sendUrl INFO 19 [189] -2014-01-14 09:44:02 queue INFO >>19 [190] -2014-01-14 09:44:02 sendUrl INFO 19 [190] -2014-01-14 09:44:51 queue INFO 39 [191] -2014-01-14 09:44:51 queue INFO >39 [192] -2014-01-14 09:44:51 sendUrl INFO 39 [191] -2014-01-14 09:44:52 sendUrl INFO 39 [192] -2014-01-14 09:45:41 queue INFO >>39 [193] -2014-01-14 09:45:41 sendUrl INFO 39 [193] -2014-01-14 09:46:31 queue INFO >>39 [194] -2014-01-14 09:46:31 sendUrl INFO 39 [194] -2014-01-14 09:47:21 queue INFO >>39 [195] -2014-01-14 09:47:22 sendUrl INFO 39 [195] -2014-01-14 09:48:11 queue INFO >>39 [196] -2014-01-14 09:48:12 sendUrl INFO 39 [196] -2014-01-14 09:48:38 queue INFO 21 [197] -2014-01-14 09:48:39 sendUrl INFO 21 [197] -2014-01-14 09:48:39 queue INFO >21 [198] -2014-01-14 09:48:39 sendUrl INFO 21 [198] -2014-01-14 09:49:29 queue INFO >>21 [199] -2014-01-14 09:49:29 sendUrl INFO 21 [199] -2014-01-14 09:50:19 queue INFO >>21 [200] -2014-01-14 09:50:19 sendUrl INFO 21 [200] -2014-01-14 09:51:09 queue INFO >>21 [201] -2014-01-14 09:51:09 sendUrl INFO 21 [201] -2014-01-14 09:51:59 queue INFO >>21 [202] -2014-01-14 09:51:59 sendUrl INFO 21 [202] -2014-01-14 09:52:29 queue INFO 1 [203] -2014-01-14 09:52:29 queue INFO >1 [204] -2014-01-14 09:52:30 sendUrl INFO 1 [203] -2014-01-14 09:52:30 sendUrl INFO 1 [204] -2014-01-14 09:52:54 queue INFO 5 [205] -2014-01-14 09:52:54 queue INFO >5 [206] -2014-01-14 09:52:54 sendUrl INFO 5 [205] -2014-01-14 09:52:55 sendUrl INFO 5 [206] -2014-01-14 09:52:56 queue INFO 1 [207] -2014-01-14 09:52:56 sendUrl INFO 1 [207] -2014-01-14 09:52:56 queue INFO >1 [208] -2014-01-14 09:52:56 sendUrl INFO 1 [208] -2014-01-14 09:53:46 queue INFO >>1 [209] -2014-01-14 09:53:46 sendUrl INFO 1 [209] -2014-01-14 09:53:48 queue INFO 3 [210] -2014-01-14 09:53:48 queue INFO >3 [211] -2014-01-14 09:53:48 sendUrl INFO 3 [210] -2014-01-14 09:53:49 sendUrl INFO 3 [211] -2014-01-14 09:54:38 queue INFO >>3 [212] -2014-01-14 09:54:39 sendUrl INFO 3 [212] -2014-01-14 09:55:28 queue INFO >>3 [213] -2014-01-14 09:55:28 sendUrl INFO 3 [213] -2014-01-14 09:56:18 queue INFO >>3 [214] -2014-01-14 09:56:19 sendUrl INFO 3 [214] -2014-01-14 09:57:09 queue INFO >>3 [215] -2014-01-14 09:57:09 sendUrl INFO 3 [215] -2014-01-14 09:57:59 queue INFO >>3 [216] -2014-01-14 09:57:59 sendUrl INFO 3 [216] -2014-01-14 09:58:49 queue INFO >>3 [217] -2014-01-14 09:58:49 sendUrl INFO 3 [217] -2014-01-14 09:59:39 queue INFO >>3 [218] -2014-01-14 09:59:39 sendUrl INFO 3 [218] -2014-01-14 09:59:48 queue INFO 7 [219] -2014-01-14 09:59:48 queue INFO >7 [220] -2014-01-14 09:59:48 sendUrl INFO 7 [219] -2014-01-14 09:59:49 sendUrl INFO 7 [220] -2014-01-14 09:59:49 queue INFO 3 [221] -2014-01-14 09:59:50 queue INFO >3 [222] -2014-01-14 09:59:50 sendUrl INFO 3 [221] -2014-01-14 09:59:50 sendUrl INFO 3 [222] -2014-01-14 10:00:40 queue INFO >>3 [223] -2014-01-14 10:00:40 sendUrl INFO 3 [223] -2014-01-14 10:01:30 queue INFO >>3 [224] -2014-01-14 10:01:30 sendUrl INFO 3 [224] -2014-01-14 10:02:20 queue INFO >>3 [225] -2014-01-14 10:02:20 sendUrl INFO 3 [225] -2014-01-14 10:03:10 queue INFO >>3 [226] -2014-01-14 10:03:11 sendUrl INFO 3 [226] -2014-01-14 10:04:00 queue INFO >>3 [227] -2014-01-14 10:04:00 sendUrl INFO 3 [227] -2014-01-14 10:04:50 queue INFO >>3 [228] -2014-01-14 10:04:51 sendUrl INFO 3 [228] -2014-01-14 10:05:40 queue INFO >>3 [229] -2014-01-14 10:05:41 sendUrl INFO 3 [229] -2014-01-14 10:06:31 queue INFO >>3 [230] -2014-01-14 10:06:31 sendUrl INFO 3 [230] -2014-01-14 10:06:41 queue INFO 7 [231] -2014-01-14 10:06:41 sendUrl INFO 7 [231] -2014-01-14 10:06:41 queue INFO >7 [232] -2014-01-14 10:06:42 sendUrl INFO 7 [232] -2014-01-14 10:06:43 queue INFO 3 [233] -2014-01-14 10:06:43 queue INFO >3 [234] -2014-01-14 10:06:43 sendUrl INFO 3 [233] -2014-01-14 10:06:44 sendUrl INFO 3 [234] -2014-01-14 10:07:33 queue INFO >>3 [235] -2014-01-14 10:07:33 sendUrl INFO 3 [235] -2014-01-14 10:08:23 queue INFO >>3 [236] -2014-01-14 10:08:24 sendUrl INFO 3 [236] -2014-01-14 10:09:13 queue INFO >>3 [237] -2014-01-14 10:09:13 sendUrl INFO 3 [237] -2014-01-14 10:10:04 queue INFO >>3 [238] -2014-01-14 10:10:04 sendUrl INFO 3 [238] -2014-01-14 10:10:54 queue INFO >>3 [239] -2014-01-14 10:10:54 sendUrl INFO 3 [239] -2014-01-14 10:11:44 queue INFO >>3 [240] -2014-01-14 10:11:44 sendUrl INFO 3 [240] -2014-01-14 10:12:34 queue INFO >>3 [241] -2014-01-14 10:12:34 sendUrl INFO 3 [241] -2014-01-14 10:13:24 queue INFO >>3 [242] -2014-01-14 10:13:25 sendUrl INFO 3 [242] -2014-01-14 10:13:35 queue INFO 7 [243] -2014-01-14 10:13:35 sendUrl INFO 7 [243] -2014-01-14 10:13:35 queue INFO >7 [244] -2014-01-14 10:13:35 sendUrl INFO 7 [244] -2014-01-14 10:13:36 queue INFO 3 [245] -2014-01-14 10:13:36 queue INFO >3 [246] -2014-01-14 10:13:37 sendUrl INFO 3 [245] -2014-01-14 10:13:37 sendUrl INFO 3 [246] -2014-01-14 10:14:26 queue INFO >>3 [247] -2014-01-14 10:14:27 sendUrl INFO 3 [247] -2014-01-14 10:15:16 queue INFO >>3 [248] -2014-01-14 10:15:17 sendUrl INFO 3 [248] -2014-01-14 10:16:07 queue INFO >>3 [249] -2014-01-14 10:16:07 sendUrl INFO 3 [249] -2014-01-14 10:16:57 queue INFO >>3 [250] -2014-01-14 10:16:57 sendUrl INFO 3 [250] -2014-01-14 10:17:47 queue INFO >>3 [251] -2014-01-14 10:17:47 sendUrl INFO 3 [251] -2014-01-14 10:18:37 queue INFO >>3 [252] -2014-01-14 10:18:37 sendUrl INFO 3 [252] -2014-01-14 10:19:27 queue INFO >>3 [253] -2014-01-14 10:19:28 sendUrl INFO 3 [253] -2014-01-14 10:20:17 queue INFO >>3 [254] -2014-01-14 10:20:18 sendUrl INFO 3 [254] -2014-01-14 10:20:28 queue INFO 7 [255] -2014-01-14 10:20:28 sendUrl INFO 7 [255] -2014-01-14 10:20:28 queue INFO >7 [256] -2014-01-14 10:20:28 sendUrl INFO 7 [256] -2014-01-14 10:20:29 queue INFO 3 [257] -2014-01-14 10:20:30 queue INFO >3 [258] -2014-01-14 10:20:30 sendUrl INFO 3 [257] -2014-01-14 10:20:30 sendUrl INFO 3 [258] -2014-01-14 10:21:20 queue INFO >>3 [259] -2014-01-14 10:21:20 sendUrl INFO 3 [259] -2014-01-14 10:22:10 queue INFO >>3 [260] -2014-01-14 10:22:10 sendUrl INFO 3 [260] -2014-01-14 10:23:00 queue INFO >>3 [261] -2014-01-14 10:23:00 sendUrl INFO 3 [261] -2014-01-14 10:23:50 queue INFO >>3 [262] -2014-01-14 10:23:50 sendUrl INFO 3 [262] -2014-01-14 10:24:40 queue INFO >>3 [263] -2014-01-14 10:24:41 sendUrl INFO 3 [263] -2014-01-14 10:25:30 queue INFO >>3 [264] -2014-01-14 10:25:30 sendUrl INFO 3 [264] -2014-01-14 10:26:21 queue INFO >>3 [265] -2014-01-14 10:26:21 sendUrl INFO 3 [265] -2014-01-14 10:27:11 queue INFO >>3 [266] -2014-01-14 10:27:11 sendUrl INFO 3 [266] -2014-01-14 10:27:22 queue INFO 7 [267] -2014-01-14 10:27:22 queue INFO >7 [268] -2014-01-14 10:27:22 sendUrl INFO 7 [267] -2014-01-14 10:27:23 sendUrl INFO 7 [268] -2014-01-14 10:27:24 queue INFO 3 [269] -2014-01-14 10:27:24 queue INFO >3 [270] -2014-01-14 10:27:24 sendUrl INFO 3 [269] -2014-01-14 10:27:24 sendUrl INFO 3 [270] -2014-01-14 10:28:14 queue INFO >>3 [271] -2014-01-14 10:28:14 sendUrl INFO 3 [271] -2014-01-14 10:29:04 queue INFO >>3 [272] -2014-01-14 10:29:04 sendUrl INFO 3 [272] -2014-01-14 10:29:54 queue INFO >>3 [273] -2014-01-14 10:29:54 sendUrl INFO 3 [273] -2014-01-14 10:30:44 queue INFO >>3 [274] -2014-01-14 10:30:45 sendUrl INFO 3 [274] -2014-01-14 10:31:34 queue INFO >>3 [275] -2014-01-14 10:31:34 sendUrl INFO 3 [275] -2014-01-14 10:32:24 queue INFO >>3 [276] -2014-01-14 10:32:25 sendUrl INFO 3 [276] -2014-01-14 10:33:15 queue INFO >>3 [277] -2014-01-14 10:33:15 sendUrl INFO 3 [277] -2014-01-14 10:34:05 queue INFO >>3 [278] -2014-01-14 10:34:05 sendUrl INFO 3 [278] -2014-01-14 10:34:16 queue INFO 7 [279] -2014-01-14 10:34:16 queue INFO >7 [280] -2014-01-14 10:34:16 sendUrl INFO 7 [279] -2014-01-14 10:34:17 sendUrl INFO 7 [280] -2014-01-14 10:34:17 queue INFO 3 [281] -2014-01-14 10:34:17 queue INFO >3 [282] -2014-01-14 10:34:18 sendUrl INFO 3 [281] -2014-01-14 10:34:18 sendUrl INFO 3 [282] -2014-01-14 10:35:07 queue INFO >>3 [283] -2014-01-14 10:35:08 sendUrl INFO 3 [283] -2014-01-14 10:35:57 queue INFO >>3 [284] -2014-01-14 10:35:58 sendUrl INFO 3 [284] -2014-01-14 10:36:48 queue INFO >>3 [285] -2014-01-14 10:36:48 sendUrl INFO 3 [285] -2014-01-14 10:37:38 queue INFO >>3 [286] -2014-01-14 10:37:38 sendUrl INFO 3 [286] -2014-01-14 10:38:28 queue INFO >>3 [287] -2014-01-14 10:38:28 sendUrl INFO 3 [287] -2014-01-14 10:39:18 queue INFO >>3 [288] -2014-01-14 10:39:19 sendUrl INFO 3 [288] -2014-01-14 10:40:08 queue INFO >>3 [289] -2014-01-14 10:40:08 sendUrl INFO 3 [289] -2014-01-14 10:40:58 queue INFO >>3 [290] -2014-01-14 10:40:59 sendUrl INFO 3 [290] -2014-01-14 10:41:09 queue INFO 7 [291] -2014-01-14 10:41:09 queue INFO >7 [292] -2014-01-14 10:41:09 sendUrl INFO 7 [291] -2014-01-14 10:41:10 sendUrl INFO 7 [292] -2014-01-14 10:41:11 queue INFO 3 [293] -2014-01-14 10:41:11 sendUrl INFO 3 [293] -2014-01-14 10:41:11 queue INFO >3 [294] -2014-01-14 10:41:11 sendUrl INFO 3 [294] -2014-01-14 10:42:01 queue INFO >>3 [295] -2014-01-14 10:42:01 sendUrl INFO 3 [295] -2014-01-14 10:42:51 queue INFO >>3 [296] -2014-01-14 10:42:51 sendUrl INFO 3 [296] -2014-01-14 10:43:41 queue INFO >>3 [297] -2014-01-14 10:43:41 sendUrl INFO 3 [297] -2014-01-14 10:44:31 queue INFO >>3 [298] -2014-01-14 10:44:32 sendUrl INFO 3 [298] -2014-01-14 10:45:21 queue INFO >>3 [299] -2014-01-14 10:45:22 sendUrl INFO 3 [299] -2014-01-14 10:46:12 queue INFO >>3 [300] -2014-01-14 10:46:12 sendUrl INFO 3 [300] -2014-01-14 10:47:02 queue INFO >>3 [301] -2014-01-14 10:47:02 sendUrl INFO 3 [301] -2014-01-14 10:47:52 queue INFO >>3 [302] -2014-01-14 10:47:52 sendUrl INFO 3 [302] -2014-01-14 10:48:02 queue INFO 7 [303] -2014-01-14 10:48:03 queue INFO >7 [304] -2014-01-14 10:48:03 sendUrl INFO 7 [303] -2014-01-14 10:48:03 sendUrl INFO 7 [304] -2014-01-14 10:48:04 queue INFO 3 [305] -2014-01-14 10:48:04 sendUrl INFO 3 [305] -2014-01-14 10:48:04 queue INFO >3 [306] -2014-01-14 10:48:05 sendUrl INFO 3 [306] -2014-01-14 10:48:54 queue INFO >>3 [307] -2014-01-14 10:48:54 sendUrl INFO 3 [307] -2014-01-14 10:49:44 queue INFO >>3 [308] -2014-01-14 10:49:45 sendUrl INFO 3 [308] -2014-01-14 10:50:34 queue INFO >>3 [309] -2014-01-14 10:50:35 sendUrl INFO 3 [309] -2014-01-14 10:51:25 queue INFO >>3 [310] -2014-01-14 10:51:25 sendUrl INFO 3 [310] -2014-01-14 10:52:15 queue INFO >>3 [311] -2014-01-14 10:52:15 sendUrl INFO 3 [311] -2014-01-14 10:53:05 queue INFO >>3 [312] -2014-01-14 10:53:05 sendUrl INFO 3 [312] -2014-01-14 10:53:55 queue INFO >>3 [313] -2014-01-14 10:53:55 sendUrl INFO 3 [313] -2014-01-14 10:54:45 queue INFO >>3 [314] -2014-01-14 10:54:45 sendUrl INFO 3 [314] -2014-01-14 10:55:09 queue INFO 21 [315] -2014-01-14 10:55:10 queue INFO >21 [316] -2014-01-14 10:55:10 sendUrl INFO 21 [315] -2014-01-14 10:55:10 sendUrl INFO 21 [316] -2014-01-14 10:55:56 queue INFO 1 [317] -2014-01-14 10:55:57 queue INFO >1 [318] -2014-01-14 10:55:57 sendUrl INFO 1 [317] -2014-01-14 10:55:57 sendUrl INFO 1 [318] -2014-01-14 10:56:09 queue INFO 5 [319] -2014-01-14 10:56:09 sendUrl INFO 5 [319] -2014-01-14 10:56:09 queue INFO >5 [320] -2014-01-14 10:56:10 sendUrl INFO 5 [320] -2014-01-14 10:56:11 queue INFO 1 [321] -2014-01-14 10:56:11 queue INFO >1 [322] -2014-01-14 10:56:11 sendUrl INFO 1 [321] -2014-01-14 10:56:12 sendUrl INFO 1 [322] -2014-01-14 10:57:01 queue INFO >>1 [323] -2014-01-14 10:57:01 sendUrl INFO 1 [323] -2014-01-14 10:57:03 queue INFO 3 [324] -2014-01-14 10:57:04 queue INFO >3 [325] -2014-01-14 10:57:04 sendUrl INFO 3 [324] -2014-01-14 10:57:04 sendUrl INFO 3 [325] -2014-01-14 10:57:54 queue INFO >>3 [326] -2014-01-14 10:57:54 sendUrl INFO 3 [326] -2014-01-14 10:58:44 queue INFO >>3 [327] -2014-01-14 10:58:44 sendUrl INFO 3 [327] -2014-01-14 10:59:34 queue INFO >>3 [328] -2014-01-14 10:59:34 sendUrl INFO 3 [328] -2014-01-14 11:00:24 queue INFO >>3 [329] -2014-01-14 11:00:24 sendUrl INFO 3 [329] -2014-01-14 11:01:14 queue INFO >>3 [330] -2014-01-14 11:01:14 sendUrl INFO 3 [330] -2014-01-14 11:02:04 queue INFO >>3 [331] -2014-01-14 11:02:05 sendUrl INFO 3 [331] -2014-01-14 11:02:54 queue INFO >>3 [332] -2014-01-14 11:02:55 sendUrl INFO 3 [332] -2014-01-14 11:03:03 queue INFO 7 [333] -2014-01-14 11:03:03 queue INFO >7 [334] -2014-01-14 11:03:04 sendUrl INFO 7 [333] -2014-01-14 11:03:04 sendUrl INFO 7 [334] -2014-01-14 11:03:05 queue INFO 3 [335] -2014-01-14 11:03:05 queue INFO >3 [336] -2014-01-14 11:03:05 sendUrl INFO 3 [335] -2014-01-14 11:03:06 sendUrl INFO 3 [336] -2014-01-14 11:03:55 queue INFO >>3 [337] -2014-01-14 11:03:55 sendUrl INFO 3 [337] -2014-01-14 11:04:45 queue INFO >>3 [338] -2014-01-14 11:04:45 sendUrl INFO 3 [338] -2014-01-14 11:05:35 queue INFO >>3 [339] -2014-01-14 11:05:36 sendUrl INFO 3 [339] -2014-01-14 11:06:25 queue INFO >>3 [340] -2014-01-14 11:06:25 sendUrl INFO 3 [340] -2014-01-14 11:07:15 queue INFO >>3 [341] -2014-01-14 11:07:16 sendUrl INFO 3 [341] -2014-01-14 11:08:06 queue INFO >>3 [342] -2014-01-14 11:08:06 sendUrl INFO 3 [342] -2014-01-14 11:08:56 queue INFO >>3 [343] -2014-01-14 11:08:56 sendUrl INFO 3 [343] -2014-01-14 11:09:46 queue INFO >>3 [344] -2014-01-14 11:09:46 sendUrl INFO 3 [344] -2014-01-14 11:09:57 queue INFO 7 [345] -2014-01-14 11:09:57 queue INFO >7 [346] -2014-01-14 11:09:57 sendUrl INFO 7 [345] -2014-01-14 11:09:58 sendUrl INFO 7 [346] -2014-01-14 11:09:59 queue INFO 3 [347] -2014-01-14 11:09:59 queue INFO >3 [348] -2014-01-14 11:09:59 sendUrl INFO 3 [347] -2014-01-14 11:09:59 sendUrl INFO 3 [348] -2014-01-14 11:10:49 queue INFO >>3 [349] -2014-01-14 11:10:49 sendUrl INFO 3 [349] -2014-01-14 11:11:39 queue INFO >>3 [350] -2014-01-14 11:11:39 sendUrl INFO 3 [350] -2014-01-14 11:12:29 queue INFO >>3 [351] -2014-01-14 11:12:29 sendUrl INFO 3 [351] -2014-01-14 11:13:19 queue INFO >>3 [352] -2014-01-14 11:13:19 sendUrl INFO 3 [352] -2014-01-14 11:14:09 queue INFO >>3 [353] -2014-01-14 11:14:10 sendUrl INFO 3 [353] -2014-01-14 11:14:59 queue INFO >>3 [354] -2014-01-14 11:15:00 sendUrl INFO 3 [354] -2014-01-14 11:15:50 queue INFO >>3 [355] -2014-01-14 11:15:50 sendUrl INFO 3 [355] -2014-01-14 11:16:40 queue INFO >>3 [356] -2014-01-14 11:16:40 sendUrl INFO 3 [356] -2014-01-14 11:16:50 queue INFO 7 [357] -2014-01-14 11:16:51 queue INFO >7 [358] -2014-01-14 11:16:51 sendUrl INFO 7 [357] -2014-01-14 11:16:51 sendUrl INFO 7 [358] -2014-01-14 11:16:52 queue INFO 3 [359] -2014-01-14 11:16:52 queue INFO >3 [360] -2014-01-14 11:16:52 sendUrl INFO 3 [359] -2014-01-14 11:16:53 sendUrl INFO 3 [360] -2014-01-14 11:17:42 queue INFO >>3 [361] -2014-01-14 11:17:43 sendUrl INFO 3 [361] -2014-01-14 11:18:23 queue INFO 1 [362] -2014-01-14 11:18:23 sendUrl INFO 1 [362] -2014-01-14 11:18:23 queue INFO >1 [363] -2014-01-14 11:18:24 sendUrl INFO 1 [363] -2014-01-14 11:19:13 queue INFO >>1 [364] -2014-01-14 11:19:14 sendUrl INFO 1 [364] -2014-01-14 11:19:21 queue INFO 21 [365] -2014-01-14 11:19:22 queue INFO >21 [366] -2014-01-14 11:19:22 sendUrl INFO 21 [365] -2014-01-14 11:19:22 sendUrl INFO 21 [366] -2014-01-14 11:20:02 queue INFO 1 [367] -2014-01-14 11:20:03 queue INFO >1 [368] -2014-01-14 11:20:03 sendUrl INFO 1 [367] -2014-01-14 11:20:03 sendUrl INFO 1 [368] -2014-01-14 11:20:53 queue INFO >>1 [369] -2014-01-14 11:20:53 sendUrl INFO 1 [369] -2014-01-14 11:21:43 queue INFO >>1 [370] -2014-01-14 11:21:43 sendUrl INFO 1 [370] -2014-01-14 11:22:33 queue INFO >>1 [371] -2014-01-14 11:22:33 sendUrl INFO 1 [371] -2014-01-14 11:23:23 queue INFO >>1 [372] -2014-01-14 11:23:23 sendUrl INFO 1 [372] -2014-01-14 11:24:13 queue INFO >>1 [373] -2014-01-14 11:24:14 sendUrl INFO 1 [373] -2014-01-14 11:25:03 queue INFO >>1 [374] -2014-01-14 11:25:03 sendUrl INFO 1 [374] -2014-01-14 11:25:53 queue INFO >>1 [375] -2014-01-14 11:25:54 sendUrl INFO 1 [375] -2014-01-14 11:26:44 queue INFO >>1 [376] -2014-01-14 11:26:44 sendUrl INFO 1 [376] -2014-01-14 11:27:34 queue INFO >>1 [377] -2014-01-14 11:27:34 sendUrl INFO 1 [377] -2014-01-14 11:28:24 queue INFO >>1 [378] -2014-01-14 11:28:24 sendUrl INFO 1 [378] -2014-01-14 11:29:14 queue INFO >>1 [379] -2014-01-14 11:29:15 sendUrl INFO 1 [379] -2014-01-14 11:30:04 queue INFO >>1 [380] -2014-01-14 11:30:05 sendUrl INFO 1 [380] -2014-01-14 11:30:54 queue INFO >>1 [381] -2014-01-14 11:30:55 sendUrl INFO 1 [381] -2014-01-14 11:31:45 queue INFO >>1 [382] -2014-01-14 11:31:45 sendUrl INFO 1 [382] -2014-01-14 11:32:35 queue INFO >>1 [383] -2014-01-14 11:32:35 sendUrl INFO 1 [383] -2014-01-14 11:33:25 queue INFO >>1 [384] -2014-01-14 11:33:25 sendUrl INFO 1 [384] -2014-01-14 11:34:15 queue INFO >>1 [385] -2014-01-14 11:34:15 sendUrl INFO 1 [385] -2014-01-14 11:35:05 queue INFO >>1 [386] -2014-01-14 11:35:06 sendUrl INFO 1 [386] -2014-01-14 11:35:55 queue INFO >>1 [387] -2014-01-14 11:35:56 sendUrl INFO 1 [387] -2014-01-14 11:36:45 queue INFO >>1 [388] -2014-01-14 11:36:46 sendUrl INFO 1 [388] -2014-01-14 11:37:36 queue INFO >>1 [389] -2014-01-14 11:37:36 sendUrl INFO 1 [389] -2014-01-14 11:38:26 queue INFO >>1 [390] -2014-01-14 11:38:26 sendUrl INFO 1 [390] -2014-01-14 11:39:16 queue INFO >>1 [391] -2014-01-14 11:39:16 sendUrl INFO 1 [391] -2014-01-14 11:40:06 queue INFO >>1 [392] -2014-01-14 11:40:07 sendUrl INFO 1 [392] -2014-01-14 11:40:56 queue INFO >>1 [393] -2014-01-14 11:40:56 sendUrl INFO 1 [393] -2014-01-14 11:41:46 queue INFO >>1 [394] -2014-01-14 11:41:47 sendUrl INFO 1 [394] -2014-01-14 11:42:37 queue INFO >>1 [395] -2014-01-14 11:42:37 sendUrl INFO 1 [395] -2014-01-14 11:43:27 queue INFO >>1 [396] -2014-01-14 11:43:27 sendUrl INFO 1 [396] -2014-01-14 11:44:17 queue INFO >>1 [397] -2014-01-14 11:44:17 sendUrl INFO 1 [397] -2014-01-14 11:45:07 queue INFO >>1 [398] -2014-01-14 11:45:08 sendUrl INFO 1 [398] -2014-01-14 11:45:57 queue INFO >>1 [399] -2014-01-14 11:45:57 sendUrl INFO 1 [399] -2014-01-14 11:46:47 queue INFO >>1 [400] -2014-01-14 11:46:48 sendUrl INFO 1 [400] -2014-01-14 11:47:37 queue INFO >>1 [401] -2014-01-14 11:47:38 sendUrl INFO 1 [401] -2014-01-14 11:48:28 queue INFO >>1 [402] -2014-01-14 11:48:28 sendUrl INFO 1 [402] -2014-01-14 11:49:18 queue INFO >>1 [403] -2014-01-14 11:49:18 sendUrl INFO 1 [403] -2014-01-14 11:50:08 queue INFO >>1 [404] -2014-01-14 11:50:08 sendUrl INFO 1 [404] -2014-01-14 11:50:58 queue INFO >>1 [405] -2014-01-14 11:50:58 sendUrl INFO 1 [405] -2014-01-14 11:51:48 queue INFO >>1 [406] -2014-01-14 11:51:49 sendUrl INFO 1 [406] -2014-01-14 11:52:09 queue INFO 21 [407] -2014-01-14 11:52:09 queue INFO >21 [408] -2014-01-14 11:52:09 sendUrl INFO 21 [407] -2014-01-14 11:52:10 sendUrl INFO 21 [408] -2014-01-14 11:52:59 queue INFO >>21 [409] -2014-01-14 11:52:59 sendUrl INFO 21 [409] -2014-01-14 11:53:49 queue INFO >>21 [410] -2014-01-14 11:53:50 sendUrl INFO 21 [410] -2014-01-14 11:54:39 queue INFO >>21 [411] -2014-01-14 11:54:40 sendUrl INFO 21 [411] -2014-01-14 11:55:30 queue INFO >>21 [412] -2014-01-14 11:55:30 sendUrl INFO 21 [412] -2014-01-14 11:56:20 queue INFO >>21 [413] -2014-01-14 11:56:20 sendUrl INFO 21 [413] -2014-01-14 11:57:10 queue INFO >>21 [414] -2014-01-14 11:57:10 sendUrl INFO 21 [414] -2014-01-14 11:58:00 queue INFO >>21 [415] -2014-01-14 11:58:00 sendUrl INFO 21 [415] -2014-01-14 11:58:50 queue INFO >>21 [416] -2014-01-14 11:58:51 sendUrl INFO 21 [416] -2014-01-14 11:59:40 queue INFO >>21 [417] -2014-01-14 11:59:41 sendUrl INFO 21 [417] -2014-01-14 12:00:30 queue INFO >>21 [418] -2014-01-14 12:00:31 sendUrl INFO 21 [418] -2014-01-14 12:01:21 queue INFO >>21 [419] -2014-01-14 12:01:21 sendUrl INFO 21 [419] -2014-01-14 12:02:11 queue INFO >>21 [420] -2014-01-14 12:02:11 sendUrl INFO 21 [420] -2014-01-14 12:03:01 queue INFO >>21 [421] -2014-01-14 12:03:01 sendUrl INFO 21 [421] -2014-01-14 12:03:51 queue INFO >>21 [422] -2014-01-14 12:03:52 sendUrl INFO 21 [422] -2014-01-14 12:04:41 queue INFO >>21 [423] -2014-01-14 12:04:41 sendUrl INFO 21 [423] -2014-01-14 12:05:31 queue INFO >>21 [424] -2014-01-14 12:05:32 sendUrl INFO 21 [424] -2014-01-14 12:06:22 queue INFO >>21 [425] -2014-01-14 12:06:22 sendUrl INFO 21 [425] -2014-01-14 12:07:12 queue INFO >>21 [426] -2014-01-14 12:07:12 sendUrl INFO 21 [426] -2014-01-14 12:08:02 queue INFO >>21 [427] -2014-01-14 12:08:02 sendUrl INFO 21 [427] -2014-01-14 12:08:52 queue INFO >>21 [428] -2014-01-14 12:08:53 sendUrl INFO 21 [428] -2014-01-14 12:09:42 queue INFO >>21 [429] -2014-01-14 12:09:42 sendUrl INFO 21 [429] -2014-01-14 12:10:32 queue INFO >>21 [430] -2014-01-14 12:10:33 sendUrl INFO 21 [430] -2014-01-14 12:11:22 queue INFO >>21 [431] -2014-01-14 12:11:23 sendUrl INFO 21 [431] -2014-01-14 12:12:13 queue INFO >>21 [432] -2014-01-14 12:12:13 sendUrl INFO 21 [432] -2014-01-14 12:13:03 queue INFO >>21 [433] -2014-01-14 12:13:03 sendUrl INFO 21 [433] -2014-01-14 12:13:53 queue INFO >>21 [434] -2014-01-14 12:13:53 sendUrl INFO 21 [434] -2014-01-14 12:14:43 queue INFO >>21 [435] -2014-01-14 12:14:43 sendUrl INFO 21 [435] -2014-01-14 12:15:33 queue INFO >>21 [436] -2014-01-14 12:15:34 sendUrl INFO 21 [436] -2014-01-14 12:16:23 queue INFO >>21 [437] -2014-01-14 12:16:24 sendUrl INFO 21 [437] -2014-01-14 12:17:14 queue INFO >>21 [438] -2014-01-14 12:17:14 sendUrl INFO 21 [438] -2014-01-14 12:18:04 queue INFO >>21 [439] -2014-01-14 12:18:04 sendUrl INFO 21 [439] -2014-01-14 12:18:54 queue INFO >>21 [440] -2014-01-14 12:18:54 sendUrl INFO 21 [440] -2014-01-14 12:19:44 queue INFO >>21 [441] -2014-01-14 12:19:44 sendUrl INFO 21 [441] -2014-01-14 12:20:34 queue INFO >>21 [442] -2014-01-14 12:20:34 sendUrl INFO 21 [442] -2014-01-14 12:21:24 queue INFO >>21 [443] -2014-01-14 12:21:25 sendUrl INFO 21 [443] -2014-01-14 12:22:14 queue INFO >>21 [444] -2014-01-14 12:22:15 sendUrl INFO 21 [444] -2014-01-14 12:23:05 queue INFO >>21 [445] -2014-01-14 12:23:05 sendUrl INFO 21 [445] -2014-01-14 12:23:55 queue INFO >>21 [446] -2014-01-14 12:23:55 sendUrl INFO 21 [446] -2014-01-14 12:24:45 queue INFO >>21 [447] -2014-01-14 12:24:45 sendUrl INFO 21 [447] -2014-01-14 12:25:35 queue INFO >>21 [448] -2014-01-14 12:25:35 sendUrl INFO 21 [448] -2014-01-14 12:26:25 queue INFO >>21 [449] -2014-01-14 12:26:26 sendUrl INFO 21 [449] -2014-01-14 12:27:15 queue INFO >>21 [450] -2014-01-14 12:27:16 sendUrl INFO 21 [450] -2014-01-14 12:28:06 queue INFO >>21 [451] -2014-01-14 12:28:06 sendUrl INFO 21 [451] -2014-01-14 12:28:56 queue INFO >>21 [452] -2014-01-14 12:28:56 sendUrl INFO 21 [452] -2014-01-14 12:29:46 queue INFO >>21 [453] -2014-01-14 12:29:46 sendUrl INFO 21 [453] -2014-01-14 12:30:36 queue INFO >>21 [454] -2014-01-14 12:30:36 sendUrl INFO 21 [454] -2014-01-14 12:31:26 queue INFO >>21 [455] -2014-01-14 12:31:27 sendUrl INFO 21 [455] -2014-01-14 12:32:16 queue INFO >>21 [456] -2014-01-14 12:32:16 sendUrl INFO 21 [456] -2014-01-14 12:33:06 queue INFO >>21 [457] -2014-01-14 12:33:07 sendUrl INFO 21 [457] -2014-01-14 12:33:57 queue INFO >>21 [458] -2014-01-14 12:33:57 sendUrl INFO 21 [458] -2014-01-14 12:34:47 queue INFO >>21 [459] -2014-01-14 12:34:47 sendUrl INFO 21 [459] -2014-01-14 12:35:37 queue INFO >>21 [460] -2014-01-14 12:35:37 sendUrl INFO 21 [460] -2014-01-14 12:36:27 queue INFO >>21 [461] -2014-01-14 12:36:28 sendUrl INFO 21 [461] -2014-01-14 12:37:17 queue INFO >>21 [462] -2014-01-14 12:37:17 sendUrl INFO 21 [462] -2014-01-14 12:38:07 queue INFO >>21 [463] -2014-01-14 12:38:08 sendUrl INFO 21 [463] -2014-01-14 12:38:58 queue INFO >>21 [464] -2014-01-14 12:38:58 sendUrl INFO 21 [464] -2014-01-14 12:39:48 queue INFO >>21 [465] -2014-01-14 12:39:48 sendUrl INFO 21 [465] -2014-01-14 12:40:38 queue INFO >>21 [466] -2014-01-14 12:40:38 sendUrl INFO 21 [466] -2014-01-14 12:41:28 queue INFO >>21 [467] -2014-01-14 12:41:28 sendUrl INFO 21 [467] -2014-01-14 12:42:18 queue INFO >>21 [468] -2014-01-14 12:42:18 sendUrl INFO 21 [468] -2014-01-14 12:43:08 queue INFO >>21 [469] -2014-01-14 12:43:09 sendUrl INFO 21 [469] -2014-01-14 12:43:58 queue INFO >>21 [470] -2014-01-14 12:43:59 sendUrl INFO 21 [470] -2014-01-14 12:44:49 queue INFO >>21 [471] -2014-01-14 12:44:49 sendUrl INFO 21 [471] -2014-01-14 12:45:39 queue INFO >>21 [472] -2014-01-14 12:45:39 sendUrl INFO 21 [472] -2014-01-14 12:46:29 queue INFO >>21 [473] -2014-01-14 12:46:29 sendUrl INFO 21 [473] -2014-01-14 12:47:19 queue INFO >>21 [474] -2014-01-14 12:47:20 sendUrl INFO 21 [474] -2014-01-14 12:48:09 queue INFO >>21 [475] -2014-01-14 12:48:09 sendUrl INFO 21 [475] -2014-01-14 12:48:59 queue INFO >>21 [476] -2014-01-14 12:49:00 sendUrl INFO 21 [476] -2014-01-14 12:49:50 queue INFO >>21 [477] -2014-01-14 12:49:50 sendUrl INFO 21 [477] -2014-01-14 12:50:40 queue INFO >>21 [478] -2014-01-14 12:50:40 sendUrl INFO 21 [478] -2014-01-14 12:51:30 queue INFO >>21 [479] -2014-01-14 12:51:30 sendUrl INFO 21 [479] -2014-01-14 12:52:20 queue INFO >>21 [480] -2014-01-14 12:52:21 sendUrl INFO 21 [480] -2014-01-14 12:53:10 queue INFO >>21 [481] -2014-01-14 12:53:10 sendUrl INFO 21 [481] -2014-01-14 12:54:00 queue INFO >>21 [482] -2014-01-14 12:54:01 sendUrl INFO 21 [482] -2014-01-14 12:54:50 queue INFO >>21 [483] -2014-01-14 12:54:51 sendUrl INFO 21 [483] -2014-01-14 12:55:41 queue INFO >>21 [484] -2014-01-14 12:55:41 sendUrl INFO 21 [484] -2014-01-14 12:56:31 queue INFO >>21 [485] -2014-01-14 12:56:31 sendUrl INFO 21 [485] -2014-01-14 12:57:21 queue INFO >>21 [486] -2014-01-14 12:57:21 sendUrl INFO 21 [486] -2014-01-14 12:58:11 queue INFO >>21 [487] -2014-01-14 12:58:11 sendUrl INFO 21 [487] -2014-01-14 12:59:01 queue INFO >>21 [488] -2014-01-14 12:59:02 sendUrl INFO 21 [488] -2014-01-14 12:59:51 queue INFO >>21 [489] -2014-01-14 12:59:52 sendUrl INFO 21 [489] -2014-01-14 13:00:42 queue INFO >>21 [490] -2014-01-14 13:00:42 sendUrl INFO 21 [490] -2014-01-14 13:01:32 queue INFO >>21 [491] -2014-01-14 13:01:32 sendUrl INFO 21 [491] -2014-01-14 13:02:22 queue INFO >>21 [492] -2014-01-14 13:02:22 sendUrl INFO 21 [492] -2014-01-14 13:03:12 queue INFO >>21 [493] -2014-01-14 13:03:12 sendUrl INFO 21 [493] -2014-01-14 13:04:02 queue INFO >>21 [494] -2014-01-14 13:04:02 sendUrl INFO 21 [494] -2014-01-14 13:04:52 queue INFO >>21 [495] -2014-01-14 13:04:53 sendUrl INFO 21 [495] -2014-01-14 13:05:42 queue INFO >>21 [496] -2014-01-14 13:05:43 sendUrl INFO 21 [496] -2014-01-14 13:06:32 queue INFO >>21 [497] -2014-01-14 13:06:33 sendUrl INFO 21 [497] -2014-01-14 13:07:23 queue INFO >>21 [498] -2014-01-14 13:07:23 sendUrl INFO 21 [498] -2014-01-14 13:08:13 queue INFO >>21 [499] -2014-01-14 13:08:13 sendUrl INFO 21 [499] -2014-01-14 13:09:03 queue INFO >>21 [500] -2014-01-14 13:09:03 sendUrl INFO 21 [500] -2014-01-14 13:09:53 queue INFO >>21 [501] -2014-01-14 13:09:54 sendUrl INFO 21 [501] -2014-01-14 13:10:43 queue INFO >>21 [502] -2014-01-14 13:10:43 sendUrl INFO 21 [502] -2014-01-14 13:11:33 queue INFO >>21 [503] -2014-01-14 13:11:34 sendUrl INFO 21 [503] -2014-01-14 13:11:36 queue INFO 1 [504] -2014-01-14 13:11:36 queue INFO >1 [505] -2014-01-14 13:11:36 sendUrl INFO 1 [504] -2014-01-14 13:11:36 sendUrl INFO 1 [505] -2014-01-14 13:11:56 queue INFO 5 [506] -2014-01-14 13:11:56 queue INFO >5 [507] -2014-01-14 13:11:56 sendUrl INFO 5 [506] -2014-01-14 13:11:57 sendUrl INFO 5 [507] -2014-01-14 13:11:58 queue INFO 1 [508] -2014-01-14 13:11:58 sendUrl INFO 1 [508] -2014-01-14 13:11:58 queue INFO >1 [509] -2014-01-14 13:11:58 sendUrl INFO 1 [509] -2014-01-14 13:12:48 queue INFO >>1 [510] -2014-01-14 13:12:48 sendUrl INFO 1 [510] -2014-01-14 13:12:50 queue INFO 3 [511] -2014-01-14 13:12:50 queue INFO >3 [512] -2014-01-14 13:12:50 sendUrl INFO 3 [511] -2014-01-14 13:12:51 sendUrl INFO 3 [512] -2014-01-14 13:13:40 queue INFO >>3 [513] -2014-01-14 13:13:41 sendUrl INFO 3 [513] -2014-01-14 13:14:30 queue INFO >>3 [514] -2014-01-14 13:14:30 sendUrl INFO 3 [514] -2014-01-14 13:15:20 queue INFO >>3 [515] -2014-01-14 13:15:21 sendUrl INFO 3 [515] -2014-01-14 13:16:11 queue INFO >>3 [516] -2014-01-14 13:16:11 sendUrl INFO 3 [516] -2014-01-14 13:17:01 queue INFO >>3 [517] -2014-01-14 13:17:01 sendUrl INFO 3 [517] -2014-01-14 13:17:51 queue INFO >>3 [518] -2014-01-14 13:17:51 sendUrl INFO 3 [518] -2014-01-14 13:18:41 queue INFO >>3 [519] -2014-01-14 13:18:42 sendUrl INFO 3 [519] -2014-01-14 13:18:50 queue INFO 7 [520] -2014-01-14 13:18:50 queue INFO >7 [521] -2014-01-14 13:18:50 sendUrl INFO 7 [520] -2014-01-14 13:18:51 sendUrl INFO 7 [521] -2014-01-14 13:18:51 queue INFO 3 [522] -2014-01-14 13:18:52 queue INFO >3 [523] -2014-01-14 13:18:52 sendUrl INFO 3 [522] -2014-01-14 13:18:52 sendUrl INFO 3 [523] -2014-01-14 13:19:42 queue INFO >>3 [524] -2014-01-14 13:19:42 sendUrl INFO 3 [524] -2014-01-14 13:20:32 queue INFO >>3 [525] -2014-01-14 13:20:32 sendUrl INFO 3 [525] -2014-01-14 13:21:22 queue INFO >>3 [526] -2014-01-14 13:21:22 sendUrl INFO 3 [526] -2014-01-14 13:22:12 queue INFO >>3 [527] -2014-01-14 13:22:13 sendUrl INFO 3 [527] -2014-01-14 13:23:02 queue INFO >>3 [528] -2014-01-14 13:23:02 sendUrl INFO 3 [528] -2014-01-14 13:23:52 queue INFO >>3 [529] -2014-01-14 13:23:53 sendUrl INFO 3 [529] -2014-01-14 13:24:43 queue INFO >>3 [530] -2014-01-14 13:24:43 sendUrl INFO 3 [530] -2014-01-14 13:25:33 queue INFO >>3 [531] -2014-01-14 13:25:33 sendUrl INFO 3 [531] -2014-01-14 13:25:43 queue INFO 7 [532] -2014-01-14 13:25:44 sendUrl INFO 7 [532] -2014-01-14 13:25:44 queue INFO >7 [533] -2014-01-14 13:25:44 sendUrl INFO 7 [533] -2014-01-14 13:25:45 queue INFO 3 [534] -2014-01-14 13:25:45 queue INFO >3 [535] -2014-01-14 13:25:46 sendUrl INFO 3 [534] -2014-01-14 13:25:46 sendUrl INFO 3 [535] -2014-01-14 13:26:35 queue INFO >>3 [536] -2014-01-14 13:26:35 sendUrl INFO 3 [536] -2014-01-14 13:27:25 queue INFO >>3 [537] -2014-01-14 13:27:26 sendUrl INFO 3 [537] -2014-01-14 13:28:15 queue INFO >>3 [538] -2014-01-14 13:28:16 sendUrl INFO 3 [538] -2014-01-14 13:29:06 queue INFO >>3 [539] -2014-01-14 13:29:06 sendUrl INFO 3 [539] -2014-01-14 13:29:56 queue INFO >>3 [540] -2014-01-14 13:29:56 sendUrl INFO 3 [540] -2014-01-14 13:30:46 queue INFO >>3 [541] -2014-01-14 13:30:46 sendUrl INFO 3 [541] -2014-01-14 13:31:36 queue INFO >>3 [542] -2014-01-14 13:31:36 sendUrl INFO 3 [542] -2014-01-14 13:32:26 queue INFO >>3 [543] -2014-01-14 13:32:27 sendUrl INFO 3 [543] -2014-01-14 13:32:37 queue INFO 7 [544] -2014-01-14 13:32:37 sendUrl INFO 7 [544] -2014-01-14 13:32:37 queue INFO >7 [545] -2014-01-14 13:32:37 sendUrl INFO 7 [545] -2014-01-14 13:32:38 queue INFO 3 [546] -2014-01-14 13:32:38 queue INFO >3 [547] -2014-01-14 13:32:39 sendUrl INFO 3 [546] -2014-01-14 13:32:39 sendUrl INFO 3 [547] -2014-01-14 13:33:28 queue INFO >>3 [548] -2014-01-14 13:33:29 sendUrl INFO 3 [548] -2014-01-14 13:34:19 queue INFO >>3 [549] -2014-01-14 13:34:19 sendUrl INFO 3 [549] -2014-01-14 13:35:09 queue INFO >>3 [550] -2014-01-14 13:35:09 sendUrl INFO 3 [550] -2014-01-14 13:35:59 queue INFO >>3 [551] -2014-01-14 13:35:59 sendUrl INFO 3 [551] -2014-01-14 13:36:49 queue INFO >>3 [552] -2014-01-14 13:36:49 sendUrl INFO 3 [552] -2014-01-14 13:37:39 queue INFO >>3 [553] -2014-01-14 13:37:39 sendUrl INFO 3 [553] -2014-01-14 13:38:27 queue INFO 19 [554] -2014-01-14 13:38:27 queue INFO >19 [555] -2014-01-14 13:38:27 sendUrl INFO 19 [554] -2014-01-14 13:38:28 sendUrl INFO 19 [555] -2014-01-14 13:39:17 queue INFO >>19 [556] -2014-01-14 13:39:17 sendUrl INFO 19 [556] -2014-01-14 13:40:07 queue INFO >>19 [557] -2014-01-14 13:40:08 sendUrl INFO 19 [557] -2014-01-14 13:40:57 queue INFO >>19 [558] -2014-01-14 13:40:58 sendUrl INFO 19 [558] -2014-01-14 13:41:48 queue INFO >>19 [559] -2014-01-14 13:41:48 sendUrl INFO 19 [559] -2014-01-14 13:42:14 queue INFO 39 [560] -2014-01-14 13:42:14 queue INFO >39 [561] -2014-01-14 13:42:15 sendUrl INFO 39 [560] -2014-01-14 13:42:15 sendUrl INFO 39 [561] -2014-01-14 13:43:04 queue INFO >>39 [562] -2014-01-14 13:43:04 sendUrl INFO 39 [562] -2014-01-14 13:43:55 queue INFO >>39 [563] -2014-01-14 13:43:55 sendUrl INFO 39 [563] -2014-01-14 13:43:55 queue INFO 21 [564] -2014-01-14 13:43:56 queue INFO >21 [565] -2014-01-14 13:43:56 sendUrl INFO 21 [564] -2014-01-14 13:43:56 sendUrl INFO 21 [565] -2014-01-14 13:44:45 queue INFO >>21 [566] -2014-01-14 13:44:46 sendUrl INFO 21 [566] -2014-01-14 13:45:23 queue INFO 1 [567] -2014-01-14 13:45:24 queue INFO >1 [568] -2014-01-14 13:45:24 sendUrl INFO 1 [567] -2014-01-14 13:45:24 sendUrl INFO 1 [568] -2014-01-14 13:45:43 queue INFO 5 [569] -2014-01-14 13:45:43 queue INFO >5 [570] -2014-01-14 13:45:43 sendUrl INFO 5 [569] -2014-01-14 13:45:44 sendUrl INFO 5 [570] -2014-01-14 13:45:44 queue INFO 1 [571] -2014-01-14 13:45:44 queue INFO >1 [572] -2014-01-14 13:45:45 sendUrl INFO 1 [571] -2014-01-14 13:45:45 sendUrl INFO 1 [572] -2014-01-14 13:46:34 queue INFO >>1 [573] -2014-01-14 13:46:35 sendUrl INFO 1 [573] -2014-01-14 13:46:36 queue INFO 3 [574] -2014-01-14 13:46:36 queue INFO >3 [575] -2014-01-14 13:46:36 sendUrl INFO 3 [574] -2014-01-14 13:46:37 sendUrl INFO 3 [575] -2014-01-14 13:47:26 queue INFO >>3 [576] -2014-01-14 13:47:27 sendUrl INFO 3 [576] -2014-01-14 13:48:17 queue INFO >>3 [577] -2014-01-14 13:48:17 sendUrl INFO 3 [577] -2014-01-14 13:49:07 queue INFO >>3 [578] -2014-01-14 13:49:07 sendUrl INFO 3 [578] -2014-01-14 13:49:57 queue INFO >>3 [579] -2014-01-14 13:49:57 sendUrl INFO 3 [579] -2014-01-14 13:50:47 queue INFO >>3 [580] -2014-01-14 13:50:47 sendUrl INFO 3 [580] -2014-01-14 13:51:37 queue INFO >>3 [581] -2014-01-14 13:51:37 sendUrl INFO 3 [581] -2014-01-14 13:52:27 queue INFO >>3 [582] -2014-01-14 13:52:28 sendUrl INFO 3 [582] -2014-01-14 13:52:36 queue INFO 7 [583] -2014-01-14 13:52:36 queue INFO >7 [584] -2014-01-14 13:52:36 sendUrl INFO 7 [583] -2014-01-14 13:52:37 sendUrl INFO 7 [584] -2014-01-14 13:52:38 queue INFO 3 [585] -2014-01-14 13:52:38 sendUrl INFO 3 [585] -2014-01-14 13:52:38 queue INFO >3 [586] -2014-01-14 13:52:38 sendUrl INFO 3 [586] -2014-01-14 13:53:28 queue INFO >>3 [587] -2014-01-14 13:53:28 sendUrl INFO 3 [587] -2014-01-14 13:54:18 queue INFO >>3 [588] -2014-01-14 13:54:19 sendUrl INFO 3 [588] -2014-01-14 13:55:08 queue INFO >>3 [589] -2014-01-14 13:55:08 sendUrl INFO 3 [589] -2014-01-14 13:55:58 queue INFO >>3 [590] -2014-01-14 13:55:59 sendUrl INFO 3 [590] -2014-01-14 13:56:48 queue INFO >>3 [591] -2014-01-14 13:56:49 sendUrl INFO 3 [591] -2014-01-14 13:57:39 queue INFO >>3 [592] -2014-01-14 13:57:39 sendUrl INFO 3 [592] -2014-01-14 13:58:29 queue INFO >>3 [593] -2014-01-14 13:58:29 sendUrl INFO 3 [593] -2014-01-14 13:59:19 queue INFO >>3 [594] -2014-01-14 13:59:20 sendUrl INFO 3 [594] -2014-01-14 13:59:30 queue INFO 7 [595] -2014-01-14 13:59:30 queue INFO >7 [596] -2014-01-14 13:59:30 sendUrl INFO 7 [595] -2014-01-14 13:59:31 sendUrl INFO 7 [596] -2014-01-14 13:59:31 queue INFO 3 [597] -2014-01-14 13:59:31 queue INFO >3 [598] -2014-01-14 13:59:32 sendUrl INFO 3 [597] -2014-01-14 13:59:32 sendUrl INFO 3 [598] -2014-01-14 14:00:21 queue INFO >>3 [599] -2014-01-14 14:00:21 sendUrl INFO 3 [599] -2014-01-14 14:01:11 queue INFO >>3 [600] -2014-01-14 14:01:12 sendUrl INFO 3 [600] -2014-01-14 14:02:02 queue INFO >>3 [601] -2014-01-14 14:02:02 sendUrl INFO 3 [601] -2014-01-14 14:02:52 queue INFO >>3 [602] -2014-01-14 14:02:52 sendUrl INFO 3 [602] -2014-01-14 14:03:23 queue INFO 1 [603] -2014-01-14 14:03:24 queue INFO >1 [604] -2014-01-14 14:03:24 sendUrl INFO 1 [603] -2014-01-14 14:03:24 sendUrl INFO 1 [604] -2014-01-14 14:03:24 queue INFO 21 [605] -2014-01-14 14:03:24 queue INFO >21 [606] -2014-01-14 14:03:25 sendUrl INFO 21 [605] -2014-01-14 14:03:25 sendUrl INFO 21 [606] -2014-01-14 14:04:14 queue INFO >>21 [607] -2014-01-14 14:04:14 sendUrl INFO 21 [607] -2014-01-14 14:05:04 queue INFO >>21 [608] -2014-01-14 14:05:05 sendUrl INFO 21 [608] -2014-01-14 14:05:55 queue INFO >>21 [609] -2014-01-14 14:05:55 sendUrl INFO 21 [609] -2014-01-14 14:06:05 queue INFO 1 [610] -2014-01-14 14:06:05 sendUrl INFO 1 [610] -2014-01-14 14:06:05 queue INFO >1 [611] -2014-01-14 14:06:05 sendUrl INFO 1 [611] -2014-01-14 14:06:10 queue INFO 21 [612] -2014-01-14 14:06:10 queue INFO >21 [613] -2014-01-14 14:06:11 sendUrl INFO 21 [612] -2014-01-14 14:06:11 sendUrl INFO 21 [613] -2014-01-14 14:06:17 queue INFO 1 [614] -2014-01-14 14:06:18 queue INFO >1 [615] -2014-01-14 14:06:18 sendUrl INFO 1 [614] -2014-01-14 14:06:18 sendUrl INFO 1 [615] -2014-01-14 14:06:45 queue INFO 5 [616] -2014-01-14 14:06:45 queue INFO >5 [617] -2014-01-14 14:06:45 sendUrl INFO 5 [616] -2014-01-14 14:06:46 sendUrl INFO 5 [617] -2014-01-14 14:06:46 queue INFO 1 [618] -2014-01-14 14:06:46 queue INFO >1 [619] -2014-01-14 14:06:47 sendUrl INFO 1 [618] -2014-01-14 14:06:47 sendUrl INFO 1 [619] -2014-01-14 14:07:36 queue INFO >>1 [620] -2014-01-14 14:07:36 sendUrl INFO 1 [620] -2014-01-14 14:07:38 queue INFO 3 [621] -2014-01-14 14:07:38 sendUrl INFO 3 [621] -2014-01-14 14:07:38 queue INFO >3 [622] -2014-01-14 14:07:39 sendUrl INFO 3 [622] -2014-01-14 14:08:28 queue INFO >>3 [623] -2014-01-14 14:08:29 sendUrl INFO 3 [623] -2014-01-14 14:08:39 queue INFO 1 [624] -2014-01-14 14:08:39 queue INFO >1 [625] -2014-01-14 14:08:40 sendUrl INFO 1 [624] -2014-01-14 14:08:40 queue INFO 21 [626] -2014-01-14 14:08:40 sendUrl INFO 1 [625] -2014-01-14 14:08:40 queue INFO >21 [627] -2014-01-14 14:08:41 sendUrl INFO 21 [626] -2014-01-14 14:08:41 sendUrl INFO 21 [627] -2014-01-14 14:09:30 queue INFO >>21 [628] -2014-01-14 14:09:31 sendUrl INFO 21 [628] -2014-01-14 14:10:21 queue INFO >>21 [629] -2014-01-14 14:10:21 sendUrl INFO 21 [629] -2014-01-14 14:11:11 queue INFO >>21 [630] -2014-01-14 14:11:11 sendUrl INFO 21 [630] -2014-01-14 14:12:01 queue INFO >>21 [631] -2014-01-14 14:12:01 sendUrl INFO 21 [631] -2014-01-14 14:12:51 queue INFO >>21 [632] -2014-01-14 14:12:51 sendUrl INFO 21 [632] -2014-01-14 14:13:41 queue INFO >>21 [633] -2014-01-14 14:13:41 sendUrl INFO 21 [633] -2014-01-14 14:14:31 queue INFO >>21 [634] -2014-01-14 14:14:32 sendUrl INFO 21 [634] -2014-01-14 14:15:22 queue INFO >>21 [635] -2014-01-14 14:15:22 sendUrl INFO 21 [635] -2014-01-14 14:16:12 queue INFO >>21 [636] -2014-01-14 14:16:12 sendUrl INFO 21 [636] -2014-01-14 14:17:02 queue INFO >>21 [637] -2014-01-14 14:17:02 sendUrl INFO 21 [637] -2014-01-14 14:17:52 queue INFO >>21 [638] -2014-01-14 14:17:53 sendUrl INFO 21 [638] -2014-01-14 14:18:42 queue INFO >>21 [639] -2014-01-14 14:18:42 sendUrl INFO 21 [639] -2014-01-14 14:19:32 queue INFO >>21 [640] -2014-01-14 14:19:33 sendUrl INFO 21 [640] -2014-01-14 14:20:22 queue INFO >>21 [641] -2014-01-14 14:20:23 sendUrl INFO 21 [641] -2014-01-14 14:21:13 queue INFO >>21 [642] -2014-01-14 14:21:13 sendUrl INFO 21 [642] -2014-01-14 14:22:03 queue INFO >>21 [643] -2014-01-14 14:22:03 sendUrl INFO 21 [643] -2014-01-14 14:22:53 queue INFO >>21 [644] -2014-01-14 14:22:53 sendUrl INFO 21 [644] -2014-01-14 14:23:43 queue INFO >>21 [645] -2014-01-14 14:23:43 sendUrl INFO 21 [645] -2014-01-14 14:24:33 queue INFO >>21 [646] -2014-01-14 14:24:34 sendUrl INFO 21 [646] -2014-01-14 14:25:23 queue INFO >>21 [647] -2014-01-14 14:25:24 sendUrl INFO 21 [647] -2014-01-14 14:26:13 queue INFO >>21 [648] -2014-01-14 14:26:14 sendUrl INFO 21 [648] -2014-01-14 14:27:04 queue INFO >>21 [649] -2014-01-14 14:27:04 sendUrl INFO 21 [649] -2014-01-14 14:27:54 queue INFO >>21 [650] -2014-01-14 14:27:54 sendUrl INFO 21 [650] -2014-01-14 14:28:44 queue INFO >>21 [651] -2014-01-14 14:28:44 sendUrl INFO 21 [651] -2014-01-14 14:29:34 queue INFO >>21 [652] -2014-01-14 14:29:34 sendUrl INFO 21 [652] -2014-01-14 14:30:24 queue INFO >>21 [653] -2014-01-14 14:30:25 sendUrl INFO 21 [653] -2014-01-14 14:31:14 queue INFO >>21 [654] -2014-01-14 14:31:14 sendUrl INFO 21 [654] -2014-01-14 14:32:04 queue INFO >>21 [655] -2014-01-14 14:32:05 sendUrl INFO 21 [655] -2014-01-14 14:32:55 queue INFO >>21 [656] -2014-01-14 14:32:55 sendUrl INFO 21 [656] -2014-01-14 14:33:45 queue INFO >>21 [657] -2014-01-14 14:33:45 sendUrl INFO 21 [657] -2014-01-14 14:34:35 queue INFO >>21 [658] -2014-01-14 14:34:35 sendUrl INFO 21 [658] -2014-01-14 14:34:53 queue INFO 1 [659] -2014-01-14 14:34:54 queue INFO >1 [660] -2014-01-14 14:34:54 sendUrl INFO 1 [659] -2014-01-14 14:34:54 sendUrl INFO 1 [660] -2014-01-14 14:35:43 queue INFO >>1 [661] -2014-01-14 14:35:44 sendUrl INFO 1 [661] -2014-01-14 14:36:11 queue INFO 5 [662] -2014-01-14 14:36:11 queue INFO >5 [663] -2014-01-14 14:36:11 sendUrl INFO 5 [662] -2014-01-14 14:36:12 sendUrl INFO 5 [663] -2014-01-14 14:36:12 queue INFO 1 [664] -2014-01-14 14:36:13 queue INFO >1 [665] -2014-01-14 14:36:13 sendUrl INFO 1 [664] -2014-01-14 14:36:13 sendUrl INFO 1 [665] -2014-01-14 14:37:03 queue INFO >>1 [666] -2014-01-14 14:37:03 sendUrl INFO 1 [666] -2014-01-14 14:37:05 queue INFO 3 [667] -2014-01-14 14:37:05 queue INFO >3 [668] -2014-01-14 14:37:05 sendUrl INFO 3 [667] -2014-01-14 14:37:05 sendUrl INFO 3 [668] -2014-01-14 14:37:55 queue INFO >>3 [669] -2014-01-14 14:37:55 sendUrl INFO 3 [669] -2014-01-14 14:38:45 queue INFO >>3 [670] -2014-01-14 14:38:45 sendUrl INFO 3 [670] -2014-01-14 14:39:35 queue INFO >>3 [671] -2014-01-14 14:39:35 sendUrl INFO 3 [671] -2014-01-14 14:40:25 queue INFO >>3 [672] -2014-01-14 14:40:26 sendUrl INFO 3 [672] -2014-01-14 14:41:15 queue INFO >>3 [673] -2014-01-14 14:41:15 sendUrl INFO 3 [673] -2014-01-14 14:42:05 queue INFO >>3 [674] -2014-01-14 14:42:06 sendUrl INFO 3 [674] -2014-01-14 14:42:56 queue INFO >>3 [675] -2014-01-14 14:42:56 sendUrl INFO 3 [675] -2014-01-14 14:43:05 queue INFO 7 [676] -2014-01-14 14:43:05 queue INFO >7 [677] -2014-01-14 14:43:05 sendUrl INFO 7 [676] -2014-01-14 14:43:06 sendUrl INFO 7 [677] -2014-01-14 14:43:06 queue INFO 3 [678] -2014-01-14 14:43:06 queue INFO >3 [679] -2014-01-14 14:43:07 sendUrl INFO 3 [678] -2014-01-14 14:43:07 sendUrl INFO 3 [679] -2014-01-14 14:43:56 queue INFO >>3 [680] -2014-01-14 14:43:56 sendUrl INFO 3 [680] -2014-01-14 14:44:46 queue INFO >>3 [681] -2014-01-14 14:44:47 sendUrl INFO 3 [681] -2014-01-14 14:45:37 queue INFO >>3 [682] -2014-01-14 14:45:37 sendUrl INFO 3 [682] -2014-01-14 14:46:27 queue INFO >>3 [683] -2014-01-14 14:46:27 sendUrl INFO 3 [683] -2014-01-14 14:47:17 queue INFO >>3 [684] -2014-01-14 14:47:17 sendUrl INFO 3 [684] -2014-01-14 14:48:07 queue INFO >>3 [685] -2014-01-14 14:48:07 sendUrl INFO 3 [685] -2014-01-14 14:48:57 queue INFO >>3 [686] -2014-01-14 14:48:58 sendUrl INFO 3 [686] -2014-01-14 14:49:47 queue INFO >>3 [687] -2014-01-14 14:49:47 sendUrl INFO 3 [687] -2014-01-14 14:49:58 queue INFO 7 [688] -2014-01-14 14:49:58 queue INFO >7 [689] -2014-01-14 14:49:58 sendUrl INFO 7 [688] -2014-01-14 14:49:59 sendUrl INFO 7 [689] -2014-01-14 14:50:00 queue INFO 3 [690] -2014-01-14 14:50:00 queue INFO >3 [691] -2014-01-14 14:50:00 sendUrl INFO 3 [690] -2014-01-14 14:50:00 sendUrl INFO 3 [691] -2014-01-14 14:50:50 queue INFO >>3 [692] -2014-01-14 14:50:50 sendUrl INFO 3 [692] -2014-01-14 14:51:40 queue INFO >>3 [693] -2014-01-14 14:51:40 sendUrl INFO 3 [693] -2014-01-14 14:52:30 queue INFO >>3 [694] -2014-01-14 14:52:30 sendUrl INFO 3 [694] -2014-01-14 14:53:20 queue INFO >>3 [695] -2014-01-14 14:53:21 sendUrl INFO 3 [695] -2014-01-14 14:54:10 queue INFO >>3 [696] -2014-01-14 14:54:11 sendUrl INFO 3 [696] -2014-01-14 14:55:01 queue INFO >>3 [697] -2014-01-14 14:55:01 sendUrl INFO 3 [697] -2014-01-14 14:55:51 queue INFO >>3 [698] -2014-01-14 14:55:51 sendUrl INFO 3 [698] -2014-01-14 14:56:41 queue INFO >>3 [699] -2014-01-14 14:56:41 sendUrl INFO 3 [699] -2014-01-14 14:57:01 queue INFO 7 [700] -2014-01-14 14:57:01 sendUrl INFO 7 [700] -2014-01-14 14:57:01 queue INFO >7 [701] -2014-01-14 14:57:01 sendUrl INFO 7 [701] -2014-01-14 14:57:02 queue INFO 3 [702] -2014-01-14 14:57:02 queue INFO >3 [703] -2014-01-14 14:57:03 sendUrl INFO 3 [702] -2014-01-14 14:57:03 sendUrl INFO 3 [703] -2014-01-14 14:57:52 queue INFO >>3 [704] -2014-01-14 14:57:53 sendUrl INFO 3 [704] -2014-01-14 14:58:42 queue INFO >>3 [705] -2014-01-14 14:58:43 sendUrl INFO 3 [705] -2014-01-14 14:59:33 queue INFO >>3 [706] -2014-01-14 14:59:33 sendUrl INFO 3 [706] -2014-01-14 15:00:23 queue INFO >>3 [707] -2014-01-14 15:00:23 sendUrl INFO 3 [707] -2014-01-14 15:01:13 queue INFO >>3 [708] -2014-01-14 15:01:13 sendUrl INFO 3 [708] -2014-01-14 15:02:03 queue INFO >>3 [709] -2014-01-14 15:02:03 sendUrl INFO 3 [709] -2014-01-14 15:02:53 queue INFO >>3 [710] -2014-01-14 15:02:54 sendUrl INFO 3 [710] -2014-01-14 15:03:43 queue INFO >>3 [711] -2014-01-14 15:03:44 sendUrl INFO 3 [711] -2014-01-14 15:04:03 queue INFO 7 [712] -2014-01-14 15:04:03 queue INFO >7 [713] -2014-01-14 15:04:03 sendUrl INFO 7 [712] -2014-01-14 15:04:04 sendUrl INFO 7 [713] -2014-01-14 15:04:04 queue INFO 3 [714] -2014-01-14 15:04:05 sendUrl INFO 3 [714] -2014-01-14 15:04:05 queue INFO >3 [715] -2014-01-14 15:04:05 sendUrl INFO 3 [715] -2014-01-14 15:04:55 queue INFO >>3 [716] -2014-01-14 15:04:55 sendUrl INFO 3 [716] -2014-01-14 15:05:45 queue INFO >>3 [717] -2014-01-14 15:05:45 sendUrl INFO 3 [717] -2014-01-14 15:06:35 queue INFO >>3 [718] -2014-01-14 15:06:35 sendUrl INFO 3 [718] -2014-01-14 15:07:25 queue INFO >>3 [719] -2014-01-14 15:07:25 sendUrl INFO 3 [719] -2014-01-14 15:08:15 queue INFO >>3 [720] -2014-01-14 15:08:16 sendUrl INFO 3 [720] -2014-01-14 15:09:05 queue INFO >>3 [721] -2014-01-14 15:09:06 sendUrl INFO 3 [721] -2014-01-14 15:09:56 queue INFO >>3 [722] -2014-01-14 15:09:56 sendUrl INFO 3 [722] -2014-01-14 15:10:46 queue INFO >>3 [723] -2014-01-14 15:10:46 sendUrl INFO 3 [723] -2014-01-14 15:11:06 queue INFO 7 [724] -2014-01-14 15:11:07 queue INFO >7 [725] -2014-01-14 15:11:07 sendUrl INFO 7 [724] -2014-01-14 15:11:07 sendUrl INFO 7 [725] -2014-01-14 15:11:08 queue INFO 3 [726] -2014-01-14 15:11:08 queue INFO >3 [727] -2014-01-14 15:11:08 sendUrl INFO 3 [726] -2014-01-14 15:11:09 sendUrl INFO 3 [727] -2014-01-14 15:11:58 queue INFO >>3 [728] -2014-01-14 15:11:58 sendUrl INFO 3 [728] -2014-01-14 15:12:48 queue INFO >>3 [729] -2014-01-14 15:12:49 sendUrl INFO 3 [729] -2014-01-14 15:13:38 queue INFO >>3 [730] -2014-01-14 15:13:39 sendUrl INFO 3 [730] -2014-01-14 15:14:29 queue INFO >>3 [731] -2014-01-14 15:14:29 sendUrl INFO 3 [731] -2014-01-14 15:15:19 queue INFO >>3 [732] -2014-01-14 15:15:19 sendUrl INFO 3 [732] -2014-01-14 15:16:09 queue INFO >>3 [733] -2014-01-14 15:16:09 sendUrl INFO 3 [733] -2014-01-14 15:16:55 queue INFO 19 [734] -2014-01-14 15:16:55 sendUrl INFO 19 [734] -2014-01-14 15:16:55 queue INFO >19 [735] -2014-01-14 15:16:55 sendUrl INFO 19 [735] -2014-01-14 15:17:45 queue INFO >>19 [736] -2014-01-14 15:17:45 sendUrl INFO 19 [736] -2014-01-14 15:17:59 queue INFO 39 [737] -2014-01-14 15:17:59 queue INFO >39 [738] -2014-01-14 15:17:59 sendUrl INFO 39 [737] -2014-01-14 15:18:00 sendUrl INFO 39 [738] -2014-01-14 15:18:49 queue INFO >>39 [739] -2014-01-14 15:18:50 sendUrl INFO 39 [739] -2014-01-14 15:19:39 queue INFO >>39 [740] -2014-01-14 15:19:39 sendUrl INFO 39 [740] -2014-01-14 15:20:29 queue INFO >>39 [741] -2014-01-14 15:20:30 sendUrl INFO 39 [741] -2014-01-14 15:21:19 queue INFO >>39 [742] -2014-01-14 15:21:20 sendUrl INFO 39 [742] -2014-01-14 15:22:10 queue INFO >>39 [743] -2014-01-14 15:22:10 sendUrl INFO 39 [743] -2014-01-14 15:23:00 queue INFO >>39 [744] -2014-01-14 15:23:00 sendUrl INFO 39 [744] -2014-01-14 15:23:17 queue INFO 21 [745] -2014-01-14 15:23:17 queue INFO >21 [746] -2014-01-14 15:23:17 sendUrl INFO 21 [745] -2014-01-14 15:23:18 sendUrl INFO 21 [746] -2014-01-14 15:24:07 queue INFO >>21 [747] -2014-01-14 15:24:07 sendUrl INFO 21 [747] -2014-01-14 15:24:57 queue INFO >>21 [748] -2014-01-14 15:24:57 sendUrl INFO 21 [748] -2014-01-14 15:25:00 queue INFO 1 [749] -2014-01-14 15:25:01 queue INFO >1 [750] -2014-01-14 15:25:01 sendUrl INFO 1 [749] -2014-01-14 15:25:01 sendUrl INFO 1 [750] -2014-01-14 15:25:20 queue INFO 5 [751] -2014-01-14 15:25:21 queue INFO >5 [752] -2014-01-14 15:25:21 sendUrl INFO 5 [751] -2014-01-14 15:25:21 sendUrl INFO 5 [752] -2014-01-14 15:25:22 queue INFO 1 [753] -2014-01-14 15:25:22 sendUrl INFO 1 [753] -2014-01-14 15:25:22 queue INFO >1 [754] -2014-01-14 15:25:23 sendUrl INFO 1 [754] -2014-01-14 15:26:12 queue INFO >>1 [755] -2014-01-14 15:26:13 sendUrl INFO 1 [755] -2014-01-14 15:26:14 queue INFO 3 [756] -2014-01-14 15:26:14 queue INFO >3 [757] -2014-01-14 15:26:15 sendUrl INFO 3 [756] -2014-01-14 15:26:15 sendUrl INFO 3 [757] -2014-01-14 15:27:04 queue INFO >>3 [758] -2014-01-14 15:27:05 sendUrl INFO 3 [758] -2014-01-14 15:27:54 queue INFO >>3 [759] -2014-01-14 15:27:55 sendUrl INFO 3 [759] -2014-01-14 15:28:08 queue INFO 21 [760] -2014-01-14 15:28:08 queue INFO >21 [761] -2014-01-14 15:28:08 sendUrl INFO 21 [760] -2014-01-14 15:28:09 sendUrl INFO 21 [761] -2014-01-14 15:28:58 queue INFO >>21 [762] -2014-01-14 15:28:59 sendUrl INFO 21 [762] -2014-01-14 15:29:48 queue INFO >>21 [763] -2014-01-14 15:29:48 sendUrl INFO 21 [763] -2014-01-14 15:30:38 queue INFO >>21 [764] -2014-01-14 15:30:39 sendUrl INFO 21 [764] -2014-01-14 15:31:29 queue INFO >>21 [765] -2014-01-14 15:31:29 sendUrl INFO 21 [765] -2014-01-14 15:32:19 queue INFO >>21 [766] -2014-01-14 15:32:19 sendUrl INFO 21 [766] -2014-01-14 15:33:09 queue INFO >>21 [767] -2014-01-14 15:33:09 sendUrl INFO 21 [767] -2014-01-14 15:33:59 queue INFO >>21 [768] -2014-01-14 15:33:59 sendUrl INFO 21 [768] -2014-01-14 15:34:49 queue INFO >>21 [769] -2014-01-14 15:34:49 sendUrl INFO 21 [769] -2014-01-14 15:35:39 queue INFO >>21 [770] -2014-01-14 15:35:40 sendUrl INFO 21 [770] -2014-01-14 15:36:29 queue INFO >>21 [771] -2014-01-14 15:36:30 sendUrl INFO 21 [771] -2014-01-14 15:37:01 queue INFO 1 [772] -2014-01-14 15:37:01 sendUrl INFO 1 [772] -2014-01-14 15:37:01 queue INFO >1 [773] -2014-01-14 15:37:01 sendUrl INFO 1 [773] -2014-01-14 15:37:17 queue INFO 5 [774] -2014-01-14 15:37:18 queue INFO >5 [775] -2014-01-14 15:37:18 sendUrl INFO 5 [774] -2014-01-14 15:37:18 sendUrl INFO 5 [775] -2014-01-14 15:37:19 queue INFO 1 [776] -2014-01-14 15:37:19 queue INFO >1 [777] -2014-01-14 15:37:20 sendUrl INFO 1 [776] -2014-01-14 15:37:20 sendUrl INFO 1 [777] -2014-01-14 15:38:09 queue INFO >>1 [778] -2014-01-14 15:38:09 sendUrl INFO 1 [778] -2014-01-14 15:38:11 queue INFO 3 [779] -2014-01-14 15:38:11 sendUrl INFO 3 [779] -2014-01-14 15:38:11 queue INFO >3 [780] -2014-01-14 15:38:12 sendUrl INFO 3 [780] -2014-01-14 15:39:01 queue INFO >>3 [781] -2014-01-14 15:39:02 sendUrl INFO 3 [781] -2014-01-14 15:39:51 queue INFO >>3 [782] -2014-01-14 15:39:52 sendUrl INFO 3 [782] -2014-01-14 15:40:42 queue INFO >>3 [783] -2014-01-14 15:40:42 sendUrl INFO 3 [783] -2014-01-14 15:41:32 queue INFO >>3 [784] -2014-01-14 15:41:32 sendUrl INFO 3 [784] -2014-01-14 15:42:22 queue INFO >>3 [785] -2014-01-14 15:42:22 sendUrl INFO 3 [785] -2014-01-14 15:43:12 queue INFO >>3 [786] -2014-01-14 15:43:12 sendUrl INFO 3 [786] -2014-01-14 15:44:02 queue INFO >>3 [787] -2014-01-14 15:44:03 sendUrl INFO 3 [787] -2014-01-14 15:44:11 queue INFO 7 [788] -2014-01-14 15:44:11 queue INFO >7 [789] -2014-01-14 15:44:11 sendUrl INFO 7 [788] -2014-01-14 15:44:12 sendUrl INFO 7 [789] -2014-01-14 15:44:13 queue INFO 3 [790] -2014-01-14 15:44:13 sendUrl INFO 3 [790] -2014-01-14 15:44:13 queue INFO >3 [791] -2014-01-14 15:44:13 sendUrl INFO 3 [791] -2014-01-14 15:45:03 queue INFO >>3 [792] -2014-01-14 15:45:03 sendUrl INFO 3 [792] -2014-01-14 15:45:53 queue INFO >>3 [793] -2014-01-14 15:45:53 sendUrl INFO 3 [793] -2014-01-14 15:46:43 queue INFO >>3 [794] -2014-01-14 15:46:43 sendUrl INFO 3 [794] -2014-01-14 15:47:33 queue INFO >>3 [795] -2014-01-14 15:47:34 sendUrl INFO 3 [795] -2014-01-14 15:48:23 queue INFO >>3 [796] -2014-01-14 15:48:24 sendUrl INFO 3 [796] -2014-01-14 15:49:14 queue INFO >>3 [797] -2014-01-14 15:49:14 sendUrl INFO 3 [797] -2014-01-14 15:50:04 queue INFO >>3 [798] -2014-01-14 15:50:04 sendUrl INFO 3 [798] -2014-01-14 15:50:54 queue INFO >>3 [799] -2014-01-14 15:50:54 sendUrl INFO 3 [799] -2014-01-14 15:51:05 queue INFO 7 [800] -2014-01-14 15:51:05 queue INFO >7 [801] -2014-01-14 15:51:05 sendUrl INFO 7 [800] -2014-01-14 15:51:06 sendUrl INFO 7 [801] -2014-01-14 15:51:06 queue INFO 3 [802] -2014-01-14 15:51:06 queue INFO >3 [803] -2014-01-14 15:51:07 sendUrl INFO 3 [802] -2014-01-14 15:51:07 sendUrl INFO 3 [803] -2014-01-14 15:51:11 queue INFO 9 [804] -2014-01-14 15:51:11 queue INFO >9 [805] -2014-01-14 15:51:11 sendUrl INFO 9 [804] -2014-01-14 15:51:12 sendUrl INFO 9 [805] -2014-01-14 15:52:01 queue INFO >>9 [806] -2014-01-14 15:52:01 sendUrl INFO 9 [806] -2014-01-14 15:52:51 queue INFO >>9 [807] -2014-01-14 15:52:51 sendUrl INFO 9 [807] -2014-01-14 15:53:41 queue INFO >>9 [808] -2014-01-14 15:53:42 sendUrl INFO 9 [808] -2014-01-14 15:54:31 queue INFO >>9 [809] -2014-01-14 15:54:31 sendUrl INFO 9 [809] -2014-01-14 15:55:21 queue INFO >>9 [810] -2014-01-14 15:55:22 sendUrl INFO 9 [810] -2014-01-14 15:56:11 queue INFO >>9 [811] -2014-01-14 15:56:12 sendUrl INFO 9 [811] -2014-01-14 15:56:32 queue INFO 29 [812] -2014-01-14 15:56:32 sendUrl INFO 29 [812] -2014-01-14 15:56:32 queue INFO >29 [813] -2014-01-14 15:56:33 sendUrl INFO 29 [813] -2014-01-14 15:56:33 queue INFO 21 [814] -2014-01-14 15:56:33 queue INFO >21 [815] -2014-01-14 15:56:33 sendUrl INFO 21 [814] -2014-01-14 15:56:34 sendUrl INFO 21 [815] -2014-01-14 15:57:23 queue INFO >>21 [816] -2014-01-14 15:57:23 sendUrl INFO 21 [816] -2014-01-14 15:58:13 queue INFO >>21 [817] -2014-01-14 15:58:13 sendUrl INFO 21 [817] -2014-01-14 15:59:03 queue INFO >>21 [818] -2014-01-14 15:59:04 sendUrl INFO 21 [818] -2014-01-14 15:59:53 queue INFO >>21 [819] -2014-01-14 15:59:54 sendUrl INFO 21 [819] -2014-01-14 16:00:44 queue INFO >>21 [820] -2014-01-14 16:00:44 sendUrl INFO 21 [820] -2014-01-14 16:01:34 queue INFO >>21 [821] -2014-01-14 16:01:34 sendUrl INFO 21 [821] -2014-01-14 16:01:36 queue INFO 1 [822] -2014-01-14 16:01:36 queue INFO >1 [823] -2014-01-14 16:01:36 sendUrl INFO 1 [822] -2014-01-14 16:01:37 sendUrl INFO 1 [823] -2014-01-14 16:02:26 queue INFO >>1 [824] -2014-01-14 16:02:27 sendUrl INFO 1 [824] -2014-01-14 16:03:16 queue INFO >>1 [825] -2014-01-14 16:03:17 sendUrl INFO 1 [825] -2014-01-14 16:04:07 queue INFO >>1 [826] -2014-01-14 16:04:07 sendUrl INFO 1 [826] -2014-01-14 16:04:38 queue INFO 21 [827] -2014-01-14 16:04:39 queue INFO >21 [828] -2014-01-14 16:04:39 sendUrl INFO 21 [827] -2014-01-14 16:04:40 sendUrl INFO 21 [828] -2014-01-14 16:05:29 queue INFO >>21 [829] -2014-01-14 16:05:29 sendUrl INFO 21 [829] -2014-01-14 16:06:19 queue INFO >>21 [830] -2014-01-14 16:06:19 sendUrl INFO 21 [830] -2014-01-14 16:06:56 queue INFO 1 [831] -2014-01-14 16:06:57 queue INFO >1 [832] -2014-01-14 16:06:57 sendUrl INFO 1 [831] -2014-01-14 16:06:57 sendUrl INFO 1 [832] -2014-01-14 16:07:04 queue INFO 3 [833] -2014-01-14 16:07:04 queue INFO >3 [834] -2014-01-14 16:07:05 sendUrl INFO 3 [833] -2014-01-14 16:07:05 sendUrl INFO 3 [834] -2014-01-14 16:07:54 queue INFO >>3 [835] -2014-01-14 16:07:54 sendUrl INFO 3 [835] -2014-01-14 16:08:44 queue INFO >>3 [836] -2014-01-14 16:08:45 sendUrl INFO 3 [836] -2014-01-14 16:09:35 queue INFO >>3 [837] -2014-01-14 16:09:35 sendUrl INFO 3 [837] -2014-01-14 16:10:25 queue INFO >>3 [838] -2014-01-14 16:10:25 sendUrl INFO 3 [838] -2014-01-14 16:11:15 queue INFO >>3 [839] -2014-01-14 16:11:15 sendUrl INFO 3 [839] -2014-01-14 16:12:05 queue INFO >>3 [840] -2014-01-14 16:12:06 sendUrl INFO 3 [840] -2014-01-14 16:12:55 queue INFO >>3 [841] -2014-01-14 16:12:55 sendUrl INFO 3 [841] -2014-01-14 16:13:04 queue INFO 7 [842] -2014-01-14 16:13:04 sendUrl INFO 7 [842] -2014-01-14 16:13:04 queue INFO >7 [843] -2014-01-14 16:13:04 sendUrl INFO 7 [843] -2014-01-14 16:13:05 queue INFO 3 [844] -2014-01-14 16:13:06 queue INFO >3 [845] -2014-01-14 16:13:06 sendUrl INFO 3 [844] -2014-01-14 16:13:06 sendUrl INFO 3 [845] -2014-01-14 16:13:56 queue INFO >>3 [846] -2014-01-14 16:13:56 sendUrl INFO 3 [846] -2014-01-14 16:14:46 queue INFO >>3 [847] -2014-01-14 16:14:46 sendUrl INFO 3 [847] -2014-01-14 16:15:36 queue INFO >>3 [848] -2014-01-14 16:15:36 sendUrl INFO 3 [848] -2014-01-14 16:16:26 queue INFO >>3 [849] -2014-01-14 16:16:26 sendUrl INFO 3 [849] -2014-01-14 16:17:16 queue INFO >>3 [850] -2014-01-14 16:17:17 sendUrl INFO 3 [850] -2014-01-14 16:18:06 queue INFO >>3 [851] -2014-01-14 16:18:06 sendUrl INFO 3 [851] -2014-01-14 16:18:56 queue INFO >>3 [852] -2014-01-14 16:18:57 sendUrl INFO 3 [852] -2014-01-14 16:19:47 queue INFO >>3 [853] -2014-01-14 16:19:47 sendUrl INFO 3 [853] -2014-01-14 16:19:58 queue INFO 1 [854] -2014-01-14 16:19:58 queue INFO >1 [855] -2014-01-14 16:19:58 sendUrl INFO 1 [854] -2014-01-14 16:19:59 sendUrl INFO 1 [855] -2014-01-14 16:20:48 queue INFO >>1 [856] -2014-01-14 16:20:48 sendUrl INFO 1 [856] -2014-01-14 16:21:38 queue INFO >>1 [857] -2014-01-14 16:21:38 sendUrl INFO 1 [857] -2014-01-14 16:22:28 queue INFO >>1 [858] -2014-01-14 16:22:29 sendUrl INFO 1 [858] -2014-01-14 16:22:59 queue INFO 21 [859] -2014-01-14 16:22:59 queue INFO >21 [860] -2014-01-14 16:22:59 sendUrl INFO 21 [859] -2014-01-14 16:22:59 sendUrl INFO 21 [860] -2014-01-14 16:23:49 queue INFO >>21 [861] -2014-01-14 16:23:49 sendUrl INFO 21 [861] -2014-01-14 16:24:39 queue INFO >>21 [862] -2014-01-14 16:24:39 sendUrl INFO 21 [862] -2014-01-14 16:25:06 queue INFO 1 [863] -2014-01-14 16:25:06 queue INFO >1 [864] -2014-01-14 16:25:06 sendUrl INFO 1 [863] -2014-01-14 16:25:07 sendUrl INFO 1 [864] -2014-01-14 16:25:25 queue INFO 5 [865] -2014-01-14 16:25:26 queue INFO >5 [866] -2014-01-14 16:25:26 sendUrl INFO 5 [865] -2014-01-14 16:25:26 sendUrl INFO 5 [866] -2014-01-14 16:25:27 queue INFO 1 [867] -2014-01-14 16:25:27 queue INFO >1 [868] -2014-01-14 16:25:27 sendUrl INFO 1 [867] -2014-01-14 16:25:28 sendUrl INFO 1 [868] -2014-01-14 16:26:17 queue INFO >>1 [869] -2014-01-14 16:26:18 sendUrl INFO 1 [869] -2014-01-14 16:26:19 queue INFO 3 [870] -2014-01-14 16:26:20 queue INFO >3 [871] -2014-01-14 16:26:20 sendUrl INFO 3 [870] -2014-01-14 16:26:20 sendUrl INFO 3 [871] -2014-01-14 16:27:10 queue INFO >>3 [872] -2014-01-14 16:27:10 sendUrl INFO 3 [872] -2014-01-14 16:28:00 queue INFO >>3 [873] -2014-01-14 16:28:00 sendUrl INFO 3 [873] -2014-01-14 16:28:50 queue INFO >>3 [874] -2014-01-14 16:28:50 sendUrl INFO 3 [874] -2014-01-14 16:29:09 queue INFO 21 [875] -2014-01-14 16:29:09 queue INFO >21 [876] -2014-01-14 16:29:09 sendUrl INFO 21 [875] -2014-01-14 16:29:10 sendUrl INFO 21 [876] -2014-01-14 16:29:59 queue INFO >>21 [877] -2014-01-14 16:30:00 sendUrl INFO 21 [877] -2014-01-14 16:30:49 queue INFO >>21 [878] -2014-01-14 16:30:50 sendUrl INFO 21 [878] -2014-01-14 16:31:34 queue INFO 1 [879] -2014-01-14 16:31:34 queue INFO >1 [880] -2014-01-14 16:31:34 sendUrl INFO 1 [879] -2014-01-14 16:31:35 sendUrl INFO 1 [880] -2014-01-14 16:31:53 queue INFO 5 [881] -2014-01-14 16:31:53 queue INFO >5 [882] -2014-01-14 16:31:54 sendUrl INFO 5 [881] -2014-01-14 16:31:54 sendUrl INFO 5 [882] -2014-01-14 16:31:55 queue INFO 1 [883] -2014-01-14 16:31:55 sendUrl INFO 1 [883] -2014-01-14 16:31:55 queue INFO >1 [884] -2014-01-14 16:31:56 sendUrl INFO 1 [884] -2014-01-14 16:32:45 queue INFO >>1 [885] -2014-01-14 16:32:45 sendUrl INFO 1 [885] -2014-01-14 16:32:47 queue INFO 3 [886] -2014-01-14 16:32:47 sendUrl INFO 3 [886] -2014-01-14 16:32:47 queue INFO >3 [887] -2014-01-14 16:32:48 sendUrl INFO 3 [887] -2014-01-14 16:33:37 queue INFO >>3 [888] -2014-01-14 16:33:38 sendUrl INFO 3 [888] -2014-01-14 16:34:28 queue INFO >>3 [889] -2014-01-14 16:34:28 sendUrl INFO 3 [889] -2014-01-14 16:35:18 queue INFO >>3 [890] -2014-01-14 16:35:18 sendUrl INFO 3 [890] -2014-01-14 16:36:08 queue INFO >>3 [891] -2014-01-14 16:36:08 sendUrl INFO 3 [891] -2014-01-14 16:36:58 queue INFO >>3 [892] -2014-01-14 16:36:58 sendUrl INFO 3 [892] -2014-01-14 16:37:48 queue INFO >>3 [893] -2014-01-14 16:37:48 sendUrl INFO 3 [893] -2014-01-14 16:38:38 queue INFO >>3 [894] -2014-01-14 16:38:39 sendUrl INFO 3 [894] -2014-01-14 16:39:28 queue INFO >>3 [895] -2014-01-14 16:39:29 sendUrl INFO 3 [895] -2014-01-14 16:40:18 queue INFO >>3 [896] -2014-01-14 16:40:19 sendUrl INFO 3 [896] -2014-01-14 16:41:09 queue INFO >>3 [897] -2014-01-14 16:41:09 sendUrl INFO 3 [897] -2014-01-14 16:41:59 queue INFO >>3 [898] -2014-01-14 16:41:59 sendUrl INFO 3 [898] -2014-01-14 16:42:49 queue INFO 21 [899] -2014-01-14 16:42:49 queue INFO >21 [900] -2014-01-14 16:42:49 sendUrl INFO 21 [899] -2014-01-14 16:42:50 sendUrl INFO 21 [900] -2014-01-14 16:43:22 queue INFO 1 [901] -2014-01-14 16:43:22 queue INFO >1 [902] -2014-01-14 16:43:22 sendUrl INFO 1 [901] -2014-01-14 16:43:23 sendUrl INFO 1 [902] -2014-01-14 16:44:12 queue INFO >>1 [903] -2014-01-14 16:44:12 sendUrl INFO 1 [903] -2014-01-14 16:45:02 queue INFO >>1 [904] -2014-01-14 16:45:02 sendUrl INFO 1 [904] -2014-01-14 16:45:52 queue INFO >>1 [905] -2014-01-14 16:45:52 sendUrl INFO 1 [905] -2014-01-14 16:46:42 queue INFO >>1 [906] -2014-01-14 16:46:42 sendUrl INFO 1 [906] -2014-01-14 16:47:32 queue INFO >>1 [907] -2014-01-14 16:47:33 sendUrl INFO 1 [907] -2014-01-14 16:48:23 queue INFO >>1 [908] -2014-01-14 16:48:23 sendUrl INFO 1 [908] -2014-01-14 16:49:13 queue INFO >>1 [909] -2014-01-14 16:49:13 sendUrl INFO 1 [909] -2014-01-14 16:50:03 queue INFO >>1 [910] -2014-01-14 16:50:03 sendUrl INFO 1 [910] -2014-01-14 16:50:53 queue INFO >>1 [911] -2014-01-14 16:50:53 sendUrl INFO 1 [911] -2014-01-14 16:51:43 queue INFO >>1 [912] -2014-01-14 16:51:43 sendUrl INFO 1 [912] -2014-01-14 16:52:33 queue INFO >>1 [913] -2014-01-14 16:52:34 sendUrl INFO 1 [913] -2014-01-14 16:53:23 queue INFO >>1 [914] -2014-01-14 16:53:24 sendUrl INFO 1 [914] -2014-01-14 16:54:14 queue INFO >>1 [915] -2014-01-14 16:54:14 sendUrl INFO 1 [915] -2014-01-14 16:55:04 queue INFO >>1 [916] -2014-01-14 16:55:04 sendUrl INFO 1 [916] -2014-01-14 16:55:54 queue INFO >>1 [917] -2014-01-14 16:55:54 sendUrl INFO 1 [917] -2014-01-14 16:56:44 queue INFO >>1 [918] -2014-01-14 16:56:45 sendUrl INFO 1 [918] -2014-01-14 16:57:34 queue INFO >>1 [919] -2014-01-14 16:57:34 sendUrl INFO 1 [919] -2014-01-14 16:58:12 queue INFO 21 [920] -2014-01-14 16:58:12 queue INFO >21 [921] -2014-01-14 16:58:12 sendUrl INFO 21 [920] -2014-01-14 16:58:13 sendUrl INFO 21 [921] -2014-01-14 16:59:02 queue INFO >>21 [922] -2014-01-14 16:59:02 sendUrl INFO 21 [922] -2014-01-14 16:59:52 queue INFO >>21 [923] -2014-01-14 16:59:52 sendUrl INFO 21 [923] -2014-01-14 17:00:25 queue INFO 1 [924] -2014-01-14 17:00:26 queue INFO >1 [925] -2014-01-14 17:00:26 sendUrl INFO 1 [924] -2014-01-14 17:00:26 sendUrl INFO 1 [925] -2014-01-14 17:00:46 queue INFO 5 [926] -2014-01-14 17:00:46 queue INFO >5 [927] -2014-01-14 17:00:46 sendUrl INFO 5 [926] -2014-01-14 17:00:47 sendUrl INFO 5 [927] -2014-01-14 17:00:47 queue INFO 1 [928] -2014-01-14 17:00:48 queue INFO >1 [929] -2014-01-14 17:00:48 sendUrl INFO 1 [928] -2014-01-14 17:00:48 sendUrl INFO 1 [929] -2014-01-14 17:01:38 queue INFO >>1 [930] -2014-01-14 17:01:38 sendUrl INFO 1 [930] -2014-01-14 17:01:40 queue INFO 3 [931] -2014-01-14 17:01:40 queue INFO >3 [932] -2014-01-14 17:01:40 sendUrl INFO 3 [931] -2014-01-14 17:01:41 sendUrl INFO 3 [932] -2014-01-14 17:02:30 queue INFO >>3 [933] -2014-01-14 17:02:30 sendUrl INFO 3 [933] -2014-01-14 17:03:20 queue INFO >>3 [934] -2014-01-14 17:03:20 sendUrl INFO 3 [934] -2014-01-14 17:04:10 queue INFO >>3 [935] -2014-01-14 17:04:11 sendUrl INFO 3 [935] -2014-01-14 17:05:00 queue INFO >>3 [936] -2014-01-14 17:05:01 sendUrl INFO 3 [936] -2014-01-14 17:05:51 queue INFO >>3 [937] -2014-01-14 17:05:51 sendUrl INFO 3 [937] -2014-01-14 17:06:41 queue INFO >>3 [938] -2014-01-14 17:06:41 sendUrl INFO 3 [938] -2014-01-14 17:07:31 queue INFO >>3 [939] -2014-01-14 17:07:31 sendUrl INFO 3 [939] -2014-01-14 17:07:39 queue INFO 7 [940] -2014-01-14 17:07:40 queue INFO >7 [941] -2014-01-14 17:07:40 sendUrl INFO 7 [940] -2014-01-14 17:07:40 sendUrl INFO 7 [941] -2014-01-14 17:07:41 queue INFO 3 [942] -2014-01-14 17:07:41 queue INFO >3 [943] -2014-01-14 17:07:41 sendUrl INFO 3 [942] -2014-01-14 17:07:42 sendUrl INFO 3 [943] -2014-01-14 17:08:31 queue INFO >>3 [944] -2014-01-14 17:08:32 sendUrl INFO 3 [944] -2014-01-14 17:09:21 queue INFO >>3 [945] -2014-01-14 17:09:22 sendUrl INFO 3 [945] -2014-01-14 17:10:12 queue INFO >>3 [946] -2014-01-14 17:10:12 sendUrl INFO 3 [946] -2014-01-14 17:11:02 queue INFO >>3 [947] -2014-01-14 17:11:02 sendUrl INFO 3 [947] -2014-01-14 17:11:52 queue INFO >>3 [948] -2014-01-14 17:11:52 sendUrl INFO 3 [948] -2014-01-14 17:12:42 queue INFO >>3 [949] -2014-01-14 17:12:42 sendUrl INFO 3 [949] -2014-01-14 17:13:32 queue INFO >>3 [950] -2014-01-14 17:13:32 sendUrl INFO 3 [950] -2014-01-14 17:14:22 queue INFO >>3 [951] -2014-01-14 17:14:23 sendUrl INFO 3 [951] -2014-01-14 17:14:33 queue INFO 7 [952] -2014-01-14 17:14:33 sendUrl INFO 7 [952] -2014-01-14 17:14:33 queue INFO >7 [953] -2014-01-14 17:14:34 sendUrl INFO 7 [953] -2014-01-14 17:14:35 queue INFO 3 [954] -2014-01-14 17:14:35 queue INFO >3 [955] -2014-01-14 17:14:35 sendUrl INFO 3 [954] -2014-01-14 17:14:36 sendUrl INFO 3 [955] -2014-01-14 17:15:25 queue INFO >>3 [956] -2014-01-14 17:15:25 sendUrl INFO 3 [956] -2014-01-14 17:16:15 queue INFO >>3 [957] -2014-01-14 17:16:15 sendUrl INFO 3 [957] -2014-01-14 17:17:05 queue INFO >>3 [958] -2014-01-14 17:17:06 sendUrl INFO 3 [958] -2014-01-14 17:17:55 queue INFO >>3 [959] -2014-01-14 17:17:56 sendUrl INFO 3 [959] -2014-01-14 17:18:46 queue INFO >>3 [960] -2014-01-14 17:18:46 sendUrl INFO 3 [960] -2014-01-14 17:19:36 queue INFO >>3 [961] -2014-01-14 17:19:36 sendUrl INFO 3 [961] -2014-01-14 17:20:26 queue INFO >>3 [962] -2014-01-14 17:20:26 sendUrl INFO 3 [962] -2014-01-14 17:21:16 queue INFO >>3 [963] -2014-01-14 17:21:16 sendUrl INFO 3 [963] -2014-01-14 17:21:27 queue INFO 7 [964] -2014-01-14 17:21:27 queue INFO >7 [965] -2014-01-14 17:21:27 sendUrl INFO 7 [964] -2014-01-14 17:21:28 sendUrl INFO 7 [965] -2014-01-14 17:21:28 queue INFO 3 [966] -2014-01-14 17:21:28 queue INFO >3 [967] -2014-01-14 17:21:29 sendUrl INFO 3 [966] -2014-01-14 17:21:29 sendUrl INFO 3 [967] -2014-01-14 17:22:18 queue INFO >>3 [968] -2014-01-14 17:22:19 sendUrl INFO 3 [968] -2014-01-14 17:23:09 queue INFO >>3 [969] -2014-01-14 17:23:09 sendUrl INFO 3 [969] -2014-01-14 17:23:59 queue INFO >>3 [970] -2014-01-14 17:23:59 sendUrl INFO 3 [970] -2014-01-14 17:24:49 queue INFO >>3 [971] -2014-01-14 17:24:49 sendUrl INFO 3 [971] -2014-01-14 17:25:39 queue INFO >>3 [972] -2014-01-14 17:25:39 sendUrl INFO 3 [972] -2014-01-14 17:26:29 queue INFO >>3 [973] -2014-01-14 17:26:30 sendUrl INFO 3 [973] -2014-01-14 17:27:19 queue INFO >>3 [974] -2014-01-14 17:27:19 sendUrl INFO 3 [974] -2014-01-14 17:28:09 queue INFO >>3 [975] -2014-01-14 17:28:10 sendUrl INFO 3 [975] -2014-01-14 17:28:21 queue INFO 7 [976] -2014-01-14 17:28:21 queue INFO >7 [977] -2014-01-14 17:28:21 sendUrl INFO 7 [976] -2014-01-14 17:28:22 sendUrl INFO 7 [977] -2014-01-14 17:28:23 queue INFO 3 [978] -2014-01-14 17:28:23 sendUrl INFO 3 [978] -2014-01-14 17:28:23 queue INFO >3 [979] -2014-01-14 17:28:23 sendUrl INFO 3 [979] -2014-01-14 17:29:13 queue INFO >>3 [980] -2014-01-14 17:29:13 sendUrl INFO 3 [980] -2014-01-14 17:30:03 queue INFO >>3 [981] -2014-01-14 17:30:03 sendUrl INFO 3 [981] -2014-01-14 17:30:53 queue INFO >>3 [982] -2014-01-14 17:30:53 sendUrl INFO 3 [982] -2014-01-14 17:31:43 queue INFO >>3 [983] -2014-01-14 17:31:44 sendUrl INFO 3 [983] -2014-01-14 17:32:33 queue INFO >>3 [984] -2014-01-14 17:32:34 sendUrl INFO 3 [984] -2014-01-14 17:33:24 queue INFO >>3 [985] -2014-01-14 17:33:24 sendUrl INFO 3 [985] -2014-01-14 17:34:14 queue INFO >>3 [986] -2014-01-14 17:34:14 sendUrl INFO 3 [986] -2014-01-14 17:35:04 queue INFO >>3 [987] -2014-01-14 17:35:04 sendUrl INFO 3 [987] -2014-01-14 17:35:15 queue INFO 7 [988] -2014-01-14 17:35:15 sendUrl INFO 7 [988] -2014-01-14 17:35:15 queue INFO >7 [989] -2014-01-14 17:35:16 sendUrl INFO 7 [989] -2014-01-14 17:35:17 queue INFO 3 [990] -2014-01-14 17:35:17 queue INFO >3 [991] -2014-01-14 17:35:17 sendUrl INFO 3 [990] -2014-01-14 17:35:18 sendUrl INFO 3 [991] -2014-01-14 17:36:07 queue INFO >>3 [992] -2014-01-14 17:36:07 sendUrl INFO 3 [992] -2014-01-14 17:36:57 queue INFO >>3 [993] -2014-01-14 17:36:57 sendUrl INFO 3 [993] -2014-01-14 17:37:47 queue INFO >>3 [994] -2014-01-14 17:37:47 sendUrl INFO 3 [994] -2014-01-14 17:38:37 queue INFO >>3 [995] -2014-01-14 17:38:37 sendUrl INFO 3 [995] -2014-01-14 17:39:27 queue INFO >>3 [996] -2014-01-14 17:39:28 sendUrl INFO 3 [996] -2014-01-14 17:40:17 queue INFO >>3 [997] -2014-01-14 17:40:18 sendUrl INFO 3 [997] -2014-01-14 17:41:08 queue INFO >>3 [998] -2014-01-14 17:41:08 sendUrl INFO 3 [998] -2014-01-14 17:41:58 queue INFO >>3 [999] -2014-01-14 17:41:58 sendUrl INFO 3 [999] -2014-01-14 17:42:09 queue INFO 7 [0] -2014-01-14 17:42:09 queue INFO >7 [1] -2014-01-14 17:42:09 sendUrl INFO 7 [0] -2014-01-14 17:42:09 sendUrl INFO 7 [1] -2014-01-14 17:42:10 queue INFO 3 [2] -2014-01-14 17:42:10 sendUrl INFO 3 [2] -2014-01-14 17:42:10 queue INFO >3 [3] -2014-01-14 17:42:11 sendUrl INFO 3 [3] -2014-01-14 17:43:00 queue INFO >>3 [4] -2014-01-14 17:43:01 sendUrl INFO 3 [4] -2014-01-14 17:43:51 queue INFO >>3 [5] -2014-01-14 17:43:51 sendUrl INFO 3 [5] -2014-01-14 17:44:41 queue INFO >>3 [6] -2014-01-14 17:44:41 sendUrl INFO 3 [6] -2014-01-14 17:45:31 queue INFO >>3 [7] -2014-01-14 17:45:31 sendUrl INFO 3 [7] -2014-01-14 17:46:21 queue INFO >>3 [8] -2014-01-14 17:46:22 sendUrl INFO 3 [8] -2014-01-14 17:47:11 queue INFO >>3 [9] -2014-01-14 17:47:11 sendUrl INFO 3 [9] -2014-01-14 17:48:01 queue INFO >>3 [10] -2014-01-14 17:48:02 sendUrl INFO 3 [10] -2014-01-14 17:48:51 queue INFO >>3 [11] -2014-01-14 17:48:52 sendUrl INFO 3 [11] -2014-01-14 17:49:02 queue INFO 7 [12] -2014-01-14 17:49:02 queue INFO >7 [13] -2014-01-14 17:49:03 sendUrl INFO 7 [12] -2014-01-14 17:49:03 sendUrl INFO 7 [13] -2014-01-14 17:49:04 queue INFO 3 [14] -2014-01-14 17:49:04 queue INFO >3 [15] -2014-01-14 17:49:04 sendUrl INFO 3 [14] -2014-01-14 17:49:05 sendUrl INFO 3 [15] -2014-01-14 17:49:54 queue INFO >>3 [16] -2014-01-14 17:49:54 sendUrl INFO 3 [16] -2014-01-14 17:50:44 queue INFO >>3 [17] -2014-01-14 17:50:44 sendUrl INFO 3 [17] -2014-01-14 17:51:34 queue INFO >>3 [18] -2014-01-14 17:51:35 sendUrl INFO 3 [18] -2014-01-14 17:52:24 queue INFO >>3 [19] -2014-01-14 17:52:24 sendUrl INFO 3 [19] -2014-01-14 17:53:14 queue INFO >>3 [20] -2014-01-14 17:53:15 sendUrl INFO 3 [20] -2014-01-14 17:54:05 queue INFO >>3 [21] -2014-01-14 17:54:05 sendUrl INFO 3 [21] -2014-01-14 17:54:55 queue INFO >>3 [22] -2014-01-14 17:54:55 sendUrl INFO 3 [22] -2014-01-14 17:55:45 queue INFO >>3 [23] -2014-01-14 17:55:45 sendUrl INFO 3 [23] -2014-01-14 17:55:56 queue INFO 7 [24] -2014-01-14 17:55:56 queue INFO >7 [25] -2014-01-14 17:55:56 sendUrl INFO 7 [24] -2014-01-14 17:55:56 sendUrl INFO 7 [25] -2014-01-14 17:55:57 queue INFO 3 [26] -2014-01-14 17:55:57 queue INFO >3 [27] -2014-01-14 17:55:57 sendUrl INFO 3 [26] -2014-01-14 17:55:58 sendUrl INFO 3 [27] -2014-01-14 17:56:47 queue INFO >>3 [28] -2014-01-14 17:56:48 sendUrl INFO 3 [28] -2014-01-14 17:57:37 queue INFO >>3 [29] -2014-01-14 17:57:38 sendUrl INFO 3 [29] -2014-01-14 17:58:28 queue INFO >>3 [30] -2014-01-14 17:58:28 sendUrl INFO 3 [30] -2014-01-14 17:59:18 queue INFO >>3 [31] -2014-01-14 17:59:18 sendUrl INFO 3 [31] -2014-01-14 18:00:08 queue INFO >>3 [32] -2014-01-14 18:00:08 sendUrl INFO 3 [32] -2014-01-14 18:00:58 queue INFO >>3 [33] -2014-01-14 18:00:58 sendUrl INFO 3 [33] -2014-01-14 18:01:48 queue INFO >>3 [34] -2014-01-14 18:01:49 sendUrl INFO 3 [34] -2014-01-14 18:02:38 queue INFO >>3 [35] -2014-01-14 18:02:39 sendUrl INFO 3 [35] -2014-01-14 18:02:50 queue INFO 7 [36] -2014-01-14 18:02:50 sendUrl INFO 7 [36] -2014-01-14 18:02:50 queue INFO >7 [37] -2014-01-14 18:02:51 sendUrl INFO 7 [37] -2014-01-14 18:02:52 queue INFO 3 [38] -2014-01-14 18:02:52 queue INFO >3 [39] -2014-01-14 18:02:52 sendUrl INFO 3 [38] -2014-01-14 18:02:53 sendUrl INFO 3 [39] -2014-01-14 18:03:42 queue INFO >>3 [40] -2014-01-14 18:03:42 sendUrl INFO 3 [40] -2014-01-14 18:04:32 queue INFO >>3 [41] -2014-01-14 18:04:32 sendUrl INFO 3 [41] -2014-01-14 18:05:22 queue INFO >>3 [42] -2014-01-14 18:05:22 sendUrl INFO 3 [42] -2014-01-14 18:06:12 queue INFO >>3 [43] -2014-01-14 18:06:13 sendUrl INFO 3 [43] -2014-01-14 18:06:34 queue INFO 21 [44] -2014-01-14 18:06:35 queue INFO >21 [45] -2014-01-14 18:06:35 sendUrl INFO 21 [44] -2014-01-14 18:06:35 sendUrl INFO 21 [45] -2014-01-14 18:07:24 queue INFO >>21 [46] -2014-01-14 18:07:25 sendUrl INFO 21 [46] -2014-01-14 18:07:43 queue INFO 1 [47] -2014-01-14 18:07:43 queue INFO >1 [48] -2014-01-14 18:07:43 sendUrl INFO 1 [47] -2014-01-14 18:07:44 sendUrl INFO 1 [48] -2014-01-14 18:08:04 queue INFO 3 [49] -2014-01-14 18:08:04 queue INFO >3 [50] -2014-01-14 18:08:05 sendUrl INFO 3 [49] -2014-01-14 18:08:05 sendUrl INFO 3 [50] -2014-01-14 18:08:54 queue INFO >>3 [51] -2014-01-14 18:08:55 sendUrl INFO 3 [51] -2014-01-14 18:09:45 queue INFO >>3 [52] -2014-01-14 18:09:45 sendUrl INFO 3 [52] -2014-01-14 18:10:35 queue INFO >>3 [53] -2014-01-14 18:10:35 sendUrl INFO 3 [53] -2014-01-14 18:10:58 queue INFO 7 [54] -2014-01-14 18:10:58 sendUrl INFO 7 [54] -2014-01-14 18:10:59 queue INFO >7 [55] -2014-01-14 18:10:59 sendUrl INFO 7 [55] -2014-01-14 18:11:00 queue INFO 3 [56] -2014-01-14 18:11:00 queue INFO >3 [57] -2014-01-14 18:11:00 sendUrl INFO 3 [56] -2014-01-14 18:11:01 sendUrl INFO 3 [57] -2014-01-14 18:11:50 queue INFO >>3 [58] -2014-01-14 18:11:50 sendUrl INFO 3 [58] -2014-01-14 18:12:40 queue INFO >>3 [59] -2014-01-14 18:12:41 sendUrl INFO 3 [59] -2014-01-14 18:13:30 queue INFO >>3 [60] -2014-01-14 18:13:31 sendUrl INFO 3 [60] -2014-01-14 18:14:21 queue INFO >>3 [61] -2014-01-14 18:14:21 sendUrl INFO 3 [61] -2014-01-14 18:15:11 queue INFO >>3 [62] -2014-01-14 18:15:11 sendUrl INFO 3 [62] -2014-01-14 18:16:01 queue INFO >>3 [63] -2014-01-14 18:16:01 sendUrl INFO 3 [63] -2014-01-14 18:16:51 queue INFO >>3 [64] -2014-01-14 18:16:51 sendUrl INFO 3 [64] -2014-01-14 18:17:41 queue INFO >>3 [65] -2014-01-14 18:17:42 sendUrl INFO 3 [65] -2014-01-14 18:17:52 queue INFO 7 [66] -2014-01-14 18:17:52 queue INFO >7 [67] -2014-01-14 18:17:52 sendUrl INFO 7 [66] -2014-01-14 18:17:53 sendUrl INFO 7 [67] -2014-01-14 18:17:54 queue INFO 3 [68] -2014-01-14 18:17:54 sendUrl INFO 3 [68] -2014-01-14 18:17:54 queue INFO >3 [69] -2014-01-14 18:17:54 sendUrl INFO 3 [69] -2014-01-14 18:18:44 queue INFO >>3 [70] -2014-01-14 18:18:44 sendUrl INFO 3 [70] -2014-01-14 18:19:34 queue INFO >>3 [71] -2014-01-14 18:19:34 sendUrl INFO 3 [71] -2014-01-14 18:20:24 queue INFO >>3 [72] -2014-01-14 18:20:24 sendUrl INFO 3 [72] -2014-01-14 18:21:14 queue INFO >>3 [73] -2014-01-14 18:21:15 sendUrl INFO 3 [73] -2014-01-14 18:22:04 queue INFO >>3 [74] -2014-01-14 18:22:05 sendUrl INFO 3 [74] -2014-01-14 18:22:55 queue INFO >>3 [75] -2014-01-14 18:22:55 sendUrl INFO 3 [75] -2014-01-14 18:23:45 queue INFO >>3 [76] -2014-01-14 18:23:45 sendUrl INFO 3 [76] -2014-01-14 18:24:35 queue INFO >>3 [77] -2014-01-14 18:24:35 sendUrl INFO 3 [77] -2014-01-14 18:24:45 queue INFO 7 [78] -2014-01-14 18:24:46 queue INFO >7 [79] -2014-01-14 18:24:46 sendUrl INFO 7 [78] -2014-01-14 18:24:46 sendUrl INFO 7 [79] -2014-01-14 18:24:47 queue INFO 3 [80] -2014-01-14 18:24:47 queue INFO >3 [81] -2014-01-14 18:24:48 sendUrl INFO 3 [80] -2014-01-14 18:24:48 sendUrl INFO 3 [81] -2014-01-14 18:25:37 queue INFO >>3 [82] -2014-01-14 18:25:37 sendUrl INFO 3 [82] -2014-01-14 18:26:27 queue INFO >>3 [83] -2014-01-14 18:26:28 sendUrl INFO 3 [83] -2014-01-14 18:27:18 queue INFO >>3 [84] -2014-01-14 18:27:18 sendUrl INFO 3 [84] -2014-01-14 18:28:08 queue INFO >>3 [85] -2014-01-14 18:28:08 sendUrl INFO 3 [85] -2014-01-14 18:28:58 queue INFO >>3 [86] -2014-01-14 18:28:58 sendUrl INFO 3 [86] -2014-01-14 18:29:48 queue INFO >>3 [87] -2014-01-14 18:29:49 sendUrl INFO 3 [87] -2014-01-14 18:30:38 queue INFO >>3 [88] -2014-01-14 18:30:38 sendUrl INFO 3 [88] -2014-01-14 18:31:28 queue INFO >>3 [89] -2014-01-14 18:31:29 sendUrl INFO 3 [89] -2014-01-14 18:31:39 queue INFO 7 [90] -2014-01-14 18:31:39 queue INFO >7 [91] -2014-01-14 18:31:39 sendUrl INFO 7 [90] -2014-01-14 18:31:40 sendUrl INFO 7 [91] -2014-01-14 18:31:41 queue INFO 3 [92] -2014-01-14 18:31:41 queue INFO >3 [93] -2014-01-14 18:31:41 sendUrl INFO 3 [92] -2014-01-14 18:31:41 sendUrl INFO 3 [93] -2014-01-14 18:32:05 queue INFO 21 [94] -2014-01-14 18:32:05 sendUrl INFO 21 [94] -2014-01-14 18:32:05 queue INFO >21 [95] -2014-01-14 18:32:05 sendUrl INFO 21 [95] -2014-01-14 18:32:55 queue INFO >>21 [96] -2014-01-14 18:32:55 sendUrl INFO 21 [96] -2014-01-14 18:33:27 queue INFO 1 [97] -2014-01-14 18:33:27 queue INFO >1 [98] -2014-01-14 18:33:28 sendUrl INFO 1 [97] -2014-01-14 18:33:28 sendUrl INFO 1 [98] -2014-01-14 18:34:03 queue INFO 3 [99] -2014-01-14 18:34:03 sendUrl INFO 3 [99] -2014-01-14 18:34:03 queue INFO >3 [100] -2014-01-14 18:34:03 sendUrl INFO 3 [100] -2014-01-14 18:34:53 queue INFO >>3 [101] -2014-01-14 18:34:53 sendUrl INFO 3 [101] -2014-01-14 18:35:43 queue INFO >>3 [102] -2014-01-14 18:35:43 sendUrl INFO 3 [102] -2014-01-14 18:36:33 queue INFO >>3 [103] -2014-01-14 18:36:33 sendUrl INFO 3 [103] -2014-01-14 18:37:23 queue INFO >>3 [104] -2014-01-14 18:37:24 sendUrl INFO 3 [104] -2014-01-14 18:38:13 queue INFO >>3 [105] -2014-01-14 18:38:14 sendUrl INFO 3 [105] -2014-01-14 18:39:03 queue INFO >>3 [106] -2014-01-14 18:39:04 sendUrl INFO 3 [106] -2014-01-14 18:39:54 queue INFO >>3 [107] -2014-01-14 18:39:54 sendUrl INFO 3 [107] -2014-01-14 18:40:44 queue INFO >>3 [108] -2014-01-14 18:40:44 sendUrl INFO 3 [108] -2014-01-14 18:41:34 queue INFO >>3 [109] -2014-01-14 18:41:34 sendUrl INFO 3 [109] -2014-01-14 18:42:24 queue INFO >>3 [110] -2014-01-14 18:42:25 sendUrl INFO 3 [110] -2014-01-14 18:43:14 queue INFO >>3 [111] -2014-01-14 18:43:14 sendUrl INFO 3 [111] -2014-01-14 18:44:04 queue INFO >>3 [112] -2014-01-14 18:44:05 sendUrl INFO 3 [112] -2014-01-14 18:44:55 queue INFO >>3 [113] -2014-01-14 18:44:55 sendUrl INFO 3 [113] -2014-01-14 18:45:45 queue INFO >>3 [114] -2014-01-14 18:45:45 sendUrl INFO 3 [114] -2014-01-14 18:46:35 queue INFO >>3 [115] -2014-01-14 18:46:35 sendUrl INFO 3 [115] -2014-01-14 18:47:25 queue INFO >>3 [116] -2014-01-14 18:47:26 sendUrl INFO 3 [116] -2014-01-14 18:48:15 queue INFO >>3 [117] -2014-01-14 18:48:15 sendUrl INFO 3 [117] -2014-01-14 18:49:05 queue INFO >>3 [118] -2014-01-14 18:49:06 sendUrl INFO 3 [118] -2014-01-14 18:49:55 queue INFO >>3 [119] -2014-01-14 18:49:56 sendUrl INFO 3 [119] -2014-01-14 18:50:46 queue INFO >>3 [120] -2014-01-14 18:50:46 sendUrl INFO 3 [120] -2014-01-14 18:51:36 queue INFO >>3 [121] -2014-01-14 18:51:36 sendUrl INFO 3 [121] -2014-01-14 18:52:26 queue INFO >>3 [122] -2014-01-14 18:52:26 sendUrl INFO 3 [122] -2014-01-14 18:53:16 queue INFO >>3 [123] -2014-01-14 18:53:16 sendUrl INFO 3 [123] -2014-01-14 18:53:24 queue INFO 7 [124] -2014-01-14 18:53:24 sendUrl INFO 7 [124] -2014-01-14 18:53:25 queue INFO >7 [125] -2014-01-14 18:53:25 sendUrl INFO 7 [125] -2014-01-14 18:53:26 queue INFO 3 [126] -2014-01-14 18:53:26 queue INFO >3 [127] -2014-01-14 18:53:27 sendUrl INFO 3 [126] -2014-01-14 18:53:27 sendUrl INFO 3 [127] -2014-01-14 18:54:16 queue INFO >>3 [128] -2014-01-14 18:54:16 sendUrl INFO 3 [128] -2014-01-14 18:55:06 queue INFO >>3 [129] -2014-01-14 18:55:07 sendUrl INFO 3 [129] -2014-01-14 18:55:56 queue INFO >>3 [130] -2014-01-14 18:55:56 sendUrl INFO 3 [130] -2014-01-14 18:56:47 queue INFO >>3 [131] -2014-01-14 18:56:47 sendUrl INFO 3 [131] -2014-01-14 18:57:37 queue INFO >>3 [132] -2014-01-14 18:57:37 sendUrl INFO 3 [132] -2014-01-14 18:58:27 queue INFO >>3 [133] -2014-01-14 18:58:27 sendUrl INFO 3 [133] -2014-01-14 18:59:17 queue INFO >>3 [134] -2014-01-14 18:59:17 sendUrl INFO 3 [134] -2014-01-14 19:00:07 queue INFO >>3 [135] -2014-01-14 19:00:08 sendUrl INFO 3 [135] -2014-01-14 19:00:18 queue INFO 7 [136] -2014-01-14 19:00:18 queue INFO >7 [137] -2014-01-14 19:00:19 sendUrl INFO 7 [136] -2014-01-14 19:00:19 sendUrl INFO 7 [137] -2014-01-14 19:00:20 queue INFO 3 [138] -2014-01-14 19:00:20 queue INFO >3 [139] -2014-01-14 19:00:20 sendUrl INFO 3 [138] -2014-01-14 19:00:21 sendUrl INFO 3 [139] -2014-01-14 19:01:10 queue INFO >>3 [140] -2014-01-14 19:01:10 sendUrl INFO 3 [140] -2014-01-14 19:02:00 queue INFO >>3 [141] -2014-01-14 19:02:00 sendUrl INFO 3 [141] -2014-01-14 19:02:50 queue INFO >>3 [142] -2014-01-14 19:02:51 sendUrl INFO 3 [142] -2014-01-14 19:03:40 queue INFO >>3 [143] -2014-01-14 19:03:41 sendUrl INFO 3 [143] -2014-01-14 19:04:31 queue INFO >>3 [144] -2014-01-14 19:04:31 sendUrl INFO 3 [144] -2014-01-14 19:05:21 queue INFO >>3 [145] -2014-01-14 19:05:21 sendUrl INFO 3 [145] -2014-01-14 19:06:11 queue INFO >>3 [146] -2014-01-14 19:06:11 sendUrl INFO 3 [146] -2014-01-14 19:07:01 queue INFO >>3 [147] -2014-01-14 19:07:01 sendUrl INFO 3 [147] -2014-01-14 19:07:12 queue INFO 7 [148] -2014-01-14 19:07:12 sendUrl INFO 7 [148] -2014-01-14 19:07:12 queue INFO >7 [149] -2014-01-14 19:07:13 sendUrl INFO 7 [149] -2014-01-14 19:07:13 queue INFO 3 [150] -2014-01-14 19:07:14 queue INFO >3 [151] -2014-01-14 19:07:14 sendUrl INFO 3 [150] -2014-01-14 19:07:15 sendUrl INFO 3 [151] -2014-01-14 19:08:04 queue INFO >>3 [152] -2014-01-14 19:08:04 sendUrl INFO 3 [152] -2014-01-14 19:08:54 queue INFO >>3 [153] -2014-01-14 19:08:54 sendUrl INFO 3 [153] -2014-01-14 19:09:44 queue INFO >>3 [154] -2014-01-14 19:09:44 sendUrl INFO 3 [154] -2014-01-14 19:10:34 queue INFO >>3 [155] -2014-01-14 19:10:34 sendUrl INFO 3 [155] -2014-01-14 19:11:24 queue INFO >>3 [156] -2014-01-14 19:11:25 sendUrl INFO 3 [156] -2014-01-14 19:12:14 queue INFO >>3 [157] -2014-01-14 19:12:15 sendUrl INFO 3 [157] -2014-01-14 19:13:05 queue INFO >>3 [158] -2014-01-14 19:13:05 sendUrl INFO 3 [158] -2014-01-14 19:13:55 queue INFO >>3 [159] -2014-01-14 19:13:55 sendUrl INFO 3 [159] -2014-01-14 19:14:05 queue INFO 7 [160] -2014-01-14 19:14:06 queue INFO >7 [161] -2014-01-14 19:14:06 sendUrl INFO 7 [160] -2014-01-14 19:14:06 sendUrl INFO 7 [161] -2014-01-14 19:14:07 queue INFO 3 [162] -2014-01-14 19:14:07 queue INFO >3 [163] -2014-01-14 19:14:07 sendUrl INFO 3 [162] -2014-01-14 19:14:08 sendUrl INFO 3 [163] -2014-01-14 19:14:57 queue INFO >>3 [164] -2014-01-14 19:14:58 sendUrl INFO 3 [164] -2014-01-14 19:15:47 queue INFO >>3 [165] -2014-01-14 19:15:47 sendUrl INFO 3 [165] -2014-01-14 19:16:37 queue INFO >>3 [166] -2014-01-14 19:16:38 sendUrl INFO 3 [166] -2014-01-14 19:17:28 queue INFO >>3 [167] -2014-01-14 19:17:28 sendUrl INFO 3 [167] -2014-01-14 19:18:18 queue INFO >>3 [168] -2014-01-14 19:18:18 sendUrl INFO 3 [168] -2014-01-14 19:19:08 queue INFO >>3 [169] -2014-01-14 19:19:08 sendUrl INFO 3 [169] -2014-01-14 19:19:58 queue INFO >>3 [170] -2014-01-14 19:19:58 sendUrl INFO 3 [170] -2014-01-14 19:20:48 queue INFO >>3 [171] -2014-01-14 19:20:48 sendUrl INFO 3 [171] -2014-01-14 19:20:59 queue INFO 7 [172] -2014-01-14 19:20:59 queue INFO >7 [173] -2014-01-14 19:20:59 sendUrl INFO 7 [172] -2014-01-14 19:21:00 sendUrl INFO 7 [173] -2014-01-14 19:21:00 queue INFO 3 [174] -2014-01-14 19:21:01 sendUrl INFO 3 [174] -2014-01-14 19:21:01 queue INFO >3 [175] -2014-01-14 19:21:01 sendUrl INFO 3 [175] -2014-01-14 19:21:51 queue INFO >>3 [176] -2014-01-14 19:21:51 sendUrl INFO 3 [176] -2014-01-14 19:22:41 queue INFO >>3 [177] -2014-01-14 19:22:41 sendUrl INFO 3 [177] -2014-01-14 19:23:31 queue INFO >>3 [178] -2014-01-14 19:23:31 sendUrl INFO 3 [178] -2014-01-14 19:24:21 queue INFO >>3 [179] -2014-01-14 19:24:21 sendUrl INFO 3 [179] -2014-01-14 19:25:11 queue INFO >>3 [180] -2014-01-14 19:25:12 sendUrl INFO 3 [180] -2014-01-14 19:26:01 queue INFO >>3 [181] -2014-01-14 19:26:02 sendUrl INFO 3 [181] -2014-01-14 19:26:51 queue INFO >>3 [182] -2014-01-14 19:26:52 sendUrl INFO 3 [182] -2014-01-14 19:27:42 queue INFO >>3 [183] -2014-01-14 19:27:42 sendUrl INFO 3 [183] -2014-01-14 19:27:53 queue INFO 7 [184] -2014-01-14 19:27:53 queue INFO >7 [185] -2014-01-14 19:27:54 sendUrl INFO 7 [184] -2014-01-14 19:27:54 sendUrl INFO 7 [185] -2014-01-14 19:27:55 queue INFO 3 [186] -2014-01-14 19:27:55 queue INFO >3 [187] -2014-01-14 19:27:55 sendUrl INFO 3 [186] -2014-01-14 19:27:56 sendUrl INFO 3 [187] -2014-01-14 19:28:45 queue INFO >>3 [188] -2014-01-14 19:28:45 sendUrl INFO 3 [188] -2014-01-14 19:29:35 queue INFO >>3 [189] -2014-01-14 19:29:35 sendUrl INFO 3 [189] -2014-01-14 19:30:25 queue INFO >>3 [190] -2014-01-14 19:30:26 sendUrl INFO 3 [190] -2014-01-14 19:30:57 queue INFO 1 [191] -2014-01-14 19:30:57 queue INFO >1 [192] -2014-01-14 19:30:58 sendUrl INFO 1 [191] -2014-01-14 19:30:58 sendUrl INFO 1 [192] -2014-01-14 19:31:47 queue INFO >>1 [193] -2014-01-14 19:31:48 sendUrl INFO 1 [193] -2014-01-14 19:32:38 queue INFO >>1 [194] -2014-01-14 19:32:38 sendUrl INFO 1 [194] -2014-01-14 19:33:28 queue INFO >>1 [195] -2014-01-14 19:33:28 sendUrl INFO 1 [195] -2014-01-14 19:34:18 queue INFO >>1 [196] -2014-01-14 19:34:18 sendUrl INFO 1 [196] -2014-01-14 19:35:08 queue INFO >>1 [197] -2014-01-14 19:35:08 sendUrl INFO 1 [197] -2014-01-14 19:35:58 queue INFO >>1 [198] -2014-01-14 19:35:59 sendUrl INFO 1 [198] -2014-01-14 19:36:21 queue INFO 21 [199] -2014-01-14 19:36:21 queue INFO >21 [200] -2014-01-14 19:36:21 sendUrl INFO 21 [199] -2014-01-14 19:36:22 sendUrl INFO 21 [200] -2014-01-14 19:37:11 queue INFO >>21 [201] -2014-01-14 19:37:12 sendUrl INFO 21 [201] -2014-01-14 19:38:01 queue INFO >>21 [202] -2014-01-14 19:38:01 sendUrl INFO 21 [202] -2014-01-14 19:38:51 queue INFO >>21 [203] -2014-01-14 19:38:52 sendUrl INFO 21 [203] -2014-01-14 19:39:41 queue INFO >>21 [204] -2014-01-14 19:39:42 sendUrl INFO 21 [204] -2014-01-14 19:40:32 queue INFO >>21 [205] -2014-01-14 19:40:32 sendUrl INFO 21 [205] -2014-01-14 19:41:22 queue INFO >>21 [206] -2014-01-14 19:41:22 sendUrl INFO 21 [206] -2014-01-14 19:42:12 queue INFO 1 [207] -2014-01-14 19:42:12 queue INFO >1 [208] -2014-01-14 19:42:12 sendUrl INFO 1 [207] -2014-01-14 19:42:13 sendUrl INFO 1 [208] -2014-01-14 19:42:31 queue INFO 5 [209] -2014-01-14 19:42:32 queue INFO >5 [210] -2014-01-14 19:42:32 sendUrl INFO 5 [209] -2014-01-14 19:42:32 sendUrl INFO 5 [210] -2014-01-14 19:42:33 queue INFO 1 [211] -2014-01-14 19:42:33 queue INFO >1 [212] -2014-01-14 19:42:33 sendUrl INFO 1 [211] -2014-01-14 19:42:34 sendUrl INFO 1 [212] -2014-01-14 19:43:23 queue INFO >>1 [213] -2014-01-14 19:43:24 sendUrl INFO 1 [213] -2014-01-14 19:43:25 queue INFO 3 [214] -2014-01-14 19:43:26 queue INFO >3 [215] -2014-01-14 19:43:26 sendUrl INFO 3 [214] -2014-01-14 19:43:26 sendUrl INFO 3 [215] -2014-01-14 19:44:15 queue INFO >>3 [216] -2014-01-14 19:44:16 sendUrl INFO 3 [216] -2014-01-14 19:45:06 queue INFO >>3 [217] -2014-01-14 19:45:06 sendUrl INFO 3 [217] -2014-01-14 19:45:56 queue INFO >>3 [218] -2014-01-14 19:45:56 sendUrl INFO 3 [218] -2014-01-14 19:46:46 queue INFO >>3 [219] -2014-01-14 19:46:46 sendUrl INFO 3 [219] -2014-01-14 19:47:36 queue INFO >>3 [220] -2014-01-14 19:47:36 sendUrl INFO 3 [220] -2014-01-14 19:48:26 queue INFO >>3 [221] -2014-01-14 19:48:27 sendUrl INFO 3 [221] -2014-01-14 19:49:16 queue INFO >>3 [222] -2014-01-14 19:49:17 sendUrl INFO 3 [222] -2014-01-14 19:49:25 queue INFO 7 [223] -2014-01-14 19:49:25 queue INFO >7 [224] -2014-01-14 19:49:25 sendUrl INFO 7 [223] -2014-01-14 19:49:26 sendUrl INFO 7 [224] -2014-01-14 19:49:27 queue INFO 3 [225] -2014-01-14 19:49:27 sendUrl INFO 3 [225] -2014-01-14 19:49:27 queue INFO >3 [226] -2014-01-14 19:49:27 sendUrl INFO 3 [226] -2014-01-14 19:50:17 queue INFO >>3 [227] -2014-01-14 19:50:17 sendUrl INFO 3 [227] -2014-01-14 19:51:07 queue INFO >>3 [228] -2014-01-14 19:51:08 sendUrl INFO 3 [228] -2014-01-14 19:51:57 queue INFO >>3 [229] -2014-01-14 19:51:57 sendUrl INFO 3 [229] -2014-01-14 19:52:47 queue INFO >>3 [230] -2014-01-14 19:52:48 sendUrl INFO 3 [230] -2014-01-14 19:53:38 queue INFO >>3 [231] -2014-01-14 19:53:38 sendUrl INFO 3 [231] -2014-01-14 19:54:28 queue INFO >>3 [232] -2014-01-14 19:54:28 sendUrl INFO 3 [232] -2014-01-14 19:55:18 queue INFO >>3 [233] -2014-01-14 19:55:18 sendUrl INFO 3 [233] -2014-01-14 19:56:08 queue INFO >>3 [234] -2014-01-14 19:56:09 sendUrl INFO 3 [234] -2014-01-14 19:56:19 queue INFO 7 [235] -2014-01-14 19:56:19 queue INFO >7 [236] -2014-01-14 19:56:19 sendUrl INFO 7 [235] -2014-01-14 19:56:20 sendUrl INFO 7 [236] -2014-01-14 19:56:21 queue INFO 3 [237] -2014-01-14 19:56:21 queue INFO >3 [238] -2014-01-14 19:56:21 sendUrl INFO 3 [237] -2014-01-14 19:56:21 sendUrl INFO 3 [238] -2014-01-14 19:57:11 queue INFO >>3 [239] -2014-01-14 19:57:11 sendUrl INFO 3 [239] -2014-01-14 19:58:01 queue INFO >>3 [240] -2014-01-14 19:58:01 sendUrl INFO 3 [240] -2014-01-14 19:58:51 queue INFO >>3 [241] -2014-01-14 19:58:51 sendUrl INFO 3 [241] -2014-01-14 19:59:41 queue INFO >>3 [242] -2014-01-14 19:59:42 sendUrl INFO 3 [242] -2014-01-14 20:00:31 queue INFO >>3 [243] -2014-01-14 20:00:31 sendUrl INFO 3 [243] -2014-01-14 20:01:21 queue INFO >>3 [244] -2014-01-14 20:01:22 sendUrl INFO 3 [244] -2014-01-14 20:02:12 queue INFO >>3 [245] -2014-01-14 20:02:12 sendUrl INFO 3 [245] -2014-01-14 20:03:02 queue INFO >>3 [246] -2014-01-14 20:03:02 sendUrl INFO 3 [246] -2014-01-14 20:03:13 queue INFO 7 [247] -2014-01-14 20:03:13 queue INFO >7 [248] -2014-01-14 20:03:13 sendUrl INFO 7 [247] -2014-01-14 20:03:13 sendUrl INFO 7 [248] -2014-01-14 20:03:14 queue INFO 3 [249] -2014-01-14 20:03:14 queue INFO >3 [250] -2014-01-14 20:03:15 sendUrl INFO 3 [249] -2014-01-14 20:03:15 sendUrl INFO 3 [250] -2014-01-14 20:04:04 queue INFO >>3 [251] -2014-01-14 20:04:05 sendUrl INFO 3 [251] -2014-01-14 20:04:54 queue INFO >>3 [252] -2014-01-14 20:04:55 sendUrl INFO 3 [252] -2014-01-14 20:05:45 queue INFO >>3 [253] -2014-01-14 20:05:45 sendUrl INFO 3 [253] -2014-01-14 20:06:35 queue INFO >>3 [254] -2014-01-14 20:06:35 sendUrl INFO 3 [254] -2014-01-14 20:07:25 queue INFO >>3 [255] -2014-01-14 20:07:25 sendUrl INFO 3 [255] -2014-01-14 20:08:15 queue INFO >>3 [256] -2014-01-14 20:08:16 sendUrl INFO 3 [256] -2014-01-14 20:09:05 queue INFO >>3 [257] -2014-01-14 20:09:05 sendUrl INFO 3 [257] -2014-01-14 20:09:55 queue INFO >>3 [258] -2014-01-14 20:09:56 sendUrl INFO 3 [258] -2014-01-14 20:10:06 queue INFO 7 [259] -2014-01-14 20:10:06 queue INFO >7 [260] -2014-01-14 20:10:06 sendUrl INFO 7 [259] -2014-01-14 20:10:07 sendUrl INFO 7 [260] -2014-01-14 20:10:08 queue INFO 3 [261] -2014-01-14 20:10:08 sendUrl INFO 3 [261] -2014-01-14 20:10:08 queue INFO >3 [262] -2014-01-14 20:10:08 sendUrl INFO 3 [262] -2014-01-14 20:10:58 queue INFO >>3 [263] -2014-01-14 20:10:58 sendUrl INFO 3 [263] -2014-01-14 20:11:48 queue INFO >>3 [264] -2014-01-14 20:11:48 sendUrl INFO 3 [264] -2014-01-14 20:12:38 queue INFO >>3 [265] -2014-01-14 20:12:38 sendUrl INFO 3 [265] -2014-01-14 20:13:28 queue INFO >>3 [266] -2014-01-14 20:13:29 sendUrl INFO 3 [266] -2014-01-14 20:14:18 queue INFO >>3 [267] -2014-01-14 20:14:19 sendUrl INFO 3 [267] -2014-01-14 20:15:09 queue INFO >>3 [268] -2014-01-14 20:15:09 sendUrl INFO 3 [268] -2014-01-14 20:15:59 queue INFO >>3 [269] -2014-01-14 20:15:59 sendUrl INFO 3 [269] -2014-01-14 20:16:49 queue INFO >>3 [270] -2014-01-14 20:16:49 sendUrl INFO 3 [270] -2014-01-14 20:17:01 queue INFO 7 [271] -2014-01-14 20:17:01 queue INFO >7 [272] -2014-01-14 20:17:01 sendUrl INFO 7 [271] -2014-01-14 20:17:02 sendUrl INFO 7 [272] -2014-01-14 20:17:02 queue INFO 3 [273] -2014-01-14 20:17:02 queue INFO >3 [274] -2014-01-14 20:17:03 sendUrl INFO 3 [273] -2014-01-14 20:17:03 sendUrl INFO 3 [274] -2014-01-14 20:17:52 queue INFO >>3 [275] -2014-01-14 20:17:52 sendUrl INFO 3 [275] -2014-01-14 20:18:42 queue INFO >>3 [276] -2014-01-14 20:18:43 sendUrl INFO 3 [276] -2014-01-14 20:19:33 queue INFO >>3 [277] -2014-01-14 20:19:33 sendUrl INFO 3 [277] -2014-01-14 20:20:23 queue INFO >>3 [278] -2014-01-14 20:20:23 sendUrl INFO 3 [278] -2014-01-14 20:21:13 queue INFO >>3 [279] -2014-01-14 20:21:13 sendUrl INFO 3 [279] -2014-01-14 20:22:03 queue INFO >>3 [280] -2014-01-14 20:22:04 sendUrl INFO 3 [280] -2014-01-14 20:22:53 queue INFO >>3 [281] -2014-01-14 20:22:53 sendUrl INFO 3 [281] -2014-01-14 20:23:43 queue INFO >>3 [282] -2014-01-14 20:23:44 sendUrl INFO 3 [282] -2014-01-14 20:23:54 queue INFO 7 [283] -2014-01-14 20:23:55 queue INFO >7 [284] -2014-01-14 20:23:55 sendUrl INFO 7 [283] -2014-01-14 20:23:55 sendUrl INFO 7 [284] -2014-01-14 20:23:56 queue INFO 3 [285] -2014-01-14 20:23:56 queue INFO >3 [286] -2014-01-14 20:23:56 sendUrl INFO 3 [285] -2014-01-14 20:23:57 sendUrl INFO 3 [286] -2014-01-14 20:24:46 queue INFO >>3 [287] -2014-01-14 20:24:47 sendUrl INFO 3 [287] -2014-01-14 20:25:36 queue INFO >>3 [288] -2014-01-14 20:25:36 sendUrl INFO 3 [288] -2014-01-14 20:26:26 queue INFO >>3 [289] -2014-01-14 20:26:27 sendUrl INFO 3 [289] -2014-01-14 20:27:17 queue INFO >>3 [290] -2014-01-14 20:27:17 sendUrl INFO 3 [290] -2014-01-14 20:28:07 queue INFO >>3 [291] -2014-01-14 20:28:07 sendUrl INFO 3 [291] -2014-01-14 20:28:57 queue INFO >>3 [292] -2014-01-14 20:28:57 sendUrl INFO 3 [292] -2014-01-14 20:29:47 queue INFO >>3 [293] -2014-01-14 20:29:48 sendUrl INFO 3 [293] -2014-01-14 20:30:37 queue INFO >>3 [294] -2014-01-14 20:30:37 sendUrl INFO 3 [294] -2014-01-14 20:30:48 queue INFO 7 [295] -2014-01-14 20:30:48 queue INFO >7 [296] -2014-01-14 20:30:49 sendUrl INFO 7 [295] -2014-01-14 20:30:49 sendUrl INFO 7 [296] -2014-01-14 20:30:50 queue INFO 3 [297] -2014-01-14 20:30:50 queue INFO >3 [298] -2014-01-14 20:30:50 sendUrl INFO 3 [297] -2014-01-14 20:30:51 sendUrl INFO 3 [298] -2014-01-14 20:31:40 queue INFO >>3 [299] -2014-01-14 20:31:40 sendUrl INFO 3 [299] -2014-01-14 20:32:30 queue INFO >>3 [300] -2014-01-14 20:32:30 sendUrl INFO 3 [300] -2014-01-14 20:33:20 queue INFO >>3 [301] -2014-01-14 20:33:21 sendUrl INFO 3 [301] -2014-01-14 20:34:10 queue INFO >>3 [302] -2014-01-14 20:34:10 sendUrl INFO 3 [302] -2014-01-14 20:35:00 queue INFO >>3 [303] -2014-01-14 20:35:01 sendUrl INFO 3 [303] -2014-01-14 20:35:51 queue INFO >>3 [304] -2014-01-14 20:35:51 sendUrl INFO 3 [304] -2014-01-14 20:36:41 queue INFO >>3 [305] -2014-01-14 20:36:41 sendUrl INFO 3 [305] -2014-01-14 20:37:31 queue INFO >>3 [306] -2014-01-14 20:37:31 sendUrl INFO 3 [306] -2014-01-14 20:37:42 queue INFO 7 [307] -2014-01-14 20:37:42 queue INFO >7 [308] -2014-01-14 20:37:42 sendUrl INFO 7 [307] -2014-01-14 20:37:42 sendUrl INFO 7 [308] -2014-01-14 20:37:43 queue INFO 3 [309] -2014-01-14 20:37:43 queue INFO >3 [310] -2014-01-14 20:37:43 sendUrl INFO 3 [309] -2014-01-14 20:37:44 sendUrl INFO 3 [310] -2014-01-14 20:38:33 queue INFO >>3 [311] -2014-01-14 20:38:34 sendUrl INFO 3 [311] -2014-01-14 20:39:23 queue INFO >>3 [312] -2014-01-14 20:39:24 sendUrl INFO 3 [312] -2014-01-14 20:40:14 queue INFO >>3 [313] -2014-01-14 20:40:14 sendUrl INFO 3 [313] -2014-01-14 20:41:04 queue INFO >>3 [314] -2014-01-14 20:41:04 sendUrl INFO 3 [314] -2014-01-14 20:41:54 queue INFO >>3 [315] -2014-01-14 20:41:54 sendUrl INFO 3 [315] -2014-01-14 20:42:44 queue INFO >>3 [316] -2014-01-14 20:42:44 sendUrl INFO 3 [316] -2014-01-14 20:43:34 queue INFO >>3 [317] -2014-01-14 20:43:35 sendUrl INFO 3 [317] -2014-01-14 20:44:24 queue INFO >>3 [318] -2014-01-14 20:44:25 sendUrl INFO 3 [318] -2014-01-14 20:44:35 queue INFO 7 [319] -2014-01-14 20:44:35 sendUrl INFO 7 [319] -2014-01-14 20:44:35 queue INFO >7 [320] -2014-01-14 20:44:36 sendUrl INFO 7 [320] -2014-01-14 20:44:37 queue INFO 3 [321] -2014-01-14 20:44:37 queue INFO >3 [322] -2014-01-14 20:44:37 sendUrl INFO 3 [321] -2014-01-14 20:44:38 sendUrl INFO 3 [322] -2014-01-14 20:45:27 queue INFO >>3 [323] -2014-01-14 20:45:27 sendUrl INFO 3 [323] -2014-01-14 20:46:17 queue INFO >>3 [324] -2014-01-14 20:46:17 sendUrl INFO 3 [324] -2014-01-14 20:47:07 queue INFO >>3 [325] -2014-01-14 20:47:08 sendUrl INFO 3 [325] -2014-01-14 20:47:57 queue INFO >>3 [326] -2014-01-14 20:47:57 sendUrl INFO 3 [326] -2014-01-14 20:48:47 queue INFO >>3 [327] -2014-01-14 20:48:48 sendUrl INFO 3 [327] -2014-01-14 20:49:38 queue INFO >>3 [328] -2014-01-14 20:49:38 sendUrl INFO 3 [328] -2014-01-14 20:50:28 queue INFO >>3 [329] -2014-01-14 20:50:28 sendUrl INFO 3 [329] -2014-01-14 20:51:18 queue INFO >>3 [330] -2014-01-14 20:51:18 sendUrl INFO 3 [330] -2014-01-14 20:51:29 queue INFO 7 [331] -2014-01-14 20:51:30 queue INFO >7 [332] -2014-01-14 20:51:30 sendUrl INFO 7 [331] -2014-01-14 20:51:30 sendUrl INFO 7 [332] -2014-01-14 20:51:31 queue INFO 3 [333] -2014-01-14 20:51:31 queue INFO >3 [334] -2014-01-14 20:51:31 sendUrl INFO 3 [333] -2014-01-14 20:51:32 sendUrl INFO 3 [334] -2014-01-14 20:52:21 queue INFO >>3 [335] -2014-01-14 20:52:22 sendUrl INFO 3 [335] -2014-01-14 20:53:11 queue INFO >>3 [336] -2014-01-14 20:53:12 sendUrl INFO 3 [336] -2014-01-14 20:54:02 queue INFO >>3 [337] -2014-01-14 20:54:02 sendUrl INFO 3 [337] -2014-01-14 20:54:52 queue INFO >>3 [338] -2014-01-14 20:54:52 sendUrl INFO 3 [338] -2014-01-14 20:55:42 queue INFO >>3 [339] -2014-01-14 20:55:42 sendUrl INFO 3 [339] -2014-01-14 20:56:32 queue INFO >>3 [340] -2014-01-14 20:56:32 sendUrl INFO 3 [340] -2014-01-14 20:57:22 queue INFO >>3 [341] -2014-01-14 20:57:22 sendUrl INFO 3 [341] -2014-01-14 20:58:12 queue INFO >>3 [342] -2014-01-14 20:58:13 sendUrl INFO 3 [342] -2014-01-14 20:58:23 queue INFO 7 [343] -2014-01-14 20:58:24 queue INFO >7 [344] -2014-01-14 20:58:24 sendUrl INFO 7 [343] -2014-01-14 20:58:24 sendUrl INFO 7 [344] -2014-01-14 20:58:25 queue INFO 3 [345] -2014-01-14 20:58:25 queue INFO >3 [346] -2014-01-14 20:58:25 sendUrl INFO 3 [345] -2014-01-14 20:58:26 sendUrl INFO 3 [346] -2014-01-14 20:59:15 queue INFO >>3 [347] -2014-01-14 20:59:16 sendUrl INFO 3 [347] -2014-01-14 21:00:05 queue INFO >>3 [348] -2014-01-14 21:00:05 sendUrl INFO 3 [348] -2014-01-14 21:00:55 queue INFO >>3 [349] -2014-01-14 21:00:56 sendUrl INFO 3 [349] -2014-01-14 21:01:46 queue INFO >>3 [350] -2014-01-14 21:01:46 sendUrl INFO 3 [350] -2014-01-14 21:02:36 queue INFO >>3 [351] -2014-01-14 21:02:36 sendUrl INFO 3 [351] -2014-01-14 21:03:26 queue INFO >>3 [352] -2014-01-14 21:03:26 sendUrl INFO 3 [352] -2014-01-14 21:04:16 queue INFO >>3 [353] -2014-01-14 21:04:17 sendUrl INFO 3 [353] -2014-01-14 21:05:06 queue INFO >>3 [354] -2014-01-14 21:05:06 sendUrl INFO 3 [354] -2014-01-14 21:05:17 queue INFO 7 [355] -2014-01-14 21:05:17 queue INFO >7 [356] -2014-01-14 21:05:17 sendUrl INFO 7 [355] -2014-01-14 21:05:18 sendUrl INFO 7 [356] -2014-01-14 21:05:19 queue INFO 3 [357] -2014-01-14 21:05:19 sendUrl INFO 3 [357] -2014-01-14 21:05:19 queue INFO >3 [358] -2014-01-14 21:05:19 sendUrl INFO 3 [358] -2014-01-14 21:06:09 queue INFO >>3 [359] -2014-01-14 21:06:09 sendUrl INFO 3 [359] -2014-01-14 21:06:59 queue INFO >>3 [360] -2014-01-14 21:07:00 sendUrl INFO 3 [360] -2014-01-14 21:07:49 queue INFO >>3 [361] -2014-01-14 21:07:49 sendUrl INFO 3 [361] -2014-01-14 21:08:39 queue INFO >>3 [362] -2014-01-14 21:08:40 sendUrl INFO 3 [362] -2014-01-14 21:09:30 queue INFO >>3 [363] -2014-01-14 21:09:30 sendUrl INFO 3 [363] -2014-01-14 21:10:20 queue INFO >>3 [364] -2014-01-14 21:10:20 sendUrl INFO 3 [364] -2014-01-14 21:11:10 queue INFO >>3 [365] -2014-01-14 21:11:10 sendUrl INFO 3 [365] -2014-01-14 21:12:00 queue INFO >>3 [366] -2014-01-14 21:12:01 sendUrl INFO 3 [366] -2014-01-14 21:12:11 queue INFO 7 [367] -2014-01-14 21:12:11 queue INFO >7 [368] -2014-01-14 21:12:11 sendUrl INFO 7 [367] -2014-01-14 21:12:12 sendUrl INFO 7 [368] -2014-01-14 21:12:12 queue INFO 3 [369] -2014-01-14 21:12:12 queue INFO >3 [370] -2014-01-14 21:12:13 sendUrl INFO 3 [369] -2014-01-14 21:12:13 sendUrl INFO 3 [370] -2014-01-14 21:13:02 queue INFO >>3 [371] -2014-01-14 21:13:03 sendUrl INFO 3 [371] -2014-01-14 21:13:53 queue INFO >>3 [372] -2014-01-14 21:13:53 sendUrl INFO 3 [372] -2014-01-14 21:14:43 queue INFO >>3 [373] -2014-01-14 21:14:43 sendUrl INFO 3 [373] -2014-01-14 21:15:33 queue INFO >>3 [374] -2014-01-14 21:15:33 sendUrl INFO 3 [374] -2014-01-14 21:16:23 queue INFO >>3 [375] -2014-01-14 21:16:23 sendUrl INFO 3 [375] -2014-01-14 21:17:13 queue INFO >>3 [376] -2014-01-14 21:17:14 sendUrl INFO 3 [376] -2014-01-14 21:18:03 queue INFO >>3 [377] -2014-01-14 21:18:04 sendUrl INFO 3 [377] -2014-01-14 21:18:54 queue INFO >>3 [378] -2014-01-14 21:18:54 sendUrl INFO 3 [378] -2014-01-14 21:19:04 queue INFO 7 [379] -2014-01-14 21:19:04 queue INFO >7 [380] -2014-01-14 21:19:04 sendUrl INFO 7 [379] -2014-01-14 21:19:05 sendUrl INFO 7 [380] -2014-01-14 21:19:06 queue INFO 3 [381] -2014-01-14 21:19:06 queue INFO >3 [382] -2014-01-14 21:19:06 sendUrl INFO 3 [381] -2014-01-14 21:19:06 sendUrl INFO 3 [382] -2014-01-14 21:19:56 queue INFO >>3 [383] -2014-01-14 21:19:56 sendUrl INFO 3 [383] -2014-01-14 21:20:46 queue INFO >>3 [384] -2014-01-14 21:20:46 sendUrl INFO 3 [384] -2014-01-14 21:21:36 queue INFO >>3 [385] -2014-01-14 21:21:36 sendUrl INFO 3 [385] -2014-01-14 21:22:26 queue INFO >>3 [386] -2014-01-14 21:22:27 sendUrl INFO 3 [386] -2014-01-14 21:23:17 queue INFO >>3 [387] -2014-01-14 21:23:17 sendUrl INFO 3 [387] -2014-01-14 21:24:07 queue INFO >>3 [388] -2014-01-14 21:24:07 sendUrl INFO 3 [388] -2014-01-14 21:24:57 queue INFO >>3 [389] -2014-01-14 21:24:57 sendUrl INFO 3 [389] -2014-01-14 21:25:47 queue INFO >>3 [390] -2014-01-14 21:25:47 sendUrl INFO 3 [390] -2014-01-14 21:25:59 queue INFO 7 [391] -2014-01-14 21:25:59 sendUrl INFO 7 [391] -2014-01-14 21:25:59 queue INFO >7 [392] -2014-01-14 21:25:59 sendUrl INFO 7 [392] -2014-01-14 21:26:00 queue INFO 3 [393] -2014-01-14 21:26:00 queue INFO >3 [394] -2014-01-14 21:26:01 sendUrl INFO 3 [393] -2014-01-14 21:26:01 sendUrl INFO 3 [394] -2014-01-14 21:26:50 queue INFO >>3 [395] -2014-01-14 21:26:51 sendUrl INFO 3 [395] -2014-01-14 21:27:41 queue INFO >>3 [396] -2014-01-14 21:27:41 sendUrl INFO 3 [396] -2014-01-14 21:28:31 queue INFO >>3 [397] -2014-01-14 21:28:31 sendUrl INFO 3 [397] -2014-01-14 21:29:21 queue INFO >>3 [398] -2014-01-14 21:29:21 sendUrl INFO 3 [398] -2014-01-14 21:30:11 queue INFO >>3 [399] -2014-01-14 21:30:11 sendUrl INFO 3 [399] -2014-01-14 21:31:01 queue INFO >>3 [400] -2014-01-14 21:31:01 sendUrl INFO 3 [400] -2014-01-14 21:31:51 queue INFO >>3 [401] -2014-01-14 21:31:52 sendUrl INFO 3 [401] -2014-01-14 21:32:41 queue INFO >>3 [402] -2014-01-14 21:32:42 sendUrl INFO 3 [402] -2014-01-14 21:32:44 queue INFO 1 [403] -2014-01-14 21:32:44 queue INFO >1 [404] -2014-01-14 21:32:44 sendUrl INFO 1 [403] -2014-01-14 21:32:44 sendUrl INFO 1 [404] -2014-01-14 21:32:55 queue INFO 21 [405] -2014-01-14 21:32:55 sendUrl INFO 21 [405] -2014-01-14 21:32:55 queue INFO >21 [406] -2014-01-14 21:32:56 sendUrl INFO 21 [406] -2014-01-14 21:33:45 queue INFO >>21 [407] -2014-01-14 21:33:45 sendUrl INFO 21 [407] -2014-01-14 21:34:35 queue INFO >>21 [408] -2014-01-14 21:34:36 sendUrl INFO 21 [408] -2014-01-14 21:35:25 queue INFO >>21 [409] -2014-01-14 21:35:26 sendUrl INFO 21 [409] -2014-01-14 21:35:46 queue INFO 1 [410] -2014-01-14 21:35:46 queue INFO >1 [411] -2014-01-14 21:35:46 sendUrl INFO 1 [410] -2014-01-14 21:35:47 sendUrl INFO 1 [411] -2014-01-14 21:36:09 queue INFO 5 [412] -2014-01-14 21:36:09 sendUrl INFO 5 [412] -2014-01-14 21:36:09 queue INFO >5 [413] -2014-01-14 21:36:09 sendUrl INFO 5 [413] -2014-01-14 21:36:10 queue INFO 1 [414] -2014-01-14 21:36:10 queue INFO >1 [415] -2014-01-14 21:36:11 sendUrl INFO 1 [414] -2014-01-14 21:36:11 sendUrl INFO 1 [415] -2014-01-14 21:37:00 queue INFO >>1 [416] -2014-01-14 21:37:01 sendUrl INFO 1 [416] -2014-01-14 21:37:03 queue INFO 3 [417] -2014-01-14 21:37:03 queue INFO >3 [418] -2014-01-14 21:37:03 sendUrl INFO 3 [417] -2014-01-14 21:37:04 sendUrl INFO 3 [418] -2014-01-14 21:37:53 queue INFO >>3 [419] -2014-01-14 21:37:53 sendUrl INFO 3 [419] -2014-01-14 21:38:43 queue INFO >>3 [420] -2014-01-14 21:38:43 sendUrl INFO 3 [420] -2014-01-14 21:39:33 queue INFO >>3 [421] -2014-01-14 21:39:33 sendUrl INFO 3 [421] -2014-01-14 21:40:23 queue INFO >>3 [422] -2014-01-14 21:40:24 sendUrl INFO 3 [422] -2014-01-14 21:41:13 queue INFO >>3 [423] -2014-01-14 21:41:14 sendUrl INFO 3 [423] -2014-01-14 21:42:04 queue INFO >>3 [424] -2014-01-14 21:42:04 sendUrl INFO 3 [424] -2014-01-14 21:42:54 queue INFO >>3 [425] -2014-01-14 21:42:54 sendUrl INFO 3 [425] -2014-01-14 21:43:03 queue INFO 7 [426] -2014-01-14 21:43:03 queue INFO >7 [427] -2014-01-14 21:43:03 sendUrl INFO 7 [426] -2014-01-14 21:43:04 sendUrl INFO 7 [427] -2014-01-14 21:43:04 queue INFO 3 [428] -2014-01-14 21:43:04 queue INFO >3 [429] -2014-01-14 21:43:05 sendUrl INFO 3 [428] -2014-01-14 21:43:05 sendUrl INFO 3 [429] -2014-01-14 21:43:54 queue INFO >>3 [430] -2014-01-14 21:43:54 sendUrl INFO 3 [430] -2014-01-14 21:44:44 queue INFO >>3 [431] -2014-01-14 21:44:45 sendUrl INFO 3 [431] -2014-01-14 21:45:35 queue INFO >>3 [432] -2014-01-14 21:45:35 sendUrl INFO 3 [432] -2014-01-14 21:46:25 queue INFO >>3 [433] -2014-01-14 21:46:25 sendUrl INFO 3 [433] -2014-01-14 21:47:15 queue INFO >>3 [434] -2014-01-14 21:47:15 sendUrl INFO 3 [434] -2014-01-14 21:48:05 queue INFO >>3 [435] -2014-01-14 21:48:06 sendUrl INFO 3 [435] -2014-01-14 21:48:55 queue INFO >>3 [436] -2014-01-14 21:48:55 sendUrl INFO 3 [436] -2014-01-14 21:49:45 queue INFO >>3 [437] -2014-01-14 21:49:46 sendUrl INFO 3 [437] -2014-01-14 21:50:25 queue INFO 7 [438] -2014-01-14 21:50:25 queue INFO >7 [439] -2014-01-14 21:50:26 sendUrl INFO 7 [438] -2014-01-14 21:50:26 sendUrl INFO 7 [439] -2014-01-14 21:50:27 queue INFO 3 [440] -2014-01-14 21:50:27 queue INFO >3 [441] -2014-01-14 21:50:27 sendUrl INFO 3 [440] -2014-01-14 21:50:28 sendUrl INFO 3 [441] -2014-01-14 21:51:17 queue INFO >>3 [442] -2014-01-14 21:51:17 sendUrl INFO 3 [442] -2014-01-14 21:52:07 queue INFO >>3 [443] -2014-01-14 21:52:07 sendUrl INFO 3 [443] -2014-01-14 21:52:57 queue INFO >>3 [444] -2014-01-14 21:52:58 sendUrl INFO 3 [444] -2014-01-14 21:53:47 queue INFO >>3 [445] -2014-01-14 21:53:47 sendUrl INFO 3 [445] -2014-01-14 21:54:37 queue INFO >>3 [446] -2014-01-14 21:54:38 sendUrl INFO 3 [446] -2014-01-14 21:55:28 queue INFO >>3 [447] -2014-01-14 21:55:28 sendUrl INFO 3 [447] -2014-01-14 21:56:18 queue INFO >>3 [448] -2014-01-14 21:56:18 sendUrl INFO 3 [448] -2014-01-14 21:57:08 queue INFO >>3 [449] -2014-01-14 21:57:08 sendUrl INFO 3 [449] -2014-01-14 21:57:19 queue INFO 7 [450] -2014-01-14 21:57:19 queue INFO >7 [451] -2014-01-14 21:57:19 sendUrl INFO 7 [450] -2014-01-14 21:57:19 sendUrl INFO 7 [451] -2014-01-14 21:57:20 queue INFO 3 [452] -2014-01-14 21:57:20 queue INFO >3 [453] -2014-01-14 21:57:20 sendUrl INFO 3 [452] -2014-01-14 21:57:21 sendUrl INFO 3 [453] -2014-01-14 21:58:10 queue INFO >>3 [454] -2014-01-14 21:58:11 sendUrl INFO 3 [454] -2014-01-14 21:59:00 queue INFO >>3 [455] -2014-01-14 21:59:01 sendUrl INFO 3 [455] -2014-01-14 21:59:50 queue INFO >>3 [456] -2014-01-14 21:59:51 sendUrl INFO 3 [456] -2014-01-14 22:00:41 queue INFO >>3 [457] -2014-01-14 22:00:41 sendUrl INFO 3 [457] -2014-01-14 22:01:31 queue INFO >>3 [458] -2014-01-14 22:01:31 sendUrl INFO 3 [458] -2014-01-14 22:02:21 queue INFO >>3 [459] -2014-01-14 22:02:21 sendUrl INFO 3 [459] -2014-01-14 22:03:11 queue INFO >>3 [460] -2014-01-14 22:03:11 sendUrl INFO 3 [460] -2014-01-14 22:04:01 queue INFO >>3 [461] -2014-01-14 22:04:02 sendUrl INFO 3 [461] -2014-01-14 22:04:13 queue INFO 7 [462] -2014-01-14 22:04:13 queue INFO >7 [463] -2014-01-14 22:04:13 sendUrl INFO 7 [462] -2014-01-14 22:04:14 sendUrl INFO 7 [463] -2014-01-14 22:04:14 queue INFO 3 [464] -2014-01-14 22:04:15 sendUrl INFO 3 [464] -2014-01-14 22:04:15 queue INFO >3 [465] -2014-01-14 22:04:15 sendUrl INFO 3 [465] -2014-01-14 22:05:05 queue INFO >>3 [466] -2014-01-14 22:05:05 sendUrl INFO 3 [466] -2014-01-14 22:05:55 queue INFO >>3 [467] -2014-01-14 22:05:55 sendUrl INFO 3 [467] -2014-01-14 22:06:45 queue INFO >>3 [468] -2014-01-14 22:06:45 sendUrl INFO 3 [468] -2014-01-14 22:07:35 queue INFO >>3 [469] -2014-01-14 22:07:35 sendUrl INFO 3 [469] -2014-01-14 22:08:25 queue INFO >>3 [470] -2014-01-14 22:08:26 sendUrl INFO 3 [470] -2014-01-14 22:09:15 queue INFO >>3 [471] -2014-01-14 22:09:16 sendUrl INFO 3 [471] -2014-01-14 22:10:06 queue INFO >>3 [472] -2014-01-14 22:10:06 sendUrl INFO 3 [472] -2014-01-14 22:10:56 queue INFO >>3 [473] -2014-01-14 22:10:56 sendUrl INFO 3 [473] -2014-01-14 22:11:07 queue INFO 7 [474] -2014-01-14 22:11:07 queue INFO >7 [475] -2014-01-14 22:11:07 sendUrl INFO 7 [474] -2014-01-14 22:11:08 sendUrl INFO 7 [475] -2014-01-14 22:11:09 queue INFO 3 [476] -2014-01-14 22:11:09 queue INFO >3 [477] -2014-01-14 22:11:09 sendUrl INFO 3 [476] -2014-01-14 22:11:09 sendUrl INFO 3 [477] -2014-01-14 22:11:59 queue INFO >>3 [478] -2014-01-14 22:11:59 sendUrl INFO 3 [478] -2014-01-14 22:12:49 queue INFO >>3 [479] -2014-01-14 22:12:49 sendUrl INFO 3 [479] -2014-01-14 22:13:39 queue INFO >>3 [480] -2014-01-14 22:13:39 sendUrl INFO 3 [480] -2014-01-14 22:14:29 queue INFO >>3 [481] -2014-01-14 22:14:29 sendUrl INFO 3 [481] -2014-01-14 22:15:19 queue INFO >>3 [482] -2014-01-14 22:15:20 sendUrl INFO 3 [482] -2014-01-14 22:16:09 queue INFO >>3 [483] -2014-01-14 22:16:09 sendUrl INFO 3 [483] -2014-01-14 22:16:59 queue INFO >>3 [484] -2014-01-14 22:17:00 sendUrl INFO 3 [484] -2014-01-14 22:17:50 queue INFO >>3 [485] -2014-01-14 22:17:50 sendUrl INFO 3 [485] -2014-01-14 22:18:01 queue INFO 7 [486] -2014-01-14 22:18:01 queue INFO >7 [487] -2014-01-14 22:18:01 sendUrl INFO 7 [486] -2014-01-14 22:18:02 sendUrl INFO 7 [487] -2014-01-14 22:18:02 queue INFO 3 [488] -2014-01-14 22:18:02 queue INFO >3 [489] -2014-01-14 22:18:03 sendUrl INFO 3 [488] -2014-01-14 22:18:03 sendUrl INFO 3 [489] -2014-01-14 22:18:52 queue INFO >>3 [490] -2014-01-14 22:18:53 sendUrl INFO 3 [490] -2014-01-14 22:19:43 queue INFO >>3 [491] -2014-01-14 22:19:43 sendUrl INFO 3 [491] -2014-01-14 22:20:33 queue INFO >>3 [492] -2014-01-14 22:20:33 sendUrl INFO 3 [492] -2014-01-14 22:21:23 queue INFO >>3 [493] -2014-01-14 22:21:23 sendUrl INFO 3 [493] -2014-01-14 22:22:13 queue INFO >>3 [494] -2014-01-14 22:22:13 sendUrl INFO 3 [494] -2014-01-14 22:23:03 queue INFO >>3 [495] -2014-01-14 22:23:04 sendUrl INFO 3 [495] -2014-01-14 22:23:53 queue INFO >>3 [496] -2014-01-14 22:23:54 sendUrl INFO 3 [496] -2014-01-14 22:24:43 queue INFO >>3 [497] -2014-01-14 22:24:44 sendUrl INFO 3 [497] -2014-01-14 22:24:54 queue INFO 7 [498] -2014-01-14 22:24:54 queue INFO >7 [499] -2014-01-14 22:24:54 sendUrl INFO 7 [498] -2014-01-14 22:24:55 sendUrl INFO 7 [499] -2014-01-14 22:24:56 queue INFO 3 [500] -2014-01-14 22:24:56 queue INFO >3 [501] -2014-01-14 22:24:56 sendUrl INFO 3 [500] -2014-01-14 22:24:56 sendUrl INFO 3 [501] -2014-01-14 22:25:46 queue INFO >>3 [502] -2014-01-14 22:25:46 sendUrl INFO 3 [502] -2014-01-14 22:26:36 queue INFO >>3 [503] -2014-01-14 22:26:36 sendUrl INFO 3 [503] -2014-01-14 22:27:26 queue INFO >>3 [504] -2014-01-14 22:27:26 sendUrl INFO 3 [504] -2014-01-14 22:28:16 queue INFO >>3 [505] -2014-01-14 22:28:17 sendUrl INFO 3 [505] -2014-01-14 22:29:06 queue INFO >>3 [506] -2014-01-14 22:29:07 sendUrl INFO 3 [506] -2014-01-14 22:29:57 queue INFO >>3 [507] -2014-01-14 22:29:57 sendUrl INFO 3 [507] -2014-01-14 22:30:47 queue INFO >>3 [508] -2014-01-14 22:30:47 sendUrl INFO 3 [508] -2014-01-14 22:31:37 queue INFO >>3 [509] -2014-01-14 22:31:37 sendUrl INFO 3 [509] -2014-01-14 22:31:48 queue INFO 7 [510] -2014-01-14 22:31:48 sendUrl INFO 7 [510] -2014-01-14 22:31:48 queue INFO >7 [511] -2014-01-14 22:31:48 sendUrl INFO 7 [511] -2014-01-14 22:31:49 queue INFO 3 [512] -2014-01-14 22:31:49 queue INFO >3 [513] -2014-01-14 22:31:50 sendUrl INFO 3 [512] -2014-01-14 22:31:50 sendUrl INFO 3 [513] -2014-01-14 22:32:39 queue INFO >>3 [514] -2014-01-14 22:32:40 sendUrl INFO 3 [514] -2014-01-14 22:33:29 queue INFO >>3 [515] -2014-01-14 22:33:30 sendUrl INFO 3 [515] -2014-01-14 22:34:20 queue INFO >>3 [516] -2014-01-14 22:34:20 sendUrl INFO 3 [516] -2014-01-14 22:35:10 queue INFO >>3 [517] -2014-01-14 22:35:10 sendUrl INFO 3 [517] -2014-01-14 22:36:00 queue INFO >>3 [518] -2014-01-14 22:36:00 sendUrl INFO 3 [518] -2014-01-14 22:36:50 queue INFO >>3 [519] -2014-01-14 22:36:50 sendUrl INFO 3 [519] -2014-01-14 22:37:40 queue INFO >>3 [520] -2014-01-14 22:37:41 sendUrl INFO 3 [520] -2014-01-14 22:38:30 queue INFO >>3 [521] -2014-01-14 22:38:31 sendUrl INFO 3 [521] -2014-01-14 22:38:42 queue INFO 7 [522] -2014-01-14 22:38:42 queue INFO >7 [523] -2014-01-14 22:38:42 sendUrl INFO 7 [522] -2014-01-14 22:38:43 sendUrl INFO 7 [523] -2014-01-14 22:38:44 queue INFO 3 [524] -2014-01-14 22:38:44 queue INFO >3 [525] -2014-01-14 22:38:44 sendUrl INFO 3 [524] -2014-01-14 22:38:44 sendUrl INFO 3 [525] -2014-01-14 22:39:34 queue INFO >>3 [526] -2014-01-14 22:39:34 sendUrl INFO 3 [526] -2014-01-14 22:40:24 queue INFO >>3 [527] -2014-01-14 22:40:24 sendUrl INFO 3 [527] -2014-01-14 22:41:14 queue INFO >>3 [528] -2014-01-14 22:41:14 sendUrl INFO 3 [528] -2014-01-14 22:42:04 queue INFO >>3 [529] -2014-01-14 22:42:04 sendUrl INFO 3 [529] -2014-01-14 22:42:54 queue INFO >>3 [530] -2014-01-14 22:42:55 sendUrl INFO 3 [530] -2014-01-14 22:43:45 queue INFO >>3 [531] -2014-01-14 22:43:45 sendUrl INFO 3 [531] -2014-01-14 22:44:35 queue INFO >>3 [532] -2014-01-14 22:44:35 sendUrl INFO 3 [532] -2014-01-14 22:45:25 queue INFO >>3 [533] -2014-01-14 22:45:25 sendUrl INFO 3 [533] -2014-01-14 22:45:38 queue INFO 1 [534] -2014-01-14 22:45:38 queue INFO >1 [535] -2014-01-14 22:45:38 sendUrl INFO 1 [534] -2014-01-14 22:45:38 queue INFO 21 [536] -2014-01-14 22:45:38 queue INFO >21 [537] -2014-01-14 22:45:39 sendUrl INFO 1 [535] -2014-01-14 22:45:39 sendUrl INFO 21 [536] -2014-01-14 22:45:40 sendUrl INFO 21 [537] -2014-01-14 22:46:20 queue INFO 1 [538] -2014-01-14 22:46:20 queue INFO >1 [539] -2014-01-14 22:46:20 sendUrl INFO 1 [538] -2014-01-14 22:46:21 sendUrl INFO 1 [539] -2014-01-14 22:46:33 queue INFO 5 [540] -2014-01-14 22:46:33 queue INFO >5 [541] -2014-01-14 22:46:33 sendUrl INFO 5 [540] -2014-01-14 22:46:34 sendUrl INFO 5 [541] -2014-01-14 22:46:34 queue INFO 1 [542] -2014-01-14 22:46:34 queue INFO >1 [543] -2014-01-14 22:46:35 sendUrl INFO 1 [542] -2014-01-14 22:46:35 sendUrl INFO 1 [543] -2014-01-14 22:47:24 queue INFO >>1 [544] -2014-01-14 22:47:25 sendUrl INFO 1 [544] -2014-01-14 22:47:27 queue INFO 3 [545] -2014-01-14 22:47:27 queue INFO >3 [546] -2014-01-14 22:47:27 sendUrl INFO 3 [545] -2014-01-14 22:47:28 sendUrl INFO 3 [546] -2014-01-14 22:48:17 queue INFO >>3 [547] -2014-01-14 22:48:17 sendUrl INFO 3 [547] -2014-01-14 22:49:07 queue INFO >>3 [548] -2014-01-14 22:49:07 sendUrl INFO 3 [548] -2014-01-14 22:49:57 queue INFO >>3 [549] -2014-01-14 22:49:58 sendUrl INFO 3 [549] -2014-01-14 22:50:47 queue INFO >>3 [550] -2014-01-14 22:50:47 sendUrl INFO 3 [550] -2014-01-14 22:51:37 queue INFO >>3 [551] -2014-01-14 22:51:38 sendUrl INFO 3 [551] -2014-01-14 22:52:28 queue INFO >>3 [552] -2014-01-14 22:52:28 sendUrl INFO 3 [552] -2014-01-14 22:53:18 queue INFO >>3 [553] -2014-01-14 22:53:18 sendUrl INFO 3 [553] -2014-01-14 22:53:26 queue INFO 7 [554] -2014-01-14 22:53:27 queue INFO >7 [555] -2014-01-14 22:53:27 sendUrl INFO 7 [554] -2014-01-14 22:53:27 sendUrl INFO 7 [555] -2014-01-14 22:53:28 queue INFO 3 [556] -2014-01-14 22:53:28 queue INFO >3 [557] -2014-01-14 22:53:28 sendUrl INFO 3 [556] -2014-01-14 22:53:29 sendUrl INFO 3 [557] -2014-01-14 22:54:18 queue INFO >>3 [558] -2014-01-14 22:54:18 sendUrl INFO 3 [558] -2014-01-14 22:55:08 queue INFO >>3 [559] -2014-01-14 22:55:09 sendUrl INFO 3 [559] -2014-01-14 22:55:58 queue INFO >>3 [560] -2014-01-14 22:55:59 sendUrl INFO 3 [560] -2014-01-14 22:56:49 queue INFO >>3 [561] -2014-01-14 22:56:49 sendUrl INFO 3 [561] -2014-01-14 22:57:39 queue INFO >>3 [562] -2014-01-14 22:57:39 sendUrl INFO 3 [562] -2014-01-14 22:58:29 queue INFO >>3 [563] -2014-01-14 22:58:29 sendUrl INFO 3 [563] -2014-01-14 22:59:19 queue INFO >>3 [564] -2014-01-14 22:59:19 sendUrl INFO 3 [564] -2014-01-14 23:00:09 queue INFO >>3 [565] -2014-01-14 23:00:10 sendUrl INFO 3 [565] -2014-01-14 23:00:20 queue INFO 7 [566] -2014-01-14 23:00:20 queue INFO >7 [567] -2014-01-14 23:00:20 sendUrl INFO 7 [566] -2014-01-14 23:00:21 sendUrl INFO 7 [567] -2014-01-14 23:00:22 queue INFO 3 [568] -2014-01-14 23:00:22 sendUrl INFO 3 [568] -2014-01-14 23:00:22 queue INFO >3 [569] -2014-01-14 23:00:22 sendUrl INFO 3 [569] -2014-01-14 23:01:12 queue INFO >>3 [570] -2014-01-14 23:01:12 sendUrl INFO 3 [570] -2014-01-14 23:02:02 queue INFO >>3 [571] -2014-01-14 23:02:02 sendUrl INFO 3 [571] -2014-01-14 23:02:52 queue INFO >>3 [572] -2014-01-14 23:02:52 sendUrl INFO 3 [572] -2014-01-14 23:03:42 queue INFO >>3 [573] -2014-01-14 23:03:43 sendUrl INFO 3 [573] -2014-01-14 23:04:32 queue INFO >>3 [574] -2014-01-14 23:04:33 sendUrl INFO 3 [574] -2014-01-14 23:05:23 queue INFO >>3 [575] -2014-01-14 23:05:23 sendUrl INFO 3 [575] -2014-01-14 23:06:13 queue INFO >>3 [576] -2014-01-14 23:06:13 sendUrl INFO 3 [576] -2014-01-14 23:07:03 queue INFO >>3 [577] -2014-01-14 23:07:03 sendUrl INFO 3 [577] -2014-01-14 23:07:13 queue INFO 7 [578] -2014-01-14 23:07:14 queue INFO >7 [579] -2014-01-14 23:07:14 sendUrl INFO 7 [578] -2014-01-14 23:07:14 sendUrl INFO 7 [579] -2014-01-14 23:07:15 queue INFO 3 [580] -2014-01-14 23:07:15 queue INFO >3 [581] -2014-01-14 23:07:15 sendUrl INFO 3 [580] -2014-01-14 23:07:16 sendUrl INFO 3 [581] -2014-01-14 23:08:05 queue INFO >>3 [582] -2014-01-14 23:08:06 sendUrl INFO 3 [582] -2014-01-14 23:08:55 queue INFO >>3 [583] -2014-01-14 23:08:56 sendUrl INFO 3 [583] -2014-01-14 23:09:46 queue INFO >>3 [584] -2014-01-14 23:09:46 sendUrl INFO 3 [584] -2014-01-14 23:10:36 queue INFO >>3 [585] -2014-01-14 23:10:36 sendUrl INFO 3 [585] -2014-01-14 23:11:26 queue INFO >>3 [586] -2014-01-14 23:11:26 sendUrl INFO 3 [586] -2014-01-14 23:12:16 queue INFO >>3 [587] -2014-01-14 23:12:16 sendUrl INFO 3 [587] -2014-01-14 23:13:06 queue INFO >>3 [588] -2014-01-14 23:13:06 sendUrl INFO 3 [588] -2014-01-14 23:13:56 queue INFO >>3 [589] -2014-01-14 23:13:57 sendUrl INFO 3 [589] -2014-01-14 23:14:08 queue INFO 7 [590] -2014-01-14 23:14:08 queue INFO >7 [591] -2014-01-14 23:14:08 sendUrl INFO 7 [590] -2014-01-14 23:14:09 sendUrl INFO 7 [591] -2014-01-14 23:14:09 queue INFO 3 [592] -2014-01-14 23:14:10 queue INFO >3 [593] -2014-01-14 23:14:10 sendUrl INFO 3 [592] -2014-01-14 23:14:10 sendUrl INFO 3 [593] -2014-01-14 23:15:00 queue INFO >>3 [594] -2014-01-14 23:15:00 sendUrl INFO 3 [594] -2014-01-14 23:15:50 queue INFO >>3 [595] -2014-01-14 23:15:50 sendUrl INFO 3 [595] -2014-01-14 23:16:40 queue INFO >>3 [596] -2014-01-14 23:16:40 sendUrl INFO 3 [596] -2014-01-14 23:17:30 queue INFO >>3 [597] -2014-01-14 23:17:30 sendUrl INFO 3 [597] -2014-01-14 23:18:20 queue INFO >>3 [598] -2014-01-14 23:18:20 sendUrl INFO 3 [598] -2014-01-14 23:19:10 queue INFO >>3 [599] -2014-01-14 23:19:11 sendUrl INFO 3 [599] -2014-01-14 23:20:00 queue INFO >>3 [600] -2014-01-14 23:20:01 sendUrl INFO 3 [600] -2014-01-14 23:20:51 queue INFO >>3 [601] -2014-01-14 23:20:51 sendUrl INFO 3 [601] -2014-01-14 23:21:02 queue INFO 7 [602] -2014-01-14 23:21:02 queue INFO >7 [603] -2014-01-14 23:21:02 sendUrl INFO 7 [602] -2014-01-14 23:21:02 sendUrl INFO 7 [603] -2014-01-14 23:21:03 queue INFO 3 [604] -2014-01-14 23:21:04 sendUrl INFO 3 [604] -2014-01-14 23:21:04 queue INFO >3 [605] -2014-01-14 23:21:04 sendUrl INFO 3 [605] -2014-01-14 23:21:54 queue INFO >>3 [606] -2014-01-14 23:21:54 sendUrl INFO 3 [606] -2014-01-14 23:22:44 queue INFO >>3 [607] -2014-01-14 23:22:44 sendUrl INFO 3 [607] -2014-01-14 23:23:34 queue INFO >>3 [608] -2014-01-14 23:23:34 sendUrl INFO 3 [608] -2014-01-14 23:24:24 queue INFO >>3 [609] -2014-01-14 23:24:24 sendUrl INFO 3 [609] -2014-01-14 23:25:14 queue INFO >>3 [610] -2014-01-14 23:25:15 sendUrl INFO 3 [610] -2014-01-14 23:26:04 queue INFO >>3 [611] -2014-01-14 23:26:04 sendUrl INFO 3 [611] -2014-01-14 23:26:54 queue INFO >>3 [612] -2014-01-14 23:26:55 sendUrl INFO 3 [612] -2014-01-14 23:27:45 queue INFO >>3 [613] -2014-01-14 23:27:45 sendUrl INFO 3 [613] -2014-01-14 23:27:55 queue INFO 7 [614] -2014-01-14 23:27:56 queue INFO >7 [615] -2014-01-14 23:27:56 sendUrl INFO 7 [614] -2014-01-14 23:27:56 sendUrl INFO 7 [615] -2014-01-14 23:27:57 queue INFO 3 [616] -2014-01-14 23:27:57 queue INFO >3 [617] -2014-01-14 23:27:57 sendUrl INFO 3 [616] -2014-01-14 23:27:58 sendUrl INFO 3 [617] -2014-01-14 23:28:47 queue INFO >>3 [618] -2014-01-14 23:28:48 sendUrl INFO 3 [618] -2014-01-14 23:29:37 queue INFO >>3 [619] -2014-01-14 23:29:38 sendUrl INFO 3 [619] -2014-01-14 23:30:28 queue INFO >>3 [620] -2014-01-14 23:30:28 sendUrl INFO 3 [620] -2014-01-14 23:31:18 queue INFO >>3 [621] -2014-01-14 23:31:18 sendUrl INFO 3 [621] -2014-01-14 23:32:08 queue INFO >>3 [622] -2014-01-14 23:32:08 sendUrl INFO 3 [622] -2014-01-14 23:32:58 queue INFO >>3 [623] -2014-01-14 23:32:58 sendUrl INFO 3 [623] -2014-01-14 23:33:48 queue INFO >>3 [624] -2014-01-14 23:33:49 sendUrl INFO 3 [624] -2014-01-14 23:34:22 queue INFO 1 [625] -2014-01-14 23:34:23 queue INFO >1 [626] -2014-01-14 23:34:23 sendUrl INFO 1 [625] -2014-01-14 23:34:23 sendUrl INFO 1 [626] -2014-01-14 23:34:48 queue INFO 21 [627] -2014-01-14 23:34:48 queue INFO >21 [628] -2014-01-14 23:34:49 sendUrl INFO 21 [627] -2014-01-14 23:34:49 sendUrl INFO 21 [628] -2014-01-14 23:35:38 queue INFO >>21 [629] -2014-01-14 23:35:38 sendUrl INFO 21 [629] -2014-01-14 23:36:28 queue INFO >>21 [630] -2014-01-14 23:36:29 sendUrl INFO 21 [630] -2014-01-14 23:37:18 queue INFO >>21 [631] -2014-01-14 23:37:19 sendUrl INFO 21 [631] -2014-01-14 23:38:09 queue INFO >>21 [632] -2014-01-14 23:38:09 sendUrl INFO 21 [632] -2014-01-14 23:38:59 queue INFO >>21 [633] -2014-01-14 23:38:59 sendUrl INFO 21 [633] -2014-01-14 23:39:49 queue INFO >>21 [634] -2014-01-14 23:39:49 sendUrl INFO 21 [634] -2014-01-14 23:40:39 queue INFO >>21 [635] -2014-01-14 23:40:39 sendUrl INFO 21 [635] -2014-01-14 23:41:08 queue INFO 1 [636] -2014-01-14 23:41:08 queue INFO >1 [637] -2014-01-14 23:41:08 sendUrl INFO 1 [636] -2014-01-14 23:41:09 sendUrl INFO 1 [637] -2014-01-14 23:41:58 queue INFO >>1 [638] -2014-01-14 23:41:58 sendUrl INFO 1 [638] -2014-01-14 23:42:03 queue INFO 5 [639] -2014-01-14 23:42:03 queue INFO >5 [640] -2014-01-14 23:42:03 sendUrl INFO 5 [639] -2014-01-14 23:42:03 sendUrl INFO 5 [640] -2014-01-14 23:42:04 queue INFO 1 [641] -2014-01-14 23:42:04 sendUrl INFO 1 [641] -2014-01-14 23:42:04 queue INFO >1 [642] -2014-01-14 23:42:05 sendUrl INFO 1 [642] -2014-01-14 23:42:54 queue INFO >>1 [643] -2014-01-14 23:42:55 sendUrl INFO 1 [643] -2014-01-14 23:42:57 queue INFO 3 [644] -2014-01-14 23:42:57 sendUrl INFO 3 [644] -2014-01-14 23:42:57 queue INFO >3 [645] -2014-01-14 23:42:57 sendUrl INFO 3 [645] -2014-01-14 23:43:47 queue INFO >>3 [646] -2014-01-14 23:43:47 sendUrl INFO 3 [646] -2014-01-14 23:44:37 queue INFO >>3 [647] -2014-01-14 23:44:37 sendUrl INFO 3 [647] -2014-01-14 23:45:27 queue INFO >>3 [648] -2014-01-14 23:45:27 sendUrl INFO 3 [648] -2014-01-14 23:46:17 queue INFO >>3 [649] -2014-01-14 23:46:18 sendUrl INFO 3 [649] -2014-01-14 23:47:07 queue INFO >>3 [650] -2014-01-14 23:47:07 sendUrl INFO 3 [650] -2014-01-14 23:47:57 queue INFO >>3 [651] -2014-01-14 23:47:58 sendUrl INFO 3 [651] -2014-01-14 23:48:48 queue INFO >>3 [652] -2014-01-14 23:48:48 sendUrl INFO 3 [652] -2014-01-14 23:48:57 queue INFO 7 [653] -2014-01-14 23:48:57 sendUrl INFO 7 [653] -2014-01-14 23:48:57 queue INFO >7 [654] -2014-01-14 23:48:57 sendUrl INFO 7 [654] -2014-01-14 23:48:58 queue INFO 3 [655] -2014-01-14 23:48:58 queue INFO >3 [656] -2014-01-14 23:48:59 sendUrl INFO 3 [655] -2014-01-14 23:48:59 sendUrl INFO 3 [656] -2014-01-14 23:49:48 queue INFO >>3 [657] -2014-01-14 23:49:49 sendUrl INFO 3 [657] -2014-01-14 23:50:38 queue INFO >>3 [658] -2014-01-14 23:50:39 sendUrl INFO 3 [658] -2014-01-14 23:51:29 queue INFO >>3 [659] -2014-01-14 23:51:29 sendUrl INFO 3 [659] -2014-01-14 23:52:19 queue INFO >>3 [660] -2014-01-14 23:52:19 sendUrl INFO 3 [660] -2014-01-14 23:53:09 queue INFO >>3 [661] -2014-01-14 23:53:09 sendUrl INFO 3 [661] -2014-01-14 23:53:59 queue INFO >>3 [662] -2014-01-14 23:53:59 sendUrl INFO 3 [662] -2014-01-14 23:54:49 queue INFO >>3 [663] -2014-01-14 23:54:50 sendUrl INFO 3 [663] -2014-01-14 23:55:39 queue INFO >>3 [664] -2014-01-14 23:55:39 sendUrl INFO 3 [664] -2014-01-14 23:55:50 queue INFO 7 [665] -2014-01-14 23:55:50 sendUrl INFO 7 [665] -2014-01-14 23:55:50 queue INFO >7 [666] -2014-01-14 23:55:51 sendUrl INFO 7 [666] -2014-01-14 23:55:52 queue INFO 3 [667] -2014-01-14 23:55:52 queue INFO >3 [668] -2014-01-14 23:55:52 sendUrl INFO 3 [667] -2014-01-14 23:55:53 sendUrl INFO 3 [668] -2014-01-14 23:56:42 queue INFO >>3 [669] -2014-01-14 23:56:42 sendUrl INFO 3 [669] -2014-01-14 23:57:32 queue INFO >>3 [670] -2014-01-14 23:57:33 sendUrl INFO 3 [670] -2014-01-14 23:58:22 queue INFO >>3 [671] -2014-01-14 23:58:22 sendUrl INFO 3 [671] -2014-01-14 23:59:12 queue INFO >>3 [672] -2014-01-14 23:59:13 sendUrl INFO 3 [672] -2014-01-15 00:00:03 queue INFO >>3 [673] -2014-01-15 00:00:03 sendUrl INFO 3 [673] -2014-01-15 00:00:53 queue INFO >>3 [674] -2014-01-15 00:00:53 sendUrl INFO 3 [674] -2014-01-15 00:01:43 queue INFO >>3 [675] -2014-01-15 00:01:43 sendUrl INFO 3 [675] -2014-01-15 00:02:33 queue INFO >>3 [676] -2014-01-15 00:02:33 sendUrl INFO 3 [676] -2014-01-15 00:02:44 queue INFO 7 [677] -2014-01-15 00:02:44 queue INFO >7 [678] -2014-01-15 00:02:44 sendUrl INFO 7 [677] -2014-01-15 00:02:45 sendUrl INFO 7 [678] -2014-01-15 00:02:45 queue INFO 3 [679] -2014-01-15 00:02:46 queue INFO >3 [680] -2014-01-15 00:02:46 sendUrl INFO 3 [679] -2014-01-15 00:02:46 sendUrl INFO 3 [680] -2014-01-15 00:03:36 queue INFO >>3 [681] -2014-01-15 00:03:36 sendUrl INFO 3 [681] -2014-01-15 00:04:26 queue INFO >>3 [682] -2014-01-15 00:04:26 sendUrl INFO 3 [682] -2014-01-15 00:05:16 queue INFO >>3 [683] -2014-01-15 00:05:16 sendUrl INFO 3 [683] -2014-01-15 00:06:06 queue INFO >>3 [684] -2014-01-15 00:06:07 sendUrl INFO 3 [684] -2014-01-15 00:06:56 queue INFO >>3 [685] -2014-01-15 00:06:56 sendUrl INFO 3 [685] -2014-01-15 00:07:46 queue INFO >>3 [686] -2014-01-15 00:07:47 sendUrl INFO 3 [686] -2014-01-15 00:08:37 queue INFO >>3 [687] -2014-01-15 00:08:37 sendUrl INFO 3 [687] -2014-01-15 00:09:27 queue INFO >>3 [688] -2014-01-15 00:09:27 sendUrl INFO 3 [688] -2014-01-15 00:09:30 queue INFO 1 [689] -2014-01-15 00:09:30 queue INFO >1 [690] -2014-01-15 00:09:30 sendUrl INFO 1 [689] -2014-01-15 00:09:30 queue INFO 21 [691] -2014-01-15 00:09:30 sendUrl INFO 1 [690] -2014-01-15 00:09:31 queue INFO >21 [692] -2014-01-15 00:09:31 sendUrl INFO 21 [691] -2014-01-15 00:09:31 sendUrl INFO 21 [692] -2014-01-15 00:10:20 queue INFO >>21 [693] -2014-01-15 00:10:21 sendUrl INFO 21 [693] -2014-01-15 00:10:26 queue INFO 1 [694] -2014-01-15 00:10:27 queue INFO >1 [695] -2014-01-15 00:10:27 sendUrl INFO 1 [694] -2014-01-15 00:10:27 sendUrl INFO 1 [695] -2014-01-15 00:10:39 queue INFO 5 [696] -2014-01-15 00:10:39 queue INFO >5 [697] -2014-01-15 00:10:39 sendUrl INFO 5 [696] -2014-01-15 00:10:40 sendUrl INFO 5 [697] -2014-01-15 00:10:41 queue INFO 1 [698] -2014-01-15 00:10:41 queue INFO >1 [699] -2014-01-15 00:10:41 sendUrl INFO 1 [698] -2014-01-15 00:10:41 sendUrl INFO 1 [699] -2014-01-15 00:11:31 queue INFO >>1 [700] -2014-01-15 00:11:31 sendUrl INFO 1 [700] -2014-01-15 00:11:34 queue INFO 3 [701] -2014-01-15 00:11:34 queue INFO >3 [702] -2014-01-15 00:11:34 sendUrl INFO 3 [701] -2014-01-15 00:11:34 sendUrl INFO 3 [702] -2014-01-15 00:12:24 queue INFO >>3 [703] -2014-01-15 00:12:24 sendUrl INFO 3 [703] -2014-01-15 00:13:14 queue INFO >>3 [704] -2014-01-15 00:13:14 sendUrl INFO 3 [704] -2014-01-15 00:14:04 queue INFO >>3 [705] -2014-01-15 00:14:04 sendUrl INFO 3 [705] -2014-01-15 00:14:54 queue INFO >>3 [706] -2014-01-15 00:14:55 sendUrl INFO 3 [706] -2014-01-15 00:15:44 queue INFO >>3 [707] -2014-01-15 00:15:44 sendUrl INFO 3 [707] -2014-01-15 00:16:34 queue INFO >>3 [708] -2014-01-15 00:16:35 sendUrl INFO 3 [708] -2014-01-15 00:17:25 queue INFO >>3 [709] -2014-01-15 00:17:25 sendUrl INFO 3 [709] -2014-01-15 00:17:33 queue INFO 7 [710] -2014-01-15 00:17:34 queue INFO >7 [711] -2014-01-15 00:17:34 sendUrl INFO 7 [710] -2014-01-15 00:17:34 sendUrl INFO 7 [711] -2014-01-15 00:17:35 queue INFO 3 [712] -2014-01-15 00:17:35 sendUrl INFO 3 [712] -2014-01-15 00:17:35 queue INFO >3 [713] -2014-01-15 00:17:36 sendUrl INFO 3 [713] -2014-01-15 00:18:25 queue INFO >>3 [714] -2014-01-15 00:18:26 sendUrl INFO 3 [714] -2014-01-15 00:19:15 queue INFO >>3 [715] -2014-01-15 00:19:16 sendUrl INFO 3 [715] -2014-01-15 00:20:05 queue INFO >>3 [716] -2014-01-15 00:20:06 sendUrl INFO 3 [716] -2014-01-15 00:20:43 queue INFO 1 [717] -2014-01-15 00:20:44 queue INFO >1 [718] -2014-01-15 00:20:44 sendUrl INFO 1 [717] -2014-01-15 00:20:44 queue INFO 21 [719] -2014-01-15 00:20:44 queue INFO >21 [720] -2014-01-15 00:20:44 sendUrl INFO 1 [718] -2014-01-15 00:20:45 sendUrl INFO 21 [719] -2014-01-15 00:20:45 sendUrl INFO 21 [720] -2014-01-15 00:21:20 queue INFO 1 [721] -2014-01-15 00:21:20 queue INFO >1 [722] -2014-01-15 00:21:20 sendUrl INFO 1 [721] -2014-01-15 00:21:21 sendUrl INFO 1 [722] -2014-01-15 00:22:10 queue INFO >>1 [723] -2014-01-15 00:22:10 sendUrl INFO 1 [723] -2014-01-15 00:22:14 queue INFO 3 [724] -2014-01-15 00:22:15 sendUrl INFO 3 [724] -2014-01-15 00:22:15 queue INFO >3 [725] -2014-01-15 00:22:15 sendUrl INFO 3 [725] -2014-01-15 00:23:05 queue INFO >>3 [726] -2014-01-15 00:23:05 sendUrl INFO 3 [726] -2014-01-15 00:23:55 queue INFO >>3 [727] -2014-01-15 00:23:55 sendUrl INFO 3 [727] -2014-01-15 00:24:45 queue INFO >>3 [728] -2014-01-15 00:24:45 sendUrl INFO 3 [728] -2014-01-15 00:25:09 queue INFO 7 [729] -2014-01-15 00:25:09 sendUrl INFO 7 [729] -2014-01-15 00:25:09 queue INFO >7 [730] -2014-01-15 00:25:09 sendUrl INFO 7 [730] -2014-01-15 00:25:10 queue INFO 3 [731] -2014-01-15 00:25:10 queue INFO >3 [732] -2014-01-15 00:25:11 sendUrl INFO 3 [731] -2014-01-15 00:25:11 sendUrl INFO 3 [732] -2014-01-15 00:26:00 queue INFO >>3 [733] -2014-01-15 00:26:01 sendUrl INFO 3 [733] -2014-01-15 00:26:51 queue INFO >>3 [734] -2014-01-15 00:26:51 sendUrl INFO 3 [734] -2014-01-15 00:27:27 queue INFO 21 [735] -2014-01-15 00:27:27 queue INFO >21 [736] -2014-01-15 00:27:27 sendUrl INFO 21 [735] -2014-01-15 00:27:28 sendUrl INFO 21 [736] -2014-01-15 00:28:17 queue INFO >>21 [737] -2014-01-15 00:28:17 sendUrl INFO 21 [737] -2014-01-15 00:29:07 queue INFO >>21 [738] -2014-01-15 00:29:07 sendUrl INFO 21 [738] -2014-01-15 00:29:57 queue INFO >>21 [739] -2014-01-15 00:29:58 sendUrl INFO 21 [739] -2014-01-15 00:30:47 queue INFO >>21 [740] -2014-01-15 00:30:47 sendUrl INFO 21 [740] -2014-01-15 00:31:37 queue INFO >>21 [741] -2014-01-15 00:31:38 sendUrl INFO 21 [741] -2014-01-15 00:32:28 queue INFO >>21 [742] -2014-01-15 00:32:28 sendUrl INFO 21 [742] -2014-01-15 00:33:18 queue INFO >>21 [743] -2014-01-15 00:33:18 sendUrl INFO 21 [743] -2014-01-15 00:33:32 queue INFO 1 [744] -2014-01-15 00:33:32 queue INFO >1 [745] -2014-01-15 00:33:33 sendUrl INFO 1 [744] -2014-01-15 00:33:33 sendUrl INFO 1 [745] -2014-01-15 00:34:00 queue INFO 3 [746] -2014-01-15 00:34:00 queue INFO >3 [747] -2014-01-15 00:34:00 sendUrl INFO 3 [746] -2014-01-15 00:34:01 sendUrl INFO 3 [747] -2014-01-15 00:34:50 queue INFO >>3 [748] -2014-01-15 00:34:50 sendUrl INFO 3 [748] -2014-01-15 00:35:40 queue INFO >>3 [749] -2014-01-15 00:35:40 sendUrl INFO 3 [749] -2014-01-15 00:36:30 queue INFO >>3 [750] -2014-01-15 00:36:31 sendUrl INFO 3 [750] -2014-01-15 00:37:20 queue INFO >>3 [751] -2014-01-15 00:37:21 sendUrl INFO 3 [751] -2014-01-15 00:38:11 queue INFO >>3 [752] -2014-01-15 00:38:11 sendUrl INFO 3 [752] -2014-01-15 00:39:01 queue INFO >>3 [753] -2014-01-15 00:39:01 sendUrl INFO 3 [753] -2014-01-15 00:39:51 queue INFO >>3 [754] -2014-01-15 00:39:51 sendUrl INFO 3 [754] -2014-01-15 00:40:00 queue INFO 7 [755] -2014-01-15 00:40:00 queue INFO >7 [756] -2014-01-15 00:40:00 sendUrl INFO 7 [755] -2014-01-15 00:40:01 sendUrl INFO 7 [756] -2014-01-15 00:40:01 queue INFO 3 [757] -2014-01-15 00:40:02 queue INFO >3 [758] -2014-01-15 00:40:02 sendUrl INFO 3 [757] -2014-01-15 00:40:02 sendUrl INFO 3 [758] -2014-01-15 00:40:52 queue INFO >>3 [759] -2014-01-15 00:40:52 sendUrl INFO 3 [759] -2014-01-15 00:41:42 queue INFO >>3 [760] -2014-01-15 00:41:42 sendUrl INFO 3 [760] -2014-01-15 00:42:32 queue INFO >>3 [761] -2014-01-15 00:42:32 sendUrl INFO 3 [761] -2014-01-15 00:43:22 queue INFO >>3 [762] -2014-01-15 00:43:22 sendUrl INFO 3 [762] -2014-01-15 00:44:12 queue INFO >>3 [763] -2014-01-15 00:44:12 sendUrl INFO 3 [763] -2014-01-15 00:45:02 queue INFO >>3 [764] -2014-01-15 00:45:03 sendUrl INFO 3 [764] -2014-01-15 00:45:48 queue INFO 19 [765] -2014-01-15 00:45:48 queue INFO >19 [766] -2014-01-15 00:45:49 sendUrl INFO 19 [765] -2014-01-15 00:45:49 sendUrl INFO 19 [766] -2014-01-15 00:46:05 queue INFO 39 [767] -2014-01-15 00:46:05 queue INFO >39 [768] -2014-01-15 00:46:05 queue INFO 31 [769] -2014-01-15 00:46:05 sendUrl INFO 39 [767] -2014-01-15 00:46:05 queue INFO 39 [770] -2014-01-15 00:46:05 queue INFO >39 [771] -2014-01-15 00:46:06 sendUrl INFO 39 [768] -2014-01-15 00:46:06 sendUrl INFO 31 [769] -2014-01-15 00:46:07 sendUrl INFO 39 [770] -2014-01-15 00:46:07 queue INFO 31 [772] -2014-01-15 00:46:07 sendUrl INFO 39 [771] -2014-01-15 00:46:07 queue INFO 39 [773] -2014-01-15 00:46:07 queue INFO >39 [774] -2014-01-15 00:46:08 sendUrl INFO 31 [772] -2014-01-15 00:46:08 sendUrl INFO 39 [773] -2014-01-15 00:46:09 sendUrl INFO 39 [774] -2014-01-15 00:46:57 queue INFO >>39 [775] -2014-01-15 00:46:58 sendUrl INFO 39 [775] -2014-01-15 00:47:29 queue INFO 21 [776] -2014-01-15 00:47:29 queue INFO 39 [777] -2014-01-15 00:47:29 sendUrl INFO 21 [776] -2014-01-15 00:47:29 queue INFO >39 [778] -2014-01-15 00:47:30 sendUrl INFO 39 [777] -2014-01-15 00:47:30 sendUrl INFO 39 [778] -2014-01-15 00:48:19 queue INFO >>39 [779] -2014-01-15 00:48:20 sendUrl INFO 39 [779] -2014-01-15 00:48:58 queue INFO 21 [780] -2014-01-15 00:48:58 queue INFO >21 [781] -2014-01-15 00:48:58 sendUrl INFO 21 [780] -2014-01-15 00:48:59 sendUrl INFO 21 [781] -2014-01-15 00:49:48 queue INFO >>21 [782] -2014-01-15 00:49:48 sendUrl INFO 21 [782] -2014-01-15 00:50:11 queue INFO 1 [783] -2014-01-15 00:50:12 queue INFO >1 [784] -2014-01-15 00:50:12 sendUrl INFO 1 [783] -2014-01-15 00:50:12 sendUrl INFO 1 [784] -2014-01-15 00:50:29 queue INFO 5 [785] -2014-01-15 00:50:29 queue INFO >5 [786] -2014-01-15 00:50:29 sendUrl INFO 5 [785] -2014-01-15 00:50:30 sendUrl INFO 5 [786] -2014-01-15 00:50:31 queue INFO 1 [787] -2014-01-15 00:50:31 queue INFO >1 [788] -2014-01-15 00:50:31 sendUrl INFO 1 [787] -2014-01-15 00:50:31 sendUrl INFO 1 [788] -2014-01-15 00:51:21 queue INFO >>1 [789] -2014-01-15 00:51:21 sendUrl INFO 1 [789] -2014-01-15 00:51:23 queue INFO 3 [790] -2014-01-15 00:51:23 queue INFO >3 [791] -2014-01-15 00:51:23 sendUrl INFO 3 [790] -2014-01-15 00:51:24 sendUrl INFO 3 [791] -2014-01-15 00:52:13 queue INFO >>3 [792] -2014-01-15 00:52:14 sendUrl INFO 3 [792] -2014-01-15 00:53:03 queue INFO >>3 [793] -2014-01-15 00:53:03 sendUrl INFO 3 [793] -2014-01-15 00:53:54 queue INFO >>3 [794] -2014-01-15 00:53:54 sendUrl INFO 3 [794] -2014-01-15 00:54:44 queue INFO >>3 [795] -2014-01-15 00:54:44 sendUrl INFO 3 [795] -2014-01-15 00:55:34 queue INFO >>3 [796] -2014-01-15 00:55:34 sendUrl INFO 3 [796] -2014-01-15 00:56:24 queue INFO >>3 [797] -2014-01-15 00:56:24 sendUrl INFO 3 [797] -2014-01-15 00:57:14 queue INFO >>3 [798] -2014-01-15 00:57:15 sendUrl INFO 3 [798] -2014-01-15 00:58:04 queue INFO >>3 [799] -2014-01-15 00:58:04 sendUrl INFO 3 [799] -2014-01-15 00:58:54 queue INFO >>3 [800] -2014-01-15 00:58:55 sendUrl INFO 3 [800] -2014-01-15 00:59:35 queue INFO 1 [801] -2014-01-15 00:59:35 queue INFO >1 [802] -2014-01-15 00:59:35 queue INFO 21 [803] -2014-01-15 00:59:35 sendUrl INFO 1 [801] -2014-01-15 00:59:35 queue INFO >21 [804] -2014-01-15 00:59:36 sendUrl INFO 1 [802] -2014-01-15 00:59:36 sendUrl INFO 21 [803] -2014-01-15 00:59:37 sendUrl INFO 21 [804] -2014-01-15 01:00:25 queue INFO >>21 [805] -2014-01-15 01:00:25 sendUrl INFO 21 [805] -2014-01-15 01:01:09 queue INFO 1 [806] -2014-01-15 01:01:09 queue INFO >1 [807] -2014-01-15 01:01:10 sendUrl INFO 1 [806] -2014-01-15 01:01:10 sendUrl INFO 1 [807] -2014-01-15 01:01:33 queue INFO 5 [808] -2014-01-15 01:01:33 queue INFO >5 [809] -2014-01-15 01:01:33 sendUrl INFO 5 [808] -2014-01-15 01:01:33 sendUrl INFO 5 [809] -2014-01-15 01:01:34 queue INFO 1 [810] -2014-01-15 01:01:34 queue INFO >1 [811] -2014-01-15 01:01:34 sendUrl INFO 1 [810] -2014-01-15 01:01:35 sendUrl INFO 1 [811] -2014-01-15 01:02:24 queue INFO >>1 [812] -2014-01-15 01:02:25 sendUrl INFO 1 [812] -2014-01-15 01:02:26 queue INFO 3 [813] -2014-01-15 01:02:27 queue INFO >3 [814] -2014-01-15 01:02:27 sendUrl INFO 3 [813] -2014-01-15 01:02:27 sendUrl INFO 3 [814] -2014-01-15 01:03:17 queue INFO >>3 [815] -2014-01-15 01:03:17 sendUrl INFO 3 [815] -2014-01-15 01:04:07 queue INFO >>3 [816] -2014-01-15 01:04:07 sendUrl INFO 3 [816] -2014-01-15 01:04:57 queue INFO >>3 [817] -2014-01-15 01:04:57 sendUrl INFO 3 [817] -2014-01-15 01:05:47 queue INFO >>3 [818] -2014-01-15 01:05:48 sendUrl INFO 3 [818] -2014-01-15 01:06:37 queue INFO >>3 [819] -2014-01-15 01:06:37 sendUrl INFO 3 [819] -2014-01-15 01:07:27 queue INFO >>3 [820] -2014-01-15 01:07:28 sendUrl INFO 3 [820] -2014-01-15 01:08:18 queue INFO >>3 [821] -2014-01-15 01:08:18 sendUrl INFO 3 [821] -2014-01-15 01:08:26 queue INFO 7 [822] -2014-01-15 01:08:27 queue INFO >7 [823] -2014-01-15 01:08:27 sendUrl INFO 7 [822] -2014-01-15 01:08:27 sendUrl INFO 7 [823] -2014-01-15 01:08:28 queue INFO 3 [824] -2014-01-15 01:08:28 queue INFO >3 [825] -2014-01-15 01:08:28 sendUrl INFO 3 [824] -2014-01-15 01:08:29 sendUrl INFO 3 [825] -2014-01-15 01:09:18 queue INFO >>3 [826] -2014-01-15 01:09:19 sendUrl INFO 3 [826] -2014-01-15 01:10:08 queue INFO >>3 [827] -2014-01-15 01:10:09 sendUrl INFO 3 [827] -2014-01-15 01:10:58 queue INFO >>3 [828] -2014-01-15 01:10:59 sendUrl INFO 3 [828] -2014-01-15 01:11:49 queue INFO >>3 [829] -2014-01-15 01:11:49 sendUrl INFO 3 [829] -2014-01-15 01:12:39 queue INFO >>3 [830] -2014-01-15 01:12:39 sendUrl INFO 3 [830] -2014-01-15 01:13:29 queue INFO >>3 [831] -2014-01-15 01:13:29 sendUrl INFO 3 [831] -2014-01-15 01:14:19 queue INFO >>3 [832] -2014-01-15 01:14:20 sendUrl INFO 3 [832] -2014-01-15 01:15:09 queue INFO >>3 [833] -2014-01-15 01:15:09 sendUrl INFO 3 [833] -2014-01-15 01:15:20 queue INFO 7 [834] -2014-01-15 01:15:20 queue INFO >7 [835] -2014-01-15 01:15:20 sendUrl INFO 7 [834] -2014-01-15 01:15:21 sendUrl INFO 7 [835] -2014-01-15 01:15:22 queue INFO 3 [836] -2014-01-15 01:15:22 queue INFO >3 [837] -2014-01-15 01:15:22 sendUrl INFO 3 [836] -2014-01-15 01:15:22 sendUrl INFO 3 [837] -2014-01-15 01:16:12 queue INFO >>3 [838] -2014-01-15 01:16:12 sendUrl INFO 3 [838] -2014-01-15 01:17:02 queue INFO >>3 [839] -2014-01-15 01:17:02 sendUrl INFO 3 [839] -2014-01-15 01:17:52 queue INFO >>3 [840] -2014-01-15 01:17:52 sendUrl INFO 3 [840] -2014-01-15 01:18:42 queue INFO >>3 [841] -2014-01-15 01:18:43 sendUrl INFO 3 [841] -2014-01-15 01:19:32 queue INFO >>3 [842] -2014-01-15 01:19:33 sendUrl INFO 3 [842] -2014-01-15 01:20:22 queue INFO >>3 [843] -2014-01-15 01:20:23 sendUrl INFO 3 [843] -2014-01-15 01:21:13 queue INFO >>3 [844] -2014-01-15 01:21:13 sendUrl INFO 3 [844] -2014-01-15 01:22:03 queue INFO >>3 [845] -2014-01-15 01:22:03 sendUrl INFO 3 [845] -2014-01-15 01:22:14 queue INFO 7 [846] -2014-01-15 01:22:14 sendUrl INFO 7 [846] -2014-01-15 01:22:14 queue INFO >7 [847] -2014-01-15 01:22:14 sendUrl INFO 7 [847] -2014-01-15 01:22:15 queue INFO 3 [848] -2014-01-15 01:22:15 queue INFO >3 [849] -2014-01-15 01:22:16 sendUrl INFO 3 [848] -2014-01-15 01:22:16 sendUrl INFO 3 [849] -2014-01-15 01:23:05 queue INFO >>3 [850] -2014-01-15 01:23:06 sendUrl INFO 3 [850] -2014-01-15 01:23:55 queue INFO >>3 [851] -2014-01-15 01:23:56 sendUrl INFO 3 [851] -2014-01-15 01:24:46 queue INFO >>3 [852] -2014-01-15 01:24:46 sendUrl INFO 3 [852] -2014-01-15 01:25:36 queue INFO >>3 [853] -2014-01-15 01:25:36 sendUrl INFO 3 [853] -2014-01-15 01:26:26 queue INFO >>3 [854] -2014-01-15 01:26:26 sendUrl INFO 3 [854] -2014-01-15 01:27:16 queue INFO >>3 [855] -2014-01-15 01:27:16 sendUrl INFO 3 [855] -2014-01-15 01:28:06 queue INFO >>3 [856] -2014-01-15 01:28:07 sendUrl INFO 3 [856] -2014-01-15 01:28:56 queue INFO >>3 [857] -2014-01-15 01:28:57 sendUrl INFO 3 [857] -2014-01-15 01:29:07 queue INFO 7 [858] -2014-01-15 01:29:07 queue INFO >7 [859] -2014-01-15 01:29:08 sendUrl INFO 7 [858] -2014-01-15 01:29:08 sendUrl INFO 7 [859] -2014-01-15 01:29:09 queue INFO 3 [860] -2014-01-15 01:29:09 queue INFO >3 [861] -2014-01-15 01:29:09 sendUrl INFO 3 [860] -2014-01-15 01:29:10 sendUrl INFO 3 [861] -2014-01-15 01:29:59 queue INFO >>3 [862] -2014-01-15 01:29:59 sendUrl INFO 3 [862] -2014-01-15 01:30:49 queue INFO >>3 [863] -2014-01-15 01:30:49 sendUrl INFO 3 [863] -2014-01-15 01:31:39 queue INFO >>3 [864] -2014-01-15 01:31:40 sendUrl INFO 3 [864] -2014-01-15 01:32:29 queue INFO >>3 [865] -2014-01-15 01:32:29 sendUrl INFO 3 [865] -2014-01-15 01:33:19 queue INFO >>3 [866] -2014-01-15 01:33:20 sendUrl INFO 3 [866] -2014-01-15 01:34:10 queue INFO >>3 [867] -2014-01-15 01:34:10 sendUrl INFO 3 [867] -2014-01-15 01:35:00 queue INFO >>3 [868] -2014-01-15 01:35:00 sendUrl INFO 3 [868] -2014-01-15 01:35:50 queue INFO >>3 [869] -2014-01-15 01:35:50 sendUrl INFO 3 [869] -2014-01-15 01:36:01 queue INFO 7 [870] -2014-01-15 01:36:01 queue INFO >7 [871] -2014-01-15 01:36:02 sendUrl INFO 7 [870] -2014-01-15 01:36:02 sendUrl INFO 7 [871] -2014-01-15 01:36:03 queue INFO 3 [872] -2014-01-15 01:36:03 queue INFO >3 [873] -2014-01-15 01:36:03 sendUrl INFO 3 [872] -2014-01-15 01:36:04 sendUrl INFO 3 [873] -2014-01-15 01:36:53 queue INFO >>3 [874] -2014-01-15 01:36:53 sendUrl INFO 3 [874] -2014-01-15 01:37:43 queue INFO >>3 [875] -2014-01-15 01:37:43 sendUrl INFO 3 [875] -2014-01-15 01:38:33 queue INFO >>3 [876] -2014-01-15 01:38:34 sendUrl INFO 3 [876] -2014-01-15 01:39:23 queue INFO >>3 [877] -2014-01-15 01:39:24 sendUrl INFO 3 [877] -2014-01-15 01:40:14 queue INFO >>3 [878] -2014-01-15 01:40:14 sendUrl INFO 3 [878] -2014-01-15 01:41:04 queue INFO >>3 [879] -2014-01-15 01:41:04 sendUrl INFO 3 [879] -2014-01-15 01:41:54 queue INFO >>3 [880] -2014-01-15 01:41:54 sendUrl INFO 3 [880] -2014-01-15 01:42:44 queue INFO >>3 [881] -2014-01-15 01:42:44 sendUrl INFO 3 [881] -2014-01-15 01:42:55 queue INFO 7 [882] -2014-01-15 01:42:55 queue INFO >7 [883] -2014-01-15 01:42:56 sendUrl INFO 7 [882] -2014-01-15 01:42:56 sendUrl INFO 7 [883] -2014-01-15 01:42:57 queue INFO 3 [884] -2014-01-15 01:42:57 queue INFO >3 [885] -2014-01-15 01:42:57 sendUrl INFO 3 [884] -2014-01-15 01:42:58 sendUrl INFO 3 [885] -2014-01-15 01:43:47 queue INFO >>3 [886] -2014-01-15 01:43:47 sendUrl INFO 3 [886] -2014-01-15 01:44:37 queue INFO >>3 [887] -2014-01-15 01:44:37 sendUrl INFO 3 [887] -2014-01-15 01:45:27 queue INFO >>3 [888] -2014-01-15 01:45:28 sendUrl INFO 3 [888] -2014-01-15 01:46:17 queue INFO >>3 [889] -2014-01-15 01:46:18 sendUrl INFO 3 [889] -2014-01-15 01:47:07 queue INFO >>3 [890] -2014-01-15 01:47:08 sendUrl INFO 3 [890] -2014-01-15 01:47:58 queue INFO >>3 [891] -2014-01-15 01:47:58 sendUrl INFO 3 [891] -2014-01-15 01:48:48 queue INFO >>3 [892] -2014-01-15 01:48:48 sendUrl INFO 3 [892] -2014-01-15 01:49:38 queue INFO >>3 [893] -2014-01-15 01:49:38 sendUrl INFO 3 [893] -2014-01-15 01:49:49 queue INFO 7 [894] -2014-01-15 01:49:49 queue INFO >7 [895] -2014-01-15 01:49:49 sendUrl INFO 7 [894] -2014-01-15 01:49:50 sendUrl INFO 7 [895] -2014-01-15 01:49:50 queue INFO 3 [896] -2014-01-15 01:49:51 queue INFO >3 [897] -2014-01-15 01:49:51 sendUrl INFO 3 [896] -2014-01-15 01:49:51 sendUrl INFO 3 [897] -2014-01-15 01:50:41 queue INFO >>3 [898] -2014-01-15 01:50:41 sendUrl INFO 3 [898] -2014-01-15 01:51:31 queue INFO >>3 [899] -2014-01-15 01:51:31 sendUrl INFO 3 [899] -2014-01-15 01:52:21 queue INFO >>3 [900] -2014-01-15 01:52:21 sendUrl INFO 3 [900] -2014-01-15 01:53:11 queue INFO >>3 [901] -2014-01-15 01:53:11 sendUrl INFO 3 [901] -2014-01-15 01:54:01 queue INFO >>3 [902] -2014-01-15 01:54:01 sendUrl INFO 3 [902] -2014-01-15 01:54:51 queue INFO >>3 [903] -2014-01-15 01:54:52 sendUrl INFO 3 [903] -2014-01-15 01:55:41 queue INFO >>3 [904] -2014-01-15 01:55:42 sendUrl INFO 3 [904] -2014-01-15 01:56:32 queue INFO >>3 [905] -2014-01-15 01:56:32 sendUrl INFO 3 [905] -2014-01-15 01:56:42 queue INFO 7 [906] -2014-01-15 01:56:42 queue INFO >7 [907] -2014-01-15 01:56:43 sendUrl INFO 7 [906] -2014-01-15 01:56:43 sendUrl INFO 7 [907] -2014-01-15 01:56:44 queue INFO 3 [908] -2014-01-15 01:56:44 sendUrl INFO 3 [908] -2014-01-15 01:56:44 queue INFO >3 [909] -2014-01-15 01:56:45 sendUrl INFO 3 [909] -2014-01-15 01:57:34 queue INFO >>3 [910] -2014-01-15 01:57:34 sendUrl INFO 3 [910] -2014-01-15 01:58:24 queue INFO >>3 [911] -2014-01-15 01:58:25 sendUrl INFO 3 [911] -2014-01-15 01:59:14 queue INFO >>3 [912] -2014-01-15 01:59:15 sendUrl INFO 3 [912] -2014-01-15 02:00:04 queue INFO >>3 [913] -2014-01-15 02:00:05 sendUrl INFO 3 [913] -2014-01-15 02:00:55 queue INFO >>3 [914] -2014-01-15 02:00:55 sendUrl INFO 3 [914] -2014-01-15 02:01:45 queue INFO >>3 [915] -2014-01-15 02:01:45 sendUrl INFO 3 [915] -2014-01-15 02:02:35 queue INFO >>3 [916] -2014-01-15 02:02:35 sendUrl INFO 3 [916] -2014-01-15 02:03:25 queue INFO >>3 [917] -2014-01-15 02:03:25 sendUrl INFO 3 [917] -2014-01-15 02:04:15 queue INFO >>3 [918] -2014-01-15 02:04:16 sendUrl INFO 3 [918] -2014-01-15 02:05:02 queue INFO 1 [919] -2014-01-15 02:05:03 queue INFO >1 [920] -2014-01-15 02:05:03 sendUrl INFO 1 [919] -2014-01-15 02:05:03 sendUrl INFO 1 [920] -2014-01-15 02:05:53 queue INFO >>1 [921] -2014-01-15 02:05:53 sendUrl INFO 1 [921] -2014-01-15 02:06:43 queue INFO >>1 [922] -2014-01-15 02:06:43 sendUrl INFO 1 [922] -2014-01-15 02:06:45 queue INFO 21 [923] -2014-01-15 02:06:46 queue INFO >21 [924] -2014-01-15 02:06:46 sendUrl INFO 21 [923] -2014-01-15 02:06:46 sendUrl INFO 21 [924] -2014-01-15 02:07:11 queue INFO 1 [925] -2014-01-15 02:07:11 queue INFO >1 [926] -2014-01-15 02:07:12 sendUrl INFO 1 [925] -2014-01-15 02:07:12 sendUrl INFO 1 [926] -2014-01-15 02:07:29 queue INFO 5 [927] -2014-01-15 02:07:29 queue INFO >5 [928] -2014-01-15 02:07:29 sendUrl INFO 5 [927] -2014-01-15 02:07:30 sendUrl INFO 5 [928] -2014-01-15 02:07:30 queue INFO 1 [929] -2014-01-15 02:07:31 queue INFO >1 [930] -2014-01-15 02:07:31 sendUrl INFO 1 [929] -2014-01-15 02:07:31 sendUrl INFO 1 [930] -2014-01-15 02:08:21 queue INFO >>1 [931] -2014-01-15 02:08:21 sendUrl INFO 1 [931] -2014-01-15 02:08:23 queue INFO 3 [932] -2014-01-15 02:08:23 sendUrl INFO 3 [932] -2014-01-15 02:08:23 queue INFO >3 [933] -2014-01-15 02:08:23 sendUrl INFO 3 [933] -2014-01-15 02:09:13 queue INFO >>3 [934] -2014-01-15 02:09:13 sendUrl INFO 3 [934] -2014-01-15 02:10:03 queue INFO >>3 [935] -2014-01-15 02:10:03 sendUrl INFO 3 [935] -2014-01-15 02:10:53 queue INFO >>3 [936] -2014-01-15 02:10:53 sendUrl INFO 3 [936] -2014-01-15 02:11:43 queue INFO >>3 [937] -2014-01-15 02:11:44 sendUrl INFO 3 [937] -2014-01-15 02:12:33 queue INFO >>3 [938] -2014-01-15 02:12:34 sendUrl INFO 3 [938] -2014-01-15 02:13:24 queue INFO >>3 [939] -2014-01-15 02:13:24 sendUrl INFO 3 [939] -2014-01-15 02:14:14 queue INFO >>3 [940] -2014-01-15 02:14:14 sendUrl INFO 3 [940] -2014-01-15 02:14:23 queue INFO 7 [941] -2014-01-15 02:14:23 queue INFO >7 [942] -2014-01-15 02:14:23 sendUrl INFO 7 [941] -2014-01-15 02:14:24 sendUrl INFO 7 [942] -2014-01-15 02:14:24 queue INFO 3 [943] -2014-01-15 02:14:24 queue INFO >3 [944] -2014-01-15 02:14:25 sendUrl INFO 3 [943] -2014-01-15 02:14:25 sendUrl INFO 3 [944] -2014-01-15 02:15:14 queue INFO >>3 [945] -2014-01-15 02:15:15 sendUrl INFO 3 [945] -2014-01-15 02:16:05 queue INFO >>3 [946] -2014-01-15 02:16:05 sendUrl INFO 3 [946] -2014-01-15 02:16:55 queue INFO >>3 [947] -2014-01-15 02:16:55 sendUrl INFO 3 [947] -2014-01-15 02:17:45 queue INFO >>3 [948] -2014-01-15 02:17:45 sendUrl INFO 3 [948] -2014-01-15 02:18:35 queue INFO >>3 [949] -2014-01-15 02:18:35 sendUrl INFO 3 [949] -2014-01-15 02:19:25 queue INFO >>3 [950] -2014-01-15 02:19:25 sendUrl INFO 3 [950] -2014-01-15 02:20:15 queue INFO >>3 [951] -2014-01-15 02:20:15 sendUrl INFO 3 [951] -2014-01-15 02:21:05 queue INFO >>3 [952] -2014-01-15 02:21:06 sendUrl INFO 3 [952] -2014-01-15 02:21:16 queue INFO 7 [953] -2014-01-15 02:21:17 queue INFO >7 [954] -2014-01-15 02:21:17 sendUrl INFO 7 [953] -2014-01-15 02:21:17 sendUrl INFO 7 [954] -2014-01-15 02:21:18 queue INFO 3 [955] -2014-01-15 02:21:18 queue INFO >3 [956] -2014-01-15 02:21:18 sendUrl INFO 3 [955] -2014-01-15 02:21:19 sendUrl INFO 3 [956] -2014-01-15 02:22:08 queue INFO >>3 [957] -2014-01-15 02:22:08 sendUrl INFO 3 [957] -2014-01-15 02:22:58 queue INFO >>3 [958] -2014-01-15 02:22:59 sendUrl INFO 3 [958] -2014-01-15 02:23:48 queue INFO >>3 [959] -2014-01-15 02:23:49 sendUrl INFO 3 [959] -2014-01-15 02:24:39 queue INFO >>3 [960] -2014-01-15 02:24:39 sendUrl INFO 3 [960] -2014-01-15 02:25:29 queue INFO >>3 [961] -2014-01-15 02:25:29 sendUrl INFO 3 [961] -2014-01-15 02:26:19 queue INFO >>3 [962] -2014-01-15 02:26:19 sendUrl INFO 3 [962] -2014-01-15 02:27:09 queue INFO >>3 [963] -2014-01-15 02:27:09 sendUrl INFO 3 [963] -2014-01-15 02:27:59 queue INFO >>3 [964] -2014-01-15 02:28:00 sendUrl INFO 3 [964] -2014-01-15 02:28:10 queue INFO 7 [965] -2014-01-15 02:28:10 queue INFO >7 [966] -2014-01-15 02:28:10 sendUrl INFO 7 [965] -2014-01-15 02:28:11 sendUrl INFO 7 [966] -2014-01-15 02:28:11 queue INFO 3 [967] -2014-01-15 02:28:12 queue INFO >3 [968] -2014-01-15 02:28:12 sendUrl INFO 3 [967] -2014-01-15 02:28:12 sendUrl INFO 3 [968] -2014-01-15 02:29:02 queue INFO >>3 [969] -2014-01-15 02:29:02 sendUrl INFO 3 [969] -2014-01-15 02:29:52 queue INFO >>3 [970] -2014-01-15 02:29:52 sendUrl INFO 3 [970] -2014-01-15 02:30:42 queue INFO >>3 [971] -2014-01-15 02:30:42 sendUrl INFO 3 [971] -2014-01-15 02:31:32 queue INFO >>3 [972] -2014-01-15 02:31:33 sendUrl INFO 3 [972] -2014-01-15 02:32:22 queue INFO >>3 [973] -2014-01-15 02:32:22 sendUrl INFO 3 [973] -2014-01-15 02:33:12 queue INFO >>3 [974] -2014-01-15 02:33:13 sendUrl INFO 3 [974] -2014-01-15 02:34:03 queue INFO >>3 [975] -2014-01-15 02:34:03 sendUrl INFO 3 [975] -2014-01-15 02:34:53 queue INFO >>3 [976] -2014-01-15 02:34:53 sendUrl INFO 3 [976] -2014-01-15 02:35:03 queue INFO 7 [977] -2014-01-15 02:35:03 queue INFO >7 [978] -2014-01-15 02:35:03 sendUrl INFO 7 [977] -2014-01-15 02:35:04 sendUrl INFO 7 [978] -2014-01-15 02:35:05 queue INFO 3 [979] -2014-01-15 02:35:05 queue INFO >3 [980] -2014-01-15 02:35:05 sendUrl INFO 3 [979] -2014-01-15 02:35:05 sendUrl INFO 3 [980] -2014-01-15 02:35:55 queue INFO >>3 [981] -2014-01-15 02:35:55 sendUrl INFO 3 [981] -2014-01-15 02:36:45 queue INFO >>3 [982] -2014-01-15 02:36:45 sendUrl INFO 3 [982] -2014-01-15 02:37:35 queue INFO >>3 [983] -2014-01-15 02:37:35 sendUrl INFO 3 [983] -2014-01-15 02:38:25 queue INFO >>3 [984] -2014-01-15 02:38:26 sendUrl INFO 3 [984] -2014-01-15 02:39:15 queue INFO >>3 [985] -2014-01-15 02:39:16 sendUrl INFO 3 [985] -2014-01-15 02:40:06 queue INFO >>3 [986] -2014-01-15 02:40:06 sendUrl INFO 3 [986] -2014-01-15 02:40:56 queue INFO >>3 [987] -2014-01-15 02:40:56 sendUrl INFO 3 [987] -2014-01-15 02:41:46 queue INFO >>3 [988] -2014-01-15 02:41:46 sendUrl INFO 3 [988] -2014-01-15 02:41:58 queue INFO 7 [989] -2014-01-15 02:41:58 sendUrl INFO 7 [989] -2014-01-15 02:41:58 queue INFO >7 [990] -2014-01-15 02:41:58 sendUrl INFO 7 [990] -2014-01-15 02:41:59 queue INFO 3 [991] -2014-01-15 02:41:59 queue INFO >3 [992] -2014-01-15 02:42:00 sendUrl INFO 3 [991] -2014-01-15 02:42:00 sendUrl INFO 3 [992] -2014-01-15 02:42:49 queue INFO >>3 [993] -2014-01-15 02:42:50 sendUrl INFO 3 [993] -2014-01-15 02:43:40 queue INFO >>3 [994] -2014-01-15 02:43:40 sendUrl INFO 3 [994] -2014-01-15 02:44:30 queue INFO >>3 [995] -2014-01-15 02:44:30 sendUrl INFO 3 [995] -2014-01-15 02:45:20 queue INFO >>3 [996] -2014-01-15 02:45:20 sendUrl INFO 3 [996] -2014-01-15 02:46:10 queue INFO >>3 [997] -2014-01-15 02:46:10 sendUrl INFO 3 [997] -2014-01-15 02:47:00 queue INFO >>3 [998] -2014-01-15 02:47:00 sendUrl INFO 3 [998] -2014-01-15 02:47:50 queue INFO >>3 [999] -2014-01-15 02:47:51 sendUrl INFO 3 [999] -2014-01-15 02:48:40 queue INFO >>3 [0] -2014-01-15 02:48:41 sendUrl INFO 3 [0] -2014-01-15 02:48:51 queue INFO 7 [1] -2014-01-15 02:48:52 queue INFO >7 [2] -2014-01-15 02:48:52 sendUrl INFO 7 [1] -2014-01-15 02:48:52 sendUrl INFO 7 [2] -2014-01-15 02:48:53 queue INFO 3 [3] -2014-01-15 02:48:53 queue INFO >3 [4] -2014-01-15 02:48:54 sendUrl INFO 3 [3] -2014-01-15 02:48:54 sendUrl INFO 3 [4] -2014-01-15 02:49:43 queue INFO >>3 [5] -2014-01-15 02:49:43 sendUrl INFO 3 [5] -2014-01-15 02:50:33 queue INFO >>3 [6] -2014-01-15 02:50:34 sendUrl INFO 3 [6] -2014-01-15 02:51:24 queue INFO >>3 [7] -2014-01-15 02:51:24 sendUrl INFO 3 [7] -2014-01-15 02:52:14 queue INFO >>3 [8] -2014-01-15 02:52:14 sendUrl INFO 3 [8] -2014-01-15 02:53:04 queue INFO >>3 [9] -2014-01-15 02:53:04 sendUrl INFO 3 [9] -2014-01-15 02:53:54 queue INFO >>3 [10] -2014-01-15 02:53:55 sendUrl INFO 3 [10] -2014-01-15 02:54:44 queue INFO >>3 [11] -2014-01-15 02:54:44 sendUrl INFO 3 [11] -2014-01-15 02:55:34 queue INFO >>3 [12] -2014-01-15 02:55:35 sendUrl INFO 3 [12] -2014-01-15 02:55:45 queue INFO 7 [13] -2014-01-15 02:55:45 sendUrl INFO 7 [13] -2014-01-15 02:55:45 queue INFO >7 [14] -2014-01-15 02:55:46 sendUrl INFO 7 [14] -2014-01-15 02:55:47 queue INFO 3 [15] -2014-01-15 02:55:47 queue INFO >3 [16] -2014-01-15 02:55:47 sendUrl INFO 3 [15] -2014-01-15 02:55:47 sendUrl INFO 3 [16] -2014-01-15 02:56:37 queue INFO >>3 [17] -2014-01-15 02:56:37 sendUrl INFO 3 [17] -2014-01-15 02:57:27 queue INFO >>3 [18] -2014-01-15 02:57:27 sendUrl INFO 3 [18] -2014-01-15 02:58:17 queue INFO >>3 [19] -2014-01-15 02:58:17 sendUrl INFO 3 [19] -2014-01-15 02:59:07 queue INFO >>3 [20] -2014-01-15 02:59:08 sendUrl INFO 3 [20] -2014-01-15 02:59:57 queue INFO >>3 [21] -2014-01-15 02:59:57 sendUrl INFO 3 [21] -2014-01-15 03:00:47 queue INFO >>3 [22] -2014-01-15 03:00:48 sendUrl INFO 3 [22] -2014-01-15 03:01:38 queue INFO >>3 [23] -2014-01-15 03:01:38 sendUrl INFO 3 [23] -2014-01-15 03:02:28 queue INFO >>3 [24] -2014-01-15 03:02:28 sendUrl INFO 3 [24] -2014-01-15 03:02:39 queue INFO 7 [25] -2014-01-15 03:02:39 queue INFO >7 [26] -2014-01-15 03:02:39 sendUrl INFO 7 [25] -2014-01-15 03:02:40 sendUrl INFO 7 [26] -2014-01-15 03:02:40 queue INFO 3 [27] -2014-01-15 03:02:40 queue INFO >3 [28] -2014-01-15 03:02:41 sendUrl INFO 3 [27] -2014-01-15 03:02:41 sendUrl INFO 3 [28] -2014-01-15 03:03:30 queue INFO >>3 [29] -2014-01-15 03:03:31 sendUrl INFO 3 [29] -2014-01-15 03:04:21 queue INFO >>3 [30] -2014-01-15 03:04:21 sendUrl INFO 3 [30] -2014-01-15 03:05:11 queue INFO >>3 [31] -2014-01-15 03:05:11 sendUrl INFO 3 [31] -2014-01-15 03:06:01 queue INFO >>3 [32] -2014-01-15 03:06:01 sendUrl INFO 3 [32] -2014-01-15 03:06:51 queue INFO >>3 [33] -2014-01-15 03:06:51 sendUrl INFO 3 [33] -2014-01-15 03:07:41 queue INFO >>3 [34] -2014-01-15 03:07:42 sendUrl INFO 3 [34] -2014-01-15 03:08:31 queue INFO >>3 [35] -2014-01-15 03:08:31 sendUrl INFO 3 [35] -2014-01-15 03:09:21 queue INFO >>3 [36] -2014-01-15 03:09:22 sendUrl INFO 3 [36] -2014-01-15 03:09:32 queue INFO 7 [37] -2014-01-15 03:09:32 queue INFO >7 [38] -2014-01-15 03:09:32 sendUrl INFO 7 [37] -2014-01-15 03:09:33 sendUrl INFO 7 [38] -2014-01-15 03:09:33 queue INFO 3 [39] -2014-01-15 03:09:34 queue INFO >3 [40] -2014-01-15 03:09:34 sendUrl INFO 3 [39] -2014-01-15 03:09:34 sendUrl INFO 3 [40] -2014-01-15 03:10:24 queue INFO >>3 [41] -2014-01-15 03:10:24 sendUrl INFO 3 [41] -2014-01-15 03:11:14 queue INFO >>3 [42] -2014-01-15 03:11:14 sendUrl INFO 3 [42] -2014-01-15 03:12:04 queue INFO >>3 [43] -2014-01-15 03:12:04 sendUrl INFO 3 [43] -2014-01-15 03:12:24 queue INFO 1 [44] -2014-01-15 03:12:24 queue INFO >1 [45] -2014-01-15 03:12:24 sendUrl INFO 1 [44] -2014-01-15 03:12:24 queue INFO 21 [46] -2014-01-15 03:12:24 queue INFO >21 [47] -2014-01-15 03:12:24 sendUrl INFO 1 [45] -2014-01-15 03:12:25 sendUrl INFO 21 [46] -2014-01-15 03:12:25 sendUrl INFO 21 [47] -2014-01-15 03:13:14 queue INFO >>21 [48] -2014-01-15 03:13:15 sendUrl INFO 21 [48] -2014-01-15 03:13:30 queue INFO 1 [49] -2014-01-15 03:13:30 queue INFO >1 [50] -2014-01-15 03:13:30 sendUrl INFO 1 [49] -2014-01-15 03:13:30 sendUrl INFO 1 [50] -2014-01-15 03:14:20 queue INFO >>1 [51] -2014-01-15 03:14:20 sendUrl INFO 1 [51] -2014-01-15 03:14:47 queue INFO 3 [52] -2014-01-15 03:14:48 queue INFO >3 [53] -2014-01-15 03:14:48 sendUrl INFO 3 [52] -2014-01-15 03:14:48 sendUrl INFO 3 [53] -2014-01-15 03:15:38 queue INFO >>3 [54] -2014-01-15 03:15:38 sendUrl INFO 3 [54] -2014-01-15 03:16:28 queue INFO >>3 [55] -2014-01-15 03:16:28 sendUrl INFO 3 [55] -2014-01-15 03:17:18 queue INFO >>3 [56] -2014-01-15 03:17:18 sendUrl INFO 3 [56] -2014-01-15 03:17:42 queue INFO 7 [57] -2014-01-15 03:17:42 queue INFO >7 [58] -2014-01-15 03:17:42 sendUrl INFO 7 [57] -2014-01-15 03:17:43 sendUrl INFO 7 [58] -2014-01-15 03:17:43 queue INFO 3 [59] -2014-01-15 03:17:43 queue INFO >3 [60] -2014-01-15 03:17:44 sendUrl INFO 3 [59] -2014-01-15 03:17:44 sendUrl INFO 3 [60] -2014-01-15 03:18:33 queue INFO >>3 [61] -2014-01-15 03:18:34 sendUrl INFO 3 [61] -2014-01-15 03:19:23 queue INFO >>3 [62] -2014-01-15 03:19:24 sendUrl INFO 3 [62] -2014-01-15 03:20:14 queue INFO >>3 [63] -2014-01-15 03:20:14 sendUrl INFO 3 [63] -2014-01-15 03:21:04 queue INFO >>3 [64] -2014-01-15 03:21:04 sendUrl INFO 3 [64] -2014-01-15 03:21:54 queue INFO >>3 [65] -2014-01-15 03:21:54 sendUrl INFO 3 [65] -2014-01-15 03:22:44 queue INFO >>3 [66] -2014-01-15 03:22:45 sendUrl INFO 3 [66] -2014-01-15 03:23:34 queue INFO >>3 [67] -2014-01-15 03:23:34 sendUrl INFO 3 [67] -2014-01-15 03:24:24 queue INFO >>3 [68] -2014-01-15 03:24:25 sendUrl INFO 3 [68] -2014-01-15 03:24:35 queue INFO 7 [69] -2014-01-15 03:24:36 queue INFO >7 [70] -2014-01-15 03:24:36 sendUrl INFO 7 [69] -2014-01-15 03:24:36 sendUrl INFO 7 [70] -2014-01-15 03:24:37 queue INFO 3 [71] -2014-01-15 03:24:37 queue INFO >3 [72] -2014-01-15 03:24:37 sendUrl INFO 3 [71] -2014-01-15 03:24:38 sendUrl INFO 3 [72] -2014-01-15 03:25:27 queue INFO >>3 [73] -2014-01-15 03:25:28 sendUrl INFO 3 [73] -2014-01-15 03:26:17 queue INFO >>3 [74] -2014-01-15 03:26:18 sendUrl INFO 3 [74] -2014-01-15 03:27:08 queue INFO >>3 [75] -2014-01-15 03:27:08 sendUrl INFO 3 [75] -2014-01-15 03:27:58 queue INFO >>3 [76] -2014-01-15 03:27:58 sendUrl INFO 3 [76] -2014-01-15 03:28:48 queue INFO >>3 [77] -2014-01-15 03:28:48 sendUrl INFO 3 [77] -2014-01-15 03:29:38 queue INFO >>3 [78] -2014-01-15 03:29:38 sendUrl INFO 3 [78] -2014-01-15 03:30:28 queue INFO >>3 [79] -2014-01-15 03:30:29 sendUrl INFO 3 [79] -2014-01-15 03:31:18 queue INFO >>3 [80] -2014-01-15 03:31:19 sendUrl INFO 3 [80] -2014-01-15 03:31:29 queue INFO 7 [81] -2014-01-15 03:31:29 queue INFO >7 [82] -2014-01-15 03:31:30 sendUrl INFO 7 [81] -2014-01-15 03:31:30 sendUrl INFO 7 [82] -2014-01-15 03:31:31 queue INFO 3 [83] -2014-01-15 03:31:31 queue INFO >3 [84] -2014-01-15 03:31:31 sendUrl INFO 3 [83] -2014-01-15 03:31:32 sendUrl INFO 3 [84] -2014-01-15 03:32:21 queue INFO >>3 [85] -2014-01-15 03:32:21 sendUrl INFO 3 [85] -2014-01-15 03:33:11 queue INFO >>3 [86] -2014-01-15 03:33:11 sendUrl INFO 3 [86] -2014-01-15 03:34:01 queue INFO >>3 [87] -2014-01-15 03:34:02 sendUrl INFO 3 [87] -2014-01-15 03:34:51 queue INFO >>3 [88] -2014-01-15 03:34:51 sendUrl INFO 3 [88] -2014-01-15 03:35:41 queue INFO >>3 [89] -2014-01-15 03:35:42 sendUrl INFO 3 [89] -2014-01-15 03:36:32 queue INFO >>3 [90] -2014-01-15 03:36:32 sendUrl INFO 3 [90] -2014-01-15 03:37:22 queue INFO >>3 [91] -2014-01-15 03:37:22 sendUrl INFO 3 [91] -2014-01-15 03:38:04 queue INFO 1 [92] -2014-01-15 03:38:04 queue INFO >1 [93] -2014-01-15 03:38:04 sendUrl INFO 1 [92] -2014-01-15 03:38:05 sendUrl INFO 1 [93] -2014-01-15 03:38:52 queue INFO 21 [94] -2014-01-15 03:38:53 sendUrl INFO 21 [94] -2014-01-15 03:38:53 queue INFO >21 [95] -2014-01-15 03:38:53 sendUrl INFO 21 [95] -2014-01-15 03:39:43 queue INFO >>21 [96] -2014-01-15 03:39:43 sendUrl INFO 21 [96] -2014-01-15 03:40:33 queue INFO >>21 [97] -2014-01-15 03:40:33 sendUrl INFO 21 [97] -2014-01-15 03:41:23 queue INFO >>21 [98] -2014-01-15 03:41:23 sendUrl INFO 21 [98] -2014-01-15 03:42:13 queue INFO >>21 [99] -2014-01-15 03:42:13 sendUrl INFO 21 [99] -2014-01-15 03:43:03 queue INFO >>21 [100] -2014-01-15 03:43:04 sendUrl INFO 21 [100] -2014-01-15 03:43:53 queue INFO >>21 [101] -2014-01-15 03:43:54 sendUrl INFO 21 [101] -2014-01-15 03:44:26 queue INFO 1 [102] -2014-01-15 03:44:26 sendUrl INFO 1 [102] -2014-01-15 03:44:26 queue INFO >1 [103] -2014-01-15 03:44:26 sendUrl INFO 1 [103] -2014-01-15 03:44:46 queue INFO 5 [104] -2014-01-15 03:44:46 sendUrl INFO 5 [104] -2014-01-15 03:44:46 queue INFO >5 [105] -2014-01-15 03:44:46 sendUrl INFO 5 [105] -2014-01-15 03:44:47 queue INFO 1 [106] -2014-01-15 03:44:47 sendUrl INFO 1 [106] -2014-01-15 03:44:48 queue INFO >1 [107] -2014-01-15 03:44:48 sendUrl INFO 1 [107] -2014-01-15 03:45:38 queue INFO >>1 [108] -2014-01-15 03:45:38 sendUrl INFO 1 [108] -2014-01-15 03:45:40 queue INFO 3 [109] -2014-01-15 03:45:40 queue INFO >3 [110] -2014-01-15 03:45:40 sendUrl INFO 3 [109] -2014-01-15 03:45:40 sendUrl INFO 3 [110] -2014-01-15 03:46:30 queue INFO >>3 [111] -2014-01-15 03:46:30 sendUrl INFO 3 [111] -2014-01-15 03:47:20 queue INFO >>3 [112] -2014-01-15 03:47:20 sendUrl INFO 3 [112] -2014-01-15 03:48:10 queue INFO >>3 [113] -2014-01-15 03:48:10 sendUrl INFO 3 [113] -2014-01-15 03:49:00 queue INFO >>3 [114] -2014-01-15 03:49:01 sendUrl INFO 3 [114] -2014-01-15 03:49:50 queue INFO >>3 [115] -2014-01-15 03:49:50 sendUrl INFO 3 [115] -2014-01-15 03:50:40 queue INFO >>3 [116] -2014-01-15 03:50:41 sendUrl INFO 3 [116] -2014-01-15 03:51:31 queue INFO >>3 [117] -2014-01-15 03:51:31 sendUrl INFO 3 [117] -2014-01-15 03:51:49 queue INFO 7 [118] -2014-01-15 03:51:49 sendUrl INFO 7 [118] -2014-01-15 03:51:49 queue INFO >7 [119] -2014-01-15 03:51:49 sendUrl INFO 7 [119] -2014-01-15 03:51:50 queue INFO 3 [120] -2014-01-15 03:51:50 queue INFO >3 [121] -2014-01-15 03:51:51 sendUrl INFO 3 [120] -2014-01-15 03:51:51 sendUrl INFO 3 [121] -2014-01-15 03:52:40 queue INFO >>3 [122] -2014-01-15 03:52:41 sendUrl INFO 3 [122] -2014-01-15 03:53:31 queue INFO >>3 [123] -2014-01-15 03:53:31 sendUrl INFO 3 [123] -2014-01-15 03:54:21 queue INFO >>3 [124] -2014-01-15 03:54:21 sendUrl INFO 3 [124] -2014-01-15 03:55:11 queue INFO >>3 [125] -2014-01-15 03:55:11 sendUrl INFO 3 [125] -2014-01-15 03:56:01 queue INFO >>3 [126] -2014-01-15 03:56:01 sendUrl INFO 3 [126] -2014-01-15 03:56:51 queue INFO >>3 [127] -2014-01-15 03:56:51 sendUrl INFO 3 [127] -2014-01-15 03:57:41 queue INFO >>3 [128] -2014-01-15 03:57:42 sendUrl INFO 3 [128] -2014-01-15 03:58:31 queue INFO >>3 [129] -2014-01-15 03:58:32 sendUrl INFO 3 [129] -2014-01-15 03:58:42 queue INFO 7 [130] -2014-01-15 03:58:43 queue INFO >7 [131] -2014-01-15 03:58:43 sendUrl INFO 7 [130] -2014-01-15 03:58:43 sendUrl INFO 7 [131] -2014-01-15 03:58:44 queue INFO 3 [132] -2014-01-15 03:58:44 sendUrl INFO 3 [132] -2014-01-15 03:58:44 queue INFO >3 [133] -2014-01-15 03:58:45 sendUrl INFO 3 [133] -2014-01-15 03:59:34 queue INFO >>3 [134] -2014-01-15 03:59:34 sendUrl INFO 3 [134] -2014-01-15 04:00:24 queue INFO >>3 [135] -2014-01-15 04:00:25 sendUrl INFO 3 [135] -2014-01-15 04:01:14 queue INFO >>3 [136] -2014-01-15 04:01:15 sendUrl INFO 3 [136] -2014-01-15 04:02:05 queue INFO >>3 [137] -2014-01-15 04:02:05 sendUrl INFO 3 [137] -2014-01-15 04:02:55 queue INFO >>3 [138] -2014-01-15 04:02:55 sendUrl INFO 3 [138] -2014-01-15 04:03:45 queue INFO >>3 [139] -2014-01-15 04:03:45 sendUrl INFO 3 [139] -2014-01-15 04:04:31 queue INFO 19 [140] -2014-01-15 04:04:31 queue INFO >19 [141] -2014-01-15 04:04:31 sendUrl INFO 19 [140] -2014-01-15 04:04:31 sendUrl INFO 19 [141] -2014-01-15 04:05:21 queue INFO >>19 [142] -2014-01-15 04:05:21 sendUrl INFO 19 [142] -2014-01-15 04:06:11 queue INFO >>19 [143] -2014-01-15 04:06:11 sendUrl INFO 19 [143] -2014-01-15 04:07:01 queue INFO >>19 [144] -2014-01-15 04:07:01 sendUrl INFO 19 [144] -2014-01-15 04:07:18 queue INFO 39 [145] -2014-01-15 04:07:18 queue INFO >39 [146] -2014-01-15 04:07:18 sendUrl INFO 39 [145] -2014-01-15 04:07:18 queue INFO 21 [147] -2014-01-15 04:07:18 queue INFO 39 [148] -2014-01-15 04:07:18 sendUrl INFO 39 [146] -2014-01-15 04:07:19 queue INFO >39 [149] -2014-01-15 04:07:19 sendUrl INFO 21 [147] -2014-01-15 04:07:19 sendUrl INFO 39 [148] -2014-01-15 04:07:20 sendUrl INFO 39 [149] -2014-01-15 04:07:28 queue INFO 21 [150] -2014-01-15 04:07:29 queue INFO 39 [151] -2014-01-15 04:07:29 sendUrl INFO 21 [150] -2014-01-15 04:07:29 queue INFO >39 [152] -2014-01-15 04:07:29 sendUrl INFO 39 [151] -2014-01-15 04:07:30 sendUrl INFO 39 [152] -2014-01-15 04:08:19 queue INFO >>39 [153] -2014-01-15 04:08:19 sendUrl INFO 39 [153] -2014-01-15 04:09:08 queue INFO 21 [154] -2014-01-15 04:09:08 sendUrl INFO 21 [154] -2014-01-15 04:09:08 queue INFO >21 [155] -2014-01-15 04:09:09 sendUrl INFO 21 [155] -2014-01-15 04:09:58 queue INFO >>21 [156] -2014-01-15 04:09:59 sendUrl INFO 21 [156] -2014-01-15 04:10:22 queue INFO 1 [157] -2014-01-15 04:10:23 queue INFO >1 [158] -2014-01-15 04:10:23 sendUrl INFO 1 [157] -2014-01-15 04:10:23 sendUrl INFO 1 [158] -2014-01-15 04:10:41 queue INFO 5 [159] -2014-01-15 04:10:41 sendUrl INFO 5 [159] -2014-01-15 04:10:41 queue INFO >5 [160] -2014-01-15 04:10:41 sendUrl INFO 5 [160] -2014-01-15 04:10:42 queue INFO 1 [161] -2014-01-15 04:10:43 queue INFO >1 [162] -2014-01-15 04:10:43 sendUrl INFO 1 [161] -2014-01-15 04:10:43 sendUrl INFO 1 [162] -2014-01-15 04:11:32 queue INFO >>1 [163] -2014-01-15 04:11:33 sendUrl INFO 1 [163] -2014-01-15 04:11:35 queue INFO 3 [164] -2014-01-15 04:11:35 queue INFO >3 [165] -2014-01-15 04:11:35 sendUrl INFO 3 [164] -2014-01-15 04:11:36 sendUrl INFO 3 [165] -2014-01-15 04:12:25 queue INFO >>3 [166] -2014-01-15 04:12:25 sendUrl INFO 3 [166] -2014-01-15 04:13:15 queue INFO >>3 [167] -2014-01-15 04:13:15 sendUrl INFO 3 [167] -2014-01-15 04:14:05 queue INFO >>3 [168] -2014-01-15 04:14:06 sendUrl INFO 3 [168] -2014-01-15 04:14:55 queue INFO >>3 [169] -2014-01-15 04:14:56 sendUrl INFO 3 [169] -2014-01-15 04:15:30 queue INFO 1 [170] -2014-01-15 04:15:30 queue INFO >1 [171] -2014-01-15 04:15:31 sendUrl INFO 1 [170] -2014-01-15 04:15:31 sendUrl INFO 1 [171] -2014-01-15 04:15:32 queue INFO 21 [172] -2014-01-15 04:15:32 queue INFO >21 [173] -2014-01-15 04:15:32 sendUrl INFO 21 [172] -2014-01-15 04:15:33 sendUrl INFO 21 [173] -2014-01-15 04:16:22 queue INFO >>21 [174] -2014-01-15 04:16:23 sendUrl INFO 21 [174] -2014-01-15 04:17:12 queue INFO >>21 [175] -2014-01-15 04:17:12 sendUrl INFO 21 [175] -2014-01-15 04:17:47 queue INFO 1 [176] -2014-01-15 04:17:47 queue INFO >1 [177] -2014-01-15 04:17:48 sendUrl INFO 1 [176] -2014-01-15 04:17:48 sendUrl INFO 1 [177] -2014-01-15 04:18:04 queue INFO 5 [178] -2014-01-15 04:18:05 queue INFO >5 [179] -2014-01-15 04:18:05 sendUrl INFO 5 [178] -2014-01-15 04:18:05 sendUrl INFO 5 [179] -2014-01-15 04:18:06 queue INFO 1 [180] -2014-01-15 04:18:06 queue INFO >1 [181] -2014-01-15 04:18:06 sendUrl INFO 1 [180] -2014-01-15 04:18:07 sendUrl INFO 1 [181] -2014-01-15 04:18:56 queue INFO >>1 [182] -2014-01-15 04:18:57 sendUrl INFO 1 [182] -2014-01-15 04:18:58 queue INFO 3 [183] -2014-01-15 04:18:58 queue INFO >3 [184] -2014-01-15 04:18:59 sendUrl INFO 3 [183] -2014-01-15 04:18:59 sendUrl INFO 3 [184] -2014-01-15 04:19:48 queue INFO >>3 [185] -2014-01-15 04:19:49 sendUrl INFO 3 [185] -2014-01-15 04:20:39 queue INFO >>3 [186] -2014-01-15 04:20:39 sendUrl INFO 3 [186] -2014-01-15 04:21:29 queue INFO >>3 [187] -2014-01-15 04:21:29 sendUrl INFO 3 [187] -2014-01-15 04:22:19 queue INFO >>3 [188] -2014-01-15 04:22:19 sendUrl INFO 3 [188] -2014-01-15 04:23:09 queue INFO >>3 [189] -2014-01-15 04:23:09 sendUrl INFO 3 [189] -2014-01-15 04:23:59 queue INFO >>3 [190] -2014-01-15 04:24:00 sendUrl INFO 3 [190] -2014-01-15 04:24:49 queue INFO >>3 [191] -2014-01-15 04:24:50 sendUrl INFO 3 [191] -2014-01-15 04:25:39 queue INFO >>3 [192] -2014-01-15 04:25:40 sendUrl INFO 3 [192] -2014-01-15 04:26:30 queue INFO >>3 [193] -2014-01-15 04:26:30 sendUrl INFO 3 [193] -2014-01-15 04:27:20 queue INFO >>3 [194] -2014-01-15 04:27:20 sendUrl INFO 3 [194] -2014-01-15 04:28:10 queue INFO >>3 [195] -2014-01-15 04:28:10 sendUrl INFO 3 [195] -2014-01-15 04:29:00 queue INFO >>3 [196] -2014-01-15 04:29:00 sendUrl INFO 3 [196] -2014-01-15 04:29:50 queue INFO >>3 [197] -2014-01-15 04:29:51 sendUrl INFO 3 [197] -2014-01-15 04:30:40 queue INFO >>3 [198] -2014-01-15 04:30:41 sendUrl INFO 3 [198] -2014-01-15 04:31:31 queue INFO >>3 [199] -2014-01-15 04:31:31 sendUrl INFO 3 [199] -2014-01-15 04:31:32 queue INFO 1 [200] -2014-01-15 04:31:32 queue INFO >1 [201] -2014-01-15 04:31:32 sendUrl INFO 1 [200] -2014-01-15 04:31:33 sendUrl INFO 1 [201] -2014-01-15 04:31:33 queue INFO 21 [202] -2014-01-15 04:31:33 queue INFO >21 [203] -2014-01-15 04:31:33 sendUrl INFO 21 [202] -2014-01-15 04:31:34 sendUrl INFO 21 [203] -2014-01-15 04:32:04 queue INFO 1 [204] -2014-01-15 04:32:04 queue INFO >1 [205] -2014-01-15 04:32:04 sendUrl INFO 1 [204] -2014-01-15 04:32:04 sendUrl INFO 1 [205] -2014-01-15 04:32:26 queue INFO 5 [206] -2014-01-15 04:32:26 queue INFO >5 [207] -2014-01-15 04:32:27 sendUrl INFO 5 [206] -2014-01-15 04:32:27 sendUrl INFO 5 [207] -2014-01-15 04:32:28 queue INFO 1 [208] -2014-01-15 04:32:28 queue INFO >1 [209] -2014-01-15 04:32:28 sendUrl INFO 1 [208] -2014-01-15 04:32:29 sendUrl INFO 1 [209] -2014-01-15 04:33:18 queue INFO >>1 [210] -2014-01-15 04:33:18 sendUrl INFO 1 [210] -2014-01-15 04:33:20 queue INFO 3 [211] -2014-01-15 04:33:20 queue INFO >3 [212] -2014-01-15 04:33:20 sendUrl INFO 3 [211] -2014-01-15 04:33:21 sendUrl INFO 3 [212] -2014-01-15 04:34:10 queue INFO >>3 [213] -2014-01-15 04:34:11 sendUrl INFO 3 [213] -2014-01-15 04:35:00 queue INFO >>3 [214] -2014-01-15 04:35:01 sendUrl INFO 3 [214] -2014-01-15 04:35:51 queue INFO >>3 [215] -2014-01-15 04:35:51 sendUrl INFO 3 [215] -2014-01-15 04:36:41 queue INFO >>3 [216] -2014-01-15 04:36:41 sendUrl INFO 3 [216] -2014-01-15 04:37:31 queue INFO >>3 [217] -2014-01-15 04:37:31 sendUrl INFO 3 [217] -2014-01-15 04:38:21 queue INFO >>3 [218] -2014-01-15 04:38:21 sendUrl INFO 3 [218] -2014-01-15 04:39:11 queue INFO >>3 [219] -2014-01-15 04:39:11 sendUrl INFO 3 [219] -2014-01-15 04:39:20 queue INFO 7 [220] -2014-01-15 04:39:20 queue INFO >7 [221] -2014-01-15 04:39:20 sendUrl INFO 7 [220] -2014-01-15 04:39:21 sendUrl INFO 7 [221] -2014-01-15 04:39:22 queue INFO 3 [222] -2014-01-15 04:39:22 queue INFO >3 [223] -2014-01-15 04:39:22 sendUrl INFO 3 [222] -2014-01-15 04:39:22 sendUrl INFO 3 [223] -2014-01-15 04:40:12 queue INFO >>3 [224] -2014-01-15 04:40:12 sendUrl INFO 3 [224] -2014-01-15 04:41:02 queue INFO >>3 [225] -2014-01-15 04:41:02 sendUrl INFO 3 [225] -2014-01-15 04:41:52 queue INFO >>3 [226] -2014-01-15 04:41:52 sendUrl INFO 3 [226] -2014-01-15 04:42:42 queue INFO >>3 [227] -2014-01-15 04:42:43 sendUrl INFO 3 [227] -2014-01-15 04:43:32 queue INFO >>3 [228] -2014-01-15 04:43:33 sendUrl INFO 3 [228] -2014-01-15 04:44:12 queue INFO 1 [229] -2014-01-15 04:44:12 queue INFO >1 [230] -2014-01-15 04:44:12 sendUrl INFO 1 [229] -2014-01-15 04:44:13 queue INFO 21 [231] -2014-01-15 04:44:13 sendUrl INFO 1 [230] -2014-01-15 04:44:13 queue INFO >21 [232] -2014-01-15 04:44:13 sendUrl INFO 21 [231] -2014-01-15 04:44:14 sendUrl INFO 21 [232] -2014-01-15 04:45:03 queue INFO >>21 [233] -2014-01-15 04:45:03 sendUrl INFO 21 [233] -2014-01-15 04:45:53 queue INFO >>21 [234] -2014-01-15 04:45:53 sendUrl INFO 21 [234] -2014-01-15 04:46:15 queue INFO 1 [235] -2014-01-15 04:46:15 queue INFO >1 [236] -2014-01-15 04:46:15 sendUrl INFO 1 [235] -2014-01-15 04:46:16 sendUrl INFO 1 [236] -2014-01-15 04:46:33 queue INFO 5 [237] -2014-01-15 04:46:33 sendUrl INFO 5 [237] -2014-01-15 04:46:33 queue INFO >5 [238] -2014-01-15 04:46:34 sendUrl INFO 5 [238] -2014-01-15 04:46:35 queue INFO 1 [239] -2014-01-15 04:46:35 queue INFO >1 [240] -2014-01-15 04:46:35 sendUrl INFO 1 [239] -2014-01-15 04:46:36 sendUrl INFO 1 [240] -2014-01-15 04:47:25 queue INFO >>1 [241] -2014-01-15 04:47:25 sendUrl INFO 1 [241] -2014-01-15 04:47:27 queue INFO 3 [242] -2014-01-15 04:47:27 queue INFO >3 [243] -2014-01-15 04:47:28 sendUrl INFO 3 [242] -2014-01-15 04:47:28 sendUrl INFO 3 [243] -2014-01-15 04:48:17 queue INFO >>3 [244] -2014-01-15 04:48:17 sendUrl INFO 3 [244] -2014-01-15 04:49:07 queue INFO >>3 [245] -2014-01-15 04:49:08 sendUrl INFO 3 [245] -2014-01-15 04:49:58 queue INFO >>3 [246] -2014-01-15 04:49:58 sendUrl INFO 3 [246] -2014-01-15 04:50:48 queue INFO >>3 [247] -2014-01-15 04:50:48 sendUrl INFO 3 [247] -2014-01-15 04:51:38 queue INFO >>3 [248] -2014-01-15 04:51:38 sendUrl INFO 3 [248] -2014-01-15 04:52:28 queue INFO >>3 [249] -2014-01-15 04:52:28 sendUrl INFO 3 [249] -2014-01-15 04:53:18 queue INFO >>3 [250] -2014-01-15 04:53:18 sendUrl INFO 3 [250] -2014-01-15 04:53:27 queue INFO 7 [251] -2014-01-15 04:53:27 queue INFO >7 [252] -2014-01-15 04:53:28 sendUrl INFO 7 [251] -2014-01-15 04:53:28 sendUrl INFO 7 [252] -2014-01-15 04:53:29 queue INFO 3 [253] -2014-01-15 04:53:29 queue INFO >3 [254] -2014-01-15 04:53:29 sendUrl INFO 3 [253] -2014-01-15 04:53:30 sendUrl INFO 3 [254] -2014-01-15 04:54:19 queue INFO >>3 [255] -2014-01-15 04:54:19 sendUrl INFO 3 [255] -2014-01-15 04:55:09 queue INFO >>3 [256] -2014-01-15 04:55:09 sendUrl INFO 3 [256] -2014-01-15 04:55:59 queue INFO >>3 [257] -2014-01-15 04:56:00 sendUrl INFO 3 [257] -2014-01-15 04:56:49 queue INFO >>3 [258] -2014-01-15 04:56:49 sendUrl INFO 3 [258] -2014-01-15 04:57:39 queue INFO >>3 [259] -2014-01-15 04:57:40 sendUrl INFO 3 [259] -2014-01-15 04:58:30 queue INFO >>3 [260] -2014-01-15 04:58:30 sendUrl INFO 3 [260] -2014-01-15 04:59:20 queue INFO >>3 [261] -2014-01-15 04:59:20 sendUrl INFO 3 [261] -2014-01-15 05:00:10 queue INFO >>3 [262] -2014-01-15 05:00:10 sendUrl INFO 3 [262] -2014-01-15 05:00:21 queue INFO 7 [263] -2014-01-15 05:00:21 sendUrl INFO 7 [263] -2014-01-15 05:00:21 queue INFO >7 [264] -2014-01-15 05:00:21 sendUrl INFO 7 [264] -2014-01-15 05:00:22 queue INFO 3 [265] -2014-01-15 05:00:22 queue INFO >3 [266] -2014-01-15 05:00:23 sendUrl INFO 3 [265] -2014-01-15 05:00:23 sendUrl INFO 3 [266] -2014-01-15 05:01:12 queue INFO >>3 [267] -2014-01-15 05:01:13 sendUrl INFO 3 [267] -2014-01-15 05:02:03 queue INFO >>3 [268] -2014-01-15 05:02:03 sendUrl INFO 3 [268] -2014-01-15 05:02:53 queue INFO >>3 [269] -2014-01-15 05:02:53 sendUrl INFO 3 [269] -2014-01-15 05:03:43 queue INFO >>3 [270] -2014-01-15 05:03:43 sendUrl INFO 3 [270] -2014-01-15 05:04:33 queue INFO >>3 [271] -2014-01-15 05:04:34 sendUrl INFO 3 [271] -2014-01-15 05:05:23 queue INFO >>3 [272] -2014-01-15 05:05:23 sendUrl INFO 3 [272] -2014-01-15 05:06:13 queue INFO >>3 [273] -2014-01-15 05:06:14 sendUrl INFO 3 [273] -2014-01-15 05:07:03 queue INFO >>3 [274] -2014-01-15 05:07:04 sendUrl INFO 3 [274] -2014-01-15 05:07:14 queue INFO 7 [275] -2014-01-15 05:07:14 queue INFO >7 [276] -2014-01-15 05:07:15 sendUrl INFO 7 [275] -2014-01-15 05:07:15 sendUrl INFO 7 [276] -2014-01-15 05:07:16 queue INFO 3 [277] -2014-01-15 05:07:16 queue INFO >3 [278] -2014-01-15 05:07:16 sendUrl INFO 3 [277] -2014-01-15 05:07:17 sendUrl INFO 3 [278] -2014-01-15 05:08:06 queue INFO >>3 [279] -2014-01-15 05:08:06 sendUrl INFO 3 [279] -2014-01-15 05:08:56 queue INFO >>3 [280] -2014-01-15 05:08:56 sendUrl INFO 3 [280] -2014-01-15 05:09:46 queue INFO >>3 [281] -2014-01-15 05:09:47 sendUrl INFO 3 [281] -2014-01-15 05:10:36 queue INFO >>3 [282] -2014-01-15 05:10:36 sendUrl INFO 3 [282] -2014-01-15 05:11:27 queue INFO >>3 [283] -2014-01-15 05:11:27 sendUrl INFO 3 [283] -2014-01-15 05:12:17 queue INFO >>3 [284] -2014-01-15 05:12:17 sendUrl INFO 3 [284] -2014-01-15 05:13:07 queue INFO >>3 [285] -2014-01-15 05:13:07 sendUrl INFO 3 [285] -2014-01-15 05:13:57 queue INFO >>3 [286] -2014-01-15 05:13:57 sendUrl INFO 3 [286] -2014-01-15 05:14:08 queue INFO 7 [287] -2014-01-15 05:14:08 queue INFO >7 [288] -2014-01-15 05:14:08 sendUrl INFO 7 [287] -2014-01-15 05:14:08 sendUrl INFO 7 [288] -2014-01-15 05:14:09 queue INFO 3 [289] -2014-01-15 05:14:09 sendUrl INFO 3 [289] -2014-01-15 05:14:09 queue INFO >3 [290] -2014-01-15 05:14:10 sendUrl INFO 3 [290] -2014-01-15 05:14:59 queue INFO >>3 [291] -2014-01-15 05:15:00 sendUrl INFO 3 [291] -2014-01-15 05:15:50 queue INFO >>3 [292] -2014-01-15 05:15:50 sendUrl INFO 3 [292] -2014-01-15 05:16:40 queue INFO >>3 [293] -2014-01-15 05:16:40 sendUrl INFO 3 [293] -2014-01-15 05:17:30 queue INFO >>3 [294] -2014-01-15 05:17:30 sendUrl INFO 3 [294] -2014-01-15 05:18:20 queue INFO >>3 [295] -2014-01-15 05:18:20 sendUrl INFO 3 [295] -2014-01-15 05:19:10 queue INFO >>3 [296] -2014-01-15 05:19:10 sendUrl INFO 3 [296] -2014-01-15 05:20:00 queue INFO >>3 [297] -2014-01-15 05:20:01 sendUrl INFO 3 [297] -2014-01-15 05:20:50 queue INFO >>3 [298] -2014-01-15 05:20:51 sendUrl INFO 3 [298] -2014-01-15 05:21:02 queue INFO 7 [299] -2014-01-15 05:21:02 queue INFO >7 [300] -2014-01-15 05:21:02 sendUrl INFO 7 [299] -2014-01-15 05:21:03 sendUrl INFO 7 [300] -2014-01-15 05:21:03 queue INFO 3 [301] -2014-01-15 05:21:04 sendUrl INFO 3 [301] -2014-01-15 05:21:04 queue INFO >3 [302] -2014-01-15 05:21:04 sendUrl INFO 3 [302] -2014-01-15 05:21:54 queue INFO >>3 [303] -2014-01-15 05:21:54 sendUrl INFO 3 [303] -2014-01-15 05:22:44 queue INFO >>3 [304] -2014-01-15 05:22:44 sendUrl INFO 3 [304] -2014-01-15 05:23:34 queue INFO >>3 [305] -2014-01-15 05:23:34 sendUrl INFO 3 [305] -2014-01-15 05:24:24 queue INFO >>3 [306] -2014-01-15 05:24:24 sendUrl INFO 3 [306] -2014-01-15 05:25:14 queue INFO >>3 [307] -2014-01-15 05:25:15 sendUrl INFO 3 [307] -2014-01-15 05:26:04 queue INFO >>3 [308] -2014-01-15 05:26:05 sendUrl INFO 3 [308] -2014-01-15 05:26:55 queue INFO >>3 [309] -2014-01-15 05:26:55 sendUrl INFO 3 [309] -2014-01-15 05:27:45 queue INFO >>3 [310] -2014-01-15 05:27:45 sendUrl INFO 3 [310] -2014-01-15 05:27:56 queue INFO 7 [311] -2014-01-15 05:27:56 sendUrl INFO 7 [311] -2014-01-15 05:27:56 queue INFO >7 [312] -2014-01-15 05:27:56 sendUrl INFO 7 [312] -2014-01-15 05:27:57 queue INFO 3 [313] -2014-01-15 05:27:58 queue INFO >3 [314] -2014-01-15 05:27:58 sendUrl INFO 3 [313] -2014-01-15 05:27:58 sendUrl INFO 3 [314] -2014-01-15 05:28:47 queue INFO >>3 [315] -2014-01-15 05:28:48 sendUrl INFO 3 [315] -2014-01-15 05:29:38 queue INFO >>3 [316] -2014-01-15 05:29:38 sendUrl INFO 3 [316] -2014-01-15 05:30:28 queue INFO >>3 [317] -2014-01-15 05:30:28 sendUrl INFO 3 [317] -2014-01-15 05:31:18 queue INFO >>3 [318] -2014-01-15 05:31:18 sendUrl INFO 3 [318] -2014-01-15 05:32:08 queue INFO >>3 [319] -2014-01-15 05:32:09 sendUrl INFO 3 [319] -2014-01-15 05:32:58 queue INFO >>3 [320] -2014-01-15 05:32:58 sendUrl INFO 3 [320] -2014-01-15 05:33:48 queue INFO >>3 [321] -2014-01-15 05:33:49 sendUrl INFO 3 [321] -2014-01-15 05:34:38 queue INFO >>3 [322] -2014-01-15 05:34:39 sendUrl INFO 3 [322] -2014-01-15 05:34:49 queue INFO 7 [323] -2014-01-15 05:34:50 queue INFO >7 [324] -2014-01-15 05:34:50 sendUrl INFO 7 [323] -2014-01-15 05:34:50 sendUrl INFO 7 [324] -2014-01-15 05:34:51 queue INFO 3 [325] -2014-01-15 05:34:51 sendUrl INFO 3 [325] -2014-01-15 05:34:51 queue INFO >3 [326] -2014-01-15 05:34:52 sendUrl INFO 3 [326] -2014-01-15 05:35:41 queue INFO >>3 [327] -2014-01-15 05:35:42 sendUrl INFO 3 [327] -2014-01-15 05:36:31 queue INFO >>3 [328] -2014-01-15 05:36:32 sendUrl INFO 3 [328] -2014-01-15 05:37:21 queue INFO >>3 [329] -2014-01-15 05:37:22 sendUrl INFO 3 [329] -2014-01-15 05:38:12 queue INFO >>3 [330] -2014-01-15 05:38:12 sendUrl INFO 3 [330] -2014-01-15 05:39:02 queue INFO >>3 [331] -2014-01-15 05:39:02 sendUrl INFO 3 [331] -2014-01-15 05:39:52 queue INFO >>3 [332] -2014-01-15 05:39:52 sendUrl INFO 3 [332] -2014-01-15 05:40:42 queue INFO >>3 [333] -2014-01-15 05:40:43 sendUrl INFO 3 [333] -2014-01-15 05:41:32 queue INFO >>3 [334] -2014-01-15 05:41:32 sendUrl INFO 3 [334] -2014-01-15 05:41:43 queue INFO 7 [335] -2014-01-15 05:41:43 queue INFO >7 [336] -2014-01-15 05:41:43 sendUrl INFO 7 [335] -2014-01-15 05:41:44 sendUrl INFO 7 [336] -2014-01-15 05:41:44 queue INFO 3 [337] -2014-01-15 05:41:45 queue INFO >3 [338] -2014-01-15 05:41:45 sendUrl INFO 3 [337] -2014-01-15 05:41:45 sendUrl INFO 3 [338] -2014-01-15 05:42:35 queue INFO >>3 [339] -2014-01-15 05:42:35 sendUrl INFO 3 [339] -2014-01-15 05:43:25 queue INFO >>3 [340] -2014-01-15 05:43:25 sendUrl INFO 3 [340] -2014-01-15 05:44:15 queue INFO >>3 [341] -2014-01-15 05:44:15 sendUrl INFO 3 [341] -2014-01-15 05:45:05 queue INFO >>3 [342] -2014-01-15 05:45:05 sendUrl INFO 3 [342] -2014-01-15 05:45:55 queue INFO >>3 [343] -2014-01-15 05:45:56 sendUrl INFO 3 [343] -2014-01-15 05:46:45 queue INFO >>3 [344] -2014-01-15 05:46:45 sendUrl INFO 3 [344] -2014-01-15 05:47:35 queue INFO >>3 [345] -2014-01-15 05:47:36 sendUrl INFO 3 [345] -2014-01-15 05:48:26 queue INFO >>3 [346] -2014-01-15 05:48:26 sendUrl INFO 3 [346] -2014-01-15 05:48:36 queue INFO 7 [347] -2014-01-15 05:48:36 queue INFO >7 [348] -2014-01-15 05:48:37 sendUrl INFO 7 [347] -2014-01-15 05:48:37 sendUrl INFO 7 [348] -2014-01-15 05:48:38 queue INFO 3 [349] -2014-01-15 05:48:38 queue INFO >3 [350] -2014-01-15 05:48:38 sendUrl INFO 3 [349] -2014-01-15 05:48:39 sendUrl INFO 3 [350] -2014-01-15 05:49:28 queue INFO >>3 [351] -2014-01-15 05:49:28 sendUrl INFO 3 [351] -2014-01-15 05:50:18 queue INFO >>3 [352] -2014-01-15 05:50:18 sendUrl INFO 3 [352] -2014-01-15 05:51:08 queue INFO >>3 [353] -2014-01-15 05:51:09 sendUrl INFO 3 [353] -2014-01-15 05:51:58 queue INFO >>3 [354] -2014-01-15 05:51:59 sendUrl INFO 3 [354] -2014-01-15 05:52:49 queue INFO >>3 [355] -2014-01-15 05:52:49 sendUrl INFO 3 [355] -2014-01-15 05:53:39 queue INFO >>3 [356] -2014-01-15 05:53:39 sendUrl INFO 3 [356] -2014-01-15 05:54:29 queue INFO >>3 [357] -2014-01-15 05:54:29 sendUrl INFO 3 [357] -2014-01-15 05:55:19 queue INFO >>3 [358] -2014-01-15 05:55:19 sendUrl INFO 3 [358] -2014-01-15 05:56:09 queue INFO >>3 [359] -2014-01-15 05:56:09 sendUrl INFO 3 [359] -2014-01-15 05:56:59 queue INFO >>3 [360] -2014-01-15 05:57:00 sendUrl INFO 3 [360] -2014-01-15 05:57:49 queue INFO >>3 [361] -2014-01-15 05:57:50 sendUrl INFO 3 [361] -2014-01-15 05:58:40 queue INFO >>3 [362] -2014-01-15 05:58:40 sendUrl INFO 3 [362] -2014-01-15 05:59:30 queue INFO >>3 [363] -2014-01-15 05:59:30 sendUrl INFO 3 [363] -2014-01-15 06:00:20 queue INFO >>3 [364] -2014-01-15 06:00:20 sendUrl INFO 3 [364] -2014-01-15 06:01:10 queue INFO >>3 [365] -2014-01-15 06:01:10 sendUrl INFO 3 [365] -2014-01-15 06:02:00 queue INFO >>3 [366] -2014-01-15 06:02:01 sendUrl INFO 3 [366] -2014-01-15 06:02:50 queue INFO >>3 [367] -2014-01-15 06:02:50 sendUrl INFO 3 [367] -2014-01-15 06:03:40 queue INFO >>3 [368] -2014-01-15 06:03:41 sendUrl INFO 3 [368] -2014-01-15 06:04:30 queue INFO >>3 [369] -2014-01-15 06:04:31 sendUrl INFO 3 [369] -2014-01-15 06:05:21 queue INFO >>3 [370] -2014-01-15 06:05:21 sendUrl INFO 3 [370] -2014-01-15 06:06:11 queue INFO >>3 [371] -2014-01-15 06:06:11 sendUrl INFO 3 [371] -2014-01-15 06:06:20 queue INFO 1 [372] -2014-01-15 06:06:21 queue INFO >1 [373] -2014-01-15 06:06:21 sendUrl INFO 1 [372] -2014-01-15 06:06:21 sendUrl INFO 1 [373] -2014-01-15 06:06:22 queue INFO 21 [374] -2014-01-15 06:06:22 queue INFO >21 [375] -2014-01-15 06:06:22 sendUrl INFO 21 [374] -2014-01-15 06:06:22 sendUrl INFO 21 [375] -2014-01-15 06:07:12 queue INFO >>21 [376] -2014-01-15 06:07:12 sendUrl INFO 21 [376] -2014-01-15 06:08:02 queue INFO >>21 [377] -2014-01-15 06:08:03 sendUrl INFO 21 [377] -2014-01-15 06:08:52 queue INFO >>21 [378] -2014-01-15 06:08:52 sendUrl INFO 21 [378] -2014-01-15 06:09:42 queue INFO >>21 [379] -2014-01-15 06:09:43 sendUrl INFO 21 [379] -2014-01-15 06:10:32 queue INFO >>21 [380] -2014-01-15 06:10:33 sendUrl INFO 21 [380] -2014-01-15 06:11:04 queue INFO 1 [381] -2014-01-15 06:11:05 queue INFO >1 [382] -2014-01-15 06:11:05 sendUrl INFO 1 [381] -2014-01-15 06:11:05 sendUrl INFO 1 [382] -2014-01-15 06:11:27 queue INFO 5 [383] -2014-01-15 06:11:27 queue INFO >5 [384] -2014-01-15 06:11:27 sendUrl INFO 5 [383] -2014-01-15 06:11:27 sendUrl INFO 5 [384] -2014-01-15 06:11:28 queue INFO 1 [385] -2014-01-15 06:11:28 queue INFO >1 [386] -2014-01-15 06:11:28 sendUrl INFO 1 [385] -2014-01-15 06:11:29 sendUrl INFO 1 [386] -2014-01-15 06:12:18 queue INFO >>1 [387] -2014-01-15 06:12:19 sendUrl INFO 1 [387] -2014-01-15 06:12:20 queue INFO 3 [388] -2014-01-15 06:12:21 queue INFO >3 [389] -2014-01-15 06:12:21 sendUrl INFO 3 [388] -2014-01-15 06:12:21 sendUrl INFO 3 [389] -2014-01-15 06:13:10 queue INFO >>3 [390] -2014-01-15 06:13:11 sendUrl INFO 3 [390] -2014-01-15 06:14:01 queue INFO >>3 [391] -2014-01-15 06:14:01 sendUrl INFO 3 [391] -2014-01-15 06:14:51 queue INFO >>3 [392] -2014-01-15 06:14:51 sendUrl INFO 3 [392] -2014-01-15 06:15:41 queue INFO >>3 [393] -2014-01-15 06:15:41 sendUrl INFO 3 [393] -2014-01-15 06:16:31 queue INFO >>3 [394] -2014-01-15 06:16:31 sendUrl INFO 3 [394] -2014-01-15 06:17:21 queue INFO >>3 [395] -2014-01-15 06:17:21 sendUrl INFO 3 [395] -2014-01-15 06:18:11 queue INFO >>3 [396] -2014-01-15 06:18:12 sendUrl INFO 3 [396] -2014-01-15 06:18:20 queue INFO 7 [397] -2014-01-15 06:18:21 queue INFO >7 [398] -2014-01-15 06:18:21 sendUrl INFO 7 [397] -2014-01-15 06:18:21 sendUrl INFO 7 [398] -2014-01-15 06:18:22 queue INFO 3 [399] -2014-01-15 06:18:22 sendUrl INFO 3 [399] -2014-01-15 06:18:22 queue INFO >3 [400] -2014-01-15 06:18:23 sendUrl INFO 3 [400] -2014-01-15 06:19:12 queue INFO >>3 [401] -2014-01-15 06:19:13 sendUrl INFO 3 [401] -2014-01-15 06:20:02 queue INFO >>3 [402] -2014-01-15 06:20:03 sendUrl INFO 3 [402] -2014-01-15 06:20:53 queue INFO >>3 [403] -2014-01-15 06:20:53 sendUrl INFO 3 [403] -2014-01-15 06:21:43 queue INFO >>3 [404] -2014-01-15 06:21:43 sendUrl INFO 3 [404] -2014-01-15 06:22:33 queue INFO >>3 [405] -2014-01-15 06:22:33 sendUrl INFO 3 [405] -2014-01-15 06:23:23 queue INFO >>3 [406] -2014-01-15 06:23:23 sendUrl INFO 3 [406] -2014-01-15 06:24:13 queue INFO >>3 [407] -2014-01-15 06:24:14 sendUrl INFO 3 [407] -2014-01-15 06:25:03 queue INFO >>3 [408] -2014-01-15 06:25:04 sendUrl INFO 3 [408] diff --git a/ConfIOB/Donati/1008_153/checkAlive.sh b/ConfIOB/Donati/1008_153/checkAlive.sh deleted file mode 100644 index 92bc816..0000000 --- a/ConfIOB/Donati/1008_153/checkAlive.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/bash - -# controlla se il logfile è correntemente scritto (quindi MapoIOB è alive) altrimenti riavvia! - -DATE=`date +%Y-%m-%d` -cd /var/log -if [ -f MapoIOB ] - then - # controllo SE sia stato acceduto da meno di 2 minuti (=alive da log...) - trovato=`find . -name 'MapoIOB*' -cmin -1` - if [[ $trovato != './MapoIOB' ]] - then - /etc/init.d/MapoIOB restart - echo $date + "riavvio!" - fi -else - # in questo caso AVVIO il processo MapoIOB - /etc/init.d/MapoIOB start - echo $date + "file non trovato, avvio!" -fi diff --git a/ConfIOB/Donati/1008_153/cleanPython.sh b/ConfIOB/Donati/1008_153/cleanPython.sh deleted file mode 100644 index c4f616a..0000000 --- a/ConfIOB/Donati/1008_153/cleanPython.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash - -DATE=`date +%Y-%m-%d_%T` -# log inizio pulizia -echo $DATE " - INIZIO pulizia processi python" >> clean.log -# effettua pulizia processi: killa tutti i processi python -killall python - -# avvia MapoIob -/etc/init.d/MapoIOB start - -# log fatto! -DATE=`date +%Y-%m-%d_%T` -echo $DATE " - FINE pulizia processi python + riavvio MapoIOB" >> clean.log diff --git a/ConfIOB/Donati/1008_153/logfile.txt b/ConfIOB/Donati/1008_153/logfile.txt deleted file mode 100644 index 1069b8a..0000000 --- a/ConfIOB/Donati/1008_153/logfile.txt +++ /dev/null @@ -1,14045 +0,0 @@ -2015-03-09 06:26:01 program INFO Avvio ProgrammaReadPar IOB-pi v.1.7 -2015-03-09 06:26:01 program INFO Start ReadPar IOB-pi v.1.7 -2015-03-09 06:26:01 program INFO Avvio loop principale -2015-03-09 06:26:02 queue INFO 9 [0] -2015-03-09 06:26:02 queue INFO >9 [1] -2015-03-09 06:26:02 sendUrl INFO 9 [0] R:OK -2015-03-09 06:26:03 sendUrl INFO 9 [1] R:OK -2015-03-09 06:26:52 queue INFO >>9 [2] -2015-03-09 06:26:52 sendUrl INFO 9 [2] R:OK -2015-03-09 06:27:42 queue INFO >>9 [3] -2015-03-09 06:27:42 sendUrl INFO 9 [3] R:OK -2015-03-09 06:28:32 queue INFO >>9 [4] -2015-03-09 06:28:33 sendUrl INFO 9 [4] R:OK -2015-03-09 06:29:22 queue INFO >>9 [5] -2015-03-09 06:29:22 sendUrl INFO 9 [5] R:OK -2015-03-09 06:30:12 queue INFO >>9 [6] -2015-03-09 06:30:13 sendUrl INFO 9 [6] R:OK -2015-03-09 06:31:02 queue INFO >>9 [7] -2015-03-09 06:31:03 sendUrl INFO 9 [7] R:OK -2015-03-09 06:31:53 queue INFO >>9 [8] -2015-03-09 06:31:53 sendUrl INFO 9 [8] R:OK -2015-03-09 06:32:43 queue INFO >>9 [9] -2015-03-09 06:32:43 sendUrl INFO 9 [9] R:OK -2015-03-09 06:33:33 queue INFO >>9 [10] -2015-03-09 06:33:33 sendUrl INFO 9 [10] R:OK -2015-03-09 06:34:23 queue INFO >>9 [11] -2015-03-09 06:34:23 sendUrl INFO 9 [11] R:OK -2015-03-09 06:35:13 queue INFO >>9 [12] -2015-03-09 06:35:14 sendUrl INFO 9 [12] R:OK -2015-03-09 06:36:03 queue INFO >>9 [13] -2015-03-09 06:36:04 sendUrl INFO 9 [13] R:OK -2015-03-09 06:36:54 queue INFO >>9 [14] -2015-03-09 06:36:54 sendUrl INFO 9 [14] R:OK -2015-03-09 06:37:44 queue INFO >>9 [15] -2015-03-09 06:37:44 sendUrl INFO 9 [15] R:OK -2015-03-09 06:38:34 queue INFO >>9 [16] -2015-03-09 06:38:34 sendUrl INFO 9 [16] R:OK -2015-03-09 06:39:24 queue INFO >>9 [17] -2015-03-09 06:39:24 sendUrl INFO 9 [17] R:OK -2015-03-09 06:40:14 queue INFO >>9 [18] -2015-03-09 06:40:15 sendUrl INFO 9 [18] R:OK -2015-03-09 06:41:04 queue INFO >>9 [19] -2015-03-09 06:41:05 sendUrl INFO 9 [19] R:OK -2015-03-09 06:41:54 queue INFO >>9 [20] -2015-03-09 06:41:55 sendUrl INFO 9 [20] R:OK -2015-03-09 06:42:45 queue INFO >>9 [21] -2015-03-09 06:42:45 sendUrl INFO 9 [21] R:OK -2015-03-09 06:43:35 queue INFO >>9 [22] -2015-03-09 06:43:35 sendUrl INFO 9 [22] R:OK -2015-03-09 06:44:25 queue INFO >>9 [23] -2015-03-09 06:44:25 sendUrl INFO 9 [23] R:OK -2015-03-09 06:45:15 queue INFO >>9 [24] -2015-03-09 06:45:15 sendUrl INFO 9 [24] R:OK -2015-03-09 06:46:05 queue INFO >>9 [25] -2015-03-09 06:46:06 sendUrl INFO 9 [25] R:OK -2015-03-09 06:46:55 queue INFO >>9 [26] -2015-03-09 06:46:56 sendUrl INFO 9 [26] R:OK -2015-03-09 06:47:45 queue INFO >>9 [27] -2015-03-09 06:47:46 sendUrl INFO 9 [27] R:OK -2015-03-09 06:48:36 queue INFO >>9 [28] -2015-03-09 06:48:36 sendUrl INFO 9 [28] R:OK -2015-03-09 06:49:26 queue INFO >>9 [29] -2015-03-09 06:49:26 sendUrl INFO 9 [29] R:OK -2015-03-09 06:50:16 queue INFO >>9 [30] -2015-03-09 06:50:16 sendUrl INFO 9 [30] R:OK -2015-03-09 06:51:06 queue INFO >>9 [31] -2015-03-09 06:51:06 sendUrl INFO 9 [31] R:OK -2015-03-09 06:51:56 queue INFO >>9 [32] -2015-03-09 06:51:56 sendUrl INFO 9 [32] R:OK -2015-03-09 06:52:46 queue INFO >>9 [33] -2015-03-09 06:52:47 sendUrl INFO 9 [33] R:OK -2015-03-09 06:53:36 queue INFO >>9 [34] -2015-03-09 06:53:37 sendUrl INFO 9 [34] R:OK -2015-03-09 06:54:27 queue INFO >>9 [35] -2015-03-09 06:54:27 sendUrl INFO 9 [35] R:OK -2015-03-09 06:55:17 queue INFO >>9 [36] -2015-03-09 06:55:17 sendUrl INFO 9 [36] R:OK -2015-03-09 06:56:07 queue INFO >>9 [37] -2015-03-09 06:56:07 sendUrl INFO 9 [37] R:OK -2015-03-09 06:56:57 queue INFO >>9 [38] -2015-03-09 06:56:57 sendUrl INFO 9 [38] R:OK -2015-03-09 06:57:47 queue INFO >>9 [39] -2015-03-09 06:57:47 sendUrl INFO 9 [39] R:OK -2015-03-09 06:58:37 queue INFO >>9 [40] -2015-03-09 06:58:38 sendUrl INFO 9 [40] R:OK -2015-03-09 06:59:28 queue INFO >>9 [41] -2015-03-09 06:59:28 sendUrl INFO 9 [41] R:OK -2015-03-09 07:00:18 queue INFO >>9 [42] -2015-03-09 07:00:18 sendUrl INFO 9 [42] R:OK -2015-03-09 07:01:08 queue INFO >>9 [43] -2015-03-09 07:01:08 sendUrl INFO 9 [43] R:OK -2015-03-09 07:01:58 queue INFO >>9 [44] -2015-03-09 07:01:58 sendUrl INFO 9 [44] R:OK -2015-03-09 07:02:48 queue INFO >>9 [45] -2015-03-09 07:02:48 sendUrl INFO 9 [45] R:OK -2015-03-09 07:03:38 queue INFO >>9 [46] -2015-03-09 07:03:39 sendUrl INFO 9 [46] R:OK -2015-03-09 07:04:28 queue INFO >>9 [47] -2015-03-09 07:04:29 sendUrl INFO 9 [47] R:OK -2015-03-09 07:05:19 queue INFO >>9 [48] -2015-03-09 07:05:19 sendUrl INFO 9 [48] R:OK -2015-03-09 07:06:09 queue INFO >>9 [49] -2015-03-09 07:06:09 sendUrl INFO 9 [49] R:OK -2015-03-09 07:06:59 queue INFO >>9 [50] -2015-03-09 07:06:59 sendUrl INFO 9 [50] R:OK -2015-03-09 07:07:49 queue INFO >>9 [51] -2015-03-09 07:07:49 sendUrl INFO 9 [51] R:OK -2015-03-09 07:08:39 queue INFO >>9 [52] -2015-03-09 07:08:40 sendUrl INFO 9 [52] R:OK -2015-03-09 07:09:29 queue INFO >>9 [53] -2015-03-09 07:09:30 sendUrl INFO 9 [53] R:OK -2015-03-09 07:10:19 queue INFO >>9 [54] -2015-03-09 07:10:20 sendUrl INFO 9 [54] R:OK -2015-03-09 07:11:10 queue INFO >>9 [55] -2015-03-09 07:11:10 sendUrl INFO 9 [55] R:OK -2015-03-09 07:12:00 queue INFO >>9 [56] -2015-03-09 07:12:00 sendUrl INFO 9 [56] R:OK -2015-03-09 07:12:50 queue INFO >>9 [57] -2015-03-09 07:12:50 sendUrl INFO 9 [57] R:OK -2015-03-09 07:13:40 queue INFO >>9 [58] -2015-03-09 07:13:40 sendUrl INFO 9 [58] R:OK -2015-03-09 07:14:30 queue INFO >>9 [59] -2015-03-09 07:14:31 sendUrl INFO 9 [59] R:OK -2015-03-09 07:15:20 queue INFO >>9 [60] -2015-03-09 07:15:20 sendUrl INFO 9 [60] R:OK -2015-03-09 07:16:10 queue INFO >>9 [61] -2015-03-09 07:16:11 sendUrl INFO 9 [61] R:OK -2015-03-09 07:17:01 queue INFO >>9 [62] -2015-03-09 07:17:01 sendUrl INFO 9 [62] R:OK -2015-03-09 07:17:51 queue INFO >>9 [63] -2015-03-09 07:17:51 sendUrl INFO 9 [63] R:OK -2015-03-09 07:18:41 queue INFO >>9 [64] -2015-03-09 07:18:41 sendUrl INFO 9 [64] R:OK -2015-03-09 07:19:31 queue INFO >>9 [65] -2015-03-09 07:19:32 sendUrl INFO 9 [65] R:OK -2015-03-09 07:20:21 queue INFO >>9 [66] -2015-03-09 07:20:21 sendUrl INFO 9 [66] R:OK -2015-03-09 07:21:11 queue INFO >>9 [67] -2015-03-09 07:21:12 sendUrl INFO 9 [67] R:OK -2015-03-09 07:22:01 queue INFO >>9 [68] -2015-03-09 07:22:02 sendUrl INFO 9 [68] R:OK -2015-03-09 07:22:52 queue INFO >>9 [69] -2015-03-09 07:22:52 sendUrl INFO 9 [69] R:OK -2015-03-09 07:23:42 queue INFO >>9 [70] -2015-03-09 07:23:42 sendUrl INFO 9 [70] R:OK -2015-03-09 07:24:32 queue INFO >>9 [71] -2015-03-09 07:24:32 sendUrl INFO 9 [71] R:OK -2015-03-09 07:25:22 queue INFO >>9 [72] -2015-03-09 07:25:22 sendUrl INFO 9 [72] R:OK -2015-03-09 07:26:12 queue INFO >>9 [73] -2015-03-09 07:26:13 sendUrl INFO 9 [73] R:OK -2015-03-09 07:27:02 queue INFO >>9 [74] -2015-03-09 07:27:03 sendUrl INFO 9 [74] R:OK -2015-03-09 07:27:53 queue INFO >>9 [75] -2015-03-09 07:27:53 sendUrl INFO 9 [75] R:OK -2015-03-09 07:28:43 queue INFO >>9 [76] -2015-03-09 07:28:43 sendUrl INFO 9 [76] R:OK -2015-03-09 07:29:33 queue INFO >>9 [77] -2015-03-09 07:29:33 sendUrl INFO 9 [77] R:OK -2015-03-09 07:30:23 queue INFO >>9 [78] -2015-03-09 07:30:23 sendUrl INFO 9 [78] R:OK -2015-03-09 07:31:13 queue INFO >>9 [79] -2015-03-09 07:31:13 sendUrl INFO 9 [79] R:OK -2015-03-09 07:32:03 queue INFO >>9 [80] -2015-03-09 07:32:04 sendUrl INFO 9 [80] R:OK -2015-03-09 07:32:53 queue INFO >>9 [81] -2015-03-09 07:32:54 sendUrl INFO 9 [81] R:OK -2015-03-09 07:33:44 queue INFO >>9 [82] -2015-03-09 07:33:44 sendUrl INFO 9 [82] R:OK -2015-03-09 07:34:34 queue INFO >>9 [83] -2015-03-09 07:34:34 sendUrl INFO 9 [83] R:OK -2015-03-09 07:35:24 queue INFO >>9 [84] -2015-03-09 07:35:24 sendUrl INFO 9 [84] R:OK -2015-03-09 07:36:14 queue INFO >>9 [85] -2015-03-09 07:36:14 sendUrl INFO 9 [85] R:OK -2015-03-09 07:37:04 queue INFO >>9 [86] -2015-03-09 07:37:05 sendUrl INFO 9 [86] R:OK -2015-03-09 07:37:54 queue INFO >>9 [87] -2015-03-09 07:37:55 sendUrl INFO 9 [87] R:OK -2015-03-09 07:38:45 queue INFO >>9 [88] -2015-03-09 07:38:45 sendUrl INFO 9 [88] R:OK -2015-03-09 07:39:35 queue INFO >>9 [89] -2015-03-09 07:39:35 sendUrl INFO 9 [89] R:OK -2015-03-09 07:40:25 queue INFO >>9 [90] -2015-03-09 07:40:25 sendUrl INFO 9 [90] R:OK -2015-03-09 07:41:15 queue INFO >>9 [91] -2015-03-09 07:41:15 sendUrl INFO 9 [91] R:OK -2015-03-09 07:42:05 queue INFO >>9 [92] -2015-03-09 07:42:06 sendUrl INFO 9 [92] R:OK -2015-03-09 07:42:55 queue INFO >>9 [93] -2015-03-09 07:42:55 sendUrl INFO 9 [93] R:OK -2015-03-09 07:43:45 queue INFO >>9 [94] -2015-03-09 07:43:46 sendUrl INFO 9 [94] R:OK -2015-03-09 07:44:36 queue INFO >>9 [95] -2015-03-09 07:44:36 sendUrl INFO 9 [95] R:OK -2015-03-09 07:45:26 queue INFO >>9 [96] -2015-03-09 07:45:26 sendUrl INFO 9 [96] R:OK -2015-03-09 07:46:16 queue INFO >>9 [97] -2015-03-09 07:46:16 sendUrl INFO 9 [97] R:OK -2015-03-09 07:47:06 queue INFO >>9 [98] -2015-03-09 07:47:07 sendUrl INFO 9 [98] R:OK -2015-03-09 07:47:56 queue INFO >>9 [99] -2015-03-09 07:47:56 sendUrl INFO 9 [99] R:OK -2015-03-09 07:48:46 queue INFO >>9 [100] -2015-03-09 07:48:47 sendUrl INFO 9 [100] R:OK -2015-03-09 07:49:37 queue INFO >>9 [101] -2015-03-09 07:49:37 sendUrl INFO 9 [101] R:OK -2015-03-09 07:50:27 queue INFO >>9 [102] -2015-03-09 07:50:27 sendUrl INFO 9 [102] R:OK -2015-03-09 07:51:17 queue INFO >>9 [103] -2015-03-09 07:51:17 sendUrl INFO 9 [103] R:OK -2015-03-09 07:52:07 queue INFO >>9 [104] -2015-03-09 07:52:07 sendUrl INFO 9 [104] R:OK -2015-03-09 07:52:57 queue INFO >>9 [105] -2015-03-09 07:52:57 sendUrl INFO 9 [105] R:OK -2015-03-09 07:53:47 queue INFO >>9 [106] -2015-03-09 07:53:48 sendUrl INFO 9 [106] R:OK -2015-03-09 07:54:37 queue INFO >>9 [107] -2015-03-09 07:54:38 sendUrl INFO 9 [107] R:OK -2015-03-09 07:55:28 queue INFO >>9 [108] -2015-03-09 07:55:28 sendUrl INFO 9 [108] R:OK -2015-03-09 07:56:18 queue INFO >>9 [109] -2015-03-09 07:56:18 sendUrl INFO 9 [109] R:OK -2015-03-09 07:57:08 queue INFO >>9 [110] -2015-03-09 07:57:08 sendUrl INFO 9 [110] R:OK -2015-03-09 07:57:58 queue INFO >>9 [111] -2015-03-09 07:57:58 sendUrl INFO 9 [111] R:OK -2015-03-09 07:58:48 queue INFO >>9 [112] -2015-03-09 07:58:49 sendUrl INFO 9 [112] R:OK -2015-03-09 07:59:38 queue INFO >>9 [113] -2015-03-09 07:59:39 sendUrl INFO 9 [113] R:OK -2015-03-09 08:00:29 queue INFO >>9 [114] -2015-03-09 08:00:29 sendUrl INFO 9 [114] R:OK -2015-03-09 08:01:19 queue INFO >>9 [115] -2015-03-09 08:01:19 sendUrl INFO 9 [115] R:OK -2015-03-09 08:02:09 queue INFO >>9 [116] -2015-03-09 08:02:09 sendUrl INFO 9 [116] R:OK -2015-03-09 08:02:59 queue INFO >>9 [117] -2015-03-09 08:02:59 sendUrl INFO 9 [117] R:OK -2015-03-09 08:03:49 queue INFO >>9 [118] -2015-03-09 08:03:49 sendUrl INFO 9 [118] R:OK -2015-03-09 08:04:39 queue INFO >>9 [119] -2015-03-09 08:04:40 sendUrl INFO 9 [119] R:OK -2015-03-09 08:05:29 queue INFO >>9 [120] -2015-03-09 08:05:30 sendUrl INFO 9 [120] R:OK -2015-03-09 08:06:20 queue INFO >>9 [121] -2015-03-09 08:06:20 sendUrl INFO 9 [121] R:OK -2015-03-09 08:07:10 queue INFO >>9 [122] -2015-03-09 08:07:10 sendUrl INFO 9 [122] R:OK -2015-03-09 08:08:00 queue INFO >>9 [123] -2015-03-09 08:08:00 sendUrl INFO 9 [123] R:OK -2015-03-09 08:08:50 queue INFO >>9 [124] -2015-03-09 08:08:50 sendUrl INFO 9 [124] R:OK -2015-03-09 08:09:40 queue INFO >>9 [125] -2015-03-09 08:09:41 sendUrl INFO 9 [125] R:OK -2015-03-09 08:10:30 queue INFO >>9 [126] -2015-03-09 08:10:30 sendUrl INFO 9 [126] R:OK -2015-03-09 08:11:20 queue INFO >>9 [127] -2015-03-09 08:11:21 sendUrl INFO 9 [127] R:OK -2015-03-09 08:12:11 queue INFO >>9 [128] -2015-03-09 08:12:11 sendUrl INFO 9 [128] R:OK -2015-03-09 08:13:01 queue INFO >>9 [129] -2015-03-09 08:13:01 sendUrl INFO 9 [129] R:OK -2015-03-09 08:13:51 queue INFO >>9 [130] -2015-03-09 08:13:51 sendUrl INFO 9 [130] R:OK -2015-03-09 08:14:41 queue INFO >>9 [131] -2015-03-09 08:14:41 sendUrl INFO 9 [131] R:OK -2015-03-09 08:15:31 queue INFO >>9 [132] -2015-03-09 08:15:31 sendUrl INFO 9 [132] R:OK -2015-03-09 08:16:21 queue INFO >>9 [133] -2015-03-09 08:16:22 sendUrl INFO 9 [133] R:OK -2015-03-09 08:17:11 queue INFO >>9 [134] -2015-03-09 08:17:12 sendUrl INFO 9 [134] R:OK -2015-03-09 08:18:02 queue INFO >>9 [135] -2015-03-09 08:18:02 sendUrl INFO 9 [135] R:OK -2015-03-09 08:18:52 queue INFO >>9 [136] -2015-03-09 08:18:52 sendUrl INFO 9 [136] R:OK -2015-03-09 08:19:42 queue INFO >>9 [137] -2015-03-09 08:19:42 sendUrl INFO 9 [137] R:OK -2015-03-09 08:20:32 queue INFO >>9 [138] -2015-03-09 08:20:32 sendUrl INFO 9 [138] R:OK -2015-03-09 08:21:22 queue INFO >>9 [139] -2015-03-09 08:21:22 sendUrl INFO 9 [139] R:OK -2015-03-09 08:22:12 queue INFO >>9 [140] -2015-03-09 08:22:13 sendUrl INFO 9 [140] R:OK -2015-03-09 08:23:02 queue INFO >>9 [141] -2015-03-09 08:23:03 sendUrl INFO 9 [141] R:OK -2015-03-09 08:23:53 queue INFO >>9 [142] -2015-03-09 08:23:53 sendUrl INFO 9 [142] R:OK -2015-03-09 08:24:43 queue INFO >>9 [143] -2015-03-09 08:24:43 sendUrl INFO 9 [143] R:OK -2015-03-09 08:25:33 queue INFO >>9 [144] -2015-03-09 08:25:33 sendUrl INFO 9 [144] R:OK -2015-03-09 08:26:23 queue INFO >>9 [145] -2015-03-09 08:26:23 sendUrl INFO 9 [145] R:OK -2015-03-09 08:27:13 queue INFO >>9 [146] -2015-03-09 08:27:14 sendUrl INFO 9 [146] R:OK -2015-03-09 08:28:03 queue INFO >>9 [147] -2015-03-09 08:28:03 sendUrl INFO 9 [147] R:OK -2015-03-09 08:28:53 queue INFO >>9 [148] -2015-03-09 08:28:54 sendUrl INFO 9 [148] R:OK -2015-03-09 08:29:44 queue INFO >>9 [149] -2015-03-09 08:29:44 sendUrl INFO 9 [149] R:OK -2015-03-09 08:30:34 queue INFO >>9 [150] -2015-03-09 08:30:34 sendUrl INFO 9 [150] R:OK -2015-03-09 08:31:24 queue INFO >>9 [151] -2015-03-09 08:31:24 sendUrl INFO 9 [151] R:OK -2015-03-09 08:32:14 queue INFO >>9 [152] -2015-03-09 08:32:14 sendUrl INFO 9 [152] R:OK -2015-03-09 08:33:04 queue INFO >>9 [153] -2015-03-09 08:33:04 sendUrl INFO 9 [153] R:OK -2015-03-09 08:33:54 queue INFO >>9 [154] -2015-03-09 08:33:55 sendUrl INFO 9 [154] R:OK -2015-03-09 08:34:44 queue INFO >>9 [155] -2015-03-09 08:34:45 sendUrl INFO 9 [155] R:OK -2015-03-09 08:35:35 queue INFO >>9 [156] -2015-03-09 08:35:35 sendUrl INFO 9 [156] R:OK -2015-03-09 08:36:25 queue INFO >>9 [157] -2015-03-09 08:36:25 sendUrl INFO 9 [157] R:OK -2015-03-09 08:37:15 queue INFO >>9 [158] -2015-03-09 08:37:15 sendUrl INFO 9 [158] R:OK -2015-03-09 08:38:05 queue INFO >>9 [159] -2015-03-09 08:38:05 sendUrl INFO 9 [159] R:OK -2015-03-09 08:38:55 queue INFO >>9 [160] -2015-03-09 08:38:55 sendUrl INFO 9 [160] R:OK -2015-03-09 08:39:45 queue INFO >>9 [161] -2015-03-09 08:39:46 sendUrl INFO 9 [161] R:OK -2015-03-09 08:40:35 queue INFO >>9 [162] -2015-03-09 08:40:36 sendUrl INFO 9 [162] R:OK -2015-03-09 08:41:26 queue INFO >>9 [163] -2015-03-09 08:41:26 sendUrl INFO 9 [163] R:OK -2015-03-09 08:42:16 queue INFO >>9 [164] -2015-03-09 08:42:16 sendUrl INFO 9 [164] R:OK -2015-03-09 08:43:06 queue INFO >>9 [165] -2015-03-09 08:43:06 sendUrl INFO 9 [165] R:OK -2015-03-09 08:43:56 queue INFO >>9 [166] -2015-03-09 08:43:56 sendUrl INFO 9 [166] R:OK -2015-03-09 08:44:46 queue INFO >>9 [167] -2015-03-09 08:44:47 sendUrl INFO 9 [167] R:OK -2015-03-09 08:45:36 queue INFO >>9 [168] -2015-03-09 08:45:37 sendUrl INFO 9 [168] R:OK -2015-03-09 08:46:27 queue INFO >>9 [169] -2015-03-09 08:46:27 sendUrl INFO 9 [169] R:OK -2015-03-09 08:47:17 queue INFO >>9 [170] -2015-03-09 08:47:17 sendUrl INFO 9 [170] R:OK -2015-03-09 08:48:07 queue INFO >>9 [171] -2015-03-09 08:48:07 sendUrl INFO 9 [171] R:OK -2015-03-09 08:48:57 queue INFO >>9 [172] -2015-03-09 08:48:57 sendUrl INFO 9 [172] R:OK -2015-03-09 08:49:47 queue INFO >>9 [173] -2015-03-09 08:49:48 sendUrl INFO 9 [173] R:OK -2015-03-09 08:50:37 queue INFO >>9 [174] -2015-03-09 08:50:37 sendUrl INFO 9 [174] R:OK -2015-03-09 08:51:27 queue INFO >>9 [175] -2015-03-09 08:51:28 sendUrl INFO 9 [175] R:OK -2015-03-09 08:52:18 queue INFO >>9 [176] -2015-03-09 08:52:18 sendUrl INFO 9 [176] R:OK -2015-03-09 08:53:08 queue INFO >>9 [177] -2015-03-09 08:53:08 sendUrl INFO 9 [177] R:OK -2015-03-09 08:53:58 queue INFO >>9 [178] -2015-03-09 08:53:58 sendUrl INFO 9 [178] R:OK -2015-03-09 08:54:48 queue INFO >>9 [179] -2015-03-09 08:54:49 sendUrl INFO 9 [179] R:OK -2015-03-09 08:55:38 queue INFO >>9 [180] -2015-03-09 08:55:38 sendUrl INFO 9 [180] R:OK -2015-03-09 08:56:28 queue INFO >>9 [181] -2015-03-09 08:56:29 sendUrl INFO 9 [181] R:OK -2015-03-09 08:57:19 queue INFO >>9 [182] -2015-03-09 08:57:19 sendUrl INFO 9 [182] R:OK -2015-03-09 08:58:09 queue INFO >>9 [183] -2015-03-09 08:58:09 sendUrl INFO 9 [183] R:OK -2015-03-09 08:58:59 queue INFO >>9 [184] -2015-03-09 08:58:59 sendUrl INFO 9 [184] R:OK -2015-03-09 08:59:49 queue INFO >>9 [185] -2015-03-09 08:59:49 sendUrl INFO 9 [185] R:OK -2015-03-09 09:00:39 queue INFO >>9 [186] -2015-03-09 09:00:39 sendUrl INFO 9 [186] R:OK -2015-03-09 09:01:29 queue INFO >>9 [187] -2015-03-09 09:01:30 sendUrl INFO 9 [187] R:OK -2015-03-09 09:02:19 queue INFO >>9 [188] -2015-03-09 09:02:20 sendUrl INFO 9 [188] R:OK -2015-03-09 09:03:10 queue INFO >>9 [189] -2015-03-09 09:03:10 sendUrl INFO 9 [189] R:OK -2015-03-09 09:04:00 queue INFO >>9 [190] -2015-03-09 09:04:00 sendUrl INFO 9 [190] R:OK -2015-03-09 09:04:50 queue INFO >>9 [191] -2015-03-09 09:04:50 sendUrl INFO 9 [191] R:OK -2015-03-09 09:05:40 queue INFO >>9 [192] -2015-03-09 09:05:40 sendUrl INFO 9 [192] R:OK -2015-03-09 09:06:30 queue INFO >>9 [193] -2015-03-09 09:06:31 sendUrl INFO 9 [193] R:OK -2015-03-09 09:07:20 queue INFO >>9 [194] -2015-03-09 09:07:21 sendUrl INFO 9 [194] R:OK -2015-03-09 09:08:11 queue INFO >>9 [195] -2015-03-09 09:08:11 sendUrl INFO 9 [195] R:OK -2015-03-09 09:09:01 queue INFO >>9 [196] -2015-03-09 09:09:01 sendUrl INFO 9 [196] R:OK -2015-03-09 09:09:51 queue INFO >>9 [197] -2015-03-09 09:09:51 sendUrl INFO 9 [197] R:OK -2015-03-09 09:10:41 queue INFO >>9 [198] -2015-03-09 09:10:41 sendUrl INFO 9 [198] R:OK -2015-03-09 09:11:31 queue INFO >>9 [199] -2015-03-09 09:11:31 sendUrl INFO 9 [199] R:OK -2015-03-09 09:12:21 queue INFO >>9 [200] -2015-03-09 09:12:22 sendUrl INFO 9 [200] R:OK -2015-03-09 09:13:11 queue INFO >>9 [201] -2015-03-09 09:13:12 sendUrl INFO 9 [201] R:OK -2015-03-09 09:14:02 queue INFO >>9 [202] -2015-03-09 09:14:02 sendUrl INFO 9 [202] R:OK -2015-03-09 09:14:52 queue INFO >>9 [203] -2015-03-09 09:14:52 sendUrl INFO 9 [203] R:OK -2015-03-09 09:15:42 queue INFO >>9 [204] -2015-03-09 09:15:42 sendUrl INFO 9 [204] R:OK -2015-03-09 09:16:32 queue INFO >>9 [205] -2015-03-09 09:16:32 sendUrl INFO 9 [205] R:OK -2015-03-09 09:17:22 queue INFO >>9 [206] -2015-03-09 09:17:23 sendUrl INFO 9 [206] R:OK -2015-03-09 09:18:12 queue INFO >>9 [207] -2015-03-09 09:18:12 sendUrl INFO 9 [207] R:OK -2015-03-09 09:19:03 queue INFO >>9 [208] -2015-03-09 09:19:03 sendUrl INFO 9 [208] R:OK -2015-03-09 09:19:53 queue INFO >>9 [209] -2015-03-09 09:19:53 sendUrl INFO 9 [209] R:OK -2015-03-09 09:20:43 queue INFO >>9 [210] -2015-03-09 09:20:43 sendUrl INFO 9 [210] R:OK -2015-03-09 09:21:33 queue INFO >>9 [211] -2015-03-09 09:21:33 sendUrl INFO 9 [211] R:OK -2015-03-09 09:22:23 queue INFO >>9 [212] -2015-03-09 09:22:24 sendUrl INFO 9 [212] R:OK -2015-03-09 09:23:13 queue INFO >>9 [213] -2015-03-09 09:23:13 sendUrl INFO 9 [213] R:OK -2015-03-09 09:24:03 queue INFO >>9 [214] -2015-03-09 09:24:04 sendUrl INFO 9 [214] R:OK -2015-03-09 09:24:54 queue INFO >>9 [215] -2015-03-09 09:24:54 sendUrl INFO 9 [215] R:OK -2015-03-09 09:25:44 queue INFO >>9 [216] -2015-03-09 09:25:44 sendUrl INFO 9 [216] R:OK -2015-03-09 09:26:34 queue INFO >>9 [217] -2015-03-09 09:26:34 sendUrl INFO 9 [217] R:OK -2015-03-09 09:27:24 queue INFO >>9 [218] -2015-03-09 09:27:24 sendUrl INFO 9 [218] R:OK -2015-03-09 09:28:14 queue INFO >>9 [219] -2015-03-09 09:28:15 sendUrl INFO 9 [219] R:OK -2015-03-09 09:29:04 queue INFO >>9 [220] -2015-03-09 09:29:05 sendUrl INFO 9 [220] R:OK -2015-03-09 09:29:55 queue INFO >>9 [221] -2015-03-09 09:29:55 sendUrl INFO 9 [221] R:OK -2015-03-09 09:30:45 queue INFO >>9 [222] -2015-03-09 09:30:45 sendUrl INFO 9 [222] R:OK -2015-03-09 09:31:35 queue INFO >>9 [223] -2015-03-09 09:31:35 sendUrl INFO 9 [223] R:OK -2015-03-09 09:32:25 queue INFO >>9 [224] -2015-03-09 09:32:25 sendUrl INFO 9 [224] R:OK -2015-03-09 09:33:15 queue INFO >>9 [225] -2015-03-09 09:33:16 sendUrl INFO 9 [225] R:OK -2015-03-09 09:34:05 queue INFO >>9 [226] -2015-03-09 09:34:06 sendUrl INFO 9 [226] R:OK -2015-03-09 09:34:55 queue INFO >>9 [227] -2015-03-09 09:34:56 sendUrl INFO 9 [227] R:OK -2015-03-09 09:35:46 queue INFO >>9 [228] -2015-03-09 09:35:46 sendUrl INFO 9 [228] R:OK -2015-03-09 09:36:36 queue INFO >>9 [229] -2015-03-09 09:36:36 sendUrl INFO 9 [229] R:OK -2015-03-09 09:37:26 queue INFO >>9 [230] -2015-03-09 09:37:26 sendUrl INFO 9 [230] R:OK -2015-03-09 09:38:16 queue INFO >>9 [231] -2015-03-09 09:38:17 sendUrl INFO 9 [231] R:OK -2015-03-09 09:39:06 queue INFO >>9 [232] -2015-03-09 09:39:06 sendUrl INFO 9 [232] R:OK -2015-03-09 09:39:56 queue INFO >>9 [233] -2015-03-09 09:39:57 sendUrl INFO 9 [233] R:OK -2015-03-09 09:40:47 queue INFO >>9 [234] -2015-03-09 09:40:47 sendUrl INFO 9 [234] R:OK -2015-03-09 09:41:37 queue INFO >>9 [235] -2015-03-09 09:41:37 sendUrl INFO 9 [235] R:OK -2015-03-09 09:42:27 queue INFO >>9 [236] -2015-03-09 09:42:27 sendUrl INFO 9 [236] R:OK -2015-03-09 09:43:17 queue INFO >>9 [237] -2015-03-09 09:43:18 sendUrl INFO 9 [237] R:OK -2015-03-09 09:44:07 queue INFO >>9 [238] -2015-03-09 09:44:07 sendUrl INFO 9 [238] R:OK -2015-03-09 09:44:57 queue INFO >>9 [239] -2015-03-09 09:44:58 sendUrl INFO 9 [239] R:OK -2015-03-09 09:45:47 queue INFO >>9 [240] -2015-03-09 09:45:48 sendUrl INFO 9 [240] R:OK -2015-03-09 09:46:38 queue INFO >>9 [241] -2015-03-09 09:46:38 sendUrl INFO 9 [241] R:OK -2015-03-09 09:47:28 queue INFO >>9 [242] -2015-03-09 09:47:28 sendUrl INFO 9 [242] R:OK -2015-03-09 09:48:18 queue INFO >>9 [243] -2015-03-09 09:48:18 sendUrl INFO 9 [243] R:OK -2015-03-09 09:49:08 queue INFO >>9 [244] -2015-03-09 09:49:08 sendUrl INFO 9 [244] R:OK -2015-03-09 09:49:58 queue INFO >>9 [245] -2015-03-09 09:49:59 sendUrl INFO 9 [245] R:OK -2015-03-09 09:50:48 queue INFO >>9 [246] -2015-03-09 09:50:49 sendUrl INFO 9 [246] R:OK -2015-03-09 09:51:39 queue INFO >>9 [247] -2015-03-09 09:51:39 sendUrl INFO 9 [247] R:OK -2015-03-09 09:52:29 queue INFO >>9 [248] -2015-03-09 09:52:29 sendUrl INFO 9 [248] R:OK -2015-03-09 09:53:19 queue INFO >>9 [249] -2015-03-09 09:53:19 sendUrl INFO 9 [249] R:OK -2015-03-09 09:54:09 queue INFO >>9 [250] -2015-03-09 09:54:09 sendUrl INFO 9 [250] R:OK -2015-03-09 09:54:59 queue INFO >>9 [251] -2015-03-09 09:55:00 sendUrl INFO 9 [251] R:OK -2015-03-09 09:55:49 queue INFO >>9 [252] -2015-03-09 09:55:50 sendUrl INFO 9 [252] R:OK -2015-03-09 09:56:39 queue INFO >>9 [253] -2015-03-09 09:56:40 sendUrl INFO 9 [253] R:OK -2015-03-09 09:57:30 queue INFO >>9 [254] -2015-03-09 09:57:30 sendUrl INFO 9 [254] R:OK -2015-03-09 09:58:20 queue INFO >>9 [255] -2015-03-09 09:58:20 sendUrl INFO 9 [255] R:OK -2015-03-09 09:59:10 queue INFO >>9 [256] -2015-03-09 09:59:10 sendUrl INFO 9 [256] R:OK -2015-03-09 10:00:00 queue INFO >>9 [257] -2015-03-09 10:00:00 sendUrl INFO 9 [257] R:OK -2015-03-09 10:00:50 queue INFO >>9 [258] -2015-03-09 10:00:51 sendUrl INFO 9 [258] R:OK -2015-03-09 10:01:40 queue INFO >>9 [259] -2015-03-09 10:01:41 sendUrl INFO 9 [259] R:OK -2015-03-09 10:02:31 queue INFO >>9 [260] -2015-03-09 10:02:31 sendUrl INFO 9 [260] R:OK -2015-03-09 10:03:21 queue INFO >>9 [261] -2015-03-09 10:03:21 sendUrl INFO 9 [261] R:OK -2015-03-09 10:04:11 queue INFO >>9 [262] -2015-03-09 10:04:11 sendUrl INFO 9 [262] R:OK -2015-03-09 10:05:01 queue INFO >>9 [263] -2015-03-09 10:05:01 sendUrl INFO 9 [263] R:OK -2015-03-09 10:05:51 queue INFO >>9 [264] -2015-03-09 10:05:52 sendUrl INFO 9 [264] R:OK -2015-03-09 10:06:41 queue INFO >>9 [265] -2015-03-09 10:06:42 sendUrl INFO 9 [265] R:OK -2015-03-09 10:07:31 queue INFO >>9 [266] -2015-03-09 10:07:32 sendUrl INFO 9 [266] R:OK -2015-03-09 10:08:22 queue INFO >>9 [267] -2015-03-09 10:08:22 sendUrl INFO 9 [267] R:OK -2015-03-09 10:09:12 queue INFO >>9 [268] -2015-03-09 10:09:12 sendUrl INFO 9 [268] R:OK -2015-03-09 10:10:02 queue INFO >>9 [269] -2015-03-09 10:10:02 sendUrl INFO 9 [269] R:OK -2015-03-09 10:10:52 queue INFO >>9 [270] -2015-03-09 10:10:53 sendUrl INFO 9 [270] R:OK -2015-03-09 10:11:42 queue INFO >>9 [271] -2015-03-09 10:11:42 sendUrl INFO 9 [271] R:OK -2015-03-09 10:12:32 queue INFO >>9 [272] -2015-03-09 10:12:33 sendUrl INFO 9 [272] R:OK -2015-03-09 10:13:23 queue INFO >>9 [273] -2015-03-09 10:13:23 sendUrl INFO 9 [273] R:OK -2015-03-09 10:14:13 queue INFO >>9 [274] -2015-03-09 10:14:13 sendUrl INFO 9 [274] R:OK -2015-03-09 10:15:03 queue INFO >>9 [275] -2015-03-09 10:15:03 sendUrl INFO 9 [275] R:OK -2015-03-09 10:15:53 queue INFO >>9 [276] -2015-03-09 10:15:54 sendUrl INFO 9 [276] R:OK -2015-03-09 10:16:43 queue INFO >>9 [277] -2015-03-09 10:16:43 sendUrl INFO 9 [277] R:OK -2015-03-09 10:17:33 queue INFO >>9 [278] -2015-03-09 10:17:34 sendUrl INFO 9 [278] R:OK -2015-03-09 10:18:23 queue INFO >>9 [279] -2015-03-09 10:18:24 sendUrl INFO 9 [279] R:OK -2015-03-09 10:19:14 queue INFO >>9 [280] -2015-03-09 10:19:14 sendUrl INFO 9 [280] R:OK -2015-03-09 10:20:04 queue INFO >>9 [281] -2015-03-09 10:20:04 sendUrl INFO 9 [281] R:OK -2015-03-09 10:20:54 queue INFO >>9 [282] -2015-03-09 10:20:54 sendUrl INFO 9 [282] R:OK -2015-03-09 10:21:44 queue INFO >>9 [283] -2015-03-09 10:21:44 sendUrl INFO 9 [283] R:OK -2015-03-09 10:22:34 queue INFO >>9 [284] -2015-03-09 10:22:35 sendUrl INFO 9 [284] R:OK -2015-03-09 10:23:24 queue INFO >>9 [285] -2015-03-09 10:23:25 sendUrl INFO 9 [285] R:OK -2015-03-09 10:24:15 queue INFO >>9 [286] -2015-03-09 10:24:15 sendUrl INFO 9 [286] R:OK -2015-03-09 10:25:05 queue INFO >>9 [287] -2015-03-09 10:25:05 sendUrl INFO 9 [287] R:OK -2015-03-09 10:25:55 queue INFO >>9 [288] -2015-03-09 10:25:55 sendUrl INFO 9 [288] R:OK -2015-03-09 10:26:45 queue INFO >>9 [289] -2015-03-09 10:26:45 sendUrl INFO 9 [289] R:OK -2015-03-09 10:27:35 queue INFO >>9 [290] -2015-03-09 10:27:36 sendUrl INFO 9 [290] R:OK -2015-03-09 10:28:25 queue INFO >>9 [291] -2015-03-09 10:28:26 sendUrl INFO 9 [291] R:OK -2015-03-09 10:29:15 queue INFO >>9 [292] -2015-03-09 10:29:16 sendUrl INFO 9 [292] R:OK -2015-03-09 10:30:06 queue INFO >>9 [293] -2015-03-09 10:30:06 sendUrl INFO 9 [293] R:OK -2015-03-09 10:30:56 queue INFO >>9 [294] -2015-03-09 10:30:56 sendUrl INFO 9 [294] R:OK -2015-03-09 10:31:46 queue INFO >>9 [295] -2015-03-09 10:31:46 sendUrl INFO 9 [295] R:OK -2015-03-09 10:32:36 queue INFO >>9 [296] -2015-03-09 10:32:36 sendUrl INFO 9 [296] R:OK -2015-03-09 10:33:26 queue INFO >>9 [297] -2015-03-09 10:33:27 sendUrl INFO 9 [297] R:OK -2015-03-09 10:34:16 queue INFO >>9 [298] -2015-03-09 10:34:17 sendUrl INFO 9 [298] R:OK -2015-03-09 10:35:07 queue INFO >>9 [299] -2015-03-09 10:35:07 sendUrl INFO 9 [299] R:OK -2015-03-09 10:35:57 queue INFO >>9 [300] -2015-03-09 10:35:57 sendUrl INFO 9 [300] R:OK -2015-03-09 10:36:47 queue INFO >>9 [301] -2015-03-09 10:36:47 sendUrl INFO 9 [301] R:OK -2015-03-09 10:37:37 queue INFO >>9 [302] -2015-03-09 10:37:37 sendUrl INFO 9 [302] R:OK -2015-03-09 10:38:27 queue INFO >>9 [303] -2015-03-09 10:38:28 sendUrl INFO 9 [303] R:OK -2015-03-09 10:39:17 queue INFO >>9 [304] -2015-03-09 10:39:17 sendUrl INFO 9 [304] R:OK -2015-03-09 10:40:07 queue INFO >>9 [305] -2015-03-09 10:40:08 sendUrl INFO 9 [305] R:OK -2015-03-09 10:40:58 queue INFO >>9 [306] -2015-03-09 10:40:58 sendUrl INFO 9 [306] R:OK -2015-03-09 10:41:48 queue INFO >>9 [307] -2015-03-09 10:41:48 sendUrl INFO 9 [307] R:OK -2015-03-09 10:42:38 queue INFO >>9 [308] -2015-03-09 10:42:38 sendUrl INFO 9 [308] R:OK -2015-03-09 10:43:28 queue INFO >>9 [309] -2015-03-09 10:43:29 sendUrl INFO 9 [309] R:OK -2015-03-09 10:44:18 queue INFO >>9 [310] -2015-03-09 10:44:18 sendUrl INFO 9 [310] R:OK -2015-03-09 10:45:08 queue INFO >>9 [311] -2015-03-09 10:45:09 sendUrl INFO 9 [311] R:OK -2015-03-09 10:45:59 queue INFO >>9 [312] -2015-03-09 10:45:59 sendUrl INFO 9 [312] R:OK -2015-03-09 10:46:49 queue INFO >>9 [313] -2015-03-09 10:46:49 sendUrl INFO 9 [313] R:OK -2015-03-09 10:47:39 queue INFO >>9 [314] -2015-03-09 10:47:39 sendUrl INFO 9 [314] R:OK -2015-03-09 10:48:29 queue INFO >>9 [315] -2015-03-09 10:48:30 sendUrl INFO 9 [315] R:OK -2015-03-09 10:49:19 queue INFO >>9 [316] -2015-03-09 10:49:19 sendUrl INFO 9 [316] R:OK -2015-03-09 10:50:09 queue INFO >>9 [317] -2015-03-09 10:50:10 sendUrl INFO 9 [317] R:OK -2015-03-09 10:50:59 queue INFO >>9 [318] -2015-03-09 10:51:00 sendUrl INFO 9 [318] R:OK -2015-03-09 10:51:50 queue INFO >>9 [319] -2015-03-09 10:51:50 sendUrl INFO 9 [319] R:OK -2015-03-09 10:52:40 queue INFO >>9 [320] -2015-03-09 10:52:40 sendUrl INFO 9 [320] R:OK -2015-03-09 10:53:30 queue INFO >>9 [321] -2015-03-09 10:53:30 sendUrl INFO 9 [321] R:OK -2015-03-09 10:54:20 queue INFO >>9 [322] -2015-03-09 10:54:20 sendUrl INFO 9 [322] R:OK -2015-03-09 10:55:10 queue INFO >>9 [323] -2015-03-09 10:55:11 sendUrl INFO 9 [323] R:OK -2015-03-09 10:56:00 queue INFO >>9 [324] -2015-03-09 10:56:01 sendUrl INFO 9 [324] R:OK -2015-03-09 10:56:51 queue INFO >>9 [325] -2015-03-09 10:56:51 sendUrl INFO 9 [325] R:OK -2015-03-09 10:57:41 queue INFO >>9 [326] -2015-03-09 10:57:41 sendUrl INFO 9 [326] R:OK -2015-03-09 10:58:31 queue INFO >>9 [327] -2015-03-09 10:58:31 sendUrl INFO 9 [327] R:OK -2015-03-09 10:59:21 queue INFO >>9 [328] -2015-03-09 10:59:21 sendUrl INFO 9 [328] R:OK -2015-03-09 11:00:11 queue INFO >>9 [329] -2015-03-09 11:00:11 sendUrl INFO 9 [329] R:OK -2015-03-09 11:01:01 queue INFO >>9 [330] -2015-03-09 11:01:02 sendUrl INFO 9 [330] R:OK -2015-03-09 11:01:51 queue INFO >>9 [331] -2015-03-09 11:01:51 sendUrl INFO 9 [331] R:OK -2015-03-09 11:02:41 queue INFO >>9 [332] -2015-03-09 11:02:42 sendUrl INFO 9 [332] R:OK -2015-03-09 11:03:32 queue INFO >>9 [333] -2015-03-09 11:03:32 sendUrl INFO 9 [333] R:OK -2015-03-09 11:04:22 queue INFO >>9 [334] -2015-03-09 11:04:22 sendUrl INFO 9 [334] R:OK -2015-03-09 11:05:12 queue INFO >>9 [335] -2015-03-09 11:05:12 sendUrl INFO 9 [335] R:OK -2015-03-09 11:06:02 queue INFO >>9 [336] -2015-03-09 11:06:03 sendUrl INFO 9 [336] R:OK -2015-03-09 11:06:52 queue INFO >>9 [337] -2015-03-09 11:06:52 sendUrl INFO 9 [337] R:OK -2015-03-09 11:07:42 queue INFO >>9 [338] -2015-03-09 11:07:43 sendUrl INFO 9 [338] R:OK -2015-03-09 11:08:32 queue INFO >>9 [339] -2015-03-09 11:08:33 sendUrl INFO 9 [339] R:OK -2015-03-09 11:09:23 queue INFO >>9 [340] -2015-03-09 11:09:23 sendUrl INFO 9 [340] R:OK -2015-03-09 11:10:13 queue INFO >>9 [341] -2015-03-09 11:10:13 sendUrl INFO 9 [341] R:OK -2015-03-09 11:11:03 queue INFO >>9 [342] -2015-03-09 11:11:03 sendUrl INFO 9 [342] R:OK -2015-03-09 11:11:53 queue INFO >>9 [343] -2015-03-09 11:11:53 sendUrl INFO 9 [343] R:OK -2015-03-09 11:12:43 queue INFO >>9 [344] -2015-03-09 11:12:44 sendUrl INFO 9 [344] R:OK -2015-03-09 11:13:33 queue INFO >>9 [345] -2015-03-09 11:13:34 sendUrl INFO 9 [345] R:OK -2015-03-09 11:14:23 queue INFO >>9 [346] -2015-03-09 11:14:24 sendUrl INFO 9 [346] R:OK -2015-03-09 11:15:14 queue INFO >>9 [347] -2015-03-09 11:15:14 sendUrl INFO 9 [347] R:OK -2015-03-09 11:16:04 queue INFO >>9 [348] -2015-03-09 11:16:04 sendUrl INFO 9 [348] R:OK -2015-03-09 11:16:54 queue INFO >>9 [349] -2015-03-09 11:16:54 sendUrl INFO 9 [349] R:OK -2015-03-09 11:17:44 queue INFO >>9 [350] -2015-03-09 11:17:44 sendUrl INFO 9 [350] R:OK -2015-03-09 11:18:34 queue INFO >>9 [351] -2015-03-09 11:18:35 sendUrl INFO 9 [351] R:OK -2015-03-09 11:19:24 queue INFO >>9 [352] -2015-03-09 11:19:24 sendUrl INFO 9 [352] R:OK -2015-03-09 11:20:14 queue INFO >>9 [353] -2015-03-09 11:20:15 sendUrl INFO 9 [353] R:OK -2015-03-09 11:21:05 queue INFO >>9 [354] -2015-03-09 11:21:05 sendUrl INFO 9 [354] R:OK -2015-03-09 11:21:55 queue INFO >>9 [355] -2015-03-09 11:21:55 sendUrl INFO 9 [355] R:OK -2015-03-09 11:22:45 queue INFO >>9 [356] -2015-03-09 11:22:45 sendUrl INFO 9 [356] R:OK -2015-03-09 11:23:35 queue INFO >>9 [357] -2015-03-09 11:23:36 sendUrl INFO 9 [357] R:OK -2015-03-09 11:24:25 queue INFO >>9 [358] -2015-03-09 11:24:25 sendUrl INFO 9 [358] R:OK -2015-03-09 11:25:15 queue INFO >>9 [359] -2015-03-09 11:25:16 sendUrl INFO 9 [359] R:OK -2015-03-09 11:26:06 queue INFO >>9 [360] -2015-03-09 11:26:06 sendUrl INFO 9 [360] R:OK -2015-03-09 11:26:56 queue INFO >>9 [361] -2015-03-09 11:26:56 sendUrl INFO 9 [361] R:OK -2015-03-09 11:27:46 queue INFO >>9 [362] -2015-03-09 11:27:46 sendUrl INFO 9 [362] R:OK -2015-03-09 11:28:36 queue INFO >>9 [363] -2015-03-09 11:28:37 sendUrl INFO 9 [363] R:OK -2015-03-09 11:29:26 queue INFO >>9 [364] -2015-03-09 11:29:26 sendUrl INFO 9 [364] R:OK -2015-03-09 11:30:16 queue INFO >>9 [365] -2015-03-09 11:30:17 sendUrl INFO 9 [365] R:OK -2015-03-09 11:31:06 queue INFO >>9 [366] -2015-03-09 11:31:07 sendUrl INFO 9 [366] R:OK -2015-03-09 11:31:57 queue INFO >>9 [367] -2015-03-09 11:31:57 sendUrl INFO 9 [367] R:OK -2015-03-09 11:32:47 queue INFO >>9 [368] -2015-03-09 11:32:47 sendUrl INFO 9 [368] R:OK -2015-03-09 11:33:37 queue INFO >>9 [369] -2015-03-09 11:33:37 sendUrl INFO 9 [369] R:OK -2015-03-09 11:34:27 queue INFO >>9 [370] -2015-03-09 11:34:27 sendUrl INFO 9 [370] R:OK -2015-03-09 11:35:17 queue INFO >>9 [371] -2015-03-09 11:35:18 sendUrl INFO 9 [371] R:OK -2015-03-09 11:36:07 queue INFO >>9 [372] -2015-03-09 11:36:08 sendUrl INFO 9 [372] R:OK -2015-03-09 11:36:58 queue INFO >>9 [373] -2015-03-09 11:36:58 sendUrl INFO 9 [373] R:OK -2015-03-09 11:37:48 queue INFO >>9 [374] -2015-03-09 11:37:48 sendUrl INFO 9 [374] R:OK -2015-03-09 11:38:38 queue INFO >>9 [375] -2015-03-09 11:38:38 sendUrl INFO 9 [375] R:OK -2015-03-09 11:39:28 queue INFO >>9 [376] -2015-03-09 11:39:28 sendUrl INFO 9 [376] R:OK -2015-03-09 11:40:18 queue INFO >>9 [377] -2015-03-09 11:40:18 sendUrl INFO 9 [377] R:OK -2015-03-09 11:41:08 queue INFO >>9 [378] -2015-03-09 11:41:09 sendUrl INFO 9 [378] R:OK -2015-03-09 11:41:58 queue INFO >>9 [379] -2015-03-09 11:41:59 sendUrl INFO 9 [379] R:OK -2015-03-09 11:42:49 queue INFO >>9 [380] -2015-03-09 11:42:49 sendUrl INFO 9 [380] R:OK -2015-03-09 11:43:39 queue INFO >>9 [381] -2015-03-09 11:43:39 sendUrl INFO 9 [381] R:OK -2015-03-09 11:44:29 queue INFO >>9 [382] -2015-03-09 11:44:29 sendUrl INFO 9 [382] R:OK -2015-03-09 11:45:19 queue INFO >>9 [383] -2015-03-09 11:45:19 sendUrl INFO 9 [383] R:OK -2015-03-09 11:46:09 queue INFO >>9 [384] -2015-03-09 11:46:10 sendUrl INFO 9 [384] R:OK -2015-03-09 11:46:59 queue INFO >>9 [385] -2015-03-09 11:46:59 sendUrl INFO 9 [385] R:OK -2015-03-09 11:47:49 queue INFO >>9 [386] -2015-03-09 11:47:50 sendUrl INFO 9 [386] R:OK -2015-03-09 11:48:39 queue INFO >>9 [387] -2015-03-09 11:48:40 sendUrl INFO 9 [387] R:OK -2015-03-09 11:49:30 queue INFO >>9 [388] -2015-03-09 11:49:30 sendUrl INFO 9 [388] R:OK -2015-03-09 11:50:20 queue INFO >>9 [389] -2015-03-09 11:50:20 sendUrl INFO 9 [389] R:OK -2015-03-09 11:51:10 queue INFO >>9 [390] -2015-03-09 11:51:10 sendUrl INFO 9 [390] R:OK -2015-03-09 11:52:00 queue INFO >>9 [391] -2015-03-09 11:52:00 sendUrl INFO 9 [391] R:OK -2015-03-09 11:52:50 queue INFO >>9 [392] -2015-03-09 11:52:51 sendUrl INFO 9 [392] R:OK -2015-03-09 11:53:40 queue INFO >>9 [393] -2015-03-09 11:53:41 sendUrl INFO 9 [393] R:OK -2015-03-09 11:54:31 queue INFO >>9 [394] -2015-03-09 11:54:31 sendUrl INFO 9 [394] R:OK -2015-03-09 11:55:21 queue INFO >>9 [395] -2015-03-09 11:55:21 sendUrl INFO 9 [395] R:OK -2015-03-09 11:56:11 queue INFO >>9 [396] -2015-03-09 11:56:11 sendUrl INFO 9 [396] R:OK -2015-03-09 11:57:01 queue INFO >>9 [397] -2015-03-09 11:57:01 sendUrl INFO 9 [397] R:OK -2015-03-09 11:57:51 queue INFO >>9 [398] -2015-03-09 11:57:51 sendUrl INFO 9 [398] R:OK -2015-03-09 11:58:41 queue INFO >>9 [399] -2015-03-09 11:58:42 sendUrl INFO 9 [399] R:OK -2015-03-09 11:59:31 queue INFO >>9 [400] -2015-03-09 11:59:32 sendUrl INFO 9 [400] R:OK -2015-03-09 12:00:22 queue INFO >>9 [401] -2015-03-09 12:00:22 sendUrl INFO 9 [401] R:OK -2015-03-09 12:01:12 queue INFO >>9 [402] -2015-03-09 12:01:12 sendUrl INFO 9 [402] R:OK -2015-03-09 12:01:41 queue INFO 29 [403] -2015-03-09 12:01:41 queue INFO >29 [404] -2015-03-09 12:01:41 sendUrl INFO 29 [403] R:OK -2015-03-09 12:01:42 sendUrl INFO 29 [404] R:OK -2015-03-09 12:02:31 queue INFO >>29 [405] -2015-03-09 12:02:32 sendUrl INFO 29 [405] R:OK -2015-03-09 12:03:21 queue INFO >>29 [406] -2015-03-09 12:03:21 sendUrl INFO 29 [406] R:OK -2015-03-09 12:04:12 queue INFO >>29 [407] -2015-03-09 12:04:12 sendUrl INFO 29 [407] R:OK -2015-03-09 12:05:02 queue INFO >>29 [408] -2015-03-09 12:05:02 sendUrl INFO 29 [408] R:OK -2015-03-09 12:05:52 queue INFO >>29 [409] -2015-03-09 12:05:52 sendUrl INFO 29 [409] R:OK -2015-03-09 12:06:42 queue INFO >>29 [410] -2015-03-09 12:06:42 sendUrl INFO 29 [410] R:OK -2015-03-09 12:07:32 queue INFO >>29 [411] -2015-03-09 12:07:33 sendUrl INFO 29 [411] R:OK -2015-03-09 12:08:22 queue INFO >>29 [412] -2015-03-09 12:08:22 sendUrl INFO 29 [412] R:OK -2015-03-09 12:09:12 queue INFO >>29 [413] -2015-03-09 12:09:13 sendUrl INFO 29 [413] R:OK -2015-03-09 12:10:03 queue INFO >>29 [414] -2015-03-09 12:10:03 sendUrl INFO 29 [414] R:OK -2015-03-09 12:10:53 queue INFO >>29 [415] -2015-03-09 12:10:53 sendUrl INFO 29 [415] R:OK -2015-03-09 12:11:43 queue INFO >>29 [416] -2015-03-09 12:11:43 sendUrl INFO 29 [416] R:OK -2015-03-09 12:12:33 queue INFO >>29 [417] -2015-03-09 12:12:34 sendUrl INFO 29 [417] R:OK -2015-03-09 12:13:23 queue INFO >>29 [418] -2015-03-09 12:13:23 sendUrl INFO 29 [418] R:OK -2015-03-09 12:14:13 queue INFO >>29 [419] -2015-03-09 12:14:14 sendUrl INFO 29 [419] R:OK -2015-03-09 12:15:04 queue INFO >>29 [420] -2015-03-09 12:15:04 sendUrl INFO 29 [420] R:OK -2015-03-09 12:15:08 queue INFO 21 [421] -2015-03-09 12:15:08 queue INFO 29 [422] -2015-03-09 12:15:08 sendUrl INFO 21 [421] R:OK -2015-03-09 12:15:08 queue INFO >29 [423] -2015-03-09 12:15:09 sendUrl INFO 29 [422] R:OK -2015-03-09 12:15:09 sendUrl INFO 29 [423] R:OK -2015-03-09 12:15:14 queue INFO 21 [424] -2015-03-09 12:15:14 sendUrl INFO 21 [424] R:OK -2015-03-09 12:15:14 queue INFO >21 [425] -2015-03-09 12:15:14 sendUrl INFO 21 [425] R:OK -2015-03-09 12:16:04 queue INFO >>21 [426] -2015-03-09 12:16:04 sendUrl INFO 21 [426] R:OK -2015-03-09 12:16:41 queue INFO 1 [427] -2015-03-09 12:16:41 queue INFO >1 [428] -2015-03-09 12:16:42 sendUrl INFO 1 [427] R:OK -2015-03-09 12:16:42 sendUrl INFO 1 [428] R:OK -2015-03-09 12:17:31 queue INFO >>1 [429] -2015-03-09 12:17:32 sendUrl INFO 1 [429] R:OK -2015-03-09 12:18:22 queue INFO >>1 [430] -2015-03-09 12:18:22 sendUrl INFO 1 [430] R:OK -2015-03-09 12:19:12 queue INFO >>1 [431] -2015-03-09 12:19:12 sendUrl INFO 1 [431] R:OK -2015-03-09 12:20:02 queue INFO >>1 [432] -2015-03-09 12:20:02 sendUrl INFO 1 [432] R:OK -2015-03-09 12:20:42 queue INFO 21 [433] -2015-03-09 12:20:43 queue INFO >21 [434] -2015-03-09 12:20:43 sendUrl INFO 21 [433] R:OK -2015-03-09 12:20:43 sendUrl INFO 21 [434] R:OK -2015-03-09 12:21:33 queue INFO >>21 [435] -2015-03-09 12:21:33 sendUrl INFO 21 [435] R:OK -2015-03-09 12:22:23 queue INFO >>21 [436] -2015-03-09 12:22:23 sendUrl INFO 21 [436] R:OK -2015-03-09 12:23:13 queue INFO >>21 [437] -2015-03-09 12:23:13 sendUrl INFO 21 [437] R:OK -2015-03-09 12:24:03 queue INFO >>21 [438] -2015-03-09 12:24:03 sendUrl INFO 21 [438] R:OK -2015-03-09 12:24:53 queue INFO >>21 [439] -2015-03-09 12:24:54 sendUrl INFO 21 [439] R:OK -2015-03-09 12:25:43 queue INFO >>21 [440] -2015-03-09 12:25:43 sendUrl INFO 21 [440] R:OK -2015-03-09 12:26:33 queue INFO >>21 [441] -2015-03-09 12:26:34 sendUrl INFO 21 [441] R:OK -2015-03-09 12:27:24 queue INFO >>21 [442] -2015-03-09 12:27:24 sendUrl INFO 21 [442] R:OK -2015-03-09 12:28:14 queue INFO >>21 [443] -2015-03-09 12:28:14 sendUrl INFO 21 [443] R:OK -2015-03-09 12:29:04 queue INFO >>21 [444] -2015-03-09 12:29:04 sendUrl INFO 21 [444] R:OK -2015-03-09 12:29:43 queue INFO 1 [445] -2015-03-09 12:29:43 queue INFO >1 [446] -2015-03-09 12:29:44 sendUrl INFO 1 [445] R:OK -2015-03-09 12:29:44 sendUrl INFO 1 [446] R:OK -2015-03-09 12:30:04 queue INFO 5 [447] -2015-03-09 12:30:04 queue INFO >5 [448] -2015-03-09 12:30:05 sendUrl INFO 5 [447] R:OK -2015-03-09 12:30:05 sendUrl INFO 5 [448] R:OK -2015-03-09 12:30:06 queue INFO 1 [449] -2015-03-09 12:30:06 queue INFO >1 [450] -2015-03-09 12:30:06 sendUrl INFO 1 [449] R:OK -2015-03-09 12:30:07 sendUrl INFO 1 [450] R:OK -2015-03-09 12:30:56 queue INFO >>1 [451] -2015-03-09 12:30:56 sendUrl INFO 1 [451] R:OK -2015-03-09 12:31:18 queue INFO 3 [452] -2015-03-09 12:31:18 queue INFO >3 [453] -2015-03-09 12:31:19 sendUrl INFO 3 [452] R:OK -2015-03-09 12:31:19 sendUrl INFO 3 [453] R:OK -2015-03-09 12:32:08 queue INFO >>3 [454] -2015-03-09 12:32:08 sendUrl INFO 3 [454] R:OK -2015-03-09 12:32:58 queue INFO >>3 [455] -2015-03-09 12:32:59 sendUrl INFO 3 [455] R:OK -2015-03-09 12:33:49 queue INFO >>3 [456] -2015-03-09 12:33:49 sendUrl INFO 3 [456] R:OK -2015-03-09 12:34:39 queue INFO >>3 [457] -2015-03-09 12:34:39 sendUrl INFO 3 [457] R:OK -2015-03-09 12:35:29 queue INFO >>3 [458] -2015-03-09 12:35:29 sendUrl INFO 3 [458] R:OK -2015-03-09 12:36:19 queue INFO >>3 [459] -2015-03-09 12:36:19 sendUrl INFO 3 [459] R:OK -2015-03-09 12:37:09 queue INFO >>3 [460] -2015-03-09 12:37:09 sendUrl INFO 3 [460] R:OK -2015-03-09 12:37:59 queue INFO >>3 [461] -2015-03-09 12:38:00 sendUrl INFO 3 [461] R:OK -2015-03-09 12:38:49 queue INFO >>3 [462] -2015-03-09 12:38:50 sendUrl INFO 3 [462] R:OK -2015-03-09 12:39:09 queue INFO 7 [463] -2015-03-09 12:39:09 queue INFO >7 [464] -2015-03-09 12:39:09 sendUrl INFO 7 [463] R:OK -2015-03-09 12:39:10 sendUrl INFO 7 [464] R:OK -2015-03-09 12:39:11 queue INFO 3 [465] -2015-03-09 12:39:11 queue INFO >3 [466] -2015-03-09 12:39:11 sendUrl INFO 3 [465] R:OK -2015-03-09 12:39:11 sendUrl INFO 3 [466] R:OK -2015-03-09 12:40:01 queue INFO >>3 [467] -2015-03-09 12:40:01 sendUrl INFO 3 [467] R:OK -2015-03-09 12:40:51 queue INFO >>3 [468] -2015-03-09 12:40:51 sendUrl INFO 3 [468] R:OK -2015-03-09 12:41:41 queue INFO >>3 [469] -2015-03-09 12:41:41 sendUrl INFO 3 [469] R:OK -2015-03-09 12:42:31 queue INFO >>3 [470] -2015-03-09 12:42:32 sendUrl INFO 3 [470] R:OK -2015-03-09 12:43:21 queue INFO >>3 [471] -2015-03-09 12:43:21 sendUrl INFO 3 [471] R:OK -2015-03-09 12:44:11 queue INFO >>3 [472] -2015-03-09 12:44:12 sendUrl INFO 3 [472] R:OK -2015-03-09 12:45:02 queue INFO >>3 [473] -2015-03-09 12:45:02 sendUrl INFO 3 [473] R:OK -2015-03-09 12:45:52 queue INFO >>3 [474] -2015-03-09 12:45:52 sendUrl INFO 3 [474] R:OK -2015-03-09 12:46:42 queue INFO >>3 [475] -2015-03-09 12:46:42 sendUrl INFO 3 [475] R:OK -2015-03-09 12:47:32 queue INFO >>3 [476] -2015-03-09 12:47:33 sendUrl INFO 3 [476] R:OK -2015-03-09 12:48:13 queue INFO 7 [477] -2015-03-09 12:48:14 queue INFO >7 [478] -2015-03-09 12:48:14 sendUrl INFO 7 [477] R:OK -2015-03-09 12:48:14 sendUrl INFO 7 [478] R:OK -2015-03-09 12:48:15 queue INFO 3 [479] -2015-03-09 12:48:15 queue INFO >3 [480] -2015-03-09 12:48:15 sendUrl INFO 3 [479] R:OK -2015-03-09 12:48:16 sendUrl INFO 3 [480] R:OK -2015-03-09 12:49:05 queue INFO >>3 [481] -2015-03-09 12:49:06 sendUrl INFO 3 [481] R:OK -2015-03-09 12:49:55 queue INFO >>3 [482] -2015-03-09 12:49:56 sendUrl INFO 3 [482] R:OK -2015-03-09 12:50:45 queue INFO >>3 [483] -2015-03-09 12:50:46 sendUrl INFO 3 [483] R:OK -2015-03-09 12:51:36 queue INFO >>3 [484] -2015-03-09 12:51:36 sendUrl INFO 3 [484] R:OK -2015-03-09 12:52:26 queue INFO >>3 [485] -2015-03-09 12:52:26 sendUrl INFO 3 [485] R:OK -2015-03-09 12:53:16 queue INFO >>3 [486] -2015-03-09 12:53:16 sendUrl INFO 3 [486] R:OK -2015-03-09 12:54:06 queue INFO >>3 [487] -2015-03-09 12:54:06 sendUrl INFO 3 [487] R:OK -2015-03-09 12:54:56 queue INFO >>3 [488] -2015-03-09 12:54:57 sendUrl INFO 3 [488] R:OK -2015-03-09 12:55:46 queue INFO >>3 [489] -2015-03-09 12:55:47 sendUrl INFO 3 [489] R:OK -2015-03-09 12:56:37 queue INFO >>3 [490] -2015-03-09 12:56:37 sendUrl INFO 3 [490] R:OK -2015-03-09 12:57:18 queue INFO 7 [491] -2015-03-09 12:57:18 queue INFO >7 [492] -2015-03-09 12:57:18 sendUrl INFO 7 [491] R:OK -2015-03-09 12:57:19 sendUrl INFO 7 [492] R:OK -2015-03-09 12:57:19 queue INFO 3 [493] -2015-03-09 12:57:19 queue INFO >3 [494] -2015-03-09 12:57:20 sendUrl INFO 3 [493] R:OK -2015-03-09 12:57:20 sendUrl INFO 3 [494] R:OK -2015-03-09 12:58:09 queue INFO >>3 [495] -2015-03-09 12:58:10 sendUrl INFO 3 [495] R:OK -2015-03-09 12:59:00 queue INFO >>3 [496] -2015-03-09 12:59:00 sendUrl INFO 3 [496] R:OK -2015-03-09 12:59:50 queue INFO >>3 [497] -2015-03-09 12:59:50 sendUrl INFO 3 [497] R:OK -2015-03-09 13:00:40 queue INFO >>3 [498] -2015-03-09 13:00:40 sendUrl INFO 3 [498] R:OK -2015-03-09 13:01:30 queue INFO >>3 [499] -2015-03-09 13:01:30 sendUrl INFO 3 [499] R:OK -2015-03-09 13:02:20 queue INFO >>3 [500] -2015-03-09 13:02:21 sendUrl INFO 3 [500] R:OK -2015-03-09 13:03:10 queue INFO >>3 [501] -2015-03-09 13:03:11 sendUrl INFO 3 [501] R:OK -2015-03-09 13:04:01 queue INFO >>3 [502] -2015-03-09 13:04:01 sendUrl INFO 3 [502] R:OK -2015-03-09 13:04:51 queue INFO >>3 [503] -2015-03-09 13:04:51 sendUrl INFO 3 [503] R:OK -2015-03-09 13:05:41 queue INFO >>3 [504] -2015-03-09 13:05:41 sendUrl INFO 3 [504] R:OK -2015-03-09 13:06:31 queue INFO >>3 [505] -2015-03-09 13:06:31 sendUrl INFO 3 [505] R:OK -2015-03-09 13:06:35 queue INFO 7 [506] -2015-03-09 13:06:35 queue INFO >7 [507] -2015-03-09 13:06:35 sendUrl INFO 7 [506] R:OK -2015-03-09 13:06:36 sendUrl INFO 7 [507] R:OK -2015-03-09 13:06:36 queue INFO 3 [508] -2015-03-09 13:06:37 queue INFO >3 [509] -2015-03-09 13:06:37 sendUrl INFO 3 [508] R:OK -2015-03-09 13:06:37 sendUrl INFO 3 [509] R:OK -2015-03-09 13:07:26 queue INFO >>3 [510] -2015-03-09 13:07:27 sendUrl INFO 3 [510] R:OK -2015-03-09 13:08:17 queue INFO >>3 [511] -2015-03-09 13:08:17 sendUrl INFO 3 [511] R:OK -2015-03-09 13:09:07 queue INFO >>3 [512] -2015-03-09 13:09:07 sendUrl INFO 3 [512] R:OK -2015-03-09 13:09:57 queue INFO >>3 [513] -2015-03-09 13:09:57 sendUrl INFO 3 [513] R:OK -2015-03-09 13:10:47 queue INFO >>3 [514] -2015-03-09 13:10:47 sendUrl INFO 3 [514] R:OK -2015-03-09 13:11:37 queue INFO >>3 [515] -2015-03-09 13:11:37 sendUrl INFO 3 [515] R:OK -2015-03-09 13:12:27 queue INFO >>3 [516] -2015-03-09 13:12:28 sendUrl INFO 3 [516] R:OK -2015-03-09 13:13:17 queue INFO >>3 [517] -2015-03-09 13:13:18 sendUrl INFO 3 [517] R:OK -2015-03-09 13:14:08 queue INFO >>3 [518] -2015-03-09 13:14:08 sendUrl INFO 3 [518] R:OK -2015-03-09 13:14:58 queue INFO >>3 [519] -2015-03-09 13:14:58 sendUrl INFO 3 [519] R:OK -2015-03-09 13:15:39 queue INFO 7 [520] -2015-03-09 13:15:39 queue INFO >7 [521] -2015-03-09 13:15:39 sendUrl INFO 7 [520] R:OK -2015-03-09 13:15:40 sendUrl INFO 7 [521] R:OK -2015-03-09 13:15:41 queue INFO 3 [522] -2015-03-09 13:15:41 queue INFO >3 [523] -2015-03-09 13:15:41 sendUrl INFO 3 [522] R:OK -2015-03-09 13:15:41 sendUrl INFO 3 [523] R:OK -2015-03-09 13:16:31 queue INFO >>3 [524] -2015-03-09 13:16:31 sendUrl INFO 3 [524] R:OK -2015-03-09 13:17:21 queue INFO >>3 [525] -2015-03-09 13:17:21 sendUrl INFO 3 [525] R:OK -2015-03-09 13:18:11 queue INFO >>3 [526] -2015-03-09 13:18:11 sendUrl INFO 3 [526] R:OK -2015-03-09 13:19:01 queue INFO >>3 [527] -2015-03-09 13:19:01 sendUrl INFO 3 [527] R:OK -2015-03-09 13:19:51 queue INFO >>3 [528] -2015-03-09 13:19:52 sendUrl INFO 3 [528] R:OK -2015-03-09 13:20:41 queue INFO >>3 [529] -2015-03-09 13:20:42 sendUrl INFO 3 [529] R:OK -2015-03-09 13:21:32 queue INFO >>3 [530] -2015-03-09 13:21:32 sendUrl INFO 3 [530] R:OK -2015-03-09 13:22:22 queue INFO >>3 [531] -2015-03-09 13:22:22 sendUrl INFO 3 [531] R:OK -2015-03-09 13:23:12 queue INFO >>3 [532] -2015-03-09 13:23:12 sendUrl INFO 3 [532] R:OK -2015-03-09 13:24:02 queue INFO >>3 [533] -2015-03-09 13:24:02 sendUrl INFO 3 [533] R:OK -2015-03-09 13:24:44 queue INFO 7 [534] -2015-03-09 13:24:44 queue INFO >7 [535] -2015-03-09 13:24:45 sendUrl INFO 7 [534] R:OK -2015-03-09 13:24:45 sendUrl INFO 7 [535] R:OK -2015-03-09 13:24:46 queue INFO 3 [536] -2015-03-09 13:24:46 queue INFO >3 [537] -2015-03-09 13:24:46 sendUrl INFO 3 [536] R:OK -2015-03-09 13:24:47 sendUrl INFO 3 [537] R:OK -2015-03-09 13:25:36 queue INFO >>3 [538] -2015-03-09 13:25:36 sendUrl INFO 3 [538] R:OK -2015-03-09 13:26:26 queue INFO >>3 [539] -2015-03-09 13:26:26 sendUrl INFO 3 [539] R:OK -2015-03-09 13:27:16 queue INFO >>3 [540] -2015-03-09 13:27:17 sendUrl INFO 3 [540] R:OK -2015-03-09 13:28:06 queue INFO >>3 [541] -2015-03-09 13:28:07 sendUrl INFO 3 [541] R:OK -2015-03-09 13:28:56 queue INFO >>3 [542] -2015-03-09 13:28:57 sendUrl INFO 3 [542] R:OK -2015-03-09 13:29:47 queue INFO >>3 [543] -2015-03-09 13:29:47 sendUrl INFO 3 [543] R:OK -2015-03-09 13:30:37 queue INFO >>3 [544] -2015-03-09 13:30:37 sendUrl INFO 3 [544] R:OK -2015-03-09 13:31:27 queue INFO >>3 [545] -2015-03-09 13:31:27 sendUrl INFO 3 [545] R:OK -2015-03-09 13:32:17 queue INFO >>3 [546] -2015-03-09 13:32:17 sendUrl INFO 3 [546] R:OK -2015-03-09 13:33:07 queue INFO >>3 [547] -2015-03-09 13:33:07 sendUrl INFO 3 [547] R:OK -2015-03-09 13:33:49 queue INFO 7 [548] -2015-03-09 13:33:49 queue INFO >7 [549] -2015-03-09 13:33:49 sendUrl INFO 7 [548] R:OK -2015-03-09 13:33:50 sendUrl INFO 7 [549] R:OK -2015-03-09 13:33:50 queue INFO 3 [550] -2015-03-09 13:33:50 queue INFO >3 [551] -2015-03-09 13:33:51 sendUrl INFO 3 [550] R:OK -2015-03-09 13:33:51 sendUrl INFO 3 [551] R:OK -2015-03-09 13:34:40 queue INFO >>3 [552] -2015-03-09 13:34:40 sendUrl INFO 3 [552] R:OK -2015-03-09 13:35:30 queue INFO >>3 [553] -2015-03-09 13:35:31 sendUrl INFO 3 [553] R:OK -2015-03-09 13:36:21 queue INFO >>3 [554] -2015-03-09 13:36:21 sendUrl INFO 3 [554] R:OK -2015-03-09 13:37:11 queue INFO >>3 [555] -2015-03-09 13:37:11 sendUrl INFO 3 [555] R:OK -2015-03-09 13:38:01 queue INFO >>3 [556] -2015-03-09 13:38:01 sendUrl INFO 3 [556] R:OK -2015-03-09 13:38:51 queue INFO >>3 [557] -2015-03-09 13:38:51 sendUrl INFO 3 [557] R:OK -2015-03-09 13:39:41 queue INFO >>3 [558] -2015-03-09 13:39:41 sendUrl INFO 3 [558] R:OK -2015-03-09 13:40:31 queue INFO >>3 [559] -2015-03-09 13:40:31 sendUrl INFO 3 [559] R:OK -2015-03-09 13:41:21 queue INFO >>3 [560] -2015-03-09 13:41:22 sendUrl INFO 3 [560] R:OK -2015-03-09 13:42:11 queue INFO >>3 [561] -2015-03-09 13:42:12 sendUrl INFO 3 [561] R:OK -2015-03-09 13:42:53 queue INFO 7 [562] -2015-03-09 13:42:53 sendUrl INFO 7 [562] R:OK -2015-03-09 13:42:53 queue INFO >7 [563] -2015-03-09 13:42:54 sendUrl INFO 7 [563] R:OK -2015-03-09 13:42:55 queue INFO 3 [564] -2015-03-09 13:42:55 queue INFO >3 [565] -2015-03-09 13:42:55 sendUrl INFO 3 [564] R:OK -2015-03-09 13:42:56 sendUrl INFO 3 [565] R:OK -2015-03-09 13:43:45 queue INFO >>3 [566] -2015-03-09 13:43:45 sendUrl INFO 3 [566] R:OK -2015-03-09 13:44:35 queue INFO >>3 [567] -2015-03-09 13:44:35 sendUrl INFO 3 [567] R:OK -2015-03-09 13:45:25 queue INFO >>3 [568] -2015-03-09 13:45:25 sendUrl INFO 3 [568] R:OK -2015-03-09 13:46:15 queue INFO >>3 [569] -2015-03-09 13:46:16 sendUrl INFO 3 [569] R:OK -2015-03-09 13:47:05 queue INFO >>3 [570] -2015-03-09 13:47:06 sendUrl INFO 3 [570] R:OK -2015-03-09 13:47:56 queue INFO >>3 [571] -2015-03-09 13:47:56 sendUrl INFO 3 [571] R:OK -2015-03-09 13:48:46 queue INFO >>3 [572] -2015-03-09 13:48:46 sendUrl INFO 3 [572] R:OK -2015-03-09 13:49:36 queue INFO >>3 [573] -2015-03-09 13:49:36 sendUrl INFO 3 [573] R:OK -2015-03-09 13:50:26 queue INFO >>3 [574] -2015-03-09 13:50:26 sendUrl INFO 3 [574] R:OK -2015-03-09 13:51:16 queue INFO >>3 [575] -2015-03-09 13:51:17 sendUrl INFO 3 [575] R:OK -2015-03-09 13:51:57 queue INFO 7 [576] -2015-03-09 13:51:58 queue INFO >7 [577] -2015-03-09 13:51:58 sendUrl INFO 7 [576] R:OK -2015-03-09 13:51:58 sendUrl INFO 7 [577] R:OK -2015-03-09 13:51:59 queue INFO 3 [578] -2015-03-09 13:51:59 queue INFO >3 [579] -2015-03-09 13:51:59 sendUrl INFO 3 [578] R:OK -2015-03-09 13:52:00 sendUrl INFO 3 [579] R:OK -2015-03-09 13:52:49 queue INFO >>3 [580] -2015-03-09 13:52:49 sendUrl INFO 3 [580] R:OK -2015-03-09 13:53:39 queue INFO >>3 [581] -2015-03-09 13:53:40 sendUrl INFO 3 [581] R:OK -2015-03-09 13:54:29 queue INFO >>3 [582] -2015-03-09 13:54:30 sendUrl INFO 3 [582] R:OK -2015-03-09 13:55:20 queue INFO >>3 [583] -2015-03-09 13:55:20 sendUrl INFO 3 [583] R:OK -2015-03-09 13:56:10 queue INFO >>3 [584] -2015-03-09 13:56:10 sendUrl INFO 3 [584] R:OK -2015-03-09 13:57:00 queue INFO >>3 [585] -2015-03-09 13:57:00 sendUrl INFO 3 [585] R:OK -2015-03-09 13:57:50 queue INFO >>3 [586] -2015-03-09 13:57:50 sendUrl INFO 3 [586] R:OK -2015-03-09 13:58:40 queue INFO >>3 [587] -2015-03-09 13:58:41 sendUrl INFO 3 [587] R:OK -2015-03-09 13:59:30 queue INFO >>3 [588] -2015-03-09 13:59:31 sendUrl INFO 3 [588] R:OK -2015-03-09 14:00:21 queue INFO >>3 [589] -2015-03-09 14:00:21 sendUrl INFO 3 [589] R:OK -2015-03-09 14:01:02 queue INFO 7 [590] -2015-03-09 14:01:02 queue INFO >7 [591] -2015-03-09 14:01:02 sendUrl INFO 7 [590] R:OK -2015-03-09 14:01:03 sendUrl INFO 7 [591] R:OK -2015-03-09 14:01:03 queue INFO 3 [592] -2015-03-09 14:01:03 queue INFO >3 [593] -2015-03-09 14:01:04 sendUrl INFO 3 [592] R:OK -2015-03-09 14:01:04 sendUrl INFO 3 [593] R:OK -2015-03-09 14:01:53 queue INFO >>3 [594] -2015-03-09 14:01:54 sendUrl INFO 3 [594] R:OK -2015-03-09 14:02:44 queue INFO >>3 [595] -2015-03-09 14:02:44 sendUrl INFO 3 [595] R:OK -2015-03-09 14:03:34 queue INFO >>3 [596] -2015-03-09 14:03:34 sendUrl INFO 3 [596] R:OK -2015-03-09 14:04:24 queue INFO >>3 [597] -2015-03-09 14:04:24 sendUrl INFO 3 [597] R:OK -2015-03-09 14:05:14 queue INFO >>3 [598] -2015-03-09 14:05:14 sendUrl INFO 3 [598] R:OK -2015-03-09 14:06:04 queue INFO >>3 [599] -2015-03-09 14:06:05 sendUrl INFO 3 [599] R:OK -2015-03-09 14:06:54 queue INFO >>3 [600] -2015-03-09 14:06:55 sendUrl INFO 3 [600] R:OK -2015-03-09 14:07:44 queue INFO >>3 [601] -2015-03-09 14:07:45 sendUrl INFO 3 [601] R:OK -2015-03-09 14:08:35 queue INFO >>3 [602] -2015-03-09 14:08:35 sendUrl INFO 3 [602] R:OK -2015-03-09 14:09:25 queue INFO >>3 [603] -2015-03-09 14:09:25 sendUrl INFO 3 [603] R:OK -2015-03-09 14:10:06 queue INFO 7 [604] -2015-03-09 14:10:06 queue INFO >7 [605] -2015-03-09 14:10:06 sendUrl INFO 7 [604] R:OK -2015-03-09 14:10:07 sendUrl INFO 7 [605] R:OK -2015-03-09 14:10:08 queue INFO 3 [606] -2015-03-09 14:10:08 sendUrl INFO 3 [606] R:OK -2015-03-09 14:10:08 queue INFO >3 [607] -2015-03-09 14:10:08 sendUrl INFO 3 [607] R:OK -2015-03-09 14:10:58 queue INFO >>3 [608] -2015-03-09 14:10:58 sendUrl INFO 3 [608] R:OK -2015-03-09 14:11:48 queue INFO >>3 [609] -2015-03-09 14:11:48 sendUrl INFO 3 [609] R:OK -2015-03-09 14:12:38 queue INFO >>3 [610] -2015-03-09 14:12:38 sendUrl INFO 3 [610] R:OK -2015-03-09 14:13:28 queue INFO >>3 [611] -2015-03-09 14:13:28 sendUrl INFO 3 [611] R:OK -2015-03-09 14:14:18 queue INFO >>3 [612] -2015-03-09 14:14:19 sendUrl INFO 3 [612] R:OK -2015-03-09 14:15:08 queue INFO >>3 [613] -2015-03-09 14:15:09 sendUrl INFO 3 [613] R:OK -2015-03-09 14:15:59 queue INFO >>3 [614] -2015-03-09 14:15:59 sendUrl INFO 3 [614] R:OK -2015-03-09 14:16:49 queue INFO >>3 [615] -2015-03-09 14:16:49 sendUrl INFO 3 [615] R:OK -2015-03-09 14:17:39 queue INFO >>3 [616] -2015-03-09 14:17:39 sendUrl INFO 3 [616] R:OK -2015-03-09 14:18:29 queue INFO >>3 [617] -2015-03-09 14:18:29 sendUrl INFO 3 [617] R:OK -2015-03-09 14:19:11 queue INFO 7 [618] -2015-03-09 14:19:11 queue INFO >7 [619] -2015-03-09 14:19:11 sendUrl INFO 7 [618] R:OK -2015-03-09 14:19:12 sendUrl INFO 7 [619] R:OK -2015-03-09 14:19:13 queue INFO 3 [620] -2015-03-09 14:19:13 queue INFO >3 [621] -2015-03-09 14:19:13 sendUrl INFO 3 [620] R:OK -2015-03-09 14:19:13 sendUrl INFO 3 [621] R:OK -2015-03-09 14:20:03 queue INFO >>3 [622] -2015-03-09 14:20:03 sendUrl INFO 3 [622] R:OK -2015-03-09 14:20:53 queue INFO >>3 [623] -2015-03-09 14:20:53 sendUrl INFO 3 [623] R:OK -2015-03-09 14:21:43 queue INFO >>3 [624] -2015-03-09 14:21:43 sendUrl INFO 3 [624] R:OK -2015-03-09 14:22:33 queue INFO >>3 [625] -2015-03-09 14:22:34 sendUrl INFO 3 [625] R:OK -2015-03-09 14:23:23 queue INFO >>3 [626] -2015-03-09 14:23:23 sendUrl INFO 3 [626] R:OK -2015-03-09 14:24:14 queue INFO >>3 [627] -2015-03-09 14:24:14 sendUrl INFO 3 [627] R:OK -2015-03-09 14:25:04 queue INFO >>3 [628] -2015-03-09 14:25:04 sendUrl INFO 3 [628] R:OK -2015-03-09 14:25:54 queue INFO >>3 [629] -2015-03-09 14:25:54 sendUrl INFO 3 [629] R:OK -2015-03-09 14:26:44 queue INFO >>3 [630] -2015-03-09 14:26:44 sendUrl INFO 3 [630] R:OK -2015-03-09 14:27:34 queue INFO >>3 [631] -2015-03-09 14:27:35 sendUrl INFO 3 [631] R:OK -2015-03-09 14:28:16 queue INFO 7 [632] -2015-03-09 14:28:16 queue INFO >7 [633] -2015-03-09 14:28:16 sendUrl INFO 7 [632] R:OK -2015-03-09 14:28:16 sendUrl INFO 7 [633] R:OK -2015-03-09 14:28:17 queue INFO 3 [634] -2015-03-09 14:28:17 sendUrl INFO 3 [634] R:OK -2015-03-09 14:28:17 queue INFO >3 [635] -2015-03-09 14:28:18 sendUrl INFO 3 [635] R:OK -2015-03-09 14:29:07 queue INFO >>3 [636] -2015-03-09 14:29:08 sendUrl INFO 3 [636] R:OK -2015-03-09 14:29:58 queue INFO >>3 [637] -2015-03-09 14:29:58 sendUrl INFO 3 [637] R:OK -2015-03-09 14:30:48 queue INFO >>3 [638] -2015-03-09 14:30:48 sendUrl INFO 3 [638] R:OK -2015-03-09 14:31:38 queue INFO >>3 [639] -2015-03-09 14:31:38 sendUrl INFO 3 [639] R:OK -2015-03-09 14:32:28 queue INFO >>3 [640] -2015-03-09 14:32:29 sendUrl INFO 3 [640] R:OK -2015-03-09 14:33:18 queue INFO >>3 [641] -2015-03-09 14:33:18 sendUrl INFO 3 [641] R:OK -2015-03-09 14:34:08 queue INFO >>3 [642] -2015-03-09 14:34:09 sendUrl INFO 3 [642] R:OK -2015-03-09 14:34:59 queue INFO >>3 [643] -2015-03-09 14:34:59 sendUrl INFO 3 [643] R:OK -2015-03-09 14:35:49 queue INFO >>3 [644] -2015-03-09 14:35:49 sendUrl INFO 3 [644] R:OK -2015-03-09 14:36:39 queue INFO >>3 [645] -2015-03-09 14:36:39 sendUrl INFO 3 [645] R:OK -2015-03-09 14:37:20 queue INFO 7 [646] -2015-03-09 14:37:20 queue INFO >7 [647] -2015-03-09 14:37:21 sendUrl INFO 7 [646] R:OK -2015-03-09 14:37:21 sendUrl INFO 7 [647] R:OK -2015-03-09 14:37:22 queue INFO 3 [648] -2015-03-09 14:37:22 queue INFO >3 [649] -2015-03-09 14:37:22 sendUrl INFO 3 [648] R:OK -2015-03-09 14:37:23 sendUrl INFO 3 [649] R:OK -2015-03-09 14:38:12 queue INFO >>3 [650] -2015-03-09 14:38:12 sendUrl INFO 3 [650] R:OK -2015-03-09 14:39:02 queue INFO >>3 [651] -2015-03-09 14:39:02 sendUrl INFO 3 [651] R:OK -2015-03-09 14:39:52 queue INFO >>3 [652] -2015-03-09 14:39:53 sendUrl INFO 3 [652] R:OK -2015-03-09 14:40:42 queue INFO >>3 [653] -2015-03-09 14:40:42 sendUrl INFO 3 [653] R:OK -2015-03-09 14:41:32 queue INFO >>3 [654] -2015-03-09 14:41:33 sendUrl INFO 3 [654] R:OK -2015-03-09 14:42:23 queue INFO >>3 [655] -2015-03-09 14:42:23 sendUrl INFO 3 [655] R:OK -2015-03-09 14:43:13 queue INFO >>3 [656] -2015-03-09 14:43:13 sendUrl INFO 3 [656] R:OK -2015-03-09 14:44:03 queue INFO >>3 [657] -2015-03-09 14:44:03 sendUrl INFO 3 [657] R:OK -2015-03-09 14:44:53 queue INFO >>3 [658] -2015-03-09 14:44:53 sendUrl INFO 3 [658] R:OK -2015-03-09 14:45:43 queue INFO >>3 [659] -2015-03-09 14:45:43 sendUrl INFO 3 [659] R:OK -2015-03-09 14:46:24 queue INFO 7 [660] -2015-03-09 14:46:25 queue INFO >7 [661] -2015-03-09 14:46:25 sendUrl INFO 7 [660] R:OK -2015-03-09 14:46:25 sendUrl INFO 7 [661] R:OK -2015-03-09 14:46:26 queue INFO 3 [662] -2015-03-09 14:46:26 sendUrl INFO 3 [662] R:OK -2015-03-09 14:46:26 queue INFO >3 [663] -2015-03-09 14:46:27 sendUrl INFO 3 [663] R:OK -2015-03-09 14:47:16 queue INFO >>3 [664] -2015-03-09 14:47:17 sendUrl INFO 3 [664] R:OK -2015-03-09 14:48:06 queue INFO >>3 [665] -2015-03-09 14:48:07 sendUrl INFO 3 [665] R:OK -2015-03-09 14:48:56 queue INFO >>3 [666] -2015-03-09 14:48:57 sendUrl INFO 3 [666] R:OK -2015-03-09 14:49:47 queue INFO >>3 [667] -2015-03-09 14:49:47 sendUrl INFO 3 [667] R:OK -2015-03-09 14:50:37 queue INFO >>3 [668] -2015-03-09 14:50:37 sendUrl INFO 3 [668] R:OK -2015-03-09 14:51:27 queue INFO >>3 [669] -2015-03-09 14:51:27 sendUrl INFO 3 [669] R:OK -2015-03-09 14:52:17 queue INFO >>3 [670] -2015-03-09 14:52:17 sendUrl INFO 3 [670] R:OK -2015-03-09 14:53:07 queue INFO >>3 [671] -2015-03-09 14:53:08 sendUrl INFO 3 [671] R:OK -2015-03-09 14:53:57 queue INFO >>3 [672] -2015-03-09 14:53:58 sendUrl INFO 3 [672] R:OK -2015-03-09 14:54:48 queue INFO >>3 [673] -2015-03-09 14:54:48 sendUrl INFO 3 [673] R:OK -2015-03-09 14:55:29 queue INFO 7 [674] -2015-03-09 14:55:29 sendUrl INFO 7 [674] R:OK -2015-03-09 14:55:29 queue INFO >7 [675] -2015-03-09 14:55:29 sendUrl INFO 7 [675] R:OK -2015-03-09 14:55:30 queue INFO 3 [676] -2015-03-09 14:55:30 queue INFO >3 [677] -2015-03-09 14:55:31 sendUrl INFO 3 [676] R:OK -2015-03-09 14:55:31 sendUrl INFO 3 [677] R:OK -2015-03-09 14:56:20 queue INFO >>3 [678] -2015-03-09 14:56:21 sendUrl INFO 3 [678] R:OK -2015-03-09 14:57:11 queue INFO >>3 [679] -2015-03-09 14:57:11 sendUrl INFO 3 [679] R:OK -2015-03-09 14:58:01 queue INFO >>3 [680] -2015-03-09 14:58:01 sendUrl INFO 3 [680] R:OK -2015-03-09 14:58:51 queue INFO >>3 [681] -2015-03-09 14:58:51 sendUrl INFO 3 [681] R:OK -2015-03-09 14:59:41 queue INFO >>3 [682] -2015-03-09 14:59:41 sendUrl INFO 3 [682] R:OK -2015-03-09 15:00:31 queue INFO >>3 [683] -2015-03-09 15:00:32 sendUrl INFO 3 [683] R:OK -2015-03-09 15:01:21 queue INFO >>3 [684] -2015-03-09 15:01:22 sendUrl INFO 3 [684] R:OK -2015-03-09 15:02:12 queue INFO >>3 [685] -2015-03-09 15:02:12 sendUrl INFO 3 [685] R:OK -2015-03-09 15:03:02 queue INFO >>3 [686] -2015-03-09 15:03:02 sendUrl INFO 3 [686] R:OK -2015-03-09 15:03:52 queue INFO >>3 [687] -2015-03-09 15:03:52 sendUrl INFO 3 [687] R:OK -2015-03-09 15:04:33 queue INFO 7 [688] -2015-03-09 15:04:33 queue INFO >7 [689] -2015-03-09 15:04:33 sendUrl INFO 7 [688] R:OK -2015-03-09 15:04:34 sendUrl INFO 7 [689] R:OK -2015-03-09 15:04:35 queue INFO 3 [690] -2015-03-09 15:04:35 queue INFO >3 [691] -2015-03-09 15:04:35 sendUrl INFO 3 [690] R:OK -2015-03-09 15:04:35 sendUrl INFO 3 [691] R:OK -2015-03-09 15:05:25 queue INFO >>3 [692] -2015-03-09 15:05:25 sendUrl INFO 3 [692] R:OK -2015-03-09 15:06:15 queue INFO >>3 [693] -2015-03-09 15:06:15 sendUrl INFO 3 [693] R:OK -2015-03-09 15:07:05 queue INFO >>3 [694] -2015-03-09 15:07:05 sendUrl INFO 3 [694] R:OK -2015-03-09 15:07:55 queue INFO >>3 [695] -2015-03-09 15:07:56 sendUrl INFO 3 [695] R:OK -2015-03-09 15:08:45 queue INFO >>3 [696] -2015-03-09 15:08:46 sendUrl INFO 3 [696] R:OK -2015-03-09 15:09:35 queue INFO >>3 [697] -2015-03-09 15:09:36 sendUrl INFO 3 [697] R:OK -2015-03-09 15:10:26 queue INFO >>3 [698] -2015-03-09 15:10:26 sendUrl INFO 3 [698] R:OK -2015-03-09 15:11:16 queue INFO >>3 [699] -2015-03-09 15:11:16 sendUrl INFO 3 [699] R:OK -2015-03-09 15:12:06 queue INFO >>3 [700] -2015-03-09 15:12:06 sendUrl INFO 3 [700] R:OK -2015-03-09 15:12:56 queue INFO >>3 [701] -2015-03-09 15:12:56 sendUrl INFO 3 [701] R:OK -2015-03-09 15:13:38 queue INFO 7 [702] -2015-03-09 15:13:38 queue INFO >7 [703] -2015-03-09 15:13:39 sendUrl INFO 7 [702] R:OK -2015-03-09 15:13:39 sendUrl INFO 7 [703] R:OK -2015-03-09 15:13:40 queue INFO 3 [704] -2015-03-09 15:13:40 queue INFO >3 [705] -2015-03-09 15:13:40 sendUrl INFO 3 [704] R:OK -2015-03-09 15:13:40 sendUrl INFO 3 [705] R:OK -2015-03-09 15:14:30 queue INFO >>3 [706] -2015-03-09 15:14:30 sendUrl INFO 3 [706] R:OK -2015-03-09 15:15:20 queue INFO >>3 [707] -2015-03-09 15:15:20 sendUrl INFO 3 [707] R:OK -2015-03-09 15:16:10 queue INFO >>3 [708] -2015-03-09 15:16:10 sendUrl INFO 3 [708] R:OK -2015-03-09 15:17:00 queue INFO >>3 [709] -2015-03-09 15:17:00 sendUrl INFO 3 [709] R:OK -2015-03-09 15:17:50 queue INFO >>3 [710] -2015-03-09 15:17:51 sendUrl INFO 3 [710] R:OK -2015-03-09 15:18:40 queue INFO >>3 [711] -2015-03-09 15:18:41 sendUrl INFO 3 [711] R:OK -2015-03-09 15:19:30 queue INFO >>3 [712] -2015-03-09 15:19:31 sendUrl INFO 3 [712] R:OK -2015-03-09 15:20:21 queue INFO >>3 [713] -2015-03-09 15:20:21 sendUrl INFO 3 [713] R:OK -2015-03-09 15:21:11 queue INFO >>3 [714] -2015-03-09 15:21:11 sendUrl INFO 3 [714] R:OK -2015-03-09 15:22:01 queue INFO >>3 [715] -2015-03-09 15:22:01 sendUrl INFO 3 [715] R:OK -2015-03-09 15:22:42 queue INFO 7 [716] -2015-03-09 15:22:43 sendUrl INFO 7 [716] R:OK -2015-03-09 15:22:43 queue INFO >7 [717] -2015-03-09 15:22:43 sendUrl INFO 7 [717] R:OK -2015-03-09 15:22:44 queue INFO 3 [718] -2015-03-09 15:22:44 queue INFO >3 [719] -2015-03-09 15:22:45 sendUrl INFO 3 [718] R:OK -2015-03-09 15:22:45 sendUrl INFO 3 [719] R:OK -2015-03-09 15:23:34 queue INFO >>3 [720] -2015-03-09 15:23:34 sendUrl INFO 3 [720] R:OK -2015-03-09 15:24:24 queue INFO >>3 [721] -2015-03-09 15:24:25 sendUrl INFO 3 [721] R:OK -2015-03-09 15:25:15 queue INFO >>3 [722] -2015-03-09 15:25:15 sendUrl INFO 3 [722] R:OK -2015-03-09 15:26:05 queue INFO >>3 [723] -2015-03-09 15:26:05 sendUrl INFO 3 [723] R:OK -2015-03-09 15:26:55 queue INFO >>3 [724] -2015-03-09 15:26:55 sendUrl INFO 3 [724] R:OK -2015-03-09 15:27:45 queue INFO >>3 [725] -2015-03-09 15:27:45 sendUrl INFO 3 [725] R:OK -2015-03-09 15:28:35 queue INFO >>3 [726] -2015-03-09 15:28:35 sendUrl INFO 3 [726] R:OK -2015-03-09 15:29:25 queue INFO >>3 [727] -2015-03-09 15:29:25 sendUrl INFO 3 [727] R:OK -2015-03-09 15:30:15 queue INFO >>3 [728] -2015-03-09 15:30:16 sendUrl INFO 3 [728] R:OK -2015-03-09 15:31:05 queue INFO >>3 [729] -2015-03-09 15:31:06 sendUrl INFO 3 [729] R:OK -2015-03-09 15:31:47 queue INFO 7 [730] -2015-03-09 15:31:47 queue INFO >7 [731] -2015-03-09 15:31:47 sendUrl INFO 7 [730] R:OK -2015-03-09 15:31:48 sendUrl INFO 7 [731] R:OK -2015-03-09 15:31:49 queue INFO 3 [732] -2015-03-09 15:31:49 queue INFO >3 [733] -2015-03-09 15:31:49 sendUrl INFO 3 [732] R:OK -2015-03-09 15:31:49 sendUrl INFO 3 [733] R:OK -2015-03-09 15:32:39 queue INFO >>3 [734] -2015-03-09 15:32:39 sendUrl INFO 3 [734] R:OK -2015-03-09 15:33:29 queue INFO >>3 [735] -2015-03-09 15:33:29 sendUrl INFO 3 [735] R:OK -2015-03-09 15:34:19 queue INFO >>3 [736] -2015-03-09 15:34:19 sendUrl INFO 3 [736] R:OK -2015-03-09 15:35:09 queue INFO >>3 [737] -2015-03-09 15:35:10 sendUrl INFO 3 [737] R:OK -2015-03-09 15:35:59 queue INFO >>3 [738] -2015-03-09 15:35:59 sendUrl INFO 3 [738] R:OK -2015-03-09 15:36:49 queue INFO >>3 [739] -2015-03-09 15:36:50 sendUrl INFO 3 [739] R:OK -2015-03-09 15:37:40 queue INFO >>3 [740] -2015-03-09 15:37:40 sendUrl INFO 3 [740] R:OK -2015-03-09 15:38:30 queue INFO >>3 [741] -2015-03-09 15:38:30 sendUrl INFO 3 [741] R:OK -2015-03-09 15:39:20 queue INFO >>3 [742] -2015-03-09 15:39:20 sendUrl INFO 3 [742] R:OK -2015-03-09 15:40:10 queue INFO >>3 [743] -2015-03-09 15:40:11 sendUrl INFO 3 [743] R:OK -2015-03-09 15:40:51 queue INFO 7 [744] -2015-03-09 15:40:51 sendUrl INFO 7 [744] R:OK -2015-03-09 15:40:51 queue INFO >7 [745] -2015-03-09 15:40:52 sendUrl INFO 7 [745] R:OK -2015-03-09 15:40:53 queue INFO 3 [746] -2015-03-09 15:40:53 queue INFO >3 [747] -2015-03-09 15:40:53 sendUrl INFO 3 [746] R:OK -2015-03-09 15:40:54 sendUrl INFO 3 [747] R:OK -2015-03-09 15:41:43 queue INFO >>3 [748] -2015-03-09 15:41:43 sendUrl INFO 3 [748] R:OK -2015-03-09 15:42:33 queue INFO >>3 [749] -2015-03-09 15:42:34 sendUrl INFO 3 [749] R:OK -2015-03-09 15:43:23 queue INFO >>3 [750] -2015-03-09 15:43:23 sendUrl INFO 3 [750] R:OK -2015-03-09 15:44:13 queue INFO >>3 [751] -2015-03-09 15:44:14 sendUrl INFO 3 [751] R:OK -2015-03-09 15:45:04 queue INFO >>3 [752] -2015-03-09 15:45:04 sendUrl INFO 3 [752] R:OK -2015-03-09 15:45:54 queue INFO >>3 [753] -2015-03-09 15:45:54 sendUrl INFO 3 [753] R:OK -2015-03-09 15:46:44 queue INFO >>3 [754] -2015-03-09 15:46:44 sendUrl INFO 3 [754] R:OK -2015-03-09 15:47:34 queue INFO >>3 [755] -2015-03-09 15:47:35 sendUrl INFO 3 [755] R:OK -2015-03-09 15:48:24 queue INFO >>3 [756] -2015-03-09 15:48:24 sendUrl INFO 3 [756] R:OK -2015-03-09 15:49:14 queue INFO >>3 [757] -2015-03-09 15:49:15 sendUrl INFO 3 [757] R:OK -2015-03-09 15:49:55 queue INFO 7 [758] -2015-03-09 15:49:56 queue INFO >7 [759] -2015-03-09 15:49:56 sendUrl INFO 7 [758] R:OK -2015-03-09 15:49:57 sendUrl INFO 7 [759] R:OK -2015-03-09 15:49:57 queue INFO 3 [760] -2015-03-09 15:49:57 queue INFO >3 [761] -2015-03-09 15:49:58 sendUrl INFO 3 [760] R:OK -2015-03-09 15:49:58 sendUrl INFO 3 [761] R:OK -2015-03-09 15:50:47 queue INFO >>3 [762] -2015-03-09 15:50:47 sendUrl INFO 3 [762] R:OK -2015-03-09 15:51:37 queue INFO >>3 [763] -2015-03-09 15:51:38 sendUrl INFO 3 [763] R:OK -2015-03-09 15:52:28 queue INFO >>3 [764] -2015-03-09 15:52:28 sendUrl INFO 3 [764] R:OK -2015-03-09 15:53:18 queue INFO >>3 [765] -2015-03-09 15:53:18 sendUrl INFO 3 [765] R:OK -2015-03-09 15:54:08 queue INFO >>3 [766] -2015-03-09 15:54:08 sendUrl INFO 3 [766] R:OK -2015-03-09 15:54:33 queue INFO 1 [767] -2015-03-09 15:54:34 queue INFO >1 [768] -2015-03-09 15:54:34 sendUrl INFO 1 [767] R:OK -2015-03-09 15:54:34 sendUrl INFO 1 [768] R:OK -2015-03-09 15:55:23 queue INFO >>1 [769] -2015-03-09 15:55:24 sendUrl INFO 1 [769] R:OK -2015-03-09 15:56:14 queue INFO >>1 [770] -2015-03-09 15:56:14 sendUrl INFO 1 [770] R:OK -2015-03-09 15:57:04 queue INFO >>1 [771] -2015-03-09 15:57:04 sendUrl INFO 1 [771] R:OK -2015-03-09 15:57:54 queue INFO >>1 [772] -2015-03-09 15:57:54 sendUrl INFO 1 [772] R:OK -2015-03-09 15:58:39 queue INFO 21 [773] -2015-03-09 15:58:39 sendUrl INFO 21 [773] R:OK -2015-03-09 15:58:39 queue INFO >21 [774] -2015-03-09 15:58:40 sendUrl INFO 21 [774] R:OK -2015-03-09 15:59:29 queue INFO >>21 [775] -2015-03-09 15:59:29 sendUrl INFO 21 [775] R:OK -2015-03-09 16:00:19 queue INFO >>21 [776] -2015-03-09 16:00:20 sendUrl INFO 21 [776] R:OK -2015-03-09 16:01:09 queue INFO >>21 [777] -2015-03-09 16:01:10 sendUrl INFO 21 [777] R:OK -2015-03-09 16:02:00 queue INFO >>21 [778] -2015-03-09 16:02:00 sendUrl INFO 21 [778] R:OK -2015-03-09 16:02:50 queue INFO >>21 [779] -2015-03-09 16:02:50 sendUrl INFO 21 [779] R:OK -2015-03-09 16:03:30 queue INFO 1 [780] -2015-03-09 16:03:31 sendUrl INFO 1 [780] R:OK -2015-03-09 16:03:31 queue INFO >1 [781] -2015-03-09 16:03:31 sendUrl INFO 1 [781] R:OK -2015-03-09 16:03:52 queue INFO 5 [782] -2015-03-09 16:03:52 queue INFO >5 [783] -2015-03-09 16:03:53 sendUrl INFO 5 [782] R:OK -2015-03-09 16:03:53 sendUrl INFO 5 [783] R:OK -2015-03-09 16:03:54 queue INFO 1 [784] -2015-03-09 16:03:54 queue INFO >1 [785] -2015-03-09 16:03:54 sendUrl INFO 1 [784] R:OK -2015-03-09 16:03:55 sendUrl INFO 1 [785] R:OK -2015-03-09 16:04:44 queue INFO >>1 [786] -2015-03-09 16:04:44 sendUrl INFO 1 [786] R:OK -2015-03-09 16:05:06 queue INFO 3 [787] -2015-03-09 16:05:06 queue INFO >3 [788] -2015-03-09 16:05:07 sendUrl INFO 3 [787] R:OK -2015-03-09 16:05:07 sendUrl INFO 3 [788] R:OK -2015-03-09 16:05:56 queue INFO >>3 [789] -2015-03-09 16:05:56 sendUrl INFO 3 [789] R:OK -2015-03-09 16:06:46 queue INFO >>3 [790] -2015-03-09 16:06:47 sendUrl INFO 3 [790] R:OK -2015-03-09 16:07:37 queue INFO >>3 [791] -2015-03-09 16:07:37 sendUrl INFO 3 [791] R:OK -2015-03-09 16:08:27 queue INFO >>3 [792] -2015-03-09 16:08:27 sendUrl INFO 3 [792] R:OK -2015-03-09 16:09:17 queue INFO >>3 [793] -2015-03-09 16:09:17 sendUrl INFO 3 [793] R:OK -2015-03-09 16:10:07 queue INFO >>3 [794] -2015-03-09 16:10:07 sendUrl INFO 3 [794] R:OK -2015-03-09 16:10:57 queue INFO >>3 [795] -2015-03-09 16:10:57 sendUrl INFO 3 [795] R:OK -2015-03-09 16:11:47 queue INFO >>3 [796] -2015-03-09 16:11:47 sendUrl INFO 3 [796] R:OK -2015-03-09 16:12:37 queue INFO >>3 [797] -2015-03-09 16:12:38 sendUrl INFO 3 [797] R:OK -2015-03-09 16:12:57 queue INFO 7 [798] -2015-03-09 16:12:57 queue INFO >7 [799] -2015-03-09 16:12:57 sendUrl INFO 7 [798] R:OK -2015-03-09 16:12:58 sendUrl INFO 7 [799] R:OK -2015-03-09 16:12:58 queue INFO 3 [800] -2015-03-09 16:12:59 queue INFO >3 [801] -2015-03-09 16:12:59 sendUrl INFO 3 [800] R:OK -2015-03-09 16:12:59 sendUrl INFO 3 [801] R:OK -2015-03-09 16:13:48 queue INFO >>3 [802] -2015-03-09 16:13:49 sendUrl INFO 3 [802] R:OK -2015-03-09 16:14:39 queue INFO >>3 [803] -2015-03-09 16:14:39 sendUrl INFO 3 [803] R:OK -2015-03-09 16:15:29 queue INFO >>3 [804] -2015-03-09 16:15:29 sendUrl INFO 3 [804] R:OK -2015-03-09 16:16:19 queue INFO >>3 [805] -2015-03-09 16:16:19 sendUrl INFO 3 [805] R:OK -2015-03-09 16:17:09 queue INFO >>3 [806] -2015-03-09 16:17:09 sendUrl INFO 3 [806] R:OK -2015-03-09 16:17:59 queue INFO >>3 [807] -2015-03-09 16:18:00 sendUrl INFO 3 [807] R:OK -2015-03-09 16:18:49 queue INFO >>3 [808] -2015-03-09 16:18:50 sendUrl INFO 3 [808] R:OK -2015-03-09 16:19:40 queue INFO >>3 [809] -2015-03-09 16:19:40 sendUrl INFO 3 [809] R:OK -2015-03-09 16:20:30 queue INFO >>3 [810] -2015-03-09 16:20:30 sendUrl INFO 3 [810] R:OK -2015-03-09 16:21:20 queue INFO >>3 [811] -2015-03-09 16:21:20 sendUrl INFO 3 [811] R:OK -2015-03-09 16:22:01 queue INFO 7 [812] -2015-03-09 16:22:02 queue INFO >7 [813] -2015-03-09 16:22:02 sendUrl INFO 7 [812] R:OK -2015-03-09 16:22:02 sendUrl INFO 7 [813] R:OK -2015-03-09 16:22:03 queue INFO 3 [814] -2015-03-09 16:22:03 queue INFO >3 [815] -2015-03-09 16:22:03 sendUrl INFO 3 [814] R:OK -2015-03-09 16:22:04 sendUrl INFO 3 [815] R:OK -2015-03-09 16:22:53 queue INFO >>3 [816] -2015-03-09 16:22:53 sendUrl INFO 3 [816] R:OK -2015-03-09 16:23:43 queue INFO >>3 [817] -2015-03-09 16:23:44 sendUrl INFO 3 [817] R:OK -2015-03-09 16:24:33 queue INFO >>3 [818] -2015-03-09 16:24:34 sendUrl INFO 3 [818] R:OK -2015-03-09 16:25:24 queue INFO >>3 [819] -2015-03-09 16:25:24 sendUrl INFO 3 [819] R:OK -2015-03-09 16:26:14 queue INFO >>3 [820] -2015-03-09 16:26:14 sendUrl INFO 3 [820] R:OK -2015-03-09 16:27:04 queue INFO >>3 [821] -2015-03-09 16:27:04 sendUrl INFO 3 [821] R:OK -2015-03-09 16:27:54 queue INFO >>3 [822] -2015-03-09 16:27:54 sendUrl INFO 3 [822] R:OK -2015-03-09 16:28:44 queue INFO >>3 [823] -2015-03-09 16:28:45 sendUrl INFO 3 [823] R:OK -2015-03-09 16:29:34 queue INFO >>3 [824] -2015-03-09 16:29:35 sendUrl INFO 3 [824] R:OK -2015-03-09 16:30:25 queue INFO >>3 [825] -2015-03-09 16:30:25 sendUrl INFO 3 [825] R:OK -2015-03-09 16:31:06 queue INFO 7 [826] -2015-03-09 16:31:06 queue INFO >7 [827] -2015-03-09 16:31:06 sendUrl INFO 7 [826] R:OK -2015-03-09 16:31:07 sendUrl INFO 7 [827] R:OK -2015-03-09 16:31:07 queue INFO 3 [828] -2015-03-09 16:31:07 queue INFO >3 [829] -2015-03-09 16:31:08 sendUrl INFO 3 [828] R:OK -2015-03-09 16:31:08 sendUrl INFO 3 [829] R:OK -2015-03-09 16:31:57 queue INFO >>3 [830] -2015-03-09 16:31:58 sendUrl INFO 3 [830] R:OK -2015-03-09 16:32:48 queue INFO >>3 [831] -2015-03-09 16:32:48 sendUrl INFO 3 [831] R:OK -2015-03-09 16:33:38 queue INFO >>3 [832] -2015-03-09 16:33:38 sendUrl INFO 3 [832] R:OK -2015-03-09 16:34:28 queue INFO >>3 [833] -2015-03-09 16:34:28 sendUrl INFO 3 [833] R:OK -2015-03-09 16:35:18 queue INFO >>3 [834] -2015-03-09 16:35:18 sendUrl INFO 3 [834] R:OK -2015-03-09 16:36:08 queue INFO >>3 [835] -2015-03-09 16:36:09 sendUrl INFO 3 [835] R:OK -2015-03-09 16:36:58 queue INFO >>3 [836] -2015-03-09 16:36:59 sendUrl INFO 3 [836] R:OK -2015-03-09 16:37:48 queue INFO >>3 [837] -2015-03-09 16:37:49 sendUrl INFO 3 [837] R:OK -2015-03-09 16:38:39 queue INFO >>3 [838] -2015-03-09 16:38:39 sendUrl INFO 3 [838] R:OK -2015-03-09 16:39:29 queue INFO >>3 [839] -2015-03-09 16:39:29 sendUrl INFO 3 [839] R:OK -2015-03-09 16:40:10 queue INFO 7 [840] -2015-03-09 16:40:10 queue INFO >7 [841] -2015-03-09 16:40:10 sendUrl INFO 7 [840] R:OK -2015-03-09 16:40:11 sendUrl INFO 7 [841] R:OK -2015-03-09 16:40:12 queue INFO 3 [842] -2015-03-09 16:40:12 sendUrl INFO 3 [842] R:OK -2015-03-09 16:40:12 queue INFO >3 [843] -2015-03-09 16:40:12 sendUrl INFO 3 [843] R:OK -2015-03-09 16:41:02 queue INFO >>3 [844] -2015-03-09 16:41:02 sendUrl INFO 3 [844] R:OK -2015-03-09 16:41:52 queue INFO >>3 [845] -2015-03-09 16:41:52 sendUrl INFO 3 [845] R:OK -2015-03-09 16:42:42 queue INFO >>3 [846] -2015-03-09 16:42:42 sendUrl INFO 3 [846] R:OK -2015-03-09 16:43:32 queue INFO >>3 [847] -2015-03-09 16:43:33 sendUrl INFO 3 [847] R:OK -2015-03-09 16:44:22 queue INFO >>3 [848] -2015-03-09 16:44:23 sendUrl INFO 3 [848] R:OK -2015-03-09 16:45:12 queue INFO >>3 [849] -2015-03-09 16:45:13 sendUrl INFO 3 [849] R:OK -2015-03-09 16:46:03 queue INFO >>3 [850] -2015-03-09 16:46:03 sendUrl INFO 3 [850] R:OK -2015-03-09 16:46:53 queue INFO >>3 [851] -2015-03-09 16:46:53 sendUrl INFO 3 [851] R:OK -2015-03-09 16:47:43 queue INFO >>3 [852] -2015-03-09 16:47:43 sendUrl INFO 3 [852] R:OK -2015-03-09 16:48:33 queue INFO >>3 [853] -2015-03-09 16:48:34 sendUrl INFO 3 [853] R:OK -2015-03-09 16:49:14 queue INFO 7 [854] -2015-03-09 16:49:14 sendUrl INFO 7 [854] R:OK -2015-03-09 16:49:14 queue INFO >7 [855] -2015-03-09 16:49:15 sendUrl INFO 7 [855] R:OK -2015-03-09 16:49:16 queue INFO 3 [856] -2015-03-09 16:49:16 queue INFO >3 [857] -2015-03-09 16:49:16 sendUrl INFO 3 [856] R:OK -2015-03-09 16:49:17 sendUrl INFO 3 [857] R:OK -2015-03-09 16:50:06 queue INFO >>3 [858] -2015-03-09 16:50:06 sendUrl INFO 3 [858] R:OK -2015-03-09 16:50:56 queue INFO >>3 [859] -2015-03-09 16:50:56 sendUrl INFO 3 [859] R:OK -2015-03-09 16:51:46 queue INFO >>3 [860] -2015-03-09 16:51:47 sendUrl INFO 3 [860] R:OK -2015-03-09 16:52:36 queue INFO >>3 [861] -2015-03-09 16:52:37 sendUrl INFO 3 [861] R:OK -2015-03-09 16:53:27 queue INFO >>3 [862] -2015-03-09 16:53:27 sendUrl INFO 3 [862] R:OK -2015-03-09 16:54:17 queue INFO >>3 [863] -2015-03-09 16:54:17 sendUrl INFO 3 [863] R:OK -2015-03-09 16:55:07 queue INFO >>3 [864] -2015-03-09 16:55:07 sendUrl INFO 3 [864] R:OK -2015-03-09 16:55:57 queue INFO >>3 [865] -2015-03-09 16:55:57 sendUrl INFO 3 [865] R:OK -2015-03-09 16:56:47 queue INFO >>3 [866] -2015-03-09 16:56:47 sendUrl INFO 3 [866] R:OK -2015-03-09 16:57:37 queue INFO >>3 [867] -2015-03-09 16:57:38 sendUrl INFO 3 [867] R:OK -2015-03-09 16:58:19 queue INFO 7 [868] -2015-03-09 16:58:19 sendUrl INFO 7 [868] R:OK -2015-03-09 16:58:20 queue INFO >7 [869] -2015-03-09 16:58:20 sendUrl INFO 7 [869] R:OK -2015-03-09 16:58:21 queue INFO 3 [870] -2015-03-09 16:58:21 queue INFO >3 [871] -2015-03-09 16:58:21 sendUrl INFO 3 [870] R:OK -2015-03-09 16:58:22 sendUrl INFO 3 [871] R:OK -2015-03-09 16:59:11 queue INFO >>3 [872] -2015-03-09 16:59:11 sendUrl INFO 3 [872] R:OK -2015-03-09 17:00:01 queue INFO >>3 [873] -2015-03-09 17:00:02 sendUrl INFO 3 [873] R:OK -2015-03-09 17:00:51 queue INFO >>3 [874] -2015-03-09 17:00:51 sendUrl INFO 3 [874] R:OK -2015-03-09 17:01:41 queue INFO >>3 [875] -2015-03-09 17:01:42 sendUrl INFO 3 [875] R:OK -2015-03-09 17:02:32 queue INFO >>3 [876] -2015-03-09 17:02:32 sendUrl INFO 3 [876] R:OK -2015-03-09 17:03:22 queue INFO >>3 [877] -2015-03-09 17:03:22 sendUrl INFO 3 [877] R:OK -2015-03-09 17:04:12 queue INFO >>3 [878] -2015-03-09 17:04:12 sendUrl INFO 3 [878] R:OK -2015-03-09 17:05:02 queue INFO >>3 [879] -2015-03-09 17:05:03 sendUrl INFO 3 [879] R:OK -2015-03-09 17:05:52 queue INFO >>3 [880] -2015-03-09 17:05:52 sendUrl INFO 3 [880] R:OK -2015-03-09 17:06:42 queue INFO >>3 [881] -2015-03-09 17:06:43 sendUrl INFO 3 [881] R:OK -2015-03-09 17:07:24 queue INFO 7 [882] -2015-03-09 17:07:24 queue INFO >7 [883] -2015-03-09 17:07:24 sendUrl INFO 7 [882] R:OK -2015-03-09 17:07:25 sendUrl INFO 7 [883] R:OK -2015-03-09 17:07:25 queue INFO 3 [884] -2015-03-09 17:07:26 queue INFO >3 [885] -2015-03-09 17:07:26 sendUrl INFO 3 [884] R:OK -2015-03-09 17:07:26 sendUrl INFO 3 [885] R:OK -2015-03-09 17:08:15 queue INFO >>3 [886] -2015-03-09 17:08:16 sendUrl INFO 3 [886] R:OK -2015-03-09 17:09:06 queue INFO >>3 [887] -2015-03-09 17:09:06 sendUrl INFO 3 [887] R:OK -2015-03-09 17:09:56 queue INFO >>3 [888] -2015-03-09 17:09:56 sendUrl INFO 3 [888] R:OK -2015-03-09 17:10:46 queue INFO >>3 [889] -2015-03-09 17:10:46 sendUrl INFO 3 [889] R:OK -2015-03-09 17:11:36 queue INFO >>3 [890] -2015-03-09 17:11:36 sendUrl INFO 3 [890] R:OK -2015-03-09 17:12:26 queue INFO >>3 [891] -2015-03-09 17:12:27 sendUrl INFO 3 [891] R:OK -2015-03-09 17:13:16 queue INFO >>3 [892] -2015-03-09 17:13:17 sendUrl INFO 3 [892] R:OK -2015-03-09 17:14:07 queue INFO >>3 [893] -2015-03-09 17:14:07 sendUrl INFO 3 [893] R:OK -2015-03-09 17:14:57 queue INFO >>3 [894] -2015-03-09 17:14:57 sendUrl INFO 3 [894] R:OK -2015-03-09 17:15:47 queue INFO >>3 [895] -2015-03-09 17:15:47 sendUrl INFO 3 [895] R:OK -2015-03-09 17:16:28 queue INFO 7 [896] -2015-03-09 17:16:28 queue INFO >7 [897] -2015-03-09 17:16:29 sendUrl INFO 7 [896] R:OK -2015-03-09 17:16:29 sendUrl INFO 7 [897] R:OK -2015-03-09 17:16:30 queue INFO 3 [898] -2015-03-09 17:16:30 queue INFO >3 [899] -2015-03-09 17:16:30 sendUrl INFO 3 [898] R:OK -2015-03-09 17:16:31 sendUrl INFO 3 [899] R:OK -2015-03-09 17:17:20 queue INFO >>3 [900] -2015-03-09 17:17:20 sendUrl INFO 3 [900] R:OK -2015-03-09 17:18:10 queue INFO >>3 [901] -2015-03-09 17:18:10 sendUrl INFO 3 [901] R:OK -2015-03-09 17:19:00 queue INFO >>3 [902] -2015-03-09 17:19:01 sendUrl INFO 3 [902] R:OK -2015-03-09 17:19:50 queue INFO >>3 [903] -2015-03-09 17:19:50 sendUrl INFO 3 [903] R:OK -2015-03-09 17:20:41 queue INFO >>3 [904] -2015-03-09 17:20:41 sendUrl INFO 3 [904] R:OK -2015-03-09 17:21:31 queue INFO >>3 [905] -2015-03-09 17:21:31 sendUrl INFO 3 [905] R:OK -2015-03-09 17:22:21 queue INFO >>3 [906] -2015-03-09 17:22:21 sendUrl INFO 3 [906] R:OK -2015-03-09 17:23:11 queue INFO >>3 [907] -2015-03-09 17:23:11 sendUrl INFO 3 [907] R:OK -2015-03-09 17:24:01 queue INFO >>3 [908] -2015-03-09 17:24:01 sendUrl INFO 3 [908] R:OK -2015-03-09 17:24:51 queue INFO >>3 [909] -2015-03-09 17:24:51 sendUrl INFO 3 [909] R:OK -2015-03-09 17:25:32 queue INFO 7 [910] -2015-03-09 17:25:33 queue INFO >7 [911] -2015-03-09 17:25:33 sendUrl INFO 7 [910] R:OK -2015-03-09 17:25:33 sendUrl INFO 7 [911] R:OK -2015-03-09 17:25:34 queue INFO 3 [912] -2015-03-09 17:25:34 queue INFO >3 [913] -2015-03-09 17:25:34 sendUrl INFO 3 [912] R:OK -2015-03-09 17:25:35 sendUrl INFO 3 [913] R:OK -2015-03-09 17:26:24 queue INFO >>3 [914] -2015-03-09 17:26:25 sendUrl INFO 3 [914] R:OK -2015-03-09 17:27:14 queue INFO >>3 [915] -2015-03-09 17:27:15 sendUrl INFO 3 [915] R:OK -2015-03-09 17:28:04 queue INFO >>3 [916] -2015-03-09 17:28:05 sendUrl INFO 3 [916] R:OK -2015-03-09 17:28:55 queue INFO >>3 [917] -2015-03-09 17:28:55 sendUrl INFO 3 [917] R:OK -2015-03-09 17:29:45 queue INFO >>3 [918] -2015-03-09 17:29:45 sendUrl INFO 3 [918] R:OK -2015-03-09 17:30:35 queue INFO >>3 [919] -2015-03-09 17:30:35 sendUrl INFO 3 [919] R:OK -2015-03-09 17:31:25 queue INFO >>3 [920] -2015-03-09 17:31:25 sendUrl INFO 3 [920] R:OK -2015-03-09 17:32:15 queue INFO >>3 [921] -2015-03-09 17:32:15 sendUrl INFO 3 [921] R:OK -2015-03-09 17:33:05 queue INFO >>3 [922] -2015-03-09 17:33:06 sendUrl INFO 3 [922] R:OK -2015-03-09 17:33:55 queue INFO >>3 [923] -2015-03-09 17:33:56 sendUrl INFO 3 [923] R:OK -2015-03-09 17:34:37 queue INFO 7 [924] -2015-03-09 17:34:37 sendUrl INFO 7 [924] R:OK -2015-03-09 17:34:37 queue INFO >7 [925] -2015-03-09 17:34:37 sendUrl INFO 7 [925] R:OK -2015-03-09 17:34:38 queue INFO 3 [926] -2015-03-09 17:34:39 queue INFO >3 [927] -2015-03-09 17:34:39 sendUrl INFO 3 [926] R:OK -2015-03-09 17:34:39 sendUrl INFO 3 [927] R:OK -2015-03-09 17:35:28 queue INFO >>3 [928] -2015-03-09 17:35:29 sendUrl INFO 3 [928] R:OK -2015-03-09 17:36:19 queue INFO >>3 [929] -2015-03-09 17:36:19 sendUrl INFO 3 [929] R:OK -2015-03-09 17:37:09 queue INFO >>3 [930] -2015-03-09 17:37:09 sendUrl INFO 3 [930] R:OK -2015-03-09 17:37:59 queue INFO >>3 [931] -2015-03-09 17:37:59 sendUrl INFO 3 [931] R:OK -2015-03-09 17:38:49 queue INFO >>3 [932] -2015-03-09 17:38:50 sendUrl INFO 3 [932] R:OK -2015-03-09 17:39:39 queue INFO >>3 [933] -2015-03-09 17:39:39 sendUrl INFO 3 [933] R:OK -2015-03-09 17:40:29 queue INFO >>3 [934] -2015-03-09 17:40:30 sendUrl INFO 3 [934] R:OK -2015-03-09 17:41:20 queue INFO >>3 [935] -2015-03-09 17:41:20 sendUrl INFO 3 [935] R:OK -2015-03-09 17:42:10 queue INFO >>3 [936] -2015-03-09 17:42:10 sendUrl INFO 3 [936] R:OK -2015-03-09 17:43:00 queue INFO >>3 [937] -2015-03-09 17:43:00 sendUrl INFO 3 [937] R:OK -2015-03-09 17:43:41 queue INFO 7 [938] -2015-03-09 17:43:41 queue INFO >7 [939] -2015-03-09 17:43:42 sendUrl INFO 7 [938] R:OK -2015-03-09 17:43:42 sendUrl INFO 7 [939] R:OK -2015-03-09 17:43:43 queue INFO 3 [940] -2015-03-09 17:43:43 queue INFO >3 [941] -2015-03-09 17:43:43 sendUrl INFO 3 [940] R:OK -2015-03-09 17:43:44 sendUrl INFO 3 [941] R:OK -2015-03-09 17:44:33 queue INFO >>3 [942] -2015-03-09 17:44:33 sendUrl INFO 3 [942] R:OK -2015-03-09 17:45:23 queue INFO >>3 [943] -2015-03-09 17:45:23 sendUrl INFO 3 [943] R:OK -2015-03-09 17:46:13 queue INFO >>3 [944] -2015-03-09 17:46:14 sendUrl INFO 3 [944] R:OK -2015-03-09 17:47:03 queue INFO >>3 [945] -2015-03-09 17:47:03 sendUrl INFO 3 [945] R:OK -2015-03-09 17:47:53 queue INFO >>3 [946] -2015-03-09 17:47:54 sendUrl INFO 3 [946] R:OK -2015-03-09 17:48:44 queue INFO >>3 [947] -2015-03-09 17:48:44 sendUrl INFO 3 [947] R:OK -2015-03-09 17:49:34 queue INFO >>3 [948] -2015-03-09 17:49:34 sendUrl INFO 3 [948] R:OK -2015-03-09 17:50:24 queue INFO >>3 [949] -2015-03-09 17:50:24 sendUrl INFO 3 [949] R:OK -2015-03-09 17:51:14 queue INFO >>3 [950] -2015-03-09 17:51:15 sendUrl INFO 3 [950] R:OK -2015-03-09 17:52:04 queue INFO >>3 [951] -2015-03-09 17:52:04 sendUrl INFO 3 [951] R:OK -2015-03-09 17:52:08 queue INFO 1 [952] -2015-03-09 17:52:08 queue INFO >1 [953] -2015-03-09 17:52:08 sendUrl INFO 1 [952] R:OK -2015-03-09 17:52:09 sendUrl INFO 1 [953] R:OK -2015-03-09 17:52:28 queue INFO 21 [954] -2015-03-09 17:52:28 queue INFO >21 [955] -2015-03-09 17:52:29 sendUrl INFO 21 [954] R:OK -2015-03-09 17:52:29 sendUrl INFO 21 [955] R:OK -2015-03-09 17:53:18 queue INFO >>21 [956] -2015-03-09 17:53:18 sendUrl INFO 21 [956] R:OK -2015-03-09 17:54:08 queue INFO >>21 [957] -2015-03-09 17:54:09 sendUrl INFO 21 [957] R:OK -2015-03-09 17:54:51 queue INFO 1 [958] -2015-03-09 17:54:51 sendUrl INFO 1 [958] R:OK -2015-03-09 17:54:51 queue INFO >1 [959] -2015-03-09 17:54:51 sendUrl INFO 1 [959] R:OK -2015-03-09 17:55:11 queue INFO 5 [960] -2015-03-09 17:55:11 queue INFO >5 [961] -2015-03-09 17:55:11 sendUrl INFO 5 [960] R:OK -2015-03-09 17:55:12 sendUrl INFO 5 [961] R:OK -2015-03-09 17:55:12 queue INFO 1 [962] -2015-03-09 17:55:13 sendUrl INFO 1 [962] R:OK -2015-03-09 17:55:13 queue INFO >1 [963] -2015-03-09 17:55:13 sendUrl INFO 1 [963] R:OK -2015-03-09 17:56:03 queue INFO >>1 [964] -2015-03-09 17:56:03 sendUrl INFO 1 [964] R:OK -2015-03-09 17:56:25 queue INFO 3 [965] -2015-03-09 17:56:25 queue INFO >3 [966] -2015-03-09 17:56:25 sendUrl INFO 3 [965] R:OK -2015-03-09 17:56:26 sendUrl INFO 3 [966] R:OK -2015-03-09 17:57:15 queue INFO >>3 [967] -2015-03-09 17:57:15 sendUrl INFO 3 [967] R:OK -2015-03-09 17:58:05 queue INFO >>3 [968] -2015-03-09 17:58:05 sendUrl INFO 3 [968] R:OK -2015-03-09 17:58:55 queue INFO >>3 [969] -2015-03-09 17:58:56 sendUrl INFO 3 [969] R:OK -2015-03-09 17:59:45 queue INFO >>3 [970] -2015-03-09 17:59:45 sendUrl INFO 3 [970] R:OK -2015-03-09 18:00:35 queue INFO >>3 [971] -2015-03-09 18:00:36 sendUrl INFO 3 [971] R:OK -2015-03-09 18:01:26 queue INFO >>3 [972] -2015-03-09 18:01:26 sendUrl INFO 3 [972] R:OK -2015-03-09 18:02:16 queue INFO >>3 [973] -2015-03-09 18:02:16 sendUrl INFO 3 [973] R:OK -2015-03-09 18:03:06 queue INFO >>3 [974] -2015-03-09 18:03:06 sendUrl INFO 3 [974] R:OK -2015-03-09 18:03:56 queue INFO >>3 [975] -2015-03-09 18:03:57 sendUrl INFO 3 [975] R:OK -2015-03-09 18:04:16 queue INFO 7 [976] -2015-03-09 18:04:16 queue INFO >7 [977] -2015-03-09 18:04:16 sendUrl INFO 7 [976] R:OK -2015-03-09 18:04:16 sendUrl INFO 7 [977] R:OK -2015-03-09 18:04:17 queue INFO 3 [978] -2015-03-09 18:04:17 sendUrl INFO 3 [978] R:OK -2015-03-09 18:04:17 queue INFO >3 [979] -2015-03-09 18:04:18 sendUrl INFO 3 [979] R:OK -2015-03-09 18:05:07 queue INFO >>3 [980] -2015-03-09 18:05:08 sendUrl INFO 3 [980] R:OK -2015-03-09 18:05:57 queue INFO >>3 [981] -2015-03-09 18:05:58 sendUrl INFO 3 [981] R:OK -2015-03-09 18:06:47 queue INFO >>3 [982] -2015-03-09 18:06:48 sendUrl INFO 3 [982] R:OK -2015-03-09 18:07:38 queue INFO >>3 [983] -2015-03-09 18:07:38 sendUrl INFO 3 [983] R:OK -2015-03-09 18:08:28 queue INFO >>3 [984] -2015-03-09 18:08:28 sendUrl INFO 3 [984] R:OK -2015-03-09 18:09:18 queue INFO >>3 [985] -2015-03-09 18:09:18 sendUrl INFO 3 [985] R:OK -2015-03-09 18:10:08 queue INFO >>3 [986] -2015-03-09 18:10:09 sendUrl INFO 3 [986] R:OK -2015-03-09 18:10:58 queue INFO >>3 [987] -2015-03-09 18:10:58 sendUrl INFO 3 [987] R:OK -2015-03-09 18:11:48 queue INFO >>3 [988] -2015-03-09 18:11:49 sendUrl INFO 3 [988] R:OK -2015-03-09 18:12:39 queue INFO >>3 [989] -2015-03-09 18:12:39 sendUrl INFO 3 [989] R:OK -2015-03-09 18:13:20 queue INFO 7 [990] -2015-03-09 18:13:20 queue INFO >7 [991] -2015-03-09 18:13:20 sendUrl INFO 7 [990] R:OK -2015-03-09 18:13:21 sendUrl INFO 7 [991] R:OK -2015-03-09 18:13:22 queue INFO 3 [992] -2015-03-09 18:13:22 queue INFO >3 [993] -2015-03-09 18:13:22 sendUrl INFO 3 [992] R:OK -2015-03-09 18:13:22 sendUrl INFO 3 [993] R:OK -2015-03-09 18:14:12 queue INFO >>3 [994] -2015-03-09 18:14:12 sendUrl INFO 3 [994] R:OK -2015-03-09 18:15:02 queue INFO >>3 [995] -2015-03-09 18:15:02 sendUrl INFO 3 [995] R:OK -2015-03-09 18:15:52 queue INFO >>3 [996] -2015-03-09 18:15:52 sendUrl INFO 3 [996] R:OK -2015-03-09 18:16:42 queue INFO >>3 [997] -2015-03-09 18:16:43 sendUrl INFO 3 [997] R:OK -2015-03-09 18:17:32 queue INFO >>3 [998] -2015-03-09 18:17:33 sendUrl INFO 3 [998] R:OK -2015-03-09 18:18:22 queue INFO >>3 [999] -2015-03-09 18:18:23 sendUrl INFO 3 [999] R:OK -2015-03-09 18:19:13 queue INFO >>3 [0] -2015-03-09 18:19:13 sendUrl INFO 3 [0] R:OK -2015-03-09 18:20:03 queue INFO >>3 [1] -2015-03-09 18:20:03 sendUrl INFO 3 [1] R:OK -2015-03-09 18:20:53 queue INFO >>3 [2] -2015-03-09 18:20:53 sendUrl INFO 3 [2] R:OK -2015-03-09 18:21:43 queue INFO >>3 [3] -2015-03-09 18:21:43 sendUrl INFO 3 [3] R:OK -2015-03-09 18:22:24 queue INFO 7 [4] -2015-03-09 18:22:24 queue INFO >7 [5] -2015-03-09 18:22:25 sendUrl INFO 7 [4] R:OK -2015-03-09 18:22:25 sendUrl INFO 7 [5] R:OK -2015-03-09 18:22:26 queue INFO 3 [6] -2015-03-09 18:22:26 sendUrl INFO 3 [6] R:OK -2015-03-09 18:22:26 queue INFO >3 [7] -2015-03-09 18:22:27 sendUrl INFO 3 [7] R:OK -2015-03-09 18:23:16 queue INFO >>3 [8] -2015-03-09 18:23:16 sendUrl INFO 3 [8] R:OK -2015-03-09 18:24:06 queue INFO >>3 [9] -2015-03-09 18:24:07 sendUrl INFO 3 [9] R:OK -2015-03-09 18:24:56 queue INFO >>3 [10] -2015-03-09 18:24:57 sendUrl INFO 3 [10] R:OK -2015-03-09 18:25:47 queue INFO >>3 [11] -2015-03-09 18:25:47 sendUrl INFO 3 [11] R:OK -2015-03-09 18:26:37 queue INFO >>3 [12] -2015-03-09 18:26:37 sendUrl INFO 3 [12] R:OK -2015-03-09 18:27:27 queue INFO >>3 [13] -2015-03-09 18:27:27 sendUrl INFO 3 [13] R:OK -2015-03-09 18:28:17 queue INFO >>3 [14] -2015-03-09 18:28:17 sendUrl INFO 3 [14] R:OK -2015-03-09 18:29:07 queue INFO >>3 [15] -2015-03-09 18:29:08 sendUrl INFO 3 [15] R:OK -2015-03-09 18:29:57 queue INFO >>3 [16] -2015-03-09 18:29:58 sendUrl INFO 3 [16] R:OK -2015-03-09 18:30:47 queue INFO >>3 [17] -2015-03-09 18:30:48 sendUrl INFO 3 [17] R:OK -2015-03-09 18:31:29 queue INFO 7 [18] -2015-03-09 18:31:29 queue INFO >7 [19] -2015-03-09 18:31:29 sendUrl INFO 7 [18] R:OK -2015-03-09 18:31:30 sendUrl INFO 7 [19] R:OK -2015-03-09 18:31:30 queue INFO 3 [20] -2015-03-09 18:31:30 queue INFO >3 [21] -2015-03-09 18:31:31 sendUrl INFO 3 [20] R:OK -2015-03-09 18:31:31 sendUrl INFO 3 [21] R:OK -2015-03-09 18:32:20 queue INFO >>3 [22] -2015-03-09 18:32:20 sendUrl INFO 3 [22] R:OK -2015-03-09 18:33:10 queue INFO >>3 [23] -2015-03-09 18:33:11 sendUrl INFO 3 [23] R:OK -2015-03-09 18:34:01 queue INFO >>3 [24] -2015-03-09 18:34:01 sendUrl INFO 3 [24] R:OK -2015-03-09 18:34:51 queue INFO >>3 [25] -2015-03-09 18:34:51 sendUrl INFO 3 [25] R:OK -2015-03-09 18:35:41 queue INFO >>3 [26] -2015-03-09 18:35:41 sendUrl INFO 3 [26] R:OK -2015-03-09 18:36:31 queue INFO >>3 [27] -2015-03-09 18:36:31 sendUrl INFO 3 [27] R:OK -2015-03-09 18:37:21 queue INFO >>3 [28] -2015-03-09 18:37:21 sendUrl INFO 3 [28] R:OK -2015-03-09 18:38:11 queue INFO >>3 [29] -2015-03-09 18:38:11 sendUrl INFO 3 [29] R:OK -2015-03-09 18:39:01 queue INFO >>3 [30] -2015-03-09 18:39:02 sendUrl INFO 3 [30] R:OK -2015-03-09 18:39:52 queue INFO >>3 [31] -2015-03-09 18:39:52 sendUrl INFO 3 [31] R:OK -2015-03-09 18:40:33 queue INFO 7 [32] -2015-03-09 18:40:33 queue INFO >7 [33] -2015-03-09 18:40:33 sendUrl INFO 7 [32] R:OK -2015-03-09 18:40:34 sendUrl INFO 7 [33] R:OK -2015-03-09 18:40:34 queue INFO 3 [34] -2015-03-09 18:40:35 queue INFO >3 [35] -2015-03-09 18:40:35 sendUrl INFO 3 [34] R:OK -2015-03-09 18:40:35 sendUrl INFO 3 [35] R:OK -2015-03-09 18:41:25 queue INFO >>3 [36] -2015-03-09 18:41:25 sendUrl INFO 3 [36] R:OK -2015-03-09 18:42:15 queue INFO >>3 [37] -2015-03-09 18:42:15 sendUrl INFO 3 [37] R:OK -2015-03-09 18:43:05 queue INFO >>3 [38] -2015-03-09 18:43:05 sendUrl INFO 3 [38] R:OK -2015-03-09 18:43:55 queue INFO >>3 [39] -2015-03-09 18:43:56 sendUrl INFO 3 [39] R:OK -2015-03-09 18:44:45 queue INFO >>3 [40] -2015-03-09 18:44:45 sendUrl INFO 3 [40] R:OK -2015-03-09 18:45:35 queue INFO >>3 [41] -2015-03-09 18:45:36 sendUrl INFO 3 [41] R:OK -2015-03-09 18:46:25 queue INFO >>3 [42] -2015-03-09 18:46:26 sendUrl INFO 3 [42] R:OK -2015-03-09 18:47:16 queue INFO >>3 [43] -2015-03-09 18:47:16 sendUrl INFO 3 [43] R:OK -2015-03-09 18:48:06 queue INFO >>3 [44] -2015-03-09 18:48:06 sendUrl INFO 3 [44] R:OK -2015-03-09 18:48:56 queue INFO >>3 [45] -2015-03-09 18:48:56 sendUrl INFO 3 [45] R:OK -2015-03-09 18:49:38 queue INFO 7 [46] -2015-03-09 18:49:38 queue INFO >7 [47] -2015-03-09 18:49:38 sendUrl INFO 7 [46] R:OK -2015-03-09 18:49:39 sendUrl INFO 7 [47] R:OK -2015-03-09 18:49:40 queue INFO 3 [48] -2015-03-09 18:49:40 queue INFO >3 [49] -2015-03-09 18:49:40 sendUrl INFO 3 [48] R:OK -2015-03-09 18:49:40 sendUrl INFO 3 [49] R:OK -2015-03-09 18:50:30 queue INFO >>3 [50] -2015-03-09 18:50:30 sendUrl INFO 3 [50] R:OK -2015-03-09 18:51:20 queue INFO >>3 [51] -2015-03-09 18:51:20 sendUrl INFO 3 [51] R:OK -2015-03-09 18:52:10 queue INFO >>3 [52] -2015-03-09 18:52:10 sendUrl INFO 3 [52] R:OK -2015-03-09 18:53:00 queue INFO >>3 [53] -2015-03-09 18:53:00 sendUrl INFO 3 [53] R:OK -2015-03-09 18:53:50 queue INFO >>3 [54] -2015-03-09 18:53:51 sendUrl INFO 3 [54] R:OK -2015-03-09 18:54:40 queue INFO >>3 [55] -2015-03-09 18:54:41 sendUrl INFO 3 [55] R:OK -2015-03-09 18:55:31 queue INFO >>3 [56] -2015-03-09 18:55:31 sendUrl INFO 3 [56] R:OK -2015-03-09 18:56:21 queue INFO >>3 [57] -2015-03-09 18:56:21 sendUrl INFO 3 [57] R:OK -2015-03-09 18:57:11 queue INFO >>3 [58] -2015-03-09 18:57:11 sendUrl INFO 3 [58] R:OK -2015-03-09 18:58:01 queue INFO >>3 [59] -2015-03-09 18:58:01 sendUrl INFO 3 [59] R:OK -2015-03-09 18:58:42 queue INFO 7 [60] -2015-03-09 18:58:43 sendUrl INFO 7 [60] R:OK -2015-03-09 18:58:43 queue INFO >7 [61] -2015-03-09 18:58:43 sendUrl INFO 7 [61] R:OK -2015-03-09 18:58:44 queue INFO 3 [62] -2015-03-09 18:58:44 queue INFO >3 [63] -2015-03-09 18:58:45 sendUrl INFO 3 [62] R:OK -2015-03-09 18:58:45 sendUrl INFO 3 [63] R:OK -2015-03-09 18:59:34 queue INFO >>3 [64] -2015-03-09 18:59:34 sendUrl INFO 3 [64] R:OK -2015-03-09 19:00:24 queue INFO >>3 [65] -2015-03-09 19:00:25 sendUrl INFO 3 [65] R:OK -2015-03-09 19:01:14 queue INFO >>3 [66] -2015-03-09 19:01:15 sendUrl INFO 3 [66] R:OK -2015-03-09 19:02:05 queue INFO >>3 [67] -2015-03-09 19:02:05 sendUrl INFO 3 [67] R:OK -2015-03-09 19:02:55 queue INFO >>3 [68] -2015-03-09 19:02:55 sendUrl INFO 3 [68] R:OK -2015-03-09 19:03:45 queue INFO >>3 [69] -2015-03-09 19:03:45 sendUrl INFO 3 [69] R:OK -2015-03-09 19:04:35 queue INFO >>3 [70] -2015-03-09 19:04:35 sendUrl INFO 3 [70] R:OK -2015-03-09 19:05:25 queue INFO >>3 [71] -2015-03-09 19:05:26 sendUrl INFO 3 [71] R:OK -2015-03-09 19:06:15 queue INFO >>3 [72] -2015-03-09 19:06:16 sendUrl INFO 3 [72] R:OK -2015-03-09 19:07:06 queue INFO >>3 [73] -2015-03-09 19:07:06 sendUrl INFO 3 [73] R:OK -2015-03-09 19:07:47 queue INFO 7 [74] -2015-03-09 19:07:47 queue INFO >7 [75] -2015-03-09 19:07:47 sendUrl INFO 7 [74] R:OK -2015-03-09 19:07:48 sendUrl INFO 7 [75] R:OK -2015-03-09 19:07:48 queue INFO 3 [76] -2015-03-09 19:07:49 sendUrl INFO 3 [76] R:OK -2015-03-09 19:07:49 queue INFO >3 [77] -2015-03-09 19:07:49 sendUrl INFO 3 [77] R:OK -2015-03-09 19:08:39 queue INFO >>3 [78] -2015-03-09 19:08:39 sendUrl INFO 3 [78] R:OK -2015-03-09 19:09:29 queue INFO >>3 [79] -2015-03-09 19:09:29 sendUrl INFO 3 [79] R:OK -2015-03-09 19:10:19 queue INFO >>3 [80] -2015-03-09 19:10:19 sendUrl INFO 3 [80] R:OK -2015-03-09 19:11:09 queue INFO >>3 [81] -2015-03-09 19:11:09 sendUrl INFO 3 [81] R:OK -2015-03-09 19:11:59 queue INFO >>3 [82] -2015-03-09 19:12:00 sendUrl INFO 3 [82] R:OK -2015-03-09 19:12:49 queue INFO >>3 [83] -2015-03-09 19:12:50 sendUrl INFO 3 [83] R:OK -2015-03-09 19:13:40 queue INFO >>3 [84] -2015-03-09 19:13:40 sendUrl INFO 3 [84] R:OK -2015-03-09 19:14:30 queue INFO >>3 [85] -2015-03-09 19:14:30 sendUrl INFO 3 [85] R:OK -2015-03-09 19:15:20 queue INFO >>3 [86] -2015-03-09 19:15:20 sendUrl INFO 3 [86] R:OK -2015-03-09 19:16:10 queue INFO >>3 [87] -2015-03-09 19:16:10 sendUrl INFO 3 [87] R:OK -2015-03-09 19:16:51 queue INFO 7 [88] -2015-03-09 19:16:51 sendUrl INFO 7 [88] R:OK -2015-03-09 19:16:51 queue INFO >7 [89] -2015-03-09 19:16:52 sendUrl INFO 7 [89] R:OK -2015-03-09 19:16:53 queue INFO 3 [90] -2015-03-09 19:16:53 queue INFO >3 [91] -2015-03-09 19:16:53 sendUrl INFO 3 [90] R:OK -2015-03-09 19:16:54 sendUrl INFO 3 [91] R:OK -2015-03-09 19:17:43 queue INFO >>3 [92] -2015-03-09 19:17:43 sendUrl INFO 3 [92] R:OK -2015-03-09 19:18:33 queue INFO >>3 [93] -2015-03-09 19:18:33 sendUrl INFO 3 [93] R:OK -2015-03-09 19:19:23 queue INFO >>3 [94] -2015-03-09 19:19:24 sendUrl INFO 3 [94] R:OK -2015-03-09 19:20:13 queue INFO >>3 [95] -2015-03-09 19:20:14 sendUrl INFO 3 [95] R:OK -2015-03-09 19:21:03 queue INFO >>3 [96] -2015-03-09 19:21:04 sendUrl INFO 3 [96] R:OK -2015-03-09 19:21:54 queue INFO >>3 [97] -2015-03-09 19:21:54 sendUrl INFO 3 [97] R:OK -2015-03-09 19:22:44 queue INFO >>3 [98] -2015-03-09 19:22:44 sendUrl INFO 3 [98] R:OK -2015-03-09 19:23:34 queue INFO >>3 [99] -2015-03-09 19:23:34 sendUrl INFO 3 [99] R:OK -2015-03-09 19:24:24 queue INFO >>3 [100] -2015-03-09 19:24:24 sendUrl INFO 3 [100] R:OK -2015-03-09 19:25:14 queue INFO >>3 [101] -2015-03-09 19:25:15 sendUrl INFO 3 [101] R:OK -2015-03-09 19:25:55 queue INFO 7 [102] -2015-03-09 19:25:56 queue INFO >7 [103] -2015-03-09 19:25:56 sendUrl INFO 7 [102] R:OK -2015-03-09 19:25:56 sendUrl INFO 7 [103] R:OK -2015-03-09 19:25:57 queue INFO 3 [104] -2015-03-09 19:25:57 queue INFO >3 [105] -2015-03-09 19:25:57 sendUrl INFO 3 [104] R:OK -2015-03-09 19:25:58 sendUrl INFO 3 [105] R:OK -2015-03-09 19:26:47 queue INFO >>3 [106] -2015-03-09 19:26:48 sendUrl INFO 3 [106] R:OK -2015-03-09 19:27:37 queue INFO >>3 [107] -2015-03-09 19:27:38 sendUrl INFO 3 [107] R:OK -2015-03-09 19:28:27 queue INFO >>3 [108] -2015-03-09 19:28:28 sendUrl INFO 3 [108] R:OK -2015-03-09 19:29:18 queue INFO >>3 [109] -2015-03-09 19:29:18 sendUrl INFO 3 [109] R:OK -2015-03-09 19:30:08 queue INFO >>3 [110] -2015-03-09 19:30:08 sendUrl INFO 3 [110] R:OK -2015-03-09 19:30:58 queue INFO >>3 [111] -2015-03-09 19:30:58 sendUrl INFO 3 [111] R:OK -2015-03-09 19:31:48 queue INFO >>3 [112] -2015-03-09 19:31:48 sendUrl INFO 3 [112] R:OK -2015-03-09 19:32:38 queue INFO >>3 [113] -2015-03-09 19:32:39 sendUrl INFO 3 [113] R:OK -2015-03-09 19:33:28 queue INFO >>3 [114] -2015-03-09 19:33:29 sendUrl INFO 3 [114] R:OK -2015-03-09 19:34:19 queue INFO >>3 [115] -2015-03-09 19:34:19 sendUrl INFO 3 [115] R:OK -2015-03-09 19:35:00 queue INFO 7 [116] -2015-03-09 19:35:00 queue INFO >7 [117] -2015-03-09 19:35:00 sendUrl INFO 7 [116] R:OK -2015-03-09 19:35:00 sendUrl INFO 7 [117] R:OK -2015-03-09 19:35:01 queue INFO 3 [118] -2015-03-09 19:35:01 queue INFO >3 [119] -2015-03-09 19:35:01 sendUrl INFO 3 [118] R:OK -2015-03-09 19:35:02 sendUrl INFO 3 [119] R:OK -2015-03-09 19:35:51 queue INFO >>3 [120] -2015-03-09 19:35:52 sendUrl INFO 3 [120] R:OK -2015-03-09 19:36:42 queue INFO >>3 [121] -2015-03-09 19:36:42 sendUrl INFO 3 [121] R:OK -2015-03-09 19:37:32 queue INFO >>3 [122] -2015-03-09 19:37:32 sendUrl INFO 3 [122] R:OK -2015-03-09 19:38:22 queue INFO >>3 [123] -2015-03-09 19:38:22 sendUrl INFO 3 [123] R:OK -2015-03-09 19:39:12 queue INFO >>3 [124] -2015-03-09 19:39:12 sendUrl INFO 3 [124] R:OK -2015-03-09 19:40:02 queue INFO >>3 [125] -2015-03-09 19:40:02 sendUrl INFO 3 [125] R:OK -2015-03-09 19:40:52 queue INFO >>3 [126] -2015-03-09 19:40:53 sendUrl INFO 3 [126] R:OK -2015-03-09 19:41:42 queue INFO >>3 [127] -2015-03-09 19:41:43 sendUrl INFO 3 [127] R:OK -2015-03-09 19:42:33 queue INFO >>3 [128] -2015-03-09 19:42:33 sendUrl INFO 3 [128] R:OK -2015-03-09 19:43:23 queue INFO >>3 [129] -2015-03-09 19:43:23 sendUrl INFO 3 [129] R:OK -2015-03-09 19:44:05 queue INFO 7 [130] -2015-03-09 19:44:05 queue INFO >7 [131] -2015-03-09 19:44:05 sendUrl INFO 7 [130] R:OK -2015-03-09 19:44:06 sendUrl INFO 7 [131] R:OK -2015-03-09 19:44:07 queue INFO 3 [132] -2015-03-09 19:44:07 sendUrl INFO 3 [132] R:OK -2015-03-09 19:44:07 queue INFO >3 [133] -2015-03-09 19:44:07 sendUrl INFO 3 [133] R:OK -2015-03-09 19:44:57 queue INFO >>3 [134] -2015-03-09 19:44:57 sendUrl INFO 3 [134] R:OK -2015-03-09 19:45:47 queue INFO >>3 [135] -2015-03-09 19:45:47 sendUrl INFO 3 [135] R:OK -2015-03-09 19:46:37 queue INFO >>3 [136] -2015-03-09 19:46:37 sendUrl INFO 3 [136] R:OK -2015-03-09 19:47:27 queue INFO >>3 [137] -2015-03-09 19:47:27 sendUrl INFO 3 [137] R:OK -2015-03-09 19:48:17 queue INFO >>3 [138] -2015-03-09 19:48:17 sendUrl INFO 3 [138] R:OK -2015-03-09 19:49:07 queue INFO >>3 [139] -2015-03-09 19:49:08 sendUrl INFO 3 [139] R:OK -2015-03-09 19:49:57 queue INFO >>3 [140] -2015-03-09 19:49:58 sendUrl INFO 3 [140] R:OK -2015-03-09 19:50:48 queue INFO >>3 [141] -2015-03-09 19:50:48 sendUrl INFO 3 [141] R:OK -2015-03-09 19:51:38 queue INFO >>3 [142] -2015-03-09 19:51:38 sendUrl INFO 3 [142] R:OK -2015-03-09 19:52:28 queue INFO >>3 [143] -2015-03-09 19:52:28 sendUrl INFO 3 [143] R:OK -2015-03-09 19:52:54 queue INFO 1 [144] -2015-03-09 19:52:54 sendUrl INFO 1 [144] R:OK -2015-03-09 19:52:54 queue INFO >1 [145] -2015-03-09 19:52:55 sendUrl INFO 1 [145] R:OK -2015-03-09 19:53:44 queue INFO >>1 [146] -2015-03-09 19:53:44 sendUrl INFO 1 [146] R:OK -2015-03-09 19:54:34 queue INFO >>1 [147] -2015-03-09 19:54:35 sendUrl INFO 1 [147] R:OK -2015-03-09 19:54:44 queue INFO 21 [148] -2015-03-09 19:54:44 queue INFO >21 [149] -2015-03-09 19:54:44 sendUrl INFO 21 [148] R:OK -2015-03-09 19:54:45 sendUrl INFO 21 [149] R:OK -2015-03-09 19:55:34 queue INFO >>21 [150] -2015-03-09 19:55:35 sendUrl INFO 21 [150] R:OK -2015-03-09 19:56:24 queue INFO >>21 [151] -2015-03-09 19:56:25 sendUrl INFO 21 [151] R:OK -2015-03-09 19:57:15 queue INFO >>21 [152] -2015-03-09 19:57:15 sendUrl INFO 21 [152] R:OK -2015-03-09 19:58:05 queue INFO >>21 [153] -2015-03-09 19:58:05 sendUrl INFO 21 [153] R:OK -2015-03-09 19:58:55 queue INFO >>21 [154] -2015-03-09 19:58:55 sendUrl INFO 21 [154] R:OK -2015-03-09 19:59:45 queue INFO >>21 [155] -2015-03-09 19:59:45 sendUrl INFO 21 [155] R:OK -2015-03-09 20:00:03 queue INFO 1 [156] -2015-03-09 20:00:04 queue INFO >1 [157] -2015-03-09 20:00:04 sendUrl INFO 1 [156] R:OK -2015-03-09 20:00:04 sendUrl INFO 1 [157] R:OK -2015-03-09 20:00:24 queue INFO 5 [158] -2015-03-09 20:00:24 queue INFO >5 [159] -2015-03-09 20:00:25 sendUrl INFO 5 [158] R:OK -2015-03-09 20:00:25 sendUrl INFO 5 [159] R:OK -2015-03-09 20:00:26 queue INFO 1 [160] -2015-03-09 20:00:26 queue INFO >1 [161] -2015-03-09 20:00:26 sendUrl INFO 1 [160] R:OK -2015-03-09 20:00:27 sendUrl INFO 1 [161] R:OK -2015-03-09 20:01:16 queue INFO >>1 [162] -2015-03-09 20:01:16 sendUrl INFO 1 [162] R:OK -2015-03-09 20:01:38 queue INFO 3 [163] -2015-03-09 20:01:38 queue INFO >3 [164] -2015-03-09 20:01:38 sendUrl INFO 3 [163] R:OK -2015-03-09 20:01:39 sendUrl INFO 3 [164] R:OK -2015-03-09 20:02:28 queue INFO >>3 [165] -2015-03-09 20:02:28 sendUrl INFO 3 [165] R:OK -2015-03-09 20:03:18 queue INFO >>3 [166] -2015-03-09 20:03:18 sendUrl INFO 3 [166] R:OK -2015-03-09 20:04:08 queue INFO >>3 [167] -2015-03-09 20:04:09 sendUrl INFO 3 [167] R:OK -2015-03-09 20:04:58 queue INFO >>3 [168] -2015-03-09 20:04:59 sendUrl INFO 3 [168] R:OK -2015-03-09 20:05:49 queue INFO >>3 [169] -2015-03-09 20:05:49 sendUrl INFO 3 [169] R:OK -2015-03-09 20:06:39 queue INFO >>3 [170] -2015-03-09 20:06:39 sendUrl INFO 3 [170] R:OK -2015-03-09 20:07:29 queue INFO >>3 [171] -2015-03-09 20:07:29 sendUrl INFO 3 [171] R:OK -2015-03-09 20:08:19 queue INFO >>3 [172] -2015-03-09 20:08:19 sendUrl INFO 3 [172] R:OK -2015-03-09 20:09:09 queue INFO >>3 [173] -2015-03-09 20:09:10 sendUrl INFO 3 [173] R:OK -2015-03-09 20:09:29 queue INFO 7 [174] -2015-03-09 20:09:29 sendUrl INFO 7 [174] R:OK -2015-03-09 20:09:29 queue INFO >7 [175] -2015-03-09 20:09:29 sendUrl INFO 7 [175] R:OK -2015-03-09 20:09:30 queue INFO 3 [176] -2015-03-09 20:09:30 queue INFO >3 [177] -2015-03-09 20:09:31 sendUrl INFO 3 [176] R:OK -2015-03-09 20:09:31 sendUrl INFO 3 [177] R:OK -2015-03-09 20:10:20 queue INFO >>3 [178] -2015-03-09 20:10:21 sendUrl INFO 3 [178] R:OK -2015-03-09 20:11:10 queue INFO >>3 [179] -2015-03-09 20:11:11 sendUrl INFO 3 [179] R:OK -2015-03-09 20:12:01 queue INFO >>3 [180] -2015-03-09 20:12:01 sendUrl INFO 3 [180] R:OK -2015-03-09 20:12:51 queue INFO >>3 [181] -2015-03-09 20:12:51 sendUrl INFO 3 [181] R:OK -2015-03-09 20:13:41 queue INFO >>3 [182] -2015-03-09 20:13:41 sendUrl INFO 3 [182] R:OK -2015-03-09 20:14:31 queue INFO >>3 [183] -2015-03-09 20:14:31 sendUrl INFO 3 [183] R:OK -2015-03-09 20:15:21 queue INFO >>3 [184] -2015-03-09 20:15:22 sendUrl INFO 3 [184] R:OK -2015-03-09 20:16:11 queue INFO >>3 [185] -2015-03-09 20:16:11 sendUrl INFO 3 [185] R:OK -2015-03-09 20:17:01 queue INFO >>3 [186] -2015-03-09 20:17:02 sendUrl INFO 3 [186] R:OK -2015-03-09 20:17:52 queue INFO >>3 [187] -2015-03-09 20:17:52 sendUrl INFO 3 [187] R:OK -2015-03-09 20:18:33 queue INFO 7 [188] -2015-03-09 20:18:33 queue INFO >7 [189] -2015-03-09 20:18:33 sendUrl INFO 7 [188] R:OK -2015-03-09 20:18:34 sendUrl INFO 7 [189] R:OK -2015-03-09 20:18:35 queue INFO 3 [190] -2015-03-09 20:18:35 queue INFO >3 [191] -2015-03-09 20:18:35 sendUrl INFO 3 [190] R:OK -2015-03-09 20:18:35 sendUrl INFO 3 [191] R:OK -2015-03-09 20:19:25 queue INFO >>3 [192] -2015-03-09 20:19:25 sendUrl INFO 3 [192] R:OK -2015-03-09 20:20:15 queue INFO >>3 [193] -2015-03-09 20:20:16 sendUrl INFO 3 [193] R:OK -2015-03-09 20:21:05 queue INFO >>3 [194] -2015-03-09 20:21:05 sendUrl INFO 3 [194] R:OK -2015-03-09 20:21:55 queue INFO >>3 [195] -2015-03-09 20:21:56 sendUrl INFO 3 [195] R:OK -2015-03-09 20:22:45 queue INFO >>3 [196] -2015-03-09 20:22:46 sendUrl INFO 3 [196] R:OK -2015-03-09 20:23:36 queue INFO >>3 [197] -2015-03-09 20:23:36 sendUrl INFO 3 [197] R:OK -2015-03-09 20:24:26 queue INFO >>3 [198] -2015-03-09 20:24:26 sendUrl INFO 3 [198] R:OK -2015-03-09 20:25:16 queue INFO >>3 [199] -2015-03-09 20:25:16 sendUrl INFO 3 [199] R:OK -2015-03-09 20:26:06 queue INFO >>3 [200] -2015-03-09 20:26:06 sendUrl INFO 3 [200] R:OK -2015-03-09 20:26:56 queue INFO >>3 [201] -2015-03-09 20:26:57 sendUrl INFO 3 [201] R:OK -2015-03-09 20:27:37 queue INFO 7 [202] -2015-03-09 20:27:37 sendUrl INFO 7 [202] R:OK -2015-03-09 20:27:38 queue INFO >7 [203] -2015-03-09 20:27:38 sendUrl INFO 7 [203] R:OK -2015-03-09 20:27:39 queue INFO 3 [204] -2015-03-09 20:27:39 queue INFO >3 [205] -2015-03-09 20:27:40 sendUrl INFO 3 [204] R:OK -2015-03-09 20:27:40 sendUrl INFO 3 [205] R:OK -2015-03-09 20:28:29 queue INFO >>3 [206] -2015-03-09 20:28:29 sendUrl INFO 3 [206] R:OK -2015-03-09 20:29:19 queue INFO >>3 [207] -2015-03-09 20:29:20 sendUrl INFO 3 [207] R:OK -2015-03-09 20:30:09 queue INFO >>3 [208] -2015-03-09 20:30:09 sendUrl INFO 3 [208] R:OK -2015-03-09 20:31:00 queue INFO >>3 [209] -2015-03-09 20:31:00 sendUrl INFO 3 [209] R:OK -2015-03-09 20:31:50 queue INFO >>3 [210] -2015-03-09 20:31:50 sendUrl INFO 3 [210] R:OK -2015-03-09 20:32:40 queue INFO >>3 [211] -2015-03-09 20:32:40 sendUrl INFO 3 [211] R:OK -2015-03-09 20:33:30 queue INFO >>3 [212] -2015-03-09 20:33:30 sendUrl INFO 3 [212] R:OK -2015-03-09 20:34:20 queue INFO >>3 [213] -2015-03-09 20:34:21 sendUrl INFO 3 [213] R:OK -2015-03-09 20:35:10 queue INFO >>3 [214] -2015-03-09 20:35:10 sendUrl INFO 3 [214] R:OK -2015-03-09 20:36:00 queue INFO >>3 [215] -2015-03-09 20:36:01 sendUrl INFO 3 [215] R:OK -2015-03-09 20:36:42 queue INFO 7 [216] -2015-03-09 20:36:42 queue INFO >7 [217] -2015-03-09 20:36:42 sendUrl INFO 7 [216] R:OK -2015-03-09 20:36:43 sendUrl INFO 7 [217] R:OK -2015-03-09 20:36:43 queue INFO 3 [218] -2015-03-09 20:36:43 queue INFO >3 [219] -2015-03-09 20:36:44 sendUrl INFO 3 [218] R:OK -2015-03-09 20:36:44 sendUrl INFO 3 [219] R:OK -2015-03-09 20:37:33 queue INFO >>3 [220] -2015-03-09 20:37:33 sendUrl INFO 3 [220] R:OK -2015-03-09 20:38:23 queue INFO >>3 [221] -2015-03-09 20:38:24 sendUrl INFO 3 [221] R:OK -2015-03-09 20:39:14 queue INFO >>3 [222] -2015-03-09 20:39:14 sendUrl INFO 3 [222] R:OK -2015-03-09 20:40:04 queue INFO >>3 [223] -2015-03-09 20:40:04 sendUrl INFO 3 [223] R:OK -2015-03-09 20:40:54 queue INFO >>3 [224] -2015-03-09 20:40:54 sendUrl INFO 3 [224] R:OK -2015-03-09 20:41:44 queue INFO >>3 [225] -2015-03-09 20:41:45 sendUrl INFO 3 [225] R:OK -2015-03-09 20:42:34 queue INFO >>3 [226] -2015-03-09 20:42:34 sendUrl INFO 3 [226] R:OK -2015-03-09 20:43:24 queue INFO >>3 [227] -2015-03-09 20:43:25 sendUrl INFO 3 [227] R:OK -2015-03-09 20:44:15 queue INFO >>3 [228] -2015-03-09 20:44:15 sendUrl INFO 3 [228] R:OK -2015-03-09 20:45:05 queue INFO >>3 [229] -2015-03-09 20:45:05 sendUrl INFO 3 [229] R:OK -2015-03-09 20:45:46 queue INFO 7 [230] -2015-03-09 20:45:46 queue INFO >7 [231] -2015-03-09 20:45:46 sendUrl INFO 7 [230] R:OK -2015-03-09 20:45:47 sendUrl INFO 7 [231] R:OK -2015-03-09 20:45:47 queue INFO 3 [232] -2015-03-09 20:45:48 queue INFO >3 [233] -2015-03-09 20:45:48 sendUrl INFO 3 [232] R:OK -2015-03-09 20:45:48 sendUrl INFO 3 [233] R:OK -2015-03-09 20:46:38 queue INFO >>3 [234] -2015-03-09 20:46:38 sendUrl INFO 3 [234] R:OK -2015-03-09 20:47:28 queue INFO >>3 [235] -2015-03-09 20:47:28 sendUrl INFO 3 [235] R:OK -2015-03-09 20:48:18 queue INFO >>3 [236] -2015-03-09 20:48:18 sendUrl INFO 3 [236] R:OK -2015-03-09 20:49:08 queue INFO >>3 [237] -2015-03-09 20:49:09 sendUrl INFO 3 [237] R:OK -2015-03-09 20:49:58 queue INFO >>3 [238] -2015-03-09 20:49:58 sendUrl INFO 3 [238] R:OK -2015-03-09 20:50:48 queue INFO >>3 [239] -2015-03-09 20:50:49 sendUrl INFO 3 [239] R:OK -2015-03-09 20:51:38 queue INFO >>3 [240] -2015-03-09 20:51:39 sendUrl INFO 3 [240] R:OK -2015-03-09 20:52:29 queue INFO >>3 [241] -2015-03-09 20:52:29 sendUrl INFO 3 [241] R:OK -2015-03-09 20:53:19 queue INFO >>3 [242] -2015-03-09 20:53:19 sendUrl INFO 3 [242] R:OK -2015-03-09 20:54:09 queue INFO >>3 [243] -2015-03-09 20:54:09 sendUrl INFO 3 [243] R:OK -2015-03-09 20:54:51 queue INFO 7 [244] -2015-03-09 20:54:51 queue INFO >7 [245] -2015-03-09 20:54:51 sendUrl INFO 7 [244] R:OK -2015-03-09 20:54:52 sendUrl INFO 7 [245] R:OK -2015-03-09 20:54:53 queue INFO 3 [246] -2015-03-09 20:54:53 queue INFO >3 [247] -2015-03-09 20:54:53 sendUrl INFO 3 [246] R:OK -2015-03-09 20:54:53 sendUrl INFO 3 [247] R:OK -2015-03-09 20:55:43 queue INFO >>3 [248] -2015-03-09 20:55:43 sendUrl INFO 3 [248] R:OK -2015-03-09 20:56:33 queue INFO >>3 [249] -2015-03-09 20:56:33 sendUrl INFO 3 [249] R:OK -2015-03-09 20:57:23 queue INFO >>3 [250] -2015-03-09 20:57:23 sendUrl INFO 3 [250] R:OK -2015-03-09 20:58:13 queue INFO >>3 [251] -2015-03-09 20:58:14 sendUrl INFO 3 [251] R:OK -2015-03-09 20:59:03 queue INFO >>3 [252] -2015-03-09 20:59:03 sendUrl INFO 3 [252] R:OK -2015-03-09 20:59:53 queue INFO >>3 [253] -2015-03-09 20:59:54 sendUrl INFO 3 [253] R:OK -2015-03-09 21:00:44 queue INFO >>3 [254] -2015-03-09 21:00:44 sendUrl INFO 3 [254] R:OK -2015-03-09 21:01:34 queue INFO >>3 [255] -2015-03-09 21:01:34 sendUrl INFO 3 [255] R:OK -2015-03-09 21:02:24 queue INFO >>3 [256] -2015-03-09 21:02:24 sendUrl INFO 3 [256] R:OK -2015-03-09 21:03:14 queue INFO >>3 [257] -2015-03-09 21:03:15 sendUrl INFO 3 [257] R:OK -2015-03-09 21:03:56 queue INFO 7 [258] -2015-03-09 21:03:56 queue INFO >7 [259] -2015-03-09 21:03:56 sendUrl INFO 7 [258] R:OK -2015-03-09 21:03:56 sendUrl INFO 7 [259] R:OK -2015-03-09 21:03:57 queue INFO 3 [260] -2015-03-09 21:03:57 queue INFO >3 [261] -2015-03-09 21:03:57 sendUrl INFO 3 [260] R:OK -2015-03-09 21:03:58 sendUrl INFO 3 [261] R:OK -2015-03-09 21:04:47 queue INFO >>3 [262] -2015-03-09 21:04:48 sendUrl INFO 3 [262] R:OK -2015-03-09 21:05:37 queue INFO >>3 [263] -2015-03-09 21:05:38 sendUrl INFO 3 [263] R:OK -2015-03-09 21:06:28 queue INFO >>3 [264] -2015-03-09 21:06:28 sendUrl INFO 3 [264] R:OK -2015-03-09 21:07:18 queue INFO >>3 [265] -2015-03-09 21:07:18 sendUrl INFO 3 [265] R:OK -2015-03-09 21:08:08 queue INFO >>3 [266] -2015-03-09 21:08:08 sendUrl INFO 3 [266] R:OK -2015-03-09 21:08:58 queue INFO >>3 [267] -2015-03-09 21:08:58 sendUrl INFO 3 [267] R:OK -2015-03-09 21:09:48 queue INFO >>3 [268] -2015-03-09 21:09:49 sendUrl INFO 3 [268] R:OK -2015-03-09 21:10:38 queue INFO >>3 [269] -2015-03-09 21:10:39 sendUrl INFO 3 [269] R:OK -2015-03-09 21:11:29 queue INFO >>3 [270] -2015-03-09 21:11:29 sendUrl INFO 3 [270] R:OK -2015-03-09 21:12:19 queue INFO >>3 [271] -2015-03-09 21:12:19 sendUrl INFO 3 [271] R:OK -2015-03-09 21:13:00 queue INFO 7 [272] -2015-03-09 21:13:00 queue INFO >7 [273] -2015-03-09 21:13:01 sendUrl INFO 7 [272] R:OK -2015-03-09 21:13:01 sendUrl INFO 7 [273] R:OK -2015-03-09 21:13:02 queue INFO 3 [274] -2015-03-09 21:13:02 queue INFO >3 [275] -2015-03-09 21:13:02 sendUrl INFO 3 [274] R:OK -2015-03-09 21:13:03 sendUrl INFO 3 [275] R:OK -2015-03-09 21:13:52 queue INFO >>3 [276] -2015-03-09 21:13:52 sendUrl INFO 3 [276] R:OK -2015-03-09 21:14:42 queue INFO >>3 [277] -2015-03-09 21:14:42 sendUrl INFO 3 [277] R:OK -2015-03-09 21:15:32 queue INFO >>3 [278] -2015-03-09 21:15:33 sendUrl INFO 3 [278] R:OK -2015-03-09 21:16:22 queue INFO >>3 [279] -2015-03-09 21:16:22 sendUrl INFO 3 [279] R:OK -2015-03-09 21:17:12 queue INFO >>3 [280] -2015-03-09 21:17:13 sendUrl INFO 3 [280] R:OK -2015-03-09 21:18:03 queue INFO >>3 [281] -2015-03-09 21:18:03 sendUrl INFO 3 [281] R:OK -2015-03-09 21:18:53 queue INFO >>3 [282] -2015-03-09 21:18:53 sendUrl INFO 3 [282] R:OK -2015-03-09 21:19:43 queue INFO >>3 [283] -2015-03-09 21:19:43 sendUrl INFO 3 [283] R:OK -2015-03-09 21:20:33 queue INFO >>3 [284] -2015-03-09 21:20:34 sendUrl INFO 3 [284] R:OK -2015-03-09 21:21:23 queue INFO >>3 [285] -2015-03-09 21:21:23 sendUrl INFO 3 [285] R:OK -2015-03-09 21:22:04 queue INFO 7 [286] -2015-03-09 21:22:05 queue INFO >7 [287] -2015-03-09 21:22:05 sendUrl INFO 7 [286] R:OK -2015-03-09 21:22:05 sendUrl INFO 7 [287] R:OK -2015-03-09 21:22:06 queue INFO 3 [288] -2015-03-09 21:22:06 queue INFO >3 [289] -2015-03-09 21:22:06 sendUrl INFO 3 [288] R:OK -2015-03-09 21:22:07 sendUrl INFO 3 [289] R:OK -2015-03-09 21:22:56 queue INFO >>3 [290] -2015-03-09 21:22:56 sendUrl INFO 3 [290] R:OK -2015-03-09 21:23:46 queue INFO >>3 [291] -2015-03-09 21:23:46 sendUrl INFO 3 [291] R:OK -2015-03-09 21:24:36 queue INFO >>3 [292] -2015-03-09 21:24:37 sendUrl INFO 3 [292] R:OK -2015-03-09 21:25:27 queue INFO >>3 [293] -2015-03-09 21:25:27 sendUrl INFO 3 [293] R:OK -2015-03-09 21:26:17 queue INFO >>3 [294] -2015-03-09 21:26:17 sendUrl INFO 3 [294] R:OK -2015-03-09 21:27:07 queue INFO >>3 [295] -2015-03-09 21:27:07 sendUrl INFO 3 [295] R:OK -2015-03-09 21:27:57 queue INFO >>3 [296] -2015-03-09 21:27:57 sendUrl INFO 3 [296] R:OK -2015-03-09 21:28:47 queue INFO >>3 [297] -2015-03-09 21:28:47 sendUrl INFO 3 [297] R:OK -2015-03-09 21:29:37 queue INFO >>3 [298] -2015-03-09 21:29:38 sendUrl INFO 3 [298] R:OK -2015-03-09 21:30:27 queue INFO >>3 [299] -2015-03-09 21:30:28 sendUrl INFO 3 [299] R:OK -2015-03-09 21:31:09 queue INFO 7 [300] -2015-03-09 21:31:09 queue INFO >7 [301] -2015-03-09 21:31:09 sendUrl INFO 7 [300] R:OK -2015-03-09 21:31:09 sendUrl INFO 7 [301] R:OK -2015-03-09 21:31:10 queue INFO 3 [302] -2015-03-09 21:31:10 sendUrl INFO 3 [302] R:OK -2015-03-09 21:31:10 queue INFO >3 [303] -2015-03-09 21:31:11 sendUrl INFO 3 [303] R:OK -2015-03-09 21:32:00 queue INFO >>3 [304] -2015-03-09 21:32:01 sendUrl INFO 3 [304] R:OK -2015-03-09 21:32:50 queue INFO >>3 [305] -2015-03-09 21:32:51 sendUrl INFO 3 [305] R:OK -2015-03-09 21:33:41 queue INFO >>3 [306] -2015-03-09 21:33:41 sendUrl INFO 3 [306] R:OK -2015-03-09 21:34:31 queue INFO >>3 [307] -2015-03-09 21:34:31 sendUrl INFO 3 [307] R:OK -2015-03-09 21:35:21 queue INFO >>3 [308] -2015-03-09 21:35:21 sendUrl INFO 3 [308] R:OK -2015-03-09 21:36:11 queue INFO >>3 [309] -2015-03-09 21:36:11 sendUrl INFO 3 [309] R:OK -2015-03-09 21:37:01 queue INFO >>3 [310] -2015-03-09 21:37:02 sendUrl INFO 3 [310] R:OK -2015-03-09 21:37:51 queue INFO >>3 [311] -2015-03-09 21:37:52 sendUrl INFO 3 [311] R:OK -2015-03-09 21:38:42 queue INFO >>3 [312] -2015-03-09 21:38:42 sendUrl INFO 3 [312] R:OK -2015-03-09 21:39:32 queue INFO >>3 [313] -2015-03-09 21:39:32 sendUrl INFO 3 [313] R:OK -2015-03-09 21:40:13 queue INFO 7 [314] -2015-03-09 21:40:13 queue INFO >7 [315] -2015-03-09 21:40:13 sendUrl INFO 7 [314] R:OK -2015-03-09 21:40:14 sendUrl INFO 7 [315] R:OK -2015-03-09 21:40:14 queue INFO 3 [316] -2015-03-09 21:40:15 queue INFO >3 [317] -2015-03-09 21:40:15 sendUrl INFO 3 [316] R:OK -2015-03-09 21:40:15 sendUrl INFO 3 [317] R:OK -2015-03-09 21:41:05 queue INFO >>3 [318] -2015-03-09 21:41:05 sendUrl INFO 3 [318] R:OK -2015-03-09 21:41:55 queue INFO >>3 [319] -2015-03-09 21:41:55 sendUrl INFO 3 [319] R:OK -2015-03-09 21:42:45 queue INFO >>3 [320] -2015-03-09 21:42:45 sendUrl INFO 3 [320] R:OK -2015-03-09 21:43:35 queue INFO >>3 [321] -2015-03-09 21:43:35 sendUrl INFO 3 [321] R:OK -2015-03-09 21:44:25 queue INFO >>3 [322] -2015-03-09 21:44:26 sendUrl INFO 3 [322] R:OK -2015-03-09 21:45:15 queue INFO >>3 [323] -2015-03-09 21:45:16 sendUrl INFO 3 [323] R:OK -2015-03-09 21:46:06 queue INFO >>3 [324] -2015-03-09 21:46:06 sendUrl INFO 3 [324] R:OK -2015-03-09 21:46:56 queue INFO >>3 [325] -2015-03-09 21:46:56 sendUrl INFO 3 [325] R:OK -2015-03-09 21:47:46 queue INFO >>3 [326] -2015-03-09 21:47:46 sendUrl INFO 3 [326] R:OK -2015-03-09 21:48:36 queue INFO >>3 [327] -2015-03-09 21:48:36 sendUrl INFO 3 [327] R:OK -2015-03-09 21:49:18 queue INFO 7 [328] -2015-03-09 21:49:18 sendUrl INFO 7 [328] R:OK -2015-03-09 21:49:18 queue INFO >7 [329] -2015-03-09 21:49:19 sendUrl INFO 7 [329] R:OK -2015-03-09 21:49:20 queue INFO 3 [330] -2015-03-09 21:49:20 queue INFO >3 [331] -2015-03-09 21:49:20 sendUrl INFO 3 [330] R:OK -2015-03-09 21:49:21 sendUrl INFO 3 [331] R:OK -2015-03-09 21:50:10 queue INFO >>3 [332] -2015-03-09 21:50:10 sendUrl INFO 3 [332] R:OK -2015-03-09 21:51:00 queue INFO >>3 [333] -2015-03-09 21:51:00 sendUrl INFO 3 [333] R:OK -2015-03-09 21:51:50 queue INFO >>3 [334] -2015-03-09 21:51:51 sendUrl INFO 3 [334] R:OK -2015-03-09 21:52:40 queue INFO >>3 [335] -2015-03-09 21:52:40 sendUrl INFO 3 [335] R:OK -2015-03-09 21:53:30 queue INFO >>3 [336] -2015-03-09 21:53:31 sendUrl INFO 3 [336] R:OK -2015-03-09 21:54:20 queue INFO >>3 [337] -2015-03-09 21:54:21 sendUrl INFO 3 [337] R:OK -2015-03-09 21:55:11 queue INFO >>3 [338] -2015-03-09 21:55:11 sendUrl INFO 3 [338] R:OK -2015-03-09 21:56:01 queue INFO >>3 [339] -2015-03-09 21:56:01 sendUrl INFO 3 [339] R:OK -2015-03-09 21:56:51 queue INFO >>3 [340] -2015-03-09 21:56:51 sendUrl INFO 3 [340] R:OK -2015-03-09 21:57:41 queue INFO >>3 [341] -2015-03-09 21:57:41 sendUrl INFO 3 [341] R:OK -2015-03-09 21:58:22 queue INFO 7 [342] -2015-03-09 21:58:23 queue INFO >7 [343] -2015-03-09 21:58:23 sendUrl INFO 7 [342] R:OK -2015-03-09 21:58:23 sendUrl INFO 7 [343] R:OK -2015-03-09 21:58:24 queue INFO 3 [344] -2015-03-09 21:58:24 queue INFO >3 [345] -2015-03-09 21:58:24 sendUrl INFO 3 [344] R:OK -2015-03-09 21:58:25 sendUrl INFO 3 [345] R:OK -2015-03-09 21:59:14 queue INFO >>3 [346] -2015-03-09 21:59:14 sendUrl INFO 3 [346] R:OK -2015-03-09 22:00:04 queue INFO >>3 [347] -2015-03-09 22:00:05 sendUrl INFO 3 [347] R:OK -2015-03-09 22:00:54 queue INFO >>3 [348] -2015-03-09 22:00:55 sendUrl INFO 3 [348] R:OK -2015-03-09 22:01:45 queue INFO >>3 [349] -2015-03-09 22:01:45 sendUrl INFO 3 [349] R:OK -2015-03-09 22:02:35 queue INFO >>3 [350] -2015-03-09 22:02:35 sendUrl INFO 3 [350] R:OK -2015-03-09 22:03:25 queue INFO >>3 [351] -2015-03-09 22:03:25 sendUrl INFO 3 [351] R:OK -2015-03-09 22:04:15 queue INFO >>3 [352] -2015-03-09 22:04:15 sendUrl INFO 3 [352] R:OK -2015-03-09 22:05:05 queue INFO >>3 [353] -2015-03-09 22:05:05 sendUrl INFO 3 [353] R:OK -2015-03-09 22:05:55 queue INFO >>3 [354] -2015-03-09 22:05:56 sendUrl INFO 3 [354] R:OK -2015-03-09 22:06:45 queue INFO >>3 [355] -2015-03-09 22:06:46 sendUrl INFO 3 [355] R:OK -2015-03-09 22:07:27 queue INFO 7 [356] -2015-03-09 22:07:27 queue INFO >7 [357] -2015-03-09 22:07:27 sendUrl INFO 7 [356] R:OK -2015-03-09 22:07:28 sendUrl INFO 7 [357] R:OK -2015-03-09 22:07:29 queue INFO 3 [358] -2015-03-09 22:07:29 queue INFO >3 [359] -2015-03-09 22:07:29 sendUrl INFO 3 [358] R:OK -2015-03-09 22:07:29 sendUrl INFO 3 [359] R:OK -2015-03-09 22:08:19 queue INFO >>3 [360] -2015-03-09 22:08:19 sendUrl INFO 3 [360] R:OK -2015-03-09 22:09:09 queue INFO >>3 [361] -2015-03-09 22:09:09 sendUrl INFO 3 [361] R:OK -2015-03-09 22:09:59 queue INFO >>3 [362] -2015-03-09 22:09:59 sendUrl INFO 3 [362] R:OK -2015-03-09 22:10:49 queue INFO >>3 [363] -2015-03-09 22:10:50 sendUrl INFO 3 [363] R:OK -2015-03-09 22:11:39 queue INFO >>3 [364] -2015-03-09 22:11:39 sendUrl INFO 3 [364] R:OK -2015-03-09 22:12:29 queue INFO >>3 [365] -2015-03-09 22:12:30 sendUrl INFO 3 [365] R:OK -2015-03-09 22:13:20 queue INFO >>3 [366] -2015-03-09 22:13:20 sendUrl INFO 3 [366] R:OK -2015-03-09 22:14:10 queue INFO >>3 [367] -2015-03-09 22:14:10 sendUrl INFO 3 [367] R:OK -2015-03-09 22:15:00 queue INFO >>3 [368] -2015-03-09 22:15:00 sendUrl INFO 3 [368] R:OK -2015-03-09 22:15:50 queue INFO >>3 [369] -2015-03-09 22:15:50 sendUrl INFO 3 [369] R:OK -2015-03-09 22:16:31 queue INFO 7 [370] -2015-03-09 22:16:32 queue INFO >7 [371] -2015-03-09 22:16:32 sendUrl INFO 7 [370] R:OK -2015-03-09 22:16:32 sendUrl INFO 7 [371] R:OK -2015-03-09 22:16:33 queue INFO 3 [372] -2015-03-09 22:16:33 queue INFO >3 [373] -2015-03-09 22:16:33 sendUrl INFO 3 [372] R:OK -2015-03-09 22:16:34 sendUrl INFO 3 [373] R:OK -2015-03-09 22:17:23 queue INFO >>3 [374] -2015-03-09 22:17:23 sendUrl INFO 3 [374] R:OK -2015-03-09 22:18:13 queue INFO >>3 [375] -2015-03-09 22:18:14 sendUrl INFO 3 [375] R:OK -2015-03-09 22:19:03 queue INFO >>3 [376] -2015-03-09 22:19:04 sendUrl INFO 3 [376] R:OK -2015-03-09 22:19:54 queue INFO >>3 [377] -2015-03-09 22:19:54 sendUrl INFO 3 [377] R:OK -2015-03-09 22:20:44 queue INFO >>3 [378] -2015-03-09 22:20:44 sendUrl INFO 3 [378] R:OK -2015-03-09 22:21:34 queue INFO >>3 [379] -2015-03-09 22:21:34 sendUrl INFO 3 [379] R:OK -2015-03-09 22:22:24 queue INFO >>3 [380] -2015-03-09 22:22:24 sendUrl INFO 3 [380] R:OK -2015-03-09 22:23:14 queue INFO >>3 [381] -2015-03-09 22:23:15 sendUrl INFO 3 [381] R:OK -2015-03-09 22:24:04 queue INFO >>3 [382] -2015-03-09 22:24:04 sendUrl INFO 3 [382] R:OK -2015-03-09 22:24:54 queue INFO >>3 [383] -2015-03-09 22:24:55 sendUrl INFO 3 [383] R:OK -2015-03-09 22:25:36 queue INFO 7 [384] -2015-03-09 22:25:36 queue INFO >7 [385] -2015-03-09 22:25:36 sendUrl INFO 7 [384] R:OK -2015-03-09 22:25:36 sendUrl INFO 7 [385] R:OK -2015-03-09 22:25:37 queue INFO 3 [386] -2015-03-09 22:25:37 queue INFO >3 [387] -2015-03-09 22:25:38 sendUrl INFO 3 [386] R:OK -2015-03-09 22:25:38 sendUrl INFO 3 [387] R:OK -2015-03-09 22:25:53 queue INFO 21 [388] -2015-03-09 22:25:53 queue INFO >21 [389] -2015-03-09 22:25:54 sendUrl INFO 21 [388] R:OK -2015-03-09 22:25:54 sendUrl INFO 21 [389] R:OK -2015-03-09 22:26:43 queue INFO >>21 [390] -2015-03-09 22:26:44 sendUrl INFO 21 [390] R:OK -2015-03-09 22:27:34 queue INFO >>21 [391] -2015-03-09 22:27:34 sendUrl INFO 21 [391] R:OK -2015-03-09 22:28:24 queue INFO >>21 [392] -2015-03-09 22:28:24 sendUrl INFO 21 [392] R:OK -2015-03-09 22:29:14 queue INFO >>21 [393] -2015-03-09 22:29:14 sendUrl INFO 21 [393] R:OK -2015-03-09 22:30:04 queue INFO >>21 [394] -2015-03-09 22:30:04 sendUrl INFO 21 [394] R:OK -2015-03-09 22:30:54 queue INFO >>21 [395] -2015-03-09 22:30:55 sendUrl INFO 21 [395] R:OK -2015-03-09 22:31:44 queue INFO >>21 [396] -2015-03-09 22:31:44 sendUrl INFO 21 [396] R:OK -2015-03-09 22:32:34 queue INFO >>21 [397] -2015-03-09 22:32:35 sendUrl INFO 21 [397] R:OK -2015-03-09 22:32:37 queue INFO 1 [398] -2015-03-09 22:32:37 queue INFO >1 [399] -2015-03-09 22:32:38 sendUrl INFO 1 [398] R:OK -2015-03-09 22:32:38 sendUrl INFO 1 [399] R:OK -2015-03-09 22:32:47 queue INFO 3 [400] -2015-03-09 22:32:47 sendUrl INFO 3 [400] R:OK -2015-03-09 22:32:47 queue INFO >3 [401] -2015-03-09 22:32:47 sendUrl INFO 3 [401] R:OK -2015-03-09 22:33:37 queue INFO >>3 [402] -2015-03-09 22:33:37 sendUrl INFO 3 [402] R:OK -2015-03-09 22:34:27 queue INFO >>3 [403] -2015-03-09 22:34:28 sendUrl INFO 3 [403] R:OK -2015-03-09 22:35:17 queue INFO >>3 [404] -2015-03-09 22:35:17 sendUrl INFO 3 [404] R:OK -2015-03-09 22:36:07 queue INFO >>3 [405] -2015-03-09 22:36:08 sendUrl INFO 3 [405] R:OK -2015-03-09 22:36:57 queue INFO >>3 [406] -2015-03-09 22:36:58 sendUrl INFO 3 [406] R:OK -2015-03-09 22:37:48 queue INFO >>3 [407] -2015-03-09 22:37:48 sendUrl INFO 3 [407] R:OK -2015-03-09 22:38:38 queue INFO >>3 [408] -2015-03-09 22:38:38 sendUrl INFO 3 [408] R:OK -2015-03-09 22:39:28 queue INFO >>3 [409] -2015-03-09 22:39:28 sendUrl INFO 3 [409] R:OK -2015-03-09 22:40:18 queue INFO >>3 [410] -2015-03-09 22:40:18 sendUrl INFO 3 [410] R:OK -2015-03-09 22:40:37 queue INFO 7 [411] -2015-03-09 22:40:37 queue INFO >7 [412] -2015-03-09 22:40:38 sendUrl INFO 7 [411] R:OK -2015-03-09 22:40:38 sendUrl INFO 7 [412] R:OK -2015-03-09 22:40:39 queue INFO 3 [413] -2015-03-09 22:40:39 queue INFO >3 [414] -2015-03-09 22:40:39 sendUrl INFO 3 [413] R:OK -2015-03-09 22:40:40 sendUrl INFO 3 [414] R:OK -2015-03-09 22:41:29 queue INFO >>3 [415] -2015-03-09 22:41:29 sendUrl INFO 3 [415] R:OK -2015-03-09 22:42:19 queue INFO >>3 [416] -2015-03-09 22:42:19 sendUrl INFO 3 [416] R:OK -2015-03-09 22:43:09 queue INFO >>3 [417] -2015-03-09 22:43:10 sendUrl INFO 3 [417] R:OK -2015-03-09 22:43:59 queue INFO >>3 [418] -2015-03-09 22:44:00 sendUrl INFO 3 [418] R:OK -2015-03-09 22:44:50 queue INFO >>3 [419] -2015-03-09 22:44:50 sendUrl INFO 3 [419] R:OK -2015-03-09 22:45:40 queue INFO >>3 [420] -2015-03-09 22:45:40 sendUrl INFO 3 [420] R:OK -2015-03-09 22:46:30 queue INFO >>3 [421] -2015-03-09 22:46:30 sendUrl INFO 3 [421] R:OK -2015-03-09 22:47:20 queue INFO >>3 [422] -2015-03-09 22:47:20 sendUrl INFO 3 [422] R:OK -2015-03-09 22:48:10 queue INFO >>3 [423] -2015-03-09 22:48:10 sendUrl INFO 3 [423] R:OK -2015-03-09 22:49:00 queue INFO >>3 [424] -2015-03-09 22:49:01 sendUrl INFO 3 [424] R:OK -2015-03-09 22:49:42 queue INFO 7 [425] -2015-03-09 22:49:43 queue INFO >7 [426] -2015-03-09 22:49:43 sendUrl INFO 7 [425] R:OK -2015-03-09 22:49:43 sendUrl INFO 7 [426] R:OK -2015-03-09 22:49:44 queue INFO 3 [427] -2015-03-09 22:49:44 sendUrl INFO 3 [427] R:OK -2015-03-09 22:49:44 queue INFO >3 [428] -2015-03-09 22:49:45 sendUrl INFO 3 [428] R:OK -2015-03-09 22:50:34 queue INFO >>3 [429] -2015-03-09 22:50:34 sendUrl INFO 3 [429] R:OK -2015-03-09 22:51:24 queue INFO >>3 [430] -2015-03-09 22:51:25 sendUrl INFO 3 [430] R:OK -2015-03-09 22:52:14 queue INFO >>3 [431] -2015-03-09 22:52:15 sendUrl INFO 3 [431] R:OK -2015-03-09 22:53:05 queue INFO >>3 [432] -2015-03-09 22:53:05 sendUrl INFO 3 [432] R:OK -2015-03-09 22:53:55 queue INFO >>3 [433] -2015-03-09 22:53:55 sendUrl INFO 3 [433] R:OK -2015-03-09 22:54:45 queue INFO >>3 [434] -2015-03-09 22:54:45 sendUrl INFO 3 [434] R:OK -2015-03-09 22:55:35 queue INFO >>3 [435] -2015-03-09 22:55:35 sendUrl INFO 3 [435] R:OK -2015-03-09 22:56:25 queue INFO >>3 [436] -2015-03-09 22:56:26 sendUrl INFO 3 [436] R:OK -2015-03-09 22:57:15 queue INFO >>3 [437] -2015-03-09 22:57:16 sendUrl INFO 3 [437] R:OK -2015-03-09 22:58:06 queue INFO >>3 [438] -2015-03-09 22:58:06 sendUrl INFO 3 [438] R:OK -2015-03-09 22:58:47 queue INFO 7 [439] -2015-03-09 22:58:47 queue INFO >7 [440] -2015-03-09 22:58:47 sendUrl INFO 7 [439] R:OK -2015-03-09 22:58:48 sendUrl INFO 7 [440] R:OK -2015-03-09 22:58:48 queue INFO 3 [441] -2015-03-09 22:58:49 queue INFO >3 [442] -2015-03-09 22:58:49 sendUrl INFO 3 [441] R:OK -2015-03-09 22:58:49 sendUrl INFO 3 [442] R:OK -2015-03-09 22:59:39 queue INFO >>3 [443] -2015-03-09 22:59:39 sendUrl INFO 3 [443] R:OK -2015-03-09 23:00:29 queue INFO >>3 [444] -2015-03-09 23:00:29 sendUrl INFO 3 [444] R:OK -2015-03-09 23:01:19 queue INFO >>3 [445] -2015-03-09 23:01:19 sendUrl INFO 3 [445] R:OK -2015-03-09 23:02:09 queue INFO >>3 [446] -2015-03-09 23:02:10 sendUrl INFO 3 [446] R:OK -2015-03-09 23:02:59 queue INFO >>3 [447] -2015-03-09 23:02:59 sendUrl INFO 3 [447] R:OK -2015-03-09 23:03:49 queue INFO >>3 [448] -2015-03-09 23:03:50 sendUrl INFO 3 [448] R:OK -2015-03-09 23:04:40 queue INFO >>3 [449] -2015-03-09 23:04:40 sendUrl INFO 3 [449] R:OK -2015-03-09 23:05:30 queue INFO >>3 [450] -2015-03-09 23:05:30 sendUrl INFO 3 [450] R:OK -2015-03-09 23:06:20 queue INFO >>3 [451] -2015-03-09 23:06:20 sendUrl INFO 3 [451] R:OK -2015-03-09 23:07:10 queue INFO >>3 [452] -2015-03-09 23:07:11 sendUrl INFO 3 [452] R:OK -2015-03-09 23:07:51 queue INFO 7 [453] -2015-03-09 23:07:52 queue INFO >7 [454] -2015-03-09 23:07:52 sendUrl INFO 7 [453] R:OK -2015-03-09 23:07:52 sendUrl INFO 7 [454] R:OK -2015-03-09 23:07:53 queue INFO 3 [455] -2015-03-09 23:07:53 queue INFO >3 [456] -2015-03-09 23:07:53 sendUrl INFO 3 [455] R:OK -2015-03-09 23:07:54 sendUrl INFO 3 [456] R:OK -2015-03-09 23:08:43 queue INFO >>3 [457] -2015-03-09 23:08:43 sendUrl INFO 3 [457] R:OK -2015-03-09 23:09:33 queue INFO >>3 [458] -2015-03-09 23:09:34 sendUrl INFO 3 [458] R:OK -2015-03-09 23:10:23 queue INFO >>3 [459] -2015-03-09 23:10:24 sendUrl INFO 3 [459] R:OK -2015-03-09 23:11:14 queue INFO >>3 [460] -2015-03-09 23:11:14 sendUrl INFO 3 [460] R:OK -2015-03-09 23:12:04 queue INFO >>3 [461] -2015-03-09 23:12:04 sendUrl INFO 3 [461] R:OK -2015-03-09 23:12:54 queue INFO >>3 [462] -2015-03-09 23:12:54 sendUrl INFO 3 [462] R:OK -2015-03-09 23:13:44 queue INFO >>3 [463] -2015-03-09 23:13:44 sendUrl INFO 3 [463] R:OK -2015-03-09 23:14:34 queue INFO >>3 [464] -2015-03-09 23:14:35 sendUrl INFO 3 [464] R:OK -2015-03-09 23:15:24 queue INFO >>3 [465] -2015-03-09 23:15:25 sendUrl INFO 3 [465] R:OK -2015-03-09 23:16:14 queue INFO >>3 [466] -2015-03-09 23:16:15 sendUrl INFO 3 [466] R:OK -2015-03-09 23:16:56 queue INFO 7 [467] -2015-03-09 23:16:56 queue INFO >7 [468] -2015-03-09 23:16:56 sendUrl INFO 7 [467] R:OK -2015-03-09 23:16:56 sendUrl INFO 7 [468] R:OK -2015-03-09 23:16:57 queue INFO 3 [469] -2015-03-09 23:16:57 queue INFO >3 [470] -2015-03-09 23:16:58 sendUrl INFO 3 [469] R:OK -2015-03-09 23:16:58 sendUrl INFO 3 [470] R:OK -2015-03-09 23:17:47 queue INFO >>3 [471] -2015-03-09 23:17:48 sendUrl INFO 3 [471] R:OK -2015-03-09 23:18:37 queue INFO >>3 [472] -2015-03-09 23:18:38 sendUrl INFO 3 [472] R:OK -2015-03-09 23:19:28 queue INFO >>3 [473] -2015-03-09 23:19:28 sendUrl INFO 3 [473] R:OK -2015-03-09 23:20:18 queue INFO >>3 [474] -2015-03-09 23:20:18 sendUrl INFO 3 [474] R:OK -2015-03-09 23:21:08 queue INFO >>3 [475] -2015-03-09 23:21:08 sendUrl INFO 3 [475] R:OK -2015-03-09 23:21:58 queue INFO >>3 [476] -2015-03-09 23:21:58 sendUrl INFO 3 [476] R:OK -2015-03-09 23:22:48 queue INFO >>3 [477] -2015-03-09 23:22:48 sendUrl INFO 3 [477] R:OK -2015-03-09 23:23:38 queue INFO >>3 [478] -2015-03-09 23:23:39 sendUrl INFO 3 [478] R:OK -2015-03-09 23:24:28 queue INFO >>3 [479] -2015-03-09 23:24:29 sendUrl INFO 3 [479] R:OK -2015-03-09 23:25:19 queue INFO >>3 [480] -2015-03-09 23:25:19 sendUrl INFO 3 [480] R:OK -2015-03-09 23:26:00 queue INFO 7 [481] -2015-03-09 23:26:00 queue INFO >7 [482] -2015-03-09 23:26:00 sendUrl INFO 7 [481] R:OK -2015-03-09 23:26:01 sendUrl INFO 7 [482] R:OK -2015-03-09 23:26:02 queue INFO 3 [483] -2015-03-09 23:26:02 sendUrl INFO 3 [483] R:OK -2015-03-09 23:26:02 queue INFO >3 [484] -2015-03-09 23:26:02 sendUrl INFO 3 [484] R:OK -2015-03-09 23:26:52 queue INFO >>3 [485] -2015-03-09 23:26:52 sendUrl INFO 3 [485] R:OK -2015-03-09 23:27:42 queue INFO >>3 [486] -2015-03-09 23:27:42 sendUrl INFO 3 [486] R:OK -2015-03-09 23:28:32 queue INFO >>3 [487] -2015-03-09 23:28:32 sendUrl INFO 3 [487] R:OK -2015-03-09 23:29:22 queue INFO >>3 [488] -2015-03-09 23:29:22 sendUrl INFO 3 [488] R:OK -2015-03-09 23:30:12 queue INFO >>3 [489] -2015-03-09 23:30:13 sendUrl INFO 3 [489] R:OK -2015-03-09 23:31:02 queue INFO >>3 [490] -2015-03-09 23:31:03 sendUrl INFO 3 [490] R:OK -2015-03-09 23:31:53 queue INFO >>3 [491] -2015-03-09 23:31:53 sendUrl INFO 3 [491] R:OK -2015-03-09 23:32:43 queue INFO >>3 [492] -2015-03-09 23:32:43 sendUrl INFO 3 [492] R:OK -2015-03-09 23:33:33 queue INFO >>3 [493] -2015-03-09 23:33:33 sendUrl INFO 3 [493] R:OK -2015-03-09 23:34:23 queue INFO >>3 [494] -2015-03-09 23:34:23 sendUrl INFO 3 [494] R:OK -2015-03-09 23:35:04 queue INFO 7 [495] -2015-03-09 23:35:04 queue INFO >7 [496] -2015-03-09 23:35:05 sendUrl INFO 7 [495] R:OK -2015-03-09 23:35:05 sendUrl INFO 7 [496] R:OK -2015-03-09 23:35:06 queue INFO 3 [497] -2015-03-09 23:35:06 queue INFO >3 [498] -2015-03-09 23:35:06 sendUrl INFO 3 [497] R:OK -2015-03-09 23:35:07 sendUrl INFO 3 [498] R:OK -2015-03-09 23:35:56 queue INFO >>3 [499] -2015-03-09 23:35:57 sendUrl INFO 3 [499] R:OK -2015-03-09 23:36:46 queue INFO >>3 [500] -2015-03-09 23:36:46 sendUrl INFO 3 [500] R:OK -2015-03-09 23:37:36 queue INFO >>3 [501] -2015-03-09 23:37:37 sendUrl INFO 3 [501] R:OK -2015-03-09 23:38:26 queue INFO >>3 [502] -2015-03-09 23:38:27 sendUrl INFO 3 [502] R:OK -2015-03-09 23:39:17 queue INFO >>3 [503] -2015-03-09 23:39:17 sendUrl INFO 3 [503] R:OK -2015-03-09 23:40:07 queue INFO >>3 [504] -2015-03-09 23:40:07 sendUrl INFO 3 [504] R:OK -2015-03-09 23:40:57 queue INFO >>3 [505] -2015-03-09 23:40:57 sendUrl INFO 3 [505] R:OK -2015-03-09 23:41:47 queue INFO >>3 [506] -2015-03-09 23:41:47 sendUrl INFO 3 [506] R:OK -2015-03-09 23:42:37 queue INFO >>3 [507] -2015-03-09 23:42:38 sendUrl INFO 3 [507] R:OK -2015-03-09 23:43:27 queue INFO >>3 [508] -2015-03-09 23:43:28 sendUrl INFO 3 [508] R:OK -2015-03-09 23:44:09 queue INFO 7 [509] -2015-03-09 23:44:09 sendUrl INFO 7 [509] R:OK -2015-03-09 23:44:09 queue INFO >7 [510] -2015-03-09 23:44:10 sendUrl INFO 7 [510] R:OK -2015-03-09 23:44:11 queue INFO 3 [511] -2015-03-09 23:44:11 queue INFO >3 [512] -2015-03-09 23:44:11 sendUrl INFO 3 [511] R:OK -2015-03-09 23:44:12 sendUrl INFO 3 [512] R:OK -2015-03-09 23:45:01 queue INFO >>3 [513] -2015-03-09 23:45:01 sendUrl INFO 3 [513] R:OK -2015-03-09 23:45:51 queue INFO >>3 [514] -2015-03-09 23:45:52 sendUrl INFO 3 [514] R:OK -2015-03-09 23:46:41 queue INFO >>3 [515] -2015-03-09 23:46:42 sendUrl INFO 3 [515] R:OK -2015-03-09 23:47:31 queue INFO >>3 [516] -2015-03-09 23:47:32 sendUrl INFO 3 [516] R:OK -2015-03-09 23:48:22 queue INFO >>3 [517] -2015-03-09 23:48:22 sendUrl INFO 3 [517] R:OK -2015-03-09 23:49:12 queue INFO >>3 [518] -2015-03-09 23:49:12 sendUrl INFO 3 [518] R:OK -2015-03-09 23:50:02 queue INFO >>3 [519] -2015-03-09 23:50:02 sendUrl INFO 3 [519] R:OK -2015-03-09 23:50:52 queue INFO >>3 [520] -2015-03-09 23:50:53 sendUrl INFO 3 [520] R:OK -2015-03-09 23:51:42 queue INFO >>3 [521] -2015-03-09 23:51:42 sendUrl INFO 3 [521] R:OK -2015-03-09 23:52:32 queue INFO >>3 [522] -2015-03-09 23:52:33 sendUrl INFO 3 [522] R:OK -2015-03-09 23:53:14 queue INFO 7 [523] -2015-03-09 23:53:14 queue INFO >7 [524] -2015-03-09 23:53:14 sendUrl INFO 7 [523] R:OK -2015-03-09 23:53:14 sendUrl INFO 7 [524] R:OK -2015-03-09 23:53:15 queue INFO 3 [525] -2015-03-09 23:53:15 sendUrl INFO 3 [525] R:OK -2015-03-09 23:53:16 queue INFO >3 [526] -2015-03-09 23:53:16 sendUrl INFO 3 [526] R:OK -2015-03-09 23:54:05 queue INFO >>3 [527] -2015-03-09 23:54:06 sendUrl INFO 3 [527] R:OK -2015-03-09 23:54:56 queue INFO >>3 [528] -2015-03-09 23:54:56 sendUrl INFO 3 [528] R:OK -2015-03-09 23:55:46 queue INFO >>3 [529] -2015-03-09 23:55:46 sendUrl INFO 3 [529] R:OK -2015-03-09 23:56:36 queue INFO >>3 [530] -2015-03-09 23:56:36 sendUrl INFO 3 [530] R:OK -2015-03-09 23:57:26 queue INFO >>3 [531] -2015-03-09 23:57:27 sendUrl INFO 3 [531] R:OK -2015-03-09 23:58:16 queue INFO >>3 [532] -2015-03-09 23:58:16 sendUrl INFO 3 [532] R:OK -2015-03-09 23:59:06 queue INFO >>3 [533] -2015-03-09 23:59:07 sendUrl INFO 3 [533] R:OK -2015-03-09 23:59:57 queue INFO >>3 [534] -2015-03-09 23:59:57 sendUrl INFO 3 [534] R:OK -2015-03-10 00:00:47 queue INFO >>3 [535] -2015-03-10 00:00:47 sendUrl INFO 3 [535] R:OK -2015-03-10 00:01:37 queue INFO >>3 [536] -2015-03-10 00:01:37 sendUrl INFO 3 [536] R:OK -2015-03-10 00:02:18 queue INFO 7 [537] -2015-03-10 00:02:19 queue INFO >7 [538] -2015-03-10 00:02:19 sendUrl INFO 7 [537] R:OK -2015-03-10 00:02:19 sendUrl INFO 7 [538] R:OK -2015-03-10 00:02:20 queue INFO 3 [539] -2015-03-10 00:02:20 sendUrl INFO 3 [539] R:OK -2015-03-10 00:02:20 queue INFO >3 [540] -2015-03-10 00:02:21 sendUrl INFO 3 [540] R:OK -2015-03-10 00:03:10 queue INFO >>3 [541] -2015-03-10 00:03:10 sendUrl INFO 3 [541] R:OK -2015-03-10 00:04:00 queue INFO >>3 [542] -2015-03-10 00:04:01 sendUrl INFO 3 [542] R:OK -2015-03-10 00:04:50 queue INFO >>3 [543] -2015-03-10 00:04:51 sendUrl INFO 3 [543] R:OK -2015-03-10 00:05:41 queue INFO >>3 [544] -2015-03-10 00:05:41 sendUrl INFO 3 [544] R:OK -2015-03-10 00:06:31 queue INFO >>3 [545] -2015-03-10 00:06:31 sendUrl INFO 3 [545] R:OK -2015-03-10 00:07:21 queue INFO >>3 [546] -2015-03-10 00:07:21 sendUrl INFO 3 [546] R:OK -2015-03-10 00:08:11 queue INFO >>3 [547] -2015-03-10 00:08:11 sendUrl INFO 3 [547] R:OK -2015-03-10 00:09:01 queue INFO >>3 [548] -2015-03-10 00:09:02 sendUrl INFO 3 [548] R:OK -2015-03-10 00:09:51 queue INFO >>3 [549] -2015-03-10 00:09:52 sendUrl INFO 3 [549] R:OK -2015-03-10 00:10:41 queue INFO >>3 [550] -2015-03-10 00:10:42 sendUrl INFO 3 [550] R:OK -2015-03-10 00:11:23 queue INFO 7 [551] -2015-03-10 00:11:23 queue INFO >7 [552] -2015-03-10 00:11:23 sendUrl INFO 7 [551] R:OK -2015-03-10 00:11:24 sendUrl INFO 7 [552] R:OK -2015-03-10 00:11:24 queue INFO 3 [553] -2015-03-10 00:11:24 queue INFO >3 [554] -2015-03-10 00:11:25 sendUrl INFO 3 [553] R:OK -2015-03-10 00:11:25 sendUrl INFO 3 [554] R:OK -2015-03-10 00:12:14 queue INFO >>3 [555] -2015-03-10 00:12:15 sendUrl INFO 3 [555] R:OK -2015-03-10 00:13:05 queue INFO >>3 [556] -2015-03-10 00:13:05 sendUrl INFO 3 [556] R:OK -2015-03-10 00:13:55 queue INFO >>3 [557] -2015-03-10 00:13:55 sendUrl INFO 3 [557] R:OK -2015-03-10 00:14:45 queue INFO >>3 [558] -2015-03-10 00:14:45 sendUrl INFO 3 [558] R:OK -2015-03-10 00:15:35 queue INFO >>3 [559] -2015-03-10 00:15:35 sendUrl INFO 3 [559] R:OK -2015-03-10 00:16:25 queue INFO >>3 [560] -2015-03-10 00:16:26 sendUrl INFO 3 [560] R:OK -2015-03-10 00:17:15 queue INFO >>3 [561] -2015-03-10 00:17:16 sendUrl INFO 3 [561] R:OK -2015-03-10 00:18:05 queue INFO >>3 [562] -2015-03-10 00:18:06 sendUrl INFO 3 [562] R:OK -2015-03-10 00:18:56 queue INFO >>3 [563] -2015-03-10 00:18:56 sendUrl INFO 3 [563] R:OK -2015-03-10 00:19:46 queue INFO >>3 [564] -2015-03-10 00:19:46 sendUrl INFO 3 [564] R:OK -2015-03-10 00:20:27 queue INFO 7 [565] -2015-03-10 00:20:27 queue INFO >7 [566] -2015-03-10 00:20:27 sendUrl INFO 7 [565] R:OK -2015-03-10 00:20:28 sendUrl INFO 7 [566] R:OK -2015-03-10 00:20:28 queue INFO 3 [567] -2015-03-10 00:20:29 queue INFO >3 [568] -2015-03-10 00:20:29 sendUrl INFO 3 [567] R:OK -2015-03-10 00:20:29 sendUrl INFO 3 [568] R:OK -2015-03-10 00:21:19 queue INFO >>3 [569] -2015-03-10 00:21:19 sendUrl INFO 3 [569] R:OK -2015-03-10 00:22:09 queue INFO >>3 [570] -2015-03-10 00:22:09 sendUrl INFO 3 [570] R:OK -2015-03-10 00:22:59 queue INFO >>3 [571] -2015-03-10 00:22:59 sendUrl INFO 3 [571] R:OK -2015-03-10 00:23:49 queue INFO >>3 [572] -2015-03-10 00:23:50 sendUrl INFO 3 [572] R:OK -2015-03-10 00:24:39 queue INFO >>3 [573] -2015-03-10 00:24:39 sendUrl INFO 3 [573] R:OK -2015-03-10 00:25:29 queue INFO >>3 [574] -2015-03-10 00:25:30 sendUrl INFO 3 [574] R:OK -2015-03-10 00:26:20 queue INFO >>3 [575] -2015-03-10 00:26:20 sendUrl INFO 3 [575] R:OK -2015-03-10 00:27:10 queue INFO >>3 [576] -2015-03-10 00:27:10 sendUrl INFO 3 [576] R:OK -2015-03-10 00:28:00 queue INFO >>3 [577] -2015-03-10 00:28:00 sendUrl INFO 3 [577] R:OK -2015-03-10 00:28:50 queue INFO >>3 [578] -2015-03-10 00:28:50 sendUrl INFO 3 [578] R:OK -2015-03-10 00:29:31 queue INFO 7 [579] -2015-03-10 00:29:31 queue INFO >7 [580] -2015-03-10 00:29:31 sendUrl INFO 7 [579] R:OK -2015-03-10 00:29:32 sendUrl INFO 7 [580] R:OK -2015-03-10 00:29:33 queue INFO 3 [581] -2015-03-10 00:29:33 sendUrl INFO 3 [581] R:OK -2015-03-10 00:29:33 queue INFO >3 [582] -2015-03-10 00:29:33 sendUrl INFO 3 [582] R:OK -2015-03-10 00:30:23 queue INFO >>3 [583] -2015-03-10 00:30:23 sendUrl INFO 3 [583] R:OK -2015-03-10 00:31:13 queue INFO >>3 [584] -2015-03-10 00:31:14 sendUrl INFO 3 [584] R:OK -2015-03-10 00:32:03 queue INFO >>3 [585] -2015-03-10 00:32:03 sendUrl INFO 3 [585] R:OK -2015-03-10 00:32:53 queue INFO >>3 [586] -2015-03-10 00:32:54 sendUrl INFO 3 [586] R:OK -2015-03-10 00:33:44 queue INFO >>3 [587] -2015-03-10 00:33:44 sendUrl INFO 3 [587] R:OK -2015-03-10 00:34:34 queue INFO >>3 [588] -2015-03-10 00:34:34 sendUrl INFO 3 [588] R:OK -2015-03-10 00:35:24 queue INFO >>3 [589] -2015-03-10 00:35:24 sendUrl INFO 3 [589] R:OK -2015-03-10 00:36:14 queue INFO >>3 [590] -2015-03-10 00:36:14 sendUrl INFO 3 [590] R:OK -2015-03-10 00:37:04 queue INFO >>3 [591] -2015-03-10 00:37:04 sendUrl INFO 3 [591] R:OK -2015-03-10 00:37:54 queue INFO >>3 [592] -2015-03-10 00:37:55 sendUrl INFO 3 [592] R:OK -2015-03-10 00:38:36 queue INFO 7 [593] -2015-03-10 00:38:36 queue INFO >7 [594] -2015-03-10 00:38:37 sendUrl INFO 7 [593] R:OK -2015-03-10 00:38:37 sendUrl INFO 7 [594] R:OK -2015-03-10 00:38:38 queue INFO 3 [595] -2015-03-10 00:38:38 queue INFO >3 [596] -2015-03-10 00:38:38 sendUrl INFO 3 [595] R:OK -2015-03-10 00:38:39 sendUrl INFO 3 [596] R:OK -2015-03-10 00:39:28 queue INFO >>3 [597] -2015-03-10 00:39:28 sendUrl INFO 3 [597] R:OK -2015-03-10 00:40:18 queue INFO >>3 [598] -2015-03-10 00:40:19 sendUrl INFO 3 [598] R:OK -2015-03-10 00:41:08 queue INFO >>3 [599] -2015-03-10 00:41:09 sendUrl INFO 3 [599] R:OK -2015-03-10 00:41:58 queue INFO >>3 [600] -2015-03-10 00:41:59 sendUrl INFO 3 [600] R:OK -2015-03-10 00:42:49 queue INFO >>3 [601] -2015-03-10 00:42:49 sendUrl INFO 3 [601] R:OK -2015-03-10 00:43:39 queue INFO >>3 [602] -2015-03-10 00:43:39 sendUrl INFO 3 [602] R:OK -2015-03-10 00:44:29 queue INFO >>3 [603] -2015-03-10 00:44:29 sendUrl INFO 3 [603] R:OK -2015-03-10 00:45:19 queue INFO >>3 [604] -2015-03-10 00:45:19 sendUrl INFO 3 [604] R:OK -2015-03-10 00:46:09 queue INFO >>3 [605] -2015-03-10 00:46:10 sendUrl INFO 3 [605] R:OK -2015-03-10 00:46:59 queue INFO >>3 [606] -2015-03-10 00:47:00 sendUrl INFO 3 [606] R:OK -2015-03-10 00:47:41 queue INFO 7 [607] -2015-03-10 00:47:41 queue INFO >7 [608] -2015-03-10 00:47:41 sendUrl INFO 7 [607] R:OK -2015-03-10 00:47:42 sendUrl INFO 7 [608] R:OK -2015-03-10 00:47:42 queue INFO 3 [609] -2015-03-10 00:47:42 queue INFO >3 [610] -2015-03-10 00:47:43 sendUrl INFO 3 [609] R:OK -2015-03-10 00:47:43 sendUrl INFO 3 [610] R:OK -2015-03-10 00:48:32 queue INFO >>3 [611] -2015-03-10 00:48:33 sendUrl INFO 3 [611] R:OK -2015-03-10 00:49:23 queue INFO >>3 [612] -2015-03-10 00:49:23 sendUrl INFO 3 [612] R:OK -2015-03-10 00:50:13 queue INFO >>3 [613] -2015-03-10 00:50:13 sendUrl INFO 3 [613] R:OK -2015-03-10 00:51:03 queue INFO >>3 [614] -2015-03-10 00:51:03 sendUrl INFO 3 [614] R:OK -2015-03-10 00:51:53 queue INFO >>3 [615] -2015-03-10 00:51:53 sendUrl INFO 3 [615] R:OK -2015-03-10 00:52:43 queue INFO >>3 [616] -2015-03-10 00:52:44 sendUrl INFO 3 [616] R:OK -2015-03-10 00:53:33 queue INFO >>3 [617] -2015-03-10 00:53:34 sendUrl INFO 3 [617] R:OK -2015-03-10 00:54:24 queue INFO >>3 [618] -2015-03-10 00:54:24 sendUrl INFO 3 [618] R:OK -2015-03-10 00:55:14 queue INFO >>3 [619] -2015-03-10 00:55:14 sendUrl INFO 3 [619] R:OK -2015-03-10 00:56:04 queue INFO >>3 [620] -2015-03-10 00:56:04 sendUrl INFO 3 [620] R:OK -2015-03-10 00:56:45 queue INFO 7 [621] -2015-03-10 00:56:45 sendUrl INFO 7 [621] R:OK -2015-03-10 00:56:45 queue INFO >7 [622] -2015-03-10 00:56:46 sendUrl INFO 7 [622] R:OK -2015-03-10 00:56:47 queue INFO 3 [623] -2015-03-10 00:56:47 queue INFO >3 [624] -2015-03-10 00:56:47 sendUrl INFO 3 [623] R:OK -2015-03-10 00:56:48 sendUrl INFO 3 [624] R:OK -2015-03-10 00:57:37 queue INFO >>3 [625] -2015-03-10 00:57:37 sendUrl INFO 3 [625] R:OK -2015-03-10 00:58:27 queue INFO >>3 [626] -2015-03-10 00:58:27 sendUrl INFO 3 [626] R:OK -2015-03-10 00:59:17 queue INFO >>3 [627] -2015-03-10 00:59:18 sendUrl INFO 3 [627] R:OK -2015-03-10 01:00:07 queue INFO >>3 [628] -2015-03-10 01:00:08 sendUrl INFO 3 [628] R:OK -2015-03-10 01:00:58 queue INFO >>3 [629] -2015-03-10 01:00:58 sendUrl INFO 3 [629] R:OK -2015-03-10 01:01:48 queue INFO >>3 [630] -2015-03-10 01:01:48 sendUrl INFO 3 [630] R:OK -2015-03-10 01:02:38 queue INFO >>3 [631] -2015-03-10 01:02:38 sendUrl INFO 3 [631] R:OK -2015-03-10 01:03:28 queue INFO >>3 [632] -2015-03-10 01:03:28 sendUrl INFO 3 [632] R:OK -2015-03-10 01:04:18 queue INFO >>3 [633] -2015-03-10 01:04:18 sendUrl INFO 3 [633] R:OK -2015-03-10 01:05:08 queue INFO >>3 [634] -2015-03-10 01:05:09 sendUrl INFO 3 [634] R:OK -2015-03-10 01:05:50 queue INFO 7 [635] -2015-03-10 01:05:50 queue INFO >7 [636] -2015-03-10 01:05:50 sendUrl INFO 7 [635] R:OK -2015-03-10 01:05:50 sendUrl INFO 7 [636] R:OK -2015-03-10 01:05:51 queue INFO 3 [637] -2015-03-10 01:05:51 queue INFO >3 [638] -2015-03-10 01:05:51 sendUrl INFO 3 [637] R:OK -2015-03-10 01:05:52 sendUrl INFO 3 [638] R:OK -2015-03-10 01:06:41 queue INFO >>3 [639] -2015-03-10 01:06:42 sendUrl INFO 3 [639] R:OK -2015-03-10 01:06:49 queue INFO 21 [640] -2015-03-10 01:06:49 queue INFO >21 [641] -2015-03-10 01:06:49 sendUrl INFO 21 [640] R:OK -2015-03-10 01:06:50 sendUrl INFO 21 [641] R:OK -2015-03-10 01:07:39 queue INFO >>21 [642] -2015-03-10 01:07:39 sendUrl INFO 21 [642] R:OK -2015-03-10 01:08:29 queue INFO >>21 [643] -2015-03-10 01:08:29 sendUrl INFO 21 [643] R:OK -2015-03-10 01:09:19 queue INFO >>21 [644] -2015-03-10 01:09:20 sendUrl INFO 21 [644] R:OK -2015-03-10 01:10:09 queue INFO >>21 [645] -2015-03-10 01:10:10 sendUrl INFO 21 [645] R:OK -2015-03-10 01:11:00 queue INFO >>21 [646] -2015-03-10 01:11:00 sendUrl INFO 21 [646] R:OK -2015-03-10 01:11:50 queue INFO >>21 [647] -2015-03-10 01:11:50 sendUrl INFO 21 [647] R:OK -2015-03-10 01:12:40 queue INFO >>21 [648] -2015-03-10 01:12:40 sendUrl INFO 21 [648] R:OK -2015-03-10 01:13:15 queue INFO 1 [649] -2015-03-10 01:13:16 queue INFO >1 [650] -2015-03-10 01:13:16 sendUrl INFO 1 [649] R:OK -2015-03-10 01:13:16 sendUrl INFO 1 [650] R:OK -2015-03-10 01:13:27 queue INFO 3 [651] -2015-03-10 01:13:27 queue INFO >3 [652] -2015-03-10 01:13:27 sendUrl INFO 3 [651] R:OK -2015-03-10 01:13:28 sendUrl INFO 3 [652] R:OK -2015-03-10 01:14:17 queue INFO >>3 [653] -2015-03-10 01:14:17 sendUrl INFO 3 [653] R:OK -2015-03-10 01:15:07 queue INFO >>3 [654] -2015-03-10 01:15:08 sendUrl INFO 3 [654] R:OK -2015-03-10 01:15:57 queue INFO >>3 [655] -2015-03-10 01:15:58 sendUrl INFO 3 [655] R:OK -2015-03-10 01:16:48 queue INFO >>3 [656] -2015-03-10 01:16:48 sendUrl INFO 3 [656] R:OK -2015-03-10 01:17:38 queue INFO >>3 [657] -2015-03-10 01:17:38 sendUrl INFO 3 [657] R:OK -2015-03-10 01:18:28 queue INFO >>3 [658] -2015-03-10 01:18:28 sendUrl INFO 3 [658] R:OK -2015-03-10 01:19:18 queue INFO >>3 [659] -2015-03-10 01:19:18 sendUrl INFO 3 [659] R:OK -2015-03-10 01:20:08 queue INFO >>3 [660] -2015-03-10 01:20:09 sendUrl INFO 3 [660] R:OK -2015-03-10 01:20:58 queue INFO >>3 [661] -2015-03-10 01:20:59 sendUrl INFO 3 [661] R:OK -2015-03-10 01:21:17 queue INFO 7 [662] -2015-03-10 01:21:17 queue INFO >7 [663] -2015-03-10 01:21:18 sendUrl INFO 7 [662] R:OK -2015-03-10 01:21:18 sendUrl INFO 7 [663] R:OK -2015-03-10 01:21:19 queue INFO 3 [664] -2015-03-10 01:21:19 queue INFO >3 [665] -2015-03-10 01:21:19 sendUrl INFO 3 [664] R:OK -2015-03-10 01:21:20 sendUrl INFO 3 [665] R:OK -2015-03-10 01:22:09 queue INFO >>3 [666] -2015-03-10 01:22:09 sendUrl INFO 3 [666] R:OK -2015-03-10 01:22:59 queue INFO >>3 [667] -2015-03-10 01:23:00 sendUrl INFO 3 [667] R:OK -2015-03-10 01:23:49 queue INFO >>3 [668] -2015-03-10 01:23:50 sendUrl INFO 3 [668] R:OK -2015-03-10 01:24:39 queue INFO >>3 [669] -2015-03-10 01:24:40 sendUrl INFO 3 [669] R:OK -2015-03-10 01:25:30 queue INFO >>3 [670] -2015-03-10 01:25:30 sendUrl INFO 3 [670] R:OK -2015-03-10 01:26:20 queue INFO >>3 [671] -2015-03-10 01:26:20 sendUrl INFO 3 [671] R:OK -2015-03-10 01:27:10 queue INFO >>3 [672] -2015-03-10 01:27:10 sendUrl INFO 3 [672] R:OK -2015-03-10 01:28:00 queue INFO >>3 [673] -2015-03-10 01:28:00 sendUrl INFO 3 [673] R:OK -2015-03-10 01:28:50 queue INFO >>3 [674] -2015-03-10 01:28:51 sendUrl INFO 3 [674] R:OK -2015-03-10 01:29:40 queue INFO >>3 [675] -2015-03-10 01:29:40 sendUrl INFO 3 [675] R:OK -2015-03-10 01:30:22 queue INFO 7 [676] -2015-03-10 01:30:22 sendUrl INFO 7 [676] R:OK -2015-03-10 01:30:22 queue INFO >7 [677] -2015-03-10 01:30:22 sendUrl INFO 7 [677] R:OK -2015-03-10 01:30:23 queue INFO 3 [678] -2015-03-10 01:30:23 queue INFO >3 [679] -2015-03-10 01:30:24 sendUrl INFO 3 [678] R:OK -2015-03-10 01:30:24 sendUrl INFO 3 [679] R:OK -2015-03-10 01:31:13 queue INFO >>3 [680] -2015-03-10 01:31:13 sendUrl INFO 3 [680] R:OK -2015-03-10 01:32:03 queue INFO >>3 [681] -2015-03-10 01:32:04 sendUrl INFO 3 [681] R:OK -2015-03-10 01:32:54 queue INFO >>3 [682] -2015-03-10 01:32:54 sendUrl INFO 3 [682] R:OK -2015-03-10 01:33:44 queue INFO >>3 [683] -2015-03-10 01:33:44 sendUrl INFO 3 [683] R:OK -2015-03-10 01:34:34 queue INFO >>3 [684] -2015-03-10 01:34:34 sendUrl INFO 3 [684] R:OK -2015-03-10 01:35:24 queue INFO >>3 [685] -2015-03-10 01:35:24 sendUrl INFO 3 [685] R:OK -2015-03-10 01:36:14 queue INFO >>3 [686] -2015-03-10 01:36:14 sendUrl INFO 3 [686] R:OK -2015-03-10 01:37:04 queue INFO >>3 [687] -2015-03-10 01:37:05 sendUrl INFO 3 [687] R:OK -2015-03-10 01:37:55 queue INFO >>3 [688] -2015-03-10 01:37:55 sendUrl INFO 3 [688] R:OK -2015-03-10 01:38:45 queue INFO >>3 [689] -2015-03-10 01:38:45 sendUrl INFO 3 [689] R:OK -2015-03-10 01:39:27 queue INFO 7 [690] -2015-03-10 01:39:27 queue INFO >7 [691] -2015-03-10 01:39:27 sendUrl INFO 7 [690] R:OK -2015-03-10 01:39:28 sendUrl INFO 7 [691] R:OK -2015-03-10 01:39:28 queue INFO 3 [692] -2015-03-10 01:39:28 sendUrl INFO 3 [692] R:OK -2015-03-10 01:39:28 queue INFO >3 [693] -2015-03-10 01:39:29 sendUrl INFO 3 [693] R:OK -2015-03-10 01:40:18 queue INFO >>3 [694] -2015-03-10 01:40:19 sendUrl INFO 3 [694] R:OK -2015-03-10 01:41:08 queue INFO >>3 [695] -2015-03-10 01:41:09 sendUrl INFO 3 [695] R:OK -2015-03-10 01:41:59 queue INFO >>3 [696] -2015-03-10 01:41:59 sendUrl INFO 3 [696] R:OK -2015-03-10 01:42:49 queue INFO >>3 [697] -2015-03-10 01:42:49 sendUrl INFO 3 [697] R:OK -2015-03-10 01:43:39 queue INFO >>3 [698] -2015-03-10 01:43:39 sendUrl INFO 3 [698] R:OK -2015-03-10 01:44:29 queue INFO >>3 [699] -2015-03-10 01:44:29 sendUrl INFO 3 [699] R:OK -2015-03-10 01:45:19 queue INFO >>3 [700] -2015-03-10 01:45:20 sendUrl INFO 3 [700] R:OK -2015-03-10 01:46:09 queue INFO >>3 [701] -2015-03-10 01:46:10 sendUrl INFO 3 [701] R:OK -2015-03-10 01:47:00 queue INFO >>3 [702] -2015-03-10 01:47:00 sendUrl INFO 3 [702] R:OK -2015-03-10 01:47:50 queue INFO >>3 [703] -2015-03-10 01:47:50 sendUrl INFO 3 [703] R:OK -2015-03-10 01:48:40 queue INFO >>3 [704] -2015-03-10 01:48:40 sendUrl INFO 3 [704] R:OK -2015-03-10 01:49:04 queue INFO 7 [705] -2015-03-10 01:49:04 queue INFO >7 [706] -2015-03-10 01:49:04 sendUrl INFO 7 [705] R:OK -2015-03-10 01:49:05 sendUrl INFO 7 [706] R:OK -2015-03-10 01:49:05 queue INFO 3 [707] -2015-03-10 01:49:05 queue INFO >3 [708] -2015-03-10 01:49:06 sendUrl INFO 3 [707] R:OK -2015-03-10 01:49:06 sendUrl INFO 3 [708] R:OK -2015-03-10 01:49:55 queue INFO >>3 [709] -2015-03-10 01:49:55 sendUrl INFO 3 [709] R:OK -2015-03-10 01:50:45 queue INFO >>3 [710] -2015-03-10 01:50:46 sendUrl INFO 3 [710] R:OK -2015-03-10 01:51:36 queue INFO >>3 [711] -2015-03-10 01:51:36 sendUrl INFO 3 [711] R:OK -2015-03-10 01:52:26 queue INFO >>3 [712] -2015-03-10 01:52:26 sendUrl INFO 3 [712] R:OK -2015-03-10 01:53:16 queue INFO >>3 [713] -2015-03-10 01:53:16 sendUrl INFO 3 [713] R:OK -2015-03-10 01:54:06 queue INFO >>3 [714] -2015-03-10 01:54:07 sendUrl INFO 3 [714] R:OK -2015-03-10 01:54:56 queue INFO >>3 [715] -2015-03-10 01:54:56 sendUrl INFO 3 [715] R:OK -2015-03-10 01:55:46 queue INFO >>3 [716] -2015-03-10 01:55:47 sendUrl INFO 3 [716] R:OK -2015-03-10 01:56:36 queue INFO >>3 [717] -2015-03-10 01:56:37 sendUrl INFO 3 [717] R:OK -2015-03-10 01:57:27 queue INFO >>3 [718] -2015-03-10 01:57:27 sendUrl INFO 3 [718] R:OK -2015-03-10 01:58:08 queue INFO 7 [719] -2015-03-10 01:58:08 sendUrl INFO 7 [719] R:OK -2015-03-10 01:58:08 queue INFO >7 [720] -2015-03-10 01:58:09 sendUrl INFO 7 [720] R:OK -2015-03-10 01:58:10 queue INFO 3 [721] -2015-03-10 01:58:10 sendUrl INFO 3 [721] R:OK -2015-03-10 01:58:10 queue INFO >3 [722] -2015-03-10 01:58:10 sendUrl INFO 3 [722] R:OK -2015-03-10 01:59:00 queue INFO >>3 [723] -2015-03-10 01:59:00 sendUrl INFO 3 [723] R:OK -2015-03-10 01:59:50 queue INFO >>3 [724] -2015-03-10 01:59:50 sendUrl INFO 3 [724] R:OK -2015-03-10 02:00:40 queue INFO >>3 [725] -2015-03-10 02:00:40 sendUrl INFO 3 [725] R:OK -2015-03-10 02:01:30 queue INFO >>3 [726] -2015-03-10 02:01:31 sendUrl INFO 3 [726] R:OK -2015-03-10 02:02:20 queue INFO >>3 [727] -2015-03-10 02:02:21 sendUrl INFO 3 [727] R:OK -2015-03-10 02:03:11 queue INFO >>3 [728] -2015-03-10 02:03:11 sendUrl INFO 3 [728] R:OK -2015-03-10 02:04:01 queue INFO >>3 [729] -2015-03-10 02:04:01 sendUrl INFO 3 [729] R:OK -2015-03-10 02:04:51 queue INFO >>3 [730] -2015-03-10 02:04:51 sendUrl INFO 3 [730] R:OK -2015-03-10 02:05:41 queue INFO >>3 [731] -2015-03-10 02:05:41 sendUrl INFO 3 [731] R:OK -2015-03-10 02:06:31 queue INFO >>3 [732] -2015-03-10 02:06:32 sendUrl INFO 3 [732] R:OK -2015-03-10 02:07:12 queue INFO 7 [733] -2015-03-10 02:07:12 queue INFO >7 [734] -2015-03-10 02:07:13 sendUrl INFO 7 [733] R:OK -2015-03-10 02:07:13 sendUrl INFO 7 [734] R:OK -2015-03-10 02:07:14 queue INFO 3 [735] -2015-03-10 02:07:14 queue INFO >3 [736] -2015-03-10 02:07:14 sendUrl INFO 3 [735] R:OK -2015-03-10 02:07:15 sendUrl INFO 3 [736] R:OK -2015-03-10 02:08:04 queue INFO >>3 [737] -2015-03-10 02:08:04 sendUrl INFO 3 [737] R:OK -2015-03-10 02:08:54 queue INFO >>3 [738] -2015-03-10 02:08:54 sendUrl INFO 3 [738] R:OK -2015-03-10 02:09:44 queue INFO >>3 [739] -2015-03-10 02:09:45 sendUrl INFO 3 [739] R:OK -2015-03-10 02:10:34 queue INFO >>3 [740] -2015-03-10 02:10:35 sendUrl INFO 3 [740] R:OK -2015-03-10 02:11:25 queue INFO >>3 [741] -2015-03-10 02:11:25 sendUrl INFO 3 [741] R:OK -2015-03-10 02:12:15 queue INFO >>3 [742] -2015-03-10 02:12:15 sendUrl INFO 3 [742] R:OK -2015-03-10 02:13:05 queue INFO >>3 [743] -2015-03-10 02:13:05 sendUrl INFO 3 [743] R:OK -2015-03-10 02:13:55 queue INFO >>3 [744] -2015-03-10 02:13:55 sendUrl INFO 3 [744] R:OK -2015-03-10 02:14:45 queue INFO >>3 [745] -2015-03-10 02:14:46 sendUrl INFO 3 [745] R:OK -2015-03-10 02:15:35 queue INFO >>3 [746] -2015-03-10 02:15:36 sendUrl INFO 3 [746] R:OK -2015-03-10 02:16:17 queue INFO 7 [747] -2015-03-10 02:16:17 queue INFO >7 [748] -2015-03-10 02:16:17 sendUrl INFO 7 [747] R:OK -2015-03-10 02:16:17 sendUrl INFO 7 [748] R:OK -2015-03-10 02:16:18 queue INFO 3 [749] -2015-03-10 02:16:18 queue INFO >3 [750] -2015-03-10 02:16:18 sendUrl INFO 3 [749] R:OK -2015-03-10 02:16:19 sendUrl INFO 3 [750] R:OK -2015-03-10 02:17:08 queue INFO >>3 [751] -2015-03-10 02:17:09 sendUrl INFO 3 [751] R:OK -2015-03-10 02:17:58 queue INFO >>3 [752] -2015-03-10 02:17:59 sendUrl INFO 3 [752] R:OK -2015-03-10 02:18:49 queue INFO >>3 [753] -2015-03-10 02:18:49 sendUrl INFO 3 [753] R:OK -2015-03-10 02:19:39 queue INFO >>3 [754] -2015-03-10 02:19:39 sendUrl INFO 3 [754] R:OK -2015-03-10 02:20:29 queue INFO >>3 [755] -2015-03-10 02:20:29 sendUrl INFO 3 [755] R:OK -2015-03-10 02:21:19 queue INFO >>3 [756] -2015-03-10 02:21:19 sendUrl INFO 3 [756] R:OK -2015-03-10 02:22:09 queue INFO >>3 [757] -2015-03-10 02:22:10 sendUrl INFO 3 [757] R:OK -2015-03-10 02:22:59 queue INFO >>3 [758] -2015-03-10 02:23:00 sendUrl INFO 3 [758] R:OK -2015-03-10 02:23:50 queue INFO >>3 [759] -2015-03-10 02:23:50 sendUrl INFO 3 [759] R:OK -2015-03-10 02:24:40 queue INFO >>3 [760] -2015-03-10 02:24:40 sendUrl INFO 3 [760] R:OK -2015-03-10 02:25:21 queue INFO 7 [761] -2015-03-10 02:25:21 queue INFO >7 [762] -2015-03-10 02:25:21 sendUrl INFO 7 [761] R:OK -2015-03-10 02:25:22 sendUrl INFO 7 [762] R:OK -2015-03-10 02:25:22 queue INFO 3 [763] -2015-03-10 02:25:23 sendUrl INFO 3 [763] R:OK -2015-03-10 02:25:23 queue INFO >3 [764] -2015-03-10 02:25:23 sendUrl INFO 3 [764] R:OK -2015-03-10 02:26:13 queue INFO >>3 [765] -2015-03-10 02:26:13 sendUrl INFO 3 [765] R:OK -2015-03-10 02:26:36 queue INFO 21 [766] -2015-03-10 02:26:36 queue INFO >21 [767] -2015-03-10 02:26:37 sendUrl INFO 21 [766] R:OK -2015-03-10 02:26:37 sendUrl INFO 21 [767] R:OK -2015-03-10 02:26:59 queue INFO 1 [768] -2015-03-10 02:27:00 queue INFO >1 [769] -2015-03-10 02:27:00 sendUrl INFO 1 [768] R:OK -2015-03-10 02:27:00 sendUrl INFO 1 [769] R:OK -2015-03-10 02:27:11 queue INFO 3 [770] -2015-03-10 02:27:12 queue INFO >3 [771] -2015-03-10 02:27:12 sendUrl INFO 3 [770] R:OK -2015-03-10 02:27:12 sendUrl INFO 3 [771] R:OK -2015-03-10 02:28:01 queue INFO >>3 [772] -2015-03-10 02:28:02 sendUrl INFO 3 [772] R:OK -2015-03-10 02:28:52 queue INFO >>3 [773] -2015-03-10 02:28:52 sendUrl INFO 3 [773] R:OK -2015-03-10 02:29:42 queue INFO >>3 [774] -2015-03-10 02:29:42 sendUrl INFO 3 [774] R:OK -2015-03-10 02:30:32 queue INFO >>3 [775] -2015-03-10 02:30:32 sendUrl INFO 3 [775] R:OK -2015-03-10 02:31:22 queue INFO >>3 [776] -2015-03-10 02:31:22 sendUrl INFO 3 [776] R:OK -2015-03-10 02:32:12 queue INFO >>3 [777] -2015-03-10 02:32:13 sendUrl INFO 3 [777] R:OK -2015-03-10 02:33:02 queue INFO >>3 [778] -2015-03-10 02:33:03 sendUrl INFO 3 [778] R:OK -2015-03-10 02:33:53 queue INFO >>3 [779] -2015-03-10 02:33:53 sendUrl INFO 3 [779] R:OK -2015-03-10 02:34:43 queue INFO >>3 [780] -2015-03-10 02:34:43 sendUrl INFO 3 [780] R:OK -2015-03-10 02:35:02 queue INFO 7 [781] -2015-03-10 02:35:02 queue INFO >7 [782] -2015-03-10 02:35:02 sendUrl INFO 7 [781] R:OK -2015-03-10 02:35:03 sendUrl INFO 7 [782] R:OK -2015-03-10 02:35:04 queue INFO 3 [783] -2015-03-10 02:35:04 sendUrl INFO 3 [783] R:OK -2015-03-10 02:35:04 queue INFO >3 [784] -2015-03-10 02:35:04 sendUrl INFO 3 [784] R:OK -2015-03-10 02:35:54 queue INFO >>3 [785] -2015-03-10 02:35:54 sendUrl INFO 3 [785] R:OK -2015-03-10 02:36:44 queue INFO >>3 [786] -2015-03-10 02:36:45 sendUrl INFO 3 [786] R:OK -2015-03-10 02:37:34 queue INFO >>3 [787] -2015-03-10 02:37:34 sendUrl INFO 3 [787] R:OK -2015-03-10 02:38:24 queue INFO >>3 [788] -2015-03-10 02:38:25 sendUrl INFO 3 [788] R:OK -2015-03-10 02:39:15 queue INFO >>3 [789] -2015-03-10 02:39:15 sendUrl INFO 3 [789] R:OK -2015-03-10 02:40:05 queue INFO >>3 [790] -2015-03-10 02:40:05 sendUrl INFO 3 [790] R:OK -2015-03-10 02:40:55 queue INFO >>3 [791] -2015-03-10 02:40:55 sendUrl INFO 3 [791] R:OK -2015-03-10 02:41:45 queue INFO >>3 [792] -2015-03-10 02:41:45 sendUrl INFO 3 [792] R:OK -2015-03-10 02:42:35 queue INFO >>3 [793] -2015-03-10 02:42:35 sendUrl INFO 3 [793] R:OK -2015-03-10 02:43:25 queue INFO >>3 [794] -2015-03-10 02:43:25 sendUrl INFO 3 [794] R:OK -2015-03-10 02:44:07 queue INFO 7 [795] -2015-03-10 02:44:07 queue INFO >7 [796] -2015-03-10 02:44:07 sendUrl INFO 7 [795] R:OK -2015-03-10 02:44:08 sendUrl INFO 7 [796] R:OK -2015-03-10 02:44:08 queue INFO 3 [797] -2015-03-10 02:44:08 queue INFO >3 [798] -2015-03-10 02:44:09 sendUrl INFO 3 [797] R:OK -2015-03-10 02:44:09 sendUrl INFO 3 [798] R:OK -2015-03-10 02:44:58 queue INFO >>3 [799] -2015-03-10 02:44:59 sendUrl INFO 3 [799] R:OK -2015-03-10 02:45:49 queue INFO >>3 [800] -2015-03-10 02:45:49 sendUrl INFO 3 [800] R:OK -2015-03-10 02:46:39 queue INFO >>3 [801] -2015-03-10 02:46:39 sendUrl INFO 3 [801] R:OK -2015-03-10 02:47:29 queue INFO >>3 [802] -2015-03-10 02:47:29 sendUrl INFO 3 [802] R:OK -2015-03-10 02:48:19 queue INFO >>3 [803] -2015-03-10 02:48:19 sendUrl INFO 3 [803] R:OK -2015-03-10 02:49:09 queue INFO >>3 [804] -2015-03-10 02:49:10 sendUrl INFO 3 [804] R:OK -2015-03-10 02:49:59 queue INFO >>3 [805] -2015-03-10 02:50:00 sendUrl INFO 3 [805] R:OK -2015-03-10 02:50:49 queue INFO >>3 [806] -2015-03-10 02:50:50 sendUrl INFO 3 [806] R:OK -2015-03-10 02:51:40 queue INFO >>3 [807] -2015-03-10 02:51:40 sendUrl INFO 3 [807] R:OK -2015-03-10 02:52:30 queue INFO >>3 [808] -2015-03-10 02:52:30 sendUrl INFO 3 [808] R:OK -2015-03-10 02:53:11 queue INFO 7 [809] -2015-03-10 02:53:11 queue INFO >7 [810] -2015-03-10 02:53:12 sendUrl INFO 7 [809] R:OK -2015-03-10 02:53:12 sendUrl INFO 7 [810] R:OK -2015-03-10 02:53:13 queue INFO 3 [811] -2015-03-10 02:53:13 queue INFO >3 [812] -2015-03-10 02:53:13 sendUrl INFO 3 [811] R:OK -2015-03-10 02:53:14 sendUrl INFO 3 [812] R:OK -2015-03-10 02:54:03 queue INFO >>3 [813] -2015-03-10 02:54:03 sendUrl INFO 3 [813] R:OK -2015-03-10 02:54:53 queue INFO >>3 [814] -2015-03-10 02:54:53 sendUrl INFO 3 [814] R:OK -2015-03-10 02:55:43 queue INFO >>3 [815] -2015-03-10 02:55:44 sendUrl INFO 3 [815] R:OK -2015-03-10 02:56:33 queue INFO >>3 [816] -2015-03-10 02:56:34 sendUrl INFO 3 [816] R:OK -2015-03-10 02:57:23 queue INFO >>3 [817] -2015-03-10 02:57:24 sendUrl INFO 3 [817] R:OK -2015-03-10 02:58:14 queue INFO >>3 [818] -2015-03-10 02:58:14 sendUrl INFO 3 [818] R:OK -2015-03-10 02:59:04 queue INFO >>3 [819] -2015-03-10 02:59:04 sendUrl INFO 3 [819] R:OK -2015-03-10 02:59:54 queue INFO >>3 [820] -2015-03-10 02:59:54 sendUrl INFO 3 [820] R:OK -2015-03-10 03:00:44 queue INFO >>3 [821] -2015-03-10 03:00:44 sendUrl INFO 3 [821] R:OK -2015-03-10 03:01:34 queue INFO >>3 [822] -2015-03-10 03:01:35 sendUrl INFO 3 [822] R:OK -2015-03-10 03:02:16 queue INFO 7 [823] -2015-03-10 03:02:16 queue INFO >7 [824] -2015-03-10 03:02:16 sendUrl INFO 7 [823] R:OK -2015-03-10 03:02:16 sendUrl INFO 7 [824] R:OK -2015-03-10 03:02:17 queue INFO 3 [825] -2015-03-10 03:02:17 sendUrl INFO 3 [825] R:OK -2015-03-10 03:02:17 queue INFO >3 [826] -2015-03-10 03:02:18 sendUrl INFO 3 [826] R:OK -2015-03-10 03:03:07 queue INFO >>3 [827] -2015-03-10 03:03:08 sendUrl INFO 3 [827] R:OK -2015-03-10 03:03:57 queue INFO >>3 [828] -2015-03-10 03:03:58 sendUrl INFO 3 [828] R:OK -2015-03-10 03:04:48 queue INFO >>3 [829] -2015-03-10 03:04:48 sendUrl INFO 3 [829] R:OK -2015-03-10 03:05:38 queue INFO >>3 [830] -2015-03-10 03:05:38 sendUrl INFO 3 [830] R:OK -2015-03-10 03:06:28 queue INFO >>3 [831] -2015-03-10 03:06:28 sendUrl INFO 3 [831] R:OK -2015-03-10 03:07:18 queue INFO >>3 [832] -2015-03-10 03:07:18 sendUrl INFO 3 [832] R:OK -2015-03-10 03:08:08 queue INFO >>3 [833] -2015-03-10 03:08:09 sendUrl INFO 3 [833] R:OK -2015-03-10 03:08:58 queue INFO >>3 [834] -2015-03-10 03:08:59 sendUrl INFO 3 [834] R:OK -2015-03-10 03:09:49 queue INFO >>3 [835] -2015-03-10 03:09:49 sendUrl INFO 3 [835] R:OK -2015-03-10 03:10:39 queue INFO >>3 [836] -2015-03-10 03:10:39 sendUrl INFO 3 [836] R:OK -2015-03-10 03:11:20 queue INFO 7 [837] -2015-03-10 03:11:20 queue INFO >7 [838] -2015-03-10 03:11:20 sendUrl INFO 7 [837] R:OK -2015-03-10 03:11:21 sendUrl INFO 7 [838] R:OK -2015-03-10 03:11:21 queue INFO 3 [839] -2015-03-10 03:11:22 queue INFO >3 [840] -2015-03-10 03:11:22 sendUrl INFO 3 [839] R:OK -2015-03-10 03:11:22 sendUrl INFO 3 [840] R:OK -2015-03-10 03:12:12 queue INFO >>3 [841] -2015-03-10 03:12:12 sendUrl INFO 3 [841] R:OK -2015-03-10 03:13:02 queue INFO >>3 [842] -2015-03-10 03:13:02 sendUrl INFO 3 [842] R:OK -2015-03-10 03:13:52 queue INFO >>3 [843] -2015-03-10 03:13:52 sendUrl INFO 3 [843] R:OK -2015-03-10 03:14:42 queue INFO >>3 [844] -2015-03-10 03:14:42 sendUrl INFO 3 [844] R:OK -2015-03-10 03:15:32 queue INFO >>3 [845] -2015-03-10 03:15:33 sendUrl INFO 3 [845] R:OK -2015-03-10 03:16:22 queue INFO >>3 [846] -2015-03-10 03:16:23 sendUrl INFO 3 [846] R:OK -2015-03-10 03:17:13 queue INFO >>3 [847] -2015-03-10 03:17:13 sendUrl INFO 3 [847] R:OK -2015-03-10 03:18:03 queue INFO >>3 [848] -2015-03-10 03:18:03 sendUrl INFO 3 [848] R:OK -2015-03-10 03:18:53 queue INFO >>3 [849] -2015-03-10 03:18:53 sendUrl INFO 3 [849] R:OK -2015-03-10 03:19:43 queue INFO >>3 [850] -2015-03-10 03:19:43 sendUrl INFO 3 [850] R:OK -2015-03-10 03:20:24 queue INFO 7 [851] -2015-03-10 03:20:24 queue INFO >7 [852] -2015-03-10 03:20:25 sendUrl INFO 7 [851] R:OK -2015-03-10 03:20:25 sendUrl INFO 7 [852] R:OK -2015-03-10 03:20:26 queue INFO 3 [853] -2015-03-10 03:20:26 queue INFO >3 [854] -2015-03-10 03:20:26 sendUrl INFO 3 [853] R:OK -2015-03-10 03:20:27 sendUrl INFO 3 [854] R:OK -2015-03-10 03:21:16 queue INFO >>3 [855] -2015-03-10 03:21:16 sendUrl INFO 3 [855] R:OK -2015-03-10 03:22:06 queue INFO >>3 [856] -2015-03-10 03:22:06 sendUrl INFO 3 [856] R:OK -2015-03-10 03:22:56 queue INFO >>3 [857] -2015-03-10 03:22:57 sendUrl INFO 3 [857] R:OK -2015-03-10 03:23:46 queue INFO >>3 [858] -2015-03-10 03:23:47 sendUrl INFO 3 [858] R:OK -2015-03-10 03:24:36 queue INFO >>3 [859] -2015-03-10 03:24:37 sendUrl INFO 3 [859] R:OK -2015-03-10 03:25:27 queue INFO >>3 [860] -2015-03-10 03:25:27 sendUrl INFO 3 [860] R:OK -2015-03-10 03:26:17 queue INFO >>3 [861] -2015-03-10 03:26:17 sendUrl INFO 3 [861] R:OK -2015-03-10 03:27:07 queue INFO >>3 [862] -2015-03-10 03:27:07 sendUrl INFO 3 [862] R:OK -2015-03-10 03:27:57 queue INFO >>3 [863] -2015-03-10 03:27:58 sendUrl INFO 3 [863] R:OK -2015-03-10 03:28:47 queue INFO >>3 [864] -2015-03-10 03:28:47 sendUrl INFO 3 [864] R:OK -2015-03-10 03:29:29 queue INFO 7 [865] -2015-03-10 03:29:29 queue INFO >7 [866] -2015-03-10 03:29:30 sendUrl INFO 7 [865] R:OK -2015-03-10 03:29:30 sendUrl INFO 7 [866] R:OK -2015-03-10 03:29:31 queue INFO 3 [867] -2015-03-10 03:29:31 queue INFO >3 [868] -2015-03-10 03:29:31 sendUrl INFO 3 [867] R:OK -2015-03-10 03:29:32 sendUrl INFO 3 [868] R:OK -2015-03-10 03:30:21 queue INFO >>3 [869] -2015-03-10 03:30:21 sendUrl INFO 3 [869] R:OK -2015-03-10 03:31:11 queue INFO >>3 [870] -2015-03-10 03:31:11 sendUrl INFO 3 [870] R:OK -2015-03-10 03:32:01 queue INFO >>3 [871] -2015-03-10 03:32:02 sendUrl INFO 3 [871] R:OK -2015-03-10 03:32:51 queue INFO >>3 [872] -2015-03-10 03:32:51 sendUrl INFO 3 [872] R:OK -2015-03-10 03:33:42 queue INFO >>3 [873] -2015-03-10 03:33:42 sendUrl INFO 3 [873] R:OK -2015-03-10 03:34:32 queue INFO >>3 [874] -2015-03-10 03:34:32 sendUrl INFO 3 [874] R:OK -2015-03-10 03:35:22 queue INFO >>3 [875] -2015-03-10 03:35:22 sendUrl INFO 3 [875] R:OK -2015-03-10 03:36:12 queue INFO >>3 [876] -2015-03-10 03:36:12 sendUrl INFO 3 [876] R:OK -2015-03-10 03:37:02 queue INFO >>3 [877] -2015-03-10 03:37:03 sendUrl INFO 3 [877] R:OK -2015-03-10 03:37:52 queue INFO >>3 [878] -2015-03-10 03:37:52 sendUrl INFO 3 [878] R:OK -2015-03-10 03:38:34 queue INFO 7 [879] -2015-03-10 03:38:34 sendUrl INFO 7 [879] R:OK -2015-03-10 03:38:34 queue INFO >7 [880] -2015-03-10 03:38:34 sendUrl INFO 7 [880] R:OK -2015-03-10 03:38:35 queue INFO 3 [881] -2015-03-10 03:38:35 queue INFO >3 [882] -2015-03-10 03:38:36 sendUrl INFO 3 [881] R:OK -2015-03-10 03:38:36 sendUrl INFO 3 [882] R:OK -2015-03-10 03:39:25 queue INFO >>3 [883] -2015-03-10 03:39:26 sendUrl INFO 3 [883] R:OK -2015-03-10 03:40:16 queue INFO >>3 [884] -2015-03-10 03:40:16 sendUrl INFO 3 [884] R:OK -2015-03-10 03:41:06 queue INFO >>3 [885] -2015-03-10 03:41:06 sendUrl INFO 3 [885] R:OK -2015-03-10 03:41:56 queue INFO >>3 [886] -2015-03-10 03:41:56 sendUrl INFO 3 [886] R:OK -2015-03-10 03:42:46 queue INFO >>3 [887] -2015-03-10 03:42:46 sendUrl INFO 3 [887] R:OK -2015-03-10 03:43:36 queue INFO >>3 [888] -2015-03-10 03:43:36 sendUrl INFO 3 [888] R:OK -2015-03-10 03:44:26 queue INFO >>3 [889] -2015-03-10 03:44:27 sendUrl INFO 3 [889] R:OK -2015-03-10 03:45:16 queue INFO >>3 [890] -2015-03-10 03:45:17 sendUrl INFO 3 [890] R:OK -2015-03-10 03:46:06 queue INFO >>3 [891] -2015-03-10 03:46:07 sendUrl INFO 3 [891] R:OK -2015-03-10 03:46:57 queue INFO >>3 [892] -2015-03-10 03:46:57 sendUrl INFO 3 [892] R:OK -2015-03-10 03:47:38 queue INFO 7 [893] -2015-03-10 03:47:38 queue INFO >7 [894] -2015-03-10 03:47:38 sendUrl INFO 7 [893] R:OK -2015-03-10 03:47:39 sendUrl INFO 7 [894] R:OK -2015-03-10 03:47:40 queue INFO 3 [895] -2015-03-10 03:47:40 queue INFO >3 [896] -2015-03-10 03:47:40 sendUrl INFO 3 [895] R:OK -2015-03-10 03:47:40 sendUrl INFO 3 [896] R:OK -2015-03-10 03:48:30 queue INFO >>3 [897] -2015-03-10 03:48:30 sendUrl INFO 3 [897] R:OK -2015-03-10 03:49:20 queue INFO >>3 [898] -2015-03-10 03:49:21 sendUrl INFO 3 [898] R:OK -2015-03-10 03:50:10 queue INFO >>3 [899] -2015-03-10 03:50:10 sendUrl INFO 3 [899] R:OK -2015-03-10 03:51:00 queue INFO >>3 [900] -2015-03-10 03:51:01 sendUrl INFO 3 [900] R:OK -2015-03-10 03:51:50 queue INFO >>3 [901] -2015-03-10 03:51:51 sendUrl INFO 3 [901] R:OK -2015-03-10 03:52:41 queue INFO >>3 [902] -2015-03-10 03:52:41 sendUrl INFO 3 [902] R:OK -2015-03-10 03:53:31 queue INFO >>3 [903] -2015-03-10 03:53:31 sendUrl INFO 3 [903] R:OK -2015-03-10 03:54:21 queue INFO >>3 [904] -2015-03-10 03:54:21 sendUrl INFO 3 [904] R:OK -2015-03-10 03:55:11 queue INFO >>3 [905] -2015-03-10 03:55:11 sendUrl INFO 3 [905] R:OK -2015-03-10 03:56:01 queue INFO >>3 [906] -2015-03-10 03:56:02 sendUrl INFO 3 [906] R:OK -2015-03-10 03:56:43 queue INFO 7 [907] -2015-03-10 03:56:43 queue INFO >7 [908] -2015-03-10 03:56:43 sendUrl INFO 7 [907] R:OK -2015-03-10 03:56:43 sendUrl INFO 7 [908] R:OK -2015-03-10 03:56:44 queue INFO 3 [909] -2015-03-10 03:56:44 queue INFO >3 [910] -2015-03-10 03:56:45 sendUrl INFO 3 [909] R:OK -2015-03-10 03:56:45 sendUrl INFO 3 [910] R:OK -2015-03-10 03:57:34 queue INFO >>3 [911] -2015-03-10 03:57:35 sendUrl INFO 3 [911] R:OK -2015-03-10 03:58:24 queue INFO >>3 [912] -2015-03-10 03:58:25 sendUrl INFO 3 [912] R:OK -2015-03-10 03:59:15 queue INFO >>3 [913] -2015-03-10 03:59:15 sendUrl INFO 3 [913] R:OK -2015-03-10 04:00:05 queue INFO >>3 [914] -2015-03-10 04:00:05 sendUrl INFO 3 [914] R:OK -2015-03-10 04:00:55 queue INFO >>3 [915] -2015-03-10 04:00:55 sendUrl INFO 3 [915] R:OK -2015-03-10 04:01:45 queue INFO >>3 [916] -2015-03-10 04:01:46 sendUrl INFO 3 [916] R:OK -2015-03-10 04:02:35 queue INFO >>3 [917] -2015-03-10 04:02:35 sendUrl INFO 3 [917] R:OK -2015-03-10 04:03:25 queue INFO >>3 [918] -2015-03-10 04:03:26 sendUrl INFO 3 [918] R:OK -2015-03-10 04:04:16 queue INFO >>3 [919] -2015-03-10 04:04:16 sendUrl INFO 3 [919] R:OK -2015-03-10 04:05:06 queue INFO >>3 [920] -2015-03-10 04:05:06 sendUrl INFO 3 [920] R:OK -2015-03-10 04:05:47 queue INFO 7 [921] -2015-03-10 04:05:47 queue INFO >7 [922] -2015-03-10 04:05:47 sendUrl INFO 7 [921] R:OK -2015-03-10 04:05:48 sendUrl INFO 7 [922] R:OK -2015-03-10 04:05:48 queue INFO 3 [923] -2015-03-10 04:05:48 queue INFO >3 [924] -2015-03-10 04:05:49 sendUrl INFO 3 [923] R:OK -2015-03-10 04:05:49 sendUrl INFO 3 [924] R:OK -2015-03-10 04:06:38 queue INFO >>3 [925] -2015-03-10 04:06:38 sendUrl INFO 3 [925] R:OK -2015-03-10 04:07:29 queue INFO >>3 [926] -2015-03-10 04:07:29 sendUrl INFO 3 [926] R:OK -2015-03-10 04:08:19 queue INFO >>3 [927] -2015-03-10 04:08:19 sendUrl INFO 3 [927] R:OK -2015-03-10 04:09:09 queue INFO >>3 [928] -2015-03-10 04:09:09 sendUrl INFO 3 [928] R:OK -2015-03-10 04:09:59 queue INFO >>3 [929] -2015-03-10 04:09:59 sendUrl INFO 3 [929] R:OK -2015-03-10 04:10:49 queue INFO >>3 [930] -2015-03-10 04:10:50 sendUrl INFO 3 [930] R:OK -2015-03-10 04:11:39 queue INFO >>3 [931] -2015-03-10 04:11:39 sendUrl INFO 3 [931] R:OK -2015-03-10 04:12:29 queue INFO >>3 [932] -2015-03-10 04:12:30 sendUrl INFO 3 [932] R:OK -2015-03-10 04:13:20 queue INFO >>3 [933] -2015-03-10 04:13:20 sendUrl INFO 3 [933] R:OK -2015-03-10 04:14:10 queue INFO >>3 [934] -2015-03-10 04:14:10 sendUrl INFO 3 [934] R:OK -2015-03-10 04:14:51 queue INFO 7 [935] -2015-03-10 04:14:51 queue INFO >7 [936] -2015-03-10 04:14:51 sendUrl INFO 7 [935] R:OK -2015-03-10 04:14:52 sendUrl INFO 7 [936] R:OK -2015-03-10 04:14:52 queue INFO 3 [937] -2015-03-10 04:14:53 queue INFO >3 [938] -2015-03-10 04:14:53 sendUrl INFO 3 [937] R:OK -2015-03-10 04:14:53 sendUrl INFO 3 [938] R:OK -2015-03-10 04:15:43 queue INFO >>3 [939] -2015-03-10 04:15:43 sendUrl INFO 3 [939] R:OK -2015-03-10 04:16:33 queue INFO >>3 [940] -2015-03-10 04:16:33 sendUrl INFO 3 [940] R:OK -2015-03-10 04:17:23 queue INFO >>3 [941] -2015-03-10 04:17:23 sendUrl INFO 3 [941] R:OK -2015-03-10 04:18:13 queue INFO >>3 [942] -2015-03-10 04:18:14 sendUrl INFO 3 [942] R:OK -2015-03-10 04:19:03 queue INFO >>3 [943] -2015-03-10 04:19:03 sendUrl INFO 3 [943] R:OK -2015-03-10 04:19:53 queue INFO >>3 [944] -2015-03-10 04:19:54 sendUrl INFO 3 [944] R:OK -2015-03-10 04:20:43 queue INFO >>3 [945] -2015-03-10 04:20:44 sendUrl INFO 3 [945] R:OK -2015-03-10 04:21:34 queue INFO >>3 [946] -2015-03-10 04:21:34 sendUrl INFO 3 [946] R:OK -2015-03-10 04:22:24 queue INFO >>3 [947] -2015-03-10 04:22:24 sendUrl INFO 3 [947] R:OK -2015-03-10 04:23:14 queue INFO >>3 [948] -2015-03-10 04:23:14 sendUrl INFO 3 [948] R:OK -2015-03-10 04:23:59 queue INFO 7 [949] -2015-03-10 04:23:59 sendUrl INFO 7 [949] R:OK -2015-03-10 04:23:59 queue INFO >7 [950] -2015-03-10 04:23:59 sendUrl INFO 7 [950] R:OK -2015-03-10 04:24:00 queue INFO 3 [951] -2015-03-10 04:24:01 queue INFO >3 [952] -2015-03-10 04:24:01 sendUrl INFO 3 [951] R:OK -2015-03-10 04:24:01 sendUrl INFO 3 [952] R:OK -2015-03-10 04:24:12 queue INFO 21 [953] -2015-03-10 04:24:12 queue INFO >21 [954] -2015-03-10 04:24:13 sendUrl INFO 21 [953] R:OK -2015-03-10 04:24:13 sendUrl INFO 21 [954] R:OK -2015-03-10 04:25:02 queue INFO >>21 [955] -2015-03-10 04:25:02 sendUrl INFO 21 [955] R:OK -2015-03-10 04:25:52 queue INFO >>21 [956] -2015-03-10 04:25:53 sendUrl INFO 21 [956] R:OK -2015-03-10 04:26:42 queue INFO >>21 [957] -2015-03-10 04:26:43 sendUrl INFO 21 [957] R:OK -2015-03-10 04:27:33 queue INFO >>21 [958] -2015-03-10 04:27:33 sendUrl INFO 21 [958] R:OK -2015-03-10 04:28:23 queue INFO >>21 [959] -2015-03-10 04:28:23 sendUrl INFO 21 [959] R:OK -2015-03-10 04:29:13 queue INFO >>21 [960] -2015-03-10 04:29:13 sendUrl INFO 21 [960] R:OK -2015-03-10 04:30:03 queue INFO >>21 [961] -2015-03-10 04:30:03 sendUrl INFO 21 [961] R:OK -2015-03-10 04:30:53 queue INFO >>21 [962] -2015-03-10 04:30:54 sendUrl INFO 21 [962] R:OK -2015-03-10 04:31:43 queue INFO >>21 [963] -2015-03-10 04:31:43 sendUrl INFO 21 [963] R:OK -2015-03-10 04:32:34 queue INFO >>21 [964] -2015-03-10 04:32:34 sendUrl INFO 21 [964] R:OK -2015-03-10 04:33:24 queue INFO >>21 [965] -2015-03-10 04:33:24 sendUrl INFO 21 [965] R:OK -2015-03-10 04:34:14 queue INFO >>21 [966] -2015-03-10 04:34:14 sendUrl INFO 21 [966] R:OK -2015-03-10 04:35:04 queue INFO >>21 [967] -2015-03-10 04:35:04 sendUrl INFO 21 [967] R:OK -2015-03-10 04:35:54 queue INFO >>21 [968] -2015-03-10 04:35:55 sendUrl INFO 21 [968] R:OK -2015-03-10 04:36:44 queue INFO >>21 [969] -2015-03-10 04:36:44 sendUrl INFO 21 [969] R:OK -2015-03-10 04:37:05 queue INFO 1 [970] -2015-03-10 04:37:05 queue INFO >1 [971] -2015-03-10 04:37:05 sendUrl INFO 1 [970] R:OK -2015-03-10 04:37:06 sendUrl INFO 1 [971] R:OK -2015-03-10 04:37:22 queue INFO 3 [972] -2015-03-10 04:37:22 sendUrl INFO 3 [972] R:OK -2015-03-10 04:37:22 queue INFO >3 [973] -2015-03-10 04:37:22 sendUrl INFO 3 [973] R:OK -2015-03-10 04:38:12 queue INFO >>3 [974] -2015-03-10 04:38:12 sendUrl INFO 3 [974] R:OK -2015-03-10 04:39:02 queue INFO >>3 [975] -2015-03-10 04:39:02 sendUrl INFO 3 [975] R:OK -2015-03-10 04:39:52 queue INFO >>3 [976] -2015-03-10 04:39:52 sendUrl INFO 3 [976] R:OK -2015-03-10 04:40:42 queue INFO >>3 [977] -2015-03-10 04:40:43 sendUrl INFO 3 [977] R:OK -2015-03-10 04:41:32 queue INFO >>3 [978] -2015-03-10 04:41:33 sendUrl INFO 3 [978] R:OK -2015-03-10 04:42:23 queue INFO >>3 [979] -2015-03-10 04:42:23 sendUrl INFO 3 [979] R:OK -2015-03-10 04:43:13 queue INFO >>3 [980] -2015-03-10 04:43:13 sendUrl INFO 3 [980] R:OK -2015-03-10 04:44:03 queue INFO >>3 [981] -2015-03-10 04:44:03 sendUrl INFO 3 [981] R:OK -2015-03-10 04:44:53 queue INFO >>3 [982] -2015-03-10 04:44:53 sendUrl INFO 3 [982] R:OK -2015-03-10 04:45:12 queue INFO 7 [983] -2015-03-10 04:45:13 queue INFO >7 [984] -2015-03-10 04:45:13 sendUrl INFO 7 [983] R:OK -2015-03-10 04:45:13 sendUrl INFO 7 [984] R:OK -2015-03-10 04:45:14 queue INFO 3 [985] -2015-03-10 04:45:14 queue INFO >3 [986] -2015-03-10 04:45:14 sendUrl INFO 3 [985] R:OK -2015-03-10 04:45:15 sendUrl INFO 3 [986] R:OK -2015-03-10 04:46:04 queue INFO >>3 [987] -2015-03-10 04:46:05 sendUrl INFO 3 [987] R:OK -2015-03-10 04:46:54 queue INFO >>3 [988] -2015-03-10 04:46:55 sendUrl INFO 3 [988] R:OK -2015-03-10 04:47:45 queue INFO >>3 [989] -2015-03-10 04:47:45 sendUrl INFO 3 [989] R:OK -2015-03-10 04:48:35 queue INFO >>3 [990] -2015-03-10 04:48:35 sendUrl INFO 3 [990] R:OK -2015-03-10 04:49:25 queue INFO >>3 [991] -2015-03-10 04:49:25 sendUrl INFO 3 [991] R:OK -2015-03-10 04:50:15 queue INFO >>3 [992] -2015-03-10 04:50:15 sendUrl INFO 3 [992] R:OK -2015-03-10 04:51:05 queue INFO >>3 [993] -2015-03-10 04:51:06 sendUrl INFO 3 [993] R:OK -2015-03-10 04:51:55 queue INFO >>3 [994] -2015-03-10 04:51:56 sendUrl INFO 3 [994] R:OK -2015-03-10 04:52:45 queue INFO >>3 [995] -2015-03-10 04:52:46 sendUrl INFO 3 [995] R:OK -2015-03-10 04:53:36 queue INFO >>3 [996] -2015-03-10 04:53:36 sendUrl INFO 3 [996] R:OK -2015-03-10 04:54:17 queue INFO 7 [997] -2015-03-10 04:54:17 queue INFO >7 [998] -2015-03-10 04:54:18 sendUrl INFO 7 [997] R:OK -2015-03-10 04:54:18 sendUrl INFO 7 [998] R:OK -2015-03-10 04:54:19 queue INFO 3 [999] -2015-03-10 04:54:19 queue INFO >3 [0] -2015-03-10 04:54:19 sendUrl INFO 3 [999] R:OK -2015-03-10 04:54:20 sendUrl INFO 3 [0] R:OK -2015-03-10 04:55:09 queue INFO >>3 [1] -2015-03-10 04:55:09 sendUrl INFO 3 [1] R:OK -2015-03-10 04:55:59 queue INFO >>3 [2] -2015-03-10 04:55:59 sendUrl INFO 3 [2] R:OK -2015-03-10 04:56:49 queue INFO >>3 [3] -2015-03-10 04:56:50 sendUrl INFO 3 [3] R:OK -2015-03-10 04:57:39 queue INFO >>3 [4] -2015-03-10 04:57:39 sendUrl INFO 3 [4] R:OK -2015-03-10 04:58:29 queue INFO >>3 [5] -2015-03-10 04:58:30 sendUrl INFO 3 [5] R:OK -2015-03-10 04:59:19 queue INFO >>3 [6] -2015-03-10 04:59:20 sendUrl INFO 3 [6] R:OK -2015-03-10 05:00:10 queue INFO >>3 [7] -2015-03-10 05:00:10 sendUrl INFO 3 [7] R:OK -2015-03-10 05:01:00 queue INFO >>3 [8] -2015-03-10 05:01:00 sendUrl INFO 3 [8] R:OK -2015-03-10 05:01:50 queue INFO >>3 [9] -2015-03-10 05:01:50 sendUrl INFO 3 [9] R:OK -2015-03-10 05:02:40 queue INFO >>3 [10] -2015-03-10 05:02:40 sendUrl INFO 3 [10] R:OK -2015-03-10 05:03:21 queue INFO 7 [11] -2015-03-10 05:03:21 queue INFO >7 [12] -2015-03-10 05:03:22 sendUrl INFO 7 [11] R:OK -2015-03-10 05:03:22 sendUrl INFO 7 [12] R:OK -2015-03-10 05:03:23 queue INFO 3 [13] -2015-03-10 05:03:23 queue INFO >3 [14] -2015-03-10 05:03:23 sendUrl INFO 3 [13] R:OK -2015-03-10 05:03:24 sendUrl INFO 3 [14] R:OK -2015-03-10 05:04:13 queue INFO >>3 [15] -2015-03-10 05:04:13 sendUrl INFO 3 [15] R:OK -2015-03-10 05:05:03 queue INFO >>3 [16] -2015-03-10 05:05:03 sendUrl INFO 3 [16] R:OK -2015-03-10 05:05:53 queue INFO >>3 [17] -2015-03-10 05:05:54 sendUrl INFO 3 [17] R:OK -2015-03-10 05:06:43 queue INFO >>3 [18] -2015-03-10 05:06:44 sendUrl INFO 3 [18] R:OK -2015-03-10 05:07:34 queue INFO >>3 [19] -2015-03-10 05:07:34 sendUrl INFO 3 [19] R:OK -2015-03-10 05:08:24 queue INFO >>3 [20] -2015-03-10 05:08:24 sendUrl INFO 3 [20] R:OK -2015-03-10 05:09:14 queue INFO >>3 [21] -2015-03-10 05:09:14 sendUrl INFO 3 [21] R:OK -2015-03-10 05:10:04 queue INFO >>3 [22] -2015-03-10 05:10:04 sendUrl INFO 3 [22] R:OK -2015-03-10 05:10:54 queue INFO >>3 [23] -2015-03-10 05:10:55 sendUrl INFO 3 [23] R:OK -2015-03-10 05:11:44 queue INFO >>3 [24] -2015-03-10 05:11:44 sendUrl INFO 3 [24] R:OK -2015-03-10 05:12:25 queue INFO 7 [25] -2015-03-10 05:12:26 queue INFO >7 [26] -2015-03-10 05:12:26 sendUrl INFO 7 [25] R:OK -2015-03-10 05:12:26 sendUrl INFO 7 [26] R:OK -2015-03-10 05:12:27 queue INFO 3 [27] -2015-03-10 05:12:27 queue INFO >3 [28] -2015-03-10 05:12:27 sendUrl INFO 3 [27] R:OK -2015-03-10 05:12:28 sendUrl INFO 3 [28] R:OK -2015-03-10 05:13:17 queue INFO >>3 [29] -2015-03-10 05:13:18 sendUrl INFO 3 [29] R:OK -2015-03-10 05:14:07 queue INFO >>3 [30] -2015-03-10 05:14:08 sendUrl INFO 3 [30] R:OK -2015-03-10 05:14:58 queue INFO >>3 [31] -2015-03-10 05:14:58 sendUrl INFO 3 [31] R:OK -2015-03-10 05:15:48 queue INFO >>3 [32] -2015-03-10 05:15:48 sendUrl INFO 3 [32] R:OK -2015-03-10 05:16:38 queue INFO >>3 [33] -2015-03-10 05:16:38 sendUrl INFO 3 [33] R:OK -2015-03-10 05:17:28 queue INFO >>3 [34] -2015-03-10 05:17:28 sendUrl INFO 3 [34] R:OK -2015-03-10 05:18:18 queue INFO >>3 [35] -2015-03-10 05:18:19 sendUrl INFO 3 [35] R:OK -2015-03-10 05:19:08 queue INFO >>3 [36] -2015-03-10 05:19:08 sendUrl INFO 3 [36] R:OK -2015-03-10 05:19:58 queue INFO >>3 [37] -2015-03-10 05:19:59 sendUrl INFO 3 [37] R:OK -2015-03-10 05:20:49 queue INFO >>3 [38] -2015-03-10 05:20:49 sendUrl INFO 3 [38] R:OK -2015-03-10 05:21:30 queue INFO 7 [39] -2015-03-10 05:21:30 sendUrl INFO 7 [39] R:OK -2015-03-10 05:21:30 queue INFO >7 [40] -2015-03-10 05:21:30 sendUrl INFO 7 [40] R:OK -2015-03-10 05:21:31 queue INFO 3 [41] -2015-03-10 05:21:32 queue INFO >3 [42] -2015-03-10 05:21:32 sendUrl INFO 3 [41] R:OK -2015-03-10 05:21:32 sendUrl INFO 3 [42] R:OK -2015-03-10 05:22:21 queue INFO >>3 [43] -2015-03-10 05:22:22 sendUrl INFO 3 [43] R:OK -2015-03-10 05:23:12 queue INFO >>3 [44] -2015-03-10 05:23:12 sendUrl INFO 3 [44] R:OK -2015-03-10 05:24:02 queue INFO >>3 [45] -2015-03-10 05:24:02 sendUrl INFO 3 [45] R:OK -2015-03-10 05:24:52 queue INFO >>3 [46] -2015-03-10 05:24:52 sendUrl INFO 3 [46] R:OK -2015-03-10 05:25:42 queue INFO >>3 [47] -2015-03-10 05:25:43 sendUrl INFO 3 [47] R:OK -2015-03-10 05:26:32 queue INFO >>3 [48] -2015-03-10 05:26:32 sendUrl INFO 3 [48] R:OK -2015-03-10 05:27:22 queue INFO >>3 [49] -2015-03-10 05:27:23 sendUrl INFO 3 [49] R:OK -2015-03-10 05:28:13 queue INFO >>3 [50] -2015-03-10 05:28:13 sendUrl INFO 3 [50] R:OK -2015-03-10 05:29:03 queue INFO >>3 [51] -2015-03-10 05:29:03 sendUrl INFO 3 [51] R:OK -2015-03-10 05:29:53 queue INFO >>3 [52] -2015-03-10 05:29:53 sendUrl INFO 3 [52] R:OK -2015-03-10 05:30:35 queue INFO 7 [53] -2015-03-10 05:30:35 sendUrl INFO 7 [53] R:OK -2015-03-10 05:30:35 queue INFO >7 [54] -2015-03-10 05:30:35 sendUrl INFO 7 [54] R:OK -2015-03-10 05:30:36 queue INFO 3 [55] -2015-03-10 05:30:37 queue INFO >3 [56] -2015-03-10 05:30:37 sendUrl INFO 3 [55] R:OK -2015-03-10 05:30:37 sendUrl INFO 3 [56] R:OK -2015-03-10 05:31:27 queue INFO >>3 [57] -2015-03-10 05:31:27 sendUrl INFO 3 [57] R:OK -2015-03-10 05:32:17 queue INFO >>3 [58] -2015-03-10 05:32:17 sendUrl INFO 3 [58] R:OK -2015-03-10 05:33:07 queue INFO >>3 [59] -2015-03-10 05:33:07 sendUrl INFO 3 [59] R:OK -2015-03-10 05:33:57 queue INFO >>3 [60] -2015-03-10 05:33:57 sendUrl INFO 3 [60] R:OK -2015-03-10 05:34:47 queue INFO >>3 [61] -2015-03-10 05:34:48 sendUrl INFO 3 [61] R:OK -2015-03-10 05:35:37 queue INFO >>3 [62] -2015-03-10 05:35:37 sendUrl INFO 3 [62] R:OK -2015-03-10 05:36:27 queue INFO >>3 [63] -2015-03-10 05:36:28 sendUrl INFO 3 [63] R:OK -2015-03-10 05:37:18 queue INFO >>3 [64] -2015-03-10 05:37:18 sendUrl INFO 3 [64] R:OK -2015-03-10 05:38:08 queue INFO >>3 [65] -2015-03-10 05:38:08 sendUrl INFO 3 [65] R:OK -2015-03-10 05:38:58 queue INFO >>3 [66] -2015-03-10 05:38:58 sendUrl INFO 3 [66] R:OK -2015-03-10 05:39:39 queue INFO 7 [67] -2015-03-10 05:39:39 queue INFO >7 [68] -2015-03-10 05:39:40 sendUrl INFO 7 [67] R:OK -2015-03-10 05:39:40 sendUrl INFO 7 [68] R:OK -2015-03-10 05:39:41 queue INFO 3 [69] -2015-03-10 05:39:41 queue INFO >3 [70] -2015-03-10 05:39:41 sendUrl INFO 3 [69] R:OK -2015-03-10 05:39:42 sendUrl INFO 3 [70] R:OK -2015-03-10 05:40:31 queue INFO >>3 [71] -2015-03-10 05:40:31 sendUrl INFO 3 [71] R:OK -2015-03-10 05:41:21 queue INFO >>3 [72] -2015-03-10 05:41:22 sendUrl INFO 3 [72] R:OK -2015-03-10 05:42:11 queue INFO >>3 [73] -2015-03-10 05:42:12 sendUrl INFO 3 [73] R:OK -2015-03-10 05:43:01 queue INFO >>3 [74] -2015-03-10 05:43:02 sendUrl INFO 3 [74] R:OK -2015-03-10 05:43:52 queue INFO >>3 [75] -2015-03-10 05:43:52 sendUrl INFO 3 [75] R:OK -2015-03-10 05:44:42 queue INFO >>3 [76] -2015-03-10 05:44:42 sendUrl INFO 3 [76] R:OK -2015-03-10 05:45:32 queue INFO >>3 [77] -2015-03-10 05:45:32 sendUrl INFO 3 [77] R:OK -2015-03-10 05:46:22 queue INFO >>3 [78] -2015-03-10 05:46:22 sendUrl INFO 3 [78] R:OK -2015-03-10 05:47:12 queue INFO >>3 [79] -2015-03-10 05:47:13 sendUrl INFO 3 [79] R:OK -2015-03-10 05:48:02 queue INFO >>3 [80] -2015-03-10 05:48:03 sendUrl INFO 3 [80] R:OK -2015-03-10 05:48:25 queue INFO 1 [81] -2015-03-10 05:48:25 queue INFO >1 [82] -2015-03-10 05:48:26 sendUrl INFO 1 [81] R:OK -2015-03-10 05:48:26 sendUrl INFO 1 [82] R:OK -2015-03-10 05:48:40 queue INFO 21 [83] -2015-03-10 05:48:40 queue INFO >21 [84] -2015-03-10 05:48:40 sendUrl INFO 21 [83] R:OK -2015-03-10 05:48:41 sendUrl INFO 21 [84] R:OK -2015-03-10 05:49:30 queue INFO >>21 [85] -2015-03-10 05:49:30 sendUrl INFO 21 [85] R:OK -2015-03-10 05:50:20 queue INFO >>21 [86] -2015-03-10 05:50:20 sendUrl INFO 21 [86] R:OK -2015-03-10 05:51:10 queue INFO >>21 [87] -2015-03-10 05:51:11 sendUrl INFO 21 [87] R:OK -2015-03-10 05:52:01 queue INFO >>21 [88] -2015-03-10 05:52:01 sendUrl INFO 21 [88] R:OK -2015-03-10 05:52:15 queue INFO 1 [89] -2015-03-10 05:52:15 queue INFO 21 [90] -2015-03-10 05:52:16 queue INFO >21 [91] -2015-03-10 05:52:16 sendUrl INFO 1 [89] R:OK -2015-03-10 05:52:16 queue INFO 1 [92] -2015-03-10 05:52:16 sendUrl INFO 21 [90] R:OK -2015-03-10 05:52:16 queue INFO >1 [93] -2015-03-10 05:52:17 sendUrl INFO 21 [91] R:OK -2015-03-10 05:52:17 sendUrl INFO 1 [92] R:OK -2015-03-10 05:52:18 sendUrl INFO 1 [93] R:OK -2015-03-10 05:52:37 queue INFO 5 [94] -2015-03-10 05:52:37 sendUrl INFO 5 [94] R:OK -2015-03-10 05:52:37 queue INFO >5 [95] -2015-03-10 05:52:37 sendUrl INFO 5 [95] R:OK -2015-03-10 05:52:38 queue INFO 1 [96] -2015-03-10 05:52:38 queue INFO >1 [97] -2015-03-10 05:52:39 sendUrl INFO 1 [96] R:OK -2015-03-10 05:52:39 sendUrl INFO 1 [97] R:OK -2015-03-10 05:53:28 queue INFO >>1 [98] -2015-03-10 05:53:29 sendUrl INFO 1 [98] R:OK -2015-03-10 05:53:50 queue INFO 3 [99] -2015-03-10 05:53:51 queue INFO >3 [100] -2015-03-10 05:53:51 sendUrl INFO 3 [99] R:OK -2015-03-10 05:53:51 sendUrl INFO 3 [100] R:OK -2015-03-10 05:54:41 queue INFO >>3 [101] -2015-03-10 05:54:41 sendUrl INFO 3 [101] R:OK -2015-03-10 05:55:31 queue INFO >>3 [102] -2015-03-10 05:55:31 sendUrl INFO 3 [102] R:OK -2015-03-10 05:56:21 queue INFO >>3 [103] -2015-03-10 05:56:21 sendUrl INFO 3 [103] R:OK -2015-03-10 05:57:11 queue INFO >>3 [104] -2015-03-10 05:57:11 sendUrl INFO 3 [104] R:OK -2015-03-10 05:58:01 queue INFO >>3 [105] -2015-03-10 05:58:01 sendUrl INFO 3 [105] R:OK -2015-03-10 05:58:51 queue INFO >>3 [106] -2015-03-10 05:58:52 sendUrl INFO 3 [106] R:OK -2015-03-10 05:59:41 queue INFO >>3 [107] -2015-03-10 05:59:42 sendUrl INFO 3 [107] R:OK -2015-03-10 06:00:31 queue INFO >>3 [108] -2015-03-10 06:00:32 sendUrl INFO 3 [108] R:OK -2015-03-10 06:01:22 queue INFO >>3 [109] -2015-03-10 06:01:22 sendUrl INFO 3 [109] R:OK -2015-03-10 06:01:41 queue INFO 7 [110] -2015-03-10 06:01:41 queue INFO >7 [111] -2015-03-10 06:01:41 sendUrl INFO 7 [110] R:OK -2015-03-10 06:01:42 sendUrl INFO 7 [111] R:OK -2015-03-10 06:01:43 queue INFO 3 [112] -2015-03-10 06:01:43 queue INFO >3 [113] -2015-03-10 06:01:43 sendUrl INFO 3 [112] R:OK -2015-03-10 06:01:43 sendUrl INFO 3 [113] R:OK -2015-03-10 06:02:33 queue INFO >>3 [114] -2015-03-10 06:02:33 sendUrl INFO 3 [114] R:OK -2015-03-10 06:03:23 queue INFO >>3 [115] -2015-03-10 06:03:24 sendUrl INFO 3 [115] R:OK -2015-03-10 06:04:13 queue INFO >>3 [116] -2015-03-10 06:04:13 sendUrl INFO 3 [116] R:OK -2015-03-10 06:05:03 queue INFO >>3 [117] -2015-03-10 06:05:04 sendUrl INFO 3 [117] R:OK -2015-03-10 06:05:53 queue INFO >>3 [118] -2015-03-10 06:05:54 sendUrl INFO 3 [118] R:OK -2015-03-10 06:06:44 queue INFO >>3 [119] -2015-03-10 06:06:44 sendUrl INFO 3 [119] R:OK -2015-03-10 06:07:34 queue INFO >>3 [120] -2015-03-10 06:07:34 sendUrl INFO 3 [120] R:OK -2015-03-10 06:08:24 queue INFO >>3 [121] -2015-03-10 06:08:24 sendUrl INFO 3 [121] R:OK -2015-03-10 06:09:14 queue INFO >>3 [122] -2015-03-10 06:09:14 sendUrl INFO 3 [122] R:OK -2015-03-10 06:10:04 queue INFO >>3 [123] -2015-03-10 06:10:05 sendUrl INFO 3 [123] R:OK -2015-03-10 06:10:46 queue INFO 7 [124] -2015-03-10 06:10:46 queue INFO >7 [125] -2015-03-10 06:10:46 sendUrl INFO 7 [124] R:OK -2015-03-10 06:10:47 sendUrl INFO 7 [125] R:OK -2015-03-10 06:10:47 queue INFO 3 [126] -2015-03-10 06:10:48 sendUrl INFO 3 [126] R:OK -2015-03-10 06:10:48 queue INFO >3 [127] -2015-03-10 06:10:48 sendUrl INFO 3 [127] R:OK -2015-03-10 06:11:38 queue INFO >>3 [128] -2015-03-10 06:11:38 sendUrl INFO 3 [128] R:OK -2015-03-10 06:12:28 queue INFO >>3 [129] -2015-03-10 06:12:28 sendUrl INFO 3 [129] R:OK -2015-03-10 06:13:18 queue INFO >>3 [130] -2015-03-10 06:13:18 sendUrl INFO 3 [130] R:OK -2015-03-10 06:14:08 queue INFO >>3 [131] -2015-03-10 06:14:08 sendUrl INFO 3 [131] R:OK -2015-03-10 06:14:58 queue INFO >>3 [132] -2015-03-10 06:14:59 sendUrl INFO 3 [132] R:OK -2015-03-10 06:15:48 queue INFO >>3 [133] -2015-03-10 06:15:49 sendUrl INFO 3 [133] R:OK -2015-03-10 06:16:38 queue INFO >>3 [134] -2015-03-10 06:16:39 sendUrl INFO 3 [134] R:OK -2015-03-10 06:17:29 queue INFO >>3 [135] -2015-03-10 06:17:29 sendUrl INFO 3 [135] R:OK -2015-03-10 06:18:19 queue INFO >>3 [136] -2015-03-10 06:18:19 sendUrl INFO 3 [136] R:OK -2015-03-10 06:19:09 queue INFO >>3 [137] -2015-03-10 06:19:09 sendUrl INFO 3 [137] R:OK -2015-03-10 06:19:50 queue INFO 7 [138] -2015-03-10 06:19:50 sendUrl INFO 7 [138] R:OK -2015-03-10 06:19:50 queue INFO >7 [139] -2015-03-10 06:19:51 sendUrl INFO 7 [139] R:OK -2015-03-10 06:19:52 queue INFO 3 [140] -2015-03-10 06:19:52 queue INFO >3 [141] -2015-03-10 06:19:52 sendUrl INFO 3 [140] R:OK -2015-03-10 06:19:53 sendUrl INFO 3 [141] R:OK -2015-03-10 06:20:42 queue INFO >>3 [142] -2015-03-10 06:20:42 sendUrl INFO 3 [142] R:OK -2015-03-10 06:21:32 queue INFO >>3 [143] -2015-03-10 06:21:32 sendUrl INFO 3 [143] R:OK -2015-03-10 06:22:22 queue INFO >>3 [144] -2015-03-10 06:22:23 sendUrl INFO 3 [144] R:OK -2015-03-10 06:23:12 queue INFO >>3 [145] -2015-03-10 06:23:12 sendUrl INFO 3 [145] R:OK -2015-03-10 06:24:02 queue INFO >>3 [146] -2015-03-10 06:24:03 sendUrl INFO 3 [146] R:OK -2015-03-10 06:24:53 queue INFO >>3 [147] -2015-03-10 06:24:53 sendUrl INFO 3 [147] R:OK -2015-03-10 06:25:43 queue INFO >>3 [148] -2015-03-10 06:25:43 sendUrl INFO 3 [148] R:OK -2015-03-10 06:26:33 queue INFO >>3 [149] -2015-03-10 06:26:33 sendUrl INFO 3 [149] R:OK -2015-03-10 06:27:23 queue INFO >>3 [150] -2015-03-10 06:27:23 sendUrl INFO 3 [150] R:OK -2015-03-10 06:28:13 queue INFO >>3 [151] -2015-03-10 06:28:14 sendUrl INFO 3 [151] R:OK -2015-03-10 06:28:54 queue INFO 7 [152] -2015-03-10 06:28:55 queue INFO >7 [153] -2015-03-10 06:28:55 sendUrl INFO 7 [152] R:OK -2015-03-10 06:28:55 sendUrl INFO 7 [153] R:OK -2015-03-10 06:28:56 queue INFO 3 [154] -2015-03-10 06:28:56 queue INFO >3 [155] -2015-03-10 06:28:56 sendUrl INFO 3 [154] R:OK -2015-03-10 06:28:57 sendUrl INFO 3 [155] R:OK -2015-03-10 06:29:46 queue INFO >>3 [156] -2015-03-10 06:29:46 sendUrl INFO 3 [156] R:OK -2015-03-10 06:30:36 queue INFO >>3 [157] -2015-03-10 06:30:36 sendUrl INFO 3 [157] R:OK -2015-03-10 06:31:26 queue INFO >>3 [158] -2015-03-10 06:31:26 sendUrl INFO 3 [158] R:OK -2015-03-10 06:32:16 queue INFO >>3 [159] -2015-03-10 06:32:17 sendUrl INFO 3 [159] R:OK -2015-03-10 06:33:06 queue INFO >>3 [160] -2015-03-10 06:33:07 sendUrl INFO 3 [160] R:OK -2015-03-10 06:33:57 queue INFO >>3 [161] -2015-03-10 06:33:57 sendUrl INFO 3 [161] R:OK -2015-03-10 06:34:47 queue INFO >>3 [162] -2015-03-10 06:34:47 sendUrl INFO 3 [162] R:OK -2015-03-10 06:35:37 queue INFO >>3 [163] -2015-03-10 06:35:37 sendUrl INFO 3 [163] R:OK -2015-03-10 06:36:27 queue INFO >>3 [164] -2015-03-10 06:36:27 sendUrl INFO 3 [164] R:OK -2015-03-10 06:37:17 queue INFO >>3 [165] -2015-03-10 06:37:18 sendUrl INFO 3 [165] R:OK -2015-03-10 06:37:59 queue INFO 7 [166] -2015-03-10 06:37:59 queue INFO >7 [167] -2015-03-10 06:37:59 sendUrl INFO 7 [166] R:OK -2015-03-10 06:37:59 sendUrl INFO 7 [167] R:OK -2015-03-10 06:38:00 queue INFO 3 [168] -2015-03-10 06:38:00 queue INFO >3 [169] -2015-03-10 06:38:00 sendUrl INFO 3 [168] R:OK -2015-03-10 06:38:01 sendUrl INFO 3 [169] R:OK -2015-03-10 06:38:50 queue INFO >>3 [170] -2015-03-10 06:38:51 sendUrl INFO 3 [170] R:OK -2015-03-10 06:39:40 queue INFO >>3 [171] -2015-03-10 06:39:41 sendUrl INFO 3 [171] R:OK -2015-03-10 06:40:31 queue INFO >>3 [172] -2015-03-10 06:40:31 sendUrl INFO 3 [172] R:OK -2015-03-10 06:41:21 queue INFO >>3 [173] -2015-03-10 06:41:21 sendUrl INFO 3 [173] R:OK -2015-03-10 06:42:11 queue INFO >>3 [174] -2015-03-10 06:42:11 sendUrl INFO 3 [174] R:OK -2015-03-10 06:43:01 queue INFO >>3 [175] -2015-03-10 06:43:01 sendUrl INFO 3 [175] R:OK -2015-03-10 06:43:51 queue INFO >>3 [176] -2015-03-10 06:43:51 sendUrl INFO 3 [176] R:OK -2015-03-10 06:44:41 queue INFO >>3 [177] -2015-03-10 06:44:42 sendUrl INFO 3 [177] R:OK -2015-03-10 06:45:31 queue INFO >>3 [178] -2015-03-10 06:45:32 sendUrl INFO 3 [178] R:OK -2015-03-10 06:46:22 queue INFO >>3 [179] -2015-03-10 06:46:22 sendUrl INFO 3 [179] R:OK -2015-03-10 06:47:04 queue INFO 7 [180] -2015-03-10 06:47:04 queue INFO >7 [181] -2015-03-10 06:47:04 sendUrl INFO 7 [180] R:OK -2015-03-10 06:47:05 sendUrl INFO 7 [181] R:OK -2015-03-10 06:47:05 queue INFO 3 [182] -2015-03-10 06:47:05 queue INFO >3 [183] -2015-03-10 06:47:06 sendUrl INFO 3 [182] R:OK -2015-03-10 06:47:06 sendUrl INFO 3 [183] R:OK -2015-03-10 06:47:55 queue INFO >>3 [184] -2015-03-10 06:47:56 sendUrl INFO 3 [184] R:OK -2015-03-10 06:48:46 queue INFO >>3 [185] -2015-03-10 06:48:46 sendUrl INFO 3 [185] R:OK -2015-03-10 06:49:36 queue INFO >>3 [186] -2015-03-10 06:49:36 sendUrl INFO 3 [186] R:OK -2015-03-10 06:50:26 queue INFO >>3 [187] -2015-03-10 06:50:26 sendUrl INFO 3 [187] R:OK -2015-03-10 06:51:16 queue INFO >>3 [188] -2015-03-10 06:51:16 sendUrl INFO 3 [188] R:OK -2015-03-10 06:52:06 queue INFO >>3 [189] -2015-03-10 06:52:07 sendUrl INFO 3 [189] R:OK -2015-03-10 06:52:56 queue INFO >>3 [190] -2015-03-10 06:52:57 sendUrl INFO 3 [190] R:OK -2015-03-10 06:53:46 queue INFO >>3 [191] -2015-03-10 06:53:47 sendUrl INFO 3 [191] R:OK -2015-03-10 06:54:37 queue INFO >>3 [192] -2015-03-10 06:54:37 sendUrl INFO 3 [192] R:OK -2015-03-10 06:55:27 queue INFO >>3 [193] -2015-03-10 06:55:27 sendUrl INFO 3 [193] R:OK -2015-03-10 06:56:08 queue INFO 7 [194] -2015-03-10 06:56:08 sendUrl INFO 7 [194] R:OK -2015-03-10 06:56:08 queue INFO >7 [195] -2015-03-10 06:56:09 sendUrl INFO 7 [195] R:OK -2015-03-10 06:56:10 queue INFO 3 [196] -2015-03-10 06:56:10 queue INFO >3 [197] -2015-03-10 06:56:10 sendUrl INFO 3 [196] R:OK -2015-03-10 06:56:11 sendUrl INFO 3 [197] R:OK -2015-03-10 06:57:00 queue INFO >>3 [198] -2015-03-10 06:57:00 sendUrl INFO 3 [198] R:OK -2015-03-10 06:57:50 queue INFO >>3 [199] -2015-03-10 06:57:50 sendUrl INFO 3 [199] R:OK -2015-03-10 06:58:40 queue INFO >>3 [200] -2015-03-10 06:58:41 sendUrl INFO 3 [200] R:OK -2015-03-10 06:59:30 queue INFO >>3 [201] -2015-03-10 06:59:31 sendUrl INFO 3 [201] R:OK -2015-03-10 07:00:20 queue INFO >>3 [202] -2015-03-10 07:00:21 sendUrl INFO 3 [202] R:OK -2015-03-10 07:01:11 queue INFO >>3 [203] -2015-03-10 07:01:11 sendUrl INFO 3 [203] R:OK -2015-03-10 07:02:01 queue INFO >>3 [204] -2015-03-10 07:02:01 sendUrl INFO 3 [204] R:OK -2015-03-10 07:02:51 queue INFO >>3 [205] -2015-03-10 07:02:51 sendUrl INFO 3 [205] R:OK -2015-03-10 07:03:41 queue INFO >>3 [206] -2015-03-10 07:03:41 sendUrl INFO 3 [206] R:OK -2015-03-10 07:04:31 queue INFO >>3 [207] -2015-03-10 07:04:32 sendUrl INFO 3 [207] R:OK -2015-03-10 07:05:13 queue INFO 7 [208] -2015-03-10 07:05:13 queue INFO >7 [209] -2015-03-10 07:05:13 sendUrl INFO 7 [208] R:OK -2015-03-10 07:05:13 sendUrl INFO 7 [209] R:OK -2015-03-10 07:05:14 queue INFO 3 [210] -2015-03-10 07:05:14 queue INFO >3 [211] -2015-03-10 07:05:14 sendUrl INFO 3 [210] R:OK -2015-03-10 07:05:15 sendUrl INFO 3 [211] R:OK -2015-03-10 07:06:04 queue INFO >>3 [212] -2015-03-10 07:06:05 sendUrl INFO 3 [212] R:OK -2015-03-10 07:06:55 queue INFO >>3 [213] -2015-03-10 07:06:55 sendUrl INFO 3 [213] R:OK -2015-03-10 07:07:45 queue INFO >>3 [214] -2015-03-10 07:07:45 sendUrl INFO 3 [214] R:OK -2015-03-10 07:08:35 queue INFO >>3 [215] -2015-03-10 07:08:35 sendUrl INFO 3 [215] R:OK -2015-03-10 07:09:25 queue INFO >>3 [216] -2015-03-10 07:09:25 sendUrl INFO 3 [216] R:OK -2015-03-10 07:10:15 queue INFO >>3 [217] -2015-03-10 07:10:15 sendUrl INFO 3 [217] R:OK -2015-03-10 07:11:05 queue INFO >>3 [218] -2015-03-10 07:11:06 sendUrl INFO 3 [218] R:OK -2015-03-10 07:11:55 queue INFO >>3 [219] -2015-03-10 07:11:56 sendUrl INFO 3 [219] R:OK -2015-03-10 07:12:46 queue INFO >>3 [220] -2015-03-10 07:12:46 sendUrl INFO 3 [220] R:OK -2015-03-10 07:13:36 queue INFO >>3 [221] -2015-03-10 07:13:36 sendUrl INFO 3 [221] R:OK -2015-03-10 07:14:17 queue INFO 7 [222] -2015-03-10 07:14:17 queue INFO >7 [223] -2015-03-10 07:14:18 sendUrl INFO 7 [222] R:OK -2015-03-10 07:14:18 sendUrl INFO 7 [223] R:OK -2015-03-10 07:14:19 queue INFO 3 [224] -2015-03-10 07:14:19 queue INFO >3 [225] -2015-03-10 07:14:19 sendUrl INFO 3 [224] R:OK -2015-03-10 07:14:20 sendUrl INFO 3 [225] R:OK -2015-03-10 07:15:09 queue INFO >>3 [226] -2015-03-10 07:15:09 sendUrl INFO 3 [226] R:OK -2015-03-10 07:15:59 queue INFO >>3 [227] -2015-03-10 07:15:59 sendUrl INFO 3 [227] R:OK -2015-03-10 07:16:49 queue INFO >>3 [228] -2015-03-10 07:16:50 sendUrl INFO 3 [228] R:OK -2015-03-10 07:17:39 queue INFO >>3 [229] -2015-03-10 07:17:39 sendUrl INFO 3 [229] R:OK -2015-03-10 07:18:29 queue INFO >>3 [230] -2015-03-10 07:18:30 sendUrl INFO 3 [230] R:OK -2015-03-10 07:19:20 queue INFO >>3 [231] -2015-03-10 07:19:20 sendUrl INFO 3 [231] R:OK -2015-03-10 07:20:10 queue INFO >>3 [232] -2015-03-10 07:20:10 sendUrl INFO 3 [232] R:OK -2015-03-10 07:21:00 queue INFO >>3 [233] -2015-03-10 07:21:00 sendUrl INFO 3 [233] R:OK -2015-03-10 07:21:50 queue INFO >>3 [234] -2015-03-10 07:21:51 sendUrl INFO 3 [234] R:OK -2015-03-10 07:22:40 queue INFO >>3 [235] -2015-03-10 07:22:40 sendUrl INFO 3 [235] R:OK -2015-03-10 07:22:43 queue INFO 1 [236] -2015-03-10 07:22:43 queue INFO >1 [237] -2015-03-10 07:22:43 sendUrl INFO 1 [236] R:OK -2015-03-10 07:22:44 sendUrl INFO 1 [237] R:OK -2015-03-10 07:23:06 queue INFO 21 [238] -2015-03-10 07:23:06 queue INFO >21 [239] -2015-03-10 07:23:07 sendUrl INFO 21 [238] R:OK -2015-03-10 07:23:07 sendUrl INFO 21 [239] R:OK -2015-03-10 07:23:56 queue INFO >>21 [240] -2015-03-10 07:23:57 sendUrl INFO 21 [240] R:OK -2015-03-10 07:24:47 queue INFO >>21 [241] -2015-03-10 07:24:47 sendUrl INFO 21 [241] R:OK -2015-03-10 07:25:37 queue INFO >>21 [242] -2015-03-10 07:25:37 sendUrl INFO 21 [242] R:OK -2015-03-10 07:26:27 queue INFO >>21 [243] -2015-03-10 07:26:27 sendUrl INFO 21 [243] R:OK -2015-03-10 07:27:17 queue INFO >>21 [244] -2015-03-10 07:27:17 sendUrl INFO 21 [244] R:OK -2015-03-10 07:28:07 queue INFO >>21 [245] -2015-03-10 07:28:08 sendUrl INFO 21 [245] R:OK -2015-03-10 07:28:15 queue INFO 1 [246] -2015-03-10 07:28:15 queue INFO >1 [247] -2015-03-10 07:28:15 sendUrl INFO 1 [246] R:OK -2015-03-10 07:28:16 sendUrl INFO 1 [247] R:OK -2015-03-10 07:28:35 queue INFO 5 [248] -2015-03-10 07:28:35 queue INFO >5 [249] -2015-03-10 07:28:36 sendUrl INFO 5 [248] R:OK -2015-03-10 07:28:36 sendUrl INFO 5 [249] R:OK -2015-03-10 07:28:37 queue INFO 1 [250] -2015-03-10 07:28:37 queue INFO >1 [251] -2015-03-10 07:28:37 sendUrl INFO 1 [250] R:OK -2015-03-10 07:28:38 sendUrl INFO 1 [251] R:OK -2015-03-10 07:29:27 queue INFO >>1 [252] -2015-03-10 07:29:28 sendUrl INFO 1 [252] R:OK -2015-03-10 07:29:49 queue INFO 3 [253] -2015-03-10 07:29:49 sendUrl INFO 3 [253] R:OK -2015-03-10 07:29:49 queue INFO >3 [254] -2015-03-10 07:29:50 sendUrl INFO 3 [254] R:OK -2015-03-10 07:30:39 queue INFO >>3 [255] -2015-03-10 07:30:40 sendUrl INFO 3 [255] R:OK -2015-03-10 07:31:29 queue INFO >>3 [256] -2015-03-10 07:31:30 sendUrl INFO 3 [256] R:OK -2015-03-10 07:32:20 queue INFO >>3 [257] -2015-03-10 07:32:20 sendUrl INFO 3 [257] R:OK -2015-03-10 07:33:10 queue INFO >>3 [258] -2015-03-10 07:33:10 sendUrl INFO 3 [258] R:OK -2015-03-10 07:34:00 queue INFO >>3 [259] -2015-03-10 07:34:00 sendUrl INFO 3 [259] R:OK -2015-03-10 07:34:50 queue INFO >>3 [260] -2015-03-10 07:34:50 sendUrl INFO 3 [260] R:OK -2015-03-10 07:35:40 queue INFO >>3 [261] -2015-03-10 07:35:41 sendUrl INFO 3 [261] R:OK -2015-03-10 07:36:30 queue INFO >>3 [262] -2015-03-10 07:36:31 sendUrl INFO 3 [262] R:OK -2015-03-10 07:37:21 queue INFO >>3 [263] -2015-03-10 07:37:21 sendUrl INFO 3 [263] R:OK -2015-03-10 07:37:40 queue INFO 7 [264] -2015-03-10 07:37:40 sendUrl INFO 7 [264] R:OK -2015-03-10 07:37:40 queue INFO >7 [265] -2015-03-10 07:37:40 sendUrl INFO 7 [265] R:OK -2015-03-10 07:37:41 queue INFO 3 [266] -2015-03-10 07:37:42 queue INFO >3 [267] -2015-03-10 07:37:42 sendUrl INFO 3 [266] R:OK -2015-03-10 07:37:42 sendUrl INFO 3 [267] R:OK -2015-03-10 07:38:32 queue INFO >>3 [268] -2015-03-10 07:38:32 sendUrl INFO 3 [268] R:OK -2015-03-10 07:39:22 queue INFO >>3 [269] -2015-03-10 07:39:22 sendUrl INFO 3 [269] R:OK -2015-03-10 07:40:12 queue INFO >>3 [270] -2015-03-10 07:40:12 sendUrl INFO 3 [270] R:OK -2015-03-10 07:41:02 queue INFO >>3 [271] -2015-03-10 07:41:02 sendUrl INFO 3 [271] R:OK -2015-03-10 07:41:52 queue INFO >>3 [272] -2015-03-10 07:41:53 sendUrl INFO 3 [272] R:OK -2015-03-10 07:42:42 queue INFO >>3 [273] -2015-03-10 07:42:42 sendUrl INFO 3 [273] R:OK -2015-03-10 07:43:32 queue INFO >>3 [274] -2015-03-10 07:43:33 sendUrl INFO 3 [274] R:OK -2015-03-10 07:44:22 queue INFO >>3 [275] -2015-03-10 07:44:23 sendUrl INFO 3 [275] R:OK -2015-03-10 07:45:13 queue INFO >>3 [276] -2015-03-10 07:45:13 sendUrl INFO 3 [276] R:OK -2015-03-10 07:46:03 queue INFO >>3 [277] -2015-03-10 07:46:03 sendUrl INFO 3 [277] R:OK -2015-03-10 07:46:44 queue INFO 7 [278] -2015-03-10 07:46:44 queue INFO >7 [279] -2015-03-10 07:46:45 sendUrl INFO 7 [278] R:OK -2015-03-10 07:46:45 sendUrl INFO 7 [279] R:OK -2015-03-10 07:46:46 queue INFO 3 [280] -2015-03-10 07:46:46 queue INFO >3 [281] -2015-03-10 07:46:46 sendUrl INFO 3 [280] R:OK -2015-03-10 07:46:47 sendUrl INFO 3 [281] R:OK -2015-03-10 07:47:36 queue INFO >>3 [282] -2015-03-10 07:47:36 sendUrl INFO 3 [282] R:OK -2015-03-10 07:48:26 queue INFO >>3 [283] -2015-03-10 07:48:27 sendUrl INFO 3 [283] R:OK -2015-03-10 07:49:16 queue INFO >>3 [284] -2015-03-10 07:49:17 sendUrl INFO 3 [284] R:OK -2015-03-10 07:50:06 queue INFO >>3 [285] -2015-03-10 07:50:07 sendUrl INFO 3 [285] R:OK -2015-03-10 07:50:57 queue INFO >>3 [286] -2015-03-10 07:50:57 sendUrl INFO 3 [286] R:OK -2015-03-10 07:51:47 queue INFO >>3 [287] -2015-03-10 07:51:47 sendUrl INFO 3 [287] R:OK -2015-03-10 07:52:37 queue INFO >>3 [288] -2015-03-10 07:52:37 sendUrl INFO 3 [288] R:OK -2015-03-10 07:53:27 queue INFO >>3 [289] -2015-03-10 07:53:27 sendUrl INFO 3 [289] R:OK -2015-03-10 07:54:17 queue INFO >>3 [290] -2015-03-10 07:54:18 sendUrl INFO 3 [290] R:OK -2015-03-10 07:55:07 queue INFO >>3 [291] -2015-03-10 07:55:08 sendUrl INFO 3 [291] R:OK -2015-03-10 07:55:49 queue INFO 7 [292] -2015-03-10 07:55:49 queue INFO >7 [293] -2015-03-10 07:55:49 sendUrl INFO 7 [292] R:OK -2015-03-10 07:55:50 sendUrl INFO 7 [293] R:OK -2015-03-10 07:55:50 queue INFO 3 [294] -2015-03-10 07:55:51 queue INFO >3 [295] -2015-03-10 07:55:51 sendUrl INFO 3 [294] R:OK -2015-03-10 07:55:51 sendUrl INFO 3 [295] R:OK -2015-03-10 07:56:40 queue INFO >>3 [296] -2015-03-10 07:56:41 sendUrl INFO 3 [296] R:OK -2015-03-10 07:57:31 queue INFO >>3 [297] -2015-03-10 07:57:31 sendUrl INFO 3 [297] R:OK -2015-03-10 07:58:21 queue INFO >>3 [298] -2015-03-10 07:58:21 sendUrl INFO 3 [298] R:OK -2015-03-10 07:59:11 queue INFO >>3 [299] -2015-03-10 07:59:12 sendUrl INFO 3 [299] R:OK -2015-03-10 08:00:01 queue INFO >>3 [300] -2015-03-10 08:00:01 sendUrl INFO 3 [300] R:OK -2015-03-10 08:00:51 queue INFO >>3 [301] -2015-03-10 08:00:52 sendUrl INFO 3 [301] R:OK -2015-03-10 08:01:41 queue INFO >>3 [302] -2015-03-10 08:01:42 sendUrl INFO 3 [302] R:OK -2015-03-10 08:02:31 queue INFO >>3 [303] -2015-03-10 08:02:32 sendUrl INFO 3 [303] R:OK -2015-03-10 08:03:22 queue INFO >>3 [304] -2015-03-10 08:03:22 sendUrl INFO 3 [304] R:OK -2015-03-10 08:04:12 queue INFO >>3 [305] -2015-03-10 08:04:12 sendUrl INFO 3 [305] R:OK -2015-03-10 08:04:53 queue INFO 7 [306] -2015-03-10 08:04:53 queue INFO >7 [307] -2015-03-10 08:04:53 sendUrl INFO 7 [306] R:OK -2015-03-10 08:04:54 sendUrl INFO 7 [307] R:OK -2015-03-10 08:04:54 queue INFO 3 [308] -2015-03-10 08:04:55 queue INFO >3 [309] -2015-03-10 08:04:55 sendUrl INFO 3 [308] R:OK -2015-03-10 08:04:55 sendUrl INFO 3 [309] R:OK -2015-03-10 08:05:45 queue INFO >>3 [310] -2015-03-10 08:05:45 sendUrl INFO 3 [310] R:OK -2015-03-10 08:06:35 queue INFO >>3 [311] -2015-03-10 08:06:35 sendUrl INFO 3 [311] R:OK -2015-03-10 08:07:25 queue INFO >>3 [312] -2015-03-10 08:07:25 sendUrl INFO 3 [312] R:OK -2015-03-10 08:08:15 queue INFO >>3 [313] -2015-03-10 08:08:15 sendUrl INFO 3 [313] R:OK -2015-03-10 08:09:05 queue INFO >>3 [314] -2015-03-10 08:09:05 sendUrl INFO 3 [314] R:OK -2015-03-10 08:09:55 queue INFO >>3 [315] -2015-03-10 08:09:56 sendUrl INFO 3 [315] R:OK -2015-03-10 08:10:45 queue INFO >>3 [316] -2015-03-10 08:10:46 sendUrl INFO 3 [316] R:OK -2015-03-10 08:11:36 queue INFO >>3 [317] -2015-03-10 08:11:36 sendUrl INFO 3 [317] R:OK -2015-03-10 08:12:26 queue INFO >>3 [318] -2015-03-10 08:12:26 sendUrl INFO 3 [318] R:OK -2015-03-10 08:13:16 queue INFO >>3 [319] -2015-03-10 08:13:16 sendUrl INFO 3 [319] R:OK -2015-03-10 08:13:57 queue INFO 7 [320] -2015-03-10 08:13:57 queue INFO >7 [321] -2015-03-10 08:13:57 sendUrl INFO 7 [320] R:OK -2015-03-10 08:13:58 sendUrl INFO 7 [321] R:OK -2015-03-10 08:13:59 queue INFO 3 [322] -2015-03-10 08:13:59 sendUrl INFO 3 [322] R:OK -2015-03-10 08:13:59 queue INFO >3 [323] -2015-03-10 08:13:59 sendUrl INFO 3 [323] R:OK -2015-03-10 08:14:49 queue INFO >>3 [324] -2015-03-10 08:14:49 sendUrl INFO 3 [324] R:OK -2015-03-10 08:15:39 queue INFO >>3 [325] -2015-03-10 08:15:40 sendUrl INFO 3 [325] R:OK -2015-03-10 08:16:29 queue INFO >>3 [326] -2015-03-10 08:16:29 sendUrl INFO 3 [326] R:OK -2015-03-10 08:17:19 queue INFO >>3 [327] -2015-03-10 08:17:20 sendUrl INFO 3 [327] R:OK -2015-03-10 08:18:09 queue INFO >>3 [328] -2015-03-10 08:18:10 sendUrl INFO 3 [328] R:OK -2015-03-10 08:19:00 queue INFO >>3 [329] -2015-03-10 08:19:00 sendUrl INFO 3 [329] R:OK -2015-03-10 08:19:50 queue INFO >>3 [330] -2015-03-10 08:19:50 sendUrl INFO 3 [330] R:OK -2015-03-10 08:20:40 queue INFO >>3 [331] -2015-03-10 08:20:40 sendUrl INFO 3 [331] R:OK -2015-03-10 08:21:30 queue INFO >>3 [332] -2015-03-10 08:21:30 sendUrl INFO 3 [332] R:OK -2015-03-10 08:22:20 queue INFO >>3 [333] -2015-03-10 08:22:21 sendUrl INFO 3 [333] R:OK -2015-03-10 08:23:02 queue INFO 7 [334] -2015-03-10 08:23:03 queue INFO >7 [335] -2015-03-10 08:23:03 sendUrl INFO 7 [334] R:OK -2015-03-10 08:23:03 sendUrl INFO 7 [335] R:OK -2015-03-10 08:23:04 queue INFO 3 [336] -2015-03-10 08:23:04 sendUrl INFO 3 [336] R:OK -2015-03-10 08:23:04 queue INFO >3 [337] -2015-03-10 08:23:05 sendUrl INFO 3 [337] R:OK -2015-03-10 08:23:54 queue INFO >>3 [338] -2015-03-10 08:23:54 sendUrl INFO 3 [338] R:OK -2015-03-10 08:24:44 queue INFO >>3 [339] -2015-03-10 08:24:45 sendUrl INFO 3 [339] R:OK -2015-03-10 08:25:34 queue INFO >>3 [340] -2015-03-10 08:25:35 sendUrl INFO 3 [340] R:OK -2015-03-10 08:26:25 queue INFO >>3 [341] -2015-03-10 08:26:25 sendUrl INFO 3 [341] R:OK -2015-03-10 08:27:15 queue INFO >>3 [342] -2015-03-10 08:27:15 sendUrl INFO 3 [342] R:OK -2015-03-10 08:28:05 queue INFO >>3 [343] -2015-03-10 08:28:05 sendUrl INFO 3 [343] R:OK -2015-03-10 08:28:55 queue INFO >>3 [344] -2015-03-10 08:28:55 sendUrl INFO 3 [344] R:OK -2015-03-10 08:29:45 queue INFO >>3 [345] -2015-03-10 08:29:46 sendUrl INFO 3 [345] R:OK -2015-03-10 08:30:35 queue INFO >>3 [346] -2015-03-10 08:30:36 sendUrl INFO 3 [346] R:OK -2015-03-10 08:31:25 queue INFO >>3 [347] -2015-03-10 08:31:26 sendUrl INFO 3 [347] R:OK -2015-03-10 08:32:07 queue INFO 7 [348] -2015-03-10 08:32:07 queue INFO >7 [349] -2015-03-10 08:32:07 sendUrl INFO 7 [348] R:OK -2015-03-10 08:32:08 sendUrl INFO 7 [349] R:OK -2015-03-10 08:32:08 queue INFO 3 [350] -2015-03-10 08:32:09 queue INFO >3 [351] -2015-03-10 08:32:09 sendUrl INFO 3 [350] R:OK -2015-03-10 08:32:09 sendUrl INFO 3 [351] R:OK -2015-03-10 08:32:59 queue INFO >>3 [352] -2015-03-10 08:32:59 sendUrl INFO 3 [352] R:OK -2015-03-10 08:33:49 queue INFO >>3 [353] -2015-03-10 08:33:49 sendUrl INFO 3 [353] R:OK -2015-03-10 08:34:39 queue INFO >>3 [354] -2015-03-10 08:34:39 sendUrl INFO 3 [354] R:OK -2015-03-10 08:35:29 queue INFO >>3 [355] -2015-03-10 08:35:30 sendUrl INFO 3 [355] R:OK -2015-03-10 08:36:19 queue INFO >>3 [356] -2015-03-10 08:36:19 sendUrl INFO 3 [356] R:OK -2015-03-10 08:37:09 queue INFO >>3 [357] -2015-03-10 08:37:10 sendUrl INFO 3 [357] R:OK -2015-03-10 08:37:59 queue INFO >>3 [358] -2015-03-10 08:38:00 sendUrl INFO 3 [358] R:OK -2015-03-10 08:38:50 queue INFO >>3 [359] -2015-03-10 08:38:50 sendUrl INFO 3 [359] R:OK -2015-03-10 08:39:40 queue INFO >>3 [360] -2015-03-10 08:39:40 sendUrl INFO 3 [360] R:OK -2015-03-10 08:40:30 queue INFO >>3 [361] -2015-03-10 08:40:30 sendUrl INFO 3 [361] R:OK -2015-03-10 08:41:11 queue INFO 7 [362] -2015-03-10 08:41:11 queue INFO >7 [363] -2015-03-10 08:41:12 sendUrl INFO 7 [362] R:OK -2015-03-10 08:41:12 sendUrl INFO 7 [363] R:OK -2015-03-10 08:41:13 queue INFO 3 [364] -2015-03-10 08:41:13 queue INFO >3 [365] -2015-03-10 08:41:13 sendUrl INFO 3 [364] R:OK -2015-03-10 08:41:14 sendUrl INFO 3 [365] R:OK -2015-03-10 08:42:03 queue INFO >>3 [366] -2015-03-10 08:42:03 sendUrl INFO 3 [366] R:OK -2015-03-10 08:42:53 queue INFO >>3 [367] -2015-03-10 08:42:53 sendUrl INFO 3 [367] R:OK -2015-03-10 08:43:43 queue INFO >>3 [368] -2015-03-10 08:43:44 sendUrl INFO 3 [368] R:OK -2015-03-10 08:44:33 queue INFO >>3 [369] -2015-03-10 08:44:34 sendUrl INFO 3 [369] R:OK -2015-03-10 08:45:24 queue INFO >>3 [370] -2015-03-10 08:45:24 sendUrl INFO 3 [370] R:OK -2015-03-10 08:46:14 queue INFO >>3 [371] -2015-03-10 08:46:14 sendUrl INFO 3 [371] R:OK -2015-03-10 08:47:04 queue INFO >>3 [372] -2015-03-10 08:47:04 sendUrl INFO 3 [372] R:OK -2015-03-10 08:47:54 queue INFO >>3 [373] -2015-03-10 08:47:54 sendUrl INFO 3 [373] R:OK -2015-03-10 08:48:44 queue INFO >>3 [374] -2015-03-10 08:48:45 sendUrl INFO 3 [374] R:OK -2015-03-10 08:49:34 queue INFO >>3 [375] -2015-03-10 08:49:35 sendUrl INFO 3 [375] R:OK -2015-03-10 08:50:16 queue INFO 7 [376] -2015-03-10 08:50:16 queue INFO >7 [377] -2015-03-10 08:50:16 sendUrl INFO 7 [376] R:OK -2015-03-10 08:50:16 sendUrl INFO 7 [377] R:OK -2015-03-10 08:50:17 queue INFO 3 [378] -2015-03-10 08:50:17 queue INFO >3 [379] -2015-03-10 08:50:17 sendUrl INFO 3 [378] R:OK -2015-03-10 08:50:18 sendUrl INFO 3 [379] R:OK -2015-03-10 08:51:07 queue INFO >>3 [380] -2015-03-10 08:51:08 sendUrl INFO 3 [380] R:OK -2015-03-10 08:51:57 queue INFO >>3 [381] -2015-03-10 08:51:58 sendUrl INFO 3 [381] R:OK -2015-03-10 08:52:48 queue INFO >>3 [382] -2015-03-10 08:52:48 sendUrl INFO 3 [382] R:OK -2015-03-10 08:53:38 queue INFO >>3 [383] -2015-03-10 08:53:38 sendUrl INFO 3 [383] R:OK -2015-03-10 08:54:28 queue INFO >>3 [384] -2015-03-10 08:54:28 sendUrl INFO 3 [384] R:OK -2015-03-10 08:55:18 queue INFO >>3 [385] -2015-03-10 08:55:18 sendUrl INFO 3 [385] R:OK -2015-03-10 08:56:08 queue INFO >>3 [386] -2015-03-10 08:56:09 sendUrl INFO 3 [386] R:OK -2015-03-10 08:56:58 queue INFO >>3 [387] -2015-03-10 08:56:59 sendUrl INFO 3 [387] R:OK -2015-03-10 08:57:49 queue INFO >>3 [388] -2015-03-10 08:57:49 sendUrl INFO 3 [388] R:OK -2015-03-10 08:58:39 queue INFO >>3 [389] -2015-03-10 08:58:39 sendUrl INFO 3 [389] R:OK -2015-03-10 08:59:20 queue INFO 7 [390] -2015-03-10 08:59:20 queue INFO >7 [391] -2015-03-10 08:59:20 sendUrl INFO 7 [390] R:OK -2015-03-10 08:59:21 sendUrl INFO 7 [391] R:OK -2015-03-10 08:59:21 queue INFO 3 [392] -2015-03-10 08:59:22 sendUrl INFO 3 [392] R:OK -2015-03-10 08:59:22 queue INFO >3 [393] -2015-03-10 08:59:22 sendUrl INFO 3 [393] R:OK -2015-03-10 09:00:12 queue INFO >>3 [394] -2015-03-10 09:00:12 sendUrl INFO 3 [394] R:OK -2015-03-10 09:01:02 queue INFO >>3 [395] -2015-03-10 09:01:02 sendUrl INFO 3 [395] R:OK -2015-03-10 09:01:52 queue INFO >>3 [396] -2015-03-10 09:01:52 sendUrl INFO 3 [396] R:OK -2015-03-10 09:02:42 queue INFO >>3 [397] -2015-03-10 09:02:42 sendUrl INFO 3 [397] R:OK -2015-03-10 09:03:32 queue INFO >>3 [398] -2015-03-10 09:03:33 sendUrl INFO 3 [398] R:OK -2015-03-10 09:04:22 queue INFO >>3 [399] -2015-03-10 09:04:23 sendUrl INFO 3 [399] R:OK -2015-03-10 09:05:12 queue INFO >>3 [400] -2015-03-10 09:05:13 sendUrl INFO 3 [400] R:OK -2015-03-10 09:06:03 queue INFO >>3 [401] -2015-03-10 09:06:03 sendUrl INFO 3 [401] R:OK -2015-03-10 09:06:53 queue INFO >>3 [402] -2015-03-10 09:06:53 sendUrl INFO 3 [402] R:OK -2015-03-10 09:07:43 queue INFO >>3 [403] -2015-03-10 09:07:43 sendUrl INFO 3 [403] R:OK -2015-03-10 09:08:24 queue INFO 7 [404] -2015-03-10 09:08:24 sendUrl INFO 7 [404] R:OK -2015-03-10 09:08:24 queue INFO >7 [405] -2015-03-10 09:08:25 sendUrl INFO 7 [405] R:OK -2015-03-10 09:08:26 queue INFO 3 [406] -2015-03-10 09:08:26 queue INFO >3 [407] -2015-03-10 09:08:26 sendUrl INFO 3 [406] R:OK -2015-03-10 09:08:27 sendUrl INFO 3 [407] R:OK -2015-03-10 09:09:16 queue INFO >>3 [408] -2015-03-10 09:09:16 sendUrl INFO 3 [408] R:OK -2015-03-10 09:10:06 queue INFO >>3 [409] -2015-03-10 09:10:06 sendUrl INFO 3 [409] R:OK -2015-03-10 09:10:56 queue INFO >>3 [410] -2015-03-10 09:10:57 sendUrl INFO 3 [410] R:OK -2015-03-10 09:11:46 queue INFO >>3 [411] -2015-03-10 09:11:47 sendUrl INFO 3 [411] R:OK -2015-03-10 09:12:36 queue INFO >>3 [412] -2015-03-10 09:12:37 sendUrl INFO 3 [412] R:OK -2015-03-10 09:13:27 queue INFO >>3 [413] -2015-03-10 09:13:27 sendUrl INFO 3 [413] R:OK -2015-03-10 09:14:17 queue INFO >>3 [414] -2015-03-10 09:14:17 sendUrl INFO 3 [414] R:OK -2015-03-10 09:15:07 queue INFO >>3 [415] -2015-03-10 09:15:07 sendUrl INFO 3 [415] R:OK -2015-03-10 09:15:57 queue INFO >>3 [416] -2015-03-10 09:15:57 sendUrl INFO 3 [416] R:OK -2015-03-10 09:16:47 queue INFO >>3 [417] -2015-03-10 09:16:48 sendUrl INFO 3 [417] R:OK -2015-03-10 09:17:29 queue INFO 7 [418] -2015-03-10 09:17:29 queue INFO >7 [419] -2015-03-10 09:17:29 sendUrl INFO 7 [418] R:OK -2015-03-10 09:17:30 sendUrl INFO 7 [419] R:OK -2015-03-10 09:17:31 queue INFO 3 [420] -2015-03-10 09:17:31 sendUrl INFO 3 [420] R:OK -2015-03-10 09:17:31 queue INFO >3 [421] -2015-03-10 09:17:31 sendUrl INFO 3 [421] R:OK -2015-03-10 09:18:21 queue INFO >>3 [422] -2015-03-10 09:18:21 sendUrl INFO 3 [422] R:OK -2015-03-10 09:19:11 queue INFO >>3 [423] -2015-03-10 09:19:11 sendUrl INFO 3 [423] R:OK -2015-03-10 09:20:01 queue INFO >>3 [424] -2015-03-10 09:20:01 sendUrl INFO 3 [424] R:OK -2015-03-10 09:20:51 queue INFO >>3 [425] -2015-03-10 09:20:52 sendUrl INFO 3 [425] R:OK -2015-03-10 09:21:42 queue INFO >>3 [426] -2015-03-10 09:21:42 sendUrl INFO 3 [426] R:OK -2015-03-10 09:22:32 queue INFO >>3 [427] -2015-03-10 09:22:32 sendUrl INFO 3 [427] R:OK -2015-03-10 09:23:22 queue INFO >>3 [428] -2015-03-10 09:23:22 sendUrl INFO 3 [428] R:OK -2015-03-10 09:23:53 queue INFO 1 [429] -2015-03-10 09:23:53 queue INFO >1 [430] -2015-03-10 09:23:53 sendUrl INFO 1 [429] R:OK -2015-03-10 09:23:53 sendUrl INFO 1 [430] R:OK -2015-03-10 09:24:43 queue INFO >>1 [431] -2015-03-10 09:24:43 sendUrl INFO 1 [431] R:OK -2015-03-10 09:25:33 queue INFO >>1 [432] -2015-03-10 09:25:33 sendUrl INFO 1 [432] R:OK -2015-03-10 09:26:12 queue INFO 21 [433] -2015-03-10 09:26:13 queue INFO >21 [434] -2015-03-10 09:26:13 sendUrl INFO 21 [433] R:OK -2015-03-10 09:26:13 sendUrl INFO 21 [434] R:OK -2015-03-10 09:27:02 queue INFO >>21 [435] -2015-03-10 09:27:03 sendUrl INFO 21 [435] R:OK -2015-03-10 09:27:53 queue INFO >>21 [436] -2015-03-10 09:27:53 sendUrl INFO 21 [436] R:OK -2015-03-10 09:28:43 queue INFO >>21 [437] -2015-03-10 09:28:43 sendUrl INFO 21 [437] R:OK -2015-03-10 09:28:52 queue INFO 1 [438] -2015-03-10 09:28:52 queue INFO >1 [439] -2015-03-10 09:28:52 sendUrl INFO 1 [438] R:OK -2015-03-10 09:28:52 sendUrl INFO 1 [439] R:OK -2015-03-10 09:29:12 queue INFO 5 [440] -2015-03-10 09:29:12 queue INFO >5 [441] -2015-03-10 09:29:13 sendUrl INFO 5 [440] R:OK -2015-03-10 09:29:13 sendUrl INFO 5 [441] R:OK -2015-03-10 09:29:14 queue INFO 1 [442] -2015-03-10 09:29:14 queue INFO >1 [443] -2015-03-10 09:29:14 sendUrl INFO 1 [442] R:OK -2015-03-10 09:29:15 sendUrl INFO 1 [443] R:OK -2015-03-10 09:30:04 queue INFO >>1 [444] -2015-03-10 09:30:04 sendUrl INFO 1 [444] R:OK -2015-03-10 09:30:26 queue INFO 3 [445] -2015-03-10 09:30:26 sendUrl INFO 3 [445] R:OK -2015-03-10 09:30:26 queue INFO >3 [446] -2015-03-10 09:30:27 sendUrl INFO 3 [446] R:OK -2015-03-10 09:31:16 queue INFO >>3 [447] -2015-03-10 09:31:16 sendUrl INFO 3 [447] R:OK -2015-03-10 09:32:06 queue INFO >>3 [448] -2015-03-10 09:32:07 sendUrl INFO 3 [448] R:OK -2015-03-10 09:32:56 queue INFO >>3 [449] -2015-03-10 09:32:57 sendUrl INFO 3 [449] R:OK -2015-03-10 09:33:47 queue INFO >>3 [450] -2015-03-10 09:33:47 sendUrl INFO 3 [450] R:OK -2015-03-10 09:34:37 queue INFO >>3 [451] -2015-03-10 09:34:37 sendUrl INFO 3 [451] R:OK -2015-03-10 09:35:27 queue INFO >>3 [452] -2015-03-10 09:35:27 sendUrl INFO 3 [452] R:OK -2015-03-10 09:36:17 queue INFO >>3 [453] -2015-03-10 09:36:17 sendUrl INFO 3 [453] R:OK -2015-03-10 09:37:07 queue INFO >>3 [454] -2015-03-10 09:37:08 sendUrl INFO 3 [454] R:OK -2015-03-10 09:37:57 queue INFO >>3 [455] -2015-03-10 09:37:58 sendUrl INFO 3 [455] R:OK -2015-03-10 09:38:17 queue INFO 7 [456] -2015-03-10 09:38:17 sendUrl INFO 7 [456] R:OK -2015-03-10 09:38:17 queue INFO >7 [457] -2015-03-10 09:38:17 sendUrl INFO 7 [457] R:OK -2015-03-10 09:38:18 queue INFO 3 [458] -2015-03-10 09:38:18 queue INFO >3 [459] -2015-03-10 09:38:19 sendUrl INFO 3 [458] R:OK -2015-03-10 09:38:19 sendUrl INFO 3 [459] R:OK -2015-03-10 09:39:08 queue INFO >>3 [460] -2015-03-10 09:39:08 sendUrl INFO 3 [460] R:OK -2015-03-10 09:39:58 queue INFO >>3 [461] -2015-03-10 09:39:59 sendUrl INFO 3 [461] R:OK -2015-03-10 09:40:49 queue INFO >>3 [462] -2015-03-10 09:40:49 sendUrl INFO 3 [462] R:OK -2015-03-10 09:41:39 queue INFO >>3 [463] -2015-03-10 09:41:39 sendUrl INFO 3 [463] R:OK -2015-03-10 09:42:29 queue INFO >>3 [464] -2015-03-10 09:42:29 sendUrl INFO 3 [464] R:OK -2015-03-10 09:43:19 queue INFO >>3 [465] -2015-03-10 09:43:20 sendUrl INFO 3 [465] R:OK -2015-03-10 09:44:09 queue INFO >>3 [466] -2015-03-10 09:44:10 sendUrl INFO 3 [466] R:OK -2015-03-10 09:44:59 queue INFO >>3 [467] -2015-03-10 09:45:00 sendUrl INFO 3 [467] R:OK -2015-03-10 09:45:50 queue INFO >>3 [468] -2015-03-10 09:45:50 sendUrl INFO 3 [468] R:OK -2015-03-10 09:46:40 queue INFO >>3 [469] -2015-03-10 09:46:40 sendUrl INFO 3 [469] R:OK -2015-03-10 09:47:21 queue INFO 7 [470] -2015-03-10 09:47:21 queue INFO >7 [471] -2015-03-10 09:47:21 sendUrl INFO 7 [470] R:OK -2015-03-10 09:47:22 sendUrl INFO 7 [471] R:OK -2015-03-10 09:47:23 queue INFO 3 [472] -2015-03-10 09:47:23 sendUrl INFO 3 [472] R:OK -2015-03-10 09:47:23 queue INFO >3 [473] -2015-03-10 09:47:23 sendUrl INFO 3 [473] R:OK -2015-03-10 09:48:13 queue INFO >>3 [474] -2015-03-10 09:48:13 sendUrl INFO 3 [474] R:OK -2015-03-10 09:49:03 queue INFO >>3 [475] -2015-03-10 09:49:03 sendUrl INFO 3 [475] R:OK -2015-03-10 09:49:53 queue INFO >>3 [476] -2015-03-10 09:49:53 sendUrl INFO 3 [476] R:OK -2015-03-10 09:50:43 queue INFO >>3 [477] -2015-03-10 09:50:44 sendUrl INFO 3 [477] R:OK -2015-03-10 09:51:33 queue INFO >>3 [478] -2015-03-10 09:51:34 sendUrl INFO 3 [478] R:OK -2015-03-10 09:52:24 queue INFO >>3 [479] -2015-03-10 09:52:24 sendUrl INFO 3 [479] R:OK -2015-03-10 09:53:14 queue INFO >>3 [480] -2015-03-10 09:53:14 sendUrl INFO 3 [480] R:OK -2015-03-10 09:54:04 queue INFO >>3 [481] -2015-03-10 09:54:04 sendUrl INFO 3 [481] R:OK -2015-03-10 09:54:54 queue INFO >>3 [482] -2015-03-10 09:54:54 sendUrl INFO 3 [482] R:OK -2015-03-10 09:55:44 queue INFO >>3 [483] -2015-03-10 09:55:45 sendUrl INFO 3 [483] R:OK -2015-03-10 09:56:25 queue INFO 7 [484] -2015-03-10 09:56:25 sendUrl INFO 7 [484] R:OK -2015-03-10 09:56:25 queue INFO >7 [485] -2015-03-10 09:56:26 sendUrl INFO 7 [485] R:OK -2015-03-10 09:56:27 queue INFO 3 [486] -2015-03-10 09:56:27 queue INFO >3 [487] -2015-03-10 09:56:27 sendUrl INFO 3 [486] R:OK -2015-03-10 09:56:28 sendUrl INFO 3 [487] R:OK -2015-03-10 09:57:17 queue INFO >>3 [488] -2015-03-10 09:57:17 sendUrl INFO 3 [488] R:OK -2015-03-10 09:58:07 queue INFO >>3 [489] -2015-03-10 09:58:08 sendUrl INFO 3 [489] R:OK -2015-03-10 09:58:57 queue INFO >>3 [490] -2015-03-10 09:58:58 sendUrl INFO 3 [490] R:OK -2015-03-10 09:59:48 queue INFO >>3 [491] -2015-03-10 09:59:48 sendUrl INFO 3 [491] R:OK -2015-03-10 10:00:38 queue INFO >>3 [492] -2015-03-10 10:00:38 sendUrl INFO 3 [492] R:OK -2015-03-10 10:01:28 queue INFO >>3 [493] -2015-03-10 10:01:28 sendUrl INFO 3 [493] R:OK -2015-03-10 10:02:18 queue INFO >>3 [494] -2015-03-10 10:02:18 sendUrl INFO 3 [494] R:OK -2015-03-10 10:03:08 queue INFO >>3 [495] -2015-03-10 10:03:09 sendUrl INFO 3 [495] R:OK -2015-03-10 10:03:58 queue INFO >>3 [496] -2015-03-10 10:03:58 sendUrl INFO 3 [496] R:OK -2015-03-10 10:04:48 queue INFO >>3 [497] -2015-03-10 10:04:49 sendUrl INFO 3 [497] R:OK -2015-03-10 10:05:29 queue INFO 7 [498] -2015-03-10 10:05:30 queue INFO >7 [499] -2015-03-10 10:05:30 sendUrl INFO 7 [498] R:OK -2015-03-10 10:05:31 sendUrl INFO 7 [499] R:OK -2015-03-10 10:05:31 queue INFO 3 [500] -2015-03-10 10:05:31 queue INFO >3 [501] -2015-03-10 10:05:32 sendUrl INFO 3 [500] R:OK -2015-03-10 10:05:32 sendUrl INFO 3 [501] R:OK -2015-03-10 10:06:21 queue INFO >>3 [502] -2015-03-10 10:06:21 sendUrl INFO 3 [502] R:OK -2015-03-10 10:07:11 queue INFO >>3 [503] -2015-03-10 10:07:12 sendUrl INFO 3 [503] R:OK -2015-03-10 10:08:01 queue INFO >>3 [504] -2015-03-10 10:08:02 sendUrl INFO 3 [504] R:OK -2015-03-10 10:08:52 queue INFO >>3 [505] -2015-03-10 10:08:52 sendUrl INFO 3 [505] R:OK -2015-03-10 10:09:42 queue INFO >>3 [506] -2015-03-10 10:09:42 sendUrl INFO 3 [506] R:OK -2015-03-10 10:10:32 queue INFO >>3 [507] -2015-03-10 10:10:32 sendUrl INFO 3 [507] R:OK -2015-03-10 10:11:22 queue INFO >>3 [508] -2015-03-10 10:11:22 sendUrl INFO 3 [508] R:OK -2015-03-10 10:12:12 queue INFO >>3 [509] -2015-03-10 10:12:13 sendUrl INFO 3 [509] R:OK -2015-03-10 10:13:02 queue INFO >>3 [510] -2015-03-10 10:13:03 sendUrl INFO 3 [510] R:OK -2015-03-10 10:13:53 queue INFO >>3 [511] -2015-03-10 10:13:53 sendUrl INFO 3 [511] R:OK -2015-03-10 10:14:34 queue INFO 7 [512] -2015-03-10 10:14:34 queue INFO >7 [513] -2015-03-10 10:14:34 sendUrl INFO 7 [512] R:OK -2015-03-10 10:14:35 sendUrl INFO 7 [513] R:OK -2015-03-10 10:14:35 queue INFO 3 [514] -2015-03-10 10:14:36 queue INFO >3 [515] -2015-03-10 10:14:36 sendUrl INFO 3 [514] R:OK -2015-03-10 10:14:36 sendUrl INFO 3 [515] R:OK -2015-03-10 10:15:26 queue INFO >>3 [516] -2015-03-10 10:15:26 sendUrl INFO 3 [516] R:OK -2015-03-10 10:16:16 queue INFO >>3 [517] -2015-03-10 10:16:16 sendUrl INFO 3 [517] R:OK -2015-03-10 10:17:06 queue INFO >>3 [518] -2015-03-10 10:17:06 sendUrl INFO 3 [518] R:OK -2015-03-10 10:17:56 queue INFO >>3 [519] -2015-03-10 10:17:57 sendUrl INFO 3 [519] R:OK -2015-03-10 10:18:46 queue INFO >>3 [520] -2015-03-10 10:18:46 sendUrl INFO 3 [520] R:OK -2015-03-10 10:19:36 queue INFO >>3 [521] -2015-03-10 10:19:37 sendUrl INFO 3 [521] R:OK -2015-03-10 10:20:27 queue INFO >>3 [522] -2015-03-10 10:20:27 sendUrl INFO 3 [522] R:OK -2015-03-10 10:21:17 queue INFO >>3 [523] -2015-03-10 10:21:17 sendUrl INFO 3 [523] R:OK -2015-03-10 10:22:07 queue INFO >>3 [524] -2015-03-10 10:22:07 sendUrl INFO 3 [524] R:OK -2015-03-10 10:22:57 queue INFO >>3 [525] -2015-03-10 10:22:58 sendUrl INFO 3 [525] R:OK -2015-03-10 10:23:39 queue INFO 7 [526] -2015-03-10 10:23:39 queue INFO >7 [527] -2015-03-10 10:23:39 sendUrl INFO 7 [526] R:OK -2015-03-10 10:23:40 sendUrl INFO 7 [527] R:OK -2015-03-10 10:23:41 queue INFO 3 [528] -2015-03-10 10:23:41 queue INFO >3 [529] -2015-03-10 10:23:41 sendUrl INFO 3 [528] R:OK -2015-03-10 10:23:41 sendUrl INFO 3 [529] R:OK -2015-03-10 10:24:31 queue INFO >>3 [530] -2015-03-10 10:24:31 sendUrl INFO 3 [530] R:OK -2015-03-10 10:25:21 queue INFO >>3 [531] -2015-03-10 10:25:21 sendUrl INFO 3 [531] R:OK -2015-03-10 10:26:11 queue INFO >>3 [532] -2015-03-10 10:26:11 sendUrl INFO 3 [532] R:OK -2015-03-10 10:27:01 queue INFO >>3 [533] -2015-03-10 10:27:02 sendUrl INFO 3 [533] R:OK -2015-03-10 10:27:51 queue INFO >>3 [534] -2015-03-10 10:27:51 sendUrl INFO 3 [534] R:OK -2015-03-10 10:28:41 queue INFO >>3 [535] -2015-03-10 10:28:42 sendUrl INFO 3 [535] R:OK -2015-03-10 10:29:32 queue INFO >>3 [536] -2015-03-10 10:29:32 sendUrl INFO 3 [536] R:OK -2015-03-10 10:30:22 queue INFO >>3 [537] -2015-03-10 10:30:22 sendUrl INFO 3 [537] R:OK -2015-03-10 10:31:12 queue INFO >>3 [538] -2015-03-10 10:31:12 sendUrl INFO 3 [538] R:OK -2015-03-10 10:32:02 queue INFO >>3 [539] -2015-03-10 10:32:02 sendUrl INFO 3 [539] R:OK -2015-03-10 10:32:44 queue INFO 7 [540] -2015-03-10 10:32:44 queue INFO >7 [541] -2015-03-10 10:32:44 sendUrl INFO 7 [540] R:OK -2015-03-10 10:32:44 sendUrl INFO 7 [541] R:OK -2015-03-10 10:32:45 queue INFO 3 [542] -2015-03-10 10:32:45 queue INFO >3 [543] -2015-03-10 10:32:45 sendUrl INFO 3 [542] R:OK -2015-03-10 10:32:46 sendUrl INFO 3 [543] R:OK -2015-03-10 10:33:35 queue INFO >>3 [544] -2015-03-10 10:33:35 sendUrl INFO 3 [544] R:OK -2015-03-10 10:34:25 queue INFO >>3 [545] -2015-03-10 10:34:26 sendUrl INFO 3 [545] R:OK -2015-03-10 10:35:15 queue INFO >>3 [546] -2015-03-10 10:35:16 sendUrl INFO 3 [546] R:OK -2015-03-10 10:36:06 queue INFO >>3 [547] -2015-03-10 10:36:06 sendUrl INFO 3 [547] R:OK -2015-03-10 10:36:56 queue INFO >>3 [548] -2015-03-10 10:36:56 sendUrl INFO 3 [548] R:OK -2015-03-10 10:37:46 queue INFO >>3 [549] -2015-03-10 10:37:46 sendUrl INFO 3 [549] R:OK -2015-03-10 10:38:36 queue INFO >>3 [550] -2015-03-10 10:38:36 sendUrl INFO 3 [550] R:OK -2015-03-10 10:39:26 queue INFO >>3 [551] -2015-03-10 10:39:27 sendUrl INFO 3 [551] R:OK -2015-03-10 10:40:16 queue INFO >>3 [552] -2015-03-10 10:40:16 sendUrl INFO 3 [552] R:OK -2015-03-10 10:41:07 queue INFO >>3 [553] -2015-03-10 10:41:07 sendUrl INFO 3 [553] R:OK -2015-03-10 10:41:48 queue INFO 7 [554] -2015-03-10 10:41:48 queue INFO >7 [555] -2015-03-10 10:41:49 sendUrl INFO 7 [554] R:OK -2015-03-10 10:41:49 sendUrl INFO 7 [555] R:OK -2015-03-10 10:41:50 queue INFO 3 [556] -2015-03-10 10:41:50 queue INFO >3 [557] -2015-03-10 10:41:50 sendUrl INFO 3 [556] R:OK -2015-03-10 10:41:51 sendUrl INFO 3 [557] R:OK -2015-03-10 10:42:40 queue INFO >>3 [558] -2015-03-10 10:42:40 sendUrl INFO 3 [558] R:OK -2015-03-10 10:43:30 queue INFO >>3 [559] -2015-03-10 10:43:30 sendUrl INFO 3 [559] R:OK -2015-03-10 10:44:20 queue INFO >>3 [560] -2015-03-10 10:44:21 sendUrl INFO 3 [560] R:OK -2015-03-10 10:45:10 queue INFO >>3 [561] -2015-03-10 10:45:10 sendUrl INFO 3 [561] R:OK -2015-03-10 10:46:00 queue INFO >>3 [562] -2015-03-10 10:46:01 sendUrl INFO 3 [562] R:OK -2015-03-10 10:46:51 queue INFO >>3 [563] -2015-03-10 10:46:51 sendUrl INFO 3 [563] R:OK -2015-03-10 10:47:41 queue INFO >>3 [564] -2015-03-10 10:47:41 sendUrl INFO 3 [564] R:OK -2015-03-10 10:48:31 queue INFO >>3 [565] -2015-03-10 10:48:31 sendUrl INFO 3 [565] R:OK -2015-03-10 10:49:21 queue INFO >>3 [566] -2015-03-10 10:49:21 sendUrl INFO 3 [566] R:OK -2015-03-10 10:50:11 queue INFO >>3 [567] -2015-03-10 10:50:11 sendUrl INFO 3 [567] R:OK -2015-03-10 10:50:52 queue INFO 7 [568] -2015-03-10 10:50:53 queue INFO >7 [569] -2015-03-10 10:50:53 sendUrl INFO 7 [568] R:OK -2015-03-10 10:50:53 sendUrl INFO 7 [569] R:OK -2015-03-10 10:50:54 queue INFO 3 [570] -2015-03-10 10:50:54 queue INFO >3 [571] -2015-03-10 10:50:54 sendUrl INFO 3 [570] R:OK -2015-03-10 10:50:55 sendUrl INFO 3 [571] R:OK -2015-03-10 10:51:44 queue INFO >>3 [572] -2015-03-10 10:51:45 sendUrl INFO 3 [572] R:OK -2015-03-10 10:52:34 queue INFO >>3 [573] -2015-03-10 10:52:34 sendUrl INFO 3 [573] R:OK -2015-03-10 10:53:24 queue INFO >>3 [574] -2015-03-10 10:53:25 sendUrl INFO 3 [574] R:OK -2015-03-10 10:54:15 queue INFO >>3 [575] -2015-03-10 10:54:15 sendUrl INFO 3 [575] R:OK -2015-03-10 10:55:05 queue INFO >>3 [576] -2015-03-10 10:55:05 sendUrl INFO 3 [576] R:OK -2015-03-10 10:55:55 queue INFO >>3 [577] -2015-03-10 10:55:55 sendUrl INFO 3 [577] R:OK -2015-03-10 10:56:45 queue INFO >>3 [578] -2015-03-10 10:56:46 sendUrl INFO 3 [578] R:OK -2015-03-10 10:57:35 queue INFO >>3 [579] -2015-03-10 10:57:35 sendUrl INFO 3 [579] R:OK -2015-03-10 10:58:25 queue INFO >>3 [580] -2015-03-10 10:58:26 sendUrl INFO 3 [580] R:OK -2015-03-10 10:59:15 queue INFO >>3 [581] -2015-03-10 10:59:16 sendUrl INFO 3 [581] R:OK -2015-03-10 10:59:57 queue INFO 7 [582] -2015-03-10 10:59:57 queue INFO >7 [583] -2015-03-10 10:59:57 sendUrl INFO 7 [582] R:OK -2015-03-10 10:59:57 sendUrl INFO 7 [583] R:OK -2015-03-10 10:59:58 queue INFO 3 [584] -2015-03-10 10:59:58 sendUrl INFO 3 [584] R:OK -2015-03-10 10:59:58 queue INFO >3 [585] -2015-03-10 10:59:59 sendUrl INFO 3 [585] R:OK -2015-03-10 11:00:48 queue INFO >>3 [586] -2015-03-10 11:00:49 sendUrl INFO 3 [586] R:OK -2015-03-10 11:01:38 queue INFO >>3 [587] -2015-03-10 11:01:39 sendUrl INFO 3 [587] R:OK -2015-03-10 11:02:29 queue INFO >>3 [588] -2015-03-10 11:02:29 sendUrl INFO 3 [588] R:OK -2015-03-10 11:03:19 queue INFO >>3 [589] -2015-03-10 11:03:19 sendUrl INFO 3 [589] R:OK -2015-03-10 11:04:09 queue INFO >>3 [590] -2015-03-10 11:04:10 sendUrl INFO 3 [590] R:OK -2015-03-10 11:04:59 queue INFO >>3 [591] -2015-03-10 11:04:59 sendUrl INFO 3 [591] R:OK -2015-03-10 11:05:23 queue INFO 21 [592] -2015-03-10 11:05:24 sendUrl INFO 21 [592] R:OK -2015-03-10 11:05:24 queue INFO >21 [593] -2015-03-10 11:05:24 sendUrl INFO 21 [593] R:OK -2015-03-10 11:06:14 queue INFO >>21 [594] -2015-03-10 11:06:14 sendUrl INFO 21 [594] R:OK -2015-03-10 11:07:04 queue INFO >>21 [595] -2015-03-10 11:07:04 sendUrl INFO 21 [595] R:OK -2015-03-10 11:07:54 queue INFO >>21 [596] -2015-03-10 11:07:54 sendUrl INFO 21 [596] R:OK -2015-03-10 11:08:44 queue INFO >>21 [597] -2015-03-10 11:08:44 sendUrl INFO 21 [597] R:OK -2015-03-10 11:09:34 queue INFO >>21 [598] -2015-03-10 11:09:35 sendUrl INFO 21 [598] R:OK -2015-03-10 11:10:09 queue INFO 1 [599] -2015-03-10 11:10:09 queue INFO >1 [600] -2015-03-10 11:10:09 sendUrl INFO 1 [599] R:OK -2015-03-10 11:10:10 sendUrl INFO 1 [600] R:OK -2015-03-10 11:10:26 queue INFO 3 [601] -2015-03-10 11:10:27 queue INFO >3 [602] -2015-03-10 11:10:27 sendUrl INFO 3 [601] R:OK -2015-03-10 11:10:28 sendUrl INFO 3 [602] R:OK -2015-03-10 11:11:17 queue INFO >>3 [603] -2015-03-10 11:11:17 sendUrl INFO 3 [603] R:OK -2015-03-10 11:12:07 queue INFO >>3 [604] -2015-03-10 11:12:07 sendUrl INFO 3 [604] R:OK -2015-03-10 11:12:57 queue INFO >>3 [605] -2015-03-10 11:12:58 sendUrl INFO 3 [605] R:OK -2015-03-10 11:13:47 queue INFO >>3 [606] -2015-03-10 11:13:47 sendUrl INFO 3 [606] R:OK -2015-03-10 11:14:07 queue INFO 7 [607] -2015-03-10 11:14:08 sendUrl INFO 7 [607] R:OK -2015-03-10 11:14:08 queue INFO >7 [608] -2015-03-10 11:14:08 sendUrl INFO 7 [608] R:OK -2015-03-10 11:14:09 queue INFO 3 [609] -2015-03-10 11:14:09 queue INFO >3 [610] -2015-03-10 11:14:10 sendUrl INFO 3 [609] R:OK -2015-03-10 11:14:10 sendUrl INFO 3 [610] R:OK -2015-03-10 11:14:59 queue INFO >>3 [611] -2015-03-10 11:14:59 sendUrl INFO 3 [611] R:OK -2015-03-10 11:15:49 queue INFO >>3 [612] -2015-03-10 11:15:50 sendUrl INFO 3 [612] R:OK -2015-03-10 11:16:39 queue INFO >>3 [613] -2015-03-10 11:16:40 sendUrl INFO 3 [613] R:OK -2015-03-10 11:17:30 queue INFO >>3 [614] -2015-03-10 11:17:30 sendUrl INFO 3 [614] R:OK -2015-03-10 11:18:20 queue INFO >>3 [615] -2015-03-10 11:18:20 sendUrl INFO 3 [615] R:OK -2015-03-10 11:19:10 queue INFO >>3 [616] -2015-03-10 11:19:10 sendUrl INFO 3 [616] R:OK -2015-03-10 11:20:00 queue INFO >>3 [617] -2015-03-10 11:20:00 sendUrl INFO 3 [617] R:OK -2015-03-10 11:20:50 queue INFO >>3 [618] -2015-03-10 11:20:51 sendUrl INFO 3 [618] R:OK -2015-03-10 11:21:40 queue INFO >>3 [619] -2015-03-10 11:21:41 sendUrl INFO 3 [619] R:OK -2015-03-10 11:22:31 queue INFO >>3 [620] -2015-03-10 11:22:31 sendUrl INFO 3 [620] R:OK -2015-03-10 11:23:12 queue INFO 7 [621] -2015-03-10 11:23:13 queue INFO >7 [622] -2015-03-10 11:23:13 sendUrl INFO 7 [621] R:OK -2015-03-10 11:23:13 sendUrl INFO 7 [622] R:OK -2015-03-10 11:23:14 queue INFO 3 [623] -2015-03-10 11:23:14 sendUrl INFO 3 [623] R:OK -2015-03-10 11:23:14 queue INFO >3 [624] -2015-03-10 11:23:15 sendUrl INFO 3 [624] R:OK -2015-03-10 11:24:04 queue INFO >>3 [625] -2015-03-10 11:24:04 sendUrl INFO 3 [625] R:OK -2015-03-10 11:24:54 queue INFO >>3 [626] -2015-03-10 11:24:55 sendUrl INFO 3 [626] R:OK -2015-03-10 11:25:45 queue INFO >>3 [627] -2015-03-10 11:25:45 sendUrl INFO 3 [627] R:OK -2015-03-10 11:26:35 queue INFO >>3 [628] -2015-03-10 11:26:35 sendUrl INFO 3 [628] R:OK -2015-03-10 11:27:25 queue INFO >>3 [629] -2015-03-10 11:27:25 sendUrl INFO 3 [629] R:OK -2015-03-10 11:28:15 queue INFO >>3 [630] -2015-03-10 11:28:15 sendUrl INFO 3 [630] R:OK -2015-03-10 11:29:05 queue INFO >>3 [631] -2015-03-10 11:29:05 sendUrl INFO 3 [631] R:OK -2015-03-10 11:29:55 queue INFO >>3 [632] -2015-03-10 11:29:56 sendUrl INFO 3 [632] R:OK -2015-03-10 11:30:45 queue INFO >>3 [633] -2015-03-10 11:30:46 sendUrl INFO 3 [633] R:OK -2015-03-10 11:31:36 queue INFO >>3 [634] -2015-03-10 11:31:36 sendUrl INFO 3 [634] R:OK -2015-03-10 11:32:17 queue INFO 7 [635] -2015-03-10 11:32:17 queue INFO >7 [636] -2015-03-10 11:32:17 sendUrl INFO 7 [635] R:OK -2015-03-10 11:32:18 sendUrl INFO 7 [636] R:OK -2015-03-10 11:32:19 queue INFO 3 [637] -2015-03-10 11:32:19 queue INFO >3 [638] -2015-03-10 11:32:19 sendUrl INFO 3 [637] R:OK -2015-03-10 11:32:19 sendUrl INFO 3 [638] R:OK -2015-03-10 11:33:09 queue INFO >>3 [639] -2015-03-10 11:33:09 sendUrl INFO 3 [639] R:OK -2015-03-10 11:33:59 queue INFO >>3 [640] -2015-03-10 11:33:59 sendUrl INFO 3 [640] R:OK -2015-03-10 11:34:49 queue INFO >>3 [641] -2015-03-10 11:34:49 sendUrl INFO 3 [641] R:OK -2015-03-10 11:35:39 queue INFO >>3 [642] -2015-03-10 11:35:40 sendUrl INFO 3 [642] R:OK -2015-03-10 11:36:29 queue INFO >>3 [643] -2015-03-10 11:36:29 sendUrl INFO 3 [643] R:OK -2015-03-10 11:37:19 queue INFO >>3 [644] -2015-03-10 11:37:20 sendUrl INFO 3 [644] R:OK -2015-03-10 11:38:10 queue INFO >>3 [645] -2015-03-10 11:38:10 sendUrl INFO 3 [645] R:OK -2015-03-10 11:39:00 queue INFO >>3 [646] -2015-03-10 11:39:00 sendUrl INFO 3 [646] R:OK -2015-03-10 11:39:50 queue INFO >>3 [647] -2015-03-10 11:39:50 sendUrl INFO 3 [647] R:OK -2015-03-10 11:40:40 queue INFO >>3 [648] -2015-03-10 11:40:41 sendUrl INFO 3 [648] R:OK -2015-03-10 11:41:21 queue INFO 7 [649] -2015-03-10 11:41:22 queue INFO >7 [650] -2015-03-10 11:41:22 sendUrl INFO 7 [649] R:OK -2015-03-10 11:41:22 sendUrl INFO 7 [650] R:OK -2015-03-10 11:41:23 queue INFO 3 [651] -2015-03-10 11:41:23 queue INFO >3 [652] -2015-03-10 11:41:23 sendUrl INFO 3 [651] R:OK -2015-03-10 11:41:24 sendUrl INFO 3 [652] R:OK -2015-03-10 11:42:13 queue INFO >>3 [653] -2015-03-10 11:42:13 sendUrl INFO 3 [653] R:OK -2015-03-10 11:43:03 queue INFO >>3 [654] -2015-03-10 11:43:04 sendUrl INFO 3 [654] R:OK -2015-03-10 11:43:53 queue INFO >>3 [655] -2015-03-10 11:43:54 sendUrl INFO 3 [655] R:OK -2015-03-10 11:44:44 queue INFO >>3 [656] -2015-03-10 11:44:44 sendUrl INFO 3 [656] R:OK -2015-03-10 11:45:34 queue INFO >>3 [657] -2015-03-10 11:45:34 sendUrl INFO 3 [657] R:OK -2015-03-10 11:46:24 queue INFO >>3 [658] -2015-03-10 11:46:24 sendUrl INFO 3 [658] R:OK -2015-03-10 11:47:14 queue INFO >>3 [659] -2015-03-10 11:47:14 sendUrl INFO 3 [659] R:OK -2015-03-10 11:48:04 queue INFO >>3 [660] -2015-03-10 11:48:05 sendUrl INFO 3 [660] R:OK -2015-03-10 11:48:54 queue INFO >>3 [661] -2015-03-10 11:48:55 sendUrl INFO 3 [661] R:OK -2015-03-10 11:49:45 queue INFO >>3 [662] -2015-03-10 11:49:45 sendUrl INFO 3 [662] R:OK -2015-03-10 11:49:58 queue INFO 1 [663] -2015-03-10 11:49:59 queue INFO >1 [664] -2015-03-10 11:49:59 sendUrl INFO 1 [663] R:OK -2015-03-10 11:49:59 sendUrl INFO 1 [664] R:OK -2015-03-10 11:50:24 queue INFO 21 [665] -2015-03-10 11:50:24 queue INFO >21 [666] -2015-03-10 11:50:24 sendUrl INFO 21 [665] R:OK -2015-03-10 11:50:25 sendUrl INFO 21 [666] R:OK -2015-03-10 11:50:42 queue INFO 1 [667] -2015-03-10 11:50:42 queue INFO >1 [668] -2015-03-10 11:50:43 sendUrl INFO 1 [667] R:OK -2015-03-10 11:50:43 sendUrl INFO 1 [668] R:OK -2015-03-10 11:51:02 queue INFO 5 [669] -2015-03-10 11:51:02 sendUrl INFO 5 [669] R:OK -2015-03-10 11:51:02 queue INFO >5 [670] -2015-03-10 11:51:03 sendUrl INFO 5 [670] R:OK -2015-03-10 11:51:04 queue INFO 1 [671] -2015-03-10 11:51:04 queue INFO >1 [672] -2015-03-10 11:51:04 sendUrl INFO 1 [671] R:OK -2015-03-10 11:51:05 sendUrl INFO 1 [672] R:OK -2015-03-10 11:51:54 queue INFO >>1 [673] -2015-03-10 11:51:54 sendUrl INFO 1 [673] R:OK -2015-03-10 11:52:16 queue INFO 3 [674] -2015-03-10 11:52:16 queue INFO >3 [675] -2015-03-10 11:52:16 sendUrl INFO 3 [674] R:OK -2015-03-10 11:52:17 sendUrl INFO 3 [675] R:OK -2015-03-10 11:53:06 queue INFO >>3 [676] -2015-03-10 11:53:07 sendUrl INFO 3 [676] R:OK -2015-03-10 11:53:56 queue INFO >>3 [677] -2015-03-10 11:53:56 sendUrl INFO 3 [677] R:OK -2015-03-10 11:54:46 queue INFO >>3 [678] -2015-03-10 11:54:47 sendUrl INFO 3 [678] R:OK -2015-03-10 11:55:37 queue INFO >>3 [679] -2015-03-10 11:55:37 sendUrl INFO 3 [679] R:OK -2015-03-10 11:56:27 queue INFO >>3 [680] -2015-03-10 11:56:27 sendUrl INFO 3 [680] R:OK -2015-03-10 11:57:17 queue INFO >>3 [681] -2015-03-10 11:57:17 sendUrl INFO 3 [681] R:OK -2015-03-10 11:58:07 queue INFO >>3 [682] -2015-03-10 11:58:08 sendUrl INFO 3 [682] R:OK -2015-03-10 11:58:57 queue INFO >>3 [683] -2015-03-10 11:58:57 sendUrl INFO 3 [683] R:OK -2015-03-10 11:59:47 queue INFO >>3 [684] -2015-03-10 11:59:48 sendUrl INFO 3 [684] R:OK -2015-03-10 12:00:07 queue INFO 7 [685] -2015-03-10 12:00:07 queue INFO >7 [686] -2015-03-10 12:00:07 sendUrl INFO 7 [685] R:OK -2015-03-10 12:00:07 sendUrl INFO 7 [686] R:OK -2015-03-10 12:00:08 queue INFO 3 [687] -2015-03-10 12:00:08 queue INFO >3 [688] -2015-03-10 12:00:08 sendUrl INFO 3 [687] R:OK -2015-03-10 12:00:09 sendUrl INFO 3 [688] R:OK -2015-03-10 12:00:58 queue INFO >>3 [689] -2015-03-10 12:00:59 sendUrl INFO 3 [689] R:OK -2015-03-10 12:01:48 queue INFO >>3 [690] -2015-03-10 12:01:49 sendUrl INFO 3 [690] R:OK -2015-03-10 12:02:39 queue INFO >>3 [691] -2015-03-10 12:02:39 sendUrl INFO 3 [691] R:OK -2015-03-10 12:03:29 queue INFO >>3 [692] -2015-03-10 12:03:29 sendUrl INFO 3 [692] R:OK -2015-03-10 12:04:19 queue INFO >>3 [693] -2015-03-10 12:04:19 sendUrl INFO 3 [693] R:OK -2015-03-10 12:05:09 queue INFO >>3 [694] -2015-03-10 12:05:09 sendUrl INFO 3 [694] R:OK -2015-03-10 12:05:59 queue INFO >>3 [695] -2015-03-10 12:05:59 sendUrl INFO 3 [695] R:OK -2015-03-10 12:06:49 queue INFO >>3 [696] -2015-03-10 12:06:50 sendUrl INFO 3 [696] R:OK -2015-03-10 12:07:39 queue INFO >>3 [697] -2015-03-10 12:07:40 sendUrl INFO 3 [697] R:OK -2015-03-10 12:08:30 queue INFO >>3 [698] -2015-03-10 12:08:30 sendUrl INFO 3 [698] R:OK -2015-03-10 12:09:11 queue INFO 7 [699] -2015-03-10 12:09:11 queue INFO >7 [700] -2015-03-10 12:09:12 sendUrl INFO 7 [699] R:OK -2015-03-10 12:09:12 sendUrl INFO 7 [700] R:OK -2015-03-10 12:09:13 queue INFO 3 [701] -2015-03-10 12:09:13 queue INFO >3 [702] -2015-03-10 12:09:13 sendUrl INFO 3 [701] R:OK -2015-03-10 12:09:14 sendUrl INFO 3 [702] R:OK -2015-03-10 12:10:03 queue INFO >>3 [703] -2015-03-10 12:10:03 sendUrl INFO 3 [703] R:OK -2015-03-10 12:10:53 queue INFO >>3 [704] -2015-03-10 12:10:53 sendUrl INFO 3 [704] R:OK -2015-03-10 12:11:43 queue INFO >>3 [705] -2015-03-10 12:11:44 sendUrl INFO 3 [705] R:OK -2015-03-10 12:12:33 queue INFO >>3 [706] -2015-03-10 12:12:34 sendUrl INFO 3 [706] R:OK -2015-03-10 12:13:23 queue INFO >>3 [707] -2015-03-10 12:13:24 sendUrl INFO 3 [707] R:OK -2015-03-10 12:14:14 queue INFO >>3 [708] -2015-03-10 12:14:14 sendUrl INFO 3 [708] R:OK -2015-03-10 12:15:04 queue INFO >>3 [709] -2015-03-10 12:15:04 sendUrl INFO 3 [709] R:OK -2015-03-10 12:15:54 queue INFO >>3 [710] -2015-03-10 12:15:54 sendUrl INFO 3 [710] R:OK -2015-03-10 12:16:44 queue INFO >>3 [711] -2015-03-10 12:16:45 sendUrl INFO 3 [711] R:OK -2015-03-10 12:17:34 queue INFO >>3 [712] -2015-03-10 12:17:34 sendUrl INFO 3 [712] R:OK -2015-03-10 12:18:15 queue INFO 7 [713] -2015-03-10 12:18:16 queue INFO >7 [714] -2015-03-10 12:18:16 sendUrl INFO 7 [713] R:OK -2015-03-10 12:18:16 sendUrl INFO 7 [714] R:OK -2015-03-10 12:18:17 queue INFO 3 [715] -2015-03-10 12:18:17 queue INFO >3 [716] -2015-03-10 12:18:17 sendUrl INFO 3 [715] R:OK -2015-03-10 12:18:18 sendUrl INFO 3 [716] R:OK -2015-03-10 12:19:07 queue INFO >>3 [717] -2015-03-10 12:19:07 sendUrl INFO 3 [717] R:OK -2015-03-10 12:19:57 queue INFO >>3 [718] -2015-03-10 12:19:58 sendUrl INFO 3 [718] R:OK -2015-03-10 12:20:47 queue INFO >>3 [719] -2015-03-10 12:20:48 sendUrl INFO 3 [719] R:OK -2015-03-10 12:21:38 queue INFO >>3 [720] -2015-03-10 12:21:38 sendUrl INFO 3 [720] R:OK -2015-03-10 12:22:28 queue INFO >>3 [721] -2015-03-10 12:22:28 sendUrl INFO 3 [721] R:OK -2015-03-10 12:23:18 queue INFO >>3 [722] -2015-03-10 12:23:18 sendUrl INFO 3 [722] R:OK -2015-03-10 12:24:08 queue INFO >>3 [723] -2015-03-10 12:24:09 sendUrl INFO 3 [723] R:OK -2015-03-10 12:24:58 queue INFO >>3 [724] -2015-03-10 12:24:58 sendUrl INFO 3 [724] R:OK -2015-03-10 12:25:48 queue INFO >>3 [725] -2015-03-10 12:25:49 sendUrl INFO 3 [725] R:OK -2015-03-10 12:26:39 queue INFO >>3 [726] -2015-03-10 12:26:39 sendUrl INFO 3 [726] R:OK -2015-03-10 12:27:20 queue INFO 7 [727] -2015-03-10 12:27:20 sendUrl INFO 7 [727] R:OK -2015-03-10 12:27:20 queue INFO >7 [728] -2015-03-10 12:27:20 sendUrl INFO 7 [728] R:OK -2015-03-10 12:27:21 queue INFO 3 [729] -2015-03-10 12:27:21 queue INFO >3 [730] -2015-03-10 12:27:22 sendUrl INFO 3 [729] R:OK -2015-03-10 12:27:22 sendUrl INFO 3 [730] R:OK -2015-03-10 12:28:11 queue INFO >>3 [731] -2015-03-10 12:28:12 sendUrl INFO 3 [731] R:OK -2015-03-10 12:29:02 queue INFO >>3 [732] -2015-03-10 12:29:02 sendUrl INFO 3 [732] R:OK -2015-03-10 12:29:52 queue INFO >>3 [733] -2015-03-10 12:29:52 sendUrl INFO 3 [733] R:OK -2015-03-10 12:30:42 queue INFO >>3 [734] -2015-03-10 12:30:42 sendUrl INFO 3 [734] R:OK -2015-03-10 12:31:32 queue INFO >>3 [735] -2015-03-10 12:31:32 sendUrl INFO 3 [735] R:OK -2015-03-10 12:32:22 queue INFO >>3 [736] -2015-03-10 12:32:22 sendUrl INFO 3 [736] R:OK -2015-03-10 12:33:12 queue INFO >>3 [737] -2015-03-10 12:33:13 sendUrl INFO 3 [737] R:OK -2015-03-10 12:34:02 queue INFO >>3 [738] -2015-03-10 12:34:03 sendUrl INFO 3 [738] R:OK -2015-03-10 12:34:53 queue INFO >>3 [739] -2015-03-10 12:34:53 sendUrl INFO 3 [739] R:OK -2015-03-10 12:35:43 queue INFO >>3 [740] -2015-03-10 12:35:43 sendUrl INFO 3 [740] R:OK -2015-03-10 12:36:29 queue INFO 7 [741] -2015-03-10 12:36:29 queue INFO >7 [742] -2015-03-10 12:36:29 sendUrl INFO 7 [741] R:OK -2015-03-10 12:36:30 sendUrl INFO 7 [742] R:OK -2015-03-10 12:36:31 queue INFO 3 [743] -2015-03-10 12:36:31 queue INFO >3 [744] -2015-03-10 12:36:31 sendUrl INFO 3 [743] R:OK -2015-03-10 12:36:31 sendUrl INFO 3 [744] R:OK -2015-03-10 12:37:21 queue INFO >>3 [745] -2015-03-10 12:37:21 sendUrl INFO 3 [745] R:OK -2015-03-10 12:38:11 queue INFO >>3 [746] -2015-03-10 12:38:11 sendUrl INFO 3 [746] R:OK -2015-03-10 12:39:01 queue INFO >>3 [747] -2015-03-10 12:39:01 sendUrl INFO 3 [747] R:OK -2015-03-10 12:39:51 queue INFO >>3 [748] -2015-03-10 12:39:51 sendUrl INFO 3 [748] R:OK -2015-03-10 12:40:41 queue INFO >>3 [749] -2015-03-10 12:40:42 sendUrl INFO 3 [749] R:OK -2015-03-10 12:41:31 queue INFO >>3 [750] -2015-03-10 12:41:32 sendUrl INFO 3 [750] R:OK -2015-03-10 12:42:22 queue INFO >>3 [751] -2015-03-10 12:42:22 sendUrl INFO 3 [751] R:OK -2015-03-10 12:43:12 queue INFO >>3 [752] -2015-03-10 12:43:12 sendUrl INFO 3 [752] R:OK -2015-03-10 12:44:02 queue INFO >>3 [753] -2015-03-10 12:44:02 sendUrl INFO 3 [753] R:OK -2015-03-10 12:44:52 queue INFO >>3 [754] -2015-03-10 12:44:52 sendUrl INFO 3 [754] R:OK -2015-03-10 12:45:34 queue INFO 7 [755] -2015-03-10 12:45:34 sendUrl INFO 7 [755] R:OK -2015-03-10 12:45:34 queue INFO >7 [756] -2015-03-10 12:45:35 sendUrl INFO 7 [756] R:OK -2015-03-10 12:45:36 queue INFO 3 [757] -2015-03-10 12:45:36 queue INFO >3 [758] -2015-03-10 12:45:36 sendUrl INFO 3 [757] R:OK -2015-03-10 12:45:37 sendUrl INFO 3 [758] R:OK -2015-03-10 12:46:26 queue INFO >>3 [759] -2015-03-10 12:46:26 sendUrl INFO 3 [759] R:OK -2015-03-10 12:47:16 queue INFO >>3 [760] -2015-03-10 12:47:16 sendUrl INFO 3 [760] R:OK -2015-03-10 12:48:06 queue INFO >>3 [761] -2015-03-10 12:48:07 sendUrl INFO 3 [761] R:OK -2015-03-10 12:48:56 queue INFO >>3 [762] -2015-03-10 12:48:56 sendUrl INFO 3 [762] R:OK -2015-03-10 12:49:46 queue INFO >>3 [763] -2015-03-10 12:49:47 sendUrl INFO 3 [763] R:OK -2015-03-10 12:50:36 queue INFO >>3 [764] -2015-03-10 12:50:37 sendUrl INFO 3 [764] R:OK -2015-03-10 12:51:27 queue INFO >>3 [765] -2015-03-10 12:51:27 sendUrl INFO 3 [765] R:OK -2015-03-10 12:52:17 queue INFO >>3 [766] -2015-03-10 12:52:17 sendUrl INFO 3 [766] R:OK -2015-03-10 12:53:07 queue INFO >>3 [767] -2015-03-10 12:53:07 sendUrl INFO 3 [767] R:OK -2015-03-10 12:53:57 queue INFO >>3 [768] -2015-03-10 12:53:57 sendUrl INFO 3 [768] R:OK -2015-03-10 12:54:39 queue INFO 7 [769] -2015-03-10 12:54:39 queue INFO >7 [770] -2015-03-10 12:54:39 sendUrl INFO 7 [769] R:OK -2015-03-10 12:54:40 sendUrl INFO 7 [770] R:OK -2015-03-10 12:54:40 queue INFO 3 [771] -2015-03-10 12:54:40 sendUrl INFO 3 [771] R:OK -2015-03-10 12:54:40 queue INFO >3 [772] -2015-03-10 12:54:41 sendUrl INFO 3 [772] R:OK -2015-03-10 12:55:30 queue INFO >>3 [773] -2015-03-10 12:55:31 sendUrl INFO 3 [773] R:OK -2015-03-10 12:56:20 queue INFO >>3 [774] -2015-03-10 12:56:21 sendUrl INFO 3 [774] R:OK -2015-03-10 12:57:11 queue INFO >>3 [775] -2015-03-10 12:57:11 sendUrl INFO 3 [775] R:OK -2015-03-10 12:58:01 queue INFO >>3 [776] -2015-03-10 12:58:01 sendUrl INFO 3 [776] R:OK -2015-03-10 12:58:51 queue INFO >>3 [777] -2015-03-10 12:58:51 sendUrl INFO 3 [777] R:OK -2015-03-10 12:59:41 queue INFO >>3 [778] -2015-03-10 12:59:41 sendUrl INFO 3 [778] R:OK -2015-03-10 13:00:31 queue INFO >>3 [779] -2015-03-10 13:00:32 sendUrl INFO 3 [779] R:OK -2015-03-10 13:01:21 queue INFO >>3 [780] -2015-03-10 13:01:21 sendUrl INFO 3 [780] R:OK -2015-03-10 13:02:11 queue INFO >>3 [781] -2015-03-10 13:02:12 sendUrl INFO 3 [781] R:OK -2015-03-10 13:03:02 queue INFO >>3 [782] -2015-03-10 13:03:02 sendUrl INFO 3 [782] R:OK -2015-03-10 13:03:43 queue INFO 7 [783] -2015-03-10 13:03:43 queue INFO >7 [784] -2015-03-10 13:03:43 sendUrl INFO 7 [783] R:OK -2015-03-10 13:03:44 sendUrl INFO 7 [784] R:OK -2015-03-10 13:03:45 queue INFO 3 [785] -2015-03-10 13:03:45 sendUrl INFO 3 [785] R:OK -2015-03-10 13:03:45 queue INFO >3 [786] -2015-03-10 13:03:45 sendUrl INFO 3 [786] R:OK -2015-03-10 13:04:35 queue INFO >>3 [787] -2015-03-10 13:04:35 sendUrl INFO 3 [787] R:OK -2015-03-10 13:05:25 queue INFO >>3 [788] -2015-03-10 13:05:26 sendUrl INFO 3 [788] R:OK -2015-03-10 13:06:15 queue INFO >>3 [789] -2015-03-10 13:06:15 sendUrl INFO 3 [789] R:OK -2015-03-10 13:07:05 queue INFO >>3 [790] -2015-03-10 13:07:06 sendUrl INFO 3 [790] R:OK -2015-03-10 13:07:56 queue INFO >>3 [791] -2015-03-10 13:07:56 sendUrl INFO 3 [791] R:OK -2015-03-10 13:08:46 queue INFO >>3 [792] -2015-03-10 13:08:46 sendUrl INFO 3 [792] R:OK -2015-03-10 13:09:36 queue INFO >>3 [793] -2015-03-10 13:09:36 sendUrl INFO 3 [793] R:OK -2015-03-10 13:10:26 queue INFO >>3 [794] -2015-03-10 13:10:27 sendUrl INFO 3 [794] R:OK -2015-03-10 13:11:16 queue INFO >>3 [795] -2015-03-10 13:11:16 sendUrl INFO 3 [795] R:OK -2015-03-10 13:12:06 queue INFO >>3 [796] -2015-03-10 13:12:07 sendUrl INFO 3 [796] R:OK -2015-03-10 13:12:47 queue INFO 7 [797] -2015-03-10 13:12:48 queue INFO >7 [798] -2015-03-10 13:12:48 sendUrl INFO 7 [797] R:OK -2015-03-10 13:12:48 sendUrl INFO 7 [798] R:OK -2015-03-10 13:12:49 queue INFO 3 [799] -2015-03-10 13:12:49 queue INFO >3 [800] -2015-03-10 13:12:49 sendUrl INFO 3 [799] R:OK -2015-03-10 13:12:50 sendUrl INFO 3 [800] R:OK -2015-03-10 13:13:39 queue INFO >>3 [801] -2015-03-10 13:13:39 sendUrl INFO 3 [801] R:OK -2015-03-10 13:14:29 queue INFO >>3 [802] -2015-03-10 13:14:30 sendUrl INFO 3 [802] R:OK -2015-03-10 13:15:19 queue INFO >>3 [803] -2015-03-10 13:15:20 sendUrl INFO 3 [803] R:OK -2015-03-10 13:16:10 queue INFO >>3 [804] -2015-03-10 13:16:10 sendUrl INFO 3 [804] R:OK -2015-03-10 13:17:00 queue INFO >>3 [805] -2015-03-10 13:17:00 sendUrl INFO 3 [805] R:OK -2015-03-10 13:17:50 queue INFO >>3 [806] -2015-03-10 13:17:51 sendUrl INFO 3 [806] R:OK -2015-03-10 13:18:40 queue INFO >>3 [807] -2015-03-10 13:18:40 sendUrl INFO 3 [807] R:OK -2015-03-10 13:19:30 queue INFO >>3 [808] -2015-03-10 13:19:31 sendUrl INFO 3 [808] R:OK -2015-03-10 13:20:20 queue INFO >>3 [809] -2015-03-10 13:20:20 sendUrl INFO 3 [809] R:OK -2015-03-10 13:21:11 queue INFO >>3 [810] -2015-03-10 13:21:11 sendUrl INFO 3 [810] R:OK -2015-03-10 13:21:52 queue INFO 7 [811] -2015-03-10 13:21:52 queue INFO >7 [812] -2015-03-10 13:21:52 sendUrl INFO 7 [811] R:OK -2015-03-10 13:21:53 sendUrl INFO 7 [812] R:OK -2015-03-10 13:21:53 queue INFO 3 [813] -2015-03-10 13:21:53 queue INFO >3 [814] -2015-03-10 13:21:54 sendUrl INFO 3 [813] R:OK -2015-03-10 13:21:54 sendUrl INFO 3 [814] R:OK -2015-03-10 13:22:43 queue INFO >>3 [815] -2015-03-10 13:22:44 sendUrl INFO 3 [815] R:OK -2015-03-10 13:23:34 queue INFO >>3 [816] -2015-03-10 13:23:34 sendUrl INFO 3 [816] R:OK -2015-03-10 13:24:24 queue INFO >>3 [817] -2015-03-10 13:24:24 sendUrl INFO 3 [817] R:OK -2015-03-10 13:25:14 queue INFO >>3 [818] -2015-03-10 13:25:14 sendUrl INFO 3 [818] R:OK -2015-03-10 13:26:04 queue INFO >>3 [819] -2015-03-10 13:26:04 sendUrl INFO 3 [819] R:OK -2015-03-10 13:26:54 queue INFO >>3 [820] -2015-03-10 13:26:55 sendUrl INFO 3 [820] R:OK -2015-03-10 13:27:44 queue INFO >>3 [821] -2015-03-10 13:27:44 sendUrl INFO 3 [821] R:OK -2015-03-10 13:28:34 queue INFO >>3 [822] -2015-03-10 13:28:35 sendUrl INFO 3 [822] R:OK -2015-03-10 13:29:25 queue INFO >>3 [823] -2015-03-10 13:29:25 sendUrl INFO 3 [823] R:OK -2015-03-10 13:30:15 queue INFO >>3 [824] -2015-03-10 13:30:15 sendUrl INFO 3 [824] R:OK -2015-03-10 13:30:56 queue INFO 7 [825] -2015-03-10 13:30:56 queue INFO >7 [826] -2015-03-10 13:30:56 sendUrl INFO 7 [825] R:OK -2015-03-10 13:30:57 sendUrl INFO 7 [826] R:OK -2015-03-10 13:30:58 queue INFO 3 [827] -2015-03-10 13:30:58 queue INFO >3 [828] -2015-03-10 13:30:58 sendUrl INFO 3 [827] R:OK -2015-03-10 13:30:58 sendUrl INFO 3 [828] R:OK -2015-03-10 13:31:48 queue INFO >>3 [829] -2015-03-10 13:31:48 sendUrl INFO 3 [829] R:OK -2015-03-10 13:32:38 queue INFO >>3 [830] -2015-03-10 13:32:38 sendUrl INFO 3 [830] R:OK -2015-03-10 13:33:28 queue INFO >>3 [831] -2015-03-10 13:33:28 sendUrl INFO 3 [831] R:OK -2015-03-10 13:34:18 queue INFO >>3 [832] -2015-03-10 13:34:19 sendUrl INFO 3 [832] R:OK -2015-03-10 13:35:08 queue INFO >>3 [833] -2015-03-10 13:35:08 sendUrl INFO 3 [833] R:OK -2015-03-10 13:35:58 queue INFO >>3 [834] -2015-03-10 13:35:59 sendUrl INFO 3 [834] R:OK -2015-03-10 13:36:49 queue INFO >>3 [835] -2015-03-10 13:36:49 sendUrl INFO 3 [835] R:OK -2015-03-10 13:37:39 queue INFO >>3 [836] -2015-03-10 13:37:39 sendUrl INFO 3 [836] R:OK -2015-03-10 13:38:29 queue INFO >>3 [837] -2015-03-10 13:38:29 sendUrl INFO 3 [837] R:OK -2015-03-10 13:39:19 queue INFO >>3 [838] -2015-03-10 13:39:20 sendUrl INFO 3 [838] R:OK -2015-03-10 13:40:01 queue INFO 7 [839] -2015-03-10 13:40:01 queue INFO >7 [840] -2015-03-10 13:40:01 sendUrl INFO 7 [839] R:OK -2015-03-10 13:40:02 sendUrl INFO 7 [840] R:OK -2015-03-10 13:40:03 queue INFO 3 [841] -2015-03-10 13:40:03 queue INFO >3 [842] -2015-03-10 13:40:03 sendUrl INFO 3 [841] R:OK -2015-03-10 13:40:03 sendUrl INFO 3 [842] R:OK -2015-03-10 13:40:53 queue INFO >>3 [843] -2015-03-10 13:40:53 sendUrl INFO 3 [843] R:OK -2015-03-10 13:41:43 queue INFO >>3 [844] -2015-03-10 13:41:43 sendUrl INFO 3 [844] R:OK -2015-03-10 13:42:33 queue INFO >>3 [845] -2015-03-10 13:42:33 sendUrl INFO 3 [845] R:OK -2015-03-10 13:43:23 queue INFO >>3 [846] -2015-03-10 13:43:24 sendUrl INFO 3 [846] R:OK -2015-03-10 13:44:13 queue INFO >>3 [847] -2015-03-10 13:44:14 sendUrl INFO 3 [847] R:OK -2015-03-10 13:45:04 queue INFO >>3 [848] -2015-03-10 13:45:04 sendUrl INFO 3 [848] R:OK -2015-03-10 13:45:54 queue INFO >>3 [849] -2015-03-10 13:45:54 sendUrl INFO 3 [849] R:OK -2015-03-10 13:46:44 queue INFO >>3 [850] -2015-03-10 13:46:44 sendUrl INFO 3 [850] R:OK -2015-03-10 13:47:34 queue INFO >>3 [851] -2015-03-10 13:47:34 sendUrl INFO 3 [851] R:OK -2015-03-10 13:48:24 queue INFO >>3 [852] -2015-03-10 13:48:25 sendUrl INFO 3 [852] R:OK -2015-03-10 13:49:05 queue INFO 7 [853] -2015-03-10 13:49:06 queue INFO >7 [854] -2015-03-10 13:49:06 sendUrl INFO 7 [853] R:OK -2015-03-10 13:49:06 sendUrl INFO 7 [854] R:OK -2015-03-10 13:49:07 queue INFO 3 [855] -2015-03-10 13:49:07 queue INFO >3 [856] -2015-03-10 13:49:07 sendUrl INFO 3 [855] R:OK -2015-03-10 13:49:08 sendUrl INFO 3 [856] R:OK -2015-03-10 13:49:57 queue INFO >>3 [857] -2015-03-10 13:49:58 sendUrl INFO 3 [857] R:OK -2015-03-10 13:50:47 queue INFO >>3 [858] -2015-03-10 13:50:48 sendUrl INFO 3 [858] R:OK -2015-03-10 13:51:38 queue INFO >>3 [859] -2015-03-10 13:51:38 sendUrl INFO 3 [859] R:OK -2015-03-10 13:52:28 queue INFO >>3 [860] -2015-03-10 13:52:28 sendUrl INFO 3 [860] R:OK -2015-03-10 13:53:18 queue INFO >>3 [861] -2015-03-10 13:53:18 sendUrl INFO 3 [861] R:OK -2015-03-10 13:54:08 queue INFO >>3 [862] -2015-03-10 13:54:08 sendUrl INFO 3 [862] R:OK -2015-03-10 13:54:58 queue INFO >>3 [863] -2015-03-10 13:54:58 sendUrl INFO 3 [863] R:OK -2015-03-10 13:55:48 queue INFO >>3 [864] -2015-03-10 13:55:49 sendUrl INFO 3 [864] R:OK -2015-03-10 13:56:38 queue INFO >>3 [865] -2015-03-10 13:56:38 sendUrl INFO 3 [865] R:OK -2015-03-10 13:57:28 queue INFO >>3 [866] -2015-03-10 13:57:29 sendUrl INFO 3 [866] R:OK -2015-03-10 13:58:10 queue INFO 7 [867] -2015-03-10 13:58:10 sendUrl INFO 7 [867] R:OK -2015-03-10 13:58:10 queue INFO >7 [868] -2015-03-10 13:58:11 sendUrl INFO 7 [868] R:OK -2015-03-10 13:58:12 queue INFO 3 [869] -2015-03-10 13:58:12 queue INFO >3 [870] -2015-03-10 13:58:12 sendUrl INFO 3 [869] R:OK -2015-03-10 13:58:13 sendUrl INFO 3 [870] R:OK -2015-03-10 13:59:02 queue INFO >>3 [871] -2015-03-10 13:59:02 sendUrl INFO 3 [871] R:OK -2015-03-10 13:59:52 queue INFO >>3 [872] -2015-03-10 13:59:52 sendUrl INFO 3 [872] R:OK -2015-03-10 14:00:42 queue INFO >>3 [873] -2015-03-10 14:00:42 sendUrl INFO 3 [873] R:OK -2015-03-10 14:01:32 queue INFO >>3 [874] -2015-03-10 14:01:32 sendUrl INFO 3 [874] R:OK -2015-03-10 14:02:22 queue INFO >>3 [875] -2015-03-10 14:02:23 sendUrl INFO 3 [875] R:OK -2015-03-10 14:03:12 queue INFO >>3 [876] -2015-03-10 14:03:13 sendUrl INFO 3 [876] R:OK -2015-03-10 14:04:03 queue INFO >>3 [877] -2015-03-10 14:04:03 sendUrl INFO 3 [877] R:OK -2015-03-10 14:04:53 queue INFO >>3 [878] -2015-03-10 14:04:53 sendUrl INFO 3 [878] R:OK -2015-03-10 14:05:43 queue INFO >>3 [879] -2015-03-10 14:05:43 sendUrl INFO 3 [879] R:OK -2015-03-10 14:06:33 queue INFO >>3 [880] -2015-03-10 14:06:33 sendUrl INFO 3 [880] R:OK -2015-03-10 14:07:14 queue INFO 7 [881] -2015-03-10 14:07:15 queue INFO >7 [882] -2015-03-10 14:07:15 sendUrl INFO 7 [881] R:OK -2015-03-10 14:07:15 sendUrl INFO 7 [882] R:OK -2015-03-10 14:07:16 queue INFO 3 [883] -2015-03-10 14:07:16 queue INFO >3 [884] -2015-03-10 14:07:16 sendUrl INFO 3 [883] R:OK -2015-03-10 14:07:17 sendUrl INFO 3 [884] R:OK -2015-03-10 14:08:06 queue INFO >>3 [885] -2015-03-10 14:08:07 sendUrl INFO 3 [885] R:OK -2015-03-10 14:08:56 queue INFO >>3 [886] -2015-03-10 14:08:56 sendUrl INFO 3 [886] R:OK -2015-03-10 14:09:46 queue INFO >>3 [887] -2015-03-10 14:09:47 sendUrl INFO 3 [887] R:OK -2015-03-10 14:10:37 queue INFO >>3 [888] -2015-03-10 14:10:37 sendUrl INFO 3 [888] R:OK -2015-03-10 14:11:27 queue INFO >>3 [889] -2015-03-10 14:11:27 sendUrl INFO 3 [889] R:OK -2015-03-10 14:12:17 queue INFO >>3 [890] -2015-03-10 14:12:17 sendUrl INFO 3 [890] R:OK -2015-03-10 14:13:07 queue INFO >>3 [891] -2015-03-10 14:13:08 sendUrl INFO 3 [891] R:OK -2015-03-10 14:13:57 queue INFO >>3 [892] -2015-03-10 14:13:57 sendUrl INFO 3 [892] R:OK -2015-03-10 14:14:47 queue INFO >>3 [893] -2015-03-10 14:14:48 sendUrl INFO 3 [893] R:OK -2015-03-10 14:15:38 queue INFO >>3 [894] -2015-03-10 14:15:38 sendUrl INFO 3 [894] R:OK -2015-03-10 14:16:19 queue INFO 7 [895] -2015-03-10 14:16:19 sendUrl INFO 7 [895] R:OK -2015-03-10 14:16:19 queue INFO >7 [896] -2015-03-10 14:16:19 sendUrl INFO 7 [896] R:OK -2015-03-10 14:16:20 queue INFO 3 [897] -2015-03-10 14:16:20 queue INFO >3 [898] -2015-03-10 14:16:21 sendUrl INFO 3 [897] R:OK -2015-03-10 14:16:21 sendUrl INFO 3 [898] R:OK -2015-03-10 14:17:10 queue INFO >>3 [899] -2015-03-10 14:17:11 sendUrl INFO 3 [899] R:OK -2015-03-10 14:18:01 queue INFO >>3 [900] -2015-03-10 14:18:01 sendUrl INFO 3 [900] R:OK -2015-03-10 14:18:51 queue INFO >>3 [901] -2015-03-10 14:18:51 sendUrl INFO 3 [901] R:OK -2015-03-10 14:19:41 queue INFO >>3 [902] -2015-03-10 14:19:41 sendUrl INFO 3 [902] R:OK -2015-03-10 14:20:31 queue INFO >>3 [903] -2015-03-10 14:20:32 sendUrl INFO 3 [903] R:OK -2015-03-10 14:21:21 queue INFO >>3 [904] -2015-03-10 14:21:21 sendUrl INFO 3 [904] R:OK -2015-03-10 14:22:11 queue INFO >>3 [905] -2015-03-10 14:22:12 sendUrl INFO 3 [905] R:OK -2015-03-10 14:23:02 queue INFO >>3 [906] -2015-03-10 14:23:02 sendUrl INFO 3 [906] R:OK -2015-03-10 14:23:52 queue INFO >>3 [907] -2015-03-10 14:23:52 sendUrl INFO 3 [907] R:OK -2015-03-10 14:24:42 queue INFO >>3 [908] -2015-03-10 14:24:42 sendUrl INFO 3 [908] R:OK -2015-03-10 14:25:23 queue INFO 7 [909] -2015-03-10 14:25:23 queue INFO >7 [910] -2015-03-10 14:25:24 sendUrl INFO 7 [909] R:OK -2015-03-10 14:25:24 sendUrl INFO 7 [910] R:OK -2015-03-10 14:25:25 queue INFO 3 [911] -2015-03-10 14:25:25 queue INFO >3 [912] -2015-03-10 14:25:25 sendUrl INFO 3 [911] R:OK -2015-03-10 14:25:25 sendUrl INFO 3 [912] R:OK -2015-03-10 14:26:15 queue INFO >>3 [913] -2015-03-10 14:26:15 sendUrl INFO 3 [913] R:OK -2015-03-10 14:27:05 queue INFO >>3 [914] -2015-03-10 14:27:05 sendUrl INFO 3 [914] R:OK -2015-03-10 14:27:55 queue INFO >>3 [915] -2015-03-10 14:27:55 sendUrl INFO 3 [915] R:OK -2015-03-10 14:28:45 queue INFO >>3 [916] -2015-03-10 14:28:45 sendUrl INFO 3 [916] R:OK -2015-03-10 14:29:35 queue INFO >>3 [917] -2015-03-10 14:29:36 sendUrl INFO 3 [917] R:OK -2015-03-10 14:30:25 queue INFO >>3 [918] -2015-03-10 14:30:26 sendUrl INFO 3 [918] R:OK -2015-03-10 14:31:16 queue INFO >>3 [919] -2015-03-10 14:31:16 sendUrl INFO 3 [919] R:OK -2015-03-10 14:32:06 queue INFO >>3 [920] -2015-03-10 14:32:06 sendUrl INFO 3 [920] R:OK -2015-03-10 14:32:56 queue INFO >>3 [921] -2015-03-10 14:32:56 sendUrl INFO 3 [921] R:OK -2015-03-10 14:33:46 queue INFO >>3 [922] -2015-03-10 14:33:46 sendUrl INFO 3 [922] R:OK -2015-03-10 14:34:28 queue INFO 7 [923] -2015-03-10 14:34:28 sendUrl INFO 7 [923] R:OK -2015-03-10 14:34:28 queue INFO >7 [924] -2015-03-10 14:34:29 sendUrl INFO 7 [924] R:OK -2015-03-10 14:34:30 queue INFO 3 [925] -2015-03-10 14:34:30 queue INFO >3 [926] -2015-03-10 14:34:30 sendUrl INFO 3 [925] R:OK -2015-03-10 14:34:31 sendUrl INFO 3 [926] R:OK -2015-03-10 14:35:20 queue INFO >>3 [927] -2015-03-10 14:35:20 sendUrl INFO 3 [927] R:OK -2015-03-10 14:36:10 queue INFO >>3 [928] -2015-03-10 14:36:10 sendUrl INFO 3 [928] R:OK -2015-03-10 14:37:00 queue INFO >>3 [929] -2015-03-10 14:37:00 sendUrl INFO 3 [929] R:OK -2015-03-10 14:37:50 queue INFO >>3 [930] -2015-03-10 14:37:50 sendUrl INFO 3 [930] R:OK -2015-03-10 14:38:40 queue INFO >>3 [931] -2015-03-10 14:38:41 sendUrl INFO 3 [931] R:OK -2015-03-10 14:39:30 queue INFO >>3 [932] -2015-03-10 14:39:31 sendUrl INFO 3 [932] R:OK -2015-03-10 14:40:21 queue INFO >>3 [933] -2015-03-10 14:40:21 sendUrl INFO 3 [933] R:OK -2015-03-10 14:41:11 queue INFO >>3 [934] -2015-03-10 14:41:11 sendUrl INFO 3 [934] R:OK -2015-03-10 14:42:01 queue INFO >>3 [935] -2015-03-10 14:42:01 sendUrl INFO 3 [935] R:OK -2015-03-10 14:42:51 queue INFO >>3 [936] -2015-03-10 14:42:51 sendUrl INFO 3 [936] R:OK -2015-03-10 14:43:32 queue INFO 7 [937] -2015-03-10 14:43:33 queue INFO >7 [938] -2015-03-10 14:43:33 sendUrl INFO 7 [937] R:OK -2015-03-10 14:43:33 sendUrl INFO 7 [938] R:OK -2015-03-10 14:43:34 queue INFO 3 [939] -2015-03-10 14:43:34 sendUrl INFO 3 [939] R:OK -2015-03-10 14:43:34 queue INFO >3 [940] -2015-03-10 14:43:35 sendUrl INFO 3 [940] R:OK -2015-03-10 14:44:24 queue INFO >>3 [941] -2015-03-10 14:44:25 sendUrl INFO 3 [941] R:OK -2015-03-10 14:45:14 queue INFO >>3 [942] -2015-03-10 14:45:15 sendUrl INFO 3 [942] R:OK -2015-03-10 14:46:05 queue INFO >>3 [943] -2015-03-10 14:46:05 sendUrl INFO 3 [943] R:OK -2015-03-10 14:46:55 queue INFO >>3 [944] -2015-03-10 14:46:55 sendUrl INFO 3 [944] R:OK -2015-03-10 14:47:45 queue INFO >>3 [945] -2015-03-10 14:47:45 sendUrl INFO 3 [945] R:OK -2015-03-10 14:48:35 queue INFO >>3 [946] -2015-03-10 14:48:35 sendUrl INFO 3 [946] R:OK -2015-03-10 14:49:25 queue INFO >>3 [947] -2015-03-10 14:49:26 sendUrl INFO 3 [947] R:OK -2015-03-10 14:50:15 queue INFO >>3 [948] -2015-03-10 14:50:15 sendUrl INFO 3 [948] R:OK -2015-03-10 14:51:05 queue INFO >>3 [949] -2015-03-10 14:51:06 sendUrl INFO 3 [949] R:OK -2015-03-10 14:51:56 queue INFO >>3 [950] -2015-03-10 14:51:56 sendUrl INFO 3 [950] R:OK -2015-03-10 14:52:37 queue INFO 7 [951] -2015-03-10 14:52:37 queue INFO >7 [952] -2015-03-10 14:52:37 sendUrl INFO 7 [951] R:OK -2015-03-10 14:52:38 sendUrl INFO 7 [952] R:OK -2015-03-10 14:52:39 queue INFO 3 [953] -2015-03-10 14:52:39 queue INFO >3 [954] -2015-03-10 14:52:39 sendUrl INFO 3 [953] R:OK -2015-03-10 14:52:39 sendUrl INFO 3 [954] R:OK -2015-03-10 14:53:29 queue INFO >>3 [955] -2015-03-10 14:53:29 sendUrl INFO 3 [955] R:OK -2015-03-10 14:54:19 queue INFO >>3 [956] -2015-03-10 14:54:19 sendUrl INFO 3 [956] R:OK -2015-03-10 14:55:09 queue INFO >>3 [957] -2015-03-10 14:55:09 sendUrl INFO 3 [957] R:OK -2015-03-10 14:55:59 queue INFO >>3 [958] -2015-03-10 14:56:00 sendUrl INFO 3 [958] R:OK -2015-03-10 14:56:49 queue INFO >>3 [959] -2015-03-10 14:56:50 sendUrl INFO 3 [959] R:OK -2015-03-10 14:57:39 queue INFO >>3 [960] -2015-03-10 14:57:40 sendUrl INFO 3 [960] R:OK -2015-03-10 14:58:30 queue INFO >>3 [961] -2015-03-10 14:58:30 sendUrl INFO 3 [961] R:OK -2015-03-10 14:59:20 queue INFO >>3 [962] -2015-03-10 14:59:20 sendUrl INFO 3 [962] R:OK -2015-03-10 15:00:10 queue INFO >>3 [963] -2015-03-10 15:00:10 sendUrl INFO 3 [963] R:OK -2015-03-10 15:01:00 queue INFO >>3 [964] -2015-03-10 15:01:00 sendUrl INFO 3 [964] R:OK -2015-03-10 15:01:41 queue INFO 7 [965] -2015-03-10 15:01:42 queue INFO >7 [966] -2015-03-10 15:01:42 sendUrl INFO 7 [965] R:OK -2015-03-10 15:01:43 sendUrl INFO 7 [966] R:OK -2015-03-10 15:01:43 queue INFO 3 [967] -2015-03-10 15:01:43 sendUrl INFO 3 [967] R:OK -2015-03-10 15:01:43 queue INFO >3 [968] -2015-03-10 15:01:44 sendUrl INFO 3 [968] R:OK -2015-03-10 15:02:33 queue INFO >>3 [969] -2015-03-10 15:02:33 sendUrl INFO 3 [969] R:OK -2015-03-10 15:03:23 queue INFO >>3 [970] -2015-03-10 15:03:24 sendUrl INFO 3 [970] R:OK -2015-03-10 15:04:13 queue INFO >>3 [971] -2015-03-10 15:04:14 sendUrl INFO 3 [971] R:OK -2015-03-10 15:05:03 queue INFO >>3 [972] -2015-03-10 15:05:04 sendUrl INFO 3 [972] R:OK -2015-03-10 15:05:54 queue INFO >>3 [973] -2015-03-10 15:05:54 sendUrl INFO 3 [973] R:OK -2015-03-10 15:06:24 queue INFO 1 [974] -2015-03-10 15:06:24 queue INFO >1 [975] -2015-03-10 15:06:24 sendUrl INFO 1 [974] R:OK -2015-03-10 15:06:25 sendUrl INFO 1 [975] R:OK -2015-03-10 15:07:14 queue INFO >>1 [976] -2015-03-10 15:07:14 sendUrl INFO 1 [976] R:OK -2015-03-10 15:08:04 queue INFO >>1 [977] -2015-03-10 15:08:05 sendUrl INFO 1 [977] R:OK -2015-03-10 15:08:54 queue INFO >>1 [978] -2015-03-10 15:08:55 sendUrl INFO 1 [978] R:OK -2015-03-10 15:09:45 queue INFO >>1 [979] -2015-03-10 15:09:45 sendUrl INFO 1 [979] R:OK -2015-03-10 15:10:35 queue INFO >>1 [980] -2015-03-10 15:10:35 sendUrl INFO 1 [980] R:OK -2015-03-10 15:10:41 queue INFO 21 [981] -2015-03-10 15:10:42 sendUrl INFO 21 [981] R:OK -2015-03-10 15:10:42 queue INFO >21 [982] -2015-03-10 15:10:42 sendUrl INFO 21 [982] R:OK -2015-03-10 15:11:32 queue INFO >>21 [983] -2015-03-10 15:11:32 sendUrl INFO 21 [983] R:OK -2015-03-10 15:12:22 queue INFO >>21 [984] -2015-03-10 15:12:22 sendUrl INFO 21 [984] R:OK -2015-03-10 15:13:12 queue INFO >>21 [985] -2015-03-10 15:13:12 sendUrl INFO 21 [985] R:OK -2015-03-10 15:14:02 queue INFO >>21 [986] -2015-03-10 15:14:02 sendUrl INFO 21 [986] R:OK -2015-03-10 15:14:52 queue INFO >>21 [987] -2015-03-10 15:14:53 sendUrl INFO 21 [987] R:OK -2015-03-10 15:15:42 queue INFO >>21 [988] -2015-03-10 15:15:43 sendUrl INFO 21 [988] R:OK -2015-03-10 15:15:56 queue INFO 1 [989] -2015-03-10 15:15:56 sendUrl INFO 1 [989] R:OK -2015-03-10 15:15:56 queue INFO >1 [990] -2015-03-10 15:15:56 sendUrl INFO 1 [990] R:OK -2015-03-10 15:16:17 queue INFO 5 [991] -2015-03-10 15:16:17 queue INFO >5 [992] -2015-03-10 15:16:17 sendUrl INFO 5 [991] R:OK -2015-03-10 15:16:17 sendUrl INFO 5 [992] R:OK -2015-03-10 15:16:18 queue INFO 1 [993] -2015-03-10 15:16:18 queue INFO >1 [994] -2015-03-10 15:16:19 sendUrl INFO 1 [993] R:OK -2015-03-10 15:16:19 sendUrl INFO 1 [994] R:OK -2015-03-10 15:17:08 queue INFO >>1 [995] -2015-03-10 15:17:09 sendUrl INFO 1 [995] R:OK -2015-03-10 15:17:30 queue INFO 3 [996] -2015-03-10 15:17:31 queue INFO >3 [997] -2015-03-10 15:17:31 sendUrl INFO 3 [996] R:OK -2015-03-10 15:17:31 sendUrl INFO 3 [997] R:OK -2015-03-10 15:18:21 queue INFO >>3 [998] -2015-03-10 15:18:21 sendUrl INFO 3 [998] R:OK -2015-03-10 15:19:11 queue INFO >>3 [999] -2015-03-10 15:19:11 sendUrl INFO 3 [999] R:OK -2015-03-10 15:20:01 queue INFO >>3 [0] -2015-03-10 15:20:01 sendUrl INFO 3 [0] R:OK -2015-03-10 15:20:51 queue INFO >>3 [1] -2015-03-10 15:20:51 sendUrl INFO 3 [1] R:OK -2015-03-10 15:21:41 queue INFO >>3 [2] -2015-03-10 15:21:42 sendUrl INFO 3 [2] R:OK -2015-03-10 15:22:31 queue INFO >>3 [3] -2015-03-10 15:22:32 sendUrl INFO 3 [3] R:OK -2015-03-10 15:23:21 queue INFO >>3 [4] -2015-03-10 15:23:22 sendUrl INFO 3 [4] R:OK -2015-03-10 15:24:12 queue INFO >>3 [5] -2015-03-10 15:24:12 sendUrl INFO 3 [5] R:OK -2015-03-10 15:25:02 queue INFO >>3 [6] -2015-03-10 15:25:02 sendUrl INFO 3 [6] R:OK -2015-03-10 15:25:21 queue INFO 7 [7] -2015-03-10 15:25:21 queue INFO >7 [8] -2015-03-10 15:25:21 sendUrl INFO 7 [7] R:OK -2015-03-10 15:25:22 sendUrl INFO 7 [8] R:OK -2015-03-10 15:25:23 queue INFO 3 [9] -2015-03-10 15:25:23 queue INFO >3 [10] -2015-03-10 15:25:23 sendUrl INFO 3 [9] R:OK -2015-03-10 15:25:23 sendUrl INFO 3 [10] R:OK -2015-03-10 15:26:13 queue INFO >>3 [11] -2015-03-10 15:26:13 sendUrl INFO 3 [11] R:OK -2015-03-10 15:27:03 queue INFO >>3 [12] -2015-03-10 15:27:03 sendUrl INFO 3 [12] R:OK -2015-03-10 15:27:53 queue INFO >>3 [13] -2015-03-10 15:27:53 sendUrl INFO 3 [13] R:OK -2015-03-10 15:28:43 queue INFO >>3 [14] -2015-03-10 15:28:44 sendUrl INFO 3 [14] R:OK -2015-03-10 15:29:33 queue INFO >>3 [15] -2015-03-10 15:29:34 sendUrl INFO 3 [15] R:OK -2015-03-10 15:30:24 queue INFO >>3 [16] -2015-03-10 15:30:24 sendUrl INFO 3 [16] R:OK -2015-03-10 15:31:14 queue INFO >>3 [17] -2015-03-10 15:31:14 sendUrl INFO 3 [17] R:OK -2015-03-10 15:32:04 queue INFO >>3 [18] -2015-03-10 15:32:04 sendUrl INFO 3 [18] R:OK -2015-03-10 15:32:54 queue INFO >>3 [19] -2015-03-10 15:32:54 sendUrl INFO 3 [19] R:OK -2015-03-10 15:33:44 queue INFO >>3 [20] -2015-03-10 15:33:44 sendUrl INFO 3 [20] R:OK -2015-03-10 15:34:26 queue INFO 7 [21] -2015-03-10 15:34:26 queue INFO >7 [22] -2015-03-10 15:34:26 sendUrl INFO 7 [21] R:OK -2015-03-10 15:34:27 sendUrl INFO 7 [22] R:OK -2015-03-10 15:34:27 queue INFO 3 [23] -2015-03-10 15:34:28 queue INFO >3 [24] -2015-03-10 15:34:28 sendUrl INFO 3 [23] R:OK -2015-03-10 15:34:28 sendUrl INFO 3 [24] R:OK -2015-03-10 15:35:17 queue INFO >>3 [25] -2015-03-10 15:35:18 sendUrl INFO 3 [25] R:OK -2015-03-10 15:36:08 queue INFO >>3 [26] -2015-03-10 15:36:08 sendUrl INFO 3 [26] R:OK -2015-03-10 15:36:58 queue INFO >>3 [27] -2015-03-10 15:36:58 sendUrl INFO 3 [27] R:OK -2015-03-10 15:37:48 queue INFO >>3 [28] -2015-03-10 15:37:48 sendUrl INFO 3 [28] R:OK -2015-03-10 15:38:38 queue INFO >>3 [29] -2015-03-10 15:38:38 sendUrl INFO 3 [29] R:OK -2015-03-10 15:39:28 queue INFO >>3 [30] -2015-03-10 15:39:29 sendUrl INFO 3 [30] R:OK -2015-03-10 15:40:18 queue INFO >>3 [31] -2015-03-10 15:40:18 sendUrl INFO 3 [31] R:OK -2015-03-10 15:41:09 queue INFO >>3 [32] -2015-03-10 15:41:09 sendUrl INFO 3 [32] R:OK -2015-03-10 15:41:59 queue INFO >>3 [33] -2015-03-10 15:41:59 sendUrl INFO 3 [33] R:OK -2015-03-10 15:42:49 queue INFO >>3 [34] -2015-03-10 15:42:49 sendUrl INFO 3 [34] R:OK -2015-03-10 15:43:30 queue INFO 7 [35] -2015-03-10 15:43:30 queue INFO >7 [36] -2015-03-10 15:43:30 sendUrl INFO 7 [35] R:OK -2015-03-10 15:43:31 sendUrl INFO 7 [36] R:OK -2015-03-10 15:43:32 queue INFO 3 [37] -2015-03-10 15:43:32 sendUrl INFO 3 [37] R:OK -2015-03-10 15:43:32 queue INFO >3 [38] -2015-03-10 15:43:32 sendUrl INFO 3 [38] R:OK -2015-03-10 15:44:22 queue INFO >>3 [39] -2015-03-10 15:44:22 sendUrl INFO 3 [39] R:OK -2015-03-10 15:45:12 queue INFO >>3 [40] -2015-03-10 15:45:12 sendUrl INFO 3 [40] R:OK -2015-03-10 15:46:02 queue INFO >>3 [41] -2015-03-10 15:46:02 sendUrl INFO 3 [41] R:OK -2015-03-10 15:46:52 queue INFO >>3 [42] -2015-03-10 15:46:53 sendUrl INFO 3 [42] R:OK -2015-03-10 15:47:42 queue INFO >>3 [43] -2015-03-10 15:47:43 sendUrl INFO 3 [43] R:OK -2015-03-10 15:48:32 queue INFO >>3 [44] -2015-03-10 15:48:33 sendUrl INFO 3 [44] R:OK -2015-03-10 15:49:23 queue INFO >>3 [45] -2015-03-10 15:49:23 sendUrl INFO 3 [45] R:OK -2015-03-10 15:50:13 queue INFO >>3 [46] -2015-03-10 15:50:13 sendUrl INFO 3 [46] R:OK -2015-03-10 15:51:03 queue INFO >>3 [47] -2015-03-10 15:51:03 sendUrl INFO 3 [47] R:OK -2015-03-10 15:51:53 queue INFO >>3 [48] -2015-03-10 15:51:54 sendUrl INFO 3 [48] R:OK -2015-03-10 15:52:34 queue INFO 7 [49] -2015-03-10 15:52:34 sendUrl INFO 7 [49] R:OK -2015-03-10 15:52:34 queue INFO >7 [50] -2015-03-10 15:52:35 sendUrl INFO 7 [50] R:OK -2015-03-10 15:52:36 queue INFO 3 [51] -2015-03-10 15:52:36 queue INFO >3 [52] -2015-03-10 15:52:36 sendUrl INFO 3 [51] R:OK -2015-03-10 15:52:37 sendUrl INFO 3 [52] R:OK -2015-03-10 15:53:26 queue INFO >>3 [53] -2015-03-10 15:53:26 sendUrl INFO 3 [53] R:OK -2015-03-10 15:54:16 queue INFO >>3 [54] -2015-03-10 15:54:17 sendUrl INFO 3 [54] R:OK -2015-03-10 15:55:06 queue INFO >>3 [55] -2015-03-10 15:55:07 sendUrl INFO 3 [55] R:OK -2015-03-10 15:55:56 queue INFO >>3 [56] -2015-03-10 15:55:57 sendUrl INFO 3 [56] R:OK -2015-03-10 15:56:47 queue INFO >>3 [57] -2015-03-10 15:56:47 sendUrl INFO 3 [57] R:OK -2015-03-10 15:57:37 queue INFO >>3 [58] -2015-03-10 15:57:37 sendUrl INFO 3 [58] R:OK -2015-03-10 15:58:27 queue INFO >>3 [59] -2015-03-10 15:58:27 sendUrl INFO 3 [59] R:OK -2015-03-10 15:59:17 queue INFO >>3 [60] -2015-03-10 15:59:18 sendUrl INFO 3 [60] R:OK -2015-03-10 16:00:07 queue INFO >>3 [61] -2015-03-10 16:00:07 sendUrl INFO 3 [61] R:OK -2015-03-10 16:00:57 queue INFO >>3 [62] -2015-03-10 16:00:58 sendUrl INFO 3 [62] R:OK -2015-03-10 16:01:39 queue INFO 7 [63] -2015-03-10 16:01:39 queue INFO >7 [64] -2015-03-10 16:01:39 sendUrl INFO 7 [63] R:OK -2015-03-10 16:01:39 sendUrl INFO 7 [64] R:OK -2015-03-10 16:01:40 queue INFO 3 [65] -2015-03-10 16:01:40 queue INFO >3 [66] -2015-03-10 16:01:41 sendUrl INFO 3 [65] R:OK -2015-03-10 16:01:41 sendUrl INFO 3 [66] R:OK -2015-03-10 16:02:30 queue INFO >>3 [67] -2015-03-10 16:02:31 sendUrl INFO 3 [67] R:OK -2015-03-10 16:03:20 queue INFO >>3 [68] -2015-03-10 16:03:21 sendUrl INFO 3 [68] R:OK -2015-03-10 16:04:11 queue INFO >>3 [69] -2015-03-10 16:04:11 sendUrl INFO 3 [69] R:OK -2015-03-10 16:05:01 queue INFO >>3 [70] -2015-03-10 16:05:01 sendUrl INFO 3 [70] R:OK -2015-03-10 16:05:51 queue INFO >>3 [71] -2015-03-10 16:05:51 sendUrl INFO 3 [71] R:OK -2015-03-10 16:06:41 queue INFO >>3 [72] -2015-03-10 16:06:42 sendUrl INFO 3 [72] R:OK -2015-03-10 16:07:31 queue INFO >>3 [73] -2015-03-10 16:07:31 sendUrl INFO 3 [73] R:OK -2015-03-10 16:08:21 queue INFO >>3 [74] -2015-03-10 16:08:22 sendUrl INFO 3 [74] R:OK -2015-03-10 16:09:11 queue INFO >>3 [75] -2015-03-10 16:09:12 sendUrl INFO 3 [75] R:OK -2015-03-10 16:10:02 queue INFO >>3 [76] -2015-03-10 16:10:02 sendUrl INFO 3 [76] R:OK -2015-03-10 16:10:44 queue INFO 7 [77] -2015-03-10 16:10:44 queue INFO >7 [78] -2015-03-10 16:10:44 sendUrl INFO 7 [77] R:OK -2015-03-10 16:10:45 sendUrl INFO 7 [78] R:OK -2015-03-10 16:10:45 queue INFO 3 [79] -2015-03-10 16:10:45 queue INFO >3 [80] -2015-03-10 16:10:46 sendUrl INFO 3 [79] R:OK -2015-03-10 16:10:46 sendUrl INFO 3 [80] R:OK -2015-03-10 16:11:35 queue INFO >>3 [81] -2015-03-10 16:11:35 sendUrl INFO 3 [81] R:OK -2015-03-10 16:12:25 queue INFO >>3 [82] -2015-03-10 16:12:26 sendUrl INFO 3 [82] R:OK -2015-03-10 16:13:16 queue INFO >>3 [83] -2015-03-10 16:13:16 sendUrl INFO 3 [83] R:OK -2015-03-10 16:14:06 queue INFO >>3 [84] -2015-03-10 16:14:06 sendUrl INFO 3 [84] R:OK -2015-03-10 16:14:56 queue INFO >>3 [85] -2015-03-10 16:14:56 sendUrl INFO 3 [85] R:OK -2015-03-10 16:15:46 queue INFO >>3 [86] -2015-03-10 16:15:47 sendUrl INFO 3 [86] R:OK -2015-03-10 16:16:36 queue INFO >>3 [87] -2015-03-10 16:16:36 sendUrl INFO 3 [87] R:OK -2015-03-10 16:17:26 queue INFO >>3 [88] -2015-03-10 16:17:27 sendUrl INFO 3 [88] R:OK -2015-03-10 16:18:17 queue INFO >>3 [89] -2015-03-10 16:18:17 sendUrl INFO 3 [89] R:OK -2015-03-10 16:19:07 queue INFO >>3 [90] -2015-03-10 16:19:07 sendUrl INFO 3 [90] R:OK -2015-03-10 16:19:48 queue INFO 7 [91] -2015-03-10 16:19:48 queue INFO >7 [92] -2015-03-10 16:19:48 sendUrl INFO 7 [91] R:OK -2015-03-10 16:19:49 sendUrl INFO 7 [92] R:OK -2015-03-10 16:19:50 queue INFO 3 [93] -2015-03-10 16:19:50 sendUrl INFO 3 [93] R:OK -2015-03-10 16:19:50 queue INFO >3 [94] -2015-03-10 16:19:50 sendUrl INFO 3 [94] R:OK -2015-03-10 16:20:40 queue INFO >>3 [95] -2015-03-10 16:20:40 sendUrl INFO 3 [95] R:OK -2015-03-10 16:21:30 queue INFO >>3 [96] -2015-03-10 16:21:30 sendUrl INFO 3 [96] R:OK -2015-03-10 16:22:20 queue INFO >>3 [97] -2015-03-10 16:22:20 sendUrl INFO 3 [97] R:OK -2015-03-10 16:23:10 queue INFO >>3 [98] -2015-03-10 16:23:11 sendUrl INFO 3 [98] R:OK -2015-03-10 16:24:00 queue INFO >>3 [99] -2015-03-10 16:24:01 sendUrl INFO 3 [99] R:OK -2015-03-10 16:24:51 queue INFO >>3 [100] -2015-03-10 16:24:51 sendUrl INFO 3 [100] R:OK -2015-03-10 16:25:41 queue INFO >>3 [101] -2015-03-10 16:25:41 sendUrl INFO 3 [101] R:OK -2015-03-10 16:26:31 queue INFO >>3 [102] -2015-03-10 16:26:31 sendUrl INFO 3 [102] R:OK -2015-03-10 16:27:21 queue INFO >>3 [103] -2015-03-10 16:27:21 sendUrl INFO 3 [103] R:OK -2015-03-10 16:28:11 queue INFO >>3 [104] -2015-03-10 16:28:12 sendUrl INFO 3 [104] R:OK -2015-03-10 16:28:53 queue INFO 7 [105] -2015-03-10 16:28:53 queue INFO >7 [106] -2015-03-10 16:28:53 sendUrl INFO 7 [105] R:OK -2015-03-10 16:28:53 sendUrl INFO 7 [106] R:OK -2015-03-10 16:28:54 queue INFO 3 [107] -2015-03-10 16:28:54 sendUrl INFO 3 [107] R:OK -2015-03-10 16:28:54 queue INFO >3 [108] -2015-03-10 16:28:55 sendUrl INFO 3 [108] R:OK -2015-03-10 16:29:44 queue INFO >>3 [109] -2015-03-10 16:29:45 sendUrl INFO 3 [109] R:OK -2015-03-10 16:30:35 queue INFO >>3 [110] -2015-03-10 16:30:35 sendUrl INFO 3 [110] R:OK -2015-03-10 16:31:25 queue INFO >>3 [111] -2015-03-10 16:31:25 sendUrl INFO 3 [111] R:OK -2015-03-10 16:32:15 queue INFO >>3 [112] -2015-03-10 16:32:15 sendUrl INFO 3 [112] R:OK -2015-03-10 16:33:05 queue INFO >>3 [113] -2015-03-10 16:33:05 sendUrl INFO 3 [113] R:OK -2015-03-10 16:33:55 queue INFO >>3 [114] -2015-03-10 16:33:55 sendUrl INFO 3 [114] R:OK -2015-03-10 16:34:45 queue INFO >>3 [115] -2015-03-10 16:34:46 sendUrl INFO 3 [115] R:OK -2015-03-10 16:35:35 queue INFO >>3 [116] -2015-03-10 16:35:36 sendUrl INFO 3 [116] R:OK -2015-03-10 16:36:26 queue INFO >>3 [117] -2015-03-10 16:36:26 sendUrl INFO 3 [117] R:OK -2015-03-10 16:37:16 queue INFO >>3 [118] -2015-03-10 16:37:16 sendUrl INFO 3 [118] R:OK -2015-03-10 16:37:57 queue INFO 7 [119] -2015-03-10 16:37:57 queue INFO >7 [120] -2015-03-10 16:37:58 sendUrl INFO 7 [119] R:OK -2015-03-10 16:37:58 sendUrl INFO 7 [120] R:OK -2015-03-10 16:37:59 queue INFO 3 [121] -2015-03-10 16:37:59 queue INFO >3 [122] -2015-03-10 16:37:59 sendUrl INFO 3 [121] R:OK -2015-03-10 16:38:00 sendUrl INFO 3 [122] R:OK -2015-03-10 16:38:49 queue INFO >>3 [123] -2015-03-10 16:38:49 sendUrl INFO 3 [123] R:OK -2015-03-10 16:39:39 queue INFO >>3 [124] -2015-03-10 16:39:39 sendUrl INFO 3 [124] R:OK -2015-03-10 16:40:29 queue INFO >>3 [125] -2015-03-10 16:40:30 sendUrl INFO 3 [125] R:OK -2015-03-10 16:41:19 queue INFO >>3 [126] -2015-03-10 16:41:19 sendUrl INFO 3 [126] R:OK -2015-03-10 16:42:09 queue INFO >>3 [127] -2015-03-10 16:42:10 sendUrl INFO 3 [127] R:OK -2015-03-10 16:43:00 queue INFO >>3 [128] -2015-03-10 16:43:00 sendUrl INFO 3 [128] R:OK -2015-03-10 16:43:50 queue INFO >>3 [129] -2015-03-10 16:43:50 sendUrl INFO 3 [129] R:OK -2015-03-10 16:44:40 queue INFO >>3 [130] -2015-03-10 16:44:40 sendUrl INFO 3 [130] R:OK -2015-03-10 16:45:30 queue INFO >>3 [131] -2015-03-10 16:45:30 sendUrl INFO 3 [131] R:OK -2015-03-10 16:46:20 queue INFO >>3 [132] -2015-03-10 16:46:20 sendUrl INFO 3 [132] R:OK -2015-03-10 16:47:07 queue INFO 7 [133] -2015-03-10 16:47:07 queue INFO >7 [134] -2015-03-10 16:47:08 sendUrl INFO 7 [133] R:OK -2015-03-10 16:47:08 sendUrl INFO 7 [134] R:OK -2015-03-10 16:47:09 queue INFO 3 [135] -2015-03-10 16:47:09 queue INFO >3 [136] -2015-03-10 16:47:09 sendUrl INFO 3 [135] R:OK -2015-03-10 16:47:10 sendUrl INFO 3 [136] R:OK -2015-03-10 16:47:59 queue INFO >>3 [137] -2015-03-10 16:48:00 sendUrl INFO 3 [137] R:OK -2015-03-10 16:48:49 queue INFO >>3 [138] -2015-03-10 16:48:49 sendUrl INFO 3 [138] R:OK -2015-03-10 16:49:39 queue INFO >>3 [139] -2015-03-10 16:49:40 sendUrl INFO 3 [139] R:OK -2015-03-10 16:50:29 queue INFO >>3 [140] -2015-03-10 16:50:30 sendUrl INFO 3 [140] R:OK -2015-03-10 16:51:20 queue INFO >>3 [141] -2015-03-10 16:51:20 sendUrl INFO 3 [141] R:OK -2015-03-10 16:52:10 queue INFO >>3 [142] -2015-03-10 16:52:10 sendUrl INFO 3 [142] R:OK -2015-03-10 16:53:00 queue INFO >>3 [143] -2015-03-10 16:53:00 sendUrl INFO 3 [143] R:OK -2015-03-10 16:53:50 queue INFO >>3 [144] -2015-03-10 16:53:50 sendUrl INFO 3 [144] R:OK -2015-03-10 16:54:40 queue INFO >>3 [145] -2015-03-10 16:54:41 sendUrl INFO 3 [145] R:OK -2015-03-10 16:55:30 queue INFO >>3 [146] -2015-03-10 16:55:31 sendUrl INFO 3 [146] R:OK -2015-03-10 16:56:12 queue INFO 7 [147] -2015-03-10 16:56:12 queue INFO >7 [148] -2015-03-10 16:56:12 sendUrl INFO 7 [147] R:OK -2015-03-10 16:56:12 sendUrl INFO 7 [148] R:OK -2015-03-10 16:56:13 queue INFO 3 [149] -2015-03-10 16:56:13 queue INFO >3 [150] -2015-03-10 16:56:13 sendUrl INFO 3 [149] R:OK -2015-03-10 16:56:14 sendUrl INFO 3 [150] R:OK -2015-03-10 16:57:03 queue INFO >>3 [151] -2015-03-10 16:57:04 sendUrl INFO 3 [151] R:OK -2015-03-10 16:57:53 queue INFO >>3 [152] -2015-03-10 16:57:54 sendUrl INFO 3 [152] R:OK -2015-03-10 16:58:44 queue INFO >>3 [153] -2015-03-10 16:58:44 sendUrl INFO 3 [153] R:OK -2015-03-10 16:59:34 queue INFO >>3 [154] -2015-03-10 16:59:34 sendUrl INFO 3 [154] R:OK -2015-03-10 17:00:24 queue INFO >>3 [155] -2015-03-10 17:00:24 sendUrl INFO 3 [155] R:OK -2015-03-10 17:01:14 queue INFO >>3 [156] -2015-03-10 17:01:14 sendUrl INFO 3 [156] R:OK -2015-03-10 17:02:04 queue INFO >>3 [157] -2015-03-10 17:02:05 sendUrl INFO 3 [157] R:OK -2015-03-10 17:02:54 queue INFO >>3 [158] -2015-03-10 17:02:55 sendUrl INFO 3 [158] R:OK -2015-03-10 17:03:45 queue INFO >>3 [159] -2015-03-10 17:03:45 sendUrl INFO 3 [159] R:OK -2015-03-10 17:04:35 queue INFO >>3 [160] -2015-03-10 17:04:35 sendUrl INFO 3 [160] R:OK -2015-03-10 17:05:17 queue INFO 7 [161] -2015-03-10 17:05:17 queue INFO >7 [162] -2015-03-10 17:05:17 sendUrl INFO 7 [161] R:OK -2015-03-10 17:05:17 sendUrl INFO 7 [162] R:OK -2015-03-10 17:05:18 queue INFO 3 [163] -2015-03-10 17:05:18 queue INFO >3 [164] -2015-03-10 17:05:19 sendUrl INFO 3 [163] R:OK -2015-03-10 17:05:19 sendUrl INFO 3 [164] R:OK -2015-03-10 17:06:08 queue INFO >>3 [165] -2015-03-10 17:06:09 sendUrl INFO 3 [165] R:OK -2015-03-10 17:06:59 queue INFO >>3 [166] -2015-03-10 17:06:59 sendUrl INFO 3 [166] R:OK -2015-03-10 17:07:49 queue INFO >>3 [167] -2015-03-10 17:07:49 sendUrl INFO 3 [167] R:OK -2015-03-10 17:08:39 queue INFO >>3 [168] -2015-03-10 17:08:39 sendUrl INFO 3 [168] R:OK -2015-03-10 17:09:29 queue INFO >>3 [169] -2015-03-10 17:09:29 sendUrl INFO 3 [169] R:OK -2015-03-10 17:10:19 queue INFO >>3 [170] -2015-03-10 17:10:19 sendUrl INFO 3 [170] R:OK -2015-03-10 17:11:09 queue INFO >>3 [171] -2015-03-10 17:11:10 sendUrl INFO 3 [171] R:OK -2015-03-10 17:11:59 queue INFO >>3 [172] -2015-03-10 17:12:00 sendUrl INFO 3 [172] R:OK -2015-03-10 17:12:50 queue INFO >>3 [173] -2015-03-10 17:12:50 sendUrl INFO 3 [173] R:OK -2015-03-10 17:13:40 queue INFO >>3 [174] -2015-03-10 17:13:40 sendUrl INFO 3 [174] R:OK -2015-03-10 17:14:21 queue INFO 7 [175] -2015-03-10 17:14:21 queue INFO >7 [176] -2015-03-10 17:14:22 sendUrl INFO 7 [175] R:OK -2015-03-10 17:14:22 sendUrl INFO 7 [176] R:OK -2015-03-10 17:14:23 queue INFO 3 [177] -2015-03-10 17:14:23 queue INFO >3 [178] -2015-03-10 17:14:23 sendUrl INFO 3 [177] R:OK -2015-03-10 17:14:24 sendUrl INFO 3 [178] R:OK -2015-03-10 17:15:13 queue INFO >>3 [179] -2015-03-10 17:15:13 sendUrl INFO 3 [179] R:OK -2015-03-10 17:16:03 queue INFO >>3 [180] -2015-03-10 17:16:03 sendUrl INFO 3 [180] R:OK -2015-03-10 17:16:53 queue INFO >>3 [181] -2015-03-10 17:16:54 sendUrl INFO 3 [181] R:OK -2015-03-10 17:17:43 queue INFO >>3 [182] -2015-03-10 17:17:43 sendUrl INFO 3 [182] R:OK -2015-03-10 17:18:33 queue INFO >>3 [183] -2015-03-10 17:18:34 sendUrl INFO 3 [183] R:OK -2015-03-10 17:19:24 queue INFO >>3 [184] -2015-03-10 17:19:24 sendUrl INFO 3 [184] R:OK -2015-03-10 17:20:14 queue INFO >>3 [185] -2015-03-10 17:20:14 sendUrl INFO 3 [185] R:OK -2015-03-10 17:21:04 queue INFO >>3 [186] -2015-03-10 17:21:04 sendUrl INFO 3 [186] R:OK -2015-03-10 17:21:54 queue INFO >>3 [187] -2015-03-10 17:21:55 sendUrl INFO 3 [187] R:OK -2015-03-10 17:22:44 queue INFO >>3 [188] -2015-03-10 17:22:44 sendUrl INFO 3 [188] R:OK -2015-03-10 17:23:26 queue INFO 7 [189] -2015-03-10 17:23:26 queue INFO >7 [190] -2015-03-10 17:23:26 sendUrl INFO 7 [189] R:OK -2015-03-10 17:23:26 sendUrl INFO 7 [190] R:OK -2015-03-10 17:23:27 queue INFO 3 [191] -2015-03-10 17:23:27 sendUrl INFO 3 [191] R:OK -2015-03-10 17:23:27 queue INFO >3 [192] -2015-03-10 17:23:28 sendUrl INFO 3 [192] R:OK -2015-03-10 17:24:17 queue INFO >>3 [193] -2015-03-10 17:24:18 sendUrl INFO 3 [193] R:OK -2015-03-10 17:25:07 queue INFO >>3 [194] -2015-03-10 17:25:08 sendUrl INFO 3 [194] R:OK -2015-03-10 17:25:58 queue INFO >>3 [195] -2015-03-10 17:25:58 sendUrl INFO 3 [195] R:OK -2015-03-10 17:26:48 queue INFO >>3 [196] -2015-03-10 17:26:48 sendUrl INFO 3 [196] R:OK -2015-03-10 17:27:38 queue INFO >>3 [197] -2015-03-10 17:27:38 sendUrl INFO 3 [197] R:OK -2015-03-10 17:28:28 queue INFO >>3 [198] -2015-03-10 17:28:28 sendUrl INFO 3 [198] R:OK -2015-03-10 17:29:18 queue INFO >>3 [199] -2015-03-10 17:29:19 sendUrl INFO 3 [199] R:OK -2015-03-10 17:30:08 queue INFO >>3 [200] -2015-03-10 17:30:08 sendUrl INFO 3 [200] R:OK -2015-03-10 17:30:58 queue INFO >>3 [201] -2015-03-10 17:30:59 sendUrl INFO 3 [201] R:OK -2015-03-10 17:31:48 queue INFO >>3 [202] -2015-03-10 17:31:49 sendUrl INFO 3 [202] R:OK -2015-03-10 17:32:30 queue INFO 7 [203] -2015-03-10 17:32:30 queue INFO >7 [204] -2015-03-10 17:32:30 sendUrl INFO 7 [203] R:OK -2015-03-10 17:32:31 sendUrl INFO 7 [204] R:OK -2015-03-10 17:32:32 queue INFO 3 [205] -2015-03-10 17:32:32 queue INFO >3 [206] -2015-03-10 17:32:32 sendUrl INFO 3 [205] R:OK -2015-03-10 17:32:32 sendUrl INFO 3 [206] R:OK -2015-03-10 17:33:22 queue INFO >>3 [207] -2015-03-10 17:33:22 sendUrl INFO 3 [207] R:OK -2015-03-10 17:34:12 queue INFO >>3 [208] -2015-03-10 17:34:12 sendUrl INFO 3 [208] R:OK -2015-03-10 17:35:02 queue INFO >>3 [209] -2015-03-10 17:35:02 sendUrl INFO 3 [209] R:OK -2015-03-10 17:35:52 queue INFO >>3 [210] -2015-03-10 17:35:53 sendUrl INFO 3 [210] R:OK -2015-03-10 17:36:42 queue INFO >>3 [211] -2015-03-10 17:36:43 sendUrl INFO 3 [211] R:OK -2015-03-10 17:37:33 queue INFO >>3 [212] -2015-03-10 17:37:33 sendUrl INFO 3 [212] R:OK -2015-03-10 17:38:23 queue INFO >>3 [213] -2015-03-10 17:38:23 sendUrl INFO 3 [213] R:OK -2015-03-10 17:39:13 queue INFO >>3 [214] -2015-03-10 17:39:13 sendUrl INFO 3 [214] R:OK -2015-03-10 17:40:03 queue INFO >>3 [215] -2015-03-10 17:40:03 sendUrl INFO 3 [215] R:OK -2015-03-10 17:40:53 queue INFO >>3 [216] -2015-03-10 17:40:54 sendUrl INFO 3 [216] R:OK -2015-03-10 17:41:34 queue INFO 7 [217] -2015-03-10 17:41:34 queue INFO >7 [218] -2015-03-10 17:41:34 sendUrl INFO 7 [217] R:OK -2015-03-10 17:41:35 sendUrl INFO 7 [218] R:OK -2015-03-10 17:41:36 queue INFO 3 [219] -2015-03-10 17:41:36 queue INFO >3 [220] -2015-03-10 17:41:36 sendUrl INFO 3 [219] R:OK -2015-03-10 17:41:36 sendUrl INFO 3 [220] R:OK -2015-03-10 17:42:26 queue INFO >>3 [221] -2015-03-10 17:42:26 sendUrl INFO 3 [221] R:OK -2015-03-10 17:43:16 queue INFO >>3 [222] -2015-03-10 17:43:16 sendUrl INFO 3 [222] R:OK -2015-03-10 17:44:06 queue INFO >>3 [223] -2015-03-10 17:44:06 sendUrl INFO 3 [223] R:OK -2015-03-10 17:44:56 queue INFO >>3 [224] -2015-03-10 17:44:57 sendUrl INFO 3 [224] R:OK -2015-03-10 17:45:46 queue INFO >>3 [225] -2015-03-10 17:45:47 sendUrl INFO 3 [225] R:OK -2015-03-10 17:46:37 queue INFO >>3 [226] -2015-03-10 17:46:37 sendUrl INFO 3 [226] R:OK -2015-03-10 17:47:27 queue INFO >>3 [227] -2015-03-10 17:47:27 sendUrl INFO 3 [227] R:OK -2015-03-10 17:48:17 queue INFO >>3 [228] -2015-03-10 17:48:17 sendUrl INFO 3 [228] R:OK -2015-03-10 17:49:07 queue INFO >>3 [229] -2015-03-10 17:49:07 sendUrl INFO 3 [229] R:OK -2015-03-10 17:49:57 queue INFO >>3 [230] -2015-03-10 17:49:57 sendUrl INFO 3 [230] R:OK -2015-03-10 17:50:38 queue INFO 7 [231] -2015-03-10 17:50:39 queue INFO >7 [232] -2015-03-10 17:50:39 sendUrl INFO 7 [231] R:OK -2015-03-10 17:50:39 sendUrl INFO 7 [232] R:OK -2015-03-10 17:50:40 queue INFO 3 [233] -2015-03-10 17:50:40 sendUrl INFO 3 [233] R:OK -2015-03-10 17:50:40 queue INFO >3 [234] -2015-03-10 17:50:41 sendUrl INFO 3 [234] R:OK -2015-03-10 17:51:30 queue INFO >>3 [235] -2015-03-10 17:51:30 sendUrl INFO 3 [235] R:OK -2015-03-10 17:52:20 queue INFO >>3 [236] -2015-03-10 17:52:21 sendUrl INFO 3 [236] R:OK -2015-03-10 17:53:10 queue INFO >>3 [237] -2015-03-10 17:53:11 sendUrl INFO 3 [237] R:OK -2015-03-10 17:54:01 queue INFO >>3 [238] -2015-03-10 17:54:01 sendUrl INFO 3 [238] R:OK -2015-03-10 17:54:51 queue INFO >>3 [239] -2015-03-10 17:54:51 sendUrl INFO 3 [239] R:OK -2015-03-10 17:55:41 queue INFO >>3 [240] -2015-03-10 17:55:41 sendUrl INFO 3 [240] R:OK -2015-03-10 17:56:31 queue INFO >>3 [241] -2015-03-10 17:56:31 sendUrl INFO 3 [241] R:OK -2015-03-10 17:57:21 queue INFO >>3 [242] -2015-03-10 17:57:21 sendUrl INFO 3 [242] R:OK -2015-03-10 17:58:11 queue INFO >>3 [243] -2015-03-10 17:58:12 sendUrl INFO 3 [243] R:OK -2015-03-10 17:59:01 queue INFO >>3 [244] -2015-03-10 17:59:02 sendUrl INFO 3 [244] R:OK -2015-03-10 17:59:44 queue INFO 7 [245] -2015-03-10 17:59:44 sendUrl INFO 7 [245] R:OK -2015-03-10 17:59:44 queue INFO >7 [246] -2015-03-10 17:59:44 sendUrl INFO 7 [246] R:OK -2015-03-10 17:59:45 queue INFO 3 [247] -2015-03-10 17:59:45 queue INFO >3 [248] -2015-03-10 17:59:46 sendUrl INFO 3 [247] R:OK -2015-03-10 17:59:46 sendUrl INFO 3 [248] R:OK -2015-03-10 18:00:35 queue INFO >>3 [249] -2015-03-10 18:00:36 sendUrl INFO 3 [249] R:OK -2015-03-10 18:01:26 queue INFO >>3 [250] -2015-03-10 18:01:26 sendUrl INFO 3 [250] R:OK -2015-03-10 18:02:16 queue INFO >>3 [251] -2015-03-10 18:02:16 sendUrl INFO 3 [251] R:OK -2015-03-10 18:03:06 queue INFO >>3 [252] -2015-03-10 18:03:06 sendUrl INFO 3 [252] R:OK -2015-03-10 18:03:56 queue INFO >>3 [253] -2015-03-10 18:03:56 sendUrl INFO 3 [253] R:OK -2015-03-10 18:04:46 queue INFO >>3 [254] -2015-03-10 18:04:46 sendUrl INFO 3 [254] R:OK -2015-03-10 18:05:36 queue INFO >>3 [255] -2015-03-10 18:05:37 sendUrl INFO 3 [255] R:OK -2015-03-10 18:06:26 queue INFO >>3 [256] -2015-03-10 18:06:27 sendUrl INFO 3 [256] R:OK -2015-03-10 18:07:17 queue INFO >>3 [257] -2015-03-10 18:07:17 sendUrl INFO 3 [257] R:OK -2015-03-10 18:08:07 queue INFO >>3 [258] -2015-03-10 18:08:07 sendUrl INFO 3 [258] R:OK -2015-03-10 18:08:48 queue INFO 7 [259] -2015-03-10 18:08:48 queue INFO >7 [260] -2015-03-10 18:08:48 sendUrl INFO 7 [259] R:OK -2015-03-10 18:08:49 sendUrl INFO 7 [260] R:OK -2015-03-10 18:08:50 queue INFO 3 [261] -2015-03-10 18:08:50 queue INFO >3 [262] -2015-03-10 18:08:50 sendUrl INFO 3 [261] R:OK -2015-03-10 18:08:50 sendUrl INFO 3 [262] R:OK -2015-03-10 18:09:40 queue INFO >>3 [263] -2015-03-10 18:09:40 sendUrl INFO 3 [263] R:OK -2015-03-10 18:10:30 queue INFO >>3 [264] -2015-03-10 18:10:31 sendUrl INFO 3 [264] R:OK -2015-03-10 18:11:20 queue INFO >>3 [265] -2015-03-10 18:11:20 sendUrl INFO 3 [265] R:OK -2015-03-10 18:12:10 queue INFO >>3 [266] -2015-03-10 18:12:11 sendUrl INFO 3 [266] R:OK -2015-03-10 18:13:00 queue INFO >>3 [267] -2015-03-10 18:13:01 sendUrl INFO 3 [267] R:OK -2015-03-10 18:13:51 queue INFO >>3 [268] -2015-03-10 18:13:51 sendUrl INFO 3 [268] R:OK -2015-03-10 18:14:41 queue INFO >>3 [269] -2015-03-10 18:14:41 sendUrl INFO 3 [269] R:OK -2015-03-10 18:15:31 queue INFO >>3 [270] -2015-03-10 18:15:31 sendUrl INFO 3 [270] R:OK -2015-03-10 18:16:21 queue INFO >>3 [271] -2015-03-10 18:16:21 sendUrl INFO 3 [271] R:OK -2015-03-10 18:17:11 queue INFO >>3 [272] -2015-03-10 18:17:12 sendUrl INFO 3 [272] R:OK -2015-03-10 18:17:53 queue INFO 7 [273] -2015-03-10 18:17:53 queue INFO >7 [274] -2015-03-10 18:17:53 sendUrl INFO 7 [273] R:OK -2015-03-10 18:17:53 sendUrl INFO 7 [274] R:OK -2015-03-10 18:17:54 queue INFO 3 [275] -2015-03-10 18:17:54 queue INFO >3 [276] -2015-03-10 18:17:55 sendUrl INFO 3 [275] R:OK -2015-03-10 18:17:55 sendUrl INFO 3 [276] R:OK -2015-03-10 18:18:44 queue INFO >>3 [277] -2015-03-10 18:18:45 sendUrl INFO 3 [277] R:OK -2015-03-10 18:19:34 queue INFO >>3 [278] -2015-03-10 18:19:35 sendUrl INFO 3 [278] R:OK -2015-03-10 18:20:25 queue INFO >>3 [279] -2015-03-10 18:20:25 sendUrl INFO 3 [279] R:OK -2015-03-10 18:21:15 queue INFO >>3 [280] -2015-03-10 18:21:15 sendUrl INFO 3 [280] R:OK -2015-03-10 18:22:05 queue INFO >>3 [281] -2015-03-10 18:22:05 sendUrl INFO 3 [281] R:OK -2015-03-10 18:22:55 queue INFO >>3 [282] -2015-03-10 18:22:55 sendUrl INFO 3 [282] R:OK -2015-03-10 18:23:45 queue INFO >>3 [283] -2015-03-10 18:23:45 sendUrl INFO 3 [283] R:OK -2015-03-10 18:24:35 queue INFO >>3 [284] -2015-03-10 18:24:36 sendUrl INFO 3 [284] R:OK -2015-03-10 18:25:25 queue INFO >>3 [285] -2015-03-10 18:25:25 sendUrl INFO 3 [285] R:OK -2015-03-10 18:26:15 queue INFO >>3 [286] -2015-03-10 18:26:16 sendUrl INFO 3 [286] R:OK -2015-03-10 18:26:57 queue INFO 7 [287] -2015-03-10 18:26:57 queue INFO >7 [288] -2015-03-10 18:26:57 sendUrl INFO 7 [287] R:OK -2015-03-10 18:26:58 sendUrl INFO 7 [288] R:OK -2015-03-10 18:26:58 queue INFO 3 [289] -2015-03-10 18:26:59 queue INFO >3 [290] -2015-03-10 18:26:59 sendUrl INFO 3 [289] R:OK -2015-03-10 18:26:59 sendUrl INFO 3 [290] R:OK -2015-03-10 18:27:49 queue INFO >>3 [291] -2015-03-10 18:27:49 sendUrl INFO 3 [291] R:OK -2015-03-10 18:28:39 queue INFO >>3 [292] -2015-03-10 18:28:39 sendUrl INFO 3 [292] R:OK -2015-03-10 18:29:29 queue INFO >>3 [293] -2015-03-10 18:29:29 sendUrl INFO 3 [293] R:OK -2015-03-10 18:30:19 queue INFO >>3 [294] -2015-03-10 18:30:19 sendUrl INFO 3 [294] R:OK -2015-03-10 18:31:09 queue INFO >>3 [295] -2015-03-10 18:31:09 sendUrl INFO 3 [295] R:OK -2015-03-10 18:31:59 queue INFO >>3 [296] -2015-03-10 18:32:00 sendUrl INFO 3 [296] R:OK -2015-03-10 18:32:49 queue INFO >>3 [297] -2015-03-10 18:32:50 sendUrl INFO 3 [297] R:OK -2015-03-10 18:33:40 queue INFO >>3 [298] -2015-03-10 18:33:40 sendUrl INFO 3 [298] R:OK -2015-03-10 18:34:30 queue INFO >>3 [299] -2015-03-10 18:34:30 sendUrl INFO 3 [299] R:OK -2015-03-10 18:35:20 queue INFO >>3 [300] -2015-03-10 18:35:20 sendUrl INFO 3 [300] R:OK -2015-03-10 18:36:01 queue INFO 7 [301] -2015-03-10 18:36:01 queue INFO >7 [302] -2015-03-10 18:36:01 sendUrl INFO 7 [301] R:OK -2015-03-10 18:36:02 sendUrl INFO 7 [302] R:OK -2015-03-10 18:36:03 queue INFO 3 [303] -2015-03-10 18:36:03 sendUrl INFO 3 [303] R:OK -2015-03-10 18:36:03 queue INFO >3 [304] -2015-03-10 18:36:03 sendUrl INFO 3 [304] R:OK -2015-03-10 18:36:53 queue INFO >>3 [305] -2015-03-10 18:36:53 sendUrl INFO 3 [305] R:OK -2015-03-10 18:37:14 queue INFO 1 [306] -2015-03-10 18:37:14 queue INFO >1 [307] -2015-03-10 18:37:14 sendUrl INFO 1 [306] R:OK -2015-03-10 18:37:15 sendUrl INFO 1 [307] R:OK -2015-03-10 18:38:04 queue INFO >>1 [308] -2015-03-10 18:38:04 sendUrl INFO 1 [308] R:OK -2015-03-10 18:38:54 queue INFO >>1 [309] -2015-03-10 18:38:54 sendUrl INFO 1 [309] R:OK -2015-03-10 18:39:44 queue INFO >>1 [310] -2015-03-10 18:39:45 sendUrl INFO 1 [310] R:OK -2015-03-10 18:40:34 queue INFO >>1 [311] -2015-03-10 18:40:35 sendUrl INFO 1 [311] R:OK -2015-03-10 18:41:24 queue INFO >>1 [312] -2015-03-10 18:41:25 sendUrl INFO 1 [312] R:OK -2015-03-10 18:42:15 queue INFO >>1 [313] -2015-03-10 18:42:15 sendUrl INFO 1 [313] R:OK -2015-03-10 18:43:05 queue INFO >>1 [314] -2015-03-10 18:43:05 sendUrl INFO 1 [314] R:OK -2015-03-10 18:43:55 queue INFO >>1 [315] -2015-03-10 18:43:55 sendUrl INFO 1 [315] R:OK -2015-03-10 18:44:45 queue INFO >>1 [316] -2015-03-10 18:44:45 sendUrl INFO 1 [316] R:OK -2015-03-10 18:45:35 queue INFO >>1 [317] -2015-03-10 18:45:36 sendUrl INFO 1 [317] R:OK -2015-03-10 18:46:12 queue INFO 21 [318] -2015-03-10 18:46:12 queue INFO >21 [319] -2015-03-10 18:46:12 sendUrl INFO 21 [318] R:OK -2015-03-10 18:46:12 sendUrl INFO 21 [319] R:OK -2015-03-10 18:47:02 queue INFO >>21 [320] -2015-03-10 18:47:02 sendUrl INFO 21 [320] R:OK -2015-03-10 18:47:52 queue INFO >>21 [321] -2015-03-10 18:47:52 sendUrl INFO 21 [321] R:OK -2015-03-10 18:48:42 queue INFO >>21 [322] -2015-03-10 18:48:42 sendUrl INFO 21 [322] R:OK -2015-03-10 18:49:32 queue INFO >>21 [323] -2015-03-10 18:49:33 sendUrl INFO 21 [323] R:OK -2015-03-10 18:50:22 queue INFO >>21 [324] -2015-03-10 18:50:22 sendUrl INFO 21 [324] R:OK -2015-03-10 18:50:33 queue INFO 1 [325] -2015-03-10 18:50:34 queue INFO >1 [326] -2015-03-10 18:50:34 sendUrl INFO 1 [325] R:OK -2015-03-10 18:50:34 sendUrl INFO 1 [326] R:OK -2015-03-10 18:50:57 queue INFO 5 [327] -2015-03-10 18:50:57 queue INFO >5 [328] -2015-03-10 18:50:57 sendUrl INFO 5 [327] R:OK -2015-03-10 18:50:57 sendUrl INFO 5 [328] R:OK -2015-03-10 18:50:58 queue INFO 1 [329] -2015-03-10 18:50:58 queue INFO >1 [330] -2015-03-10 18:50:59 sendUrl INFO 1 [329] R:OK -2015-03-10 18:50:59 sendUrl INFO 1 [330] R:OK -2015-03-10 18:51:48 queue INFO >>1 [331] -2015-03-10 18:51:49 sendUrl INFO 1 [331] R:OK -2015-03-10 18:52:10 queue INFO 3 [332] -2015-03-10 18:52:11 queue INFO >3 [333] -2015-03-10 18:52:11 sendUrl INFO 3 [332] R:OK -2015-03-10 18:52:11 sendUrl INFO 3 [333] R:OK -2015-03-10 18:53:01 queue INFO >>3 [334] -2015-03-10 18:53:01 sendUrl INFO 3 [334] R:OK -2015-03-10 18:53:51 queue INFO >>3 [335] -2015-03-10 18:53:51 sendUrl INFO 3 [335] R:OK -2015-03-10 18:54:41 queue INFO >>3 [336] -2015-03-10 18:54:41 sendUrl INFO 3 [336] R:OK -2015-03-10 18:55:31 queue INFO >>3 [337] -2015-03-10 18:55:31 sendUrl INFO 3 [337] R:OK -2015-03-10 18:56:21 queue INFO >>3 [338] -2015-03-10 18:56:21 sendUrl INFO 3 [338] R:OK -2015-03-10 18:57:11 queue INFO >>3 [339] -2015-03-10 18:57:12 sendUrl INFO 3 [339] R:OK -2015-03-10 18:58:01 queue INFO >>3 [340] -2015-03-10 18:58:02 sendUrl INFO 3 [340] R:OK -2015-03-10 18:58:51 queue INFO >>3 [341] -2015-03-10 18:58:52 sendUrl INFO 3 [341] R:OK -2015-03-10 18:59:42 queue INFO >>3 [342] -2015-03-10 18:59:42 sendUrl INFO 3 [342] R:OK -2015-03-10 19:00:01 queue INFO 7 [343] -2015-03-10 19:00:01 queue INFO >7 [344] -2015-03-10 19:00:01 sendUrl INFO 7 [343] R:OK -2015-03-10 19:00:02 sendUrl INFO 7 [344] R:OK -2015-03-10 19:00:03 queue INFO 3 [345] -2015-03-10 19:00:03 sendUrl INFO 3 [345] R:OK -2015-03-10 19:00:03 queue INFO >3 [346] -2015-03-10 19:00:03 sendUrl INFO 3 [346] R:OK -2015-03-10 19:00:53 queue INFO >>3 [347] -2015-03-10 19:00:53 sendUrl INFO 3 [347] R:OK -2015-03-10 19:01:43 queue INFO >>3 [348] -2015-03-10 19:01:44 sendUrl INFO 3 [348] R:OK -2015-03-10 19:02:33 queue INFO >>3 [349] -2015-03-10 19:02:33 sendUrl INFO 3 [349] R:OK -2015-03-10 19:03:23 queue INFO >>3 [350] -2015-03-10 19:03:24 sendUrl INFO 3 [350] R:OK -2015-03-10 19:04:13 queue INFO >>3 [351] -2015-03-10 19:04:14 sendUrl INFO 3 [351] R:OK -2015-03-10 19:05:04 queue INFO >>3 [352] -2015-03-10 19:05:04 sendUrl INFO 3 [352] R:OK -2015-03-10 19:05:54 queue INFO >>3 [353] -2015-03-10 19:05:54 sendUrl INFO 3 [353] R:OK -2015-03-10 19:06:44 queue INFO >>3 [354] -2015-03-10 19:06:44 sendUrl INFO 3 [354] R:OK -2015-03-10 19:07:34 queue INFO >>3 [355] -2015-03-10 19:07:34 sendUrl INFO 3 [355] R:OK -2015-03-10 19:08:24 queue INFO >>3 [356] -2015-03-10 19:08:25 sendUrl INFO 3 [356] R:OK -2015-03-10 19:09:06 queue INFO 7 [357] -2015-03-10 19:09:06 queue INFO >7 [358] -2015-03-10 19:09:06 sendUrl INFO 7 [357] R:OK -2015-03-10 19:09:06 sendUrl INFO 7 [358] R:OK -2015-03-10 19:09:07 queue INFO 3 [359] -2015-03-10 19:09:07 queue INFO >3 [360] -2015-03-10 19:09:08 sendUrl INFO 3 [359] R:OK -2015-03-10 19:09:08 sendUrl INFO 3 [360] R:OK -2015-03-10 19:09:57 queue INFO >>3 [361] -2015-03-10 19:09:58 sendUrl INFO 3 [361] R:OK -2015-03-10 19:10:47 queue INFO >>3 [362] -2015-03-10 19:10:48 sendUrl INFO 3 [362] R:OK -2015-03-10 19:11:38 queue INFO >>3 [363] -2015-03-10 19:11:38 sendUrl INFO 3 [363] R:OK -2015-03-10 19:12:28 queue INFO >>3 [364] -2015-03-10 19:12:28 sendUrl INFO 3 [364] R:OK -2015-03-10 19:13:18 queue INFO >>3 [365] -2015-03-10 19:13:18 sendUrl INFO 3 [365] R:OK -2015-03-10 19:14:08 queue INFO >>3 [366] -2015-03-10 19:14:08 sendUrl INFO 3 [366] R:OK -2015-03-10 19:14:58 queue INFO >>3 [367] -2015-03-10 19:14:59 sendUrl INFO 3 [367] R:OK -2015-03-10 19:15:48 queue INFO >>3 [368] -2015-03-10 19:15:49 sendUrl INFO 3 [368] R:OK -2015-03-10 19:16:39 queue INFO >>3 [369] -2015-03-10 19:16:39 sendUrl INFO 3 [369] R:OK -2015-03-10 19:17:29 queue INFO >>3 [370] -2015-03-10 19:17:29 sendUrl INFO 3 [370] R:OK -2015-03-10 19:18:10 queue INFO 7 [371] -2015-03-10 19:18:10 queue INFO >7 [372] -2015-03-10 19:18:11 sendUrl INFO 7 [371] R:OK -2015-03-10 19:18:11 sendUrl INFO 7 [372] R:OK -2015-03-10 19:18:12 queue INFO 3 [373] -2015-03-10 19:18:12 queue INFO >3 [374] -2015-03-10 19:18:12 sendUrl INFO 3 [373] R:OK -2015-03-10 19:18:13 sendUrl INFO 3 [374] R:OK -2015-03-10 19:19:02 queue INFO >>3 [375] -2015-03-10 19:19:02 sendUrl INFO 3 [375] R:OK -2015-03-10 19:19:52 queue INFO >>3 [376] -2015-03-10 19:19:52 sendUrl INFO 3 [376] R:OK -2015-03-10 19:20:42 queue INFO >>3 [377] -2015-03-10 19:20:43 sendUrl INFO 3 [377] R:OK -2015-03-10 19:21:32 queue INFO >>3 [378] -2015-03-10 19:21:32 sendUrl INFO 3 [378] R:OK -2015-03-10 19:22:22 queue INFO >>3 [379] -2015-03-10 19:22:23 sendUrl INFO 3 [379] R:OK -2015-03-10 19:23:13 queue INFO >>3 [380] -2015-03-10 19:23:13 sendUrl INFO 3 [380] R:OK -2015-03-10 19:24:03 queue INFO >>3 [381] -2015-03-10 19:24:03 sendUrl INFO 3 [381] R:OK -2015-03-10 19:24:53 queue INFO >>3 [382] -2015-03-10 19:24:53 sendUrl INFO 3 [382] R:OK -2015-03-10 19:25:43 queue INFO >>3 [383] -2015-03-10 19:25:44 sendUrl INFO 3 [383] R:OK -2015-03-10 19:26:33 queue INFO >>3 [384] -2015-03-10 19:26:33 sendUrl INFO 3 [384] R:OK -2015-03-10 19:27:14 queue INFO 7 [385] -2015-03-10 19:27:14 queue INFO >7 [386] -2015-03-10 19:27:15 sendUrl INFO 7 [385] R:OK -2015-03-10 19:27:15 sendUrl INFO 7 [386] R:OK -2015-03-10 19:27:16 queue INFO 3 [387] -2015-03-10 19:27:16 queue INFO >3 [388] -2015-03-10 19:27:16 sendUrl INFO 3 [387] R:OK -2015-03-10 19:27:17 sendUrl INFO 3 [388] R:OK -2015-03-10 19:28:06 queue INFO >>3 [389] -2015-03-10 19:28:07 sendUrl INFO 3 [389] R:OK -2015-03-10 19:28:56 queue INFO >>3 [390] -2015-03-10 19:28:56 sendUrl INFO 3 [390] R:OK -2015-03-10 19:29:46 queue INFO >>3 [391] -2015-03-10 19:29:47 sendUrl INFO 3 [391] R:OK -2015-03-10 19:30:36 queue INFO >>3 [392] -2015-03-10 19:30:37 sendUrl INFO 3 [392] R:OK -2015-03-10 19:31:27 queue INFO >>3 [393] -2015-03-10 19:31:27 sendUrl INFO 3 [393] R:OK -2015-03-10 19:32:17 queue INFO >>3 [394] -2015-03-10 19:32:17 sendUrl INFO 3 [394] R:OK -2015-03-10 19:33:07 queue INFO >>3 [395] -2015-03-10 19:33:08 sendUrl INFO 3 [395] R:OK -2015-03-10 19:33:57 queue INFO >>3 [396] -2015-03-10 19:33:57 sendUrl INFO 3 [396] R:OK -2015-03-10 19:34:47 queue INFO >>3 [397] -2015-03-10 19:34:48 sendUrl INFO 3 [397] R:OK -2015-03-10 19:35:37 queue INFO >>3 [398] -2015-03-10 19:35:38 sendUrl INFO 3 [398] R:OK -2015-03-10 19:36:19 queue INFO 7 [399] -2015-03-10 19:36:19 queue INFO >7 [400] -2015-03-10 19:36:19 sendUrl INFO 7 [399] R:OK -2015-03-10 19:36:19 sendUrl INFO 7 [400] R:OK -2015-03-10 19:36:20 queue INFO 3 [401] -2015-03-10 19:36:20 sendUrl INFO 3 [401] R:OK -2015-03-10 19:36:20 queue INFO >3 [402] -2015-03-10 19:36:21 sendUrl INFO 3 [402] R:OK -2015-03-10 19:37:10 queue INFO >>3 [403] -2015-03-10 19:37:11 sendUrl INFO 3 [403] R:OK -2015-03-10 19:38:00 queue INFO >>3 [404] -2015-03-10 19:38:01 sendUrl INFO 3 [404] R:OK -2015-03-10 19:38:51 queue INFO >>3 [405] -2015-03-10 19:38:51 sendUrl INFO 3 [405] R:OK -2015-03-10 19:39:41 queue INFO >>3 [406] -2015-03-10 19:39:41 sendUrl INFO 3 [406] R:OK -2015-03-10 19:40:31 queue INFO >>3 [407] -2015-03-10 19:40:31 sendUrl INFO 3 [407] R:OK -2015-03-10 19:41:21 queue INFO >>3 [408] -2015-03-10 19:41:21 sendUrl INFO 3 [408] R:OK -2015-03-10 19:42:11 queue INFO >>3 [409] -2015-03-10 19:42:12 sendUrl INFO 3 [409] R:OK -2015-03-10 19:43:01 queue INFO >>3 [410] -2015-03-10 19:43:02 sendUrl INFO 3 [410] R:OK -2015-03-10 19:43:52 queue INFO >>3 [411] -2015-03-10 19:43:52 sendUrl INFO 3 [411] R:OK -2015-03-10 19:44:42 queue INFO >>3 [412] -2015-03-10 19:44:42 sendUrl INFO 3 [412] R:OK -2015-03-10 19:45:01 queue INFO 1 [413] -2015-03-10 19:45:01 queue INFO >1 [414] -2015-03-10 19:45:01 sendUrl INFO 1 [413] R:OK -2015-03-10 19:45:02 sendUrl INFO 1 [414] R:OK -2015-03-10 19:45:20 queue INFO 21 [415] -2015-03-10 19:45:20 queue INFO >21 [416] -2015-03-10 19:45:20 sendUrl INFO 21 [415] R:OK -2015-03-10 19:45:20 sendUrl INFO 21 [416] R:OK -2015-03-10 19:45:31 queue INFO 1 [417] -2015-03-10 19:45:31 queue INFO >1 [418] -2015-03-10 19:45:31 sendUrl INFO 1 [417] R:OK -2015-03-10 19:45:32 sendUrl INFO 1 [418] R:OK -2015-03-10 19:45:52 queue INFO 5 [419] -2015-03-10 19:45:53 queue INFO >5 [420] -2015-03-10 19:45:53 sendUrl INFO 5 [419] R:OK -2015-03-10 19:45:53 sendUrl INFO 5 [420] R:OK -2015-03-10 19:45:54 queue INFO 1 [421] -2015-03-10 19:45:54 queue INFO >1 [422] -2015-03-10 19:45:54 sendUrl INFO 1 [421] R:OK -2015-03-10 19:45:55 sendUrl INFO 1 [422] R:OK -2015-03-10 19:46:44 queue INFO >>1 [423] -2015-03-10 19:46:44 sendUrl INFO 1 [423] R:OK -2015-03-10 19:47:06 queue INFO 3 [424] -2015-03-10 19:47:06 queue INFO >3 [425] -2015-03-10 19:47:07 sendUrl INFO 3 [424] R:OK -2015-03-10 19:47:07 sendUrl INFO 3 [425] R:OK -2015-03-10 19:47:56 queue INFO >>3 [426] -2015-03-10 19:47:56 sendUrl INFO 3 [426] R:OK -2015-03-10 19:48:46 queue INFO >>3 [427] -2015-03-10 19:48:47 sendUrl INFO 3 [427] R:OK -2015-03-10 19:49:37 queue INFO >>3 [428] -2015-03-10 19:49:37 sendUrl INFO 3 [428] R:OK -2015-03-10 19:50:27 queue INFO >>3 [429] -2015-03-10 19:50:27 sendUrl INFO 3 [429] R:OK -2015-03-10 19:51:17 queue INFO >>3 [430] -2015-03-10 19:51:17 sendUrl INFO 3 [430] R:OK -2015-03-10 19:52:07 queue INFO >>3 [431] -2015-03-10 19:52:08 sendUrl INFO 3 [431] R:OK -2015-03-10 19:52:57 queue INFO >>3 [432] -2015-03-10 19:52:57 sendUrl INFO 3 [432] R:OK -2015-03-10 19:53:47 queue INFO >>3 [433] -2015-03-10 19:53:48 sendUrl INFO 3 [433] R:OK -2015-03-10 19:54:38 queue INFO >>3 [434] -2015-03-10 19:54:38 sendUrl INFO 3 [434] R:OK -2015-03-10 19:54:57 queue INFO 7 [435] -2015-03-10 19:54:57 queue INFO >7 [436] -2015-03-10 19:54:57 sendUrl INFO 7 [435] R:OK -2015-03-10 19:54:58 sendUrl INFO 7 [436] R:OK -2015-03-10 19:54:58 queue INFO 3 [437] -2015-03-10 19:54:59 queue INFO >3 [438] -2015-03-10 19:54:59 sendUrl INFO 3 [437] R:OK -2015-03-10 19:54:59 sendUrl INFO 3 [438] R:OK -2015-03-10 19:55:49 queue INFO >>3 [439] -2015-03-10 19:55:49 sendUrl INFO 3 [439] R:OK -2015-03-10 19:56:39 queue INFO >>3 [440] -2015-03-10 19:56:39 sendUrl INFO 3 [440] R:OK -2015-03-10 19:57:29 queue INFO >>3 [441] -2015-03-10 19:57:29 sendUrl INFO 3 [441] R:OK -2015-03-10 19:58:19 queue INFO >>3 [442] -2015-03-10 19:58:19 sendUrl INFO 3 [442] R:OK -2015-03-10 19:59:09 queue INFO >>3 [443] -2015-03-10 19:59:09 sendUrl INFO 3 [443] R:OK -2015-03-10 19:59:59 queue INFO >>3 [444] -2015-03-10 20:00:00 sendUrl INFO 3 [444] R:OK -2015-03-10 20:00:49 queue INFO >>3 [445] -2015-03-10 20:00:50 sendUrl INFO 3 [445] R:OK -2015-03-10 20:01:40 queue INFO >>3 [446] -2015-03-10 20:01:40 sendUrl INFO 3 [446] R:OK -2015-03-10 20:02:30 queue INFO >>3 [447] -2015-03-10 20:02:30 sendUrl INFO 3 [447] R:OK -2015-03-10 20:03:20 queue INFO >>3 [448] -2015-03-10 20:03:20 sendUrl INFO 3 [448] R:OK -2015-03-10 20:04:01 queue INFO 7 [449] -2015-03-10 20:04:02 queue INFO >7 [450] -2015-03-10 20:04:02 sendUrl INFO 7 [449] R:OK -2015-03-10 20:04:02 sendUrl INFO 7 [450] R:OK -2015-03-10 20:04:03 queue INFO 3 [451] -2015-03-10 20:04:03 queue INFO >3 [452] -2015-03-10 20:04:03 sendUrl INFO 3 [451] R:OK -2015-03-10 20:04:04 sendUrl INFO 3 [452] R:OK -2015-03-10 20:04:53 queue INFO >>3 [453] -2015-03-10 20:04:53 sendUrl INFO 3 [453] R:OK -2015-03-10 20:05:43 queue INFO >>3 [454] -2015-03-10 20:05:44 sendUrl INFO 3 [454] R:OK -2015-03-10 20:06:33 queue INFO >>3 [455] -2015-03-10 20:06:34 sendUrl INFO 3 [455] R:OK -2015-03-10 20:07:23 queue INFO >>3 [456] -2015-03-10 20:07:24 sendUrl INFO 3 [456] R:OK -2015-03-10 20:08:14 queue INFO >>3 [457] -2015-03-10 20:08:14 sendUrl INFO 3 [457] R:OK -2015-03-10 20:09:04 queue INFO >>3 [458] -2015-03-10 20:09:04 sendUrl INFO 3 [458] R:OK -2015-03-10 20:09:54 queue INFO >>3 [459] -2015-03-10 20:09:54 sendUrl INFO 3 [459] R:OK -2015-03-10 20:10:44 queue INFO >>3 [460] -2015-03-10 20:10:45 sendUrl INFO 3 [460] R:OK -2015-03-10 20:11:34 queue INFO >>3 [461] -2015-03-10 20:11:34 sendUrl INFO 3 [461] R:OK -2015-03-10 20:12:24 queue INFO >>3 [462] -2015-03-10 20:12:25 sendUrl INFO 3 [462] R:OK -2015-03-10 20:13:06 queue INFO 7 [463] -2015-03-10 20:13:06 queue INFO >7 [464] -2015-03-10 20:13:06 sendUrl INFO 7 [463] R:OK -2015-03-10 20:13:06 sendUrl INFO 7 [464] R:OK -2015-03-10 20:13:07 queue INFO 3 [465] -2015-03-10 20:13:08 sendUrl INFO 3 [465] R:OK -2015-03-10 20:13:08 queue INFO >3 [466] -2015-03-10 20:13:08 sendUrl INFO 3 [466] R:OK -2015-03-10 20:13:57 queue INFO >>3 [467] -2015-03-10 20:13:58 sendUrl INFO 3 [467] R:OK -2015-03-10 20:14:48 queue INFO >>3 [468] -2015-03-10 20:14:48 sendUrl INFO 3 [468] R:OK -2015-03-10 20:15:38 queue INFO >>3 [469] -2015-03-10 20:15:38 sendUrl INFO 3 [469] R:OK -2015-03-10 20:16:28 queue INFO >>3 [470] -2015-03-10 20:16:28 sendUrl INFO 3 [470] R:OK -2015-03-10 20:17:18 queue INFO >>3 [471] -2015-03-10 20:17:19 sendUrl INFO 3 [471] R:OK -2015-03-10 20:18:08 queue INFO >>3 [472] -2015-03-10 20:18:08 sendUrl INFO 3 [472] R:OK -2015-03-10 20:18:58 queue INFO >>3 [473] -2015-03-10 20:18:59 sendUrl INFO 3 [473] R:OK -2015-03-10 20:19:49 queue INFO >>3 [474] -2015-03-10 20:19:49 sendUrl INFO 3 [474] R:OK -2015-03-10 20:20:39 queue INFO >>3 [475] -2015-03-10 20:20:39 sendUrl INFO 3 [475] R:OK -2015-03-10 20:21:29 queue INFO >>3 [476] -2015-03-10 20:21:29 sendUrl INFO 3 [476] R:OK -2015-03-10 20:22:10 queue INFO 7 [477] -2015-03-10 20:22:10 sendUrl INFO 7 [477] R:OK -2015-03-10 20:22:10 queue INFO >7 [478] -2015-03-10 20:22:11 sendUrl INFO 7 [478] R:OK -2015-03-10 20:22:11 queue INFO 3 [479] -2015-03-10 20:22:12 queue INFO >3 [480] -2015-03-10 20:22:12 sendUrl INFO 3 [479] R:OK -2015-03-10 20:22:12 sendUrl INFO 3 [480] R:OK -2015-03-10 20:23:02 queue INFO >>3 [481] -2015-03-10 20:23:02 sendUrl INFO 3 [481] R:OK -2015-03-10 20:23:52 queue INFO >>3 [482] -2015-03-10 20:23:52 sendUrl INFO 3 [482] R:OK -2015-03-10 20:24:42 queue INFO >>3 [483] -2015-03-10 20:24:42 sendUrl INFO 3 [483] R:OK -2015-03-10 20:25:32 queue INFO >>3 [484] -2015-03-10 20:25:32 sendUrl INFO 3 [484] R:OK -2015-03-10 20:26:22 queue INFO >>3 [485] -2015-03-10 20:26:22 sendUrl INFO 3 [485] R:OK -2015-03-10 20:27:12 queue INFO >>3 [486] -2015-03-10 20:27:13 sendUrl INFO 3 [486] R:OK -2015-03-10 20:28:02 queue INFO >>3 [487] -2015-03-10 20:28:03 sendUrl INFO 3 [487] R:OK -2015-03-10 20:28:53 queue INFO >>3 [488] -2015-03-10 20:28:53 sendUrl INFO 3 [488] R:OK -2015-03-10 20:29:43 queue INFO >>3 [489] -2015-03-10 20:29:43 sendUrl INFO 3 [489] R:OK -2015-03-10 20:30:33 queue INFO >>3 [490] -2015-03-10 20:30:33 sendUrl INFO 3 [490] R:OK -2015-03-10 20:31:14 queue INFO 7 [491] -2015-03-10 20:31:14 queue INFO >7 [492] -2015-03-10 20:31:15 sendUrl INFO 7 [491] R:OK -2015-03-10 20:31:15 sendUrl INFO 7 [492] R:OK -2015-03-10 20:31:16 queue INFO 3 [493] -2015-03-10 20:31:16 queue INFO >3 [494] -2015-03-10 20:31:16 sendUrl INFO 3 [493] R:OK -2015-03-10 20:31:17 sendUrl INFO 3 [494] R:OK -2015-03-10 20:32:06 queue INFO >>3 [495] -2015-03-10 20:32:06 sendUrl INFO 3 [495] R:OK -2015-03-10 20:32:56 queue INFO >>3 [496] -2015-03-10 20:32:56 sendUrl INFO 3 [496] R:OK -2015-03-10 20:33:46 queue INFO >>3 [497] -2015-03-10 20:33:46 sendUrl INFO 3 [497] R:OK -2015-03-10 20:34:36 queue INFO >>3 [498] -2015-03-10 20:34:37 sendUrl INFO 3 [498] R:OK -2015-03-10 20:35:26 queue INFO >>3 [499] -2015-03-10 20:35:27 sendUrl INFO 3 [499] R:OK -2015-03-10 20:36:17 queue INFO >>3 [500] -2015-03-10 20:36:17 sendUrl INFO 3 [500] R:OK -2015-03-10 20:37:07 queue INFO >>3 [501] -2015-03-10 20:37:07 sendUrl INFO 3 [501] R:OK -2015-03-10 20:37:57 queue INFO >>3 [502] -2015-03-10 20:37:57 sendUrl INFO 3 [502] R:OK -2015-03-10 20:38:47 queue INFO >>3 [503] -2015-03-10 20:38:47 sendUrl INFO 3 [503] R:OK -2015-03-10 20:39:37 queue INFO >>3 [504] -2015-03-10 20:39:38 sendUrl INFO 3 [504] R:OK -2015-03-10 20:40:19 queue INFO 7 [505] -2015-03-10 20:40:20 queue INFO >7 [506] -2015-03-10 20:40:20 sendUrl INFO 7 [505] R:OK -2015-03-10 20:40:20 sendUrl INFO 7 [506] R:OK -2015-03-10 20:40:21 queue INFO 3 [507] -2015-03-10 20:40:21 queue INFO >3 [508] -2015-03-10 20:40:21 sendUrl INFO 3 [507] R:OK -2015-03-10 20:40:22 sendUrl INFO 3 [508] R:OK -2015-03-10 20:41:11 queue INFO >>3 [509] -2015-03-10 20:41:11 sendUrl INFO 3 [509] R:OK -2015-03-10 20:42:01 queue INFO >>3 [510] -2015-03-10 20:42:02 sendUrl INFO 3 [510] R:OK -2015-03-10 20:42:51 queue INFO >>3 [511] -2015-03-10 20:42:52 sendUrl INFO 3 [511] R:OK -2015-03-10 20:43:42 queue INFO >>3 [512] -2015-03-10 20:43:42 sendUrl INFO 3 [512] R:OK -2015-03-10 20:44:32 queue INFO >>3 [513] -2015-03-10 20:44:32 sendUrl INFO 3 [513] R:OK -2015-03-10 20:45:22 queue INFO >>3 [514] -2015-03-10 20:45:22 sendUrl INFO 3 [514] R:OK -2015-03-10 20:46:12 queue INFO >>3 [515] -2015-03-10 20:46:12 sendUrl INFO 3 [515] R:OK -2015-03-10 20:47:02 queue INFO >>3 [516] -2015-03-10 20:47:03 sendUrl INFO 3 [516] R:OK -2015-03-10 20:47:52 queue INFO >>3 [517] -2015-03-10 20:47:52 sendUrl INFO 3 [517] R:OK -2015-03-10 20:48:42 queue INFO >>3 [518] -2015-03-10 20:48:43 sendUrl INFO 3 [518] R:OK -2015-03-10 20:49:24 queue INFO 7 [519] -2015-03-10 20:49:24 sendUrl INFO 7 [519] R:OK -2015-03-10 20:49:24 queue INFO >7 [520] -2015-03-10 20:49:24 sendUrl INFO 7 [520] R:OK -2015-03-10 20:49:25 queue INFO 3 [521] -2015-03-10 20:49:26 queue INFO >3 [522] -2015-03-10 20:49:26 sendUrl INFO 3 [521] R:OK -2015-03-10 20:49:26 sendUrl INFO 3 [522] R:OK -2015-03-10 20:50:16 queue INFO >>3 [523] -2015-03-10 20:50:16 sendUrl INFO 3 [523] R:OK -2015-03-10 20:51:06 queue INFO >>3 [524] -2015-03-10 20:51:06 sendUrl INFO 3 [524] R:OK -2015-03-10 20:51:56 queue INFO >>3 [525] -2015-03-10 20:51:56 sendUrl INFO 3 [525] R:OK -2015-03-10 20:52:46 queue INFO >>3 [526] -2015-03-10 20:52:46 sendUrl INFO 3 [526] R:OK -2015-03-10 20:53:36 queue INFO >>3 [527] -2015-03-10 20:53:37 sendUrl INFO 3 [527] R:OK -2015-03-10 20:54:26 queue INFO >>3 [528] -2015-03-10 20:54:26 sendUrl INFO 3 [528] R:OK -2015-03-10 20:55:16 queue INFO >>3 [529] -2015-03-10 20:55:17 sendUrl INFO 3 [529] R:OK -2015-03-10 20:56:07 queue INFO >>3 [530] -2015-03-10 20:56:07 sendUrl INFO 3 [530] R:OK -2015-03-10 20:56:57 queue INFO >>3 [531] -2015-03-10 20:56:57 sendUrl INFO 3 [531] R:OK -2015-03-10 20:57:47 queue INFO >>3 [532] -2015-03-10 20:57:47 sendUrl INFO 3 [532] R:OK -2015-03-10 20:58:28 queue INFO 7 [533] -2015-03-10 20:58:28 queue INFO >7 [534] -2015-03-10 20:58:29 sendUrl INFO 7 [533] R:OK -2015-03-10 20:58:29 sendUrl INFO 7 [534] R:OK -2015-03-10 20:58:30 queue INFO 3 [535] -2015-03-10 20:58:30 queue INFO >3 [536] -2015-03-10 20:58:30 sendUrl INFO 3 [535] R:OK -2015-03-10 20:58:31 sendUrl INFO 3 [536] R:OK -2015-03-10 20:59:20 queue INFO >>3 [537] -2015-03-10 20:59:20 sendUrl INFO 3 [537] R:OK -2015-03-10 21:00:10 queue INFO >>3 [538] -2015-03-10 21:00:10 sendUrl INFO 3 [538] R:OK -2015-03-10 21:01:00 queue INFO >>3 [539] -2015-03-10 21:01:01 sendUrl INFO 3 [539] R:OK -2015-03-10 21:01:50 queue INFO >>3 [540] -2015-03-10 21:01:51 sendUrl INFO 3 [540] R:OK -2015-03-10 21:02:41 queue INFO >>3 [541] -2015-03-10 21:02:41 sendUrl INFO 3 [541] R:OK -2015-03-10 21:03:31 queue INFO >>3 [542] -2015-03-10 21:03:31 sendUrl INFO 3 [542] R:OK -2015-03-10 21:04:21 queue INFO >>3 [543] -2015-03-10 21:04:21 sendUrl INFO 3 [543] R:OK -2015-03-10 21:05:11 queue INFO >>3 [544] -2015-03-10 21:05:11 sendUrl INFO 3 [544] R:OK -2015-03-10 21:06:01 queue INFO >>3 [545] -2015-03-10 21:06:02 sendUrl INFO 3 [545] R:OK -2015-03-10 21:06:51 queue INFO >>3 [546] -2015-03-10 21:06:52 sendUrl INFO 3 [546] R:OK -2015-03-10 21:07:33 queue INFO 7 [547] -2015-03-10 21:07:33 queue INFO >7 [548] -2015-03-10 21:07:33 sendUrl INFO 7 [547] R:OK -2015-03-10 21:07:33 sendUrl INFO 7 [548] R:OK -2015-03-10 21:07:34 queue INFO 3 [549] -2015-03-10 21:07:34 sendUrl INFO 3 [549] R:OK -2015-03-10 21:07:34 queue INFO >3 [550] -2015-03-10 21:07:35 sendUrl INFO 3 [550] R:OK -2015-03-10 21:08:24 queue INFO >>3 [551] -2015-03-10 21:08:25 sendUrl INFO 3 [551] R:OK -2015-03-10 21:09:14 queue INFO >>3 [552] -2015-03-10 21:09:15 sendUrl INFO 3 [552] R:OK -2015-03-10 21:10:05 queue INFO >>3 [553] -2015-03-10 21:10:05 sendUrl INFO 3 [553] R:OK -2015-03-10 21:10:55 queue INFO >>3 [554] -2015-03-10 21:10:55 sendUrl INFO 3 [554] R:OK -2015-03-10 21:11:45 queue INFO >>3 [555] -2015-03-10 21:11:45 sendUrl INFO 3 [555] R:OK -2015-03-10 21:12:35 queue INFO >>3 [556] -2015-03-10 21:12:35 sendUrl INFO 3 [556] R:OK -2015-03-10 21:13:25 queue INFO >>3 [557] -2015-03-10 21:13:26 sendUrl INFO 3 [557] R:OK -2015-03-10 21:14:15 queue INFO >>3 [558] -2015-03-10 21:14:16 sendUrl INFO 3 [558] R:OK -2015-03-10 21:15:05 queue INFO >>3 [559] -2015-03-10 21:15:06 sendUrl INFO 3 [559] R:OK -2015-03-10 21:15:56 queue INFO >>3 [560] -2015-03-10 21:15:56 sendUrl INFO 3 [560] R:OK -2015-03-10 21:16:37 queue INFO 7 [561] -2015-03-10 21:16:37 queue INFO >7 [562] -2015-03-10 21:16:37 sendUrl INFO 7 [561] R:OK -2015-03-10 21:16:38 sendUrl INFO 7 [562] R:OK -2015-03-10 21:16:38 queue INFO 3 [563] -2015-03-10 21:16:39 queue INFO >3 [564] -2015-03-10 21:16:39 sendUrl INFO 3 [563] R:OK -2015-03-10 21:16:39 sendUrl INFO 3 [564] R:OK -2015-03-10 21:17:29 queue INFO >>3 [565] -2015-03-10 21:17:29 sendUrl INFO 3 [565] R:OK -2015-03-10 21:18:19 queue INFO >>3 [566] -2015-03-10 21:18:19 sendUrl INFO 3 [566] R:OK -2015-03-10 21:19:09 queue INFO >>3 [567] -2015-03-10 21:19:09 sendUrl INFO 3 [567] R:OK -2015-03-10 21:19:59 queue INFO >>3 [568] -2015-03-10 21:19:59 sendUrl INFO 3 [568] R:OK -2015-03-10 21:20:49 queue INFO >>3 [569] -2015-03-10 21:20:50 sendUrl INFO 3 [569] R:OK -2015-03-10 21:21:39 queue INFO >>3 [570] -2015-03-10 21:21:40 sendUrl INFO 3 [570] R:OK -2015-03-10 21:22:29 queue INFO >>3 [571] -2015-03-10 21:22:30 sendUrl INFO 3 [571] R:OK -2015-03-10 21:23:20 queue INFO >>3 [572] -2015-03-10 21:23:20 sendUrl INFO 3 [572] R:OK -2015-03-10 21:24:10 queue INFO >>3 [573] -2015-03-10 21:24:10 sendUrl INFO 3 [573] R:OK -2015-03-10 21:25:00 queue INFO >>3 [574] -2015-03-10 21:25:00 sendUrl INFO 3 [574] R:OK -2015-03-10 21:25:41 queue INFO 7 [575] -2015-03-10 21:25:41 queue INFO >7 [576] -2015-03-10 21:25:41 sendUrl INFO 7 [575] R:OK -2015-03-10 21:25:42 sendUrl INFO 7 [576] R:OK -2015-03-10 21:25:43 queue INFO 3 [577] -2015-03-10 21:25:43 queue INFO >3 [578] -2015-03-10 21:25:43 sendUrl INFO 3 [577] R:OK -2015-03-10 21:25:43 sendUrl INFO 3 [578] R:OK -2015-03-10 21:26:33 queue INFO >>3 [579] -2015-03-10 21:26:33 sendUrl INFO 3 [579] R:OK -2015-03-10 21:27:23 queue INFO >>3 [580] -2015-03-10 21:27:23 sendUrl INFO 3 [580] R:OK -2015-03-10 21:28:13 queue INFO >>3 [581] -2015-03-10 21:28:13 sendUrl INFO 3 [581] R:OK -2015-03-10 21:29:03 queue INFO >>3 [582] -2015-03-10 21:29:04 sendUrl INFO 3 [582] R:OK -2015-03-10 21:29:53 queue INFO >>3 [583] -2015-03-10 21:29:54 sendUrl INFO 3 [583] R:OK -2015-03-10 21:30:44 queue INFO >>3 [584] -2015-03-10 21:30:44 sendUrl INFO 3 [584] R:OK -2015-03-10 21:31:34 queue INFO >>3 [585] -2015-03-10 21:31:34 sendUrl INFO 3 [585] R:OK -2015-03-10 21:32:24 queue INFO >>3 [586] -2015-03-10 21:32:24 sendUrl INFO 3 [586] R:OK -2015-03-10 21:33:14 queue INFO >>3 [587] -2015-03-10 21:33:14 sendUrl INFO 3 [587] R:OK -2015-03-10 21:34:04 queue INFO >>3 [588] -2015-03-10 21:34:04 sendUrl INFO 3 [588] R:OK -2015-03-10 21:34:46 queue INFO 7 [589] -2015-03-10 21:34:46 queue INFO >7 [590] -2015-03-10 21:34:47 sendUrl INFO 7 [589] R:OK -2015-03-10 21:34:47 sendUrl INFO 7 [590] R:OK -2015-03-10 21:34:48 queue INFO 3 [591] -2015-03-10 21:34:48 queue INFO >3 [592] -2015-03-10 21:34:48 sendUrl INFO 3 [591] R:OK -2015-03-10 21:34:49 sendUrl INFO 3 [592] R:OK -2015-03-10 21:34:58 queue INFO 21 [593] -2015-03-10 21:34:58 sendUrl INFO 21 [593] R:OK -2015-03-10 21:34:58 queue INFO >21 [594] -2015-03-10 21:34:58 sendUrl INFO 21 [594] R:OK -2015-03-10 21:35:48 queue INFO >>21 [595] -2015-03-10 21:35:48 sendUrl INFO 21 [595] R:OK -2015-03-10 21:36:38 queue INFO >>21 [596] -2015-03-10 21:36:38 sendUrl INFO 21 [596] R:OK -2015-03-10 21:37:28 queue INFO >>21 [597] -2015-03-10 21:37:28 sendUrl INFO 21 [597] R:OK -2015-03-10 21:38:18 queue INFO >>21 [598] -2015-03-10 21:38:18 sendUrl INFO 21 [598] R:OK -2015-03-10 21:39:08 queue INFO >>21 [599] -2015-03-10 21:39:09 sendUrl INFO 21 [599] R:OK -2015-03-10 21:39:58 queue INFO >>21 [600] -2015-03-10 21:39:59 sendUrl INFO 21 [600] R:OK -2015-03-10 21:40:49 queue INFO >>21 [601] -2015-03-10 21:40:49 sendUrl INFO 21 [601] R:OK -2015-03-10 21:41:29 queue INFO 1 [602] -2015-03-10 21:41:30 queue INFO >1 [603] -2015-03-10 21:41:30 sendUrl INFO 1 [602] R:OK -2015-03-10 21:41:30 sendUrl INFO 1 [603] R:OK -2015-03-10 21:41:56 queue INFO 3 [604] -2015-03-10 21:41:56 queue INFO >3 [605] -2015-03-10 21:41:56 sendUrl INFO 3 [604] R:OK -2015-03-10 21:41:57 sendUrl INFO 3 [605] R:OK -2015-03-10 21:42:46 queue INFO >>3 [606] -2015-03-10 21:42:47 sendUrl INFO 3 [606] R:OK -2015-03-10 21:43:37 queue INFO >>3 [607] -2015-03-10 21:43:37 sendUrl INFO 3 [607] R:OK -2015-03-10 21:44:27 queue INFO >>3 [608] -2015-03-10 21:44:27 sendUrl INFO 3 [608] R:OK -2015-03-10 21:45:17 queue INFO >>3 [609] -2015-03-10 21:45:17 sendUrl INFO 3 [609] R:OK -2015-03-10 21:46:07 queue INFO >>3 [610] -2015-03-10 21:46:08 sendUrl INFO 3 [610] R:OK -2015-03-10 21:46:57 queue INFO >>3 [611] -2015-03-10 21:46:57 sendUrl INFO 3 [611] R:OK -2015-03-10 21:47:47 queue INFO >>3 [612] -2015-03-10 21:47:48 sendUrl INFO 3 [612] R:OK -2015-03-10 21:48:37 queue INFO >>3 [613] -2015-03-10 21:48:38 sendUrl INFO 3 [613] R:OK -2015-03-10 21:49:28 queue INFO >>3 [614] -2015-03-10 21:49:28 sendUrl INFO 3 [614] R:OK -2015-03-10 21:49:47 queue INFO 7 [615] -2015-03-10 21:49:47 queue INFO >7 [616] -2015-03-10 21:49:48 sendUrl INFO 7 [615] R:OK -2015-03-10 21:49:48 sendUrl INFO 7 [616] R:OK -2015-03-10 21:49:49 queue INFO 3 [617] -2015-03-10 21:49:49 queue INFO >3 [618] -2015-03-10 21:49:49 sendUrl INFO 3 [617] R:OK -2015-03-10 21:49:50 sendUrl INFO 3 [618] R:OK -2015-03-10 21:50:39 queue INFO >>3 [619] -2015-03-10 21:50:39 sendUrl INFO 3 [619] R:OK -2015-03-10 21:51:29 queue INFO >>3 [620] -2015-03-10 21:51:29 sendUrl INFO 3 [620] R:OK -2015-03-10 21:52:19 queue INFO >>3 [621] -2015-03-10 21:52:20 sendUrl INFO 3 [621] R:OK -2015-03-10 21:53:09 queue INFO >>3 [622] -2015-03-10 21:53:09 sendUrl INFO 3 [622] R:OK -2015-03-10 21:53:59 queue INFO >>3 [623] -2015-03-10 21:54:00 sendUrl INFO 3 [623] R:OK -2015-03-10 21:54:50 queue INFO >>3 [624] -2015-03-10 21:54:50 sendUrl INFO 3 [624] R:OK -2015-03-10 21:55:40 queue INFO >>3 [625] -2015-03-10 21:55:40 sendUrl INFO 3 [625] R:OK -2015-03-10 21:56:30 queue INFO >>3 [626] -2015-03-10 21:56:30 sendUrl INFO 3 [626] R:OK -2015-03-10 21:57:20 queue INFO >>3 [627] -2015-03-10 21:57:21 sendUrl INFO 3 [627] R:OK -2015-03-10 21:58:10 queue INFO >>3 [628] -2015-03-10 21:58:10 sendUrl INFO 3 [628] R:OK -2015-03-10 21:58:52 queue INFO 7 [629] -2015-03-10 21:58:52 sendUrl INFO 7 [629] R:OK -2015-03-10 21:58:52 queue INFO >7 [630] -2015-03-10 21:58:52 sendUrl INFO 7 [630] R:OK -2015-03-10 21:58:53 queue INFO 3 [631] -2015-03-10 21:58:53 queue INFO >3 [632] -2015-03-10 21:58:54 sendUrl INFO 3 [631] R:OK -2015-03-10 21:58:54 sendUrl INFO 3 [632] R:OK -2015-03-10 21:59:43 queue INFO >>3 [633] -2015-03-10 21:59:43 sendUrl INFO 3 [633] R:OK -2015-03-10 22:00:33 queue INFO >>3 [634] -2015-03-10 22:00:34 sendUrl INFO 3 [634] R:OK -2015-03-10 22:01:24 queue INFO >>3 [635] -2015-03-10 22:01:24 sendUrl INFO 3 [635] R:OK -2015-03-10 22:02:14 queue INFO >>3 [636] -2015-03-10 22:02:14 sendUrl INFO 3 [636] R:OK -2015-03-10 22:03:04 queue INFO >>3 [637] -2015-03-10 22:03:04 sendUrl INFO 3 [637] R:OK -2015-03-10 22:03:54 queue INFO >>3 [638] -2015-03-10 22:03:54 sendUrl INFO 3 [638] R:OK -2015-03-10 22:04:44 queue INFO >>3 [639] -2015-03-10 22:04:44 sendUrl INFO 3 [639] R:OK -2015-03-10 22:05:34 queue INFO >>3 [640] -2015-03-10 22:05:35 sendUrl INFO 3 [640] R:OK -2015-03-10 22:06:25 queue INFO >>3 [641] -2015-03-10 22:06:25 sendUrl INFO 3 [641] R:OK -2015-03-10 22:07:15 queue INFO >>3 [642] -2015-03-10 22:07:15 sendUrl INFO 3 [642] R:OK -2015-03-10 22:07:56 queue INFO 7 [643] -2015-03-10 22:07:56 queue INFO >7 [644] -2015-03-10 22:07:56 sendUrl INFO 7 [643] R:OK -2015-03-10 22:07:57 sendUrl INFO 7 [644] R:OK -2015-03-10 22:07:57 queue INFO 3 [645] -2015-03-10 22:07:58 queue INFO >3 [646] -2015-03-10 22:07:58 sendUrl INFO 3 [645] R:OK -2015-03-10 22:07:58 sendUrl INFO 3 [646] R:OK -2015-03-10 22:08:48 queue INFO >>3 [647] -2015-03-10 22:08:48 sendUrl INFO 3 [647] R:OK -2015-03-10 22:09:38 queue INFO >>3 [648] -2015-03-10 22:09:38 sendUrl INFO 3 [648] R:OK -2015-03-10 22:10:28 queue INFO >>3 [649] -2015-03-10 22:10:28 sendUrl INFO 3 [649] R:OK -2015-03-10 22:11:18 queue INFO >>3 [650] -2015-03-10 22:11:18 sendUrl INFO 3 [650] R:OK -2015-03-10 22:12:08 queue INFO >>3 [651] -2015-03-10 22:12:08 sendUrl INFO 3 [651] R:OK -2015-03-10 22:12:58 queue INFO >>3 [652] -2015-03-10 22:12:59 sendUrl INFO 3 [652] R:OK -2015-03-10 22:13:48 queue INFO >>3 [653] -2015-03-10 22:13:49 sendUrl INFO 3 [653] R:OK -2015-03-10 22:14:39 queue INFO >>3 [654] -2015-03-10 22:14:39 sendUrl INFO 3 [654] R:OK -2015-03-10 22:15:29 queue INFO >>3 [655] -2015-03-10 22:15:29 sendUrl INFO 3 [655] R:OK -2015-03-10 22:16:19 queue INFO >>3 [656] -2015-03-10 22:16:19 sendUrl INFO 3 [656] R:OK -2015-03-10 22:17:00 queue INFO 7 [657] -2015-03-10 22:17:00 queue INFO >7 [658] -2015-03-10 22:17:00 sendUrl INFO 7 [657] R:OK -2015-03-10 22:17:01 sendUrl INFO 7 [658] R:OK -2015-03-10 22:17:02 queue INFO 3 [659] -2015-03-10 22:17:02 queue INFO >3 [660] -2015-03-10 22:17:02 sendUrl INFO 3 [659] R:OK -2015-03-10 22:17:02 sendUrl INFO 3 [660] R:OK -2015-03-10 22:17:52 queue INFO >>3 [661] -2015-03-10 22:17:52 sendUrl INFO 3 [661] R:OK -2015-03-10 22:18:42 queue INFO >>3 [662] -2015-03-10 22:18:43 sendUrl INFO 3 [662] R:OK -2015-03-10 22:19:32 queue INFO >>3 [663] -2015-03-10 22:19:32 sendUrl INFO 3 [663] R:OK -2015-03-10 22:20:22 queue INFO >>3 [664] -2015-03-10 22:20:23 sendUrl INFO 3 [664] R:OK -2015-03-10 22:21:12 queue INFO >>3 [665] -2015-03-10 22:21:13 sendUrl INFO 3 [665] R:OK -2015-03-10 22:22:03 queue INFO >>3 [666] -2015-03-10 22:22:03 sendUrl INFO 3 [666] R:OK -2015-03-10 22:22:53 queue INFO >>3 [667] -2015-03-10 22:22:53 sendUrl INFO 3 [667] R:OK -2015-03-10 22:23:43 queue INFO >>3 [668] -2015-03-10 22:23:43 sendUrl INFO 3 [668] R:OK -2015-03-10 22:24:33 queue INFO >>3 [669] -2015-03-10 22:24:33 sendUrl INFO 3 [669] R:OK -2015-03-10 22:25:23 queue INFO >>3 [670] -2015-03-10 22:25:24 sendUrl INFO 3 [670] R:OK -2015-03-10 22:26:04 queue INFO 7 [671] -2015-03-10 22:26:04 sendUrl INFO 7 [671] R:OK -2015-03-10 22:26:05 queue INFO >7 [672] -2015-03-10 22:26:05 sendUrl INFO 7 [672] R:OK -2015-03-10 22:26:06 queue INFO 3 [673] -2015-03-10 22:26:06 queue INFO >3 [674] -2015-03-10 22:26:06 sendUrl INFO 3 [673] R:OK -2015-03-10 22:26:07 sendUrl INFO 3 [674] R:OK -2015-03-10 22:26:56 queue INFO >>3 [675] -2015-03-10 22:26:56 sendUrl INFO 3 [675] R:OK -2015-03-10 22:27:46 queue INFO >>3 [676] -2015-03-10 22:27:47 sendUrl INFO 3 [676] R:OK -2015-03-10 22:28:36 queue INFO >>3 [677] -2015-03-10 22:28:36 sendUrl INFO 3 [677] R:OK -2015-03-10 22:29:27 queue INFO >>3 [678] -2015-03-10 22:29:27 sendUrl INFO 3 [678] R:OK -2015-03-10 22:30:17 queue INFO >>3 [679] -2015-03-10 22:30:17 sendUrl INFO 3 [679] R:OK -2015-03-10 22:31:07 queue INFO >>3 [680] -2015-03-10 22:31:07 sendUrl INFO 3 [680] R:OK -2015-03-10 22:31:57 queue INFO >>3 [681] -2015-03-10 22:31:57 sendUrl INFO 3 [681] R:OK -2015-03-10 22:32:47 queue INFO >>3 [682] -2015-03-10 22:32:48 sendUrl INFO 3 [682] R:OK -2015-03-10 22:33:37 queue INFO >>3 [683] -2015-03-10 22:33:37 sendUrl INFO 3 [683] R:OK -2015-03-10 22:34:27 queue INFO >>3 [684] -2015-03-10 22:34:28 sendUrl INFO 3 [684] R:OK -2015-03-10 22:35:09 queue INFO 7 [685] -2015-03-10 22:35:10 queue INFO >7 [686] -2015-03-10 22:35:10 sendUrl INFO 7 [685] R:OK -2015-03-10 22:35:10 sendUrl INFO 7 [686] R:OK -2015-03-10 22:35:11 queue INFO 3 [687] -2015-03-10 22:35:11 sendUrl INFO 3 [687] R:OK -2015-03-10 22:35:11 queue INFO >3 [688] -2015-03-10 22:35:12 sendUrl INFO 3 [688] R:OK -2015-03-10 22:36:01 queue INFO >>3 [689] -2015-03-10 22:36:01 sendUrl INFO 3 [689] R:OK -2015-03-10 22:36:51 queue INFO >>3 [690] -2015-03-10 22:36:52 sendUrl INFO 3 [690] R:OK -2015-03-10 22:37:41 queue INFO >>3 [691] -2015-03-10 22:37:42 sendUrl INFO 3 [691] R:OK -2015-03-10 22:38:32 queue INFO >>3 [692] -2015-03-10 22:38:32 sendUrl INFO 3 [692] R:OK -2015-03-10 22:39:22 queue INFO >>3 [693] -2015-03-10 22:39:22 sendUrl INFO 3 [693] R:OK -2015-03-10 22:40:12 queue INFO >>3 [694] -2015-03-10 22:40:12 sendUrl INFO 3 [694] R:OK -2015-03-10 22:41:02 queue INFO >>3 [695] -2015-03-10 22:41:02 sendUrl INFO 3 [695] R:OK -2015-03-10 22:41:52 queue INFO >>3 [696] -2015-03-10 22:41:52 sendUrl INFO 3 [696] R:OK -2015-03-10 22:42:42 queue INFO >>3 [697] -2015-03-10 22:42:43 sendUrl INFO 3 [697] R:OK -2015-03-10 22:43:32 queue INFO >>3 [698] -2015-03-10 22:43:33 sendUrl INFO 3 [698] R:OK -2015-03-10 22:44:14 queue INFO 7 [699] -2015-03-10 22:44:14 queue INFO >7 [700] -2015-03-10 22:44:14 sendUrl INFO 7 [699] R:OK -2015-03-10 22:44:15 sendUrl INFO 7 [700] R:OK -2015-03-10 22:44:15 queue INFO 3 [701] -2015-03-10 22:44:16 queue INFO >3 [702] -2015-03-10 22:44:16 sendUrl INFO 3 [701] R:OK -2015-03-10 22:44:16 sendUrl INFO 3 [702] R:OK -2015-03-10 22:45:06 queue INFO >>3 [703] -2015-03-10 22:45:06 sendUrl INFO 3 [703] R:OK -2015-03-10 22:45:56 queue INFO >>3 [704] -2015-03-10 22:45:56 sendUrl INFO 3 [704] R:OK -2015-03-10 22:46:46 queue INFO >>3 [705] -2015-03-10 22:46:46 sendUrl INFO 3 [705] R:OK -2015-03-10 22:47:36 queue INFO >>3 [706] -2015-03-10 22:47:37 sendUrl INFO 3 [706] R:OK -2015-03-10 22:48:26 queue INFO >>3 [707] -2015-03-10 22:48:26 sendUrl INFO 3 [707] R:OK -2015-03-10 22:49:16 queue INFO >>3 [708] -2015-03-10 22:49:17 sendUrl INFO 3 [708] R:OK -2015-03-10 22:50:07 queue INFO >>3 [709] -2015-03-10 22:50:07 sendUrl INFO 3 [709] R:OK -2015-03-10 22:50:57 queue INFO >>3 [710] -2015-03-10 22:50:57 sendUrl INFO 3 [710] R:OK -2015-03-10 22:51:47 queue INFO >>3 [711] -2015-03-10 22:51:47 sendUrl INFO 3 [711] R:OK -2015-03-10 22:52:37 queue INFO >>3 [712] -2015-03-10 22:52:38 sendUrl INFO 3 [712] R:OK -2015-03-10 22:53:18 queue INFO 7 [713] -2015-03-10 22:53:19 queue INFO >7 [714] -2015-03-10 22:53:19 sendUrl INFO 7 [713] R:OK -2015-03-10 22:53:19 sendUrl INFO 7 [714] R:OK -2015-03-10 22:53:20 queue INFO 3 [715] -2015-03-10 22:53:20 queue INFO >3 [716] -2015-03-10 22:53:20 sendUrl INFO 3 [715] R:OK -2015-03-10 22:53:21 sendUrl INFO 3 [716] R:OK -2015-03-10 22:54:10 queue INFO >>3 [717] -2015-03-10 22:54:10 sendUrl INFO 3 [717] R:OK -2015-03-10 22:55:00 queue INFO >>3 [718] -2015-03-10 22:55:01 sendUrl INFO 3 [718] R:OK -2015-03-10 22:55:50 queue INFO >>3 [719] -2015-03-10 22:55:51 sendUrl INFO 3 [719] R:OK -2015-03-10 22:56:41 queue INFO >>3 [720] -2015-03-10 22:56:41 sendUrl INFO 3 [720] R:OK -2015-03-10 22:57:31 queue INFO >>3 [721] -2015-03-10 22:57:31 sendUrl INFO 3 [721] R:OK -2015-03-10 22:58:21 queue INFO >>3 [722] -2015-03-10 22:58:21 sendUrl INFO 3 [722] R:OK -2015-03-10 22:59:11 queue INFO >>3 [723] -2015-03-10 22:59:11 sendUrl INFO 3 [723] R:OK -2015-03-10 23:00:01 queue INFO >>3 [724] -2015-03-10 23:00:02 sendUrl INFO 3 [724] R:OK -2015-03-10 23:00:51 queue INFO >>3 [725] -2015-03-10 23:00:52 sendUrl INFO 3 [725] R:OK -2015-03-10 23:01:41 queue INFO >>3 [726] -2015-03-10 23:01:42 sendUrl INFO 3 [726] R:OK -2015-03-10 23:02:23 queue INFO 7 [727] -2015-03-10 23:02:23 queue INFO >7 [728] -2015-03-10 23:02:23 sendUrl INFO 7 [727] R:OK -2015-03-10 23:02:24 sendUrl INFO 7 [728] R:OK -2015-03-10 23:02:24 queue INFO 3 [729] -2015-03-10 23:02:24 queue INFO >3 [730] -2015-03-10 23:02:24 sendUrl INFO 3 [729] R:OK -2015-03-10 23:02:25 sendUrl INFO 3 [730] R:OK -2015-03-10 23:03:14 queue INFO >>3 [731] -2015-03-10 23:03:15 sendUrl INFO 3 [731] R:OK -2015-03-10 23:04:04 queue INFO >>3 [732] -2015-03-10 23:04:05 sendUrl INFO 3 [732] R:OK -2015-03-10 23:04:55 queue INFO >>3 [733] -2015-03-10 23:04:55 sendUrl INFO 3 [733] R:OK -2015-03-10 23:05:45 queue INFO >>3 [734] -2015-03-10 23:05:45 sendUrl INFO 3 [734] R:OK -2015-03-10 23:06:35 queue INFO >>3 [735] -2015-03-10 23:06:35 sendUrl INFO 3 [735] R:OK -2015-03-10 23:07:25 queue INFO >>3 [736] -2015-03-10 23:07:25 sendUrl INFO 3 [736] R:OK -2015-03-10 23:08:15 queue INFO >>3 [737] -2015-03-10 23:08:16 sendUrl INFO 3 [737] R:OK -2015-03-10 23:09:05 queue INFO >>3 [738] -2015-03-10 23:09:06 sendUrl INFO 3 [738] R:OK -2015-03-10 23:09:56 queue INFO >>3 [739] -2015-03-10 23:09:56 sendUrl INFO 3 [739] R:OK -2015-03-10 23:10:46 queue INFO >>3 [740] -2015-03-10 23:10:46 sendUrl INFO 3 [740] R:OK -2015-03-10 23:11:27 queue INFO 7 [741] -2015-03-10 23:11:27 queue INFO >7 [742] -2015-03-10 23:11:27 sendUrl INFO 7 [741] R:OK -2015-03-10 23:11:28 sendUrl INFO 7 [742] R:OK -2015-03-10 23:11:28 queue INFO 3 [743] -2015-03-10 23:11:29 sendUrl INFO 3 [743] R:OK -2015-03-10 23:11:29 queue INFO >3 [744] -2015-03-10 23:11:29 sendUrl INFO 3 [744] R:OK -2015-03-10 23:12:19 queue INFO >>3 [745] -2015-03-10 23:12:19 sendUrl INFO 3 [745] R:OK -2015-03-10 23:13:09 queue INFO >>3 [746] -2015-03-10 23:13:09 sendUrl INFO 3 [746] R:OK -2015-03-10 23:13:59 queue INFO >>3 [747] -2015-03-10 23:13:59 sendUrl INFO 3 [747] R:OK -2015-03-10 23:14:49 queue INFO >>3 [748] -2015-03-10 23:14:49 sendUrl INFO 3 [748] R:OK -2015-03-10 23:15:39 queue INFO >>3 [749] -2015-03-10 23:15:40 sendUrl INFO 3 [749] R:OK -2015-03-10 23:16:29 queue INFO >>3 [750] -2015-03-10 23:16:30 sendUrl INFO 3 [750] R:OK -2015-03-10 23:17:20 queue INFO >>3 [751] -2015-03-10 23:17:20 sendUrl INFO 3 [751] R:OK -2015-03-10 23:18:10 queue INFO >>3 [752] -2015-03-10 23:18:10 sendUrl INFO 3 [752] R:OK -2015-03-10 23:19:00 queue INFO >>3 [753] -2015-03-10 23:19:00 sendUrl INFO 3 [753] R:OK -2015-03-10 23:19:50 queue INFO >>3 [754] -2015-03-10 23:19:50 sendUrl INFO 3 [754] R:OK -2015-03-10 23:20:31 queue INFO 7 [755] -2015-03-10 23:20:31 queue INFO >7 [756] -2015-03-10 23:20:32 sendUrl INFO 7 [755] R:OK -2015-03-10 23:20:32 sendUrl INFO 7 [756] R:OK -2015-03-10 23:20:33 queue INFO 3 [757] -2015-03-10 23:20:33 queue INFO >3 [758] -2015-03-10 23:20:33 sendUrl INFO 3 [757] R:OK -2015-03-10 23:20:34 sendUrl INFO 3 [758] R:OK -2015-03-10 23:21:23 queue INFO >>3 [759] -2015-03-10 23:21:23 sendUrl INFO 3 [759] R:OK -2015-03-10 23:22:13 queue INFO >>3 [760] -2015-03-10 23:22:13 sendUrl INFO 3 [760] R:OK -2015-03-10 23:23:03 queue INFO >>3 [761] -2015-03-10 23:23:04 sendUrl INFO 3 [761] R:OK -2015-03-10 23:23:53 queue INFO >>3 [762] -2015-03-10 23:23:54 sendUrl INFO 3 [762] R:OK -2015-03-10 23:24:43 queue INFO >>3 [763] -2015-03-10 23:24:44 sendUrl INFO 3 [763] R:OK -2015-03-10 23:25:34 queue INFO >>3 [764] -2015-03-10 23:25:34 sendUrl INFO 3 [764] R:OK -2015-03-10 23:26:24 queue INFO >>3 [765] -2015-03-10 23:26:24 sendUrl INFO 3 [765] R:OK -2015-03-10 23:27:14 queue INFO >>3 [766] -2015-03-10 23:27:14 sendUrl INFO 3 [766] R:OK -2015-03-10 23:28:04 queue INFO >>3 [767] -2015-03-10 23:28:04 sendUrl INFO 3 [767] R:OK -2015-03-10 23:28:54 queue INFO >>3 [768] -2015-03-10 23:28:55 sendUrl INFO 3 [768] R:OK -2015-03-10 23:29:36 queue INFO 7 [769] -2015-03-10 23:29:37 queue INFO >7 [770] -2015-03-10 23:29:37 sendUrl INFO 7 [769] R:OK -2015-03-10 23:29:37 sendUrl INFO 7 [770] R:OK -2015-03-10 23:29:38 queue INFO 3 [771] -2015-03-10 23:29:38 queue INFO >3 [772] -2015-03-10 23:29:38 sendUrl INFO 3 [771] R:OK -2015-03-10 23:29:39 sendUrl INFO 3 [772] R:OK -2015-03-10 23:30:28 queue INFO >>3 [773] -2015-03-10 23:30:29 sendUrl INFO 3 [773] R:OK -2015-03-10 23:31:18 queue INFO >>3 [774] -2015-03-10 23:31:18 sendUrl INFO 3 [774] R:OK -2015-03-10 23:32:08 queue INFO >>3 [775] -2015-03-10 23:32:09 sendUrl INFO 3 [775] R:OK -2015-03-10 23:32:59 queue INFO >>3 [776] -2015-03-10 23:32:59 sendUrl INFO 3 [776] R:OK -2015-03-10 23:33:49 queue INFO >>3 [777] -2015-03-10 23:33:49 sendUrl INFO 3 [777] R:OK -2015-03-10 23:34:39 queue INFO >>3 [778] -2015-03-10 23:34:39 sendUrl INFO 3 [778] R:OK -2015-03-10 23:35:29 queue INFO >>3 [779] -2015-03-10 23:35:29 sendUrl INFO 3 [779] R:OK -2015-03-10 23:36:19 queue INFO >>3 [780] -2015-03-10 23:36:19 sendUrl INFO 3 [780] R:OK -2015-03-10 23:37:09 queue INFO >>3 [781] -2015-03-10 23:37:10 sendUrl INFO 3 [781] R:OK -2015-03-10 23:38:00 queue INFO >>3 [782] -2015-03-10 23:38:00 sendUrl INFO 3 [782] R:OK -2015-03-10 23:38:41 queue INFO 7 [783] -2015-03-10 23:38:41 queue INFO >7 [784] -2015-03-10 23:38:41 sendUrl INFO 7 [783] R:OK -2015-03-10 23:38:42 sendUrl INFO 7 [784] R:OK -2015-03-10 23:38:42 queue INFO 3 [785] -2015-03-10 23:38:43 queue INFO >3 [786] -2015-03-10 23:38:43 sendUrl INFO 3 [785] R:OK -2015-03-10 23:38:43 sendUrl INFO 3 [786] R:OK -2015-03-10 23:39:33 queue INFO >>3 [787] -2015-03-10 23:39:33 sendUrl INFO 3 [787] R:OK -2015-03-10 23:40:23 queue INFO >>3 [788] -2015-03-10 23:40:23 sendUrl INFO 3 [788] R:OK -2015-03-10 23:41:13 queue INFO >>3 [789] -2015-03-10 23:41:13 sendUrl INFO 3 [789] R:OK -2015-03-10 23:42:03 queue INFO >>3 [790] -2015-03-10 23:42:03 sendUrl INFO 3 [790] R:OK -2015-03-10 23:42:53 queue INFO >>3 [791] -2015-03-10 23:42:54 sendUrl INFO 3 [791] R:OK -2015-03-10 23:43:43 queue INFO >>3 [792] -2015-03-10 23:43:44 sendUrl INFO 3 [792] R:OK -2015-03-10 23:44:34 queue INFO >>3 [793] -2015-03-10 23:44:34 sendUrl INFO 3 [793] R:OK -2015-03-10 23:45:24 queue INFO >>3 [794] -2015-03-10 23:45:24 sendUrl INFO 3 [794] R:OK -2015-03-10 23:46:14 queue INFO >>3 [795] -2015-03-10 23:46:14 sendUrl INFO 3 [795] R:OK -2015-03-10 23:47:04 queue INFO >>3 [796] -2015-03-10 23:47:04 sendUrl INFO 3 [796] R:OK -2015-03-10 23:47:45 queue INFO 7 [797] -2015-03-10 23:47:46 queue INFO >7 [798] -2015-03-10 23:47:46 sendUrl INFO 7 [797] R:OK -2015-03-10 23:47:46 sendUrl INFO 7 [798] R:OK -2015-03-10 23:47:47 queue INFO 3 [799] -2015-03-10 23:47:47 sendUrl INFO 3 [799] R:OK -2015-03-10 23:47:47 queue INFO >3 [800] -2015-03-10 23:47:48 sendUrl INFO 3 [800] R:OK -2015-03-10 23:48:37 queue INFO >>3 [801] -2015-03-10 23:48:37 sendUrl INFO 3 [801] R:OK -2015-03-10 23:49:27 queue INFO >>3 [802] -2015-03-10 23:49:28 sendUrl INFO 3 [802] R:OK -2015-03-10 23:50:17 queue INFO >>3 [803] -2015-03-10 23:50:18 sendUrl INFO 3 [803] R:OK -2015-03-10 23:51:08 queue INFO >>3 [804] -2015-03-10 23:51:08 sendUrl INFO 3 [804] R:OK -2015-03-10 23:51:58 queue INFO >>3 [805] -2015-03-10 23:51:58 sendUrl INFO 3 [805] R:OK -2015-03-10 23:52:48 queue INFO >>3 [806] -2015-03-10 23:52:48 sendUrl INFO 3 [806] R:OK -2015-03-10 23:53:38 queue INFO >>3 [807] -2015-03-10 23:53:38 sendUrl INFO 3 [807] R:OK -2015-03-10 23:54:28 queue INFO >>3 [808] -2015-03-10 23:54:29 sendUrl INFO 3 [808] R:OK -2015-03-10 23:55:18 queue INFO >>3 [809] -2015-03-10 23:55:19 sendUrl INFO 3 [809] R:OK -2015-03-10 23:56:08 queue INFO >>3 [810] -2015-03-10 23:56:09 sendUrl INFO 3 [810] R:OK -2015-03-10 23:56:50 queue INFO 7 [811] -2015-03-10 23:56:50 queue INFO >7 [812] -2015-03-10 23:56:50 sendUrl INFO 7 [811] R:OK -2015-03-10 23:56:51 sendUrl INFO 7 [812] R:OK -2015-03-10 23:56:51 queue INFO 3 [813] -2015-03-10 23:56:51 queue INFO >3 [814] -2015-03-10 23:56:52 sendUrl INFO 3 [813] R:OK -2015-03-10 23:56:52 sendUrl INFO 3 [814] R:OK -2015-03-10 23:57:41 queue INFO >>3 [815] -2015-03-10 23:57:42 sendUrl INFO 3 [815] R:OK -2015-03-10 23:58:31 queue INFO >>3 [816] -2015-03-10 23:58:32 sendUrl INFO 3 [816] R:OK -2015-03-10 23:59:22 queue INFO >>3 [817] -2015-03-10 23:59:22 sendUrl INFO 3 [817] R:OK -2015-03-11 00:00:12 queue INFO >>3 [818] -2015-03-11 00:00:12 sendUrl INFO 3 [818] R:OK -2015-03-11 00:01:02 queue INFO >>3 [819] -2015-03-11 00:01:02 sendUrl INFO 3 [819] R:OK -2015-03-11 00:01:52 queue INFO >>3 [820] -2015-03-11 00:01:53 sendUrl INFO 3 [820] R:OK -2015-03-11 00:02:42 queue INFO >>3 [821] -2015-03-11 00:02:43 sendUrl INFO 3 [821] R:OK -2015-03-11 00:03:32 queue INFO >>3 [822] -2015-03-11 00:03:33 sendUrl INFO 3 [822] R:OK -2015-03-11 00:04:23 queue INFO >>3 [823] -2015-03-11 00:04:23 sendUrl INFO 3 [823] R:OK -2015-03-11 00:05:13 queue INFO >>3 [824] -2015-03-11 00:05:13 sendUrl INFO 3 [824] R:OK -2015-03-11 00:05:54 queue INFO 7 [825] -2015-03-11 00:05:54 queue INFO >7 [826] -2015-03-11 00:05:54 sendUrl INFO 7 [825] R:OK -2015-03-11 00:05:55 sendUrl INFO 7 [826] R:OK -2015-03-11 00:05:55 queue INFO 3 [827] -2015-03-11 00:05:56 queue INFO >3 [828] -2015-03-11 00:05:56 sendUrl INFO 3 [827] R:OK -2015-03-11 00:05:56 sendUrl INFO 3 [828] R:OK -2015-03-11 00:06:46 queue INFO >>3 [829] -2015-03-11 00:06:46 sendUrl INFO 3 [829] R:OK -2015-03-11 00:07:36 queue INFO >>3 [830] -2015-03-11 00:07:36 sendUrl INFO 3 [830] R:OK -2015-03-11 00:08:26 queue INFO >>3 [831] -2015-03-11 00:08:26 sendUrl INFO 3 [831] R:OK -2015-03-11 00:09:16 queue INFO >>3 [832] -2015-03-11 00:09:17 sendUrl INFO 3 [832] R:OK -2015-03-11 00:10:06 queue INFO >>3 [833] -2015-03-11 00:10:06 sendUrl INFO 3 [833] R:OK -2015-03-11 00:10:56 queue INFO >>3 [834] -2015-03-11 00:10:57 sendUrl INFO 3 [834] R:OK -2015-03-11 00:11:47 queue INFO >>3 [835] -2015-03-11 00:11:47 sendUrl INFO 3 [835] R:OK -2015-03-11 00:12:37 queue INFO >>3 [836] -2015-03-11 00:12:37 sendUrl INFO 3 [836] R:OK -2015-03-11 00:13:27 queue INFO >>3 [837] -2015-03-11 00:13:27 sendUrl INFO 3 [837] R:OK -2015-03-11 00:14:17 queue INFO >>3 [838] -2015-03-11 00:14:17 sendUrl INFO 3 [838] R:OK -2015-03-11 00:14:58 queue INFO 7 [839] -2015-03-11 00:14:58 queue INFO >7 [840] -2015-03-11 00:14:58 sendUrl INFO 7 [839] R:OK -2015-03-11 00:14:59 sendUrl INFO 7 [840] R:OK -2015-03-11 00:15:00 queue INFO 3 [841] -2015-03-11 00:15:00 queue INFO >3 [842] -2015-03-11 00:15:00 sendUrl INFO 3 [841] R:OK -2015-03-11 00:15:00 sendUrl INFO 3 [842] R:OK -2015-03-11 00:15:28 queue INFO 21 [843] -2015-03-11 00:15:29 queue INFO >21 [844] -2015-03-11 00:15:29 sendUrl INFO 21 [843] R:OK -2015-03-11 00:15:29 sendUrl INFO 21 [844] R:OK -2015-03-11 00:15:51 queue INFO 1 [845] -2015-03-11 00:15:51 queue INFO >1 [846] -2015-03-11 00:15:51 sendUrl INFO 1 [845] R:OK -2015-03-11 00:15:52 sendUrl INFO 1 [846] R:OK -2015-03-11 00:16:13 queue INFO 3 [847] -2015-03-11 00:16:13 queue INFO >3 [848] -2015-03-11 00:16:13 sendUrl INFO 3 [847] R:OK -2015-03-11 00:16:13 sendUrl INFO 3 [848] R:OK -2015-03-11 00:17:03 queue INFO >>3 [849] -2015-03-11 00:17:03 sendUrl INFO 3 [849] R:OK -2015-03-11 00:17:53 queue INFO >>3 [850] -2015-03-11 00:17:53 sendUrl INFO 3 [850] R:OK -2015-03-11 00:18:43 queue INFO >>3 [851] -2015-03-11 00:18:43 sendUrl INFO 3 [851] R:OK -2015-03-11 00:19:33 queue INFO >>3 [852] -2015-03-11 00:19:33 sendUrl INFO 3 [852] R:OK -2015-03-11 00:20:23 queue INFO >>3 [853] -2015-03-11 00:20:24 sendUrl INFO 3 [853] R:OK -2015-03-11 00:21:13 queue INFO >>3 [854] -2015-03-11 00:21:14 sendUrl INFO 3 [854] R:OK -2015-03-11 00:22:04 queue INFO >>3 [855] -2015-03-11 00:22:04 sendUrl INFO 3 [855] R:OK -2015-03-11 00:22:54 queue INFO >>3 [856] -2015-03-11 00:22:54 sendUrl INFO 3 [856] R:OK -2015-03-11 00:23:44 queue INFO >>3 [857] -2015-03-11 00:23:44 sendUrl INFO 3 [857] R:OK -2015-03-11 00:24:03 queue INFO 7 [858] -2015-03-11 00:24:04 sendUrl INFO 7 [858] R:OK -2015-03-11 00:24:04 queue INFO >7 [859] -2015-03-11 00:24:04 sendUrl INFO 7 [859] R:OK -2015-03-11 00:24:05 queue INFO 3 [860] -2015-03-11 00:24:05 queue INFO >3 [861] -2015-03-11 00:24:06 sendUrl INFO 3 [860] R:OK -2015-03-11 00:24:06 sendUrl INFO 3 [861] R:OK -2015-03-11 00:24:55 queue INFO >>3 [862] -2015-03-11 00:24:55 sendUrl INFO 3 [862] R:OK -2015-03-11 00:25:01 queue INFO 21 [863] -2015-03-11 00:25:01 queue INFO >21 [864] -2015-03-11 00:25:01 sendUrl INFO 21 [863] R:OK -2015-03-11 00:25:01 sendUrl INFO 21 [864] R:OK -2015-03-11 00:25:51 queue INFO >>21 [865] -2015-03-11 00:25:51 sendUrl INFO 21 [865] R:OK -2015-03-11 00:26:41 queue INFO >>21 [866] -2015-03-11 00:26:42 sendUrl INFO 21 [866] R:OK -2015-03-11 00:27:31 queue INFO >>21 [867] -2015-03-11 00:27:31 sendUrl INFO 21 [867] R:OK -2015-03-11 00:28:21 queue INFO >>21 [868] -2015-03-11 00:28:22 sendUrl INFO 21 [868] R:OK -2015-03-11 00:29:12 queue INFO >>21 [869] -2015-03-11 00:29:12 sendUrl INFO 21 [869] R:OK -2015-03-11 00:30:02 queue INFO >>21 [870] -2015-03-11 00:30:02 sendUrl INFO 21 [870] R:OK -2015-03-11 00:30:22 queue INFO 1 [871] -2015-03-11 00:30:22 queue INFO >1 [872] -2015-03-11 00:30:22 sendUrl INFO 1 [871] R:OK -2015-03-11 00:30:23 sendUrl INFO 1 [872] R:OK -2015-03-11 00:30:35 queue INFO 3 [873] -2015-03-11 00:30:35 queue INFO >3 [874] -2015-03-11 00:30:35 sendUrl INFO 3 [873] R:OK -2015-03-11 00:30:36 sendUrl INFO 3 [874] R:OK -2015-03-11 00:31:25 queue INFO >>3 [875] -2015-03-11 00:31:25 sendUrl INFO 3 [875] R:OK -2015-03-11 00:32:15 queue INFO >>3 [876] -2015-03-11 00:32:16 sendUrl INFO 3 [876] R:OK -2015-03-11 00:33:05 queue INFO >>3 [877] -2015-03-11 00:33:06 sendUrl INFO 3 [877] R:OK -2015-03-11 00:33:56 queue INFO >>3 [878] -2015-03-11 00:33:56 sendUrl INFO 3 [878] R:OK -2015-03-11 00:34:46 queue INFO >>3 [879] -2015-03-11 00:34:46 sendUrl INFO 3 [879] R:OK -2015-03-11 00:35:36 queue INFO >>3 [880] -2015-03-11 00:35:36 sendUrl INFO 3 [880] R:OK -2015-03-11 00:36:26 queue INFO >>3 [881] -2015-03-11 00:36:26 sendUrl INFO 3 [881] R:OK -2015-03-11 00:37:16 queue INFO >>3 [882] -2015-03-11 00:37:16 sendUrl INFO 3 [882] R:OK -2015-03-11 00:38:06 queue INFO >>3 [883] -2015-03-11 00:38:07 sendUrl INFO 3 [883] R:OK -2015-03-11 00:38:26 queue INFO 7 [884] -2015-03-11 00:38:26 sendUrl INFO 7 [884] R:OK -2015-03-11 00:38:26 queue INFO >7 [885] -2015-03-11 00:38:26 sendUrl INFO 7 [885] R:OK -2015-03-11 00:38:27 queue INFO 3 [886] -2015-03-11 00:38:27 queue INFO >3 [887] -2015-03-11 00:38:28 sendUrl INFO 3 [886] R:OK -2015-03-11 00:38:28 sendUrl INFO 3 [887] R:OK -2015-03-11 00:39:17 queue INFO >>3 [888] -2015-03-11 00:39:18 sendUrl INFO 3 [888] R:OK -2015-03-11 00:40:08 queue INFO >>3 [889] -2015-03-11 00:40:08 sendUrl INFO 3 [889] R:OK -2015-03-11 00:40:58 queue INFO >>3 [890] -2015-03-11 00:40:58 sendUrl INFO 3 [890] R:OK -2015-03-11 00:41:48 queue INFO >>3 [891] -2015-03-11 00:41:48 sendUrl INFO 3 [891] R:OK -2015-03-11 00:42:38 queue INFO >>3 [892] -2015-03-11 00:42:38 sendUrl INFO 3 [892] R:OK -2015-03-11 00:43:28 queue INFO >>3 [893] -2015-03-11 00:43:28 sendUrl INFO 3 [893] R:OK -2015-03-11 00:44:18 queue INFO >>3 [894] -2015-03-11 00:44:19 sendUrl INFO 3 [894] R:OK -2015-03-11 00:45:08 queue INFO >>3 [895] -2015-03-11 00:45:09 sendUrl INFO 3 [895] R:OK -2015-03-11 00:45:59 queue INFO >>3 [896] -2015-03-11 00:45:59 sendUrl INFO 3 [896] R:OK -2015-03-11 00:46:49 queue INFO >>3 [897] -2015-03-11 00:46:49 sendUrl INFO 3 [897] R:OK -2015-03-11 00:47:30 queue INFO 7 [898] -2015-03-11 00:47:30 queue INFO >7 [899] -2015-03-11 00:47:30 sendUrl INFO 7 [898] R:OK -2015-03-11 00:47:31 sendUrl INFO 7 [899] R:OK -2015-03-11 00:47:32 queue INFO 3 [900] -2015-03-11 00:47:32 queue INFO >3 [901] -2015-03-11 00:47:32 sendUrl INFO 3 [900] R:OK -2015-03-11 00:47:32 sendUrl INFO 3 [901] R:OK -2015-03-11 00:48:22 queue INFO >>3 [902] -2015-03-11 00:48:22 sendUrl INFO 3 [902] R:OK -2015-03-11 00:49:12 queue INFO >>3 [903] -2015-03-11 00:49:12 sendUrl INFO 3 [903] R:OK -2015-03-11 00:50:02 queue INFO >>3 [904] -2015-03-11 00:50:02 sendUrl INFO 3 [904] R:OK -2015-03-11 00:50:52 queue INFO >>3 [905] -2015-03-11 00:50:53 sendUrl INFO 3 [905] R:OK -2015-03-11 00:51:42 queue INFO >>3 [906] -2015-03-11 00:51:43 sendUrl INFO 3 [906] R:OK -2015-03-11 00:52:32 queue INFO >>3 [907] -2015-03-11 00:52:33 sendUrl INFO 3 [907] R:OK -2015-03-11 00:53:23 queue INFO >>3 [908] -2015-03-11 00:53:23 sendUrl INFO 3 [908] R:OK -2015-03-11 00:54:13 queue INFO >>3 [909] -2015-03-11 00:54:13 sendUrl INFO 3 [909] R:OK -2015-03-11 00:55:03 queue INFO >>3 [910] -2015-03-11 00:55:03 sendUrl INFO 3 [910] R:OK -2015-03-11 00:55:53 queue INFO >>3 [911] -2015-03-11 00:55:53 sendUrl INFO 3 [911] R:OK -2015-03-11 00:56:35 queue INFO 7 [912] -2015-03-11 00:56:35 queue INFO >7 [913] -2015-03-11 00:56:35 sendUrl INFO 7 [912] R:OK -2015-03-11 00:56:36 sendUrl INFO 7 [913] R:OK -2015-03-11 00:56:36 queue INFO 3 [914] -2015-03-11 00:56:36 queue INFO >3 [915] -2015-03-11 00:56:37 sendUrl INFO 3 [914] R:OK -2015-03-11 00:56:37 sendUrl INFO 3 [915] R:OK -2015-03-11 00:57:26 queue INFO >>3 [916] -2015-03-11 00:57:26 sendUrl INFO 3 [916] R:OK -2015-03-11 00:58:16 queue INFO >>3 [917] -2015-03-11 00:58:17 sendUrl INFO 3 [917] R:OK -2015-03-11 00:59:06 queue INFO >>3 [918] -2015-03-11 00:59:07 sendUrl INFO 3 [918] R:OK -2015-03-11 00:59:57 queue INFO >>3 [919] -2015-03-11 00:59:57 sendUrl INFO 3 [919] R:OK -2015-03-11 01:00:47 queue INFO >>3 [920] -2015-03-11 01:00:47 sendUrl INFO 3 [920] R:OK -2015-03-11 01:01:37 queue INFO >>3 [921] -2015-03-11 01:01:37 sendUrl INFO 3 [921] R:OK -2015-03-11 01:02:27 queue INFO >>3 [922] -2015-03-11 01:02:27 sendUrl INFO 3 [922] R:OK -2015-03-11 01:03:17 queue INFO >>3 [923] -2015-03-11 01:03:18 sendUrl INFO 3 [923] R:OK -2015-03-11 01:04:07 queue INFO >>3 [924] -2015-03-11 01:04:08 sendUrl INFO 3 [924] R:OK -2015-03-11 01:04:58 queue INFO >>3 [925] -2015-03-11 01:04:58 sendUrl INFO 3 [925] R:OK -2015-03-11 01:05:39 queue INFO 7 [926] -2015-03-11 01:05:39 queue INFO >7 [927] -2015-03-11 01:05:39 sendUrl INFO 7 [926] R:OK -2015-03-11 01:05:40 sendUrl INFO 7 [927] R:OK -2015-03-11 01:05:40 queue INFO 3 [928] -2015-03-11 01:05:40 queue INFO >3 [929] -2015-03-11 01:05:41 sendUrl INFO 3 [928] R:OK -2015-03-11 01:05:41 sendUrl INFO 3 [929] R:OK -2015-03-11 01:06:30 queue INFO >>3 [930] -2015-03-11 01:06:30 sendUrl INFO 3 [930] R:OK -2015-03-11 01:07:21 queue INFO >>3 [931] -2015-03-11 01:07:21 sendUrl INFO 3 [931] R:OK -2015-03-11 01:08:11 queue INFO >>3 [932] -2015-03-11 01:08:11 sendUrl INFO 3 [932] R:OK -2015-03-11 01:09:01 queue INFO >>3 [933] -2015-03-11 01:09:01 sendUrl INFO 3 [933] R:OK -2015-03-11 01:09:51 queue INFO >>3 [934] -2015-03-11 01:09:51 sendUrl INFO 3 [934] R:OK -2015-03-11 01:10:41 queue INFO >>3 [935] -2015-03-11 01:10:42 sendUrl INFO 3 [935] R:OK -2015-03-11 01:11:31 queue INFO >>3 [936] -2015-03-11 01:11:31 sendUrl INFO 3 [936] R:OK -2015-03-11 01:12:21 queue INFO >>3 [937] -2015-03-11 01:12:22 sendUrl INFO 3 [937] R:OK -2015-03-11 01:13:12 queue INFO >>3 [938] -2015-03-11 01:13:12 sendUrl INFO 3 [938] R:OK -2015-03-11 01:14:02 queue INFO >>3 [939] -2015-03-11 01:14:02 sendUrl INFO 3 [939] R:OK -2015-03-11 01:14:43 queue INFO 7 [940] -2015-03-11 01:14:43 sendUrl INFO 7 [940] R:OK -2015-03-11 01:14:43 queue INFO >7 [941] -2015-03-11 01:14:44 sendUrl INFO 7 [941] R:OK -2015-03-11 01:14:44 queue INFO 3 [942] -2015-03-11 01:14:45 queue INFO >3 [943] -2015-03-11 01:14:45 sendUrl INFO 3 [942] R:OK -2015-03-11 01:14:45 sendUrl INFO 3 [943] R:OK -2015-03-11 01:15:35 queue INFO >>3 [944] -2015-03-11 01:15:35 sendUrl INFO 3 [944] R:OK -2015-03-11 01:16:25 queue INFO >>3 [945] -2015-03-11 01:16:25 sendUrl INFO 3 [945] R:OK -2015-03-11 01:17:15 queue INFO >>3 [946] -2015-03-11 01:17:15 sendUrl INFO 3 [946] R:OK -2015-03-11 01:18:05 queue INFO >>3 [947] -2015-03-11 01:18:06 sendUrl INFO 3 [947] R:OK -2015-03-11 01:18:55 queue INFO >>3 [948] -2015-03-11 01:18:55 sendUrl INFO 3 [948] R:OK -2015-03-11 01:19:45 queue INFO >>3 [949] -2015-03-11 01:19:46 sendUrl INFO 3 [949] R:OK -2015-03-11 01:20:36 queue INFO >>3 [950] -2015-03-11 01:20:36 sendUrl INFO 3 [950] R:OK -2015-03-11 01:21:26 queue INFO >>3 [951] -2015-03-11 01:21:26 sendUrl INFO 3 [951] R:OK -2015-03-11 01:22:16 queue INFO >>3 [952] -2015-03-11 01:22:16 sendUrl INFO 3 [952] R:OK -2015-03-11 01:23:06 queue INFO >>3 [953] -2015-03-11 01:23:07 sendUrl INFO 3 [953] R:OK -2015-03-11 01:23:48 queue INFO 7 [954] -2015-03-11 01:23:48 queue INFO >7 [955] -2015-03-11 01:23:48 sendUrl INFO 7 [954] R:OK -2015-03-11 01:23:49 sendUrl INFO 7 [955] R:OK -2015-03-11 01:23:50 queue INFO 3 [956] -2015-03-11 01:23:50 sendUrl INFO 3 [956] R:OK -2015-03-11 01:23:50 queue INFO >3 [957] -2015-03-11 01:23:50 sendUrl INFO 3 [957] R:OK -2015-03-11 01:24:40 queue INFO >>3 [958] -2015-03-11 01:24:40 sendUrl INFO 3 [958] R:OK -2015-03-11 01:25:30 queue INFO >>3 [959] -2015-03-11 01:25:31 sendUrl INFO 3 [959] R:OK -2015-03-11 01:26:20 queue INFO >>3 [960] -2015-03-11 01:26:20 sendUrl INFO 3 [960] R:OK -2015-03-11 01:27:10 queue INFO >>3 [961] -2015-03-11 01:27:11 sendUrl INFO 3 [961] R:OK -2015-03-11 01:28:01 queue INFO >>3 [962] -2015-03-11 01:28:01 sendUrl INFO 3 [962] R:OK -2015-03-11 01:28:51 queue INFO >>3 [963] -2015-03-11 01:28:51 sendUrl INFO 3 [963] R:OK -2015-03-11 01:29:41 queue INFO >>3 [964] -2015-03-11 01:29:41 sendUrl INFO 3 [964] R:OK -2015-03-11 01:30:31 queue INFO >>3 [965] -2015-03-11 01:30:32 sendUrl INFO 3 [965] R:OK -2015-03-11 01:31:21 queue INFO >>3 [966] -2015-03-11 01:31:21 sendUrl INFO 3 [966] R:OK -2015-03-11 01:32:11 queue INFO >>3 [967] -2015-03-11 01:32:12 sendUrl INFO 3 [967] R:OK -2015-03-11 01:32:53 queue INFO 7 [968] -2015-03-11 01:32:53 queue INFO >7 [969] -2015-03-11 01:32:53 sendUrl INFO 7 [968] R:OK -2015-03-11 01:32:53 sendUrl INFO 7 [969] R:OK -2015-03-11 01:32:54 queue INFO 3 [970] -2015-03-11 01:32:54 queue INFO >3 [971] -2015-03-11 01:32:55 sendUrl INFO 3 [970] R:OK -2015-03-11 01:32:55 sendUrl INFO 3 [971] R:OK -2015-03-11 01:33:44 queue INFO >>3 [972] -2015-03-11 01:33:45 sendUrl INFO 3 [972] R:OK -2015-03-11 01:34:34 queue INFO >>3 [973] -2015-03-11 01:34:35 sendUrl INFO 3 [973] R:OK -2015-03-11 01:35:24 queue INFO >>3 [974] -2015-03-11 01:35:25 sendUrl INFO 3 [974] R:OK -2015-03-11 01:36:15 queue INFO >>3 [975] -2015-03-11 01:36:15 sendUrl INFO 3 [975] R:OK -2015-03-11 01:37:05 queue INFO >>3 [976] -2015-03-11 01:37:05 sendUrl INFO 3 [976] R:OK -2015-03-11 01:37:55 queue INFO >>3 [977] -2015-03-11 01:37:55 sendUrl INFO 3 [977] R:OK -2015-03-11 01:38:45 queue INFO >>3 [978] -2015-03-11 01:38:45 sendUrl INFO 3 [978] R:OK -2015-03-11 01:39:35 queue INFO >>3 [979] -2015-03-11 01:39:36 sendUrl INFO 3 [979] R:OK -2015-03-11 01:40:25 queue INFO >>3 [980] -2015-03-11 01:40:26 sendUrl INFO 3 [980] R:OK -2015-03-11 01:41:16 queue INFO >>3 [981] -2015-03-11 01:41:16 sendUrl INFO 3 [981] R:OK -2015-03-11 01:41:57 queue INFO 7 [982] -2015-03-11 01:41:57 queue INFO >7 [983] -2015-03-11 01:41:58 sendUrl INFO 7 [982] R:OK -2015-03-11 01:41:58 sendUrl INFO 7 [983] R:OK -2015-03-11 01:41:59 queue INFO 3 [984] -2015-03-11 01:41:59 queue INFO >3 [985] -2015-03-11 01:41:59 sendUrl INFO 3 [984] R:OK -2015-03-11 01:42:00 sendUrl INFO 3 [985] R:OK -2015-03-11 01:42:49 queue INFO >>3 [986] -2015-03-11 01:42:49 sendUrl INFO 3 [986] R:OK -2015-03-11 01:43:39 queue INFO >>3 [987] -2015-03-11 01:43:39 sendUrl INFO 3 [987] R:OK -2015-03-11 01:44:29 queue INFO >>3 [988] -2015-03-11 01:44:30 sendUrl INFO 3 [988] R:OK -2015-03-11 01:45:19 queue INFO >>3 [989] -2015-03-11 01:45:19 sendUrl INFO 3 [989] R:OK -2015-03-11 01:46:09 queue INFO >>3 [990] -2015-03-11 01:46:10 sendUrl INFO 3 [990] R:OK -2015-03-11 01:47:00 queue INFO >>3 [991] -2015-03-11 01:47:00 sendUrl INFO 3 [991] R:OK -2015-03-11 01:47:50 queue INFO >>3 [992] -2015-03-11 01:47:50 sendUrl INFO 3 [992] R:OK -2015-03-11 01:48:40 queue INFO >>3 [993] -2015-03-11 01:48:40 sendUrl INFO 3 [993] R:OK -2015-03-11 01:49:30 queue INFO >>3 [994] -2015-03-11 01:49:31 sendUrl INFO 3 [994] R:OK -2015-03-11 01:50:20 queue INFO >>3 [995] -2015-03-11 01:50:20 sendUrl INFO 3 [995] R:OK -2015-03-11 01:51:01 queue INFO 7 [996] -2015-03-11 01:51:02 queue INFO >7 [997] -2015-03-11 01:51:02 sendUrl INFO 7 [996] R:OK -2015-03-11 01:51:02 sendUrl INFO 7 [997] R:OK -2015-03-11 01:51:03 queue INFO 3 [998] -2015-03-11 01:51:03 queue INFO >3 [999] -2015-03-11 01:51:03 sendUrl INFO 3 [998] R:OK -2015-03-11 01:51:04 sendUrl INFO 3 [999] R:OK -2015-03-11 01:51:53 queue INFO >>3 [0] -2015-03-11 01:51:54 sendUrl INFO 3 [0] R:OK -2015-03-11 01:52:43 queue INFO >>3 [1] -2015-03-11 01:52:43 sendUrl INFO 3 [1] R:OK -2015-03-11 01:53:33 queue INFO >>3 [2] -2015-03-11 01:53:34 sendUrl INFO 3 [2] R:OK -2015-03-11 01:54:24 queue INFO >>3 [3] -2015-03-11 01:54:24 sendUrl INFO 3 [3] R:OK -2015-03-11 01:55:14 queue INFO >>3 [4] -2015-03-11 01:55:14 sendUrl INFO 3 [4] R:OK -2015-03-11 01:56:04 queue INFO >>3 [5] -2015-03-11 01:56:04 sendUrl INFO 3 [5] R:OK -2015-03-11 01:56:54 queue INFO >>3 [6] -2015-03-11 01:56:55 sendUrl INFO 3 [6] R:OK -2015-03-11 01:57:44 queue INFO >>3 [7] -2015-03-11 01:57:44 sendUrl INFO 3 [7] R:OK -2015-03-11 01:58:34 queue INFO >>3 [8] -2015-03-11 01:58:35 sendUrl INFO 3 [8] R:OK -2015-03-11 01:59:24 queue INFO >>3 [9] -2015-03-11 01:59:25 sendUrl INFO 3 [9] R:OK -2015-03-11 02:00:06 queue INFO 7 [10] -2015-03-11 02:00:06 queue INFO >7 [11] -2015-03-11 02:00:06 sendUrl INFO 7 [10] R:OK -2015-03-11 02:00:06 sendUrl INFO 7 [11] R:OK -2015-03-11 02:00:07 queue INFO 3 [12] -2015-03-11 02:00:07 sendUrl INFO 3 [12] R:OK -2015-03-11 02:00:07 queue INFO >3 [13] -2015-03-11 02:00:08 sendUrl INFO 3 [13] R:OK -2015-03-11 02:00:57 queue INFO >>3 [14] -2015-03-11 02:00:58 sendUrl INFO 3 [14] R:OK -2015-03-11 02:01:48 queue INFO >>3 [15] -2015-03-11 02:01:48 sendUrl INFO 3 [15] R:OK -2015-03-11 02:02:38 queue INFO >>3 [16] -2015-03-11 02:02:38 sendUrl INFO 3 [16] R:OK -2015-03-11 02:03:28 queue INFO >>3 [17] -2015-03-11 02:03:28 sendUrl INFO 3 [17] R:OK -2015-03-11 02:04:18 queue INFO >>3 [18] -2015-03-11 02:04:19 sendUrl INFO 3 [18] R:OK -2015-03-11 02:05:08 queue INFO >>3 [19] -2015-03-11 02:05:08 sendUrl INFO 3 [19] R:OK -2015-03-11 02:05:58 queue INFO >>3 [20] -2015-03-11 02:05:59 sendUrl INFO 3 [20] R:OK -2015-03-11 02:06:48 queue INFO >>3 [21] -2015-03-11 02:06:49 sendUrl INFO 3 [21] R:OK -2015-03-11 02:07:39 queue INFO >>3 [22] -2015-03-11 02:07:39 sendUrl INFO 3 [22] R:OK -2015-03-11 02:08:29 queue INFO >>3 [23] -2015-03-11 02:08:29 sendUrl INFO 3 [23] R:OK -2015-03-11 02:09:10 queue INFO 7 [24] -2015-03-11 02:09:10 sendUrl INFO 7 [24] R:OK -2015-03-11 02:09:10 queue INFO >7 [25] -2015-03-11 02:09:10 sendUrl INFO 7 [25] R:OK -2015-03-11 02:09:11 queue INFO 3 [26] -2015-03-11 02:09:12 queue INFO >3 [27] -2015-03-11 02:09:12 sendUrl INFO 3 [26] R:OK -2015-03-11 02:09:12 sendUrl INFO 3 [27] R:OK -2015-03-11 02:10:02 queue INFO >>3 [28] -2015-03-11 02:10:02 sendUrl INFO 3 [28] R:OK -2015-03-11 02:10:52 queue INFO >>3 [29] -2015-03-11 02:10:52 sendUrl INFO 3 [29] R:OK -2015-03-11 02:11:42 queue INFO >>3 [30] -2015-03-11 02:11:42 sendUrl INFO 3 [30] R:OK -2015-03-11 02:12:32 queue INFO >>3 [31] -2015-03-11 02:12:32 sendUrl INFO 3 [31] R:OK -2015-03-11 02:13:22 queue INFO >>3 [32] -2015-03-11 02:13:23 sendUrl INFO 3 [32] R:OK -2015-03-11 02:14:12 queue INFO >>3 [33] -2015-03-11 02:14:12 sendUrl INFO 3 [33] R:OK -2015-03-11 02:15:02 queue INFO >>3 [34] -2015-03-11 02:15:03 sendUrl INFO 3 [34] R:OK -2015-03-11 02:15:53 queue INFO >>3 [35] -2015-03-11 02:15:53 sendUrl INFO 3 [35] R:OK -2015-03-11 02:16:43 queue INFO >>3 [36] -2015-03-11 02:16:43 sendUrl INFO 3 [36] R:OK -2015-03-11 02:17:33 queue INFO >>3 [37] -2015-03-11 02:17:33 sendUrl INFO 3 [37] R:OK -2015-03-11 02:18:15 queue INFO 7 [38] -2015-03-11 02:18:15 sendUrl INFO 7 [38] R:OK -2015-03-11 02:18:15 queue INFO >7 [39] -2015-03-11 02:18:16 sendUrl INFO 7 [39] R:OK -2015-03-11 02:18:17 queue INFO 3 [40] -2015-03-11 02:18:17 queue INFO >3 [41] -2015-03-11 02:18:17 sendUrl INFO 3 [40] R:OK -2015-03-11 02:18:18 sendUrl INFO 3 [41] R:OK -2015-03-11 02:19:07 queue INFO >>3 [42] -2015-03-11 02:19:07 sendUrl INFO 3 [42] R:OK -2015-03-11 02:19:57 queue INFO >>3 [43] -2015-03-11 02:19:57 sendUrl INFO 3 [43] R:OK -2015-03-11 02:20:47 queue INFO >>3 [44] -2015-03-11 02:20:47 sendUrl INFO 3 [44] R:OK -2015-03-11 02:21:37 queue INFO >>3 [45] -2015-03-11 02:21:37 sendUrl INFO 3 [45] R:OK -2015-03-11 02:22:27 queue INFO >>3 [46] -2015-03-11 02:22:28 sendUrl INFO 3 [46] R:OK -2015-03-11 02:23:17 queue INFO >>3 [47] -2015-03-11 02:23:18 sendUrl INFO 3 [47] R:OK -2015-03-11 02:24:08 queue INFO >>3 [48] -2015-03-11 02:24:08 sendUrl INFO 3 [48] R:OK -2015-03-11 02:24:58 queue INFO >>3 [49] -2015-03-11 02:24:58 sendUrl INFO 3 [49] R:OK -2015-03-11 02:25:48 queue INFO >>3 [50] -2015-03-11 02:25:48 sendUrl INFO 3 [50] R:OK -2015-03-11 02:26:38 queue INFO >>3 [51] -2015-03-11 02:26:38 sendUrl INFO 3 [51] R:OK -2015-03-11 02:27:20 queue INFO 7 [52] -2015-03-11 02:27:20 sendUrl INFO 7 [52] R:OK -2015-03-11 02:27:20 queue INFO >7 [53] -2015-03-11 02:27:20 sendUrl INFO 7 [53] R:OK -2015-03-11 02:27:21 queue INFO 3 [54] -2015-03-11 02:27:21 queue INFO >3 [55] -2015-03-11 02:27:22 sendUrl INFO 3 [54] R:OK -2015-03-11 02:27:22 sendUrl INFO 3 [55] R:OK -2015-03-11 02:28:11 queue INFO >>3 [56] -2015-03-11 02:28:12 sendUrl INFO 3 [56] R:OK -2015-03-11 02:29:01 queue INFO >>3 [57] -2015-03-11 02:29:02 sendUrl INFO 3 [57] R:OK -2015-03-11 02:29:52 queue INFO >>3 [58] -2015-03-11 02:29:52 sendUrl INFO 3 [58] R:OK -2015-03-11 02:30:42 queue INFO >>3 [59] -2015-03-11 02:30:42 sendUrl INFO 3 [59] R:OK -2015-03-11 02:31:32 queue INFO >>3 [60] -2015-03-11 02:31:32 sendUrl INFO 3 [60] R:OK -2015-03-11 02:32:22 queue INFO >>3 [61] -2015-03-11 02:32:22 sendUrl INFO 3 [61] R:OK -2015-03-11 02:33:12 queue INFO >>3 [62] -2015-03-11 02:33:13 sendUrl INFO 3 [62] R:OK -2015-03-11 02:34:02 queue INFO >>3 [63] -2015-03-11 02:34:02 sendUrl INFO 3 [63] R:OK -2015-03-11 02:34:52 queue INFO >>3 [64] -2015-03-11 02:34:53 sendUrl INFO 3 [64] R:OK -2015-03-11 02:35:43 queue INFO >>3 [65] -2015-03-11 02:35:43 sendUrl INFO 3 [65] R:OK -2015-03-11 02:36:24 queue INFO 7 [66] -2015-03-11 02:36:24 queue INFO >7 [67] -2015-03-11 02:36:24 sendUrl INFO 7 [66] R:OK -2015-03-11 02:36:25 sendUrl INFO 7 [67] R:OK -2015-03-11 02:36:26 queue INFO 3 [68] -2015-03-11 02:36:26 queue INFO >3 [69] -2015-03-11 02:36:26 sendUrl INFO 3 [68] R:OK -2015-03-11 02:36:26 sendUrl INFO 3 [69] R:OK -2015-03-11 02:37:16 queue INFO >>3 [70] -2015-03-11 02:37:16 sendUrl INFO 3 [70] R:OK -2015-03-11 02:38:06 queue INFO >>3 [71] -2015-03-11 02:38:07 sendUrl INFO 3 [71] R:OK -2015-03-11 02:38:56 queue INFO >>3 [72] -2015-03-11 02:38:56 sendUrl INFO 3 [72] R:OK -2015-03-11 02:39:46 queue INFO >>3 [73] -2015-03-11 02:39:47 sendUrl INFO 3 [73] R:OK -2015-03-11 02:40:36 queue INFO >>3 [74] -2015-03-11 02:40:37 sendUrl INFO 3 [74] R:OK -2015-03-11 02:41:27 queue INFO >>3 [75] -2015-03-11 02:41:27 sendUrl INFO 3 [75] R:OK -2015-03-11 02:42:17 queue INFO >>3 [76] -2015-03-11 02:42:17 sendUrl INFO 3 [76] R:OK -2015-03-11 02:43:07 queue INFO >>3 [77] -2015-03-11 02:43:07 sendUrl INFO 3 [77] R:OK -2015-03-11 02:43:57 queue INFO >>3 [78] -2015-03-11 02:43:57 sendUrl INFO 3 [78] R:OK -2015-03-11 02:44:47 queue INFO >>3 [79] -2015-03-11 02:44:48 sendUrl INFO 3 [79] R:OK -2015-03-11 02:45:28 queue INFO 7 [80] -2015-03-11 02:45:29 sendUrl INFO 7 [80] R:OK -2015-03-11 02:45:29 queue INFO >7 [81] -2015-03-11 02:45:29 sendUrl INFO 7 [81] R:OK -2015-03-11 02:45:30 queue INFO 3 [82] -2015-03-11 02:45:30 queue INFO >3 [83] -2015-03-11 02:45:31 sendUrl INFO 3 [82] R:OK -2015-03-11 02:45:31 sendUrl INFO 3 [83] R:OK -2015-03-11 02:46:20 queue INFO >>3 [84] -2015-03-11 02:46:20 sendUrl INFO 3 [84] R:OK -2015-03-11 02:47:10 queue INFO >>3 [85] -2015-03-11 02:47:11 sendUrl INFO 3 [85] R:OK -2015-03-11 02:48:00 queue INFO >>3 [86] -2015-03-11 02:48:01 sendUrl INFO 3 [86] R:OK -2015-03-11 02:48:51 queue INFO >>3 [87] -2015-03-11 02:48:51 sendUrl INFO 3 [87] R:OK -2015-03-11 02:49:41 queue INFO >>3 [88] -2015-03-11 02:49:41 sendUrl INFO 3 [88] R:OK -2015-03-11 02:50:31 queue INFO >>3 [89] -2015-03-11 02:50:31 sendUrl INFO 3 [89] R:OK -2015-03-11 02:51:21 queue INFO >>3 [90] -2015-03-11 02:51:21 sendUrl INFO 3 [90] R:OK -2015-03-11 02:52:11 queue INFO >>3 [91] -2015-03-11 02:52:12 sendUrl INFO 3 [91] R:OK -2015-03-11 02:53:01 queue INFO >>3 [92] -2015-03-11 02:53:02 sendUrl INFO 3 [92] R:OK -2015-03-11 02:53:51 queue INFO >>3 [93] -2015-03-11 02:53:52 sendUrl INFO 3 [93] R:OK -2015-03-11 02:54:33 queue INFO 7 [94] -2015-03-11 02:54:33 queue INFO >7 [95] -2015-03-11 02:54:33 sendUrl INFO 7 [94] R:OK -2015-03-11 02:54:34 sendUrl INFO 7 [95] R:OK -2015-03-11 02:54:34 queue INFO 3 [96] -2015-03-11 02:54:34 queue INFO >3 [97] -2015-03-11 02:54:35 sendUrl INFO 3 [96] R:OK -2015-03-11 02:54:35 sendUrl INFO 3 [97] R:OK -2015-03-11 02:55:24 queue INFO >>3 [98] -2015-03-11 02:55:24 sendUrl INFO 3 [98] R:OK -2015-03-11 02:56:15 queue INFO >>3 [99] -2015-03-11 02:56:15 sendUrl INFO 3 [99] R:OK -2015-03-11 02:57:05 queue INFO >>3 [100] -2015-03-11 02:57:05 sendUrl INFO 3 [100] R:OK -2015-03-11 02:57:55 queue INFO >>3 [101] -2015-03-11 02:57:55 sendUrl INFO 3 [101] R:OK -2015-03-11 02:58:45 queue INFO >>3 [102] -2015-03-11 02:58:45 sendUrl INFO 3 [102] R:OK -2015-03-11 02:59:35 queue INFO >>3 [103] -2015-03-11 02:59:35 sendUrl INFO 3 [103] R:OK -2015-03-11 03:00:25 queue INFO >>3 [104] -2015-03-11 03:00:25 sendUrl INFO 3 [104] R:OK -2015-03-11 03:01:15 queue INFO >>3 [105] -2015-03-11 03:01:16 sendUrl INFO 3 [105] R:OK -2015-03-11 03:02:05 queue INFO >>3 [106] -2015-03-11 03:02:06 sendUrl INFO 3 [106] R:OK -2015-03-11 03:02:56 queue INFO >>3 [107] -2015-03-11 03:02:56 sendUrl INFO 3 [107] R:OK -2015-03-11 03:03:37 queue INFO 7 [108] -2015-03-11 03:03:37 queue INFO >7 [109] -2015-03-11 03:03:37 sendUrl INFO 7 [108] R:OK -2015-03-11 03:03:38 sendUrl INFO 7 [109] R:OK -2015-03-11 03:03:38 queue INFO 3 [110] -2015-03-11 03:03:39 queue INFO >3 [111] -2015-03-11 03:03:39 sendUrl INFO 3 [110] R:OK -2015-03-11 03:03:39 sendUrl INFO 3 [111] R:OK -2015-03-11 03:04:29 queue INFO >>3 [112] -2015-03-11 03:04:29 sendUrl INFO 3 [112] R:OK -2015-03-11 03:05:19 queue INFO >>3 [113] -2015-03-11 03:05:19 sendUrl INFO 3 [113] R:OK -2015-03-11 03:06:09 queue INFO >>3 [114] -2015-03-11 03:06:09 sendUrl INFO 3 [114] R:OK -2015-03-11 03:06:59 queue INFO >>3 [115] -2015-03-11 03:07:00 sendUrl INFO 3 [115] R:OK -2015-03-11 03:07:49 queue INFO >>3 [116] -2015-03-11 03:07:49 sendUrl INFO 3 [116] R:OK -2015-03-11 03:08:39 queue INFO >>3 [117] -2015-03-11 03:08:40 sendUrl INFO 3 [117] R:OK -2015-03-11 03:09:30 queue INFO >>3 [118] -2015-03-11 03:09:30 sendUrl INFO 3 [118] R:OK -2015-03-11 03:10:20 queue INFO >>3 [119] -2015-03-11 03:10:20 sendUrl INFO 3 [119] R:OK -2015-03-11 03:11:10 queue INFO >>3 [120] -2015-03-11 03:11:10 sendUrl INFO 3 [120] R:OK -2015-03-11 03:12:00 queue INFO >>3 [121] -2015-03-11 03:12:00 sendUrl INFO 3 [121] R:OK -2015-03-11 03:12:42 queue INFO 7 [122] -2015-03-11 03:12:42 queue INFO >7 [123] -2015-03-11 03:12:42 sendUrl INFO 7 [122] R:OK -2015-03-11 03:12:43 sendUrl INFO 7 [123] R:OK -2015-03-11 03:12:44 queue INFO 3 [124] -2015-03-11 03:12:44 queue INFO >3 [125] -2015-03-11 03:12:44 sendUrl INFO 3 [124] R:OK -2015-03-11 03:12:44 sendUrl INFO 3 [125] R:OK -2015-03-11 03:13:34 queue INFO >>3 [126] -2015-03-11 03:13:34 sendUrl INFO 3 [126] R:OK -2015-03-11 03:14:24 queue INFO >>3 [127] -2015-03-11 03:14:24 sendUrl INFO 3 [127] R:OK -2015-03-11 03:15:14 queue INFO >>3 [128] -2015-03-11 03:15:14 sendUrl INFO 3 [128] R:OK -2015-03-11 03:16:04 queue INFO >>3 [129] -2015-03-11 03:16:05 sendUrl INFO 3 [129] R:OK -2015-03-11 03:16:54 queue INFO >>3 [130] -2015-03-11 03:16:55 sendUrl INFO 3 [130] R:OK -2015-03-11 03:17:44 queue INFO >>3 [131] -2015-03-11 03:17:45 sendUrl INFO 3 [131] R:OK -2015-03-11 03:18:35 queue INFO >>3 [132] -2015-03-11 03:18:35 sendUrl INFO 3 [132] R:OK -2015-03-11 03:19:25 queue INFO >>3 [133] -2015-03-11 03:19:25 sendUrl INFO 3 [133] R:OK -2015-03-11 03:20:15 queue INFO >>3 [134] -2015-03-11 03:20:15 sendUrl INFO 3 [134] R:OK -2015-03-11 03:21:05 queue INFO >>3 [135] -2015-03-11 03:21:05 sendUrl INFO 3 [135] R:OK -2015-03-11 03:21:46 queue INFO 7 [136] -2015-03-11 03:21:47 queue INFO >7 [137] -2015-03-11 03:21:47 sendUrl INFO 7 [136] R:OK -2015-03-11 03:21:47 sendUrl INFO 7 [137] R:OK -2015-03-11 03:21:48 queue INFO 3 [138] -2015-03-11 03:21:48 queue INFO >3 [139] -2015-03-11 03:21:49 sendUrl INFO 3 [138] R:OK -2015-03-11 03:21:49 sendUrl INFO 3 [139] R:OK -2015-03-11 03:22:38 queue INFO >>3 [140] -2015-03-11 03:22:38 sendUrl INFO 3 [140] R:OK -2015-03-11 03:23:28 queue INFO >>3 [141] -2015-03-11 03:23:29 sendUrl INFO 3 [141] R:OK -2015-03-11 03:24:18 queue INFO >>3 [142] -2015-03-11 03:24:19 sendUrl INFO 3 [142] R:OK -2015-03-11 03:25:09 queue INFO >>3 [143] -2015-03-11 03:25:09 sendUrl INFO 3 [143] R:OK -2015-03-11 03:25:59 queue INFO >>3 [144] -2015-03-11 03:25:59 sendUrl INFO 3 [144] R:OK -2015-03-11 03:26:49 queue INFO >>3 [145] -2015-03-11 03:26:49 sendUrl INFO 3 [145] R:OK -2015-03-11 03:27:39 queue INFO >>3 [146] -2015-03-11 03:27:39 sendUrl INFO 3 [146] R:OK -2015-03-11 03:28:29 queue INFO >>3 [147] -2015-03-11 03:28:30 sendUrl INFO 3 [147] R:OK -2015-03-11 03:29:19 queue INFO >>3 [148] -2015-03-11 03:29:20 sendUrl INFO 3 [148] R:OK -2015-03-11 03:30:10 queue INFO >>3 [149] -2015-03-11 03:30:10 sendUrl INFO 3 [149] R:OK -2015-03-11 03:30:51 queue INFO 7 [150] -2015-03-11 03:30:51 queue INFO >7 [151] -2015-03-11 03:30:52 sendUrl INFO 7 [150] R:OK -2015-03-11 03:30:52 sendUrl INFO 7 [151] R:OK -2015-03-11 03:30:53 queue INFO 3 [152] -2015-03-11 03:30:53 queue INFO >3 [153] -2015-03-11 03:30:53 sendUrl INFO 3 [152] R:OK -2015-03-11 03:30:54 sendUrl INFO 3 [153] R:OK -2015-03-11 03:31:43 queue INFO >>3 [154] -2015-03-11 03:31:43 sendUrl INFO 3 [154] R:OK -2015-03-11 03:32:33 queue INFO >>3 [155] -2015-03-11 03:32:33 sendUrl INFO 3 [155] R:OK -2015-03-11 03:33:23 queue INFO >>3 [156] -2015-03-11 03:33:24 sendUrl INFO 3 [156] R:OK -2015-03-11 03:34:13 queue INFO >>3 [157] -2015-03-11 03:34:13 sendUrl INFO 3 [157] R:OK -2015-03-11 03:35:03 queue INFO >>3 [158] -2015-03-11 03:35:04 sendUrl INFO 3 [158] R:OK -2015-03-11 03:35:54 queue INFO >>3 [159] -2015-03-11 03:35:54 sendUrl INFO 3 [159] R:OK -2015-03-11 03:36:44 queue INFO >>3 [160] -2015-03-11 03:36:44 sendUrl INFO 3 [160] R:OK -2015-03-11 03:37:34 queue INFO >>3 [161] -2015-03-11 03:37:34 sendUrl INFO 3 [161] R:OK -2015-03-11 03:38:24 queue INFO >>3 [162] -2015-03-11 03:38:25 sendUrl INFO 3 [162] R:OK -2015-03-11 03:39:14 queue INFO >>3 [163] -2015-03-11 03:39:14 sendUrl INFO 3 [163] R:OK -2015-03-11 03:39:55 queue INFO 7 [164] -2015-03-11 03:39:56 queue INFO >7 [165] -2015-03-11 03:39:56 sendUrl INFO 7 [164] R:OK -2015-03-11 03:39:56 sendUrl INFO 7 [165] R:OK -2015-03-11 03:39:57 queue INFO 3 [166] -2015-03-11 03:39:57 queue INFO >3 [167] -2015-03-11 03:39:57 sendUrl INFO 3 [166] R:OK -2015-03-11 03:39:58 sendUrl INFO 3 [167] R:OK -2015-03-11 03:40:47 queue INFO >>3 [168] -2015-03-11 03:40:48 sendUrl INFO 3 [168] R:OK -2015-03-11 03:41:37 queue INFO >>3 [169] -2015-03-11 03:41:37 sendUrl INFO 3 [169] R:OK -2015-03-11 03:42:27 queue INFO >>3 [170] -2015-03-11 03:42:28 sendUrl INFO 3 [170] R:OK -2015-03-11 03:43:18 queue INFO >>3 [171] -2015-03-11 03:43:18 sendUrl INFO 3 [171] R:OK -2015-03-11 03:44:08 queue INFO >>3 [172] -2015-03-11 03:44:08 sendUrl INFO 3 [172] R:OK -2015-03-11 03:44:58 queue INFO >>3 [173] -2015-03-11 03:44:58 sendUrl INFO 3 [173] R:OK -2015-03-11 03:45:48 queue INFO >>3 [174] -2015-03-11 03:45:49 sendUrl INFO 3 [174] R:OK -2015-03-11 03:46:38 queue INFO >>3 [175] -2015-03-11 03:46:38 sendUrl INFO 3 [175] R:OK -2015-03-11 03:47:28 queue INFO >>3 [176] -2015-03-11 03:47:29 sendUrl INFO 3 [176] R:OK -2015-03-11 03:48:18 queue INFO >>3 [177] -2015-03-11 03:48:19 sendUrl INFO 3 [177] R:OK -2015-03-11 03:49:00 queue INFO 7 [178] -2015-03-11 03:49:00 queue INFO >7 [179] -2015-03-11 03:49:00 sendUrl INFO 7 [178] R:OK -2015-03-11 03:49:00 sendUrl INFO 7 [179] R:OK -2015-03-11 03:49:01 queue INFO 3 [180] -2015-03-11 03:49:01 sendUrl INFO 3 [180] R:OK -2015-03-11 03:49:01 queue INFO >3 [181] -2015-03-11 03:49:02 sendUrl INFO 3 [181] R:OK -2015-03-11 03:49:51 queue INFO >>3 [182] -2015-03-11 03:49:52 sendUrl INFO 3 [182] R:OK -2015-03-11 03:50:42 queue INFO >>3 [183] -2015-03-11 03:50:42 sendUrl INFO 3 [183] R:OK -2015-03-11 03:51:32 queue INFO >>3 [184] -2015-03-11 03:51:32 sendUrl INFO 3 [184] R:OK -2015-03-11 03:52:22 queue INFO >>3 [185] -2015-03-11 03:52:22 sendUrl INFO 3 [185] R:OK -2015-03-11 03:53:12 queue INFO >>3 [186] -2015-03-11 03:53:12 sendUrl INFO 3 [186] R:OK -2015-03-11 03:54:02 queue INFO >>3 [187] -2015-03-11 03:54:02 sendUrl INFO 3 [187] R:OK -2015-03-11 03:54:52 queue INFO >>3 [188] -2015-03-11 03:54:53 sendUrl INFO 3 [188] R:OK -2015-03-11 03:55:42 queue INFO >>3 [189] -2015-03-11 03:55:43 sendUrl INFO 3 [189] R:OK -2015-03-11 03:56:33 queue INFO >>3 [190] -2015-03-11 03:56:33 sendUrl INFO 3 [190] R:OK -2015-03-11 03:57:23 queue INFO >>3 [191] -2015-03-11 03:57:23 sendUrl INFO 3 [191] R:OK -2015-03-11 03:58:04 queue INFO 7 [192] -2015-03-11 03:58:04 queue INFO >7 [193] -2015-03-11 03:58:04 sendUrl INFO 7 [192] R:OK -2015-03-11 03:58:05 sendUrl INFO 7 [193] R:OK -2015-03-11 03:58:05 queue INFO 3 [194] -2015-03-11 03:58:06 queue INFO >3 [195] -2015-03-11 03:58:06 sendUrl INFO 3 [194] R:OK -2015-03-11 03:58:06 sendUrl INFO 3 [195] R:OK -2015-03-11 03:58:56 queue INFO >>3 [196] -2015-03-11 03:58:56 sendUrl INFO 3 [196] R:OK -2015-03-11 03:59:46 queue INFO >>3 [197] -2015-03-11 03:59:46 sendUrl INFO 3 [197] R:OK -2015-03-11 04:00:36 queue INFO >>3 [198] -2015-03-11 04:00:36 sendUrl INFO 3 [198] R:OK -2015-03-11 04:01:26 queue INFO >>3 [199] -2015-03-11 04:01:26 sendUrl INFO 3 [199] R:OK -2015-03-11 04:02:16 queue INFO >>3 [200] -2015-03-11 04:02:17 sendUrl INFO 3 [200] R:OK -2015-03-11 04:03:06 queue INFO >>3 [201] -2015-03-11 04:03:07 sendUrl INFO 3 [201] R:OK -2015-03-11 04:03:57 queue INFO >>3 [202] -2015-03-11 04:03:57 sendUrl INFO 3 [202] R:OK -2015-03-11 04:04:47 queue INFO >>3 [203] -2015-03-11 04:04:47 sendUrl INFO 3 [203] R:OK -2015-03-11 04:05:37 queue INFO >>3 [204] -2015-03-11 04:05:37 sendUrl INFO 3 [204] R:OK -2015-03-11 04:06:27 queue INFO >>3 [205] -2015-03-11 04:06:27 sendUrl INFO 3 [205] R:OK -2015-03-11 04:07:09 queue INFO 7 [206] -2015-03-11 04:07:09 sendUrl INFO 7 [206] R:OK -2015-03-11 04:07:09 queue INFO >7 [207] -2015-03-11 04:07:10 sendUrl INFO 7 [207] R:OK -2015-03-11 04:07:11 queue INFO 3 [208] -2015-03-11 04:07:11 queue INFO >3 [209] -2015-03-11 04:07:11 sendUrl INFO 3 [208] R:OK -2015-03-11 04:07:12 sendUrl INFO 3 [209] R:OK -2015-03-11 04:08:01 queue INFO >>3 [210] -2015-03-11 04:08:01 sendUrl INFO 3 [210] R:OK -2015-03-11 04:08:14 queue INFO 21 [211] -2015-03-11 04:08:14 queue INFO >21 [212] -2015-03-11 04:08:14 sendUrl INFO 21 [211] R:OK -2015-03-11 04:08:14 sendUrl INFO 21 [212] R:OK -2015-03-11 04:09:04 queue INFO >>21 [213] -2015-03-11 04:09:04 sendUrl INFO 21 [213] R:OK -2015-03-11 04:09:54 queue INFO >>21 [214] -2015-03-11 04:09:54 sendUrl INFO 21 [214] R:OK -2015-03-11 04:10:44 queue INFO >>21 [215] -2015-03-11 04:10:44 sendUrl INFO 21 [215] R:OK -2015-03-11 04:11:34 queue INFO >>21 [216] -2015-03-11 04:11:35 sendUrl INFO 21 [216] R:OK -2015-03-11 04:12:24 queue INFO >>21 [217] -2015-03-11 04:12:25 sendUrl INFO 21 [217] R:OK -2015-03-11 04:13:15 queue INFO >>21 [218] -2015-03-11 04:13:15 sendUrl INFO 21 [218] R:OK -2015-03-11 04:14:05 queue INFO >>21 [219] -2015-03-11 04:14:05 sendUrl INFO 21 [219] R:OK -2015-03-11 04:14:34 queue INFO 1 [220] -2015-03-11 04:14:34 sendUrl INFO 1 [220] R:OK -2015-03-11 04:14:34 queue INFO >1 [221] -2015-03-11 04:14:34 sendUrl INFO 1 [221] R:OK -2015-03-11 04:14:47 queue INFO 3 [222] -2015-03-11 04:14:47 queue INFO >3 [223] -2015-03-11 04:14:47 sendUrl INFO 3 [222] R:OK -2015-03-11 04:14:48 sendUrl INFO 3 [223] R:OK -2015-03-11 04:15:37 queue INFO >>3 [224] -2015-03-11 04:15:37 sendUrl INFO 3 [224] R:OK -2015-03-11 04:16:27 queue INFO >>3 [225] -2015-03-11 04:16:27 sendUrl INFO 3 [225] R:OK -2015-03-11 04:17:17 queue INFO >>3 [226] -2015-03-11 04:17:18 sendUrl INFO 3 [226] R:OK -2015-03-11 04:18:07 queue INFO >>3 [227] -2015-03-11 04:18:08 sendUrl INFO 3 [227] R:OK -2015-03-11 04:18:58 queue INFO >>3 [228] -2015-03-11 04:18:58 sendUrl INFO 3 [228] R:OK -2015-03-11 04:19:48 queue INFO >>3 [229] -2015-03-11 04:19:48 sendUrl INFO 3 [229] R:OK -2015-03-11 04:20:38 queue INFO >>3 [230] -2015-03-11 04:20:38 sendUrl INFO 3 [230] R:OK -2015-03-11 04:21:28 queue INFO >>3 [231] -2015-03-11 04:21:28 sendUrl INFO 3 [231] R:OK -2015-03-11 04:22:18 queue INFO >>3 [232] -2015-03-11 04:22:19 sendUrl INFO 3 [232] R:OK -2015-03-11 04:22:37 queue INFO 7 [233] -2015-03-11 04:22:38 queue INFO >7 [234] -2015-03-11 04:22:38 sendUrl INFO 7 [233] R:OK -2015-03-11 04:22:38 sendUrl INFO 7 [234] R:OK -2015-03-11 04:22:39 queue INFO 3 [235] -2015-03-11 04:22:39 sendUrl INFO 3 [235] R:OK -2015-03-11 04:22:39 queue INFO >3 [236] -2015-03-11 04:22:40 sendUrl INFO 3 [236] R:OK -2015-03-11 04:23:29 queue INFO >>3 [237] -2015-03-11 04:23:30 sendUrl INFO 3 [237] R:OK -2015-03-11 04:24:19 queue INFO >>3 [238] -2015-03-11 04:24:20 sendUrl INFO 3 [238] R:OK -2015-03-11 04:25:09 queue INFO >>3 [239] -2015-03-11 04:25:10 sendUrl INFO 3 [239] R:OK -2015-03-11 04:26:00 queue INFO >>3 [240] -2015-03-11 04:26:00 sendUrl INFO 3 [240] R:OK -2015-03-11 04:26:50 queue INFO >>3 [241] -2015-03-11 04:26:50 sendUrl INFO 3 [241] R:OK -2015-03-11 04:27:40 queue INFO >>3 [242] -2015-03-11 04:27:40 sendUrl INFO 3 [242] R:OK -2015-03-11 04:28:30 queue INFO >>3 [243] -2015-03-11 04:28:31 sendUrl INFO 3 [243] R:OK -2015-03-11 04:29:20 queue INFO >>3 [244] -2015-03-11 04:29:20 sendUrl INFO 3 [244] R:OK -2015-03-11 04:30:10 queue INFO >>3 [245] -2015-03-11 04:30:11 sendUrl INFO 3 [245] R:OK -2015-03-11 04:31:01 queue INFO >>3 [246] -2015-03-11 04:31:01 sendUrl INFO 3 [246] R:OK -2015-03-11 04:31:42 queue INFO 7 [247] -2015-03-11 04:31:42 queue INFO >7 [248] -2015-03-11 04:31:42 sendUrl INFO 7 [247] R:OK -2015-03-11 04:31:43 sendUrl INFO 7 [248] R:OK -2015-03-11 04:31:44 queue INFO 3 [249] -2015-03-11 04:31:44 sendUrl INFO 3 [249] R:OK -2015-03-11 04:31:44 queue INFO >3 [250] -2015-03-11 04:31:44 sendUrl INFO 3 [250] R:OK -2015-03-11 04:32:34 queue INFO >>3 [251] -2015-03-11 04:32:34 sendUrl INFO 3 [251] R:OK -2015-03-11 04:33:24 queue INFO >>3 [252] -2015-03-11 04:33:24 sendUrl INFO 3 [252] R:OK -2015-03-11 04:34:14 queue INFO >>3 [253] -2015-03-11 04:34:14 sendUrl INFO 3 [253] R:OK -2015-03-11 04:35:04 queue INFO >>3 [254] -2015-03-11 04:35:05 sendUrl INFO 3 [254] R:OK -2015-03-11 04:35:54 queue INFO >>3 [255] -2015-03-11 04:35:54 sendUrl INFO 3 [255] R:OK -2015-03-11 04:36:44 queue INFO >>3 [256] -2015-03-11 04:36:45 sendUrl INFO 3 [256] R:OK -2015-03-11 04:37:35 queue INFO >>3 [257] -2015-03-11 04:37:35 sendUrl INFO 3 [257] R:OK -2015-03-11 04:38:25 queue INFO >>3 [258] -2015-03-11 04:38:25 sendUrl INFO 3 [258] R:OK -2015-03-11 04:39:15 queue INFO >>3 [259] -2015-03-11 04:39:15 sendUrl INFO 3 [259] R:OK -2015-03-11 04:40:05 queue INFO >>3 [260] -2015-03-11 04:40:05 sendUrl INFO 3 [260] R:OK -2015-03-11 04:40:46 queue INFO 7 [261] -2015-03-11 04:40:46 sendUrl INFO 7 [261] R:OK -2015-03-11 04:40:47 queue INFO >7 [262] -2015-03-11 04:40:47 sendUrl INFO 7 [262] R:OK -2015-03-11 04:40:48 queue INFO 3 [263] -2015-03-11 04:40:48 queue INFO >3 [264] -2015-03-11 04:40:48 sendUrl INFO 3 [263] R:OK -2015-03-11 04:40:49 sendUrl INFO 3 [264] R:OK -2015-03-11 04:41:38 queue INFO >>3 [265] -2015-03-11 04:41:38 sendUrl INFO 3 [265] R:OK -2015-03-11 04:42:28 queue INFO >>3 [266] -2015-03-11 04:42:29 sendUrl INFO 3 [266] R:OK -2015-03-11 04:43:18 queue INFO >>3 [267] -2015-03-11 04:43:19 sendUrl INFO 3 [267] R:OK -2015-03-11 04:44:09 queue INFO >>3 [268] -2015-03-11 04:44:09 sendUrl INFO 3 [268] R:OK -2015-03-11 04:44:59 queue INFO >>3 [269] -2015-03-11 04:44:59 sendUrl INFO 3 [269] R:OK -2015-03-11 04:45:49 queue INFO >>3 [270] -2015-03-11 04:45:49 sendUrl INFO 3 [270] R:OK -2015-03-11 04:46:39 queue INFO >>3 [271] -2015-03-11 04:46:39 sendUrl INFO 3 [271] R:OK -2015-03-11 04:47:29 queue INFO >>3 [272] -2015-03-11 04:47:30 sendUrl INFO 3 [272] R:OK -2015-03-11 04:48:19 queue INFO >>3 [273] -2015-03-11 04:48:19 sendUrl INFO 3 [273] R:OK -2015-03-11 04:49:09 queue INFO >>3 [274] -2015-03-11 04:49:10 sendUrl INFO 3 [274] R:OK -2015-03-11 04:49:51 queue INFO 7 [275] -2015-03-11 04:49:51 queue INFO >7 [276] -2015-03-11 04:49:51 sendUrl INFO 7 [275] R:OK -2015-03-11 04:49:52 sendUrl INFO 7 [276] R:OK -2015-03-11 04:49:52 queue INFO 3 [277] -2015-03-11 04:49:52 queue INFO >3 [278] -2015-03-11 04:49:53 sendUrl INFO 3 [277] R:OK -2015-03-11 04:49:53 sendUrl INFO 3 [278] R:OK -2015-03-11 04:50:42 queue INFO >>3 [279] -2015-03-11 04:50:43 sendUrl INFO 3 [279] R:OK -2015-03-11 04:51:32 queue INFO >>3 [280] -2015-03-11 04:51:33 sendUrl INFO 3 [280] R:OK -2015-03-11 04:52:23 queue INFO >>3 [281] -2015-03-11 04:52:23 sendUrl INFO 3 [281] R:OK -2015-03-11 04:53:13 queue INFO >>3 [282] -2015-03-11 04:53:13 sendUrl INFO 3 [282] R:OK -2015-03-11 04:54:03 queue INFO >>3 [283] -2015-03-11 04:54:03 sendUrl INFO 3 [283] R:OK -2015-03-11 04:54:53 queue INFO >>3 [284] -2015-03-11 04:54:54 sendUrl INFO 3 [284] R:OK -2015-03-11 04:55:43 queue INFO >>3 [285] -2015-03-11 04:55:43 sendUrl INFO 3 [285] R:OK -2015-03-11 04:56:33 queue INFO >>3 [286] -2015-03-11 04:56:34 sendUrl INFO 3 [286] R:OK -2015-03-11 04:57:24 queue INFO >>3 [287] -2015-03-11 04:57:24 sendUrl INFO 3 [287] R:OK -2015-03-11 04:58:14 queue INFO >>3 [288] -2015-03-11 04:58:14 sendUrl INFO 3 [288] R:OK -2015-03-11 04:58:55 queue INFO 7 [289] -2015-03-11 04:58:55 queue INFO >7 [290] -2015-03-11 04:58:55 sendUrl INFO 7 [289] R:OK -2015-03-11 04:58:56 sendUrl INFO 7 [290] R:OK -2015-03-11 04:58:56 queue INFO 3 [291] -2015-03-11 04:58:57 queue INFO >3 [292] -2015-03-11 04:58:57 sendUrl INFO 3 [291] R:OK -2015-03-11 04:58:57 sendUrl INFO 3 [292] R:OK -2015-03-11 04:59:47 queue INFO >>3 [293] -2015-03-11 04:59:47 sendUrl INFO 3 [293] R:OK -2015-03-11 05:00:37 queue INFO >>3 [294] -2015-03-11 05:00:37 sendUrl INFO 3 [294] R:OK -2015-03-11 05:01:27 queue INFO >>3 [295] -2015-03-11 05:01:27 sendUrl INFO 3 [295] R:OK -2015-03-11 05:02:17 queue INFO >>3 [296] -2015-03-11 05:02:18 sendUrl INFO 3 [296] R:OK -2015-03-11 05:03:07 queue INFO >>3 [297] -2015-03-11 05:03:07 sendUrl INFO 3 [297] R:OK -2015-03-11 05:03:57 queue INFO >>3 [298] -2015-03-11 05:03:58 sendUrl INFO 3 [298] R:OK -2015-03-11 05:04:48 queue INFO >>3 [299] -2015-03-11 05:04:48 sendUrl INFO 3 [299] R:OK -2015-03-11 05:05:38 queue INFO >>3 [300] -2015-03-11 05:05:38 sendUrl INFO 3 [300] R:OK -2015-03-11 05:06:28 queue INFO >>3 [301] -2015-03-11 05:06:28 sendUrl INFO 3 [301] R:OK -2015-03-11 05:07:18 queue INFO >>3 [302] -2015-03-11 05:07:19 sendUrl INFO 3 [302] R:OK -2015-03-11 05:08:00 queue INFO 7 [303] -2015-03-11 05:08:00 queue INFO >7 [304] -2015-03-11 05:08:00 sendUrl INFO 7 [303] R:OK -2015-03-11 05:08:01 sendUrl INFO 7 [304] R:OK -2015-03-11 05:08:02 queue INFO 3 [305] -2015-03-11 05:08:02 queue INFO >3 [306] -2015-03-11 05:08:02 sendUrl INFO 3 [305] R:OK -2015-03-11 05:08:02 sendUrl INFO 3 [306] R:OK -2015-03-11 05:08:52 queue INFO >>3 [307] -2015-03-11 05:08:52 sendUrl INFO 3 [307] R:OK -2015-03-11 05:09:42 queue INFO >>3 [308] -2015-03-11 05:09:42 sendUrl INFO 3 [308] R:OK -2015-03-11 05:10:32 queue INFO >>3 [309] -2015-03-11 05:10:32 sendUrl INFO 3 [309] R:OK -2015-03-11 05:11:22 queue INFO >>3 [310] -2015-03-11 05:11:23 sendUrl INFO 3 [310] R:OK -2015-03-11 05:12:12 queue INFO >>3 [311] -2015-03-11 05:12:12 sendUrl INFO 3 [311] R:OK -2015-03-11 05:13:02 queue INFO >>3 [312] -2015-03-11 05:13:03 sendUrl INFO 3 [312] R:OK -2015-03-11 05:13:53 queue INFO >>3 [313] -2015-03-11 05:13:53 sendUrl INFO 3 [313] R:OK -2015-03-11 05:14:43 queue INFO >>3 [314] -2015-03-11 05:14:43 sendUrl INFO 3 [314] R:OK -2015-03-11 05:15:33 queue INFO >>3 [315] -2015-03-11 05:15:33 sendUrl INFO 3 [315] R:OK -2015-03-11 05:16:23 queue INFO >>3 [316] -2015-03-11 05:16:23 sendUrl INFO 3 [316] R:OK -2015-03-11 05:17:05 queue INFO 7 [317] -2015-03-11 05:17:05 queue INFO >7 [318] -2015-03-11 05:17:05 sendUrl INFO 7 [317] R:OK -2015-03-11 05:17:05 sendUrl INFO 7 [318] R:OK -2015-03-11 05:17:06 queue INFO 3 [319] -2015-03-11 05:17:06 queue INFO >3 [320] -2015-03-11 05:17:06 sendUrl INFO 3 [319] R:OK -2015-03-11 05:17:07 sendUrl INFO 3 [320] R:OK -2015-03-11 05:17:56 queue INFO >>3 [321] -2015-03-11 05:17:56 sendUrl INFO 3 [321] R:OK -2015-03-11 05:18:46 queue INFO >>3 [322] -2015-03-11 05:18:47 sendUrl INFO 3 [322] R:OK -2015-03-11 05:19:36 queue INFO >>3 [323] -2015-03-11 05:19:37 sendUrl INFO 3 [323] R:OK -2015-03-11 05:20:27 queue INFO >>3 [324] -2015-03-11 05:20:27 sendUrl INFO 3 [324] R:OK -2015-03-11 05:21:17 queue INFO >>3 [325] -2015-03-11 05:21:17 sendUrl INFO 3 [325] R:OK -2015-03-11 05:22:07 queue INFO >>3 [326] -2015-03-11 05:22:07 sendUrl INFO 3 [326] R:OK -2015-03-11 05:22:57 queue INFO >>3 [327] -2015-03-11 05:22:57 sendUrl INFO 3 [327] R:OK -2015-03-11 05:23:47 queue INFO >>3 [328] -2015-03-11 05:23:48 sendUrl INFO 3 [328] R:OK -2015-03-11 05:24:37 queue INFO >>3 [329] -2015-03-11 05:24:37 sendUrl INFO 3 [329] R:OK -2015-03-11 05:25:27 queue INFO >>3 [330] -2015-03-11 05:25:28 sendUrl INFO 3 [330] R:OK -2015-03-11 05:26:09 queue INFO 7 [331] -2015-03-11 05:26:09 sendUrl INFO 7 [331] R:OK -2015-03-11 05:26:09 queue INFO >7 [332] -2015-03-11 05:26:10 sendUrl INFO 7 [332] R:OK -2015-03-11 05:26:11 queue INFO 3 [333] -2015-03-11 05:26:11 queue INFO >3 [334] -2015-03-11 05:26:11 sendUrl INFO 3 [333] R:OK -2015-03-11 05:26:12 sendUrl INFO 3 [334] R:OK -2015-03-11 05:27:01 queue INFO >>3 [335] -2015-03-11 05:27:01 sendUrl INFO 3 [335] R:OK -2015-03-11 05:27:51 queue INFO >>3 [336] -2015-03-11 05:27:51 sendUrl INFO 3 [336] R:OK -2015-03-11 05:28:41 queue INFO >>3 [337] -2015-03-11 05:28:41 sendUrl INFO 3 [337] R:OK -2015-03-11 05:29:31 queue INFO >>3 [338] -2015-03-11 05:29:31 sendUrl INFO 3 [338] R:OK -2015-03-11 05:30:21 queue INFO >>3 [339] -2015-03-11 05:30:22 sendUrl INFO 3 [339] R:OK -2015-03-11 05:31:11 queue INFO >>3 [340] -2015-03-11 05:31:12 sendUrl INFO 3 [340] R:OK -2015-03-11 05:32:02 queue INFO >>3 [341] -2015-03-11 05:32:02 sendUrl INFO 3 [341] R:OK -2015-03-11 05:32:52 queue INFO >>3 [342] -2015-03-11 05:32:52 sendUrl INFO 3 [342] R:OK -2015-03-11 05:33:42 queue INFO >>3 [343] -2015-03-11 05:33:42 sendUrl INFO 3 [343] R:OK -2015-03-11 05:34:32 queue INFO >>3 [344] -2015-03-11 05:34:32 sendUrl INFO 3 [344] R:OK -2015-03-11 05:35:13 queue INFO 7 [345] -2015-03-11 05:35:13 queue INFO >7 [346] -2015-03-11 05:35:14 sendUrl INFO 7 [345] R:OK -2015-03-11 05:35:14 sendUrl INFO 7 [346] R:OK -2015-03-11 05:35:15 queue INFO 3 [347] -2015-03-11 05:35:15 queue INFO >3 [348] -2015-03-11 05:35:15 sendUrl INFO 3 [347] R:OK -2015-03-11 05:35:16 sendUrl INFO 3 [348] R:OK -2015-03-11 05:36:05 queue INFO >>3 [349] -2015-03-11 05:36:05 sendUrl INFO 3 [349] R:OK -2015-03-11 05:36:55 queue INFO >>3 [350] -2015-03-11 05:36:55 sendUrl INFO 3 [350] R:OK -2015-03-11 05:37:45 queue INFO >>3 [351] -2015-03-11 05:37:46 sendUrl INFO 3 [351] R:OK -2015-03-11 05:38:36 queue INFO >>3 [352] -2015-03-11 05:38:36 sendUrl INFO 3 [352] R:OK -2015-03-11 05:39:26 queue INFO >>3 [353] -2015-03-11 05:39:26 sendUrl INFO 3 [353] R:OK -2015-03-11 05:40:16 queue INFO >>3 [354] -2015-03-11 05:40:16 sendUrl INFO 3 [354] R:OK -2015-03-11 05:41:06 queue INFO >>3 [355] -2015-03-11 05:41:06 sendUrl INFO 3 [355] R:OK -2015-03-11 05:41:56 queue INFO >>3 [356] -2015-03-11 05:41:56 sendUrl INFO 3 [356] R:OK -2015-03-11 05:42:46 queue INFO >>3 [357] -2015-03-11 05:42:47 sendUrl INFO 3 [357] R:OK -2015-03-11 05:43:36 queue INFO >>3 [358] -2015-03-11 05:43:37 sendUrl INFO 3 [358] R:OK -2015-03-11 05:44:18 queue INFO 7 [359] -2015-03-11 05:44:18 queue INFO >7 [360] -2015-03-11 05:44:18 sendUrl INFO 7 [359] R:OK -2015-03-11 05:44:18 sendUrl INFO 7 [360] R:OK -2015-03-11 05:44:19 queue INFO 3 [361] -2015-03-11 05:44:19 queue INFO >3 [362] -2015-03-11 05:44:20 sendUrl INFO 3 [361] R:OK -2015-03-11 05:44:20 sendUrl INFO 3 [362] R:OK -2015-03-11 05:45:09 queue INFO >>3 [363] -2015-03-11 05:45:10 sendUrl INFO 3 [363] R:OK -2015-03-11 05:45:59 queue INFO >>3 [364] -2015-03-11 05:46:00 sendUrl INFO 3 [364] R:OK -2015-03-11 05:46:50 queue INFO >>3 [365] -2015-03-11 05:46:50 sendUrl INFO 3 [365] R:OK -2015-03-11 05:47:40 queue INFO >>3 [366] -2015-03-11 05:47:40 sendUrl INFO 3 [366] R:OK -2015-03-11 05:48:30 queue INFO >>3 [367] -2015-03-11 05:48:30 sendUrl INFO 3 [367] R:OK -2015-03-11 05:49:20 queue INFO >>3 [368] -2015-03-11 05:49:20 sendUrl INFO 3 [368] R:OK -2015-03-11 05:50:10 queue INFO >>3 [369] -2015-03-11 05:50:11 sendUrl INFO 3 [369] R:OK -2015-03-11 05:51:00 queue INFO >>3 [370] -2015-03-11 05:51:01 sendUrl INFO 3 [370] R:OK -2015-03-11 05:51:51 queue INFO >>3 [371] -2015-03-11 05:51:51 sendUrl INFO 3 [371] R:OK -2015-03-11 05:52:41 queue INFO >>3 [372] -2015-03-11 05:52:41 sendUrl INFO 3 [372] R:OK -2015-03-11 05:53:22 queue INFO 7 [373] -2015-03-11 05:53:22 queue INFO >7 [374] -2015-03-11 05:53:22 sendUrl INFO 7 [373] R:OK -2015-03-11 05:53:23 sendUrl INFO 7 [374] R:OK -2015-03-11 05:53:23 queue INFO 3 [375] -2015-03-11 05:53:24 queue INFO >3 [376] -2015-03-11 05:53:24 sendUrl INFO 3 [375] R:OK -2015-03-11 05:53:24 sendUrl INFO 3 [376] R:OK -2015-03-11 05:54:14 queue INFO >>3 [377] -2015-03-11 05:54:14 sendUrl INFO 3 [377] R:OK -2015-03-11 05:55:04 queue INFO >>3 [378] -2015-03-11 05:55:04 sendUrl INFO 3 [378] R:OK -2015-03-11 05:55:54 queue INFO >>3 [379] -2015-03-11 05:55:54 sendUrl INFO 3 [379] R:OK -2015-03-11 05:56:44 queue INFO >>3 [380] -2015-03-11 05:56:44 sendUrl INFO 3 [380] R:OK -2015-03-11 05:57:34 queue INFO >>3 [381] -2015-03-11 05:57:35 sendUrl INFO 3 [381] R:OK -2015-03-11 05:58:24 queue INFO >>3 [382] -2015-03-11 05:58:25 sendUrl INFO 3 [382] R:OK -2015-03-11 05:59:15 queue INFO >>3 [383] -2015-03-11 05:59:15 sendUrl INFO 3 [383] R:OK -2015-03-11 06:00:05 queue INFO >>3 [384] -2015-03-11 06:00:05 sendUrl INFO 3 [384] R:OK -2015-03-11 06:00:55 queue INFO >>3 [385] -2015-03-11 06:00:55 sendUrl INFO 3 [385] R:OK -2015-03-11 06:01:45 queue INFO >>3 [386] -2015-03-11 06:01:45 sendUrl INFO 3 [386] R:OK -2015-03-11 06:02:27 queue INFO 7 [387] -2015-03-11 06:02:27 sendUrl INFO 7 [387] R:OK -2015-03-11 06:02:27 queue INFO >7 [388] -2015-03-11 06:02:28 sendUrl INFO 7 [388] R:OK -2015-03-11 06:02:29 queue INFO 3 [389] -2015-03-11 06:02:29 queue INFO >3 [390] -2015-03-11 06:02:29 sendUrl INFO 3 [389] R:OK -2015-03-11 06:02:30 sendUrl INFO 3 [390] R:OK -2015-03-11 06:03:19 queue INFO >>3 [391] -2015-03-11 06:03:19 sendUrl INFO 3 [391] R:OK -2015-03-11 06:04:09 queue INFO >>3 [392] -2015-03-11 06:04:09 sendUrl INFO 3 [392] R:OK -2015-03-11 06:04:59 queue INFO >>3 [393] -2015-03-11 06:05:00 sendUrl INFO 3 [393] R:OK -2015-03-11 06:05:49 queue INFO >>3 [394] -2015-03-11 06:05:49 sendUrl INFO 3 [394] R:OK -2015-03-11 06:06:39 queue INFO >>3 [395] -2015-03-11 06:06:40 sendUrl INFO 3 [395] R:OK -2015-03-11 06:07:29 queue INFO >>3 [396] -2015-03-11 06:07:30 sendUrl INFO 3 [396] R:OK -2015-03-11 06:08:20 queue INFO >>3 [397] -2015-03-11 06:08:20 sendUrl INFO 3 [397] R:OK -2015-03-11 06:09:10 queue INFO >>3 [398] -2015-03-11 06:09:10 sendUrl INFO 3 [398] R:OK -2015-03-11 06:10:00 queue INFO >>3 [399] -2015-03-11 06:10:00 sendUrl INFO 3 [399] R:OK -2015-03-11 06:10:50 queue INFO >>3 [400] -2015-03-11 06:10:50 sendUrl INFO 3 [400] R:OK -2015-03-11 06:11:31 queue INFO 7 [401] -2015-03-11 06:11:32 queue INFO >7 [402] -2015-03-11 06:11:32 sendUrl INFO 7 [401] R:OK -2015-03-11 06:11:32 sendUrl INFO 7 [402] R:OK -2015-03-11 06:11:33 queue INFO 3 [403] -2015-03-11 06:11:33 queue INFO >3 [404] -2015-03-11 06:11:33 sendUrl INFO 3 [403] R:OK -2015-03-11 06:11:34 sendUrl INFO 3 [404] R:OK -2015-03-11 06:12:23 queue INFO >>3 [405] -2015-03-11 06:12:23 sendUrl INFO 3 [405] R:OK -2015-03-11 06:13:13 queue INFO >>3 [406] -2015-03-11 06:13:14 sendUrl INFO 3 [406] R:OK -2015-03-11 06:14:03 queue INFO >>3 [407] -2015-03-11 06:14:04 sendUrl INFO 3 [407] R:OK -2015-03-11 06:14:54 queue INFO >>3 [408] -2015-03-11 06:14:54 sendUrl INFO 3 [408] R:OK -2015-03-11 06:15:44 queue INFO >>3 [409] -2015-03-11 06:15:44 sendUrl INFO 3 [409] R:OK -2015-03-11 06:16:34 queue INFO >>3 [410] -2015-03-11 06:16:34 sendUrl INFO 3 [410] R:OK -2015-03-11 06:17:24 queue INFO >>3 [411] -2015-03-11 06:17:24 sendUrl INFO 3 [411] R:OK -2015-03-11 06:18:14 queue INFO >>3 [412] -2015-03-11 06:18:14 sendUrl INFO 3 [412] R:OK -2015-03-11 06:19:04 queue INFO >>3 [413] -2015-03-11 06:19:05 sendUrl INFO 3 [413] R:OK -2015-03-11 06:19:54 queue INFO >>3 [414] -2015-03-11 06:19:55 sendUrl INFO 3 [414] R:OK -2015-03-11 06:20:36 queue INFO 7 [415] -2015-03-11 06:20:36 queue INFO >7 [416] -2015-03-11 06:20:36 sendUrl INFO 7 [415] R:OK -2015-03-11 06:20:37 sendUrl INFO 7 [416] R:OK -2015-03-11 06:20:38 queue INFO 3 [417] -2015-03-11 06:20:38 sendUrl INFO 3 [417] R:OK -2015-03-11 06:20:38 queue INFO >3 [418] -2015-03-11 06:20:38 sendUrl INFO 3 [418] R:OK -2015-03-11 06:21:28 queue INFO >>3 [419] -2015-03-11 06:21:28 sendUrl INFO 3 [419] R:OK -2015-03-11 06:22:18 queue INFO >>3 [420] -2015-03-11 06:22:18 sendUrl INFO 3 [420] R:OK -2015-03-11 06:23:08 queue INFO >>3 [421] -2015-03-11 06:23:08 sendUrl INFO 3 [421] R:OK -2015-03-11 06:23:58 queue INFO >>3 [422] -2015-03-11 06:23:59 sendUrl INFO 3 [422] R:OK -2015-03-11 06:24:48 queue INFO >>3 [423] -2015-03-11 06:24:49 sendUrl INFO 3 [423] R:OK -2015-03-11 06:25:39 queue INFO >>3 [424] -2015-03-11 06:25:39 sendUrl INFO 3 [424] R:OK -2015-03-11 06:26:29 queue INFO >>3 [425] -2015-03-11 06:26:29 sendUrl INFO 3 [425] R:OK -2015-03-11 06:27:19 queue INFO >>3 [426] -2015-03-11 06:27:19 sendUrl INFO 3 [426] R:OK -2015-03-11 06:28:09 queue INFO >>3 [427] -2015-03-11 06:28:09 sendUrl INFO 3 [427] R:OK -2015-03-11 06:28:59 queue INFO >>3 [428] -2015-03-11 06:29:00 sendUrl INFO 3 [428] R:OK -2015-03-11 06:29:40 queue INFO 7 [429] -2015-03-11 06:29:40 sendUrl INFO 7 [429] R:OK -2015-03-11 06:29:40 queue INFO >7 [430] -2015-03-11 06:29:41 sendUrl INFO 7 [430] R:OK -2015-03-11 06:29:42 queue INFO 3 [431] -2015-03-11 06:29:42 queue INFO >3 [432] -2015-03-11 06:29:42 sendUrl INFO 3 [431] R:OK -2015-03-11 06:29:43 sendUrl INFO 3 [432] R:OK -2015-03-11 06:30:32 queue INFO >>3 [433] -2015-03-11 06:30:32 sendUrl INFO 3 [433] R:OK -2015-03-11 06:31:22 queue INFO >>3 [434] -2015-03-11 06:31:23 sendUrl INFO 3 [434] R:OK -2015-03-11 06:32:12 queue INFO >>3 [435] -2015-03-11 06:32:13 sendUrl INFO 3 [435] R:OK -2015-03-11 06:33:02 queue INFO >>3 [436] -2015-03-11 06:33:03 sendUrl INFO 3 [436] R:OK -2015-03-11 06:33:53 queue INFO >>3 [437] -2015-03-11 06:33:53 sendUrl INFO 3 [437] R:OK -2015-03-11 06:34:43 queue INFO >>3 [438] -2015-03-11 06:34:43 sendUrl INFO 3 [438] R:OK -2015-03-11 06:35:33 queue INFO >>3 [439] -2015-03-11 06:35:33 sendUrl INFO 3 [439] R:OK -2015-03-11 06:36:23 queue INFO >>3 [440] -2015-03-11 06:36:24 sendUrl INFO 3 [440] R:OK -2015-03-11 06:37:13 queue INFO >>3 [441] -2015-03-11 06:37:13 sendUrl INFO 3 [441] R:OK -2015-03-11 06:38:03 queue INFO >>3 [442] -2015-03-11 06:38:04 sendUrl INFO 3 [442] R:OK -2015-03-11 06:38:45 queue INFO 7 [443] -2015-03-11 06:38:45 queue INFO >7 [444] -2015-03-11 06:38:45 sendUrl INFO 7 [443] R:OK -2015-03-11 06:38:46 sendUrl INFO 7 [444] R:OK -2015-03-11 06:38:46 queue INFO 3 [445] -2015-03-11 06:38:46 queue INFO >3 [446] -2015-03-11 06:38:47 sendUrl INFO 3 [445] R:OK -2015-03-11 06:38:47 sendUrl INFO 3 [446] R:OK -2015-03-11 06:39:36 queue INFO >>3 [447] -2015-03-11 06:39:37 sendUrl INFO 3 [447] R:OK -2015-03-11 06:40:26 queue INFO >>3 [448] -2015-03-11 06:40:27 sendUrl INFO 3 [448] R:OK -2015-03-11 06:41:17 queue INFO >>3 [449] -2015-03-11 06:41:17 sendUrl INFO 3 [449] R:OK -2015-03-11 06:42:07 queue INFO >>3 [450] -2015-03-11 06:42:07 sendUrl INFO 3 [450] R:OK -2015-03-11 06:42:57 queue INFO >>3 [451] -2015-03-11 06:42:57 sendUrl INFO 3 [451] R:OK -2015-03-11 06:43:47 queue INFO >>3 [452] -2015-03-11 06:43:47 sendUrl INFO 3 [452] R:OK -2015-03-11 06:44:37 queue INFO >>3 [453] -2015-03-11 06:44:37 sendUrl INFO 3 [453] R:OK -2015-03-11 06:45:27 queue INFO >>3 [454] -2015-03-11 06:45:28 sendUrl INFO 3 [454] R:OK -2015-03-11 06:46:17 queue INFO >>3 [455] -2015-03-11 06:46:18 sendUrl INFO 3 [455] R:OK -2015-03-11 06:47:07 queue INFO >>3 [456] -2015-03-11 06:47:08 sendUrl INFO 3 [456] R:OK -2015-03-11 06:47:56 queue INFO 7 [457] -2015-03-11 06:47:56 queue INFO >7 [458] -2015-03-11 06:47:56 sendUrl INFO 7 [457] R:OK -2015-03-11 06:47:57 sendUrl INFO 7 [458] R:OK -2015-03-11 06:47:57 queue INFO 3 [459] -2015-03-11 06:47:57 queue INFO >3 [460] -2015-03-11 06:47:58 sendUrl INFO 3 [459] R:OK -2015-03-11 06:47:58 sendUrl INFO 3 [460] R:OK -2015-03-11 06:48:47 queue INFO >>3 [461] -2015-03-11 06:48:48 sendUrl INFO 3 [461] R:OK -2015-03-11 06:49:38 queue INFO >>3 [462] -2015-03-11 06:49:38 sendUrl INFO 3 [462] R:OK -2015-03-11 06:50:28 queue INFO >>3 [463] -2015-03-11 06:50:28 sendUrl INFO 3 [463] R:OK -2015-03-11 06:51:18 queue INFO >>3 [464] -2015-03-11 06:51:18 sendUrl INFO 3 [464] R:OK -2015-03-11 06:52:08 queue INFO >>3 [465] -2015-03-11 06:52:08 sendUrl INFO 3 [465] R:OK -2015-03-11 06:52:58 queue INFO >>3 [466] -2015-03-11 06:52:59 sendUrl INFO 3 [466] R:OK -2015-03-11 06:53:48 queue INFO >>3 [467] -2015-03-11 06:53:49 sendUrl INFO 3 [467] R:OK -2015-03-11 06:54:38 queue INFO >>3 [468] -2015-03-11 06:54:39 sendUrl INFO 3 [468] R:OK -2015-03-11 06:55:29 queue INFO >>3 [469] -2015-03-11 06:55:29 sendUrl INFO 3 [469] R:OK -2015-03-11 06:55:30 queue INFO 1 [470] -2015-03-11 06:55:30 queue INFO >1 [471] -2015-03-11 06:55:30 sendUrl INFO 1 [470] R:OK -2015-03-11 06:55:31 sendUrl INFO 1 [471] R:OK -2015-03-11 06:55:34 queue INFO 21 [472] -2015-03-11 06:55:34 queue INFO >21 [473] -2015-03-11 06:55:35 sendUrl INFO 21 [472] R:OK -2015-03-11 06:55:35 sendUrl INFO 21 [473] R:OK -2015-03-11 06:55:53 queue INFO 1 [474] -2015-03-11 06:55:54 queue INFO >1 [475] -2015-03-11 06:55:54 sendUrl INFO 1 [474] R:OK -2015-03-11 06:55:54 sendUrl INFO 1 [475] R:OK -2015-03-11 06:56:44 queue INFO >>1 [476] -2015-03-11 06:56:44 sendUrl INFO 1 [476] R:OK -2015-03-11 06:56:58 queue INFO 3 [477] -2015-03-11 06:56:58 sendUrl INFO 3 [477] R:OK -2015-03-11 06:56:58 queue INFO >3 [478] -2015-03-11 06:56:58 sendUrl INFO 3 [478] R:OK -2015-03-11 06:57:39 queue INFO 7 [479] -2015-03-11 06:57:39 sendUrl INFO 7 [479] R:OK -2015-03-11 06:57:39 queue INFO >7 [480] -2015-03-11 06:57:40 sendUrl INFO 7 [480] R:OK -2015-03-11 06:57:41 queue INFO 3 [481] -2015-03-11 06:57:41 queue INFO >3 [482] -2015-03-11 06:57:41 sendUrl INFO 3 [481] R:OK -2015-03-11 06:57:42 sendUrl INFO 3 [482] R:OK -2015-03-11 06:58:31 queue INFO >>3 [483] -2015-03-11 06:58:31 sendUrl INFO 3 [483] R:OK -2015-03-11 06:59:21 queue INFO >>3 [484] -2015-03-11 06:59:21 sendUrl INFO 3 [484] R:OK -2015-03-11 07:00:11 queue INFO >>3 [485] -2015-03-11 07:00:12 sendUrl INFO 3 [485] R:OK -2015-03-11 07:01:01 queue INFO >>3 [486] -2015-03-11 07:01:01 sendUrl INFO 3 [486] R:OK -2015-03-11 07:01:51 queue INFO >>3 [487] -2015-03-11 07:01:52 sendUrl INFO 3 [487] R:OK -2015-03-11 07:02:42 queue INFO >>3 [488] -2015-03-11 07:02:42 sendUrl INFO 3 [488] R:OK -2015-03-11 07:03:32 queue INFO >>3 [489] -2015-03-11 07:03:32 sendUrl INFO 3 [489] R:OK -2015-03-11 07:04:22 queue INFO >>3 [490] -2015-03-11 07:04:22 sendUrl INFO 3 [490] R:OK -2015-03-11 07:05:12 queue INFO >>3 [491] -2015-03-11 07:05:12 sendUrl INFO 3 [491] R:OK -2015-03-11 07:06:02 queue INFO >>3 [492] -2015-03-11 07:06:03 sendUrl INFO 3 [492] R:OK -2015-03-11 07:06:44 queue INFO 7 [493] -2015-03-11 07:06:44 sendUrl INFO 7 [493] R:OK -2015-03-11 07:06:44 queue INFO >7 [494] -2015-03-11 07:06:44 sendUrl INFO 7 [494] R:OK -2015-03-11 07:06:45 queue INFO 3 [495] -2015-03-11 07:06:45 queue INFO >3 [496] -2015-03-11 07:06:45 sendUrl INFO 3 [495] R:OK -2015-03-11 07:06:46 sendUrl INFO 3 [496] R:OK -2015-03-11 07:07:35 queue INFO >>3 [497] -2015-03-11 07:07:36 sendUrl INFO 3 [497] R:OK -2015-03-11 07:08:25 queue INFO >>3 [498] -2015-03-11 07:08:26 sendUrl INFO 3 [498] R:OK -2015-03-11 07:09:16 queue INFO >>3 [499] -2015-03-11 07:09:16 sendUrl INFO 3 [499] R:OK -2015-03-11 07:10:06 queue INFO >>3 [500] -2015-03-11 07:10:06 sendUrl INFO 3 [500] R:OK -2015-03-11 07:10:56 queue INFO >>3 [501] -2015-03-11 07:10:56 sendUrl INFO 3 [501] R:OK -2015-03-11 07:11:46 queue INFO >>3 [502] -2015-03-11 07:11:46 sendUrl INFO 3 [502] R:OK -2015-03-11 07:12:36 queue INFO >>3 [503] -2015-03-11 07:12:37 sendUrl INFO 3 [503] R:OK -2015-03-11 07:13:26 queue INFO >>3 [504] -2015-03-11 07:13:26 sendUrl INFO 3 [504] R:OK -2015-03-11 07:14:16 queue INFO >>3 [505] -2015-03-11 07:14:17 sendUrl INFO 3 [505] R:OK -2015-03-11 07:15:07 queue INFO >>3 [506] -2015-03-11 07:15:07 sendUrl INFO 3 [506] R:OK -2015-03-11 07:15:48 queue INFO 7 [507] -2015-03-11 07:15:48 queue INFO >7 [508] -2015-03-11 07:15:48 sendUrl INFO 7 [507] R:OK -2015-03-11 07:15:49 sendUrl INFO 7 [508] R:OK -2015-03-11 07:15:50 queue INFO 3 [509] -2015-03-11 07:15:50 sendUrl INFO 3 [509] R:OK -2015-03-11 07:15:50 queue INFO >3 [510] -2015-03-11 07:15:50 sendUrl INFO 3 [510] R:OK -2015-03-11 07:16:40 queue INFO >>3 [511] -2015-03-11 07:16:40 sendUrl INFO 3 [511] R:OK -2015-03-11 07:17:30 queue INFO >>3 [512] -2015-03-11 07:17:31 sendUrl INFO 3 [512] R:OK -2015-03-11 07:18:20 queue INFO >>3 [513] -2015-03-11 07:18:20 sendUrl INFO 3 [513] R:OK -2015-03-11 07:19:10 queue INFO >>3 [514] -2015-03-11 07:19:11 sendUrl INFO 3 [514] R:OK -2015-03-11 07:20:01 queue INFO >>3 [515] -2015-03-11 07:20:01 sendUrl INFO 3 [515] R:OK -2015-03-11 07:20:51 queue INFO >>3 [516] -2015-03-11 07:20:51 sendUrl INFO 3 [516] R:OK -2015-03-11 07:21:41 queue INFO >>3 [517] -2015-03-11 07:21:41 sendUrl INFO 3 [517] R:OK -2015-03-11 07:22:31 queue INFO >>3 [518] -2015-03-11 07:22:31 sendUrl INFO 3 [518] R:OK -2015-03-11 07:23:21 queue INFO >>3 [519] -2015-03-11 07:23:21 sendUrl INFO 3 [519] R:OK -2015-03-11 07:24:11 queue INFO >>3 [520] -2015-03-11 07:24:12 sendUrl INFO 3 [520] R:OK -2015-03-11 07:24:52 queue INFO 7 [521] -2015-03-11 07:24:53 queue INFO >7 [522] -2015-03-11 07:24:53 sendUrl INFO 7 [521] R:OK -2015-03-11 07:24:53 sendUrl INFO 7 [522] R:OK -2015-03-11 07:24:54 queue INFO 3 [523] -2015-03-11 07:24:54 sendUrl INFO 3 [523] R:OK -2015-03-11 07:24:54 queue INFO >3 [524] -2015-03-11 07:24:55 sendUrl INFO 3 [524] R:OK -2015-03-11 07:25:44 queue INFO >>3 [525] -2015-03-11 07:25:44 sendUrl INFO 3 [525] R:OK -2015-03-11 07:26:34 queue INFO >>3 [526] -2015-03-11 07:26:35 sendUrl INFO 3 [526] R:OK -2015-03-11 07:27:24 queue INFO >>3 [527] -2015-03-11 07:27:25 sendUrl INFO 3 [527] R:OK -2015-03-11 07:28:14 queue INFO >>3 [528] -2015-03-11 07:28:15 sendUrl INFO 3 [528] R:OK -2015-03-11 07:29:05 queue INFO >>3 [529] -2015-03-11 07:29:05 sendUrl INFO 3 [529] R:OK -2015-03-11 07:29:55 queue INFO >>3 [530] -2015-03-11 07:29:55 sendUrl INFO 3 [530] R:OK -2015-03-11 07:30:45 queue INFO >>3 [531] -2015-03-11 07:30:45 sendUrl INFO 3 [531] R:OK -2015-03-11 07:31:35 queue INFO >>3 [532] -2015-03-11 07:31:35 sendUrl INFO 3 [532] R:OK -2015-03-11 07:32:25 queue INFO >>3 [533] -2015-03-11 07:32:26 sendUrl INFO 3 [533] R:OK -2015-03-11 07:33:15 queue INFO >>3 [534] -2015-03-11 07:33:16 sendUrl INFO 3 [534] R:OK -2015-03-11 07:33:57 queue INFO 7 [535] -2015-03-11 07:33:57 queue INFO >7 [536] -2015-03-11 07:33:57 sendUrl INFO 7 [535] R:OK -2015-03-11 07:33:58 sendUrl INFO 7 [536] R:OK -2015-03-11 07:33:58 queue INFO 3 [537] -2015-03-11 07:33:59 queue INFO >3 [538] -2015-03-11 07:33:59 sendUrl INFO 3 [537] R:OK -2015-03-11 07:33:59 sendUrl INFO 3 [538] R:OK -2015-03-11 07:34:48 queue INFO >>3 [539] -2015-03-11 07:34:49 sendUrl INFO 3 [539] R:OK -2015-03-11 07:35:39 queue INFO >>3 [540] -2015-03-11 07:35:39 sendUrl INFO 3 [540] R:OK -2015-03-11 07:36:29 queue INFO >>3 [541] -2015-03-11 07:36:29 sendUrl INFO 3 [541] R:OK -2015-03-11 07:37:19 queue INFO >>3 [542] -2015-03-11 07:37:19 sendUrl INFO 3 [542] R:OK -2015-03-11 07:38:09 queue INFO >>3 [543] -2015-03-11 07:38:09 sendUrl INFO 3 [543] R:OK -2015-03-11 07:38:59 queue INFO >>3 [544] -2015-03-11 07:39:00 sendUrl INFO 3 [544] R:OK -2015-03-11 07:39:49 queue INFO >>3 [545] -2015-03-11 07:39:50 sendUrl INFO 3 [545] R:OK -2015-03-11 07:40:23 queue INFO 1 [546] -2015-03-11 07:40:24 queue INFO >1 [547] -2015-03-11 07:40:24 sendUrl INFO 1 [546] R:OK -2015-03-11 07:40:24 sendUrl INFO 1 [547] R:OK -2015-03-11 07:41:14 queue INFO >>1 [548] -2015-03-11 07:41:14 sendUrl INFO 1 [548] R:OK -2015-03-11 07:42:04 queue INFO >>1 [549] -2015-03-11 07:42:04 sendUrl INFO 1 [549] R:OK -2015-03-11 07:42:54 queue INFO >>1 [550] -2015-03-11 07:42:54 sendUrl INFO 1 [550] R:OK -2015-03-11 07:42:58 queue INFO 21 [551] -2015-03-11 07:42:58 queue INFO >21 [552] -2015-03-11 07:42:58 sendUrl INFO 21 [551] R:OK -2015-03-11 07:42:59 sendUrl INFO 21 [552] R:OK -2015-03-11 07:43:48 queue INFO >>21 [553] -2015-03-11 07:43:49 sendUrl INFO 21 [553] R:OK -2015-03-11 07:44:38 queue INFO >>21 [554] -2015-03-11 07:44:38 sendUrl INFO 21 [554] R:OK -2015-03-11 07:45:28 queue INFO >>21 [555] -2015-03-11 07:45:29 sendUrl INFO 21 [555] R:OK -2015-03-11 07:46:19 queue INFO >>21 [556] -2015-03-11 07:46:19 sendUrl INFO 21 [556] R:OK -2015-03-11 07:47:09 queue INFO >>21 [557] -2015-03-11 07:47:09 sendUrl INFO 21 [557] R:OK -2015-03-11 07:47:55 queue INFO 1 [558] -2015-03-11 07:47:55 queue INFO >1 [559] -2015-03-11 07:47:55 sendUrl INFO 1 [558] R:OK -2015-03-11 07:47:56 sendUrl INFO 1 [559] R:OK -2015-03-11 07:48:21 queue INFO 5 [560] -2015-03-11 07:48:21 queue INFO >5 [561] -2015-03-11 07:48:21 sendUrl INFO 5 [560] R:OK -2015-03-11 07:48:21 sendUrl INFO 5 [561] R:OK -2015-03-11 07:48:22 queue INFO 1 [562] -2015-03-11 07:48:22 queue INFO >1 [563] -2015-03-11 07:48:22 sendUrl INFO 1 [562] R:OK -2015-03-11 07:48:23 sendUrl INFO 1 [563] R:OK -2015-03-11 07:49:12 queue INFO >>1 [564] -2015-03-11 07:49:13 sendUrl INFO 1 [564] R:OK -2015-03-11 07:49:34 queue INFO 3 [565] -2015-03-11 07:49:35 queue INFO >3 [566] -2015-03-11 07:49:35 sendUrl INFO 3 [565] R:OK -2015-03-11 07:49:35 sendUrl INFO 3 [566] R:OK -2015-03-11 07:50:25 queue INFO >>3 [567] -2015-03-11 07:50:25 sendUrl INFO 3 [567] R:OK -2015-03-11 07:51:15 queue INFO >>3 [568] -2015-03-11 07:51:15 sendUrl INFO 3 [568] R:OK -2015-03-11 07:52:05 queue INFO >>3 [569] -2015-03-11 07:52:05 sendUrl INFO 3 [569] R:OK -2015-03-11 07:52:55 queue INFO >>3 [570] -2015-03-11 07:52:55 sendUrl INFO 3 [570] R:OK -2015-03-11 07:53:45 queue INFO >>3 [571] -2015-03-11 07:53:46 sendUrl INFO 3 [571] R:OK -2015-03-11 07:54:35 queue INFO >>3 [572] -2015-03-11 07:54:35 sendUrl INFO 3 [572] R:OK -2015-03-11 07:55:25 queue INFO >>3 [573] -2015-03-11 07:55:26 sendUrl INFO 3 [573] R:OK -2015-03-11 07:56:16 queue INFO >>3 [574] -2015-03-11 07:56:16 sendUrl INFO 3 [574] R:OK -2015-03-11 07:57:06 queue INFO >>3 [575] -2015-03-11 07:57:06 sendUrl INFO 3 [575] R:OK -2015-03-11 07:57:25 queue INFO 7 [576] -2015-03-11 07:57:25 queue INFO >7 [577] -2015-03-11 07:57:26 sendUrl INFO 7 [576] R:OK -2015-03-11 07:57:26 sendUrl INFO 7 [577] R:OK -2015-03-11 07:57:27 queue INFO 3 [578] -2015-03-11 07:57:27 queue INFO >3 [579] -2015-03-11 07:57:27 sendUrl INFO 3 [578] R:OK -2015-03-11 07:57:28 sendUrl INFO 3 [579] R:OK -2015-03-11 07:58:17 queue INFO >>3 [580] -2015-03-11 07:58:17 sendUrl INFO 3 [580] R:OK -2015-03-11 07:59:07 queue INFO >>3 [581] -2015-03-11 07:59:07 sendUrl INFO 3 [581] R:OK -2015-03-11 07:59:57 queue INFO >>3 [582] -2015-03-11 07:59:58 sendUrl INFO 3 [582] R:OK -2015-03-11 08:00:47 queue INFO >>3 [583] -2015-03-11 08:00:47 sendUrl INFO 3 [583] R:OK -2015-03-11 08:01:37 queue INFO >>3 [584] -2015-03-11 08:01:38 sendUrl INFO 3 [584] R:OK -2015-03-11 08:02:28 queue INFO >>3 [585] -2015-03-11 08:02:28 sendUrl INFO 3 [585] R:OK -2015-03-11 08:03:18 queue INFO >>3 [586] -2015-03-11 08:03:18 sendUrl INFO 3 [586] R:OK -2015-03-11 08:04:08 queue INFO >>3 [587] -2015-03-11 08:04:08 sendUrl INFO 3 [587] R:OK -2015-03-11 08:04:58 queue INFO >>3 [588] -2015-03-11 08:04:58 sendUrl INFO 3 [588] R:OK -2015-03-11 08:05:48 queue INFO >>3 [589] -2015-03-11 08:05:48 sendUrl INFO 3 [589] R:OK -2015-03-11 08:06:29 queue INFO 7 [590] -2015-03-11 08:06:30 queue INFO >7 [591] -2015-03-11 08:06:30 sendUrl INFO 7 [590] R:OK -2015-03-11 08:06:30 sendUrl INFO 7 [591] R:OK -2015-03-11 08:06:31 queue INFO 3 [592] -2015-03-11 08:06:31 sendUrl INFO 3 [592] R:OK -2015-03-11 08:06:31 queue INFO >3 [593] -2015-03-11 08:06:32 sendUrl INFO 3 [593] R:OK -2015-03-11 08:07:21 queue INFO >>3 [594] -2015-03-11 08:07:22 sendUrl INFO 3 [594] R:OK -2015-03-11 08:08:11 queue INFO >>3 [595] -2015-03-11 08:08:12 sendUrl INFO 3 [595] R:OK -2015-03-11 08:09:02 queue INFO >>3 [596] -2015-03-11 08:09:02 sendUrl INFO 3 [596] R:OK -2015-03-11 08:09:52 queue INFO >>3 [597] -2015-03-11 08:09:52 sendUrl INFO 3 [597] R:OK -2015-03-11 08:10:42 queue INFO >>3 [598] -2015-03-11 08:10:42 sendUrl INFO 3 [598] R:OK -2015-03-11 08:11:32 queue INFO >>3 [599] -2015-03-11 08:11:32 sendUrl INFO 3 [599] R:OK -2015-03-11 08:12:22 queue INFO >>3 [600] -2015-03-11 08:12:23 sendUrl INFO 3 [600] R:OK -2015-03-11 08:13:12 queue INFO >>3 [601] -2015-03-11 08:13:13 sendUrl INFO 3 [601] R:OK -2015-03-11 08:14:02 queue INFO >>3 [602] -2015-03-11 08:14:03 sendUrl INFO 3 [602] R:OK -2015-03-11 08:14:53 queue INFO >>3 [603] -2015-03-11 08:14:53 sendUrl INFO 3 [603] R:OK -2015-03-11 08:15:34 queue INFO 7 [604] -2015-03-11 08:15:34 queue INFO >7 [605] -2015-03-11 08:15:34 sendUrl INFO 7 [604] R:OK -2015-03-11 08:15:35 sendUrl INFO 7 [605] R:OK -2015-03-11 08:15:36 queue INFO 3 [606] -2015-03-11 08:15:36 queue INFO >3 [607] -2015-03-11 08:15:36 sendUrl INFO 3 [606] R:OK -2015-03-11 08:15:36 sendUrl INFO 3 [607] R:OK -2015-03-11 08:16:26 queue INFO >>3 [608] -2015-03-11 08:16:26 sendUrl INFO 3 [608] R:OK -2015-03-11 08:17:16 queue INFO >>3 [609] -2015-03-11 08:17:16 sendUrl INFO 3 [609] R:OK -2015-03-11 08:18:06 queue INFO >>3 [610] -2015-03-11 08:18:06 sendUrl INFO 3 [610] R:OK -2015-03-11 08:18:56 queue INFO >>3 [611] -2015-03-11 08:18:57 sendUrl INFO 3 [611] R:OK -2015-03-11 08:19:46 queue INFO >>3 [612] -2015-03-11 08:19:47 sendUrl INFO 3 [612] R:OK -2015-03-11 08:20:36 queue INFO >>3 [613] -2015-03-11 08:20:37 sendUrl INFO 3 [613] R:OK -2015-03-11 08:21:27 queue INFO >>3 [614] -2015-03-11 08:21:27 sendUrl INFO 3 [614] R:OK -2015-03-11 08:22:17 queue INFO >>3 [615] -2015-03-11 08:22:17 sendUrl INFO 3 [615] R:OK -2015-03-11 08:23:07 queue INFO >>3 [616] -2015-03-11 08:23:07 sendUrl INFO 3 [616] R:OK -2015-03-11 08:23:57 queue INFO >>3 [617] -2015-03-11 08:23:57 sendUrl INFO 3 [617] R:OK -2015-03-11 08:24:38 queue INFO 7 [618] -2015-03-11 08:24:38 queue INFO >7 [619] -2015-03-11 08:24:38 sendUrl INFO 7 [618] R:OK -2015-03-11 08:24:39 sendUrl INFO 7 [619] R:OK -2015-03-11 08:24:40 queue INFO 3 [620] -2015-03-11 08:24:40 queue INFO >3 [621] -2015-03-11 08:24:40 sendUrl INFO 3 [620] R:OK -2015-03-11 08:24:40 sendUrl INFO 3 [621] R:OK -2015-03-11 08:25:30 queue INFO >>3 [622] -2015-03-11 08:25:30 sendUrl INFO 3 [622] R:OK -2015-03-11 08:26:20 queue INFO >>3 [623] -2015-03-11 08:26:20 sendUrl INFO 3 [623] R:OK -2015-03-11 08:27:10 queue INFO >>3 [624] -2015-03-11 08:27:10 sendUrl INFO 3 [624] R:OK -2015-03-11 08:28:00 queue INFO >>3 [625] -2015-03-11 08:28:01 sendUrl INFO 3 [625] R:OK -2015-03-11 08:28:50 queue INFO >>3 [626] -2015-03-11 08:28:51 sendUrl INFO 3 [626] R:OK -2015-03-11 08:29:41 queue INFO >>3 [627] -2015-03-11 08:29:41 sendUrl INFO 3 [627] R:OK -2015-03-11 08:30:31 queue INFO >>3 [628] -2015-03-11 08:30:31 sendUrl INFO 3 [628] R:OK -2015-03-11 08:31:21 queue INFO >>3 [629] -2015-03-11 08:31:21 sendUrl INFO 3 [629] R:OK -2015-03-11 08:32:11 queue INFO >>3 [630] -2015-03-11 08:32:11 sendUrl INFO 3 [630] R:OK -2015-03-11 08:33:01 queue INFO >>3 [631] -2015-03-11 08:33:01 sendUrl INFO 3 [631] R:OK -2015-03-11 08:33:42 queue INFO 7 [632] -2015-03-11 08:33:42 queue INFO >7 [633] -2015-03-11 08:33:43 sendUrl INFO 7 [632] R:OK -2015-03-11 08:33:43 sendUrl INFO 7 [633] R:OK -2015-03-11 08:33:44 queue INFO 3 [634] -2015-03-11 08:33:44 queue INFO >3 [635] -2015-03-11 08:33:44 sendUrl INFO 3 [634] R:OK -2015-03-11 08:33:45 sendUrl INFO 3 [635] R:OK -2015-03-11 08:34:34 queue INFO >>3 [636] -2015-03-11 08:34:34 sendUrl INFO 3 [636] R:OK -2015-03-11 08:35:24 queue INFO >>3 [637] -2015-03-11 08:35:24 sendUrl INFO 3 [637] R:OK -2015-03-11 08:36:14 queue INFO >>3 [638] -2015-03-11 08:36:15 sendUrl INFO 3 [638] R:OK -2015-03-11 08:37:04 queue INFO >>3 [639] -2015-03-11 08:37:05 sendUrl INFO 3 [639] R:OK -2015-03-11 08:37:55 queue INFO >>3 [640] -2015-03-11 08:37:55 sendUrl INFO 3 [640] R:OK -2015-03-11 08:38:45 queue INFO >>3 [641] -2015-03-11 08:38:45 sendUrl INFO 3 [641] R:OK -2015-03-11 08:39:35 queue INFO >>3 [642] -2015-03-11 08:39:35 sendUrl INFO 3 [642] R:OK -2015-03-11 08:40:25 queue INFO >>3 [643] -2015-03-11 08:40:25 sendUrl INFO 3 [643] R:OK -2015-03-11 08:41:15 queue INFO >>3 [644] -2015-03-11 08:41:16 sendUrl INFO 3 [644] R:OK -2015-03-11 08:42:05 queue INFO >>3 [645] -2015-03-11 08:42:06 sendUrl INFO 3 [645] R:OK -2015-03-11 08:42:48 queue INFO 7 [646] -2015-03-11 08:42:48 sendUrl INFO 7 [646] R:OK -2015-03-11 08:42:48 queue INFO >7 [647] -2015-03-11 08:42:48 sendUrl INFO 7 [647] R:OK -2015-03-11 08:42:49 queue INFO 3 [648] -2015-03-11 08:42:49 sendUrl INFO 3 [648] R:OK -2015-03-11 08:42:49 queue INFO >3 [649] -2015-03-11 08:42:50 sendUrl INFO 3 [649] R:OK -2015-03-11 08:43:39 queue INFO >>3 [650] -2015-03-11 08:43:40 sendUrl INFO 3 [650] R:OK -2015-03-11 08:44:29 queue INFO >>3 [651] -2015-03-11 08:44:30 sendUrl INFO 3 [651] R:OK -2015-03-11 08:45:20 queue INFO >>3 [652] -2015-03-11 08:45:20 sendUrl INFO 3 [652] R:OK -2015-03-11 08:46:10 queue INFO >>3 [653] -2015-03-11 08:46:10 sendUrl INFO 3 [653] R:OK -2015-03-11 08:47:00 queue INFO >>3 [654] -2015-03-11 08:47:00 sendUrl INFO 3 [654] R:OK -2015-03-11 08:47:50 queue INFO >>3 [655] -2015-03-11 08:47:50 sendUrl INFO 3 [655] R:OK -2015-03-11 08:48:40 queue INFO >>3 [656] -2015-03-11 08:48:41 sendUrl INFO 3 [656] R:OK -2015-03-11 08:49:30 queue INFO >>3 [657] -2015-03-11 08:49:30 sendUrl INFO 3 [657] R:OK -2015-03-11 08:50:20 queue INFO >>3 [658] -2015-03-11 08:50:21 sendUrl INFO 3 [658] R:OK -2015-03-11 08:51:10 queue INFO >>3 [659] -2015-03-11 08:51:11 sendUrl INFO 3 [659] R:OK -2015-03-11 08:51:52 queue INFO 7 [660] -2015-03-11 08:51:52 queue INFO >7 [661] -2015-03-11 08:51:52 sendUrl INFO 7 [660] R:OK -2015-03-11 08:51:53 sendUrl INFO 7 [661] R:OK -2015-03-11 08:51:54 queue INFO 3 [662] -2015-03-11 08:51:54 queue INFO >3 [663] -2015-03-11 08:51:54 sendUrl INFO 3 [662] R:OK -2015-03-11 08:51:54 sendUrl INFO 3 [663] R:OK -2015-03-11 08:52:44 queue INFO >>3 [664] -2015-03-11 08:52:44 sendUrl INFO 3 [664] R:OK -2015-03-11 08:53:34 queue INFO >>3 [665] -2015-03-11 08:53:34 sendUrl INFO 3 [665] R:OK -2015-03-11 08:54:24 queue INFO >>3 [666] -2015-03-11 08:54:24 sendUrl INFO 3 [666] R:OK -2015-03-11 08:55:14 queue INFO >>3 [667] -2015-03-11 08:55:15 sendUrl INFO 3 [667] R:OK -2015-03-11 08:56:04 queue INFO >>3 [668] -2015-03-11 08:56:05 sendUrl INFO 3 [668] R:OK -2015-03-11 08:56:55 queue INFO >>3 [669] -2015-03-11 08:56:55 sendUrl INFO 3 [669] R:OK -2015-03-11 08:57:45 queue INFO >>3 [670] -2015-03-11 08:57:45 sendUrl INFO 3 [670] R:OK -2015-03-11 08:58:35 queue INFO >>3 [671] -2015-03-11 08:58:35 sendUrl INFO 3 [671] R:OK -2015-03-11 08:59:25 queue INFO >>3 [672] -2015-03-11 08:59:25 sendUrl INFO 3 [672] R:OK -2015-03-11 09:00:15 queue INFO >>3 [673] -2015-03-11 09:00:16 sendUrl INFO 3 [673] R:OK -2015-03-11 09:00:56 queue INFO 7 [674] -2015-03-11 09:00:57 queue INFO >7 [675] -2015-03-11 09:00:57 sendUrl INFO 7 [674] R:OK -2015-03-11 09:00:57 sendUrl INFO 7 [675] R:OK -2015-03-11 09:00:58 queue INFO 3 [676] -2015-03-11 09:00:58 queue INFO >3 [677] -2015-03-11 09:00:59 sendUrl INFO 3 [676] R:OK -2015-03-11 09:00:59 sendUrl INFO 3 [677] R:OK -2015-03-11 09:01:48 queue INFO >>3 [678] -2015-03-11 09:01:48 sendUrl INFO 3 [678] R:OK -2015-03-11 09:02:38 queue INFO >>3 [679] -2015-03-11 09:02:39 sendUrl INFO 3 [679] R:OK -2015-03-11 09:03:29 queue INFO >>3 [680] -2015-03-11 09:03:29 sendUrl INFO 3 [680] R:OK -2015-03-11 09:04:19 queue INFO >>3 [681] -2015-03-11 09:04:19 sendUrl INFO 3 [681] R:OK -2015-03-11 09:05:09 queue INFO >>3 [682] -2015-03-11 09:05:09 sendUrl INFO 3 [682] R:OK -2015-03-11 09:05:59 queue INFO >>3 [683] -2015-03-11 09:05:59 sendUrl INFO 3 [683] R:OK -2015-03-11 09:06:49 queue INFO >>3 [684] -2015-03-11 09:06:49 sendUrl INFO 3 [684] R:OK -2015-03-11 09:07:39 queue INFO >>3 [685] -2015-03-11 09:07:40 sendUrl INFO 3 [685] R:OK -2015-03-11 09:08:29 queue INFO >>3 [686] -2015-03-11 09:08:30 sendUrl INFO 3 [686] R:OK -2015-03-11 09:09:20 queue INFO >>3 [687] -2015-03-11 09:09:20 sendUrl INFO 3 [687] R:OK -2015-03-11 09:10:01 queue INFO 7 [688] -2015-03-11 09:10:01 queue INFO >7 [689] -2015-03-11 09:10:01 sendUrl INFO 7 [688] R:OK -2015-03-11 09:10:02 sendUrl INFO 7 [689] R:OK -2015-03-11 09:10:02 queue INFO 3 [690] -2015-03-11 09:10:03 queue INFO >3 [691] -2015-03-11 09:10:03 sendUrl INFO 3 [690] R:OK -2015-03-11 09:10:03 sendUrl INFO 3 [691] R:OK -2015-03-11 09:10:53 queue INFO >>3 [692] -2015-03-11 09:10:53 sendUrl INFO 3 [692] R:OK -2015-03-11 09:11:43 queue INFO >>3 [693] -2015-03-11 09:11:43 sendUrl INFO 3 [693] R:OK -2015-03-11 09:12:33 queue INFO >>3 [694] -2015-03-11 09:12:33 sendUrl INFO 3 [694] R:OK -2015-03-11 09:13:23 queue INFO >>3 [695] -2015-03-11 09:13:23 sendUrl INFO 3 [695] R:OK -2015-03-11 09:14:13 queue INFO >>3 [696] -2015-03-11 09:14:13 sendUrl INFO 3 [696] R:OK -2015-03-11 09:15:03 queue INFO >>3 [697] -2015-03-11 09:15:04 sendUrl INFO 3 [697] R:OK -2015-03-11 09:15:53 queue INFO >>3 [698] -2015-03-11 09:15:54 sendUrl INFO 3 [698] R:OK -2015-03-11 09:16:44 queue INFO >>3 [699] -2015-03-11 09:16:44 sendUrl INFO 3 [699] R:OK -2015-03-11 09:17:34 queue INFO >>3 [700] -2015-03-11 09:17:34 sendUrl INFO 3 [700] R:OK -2015-03-11 09:18:24 queue INFO >>3 [701] -2015-03-11 09:18:24 sendUrl INFO 3 [701] R:OK -2015-03-11 09:19:05 queue INFO 7 [702] -2015-03-11 09:19:05 queue INFO >7 [703] -2015-03-11 09:19:05 sendUrl INFO 7 [702] R:OK -2015-03-11 09:19:06 sendUrl INFO 7 [703] R:OK -2015-03-11 09:19:07 queue INFO 3 [704] -2015-03-11 09:19:07 sendUrl INFO 3 [704] R:OK -2015-03-11 09:19:07 queue INFO >3 [705] -2015-03-11 09:19:07 sendUrl INFO 3 [705] R:OK -2015-03-11 09:19:57 queue INFO >>3 [706] -2015-03-11 09:19:57 sendUrl INFO 3 [706] R:OK -2015-03-11 09:20:47 queue INFO >>3 [707] -2015-03-11 09:20:47 sendUrl INFO 3 [707] R:OK -2015-03-11 09:21:37 queue INFO >>3 [708] -2015-03-11 09:21:37 sendUrl INFO 3 [708] R:OK -2015-03-11 09:22:27 queue INFO >>3 [709] -2015-03-11 09:22:28 sendUrl INFO 3 [709] R:OK -2015-03-11 09:23:17 queue INFO >>3 [710] -2015-03-11 09:23:18 sendUrl INFO 3 [710] R:OK -2015-03-11 09:24:08 queue INFO >>3 [711] -2015-03-11 09:24:08 sendUrl INFO 3 [711] R:OK -2015-03-11 09:24:58 queue INFO >>3 [712] -2015-03-11 09:24:58 sendUrl INFO 3 [712] R:OK -2015-03-11 09:25:48 queue INFO >>3 [713] -2015-03-11 09:25:48 sendUrl INFO 3 [713] R:OK -2015-03-11 09:26:38 queue INFO >>3 [714] -2015-03-11 09:26:38 sendUrl INFO 3 [714] R:OK -2015-03-11 09:27:28 queue INFO >>3 [715] -2015-03-11 09:27:29 sendUrl INFO 3 [715] R:OK -2015-03-11 09:28:09 queue INFO 7 [716] -2015-03-11 09:28:09 queue INFO >7 [717] -2015-03-11 09:28:10 sendUrl INFO 7 [716] R:OK -2015-03-11 09:28:10 sendUrl INFO 7 [717] R:OK -2015-03-11 09:28:11 queue INFO 3 [718] -2015-03-11 09:28:11 queue INFO >3 [719] -2015-03-11 09:28:11 sendUrl INFO 3 [718] R:OK -2015-03-11 09:28:12 sendUrl INFO 3 [719] R:OK -2015-03-11 09:29:01 queue INFO >>3 [720] -2015-03-11 09:29:01 sendUrl INFO 3 [720] R:OK -2015-03-11 09:29:51 queue INFO >>3 [721] -2015-03-11 09:29:52 sendUrl INFO 3 [721] R:OK -2015-03-11 09:30:41 queue INFO >>3 [722] -2015-03-11 09:30:42 sendUrl INFO 3 [722] R:OK -2015-03-11 09:31:31 queue INFO >>3 [723] -2015-03-11 09:31:32 sendUrl INFO 3 [723] R:OK -2015-03-11 09:32:22 queue INFO >>3 [724] -2015-03-11 09:32:22 sendUrl INFO 3 [724] R:OK -2015-03-11 09:33:12 queue INFO >>3 [725] -2015-03-11 09:33:12 sendUrl INFO 3 [725] R:OK -2015-03-11 09:34:02 queue INFO >>3 [726] -2015-03-11 09:34:02 sendUrl INFO 3 [726] R:OK -2015-03-11 09:34:52 queue INFO >>3 [727] -2015-03-11 09:34:53 sendUrl INFO 3 [727] R:OK -2015-03-11 09:35:42 queue INFO >>3 [728] -2015-03-11 09:35:42 sendUrl INFO 3 [728] R:OK -2015-03-11 09:36:32 queue INFO >>3 [729] -2015-03-11 09:36:33 sendUrl INFO 3 [729] R:OK -2015-03-11 09:37:14 queue INFO 7 [730] -2015-03-11 09:37:15 sendUrl INFO 7 [730] R:OK -2015-03-11 09:37:15 queue INFO >7 [731] -2015-03-11 09:37:15 sendUrl INFO 7 [731] R:OK -2015-03-11 09:37:16 queue INFO 3 [732] -2015-03-11 09:37:16 queue INFO >3 [733] -2015-03-11 09:37:17 sendUrl INFO 3 [732] R:OK -2015-03-11 09:37:17 sendUrl INFO 3 [733] R:OK -2015-03-11 09:38:06 queue INFO >>3 [734] -2015-03-11 09:38:06 sendUrl INFO 3 [734] R:OK -2015-03-11 09:38:56 queue INFO >>3 [735] -2015-03-11 09:38:57 sendUrl INFO 3 [735] R:OK -2015-03-11 09:39:46 queue INFO >>3 [736] -2015-03-11 09:39:47 sendUrl INFO 3 [736] R:OK -2015-03-11 09:40:37 queue INFO >>3 [737] -2015-03-11 09:40:37 sendUrl INFO 3 [737] R:OK -2015-03-11 09:41:27 queue INFO >>3 [738] -2015-03-11 09:41:27 sendUrl INFO 3 [738] R:OK -2015-03-11 09:42:17 queue INFO >>3 [739] -2015-03-11 09:42:17 sendUrl INFO 3 [739] R:OK -2015-03-11 09:43:07 queue INFO >>3 [740] -2015-03-11 09:43:07 sendUrl INFO 3 [740] R:OK -2015-03-11 09:43:57 queue INFO >>3 [741] -2015-03-11 09:43:57 sendUrl INFO 3 [741] R:OK -2015-03-11 09:44:47 queue INFO >>3 [742] -2015-03-11 09:44:47 sendUrl INFO 3 [742] R:OK -2015-03-11 09:45:37 queue INFO >>3 [743] -2015-03-11 09:45:38 sendUrl INFO 3 [743] R:OK -2015-03-11 09:45:55 queue INFO 1 [744] -2015-03-11 09:45:55 queue INFO >1 [745] -2015-03-11 09:45:55 sendUrl INFO 1 [744] R:OK -2015-03-11 09:45:56 sendUrl INFO 1 [745] R:OK -2015-03-11 09:46:17 queue INFO 21 [746] -2015-03-11 09:46:17 queue INFO >21 [747] -2015-03-11 09:46:17 sendUrl INFO 21 [746] R:OK -2015-03-11 09:46:18 sendUrl INFO 21 [747] R:OK -2015-03-11 09:46:36 queue INFO 1 [748] -2015-03-11 09:46:36 queue INFO >1 [749] -2015-03-11 09:46:36 sendUrl INFO 1 [748] R:OK -2015-03-11 09:46:37 sendUrl INFO 1 [749] R:OK -2015-03-11 09:46:59 queue INFO 5 [750] -2015-03-11 09:46:59 queue INFO >5 [751] -2015-03-11 09:46:59 sendUrl INFO 5 [750] R:OK -2015-03-11 09:47:00 sendUrl INFO 5 [751] R:OK -2015-03-11 09:47:01 queue INFO 1 [752] -2015-03-11 09:47:01 sendUrl INFO 1 [752] R:OK -2015-03-11 09:47:01 queue INFO >1 [753] -2015-03-11 09:47:01 sendUrl INFO 1 [753] R:OK -2015-03-11 09:47:51 queue INFO >>1 [754] -2015-03-11 09:47:51 sendUrl INFO 1 [754] R:OK -2015-03-11 09:48:13 queue INFO 3 [755] -2015-03-11 09:48:13 queue INFO >3 [756] -2015-03-11 09:48:13 sendUrl INFO 3 [755] R:OK -2015-03-11 09:48:14 sendUrl INFO 3 [756] R:OK -2015-03-11 09:49:03 queue INFO >>3 [757] -2015-03-11 09:49:03 sendUrl INFO 3 [757] R:OK -2015-03-11 09:49:53 queue INFO >>3 [758] -2015-03-11 09:49:54 sendUrl INFO 3 [758] R:OK -2015-03-11 09:50:43 queue INFO >>3 [759] -2015-03-11 09:50:44 sendUrl INFO 3 [759] R:OK -2015-03-11 09:51:34 queue INFO >>3 [760] -2015-03-11 09:51:34 sendUrl INFO 3 [760] R:OK -2015-03-11 09:52:24 queue INFO >>3 [761] -2015-03-11 09:52:24 sendUrl INFO 3 [761] R:OK -2015-03-11 09:53:14 queue INFO >>3 [762] -2015-03-11 09:53:14 sendUrl INFO 3 [762] R:OK -2015-03-11 09:54:04 queue INFO >>3 [763] -2015-03-11 09:54:04 sendUrl INFO 3 [763] R:OK -2015-03-11 09:54:54 queue INFO >>3 [764] -2015-03-11 09:54:55 sendUrl INFO 3 [764] R:OK -2015-03-11 09:55:44 queue INFO >>3 [765] -2015-03-11 09:55:45 sendUrl INFO 3 [765] R:OK -2015-03-11 09:56:04 queue INFO 7 [766] -2015-03-11 09:56:04 queue INFO >7 [767] -2015-03-11 09:56:04 sendUrl INFO 7 [766] R:OK -2015-03-11 09:56:05 sendUrl INFO 7 [767] R:OK -2015-03-11 09:56:05 queue INFO 3 [768] -2015-03-11 09:56:05 queue INFO >3 [769] -2015-03-11 09:56:06 sendUrl INFO 3 [768] R:OK -2015-03-11 09:56:06 sendUrl INFO 3 [769] R:OK -2015-03-11 09:56:55 queue INFO >>3 [770] -2015-03-11 09:56:56 sendUrl INFO 3 [770] R:OK -2015-03-11 09:57:46 queue INFO >>3 [771] -2015-03-11 09:57:46 sendUrl INFO 3 [771] R:OK -2015-03-11 09:58:36 queue INFO >>3 [772] -2015-03-11 09:58:36 sendUrl INFO 3 [772] R:OK -2015-03-11 09:59:26 queue INFO >>3 [773] -2015-03-11 09:59:26 sendUrl INFO 3 [773] R:OK -2015-03-11 10:00:16 queue INFO >>3 [774] -2015-03-11 10:00:16 sendUrl INFO 3 [774] R:OK -2015-03-11 10:01:06 queue INFO >>3 [775] -2015-03-11 10:01:07 sendUrl INFO 3 [775] R:OK -2015-03-11 10:01:56 queue INFO >>3 [776] -2015-03-11 10:01:56 sendUrl INFO 3 [776] R:OK -2015-03-11 10:02:46 queue INFO >>3 [777] -2015-03-11 10:02:47 sendUrl INFO 3 [777] R:OK -2015-03-11 10:03:37 queue INFO >>3 [778] -2015-03-11 10:03:37 sendUrl INFO 3 [778] R:OK -2015-03-11 10:04:27 queue INFO >>3 [779] -2015-03-11 10:04:27 sendUrl INFO 3 [779] R:OK -2015-03-11 10:05:08 queue INFO 7 [780] -2015-03-11 10:05:08 sendUrl INFO 7 [780] R:OK -2015-03-11 10:05:08 queue INFO >7 [781] -2015-03-11 10:05:09 sendUrl INFO 7 [781] R:OK -2015-03-11 10:05:10 queue INFO 3 [782] -2015-03-11 10:05:10 queue INFO >3 [783] -2015-03-11 10:05:10 sendUrl INFO 3 [782] R:OK -2015-03-11 10:05:11 sendUrl INFO 3 [783] R:OK -2015-03-11 10:06:00 queue INFO >>3 [784] -2015-03-11 10:06:00 sendUrl INFO 3 [784] R:OK -2015-03-11 10:06:50 queue INFO >>3 [785] -2015-03-11 10:06:50 sendUrl INFO 3 [785] R:OK -2015-03-11 10:07:40 queue INFO >>3 [786] -2015-03-11 10:07:41 sendUrl INFO 3 [786] R:OK -2015-03-11 10:08:30 queue INFO >>3 [787] -2015-03-11 10:08:31 sendUrl INFO 3 [787] R:OK -2015-03-11 10:09:20 queue INFO >>3 [788] -2015-03-11 10:09:21 sendUrl INFO 3 [788] R:OK -2015-03-11 10:10:11 queue INFO >>3 [789] -2015-03-11 10:10:11 sendUrl INFO 3 [789] R:OK -2015-03-11 10:11:01 queue INFO >>3 [790] -2015-03-11 10:11:01 sendUrl INFO 3 [790] R:OK -2015-03-11 10:11:51 queue INFO >>3 [791] -2015-03-11 10:11:51 sendUrl INFO 3 [791] R:OK -2015-03-11 10:12:41 queue INFO >>3 [792] -2015-03-11 10:12:41 sendUrl INFO 3 [792] R:OK -2015-03-11 10:13:31 queue INFO >>3 [793] -2015-03-11 10:13:31 sendUrl INFO 3 [793] R:OK -2015-03-11 10:14:13 queue INFO 7 [794] -2015-03-11 10:14:13 queue INFO >7 [795] -2015-03-11 10:14:13 sendUrl INFO 7 [794] R:OK -2015-03-11 10:14:13 sendUrl INFO 7 [795] R:OK -2015-03-11 10:14:14 queue INFO 3 [796] -2015-03-11 10:14:14 sendUrl INFO 3 [796] R:OK -2015-03-11 10:14:14 queue INFO >3 [797] -2015-03-11 10:14:15 sendUrl INFO 3 [797] R:OK -2015-03-11 10:15:04 queue INFO >>3 [798] -2015-03-11 10:15:05 sendUrl INFO 3 [798] R:OK -2015-03-11 10:15:54 queue INFO >>3 [799] -2015-03-11 10:15:55 sendUrl INFO 3 [799] R:OK -2015-03-11 10:16:45 queue INFO >>3 [800] -2015-03-11 10:16:45 sendUrl INFO 3 [800] R:OK -2015-03-11 10:17:35 queue INFO >>3 [801] -2015-03-11 10:17:35 sendUrl INFO 3 [801] R:OK -2015-03-11 10:18:25 queue INFO >>3 [802] -2015-03-11 10:18:25 sendUrl INFO 3 [802] R:OK -2015-03-11 10:19:15 queue INFO >>3 [803] -2015-03-11 10:19:15 sendUrl INFO 3 [803] R:OK -2015-03-11 10:20:05 queue INFO >>3 [804] -2015-03-11 10:20:06 sendUrl INFO 3 [804] R:OK -2015-03-11 10:20:55 queue INFO >>3 [805] -2015-03-11 10:20:55 sendUrl INFO 3 [805] R:OK -2015-03-11 10:21:46 queue INFO >>3 [806] -2015-03-11 10:21:46 sendUrl INFO 3 [806] R:OK -2015-03-11 10:22:36 queue INFO >>3 [807] -2015-03-11 10:22:36 sendUrl INFO 3 [807] R:OK -2015-03-11 10:23:17 queue INFO 7 [808] -2015-03-11 10:23:17 sendUrl INFO 7 [808] R:OK -2015-03-11 10:23:17 queue INFO >7 [809] -2015-03-11 10:23:17 sendUrl INFO 7 [809] R:OK -2015-03-11 10:23:18 queue INFO 3 [810] -2015-03-11 10:23:19 queue INFO >3 [811] -2015-03-11 10:23:19 sendUrl INFO 3 [810] R:OK -2015-03-11 10:23:19 sendUrl INFO 3 [811] R:OK -2015-03-11 10:24:09 queue INFO >>3 [812] -2015-03-11 10:24:09 sendUrl INFO 3 [812] R:OK -2015-03-11 10:24:59 queue INFO >>3 [813] -2015-03-11 10:24:59 sendUrl INFO 3 [813] R:OK -2015-03-11 10:25:49 queue INFO >>3 [814] -2015-03-11 10:25:49 sendUrl INFO 3 [814] R:OK -2015-03-11 10:26:39 queue INFO >>3 [815] -2015-03-11 10:26:39 sendUrl INFO 3 [815] R:OK -2015-03-11 10:27:29 queue INFO >>3 [816] -2015-03-11 10:27:30 sendUrl INFO 3 [816] R:OK -2015-03-11 10:28:19 queue INFO >>3 [817] -2015-03-11 10:28:19 sendUrl INFO 3 [817] R:OK -2015-03-11 10:29:09 queue INFO >>3 [818] -2015-03-11 10:29:10 sendUrl INFO 3 [818] R:OK -2015-03-11 10:30:00 queue INFO >>3 [819] -2015-03-11 10:30:00 sendUrl INFO 3 [819] R:OK -2015-03-11 10:30:50 queue INFO >>3 [820] -2015-03-11 10:30:50 sendUrl INFO 3 [820] R:OK -2015-03-11 10:31:40 queue INFO >>3 [821] -2015-03-11 10:31:40 sendUrl INFO 3 [821] R:OK -2015-03-11 10:32:21 queue INFO 7 [822] -2015-03-11 10:32:21 queue INFO >7 [823] -2015-03-11 10:32:22 sendUrl INFO 7 [822] R:OK -2015-03-11 10:32:22 sendUrl INFO 7 [823] R:OK -2015-03-11 10:32:23 queue INFO 3 [824] -2015-03-11 10:32:23 queue INFO >3 [825] -2015-03-11 10:32:23 sendUrl INFO 3 [824] R:OK -2015-03-11 10:32:24 sendUrl INFO 3 [825] R:OK -2015-03-11 10:33:13 queue INFO >>3 [826] -2015-03-11 10:33:13 sendUrl INFO 3 [826] R:OK -2015-03-11 10:34:03 queue INFO >>3 [827] -2015-03-11 10:34:03 sendUrl INFO 3 [827] R:OK -2015-03-11 10:34:53 queue INFO >>3 [828] -2015-03-11 10:34:54 sendUrl INFO 3 [828] R:OK -2015-03-11 10:35:43 queue INFO >>3 [829] -2015-03-11 10:35:44 sendUrl INFO 3 [829] R:OK -2015-03-11 10:36:33 queue INFO >>3 [830] -2015-03-11 10:36:34 sendUrl INFO 3 [830] R:OK -2015-03-11 10:37:24 queue INFO >>3 [831] -2015-03-11 10:37:24 sendUrl INFO 3 [831] R:OK -2015-03-11 10:38:14 queue INFO >>3 [832] -2015-03-11 10:38:14 sendUrl INFO 3 [832] R:OK -2015-03-11 10:39:04 queue INFO >>3 [833] -2015-03-11 10:39:04 sendUrl INFO 3 [833] R:OK -2015-03-11 10:39:54 queue INFO >>3 [834] -2015-03-11 10:39:54 sendUrl INFO 3 [834] R:OK -2015-03-11 10:40:44 queue INFO >>3 [835] -2015-03-11 10:40:44 sendUrl INFO 3 [835] R:OK -2015-03-11 10:41:34 queue INFO >>3 [836] -2015-03-11 10:41:35 sendUrl INFO 3 [836] R:OK -2015-03-11 10:42:18 queue INFO 7 [837] -2015-03-11 10:42:18 queue INFO >7 [838] -2015-03-11 10:42:19 sendUrl INFO 7 [837] R:OK -2015-03-11 10:42:19 sendUrl INFO 7 [838] R:OK -2015-03-11 10:42:20 queue INFO 3 [839] -2015-03-11 10:42:20 queue INFO >3 [840] -2015-03-11 10:42:20 sendUrl INFO 3 [839] R:OK -2015-03-11 10:42:21 sendUrl INFO 3 [840] R:OK -2015-03-11 10:43:10 queue INFO >>3 [841] -2015-03-11 10:43:10 sendUrl INFO 3 [841] R:OK -2015-03-11 10:44:00 queue INFO >>3 [842] -2015-03-11 10:44:00 sendUrl INFO 3 [842] R:OK -2015-03-11 10:44:50 queue INFO >>3 [843] -2015-03-11 10:44:51 sendUrl INFO 3 [843] R:OK -2015-03-11 10:45:40 queue INFO >>3 [844] -2015-03-11 10:45:41 sendUrl INFO 3 [844] R:OK -2015-03-11 10:46:30 queue INFO >>3 [845] -2015-03-11 10:46:31 sendUrl INFO 3 [845] R:OK -2015-03-11 10:47:21 queue INFO >>3 [846] -2015-03-11 10:47:21 sendUrl INFO 3 [846] R:OK -2015-03-11 10:48:11 queue INFO >>3 [847] -2015-03-11 10:48:11 sendUrl INFO 3 [847] R:OK -2015-03-11 10:49:01 queue INFO >>3 [848] -2015-03-11 10:49:01 sendUrl INFO 3 [848] R:OK -2015-03-11 10:49:51 queue INFO >>3 [849] -2015-03-11 10:49:52 sendUrl INFO 3 [849] R:OK -2015-03-11 10:50:41 queue INFO >>3 [850] -2015-03-11 10:50:41 sendUrl INFO 3 [850] R:OK -2015-03-11 10:51:23 queue INFO 7 [851] -2015-03-11 10:51:23 queue INFO >7 [852] -2015-03-11 10:51:23 sendUrl INFO 7 [851] R:OK -2015-03-11 10:51:24 sendUrl INFO 7 [852] R:OK -2015-03-11 10:51:24 queue INFO 3 [853] -2015-03-11 10:51:24 queue INFO >3 [854] -2015-03-11 10:51:25 sendUrl INFO 3 [853] R:OK -2015-03-11 10:51:25 sendUrl INFO 3 [854] R:OK -2015-03-11 10:52:14 queue INFO >>3 [855] -2015-03-11 10:52:14 sendUrl INFO 3 [855] R:OK -2015-03-11 10:53:04 queue INFO >>3 [856] -2015-03-11 10:53:05 sendUrl INFO 3 [856] R:OK -2015-03-11 10:53:55 queue INFO >>3 [857] -2015-03-11 10:53:55 sendUrl INFO 3 [857] R:OK -2015-03-11 10:54:45 queue INFO >>3 [858] -2015-03-11 10:54:45 sendUrl INFO 3 [858] R:OK -2015-03-11 10:55:35 queue INFO >>3 [859] -2015-03-11 10:55:35 sendUrl INFO 3 [859] R:OK -2015-03-11 10:56:25 queue INFO >>3 [860] -2015-03-11 10:56:26 sendUrl INFO 3 [860] R:OK -2015-03-11 10:57:15 queue INFO >>3 [861] -2015-03-11 10:57:15 sendUrl INFO 3 [861] R:OK -2015-03-11 10:58:05 queue INFO >>3 [862] -2015-03-11 10:58:06 sendUrl INFO 3 [862] R:OK -2015-03-11 10:58:56 queue INFO >>3 [863] -2015-03-11 10:58:56 sendUrl INFO 3 [863] R:OK -2015-03-11 10:59:46 queue INFO >>3 [864] -2015-03-11 10:59:46 sendUrl INFO 3 [864] R:OK -2015-03-11 11:00:27 queue INFO 7 [865] -2015-03-11 11:00:27 queue INFO >7 [866] -2015-03-11 11:00:28 sendUrl INFO 7 [865] R:OK -2015-03-11 11:00:28 sendUrl INFO 7 [866] R:OK -2015-03-11 11:00:29 queue INFO 3 [867] -2015-03-11 11:00:29 queue INFO >3 [868] -2015-03-11 11:00:29 sendUrl INFO 3 [867] R:OK -2015-03-11 11:00:30 sendUrl INFO 3 [868] R:OK -2015-03-11 11:01:19 queue INFO >>3 [869] -2015-03-11 11:01:19 sendUrl INFO 3 [869] R:OK -2015-03-11 11:02:09 queue INFO >>3 [870] -2015-03-11 11:02:09 sendUrl INFO 3 [870] R:OK -2015-03-11 11:02:59 queue INFO >>3 [871] -2015-03-11 11:03:00 sendUrl INFO 3 [871] R:OK -2015-03-11 11:03:49 queue INFO >>3 [872] -2015-03-11 11:03:50 sendUrl INFO 3 [872] R:OK -2015-03-11 11:04:07 queue INFO 1 [873] -2015-03-11 11:04:07 queue INFO >1 [874] -2015-03-11 11:04:07 sendUrl INFO 1 [873] R:OK -2015-03-11 11:04:08 sendUrl INFO 1 [874] R:OK -2015-03-11 11:04:57 queue INFO >>1 [875] -2015-03-11 11:04:58 sendUrl INFO 1 [875] R:OK -2015-03-11 11:05:47 queue INFO >>1 [876] -2015-03-11 11:05:47 sendUrl INFO 1 [876] R:OK -2015-03-11 11:06:37 queue INFO >>1 [877] -2015-03-11 11:06:38 sendUrl INFO 1 [877] R:OK -2015-03-11 11:07:28 queue INFO >>1 [878] -2015-03-11 11:07:28 sendUrl INFO 1 [878] R:OK -2015-03-11 11:08:18 queue INFO >>1 [879] -2015-03-11 11:08:18 sendUrl INFO 1 [879] R:OK -2015-03-11 11:09:08 queue INFO >>1 [880] -2015-03-11 11:09:08 sendUrl INFO 1 [880] R:OK -2015-03-11 11:09:32 queue INFO 21 [881] -2015-03-11 11:09:32 queue INFO >21 [882] -2015-03-11 11:09:32 sendUrl INFO 21 [881] R:OK -2015-03-11 11:09:32 sendUrl INFO 21 [882] R:OK -2015-03-11 11:10:22 queue INFO >>21 [883] -2015-03-11 11:10:22 sendUrl INFO 21 [883] R:OK -2015-03-11 11:11:12 queue INFO >>21 [884] -2015-03-11 11:11:13 sendUrl INFO 21 [884] R:OK -2015-03-11 11:12:02 queue INFO >>21 [885] -2015-03-11 11:12:02 sendUrl INFO 21 [885] R:OK -2015-03-11 11:12:52 queue INFO >>21 [886] -2015-03-11 11:12:53 sendUrl INFO 21 [886] R:OK -2015-03-11 11:13:42 queue INFO >>21 [887] -2015-03-11 11:13:43 sendUrl INFO 21 [887] R:OK -2015-03-11 11:14:24 queue INFO 1 [888] -2015-03-11 11:14:24 queue INFO >1 [889] -2015-03-11 11:14:24 sendUrl INFO 1 [888] R:OK -2015-03-11 11:14:25 sendUrl INFO 1 [889] R:OK -2015-03-11 11:14:46 queue INFO 5 [890] -2015-03-11 11:14:46 sendUrl INFO 5 [890] R:OK -2015-03-11 11:14:46 queue INFO >5 [891] -2015-03-11 11:14:46 sendUrl INFO 5 [891] R:OK -2015-03-11 11:14:47 queue INFO 1 [892] -2015-03-11 11:14:48 queue INFO >1 [893] -2015-03-11 11:14:48 sendUrl INFO 1 [892] R:OK -2015-03-11 11:14:48 sendUrl INFO 1 [893] R:OK -2015-03-11 11:15:38 queue INFO >>1 [894] -2015-03-11 11:15:38 sendUrl INFO 1 [894] R:OK -2015-03-11 11:16:00 queue INFO 3 [895] -2015-03-11 11:16:00 queue INFO >3 [896] -2015-03-11 11:16:00 sendUrl INFO 3 [895] R:OK -2015-03-11 11:16:00 sendUrl INFO 3 [896] R:OK -2015-03-11 11:16:50 queue INFO >>3 [897] -2015-03-11 11:16:50 sendUrl INFO 3 [897] R:OK -2015-03-11 11:17:40 queue INFO >>3 [898] -2015-03-11 11:17:40 sendUrl INFO 3 [898] R:OK -2015-03-11 11:18:30 queue INFO >>3 [899] -2015-03-11 11:18:30 sendUrl INFO 3 [899] R:OK -2015-03-11 11:19:20 queue INFO >>3 [900] -2015-03-11 11:19:21 sendUrl INFO 3 [900] R:OK -2015-03-11 11:20:10 queue INFO >>3 [901] -2015-03-11 11:20:11 sendUrl INFO 3 [901] R:OK -2015-03-11 11:21:01 queue INFO >>3 [902] -2015-03-11 11:21:01 sendUrl INFO 3 [902] R:OK -2015-03-11 11:21:51 queue INFO >>3 [903] -2015-03-11 11:21:51 sendUrl INFO 3 [903] R:OK -2015-03-11 11:22:41 queue INFO >>3 [904] -2015-03-11 11:22:41 sendUrl INFO 3 [904] R:OK -2015-03-11 11:23:31 queue INFO >>3 [905] -2015-03-11 11:23:31 sendUrl INFO 3 [905] R:OK -2015-03-11 11:23:51 queue INFO 7 [906] -2015-03-11 11:23:51 queue INFO >7 [907] -2015-03-11 11:23:51 sendUrl INFO 7 [906] R:OK -2015-03-11 11:23:52 sendUrl INFO 7 [907] R:OK -2015-03-11 11:23:52 queue INFO 3 [908] -2015-03-11 11:23:52 queue INFO >3 [909] -2015-03-11 11:23:53 sendUrl INFO 3 [908] R:OK -2015-03-11 11:23:53 sendUrl INFO 3 [909] R:OK -2015-03-11 11:24:42 queue INFO >>3 [910] -2015-03-11 11:24:42 sendUrl INFO 3 [910] R:OK -2015-03-11 11:25:32 queue INFO >>3 [911] -2015-03-11 11:25:33 sendUrl INFO 3 [911] R:OK -2015-03-11 11:26:23 queue INFO >>3 [912] -2015-03-11 11:26:23 sendUrl INFO 3 [912] R:OK -2015-03-11 11:27:13 queue INFO >>3 [913] -2015-03-11 11:27:13 sendUrl INFO 3 [913] R:OK -2015-03-11 11:28:03 queue INFO >>3 [914] -2015-03-11 11:28:03 sendUrl INFO 3 [914] R:OK -2015-03-11 11:28:53 queue INFO >>3 [915] -2015-03-11 11:28:54 sendUrl INFO 3 [915] R:OK -2015-03-11 11:29:43 queue INFO >>3 [916] -2015-03-11 11:29:43 sendUrl INFO 3 [916] R:OK -2015-03-11 11:30:33 queue INFO >>3 [917] -2015-03-11 11:30:34 sendUrl INFO 3 [917] R:OK -2015-03-11 11:31:24 queue INFO >>3 [918] -2015-03-11 11:31:24 sendUrl INFO 3 [918] R:OK -2015-03-11 11:32:14 queue INFO >>3 [919] -2015-03-11 11:32:14 sendUrl INFO 3 [919] R:OK -2015-03-11 11:32:55 queue INFO 7 [920] -2015-03-11 11:32:55 queue INFO >7 [921] -2015-03-11 11:32:55 sendUrl INFO 7 [920] R:OK -2015-03-11 11:32:56 sendUrl INFO 7 [921] R:OK -2015-03-11 11:32:57 queue INFO 3 [922] -2015-03-11 11:32:57 sendUrl INFO 3 [922] R:OK -2015-03-11 11:32:57 queue INFO >3 [923] -2015-03-11 11:32:57 sendUrl INFO 3 [923] R:OK -2015-03-11 11:33:47 queue INFO >>3 [924] -2015-03-11 11:33:47 sendUrl INFO 3 [924] R:OK -2015-03-11 11:34:37 queue INFO >>3 [925] -2015-03-11 11:34:37 sendUrl INFO 3 [925] R:OK -2015-03-11 11:35:27 queue INFO >>3 [926] -2015-03-11 11:35:27 sendUrl INFO 3 [926] R:OK -2015-03-11 11:36:17 queue INFO >>3 [927] -2015-03-11 11:36:18 sendUrl INFO 3 [927] R:OK -2015-03-11 11:37:07 queue INFO >>3 [928] -2015-03-11 11:37:08 sendUrl INFO 3 [928] R:OK -2015-03-11 11:37:58 queue INFO >>3 [929] -2015-03-11 11:37:58 sendUrl INFO 3 [929] R:OK -2015-03-11 11:38:48 queue INFO >>3 [930] -2015-03-11 11:38:48 sendUrl INFO 3 [930] R:OK -2015-03-11 11:39:38 queue INFO >>3 [931] -2015-03-11 11:39:38 sendUrl INFO 3 [931] R:OK -2015-03-11 11:40:28 queue INFO >>3 [932] -2015-03-11 11:40:28 sendUrl INFO 3 [932] R:OK -2015-03-11 11:41:18 queue INFO >>3 [933] -2015-03-11 11:41:19 sendUrl INFO 3 [933] R:OK -2015-03-11 11:41:59 queue INFO 7 [934] -2015-03-11 11:41:59 sendUrl INFO 7 [934] R:OK -2015-03-11 11:41:59 queue INFO >7 [935] -2015-03-11 11:42:00 sendUrl INFO 7 [935] R:OK -2015-03-11 11:42:01 queue INFO 3 [936] -2015-03-11 11:42:01 queue INFO >3 [937] -2015-03-11 11:42:01 sendUrl INFO 3 [936] R:OK -2015-03-11 11:42:02 sendUrl INFO 3 [937] R:OK -2015-03-11 11:42:51 queue INFO >>3 [938] -2015-03-11 11:42:51 sendUrl INFO 3 [938] R:OK -2015-03-11 11:43:41 queue INFO >>3 [939] -2015-03-11 11:43:42 sendUrl INFO 3 [939] R:OK -2015-03-11 11:44:31 queue INFO >>3 [940] -2015-03-11 11:44:32 sendUrl INFO 3 [940] R:OK -2015-03-11 11:45:22 queue INFO >>3 [941] -2015-03-11 11:45:22 sendUrl INFO 3 [941] R:OK -2015-03-11 11:46:12 queue INFO >>3 [942] -2015-03-11 11:46:12 sendUrl INFO 3 [942] R:OK -2015-03-11 11:47:02 queue INFO >>3 [943] -2015-03-11 11:47:02 sendUrl INFO 3 [943] R:OK -2015-03-11 11:47:52 queue INFO >>3 [944] -2015-03-11 11:47:52 sendUrl INFO 3 [944] R:OK -2015-03-11 11:48:42 queue INFO >>3 [945] -2015-03-11 11:48:43 sendUrl INFO 3 [945] R:OK -2015-03-11 11:49:32 queue INFO >>3 [946] -2015-03-11 11:49:32 sendUrl INFO 3 [946] R:OK -2015-03-11 11:50:22 queue INFO >>3 [947] -2015-03-11 11:50:23 sendUrl INFO 3 [947] R:OK -2015-03-11 11:51:04 queue INFO 7 [948] -2015-03-11 11:51:04 queue INFO >7 [949] -2015-03-11 11:51:04 sendUrl INFO 7 [948] R:OK -2015-03-11 11:51:05 sendUrl INFO 7 [949] R:OK -2015-03-11 11:51:05 queue INFO 3 [950] -2015-03-11 11:51:05 queue INFO >3 [951] -2015-03-11 11:51:06 sendUrl INFO 3 [950] R:OK -2015-03-11 11:51:06 sendUrl INFO 3 [951] R:OK -2015-03-11 11:51:55 queue INFO >>3 [952] -2015-03-11 11:51:56 sendUrl INFO 3 [952] R:OK -2015-03-11 11:52:45 queue INFO >>3 [953] -2015-03-11 11:52:46 sendUrl INFO 3 [953] R:OK -2015-03-11 11:53:36 queue INFO >>3 [954] -2015-03-11 11:53:36 sendUrl INFO 3 [954] R:OK -2015-03-11 11:54:26 queue INFO >>3 [955] -2015-03-11 11:54:26 sendUrl INFO 3 [955] R:OK -2015-03-11 11:55:16 queue INFO >>3 [956] -2015-03-11 11:55:16 sendUrl INFO 3 [956] R:OK -2015-03-11 11:56:06 queue INFO >>3 [957] -2015-03-11 11:56:07 sendUrl INFO 3 [957] R:OK -2015-03-11 11:56:56 queue INFO >>3 [958] -2015-03-11 11:56:56 sendUrl INFO 3 [958] R:OK -2015-03-11 11:57:46 queue INFO >>3 [959] -2015-03-11 11:57:47 sendUrl INFO 3 [959] R:OK -2015-03-11 11:58:37 queue INFO >>3 [960] -2015-03-11 11:58:37 sendUrl INFO 3 [960] R:OK -2015-03-11 11:59:27 queue INFO >>3 [961] -2015-03-11 11:59:27 sendUrl INFO 3 [961] R:OK -2015-03-11 12:00:08 queue INFO 7 [962] -2015-03-11 12:00:08 queue INFO >7 [963] -2015-03-11 12:00:08 sendUrl INFO 7 [962] R:OK -2015-03-11 12:00:09 sendUrl INFO 7 [963] R:OK -2015-03-11 12:00:09 queue INFO 3 [964] -2015-03-11 12:00:10 queue INFO >3 [965] -2015-03-11 12:00:10 sendUrl INFO 3 [964] R:OK -2015-03-11 12:00:10 sendUrl INFO 3 [965] R:OK -2015-03-11 12:01:00 queue INFO >>3 [966] -2015-03-11 12:01:00 sendUrl INFO 3 [966] R:OK -2015-03-11 12:01:50 queue INFO >>3 [967] -2015-03-11 12:01:50 sendUrl INFO 3 [967] R:OK -2015-03-11 12:02:40 queue INFO >>3 [968] -2015-03-11 12:02:40 sendUrl INFO 3 [968] R:OK -2015-03-11 12:03:30 queue INFO >>3 [969] -2015-03-11 12:03:31 sendUrl INFO 3 [969] R:OK -2015-03-11 12:04:20 queue INFO >>3 [970] -2015-03-11 12:04:20 sendUrl INFO 3 [970] R:OK -2015-03-11 12:05:10 queue INFO >>3 [971] -2015-03-11 12:05:11 sendUrl INFO 3 [971] R:OK -2015-03-11 12:06:01 queue INFO >>3 [972] -2015-03-11 12:06:01 sendUrl INFO 3 [972] R:OK -2015-03-11 12:06:51 queue INFO >>3 [973] -2015-03-11 12:06:51 sendUrl INFO 3 [973] R:OK -2015-03-11 12:07:41 queue INFO >>3 [974] -2015-03-11 12:07:41 sendUrl INFO 3 [974] R:OK -2015-03-11 12:08:31 queue INFO >>3 [975] -2015-03-11 12:08:32 sendUrl INFO 3 [975] R:OK -2015-03-11 12:09:13 queue INFO 7 [976] -2015-03-11 12:09:13 queue INFO >7 [977] -2015-03-11 12:09:13 sendUrl INFO 7 [976] R:OK -2015-03-11 12:09:14 sendUrl INFO 7 [977] R:OK -2015-03-11 12:09:14 queue INFO 3 [978] -2015-03-11 12:09:15 queue INFO >3 [979] -2015-03-11 12:09:15 sendUrl INFO 3 [978] R:OK -2015-03-11 12:09:15 sendUrl INFO 3 [979] R:OK -2015-03-11 12:10:05 queue INFO >>3 [980] -2015-03-11 12:10:05 sendUrl INFO 3 [980] R:OK -2015-03-11 12:10:09 queue INFO 1 [981] -2015-03-11 12:10:09 queue INFO >1 [982] -2015-03-11 12:10:09 sendUrl INFO 1 [981] R:OK -2015-03-11 12:10:10 sendUrl INFO 1 [982] R:OK -2015-03-11 12:10:10 queue INFO 21 [983] -2015-03-11 12:10:10 queue INFO >21 [984] -2015-03-11 12:10:10 sendUrl INFO 21 [983] R:OK -2015-03-11 12:10:11 sendUrl INFO 21 [984] R:OK -2015-03-11 12:10:32 queue INFO 1 [985] -2015-03-11 12:10:32 sendUrl INFO 1 [985] R:OK -2015-03-11 12:10:32 queue INFO >1 [986] -2015-03-11 12:10:32 sendUrl INFO 1 [986] R:OK -2015-03-11 12:10:57 queue INFO 3 [987] -2015-03-11 12:10:57 queue INFO >3 [988] -2015-03-11 12:10:58 sendUrl INFO 3 [987] R:OK -2015-03-11 12:10:58 sendUrl INFO 3 [988] R:OK -2015-03-11 12:11:47 queue INFO >>3 [989] -2015-03-11 12:11:48 sendUrl INFO 3 [989] R:OK -2015-03-11 12:12:38 queue INFO >>3 [990] -2015-03-11 12:12:38 sendUrl INFO 3 [990] R:OK -2015-03-11 12:13:28 queue INFO >>3 [991] -2015-03-11 12:13:28 sendUrl INFO 3 [991] R:OK -2015-03-11 12:14:18 queue INFO >>3 [992] -2015-03-11 12:14:18 sendUrl INFO 3 [992] R:OK -2015-03-11 12:15:08 queue INFO >>3 [993] -2015-03-11 12:15:08 sendUrl INFO 3 [993] R:OK -2015-03-11 12:15:58 queue INFO >>3 [994] -2015-03-11 12:15:59 sendUrl INFO 3 [994] R:OK -2015-03-11 12:16:48 queue INFO >>3 [995] -2015-03-11 12:16:49 sendUrl INFO 3 [995] R:OK -2015-03-11 12:17:38 queue INFO >>3 [996] -2015-03-11 12:17:39 sendUrl INFO 3 [996] R:OK -2015-03-11 12:18:29 queue INFO >>3 [997] -2015-03-11 12:18:29 sendUrl INFO 3 [997] R:OK -2015-03-11 12:18:48 queue INFO 7 [998] -2015-03-11 12:18:48 queue INFO >7 [999] -2015-03-11 12:18:48 sendUrl INFO 7 [998] R:OK -2015-03-11 12:18:49 sendUrl INFO 7 [999] R:OK -2015-03-11 12:18:49 queue INFO 3 [0] -2015-03-11 12:18:50 queue INFO >3 [1] -2015-03-11 12:18:50 sendUrl INFO 3 [0] R:OK -2015-03-11 12:18:50 sendUrl INFO 3 [1] R:OK -2015-03-11 12:19:40 queue INFO >>3 [2] -2015-03-11 12:19:40 sendUrl INFO 3 [2] R:OK -2015-03-11 12:20:30 queue INFO >>3 [3] -2015-03-11 12:20:30 sendUrl INFO 3 [3] R:OK -2015-03-11 12:21:20 queue INFO >>3 [4] -2015-03-11 12:21:20 sendUrl INFO 3 [4] R:OK -2015-03-11 12:22:10 queue INFO >>3 [5] -2015-03-11 12:22:10 sendUrl INFO 3 [5] R:OK -2015-03-11 12:23:00 queue INFO >>3 [6] -2015-03-11 12:23:00 sendUrl INFO 3 [6] R:OK -2015-03-11 12:23:50 queue INFO >>3 [7] -2015-03-11 12:23:51 sendUrl INFO 3 [7] R:OK -2015-03-11 12:24:41 queue INFO >>3 [8] -2015-03-11 12:24:41 sendUrl INFO 3 [8] R:OK -2015-03-11 12:25:31 queue INFO >>3 [9] -2015-03-11 12:25:31 sendUrl INFO 3 [9] R:OK -2015-03-11 12:26:21 queue INFO >>3 [10] -2015-03-11 12:26:21 sendUrl INFO 3 [10] R:OK -2015-03-11 12:27:11 queue INFO >>3 [11] -2015-03-11 12:27:11 sendUrl INFO 3 [11] R:OK -2015-03-11 12:27:53 queue INFO 7 [12] -2015-03-11 12:27:53 queue INFO >7 [13] -2015-03-11 12:27:53 sendUrl INFO 7 [12] R:OK -2015-03-11 12:27:53 sendUrl INFO 7 [13] R:OK -2015-03-11 12:27:54 queue INFO 3 [14] -2015-03-11 12:27:54 sendUrl INFO 3 [14] R:OK -2015-03-11 12:27:54 queue INFO >3 [15] -2015-03-11 12:27:55 sendUrl INFO 3 [15] R:OK -2015-03-11 12:28:44 queue INFO >>3 [16] -2015-03-11 12:28:45 sendUrl INFO 3 [16] R:OK -2015-03-11 12:29:34 queue INFO >>3 [17] -2015-03-11 12:29:35 sendUrl INFO 3 [17] R:OK -2015-03-11 12:30:25 queue INFO >>3 [18] -2015-03-11 12:30:25 sendUrl INFO 3 [18] R:OK -2015-03-11 12:31:15 queue INFO >>3 [19] -2015-03-11 12:31:15 sendUrl INFO 3 [19] R:OK -2015-03-11 12:32:05 queue INFO >>3 [20] -2015-03-11 12:32:05 sendUrl INFO 3 [20] R:OK -2015-03-11 12:32:55 queue INFO >>3 [21] -2015-03-11 12:32:55 sendUrl INFO 3 [21] R:OK -2015-03-11 12:33:45 queue INFO >>3 [22] -2015-03-11 12:33:46 sendUrl INFO 3 [22] R:OK -2015-03-11 12:34:35 queue INFO >>3 [23] -2015-03-11 12:34:35 sendUrl INFO 3 [23] R:OK -2015-03-11 12:35:25 queue INFO >>3 [24] -2015-03-11 12:35:26 sendUrl INFO 3 [24] R:OK -2015-03-11 12:36:16 queue INFO >>3 [25] -2015-03-11 12:36:16 sendUrl INFO 3 [25] R:OK -2015-03-11 12:36:57 queue INFO 7 [26] -2015-03-11 12:36:57 sendUrl INFO 7 [26] R:OK -2015-03-11 12:36:57 queue INFO >7 [27] -2015-03-11 12:36:57 sendUrl INFO 7 [27] R:OK -2015-03-11 12:36:58 queue INFO 3 [28] -2015-03-11 12:36:59 queue INFO >3 [29] -2015-03-11 12:36:59 sendUrl INFO 3 [28] R:OK -2015-03-11 12:36:59 sendUrl INFO 3 [29] R:OK -2015-03-11 12:37:49 queue INFO >>3 [30] -2015-03-11 12:37:49 sendUrl INFO 3 [30] R:OK -2015-03-11 12:38:39 queue INFO >>3 [31] -2015-03-11 12:38:39 sendUrl INFO 3 [31] R:OK -2015-03-11 12:39:29 queue INFO >>3 [32] -2015-03-11 12:39:29 sendUrl INFO 3 [32] R:OK -2015-03-11 12:40:19 queue INFO >>3 [33] -2015-03-11 12:40:19 sendUrl INFO 3 [33] R:OK -2015-03-11 12:41:09 queue INFO >>3 [34] -2015-03-11 12:41:10 sendUrl INFO 3 [34] R:OK -2015-03-11 12:41:59 queue INFO >>3 [35] -2015-03-11 12:41:59 sendUrl INFO 3 [35] R:OK -2015-03-11 12:42:49 queue INFO >>3 [36] -2015-03-11 12:42:50 sendUrl INFO 3 [36] R:OK -2015-03-11 12:43:40 queue INFO >>3 [37] -2015-03-11 12:43:40 sendUrl INFO 3 [37] R:OK -2015-03-11 12:44:30 queue INFO >>3 [38] -2015-03-11 12:44:30 sendUrl INFO 3 [38] R:OK -2015-03-11 12:45:20 queue INFO >>3 [39] -2015-03-11 12:45:20 sendUrl INFO 3 [39] R:OK -2015-03-11 12:46:01 queue INFO 7 [40] -2015-03-11 12:46:01 queue INFO >7 [41] -2015-03-11 12:46:02 sendUrl INFO 7 [40] R:OK -2015-03-11 12:46:02 sendUrl INFO 7 [41] R:OK -2015-03-11 12:46:03 queue INFO 3 [42] -2015-03-11 12:46:03 queue INFO >3 [43] -2015-03-11 12:46:03 sendUrl INFO 3 [42] R:OK -2015-03-11 12:46:04 sendUrl INFO 3 [43] R:OK -2015-03-11 12:46:53 queue INFO >>3 [44] -2015-03-11 12:46:53 sendUrl INFO 3 [44] R:OK -2015-03-11 12:47:43 queue INFO >>3 [45] -2015-03-11 12:47:43 sendUrl INFO 3 [45] R:OK -2015-03-11 12:48:33 queue INFO >>3 [46] -2015-03-11 12:48:34 sendUrl INFO 3 [46] R:OK -2015-03-11 12:49:23 queue INFO >>3 [47] -2015-03-11 12:49:23 sendUrl INFO 3 [47] R:OK -2015-03-11 12:50:13 queue INFO >>3 [48] -2015-03-11 12:50:14 sendUrl INFO 3 [48] R:OK -2015-03-11 12:51:04 queue INFO >>3 [49] -2015-03-11 12:51:04 sendUrl INFO 3 [49] R:OK -2015-03-11 12:51:54 queue INFO >>3 [50] -2015-03-11 12:51:54 sendUrl INFO 3 [50] R:OK -2015-03-11 12:52:44 queue INFO >>3 [51] -2015-03-11 12:52:44 sendUrl INFO 3 [51] R:OK -2015-03-11 12:53:34 queue INFO >>3 [52] -2015-03-11 12:53:35 sendUrl INFO 3 [52] R:OK -2015-03-11 12:54:24 queue INFO >>3 [53] -2015-03-11 12:54:24 sendUrl INFO 3 [53] R:OK -2015-03-11 12:55:05 queue INFO 7 [54] -2015-03-11 12:55:06 queue INFO >7 [55] -2015-03-11 12:55:06 sendUrl INFO 7 [54] R:OK -2015-03-11 12:55:06 sendUrl INFO 7 [55] R:OK -2015-03-11 12:55:07 queue INFO 3 [56] -2015-03-11 12:55:07 queue INFO >3 [57] -2015-03-11 12:55:07 sendUrl INFO 3 [56] R:OK -2015-03-11 12:55:08 sendUrl INFO 3 [57] R:OK -2015-03-11 12:55:57 queue INFO >>3 [58] -2015-03-11 12:55:58 sendUrl INFO 3 [58] R:OK -2015-03-11 12:56:47 queue INFO >>3 [59] -2015-03-11 12:56:47 sendUrl INFO 3 [59] R:OK -2015-03-11 12:57:37 queue INFO >>3 [60] -2015-03-11 12:57:38 sendUrl INFO 3 [60] R:OK -2015-03-11 12:58:28 queue INFO >>3 [61] -2015-03-11 12:58:28 sendUrl INFO 3 [61] R:OK -2015-03-11 12:59:18 queue INFO >>3 [62] -2015-03-11 12:59:18 sendUrl INFO 3 [62] R:OK -2015-03-11 13:00:08 queue INFO >>3 [63] -2015-03-11 13:00:08 sendUrl INFO 3 [63] R:OK -2015-03-11 13:00:58 queue INFO >>3 [64] -2015-03-11 13:00:59 sendUrl INFO 3 [64] R:OK -2015-03-11 13:01:48 queue INFO >>3 [65] -2015-03-11 13:01:48 sendUrl INFO 3 [65] R:OK -2015-03-11 13:02:38 queue INFO >>3 [66] -2015-03-11 13:02:39 sendUrl INFO 3 [66] R:OK -2015-03-11 13:03:28 queue INFO >>3 [67] -2015-03-11 13:03:29 sendUrl INFO 3 [67] R:OK -2015-03-11 13:04:10 queue INFO 7 [68] -2015-03-11 13:04:11 queue INFO >7 [69] -2015-03-11 13:04:11 sendUrl INFO 7 [68] R:OK -2015-03-11 13:04:11 sendUrl INFO 7 [69] R:OK -2015-03-11 13:04:12 queue INFO 3 [70] -2015-03-11 13:04:12 queue INFO >3 [71] -2015-03-11 13:04:12 sendUrl INFO 3 [70] R:OK -2015-03-11 13:04:13 sendUrl INFO 3 [71] R:OK -2015-03-11 13:05:02 queue INFO >>3 [72] -2015-03-11 13:05:03 sendUrl INFO 3 [72] R:OK -2015-03-11 13:05:52 queue INFO >>3 [73] -2015-03-11 13:05:52 sendUrl INFO 3 [73] R:OK -2015-03-11 13:06:42 queue INFO >>3 [74] -2015-03-11 13:06:43 sendUrl INFO 3 [74] R:OK -2015-03-11 13:07:33 queue INFO >>3 [75] -2015-03-11 13:07:33 sendUrl INFO 3 [75] R:OK -2015-03-11 13:08:23 queue INFO >>3 [76] -2015-03-11 13:08:23 sendUrl INFO 3 [76] R:OK -2015-03-11 13:09:13 queue INFO >>3 [77] -2015-03-11 13:09:13 sendUrl INFO 3 [77] R:OK -2015-03-11 13:10:03 queue INFO >>3 [78] -2015-03-11 13:10:03 sendUrl INFO 3 [78] R:OK -2015-03-11 13:10:53 queue INFO >>3 [79] -2015-03-11 13:10:53 sendUrl INFO 3 [79] R:OK -2015-03-11 13:11:43 queue INFO >>3 [80] -2015-03-11 13:11:44 sendUrl INFO 3 [80] R:OK -2015-03-11 13:12:34 queue INFO >>3 [81] -2015-03-11 13:12:34 sendUrl INFO 3 [81] R:OK -2015-03-11 13:13:15 queue INFO 7 [82] -2015-03-11 13:13:15 sendUrl INFO 7 [82] R:OK -2015-03-11 13:13:15 queue INFO >7 [83] -2015-03-11 13:13:15 sendUrl INFO 7 [83] R:OK -2015-03-11 13:13:16 queue INFO 3 [84] -2015-03-11 13:13:17 queue INFO >3 [85] -2015-03-11 13:13:17 sendUrl INFO 3 [84] R:OK -2015-03-11 13:13:17 sendUrl INFO 3 [85] R:OK -2015-03-11 13:14:07 queue INFO >>3 [86] -2015-03-11 13:14:07 sendUrl INFO 3 [86] R:OK -2015-03-11 13:14:57 queue INFO >>3 [87] -2015-03-11 13:14:57 sendUrl INFO 3 [87] R:OK -2015-03-11 13:15:47 queue INFO >>3 [88] -2015-03-11 13:15:47 sendUrl INFO 3 [88] R:OK -2015-03-11 13:16:37 queue INFO >>3 [89] -2015-03-11 13:16:37 sendUrl INFO 3 [89] R:OK -2015-03-11 13:17:27 queue INFO >>3 [90] -2015-03-11 13:17:28 sendUrl INFO 3 [90] R:OK -2015-03-11 13:18:17 queue INFO >>3 [91] -2015-03-11 13:18:17 sendUrl INFO 3 [91] R:OK -2015-03-11 13:19:07 queue INFO >>3 [92] -2015-03-11 13:19:08 sendUrl INFO 3 [92] R:OK -2015-03-11 13:19:57 queue INFO >>3 [93] -2015-03-11 13:19:58 sendUrl INFO 3 [93] R:OK -2015-03-11 13:20:48 queue INFO >>3 [94] -2015-03-11 13:20:48 sendUrl INFO 3 [94] R:OK -2015-03-11 13:21:38 queue INFO >>3 [95] -2015-03-11 13:21:38 sendUrl INFO 3 [95] R:OK -2015-03-11 13:22:06 queue INFO 1 [96] -2015-03-11 13:22:07 queue INFO >1 [97] -2015-03-11 13:22:07 sendUrl INFO 1 [96] R:OK -2015-03-11 13:22:07 sendUrl INFO 1 [97] R:OK -2015-03-11 13:22:16 queue INFO 21 [98] -2015-03-11 13:22:16 queue INFO >21 [99] -2015-03-11 13:22:16 sendUrl INFO 21 [98] R:OK -2015-03-11 13:22:17 sendUrl INFO 21 [99] R:OK -2015-03-11 13:22:37 queue INFO 1 [100] -2015-03-11 13:22:38 queue INFO >1 [101] -2015-03-11 13:22:38 sendUrl INFO 1 [100] R:OK -2015-03-11 13:22:38 sendUrl INFO 1 [101] R:OK -2015-03-11 13:22:58 queue INFO 5 [102] -2015-03-11 13:22:58 queue INFO >5 [103] -2015-03-11 13:22:59 sendUrl INFO 5 [102] R:OK -2015-03-11 13:22:59 sendUrl INFO 5 [103] R:OK -2015-03-11 13:23:00 queue INFO 1 [104] -2015-03-11 13:23:00 queue INFO >1 [105] -2015-03-11 13:23:00 sendUrl INFO 1 [104] R:OK -2015-03-11 13:23:01 sendUrl INFO 1 [105] R:OK -2015-03-11 13:23:50 queue INFO >>1 [106] -2015-03-11 13:23:50 sendUrl INFO 1 [106] R:OK -2015-03-11 13:24:12 queue INFO 3 [107] -2015-03-11 13:24:12 queue INFO >3 [108] -2015-03-11 13:24:12 sendUrl INFO 3 [107] R:OK -2015-03-11 13:24:13 sendUrl INFO 3 [108] R:OK -2015-03-11 13:25:02 queue INFO >>3 [109] -2015-03-11 13:25:03 sendUrl INFO 3 [109] R:OK -2015-03-11 13:25:52 queue INFO >>3 [110] -2015-03-11 13:25:53 sendUrl INFO 3 [110] R:OK -2015-03-11 13:26:43 queue INFO >>3 [111] -2015-03-11 13:26:43 sendUrl INFO 3 [111] R:OK -2015-03-11 13:27:33 queue INFO >>3 [112] -2015-03-11 13:27:33 sendUrl INFO 3 [112] R:OK -2015-03-11 13:28:23 queue INFO >>3 [113] -2015-03-11 13:28:23 sendUrl INFO 3 [113] R:OK -2015-03-11 13:29:13 queue INFO >>3 [114] -2015-03-11 13:29:13 sendUrl INFO 3 [114] R:OK -2015-03-11 13:30:03 queue INFO >>3 [115] -2015-03-11 13:30:03 sendUrl INFO 3 [115] R:OK -2015-03-11 13:30:53 queue INFO >>3 [116] -2015-03-11 13:30:53 sendUrl INFO 3 [116] R:OK -2015-03-11 13:31:43 queue INFO >>3 [117] -2015-03-11 13:31:44 sendUrl INFO 3 [117] R:OK -2015-03-11 13:32:03 queue INFO 7 [118] -2015-03-11 13:32:03 queue INFO >7 [119] -2015-03-11 13:32:03 sendUrl INFO 7 [118] R:OK -2015-03-11 13:32:03 sendUrl INFO 7 [119] R:OK -2015-03-11 13:32:04 queue INFO 3 [120] -2015-03-11 13:32:05 sendUrl INFO 3 [120] R:OK -2015-03-11 13:32:05 queue INFO >3 [121] -2015-03-11 13:32:05 sendUrl INFO 3 [121] R:OK -2015-03-11 13:32:54 queue INFO >>3 [122] -2015-03-11 13:32:55 sendUrl INFO 3 [122] R:OK -2015-03-11 13:33:45 queue INFO >>3 [123] -2015-03-11 13:33:45 sendUrl INFO 3 [123] R:OK -2015-03-11 13:34:35 queue INFO >>3 [124] -2015-03-11 13:34:35 sendUrl INFO 3 [124] R:OK -2015-03-11 13:35:25 queue INFO >>3 [125] -2015-03-11 13:35:25 sendUrl INFO 3 [125] R:OK -2015-03-11 13:36:15 queue INFO >>3 [126] -2015-03-11 13:36:16 sendUrl INFO 3 [126] R:OK -2015-03-11 13:37:05 queue INFO >>3 [127] -2015-03-11 13:37:06 sendUrl INFO 3 [127] R:OK -2015-03-11 13:37:55 queue INFO >>3 [128] -2015-03-11 13:37:56 sendUrl INFO 3 [128] R:OK -2015-03-11 13:38:46 queue INFO >>3 [129] -2015-03-11 13:38:46 sendUrl INFO 3 [129] R:OK -2015-03-11 13:39:36 queue INFO >>3 [130] -2015-03-11 13:39:36 sendUrl INFO 3 [130] R:OK -2015-03-11 13:40:26 queue INFO >>3 [131] -2015-03-11 13:40:26 sendUrl INFO 3 [131] R:OK -2015-03-11 13:41:07 queue INFO 7 [132] -2015-03-11 13:41:07 queue INFO >7 [133] -2015-03-11 13:41:08 sendUrl INFO 7 [132] R:OK -2015-03-11 13:41:08 sendUrl INFO 7 [133] R:OK -2015-03-11 13:41:09 queue INFO 3 [134] -2015-03-11 13:41:09 queue INFO >3 [135] -2015-03-11 13:41:09 sendUrl INFO 3 [134] R:OK -2015-03-11 13:41:10 sendUrl INFO 3 [135] R:OK -2015-03-11 13:41:59 queue INFO >>3 [136] -2015-03-11 13:41:59 sendUrl INFO 3 [136] R:OK -2015-03-11 13:42:49 queue INFO >>3 [137] -2015-03-11 13:42:49 sendUrl INFO 3 [137] R:OK -2015-03-11 13:43:39 queue INFO >>3 [138] -2015-03-11 13:43:40 sendUrl INFO 3 [138] R:OK -2015-03-11 13:44:29 queue INFO >>3 [139] -2015-03-11 13:44:30 sendUrl INFO 3 [139] R:OK -2015-03-11 13:45:20 queue INFO >>3 [140] -2015-03-11 13:45:20 sendUrl INFO 3 [140] R:OK -2015-03-11 13:46:10 queue INFO >>3 [141] -2015-03-11 13:46:10 sendUrl INFO 3 [141] R:OK -2015-03-11 13:47:00 queue INFO >>3 [142] -2015-03-11 13:47:00 sendUrl INFO 3 [142] R:OK -2015-03-11 13:47:50 queue INFO >>3 [143] -2015-03-11 13:47:50 sendUrl INFO 3 [143] R:OK -2015-03-11 13:48:40 queue INFO >>3 [144] -2015-03-11 13:48:41 sendUrl INFO 3 [144] R:OK -2015-03-11 13:49:30 queue INFO >>3 [145] -2015-03-11 13:49:30 sendUrl INFO 3 [145] R:OK -2015-03-11 13:50:12 queue INFO 7 [146] -2015-03-11 13:50:12 sendUrl INFO 7 [146] R:OK -2015-03-11 13:50:12 queue INFO >7 [147] -2015-03-11 13:50:12 sendUrl INFO 7 [147] R:OK -2015-03-11 13:50:13 queue INFO 3 [148] -2015-03-11 13:50:13 queue INFO >3 [149] -2015-03-11 13:50:14 sendUrl INFO 3 [148] R:OK -2015-03-11 13:50:14 sendUrl INFO 3 [149] R:OK -2015-03-11 13:51:03 queue INFO >>3 [150] -2015-03-11 13:51:04 sendUrl INFO 3 [150] R:OK -2015-03-11 13:51:54 queue INFO >>3 [151] -2015-03-11 13:51:54 sendUrl INFO 3 [151] R:OK -2015-03-11 13:52:44 queue INFO >>3 [152] -2015-03-11 13:52:44 sendUrl INFO 3 [152] R:OK -2015-03-11 13:53:34 queue INFO >>3 [153] -2015-03-11 13:53:34 sendUrl INFO 3 [153] R:OK -2015-03-11 13:54:24 queue INFO >>3 [154] -2015-03-11 13:54:24 sendUrl INFO 3 [154] R:OK -2015-03-11 13:55:14 queue INFO >>3 [155] -2015-03-11 13:55:14 sendUrl INFO 3 [155] R:OK -2015-03-11 13:56:04 queue INFO >>3 [156] -2015-03-11 13:56:05 sendUrl INFO 3 [156] R:OK -2015-03-11 13:56:54 queue INFO >>3 [157] -2015-03-11 13:56:55 sendUrl INFO 3 [157] R:OK -2015-03-11 13:57:45 queue INFO >>3 [158] -2015-03-11 13:57:45 sendUrl INFO 3 [158] R:OK -2015-03-11 13:58:35 queue INFO >>3 [159] -2015-03-11 13:58:35 sendUrl INFO 3 [159] R:OK -2015-03-11 13:59:16 queue INFO 7 [160] -2015-03-11 13:59:16 sendUrl INFO 7 [160] R:OK -2015-03-11 13:59:16 queue INFO >7 [161] -2015-03-11 13:59:16 sendUrl INFO 7 [161] R:OK -2015-03-11 13:59:17 queue INFO 3 [162] -2015-03-11 13:59:18 queue INFO >3 [163] -2015-03-11 13:59:18 sendUrl INFO 3 [162] R:OK -2015-03-11 13:59:18 sendUrl INFO 3 [163] R:OK -2015-03-11 14:00:07 queue INFO >>3 [164] -2015-03-11 14:00:08 sendUrl INFO 3 [164] R:OK -2015-03-11 14:00:58 queue INFO >>3 [165] -2015-03-11 14:00:58 sendUrl INFO 3 [165] R:OK -2015-03-11 14:01:48 queue INFO >>3 [166] -2015-03-11 14:01:48 sendUrl INFO 3 [166] R:OK -2015-03-11 14:02:38 queue INFO >>3 [167] -2015-03-11 14:02:38 sendUrl INFO 3 [167] R:OK -2015-03-11 14:03:28 queue INFO >>3 [168] -2015-03-11 14:03:29 sendUrl INFO 3 [168] R:OK -2015-03-11 14:04:18 queue INFO >>3 [169] -2015-03-11 14:04:18 sendUrl INFO 3 [169] R:OK -2015-03-11 14:05:08 queue INFO >>3 [170] -2015-03-11 14:05:09 sendUrl INFO 3 [170] R:OK -2015-03-11 14:05:59 queue INFO >>3 [171] -2015-03-11 14:05:59 sendUrl INFO 3 [171] R:OK -2015-03-11 14:06:49 queue INFO >>3 [172] -2015-03-11 14:06:49 sendUrl INFO 3 [172] R:OK -2015-03-11 14:07:39 queue INFO >>3 [173] -2015-03-11 14:07:39 sendUrl INFO 3 [173] R:OK -2015-03-11 14:08:00 queue INFO 1 [174] -2015-03-11 14:08:01 queue INFO >1 [175] -2015-03-11 14:08:01 sendUrl INFO 1 [174] R:OK -2015-03-11 14:08:01 sendUrl INFO 1 [175] R:OK -2015-03-11 14:08:33 queue INFO 21 [176] -2015-03-11 14:08:33 queue INFO >21 [177] -2015-03-11 14:08:33 sendUrl INFO 21 [176] R:OK -2015-03-11 14:08:34 sendUrl INFO 21 [177] R:OK -2015-03-11 14:09:23 queue INFO >>21 [178] -2015-03-11 14:09:23 sendUrl INFO 21 [178] R:OK -2015-03-11 14:10:13 queue INFO >>21 [179] -2015-03-11 14:10:13 sendUrl INFO 21 [179] R:OK -2015-03-11 14:11:03 queue INFO >>21 [180] -2015-03-11 14:11:04 sendUrl INFO 21 [180] R:OK -2015-03-11 14:11:08 queue INFO 1 [181] -2015-03-11 14:11:08 sendUrl INFO 1 [181] R:OK -2015-03-11 14:11:08 queue INFO >1 [182] -2015-03-11 14:11:08 sendUrl INFO 1 [182] R:OK -2015-03-11 14:11:30 queue INFO 5 [183] -2015-03-11 14:11:30 queue INFO >5 [184] -2015-03-11 14:11:30 sendUrl INFO 5 [183] R:OK -2015-03-11 14:11:31 sendUrl INFO 5 [184] R:OK -2015-03-11 14:11:31 queue INFO 1 [185] -2015-03-11 14:11:32 queue INFO >1 [186] -2015-03-11 14:11:32 sendUrl INFO 1 [185] R:OK -2015-03-11 14:11:32 sendUrl INFO 1 [186] R:OK -2015-03-11 14:12:22 queue INFO >>1 [187] -2015-03-11 14:12:22 sendUrl INFO 1 [187] R:OK -2015-03-11 14:12:44 queue INFO 3 [188] -2015-03-11 14:12:44 sendUrl INFO 3 [188] R:OK -2015-03-11 14:12:44 queue INFO >3 [189] -2015-03-11 14:12:44 sendUrl INFO 3 [189] R:OK -2015-03-11 14:13:34 queue INFO >>3 [190] -2015-03-11 14:13:34 sendUrl INFO 3 [190] R:OK -2015-03-11 14:14:24 queue INFO >>3 [191] -2015-03-11 14:14:24 sendUrl INFO 3 [191] R:OK -2015-03-11 14:15:14 queue INFO >>3 [192] -2015-03-11 14:15:14 sendUrl INFO 3 [192] R:OK -2015-03-11 14:16:04 queue INFO >>3 [193] -2015-03-11 14:16:05 sendUrl INFO 3 [193] R:OK -2015-03-11 14:16:54 queue INFO >>3 [194] -2015-03-11 14:16:55 sendUrl INFO 3 [194] R:OK -2015-03-11 14:17:45 queue INFO >>3 [195] -2015-03-11 14:17:45 sendUrl INFO 3 [195] R:OK -2015-03-11 14:18:35 queue INFO >>3 [196] -2015-03-11 14:18:35 sendUrl INFO 3 [196] R:OK -2015-03-11 14:19:25 queue INFO >>3 [197] -2015-03-11 14:19:25 sendUrl INFO 3 [197] R:OK -2015-03-11 14:20:15 queue INFO >>3 [198] -2015-03-11 14:20:15 sendUrl INFO 3 [198] R:OK -2015-03-11 14:20:34 queue INFO 7 [199] -2015-03-11 14:20:34 sendUrl INFO 7 [199] R:OK -2015-03-11 14:20:34 queue INFO >7 [200] -2015-03-11 14:20:35 sendUrl INFO 7 [200] R:OK -2015-03-11 14:20:36 queue INFO 3 [201] -2015-03-11 14:20:36 queue INFO >3 [202] -2015-03-11 14:20:36 sendUrl INFO 3 [201] R:OK -2015-03-11 14:20:37 sendUrl INFO 3 [202] R:OK -2015-03-11 14:21:26 queue INFO >>3 [203] -2015-03-11 14:21:26 sendUrl INFO 3 [203] R:OK -2015-03-11 14:22:16 queue INFO >>3 [204] -2015-03-11 14:22:17 sendUrl INFO 3 [204] R:OK -2015-03-11 14:23:06 queue INFO >>3 [205] -2015-03-11 14:23:06 sendUrl INFO 3 [205] R:OK -2015-03-11 14:23:56 queue INFO >>3 [206] -2015-03-11 14:23:57 sendUrl INFO 3 [206] R:OK -2015-03-11 14:24:47 queue INFO >>3 [207] -2015-03-11 14:24:47 sendUrl INFO 3 [207] R:OK -2015-03-11 14:25:37 queue INFO >>3 [208] -2015-03-11 14:25:37 sendUrl INFO 3 [208] R:OK -2015-03-11 14:26:27 queue INFO >>3 [209] -2015-03-11 14:26:27 sendUrl INFO 3 [209] R:OK -2015-03-11 14:27:17 queue INFO >>3 [210] -2015-03-11 14:27:18 sendUrl INFO 3 [210] R:OK -2015-03-11 14:28:07 queue INFO >>3 [211] -2015-03-11 14:28:07 sendUrl INFO 3 [211] R:OK -2015-03-11 14:28:57 queue INFO >>3 [212] -2015-03-11 14:28:58 sendUrl INFO 3 [212] R:OK -2015-03-11 14:29:39 queue INFO 7 [213] -2015-03-11 14:29:39 sendUrl INFO 7 [213] R:OK -2015-03-11 14:29:39 queue INFO >7 [214] -2015-03-11 14:29:40 sendUrl INFO 7 [214] R:OK -2015-03-11 14:29:40 queue INFO 3 [215] -2015-03-11 14:29:41 queue INFO >3 [216] -2015-03-11 14:29:41 sendUrl INFO 3 [215] R:OK -2015-03-11 14:29:41 sendUrl INFO 3 [216] R:OK -2015-03-11 14:30:30 queue INFO >>3 [217] -2015-03-11 14:30:31 sendUrl INFO 3 [217] R:OK -2015-03-11 14:31:21 queue INFO >>3 [218] -2015-03-11 14:31:21 sendUrl INFO 3 [218] R:OK -2015-03-11 14:32:11 queue INFO >>3 [219] -2015-03-11 14:32:11 sendUrl INFO 3 [219] R:OK -2015-03-11 14:33:01 queue INFO >>3 [220] -2015-03-11 14:33:01 sendUrl INFO 3 [220] R:OK -2015-03-11 14:33:51 queue INFO >>3 [221] -2015-03-11 14:33:51 sendUrl INFO 3 [221] R:OK -2015-03-11 14:34:41 queue INFO >>3 [222] -2015-03-11 14:34:42 sendUrl INFO 3 [222] R:OK -2015-03-11 14:35:31 queue INFO >>3 [223] -2015-03-11 14:35:32 sendUrl INFO 3 [223] R:OK -2015-03-11 14:36:22 queue INFO >>3 [224] -2015-03-11 14:36:22 sendUrl INFO 3 [224] R:OK -2015-03-11 14:37:12 queue INFO >>3 [225] -2015-03-11 14:37:12 sendUrl INFO 3 [225] R:OK -2015-03-11 14:38:02 queue INFO >>3 [226] -2015-03-11 14:38:02 sendUrl INFO 3 [226] R:OK -2015-03-11 14:38:43 queue INFO 7 [227] -2015-03-11 14:38:43 queue INFO >7 [228] -2015-03-11 14:38:44 sendUrl INFO 7 [227] R:OK -2015-03-11 14:38:44 sendUrl INFO 7 [228] R:OK -2015-03-11 14:38:45 queue INFO 3 [229] -2015-03-11 14:38:45 queue INFO >3 [230] -2015-03-11 14:38:45 sendUrl INFO 3 [229] R:OK -2015-03-11 14:38:46 sendUrl INFO 3 [230] R:OK -2015-03-11 14:39:35 queue INFO >>3 [231] -2015-03-11 14:39:35 sendUrl INFO 3 [231] R:OK -2015-03-11 14:40:25 queue INFO >>3 [232] -2015-03-11 14:40:25 sendUrl INFO 3 [232] R:OK -2015-03-11 14:41:15 queue INFO >>3 [233] -2015-03-11 14:41:16 sendUrl INFO 3 [233] R:OK -2015-03-11 14:42:05 queue INFO >>3 [234] -2015-03-11 14:42:06 sendUrl INFO 3 [234] R:OK -2015-03-11 14:42:55 queue INFO >>3 [235] -2015-03-11 14:42:56 sendUrl INFO 3 [235] R:OK -2015-03-11 14:43:46 queue INFO >>3 [236] -2015-03-11 14:43:46 sendUrl INFO 3 [236] R:OK -2015-03-11 14:44:36 queue INFO >>3 [237] -2015-03-11 14:44:36 sendUrl INFO 3 [237] R:OK -2015-03-11 14:45:26 queue INFO >>3 [238] -2015-03-11 14:45:26 sendUrl INFO 3 [238] R:OK -2015-03-11 14:46:16 queue INFO >>3 [239] -2015-03-11 14:46:16 sendUrl INFO 3 [239] R:OK -2015-03-11 14:47:06 queue INFO >>3 [240] -2015-03-11 14:47:07 sendUrl INFO 3 [240] R:OK -2015-03-11 14:47:47 queue INFO 7 [241] -2015-03-11 14:47:48 queue INFO >7 [242] -2015-03-11 14:47:48 sendUrl INFO 7 [241] R:OK -2015-03-11 14:47:48 sendUrl INFO 7 [242] R:OK -2015-03-11 14:47:49 queue INFO 3 [243] -2015-03-11 14:47:49 queue INFO >3 [244] -2015-03-11 14:47:49 sendUrl INFO 3 [243] R:OK -2015-03-11 14:47:50 sendUrl INFO 3 [244] R:OK -2015-03-11 14:48:39 queue INFO >>3 [245] -2015-03-11 14:48:40 sendUrl INFO 3 [245] R:OK -2015-03-11 14:49:29 queue INFO >>3 [246] -2015-03-11 14:49:29 sendUrl INFO 3 [246] R:OK -2015-03-11 14:50:20 queue INFO >>3 [247] -2015-03-11 14:50:20 sendUrl INFO 3 [247] R:OK -2015-03-11 14:51:10 queue INFO >>3 [248] -2015-03-11 14:51:10 sendUrl INFO 3 [248] R:OK -2015-03-11 14:52:00 queue INFO >>3 [249] -2015-03-11 14:52:00 sendUrl INFO 3 [249] R:OK -2015-03-11 14:52:50 queue INFO >>3 [250] -2015-03-11 14:52:50 sendUrl INFO 3 [250] R:OK -2015-03-11 14:53:40 queue INFO >>3 [251] -2015-03-11 14:53:41 sendUrl INFO 3 [251] R:OK -2015-03-11 14:54:30 queue INFO >>3 [252] -2015-03-11 14:54:30 sendUrl INFO 3 [252] R:OK -2015-03-11 14:55:20 queue INFO >>3 [253] -2015-03-11 14:55:21 sendUrl INFO 3 [253] R:OK -2015-03-11 14:56:11 queue INFO >>3 [254] -2015-03-11 14:56:11 sendUrl INFO 3 [254] R:OK -2015-03-11 14:56:52 queue INFO 7 [255] -2015-03-11 14:56:52 queue INFO >7 [256] -2015-03-11 14:56:52 sendUrl INFO 7 [255] R:OK -2015-03-11 14:56:52 sendUrl INFO 7 [256] R:OK -2015-03-11 14:56:53 queue INFO 3 [257] -2015-03-11 14:56:53 sendUrl INFO 3 [257] R:OK -2015-03-11 14:56:54 queue INFO >3 [258] -2015-03-11 14:56:54 sendUrl INFO 3 [258] R:OK -2015-03-11 14:57:43 queue INFO >>3 [259] -2015-03-11 14:57:44 sendUrl INFO 3 [259] R:OK -2015-03-11 14:58:34 queue INFO >>3 [260] -2015-03-11 14:58:34 sendUrl INFO 3 [260] R:OK -2015-03-11 14:59:24 queue INFO >>3 [261] -2015-03-11 14:59:24 sendUrl INFO 3 [261] R:OK -2015-03-11 15:00:14 queue INFO >>3 [262] -2015-03-11 15:00:14 sendUrl INFO 3 [262] R:OK -2015-03-11 15:01:04 queue INFO >>3 [263] -2015-03-11 15:01:05 sendUrl INFO 3 [263] R:OK -2015-03-11 15:01:54 queue INFO >>3 [264] -2015-03-11 15:01:54 sendUrl INFO 3 [264] R:OK -2015-03-11 15:02:44 queue INFO >>3 [265] -2015-03-11 15:02:45 sendUrl INFO 3 [265] R:OK -2015-03-11 15:03:35 queue INFO >>3 [266] -2015-03-11 15:03:35 sendUrl INFO 3 [266] R:OK -2015-03-11 15:04:25 queue INFO >>3 [267] -2015-03-11 15:04:25 sendUrl INFO 3 [267] R:OK -2015-03-11 15:05:15 queue INFO >>3 [268] -2015-03-11 15:05:15 sendUrl INFO 3 [268] R:OK -2015-03-11 15:05:57 queue INFO 7 [269] -2015-03-11 15:05:57 queue INFO >7 [270] -2015-03-11 15:05:57 sendUrl INFO 7 [269] R:OK -2015-03-11 15:05:58 sendUrl INFO 7 [270] R:OK -2015-03-11 15:05:58 queue INFO 3 [271] -2015-03-11 15:05:59 sendUrl INFO 3 [271] R:OK -2015-03-11 15:05:59 queue INFO >3 [272] -2015-03-11 15:05:59 sendUrl INFO 3 [272] R:OK -2015-03-11 15:06:49 queue INFO >>3 [273] -2015-03-11 15:06:49 sendUrl INFO 3 [273] R:OK -2015-03-11 15:07:39 queue INFO >>3 [274] -2015-03-11 15:07:39 sendUrl INFO 3 [274] R:OK -2015-03-11 15:08:29 queue INFO >>3 [275] -2015-03-11 15:08:29 sendUrl INFO 3 [275] R:OK -2015-03-11 15:09:19 queue INFO >>3 [276] -2015-03-11 15:09:19 sendUrl INFO 3 [276] R:OK -2015-03-11 15:10:09 queue INFO >>3 [277] -2015-03-11 15:10:10 sendUrl INFO 3 [277] R:OK -2015-03-11 15:10:59 queue INFO >>3 [278] -2015-03-11 15:11:00 sendUrl INFO 3 [278] R:OK -2015-03-11 15:11:49 queue INFO >>3 [279] -2015-03-11 15:11:50 sendUrl INFO 3 [279] R:OK -2015-03-11 15:12:40 queue INFO >>3 [280] -2015-03-11 15:12:40 sendUrl INFO 3 [280] R:OK -2015-03-11 15:13:30 queue INFO >>3 [281] -2015-03-11 15:13:30 sendUrl INFO 3 [281] R:OK -2015-03-11 15:14:20 queue INFO >>3 [282] -2015-03-11 15:14:20 sendUrl INFO 3 [282] R:OK -2015-03-11 15:15:01 queue INFO 7 [283] -2015-03-11 15:15:01 queue INFO >7 [284] -2015-03-11 15:15:02 sendUrl INFO 7 [283] R:OK -2015-03-11 15:15:02 sendUrl INFO 7 [284] R:OK -2015-03-11 15:15:03 queue INFO 3 [285] -2015-03-11 15:15:03 queue INFO >3 [286] -2015-03-11 15:15:03 sendUrl INFO 3 [285] R:OK -2015-03-11 15:15:04 sendUrl INFO 3 [286] R:OK -2015-03-11 15:15:53 queue INFO >>3 [287] -2015-03-11 15:15:54 sendUrl INFO 3 [287] R:OK -2015-03-11 15:16:43 queue INFO >>3 [288] -2015-03-11 15:16:43 sendUrl INFO 3 [288] R:OK -2015-03-11 15:17:33 queue INFO >>3 [289] -2015-03-11 15:17:34 sendUrl INFO 3 [289] R:OK -2015-03-11 15:18:23 queue INFO >>3 [290] -2015-03-11 15:18:24 sendUrl INFO 3 [290] R:OK -2015-03-11 15:19:14 queue INFO >>3 [291] -2015-03-11 15:19:14 sendUrl INFO 3 [291] R:OK -2015-03-11 15:20:04 queue INFO >>3 [292] -2015-03-11 15:20:04 sendUrl INFO 3 [292] R:OK -2015-03-11 15:20:54 queue INFO >>3 [293] -2015-03-11 15:20:54 sendUrl INFO 3 [293] R:OK -2015-03-11 15:21:44 queue INFO >>3 [294] -2015-03-11 15:21:44 sendUrl INFO 3 [294] R:OK -2015-03-11 15:22:34 queue INFO >>3 [295] -2015-03-11 15:22:35 sendUrl INFO 3 [295] R:OK -2015-03-11 15:23:24 queue INFO >>3 [296] -2015-03-11 15:23:25 sendUrl INFO 3 [296] R:OK -2015-03-11 15:24:06 queue INFO 7 [297] -2015-03-11 15:24:06 sendUrl INFO 7 [297] R:OK -2015-03-11 15:24:06 queue INFO >7 [298] -2015-03-11 15:24:06 sendUrl INFO 7 [298] R:OK -2015-03-11 15:24:07 queue INFO 3 [299] -2015-03-11 15:24:08 queue INFO >3 [300] -2015-03-11 15:24:08 sendUrl INFO 3 [299] R:OK -2015-03-11 15:24:08 sendUrl INFO 3 [300] R:OK -2015-03-11 15:24:57 queue INFO >>3 [301] -2015-03-11 15:24:58 sendUrl INFO 3 [301] R:OK -2015-03-11 15:25:48 queue INFO >>3 [302] -2015-03-11 15:25:48 sendUrl INFO 3 [302] R:OK -2015-03-11 15:26:38 queue INFO >>3 [303] -2015-03-11 15:26:38 sendUrl INFO 3 [303] R:OK -2015-03-11 15:27:28 queue INFO >>3 [304] -2015-03-11 15:27:28 sendUrl INFO 3 [304] R:OK -2015-03-11 15:28:18 queue INFO >>3 [305] -2015-03-11 15:28:19 sendUrl INFO 3 [305] R:OK -2015-03-11 15:29:08 queue INFO >>3 [306] -2015-03-11 15:29:08 sendUrl INFO 3 [306] R:OK -2015-03-11 15:29:58 queue INFO >>3 [307] -2015-03-11 15:29:59 sendUrl INFO 3 [307] R:OK -2015-03-11 15:30:49 queue INFO >>3 [308] -2015-03-11 15:30:49 sendUrl INFO 3 [308] R:OK -2015-03-11 15:31:39 queue INFO >>3 [309] -2015-03-11 15:31:39 sendUrl INFO 3 [309] R:OK -2015-03-11 15:32:29 queue INFO >>3 [310] -2015-03-11 15:32:29 sendUrl INFO 3 [310] R:OK -2015-03-11 15:33:10 queue INFO 7 [311] -2015-03-11 15:33:10 queue INFO >7 [312] -2015-03-11 15:33:11 sendUrl INFO 7 [311] R:OK -2015-03-11 15:33:11 sendUrl INFO 7 [312] R:OK -2015-03-11 15:33:12 queue INFO 3 [313] -2015-03-11 15:33:12 queue INFO >3 [314] -2015-03-11 15:33:12 sendUrl INFO 3 [313] R:OK -2015-03-11 15:33:13 sendUrl INFO 3 [314] R:OK -2015-03-11 15:34:02 queue INFO >>3 [315] -2015-03-11 15:34:02 sendUrl INFO 3 [315] R:OK -2015-03-11 15:34:24 queue INFO 21 [316] -2015-03-11 15:34:24 queue INFO >21 [317] -2015-03-11 15:34:24 sendUrl INFO 21 [316] R:OK -2015-03-11 15:34:24 sendUrl INFO 21 [317] R:OK -2015-03-11 15:35:14 queue INFO >>21 [318] -2015-03-11 15:35:14 sendUrl INFO 21 [318] R:OK -2015-03-11 15:36:04 queue INFO >>21 [319] -2015-03-11 15:36:04 sendUrl INFO 21 [319] R:OK -2015-03-11 15:36:54 queue INFO >>21 [320] -2015-03-11 15:36:54 sendUrl INFO 21 [320] R:OK -2015-03-11 15:37:44 queue INFO >>21 [321] -2015-03-11 15:37:44 sendUrl INFO 21 [321] R:OK -2015-03-11 15:38:34 queue INFO >>21 [322] -2015-03-11 15:38:35 sendUrl INFO 21 [322] R:OK -2015-03-11 15:39:25 queue INFO >>21 [323] -2015-03-11 15:39:25 sendUrl INFO 21 [323] R:OK -2015-03-11 15:39:43 queue INFO 1 [324] -2015-03-11 15:39:43 queue INFO >1 [325] -2015-03-11 15:39:43 sendUrl INFO 1 [324] R:OK -2015-03-11 15:39:44 sendUrl INFO 1 [325] R:OK -2015-03-11 15:39:57 queue INFO 21 [326] -2015-03-11 15:39:57 queue INFO >21 [327] -2015-03-11 15:39:57 sendUrl INFO 21 [326] R:OK -2015-03-11 15:39:58 queue INFO 1 [328] -2015-03-11 15:39:58 sendUrl INFO 21 [327] R:OK -2015-03-11 15:39:58 queue INFO >1 [329] -2015-03-11 15:39:58 sendUrl INFO 1 [328] R:OK -2015-03-11 15:39:59 sendUrl INFO 1 [329] R:OK -2015-03-11 15:40:48 queue INFO >>1 [330] -2015-03-11 15:40:48 sendUrl INFO 1 [330] R:OK -2015-03-11 15:41:38 queue INFO >>1 [331] -2015-03-11 15:41:38 sendUrl INFO 1 [331] R:OK -2015-03-11 15:42:28 queue INFO >>1 [332] -2015-03-11 15:42:28 sendUrl INFO 1 [332] R:OK -2015-03-11 15:43:18 queue INFO >>1 [333] -2015-03-11 15:43:19 sendUrl INFO 1 [333] R:OK -2015-03-11 15:44:08 queue INFO >>1 [334] -2015-03-11 15:44:09 sendUrl INFO 1 [334] R:OK -2015-03-11 15:44:59 queue INFO >>1 [335] -2015-03-11 15:44:59 sendUrl INFO 1 [335] R:OK -2015-03-11 15:45:49 queue INFO >>1 [336] -2015-03-11 15:45:49 sendUrl INFO 1 [336] R:OK -2015-03-11 15:46:39 queue INFO >>1 [337] -2015-03-11 15:46:39 sendUrl INFO 1 [337] R:OK -2015-03-11 15:47:25 queue INFO 5 [338] -2015-03-11 15:47:26 queue INFO >5 [339] -2015-03-11 15:47:26 sendUrl INFO 5 [338] R:OK -2015-03-11 15:47:26 sendUrl INFO 5 [339] R:OK -2015-03-11 15:47:27 queue INFO 1 [340] -2015-03-11 15:47:27 queue INFO >1 [341] -2015-03-11 15:47:27 sendUrl INFO 1 [340] R:OK -2015-03-11 15:47:28 sendUrl INFO 1 [341] R:OK -2015-03-11 15:48:17 queue INFO >>1 [342] -2015-03-11 15:48:18 sendUrl INFO 1 [342] R:OK -2015-03-11 15:48:39 queue INFO 3 [343] -2015-03-11 15:48:39 queue INFO >3 [344] -2015-03-11 15:48:40 sendUrl INFO 3 [343] R:OK -2015-03-11 15:48:40 sendUrl INFO 3 [344] R:OK -2015-03-11 15:49:29 queue INFO >>3 [345] -2015-03-11 15:49:30 sendUrl INFO 3 [345] R:OK -2015-03-11 15:50:20 queue INFO >>3 [346] -2015-03-11 15:50:20 sendUrl INFO 3 [346] R:OK -2015-03-11 15:51:10 queue INFO >>3 [347] -2015-03-11 15:51:10 sendUrl INFO 3 [347] R:OK -2015-03-11 15:52:00 queue INFO >>3 [348] -2015-03-11 15:52:00 sendUrl INFO 3 [348] R:OK -2015-03-11 15:52:50 queue INFO >>3 [349] -2015-03-11 15:52:50 sendUrl INFO 3 [349] R:OK -2015-03-11 15:53:40 queue INFO >>3 [350] -2015-03-11 15:53:41 sendUrl INFO 3 [350] R:OK -2015-03-11 15:54:30 queue INFO >>3 [351] -2015-03-11 15:54:31 sendUrl INFO 3 [351] R:OK -2015-03-11 15:55:20 queue INFO >>3 [352] -2015-03-11 15:55:21 sendUrl INFO 3 [352] R:OK -2015-03-11 15:56:11 queue INFO >>3 [353] -2015-03-11 15:56:11 sendUrl INFO 3 [353] R:OK -2015-03-11 15:56:30 queue INFO 7 [354] -2015-03-11 15:56:30 queue INFO >7 [355] -2015-03-11 15:56:30 sendUrl INFO 7 [354] R:OK -2015-03-11 15:56:31 sendUrl INFO 7 [355] R:OK -2015-03-11 15:56:32 queue INFO 3 [356] -2015-03-11 15:56:32 sendUrl INFO 3 [356] R:OK -2015-03-11 15:56:32 queue INFO >3 [357] -2015-03-11 15:56:32 sendUrl INFO 3 [357] R:OK -2015-03-11 15:57:22 queue INFO >>3 [358] -2015-03-11 15:57:22 sendUrl INFO 3 [358] R:OK -2015-03-11 15:58:12 queue INFO >>3 [359] -2015-03-11 15:58:13 sendUrl INFO 3 [359] R:OK -2015-03-11 15:59:02 queue INFO >>3 [360] -2015-03-11 15:59:02 sendUrl INFO 3 [360] R:OK -2015-03-11 15:59:52 queue INFO >>3 [361] -2015-03-11 15:59:53 sendUrl INFO 3 [361] R:OK -2015-03-11 16:00:42 queue INFO >>3 [362] -2015-03-11 16:00:43 sendUrl INFO 3 [362] R:OK -2015-03-11 16:01:33 queue INFO >>3 [363] -2015-03-11 16:01:33 sendUrl INFO 3 [363] R:OK -2015-03-11 16:02:23 queue INFO >>3 [364] -2015-03-11 16:02:23 sendUrl INFO 3 [364] R:OK -2015-03-11 16:03:13 queue INFO >>3 [365] -2015-03-11 16:03:13 sendUrl INFO 3 [365] R:OK -2015-03-11 16:04:03 queue INFO >>3 [366] -2015-03-11 16:04:03 sendUrl INFO 3 [366] R:OK -2015-03-11 16:04:53 queue INFO >>3 [367] -2015-03-11 16:04:54 sendUrl INFO 3 [367] R:OK -2015-03-11 16:05:35 queue INFO 7 [368] -2015-03-11 16:05:35 queue INFO >7 [369] -2015-03-11 16:05:35 sendUrl INFO 7 [368] R:OK -2015-03-11 16:05:35 sendUrl INFO 7 [369] R:OK -2015-03-11 16:05:36 queue INFO 3 [370] -2015-03-11 16:05:36 queue INFO >3 [371] -2015-03-11 16:05:37 sendUrl INFO 3 [370] R:OK -2015-03-11 16:05:37 sendUrl INFO 3 [371] R:OK -2015-03-11 16:06:26 queue INFO >>3 [372] -2015-03-11 16:06:27 sendUrl INFO 3 [372] R:OK -2015-03-11 16:07:16 queue INFO >>3 [373] -2015-03-11 16:07:17 sendUrl INFO 3 [373] R:OK -2015-03-11 16:08:07 queue INFO >>3 [374] -2015-03-11 16:08:07 sendUrl INFO 3 [374] R:OK -2015-03-11 16:08:57 queue INFO >>3 [375] -2015-03-11 16:08:57 sendUrl INFO 3 [375] R:OK -2015-03-11 16:09:47 queue INFO >>3 [376] -2015-03-11 16:09:47 sendUrl INFO 3 [376] R:OK -2015-03-11 16:10:37 queue INFO >>3 [377] -2015-03-11 16:10:38 sendUrl INFO 3 [377] R:OK -2015-03-11 16:11:27 queue INFO >>3 [378] -2015-03-11 16:11:27 sendUrl INFO 3 [378] R:OK -2015-03-11 16:12:17 queue INFO >>3 [379] -2015-03-11 16:12:18 sendUrl INFO 3 [379] R:OK -2015-03-11 16:13:08 queue INFO >>3 [380] -2015-03-11 16:13:08 sendUrl INFO 3 [380] R:OK -2015-03-11 16:13:58 queue INFO >>3 [381] -2015-03-11 16:13:58 sendUrl INFO 3 [381] R:OK -2015-03-11 16:14:39 queue INFO 7 [382] -2015-03-11 16:14:39 queue INFO >7 [383] -2015-03-11 16:14:39 sendUrl INFO 7 [382] R:OK -2015-03-11 16:14:40 sendUrl INFO 7 [383] R:OK -2015-03-11 16:14:40 queue INFO 3 [384] -2015-03-11 16:14:41 queue INFO >3 [385] -2015-03-11 16:14:41 sendUrl INFO 3 [384] R:OK -2015-03-11 16:14:41 sendUrl INFO 3 [385] R:OK -2015-03-11 16:15:31 queue INFO >>3 [386] -2015-03-11 16:15:31 sendUrl INFO 3 [386] R:OK -2015-03-11 16:16:21 queue INFO >>3 [387] -2015-03-11 16:16:21 sendUrl INFO 3 [387] R:OK -2015-03-11 16:17:11 queue INFO >>3 [388] -2015-03-11 16:17:11 sendUrl INFO 3 [388] R:OK -2015-03-11 16:18:01 queue INFO >>3 [389] -2015-03-11 16:18:01 sendUrl INFO 3 [389] R:OK -2015-03-11 16:18:51 queue INFO >>3 [390] -2015-03-11 16:18:51 sendUrl INFO 3 [390] R:OK -2015-03-11 16:19:41 queue INFO >>3 [391] -2015-03-11 16:19:42 sendUrl INFO 3 [391] R:OK -2015-03-11 16:20:32 queue INFO >>3 [392] -2015-03-11 16:20:32 sendUrl INFO 3 [392] R:OK -2015-03-11 16:21:22 queue INFO >>3 [393] -2015-03-11 16:21:22 sendUrl INFO 3 [393] R:OK -2015-03-11 16:22:12 queue INFO >>3 [394] -2015-03-11 16:22:12 sendUrl INFO 3 [394] R:OK -2015-03-11 16:23:02 queue INFO >>3 [395] -2015-03-11 16:23:03 sendUrl INFO 3 [395] R:OK -2015-03-11 16:23:43 queue INFO 7 [396] -2015-03-11 16:23:43 sendUrl INFO 7 [396] R:OK -2015-03-11 16:23:43 queue INFO >7 [397] -2015-03-11 16:23:44 sendUrl INFO 7 [397] R:OK -2015-03-11 16:23:45 queue INFO 3 [398] -2015-03-11 16:23:45 sendUrl INFO 3 [398] R:OK -2015-03-11 16:23:45 queue INFO >3 [399] -2015-03-11 16:23:45 sendUrl INFO 3 [399] R:OK -2015-03-11 16:24:35 queue INFO >>3 [400] -2015-03-11 16:24:35 sendUrl INFO 3 [400] R:OK -2015-03-11 16:25:25 queue INFO >>3 [401] -2015-03-11 16:25:25 sendUrl INFO 3 [401] R:OK -2015-03-11 16:26:15 queue INFO >>3 [402] -2015-03-11 16:26:15 sendUrl INFO 3 [402] R:OK -2015-03-11 16:27:05 queue INFO >>3 [403] -2015-03-11 16:27:06 sendUrl INFO 3 [403] R:OK -2015-03-11 16:27:55 queue INFO >>3 [404] -2015-03-11 16:27:56 sendUrl INFO 3 [404] R:OK -2015-03-11 16:28:46 queue INFO >>3 [405] -2015-03-11 16:28:46 sendUrl INFO 3 [405] R:OK -2015-03-11 16:29:36 queue INFO >>3 [406] -2015-03-11 16:29:36 sendUrl INFO 3 [406] R:OK -2015-03-11 16:30:26 queue INFO >>3 [407] -2015-03-11 16:30:26 sendUrl INFO 3 [407] R:OK -2015-03-11 16:31:16 queue INFO >>3 [408] -2015-03-11 16:31:16 sendUrl INFO 3 [408] R:OK -2015-03-11 16:32:06 queue INFO >>3 [409] -2015-03-11 16:32:07 sendUrl INFO 3 [409] R:OK -2015-03-11 16:32:47 queue INFO 7 [410] -2015-03-11 16:32:48 queue INFO >7 [411] -2015-03-11 16:32:48 sendUrl INFO 7 [410] R:OK -2015-03-11 16:32:48 sendUrl INFO 7 [411] R:OK -2015-03-11 16:32:49 queue INFO 3 [412] -2015-03-11 16:32:49 queue INFO >3 [413] -2015-03-11 16:32:49 sendUrl INFO 3 [412] R:OK -2015-03-11 16:32:50 sendUrl INFO 3 [413] R:OK -2015-03-11 16:33:39 queue INFO >>3 [414] -2015-03-11 16:33:39 sendUrl INFO 3 [414] R:OK -2015-03-11 16:34:29 queue INFO >>3 [415] -2015-03-11 16:34:30 sendUrl INFO 3 [415] R:OK -2015-03-11 16:35:19 queue INFO >>3 [416] -2015-03-11 16:35:20 sendUrl INFO 3 [416] R:OK -2015-03-11 16:36:10 queue INFO >>3 [417] -2015-03-11 16:36:10 sendUrl INFO 3 [417] R:OK -2015-03-11 16:37:00 queue INFO >>3 [418] -2015-03-11 16:37:00 sendUrl INFO 3 [418] R:OK -2015-03-11 16:37:50 queue INFO >>3 [419] -2015-03-11 16:37:50 sendUrl INFO 3 [419] R:OK -2015-03-11 16:38:40 queue INFO >>3 [420] -2015-03-11 16:38:40 sendUrl INFO 3 [420] R:OK -2015-03-11 16:39:30 queue INFO >>3 [421] -2015-03-11 16:39:31 sendUrl INFO 3 [421] R:OK -2015-03-11 16:40:20 queue INFO >>3 [422] -2015-03-11 16:40:20 sendUrl INFO 3 [422] R:OK -2015-03-11 16:41:11 queue INFO >>3 [423] -2015-03-11 16:41:11 sendUrl INFO 3 [423] R:OK -2015-03-11 16:41:52 queue INFO 7 [424] -2015-03-11 16:41:53 sendUrl INFO 7 [424] R:OK -2015-03-11 16:41:53 queue INFO >7 [425] -2015-03-11 16:41:53 sendUrl INFO 7 [425] R:OK -2015-03-11 16:41:54 queue INFO 3 [426] -2015-03-11 16:41:54 queue INFO >3 [427] -2015-03-11 16:41:55 sendUrl INFO 3 [426] R:OK -2015-03-11 16:41:55 sendUrl INFO 3 [427] R:OK -2015-03-11 16:42:44 queue INFO >>3 [428] -2015-03-11 16:42:44 sendUrl INFO 3 [428] R:OK -2015-03-11 16:43:34 queue INFO >>3 [429] -2015-03-11 16:43:35 sendUrl INFO 3 [429] R:OK -2015-03-11 16:44:25 queue INFO >>3 [430] -2015-03-11 16:44:25 sendUrl INFO 3 [430] R:OK -2015-03-11 16:45:15 queue INFO >>3 [431] -2015-03-11 16:45:15 sendUrl INFO 3 [431] R:OK -2015-03-11 16:46:05 queue INFO >>3 [432] -2015-03-11 16:46:05 sendUrl INFO 3 [432] R:OK -2015-03-11 16:46:55 queue INFO >>3 [433] -2015-03-11 16:46:55 sendUrl INFO 3 [433] R:OK -2015-03-11 16:47:45 queue INFO >>3 [434] -2015-03-11 16:47:45 sendUrl INFO 3 [434] R:OK -2015-03-11 16:48:35 queue INFO >>3 [435] -2015-03-11 16:48:36 sendUrl INFO 3 [435] R:OK -2015-03-11 16:49:25 queue INFO >>3 [436] -2015-03-11 16:49:26 sendUrl INFO 3 [436] R:OK -2015-03-11 16:50:16 queue INFO >>3 [437] -2015-03-11 16:50:16 sendUrl INFO 3 [437] R:OK -2015-03-11 16:50:57 queue INFO 7 [438] -2015-03-11 16:50:57 queue INFO >7 [439] -2015-03-11 16:50:57 sendUrl INFO 7 [438] R:OK -2015-03-11 16:50:58 sendUrl INFO 7 [439] R:OK -2015-03-11 16:50:59 queue INFO 3 [440] -2015-03-11 16:50:59 queue INFO >3 [441] -2015-03-11 16:50:59 sendUrl INFO 3 [440] R:OK -2015-03-11 16:50:59 sendUrl INFO 3 [441] R:OK -2015-03-11 16:51:49 queue INFO >>3 [442] -2015-03-11 16:51:49 sendUrl INFO 3 [442] R:OK -2015-03-11 16:52:39 queue INFO >>3 [443] -2015-03-11 16:52:39 sendUrl INFO 3 [443] R:OK -2015-03-11 16:53:29 queue INFO >>3 [444] -2015-03-11 16:53:29 sendUrl INFO 3 [444] R:OK -2015-03-11 16:54:19 queue INFO >>3 [445] -2015-03-11 16:54:20 sendUrl INFO 3 [445] R:OK -2015-03-11 16:55:09 queue INFO >>3 [446] -2015-03-11 16:55:09 sendUrl INFO 3 [446] R:OK -2015-03-11 16:55:59 queue INFO >>3 [447] -2015-03-11 16:56:00 sendUrl INFO 3 [447] R:OK -2015-03-11 16:56:50 queue INFO >>3 [448] -2015-03-11 16:56:50 sendUrl INFO 3 [448] R:OK -2015-03-11 16:57:40 queue INFO >>3 [449] -2015-03-11 16:57:40 sendUrl INFO 3 [449] R:OK -2015-03-11 16:58:30 queue INFO >>3 [450] -2015-03-11 16:58:30 sendUrl INFO 3 [450] R:OK -2015-03-11 16:59:20 queue INFO >>3 [451] -2015-03-11 16:59:21 sendUrl INFO 3 [451] R:OK -2015-03-11 17:00:01 queue INFO 7 [452] -2015-03-11 17:00:02 queue INFO >7 [453] -2015-03-11 17:00:02 sendUrl INFO 7 [452] R:OK -2015-03-11 17:00:02 sendUrl INFO 7 [453] R:OK -2015-03-11 17:00:03 queue INFO 3 [454] -2015-03-11 17:00:03 queue INFO >3 [455] -2015-03-11 17:00:03 sendUrl INFO 3 [454] R:OK -2015-03-11 17:00:04 sendUrl INFO 3 [455] R:OK -2015-03-11 17:00:53 queue INFO >>3 [456] -2015-03-11 17:00:54 sendUrl INFO 3 [456] R:OK -2015-03-11 17:01:43 queue INFO >>3 [457] -2015-03-11 17:01:44 sendUrl INFO 3 [457] R:OK -2015-03-11 17:02:33 queue INFO >>3 [458] -2015-03-11 17:02:34 sendUrl INFO 3 [458] R:OK -2015-03-11 17:03:24 queue INFO >>3 [459] -2015-03-11 17:03:24 sendUrl INFO 3 [459] R:OK -2015-03-11 17:04:14 queue INFO >>3 [460] -2015-03-11 17:04:14 sendUrl INFO 3 [460] R:OK -2015-03-11 17:05:04 queue INFO >>3 [461] -2015-03-11 17:05:04 sendUrl INFO 3 [461] R:OK -2015-03-11 17:05:54 queue INFO >>3 [462] -2015-03-11 17:05:54 sendUrl INFO 3 [462] R:OK -2015-03-11 17:06:44 queue INFO >>3 [463] -2015-03-11 17:06:45 sendUrl INFO 3 [463] R:OK -2015-03-11 17:07:34 queue INFO >>3 [464] -2015-03-11 17:07:35 sendUrl INFO 3 [464] R:OK -2015-03-11 17:08:25 queue INFO >>3 [465] -2015-03-11 17:08:25 sendUrl INFO 3 [465] R:OK -2015-03-11 17:09:06 queue INFO 7 [466] -2015-03-11 17:09:06 sendUrl INFO 7 [466] R:OK -2015-03-11 17:09:06 queue INFO >7 [467] -2015-03-11 17:09:06 sendUrl INFO 7 [467] R:OK -2015-03-11 17:09:07 queue INFO 3 [468] -2015-03-11 17:09:08 queue INFO >3 [469] -2015-03-11 17:09:08 sendUrl INFO 3 [468] R:OK -2015-03-11 17:09:08 sendUrl INFO 3 [469] R:OK -2015-03-11 17:09:58 queue INFO >>3 [470] -2015-03-11 17:09:58 sendUrl INFO 3 [470] R:OK -2015-03-11 17:10:48 queue INFO >>3 [471] -2015-03-11 17:10:48 sendUrl INFO 3 [471] R:OK -2015-03-11 17:11:38 queue INFO >>3 [472] -2015-03-11 17:11:38 sendUrl INFO 3 [472] R:OK -2015-03-11 17:12:28 queue INFO >>3 [473] -2015-03-11 17:12:28 sendUrl INFO 3 [473] R:OK -2015-03-11 17:13:18 queue INFO >>3 [474] -2015-03-11 17:13:19 sendUrl INFO 3 [474] R:OK -2015-03-11 17:14:08 queue INFO >>3 [475] -2015-03-11 17:14:08 sendUrl INFO 3 [475] R:OK -2015-03-11 17:14:58 queue INFO >>3 [476] -2015-03-11 17:14:59 sendUrl INFO 3 [476] R:OK -2015-03-11 17:15:49 queue INFO >>3 [477] -2015-03-11 17:15:49 sendUrl INFO 3 [477] R:OK -2015-03-11 17:16:39 queue INFO >>3 [478] -2015-03-11 17:16:39 sendUrl INFO 3 [478] R:OK -2015-03-11 17:17:29 queue INFO >>3 [479] -2015-03-11 17:17:29 sendUrl INFO 3 [479] R:OK -2015-03-11 17:18:10 queue INFO 7 [480] -2015-03-11 17:18:10 queue INFO >7 [481] -2015-03-11 17:18:10 sendUrl INFO 7 [480] R:OK -2015-03-11 17:18:11 sendUrl INFO 7 [481] R:OK -2015-03-11 17:18:12 queue INFO 3 [482] -2015-03-11 17:18:12 sendUrl INFO 3 [482] R:OK -2015-03-11 17:18:12 queue INFO >3 [483] -2015-03-11 17:18:12 sendUrl INFO 3 [483] R:OK -2015-03-11 17:19:02 queue INFO >>3 [484] -2015-03-11 17:19:02 sendUrl INFO 3 [484] R:OK -2015-03-11 17:19:52 queue INFO >>3 [485] -2015-03-11 17:19:52 sendUrl INFO 3 [485] R:OK -2015-03-11 17:20:42 queue INFO >>3 [486] -2015-03-11 17:20:42 sendUrl INFO 3 [486] R:OK -2015-03-11 17:21:32 queue INFO >>3 [487] -2015-03-11 17:21:32 sendUrl INFO 3 [487] R:OK -2015-03-11 17:22:22 queue INFO >>3 [488] -2015-03-11 17:22:23 sendUrl INFO 3 [488] R:OK -2015-03-11 17:23:12 queue INFO >>3 [489] -2015-03-11 17:23:13 sendUrl INFO 3 [489] R:OK -2015-03-11 17:24:03 queue INFO >>3 [490] -2015-03-11 17:24:03 sendUrl INFO 3 [490] R:OK -2015-03-11 17:24:53 queue INFO >>3 [491] -2015-03-11 17:24:53 sendUrl INFO 3 [491] R:OK -2015-03-11 17:25:43 queue INFO >>3 [492] -2015-03-11 17:25:43 sendUrl INFO 3 [492] R:OK -2015-03-11 17:26:33 queue INFO >>3 [493] -2015-03-11 17:26:33 sendUrl INFO 3 [493] R:OK -2015-03-11 17:27:14 queue INFO 7 [494] -2015-03-11 17:27:15 queue INFO >7 [495] -2015-03-11 17:27:15 sendUrl INFO 7 [494] R:OK -2015-03-11 17:27:15 sendUrl INFO 7 [495] R:OK -2015-03-11 17:27:16 queue INFO 3 [496] -2015-03-11 17:27:16 queue INFO >3 [497] -2015-03-11 17:27:16 sendUrl INFO 3 [496] R:OK -2015-03-11 17:27:17 sendUrl INFO 3 [497] R:OK -2015-03-11 17:28:06 queue INFO >>3 [498] -2015-03-11 17:28:07 sendUrl INFO 3 [498] R:OK -2015-03-11 17:28:56 queue INFO >>3 [499] -2015-03-11 17:28:56 sendUrl INFO 3 [499] R:OK -2015-03-11 17:29:46 queue INFO >>3 [500] -2015-03-11 17:29:47 sendUrl INFO 3 [500] R:OK -2015-03-11 17:30:36 queue INFO >>3 [501] -2015-03-11 17:30:37 sendUrl INFO 3 [501] R:OK -2015-03-11 17:31:27 queue INFO >>3 [502] -2015-03-11 17:31:27 sendUrl INFO 3 [502] R:OK -2015-03-11 17:32:17 queue INFO >>3 [503] -2015-03-11 17:32:17 sendUrl INFO 3 [503] R:OK -2015-03-11 17:32:42 queue INFO 21 [504] -2015-03-11 17:32:42 queue INFO >21 [505] -2015-03-11 17:32:42 sendUrl INFO 21 [504] R:OK -2015-03-11 17:32:43 sendUrl INFO 21 [505] R:OK -2015-03-11 17:33:32 queue INFO >>21 [506] -2015-03-11 17:33:32 sendUrl INFO 21 [506] R:OK -2015-03-11 17:34:22 queue INFO >>21 [507] -2015-03-11 17:34:23 sendUrl INFO 21 [507] R:OK -2015-03-11 17:35:12 queue INFO >>21 [508] -2015-03-11 17:35:13 sendUrl INFO 21 [508] R:OK -2015-03-11 17:35:29 queue INFO 1 [509] -2015-03-11 17:35:30 queue INFO >1 [510] -2015-03-11 17:35:30 sendUrl INFO 1 [509] R:OK -2015-03-11 17:35:30 sendUrl INFO 1 [510] R:OK -2015-03-11 17:35:40 queue INFO 3 [511] -2015-03-11 17:35:40 queue INFO >3 [512] -2015-03-11 17:35:41 sendUrl INFO 3 [511] R:OK -2015-03-11 17:35:41 sendUrl INFO 3 [512] R:OK -2015-03-11 17:36:30 queue INFO >>3 [513] -2015-03-11 17:36:30 sendUrl INFO 3 [513] R:OK -2015-03-11 17:37:20 queue INFO >>3 [514] -2015-03-11 17:37:21 sendUrl INFO 3 [514] R:OK -2015-03-11 17:38:11 queue INFO >>3 [515] -2015-03-11 17:38:11 sendUrl INFO 3 [515] R:OK -2015-03-11 17:39:01 queue INFO >>3 [516] -2015-03-11 17:39:01 sendUrl INFO 3 [516] R:OK -2015-03-11 17:39:22 queue INFO 7 [517] -2015-03-11 17:39:22 queue INFO >7 [518] -2015-03-11 17:39:22 sendUrl INFO 7 [517] R:OK -2015-03-11 17:39:23 sendUrl INFO 7 [518] R:OK -2015-03-11 17:39:23 queue INFO 3 [519] -2015-03-11 17:39:23 queue INFO >3 [520] -2015-03-11 17:39:24 sendUrl INFO 3 [519] R:OK -2015-03-11 17:39:24 sendUrl INFO 3 [520] R:OK -2015-03-11 17:40:13 queue INFO >>3 [521] -2015-03-11 17:40:14 sendUrl INFO 3 [521] R:OK -2015-03-11 17:41:04 queue INFO >>3 [522] -2015-03-11 17:41:04 sendUrl INFO 3 [522] R:OK -2015-03-11 17:41:54 queue INFO >>3 [523] -2015-03-11 17:41:54 sendUrl INFO 3 [523] R:OK -2015-03-11 17:42:44 queue INFO >>3 [524] -2015-03-11 17:42:44 sendUrl INFO 3 [524] R:OK -2015-03-11 17:43:34 queue INFO >>3 [525] -2015-03-11 17:43:34 sendUrl INFO 3 [525] R:OK -2015-03-11 17:44:24 queue INFO >>3 [526] -2015-03-11 17:44:25 sendUrl INFO 3 [526] R:OK -2015-03-11 17:45:14 queue INFO >>3 [527] -2015-03-11 17:45:14 sendUrl INFO 3 [527] R:OK -2015-03-11 17:46:04 queue INFO >>3 [528] -2015-03-11 17:46:05 sendUrl INFO 3 [528] R:OK -2015-03-11 17:46:55 queue INFO >>3 [529] -2015-03-11 17:46:55 sendUrl INFO 3 [529] R:OK -2015-03-11 17:47:45 queue INFO >>3 [530] -2015-03-11 17:47:45 sendUrl INFO 3 [530] R:OK -2015-03-11 17:48:26 queue INFO 7 [531] -2015-03-11 17:48:26 sendUrl INFO 7 [531] R:OK -2015-03-11 17:48:26 queue INFO >7 [532] -2015-03-11 17:48:27 sendUrl INFO 7 [532] R:OK -2015-03-11 17:48:28 queue INFO 3 [533] -2015-03-11 17:48:28 queue INFO >3 [534] -2015-03-11 17:48:28 sendUrl INFO 3 [533] R:OK -2015-03-11 17:48:29 sendUrl INFO 3 [534] R:OK -2015-03-11 17:49:18 queue INFO >>3 [535] -2015-03-11 17:49:18 sendUrl INFO 3 [535] R:OK -2015-03-11 17:50:08 queue INFO >>3 [536] -2015-03-11 17:50:08 sendUrl INFO 3 [536] R:OK -2015-03-11 17:50:58 queue INFO >>3 [537] -2015-03-11 17:50:58 sendUrl INFO 3 [537] R:OK -2015-03-11 17:51:48 queue INFO >>3 [538] -2015-03-11 17:51:49 sendUrl INFO 3 [538] R:OK -2015-03-11 17:52:38 queue INFO >>3 [539] -2015-03-11 17:52:39 sendUrl INFO 3 [539] R:OK -2015-03-11 17:53:29 queue INFO >>3 [540] -2015-03-11 17:53:29 sendUrl INFO 3 [540] R:OK -2015-03-11 17:54:19 queue INFO >>3 [541] -2015-03-11 17:54:19 sendUrl INFO 3 [541] R:OK -2015-03-11 17:55:09 queue INFO >>3 [542] -2015-03-11 17:55:09 sendUrl INFO 3 [542] R:OK -2015-03-11 17:55:59 queue INFO >>3 [543] -2015-03-11 17:55:59 sendUrl INFO 3 [543] R:OK -2015-03-11 17:56:49 queue INFO >>3 [544] -2015-03-11 17:56:50 sendUrl INFO 3 [544] R:OK -2015-03-11 17:57:31 queue INFO 7 [545] -2015-03-11 17:57:31 queue INFO >7 [546] -2015-03-11 17:57:31 sendUrl INFO 7 [545] R:OK -2015-03-11 17:57:31 sendUrl INFO 7 [546] R:OK -2015-03-11 17:57:32 queue INFO 3 [547] -2015-03-11 17:57:32 queue INFO >3 [548] -2015-03-11 17:57:32 sendUrl INFO 3 [547] R:OK -2015-03-11 17:57:33 sendUrl INFO 3 [548] R:OK -2015-03-11 17:58:22 queue INFO >>3 [549] -2015-03-11 17:58:23 sendUrl INFO 3 [549] R:OK -2015-03-11 17:59:12 queue INFO >>3 [550] -2015-03-11 17:59:13 sendUrl INFO 3 [550] R:OK -2015-03-11 18:00:03 queue INFO >>3 [551] -2015-03-11 18:00:03 sendUrl INFO 3 [551] R:OK -2015-03-11 18:00:53 queue INFO >>3 [552] -2015-03-11 18:00:53 sendUrl INFO 3 [552] R:OK -2015-03-11 18:01:43 queue INFO >>3 [553] -2015-03-11 18:01:43 sendUrl INFO 3 [553] R:OK -2015-03-11 18:02:33 queue INFO >>3 [554] -2015-03-11 18:02:33 sendUrl INFO 3 [554] R:OK -2015-03-11 18:03:23 queue INFO >>3 [555] -2015-03-11 18:03:24 sendUrl INFO 3 [555] R:OK -2015-03-11 18:04:13 queue INFO >>3 [556] -2015-03-11 18:04:14 sendUrl INFO 3 [556] R:OK -2015-03-11 18:05:04 queue INFO >>3 [557] -2015-03-11 18:05:04 sendUrl INFO 3 [557] R:OK -2015-03-11 18:05:54 queue INFO >>3 [558] -2015-03-11 18:05:54 sendUrl INFO 3 [558] R:OK -2015-03-11 18:06:35 queue INFO 7 [559] -2015-03-11 18:06:35 sendUrl INFO 7 [559] R:OK -2015-03-11 18:06:35 queue INFO >7 [560] -2015-03-11 18:06:35 sendUrl INFO 7 [560] R:OK -2015-03-11 18:06:36 queue INFO 3 [561] -2015-03-11 18:06:37 queue INFO >3 [562] -2015-03-11 18:06:37 sendUrl INFO 3 [561] R:OK -2015-03-11 18:06:37 sendUrl INFO 3 [562] R:OK -2015-03-11 18:07:27 queue INFO >>3 [563] -2015-03-11 18:07:27 sendUrl INFO 3 [563] R:OK -2015-03-11 18:08:17 queue INFO >>3 [564] -2015-03-11 18:08:17 sendUrl INFO 3 [564] R:OK -2015-03-11 18:09:07 queue INFO >>3 [565] -2015-03-11 18:09:07 sendUrl INFO 3 [565] R:OK -2015-03-11 18:09:57 queue INFO >>3 [566] -2015-03-11 18:09:57 sendUrl INFO 3 [566] R:OK -2015-03-11 18:10:47 queue INFO >>3 [567] -2015-03-11 18:10:48 sendUrl INFO 3 [567] R:OK -2015-03-11 18:11:37 queue INFO >>3 [568] -2015-03-11 18:11:37 sendUrl INFO 3 [568] R:OK -2015-03-11 18:12:28 queue INFO >>3 [569] -2015-03-11 18:12:28 sendUrl INFO 3 [569] R:OK -2015-03-11 18:13:18 queue INFO >>3 [570] -2015-03-11 18:13:18 sendUrl INFO 3 [570] R:OK -2015-03-11 18:14:08 queue INFO >>3 [571] -2015-03-11 18:14:08 sendUrl INFO 3 [571] R:OK -2015-03-11 18:14:58 queue INFO >>3 [572] -2015-03-11 18:14:58 sendUrl INFO 3 [572] R:OK -2015-03-11 18:15:39 queue INFO 7 [573] -2015-03-11 18:15:39 queue INFO >7 [574] -2015-03-11 18:15:40 sendUrl INFO 7 [573] R:OK -2015-03-11 18:15:40 sendUrl INFO 7 [574] R:OK -2015-03-11 18:15:41 queue INFO 3 [575] -2015-03-11 18:15:41 queue INFO >3 [576] -2015-03-11 18:15:41 sendUrl INFO 3 [575] R:OK -2015-03-11 18:15:42 sendUrl INFO 3 [576] R:OK -2015-03-11 18:16:31 queue INFO >>3 [577] -2015-03-11 18:16:31 sendUrl INFO 3 [577] R:OK -2015-03-11 18:17:21 queue INFO >>3 [578] -2015-03-11 18:17:21 sendUrl INFO 3 [578] R:OK -2015-03-11 18:18:11 queue INFO >>3 [579] -2015-03-11 18:18:12 sendUrl INFO 3 [579] R:OK -2015-03-11 18:19:01 queue INFO >>3 [580] -2015-03-11 18:19:01 sendUrl INFO 3 [580] R:OK -2015-03-11 18:19:51 queue INFO >>3 [581] -2015-03-11 18:19:52 sendUrl INFO 3 [581] R:OK -2015-03-11 18:20:42 queue INFO >>3 [582] -2015-03-11 18:20:42 sendUrl INFO 3 [582] R:OK -2015-03-11 18:21:32 queue INFO >>3 [583] -2015-03-11 18:21:32 sendUrl INFO 3 [583] R:OK -2015-03-11 18:22:22 queue INFO >>3 [584] -2015-03-11 18:22:22 sendUrl INFO 3 [584] R:OK -2015-03-11 18:23:12 queue INFO >>3 [585] -2015-03-11 18:23:13 sendUrl INFO 3 [585] R:OK -2015-03-11 18:24:02 queue INFO >>3 [586] -2015-03-11 18:24:02 sendUrl INFO 3 [586] R:OK -2015-03-11 18:24:43 queue INFO 7 [587] -2015-03-11 18:24:44 queue INFO >7 [588] -2015-03-11 18:24:44 sendUrl INFO 7 [587] R:OK -2015-03-11 18:24:44 sendUrl INFO 7 [588] R:OK -2015-03-11 18:24:45 queue INFO 3 [589] -2015-03-11 18:24:45 queue INFO >3 [590] -2015-03-11 18:24:45 sendUrl INFO 3 [589] R:OK -2015-03-11 18:24:46 sendUrl INFO 3 [590] R:OK -2015-03-11 18:25:35 queue INFO >>3 [591] -2015-03-11 18:25:36 sendUrl INFO 3 [591] R:OK -2015-03-11 18:26:25 queue INFO >>3 [592] -2015-03-11 18:26:25 sendUrl INFO 3 [592] R:OK -2015-03-11 18:27:15 queue INFO >>3 [593] -2015-03-11 18:27:16 sendUrl INFO 3 [593] R:OK -2015-03-11 18:28:06 queue INFO >>3 [594] -2015-03-11 18:28:06 sendUrl INFO 3 [594] R:OK -2015-03-11 18:28:56 queue INFO >>3 [595] -2015-03-11 18:28:56 sendUrl INFO 3 [595] R:OK -2015-03-11 18:29:46 queue INFO >>3 [596] -2015-03-11 18:29:46 sendUrl INFO 3 [596] R:OK -2015-03-11 18:30:36 queue INFO >>3 [597] -2015-03-11 18:30:37 sendUrl INFO 3 [597] R:OK -2015-03-11 18:31:26 queue INFO >>3 [598] -2015-03-11 18:31:26 sendUrl INFO 3 [598] R:OK -2015-03-11 18:32:16 queue INFO >>3 [599] -2015-03-11 18:32:17 sendUrl INFO 3 [599] R:OK -2015-03-11 18:33:07 queue INFO >>3 [600] -2015-03-11 18:33:07 sendUrl INFO 3 [600] R:OK -2015-03-11 18:33:54 queue INFO 7 [601] -2015-03-11 18:33:54 queue INFO >7 [602] -2015-03-11 18:33:54 sendUrl INFO 7 [601] R:OK -2015-03-11 18:33:55 sendUrl INFO 7 [602] R:OK -2015-03-11 18:33:55 queue INFO 3 [603] -2015-03-11 18:33:56 queue INFO >3 [604] -2015-03-11 18:33:56 sendUrl INFO 3 [603] R:OK -2015-03-11 18:33:56 sendUrl INFO 3 [604] R:OK -2015-03-11 18:34:46 queue INFO >>3 [605] -2015-03-11 18:34:46 sendUrl INFO 3 [605] R:OK -2015-03-11 18:35:36 queue INFO >>3 [606] -2015-03-11 18:35:36 sendUrl INFO 3 [606] R:OK -2015-03-11 18:36:26 queue INFO >>3 [607] -2015-03-11 18:36:26 sendUrl INFO 3 [607] R:OK -2015-03-11 18:37:16 queue INFO >>3 [608] -2015-03-11 18:37:16 sendUrl INFO 3 [608] R:OK -2015-03-11 18:38:06 queue INFO >>3 [609] -2015-03-11 18:38:06 sendUrl INFO 3 [609] R:OK -2015-03-11 18:38:56 queue INFO >>3 [610] -2015-03-11 18:38:57 sendUrl INFO 3 [610] R:OK -2015-03-11 18:39:46 queue INFO >>3 [611] -2015-03-11 18:39:47 sendUrl INFO 3 [611] R:OK -2015-03-11 18:40:37 queue INFO >>3 [612] -2015-03-11 18:40:37 sendUrl INFO 3 [612] R:OK -2015-03-11 18:41:27 queue INFO >>3 [613] -2015-03-11 18:41:27 sendUrl INFO 3 [613] R:OK -2015-03-11 18:42:17 queue INFO >>3 [614] -2015-03-11 18:42:17 sendUrl INFO 3 [614] R:OK -2015-03-11 18:42:58 queue INFO 7 [615] -2015-03-11 18:42:58 sendUrl INFO 7 [615] R:OK -2015-03-11 18:42:59 queue INFO >7 [616] -2015-03-11 18:42:59 sendUrl INFO 7 [616] R:OK -2015-03-11 18:43:00 queue INFO 3 [617] -2015-03-11 18:43:00 queue INFO >3 [618] -2015-03-11 18:43:00 sendUrl INFO 3 [617] R:OK -2015-03-11 18:43:01 sendUrl INFO 3 [618] R:OK -2015-03-11 18:43:50 queue INFO >>3 [619] -2015-03-11 18:43:50 sendUrl INFO 3 [619] R:OK -2015-03-11 18:44:40 queue INFO >>3 [620] -2015-03-11 18:44:41 sendUrl INFO 3 [620] R:OK -2015-03-11 18:45:30 queue INFO >>3 [621] -2015-03-11 18:45:31 sendUrl INFO 3 [621] R:OK -2015-03-11 18:46:21 queue INFO >>3 [622] -2015-03-11 18:46:21 sendUrl INFO 3 [622] R:OK -2015-03-11 18:47:11 queue INFO >>3 [623] -2015-03-11 18:47:11 sendUrl INFO 3 [623] R:OK -2015-03-11 18:48:01 queue INFO >>3 [624] -2015-03-11 18:48:01 sendUrl INFO 3 [624] R:OK -2015-03-11 18:48:51 queue INFO >>3 [625] -2015-03-11 18:48:51 sendUrl INFO 3 [625] R:OK -2015-03-11 18:49:41 queue INFO >>3 [626] -2015-03-11 18:49:42 sendUrl INFO 3 [626] R:OK -2015-03-11 18:50:31 queue INFO >>3 [627] -2015-03-11 18:50:31 sendUrl INFO 3 [627] R:OK -2015-03-11 18:51:21 queue INFO >>3 [628] -2015-03-11 18:51:22 sendUrl INFO 3 [628] R:OK -2015-03-11 18:52:03 queue INFO 7 [629] -2015-03-11 18:52:03 queue INFO >7 [630] -2015-03-11 18:52:03 sendUrl INFO 7 [629] R:OK -2015-03-11 18:52:04 sendUrl INFO 7 [630] R:OK -2015-03-11 18:52:04 queue INFO 3 [631] -2015-03-11 18:52:05 queue INFO >3 [632] -2015-03-11 18:52:05 sendUrl INFO 3 [631] R:OK -2015-03-11 18:52:05 sendUrl INFO 3 [632] R:OK -2015-03-11 18:52:55 queue INFO >>3 [633] -2015-03-11 18:52:55 sendUrl INFO 3 [633] R:OK -2015-03-11 18:53:45 queue INFO >>3 [634] -2015-03-11 18:53:45 sendUrl INFO 3 [634] R:OK -2015-03-11 18:54:35 queue INFO >>3 [635] -2015-03-11 18:54:35 sendUrl INFO 3 [635] R:OK -2015-03-11 18:55:25 queue INFO >>3 [636] -2015-03-11 18:55:25 sendUrl INFO 3 [636] R:OK -2015-03-11 18:56:15 queue INFO >>3 [637] -2015-03-11 18:56:16 sendUrl INFO 3 [637] R:OK -2015-03-11 18:57:05 queue INFO >>3 [638] -2015-03-11 18:57:06 sendUrl INFO 3 [638] R:OK -2015-03-11 18:57:55 queue INFO >>3 [639] -2015-03-11 18:57:56 sendUrl INFO 3 [639] R:OK -2015-03-11 18:58:46 queue INFO >>3 [640] -2015-03-11 18:58:46 sendUrl INFO 3 [640] R:OK -2015-03-11 18:59:36 queue INFO >>3 [641] -2015-03-11 18:59:36 sendUrl INFO 3 [641] R:OK -2015-03-11 19:00:26 queue INFO >>3 [642] -2015-03-11 19:00:26 sendUrl INFO 3 [642] R:OK -2015-03-11 19:01:07 queue INFO 7 [643] -2015-03-11 19:01:07 queue INFO >7 [644] -2015-03-11 19:01:08 sendUrl INFO 7 [643] R:OK -2015-03-11 19:01:08 sendUrl INFO 7 [644] R:OK -2015-03-11 19:01:09 queue INFO 3 [645] -2015-03-11 19:01:09 queue INFO >3 [646] -2015-03-11 19:01:09 sendUrl INFO 3 [645] R:OK -2015-03-11 19:01:10 sendUrl INFO 3 [646] R:OK -2015-03-11 19:01:59 queue INFO >>3 [647] -2015-03-11 19:01:59 sendUrl INFO 3 [647] R:OK -2015-03-11 19:02:49 queue INFO >>3 [648] -2015-03-11 19:02:49 sendUrl INFO 3 [648] R:OK -2015-03-11 19:03:39 queue INFO >>3 [649] -2015-03-11 19:03:40 sendUrl INFO 3 [649] R:OK -2015-03-11 19:04:29 queue INFO >>3 [650] -2015-03-11 19:04:30 sendUrl INFO 3 [650] R:OK -2015-03-11 19:05:19 queue INFO >>3 [651] -2015-03-11 19:05:20 sendUrl INFO 3 [651] R:OK -2015-03-11 19:06:10 queue INFO >>3 [652] -2015-03-11 19:06:10 sendUrl INFO 3 [652] R:OK -2015-03-11 19:07:00 queue INFO >>3 [653] -2015-03-11 19:07:00 sendUrl INFO 3 [653] R:OK -2015-03-11 19:07:50 queue INFO >>3 [654] -2015-03-11 19:07:50 sendUrl INFO 3 [654] R:OK -2015-03-11 19:08:40 queue INFO >>3 [655] -2015-03-11 19:08:40 sendUrl INFO 3 [655] R:OK -2015-03-11 19:09:30 queue INFO >>3 [656] -2015-03-11 19:09:31 sendUrl INFO 3 [656] R:OK -2015-03-11 19:10:11 queue INFO 7 [657] -2015-03-11 19:10:12 queue INFO >7 [658] -2015-03-11 19:10:12 sendUrl INFO 7 [657] R:OK -2015-03-11 19:10:12 sendUrl INFO 7 [658] R:OK -2015-03-11 19:10:13 queue INFO 3 [659] -2015-03-11 19:10:13 queue INFO >3 [660] -2015-03-11 19:10:13 sendUrl INFO 3 [659] R:OK -2015-03-11 19:10:14 sendUrl INFO 3 [660] R:OK -2015-03-11 19:11:03 queue INFO >>3 [661] -2015-03-11 19:11:04 sendUrl INFO 3 [661] R:OK -2015-03-11 19:11:53 queue INFO >>3 [662] -2015-03-11 19:11:53 sendUrl INFO 3 [662] R:OK -2015-03-11 19:12:43 queue INFO >>3 [663] -2015-03-11 19:12:44 sendUrl INFO 3 [663] R:OK -2015-03-11 19:13:34 queue INFO >>3 [664] -2015-03-11 19:13:34 sendUrl INFO 3 [664] R:OK -2015-03-11 19:14:24 queue INFO >>3 [665] -2015-03-11 19:14:24 sendUrl INFO 3 [665] R:OK -2015-03-11 19:15:14 queue INFO >>3 [666] -2015-03-11 19:15:14 sendUrl INFO 3 [666] R:OK -2015-03-11 19:16:04 queue INFO >>3 [667] -2015-03-11 19:16:04 sendUrl INFO 3 [667] R:OK -2015-03-11 19:16:54 queue INFO >>3 [668] -2015-03-11 19:16:54 sendUrl INFO 3 [668] R:OK -2015-03-11 19:17:44 queue INFO >>3 [669] -2015-03-11 19:17:45 sendUrl INFO 3 [669] R:OK -2015-03-11 19:18:34 queue INFO >>3 [670] -2015-03-11 19:18:35 sendUrl INFO 3 [670] R:OK -2015-03-11 19:19:16 queue INFO 7 [671] -2015-03-11 19:19:16 queue INFO >7 [672] -2015-03-11 19:19:16 sendUrl INFO 7 [671] R:OK -2015-03-11 19:19:16 sendUrl INFO 7 [672] R:OK -2015-03-11 19:19:17 queue INFO 3 [673] -2015-03-11 19:19:17 queue INFO >3 [674] -2015-03-11 19:19:17 sendUrl INFO 3 [673] R:OK -2015-03-11 19:19:18 sendUrl INFO 3 [674] R:OK -2015-03-11 19:20:07 queue INFO >>3 [675] -2015-03-11 19:20:08 sendUrl INFO 3 [675] R:OK -2015-03-11 19:20:58 queue INFO >>3 [676] -2015-03-11 19:20:58 sendUrl INFO 3 [676] R:OK -2015-03-11 19:21:48 queue INFO >>3 [677] -2015-03-11 19:21:48 sendUrl INFO 3 [677] R:OK -2015-03-11 19:22:38 queue INFO >>3 [678] -2015-03-11 19:22:38 sendUrl INFO 3 [678] R:OK -2015-03-11 19:23:28 queue INFO >>3 [679] -2015-03-11 19:23:28 sendUrl INFO 3 [679] R:OK -2015-03-11 19:24:18 queue INFO >>3 [680] -2015-03-11 19:24:18 sendUrl INFO 3 [680] R:OK -2015-03-11 19:25:08 queue INFO >>3 [681] -2015-03-11 19:25:09 sendUrl INFO 3 [681] R:OK -2015-03-11 19:25:58 queue INFO >>3 [682] -2015-03-11 19:25:59 sendUrl INFO 3 [682] R:OK -2015-03-11 19:26:49 queue INFO >>3 [683] -2015-03-11 19:26:49 sendUrl INFO 3 [683] R:OK -2015-03-11 19:27:39 queue INFO >>3 [684] -2015-03-11 19:27:39 sendUrl INFO 3 [684] R:OK -2015-03-11 19:28:21 queue INFO 7 [685] -2015-03-11 19:28:21 queue INFO >7 [686] -2015-03-11 19:28:21 sendUrl INFO 7 [685] R:OK -2015-03-11 19:28:22 sendUrl INFO 7 [686] R:OK -2015-03-11 19:28:22 queue INFO 3 [687] -2015-03-11 19:28:23 sendUrl INFO 3 [687] R:OK -2015-03-11 19:28:23 queue INFO >3 [688] -2015-03-11 19:28:23 sendUrl INFO 3 [688] R:OK -2015-03-11 19:29:13 queue INFO >>3 [689] -2015-03-11 19:29:13 sendUrl INFO 3 [689] R:OK -2015-03-11 19:30:03 queue INFO >>3 [690] -2015-03-11 19:30:03 sendUrl INFO 3 [690] R:OK -2015-03-11 19:30:53 queue INFO >>3 [691] -2015-03-11 19:30:53 sendUrl INFO 3 [691] R:OK -2015-03-11 19:31:43 queue INFO >>3 [692] -2015-03-11 19:31:43 sendUrl INFO 3 [692] R:OK -2015-03-11 19:32:33 queue INFO >>3 [693] -2015-03-11 19:32:34 sendUrl INFO 3 [693] R:OK -2015-03-11 19:33:23 queue INFO >>3 [694] -2015-03-11 19:33:24 sendUrl INFO 3 [694] R:OK -2015-03-11 19:33:52 queue INFO 1 [695] -2015-03-11 19:33:52 queue INFO >1 [696] -2015-03-11 19:33:52 sendUrl INFO 1 [695] R:OK -2015-03-11 19:33:53 sendUrl INFO 1 [696] R:OK -2015-03-11 19:34:42 queue INFO >>1 [697] -2015-03-11 19:34:42 sendUrl INFO 1 [697] R:OK -2015-03-11 19:35:32 queue INFO >>1 [698] -2015-03-11 19:35:32 sendUrl INFO 1 [698] R:OK -2015-03-11 19:36:22 queue INFO >>1 [699] -2015-03-11 19:36:22 sendUrl INFO 1 [699] R:OK -2015-03-11 19:37:11 queue INFO 21 [700] -2015-03-11 19:37:11 queue INFO >21 [701] -2015-03-11 19:37:12 sendUrl INFO 21 [700] R:OK -2015-03-11 19:37:12 sendUrl INFO 21 [701] R:OK -2015-03-11 19:38:01 queue INFO >>21 [702] -2015-03-11 19:38:02 sendUrl INFO 21 [702] R:OK -2015-03-11 19:38:51 queue INFO >>21 [703] -2015-03-11 19:38:52 sendUrl INFO 21 [703] R:OK -2015-03-11 19:39:42 queue INFO >>21 [704] -2015-03-11 19:39:42 sendUrl INFO 21 [704] R:OK -2015-03-11 19:40:32 queue INFO >>21 [705] -2015-03-11 19:40:32 sendUrl INFO 21 [705] R:OK -2015-03-11 19:41:22 queue INFO >>21 [706] -2015-03-11 19:41:22 sendUrl INFO 21 [706] R:OK -2015-03-11 19:42:02 queue INFO 1 [707] -2015-03-11 19:42:02 queue INFO >1 [708] -2015-03-11 19:42:02 sendUrl INFO 1 [707] R:OK -2015-03-11 19:42:02 queue INFO 21 [709] -2015-03-11 19:42:02 queue INFO >21 [710] -2015-03-11 19:42:03 sendUrl INFO 1 [708] R:OK -2015-03-11 19:42:03 sendUrl INFO 21 [709] R:OK -2015-03-11 19:42:04 sendUrl INFO 21 [710] R:OK -2015-03-11 19:42:06 queue INFO 1 [711] -2015-03-11 19:42:07 sendUrl INFO 1 [711] R:OK -2015-03-11 19:42:07 queue INFO >1 [712] -2015-03-11 19:42:07 sendUrl INFO 1 [712] R:OK -2015-03-11 19:42:09 queue INFO 21 [713] -2015-03-11 19:42:09 queue INFO 1 [714] -2015-03-11 19:42:09 queue INFO >1 [715] -2015-03-11 19:42:10 sendUrl INFO 21 [713] R:OK -2015-03-11 19:42:10 sendUrl INFO 1 [714] R:OK -2015-03-11 19:42:11 sendUrl INFO 1 [715] R:OK -2015-03-11 19:42:29 queue INFO 5 [716] -2015-03-11 19:42:29 queue INFO >5 [717] -2015-03-11 19:42:30 sendUrl INFO 5 [716] R:OK -2015-03-11 19:42:30 sendUrl INFO 5 [717] R:OK -2015-03-11 19:42:31 queue INFO 1 [718] -2015-03-11 19:42:31 queue INFO >1 [719] -2015-03-11 19:42:31 sendUrl INFO 1 [718] R:OK -2015-03-11 19:42:32 sendUrl INFO 1 [719] R:OK -2015-03-11 19:43:21 queue INFO >>1 [720] -2015-03-11 19:43:22 sendUrl INFO 1 [720] R:OK -2015-03-11 19:43:43 queue INFO 3 [721] -2015-03-11 19:43:43 sendUrl INFO 3 [721] R:OK -2015-03-11 19:43:43 queue INFO >3 [722] -2015-03-11 19:43:44 sendUrl INFO 3 [722] R:OK -2015-03-11 19:44:33 queue INFO >>3 [723] -2015-03-11 19:44:34 sendUrl INFO 3 [723] R:OK -2015-03-11 19:45:23 queue INFO >>3 [724] -2015-03-11 19:45:24 sendUrl INFO 3 [724] R:OK -2015-03-11 19:46:14 queue INFO >>3 [725] -2015-03-11 19:46:14 sendUrl INFO 3 [725] R:OK -2015-03-11 19:47:04 queue INFO >>3 [726] -2015-03-11 19:47:04 sendUrl INFO 3 [726] R:OK -2015-03-11 19:47:54 queue INFO >>3 [727] -2015-03-11 19:47:54 sendUrl INFO 3 [727] R:OK -2015-03-11 19:48:44 queue INFO >>3 [728] -2015-03-11 19:48:44 sendUrl INFO 3 [728] R:OK -2015-03-11 19:49:34 queue INFO >>3 [729] -2015-03-11 19:49:35 sendUrl INFO 3 [729] R:OK -2015-03-11 19:50:24 queue INFO >>3 [730] -2015-03-11 19:50:24 sendUrl INFO 3 [730] R:OK -2015-03-11 19:51:14 queue INFO >>3 [731] -2015-03-11 19:51:15 sendUrl INFO 3 [731] R:OK -2015-03-11 19:51:34 queue INFO 7 [732] -2015-03-11 19:51:34 queue INFO >7 [733] -2015-03-11 19:51:34 sendUrl INFO 7 [732] R:OK -2015-03-11 19:51:34 sendUrl INFO 7 [733] R:OK -2015-03-11 19:51:35 queue INFO 3 [734] -2015-03-11 19:51:35 sendUrl INFO 3 [734] R:OK -2015-03-11 19:51:35 queue INFO >3 [735] -2015-03-11 19:51:36 sendUrl INFO 3 [735] R:OK -2015-03-11 19:52:25 queue INFO >>3 [736] -2015-03-11 19:52:26 sendUrl INFO 3 [736] R:OK -2015-03-11 19:53:15 queue INFO >>3 [737] -2015-03-11 19:53:16 sendUrl INFO 3 [737] R:OK -2015-03-11 19:54:06 queue INFO >>3 [738] -2015-03-11 19:54:06 sendUrl INFO 3 [738] R:OK -2015-03-11 19:54:56 queue INFO >>3 [739] -2015-03-11 19:54:56 sendUrl INFO 3 [739] R:OK -2015-03-11 19:55:46 queue INFO >>3 [740] -2015-03-11 19:55:46 sendUrl INFO 3 [740] R:OK -2015-03-11 19:56:36 queue INFO >>3 [741] -2015-03-11 19:56:36 sendUrl INFO 3 [741] R:OK -2015-03-11 19:57:26 queue INFO >>3 [742] -2015-03-11 19:57:27 sendUrl INFO 3 [742] R:OK -2015-03-11 19:58:16 queue INFO >>3 [743] -2015-03-11 19:58:17 sendUrl INFO 3 [743] R:OK -2015-03-11 19:59:07 queue INFO >>3 [744] -2015-03-11 19:59:07 sendUrl INFO 3 [744] R:OK -2015-03-11 19:59:57 queue INFO >>3 [745] -2015-03-11 19:59:57 sendUrl INFO 3 [745] R:OK -2015-03-11 20:00:38 queue INFO 7 [746] -2015-03-11 20:00:38 queue INFO >7 [747] -2015-03-11 20:00:38 sendUrl INFO 7 [746] R:OK -2015-03-11 20:00:39 sendUrl INFO 7 [747] R:OK -2015-03-11 20:00:40 queue INFO 3 [748] -2015-03-11 20:00:40 sendUrl INFO 3 [748] R:OK -2015-03-11 20:00:40 queue INFO >3 [749] -2015-03-11 20:00:40 sendUrl INFO 3 [749] R:OK -2015-03-11 20:01:30 queue INFO >>3 [750] -2015-03-11 20:01:30 sendUrl INFO 3 [750] R:OK -2015-03-11 20:02:20 queue INFO >>3 [751] -2015-03-11 20:02:21 sendUrl INFO 3 [751] R:OK -2015-03-11 20:03:10 queue INFO >>3 [752] -2015-03-11 20:03:10 sendUrl INFO 3 [752] R:OK -2015-03-11 20:04:00 queue INFO >>3 [753] -2015-03-11 20:04:01 sendUrl INFO 3 [753] R:OK -2015-03-11 20:04:51 queue INFO >>3 [754] -2015-03-11 20:04:51 sendUrl INFO 3 [754] R:OK -2015-03-11 20:05:41 queue INFO >>3 [755] -2015-03-11 20:05:41 sendUrl INFO 3 [755] R:OK -2015-03-11 20:06:31 queue INFO >>3 [756] -2015-03-11 20:06:31 sendUrl INFO 3 [756] R:OK -2015-03-11 20:07:21 queue INFO >>3 [757] -2015-03-11 20:07:21 sendUrl INFO 3 [757] R:OK -2015-03-11 20:08:11 queue INFO >>3 [758] -2015-03-11 20:08:11 sendUrl INFO 3 [758] R:OK -2015-03-11 20:09:01 queue INFO >>3 [759] -2015-03-11 20:09:01 sendUrl INFO 3 [759] R:OK -2015-03-11 20:09:42 queue INFO 7 [760] -2015-03-11 20:09:43 queue INFO >7 [761] -2015-03-11 20:09:43 sendUrl INFO 7 [760] R:OK -2015-03-11 20:09:44 sendUrl INFO 7 [761] R:OK -2015-03-11 20:09:44 queue INFO 3 [762] -2015-03-11 20:09:44 queue INFO >3 [763] -2015-03-11 20:09:45 sendUrl INFO 3 [762] R:OK -2015-03-11 20:09:45 sendUrl INFO 3 [763] R:OK -2015-03-11 20:10:34 queue INFO >>3 [764] -2015-03-11 20:10:34 sendUrl INFO 3 [764] R:OK -2015-03-11 20:11:24 queue INFO >>3 [765] -2015-03-11 20:11:25 sendUrl INFO 3 [765] R:OK -2015-03-11 20:12:15 queue INFO >>3 [766] -2015-03-11 20:12:15 sendUrl INFO 3 [766] R:OK -2015-03-11 20:13:05 queue INFO >>3 [767] -2015-03-11 20:13:05 sendUrl INFO 3 [767] R:OK -2015-03-11 20:13:55 queue INFO >>3 [768] -2015-03-11 20:13:55 sendUrl INFO 3 [768] R:OK -2015-03-11 20:14:45 queue INFO >>3 [769] -2015-03-11 20:14:46 sendUrl INFO 3 [769] R:OK -2015-03-11 20:15:35 queue INFO >>3 [770] -2015-03-11 20:15:35 sendUrl INFO 3 [770] R:OK -2015-03-11 20:16:25 queue INFO >>3 [771] -2015-03-11 20:16:26 sendUrl INFO 3 [771] R:OK -2015-03-11 20:17:15 queue INFO >>3 [772] -2015-03-11 20:17:16 sendUrl INFO 3 [772] R:OK -2015-03-11 20:18:06 queue INFO >>3 [773] -2015-03-11 20:18:06 sendUrl INFO 3 [773] R:OK -2015-03-11 20:18:47 queue INFO 7 [774] -2015-03-11 20:18:47 queue INFO >7 [775] -2015-03-11 20:18:47 sendUrl INFO 7 [774] R:OK -2015-03-11 20:18:48 sendUrl INFO 7 [775] R:OK -2015-03-11 20:18:48 queue INFO 3 [776] -2015-03-11 20:18:49 queue INFO >3 [777] -2015-03-11 20:18:49 sendUrl INFO 3 [776] R:OK -2015-03-11 20:18:49 sendUrl INFO 3 [777] R:OK -2015-03-11 20:19:39 queue INFO >>3 [778] -2015-03-11 20:19:39 sendUrl INFO 3 [778] R:OK -2015-03-11 20:20:29 queue INFO >>3 [779] -2015-03-11 20:20:29 sendUrl INFO 3 [779] R:OK -2015-03-11 20:21:19 queue INFO >>3 [780] -2015-03-11 20:21:19 sendUrl INFO 3 [780] R:OK -2015-03-11 20:22:09 queue INFO >>3 [781] -2015-03-11 20:22:10 sendUrl INFO 3 [781] R:OK -2015-03-11 20:22:59 queue INFO >>3 [782] -2015-03-11 20:22:59 sendUrl INFO 3 [782] R:OK -2015-03-11 20:23:49 queue INFO >>3 [783] -2015-03-11 20:23:50 sendUrl INFO 3 [783] R:OK -2015-03-11 20:24:39 queue INFO >>3 [784] -2015-03-11 20:24:40 sendUrl INFO 3 [784] R:OK -2015-03-11 20:25:30 queue INFO >>3 [785] -2015-03-11 20:25:30 sendUrl INFO 3 [785] R:OK -2015-03-11 20:26:20 queue INFO >>3 [786] -2015-03-11 20:26:20 sendUrl INFO 3 [786] R:OK -2015-03-11 20:27:10 queue INFO >>3 [787] -2015-03-11 20:27:10 sendUrl INFO 3 [787] R:OK -2015-03-11 20:27:51 queue INFO 7 [788] -2015-03-11 20:27:51 queue INFO >7 [789] -2015-03-11 20:27:51 sendUrl INFO 7 [788] R:OK -2015-03-11 20:27:52 sendUrl INFO 7 [789] R:OK -2015-03-11 20:27:53 queue INFO 3 [790] -2015-03-11 20:27:53 queue INFO >3 [791] -2015-03-11 20:27:53 sendUrl INFO 3 [790] R:OK -2015-03-11 20:27:53 sendUrl INFO 3 [791] R:OK -2015-03-11 20:28:43 queue INFO >>3 [792] -2015-03-11 20:28:43 sendUrl INFO 3 [792] R:OK -2015-03-11 20:29:33 queue INFO >>3 [793] -2015-03-11 20:29:33 sendUrl INFO 3 [793] R:OK -2015-03-11 20:30:23 queue INFO >>3 [794] -2015-03-11 20:30:23 sendUrl INFO 3 [794] R:OK -2015-03-11 20:31:13 queue INFO >>3 [795] -2015-03-11 20:31:14 sendUrl INFO 3 [795] R:OK -2015-03-11 20:32:03 queue INFO >>3 [796] -2015-03-11 20:32:03 sendUrl INFO 3 [796] R:OK -2015-03-11 20:32:54 queue INFO >>3 [797] -2015-03-11 20:32:54 sendUrl INFO 3 [797] R:OK -2015-03-11 20:33:44 queue INFO >>3 [798] -2015-03-11 20:33:44 sendUrl INFO 3 [798] R:OK -2015-03-11 20:34:34 queue INFO >>3 [799] -2015-03-11 20:34:34 sendUrl INFO 3 [799] R:OK -2015-03-11 20:35:24 queue INFO >>3 [800] -2015-03-11 20:35:24 sendUrl INFO 3 [800] R:OK -2015-03-11 20:36:14 queue INFO >>3 [801] -2015-03-11 20:36:15 sendUrl INFO 3 [801] R:OK -2015-03-11 20:36:56 queue INFO 7 [802] -2015-03-11 20:36:56 queue INFO >7 [803] -2015-03-11 20:36:56 sendUrl INFO 7 [802] R:OK -2015-03-11 20:36:57 sendUrl INFO 7 [803] R:OK -2015-03-11 20:36:58 queue INFO 3 [804] -2015-03-11 20:36:58 queue INFO >3 [805] -2015-03-11 20:36:58 sendUrl INFO 3 [804] R:OK -2015-03-11 20:36:58 sendUrl INFO 3 [805] R:OK -2015-03-11 20:37:48 queue INFO >>3 [806] -2015-03-11 20:37:48 sendUrl INFO 3 [806] R:OK -2015-03-11 20:38:38 queue INFO >>3 [807] -2015-03-11 20:38:38 sendUrl INFO 3 [807] R:OK -2015-03-11 20:39:28 queue INFO >>3 [808] -2015-03-11 20:39:28 sendUrl INFO 3 [808] R:OK -2015-03-11 20:40:18 queue INFO >>3 [809] -2015-03-11 20:40:19 sendUrl INFO 3 [809] R:OK -2015-03-11 20:41:08 queue INFO >>3 [810] -2015-03-11 20:41:09 sendUrl INFO 3 [810] R:OK -2015-03-11 20:41:59 queue INFO >>3 [811] -2015-03-11 20:41:59 sendUrl INFO 3 [811] R:OK -2015-03-11 20:42:49 queue INFO >>3 [812] -2015-03-11 20:42:49 sendUrl INFO 3 [812] R:OK -2015-03-11 20:43:39 queue INFO >>3 [813] -2015-03-11 20:43:39 sendUrl INFO 3 [813] R:OK -2015-03-11 20:44:29 queue INFO >>3 [814] -2015-03-11 20:44:29 sendUrl INFO 3 [814] R:OK -2015-03-11 20:45:19 queue INFO >>3 [815] -2015-03-11 20:45:20 sendUrl INFO 3 [815] R:OK -2015-03-11 20:46:01 queue INFO 7 [816] -2015-03-11 20:46:01 queue INFO >7 [817] -2015-03-11 20:46:01 sendUrl INFO 7 [816] R:OK -2015-03-11 20:46:02 sendUrl INFO 7 [817] R:OK -2015-03-11 20:46:02 queue INFO 3 [818] -2015-03-11 20:46:02 queue INFO >3 [819] -2015-03-11 20:46:03 sendUrl INFO 3 [818] R:OK -2015-03-11 20:46:03 sendUrl INFO 3 [819] R:OK -2015-03-11 20:46:52 queue INFO >>3 [820] -2015-03-11 20:46:52 sendUrl INFO 3 [820] R:OK -2015-03-11 20:47:42 queue INFO >>3 [821] -2015-03-11 20:47:43 sendUrl INFO 3 [821] R:OK -2015-03-11 20:48:33 queue INFO >>3 [822] -2015-03-11 20:48:33 sendUrl INFO 3 [822] R:OK -2015-03-11 20:49:23 queue INFO >>3 [823] -2015-03-11 20:49:23 sendUrl INFO 3 [823] R:OK -2015-03-11 20:50:13 queue INFO >>3 [824] -2015-03-11 20:50:13 sendUrl INFO 3 [824] R:OK -2015-03-11 20:51:03 queue INFO >>3 [825] -2015-03-11 20:51:04 sendUrl INFO 3 [825] R:OK -2015-03-11 20:51:53 queue INFO >>3 [826] -2015-03-11 20:51:53 sendUrl INFO 3 [826] R:OK -2015-03-11 20:52:43 queue INFO >>3 [827] -2015-03-11 20:52:44 sendUrl INFO 3 [827] R:OK -2015-03-11 20:53:34 queue INFO >>3 [828] -2015-03-11 20:53:34 sendUrl INFO 3 [828] R:OK -2015-03-11 20:54:24 queue INFO >>3 [829] -2015-03-11 20:54:24 sendUrl INFO 3 [829] R:OK -2015-03-11 20:55:05 queue INFO 7 [830] -2015-03-11 20:55:05 queue INFO >7 [831] -2015-03-11 20:55:06 sendUrl INFO 7 [830] R:OK -2015-03-11 20:55:06 sendUrl INFO 7 [831] R:OK -2015-03-11 20:55:07 queue INFO 3 [832] -2015-03-11 20:55:07 queue INFO >3 [833] -2015-03-11 20:55:07 sendUrl INFO 3 [832] R:OK -2015-03-11 20:55:08 sendUrl INFO 3 [833] R:OK -2015-03-11 20:55:57 queue INFO >>3 [834] -2015-03-11 20:55:58 sendUrl INFO 3 [834] R:OK -2015-03-11 20:56:47 queue INFO >>3 [835] -2015-03-11 20:56:47 sendUrl INFO 3 [835] R:OK -2015-03-11 20:57:37 queue INFO >>3 [836] -2015-03-11 20:57:38 sendUrl INFO 3 [836] R:OK -2015-03-11 20:58:27 queue INFO >>3 [837] -2015-03-11 20:58:28 sendUrl INFO 3 [837] R:OK -2015-03-11 20:59:18 queue INFO >>3 [838] -2015-03-11 20:59:18 sendUrl INFO 3 [838] R:OK -2015-03-11 21:00:08 queue INFO >>3 [839] -2015-03-11 21:00:08 sendUrl INFO 3 [839] R:OK -2015-03-11 21:00:58 queue INFO >>3 [840] -2015-03-11 21:00:58 sendUrl INFO 3 [840] R:OK -2015-03-11 21:01:48 queue INFO >>3 [841] -2015-03-11 21:01:48 sendUrl INFO 3 [841] R:OK -2015-03-11 21:02:38 queue INFO >>3 [842] -2015-03-11 21:02:39 sendUrl INFO 3 [842] R:OK -2015-03-11 21:03:28 queue INFO >>3 [843] -2015-03-11 21:03:28 sendUrl INFO 3 [843] R:OK -2015-03-11 21:04:10 queue INFO 7 [844] -2015-03-11 21:04:10 queue INFO >7 [845] -2015-03-11 21:04:10 sendUrl INFO 7 [844] R:OK -2015-03-11 21:04:10 sendUrl INFO 7 [845] R:OK -2015-03-11 21:04:11 queue INFO 3 [846] -2015-03-11 21:04:11 sendUrl INFO 3 [846] R:OK -2015-03-11 21:04:11 queue INFO >3 [847] -2015-03-11 21:04:12 sendUrl INFO 3 [847] R:OK -2015-03-11 21:05:01 queue INFO >>3 [848] -2015-03-11 21:05:02 sendUrl INFO 3 [848] R:OK -2015-03-11 21:05:51 queue INFO >>3 [849] -2015-03-11 21:05:52 sendUrl INFO 3 [849] R:OK -2015-03-11 21:06:42 queue INFO >>3 [850] -2015-03-11 21:06:42 sendUrl INFO 3 [850] R:OK -2015-03-11 21:07:32 queue INFO >>3 [851] -2015-03-11 21:07:32 sendUrl INFO 3 [851] R:OK -2015-03-11 21:08:22 queue INFO >>3 [852] -2015-03-11 21:08:22 sendUrl INFO 3 [852] R:OK -2015-03-11 21:09:12 queue INFO >>3 [853] -2015-03-11 21:09:12 sendUrl INFO 3 [853] R:OK -2015-03-11 21:10:02 queue INFO >>3 [854] -2015-03-11 21:10:03 sendUrl INFO 3 [854] R:OK -2015-03-11 21:10:52 queue INFO >>3 [855] -2015-03-11 21:10:52 sendUrl INFO 3 [855] R:OK -2015-03-11 21:11:42 queue INFO >>3 [856] -2015-03-11 21:11:43 sendUrl INFO 3 [856] R:OK -2015-03-11 21:12:33 queue INFO >>3 [857] -2015-03-11 21:12:33 sendUrl INFO 3 [857] R:OK -2015-03-11 21:13:14 queue INFO 7 [858] -2015-03-11 21:13:14 sendUrl INFO 7 [858] R:OK -2015-03-11 21:13:14 queue INFO >7 [859] -2015-03-11 21:13:14 sendUrl INFO 7 [859] R:OK -2015-03-11 21:13:15 queue INFO 3 [860] -2015-03-11 21:13:16 queue INFO >3 [861] -2015-03-11 21:13:16 sendUrl INFO 3 [860] R:OK -2015-03-11 21:13:16 sendUrl INFO 3 [861] R:OK -2015-03-11 21:14:06 queue INFO >>3 [862] -2015-03-11 21:14:06 sendUrl INFO 3 [862] R:OK -2015-03-11 21:14:56 queue INFO >>3 [863] -2015-03-11 21:14:56 sendUrl INFO 3 [863] R:OK -2015-03-11 21:15:46 queue INFO >>3 [864] -2015-03-11 21:15:46 sendUrl INFO 3 [864] R:OK -2015-03-11 21:16:36 queue INFO >>3 [865] -2015-03-11 21:16:36 sendUrl INFO 3 [865] R:OK -2015-03-11 21:17:26 queue INFO >>3 [866] -2015-03-11 21:17:27 sendUrl INFO 3 [866] R:OK -2015-03-11 21:18:16 queue INFO >>3 [867] -2015-03-11 21:18:16 sendUrl INFO 3 [867] R:OK -2015-03-11 21:19:06 queue INFO >>3 [868] -2015-03-11 21:19:07 sendUrl INFO 3 [868] R:OK -2015-03-11 21:19:56 queue INFO >>3 [869] -2015-03-11 21:19:57 sendUrl INFO 3 [869] R:OK -2015-03-11 21:20:47 queue INFO >>3 [870] -2015-03-11 21:20:47 sendUrl INFO 3 [870] R:OK -2015-03-11 21:21:37 queue INFO >>3 [871] -2015-03-11 21:21:37 sendUrl INFO 3 [871] R:OK -2015-03-11 21:22:18 queue INFO 7 [872] -2015-03-11 21:22:18 queue INFO >7 [873] -2015-03-11 21:22:19 sendUrl INFO 7 [872] R:OK -2015-03-11 21:22:19 sendUrl INFO 7 [873] R:OK -2015-03-11 21:22:20 queue INFO 3 [874] -2015-03-11 21:22:20 queue INFO >3 [875] -2015-03-11 21:22:20 sendUrl INFO 3 [874] R:OK -2015-03-11 21:22:21 sendUrl INFO 3 [875] R:OK -2015-03-11 21:23:10 queue INFO >>3 [876] -2015-03-11 21:23:10 sendUrl INFO 3 [876] R:OK -2015-03-11 21:24:00 queue INFO >>3 [877] -2015-03-11 21:24:00 sendUrl INFO 3 [877] R:OK -2015-03-11 21:24:50 queue INFO >>3 [878] -2015-03-11 21:24:51 sendUrl INFO 3 [878] R:OK -2015-03-11 21:25:40 queue INFO >>3 [879] -2015-03-11 21:25:40 sendUrl INFO 3 [879] R:OK -2015-03-11 21:26:30 queue INFO >>3 [880] -2015-03-11 21:26:31 sendUrl INFO 3 [880] R:OK -2015-03-11 21:27:21 queue INFO >>3 [881] -2015-03-11 21:27:21 sendUrl INFO 3 [881] R:OK -2015-03-11 21:28:11 queue INFO >>3 [882] -2015-03-11 21:28:11 sendUrl INFO 3 [882] R:OK -2015-03-11 21:29:01 queue INFO >>3 [883] -2015-03-11 21:29:01 sendUrl INFO 3 [883] R:OK -2015-03-11 21:29:51 queue INFO >>3 [884] -2015-03-11 21:29:52 sendUrl INFO 3 [884] R:OK -2015-03-11 21:30:41 queue INFO >>3 [885] -2015-03-11 21:30:41 sendUrl INFO 3 [885] R:OK -2015-03-11 21:31:23 queue INFO 7 [886] -2015-03-11 21:31:23 queue INFO >7 [887] -2015-03-11 21:31:24 sendUrl INFO 7 [886] R:OK -2015-03-11 21:31:24 sendUrl INFO 7 [887] R:OK -2015-03-11 21:31:25 queue INFO 3 [888] -2015-03-11 21:31:25 queue INFO >3 [889] -2015-03-11 21:31:25 sendUrl INFO 3 [888] R:OK -2015-03-11 21:31:26 sendUrl INFO 3 [889] R:OK -2015-03-11 21:32:15 queue INFO >>3 [890] -2015-03-11 21:32:15 sendUrl INFO 3 [890] R:OK -2015-03-11 21:33:05 queue INFO >>3 [891] -2015-03-11 21:33:05 sendUrl INFO 3 [891] R:OK -2015-03-11 21:33:55 queue INFO >>3 [892] -2015-03-11 21:33:56 sendUrl INFO 3 [892] R:OK -2015-03-11 21:34:45 queue INFO >>3 [893] -2015-03-11 21:34:45 sendUrl INFO 3 [893] R:OK -2015-03-11 21:35:35 queue INFO >>3 [894] -2015-03-11 21:35:36 sendUrl INFO 3 [894] R:OK -2015-03-11 21:36:26 queue INFO >>3 [895] -2015-03-11 21:36:26 sendUrl INFO 3 [895] R:OK -2015-03-11 21:37:16 queue INFO >>3 [896] -2015-03-11 21:37:16 sendUrl INFO 3 [896] R:OK -2015-03-11 21:38:06 queue INFO >>3 [897] -2015-03-11 21:38:06 sendUrl INFO 3 [897] R:OK -2015-03-11 21:38:56 queue INFO >>3 [898] -2015-03-11 21:38:57 sendUrl INFO 3 [898] R:OK -2015-03-11 21:39:46 queue INFO >>3 [899] -2015-03-11 21:39:46 sendUrl INFO 3 [899] R:OK -2015-03-11 21:40:28 queue INFO 7 [900] -2015-03-11 21:40:28 queue INFO >7 [901] -2015-03-11 21:40:28 sendUrl INFO 7 [900] R:OK -2015-03-11 21:40:28 sendUrl INFO 7 [901] R:OK -2015-03-11 21:40:29 queue INFO 3 [902] -2015-03-11 21:40:29 sendUrl INFO 3 [902] R:OK -2015-03-11 21:40:29 queue INFO >3 [903] -2015-03-11 21:40:30 sendUrl INFO 3 [903] R:OK -2015-03-11 21:41:19 queue INFO >>3 [904] -2015-03-11 21:41:20 sendUrl INFO 3 [904] R:OK -2015-03-11 21:42:09 queue INFO >>3 [905] -2015-03-11 21:42:10 sendUrl INFO 3 [905] R:OK -2015-03-11 21:43:00 queue INFO >>3 [906] -2015-03-11 21:43:00 sendUrl INFO 3 [906] R:OK -2015-03-11 21:43:50 queue INFO >>3 [907] -2015-03-11 21:43:50 sendUrl INFO 3 [907] R:OK -2015-03-11 21:44:40 queue INFO >>3 [908] -2015-03-11 21:44:40 sendUrl INFO 3 [908] R:OK -2015-03-11 21:45:30 queue INFO >>3 [909] -2015-03-11 21:45:30 sendUrl INFO 3 [909] R:OK -2015-03-11 21:46:20 queue INFO >>3 [910] -2015-03-11 21:46:21 sendUrl INFO 3 [910] R:OK -2015-03-11 21:47:10 queue INFO >>3 [911] -2015-03-11 21:47:10 sendUrl INFO 3 [911] R:OK -2015-03-11 21:48:00 queue INFO >>3 [912] -2015-03-11 21:48:01 sendUrl INFO 3 [912] R:OK -2015-03-11 21:48:50 queue INFO >>3 [913] -2015-03-11 21:48:51 sendUrl INFO 3 [913] R:OK -2015-03-11 21:49:32 queue INFO 7 [914] -2015-03-11 21:49:32 queue INFO >7 [915] -2015-03-11 21:49:32 sendUrl INFO 7 [914] R:OK -2015-03-11 21:49:33 sendUrl INFO 7 [915] R:OK -2015-03-11 21:49:34 queue INFO 3 [916] -2015-03-11 21:49:34 queue INFO >3 [917] -2015-03-11 21:49:34 sendUrl INFO 3 [916] R:OK -2015-03-11 21:49:34 sendUrl INFO 3 [917] R:OK -2015-03-11 21:50:24 queue INFO >>3 [918] -2015-03-11 21:50:24 sendUrl INFO 3 [918] R:OK -2015-03-11 21:51:14 queue INFO >>3 [919] -2015-03-11 21:51:14 sendUrl INFO 3 [919] R:OK -2015-03-11 21:52:04 queue INFO >>3 [920] -2015-03-11 21:52:04 sendUrl INFO 3 [920] R:OK -2015-03-11 21:52:54 queue INFO >>3 [921] -2015-03-11 21:52:55 sendUrl INFO 3 [921] R:OK -2015-03-11 21:53:44 queue INFO >>3 [922] -2015-03-11 21:53:45 sendUrl INFO 3 [922] R:OK -2015-03-11 21:54:35 queue INFO >>3 [923] -2015-03-11 21:54:35 sendUrl INFO 3 [923] R:OK -2015-03-11 21:55:25 queue INFO >>3 [924] -2015-03-11 21:55:25 sendUrl INFO 3 [924] R:OK -2015-03-11 21:56:15 queue INFO >>3 [925] -2015-03-11 21:56:15 sendUrl INFO 3 [925] R:OK -2015-03-11 21:57:05 queue INFO >>3 [926] -2015-03-11 21:57:05 sendUrl INFO 3 [926] R:OK -2015-03-11 21:57:55 queue INFO >>3 [927] -2015-03-11 21:57:56 sendUrl INFO 3 [927] R:OK -2015-03-11 21:58:36 queue INFO 7 [928] -2015-03-11 21:58:37 queue INFO >7 [929] -2015-03-11 21:58:37 sendUrl INFO 7 [928] R:OK -2015-03-11 21:58:37 sendUrl INFO 7 [929] R:OK -2015-03-11 21:58:38 queue INFO 3 [930] -2015-03-11 21:58:38 queue INFO >3 [931] -2015-03-11 21:58:39 sendUrl INFO 3 [930] R:OK -2015-03-11 21:58:39 sendUrl INFO 3 [931] R:OK -2015-03-11 21:58:41 queue INFO 21 [932] -2015-03-11 21:58:41 queue INFO >21 [933] -2015-03-11 21:58:41 sendUrl INFO 21 [932] R:OK -2015-03-11 21:58:42 sendUrl INFO 21 [933] R:OK -2015-03-11 21:59:31 queue INFO >>21 [934] -2015-03-11 21:59:31 sendUrl INFO 21 [934] R:OK -2015-03-11 22:00:21 queue INFO >>21 [935] -2015-03-11 22:00:21 sendUrl INFO 21 [935] R:OK -2015-03-11 22:01:11 queue INFO >>21 [936] -2015-03-11 22:01:12 sendUrl INFO 21 [936] R:OK -2015-03-11 22:02:01 queue INFO >>21 [937] -2015-03-11 22:02:02 sendUrl INFO 21 [937] R:OK -2015-03-11 22:02:51 queue INFO >>21 [938] -2015-03-11 22:02:52 sendUrl INFO 21 [938] R:OK -2015-03-11 22:03:42 queue INFO >>21 [939] -2015-03-11 22:03:42 sendUrl INFO 21 [939] R:OK -2015-03-11 22:04:32 queue INFO >>21 [940] -2015-03-11 22:04:32 sendUrl INFO 21 [940] R:OK -2015-03-11 22:05:07 queue INFO 1 [941] -2015-03-11 22:05:08 sendUrl INFO 1 [941] R:OK -2015-03-11 22:05:08 queue INFO >1 [942] -2015-03-11 22:05:08 sendUrl INFO 1 [942] R:OK -2015-03-11 22:05:17 queue INFO 3 [943] -2015-03-11 22:05:17 queue INFO >3 [944] -2015-03-11 22:05:17 sendUrl INFO 3 [943] R:OK -2015-03-11 22:05:18 sendUrl INFO 3 [944] R:OK -2015-03-11 22:06:07 queue INFO >>3 [945] -2015-03-11 22:06:07 sendUrl INFO 3 [945] R:OK -2015-03-11 22:06:57 queue INFO >>3 [946] -2015-03-11 22:06:57 sendUrl INFO 3 [946] R:OK -2015-03-11 22:07:47 queue INFO >>3 [947] -2015-03-11 22:07:48 sendUrl INFO 3 [947] R:OK -2015-03-11 22:08:37 queue INFO >>3 [948] -2015-03-11 22:08:37 sendUrl INFO 3 [948] R:OK -2015-03-11 22:09:27 queue INFO >>3 [949] -2015-03-11 22:09:28 sendUrl INFO 3 [949] R:OK -2015-03-11 22:10:18 queue INFO >>3 [950] -2015-03-11 22:10:18 sendUrl INFO 3 [950] R:OK -2015-03-11 22:11:08 queue INFO >>3 [951] -2015-03-11 22:11:08 sendUrl INFO 3 [951] R:OK -2015-03-11 22:11:58 queue INFO >>3 [952] -2015-03-11 22:11:58 sendUrl INFO 3 [952] R:OK -2015-03-11 22:12:48 queue INFO >>3 [953] -2015-03-11 22:12:49 sendUrl INFO 3 [953] R:OK -2015-03-11 22:13:07 queue INFO 7 [954] -2015-03-11 22:13:07 sendUrl INFO 7 [954] R:OK -2015-03-11 22:13:07 queue INFO >7 [955] -2015-03-11 22:13:08 sendUrl INFO 7 [955] R:OK -2015-03-11 22:13:09 queue INFO 3 [956] -2015-03-11 22:13:09 queue INFO >3 [957] -2015-03-11 22:13:09 sendUrl INFO 3 [956] R:OK -2015-03-11 22:13:10 sendUrl INFO 3 [957] R:OK -2015-03-11 22:13:59 queue INFO >>3 [958] -2015-03-11 22:13:59 sendUrl INFO 3 [958] R:OK -2015-03-11 22:14:49 queue INFO >>3 [959] -2015-03-11 22:14:49 sendUrl INFO 3 [959] R:OK -2015-03-11 22:15:39 queue INFO >>3 [960] -2015-03-11 22:15:40 sendUrl INFO 3 [960] R:OK -2015-03-11 22:16:29 queue INFO >>3 [961] -2015-03-11 22:16:30 sendUrl INFO 3 [961] R:OK -2015-03-11 22:17:20 queue INFO >>3 [962] -2015-03-11 22:17:20 sendUrl INFO 3 [962] R:OK -2015-03-11 22:18:10 queue INFO >>3 [963] -2015-03-11 22:18:10 sendUrl INFO 3 [963] R:OK -2015-03-11 22:19:00 queue INFO >>3 [964] -2015-03-11 22:19:00 sendUrl INFO 3 [964] R:OK -2015-03-11 22:19:50 queue INFO >>3 [965] -2015-03-11 22:19:50 sendUrl INFO 3 [965] R:OK -2015-03-11 22:20:40 queue INFO >>3 [966] -2015-03-11 22:20:40 sendUrl INFO 3 [966] R:OK -2015-03-11 22:21:30 queue INFO >>3 [967] -2015-03-11 22:21:31 sendUrl INFO 3 [967] R:OK -2015-03-11 22:22:11 queue INFO 7 [968] -2015-03-11 22:22:12 queue INFO >7 [969] -2015-03-11 22:22:12 sendUrl INFO 7 [968] R:OK -2015-03-11 22:22:12 sendUrl INFO 7 [969] R:OK -2015-03-11 22:22:13 queue INFO 3 [970] -2015-03-11 22:22:13 queue INFO >3 [971] -2015-03-11 22:22:13 sendUrl INFO 3 [970] R:OK -2015-03-11 22:22:14 sendUrl INFO 3 [971] R:OK -2015-03-11 22:23:03 queue INFO >>3 [972] -2015-03-11 22:23:04 sendUrl INFO 3 [972] R:OK -2015-03-11 22:23:53 queue INFO >>3 [973] -2015-03-11 22:23:54 sendUrl INFO 3 [973] R:OK -2015-03-11 22:24:43 queue INFO >>3 [974] -2015-03-11 22:24:44 sendUrl INFO 3 [974] R:OK -2015-03-11 22:25:34 queue INFO >>3 [975] -2015-03-11 22:25:34 sendUrl INFO 3 [975] R:OK -2015-03-11 22:26:24 queue INFO >>3 [976] -2015-03-11 22:26:24 sendUrl INFO 3 [976] R:OK -2015-03-11 22:27:14 queue INFO >>3 [977] -2015-03-11 22:27:14 sendUrl INFO 3 [977] R:OK -2015-03-11 22:28:04 queue INFO >>3 [978] -2015-03-11 22:28:04 sendUrl INFO 3 [978] R:OK -2015-03-11 22:28:54 queue INFO >>3 [979] -2015-03-11 22:28:55 sendUrl INFO 3 [979] R:OK -2015-03-11 22:29:44 queue INFO >>3 [980] -2015-03-11 22:29:44 sendUrl INFO 3 [980] R:OK -2015-03-11 22:30:34 queue INFO >>3 [981] -2015-03-11 22:30:35 sendUrl INFO 3 [981] R:OK -2015-03-11 22:31:16 queue INFO 7 [982] -2015-03-11 22:31:17 queue INFO >7 [983] -2015-03-11 22:31:17 sendUrl INFO 7 [982] R:OK -2015-03-11 22:31:18 sendUrl INFO 7 [983] R:OK -2015-03-11 22:31:18 queue INFO 3 [984] -2015-03-11 22:31:18 queue INFO >3 [985] -2015-03-11 22:31:19 sendUrl INFO 3 [984] R:OK -2015-03-11 22:31:19 sendUrl INFO 3 [985] R:OK -2015-03-11 22:32:08 queue INFO >>3 [986] -2015-03-11 22:32:08 sendUrl INFO 3 [986] R:OK -2015-03-11 22:32:58 queue INFO >>3 [987] -2015-03-11 22:32:59 sendUrl INFO 3 [987] R:OK -2015-03-11 22:33:49 queue INFO >>3 [988] -2015-03-11 22:33:49 sendUrl INFO 3 [988] R:OK -2015-03-11 22:34:39 queue INFO >>3 [989] -2015-03-11 22:34:39 sendUrl INFO 3 [989] R:OK -2015-03-11 22:35:29 queue INFO >>3 [990] -2015-03-11 22:35:29 sendUrl INFO 3 [990] R:OK -2015-03-11 22:36:19 queue INFO >>3 [991] -2015-03-11 22:36:20 sendUrl INFO 3 [991] R:OK -2015-03-11 22:37:09 queue INFO >>3 [992] -2015-03-11 22:37:09 sendUrl INFO 3 [992] R:OK -2015-03-11 22:37:59 queue INFO >>3 [993] -2015-03-11 22:38:00 sendUrl INFO 3 [993] R:OK -2015-03-11 22:38:49 queue INFO >>3 [994] -2015-03-11 22:38:50 sendUrl INFO 3 [994] R:OK -2015-03-11 22:39:40 queue INFO >>3 [995] -2015-03-11 22:39:40 sendUrl INFO 3 [995] R:OK -2015-03-11 22:40:21 queue INFO 7 [996] -2015-03-11 22:40:21 queue INFO >7 [997] -2015-03-11 22:40:22 sendUrl INFO 7 [996] R:OK -2015-03-11 22:40:22 sendUrl INFO 7 [997] R:OK -2015-03-11 22:40:23 queue INFO 3 [998] -2015-03-11 22:40:23 queue INFO >3 [999] -2015-03-11 22:40:23 sendUrl INFO 3 [998] R:OK -2015-03-11 22:40:24 sendUrl INFO 3 [999] R:OK -2015-03-11 22:41:13 queue INFO >>3 [0] -2015-03-11 22:41:13 sendUrl INFO 3 [0] R:OK -2015-03-11 22:42:03 queue INFO >>3 [1] -2015-03-11 22:42:03 sendUrl INFO 3 [1] R:OK -2015-03-11 22:42:53 queue INFO >>3 [2] -2015-03-11 22:42:54 sendUrl INFO 3 [2] R:OK -2015-03-11 22:43:43 queue INFO >>3 [3] -2015-03-11 22:43:43 sendUrl INFO 3 [3] R:OK -2015-03-11 22:44:34 queue INFO >>3 [4] -2015-03-11 22:44:34 sendUrl INFO 3 [4] R:OK -2015-03-11 22:45:24 queue INFO >>3 [5] -2015-03-11 22:45:24 sendUrl INFO 3 [5] R:OK -2015-03-11 22:46:14 queue INFO >>3 [6] -2015-03-11 22:46:14 sendUrl INFO 3 [6] R:OK -2015-03-11 22:47:04 queue INFO >>3 [7] -2015-03-11 22:47:04 sendUrl INFO 3 [7] R:OK -2015-03-11 22:47:54 queue INFO >>3 [8] -2015-03-11 22:47:55 sendUrl INFO 3 [8] R:OK -2015-03-11 22:48:44 queue INFO >>3 [9] -2015-03-11 22:48:44 sendUrl INFO 3 [9] R:OK -2015-03-11 22:49:26 queue INFO 7 [10] -2015-03-11 22:49:26 sendUrl INFO 7 [10] R:OK -2015-03-11 22:49:26 queue INFO >7 [11] -2015-03-11 22:49:26 sendUrl INFO 7 [11] R:OK -2015-03-11 22:49:27 queue INFO 3 [12] -2015-03-11 22:49:27 queue INFO >3 [13] -2015-03-11 22:49:28 sendUrl INFO 3 [12] R:OK -2015-03-11 22:49:28 sendUrl INFO 3 [13] R:OK -2015-03-11 22:50:17 queue INFO >>3 [14] -2015-03-11 22:50:18 sendUrl INFO 3 [14] R:OK -2015-03-11 22:51:08 queue INFO >>3 [15] -2015-03-11 22:51:08 sendUrl INFO 3 [15] R:OK -2015-03-11 22:51:58 queue INFO >>3 [16] -2015-03-11 22:51:58 sendUrl INFO 3 [16] R:OK -2015-03-11 22:52:48 queue INFO >>3 [17] -2015-03-11 22:52:48 sendUrl INFO 3 [17] R:OK -2015-03-11 22:53:38 queue INFO >>3 [18] -2015-03-11 22:53:38 sendUrl INFO 3 [18] R:OK -2015-03-11 22:54:28 queue INFO >>3 [19] -2015-03-11 22:54:28 sendUrl INFO 3 [19] R:OK -2015-03-11 22:55:18 queue INFO >>3 [20] -2015-03-11 22:55:19 sendUrl INFO 3 [20] R:OK -2015-03-11 22:56:08 queue INFO >>3 [21] -2015-03-11 22:56:08 sendUrl INFO 3 [21] R:OK -2015-03-11 22:56:58 queue INFO >>3 [22] -2015-03-11 22:56:59 sendUrl INFO 3 [22] R:OK -2015-03-11 22:57:49 queue INFO >>3 [23] -2015-03-11 22:57:49 sendUrl INFO 3 [23] R:OK -2015-03-11 22:58:30 queue INFO 7 [24] -2015-03-11 22:58:30 queue INFO >7 [25] -2015-03-11 22:58:30 sendUrl INFO 7 [24] R:OK -2015-03-11 22:58:31 sendUrl INFO 7 [25] R:OK -2015-03-11 22:58:31 queue INFO 3 [26] -2015-03-11 22:58:32 queue INFO >3 [27] -2015-03-11 22:58:32 sendUrl INFO 3 [26] R:OK -2015-03-11 22:58:32 sendUrl INFO 3 [27] R:OK -2015-03-11 22:59:22 queue INFO >>3 [28] -2015-03-11 22:59:22 sendUrl INFO 3 [28] R:OK -2015-03-11 23:00:12 queue INFO >>3 [29] -2015-03-11 23:00:12 sendUrl INFO 3 [29] R:OK -2015-03-11 23:01:02 queue INFO >>3 [30] -2015-03-11 23:01:02 sendUrl INFO 3 [30] R:OK -2015-03-11 23:01:52 queue INFO >>3 [31] -2015-03-11 23:01:52 sendUrl INFO 3 [31] R:OK -2015-03-11 23:02:42 queue INFO >>3 [32] -2015-03-11 23:02:43 sendUrl INFO 3 [32] R:OK -2015-03-11 23:03:32 queue INFO >>3 [33] -2015-03-11 23:03:33 sendUrl INFO 3 [33] R:OK -2015-03-11 23:04:23 queue INFO >>3 [34] -2015-03-11 23:04:23 sendUrl INFO 3 [34] R:OK -2015-03-11 23:05:13 queue INFO >>3 [35] -2015-03-11 23:05:13 sendUrl INFO 3 [35] R:OK -2015-03-11 23:06:03 queue INFO >>3 [36] -2015-03-11 23:06:03 sendUrl INFO 3 [36] R:OK -2015-03-11 23:06:53 queue INFO >>3 [37] -2015-03-11 23:06:53 sendUrl INFO 3 [37] R:OK -2015-03-11 23:07:34 queue INFO 7 [38] -2015-03-11 23:07:34 queue INFO >7 [39] -2015-03-11 23:07:35 sendUrl INFO 7 [38] R:OK -2015-03-11 23:07:35 sendUrl INFO 7 [39] R:OK -2015-03-11 23:07:36 queue INFO 3 [40] -2015-03-11 23:07:36 queue INFO >3 [41] -2015-03-11 23:07:36 sendUrl INFO 3 [40] R:OK -2015-03-11 23:07:37 sendUrl INFO 3 [41] R:OK -2015-03-11 23:08:26 queue INFO >>3 [42] -2015-03-11 23:08:26 sendUrl INFO 3 [42] R:OK -2015-03-11 23:09:16 queue INFO >>3 [43] -2015-03-11 23:09:16 sendUrl INFO 3 [43] R:OK -2015-03-11 23:10:06 queue INFO >>3 [44] -2015-03-11 23:10:07 sendUrl INFO 3 [44] R:OK -2015-03-11 23:10:56 queue INFO >>3 [45] -2015-03-11 23:10:57 sendUrl INFO 3 [45] R:OK -2015-03-11 23:11:46 queue INFO >>3 [46] -2015-03-11 23:11:47 sendUrl INFO 3 [46] R:OK -2015-03-11 23:12:37 queue INFO >>3 [47] -2015-03-11 23:12:37 sendUrl INFO 3 [47] R:OK -2015-03-11 23:13:27 queue INFO >>3 [48] -2015-03-11 23:13:27 sendUrl INFO 3 [48] R:OK -2015-03-11 23:14:17 queue INFO >>3 [49] -2015-03-11 23:14:17 sendUrl INFO 3 [49] R:OK -2015-03-11 23:15:07 queue INFO >>3 [50] -2015-03-11 23:15:08 sendUrl INFO 3 [50] R:OK -2015-03-11 23:15:57 queue INFO >>3 [51] -2015-03-11 23:15:57 sendUrl INFO 3 [51] R:OK -2015-03-11 23:16:38 queue INFO 7 [52] -2015-03-11 23:16:39 queue INFO >7 [53] -2015-03-11 23:16:39 sendUrl INFO 7 [52] R:OK -2015-03-11 23:16:39 sendUrl INFO 7 [53] R:OK -2015-03-11 23:16:40 queue INFO 3 [54] -2015-03-11 23:16:40 sendUrl INFO 3 [54] R:OK -2015-03-11 23:16:40 queue INFO >3 [55] -2015-03-11 23:16:41 sendUrl INFO 3 [55] R:OK -2015-03-11 23:17:30 queue INFO >>3 [56] -2015-03-11 23:17:30 sendUrl INFO 3 [56] R:OK -2015-03-11 23:18:20 queue INFO >>3 [57] -2015-03-11 23:18:21 sendUrl INFO 3 [57] R:OK -2015-03-11 23:19:10 queue INFO >>3 [58] -2015-03-11 23:19:11 sendUrl INFO 3 [58] R:OK -2015-03-11 23:20:01 queue INFO >>3 [59] -2015-03-11 23:20:01 sendUrl INFO 3 [59] R:OK -2015-03-11 23:20:51 queue INFO >>3 [60] -2015-03-11 23:20:51 sendUrl INFO 3 [60] R:OK -2015-03-11 23:21:41 queue INFO >>3 [61] -2015-03-11 23:21:41 sendUrl INFO 3 [61] R:OK -2015-03-11 23:22:31 queue INFO >>3 [62] -2015-03-11 23:22:31 sendUrl INFO 3 [62] R:OK -2015-03-11 23:23:21 queue INFO >>3 [63] -2015-03-11 23:23:22 sendUrl INFO 3 [63] R:OK -2015-03-11 23:24:11 queue INFO >>3 [64] -2015-03-11 23:24:12 sendUrl INFO 3 [64] R:OK -2015-03-11 23:25:02 queue INFO >>3 [65] -2015-03-11 23:25:02 sendUrl INFO 3 [65] R:OK -2015-03-11 23:25:43 queue INFO 7 [66] -2015-03-11 23:25:44 queue INFO >7 [67] -2015-03-11 23:25:44 sendUrl INFO 7 [66] R:OK -2015-03-11 23:25:44 sendUrl INFO 7 [67] R:OK -2015-03-11 23:25:45 queue INFO 3 [68] -2015-03-11 23:25:45 sendUrl INFO 3 [68] R:OK -2015-03-11 23:25:45 queue INFO >3 [69] -2015-03-11 23:25:46 sendUrl INFO 3 [69] R:OK -2015-03-11 23:26:35 queue INFO >>3 [70] -2015-03-11 23:26:36 sendUrl INFO 3 [70] R:OK -2015-03-11 23:27:25 queue INFO >>3 [71] -2015-03-11 23:27:26 sendUrl INFO 3 [71] R:OK -2015-03-11 23:28:16 queue INFO >>3 [72] -2015-03-11 23:28:16 sendUrl INFO 3 [72] R:OK -2015-03-11 23:29:06 queue INFO >>3 [73] -2015-03-11 23:29:06 sendUrl INFO 3 [73] R:OK -2015-03-11 23:29:56 queue INFO >>3 [74] -2015-03-11 23:29:56 sendUrl INFO 3 [74] R:OK -2015-03-11 23:30:46 queue INFO >>3 [75] -2015-03-11 23:30:46 sendUrl INFO 3 [75] R:OK -2015-03-11 23:31:36 queue INFO >>3 [76] -2015-03-11 23:31:37 sendUrl INFO 3 [76] R:OK -2015-03-11 23:32:26 queue INFO >>3 [77] -2015-03-11 23:32:26 sendUrl INFO 3 [77] R:OK -2015-03-11 23:33:16 queue INFO >>3 [78] -2015-03-11 23:33:17 sendUrl INFO 3 [78] R:OK -2015-03-11 23:34:07 queue INFO >>3 [79] -2015-03-11 23:34:07 sendUrl INFO 3 [79] R:OK -2015-03-11 23:34:48 queue INFO 7 [80] -2015-03-11 23:34:48 queue INFO >7 [81] -2015-03-11 23:34:48 sendUrl INFO 7 [80] R:OK -2015-03-11 23:34:49 sendUrl INFO 7 [81] R:OK -2015-03-11 23:34:50 queue INFO 3 [82] -2015-03-11 23:34:50 queue INFO >3 [83] -2015-03-11 23:34:50 sendUrl INFO 3 [82] R:OK -2015-03-11 23:34:50 sendUrl INFO 3 [83] R:OK -2015-03-11 23:35:40 queue INFO >>3 [84] -2015-03-11 23:35:40 sendUrl INFO 3 [84] R:OK -2015-03-11 23:36:30 queue INFO >>3 [85] -2015-03-11 23:36:30 sendUrl INFO 3 [85] R:OK -2015-03-11 23:37:20 queue INFO >>3 [86] -2015-03-11 23:37:20 sendUrl INFO 3 [86] R:OK -2015-03-11 23:38:10 queue INFO >>3 [87] -2015-03-11 23:38:11 sendUrl INFO 3 [87] R:OK -2015-03-11 23:39:00 queue INFO >>3 [88] -2015-03-11 23:39:01 sendUrl INFO 3 [88] R:OK -2015-03-11 23:39:50 queue INFO >>3 [89] -2015-03-11 23:39:51 sendUrl INFO 3 [89] R:OK -2015-03-11 23:40:41 queue INFO >>3 [90] -2015-03-11 23:40:41 sendUrl INFO 3 [90] R:OK -2015-03-11 23:41:31 queue INFO >>3 [91] -2015-03-11 23:41:31 sendUrl INFO 3 [91] R:OK -2015-03-11 23:42:21 queue INFO >>3 [92] -2015-03-11 23:42:21 sendUrl INFO 3 [92] R:OK -2015-03-11 23:43:11 queue INFO >>3 [93] -2015-03-11 23:43:11 sendUrl INFO 3 [93] R:OK -2015-03-11 23:43:52 queue INFO 7 [94] -2015-03-11 23:43:53 queue INFO >7 [95] -2015-03-11 23:43:53 sendUrl INFO 7 [94] R:OK -2015-03-11 23:43:53 sendUrl INFO 7 [95] R:OK -2015-03-11 23:43:54 queue INFO 3 [96] -2015-03-11 23:43:54 queue INFO >3 [97] -2015-03-11 23:43:55 sendUrl INFO 3 [96] R:OK -2015-03-11 23:43:55 sendUrl INFO 3 [97] R:OK -2015-03-11 23:44:44 queue INFO >>3 [98] -2015-03-11 23:44:44 sendUrl INFO 3 [98] R:OK -2015-03-11 23:45:34 queue INFO >>3 [99] -2015-03-11 23:45:35 sendUrl INFO 3 [99] R:OK -2015-03-11 23:46:24 queue INFO >>3 [100] -2015-03-11 23:46:25 sendUrl INFO 3 [100] R:OK -2015-03-11 23:47:15 queue INFO >>3 [101] -2015-03-11 23:47:15 sendUrl INFO 3 [101] R:OK -2015-03-11 23:48:05 queue INFO >>3 [102] -2015-03-11 23:48:05 sendUrl INFO 3 [102] R:OK -2015-03-11 23:48:55 queue INFO >>3 [103] -2015-03-11 23:48:55 sendUrl INFO 3 [103] R:OK -2015-03-11 23:49:45 queue INFO >>3 [104] -2015-03-11 23:49:45 sendUrl INFO 3 [104] R:OK -2015-03-11 23:50:35 queue INFO >>3 [105] -2015-03-11 23:50:36 sendUrl INFO 3 [105] R:OK -2015-03-11 23:51:25 queue INFO >>3 [106] -2015-03-11 23:51:25 sendUrl INFO 3 [106] R:OK -2015-03-11 23:52:16 queue INFO >>3 [107] -2015-03-11 23:52:16 sendUrl INFO 3 [107] R:OK -2015-03-11 23:52:57 queue INFO 7 [108] -2015-03-11 23:52:57 queue INFO >7 [109] -2015-03-11 23:52:57 sendUrl INFO 7 [108] R:OK -2015-03-11 23:52:58 sendUrl INFO 7 [109] R:OK -2015-03-11 23:52:58 queue INFO 3 [110] -2015-03-11 23:52:59 queue INFO >3 [111] -2015-03-11 23:52:59 sendUrl INFO 3 [110] R:OK -2015-03-11 23:52:59 sendUrl INFO 3 [111] R:OK -2015-03-11 23:53:49 queue INFO >>3 [112] -2015-03-11 23:53:49 sendUrl INFO 3 [112] R:OK -2015-03-11 23:54:39 queue INFO >>3 [113] -2015-03-11 23:54:39 sendUrl INFO 3 [113] R:OK -2015-03-11 23:55:29 queue INFO >>3 [114] -2015-03-11 23:55:29 sendUrl INFO 3 [114] R:OK -2015-03-11 23:56:19 queue INFO >>3 [115] -2015-03-11 23:56:19 sendUrl INFO 3 [115] R:OK -2015-03-11 23:57:09 queue INFO >>3 [116] -2015-03-11 23:57:09 sendUrl INFO 3 [116] R:OK -2015-03-11 23:57:59 queue INFO >>3 [117] -2015-03-11 23:58:00 sendUrl INFO 3 [117] R:OK -2015-03-11 23:58:49 queue INFO >>3 [118] -2015-03-11 23:58:50 sendUrl INFO 3 [118] R:OK -2015-03-11 23:59:40 queue INFO >>3 [119] -2015-03-11 23:59:40 sendUrl INFO 3 [119] R:OK -2015-03-12 00:00:30 queue INFO >>3 [120] -2015-03-12 00:00:30 sendUrl INFO 3 [120] R:OK -2015-03-12 00:01:20 queue INFO >>3 [121] -2015-03-12 00:01:20 sendUrl INFO 3 [121] R:OK -2015-03-12 00:02:01 queue INFO 7 [122] -2015-03-12 00:02:01 queue INFO >7 [123] -2015-03-12 00:02:01 sendUrl INFO 7 [122] R:OK -2015-03-12 00:02:02 sendUrl INFO 7 [123] R:OK -2015-03-12 00:02:03 queue INFO 3 [124] -2015-03-12 00:02:03 queue INFO >3 [125] -2015-03-12 00:02:03 sendUrl INFO 3 [124] R:OK -2015-03-12 00:02:03 sendUrl INFO 3 [125] R:OK -2015-03-12 00:02:53 queue INFO >>3 [126] -2015-03-12 00:02:53 sendUrl INFO 3 [126] R:OK -2015-03-12 00:03:43 queue INFO >>3 [127] -2015-03-12 00:03:43 sendUrl INFO 3 [127] R:OK -2015-03-12 00:04:33 queue INFO >>3 [128] -2015-03-12 00:04:33 sendUrl INFO 3 [128] R:OK -2015-03-12 00:05:23 queue INFO >>3 [129] -2015-03-12 00:05:24 sendUrl INFO 3 [129] R:OK -2015-03-12 00:06:13 queue INFO >>3 [130] -2015-03-12 00:06:13 sendUrl INFO 3 [130] R:OK -2015-03-12 00:07:03 queue INFO >>3 [131] -2015-03-12 00:07:04 sendUrl INFO 3 [131] R:OK -2015-03-12 00:07:54 queue INFO >>3 [132] -2015-03-12 00:07:54 sendUrl INFO 3 [132] R:OK -2015-03-12 00:08:44 queue INFO >>3 [133] -2015-03-12 00:08:44 sendUrl INFO 3 [133] R:OK -2015-03-12 00:09:34 queue INFO >>3 [134] -2015-03-12 00:09:34 sendUrl INFO 3 [134] R:OK -2015-03-12 00:10:24 queue INFO >>3 [135] -2015-03-12 00:10:25 sendUrl INFO 3 [135] R:OK -2015-03-12 00:11:05 queue INFO 7 [136] -2015-03-12 00:11:06 queue INFO >7 [137] -2015-03-12 00:11:06 sendUrl INFO 7 [136] R:OK -2015-03-12 00:11:06 sendUrl INFO 7 [137] R:OK -2015-03-12 00:11:07 queue INFO 3 [138] -2015-03-12 00:11:07 queue INFO >3 [139] -2015-03-12 00:11:07 sendUrl INFO 3 [138] R:OK -2015-03-12 00:11:08 sendUrl INFO 3 [139] R:OK -2015-03-12 00:11:57 queue INFO >>3 [140] -2015-03-12 00:11:57 sendUrl INFO 3 [140] R:OK -2015-03-12 00:12:47 queue INFO >>3 [141] -2015-03-12 00:12:48 sendUrl INFO 3 [141] R:OK -2015-03-12 00:13:37 queue INFO >>3 [142] -2015-03-12 00:13:37 sendUrl INFO 3 [142] R:OK -2015-03-12 00:14:27 queue INFO >>3 [143] -2015-03-12 00:14:28 sendUrl INFO 3 [143] R:OK -2015-03-12 00:15:18 queue INFO >>3 [144] -2015-03-12 00:15:18 sendUrl INFO 3 [144] R:OK -2015-03-12 00:16:08 queue INFO >>3 [145] -2015-03-12 00:16:08 sendUrl INFO 3 [145] R:OK -2015-03-12 00:16:58 queue INFO >>3 [146] -2015-03-12 00:16:58 sendUrl INFO 3 [146] R:OK -2015-03-12 00:17:48 queue INFO >>3 [147] -2015-03-12 00:17:49 sendUrl INFO 3 [147] R:OK -2015-03-12 00:18:38 queue INFO >>3 [148] -2015-03-12 00:18:38 sendUrl INFO 3 [148] R:OK -2015-03-12 00:19:28 queue INFO >>3 [149] -2015-03-12 00:19:29 sendUrl INFO 3 [149] R:OK -2015-03-12 00:20:10 queue INFO 7 [150] -2015-03-12 00:20:11 queue INFO >7 [151] -2015-03-12 00:20:11 sendUrl INFO 7 [150] R:OK -2015-03-12 00:20:11 sendUrl INFO 7 [151] R:OK -2015-03-12 00:20:12 queue INFO 3 [152] -2015-03-12 00:20:12 queue INFO >3 [153] -2015-03-12 00:20:13 sendUrl INFO 3 [152] R:OK -2015-03-12 00:20:13 sendUrl INFO 3 [153] R:OK -2015-03-12 00:21:02 queue INFO >>3 [154] -2015-03-12 00:21:02 sendUrl INFO 3 [154] R:OK -2015-03-12 00:21:52 queue INFO >>3 [155] -2015-03-12 00:21:53 sendUrl INFO 3 [155] R:OK -2015-03-12 00:22:43 queue INFO >>3 [156] -2015-03-12 00:22:43 sendUrl INFO 3 [156] R:OK -2015-03-12 00:23:33 queue INFO >>3 [157] -2015-03-12 00:23:33 sendUrl INFO 3 [157] R:OK -2015-03-12 00:24:23 queue INFO >>3 [158] -2015-03-12 00:24:23 sendUrl INFO 3 [158] R:OK -2015-03-12 00:25:13 queue INFO >>3 [159] -2015-03-12 00:25:13 sendUrl INFO 3 [159] R:OK -2015-03-12 00:26:03 queue INFO >>3 [160] -2015-03-12 00:26:03 sendUrl INFO 3 [160] R:OK -2015-03-12 00:26:53 queue INFO >>3 [161] -2015-03-12 00:26:54 sendUrl INFO 3 [161] R:OK -2015-03-12 00:27:43 queue INFO >>3 [162] -2015-03-12 00:27:44 sendUrl INFO 3 [162] R:OK -2015-03-12 00:28:34 queue INFO >>3 [163] -2015-03-12 00:28:34 sendUrl INFO 3 [163] R:OK -2015-03-12 00:29:15 queue INFO 7 [164] -2015-03-12 00:29:15 queue INFO >7 [165] -2015-03-12 00:29:15 sendUrl INFO 7 [164] R:OK -2015-03-12 00:29:16 sendUrl INFO 7 [165] R:OK -2015-03-12 00:29:17 queue INFO 3 [166] -2015-03-12 00:29:17 queue INFO >3 [167] -2015-03-12 00:29:17 sendUrl INFO 3 [166] R:OK -2015-03-12 00:29:18 sendUrl INFO 3 [167] R:OK -2015-03-12 00:30:07 queue INFO >>3 [168] -2015-03-12 00:30:07 sendUrl INFO 3 [168] R:OK -2015-03-12 00:30:57 queue INFO >>3 [169] -2015-03-12 00:30:57 sendUrl INFO 3 [169] R:OK -2015-03-12 00:31:47 queue INFO >>3 [170] -2015-03-12 00:31:47 sendUrl INFO 3 [170] R:OK -2015-03-12 00:32:37 queue INFO >>3 [171] -2015-03-12 00:32:37 sendUrl INFO 3 [171] R:OK -2015-03-12 00:33:27 queue INFO >>3 [172] -2015-03-12 00:33:28 sendUrl INFO 3 [172] R:OK -2015-03-12 00:34:17 queue INFO >>3 [173] -2015-03-12 00:34:18 sendUrl INFO 3 [173] R:OK -2015-03-12 00:35:08 queue INFO >>3 [174] -2015-03-12 00:35:08 sendUrl INFO 3 [174] R:OK -2015-03-12 00:35:58 queue INFO >>3 [175] -2015-03-12 00:35:58 sendUrl INFO 3 [175] R:OK -2015-03-12 00:36:48 queue INFO >>3 [176] -2015-03-12 00:36:48 sendUrl INFO 3 [176] R:OK -2015-03-12 00:37:38 queue INFO >>3 [177] -2015-03-12 00:37:38 sendUrl INFO 3 [177] R:OK -2015-03-12 00:38:19 queue INFO 7 [178] -2015-03-12 00:38:20 queue INFO >7 [179] -2015-03-12 00:38:20 sendUrl INFO 7 [178] R:OK -2015-03-12 00:38:20 sendUrl INFO 7 [179] R:OK -2015-03-12 00:38:21 queue INFO 3 [180] -2015-03-12 00:38:21 queue INFO >3 [181] -2015-03-12 00:38:21 sendUrl INFO 3 [180] R:OK -2015-03-12 00:38:22 sendUrl INFO 3 [181] R:OK -2015-03-12 00:39:11 queue INFO >>3 [182] -2015-03-12 00:39:12 sendUrl INFO 3 [182] R:OK -2015-03-12 00:40:01 queue INFO >>3 [183] -2015-03-12 00:40:01 sendUrl INFO 3 [183] R:OK -2015-03-12 00:40:51 queue INFO >>3 [184] -2015-03-12 00:40:52 sendUrl INFO 3 [184] R:OK -2015-03-12 00:41:42 queue INFO >>3 [185] -2015-03-12 00:41:42 sendUrl INFO 3 [185] R:OK -2015-03-12 00:42:32 queue INFO >>3 [186] -2015-03-12 00:42:32 sendUrl INFO 3 [186] R:OK -2015-03-12 00:43:22 queue INFO >>3 [187] -2015-03-12 00:43:22 sendUrl INFO 3 [187] R:OK -2015-03-12 00:44:12 queue INFO >>3 [188] -2015-03-12 00:44:13 sendUrl INFO 3 [188] R:OK -2015-03-12 00:45:02 queue INFO >>3 [189] -2015-03-12 00:45:02 sendUrl INFO 3 [189] R:OK -2015-03-12 00:45:52 queue INFO >>3 [190] -2015-03-12 00:45:53 sendUrl INFO 3 [190] R:OK -2015-03-12 00:46:43 queue INFO >>3 [191] -2015-03-12 00:46:43 sendUrl INFO 3 [191] R:OK -2015-03-12 00:47:24 queue INFO 7 [192] -2015-03-12 00:47:24 queue INFO >7 [193] -2015-03-12 00:47:24 sendUrl INFO 7 [192] R:OK -2015-03-12 00:47:24 sendUrl INFO 7 [193] R:OK -2015-03-12 00:47:25 queue INFO 3 [194] -2015-03-12 00:47:25 sendUrl INFO 3 [194] R:OK -2015-03-12 00:47:25 queue INFO >3 [195] -2015-03-12 00:47:26 sendUrl INFO 3 [195] R:OK -2015-03-12 00:48:15 queue INFO >>3 [196] -2015-03-12 00:48:16 sendUrl INFO 3 [196] R:OK -2015-03-12 00:49:06 queue INFO >>3 [197] -2015-03-12 00:49:06 sendUrl INFO 3 [197] R:OK -2015-03-12 00:49:56 queue INFO >>3 [198] -2015-03-12 00:49:56 sendUrl INFO 3 [198] R:OK -2015-03-12 00:50:46 queue INFO >>3 [199] -2015-03-12 00:50:46 sendUrl INFO 3 [199] R:OK -2015-03-12 00:51:36 queue INFO >>3 [200] -2015-03-12 00:51:37 sendUrl INFO 3 [200] R:OK -2015-03-12 00:52:26 queue INFO >>3 [201] -2015-03-12 00:52:26 sendUrl INFO 3 [201] R:OK -2015-03-12 00:53:16 queue INFO >>3 [202] -2015-03-12 00:53:17 sendUrl INFO 3 [202] R:OK -2015-03-12 00:54:07 queue INFO >>3 [203] -2015-03-12 00:54:07 sendUrl INFO 3 [203] R:OK -2015-03-12 00:54:57 queue INFO >>3 [204] -2015-03-12 00:54:57 sendUrl INFO 3 [204] R:OK -2015-03-12 00:55:47 queue INFO >>3 [205] -2015-03-12 00:55:47 sendUrl INFO 3 [205] R:OK -2015-03-12 00:56:28 queue INFO 7 [206] -2015-03-12 00:56:28 queue INFO >7 [207] -2015-03-12 00:56:29 sendUrl INFO 7 [206] R:OK -2015-03-12 00:56:29 sendUrl INFO 7 [207] R:OK -2015-03-12 00:56:30 queue INFO 3 [208] -2015-03-12 00:56:30 queue INFO >3 [209] -2015-03-12 00:56:30 sendUrl INFO 3 [208] R:OK -2015-03-12 00:56:31 sendUrl INFO 3 [209] R:OK -2015-03-12 00:57:20 queue INFO >>3 [210] -2015-03-12 00:57:20 sendUrl INFO 3 [210] R:OK -2015-03-12 00:57:42 queue INFO 21 [211] -2015-03-12 00:57:42 queue INFO >21 [212] -2015-03-12 00:57:43 sendUrl INFO 21 [211] R:OK -2015-03-12 00:57:43 sendUrl INFO 21 [212] R:OK -2015-03-12 00:58:32 queue INFO >>21 [213] -2015-03-12 00:58:32 sendUrl INFO 21 [213] R:OK -2015-03-12 00:59:22 queue INFO >>21 [214] -2015-03-12 00:59:23 sendUrl INFO 21 [214] R:OK -2015-03-12 01:00:12 queue INFO >>21 [215] -2015-03-12 01:00:13 sendUrl INFO 21 [215] R:OK -2015-03-12 01:01:03 queue INFO >>21 [216] -2015-03-12 01:01:03 sendUrl INFO 21 [216] R:OK -2015-03-12 01:01:53 queue INFO >>21 [217] -2015-03-12 01:01:53 sendUrl INFO 21 [217] R:OK -2015-03-12 01:02:43 queue INFO >>21 [218] -2015-03-12 01:02:43 sendUrl INFO 21 [218] R:OK -2015-03-12 01:03:10 queue INFO 1 [219] -2015-03-12 01:03:10 queue INFO >1 [220] -2015-03-12 01:03:11 sendUrl INFO 1 [219] R:OK -2015-03-12 01:03:11 sendUrl INFO 1 [220] R:OK -2015-03-12 01:03:24 queue INFO 3 [221] -2015-03-12 01:03:24 sendUrl INFO 3 [221] R:OK -2015-03-12 01:03:24 queue INFO >3 [222] -2015-03-12 01:03:24 sendUrl INFO 3 [222] R:OK -2015-03-12 01:04:14 queue INFO >>3 [223] -2015-03-12 01:04:14 sendUrl INFO 3 [223] R:OK -2015-03-12 01:05:04 queue INFO >>3 [224] -2015-03-12 01:05:04 sendUrl INFO 3 [224] R:OK -2015-03-12 01:05:54 queue INFO >>3 [225] -2015-03-12 01:05:54 sendUrl INFO 3 [225] R:OK -2015-03-12 01:06:44 queue INFO >>3 [226] -2015-03-12 01:06:45 sendUrl INFO 3 [226] R:OK -2015-03-12 01:07:34 queue INFO >>3 [227] -2015-03-12 01:07:35 sendUrl INFO 3 [227] R:OK -2015-03-12 01:08:25 queue INFO >>3 [228] -2015-03-12 01:08:25 sendUrl INFO 3 [228] R:OK -2015-03-12 01:09:15 queue INFO >>3 [229] -2015-03-12 01:09:15 sendUrl INFO 3 [229] R:OK -2015-03-12 01:10:05 queue INFO >>3 [230] -2015-03-12 01:10:05 sendUrl INFO 3 [230] R:OK -2015-03-12 01:10:55 queue INFO >>3 [231] -2015-03-12 01:10:55 sendUrl INFO 3 [231] R:OK -2015-03-12 01:11:14 queue INFO 7 [232] -2015-03-12 01:11:14 queue INFO >7 [233] -2015-03-12 01:11:14 sendUrl INFO 7 [232] R:OK -2015-03-12 01:11:15 sendUrl INFO 7 [233] R:OK -2015-03-12 01:11:16 queue INFO 3 [234] -2015-03-12 01:11:16 queue INFO >3 [235] -2015-03-12 01:11:16 sendUrl INFO 3 [234] R:OK -2015-03-12 01:11:16 sendUrl INFO 3 [235] R:OK -2015-03-12 01:12:06 queue INFO >>3 [236] -2015-03-12 01:12:06 sendUrl INFO 3 [236] R:OK -2015-03-12 01:12:56 queue INFO >>3 [237] -2015-03-12 01:12:56 sendUrl INFO 3 [237] R:OK -2015-03-12 01:13:46 queue INFO >>3 [238] -2015-03-12 01:13:46 sendUrl INFO 3 [238] R:OK -2015-03-12 01:14:36 queue INFO >>3 [239] -2015-03-12 01:14:37 sendUrl INFO 3 [239] R:OK -2015-03-12 01:15:26 queue INFO >>3 [240] -2015-03-12 01:15:27 sendUrl INFO 3 [240] R:OK -2015-03-12 01:16:17 queue INFO >>3 [241] -2015-03-12 01:16:17 sendUrl INFO 3 [241] R:OK -2015-03-12 01:17:07 queue INFO >>3 [242] -2015-03-12 01:17:07 sendUrl INFO 3 [242] R:OK -2015-03-12 01:17:57 queue INFO >>3 [243] -2015-03-12 01:17:57 sendUrl INFO 3 [243] R:OK -2015-03-12 01:18:47 queue INFO >>3 [244] -2015-03-12 01:18:47 sendUrl INFO 3 [244] R:OK -2015-03-12 01:19:37 queue INFO >>3 [245] -2015-03-12 01:19:37 sendUrl INFO 3 [245] R:OK -2015-03-12 01:20:19 queue INFO 7 [246] -2015-03-12 01:20:20 sendUrl INFO 7 [246] R:OK -2015-03-12 01:20:20 queue INFO >7 [247] -2015-03-12 01:20:20 sendUrl INFO 7 [247] R:OK -2015-03-12 01:20:21 queue INFO 3 [248] -2015-03-12 01:20:21 queue INFO >3 [249] -2015-03-12 01:20:21 sendUrl INFO 3 [248] R:OK -2015-03-12 01:20:22 sendUrl INFO 3 [249] R:OK -2015-03-12 01:21:11 queue INFO >>3 [250] -2015-03-12 01:21:11 sendUrl INFO 3 [250] R:OK -2015-03-12 01:22:01 queue INFO >>3 [251] -2015-03-12 01:22:01 sendUrl INFO 3 [251] R:OK -2015-03-12 01:22:51 queue INFO >>3 [252] -2015-03-12 01:22:52 sendUrl INFO 3 [252] R:OK -2015-03-12 01:23:41 queue INFO >>3 [253] -2015-03-12 01:23:42 sendUrl INFO 3 [253] R:OK -2015-03-12 01:24:32 queue INFO >>3 [254] -2015-03-12 01:24:32 sendUrl INFO 3 [254] R:OK -2015-03-12 01:25:22 queue INFO >>3 [255] -2015-03-12 01:25:22 sendUrl INFO 3 [255] R:OK -2015-03-12 01:26:12 queue INFO >>3 [256] -2015-03-12 01:26:12 sendUrl INFO 3 [256] R:OK -2015-03-12 01:27:02 queue INFO >>3 [257] -2015-03-12 01:27:02 sendUrl INFO 3 [257] R:OK -2015-03-12 01:27:52 queue INFO >>3 [258] -2015-03-12 01:27:53 sendUrl INFO 3 [258] R:OK -2015-03-12 01:28:42 queue INFO >>3 [259] -2015-03-12 01:28:43 sendUrl INFO 3 [259] R:OK -2015-03-12 01:29:24 queue INFO 7 [260] -2015-03-12 01:29:24 queue INFO >7 [261] -2015-03-12 01:29:24 sendUrl INFO 7 [260] R:OK -2015-03-12 01:29:25 sendUrl INFO 7 [261] R:OK -2015-03-12 01:29:25 queue INFO 3 [262] -2015-03-12 01:29:26 queue INFO >3 [263] -2015-03-12 01:29:26 sendUrl INFO 3 [262] R:OK -2015-03-12 01:29:26 sendUrl INFO 3 [263] R:OK -2015-03-12 01:30:16 queue INFO >>3 [264] -2015-03-12 01:30:16 sendUrl INFO 3 [264] R:OK -2015-03-12 01:31:06 queue INFO >>3 [265] -2015-03-12 01:31:06 sendUrl INFO 3 [265] R:OK -2015-03-12 01:31:56 queue INFO >>3 [266] -2015-03-12 01:31:56 sendUrl INFO 3 [266] R:OK -2015-03-12 01:32:46 queue INFO >>3 [267] -2015-03-12 01:32:46 sendUrl INFO 3 [267] R:OK -2015-03-12 01:33:36 queue INFO >>3 [268] -2015-03-12 01:33:36 sendUrl INFO 3 [268] R:OK -2015-03-12 01:34:26 queue INFO >>3 [269] -2015-03-12 01:34:27 sendUrl INFO 3 [269] R:OK -2015-03-12 01:35:16 queue INFO >>3 [270] -2015-03-12 01:35:17 sendUrl INFO 3 [270] R:OK -2015-03-12 01:36:07 queue INFO >>3 [271] -2015-03-12 01:36:07 sendUrl INFO 3 [271] R:OK -2015-03-12 01:36:57 queue INFO >>3 [272] -2015-03-12 01:36:57 sendUrl INFO 3 [272] R:OK -2015-03-12 01:37:47 queue INFO >>3 [273] -2015-03-12 01:37:47 sendUrl INFO 3 [273] R:OK -2015-03-12 01:38:28 queue INFO 7 [274] -2015-03-12 01:38:28 queue INFO >7 [275] -2015-03-12 01:38:29 sendUrl INFO 7 [274] R:OK -2015-03-12 01:38:29 sendUrl INFO 7 [275] R:OK -2015-03-12 01:38:30 queue INFO 3 [276] -2015-03-12 01:38:30 queue INFO >3 [277] -2015-03-12 01:38:30 sendUrl INFO 3 [276] R:OK -2015-03-12 01:38:31 sendUrl INFO 3 [277] R:OK -2015-03-12 01:39:20 queue INFO >>3 [278] -2015-03-12 01:39:21 sendUrl INFO 3 [278] R:OK -2015-03-12 01:40:10 queue INFO >>3 [279] -2015-03-12 01:40:10 sendUrl INFO 3 [279] R:OK -2015-03-12 01:41:00 queue INFO >>3 [280] -2015-03-12 01:41:01 sendUrl INFO 3 [280] R:OK -2015-03-12 01:41:50 queue INFO >>3 [281] -2015-03-12 01:41:51 sendUrl INFO 3 [281] R:OK -2015-03-12 01:42:41 queue INFO >>3 [282] -2015-03-12 01:42:41 sendUrl INFO 3 [282] R:OK -2015-03-12 01:43:31 queue INFO >>3 [283] -2015-03-12 01:43:31 sendUrl INFO 3 [283] R:OK -2015-03-12 01:44:21 queue INFO >>3 [284] -2015-03-12 01:44:21 sendUrl INFO 3 [284] R:OK -2015-03-12 01:45:11 queue INFO >>3 [285] -2015-03-12 01:45:11 sendUrl INFO 3 [285] R:OK -2015-03-12 01:46:01 queue INFO >>3 [286] -2015-03-12 01:46:02 sendUrl INFO 3 [286] R:OK -2015-03-12 01:46:51 queue INFO >>3 [287] -2015-03-12 01:46:52 sendUrl INFO 3 [287] R:OK -2015-03-12 01:47:33 queue INFO 7 [288] -2015-03-12 01:47:33 queue INFO >7 [289] -2015-03-12 01:47:33 sendUrl INFO 7 [288] R:OK -2015-03-12 01:47:33 sendUrl INFO 7 [289] R:OK -2015-03-12 01:47:34 queue INFO 3 [290] -2015-03-12 01:47:34 queue INFO >3 [291] -2015-03-12 01:47:34 sendUrl INFO 3 [290] R:OK -2015-03-12 01:47:35 sendUrl INFO 3 [291] R:OK -2015-03-12 01:48:24 queue INFO >>3 [292] -2015-03-12 01:48:25 sendUrl INFO 3 [292] R:OK -2015-03-12 01:49:14 queue INFO >>3 [293] -2015-03-12 01:49:15 sendUrl INFO 3 [293] R:OK -2015-03-12 01:50:05 queue INFO >>3 [294] -2015-03-12 01:50:05 sendUrl INFO 3 [294] R:OK -2015-03-12 01:50:55 queue INFO >>3 [295] -2015-03-12 01:50:55 sendUrl INFO 3 [295] R:OK -2015-03-12 01:51:45 queue INFO >>3 [296] -2015-03-12 01:51:45 sendUrl INFO 3 [296] R:OK -2015-03-12 01:52:35 queue INFO >>3 [297] -2015-03-12 01:52:35 sendUrl INFO 3 [297] R:OK -2015-03-12 01:53:25 queue INFO >>3 [298] -2015-03-12 01:53:26 sendUrl INFO 3 [298] R:OK -2015-03-12 01:54:15 queue INFO >>3 [299] -2015-03-12 01:54:16 sendUrl INFO 3 [299] R:OK -2015-03-12 01:55:06 queue INFO >>3 [300] -2015-03-12 01:55:06 sendUrl INFO 3 [300] R:OK -2015-03-12 01:55:56 queue INFO >>3 [301] -2015-03-12 01:55:56 sendUrl INFO 3 [301] R:OK -2015-03-12 01:56:37 queue INFO 7 [302] -2015-03-12 01:56:37 queue INFO >7 [303] -2015-03-12 01:56:37 sendUrl INFO 7 [302] R:OK -2015-03-12 01:56:38 sendUrl INFO 7 [303] R:OK -2015-03-12 01:56:38 queue INFO 3 [304] -2015-03-12 01:56:39 sendUrl INFO 3 [304] R:OK -2015-03-12 01:56:39 queue INFO >3 [305] -2015-03-12 01:56:39 sendUrl INFO 3 [305] R:OK -2015-03-12 01:57:29 queue INFO >>3 [306] -2015-03-12 01:57:29 sendUrl INFO 3 [306] R:OK -2015-03-12 01:58:19 queue INFO >>3 [307] -2015-03-12 01:58:19 sendUrl INFO 3 [307] R:OK -2015-03-12 01:59:09 queue INFO >>3 [308] -2015-03-12 01:59:09 sendUrl INFO 3 [308] R:OK -2015-03-12 01:59:59 queue INFO >>3 [309] -2015-03-12 01:59:59 sendUrl INFO 3 [309] R:OK -2015-03-12 02:00:49 queue INFO >>3 [310] -2015-03-12 02:00:50 sendUrl INFO 3 [310] R:OK -2015-03-12 02:01:39 queue INFO >>3 [311] -2015-03-12 02:01:40 sendUrl INFO 3 [311] R:OK -2015-03-12 02:02:29 queue INFO >>3 [312] -2015-03-12 02:02:30 sendUrl INFO 3 [312] R:OK -2015-03-12 02:03:20 queue INFO >>3 [313] -2015-03-12 02:03:20 sendUrl INFO 3 [313] R:OK -2015-03-12 02:04:10 queue INFO >>3 [314] -2015-03-12 02:04:10 sendUrl INFO 3 [314] R:OK -2015-03-12 02:05:00 queue INFO >>3 [315] -2015-03-12 02:05:00 sendUrl INFO 3 [315] R:OK -2015-03-12 02:05:41 queue INFO 7 [316] -2015-03-12 02:05:41 queue INFO >7 [317] -2015-03-12 02:05:42 sendUrl INFO 7 [316] R:OK -2015-03-12 02:05:42 sendUrl INFO 7 [317] R:OK -2015-03-12 02:05:43 queue INFO 3 [318] -2015-03-12 02:05:43 queue INFO >3 [319] -2015-03-12 02:05:43 sendUrl INFO 3 [318] R:OK -2015-03-12 02:05:44 sendUrl INFO 3 [319] R:OK -2015-03-12 02:06:33 queue INFO >>3 [320] -2015-03-12 02:06:33 sendUrl INFO 3 [320] R:OK -2015-03-12 02:07:23 queue INFO >>3 [321] -2015-03-12 02:07:23 sendUrl INFO 3 [321] R:OK -2015-03-12 02:08:13 queue INFO >>3 [322] -2015-03-12 02:08:14 sendUrl INFO 3 [322] R:OK -2015-03-12 02:09:03 queue INFO >>3 [323] -2015-03-12 02:09:03 sendUrl INFO 3 [323] R:OK -2015-03-12 02:09:53 queue INFO >>3 [324] -2015-03-12 02:09:54 sendUrl INFO 3 [324] R:OK -2015-03-12 02:10:44 queue INFO >>3 [325] -2015-03-12 02:10:44 sendUrl INFO 3 [325] R:OK -2015-03-12 02:11:34 queue INFO >>3 [326] -2015-03-12 02:11:34 sendUrl INFO 3 [326] R:OK -2015-03-12 02:12:24 queue INFO >>3 [327] -2015-03-12 02:12:24 sendUrl INFO 3 [327] R:OK -2015-03-12 02:13:14 queue INFO >>3 [328] -2015-03-12 02:13:14 sendUrl INFO 3 [328] R:OK -2015-03-12 02:14:04 queue INFO >>3 [329] -2015-03-12 02:14:04 sendUrl INFO 3 [329] R:OK -2015-03-12 02:14:46 queue INFO 7 [330] -2015-03-12 02:14:47 queue INFO >7 [331] -2015-03-12 02:14:47 sendUrl INFO 7 [330] R:OK -2015-03-12 02:14:47 sendUrl INFO 7 [331] R:OK -2015-03-12 02:14:48 queue INFO 3 [332] -2015-03-12 02:14:48 queue INFO >3 [333] -2015-03-12 02:14:48 sendUrl INFO 3 [332] R:OK -2015-03-12 02:14:49 sendUrl INFO 3 [333] R:OK -2015-03-12 02:15:38 queue INFO >>3 [334] -2015-03-12 02:15:39 sendUrl INFO 3 [334] R:OK -2015-03-12 02:16:28 queue INFO >>3 [335] -2015-03-12 02:16:28 sendUrl INFO 3 [335] R:OK -2015-03-12 02:17:18 queue INFO >>3 [336] -2015-03-12 02:17:19 sendUrl INFO 3 [336] R:OK -2015-03-12 02:18:09 queue INFO >>3 [337] -2015-03-12 02:18:09 sendUrl INFO 3 [337] R:OK -2015-03-12 02:18:59 queue INFO >>3 [338] -2015-03-12 02:18:59 sendUrl INFO 3 [338] R:OK -2015-03-12 02:19:49 queue INFO >>3 [339] -2015-03-12 02:19:49 sendUrl INFO 3 [339] R:OK -2015-03-12 02:20:39 queue INFO >>3 [340] -2015-03-12 02:20:39 sendUrl INFO 3 [340] R:OK -2015-03-12 02:21:29 queue INFO >>3 [341] -2015-03-12 02:21:29 sendUrl INFO 3 [341] R:OK -2015-03-12 02:22:19 queue INFO >>3 [342] -2015-03-12 02:22:20 sendUrl INFO 3 [342] R:OK -2015-03-12 02:23:09 queue INFO >>3 [343] -2015-03-12 02:23:10 sendUrl INFO 3 [343] R:OK -2015-03-12 02:23:51 queue INFO 7 [344] -2015-03-12 02:23:51 queue INFO >7 [345] -2015-03-12 02:23:51 sendUrl INFO 7 [344] R:OK -2015-03-12 02:23:52 sendUrl INFO 7 [345] R:OK -2015-03-12 02:23:52 queue INFO 3 [346] -2015-03-12 02:23:53 queue INFO >3 [347] -2015-03-12 02:23:53 sendUrl INFO 3 [346] R:OK -2015-03-12 02:23:53 sendUrl INFO 3 [347] R:OK -2015-03-12 02:24:43 queue INFO >>3 [348] -2015-03-12 02:24:43 sendUrl INFO 3 [348] R:OK -2015-03-12 02:25:33 queue INFO >>3 [349] -2015-03-12 02:25:33 sendUrl INFO 3 [349] R:OK -2015-03-12 02:26:23 queue INFO >>3 [350] -2015-03-12 02:26:23 sendUrl INFO 3 [350] R:OK -2015-03-12 02:27:13 queue INFO >>3 [351] -2015-03-12 02:27:13 sendUrl INFO 3 [351] R:OK -2015-03-12 02:28:03 queue INFO >>3 [352] -2015-03-12 02:28:04 sendUrl INFO 3 [352] R:OK -2015-03-12 02:28:53 queue INFO >>3 [353] -2015-03-12 02:28:54 sendUrl INFO 3 [353] R:OK -2015-03-12 02:29:43 queue INFO >>3 [354] -2015-03-12 02:29:44 sendUrl INFO 3 [354] R:OK -2015-03-12 02:30:34 queue INFO >>3 [355] -2015-03-12 02:30:34 sendUrl INFO 3 [355] R:OK -2015-03-12 02:31:24 queue INFO >>3 [356] -2015-03-12 02:31:24 sendUrl INFO 3 [356] R:OK -2015-03-12 02:32:14 queue INFO >>3 [357] -2015-03-12 02:32:14 sendUrl INFO 3 [357] R:OK -2015-03-12 02:32:55 queue INFO 7 [358] -2015-03-12 02:32:55 queue INFO >7 [359] -2015-03-12 02:32:55 sendUrl INFO 7 [358] R:OK -2015-03-12 02:32:56 sendUrl INFO 7 [359] R:OK -2015-03-12 02:32:57 queue INFO 3 [360] -2015-03-12 02:32:57 sendUrl INFO 3 [360] R:OK -2015-03-12 02:32:57 queue INFO >3 [361] -2015-03-12 02:32:57 sendUrl INFO 3 [361] R:OK -2015-03-12 02:33:47 queue INFO >>3 [362] -2015-03-12 02:33:47 sendUrl INFO 3 [362] R:OK -2015-03-12 02:34:37 queue INFO >>3 [363] -2015-03-12 02:34:38 sendUrl INFO 3 [363] R:OK -2015-03-12 02:35:27 queue INFO >>3 [364] -2015-03-12 02:35:27 sendUrl INFO 3 [364] R:OK -2015-03-12 02:36:17 queue INFO >>3 [365] -2015-03-12 02:36:18 sendUrl INFO 3 [365] R:OK -2015-03-12 02:37:08 queue INFO >>3 [366] -2015-03-12 02:37:08 sendUrl INFO 3 [366] R:OK -2015-03-12 02:37:58 queue INFO >>3 [367] -2015-03-12 02:37:58 sendUrl INFO 3 [367] R:OK -2015-03-12 02:38:48 queue INFO >>3 [368] -2015-03-12 02:38:48 sendUrl INFO 3 [368] R:OK -2015-03-12 02:39:38 queue INFO >>3 [369] -2015-03-12 02:39:38 sendUrl INFO 3 [369] R:OK -2015-03-12 02:40:28 queue INFO >>3 [370] -2015-03-12 02:40:28 sendUrl INFO 3 [370] R:OK -2015-03-12 02:41:18 queue INFO >>3 [371] -2015-03-12 02:41:19 sendUrl INFO 3 [371] R:OK -2015-03-12 02:42:00 queue INFO 7 [372] -2015-03-12 02:42:00 sendUrl INFO 7 [372] R:OK -2015-03-12 02:42:00 queue INFO >7 [373] -2015-03-12 02:42:00 sendUrl INFO 7 [373] R:OK -2015-03-12 02:42:01 queue INFO 3 [374] -2015-03-12 02:42:01 queue INFO >3 [375] -2015-03-12 02:42:02 sendUrl INFO 3 [374] R:OK -2015-03-12 02:42:02 sendUrl INFO 3 [375] R:OK -2015-03-12 02:42:51 queue INFO >>3 [376] -2015-03-12 02:42:51 sendUrl INFO 3 [376] R:OK -2015-03-12 02:43:41 queue INFO >>3 [377] -2015-03-12 02:43:42 sendUrl INFO 3 [377] R:OK -2015-03-12 02:44:32 queue INFO >>3 [378] -2015-03-12 02:44:32 sendUrl INFO 3 [378] R:OK -2015-03-12 02:45:22 queue INFO >>3 [379] -2015-03-12 02:45:22 sendUrl INFO 3 [379] R:OK -2015-03-12 02:46:12 queue INFO >>3 [380] -2015-03-12 02:46:12 sendUrl INFO 3 [380] R:OK -2015-03-12 02:47:02 queue INFO >>3 [381] -2015-03-12 02:47:03 sendUrl INFO 3 [381] R:OK -2015-03-12 02:47:52 queue INFO >>3 [382] -2015-03-12 02:47:52 sendUrl INFO 3 [382] R:OK -2015-03-12 02:48:42 queue INFO >>3 [383] -2015-03-12 02:48:43 sendUrl INFO 3 [383] R:OK -2015-03-12 02:49:32 queue INFO >>3 [384] -2015-03-12 02:49:33 sendUrl INFO 3 [384] R:OK -2015-03-12 02:50:23 queue INFO >>3 [385] -2015-03-12 02:50:23 sendUrl INFO 3 [385] R:OK -2015-03-12 02:51:04 queue INFO 7 [386] -2015-03-12 02:51:04 queue INFO >7 [387] -2015-03-12 02:51:04 sendUrl INFO 7 [386] R:OK -2015-03-12 02:51:05 sendUrl INFO 7 [387] R:OK -2015-03-12 02:51:05 queue INFO 3 [388] -2015-03-12 02:51:06 queue INFO >3 [389] -2015-03-12 02:51:06 sendUrl INFO 3 [388] R:OK -2015-03-12 02:51:06 sendUrl INFO 3 [389] R:OK -2015-03-12 02:51:56 queue INFO >>3 [390] -2015-03-12 02:51:56 sendUrl INFO 3 [390] R:OK -2015-03-12 02:52:46 queue INFO >>3 [391] -2015-03-12 02:52:46 sendUrl INFO 3 [391] R:OK -2015-03-12 02:53:36 queue INFO >>3 [392] -2015-03-12 02:53:36 sendUrl INFO 3 [392] R:OK -2015-03-12 02:54:26 queue INFO >>3 [393] -2015-03-12 02:54:27 sendUrl INFO 3 [393] R:OK -2015-03-12 02:55:16 queue INFO >>3 [394] -2015-03-12 02:55:16 sendUrl INFO 3 [394] R:OK -2015-03-12 02:56:06 queue INFO >>3 [395] -2015-03-12 02:56:07 sendUrl INFO 3 [395] R:OK -2015-03-12 02:56:56 queue INFO >>3 [396] -2015-03-12 02:56:57 sendUrl INFO 3 [396] R:OK -2015-03-12 02:57:47 queue INFO >>3 [397] -2015-03-12 02:57:47 sendUrl INFO 3 [397] R:OK -2015-03-12 02:58:37 queue INFO >>3 [398] -2015-03-12 02:58:37 sendUrl INFO 3 [398] R:OK -2015-03-12 02:59:27 queue INFO >>3 [399] -2015-03-12 02:59:27 sendUrl INFO 3 [399] R:OK -2015-03-12 03:00:08 queue INFO 7 [400] -2015-03-12 03:00:08 queue INFO >7 [401] -2015-03-12 03:00:08 sendUrl INFO 7 [400] R:OK -2015-03-12 03:00:09 sendUrl INFO 7 [401] R:OK -2015-03-12 03:00:10 queue INFO 3 [402] -2015-03-12 03:00:10 sendUrl INFO 3 [402] R:OK -2015-03-12 03:00:10 queue INFO >3 [403] -2015-03-12 03:00:10 sendUrl INFO 3 [403] R:OK -2015-03-12 03:01:00 queue INFO >>3 [404] -2015-03-12 03:01:00 sendUrl INFO 3 [404] R:OK -2015-03-12 03:01:50 queue INFO >>3 [405] -2015-03-12 03:01:51 sendUrl INFO 3 [405] R:OK -2015-03-12 03:02:40 queue INFO >>3 [406] -2015-03-12 03:02:40 sendUrl INFO 3 [406] R:OK -2015-03-12 03:03:30 queue INFO >>3 [407] -2015-03-12 03:03:31 sendUrl INFO 3 [407] R:OK -2015-03-12 03:04:20 queue INFO >>3 [408] -2015-03-12 03:04:21 sendUrl INFO 3 [408] R:OK -2015-03-12 03:05:11 queue INFO >>3 [409] -2015-03-12 03:05:11 sendUrl INFO 3 [409] R:OK -2015-03-12 03:06:01 queue INFO >>3 [410] -2015-03-12 03:06:01 sendUrl INFO 3 [410] R:OK -2015-03-12 03:06:51 queue INFO >>3 [411] -2015-03-12 03:06:51 sendUrl INFO 3 [411] R:OK -2015-03-12 03:07:41 queue INFO >>3 [412] -2015-03-12 03:07:41 sendUrl INFO 3 [412] R:OK -2015-03-12 03:08:31 queue INFO >>3 [413] -2015-03-12 03:08:32 sendUrl INFO 3 [413] R:OK -2015-03-12 03:09:13 queue INFO 7 [414] -2015-03-12 03:09:13 queue INFO >7 [415] -2015-03-12 03:09:14 sendUrl INFO 7 [414] R:OK -2015-03-12 03:09:14 sendUrl INFO 7 [415] R:OK -2015-03-12 03:09:15 queue INFO 3 [416] -2015-03-12 03:09:15 queue INFO >3 [417] -2015-03-12 03:09:15 sendUrl INFO 3 [416] R:OK -2015-03-12 03:09:15 sendUrl INFO 3 [417] R:OK -2015-03-12 03:10:05 queue INFO >>3 [418] -2015-03-12 03:10:05 sendUrl INFO 3 [418] R:OK -2015-03-12 03:10:55 queue INFO >>3 [419] -2015-03-12 03:10:55 sendUrl INFO 3 [419] R:OK -2015-03-12 03:11:45 queue INFO >>3 [420] -2015-03-12 03:11:45 sendUrl INFO 3 [420] R:OK -2015-03-12 03:12:35 queue INFO >>3 [421] -2015-03-12 03:12:35 sendUrl INFO 3 [421] R:OK -2015-03-12 03:13:25 queue INFO >>3 [422] -2015-03-12 03:13:26 sendUrl INFO 3 [422] R:OK -2015-03-12 03:14:15 queue INFO >>3 [423] -2015-03-12 03:14:16 sendUrl INFO 3 [423] R:OK -2015-03-12 03:15:06 queue INFO >>3 [424] -2015-03-12 03:15:06 sendUrl INFO 3 [424] R:OK -2015-03-12 03:15:56 queue INFO >>3 [425] -2015-03-12 03:15:56 sendUrl INFO 3 [425] R:OK -2015-03-12 03:16:46 queue INFO >>3 [426] -2015-03-12 03:16:46 sendUrl INFO 3 [426] R:OK -2015-03-12 03:17:36 queue INFO >>3 [427] -2015-03-12 03:17:36 sendUrl INFO 3 [427] R:OK -2015-03-12 03:18:18 queue INFO 7 [428] -2015-03-12 03:18:18 queue INFO >7 [429] -2015-03-12 03:18:18 sendUrl INFO 7 [428] R:OK -2015-03-12 03:18:19 sendUrl INFO 7 [429] R:OK -2015-03-12 03:18:19 queue INFO 3 [430] -2015-03-12 03:18:20 queue INFO >3 [431] -2015-03-12 03:18:20 sendUrl INFO 3 [430] R:OK -2015-03-12 03:18:20 sendUrl INFO 3 [431] R:OK -2015-03-12 03:19:10 queue INFO >>3 [432] -2015-03-12 03:19:10 sendUrl INFO 3 [432] R:OK -2015-03-12 03:20:00 queue INFO >>3 [433] -2015-03-12 03:20:00 sendUrl INFO 3 [433] R:OK -2015-03-12 03:20:50 queue INFO >>3 [434] -2015-03-12 03:20:50 sendUrl INFO 3 [434] R:OK -2015-03-12 03:21:40 queue INFO >>3 [435] -2015-03-12 03:21:40 sendUrl INFO 3 [435] R:OK -2015-03-12 03:22:30 queue INFO >>3 [436] -2015-03-12 03:22:30 sendUrl INFO 3 [436] R:OK -2015-03-12 03:23:20 queue INFO >>3 [437] -2015-03-12 03:23:21 sendUrl INFO 3 [437] R:OK -2015-03-12 03:24:10 queue INFO >>3 [438] -2015-03-12 03:24:11 sendUrl INFO 3 [438] R:OK -2015-03-12 03:25:01 queue INFO >>3 [439] -2015-03-12 03:25:01 sendUrl INFO 3 [439] R:OK -2015-03-12 03:25:51 queue INFO >>3 [440] -2015-03-12 03:25:51 sendUrl INFO 3 [440] R:OK -2015-03-12 03:26:41 queue INFO >>3 [441] -2015-03-12 03:26:41 sendUrl INFO 3 [441] R:OK -2015-03-12 03:27:22 queue INFO 7 [442] -2015-03-12 03:27:22 queue INFO >7 [443] -2015-03-12 03:27:23 sendUrl INFO 7 [442] R:OK -2015-03-12 03:27:23 sendUrl INFO 7 [443] R:OK -2015-03-12 03:27:24 queue INFO 3 [444] -2015-03-12 03:27:24 queue INFO >3 [445] -2015-03-12 03:27:24 sendUrl INFO 3 [444] R:OK -2015-03-12 03:27:25 sendUrl INFO 3 [445] R:OK -2015-03-12 03:28:14 queue INFO >>3 [446] -2015-03-12 03:28:14 sendUrl INFO 3 [446] R:OK -2015-03-12 03:29:04 queue INFO >>3 [447] -2015-03-12 03:29:04 sendUrl INFO 3 [447] R:OK -2015-03-12 03:29:54 queue INFO >>3 [448] -2015-03-12 03:29:55 sendUrl INFO 3 [448] R:OK -2015-03-12 03:30:44 queue INFO >>3 [449] -2015-03-12 03:30:45 sendUrl INFO 3 [449] R:OK -2015-03-12 03:31:34 queue INFO >>3 [450] -2015-03-12 03:31:35 sendUrl INFO 3 [450] R:OK -2015-03-12 03:32:25 queue INFO >>3 [451] -2015-03-12 03:32:25 sendUrl INFO 3 [451] R:OK -2015-03-12 03:33:15 queue INFO >>3 [452] -2015-03-12 03:33:15 sendUrl INFO 3 [452] R:OK -2015-03-12 03:34:05 queue INFO >>3 [453] -2015-03-12 03:34:05 sendUrl INFO 3 [453] R:OK -2015-03-12 03:34:55 queue INFO >>3 [454] -2015-03-12 03:34:55 sendUrl INFO 3 [454] R:OK -2015-03-12 03:35:45 queue INFO >>3 [455] -2015-03-12 03:35:46 sendUrl INFO 3 [455] R:OK -2015-03-12 03:36:27 queue INFO 7 [456] -2015-03-12 03:36:27 queue INFO >7 [457] -2015-03-12 03:36:27 sendUrl INFO 7 [456] R:OK -2015-03-12 03:36:27 sendUrl INFO 7 [457] R:OK -2015-03-12 03:36:28 queue INFO 3 [458] -2015-03-12 03:36:28 queue INFO >3 [459] -2015-03-12 03:36:28 sendUrl INFO 3 [458] R:OK -2015-03-12 03:36:29 sendUrl INFO 3 [459] R:OK -2015-03-12 03:37:18 queue INFO >>3 [460] -2015-03-12 03:37:19 sendUrl INFO 3 [460] R:OK -2015-03-12 03:38:08 queue INFO >>3 [461] -2015-03-12 03:38:09 sendUrl INFO 3 [461] R:OK -2015-03-12 03:38:59 queue INFO >>3 [462] -2015-03-12 03:38:59 sendUrl INFO 3 [462] R:OK -2015-03-12 03:39:49 queue INFO >>3 [463] -2015-03-12 03:39:49 sendUrl INFO 3 [463] R:OK -2015-03-12 03:40:39 queue INFO >>3 [464] -2015-03-12 03:40:39 sendUrl INFO 3 [464] R:OK -2015-03-12 03:41:29 queue INFO >>3 [465] -2015-03-12 03:41:29 sendUrl INFO 3 [465] R:OK -2015-03-12 03:42:19 queue INFO >>3 [466] -2015-03-12 03:42:20 sendUrl INFO 3 [466] R:OK -2015-03-12 03:43:09 queue INFO >>3 [467] -2015-03-12 03:43:10 sendUrl INFO 3 [467] R:OK -2015-03-12 03:43:59 queue INFO >>3 [468] -2015-03-12 03:44:00 sendUrl INFO 3 [468] R:OK -2015-03-12 03:44:50 queue INFO >>3 [469] -2015-03-12 03:44:50 sendUrl INFO 3 [469] R:OK -2015-03-12 03:45:31 queue INFO 7 [470] -2015-03-12 03:45:31 queue INFO >7 [471] -2015-03-12 03:45:31 sendUrl INFO 7 [470] R:OK -2015-03-12 03:45:31 sendUrl INFO 7 [471] R:OK -2015-03-12 03:45:32 queue INFO 3 [472] -2015-03-12 03:45:33 sendUrl INFO 3 [472] R:OK -2015-03-12 03:45:33 queue INFO >3 [473] -2015-03-12 03:45:33 sendUrl INFO 3 [473] R:OK -2015-03-12 03:46:23 queue INFO >>3 [474] -2015-03-12 03:46:23 sendUrl INFO 3 [474] R:OK -2015-03-12 03:47:13 queue INFO >>3 [475] -2015-03-12 03:47:13 sendUrl INFO 3 [475] R:OK -2015-03-12 03:48:03 queue INFO >>3 [476] -2015-03-12 03:48:03 sendUrl INFO 3 [476] R:OK -2015-03-12 03:48:53 queue INFO >>3 [477] -2015-03-12 03:48:53 sendUrl INFO 3 [477] R:OK -2015-03-12 03:49:43 queue INFO >>3 [478] -2015-03-12 03:49:44 sendUrl INFO 3 [478] R:OK -2015-03-12 03:50:33 queue INFO >>3 [479] -2015-03-12 03:50:33 sendUrl INFO 3 [479] R:OK -2015-03-12 03:51:23 queue INFO >>3 [480] -2015-03-12 03:51:24 sendUrl INFO 3 [480] R:OK -2015-03-12 03:52:14 queue INFO >>3 [481] -2015-03-12 03:52:14 sendUrl INFO 3 [481] R:OK -2015-03-12 03:53:04 queue INFO >>3 [482] -2015-03-12 03:53:04 sendUrl INFO 3 [482] R:OK -2015-03-12 03:53:54 queue INFO >>3 [483] -2015-03-12 03:53:54 sendUrl INFO 3 [483] R:OK -2015-03-12 03:54:02 queue INFO 19 [484] -2015-03-12 03:54:03 queue INFO >19 [485] -2015-03-12 03:54:03 sendUrl INFO 19 [484] R:OK -2015-03-12 03:54:03 sendUrl INFO 19 [485] R:OK -2015-03-12 03:54:52 queue INFO >>19 [486] -2015-03-12 03:54:53 sendUrl INFO 19 [486] R:OK -2015-03-12 03:55:43 queue INFO >>19 [487] -2015-03-12 03:55:43 sendUrl INFO 19 [487] R:OK -2015-03-12 03:56:33 queue INFO >>19 [488] -2015-03-12 03:56:33 sendUrl INFO 19 [488] R:OK -2015-03-12 03:57:23 queue INFO >>19 [489] -2015-03-12 03:57:23 sendUrl INFO 19 [489] R:OK -2015-03-12 03:58:13 queue INFO >>19 [490] -2015-03-12 03:58:13 sendUrl INFO 19 [490] R:OK -2015-03-12 03:59:03 queue INFO >>19 [491] -2015-03-12 03:59:03 sendUrl INFO 19 [491] R:OK -2015-03-12 03:59:53 queue INFO >>19 [492] -2015-03-12 03:59:54 sendUrl INFO 19 [492] R:OK -2015-03-12 04:00:43 queue INFO >>19 [493] -2015-03-12 04:00:44 sendUrl INFO 19 [493] R:OK -2015-03-12 04:01:34 queue INFO >>19 [494] -2015-03-12 04:01:34 sendUrl INFO 19 [494] R:OK -2015-03-12 04:02:24 queue INFO >>19 [495] -2015-03-12 04:02:24 sendUrl INFO 19 [495] R:OK -2015-03-12 04:03:14 queue INFO >>19 [496] -2015-03-12 04:03:14 sendUrl INFO 19 [496] R:OK -2015-03-12 04:04:04 queue INFO >>19 [497] -2015-03-12 04:04:04 sendUrl INFO 19 [497] R:OK -2015-03-12 04:04:54 queue INFO >>19 [498] -2015-03-12 04:04:55 sendUrl INFO 19 [498] R:OK -2015-03-12 04:05:44 queue INFO >>19 [499] -2015-03-12 04:05:45 sendUrl INFO 19 [499] R:OK -2015-03-12 04:06:34 queue INFO >>19 [500] -2015-03-12 04:06:35 sendUrl INFO 19 [500] R:OK -2015-03-12 04:07:25 queue INFO >>19 [501] -2015-03-12 04:07:25 sendUrl INFO 19 [501] R:OK -2015-03-12 04:07:41 queue INFO 39 [502] -2015-03-12 04:07:41 queue INFO >39 [503] -2015-03-12 04:07:41 sendUrl INFO 39 [502] R:OK -2015-03-12 04:07:42 sendUrl INFO 39 [503] R:OK -2015-03-12 04:08:31 queue INFO >>39 [504] -2015-03-12 04:08:32 sendUrl INFO 39 [504] R:OK -2015-03-12 04:09:21 queue INFO >>39 [505] -2015-03-12 04:09:21 sendUrl INFO 39 [505] R:OK -2015-03-12 04:10:12 queue INFO >>39 [506] -2015-03-12 04:10:12 sendUrl INFO 39 [506] R:OK -2015-03-12 04:10:41 queue INFO 21 [507] -2015-03-12 04:10:41 queue INFO >21 [508] -2015-03-12 04:10:41 sendUrl INFO 21 [507] R:OK -2015-03-12 04:10:42 sendUrl INFO 21 [508] R:OK -2015-03-12 04:11:31 queue INFO >>21 [509] -2015-03-12 04:11:31 sendUrl INFO 21 [509] R:OK -2015-03-12 04:12:21 queue INFO >>21 [510] -2015-03-12 04:12:22 sendUrl INFO 21 [510] R:OK -2015-03-12 04:12:51 queue INFO 1 [511] -2015-03-12 04:12:51 queue INFO >1 [512] -2015-03-12 04:12:51 sendUrl INFO 1 [511] R:OK -2015-03-12 04:12:51 sendUrl INFO 1 [512] R:OK -2015-03-12 04:13:16 queue INFO 5 [513] -2015-03-12 04:13:16 queue INFO >5 [514] -2015-03-12 04:13:17 sendUrl INFO 5 [513] R:OK -2015-03-12 04:13:17 sendUrl INFO 5 [514] R:OK -2015-03-12 04:13:18 queue INFO 1 [515] -2015-03-12 04:13:18 queue INFO >1 [516] -2015-03-12 04:13:18 sendUrl INFO 1 [515] R:OK -2015-03-12 04:13:19 sendUrl INFO 1 [516] R:OK -2015-03-12 04:13:21 queue INFO 21 [517] -2015-03-12 04:13:21 sendUrl INFO 21 [517] R:OK -2015-03-12 04:13:21 queue INFO >21 [518] -2015-03-12 04:13:22 sendUrl INFO 21 [518] R:OK -2015-03-12 04:13:44 queue INFO 1 [519] -2015-03-12 04:13:44 queue INFO >1 [520] -2015-03-12 04:13:44 sendUrl INFO 1 [519] R:OK -2015-03-12 04:13:45 sendUrl INFO 1 [520] R:OK -2015-03-12 04:14:31 queue INFO 3 [521] -2015-03-12 04:14:31 queue INFO >3 [522] -2015-03-12 04:14:31 sendUrl INFO 3 [521] R:OK -2015-03-12 04:14:32 sendUrl INFO 3 [522] R:OK -2015-03-12 04:15:21 queue INFO >>3 [523] -2015-03-12 04:15:21 sendUrl INFO 3 [523] R:OK -2015-03-12 04:16:11 queue INFO >>3 [524] -2015-03-12 04:16:11 sendUrl INFO 3 [524] R:OK -2015-03-12 04:17:01 queue INFO >>3 [525] -2015-03-12 04:17:02 sendUrl INFO 3 [525] R:OK -2015-03-12 04:17:51 queue INFO >>3 [526] -2015-03-12 04:17:51 sendUrl INFO 3 [526] R:OK -2015-03-12 04:18:41 queue INFO >>3 [527] -2015-03-12 04:18:42 sendUrl INFO 3 [527] R:OK -2015-03-12 04:19:31 queue INFO >>3 [528] -2015-03-12 04:19:32 sendUrl INFO 3 [528] R:OK -2015-03-12 04:20:22 queue INFO >>3 [529] -2015-03-12 04:20:22 sendUrl INFO 3 [529] R:OK -2015-03-12 04:21:12 queue INFO >>3 [530] -2015-03-12 04:21:12 sendUrl INFO 3 [530] R:OK -2015-03-12 04:22:02 queue INFO >>3 [531] -2015-03-12 04:22:02 sendUrl INFO 3 [531] R:OK -2015-03-12 04:22:21 queue INFO 7 [532] -2015-03-12 04:22:21 queue INFO >7 [533] -2015-03-12 04:22:22 sendUrl INFO 7 [532] R:OK -2015-03-12 04:22:22 sendUrl INFO 7 [533] R:OK -2015-03-12 04:22:23 queue INFO 3 [534] -2015-03-12 04:22:23 queue INFO >3 [535] -2015-03-12 04:22:23 sendUrl INFO 3 [534] R:OK -2015-03-12 04:22:24 sendUrl INFO 3 [535] R:OK -2015-03-12 04:23:13 queue INFO >>3 [536] -2015-03-12 04:23:13 sendUrl INFO 3 [536] R:OK -2015-03-12 04:24:03 queue INFO >>3 [537] -2015-03-12 04:24:03 sendUrl INFO 3 [537] R:OK -2015-03-12 04:24:53 queue INFO >>3 [538] -2015-03-12 04:24:54 sendUrl INFO 3 [538] R:OK -2015-03-12 04:25:43 queue INFO >>3 [539] -2015-03-12 04:25:43 sendUrl INFO 3 [539] R:OK -2015-03-12 04:26:34 queue INFO >>3 [540] -2015-03-12 04:26:34 sendUrl INFO 3 [540] R:OK -2015-03-12 04:27:24 queue INFO >>3 [541] -2015-03-12 04:27:24 sendUrl INFO 3 [541] R:OK -2015-03-12 04:28:14 queue INFO >>3 [542] -2015-03-12 04:28:14 sendUrl INFO 3 [542] R:OK -2015-03-12 04:29:04 queue INFO >>3 [543] -2015-03-12 04:29:04 sendUrl INFO 3 [543] R:OK -2015-03-12 04:29:54 queue INFO >>3 [544] -2015-03-12 04:29:55 sendUrl INFO 3 [544] R:OK -2015-03-12 04:30:44 queue INFO >>3 [545] -2015-03-12 04:30:44 sendUrl INFO 3 [545] R:OK -2015-03-12 04:31:26 queue INFO 7 [546] -2015-03-12 04:31:26 queue INFO >7 [547] -2015-03-12 04:31:26 sendUrl INFO 7 [546] R:OK -2015-03-12 04:31:27 sendUrl INFO 7 [547] R:OK -2015-03-12 04:31:27 queue INFO 3 [548] -2015-03-12 04:31:28 queue INFO >3 [549] -2015-03-12 04:31:28 sendUrl INFO 3 [548] R:OK -2015-03-12 04:31:28 sendUrl INFO 3 [549] R:OK -2015-03-12 04:32:18 queue INFO >>3 [550] -2015-03-12 04:32:18 sendUrl INFO 3 [550] R:OK -2015-03-12 04:33:08 queue INFO >>3 [551] -2015-03-12 04:33:08 sendUrl INFO 3 [551] R:OK -2015-03-12 04:33:58 queue INFO >>3 [552] -2015-03-12 04:33:58 sendUrl INFO 3 [552] R:OK -2015-03-12 04:34:48 queue INFO >>3 [553] -2015-03-12 04:34:48 sendUrl INFO 3 [553] R:OK -2015-03-12 04:35:38 queue INFO >>3 [554] -2015-03-12 04:35:38 sendUrl INFO 3 [554] R:OK -2015-03-12 04:36:28 queue INFO >>3 [555] -2015-03-12 04:36:29 sendUrl INFO 3 [555] R:OK -2015-03-12 04:37:18 queue INFO >>3 [556] -2015-03-12 04:37:19 sendUrl INFO 3 [556] R:OK -2015-03-12 04:38:09 queue INFO >>3 [557] -2015-03-12 04:38:09 sendUrl INFO 3 [557] R:OK -2015-03-12 04:38:59 queue INFO >>3 [558] -2015-03-12 04:38:59 sendUrl INFO 3 [558] R:OK -2015-03-12 04:39:49 queue INFO >>3 [559] -2015-03-12 04:39:49 sendUrl INFO 3 [559] R:OK -2015-03-12 04:40:30 queue INFO 7 [560] -2015-03-12 04:40:30 queue INFO >7 [561] -2015-03-12 04:40:30 sendUrl INFO 7 [560] R:OK -2015-03-12 04:40:31 sendUrl INFO 7 [561] R:OK -2015-03-12 04:40:32 queue INFO 3 [562] -2015-03-12 04:40:32 sendUrl INFO 3 [562] R:OK -2015-03-12 04:40:32 queue INFO >3 [563] -2015-03-12 04:40:32 sendUrl INFO 3 [563] R:OK -2015-03-12 04:41:22 queue INFO >>3 [564] -2015-03-12 04:41:22 sendUrl INFO 3 [564] R:OK -2015-03-12 04:42:12 queue INFO >>3 [565] -2015-03-12 04:42:13 sendUrl INFO 3 [565] R:OK -2015-03-12 04:43:02 queue INFO >>3 [566] -2015-03-12 04:43:02 sendUrl INFO 3 [566] R:OK -2015-03-12 04:43:52 queue INFO >>3 [567] -2015-03-12 04:43:53 sendUrl INFO 3 [567] R:OK -2015-03-12 04:44:42 queue INFO >>3 [568] -2015-03-12 04:44:43 sendUrl INFO 3 [568] R:OK -2015-03-12 04:45:33 queue INFO >>3 [569] -2015-03-12 04:45:33 sendUrl INFO 3 [569] R:OK -2015-03-12 04:46:23 queue INFO >>3 [570] -2015-03-12 04:46:23 sendUrl INFO 3 [570] R:OK -2015-03-12 04:47:13 queue INFO >>3 [571] -2015-03-12 04:47:13 sendUrl INFO 3 [571] R:OK -2015-03-12 04:48:03 queue INFO >>3 [572] -2015-03-12 04:48:03 sendUrl INFO 3 [572] R:OK -2015-03-12 04:48:53 queue INFO >>3 [573] -2015-03-12 04:48:54 sendUrl INFO 3 [573] R:OK -2015-03-12 04:49:35 queue INFO 7 [574] -2015-03-12 04:49:35 queue INFO >7 [575] -2015-03-12 04:49:35 sendUrl INFO 7 [574] R:OK -2015-03-12 04:49:36 sendUrl INFO 7 [575] R:OK -2015-03-12 04:49:36 queue INFO 3 [576] -2015-03-12 04:49:36 queue INFO >3 [577] -2015-03-12 04:49:37 sendUrl INFO 3 [576] R:OK -2015-03-12 04:49:37 sendUrl INFO 3 [577] R:OK -2015-03-12 04:50:26 queue INFO >>3 [578] -2015-03-12 04:50:27 sendUrl INFO 3 [578] R:OK -2015-03-12 04:51:16 queue INFO >>3 [579] -2015-03-12 04:51:17 sendUrl INFO 3 [579] R:OK -2015-03-12 04:52:07 queue INFO >>3 [580] -2015-03-12 04:52:07 sendUrl INFO 3 [580] R:OK -2015-03-12 04:52:57 queue INFO >>3 [581] -2015-03-12 04:52:57 sendUrl INFO 3 [581] R:OK -2015-03-12 04:53:47 queue INFO >>3 [582] -2015-03-12 04:53:47 sendUrl INFO 3 [582] R:OK -2015-03-12 04:54:37 queue INFO >>3 [583] -2015-03-12 04:54:37 sendUrl INFO 3 [583] R:OK -2015-03-12 04:55:27 queue INFO >>3 [584] -2015-03-12 04:55:27 sendUrl INFO 3 [584] R:OK -2015-03-12 04:56:17 queue INFO >>3 [585] -2015-03-12 04:56:18 sendUrl INFO 3 [585] R:OK -2015-03-12 04:57:07 queue INFO >>3 [586] -2015-03-12 04:57:08 sendUrl INFO 3 [586] R:OK -2015-03-12 04:57:57 queue INFO >>3 [587] -2015-03-12 04:57:58 sendUrl INFO 3 [587] R:OK -2015-03-12 04:58:39 queue INFO 7 [588] -2015-03-12 04:58:39 queue INFO >7 [589] -2015-03-12 04:58:39 sendUrl INFO 7 [588] R:OK -2015-03-12 04:58:40 sendUrl INFO 7 [589] R:OK -2015-03-12 04:58:40 queue INFO 3 [590] -2015-03-12 04:58:41 queue INFO >3 [591] -2015-03-12 04:58:41 sendUrl INFO 3 [590] R:OK -2015-03-12 04:58:41 sendUrl INFO 3 [591] R:OK -2015-03-12 04:59:31 queue INFO >>3 [592] -2015-03-12 04:59:31 sendUrl INFO 3 [592] R:OK -2015-03-12 05:00:21 queue INFO >>3 [593] -2015-03-12 05:00:21 sendUrl INFO 3 [593] R:OK -2015-03-12 05:01:11 queue INFO >>3 [594] -2015-03-12 05:01:11 sendUrl INFO 3 [594] R:OK -2015-03-12 05:02:01 queue INFO >>3 [595] -2015-03-12 05:02:01 sendUrl INFO 3 [595] R:OK -2015-03-12 05:02:51 queue INFO >>3 [596] -2015-03-12 05:02:51 sendUrl INFO 3 [596] R:OK -2015-03-12 05:03:41 queue INFO >>3 [597] -2015-03-12 05:03:42 sendUrl INFO 3 [597] R:OK -2015-03-12 05:04:31 queue INFO >>3 [598] -2015-03-12 05:04:32 sendUrl INFO 3 [598] R:OK -2015-03-12 05:05:22 queue INFO >>3 [599] -2015-03-12 05:05:22 sendUrl INFO 3 [599] R:OK -2015-03-12 05:06:12 queue INFO >>3 [600] -2015-03-12 05:06:12 sendUrl INFO 3 [600] R:OK -2015-03-12 05:07:02 queue INFO >>3 [601] -2015-03-12 05:07:02 sendUrl INFO 3 [601] R:OK -2015-03-12 05:07:43 queue INFO 7 [602] -2015-03-12 05:07:43 sendUrl INFO 7 [602] R:OK -2015-03-12 05:07:43 queue INFO >7 [603] -2015-03-12 05:07:44 sendUrl INFO 7 [603] R:OK -2015-03-12 05:07:45 queue INFO 3 [604] -2015-03-12 05:07:45 queue INFO >3 [605] -2015-03-12 05:07:45 sendUrl INFO 3 [604] R:OK -2015-03-12 05:07:46 sendUrl INFO 3 [605] R:OK -2015-03-12 05:08:35 queue INFO >>3 [606] -2015-03-12 05:08:35 sendUrl INFO 3 [606] R:OK -2015-03-12 05:09:25 queue INFO >>3 [607] -2015-03-12 05:09:25 sendUrl INFO 3 [607] R:OK -2015-03-12 05:10:15 queue INFO >>3 [608] -2015-03-12 05:10:15 sendUrl INFO 3 [608] R:OK -2015-03-12 05:11:05 queue INFO >>3 [609] -2015-03-12 05:11:06 sendUrl INFO 3 [609] R:OK -2015-03-12 05:11:55 queue INFO >>3 [610] -2015-03-12 05:11:56 sendUrl INFO 3 [610] R:OK -2015-03-12 05:12:46 queue INFO >>3 [611] -2015-03-12 05:12:46 sendUrl INFO 3 [611] R:OK -2015-03-12 05:13:36 queue INFO >>3 [612] -2015-03-12 05:13:36 sendUrl INFO 3 [612] R:OK -2015-03-12 05:14:26 queue INFO >>3 [613] -2015-03-12 05:14:26 sendUrl INFO 3 [613] R:OK -2015-03-12 05:15:16 queue INFO >>3 [614] -2015-03-12 05:15:16 sendUrl INFO 3 [614] R:OK -2015-03-12 05:16:06 queue INFO >>3 [615] -2015-03-12 05:16:07 sendUrl INFO 3 [615] R:OK -2015-03-12 05:16:48 queue INFO 7 [616] -2015-03-12 05:16:48 queue INFO >7 [617] -2015-03-12 05:16:48 sendUrl INFO 7 [616] R:OK -2015-03-12 05:16:49 sendUrl INFO 7 [617] R:OK -2015-03-12 05:16:50 queue INFO 3 [618] -2015-03-12 05:16:50 sendUrl INFO 3 [618] R:OK -2015-03-12 05:16:50 queue INFO >3 [619] -2015-03-12 05:16:50 sendUrl INFO 3 [619] R:OK -2015-03-12 05:17:40 queue INFO >>3 [620] -2015-03-12 05:17:40 sendUrl INFO 3 [620] R:OK -2015-03-12 05:18:30 queue INFO >>3 [621] -2015-03-12 05:18:31 sendUrl INFO 3 [621] R:OK -2015-03-12 05:19:20 queue INFO >>3 [622] -2015-03-12 05:19:20 sendUrl INFO 3 [622] R:OK -2015-03-12 05:20:10 queue INFO >>3 [623] -2015-03-12 05:20:11 sendUrl INFO 3 [623] R:OK -2015-03-12 05:21:01 queue INFO >>3 [624] -2015-03-12 05:21:01 sendUrl INFO 3 [624] R:OK -2015-03-12 05:21:51 queue INFO >>3 [625] -2015-03-12 05:21:51 sendUrl INFO 3 [625] R:OK -2015-03-12 05:22:41 queue INFO >>3 [626] -2015-03-12 05:22:41 sendUrl INFO 3 [626] R:OK -2015-03-12 05:23:31 queue INFO >>3 [627] -2015-03-12 05:23:32 sendUrl INFO 3 [627] R:OK -2015-03-12 05:24:21 queue INFO >>3 [628] -2015-03-12 05:24:21 sendUrl INFO 3 [628] R:OK -2015-03-12 05:25:11 queue INFO >>3 [629] -2015-03-12 05:25:12 sendUrl INFO 3 [629] R:OK -2015-03-12 05:25:53 queue INFO 7 [630] -2015-03-12 05:25:53 queue INFO >7 [631] -2015-03-12 05:25:53 sendUrl INFO 7 [630] R:OK -2015-03-12 05:25:53 sendUrl INFO 7 [631] R:OK -2015-03-12 05:25:54 queue INFO 3 [632] -2015-03-12 05:25:54 queue INFO >3 [633] -2015-03-12 05:25:55 sendUrl INFO 3 [632] R:OK -2015-03-12 05:25:55 sendUrl INFO 3 [633] R:OK -2015-03-12 05:26:44 queue INFO >>3 [634] -2015-03-12 05:26:45 sendUrl INFO 3 [634] R:OK -2015-03-12 05:27:35 queue INFO >>3 [635] -2015-03-12 05:27:35 sendUrl INFO 3 [635] R:OK -2015-03-12 05:28:25 queue INFO >>3 [636] -2015-03-12 05:28:25 sendUrl INFO 3 [636] R:OK -2015-03-12 05:29:15 queue INFO >>3 [637] -2015-03-12 05:29:15 sendUrl INFO 3 [637] R:OK -2015-03-12 05:30:05 queue INFO >>3 [638] -2015-03-12 05:30:05 sendUrl INFO 3 [638] R:OK -2015-03-12 05:30:55 queue INFO >>3 [639] -2015-03-12 05:30:55 sendUrl INFO 3 [639] R:OK -2015-03-12 05:31:45 queue INFO >>3 [640] -2015-03-12 05:31:46 sendUrl INFO 3 [640] R:OK -2015-03-12 05:32:35 queue INFO >>3 [641] -2015-03-12 05:32:36 sendUrl INFO 3 [641] R:OK -2015-03-12 05:33:26 queue INFO >>3 [642] -2015-03-12 05:33:26 sendUrl INFO 3 [642] R:OK -2015-03-12 05:34:16 queue INFO >>3 [643] -2015-03-12 05:34:16 sendUrl INFO 3 [643] R:OK -2015-03-12 05:34:57 queue INFO 7 [644] -2015-03-12 05:34:57 queue INFO >7 [645] -2015-03-12 05:34:58 sendUrl INFO 7 [644] R:OK -2015-03-12 05:34:58 sendUrl INFO 7 [645] R:OK -2015-03-12 05:34:59 queue INFO 3 [646] -2015-03-12 05:34:59 queue INFO >3 [647] -2015-03-12 05:34:59 sendUrl INFO 3 [646] R:OK -2015-03-12 05:35:00 sendUrl INFO 3 [647] R:OK -2015-03-12 05:35:49 queue INFO >>3 [648] -2015-03-12 05:35:49 sendUrl INFO 3 [648] R:OK -2015-03-12 05:36:39 queue INFO >>3 [649] -2015-03-12 05:36:39 sendUrl INFO 3 [649] R:OK -2015-03-12 05:37:29 queue INFO >>3 [650] -2015-03-12 05:37:30 sendUrl INFO 3 [650] R:OK -2015-03-12 05:38:19 queue INFO >>3 [651] -2015-03-12 05:38:19 sendUrl INFO 3 [651] R:OK -2015-03-12 05:39:09 queue INFO >>3 [652] -2015-03-12 05:39:10 sendUrl INFO 3 [652] R:OK -2015-03-12 05:40:00 queue INFO >>3 [653] -2015-03-12 05:40:00 sendUrl INFO 3 [653] R:OK -2015-03-12 05:40:50 queue INFO >>3 [654] -2015-03-12 05:40:50 sendUrl INFO 3 [654] R:OK -2015-03-12 05:41:40 queue INFO >>3 [655] -2015-03-12 05:41:40 sendUrl INFO 3 [655] R:OK -2015-03-12 05:42:30 queue INFO >>3 [656] -2015-03-12 05:42:31 sendUrl INFO 3 [656] R:OK -2015-03-12 05:43:20 queue INFO >>3 [657] -2015-03-12 05:43:20 sendUrl INFO 3 [657] R:OK -2015-03-12 05:44:02 queue INFO 7 [658] -2015-03-12 05:44:02 sendUrl INFO 7 [658] R:OK -2015-03-12 05:44:02 queue INFO >7 [659] -2015-03-12 05:44:02 sendUrl INFO 7 [659] R:OK -2015-03-12 05:44:03 queue INFO 3 [660] -2015-03-12 05:44:03 queue INFO >3 [661] -2015-03-12 05:44:04 sendUrl INFO 3 [660] R:OK -2015-03-12 05:44:04 sendUrl INFO 3 [661] R:OK -2015-03-12 05:44:53 queue INFO >>3 [662] -2015-03-12 05:44:54 sendUrl INFO 3 [662] R:OK -2015-03-12 05:45:43 queue INFO >>3 [663] -2015-03-12 05:45:44 sendUrl INFO 3 [663] R:OK -2015-03-12 05:46:34 queue INFO >>3 [664] -2015-03-12 05:46:34 sendUrl INFO 3 [664] R:OK -2015-03-12 05:47:24 queue INFO >>3 [665] -2015-03-12 05:47:24 sendUrl INFO 3 [665] R:OK -2015-03-12 05:48:14 queue INFO >>3 [666] -2015-03-12 05:48:14 sendUrl INFO 3 [666] R:OK -2015-03-12 05:49:04 queue INFO >>3 [667] -2015-03-12 05:49:04 sendUrl INFO 3 [667] R:OK -2015-03-12 05:49:54 queue INFO >>3 [668] -2015-03-12 05:49:55 sendUrl INFO 3 [668] R:OK -2015-03-12 05:50:44 queue INFO >>3 [669] -2015-03-12 05:50:45 sendUrl INFO 3 [669] R:OK -2015-03-12 05:51:35 queue INFO >>3 [670] -2015-03-12 05:51:35 sendUrl INFO 3 [670] R:OK -2015-03-12 05:52:25 queue INFO >>3 [671] -2015-03-12 05:52:25 sendUrl INFO 3 [671] R:OK -2015-03-12 05:53:06 queue INFO 7 [672] -2015-03-12 05:53:06 queue INFO >7 [673] -2015-03-12 05:53:06 sendUrl INFO 7 [672] R:OK -2015-03-12 05:53:07 sendUrl INFO 7 [673] R:OK -2015-03-12 05:53:07 queue INFO 3 [674] -2015-03-12 05:53:08 queue INFO >3 [675] -2015-03-12 05:53:08 sendUrl INFO 3 [674] R:OK -2015-03-12 05:53:08 sendUrl INFO 3 [675] R:OK -2015-03-12 05:53:58 queue INFO >>3 [676] -2015-03-12 05:53:58 sendUrl INFO 3 [676] R:OK -2015-03-12 05:54:48 queue INFO >>3 [677] -2015-03-12 05:54:48 sendUrl INFO 3 [677] R:OK -2015-03-12 05:55:38 queue INFO >>3 [678] -2015-03-12 05:55:38 sendUrl INFO 3 [678] R:OK -2015-03-12 05:56:28 queue INFO >>3 [679] -2015-03-12 05:56:28 sendUrl INFO 3 [679] R:OK -2015-03-12 05:57:18 queue INFO >>3 [680] -2015-03-12 05:57:18 sendUrl INFO 3 [680] R:OK -2015-03-12 05:58:08 queue INFO >>3 [681] -2015-03-12 05:58:09 sendUrl INFO 3 [681] R:OK -2015-03-12 05:58:58 queue INFO >>3 [682] -2015-03-12 05:58:59 sendUrl INFO 3 [682] R:OK -2015-03-12 05:59:49 queue INFO >>3 [683] -2015-03-12 05:59:49 sendUrl INFO 3 [683] R:OK -2015-03-12 06:00:39 queue INFO >>3 [684] -2015-03-12 06:00:39 sendUrl INFO 3 [684] R:OK -2015-03-12 06:01:29 queue INFO >>3 [685] -2015-03-12 06:01:29 sendUrl INFO 3 [685] R:OK -2015-03-12 06:02:10 queue INFO 7 [686] -2015-03-12 06:02:10 queue INFO >7 [687] -2015-03-12 06:02:10 sendUrl INFO 7 [686] R:OK -2015-03-12 06:02:11 sendUrl INFO 7 [687] R:OK -2015-03-12 06:02:12 queue INFO 3 [688] -2015-03-12 06:02:12 queue INFO >3 [689] -2015-03-12 06:02:12 sendUrl INFO 3 [688] R:OK -2015-03-12 06:02:12 sendUrl INFO 3 [689] R:OK -2015-03-12 06:03:02 queue INFO >>3 [690] -2015-03-12 06:03:02 sendUrl INFO 3 [690] R:OK -2015-03-12 06:03:52 queue INFO >>3 [691] -2015-03-12 06:03:52 sendUrl INFO 3 [691] R:OK -2015-03-12 06:04:42 queue INFO >>3 [692] -2015-03-12 06:04:42 sendUrl INFO 3 [692] R:OK -2015-03-12 06:05:32 queue INFO >>3 [693] -2015-03-12 06:05:33 sendUrl INFO 3 [693] R:OK -2015-03-12 06:06:22 queue INFO >>3 [694] -2015-03-12 06:06:23 sendUrl INFO 3 [694] R:OK -2015-03-12 06:07:13 queue INFO >>3 [695] -2015-03-12 06:07:13 sendUrl INFO 3 [695] R:OK -2015-03-12 06:08:03 queue INFO >>3 [696] -2015-03-12 06:08:03 sendUrl INFO 3 [696] R:OK -2015-03-12 06:08:53 queue INFO >>3 [697] -2015-03-12 06:08:53 sendUrl INFO 3 [697] R:OK -2015-03-12 06:09:43 queue INFO >>3 [698] -2015-03-12 06:09:43 sendUrl INFO 3 [698] R:OK -2015-03-12 06:10:33 queue INFO >>3 [699] -2015-03-12 06:10:34 sendUrl INFO 3 [699] R:OK -2015-03-12 06:11:15 queue INFO 7 [700] -2015-03-12 06:11:15 queue INFO >7 [701] -2015-03-12 06:11:16 sendUrl INFO 7 [700] R:OK -2015-03-12 06:11:16 sendUrl INFO 7 [701] R:OK -2015-03-12 06:11:17 queue INFO 3 [702] -2015-03-12 06:11:17 queue INFO >3 [703] -2015-03-12 06:11:17 sendUrl INFO 3 [702] R:OK -2015-03-12 06:11:18 sendUrl INFO 3 [703] R:OK -2015-03-12 06:12:07 queue INFO >>3 [704] -2015-03-12 06:12:07 sendUrl INFO 3 [704] R:OK -2015-03-12 06:12:57 queue INFO >>3 [705] -2015-03-12 06:12:57 sendUrl INFO 3 [705] R:OK -2015-03-12 06:13:47 queue INFO >>3 [706] -2015-03-12 06:13:48 sendUrl INFO 3 [706] R:OK -2015-03-12 06:14:37 queue INFO >>3 [707] -2015-03-12 06:14:38 sendUrl INFO 3 [707] R:OK -2015-03-12 06:15:28 queue INFO >>3 [708] -2015-03-12 06:15:28 sendUrl INFO 3 [708] R:OK -2015-03-12 06:16:18 queue INFO >>3 [709] -2015-03-12 06:16:18 sendUrl INFO 3 [709] R:OK -2015-03-12 06:17:08 queue INFO >>3 [710] -2015-03-12 06:17:08 sendUrl INFO 3 [710] R:OK -2015-03-12 06:17:58 queue INFO >>3 [711] -2015-03-12 06:17:58 sendUrl INFO 3 [711] R:OK -2015-03-12 06:18:48 queue INFO >>3 [712] -2015-03-12 06:18:49 sendUrl INFO 3 [712] R:OK -2015-03-12 06:19:38 queue INFO >>3 [713] -2015-03-12 06:19:38 sendUrl INFO 3 [713] R:OK -2015-03-12 06:20:20 queue INFO 7 [714] -2015-03-12 06:20:20 queue INFO >7 [715] -2015-03-12 06:20:20 sendUrl INFO 7 [714] R:OK -2015-03-12 06:20:21 sendUrl INFO 7 [715] R:OK -2015-03-12 06:20:21 queue INFO 3 [716] -2015-03-12 06:20:21 queue INFO >3 [717] -2015-03-12 06:20:22 sendUrl INFO 3 [716] R:OK -2015-03-12 06:20:22 sendUrl INFO 3 [717] R:OK -2015-03-12 06:21:11 queue INFO >>3 [718] -2015-03-12 06:21:12 sendUrl INFO 3 [718] R:OK -2015-03-12 06:22:02 queue INFO >>3 [719] -2015-03-12 06:22:02 sendUrl INFO 3 [719] R:OK -2015-03-12 06:22:52 queue INFO >>3 [720] -2015-03-12 06:22:52 sendUrl INFO 3 [720] R:OK -2015-03-12 06:23:42 queue INFO >>3 [721] -2015-03-12 06:23:42 sendUrl INFO 3 [721] R:OK -2015-03-12 06:24:32 queue INFO >>3 [722] -2015-03-12 06:24:32 sendUrl INFO 3 [722] R:OK -2015-03-12 06:25:22 queue INFO >>3 [723] -2015-03-12 06:25:22 sendUrl INFO 3 [723] R:OK -2015-03-12 06:26:12 queue INFO >>3 [724] -2015-03-12 06:26:13 sendUrl INFO 3 [724] R:OK -2015-03-12 06:27:02 queue INFO >>3 [725] -2015-03-12 06:27:03 sendUrl INFO 3 [725] R:OK -2015-03-12 06:27:53 queue INFO >>3 [726] -2015-03-12 06:27:53 sendUrl INFO 3 [726] R:OK -2015-03-12 06:28:43 queue INFO >>3 [727] -2015-03-12 06:28:43 sendUrl INFO 3 [727] R:OK -2015-03-12 06:29:24 queue INFO 7 [728] -2015-03-12 06:29:24 queue INFO >7 [729] -2015-03-12 06:29:24 sendUrl INFO 7 [728] R:OK -2015-03-12 06:29:25 sendUrl INFO 7 [729] R:OK -2015-03-12 06:29:26 queue INFO 3 [730] -2015-03-12 06:29:26 sendUrl INFO 3 [730] R:OK -2015-03-12 06:29:26 queue INFO >3 [731] -2015-03-12 06:29:26 sendUrl INFO 3 [731] R:OK -2015-03-12 06:30:16 queue INFO >>3 [732] -2015-03-12 06:30:16 sendUrl INFO 3 [732] R:OK -2015-03-12 06:31:06 queue INFO >>3 [733] -2015-03-12 06:31:07 sendUrl INFO 3 [733] R:OK -2015-03-12 06:31:56 queue INFO >>3 [734] -2015-03-12 06:31:56 sendUrl INFO 3 [734] R:OK -2015-03-12 06:32:46 queue INFO >>3 [735] -2015-03-12 06:32:47 sendUrl INFO 3 [735] R:OK -2015-03-12 06:33:36 queue INFO >>3 [736] -2015-03-12 06:33:37 sendUrl INFO 3 [736] R:OK -2015-03-12 06:34:27 queue INFO >>3 [737] -2015-03-12 06:34:27 sendUrl INFO 3 [737] R:OK -2015-03-12 06:35:17 queue INFO >>3 [738] -2015-03-12 06:35:17 sendUrl INFO 3 [738] R:OK -2015-03-12 06:36:07 queue INFO >>3 [739] -2015-03-12 06:36:07 sendUrl INFO 3 [739] R:OK -2015-03-12 06:36:57 queue INFO >>3 [740] -2015-03-12 06:36:57 sendUrl INFO 3 [740] R:OK -2015-03-12 06:37:47 queue INFO >>3 [741] -2015-03-12 06:37:48 sendUrl INFO 3 [741] R:OK -2015-03-12 06:38:29 queue INFO 7 [742] -2015-03-12 06:38:29 queue INFO >7 [743] -2015-03-12 06:38:29 sendUrl INFO 7 [742] R:OK -2015-03-12 06:38:29 sendUrl INFO 7 [743] R:OK -2015-03-12 06:38:30 queue INFO 3 [744] -2015-03-12 06:38:30 queue INFO >3 [745] -2015-03-12 06:38:30 sendUrl INFO 3 [744] R:OK -2015-03-12 06:38:31 sendUrl INFO 3 [745] R:OK -2015-03-12 06:39:20 queue INFO >>3 [746] -2015-03-12 06:39:21 sendUrl INFO 3 [746] R:OK -2015-03-12 06:40:10 queue INFO >>3 [747] -2015-03-12 06:40:11 sendUrl INFO 3 [747] R:OK -2015-03-12 06:41:01 queue INFO >>3 [748] -2015-03-12 06:41:01 sendUrl INFO 3 [748] R:OK -2015-03-12 06:41:51 queue INFO >>3 [749] -2015-03-12 06:41:51 sendUrl INFO 3 [749] R:OK -2015-03-12 06:42:41 queue INFO >>3 [750] -2015-03-12 06:42:41 sendUrl INFO 3 [750] R:OK -2015-03-12 06:43:31 queue INFO >>3 [751] -2015-03-12 06:43:31 sendUrl INFO 3 [751] R:OK -2015-03-12 06:44:21 queue INFO >>3 [752] -2015-03-12 06:44:22 sendUrl INFO 3 [752] R:OK -2015-03-12 06:45:11 queue INFO >>3 [753] -2015-03-12 06:45:12 sendUrl INFO 3 [753] R:OK -2015-03-12 06:46:02 queue INFO >>3 [754] -2015-03-12 06:46:02 sendUrl INFO 3 [754] R:OK -2015-03-12 06:46:52 queue INFO >>3 [755] -2015-03-12 06:46:52 sendUrl INFO 3 [755] R:OK -2015-03-12 06:47:33 queue INFO 7 [756] -2015-03-12 06:47:33 queue INFO >7 [757] -2015-03-12 06:47:33 sendUrl INFO 7 [756] R:OK -2015-03-12 06:47:34 sendUrl INFO 7 [757] R:OK -2015-03-12 06:47:34 queue INFO 3 [758] -2015-03-12 06:47:35 sendUrl INFO 3 [758] R:OK -2015-03-12 06:47:35 queue INFO >3 [759] -2015-03-12 06:47:35 sendUrl INFO 3 [759] R:OK -2015-03-12 06:48:25 queue INFO >>3 [760] -2015-03-12 06:48:25 sendUrl INFO 3 [760] R:OK -2015-03-12 06:49:15 queue INFO >>3 [761] -2015-03-12 06:49:15 sendUrl INFO 3 [761] R:OK -2015-03-12 06:50:05 queue INFO >>3 [762] -2015-03-12 06:50:05 sendUrl INFO 3 [762] R:OK -2015-03-12 06:50:55 queue INFO >>3 [763] -2015-03-12 06:50:55 sendUrl INFO 3 [763] R:OK -2015-03-12 06:51:45 queue INFO >>3 [764] -2015-03-12 06:51:45 sendUrl INFO 3 [764] R:OK -2015-03-12 06:52:35 queue INFO >>3 [765] -2015-03-12 06:52:36 sendUrl INFO 3 [765] R:OK -2015-03-12 06:53:25 queue INFO >>3 [766] -2015-03-12 06:53:26 sendUrl INFO 3 [766] R:OK -2015-03-12 06:54:16 queue INFO >>3 [767] -2015-03-12 06:54:16 sendUrl INFO 3 [767] R:OK -2015-03-12 06:55:06 queue INFO >>3 [768] -2015-03-12 06:55:06 sendUrl INFO 3 [768] R:OK -2015-03-12 06:55:56 queue INFO >>3 [769] -2015-03-12 06:55:56 sendUrl INFO 3 [769] R:OK -2015-03-12 06:56:37 queue INFO 7 [770] -2015-03-12 06:56:37 queue INFO >7 [771] -2015-03-12 06:56:37 sendUrl INFO 7 [770] R:OK -2015-03-12 06:56:38 sendUrl INFO 7 [771] R:OK -2015-03-12 06:56:39 queue INFO 3 [772] -2015-03-12 06:56:39 queue INFO >3 [773] -2015-03-12 06:56:39 sendUrl INFO 3 [772] R:OK -2015-03-12 06:56:39 sendUrl INFO 3 [773] R:OK -2015-03-12 06:57:29 queue INFO >>3 [774] -2015-03-12 06:57:29 sendUrl INFO 3 [774] R:OK -2015-03-12 06:58:19 queue INFO >>3 [775] -2015-03-12 06:58:19 sendUrl INFO 3 [775] R:OK -2015-03-12 06:59:09 queue INFO >>3 [776] -2015-03-12 06:59:09 sendUrl INFO 3 [776] R:OK -2015-03-12 06:59:59 queue INFO >>3 [777] -2015-03-12 07:00:00 sendUrl INFO 3 [777] R:OK -2015-03-12 07:00:49 queue INFO >>3 [778] -2015-03-12 07:00:50 sendUrl INFO 3 [778] R:OK -2015-03-12 07:01:39 queue INFO >>3 [779] -2015-03-12 07:01:40 sendUrl INFO 3 [779] R:OK -2015-03-12 07:02:30 queue INFO >>3 [780] -2015-03-12 07:02:30 sendUrl INFO 3 [780] R:OK -2015-03-12 07:03:20 queue INFO >>3 [781] -2015-03-12 07:03:20 sendUrl INFO 3 [781] R:OK -2015-03-12 07:04:10 queue INFO >>3 [782] -2015-03-12 07:04:10 sendUrl INFO 3 [782] R:OK -2015-03-12 07:05:00 queue INFO >>3 [783] -2015-03-12 07:05:00 sendUrl INFO 3 [783] R:OK -2015-03-12 07:05:42 queue INFO 7 [784] -2015-03-12 07:05:42 queue INFO >7 [785] -2015-03-12 07:05:43 sendUrl INFO 7 [784] R:OK -2015-03-12 07:05:43 sendUrl INFO 7 [785] R:OK -2015-03-12 07:05:44 queue INFO 3 [786] -2015-03-12 07:05:44 queue INFO >3 [787] -2015-03-12 07:05:44 sendUrl INFO 3 [786] R:OK -2015-03-12 07:05:45 sendUrl INFO 3 [787] R:OK -2015-03-12 07:06:34 queue INFO >>3 [788] -2015-03-12 07:06:34 sendUrl INFO 3 [788] R:OK -2015-03-12 07:07:24 queue INFO >>3 [789] -2015-03-12 07:07:24 sendUrl INFO 3 [789] R:OK -2015-03-12 07:08:14 queue INFO >>3 [790] -2015-03-12 07:08:15 sendUrl INFO 3 [790] R:OK -2015-03-12 07:09:04 queue INFO >>3 [791] -2015-03-12 07:09:05 sendUrl INFO 3 [791] R:OK -2015-03-12 07:09:55 queue INFO >>3 [792] -2015-03-12 07:09:55 sendUrl INFO 3 [792] R:OK -2015-03-12 07:10:45 queue INFO >>3 [793] -2015-03-12 07:10:45 sendUrl INFO 3 [793] R:OK -2015-03-12 07:11:35 queue INFO >>3 [794] -2015-03-12 07:11:35 sendUrl INFO 3 [794] R:OK -2015-03-12 07:12:21 queue INFO 1 [795] -2015-03-12 07:12:22 queue INFO >1 [796] -2015-03-12 07:12:22 sendUrl INFO 1 [795] R:OK -2015-03-12 07:12:22 sendUrl INFO 1 [796] R:OK -2015-03-12 07:13:12 queue INFO >>1 [797] -2015-03-12 07:13:12 sendUrl INFO 1 [797] R:OK -2015-03-12 07:14:02 queue INFO >>1 [798] -2015-03-12 07:14:02 sendUrl INFO 1 [798] R:OK -2015-03-12 07:14:43 queue INFO 21 [799] -2015-03-12 07:14:43 queue INFO >21 [800] -2015-03-12 07:14:43 sendUrl INFO 21 [799] R:OK -2015-03-12 07:14:44 sendUrl INFO 21 [800] R:OK -2015-03-12 07:15:33 queue INFO >>21 [801] -2015-03-12 07:15:33 sendUrl INFO 21 [801] R:OK -2015-03-12 07:16:23 queue INFO >>21 [802] -2015-03-12 07:16:23 sendUrl INFO 21 [802] R:OK -2015-03-12 07:17:13 queue INFO >>21 [803] -2015-03-12 07:17:13 sendUrl INFO 21 [803] R:OK -2015-03-12 07:18:03 queue INFO >>21 [804] -2015-03-12 07:18:03 sendUrl INFO 21 [804] R:OK -2015-03-12 07:18:53 queue INFO >>21 [805] -2015-03-12 07:18:54 sendUrl INFO 21 [805] R:OK -2015-03-12 07:19:44 queue INFO >>21 [806] -2015-03-12 07:19:44 sendUrl INFO 21 [806] R:OK -2015-03-12 07:20:08 queue INFO 1 [807] -2015-03-12 07:20:08 queue INFO >1 [808] -2015-03-12 07:20:08 sendUrl INFO 1 [807] R:OK -2015-03-12 07:20:09 sendUrl INFO 1 [808] R:OK -2015-03-12 07:20:29 queue INFO 5 [809] -2015-03-12 07:20:29 queue INFO >5 [810] -2015-03-12 07:20:30 sendUrl INFO 5 [809] R:OK -2015-03-12 07:20:30 sendUrl INFO 5 [810] R:OK -2015-03-12 07:20:31 queue INFO 1 [811] -2015-03-12 07:20:31 queue INFO >1 [812] -2015-03-12 07:20:31 sendUrl INFO 1 [811] R:OK -2015-03-12 07:20:31 sendUrl INFO 1 [812] R:OK -2015-03-12 07:21:21 queue INFO >>1 [813] -2015-03-12 07:21:21 sendUrl INFO 1 [813] R:OK -2015-03-12 07:21:43 queue INFO 3 [814] -2015-03-12 07:21:43 sendUrl INFO 3 [814] R:OK -2015-03-12 07:21:43 queue INFO >3 [815] -2015-03-12 07:21:43 sendUrl INFO 3 [815] R:OK -2015-03-12 07:22:33 queue INFO >>3 [816] -2015-03-12 07:22:33 sendUrl INFO 3 [816] R:OK -2015-03-12 07:23:23 queue INFO >>3 [817] -2015-03-12 07:23:24 sendUrl INFO 3 [817] R:OK -2015-03-12 07:24:13 queue INFO >>3 [818] -2015-03-12 07:24:13 sendUrl INFO 3 [818] R:OK -2015-03-12 07:25:04 queue INFO >>3 [819] -2015-03-12 07:25:04 sendUrl INFO 3 [819] R:OK -2015-03-12 07:25:54 queue INFO >>3 [820] -2015-03-12 07:25:54 sendUrl INFO 3 [820] R:OK -2015-03-12 07:26:44 queue INFO >>3 [821] -2015-03-12 07:26:44 sendUrl INFO 3 [821] R:OK -2015-03-12 07:27:34 queue INFO >>3 [822] -2015-03-12 07:27:34 sendUrl INFO 3 [822] R:OK -2015-03-12 07:28:24 queue INFO >>3 [823] -2015-03-12 07:28:25 sendUrl INFO 3 [823] R:OK -2015-03-12 07:29:14 queue INFO >>3 [824] -2015-03-12 07:29:14 sendUrl INFO 3 [824] R:OK -2015-03-12 07:29:34 queue INFO 7 [825] -2015-03-12 07:29:34 queue INFO >7 [826] -2015-03-12 07:29:34 sendUrl INFO 7 [825] R:OK -2015-03-12 07:29:35 sendUrl INFO 7 [826] R:OK -2015-03-12 07:29:35 queue INFO 3 [827] -2015-03-12 07:29:35 queue INFO >3 [828] -2015-03-12 07:29:36 sendUrl INFO 3 [827] R:OK -2015-03-12 07:29:36 sendUrl INFO 3 [828] R:OK -2015-03-12 07:30:25 queue INFO >>3 [829] -2015-03-12 07:30:25 sendUrl INFO 3 [829] R:OK -2015-03-12 07:31:15 queue INFO >>3 [830] -2015-03-12 07:31:16 sendUrl INFO 3 [830] R:OK -2015-03-12 07:32:06 queue INFO >>3 [831] -2015-03-12 07:32:06 sendUrl INFO 3 [831] R:OK -2015-03-12 07:32:56 queue INFO >>3 [832] -2015-03-12 07:32:56 sendUrl INFO 3 [832] R:OK -2015-03-12 07:33:46 queue INFO >>3 [833] -2015-03-12 07:33:46 sendUrl INFO 3 [833] R:OK -2015-03-12 07:34:36 queue INFO >>3 [834] -2015-03-12 07:34:37 sendUrl INFO 3 [834] R:OK -2015-03-12 07:35:26 queue INFO >>3 [835] -2015-03-12 07:35:26 sendUrl INFO 3 [835] R:OK -2015-03-12 07:36:16 queue INFO >>3 [836] -2015-03-12 07:36:17 sendUrl INFO 3 [836] R:OK -2015-03-12 07:37:06 queue INFO >>3 [837] -2015-03-12 07:37:07 sendUrl INFO 3 [837] R:OK -2015-03-12 07:37:57 queue INFO >>3 [838] -2015-03-12 07:37:57 sendUrl INFO 3 [838] R:OK -2015-03-12 07:38:38 queue INFO 7 [839] -2015-03-12 07:38:38 queue INFO >7 [840] -2015-03-12 07:38:38 sendUrl INFO 7 [839] R:OK -2015-03-12 07:38:39 sendUrl INFO 7 [840] R:OK -2015-03-12 07:38:40 queue INFO 3 [841] -2015-03-12 07:38:40 queue INFO >3 [842] -2015-03-12 07:38:40 sendUrl INFO 3 [841] R:OK -2015-03-12 07:38:40 sendUrl INFO 3 [842] R:OK -2015-03-12 07:39:30 queue INFO >>3 [843] -2015-03-12 07:39:30 sendUrl INFO 3 [843] R:OK -2015-03-12 07:40:20 queue INFO >>3 [844] -2015-03-12 07:40:20 sendUrl INFO 3 [844] R:OK -2015-03-12 07:41:10 queue INFO >>3 [845] -2015-03-12 07:41:10 sendUrl INFO 3 [845] R:OK -2015-03-12 07:42:00 queue INFO >>3 [846] -2015-03-12 07:42:01 sendUrl INFO 3 [846] R:OK -2015-03-12 07:42:50 queue INFO >>3 [847] -2015-03-12 07:42:50 sendUrl INFO 3 [847] R:OK -2015-03-12 07:43:40 queue INFO >>3 [848] -2015-03-12 07:43:41 sendUrl INFO 3 [848] R:OK -2015-03-12 07:44:30 queue INFO >>3 [849] -2015-03-12 07:44:31 sendUrl INFO 3 [849] R:OK -2015-03-12 07:45:21 queue INFO >>3 [850] -2015-03-12 07:45:21 sendUrl INFO 3 [850] R:OK -2015-03-12 07:46:11 queue INFO >>3 [851] -2015-03-12 07:46:11 sendUrl INFO 3 [851] R:OK -2015-03-12 07:47:01 queue INFO >>3 [852] -2015-03-12 07:47:01 sendUrl INFO 3 [852] R:OK -2015-03-12 07:47:42 queue INFO 7 [853] -2015-03-12 07:47:42 sendUrl INFO 7 [853] R:OK -2015-03-12 07:47:42 queue INFO >7 [854] -2015-03-12 07:47:43 sendUrl INFO 7 [854] R:OK -2015-03-12 07:47:44 queue INFO 3 [855] -2015-03-12 07:47:44 queue INFO >3 [856] -2015-03-12 07:47:44 sendUrl INFO 3 [855] R:OK -2015-03-12 07:47:45 sendUrl INFO 3 [856] R:OK -2015-03-12 07:48:34 queue INFO >>3 [857] -2015-03-12 07:48:34 sendUrl INFO 3 [857] R:OK -2015-03-12 07:49:24 queue INFO >>3 [858] -2015-03-12 07:49:25 sendUrl INFO 3 [858] R:OK -2015-03-12 07:50:14 queue INFO >>3 [859] -2015-03-12 07:50:15 sendUrl INFO 3 [859] R:OK -2015-03-12 07:51:04 queue INFO >>3 [860] -2015-03-12 07:51:05 sendUrl INFO 3 [860] R:OK -2015-03-12 07:51:55 queue INFO >>3 [861] -2015-03-12 07:51:55 sendUrl INFO 3 [861] R:OK -2015-03-12 07:52:45 queue INFO >>3 [862] -2015-03-12 07:52:45 sendUrl INFO 3 [862] R:OK -2015-03-12 07:53:35 queue INFO >>3 [863] -2015-03-12 07:53:35 sendUrl INFO 3 [863] R:OK -2015-03-12 07:54:25 queue INFO >>3 [864] -2015-03-12 07:54:26 sendUrl INFO 3 [864] R:OK -2015-03-12 07:55:15 queue INFO >>3 [865] -2015-03-12 07:55:15 sendUrl INFO 3 [865] R:OK -2015-03-12 07:56:05 queue INFO >>3 [866] -2015-03-12 07:56:06 sendUrl INFO 3 [866] R:OK -2015-03-12 07:56:47 queue INFO 7 [867] -2015-03-12 07:56:47 queue INFO >7 [868] -2015-03-12 07:56:47 sendUrl INFO 7 [867] R:OK -2015-03-12 07:56:48 sendUrl INFO 7 [868] R:OK -2015-03-12 07:56:48 queue INFO 3 [869] -2015-03-12 07:56:48 queue INFO >3 [870] -2015-03-12 07:56:49 sendUrl INFO 3 [869] R:OK -2015-03-12 07:56:49 sendUrl INFO 3 [870] R:OK -2015-03-12 07:57:38 queue INFO >>3 [871] -2015-03-12 07:57:39 sendUrl INFO 3 [871] R:OK -2015-03-12 07:58:28 queue INFO >>3 [872] -2015-03-12 07:58:29 sendUrl INFO 3 [872] R:OK -2015-03-12 07:59:19 queue INFO >>3 [873] -2015-03-12 07:59:19 sendUrl INFO 3 [873] R:OK -2015-03-12 08:00:09 queue INFO >>3 [874] -2015-03-12 08:00:09 sendUrl INFO 3 [874] R:OK -2015-03-12 08:00:59 queue INFO >>3 [875] -2015-03-12 08:00:59 sendUrl INFO 3 [875] R:OK -2015-03-12 08:01:49 queue INFO >>3 [876] -2015-03-12 08:01:50 sendUrl INFO 3 [876] R:OK -2015-03-12 08:02:39 queue INFO >>3 [877] -2015-03-12 08:02:39 sendUrl INFO 3 [877] R:OK -2015-03-12 08:03:29 queue INFO >>3 [878] -2015-03-12 08:03:30 sendUrl INFO 3 [878] R:OK -2015-03-12 08:04:20 queue INFO >>3 [879] -2015-03-12 08:04:20 sendUrl INFO 3 [879] R:OK -2015-03-12 08:05:10 queue INFO >>3 [880] -2015-03-12 08:05:10 sendUrl INFO 3 [880] R:OK -2015-03-12 08:05:51 queue INFO 7 [881] -2015-03-12 08:05:51 queue INFO >7 [882] -2015-03-12 08:05:51 sendUrl INFO 7 [881] R:OK -2015-03-12 08:05:52 sendUrl INFO 7 [882] R:OK -2015-03-12 08:05:52 queue INFO 3 [883] -2015-03-12 08:05:53 queue INFO >3 [884] -2015-03-12 08:05:53 sendUrl INFO 3 [883] R:OK -2015-03-12 08:05:53 sendUrl INFO 3 [884] R:OK -2015-03-12 08:06:43 queue INFO >>3 [885] -2015-03-12 08:06:43 sendUrl INFO 3 [885] R:OK -2015-03-12 08:07:33 queue INFO >>3 [886] -2015-03-12 08:07:33 sendUrl INFO 3 [886] R:OK -2015-03-12 08:08:23 queue INFO >>3 [887] -2015-03-12 08:08:23 sendUrl INFO 3 [887] R:OK -2015-03-12 08:09:13 queue INFO >>3 [888] -2015-03-12 08:09:13 sendUrl INFO 3 [888] R:OK -2015-03-12 08:10:03 queue INFO >>3 [889] -2015-03-12 08:10:03 sendUrl INFO 3 [889] R:OK -2015-03-12 08:10:53 queue INFO >>3 [890] -2015-03-12 08:10:54 sendUrl INFO 3 [890] R:OK -2015-03-12 08:11:43 queue INFO >>3 [891] -2015-03-12 08:11:43 sendUrl INFO 3 [891] R:OK -2015-03-12 08:12:33 queue INFO >>3 [892] -2015-03-12 08:12:34 sendUrl INFO 3 [892] R:OK -2015-03-12 08:13:24 queue INFO >>3 [893] -2015-03-12 08:13:24 sendUrl INFO 3 [893] R:OK -2015-03-12 08:14:14 queue INFO >>3 [894] -2015-03-12 08:14:14 sendUrl INFO 3 [894] R:OK -2015-03-12 08:14:56 queue INFO 7 [895] -2015-03-12 08:14:56 queue INFO >7 [896] -2015-03-12 08:14:56 sendUrl INFO 7 [895] R:OK -2015-03-12 08:14:57 sendUrl INFO 7 [896] R:OK -2015-03-12 08:14:57 queue INFO 3 [897] -2015-03-12 08:14:58 queue INFO >3 [898] -2015-03-12 08:14:58 sendUrl INFO 3 [897] R:OK -2015-03-12 08:14:58 sendUrl INFO 3 [898] R:OK -2015-03-12 08:15:48 queue INFO >>3 [899] -2015-03-12 08:15:48 sendUrl INFO 3 [899] R:OK -2015-03-12 08:16:38 queue INFO >>3 [900] -2015-03-12 08:16:38 sendUrl INFO 3 [900] R:OK -2015-03-12 08:17:28 queue INFO >>3 [901] -2015-03-12 08:17:28 sendUrl INFO 3 [901] R:OK -2015-03-12 08:18:18 queue INFO >>3 [902] -2015-03-12 08:18:19 sendUrl INFO 3 [902] R:OK -2015-03-12 08:19:08 queue INFO >>3 [903] -2015-03-12 08:19:08 sendUrl INFO 3 [903] R:OK -2015-03-12 08:19:58 queue INFO >>3 [904] -2015-03-12 08:19:59 sendUrl INFO 3 [904] R:OK -2015-03-12 08:20:49 queue INFO >>3 [905] -2015-03-12 08:20:49 sendUrl INFO 3 [905] R:OK -2015-03-12 08:21:39 queue INFO >>3 [906] -2015-03-12 08:21:39 sendUrl INFO 3 [906] R:OK -2015-03-12 08:22:29 queue INFO >>3 [907] -2015-03-12 08:22:29 sendUrl INFO 3 [907] R:OK -2015-03-12 08:23:19 queue INFO >>3 [908] -2015-03-12 08:23:19 sendUrl INFO 3 [908] R:OK -2015-03-12 08:24:01 queue INFO 7 [909] -2015-03-12 08:24:01 queue INFO >7 [910] -2015-03-12 08:24:01 sendUrl INFO 7 [909] R:OK -2015-03-12 08:24:01 sendUrl INFO 7 [910] R:OK -2015-03-12 08:24:02 queue INFO 3 [911] -2015-03-12 08:24:02 queue INFO >3 [912] -2015-03-12 08:24:02 sendUrl INFO 3 [911] R:OK -2015-03-12 08:24:03 sendUrl INFO 3 [912] R:OK -2015-03-12 08:24:52 queue INFO >>3 [913] -2015-03-12 08:24:53 sendUrl INFO 3 [913] R:OK -2015-03-12 08:25:42 queue INFO >>3 [914] -2015-03-12 08:25:43 sendUrl INFO 3 [914] R:OK -2015-03-12 08:26:33 queue INFO >>3 [915] -2015-03-12 08:26:33 sendUrl INFO 3 [915] R:OK -2015-03-12 08:27:23 queue INFO >>3 [916] -2015-03-12 08:27:23 sendUrl INFO 3 [916] R:OK -2015-03-12 08:28:13 queue INFO >>3 [917] -2015-03-12 08:28:13 sendUrl INFO 3 [917] R:OK -2015-03-12 08:29:03 queue INFO >>3 [918] -2015-03-12 08:29:03 sendUrl INFO 3 [918] R:OK -2015-03-12 08:29:53 queue INFO >>3 [919] -2015-03-12 08:29:54 sendUrl INFO 3 [919] R:OK -2015-03-12 08:30:43 queue INFO >>3 [920] -2015-03-12 08:30:44 sendUrl INFO 3 [920] R:OK -2015-03-12 08:31:34 queue INFO >>3 [921] -2015-03-12 08:31:34 sendUrl INFO 3 [921] R:OK -2015-03-12 08:32:24 queue INFO >>3 [922] -2015-03-12 08:32:24 sendUrl INFO 3 [922] R:OK -2015-03-12 08:33:05 queue INFO 7 [923] -2015-03-12 08:33:05 queue INFO >7 [924] -2015-03-12 08:33:06 sendUrl INFO 7 [923] R:OK -2015-03-12 08:33:06 sendUrl INFO 7 [924] R:OK -2015-03-12 08:33:07 queue INFO 3 [925] -2015-03-12 08:33:07 queue INFO >3 [926] -2015-03-12 08:33:07 sendUrl INFO 3 [925] R:OK -2015-03-12 08:33:08 sendUrl INFO 3 [926] R:OK -2015-03-12 08:33:57 queue INFO >>3 [927] -2015-03-12 08:33:57 sendUrl INFO 3 [927] R:OK -2015-03-12 08:34:47 queue INFO >>3 [928] -2015-03-12 08:34:47 sendUrl INFO 3 [928] R:OK -2015-03-12 08:35:37 queue INFO >>3 [929] -2015-03-12 08:35:38 sendUrl INFO 3 [929] R:OK -2015-03-12 08:36:27 queue INFO >>3 [930] -2015-03-12 08:36:27 sendUrl INFO 3 [930] R:OK -2015-03-12 08:37:17 queue INFO >>3 [931] -2015-03-12 08:37:18 sendUrl INFO 3 [931] R:OK -2015-03-12 08:38:08 queue INFO >>3 [932] -2015-03-12 08:38:08 sendUrl INFO 3 [932] R:OK -2015-03-12 08:38:58 queue INFO >>3 [933] -2015-03-12 08:38:58 sendUrl INFO 3 [933] R:OK -2015-03-12 08:39:48 queue INFO >>3 [934] -2015-03-12 08:39:48 sendUrl INFO 3 [934] R:OK -2015-03-12 08:40:38 queue INFO >>3 [935] -2015-03-12 08:40:39 sendUrl INFO 3 [935] R:OK -2015-03-12 08:41:28 queue INFO >>3 [936] -2015-03-12 08:41:28 sendUrl INFO 3 [936] R:OK -2015-03-12 08:42:09 queue INFO 7 [937] -2015-03-12 08:42:09 queue INFO >7 [938] -2015-03-12 08:42:10 sendUrl INFO 7 [937] R:OK -2015-03-12 08:42:10 sendUrl INFO 7 [938] R:OK -2015-03-12 08:42:11 queue INFO 3 [939] -2015-03-12 08:42:11 queue INFO >3 [940] -2015-03-12 08:42:11 sendUrl INFO 3 [939] R:OK -2015-03-12 08:42:12 sendUrl INFO 3 [940] R:OK -2015-03-12 08:43:01 queue INFO >>3 [941] -2015-03-12 08:43:02 sendUrl INFO 3 [941] R:OK -2015-03-12 08:43:51 queue INFO >>3 [942] -2015-03-12 08:43:51 sendUrl INFO 3 [942] R:OK -2015-03-12 08:44:41 queue INFO >>3 [943] -2015-03-12 08:44:42 sendUrl INFO 3 [943] R:OK -2015-03-12 08:45:31 queue INFO >>3 [944] -2015-03-12 08:45:32 sendUrl INFO 3 [944] R:OK -2015-03-12 08:46:22 queue INFO >>3 [945] -2015-03-12 08:46:22 sendUrl INFO 3 [945] R:OK -2015-03-12 08:47:12 queue INFO >>3 [946] -2015-03-12 08:47:12 sendUrl INFO 3 [946] R:OK -2015-03-12 08:48:02 queue INFO >>3 [947] -2015-03-12 08:48:03 sendUrl INFO 3 [947] R:OK -2015-03-12 08:48:52 queue INFO >>3 [948] -2015-03-12 08:48:52 sendUrl INFO 3 [948] R:OK -2015-03-12 08:48:58 queue INFO 1 [949] -2015-03-12 08:48:58 queue INFO >1 [950] -2015-03-12 08:48:58 sendUrl INFO 1 [949] R:OK -2015-03-12 08:48:59 sendUrl INFO 1 [950] R:OK -2015-03-12 08:49:48 queue INFO >>1 [951] -2015-03-12 08:49:49 sendUrl INFO 1 [951] R:OK -2015-03-12 08:50:38 queue INFO >>1 [952] -2015-03-12 08:50:39 sendUrl INFO 1 [952] R:OK -2015-03-12 08:51:11 queue INFO 21 [953] -2015-03-12 08:51:11 queue INFO >21 [954] -2015-03-12 08:51:11 sendUrl INFO 21 [953] R:OK -2015-03-12 08:51:11 sendUrl INFO 21 [954] R:OK -2015-03-12 08:51:32 queue INFO 1 [955] -2015-03-12 08:51:32 queue INFO >1 [956] -2015-03-12 08:51:32 sendUrl INFO 1 [955] R:OK -2015-03-12 08:51:33 sendUrl INFO 1 [956] R:OK -2015-03-12 08:51:57 queue INFO 5 [957] -2015-03-12 08:51:57 queue INFO >5 [958] -2015-03-12 08:51:57 sendUrl INFO 5 [957] R:OK -2015-03-12 08:51:58 sendUrl INFO 5 [958] R:OK -2015-03-12 08:51:58 queue INFO 1 [959] -2015-03-12 08:51:58 queue INFO >1 [960] -2015-03-12 08:51:59 sendUrl INFO 1 [959] R:OK -2015-03-12 08:51:59 sendUrl INFO 1 [960] R:OK -2015-03-12 08:52:48 queue INFO >>1 [961] -2015-03-12 08:52:49 sendUrl INFO 1 [961] R:OK -2015-03-12 08:53:11 queue INFO 3 [962] -2015-03-12 08:53:11 sendUrl INFO 3 [962] R:OK -2015-03-12 08:53:11 queue INFO >3 [963] -2015-03-12 08:53:11 sendUrl INFO 3 [963] R:OK -2015-03-12 08:54:01 queue INFO >>3 [964] -2015-03-12 08:54:01 sendUrl INFO 3 [964] R:OK -2015-03-12 08:54:51 queue INFO >>3 [965] -2015-03-12 08:54:51 sendUrl INFO 3 [965] R:OK -2015-03-12 08:55:41 queue INFO >>3 [966] -2015-03-12 08:55:41 sendUrl INFO 3 [966] R:OK -2015-03-12 08:56:31 queue INFO >>3 [967] -2015-03-12 08:56:31 sendUrl INFO 3 [967] R:OK -2015-03-12 08:57:21 queue INFO >>3 [968] -2015-03-12 08:57:22 sendUrl INFO 3 [968] R:OK -2015-03-12 08:58:11 queue INFO >>3 [969] -2015-03-12 08:58:12 sendUrl INFO 3 [969] R:OK -2015-03-12 08:59:02 queue INFO >>3 [970] -2015-03-12 08:59:02 sendUrl INFO 3 [970] R:OK -2015-03-12 08:59:52 queue INFO >>3 [971] -2015-03-12 08:59:52 sendUrl INFO 3 [971] R:OK -2015-03-12 09:00:42 queue INFO >>3 [972] -2015-03-12 09:00:42 sendUrl INFO 3 [972] R:OK -2015-03-12 09:01:01 queue INFO 7 [973] -2015-03-12 09:01:01 queue INFO >7 [974] -2015-03-12 09:01:02 sendUrl INFO 7 [973] R:OK -2015-03-12 09:01:02 sendUrl INFO 7 [974] R:OK -2015-03-12 09:01:03 queue INFO 3 [975] -2015-03-12 09:01:03 queue INFO >3 [976] -2015-03-12 09:01:03 sendUrl INFO 3 [975] R:OK -2015-03-12 09:01:04 sendUrl INFO 3 [976] R:OK -2015-03-12 09:01:53 queue INFO >>3 [977] -2015-03-12 09:01:53 sendUrl INFO 3 [977] R:OK -2015-03-12 09:02:43 queue INFO >>3 [978] -2015-03-12 09:02:43 sendUrl INFO 3 [978] R:OK -2015-03-12 09:03:33 queue INFO >>3 [979] -2015-03-12 09:03:34 sendUrl INFO 3 [979] R:OK -2015-03-12 09:04:23 queue INFO >>3 [980] -2015-03-12 09:04:24 sendUrl INFO 3 [980] R:OK -2015-03-12 09:05:14 queue INFO >>3 [981] -2015-03-12 09:05:14 sendUrl INFO 3 [981] R:OK -2015-03-12 09:06:04 queue INFO >>3 [982] -2015-03-12 09:06:04 sendUrl INFO 3 [982] R:OK -2015-03-12 09:06:54 queue INFO >>3 [983] -2015-03-12 09:06:54 sendUrl INFO 3 [983] R:OK -2015-03-12 09:07:44 queue INFO >>3 [984] -2015-03-12 09:07:44 sendUrl INFO 3 [984] R:OK -2015-03-12 09:08:34 queue INFO >>3 [985] -2015-03-12 09:08:34 sendUrl INFO 3 [985] R:OK -2015-03-12 09:09:24 queue INFO >>3 [986] -2015-03-12 09:09:25 sendUrl INFO 3 [986] R:OK -2015-03-12 09:10:06 queue INFO 7 [987] -2015-03-12 09:10:06 queue INFO >7 [988] -2015-03-12 09:10:06 sendUrl INFO 7 [987] R:OK -2015-03-12 09:10:07 sendUrl INFO 7 [988] R:OK -2015-03-12 09:10:07 queue INFO 3 [989] -2015-03-12 09:10:08 queue INFO >3 [990] -2015-03-12 09:10:08 sendUrl INFO 3 [989] R:OK -2015-03-12 09:10:08 sendUrl INFO 3 [990] R:OK -2015-03-12 09:10:58 queue INFO >>3 [991] -2015-03-12 09:10:58 sendUrl INFO 3 [991] R:OK -2015-03-12 09:11:48 queue INFO >>3 [992] -2015-03-12 09:11:48 sendUrl INFO 3 [992] R:OK -2015-03-12 09:12:38 queue INFO >>3 [993] -2015-03-12 09:12:38 sendUrl INFO 3 [993] R:OK -2015-03-12 09:13:28 queue INFO >>3 [994] -2015-03-12 09:13:28 sendUrl INFO 3 [994] R:OK -2015-03-12 09:14:18 queue INFO >>3 [995] -2015-03-12 09:14:19 sendUrl INFO 3 [995] R:OK -2015-03-12 09:15:08 queue INFO >>3 [996] -2015-03-12 09:15:09 sendUrl INFO 3 [996] R:OK -2015-03-12 09:15:58 queue INFO >>3 [997] -2015-03-12 09:15:59 sendUrl INFO 3 [997] R:OK -2015-03-12 09:16:49 queue INFO >>3 [998] -2015-03-12 09:16:49 sendUrl INFO 3 [998] R:OK -2015-03-12 09:17:39 queue INFO >>3 [999] -2015-03-12 09:17:39 sendUrl INFO 3 [999] R:OK -2015-03-12 09:18:29 queue INFO >>3 [0] -2015-03-12 09:18:29 sendUrl INFO 3 [0] R:OK -2015-03-12 09:19:10 queue INFO 7 [1] -2015-03-12 09:19:10 queue INFO >7 [2] -2015-03-12 09:19:10 sendUrl INFO 7 [1] R:OK -2015-03-12 09:19:11 sendUrl INFO 7 [2] R:OK -2015-03-12 09:19:12 queue INFO 3 [3] -2015-03-12 09:19:12 queue INFO >3 [4] -2015-03-12 09:19:12 sendUrl INFO 3 [3] R:OK -2015-03-12 09:19:12 sendUrl INFO 3 [4] R:OK -2015-03-12 09:20:02 queue INFO >>3 [5] -2015-03-12 09:20:02 sendUrl INFO 3 [5] R:OK -2015-03-12 09:20:52 queue INFO >>3 [6] -2015-03-12 09:20:52 sendUrl INFO 3 [6] R:OK -2015-03-12 09:21:42 queue INFO >>3 [7] -2015-03-12 09:21:43 sendUrl INFO 3 [7] R:OK -2015-03-12 09:22:32 queue INFO >>3 [8] -2015-03-12 09:22:33 sendUrl INFO 3 [8] R:OK -2015-03-12 09:23:22 queue INFO >>3 [9] -2015-03-12 09:23:23 sendUrl INFO 3 [9] R:OK -2015-03-12 09:24:13 queue INFO >>3 [10] -2015-03-12 09:24:13 sendUrl INFO 3 [10] R:OK -2015-03-12 09:25:03 queue INFO >>3 [11] -2015-03-12 09:25:03 sendUrl INFO 3 [11] R:OK -2015-03-12 09:25:53 queue INFO >>3 [12] -2015-03-12 09:25:53 sendUrl INFO 3 [12] R:OK -2015-03-12 09:26:43 queue INFO >>3 [13] -2015-03-12 09:26:44 sendUrl INFO 3 [13] R:OK -2015-03-12 09:27:33 queue INFO >>3 [14] -2015-03-12 09:27:33 sendUrl INFO 3 [14] R:OK -2015-03-12 09:28:14 queue INFO 7 [15] -2015-03-12 09:28:15 queue INFO >7 [16] -2015-03-12 09:28:15 sendUrl INFO 7 [15] R:OK -2015-03-12 09:28:15 sendUrl INFO 7 [16] R:OK -2015-03-12 09:28:16 queue INFO 3 [17] -2015-03-12 09:28:16 queue INFO >3 [18] -2015-03-12 09:28:16 sendUrl INFO 3 [17] R:OK -2015-03-12 09:28:17 sendUrl INFO 3 [18] R:OK -2015-03-12 09:29:06 queue INFO >>3 [19] -2015-03-12 09:29:07 sendUrl INFO 3 [19] R:OK -2015-03-12 09:29:56 queue INFO >>3 [20] -2015-03-12 09:29:57 sendUrl INFO 3 [20] R:OK diff --git a/ConfIOB/Donati/1008_153/logfile.txt.20130927 b/ConfIOB/Donati/1008_153/logfile.txt.20130927 deleted file mode 100644 index e8269bc..0000000 --- a/ConfIOB/Donati/1008_153/logfile.txt.20130927 +++ /dev/null @@ -1,6249 +0,0 @@ -[2013-09-23 14:42:08] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-23 14:44:10] Avvio ProgrammaReadPar IOB-pi v.1.1 -[2013-09-23 14:44:10] Start ReadPar IOB-pi v.1.1 -[2013-09-23 14:44:10] 0 -[2013-09-23 14:44:10] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1008&valore=0 -[2013-09-23 14:44:12] >0 -[2013-09-23 14:44:12] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1008&valore=0 -[2013-09-23 14:44:12] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-23 14:44:12] NETWORK:Errore http-no com rete-timeout per url: http://192.168.51.71/MPIO/sendReboot.aspx?idxMacchina=1008 -[2013-09-23 14:45:12] >>0 -[2013-09-23 14:45:12] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1008&valore=0 -[2013-09-23 14:46:12] >>0 -[2013-09-23 17:47:49] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1008&valore=0 -[2013-09-23 17:48:49] >>0 -[2013-09-23 17:49:53] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1008&valore=0 -[2013-09-23 17:49:53] 1 -[2013-09-23 17:50:56] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1008&valore=1 -[2013-09-23 17:50:57] 2 -[2013-09-23 17:52:00] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1008&valore=2 -[2013-09-23 17:52:02] >2 -[2013-09-23 17:53:05] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1008&valore=2 -[2013-09-23 17:53:05] 4 -[2013-09-23 17:54:08] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1008&valore=4 -[2013-09-23 17:54:10] >4 -[2013-09-23 17:55:13] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1008&valore=4 -[2013-09-23 17:55:13] 8 -[2013-09-23 17:56:17] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1008&valore=8 -[2013-09-23 17:56:17] 10 -[2013-09-23 17:57:20] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1008&valore=10 -[2013-09-23 17:57:21] 20 -[2013-09-23 17:58:24] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1008&valore=20 -[2013-09-23 17:58:25] 40 -[2013-09-23 17:59:28] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1008&valore=40 -[2013-09-23 17:59:28] 80 -[2013-09-23 18:00:07] Avvio ProgrammaReadPar IOB-pi v.1.1 -[2013-09-23 18:00:07] Start ReadPar IOB-pi v.1.1 -[2013-09-23 18:00:08] 21 -[2013-09-23 18:00:10] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-23 18:00:10] >21 -[2013-09-24 08:05:05] 29 -[2013-09-24 08:05:06] >29 -[2013-09-24 08:06:06] >>29 -[2013-09-24 08:07:06] >>29 -[2013-09-24 08:08:06] >>29 -[2013-09-24 08:09:06] >>29 -[2013-09-24 08:20:52] Avvio ProgrammaReadPar IOB-pi v.1.1 -[2013-09-24 08:20:52] Start ReadPar IOB-pi v.1.1 -[2013-09-24 08:20:53] 29 -[2013-09-24 08:20:55] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-24 08:20:55] >29 -[2013-09-24 08:22:09] >>29 -[2013-09-24 08:23:09] >>29 -[2013-09-24 08:24:10] >>29 -[2013-09-24 08:24:49] Avvio ProgrammaReadPar IOB-pi v.1.1 -[2013-09-24 08:24:49] Start ReadPar IOB-pi v.1.1 -[2013-09-24 08:24:50] 29 -[2013-09-24 08:24:52] >29 -[2013-09-24 08:24:52] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-24 08:27:35] >>29 -[2013-09-24 08:28:35] >>29 -[2013-09-24 08:28:48] 21 -[2013-09-24 08:28:50] >21 -[2013-09-24 08:29:50] >>21 -[2013-09-24 08:30:50] >>21 -[2013-09-24 08:31:50] >>21 -[2013-09-24 08:32:50] >>21 -[2013-09-24 08:33:50] >>21 -[2013-09-24 08:33:57] 1 -[2013-09-24 08:33:59] >1 -[2013-09-24 08:34:19] 5 -[2013-09-24 08:34:21] 1 -[2013-09-24 08:34:22] >1 -[2013-09-24 08:35:06] 3 -[2013-09-24 08:35:07] >3 -[2013-09-24 08:36:07] >>3 -[2013-09-24 08:37:07] >>3 -[2013-09-24 08:38:13] Avvio ProgrammaReadPar IOB-pi v.1.1 -[2013-09-24 08:38:13] Start ReadPar IOB-pi v.1.1 -[2013-09-24 08:38:13] 3 -[2013-09-24 08:38:15] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-24 08:38:15] >3 -[2013-09-24 08:39:29] >>3 -[2013-09-24 08:40:29] >>3 -[2013-09-24 08:41:29] >>3 -[2013-09-24 08:42:30] >>3 -[2013-09-24 08:43:30] >>3 -[2013-09-24 08:44:30] >>3 -[2013-09-24 08:45:30] >>3 -[2013-09-24 08:46:30] >>3 -[2013-09-24 08:47:30] >>3 -[2013-09-24 08:48:30] >>3 -[2013-09-24 08:49:46] >>3 -[2013-09-24 08:50:42] 1 -[2013-09-24 08:50:43] 21 -[2013-09-24 08:50:45] >21 -[2013-09-24 08:51:14] 1 -[2013-09-24 08:51:16] >1 -[2013-09-24 08:51:46] 5 -[2013-09-24 08:51:48] 1 -[2013-09-24 08:51:49] >1 -[2013-09-24 08:52:33] 3 -[2013-09-24 08:52:34] >3 -[2013-09-24 08:53:34] >>3 -[2013-09-24 08:54:34] >>3 -[2013-09-24 08:55:34] >>3 -[2013-09-24 08:56:34] >>3 -[2013-09-24 08:57:34] >>3 -[2013-09-24 08:58:35] >>3 -[2013-09-24 08:59:02] 7 -[2013-09-24 08:59:03] 3 -[2013-09-24 08:59:05] >3 -[2013-09-24 09:00:04] >>3 -[2013-09-24 09:00:43] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-24 09:01:04] >>3 -[2013-09-24 09:02:05] >>3 -[2013-09-24 09:03:05] >>3 -[2013-09-24 09:03:43] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-24 09:04:05] >>3 -[2013-09-24 09:05:20] >>3 -[2013-09-24 09:06:17] 7 -[2013-09-24 09:06:32] 3 -[2013-09-24 09:06:34] >3 -[2013-09-24 09:07:33] >>3 -[2013-09-24 09:08:48] >>3 -[2013-09-24 09:10:03] >>3 -[2013-09-24 09:11:18] >>3 -[2013-09-24 09:12:33] >>3 -[2013-09-24 09:13:31] 7 -[2013-09-24 09:13:47] 3 -[2013-09-24 09:13:48] >3 -[2013-09-24 09:14:48] >>3 -[2013-09-24 09:16:03] >>3 -[2013-09-24 09:17:18] >>3 -[2013-09-24 09:18:32] >>3 -[2013-09-24 09:19:47] >>3 -[2013-09-24 09:20:47] 7 -[2013-09-24 09:21:02] 3 -[2013-09-24 09:21:18] >3 -[2013-09-24 09:22:18] >>3 -[2013-09-24 09:23:33] >>3 -[2013-09-24 09:24:48] >>3 -[2013-09-24 09:26:02] >>3 -[2013-09-24 09:27:17] >>3 -[2013-09-24 09:28:02] 7 -[2013-09-24 09:28:17] 3 -[2013-09-24 09:28:19] >3 -[2013-09-24 09:29:18] >>3 -[2013-09-24 09:30:33] >>3 -[2013-09-24 09:31:48] >>3 -[2013-09-24 09:32:48] >>3 -[2013-09-24 09:33:48] >>3 -[2013-09-24 09:34:49] >>3 -[2013-09-24 09:35:18] 7 -[2013-09-24 09:35:33] 3 -[2013-09-24 09:35:49] >3 -[2013-09-24 09:36:49] >>3 -[2013-09-24 09:38:04] >>3 -[2013-09-24 09:39:19] >>3 -[2013-09-24 09:40:33] >>3 -[2013-09-24 09:41:34] >>3 -[2013-09-24 09:42:33] 7 -[2013-09-24 09:42:48] 3 -[2013-09-24 09:42:50] >3 -[2013-09-24 09:43:50] >>3 -[2013-09-24 09:45:05] >>3 -[2013-09-24 09:46:05] >>3 -[2013-09-24 09:47:20] >>3 -[2013-09-24 09:48:20] >>3 -[2013-09-24 09:49:35] >>3 -[2013-09-24 09:50:49] >>3 -[2013-09-24 09:52:04] >>3 -[2013-09-24 09:53:19] >>3 -[2013-09-24 09:54:34] >>3 -[2013-09-24 09:55:49] >>3 -[2013-09-24 09:57:03] 7 -[2013-09-24 09:57:18] 3 -[2013-09-24 09:57:20] >3 -[2013-09-24 09:58:20] >>3 -[2013-09-24 09:59:34] >>3 -[2013-09-24 10:00:49] >>3 -[2013-09-24 10:02:04] >>3 -[2013-09-24 10:03:19] >>3 -[2013-09-24 10:04:18] 7 -[2013-09-24 10:04:20] 3 -[2013-09-24 10:04:36] >3 -[2013-09-24 10:05:50] >>3 -[2013-09-24 10:07:05] >>3 -[2013-09-24 10:08:20] >>3 -[2013-09-24 10:09:35] >>3 -[2013-09-24 10:10:50] >>3 -[2013-09-24 10:11:33] 7 -[2013-09-24 10:11:35] >7 -[2013-09-24 10:11:35] 3 -[2013-09-24 10:11:37] >3 -[2013-09-24 10:12:36] >>3 -[2013-09-24 10:13:51] >>3 -[2013-09-24 10:15:06] >>3 -[2013-09-24 10:16:06] >>3 -[2013-09-24 10:17:06] >>3 -[2013-09-24 10:18:06] >>3 -[2013-09-24 10:18:49] 7 -[2013-09-24 10:18:51] 3 -[2013-09-24 10:18:52] >3 -[2013-09-24 10:19:52] >>3 -[2013-09-24 10:20:52] >>3 -[2013-09-24 10:21:53] >>3 -[2013-09-24 10:22:53] >>3 -[2013-09-24 10:23:53] >>3 -[2013-09-24 10:24:53] >>3 -[2013-09-24 10:25:53] >>3 -[2013-09-24 10:26:05] 7 -[2013-09-24 10:26:06] 3 -[2013-09-24 10:26:08] >3 -[2013-09-24 10:27:08] >>3 -[2013-09-24 10:28:08] >>3 -[2013-09-24 10:29:08] >>3 -[2013-09-24 10:30:08] >>3 -[2013-09-24 10:31:08] >>3 -[2013-09-24 10:32:00] 1 -[2013-09-24 10:32:02] >1 -[2013-09-24 10:33:01] >>1 -[2013-09-24 10:33:17] 21 -[2013-09-24 10:33:19] >21 -[2013-09-24 10:34:18] >>21 -[2013-09-24 10:35:19] >>21 -[2013-09-24 10:36:19] >>21 -[2013-09-24 10:37:19] >>21 -[2013-09-24 10:37:57] 1 -[2013-09-24 10:37:58] >1 -[2013-09-24 10:38:19] 5 -[2013-09-24 10:38:21] 1 -[2013-09-24 10:38:22] >1 -[2013-09-24 10:39:05] 3 -[2013-09-24 10:39:07] >3 -[2013-09-24 10:40:07] >>3 -[2013-09-24 10:41:07] >>3 -[2013-09-24 10:42:07] >>3 -[2013-09-24 10:43:07] >>3 -[2013-09-24 10:44:08] >>3 -[2013-09-24 10:45:08] >>3 -[2013-09-24 10:45:35] 7 -[2013-09-24 10:45:36] 3 -[2013-09-24 10:45:38] >3 -[2013-09-24 10:46:38] >>3 -[2013-09-24 10:47:38] >>3 -[2013-09-24 10:48:38] >>3 -[2013-09-24 10:49:38] >>3 -[2013-09-24 10:50:38] >>3 -[2013-09-24 10:51:39] >>3 -[2013-09-24 10:52:39] >>3 -[2013-09-24 10:52:49] 7 -[2013-09-24 10:52:51] 3 -[2013-09-24 10:52:53] >3 -[2013-09-24 10:53:53] >>3 -[2013-09-24 10:54:53] >>3 -[2013-09-24 10:55:53] >>3 -[2013-09-24 10:56:54] >>3 -[2013-09-24 10:57:54] >>3 -[2013-09-24 10:58:54] >>3 -[2013-09-24 10:59:54] >>3 -[2013-09-24 11:00:01] 9 -[2013-09-24 11:00:02] >9 -[2013-09-24 11:01:02] >>9 -[2013-09-24 11:02:02] >>9 -[2013-09-24 11:03:03] >>9 -[2013-09-24 11:04:03] >>9 -[2013-09-24 11:05:03] >>9 -[2013-09-24 11:05:49] 29 -[2013-09-24 11:05:50] 21 -[2013-09-24 11:05:51] >21 -[2013-09-24 11:05:56] 1 -[2013-09-24 11:05:58] >1 -[2013-09-24 11:06:01] 9 -[2013-09-24 11:06:02] >9 -[2013-09-24 11:06:05] 29 -[2013-09-24 11:06:06] 21 -[2013-09-24 11:06:07] >21 -[2013-09-24 11:06:12] 1 -[2013-09-24 11:06:14] >1 -[2013-09-24 11:06:18] 5 -[2013-09-24 11:06:20] 1 -[2013-09-24 11:06:21] >1 -[2013-09-24 11:07:05] 3 -[2013-09-24 11:07:07] >3 -[2013-09-24 11:08:06] >>3 -[2013-09-24 11:09:07] >>3 -[2013-09-24 11:10:07] >>3 -[2013-09-24 11:11:07] >>3 -[2013-09-24 11:12:07] >>3 -[2013-09-24 11:13:07] >>3 -[2013-09-24 11:13:34] 7 -[2013-09-24 11:13:35] 3 -[2013-09-24 11:13:37] >3 -[2013-09-24 11:14:37] >>3 -[2013-09-24 11:15:37] >>3 -[2013-09-24 11:16:37] >>3 -[2013-09-24 11:17:37] >>3 -[2013-09-24 11:18:37] >>3 -[2013-09-24 11:19:38] >>3 -[2013-09-24 11:20:38] >>3 -[2013-09-24 11:20:49] 7 -[2013-09-24 11:20:50] 3 -[2013-09-24 11:20:52] >3 -[2013-09-24 11:21:51] >>3 -[2013-09-24 11:22:52] >>3 -[2013-09-24 11:23:52] >>3 -[2013-09-24 11:24:52] >>3 -[2013-09-24 11:25:52] >>3 -[2013-09-24 11:26:53] >>3 -[2013-09-24 11:27:53] >>3 -[2013-09-24 11:28:04] 7 -[2013-09-24 11:28:05] 3 -[2013-09-24 11:28:07] >3 -[2013-09-24 11:29:07] >>3 -[2013-09-24 11:30:07] >>3 -[2013-09-24 11:31:07] >>3 -[2013-09-24 11:32:07] >>3 -[2013-09-24 11:33:08] >>3 -[2013-09-24 11:34:08] >>3 -[2013-09-24 11:35:08] >>3 -[2013-09-24 11:35:20] 7 -[2013-09-24 11:35:21] 3 -[2013-09-24 11:35:23] >3 -[2013-09-24 11:36:23] >>3 -[2013-09-24 11:37:23] >>3 -[2013-09-24 11:38:23] >>3 -[2013-09-24 11:39:23] >>3 -[2013-09-24 11:40:25] >>3 -[2013-09-24 11:41:25] >>3 -[2013-09-24 11:42:25] >>3 -[2013-09-24 11:42:35] 7 -[2013-09-24 11:42:36] 3 -[2013-09-24 11:42:38] >3 -[2013-09-24 11:43:38] >>3 -[2013-09-24 11:44:38] >>3 -[2013-09-24 11:45:38] >>3 -[2013-09-24 11:46:38] >>3 -[2013-09-24 11:47:38] >>3 -[2013-09-24 11:48:39] >>3 -[2013-09-24 11:49:39] >>3 -[2013-09-24 11:49:50] 7 -[2013-09-24 11:49:51] 3 -[2013-09-24 11:49:53] >3 -[2013-09-24 11:50:52] >>3 -[2013-09-24 11:51:53] >>3 -[2013-09-24 11:52:53] >>3 -[2013-09-24 11:53:53] >>3 -[2013-09-24 11:54:53] >>3 -[2013-09-24 11:55:53] >>3 -[2013-09-24 11:56:54] >>3 -[2013-09-24 11:57:05] 7 -[2013-09-24 11:57:06] 3 -[2013-09-24 11:57:08] >3 -[2013-09-24 11:58:08] >>3 -[2013-09-24 11:59:08] >>3 -[2013-09-24 12:00:08] >>3 -[2013-09-24 12:01:08] >>3 -[2013-09-24 12:02:09] >>3 -[2013-09-24 12:03:09] >>3 -[2013-09-24 12:04:09] >>3 -[2013-09-24 12:04:20] 7 -[2013-09-24 12:04:22] 3 -[2013-09-24 12:04:23] >3 -[2013-09-24 12:05:23] >>3 -[2013-09-24 12:06:23] >>3 -[2013-09-24 12:07:24] >>3 -[2013-09-24 12:08:24] >>3 -[2013-09-24 12:09:24] >>3 -[2013-09-24 12:10:24] >>3 -[2013-09-24 12:11:24] >>3 -[2013-09-24 12:11:35] 7 -[2013-09-24 12:11:37] 3 -[2013-09-24 12:11:39] >3 -[2013-09-24 12:12:38] >>3 -[2013-09-24 12:13:39] >>3 -[2013-09-24 12:14:39] >>3 -[2013-09-24 12:15:39] >>3 -[2013-09-24 12:16:39] >>3 -[2013-09-24 12:17:39] >>3 -[2013-09-24 12:18:40] >>3 -[2013-09-24 12:18:51] 7 -[2013-09-24 12:18:53] 3 -[2013-09-24 12:18:55] >3 -[2013-09-24 12:19:54] >>3 -[2013-09-24 12:20:54] >>3 -[2013-09-24 12:21:55] >>3 -[2013-09-24 12:22:55] >>3 -[2013-09-24 12:23:55] >>3 -[2013-09-24 12:24:55] >>3 -[2013-09-24 12:25:55] >>3 -[2013-09-24 12:26:06] 7 -[2013-09-24 12:26:08] 3 -[2013-09-24 12:26:09] >3 -[2013-09-24 12:27:09] >>3 -[2013-09-24 12:28:09] >>3 -[2013-09-24 12:29:10] >>3 -[2013-09-24 12:30:10] >>3 -[2013-09-24 12:31:10] >>3 -[2013-09-24 12:32:10] >>3 -[2013-09-24 12:33:10] >>3 -[2013-09-24 12:33:21] 7 -[2013-09-24 12:33:23] 3 -[2013-09-24 12:33:24] >3 -[2013-09-24 12:34:24] >>3 -[2013-09-24 12:35:24] >>3 -[2013-09-24 12:36:24] >>3 -[2013-09-24 12:37:25] >>3 -[2013-09-24 12:38:25] >>3 -[2013-09-24 12:39:25] >>3 -[2013-09-24 12:40:25] >>3 -[2013-09-24 12:40:36] 7 -[2013-09-24 12:40:38] 3 -[2013-09-24 12:40:40] >3 -[2013-09-24 12:41:39] >>3 -[2013-09-24 12:42:39] >>3 -[2013-09-24 12:43:40] >>3 -[2013-09-24 12:44:40] >>3 -[2013-09-24 12:45:40] >>3 -[2013-09-24 12:46:40] >>3 -[2013-09-24 12:47:41] >>3 -[2013-09-24 12:47:52] 7 -[2013-09-24 12:47:53] 3 -[2013-09-24 12:47:55] >3 -[2013-09-24 12:48:55] >>3 -[2013-09-24 12:49:55] >>3 -[2013-09-24 12:50:55] >>3 -[2013-09-24 12:51:55] >>3 -[2013-09-24 12:52:55] >>3 -[2013-09-24 12:53:56] >>3 -[2013-09-24 12:54:56] >>3 -[2013-09-24 12:55:07] 7 -[2013-09-24 12:55:09] 3 -[2013-09-24 12:55:10] >3 -[2013-09-24 12:56:10] >>3 -[2013-09-24 12:57:10] >>3 -[2013-09-24 12:58:10] >>3 -[2013-09-24 12:59:11] >>3 -[2013-09-24 13:00:11] >>3 -[2013-09-24 13:01:11] >>3 -[2013-09-24 13:02:11] >>3 -[2013-09-24 13:02:23] 7 -[2013-09-24 13:02:24] 3 -[2013-09-24 13:02:26] >3 -[2013-09-24 13:03:25] >>3 -[2013-09-24 13:04:26] >>3 -[2013-09-24 13:05:26] >>3 -[2013-09-24 13:06:26] >>3 -[2013-09-24 13:07:26] >>3 -[2013-09-24 13:08:26] >>3 -[2013-09-24 13:09:27] >>3 -[2013-09-24 13:09:38] 7 -[2013-09-24 13:09:39] 3 -[2013-09-24 13:09:41] >3 -[2013-09-24 13:10:41] >>3 -[2013-09-24 13:11:41] >>3 -[2013-09-24 13:12:41] >>3 -[2013-09-24 13:13:41] >>3 -[2013-09-24 13:14:41] >>3 -[2013-09-24 13:15:42] >>3 -[2013-09-24 13:16:42] >>3 -[2013-09-24 13:16:53] 7 -[2013-09-24 13:16:54] 3 -[2013-09-24 13:16:56] >3 -[2013-09-24 13:17:55] >>3 -[2013-09-24 13:18:56] >>3 -[2013-09-24 13:19:56] >>3 -[2013-09-24 13:20:56] >>3 -[2013-09-24 13:21:56] >>3 -[2013-09-24 13:22:57] >>3 -[2013-09-24 13:23:57] >>3 -[2013-09-24 13:24:08] 7 -[2013-09-24 13:24:09] 3 -[2013-09-24 13:24:11] >3 -[2013-09-24 13:25:11] >>3 -[2013-09-24 13:26:11] >>3 -[2013-09-24 13:27:11] >>3 -[2013-09-24 13:28:12] >>3 -[2013-09-24 13:29:12] >>3 -[2013-09-24 13:30:12] >>3 -[2013-09-24 13:31:12] >>3 -[2013-09-24 13:31:23] 7 -[2013-09-24 13:31:24] 3 -[2013-09-24 13:31:25] 21 -[2013-09-24 13:31:27] >21 -[2013-09-24 13:32:26] >>21 -[2013-09-24 13:33:27] >>21 -[2013-09-24 13:34:27] >>21 -[2013-09-24 13:35:08] 1 -[2013-09-24 13:35:10] >1 -[2013-09-24 13:35:17] 3 -[2013-09-24 13:35:19] >3 -[2013-09-24 13:36:19] >>3 -[2013-09-24 13:37:19] >>3 -[2013-09-24 13:38:19] >>3 -[2013-09-24 13:39:19] >>3 -[2013-09-24 13:40:19] >>3 -[2013-09-24 13:41:20] >>3 -[2013-09-24 13:41:46] 7 -[2013-09-24 13:41:47] 3 -[2013-09-24 13:41:49] >3 -[2013-09-24 13:42:49] >>3 -[2013-09-24 13:43:51] >>3 -[2013-09-24 13:44:52] >>3 -[2013-09-24 13:45:52] >>3 -[2013-09-24 13:46:52] >>3 -[2013-09-24 13:47:52] >>3 -[2013-09-24 13:48:52] >>3 -[2013-09-24 13:49:01] 7 -[2013-09-24 13:49:03] 3 -[2013-09-24 13:49:05] >3 -[2013-09-24 13:50:05] >>3 -[2013-09-24 13:51:05] >>3 -[2013-09-24 13:52:05] >>3 -[2013-09-24 13:53:06] >>3 -[2013-09-24 13:54:06] >>3 -[2013-09-24 13:55:06] >>3 -[2013-09-24 13:56:06] >>3 -[2013-09-24 13:56:16] 7 -[2013-09-24 13:56:18] 3 -[2013-09-24 13:56:20] >3 -[2013-09-24 13:57:19] >>3 -[2013-09-24 13:58:19] >>3 -[2013-09-24 13:59:20] >>3 -[2013-09-24 14:00:20] >>3 -[2013-09-24 14:01:20] >>3 -[2013-09-24 14:02:20] >>3 -[2013-09-24 14:03:21] >>3 -[2013-09-24 14:03:31] 7 -[2013-09-24 14:03:33] 3 -[2013-09-24 14:03:34] >3 -[2013-09-24 14:04:34] >>3 -[2013-09-24 14:05:34] >>3 -[2013-09-24 14:06:35] >>3 -[2013-09-24 14:07:35] >>3 -[2013-09-24 14:08:35] >>3 -[2013-09-24 14:09:35] >>3 -[2013-09-24 14:10:35] >>3 -[2013-09-24 14:10:47] 7 -[2013-09-24 14:10:48] 3 -[2013-09-24 14:10:50] >3 -[2013-09-24 14:11:49] >>3 -[2013-09-24 14:12:50] >>3 -[2013-09-24 14:13:50] >>3 -[2013-09-24 14:14:50] >>3 -[2013-09-24 14:15:50] >>3 -[2013-09-24 14:16:51] >>3 -[2013-09-24 14:17:51] >>3 -[2013-09-24 14:18:02] 7 -[2013-09-24 14:18:03] 3 -[2013-09-24 14:18:05] >3 -[2013-09-24 14:19:05] >>3 -[2013-09-24 14:20:05] >>3 -[2013-09-24 14:21:05] >>3 -[2013-09-24 14:22:05] >>3 -[2013-09-24 14:23:06] >>3 -[2013-09-24 14:24:06] >>3 -[2013-09-24 14:25:06] >>3 -[2013-09-24 14:25:17] 7 -[2013-09-24 14:25:19] 3 -[2013-09-24 14:25:20] >3 -[2013-09-24 14:26:20] >>3 -[2013-09-24 14:27:20] >>3 -[2013-09-24 14:28:21] >>3 -[2013-09-24 14:29:21] >>3 -[2013-09-24 14:30:21] >>3 -[2013-09-24 14:31:21] >>3 -[2013-09-24 14:32:21] >>3 -[2013-09-24 14:32:33] 7 -[2013-09-24 14:32:34] 3 -[2013-09-24 14:32:36] >3 -[2013-09-24 14:33:35] >>3 -[2013-09-24 14:34:36] >>3 -[2013-09-24 14:35:36] >>3 -[2013-09-24 14:36:36] >>3 -[2013-09-24 14:37:36] >>3 -[2013-09-24 14:38:37] >>3 -[2013-09-24 14:39:37] >>3 -[2013-09-24 14:39:48] 7 -[2013-09-24 14:39:49] 3 -[2013-09-24 14:39:51] >3 -[2013-09-24 14:40:51] >>3 -[2013-09-24 14:41:51] >>3 -[2013-09-24 14:42:51] >>3 -[2013-09-24 14:43:51] >>3 -[2013-09-24 14:44:52] >>3 -[2013-09-24 14:45:52] >>3 -[2013-09-24 14:46:52] >>3 -[2013-09-24 14:47:03] 7 -[2013-09-24 14:47:04] 3 -[2013-09-24 14:47:06] >3 -[2013-09-24 14:48:06] >>3 -[2013-09-24 14:49:06] >>3 -[2013-09-24 14:50:06] >>3 -[2013-09-24 14:51:06] >>3 -[2013-09-24 14:52:07] >>3 -[2013-09-24 14:53:07] >>3 -[2013-09-24 14:54:07] >>3 -[2013-09-24 14:54:18] 7 -[2013-09-24 14:54:20] 3 -[2013-09-24 14:54:21] >3 -[2013-09-24 14:55:21] >>3 -[2013-09-24 14:56:21] >>3 -[2013-09-24 14:57:21] >>3 -[2013-09-24 14:58:22] >>3 -[2013-09-24 14:59:22] >>3 -[2013-09-24 15:00:22] >>3 -[2013-09-24 15:01:22] >>3 -[2013-09-24 15:01:33] 7 -[2013-09-24 15:01:35] 3 -[2013-09-24 15:01:37] >3 -[2013-09-24 15:02:36] >>3 -[2013-09-24 15:03:09] 21 -[2013-09-24 15:03:11] >21 -[2013-09-24 15:04:11] >>21 -[2013-09-24 15:05:11] >>21 -[2013-09-24 15:06:11] >>21 -[2013-09-24 15:07:11] >>21 -[2013-09-24 15:08:12] >>21 -[2013-09-24 15:09:12] >>21 -[2013-09-24 15:10:12] >>21 -[2013-09-24 15:10:20] 1 -[2013-09-24 15:10:21] >1 -[2013-09-24 15:10:26] 3 -[2013-09-24 15:10:27] >3 -[2013-09-24 15:11:27] >>3 -[2013-09-24 15:12:27] >>3 -[2013-09-24 15:13:28] >>3 -[2013-09-24 15:14:28] >>3 -[2013-09-24 15:15:28] >>3 -[2013-09-24 15:16:28] >>3 -[2013-09-24 15:16:54] 7 -[2013-09-24 15:16:56] 3 -[2013-09-24 15:16:58] >3 -[2013-09-24 15:17:57] >>3 -[2013-09-24 15:18:58] >>3 -[2013-09-24 15:19:58] >>3 -[2013-09-24 15:20:58] >>3 -[2013-09-24 15:21:58] >>3 -[2013-09-24 15:22:58] >>3 -[2013-09-24 15:23:59] >>3 -[2013-09-24 15:24:10] 7 -[2013-09-24 15:24:11] 3 -[2013-09-24 15:24:13] >3 -[2013-09-24 15:25:13] >>3 -[2013-09-24 15:26:13] >>3 -[2013-09-24 15:27:13] >>3 -[2013-09-24 15:28:13] >>3 -[2013-09-24 15:29:13] >>3 -[2013-09-24 15:30:14] >>3 -[2013-09-24 15:31:14] >>3 -[2013-09-24 15:31:25] 7 -[2013-09-24 15:31:27] 3 -[2013-09-24 15:31:28] >3 -[2013-09-24 15:32:28] >>3 -[2013-09-24 15:33:28] >>3 -[2013-09-24 15:34:28] >>3 -[2013-09-24 15:35:29] >>3 -[2013-09-24 15:36:29] >>3 -[2013-09-24 15:37:29] >>3 -[2013-09-24 15:38:29] >>3 -[2013-09-24 15:38:40] 7 -[2013-09-24 15:38:42] 3 -[2013-09-24 15:38:43] >3 -[2013-09-24 15:39:43] >>3 -[2013-09-24 15:40:43] >>3 -[2013-09-24 15:41:43] >>3 -[2013-09-24 15:42:43] >>3 -[2013-09-24 15:43:44] >>3 -[2013-09-24 15:44:44] >>3 -[2013-09-24 15:45:44] >>3 -[2013-09-24 15:45:55] 7 -[2013-09-24 15:45:57] 3 -[2013-09-24 15:45:58] >3 -[2013-09-24 15:46:58] >>3 -[2013-09-24 15:47:58] >>3 -[2013-09-24 15:48:59] >>3 -[2013-09-24 15:49:59] >>3 -[2013-09-24 15:50:59] >>3 -[2013-09-24 15:51:59] >>3 -[2013-09-24 15:52:59] >>3 -[2013-09-24 15:53:10] 7 -[2013-09-24 15:53:12] 3 -[2013-09-24 15:53:13] >3 -[2013-09-24 15:54:13] >>3 -[2013-09-24 15:55:13] >>3 -[2013-09-24 15:56:13] >>3 -[2013-09-24 15:57:14] >>3 -[2013-09-24 15:58:14] >>3 -[2013-09-24 15:59:14] >>3 -[2013-09-24 16:00:14] >>3 -[2013-09-24 16:00:26] 7 -[2013-09-24 16:00:28] 3 -[2013-09-24 16:00:29] >3 -[2013-09-24 16:01:29] >>3 -[2013-09-24 16:02:29] >>3 -[2013-09-24 16:03:29] >>3 -[2013-09-24 16:04:30] >>3 -[2013-09-24 16:05:30] >>3 -[2013-09-24 16:06:30] >>3 -[2013-09-24 16:07:30] >>3 -[2013-09-24 16:07:41] 7 -[2013-09-24 16:07:43] 3 -[2013-09-24 16:07:44] >3 -[2013-09-24 16:08:44] >>3 -[2013-09-24 16:09:44] >>3 -[2013-09-24 16:10:45] >>3 -[2013-09-24 16:11:45] >>3 -[2013-09-24 16:12:45] >>3 -[2013-09-24 16:13:45] >>3 -[2013-09-24 16:14:45] >>3 -[2013-09-24 16:14:56] 7 -[2013-09-24 16:14:58] 3 -[2013-09-24 16:15:00] >3 -[2013-09-24 16:15:59] >>3 -[2013-09-24 16:17:00] >>3 -[2013-09-24 16:18:00] >>3 -[2013-09-24 16:19:00] >>3 -[2013-09-24 16:20:00] >>3 -[2013-09-24 16:21:00] >>3 -[2013-09-24 16:22:01] >>3 -[2013-09-24 16:22:11] 7 -[2013-09-24 16:22:13] 3 -[2013-09-24 16:22:15] >3 -[2013-09-24 16:23:14] >>3 -[2013-09-24 16:24:15] >>3 -[2013-09-24 16:25:15] >>3 -[2013-09-24 16:26:15] >>3 -[2013-09-24 16:27:15] >>3 -[2013-09-24 16:28:15] >>3 -[2013-09-24 16:29:16] >>3 -[2013-09-24 16:29:27] 7 -[2013-09-24 16:29:28] 3 -[2013-09-24 16:29:30] >3 -[2013-09-24 16:30:30] >>3 -[2013-09-24 16:31:30] >>3 -[2013-09-24 16:32:30] >>3 -[2013-09-24 16:33:30] >>3 -[2013-09-24 16:34:31] >>3 -[2013-09-24 16:35:31] >>3 -[2013-09-24 16:36:31] >>3 -[2013-09-24 16:36:42] 7 -[2013-09-24 16:36:43] 3 -[2013-09-24 16:36:45] >3 -[2013-09-24 16:37:35] 21 -[2013-09-24 16:37:37] >21 -[2013-09-24 16:38:36] >>21 -[2013-09-24 16:39:37] >>21 -[2013-09-24 16:40:37] >>21 -[2013-09-24 16:40:52] 1 -[2013-09-24 16:40:54] >1 -[2013-09-24 16:40:59] 3 -[2013-09-24 16:41:00] >3 -[2013-09-24 16:42:00] >>3 -[2013-09-24 16:43:00] >>3 -[2013-09-24 16:44:00] >>3 -[2013-09-24 16:45:01] >>3 -[2013-09-24 16:46:01] >>3 -[2013-09-24 16:47:01] >>3 -[2013-09-24 16:47:27] 7 -[2013-09-24 16:47:29] 3 -[2013-09-24 16:47:30] >3 -[2013-09-24 16:48:30] >>3 -[2013-09-24 16:49:30] >>3 -[2013-09-24 16:50:31] >>3 -[2013-09-24 16:51:31] >>3 -[2013-09-24 16:52:31] >>3 -[2013-09-24 16:53:31] >>3 -[2013-09-24 16:54:31] >>3 -[2013-09-24 16:54:42] 7 -[2013-09-24 16:54:44] 3 -[2013-09-24 16:54:46] >3 -[2013-09-24 16:55:45] >>3 -[2013-09-24 16:56:46] >>3 -[2013-09-24 16:57:46] >>3 -[2013-09-24 16:58:46] >>3 -[2013-09-24 16:59:46] >>3 -[2013-09-24 17:00:46] >>3 -[2013-09-24 17:01:47] >>3 -[2013-09-24 17:01:58] 7 -[2013-09-24 17:01:59] 3 -[2013-09-24 17:02:01] >3 -[2013-09-24 17:03:01] >>3 -[2013-09-24 17:04:01] >>3 -[2013-09-24 17:05:01] >>3 -[2013-09-24 17:06:01] >>3 -[2013-09-24 17:07:02] >>3 -[2013-09-24 17:08:02] >>3 -[2013-09-24 17:09:02] >>3 -[2013-09-24 17:09:09] 9 -[2013-09-24 17:09:10] >9 -[2013-09-24 17:10:10] >>9 -[2013-09-24 17:11:10] >>9 -[2013-09-24 17:12:10] >>9 -[2013-09-24 17:13:11] >>9 -[2013-09-24 17:14:11] >>9 -[2013-09-24 17:15:11] >>9 -[2013-09-24 17:16:11] >>9 -[2013-09-24 17:17:11] >>9 -[2013-09-24 17:18:12] >>9 -[2013-09-24 17:19:12] >>9 -[2013-09-24 17:20:12] >>9 -[2013-09-24 17:21:12] >>9 -[2013-09-24 17:22:13] >>9 -[2013-09-24 17:23:13] >>9 -[2013-09-24 17:24:13] >>9 -[2013-09-24 17:25:13] >>9 -[2013-09-24 17:25:42] 29 -[2013-09-24 17:25:43] 21 -[2013-09-24 17:25:44] 1 -[2013-09-24 17:25:45] >1 -[2013-09-24 17:25:50] 9 -[2013-09-24 17:25:51] >9 -[2013-09-24 17:25:56] 29 -[2013-09-24 17:25:56] 21 -[2013-09-24 17:25:58] >21 -[2013-09-24 17:26:06] 1 -[2013-09-24 17:26:08] 5 -[2013-09-24 17:26:09] 1 -[2013-09-24 17:26:10] >1 -[2013-09-24 17:26:54] 3 -[2013-09-24 17:26:56] >3 -[2013-09-24 17:28:03] >>3 -[2013-09-24 17:29:03] >>3 -[2013-09-24 17:30:04] >>3 -[2013-09-24 17:31:04] >>3 -[2013-09-24 17:32:04] >>3 -[2013-09-24 17:33:04] >>3 -[2013-09-24 17:33:22] 7 -[2013-09-24 17:33:24] 3 -[2013-09-24 17:33:26] >3 -[2013-09-24 17:34:25] >>3 -[2013-09-24 17:35:26] >>3 -[2013-09-24 17:36:26] >>3 -[2013-09-24 17:37:26] >>3 -[2013-09-24 17:38:26] >>3 -[2013-09-24 17:39:26] >>3 -[2013-09-24 17:40:27] >>3 -[2013-09-24 17:40:38] 7 -[2013-09-24 17:40:39] 3 -[2013-09-24 17:40:41] >3 -[2013-09-24 17:41:41] >>3 -[2013-09-24 17:42:41] >>3 -[2013-09-24 17:43:41] >>3 -[2013-09-24 17:44:42] >>3 -[2013-09-24 17:45:42] >>3 -[2013-09-24 17:46:42] >>3 -[2013-09-24 17:47:42] >>3 -[2013-09-24 17:47:53] 7 -[2013-09-24 17:47:55] 3 -[2013-09-24 17:47:56] >3 -[2013-09-24 17:48:56] >>3 -[2013-09-24 17:49:56] >>3 -[2013-09-24 17:50:56] >>3 -[2013-09-24 17:51:57] >>3 -[2013-09-24 17:52:57] >>3 -[2013-09-24 17:53:57] >>3 -[2013-09-24 17:54:57] >>3 -[2013-09-24 17:55:09] 7 -[2013-09-24 17:55:10] 3 -[2013-09-24 17:55:12] >3 -[2013-09-24 17:56:12] >>3 -[2013-09-24 17:57:12] >>3 -[2013-09-24 17:58:12] >>3 -[2013-09-24 17:59:12] >>3 -[2013-09-24 18:00:13] >>3 -[2013-09-24 18:01:13] >>3 -[2013-09-24 18:02:13] >>3 -[2013-09-24 18:02:24] 7 -[2013-09-24 18:02:25] 3 -[2013-09-24 18:02:27] >3 -[2013-09-24 18:03:27] >>3 -[2013-09-24 18:04:27] >>3 -[2013-09-24 18:05:27] >>3 -[2013-09-24 18:06:27] >>3 -[2013-09-24 18:07:27] >>3 -[2013-09-24 18:08:28] >>3 -[2013-09-24 18:09:28] >>3 -[2013-09-24 18:09:39] 7 -[2013-09-24 18:09:41] 3 -[2013-09-24 18:09:42] >3 -[2013-09-24 18:10:42] >>3 -[2013-09-24 18:11:42] >>3 -[2013-09-24 18:12:42] >>3 -[2013-09-24 18:13:43] >>3 -[2013-09-24 18:14:43] >>3 -[2013-09-24 18:15:43] >>3 -[2013-09-24 18:16:43] >>3 -[2013-09-24 18:16:54] 7 -[2013-09-24 18:16:55] 3 -[2013-09-24 18:16:57] >3 -[2013-09-24 18:17:57] >>3 -[2013-09-24 18:18:57] >>3 -[2013-09-24 18:19:57] >>3 -[2013-09-24 18:20:57] >>3 -[2013-09-24 18:21:58] >>3 -[2013-09-24 18:22:58] >>3 -[2013-09-24 18:23:58] >>3 -[2013-09-24 18:24:09] 7 -[2013-09-24 18:24:11] 3 -[2013-09-24 18:24:12] >3 -[2013-09-24 18:25:12] >>3 -[2013-09-24 18:26:12] >>3 -[2013-09-24 18:27:13] >>3 -[2013-09-24 18:28:13] >>3 -[2013-09-24 18:29:13] >>3 -[2013-09-24 18:30:13] >>3 -[2013-09-24 18:31:13] >>3 -[2013-09-24 18:31:25] 7 -[2013-09-24 18:31:26] 3 -[2013-09-24 18:31:28] >3 -[2013-09-24 18:32:28] >>3 -[2013-09-24 18:33:28] >>3 -[2013-09-24 18:34:28] >>3 -[2013-09-24 18:35:28] >>3 -[2013-09-24 18:36:28] >>3 -[2013-09-24 18:37:29] >>3 -[2013-09-24 18:38:29] >>3 -[2013-09-24 18:38:40] 7 -[2013-09-24 18:38:42] 3 -[2013-09-24 18:38:44] >3 -[2013-09-24 18:39:43] >>3 -[2013-09-24 18:40:44] >>3 -[2013-09-24 18:41:44] >>3 -[2013-09-24 18:42:44] >>3 -[2013-09-24 18:43:44] >>3 -[2013-09-24 18:44:44] >>3 -[2013-09-24 18:45:45] >>3 -[2013-09-24 18:45:55] 7 -[2013-09-24 18:45:57] 3 -[2013-09-24 18:45:58] >3 -[2013-09-24 18:46:58] >>3 -[2013-09-24 18:47:58] >>3 -[2013-09-24 18:48:59] >>3 -[2013-09-24 18:49:59] >>3 -[2013-09-24 18:50:59] >>3 -[2013-09-24 18:51:03] 1 -[2013-09-24 18:51:05] >1 -[2013-09-24 18:52:04] >>1 -[2013-09-24 18:53:05] >>1 -[2013-09-24 18:54:05] >>1 -[2013-09-24 18:55:05] >>1 -[2013-09-24 18:56:05] >>1 -[2013-09-24 18:56:14] 21 -[2013-09-24 18:56:16] >21 -[2013-09-24 18:56:31] 1 -[2013-09-24 18:56:32] >1 -[2013-09-24 18:57:32] >>1 -[2013-09-24 18:58:32] >>1 -[2013-09-24 18:59:32] >>1 -[2013-09-24 18:59:55] 21 -[2013-09-24 18:59:57] >21 -[2013-09-24 19:00:56] >>21 -[2013-09-24 19:01:57] >>21 -[2013-09-24 19:02:57] >>21 -[2013-09-24 19:03:57] >>21 -[2013-09-24 19:04:57] >>21 -[2013-09-24 19:05:25] 1 -[2013-09-24 19:05:27] >1 -[2013-09-24 19:05:46] 5 -[2013-09-24 19:05:47] 1 -[2013-09-24 19:05:49] >1 -[2013-09-24 19:06:32] 3 -[2013-09-24 19:06:34] >3 -[2013-09-24 19:07:33] >>3 -[2013-09-24 19:08:34] >>3 -[2013-09-24 19:09:34] >>3 -[2013-09-24 19:10:34] >>3 -[2013-09-24 19:11:34] >>3 -[2013-09-24 19:12:34] >>3 -[2013-09-24 19:13:01] 7 -[2013-09-24 19:13:03] 3 -[2013-09-24 19:13:04] >3 -[2013-09-24 19:14:04] >>3 -[2013-09-24 19:15:04] >>3 -[2013-09-24 19:16:05] >>3 -[2013-09-24 19:17:05] >>3 -[2013-09-24 19:18:05] >>3 -[2013-09-24 19:19:05] >>3 -[2013-09-24 19:20:05] >>3 -[2013-09-24 19:20:16] 7 -[2013-09-24 19:20:18] 3 -[2013-09-24 19:20:20] >3 -[2013-09-24 19:21:19] >>3 -[2013-09-24 19:22:20] >>3 -[2013-09-24 19:23:20] >>3 -[2013-09-24 19:24:20] >>3 -[2013-09-24 19:25:20] >>3 -[2013-09-24 19:26:20] >>3 -[2013-09-24 19:27:21] >>3 -[2013-09-24 19:27:31] 7 -[2013-09-24 19:27:33] 3 -[2013-09-24 19:27:35] >3 -[2013-09-24 19:28:34] >>3 -[2013-09-24 19:29:34] >>3 -[2013-09-24 19:30:35] >>3 -[2013-09-24 19:31:35] >>3 -[2013-09-24 19:32:35] >>3 -[2013-09-24 19:33:35] >>3 -[2013-09-24 19:34:36] >>3 -[2013-09-24 19:34:47] 7 -[2013-09-24 19:34:48] 3 -[2013-09-24 19:34:50] >3 -[2013-09-24 19:35:50] >>3 -[2013-09-24 19:36:50] >>3 -[2013-09-24 19:37:50] >>3 -[2013-09-24 19:38:50] >>3 -[2013-09-24 19:39:50] >>3 -[2013-09-24 19:40:51] >>3 -[2013-09-24 19:41:51] >>3 -[2013-09-24 19:42:01] 7 -[2013-09-24 19:42:03] 3 -[2013-09-24 19:42:05] >3 -[2013-09-24 19:43:04] >>3 -[2013-09-24 19:44:05] >>3 -[2013-09-24 19:45:05] >>3 -[2013-09-24 19:46:05] >>3 -[2013-09-24 19:47:05] >>3 -[2013-09-24 19:48:05] >>3 -[2013-09-24 19:49:06] >>3 -[2013-09-24 19:49:17] 7 -[2013-09-24 19:49:19] 3 -[2013-09-24 19:49:21] >3 -[2013-09-24 19:50:20] >>3 -[2013-09-24 19:51:20] >>3 -[2013-09-24 19:52:21] >>3 -[2013-09-24 19:53:21] >>3 -[2013-09-24 19:54:21] >>3 -[2013-09-24 19:55:21] >>3 -[2013-09-24 19:56:21] >>3 -[2013-09-24 19:56:33] 7 -[2013-09-24 19:56:34] 3 -[2013-09-24 19:56:36] >3 -[2013-09-24 19:57:36] >>3 -[2013-09-24 19:58:36] >>3 -[2013-09-24 19:59:36] >>3 -[2013-09-24 20:00:36] >>3 -[2013-09-24 20:01:36] >>3 -[2013-09-24 20:02:37] >>3 -[2013-09-24 20:03:37] >>3 -[2013-09-24 20:03:48] 7 -[2013-09-24 20:03:50] 3 -[2013-09-24 20:03:51] >3 -[2013-09-24 20:04:51] >>3 -[2013-09-24 20:05:51] >>3 -[2013-09-24 20:06:51] >>3 -[2013-09-24 20:07:52] >>3 -[2013-09-24 20:08:52] >>3 -[2013-09-24 20:09:52] >>3 -[2013-09-24 20:10:52] >>3 -[2013-09-24 20:11:03] 7 -[2013-09-24 20:11:04] 3 -[2013-09-24 20:11:06] >3 -[2013-09-24 20:12:06] >>3 -[2013-09-24 20:13:06] >>3 -[2013-09-24 20:14:06] >>3 -[2013-09-24 20:15:06] >>3 -[2013-09-24 20:16:07] >>3 -[2013-09-24 20:17:07] >>3 -[2013-09-24 20:18:07] >>3 -[2013-09-24 20:18:18] 7 -[2013-09-24 20:18:20] 3 -[2013-09-24 20:18:21] >3 -[2013-09-24 20:19:21] >>3 -[2013-09-24 20:20:21] >>3 -[2013-09-24 20:21:22] >>3 -[2013-09-24 20:22:22] >>3 -[2013-09-24 20:23:22] >>3 -[2013-09-24 20:24:22] >>3 -[2013-09-24 20:25:22] >>3 -[2013-09-24 20:25:33] 7 -[2013-09-24 20:25:35] 3 -[2013-09-24 20:25:36] >3 -[2013-09-24 20:26:36] >>3 -[2013-09-24 20:27:36] >>3 -[2013-09-24 20:28:36] >>3 -[2013-09-24 20:29:37] >>3 -[2013-09-24 20:30:37] >>3 -[2013-09-24 20:31:37] >>3 -[2013-09-24 20:32:37] >>3 -[2013-09-24 20:32:49] 7 -[2013-09-24 20:32:50] 3 -[2013-09-24 20:32:52] >3 -[2013-09-24 20:33:51] >>3 -[2013-09-24 20:34:51] >>3 -[2013-09-24 20:35:52] >>3 -[2013-09-24 20:36:52] >>3 -[2013-09-24 20:37:52] >>3 -[2013-09-24 20:38:52] >>3 -[2013-09-24 20:39:53] >>3 -[2013-09-24 20:40:04] 7 -[2013-09-24 20:40:06] 3 -[2013-09-24 20:40:07] >3 -[2013-09-24 20:41:07] >>3 -[2013-09-24 20:42:07] >>3 -[2013-09-24 20:43:08] >>3 -[2013-09-24 20:44:08] >>3 -[2013-09-24 20:45:08] >>3 -[2013-09-24 20:46:08] >>3 -[2013-09-24 20:47:08] >>3 -[2013-09-24 20:47:19] 7 -[2013-09-24 20:47:21] 3 -[2013-09-24 20:47:22] >3 -[2013-09-24 20:48:22] >>3 -[2013-09-24 20:49:22] >>3 -[2013-09-24 20:50:22] >>3 -[2013-09-24 20:51:23] >>3 -[2013-09-24 20:52:23] >>3 -[2013-09-24 20:53:23] >>3 -[2013-09-24 20:54:23] >>3 -[2013-09-24 20:54:34] 7 -[2013-09-24 20:54:36] 3 -[2013-09-24 20:54:38] >3 -[2013-09-24 20:55:37] >>3 -[2013-09-24 20:56:38] >>3 -[2013-09-24 20:57:38] >>3 -[2013-09-24 20:58:38] >>3 -[2013-09-24 20:59:38] >>3 -[2013-09-24 21:00:38] >>3 -[2013-09-24 21:01:39] >>3 -[2013-09-24 21:01:49] 7 -[2013-09-24 21:01:51] 3 -[2013-09-24 21:01:52] >3 -[2013-09-24 21:02:52] >>3 -[2013-09-24 21:03:52] >>3 -[2013-09-24 21:04:53] >>3 -[2013-09-24 21:05:53] >>3 -[2013-09-24 21:06:53] >>3 -[2013-09-24 21:07:53] >>3 -[2013-09-24 21:08:53] >>3 -[2013-09-24 21:09:05] 7 -[2013-09-24 21:09:06] 3 -[2013-09-24 21:09:08] >3 -[2013-09-24 21:10:07] >>3 -[2013-09-24 21:11:08] >>3 -[2013-09-24 21:12:08] >>3 -[2013-09-24 21:13:08] >>3 -[2013-09-24 21:14:08] >>3 -[2013-09-24 21:15:08] >>3 -[2013-09-24 21:16:09] >>3 -[2013-09-24 21:16:20] 7 -[2013-09-24 21:16:21] 3 -[2013-09-24 21:16:23] >3 -[2013-09-24 21:16:40] 9 -[2013-09-24 21:16:41] >9 -[2013-09-24 21:17:41] >>9 -[2013-09-24 21:18:41] >>9 -[2013-09-24 21:19:41] >>9 -[2013-09-24 21:20:42] >>9 -[2013-09-24 21:21:42] >>9 -[2013-09-24 21:22:42] >>9 -[2013-09-24 21:23:42] >>9 -[2013-09-24 21:24:42] >>9 -[2013-09-24 21:25:43] >>9 -[2013-09-24 21:26:43] >>9 -[2013-09-24 21:27:43] >>9 -[2013-09-24 21:27:58] 29 -[2013-09-24 21:27:58] 21 -[2013-09-24 21:28:00] >21 -[2013-09-24 21:28:22] 1 -[2013-09-24 21:28:24] >1 -[2013-09-24 21:28:56] 3 -[2013-09-24 21:28:58] >3 -[2013-09-24 21:29:58] >>3 -[2013-09-24 21:30:58] >>3 -[2013-09-24 21:31:58] >>3 -[2013-09-24 21:32:58] >>3 -[2013-09-24 21:33:59] >>3 -[2013-09-24 21:34:59] >>3 -[2013-09-24 21:35:25] 7 -[2013-09-24 21:35:27] 3 -[2013-09-24 21:35:29] >3 -[2013-09-24 21:36:28] >>3 -[2013-09-24 21:37:29] >>3 -[2013-09-24 21:38:29] >>3 -[2013-09-24 21:39:29] >>3 -[2013-09-24 21:40:29] >>3 -[2013-09-24 21:41:29] >>3 -[2013-09-24 21:42:30] >>3 -[2013-09-24 21:42:40] 7 -[2013-09-24 21:42:42] 3 -[2013-09-24 21:42:44] >3 -[2013-09-24 21:43:43] >>3 -[2013-09-24 21:44:43] >>3 -[2013-09-24 21:45:44] >>3 -[2013-09-24 21:46:44] >>3 -[2013-09-24 21:47:44] >>3 -[2013-09-24 21:48:44] >>3 -[2013-09-24 21:49:45] >>3 -[2013-09-24 21:49:55] 7 -[2013-09-24 21:49:57] 3 -[2013-09-24 21:49:58] >3 -[2013-09-24 21:50:58] >>3 -[2013-09-24 21:51:58] >>3 -[2013-09-24 21:52:59] >>3 -[2013-09-24 21:53:59] >>3 -[2013-09-24 21:54:59] >>3 -[2013-09-24 21:55:59] >>3 -[2013-09-24 21:56:59] >>3 -[2013-09-24 21:57:10] 7 -[2013-09-24 21:57:12] 3 -[2013-09-24 21:57:14] >3 -[2013-09-24 21:58:13] >>3 -[2013-09-24 21:59:14] >>3 -[2013-09-24 22:00:14] >>3 -[2013-09-24 22:01:14] >>3 -[2013-09-24 22:02:14] >>3 -[2013-09-24 22:03:14] >>3 -[2013-09-24 22:04:15] >>3 -[2013-09-24 22:04:26] 7 -[2013-09-24 22:04:27] 3 -[2013-09-24 22:04:29] >3 -[2013-09-24 22:05:29] >>3 -[2013-09-24 22:06:29] >>3 -[2013-09-24 22:07:29] >>3 -[2013-09-24 22:08:29] >>3 -[2013-09-24 22:09:29] >>3 -[2013-09-24 22:10:30] >>3 -[2013-09-24 22:11:30] >>3 -[2013-09-24 22:11:41] 7 -[2013-09-24 22:11:43] 3 -[2013-09-24 22:11:45] >3 -[2013-09-24 22:12:44] >>3 -[2013-09-24 22:13:45] >>3 -[2013-09-24 22:14:45] >>3 -[2013-09-24 22:15:45] >>3 -[2013-09-24 22:16:45] >>3 -[2013-09-24 22:17:45] >>3 -[2013-09-24 22:18:46] >>3 -[2013-09-24 22:18:57] 7 -[2013-09-24 22:18:58] 3 -[2013-09-24 22:19:00] >3 -[2013-09-24 22:20:00] >>3 -[2013-09-24 22:21:00] >>3 -[2013-09-24 22:22:00] >>3 -[2013-09-24 22:23:00] >>3 -[2013-09-24 22:24:00] 21 -[2013-09-24 22:24:02] >21 -[2013-09-24 22:24:18] 1 -[2013-09-24 22:24:20] >1 -[2013-09-24 22:25:20] >>1 -[2013-09-24 22:26:20] >>1 -[2013-09-24 22:27:10] 5 -[2013-09-24 22:27:11] 1 -[2013-09-24 22:27:13] >1 -[2013-09-24 22:27:56] 3 -[2013-09-24 22:27:58] >3 -[2013-09-24 22:28:57] >>3 -[2013-09-24 22:29:58] >>3 -[2013-09-24 22:30:58] >>3 -[2013-09-24 22:31:58] >>3 -[2013-09-24 22:32:58] >>3 -[2013-09-24 22:33:58] >>3 -[2013-09-24 22:34:25] 7 -[2013-09-24 22:34:27] 3 -[2013-09-24 22:34:28] >3 -[2013-09-24 22:35:28] >>3 -[2013-09-24 22:36:28] >>3 -[2013-09-24 22:37:28] >>3 -[2013-09-24 22:38:29] >>3 -[2013-09-24 22:39:29] >>3 -[2013-09-24 22:40:29] >>3 -[2013-09-24 22:41:29] >>3 -[2013-09-24 22:41:40] 7 -[2013-09-24 22:41:42] 3 -[2013-09-24 22:41:43] >3 -[2013-09-24 22:42:43] >>3 -[2013-09-24 22:43:43] >>3 -[2013-09-24 22:44:43] >>3 -[2013-09-24 22:45:43] >>3 -[2013-09-24 22:46:44] >>3 -[2013-09-24 22:47:44] >>3 -[2013-09-24 22:48:44] >>3 -[2013-09-24 22:48:55] 7 -[2013-09-24 22:48:57] 3 -[2013-09-24 22:48:58] >3 -[2013-09-24 22:49:58] >>3 -[2013-09-24 22:50:58] >>3 -[2013-09-24 22:51:59] >>3 -[2013-09-24 22:52:59] >>3 -[2013-09-24 22:53:59] >>3 -[2013-09-24 22:54:59] >>3 -[2013-09-24 22:55:59] >>3 -[2013-09-24 22:56:10] 7 -[2013-09-24 22:56:12] 3 -[2013-09-24 22:56:13] >3 -[2013-09-24 22:57:13] >>3 -[2013-09-24 22:58:13] >>3 -[2013-09-24 22:59:13] >>3 -[2013-09-24 23:00:14] >>3 -[2013-09-24 23:01:14] >>3 -[2013-09-24 23:02:14] >>3 -[2013-09-24 23:02:19] 1 -[2013-09-24 23:02:20] >1 -[2013-09-24 23:03:20] >>1 -[2013-09-24 23:03:21] 21 -[2013-09-24 23:03:23] >21 -[2013-09-24 23:04:23] >>21 -[2013-09-24 23:05:23] >>21 -[2013-09-24 23:06:23] >>21 -[2013-09-24 23:07:23] >>21 -[2013-09-24 23:08:23] 1 -[2013-09-24 23:08:25] >1 -[2013-09-24 23:08:44] 5 -[2013-09-24 23:08:46] 1 -[2013-09-24 23:08:47] >1 -[2013-09-24 23:09:31] 3 -[2013-09-24 23:09:33] >3 -[2013-09-24 23:10:32] >>3 -[2013-09-24 23:11:33] >>3 -[2013-09-24 23:12:33] >>3 -[2013-09-24 23:13:33] >>3 -[2013-09-24 23:14:33] >>3 -[2013-09-24 23:15:33] >>3 -[2013-09-24 23:16:00] 7 -[2013-09-24 23:16:02] 3 -[2013-09-24 23:16:03] >3 -[2013-09-24 23:16:19] 9 -[2013-09-24 23:16:21] >9 -[2013-09-24 23:16:36] 21 -[2013-09-24 23:16:38] >21 -[2013-09-24 23:16:56] 1 -[2013-09-24 23:16:58] >1 -[2013-09-24 23:17:20] 3 -[2013-09-24 23:17:21] >3 -[2013-09-24 23:18:21] >>3 -[2013-09-24 23:19:21] >>3 -[2013-09-24 23:20:22] >>3 -[2013-09-24 23:21:22] >>3 -[2013-09-24 23:22:22] >>3 -[2013-09-24 23:23:22] >>3 -[2013-09-24 23:23:48] 7 -[2013-09-24 23:23:50] 3 -[2013-09-24 23:23:52] >3 -[2013-09-24 23:24:51] >>3 -[2013-09-24 23:25:52] >>3 -[2013-09-24 23:26:52] >>3 -[2013-09-24 23:27:52] >>3 -[2013-09-24 23:28:52] >>3 -[2013-09-24 23:29:52] >>3 -[2013-09-24 23:30:53] >>3 -[2013-09-24 23:31:03] 7 -[2013-09-24 23:31:05] 3 -[2013-09-24 23:31:07] >3 -[2013-09-24 23:32:06] >>3 -[2013-09-24 23:33:06] >>3 -[2013-09-24 23:34:07] >>3 -[2013-09-24 23:35:07] >>3 -[2013-09-24 23:36:07] >>3 -[2013-09-24 23:37:07] >>3 -[2013-09-24 23:38:07] >>3 -[2013-09-24 23:38:19] 7 -[2013-09-24 23:38:20] 3 -[2013-09-24 23:38:22] >3 -[2013-09-24 23:39:21] >>3 -[2013-09-24 23:40:22] >>3 -[2013-09-24 23:41:22] >>3 -[2013-09-24 23:42:22] >>3 -[2013-09-24 23:43:22] >>3 -[2013-09-24 23:44:23] >>3 -[2013-09-24 23:45:23] >>3 -[2013-09-24 23:45:33] 7 -[2013-09-24 23:45:35] 3 -[2013-09-24 23:45:37] >3 -[2013-09-24 23:46:36] >>3 -[2013-09-24 23:47:37] >>3 -[2013-09-24 23:48:37] >>3 -[2013-09-24 23:49:37] >>3 -[2013-09-24 23:50:37] >>3 -[2013-09-24 23:51:37] >>3 -[2013-09-24 23:52:38] >>3 -[2013-09-24 23:52:49] 7 -[2013-09-24 23:52:51] 3 -[2013-09-24 23:52:52] >3 -[2013-09-24 23:53:52] >>3 -[2013-09-24 23:54:52] >>3 -[2013-09-24 23:55:53] >>3 -[2013-09-24 23:56:53] >>3 -[2013-09-24 23:57:53] >>3 -[2013-09-24 23:58:53] >>3 -[2013-09-24 23:59:53] >>3 -[2013-09-25 00:00:05] 7 -[2013-09-25 00:00:06] 3 -[2013-09-25 00:00:08] >3 -[2013-09-25 00:01:08] >>3 -[2013-09-25 00:02:08] >>3 -[2013-09-25 00:03:08] >>3 -[2013-09-25 00:04:08] >>3 -[2013-09-25 00:05:08] >>3 -[2013-09-25 00:06:09] >>3 -[2013-09-25 00:07:09] >>3 -[2013-09-25 00:07:19] 7 -[2013-09-25 00:07:21] 3 -[2013-09-25 00:07:23] >3 -[2013-09-25 00:08:23] >>3 -[2013-09-25 00:09:23] >>3 -[2013-09-25 00:10:23] >>3 -[2013-09-25 00:11:23] >>3 -[2013-09-25 00:12:24] >>3 -[2013-09-25 00:13:24] >>3 -[2013-09-25 00:14:24] >>3 -[2013-09-25 00:14:35] 7 -[2013-09-25 00:14:37] 3 -[2013-09-25 00:14:38] >3 -[2013-09-25 00:15:38] >>3 -[2013-09-25 00:16:38] >>3 -[2013-09-25 00:17:38] >>3 -[2013-09-25 00:18:39] >>3 -[2013-09-25 00:19:39] >>3 -[2013-09-25 00:20:39] >>3 -[2013-09-25 00:21:39] >>3 -[2013-09-25 00:21:50] 7 -[2013-09-25 00:21:52] 3 -[2013-09-25 00:21:53] >3 -[2013-09-25 00:22:53] >>3 -[2013-09-25 00:23:53] >>3 -[2013-09-25 00:24:53] >>3 -[2013-09-25 00:25:53] >>3 -[2013-09-25 00:26:54] >>3 -[2013-09-25 00:27:54] >>3 -[2013-09-25 00:28:54] >>3 -[2013-09-25 00:29:05] 7 -[2013-09-25 00:29:07] 3 -[2013-09-25 00:29:08] >3 -[2013-09-25 00:30:08] >>3 -[2013-09-25 00:31:08] >>3 -[2013-09-25 00:32:09] >>3 -[2013-09-25 00:33:09] >>3 -[2013-09-25 00:34:09] >>3 -[2013-09-25 00:35:09] >>3 -[2013-09-25 00:36:09] >>3 -[2013-09-25 00:36:21] 7 -[2013-09-25 00:36:22] 3 -[2013-09-25 00:36:24] >3 -[2013-09-25 00:37:24] >>3 -[2013-09-25 00:38:24] >>3 -[2013-09-25 00:39:24] >>3 -[2013-09-25 00:40:24] >>3 -[2013-09-25 00:41:24] >>3 -[2013-09-25 00:42:24] >>3 -[2013-09-25 00:43:25] >>3 -[2013-09-25 00:43:36] 7 -[2013-09-25 00:43:38] 3 -[2013-09-25 00:43:40] >3 -[2013-09-25 00:43:56] 9 -[2013-09-25 00:43:58] >9 -[2013-09-25 00:44:26] 29 -[2013-09-25 00:44:27] 21 -[2013-09-25 00:44:29] >21 -[2013-09-25 00:44:52] 1 -[2013-09-25 00:44:54] >1 -[2013-09-25 00:45:15] 3 -[2013-09-25 00:45:17] >3 -[2013-09-25 00:46:16] >>3 -[2013-09-25 00:47:17] >>3 -[2013-09-25 00:48:17] >>3 -[2013-09-25 00:49:17] >>3 -[2013-09-25 00:50:17] >>3 -[2013-09-25 00:51:18] >>3 -[2013-09-25 00:51:44] 7 -[2013-09-25 00:51:45] 3 -[2013-09-25 00:51:47] >3 -[2013-09-25 00:52:47] >>3 -[2013-09-25 00:53:47] >>3 -[2013-09-25 00:54:47] >>3 -[2013-09-25 00:55:47] >>3 -[2013-09-25 00:56:48] >>3 -[2013-09-25 00:57:48] >>3 -[2013-09-25 00:58:48] >>3 -[2013-09-25 00:58:59] 7 -[2013-09-25 00:59:00] 3 -[2013-09-25 00:59:02] >3 -[2013-09-25 01:00:02] >>3 -[2013-09-25 01:01:02] >>3 -[2013-09-25 01:02:02] >>3 -[2013-09-25 01:03:02] >>3 -[2013-09-25 01:04:02] >>3 -[2013-09-25 01:05:03] >>3 -[2013-09-25 01:06:03] >>3 -[2013-09-25 01:06:14] 7 -[2013-09-25 01:06:16] 3 -[2013-09-25 01:06:17] >3 -[2013-09-25 01:07:17] >>3 -[2013-09-25 01:08:17] >>3 -[2013-09-25 01:09:17] >>3 -[2013-09-25 01:10:17] >>3 -[2013-09-25 01:11:18] >>3 -[2013-09-25 01:12:18] >>3 -[2013-09-25 01:13:18] >>3 -[2013-09-25 01:13:29] 7 -[2013-09-25 01:13:30] 3 -[2013-09-25 01:13:32] >3 -[2013-09-25 01:14:32] >>3 -[2013-09-25 01:15:32] >>3 -[2013-09-25 01:16:32] >>3 -[2013-09-25 01:17:32] >>3 -[2013-09-25 01:18:33] >>3 -[2013-09-25 01:19:33] >>3 -[2013-09-25 01:20:33] >>3 -[2013-09-25 01:20:45] 7 -[2013-09-25 01:20:46] 3 -[2013-09-25 01:20:48] >3 -[2013-09-25 01:21:48] >>3 -[2013-09-25 01:22:48] >>3 -[2013-09-25 01:23:48] >>3 -[2013-09-25 01:24:48] >>3 -[2013-09-25 01:25:48] >>3 -[2013-09-25 01:26:49] >>3 -[2013-09-25 01:27:49] >>3 -[2013-09-25 01:28:00] 7 -[2013-09-25 01:28:02] 3 -[2013-09-25 01:28:03] >3 -[2013-09-25 01:29:03] >>3 -[2013-09-25 01:30:03] >>3 -[2013-09-25 01:31:03] >>3 -[2013-09-25 01:32:03] >>3 -[2013-09-25 01:33:04] >>3 -[2013-09-25 01:34:04] >>3 -[2013-09-25 01:35:04] >>3 -[2013-09-25 01:35:15] 7 -[2013-09-25 01:35:17] 3 -[2013-09-25 01:35:18] >3 -[2013-09-25 01:36:18] >>3 -[2013-09-25 01:37:18] >>3 -[2013-09-25 01:38:19] >>3 -[2013-09-25 01:39:19] >>3 -[2013-09-25 01:40:19] >>3 -[2013-09-25 01:41:19] >>3 -[2013-09-25 01:42:19] >>3 -[2013-09-25 01:42:30] 7 -[2013-09-25 01:42:32] 3 -[2013-09-25 01:42:33] >3 -[2013-09-25 01:43:33] >>3 -[2013-09-25 01:44:33] >>3 -[2013-09-25 01:45:33] >>3 -[2013-09-25 01:46:33] >>3 -[2013-09-25 01:47:34] >>3 -[2013-09-25 01:48:34] >>3 -[2013-09-25 01:49:34] >>3 -[2013-09-25 01:49:46] 7 -[2013-09-25 01:49:47] 3 -[2013-09-25 01:49:48] >3 -[2013-09-25 01:50:48] >>3 -[2013-09-25 01:51:48] >>3 -[2013-09-25 01:52:46] 21 -[2013-09-25 01:52:48] >21 -[2013-09-25 01:53:47] >>21 -[2013-09-25 01:54:48] >>21 -[2013-09-25 01:55:48] >>21 -[2013-09-25 01:56:48] >>21 -[2013-09-25 01:57:48] >>21 -[2013-09-25 01:57:56] 1 -[2013-09-25 01:57:58] >1 -[2013-09-25 01:58:51] 3 -[2013-09-25 01:58:52] >3 -[2013-09-25 01:59:52] >>3 -[2013-09-25 02:00:52] >>3 -[2013-09-25 02:01:52] >>3 -[2013-09-25 02:02:16] 7 -[2013-09-25 02:02:17] 3 -[2013-09-25 02:02:19] >3 -[2013-09-25 02:03:19] >>3 -[2013-09-25 02:04:19] >>3 -[2013-09-25 02:05:19] >>3 -[2013-09-25 02:06:19] >>3 -[2013-09-25 02:07:19] >>3 -[2013-09-25 02:08:20] >>3 -[2013-09-25 02:09:20] >>3 -[2013-09-25 02:09:31] 7 -[2013-09-25 02:09:33] 3 -[2013-09-25 02:09:35] >3 -[2013-09-25 02:10:34] >>3 -[2013-09-25 02:11:35] >>3 -[2013-09-25 02:12:35] >>3 -[2013-09-25 02:13:35] >>3 -[2013-09-25 02:14:35] >>3 -[2013-09-25 02:15:35] >>3 -[2013-09-25 02:16:36] >>3 -[2013-09-25 02:16:47] 7 -[2013-09-25 02:16:48] 3 -[2013-09-25 02:16:50] >3 -[2013-09-25 02:17:50] >>3 -[2013-09-25 02:18:50] >>3 -[2013-09-25 02:19:50] >>3 -[2013-09-25 02:20:50] >>3 -[2013-09-25 02:21:51] >>3 -[2013-09-25 02:22:51] >>3 -[2013-09-25 02:23:51] >>3 -[2013-09-25 02:24:02] 7 -[2013-09-25 02:24:04] 3 -[2013-09-25 02:24:05] >3 -[2013-09-25 02:25:05] >>3 -[2013-09-25 02:26:05] >>3 -[2013-09-25 02:27:06] >>3 -[2013-09-25 02:28:06] >>3 -[2013-09-25 02:29:06] >>3 -[2013-09-25 02:30:06] >>3 -[2013-09-25 02:31:06] >>3 -[2013-09-25 02:31:17] 7 -[2013-09-25 02:31:19] 3 -[2013-09-25 02:31:20] >3 -[2013-09-25 02:32:20] >>3 -[2013-09-25 02:33:20] >>3 -[2013-09-25 02:34:20] >>3 -[2013-09-25 02:35:21] >>3 -[2013-09-25 02:36:21] >>3 -[2013-09-25 02:37:21] >>3 -[2013-09-25 02:38:21] >>3 -[2013-09-25 02:38:32] 7 -[2013-09-25 02:38:34] 3 -[2013-09-25 02:38:36] >3 -[2013-09-25 02:39:35] >>3 -[2013-09-25 02:40:36] >>3 -[2013-09-25 02:41:36] >>3 -[2013-09-25 02:42:36] >>3 -[2013-09-25 02:43:36] >>3 -[2013-09-25 02:44:36] >>3 -[2013-09-25 02:45:37] >>3 -[2013-09-25 02:45:47] 7 -[2013-09-25 02:45:49] 3 -[2013-09-25 02:45:51] >3 -[2013-09-25 02:46:50] >>3 -[2013-09-25 02:47:51] >>3 -[2013-09-25 02:48:51] >>3 -[2013-09-25 02:49:51] >>3 -[2013-09-25 02:50:51] >>3 -[2013-09-25 02:51:51] >>3 -[2013-09-25 02:52:52] >>3 -[2013-09-25 02:53:03] 7 -[2013-09-25 02:53:04] 3 -[2013-09-25 02:53:06] >3 -[2013-09-25 02:54:06] >>3 -[2013-09-25 02:55:06] >>3 -[2013-09-25 02:56:06] >>3 -[2013-09-25 02:57:06] >>3 -[2013-09-25 02:58:07] >>3 -[2013-09-25 02:59:07] >>3 -[2013-09-25 03:00:07] >>3 -[2013-09-25 03:00:19] 7 -[2013-09-25 03:00:20] 3 -[2013-09-25 03:00:22] >3 -[2013-09-25 03:01:22] >>3 -[2013-09-25 03:02:22] >>3 -[2013-09-25 03:03:22] >>3 -[2013-09-25 03:04:22] >>3 -[2013-09-25 03:05:22] >>3 -[2013-09-25 03:06:23] >>3 -[2013-09-25 03:07:23] >>3 -[2013-09-25 03:07:33] 7 -[2013-09-25 03:07:35] 3 -[2013-09-25 03:07:37] >3 -[2013-09-25 03:08:36] >>3 -[2013-09-25 03:09:37] >>3 -[2013-09-25 03:10:37] >>3 -[2013-09-25 03:11:37] >>3 -[2013-09-25 03:12:37] >>3 -[2013-09-25 03:13:37] >>3 -[2013-09-25 03:14:38] >>3 -[2013-09-25 03:14:49] 7 -[2013-09-25 03:14:50] 3 -[2013-09-25 03:14:51] >3 -[2013-09-25 03:15:51] >>3 -[2013-09-25 03:16:51] >>3 -[2013-09-25 03:17:52] >>3 -[2013-09-25 03:18:52] >>3 -[2013-09-25 03:19:52] >>3 -[2013-09-25 03:20:52] >>3 -[2013-09-25 03:21:52] >>3 -[2013-09-25 03:22:04] 7 -[2013-09-25 03:22:05] 3 -[2013-09-25 03:22:07] >3 -[2013-09-25 03:23:07] >>3 -[2013-09-25 03:24:07] >>3 -[2013-09-25 03:25:07] >>3 -[2013-09-25 03:26:07] >>3 -[2013-09-25 03:27:07] >>3 -[2013-09-25 03:28:08] >>3 -[2013-09-25 03:29:08] >>3 -[2013-09-25 03:29:19] 7 -[2013-09-25 03:29:21] 3 -[2013-09-25 03:29:22] >3 -[2013-09-25 03:30:22] >>3 -[2013-09-25 03:31:22] >>3 -[2013-09-25 03:32:22] >>3 -[2013-09-25 03:33:23] >>3 -[2013-09-25 03:34:23] >>3 -[2013-09-25 03:35:23] >>3 -[2013-09-25 03:36:23] >>3 -[2013-09-25 03:36:35] 7 -[2013-09-25 03:36:36] 3 -[2013-09-25 03:36:38] >3 -[2013-09-25 03:37:38] >>3 -[2013-09-25 03:38:38] >>3 -[2013-09-25 03:39:38] >>3 -[2013-09-25 03:40:38] >>3 -[2013-09-25 03:41:38] >>3 -[2013-09-25 03:42:39] >>3 -[2013-09-25 03:43:39] >>3 -[2013-09-25 03:43:50] 7 -[2013-09-25 03:43:52] 3 -[2013-09-25 03:43:53] >3 -[2013-09-25 03:44:53] >>3 -[2013-09-25 03:45:53] >>3 -[2013-09-25 03:46:53] >>3 -[2013-09-25 03:47:53] >>3 -[2013-09-25 03:48:54] >>3 -[2013-09-25 03:49:54] >>3 -[2013-09-25 03:50:54] >>3 -[2013-09-25 03:51:05] 7 -[2013-09-25 03:51:07] 3 -[2013-09-25 03:51:08] >3 -[2013-09-25 03:52:08] >>3 -[2013-09-25 03:53:08] >>3 -[2013-09-25 03:54:09] >>3 -[2013-09-25 03:55:09] >>3 -[2013-09-25 03:56:09] >>3 -[2013-09-25 03:57:09] >>3 -[2013-09-25 03:58:09] >>3 -[2013-09-25 03:58:20] 7 -[2013-09-25 03:58:22] 3 -[2013-09-25 03:58:23] >3 -[2013-09-25 03:59:23] >>3 -[2013-09-25 04:00:23] >>3 -[2013-09-25 04:01:23] >>3 -[2013-09-25 04:02:24] >>3 -[2013-09-25 04:03:24] >>3 -[2013-09-25 04:04:24] >>3 -[2013-09-25 04:05:24] >>3 -[2013-09-25 04:05:35] 7 -[2013-09-25 04:05:37] 3 -[2013-09-25 04:05:39] >3 -[2013-09-25 04:06:38] >>3 -[2013-09-25 04:07:39] >>3 -[2013-09-25 04:08:39] >>3 -[2013-09-25 04:09:39] >>3 -[2013-09-25 04:10:39] >>3 -[2013-09-25 04:11:39] >>3 -[2013-09-25 04:12:04] 1 -[2013-09-25 04:12:06] >1 -[2013-09-25 04:12:39] 21 -[2013-09-25 04:12:41] >21 -[2013-09-25 04:13:41] >>21 -[2013-09-25 04:14:31] 1 -[2013-09-25 04:14:33] >1 -[2013-09-25 04:14:53] 5 -[2013-09-25 04:14:55] 1 -[2013-09-25 04:14:56] >1 -[2013-09-25 04:15:41] 3 -[2013-09-25 04:15:42] >3 -[2013-09-25 04:16:42] >>3 -[2013-09-25 04:17:42] >>3 -[2013-09-25 04:18:42] >>3 -[2013-09-25 04:19:43] >>3 -[2013-09-25 04:20:43] >>3 -[2013-09-25 04:21:43] >>3 -[2013-09-25 04:22:09] 7 -[2013-09-25 04:22:10] 3 -[2013-09-25 04:22:12] >3 -[2013-09-25 04:23:12] >>3 -[2013-09-25 04:24:12] >>3 -[2013-09-25 04:25:12] >>3 -[2013-09-25 04:26:12] >>3 -[2013-09-25 04:27:12] >>3 -[2013-09-25 04:28:13] >>3 -[2013-09-25 04:29:13] >>3 -[2013-09-25 04:29:24] 7 -[2013-09-25 04:29:26] 3 -[2013-09-25 04:29:28] >3 -[2013-09-25 04:30:27] >>3 -[2013-09-25 04:31:28] >>3 -[2013-09-25 04:32:28] >>3 -[2013-09-25 04:33:28] >>3 -[2013-09-25 04:34:28] >>3 -[2013-09-25 04:35:28] >>3 -[2013-09-25 04:36:29] >>3 -[2013-09-25 04:36:39] 7 -[2013-09-25 04:36:41] 3 -[2013-09-25 04:36:42] >3 -[2013-09-25 04:37:42] >>3 -[2013-09-25 04:38:42] >>3 -[2013-09-25 04:39:43] >>3 -[2013-09-25 04:40:43] >>3 -[2013-09-25 04:41:43] >>3 -[2013-09-25 04:42:24] 1 -[2013-09-25 04:42:26] >1 -[2013-09-25 04:43:26] >>1 -[2013-09-25 04:43:58] 21 -[2013-09-25 04:44:00] >21 -[2013-09-25 04:45:00] >>21 -[2013-09-25 04:46:00] >>21 -[2013-09-25 04:46:29] 1 -[2013-09-25 04:46:31] >1 -[2013-09-25 04:46:51] 5 -[2013-09-25 04:46:52] 1 -[2013-09-25 04:46:54] >1 -[2013-09-25 04:47:37] 3 -[2013-09-25 04:47:39] >3 -[2013-09-25 04:48:38] >>3 -[2013-09-25 04:49:39] >>3 -[2013-09-25 04:50:39] >>3 -[2013-09-25 04:51:39] >>3 -[2013-09-25 04:52:39] >>3 -[2013-09-25 04:53:40] >>3 -[2013-09-25 04:54:06] 7 -[2013-09-25 04:54:08] 3 -[2013-09-25 04:54:09] >3 -[2013-09-25 04:55:09] >>3 -[2013-09-25 04:56:09] >>3 -[2013-09-25 04:57:10] >>3 -[2013-09-25 04:58:10] >>3 -[2013-09-25 04:59:10] >>3 -[2013-09-25 05:00:10] >>3 -[2013-09-25 05:01:10] >>3 -[2013-09-25 05:01:21] 7 -[2013-09-25 05:01:23] 3 -[2013-09-25 05:01:24] >3 -[2013-09-25 05:01:41] 9 -[2013-09-25 05:01:43] >9 -[2013-09-25 05:02:01] 29 -[2013-09-25 05:02:02] 21 -[2013-09-25 05:02:03] >21 -[2013-09-25 05:02:25] 1 -[2013-09-25 05:02:26] >1 -[2013-09-25 05:02:58] 3 -[2013-09-25 05:03:00] >3 -[2013-09-25 05:04:00] >>3 -[2013-09-25 05:05:00] >>3 -[2013-09-25 05:06:00] >>3 -[2013-09-25 05:07:00] >>3 -[2013-09-25 05:08:01] >>3 -[2013-09-25 05:09:01] >>3 -[2013-09-25 05:09:26] 7 -[2013-09-25 05:09:28] 3 -[2013-09-25 05:09:30] >3 -[2013-09-25 05:10:29] >>3 -[2013-09-25 05:11:30] >>3 -[2013-09-25 05:12:30] >>3 -[2013-09-25 05:13:30] >>3 -[2013-09-25 05:14:30] >>3 -[2013-09-25 05:15:30] >>3 -[2013-09-25 05:16:31] >>3 -[2013-09-25 05:16:42] 7 -[2013-09-25 05:16:43] 3 -[2013-09-25 05:16:45] >3 -[2013-09-25 05:17:45] >>3 -[2013-09-25 05:18:45] >>3 -[2013-09-25 05:19:45] >>3 -[2013-09-25 05:20:45] >>3 -[2013-09-25 05:21:46] >>3 -[2013-09-25 05:22:46] >>3 -[2013-09-25 05:23:46] >>3 -[2013-09-25 05:23:57] 7 -[2013-09-25 05:23:58] 3 -[2013-09-25 05:24:00] >3 -[2013-09-25 05:25:00] >>3 -[2013-09-25 05:26:00] >>3 -[2013-09-25 05:27:00] >>3 -[2013-09-25 05:28:00] >>3 -[2013-09-25 05:29:00] >>3 -[2013-09-25 05:30:01] >>3 -[2013-09-25 05:31:01] >>3 -[2013-09-25 05:31:13] 7 -[2013-09-25 05:31:14] 3 -[2013-09-25 05:31:16] >3 -[2013-09-25 05:32:15] >>3 -[2013-09-25 05:33:16] >>3 -[2013-09-25 05:34:16] >>3 -[2013-09-25 05:35:16] >>3 -[2013-09-25 05:36:16] >>3 -[2013-09-25 05:37:17] >>3 -[2013-09-25 05:38:17] >>3 -[2013-09-25 05:38:28] 7 -[2013-09-25 05:38:30] 3 -[2013-09-25 05:38:31] >3 -[2013-09-25 05:38:48] 9 -[2013-09-25 05:38:49] >9 -[2013-09-25 05:39:49] >>9 -[2013-09-25 05:40:17] 29 -[2013-09-25 05:40:18] 21 -[2013-09-25 05:40:20] >21 -[2013-09-25 05:40:33] 1 -[2013-09-25 05:40:35] >1 -[2013-09-25 05:41:05] 3 -[2013-09-25 05:41:07] >3 -[2013-09-25 05:42:07] >>3 -[2013-09-25 05:43:07] >>3 -[2013-09-25 05:44:07] >>3 -[2013-09-25 05:45:07] >>3 -[2013-09-25 05:46:08] >>3 -[2013-09-25 05:47:08] >>3 -[2013-09-25 05:47:34] 7 -[2013-09-25 05:47:36] 3 -[2013-09-25 05:47:37] >3 -[2013-09-25 05:48:37] >>3 -[2013-09-25 05:49:37] >>3 -[2013-09-25 05:50:37] >>3 -[2013-09-25 05:51:38] >>3 -[2013-09-25 05:52:38] >>3 -[2013-09-25 05:53:38] >>3 -[2013-09-25 05:54:38] >>3 -[2013-09-25 05:54:49] 7 -[2013-09-25 05:54:51] 3 -[2013-09-25 05:54:53] >3 -[2013-09-25 05:55:52] >>3 -[2013-09-25 05:56:53] >>3 -[2013-09-25 05:57:53] >>3 -[2013-09-25 05:58:53] >>3 -[2013-09-25 05:59:53] >>3 -[2013-09-25 06:00:53] >>3 -[2013-09-25 06:01:54] >>3 -[2013-09-25 06:02:05] 7 -[2013-09-25 06:02:06] 3 -[2013-09-25 06:02:08] >3 -[2013-09-25 06:03:08] >>3 -[2013-09-25 06:04:08] >>3 -[2013-09-25 06:05:08] >>3 -[2013-09-25 06:06:08] >>3 -[2013-09-25 06:07:09] >>3 -[2013-09-25 06:08:09] >>3 -[2013-09-25 06:09:09] >>3 -[2013-09-25 06:09:20] 7 -[2013-09-25 06:09:21] 3 -[2013-09-25 06:09:23] >3 -[2013-09-25 06:10:23] >>3 -[2013-09-25 06:11:23] >>3 -[2013-09-25 06:12:23] >>3 -[2013-09-25 06:13:23] >>3 -[2013-09-25 06:14:23] >>3 -[2013-09-25 06:15:24] >>3 -[2013-09-25 06:16:24] >>3 -[2013-09-25 06:16:35] 7 -[2013-09-25 06:16:37] 3 -[2013-09-25 06:16:39] >3 -[2013-09-25 06:17:38] >>3 -[2013-09-25 06:18:39] >>3 -[2013-09-25 06:19:39] >>3 -[2013-09-25 06:20:39] >>3 -[2013-09-25 06:21:39] >>3 -[2013-09-25 06:22:39] >>3 -[2013-09-25 06:23:40] >>3 -[2013-09-25 06:23:51] 7 -[2013-09-25 06:23:52] 3 -[2013-09-25 06:23:54] >3 -[2013-09-25 06:24:54] >>3 -[2013-09-25 06:25:54] >>3 -[2013-09-25 06:26:54] >>3 -[2013-09-25 06:27:54] >>3 -[2013-09-25 06:28:55] >>3 -[2013-09-25 06:29:55] >>3 -[2013-09-25 06:30:55] >>3 -[2013-09-25 06:31:06] 7 -[2013-09-25 06:31:08] 3 -[2013-09-25 06:31:09] >3 -[2013-09-25 06:32:09] >>3 -[2013-09-25 06:33:09] >>3 -[2013-09-25 06:34:10] >>3 -[2013-09-25 06:35:10] >>3 -[2013-09-25 06:36:10] >>3 -[2013-09-25 06:37:10] >>3 -[2013-09-25 06:38:10] >>3 -[2013-09-25 06:38:21] 7 -[2013-09-25 06:38:23] 3 -[2013-09-25 06:38:24] >3 -[2013-09-25 06:39:24] >>3 -[2013-09-25 06:40:24] >>3 -[2013-09-25 06:41:24] >>3 -[2013-09-25 06:42:25] >>3 -[2013-09-25 06:43:25] >>3 -[2013-09-25 06:44:25] >>3 -[2013-09-25 06:45:25] >>3 -[2013-09-25 06:45:36] 7 -[2013-09-25 06:45:38] 3 -[2013-09-25 06:45:40] >3 -[2013-09-25 06:46:39] >>3 -[2013-09-25 06:47:40] >>3 -[2013-09-25 06:48:40] >>3 -[2013-09-25 06:49:40] >>3 -[2013-09-25 06:50:40] >>3 -[2013-09-25 06:51:40] >>3 -[2013-09-25 06:52:41] >>3 -[2013-09-25 06:52:51] 7 -[2013-09-25 06:52:53] 3 -[2013-09-25 06:52:54] >3 -[2013-09-25 06:52:59] 1 -[2013-09-25 06:53:01] >1 -[2013-09-25 06:54:00] >>1 -[2013-09-25 06:55:01] >>1 -[2013-09-25 06:56:01] >>1 -[2013-09-25 06:57:01] >>1 -[2013-09-25 06:58:01] >>1 -[2013-09-25 06:59:01] >>1 -[2013-09-25 07:00:02] >>1 -[2013-09-25 07:01:02] >>1 -[2013-09-25 07:02:02] >>1 -[2013-09-25 07:02:12] 9 -[2013-09-25 07:02:13] >9 -[2013-09-25 07:02:15] 29 -[2013-09-25 07:02:16] 21 -[2013-09-25 07:02:17] >21 -[2013-09-25 07:03:17] >>21 -[2013-09-25 07:04:17] >>21 -[2013-09-25 07:05:17] >>21 -[2013-09-25 07:06:18] >>21 -[2013-09-25 07:07:18] >>21 -[2013-09-25 07:08:18] >>21 -[2013-09-25 07:09:18] >>21 -[2013-09-25 07:10:25] >>21 -[2013-09-25 07:11:26] >>21 -[2013-09-25 07:12:26] >>21 -[2013-09-25 07:13:26] >>21 -[2013-09-25 07:14:26] >>21 -[2013-09-25 07:15:26] >>21 -[2013-09-25 07:16:27] >>21 -[2013-09-25 07:17:27] >>21 -[2013-09-25 07:18:27] >>21 -[2013-09-25 07:19:27] >>21 -[2013-09-25 07:20:27] >>21 -[2013-09-25 07:21:28] >>21 -[2013-09-25 07:22:28] >>21 -[2013-09-25 07:23:28] >>21 -[2013-09-25 07:24:28] >>21 -[2013-09-25 07:25:28] >>21 -[2013-09-25 07:26:29] >>21 -[2013-09-25 07:27:29] >>21 -[2013-09-25 07:28:29] >>21 -[2013-09-25 07:29:29] >>21 -[2013-09-25 07:30:30] >>21 -[2013-09-25 07:31:30] >>21 -[2013-09-25 07:32:30] >>21 -[2013-09-25 07:33:30] >>21 -[2013-09-25 07:34:30] >>21 -[2013-09-25 07:35:31] >>21 -[2013-09-25 07:36:31] >>21 -[2013-09-25 07:37:31] >>21 -[2013-09-25 07:38:31] >>21 -[2013-09-25 07:39:31] >>21 -[2013-09-25 07:40:32] >>21 -[2013-09-25 07:41:32] >>21 -[2013-09-25 07:42:32] >>21 -[2013-09-25 07:43:32] >>21 -[2013-09-25 07:44:32] >>21 -[2013-09-25 07:45:33] >>21 -[2013-09-25 07:46:33] >>21 -[2013-09-25 07:47:33] >>21 -[2013-09-25 07:48:33] >>21 -[2013-09-25 07:49:33] >>21 -[2013-09-25 07:50:34] >>21 -[2013-09-25 07:51:34] >>21 -[2013-09-25 07:52:34] >>21 -[2013-09-25 07:53:34] >>21 -[2013-09-25 07:54:34] >>21 -[2013-09-25 07:55:35] >>21 -[2013-09-25 07:56:35] >>21 -[2013-09-25 07:57:35] >>21 -[2013-09-25 07:58:35] >>21 -[2013-09-25 07:59:36] >>21 -[2013-09-25 08:00:36] >>21 -[2013-09-25 08:01:36] >>21 -[2013-09-25 08:02:36] >>21 -[2013-09-25 08:03:36] >>21 -[2013-09-25 08:04:36] >>21 -[2013-09-25 08:05:36] >>21 -[2013-09-25 08:06:37] >>21 -[2013-09-25 08:07:37] >>21 -[2013-09-25 08:08:37] >>21 -[2013-09-25 08:09:37] >>21 -[2013-09-25 08:10:37] >>21 -[2013-09-25 08:11:37] >>21 -[2013-09-25 08:12:37] >>21 -[2013-09-25 08:13:38] >>21 -[2013-09-25 08:14:38] >>21 -[2013-09-25 08:15:38] >>21 -[2013-09-25 08:16:38] >>21 -[2013-09-25 08:17:38] >>21 -[2013-09-25 08:18:38] >>21 -[2013-09-25 08:19:38] >>21 -[2013-09-25 08:20:39] >>21 -[2013-09-25 08:21:39] >>21 -[2013-09-25 08:22:39] >>21 -[2013-09-25 08:23:39] >>21 -[2013-09-25 08:24:39] >>21 -[2013-09-25 08:25:39] >>21 -[2013-09-25 08:26:39] >>21 -[2013-09-25 08:27:40] >>21 -[2013-09-25 08:28:40] >>21 -[2013-09-25 08:29:40] >>21 -[2013-09-25 08:30:40] >>21 -[2013-09-25 08:31:40] >>21 -[2013-09-25 08:32:40] >>21 -[2013-09-25 08:33:40] >>21 -[2013-09-25 08:34:41] >>21 -[2013-09-25 08:35:41] >>21 -[2013-09-25 08:36:41] >>21 -[2013-09-25 08:37:41] >>21 -[2013-09-25 08:38:41] >>21 -[2013-09-25 08:39:41] >>21 -[2013-09-25 08:40:41] >>21 -[2013-09-25 08:41:42] >>21 -[2013-09-25 08:42:42] >>21 -[2013-09-25 08:43:42] >>21 -[2013-09-25 08:43:42] 1 -[2013-09-25 08:43:44] >1 -[2013-09-25 08:44:04] 5 -[2013-09-25 08:44:06] 1 -[2013-09-25 08:44:07] >1 -[2013-09-25 08:45:07] >>1 -[2013-09-25 08:45:22] 3 -[2013-09-25 08:45:24] >3 -[2013-09-25 08:46:24] >>3 -[2013-09-25 08:47:24] >>3 -[2013-09-25 08:48:24] >>3 -[2013-09-25 08:49:24] >>3 -[2013-09-25 08:50:24] >>3 -[2013-09-25 08:51:24] >>3 -[2013-09-25 08:52:24] >>3 -[2013-09-25 08:53:25] >>3 -[2013-09-25 08:53:50] 7 -[2013-09-25 08:53:51] 3 -[2013-09-25 08:53:53] >3 -[2013-09-25 08:54:52] >>3 -[2013-09-25 08:55:53] >>3 -[2013-09-25 08:56:53] >>3 -[2013-09-25 08:57:53] >>3 -[2013-09-25 08:58:53] >>3 -[2013-09-25 08:59:53] >>3 -[2013-09-25 09:00:53] >>3 -[2013-09-25 09:01:55] >>3 -[2013-09-25 09:02:55] >>3 -[2013-09-25 09:03:36] 7 -[2013-09-25 09:03:37] 3 -[2013-09-25 09:03:39] >3 -[2013-09-25 09:04:39] >>3 -[2013-09-25 09:05:39] >>3 -[2013-09-25 09:06:39] >>3 -[2013-09-25 09:07:39] >>3 -[2013-09-25 09:08:39] >>3 -[2013-09-25 09:09:39] >>3 -[2013-09-25 09:10:39] >>3 -[2013-09-25 09:11:40] >>3 -[2013-09-25 09:12:40] >>3 -[2013-09-25 09:13:21] 7 -[2013-09-25 09:13:23] 3 -[2013-09-25 09:13:24] >3 -[2013-09-25 09:14:24] >>3 -[2013-09-25 09:15:24] >>3 -[2013-09-25 09:16:24] >>3 -[2013-09-25 09:17:24] >>3 -[2013-09-25 09:18:25] >>3 -[2013-09-25 09:19:25] >>3 -[2013-09-25 09:20:25] >>3 -[2013-09-25 09:21:25] >>3 -[2013-09-25 09:22:25] >>3 -[2013-09-25 09:23:07] 7 -[2013-09-25 09:23:09] 3 -[2013-09-25 09:23:10] >3 -[2013-09-25 09:24:10] >>3 -[2013-09-25 09:25:10] >>3 -[2013-09-25 09:26:10] >>3 -[2013-09-25 09:27:11] >>3 -[2013-09-25 09:28:11] >>3 -[2013-09-25 09:29:11] >>3 -[2013-09-25 09:30:11] >>3 -[2013-09-25 09:31:11] >>3 -[2013-09-25 09:32:11] >>3 -[2013-09-25 09:32:53] 7 -[2013-09-25 09:32:54] 3 -[2013-09-25 09:32:56] >3 -[2013-09-25 09:33:56] >>3 -[2013-09-25 09:34:56] >>3 -[2013-09-25 09:35:56] >>3 -[2013-09-25 09:36:13] 1 -[2013-09-25 09:36:14] >1 -[2013-09-25 09:37:14] >>1 -[2013-09-25 09:38:14] >>1 -[2013-09-25 09:39:14] >>1 -[2013-09-25 09:40:15] >>1 -[2013-09-25 09:41:15] >>1 -[2013-09-25 09:42:15] >>1 -[2013-09-25 09:42:27] 21 -[2013-09-25 09:42:28] >21 -[2013-09-25 09:43:28] >>21 -[2013-09-25 09:44:28] >>21 -[2013-09-25 09:45:28] >>21 -[2013-09-25 09:46:29] >>21 -[2013-09-25 09:46:43] 1 -[2013-09-25 09:46:45] >1 -[2013-09-25 09:47:13] 5 -[2013-09-25 09:47:15] 1 -[2013-09-25 09:47:16] >1 -[2013-09-25 09:48:16] >>1 -[2013-09-25 09:48:32] 3 -[2013-09-25 09:48:33] >3 -[2013-09-25 09:49:33] >>3 -[2013-09-25 09:50:33] >>3 -[2013-09-25 09:51:33] >>3 -[2013-09-25 09:52:34] >>3 -[2013-09-25 09:53:34] >>3 -[2013-09-25 09:54:34] >>3 -[2013-09-25 09:55:34] >>3 -[2013-09-25 09:56:34] >>3 -[2013-09-25 09:56:59] 7 -[2013-09-25 09:57:01] 3 -[2013-09-25 09:57:02] >3 -[2013-09-25 09:58:02] >>3 -[2013-09-25 09:59:02] >>3 -[2013-09-25 10:00:02] >>3 -[2013-09-25 10:01:03] >>3 -[2013-09-25 10:02:03] >>3 -[2013-09-25 10:03:03] >>3 -[2013-09-25 10:04:03] >>3 -[2013-09-25 10:05:04] >>3 -[2013-09-25 10:06:04] >>3 -[2013-09-25 10:06:45] 7 -[2013-09-25 10:06:47] 3 -[2013-09-25 10:06:48] >3 -[2013-09-25 10:07:48] >>3 -[2013-09-25 10:08:48] >>3 -[2013-09-25 10:09:48] >>3 -[2013-09-25 10:10:49] >>3 -[2013-09-25 10:11:52] >>3 -[2013-09-25 10:12:53] >>3 -[2013-09-25 10:13:53] >>3 -[2013-09-25 10:14:53] >>3 -[2013-09-25 10:15:53] >>3 -[2013-09-25 10:16:31] 7 -[2013-09-25 10:16:33] 3 -[2013-09-25 10:16:35] >3 -[2013-09-25 10:17:37] >>3 -[2013-09-25 10:18:38] >>3 -[2013-09-25 10:19:38] >>3 -[2013-09-25 10:20:38] >>3 -[2013-09-25 10:21:38] >>3 -[2013-09-25 10:22:38] >>3 -[2013-09-25 10:23:39] >>3 -[2013-09-25 10:24:39] >>3 -[2013-09-25 10:25:39] >>3 -[2013-09-25 10:26:17] 7 -[2013-09-25 10:26:18] 3 -[2013-09-25 10:26:20] >3 -[2013-09-25 10:26:53] 1 -[2013-09-25 10:26:54] >1 -[2013-09-25 10:27:54] >>1 -[2013-09-25 10:28:54] >>1 -[2013-09-25 10:29:54] >>1 -[2013-09-25 10:30:55] >>1 -[2013-09-25 10:31:55] >>1 -[2013-09-25 10:32:55] >>1 -[2013-09-25 10:33:55] >>1 -[2013-09-25 10:34:55] >>1 -[2013-09-25 10:35:56] >>1 -[2013-09-25 10:36:00] 21 -[2013-09-25 10:36:02] >21 -[2013-09-25 10:37:02] >>21 -[2013-09-25 10:38:02] >>21 -[2013-09-25 10:39:02] >>21 -[2013-09-25 10:40:02] >>21 -[2013-09-25 10:41:02] >>21 -[2013-09-25 10:42:03] >>21 -[2013-09-25 10:42:03] 1 -[2013-09-25 10:42:05] >1 -[2013-09-25 10:42:24] 5 -[2013-09-25 10:42:26] 1 -[2013-09-25 10:42:28] >1 -[2013-09-25 10:43:27] >>1 -[2013-09-25 10:43:43] 3 -[2013-09-25 10:43:45] >3 -[2013-09-25 10:44:44] >>3 -[2013-09-25 10:45:45] >>3 -[2013-09-25 10:46:45] >>3 -[2013-09-25 10:47:45] >>3 -[2013-09-25 10:48:45] >>3 -[2013-09-25 10:49:45] >>3 -[2013-09-25 10:50:46] >>3 -[2013-09-25 10:51:46] >>3 -[2013-09-25 10:52:10] 7 -[2013-09-25 10:52:12] 3 -[2013-09-25 10:52:14] >3 -[2013-09-25 10:53:14] >>3 -[2013-09-25 10:54:14] >>3 -[2013-09-25 10:55:14] >>3 -[2013-09-25 10:56:14] >>3 -[2013-09-25 10:57:15] >>3 -[2013-09-25 10:58:15] >>3 -[2013-09-25 10:59:15] >>3 -[2013-09-25 11:00:15] >>3 -[2013-09-25 11:01:16] >>3 -[2013-09-25 11:01:57] 7 -[2013-09-25 11:01:58] 3 -[2013-09-25 11:02:00] >3 -[2013-09-25 11:03:00] >>3 -[2013-09-25 11:04:00] >>3 -[2013-09-25 11:05:00] >>3 -[2013-09-25 11:06:00] >>3 -[2013-09-25 11:07:01] >>3 -[2013-09-25 11:08:01] >>3 -[2013-09-25 11:09:01] >>3 -[2013-09-25 11:10:01] >>3 -[2013-09-25 11:11:02] >>3 -[2013-09-25 11:11:42] 7 -[2013-09-25 11:11:44] 3 -[2013-09-25 11:11:45] >3 -[2013-09-25 11:12:45] >>3 -[2013-09-25 11:13:45] >>3 -[2013-09-25 11:14:46] >>3 -[2013-09-25 11:15:46] >>3 -[2013-09-25 11:16:46] >>3 -[2013-09-25 11:17:46] >>3 -[2013-09-25 11:18:47] >>3 -[2013-09-25 11:19:47] >>3 -[2013-09-25 11:20:47] >>3 -[2013-09-25 11:21:28] 7 -[2013-09-25 11:21:30] 3 -[2013-09-25 11:21:33] >3 -[2013-09-25 11:22:36] >>3 -[2013-09-25 11:23:36] >>3 -[2013-09-25 11:24:37] >>3 -[2013-09-25 11:25:37] >>3 -[2013-09-25 11:26:37] >>3 -[2013-09-25 11:27:37] >>3 -[2013-09-25 11:28:37] >>3 -[2013-09-25 11:29:38] >>3 -[2013-09-25 11:30:38] >>3 -[2013-09-25 11:31:14] 7 -[2013-09-25 11:31:19] 3 -[2013-09-25 11:31:21] >3 -[2013-09-25 11:32:21] >>3 -[2013-09-25 11:33:21] >>3 -[2013-09-25 11:34:14] 1 -[2013-09-25 11:34:32] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1008&valore=1 -[2013-09-25 11:34:32] 21 -[2013-09-25 11:34:35] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1008&valore=21 -[2013-09-25 11:34:37] >21 -[2013-09-25 11:34:38] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1008&valore=21 -[2013-09-25 11:34:40] 1 -[2013-09-25 11:34:43] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1008&valore=1 -[2013-09-25 11:34:45] >1 -[2013-09-25 11:34:46] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1008&valore=1 -[2013-09-25 11:34:53] 3 -[2013-09-25 11:34:56] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1008&valore=3 -[2013-09-25 11:34:58] >3 -[2013-09-25 11:34:59] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1008&valore=3 -[2013-09-25 11:35:59] >>3 -[2013-09-25 11:36:02] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1008&valore=3 -[2013-09-25 11:37:02] >>3 -[2013-09-25 11:38:32] >>3 -[2013-09-25 11:39:32] >>3 -[2013-09-25 11:40:32] >>3 -[2013-09-25 11:41:32] >>3 -[2013-09-25 11:41:41] 7 -[2013-09-25 11:41:43] 3 -[2013-09-25 11:41:45] >3 -[2013-09-25 11:42:45] >>3 -[2013-09-25 11:43:45] >>3 -[2013-09-25 11:44:45] >>3 -[2013-09-25 11:45:45] >>3 -[2013-09-25 11:46:46] >>3 -[2013-09-25 11:47:46] >>3 -[2013-09-25 11:48:46] >>3 -[2013-09-25 11:49:46] >>3 -[2013-09-25 11:50:47] >>3 -[2013-09-25 11:51:28] 7 -[2013-09-25 11:51:29] 3 -[2013-09-25 11:51:31] >3 -[2013-09-25 11:52:31] >>3 -[2013-09-25 11:53:31] >>3 -[2013-09-25 11:54:31] >>3 -[2013-09-25 11:55:31] >>3 -[2013-09-25 11:56:32] >>3 -[2013-09-25 11:57:32] >>3 -[2013-09-25 11:58:32] >>3 -[2013-09-25 11:59:32] >>3 -[2013-09-25 11:59:50] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1008&valore=3 -[2013-09-25 12:00:50] >>3 -[2013-09-25 12:00:53] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1008&valore=3 -[2013-09-25 12:01:14] 7 -[2013-09-25 12:01:17] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1008&valore=7 -[2013-09-25 12:01:17] 3 -[2013-09-25 12:01:20] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1008&valore=3 -[2013-09-25 12:01:21] >3 -[2013-09-25 12:01:23] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1008&valore=3 -[2013-09-25 12:02:22] >>3 -[2013-09-25 12:03:23] >>3 -[2013-09-25 12:04:23] >>3 -[2013-09-25 12:05:23] >>3 -[2013-09-25 12:06:24] >>3 -[2013-09-25 12:07:24] >>3 -[2013-09-25 12:08:24] >>3 -[2013-09-25 12:09:24] >>3 -[2013-09-25 12:10:24] >>3 -[2013-09-25 12:11:00] 7 -[2013-09-25 12:11:01] 3 -[2013-09-25 12:11:03] >3 -[2013-09-25 12:12:02] >>3 -[2013-09-25 12:13:03] >>3 -[2013-09-25 12:14:03] >>3 -[2013-09-25 12:15:03] >>3 -[2013-09-25 12:16:03] >>3 -[2013-09-25 12:17:04] >>3 -[2013-09-25 12:18:04] >>3 -[2013-09-25 12:19:07] >>3 -[2013-09-25 12:20:08] >>3 -[2013-09-25 12:20:45] 7 -[2013-09-25 12:20:47] 3 -[2013-09-25 12:20:49] >3 -[2013-09-25 12:21:48] >>3 -[2013-09-25 12:22:50] >>3 -[2013-09-25 12:23:51] >>3 -[2013-09-25 12:24:51] >>3 -[2013-09-25 12:25:51] >>3 -[2013-09-25 12:26:51] >>3 -[2013-09-25 12:27:51] >>3 -[2013-09-25 12:28:52] >>3 -[2013-09-25 12:29:52] >>3 -[2013-09-25 12:30:31] 7 -[2013-09-25 12:30:33] 3 -[2013-09-25 12:30:35] >3 -[2013-09-25 12:31:34] >>3 -[2013-09-25 12:32:35] >>3 -[2013-09-25 12:33:35] >>3 -[2013-09-25 12:34:35] >>3 -[2013-09-25 12:35:35] >>3 -[2013-09-25 12:36:35] >>3 -[2013-09-25 12:37:36] >>3 -[2013-09-25 12:38:36] >>3 -[2013-09-25 12:39:36] >>3 -[2013-09-25 12:40:18] 7 -[2013-09-25 12:40:19] 3 -[2013-09-25 12:40:21] >3 -[2013-09-25 12:41:21] >>3 -[2013-09-25 12:42:21] >>3 -[2013-09-25 12:43:21] >>3 -[2013-09-25 12:44:21] >>3 -[2013-09-25 12:45:22] >>3 -[2013-09-25 12:46:22] >>3 -[2013-09-25 12:47:22] >>3 -[2013-09-25 12:48:22] >>3 -[2013-09-25 12:49:22] >>3 -[2013-09-25 12:50:04] 7 -[2013-09-25 12:50:06] 3 -[2013-09-25 12:50:07] >3 -[2013-09-25 12:51:07] >>3 -[2013-09-25 12:52:07] >>3 -[2013-09-25 12:53:07] >>3 -[2013-09-25 12:54:08] >>3 -[2013-09-25 12:55:08] >>3 -[2013-09-25 12:56:08] >>3 -[2013-09-25 12:57:08] >>3 -[2013-09-25 12:58:08] >>3 -[2013-09-25 12:59:09] >>3 -[2013-09-25 12:59:50] 7 -[2013-09-25 12:59:51] 3 -[2013-09-25 12:59:53] >3 -[2013-09-25 13:00:18] 21 -[2013-09-25 13:00:20] >21 -[2013-09-25 13:01:20] >>21 -[2013-09-25 13:02:20] >>21 -[2013-09-25 13:03:20] >>21 -[2013-09-25 13:04:20] >>21 -[2013-09-25 13:05:20] >>21 -[2013-09-25 13:06:21] >>21 -[2013-09-25 13:07:09] 1 -[2013-09-25 13:07:10] >1 -[2013-09-25 13:07:19] 3 -[2013-09-25 13:07:20] >3 -[2013-09-25 13:08:20] >>3 -[2013-09-25 13:09:20] >>3 -[2013-09-25 13:10:20] >>3 -[2013-09-25 13:11:21] >>3 -[2013-09-25 13:12:21] >>3 -[2013-09-25 13:13:21] >>3 -[2013-09-25 13:14:21] >>3 -[2013-09-25 13:15:21] >>3 -[2013-09-25 13:15:55] 7 -[2013-09-25 13:15:57] 3 -[2013-09-25 13:15:58] >3 -[2013-09-25 13:16:58] >>3 -[2013-09-25 13:17:58] >>3 -[2013-09-25 13:18:58] >>3 -[2013-09-25 13:19:59] >>3 -[2013-09-25 13:20:59] >>3 -[2013-09-25 13:21:59] >>3 -[2013-09-25 13:22:59] >>3 -[2013-09-25 13:23:59] >>3 -[2013-09-25 13:25:00] >>3 -[2013-09-25 13:25:50] 7 -[2013-09-25 13:25:52] 3 -[2013-09-25 13:25:54] >3 -[2013-09-25 13:26:53] >>3 -[2013-09-25 13:27:54] >>3 -[2013-09-25 13:28:54] >>3 -[2013-09-25 13:29:54] >>3 -[2013-09-25 13:30:54] >>3 -[2013-09-25 13:31:54] >>3 -[2013-09-25 13:32:55] >>3 -[2013-09-25 13:33:55] >>3 -[2013-09-25 13:34:55] >>3 -[2013-09-25 13:35:36] 7 -[2013-09-25 13:35:38] 3 -[2013-09-25 13:35:39] >3 -[2013-09-25 13:36:39] >>3 -[2013-09-25 13:37:39] >>3 -[2013-09-25 13:38:40] >>3 -[2013-09-25 13:39:40] >>3 -[2013-09-25 13:40:40] >>3 -[2013-09-25 13:41:40] >>3 -[2013-09-25 13:42:40] >>3 -[2013-09-25 13:43:41] >>3 -[2013-09-25 13:44:41] >>3 -[2013-09-25 13:45:23] 7 -[2013-09-25 13:45:25] 3 -[2013-09-25 13:45:26] >3 -[2013-09-25 13:46:27] >>3 -[2013-09-25 13:47:27] >>3 -[2013-09-25 13:48:27] >>3 -[2013-09-25 13:49:28] >>3 -[2013-09-25 13:50:28] >>3 -[2013-09-25 13:51:28] >>3 -[2013-09-25 13:52:28] >>3 -[2013-09-25 13:53:28] >>3 -[2013-09-25 13:54:29] >>3 -[2013-09-25 13:55:09] 7 -[2013-09-25 13:55:10] 3 -[2013-09-25 13:55:12] >3 -[2013-09-25 13:56:12] >>3 -[2013-09-25 13:57:12] >>3 -[2013-09-25 13:58:12] >>3 -[2013-09-25 13:59:12] >>3 -[2013-09-25 14:00:13] >>3 -[2013-09-25 14:01:13] >>3 -[2013-09-25 14:02:13] >>3 -[2013-09-25 14:03:13] >>3 -[2013-09-25 14:04:13] >>3 -[2013-09-25 14:04:55] 7 -[2013-09-25 14:04:57] 3 -[2013-09-25 14:04:58] >3 -[2013-09-25 14:05:58] >>3 -[2013-09-25 14:06:58] >>3 -[2013-09-25 14:07:58] >>3 -[2013-09-25 14:08:59] >>3 -[2013-09-25 14:09:59] >>3 -[2013-09-25 14:10:59] >>3 -[2013-09-25 14:11:59] >>3 -[2013-09-25 14:13:00] >>3 -[2013-09-25 14:14:00] >>3 -[2013-09-25 14:14:41] 7 -[2013-09-25 14:14:43] 3 -[2013-09-25 14:14:44] >3 -[2013-09-25 14:15:44] >>3 -[2013-09-25 14:16:44] >>3 -[2013-09-25 14:17:44] >>3 -[2013-09-25 14:18:44] >>3 -[2013-09-25 14:19:45] >>3 -[2013-09-25 14:20:45] >>3 -[2013-09-25 14:21:45] >>3 -[2013-09-25 14:22:45] >>3 -[2013-09-25 14:23:45] >>3 -[2013-09-25 14:24:27] 7 -[2013-09-25 14:24:28] 3 -[2013-09-25 14:24:30] >3 -[2013-09-25 14:25:30] >>3 -[2013-09-25 14:26:30] >>3 -[2013-09-25 14:27:30] >>3 -[2013-09-25 14:28:30] >>3 -[2013-09-25 14:29:30] >>3 -[2013-09-25 14:30:31] >>3 -[2013-09-25 14:31:31] >>3 -[2013-09-25 14:32:31] >>3 -[2013-09-25 14:33:31] >>3 -[2013-09-25 14:34:13] 7 -[2013-09-25 14:34:14] 3 -[2013-09-25 14:34:16] >3 -[2013-09-25 14:35:16] >>3 -[2013-09-25 14:36:16] >>3 -[2013-09-25 14:37:16] >>3 -[2013-09-25 14:38:16] >>3 -[2013-09-25 14:39:16] >>3 -[2013-09-25 14:40:17] >>3 -[2013-09-25 14:41:17] >>3 -[2013-09-25 14:42:17] 1 -[2013-09-25 14:42:19] >1 -[2013-09-25 14:43:18] >>1 -[2013-09-25 14:43:58] 21 -[2013-09-25 14:43:59] >21 -[2013-09-25 14:44:59] >>21 -[2013-09-25 14:45:59] >>21 -[2013-09-25 14:46:59] >>21 -[2013-09-25 14:47:59] >>21 -[2013-09-25 14:49:00] >>21 -[2013-09-25 14:50:00] >>21 -[2013-09-25 14:50:06] 1 -[2013-09-25 14:50:08] >1 -[2013-09-25 14:50:28] 5 -[2013-09-25 14:50:29] 1 -[2013-09-25 14:50:31] >1 -[2013-09-25 14:51:31] >>1 -[2013-09-25 14:51:47] 3 -[2013-09-25 14:51:49] >3 -[2013-09-25 14:52:48] >>3 -[2013-09-25 14:53:48] >>3 -[2013-09-25 14:54:49] >>3 -[2013-09-25 14:55:49] >>3 -[2013-09-25 14:56:49] >>3 -[2013-09-25 14:57:49] >>3 -[2013-09-25 14:58:49] >>3 -[2013-09-25 14:59:50] >>3 -[2013-09-25 15:00:14] 7 -[2013-09-25 15:00:16] 3 -[2013-09-25 15:00:18] >3 -[2013-09-25 15:01:17] >>3 -[2013-09-25 15:02:18] >>3 -[2013-09-25 15:03:18] >>3 -[2013-09-25 15:04:18] >>3 -[2013-09-25 15:05:18] >>3 -[2013-09-25 15:06:18] >>3 -[2013-09-25 15:07:19] >>3 -[2013-09-25 15:08:19] >>3 -[2013-09-25 15:09:19] >>3 -[2013-09-25 15:10:00] 7 -[2013-09-25 15:10:02] 3 -[2013-09-25 15:10:03] >3 -[2013-09-25 15:11:03] >>3 -[2013-09-25 15:12:03] >>3 -[2013-09-25 15:13:04] >>3 -[2013-09-25 15:14:04] >>3 -[2013-09-25 15:15:04] >>3 -[2013-09-25 15:16:04] >>3 -[2013-09-25 15:17:04] >>3 -[2013-09-25 15:18:05] >>3 -[2013-09-25 15:19:05] >>3 -[2013-09-25 15:19:46] 7 -[2013-09-25 15:19:48] 3 -[2013-09-25 15:19:49] >3 -[2013-09-25 15:20:49] >>3 -[2013-09-25 15:21:49] >>3 -[2013-09-25 15:22:49] >>3 -[2013-09-25 15:23:50] >>3 -[2013-09-25 15:24:50] >>3 -[2013-09-25 15:25:50] >>3 -[2013-09-25 15:26:50] >>3 -[2013-09-25 15:27:50] >>3 -[2013-09-25 15:28:51] >>3 -[2013-09-25 15:29:32] 7 -[2013-09-25 15:29:33] 3 -[2013-09-25 15:29:35] >3 -[2013-09-25 15:30:35] >>3 -[2013-09-25 15:31:35] >>3 -[2013-09-25 15:32:35] >>3 -[2013-09-25 15:33:35] >>3 -[2013-09-25 15:34:36] >>3 -[2013-09-25 15:35:36] >>3 -[2013-09-25 15:36:36] >>3 -[2013-09-25 15:37:36] >>3 -[2013-09-25 15:38:36] >>3 -[2013-09-25 15:39:18] 7 -[2013-09-25 15:39:19] 3 -[2013-09-25 15:39:21] >3 -[2013-09-25 15:40:21] >>3 -[2013-09-25 15:41:21] >>3 -[2013-09-25 15:42:21] >>3 -[2013-09-25 15:43:21] >>3 -[2013-09-25 15:44:21] >>3 -[2013-09-25 15:45:22] >>3 -[2013-09-25 15:46:22] >>3 -[2013-09-25 15:47:22] >>3 -[2013-09-25 15:48:22] >>3 -[2013-09-25 15:49:04] 7 -[2013-09-25 15:49:06] 3 -[2013-09-25 15:49:08] >3 -[2013-09-25 15:50:07] >>3 -[2013-09-25 15:51:08] >>3 -[2013-09-25 15:52:08] >>3 -[2013-09-25 15:53:08] >>3 -[2013-09-25 15:54:08] >>3 -[2013-09-25 15:55:08] >>3 -[2013-09-25 15:56:09] >>3 -[2013-09-25 15:57:09] >>3 -[2013-09-25 15:58:09] >>3 -[2013-09-25 15:58:51] 7 -[2013-09-25 15:58:52] 3 -[2013-09-25 15:58:53] >3 -[2013-09-25 15:59:53] >>3 -[2013-09-25 16:00:53] >>3 -[2013-09-25 16:01:54] >>3 -[2013-09-25 16:02:54] >>3 -[2013-09-25 16:03:54] >>3 -[2013-09-25 16:04:54] >>3 -[2013-09-25 16:05:54] >>3 -[2013-09-25 16:06:55] >>3 -[2013-09-25 16:07:55] >>3 -[2013-09-25 16:08:37] 7 -[2013-09-25 16:08:38] 3 -[2013-09-25 16:08:40] >3 -[2013-09-25 16:09:39] >>3 -[2013-09-25 16:10:40] >>3 -[2013-09-25 16:11:40] >>3 -[2013-09-25 16:12:40] >>3 -[2013-09-25 16:13:40] >>3 -[2013-09-25 16:14:41] >>3 -[2013-09-25 16:15:41] >>3 -[2013-09-25 16:16:41] >>3 -[2013-09-25 16:17:41] >>3 -[2013-09-25 16:18:22] 7 -[2013-09-25 16:18:24] 3 -[2013-09-25 16:18:26] >3 -[2013-09-25 16:19:25] >>3 -[2013-09-25 16:20:25] >>3 -[2013-09-25 16:21:26] >>3 -[2013-09-25 16:22:26] >>3 -[2013-09-25 16:23:26] >>3 -[2013-09-25 16:24:26] >>3 -[2013-09-25 16:25:26] >>3 -[2013-09-25 16:26:27] >>3 -[2013-09-25 16:27:27] >>3 -[2013-09-25 16:28:08] 7 -[2013-09-25 16:28:10] 3 -[2013-09-25 16:28:11] >3 -[2013-09-25 16:29:11] >>3 -[2013-09-25 16:30:11] >>3 -[2013-09-25 16:31:11] >>3 -[2013-09-25 16:32:12] >>3 -[2013-09-25 16:33:12] >>3 -[2013-09-25 16:34:12] >>3 -[2013-09-25 16:35:12] >>3 -[2013-09-25 16:36:12] >>3 -[2013-09-25 16:37:13] >>3 -[2013-09-25 16:37:54] 7 -[2013-09-25 16:37:55] 3 -[2013-09-25 16:37:57] >3 -[2013-09-25 16:38:09] 21 -[2013-09-25 16:38:11] >21 -[2013-09-25 16:38:30] 1 -[2013-09-25 16:38:32] >1 -[2013-09-25 16:39:13] 3 -[2013-09-25 16:39:15] >3 -[2013-09-25 16:40:15] >>3 -[2013-09-25 16:41:15] >>3 -[2013-09-25 16:42:15] >>3 -[2013-09-25 16:43:15] >>3 -[2013-09-25 16:44:15] >>3 -[2013-09-25 16:45:16] >>3 -[2013-09-25 16:46:16] >>3 -[2013-09-25 16:47:16] >>3 -[2013-09-25 16:47:41] 7 -[2013-09-25 16:47:42] 3 -[2013-09-25 16:47:44] >3 -[2013-09-25 16:48:44] >>3 -[2013-09-25 16:48:59] 21 -[2013-09-25 16:49:01] >21 -[2013-09-25 16:50:01] >>21 -[2013-09-25 16:51:01] >>21 -[2013-09-25 16:52:01] >>21 -[2013-09-25 16:52:43] 1 -[2013-09-25 16:52:44] >1 -[2013-09-25 16:52:52] 3 -[2013-09-25 16:52:54] >3 -[2013-09-25 16:53:53] >>3 -[2013-09-25 16:54:54] >>3 -[2013-09-25 16:55:54] >>3 -[2013-09-25 16:56:54] >>3 -[2013-09-25 16:57:54] >>3 -[2013-09-25 16:58:54] >>3 -[2013-09-25 16:59:55] >>3 -[2013-09-25 17:00:55] >>3 -[2013-09-25 17:01:19] 7 -[2013-09-25 17:01:21] 3 -[2013-09-25 17:01:23] >3 -[2013-09-25 17:02:22] >>3 -[2013-09-25 17:03:23] >>3 -[2013-09-25 17:04:23] >>3 -[2013-09-25 17:05:23] >>3 -[2013-09-25 17:06:23] >>3 -[2013-09-25 17:07:23] >>3 -[2013-09-25 17:08:24] >>3 -[2013-09-25 17:09:24] >>3 -[2013-09-25 17:10:24] >>3 -[2013-09-25 17:11:05] 7 -[2013-09-25 17:11:07] 3 -[2013-09-25 17:11:08] >3 -[2013-09-25 17:12:08] >>3 -[2013-09-25 17:13:08] >>3 -[2013-09-25 17:14:09] >>3 -[2013-09-25 17:15:09] >>3 -[2013-09-25 17:16:09] >>3 -[2013-09-25 17:17:09] >>3 -[2013-09-25 17:18:09] >>3 -[2013-09-25 17:19:10] >>3 -[2013-09-25 17:20:10] >>3 -[2013-09-25 17:20:51] 7 -[2013-09-25 17:20:53] 3 -[2013-09-25 17:20:54] >3 -[2013-09-25 17:21:54] >>3 -[2013-09-25 17:22:54] >>3 -[2013-09-25 17:23:54] >>3 -[2013-09-25 17:24:55] >>3 -[2013-09-25 17:25:55] >>3 -[2013-09-25 17:26:55] >>3 -[2013-09-25 17:27:55] >>3 -[2013-09-25 17:28:55] >>3 -[2013-09-25 17:29:56] >>3 -[2013-09-25 17:30:37] 7 -[2013-09-25 17:30:39] 3 -[2013-09-25 17:30:40] >3 -[2013-09-25 17:31:40] >>3 -[2013-09-25 17:32:40] >>3 -[2013-09-25 17:33:41] >>3 -[2013-09-25 17:34:41] >>3 -[2013-09-25 17:35:41] >>3 -[2013-09-25 17:36:41] >>3 -[2013-09-25 17:37:41] >>3 -[2013-09-25 17:38:42] >>3 -[2013-09-25 17:39:42] >>3 -[2013-09-25 17:40:23] 7 -[2013-09-25 17:40:25] 3 -[2013-09-25 17:40:26] >3 -[2013-09-25 17:41:26] >>3 -[2013-09-25 17:42:26] >>3 -[2013-09-25 17:43:26] >>3 -[2013-09-25 17:44:27] >>3 -[2013-09-25 17:45:27] >>3 -[2013-09-25 17:46:27] >>3 -[2013-09-25 17:47:27] >>3 -[2013-09-25 17:48:27] >>3 -[2013-09-25 17:49:28] >>3 -[2013-09-25 17:50:09] 7 -[2013-09-25 17:50:11] 3 -[2013-09-25 17:50:13] >3 -[2013-09-25 17:51:12] >>3 -[2013-09-25 17:52:13] >>3 -[2013-09-25 17:53:13] >>3 -[2013-09-25 17:54:13] >>3 -[2013-09-25 17:55:13] >>3 -[2013-09-25 17:56:13] >>3 -[2013-09-25 17:57:14] >>3 -[2013-09-25 17:58:14] >>3 -[2013-09-25 17:59:14] >>3 -[2013-09-25 17:59:56] 7 -[2013-09-25 17:59:57] 3 -[2013-09-25 17:59:59] >3 -[2013-09-25 18:00:59] >>3 -[2013-09-25 18:01:59] >>3 -[2013-09-25 18:02:59] >>3 -[2013-09-25 18:03:59] >>3 -[2013-09-25 18:04:59] >>3 -[2013-09-25 18:06:00] >>3 -[2013-09-25 18:07:00] >>3 -[2013-09-25 18:08:00] >>3 -[2013-09-25 18:09:00] >>3 -[2013-09-25 18:09:41] 7 -[2013-09-25 18:09:43] 3 -[2013-09-25 18:09:45] >3 -[2013-09-25 18:10:44] >>3 -[2013-09-25 18:11:45] >>3 -[2013-09-25 18:12:45] >>3 -[2013-09-25 18:13:45] >>3 -[2013-09-25 18:14:45] >>3 -[2013-09-25 18:15:45] >>3 -[2013-09-25 18:16:46] >>3 -[2013-09-25 18:17:46] >>3 -[2013-09-25 18:18:46] >>3 -[2013-09-25 18:19:27] 7 -[2013-09-25 18:19:29] 3 -[2013-09-25 18:19:31] >3 -[2013-09-25 18:20:30] >>3 -[2013-09-25 18:21:30] >>3 -[2013-09-25 18:22:31] >>3 -[2013-09-25 18:23:31] >>3 -[2013-09-25 18:24:31] >>3 -[2013-09-25 18:25:31] >>3 -[2013-09-25 18:26:31] >>3 -[2013-09-25 18:27:32] >>3 -[2013-09-25 18:28:32] >>3 -[2013-09-25 18:29:14] 7 -[2013-09-25 18:29:15] 3 -[2013-09-25 18:29:16] >3 -[2013-09-25 18:30:16] >>3 -[2013-09-25 18:31:16] >>3 -[2013-09-25 18:32:16] >>3 -[2013-09-25 18:33:17] >>3 -[2013-09-25 18:34:17] >>3 -[2013-09-25 18:35:17] >>3 -[2013-09-25 18:36:17] >>3 -[2013-09-25 18:37:18] >>3 -[2013-09-25 18:38:18] >>3 -[2013-09-25 18:38:59] 7 -[2013-09-25 18:39:01] 3 -[2013-09-25 18:39:03] >3 -[2013-09-25 18:39:05] 21 -[2013-09-25 18:39:06] >21 -[2013-09-25 18:40:06] >>21 -[2013-09-25 18:41:06] >>21 -[2013-09-25 18:42:07] >>21 -[2013-09-25 18:43:07] >>21 -[2013-09-25 18:44:07] >>21 -[2013-09-25 18:45:07] >>21 -[2013-09-25 18:46:07] >>21 -[2013-09-25 18:46:39] 1 -[2013-09-25 18:46:41] >1 -[2013-09-25 18:47:40] >>1 -[2013-09-25 18:48:41] >>1 -[2013-09-25 18:49:41] >>1 -[2013-09-25 18:50:10] 3 -[2013-09-25 18:50:12] >3 -[2013-09-25 18:51:12] >>3 -[2013-09-25 18:52:12] >>3 -[2013-09-25 18:53:12] >>3 -[2013-09-25 18:54:12] >>3 -[2013-09-25 18:55:13] >>3 -[2013-09-25 18:56:13] >>3 -[2013-09-25 18:57:13] >>3 -[2013-09-25 18:58:13] >>3 -[2013-09-25 18:58:47] 7 -[2013-09-25 18:58:49] 3 -[2013-09-25 18:58:51] >3 -[2013-09-25 18:59:50] >>3 -[2013-09-25 19:00:51] >>3 -[2013-09-25 19:01:51] >>3 -[2013-09-25 19:02:51] >>3 -[2013-09-25 19:03:51] >>3 -[2013-09-25 19:04:51] >>3 -[2013-09-25 19:05:52] >>3 -[2013-09-25 19:06:52] >>3 -[2013-09-25 19:07:52] >>3 -[2013-09-25 19:08:34] 7 -[2013-09-25 19:08:35] 3 -[2013-09-25 19:08:37] >3 -[2013-09-25 19:09:37] >>3 -[2013-09-25 19:10:37] >>3 -[2013-09-25 19:11:37] >>3 -[2013-09-25 19:12:37] >>3 -[2013-09-25 19:13:37] >>3 -[2013-09-25 19:14:38] >>3 -[2013-09-25 19:15:38] >>3 -[2013-09-25 19:16:38] >>3 -[2013-09-25 19:17:38] >>3 -[2013-09-25 19:18:38] >>3 -[2013-09-25 19:18:47] 7 -[2013-09-25 19:18:48] 3 -[2013-09-25 19:18:50] >3 -[2013-09-25 19:19:50] >>3 -[2013-09-25 19:20:50] >>3 -[2013-09-25 19:21:50] >>3 -[2013-09-25 19:22:50] >>3 -[2013-09-25 19:23:50] >>3 -[2013-09-25 19:24:51] >>3 -[2013-09-25 19:25:51] >>3 -[2013-09-25 19:26:51] >>3 -[2013-09-25 19:27:51] >>3 -[2013-09-25 19:28:32] 7 -[2013-09-25 19:28:34] 3 -[2013-09-25 19:28:36] >3 -[2013-09-25 19:29:35] >>3 -[2013-09-25 19:30:36] >>3 -[2013-09-25 19:31:36] >>3 -[2013-09-25 19:32:36] >>3 -[2013-09-25 19:33:36] >>3 -[2013-09-25 19:34:36] >>3 -[2013-09-25 19:35:37] >>3 -[2013-09-25 19:36:37] >>3 -[2013-09-25 19:37:37] >>3 -[2013-09-25 19:38:18] 7 -[2013-09-25 19:38:20] 3 -[2013-09-25 19:38:21] >3 -[2013-09-25 19:39:21] >>3 -[2013-09-25 19:40:21] >>3 -[2013-09-25 19:41:22] >>3 -[2013-09-25 19:42:22] >>3 -[2013-09-25 19:43:22] >>3 -[2013-09-25 19:44:22] >>3 -[2013-09-25 19:45:22] >>3 -[2013-09-25 19:46:23] >>3 -[2013-09-25 19:47:23] >>3 -[2013-09-25 19:48:04] 7 -[2013-09-25 19:48:06] 3 -[2013-09-25 19:48:07] >3 -[2013-09-25 19:49:07] >>3 -[2013-09-25 19:50:07] >>3 -[2013-09-25 19:51:07] >>3 -[2013-09-25 19:52:08] >>3 -[2013-09-25 19:53:08] >>3 -[2013-09-25 19:54:08] >>3 -[2013-09-25 19:55:08] >>3 -[2013-09-25 19:56:08] >>3 -[2013-09-25 19:57:09] >>3 -[2013-09-25 19:57:51] 7 -[2013-09-25 19:57:52] 3 -[2013-09-25 19:57:54] >3 -[2013-09-25 19:58:54] >>3 -[2013-09-25 19:59:54] >>3 -[2013-09-25 20:00:54] >>3 -[2013-09-25 20:01:54] >>3 -[2013-09-25 20:02:55] >>3 -[2013-09-25 20:03:55] >>3 -[2013-09-25 20:04:55] >>3 -[2013-09-25 20:05:55] >>3 -[2013-09-25 20:06:55] >>3 -[2013-09-25 20:07:56] >>3 -[2013-09-25 20:08:56] >>3 -[2013-09-25 20:09:56] >>3 -[2013-09-25 20:10:56] >>3 -[2013-09-25 20:11:00] 21 -[2013-09-25 20:11:01] >21 -[2013-09-25 20:11:49] 1 -[2013-09-25 20:11:51] >1 -[2013-09-25 20:12:23] 5 -[2013-09-25 20:12:24] 1 -[2013-09-25 20:12:26] >1 -[2013-09-25 20:13:26] >>1 -[2013-09-25 20:13:41] 3 -[2013-09-25 20:13:43] >3 -[2013-09-25 20:14:43] >>3 -[2013-09-25 20:15:43] >>3 -[2013-09-25 20:16:43] >>3 -[2013-09-25 20:17:43] >>3 -[2013-09-25 20:18:44] >>3 -[2013-09-25 20:19:44] >>3 -[2013-09-25 20:20:44] >>3 -[2013-09-25 20:21:44] >>3 -[2013-09-25 20:22:09] 7 -[2013-09-25 20:22:11] 3 -[2013-09-25 20:22:12] >3 -[2013-09-25 20:23:12] >>3 -[2013-09-25 20:24:12] >>3 -[2013-09-25 20:25:12] >>3 -[2013-09-25 20:26:13] >>3 -[2013-09-25 20:27:13] >>3 -[2013-09-25 20:28:13] >>3 -[2013-09-25 20:29:13] >>3 -[2013-09-25 20:30:13] >>3 -[2013-09-25 20:31:14] >>3 -[2013-09-25 20:31:55] 7 -[2013-09-25 20:31:57] 3 -[2013-09-25 20:31:58] >3 -[2013-09-25 20:32:58] >>3 -[2013-09-25 20:33:58] >>3 -[2013-09-25 20:34:59] >>3 -[2013-09-25 20:35:59] >>3 -[2013-09-25 20:36:59] >>3 -[2013-09-25 20:37:59] >>3 -[2013-09-25 20:38:59] >>3 -[2013-09-25 20:40:00] >>3 -[2013-09-25 20:41:00] >>3 -[2013-09-25 20:41:41] 7 -[2013-09-25 20:41:43] 3 -[2013-09-25 20:41:44] >3 -[2013-09-25 20:42:44] >>3 -[2013-09-25 20:43:44] >>3 -[2013-09-25 20:44:44] >>3 -[2013-09-25 20:45:45] >>3 -[2013-09-25 20:46:45] >>3 -[2013-09-25 20:47:45] >>3 -[2013-09-25 20:48:45] >>3 -[2013-09-25 20:49:45] >>3 -[2013-09-25 20:50:46] >>3 -[2013-09-25 20:51:27] 7 -[2013-09-25 20:51:28] 3 -[2013-09-25 20:51:30] >3 -[2013-09-25 20:52:30] >>3 -[2013-09-25 20:53:30] >>3 -[2013-09-25 20:54:30] >>3 -[2013-09-25 20:55:30] >>3 -[2013-09-25 20:56:31] >>3 -[2013-09-25 20:57:31] >>3 -[2013-09-25 20:58:31] >>3 -[2013-09-25 20:59:31] >>3 -[2013-09-25 21:00:31] >>3 -[2013-09-25 21:01:13] 7 -[2013-09-25 21:01:14] 3 -[2013-09-25 21:01:16] >3 -[2013-09-25 21:02:16] >>3 -[2013-09-25 21:03:16] >>3 -[2013-09-25 21:04:16] >>3 -[2013-09-25 21:05:16] >>3 -[2013-09-25 21:06:16] >>3 -[2013-09-25 21:07:17] >>3 -[2013-09-25 21:08:17] >>3 -[2013-09-25 21:09:17] >>3 -[2013-09-25 21:10:17] >>3 -[2013-09-25 21:10:59] 7 -[2013-09-25 21:11:01] 3 -[2013-09-25 21:11:03] >3 -[2013-09-25 21:12:02] >>3 -[2013-09-25 21:13:03] >>3 -[2013-09-25 21:14:03] >>3 -[2013-09-25 21:15:03] >>3 -[2013-09-25 21:16:03] >>3 -[2013-09-25 21:17:03] >>3 -[2013-09-25 21:17:10] 1 -[2013-09-25 21:17:11] >1 -[2013-09-25 21:18:11] >>1 -[2013-09-25 21:19:11] >>1 -[2013-09-25 21:20:11] >>1 -[2013-09-25 21:20:41] 21 -[2013-09-25 21:20:43] >21 -[2013-09-25 21:21:43] >>21 -[2013-09-25 21:22:43] >>21 -[2013-09-25 21:23:33] 1 -[2013-09-25 21:23:35] >1 -[2013-09-25 21:23:54] 5 -[2013-09-25 21:23:56] 1 -[2013-09-25 21:23:58] >1 -[2013-09-25 21:24:57] >>1 -[2013-09-25 21:25:13] 3 -[2013-09-25 21:25:15] >3 -[2013-09-25 21:26:14] >>3 -[2013-09-25 21:27:14] >>3 -[2013-09-25 21:28:15] >>3 -[2013-09-25 21:29:15] >>3 -[2013-09-25 21:30:15] >>3 -[2013-09-25 21:31:15] >>3 -[2013-09-25 21:32:16] >>3 -[2013-09-25 21:33:16] >>3 -[2013-09-25 21:33:40] 7 -[2013-09-25 21:33:42] 3 -[2013-09-25 21:33:44] >3 -[2013-09-25 21:34:43] >>3 -[2013-09-25 21:35:44] >>3 -[2013-09-25 21:36:44] >>3 -[2013-09-25 21:37:44] >>3 -[2013-09-25 21:38:44] >>3 -[2013-09-25 21:39:44] >>3 -[2013-09-25 21:40:45] >>3 -[2013-09-25 21:41:45] >>3 -[2013-09-25 21:42:45] >>3 -[2013-09-25 21:43:26] 7 -[2013-09-25 21:43:28] 3 -[2013-09-25 21:43:29] >3 -[2013-09-25 21:44:29] >>3 -[2013-09-25 21:45:29] >>3 -[2013-09-25 21:46:30] >>3 -[2013-09-25 21:47:30] >>3 -[2013-09-25 21:48:30] >>3 -[2013-09-25 21:49:30] >>3 -[2013-09-25 21:50:30] >>3 -[2013-09-25 21:51:31] >>3 -[2013-09-25 21:52:31] >>3 -[2013-09-25 21:53:12] 7 -[2013-09-25 21:53:14] 3 -[2013-09-25 21:53:15] >3 -[2013-09-25 21:54:15] >>3 -[2013-09-25 21:55:15] >>3 -[2013-09-25 21:56:16] >>3 -[2013-09-25 21:57:16] >>3 -[2013-09-25 21:58:16] >>3 -[2013-09-25 21:59:16] >>3 -[2013-09-25 22:00:16] >>3 -[2013-09-25 22:01:17] >>3 -[2013-09-25 22:02:17] >>3 -[2013-09-25 22:02:58] 7 -[2013-09-25 22:03:00] 3 -[2013-09-25 22:03:01] >3 -[2013-09-25 22:04:01] >>3 -[2013-09-25 22:05:01] >>3 -[2013-09-25 22:06:01] >>3 -[2013-09-25 22:07:02] >>3 -[2013-09-25 22:08:02] >>3 -[2013-09-25 22:09:02] >>3 -[2013-09-25 22:10:02] >>3 -[2013-09-25 22:11:02] >>3 -[2013-09-25 22:12:03] >>3 -[2013-09-25 22:12:44] 7 -[2013-09-25 22:12:46] 3 -[2013-09-25 22:12:47] >3 -[2013-09-25 22:13:47] >>3 -[2013-09-25 22:14:47] >>3 -[2013-09-25 22:15:48] >>3 -[2013-09-25 22:16:48] >>3 -[2013-09-25 22:17:48] >>3 -[2013-09-25 22:18:48] >>3 -[2013-09-25 22:19:48] >>3 -[2013-09-25 22:20:49] >>3 -[2013-09-25 22:21:49] >>3 -[2013-09-25 22:22:31] 7 -[2013-09-25 22:22:32] 3 -[2013-09-25 22:22:34] >3 -[2013-09-25 22:23:34] >>3 -[2013-09-25 22:24:34] >>3 -[2013-09-25 22:25:34] >>3 -[2013-09-25 22:26:34] >>3 -[2013-09-25 22:27:34] >>3 -[2013-09-25 22:28:35] >>3 -[2013-09-25 22:29:35] >>3 -[2013-09-25 22:30:35] >>3 -[2013-09-25 22:31:35] >>3 -[2013-09-25 22:31:54] 1 -[2013-09-25 22:31:55] >1 -[2013-09-25 22:32:13] 21 -[2013-09-25 22:32:14] >21 -[2013-09-25 22:33:10] 1 -[2013-09-25 22:33:12] >1 -[2013-09-25 22:33:32] 5 -[2013-09-25 22:33:33] 1 -[2013-09-25 22:33:35] >1 -[2013-09-25 22:34:35] >>1 -[2013-09-25 22:34:50] 3 -[2013-09-25 22:34:52] >3 -[2013-09-25 22:35:52] >>3 -[2013-09-25 22:36:52] >>3 -[2013-09-25 22:37:52] >>3 -[2013-09-25 22:38:52] >>3 -[2013-09-25 22:39:52] >>3 -[2013-09-25 22:40:53] >>3 -[2013-09-25 22:41:53] >>3 -[2013-09-25 22:42:53] >>3 -[2013-09-25 22:43:18] 7 -[2013-09-25 22:43:19] 3 -[2013-09-25 22:43:21] >3 -[2013-09-25 22:44:21] >>3 -[2013-09-25 22:45:21] >>3 -[2013-09-25 22:46:21] >>3 -[2013-09-25 22:47:21] >>3 -[2013-09-25 22:48:22] >>3 -[2013-09-25 22:49:22] >>3 -[2013-09-25 22:50:22] >>3 -[2013-09-25 22:51:22] >>3 -[2013-09-25 22:52:22] >>3 -[2013-09-25 22:53:04] 7 -[2013-09-25 22:53:06] 3 -[2013-09-25 22:53:07] >3 -[2013-09-25 22:54:07] >>3 -[2013-09-25 22:55:07] >>3 -[2013-09-25 22:56:07] >>3 -[2013-09-25 22:57:08] >>3 -[2013-09-25 22:58:08] >>3 -[2013-09-25 22:59:08] >>3 -[2013-09-25 23:00:08] >>3 -[2013-09-25 23:01:08] >>3 -[2013-09-25 23:02:09] >>3 -[2013-09-25 23:02:50] 7 -[2013-09-25 23:02:51] 3 -[2013-09-25 23:02:53] >3 -[2013-09-25 23:03:53] >>3 -[2013-09-25 23:04:53] >>3 -[2013-09-25 23:05:53] >>3 -[2013-09-25 23:06:53] >>3 -[2013-09-25 23:07:54] >>3 -[2013-09-25 23:08:54] >>3 -[2013-09-25 23:09:54] >>3 -[2013-09-25 23:10:54] >>3 -[2013-09-25 23:11:26] 1 -[2013-09-25 23:11:28] >1 -[2013-09-25 23:12:28] >>1 -[2013-09-25 23:12:34] 21 -[2013-09-25 23:12:36] >21 -[2013-09-25 23:13:36] >>21 -[2013-09-25 23:14:36] >>21 -[2013-09-25 23:15:36] >>21 -[2013-09-25 23:16:36] >>21 -[2013-09-25 23:17:37] >>21 -[2013-09-25 23:18:01] 1 -[2013-09-25 23:18:03] >1 -[2013-09-25 23:18:23] 5 -[2013-09-25 23:18:24] 1 -[2013-09-25 23:18:26] >1 -[2013-09-25 23:19:26] >>1 -[2013-09-25 23:19:41] 3 -[2013-09-25 23:19:43] >3 -[2013-09-25 23:20:43] >>3 -[2013-09-25 23:21:43] >>3 -[2013-09-25 23:22:43] >>3 -[2013-09-25 23:23:43] >>3 -[2013-09-25 23:24:43] >>3 -[2013-09-25 23:25:44] >>3 -[2013-09-25 23:26:44] >>3 -[2013-09-25 23:27:44] >>3 -[2013-09-25 23:28:09] 7 -[2013-09-25 23:28:10] 3 -[2013-09-25 23:28:12] >3 -[2013-09-25 23:29:12] >>3 -[2013-09-25 23:30:12] >>3 -[2013-09-25 23:31:12] >>3 -[2013-09-25 23:32:12] >>3 -[2013-09-25 23:33:12] >>3 -[2013-09-25 23:34:13] >>3 -[2013-09-25 23:35:13] >>3 -[2013-09-25 23:36:13] >>3 -[2013-09-25 23:37:13] >>3 -[2013-09-25 23:37:55] 7 -[2013-09-25 23:37:57] 3 -[2013-09-25 23:37:58] >3 -[2013-09-25 23:38:58] >>3 -[2013-09-25 23:39:58] >>3 -[2013-09-25 23:40:58] >>3 -[2013-09-25 23:41:59] >>3 -[2013-09-25 23:42:59] >>3 -[2013-09-25 23:43:59] >>3 -[2013-09-25 23:44:59] >>3 -[2013-09-25 23:45:59] >>3 -[2013-09-25 23:47:00] >>3 -[2013-09-25 23:47:41] 7 -[2013-09-25 23:47:42] 3 -[2013-09-25 23:47:44] >3 -[2013-09-25 23:48:44] >>3 -[2013-09-25 23:49:44] >>3 -[2013-09-25 23:50:44] >>3 -[2013-09-25 23:51:44] >>3 -[2013-09-25 23:52:45] >>3 -[2013-09-25 23:53:45] >>3 -[2013-09-25 23:54:45] >>3 -[2013-09-25 23:55:45] >>3 -[2013-09-25 23:56:45] >>3 -[2013-09-25 23:57:27] 7 -[2013-09-25 23:57:28] 3 -[2013-09-25 23:57:30] >3 -[2013-09-25 23:58:30] >>3 -[2013-09-25 23:59:30] >>3 -[2013-09-26 00:00:30] >>3 -[2013-09-26 00:01:30] >>3 -[2013-09-26 00:02:30] >>3 -[2013-09-26 00:03:31] >>3 -[2013-09-26 00:04:31] >>3 -[2013-09-26 00:05:31] >>3 -[2013-09-26 00:06:31] >>3 -[2013-09-26 00:07:12] 7 -[2013-09-26 00:07:14] 3 -[2013-09-26 00:07:16] >3 -[2013-09-26 00:08:15] >>3 -[2013-09-26 00:09:16] >>3 -[2013-09-26 00:10:16] >>3 -[2013-09-26 00:11:16] >>3 -[2013-09-26 00:12:16] >>3 -[2013-09-26 00:13:16] >>3 -[2013-09-26 00:14:17] >>3 -[2013-09-26 00:15:17] >>3 -[2013-09-26 00:16:17] >>3 -[2013-09-26 00:16:59] 7 -[2013-09-26 00:17:01] 3 -[2013-09-26 00:17:02] >3 -[2013-09-26 00:18:02] >>3 -[2013-09-26 00:19:02] >>3 -[2013-09-26 00:20:03] >>3 -[2013-09-26 00:21:03] >>3 -[2013-09-26 00:22:03] >>3 -[2013-09-26 00:23:03] >>3 -[2013-09-26 00:24:03] >>3 -[2013-09-26 00:25:04] >>3 -[2013-09-26 00:26:04] >>3 -[2013-09-26 00:26:45] 7 -[2013-09-26 00:26:47] 3 -[2013-09-26 00:26:48] >3 -[2013-09-26 00:27:48] >>3 -[2013-09-26 00:28:48] >>3 -[2013-09-26 00:29:48] >>3 -[2013-09-26 00:30:49] >>3 -[2013-09-26 00:31:49] >>3 -[2013-09-26 00:32:49] >>3 -[2013-09-26 00:33:49] >>3 -[2013-09-26 00:34:49] >>3 -[2013-09-26 00:35:50] >>3 -[2013-09-26 00:36:31] 7 -[2013-09-26 00:36:33] 3 -[2013-09-26 00:36:35] >3 -[2013-09-26 00:37:34] >>3 -[2013-09-26 00:38:34] >>3 -[2013-09-26 00:39:35] >>3 -[2013-09-26 00:40:35] >>3 -[2013-09-26 00:41:35] >>3 -[2013-09-26 00:42:35] >>3 -[2013-09-26 00:43:36] >>3 -[2013-09-26 00:44:36] >>3 -[2013-09-26 00:45:36] >>3 -[2013-09-26 00:46:17] 7 -[2013-09-26 00:46:19] 3 -[2013-09-26 00:46:20] >3 -[2013-09-26 00:47:20] >>3 -[2013-09-26 00:47:26] 1 -[2013-09-26 00:47:28] >1 -[2013-09-26 00:48:28] >>1 -[2013-09-26 00:49:28] >>1 -[2013-09-26 00:50:28] >>1 -[2013-09-26 00:51:28] >>1 -[2013-09-26 00:52:28] >>1 -[2013-09-26 00:53:29] >>1 -[2013-09-26 00:54:29] >>1 -[2013-09-26 00:55:29] >>1 -[2013-09-26 00:55:59] 21 -[2013-09-26 00:56:01] >21 -[2013-09-26 00:57:01] >>21 -[2013-09-26 00:58:01] >>21 -[2013-09-26 00:59:01] >>21 -[2013-09-26 00:59:15] 1 -[2013-09-26 00:59:16] >1 -[2013-09-26 00:59:37] 5 -[2013-09-26 00:59:38] 1 -[2013-09-26 00:59:40] >1 -[2013-09-26 01:00:40] >>1 -[2013-09-26 01:00:55] 3 -[2013-09-26 01:00:57] >3 -[2013-09-26 01:01:57] >>3 -[2013-09-26 01:02:57] >>3 -[2013-09-26 01:03:57] >>3 -[2013-09-26 01:04:57] >>3 -[2013-09-26 01:05:58] >>3 -[2013-09-26 01:06:58] >>3 -[2013-09-26 01:07:58] >>3 -[2013-09-26 01:08:58] >>3 -[2013-09-26 01:09:23] 7 -[2013-09-26 01:09:25] 3 -[2013-09-26 01:09:26] >3 -[2013-09-26 01:10:26] >>3 -[2013-09-26 01:11:26] >>3 -[2013-09-26 01:12:26] >>3 -[2013-09-26 01:13:27] >>3 -[2013-09-26 01:14:27] >>3 -[2013-09-26 01:15:27] >>3 -[2013-09-26 01:16:27] >>3 -[2013-09-26 01:17:27] >>3 -[2013-09-26 01:18:28] >>3 -[2013-09-26 01:19:09] 7 -[2013-09-26 01:19:11] 3 -[2013-09-26 01:19:13] >3 -[2013-09-26 01:20:12] >>3 -[2013-09-26 01:21:12] >>3 -[2013-09-26 01:22:13] >>3 -[2013-09-26 01:23:13] >>3 -[2013-09-26 01:24:13] >>3 -[2013-09-26 01:25:13] >>3 -[2013-09-26 01:26:13] >>3 -[2013-09-26 01:27:14] >>3 -[2013-09-26 01:28:14] >>3 -[2013-09-26 01:28:55] 7 -[2013-09-26 01:28:57] 3 -[2013-09-26 01:28:58] >3 -[2013-09-26 01:29:58] >>3 -[2013-09-26 01:30:58] >>3 -[2013-09-26 01:31:58] >>3 -[2013-09-26 01:32:59] >>3 -[2013-09-26 01:33:59] >>3 -[2013-09-26 01:34:59] >>3 -[2013-09-26 01:35:59] >>3 -[2013-09-26 01:36:59] >>3 -[2013-09-26 01:38:00] >>3 -[2013-09-26 01:38:41] 7 -[2013-09-26 01:38:42] 3 -[2013-09-26 01:38:44] >3 -[2013-09-26 01:39:44] >>3 -[2013-09-26 01:40:44] >>3 -[2013-09-26 01:41:44] >>3 -[2013-09-26 01:42:44] >>3 -[2013-09-26 01:43:45] >>3 -[2013-09-26 01:44:45] >>3 -[2013-09-26 01:45:45] >>3 -[2013-09-26 01:46:45] >>3 -[2013-09-26 01:47:46] >>3 -[2013-09-26 01:48:27] 7 -[2013-09-26 01:48:28] 3 -[2013-09-26 01:48:30] >3 -[2013-09-26 01:49:30] >>3 -[2013-09-26 01:50:30] >>3 -[2013-09-26 01:51:30] >>3 -[2013-09-26 01:52:30] >>3 -[2013-09-26 01:53:31] >>3 -[2013-09-26 01:54:31] >>3 -[2013-09-26 01:55:31] >>3 -[2013-09-26 01:56:31] >>3 -[2013-09-26 01:57:31] >>3 -[2013-09-26 01:58:13] 7 -[2013-09-26 01:58:15] 3 -[2013-09-26 01:58:16] >3 -[2013-09-26 01:59:16] >>3 -[2013-09-26 02:00:16] >>3 -[2013-09-26 02:01:17] >>3 -[2013-09-26 02:02:17] >>3 -[2013-09-26 02:03:17] >>3 -[2013-09-26 02:04:17] >>3 -[2013-09-26 02:05:17] >>3 -[2013-09-26 02:06:18] >>3 -[2013-09-26 02:07:18] >>3 -[2013-09-26 02:07:59] 7 -[2013-09-26 02:08:01] 3 -[2013-09-26 02:08:03] >3 -[2013-09-26 02:09:02] >>3 -[2013-09-26 02:10:03] >>3 -[2013-09-26 02:11:03] >>3 -[2013-09-26 02:12:03] >>3 -[2013-09-26 02:13:03] >>3 -[2013-09-26 02:14:03] >>3 -[2013-09-26 02:15:04] >>3 -[2013-09-26 02:16:04] >>3 -[2013-09-26 02:17:04] >>3 -[2013-09-26 02:17:45] 7 -[2013-09-26 02:17:47] 3 -[2013-09-26 02:17:48] >3 -[2013-09-26 02:18:48] >>3 -[2013-09-26 02:19:48] >>3 -[2013-09-26 02:20:49] >>3 -[2013-09-26 02:21:49] >>3 -[2013-09-26 02:22:49] >>3 -[2013-09-26 02:23:49] >>3 -[2013-09-26 02:24:49] >>3 -[2013-09-26 02:25:50] >>3 -[2013-09-26 02:26:50] >>3 -[2013-09-26 02:27:09] 1 -[2013-09-26 02:27:11] >1 -[2013-09-26 02:27:26] 21 -[2013-09-26 02:27:27] >21 -[2013-09-26 02:27:46] 1 -[2013-09-26 02:27:47] >1 -[2013-09-26 02:28:08] 5 -[2013-09-26 02:28:10] 1 -[2013-09-26 02:28:12] >1 -[2013-09-26 02:29:11] >>1 -[2013-09-26 02:29:27] 3 -[2013-09-26 02:29:29] >3 -[2013-09-26 02:30:28] >>3 -[2013-09-26 02:31:29] >>3 -[2013-09-26 02:32:29] >>3 -[2013-09-26 02:33:29] >>3 -[2013-09-26 02:34:29] >>3 -[2013-09-26 02:35:29] >>3 -[2013-09-26 02:36:30] >>3 -[2013-09-26 02:37:30] >>3 -[2013-09-26 02:37:54] 7 -[2013-09-26 02:37:56] 3 -[2013-09-26 02:37:58] >3 -[2013-09-26 02:38:57] >>3 -[2013-09-26 02:39:58] >>3 -[2013-09-26 02:40:58] >>3 -[2013-09-26 02:41:58] >>3 -[2013-09-26 02:42:58] >>3 -[2013-09-26 02:43:58] >>3 -[2013-09-26 02:44:59] >>3 -[2013-09-26 02:45:59] >>3 -[2013-09-26 02:46:59] >>3 -[2013-09-26 02:47:41] 7 -[2013-09-26 02:47:42] 3 -[2013-09-26 02:47:44] >3 -[2013-09-26 02:48:44] >>3 -[2013-09-26 02:49:44] >>3 -[2013-09-26 02:50:44] >>3 -[2013-09-26 02:51:44] >>3 -[2013-09-26 02:52:45] >>3 -[2013-09-26 02:53:45] >>3 -[2013-09-26 02:54:45] >>3 -[2013-09-26 02:55:45] >>3 -[2013-09-26 02:56:45] >>3 -[2013-09-26 02:57:26] 7 -[2013-09-26 02:57:28] 3 -[2013-09-26 02:57:30] >3 -[2013-09-26 02:58:29] >>3 -[2013-09-26 02:59:30] >>3 -[2013-09-26 03:00:30] >>3 -[2013-09-26 03:01:30] >>3 -[2013-09-26 03:02:30] >>3 -[2013-09-26 03:03:31] >>3 -[2013-09-26 03:04:02] 1 -[2013-09-26 03:04:03] >1 -[2013-09-26 03:05:03] >>1 -[2013-09-26 03:06:03] >>1 -[2013-09-26 03:07:03] >>1 -[2013-09-26 03:07:09] 21 -[2013-09-26 03:07:11] >21 -[2013-09-26 03:08:10] >>21 -[2013-09-26 03:09:11] >>21 -[2013-09-26 03:10:11] >>21 -[2013-09-26 03:11:11] >>21 -[2013-09-26 03:11:36] 1 -[2013-09-26 03:11:37] >1 -[2013-09-26 03:11:58] 5 -[2013-09-26 03:12:00] 1 -[2013-09-26 03:12:02] >1 -[2013-09-26 03:13:01] >>1 -[2013-09-26 03:13:17] 3 -[2013-09-26 03:13:19] >3 -[2013-09-26 03:14:18] >>3 -[2013-09-26 03:15:19] >>3 -[2013-09-26 03:16:19] >>3 -[2013-09-26 03:17:19] >>3 -[2013-09-26 03:18:19] >>3 -[2013-09-26 03:19:20] >>3 -[2013-09-26 03:20:20] >>3 -[2013-09-26 03:21:20] >>3 -[2013-09-26 03:21:45] 7 -[2013-09-26 03:21:46] 3 -[2013-09-26 03:21:48] >3 -[2013-09-26 03:22:48] >>3 -[2013-09-26 03:23:48] >>3 -[2013-09-26 03:24:48] >>3 -[2013-09-26 03:25:48] >>3 -[2013-09-26 03:26:48] >>3 -[2013-09-26 03:27:49] >>3 -[2013-09-26 03:28:49] >>3 -[2013-09-26 03:29:49] >>3 -[2013-09-26 03:30:49] >>3 -[2013-09-26 03:31:31] 7 -[2013-09-26 03:31:33] 3 -[2013-09-26 03:31:34] >3 -[2013-09-26 03:32:34] >>3 -[2013-09-26 03:33:34] >>3 -[2013-09-26 03:34:34] >>3 -[2013-09-26 03:35:34] >>3 -[2013-09-26 03:36:35] >>3 -[2013-09-26 03:37:35] >>3 -[2013-09-26 03:38:35] >>3 -[2013-09-26 03:39:35] >>3 -[2013-09-26 03:40:36] >>3 -[2013-09-26 03:41:17] 7 -[2013-09-26 03:41:18] 3 -[2013-09-26 03:41:20] >3 -[2013-09-26 03:42:20] >>3 -[2013-09-26 03:43:20] >>3 -[2013-09-26 03:44:20] >>3 -[2013-09-26 03:45:20] >>3 -[2013-09-26 03:46:20] >>3 -[2013-09-26 03:47:21] >>3 -[2013-09-26 03:48:21] >>3 -[2013-09-26 03:49:21] >>3 -[2013-09-26 03:50:21] >>3 -[2013-09-26 03:51:02] 7 -[2013-09-26 03:51:04] 3 -[2013-09-26 03:51:06] >3 -[2013-09-26 03:52:05] >>3 -[2013-09-26 03:53:06] >>3 -[2013-09-26 03:54:06] >>3 -[2013-09-26 03:55:06] >>3 -[2013-09-26 03:56:06] >>3 -[2013-09-26 03:57:07] >>3 -[2013-09-26 03:58:07] >>3 -[2013-09-26 03:59:07] >>3 -[2013-09-26 04:00:07] >>3 -[2013-09-26 04:00:48] 7 -[2013-09-26 04:00:50] 3 -[2013-09-26 04:00:51] >3 -[2013-09-26 04:01:51] >>3 -[2013-09-26 04:02:51] >>3 -[2013-09-26 04:03:52] >>3 -[2013-09-26 04:04:52] >>3 -[2013-09-26 04:05:52] >>3 -[2013-09-26 04:06:52] >>3 -[2013-09-26 04:07:52] >>3 -[2013-09-26 04:08:53] >>3 -[2013-09-26 04:09:53] >>3 -[2013-09-26 04:10:35] 7 -[2013-09-26 04:10:37] 3 -[2013-09-26 04:10:38] >3 -[2013-09-26 04:11:38] >>3 -[2013-09-26 04:12:38] >>3 -[2013-09-26 04:13:38] >>3 -[2013-09-26 04:14:39] >>3 -[2013-09-26 04:15:39] >>3 -[2013-09-26 04:16:39] >>3 -[2013-09-26 04:17:39] >>3 -[2013-09-26 04:18:40] >>3 -[2013-09-26 04:19:40] >>3 -[2013-09-26 04:20:21] 7 -[2013-09-26 04:20:23] 3 -[2013-09-26 04:20:24] >3 -[2013-09-26 04:21:24] >>3 -[2013-09-26 04:22:24] >>3 -[2013-09-26 04:23:24] >>3 -[2013-09-26 04:24:24] >>3 -[2013-09-26 04:25:25] >>3 -[2013-09-26 04:26:25] >>3 -[2013-09-26 04:27:25] >>3 -[2013-09-26 04:27:34] 1 -[2013-09-26 04:27:35] 21 -[2013-09-26 04:27:36] >21 -[2013-09-26 04:28:11] 1 -[2013-09-26 04:28:13] >1 -[2013-09-26 04:29:12] >>1 -[2013-09-26 04:29:52] 3 -[2013-09-26 04:29:53] >3 -[2013-09-26 04:30:53] >>3 -[2013-09-26 04:30:54] 7 -[2013-09-26 04:30:56] 3 -[2013-09-26 04:30:57] >3 -[2013-09-26 04:31:32] 9 -[2013-09-26 04:31:34] >9 -[2013-09-26 04:32:31] 29 -[2013-09-26 04:32:32] 21 -[2013-09-26 04:32:33] >21 -[2013-09-26 04:32:53] 1 -[2013-09-26 04:32:55] >1 -[2013-09-26 04:32:59] 9 -[2013-09-26 04:33:00] >9 -[2013-09-26 04:33:02] 29 -[2013-09-26 04:33:02] 21 -[2013-09-26 04:33:04] >21 -[2013-09-26 04:34:01] 1 -[2013-09-26 04:34:02] >1 -[2013-09-26 04:34:50] 21 -[2013-09-26 04:34:52] >21 -[2013-09-26 04:35:40] 1 -[2013-09-26 04:35:41] >1 -[2013-09-26 04:35:45] 3 -[2013-09-26 04:35:47] >3 -[2013-09-26 04:36:46] >>3 -[2013-09-26 04:37:47] >>3 -[2013-09-26 04:38:47] >>3 -[2013-09-26 04:39:47] >>3 -[2013-09-26 04:40:47] >>3 -[2013-09-26 04:41:47] >>3 -[2013-09-26 04:42:48] >>3 -[2013-09-26 04:43:48] >>3 -[2013-09-26 04:44:13] 7 -[2013-09-26 04:44:14] 3 -[2013-09-26 04:44:16] >3 -[2013-09-26 04:45:16] >>3 -[2013-09-26 04:46:16] >>3 -[2013-09-26 04:47:16] >>3 -[2013-09-26 04:48:16] >>3 -[2013-09-26 04:49:16] >>3 -[2013-09-26 04:50:17] >>3 -[2013-09-26 04:51:17] >>3 -[2013-09-26 04:52:17] >>3 -[2013-09-26 04:53:17] >>3 -[2013-09-26 04:53:58] 7 -[2013-09-26 04:54:00] 3 -[2013-09-26 04:54:02] >3 -[2013-09-26 04:55:01] >>3 -[2013-09-26 04:56:02] >>3 -[2013-09-26 04:57:02] >>3 -[2013-09-26 04:58:02] >>3 -[2013-09-26 04:59:02] >>3 -[2013-09-26 05:00:02] >>3 -[2013-09-26 05:01:03] >>3 -[2013-09-26 05:02:03] >>3 -[2013-09-26 05:03:03] >>3 -[2013-09-26 05:03:44] 7 -[2013-09-26 05:03:46] 3 -[2013-09-26 05:03:47] >3 -[2013-09-26 05:04:47] >>3 -[2013-09-26 05:05:47] >>3 -[2013-09-26 05:06:48] >>3 -[2013-09-26 05:07:49] >>3 -[2013-09-26 05:08:49] >>3 -[2013-09-26 05:09:51] >>3 -[2013-09-26 05:10:51] >>3 -[2013-09-26 05:11:51] >>3 -[2013-09-26 05:12:52] >>3 -[2013-09-26 05:13:19] 1 -[2013-09-26 05:13:21] >1 -[2013-09-26 05:13:27] 21 -[2013-09-26 05:13:29] >21 -[2013-09-26 05:13:39] 1 -[2013-09-26 05:13:40] >1 -[2013-09-26 05:14:00] 5 -[2013-09-26 05:14:01] 1 -[2013-09-26 05:14:03] >1 -[2013-09-26 05:15:02] >>1 -[2013-09-26 05:15:24] 21 -[2013-09-26 05:15:25] >21 -[2013-09-26 05:16:25] >>21 -[2013-09-26 05:17:21] 1 -[2013-09-26 05:17:23] >1 -[2013-09-26 05:17:28] 3 -[2013-09-26 05:17:30] >3 -[2013-09-26 05:18:29] >>3 -[2013-09-26 05:19:30] >>3 -[2013-09-26 05:20:30] >>3 -[2013-09-26 05:21:30] >>3 -[2013-09-26 05:22:30] >>3 -[2013-09-26 05:23:30] >>3 -[2013-09-26 05:24:31] >>3 -[2013-09-26 05:25:31] >>3 -[2013-09-26 05:25:55] 7 -[2013-09-26 05:25:57] 3 -[2013-09-26 05:25:59] >3 -[2013-09-26 05:26:58] >>3 -[2013-09-26 05:27:59] >>3 -[2013-09-26 05:28:59] >>3 -[2013-09-26 05:29:59] >>3 -[2013-09-26 05:30:59] >>3 -[2013-09-26 05:31:59] >>3 -[2013-09-26 05:33:04] >>3 -[2013-09-26 05:34:04] >>3 -[2013-09-26 05:35:04] >>3 -[2013-09-26 05:35:41] 7 -[2013-09-26 05:35:43] 3 -[2013-09-26 05:35:44] >3 -[2013-09-26 05:36:44] >>3 -[2013-09-26 05:37:44] >>3 -[2013-09-26 05:38:44] >>3 -[2013-09-26 05:39:45] >>3 -[2013-09-26 05:40:45] >>3 -[2013-09-26 05:41:45] >>3 -[2013-09-26 05:42:45] >>3 -[2013-09-26 05:43:45] >>3 -[2013-09-26 05:44:46] >>3 -[2013-09-26 05:45:27] 7 -[2013-09-26 05:45:28] 3 -[2013-09-26 05:45:30] >3 -[2013-09-26 05:46:30] >>3 -[2013-09-26 05:47:30] >>3 -[2013-09-26 05:48:30] >>3 -[2013-09-26 05:49:30] >>3 -[2013-09-26 05:50:31] >>3 -[2013-09-26 05:51:31] >>3 -[2013-09-26 05:52:31] >>3 -[2013-09-26 05:53:31] >>3 -[2013-09-26 05:54:31] >>3 -[2013-09-26 05:55:13] 7 -[2013-09-26 05:55:14] 3 -[2013-09-26 05:55:16] >3 -[2013-09-26 05:56:16] >>3 -[2013-09-26 05:57:16] >>3 -[2013-09-26 05:58:16] >>3 -[2013-09-26 05:59:16] >>3 -[2013-09-26 06:00:16] >>3 -[2013-09-26 06:01:17] >>3 -[2013-09-26 06:02:17] >>3 -[2013-09-26 06:03:17] >>3 -[2013-09-26 06:04:17] >>3 -[2013-09-26 06:04:59] 7 -[2013-09-26 06:05:01] 3 -[2013-09-26 06:05:02] >3 -[2013-09-26 06:06:02] >>3 -[2013-09-26 06:07:02] >>3 -[2013-09-26 06:08:02] >>3 -[2013-09-26 06:09:03] >>3 -[2013-09-26 06:10:03] >>3 -[2013-09-26 06:11:03] >>3 -[2013-09-26 06:12:03] >>3 -[2013-09-26 06:13:03] >>3 -[2013-09-26 06:14:04] >>3 -[2013-09-26 06:14:45] 7 -[2013-09-26 06:14:47] 3 -[2013-09-26 06:14:49] >3 -[2013-09-26 06:15:48] >>3 -[2013-09-26 06:16:48] >>3 -[2013-09-26 06:17:49] >>3 -[2013-09-26 06:18:49] >>3 -[2013-09-26 06:19:49] >>3 -[2013-09-26 06:20:49] >>3 -[2013-09-26 06:21:50] >>3 -[2013-09-26 06:22:50] >>3 -[2013-09-26 06:23:50] >>3 -[2013-09-26 06:24:32] 7 -[2013-09-26 06:24:33] 3 -[2013-09-26 06:24:35] >3 -[2013-09-26 06:25:35] >>3 -[2013-09-26 06:26:35] >>3 -[2013-09-26 06:27:35] >>3 -[2013-09-26 06:28:35] >>3 -[2013-09-26 06:29:36] >>3 -[2013-09-26 06:30:36] >>3 -[2013-09-26 06:31:36] >>3 -[2013-09-26 06:32:36] >>3 -[2013-09-26 06:33:36] >>3 -[2013-09-26 06:34:18] 7 -[2013-09-26 06:34:19] 3 -[2013-09-26 06:34:21] >3 -[2013-09-26 06:35:21] >>3 -[2013-09-26 06:36:21] >>3 -[2013-09-26 06:37:21] >>3 -[2013-09-26 06:38:21] >>3 -[2013-09-26 06:39:21] >>3 -[2013-09-26 06:40:22] >>3 -[2013-09-26 06:41:22] >>3 -[2013-09-26 06:42:22] >>3 -[2013-09-26 06:43:22] >>3 -[2013-09-26 06:44:03] 7 -[2013-09-26 06:44:05] 3 -[2013-09-26 06:44:07] >3 -[2013-09-26 06:45:06] >>3 -[2013-09-26 06:46:07] >>3 -[2013-09-26 06:47:07] >>3 -[2013-09-26 06:48:07] >>3 -[2013-09-26 06:49:07] >>3 -[2013-09-26 06:50:07] >>3 -[2013-09-26 06:51:08] >>3 -[2013-09-26 06:52:08] >>3 -[2013-09-26 06:53:08] >>3 -[2013-09-26 06:53:49] 7 -[2013-09-26 06:53:51] 3 -[2013-09-26 06:53:53] >3 -[2013-09-26 06:54:52] >>3 -[2013-09-26 06:55:52] >>3 -[2013-09-26 06:56:53] >>3 -[2013-09-26 06:57:53] >>3 -[2013-09-26 06:58:53] >>3 -[2013-09-26 06:59:53] >>3 -[2013-09-26 07:00:54] >>3 -[2013-09-26 07:01:54] >>3 -[2013-09-26 07:02:54] >>3 -[2013-09-26 07:03:35] 7 -[2013-09-26 07:03:37] 3 -[2013-09-26 07:03:38] >3 -[2013-09-26 07:04:38] >>3 -[2013-09-26 07:05:38] >>3 -[2013-09-26 07:06:38] >>3 -[2013-09-26 07:07:22] 1 -[2013-09-26 07:07:24] >1 -[2013-09-26 07:08:24] >>1 -[2013-09-26 07:09:24] >>1 -[2013-09-26 07:10:24] >>1 -[2013-09-26 07:11:24] >>1 -[2013-09-26 07:12:25] >>1 -[2013-09-26 07:13:18] 21 -[2013-09-26 07:13:19] >21 -[2013-09-26 07:14:19] >>21 -[2013-09-26 07:15:19] >>21 -[2013-09-26 07:16:19] >>21 -[2013-09-26 07:17:20] >>21 -[2013-09-26 07:18:20] >>21 -[2013-09-26 07:18:28] 1 -[2013-09-26 07:18:30] >1 -[2013-09-26 07:18:49] 5 -[2013-09-26 07:18:50] 1 -[2013-09-26 07:18:52] >1 -[2013-09-26 07:19:52] >>1 -[2013-09-26 07:20:07] 3 -[2013-09-26 07:20:09] >3 -[2013-09-26 07:21:09] >>3 -[2013-09-26 07:22:09] >>3 -[2013-09-26 07:23:09] >>3 -[2013-09-26 07:24:09] >>3 -[2013-09-26 07:25:09] >>3 -[2013-09-26 07:26:10] >>3 -[2013-09-26 07:27:10] >>3 -[2013-09-26 07:28:10] >>3 -[2013-09-26 07:28:35] 7 -[2013-09-26 07:28:36] 3 -[2013-09-26 07:28:38] >3 -[2013-09-26 07:29:38] >>3 -[2013-09-26 07:30:38] >>3 -[2013-09-26 07:31:38] >>3 -[2013-09-26 07:32:38] >>3 -[2013-09-26 07:33:38] >>3 -[2013-09-26 07:34:39] >>3 -[2013-09-26 07:35:39] >>3 -[2013-09-26 07:36:39] >>3 -[2013-09-26 07:37:39] >>3 -[2013-09-26 07:38:06] 1 -[2013-09-26 07:38:08] >1 -[2013-09-26 07:38:16] 21 -[2013-09-26 07:38:18] >21 -[2013-09-26 07:38:35] 1 -[2013-09-26 07:38:37] >1 -[2013-09-26 07:38:56] 5 -[2013-09-26 07:38:57] 1 -[2013-09-26 07:38:59] >1 -[2013-09-26 07:39:59] >>1 -[2013-09-26 07:40:14] 3 -[2013-09-26 07:40:16] >3 -[2013-09-26 07:41:16] >>3 -[2013-09-26 07:42:16] >>3 -[2013-09-26 07:43:16] >>3 -[2013-09-26 07:44:16] >>3 -[2013-09-26 07:45:17] >>3 -[2013-09-26 07:46:17] >>3 -[2013-09-26 07:47:17] >>3 -[2013-09-26 07:48:17] >>3 -[2013-09-26 07:48:42] 7 -[2013-09-26 07:48:43] 3 -[2013-09-26 07:48:45] >3 -[2013-09-26 07:49:45] >>3 -[2013-09-26 07:50:45] >>3 -[2013-09-26 07:51:45] >>3 -[2013-09-26 07:52:45] >>3 -[2013-09-26 07:53:45] >>3 -[2013-09-26 07:54:46] >>3 -[2013-09-26 07:55:46] >>3 -[2013-09-26 07:56:46] >>3 -[2013-09-26 07:57:46] >>3 -[2013-09-26 07:58:28] 7 -[2013-09-26 07:58:30] 3 -[2013-09-26 07:58:31] >3 -[2013-09-26 07:59:31] >>3 -[2013-09-26 08:00:31] >>3 -[2013-09-26 08:01:31] >>3 -[2013-09-26 08:02:32] >>3 -[2013-09-26 08:03:32] >>3 -[2013-09-26 08:04:32] >>3 -[2013-09-26 08:05:32] >>3 -[2013-09-26 08:06:32] >>3 -[2013-09-26 08:07:33] >>3 -[2013-09-26 08:08:14] 7 -[2013-09-26 08:08:15] 3 -[2013-09-26 08:08:17] >3 -[2013-09-26 08:09:17] >>3 -[2013-09-26 08:10:17] >>3 -[2013-09-26 08:11:17] >>3 -[2013-09-26 08:12:17] >>3 -[2013-09-26 08:13:18] >>3 -[2013-09-26 08:14:18] >>3 -[2013-09-26 08:15:18] >>3 -[2013-09-26 08:16:18] >>3 -[2013-09-26 08:17:19] >>3 -[2013-09-26 08:18:00] 7 -[2013-09-26 08:18:01] 3 -[2013-09-26 08:18:03] >3 -[2013-09-26 08:19:03] >>3 -[2013-09-26 08:20:03] >>3 -[2013-09-26 08:21:03] >>3 -[2013-09-26 08:22:03] >>3 -[2013-09-26 08:23:03] >>3 -[2013-09-26 08:24:04] >>3 -[2013-09-26 08:25:04] >>3 -[2013-09-26 08:26:04] >>3 -[2013-09-26 08:27:04] >>3 -[2013-09-26 08:27:46] 7 -[2013-09-26 08:27:47] 3 -[2013-09-26 08:27:49] >3 -[2013-09-26 08:28:49] >>3 -[2013-09-26 08:29:49] >>3 -[2013-09-26 08:30:49] >>3 -[2013-09-26 08:31:49] >>3 -[2013-09-26 08:32:49] >>3 -[2013-09-26 08:33:50] >>3 -[2013-09-26 08:34:50] >>3 -[2013-09-26 08:35:50] >>3 -[2013-09-26 08:36:50] >>3 -[2013-09-26 08:37:32] 7 -[2013-09-26 08:37:34] 3 -[2013-09-26 08:37:35] >3 -[2013-09-26 08:38:35] >>3 -[2013-09-26 08:39:35] >>3 -[2013-09-26 08:40:35] >>3 -[2013-09-26 08:41:36] >>3 -[2013-09-26 08:42:36] >>3 -[2013-09-26 08:43:36] >>3 -[2013-09-26 08:44:36] >>3 -[2013-09-26 08:45:36] >>3 -[2013-09-26 08:46:37] >>3 -[2013-09-26 08:47:18] 7 -[2013-09-26 08:47:20] 3 -[2013-09-26 08:47:22] >3 -[2013-09-26 08:48:21] >>3 -[2013-09-26 08:49:21] >>3 -[2013-09-26 08:50:22] >>3 -[2013-09-26 08:51:22] >>3 -[2013-09-26 08:52:22] >>3 -[2013-09-26 08:53:22] >>3 -[2013-09-26 08:54:22] >>3 -[2013-09-26 08:55:23] >>3 -[2013-09-26 08:56:23] >>3 -[2013-09-26 08:57:02] 9 -[2013-09-26 08:57:03] >9 -[2013-09-26 08:57:42] 29 -[2013-09-26 08:57:43] 21 -[2013-09-26 08:57:45] >21 -[2013-09-26 08:58:05] 1 -[2013-09-26 08:58:07] >1 -[2013-09-26 08:58:13] 5 -[2013-09-26 08:58:14] 1 -[2013-09-26 08:58:16] >1 -[2013-09-26 08:59:16] >>1 -[2013-09-26 09:00:16] >>1 -[2013-09-26 09:01:16] >>1 -[2013-09-26 09:02:16] >>1 -[2013-09-26 09:03:16] >>1 -[2013-09-26 09:04:17] >>1 -[2013-09-26 09:05:17] >>1 -[2013-09-26 09:06:17] >>1 -[2013-09-26 09:07:17] >>1 -[2013-09-26 09:07:55] 21 -[2013-09-26 09:07:57] >21 -[2013-09-26 09:08:56] >>21 -[2013-09-26 09:09:56] >>21 -[2013-09-26 09:10:57] >>21 -[2013-09-26 09:11:57] >>21 -[2013-09-26 09:12:14] 1 -[2013-09-26 09:12:15] >1 -[2013-09-26 09:12:34] 5 -[2013-09-26 09:12:35] 1 -[2013-09-26 09:12:37] >1 -[2013-09-26 09:13:37] >>1 -[2013-09-26 09:13:53] 3 -[2013-09-26 09:13:55] >3 -[2013-09-26 09:14:54] >>3 -[2013-09-26 09:15:55] >>3 -[2013-09-26 09:16:55] >>3 -[2013-09-26 09:17:55] >>3 -[2013-09-26 09:18:55] >>3 -[2013-09-26 09:19:55] >>3 -[2013-09-26 09:20:56] >>3 -[2013-09-26 09:21:56] >>3 -[2013-09-26 09:22:20] 7 -[2013-09-26 09:22:22] 3 -[2013-09-26 09:22:23] >3 -[2013-09-26 09:23:23] >>3 -[2013-09-26 09:24:23] >>3 -[2013-09-26 09:25:23] >>3 -[2013-09-26 09:26:24] >>3 -[2013-09-26 09:27:24] >>3 -[2013-09-26 09:28:24] >>3 -[2013-09-26 09:29:24] >>3 -[2013-09-26 09:30:24] >>3 -[2013-09-26 09:31:29] >>3 -[2013-09-26 09:32:06] 7 -[2013-09-26 09:32:08] 3 -[2013-09-26 09:32:09] >3 -[2013-09-26 09:33:09] >>3 -[2013-09-26 09:34:09] >>3 -[2013-09-26 09:35:10] >>3 -[2013-09-26 09:36:10] >>3 -[2013-09-26 09:37:10] >>3 -[2013-09-26 09:38:10] >>3 -[2013-09-26 09:39:10] >>3 -[2013-09-26 09:40:11] >>3 -[2013-09-26 09:41:11] >>3 -[2013-09-26 09:41:52] 7 -[2013-09-26 09:41:54] 3 -[2013-09-26 09:41:55] >3 -[2013-09-26 09:42:55] >>3 -[2013-09-26 09:43:55] >>3 -[2013-09-26 09:44:55] >>3 -[2013-09-26 09:45:56] >>3 -[2013-09-26 09:46:56] >>3 -[2013-09-26 09:47:56] >>3 -[2013-09-26 09:48:56] >>3 -[2013-09-26 09:49:56] >>3 -[2013-09-26 09:50:57] >>3 -[2013-09-26 09:51:38] 7 -[2013-09-26 09:51:39] 3 -[2013-09-26 09:51:41] >3 -[2013-09-26 09:52:41] >>3 -[2013-09-26 09:53:41] >>3 -[2013-09-26 09:54:41] >>3 -[2013-09-26 09:55:41] >>3 -[2013-09-26 09:56:42] >>3 -[2013-09-26 09:57:42] >>3 -[2013-09-26 09:58:42] >>3 -[2013-09-26 09:59:42] >>3 -[2013-09-26 10:00:43] >>3 -[2013-09-26 10:01:24] 7 -[2013-09-26 10:01:25] 3 -[2013-09-26 10:01:27] >3 -[2013-09-26 10:02:27] >>3 -[2013-09-26 10:03:27] >>3 -[2013-09-26 10:04:27] >>3 -[2013-09-26 10:05:27] >>3 -[2013-09-26 10:06:28] >>3 -[2013-09-26 10:07:28] >>3 -[2013-09-26 10:08:28] >>3 -[2013-09-26 10:09:28] >>3 -[2013-09-26 10:10:28] >>3 -[2013-09-26 10:11:11] 7 -[2013-09-26 10:11:12] 3 -[2013-09-26 10:11:14] >3 -[2013-09-26 10:12:14] >>3 -[2013-09-26 10:13:14] >>3 -[2013-09-26 10:14:14] >>3 -[2013-09-26 10:15:14] >>3 -[2013-09-26 10:16:14] >>3 -[2013-09-26 10:17:15] >>3 -[2013-09-26 10:18:15] >>3 -[2013-09-26 10:19:15] >>3 -[2013-09-26 10:20:15] >>3 -[2013-09-26 10:20:56] 7 -[2013-09-26 10:20:58] 3 -[2013-09-26 10:21:00] >3 -[2013-09-26 10:21:59] >>3 -[2013-09-26 10:23:00] >>3 -[2013-09-26 10:24:00] >>3 -[2013-09-26 10:25:00] >>3 -[2013-09-26 10:26:00] >>3 -[2013-09-26 10:27:00] >>3 -[2013-09-26 10:28:01] >>3 -[2013-09-26 10:29:01] >>3 -[2013-09-26 10:30:01] >>3 -[2013-09-26 10:30:42] 7 -[2013-09-26 10:30:44] 3 -[2013-09-26 10:30:46] >3 -[2013-09-26 10:31:45] >>3 -[2013-09-26 10:32:46] >>3 -[2013-09-26 10:33:46] >>3 -[2013-09-26 10:34:46] >>3 -[2013-09-26 10:35:46] >>3 -[2013-09-26 10:36:46] >>3 -[2013-09-26 10:37:47] >>3 -[2013-09-26 10:38:01] 19 -[2013-09-26 10:38:02] >19 -[2013-09-26 10:38:33] 39 -[2013-09-26 10:38:35] >39 -[2013-09-26 10:39:35] >>39 -[2013-09-26 10:40:35] >>39 -[2013-09-26 10:41:06] 31 -[2013-09-26 10:41:07] 39 -[2013-09-26 10:41:08] 31 -[2013-09-26 10:41:09] 39 -[2013-09-26 10:41:10] >39 -[2013-09-26 10:41:24] 31 -[2013-09-26 10:41:25] 39 -[2013-09-26 10:41:27] >39 -[2013-09-26 10:41:33] 31 -[2013-09-26 10:41:33] 39 -[2013-09-26 10:41:35] 31 -[2013-09-26 10:41:35] 39 -[2013-09-26 10:41:37] 19 -[2013-09-26 10:41:39] 39 -[2013-09-26 10:41:40] >39 -[2013-09-26 10:41:47] 31 -[2013-09-26 10:41:48] 39 -[2013-09-26 10:41:49] >39 -[2013-09-26 10:42:49] >>39 -[2013-09-26 10:43:01] 21 -[2013-09-26 10:43:03] >21 -[2013-09-26 10:44:02] >>21 -[2013-09-26 10:44:06] 1 -[2013-09-26 10:44:08] >1 -[2013-09-26 10:44:15] 9 -[2013-09-26 10:44:17] >9 -[2013-09-26 10:44:18] 29 -[2013-09-26 10:44:19] 21 -[2013-09-26 10:44:21] >21 -[2013-09-26 10:44:53] 1 -[2013-09-26 10:44:55] >1 -[2013-09-26 10:45:14] 5 -[2013-09-26 10:45:15] 1 -[2013-09-26 10:45:17] >1 -[2013-09-26 10:46:17] >>1 -[2013-09-26 10:46:32] 3 -[2013-09-26 10:46:34] >3 -[2013-09-26 10:47:34] >>3 -[2013-09-26 10:48:34] >>3 -[2013-09-26 10:49:34] >>3 -[2013-09-26 10:50:34] >>3 -[2013-09-26 10:51:34] >>3 -[2013-09-26 10:52:35] >>3 -[2013-09-26 10:53:35] >>3 -[2013-09-26 10:54:35] >>3 -[2013-09-26 10:55:00] 7 -[2013-09-26 10:55:01] 3 -[2013-09-26 10:55:03] >3 -[2013-09-26 10:56:03] >>3 -[2013-09-26 10:56:21] 1 -[2013-09-26 10:56:23] >1 -[2013-09-26 10:57:23] >>1 -[2013-09-26 10:58:23] >>1 -[2013-09-26 10:59:23] >>1 -[2013-09-26 11:00:23] >>1 -[2013-09-26 11:01:24] >>1 -[2013-09-26 11:02:24] >>1 -[2013-09-26 11:03:24] >>1 -[2013-09-26 11:04:24] >>1 -[2013-09-26 11:04:46] 21 -[2013-09-26 11:04:48] >21 -[2013-09-26 11:05:48] >>21 -[2013-09-26 11:06:48] >>21 -[2013-09-26 11:07:48] >>21 -[2013-09-26 11:08:37] 1 -[2013-09-26 11:08:39] >1 -[2013-09-26 11:08:58] 5 -[2013-09-26 11:09:00] 1 -[2013-09-26 11:09:01] >1 -[2013-09-26 11:10:01] >>1 -[2013-09-26 11:10:17] 3 -[2013-09-26 11:10:18] >3 -[2013-09-26 11:11:18] >>3 -[2013-09-26 11:12:18] >>3 -[2013-09-26 11:13:19] >>3 -[2013-09-26 11:14:19] >>3 -[2013-09-26 11:15:19] >>3 -[2013-09-26 11:16:19] >>3 -[2013-09-26 11:17:19] >>3 -[2013-09-26 11:18:20] >>3 -[2013-09-26 11:18:44] 7 -[2013-09-26 11:18:46] 3 -[2013-09-26 11:18:48] >3 -[2013-09-26 11:19:47] >>3 -[2013-09-26 11:20:48] >>3 -[2013-09-26 11:21:48] >>3 -[2013-09-26 11:22:48] >>3 -[2013-09-26 11:23:48] >>3 -[2013-09-26 11:24:49] >>3 -[2013-09-26 11:25:49] >>3 -[2013-09-26 11:26:49] >>3 -[2013-09-26 11:27:49] >>3 -[2013-09-26 11:28:30] 7 -[2013-09-26 11:28:32] 3 -[2013-09-26 11:28:34] >3 -[2013-09-26 11:29:33] >>3 -[2013-09-26 11:30:34] >>3 -[2013-09-26 11:31:34] >>3 -[2013-09-26 11:32:34] >>3 -[2013-09-26 11:33:34] >>3 -[2013-09-26 11:34:34] >>3 -[2013-09-26 11:35:35] >>3 -[2013-09-26 11:36:35] >>3 -[2013-09-26 11:37:35] >>3 -[2013-09-26 11:38:16] 7 -[2013-09-26 11:38:18] 3 -[2013-09-26 11:38:19] >3 -[2013-09-26 11:39:19] >>3 -[2013-09-26 11:40:19] >>3 -[2013-09-26 11:41:20] >>3 -[2013-09-26 11:42:20] >>3 -[2013-09-26 11:43:20] >>3 -[2013-09-26 11:44:20] >>3 -[2013-09-26 11:45:20] >>3 -[2013-09-26 11:46:21] >>3 -[2013-09-26 11:47:21] >>3 -[2013-09-26 11:48:02] 7 -[2013-09-26 11:48:04] 3 -[2013-09-26 11:48:05] >3 -[2013-09-26 11:49:05] >>3 -[2013-09-26 11:50:05] >>3 -[2013-09-26 11:51:05] >>3 -[2013-09-26 11:52:06] >>3 -[2013-09-26 11:53:06] >>3 -[2013-09-26 11:54:06] >>3 -[2013-09-26 11:55:06] >>3 -[2013-09-26 11:56:07] >>3 -[2013-09-26 11:57:07] >>3 -[2013-09-26 11:57:48] 7 -[2013-09-26 11:57:50] 3 -[2013-09-26 11:57:51] >3 -[2013-09-26 11:58:51] >>3 -[2013-09-26 11:59:51] >>3 -[2013-09-26 12:00:51] >>3 -[2013-09-26 12:01:52] >>3 -[2013-09-26 12:02:52] >>3 -[2013-09-26 12:03:52] >>3 -[2013-09-26 12:04:52] >>3 -[2013-09-26 12:05:52] >>3 -[2013-09-26 12:06:53] >>3 -[2013-09-26 12:07:35] 7 -[2013-09-26 12:07:36] 3 -[2013-09-26 12:07:38] >3 -[2013-09-26 12:08:38] >>3 -[2013-09-26 12:09:38] >>3 -[2013-09-26 12:10:38] >>3 -[2013-09-26 12:11:38] >>3 -[2013-09-26 12:12:39] >>3 -[2013-09-26 12:13:39] >>3 -[2013-09-26 12:14:39] >>3 -[2013-09-26 12:15:39] >>3 -[2013-09-26 12:16:39] >>3 -[2013-09-26 12:17:21] 7 -[2013-09-26 12:17:22] 3 -[2013-09-26 12:17:24] >3 -[2013-09-26 12:18:24] >>3 -[2013-09-26 12:19:24] >>3 -[2013-09-26 12:20:24] >>3 -[2013-09-26 12:21:24] >>3 -[2013-09-26 12:22:24] >>3 -[2013-09-26 12:23:25] >>3 -[2013-09-26 12:24:25] >>3 -[2013-09-26 12:25:25] >>3 -[2013-09-26 12:26:25] >>3 -[2013-09-26 12:27:06] 7 -[2013-09-26 12:27:08] 3 -[2013-09-26 12:27:10] >3 -[2013-09-26 12:28:09] >>3 -[2013-09-26 12:29:10] >>3 -[2013-09-26 12:30:10] >>3 -[2013-09-26 12:31:10] >>3 -[2013-09-26 12:32:10] >>3 -[2013-09-26 12:33:10] >>3 -[2013-09-26 12:34:11] >>3 -[2013-09-26 12:35:11] >>3 -[2013-09-26 12:36:11] >>3 -[2013-09-26 12:36:52] 7 -[2013-09-26 12:36:54] 3 -[2013-09-26 12:36:56] >3 -[2013-09-26 12:37:55] >>3 -[2013-09-26 12:38:55] >>3 -[2013-09-26 12:39:56] >>3 -[2013-09-26 12:40:56] >>3 -[2013-09-26 12:41:56] >>3 -[2013-09-26 12:42:56] >>3 -[2013-09-26 12:43:57] >>3 -[2013-09-26 12:44:57] >>3 -[2013-09-26 12:45:57] >>3 -[2013-09-26 12:46:38] 7 -[2013-09-26 12:46:40] 3 -[2013-09-26 12:46:41] >3 -[2013-09-26 12:47:41] >>3 -[2013-09-26 12:48:41] >>3 -[2013-09-26 12:49:42] >>3 -[2013-09-26 12:50:42] >>3 -[2013-09-26 12:51:42] >>3 -[2013-09-26 12:52:42] >>3 -[2013-09-26 12:53:42] >>3 -[2013-09-26 12:54:43] >>3 -[2013-09-26 12:55:43] >>3 -[2013-09-26 12:56:24] 7 -[2013-09-26 12:56:26] 3 -[2013-09-26 12:56:27] >3 -[2013-09-26 12:56:30] 21 -[2013-09-26 12:56:32] >21 -[2013-09-26 12:57:32] >>21 -[2013-09-26 12:58:32] >>21 -[2013-09-26 12:59:32] >>21 -[2013-09-26 13:00:32] >>21 -[2013-09-26 13:01:32] >>21 -[2013-09-26 13:02:03] 1 -[2013-09-26 13:02:05] >1 -[2013-09-26 13:02:11] 3 -[2013-09-26 13:02:13] >3 -[2013-09-26 13:03:13] >>3 -[2013-09-26 13:04:13] >>3 -[2013-09-26 13:05:13] >>3 -[2013-09-26 13:06:13] >>3 -[2013-09-26 13:07:14] >>3 -[2013-09-26 13:08:14] >>3 -[2013-09-26 13:08:39] 9 -[2013-09-26 13:08:41] >9 -[2013-09-26 13:09:41] >>9 -[2013-09-26 13:09:53] 29 -[2013-09-26 13:09:55] >29 -[2013-09-26 13:10:19] 21 -[2013-09-26 13:10:21] >21 -[2013-09-26 13:10:21] 1 -[2013-09-26 13:10:23] >1 -[2013-09-26 13:10:28] 3 -[2013-09-26 13:10:29] >3 -[2013-09-26 13:11:29] >>3 -[2013-09-26 13:12:29] >>3 -[2013-09-26 13:12:31] 7 -[2013-09-26 13:12:33] 3 -[2013-09-26 13:12:35] >3 -[2013-09-26 13:13:34] >>3 -[2013-09-26 13:14:35] >>3 -[2013-09-26 13:15:35] >>3 -[2013-09-26 13:16:35] >>3 -[2013-09-26 13:17:35] >>3 -[2013-09-26 13:18:36] >>3 -[2013-09-26 13:19:36] >>3 -[2013-09-26 13:20:36] >>3 -[2013-09-26 13:21:36] >>3 -[2013-09-26 13:22:18] 7 -[2013-09-26 13:22:19] 3 -[2013-09-26 13:22:21] >3 -[2013-09-26 13:23:21] >>3 -[2013-09-26 13:24:21] >>3 -[2013-09-26 13:25:21] >>3 -[2013-09-26 13:26:21] >>3 -[2013-09-26 13:27:22] >>3 -[2013-09-26 13:28:22] >>3 -[2013-09-26 13:29:22] >>3 -[2013-09-26 13:30:22] >>3 -[2013-09-26 13:31:22] >>3 -[2013-09-26 13:32:04] 7 -[2013-09-26 13:32:05] 3 -[2013-09-26 13:32:07] >3 -[2013-09-26 13:33:07] >>3 -[2013-09-26 13:34:07] >>3 -[2013-09-26 13:35:07] >>3 -[2013-09-26 13:36:07] >>3 -[2013-09-26 13:37:08] >>3 -[2013-09-26 13:38:08] >>3 -[2013-09-26 13:39:08] >>3 -[2013-09-26 13:40:08] >>3 -[2013-09-26 13:41:08] >>3 -[2013-09-26 13:41:50] 7 -[2013-09-26 13:41:51] 3 -[2013-09-26 13:41:53] >3 -[2013-09-26 13:42:53] >>3 -[2013-09-26 13:43:53] >>3 -[2013-09-26 13:44:53] >>3 -[2013-09-26 13:45:53] >>3 -[2013-09-26 13:46:53] >>3 -[2013-09-26 13:47:54] >>3 -[2013-09-26 13:48:54] >>3 -[2013-09-26 13:49:54] >>3 -[2013-09-26 13:50:54] >>3 -[2013-09-26 13:51:33] 9 -[2013-09-26 13:51:35] >9 -[2013-09-26 13:52:35] >>9 -[2013-09-26 13:53:35] >>9 -[2013-09-26 13:54:35] >>9 -[2013-09-26 13:55:35] >>9 -[2013-09-26 13:56:36] >>9 -[2013-09-26 13:57:36] >>9 -[2013-09-26 13:58:36] >>9 -[2013-09-26 13:59:36] >>9 -[2013-09-26 14:00:36] >>9 -[2013-09-26 14:01:37] >>9 -[2013-09-26 14:02:37] >>9 -[2013-09-26 14:03:37] >>9 -[2013-09-26 14:04:37] >>9 -[2013-09-26 14:05:38] >>9 -[2013-09-26 14:06:38] >>9 -[2013-09-26 14:07:38] >>9 -[2013-09-26 14:08:38] >>9 -[2013-09-26 14:09:39] >>9 -[2013-09-26 14:10:39] >>9 -[2013-09-26 14:11:39] >>9 -[2013-09-26 14:11:49] 29 -[2013-09-26 14:11:50] 21 -[2013-09-26 14:11:52] >21 -[2013-09-26 14:11:53] 9 -[2013-09-26 14:11:54] 29 -[2013-09-26 14:11:56] 21 -[2013-09-26 14:11:57] 1 -[2013-09-26 14:11:58] >1 -[2013-09-26 14:12:00] 9 -[2013-09-26 14:12:02] >9 -[2013-09-26 14:12:12] 29 -[2013-09-26 14:12:12] 21 -[2013-09-26 14:12:14] >21 -[2013-09-26 14:12:28] 1 -[2013-09-26 14:12:29] >1 -[2013-09-26 14:12:33] 5 -[2013-09-26 14:12:34] 1 -[2013-09-26 14:12:36] >1 -[2013-09-26 14:13:36] >>1 -[2013-09-26 14:14:02] 3 -[2013-09-26 14:14:04] >3 -[2013-09-26 14:15:04] >>3 -[2013-09-26 14:16:04] >>3 -[2013-09-26 14:17:04] >>3 -[2013-09-26 14:18:04] >>3 -[2013-09-26 14:19:05] >>3 -[2013-09-26 14:20:05] >>3 -[2013-09-26 14:21:05] >>3 -[2013-09-26 14:22:05] >>3 -[2013-09-26 14:22:28] 9 -[2013-09-26 14:22:29] >9 -[2013-09-26 14:23:22] 29 -[2013-09-26 14:23:23] 21 -[2013-09-26 14:23:24] 5 -[2013-09-26 14:23:26] 1 -[2013-09-26 14:23:31] 21 -[2013-09-26 14:23:32] >21 -[2013-09-26 14:23:53] 1 -[2013-09-26 14:23:55] >1 -[2013-09-26 14:24:42] 3 -[2013-09-26 14:24:43] >3 -[2013-09-26 14:25:43] >>3 -[2013-09-26 14:26:43] >>3 -[2013-09-26 14:27:44] >>3 -[2013-09-26 14:28:44] >>3 -[2013-09-26 14:29:44] >>3 -[2013-09-26 14:30:44] >>3 -[2013-09-26 14:31:44] >>3 -[2013-09-26 14:32:45] >>3 -[2013-09-26 14:33:09] 7 -[2013-09-26 14:33:11] 3 -[2013-09-26 14:33:12] >3 -[2013-09-26 14:34:12] >>3 -[2013-09-26 14:35:12] >>3 -[2013-09-26 14:36:13] >>3 -[2013-09-26 14:37:13] >>3 -[2013-09-26 14:38:13] >>3 -[2013-09-26 14:39:13] >>3 -[2013-09-26 14:40:13] >>3 -[2013-09-26 14:41:14] >>3 -[2013-09-26 14:42:14] >>3 -[2013-09-26 14:42:55] 7 -[2013-09-26 14:42:57] 3 -[2013-09-26 14:42:58] >3 -[2013-09-26 14:43:58] >>3 -[2013-09-26 14:44:58] >>3 -[2013-09-26 14:45:59] >>3 -[2013-09-26 14:46:59] >>3 -[2013-09-26 14:47:59] >>3 -[2013-09-26 14:48:59] >>3 -[2013-09-26 14:49:59] >>3 -[2013-09-26 14:51:00] >>3 -[2013-09-26 14:52:00] >>3 -[2013-09-26 14:52:41] 7 -[2013-09-26 14:52:43] 3 -[2013-09-26 14:52:44] >3 -[2013-09-26 14:53:44] >>3 -[2013-09-26 14:54:44] >>3 -[2013-09-26 14:55:44] >>3 -[2013-09-26 14:56:45] >>3 -[2013-09-26 14:57:45] >>3 -[2013-09-26 14:58:45] >>3 -[2013-09-26 14:59:45] >>3 -[2013-09-26 15:00:45] >>3 -[2013-09-26 15:01:46] >>3 -[2013-09-26 15:02:27] 7 -[2013-09-26 15:02:28] 3 -[2013-09-26 15:02:30] >3 -[2013-09-26 15:03:30] >>3 -[2013-09-26 15:04:30] >>3 -[2013-09-26 15:05:30] >>3 -[2013-09-26 15:06:30] >>3 -[2013-09-26 15:07:31] >>3 -[2013-09-26 15:08:31] >>3 -[2013-09-26 15:09:31] >>3 -[2013-09-26 15:10:31] >>3 -[2013-09-26 15:11:32] >>3 -[2013-09-26 15:12:13] 7 -[2013-09-26 15:12:14] 3 -[2013-09-26 15:12:16] >3 -[2013-09-26 15:13:16] >>3 -[2013-09-26 15:14:16] >>3 -[2013-09-26 15:15:16] >>3 -[2013-09-26 15:15:51] 1 -[2013-09-26 15:15:52] >1 -[2013-09-26 15:16:52] >>1 -[2013-09-26 15:17:52] >>1 -[2013-09-26 15:17:58] 3 -[2013-09-26 15:17:59] >3 -[2013-09-26 15:18:59] >>3 -[2013-09-26 15:19:59] >>3 -[2013-09-26 15:20:59] >>3 -[2013-09-26 15:21:59] 7 -[2013-09-26 15:22:00] 3 -[2013-09-26 15:22:02] >3 -[2013-09-26 15:22:05] 21 -[2013-09-26 15:22:07] >21 -[2013-09-26 15:23:06] >>21 -[2013-09-26 15:24:06] >>21 -[2013-09-26 15:25:07] >>21 -[2013-09-26 15:26:07] >>21 -[2013-09-26 15:27:07] >>21 -[2013-09-26 15:28:07] >>21 -[2013-09-26 15:28:39] 1 -[2013-09-26 15:28:41] >1 -[2013-09-26 15:28:48] 3 -[2013-09-26 15:28:49] >3 -[2013-09-26 15:29:49] >>3 -[2013-09-26 15:30:49] >>3 -[2013-09-26 15:31:49] >>3 -[2013-09-26 15:32:50] >>3 -[2013-09-26 15:33:50] >>3 -[2013-09-26 15:34:50] >>3 -[2013-09-26 15:35:50] >>3 -[2013-09-26 15:36:50] >>3 -[2013-09-26 15:37:16] 7 -[2013-09-26 15:37:17] 3 -[2013-09-26 15:37:19] >3 -[2013-09-26 15:38:18] >>3 -[2013-09-26 15:39:19] >>3 -[2013-09-26 15:40:19] >>3 -[2013-09-26 15:41:19] >>3 -[2013-09-26 15:42:19] >>3 -[2013-09-26 15:43:20] >>3 -[2013-09-26 15:44:20] >>3 -[2013-09-26 15:45:20] >>3 -[2013-09-26 15:46:20] >>3 -[2013-09-26 15:47:01] 7 -[2013-09-26 15:47:03] 3 -[2013-09-26 15:47:05] >3 -[2013-09-26 15:48:04] >>3 -[2013-09-26 15:49:05] >>3 -[2013-09-26 15:50:05] >>3 -[2013-09-26 15:51:05] >>3 -[2013-09-26 15:52:05] >>3 -[2013-09-26 15:53:05] >>3 -[2013-09-26 15:54:06] >>3 -[2013-09-26 15:55:06] >>3 -[2013-09-26 15:56:06] >>3 -[2013-09-26 15:56:47] 7 -[2013-09-26 15:56:49] 3 -[2013-09-26 15:56:51] >3 -[2013-09-26 15:57:50] >>3 -[2013-09-26 15:58:50] >>3 -[2013-09-26 15:59:51] >>3 -[2013-09-26 16:00:51] >>3 -[2013-09-26 16:01:51] >>3 -[2013-09-26 16:02:51] >>3 -[2013-09-26 16:03:52] >>3 -[2013-09-26 16:04:52] >>3 -[2013-09-26 16:05:52] >>3 -[2013-09-26 16:06:33] 7 -[2013-09-26 16:06:35] 3 -[2013-09-26 16:06:36] >3 -[2013-09-26 16:07:36] >>3 -[2013-09-26 16:08:36] >>3 -[2013-09-26 16:09:37] >>3 -[2013-09-26 16:10:37] >>3 -[2013-09-26 16:11:37] >>3 -[2013-09-26 16:12:37] >>3 -[2013-09-26 16:13:37] >>3 -[2013-09-26 16:14:38] >>3 -[2013-09-26 16:15:38] >>3 -[2013-09-26 16:16:19] 7 -[2013-09-26 16:16:21] 3 -[2013-09-26 16:16:22] >3 -[2013-09-26 16:17:22] >>3 -[2013-09-26 16:18:22] >>3 -[2013-09-26 16:19:22] >>3 -[2013-09-26 16:20:23] >>3 -[2013-09-26 16:21:23] >>3 -[2013-09-26 16:22:23] >>3 -[2013-09-26 16:23:23] >>3 -[2013-09-26 16:24:23] >>3 -[2013-09-26 16:25:24] >>3 -[2013-09-26 16:26:05] 7 -[2013-09-26 16:26:06] 3 -[2013-09-26 16:26:08] >3 -[2013-09-26 16:27:08] >>3 -[2013-09-26 16:28:08] >>3 -[2013-09-26 16:29:08] >>3 -[2013-09-26 16:30:08] >>3 -[2013-09-26 16:31:09] >>3 -[2013-09-26 16:32:09] >>3 -[2013-09-26 16:33:09] >>3 -[2013-09-26 16:34:09] >>3 -[2013-09-26 16:35:10] >>3 -[2013-09-26 16:35:52] 7 -[2013-09-26 16:35:53] 3 -[2013-09-26 16:35:55] >3 -[2013-09-26 16:36:55] >>3 -[2013-09-26 16:37:55] >>3 -[2013-09-26 16:38:55] >>3 -[2013-09-26 16:39:55] >>3 -[2013-09-26 16:40:56] >>3 -[2013-09-26 16:41:56] >>3 -[2013-09-26 16:42:56] >>3 -[2013-09-26 16:43:56] >>3 -[2013-09-26 16:44:56] >>3 -[2013-09-26 16:45:38] 7 -[2013-09-26 16:45:40] 3 -[2013-09-26 16:45:41] >3 -[2013-09-26 16:46:41] >>3 -[2013-09-26 16:47:41] >>3 -[2013-09-26 16:48:42] >>3 -[2013-09-26 16:49:42] >>3 -[2013-09-26 16:50:42] >>3 -[2013-09-26 16:51:42] >>3 -[2013-09-26 16:52:47] >>3 -[2013-09-26 16:53:47] >>3 -[2013-09-26 16:54:47] >>3 -[2013-09-26 16:55:24] 7 -[2013-09-26 16:55:26] 3 -[2013-09-26 16:55:27] >3 -[2013-09-26 16:56:27] >>3 -[2013-09-26 16:57:27] >>3 -[2013-09-26 16:58:27] >>3 -[2013-09-26 16:59:28] >>3 -[2013-09-26 17:00:28] >>3 -[2013-09-26 17:01:28] >>3 -[2013-09-26 17:02:28] >>3 -[2013-09-26 17:03:28] >>3 -[2013-09-26 17:04:29] >>3 -[2013-09-26 17:05:10] 7 -[2013-09-26 17:05:11] 3 -[2013-09-26 17:05:13] >3 -[2013-09-26 17:06:13] >>3 -[2013-09-26 17:07:13] >>3 -[2013-09-26 17:08:13] >>3 -[2013-09-26 17:09:13] >>3 -[2013-09-26 17:10:14] >>3 -[2013-09-26 17:11:14] >>3 -[2013-09-26 17:12:14] >>3 -[2013-09-26 17:13:14] >>3 -[2013-09-26 17:14:14] >>3 -[2013-09-26 17:14:54] 9 -[2013-09-26 17:14:55] >9 -[2013-09-26 17:15:32] 29 -[2013-09-26 17:15:33] 21 -[2013-09-26 17:15:35] >21 -[2013-09-26 17:15:45] 5 -[2013-09-26 17:15:45] 1 -[2013-09-26 17:15:47] >1 -[2013-09-26 17:16:47] >>1 -[2013-09-26 17:17:02] 3 -[2013-09-26 17:17:04] >3 -[2013-09-26 17:18:04] >>3 -[2013-09-26 17:19:04] >>3 -[2013-09-26 17:20:04] >>3 -[2013-09-26 17:21:04] >>3 -[2013-09-26 17:22:05] >>3 -[2013-09-26 17:23:06] >>3 -[2013-09-26 17:24:07] >>3 -[2013-09-26 17:25:07] >>3 -[2013-09-26 17:25:27] 9 -[2013-09-26 17:25:29] >9 -[2013-09-26 17:25:30] 21 -[2013-09-26 17:25:32] >21 -[2013-09-26 17:25:48] 1 -[2013-09-26 17:25:50] >1 -[2013-09-26 17:25:59] 5 -[2013-09-26 17:26:00] 1 -[2013-09-26 17:26:02] >1 -[2013-09-26 17:27:02] >>1 -[2013-09-26 17:27:20] 21 -[2013-09-26 17:27:22] >21 -[2013-09-26 17:28:21] >>21 -[2013-09-26 17:29:21] >>21 -[2013-09-26 17:30:22] >>21 -[2013-09-26 17:30:52] 1 -[2013-09-26 17:30:54] >1 -[2013-09-26 17:31:08] 3 -[2013-09-26 17:31:17] >3 -[2013-09-26 17:32:16] >>3 -[2013-09-26 17:33:17] >>3 -[2013-09-26 17:34:17] >>3 -[2013-09-26 17:35:17] >>3 -[2013-09-26 17:36:17] >>3 -[2013-09-26 17:37:18] >>3 -[2013-09-26 17:38:18] >>3 -[2013-09-26 17:39:18] >>3 -[2013-09-26 17:39:36] 7 -[2013-09-26 17:39:37] 3 -[2013-09-26 17:39:39] >3 -[2013-09-26 17:40:39] >>3 -[2013-09-26 17:41:39] >>3 -[2013-09-26 17:42:39] >>3 -[2013-09-26 17:43:39] >>3 -[2013-09-26 17:44:39] >>3 -[2013-09-26 17:45:40] >>3 -[2013-09-26 17:46:40] >>3 -[2013-09-26 17:47:40] >>3 -[2013-09-26 17:48:40] >>3 -[2013-09-26 17:49:22] 7 -[2013-09-26 17:49:24] 3 -[2013-09-26 17:49:25] >3 -[2013-09-26 17:50:25] >>3 -[2013-09-26 17:51:25] >>3 -[2013-09-26 17:52:25] >>3 -[2013-09-26 17:53:26] >>3 -[2013-09-26 17:54:26] >>3 -[2013-09-26 17:55:26] >>3 -[2013-09-26 17:56:26] >>3 -[2013-09-26 17:57:26] >>3 -[2013-09-26 17:58:27] >>3 -[2013-09-26 17:59:08] 7 -[2013-09-26 17:59:09] 3 -[2013-09-26 17:59:11] >3 -[2013-09-26 18:00:11] >>3 -[2013-09-26 18:01:11] >>3 -[2013-09-26 18:02:11] >>3 -[2013-09-26 18:03:11] >>3 -[2013-09-26 18:04:12] >>3 -[2013-09-26 18:05:12] >>3 -[2013-09-26 18:06:12] >>3 -[2013-09-26 18:07:12] >>3 -[2013-09-26 18:08:12] >>3 -[2013-09-26 18:08:54] 7 -[2013-09-26 18:08:55] 3 -[2013-09-26 18:08:57] >3 -[2013-09-26 18:09:57] >>3 -[2013-09-26 18:10:57] >>3 -[2013-09-26 18:11:57] >>3 -[2013-09-26 18:12:57] >>3 -[2013-09-26 18:13:57] >>3 -[2013-09-26 18:14:58] >>3 -[2013-09-26 18:15:58] >>3 -[2013-09-26 18:16:58] >>3 -[2013-09-26 18:17:58] >>3 -[2013-09-26 18:18:39] 7 -[2013-09-26 18:18:41] 3 -[2013-09-26 18:18:43] >3 -[2013-09-26 18:19:42] >>3 -[2013-09-26 18:20:43] >>3 -[2013-09-26 18:21:43] >>3 -[2013-09-26 18:22:43] >>3 -[2013-09-26 18:23:43] >>3 -[2013-09-26 18:24:44] >>3 -[2013-09-26 18:25:44] >>3 -[2013-09-26 18:26:44] >>3 -[2013-09-26 18:27:44] >>3 -[2013-09-26 18:28:25] 7 -[2013-09-26 18:28:27] 3 -[2013-09-26 18:28:29] >3 -[2013-09-26 18:28:37] 21 -[2013-09-26 18:28:39] >21 -[2013-09-26 18:29:39] >>21 -[2013-09-26 18:29:43] 1 -[2013-09-26 18:29:45] >1 -[2013-09-26 18:30:45] >>1 -[2013-09-26 18:31:45] >>1 -[2013-09-26 18:32:45] >>1 -[2013-09-26 18:33:45] >>1 -[2013-09-26 18:34:45] >>1 -[2013-09-26 18:35:46] >>1 -[2013-09-26 18:36:46] >>1 -[2013-09-26 18:37:46] >>1 -[2013-09-26 18:38:46] >>1 -[2013-09-26 18:39:47] >>1 -[2013-09-26 18:40:47] >>1 -[2013-09-26 18:41:47] >>1 -[2013-09-26 18:42:47] >>1 -[2013-09-26 18:43:47] >>1 -[2013-09-26 18:44:48] >>1 -[2013-09-26 18:44:54] 21 -[2013-09-26 18:44:56] >21 -[2013-09-26 18:45:56] >>21 -[2013-09-26 18:46:56] >>21 -[2013-09-26 18:47:56] >>21 -[2013-09-26 18:48:56] >>21 -[2013-09-26 18:49:52] 1 -[2013-09-26 18:49:54] >1 -[2013-09-26 18:50:54] >>1 -[2013-09-26 18:51:54] >>1 -[2013-09-26 18:52:54] >>1 -[2013-09-26 18:52:56] 5 -[2013-09-26 18:52:58] 1 -[2013-09-26 18:53:00] >1 -[2013-09-26 18:53:59] >>1 -[2013-09-26 18:54:15] 3 -[2013-09-26 18:54:17] >3 -[2013-09-26 18:55:16] >>3 -[2013-09-26 18:56:17] >>3 -[2013-09-26 18:57:17] >>3 -[2013-09-26 18:58:17] >>3 -[2013-09-26 18:59:17] >>3 -[2013-09-26 19:00:17] >>3 -[2013-09-26 19:01:18] >>3 -[2013-09-26 19:02:18] >>3 -[2013-09-26 19:02:42] 7 -[2013-09-26 19:02:44] 3 -[2013-09-26 19:02:46] >3 -[2013-09-26 19:03:45] >>3 -[2013-09-26 19:04:46] >>3 -[2013-09-26 19:05:46] >>3 -[2013-09-26 19:06:46] >>3 -[2013-09-26 19:07:46] >>3 -[2013-09-26 19:08:46] >>3 -[2013-09-26 19:09:47] >>3 -[2013-09-26 19:10:47] >>3 -[2013-09-26 19:11:47] >>3 -[2013-09-26 19:12:29] 7 -[2013-09-26 19:12:30] 3 -[2013-09-26 19:12:32] >3 -[2013-09-26 19:13:32] >>3 -[2013-09-26 19:14:32] >>3 -[2013-09-26 19:15:32] >>3 -[2013-09-26 19:16:32] >>3 -[2013-09-26 19:17:33] >>3 -[2013-09-26 19:18:33] >>3 -[2013-09-26 19:19:33] >>3 -[2013-09-26 19:20:33] >>3 -[2013-09-26 19:21:34] >>3 -[2013-09-26 19:22:14] 7 -[2013-09-26 19:22:16] 3 -[2013-09-26 19:22:17] >3 -[2013-09-26 19:23:17] >>3 -[2013-09-26 19:24:17] >>3 -[2013-09-26 19:25:18] >>3 -[2013-09-26 19:26:18] >>3 -[2013-09-26 19:27:18] >>3 -[2013-09-26 19:28:18] >>3 -[2013-09-26 19:29:18] >>3 -[2013-09-26 19:30:19] >>3 -[2013-09-26 19:31:19] >>3 -[2013-09-26 19:32:00] 7 -[2013-09-26 19:32:02] 3 -[2013-09-26 19:32:03] >3 -[2013-09-26 19:33:03] >>3 -[2013-09-26 19:34:03] >>3 -[2013-09-26 19:35:03] >>3 -[2013-09-26 19:36:04] >>3 -[2013-09-26 19:37:04] >>3 -[2013-09-26 19:38:04] >>3 -[2013-09-26 19:39:04] >>3 -[2013-09-26 19:40:05] >>3 -[2013-09-26 19:41:05] >>3 -[2013-09-26 19:41:46] 7 -[2013-09-26 19:41:48] 3 -[2013-09-26 19:41:49] >3 -[2013-09-26 19:42:49] >>3 -[2013-09-26 19:43:49] >>3 -[2013-09-26 19:44:49] >>3 -[2013-09-26 19:45:50] >>3 -[2013-09-26 19:46:50] >>3 -[2013-09-26 19:47:50] >>3 -[2013-09-26 19:48:50] >>3 -[2013-09-26 19:49:50] >>3 -[2013-09-26 19:50:51] >>3 -[2013-09-26 19:51:33] 7 -[2013-09-26 19:51:34] 3 -[2013-09-26 19:51:36] >3 -[2013-09-26 19:52:36] >>3 -[2013-09-26 19:53:36] >>3 -[2013-09-26 19:54:36] >>3 -[2013-09-26 19:55:36] >>3 -[2013-09-26 19:56:37] >>3 -[2013-09-26 19:57:37] >>3 -[2013-09-26 19:58:37] >>3 -[2013-09-26 19:59:37] >>3 -[2013-09-26 20:00:37] >>3 -[2013-09-26 20:01:19] 7 -[2013-09-26 20:01:21] 3 -[2013-09-26 20:01:22] >3 -[2013-09-26 20:02:22] >>3 -[2013-09-26 20:03:22] >>3 -[2013-09-26 20:04:23] >>3 -[2013-09-26 20:05:23] >>3 -[2013-09-26 20:06:23] >>3 -[2013-09-26 20:07:23] >>3 -[2013-09-26 20:08:23] >>3 -[2013-09-26 20:09:24] >>3 -[2013-09-26 20:10:24] >>3 -[2013-09-26 20:11:05] 7 -[2013-09-26 20:11:07] 3 -[2013-09-26 20:11:08] >3 -[2013-09-26 20:12:08] >>3 -[2013-09-26 20:13:08] >>3 -[2013-09-26 20:14:08] >>3 -[2013-09-26 20:15:09] >>3 -[2013-09-26 20:16:09] >>3 -[2013-09-26 20:17:09] >>3 -[2013-09-26 20:18:09] >>3 -[2013-09-26 20:19:09] >>3 -[2013-09-26 20:20:10] >>3 -[2013-09-26 20:20:51] 7 -[2013-09-26 20:20:52] 3 -[2013-09-26 20:20:54] >3 -[2013-09-26 20:21:54] >>3 -[2013-09-26 20:22:54] >>3 -[2013-09-26 20:23:54] >>3 -[2013-09-26 20:24:54] >>3 -[2013-09-26 20:25:55] >>3 -[2013-09-26 20:26:55] >>3 -[2013-09-26 20:27:55] >>3 -[2013-09-26 20:28:55] >>3 -[2013-09-26 20:29:55] >>3 -[2013-09-26 20:30:37] 7 -[2013-09-26 20:30:38] 3 -[2013-09-26 20:30:40] >3 -[2013-09-26 20:31:40] >>3 -[2013-09-26 20:32:40] >>3 -[2013-09-26 20:33:40] >>3 -[2013-09-26 20:34:40] >>3 -[2013-09-26 20:35:40] >>3 -[2013-09-26 20:36:41] >>3 -[2013-09-26 20:37:41] >>3 -[2013-09-26 20:38:41] >>3 -[2013-09-26 20:39:41] >>3 -[2013-09-26 20:40:22] 7 -[2013-09-26 20:40:24] 3 -[2013-09-26 20:40:26] >3 -[2013-09-26 20:41:25] >>3 -[2013-09-26 20:42:26] >>3 -[2013-09-26 20:43:26] >>3 -[2013-09-26 20:44:26] >>3 -[2013-09-26 20:45:26] >>3 -[2013-09-26 20:46:26] >>3 -[2013-09-26 20:47:27] >>3 -[2013-09-26 20:48:27] >>3 -[2013-09-26 20:49:27] >>3 -[2013-09-26 20:50:09] 7 -[2013-09-26 20:50:11] 3 -[2013-09-26 20:50:12] >3 -[2013-09-26 20:51:12] >>3 -[2013-09-26 20:52:12] >>3 -[2013-09-26 20:53:13] >>3 -[2013-09-26 20:54:13] >>3 -[2013-09-26 20:55:13] >>3 -[2013-09-26 20:56:13] >>3 -[2013-09-26 20:57:13] >>3 -[2013-09-26 20:58:14] >>3 -[2013-09-26 20:59:14] >>3 -[2013-09-26 20:59:56] 7 -[2013-09-26 20:59:57] 3 -[2013-09-26 20:59:58] >3 -[2013-09-26 21:00:58] >>3 -[2013-09-26 21:01:58] >>3 -[2013-09-26 21:02:58] >>3 -[2013-09-26 21:03:59] >>3 -[2013-09-26 21:04:59] >>3 -[2013-09-26 21:05:59] >>3 -[2013-09-26 21:06:59] >>3 -[2013-09-26 21:07:59] >>3 -[2013-09-26 21:09:00] >>3 -[2013-09-26 21:09:38] 9 -[2013-09-26 21:09:40] >9 -[2013-09-26 21:10:27] 29 -[2013-09-26 21:10:27] 21 -[2013-09-26 21:10:29] >21 -[2013-09-26 21:11:29] >>21 -[2013-09-26 21:11:59] 1 -[2013-09-26 21:12:01] >1 -[2013-09-26 21:13:01] >>1 -[2013-09-26 21:13:15] 3 -[2013-09-26 21:13:17] >3 -[2013-09-26 21:14:17] >>3 -[2013-09-26 21:15:17] >>3 -[2013-09-26 21:16:17] >>3 -[2013-09-26 21:17:17] >>3 -[2013-09-26 21:18:18] >>3 -[2013-09-26 21:19:18] >>3 -[2013-09-26 21:20:18] >>3 -[2013-09-26 21:21:18] >>3 -[2013-09-26 21:21:42] 7 -[2013-09-26 21:21:44] 3 -[2013-09-26 21:21:46] >3 -[2013-09-26 21:22:45] >>3 -[2013-09-26 21:23:46] >>3 -[2013-09-26 21:24:46] >>3 -[2013-09-26 21:25:46] >>3 -[2013-09-26 21:26:46] >>3 -[2013-09-26 21:27:25] 1 -[2013-09-26 21:27:27] >1 -[2013-09-26 21:28:26] >>1 -[2013-09-26 21:29:26] >>1 -[2013-09-26 21:30:27] >>1 -[2013-09-26 21:31:25] 21 -[2013-09-26 21:31:27] >21 -[2013-09-26 21:32:27] >>21 -[2013-09-26 21:33:27] >>21 -[2013-09-26 21:34:27] 1 -[2013-09-26 21:34:29] >1 -[2013-09-26 21:34:48] 5 -[2013-09-26 21:34:50] 1 -[2013-09-26 21:34:52] >1 -[2013-09-26 21:35:51] >>1 -[2013-09-26 21:36:07] 3 -[2013-09-26 21:36:09] >3 -[2013-09-26 21:37:08] >>3 -[2013-09-26 21:38:09] >>3 -[2013-09-26 21:39:09] >>3 -[2013-09-26 21:40:09] >>3 -[2013-09-26 21:41:09] >>3 -[2013-09-26 21:42:10] >>3 -[2013-09-26 21:43:10] >>3 -[2013-09-26 21:44:10] >>3 -[2013-09-26 21:44:35] 7 -[2013-09-26 21:44:36] 3 -[2013-09-26 21:44:38] >3 -[2013-09-26 21:45:38] >>3 -[2013-09-26 21:46:38] >>3 -[2013-09-26 21:47:38] >>3 -[2013-09-26 21:48:38] >>3 -[2013-09-26 21:49:38] >>3 -[2013-09-26 21:50:39] >>3 -[2013-09-26 21:51:39] >>3 -[2013-09-26 21:52:39] >>3 -[2013-09-26 21:53:39] >>3 -[2013-09-26 21:54:20] 7 -[2013-09-26 21:54:22] 3 -[2013-09-26 21:54:24] >3 -[2013-09-26 21:55:23] >>3 -[2013-09-26 21:56:24] >>3 -[2013-09-26 21:57:24] >>3 -[2013-09-26 21:58:24] >>3 -[2013-09-26 21:59:24] >>3 -[2013-09-26 22:00:25] >>3 -[2013-09-26 22:01:25] >>3 -[2013-09-26 22:02:25] >>3 -[2013-09-26 22:03:25] >>3 -[2013-09-26 22:04:06] 7 -[2013-09-26 22:04:08] 3 -[2013-09-26 22:04:10] >3 -[2013-09-26 22:05:09] >>3 -[2013-09-26 22:06:10] >>3 -[2013-09-26 22:07:10] >>3 -[2013-09-26 22:08:10] >>3 -[2013-09-26 22:09:10] >>3 -[2013-09-26 22:10:10] >>3 -[2013-09-26 22:11:11] >>3 -[2013-09-26 22:12:11] >>3 -[2013-09-26 22:13:11] >>3 -[2013-09-26 22:13:52] 7 -[2013-09-26 22:13:54] 3 -[2013-09-26 22:13:55] >3 -[2013-09-26 22:14:55] >>3 -[2013-09-26 22:15:55] >>3 -[2013-09-26 22:16:56] >>3 -[2013-09-26 22:17:56] >>3 -[2013-09-26 22:18:56] >>3 -[2013-09-26 22:19:56] >>3 -[2013-09-26 22:20:56] >>3 -[2013-09-26 22:21:57] >>3 -[2013-09-26 22:22:57] >>3 -[2013-09-26 22:23:38] 7 -[2013-09-26 22:23:40] 3 -[2013-09-26 22:23:41] >3 -[2013-09-26 22:24:41] >>3 -[2013-09-26 22:25:41] >>3 -[2013-09-26 22:26:41] >>3 -[2013-09-26 22:27:42] >>3 -[2013-09-26 22:28:28] 21 -[2013-09-26 22:28:29] >21 -[2013-09-26 22:29:21] 1 -[2013-09-26 22:29:22] >1 -[2013-09-26 22:30:22] >>1 -[2013-09-26 22:30:23] 3 -[2013-09-26 22:30:24] >3 -[2013-09-26 22:31:24] >>3 -[2013-09-26 22:32:24] >>3 -[2013-09-26 22:33:24] >>3 -[2013-09-26 22:34:24] 7 -[2013-09-26 22:34:26] 3 -[2013-09-26 22:34:27] >3 -[2013-09-26 22:35:27] >>3 -[2013-09-26 22:36:27] >>3 -[2013-09-26 22:37:28] >>3 -[2013-09-26 22:38:28] >>3 -[2013-09-26 22:39:28] >>3 -[2013-09-26 22:40:28] >>3 -[2013-09-26 22:41:28] >>3 -[2013-09-26 22:42:29] >>3 -[2013-09-26 22:43:29] >>3 -[2013-09-26 22:44:10] 7 -[2013-09-26 22:44:12] 3 -[2013-09-26 22:44:14] >3 -[2013-09-26 22:45:13] >>3 -[2013-09-26 22:46:14] >>3 -[2013-09-26 22:47:14] >>3 -[2013-09-26 22:48:14] >>3 -[2013-09-26 22:49:14] >>3 -[2013-09-26 22:50:14] >>3 -[2013-09-26 22:51:13] 1 -[2013-09-26 22:51:14] >1 -[2013-09-26 22:52:14] >>1 -[2013-09-26 22:53:14] >>1 -[2013-09-26 22:53:52] 21 -[2013-09-26 22:53:54] >21 -[2013-09-26 22:54:54] >>21 -[2013-09-26 22:55:54] >>21 -[2013-09-26 22:56:54] >>21 -[2013-09-26 22:57:54] >>21 -[2013-09-26 22:58:47] 1 -[2013-09-26 22:58:48] >1 -[2013-09-26 22:59:08] 5 -[2013-09-26 22:59:10] 1 -[2013-09-26 22:59:11] >1 -[2013-09-26 23:00:11] >>1 -[2013-09-26 23:00:27] 3 -[2013-09-26 23:00:28] >3 -[2013-09-26 23:01:28] >>3 -[2013-09-26 23:02:28] >>3 -[2013-09-26 23:03:28] >>3 -[2013-09-26 23:04:29] >>3 -[2013-09-26 23:05:29] >>3 -[2013-09-26 23:06:29] >>3 -[2013-09-26 23:07:29] >>3 -[2013-09-26 23:08:29] >>3 -[2013-09-26 23:08:54] 7 -[2013-09-26 23:08:56] 3 -[2013-09-26 23:08:57] >3 -[2013-09-26 23:09:57] >>3 -[2013-09-26 23:10:57] >>3 -[2013-09-26 23:11:58] >>3 -[2013-09-26 23:12:58] >>3 -[2013-09-26 23:13:58] >>3 -[2013-09-26 23:14:58] >>3 -[2013-09-26 23:15:58] >>3 -[2013-09-26 23:16:59] >>3 -[2013-09-26 23:17:59] >>3 -[2013-09-26 23:18:40] 7 -[2013-09-26 23:18:42] 3 -[2013-09-26 23:18:43] >3 -[2013-09-26 23:19:43] >>3 -[2013-09-26 23:20:43] >>3 -[2013-09-26 23:21:43] >>3 -[2013-09-26 23:22:44] >>3 -[2013-09-26 23:23:44] >>3 -[2013-09-26 23:24:44] >>3 -[2013-09-26 23:25:44] >>3 -[2013-09-26 23:26:44] >>3 -[2013-09-26 23:27:45] >>3 -[2013-09-26 23:28:26] 7 -[2013-09-26 23:28:28] 3 -[2013-09-26 23:28:29] >3 -[2013-09-26 23:29:29] >>3 -[2013-09-26 23:30:29] >>3 -[2013-09-26 23:31:29] >>3 -[2013-09-26 23:32:30] >>3 -[2013-09-26 23:33:30] >>3 -[2013-09-26 23:34:30] >>3 -[2013-09-26 23:35:30] >>3 -[2013-09-26 23:36:30] >>3 -[2013-09-26 23:37:31] >>3 -[2013-09-26 23:38:12] 7 -[2013-09-26 23:38:13] 3 -[2013-09-26 23:38:15] >3 -[2013-09-26 23:39:15] >>3 -[2013-09-26 23:40:15] >>3 -[2013-09-26 23:41:15] >>3 -[2013-09-26 23:42:15] >>3 -[2013-09-26 23:43:16] >>3 -[2013-09-26 23:44:16] >>3 -[2013-09-26 23:45:16] >>3 -[2013-09-26 23:46:16] >>3 -[2013-09-26 23:47:16] >>3 -[2013-09-26 23:47:58] 7 -[2013-09-26 23:47:59] 3 -[2013-09-26 23:48:01] >3 -[2013-09-26 23:49:01] >>3 -[2013-09-26 23:50:01] >>3 -[2013-09-26 23:51:01] >>3 -[2013-09-26 23:52:01] >>3 -[2013-09-26 23:53:01] >>3 -[2013-09-26 23:54:02] >>3 -[2013-09-26 23:55:02] >>3 -[2013-09-26 23:56:02] >>3 -[2013-09-26 23:57:02] >>3 -[2013-09-26 23:57:44] 7 -[2013-09-26 23:57:46] 3 -[2013-09-26 23:57:48] >3 -[2013-09-26 23:58:47] >>3 -[2013-09-26 23:59:48] >>3 -[2013-09-27 00:00:48] >>3 -[2013-09-27 00:01:48] >>3 -[2013-09-27 00:02:48] >>3 -[2013-09-27 00:03:48] >>3 -[2013-09-27 00:04:49] >>3 -[2013-09-27 00:05:49] >>3 -[2013-09-27 00:06:49] >>3 -[2013-09-27 00:07:30] 7 -[2013-09-27 00:07:32] 3 -[2013-09-27 00:07:34] >3 -[2013-09-27 00:08:33] >>3 -[2013-09-27 00:09:33] >>3 -[2013-09-27 00:10:34] >>3 -[2013-09-27 00:11:34] >>3 -[2013-09-27 00:12:34] >>3 -[2013-09-27 00:13:34] >>3 -[2013-09-27 00:14:35] >>3 -[2013-09-27 00:15:35] >>3 -[2013-09-27 00:16:35] >>3 -[2013-09-27 00:17:16] 7 -[2013-09-27 00:17:18] 3 -[2013-09-27 00:17:19] >3 -[2013-09-27 00:18:19] >>3 -[2013-09-27 00:19:19] >>3 -[2013-09-27 00:20:20] >>3 -[2013-09-27 00:21:20] >>3 -[2013-09-27 00:22:20] >>3 -[2013-09-27 00:23:20] >>3 -[2013-09-27 00:24:20] >>3 -[2013-09-27 00:25:21] >>3 -[2013-09-27 00:26:21] >>3 -[2013-09-27 00:27:02] 7 -[2013-09-27 00:27:04] 3 -[2013-09-27 00:27:05] >3 -[2013-09-27 00:28:05] >>3 -[2013-09-27 00:29:05] >>3 -[2013-09-27 00:30:05] >>3 -[2013-09-27 00:31:06] >>3 -[2013-09-27 00:32:06] >>3 -[2013-09-27 00:33:06] >>3 -[2013-09-27 00:34:06] >>3 -[2013-09-27 00:35:07] >>3 -[2013-09-27 00:36:07] >>3 -[2013-09-27 00:36:48] 7 -[2013-09-27 00:36:50] 3 -[2013-09-27 00:36:51] >3 -[2013-09-27 00:37:51] >>3 -[2013-09-27 00:38:51] >>3 -[2013-09-27 00:39:51] >>3 -[2013-09-27 00:40:52] >>3 -[2013-09-27 00:41:52] >>3 -[2013-09-27 00:42:52] >>3 -[2013-09-27 00:43:52] >>3 -[2013-09-27 00:43:59] 1 -[2013-09-27 00:44:01] >1 -[2013-09-27 00:45:01] >>1 -[2013-09-27 00:46:01] >>1 -[2013-09-27 00:46:30] 21 -[2013-09-27 00:46:31] >21 -[2013-09-27 00:47:31] >>21 -[2013-09-27 00:48:31] >>21 -[2013-09-27 00:49:17] 1 -[2013-09-27 00:49:19] >1 -[2013-09-27 00:49:39] 5 -[2013-09-27 00:49:40] 1 -[2013-09-27 00:49:42] >1 -[2013-09-27 00:50:42] >>1 -[2013-09-27 00:50:58] 3 -[2013-09-27 00:50:59] >3 -[2013-09-27 00:51:59] >>3 -[2013-09-27 00:52:59] >>3 -[2013-09-27 00:54:00] >>3 -[2013-09-27 00:55:00] >>3 -[2013-09-27 00:56:00] >>3 -[2013-09-27 00:57:00] >>3 -[2013-09-27 00:58:00] >>3 -[2013-09-27 00:59:01] >>3 -[2013-09-27 00:59:25] 7 -[2013-09-27 00:59:27] 3 -[2013-09-27 00:59:28] >3 -[2013-09-27 01:00:28] >>3 -[2013-09-27 01:01:28] >>3 -[2013-09-27 01:02:29] >>3 -[2013-09-27 01:03:29] >>3 -[2013-09-27 01:04:29] >>3 -[2013-09-27 01:05:29] >>3 -[2013-09-27 01:06:29] >>3 -[2013-09-27 01:07:30] >>3 -[2013-09-27 01:08:30] >>3 -[2013-09-27 01:09:11] 7 -[2013-09-27 01:09:13] 3 -[2013-09-27 01:09:14] >3 -[2013-09-27 01:10:14] >>3 -[2013-09-27 01:11:14] >>3 -[2013-09-27 01:12:14] >>3 -[2013-09-27 01:13:15] >>3 -[2013-09-27 01:14:15] >>3 -[2013-09-27 01:15:15] >>3 -[2013-09-27 01:16:15] >>3 -[2013-09-27 01:17:16] >>3 -[2013-09-27 01:18:16] >>3 -[2013-09-27 01:18:54] 9 -[2013-09-27 01:18:56] >9 -[2013-09-27 01:18:57] 29 -[2013-09-27 01:18:58] 21 -[2013-09-27 01:18:59] >21 -[2013-09-27 01:19:53] 1 -[2013-09-27 01:19:54] >1 -[2013-09-27 01:19:57] 5 -[2013-09-27 01:19:59] 1 -[2013-09-27 01:20:01] >1 -[2013-09-27 01:21:00] >>1 -[2013-09-27 01:21:17] 3 -[2013-09-27 01:21:18] >3 -[2013-09-27 01:22:18] >>3 -[2013-09-27 01:23:18] >>3 -[2013-09-27 01:24:18] >>3 -[2013-09-27 01:25:19] >>3 -[2013-09-27 01:26:19] >>3 -[2013-09-27 01:27:19] >>3 -[2013-09-27 01:28:19] >>3 -[2013-09-27 01:29:19] >>3 -[2013-09-27 01:29:44] 7 -[2013-09-27 01:29:45] 3 -[2013-09-27 01:29:47] >3 -[2013-09-27 01:30:47] >>3 -[2013-09-27 01:31:47] >>3 -[2013-09-27 01:32:47] >>3 -[2013-09-27 01:33:47] >>3 -[2013-09-27 01:34:47] >>3 -[2013-09-27 01:35:48] >>3 -[2013-09-27 01:36:48] >>3 -[2013-09-27 01:37:48] >>3 -[2013-09-27 01:38:48] >>3 -[2013-09-27 01:39:29] 7 -[2013-09-27 01:39:31] 3 -[2013-09-27 01:39:33] >3 -[2013-09-27 01:40:32] >>3 -[2013-09-27 01:41:33] >>3 -[2013-09-27 01:42:33] >>3 -[2013-09-27 01:43:33] >>3 -[2013-09-27 01:44:33] >>3 -[2013-09-27 01:45:33] >>3 -[2013-09-27 01:46:34] >>3 -[2013-09-27 01:47:34] >>3 -[2013-09-27 01:48:34] >>3 -[2013-09-27 01:49:16] 7 -[2013-09-27 01:49:17] 3 -[2013-09-27 01:49:19] >3 -[2013-09-27 01:50:19] >>3 -[2013-09-27 01:51:19] >>3 -[2013-09-27 01:52:19] >>3 -[2013-09-27 01:53:19] >>3 -[2013-09-27 01:54:20] >>3 -[2013-09-27 01:55:20] >>3 -[2013-09-27 01:56:20] >>3 -[2013-09-27 01:57:20] >>3 -[2013-09-27 01:58:20] >>3 -[2013-09-27 01:59:02] 7 -[2013-09-27 01:59:04] 3 -[2013-09-27 01:59:05] >3 -[2013-09-27 02:00:05] >>3 -[2013-09-27 02:01:05] >>3 -[2013-09-27 02:02:06] >>3 -[2013-09-27 02:02:46] 21 -[2013-09-27 02:02:48] >21 -[2013-09-27 02:03:48] >>21 -[2013-09-27 02:04:44] 1 -[2013-09-27 02:04:45] >1 -[2013-09-27 02:05:45] >>1 -[2013-09-27 02:06:45] >>1 -[2013-09-27 02:06:51] 3 -[2013-09-27 02:06:52] >3 -[2013-09-27 02:07:52] >>3 -[2013-09-27 02:08:52] >>3 -[2013-09-27 02:09:52] >>3 -[2013-09-27 02:10:52] 7 -[2013-09-27 02:10:54] 3 -[2013-09-27 02:10:55] >3 -[2013-09-27 02:11:55] >>3 -[2013-09-27 02:12:55] >>3 -[2013-09-27 02:13:55] >>3 -[2013-09-27 02:14:56] >>3 -[2013-09-27 02:15:56] >>3 -[2013-09-27 02:16:56] >>3 -[2013-09-27 02:17:56] >>3 -[2013-09-27 02:18:57] >>3 -[2013-09-27 02:19:57] >>3 -[2013-09-27 02:20:37] 7 -[2013-09-27 02:20:39] 3 -[2013-09-27 02:20:41] >3 -[2013-09-27 02:21:40] >>3 -[2013-09-27 02:22:41] >>3 -[2013-09-27 02:23:41] >>3 -[2013-09-27 02:24:41] >>3 -[2013-09-27 02:25:41] >>3 -[2013-09-27 02:26:42] >>3 -[2013-09-27 02:27:42] >>3 -[2013-09-27 02:28:42] >>3 -[2013-09-27 02:29:42] >>3 -[2013-09-27 02:30:23] 7 -[2013-09-27 02:30:25] 3 -[2013-09-27 02:30:27] >3 -[2013-09-27 02:31:27] >>3 -[2013-09-27 02:32:27] >>3 -[2013-09-27 02:33:27] >>3 -[2013-09-27 02:34:28] >>3 -[2013-09-27 02:35:28] >>3 -[2013-09-27 02:36:28] >>3 -[2013-09-27 02:37:28] >>3 -[2013-09-27 02:38:29] >>3 -[2013-09-27 02:39:29] >>3 -[2013-09-27 02:40:09] 7 -[2013-09-27 02:40:11] 3 -[2013-09-27 02:40:13] >3 -[2013-09-27 02:41:12] >>3 -[2013-09-27 02:42:13] >>3 -[2013-09-27 02:43:13] >>3 -[2013-09-27 02:44:13] >>3 -[2013-09-27 02:45:13] >>3 -[2013-09-27 02:46:14] >>3 -[2013-09-27 02:47:14] >>3 -[2013-09-27 02:48:19] >>3 -[2013-09-27 02:49:19] >>3 -[2013-09-27 02:49:56] 7 -[2013-09-27 02:49:58] 3 -[2013-09-27 02:49:59] >3 -[2013-09-27 02:50:59] >>3 -[2013-09-27 02:51:59] >>3 -[2013-09-27 02:53:00] >>3 -[2013-09-27 02:54:00] >>3 -[2013-09-27 02:55:00] >>3 -[2013-09-27 02:56:00] >>3 -[2013-09-27 02:56:23] 1 -[2013-09-27 02:56:25] >1 -[2013-09-27 02:57:24] >>1 -[2013-09-27 02:58:24] >>1 -[2013-09-27 02:59:25] >>1 -[2013-09-27 02:59:39] 21 -[2013-09-27 02:59:41] >21 -[2013-09-27 03:00:41] >>21 -[2013-09-27 03:01:41] >>21 -[2013-09-27 03:02:41] >>21 -[2013-09-27 03:03:41] >>21 -[2013-09-27 03:04:26] 1 -[2013-09-27 03:04:28] >1 -[2013-09-27 03:04:47] 5 -[2013-09-27 03:04:49] 1 -[2013-09-27 03:04:51] >1 -[2013-09-27 03:05:50] >>1 -[2013-09-27 03:06:06] 3 -[2013-09-27 03:06:08] >3 -[2013-09-27 03:07:07] >>3 -[2013-09-27 03:08:08] >>3 -[2013-09-27 03:09:08] >>3 -[2013-09-27 03:10:08] >>3 -[2013-09-27 03:11:08] >>3 -[2013-09-27 03:12:08] >>3 -[2013-09-27 03:13:09] >>3 -[2013-09-27 03:14:09] >>3 -[2013-09-27 03:14:33] 7 -[2013-09-27 03:14:35] 3 -[2013-09-27 03:14:37] >3 -[2013-09-27 03:15:36] >>3 -[2013-09-27 03:16:36] >>3 -[2013-09-27 03:17:37] >>3 -[2013-09-27 03:18:37] >>3 -[2013-09-27 03:19:37] >>3 -[2013-09-27 03:20:37] >>3 -[2013-09-27 03:21:37] >>3 -[2013-09-27 03:22:38] >>3 -[2013-09-27 03:23:38] >>3 -[2013-09-27 03:24:19] 7 -[2013-09-27 03:24:21] 3 -[2013-09-27 03:24:22] >3 -[2013-09-27 03:25:22] >>3 -[2013-09-27 03:26:22] >>3 -[2013-09-27 03:27:23] >>3 -[2013-09-27 03:28:23] >>3 -[2013-09-27 03:29:23] >>3 -[2013-09-27 03:30:24] >>3 -[2013-09-27 03:31:24] >>3 -[2013-09-27 03:32:24] >>3 -[2013-09-27 03:33:24] >>3 -[2013-09-27 03:34:05] 7 -[2013-09-27 03:34:07] 3 -[2013-09-27 03:34:08] >3 -[2013-09-27 03:35:08] >>3 -[2013-09-27 03:36:08] >>3 -[2013-09-27 03:37:08] >>3 -[2013-09-27 03:38:09] >>3 -[2013-09-27 03:39:09] >>3 -[2013-09-27 03:40:09] >>3 -[2013-09-27 03:41:09] >>3 -[2013-09-27 03:42:09] >>3 -[2013-09-27 03:43:10] >>3 -[2013-09-27 03:43:51] 7 -[2013-09-27 03:43:53] 3 -[2013-09-27 03:43:54] >3 -[2013-09-27 03:44:54] >>3 -[2013-09-27 03:45:54] >>3 -[2013-09-27 03:46:54] >>3 -[2013-09-27 03:47:55] >>3 -[2013-09-27 03:48:55] >>3 -[2013-09-27 03:49:55] >>3 -[2013-09-27 03:50:55] >>3 -[2013-09-27 03:51:56] >>3 -[2013-09-27 03:52:56] >>3 -[2013-09-27 03:53:37] 7 -[2013-09-27 03:53:39] 3 -[2013-09-27 03:53:40] >3 -[2013-09-27 03:54:40] >>3 -[2013-09-27 03:55:40] >>3 -[2013-09-27 03:56:40] >>3 -[2013-09-27 03:57:41] >>3 -[2013-09-27 03:58:41] >>3 -[2013-09-27 03:59:41] >>3 -[2013-09-27 04:00:41] >>3 -[2013-09-27 04:01:41] >>3 -[2013-09-27 04:02:42] >>3 -[2013-09-27 04:03:23] 7 -[2013-09-27 04:03:25] 3 -[2013-09-27 04:03:27] >3 -[2013-09-27 04:04:26] >>3 -[2013-09-27 04:05:27] >>3 -[2013-09-27 04:06:27] >>3 -[2013-09-27 04:07:27] >>3 -[2013-09-27 04:08:27] >>3 -[2013-09-27 04:09:27] >>3 -[2013-09-27 04:10:28] >>3 -[2013-09-27 04:11:28] >>3 -[2013-09-27 04:12:28] >>3 -[2013-09-27 04:13:10] 7 -[2013-09-27 04:13:11] 3 -[2013-09-27 04:13:13] >3 -[2013-09-27 04:14:13] >>3 -[2013-09-27 04:15:13] >>3 -[2013-09-27 04:16:13] >>3 -[2013-09-27 04:17:13] >>3 -[2013-09-27 04:18:14] >>3 -[2013-09-27 04:19:14] >>3 -[2013-09-27 04:20:14] >>3 -[2013-09-27 04:21:14] >>3 -[2013-09-27 04:22:14] >>3 -[2013-09-27 04:22:56] 7 -[2013-09-27 04:22:57] 3 -[2013-09-27 04:22:59] >3 -[2013-09-27 04:23:59] >>3 -[2013-09-27 04:24:59] >>3 -[2013-09-27 04:25:59] >>3 -[2013-09-27 04:26:59] >>3 -[2013-09-27 04:27:59] >>3 -[2013-09-27 04:29:00] >>3 -[2013-09-27 04:30:00] >>3 -[2013-09-27 04:31:00] >>3 -[2013-09-27 04:32:00] >>3 -[2013-09-27 04:32:39] 9 -[2013-09-27 04:32:41] >9 -[2013-09-27 04:33:14] 29 -[2013-09-27 04:33:15] 21 -[2013-09-27 04:33:17] >21 -[2013-09-27 04:33:29] 1 -[2013-09-27 04:33:31] >1 -[2013-09-27 04:33:33] 9 -[2013-09-27 04:33:35] 29 -[2013-09-27 04:33:35] 21 -[2013-09-27 04:33:37] >21 -[2013-09-27 04:34:05] 1 -[2013-09-27 04:34:06] >1 -[2013-09-27 04:34:11] 5 -[2013-09-27 04:34:13] 1 -[2013-09-27 04:34:15] >1 -[2013-09-27 04:35:15] >>1 -[2013-09-27 04:35:30] 3 -[2013-09-27 04:35:32] >3 -[2013-09-27 04:36:32] >>3 -[2013-09-27 04:37:32] >>3 -[2013-09-27 04:38:32] >>3 -[2013-09-27 04:39:32] >>3 -[2013-09-27 04:40:32] >>3 -[2013-09-27 04:41:33] >>3 -[2013-09-27 04:42:33] >>3 -[2013-09-27 04:43:33] >>3 -[2013-09-27 04:43:57] 7 -[2013-09-27 04:43:59] 3 -[2013-09-27 04:44:00] >3 -[2013-09-27 04:45:00] >>3 -[2013-09-27 04:46:00] >>3 -[2013-09-27 04:47:01] >>3 -[2013-09-27 04:48:01] >>3 -[2013-09-27 04:49:01] >>3 -[2013-09-27 04:50:01] >>3 -[2013-09-27 04:51:01] >>3 -[2013-09-27 04:52:02] >>3 -[2013-09-27 04:53:02] >>3 -[2013-09-27 04:53:43] 7 -[2013-09-27 04:53:45] 3 -[2013-09-27 04:53:46] >3 -[2013-09-27 04:54:46] >>3 -[2013-09-27 04:55:40] 1 -[2013-09-27 04:55:42] >1 -[2013-09-27 04:56:42] >>1 -[2013-09-27 04:56:47] 21 -[2013-09-27 04:56:49] >21 -[2013-09-27 04:57:07] 1 -[2013-09-27 04:57:09] >1 -[2013-09-27 04:57:30] 3 -[2013-09-27 04:57:31] >3 -[2013-09-27 04:58:31] >>3 -[2013-09-27 04:59:31] >>3 -[2013-09-27 05:00:32] >>3 -[2013-09-27 05:01:32] >>3 -[2013-09-27 05:02:32] >>3 -[2013-09-27 05:03:32] >>3 -[2013-09-27 05:04:02] 1 -[2013-09-27 05:04:04] >1 -[2013-09-27 05:04:16] 21 -[2013-09-27 05:04:17] >21 -[2013-09-27 05:05:17] >>21 -[2013-09-27 05:06:17] >>21 -[2013-09-27 05:06:48] 1 -[2013-09-27 05:06:49] >1 -[2013-09-27 05:07:08] 5 -[2013-09-27 05:07:10] 1 -[2013-09-27 05:07:12] >1 -[2013-09-27 05:08:11] >>1 -[2013-09-27 05:08:27] 3 -[2013-09-27 05:08:29] >3 -[2013-09-27 05:09:29] >>3 -[2013-09-27 05:10:29] >>3 -[2013-09-27 05:11:29] >>3 -[2013-09-27 05:12:29] >>3 -[2013-09-27 05:13:30] >>3 -[2013-09-27 05:14:30] >>3 -[2013-09-27 05:15:30] >>3 -[2013-09-27 05:16:30] >>3 -[2013-09-27 05:16:54] 7 -[2013-09-27 05:16:56] 3 -[2013-09-27 05:16:58] >3 -[2013-09-27 05:17:57] >>3 -[2013-09-27 05:18:58] >>3 -[2013-09-27 05:19:58] >>3 -[2013-09-27 05:20:58] >>3 -[2013-09-27 05:21:58] >>3 -[2013-09-27 05:22:59] >>3 -[2013-09-27 05:23:59] >>3 -[2013-09-27 05:24:59] >>3 -[2013-09-27 05:25:59] >>3 -[2013-09-27 05:26:41] 7 -[2013-09-27 05:26:42] 3 -[2013-09-27 05:26:44] >3 -[2013-09-27 05:27:44] >>3 -[2013-09-27 05:28:44] >>3 -[2013-09-27 05:29:40] 1 -[2013-09-27 05:29:40] 21 -[2013-09-27 05:29:42] >21 -[2013-09-27 05:30:42] >>21 -[2013-09-27 05:31:25] 1 -[2013-09-27 05:31:27] >1 -[2013-09-27 05:32:27] >>1 -[2013-09-27 05:33:27] >>1 -[2013-09-27 05:34:16] 3 -[2013-09-27 05:34:18] >3 -[2013-09-27 05:35:18] >>3 -[2013-09-27 05:36:18] >>3 -[2013-09-27 05:37:18] >>3 -[2013-09-27 05:38:18] 7 -[2013-09-27 05:38:19] 3 -[2013-09-27 05:38:21] >3 -[2013-09-27 05:39:20] >>3 -[2013-09-27 05:40:20] >>3 -[2013-09-27 05:41:21] >>3 -[2013-09-27 05:42:21] >>3 -[2013-09-27 05:43:21] >>3 -[2013-09-27 05:44:21] >>3 -[2013-09-27 05:45:22] >>3 -[2013-09-27 05:46:22] >>3 -[2013-09-27 05:47:22] >>3 -[2013-09-27 05:48:03] 7 -[2013-09-27 05:48:05] 3 -[2013-09-27 05:48:06] >3 -[2013-09-27 05:49:06] >>3 -[2013-09-27 05:50:06] >>3 -[2013-09-27 05:51:07] >>3 -[2013-09-27 05:52:07] >>3 -[2013-09-27 05:53:07] >>3 -[2013-09-27 05:54:07] >>3 -[2013-09-27 05:55:07] >>3 -[2013-09-27 05:56:08] >>3 -[2013-09-27 05:57:08] >>3 -[2013-09-27 05:57:49] 7 -[2013-09-27 05:57:51] 3 -[2013-09-27 05:57:52] >3 -[2013-09-27 05:58:52] >>3 -[2013-09-27 05:59:52] >>3 -[2013-09-27 06:00:53] >>3 -[2013-09-27 06:01:53] >>3 -[2013-09-27 06:02:53] >>3 -[2013-09-27 06:03:53] >>3 -[2013-09-27 06:04:53] >>3 -[2013-09-27 06:05:54] >>3 -[2013-09-27 06:06:54] >>3 -[2013-09-27 06:07:36] 7 -[2013-09-27 06:07:38] 3 -[2013-09-27 06:07:40] >3 -[2013-09-27 06:08:39] >>3 -[2013-09-27 06:09:40] >>3 -[2013-09-27 06:10:40] >>3 -[2013-09-27 06:11:40] >>3 -[2013-09-27 06:12:40] >>3 -[2013-09-27 06:13:41] >>3 -[2013-09-27 06:14:41] >>3 -[2013-09-27 06:15:41] >>3 -[2013-09-27 06:16:41] >>3 -[2013-09-27 06:17:22] 7 -[2013-09-27 06:17:24] 3 -[2013-09-27 06:17:26] >3 -[2013-09-27 06:18:25] >>3 -[2013-09-27 06:19:26] >>3 -[2013-09-27 06:20:26] >>3 -[2013-09-27 06:21:26] >>3 -[2013-09-27 06:22:26] >>3 -[2013-09-27 06:23:26] >>3 -[2013-09-27 06:24:27] >>3 -[2013-09-27 06:25:27] >>3 -[2013-09-27 06:26:27] >>3 -[2013-09-27 06:27:08] 7 -[2013-09-27 06:27:10] 3 -[2013-09-27 06:27:12] >3 -[2013-09-27 06:28:11] >>3 -[2013-09-27 06:29:11] >>3 -[2013-09-27 06:30:12] >>3 -[2013-09-27 06:31:12] >>3 -[2013-09-27 06:32:12] >>3 -[2013-09-27 06:33:12] >>3 -[2013-09-27 06:34:13] >>3 -[2013-09-27 06:35:13] >>3 -[2013-09-27 06:36:13] >>3 -[2013-09-27 06:36:54] 7 -[2013-09-27 06:36:56] 3 -[2013-09-27 06:36:57] >3 -[2013-09-27 06:37:57] >>3 -[2013-09-27 06:38:57] >>3 -[2013-09-27 06:39:58] >>3 -[2013-09-27 06:40:58] >>3 -[2013-09-27 06:41:58] >>3 -[2013-09-27 06:42:58] >>3 -[2013-09-27 06:43:58] >>3 -[2013-09-27 06:44:59] >>3 -[2013-09-27 06:45:59] >>3 -[2013-09-27 06:46:17] 1 -[2013-09-27 06:46:19] >1 -[2013-09-27 06:46:38] 21 -[2013-09-27 06:46:39] >21 -[2013-09-27 06:47:39] >>21 -[2013-09-27 06:48:39] >>21 -[2013-09-27 06:49:39] >>21 -[2013-09-27 06:50:40] >>21 -[2013-09-27 06:51:40] >>21 -[2013-09-27 06:52:07] 1 -[2013-09-27 06:52:09] >1 -[2013-09-27 06:52:14] 21 -[2013-09-27 06:52:16] >21 -[2013-09-27 06:52:32] 1 -[2013-09-27 06:52:34] >1 -[2013-09-27 06:52:53] 5 -[2013-09-27 06:53:01] 1 -[2013-09-27 06:53:03] >1 -[2013-09-27 06:54:03] >>1 -[2013-09-27 06:54:12] 3 -[2013-09-27 06:54:13] >3 -[2013-09-27 06:55:13] >>3 -[2013-09-27 06:56:13] >>3 -[2013-09-27 06:57:14] >>3 -[2013-09-27 06:58:14] >>3 -[2013-09-27 06:59:14] >>3 -[2013-09-27 07:00:14] >>3 -[2013-09-27 07:01:15] >>3 -[2013-09-27 07:02:15] >>3 -[2013-09-27 07:02:39] 7 -[2013-09-27 07:02:41] 3 -[2013-09-27 07:02:43] >3 -[2013-09-27 07:03:42] >>3 -[2013-09-27 07:04:43] >>3 -[2013-09-27 07:05:43] >>3 -[2013-09-27 07:06:43] >>3 -[2013-09-27 07:07:43] >>3 -[2013-09-27 07:08:43] >>3 -[2013-09-27 07:09:44] >>3 -[2013-09-27 07:10:44] >>3 -[2013-09-27 07:11:44] >>3 -[2013-09-27 07:12:25] 7 -[2013-09-27 07:12:27] 3 -[2013-09-27 07:12:29] >3 -[2013-09-27 07:13:28] >>3 -[2013-09-27 07:14:28] >>3 -[2013-09-27 07:15:29] >>3 -[2013-09-27 07:16:29] >>3 -[2013-09-27 07:17:29] >>3 -[2013-09-27 07:18:29] >>3 -[2013-09-27 07:19:30] >>3 -[2013-09-27 07:20:30] >>3 -[2013-09-27 07:21:30] >>3 -[2013-09-27 07:22:09] 9 -[2013-09-27 07:22:10] >9 -[2013-09-27 07:22:33] 29 -[2013-09-27 07:22:34] 21 -[2013-09-27 07:22:35] >21 -[2013-09-27 07:22:53] 1 -[2013-09-27 07:22:54] >1 -[2013-09-27 07:23:01] 5 -[2013-09-27 07:23:03] 1 -[2013-09-27 07:23:04] >1 -[2013-09-27 07:24:04] >>1 -[2013-09-27 07:24:20] 3 -[2013-09-27 07:24:21] >3 -[2013-09-27 07:25:21] >>3 -[2013-09-27 07:26:21] >>3 -[2013-09-27 07:27:22] >>3 -[2013-09-27 07:28:22] >>3 -[2013-09-27 07:29:22] >>3 -[2013-09-27 07:30:22] >>3 -[2013-09-27 07:31:22] >>3 -[2013-09-27 07:32:23] >>3 -[2013-09-27 07:32:45] 9 -[2013-09-27 07:32:46] >9 -[2013-09-27 07:33:00] 29 -[2013-09-27 07:33:01] 21 -[2013-09-27 07:33:02] >21 -[2013-09-27 07:33:17] 9 -[2013-09-27 07:33:19] 29 -[2013-09-27 07:33:20] 21 -[2013-09-27 07:33:21] >21 -[2013-09-27 07:33:28] 1 -[2013-09-27 07:33:30] >1 -[2013-09-27 07:33:35] 5 -[2013-09-27 07:33:37] 1 -[2013-09-27 07:33:39] >1 -[2013-09-27 07:34:38] >>1 -[2013-09-27 07:34:54] 3 -[2013-09-27 07:34:56] >3 -[2013-09-27 07:35:55] >>3 -[2013-09-27 07:36:55] >>3 -[2013-09-27 07:37:56] >>3 -[2013-09-27 07:38:56] >>3 -[2013-09-27 07:39:56] >>3 -[2013-09-27 07:40:56] >>3 -[2013-09-27 07:41:56] >>3 -[2013-09-27 07:42:56] >>3 -[2013-09-27 07:43:20] 9 -[2013-09-27 07:43:21] >9 -[2013-09-27 07:43:45] 29 -[2013-09-27 07:43:45] 21 -[2013-09-27 07:43:47] >21 -[2013-09-27 07:44:32] 1 -[2013-09-27 07:44:34] >1 -[2013-09-27 07:44:39] 5 -[2013-09-27 07:44:41] 1 -[2013-09-27 07:44:42] >1 -[2013-09-27 07:45:42] >>1 -[2013-09-27 07:45:58] 3 -[2013-09-27 07:46:00] >3 -[2013-09-27 07:46:59] >>3 -[2013-09-27 07:48:00] >>3 -[2013-09-27 07:49:00] >>3 -[2013-09-27 07:50:00] >>3 -[2013-09-27 07:51:00] >>3 -[2013-09-27 07:52:00] >>3 -[2013-09-27 07:53:01] >>3 -[2013-09-27 07:54:01] >>3 -[2013-09-27 07:55:01] >>3 -[2013-09-27 07:55:14] 1 -[2013-09-27 07:55:15] >1 -[2013-09-27 07:55:49] 5 -[2013-09-27 07:55:51] 1 -[2013-09-27 07:55:52] >1 -[2013-09-27 07:56:52] >>1 -[2013-09-27 07:57:08] 3 -[2013-09-27 07:57:09] >3 -[2013-09-27 07:58:09] >>3 -[2013-09-27 07:59:09] >>3 -[2013-09-27 08:00:10] >>3 -[2013-09-27 08:01:10] >>3 -[2013-09-27 08:02:10] >>3 -[2013-09-27 08:03:10] >>3 -[2013-09-27 08:04:10] >>3 -[2013-09-27 08:05:11] >>3 -[2013-09-27 08:05:35] 7 -[2013-09-27 08:05:37] 3 -[2013-09-27 08:05:39] >3 -[2013-09-27 08:06:38] >>3 -[2013-09-27 08:07:38] >>3 -[2013-09-27 08:08:39] >>3 -[2013-09-27 08:09:39] >>3 -[2013-09-27 08:10:39] >>3 -[2013-09-27 08:11:39] >>3 -[2013-09-27 08:12:40] >>3 -[2013-09-27 08:13:40] >>3 -[2013-09-27 08:14:40] >>3 -[2013-09-27 08:15:18] 9 -[2013-09-27 08:15:20] >9 -[2013-09-27 08:16:12] 29 -[2013-09-27 08:16:13] 21 -[2013-09-27 08:16:14] >21 -[2013-09-27 08:16:58] 9 -[2013-09-27 08:16:59] 29 -[2013-09-27 08:17:00] 21 -[2013-09-27 08:17:01] 1 -[2013-09-27 08:17:03] >1 -[2013-09-27 08:17:09] 5 -[2013-09-27 08:17:11] 1 -[2013-09-27 08:17:12] >1 -[2013-09-27 08:18:12] >>1 -[2013-09-27 08:18:28] 3 -[2013-09-27 08:18:29] >3 -[2013-09-27 08:19:29] >>3 -[2013-09-27 08:20:29] >>3 -[2013-09-27 08:21:30] >>3 -[2013-09-27 08:22:30] >>3 -[2013-09-27 08:23:30] >>3 -[2013-09-27 08:24:30] >>3 -[2013-09-27 08:25:30] >>3 -[2013-09-27 08:26:31] >>3 -[2013-09-27 08:26:55] 7 -[2013-09-27 08:26:56] 3 -[2013-09-27 08:26:58] >3 -[2013-09-27 08:27:58] >>3 -[2013-09-27 08:28:58] >>3 -[2013-09-27 08:29:58] >>3 -[2013-09-27 08:30:58] >>3 -[2013-09-27 08:31:59] >>3 -[2013-09-27 08:32:59] >>3 -[2013-09-27 08:33:59] >>3 -[2013-09-27 08:34:59] >>3 -[2013-09-27 08:35:59] >>3 -[2013-09-27 08:36:41] 7 -[2013-09-27 08:36:42] 3 -[2013-09-27 08:36:44] >3 -[2013-09-27 08:37:44] >>3 -[2013-09-27 08:38:44] >>3 -[2013-09-27 08:39:44] >>3 -[2013-09-27 08:40:44] >>3 -[2013-09-27 08:41:44] >>3 -[2013-09-27 08:42:45] >>3 -[2013-09-27 08:43:45] >>3 -[2013-09-27 08:44:45] >>3 -[2013-09-27 08:45:45] >>3 -[2013-09-27 08:46:26] 7 -[2013-09-27 08:46:28] 3 -[2013-09-27 08:46:30] >3 -[2013-09-27 08:47:29] >>3 -[2013-09-27 08:48:30] >>3 -[2013-09-27 08:49:30] >>3 -[2013-09-27 08:50:30] >>3 -[2013-09-27 08:51:30] >>3 -[2013-09-27 08:52:31] >>3 -[2013-09-27 08:53:31] >>3 -[2013-09-27 08:54:31] >>3 -[2013-09-27 08:55:31] >>3 -[2013-09-27 08:55:54] 1 -[2013-09-27 08:55:56] >1 -[2013-09-27 08:56:12] 21 -[2013-09-27 08:56:14] >21 -[2013-09-27 08:57:13] >>21 -[2013-09-27 08:58:14] >>21 -[2013-09-27 08:59:10] 1 -[2013-09-27 08:59:12] >1 -[2013-09-27 08:59:33] 5 -[2013-09-27 08:59:34] 1 -[2013-09-27 08:59:36] >1 -[2013-09-27 09:00:36] >>1 -[2013-09-27 09:00:51] 3 -[2013-09-27 09:00:53] >3 -[2013-09-27 09:01:53] >>3 -[2013-09-27 09:02:53] >>3 -[2013-09-27 09:03:53] >>3 -[2013-09-27 09:04:53] >>3 -[2013-09-27 09:05:54] >>3 -[2013-09-27 09:06:54] >>3 -[2013-09-27 09:07:54] >>3 -[2013-09-27 09:08:54] >>3 -[2013-09-27 09:09:19] 7 -[2013-09-27 09:09:21] 3 -[2013-09-27 09:09:22] >3 -[2013-09-27 09:10:22] >>3 -[2013-09-27 09:11:22] >>3 -[2013-09-27 09:12:22] >>3 -[2013-09-27 09:13:23] >>3 -[2013-09-27 09:14:23] >>3 -[2013-09-27 09:15:23] >>3 -[2013-09-27 09:16:23] >>3 -[2013-09-27 09:17:23] >>3 -[2013-09-27 09:18:24] >>3 -[2013-09-27 09:19:05] 7 -[2013-09-27 09:19:06] 3 -[2013-09-27 09:19:08] >3 -[2013-09-27 09:20:08] >>3 -[2013-09-27 09:21:08] >>3 -[2013-09-27 09:22:08] >>3 -[2013-09-27 09:23:08] >>3 -[2013-09-27 09:24:09] >>3 -[2013-09-27 09:25:09] >>3 -[2013-09-27 09:26:09] >>3 -[2013-09-27 09:27:09] >>3 -[2013-09-27 09:28:10] >>3 -[2013-09-27 09:28:51] 7 -[2013-09-27 09:28:52] 3 -[2013-09-27 09:28:54] >3 -[2013-09-27 09:29:54] >>3 -[2013-09-27 09:30:54] >>3 -[2013-09-27 09:31:54] >>3 -[2013-09-27 09:32:54] >>3 -[2013-09-27 09:33:55] >>3 -[2013-09-27 09:34:55] >>3 -[2013-09-27 09:35:55] >>3 -[2013-09-27 09:36:55] >>3 -[2013-09-27 09:37:55] >>3 -[2013-09-27 09:38:37] 7 -[2013-09-27 09:38:38] 3 -[2013-09-27 09:38:40] >3 -[2013-09-27 09:39:40] >>3 -[2013-09-27 09:40:40] >>3 -[2013-09-27 09:41:40] >>3 -[2013-09-27 09:42:40] >>3 -[2013-09-27 09:43:40] >>3 -[2013-09-27 09:44:41] >>3 -[2013-09-27 09:45:41] >>3 -[2013-09-27 09:46:41] >>3 -[2013-09-27 09:47:41] >>3 -[2013-09-27 09:48:22] 7 -[2013-09-27 09:48:24] 3 -[2013-09-27 09:48:26] >3 -[2013-09-27 09:49:25] >>3 -[2013-09-27 09:50:26] >>3 -[2013-09-27 09:51:26] >>3 -[2013-09-27 09:52:26] >>3 -[2013-09-27 09:53:26] >>3 -[2013-09-27 09:54:26] >>3 -[2013-09-27 09:55:27] >>3 -[2013-09-27 09:56:27] >>3 -[2013-09-27 09:57:27] >>3 -[2013-09-27 09:58:09] 7 -[2013-09-27 09:58:10] 3 -[2013-09-27 09:58:12] >3 -[2013-09-27 09:59:12] >>3 -[2013-09-27 10:00:12] >>3 -[2013-09-27 10:01:12] >>3 -[2013-09-27 10:02:12] >>3 -[2013-09-27 10:03:13] >>3 -[2013-09-27 10:04:13] >>3 -[2013-09-27 10:05:13] >>3 -[2013-09-27 10:06:13] >>3 -[2013-09-27 10:07:14] >>3 -[2013-09-27 10:07:55] 7 -[2013-09-27 10:07:57] 3 -[2013-09-27 10:07:58] >3 -[2013-09-27 10:08:58] >>3 -[2013-09-27 10:09:58] >>3 -[2013-09-27 10:10:59] >>3 -[2013-09-27 10:11:59] >>3 -[2013-09-27 10:12:59] >>3 -[2013-09-27 10:13:59] >>3 -[2013-09-27 10:14:59] >>3 -[2013-09-27 10:16:00] >>3 -[2013-09-27 10:17:00] >>3 -[2013-09-27 10:17:41] 7 -[2013-09-27 10:17:43] 3 -[2013-09-27 10:17:44] >3 -[2013-09-27 10:18:44] >>3 -[2013-09-27 10:19:44] >>3 -[2013-09-27 10:20:45] >>3 -[2013-09-27 10:21:45] >>3 -[2013-09-27 10:22:45] >>3 -[2013-09-27 10:23:45] >>3 -[2013-09-27 10:24:45] >>3 -[2013-09-27 10:25:46] >>3 -[2013-09-27 10:26:46] >>3 -[2013-09-27 10:27:27] 7 -[2013-09-27 10:27:29] 3 -[2013-09-27 10:27:30] >3 -[2013-09-27 10:28:30] >>3 -[2013-09-27 10:29:30] >>3 -[2013-09-27 10:30:30] >>3 -[2013-09-27 10:31:31] >>3 -[2013-09-27 10:32:31] >>3 -[2013-09-27 10:33:31] >>3 -[2013-09-27 10:34:31] >>3 -[2013-09-27 10:35:31] >>3 -[2013-09-27 10:36:32] >>3 -[2013-09-27 10:37:13] 7 -[2013-09-27 10:37:15] 3 -[2013-09-27 10:37:16] >3 -[2013-09-27 10:38:16] >>3 -[2013-09-27 10:39:16] >>3 -[2013-09-27 10:40:16] >>3 -[2013-09-27 10:41:17] >>3 -[2013-09-27 10:42:17] >>3 -[2013-09-27 10:43:17] >>3 -[2013-09-27 10:44:17] >>3 -[2013-09-27 10:45:17] >>3 -[2013-09-27 10:46:18] >>3 -[2013-09-27 10:46:59] 7 -[2013-09-27 10:47:00] 3 -[2013-09-27 10:47:02] >3 -[2013-09-27 10:48:02] >>3 -[2013-09-27 10:49:02] >>3 -[2013-09-27 10:50:02] >>3 -[2013-09-27 10:51:02] >>3 -[2013-09-27 10:52:03] >>3 -[2013-09-27 10:53:03] >>3 -[2013-09-27 10:54:03] >>3 -[2013-09-27 10:55:03] >>3 -[2013-09-27 10:56:03] >>3 -[2013-09-27 10:56:45] 7 -[2013-09-27 10:56:47] 3 -[2013-09-27 10:56:48] >3 -[2013-09-27 10:57:48] >>3 -[2013-09-27 10:58:48] >>3 -[2013-09-27 10:59:49] >>3 -[2013-09-27 11:00:49] >>3 -[2013-09-27 11:01:49] >>3 -[2013-09-27 11:02:49] >>3 -[2013-09-27 11:03:50] >>3 -[2013-09-27 11:04:50] >>3 -[2013-09-27 11:05:50] >>3 -[2013-09-27 11:06:10] 1 -[2013-09-27 11:06:12] >1 -[2013-09-27 11:06:27] 21 -[2013-09-27 11:06:29] >21 -[2013-09-27 11:07:29] >>21 -[2013-09-27 11:08:29] >>21 -[2013-09-27 11:09:29] >>21 -[2013-09-27 11:10:29] >>21 -[2013-09-27 11:10:42] 1 -[2013-09-27 11:10:44] >1 -[2013-09-27 11:11:03] 5 -[2013-09-27 11:11:05] 1 -[2013-09-27 11:11:07] >1 -[2013-09-27 11:12:06] >>1 -[2013-09-27 11:12:22] 3 -[2013-09-27 11:12:24] >3 -[2013-09-27 11:13:23] >>3 -[2013-09-27 11:14:24] >>3 -[2013-09-27 11:15:24] >>3 -[2013-09-27 11:16:24] >>3 -[2013-09-27 11:17:24] >>3 -[2013-09-27 11:18:24] >>3 -[2013-09-27 11:19:25] >>3 -[2013-09-27 11:20:25] >>3 -[2013-09-27 11:20:49] 7 -[2013-09-27 11:20:51] 3 -[2013-09-27 11:20:52] >3 -[2013-09-27 11:21:52] >>3 -[2013-09-27 11:22:52] >>3 -[2013-09-27 11:23:53] >>3 -[2013-09-27 11:24:53] >>3 -[2013-09-27 11:25:53] >>3 -[2013-09-27 11:26:53] >>3 -[2013-09-27 11:27:53] >>3 -[2013-09-27 11:28:54] >>3 -[2013-09-27 11:29:54] >>3 -[2013-09-27 11:30:32] 9 -[2013-09-27 11:30:34] >9 -[2013-09-27 11:31:02] 21 -[2013-09-27 11:31:03] >21 -[2013-09-27 11:31:18] 1 -[2013-09-27 11:31:20] >1 -[2013-09-27 11:31:25] 5 -[2013-09-27 11:31:26] 1 -[2013-09-27 11:31:28] >1 -[2013-09-27 11:32:28] >>1 -[2013-09-27 11:32:43] 3 -[2013-09-27 11:32:45] >3 -[2013-09-27 11:33:45] >>3 -[2013-09-27 11:34:45] >>3 -[2013-09-27 11:35:45] >>3 -[2013-09-27 11:36:45] >>3 -[2013-09-27 11:37:46] >>3 -[2013-09-27 11:38:46] >>3 -[2013-09-27 11:39:46] >>3 -[2013-09-27 11:40:46] >>3 -[2013-09-27 11:41:11] 7 -[2013-09-27 11:41:12] 3 -[2013-09-27 11:41:14] >3 -[2013-09-27 11:42:14] >>3 -[2013-09-27 11:43:14] >>3 diff --git a/ConfIOB/Donati/1008_153/old/IOB.cfg b/ConfIOB/Donati/1008_153/old/IOB.cfg deleted file mode 100644 index fd55446..0000000 --- a/ConfIOB/Donati/1008_153/old/IOB.cfg +++ /dev/null @@ -1,19 +0,0 @@ -[id] -idxMacchina = 1008 - -[web] -URLBASE = http://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina= -URLADV1 = &valore= -URLREBO = http://192.168.51.71/MPIO/sendReboot.aspx?idxMacchina= - -[time] -SAMPLETIME = 0.5 -TIMEOUTSHORT = 2 -TIMEOUTLONG = 60 - -[log] -LOGLEVEL = 10 -LOGFILE = logfile.txt - -[comm] -port = /dev/ttyAMA0 diff --git a/ConfIOB/Donati/1008_153/old/readParallela.py b/ConfIOB/Donati/1008_153/old/readParallela.py deleted file mode 100644 index 7520b36..0000000 --- a/ConfIOB/Donati/1008_153/old/readParallela.py +++ /dev/null @@ -1,337 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -# readParallela v. 1.1 - -#--------------------------------------------------------------- - - -import time -import sys - - -from datetime import datetime - -import urllib -import ConfigParser -import os, sys - -#--------------------------------------------------------------- - -# COSTANTI -MSGLEN = 9 -TIMEOUTSERIALE = 10 -MAXRETRY = 3 - -PROGRAM_NAME ="ReadPar IOB-pi v.1.1" - -# DA FILE CONF -idxMacchina = "1001" -SAMPLETIME = 0.1 -TIMEOUTSHORT = (SAMPLETIME*20) -TIMEOUTLONG = (SAMPLETIME*600) - -# VAR -to_enable = False -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG -to_serial = TIMEOUTSERIALE -to_retry = MAXRETRY -errormsglen = 0 - -# VAR - -out_0 = 24 -out_1 = 26 - -in_0 = 11 -in_1 = 12 -in_2 = 13 -in_3 = 15 -in_4 = 16 -in_5 = 18 -in_6 = 22 -in_7 = 7 - -#--------------------------------------------------------------- -# classe logger - -class Logger: - def __init__(self, filename): - try: - self.filename = filename - except: - logga("LOGGER: errore try su self.filename") - sys.exit(1) - def __call__(self, string): - try: - file = open(self.filename, 'a') - file.write('[' + time.strftime("%Y-%m-%d %H:%M:%S") + '] ') - file.write(string + '\n') - file.close() - except: - logga("LOGGER: errore try su scrittura") - sys.exit(1) - -#--------------------------------------------------------------- -# lettura parallela -# ritorna il byte letto pulito ( due char hex ) - -def readParallela(): - - global in_0 - global in_1 - global in_2 - global in_3 - global in_4 - global in_5 - global in_6 - global in_7 - - global GPIO - - current = '' - -# print "input : " - - # ritorna '' se non ci sono abbastanza caratteri - try: - num_value = 255 - -# print "num_value : " , num_value , in_0 - - if GPIO.input(in_0): - num_value = num_value - 1 - - if GPIO.input(in_1): - num_value = num_value - 2 - - if GPIO.input(in_2): - num_value = num_value - 4 - - if GPIO.input(in_3): - num_value = num_value - 8 - - if GPIO.input(in_4): - num_value = num_value - 16 - - if GPIO.input(in_5): - num_value = num_value - 32 - - if GPIO.input(in_6): - num_value = num_value - 64 - - if GPIO.input(in_7): - num_value = num_value - 128 - - current = hex( num_value ).replace ( "0x" , "" ).upper() - -# print "\n\n\n\n\n" , num_value , current - - ##### convertire in HEX !!!! - - except: - pass - - return current - - - -#--------------------------------------------------------------- -#Funzione di scrittura su url con try-except - -def chiamaUrl(): - - try: - url = URLBASE + idxMacchina + URLADV1 + value - urllib.urlopen ( url ) - except: - logga ( "NETWORK:Errore http-no com rete-timeout" + url ) - print "Url aforte" , url - -#--------------------------------------------------------------- -# Funzione che verifica possibilità di creare log e include testo corrente - -def logga(message) : - try: - log(message) - except : - pass - -#--------------------------------------------------------------- -def avviaParallela(): - - try: - - GPIO.setmode(GPIO.BOARD) - - GPIO.setwarnings(False) - - #GPIO.setup(out_0, GPIO.OUT) # output 0 - #GPIO.setup(out_1, GPIO.OUT) # output 1 - - GPIO.setup(in_0, GPIO.IN) # input 0 - GPIO.setup(in_1, GPIO.IN) # input 1 - GPIO.setup(in_2, GPIO.IN) # input 2 - GPIO.setup(in_3, GPIO.IN) # input 3 - GPIO.setup(in_4, GPIO.IN) # input 4 - GPIO.setup(in_5, GPIO.IN) # input 5 - GPIO.setup(in_6, GPIO.IN) # input 6 - GPIO.setup(in_7, GPIO.IN) # input 7 - - except: - print( "\n\n" + PROGRAM_NAME + " - Error 3 on RPi.GPIO ! \n\n") - sys.exit(1) - - - print( "\n\n" + PROGRAM_NAME + " - init ok \n\n") - - -#--------------------------------------------------------------- -#--------------------------------------------------------------- -# MAIN - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'IOB.cfg' ) - - SAMPLETIME = config.getfloat ( 'time' , 'SAMPLETIME' ) - TIMEOUTSHORT = config.getfloat ( 'time' , 'TIMEOUTSHORT' ) - TIMEOUTLONG = config.getfloat ( 'time' , 'TIMEOUTLONG' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - - - URLBASE = config.get ( 'web' , 'URLBASE' ) - URLADV1 = config.get ( 'web' , 'URLADV1' ) - - LOGFILE = config.get ( 'log' , 'LOGFILE' ) - LOGLEVEL = config.get ( 'log' , 'LOGLEVEL' ) -except: - print "\n\n" + PROGRAM_NAME + ' - Error 4 - in config file ' 'IOB.cfg' - sys.exit(1) - -# oggetto Logger -try: - log = Logger(LOGFILE) -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) - -print "\n\n" + PROGRAM_NAME + "\n\n" - -global startstatus -startstatus = 1 - -if startstatus == 1: - logga("Avvio Programma" + PROGRAM_NAME) - -## Verifica l'OS e di conseguenza carica il file relativo con metodo di lockfile appropriato + check singola istanza -if os.name == 'posix': - import unix -else: - import win - -logga ( "Start " + PROGRAM_NAME ) - - -# lettura file configurazione - -# [id] -# idxMacchina = 2001 -# [time] -# SAMPLETIME = 0.1 -# TIMEOUTSHORT = 200 -# TIMEOUTLONG = 6000 - - -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' TIMEOUTSHORT = %4.2f' % ( TIMEOUTSHORT ) ) -print ( ' TIMEOUTLONG = %4.2f' % ( TIMEOUTLONG ) ) -print ( ' URLBASE = %s' % ( URLBASE ) ) -print ( ' URLADV1 = %s' % ( URLADV1 ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) -print ( ' LOGLEVEL = %s' % ( LOGLEVEL ) ) - -# -sys.stdout.write ( 'idxMacchina ?' + idxMacchina + '\n') - -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG - - -#-------------------------------------------------------------- -# apertura parallela - -try: - import RPi.GPIO as GPIO -except RuntimeError: - print( "\n\n" + PROGRAM_NAME + " - Error 1 - you need superuser privileges") -except: - print( "\n\n" + PROGRAM_NAME + " - Error 2 - you need superuser privileges. USE 'sudo' to run your script\n\n") - sys.exit(1) - - -avviaParallela() - -#--------------------------------------------------------------- -# ciclo forever and ever - -old = '' - -while 1: - - try: - time.sleep (SAMPLETIME) - except: - logga("First_SLEEP: errore attesa sampletime") - - # lettura dati da IOB - value = readParallela() - - if ( value != '' ) : - if value != old : - #loggo e invio dati - try: - logga ( value ) - errormsglen = 0 - chiamaUrl() - except: - logga("URLBROWSER: errore registrazione valore e chiamaUrl") - pass - #enable e reset timer - to_enable = True - to_short = TIMEOUTSHORT - to_long = TIMEOUTLONG - - old = value - - - # gestione timeout breve - if ( to_enable ) : - to_short = to_short - SAMPLETIME - if to_short <= 0: - #loggo e invio dati - try: - logga ( '>' + value ) - errormsglen = 0 - chiamaUrl() - except: - pass - to_short = TIMEOUTSHORT - to_enable = False # dopo un colpo il timer breve viene disabilitato - to_long = TIMEOUTLONG - - # gestione timeout lungo - to_long = to_long - SAMPLETIME - if to_long <= 0: - #loggo e invio dati - try: - logga ( '>>' + value ) - errormsglen = 0 - chiamaUrl() - except: - pass - to_long = TIMEOUTLONG - - diff --git a/ConfIOB/Donati/1008_153/readParallela.py b/ConfIOB/Donati/1008_153/readParallela.py deleted file mode 100644 index 5a38f21..0000000 --- a/ConfIOB/Donati/1008_153/readParallela.py +++ /dev/null @@ -1,530 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -# readParallela v. 1.8 -# versione estetica di Carlo + single instance timer - -#--------------------------------------------------------------- -# levare locking -# timer semplificata -# GPIO global - - -import time -import sys - - -from datetime import datetime - -import urllib -import ConfigParser -import os, sys - -import logging -import logging.handlers -import threading -import Queue -#-------------------------------------------------------------- - -# COSTANTI -MSGLEN = 9 -TIMEOUTSERIALE = 10 -MAXRETRY = 3 - -PROGRAM_NAME ="ReadPar IOB-pi v.1.8" - -# DA FILE CONF -idxMacchina = "1001" -SAMPLETIME = 0.1 -TIMEOUTSHORT = (SAMPLETIME*20) -TIMEOUTLONG = (SAMPLETIME*600) -SENDURLTIME = 0.08 - -# VAR -to_enable = False -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG -to_serial = TIMEOUTSERIALE -to_retry = MAXRETRY -errormsglen = 0 - -# VAR - -out_0 = 24 -out_1 = 26 - -in_0 = 11 -in_1 = 12 -in_2 = 13 -in_3 = 15 -in_4 = 16 -in_5 = 18 -in_6 = 22 -in_7 = 7 - -# contatore: serve x match tra accoda ed invia x possibile controllo a posteriori... ogni volta che accodo incremento di 1, va da 0 a 999 -cont = '0' - -# variabile stato online/offline della macchina -onLine = '1' - -# variabile stato seinding/waiting x la parte invio URL -sending = '0' - -# variabile stato timer thread busy -timer_busy = False - -#-------------------------------------------------------------- -# Gestione coda (condivisa) x registrazione eventi ed invio URL -#print "Creazione coda 1000 elementi" - -Coda = Queue.Queue(0) - -#queueLock = threading.Lock() - -#--------------------------------------------------------------- -# lettura parallela -# ritorna il byte letto pulito ( due char hex ) - -def readParallela(): - - global in_0 - global in_1 - global in_2 - global in_3 - global in_4 - global in_5 - global in_6 - global in_7 - - global GPIO - - current = '' - -# print "input : " - - # ritorna '' se non ci sono abbastanza caratteri - try: - num_value = 255 - -# print "num_value : " , num_value , in_0 - - if GPIO.input(in_0): - num_value = num_value - 1 - - if GPIO.input(in_1): - num_value = num_value - 2 - - if GPIO.input(in_2): - num_value = num_value - 4 - - if GPIO.input(in_3): - num_value = num_value - 8 - - if GPIO.input(in_4): - num_value = num_value - 16 - - if GPIO.input(in_5): - num_value = num_value - 32 - - if GPIO.input(in_6): - num_value = num_value - 64 - - if GPIO.input(in_7): - num_value = num_value - 128 - - current = hex( num_value ).replace ( "0x" , "" ).upper() - -# print "\n\n\n\n\n" , num_value , current - - except: - pass - - return current - - -#-------------------------------------------------------------- -# MARCO: cambiare: chiama URL NON deve chiamare url MA METTERE IN CODA (riempiCoda!!!) -# la parte URL vera va messa in svuotaCoda, PARAMETRICA - -#--------------------------------------------------------------- -#Funzione di scrittura su coda con try-except - -def accoda(): - - try: -# url = URLBASE + idxMacchina + URLADV1 + value -# urllib.urlopen ( url ) - #dtEve = time.strftime("%y%m%d%H%M%S")+"000" - dtEve = datetime.utcnow().strftime('%Y%m%d%H%M%S%f')[:-3] - #logPro.debug( "Nuovo valore inserito in coda: " + dtEve + "#" + value + '#' + cont) - #print(dtEve) - #queueLock.acquire() - Coda.put(dtEve + '#' + value + '#' + cont) - #queueLock.release() - #print "Nuovo valore inserito in coda: " + dtEve + "#", value - - except Queue.Full: - logPro.error( "Quque full" + dtEve + '#' + value + '#' + cont ) - except: - logPro.error( "NETWORK:Errore http-no com rete-timeout" + url ) -# print "Url aforte" , url - - -#-------------------------------------------------------------- -# MARCO: scrivere svuotaCoda come thread etc... -def svuota_coda(): - - global onLine - global sending - global timer_busy - - #print "start timer " - - if ( timer_busy == False ): - timer_busy = True - #print "start timer ok " - - try: - if not Coda.empty(): - #print "coda da svuotare!" - response = urllib.urlopen(URLALIVE) - answ = response.read() - if answ == 'OK': - #print "OK alive" - response2 = urllib.urlopen(URLENABLED + idxMacchina) - answ2 = response2.read() - if answ2 == 'OK': - # aggiorno stato ad online - if onLine == '0': - logPro.info("IOB ONLINE!") - #print("IOB ONLINE") - - onLine = '1' # imposto comunque online - else: - if onLine == '1': - logPro.error("IOB offline") - #print("IOB offline") - - onLine = '0' - else: - if onLine == '1': - logPro.error("Server offline") - #print("Server offline") - - onLine = '0' - - # ora verifico SE si possa inviare (ovvero sia online server e NON ci siano altri send attivi...) - if onLine == '1': - if sending == '0': - #segnalo che sono in sending! - sending = '1' - - # formatto dataOra corrente - #dtCurr = time.strftime("%y%m%d%H%M%S")+"000" - dtCurr = datetime.utcnow().strftime('%Y%m%d%H%M%S%f')[:-3] - # prendo 1 valore dalla coda... - #queueLock.acquire() - resp = Coda.get() - # RILASCIO SUBITO la coda x nuovi insert... - #queueLock.release() - - - # recupero valori da coda! - dtEve = resp.split("#")[0] - value = resp.split("#")[1] - cnt = resp.split("#")[2] - url = URLBASE + idxMacchina + URLADV1 + value - url = url + '&dtCurr=' + dtCurr + '&dtEve=' + dtEve + '&cnt=' + cnt - # CHIAMO URL - response3 = urllib.urlopen ( url ) - answ3 = response3.read() - #print(url) - #logPro.debug(url) - - - # log valore inviato! - logSnd.info( value + ' ['+ cnt +']' + ' R:' + answ3 ) - #print "Valore smaltito dalla coda" - - # completato invio, riporto sending a zero! - sending = '0' - else: - logPro.info("WAIT active send to complete") - - else: - pass - - else: - pass - - except: - if onLine == '1': - logPro.error("Server Non raggiungibile") - #print "Non raggiungibile" - - onLine = '0' - -# in ogni caso - - timer_busy = False - #print "end timer ok" - - - #print "end timer " - - -#--------------------------------------------------------------- -# funzione timer thread -#--------------------------------------------------------------- -def do_every (interval, worker_func, iterations = 0): - if iterations != 1: - threading.Timer ( - interval, - do_every, [interval, worker_func, 0 if iterations == 0 else iterations-1] - ).start (); - - worker_func (); - -#--------------------------------------------------------------- -# gestione contatore -#--------------------------------------------------------------- -def contatore(): - - try: - global cont - ctr = int(cont) - ctr +=1 - ctr = ctr % 1000 # round robin 1000 eventi x track - cont = str(ctr) - except: - print("errore incremento contatore") - -#--------------------------------------------------------------- -# avvia porta parallela -#--------------------------------------------------------------- -def avviaParallela(): - - global in_0 - global in_1 - global in_2 - global in_3 - global in_4 - global in_5 - global in_6 - global in_7 - - global GPIO - - try: - - GPIO.setmode(GPIO.BOARD) - - GPIO.setwarnings(False) - - #GPIO.setup(out_0, GPIO.OUT) # output 0 - #GPIO.setup(out_1, GPIO.OUT) # output 1 - - GPIO.setup(in_0, GPIO.IN) # input 0 - GPIO.setup(in_1, GPIO.IN) # input 1 - GPIO.setup(in_2, GPIO.IN) # input 2 - GPIO.setup(in_3, GPIO.IN) # input 3 - GPIO.setup(in_4, GPIO.IN) # input 4 - GPIO.setup(in_5, GPIO.IN) # input 5 - GPIO.setup(in_6, GPIO.IN) # input 6 - GPIO.setup(in_7, GPIO.IN) # input 7 - - except: - print( "\n\n" + PROGRAM_NAME + " - Error 3 on RPi.GPIO ! \n\n") - sys.exit(1) - - - print( "\n\n" + PROGRAM_NAME + " - init ok \n\n") - - -#--------------------------------------------------------------- -#--------------------------------------------------------------- -# MAIN - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'IOB.cfg' ) - - SAMPLETIME = config.getfloat ( 'time' , 'SAMPLETIME' ) - TIMEOUTSHORT = config.getfloat ( 'time' , 'TIMEOUTSHORT' ) - TIMEOUTLONG = config.getfloat ( 'time' , 'TIMEOUTLONG' ) - SENDURLTIME = config.getfloat ( 'time' , 'SENDURLTIME' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - - - URLBASE = config.get ( 'web' , 'URLBASE' ) - URLENABLED = config.get('web' , 'URLENABLED') - URLALIVE = config.get ('web' , 'URLALIVE') - URLADV1 = config.get ( 'web' , 'URLADV1' ) - - LOGFILE = config.get ( 'log' , 'LOGFILE' ) - LOGLEVEL = config.get ( 'log' , 'LOGLEVEL' ) -except: - print "\n\n" + PROGRAM_NAME + ' - Error 4 - in config file ' 'IOB.cfg' - sys.exit(1) - -#-------------------------------------------- -# oggetto Logger -#-------------------------------------------- -try: - logging.basicConfig(level=logging.DEBUG, - format='%(asctime)s %(name)-8s %(levelname)-8s %(message)s', - datefmt='%Y-%m-%d %H:%M:%S', - filename=LOGFILE, - filemode='a' - ) - - # aggiungo 2 logger specifici x queue e send... - logQue = logging.getLogger('queue') - logSnd = logging.getLogger('sendUrl') - logPro = logging.getLogger('program') - -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) -#-------------------------------------------- - - -print "\n\n" + PROGRAM_NAME + "\n\n" - -global startstatus -startstatus = 1 - -if startstatus == 1: - logPro.info("Avvio Programma" + PROGRAM_NAME) - -## Verifica l'OS e di conseguenza carica il file relativo con metodo di lockfile appropriato + check singola istanza -if os.name == 'posix': - import unix -else: - import win - -logPro.info( "Start " + PROGRAM_NAME ) - - -# lettura file configurazione - -# [id] -# idxMacchina = 2001 -# [time] -# SAMPLETIME = 0.1 -# TIMEOUTSHORT = 200 -# TIMEOUTLONG = 6000 - - -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' SAMPLETIME = %4.2f' % ( SAMPLETIME ) ) -print ( ' TIMEOUTSHORT = %4.2f' % ( TIMEOUTSHORT ) ) -print ( ' TIMEOUTLONG = %4.2f' % ( TIMEOUTLONG ) ) -print ( ' SENDURLTIME = %4.2f' % ( SENDURLTIME ) ) -print ( ' URLBASE = %s' % ( URLBASE ) ) -print ( ' URLADV1 = %s' % ( URLADV1 ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) -print ( ' LOGLEVEL = %s' % ( LOGLEVEL ) ) - -# -sys.stdout.write ( 'idxMacchina ?' + idxMacchina + '\n') - -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG - - -#-------------------------------------------------------------- -# apertura parallela - -try: - import RPi.GPIO as GPIO -except RuntimeError: - print( "\n\n" + PROGRAM_NAME + " - Error 1 - you need superuser privileges") -except: - print( "\n\n" + PROGRAM_NAME + " - Error 2 - you need superuser privileges. USE 'sudo' to run your script\n\n") - sys.exit(1) - - -avviaParallela() - - -#-------------------------------------------------------------- -# MARCO: qui inserire avvio thread di "svuotaCoda" - -# avviaSvuotaCoda -#print "Avvia svuota coda" - -do_every ( SENDURLTIME , svuota_coda ); - -#--------------------------------------------------------------- -# ciclo forever and ever - -old = '' - -#print "Avvio ciclo" -logPro.info("Avvio loop principale") -while 1: - - try: - time.sleep (SAMPLETIME) - except: - logPro.info("First_SLEEP: errore attesa sampletime") - - # lettura dati da IOB - value = readParallela() - - if ( value != '' ) : - if value != old : - #loggo e invio dati - try: - logQue.info( value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda") - pass - #enable e reset timer - to_enable = True - to_short = TIMEOUTSHORT - to_long = TIMEOUTLONG - - old = value - - - # gestione timeout breve - if ( to_enable ) : - to_short = to_short - SAMPLETIME - if to_short <= 0: - #loggo e invio dati - try: - logQue.info( '>' + value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda TO_short") - pass - to_short = TIMEOUTSHORT - to_enable = False # dopo un colpo il timer breve viene disabilitato - to_long = TIMEOUTLONG - - # gestione timeout lungo - to_long = to_long - SAMPLETIME - if to_long <= 0: - #loggo e invio dati - try: - logQue.info( '>>' + value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda TO_long") - pass - to_long = TIMEOUTLONG - - - - diff --git a/ConfIOB/Donati/1008_153/sendReboot.py b/ConfIOB/Donati/1008_153/sendReboot.py deleted file mode 100644 index 36dd316..0000000 --- a/ConfIOB/Donati/1008_153/sendReboot.py +++ /dev/null @@ -1,96 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -# sendReboot v. 1.1 - -#--------------------------------------------------------------- - - -import time -import sys - - -from datetime import datetime - -import urllib -import ConfigParser -import os, sys - -import logging - -#--------------------------------------------------------------- - -# COSTANTI -PROGRAM_NAME ="SendReboot IOB-pi v.1.3" - -# DA FILE CONF -idxMacchina = "99" - -#--------------------------------------------------------------- -#Funzione di scrittura su url con try-except - -def chiamaUrl(): - - try: - url = URLREBO + idxMacchina - urllib.urlopen ( url ) - except: - logging.info ( "NETWORK:Errore http-no com rete-timeout per url: " + url ) - print "Url aforte" , url - -#--------------------------------------------------------------- -# MAIN -#--------------------------------------------------------------- - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'IOB.cfg' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - - - URLREBO = config.get ( 'web' , 'URLREBO' ) - - LOGFILE = config.get ( 'log' , 'LOGREBO' ) -except: - print "\n\n" + PROGRAM_NAME + ' - Error 4 - in config file ' 'IOB.cfg' - sys.exit(1) - - -#-------------------------------------------- -# oggetto Logger -#-------------------------------------------- -try: -# log = Logger(LOGFILE) - logging.basicConfig(level=logging.DEBUG, - format='%(asctime)s %(name)-8s %(levelname)-8s %(message)s', - datefmt='%Y-%m-%d %H:%M:%S', - filename=LOGFILE, - filemode='a') - -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) -#-------------------------------------------- - - -print "\n\n" + PROGRAM_NAME + "\n\n" - -global startstatus -startstatus = 1 - -if startstatus == 1: - logging.info("Avvio Programma" + PROGRAM_NAME) - - -# lettura file configurazione - - -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' URLREBO = %s' % ( URLREBO ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) - - -chiamaUrl() - diff --git a/ConfIOB/Donati/1008_153/unix.py b/ConfIOB/Donati/1008_153/unix.py deleted file mode 100644 index 12fb3dc..0000000 --- a/ConfIOB/Donati/1008_153/unix.py +++ /dev/null @@ -1,31 +0,0 @@ -import fcntl -import os -import logging - -#--------------------------------------------------------------- -# meccanismo di file lock per evitare multiple instances -# The function will try to lock the file specified , if it success, return True, else return False. -# The nice thing is that the lock will be dropped when the program terminates. -# >>>Use : -# if not lockFile(".lock.pod"): -# sys.exit(0) - -def lockFile ( lockfile ) : - - fd = os.open ( lockfile , os.O_CREAT | os.O_TRUNC | os.O_WRONLY ) - try: - # Request exclusive (EX) non-blocking (NB) advisory lock. - fcntl.lockf ( fd , fcntl.LOCK_EX | fcntl.LOCK_NB ) - except IOError: - return False - - return True - -if not lockFile ( ".lockfile" ) : - print '\n noi non siamo soli ...\n' - logging.error( "LOCK: Piu istanze aperte") - #sys.exit ( 0 ) - -#- print '\n running alone ...\n' - - diff --git a/ConfIOB/Donati/1009_154/IOB.cfg b/ConfIOB/Donati/1009_154/IOB.cfg deleted file mode 100644 index 54b5db1..0000000 --- a/ConfIOB/Donati/1009_154/IOB.cfg +++ /dev/null @@ -1,23 +0,0 @@ -[id] -idxMacchina = 1009 - -[web] -URLBASE = http://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina= -URLALIVE = http://192.168.51.71/MPIO/Alive.aspx -URLENABLED = http://192.168.51.71/MPIO/Enabled.aspx?idxMacchina= -URLADV1 = &valore= -URLREBO = http://192.168.51.71/MPIO/sendReboot.aspx?idxMacchina= - -[time] -SAMPLETIME = 0.20 -TIMEOUTSHORT = 0.30 -TIMEOUTLONG = 50 -SENDURLTIME = 0.50 - -[log] -LOGLEVEL = 10 -LOGFILE = logfile.txt -LOGREBO = logReboot.txt - -[comm] -port = /dev/ttyAMA0 diff --git a/ConfIOB/Donati/1009_154/MapoIOB b/ConfIOB/Donati/1009_154/MapoIOB deleted file mode 100644 index c49ec0a..0000000 --- a/ConfIOB/Donati/1009_154/MapoIOB +++ /dev/null @@ -1,41 +0,0 @@ -### BEGIN INIT INFO -# Provides: MapoIOB: script Steamware per avvio driver IOB -# Required-Start: $remote_fs $syslog ramlog -# Required-Stop: $remote_fs $syslog ramlog -# Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 -# Short-Description: Steamware's MapoIOB driver -# Description: Steamware's MapoIOB driver, versione lettura porta parallela -### END INIT INFO - -#! /bin/sh -# /etc/init.d/MapoIOB - -export HOME -case "$1" in - start) - echo "Starting readParallela" - cd /home/pi/steamware - /usr/bin/python ./readParallela.py 2>&1 & - ;; - stop) - echo "Stopping readParallela" - RS_PID=`ps auxwww | grep readParallela.py | head -1 | awk '{print $2}'` - kill -9 $RS_PID - cd /home/pi/steamware - rm .lockfile - ;; - restart) - ## Stop the service and regardless of whether it was - ## running or not, start it again. - $0 stop - killall python - $0 start - ;; - *) - echo "Usage: /etc/init.d/MapoIOB {start|stop|restart}" - exit 1 - ;; -esac -exit 0 - diff --git a/ConfIOB/Donati/1009_154/MapoIOB.1.gz b/ConfIOB/Donati/1009_154/MapoIOB.1.gz deleted file mode 100644 index 4bed341..0000000 Binary files a/ConfIOB/Donati/1009_154/MapoIOB.1.gz and /dev/null differ diff --git a/ConfIOB/Donati/1009_154/checkAlive.sh b/ConfIOB/Donati/1009_154/checkAlive.sh deleted file mode 100644 index 92bc816..0000000 --- a/ConfIOB/Donati/1009_154/checkAlive.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/bash - -# controlla se il logfile è correntemente scritto (quindi MapoIOB è alive) altrimenti riavvia! - -DATE=`date +%Y-%m-%d` -cd /var/log -if [ -f MapoIOB ] - then - # controllo SE sia stato acceduto da meno di 2 minuti (=alive da log...) - trovato=`find . -name 'MapoIOB*' -cmin -1` - if [[ $trovato != './MapoIOB' ]] - then - /etc/init.d/MapoIOB restart - echo $date + "riavvio!" - fi -else - # in questo caso AVVIO il processo MapoIOB - /etc/init.d/MapoIOB start - echo $date + "file non trovato, avvio!" -fi diff --git a/ConfIOB/Donati/1009_154/cleanPython.sh b/ConfIOB/Donati/1009_154/cleanPython.sh deleted file mode 100644 index c4f616a..0000000 --- a/ConfIOB/Donati/1009_154/cleanPython.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash - -DATE=`date +%Y-%m-%d_%T` -# log inizio pulizia -echo $DATE " - INIZIO pulizia processi python" >> clean.log -# effettua pulizia processi: killa tutti i processi python -killall python - -# avvia MapoIob -/etc/init.d/MapoIOB start - -# log fatto! -DATE=`date +%Y-%m-%d_%T` -echo $DATE " - FINE pulizia processi python + riavvio MapoIOB" >> clean.log diff --git a/ConfIOB/Donati/1009_154/logfile.txt b/ConfIOB/Donati/1009_154/logfile.txt deleted file mode 100644 index aec2f6e..0000000 --- a/ConfIOB/Donati/1009_154/logfile.txt +++ /dev/null @@ -1,10833 +0,0 @@ -2015-03-10 06:26:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.7 -2015-03-10 06:26:02 program INFO Start ReadPar IOB-pi v.1.7 -2015-03-10 06:26:02 program INFO Avvio loop principale -2015-03-10 06:26:02 queue INFO 83 [0] -2015-03-10 06:26:02 queue INFO >83 [1] -2015-03-10 06:26:03 sendUrl INFO 83 [0] R:OK -2015-03-10 06:26:03 sendUrl INFO 83 [1] R:OK -2015-03-10 06:26:52 queue INFO >>83 [2] -2015-03-10 06:26:52 sendUrl INFO 83 [2] R:OK -2015-03-10 06:27:42 queue INFO >>83 [3] -2015-03-10 06:27:43 sendUrl INFO 83 [3] R:OK -2015-03-10 06:28:33 queue INFO >>83 [4] -2015-03-10 06:28:33 sendUrl INFO 83 [4] R:OK -2015-03-10 06:29:23 queue INFO >>83 [5] -2015-03-10 06:29:23 sendUrl INFO 83 [5] R:OK -2015-03-10 06:30:13 queue INFO >>83 [6] -2015-03-10 06:30:13 sendUrl INFO 83 [6] R:OK -2015-03-10 06:30:41 queue INFO 87 [7] -2015-03-10 06:30:41 sendUrl INFO 87 [7] R:OK -2015-03-10 06:30:42 queue INFO >87 [8] -2015-03-10 06:30:42 sendUrl INFO 87 [8] R:OK -2015-03-10 06:30:43 queue INFO 83 [9] -2015-03-10 06:30:43 queue INFO >83 [10] -2015-03-10 06:30:43 sendUrl INFO 83 [9] R:OK -2015-03-10 06:30:44 sendUrl INFO 83 [10] R:OK -2015-03-10 06:31:33 queue INFO >>83 [11] -2015-03-10 06:31:33 sendUrl INFO 83 [11] R:OK -2015-03-10 06:32:23 queue INFO >>83 [12] -2015-03-10 06:32:24 sendUrl INFO 83 [12] R:OK -2015-03-10 06:33:13 queue INFO >>83 [13] -2015-03-10 06:33:14 sendUrl INFO 83 [13] R:OK -2015-03-10 06:34:04 queue INFO >>83 [14] -2015-03-10 06:34:04 sendUrl INFO 83 [14] R:OK -2015-03-10 06:34:54 queue INFO >>83 [15] -2015-03-10 06:34:54 sendUrl INFO 83 [15] R:OK -2015-03-10 06:35:44 queue INFO >>83 [16] -2015-03-10 06:35:44 sendUrl INFO 83 [16] R:OK -2015-03-10 06:36:34 queue INFO >>83 [17] -2015-03-10 06:36:34 sendUrl INFO 83 [17] R:OK -2015-03-10 06:37:24 queue INFO >>83 [18] -2015-03-10 06:37:25 sendUrl INFO 83 [18] R:OK -2015-03-10 06:38:14 queue INFO >>83 [19] -2015-03-10 06:38:14 sendUrl INFO 83 [19] R:OK -2015-03-10 06:38:16 queue INFO 87 [20] -2015-03-10 06:38:16 queue INFO >87 [21] -2015-03-10 06:38:16 sendUrl INFO 87 [20] R:OK -2015-03-10 06:38:16 sendUrl INFO 87 [21] R:OK -2015-03-10 06:38:17 queue INFO 83 [22] -2015-03-10 06:38:17 queue INFO >83 [23] -2015-03-10 06:38:17 sendUrl INFO 83 [22] R:OK -2015-03-10 06:38:18 sendUrl INFO 83 [23] R:OK -2015-03-10 06:39:07 queue INFO >>83 [24] -2015-03-10 06:39:08 sendUrl INFO 83 [24] R:OK -2015-03-10 06:39:57 queue INFO >>83 [25] -2015-03-10 06:39:58 sendUrl INFO 83 [25] R:OK -2015-03-10 06:40:48 queue INFO >>83 [26] -2015-03-10 06:40:48 sendUrl INFO 83 [26] R:OK -2015-03-10 06:41:38 queue INFO >>83 [27] -2015-03-10 06:41:38 sendUrl INFO 83 [27] R:OK -2015-03-10 06:42:28 queue INFO >>83 [28] -2015-03-10 06:42:28 sendUrl INFO 83 [28] R:OK -2015-03-10 06:43:18 queue INFO >>83 [29] -2015-03-10 06:43:18 sendUrl INFO 83 [29] R:OK -2015-03-10 06:44:08 queue INFO >>83 [30] -2015-03-10 06:44:09 sendUrl INFO 83 [30] R:OK -2015-03-10 06:44:58 queue INFO >>83 [31] -2015-03-10 06:44:59 sendUrl INFO 83 [31] R:OK -2015-03-10 06:45:48 queue INFO >>83 [32] -2015-03-10 06:45:49 sendUrl INFO 83 [32] R:OK -2015-03-10 06:46:07 queue INFO C3 [33] -2015-03-10 06:46:07 queue INFO >C3 [34] -2015-03-10 06:46:08 sendUrl INFO C3 [33] R:OK -2015-03-10 06:46:08 sendUrl INFO C3 [34] R:OK -2015-03-10 06:46:20 queue INFO 83 [35] -2015-03-10 06:46:20 queue INFO >83 [36] -2015-03-10 06:46:20 sendUrl INFO 83 [35] R:OK -2015-03-10 06:46:21 queue INFO 87 [37] -2015-03-10 06:46:21 sendUrl INFO 83 [36] R:OK -2015-03-10 06:46:21 queue INFO >87 [38] -2015-03-10 06:46:21 sendUrl INFO 87 [37] R:OK -2015-03-10 06:46:22 sendUrl INFO 87 [38] R:OK -2015-03-10 06:46:22 queue INFO 83 [39] -2015-03-10 06:46:22 queue INFO >83 [40] -2015-03-10 06:46:23 sendUrl INFO 83 [39] R:OK -2015-03-10 06:46:23 sendUrl INFO 83 [40] R:OK -2015-03-10 06:47:12 queue INFO >>83 [41] -2015-03-10 06:47:13 sendUrl INFO 83 [41] R:OK -2015-03-10 06:48:02 queue INFO >>83 [42] -2015-03-10 06:48:03 sendUrl INFO 83 [42] R:OK -2015-03-10 06:48:53 queue INFO >>83 [43] -2015-03-10 06:48:53 sendUrl INFO 83 [43] R:OK -2015-03-10 06:49:43 queue INFO >>83 [44] -2015-03-10 06:49:43 sendUrl INFO 83 [44] R:OK -2015-03-10 06:50:33 queue INFO >>83 [45] -2015-03-10 06:50:33 sendUrl INFO 83 [45] R:OK -2015-03-10 06:51:23 queue INFO >>83 [46] -2015-03-10 06:51:23 sendUrl INFO 83 [46] R:OK -2015-03-10 06:52:13 queue INFO >>83 [47] -2015-03-10 06:52:14 sendUrl INFO 83 [47] R:OK -2015-03-10 06:53:03 queue INFO >>83 [48] -2015-03-10 06:53:03 sendUrl INFO 83 [48] R:OK -2015-03-10 06:53:53 queue INFO >>83 [49] -2015-03-10 06:53:54 sendUrl INFO 83 [49] R:OK -2015-03-10 06:54:10 queue INFO 87 [50] -2015-03-10 06:54:10 queue INFO >87 [51] -2015-03-10 06:54:10 sendUrl INFO 87 [50] R:OK -2015-03-10 06:54:11 sendUrl INFO 87 [51] R:OK -2015-03-10 06:54:12 queue INFO 83 [52] -2015-03-10 06:54:12 sendUrl INFO 83 [52] R:OK -2015-03-10 06:54:12 queue INFO >83 [53] -2015-03-10 06:54:12 sendUrl INFO 83 [53] R:OK -2015-03-10 06:55:02 queue INFO >>83 [54] -2015-03-10 06:55:02 sendUrl INFO 83 [54] R:OK -2015-03-10 06:55:52 queue INFO >>83 [55] -2015-03-10 06:55:52 sendUrl INFO 83 [55] R:OK -2015-03-10 06:56:42 queue INFO >>83 [56] -2015-03-10 06:56:42 sendUrl INFO 83 [56] R:OK -2015-03-10 06:57:32 queue INFO >>83 [57] -2015-03-10 06:57:33 sendUrl INFO 83 [57] R:OK -2015-03-10 06:58:22 queue INFO >>83 [58] -2015-03-10 06:58:23 sendUrl INFO 83 [58] R:OK -2015-03-10 06:59:13 queue INFO >>83 [59] -2015-03-10 06:59:13 sendUrl INFO 83 [59] R:OK -2015-03-10 07:00:03 queue INFO >>83 [60] -2015-03-10 07:00:03 sendUrl INFO 83 [60] R:OK -2015-03-10 07:00:53 queue INFO >>83 [61] -2015-03-10 07:00:53 sendUrl INFO 83 [61] R:OK -2015-03-10 07:01:43 queue INFO >>83 [62] -2015-03-10 07:01:43 sendUrl INFO 83 [62] R:OK -2015-03-10 07:01:44 queue INFO 87 [63] -2015-03-10 07:01:45 queue INFO >87 [64] -2015-03-10 07:01:45 sendUrl INFO 87 [63] R:OK -2015-03-10 07:01:45 sendUrl INFO 87 [64] R:OK -2015-03-10 07:01:46 queue INFO 83 [65] -2015-03-10 07:01:46 queue INFO >83 [66] -2015-03-10 07:01:46 sendUrl INFO 83 [65] R:OK -2015-03-10 07:01:47 sendUrl INFO 83 [66] R:OK -2015-03-10 07:02:36 queue INFO >>83 [67] -2015-03-10 07:02:37 sendUrl INFO 83 [67] R:OK -2015-03-10 07:03:26 queue INFO >>83 [68] -2015-03-10 07:03:27 sendUrl INFO 83 [68] R:OK -2015-03-10 07:04:17 queue INFO >>83 [69] -2015-03-10 07:04:17 sendUrl INFO 83 [69] R:OK -2015-03-10 07:05:07 queue INFO >>83 [70] -2015-03-10 07:05:07 sendUrl INFO 83 [70] R:OK -2015-03-10 07:05:57 queue INFO >>83 [71] -2015-03-10 07:05:57 sendUrl INFO 83 [71] R:OK -2015-03-10 07:06:47 queue INFO >>83 [72] -2015-03-10 07:06:47 sendUrl INFO 83 [72] R:OK -2015-03-10 07:07:37 queue INFO >>83 [73] -2015-03-10 07:07:37 sendUrl INFO 83 [73] R:OK -2015-03-10 07:08:27 queue INFO >>83 [74] -2015-03-10 07:08:28 sendUrl INFO 83 [74] R:OK -2015-03-10 07:09:17 queue INFO >>83 [75] -2015-03-10 07:09:17 sendUrl INFO 83 [75] R:OK -2015-03-10 07:09:19 queue INFO 87 [76] -2015-03-10 07:09:19 queue INFO >87 [77] -2015-03-10 07:09:19 sendUrl INFO 87 [76] R:OK -2015-03-10 07:09:19 sendUrl INFO 87 [77] R:OK -2015-03-10 07:09:20 queue INFO 83 [78] -2015-03-10 07:09:20 sendUrl INFO 83 [78] R:OK -2015-03-10 07:09:21 queue INFO >83 [79] -2015-03-10 07:09:21 sendUrl INFO 83 [79] R:OK -2015-03-10 07:10:10 queue INFO >>83 [80] -2015-03-10 07:10:11 sendUrl INFO 83 [80] R:OK -2015-03-10 07:11:01 queue INFO >>83 [81] -2015-03-10 07:11:01 sendUrl INFO 83 [81] R:OK -2015-03-10 07:11:51 queue INFO >>83 [82] -2015-03-10 07:11:51 sendUrl INFO 83 [82] R:OK -2015-03-10 07:12:41 queue INFO >>83 [83] -2015-03-10 07:12:41 sendUrl INFO 83 [83] R:OK -2015-03-10 07:13:31 queue INFO >>83 [84] -2015-03-10 07:13:32 sendUrl INFO 83 [84] R:OK -2015-03-10 07:14:21 queue INFO >>83 [85] -2015-03-10 07:14:21 sendUrl INFO 83 [85] R:OK -2015-03-10 07:15:11 queue INFO >>83 [86] -2015-03-10 07:15:12 sendUrl INFO 83 [86] R:OK -2015-03-10 07:16:01 queue INFO >>83 [87] -2015-03-10 07:16:02 sendUrl INFO 83 [87] R:OK -2015-03-10 07:16:52 queue INFO >>83 [88] -2015-03-10 07:16:52 sendUrl INFO 83 [88] R:OK -2015-03-10 07:16:53 queue INFO 87 [89] -2015-03-10 07:16:53 sendUrl INFO 87 [89] R:OK -2015-03-10 07:16:53 queue INFO >87 [90] -2015-03-10 07:16:53 sendUrl INFO 87 [90] R:OK -2015-03-10 07:16:54 queue INFO 83 [91] -2015-03-10 07:16:55 queue INFO >83 [92] -2015-03-10 07:16:55 sendUrl INFO 83 [91] R:OK -2015-03-10 07:16:55 sendUrl INFO 83 [92] R:OK -2015-03-10 07:17:45 queue INFO >>83 [93] -2015-03-10 07:17:45 sendUrl INFO 83 [93] R:OK -2015-03-10 07:18:35 queue INFO >>83 [94] -2015-03-10 07:18:35 sendUrl INFO 83 [94] R:OK -2015-03-10 07:19:25 queue INFO >>83 [95] -2015-03-10 07:19:25 sendUrl INFO 83 [95] R:OK -2015-03-10 07:20:15 queue INFO >>83 [96] -2015-03-10 07:20:15 sendUrl INFO 83 [96] R:OK -2015-03-10 07:21:05 queue INFO >>83 [97] -2015-03-10 07:21:06 sendUrl INFO 83 [97] R:OK -2015-03-10 07:21:55 queue INFO >>83 [98] -2015-03-10 07:21:56 sendUrl INFO 83 [98] R:OK -2015-03-10 07:22:46 queue INFO >>83 [99] -2015-03-10 07:22:46 sendUrl INFO 83 [99] R:OK -2015-03-10 07:23:36 queue INFO >>83 [100] -2015-03-10 07:23:36 sendUrl INFO 83 [100] R:OK -2015-03-10 07:24:26 queue INFO >>83 [101] -2015-03-10 07:24:26 sendUrl INFO 83 [101] R:OK -2015-03-10 07:24:27 queue INFO C7 [102] -2015-03-10 07:24:27 queue INFO >C7 [103] -2015-03-10 07:24:27 sendUrl INFO C7 [102] R:OK -2015-03-10 07:24:28 sendUrl INFO C7 [103] R:OK -2015-03-10 07:24:29 queue INFO C3 [104] -2015-03-10 07:24:29 queue INFO >C3 [105] -2015-03-10 07:24:29 sendUrl INFO C3 [104] R:OK -2015-03-10 07:24:29 sendUrl INFO C3 [105] R:OK -2015-03-10 07:25:19 queue INFO >>C3 [106] -2015-03-10 07:25:19 sendUrl INFO C3 [106] R:OK -2015-03-10 07:26:09 queue INFO >>C3 [107] -2015-03-10 07:26:09 sendUrl INFO C3 [107] R:OK -2015-03-10 07:26:59 queue INFO >>C3 [108] -2015-03-10 07:26:59 sendUrl INFO C3 [108] R:OK -2015-03-10 07:27:49 queue INFO >>C3 [109] -2015-03-10 07:27:50 sendUrl INFO C3 [109] R:OK -2015-03-10 07:28:39 queue INFO >>C3 [110] -2015-03-10 07:28:40 sendUrl INFO C3 [110] R:OK -2015-03-10 07:29:30 queue INFO >>C3 [111] -2015-03-10 07:29:30 sendUrl INFO C3 [111] R:OK -2015-03-10 07:30:20 queue INFO >>C3 [112] -2015-03-10 07:30:20 sendUrl INFO C3 [112] R:OK -2015-03-10 07:31:10 queue INFO >>C3 [113] -2015-03-10 07:31:10 sendUrl INFO C3 [113] R:OK -2015-03-10 07:32:00 queue INFO >>C3 [114] -2015-03-10 07:32:00 sendUrl INFO C3 [114] R:OK -2015-03-10 07:32:12 queue INFO 83 [115] -2015-03-10 07:32:12 queue INFO >83 [116] -2015-03-10 07:32:13 sendUrl INFO 83 [115] R:OK -2015-03-10 07:32:13 queue INFO 87 [117] -2015-03-10 07:32:13 sendUrl INFO 83 [116] R:OK -2015-03-10 07:32:13 queue INFO >87 [118] -2015-03-10 07:32:14 sendUrl INFO 87 [117] R:OK -2015-03-10 07:32:14 sendUrl INFO 87 [118] R:OK -2015-03-10 07:32:14 queue INFO 83 [119] -2015-03-10 07:32:15 queue INFO >83 [120] -2015-03-10 07:32:15 sendUrl INFO 83 [119] R:OK -2015-03-10 07:32:16 sendUrl INFO 83 [120] R:OK -2015-03-10 07:33:05 queue INFO >>83 [121] -2015-03-10 07:33:05 sendUrl INFO 83 [121] R:OK -2015-03-10 07:33:55 queue INFO >>83 [122] -2015-03-10 07:33:55 sendUrl INFO 83 [122] R:OK -2015-03-10 07:34:45 queue INFO >>83 [123] -2015-03-10 07:34:45 sendUrl INFO 83 [123] R:OK -2015-03-10 07:35:35 queue INFO >>83 [124] -2015-03-10 07:35:35 sendUrl INFO 83 [124] R:OK -2015-03-10 07:36:25 queue INFO >>83 [125] -2015-03-10 07:36:26 sendUrl INFO 83 [125] R:OK -2015-03-10 07:37:15 queue INFO >>83 [126] -2015-03-10 07:37:16 sendUrl INFO 83 [126] R:OK -2015-03-10 07:38:06 queue INFO >>83 [127] -2015-03-10 07:38:06 sendUrl INFO 83 [127] R:OK -2015-03-10 07:38:56 queue INFO >>83 [128] -2015-03-10 07:38:56 sendUrl INFO 83 [128] R:OK -2015-03-10 07:39:46 queue INFO >>83 [129] -2015-03-10 07:39:46 sendUrl INFO 83 [129] R:OK -2015-03-10 07:39:51 queue INFO 87 [130] -2015-03-10 07:39:51 queue INFO >87 [131] -2015-03-10 07:39:51 sendUrl INFO 87 [130] R:OK -2015-03-10 07:39:52 sendUrl INFO 87 [131] R:OK -2015-03-10 07:39:52 queue INFO 83 [132] -2015-03-10 07:39:53 sendUrl INFO 83 [132] R:OK -2015-03-10 07:39:53 queue INFO >83 [133] -2015-03-10 07:39:53 sendUrl INFO 83 [133] R:OK -2015-03-10 07:40:43 queue INFO >>83 [134] -2015-03-10 07:40:43 sendUrl INFO 83 [134] R:OK -2015-03-10 07:41:33 queue INFO >>83 [135] -2015-03-10 07:41:33 sendUrl INFO 83 [135] R:OK -2015-03-10 07:42:23 queue INFO >>83 [136] -2015-03-10 07:42:23 sendUrl INFO 83 [136] R:OK -2015-03-10 07:43:13 queue INFO >>83 [137] -2015-03-10 07:43:13 sendUrl INFO 83 [137] R:OK -2015-03-10 07:44:03 queue INFO >>83 [138] -2015-03-10 07:44:04 sendUrl INFO 83 [138] R:OK -2015-03-10 07:44:53 queue INFO >>83 [139] -2015-03-10 07:44:54 sendUrl INFO 83 [139] R:OK -2015-03-10 07:45:44 queue INFO >>83 [140] -2015-03-10 07:45:44 sendUrl INFO 83 [140] R:OK -2015-03-10 07:46:34 queue INFO >>83 [141] -2015-03-10 07:46:34 sendUrl INFO 83 [141] R:OK -2015-03-10 07:47:24 queue INFO >>83 [142] -2015-03-10 07:47:24 sendUrl INFO 83 [142] R:OK -2015-03-10 07:47:25 queue INFO 87 [143] -2015-03-10 07:47:25 queue INFO >87 [144] -2015-03-10 07:47:26 sendUrl INFO 87 [143] R:OK -2015-03-10 07:47:26 sendUrl INFO 87 [144] R:OK -2015-03-10 07:47:27 queue INFO 83 [145] -2015-03-10 07:47:27 queue INFO >83 [146] -2015-03-10 07:47:27 sendUrl INFO 83 [145] R:OK -2015-03-10 07:47:28 sendUrl INFO 83 [146] R:OK -2015-03-10 07:48:17 queue INFO >>83 [147] -2015-03-10 07:48:17 sendUrl INFO 83 [147] R:OK -2015-03-10 07:49:07 queue INFO >>83 [148] -2015-03-10 07:49:07 sendUrl INFO 83 [148] R:OK -2015-03-10 07:49:57 queue INFO >>83 [149] -2015-03-10 07:49:58 sendUrl INFO 83 [149] R:OK -2015-03-10 07:50:47 queue INFO >>83 [150] -2015-03-10 07:50:47 sendUrl INFO 83 [150] R:OK -2015-03-10 07:51:37 queue INFO >>83 [151] -2015-03-10 07:51:38 sendUrl INFO 83 [151] R:OK -2015-03-10 07:52:28 queue INFO >>83 [152] -2015-03-10 07:52:28 sendUrl INFO 83 [152] R:OK -2015-03-10 07:53:18 queue INFO >>83 [153] -2015-03-10 07:53:18 sendUrl INFO 83 [153] R:OK -2015-03-10 07:54:08 queue INFO >>83 [154] -2015-03-10 07:54:08 sendUrl INFO 83 [154] R:OK -2015-03-10 07:54:58 queue INFO >>83 [155] -2015-03-10 07:54:59 sendUrl INFO 83 [155] R:OK -2015-03-10 07:54:59 queue INFO 87 [156] -2015-03-10 07:55:00 sendUrl INFO 87 [156] R:OK -2015-03-10 07:55:00 queue INFO >87 [157] -2015-03-10 07:55:00 sendUrl INFO 87 [157] R:OK -2015-03-10 07:55:01 queue INFO 83 [158] -2015-03-10 07:55:01 queue INFO >83 [159] -2015-03-10 07:55:02 sendUrl INFO 83 [158] R:OK -2015-03-10 07:55:02 sendUrl INFO 83 [159] R:OK -2015-03-10 07:55:51 queue INFO >>83 [160] -2015-03-10 07:55:51 sendUrl INFO 83 [160] R:OK -2015-03-10 07:56:41 queue INFO >>83 [161] -2015-03-10 07:56:42 sendUrl INFO 83 [161] R:OK -2015-03-10 07:57:31 queue INFO >>83 [162] -2015-03-10 07:57:32 sendUrl INFO 83 [162] R:OK -2015-03-10 07:58:22 queue INFO >>83 [163] -2015-03-10 07:58:22 sendUrl INFO 83 [163] R:OK -2015-03-10 07:59:12 queue INFO >>83 [164] -2015-03-10 07:59:12 sendUrl INFO 83 [164] R:OK -2015-03-10 08:00:02 queue INFO >>83 [165] -2015-03-10 08:00:02 sendUrl INFO 83 [165] R:OK -2015-03-10 08:00:52 queue INFO >>83 [166] -2015-03-10 08:00:52 sendUrl INFO 83 [166] R:OK -2015-03-10 08:01:42 queue INFO >>83 [167] -2015-03-10 08:01:43 sendUrl INFO 83 [167] R:OK -2015-03-10 08:02:32 queue INFO >>83 [168] -2015-03-10 08:02:33 sendUrl INFO 83 [168] R:OK -2015-03-10 08:02:34 queue INFO 87 [169] -2015-03-10 08:02:34 queue INFO >87 [170] -2015-03-10 08:02:34 sendUrl INFO 87 [169] R:OK -2015-03-10 08:02:35 sendUrl INFO 87 [170] R:OK -2015-03-10 08:02:35 queue INFO 83 [171] -2015-03-10 08:02:35 queue INFO >83 [172] -2015-03-10 08:02:36 sendUrl INFO 83 [171] R:OK -2015-03-10 08:02:36 sendUrl INFO 83 [172] R:OK -2015-03-10 08:03:25 queue INFO >>83 [173] -2015-03-10 08:03:26 sendUrl INFO 83 [173] R:OK -2015-03-10 08:04:16 queue INFO >>83 [174] -2015-03-10 08:04:16 sendUrl INFO 83 [174] R:OK -2015-03-10 08:05:06 queue INFO >>83 [175] -2015-03-10 08:05:06 sendUrl INFO 83 [175] R:OK -2015-03-10 08:05:56 queue INFO >>83 [176] -2015-03-10 08:05:56 sendUrl INFO 83 [176] R:OK -2015-03-10 08:06:46 queue INFO >>83 [177] -2015-03-10 08:06:46 sendUrl INFO 83 [177] R:OK -2015-03-10 08:07:36 queue INFO >>83 [178] -2015-03-10 08:07:37 sendUrl INFO 83 [178] R:OK -2015-03-10 08:08:26 queue INFO >>83 [179] -2015-03-10 08:08:26 sendUrl INFO 83 [179] R:OK -2015-03-10 08:09:16 queue INFO >>83 [180] -2015-03-10 08:09:17 sendUrl INFO 83 [180] R:OK -2015-03-10 08:10:07 queue INFO >>83 [181] -2015-03-10 08:10:07 sendUrl INFO 83 [181] R:OK -2015-03-10 08:10:20 queue INFO C7 [182] -2015-03-10 08:10:20 sendUrl INFO C7 [182] R:OK -2015-03-10 08:10:20 queue INFO >C7 [183] -2015-03-10 08:10:20 sendUrl INFO C7 [183] R:OK -2015-03-10 08:10:21 queue INFO C3 [184] -2015-03-10 08:10:21 queue INFO >C3 [185] -2015-03-10 08:10:22 sendUrl INFO C3 [184] R:OK -2015-03-10 08:10:22 sendUrl INFO C3 [185] R:OK -2015-03-10 08:11:11 queue INFO >>C3 [186] -2015-03-10 08:11:11 sendUrl INFO C3 [186] R:OK -2015-03-10 08:12:01 queue INFO >>C3 [187] -2015-03-10 08:12:02 sendUrl INFO C3 [187] R:OK -2015-03-10 08:12:52 queue INFO >>C3 [188] -2015-03-10 08:12:52 sendUrl INFO C3 [188] R:OK -2015-03-10 08:13:42 queue INFO >>C3 [189] -2015-03-10 08:13:42 sendUrl INFO C3 [189] R:OK -2015-03-10 08:14:32 queue INFO >>C3 [190] -2015-03-10 08:14:32 sendUrl INFO C3 [190] R:OK -2015-03-10 08:15:22 queue INFO >>C3 [191] -2015-03-10 08:15:22 sendUrl INFO C3 [191] R:OK -2015-03-10 08:16:12 queue INFO >>C3 [192] -2015-03-10 08:16:12 sendUrl INFO C3 [192] R:OK -2015-03-10 08:17:02 queue INFO >>C3 [193] -2015-03-10 08:17:03 sendUrl INFO C3 [193] R:OK -2015-03-10 08:17:12 queue INFO C1 [194] -2015-03-10 08:17:12 queue INFO >C1 [195] -2015-03-10 08:17:12 sendUrl INFO C1 [194] R:OK -2015-03-10 08:17:13 sendUrl INFO C1 [195] R:OK -2015-03-10 08:18:01 queue INFO D1 [196] -2015-03-10 08:18:02 queue INFO D9 [197] -2015-03-10 08:18:02 sendUrl INFO D1 [196] R:OK -2015-03-10 08:18:02 queue INFO >D9 [198] -2015-03-10 08:18:02 sendUrl INFO D9 [197] R:OK -2015-03-10 08:18:03 sendUrl INFO D9 [198] R:OK -2015-03-10 08:18:52 queue INFO >>D9 [199] -2015-03-10 08:18:52 sendUrl INFO D9 [199] R:OK -2015-03-10 08:19:42 queue INFO >>D9 [200] -2015-03-10 08:19:42 sendUrl INFO D9 [200] R:OK -2015-03-10 08:20:32 queue INFO >>D9 [201] -2015-03-10 08:20:33 sendUrl INFO D9 [201] R:OK -2015-03-10 08:21:22 queue INFO >>D9 [202] -2015-03-10 08:21:23 sendUrl INFO D9 [202] R:OK -2015-03-10 08:22:12 queue INFO >>D9 [203] -2015-03-10 08:22:13 sendUrl INFO D9 [203] R:OK -2015-03-10 08:23:03 queue INFO >>D9 [204] -2015-03-10 08:23:03 sendUrl INFO D9 [204] R:OK -2015-03-10 08:23:53 queue INFO >>D9 [205] -2015-03-10 08:23:53 sendUrl INFO D9 [205] R:OK -2015-03-10 08:24:43 queue INFO >>D9 [206] -2015-03-10 08:24:43 sendUrl INFO D9 [206] R:OK -2015-03-10 08:25:00 queue INFO C9 [207] -2015-03-10 08:25:00 queue INFO >C9 [208] -2015-03-10 08:25:00 sendUrl INFO C9 [207] R:OK -2015-03-10 08:25:01 sendUrl INFO C9 [208] R:OK -2015-03-10 08:25:05 queue INFO C1 [209] -2015-03-10 08:25:05 queue INFO >C1 [210] -2015-03-10 08:25:06 sendUrl INFO C1 [209] R:OK -2015-03-10 08:25:06 sendUrl INFO C1 [210] R:OK -2015-03-10 08:25:49 queue INFO C3 [211] -2015-03-10 08:25:49 sendUrl INFO C3 [211] R:OK -2015-03-10 08:25:49 queue INFO >C3 [212] -2015-03-10 08:25:49 sendUrl INFO C3 [212] R:OK -2015-03-10 08:26:29 queue INFO 83 [213] -2015-03-10 08:26:30 sendUrl INFO 83 [213] R:OK -2015-03-10 08:26:30 queue INFO >83 [214] -2015-03-10 08:26:30 sendUrl INFO 83 [214] R:OK -2015-03-10 08:26:30 queue INFO 87 [215] -2015-03-10 08:26:30 queue INFO >87 [216] -2015-03-10 08:26:31 sendUrl INFO 87 [215] R:OK -2015-03-10 08:26:31 sendUrl INFO 87 [216] R:OK -2015-03-10 08:26:32 queue INFO 83 [217] -2015-03-10 08:26:32 queue INFO >83 [218] -2015-03-10 08:26:32 sendUrl INFO 83 [217] R:OK -2015-03-10 08:26:33 sendUrl INFO 83 [218] R:OK -2015-03-10 08:27:22 queue INFO >>83 [219] -2015-03-10 08:27:22 sendUrl INFO 83 [219] R:OK -2015-03-10 08:28:12 queue INFO >>83 [220] -2015-03-10 08:28:12 sendUrl INFO 83 [220] R:OK -2015-03-10 08:29:02 queue INFO >>83 [221] -2015-03-10 08:29:03 sendUrl INFO 83 [221] R:OK -2015-03-10 08:29:52 queue INFO >>83 [222] -2015-03-10 08:29:53 sendUrl INFO 83 [222] R:OK -2015-03-10 08:30:43 queue INFO >>83 [223] -2015-03-10 08:30:43 sendUrl INFO 83 [223] R:OK -2015-03-10 08:31:33 queue INFO >>83 [224] -2015-03-10 08:31:33 sendUrl INFO 83 [224] R:OK -2015-03-10 08:32:23 queue INFO >>83 [225] -2015-03-10 08:32:23 sendUrl INFO 83 [225] R:OK -2015-03-10 08:33:13 queue INFO >>83 [226] -2015-03-10 08:33:13 sendUrl INFO 83 [226] R:OK -2015-03-10 08:34:03 queue INFO >>83 [227] -2015-03-10 08:34:04 sendUrl INFO 83 [227] R:OK -2015-03-10 08:34:04 queue INFO 87 [228] -2015-03-10 08:34:05 sendUrl INFO 87 [228] R:OK -2015-03-10 08:34:05 queue INFO >87 [229] -2015-03-10 08:34:05 sendUrl INFO 87 [229] R:OK -2015-03-10 08:34:06 queue INFO 83 [230] -2015-03-10 08:34:06 queue INFO >83 [231] -2015-03-10 08:34:07 sendUrl INFO 83 [230] R:OK -2015-03-10 08:34:07 sendUrl INFO 83 [231] R:OK -2015-03-10 08:34:56 queue INFO >>83 [232] -2015-03-10 08:34:57 sendUrl INFO 83 [232] R:OK -2015-03-10 08:35:47 queue INFO >>83 [233] -2015-03-10 08:35:47 sendUrl INFO 83 [233] R:OK -2015-03-10 08:36:37 queue INFO >>83 [234] -2015-03-10 08:36:37 sendUrl INFO 83 [234] R:OK -2015-03-10 08:37:27 queue INFO >>83 [235] -2015-03-10 08:37:27 sendUrl INFO 83 [235] R:OK -2015-03-10 08:38:17 queue INFO >>83 [236] -2015-03-10 08:38:17 sendUrl INFO 83 [236] R:OK -2015-03-10 08:39:07 queue INFO >>83 [237] -2015-03-10 08:39:08 sendUrl INFO 83 [237] R:OK -2015-03-10 08:39:57 queue INFO >>83 [238] -2015-03-10 08:39:57 sendUrl INFO 83 [238] R:OK -2015-03-10 08:40:47 queue INFO >>83 [239] -2015-03-10 08:40:48 sendUrl INFO 83 [239] R:OK -2015-03-10 08:41:38 queue INFO >>83 [240] -2015-03-10 08:41:38 sendUrl INFO 83 [240] R:OK -2015-03-10 08:41:39 queue INFO 87 [241] -2015-03-10 08:41:39 queue INFO >87 [242] -2015-03-10 08:41:39 sendUrl INFO 87 [241] R:OK -2015-03-10 08:41:40 sendUrl INFO 87 [242] R:OK -2015-03-10 08:41:40 queue INFO 83 [243] -2015-03-10 08:41:41 queue INFO >83 [244] -2015-03-10 08:41:41 sendUrl INFO 83 [243] R:OK -2015-03-10 08:41:41 sendUrl INFO 83 [244] R:OK -2015-03-10 08:42:31 queue INFO >>83 [245] -2015-03-10 08:42:31 sendUrl INFO 83 [245] R:OK -2015-03-10 08:43:21 queue INFO >>83 [246] -2015-03-10 08:43:21 sendUrl INFO 83 [246] R:OK -2015-03-10 08:44:11 queue INFO >>83 [247] -2015-03-10 08:44:11 sendUrl INFO 83 [247] R:OK -2015-03-10 08:45:01 queue INFO >>83 [248] -2015-03-10 08:45:01 sendUrl INFO 83 [248] R:OK -2015-03-10 08:45:51 queue INFO >>83 [249] -2015-03-10 08:45:51 sendUrl INFO 83 [249] R:OK -2015-03-10 08:46:41 queue INFO >>83 [250] -2015-03-10 08:46:42 sendUrl INFO 83 [250] R:OK -2015-03-10 08:47:31 queue INFO >>83 [251] -2015-03-10 08:47:31 sendUrl INFO 83 [251] R:OK -2015-03-10 08:48:21 queue INFO >>83 [252] -2015-03-10 08:48:22 sendUrl INFO 83 [252] R:OK -2015-03-10 08:49:12 queue INFO >>83 [253] -2015-03-10 08:49:12 sendUrl INFO 83 [253] R:OK -2015-03-10 08:49:13 queue INFO 87 [254] -2015-03-10 08:49:13 sendUrl INFO 87 [254] R:OK -2015-03-10 08:49:13 queue INFO >87 [255] -2015-03-10 08:49:14 sendUrl INFO 87 [255] R:OK -2015-03-10 08:49:15 queue INFO 83 [256] -2015-03-10 08:49:15 queue INFO >83 [257] -2015-03-10 08:49:15 sendUrl INFO 83 [256] R:OK -2015-03-10 08:49:16 sendUrl INFO 83 [257] R:OK -2015-03-10 08:50:05 queue INFO >>83 [258] -2015-03-10 08:50:05 sendUrl INFO 83 [258] R:OK -2015-03-10 08:50:55 queue INFO >>83 [259] -2015-03-10 08:50:55 sendUrl INFO 83 [259] R:OK -2015-03-10 08:51:45 queue INFO >>83 [260] -2015-03-10 08:51:46 sendUrl INFO 83 [260] R:OK -2015-03-10 08:52:35 queue INFO >>83 [261] -2015-03-10 08:52:35 sendUrl INFO 83 [261] R:OK -2015-03-10 08:53:25 queue INFO >>83 [262] -2015-03-10 08:53:26 sendUrl INFO 83 [262] R:OK -2015-03-10 08:54:16 queue INFO >>83 [263] -2015-03-10 08:54:16 sendUrl INFO 83 [263] R:OK -2015-03-10 08:55:06 queue INFO >>83 [264] -2015-03-10 08:55:06 sendUrl INFO 83 [264] R:OK -2015-03-10 08:55:56 queue INFO >>83 [265] -2015-03-10 08:55:56 sendUrl INFO 83 [265] R:OK -2015-03-10 08:56:46 queue INFO >>83 [266] -2015-03-10 08:56:46 sendUrl INFO 83 [266] R:OK -2015-03-10 08:56:47 queue INFO C7 [267] -2015-03-10 08:56:47 queue INFO >C7 [268] -2015-03-10 08:56:48 sendUrl INFO C7 [267] R:OK -2015-03-10 08:56:48 sendUrl INFO C7 [268] R:OK -2015-03-10 08:56:49 queue INFO C3 [269] -2015-03-10 08:56:49 queue INFO >C3 [270] -2015-03-10 08:56:49 sendUrl INFO C3 [269] R:OK -2015-03-10 08:56:50 sendUrl INFO C3 [270] R:OK -2015-03-10 08:57:39 queue INFO >>C3 [271] -2015-03-10 08:57:39 sendUrl INFO C3 [271] R:OK -2015-03-10 08:58:29 queue INFO >>C3 [272] -2015-03-10 08:58:29 sendUrl INFO C3 [272] R:OK -2015-03-10 08:59:19 queue INFO >>C3 [273] -2015-03-10 08:59:20 sendUrl INFO C3 [273] R:OK -2015-03-10 09:00:09 queue INFO >>C3 [274] -2015-03-10 09:00:10 sendUrl INFO C3 [274] R:OK -2015-03-10 09:01:00 queue INFO >>C3 [275] -2015-03-10 09:01:00 sendUrl INFO C3 [275] R:OK -2015-03-10 09:01:50 queue INFO >>C3 [276] -2015-03-10 09:01:50 sendUrl INFO C3 [276] R:OK -2015-03-10 09:02:40 queue INFO >>C3 [277] -2015-03-10 09:02:40 sendUrl INFO C3 [277] R:OK -2015-03-10 09:03:30 queue INFO >>C3 [278] -2015-03-10 09:03:30 sendUrl INFO C3 [278] R:OK -2015-03-10 09:04:20 queue INFO >>C3 [279] -2015-03-10 09:04:21 sendUrl INFO C3 [279] R:OK -2015-03-10 09:04:32 queue INFO 83 [280] -2015-03-10 09:04:32 queue INFO >83 [281] -2015-03-10 09:04:33 sendUrl INFO 83 [280] R:OK -2015-03-10 09:04:33 queue INFO 87 [282] -2015-03-10 09:04:33 sendUrl INFO 83 [281] R:OK -2015-03-10 09:04:33 queue INFO >87 [283] -2015-03-10 09:04:34 sendUrl INFO 87 [282] R:OK -2015-03-10 09:04:34 sendUrl INFO 87 [283] R:OK -2015-03-10 09:04:35 queue INFO 83 [284] -2015-03-10 09:04:35 sendUrl INFO 83 [284] R:OK -2015-03-10 09:04:35 queue INFO >83 [285] -2015-03-10 09:04:35 sendUrl INFO 83 [285] R:OK -2015-03-10 09:05:25 queue INFO >>83 [286] -2015-03-10 09:05:25 sendUrl INFO 83 [286] R:OK -2015-03-10 09:06:15 queue INFO >>83 [287] -2015-03-10 09:06:15 sendUrl INFO 83 [287] R:OK -2015-03-10 09:07:05 queue INFO >>83 [288] -2015-03-10 09:07:05 sendUrl INFO 83 [288] R:OK -2015-03-10 09:07:55 queue INFO >>83 [289] -2015-03-10 09:07:56 sendUrl INFO 83 [289] R:OK -2015-03-10 09:08:21 queue INFO 81 [290] -2015-03-10 09:08:21 sendUrl INFO 81 [290] R:OK -2015-03-10 09:08:21 queue INFO >81 [291] -2015-03-10 09:08:22 sendUrl INFO 81 [291] R:OK -2015-03-10 09:08:38 queue INFO 83 [292] -2015-03-10 09:08:38 queue INFO >83 [293] -2015-03-10 09:08:38 sendUrl INFO 83 [292] R:OK -2015-03-10 09:08:39 sendUrl INFO 83 [293] R:OK -2015-03-10 09:09:28 queue INFO >>83 [294] -2015-03-10 09:09:29 sendUrl INFO 83 [294] R:OK -2015-03-10 09:10:18 queue INFO >>83 [295] -2015-03-10 09:10:18 sendUrl INFO 83 [295] R:OK -2015-03-10 09:11:08 queue INFO >>83 [296] -2015-03-10 09:11:09 sendUrl INFO 83 [296] R:OK -2015-03-10 09:11:59 queue INFO >>83 [297] -2015-03-10 09:11:59 sendUrl INFO 83 [297] R:OK -2015-03-10 09:12:11 queue INFO 87 [298] -2015-03-10 09:12:11 queue INFO >87 [299] -2015-03-10 09:12:11 sendUrl INFO 87 [298] R:OK -2015-03-10 09:12:12 sendUrl INFO 87 [299] R:OK -2015-03-10 09:12:12 queue INFO 83 [300] -2015-03-10 09:12:13 queue INFO >83 [301] -2015-03-10 09:12:13 sendUrl INFO 83 [300] R:OK -2015-03-10 09:12:13 sendUrl INFO 83 [301] R:OK -2015-03-10 09:13:03 queue INFO >>83 [302] -2015-03-10 09:13:03 sendUrl INFO 83 [302] R:OK -2015-03-10 09:13:53 queue INFO >>83 [303] -2015-03-10 09:13:53 sendUrl INFO 83 [303] R:OK -2015-03-10 09:14:43 queue INFO >>83 [304] -2015-03-10 09:14:43 sendUrl INFO 83 [304] R:OK -2015-03-10 09:15:33 queue INFO >>83 [305] -2015-03-10 09:15:34 sendUrl INFO 83 [305] R:OK -2015-03-10 09:16:23 queue INFO >>83 [306] -2015-03-10 09:16:23 sendUrl INFO 83 [306] R:OK -2015-03-10 09:17:13 queue INFO >>83 [307] -2015-03-10 09:17:14 sendUrl INFO 83 [307] R:OK -2015-03-10 09:18:03 queue INFO >>83 [308] -2015-03-10 09:18:04 sendUrl INFO 83 [308] R:OK -2015-03-10 09:18:54 queue INFO >>83 [309] -2015-03-10 09:18:54 sendUrl INFO 83 [309] R:OK -2015-03-10 09:19:44 queue INFO >>83 [310] -2015-03-10 09:19:44 sendUrl INFO 83 [310] R:OK -2015-03-10 09:19:45 queue INFO 87 [311] -2015-03-10 09:19:45 queue INFO >87 [312] -2015-03-10 09:19:46 sendUrl INFO 87 [311] R:OK -2015-03-10 09:19:46 sendUrl INFO 87 [312] R:OK -2015-03-10 09:19:47 queue INFO 83 [313] -2015-03-10 09:19:47 queue INFO >83 [314] -2015-03-10 09:19:47 sendUrl INFO 83 [313] R:OK -2015-03-10 09:19:48 sendUrl INFO 83 [314] R:OK -2015-03-10 09:20:37 queue INFO >>83 [315] -2015-03-10 09:20:37 sendUrl INFO 83 [315] R:OK -2015-03-10 09:21:27 queue INFO >>83 [316] -2015-03-10 09:21:27 sendUrl INFO 83 [316] R:OK -2015-03-10 09:22:17 queue INFO >>83 [317] -2015-03-10 09:22:18 sendUrl INFO 83 [317] R:OK -2015-03-10 09:23:07 queue INFO >>83 [318] -2015-03-10 09:23:08 sendUrl INFO 83 [318] R:OK -2015-03-10 09:23:58 queue INFO >>83 [319] -2015-03-10 09:23:58 sendUrl INFO 83 [319] R:OK -2015-03-10 09:24:48 queue INFO >>83 [320] -2015-03-10 09:24:48 sendUrl INFO 83 [320] R:OK -2015-03-10 09:25:38 queue INFO >>83 [321] -2015-03-10 09:25:38 sendUrl INFO 83 [321] R:OK -2015-03-10 09:26:28 queue INFO >>83 [322] -2015-03-10 09:26:28 sendUrl INFO 83 [322] R:OK -2015-03-10 09:27:18 queue INFO >>83 [323] -2015-03-10 09:27:18 sendUrl INFO 83 [323] R:OK -2015-03-10 09:27:19 queue INFO 87 [324] -2015-03-10 09:27:20 queue INFO >87 [325] -2015-03-10 09:27:20 sendUrl INFO 87 [324] R:OK -2015-03-10 09:27:20 sendUrl INFO 87 [325] R:OK -2015-03-10 09:27:21 queue INFO 83 [326] -2015-03-10 09:27:21 queue INFO >83 [327] -2015-03-10 09:27:21 sendUrl INFO 83 [326] R:OK -2015-03-10 09:27:22 sendUrl INFO 83 [327] R:OK -2015-03-10 09:28:11 queue INFO >>83 [328] -2015-03-10 09:28:12 sendUrl INFO 83 [328] R:OK -2015-03-10 09:29:01 queue INFO >>83 [329] -2015-03-10 09:29:01 sendUrl INFO 83 [329] R:OK -2015-03-10 09:29:51 queue INFO >>83 [330] -2015-03-10 09:29:52 sendUrl INFO 83 [330] R:OK -2015-03-10 09:30:42 queue INFO >>83 [331] -2015-03-10 09:30:42 sendUrl INFO 83 [331] R:OK -2015-03-10 09:31:32 queue INFO >>83 [332] -2015-03-10 09:31:32 sendUrl INFO 83 [332] R:OK -2015-03-10 09:32:22 queue INFO >>83 [333] -2015-03-10 09:32:22 sendUrl INFO 83 [333] R:OK -2015-03-10 09:33:12 queue INFO >>83 [334] -2015-03-10 09:33:13 sendUrl INFO 83 [334] R:OK -2015-03-10 09:34:02 queue INFO >>83 [335] -2015-03-10 09:34:02 sendUrl INFO 83 [335] R:OK -2015-03-10 09:34:52 queue INFO >>83 [336] -2015-03-10 09:34:53 sendUrl INFO 83 [336] R:OK -2015-03-10 09:34:54 queue INFO 87 [337] -2015-03-10 09:34:54 queue INFO >87 [338] -2015-03-10 09:34:54 sendUrl INFO 87 [337] R:OK -2015-03-10 09:34:55 sendUrl INFO 87 [338] R:OK -2015-03-10 09:34:55 queue INFO 83 [339] -2015-03-10 09:34:55 queue INFO >83 [340] -2015-03-10 09:34:56 sendUrl INFO 83 [339] R:OK -2015-03-10 09:34:56 sendUrl INFO 83 [340] R:OK -2015-03-10 09:35:45 queue INFO >>83 [341] -2015-03-10 09:35:46 sendUrl INFO 83 [341] R:OK -2015-03-10 09:36:35 queue INFO >>83 [342] -2015-03-10 09:36:36 sendUrl INFO 83 [342] R:OK -2015-03-10 09:37:26 queue INFO >>83 [343] -2015-03-10 09:37:26 sendUrl INFO 83 [343] R:OK -2015-03-10 09:38:16 queue INFO >>83 [344] -2015-03-10 09:38:16 sendUrl INFO 83 [344] R:OK -2015-03-10 09:39:06 queue INFO >>83 [345] -2015-03-10 09:39:06 sendUrl INFO 83 [345] R:OK -2015-03-10 09:39:56 queue INFO >>83 [346] -2015-03-10 09:39:56 sendUrl INFO 83 [346] R:OK -2015-03-10 09:40:46 queue INFO >>83 [347] -2015-03-10 09:40:47 sendUrl INFO 83 [347] R:OK -2015-03-10 09:41:36 queue INFO >>83 [348] -2015-03-10 09:41:37 sendUrl INFO 83 [348] R:OK -2015-03-10 09:42:27 queue INFO >>83 [349] -2015-03-10 09:42:27 sendUrl INFO 83 [349] R:OK -2015-03-10 09:42:40 queue INFO C7 [350] -2015-03-10 09:42:40 queue INFO >C7 [351] -2015-03-10 09:42:40 sendUrl INFO C7 [350] R:OK -2015-03-10 09:42:40 sendUrl INFO C7 [351] R:OK -2015-03-10 09:42:41 queue INFO C3 [352] -2015-03-10 09:42:41 sendUrl INFO C3 [352] R:OK -2015-03-10 09:42:41 queue INFO >C3 [353] -2015-03-10 09:42:42 sendUrl INFO C3 [353] R:OK -2015-03-10 09:43:31 queue INFO >>C3 [354] -2015-03-10 09:43:32 sendUrl INFO C3 [354] R:OK -2015-03-10 09:44:22 queue INFO >>C3 [355] -2015-03-10 09:44:22 sendUrl INFO C3 [355] R:OK -2015-03-10 09:45:12 queue INFO >>C3 [356] -2015-03-10 09:45:12 sendUrl INFO C3 [356] R:OK -2015-03-10 09:46:02 queue INFO >>C3 [357] -2015-03-10 09:46:02 sendUrl INFO C3 [357] R:OK -2015-03-10 09:46:52 queue INFO >>C3 [358] -2015-03-10 09:46:52 sendUrl INFO C3 [358] R:OK -2015-03-10 09:47:42 queue INFO >>C3 [359] -2015-03-10 09:47:42 sendUrl INFO C3 [359] R:OK -2015-03-10 09:48:32 queue INFO >>C3 [360] -2015-03-10 09:48:33 sendUrl INFO C3 [360] R:OK -2015-03-10 09:49:22 queue INFO >>C3 [361] -2015-03-10 09:49:23 sendUrl INFO C3 [361] R:OK -2015-03-10 09:50:13 queue INFO >>C3 [362] -2015-03-10 09:50:13 sendUrl INFO C3 [362] R:OK -2015-03-10 09:50:13 queue INFO 83 [363] -2015-03-10 09:50:13 queue INFO >83 [364] -2015-03-10 09:50:13 sendUrl INFO 83 [363] R:OK -2015-03-10 09:50:14 sendUrl INFO 83 [364] R:OK -2015-03-10 09:50:14 queue INFO 87 [365] -2015-03-10 09:50:14 queue INFO >87 [366] -2015-03-10 09:50:14 sendUrl INFO 87 [365] R:OK -2015-03-10 09:50:15 sendUrl INFO 87 [366] R:OK -2015-03-10 09:50:15 queue INFO 83 [367] -2015-03-10 09:50:16 queue INFO >83 [368] -2015-03-10 09:50:16 sendUrl INFO 83 [367] R:OK -2015-03-10 09:50:16 sendUrl INFO 83 [368] R:OK -2015-03-10 09:51:06 queue INFO >>83 [369] -2015-03-10 09:51:06 sendUrl INFO 83 [369] R:OK -2015-03-10 09:51:56 queue INFO >>83 [370] -2015-03-10 09:51:56 sendUrl INFO 83 [370] R:OK -2015-03-10 09:52:46 queue INFO >>83 [371] -2015-03-10 09:52:46 sendUrl INFO 83 [371] R:OK -2015-03-10 09:53:36 queue INFO >>83 [372] -2015-03-10 09:53:36 sendUrl INFO 83 [372] R:OK -2015-03-10 09:54:26 queue INFO >>83 [373] -2015-03-10 09:54:26 sendUrl INFO 83 [373] R:OK -2015-03-10 09:55:16 queue INFO >>83 [374] -2015-03-10 09:55:17 sendUrl INFO 83 [374] R:OK -2015-03-10 09:56:06 queue INFO >>83 [375] -2015-03-10 09:56:07 sendUrl INFO 83 [375] R:OK -2015-03-10 09:56:57 queue INFO >>83 [376] -2015-03-10 09:56:57 sendUrl INFO 83 [376] R:OK -2015-03-10 09:57:47 queue INFO >>83 [377] -2015-03-10 09:57:47 sendUrl INFO 83 [377] R:OK -2015-03-10 09:57:52 queue INFO 87 [378] -2015-03-10 09:57:52 queue INFO >87 [379] -2015-03-10 09:57:52 sendUrl INFO 87 [378] R:OK -2015-03-10 09:57:52 sendUrl INFO 87 [379] R:OK -2015-03-10 09:57:53 queue INFO 83 [380] -2015-03-10 09:57:53 sendUrl INFO 83 [380] R:OK -2015-03-10 09:57:53 queue INFO >83 [381] -2015-03-10 09:57:54 sendUrl INFO 83 [381] R:OK -2015-03-10 09:58:43 queue INFO >>83 [382] -2015-03-10 09:58:44 sendUrl INFO 83 [382] R:OK -2015-03-10 09:59:34 queue INFO >>83 [383] -2015-03-10 09:59:34 sendUrl INFO 83 [383] R:OK -2015-03-10 10:00:24 queue INFO >>83 [384] -2015-03-10 10:00:24 sendUrl INFO 83 [384] R:OK -2015-03-10 10:01:14 queue INFO >>83 [385] -2015-03-10 10:01:14 sendUrl INFO 83 [385] R:OK -2015-03-10 10:02:04 queue INFO >>83 [386] -2015-03-10 10:02:04 sendUrl INFO 83 [386] R:OK -2015-03-10 10:02:54 queue INFO >>83 [387] -2015-03-10 10:02:54 sendUrl INFO 83 [387] R:OK -2015-03-10 10:03:44 queue INFO >>83 [388] -2015-03-10 10:03:45 sendUrl INFO 83 [388] R:OK -2015-03-10 10:04:34 queue INFO >>83 [389] -2015-03-10 10:04:35 sendUrl INFO 83 [389] R:OK -2015-03-10 10:05:25 queue INFO >>83 [390] -2015-03-10 10:05:25 sendUrl INFO 83 [390] R:OK -2015-03-10 10:05:26 queue INFO 87 [391] -2015-03-10 10:05:26 queue INFO >87 [392] -2015-03-10 10:05:26 sendUrl INFO 87 [391] R:OK -2015-03-10 10:05:27 sendUrl INFO 87 [392] R:OK -2015-03-10 10:05:28 queue INFO 83 [393] -2015-03-10 10:05:28 queue INFO >83 [394] -2015-03-10 10:05:28 sendUrl INFO 83 [393] R:OK -2015-03-10 10:05:28 sendUrl INFO 83 [394] R:OK -2015-03-10 10:06:18 queue INFO >>83 [395] -2015-03-10 10:06:18 sendUrl INFO 83 [395] R:OK -2015-03-10 10:07:08 queue INFO >>83 [396] -2015-03-10 10:07:08 sendUrl INFO 83 [396] R:OK -2015-03-10 10:07:58 queue INFO >>83 [397] -2015-03-10 10:07:58 sendUrl INFO 83 [397] R:OK -2015-03-10 10:08:48 queue INFO >>83 [398] -2015-03-10 10:08:49 sendUrl INFO 83 [398] R:OK -2015-03-10 10:09:38 queue INFO >>83 [399] -2015-03-10 10:09:38 sendUrl INFO 83 [399] R:OK -2015-03-10 10:10:29 queue INFO >>83 [400] -2015-03-10 10:10:29 sendUrl INFO 83 [400] R:OK -2015-03-10 10:11:19 queue INFO >>83 [401] -2015-03-10 10:11:19 sendUrl INFO 83 [401] R:OK -2015-03-10 10:11:46 queue INFO 81 [402] -2015-03-10 10:11:46 queue INFO >81 [403] -2015-03-10 10:11:46 sendUrl INFO 81 [402] R:OK -2015-03-10 10:11:47 sendUrl INFO 81 [403] R:OK -2015-03-10 10:12:36 queue INFO >>81 [404] -2015-03-10 10:12:37 sendUrl INFO 81 [404] R:OK -2015-03-10 10:13:26 queue INFO >>81 [405] -2015-03-10 10:13:27 sendUrl INFO 81 [405] R:OK -2015-03-10 10:13:54 queue INFO 83 [406] -2015-03-10 10:13:54 queue INFO >83 [407] -2015-03-10 10:13:55 sendUrl INFO 83 [406] R:OK -2015-03-10 10:13:55 sendUrl INFO 83 [407] R:OK -2015-03-10 10:14:32 queue INFO 87 [408] -2015-03-10 10:14:32 queue INFO >87 [409] -2015-03-10 10:14:32 sendUrl INFO 87 [408] R:OK -2015-03-10 10:14:33 sendUrl INFO 87 [409] R:OK -2015-03-10 10:14:34 queue INFO 83 [410] -2015-03-10 10:14:34 sendUrl INFO 83 [410] R:OK -2015-03-10 10:14:34 queue INFO >83 [411] -2015-03-10 10:14:34 sendUrl INFO 83 [411] R:OK -2015-03-10 10:15:24 queue INFO >>83 [412] -2015-03-10 10:15:24 sendUrl INFO 83 [412] R:OK -2015-03-10 10:16:14 queue INFO >>83 [413] -2015-03-10 10:16:15 sendUrl INFO 83 [413] R:OK -2015-03-10 10:16:47 queue INFO 9B [414] -2015-03-10 10:16:47 queue INFO 99 [415] -2015-03-10 10:16:48 queue INFO >99 [416] -2015-03-10 10:16:48 sendUrl INFO 9B [414] R:OK -2015-03-10 10:16:48 sendUrl INFO 99 [415] R:OK -2015-03-10 10:16:49 sendUrl INFO 99 [416] R:OK -2015-03-10 10:17:38 queue INFO >>99 [417] -2015-03-10 10:17:38 sendUrl INFO 99 [417] R:OK -2015-03-10 10:17:38 queue INFO 89 [418] -2015-03-10 10:17:38 queue INFO >89 [419] -2015-03-10 10:17:39 sendUrl INFO 89 [418] R:OK -2015-03-10 10:17:39 sendUrl INFO 89 [419] R:OK -2015-03-10 10:17:41 queue INFO 81 [420] -2015-03-10 10:17:42 queue INFO >81 [421] -2015-03-10 10:17:42 sendUrl INFO 81 [420] R:OK -2015-03-10 10:17:42 sendUrl INFO 81 [421] R:OK -2015-03-10 10:17:46 queue INFO 83 [422] -2015-03-10 10:17:46 queue INFO >83 [423] -2015-03-10 10:17:47 sendUrl INFO 83 [422] R:OK -2015-03-10 10:17:47 sendUrl INFO 83 [423] R:OK -2015-03-10 10:18:36 queue INFO >>83 [424] -2015-03-10 10:18:37 sendUrl INFO 83 [424] R:OK -2015-03-10 10:19:27 queue INFO >>83 [425] -2015-03-10 10:19:27 sendUrl INFO 83 [425] R:OK -2015-03-10 10:20:17 queue INFO >>83 [426] -2015-03-10 10:20:17 sendUrl INFO 83 [426] R:OK -2015-03-10 10:21:07 queue INFO >>83 [427] -2015-03-10 10:21:07 sendUrl INFO 83 [427] R:OK -2015-03-10 10:21:57 queue INFO >>83 [428] -2015-03-10 10:21:57 sendUrl INFO 83 [428] R:OK -2015-03-10 10:22:47 queue INFO >>83 [429] -2015-03-10 10:22:48 sendUrl INFO 83 [429] R:OK -2015-03-10 10:23:12 queue INFO 87 [430] -2015-03-10 10:23:12 sendUrl INFO 87 [430] R:OK -2015-03-10 10:23:12 queue INFO >87 [431] -2015-03-10 10:23:13 sendUrl INFO 87 [431] R:OK -2015-03-10 10:23:14 queue INFO 83 [432] -2015-03-10 10:23:14 queue INFO >83 [433] -2015-03-10 10:23:14 sendUrl INFO 83 [432] R:OK -2015-03-10 10:23:15 sendUrl INFO 83 [433] R:OK -2015-03-10 10:24:04 queue INFO >>83 [434] -2015-03-10 10:24:04 sendUrl INFO 83 [434] R:OK -2015-03-10 10:24:54 queue INFO >>83 [435] -2015-03-10 10:24:55 sendUrl INFO 83 [435] R:OK -2015-03-10 10:25:44 queue INFO >>83 [436] -2015-03-10 10:25:44 sendUrl INFO 83 [436] R:OK -2015-03-10 10:26:34 queue INFO >>83 [437] -2015-03-10 10:26:35 sendUrl INFO 83 [437] R:OK -2015-03-10 10:27:25 queue INFO >>83 [438] -2015-03-10 10:27:25 sendUrl INFO 83 [438] R:OK -2015-03-10 10:28:15 queue INFO >>83 [439] -2015-03-10 10:28:15 sendUrl INFO 83 [439] R:OK -2015-03-10 10:29:05 queue INFO >>83 [440] -2015-03-10 10:29:05 sendUrl INFO 83 [440] R:OK -2015-03-10 10:29:55 queue INFO >>83 [441] -2015-03-10 10:29:56 sendUrl INFO 83 [441] R:OK -2015-03-10 10:30:45 queue INFO >>83 [442] -2015-03-10 10:30:45 sendUrl INFO 83 [442] R:OK -2015-03-10 10:30:46 queue INFO 87 [443] -2015-03-10 10:30:47 queue INFO >87 [444] -2015-03-10 10:30:47 sendUrl INFO 87 [443] R:OK -2015-03-10 10:30:47 sendUrl INFO 87 [444] R:OK -2015-03-10 10:30:48 queue INFO 83 [445] -2015-03-10 10:30:48 queue INFO >83 [446] -2015-03-10 10:30:48 sendUrl INFO 83 [445] R:OK -2015-03-10 10:30:49 sendUrl INFO 83 [446] R:OK -2015-03-10 10:31:38 queue INFO >>83 [447] -2015-03-10 10:31:38 sendUrl INFO 83 [447] R:OK -2015-03-10 10:32:28 queue INFO >>83 [448] -2015-03-10 10:32:29 sendUrl INFO 83 [448] R:OK -2015-03-10 10:33:18 queue INFO >>83 [449] -2015-03-10 10:33:19 sendUrl INFO 83 [449] R:OK -2015-03-10 10:34:08 queue INFO >>83 [450] -2015-03-10 10:34:09 sendUrl INFO 83 [450] R:OK -2015-03-10 10:34:59 queue INFO >>83 [451] -2015-03-10 10:34:59 sendUrl INFO 83 [451] R:OK -2015-03-10 10:35:49 queue INFO >>83 [452] -2015-03-10 10:35:49 sendUrl INFO 83 [452] R:OK -2015-03-10 10:36:39 queue INFO >>83 [453] -2015-03-10 10:36:39 sendUrl INFO 83 [453] R:OK -2015-03-10 10:37:29 queue INFO >>83 [454] -2015-03-10 10:37:30 sendUrl INFO 83 [454] R:OK -2015-03-10 10:38:19 queue INFO >>83 [455] -2015-03-10 10:38:19 sendUrl INFO 83 [455] R:OK -2015-03-10 10:38:21 queue INFO 87 [456] -2015-03-10 10:38:21 queue INFO >87 [457] -2015-03-10 10:38:21 sendUrl INFO 87 [456] R:OK -2015-03-10 10:38:21 sendUrl INFO 87 [457] R:OK -2015-03-10 10:38:22 queue INFO 83 [458] -2015-03-10 10:38:22 queue INFO >83 [459] -2015-03-10 10:38:22 sendUrl INFO 83 [458] R:OK -2015-03-10 10:38:23 sendUrl INFO 83 [459] R:OK -2015-03-10 10:39:12 queue INFO >>83 [460] -2015-03-10 10:39:13 sendUrl INFO 83 [460] R:OK -2015-03-10 10:40:03 queue INFO >>83 [461] -2015-03-10 10:40:03 sendUrl INFO 83 [461] R:OK -2015-03-10 10:40:53 queue INFO >>83 [462] -2015-03-10 10:40:53 sendUrl INFO 83 [462] R:OK -2015-03-10 10:41:43 queue INFO >>83 [463] -2015-03-10 10:41:43 sendUrl INFO 83 [463] R:OK -2015-03-10 10:42:33 queue INFO >>83 [464] -2015-03-10 10:42:34 sendUrl INFO 83 [464] R:OK -2015-03-10 10:43:23 queue INFO >>83 [465] -2015-03-10 10:43:23 sendUrl INFO 83 [465] R:OK -2015-03-10 10:44:13 queue INFO >>83 [466] -2015-03-10 10:44:14 sendUrl INFO 83 [466] R:OK -2015-03-10 10:45:03 queue INFO >>83 [467] -2015-03-10 10:45:04 sendUrl INFO 83 [467] R:OK -2015-03-10 10:45:54 queue INFO >>83 [468] -2015-03-10 10:45:54 sendUrl INFO 83 [468] R:OK -2015-03-10 10:45:55 queue INFO C7 [469] -2015-03-10 10:45:55 queue INFO >C7 [470] -2015-03-10 10:45:55 sendUrl INFO C7 [469] R:OK -2015-03-10 10:45:56 sendUrl INFO C7 [470] R:OK -2015-03-10 10:45:57 queue INFO C3 [471] -2015-03-10 10:45:57 queue INFO >C3 [472] -2015-03-10 10:45:57 sendUrl INFO C3 [471] R:OK -2015-03-10 10:45:57 sendUrl INFO C3 [472] R:OK -2015-03-10 10:46:47 queue INFO >>C3 [473] -2015-03-10 10:46:47 sendUrl INFO C3 [473] R:OK -2015-03-10 10:47:37 queue INFO >>C3 [474] -2015-03-10 10:47:37 sendUrl INFO C3 [474] R:OK -2015-03-10 10:48:27 queue INFO >>C3 [475] -2015-03-10 10:48:27 sendUrl INFO C3 [475] R:OK -2015-03-10 10:49:17 queue INFO >>C3 [476] -2015-03-10 10:49:18 sendUrl INFO C3 [476] R:OK -2015-03-10 10:50:07 queue INFO >>C3 [477] -2015-03-10 10:50:08 sendUrl INFO C3 [477] R:OK -2015-03-10 10:50:58 queue INFO >>C3 [478] -2015-03-10 10:50:58 sendUrl INFO C3 [478] R:OK -2015-03-10 10:51:48 queue INFO >>C3 [479] -2015-03-10 10:51:48 sendUrl INFO C3 [479] R:OK -2015-03-10 10:52:38 queue INFO >>C3 [480] -2015-03-10 10:52:38 sendUrl INFO C3 [480] R:OK -2015-03-10 10:53:28 queue INFO >>C3 [481] -2015-03-10 10:53:28 sendUrl INFO C3 [481] R:OK -2015-03-10 10:53:40 queue INFO 83 [482] -2015-03-10 10:53:40 queue INFO >83 [483] -2015-03-10 10:53:40 sendUrl INFO 83 [482] R:OK -2015-03-10 10:53:41 queue INFO 87 [484] -2015-03-10 10:53:41 queue INFO >87 [485] -2015-03-10 10:53:41 sendUrl INFO 83 [483] R:OK -2015-03-10 10:53:42 sendUrl INFO 87 [484] R:OK -2015-03-10 10:53:42 sendUrl INFO 87 [485] R:OK -2015-03-10 10:53:42 queue INFO 83 [486] -2015-03-10 10:53:42 queue INFO >83 [487] -2015-03-10 10:53:43 sendUrl INFO 83 [486] R:OK -2015-03-10 10:53:43 sendUrl INFO 83 [487] R:OK -2015-03-10 10:54:32 queue INFO >>83 [488] -2015-03-10 10:54:33 sendUrl INFO 83 [488] R:OK -2015-03-10 10:55:23 queue INFO >>83 [489] -2015-03-10 10:55:23 sendUrl INFO 83 [489] R:OK -2015-03-10 10:56:13 queue INFO >>83 [490] -2015-03-10 10:56:13 sendUrl INFO 83 [490] R:OK -2015-03-10 10:57:03 queue INFO >>83 [491] -2015-03-10 10:57:03 sendUrl INFO 83 [491] R:OK -2015-03-10 10:57:53 queue INFO >>83 [492] -2015-03-10 10:57:53 sendUrl INFO 83 [492] R:OK -2015-03-10 10:58:43 queue INFO >>83 [493] -2015-03-10 10:58:43 sendUrl INFO 83 [493] R:OK -2015-03-10 10:59:33 queue INFO >>83 [494] -2015-03-10 10:59:34 sendUrl INFO 83 [494] R:OK -2015-03-10 11:00:23 queue INFO >>83 [495] -2015-03-10 11:00:24 sendUrl INFO 83 [495] R:OK -2015-03-10 11:01:14 queue INFO >>83 [496] -2015-03-10 11:01:14 sendUrl INFO 83 [496] R:OK -2015-03-10 11:01:19 queue INFO 87 [497] -2015-03-10 11:01:19 queue INFO >87 [498] -2015-03-10 11:01:19 sendUrl INFO 87 [497] R:OK -2015-03-10 11:01:20 sendUrl INFO 87 [498] R:OK -2015-03-10 11:01:20 queue INFO 83 [499] -2015-03-10 11:01:20 queue INFO >83 [500] -2015-03-10 11:01:21 sendUrl INFO 83 [499] R:OK -2015-03-10 11:01:21 sendUrl INFO 83 [500] R:OK -2015-03-10 11:02:10 queue INFO >>83 [501] -2015-03-10 11:02:11 sendUrl INFO 83 [501] R:OK -2015-03-10 11:03:01 queue INFO >>83 [502] -2015-03-10 11:03:01 sendUrl INFO 83 [502] R:OK -2015-03-10 11:03:51 queue INFO >>83 [503] -2015-03-10 11:03:51 sendUrl INFO 83 [503] R:OK -2015-03-10 11:04:41 queue INFO >>83 [504] -2015-03-10 11:04:41 sendUrl INFO 83 [504] R:OK -2015-03-10 11:05:31 queue INFO >>83 [505] -2015-03-10 11:05:31 sendUrl INFO 83 [505] R:OK -2015-03-10 11:06:21 queue INFO >>83 [506] -2015-03-10 11:06:22 sendUrl INFO 83 [506] R:OK -2015-03-10 11:07:11 queue INFO >>83 [507] -2015-03-10 11:07:12 sendUrl INFO 83 [507] R:OK -2015-03-10 11:08:01 queue INFO >>83 [508] -2015-03-10 11:08:02 sendUrl INFO 83 [508] R:OK -2015-03-10 11:08:52 queue INFO >>83 [509] -2015-03-10 11:08:52 sendUrl INFO 83 [509] R:OK -2015-03-10 11:08:53 queue INFO 87 [510] -2015-03-10 11:08:53 sendUrl INFO 87 [510] R:OK -2015-03-10 11:08:53 queue INFO >87 [511] -2015-03-10 11:08:54 sendUrl INFO 87 [511] R:OK -2015-03-10 11:08:54 queue INFO 83 [512] -2015-03-10 11:08:55 queue INFO >83 [513] -2015-03-10 11:08:55 sendUrl INFO 83 [512] R:OK -2015-03-10 11:08:56 sendUrl INFO 83 [513] R:OK -2015-03-10 11:09:45 queue INFO >>83 [514] -2015-03-10 11:09:45 sendUrl INFO 83 [514] R:OK -2015-03-10 11:10:35 queue INFO >>83 [515] -2015-03-10 11:10:35 sendUrl INFO 83 [515] R:OK -2015-03-10 11:11:25 queue INFO >>83 [516] -2015-03-10 11:11:25 sendUrl INFO 83 [516] R:OK -2015-03-10 11:12:15 queue INFO >>83 [517] -2015-03-10 11:12:15 sendUrl INFO 83 [517] R:OK -2015-03-10 11:13:05 queue INFO >>83 [518] -2015-03-10 11:13:05 sendUrl INFO 83 [518] R:OK -2015-03-10 11:13:55 queue INFO >>83 [519] -2015-03-10 11:13:56 sendUrl INFO 83 [519] R:OK -2015-03-10 11:14:45 queue INFO >>83 [520] -2015-03-10 11:14:46 sendUrl INFO 83 [520] R:OK -2015-03-10 11:15:35 queue INFO >>83 [521] -2015-03-10 11:15:36 sendUrl INFO 83 [521] R:OK -2015-03-10 11:16:26 queue INFO >>83 [522] -2015-03-10 11:16:26 sendUrl INFO 83 [522] R:OK -2015-03-10 11:16:27 queue INFO 87 [523] -2015-03-10 11:16:27 queue INFO >87 [524] -2015-03-10 11:16:28 sendUrl INFO 87 [523] R:OK -2015-03-10 11:16:28 sendUrl INFO 87 [524] R:OK -2015-03-10 11:16:29 queue INFO 83 [525] -2015-03-10 11:16:29 queue INFO >83 [526] -2015-03-10 11:16:29 sendUrl INFO 83 [525] R:OK -2015-03-10 11:16:30 sendUrl INFO 83 [526] R:OK -2015-03-10 11:17:19 queue INFO >>83 [527] -2015-03-10 11:17:19 sendUrl INFO 83 [527] R:OK -2015-03-10 11:18:09 queue INFO >>83 [528] -2015-03-10 11:18:09 sendUrl INFO 83 [528] R:OK -2015-03-10 11:18:59 queue INFO >>83 [529] -2015-03-10 11:19:00 sendUrl INFO 83 [529] R:OK -2015-03-10 11:19:49 queue INFO >>83 [530] -2015-03-10 11:19:49 sendUrl INFO 83 [530] R:OK -2015-03-10 11:20:39 queue INFO >>83 [531] -2015-03-10 11:20:40 sendUrl INFO 83 [531] R:OK -2015-03-10 11:21:30 queue INFO >>83 [532] -2015-03-10 11:21:30 sendUrl INFO 83 [532] R:OK -2015-03-10 11:22:20 queue INFO >>83 [533] -2015-03-10 11:22:20 sendUrl INFO 83 [533] R:OK -2015-03-10 11:23:10 queue INFO >>83 [534] -2015-03-10 11:23:10 sendUrl INFO 83 [534] R:OK -2015-03-10 11:24:00 queue INFO >>83 [535] -2015-03-10 11:24:00 sendUrl INFO 83 [535] R:OK -2015-03-10 11:24:01 queue INFO 87 [536] -2015-03-10 11:24:02 sendUrl INFO 87 [536] R:OK -2015-03-10 11:24:02 queue INFO >87 [537] -2015-03-10 11:24:02 sendUrl INFO 87 [537] R:OK -2015-03-10 11:24:03 queue INFO 83 [538] -2015-03-10 11:24:03 queue INFO >83 [539] -2015-03-10 11:24:04 sendUrl INFO 83 [538] R:OK -2015-03-10 11:24:04 sendUrl INFO 83 [539] R:OK -2015-03-10 11:24:53 queue INFO >>83 [540] -2015-03-10 11:24:53 sendUrl INFO 83 [540] R:OK -2015-03-10 11:25:43 queue INFO >>83 [541] -2015-03-10 11:25:44 sendUrl INFO 83 [541] R:OK -2015-03-10 11:26:33 queue INFO >>83 [542] -2015-03-10 11:26:34 sendUrl INFO 83 [542] R:OK -2015-03-10 11:27:24 queue INFO >>83 [543] -2015-03-10 11:27:24 sendUrl INFO 83 [543] R:OK -2015-03-10 11:28:14 queue INFO >>83 [544] -2015-03-10 11:28:14 sendUrl INFO 83 [544] R:OK -2015-03-10 11:29:04 queue INFO >>83 [545] -2015-03-10 11:29:05 sendUrl INFO 83 [545] R:OK -2015-03-10 11:29:54 queue INFO >>83 [546] -2015-03-10 11:29:54 sendUrl INFO 83 [546] R:OK -2015-03-10 11:30:44 queue INFO >>83 [547] -2015-03-10 11:30:45 sendUrl INFO 83 [547] R:OK -2015-03-10 11:31:34 queue INFO >>83 [548] -2015-03-10 11:31:34 sendUrl INFO 83 [548] R:OK -2015-03-10 11:31:47 queue INFO C7 [549] -2015-03-10 11:31:47 queue INFO >C7 [550] -2015-03-10 11:31:48 sendUrl INFO C7 [549] R:OK -2015-03-10 11:31:48 sendUrl INFO C7 [550] R:OK -2015-03-10 11:31:49 queue INFO C3 [551] -2015-03-10 11:31:49 queue INFO >C3 [552] -2015-03-10 11:31:49 sendUrl INFO C3 [551] R:OK -2015-03-10 11:31:50 sendUrl INFO C3 [552] R:OK -2015-03-10 11:32:39 queue INFO >>C3 [553] -2015-03-10 11:32:39 sendUrl INFO C3 [553] R:OK -2015-03-10 11:33:29 queue INFO >>C3 [554] -2015-03-10 11:33:29 sendUrl INFO C3 [554] R:OK -2015-03-10 11:34:19 queue INFO >>C3 [555] -2015-03-10 11:34:20 sendUrl INFO C3 [555] R:OK -2015-03-10 11:35:09 queue INFO >>C3 [556] -2015-03-10 11:35:10 sendUrl INFO C3 [556] R:OK -2015-03-10 11:36:00 queue INFO >>C3 [557] -2015-03-10 11:36:00 sendUrl INFO C3 [557] R:OK -2015-03-10 11:36:50 queue INFO >>C3 [558] -2015-03-10 11:36:50 sendUrl INFO C3 [558] R:OK -2015-03-10 11:37:40 queue INFO >>C3 [559] -2015-03-10 11:37:40 sendUrl INFO C3 [559] R:OK -2015-03-10 11:38:30 queue INFO >>C3 [560] -2015-03-10 11:38:30 sendUrl INFO C3 [560] R:OK -2015-03-10 11:39:20 queue INFO >>C3 [561] -2015-03-10 11:39:21 sendUrl INFO C3 [561] R:OK -2015-03-10 11:39:21 queue INFO 83 [562] -2015-03-10 11:39:21 queue INFO >83 [563] -2015-03-10 11:39:21 sendUrl INFO 83 [562] R:OK -2015-03-10 11:39:21 queue INFO 87 [564] -2015-03-10 11:39:22 sendUrl INFO 83 [563] R:OK -2015-03-10 11:39:22 queue INFO >87 [565] -2015-03-10 11:39:22 sendUrl INFO 87 [564] R:OK -2015-03-10 11:39:23 sendUrl INFO 87 [565] R:OK -2015-03-10 11:39:23 queue INFO 83 [566] -2015-03-10 11:39:23 queue INFO >83 [567] -2015-03-10 11:39:24 sendUrl INFO 83 [566] R:OK -2015-03-10 11:39:24 sendUrl INFO 83 [567] R:OK -2015-03-10 11:39:49 queue INFO 81 [568] -2015-03-10 11:39:49 queue INFO >81 [569] -2015-03-10 11:39:49 sendUrl INFO 81 [568] R:OK -2015-03-10 11:39:50 sendUrl INFO 81 [569] R:OK -2015-03-10 11:40:04 queue INFO 83 [570] -2015-03-10 11:40:04 sendUrl INFO 83 [570] R:OK -2015-03-10 11:40:04 queue INFO >83 [571] -2015-03-10 11:40:04 sendUrl INFO 83 [571] R:OK -2015-03-10 11:40:54 queue INFO >>83 [572] -2015-03-10 11:40:54 sendUrl INFO 83 [572] R:OK -2015-03-10 11:41:44 queue INFO >>83 [573] -2015-03-10 11:41:45 sendUrl INFO 83 [573] R:OK -2015-03-10 11:42:34 queue INFO >>83 [574] -2015-03-10 11:42:34 sendUrl INFO 83 [574] R:OK -2015-03-10 11:43:24 queue INFO >>83 [575] -2015-03-10 11:43:25 sendUrl INFO 83 [575] R:OK -2015-03-10 11:44:15 queue INFO >>83 [576] -2015-03-10 11:44:15 sendUrl INFO 83 [576] R:OK -2015-03-10 11:45:05 queue INFO >>83 [577] -2015-03-10 11:45:05 sendUrl INFO 83 [577] R:OK -2015-03-10 11:45:55 queue INFO >>83 [578] -2015-03-10 11:45:55 sendUrl INFO 83 [578] R:OK -2015-03-10 11:46:45 queue INFO >>83 [579] -2015-03-10 11:46:46 sendUrl INFO 83 [579] R:OK -2015-03-10 11:46:59 queue INFO 87 [580] -2015-03-10 11:46:59 queue INFO >87 [581] -2015-03-10 11:47:00 sendUrl INFO 87 [580] R:OK -2015-03-10 11:47:00 sendUrl INFO 87 [581] R:OK -2015-03-10 11:47:01 queue INFO 83 [582] -2015-03-10 11:47:01 queue INFO >83 [583] -2015-03-10 11:47:01 sendUrl INFO 83 [582] R:OK -2015-03-10 11:47:02 sendUrl INFO 83 [583] R:OK -2015-03-10 11:47:51 queue INFO >>83 [584] -2015-03-10 11:47:51 sendUrl INFO 83 [584] R:OK -2015-03-10 11:48:41 queue INFO >>83 [585] -2015-03-10 11:48:41 sendUrl INFO 83 [585] R:OK -2015-03-10 11:49:31 queue INFO >>83 [586] -2015-03-10 11:49:32 sendUrl INFO 83 [586] R:OK -2015-03-10 11:50:21 queue INFO >>83 [587] -2015-03-10 11:50:22 sendUrl INFO 83 [587] R:OK -2015-03-10 11:51:12 queue INFO >>83 [588] -2015-03-10 11:51:12 sendUrl INFO 83 [588] R:OK -2015-03-10 11:52:02 queue INFO >>83 [589] -2015-03-10 11:52:02 sendUrl INFO 83 [589] R:OK -2015-03-10 11:52:52 queue INFO >>83 [590] -2015-03-10 11:52:52 sendUrl INFO 83 [590] R:OK -2015-03-10 11:53:42 queue INFO >>83 [591] -2015-03-10 11:53:42 sendUrl INFO 83 [591] R:OK -2015-03-10 11:54:32 queue INFO >>83 [592] -2015-03-10 11:54:33 sendUrl INFO 83 [592] R:OK -2015-03-10 11:54:34 queue INFO 87 [593] -2015-03-10 11:54:34 queue INFO >87 [594] -2015-03-10 11:54:34 sendUrl INFO 87 [593] R:OK -2015-03-10 11:54:35 sendUrl INFO 87 [594] R:OK -2015-03-10 11:54:35 queue INFO 83 [595] -2015-03-10 11:54:35 queue INFO >83 [596] -2015-03-10 11:54:36 sendUrl INFO 83 [595] R:OK -2015-03-10 11:54:36 sendUrl INFO 83 [596] R:OK -2015-03-10 11:55:25 queue INFO >>83 [597] -2015-03-10 11:55:26 sendUrl INFO 83 [597] R:OK -2015-03-10 11:56:16 queue INFO >>83 [598] -2015-03-10 11:56:16 sendUrl INFO 83 [598] R:OK -2015-03-10 11:57:06 queue INFO >>83 [599] -2015-03-10 11:57:06 sendUrl INFO 83 [599] R:OK -2015-03-10 11:57:56 queue INFO >>83 [600] -2015-03-10 11:57:56 sendUrl INFO 83 [600] R:OK -2015-03-10 11:58:46 queue INFO >>83 [601] -2015-03-10 11:58:46 sendUrl INFO 83 [601] R:OK -2015-03-10 11:59:36 queue INFO >>83 [602] -2015-03-10 11:59:37 sendUrl INFO 83 [602] R:OK -2015-03-10 12:00:26 queue INFO >>83 [603] -2015-03-10 12:00:26 sendUrl INFO 83 [603] R:OK -2015-03-10 12:01:16 queue INFO >>83 [604] -2015-03-10 12:01:17 sendUrl INFO 83 [604] R:OK -2015-03-10 12:02:07 queue INFO >>83 [605] -2015-03-10 12:02:07 sendUrl INFO 83 [605] R:OK -2015-03-10 12:02:08 queue INFO 87 [606] -2015-03-10 12:02:08 queue INFO >87 [607] -2015-03-10 12:02:08 sendUrl INFO 87 [606] R:OK -2015-03-10 12:02:09 sendUrl INFO 87 [607] R:OK -2015-03-10 12:02:09 queue INFO 83 [608] -2015-03-10 12:02:10 queue INFO >83 [609] -2015-03-10 12:02:10 sendUrl INFO 83 [608] R:OK -2015-03-10 12:02:10 sendUrl INFO 83 [609] R:OK -2015-03-10 12:03:00 queue INFO >>83 [610] -2015-03-10 12:03:00 sendUrl INFO 83 [610] R:OK -2015-03-10 12:03:50 queue INFO >>83 [611] -2015-03-10 12:03:50 sendUrl INFO 83 [611] R:OK -2015-03-10 12:04:40 queue INFO >>83 [612] -2015-03-10 12:04:40 sendUrl INFO 83 [612] R:OK -2015-03-10 12:05:30 queue INFO >>83 [613] -2015-03-10 12:05:30 sendUrl INFO 83 [613] R:OK -2015-03-10 12:06:20 queue INFO >>83 [614] -2015-03-10 12:06:20 sendUrl INFO 83 [614] R:OK -2015-03-10 12:07:10 queue INFO >>83 [615] -2015-03-10 12:07:11 sendUrl INFO 83 [615] R:OK -2015-03-10 12:08:00 queue INFO >>83 [616] -2015-03-10 12:08:01 sendUrl INFO 83 [616] R:OK -2015-03-10 12:08:51 queue INFO >>83 [617] -2015-03-10 12:08:51 sendUrl INFO 83 [617] R:OK -2015-03-10 12:09:41 queue INFO >>83 [618] -2015-03-10 12:09:41 sendUrl INFO 83 [618] R:OK -2015-03-10 12:09:54 queue INFO 87 [619] -2015-03-10 12:09:54 queue INFO >87 [620] -2015-03-10 12:09:54 sendUrl INFO 87 [619] R:OK -2015-03-10 12:09:55 sendUrl INFO 87 [620] R:OK -2015-03-10 12:09:55 queue INFO 83 [621] -2015-03-10 12:09:55 queue INFO >83 [622] -2015-03-10 12:09:56 sendUrl INFO 83 [621] R:OK -2015-03-10 12:09:56 sendUrl INFO 83 [622] R:OK -2015-03-10 12:10:45 queue INFO >>83 [623] -2015-03-10 12:10:46 sendUrl INFO 83 [623] R:OK -2015-03-10 12:11:36 queue INFO >>83 [624] -2015-03-10 12:11:36 sendUrl INFO 83 [624] R:OK -2015-03-10 12:12:26 queue INFO >>83 [625] -2015-03-10 12:12:26 sendUrl INFO 83 [625] R:OK -2015-03-10 12:13:16 queue INFO >>83 [626] -2015-03-10 12:13:16 sendUrl INFO 83 [626] R:OK -2015-03-10 12:14:06 queue INFO >>83 [627] -2015-03-10 12:14:06 sendUrl INFO 83 [627] R:OK -2015-03-10 12:14:56 queue INFO >>83 [628] -2015-03-10 12:14:57 sendUrl INFO 83 [628] R:OK -2015-03-10 12:15:46 queue INFO >>83 [629] -2015-03-10 12:15:47 sendUrl INFO 83 [629] R:OK -2015-03-10 12:15:59 queue INFO 81 [630] -2015-03-10 12:15:59 queue INFO >81 [631] -2015-03-10 12:16:00 sendUrl INFO 81 [630] R:OK -2015-03-10 12:16:00 sendUrl INFO 81 [631] R:OK -2015-03-10 12:16:49 queue INFO >>81 [632] -2015-03-10 12:16:49 sendUrl INFO 81 [632] R:OK -2015-03-10 12:17:22 queue INFO 91 [633] -2015-03-10 12:17:22 sendUrl INFO 91 [633] R:OK -2015-03-10 12:17:22 queue INFO 99 [634] -2015-03-10 12:17:22 queue INFO >99 [635] -2015-03-10 12:17:23 sendUrl INFO 99 [634] R:OK -2015-03-10 12:17:23 sendUrl INFO 99 [635] R:OK -2015-03-10 12:18:12 queue INFO >>99 [636] -2015-03-10 12:18:12 sendUrl INFO 99 [636] R:OK -2015-03-10 12:19:03 queue INFO >>99 [637] -2015-03-10 12:19:03 sendUrl INFO 99 [637] R:OK -2015-03-10 12:19:53 queue INFO >>99 [638] -2015-03-10 12:19:53 sendUrl INFO 99 [638] R:OK -2015-03-10 12:20:43 queue INFO >>99 [639] -2015-03-10 12:20:43 sendUrl INFO 99 [639] R:OK -2015-03-10 12:21:33 queue INFO >>99 [640] -2015-03-10 12:21:33 sendUrl INFO 99 [640] R:OK -2015-03-10 12:22:18 queue INFO 89 [641] -2015-03-10 12:22:18 queue INFO >89 [642] -2015-03-10 12:22:18 sendUrl INFO 89 [641] R:OK -2015-03-10 12:22:19 sendUrl INFO 89 [642] R:OK -2015-03-10 12:22:21 queue INFO 81 [643] -2015-03-10 12:22:21 queue INFO >81 [644] -2015-03-10 12:22:21 sendUrl INFO 81 [643] R:OK -2015-03-10 12:22:22 sendUrl INFO 81 [644] R:OK -2015-03-10 12:22:26 queue INFO 83 [645] -2015-03-10 12:22:26 sendUrl INFO 83 [645] R:OK -2015-03-10 12:22:26 queue INFO >83 [646] -2015-03-10 12:22:26 sendUrl INFO 83 [646] R:OK -2015-03-10 12:23:02 queue INFO 87 [647] -2015-03-10 12:23:02 queue INFO >87 [648] -2015-03-10 12:23:02 sendUrl INFO 87 [647] R:OK -2015-03-10 12:23:03 sendUrl INFO 87 [648] R:OK -2015-03-10 12:23:03 queue INFO 83 [649] -2015-03-10 12:23:04 queue INFO >83 [650] -2015-03-10 12:23:04 sendUrl INFO 83 [649] R:OK -2015-03-10 12:23:04 sendUrl INFO 83 [650] R:OK -2015-03-10 12:23:54 queue INFO >>83 [651] -2015-03-10 12:23:54 sendUrl INFO 83 [651] R:OK -2015-03-10 12:24:44 queue INFO >>83 [652] -2015-03-10 12:24:44 sendUrl INFO 83 [652] R:OK -2015-03-10 12:25:34 queue INFO >>83 [653] -2015-03-10 12:25:34 sendUrl INFO 83 [653] R:OK -2015-03-10 12:26:24 queue INFO >>83 [654] -2015-03-10 12:26:24 sendUrl INFO 83 [654] R:OK -2015-03-10 12:27:14 queue INFO >>83 [655] -2015-03-10 12:27:15 sendUrl INFO 83 [655] R:OK -2015-03-10 12:28:04 queue INFO >>83 [656] -2015-03-10 12:28:05 sendUrl INFO 83 [656] R:OK -2015-03-10 12:28:55 queue INFO >>83 [657] -2015-03-10 12:28:55 sendUrl INFO 83 [657] R:OK -2015-03-10 12:29:45 queue INFO >>83 [658] -2015-03-10 12:29:45 sendUrl INFO 83 [658] R:OK -2015-03-10 12:30:35 queue INFO >>83 [659] -2015-03-10 12:30:35 sendUrl INFO 83 [659] R:OK -2015-03-10 12:30:36 queue INFO 87 [660] -2015-03-10 12:30:36 queue INFO >87 [661] -2015-03-10 12:30:36 sendUrl INFO 87 [660] R:OK -2015-03-10 12:30:37 sendUrl INFO 87 [661] R:OK -2015-03-10 12:30:38 queue INFO 83 [662] -2015-03-10 12:30:38 queue INFO >83 [663] -2015-03-10 12:30:38 sendUrl INFO 83 [662] R:OK -2015-03-10 12:30:38 sendUrl INFO 83 [663] R:OK -2015-03-10 12:31:28 queue INFO >>83 [664] -2015-03-10 12:31:28 sendUrl INFO 83 [664] R:OK -2015-03-10 12:32:18 queue INFO >>83 [665] -2015-03-10 12:32:18 sendUrl INFO 83 [665] R:OK -2015-03-10 12:33:08 queue INFO >>83 [666] -2015-03-10 12:33:08 sendUrl INFO 83 [666] R:OK -2015-03-10 12:33:58 queue INFO >>83 [667] -2015-03-10 12:33:59 sendUrl INFO 83 [667] R:OK -2015-03-10 12:34:48 queue INFO >>83 [668] -2015-03-10 12:34:49 sendUrl INFO 83 [668] R:OK -2015-03-10 12:35:38 queue INFO >>83 [669] -2015-03-10 12:35:39 sendUrl INFO 83 [669] R:OK -2015-03-10 12:36:29 queue INFO >>83 [670] -2015-03-10 12:36:29 sendUrl INFO 83 [670] R:OK -2015-03-10 12:37:19 queue INFO >>83 [671] -2015-03-10 12:37:19 sendUrl INFO 83 [671] R:OK -2015-03-10 12:38:09 queue INFO >>83 [672] -2015-03-10 12:38:09 sendUrl INFO 83 [672] R:OK -2015-03-10 12:38:10 queue INFO 87 [673] -2015-03-10 12:38:10 sendUrl INFO 87 [673] R:OK -2015-03-10 12:38:10 queue INFO >87 [674] -2015-03-10 12:38:11 sendUrl INFO 87 [674] R:OK -2015-03-10 12:38:12 queue INFO 83 [675] -2015-03-10 12:38:12 queue INFO >83 [676] -2015-03-10 12:38:12 sendUrl INFO 83 [675] R:OK -2015-03-10 12:38:13 sendUrl INFO 83 [676] R:OK -2015-03-10 12:39:02 queue INFO >>83 [677] -2015-03-10 12:39:02 sendUrl INFO 83 [677] R:OK -2015-03-10 12:39:52 queue INFO >>83 [678] -2015-03-10 12:39:53 sendUrl INFO 83 [678] R:OK -2015-03-10 12:40:42 queue INFO >>83 [679] -2015-03-10 12:40:42 sendUrl INFO 83 [679] R:OK -2015-03-10 12:41:32 queue INFO >>83 [680] -2015-03-10 12:41:33 sendUrl INFO 83 [680] R:OK -2015-03-10 12:42:23 queue INFO >>83 [681] -2015-03-10 12:42:23 sendUrl INFO 83 [681] R:OK -2015-03-10 12:43:13 queue INFO >>83 [682] -2015-03-10 12:43:13 sendUrl INFO 83 [682] R:OK -2015-03-10 12:44:03 queue INFO >>83 [683] -2015-03-10 12:44:03 sendUrl INFO 83 [683] R:OK -2015-03-10 12:44:53 queue INFO >>83 [684] -2015-03-10 12:44:54 sendUrl INFO 83 [684] R:OK -2015-03-10 12:45:43 queue INFO >>83 [685] -2015-03-10 12:45:43 sendUrl INFO 83 [685] R:OK -2015-03-10 12:45:45 queue INFO 87 [686] -2015-03-10 12:45:45 queue INFO >87 [687] -2015-03-10 12:45:45 sendUrl INFO 87 [686] R:OK -2015-03-10 12:45:45 sendUrl INFO 87 [687] R:OK -2015-03-10 12:45:46 queue INFO 83 [688] -2015-03-10 12:45:46 sendUrl INFO 83 [688] R:OK -2015-03-10 12:45:46 queue INFO >83 [689] -2015-03-10 12:45:47 sendUrl INFO 83 [689] R:OK -2015-03-10 12:46:36 queue INFO >>83 [690] -2015-03-10 12:46:37 sendUrl INFO 83 [690] R:OK -2015-03-10 12:47:27 queue INFO >>83 [691] -2015-03-10 12:47:27 sendUrl INFO 83 [691] R:OK -2015-03-10 12:48:17 queue INFO >>83 [692] -2015-03-10 12:48:17 sendUrl INFO 83 [692] R:OK -2015-03-10 12:49:07 queue INFO >>83 [693] -2015-03-10 12:49:07 sendUrl INFO 83 [693] R:OK -2015-03-10 12:49:57 queue INFO >>83 [694] -2015-03-10 12:49:58 sendUrl INFO 83 [694] R:OK -2015-03-10 12:50:47 queue INFO >>83 [695] -2015-03-10 12:50:47 sendUrl INFO 83 [695] R:OK -2015-03-10 12:51:37 queue INFO >>83 [696] -2015-03-10 12:51:38 sendUrl INFO 83 [696] R:OK -2015-03-10 12:52:27 queue INFO >>83 [697] -2015-03-10 12:52:28 sendUrl INFO 83 [697] R:OK -2015-03-10 12:53:18 queue INFO >>83 [698] -2015-03-10 12:53:18 sendUrl INFO 83 [698] R:OK -2015-03-10 12:53:19 queue INFO C7 [699] -2015-03-10 12:53:19 queue INFO >C7 [700] -2015-03-10 12:53:19 sendUrl INFO C7 [699] R:OK -2015-03-10 12:53:20 sendUrl INFO C7 [700] R:OK -2015-03-10 12:53:20 queue INFO C3 [701] -2015-03-10 12:53:21 queue INFO >C3 [702] -2015-03-10 12:53:21 sendUrl INFO C3 [701] R:OK -2015-03-10 12:53:21 sendUrl INFO C3 [702] R:OK -2015-03-10 12:54:11 queue INFO >>C3 [703] -2015-03-10 12:54:11 sendUrl INFO C3 [703] R:OK -2015-03-10 12:55:01 queue INFO >>C3 [704] -2015-03-10 12:55:01 sendUrl INFO C3 [704] R:OK -2015-03-10 12:55:51 queue INFO >>C3 [705] -2015-03-10 12:55:51 sendUrl INFO C3 [705] R:OK -2015-03-10 12:56:41 queue INFO >>C3 [706] -2015-03-10 12:56:41 sendUrl INFO C3 [706] R:OK -2015-03-10 12:57:31 queue INFO >>C3 [707] -2015-03-10 12:57:32 sendUrl INFO C3 [707] R:OK -2015-03-10 12:58:21 queue INFO >>C3 [708] -2015-03-10 12:58:22 sendUrl INFO C3 [708] R:OK -2015-03-10 12:59:11 queue INFO >>C3 [709] -2015-03-10 12:59:12 sendUrl INFO C3 [709] R:OK -2015-03-10 13:00:02 queue INFO >>C3 [710] -2015-03-10 13:00:02 sendUrl INFO C3 [710] R:OK -2015-03-10 13:00:52 queue INFO >>C3 [711] -2015-03-10 13:00:52 sendUrl INFO C3 [711] R:OK -2015-03-10 13:01:04 queue INFO 83 [712] -2015-03-10 13:01:04 sendUrl INFO 83 [712] R:OK -2015-03-10 13:01:04 queue INFO >83 [713] -2015-03-10 13:01:04 sendUrl INFO 83 [713] R:OK -2015-03-10 13:01:05 queue INFO 87 [714] -2015-03-10 13:01:05 queue INFO >87 [715] -2015-03-10 13:01:05 sendUrl INFO 87 [714] R:OK -2015-03-10 13:01:05 sendUrl INFO 87 [715] R:OK -2015-03-10 13:01:06 queue INFO 83 [716] -2015-03-10 13:01:06 queue INFO >83 [717] -2015-03-10 13:01:06 sendUrl INFO 83 [716] R:OK -2015-03-10 13:01:07 sendUrl INFO 83 [717] R:OK -2015-03-10 13:01:56 queue INFO >>83 [718] -2015-03-10 13:01:57 sendUrl INFO 83 [718] R:OK -2015-03-10 13:02:47 queue INFO >>83 [719] -2015-03-10 13:02:47 sendUrl INFO 83 [719] R:OK -2015-03-10 13:03:37 queue INFO >>83 [720] -2015-03-10 13:03:37 sendUrl INFO 83 [720] R:OK -2015-03-10 13:04:27 queue INFO >>83 [721] -2015-03-10 13:04:27 sendUrl INFO 83 [721] R:OK -2015-03-10 13:05:17 queue INFO >>83 [722] -2015-03-10 13:05:17 sendUrl INFO 83 [722] R:OK -2015-03-10 13:06:07 queue INFO >>83 [723] -2015-03-10 13:06:07 sendUrl INFO 83 [723] R:OK -2015-03-10 13:06:57 queue INFO >>83 [724] -2015-03-10 13:06:58 sendUrl INFO 83 [724] R:OK -2015-03-10 13:07:47 queue INFO >>83 [725] -2015-03-10 13:07:48 sendUrl INFO 83 [725] R:OK -2015-03-10 13:08:38 queue INFO >>83 [726] -2015-03-10 13:08:38 sendUrl INFO 83 [726] R:OK -2015-03-10 13:08:42 queue INFO 87 [727] -2015-03-10 13:08:43 queue INFO >87 [728] -2015-03-10 13:08:43 sendUrl INFO 87 [727] R:OK -2015-03-10 13:08:43 sendUrl INFO 87 [728] R:OK -2015-03-10 13:08:44 queue INFO 83 [729] -2015-03-10 13:08:44 queue INFO >83 [730] -2015-03-10 13:08:45 sendUrl INFO 83 [729] R:OK -2015-03-10 13:08:45 sendUrl INFO 83 [730] R:OK -2015-03-10 13:09:34 queue INFO >>83 [731] -2015-03-10 13:09:34 sendUrl INFO 83 [731] R:OK -2015-03-10 13:10:24 queue INFO >>83 [732] -2015-03-10 13:10:25 sendUrl INFO 83 [732] R:OK -2015-03-10 13:11:15 queue INFO >>83 [733] -2015-03-10 13:11:15 sendUrl INFO 83 [733] R:OK -2015-03-10 13:12:05 queue INFO >>83 [734] -2015-03-10 13:12:05 sendUrl INFO 83 [734] R:OK -2015-03-10 13:12:55 queue INFO >>83 [735] -2015-03-10 13:12:55 sendUrl INFO 83 [735] R:OK -2015-03-10 13:13:45 queue INFO >>83 [736] -2015-03-10 13:13:45 sendUrl INFO 83 [736] R:OK -2015-03-10 13:14:35 queue INFO >>83 [737] -2015-03-10 13:14:35 sendUrl INFO 83 [737] R:OK -2015-03-10 13:15:25 queue INFO >>83 [738] -2015-03-10 13:15:26 sendUrl INFO 83 [738] R:OK -2015-03-10 13:16:15 queue INFO >>83 [739] -2015-03-10 13:16:16 sendUrl INFO 83 [739] R:OK -2015-03-10 13:16:17 queue INFO 87 [740] -2015-03-10 13:16:17 queue INFO >87 [741] -2015-03-10 13:16:17 sendUrl INFO 87 [740] R:OK -2015-03-10 13:16:17 sendUrl INFO 87 [741] R:OK -2015-03-10 13:16:18 queue INFO 83 [742] -2015-03-10 13:16:18 queue INFO >83 [743] -2015-03-10 13:16:19 sendUrl INFO 83 [742] R:OK -2015-03-10 13:16:19 sendUrl INFO 83 [743] R:OK -2015-03-10 13:17:08 queue INFO >>83 [744] -2015-03-10 13:17:09 sendUrl INFO 83 [744] R:OK -2015-03-10 13:17:59 queue INFO >>83 [745] -2015-03-10 13:17:59 sendUrl INFO 83 [745] R:OK -2015-03-10 13:18:49 queue INFO >>83 [746] -2015-03-10 13:18:49 sendUrl INFO 83 [746] R:OK -2015-03-10 13:19:39 queue INFO >>83 [747] -2015-03-10 13:19:39 sendUrl INFO 83 [747] R:OK -2015-03-10 13:20:29 queue INFO >>83 [748] -2015-03-10 13:20:29 sendUrl INFO 83 [748] R:OK -2015-03-10 13:21:19 queue INFO >>83 [749] -2015-03-10 13:21:19 sendUrl INFO 83 [749] R:OK -2015-03-10 13:22:09 queue INFO >>83 [750] -2015-03-10 13:22:10 sendUrl INFO 83 [750] R:OK -2015-03-10 13:22:59 queue INFO >>83 [751] -2015-03-10 13:23:00 sendUrl INFO 83 [751] R:OK -2015-03-10 13:23:50 queue INFO >>83 [752] -2015-03-10 13:23:50 sendUrl INFO 83 [752] R:OK -2015-03-10 13:23:51 queue INFO 87 [753] -2015-03-10 13:23:51 sendUrl INFO 87 [753] R:OK -2015-03-10 13:23:51 queue INFO >87 [754] -2015-03-10 13:23:51 sendUrl INFO 87 [754] R:OK -2015-03-10 13:23:52 queue INFO 83 [755] -2015-03-10 13:23:53 queue INFO >83 [756] -2015-03-10 13:23:53 sendUrl INFO 83 [755] R:OK -2015-03-10 13:23:53 sendUrl INFO 83 [756] R:OK -2015-03-10 13:24:43 queue INFO >>83 [757] -2015-03-10 13:24:43 sendUrl INFO 83 [757] R:OK -2015-03-10 13:25:33 queue INFO >>83 [758] -2015-03-10 13:25:33 sendUrl INFO 83 [758] R:OK -2015-03-10 13:26:23 queue INFO >>83 [759] -2015-03-10 13:26:23 sendUrl INFO 83 [759] R:OK -2015-03-10 13:27:13 queue INFO >>83 [760] -2015-03-10 13:27:13 sendUrl INFO 83 [760] R:OK -2015-03-10 13:28:03 queue INFO >>83 [761] -2015-03-10 13:28:04 sendUrl INFO 83 [761] R:OK -2015-03-10 13:28:53 queue INFO >>83 [762] -2015-03-10 13:28:53 sendUrl INFO 83 [762] R:OK -2015-03-10 13:29:43 queue INFO >>83 [763] -2015-03-10 13:29:44 sendUrl INFO 83 [763] R:OK -2015-03-10 13:30:34 queue INFO >>83 [764] -2015-03-10 13:30:34 sendUrl INFO 83 [764] R:OK -2015-03-10 13:31:24 queue INFO >>83 [765] -2015-03-10 13:31:24 sendUrl INFO 83 [765] R:OK -2015-03-10 13:31:25 queue INFO 87 [766] -2015-03-10 13:31:25 queue INFO >87 [767] -2015-03-10 13:31:26 sendUrl INFO 87 [766] R:OK -2015-03-10 13:31:26 sendUrl INFO 87 [767] R:OK -2015-03-10 13:31:27 queue INFO 83 [768] -2015-03-10 13:31:27 queue INFO >83 [769] -2015-03-10 13:31:27 sendUrl INFO 83 [768] R:OK -2015-03-10 13:31:27 sendUrl INFO 83 [769] R:OK -2015-03-10 13:32:17 queue INFO >>83 [770] -2015-03-10 13:32:17 sendUrl INFO 83 [770] R:OK -2015-03-10 13:33:07 queue INFO >>83 [771] -2015-03-10 13:33:08 sendUrl INFO 83 [771] R:OK -2015-03-10 13:33:57 queue INFO >>83 [772] -2015-03-10 13:33:57 sendUrl INFO 83 [772] R:OK -2015-03-10 13:34:47 queue INFO >>83 [773] -2015-03-10 13:34:48 sendUrl INFO 83 [773] R:OK -2015-03-10 13:35:38 queue INFO >>83 [774] -2015-03-10 13:35:38 sendUrl INFO 83 [774] R:OK -2015-03-10 13:36:28 queue INFO >>83 [775] -2015-03-10 13:36:28 sendUrl INFO 83 [775] R:OK -2015-03-10 13:37:18 queue INFO >>83 [776] -2015-03-10 13:37:18 sendUrl INFO 83 [776] R:OK -2015-03-10 13:38:08 queue INFO >>83 [777] -2015-03-10 13:38:08 sendUrl INFO 83 [777] R:OK -2015-03-10 13:38:58 queue INFO >>83 [778] -2015-03-10 13:38:58 sendUrl INFO 83 [778] R:OK -2015-03-10 13:39:11 queue INFO C7 [779] -2015-03-10 13:39:11 queue INFO >C7 [780] -2015-03-10 13:39:11 sendUrl INFO C7 [779] R:OK -2015-03-10 13:39:12 sendUrl INFO C7 [780] R:OK -2015-03-10 13:39:12 queue INFO C3 [781] -2015-03-10 13:39:13 sendUrl INFO C3 [781] R:OK -2015-03-10 13:39:13 queue INFO >C3 [782] -2015-03-10 13:39:13 sendUrl INFO C3 [782] R:OK -2015-03-10 13:40:03 queue INFO >>C3 [783] -2015-03-10 13:40:03 sendUrl INFO C3 [783] R:OK -2015-03-10 13:40:53 queue INFO >>C3 [784] -2015-03-10 13:40:53 sendUrl INFO C3 [784] R:OK -2015-03-10 13:41:43 queue INFO >>C3 [785] -2015-03-10 13:41:43 sendUrl INFO C3 [785] R:OK -2015-03-10 13:42:33 queue INFO >>C3 [786] -2015-03-10 13:42:33 sendUrl INFO C3 [786] R:OK -2015-03-10 13:43:23 queue INFO >>C3 [787] -2015-03-10 13:43:24 sendUrl INFO C3 [787] R:OK -2015-03-10 13:44:13 queue INFO >>C3 [788] -2015-03-10 13:44:14 sendUrl INFO C3 [788] R:OK -2015-03-10 13:45:04 queue INFO >>C3 [789] -2015-03-10 13:45:04 sendUrl INFO C3 [789] R:OK -2015-03-10 13:45:54 queue INFO >>C3 [790] -2015-03-10 13:45:54 sendUrl INFO C3 [790] R:OK -2015-03-10 13:46:44 queue INFO >>C3 [791] -2015-03-10 13:46:44 sendUrl INFO C3 [791] R:OK -2015-03-10 13:46:44 queue INFO 83 [792] -2015-03-10 13:46:45 sendUrl INFO 83 [792] R:OK -2015-03-10 13:46:45 queue INFO >83 [793] -2015-03-10 13:46:45 sendUrl INFO 83 [793] R:OK -2015-03-10 13:46:45 queue INFO 87 [794] -2015-03-10 13:46:45 queue INFO >87 [795] -2015-03-10 13:46:46 sendUrl INFO 87 [794] R:OK -2015-03-10 13:46:46 sendUrl INFO 87 [795] R:OK -2015-03-10 13:46:47 queue INFO 83 [796] -2015-03-10 13:46:47 queue INFO >83 [797] -2015-03-10 13:46:47 sendUrl INFO 83 [796] R:OK -2015-03-10 13:46:48 sendUrl INFO 83 [797] R:OK -2015-03-10 13:47:37 queue INFO >>83 [798] -2015-03-10 13:47:37 sendUrl INFO 83 [798] R:OK -2015-03-10 13:48:27 queue INFO >>83 [799] -2015-03-10 13:48:27 sendUrl INFO 83 [799] R:OK -2015-03-10 13:49:17 queue INFO >>83 [800] -2015-03-10 13:49:18 sendUrl INFO 83 [800] R:OK -2015-03-10 13:50:07 queue INFO >>83 [801] -2015-03-10 13:50:08 sendUrl INFO 83 [801] R:OK -2015-03-10 13:50:58 queue INFO >>83 [802] -2015-03-10 13:50:58 sendUrl INFO 83 [802] R:OK -2015-03-10 13:51:48 queue INFO >>83 [803] -2015-03-10 13:51:48 sendUrl INFO 83 [803] R:OK -2015-03-10 13:52:38 queue INFO >>83 [804] -2015-03-10 13:52:38 sendUrl INFO 83 [804] R:OK -2015-03-10 13:53:28 queue INFO >>83 [805] -2015-03-10 13:53:28 sendUrl INFO 83 [805] R:OK -2015-03-10 13:54:18 queue INFO >>83 [806] -2015-03-10 13:54:19 sendUrl INFO 83 [806] R:OK -2015-03-10 13:54:23 queue INFO 87 [807] -2015-03-10 13:54:23 queue INFO >87 [808] -2015-03-10 13:54:24 sendUrl INFO 87 [807] R:OK -2015-03-10 13:54:24 sendUrl INFO 87 [808] R:OK -2015-03-10 13:54:25 queue INFO 83 [809] -2015-03-10 13:54:25 queue INFO >83 [810] -2015-03-10 13:54:25 sendUrl INFO 83 [809] R:OK -2015-03-10 13:54:26 sendUrl INFO 83 [810] R:OK -2015-03-10 13:55:15 queue INFO >>83 [811] -2015-03-10 13:55:15 sendUrl INFO 83 [811] R:OK -2015-03-10 13:56:05 queue INFO >>83 [812] -2015-03-10 13:56:05 sendUrl INFO 83 [812] R:OK -2015-03-10 13:56:55 queue INFO >>83 [813] -2015-03-10 13:56:56 sendUrl INFO 83 [813] R:OK -2015-03-10 13:57:45 queue INFO >>83 [814] -2015-03-10 13:57:45 sendUrl INFO 83 [814] R:OK -2015-03-10 13:58:35 queue INFO >>83 [815] -2015-03-10 13:58:36 sendUrl INFO 83 [815] R:OK -2015-03-10 13:59:26 queue INFO >>83 [816] -2015-03-10 13:59:26 sendUrl INFO 83 [816] R:OK -2015-03-10 14:00:16 queue INFO >>83 [817] -2015-03-10 14:00:16 sendUrl INFO 83 [817] R:OK -2015-03-10 14:01:06 queue INFO >>83 [818] -2015-03-10 14:01:06 sendUrl INFO 83 [818] R:OK -2015-03-10 14:01:56 queue INFO >>83 [819] -2015-03-10 14:01:57 sendUrl INFO 83 [819] R:OK -2015-03-10 14:01:57 queue INFO 87 [820] -2015-03-10 14:01:57 queue INFO >87 [821] -2015-03-10 14:01:58 sendUrl INFO 87 [820] R:OK -2015-03-10 14:01:58 sendUrl INFO 87 [821] R:OK -2015-03-10 14:01:59 queue INFO 83 [822] -2015-03-10 14:01:59 queue INFO >83 [823] -2015-03-10 14:01:59 sendUrl INFO 83 [822] R:OK -2015-03-10 14:02:00 sendUrl INFO 83 [823] R:OK -2015-03-10 14:02:49 queue INFO >>83 [824] -2015-03-10 14:02:49 sendUrl INFO 83 [824] R:OK -2015-03-10 14:03:39 queue INFO >>83 [825] -2015-03-10 14:03:39 sendUrl INFO 83 [825] R:OK -2015-03-10 14:04:29 queue INFO >>83 [826] -2015-03-10 14:04:30 sendUrl INFO 83 [826] R:OK -2015-03-10 14:05:19 queue INFO >>83 [827] -2015-03-10 14:05:20 sendUrl INFO 83 [827] R:OK -2015-03-10 14:06:10 queue INFO >>83 [828] -2015-03-10 14:06:10 sendUrl INFO 83 [828] R:OK -2015-03-10 14:07:00 queue INFO >>83 [829] -2015-03-10 14:07:00 sendUrl INFO 83 [829] R:OK -2015-03-10 14:07:50 queue INFO >>83 [830] -2015-03-10 14:07:50 sendUrl INFO 83 [830] R:OK -2015-03-10 14:08:40 queue INFO >>83 [831] -2015-03-10 14:08:40 sendUrl INFO 83 [831] R:OK -2015-03-10 14:09:30 queue INFO >>83 [832] -2015-03-10 14:09:31 sendUrl INFO 83 [832] R:OK -2015-03-10 14:09:32 queue INFO 87 [833] -2015-03-10 14:09:32 queue INFO >87 [834] -2015-03-10 14:09:32 sendUrl INFO 87 [833] R:OK -2015-03-10 14:09:33 sendUrl INFO 87 [834] R:OK -2015-03-10 14:09:33 queue INFO 83 [835] -2015-03-10 14:09:33 queue INFO >83 [836] -2015-03-10 14:09:34 sendUrl INFO 83 [835] R:OK -2015-03-10 14:09:34 sendUrl INFO 83 [836] R:OK -2015-03-10 14:10:23 queue INFO >>83 [837] -2015-03-10 14:10:24 sendUrl INFO 83 [837] R:OK -2015-03-10 14:11:14 queue INFO >>83 [838] -2015-03-10 14:11:14 sendUrl INFO 83 [838] R:OK -2015-03-10 14:12:04 queue INFO >>83 [839] -2015-03-10 14:12:04 sendUrl INFO 83 [839] R:OK -2015-03-10 14:12:54 queue INFO >>83 [840] -2015-03-10 14:12:54 sendUrl INFO 83 [840] R:OK -2015-03-10 14:13:44 queue INFO >>83 [841] -2015-03-10 14:13:44 sendUrl INFO 83 [841] R:OK -2015-03-10 14:14:34 queue INFO >>83 [842] -2015-03-10 14:14:35 sendUrl INFO 83 [842] R:OK -2015-03-10 14:15:24 queue INFO >>83 [843] -2015-03-10 14:15:24 sendUrl INFO 83 [843] R:OK -2015-03-10 14:16:14 queue INFO >>83 [844] -2015-03-10 14:16:15 sendUrl INFO 83 [844] R:OK -2015-03-10 14:17:05 queue INFO >>83 [845] -2015-03-10 14:17:05 sendUrl INFO 83 [845] R:OK -2015-03-10 14:17:17 queue INFO 87 [846] -2015-03-10 14:17:17 queue INFO >87 [847] -2015-03-10 14:17:18 sendUrl INFO 87 [846] R:OK -2015-03-10 14:17:18 sendUrl INFO 87 [847] R:OK -2015-03-10 14:17:19 queue INFO 83 [848] -2015-03-10 14:17:19 queue INFO >83 [849] -2015-03-10 14:17:19 sendUrl INFO 83 [848] R:OK -2015-03-10 14:17:20 sendUrl INFO 83 [849] R:OK -2015-03-10 14:18:09 queue INFO >>83 [850] -2015-03-10 14:18:10 sendUrl INFO 83 [850] R:OK -2015-03-10 14:18:59 queue INFO >>83 [851] -2015-03-10 14:18:59 sendUrl INFO 83 [851] R:OK -2015-03-10 14:19:49 queue INFO >>83 [852] -2015-03-10 14:19:50 sendUrl INFO 83 [852] R:OK -2015-03-10 14:20:39 queue INFO >>83 [853] -2015-03-10 14:20:40 sendUrl INFO 83 [853] R:OK -2015-03-10 14:21:30 queue INFO >>83 [854] -2015-03-10 14:21:30 sendUrl INFO 83 [854] R:OK -2015-03-10 14:22:20 queue INFO >>83 [855] -2015-03-10 14:22:20 sendUrl INFO 83 [855] R:OK -2015-03-10 14:23:10 queue INFO >>83 [856] -2015-03-10 14:23:11 sendUrl INFO 83 [856] R:OK -2015-03-10 14:24:00 queue INFO >>83 [857] -2015-03-10 14:24:00 sendUrl INFO 83 [857] R:OK -2015-03-10 14:24:50 queue INFO >>83 [858] -2015-03-10 14:24:51 sendUrl INFO 83 [858] R:OK -2015-03-10 14:24:52 queue INFO C7 [859] -2015-03-10 14:24:52 queue INFO >C7 [860] -2015-03-10 14:24:52 sendUrl INFO C7 [859] R:OK -2015-03-10 14:24:53 sendUrl INFO C7 [860] R:OK -2015-03-10 14:24:53 queue INFO C3 [861] -2015-03-10 14:24:53 queue INFO >C3 [862] -2015-03-10 14:24:54 sendUrl INFO C3 [861] R:OK -2015-03-10 14:24:54 sendUrl INFO C3 [862] R:OK -2015-03-10 14:25:43 queue INFO >>C3 [863] -2015-03-10 14:25:44 sendUrl INFO C3 [863] R:OK -2015-03-10 14:26:34 queue INFO >>C3 [864] -2015-03-10 14:26:34 sendUrl INFO C3 [864] R:OK -2015-03-10 14:27:24 queue INFO >>C3 [865] -2015-03-10 14:27:24 sendUrl INFO C3 [865] R:OK -2015-03-10 14:28:14 queue INFO >>C3 [866] -2015-03-10 14:28:14 sendUrl INFO C3 [866] R:OK -2015-03-10 14:29:04 queue INFO >>C3 [867] -2015-03-10 14:29:04 sendUrl INFO C3 [867] R:OK -2015-03-10 14:29:54 queue INFO >>C3 [868] -2015-03-10 14:29:55 sendUrl INFO C3 [868] R:OK -2015-03-10 14:30:44 queue INFO >>C3 [869] -2015-03-10 14:30:45 sendUrl INFO C3 [869] R:OK -2015-03-10 14:31:34 queue INFO >>C3 [870] -2015-03-10 14:31:35 sendUrl INFO C3 [870] R:OK -2015-03-10 14:32:25 queue INFO >>C3 [871] -2015-03-10 14:32:25 queue INFO 83 [872] -2015-03-10 14:32:25 sendUrl INFO C3 [871] R:OK -2015-03-10 14:32:25 queue INFO >83 [873] -2015-03-10 14:32:26 sendUrl INFO 83 [872] R:OK -2015-03-10 14:32:26 queue INFO 87 [874] -2015-03-10 14:32:26 queue INFO >87 [875] -2015-03-10 14:32:26 sendUrl INFO 83 [873] R:OK -2015-03-10 14:32:27 sendUrl INFO 87 [874] R:OK -2015-03-10 14:32:27 sendUrl INFO 87 [875] R:OK -2015-03-10 14:32:27 queue INFO 83 [876] -2015-03-10 14:32:28 queue INFO >83 [877] -2015-03-10 14:32:28 sendUrl INFO 83 [876] R:OK -2015-03-10 14:32:28 sendUrl INFO 83 [877] R:OK -2015-03-10 14:33:18 queue INFO >>83 [878] -2015-03-10 14:33:18 sendUrl INFO 83 [878] R:OK -2015-03-10 14:34:08 queue INFO >>83 [879] -2015-03-10 14:34:08 sendUrl INFO 83 [879] R:OK -2015-03-10 14:34:58 queue INFO >>83 [880] -2015-03-10 14:34:58 sendUrl INFO 83 [880] R:OK -2015-03-10 14:35:48 queue INFO >>83 [881] -2015-03-10 14:35:49 sendUrl INFO 83 [881] R:OK -2015-03-10 14:36:38 queue INFO >>83 [882] -2015-03-10 14:36:38 sendUrl INFO 83 [882] R:OK -2015-03-10 14:37:28 queue INFO >>83 [883] -2015-03-10 14:37:29 sendUrl INFO 83 [883] R:OK -2015-03-10 14:38:19 queue INFO >>83 [884] -2015-03-10 14:38:19 sendUrl INFO 83 [884] R:OK -2015-03-10 14:39:09 queue INFO >>83 [885] -2015-03-10 14:39:09 sendUrl INFO 83 [885] R:OK -2015-03-10 14:39:59 queue INFO >>83 [886] -2015-03-10 14:39:59 sendUrl INFO 83 [886] R:OK -2015-03-10 14:40:04 queue INFO 87 [887] -2015-03-10 14:40:04 sendUrl INFO 87 [887] R:OK -2015-03-10 14:40:04 queue INFO >87 [888] -2015-03-10 14:40:04 sendUrl INFO 87 [888] R:OK -2015-03-10 14:40:05 queue INFO 83 [889] -2015-03-10 14:40:05 queue INFO >83 [890] -2015-03-10 14:40:06 sendUrl INFO 83 [889] R:OK -2015-03-10 14:40:06 sendUrl INFO 83 [890] R:OK -2015-03-10 14:40:55 queue INFO >>83 [891] -2015-03-10 14:40:56 sendUrl INFO 83 [891] R:OK -2015-03-10 14:41:46 queue INFO >>83 [892] -2015-03-10 14:41:46 sendUrl INFO 83 [892] R:OK -2015-03-10 14:42:36 queue INFO >>83 [893] -2015-03-10 14:42:36 sendUrl INFO 83 [893] R:OK -2015-03-10 14:43:26 queue INFO >>83 [894] -2015-03-10 14:43:26 sendUrl INFO 83 [894] R:OK -2015-03-10 14:44:16 queue INFO >>83 [895] -2015-03-10 14:44:16 sendUrl INFO 83 [895] R:OK -2015-03-10 14:45:06 queue INFO >>83 [896] -2015-03-10 14:45:06 sendUrl INFO 83 [896] R:OK -2015-03-10 14:45:56 queue INFO >>83 [897] -2015-03-10 14:45:57 sendUrl INFO 83 [897] R:OK -2015-03-10 14:46:46 queue INFO >>83 [898] -2015-03-10 14:46:47 sendUrl INFO 83 [898] R:OK -2015-03-10 14:47:37 queue INFO >>83 [899] -2015-03-10 14:47:37 sendUrl INFO 83 [899] R:OK -2015-03-10 14:47:38 queue INFO 87 [900] -2015-03-10 14:47:38 queue INFO >87 [901] -2015-03-10 14:47:38 sendUrl INFO 87 [900] R:OK -2015-03-10 14:47:39 sendUrl INFO 87 [901] R:OK -2015-03-10 14:47:39 queue INFO 83 [902] -2015-03-10 14:47:40 queue INFO >83 [903] -2015-03-10 14:47:40 sendUrl INFO 83 [902] R:OK -2015-03-10 14:47:40 sendUrl INFO 83 [903] R:OK -2015-03-10 14:48:30 queue INFO >>83 [904] -2015-03-10 14:48:30 sendUrl INFO 83 [904] R:OK -2015-03-10 14:49:20 queue INFO >>83 [905] -2015-03-10 14:49:20 sendUrl INFO 83 [905] R:OK -2015-03-10 14:50:10 queue INFO >>83 [906] -2015-03-10 14:50:10 sendUrl INFO 83 [906] R:OK -2015-03-10 14:51:00 queue INFO >>83 [907] -2015-03-10 14:51:01 sendUrl INFO 83 [907] R:OK -2015-03-10 14:51:50 queue INFO >>83 [908] -2015-03-10 14:51:50 sendUrl INFO 83 [908] R:OK -2015-03-10 14:52:40 queue INFO >>83 [909] -2015-03-10 14:52:41 sendUrl INFO 83 [909] R:OK -2015-03-10 14:53:31 queue INFO >>83 [910] -2015-03-10 14:53:31 sendUrl INFO 83 [910] R:OK -2015-03-10 14:54:21 queue INFO >>83 [911] -2015-03-10 14:54:21 sendUrl INFO 83 [911] R:OK -2015-03-10 14:55:11 queue INFO >>83 [912] -2015-03-10 14:55:11 sendUrl INFO 83 [912] R:OK -2015-03-10 14:55:24 queue INFO 87 [913] -2015-03-10 14:55:24 queue INFO >87 [914] -2015-03-10 14:55:24 sendUrl INFO 87 [913] R:OK -2015-03-10 14:55:24 sendUrl INFO 87 [914] R:OK -2015-03-10 14:55:25 queue INFO 83 [915] -2015-03-10 14:55:26 queue INFO >83 [916] -2015-03-10 14:55:26 sendUrl INFO 83 [915] R:OK -2015-03-10 14:55:26 sendUrl INFO 83 [916] R:OK -2015-03-10 14:56:16 queue INFO >>83 [917] -2015-03-10 14:56:16 sendUrl INFO 83 [917] R:OK -2015-03-10 14:57:06 queue INFO >>83 [918] -2015-03-10 14:57:06 sendUrl INFO 83 [918] R:OK -2015-03-10 14:57:56 queue INFO >>83 [919] -2015-03-10 14:57:56 sendUrl INFO 83 [919] R:OK -2015-03-10 14:58:46 queue INFO >>83 [920] -2015-03-10 14:58:46 sendUrl INFO 83 [920] R:OK -2015-03-10 14:59:36 queue INFO >>83 [921] -2015-03-10 14:59:37 sendUrl INFO 83 [921] R:OK -2015-03-10 15:00:26 queue INFO >>83 [922] -2015-03-10 15:00:26 sendUrl INFO 83 [922] R:OK -2015-03-10 15:01:16 queue INFO >>83 [923] -2015-03-10 15:01:17 sendUrl INFO 83 [923] R:OK -2015-03-10 15:02:06 queue INFO >>83 [924] -2015-03-10 15:02:07 sendUrl INFO 83 [924] R:OK -2015-03-10 15:02:57 queue INFO >>83 [925] -2015-03-10 15:02:57 sendUrl INFO 83 [925] R:OK -2015-03-10 15:02:58 queue INFO 87 [926] -2015-03-10 15:02:58 queue INFO >87 [927] -2015-03-10 15:02:58 sendUrl INFO 87 [926] R:OK -2015-03-10 15:02:59 sendUrl INFO 87 [927] R:OK -2015-03-10 15:02:59 queue INFO 83 [928] -2015-03-10 15:03:00 queue INFO >83 [929] -2015-03-10 15:03:00 sendUrl INFO 83 [928] R:OK -2015-03-10 15:03:00 sendUrl INFO 83 [929] R:OK -2015-03-10 15:03:50 queue INFO >>83 [930] -2015-03-10 15:03:50 sendUrl INFO 83 [930] R:OK -2015-03-10 15:04:40 queue INFO >>83 [931] -2015-03-10 15:04:40 sendUrl INFO 83 [931] R:OK -2015-03-10 15:05:30 queue INFO >>83 [932] -2015-03-10 15:05:30 sendUrl INFO 83 [932] R:OK -2015-03-10 15:06:20 queue INFO >>83 [933] -2015-03-10 15:06:20 sendUrl INFO 83 [933] R:OK -2015-03-10 15:07:10 queue INFO >>83 [934] -2015-03-10 15:07:11 sendUrl INFO 83 [934] R:OK -2015-03-10 15:08:00 queue INFO >>83 [935] -2015-03-10 15:08:01 sendUrl INFO 83 [935] R:OK -2015-03-10 15:08:50 queue INFO >>83 [936] -2015-03-10 15:08:51 sendUrl INFO 83 [936] R:OK -2015-03-10 15:09:41 queue INFO >>83 [937] -2015-03-10 15:09:41 sendUrl INFO 83 [937] R:OK -2015-03-10 15:10:31 queue INFO >>83 [938] -2015-03-10 15:10:31 sendUrl INFO 83 [938] R:OK -2015-03-10 15:10:32 queue INFO C7 [939] -2015-03-10 15:10:32 queue INFO >C7 [940] -2015-03-10 15:10:32 sendUrl INFO C7 [939] R:OK -2015-03-10 15:10:33 sendUrl INFO C7 [940] R:OK -2015-03-10 15:10:34 queue INFO C3 [941] -2015-03-10 15:10:34 sendUrl INFO C3 [941] R:OK -2015-03-10 15:10:34 queue INFO >C3 [942] -2015-03-10 15:10:34 sendUrl INFO C3 [942] R:OK -2015-03-10 15:11:24 queue INFO >>C3 [943] -2015-03-10 15:11:24 sendUrl INFO C3 [943] R:OK -2015-03-10 15:12:14 queue INFO >>C3 [944] -2015-03-10 15:12:15 sendUrl INFO C3 [944] R:OK -2015-03-10 15:13:04 queue INFO >>C3 [945] -2015-03-10 15:13:04 sendUrl INFO C3 [945] R:OK -2015-03-10 15:13:54 queue INFO >>C3 [946] -2015-03-10 15:13:55 sendUrl INFO C3 [946] R:OK -2015-03-10 15:14:44 queue INFO >>C3 [947] -2015-03-10 15:14:45 sendUrl INFO C3 [947] R:OK -2015-03-10 15:15:35 queue INFO >>C3 [948] -2015-03-10 15:15:35 sendUrl INFO C3 [948] R:OK -2015-03-10 15:16:25 queue INFO >>C3 [949] -2015-03-10 15:16:25 sendUrl INFO C3 [949] R:OK -2015-03-10 15:17:15 queue INFO >>C3 [950] -2015-03-10 15:17:15 sendUrl INFO C3 [950] R:OK -2015-03-10 15:18:05 queue INFO >>C3 [951] -2015-03-10 15:18:05 sendUrl INFO C3 [951] R:OK -2015-03-10 15:18:06 queue INFO 83 [952] -2015-03-10 15:18:06 queue INFO >83 [953] -2015-03-10 15:18:06 sendUrl INFO 83 [952] R:OK -2015-03-10 15:18:06 sendUrl INFO 83 [953] R:OK -2015-03-10 15:18:06 queue INFO 87 [954] -2015-03-10 15:18:07 queue INFO >87 [955] -2015-03-10 15:18:07 sendUrl INFO 87 [954] R:OK -2015-03-10 15:18:07 sendUrl INFO 87 [955] R:OK -2015-03-10 15:18:08 queue INFO 83 [956] -2015-03-10 15:18:08 queue INFO >83 [957] -2015-03-10 15:18:08 sendUrl INFO 83 [956] R:OK -2015-03-10 15:18:09 sendUrl INFO 83 [957] R:OK -2015-03-10 15:18:58 queue INFO >>83 [958] -2015-03-10 15:18:59 sendUrl INFO 83 [958] R:OK -2015-03-10 15:19:48 queue INFO >>83 [959] -2015-03-10 15:19:49 sendUrl INFO 83 [959] R:OK -2015-03-10 15:20:39 queue INFO >>83 [960] -2015-03-10 15:20:39 sendUrl INFO 83 [960] R:OK -2015-03-10 15:21:29 queue INFO >>83 [961] -2015-03-10 15:21:29 sendUrl INFO 83 [961] R:OK -2015-03-10 15:22:19 queue INFO >>83 [962] -2015-03-10 15:22:19 sendUrl INFO 83 [962] R:OK -2015-03-10 15:23:09 queue INFO >>83 [963] -2015-03-10 15:23:09 sendUrl INFO 83 [963] R:OK -2015-03-10 15:23:59 queue INFO >>83 [964] -2015-03-10 15:23:59 sendUrl INFO 83 [964] R:OK -2015-03-10 15:24:49 queue INFO >>83 [965] -2015-03-10 15:24:50 sendUrl INFO 83 [965] R:OK -2015-03-10 15:25:39 queue INFO >>83 [966] -2015-03-10 15:25:40 sendUrl INFO 83 [966] R:OK -2015-03-10 15:25:44 queue INFO 87 [967] -2015-03-10 15:25:44 sendUrl INFO 87 [967] R:OK -2015-03-10 15:25:45 queue INFO >87 [968] -2015-03-10 15:25:45 sendUrl INFO 87 [968] R:OK -2015-03-10 15:25:46 queue INFO 83 [969] -2015-03-10 15:25:46 queue INFO >83 [970] -2015-03-10 15:25:46 sendUrl INFO 83 [969] R:OK -2015-03-10 15:25:47 sendUrl INFO 83 [970] R:OK -2015-03-10 15:26:36 queue INFO >>83 [971] -2015-03-10 15:26:36 sendUrl INFO 83 [971] R:OK -2015-03-10 15:27:26 queue INFO >>83 [972] -2015-03-10 15:27:27 sendUrl INFO 83 [972] R:OK -2015-03-10 15:28:16 queue INFO >>83 [973] -2015-03-10 15:28:16 sendUrl INFO 83 [973] R:OK -2015-03-10 15:29:06 queue INFO >>83 [974] -2015-03-10 15:29:07 sendUrl INFO 83 [974] R:OK -2015-03-10 15:29:57 queue INFO >>83 [975] -2015-03-10 15:29:57 sendUrl INFO 83 [975] R:OK -2015-03-10 15:30:47 queue INFO >>83 [976] -2015-03-10 15:30:47 sendUrl INFO 83 [976] R:OK -2015-03-10 15:31:37 queue INFO >>83 [977] -2015-03-10 15:31:37 sendUrl INFO 83 [977] R:OK -2015-03-10 15:32:27 queue INFO >>83 [978] -2015-03-10 15:32:28 sendUrl INFO 83 [978] R:OK -2015-03-10 15:33:17 queue INFO >>83 [979] -2015-03-10 15:33:17 sendUrl INFO 83 [979] R:OK -2015-03-10 15:33:30 queue INFO 87 [980] -2015-03-10 15:33:30 queue INFO >87 [981] -2015-03-10 15:33:30 sendUrl INFO 87 [980] R:OK -2015-03-10 15:33:31 sendUrl INFO 87 [981] R:OK -2015-03-10 15:33:32 queue INFO 83 [982] -2015-03-10 15:33:32 queue INFO >83 [983] -2015-03-10 15:33:32 sendUrl INFO 83 [982] R:OK -2015-03-10 15:33:32 sendUrl INFO 83 [983] R:OK -2015-03-10 15:34:22 queue INFO >>83 [984] -2015-03-10 15:34:22 sendUrl INFO 83 [984] R:OK -2015-03-10 15:35:12 queue INFO >>83 [985] -2015-03-10 15:35:12 sendUrl INFO 83 [985] R:OK -2015-03-10 15:36:02 queue INFO >>83 [986] -2015-03-10 15:36:02 sendUrl INFO 83 [986] R:OK -2015-03-10 15:36:52 queue INFO >>83 [987] -2015-03-10 15:36:53 sendUrl INFO 83 [987] R:OK -2015-03-10 15:37:42 queue INFO >>83 [988] -2015-03-10 15:37:43 sendUrl INFO 83 [988] R:OK -2015-03-10 15:38:33 queue INFO >>83 [989] -2015-03-10 15:38:33 sendUrl INFO 83 [989] R:OK -2015-03-10 15:39:23 queue INFO >>83 [990] -2015-03-10 15:39:23 sendUrl INFO 83 [990] R:OK -2015-03-10 15:40:13 queue INFO >>83 [991] -2015-03-10 15:40:13 sendUrl INFO 83 [991] R:OK -2015-03-10 15:41:03 queue INFO >>83 [992] -2015-03-10 15:41:03 sendUrl INFO 83 [992] R:OK -2015-03-10 15:41:04 queue INFO 87 [993] -2015-03-10 15:41:04 queue INFO >87 [994] -2015-03-10 15:41:04 sendUrl INFO 87 [993] R:OK -2015-03-10 15:41:05 sendUrl INFO 87 [994] R:OK -2015-03-10 15:41:06 queue INFO 83 [995] -2015-03-10 15:41:06 sendUrl INFO 83 [995] R:OK -2015-03-10 15:41:06 queue INFO >83 [996] -2015-03-10 15:41:06 sendUrl INFO 83 [996] R:OK -2015-03-10 15:41:56 queue INFO >>83 [997] -2015-03-10 15:41:56 sendUrl INFO 83 [997] R:OK -2015-03-10 15:42:46 queue INFO >>83 [998] -2015-03-10 15:42:47 sendUrl INFO 83 [998] R:OK -2015-03-10 15:43:36 queue INFO >>83 [999] -2015-03-10 15:43:36 sendUrl INFO 83 [999] R:OK -2015-03-10 15:44:26 queue INFO >>83 [0] -2015-03-10 15:44:27 sendUrl INFO 83 [0] R:OK -2015-03-10 15:45:17 queue INFO >>83 [1] -2015-03-10 15:45:17 sendUrl INFO 83 [1] R:OK -2015-03-10 15:46:07 queue INFO >>83 [2] -2015-03-10 15:46:07 sendUrl INFO 83 [2] R:OK -2015-03-10 15:46:57 queue INFO >>83 [3] -2015-03-10 15:46:57 sendUrl INFO 83 [3] R:OK -2015-03-10 15:47:47 queue INFO >>83 [4] -2015-03-10 15:47:48 sendUrl INFO 83 [4] R:OK -2015-03-10 15:48:37 queue INFO >>83 [5] -2015-03-10 15:48:37 sendUrl INFO 83 [5] R:OK -2015-03-10 15:48:38 queue INFO 87 [6] -2015-03-10 15:48:39 queue INFO >87 [7] -2015-03-10 15:48:39 sendUrl INFO 87 [6] R:OK -2015-03-10 15:48:39 sendUrl INFO 87 [7] R:OK -2015-03-10 15:48:40 queue INFO 83 [8] -2015-03-10 15:48:40 queue INFO >83 [9] -2015-03-10 15:48:40 sendUrl INFO 83 [8] R:OK -2015-03-10 15:48:41 sendUrl INFO 83 [9] R:OK -2015-03-10 15:49:30 queue INFO >>83 [10] -2015-03-10 15:49:30 sendUrl INFO 83 [10] R:OK -2015-03-10 15:50:20 queue INFO >>83 [11] -2015-03-10 15:50:21 sendUrl INFO 83 [11] R:OK -2015-03-10 15:51:11 queue INFO >>83 [12] -2015-03-10 15:51:11 sendUrl INFO 83 [12] R:OK -2015-03-10 15:52:01 queue INFO >>83 [13] -2015-03-10 15:52:01 sendUrl INFO 83 [13] R:OK -2015-03-10 15:52:51 queue INFO >>83 [14] -2015-03-10 15:52:51 sendUrl INFO 83 [14] R:OK -2015-03-10 15:53:41 queue INFO >>83 [15] -2015-03-10 15:53:41 sendUrl INFO 83 [15] R:OK -2015-03-10 15:54:31 queue INFO >>83 [16] -2015-03-10 15:54:31 sendUrl INFO 83 [16] R:OK -2015-03-10 15:55:21 queue INFO >>83 [17] -2015-03-10 15:55:22 sendUrl INFO 83 [17] R:OK -2015-03-10 15:56:11 queue INFO >>83 [18] -2015-03-10 15:56:12 sendUrl INFO 83 [18] R:OK -2015-03-10 15:56:13 queue INFO C7 [19] -2015-03-10 15:56:13 sendUrl INFO C7 [19] R:OK -2015-03-10 15:56:13 queue INFO >C7 [20] -2015-03-10 15:56:13 sendUrl INFO C7 [20] R:OK -2015-03-10 15:56:14 queue INFO C3 [21] -2015-03-10 15:56:15 queue INFO >C3 [22] -2015-03-10 15:56:15 sendUrl INFO C3 [21] R:OK -2015-03-10 15:56:15 sendUrl INFO C3 [22] R:OK -2015-03-10 15:57:05 queue INFO >>C3 [23] -2015-03-10 15:57:05 sendUrl INFO C3 [23] R:OK -2015-03-10 15:57:55 queue INFO >>C3 [24] -2015-03-10 15:57:55 sendUrl INFO C3 [24] R:OK -2015-03-10 15:58:45 queue INFO >>C3 [25] -2015-03-10 15:58:45 sendUrl INFO C3 [25] R:OK -2015-03-10 15:59:35 queue INFO >>C3 [26] -2015-03-10 15:59:35 sendUrl INFO C3 [26] R:OK -2015-03-10 16:00:25 queue INFO >>C3 [27] -2015-03-10 16:00:26 sendUrl INFO C3 [27] R:OK -2015-03-10 16:01:15 queue INFO >>C3 [28] -2015-03-10 16:01:16 sendUrl INFO C3 [28] R:OK -2015-03-10 16:02:06 queue INFO >>C3 [29] -2015-03-10 16:02:06 sendUrl INFO C3 [29] R:OK -2015-03-10 16:02:56 queue INFO >>C3 [30] -2015-03-10 16:02:56 sendUrl INFO C3 [30] R:OK -2015-03-10 16:03:46 queue INFO >>C3 [31] -2015-03-10 16:03:46 sendUrl INFO C3 [31] R:OK -2015-03-10 16:03:46 queue INFO 83 [32] -2015-03-10 16:03:46 sendUrl INFO 83 [32] R:OK -2015-03-10 16:03:46 queue INFO >83 [33] -2015-03-10 16:03:47 sendUrl INFO 83 [33] R:OK -2015-03-10 16:03:47 queue INFO 87 [34] -2015-03-10 16:03:47 queue INFO >87 [35] -2015-03-10 16:03:47 sendUrl INFO 87 [34] R:OK -2015-03-10 16:03:48 sendUrl INFO 87 [35] R:OK -2015-03-10 16:03:49 queue INFO 83 [36] -2015-03-10 16:03:49 queue INFO >83 [37] -2015-03-10 16:03:49 sendUrl INFO 83 [36] R:OK -2015-03-10 16:03:49 sendUrl INFO 83 [37] R:OK -2015-03-10 16:04:39 queue INFO >>83 [38] -2015-03-10 16:04:39 sendUrl INFO 83 [38] R:OK -2015-03-10 16:05:29 queue INFO >>83 [39] -2015-03-10 16:05:29 sendUrl INFO 83 [39] R:OK -2015-03-10 16:06:19 queue INFO >>83 [40] -2015-03-10 16:06:19 sendUrl INFO 83 [40] R:OK -2015-03-10 16:07:09 queue INFO >>83 [41] -2015-03-10 16:07:09 sendUrl INFO 83 [41] R:OK -2015-03-10 16:07:59 queue INFO >>83 [42] -2015-03-10 16:08:00 sendUrl INFO 83 [42] R:OK -2015-03-10 16:08:49 queue INFO >>83 [43] -2015-03-10 16:08:50 sendUrl INFO 83 [43] R:OK -2015-03-10 16:09:40 queue INFO >>83 [44] -2015-03-10 16:09:40 sendUrl INFO 83 [44] R:OK -2015-03-10 16:10:30 queue INFO >>83 [45] -2015-03-10 16:10:30 sendUrl INFO 83 [45] R:OK -2015-03-10 16:11:20 queue INFO >>83 [46] -2015-03-10 16:11:20 sendUrl INFO 83 [46] R:OK -2015-03-10 16:11:36 queue INFO 87 [47] -2015-03-10 16:11:37 sendUrl INFO 87 [47] R:OK -2015-03-10 16:11:37 queue INFO >87 [48] -2015-03-10 16:11:37 sendUrl INFO 87 [48] R:OK -2015-03-10 16:11:38 queue INFO 83 [49] -2015-03-10 16:11:38 queue INFO >83 [50] -2015-03-10 16:11:39 sendUrl INFO 83 [49] R:OK -2015-03-10 16:11:39 sendUrl INFO 83 [50] R:OK -2015-03-10 16:12:28 queue INFO >>83 [51] -2015-03-10 16:12:28 sendUrl INFO 83 [51] R:OK -2015-03-10 16:13:18 queue INFO >>83 [52] -2015-03-10 16:13:19 sendUrl INFO 83 [52] R:OK -2015-03-10 16:14:09 queue INFO >>83 [53] -2015-03-10 16:14:09 sendUrl INFO 83 [53] R:OK -2015-03-10 16:14:59 queue INFO >>83 [54] -2015-03-10 16:14:59 sendUrl INFO 83 [54] R:OK -2015-03-10 16:15:49 queue INFO >>83 [55] -2015-03-10 16:15:49 sendUrl INFO 83 [55] R:OK -2015-03-10 16:16:39 queue INFO >>83 [56] -2015-03-10 16:16:40 sendUrl INFO 83 [56] R:OK -2015-03-10 16:17:29 queue INFO >>83 [57] -2015-03-10 16:17:29 sendUrl INFO 83 [57] R:OK -2015-03-10 16:18:19 queue INFO >>83 [58] -2015-03-10 16:18:20 sendUrl INFO 83 [58] R:OK -2015-03-10 16:19:09 queue INFO >>83 [59] -2015-03-10 16:19:10 sendUrl INFO 83 [59] R:OK -2015-03-10 16:19:11 queue INFO 87 [60] -2015-03-10 16:19:11 queue INFO >87 [61] -2015-03-10 16:19:11 sendUrl INFO 87 [60] R:OK -2015-03-10 16:19:12 sendUrl INFO 87 [61] R:OK -2015-03-10 16:19:12 queue INFO 83 [62] -2015-03-10 16:19:12 queue INFO >83 [63] -2015-03-10 16:19:13 sendUrl INFO 83 [62] R:OK -2015-03-10 16:19:13 sendUrl INFO 83 [63] R:OK -2015-03-10 16:20:02 queue INFO >>83 [64] -2015-03-10 16:20:03 sendUrl INFO 83 [64] R:OK -2015-03-10 16:20:53 queue INFO >>83 [65] -2015-03-10 16:20:53 sendUrl INFO 83 [65] R:OK -2015-03-10 16:21:43 queue INFO >>83 [66] -2015-03-10 16:21:43 sendUrl INFO 83 [66] R:OK -2015-03-10 16:22:33 queue INFO >>83 [67] -2015-03-10 16:22:33 sendUrl INFO 83 [67] R:OK -2015-03-10 16:23:23 queue INFO >>83 [68] -2015-03-10 16:23:23 sendUrl INFO 83 [68] R:OK -2015-03-10 16:24:13 queue INFO >>83 [69] -2015-03-10 16:24:14 sendUrl INFO 83 [69] R:OK -2015-03-10 16:25:03 queue INFO >>83 [70] -2015-03-10 16:25:04 sendUrl INFO 83 [70] R:OK -2015-03-10 16:25:54 queue INFO >>83 [71] -2015-03-10 16:25:54 sendUrl INFO 83 [71] R:OK -2015-03-10 16:26:44 queue INFO >>83 [72] -2015-03-10 16:26:44 sendUrl INFO 83 [72] R:OK -2015-03-10 16:26:45 queue INFO 87 [73] -2015-03-10 16:26:45 queue INFO >87 [74] -2015-03-10 16:26:45 sendUrl INFO 87 [73] R:OK -2015-03-10 16:26:46 sendUrl INFO 87 [74] R:OK -2015-03-10 16:26:46 queue INFO 83 [75] -2015-03-10 16:26:47 sendUrl INFO 83 [75] R:OK -2015-03-10 16:26:47 queue INFO >83 [76] -2015-03-10 16:26:47 sendUrl INFO 83 [76] R:OK -2015-03-10 16:27:37 queue INFO >>83 [77] -2015-03-10 16:27:37 sendUrl INFO 83 [77] R:OK -2015-03-10 16:28:27 queue INFO >>83 [78] -2015-03-10 16:28:27 sendUrl INFO 83 [78] R:OK -2015-03-10 16:29:17 queue INFO >>83 [79] -2015-03-10 16:29:17 sendUrl INFO 83 [79] R:OK -2015-03-10 16:30:07 queue INFO >>83 [80] -2015-03-10 16:30:07 sendUrl INFO 83 [80] R:OK -2015-03-10 16:30:57 queue INFO >>83 [81] -2015-03-10 16:30:58 sendUrl INFO 83 [81] R:OK -2015-03-10 16:31:47 queue INFO >>83 [82] -2015-03-10 16:31:48 sendUrl INFO 83 [82] R:OK -2015-03-10 16:32:38 queue INFO >>83 [83] -2015-03-10 16:32:38 sendUrl INFO 83 [83] R:OK -2015-03-10 16:33:28 queue INFO >>83 [84] -2015-03-10 16:33:28 sendUrl INFO 83 [84] R:OK -2015-03-10 16:34:18 queue INFO >>83 [85] -2015-03-10 16:34:18 sendUrl INFO 83 [85] R:OK -2015-03-10 16:34:19 queue INFO 87 [86] -2015-03-10 16:34:19 queue INFO >87 [87] -2015-03-10 16:34:20 sendUrl INFO 87 [86] R:OK -2015-03-10 16:34:20 sendUrl INFO 87 [87] R:OK -2015-03-10 16:34:21 queue INFO 83 [88] -2015-03-10 16:34:21 queue INFO >83 [89] -2015-03-10 16:34:21 sendUrl INFO 83 [88] R:OK -2015-03-10 16:34:22 sendUrl INFO 83 [89] R:OK -2015-03-10 16:35:11 queue INFO >>83 [90] -2015-03-10 16:35:11 sendUrl INFO 83 [90] R:OK -2015-03-10 16:36:01 queue INFO >>83 [91] -2015-03-10 16:36:01 sendUrl INFO 83 [91] R:OK -2015-03-10 16:36:51 queue INFO >>83 [92] -2015-03-10 16:36:52 sendUrl INFO 83 [92] R:OK -2015-03-10 16:37:41 queue INFO >>83 [93] -2015-03-10 16:37:42 sendUrl INFO 83 [93] R:OK -2015-03-10 16:38:32 queue INFO >>83 [94] -2015-03-10 16:38:32 sendUrl INFO 83 [94] R:OK -2015-03-10 16:39:22 queue INFO >>83 [95] -2015-03-10 16:39:22 sendUrl INFO 83 [95] R:OK -2015-03-10 16:40:12 queue INFO >>83 [96] -2015-03-10 16:40:12 sendUrl INFO 83 [96] R:OK -2015-03-10 16:41:02 queue INFO >>83 [97] -2015-03-10 16:41:02 sendUrl INFO 83 [97] R:OK -2015-03-10 16:41:52 queue INFO >>83 [98] -2015-03-10 16:41:53 sendUrl INFO 83 [98] R:OK -2015-03-10 16:41:53 queue INFO C7 [99] -2015-03-10 16:41:54 sendUrl INFO C7 [99] R:OK -2015-03-10 16:41:54 queue INFO >C7 [100] -2015-03-10 16:41:54 sendUrl INFO C7 [100] R:OK -2015-03-10 16:41:55 queue INFO C3 [101] -2015-03-10 16:41:55 queue INFO >C3 [102] -2015-03-10 16:41:56 sendUrl INFO C3 [101] R:OK -2015-03-10 16:41:56 sendUrl INFO C3 [102] R:OK -2015-03-10 16:42:45 queue INFO >>C3 [103] -2015-03-10 16:42:45 sendUrl INFO C3 [103] R:OK -2015-03-10 16:43:35 queue INFO >>C3 [104] -2015-03-10 16:43:36 sendUrl INFO C3 [104] R:OK -2015-03-10 16:44:26 queue INFO >>C3 [105] -2015-03-10 16:44:26 sendUrl INFO C3 [105] R:OK -2015-03-10 16:45:16 queue INFO >>C3 [106] -2015-03-10 16:45:16 sendUrl INFO C3 [106] R:OK -2015-03-10 16:46:06 queue INFO >>C3 [107] -2015-03-10 16:46:06 sendUrl INFO C3 [107] R:OK -2015-03-10 16:46:56 queue INFO >>C3 [108] -2015-03-10 16:46:56 sendUrl INFO C3 [108] R:OK -2015-03-10 16:47:46 queue INFO >>C3 [109] -2015-03-10 16:47:46 sendUrl INFO C3 [109] R:OK -2015-03-10 16:48:36 queue INFO >>C3 [110] -2015-03-10 16:48:37 sendUrl INFO C3 [110] R:OK -2015-03-10 16:49:26 queue INFO >>C3 [111] -2015-03-10 16:49:27 sendUrl INFO C3 [111] R:OK -2015-03-10 16:49:38 queue INFO 83 [112] -2015-03-10 16:49:39 sendUrl INFO 83 [112] R:OK -2015-03-10 16:49:39 queue INFO >83 [113] -2015-03-10 16:49:39 queue INFO 87 [114] -2015-03-10 16:49:39 sendUrl INFO 83 [113] R:OK -2015-03-10 16:49:39 queue INFO >87 [115] -2015-03-10 16:49:40 sendUrl INFO 87 [114] R:OK -2015-03-10 16:49:40 sendUrl INFO 87 [115] R:OK -2015-03-10 16:49:41 queue INFO 83 [116] -2015-03-10 16:49:41 queue INFO >83 [117] -2015-03-10 16:49:41 sendUrl INFO 83 [116] R:OK -2015-03-10 16:49:42 sendUrl INFO 83 [117] R:OK -2015-03-10 16:50:31 queue INFO >>83 [118] -2015-03-10 16:50:31 sendUrl INFO 83 [118] R:OK -2015-03-10 16:51:21 queue INFO >>83 [119] -2015-03-10 16:51:21 sendUrl INFO 83 [119] R:OK -2015-03-10 16:52:11 queue INFO >>83 [120] -2015-03-10 16:52:12 sendUrl INFO 83 [120] R:OK -2015-03-10 16:53:01 queue INFO >>83 [121] -2015-03-10 16:53:01 sendUrl INFO 83 [121] R:OK -2015-03-10 16:53:51 queue INFO >>83 [122] -2015-03-10 16:53:52 sendUrl INFO 83 [122] R:OK -2015-03-10 16:54:42 queue INFO >>83 [123] -2015-03-10 16:54:42 sendUrl INFO 83 [123] R:OK -2015-03-10 16:55:32 queue INFO >>83 [124] -2015-03-10 16:55:32 sendUrl INFO 83 [124] R:OK -2015-03-10 16:56:22 queue INFO >>83 [125] -2015-03-10 16:56:22 sendUrl INFO 83 [125] R:OK -2015-03-10 16:57:12 queue INFO >>83 [126] -2015-03-10 16:57:12 sendUrl INFO 83 [126] R:OK -2015-03-10 16:57:17 queue INFO 87 [127] -2015-03-10 16:57:17 sendUrl INFO 87 [127] R:OK -2015-03-10 16:57:17 queue INFO >87 [128] -2015-03-10 16:57:18 sendUrl INFO 87 [128] R:OK -2015-03-10 16:57:19 queue INFO 83 [129] -2015-03-10 16:57:19 queue INFO >83 [130] -2015-03-10 16:57:19 sendUrl INFO 83 [129] R:OK -2015-03-10 16:57:20 sendUrl INFO 83 [130] R:OK -2015-03-10 16:58:09 queue INFO >>83 [131] -2015-03-10 16:58:09 sendUrl INFO 83 [131] R:OK -2015-03-10 16:58:59 queue INFO >>83 [132] -2015-03-10 16:58:59 sendUrl INFO 83 [132] R:OK -2015-03-10 16:59:49 queue INFO >>83 [133] -2015-03-10 16:59:50 sendUrl INFO 83 [133] R:OK -2015-03-10 17:00:39 queue INFO >>83 [134] -2015-03-10 17:00:40 sendUrl INFO 83 [134] R:OK -2015-03-10 17:01:29 queue INFO >>83 [135] -2015-03-10 17:01:30 sendUrl INFO 83 [135] R:OK -2015-03-10 17:02:20 queue INFO >>83 [136] -2015-03-10 17:02:20 sendUrl INFO 83 [136] R:OK -2015-03-10 17:03:10 queue INFO >>83 [137] -2015-03-10 17:03:10 sendUrl INFO 83 [137] R:OK -2015-03-10 17:03:53 queue INFO 81 [138] -2015-03-10 17:03:54 queue INFO >81 [139] -2015-03-10 17:03:54 sendUrl INFO 81 [138] R:OK -2015-03-10 17:03:54 sendUrl INFO 81 [139] R:OK -2015-03-10 17:04:44 queue INFO >>81 [140] -2015-03-10 17:04:44 sendUrl INFO 81 [140] R:OK -2015-03-10 17:05:34 queue INFO >>81 [141] -2015-03-10 17:05:34 sendUrl INFO 81 [141] R:OK -2015-03-10 17:06:24 queue INFO >>81 [142] -2015-03-10 17:06:24 sendUrl INFO 81 [142] R:OK -2015-03-10 17:06:54 queue INFO 83 [143] -2015-03-10 17:06:55 sendUrl INFO 83 [143] R:OK -2015-03-10 17:06:55 queue INFO >83 [144] -2015-03-10 17:06:55 sendUrl INFO 83 [144] R:OK -2015-03-10 17:07:30 queue INFO 87 [145] -2015-03-10 17:07:30 queue INFO >87 [146] -2015-03-10 17:07:30 sendUrl INFO 87 [145] R:OK -2015-03-10 17:07:31 sendUrl INFO 87 [146] R:OK -2015-03-10 17:07:31 queue INFO 83 [147] -2015-03-10 17:07:32 queue INFO >83 [148] -2015-03-10 17:07:32 sendUrl INFO 83 [147] R:OK -2015-03-10 17:07:32 sendUrl INFO 83 [148] R:OK -2015-03-10 17:08:21 queue INFO >>83 [149] -2015-03-10 17:08:22 sendUrl INFO 83 [149] R:OK -2015-03-10 17:09:12 queue INFO >>83 [150] -2015-03-10 17:09:12 sendUrl INFO 83 [150] R:OK -2015-03-10 17:10:02 queue INFO >>83 [151] -2015-03-10 17:10:02 sendUrl INFO 83 [151] R:OK -2015-03-10 17:10:52 queue INFO >>83 [152] -2015-03-10 17:10:52 sendUrl INFO 83 [152] R:OK -2015-03-10 17:11:42 queue INFO >>83 [153] -2015-03-10 17:11:42 sendUrl INFO 83 [153] R:OK -2015-03-10 17:12:32 queue INFO >>83 [154] -2015-03-10 17:12:33 sendUrl INFO 83 [154] R:OK -2015-03-10 17:13:22 queue INFO >>83 [155] -2015-03-10 17:13:23 sendUrl INFO 83 [155] R:OK -2015-03-10 17:14:13 queue INFO >>83 [156] -2015-03-10 17:14:13 sendUrl INFO 83 [156] R:OK -2015-03-10 17:15:03 queue INFO >>83 [157] -2015-03-10 17:15:03 sendUrl INFO 83 [157] R:OK -2015-03-10 17:15:04 queue INFO 87 [158] -2015-03-10 17:15:04 queue INFO >87 [159] -2015-03-10 17:15:04 sendUrl INFO 87 [158] R:OK -2015-03-10 17:15:05 sendUrl INFO 87 [159] R:OK -2015-03-10 17:15:06 queue INFO 83 [160] -2015-03-10 17:15:06 queue INFO >83 [161] -2015-03-10 17:15:06 sendUrl INFO 83 [160] R:OK -2015-03-10 17:15:06 sendUrl INFO 83 [161] R:OK -2015-03-10 17:15:56 queue INFO >>83 [162] -2015-03-10 17:15:56 sendUrl INFO 83 [162] R:OK -2015-03-10 17:16:46 queue INFO >>83 [163] -2015-03-10 17:16:46 sendUrl INFO 83 [163] R:OK -2015-03-10 17:17:36 queue INFO >>83 [164] -2015-03-10 17:17:36 sendUrl INFO 83 [164] R:OK -2015-03-10 17:18:26 queue INFO >>83 [165] -2015-03-10 17:18:27 sendUrl INFO 83 [165] R:OK -2015-03-10 17:19:16 queue INFO >>83 [166] -2015-03-10 17:19:16 sendUrl INFO 83 [166] R:OK -2015-03-10 17:20:06 queue INFO >>83 [167] -2015-03-10 17:20:07 sendUrl INFO 83 [167] R:OK -2015-03-10 17:20:57 queue INFO >>83 [168] -2015-03-10 17:20:57 sendUrl INFO 83 [168] R:OK -2015-03-10 17:21:47 queue INFO >>83 [169] -2015-03-10 17:21:47 sendUrl INFO 83 [169] R:OK -2015-03-10 17:22:37 queue INFO >>83 [170] -2015-03-10 17:22:37 sendUrl INFO 83 [170] R:OK -2015-03-10 17:22:38 queue INFO 87 [171] -2015-03-10 17:22:39 queue INFO >87 [172] -2015-03-10 17:22:39 sendUrl INFO 87 [171] R:OK -2015-03-10 17:22:39 sendUrl INFO 87 [172] R:OK -2015-03-10 17:22:40 queue INFO 83 [173] -2015-03-10 17:22:40 queue INFO >83 [174] -2015-03-10 17:22:40 sendUrl INFO 83 [173] R:OK -2015-03-10 17:22:41 sendUrl INFO 83 [174] R:OK -2015-03-10 17:23:30 queue INFO >>83 [175] -2015-03-10 17:23:31 sendUrl INFO 83 [175] R:OK -2015-03-10 17:24:20 queue INFO >>83 [176] -2015-03-10 17:24:20 sendUrl INFO 83 [176] R:OK -2015-03-10 17:25:10 queue INFO >>83 [177] -2015-03-10 17:25:11 sendUrl INFO 83 [177] R:OK -2015-03-10 17:26:01 queue INFO >>83 [178] -2015-03-10 17:26:01 sendUrl INFO 83 [178] R:OK -2015-03-10 17:26:51 queue INFO >>83 [179] -2015-03-10 17:26:51 sendUrl INFO 83 [179] R:OK -2015-03-10 17:27:41 queue INFO >>83 [180] -2015-03-10 17:27:41 sendUrl INFO 83 [180] R:OK -2015-03-10 17:28:31 queue INFO >>83 [181] -2015-03-10 17:28:32 sendUrl INFO 83 [181] R:OK -2015-03-10 17:29:21 queue INFO >>83 [182] -2015-03-10 17:29:21 sendUrl INFO 83 [182] R:OK -2015-03-10 17:30:11 queue INFO >>83 [183] -2015-03-10 17:30:12 sendUrl INFO 83 [183] R:OK -2015-03-10 17:30:12 queue INFO 87 [184] -2015-03-10 17:30:13 queue INFO >87 [185] -2015-03-10 17:30:13 sendUrl INFO 87 [184] R:OK -2015-03-10 17:30:13 sendUrl INFO 87 [185] R:OK -2015-03-10 17:30:14 queue INFO 83 [186] -2015-03-10 17:30:14 sendUrl INFO 83 [186] R:OK -2015-03-10 17:30:14 queue INFO >83 [187] -2015-03-10 17:30:15 sendUrl INFO 83 [187] R:OK -2015-03-10 17:31:04 queue INFO >>83 [188] -2015-03-10 17:31:05 sendUrl INFO 83 [188] R:OK -2015-03-10 17:31:54 queue INFO >>83 [189] -2015-03-10 17:31:55 sendUrl INFO 83 [189] R:OK -2015-03-10 17:32:45 queue INFO >>83 [190] -2015-03-10 17:32:45 sendUrl INFO 83 [190] R:OK -2015-03-10 17:33:35 queue INFO >>83 [191] -2015-03-10 17:33:35 sendUrl INFO 83 [191] R:OK -2015-03-10 17:34:25 queue INFO >>83 [192] -2015-03-10 17:34:25 sendUrl INFO 83 [192] R:OK -2015-03-10 17:35:15 queue INFO >>83 [193] -2015-03-10 17:35:15 sendUrl INFO 83 [193] R:OK -2015-03-10 17:36:05 queue INFO >>83 [194] -2015-03-10 17:36:06 sendUrl INFO 83 [194] R:OK -2015-03-10 17:36:55 queue INFO >>83 [195] -2015-03-10 17:36:56 sendUrl INFO 83 [195] R:OK -2015-03-10 17:37:45 queue INFO >>83 [196] -2015-03-10 17:37:46 sendUrl INFO 83 [196] R:OK -2015-03-10 17:37:47 queue INFO C7 [197] -2015-03-10 17:37:47 queue INFO >C7 [198] -2015-03-10 17:37:47 sendUrl INFO C7 [197] R:OK -2015-03-10 17:37:48 sendUrl INFO C7 [198] R:OK -2015-03-10 17:37:48 queue INFO C3 [199] -2015-03-10 17:37:48 queue INFO >C3 [200] -2015-03-10 17:37:49 sendUrl INFO C3 [199] R:OK -2015-03-10 17:37:49 sendUrl INFO C3 [200] R:OK -2015-03-10 17:38:38 queue INFO >>C3 [201] -2015-03-10 17:38:39 sendUrl INFO C3 [201] R:OK -2015-03-10 17:39:29 queue INFO >>C3 [202] -2015-03-10 17:39:29 sendUrl INFO C3 [202] R:OK -2015-03-10 17:40:19 queue INFO >>C3 [203] -2015-03-10 17:40:19 sendUrl INFO C3 [203] R:OK -2015-03-10 17:41:09 queue INFO >>C3 [204] -2015-03-10 17:41:09 sendUrl INFO C3 [204] R:OK -2015-03-10 17:41:59 queue INFO >>C3 [205] -2015-03-10 17:41:59 sendUrl INFO C3 [205] R:OK -2015-03-10 17:42:49 queue INFO >>C3 [206] -2015-03-10 17:42:50 sendUrl INFO C3 [206] R:OK -2015-03-10 17:43:39 queue INFO >>C3 [207] -2015-03-10 17:43:40 sendUrl INFO C3 [207] R:OK -2015-03-10 17:44:30 queue INFO >>C3 [208] -2015-03-10 17:44:30 sendUrl INFO C3 [208] R:OK -2015-03-10 17:45:20 queue INFO >>C3 [209] -2015-03-10 17:45:20 sendUrl INFO C3 [209] R:OK -2015-03-10 17:45:32 queue INFO 83 [210] -2015-03-10 17:45:32 sendUrl INFO 83 [210] R:OK -2015-03-10 17:45:32 queue INFO >83 [211] -2015-03-10 17:45:32 sendUrl INFO 83 [211] R:OK -2015-03-10 17:45:33 queue INFO 87 [212] -2015-03-10 17:45:33 queue INFO >87 [213] -2015-03-10 17:45:33 sendUrl INFO 87 [212] R:OK -2015-03-10 17:45:33 sendUrl INFO 87 [213] R:OK -2015-03-10 17:45:34 queue INFO 83 [214] -2015-03-10 17:45:34 queue INFO >83 [215] -2015-03-10 17:45:34 sendUrl INFO 83 [214] R:OK -2015-03-10 17:45:35 sendUrl INFO 83 [215] R:OK -2015-03-10 17:46:24 queue INFO >>83 [216] -2015-03-10 17:46:25 sendUrl INFO 83 [216] R:OK -2015-03-10 17:47:14 queue INFO >>83 [217] -2015-03-10 17:47:15 sendUrl INFO 83 [217] R:OK -2015-03-10 17:48:05 queue INFO >>83 [218] -2015-03-10 17:48:05 sendUrl INFO 83 [218] R:OK -2015-03-10 17:48:33 queue INFO 93 [219] -2015-03-10 17:48:33 queue INFO 99 [220] -2015-03-10 17:48:33 queue INFO >99 [221] -2015-03-10 17:48:34 sendUrl INFO 93 [219] R:OK -2015-03-10 17:48:34 sendUrl INFO 99 [220] R:OK -2015-03-10 17:48:34 sendUrl INFO 99 [221] R:OK -2015-03-10 17:49:23 queue INFO >>99 [222] -2015-03-10 17:49:24 sendUrl INFO 99 [222] R:OK -2015-03-10 17:50:03 queue INFO 89 [223] -2015-03-10 17:50:03 sendUrl INFO 89 [223] R:OK -2015-03-10 17:50:03 queue INFO >89 [224] -2015-03-10 17:50:04 sendUrl INFO 89 [224] R:OK -2015-03-10 17:50:06 queue INFO 81 [225] -2015-03-10 17:50:06 sendUrl INFO 81 [225] R:OK -2015-03-10 17:50:06 queue INFO >81 [226] -2015-03-10 17:50:07 sendUrl INFO 81 [226] R:OK -2015-03-10 17:50:11 queue INFO 83 [227] -2015-03-10 17:50:11 queue INFO >83 [228] -2015-03-10 17:50:11 sendUrl INFO 83 [227] R:OK -2015-03-10 17:50:12 sendUrl INFO 83 [228] R:OK -2015-03-10 17:51:01 queue INFO >>83 [229] -2015-03-10 17:51:01 sendUrl INFO 83 [229] R:OK -2015-03-10 17:51:51 queue INFO >>83 [230] -2015-03-10 17:51:52 sendUrl INFO 83 [230] R:OK -2015-03-10 17:52:41 queue INFO >>83 [231] -2015-03-10 17:52:42 sendUrl INFO 83 [231] R:OK -2015-03-10 17:53:32 queue INFO >>83 [232] -2015-03-10 17:53:32 sendUrl INFO 83 [232] R:OK -2015-03-10 17:54:22 queue INFO >>83 [233] -2015-03-10 17:54:22 sendUrl INFO 83 [233] R:OK -2015-03-10 17:54:57 queue INFO 87 [234] -2015-03-10 17:54:58 sendUrl INFO 87 [234] R:OK -2015-03-10 17:54:58 queue INFO >87 [235] -2015-03-10 17:54:58 sendUrl INFO 87 [235] R:OK -2015-03-10 17:54:59 queue INFO 83 [236] -2015-03-10 17:54:59 queue INFO >83 [237] -2015-03-10 17:55:00 sendUrl INFO 83 [236] R:OK -2015-03-10 17:55:00 sendUrl INFO 83 [237] R:OK -2015-03-10 17:55:49 queue INFO >>83 [238] -2015-03-10 17:55:49 sendUrl INFO 83 [238] R:OK -2015-03-10 17:56:39 queue INFO >>83 [239] -2015-03-10 17:56:40 sendUrl INFO 83 [239] R:OK -2015-03-10 17:57:29 queue INFO >>83 [240] -2015-03-10 17:57:30 sendUrl INFO 83 [240] R:OK -2015-03-10 17:58:20 queue INFO >>83 [241] -2015-03-10 17:58:20 sendUrl INFO 83 [241] R:OK -2015-03-10 17:59:10 queue INFO >>83 [242] -2015-03-10 17:59:10 sendUrl INFO 83 [242] R:OK -2015-03-10 18:00:00 queue INFO >>83 [243] -2015-03-10 18:00:00 sendUrl INFO 83 [243] R:OK -2015-03-10 18:00:50 queue INFO >>83 [244] -2015-03-10 18:00:50 sendUrl INFO 83 [244] R:OK -2015-03-10 18:01:40 queue INFO >>83 [245] -2015-03-10 18:01:40 sendUrl INFO 83 [245] R:OK -2015-03-10 18:02:30 queue INFO >>83 [246] -2015-03-10 18:02:31 sendUrl INFO 83 [246] R:OK -2015-03-10 18:02:32 queue INFO 87 [247] -2015-03-10 18:02:32 queue INFO >87 [248] -2015-03-10 18:02:32 sendUrl INFO 87 [247] R:OK -2015-03-10 18:02:33 sendUrl INFO 87 [248] R:OK -2015-03-10 18:02:33 queue INFO 83 [249] -2015-03-10 18:02:33 queue INFO >83 [250] -2015-03-10 18:02:34 sendUrl INFO 83 [249] R:OK -2015-03-10 18:02:34 sendUrl INFO 83 [250] R:OK -2015-03-10 18:03:23 queue INFO >>83 [251] -2015-03-10 18:03:24 sendUrl INFO 83 [251] R:OK -2015-03-10 18:04:14 queue INFO >>83 [252] -2015-03-10 18:04:14 sendUrl INFO 83 [252] R:OK -2015-03-10 18:05:04 queue INFO >>83 [253] -2015-03-10 18:05:04 sendUrl INFO 83 [253] R:OK -2015-03-10 18:05:54 queue INFO >>83 [254] -2015-03-10 18:05:54 sendUrl INFO 83 [254] R:OK -2015-03-10 18:06:44 queue INFO >>83 [255] -2015-03-10 18:06:44 sendUrl INFO 83 [255] R:OK -2015-03-10 18:07:34 queue INFO >>83 [256] -2015-03-10 18:07:35 sendUrl INFO 83 [256] R:OK -2015-03-10 18:08:24 queue INFO >>83 [257] -2015-03-10 18:08:25 sendUrl INFO 83 [257] R:OK -2015-03-10 18:09:14 queue INFO >>83 [258] -2015-03-10 18:09:15 sendUrl INFO 83 [258] R:OK -2015-03-10 18:10:05 queue INFO >>83 [259] -2015-03-10 18:10:05 sendUrl INFO 83 [259] R:OK -2015-03-10 18:10:06 queue INFO 87 [260] -2015-03-10 18:10:06 queue INFO >87 [261] -2015-03-10 18:10:06 sendUrl INFO 87 [260] R:OK -2015-03-10 18:10:07 sendUrl INFO 87 [261] R:OK -2015-03-10 18:10:07 queue INFO 83 [262] -2015-03-10 18:10:08 sendUrl INFO 83 [262] R:OK -2015-03-10 18:10:08 queue INFO >83 [263] -2015-03-10 18:10:08 sendUrl INFO 83 [263] R:OK -2015-03-10 18:10:58 queue INFO >>83 [264] -2015-03-10 18:10:58 sendUrl INFO 83 [264] R:OK -2015-03-10 18:11:48 queue INFO >>83 [265] -2015-03-10 18:11:48 sendUrl INFO 83 [265] R:OK -2015-03-10 18:12:38 queue INFO >>83 [266] -2015-03-10 18:12:38 sendUrl INFO 83 [266] R:OK -2015-03-10 18:13:07 queue INFO 81 [267] -2015-03-10 18:13:07 queue INFO >81 [268] -2015-03-10 18:13:07 sendUrl INFO 81 [267] R:OK -2015-03-10 18:13:08 sendUrl INFO 81 [268] R:OK -2015-03-10 18:13:57 queue INFO >>81 [269] -2015-03-10 18:13:57 sendUrl INFO 81 [269] R:OK -2015-03-10 18:14:47 queue INFO >>81 [270] -2015-03-10 18:14:47 sendUrl INFO 81 [270] R:OK -2015-03-10 18:15:37 queue INFO >>81 [271] -2015-03-10 18:15:38 sendUrl INFO 81 [271] R:OK -2015-03-10 18:16:27 queue INFO >>81 [272] -2015-03-10 18:16:28 sendUrl INFO 81 [272] R:OK -2015-03-10 18:17:18 queue INFO >>81 [273] -2015-03-10 18:17:18 sendUrl INFO 81 [273] R:OK -2015-03-10 18:17:47 queue INFO 91 [274] -2015-03-10 18:17:47 queue INFO 99 [275] -2015-03-10 18:17:47 sendUrl INFO 91 [274] R:OK -2015-03-10 18:17:47 queue INFO >99 [276] -2015-03-10 18:17:48 sendUrl INFO 99 [275] R:OK -2015-03-10 18:17:48 sendUrl INFO 99 [276] R:OK -2015-03-10 18:18:37 queue INFO >>99 [277] -2015-03-10 18:18:37 sendUrl INFO 99 [277] R:OK -2015-03-10 18:19:18 queue INFO 89 [278] -2015-03-10 18:19:18 queue INFO >89 [279] -2015-03-10 18:19:18 sendUrl INFO 89 [278] R:OK -2015-03-10 18:19:19 sendUrl INFO 89 [279] R:OK -2015-03-10 18:19:21 queue INFO 81 [280] -2015-03-10 18:19:21 queue INFO >81 [281] -2015-03-10 18:19:21 sendUrl INFO 81 [280] R:OK -2015-03-10 18:19:22 sendUrl INFO 81 [281] R:OK -2015-03-10 18:19:23 queue INFO 83 [282] -2015-03-10 18:19:24 queue INFO >83 [283] -2015-03-10 18:19:24 sendUrl INFO 83 [282] R:OK -2015-03-10 18:19:24 sendUrl INFO 83 [283] R:OK -2015-03-10 18:20:13 queue INFO >>83 [284] -2015-03-10 18:20:14 sendUrl INFO 83 [284] R:OK -2015-03-10 18:21:04 queue INFO >>83 [285] -2015-03-10 18:21:04 sendUrl INFO 83 [285] R:OK -2015-03-10 18:21:23 queue INFO 81 [286] -2015-03-10 18:21:23 sendUrl INFO 81 [286] R:OK -2015-03-10 18:21:23 queue INFO >81 [287] -2015-03-10 18:21:24 sendUrl INFO 81 [287] R:OK -2015-03-10 18:22:13 queue INFO >>81 [288] -2015-03-10 18:22:13 sendUrl INFO 81 [288] R:OK -2015-03-10 18:22:53 queue INFO 87 [289] -2015-03-10 18:22:53 queue INFO >87 [290] -2015-03-10 18:22:53 sendUrl INFO 87 [289] R:OK -2015-03-10 18:22:54 sendUrl INFO 87 [290] R:OK -2015-03-10 18:22:54 queue INFO 83 [291] -2015-03-10 18:22:54 queue INFO >83 [292] -2015-03-10 18:22:55 sendUrl INFO 83 [291] R:OK -2015-03-10 18:22:55 sendUrl INFO 83 [292] R:OK -2015-03-10 18:23:44 queue INFO >>83 [293] -2015-03-10 18:23:44 sendUrl INFO 83 [293] R:OK -2015-03-10 18:24:34 queue INFO >>83 [294] -2015-03-10 18:24:35 sendUrl INFO 83 [294] R:OK -2015-03-10 18:25:25 queue INFO >>83 [295] -2015-03-10 18:25:25 sendUrl INFO 83 [295] R:OK -2015-03-10 18:26:15 queue INFO >>83 [296] -2015-03-10 18:26:15 sendUrl INFO 83 [296] R:OK -2015-03-10 18:27:05 queue INFO >>83 [297] -2015-03-10 18:27:05 sendUrl INFO 83 [297] R:OK -2015-03-10 18:27:55 queue INFO >>83 [298] -2015-03-10 18:27:56 sendUrl INFO 83 [298] R:OK -2015-03-10 18:28:45 queue INFO >>83 [299] -2015-03-10 18:28:45 sendUrl INFO 83 [299] R:OK -2015-03-10 18:29:35 queue INFO >>83 [300] -2015-03-10 18:29:36 sendUrl INFO 83 [300] R:OK -2015-03-10 18:30:26 queue INFO >>83 [301] -2015-03-10 18:30:26 sendUrl INFO 83 [301] R:OK -2015-03-10 18:30:27 queue INFO 87 [302] -2015-03-10 18:30:27 queue INFO >87 [303] -2015-03-10 18:30:27 sendUrl INFO 87 [302] R:OK -2015-03-10 18:30:28 sendUrl INFO 87 [303] R:OK -2015-03-10 18:30:28 queue INFO 83 [304] -2015-03-10 18:30:29 queue INFO >83 [305] -2015-03-10 18:30:29 sendUrl INFO 83 [304] R:OK -2015-03-10 18:30:29 sendUrl INFO 83 [305] R:OK -2015-03-10 18:31:19 queue INFO >>83 [306] -2015-03-10 18:31:19 sendUrl INFO 83 [306] R:OK -2015-03-10 18:32:09 queue INFO >>83 [307] -2015-03-10 18:32:09 sendUrl INFO 83 [307] R:OK -2015-03-10 18:32:59 queue INFO >>83 [308] -2015-03-10 18:32:59 sendUrl INFO 83 [308] R:OK -2015-03-10 18:33:49 queue INFO >>83 [309] -2015-03-10 18:33:49 sendUrl INFO 83 [309] R:OK -2015-03-10 18:34:39 queue INFO >>83 [310] -2015-03-10 18:34:39 sendUrl INFO 83 [310] R:OK -2015-03-10 18:35:29 queue INFO >>83 [311] -2015-03-10 18:35:30 sendUrl INFO 83 [311] R:OK -2015-03-10 18:36:19 queue INFO >>83 [312] -2015-03-10 18:36:20 sendUrl INFO 83 [312] R:OK -2015-03-10 18:37:10 queue INFO >>83 [313] -2015-03-10 18:37:10 sendUrl INFO 83 [313] R:OK -2015-03-10 18:38:00 queue INFO >>83 [314] -2015-03-10 18:38:00 sendUrl INFO 83 [314] R:OK -2015-03-10 18:38:01 queue INFO 87 [315] -2015-03-10 18:38:01 queue INFO >87 [316] -2015-03-10 18:38:02 sendUrl INFO 87 [315] R:OK -2015-03-10 18:38:02 sendUrl INFO 87 [316] R:OK -2015-03-10 18:38:03 queue INFO 83 [317] -2015-03-10 18:38:03 queue INFO >83 [318] -2015-03-10 18:38:03 sendUrl INFO 83 [317] R:OK -2015-03-10 18:38:04 sendUrl INFO 83 [318] R:OK -2015-03-10 18:38:53 queue INFO >>83 [319] -2015-03-10 18:38:53 sendUrl INFO 83 [319] R:OK -2015-03-10 18:39:43 queue INFO >>83 [320] -2015-03-10 18:39:43 sendUrl INFO 83 [320] R:OK -2015-03-10 18:40:33 queue INFO >>83 [321] -2015-03-10 18:40:34 sendUrl INFO 83 [321] R:OK -2015-03-10 18:41:23 queue INFO >>83 [322] -2015-03-10 18:41:24 sendUrl INFO 83 [322] R:OK -2015-03-10 18:42:14 queue INFO >>83 [323] -2015-03-10 18:42:14 sendUrl INFO 83 [323] R:OK -2015-03-10 18:43:04 queue INFO >>83 [324] -2015-03-10 18:43:04 sendUrl INFO 83 [324] R:OK -2015-03-10 18:43:54 queue INFO >>83 [325] -2015-03-10 18:43:54 sendUrl INFO 83 [325] R:OK -2015-03-10 18:44:44 queue INFO >>83 [326] -2015-03-10 18:44:44 sendUrl INFO 83 [326] R:OK -2015-03-10 18:45:34 queue INFO >>83 [327] -2015-03-10 18:45:35 sendUrl INFO 83 [327] R:OK -2015-03-10 18:45:35 queue INFO 87 [328] -2015-03-10 18:45:36 queue INFO >87 [329] -2015-03-10 18:45:36 sendUrl INFO 87 [328] R:OK -2015-03-10 18:45:36 sendUrl INFO 87 [329] R:OK -2015-03-10 18:45:37 queue INFO 83 [330] -2015-03-10 18:45:37 sendUrl INFO 83 [330] R:OK -2015-03-10 18:45:37 queue INFO >83 [331] -2015-03-10 18:45:38 sendUrl INFO 83 [331] R:OK -2015-03-10 18:46:27 queue INFO >>83 [332] -2015-03-10 18:46:27 sendUrl INFO 83 [332] R:OK -2015-03-10 18:47:17 queue INFO >>83 [333] -2015-03-10 18:47:18 sendUrl INFO 83 [333] R:OK -2015-03-10 18:48:07 queue INFO >>83 [334] -2015-03-10 18:48:08 sendUrl INFO 83 [334] R:OK -2015-03-10 18:48:58 queue INFO >>83 [335] -2015-03-10 18:48:58 sendUrl INFO 83 [335] R:OK -2015-03-10 18:49:48 queue INFO >>83 [336] -2015-03-10 18:49:48 sendUrl INFO 83 [336] R:OK -2015-03-10 18:50:38 queue INFO >>83 [337] -2015-03-10 18:50:38 sendUrl INFO 83 [337] R:OK -2015-03-10 18:51:28 queue INFO >>83 [338] -2015-03-10 18:51:28 sendUrl INFO 83 [338] R:OK -2015-03-10 18:52:18 queue INFO >>83 [339] -2015-03-10 18:52:19 sendUrl INFO 83 [339] R:OK -2015-03-10 18:53:08 queue INFO >>83 [340] -2015-03-10 18:53:09 sendUrl INFO 83 [340] R:OK -2015-03-10 18:53:09 queue INFO C7 [341] -2015-03-10 18:53:10 sendUrl INFO C7 [341] R:OK -2015-03-10 18:53:10 queue INFO >C7 [342] -2015-03-10 18:53:10 sendUrl INFO C7 [342] R:OK -2015-03-10 18:53:11 queue INFO C3 [343] -2015-03-10 18:53:11 queue INFO >C3 [344] -2015-03-10 18:53:12 sendUrl INFO C3 [343] R:OK -2015-03-10 18:53:12 sendUrl INFO C3 [344] R:OK -2015-03-10 18:54:01 queue INFO >>C3 [345] -2015-03-10 18:54:01 sendUrl INFO C3 [345] R:OK -2015-03-10 18:54:51 queue INFO >>C3 [346] -2015-03-10 18:54:52 sendUrl INFO C3 [346] R:OK -2015-03-10 18:55:41 queue INFO >>C3 [347] -2015-03-10 18:55:42 sendUrl INFO C3 [347] R:OK -2015-03-10 18:56:32 queue INFO >>C3 [348] -2015-03-10 18:56:32 sendUrl INFO C3 [348] R:OK -2015-03-10 18:57:22 queue INFO >>C3 [349] -2015-03-10 18:57:22 sendUrl INFO C3 [349] R:OK -2015-03-10 18:58:12 queue INFO >>C3 [350] -2015-03-10 18:58:12 sendUrl INFO C3 [350] R:OK -2015-03-10 18:59:02 queue INFO >>C3 [351] -2015-03-10 18:59:02 sendUrl INFO C3 [351] R:OK -2015-03-10 18:59:52 queue INFO >>C3 [352] -2015-03-10 18:59:53 sendUrl INFO C3 [352] R:OK -2015-03-10 19:00:42 queue INFO >>C3 [353] -2015-03-10 19:00:43 sendUrl INFO C3 [353] R:OK -2015-03-10 19:00:55 queue INFO 83 [354] -2015-03-10 19:00:55 sendUrl INFO 83 [354] R:OK -2015-03-10 19:00:55 queue INFO >83 [355] -2015-03-10 19:00:55 sendUrl INFO 83 [355] R:OK -2015-03-10 19:00:55 queue INFO 87 [356] -2015-03-10 19:00:56 queue INFO >87 [357] -2015-03-10 19:00:56 sendUrl INFO 87 [356] R:OK -2015-03-10 19:00:56 sendUrl INFO 87 [357] R:OK -2015-03-10 19:00:57 queue INFO 83 [358] -2015-03-10 19:00:57 queue INFO >83 [359] -2015-03-10 19:00:57 sendUrl INFO 83 [358] R:OK -2015-03-10 19:00:58 sendUrl INFO 83 [359] R:OK -2015-03-10 19:01:47 queue INFO >>83 [360] -2015-03-10 19:01:47 sendUrl INFO 83 [360] R:OK -2015-03-10 19:02:37 queue INFO >>83 [361] -2015-03-10 19:02:38 sendUrl INFO 83 [361] R:OK -2015-03-10 19:03:27 queue INFO >>83 [362] -2015-03-10 19:03:28 sendUrl INFO 83 [362] R:OK -2015-03-10 19:04:18 queue INFO >>83 [363] -2015-03-10 19:04:18 sendUrl INFO 83 [363] R:OK -2015-03-10 19:05:08 queue INFO >>83 [364] -2015-03-10 19:05:08 sendUrl INFO 83 [364] R:OK -2015-03-10 19:05:58 queue INFO >>83 [365] -2015-03-10 19:05:58 sendUrl INFO 83 [365] R:OK -2015-03-10 19:06:48 queue INFO >>83 [366] -2015-03-10 19:06:48 sendUrl INFO 83 [366] R:OK -2015-03-10 19:07:38 queue INFO >>83 [367] -2015-03-10 19:07:38 sendUrl INFO 83 [367] R:OK -2015-03-10 19:08:28 queue INFO >>83 [368] -2015-03-10 19:08:29 sendUrl INFO 83 [368] R:OK -2015-03-10 19:08:33 queue INFO 87 [369] -2015-03-10 19:08:33 queue INFO >87 [370] -2015-03-10 19:08:34 sendUrl INFO 87 [369] R:OK -2015-03-10 19:08:34 sendUrl INFO 87 [370] R:OK -2015-03-10 19:08:35 queue INFO 83 [371] -2015-03-10 19:08:35 queue INFO >83 [372] -2015-03-10 19:08:35 sendUrl INFO 83 [371] R:OK -2015-03-10 19:08:36 sendUrl INFO 83 [372] R:OK -2015-03-10 19:09:25 queue INFO >>83 [373] -2015-03-10 19:09:26 sendUrl INFO 83 [373] R:OK -2015-03-10 19:10:15 queue INFO >>83 [374] -2015-03-10 19:10:15 sendUrl INFO 83 [374] R:OK -2015-03-10 19:11:05 queue INFO >>83 [375] -2015-03-10 19:11:06 sendUrl INFO 83 [375] R:OK -2015-03-10 19:11:55 queue INFO >>83 [376] -2015-03-10 19:11:56 sendUrl INFO 83 [376] R:OK -2015-03-10 19:12:46 queue INFO >>83 [377] -2015-03-10 19:12:46 sendUrl INFO 83 [377] R:OK -2015-03-10 19:13:36 queue INFO >>83 [378] -2015-03-10 19:13:36 sendUrl INFO 83 [378] R:OK -2015-03-10 19:14:26 queue INFO >>83 [379] -2015-03-10 19:14:26 sendUrl INFO 83 [379] R:OK -2015-03-10 19:15:16 queue INFO >>83 [380] -2015-03-10 19:15:16 sendUrl INFO 83 [380] R:OK -2015-03-10 19:16:06 queue INFO >>83 [381] -2015-03-10 19:16:07 sendUrl INFO 83 [381] R:OK -2015-03-10 19:16:08 queue INFO 87 [382] -2015-03-10 19:16:08 sendUrl INFO 87 [382] R:OK -2015-03-10 19:16:08 queue INFO >87 [383] -2015-03-10 19:16:08 sendUrl INFO 87 [383] R:OK -2015-03-10 19:16:09 queue INFO 83 [384] -2015-03-10 19:16:09 queue INFO >83 [385] -2015-03-10 19:16:10 sendUrl INFO 83 [384] R:OK -2015-03-10 19:16:10 sendUrl INFO 83 [385] R:OK -2015-03-10 19:16:59 queue INFO >>83 [386] -2015-03-10 19:16:59 sendUrl INFO 83 [386] R:OK -2015-03-10 19:17:49 queue INFO >>83 [387] -2015-03-10 19:17:50 sendUrl INFO 83 [387] R:OK -2015-03-10 19:18:40 queue INFO >>83 [388] -2015-03-10 19:18:40 sendUrl INFO 83 [388] R:OK -2015-03-10 19:19:30 queue INFO >>83 [389] -2015-03-10 19:19:30 sendUrl INFO 83 [389] R:OK -2015-03-10 19:20:20 queue INFO >>83 [390] -2015-03-10 19:20:20 sendUrl INFO 83 [390] R:OK -2015-03-10 19:21:10 queue INFO >>83 [391] -2015-03-10 19:21:11 sendUrl INFO 83 [391] R:OK -2015-03-10 19:22:00 queue INFO >>83 [392] -2015-03-10 19:22:00 sendUrl INFO 83 [392] R:OK -2015-03-10 19:22:50 queue INFO >>83 [393] -2015-03-10 19:22:51 sendUrl INFO 83 [393] R:OK -2015-03-10 19:23:41 queue INFO >>83 [394] -2015-03-10 19:23:41 sendUrl INFO 83 [394] R:OK -2015-03-10 19:23:42 queue INFO 87 [395] -2015-03-10 19:23:42 queue INFO >87 [396] -2015-03-10 19:23:42 sendUrl INFO 87 [395] R:OK -2015-03-10 19:23:43 sendUrl INFO 87 [396] R:OK -2015-03-10 19:23:43 queue INFO 83 [397] -2015-03-10 19:23:44 queue INFO >83 [398] -2015-03-10 19:23:44 sendUrl INFO 83 [397] R:OK -2015-03-10 19:23:44 sendUrl INFO 83 [398] R:OK -2015-03-10 19:24:33 queue INFO >>83 [399] -2015-03-10 19:24:34 sendUrl INFO 83 [399] R:OK -2015-03-10 19:25:24 queue INFO >>83 [400] -2015-03-10 19:25:24 sendUrl INFO 83 [400] R:OK -2015-03-10 19:26:14 queue INFO >>83 [401] -2015-03-10 19:26:14 sendUrl INFO 83 [401] R:OK -2015-03-10 19:27:04 queue INFO >>83 [402] -2015-03-10 19:27:04 sendUrl INFO 83 [402] R:OK -2015-03-10 19:27:54 queue INFO >>83 [403] -2015-03-10 19:27:54 sendUrl INFO 83 [403] R:OK -2015-03-10 19:28:44 queue INFO >>83 [404] -2015-03-10 19:28:45 sendUrl INFO 83 [404] R:OK -2015-03-10 19:29:34 queue INFO >>83 [405] -2015-03-10 19:29:34 sendUrl INFO 83 [405] R:OK -2015-03-10 19:30:24 queue INFO >>83 [406] -2015-03-10 19:30:25 sendUrl INFO 83 [406] R:OK -2015-03-10 19:31:15 queue INFO >>83 [407] -2015-03-10 19:31:15 sendUrl INFO 83 [407] R:OK -2015-03-10 19:31:16 queue INFO 87 [408] -2015-03-10 19:31:16 queue INFO >87 [409] -2015-03-10 19:31:17 sendUrl INFO 87 [408] R:OK -2015-03-10 19:31:17 sendUrl INFO 87 [409] R:OK -2015-03-10 19:31:18 queue INFO 83 [410] -2015-03-10 19:31:18 queue INFO >83 [411] -2015-03-10 19:31:18 sendUrl INFO 83 [410] R:OK -2015-03-10 19:31:19 sendUrl INFO 83 [411] R:OK -2015-03-10 19:32:08 queue INFO >>83 [412] -2015-03-10 19:32:08 sendUrl INFO 83 [412] R:OK -2015-03-10 19:32:58 queue INFO >>83 [413] -2015-03-10 19:32:58 sendUrl INFO 83 [413] R:OK -2015-03-10 19:33:48 queue INFO >>83 [414] -2015-03-10 19:33:49 sendUrl INFO 83 [414] R:OK -2015-03-10 19:34:38 queue INFO >>83 [415] -2015-03-10 19:34:38 sendUrl INFO 83 [415] R:OK -2015-03-10 19:35:28 queue INFO >>83 [416] -2015-03-10 19:35:29 sendUrl INFO 83 [416] R:OK -2015-03-10 19:36:19 queue INFO >>83 [417] -2015-03-10 19:36:19 sendUrl INFO 83 [417] R:OK -2015-03-10 19:36:42 queue INFO 81 [418] -2015-03-10 19:36:42 queue INFO >81 [419] -2015-03-10 19:36:42 sendUrl INFO 81 [418] R:OK -2015-03-10 19:36:42 sendUrl INFO 81 [419] R:OK -2015-03-10 19:37:32 queue INFO >>81 [420] -2015-03-10 19:37:32 sendUrl INFO 81 [420] R:OK -2015-03-10 19:38:22 queue INFO >>81 [421] -2015-03-10 19:38:22 sendUrl INFO 81 [421] R:OK -2015-03-10 19:39:12 queue INFO >>81 [422] -2015-03-10 19:39:12 sendUrl INFO 81 [422] R:OK -2015-03-10 19:39:45 queue INFO 83 [423] -2015-03-10 19:39:45 queue INFO >83 [424] -2015-03-10 19:39:45 sendUrl INFO 83 [423] R:OK -2015-03-10 19:39:45 sendUrl INFO 83 [424] R:OK -2015-03-10 19:40:19 queue INFO 87 [425] -2015-03-10 19:40:20 queue INFO >87 [426] -2015-03-10 19:40:20 sendUrl INFO 87 [425] R:OK -2015-03-10 19:40:20 sendUrl INFO 87 [426] R:OK -2015-03-10 19:40:21 queue INFO 83 [427] -2015-03-10 19:40:21 queue INFO >83 [428] -2015-03-10 19:40:21 sendUrl INFO 83 [427] R:OK -2015-03-10 19:40:22 sendUrl INFO 83 [428] R:OK -2015-03-10 19:41:11 queue INFO >>83 [429] -2015-03-10 19:41:12 sendUrl INFO 83 [429] R:OK -2015-03-10 19:42:01 queue INFO >>83 [430] -2015-03-10 19:42:01 sendUrl INFO 83 [430] R:OK -2015-03-10 19:42:51 queue INFO >>83 [431] -2015-03-10 19:42:52 sendUrl INFO 83 [431] R:OK -2015-03-10 19:43:42 queue INFO >>83 [432] -2015-03-10 19:43:42 sendUrl INFO 83 [432] R:OK -2015-03-10 19:44:32 queue INFO >>83 [433] -2015-03-10 19:44:32 sendUrl INFO 83 [433] R:OK -2015-03-10 19:45:22 queue INFO >>83 [434] -2015-03-10 19:45:22 sendUrl INFO 83 [434] R:OK -2015-03-10 19:46:12 queue INFO >>83 [435] -2015-03-10 19:46:13 sendUrl INFO 83 [435] R:OK -2015-03-10 19:47:02 queue INFO >>83 [436] -2015-03-10 19:47:02 sendUrl INFO 83 [436] R:OK -2015-03-10 19:47:52 queue INFO >>83 [437] -2015-03-10 19:47:53 sendUrl INFO 83 [437] R:OK -2015-03-10 19:47:54 queue INFO 87 [438] -2015-03-10 19:47:54 queue INFO >87 [439] -2015-03-10 19:47:54 sendUrl INFO 87 [438] R:OK -2015-03-10 19:47:55 sendUrl INFO 87 [439] R:OK -2015-03-10 19:47:55 queue INFO 83 [440] -2015-03-10 19:47:56 queue INFO >83 [441] -2015-03-10 19:47:56 sendUrl INFO 83 [440] R:OK -2015-03-10 19:47:56 sendUrl INFO 83 [441] R:OK -2015-03-10 19:48:46 queue INFO >>83 [442] -2015-03-10 19:48:46 sendUrl INFO 83 [442] R:OK -2015-03-10 19:49:36 queue INFO >>83 [443] -2015-03-10 19:49:36 sendUrl INFO 83 [443] R:OK -2015-03-10 19:50:26 queue INFO >>83 [444] -2015-03-10 19:50:26 sendUrl INFO 83 [444] R:OK -2015-03-10 19:51:16 queue INFO >>83 [445] -2015-03-10 19:51:16 sendUrl INFO 83 [445] R:OK -2015-03-10 19:52:06 queue INFO >>83 [446] -2015-03-10 19:52:06 sendUrl INFO 83 [446] R:OK -2015-03-10 19:52:56 queue INFO >>83 [447] -2015-03-10 19:52:57 sendUrl INFO 83 [447] R:OK -2015-03-10 19:53:46 queue INFO >>83 [448] -2015-03-10 19:53:47 sendUrl INFO 83 [448] R:OK -2015-03-10 19:54:37 queue INFO >>83 [449] -2015-03-10 19:54:37 sendUrl INFO 83 [449] R:OK -2015-03-10 19:55:27 queue INFO >>83 [450] -2015-03-10 19:55:27 sendUrl INFO 83 [450] R:OK -2015-03-10 19:55:28 queue INFO 87 [451] -2015-03-10 19:55:28 queue INFO >87 [452] -2015-03-10 19:55:28 sendUrl INFO 87 [451] R:OK -2015-03-10 19:55:29 sendUrl INFO 87 [452] R:OK -2015-03-10 19:55:30 queue INFO 83 [453] -2015-03-10 19:55:30 sendUrl INFO 83 [453] R:OK -2015-03-10 19:55:30 queue INFO >83 [454] -2015-03-10 19:55:30 sendUrl INFO 83 [454] R:OK -2015-03-10 19:56:20 queue INFO >>83 [455] -2015-03-10 19:56:20 sendUrl INFO 83 [455] R:OK -2015-03-10 19:57:10 queue INFO >>83 [456] -2015-03-10 19:57:10 sendUrl INFO 83 [456] R:OK -2015-03-10 19:58:00 queue INFO >>83 [457] -2015-03-10 19:58:00 sendUrl INFO 83 [457] R:OK -2015-03-10 19:58:50 queue INFO >>83 [458] -2015-03-10 19:58:51 sendUrl INFO 83 [458] R:OK -2015-03-10 19:59:40 queue INFO >>83 [459] -2015-03-10 19:59:41 sendUrl INFO 83 [459] R:OK -2015-03-10 20:00:30 queue INFO >>83 [460] -2015-03-10 20:00:31 sendUrl INFO 83 [460] R:OK -2015-03-10 20:01:21 queue INFO >>83 [461] -2015-03-10 20:01:21 sendUrl INFO 83 [461] R:OK -2015-03-10 20:02:11 queue INFO >>83 [462] -2015-03-10 20:02:11 sendUrl INFO 83 [462] R:OK -2015-03-10 20:03:01 queue INFO >>83 [463] -2015-03-10 20:03:01 sendUrl INFO 83 [463] R:OK -2015-03-10 20:03:02 queue INFO 87 [464] -2015-03-10 20:03:02 queue INFO >87 [465] -2015-03-10 20:03:03 sendUrl INFO 87 [464] R:OK -2015-03-10 20:03:03 sendUrl INFO 87 [465] R:OK -2015-03-10 20:03:04 queue INFO 83 [466] -2015-03-10 20:03:04 queue INFO >83 [467] -2015-03-10 20:03:04 sendUrl INFO 83 [466] R:OK -2015-03-10 20:03:05 sendUrl INFO 83 [467] R:OK -2015-03-10 20:03:54 queue INFO >>83 [468] -2015-03-10 20:03:54 sendUrl INFO 83 [468] R:OK -2015-03-10 20:04:44 queue INFO >>83 [469] -2015-03-10 20:04:44 sendUrl INFO 83 [469] R:OK -2015-03-10 20:05:34 queue INFO >>83 [470] -2015-03-10 20:05:35 sendUrl INFO 83 [470] R:OK -2015-03-10 20:06:24 queue INFO >>83 [471] -2015-03-10 20:06:25 sendUrl INFO 83 [471] R:OK -2015-03-10 20:07:15 queue INFO >>83 [472] -2015-03-10 20:07:15 sendUrl INFO 83 [472] R:OK -2015-03-10 20:08:05 queue INFO >>83 [473] -2015-03-10 20:08:05 sendUrl INFO 83 [473] R:OK -2015-03-10 20:08:55 queue INFO >>83 [474] -2015-03-10 20:08:55 sendUrl INFO 83 [474] R:OK -2015-03-10 20:09:45 queue INFO >>83 [475] -2015-03-10 20:09:45 sendUrl INFO 83 [475] R:OK -2015-03-10 20:10:35 queue INFO >>83 [476] -2015-03-10 20:10:36 sendUrl INFO 83 [476] R:OK -2015-03-10 20:10:36 queue INFO C7 [477] -2015-03-10 20:10:37 queue INFO >C7 [478] -2015-03-10 20:10:37 sendUrl INFO C7 [477] R:OK -2015-03-10 20:10:37 sendUrl INFO C7 [478] R:OK -2015-03-10 20:10:38 queue INFO C3 [479] -2015-03-10 20:10:38 queue INFO >C3 [480] -2015-03-10 20:10:38 sendUrl INFO C3 [479] R:OK -2015-03-10 20:10:39 sendUrl INFO C3 [480] R:OK -2015-03-10 20:11:28 queue INFO >>C3 [481] -2015-03-10 20:11:29 sendUrl INFO C3 [481] R:OK -2015-03-10 20:12:18 queue INFO >>C3 [482] -2015-03-10 20:12:18 sendUrl INFO C3 [482] R:OK -2015-03-10 20:13:08 queue INFO >>C3 [483] -2015-03-10 20:13:09 sendUrl INFO C3 [483] R:OK -2015-03-10 20:13:59 queue INFO >>C3 [484] -2015-03-10 20:13:59 sendUrl INFO C3 [484] R:OK -2015-03-10 20:14:49 queue INFO >>C3 [485] -2015-03-10 20:14:49 sendUrl INFO C3 [485] R:OK -2015-03-10 20:15:39 queue INFO >>C3 [486] -2015-03-10 20:15:39 sendUrl INFO C3 [486] R:OK -2015-03-10 20:16:29 queue INFO >>C3 [487] -2015-03-10 20:16:29 sendUrl INFO C3 [487] R:OK -2015-03-10 20:17:19 queue INFO >>C3 [488] -2015-03-10 20:17:19 sendUrl INFO C3 [488] R:OK -2015-03-10 20:18:09 queue INFO >>C3 [489] -2015-03-10 20:18:10 sendUrl INFO C3 [489] R:OK -2015-03-10 20:18:21 queue INFO 83 [490] -2015-03-10 20:18:22 queue INFO >83 [491] -2015-03-10 20:18:22 sendUrl INFO 83 [490] R:OK -2015-03-10 20:18:22 queue INFO 87 [492] -2015-03-10 20:18:22 sendUrl INFO 83 [491] R:OK -2015-03-10 20:18:22 queue INFO >87 [493] -2015-03-10 20:18:23 sendUrl INFO 87 [492] R:OK -2015-03-10 20:18:23 sendUrl INFO 87 [493] R:OK -2015-03-10 20:18:24 queue INFO 83 [494] -2015-03-10 20:18:24 queue INFO >83 [495] -2015-03-10 20:18:24 sendUrl INFO 83 [494] R:OK -2015-03-10 20:18:25 sendUrl INFO 83 [495] R:OK -2015-03-10 20:19:14 queue INFO >>83 [496] -2015-03-10 20:19:14 sendUrl INFO 83 [496] R:OK -2015-03-10 20:20:04 queue INFO >>83 [497] -2015-03-10 20:20:04 sendUrl INFO 83 [497] R:OK -2015-03-10 20:20:54 queue INFO >>83 [498] -2015-03-10 20:20:54 sendUrl INFO 83 [498] R:OK -2015-03-10 20:21:44 queue INFO >>83 [499] -2015-03-10 20:21:45 sendUrl INFO 83 [499] R:OK -2015-03-10 20:22:34 queue INFO >>83 [500] -2015-03-10 20:22:35 sendUrl INFO 83 [500] R:OK -2015-03-10 20:23:24 queue INFO >>83 [501] -2015-03-10 20:23:25 sendUrl INFO 83 [501] R:OK -2015-03-10 20:24:15 queue INFO >>83 [502] -2015-03-10 20:24:15 sendUrl INFO 83 [502] R:OK -2015-03-10 20:25:05 queue INFO >>83 [503] -2015-03-10 20:25:05 sendUrl INFO 83 [503] R:OK -2015-03-10 20:25:55 queue INFO >>83 [504] -2015-03-10 20:25:55 sendUrl INFO 83 [504] R:OK -2015-03-10 20:26:00 queue INFO 87 [505] -2015-03-10 20:26:00 queue INFO >87 [506] -2015-03-10 20:26:00 sendUrl INFO 87 [505] R:OK -2015-03-10 20:26:01 sendUrl INFO 87 [506] R:OK -2015-03-10 20:26:02 queue INFO 83 [507] -2015-03-10 20:26:02 queue INFO >83 [508] -2015-03-10 20:26:02 sendUrl INFO 83 [507] R:OK -2015-03-10 20:26:02 sendUrl INFO 83 [508] R:OK -2015-03-10 20:26:52 queue INFO >>83 [509] -2015-03-10 20:26:52 sendUrl INFO 83 [509] R:OK -2015-03-10 20:27:42 queue INFO >>83 [510] -2015-03-10 20:27:42 sendUrl INFO 83 [510] R:OK -2015-03-10 20:28:32 queue INFO >>83 [511] -2015-03-10 20:28:32 sendUrl INFO 83 [511] R:OK -2015-03-10 20:29:22 queue INFO >>83 [512] -2015-03-10 20:29:23 sendUrl INFO 83 [512] R:OK -2015-03-10 20:30:12 queue INFO >>83 [513] -2015-03-10 20:30:12 sendUrl INFO 83 [513] R:OK -2015-03-10 20:31:02 queue INFO >>83 [514] -2015-03-10 20:31:03 sendUrl INFO 83 [514] R:OK -2015-03-10 20:31:53 queue INFO >>83 [515] -2015-03-10 20:31:53 sendUrl INFO 83 [515] R:OK -2015-03-10 20:32:43 queue INFO >>83 [516] -2015-03-10 20:32:43 sendUrl INFO 83 [516] R:OK -2015-03-10 20:33:33 queue INFO >>83 [517] -2015-03-10 20:33:33 sendUrl INFO 83 [517] R:OK -2015-03-10 20:33:34 queue INFO 87 [518] -2015-03-10 20:33:35 queue INFO >87 [519] -2015-03-10 20:33:35 sendUrl INFO 87 [518] R:OK -2015-03-10 20:33:35 sendUrl INFO 87 [519] R:OK -2015-03-10 20:33:36 queue INFO 83 [520] -2015-03-10 20:33:36 queue INFO >83 [521] -2015-03-10 20:33:36 sendUrl INFO 83 [520] R:OK -2015-03-10 20:33:37 sendUrl INFO 83 [521] R:OK -2015-03-10 20:34:26 queue INFO >>83 [522] -2015-03-10 20:34:27 sendUrl INFO 83 [522] R:OK -2015-03-10 20:35:16 queue INFO >>83 [523] -2015-03-10 20:35:16 sendUrl INFO 83 [523] R:OK -2015-03-10 20:36:06 queue INFO >>83 [524] -2015-03-10 20:36:07 sendUrl INFO 83 [524] R:OK -2015-03-10 20:36:57 queue INFO >>83 [525] -2015-03-10 20:36:57 sendUrl INFO 83 [525] R:OK -2015-03-10 20:37:47 queue INFO >>83 [526] -2015-03-10 20:37:47 sendUrl INFO 83 [526] R:OK -2015-03-10 20:38:37 queue INFO >>83 [527] -2015-03-10 20:38:37 sendUrl INFO 83 [527] R:OK -2015-03-10 20:39:27 queue INFO >>83 [528] -2015-03-10 20:39:28 sendUrl INFO 83 [528] R:OK -2015-03-10 20:40:17 queue INFO >>83 [529] -2015-03-10 20:40:17 sendUrl INFO 83 [529] R:OK -2015-03-10 20:41:07 queue INFO >>83 [530] -2015-03-10 20:41:08 sendUrl INFO 83 [530] R:OK -2015-03-10 20:41:09 queue INFO 87 [531] -2015-03-10 20:41:09 queue INFO >87 [532] -2015-03-10 20:41:09 sendUrl INFO 87 [531] R:OK -2015-03-10 20:41:09 sendUrl INFO 87 [532] R:OK -2015-03-10 20:41:10 queue INFO 83 [533] -2015-03-10 20:41:10 sendUrl INFO 83 [533] R:OK -2015-03-10 20:41:10 queue INFO >83 [534] -2015-03-10 20:41:11 sendUrl INFO 83 [534] R:OK -2015-03-10 20:42:00 queue INFO >>83 [535] -2015-03-10 20:42:01 sendUrl INFO 83 [535] R:OK -2015-03-10 20:42:50 queue INFO >>83 [536] -2015-03-10 20:42:51 sendUrl INFO 83 [536] R:OK -2015-03-10 20:43:41 queue INFO >>83 [537] -2015-03-10 20:43:41 sendUrl INFO 83 [537] R:OK -2015-03-10 20:44:31 queue INFO >>83 [538] -2015-03-10 20:44:31 sendUrl INFO 83 [538] R:OK -2015-03-10 20:45:21 queue INFO >>83 [539] -2015-03-10 20:45:21 sendUrl INFO 83 [539] R:OK -2015-03-10 20:46:11 queue INFO >>83 [540] -2015-03-10 20:46:11 sendUrl INFO 83 [540] R:OK -2015-03-10 20:47:01 queue INFO >>83 [541] -2015-03-10 20:47:02 sendUrl INFO 83 [541] R:OK -2015-03-10 20:47:51 queue INFO >>83 [542] -2015-03-10 20:47:51 sendUrl INFO 83 [542] R:OK -2015-03-10 20:48:41 queue INFO >>83 [543] -2015-03-10 20:48:42 sendUrl INFO 83 [543] R:OK -2015-03-10 20:48:43 queue INFO 87 [544] -2015-03-10 20:48:43 queue INFO >87 [545] -2015-03-10 20:48:43 sendUrl INFO 87 [544] R:OK -2015-03-10 20:48:44 sendUrl INFO 87 [545] R:OK -2015-03-10 20:48:44 queue INFO 83 [546] -2015-03-10 20:48:45 queue INFO >83 [547] -2015-03-10 20:48:45 sendUrl INFO 83 [546] R:OK -2015-03-10 20:48:45 sendUrl INFO 83 [547] R:OK -2015-03-10 20:49:35 queue INFO >>83 [548] -2015-03-10 20:49:35 sendUrl INFO 83 [548] R:OK -2015-03-10 20:50:25 queue INFO >>83 [549] -2015-03-10 20:50:25 sendUrl INFO 83 [549] R:OK -2015-03-10 20:51:15 queue INFO >>83 [550] -2015-03-10 20:51:15 sendUrl INFO 83 [550] R:OK -2015-03-10 20:52:05 queue INFO >>83 [551] -2015-03-10 20:52:05 sendUrl INFO 83 [551] R:OK -2015-03-10 20:52:55 queue INFO >>83 [552] -2015-03-10 20:52:55 sendUrl INFO 83 [552] R:OK -2015-03-10 20:53:45 queue INFO >>83 [553] -2015-03-10 20:53:46 sendUrl INFO 83 [553] R:OK -2015-03-10 20:54:35 queue INFO >>83 [554] -2015-03-10 20:54:36 sendUrl INFO 83 [554] R:OK -2015-03-10 20:55:26 queue INFO >>83 [555] -2015-03-10 20:55:26 sendUrl INFO 83 [555] R:OK -2015-03-10 20:56:16 queue INFO >>83 [556] -2015-03-10 20:56:16 sendUrl INFO 83 [556] R:OK -2015-03-10 20:56:29 queue INFO C7 [557] -2015-03-10 20:56:29 queue INFO >C7 [558] -2015-03-10 20:56:29 sendUrl INFO C7 [557] R:OK -2015-03-10 20:56:29 sendUrl INFO C7 [558] R:OK -2015-03-10 20:56:30 queue INFO C3 [559] -2015-03-10 20:56:30 sendUrl INFO C3 [559] R:OK -2015-03-10 20:56:30 queue INFO >C3 [560] -2015-03-10 20:56:31 sendUrl INFO C3 [560] R:OK -2015-03-10 20:57:20 queue INFO >>C3 [561] -2015-03-10 20:57:21 sendUrl INFO C3 [561] R:OK -2015-03-10 20:58:10 queue INFO >>C3 [562] -2015-03-10 20:58:11 sendUrl INFO C3 [562] R:OK -2015-03-10 20:59:01 queue INFO >>C3 [563] -2015-03-10 20:59:01 sendUrl INFO C3 [563] R:OK -2015-03-10 20:59:51 queue INFO >>C3 [564] -2015-03-10 20:59:51 sendUrl INFO C3 [564] R:OK -2015-03-10 21:00:41 queue INFO >>C3 [565] -2015-03-10 21:00:41 sendUrl INFO C3 [565] R:OK -2015-03-10 21:01:31 queue INFO >>C3 [566] -2015-03-10 21:01:31 sendUrl INFO C3 [566] R:OK -2015-03-10 21:02:21 queue INFO >>C3 [567] -2015-03-10 21:02:22 sendUrl INFO C3 [567] R:OK -2015-03-10 21:03:11 queue INFO >>C3 [568] -2015-03-10 21:03:12 sendUrl INFO C3 [568] R:OK -2015-03-10 21:04:02 queue INFO >>C3 [569] -2015-03-10 21:04:02 sendUrl INFO C3 [569] R:OK -2015-03-10 21:04:02 queue INFO 83 [570] -2015-03-10 21:04:02 queue INFO >83 [571] -2015-03-10 21:04:02 sendUrl INFO 83 [570] R:OK -2015-03-10 21:04:03 queue INFO 87 [572] -2015-03-10 21:04:03 sendUrl INFO 83 [571] R:OK -2015-03-10 21:04:03 queue INFO >87 [573] -2015-03-10 21:04:03 sendUrl INFO 87 [572] R:OK -2015-03-10 21:04:04 sendUrl INFO 87 [573] R:OK -2015-03-10 21:04:04 queue INFO 83 [574] -2015-03-10 21:04:05 queue INFO >83 [575] -2015-03-10 21:04:05 sendUrl INFO 83 [574] R:OK -2015-03-10 21:04:05 sendUrl INFO 83 [575] R:OK -2015-03-10 21:04:54 queue INFO >>83 [576] -2015-03-10 21:04:55 sendUrl INFO 83 [576] R:OK -2015-03-10 21:05:45 queue INFO >>83 [577] -2015-03-10 21:05:45 sendUrl INFO 83 [577] R:OK -2015-03-10 21:06:35 queue INFO >>83 [578] -2015-03-10 21:06:35 sendUrl INFO 83 [578] R:OK -2015-03-10 21:07:25 queue INFO >>83 [579] -2015-03-10 21:07:25 sendUrl INFO 83 [579] R:OK -2015-03-10 21:08:15 queue INFO >>83 [580] -2015-03-10 21:08:15 sendUrl INFO 83 [580] R:OK -2015-03-10 21:09:05 queue INFO >>83 [581] -2015-03-10 21:09:06 sendUrl INFO 83 [581] R:OK -2015-03-10 21:09:55 queue INFO >>83 [582] -2015-03-10 21:09:56 sendUrl INFO 83 [582] R:OK -2015-03-10 21:10:46 queue INFO >>83 [583] -2015-03-10 21:10:46 sendUrl INFO 83 [583] R:OK -2015-03-10 21:11:36 queue INFO >>83 [584] -2015-03-10 21:11:36 sendUrl INFO 83 [584] R:OK -2015-03-10 21:11:41 queue INFO 87 [585] -2015-03-10 21:11:41 queue INFO >87 [586] -2015-03-10 21:11:41 sendUrl INFO 87 [585] R:OK -2015-03-10 21:11:41 sendUrl INFO 87 [586] R:OK -2015-03-10 21:11:42 queue INFO 83 [587] -2015-03-10 21:11:42 sendUrl INFO 83 [587] R:OK -2015-03-10 21:11:42 queue INFO >83 [588] -2015-03-10 21:11:43 sendUrl INFO 83 [588] R:OK -2015-03-10 21:12:32 queue INFO >>83 [589] -2015-03-10 21:12:33 sendUrl INFO 83 [589] R:OK -2015-03-10 21:13:22 queue INFO >>83 [590] -2015-03-10 21:13:23 sendUrl INFO 83 [590] R:OK -2015-03-10 21:14:13 queue INFO >>83 [591] -2015-03-10 21:14:13 sendUrl INFO 83 [591] R:OK -2015-03-10 21:15:03 queue INFO >>83 [592] -2015-03-10 21:15:03 sendUrl INFO 83 [592] R:OK -2015-03-10 21:15:53 queue INFO >>83 [593] -2015-03-10 21:15:53 sendUrl INFO 83 [593] R:OK -2015-03-10 21:16:43 queue INFO >>83 [594] -2015-03-10 21:16:43 sendUrl INFO 83 [594] R:OK -2015-03-10 21:17:33 queue INFO >>83 [595] -2015-03-10 21:17:34 sendUrl INFO 83 [595] R:OK -2015-03-10 21:18:23 queue INFO >>83 [596] -2015-03-10 21:18:24 sendUrl INFO 83 [596] R:OK -2015-03-10 21:19:14 queue INFO >>83 [597] -2015-03-10 21:19:14 sendUrl INFO 83 [597] R:OK -2015-03-10 21:19:15 queue INFO 87 [598] -2015-03-10 21:19:15 queue INFO >87 [599] -2015-03-10 21:19:15 sendUrl INFO 87 [598] R:OK -2015-03-10 21:19:16 sendUrl INFO 87 [599] R:OK -2015-03-10 21:19:16 queue INFO 83 [600] -2015-03-10 21:19:17 queue INFO >83 [601] -2015-03-10 21:19:17 sendUrl INFO 83 [600] R:OK -2015-03-10 21:19:17 sendUrl INFO 83 [601] R:OK -2015-03-10 21:20:06 queue INFO >>83 [602] -2015-03-10 21:20:07 sendUrl INFO 83 [602] R:OK -2015-03-10 21:20:57 queue INFO >>83 [603] -2015-03-10 21:20:57 sendUrl INFO 83 [603] R:OK -2015-03-10 21:21:47 queue INFO >>83 [604] -2015-03-10 21:21:47 sendUrl INFO 83 [604] R:OK -2015-03-10 21:22:37 queue INFO >>83 [605] -2015-03-10 21:22:37 sendUrl INFO 83 [605] R:OK -2015-03-10 21:23:27 queue INFO >>83 [606] -2015-03-10 21:23:28 sendUrl INFO 83 [606] R:OK -2015-03-10 21:24:17 queue INFO >>83 [607] -2015-03-10 21:24:18 sendUrl INFO 83 [607] R:OK -2015-03-10 21:25:07 queue INFO >>83 [608] -2015-03-10 21:25:08 sendUrl INFO 83 [608] R:OK -2015-03-10 21:25:58 queue INFO >>83 [609] -2015-03-10 21:25:58 sendUrl INFO 83 [609] R:OK -2015-03-10 21:26:48 queue INFO >>83 [610] -2015-03-10 21:26:48 sendUrl INFO 83 [610] R:OK -2015-03-10 21:26:49 queue INFO 87 [611] -2015-03-10 21:26:49 sendUrl INFO 87 [611] R:OK -2015-03-10 21:26:49 queue INFO >87 [612] -2015-03-10 21:26:50 sendUrl INFO 87 [612] R:OK -2015-03-10 21:26:51 queue INFO 83 [613] -2015-03-10 21:26:51 queue INFO >83 [614] -2015-03-10 21:26:51 sendUrl INFO 83 [613] R:OK -2015-03-10 21:26:52 sendUrl INFO 83 [614] R:OK -2015-03-10 21:27:41 queue INFO >>83 [615] -2015-03-10 21:27:41 sendUrl INFO 83 [615] R:OK -2015-03-10 21:28:31 queue INFO >>83 [616] -2015-03-10 21:28:31 sendUrl INFO 83 [616] R:OK -2015-03-10 21:29:21 queue INFO >>83 [617] -2015-03-10 21:29:22 sendUrl INFO 83 [617] R:OK -2015-03-10 21:30:11 queue INFO >>83 [618] -2015-03-10 21:30:12 sendUrl INFO 83 [618] R:OK -2015-03-10 21:31:01 queue INFO >>83 [619] -2015-03-10 21:31:02 sendUrl INFO 83 [619] R:OK -2015-03-10 21:31:52 queue INFO >>83 [620] -2015-03-10 21:31:52 sendUrl INFO 83 [620] R:OK -2015-03-10 21:32:42 queue INFO >>83 [621] -2015-03-10 21:32:42 sendUrl INFO 83 [621] R:OK -2015-03-10 21:33:32 queue INFO >>83 [622] -2015-03-10 21:33:32 sendUrl INFO 83 [622] R:OK -2015-03-10 21:34:22 queue INFO >>83 [623] -2015-03-10 21:34:22 sendUrl INFO 83 [623] R:OK -2015-03-10 21:34:35 queue INFO 87 [624] -2015-03-10 21:34:35 queue INFO >87 [625] -2015-03-10 21:34:35 sendUrl INFO 87 [624] R:OK -2015-03-10 21:34:36 sendUrl INFO 87 [625] R:OK -2015-03-10 21:34:37 queue INFO 83 [626] -2015-03-10 21:34:37 queue INFO >83 [627] -2015-03-10 21:34:37 sendUrl INFO 83 [626] R:OK -2015-03-10 21:34:37 sendUrl INFO 83 [627] R:OK -2015-03-10 21:35:27 queue INFO >>83 [628] -2015-03-10 21:35:27 sendUrl INFO 83 [628] R:OK -2015-03-10 21:36:17 queue INFO >>83 [629] -2015-03-10 21:36:17 sendUrl INFO 83 [629] R:OK -2015-03-10 21:37:07 queue INFO >>83 [630] -2015-03-10 21:37:07 sendUrl INFO 83 [630] R:OK -2015-03-10 21:37:57 queue INFO >>83 [631] -2015-03-10 21:37:58 sendUrl INFO 83 [631] R:OK -2015-03-10 21:38:47 queue INFO >>83 [632] -2015-03-10 21:38:47 sendUrl INFO 83 [632] R:OK -2015-03-10 21:39:37 queue INFO >>83 [633] -2015-03-10 21:39:38 sendUrl INFO 83 [633] R:OK -2015-03-10 21:40:28 queue INFO >>83 [634] -2015-03-10 21:40:28 sendUrl INFO 83 [634] R:OK -2015-03-10 21:41:18 queue INFO >>83 [635] -2015-03-10 21:41:18 sendUrl INFO 83 [635] R:OK -2015-03-10 21:42:08 queue INFO >>83 [636] -2015-03-10 21:42:08 sendUrl INFO 83 [636] R:OK -2015-03-10 21:42:09 queue INFO C7 [637] -2015-03-10 21:42:09 sendUrl INFO C7 [637] R:OK -2015-03-10 21:42:09 queue INFO >C7 [638] -2015-03-10 21:42:10 sendUrl INFO C7 [638] R:OK -2015-03-10 21:42:11 queue INFO C3 [639] -2015-03-10 21:42:11 sendUrl INFO C3 [639] R:OK -2015-03-10 21:42:11 queue INFO >C3 [640] -2015-03-10 21:42:11 sendUrl INFO C3 [640] R:OK -2015-03-10 21:43:01 queue INFO >>C3 [641] -2015-03-10 21:43:01 sendUrl INFO C3 [641] R:OK -2015-03-10 21:43:51 queue INFO >>C3 [642] -2015-03-10 21:43:51 sendUrl INFO C3 [642] R:OK -2015-03-10 21:44:41 queue INFO >>C3 [643] -2015-03-10 21:44:41 sendUrl INFO C3 [643] R:OK -2015-03-10 21:45:31 queue INFO >>C3 [644] -2015-03-10 21:45:32 sendUrl INFO C3 [644] R:OK -2015-03-10 21:46:21 queue INFO >>C3 [645] -2015-03-10 21:46:22 sendUrl INFO C3 [645] R:OK -2015-03-10 21:47:12 queue INFO >>C3 [646] -2015-03-10 21:47:12 sendUrl INFO C3 [646] R:OK -2015-03-10 21:48:02 queue INFO >>C3 [647] -2015-03-10 21:48:02 sendUrl INFO C3 [647] R:OK -2015-03-10 21:48:52 queue INFO >>C3 [648] -2015-03-10 21:48:52 sendUrl INFO C3 [648] R:OK -2015-03-10 21:49:42 queue INFO >>C3 [649] -2015-03-10 21:49:42 sendUrl INFO C3 [649] R:OK -2015-03-10 21:49:43 queue INFO 83 [650] -2015-03-10 21:49:43 queue INFO >83 [651] -2015-03-10 21:49:43 sendUrl INFO 83 [650] R:OK -2015-03-10 21:49:43 sendUrl INFO 83 [651] R:OK -2015-03-10 21:49:43 queue INFO 87 [652] -2015-03-10 21:49:44 queue INFO >87 [653] -2015-03-10 21:49:44 sendUrl INFO 87 [652] R:OK -2015-03-10 21:49:44 sendUrl INFO 87 [653] R:OK -2015-03-10 21:49:45 queue INFO 83 [654] -2015-03-10 21:49:45 queue INFO >83 [655] -2015-03-10 21:49:45 sendUrl INFO 83 [654] R:OK -2015-03-10 21:49:46 sendUrl INFO 83 [655] R:OK -2015-03-10 21:50:35 queue INFO >>83 [656] -2015-03-10 21:50:36 sendUrl INFO 83 [656] R:OK -2015-03-10 21:51:25 queue INFO >>83 [657] -2015-03-10 21:51:25 sendUrl INFO 83 [657] R:OK -2015-03-10 21:52:15 queue INFO >>83 [658] -2015-03-10 21:52:16 sendUrl INFO 83 [658] R:OK -2015-03-10 21:53:06 queue INFO >>83 [659] -2015-03-10 21:53:06 sendUrl INFO 83 [659] R:OK -2015-03-10 21:53:56 queue INFO >>83 [660] -2015-03-10 21:53:56 sendUrl INFO 83 [660] R:OK -2015-03-10 21:54:46 queue INFO >>83 [661] -2015-03-10 21:54:46 sendUrl INFO 83 [661] R:OK -2015-03-10 21:55:36 queue INFO >>83 [662] -2015-03-10 21:55:36 sendUrl INFO 83 [662] R:OK -2015-03-10 21:56:26 queue INFO >>83 [663] -2015-03-10 21:56:26 sendUrl INFO 83 [663] R:OK -2015-03-10 21:57:16 queue INFO >>83 [664] -2015-03-10 21:57:17 sendUrl INFO 83 [664] R:OK -2015-03-10 21:57:21 queue INFO 87 [665] -2015-03-10 21:57:21 queue INFO >87 [666] -2015-03-10 21:57:22 sendUrl INFO 87 [665] R:OK -2015-03-10 21:57:22 sendUrl INFO 87 [666] R:OK -2015-03-10 21:57:23 queue INFO 83 [667] -2015-03-10 21:57:23 queue INFO >83 [668] -2015-03-10 21:57:23 sendUrl INFO 83 [667] R:OK -2015-03-10 21:57:24 sendUrl INFO 83 [668] R:OK -2015-03-10 21:58:13 queue INFO >>83 [669] -2015-03-10 21:58:13 sendUrl INFO 83 [669] R:OK -2015-03-10 21:59:03 queue INFO >>83 [670] -2015-03-10 21:59:03 sendUrl INFO 83 [670] R:OK -2015-03-10 21:59:53 queue INFO >>83 [671] -2015-03-10 21:59:54 sendUrl INFO 83 [671] R:OK -2015-03-10 22:00:43 queue INFO >>83 [672] -2015-03-10 22:00:44 sendUrl INFO 83 [672] R:OK -2015-03-10 22:01:33 queue INFO >>83 [673] -2015-03-10 22:01:34 sendUrl INFO 83 [673] R:OK -2015-03-10 22:02:24 queue INFO >>83 [674] -2015-03-10 22:02:24 sendUrl INFO 83 [674] R:OK -2015-03-10 22:03:14 queue INFO >>83 [675] -2015-03-10 22:03:14 sendUrl INFO 83 [675] R:OK -2015-03-10 22:04:04 queue INFO >>83 [676] -2015-03-10 22:04:04 sendUrl INFO 83 [676] R:OK -2015-03-10 22:04:54 queue INFO >>83 [677] -2015-03-10 22:04:54 sendUrl INFO 83 [677] R:OK -2015-03-10 22:04:56 queue INFO 87 [678] -2015-03-10 22:04:56 queue INFO >87 [679] -2015-03-10 22:04:56 sendUrl INFO 87 [678] R:OK -2015-03-10 22:04:56 sendUrl INFO 87 [679] R:OK -2015-03-10 22:04:57 queue INFO 83 [680] -2015-03-10 22:04:57 queue INFO >83 [681] -2015-03-10 22:04:57 sendUrl INFO 83 [680] R:OK -2015-03-10 22:04:58 sendUrl INFO 83 [681] R:OK -2015-03-10 22:05:47 queue INFO >>83 [682] -2015-03-10 22:05:48 sendUrl INFO 83 [682] R:OK -2015-03-10 22:06:37 queue INFO >>83 [683] -2015-03-10 22:06:38 sendUrl INFO 83 [683] R:OK -2015-03-10 22:07:28 queue INFO >>83 [684] -2015-03-10 22:07:28 sendUrl INFO 83 [684] R:OK -2015-03-10 22:08:18 queue INFO >>83 [685] -2015-03-10 22:08:18 sendUrl INFO 83 [685] R:OK -2015-03-10 22:09:08 queue INFO >>83 [686] -2015-03-10 22:09:08 sendUrl INFO 83 [686] R:OK -2015-03-10 22:09:58 queue INFO >>83 [687] -2015-03-10 22:09:58 sendUrl INFO 83 [687] R:OK -2015-03-10 22:10:33 queue INFO 81 [688] -2015-03-10 22:10:33 queue INFO >81 [689] -2015-03-10 22:10:33 sendUrl INFO 81 [688] R:OK -2015-03-10 22:10:34 sendUrl INFO 81 [689] R:OK -2015-03-10 22:11:23 queue INFO >>81 [690] -2015-03-10 22:11:23 sendUrl INFO 81 [690] R:OK -2015-03-10 22:12:13 queue INFO >>81 [691] -2015-03-10 22:12:13 sendUrl INFO 81 [691] R:OK -2015-03-10 22:13:03 queue INFO >>81 [692] -2015-03-10 22:13:03 sendUrl INFO 81 [692] R:OK -2015-03-10 22:13:53 queue INFO >>81 [693] -2015-03-10 22:13:54 sendUrl INFO 81 [693] R:OK -2015-03-10 22:14:44 queue INFO >>81 [694] -2015-03-10 22:14:44 sendUrl INFO 81 [694] R:OK -2015-03-10 22:15:34 queue INFO >>81 [695] -2015-03-10 22:15:34 sendUrl INFO 81 [695] R:OK -2015-03-10 22:16:24 queue INFO >>81 [696] -2015-03-10 22:16:24 sendUrl INFO 81 [696] R:OK -2015-03-10 22:17:14 queue INFO >>81 [697] -2015-03-10 22:17:14 sendUrl INFO 81 [697] R:OK -2015-03-10 22:18:04 queue INFO >>81 [698] -2015-03-10 22:18:04 sendUrl INFO 81 [698] R:OK -2015-03-10 22:18:54 queue INFO >>81 [699] -2015-03-10 22:18:55 sendUrl INFO 81 [699] R:OK -2015-03-10 22:19:44 queue INFO >>81 [700] -2015-03-10 22:19:45 sendUrl INFO 81 [700] R:OK -2015-03-10 22:20:04 queue INFO 83 [701] -2015-03-10 22:20:04 sendUrl INFO 83 [701] R:OK -2015-03-10 22:20:04 queue INFO >83 [702] -2015-03-10 22:20:05 sendUrl INFO 83 [702] R:OK -2015-03-10 22:20:39 queue INFO 87 [703] -2015-03-10 22:20:39 queue INFO >87 [704] -2015-03-10 22:20:39 sendUrl INFO 87 [703] R:OK -2015-03-10 22:20:39 sendUrl INFO 87 [704] R:OK -2015-03-10 22:20:40 queue INFO 83 [705] -2015-03-10 22:20:41 sendUrl INFO 83 [705] R:OK -2015-03-10 22:20:41 queue INFO >83 [706] -2015-03-10 22:20:41 sendUrl INFO 83 [706] R:OK -2015-03-10 22:21:31 queue INFO >>83 [707] -2015-03-10 22:21:31 sendUrl INFO 83 [707] R:OK -2015-03-10 22:22:21 queue INFO >>83 [708] -2015-03-10 22:22:21 sendUrl INFO 83 [708] R:OK -2015-03-10 22:23:11 queue INFO >>83 [709] -2015-03-10 22:23:11 sendUrl INFO 83 [709] R:OK -2015-03-10 22:24:01 queue INFO >>83 [710] -2015-03-10 22:24:01 sendUrl INFO 83 [710] R:OK -2015-03-10 22:24:51 queue INFO >>83 [711] -2015-03-10 22:24:52 sendUrl INFO 83 [711] R:OK -2015-03-10 22:25:41 queue INFO >>83 [712] -2015-03-10 22:25:41 sendUrl INFO 83 [712] R:OK -2015-03-10 22:26:31 queue INFO >>83 [713] -2015-03-10 22:26:32 sendUrl INFO 83 [713] R:OK -2015-03-10 22:27:22 queue INFO >>83 [714] -2015-03-10 22:27:22 sendUrl INFO 83 [714] R:OK -2015-03-10 22:28:12 queue INFO >>83 [715] -2015-03-10 22:28:12 sendUrl INFO 83 [715] R:OK -2015-03-10 22:28:13 queue INFO 87 [716] -2015-03-10 22:28:13 queue INFO >87 [717] -2015-03-10 22:28:14 sendUrl INFO 87 [716] R:OK -2015-03-10 22:28:14 sendUrl INFO 87 [717] R:OK -2015-03-10 22:28:15 queue INFO 83 [718] -2015-03-10 22:28:15 queue INFO >83 [719] -2015-03-10 22:28:15 sendUrl INFO 83 [718] R:OK -2015-03-10 22:28:16 sendUrl INFO 83 [719] R:OK -2015-03-10 22:29:05 queue INFO >>83 [720] -2015-03-10 22:29:05 sendUrl INFO 83 [720] R:OK -2015-03-10 22:29:55 queue INFO >>83 [721] -2015-03-10 22:29:56 sendUrl INFO 83 [721] R:OK -2015-03-10 22:30:45 queue INFO >>83 [722] -2015-03-10 22:30:45 sendUrl INFO 83 [722] R:OK -2015-03-10 22:31:35 queue INFO >>83 [723] -2015-03-10 22:31:36 sendUrl INFO 83 [723] R:OK -2015-03-10 22:32:26 queue INFO >>83 [724] -2015-03-10 22:32:26 sendUrl INFO 83 [724] R:OK -2015-03-10 22:33:16 queue INFO >>83 [725] -2015-03-10 22:33:16 sendUrl INFO 83 [725] R:OK -2015-03-10 22:34:06 queue INFO >>83 [726] -2015-03-10 22:34:06 sendUrl INFO 83 [726] R:OK -2015-03-10 22:34:56 queue INFO >>83 [727] -2015-03-10 22:34:56 sendUrl INFO 83 [727] R:OK -2015-03-10 22:35:46 queue INFO >>83 [728] -2015-03-10 22:35:46 sendUrl INFO 83 [728] R:OK -2015-03-10 22:35:47 queue INFO 87 [729] -2015-03-10 22:35:47 sendUrl INFO 87 [729] R:OK -2015-03-10 22:35:48 queue INFO >87 [730] -2015-03-10 22:35:48 sendUrl INFO 87 [730] R:OK -2015-03-10 22:35:49 queue INFO 83 [731] -2015-03-10 22:35:49 queue INFO >83 [732] -2015-03-10 22:35:50 sendUrl INFO 83 [731] R:OK -2015-03-10 22:35:50 sendUrl INFO 83 [732] R:OK -2015-03-10 22:36:39 queue INFO >>83 [733] -2015-03-10 22:36:39 sendUrl INFO 83 [733] R:OK -2015-03-10 22:37:29 queue INFO >>83 [734] -2015-03-10 22:37:30 sendUrl INFO 83 [734] R:OK -2015-03-10 22:38:19 queue INFO >>83 [735] -2015-03-10 22:38:20 sendUrl INFO 83 [735] R:OK -2015-03-10 22:39:10 queue INFO >>83 [736] -2015-03-10 22:39:10 sendUrl INFO 83 [736] R:OK -2015-03-10 22:40:00 queue INFO >>83 [737] -2015-03-10 22:40:00 sendUrl INFO 83 [737] R:OK -2015-03-10 22:40:50 queue INFO >>83 [738] -2015-03-10 22:40:50 sendUrl INFO 83 [738] R:OK -2015-03-10 22:41:40 queue INFO >>83 [739] -2015-03-10 22:41:40 sendUrl INFO 83 [739] R:OK -2015-03-10 22:42:30 queue INFO >>83 [740] -2015-03-10 22:42:31 sendUrl INFO 83 [740] R:OK -2015-03-10 22:43:20 queue INFO >>83 [741] -2015-03-10 22:43:20 sendUrl INFO 83 [741] R:OK -2015-03-10 22:43:22 queue INFO 87 [742] -2015-03-10 22:43:22 queue INFO >87 [743] -2015-03-10 22:43:22 sendUrl INFO 87 [742] R:OK -2015-03-10 22:43:22 sendUrl INFO 87 [743] R:OK -2015-03-10 22:43:23 queue INFO 83 [744] -2015-03-10 22:43:23 queue INFO >83 [745] -2015-03-10 22:43:23 sendUrl INFO 83 [744] R:OK -2015-03-10 22:43:24 sendUrl INFO 83 [745] R:OK -2015-03-10 22:44:13 queue INFO >>83 [746] -2015-03-10 22:44:14 sendUrl INFO 83 [746] R:OK -2015-03-10 22:45:03 queue INFO >>83 [747] -2015-03-10 22:45:04 sendUrl INFO 83 [747] R:OK -2015-03-10 22:45:54 queue INFO >>83 [748] -2015-03-10 22:45:54 sendUrl INFO 83 [748] R:OK -2015-03-10 22:46:44 queue INFO >>83 [749] -2015-03-10 22:46:44 sendUrl INFO 83 [749] R:OK -2015-03-10 22:47:34 queue INFO >>83 [750] -2015-03-10 22:47:34 sendUrl INFO 83 [750] R:OK -2015-03-10 22:48:24 queue INFO >>83 [751] -2015-03-10 22:48:24 sendUrl INFO 83 [751] R:OK -2015-03-10 22:49:14 queue INFO >>83 [752] -2015-03-10 22:49:15 sendUrl INFO 83 [752] R:OK -2015-03-10 22:50:04 queue INFO >>83 [753] -2015-03-10 22:50:05 sendUrl INFO 83 [753] R:OK -2015-03-10 22:50:55 queue INFO >>83 [754] -2015-03-10 22:50:55 sendUrl INFO 83 [754] R:OK -2015-03-10 22:50:56 queue INFO C7 [755] -2015-03-10 22:50:56 queue INFO >C7 [756] -2015-03-10 22:50:56 sendUrl INFO C7 [755] R:OK -2015-03-10 22:50:56 sendUrl INFO C7 [756] R:OK -2015-03-10 22:50:57 queue INFO C3 [757] -2015-03-10 22:50:58 sendUrl INFO C3 [757] R:OK -2015-03-10 22:50:58 queue INFO >C3 [758] -2015-03-10 22:50:58 sendUrl INFO C3 [758] R:OK -2015-03-10 22:51:48 queue INFO >>C3 [759] -2015-03-10 22:51:48 sendUrl INFO C3 [759] R:OK -2015-03-10 22:52:38 queue INFO >>C3 [760] -2015-03-10 22:52:38 sendUrl INFO C3 [760] R:OK -2015-03-10 22:53:28 queue INFO >>C3 [761] -2015-03-10 22:53:28 sendUrl INFO C3 [761] R:OK -2015-03-10 22:54:18 queue INFO >>C3 [762] -2015-03-10 22:54:18 sendUrl INFO C3 [762] R:OK -2015-03-10 22:55:08 queue INFO >>C3 [763] -2015-03-10 22:55:09 sendUrl INFO C3 [763] R:OK -2015-03-10 22:55:58 queue INFO >>C3 [764] -2015-03-10 22:55:58 sendUrl INFO C3 [764] R:OK -2015-03-10 22:56:48 queue INFO >>C3 [765] -2015-03-10 22:56:49 sendUrl INFO C3 [765] R:OK -2015-03-10 22:57:39 queue INFO >>C3 [766] -2015-03-10 22:57:39 sendUrl INFO C3 [766] R:OK -2015-03-10 22:58:29 queue INFO >>C3 [767] -2015-03-10 22:58:29 sendUrl INFO C3 [767] R:OK -2015-03-10 22:58:41 queue INFO 83 [768] -2015-03-10 22:58:41 queue INFO >83 [769] -2015-03-10 22:58:42 sendUrl INFO 83 [768] R:OK -2015-03-10 22:58:42 queue INFO 87 [770] -2015-03-10 22:58:42 queue INFO >87 [771] -2015-03-10 22:58:42 sendUrl INFO 83 [769] R:OK -2015-03-10 22:58:43 sendUrl INFO 87 [770] R:OK -2015-03-10 22:58:43 sendUrl INFO 87 [771] R:OK -2015-03-10 22:58:43 queue INFO 83 [772] -2015-03-10 22:58:43 queue INFO >83 [773] -2015-03-10 22:58:44 sendUrl INFO 83 [772] R:OK -2015-03-10 22:58:44 sendUrl INFO 83 [773] R:OK -2015-03-10 22:59:33 queue INFO >>83 [774] -2015-03-10 22:59:34 sendUrl INFO 83 [774] R:OK -2015-03-10 23:00:23 queue INFO >>83 [775] -2015-03-10 23:00:24 sendUrl INFO 83 [775] R:OK -2015-03-10 23:01:14 queue INFO >>83 [776] -2015-03-10 23:01:14 sendUrl INFO 83 [776] R:OK -2015-03-10 23:02:04 queue INFO >>83 [777] -2015-03-10 23:02:04 sendUrl INFO 83 [777] R:OK -2015-03-10 23:02:54 queue INFO >>83 [778] -2015-03-10 23:02:54 sendUrl INFO 83 [778] R:OK -2015-03-10 23:03:44 queue INFO >>83 [779] -2015-03-10 23:03:44 sendUrl INFO 83 [779] R:OK -2015-03-10 23:04:34 queue INFO >>83 [780] -2015-03-10 23:04:35 sendUrl INFO 83 [780] R:OK -2015-03-10 23:05:24 queue INFO >>83 [781] -2015-03-10 23:05:25 sendUrl INFO 83 [781] R:OK -2015-03-10 23:06:15 queue INFO >>83 [782] -2015-03-10 23:06:15 sendUrl INFO 83 [782] R:OK -2015-03-10 23:06:20 queue INFO 87 [783] -2015-03-10 23:06:20 queue INFO >87 [784] -2015-03-10 23:06:20 sendUrl INFO 87 [783] R:OK -2015-03-10 23:06:21 sendUrl INFO 87 [784] R:OK -2015-03-10 23:06:21 queue INFO 83 [785] -2015-03-10 23:06:21 queue INFO >83 [786] -2015-03-10 23:06:22 sendUrl INFO 83 [785] R:OK -2015-03-10 23:06:22 sendUrl INFO 83 [786] R:OK -2015-03-10 23:07:11 queue INFO >>83 [787] -2015-03-10 23:07:12 sendUrl INFO 83 [787] R:OK -2015-03-10 23:08:01 queue INFO >>83 [788] -2015-03-10 23:08:02 sendUrl INFO 83 [788] R:OK -2015-03-10 23:08:52 queue INFO >>83 [789] -2015-03-10 23:08:52 sendUrl INFO 83 [789] R:OK -2015-03-10 23:09:42 queue INFO >>83 [790] -2015-03-10 23:09:42 sendUrl INFO 83 [790] R:OK -2015-03-10 23:10:32 queue INFO >>83 [791] -2015-03-10 23:10:32 sendUrl INFO 83 [791] R:OK -2015-03-10 23:11:22 queue INFO >>83 [792] -2015-03-10 23:11:22 sendUrl INFO 83 [792] R:OK -2015-03-10 23:12:12 queue INFO >>83 [793] -2015-03-10 23:12:12 sendUrl INFO 83 [793] R:OK -2015-03-10 23:13:02 queue INFO >>83 [794] -2015-03-10 23:13:03 sendUrl INFO 83 [794] R:OK -2015-03-10 23:13:52 queue INFO >>83 [795] -2015-03-10 23:13:52 sendUrl INFO 83 [795] R:OK -2015-03-10 23:13:54 queue INFO 87 [796] -2015-03-10 23:13:54 queue INFO >87 [797] -2015-03-10 23:13:54 sendUrl INFO 87 [796] R:OK -2015-03-10 23:13:55 sendUrl INFO 87 [797] R:OK -2015-03-10 23:13:55 queue INFO 83 [798] -2015-03-10 23:13:56 sendUrl INFO 83 [798] R:OK -2015-03-10 23:13:56 queue INFO >83 [799] -2015-03-10 23:13:56 sendUrl INFO 83 [799] R:OK -2015-03-10 23:14:46 queue INFO >>83 [800] -2015-03-10 23:14:46 sendUrl INFO 83 [800] R:OK -2015-03-10 23:15:36 queue INFO >>83 [801] -2015-03-10 23:15:36 sendUrl INFO 83 [801] R:OK -2015-03-10 23:16:26 queue INFO >>83 [802] -2015-03-10 23:16:26 sendUrl INFO 83 [802] R:OK -2015-03-10 23:17:16 queue INFO >>83 [803] -2015-03-10 23:17:16 sendUrl INFO 83 [803] R:OK -2015-03-10 23:18:06 queue INFO >>83 [804] -2015-03-10 23:18:07 sendUrl INFO 83 [804] R:OK -2015-03-10 23:18:56 queue INFO >>83 [805] -2015-03-10 23:18:56 sendUrl INFO 83 [805] R:OK -2015-03-10 23:19:46 queue INFO >>83 [806] -2015-03-10 23:19:47 sendUrl INFO 83 [806] R:OK -2015-03-10 23:20:37 queue INFO >>83 [807] -2015-03-10 23:20:37 sendUrl INFO 83 [807] R:OK -2015-03-10 23:21:27 queue INFO >>83 [808] -2015-03-10 23:21:27 sendUrl INFO 83 [808] R:OK -2015-03-10 23:21:28 queue INFO 87 [809] -2015-03-10 23:21:28 queue INFO >87 [810] -2015-03-10 23:21:29 sendUrl INFO 87 [809] R:OK -2015-03-10 23:21:29 sendUrl INFO 87 [810] R:OK -2015-03-10 23:21:30 queue INFO 83 [811] -2015-03-10 23:21:30 queue INFO >83 [812] -2015-03-10 23:21:30 sendUrl INFO 83 [811] R:OK -2015-03-10 23:21:31 sendUrl INFO 83 [812] R:OK -2015-03-10 23:22:20 queue INFO >>83 [813] -2015-03-10 23:22:20 sendUrl INFO 83 [813] R:OK -2015-03-10 23:23:10 queue INFO >>83 [814] -2015-03-10 23:23:10 sendUrl INFO 83 [814] R:OK -2015-03-10 23:24:00 queue INFO >>83 [815] -2015-03-10 23:24:00 sendUrl INFO 83 [815] R:OK -2015-03-10 23:24:50 queue INFO >>83 [816] -2015-03-10 23:24:50 sendUrl INFO 83 [816] R:OK -2015-03-10 23:25:40 queue INFO >>83 [817] -2015-03-10 23:25:41 sendUrl INFO 83 [817] R:OK -2015-03-10 23:26:30 queue INFO >>83 [818] -2015-03-10 23:26:31 sendUrl INFO 83 [818] R:OK -2015-03-10 23:27:21 queue INFO >>83 [819] -2015-03-10 23:27:21 sendUrl INFO 83 [819] R:OK -2015-03-10 23:28:11 queue INFO >>83 [820] -2015-03-10 23:28:11 sendUrl INFO 83 [820] R:OK -2015-03-10 23:29:01 queue INFO >>83 [821] -2015-03-10 23:29:01 sendUrl INFO 83 [821] R:OK -2015-03-10 23:29:02 queue INFO 87 [822] -2015-03-10 23:29:03 sendUrl INFO 87 [822] R:OK -2015-03-10 23:29:03 queue INFO >87 [823] -2015-03-10 23:29:03 sendUrl INFO 87 [823] R:OK -2015-03-10 23:29:04 queue INFO 83 [824] -2015-03-10 23:29:04 queue INFO >83 [825] -2015-03-10 23:29:05 sendUrl INFO 83 [824] R:OK -2015-03-10 23:29:05 sendUrl INFO 83 [825] R:OK -2015-03-10 23:29:54 queue INFO >>83 [826] -2015-03-10 23:29:54 sendUrl INFO 83 [826] R:OK -2015-03-10 23:30:44 queue INFO >>83 [827] -2015-03-10 23:30:45 sendUrl INFO 83 [827] R:OK -2015-03-10 23:31:34 queue INFO >>83 [828] -2015-03-10 23:31:34 sendUrl INFO 83 [828] R:OK -2015-03-10 23:32:25 queue INFO >>83 [829] -2015-03-10 23:32:25 sendUrl INFO 83 [829] R:OK -2015-03-10 23:33:15 queue INFO >>83 [830] -2015-03-10 23:33:15 sendUrl INFO 83 [830] R:OK -2015-03-10 23:34:05 queue INFO >>83 [831] -2015-03-10 23:34:05 sendUrl INFO 83 [831] R:OK -2015-03-10 23:34:55 queue INFO >>83 [832] -2015-03-10 23:34:55 sendUrl INFO 83 [832] R:OK -2015-03-10 23:35:45 queue INFO >>83 [833] -2015-03-10 23:35:46 sendUrl INFO 83 [833] R:OK -2015-03-10 23:36:35 queue INFO >>83 [834] -2015-03-10 23:36:35 sendUrl INFO 83 [834] R:OK -2015-03-10 23:36:48 queue INFO C7 [835] -2015-03-10 23:36:48 sendUrl INFO C7 [835] R:OK -2015-03-10 23:36:48 queue INFO >C7 [836] -2015-03-10 23:36:49 sendUrl INFO C7 [836] R:OK -2015-03-10 23:36:50 queue INFO C3 [837] -2015-03-10 23:36:50 queue INFO >C3 [838] -2015-03-10 23:36:50 sendUrl INFO C3 [837] R:OK -2015-03-10 23:36:51 sendUrl INFO C3 [838] R:OK -2015-03-10 23:37:40 queue INFO >>C3 [839] -2015-03-10 23:37:40 sendUrl INFO C3 [839] R:OK -2015-03-10 23:38:30 queue INFO >>C3 [840] -2015-03-10 23:38:30 sendUrl INFO C3 [840] R:OK -2015-03-10 23:39:20 queue INFO >>C3 [841] -2015-03-10 23:39:21 sendUrl INFO C3 [841] R:OK -2015-03-10 23:40:10 queue INFO >>C3 [842] -2015-03-10 23:40:10 sendUrl INFO C3 [842] R:OK -2015-03-10 23:41:00 queue INFO >>C3 [843] -2015-03-10 23:41:01 sendUrl INFO C3 [843] R:OK -2015-03-10 23:41:50 queue INFO >>C3 [844] -2015-03-10 23:41:51 sendUrl INFO C3 [844] R:OK -2015-03-10 23:42:41 queue INFO >>C3 [845] -2015-03-10 23:42:41 sendUrl INFO C3 [845] R:OK -2015-03-10 23:43:31 queue INFO >>C3 [846] -2015-03-10 23:43:31 sendUrl INFO C3 [846] R:OK -2015-03-10 23:44:21 queue INFO >>C3 [847] -2015-03-10 23:44:21 sendUrl INFO C3 [847] R:OK -2015-03-10 23:44:22 queue INFO 83 [848] -2015-03-10 23:44:22 queue INFO >83 [849] -2015-03-10 23:44:22 sendUrl INFO 83 [848] R:OK -2015-03-10 23:44:22 queue INFO 87 [850] -2015-03-10 23:44:23 queue INFO >87 [851] -2015-03-10 23:44:23 sendUrl INFO 83 [849] R:OK -2015-03-10 23:44:23 sendUrl INFO 87 [850] R:OK -2015-03-10 23:44:24 sendUrl INFO 87 [851] R:OK -2015-03-10 23:44:24 queue INFO 83 [852] -2015-03-10 23:44:24 sendUrl INFO 83 [852] R:OK -2015-03-10 23:44:24 queue INFO >83 [853] -2015-03-10 23:44:25 sendUrl INFO 83 [853] R:OK -2015-03-10 23:45:14 queue INFO >>83 [854] -2015-03-10 23:45:14 sendUrl INFO 83 [854] R:OK -2015-03-10 23:46:04 queue INFO >>83 [855] -2015-03-10 23:46:05 sendUrl INFO 83 [855] R:OK -2015-03-10 23:46:54 queue INFO >>83 [856] -2015-03-10 23:46:55 sendUrl INFO 83 [856] R:OK -2015-03-10 23:47:45 queue INFO >>83 [857] -2015-03-10 23:47:45 sendUrl INFO 83 [857] R:OK -2015-03-10 23:48:35 queue INFO >>83 [858] -2015-03-10 23:48:35 sendUrl INFO 83 [858] R:OK -2015-03-10 23:49:25 queue INFO >>83 [859] -2015-03-10 23:49:25 sendUrl INFO 83 [859] R:OK -2015-03-10 23:50:15 queue INFO >>83 [860] -2015-03-10 23:50:15 sendUrl INFO 83 [860] R:OK -2015-03-10 23:51:05 queue INFO >>83 [861] -2015-03-10 23:51:06 sendUrl INFO 83 [861] R:OK -2015-03-10 23:51:55 queue INFO >>83 [862] -2015-03-10 23:51:56 sendUrl INFO 83 [862] R:OK -2015-03-10 23:52:00 queue INFO 87 [863] -2015-03-10 23:52:00 queue INFO >87 [864] -2015-03-10 23:52:01 sendUrl INFO 87 [863] R:OK -2015-03-10 23:52:01 sendUrl INFO 87 [864] R:OK -2015-03-10 23:52:02 queue INFO 83 [865] -2015-03-10 23:52:02 queue INFO >83 [866] -2015-03-10 23:52:02 sendUrl INFO 83 [865] R:OK -2015-03-10 23:52:03 sendUrl INFO 83 [866] R:OK -2015-03-10 23:52:52 queue INFO >>83 [867] -2015-03-10 23:52:52 sendUrl INFO 83 [867] R:OK -2015-03-10 23:53:42 queue INFO >>83 [868] -2015-03-10 23:53:42 sendUrl INFO 83 [868] R:OK -2015-03-10 23:54:32 queue INFO >>83 [869] -2015-03-10 23:54:33 sendUrl INFO 83 [869] R:OK -2015-03-10 23:55:22 queue INFO >>83 [870] -2015-03-10 23:55:23 sendUrl INFO 83 [870] R:OK -2015-03-10 23:56:13 queue INFO >>83 [871] -2015-03-10 23:56:13 sendUrl INFO 83 [871] R:OK -2015-03-10 23:57:03 queue INFO >>83 [872] -2015-03-10 23:57:03 sendUrl INFO 83 [872] R:OK -2015-03-10 23:57:53 queue INFO >>83 [873] -2015-03-10 23:57:53 sendUrl INFO 83 [873] R:OK -2015-03-10 23:58:43 queue INFO >>83 [874] -2015-03-10 23:58:43 sendUrl INFO 83 [874] R:OK -2015-03-10 23:59:33 queue INFO >>83 [875] -2015-03-10 23:59:34 sendUrl INFO 83 [875] R:OK -2015-03-10 23:59:34 queue INFO 87 [876] -2015-03-10 23:59:35 queue INFO >87 [877] -2015-03-10 23:59:35 sendUrl INFO 87 [876] R:OK -2015-03-10 23:59:35 sendUrl INFO 87 [877] R:OK -2015-03-10 23:59:36 queue INFO 83 [878] -2015-03-10 23:59:36 sendUrl INFO 83 [878] R:OK -2015-03-10 23:59:36 queue INFO >83 [879] -2015-03-10 23:59:37 sendUrl INFO 83 [879] R:OK -2015-03-11 00:00:26 queue INFO >>83 [880] -2015-03-11 00:00:26 sendUrl INFO 83 [880] R:OK -2015-03-11 00:01:16 queue INFO >>83 [881] -2015-03-11 00:01:17 sendUrl INFO 83 [881] R:OK -2015-03-11 00:02:06 queue INFO >>83 [882] -2015-03-11 00:02:07 sendUrl INFO 83 [882] R:OK -2015-03-11 00:02:57 queue INFO >>83 [883] -2015-03-11 00:02:57 sendUrl INFO 83 [883] R:OK -2015-03-11 00:03:47 queue INFO >>83 [884] -2015-03-11 00:03:47 sendUrl INFO 83 [884] R:OK -2015-03-11 00:04:37 queue INFO >>83 [885] -2015-03-11 00:04:37 sendUrl INFO 83 [885] R:OK -2015-03-11 00:05:27 queue INFO >>83 [886] -2015-03-11 00:05:27 sendUrl INFO 83 [886] R:OK -2015-03-11 00:06:17 queue INFO >>83 [887] -2015-03-11 00:06:17 sendUrl INFO 83 [887] R:OK -2015-03-11 00:07:07 queue INFO >>83 [888] -2015-03-11 00:07:08 sendUrl INFO 83 [888] R:OK -2015-03-11 00:07:09 queue INFO 87 [889] -2015-03-11 00:07:09 queue INFO >87 [890] -2015-03-11 00:07:09 sendUrl INFO 87 [889] R:OK -2015-03-11 00:07:10 sendUrl INFO 87 [890] R:OK -2015-03-11 00:07:10 queue INFO 83 [891] -2015-03-11 00:07:11 queue INFO >83 [892] -2015-03-11 00:07:11 sendUrl INFO 83 [891] R:OK -2015-03-11 00:07:11 sendUrl INFO 83 [892] R:OK -2015-03-11 00:08:00 queue INFO >>83 [893] -2015-03-11 00:08:01 sendUrl INFO 83 [893] R:OK -2015-03-11 00:08:51 queue INFO >>83 [894] -2015-03-11 00:08:51 sendUrl INFO 83 [894] R:OK -2015-03-11 00:09:41 queue INFO >>83 [895] -2015-03-11 00:09:41 sendUrl INFO 83 [895] R:OK -2015-03-11 00:10:31 queue INFO >>83 [896] -2015-03-11 00:10:31 sendUrl INFO 83 [896] R:OK -2015-03-11 00:11:21 queue INFO >>83 [897] -2015-03-11 00:11:21 sendUrl INFO 83 [897] R:OK -2015-03-11 00:12:11 queue INFO >>83 [898] -2015-03-11 00:12:12 sendUrl INFO 83 [898] R:OK -2015-03-11 00:13:01 queue INFO >>83 [899] -2015-03-11 00:13:02 sendUrl INFO 83 [899] R:OK -2015-03-11 00:13:52 queue INFO >>83 [900] -2015-03-11 00:13:52 sendUrl INFO 83 [900] R:OK -2015-03-11 00:14:42 queue INFO >>83 [901] -2015-03-11 00:14:42 sendUrl INFO 83 [901] R:OK -2015-03-11 00:14:55 queue INFO 87 [902] -2015-03-11 00:14:55 sendUrl INFO 87 [902] R:OK -2015-03-11 00:14:55 queue INFO >87 [903] -2015-03-11 00:14:55 sendUrl INFO 87 [903] R:OK -2015-03-11 00:14:56 queue INFO 83 [904] -2015-03-11 00:14:56 queue INFO >83 [905] -2015-03-11 00:14:57 sendUrl INFO 83 [904] R:OK -2015-03-11 00:14:57 sendUrl INFO 83 [905] R:OK -2015-03-11 00:15:46 queue INFO >>83 [906] -2015-03-11 00:15:46 sendUrl INFO 83 [906] R:OK -2015-03-11 00:16:36 queue INFO >>83 [907] -2015-03-11 00:16:37 sendUrl INFO 83 [907] R:OK -2015-03-11 00:17:27 queue INFO >>83 [908] -2015-03-11 00:17:27 sendUrl INFO 83 [908] R:OK -2015-03-11 00:18:17 queue INFO >>83 [909] -2015-03-11 00:18:17 sendUrl INFO 83 [909] R:OK -2015-03-11 00:19:07 queue INFO >>83 [910] -2015-03-11 00:19:07 sendUrl INFO 83 [910] R:OK -2015-03-11 00:19:57 queue INFO >>83 [911] -2015-03-11 00:19:58 sendUrl INFO 83 [911] R:OK -2015-03-11 00:20:47 queue INFO >>83 [912] -2015-03-11 00:20:47 sendUrl INFO 83 [912] R:OK -2015-03-11 00:21:37 queue INFO >>83 [913] -2015-03-11 00:21:38 sendUrl INFO 83 [913] R:OK -2015-03-11 00:22:28 queue INFO >>83 [914] -2015-03-11 00:22:28 sendUrl INFO 83 [914] R:OK -2015-03-11 00:22:29 queue INFO C7 [915] -2015-03-11 00:22:29 queue INFO >C7 [916] -2015-03-11 00:22:29 sendUrl INFO C7 [915] R:OK -2015-03-11 00:22:30 sendUrl INFO C7 [916] R:OK -2015-03-11 00:22:30 queue INFO C3 [917] -2015-03-11 00:22:31 queue INFO >C3 [918] -2015-03-11 00:22:31 sendUrl INFO C3 [917] R:OK -2015-03-11 00:22:31 sendUrl INFO C3 [918] R:OK -2015-03-11 00:23:21 queue INFO >>C3 [919] -2015-03-11 00:23:21 sendUrl INFO C3 [919] R:OK -2015-03-11 00:24:11 queue INFO >>C3 [920] -2015-03-11 00:24:11 sendUrl INFO C3 [920] R:OK -2015-03-11 00:25:01 queue INFO >>C3 [921] -2015-03-11 00:25:01 sendUrl INFO C3 [921] R:OK -2015-03-11 00:25:51 queue INFO >>C3 [922] -2015-03-11 00:25:51 sendUrl INFO C3 [922] R:OK -2015-03-11 00:26:41 queue INFO >>C3 [923] -2015-03-11 00:26:41 sendUrl INFO C3 [923] R:OK -2015-03-11 00:27:31 queue INFO >>C3 [924] -2015-03-11 00:27:32 sendUrl INFO C3 [924] R:OK -2015-03-11 00:28:21 queue INFO >>C3 [925] -2015-03-11 00:28:22 sendUrl INFO C3 [925] R:OK -2015-03-11 00:29:12 queue INFO >>C3 [926] -2015-03-11 00:29:12 sendUrl INFO C3 [926] R:OK -2015-03-11 00:30:02 queue INFO >>C3 [927] -2015-03-11 00:30:02 sendUrl INFO C3 [927] R:OK -2015-03-11 00:30:02 queue INFO 83 [928] -2015-03-11 00:30:02 queue INFO >83 [929] -2015-03-11 00:30:03 sendUrl INFO 83 [928] R:OK -2015-03-11 00:30:03 queue INFO 87 [930] -2015-03-11 00:30:03 sendUrl INFO 83 [929] R:OK -2015-03-11 00:30:03 queue INFO >87 [931] -2015-03-11 00:30:04 sendUrl INFO 87 [930] R:OK -2015-03-11 00:30:04 sendUrl INFO 87 [931] R:OK -2015-03-11 00:30:05 queue INFO 83 [932] -2015-03-11 00:30:05 sendUrl INFO 83 [932] R:OK -2015-03-11 00:30:05 queue INFO >83 [933] -2015-03-11 00:30:05 sendUrl INFO 83 [933] R:OK -2015-03-11 00:30:55 queue INFO 81 [934] -2015-03-11 00:30:55 queue INFO >81 [935] -2015-03-11 00:30:55 sendUrl INFO 81 [934] R:OK -2015-03-11 00:30:55 sendUrl INFO 81 [935] R:OK -2015-03-11 00:31:13 queue INFO 83 [936] -2015-03-11 00:31:14 queue INFO >83 [937] -2015-03-11 00:31:14 sendUrl INFO 83 [936] R:OK -2015-03-11 00:31:14 sendUrl INFO 83 [937] R:OK -2015-03-11 00:32:03 queue INFO >>83 [938] -2015-03-11 00:32:04 sendUrl INFO 83 [938] R:OK -2015-03-11 00:32:54 queue INFO >>83 [939] -2015-03-11 00:32:54 sendUrl INFO 83 [939] R:OK -2015-03-11 00:33:44 queue INFO >>83 [940] -2015-03-11 00:33:44 sendUrl INFO 83 [940] R:OK -2015-03-11 00:34:34 queue INFO >>83 [941] -2015-03-11 00:34:34 sendUrl INFO 83 [941] R:OK -2015-03-11 00:35:24 queue INFO >>83 [942] -2015-03-11 00:35:24 sendUrl INFO 83 [942] R:OK -2015-03-11 00:36:14 queue INFO >>83 [943] -2015-03-11 00:36:15 sendUrl INFO 83 [943] R:OK -2015-03-11 00:37:04 queue INFO >>83 [944] -2015-03-11 00:37:05 sendUrl INFO 83 [944] R:OK -2015-03-11 00:37:41 queue INFO 87 [945] -2015-03-11 00:37:41 queue INFO >87 [946] -2015-03-11 00:37:41 sendUrl INFO 87 [945] R:OK -2015-03-11 00:37:42 sendUrl INFO 87 [946] R:OK -2015-03-11 00:37:42 queue INFO 83 [947] -2015-03-11 00:37:43 queue INFO >83 [948] -2015-03-11 00:37:43 sendUrl INFO 83 [947] R:OK -2015-03-11 00:37:43 sendUrl INFO 83 [948] R:OK -2015-03-11 00:38:32 queue INFO >>83 [949] -2015-03-11 00:38:33 sendUrl INFO 83 [949] R:OK -2015-03-11 00:39:23 queue INFO >>83 [950] -2015-03-11 00:39:23 sendUrl INFO 83 [950] R:OK -2015-03-11 00:40:13 queue INFO >>83 [951] -2015-03-11 00:40:13 sendUrl INFO 83 [951] R:OK -2015-03-11 00:41:03 queue INFO >>83 [952] -2015-03-11 00:41:03 sendUrl INFO 83 [952] R:OK -2015-03-11 00:41:53 queue INFO >>83 [953] -2015-03-11 00:41:53 sendUrl INFO 83 [953] R:OK -2015-03-11 00:42:43 queue INFO >>83 [954] -2015-03-11 00:42:44 sendUrl INFO 83 [954] R:OK -2015-03-11 00:43:33 queue INFO >>83 [955] -2015-03-11 00:43:34 sendUrl INFO 83 [955] R:OK -2015-03-11 00:44:24 queue INFO >>83 [956] -2015-03-11 00:44:24 sendUrl INFO 83 [956] R:OK -2015-03-11 00:45:14 queue INFO >>83 [957] -2015-03-11 00:45:14 sendUrl INFO 83 [957] R:OK -2015-03-11 00:45:15 queue INFO 87 [958] -2015-03-11 00:45:15 queue INFO >87 [959] -2015-03-11 00:45:16 sendUrl INFO 87 [958] R:OK -2015-03-11 00:45:16 sendUrl INFO 87 [959] R:OK -2015-03-11 00:45:17 queue INFO 83 [960] -2015-03-11 00:45:17 queue INFO >83 [961] -2015-03-11 00:45:17 sendUrl INFO 83 [960] R:OK -2015-03-11 00:45:18 sendUrl INFO 83 [961] R:OK -2015-03-11 00:46:07 queue INFO >>83 [962] -2015-03-11 00:46:07 sendUrl INFO 83 [962] R:OK -2015-03-11 00:46:57 queue INFO >>83 [963] -2015-03-11 00:46:57 sendUrl INFO 83 [963] R:OK -2015-03-11 00:47:47 queue INFO >>83 [964] -2015-03-11 00:47:48 sendUrl INFO 83 [964] R:OK -2015-03-11 00:48:37 queue INFO >>83 [965] -2015-03-11 00:48:37 sendUrl INFO 83 [965] R:OK -2015-03-11 00:49:27 queue INFO >>83 [966] -2015-03-11 00:49:28 sendUrl INFO 83 [966] R:OK -2015-03-11 00:50:18 queue INFO >>83 [967] -2015-03-11 00:50:18 sendUrl INFO 83 [967] R:OK -2015-03-11 00:51:08 queue INFO >>83 [968] -2015-03-11 00:51:08 sendUrl INFO 83 [968] R:OK -2015-03-11 00:51:58 queue INFO >>83 [969] -2015-03-11 00:51:58 sendUrl INFO 83 [969] R:OK -2015-03-11 00:52:48 queue INFO >>83 [970] -2015-03-11 00:52:49 sendUrl INFO 83 [970] R:OK -2015-03-11 00:53:01 queue INFO 87 [971] -2015-03-11 00:53:01 queue INFO >87 [972] -2015-03-11 00:53:01 sendUrl INFO 87 [971] R:OK -2015-03-11 00:53:02 sendUrl INFO 87 [972] R:OK -2015-03-11 00:53:03 queue INFO 83 [973] -2015-03-11 00:53:03 sendUrl INFO 83 [973] R:OK -2015-03-11 00:53:03 queue INFO >83 [974] -2015-03-11 00:53:03 sendUrl INFO 83 [974] R:OK -2015-03-11 00:53:53 queue INFO >>83 [975] -2015-03-11 00:53:53 sendUrl INFO 83 [975] R:OK -2015-03-11 00:54:43 queue INFO >>83 [976] -2015-03-11 00:54:43 sendUrl INFO 83 [976] R:OK -2015-03-11 00:55:33 queue INFO >>83 [977] -2015-03-11 00:55:33 sendUrl INFO 83 [977] R:OK -2015-03-11 00:56:23 queue INFO >>83 [978] -2015-03-11 00:56:23 sendUrl INFO 83 [978] R:OK -2015-03-11 00:57:13 queue INFO >>83 [979] -2015-03-11 00:57:14 sendUrl INFO 83 [979] R:OK -2015-03-11 00:58:03 queue INFO >>83 [980] -2015-03-11 00:58:04 sendUrl INFO 83 [980] R:OK -2015-03-11 00:58:54 queue INFO >>83 [981] -2015-03-11 00:58:54 sendUrl INFO 83 [981] R:OK -2015-03-11 00:59:44 queue INFO >>83 [982] -2015-03-11 00:59:44 sendUrl INFO 83 [982] R:OK -2015-03-11 01:00:34 queue INFO >>83 [983] -2015-03-11 01:00:34 sendUrl INFO 83 [983] R:OK -2015-03-11 01:00:35 queue INFO 87 [984] -2015-03-11 01:00:35 queue INFO >87 [985] -2015-03-11 01:00:36 sendUrl INFO 87 [984] R:OK -2015-03-11 01:00:36 sendUrl INFO 87 [985] R:OK -2015-03-11 01:00:37 queue INFO 83 [986] -2015-03-11 01:00:37 queue INFO >83 [987] -2015-03-11 01:00:37 sendUrl INFO 83 [986] R:OK -2015-03-11 01:00:38 sendUrl INFO 83 [987] R:OK -2015-03-11 01:01:27 queue INFO >>83 [988] -2015-03-11 01:01:27 sendUrl INFO 83 [988] R:OK -2015-03-11 01:02:17 queue INFO >>83 [989] -2015-03-11 01:02:17 sendUrl INFO 83 [989] R:OK -2015-03-11 01:03:07 queue INFO >>83 [990] -2015-03-11 01:03:08 sendUrl INFO 83 [990] R:OK -2015-03-11 01:03:57 queue INFO >>83 [991] -2015-03-11 01:03:57 sendUrl INFO 83 [991] R:OK -2015-03-11 01:04:48 queue INFO >>83 [992] -2015-03-11 01:04:48 sendUrl INFO 83 [992] R:OK -2015-03-11 01:05:38 queue INFO >>83 [993] -2015-03-11 01:05:38 sendUrl INFO 83 [993] R:OK -2015-03-11 01:06:28 queue INFO >>83 [994] -2015-03-11 01:06:28 sendUrl INFO 83 [994] R:OK -2015-03-11 01:07:18 queue INFO >>83 [995] -2015-03-11 01:07:18 sendUrl INFO 83 [995] R:OK -2015-03-11 01:08:08 queue INFO >>83 [996] -2015-03-11 01:08:09 sendUrl INFO 83 [996] R:OK -2015-03-11 01:08:09 queue INFO 87 [997] -2015-03-11 01:08:10 queue INFO C7 [998] -2015-03-11 01:08:10 sendUrl INFO 87 [997] R:OK -2015-03-11 01:08:10 queue INFO >C7 [999] -2015-03-11 01:08:10 sendUrl INFO C7 [998] R:OK -2015-03-11 01:08:11 sendUrl INFO C7 [999] R:OK -2015-03-11 01:08:11 queue INFO C3 [0] -2015-03-11 01:08:11 queue INFO >C3 [1] -2015-03-11 01:08:11 sendUrl INFO C3 [0] R:OK -2015-03-11 01:08:12 sendUrl INFO C3 [1] R:OK -2015-03-11 01:09:01 queue INFO >>C3 [2] -2015-03-11 01:09:01 sendUrl INFO C3 [2] R:OK -2015-03-11 01:09:51 queue INFO >>C3 [3] -2015-03-11 01:09:51 sendUrl INFO C3 [3] R:OK -2015-03-11 01:10:41 queue INFO >>C3 [4] -2015-03-11 01:10:42 sendUrl INFO C3 [4] R:OK -2015-03-11 01:11:32 queue INFO >>C3 [5] -2015-03-11 01:11:32 sendUrl INFO C3 [5] R:OK -2015-03-11 01:12:22 queue INFO >>C3 [6] -2015-03-11 01:12:22 sendUrl INFO C3 [6] R:OK -2015-03-11 01:13:12 queue INFO >>C3 [7] -2015-03-11 01:13:12 sendUrl INFO C3 [7] R:OK -2015-03-11 01:14:02 queue INFO >>C3 [8] -2015-03-11 01:14:02 sendUrl INFO C3 [8] R:OK -2015-03-11 01:14:52 queue INFO >>C3 [9] -2015-03-11 01:14:52 sendUrl INFO C3 [9] R:OK -2015-03-11 01:15:42 queue INFO >>C3 [10] -2015-03-11 01:15:43 sendUrl INFO C3 [10] R:OK -2015-03-11 01:15:43 queue INFO 83 [11] -2015-03-11 01:15:43 sendUrl INFO 83 [11] R:OK -2015-03-11 01:15:43 queue INFO >83 [12] -2015-03-11 01:15:44 queue INFO 87 [13] -2015-03-11 01:15:44 sendUrl INFO 83 [12] R:OK -2015-03-11 01:15:44 queue INFO >87 [14] -2015-03-11 01:15:44 sendUrl INFO 87 [13] R:OK -2015-03-11 01:15:45 sendUrl INFO 87 [14] R:OK -2015-03-11 01:15:45 queue INFO 83 [15] -2015-03-11 01:15:45 queue INFO >83 [16] -2015-03-11 01:15:46 sendUrl INFO 83 [15] R:OK -2015-03-11 01:15:46 sendUrl INFO 83 [16] R:OK -2015-03-11 01:16:35 queue INFO >>83 [17] -2015-03-11 01:16:35 sendUrl INFO 83 [17] R:OK -2015-03-11 01:17:25 queue INFO >>83 [18] -2015-03-11 01:17:26 sendUrl INFO 83 [18] R:OK -2015-03-11 01:18:16 queue INFO >>83 [19] -2015-03-11 01:18:16 sendUrl INFO 83 [19] R:OK -2015-03-11 01:19:06 queue INFO >>83 [20] -2015-03-11 01:19:06 sendUrl INFO 83 [20] R:OK -2015-03-11 01:19:56 queue INFO >>83 [21] -2015-03-11 01:19:56 sendUrl INFO 83 [21] R:OK -2015-03-11 01:20:46 queue INFO >>83 [22] -2015-03-11 01:20:46 sendUrl INFO 83 [22] R:OK -2015-03-11 01:21:36 queue INFO >>83 [23] -2015-03-11 01:21:36 sendUrl INFO 83 [23] R:OK -2015-03-11 01:22:26 queue INFO >>83 [24] -2015-03-11 01:22:27 sendUrl INFO 83 [24] R:OK -2015-03-11 01:23:16 queue INFO >>83 [25] -2015-03-11 01:23:17 sendUrl INFO 83 [25] R:OK -2015-03-11 01:23:22 queue INFO 87 [26] -2015-03-11 01:23:22 sendUrl INFO 87 [26] R:OK -2015-03-11 01:23:22 queue INFO >87 [27] -2015-03-11 01:23:22 sendUrl INFO 87 [27] R:OK -2015-03-11 01:23:23 queue INFO 83 [28] -2015-03-11 01:23:23 queue INFO >83 [29] -2015-03-11 01:23:24 sendUrl INFO 83 [28] R:OK -2015-03-11 01:23:24 sendUrl INFO 83 [29] R:OK -2015-03-11 01:24:13 queue INFO >>83 [30] -2015-03-11 01:24:13 sendUrl INFO 83 [30] R:OK -2015-03-11 01:25:03 queue INFO >>83 [31] -2015-03-11 01:25:04 sendUrl INFO 83 [31] R:OK -2015-03-11 01:25:54 queue INFO >>83 [32] -2015-03-11 01:25:54 sendUrl INFO 83 [32] R:OK -2015-03-11 01:26:44 queue INFO >>83 [33] -2015-03-11 01:26:44 sendUrl INFO 83 [33] R:OK -2015-03-11 01:27:34 queue INFO >>83 [34] -2015-03-11 01:27:34 sendUrl INFO 83 [34] R:OK -2015-03-11 01:28:24 queue INFO >>83 [35] -2015-03-11 01:28:24 sendUrl INFO 83 [35] R:OK -2015-03-11 01:29:14 queue INFO >>83 [36] -2015-03-11 01:29:14 sendUrl INFO 83 [36] R:OK -2015-03-11 01:30:04 queue INFO >>83 [37] -2015-03-11 01:30:05 sendUrl INFO 83 [37] R:OK -2015-03-11 01:30:54 queue INFO >>83 [38] -2015-03-11 01:30:55 sendUrl INFO 83 [38] R:OK -2015-03-11 01:31:07 queue INFO 87 [39] -2015-03-11 01:31:08 queue INFO >87 [40] -2015-03-11 01:31:08 sendUrl INFO 87 [39] R:OK -2015-03-11 01:31:08 sendUrl INFO 87 [40] R:OK -2015-03-11 01:31:09 queue INFO 83 [41] -2015-03-11 01:31:09 queue INFO >83 [42] -2015-03-11 01:31:09 sendUrl INFO 83 [41] R:OK -2015-03-11 01:31:10 sendUrl INFO 83 [42] R:OK -2015-03-11 01:31:59 queue INFO >>83 [43] -2015-03-11 01:32:00 sendUrl INFO 83 [43] R:OK -2015-03-11 01:32:49 queue INFO >>83 [44] -2015-03-11 01:32:49 sendUrl INFO 83 [44] R:OK -2015-03-11 01:33:39 queue INFO >>83 [45] -2015-03-11 01:33:40 sendUrl INFO 83 [45] R:OK -2015-03-11 01:34:30 queue INFO >>83 [46] -2015-03-11 01:34:30 sendUrl INFO 83 [46] R:OK -2015-03-11 01:35:20 queue INFO >>83 [47] -2015-03-11 01:35:20 sendUrl INFO 83 [47] R:OK -2015-03-11 01:36:10 queue INFO >>83 [48] -2015-03-11 01:36:10 sendUrl INFO 83 [48] R:OK -2015-03-11 01:37:00 queue INFO >>83 [49] -2015-03-11 01:37:01 sendUrl INFO 83 [49] R:OK -2015-03-11 01:37:50 queue INFO >>83 [50] -2015-03-11 01:37:50 sendUrl INFO 83 [50] R:OK -2015-03-11 01:38:40 queue INFO >>83 [51] -2015-03-11 01:38:41 sendUrl INFO 83 [51] R:OK -2015-03-11 01:38:42 queue INFO 87 [52] -2015-03-11 01:38:42 queue INFO >87 [53] -2015-03-11 01:38:42 sendUrl INFO 87 [52] R:OK -2015-03-11 01:38:43 sendUrl INFO 87 [53] R:OK -2015-03-11 01:38:43 queue INFO 83 [54] -2015-03-11 01:38:44 queue INFO >83 [55] -2015-03-11 01:38:44 sendUrl INFO 83 [54] R:OK -2015-03-11 01:38:44 sendUrl INFO 83 [55] R:OK -2015-03-11 01:39:33 queue INFO >>83 [56] -2015-03-11 01:39:34 sendUrl INFO 83 [56] R:OK -2015-03-11 01:40:24 queue INFO >>83 [57] -2015-03-11 01:40:24 sendUrl INFO 83 [57] R:OK -2015-03-11 01:41:14 queue INFO >>83 [58] -2015-03-11 01:41:14 sendUrl INFO 83 [58] R:OK -2015-03-11 01:42:04 queue INFO >>83 [59] -2015-03-11 01:42:04 sendUrl INFO 83 [59] R:OK -2015-03-11 01:42:54 queue INFO >>83 [60] -2015-03-11 01:42:54 sendUrl INFO 83 [60] R:OK -2015-03-11 01:43:44 queue INFO >>83 [61] -2015-03-11 01:43:45 sendUrl INFO 83 [61] R:OK -2015-03-11 01:44:34 queue INFO >>83 [62] -2015-03-11 01:44:35 sendUrl INFO 83 [62] R:OK -2015-03-11 01:45:25 queue INFO >>83 [63] -2015-03-11 01:45:25 sendUrl INFO 83 [63] R:OK -2015-03-11 01:46:15 queue INFO >>83 [64] -2015-03-11 01:46:15 sendUrl INFO 83 [64] R:OK -2015-03-11 01:46:16 queue INFO 87 [65] -2015-03-11 01:46:16 queue INFO >87 [66] -2015-03-11 01:46:16 sendUrl INFO 87 [65] R:OK -2015-03-11 01:46:17 sendUrl INFO 87 [66] R:OK -2015-03-11 01:46:18 queue INFO 83 [67] -2015-03-11 01:46:18 queue INFO >83 [68] -2015-03-11 01:46:18 sendUrl INFO 83 [67] R:OK -2015-03-11 01:46:18 sendUrl INFO 83 [68] R:OK -2015-03-11 01:47:08 queue INFO >>83 [69] -2015-03-11 01:47:08 sendUrl INFO 83 [69] R:OK -2015-03-11 01:47:58 queue INFO >>83 [70] -2015-03-11 01:47:58 sendUrl INFO 83 [70] R:OK -2015-03-11 01:48:48 queue INFO >>83 [71] -2015-03-11 01:48:48 sendUrl INFO 83 [71] R:OK -2015-03-11 01:49:38 queue INFO >>83 [72] -2015-03-11 01:49:39 sendUrl INFO 83 [72] R:OK -2015-03-11 01:50:28 queue INFO >>83 [73] -2015-03-11 01:50:28 sendUrl INFO 83 [73] R:OK -2015-03-11 01:51:18 queue INFO >>83 [74] -2015-03-11 01:51:19 sendUrl INFO 83 [74] R:OK -2015-03-11 01:52:09 queue INFO >>83 [75] -2015-03-11 01:52:09 sendUrl INFO 83 [75] R:OK -2015-03-11 01:52:59 queue INFO >>83 [76] -2015-03-11 01:52:59 sendUrl INFO 83 [76] R:OK -2015-03-11 01:53:49 queue INFO >>83 [77] -2015-03-11 01:53:49 sendUrl INFO 83 [77] R:OK -2015-03-11 01:53:50 queue INFO C7 [78] -2015-03-11 01:53:50 sendUrl INFO C7 [78] R:OK -2015-03-11 01:53:50 queue INFO >C7 [79] -2015-03-11 01:53:51 sendUrl INFO C7 [79] R:OK -2015-03-11 01:53:52 queue INFO C3 [80] -2015-03-11 01:53:52 queue INFO >C3 [81] -2015-03-11 01:53:52 sendUrl INFO C3 [80] R:OK -2015-03-11 01:53:53 sendUrl INFO C3 [81] R:OK -2015-03-11 01:54:42 queue INFO >>C3 [82] -2015-03-11 01:54:42 sendUrl INFO C3 [82] R:OK -2015-03-11 01:55:32 queue INFO >>C3 [83] -2015-03-11 01:55:32 sendUrl INFO C3 [83] R:OK -2015-03-11 01:56:22 queue INFO >>C3 [84] -2015-03-11 01:56:23 sendUrl INFO C3 [84] R:OK -2015-03-11 01:57:12 queue INFO >>C3 [85] -2015-03-11 01:57:13 sendUrl INFO C3 [85] R:OK -2015-03-11 01:58:02 queue INFO >>C3 [86] -2015-03-11 01:58:03 sendUrl INFO C3 [86] R:OK -2015-03-11 01:58:53 queue INFO >>C3 [87] -2015-03-11 01:58:53 sendUrl INFO C3 [87] R:OK -2015-03-11 01:59:43 queue INFO >>C3 [88] -2015-03-11 01:59:43 sendUrl INFO C3 [88] R:OK -2015-03-11 02:00:33 queue INFO >>C3 [89] -2015-03-11 02:00:33 sendUrl INFO C3 [89] R:OK -2015-03-11 02:01:23 queue INFO >>C3 [90] -2015-03-11 02:01:23 sendUrl INFO C3 [90] R:OK -2015-03-11 02:01:24 queue INFO 83 [91] -2015-03-11 02:01:24 queue INFO >83 [92] -2015-03-11 02:01:24 sendUrl INFO 83 [91] R:OK -2015-03-11 02:01:24 queue INFO 87 [93] -2015-03-11 02:01:25 queue INFO >87 [94] -2015-03-11 02:01:25 sendUrl INFO 83 [92] R:OK -2015-03-11 02:01:25 sendUrl INFO 87 [93] R:OK -2015-03-11 02:01:26 sendUrl INFO 87 [94] R:OK -2015-03-11 02:01:26 queue INFO 83 [95] -2015-03-11 02:01:26 queue INFO >83 [96] -2015-03-11 02:01:26 sendUrl INFO 83 [95] R:OK -2015-03-11 02:01:27 sendUrl INFO 83 [96] R:OK -2015-03-11 02:02:16 queue INFO >>83 [97] -2015-03-11 02:02:17 sendUrl INFO 83 [97] R:OK -2015-03-11 02:03:06 queue INFO >>83 [98] -2015-03-11 02:03:06 sendUrl INFO 83 [98] R:OK -2015-03-11 02:03:56 queue INFO >>83 [99] -2015-03-11 02:03:57 sendUrl INFO 83 [99] R:OK -2015-03-11 02:04:47 queue INFO >>83 [100] -2015-03-11 02:04:47 sendUrl INFO 83 [100] R:OK -2015-03-11 02:05:37 queue INFO >>83 [101] -2015-03-11 02:05:37 sendUrl INFO 83 [101] R:OK -2015-03-11 02:06:27 queue INFO >>83 [102] -2015-03-11 02:06:27 sendUrl INFO 83 [102] R:OK -2015-03-11 02:07:17 queue INFO >>83 [103] -2015-03-11 02:07:18 sendUrl INFO 83 [103] R:OK -2015-03-11 02:08:07 queue INFO >>83 [104] -2015-03-11 02:08:07 sendUrl INFO 83 [104] R:OK -2015-03-11 02:08:57 queue INFO >>83 [105] -2015-03-11 02:08:58 sendUrl INFO 83 [105] R:OK -2015-03-11 02:09:14 queue INFO 87 [106] -2015-03-11 02:09:14 queue INFO >87 [107] -2015-03-11 02:09:14 sendUrl INFO 87 [106] R:OK -2015-03-11 02:09:15 sendUrl INFO 87 [107] R:OK -2015-03-11 02:09:15 queue INFO 83 [108] -2015-03-11 02:09:16 queue INFO >83 [109] -2015-03-11 02:09:16 sendUrl INFO 83 [108] R:OK -2015-03-11 02:09:16 sendUrl INFO 83 [109] R:OK -2015-03-11 02:10:05 queue INFO >>83 [110] -2015-03-11 02:10:06 sendUrl INFO 83 [110] R:OK -2015-03-11 02:10:56 queue INFO >>83 [111] -2015-03-11 02:10:56 sendUrl INFO 83 [111] R:OK -2015-03-11 02:11:46 queue INFO >>83 [112] -2015-03-11 02:11:46 sendUrl INFO 83 [112] R:OK -2015-03-11 02:12:36 queue INFO >>83 [113] -2015-03-11 02:12:36 sendUrl INFO 83 [113] R:OK -2015-03-11 02:13:26 queue INFO >>83 [114] -2015-03-11 02:13:26 sendUrl INFO 83 [114] R:OK -2015-03-11 02:14:16 queue INFO >>83 [115] -2015-03-11 02:14:17 sendUrl INFO 83 [115] R:OK -2015-03-11 02:15:06 queue INFO >>83 [116] -2015-03-11 02:15:07 sendUrl INFO 83 [116] R:OK -2015-03-11 02:15:57 queue INFO >>83 [117] -2015-03-11 02:15:57 sendUrl INFO 83 [117] R:OK -2015-03-11 02:16:47 queue INFO >>83 [118] -2015-03-11 02:16:47 sendUrl INFO 83 [118] R:OK -2015-03-11 02:16:48 queue INFO 87 [119] -2015-03-11 02:16:48 sendUrl INFO 87 [119] R:OK -2015-03-11 02:16:48 queue INFO >87 [120] -2015-03-11 02:16:49 sendUrl INFO 87 [120] R:OK -2015-03-11 02:16:50 queue INFO 83 [121] -2015-03-11 02:16:50 queue INFO >83 [122] -2015-03-11 02:16:50 sendUrl INFO 83 [121] R:OK -2015-03-11 02:16:51 sendUrl INFO 83 [122] R:OK -2015-03-11 02:17:40 queue INFO >>83 [123] -2015-03-11 02:17:40 sendUrl INFO 83 [123] R:OK -2015-03-11 02:18:30 queue INFO >>83 [124] -2015-03-11 02:18:30 sendUrl INFO 83 [124] R:OK -2015-03-11 02:19:20 queue INFO >>83 [125] -2015-03-11 02:19:20 sendUrl INFO 83 [125] R:OK -2015-03-11 02:20:10 queue INFO >>83 [126] -2015-03-11 02:20:11 sendUrl INFO 83 [126] R:OK -2015-03-11 02:21:00 queue INFO >>83 [127] -2015-03-11 02:21:01 sendUrl INFO 83 [127] R:OK -2015-03-11 02:21:51 queue INFO >>83 [128] -2015-03-11 02:21:51 sendUrl INFO 83 [128] R:OK -2015-03-11 02:22:41 queue INFO >>83 [129] -2015-03-11 02:22:41 sendUrl INFO 83 [129] R:OK -2015-03-11 02:23:31 queue INFO >>83 [130] -2015-03-11 02:23:31 sendUrl INFO 83 [130] R:OK -2015-03-11 02:24:21 queue INFO >>83 [131] -2015-03-11 02:24:21 sendUrl INFO 83 [131] R:OK -2015-03-11 02:24:22 queue INFO 87 [132] -2015-03-11 02:24:23 queue INFO >87 [133] -2015-03-11 02:24:23 sendUrl INFO 87 [132] R:OK -2015-03-11 02:24:23 sendUrl INFO 87 [133] R:OK -2015-03-11 02:24:24 queue INFO 83 [134] -2015-03-11 02:24:24 queue INFO >83 [135] -2015-03-11 02:24:24 sendUrl INFO 83 [134] R:OK -2015-03-11 02:24:25 sendUrl INFO 83 [135] R:OK -2015-03-11 02:25:14 queue INFO >>83 [136] -2015-03-11 02:25:15 sendUrl INFO 83 [136] R:OK -2015-03-11 02:26:04 queue INFO >>83 [137] -2015-03-11 02:26:04 sendUrl INFO 83 [137] R:OK -2015-03-11 02:26:54 queue INFO >>83 [138] -2015-03-11 02:26:55 sendUrl INFO 83 [138] R:OK -2015-03-11 02:27:45 queue INFO >>83 [139] -2015-03-11 02:27:45 sendUrl INFO 83 [139] R:OK -2015-03-11 02:28:35 queue INFO >>83 [140] -2015-03-11 02:28:35 sendUrl INFO 83 [140] R:OK -2015-03-11 02:29:25 queue INFO >>83 [141] -2015-03-11 02:29:25 sendUrl INFO 83 [141] R:OK -2015-03-11 02:30:15 queue INFO >>83 [142] -2015-03-11 02:30:15 sendUrl INFO 83 [142] R:OK -2015-03-11 02:31:05 queue INFO >>83 [143] -2015-03-11 02:31:05 sendUrl INFO 83 [143] R:OK -2015-03-11 02:31:55 queue INFO >>83 [144] -2015-03-11 02:31:56 sendUrl INFO 83 [144] R:OK -2015-03-11 02:31:57 queue INFO 87 [145] -2015-03-11 02:31:57 queue INFO >87 [146] -2015-03-11 02:31:57 sendUrl INFO 87 [145] R:OK -2015-03-11 02:31:58 sendUrl INFO 87 [146] R:OK -2015-03-11 02:31:58 queue INFO 83 [147] -2015-03-11 02:31:59 queue INFO >83 [148] -2015-03-11 02:31:59 sendUrl INFO 83 [147] R:OK -2015-03-11 02:31:59 sendUrl INFO 83 [148] R:OK -2015-03-11 02:32:48 queue INFO >>83 [149] -2015-03-11 02:32:49 sendUrl INFO 83 [149] R:OK -2015-03-11 02:33:39 queue INFO >>83 [150] -2015-03-11 02:33:39 sendUrl INFO 83 [150] R:OK -2015-03-11 02:34:29 queue INFO >>83 [151] -2015-03-11 02:34:29 sendUrl INFO 83 [151] R:OK -2015-03-11 02:35:19 queue INFO >>83 [152] -2015-03-11 02:35:19 sendUrl INFO 83 [152] R:OK -2015-03-11 02:36:09 queue INFO >>83 [153] -2015-03-11 02:36:09 sendUrl INFO 83 [153] R:OK -2015-03-11 02:36:59 queue INFO >>83 [154] -2015-03-11 02:37:00 sendUrl INFO 83 [154] R:OK -2015-03-11 02:37:49 queue INFO >>83 [155] -2015-03-11 02:37:50 sendUrl INFO 83 [155] R:OK -2015-03-11 02:38:40 queue INFO >>83 [156] -2015-03-11 02:38:40 sendUrl INFO 83 [156] R:OK -2015-03-11 02:39:30 queue INFO >>83 [157] -2015-03-11 02:39:30 sendUrl INFO 83 [157] R:OK -2015-03-11 02:39:31 queue INFO C7 [158] -2015-03-11 02:39:31 queue INFO >C7 [159] -2015-03-11 02:39:31 sendUrl INFO C7 [158] R:OK -2015-03-11 02:39:32 sendUrl INFO C7 [159] R:OK -2015-03-11 02:39:33 queue INFO C3 [160] -2015-03-11 02:39:33 queue INFO >C3 [161] -2015-03-11 02:39:33 sendUrl INFO C3 [160] R:OK -2015-03-11 02:39:33 sendUrl INFO C3 [161] R:OK -2015-03-11 02:40:23 queue INFO >>C3 [162] -2015-03-11 02:40:23 sendUrl INFO C3 [162] R:OK -2015-03-11 02:41:13 queue INFO >>C3 [163] -2015-03-11 02:41:13 sendUrl INFO C3 [163] R:OK -2015-03-11 02:42:03 queue INFO >>C3 [164] -2015-03-11 02:42:03 sendUrl INFO C3 [164] R:OK -2015-03-11 02:42:53 queue INFO >>C3 [165] -2015-03-11 02:42:54 sendUrl INFO C3 [165] R:OK -2015-03-11 02:43:43 queue INFO >>C3 [166] -2015-03-11 02:43:43 sendUrl INFO C3 [166] R:OK -2015-03-11 02:44:33 queue INFO >>C3 [167] -2015-03-11 02:44:34 sendUrl INFO C3 [167] R:OK -2015-03-11 02:45:24 queue INFO >>C3 [168] -2015-03-11 02:45:24 sendUrl INFO C3 [168] R:OK -2015-03-11 02:46:14 queue INFO >>C3 [169] -2015-03-11 02:46:14 sendUrl INFO C3 [169] R:OK -2015-03-11 02:47:04 queue INFO >>C3 [170] -2015-03-11 02:47:04 sendUrl INFO C3 [170] R:OK -2015-03-11 02:47:16 queue INFO 83 [171] -2015-03-11 02:47:16 queue INFO >83 [172] -2015-03-11 02:47:16 sendUrl INFO 83 [171] R:OK -2015-03-11 02:47:17 queue INFO 87 [173] -2015-03-11 02:47:17 sendUrl INFO 83 [172] R:OK -2015-03-11 02:47:17 queue INFO >87 [174] -2015-03-11 02:47:17 sendUrl INFO 87 [173] R:OK -2015-03-11 02:47:18 sendUrl INFO 87 [174] R:OK -2015-03-11 02:47:18 queue INFO 83 [175] -2015-03-11 02:47:19 queue INFO >83 [176] -2015-03-11 02:47:19 sendUrl INFO 83 [175] R:OK -2015-03-11 02:47:19 sendUrl INFO 83 [176] R:OK -2015-03-11 02:48:08 queue INFO >>83 [177] -2015-03-11 02:48:09 sendUrl INFO 83 [177] R:OK -2015-03-11 02:48:59 queue INFO >>83 [178] -2015-03-11 02:48:59 sendUrl INFO 83 [178] R:OK -2015-03-11 02:49:49 queue INFO >>83 [179] -2015-03-11 02:49:49 sendUrl INFO 83 [179] R:OK -2015-03-11 02:50:39 queue INFO >>83 [180] -2015-03-11 02:50:39 sendUrl INFO 83 [180] R:OK -2015-03-11 02:51:29 queue INFO >>83 [181] -2015-03-11 02:51:30 sendUrl INFO 83 [181] R:OK -2015-03-11 02:52:19 queue INFO >>83 [182] -2015-03-11 02:52:19 sendUrl INFO 83 [182] R:OK -2015-03-11 02:53:09 queue INFO >>83 [183] -2015-03-11 02:53:10 sendUrl INFO 83 [183] R:OK -2015-03-11 02:54:00 queue INFO >>83 [184] -2015-03-11 02:54:00 sendUrl INFO 83 [184] R:OK -2015-03-11 02:54:50 queue INFO >>83 [185] -2015-03-11 02:54:50 sendUrl INFO 83 [185] R:OK -2015-03-11 02:54:55 queue INFO 87 [186] -2015-03-11 02:54:55 queue INFO >87 [187] -2015-03-11 02:54:55 sendUrl INFO 87 [186] R:OK -2015-03-11 02:54:55 sendUrl INFO 87 [187] R:OK -2015-03-11 02:54:56 queue INFO 83 [188] -2015-03-11 02:54:56 queue INFO >83 [189] -2015-03-11 02:54:56 sendUrl INFO 83 [188] R:OK -2015-03-11 02:54:57 sendUrl INFO 83 [189] R:OK -2015-03-11 02:55:46 queue INFO >>83 [190] -2015-03-11 02:55:47 sendUrl INFO 83 [190] R:OK -2015-03-11 02:56:36 queue INFO >>83 [191] -2015-03-11 02:56:37 sendUrl INFO 83 [191] R:OK -2015-03-11 02:57:27 queue INFO >>83 [192] -2015-03-11 02:57:27 sendUrl INFO 83 [192] R:OK -2015-03-11 02:58:17 queue INFO >>83 [193] -2015-03-11 02:58:17 sendUrl INFO 83 [193] R:OK -2015-03-11 02:59:07 queue INFO >>83 [194] -2015-03-11 02:59:07 sendUrl INFO 83 [194] R:OK -2015-03-11 02:59:57 queue INFO >>83 [195] -2015-03-11 02:59:57 sendUrl INFO 83 [195] R:OK -2015-03-11 03:00:47 queue INFO >>83 [196] -2015-03-11 03:00:48 sendUrl INFO 83 [196] R:OK -2015-03-11 03:01:37 queue INFO >>83 [197] -2015-03-11 03:01:38 sendUrl INFO 83 [197] R:OK -2015-03-11 03:02:27 queue INFO >>83 [198] -2015-03-11 03:02:28 sendUrl INFO 83 [198] R:OK -2015-03-11 03:02:29 queue INFO 87 [199] -2015-03-11 03:02:29 queue INFO >87 [200] -2015-03-11 03:02:29 sendUrl INFO 87 [199] R:OK -2015-03-11 03:02:30 sendUrl INFO 87 [200] R:OK -2015-03-11 03:02:30 queue INFO 83 [201] -2015-03-11 03:02:31 queue INFO >83 [202] -2015-03-11 03:02:31 sendUrl INFO 83 [201] R:OK -2015-03-11 03:02:31 sendUrl INFO 83 [202] R:OK -2015-03-11 03:03:20 queue INFO >>83 [203] -2015-03-11 03:03:21 sendUrl INFO 83 [203] R:OK -2015-03-11 03:04:11 queue INFO >>83 [204] -2015-03-11 03:04:11 sendUrl INFO 83 [204] R:OK -2015-03-11 03:05:01 queue INFO >>83 [205] -2015-03-11 03:05:01 sendUrl INFO 83 [205] R:OK -2015-03-11 03:05:51 queue INFO >>83 [206] -2015-03-11 03:05:51 sendUrl INFO 83 [206] R:OK -2015-03-11 03:06:41 queue INFO >>83 [207] -2015-03-11 03:06:42 sendUrl INFO 83 [207] R:OK -2015-03-11 03:07:31 queue INFO >>83 [208] -2015-03-11 03:07:31 sendUrl INFO 83 [208] R:OK -2015-03-11 03:08:21 queue INFO >>83 [209] -2015-03-11 03:08:22 sendUrl INFO 83 [209] R:OK -2015-03-11 03:09:12 queue INFO >>83 [210] -2015-03-11 03:09:12 sendUrl INFO 83 [210] R:OK -2015-03-11 03:10:02 queue INFO >>83 [211] -2015-03-11 03:10:02 sendUrl INFO 83 [211] R:OK -2015-03-11 03:10:03 queue INFO 87 [212] -2015-03-11 03:10:03 queue INFO >87 [213] -2015-03-11 03:10:03 sendUrl INFO 87 [212] R:OK -2015-03-11 03:10:04 sendUrl INFO 87 [213] R:OK -2015-03-11 03:10:05 queue INFO 83 [214] -2015-03-11 03:10:05 queue INFO >83 [215] -2015-03-11 03:10:05 sendUrl INFO 83 [214] R:OK -2015-03-11 03:10:05 sendUrl INFO 83 [215] R:OK -2015-03-11 03:10:55 queue INFO >>83 [216] -2015-03-11 03:10:55 sendUrl INFO 83 [216] R:OK -2015-03-11 03:11:45 queue INFO >>83 [217] -2015-03-11 03:11:46 sendUrl INFO 83 [217] R:OK -2015-03-11 03:12:35 queue INFO >>83 [218] -2015-03-11 03:12:35 sendUrl INFO 83 [218] R:OK -2015-03-11 03:13:25 queue INFO >>83 [219] -2015-03-11 03:13:26 sendUrl INFO 83 [219] R:OK -2015-03-11 03:14:15 queue INFO >>83 [220] -2015-03-11 03:14:16 sendUrl INFO 83 [220] R:OK -2015-03-11 03:15:06 queue INFO >>83 [221] -2015-03-11 03:15:06 sendUrl INFO 83 [221] R:OK -2015-03-11 03:15:56 queue INFO >>83 [222] -2015-03-11 03:15:56 sendUrl INFO 83 [222] R:OK -2015-03-11 03:16:46 queue INFO >>83 [223] -2015-03-11 03:16:46 sendUrl INFO 83 [223] R:OK -2015-03-11 03:17:36 queue INFO >>83 [224] -2015-03-11 03:17:36 sendUrl INFO 83 [224] R:OK -2015-03-11 03:17:37 queue INFO 87 [225] -2015-03-11 03:17:37 sendUrl INFO 87 [225] R:OK -2015-03-11 03:17:37 queue INFO >87 [226] -2015-03-11 03:17:38 sendUrl INFO 87 [226] R:OK -2015-03-11 03:17:39 queue INFO 83 [227] -2015-03-11 03:17:39 queue INFO >83 [228] -2015-03-11 03:17:39 sendUrl INFO 83 [227] R:OK -2015-03-11 03:17:40 sendUrl INFO 83 [228] R:OK -2015-03-11 03:18:29 queue INFO >>83 [229] -2015-03-11 03:18:29 sendUrl INFO 83 [229] R:OK -2015-03-11 03:19:19 queue INFO >>83 [230] -2015-03-11 03:19:20 sendUrl INFO 83 [230] R:OK -2015-03-11 03:20:09 queue INFO >>83 [231] -2015-03-11 03:20:10 sendUrl INFO 83 [231] R:OK -2015-03-11 03:21:00 queue INFO >>83 [232] -2015-03-11 03:21:00 sendUrl INFO 83 [232] R:OK -2015-03-11 03:21:50 queue INFO >>83 [233] -2015-03-11 03:21:50 sendUrl INFO 83 [233] R:OK -2015-03-11 03:22:40 queue INFO >>83 [234] -2015-03-11 03:22:40 sendUrl INFO 83 [234] R:OK -2015-03-11 03:23:30 queue INFO >>83 [235] -2015-03-11 03:23:30 sendUrl INFO 83 [235] R:OK -2015-03-11 03:24:20 queue INFO >>83 [236] -2015-03-11 03:24:21 sendUrl INFO 83 [236] R:OK -2015-03-11 03:25:10 queue INFO >>83 [237] -2015-03-11 03:25:10 sendUrl INFO 83 [237] R:OK -2015-03-11 03:25:23 queue INFO C7 [238] -2015-03-11 03:25:23 queue INFO >C7 [239] -2015-03-11 03:25:24 sendUrl INFO C7 [238] R:OK -2015-03-11 03:25:24 sendUrl INFO C7 [239] R:OK -2015-03-11 03:25:25 queue INFO C3 [240] -2015-03-11 03:25:25 queue INFO >C3 [241] -2015-03-11 03:25:25 sendUrl INFO C3 [240] R:OK -2015-03-11 03:25:25 sendUrl INFO C3 [241] R:OK -2015-03-11 03:26:15 queue INFO >>C3 [242] -2015-03-11 03:26:15 sendUrl INFO C3 [242] R:OK -2015-03-11 03:27:05 queue INFO >>C3 [243] -2015-03-11 03:27:05 sendUrl INFO C3 [243] R:OK -2015-03-11 03:27:55 queue INFO >>C3 [244] -2015-03-11 03:27:55 sendUrl INFO C3 [244] R:OK -2015-03-11 03:28:45 queue INFO >>C3 [245] -2015-03-11 03:28:46 sendUrl INFO C3 [245] R:OK -2015-03-11 03:29:35 queue INFO >>C3 [246] -2015-03-11 03:29:36 sendUrl INFO C3 [246] R:OK -2015-03-11 03:30:26 queue INFO >>C3 [247] -2015-03-11 03:30:26 sendUrl INFO C3 [247] R:OK -2015-03-11 03:31:16 queue INFO >>C3 [248] -2015-03-11 03:31:16 sendUrl INFO C3 [248] R:OK -2015-03-11 03:32:06 queue INFO >>C3 [249] -2015-03-11 03:32:06 sendUrl INFO C3 [249] R:OK -2015-03-11 03:32:56 queue INFO >>C3 [250] -2015-03-11 03:32:56 sendUrl INFO C3 [250] R:OK -2015-03-11 03:32:57 queue INFO 83 [251] -2015-03-11 03:32:57 queue INFO >83 [252] -2015-03-11 03:32:57 sendUrl INFO 83 [251] R:OK -2015-03-11 03:32:57 queue INFO 87 [253] -2015-03-11 03:32:57 sendUrl INFO 83 [252] R:OK -2015-03-11 03:32:58 queue INFO >87 [254] -2015-03-11 03:32:58 sendUrl INFO 87 [253] R:OK -2015-03-11 03:32:58 sendUrl INFO 87 [254] R:OK -2015-03-11 03:32:59 queue INFO 83 [255] -2015-03-11 03:32:59 queue INFO >83 [256] -2015-03-11 03:33:00 sendUrl INFO 83 [255] R:OK -2015-03-11 03:33:00 sendUrl INFO 83 [256] R:OK -2015-03-11 03:33:02 queue INFO 81 [257] -2015-03-11 03:33:02 queue INFO >81 [258] -2015-03-11 03:33:02 sendUrl INFO 81 [257] R:OK -2015-03-11 03:33:03 sendUrl INFO 81 [258] R:OK -2015-03-11 03:33:22 queue INFO 83 [259] -2015-03-11 03:33:22 queue INFO >83 [260] -2015-03-11 03:33:23 sendUrl INFO 83 [259] R:OK -2015-03-11 03:33:23 sendUrl INFO 83 [260] R:OK -2015-03-11 03:34:12 queue INFO >>83 [261] -2015-03-11 03:34:12 sendUrl INFO 83 [261] R:OK -2015-03-11 03:35:02 queue INFO >>83 [262] -2015-03-11 03:35:03 sendUrl INFO 83 [262] R:OK -2015-03-11 03:35:53 queue INFO >>83 [263] -2015-03-11 03:35:53 sendUrl INFO 83 [263] R:OK -2015-03-11 03:36:43 queue INFO >>83 [264] -2015-03-11 03:36:43 sendUrl INFO 83 [264] R:OK -2015-03-11 03:37:33 queue INFO >>83 [265] -2015-03-11 03:37:33 sendUrl INFO 83 [265] R:OK -2015-03-11 03:38:23 queue INFO >>83 [266] -2015-03-11 03:38:24 sendUrl INFO 83 [266] R:OK -2015-03-11 03:39:13 queue INFO >>83 [267] -2015-03-11 03:39:13 sendUrl INFO 83 [267] R:OK -2015-03-11 03:40:03 queue INFO >>83 [268] -2015-03-11 03:40:04 sendUrl INFO 83 [268] R:OK -2015-03-11 03:40:35 queue INFO 87 [269] -2015-03-11 03:40:35 queue INFO >87 [270] -2015-03-11 03:40:36 sendUrl INFO 87 [269] R:OK -2015-03-11 03:40:36 sendUrl INFO 87 [270] R:OK -2015-03-11 03:40:37 queue INFO 83 [271] -2015-03-11 03:40:37 sendUrl INFO 83 [271] R:OK -2015-03-11 03:40:37 queue INFO >83 [272] -2015-03-11 03:40:38 sendUrl INFO 83 [272] R:OK -2015-03-11 03:41:27 queue INFO >>83 [273] -2015-03-11 03:41:27 sendUrl INFO 83 [273] R:OK -2015-03-11 03:42:17 queue INFO >>83 [274] -2015-03-11 03:42:18 sendUrl INFO 83 [274] R:OK -2015-03-11 03:43:07 queue INFO >>83 [275] -2015-03-11 03:43:08 sendUrl INFO 83 [275] R:OK -2015-03-11 03:43:58 queue INFO >>83 [276] -2015-03-11 03:43:58 sendUrl INFO 83 [276] R:OK -2015-03-11 03:44:48 queue INFO >>83 [277] -2015-03-11 03:44:48 sendUrl INFO 83 [277] R:OK -2015-03-11 03:45:38 queue INFO >>83 [278] -2015-03-11 03:45:38 sendUrl INFO 83 [278] R:OK -2015-03-11 03:46:28 queue INFO >>83 [279] -2015-03-11 03:46:28 sendUrl INFO 83 [279] R:OK -2015-03-11 03:47:18 queue INFO >>83 [280] -2015-03-11 03:47:19 sendUrl INFO 83 [280] R:OK -2015-03-11 03:48:08 queue INFO >>83 [281] -2015-03-11 03:48:08 sendUrl INFO 83 [281] R:OK -2015-03-11 03:48:09 queue INFO 87 [282] -2015-03-11 03:48:10 queue INFO >87 [283] -2015-03-11 03:48:10 sendUrl INFO 87 [282] R:OK -2015-03-11 03:48:11 sendUrl INFO 87 [283] R:OK -2015-03-11 03:48:11 queue INFO 83 [284] -2015-03-11 03:48:11 queue INFO >83 [285] -2015-03-11 03:48:12 sendUrl INFO 83 [284] R:OK -2015-03-11 03:48:12 sendUrl INFO 83 [285] R:OK -2015-03-11 03:49:01 queue INFO >>83 [286] -2015-03-11 03:49:01 sendUrl INFO 83 [286] R:OK -2015-03-11 03:49:51 queue INFO >>83 [287] -2015-03-11 03:49:52 sendUrl INFO 83 [287] R:OK -2015-03-11 03:50:42 queue INFO >>83 [288] -2015-03-11 03:50:42 sendUrl INFO 83 [288] R:OK -2015-03-11 03:51:32 queue INFO >>83 [289] -2015-03-11 03:51:32 sendUrl INFO 83 [289] R:OK -2015-03-11 03:52:22 queue INFO >>83 [290] -2015-03-11 03:52:22 sendUrl INFO 83 [290] R:OK -2015-03-11 03:53:12 queue INFO >>83 [291] -2015-03-11 03:53:12 sendUrl INFO 83 [291] R:OK -2015-03-11 03:54:02 queue INFO >>83 [292] -2015-03-11 03:54:02 sendUrl INFO 83 [292] R:OK -2015-03-11 03:54:52 queue INFO >>83 [293] -2015-03-11 03:54:53 sendUrl INFO 83 [293] R:OK -2015-03-11 03:55:42 queue INFO >>83 [294] -2015-03-11 03:55:43 sendUrl INFO 83 [294] R:OK -2015-03-11 03:55:44 queue INFO 87 [295] -2015-03-11 03:55:44 queue INFO >87 [296] -2015-03-11 03:55:44 sendUrl INFO 87 [295] R:OK -2015-03-11 03:55:44 sendUrl INFO 87 [296] R:OK -2015-03-11 03:55:45 queue INFO 83 [297] -2015-03-11 03:55:45 queue INFO >83 [298] -2015-03-11 03:55:46 sendUrl INFO 83 [297] R:OK -2015-03-11 03:55:46 sendUrl INFO 83 [298] R:OK -2015-03-11 03:56:35 queue INFO >>83 [299] -2015-03-11 03:56:36 sendUrl INFO 83 [299] R:OK -2015-03-11 03:57:26 queue INFO >>83 [300] -2015-03-11 03:57:26 sendUrl INFO 83 [300] R:OK -2015-03-11 03:58:16 queue INFO >>83 [301] -2015-03-11 03:58:16 sendUrl INFO 83 [301] R:OK -2015-03-11 03:59:06 queue INFO >>83 [302] -2015-03-11 03:59:06 sendUrl INFO 83 [302] R:OK -2015-03-11 03:59:56 queue INFO >>83 [303] -2015-03-11 03:59:56 sendUrl INFO 83 [303] R:OK -2015-03-11 04:00:46 queue INFO >>83 [304] -2015-03-11 04:00:46 sendUrl INFO 83 [304] R:OK -2015-03-11 04:01:36 queue INFO >>83 [305] -2015-03-11 04:01:37 sendUrl INFO 83 [305] R:OK -2015-03-11 04:02:27 queue INFO >>83 [306] -2015-03-11 04:02:27 sendUrl INFO 83 [306] R:OK -2015-03-11 04:03:17 queue INFO >>83 [307] -2015-03-11 04:03:17 sendUrl INFO 83 [307] R:OK -2015-03-11 04:03:29 queue INFO 87 [308] -2015-03-11 04:03:30 queue INFO >87 [309] -2015-03-11 04:03:30 sendUrl INFO 87 [308] R:OK -2015-03-11 04:03:31 sendUrl INFO 87 [309] R:OK -2015-03-11 04:03:31 queue INFO 83 [310] -2015-03-11 04:03:31 queue INFO >83 [311] -2015-03-11 04:03:32 sendUrl INFO 83 [310] R:OK -2015-03-11 04:03:32 sendUrl INFO 83 [311] R:OK -2015-03-11 04:04:21 queue INFO >>83 [312] -2015-03-11 04:04:21 sendUrl INFO 83 [312] R:OK -2015-03-11 04:05:11 queue INFO >>83 [313] -2015-03-11 04:05:12 sendUrl INFO 83 [313] R:OK -2015-03-11 04:06:02 queue INFO >>83 [314] -2015-03-11 04:06:02 sendUrl INFO 83 [314] R:OK -2015-03-11 04:06:52 queue INFO >>83 [315] -2015-03-11 04:06:52 sendUrl INFO 83 [315] R:OK -2015-03-11 04:07:42 queue INFO >>83 [316] -2015-03-11 04:07:42 sendUrl INFO 83 [316] R:OK -2015-03-11 04:08:32 queue INFO >>83 [317] -2015-03-11 04:08:33 sendUrl INFO 83 [317] R:OK -2015-03-11 04:09:22 queue INFO >>83 [318] -2015-03-11 04:09:22 sendUrl INFO 83 [318] R:OK -2015-03-11 04:10:12 queue INFO >>83 [319] -2015-03-11 04:10:13 sendUrl INFO 83 [319] R:OK -2015-03-11 04:11:02 queue INFO >>83 [320] -2015-03-11 04:11:03 sendUrl INFO 83 [320] R:OK -2015-03-11 04:11:04 queue INFO C7 [321] -2015-03-11 04:11:04 queue INFO >C7 [322] -2015-03-11 04:11:04 sendUrl INFO C7 [321] R:OK -2015-03-11 04:11:05 sendUrl INFO C7 [322] R:OK -2015-03-11 04:11:05 queue INFO C3 [323] -2015-03-11 04:11:06 queue INFO >C3 [324] -2015-03-11 04:11:06 sendUrl INFO C3 [323] R:OK -2015-03-11 04:11:07 sendUrl INFO C3 [324] R:OK -2015-03-11 04:11:56 queue INFO >>C3 [325] -2015-03-11 04:11:56 sendUrl INFO C3 [325] R:OK -2015-03-11 04:12:46 queue INFO >>C3 [326] -2015-03-11 04:12:46 sendUrl INFO C3 [326] R:OK -2015-03-11 04:13:36 queue INFO >>C3 [327] -2015-03-11 04:13:36 sendUrl INFO C3 [327] R:OK -2015-03-11 04:14:26 queue INFO >>C3 [328] -2015-03-11 04:14:26 sendUrl INFO C3 [328] R:OK -2015-03-11 04:15:16 queue INFO >>C3 [329] -2015-03-11 04:15:17 sendUrl INFO C3 [329] R:OK -2015-03-11 04:16:06 queue INFO >>C3 [330] -2015-03-11 04:16:07 sendUrl INFO C3 [330] R:OK -2015-03-11 04:16:57 queue INFO >>C3 [331] -2015-03-11 04:16:57 sendUrl INFO C3 [331] R:OK -2015-03-11 04:17:47 queue INFO >>C3 [332] -2015-03-11 04:17:47 sendUrl INFO C3 [332] R:OK -2015-03-11 04:18:37 queue INFO >>C3 [333] -2015-03-11 04:18:37 sendUrl INFO C3 [333] R:OK -2015-03-11 04:18:37 queue INFO 83 [334] -2015-03-11 04:18:37 queue INFO >83 [335] -2015-03-11 04:18:38 sendUrl INFO 83 [334] R:OK -2015-03-11 04:18:38 sendUrl INFO 83 [335] R:OK -2015-03-11 04:18:38 queue INFO 87 [336] -2015-03-11 04:18:38 queue INFO >87 [337] -2015-03-11 04:18:39 sendUrl INFO 87 [336] R:OK -2015-03-11 04:18:39 sendUrl INFO 87 [337] R:OK -2015-03-11 04:18:40 queue INFO 83 [338] -2015-03-11 04:18:40 queue INFO >83 [339] -2015-03-11 04:18:40 sendUrl INFO 83 [338] R:OK -2015-03-11 04:18:41 sendUrl INFO 83 [339] R:OK -2015-03-11 04:19:30 queue INFO >>83 [340] -2015-03-11 04:19:30 sendUrl INFO 83 [340] R:OK -2015-03-11 04:20:20 queue INFO >>83 [341] -2015-03-11 04:20:20 sendUrl INFO 83 [341] R:OK -2015-03-11 04:21:10 queue INFO >>83 [342] -2015-03-11 04:21:11 sendUrl INFO 83 [342] R:OK -2015-03-11 04:22:00 queue INFO >>83 [343] -2015-03-11 04:22:00 sendUrl INFO 83 [343] R:OK -2015-03-11 04:22:50 queue INFO >>83 [344] -2015-03-11 04:22:51 sendUrl INFO 83 [344] R:OK -2015-03-11 04:23:41 queue INFO >>83 [345] -2015-03-11 04:23:41 sendUrl INFO 83 [345] R:OK -2015-03-11 04:24:31 queue INFO >>83 [346] -2015-03-11 04:24:31 sendUrl INFO 83 [346] R:OK -2015-03-11 04:25:21 queue INFO >>83 [347] -2015-03-11 04:25:21 sendUrl INFO 83 [347] R:OK -2015-03-11 04:26:11 queue INFO >>83 [348] -2015-03-11 04:26:12 sendUrl INFO 83 [348] R:OK -2015-03-11 04:26:16 queue INFO 87 [349] -2015-03-11 04:26:16 queue INFO >87 [350] -2015-03-11 04:26:16 sendUrl INFO 87 [349] R:OK -2015-03-11 04:26:17 sendUrl INFO 87 [350] R:OK -2015-03-11 04:26:17 queue INFO 83 [351] -2015-03-11 04:26:18 sendUrl INFO 83 [351] R:OK -2015-03-11 04:26:18 queue INFO >83 [352] -2015-03-11 04:26:18 sendUrl INFO 83 [352] R:OK -2015-03-11 04:27:08 queue INFO >>83 [353] -2015-03-11 04:27:08 sendUrl INFO 83 [353] R:OK -2015-03-11 04:27:58 queue INFO >>83 [354] -2015-03-11 04:27:58 sendUrl INFO 83 [354] R:OK -2015-03-11 04:28:48 queue INFO >>83 [355] -2015-03-11 04:28:48 sendUrl INFO 83 [355] R:OK -2015-03-11 04:29:38 queue INFO >>83 [356] -2015-03-11 04:29:38 sendUrl INFO 83 [356] R:OK -2015-03-11 04:30:28 queue INFO >>83 [357] -2015-03-11 04:30:29 sendUrl INFO 83 [357] R:OK -2015-03-11 04:31:18 queue INFO >>83 [358] -2015-03-11 04:31:19 sendUrl INFO 83 [358] R:OK -2015-03-11 04:32:09 queue INFO >>83 [359] -2015-03-11 04:32:09 sendUrl INFO 83 [359] R:OK -2015-03-11 04:32:59 queue INFO >>83 [360] -2015-03-11 04:32:59 sendUrl INFO 83 [360] R:OK -2015-03-11 04:33:49 queue INFO >>83 [361] -2015-03-11 04:33:49 sendUrl INFO 83 [361] R:OK -2015-03-11 04:34:39 queue INFO >>83 [362] -2015-03-11 04:34:39 sendUrl INFO 83 [362] R:OK -2015-03-11 04:35:25 queue INFO 81 [363] -2015-03-11 04:35:25 queue INFO >81 [364] -2015-03-11 04:35:25 sendUrl INFO 81 [363] R:OK -2015-03-11 04:35:26 sendUrl INFO 81 [364] R:OK -2015-03-11 04:36:15 queue INFO >>81 [365] -2015-03-11 04:36:15 sendUrl INFO 81 [365] R:OK -2015-03-11 04:37:05 queue INFO >>81 [366] -2015-03-11 04:37:06 sendUrl INFO 81 [366] R:OK -2015-03-11 04:37:10 queue INFO 87 [367] -2015-03-11 04:37:10 queue INFO >87 [368] -2015-03-11 04:37:10 sendUrl INFO 87 [367] R:OK -2015-03-11 04:37:11 sendUrl INFO 87 [368] R:OK -2015-03-11 04:37:11 queue INFO 83 [369] -2015-03-11 04:37:12 queue INFO >83 [370] -2015-03-11 04:37:12 sendUrl INFO 83 [369] R:OK -2015-03-11 04:37:12 sendUrl INFO 83 [370] R:OK -2015-03-11 04:38:02 queue INFO >>83 [371] -2015-03-11 04:38:02 sendUrl INFO 83 [371] R:OK -2015-03-11 04:38:52 queue INFO >>83 [372] -2015-03-11 04:38:52 sendUrl INFO 83 [372] R:OK -2015-03-11 04:39:42 queue INFO >>83 [373] -2015-03-11 04:39:42 sendUrl INFO 83 [373] R:OK -2015-03-11 04:40:32 queue INFO >>83 [374] -2015-03-11 04:40:32 sendUrl INFO 83 [374] R:OK -2015-03-11 04:41:22 queue INFO >>83 [375] -2015-03-11 04:41:23 sendUrl INFO 83 [375] R:OK -2015-03-11 04:42:12 queue INFO >>83 [376] -2015-03-11 04:42:13 sendUrl INFO 83 [376] R:OK -2015-03-11 04:43:03 queue INFO >>83 [377] -2015-03-11 04:43:03 sendUrl INFO 83 [377] R:OK -2015-03-11 04:43:53 queue INFO >>83 [378] -2015-03-11 04:43:53 sendUrl INFO 83 [378] R:OK -2015-03-11 04:44:43 queue INFO >>83 [379] -2015-03-11 04:44:43 sendUrl INFO 83 [379] R:OK -2015-03-11 04:44:56 queue INFO 87 [380] -2015-03-11 04:44:56 queue INFO >87 [381] -2015-03-11 04:44:56 sendUrl INFO 87 [380] R:OK -2015-03-11 04:44:56 sendUrl INFO 87 [381] R:OK -2015-03-11 04:44:57 queue INFO 83 [382] -2015-03-11 04:44:57 sendUrl INFO 83 [382] R:OK -2015-03-11 04:44:57 queue INFO >83 [383] -2015-03-11 04:44:58 sendUrl INFO 83 [383] R:OK -2015-03-11 04:45:47 queue INFO >>83 [384] -2015-03-11 04:45:48 sendUrl INFO 83 [384] R:OK -2015-03-11 04:46:38 queue INFO >>83 [385] -2015-03-11 04:46:38 sendUrl INFO 83 [385] R:OK -2015-03-11 04:47:28 queue INFO >>83 [386] -2015-03-11 04:47:28 sendUrl INFO 83 [386] R:OK -2015-03-11 04:48:18 queue INFO >>83 [387] -2015-03-11 04:48:18 sendUrl INFO 83 [387] R:OK -2015-03-11 04:49:08 queue INFO >>83 [388] -2015-03-11 04:49:09 sendUrl INFO 83 [388] R:OK -2015-03-11 04:49:58 queue INFO >>83 [389] -2015-03-11 04:49:58 sendUrl INFO 83 [389] R:OK -2015-03-11 04:50:48 queue INFO >>83 [390] -2015-03-11 04:50:49 sendUrl INFO 83 [390] R:OK -2015-03-11 04:51:39 queue INFO >>83 [391] -2015-03-11 04:51:39 sendUrl INFO 83 [391] R:OK -2015-03-11 04:52:29 queue INFO >>83 [392] -2015-03-11 04:52:29 sendUrl INFO 83 [392] R:OK -2015-03-11 04:52:30 queue INFO 87 [393] -2015-03-11 04:52:30 queue INFO >87 [394] -2015-03-11 04:52:30 sendUrl INFO 87 [393] R:OK -2015-03-11 04:52:31 sendUrl INFO 87 [394] R:OK -2015-03-11 04:52:32 queue INFO 83 [395] -2015-03-11 04:52:32 queue INFO >83 [396] -2015-03-11 04:52:32 sendUrl INFO 83 [395] R:OK -2015-03-11 04:52:32 sendUrl INFO 83 [396] R:OK -2015-03-11 04:53:22 queue INFO >>83 [397] -2015-03-11 04:53:22 sendUrl INFO 83 [397] R:OK -2015-03-11 04:54:12 queue INFO >>83 [398] -2015-03-11 04:54:12 sendUrl INFO 83 [398] R:OK -2015-03-11 04:55:02 queue INFO >>83 [399] -2015-03-11 04:55:02 sendUrl INFO 83 [399] R:OK -2015-03-11 04:55:52 queue INFO >>83 [400] -2015-03-11 04:55:53 sendUrl INFO 83 [400] R:OK -2015-03-11 04:56:42 queue INFO >>83 [401] -2015-03-11 04:56:43 sendUrl INFO 83 [401] R:OK -2015-03-11 04:57:33 queue INFO >>83 [402] -2015-03-11 04:57:33 sendUrl INFO 83 [402] R:OK -2015-03-11 04:58:23 queue INFO >>83 [403] -2015-03-11 04:58:23 sendUrl INFO 83 [403] R:OK -2015-03-11 04:59:13 queue INFO >>83 [404] -2015-03-11 04:59:13 sendUrl INFO 83 [404] R:OK -2015-03-11 05:00:03 queue INFO >>83 [405] -2015-03-11 05:00:03 sendUrl INFO 83 [405] R:OK -2015-03-11 05:00:04 queue INFO C7 [406] -2015-03-11 05:00:04 sendUrl INFO C7 [406] R:OK -2015-03-11 05:00:04 queue INFO >C7 [407] -2015-03-11 05:00:05 sendUrl INFO C7 [407] R:OK -2015-03-11 05:00:06 queue INFO C3 [408] -2015-03-11 05:00:06 queue INFO >C3 [409] -2015-03-11 05:00:06 sendUrl INFO C3 [408] R:OK -2015-03-11 05:00:07 sendUrl INFO C3 [409] R:OK -2015-03-11 05:00:56 queue INFO >>C3 [410] -2015-03-11 05:00:56 sendUrl INFO C3 [410] R:OK -2015-03-11 05:01:46 queue INFO >>C3 [411] -2015-03-11 05:01:47 sendUrl INFO C3 [411] R:OK -2015-03-11 05:02:36 queue INFO >>C3 [412] -2015-03-11 05:02:37 sendUrl INFO C3 [412] R:OK -2015-03-11 05:03:26 queue INFO >>C3 [413] -2015-03-11 05:03:27 sendUrl INFO C3 [413] R:OK -2015-03-11 05:04:17 queue INFO >>C3 [414] -2015-03-11 05:04:17 sendUrl INFO C3 [414] R:OK -2015-03-11 05:05:07 queue INFO >>C3 [415] -2015-03-11 05:05:07 sendUrl INFO C3 [415] R:OK -2015-03-11 05:05:57 queue INFO >>C3 [416] -2015-03-11 05:05:57 sendUrl INFO C3 [416] R:OK -2015-03-11 05:06:47 queue INFO >>C3 [417] -2015-03-11 05:06:48 sendUrl INFO C3 [417] R:OK -2015-03-11 05:07:37 queue INFO >>C3 [418] -2015-03-11 05:07:37 sendUrl INFO C3 [418] R:OK -2015-03-11 05:07:38 queue INFO 83 [419] -2015-03-11 05:07:38 queue INFO >83 [420] -2015-03-11 05:07:38 sendUrl INFO 83 [419] R:OK -2015-03-11 05:07:38 queue INFO 87 [421] -2015-03-11 05:07:39 queue INFO >87 [422] -2015-03-11 05:07:39 sendUrl INFO 83 [420] R:OK -2015-03-11 05:07:39 sendUrl INFO 87 [421] R:OK -2015-03-11 05:07:40 sendUrl INFO 87 [422] R:OK -2015-03-11 05:07:40 queue INFO 83 [423] -2015-03-11 05:07:40 queue INFO >83 [424] -2015-03-11 05:07:40 sendUrl INFO 83 [423] R:OK -2015-03-11 05:07:41 sendUrl INFO 83 [424] R:OK -2015-03-11 05:08:30 queue INFO >>83 [425] -2015-03-11 05:08:31 sendUrl INFO 83 [425] R:OK -2015-03-11 05:09:20 queue INFO >>83 [426] -2015-03-11 05:09:21 sendUrl INFO 83 [426] R:OK -2015-03-11 05:10:11 queue INFO >>83 [427] -2015-03-11 05:10:11 sendUrl INFO 83 [427] R:OK -2015-03-11 05:11:01 queue INFO >>83 [428] -2015-03-11 05:11:01 sendUrl INFO 83 [428] R:OK -2015-03-11 05:11:51 queue INFO >>83 [429] -2015-03-11 05:11:51 sendUrl INFO 83 [429] R:OK -2015-03-11 05:12:41 queue INFO >>83 [430] -2015-03-11 05:12:41 sendUrl INFO 83 [430] R:OK -2015-03-11 05:13:31 queue INFO >>83 [431] -2015-03-11 05:13:32 sendUrl INFO 83 [431] R:OK -2015-03-11 05:14:21 queue INFO >>83 [432] -2015-03-11 05:14:22 sendUrl INFO 83 [432] R:OK -2015-03-11 05:15:11 queue INFO >>83 [433] -2015-03-11 05:15:12 sendUrl INFO 83 [433] R:OK -2015-03-11 05:15:16 queue INFO 87 [434] -2015-03-11 05:15:17 queue INFO >87 [435] -2015-03-11 05:15:17 sendUrl INFO 87 [434] R:OK -2015-03-11 05:15:17 sendUrl INFO 87 [435] R:OK -2015-03-11 05:15:18 queue INFO 83 [436] -2015-03-11 05:15:18 queue INFO >83 [437] -2015-03-11 05:15:18 sendUrl INFO 83 [436] R:OK -2015-03-11 05:15:19 sendUrl INFO 83 [437] R:OK -2015-03-11 05:16:08 queue INFO >>83 [438] -2015-03-11 05:16:08 sendUrl INFO 83 [438] R:OK -2015-03-11 05:16:58 queue INFO >>83 [439] -2015-03-11 05:16:59 sendUrl INFO 83 [439] R:OK -2015-03-11 05:17:48 queue INFO >>83 [440] -2015-03-11 05:17:49 sendUrl INFO 83 [440] R:OK -2015-03-11 05:18:38 queue INFO >>83 [441] -2015-03-11 05:18:39 sendUrl INFO 83 [441] R:OK -2015-03-11 05:19:29 queue INFO >>83 [442] -2015-03-11 05:19:29 sendUrl INFO 83 [442] R:OK -2015-03-11 05:20:19 queue INFO >>83 [443] -2015-03-11 05:20:19 sendUrl INFO 83 [443] R:OK -2015-03-11 05:21:09 queue INFO >>83 [444] -2015-03-11 05:21:09 sendUrl INFO 83 [444] R:OK -2015-03-11 05:21:59 queue INFO >>83 [445] -2015-03-11 05:22:00 sendUrl INFO 83 [445] R:OK -2015-03-11 05:22:49 queue INFO >>83 [446] -2015-03-11 05:22:49 sendUrl INFO 83 [446] R:OK -2015-03-11 05:23:02 queue INFO 87 [447] -2015-03-11 05:23:02 queue INFO >87 [448] -2015-03-11 05:23:02 sendUrl INFO 87 [447] R:OK -2015-03-11 05:23:03 sendUrl INFO 87 [448] R:OK -2015-03-11 05:23:04 queue INFO 83 [449] -2015-03-11 05:23:04 sendUrl INFO 83 [449] R:OK -2015-03-11 05:23:04 queue INFO >83 [450] -2015-03-11 05:23:04 sendUrl INFO 83 [450] R:OK -2015-03-11 05:23:54 queue INFO >>83 [451] -2015-03-11 05:23:54 sendUrl INFO 83 [451] R:OK -2015-03-11 05:24:44 queue INFO >>83 [452] -2015-03-11 05:24:45 sendUrl INFO 83 [452] R:OK -2015-03-11 05:25:34 queue INFO >>83 [453] -2015-03-11 05:25:34 sendUrl INFO 83 [453] R:OK -2015-03-11 05:26:24 queue INFO >>83 [454] -2015-03-11 05:26:25 sendUrl INFO 83 [454] R:OK -2015-03-11 05:27:15 queue INFO >>83 [455] -2015-03-11 05:27:15 sendUrl INFO 83 [455] R:OK -2015-03-11 05:28:05 queue INFO >>83 [456] -2015-03-11 05:28:05 sendUrl INFO 83 [456] R:OK -2015-03-11 05:28:55 queue INFO >>83 [457] -2015-03-11 05:28:55 sendUrl INFO 83 [457] R:OK -2015-03-11 05:29:45 queue INFO >>83 [458] -2015-03-11 05:29:46 sendUrl INFO 83 [458] R:OK -2015-03-11 05:30:35 queue INFO >>83 [459] -2015-03-11 05:30:35 sendUrl INFO 83 [459] R:OK -2015-03-11 05:30:36 queue INFO 87 [460] -2015-03-11 05:30:37 queue INFO >87 [461] -2015-03-11 05:30:37 sendUrl INFO 87 [460] R:OK -2015-03-11 05:30:37 sendUrl INFO 87 [461] R:OK -2015-03-11 05:30:38 queue INFO 83 [462] -2015-03-11 05:30:38 queue INFO >83 [463] -2015-03-11 05:30:38 sendUrl INFO 83 [462] R:OK -2015-03-11 05:30:39 sendUrl INFO 83 [463] R:OK -2015-03-11 05:31:28 queue INFO >>83 [464] -2015-03-11 05:31:29 sendUrl INFO 83 [464] R:OK -2015-03-11 05:32:18 queue INFO >>83 [465] -2015-03-11 05:32:19 sendUrl INFO 83 [465] R:OK -2015-03-11 05:33:09 queue INFO >>83 [466] -2015-03-11 05:33:09 sendUrl INFO 83 [466] R:OK -2015-03-11 05:33:59 queue INFO >>83 [467] -2015-03-11 05:33:59 sendUrl INFO 83 [467] R:OK -2015-03-11 05:34:49 queue INFO >>83 [468] -2015-03-11 05:34:49 sendUrl INFO 83 [468] R:OK -2015-03-11 05:35:39 queue INFO >>83 [469] -2015-03-11 05:35:39 sendUrl INFO 83 [469] R:OK -2015-03-11 05:36:29 queue INFO >>83 [470] -2015-03-11 05:36:29 sendUrl INFO 83 [470] R:OK -2015-03-11 05:37:19 queue INFO >>83 [471] -2015-03-11 05:37:20 sendUrl INFO 83 [471] R:OK -2015-03-11 05:38:09 queue INFO >>83 [472] -2015-03-11 05:38:10 sendUrl INFO 83 [472] R:OK -2015-03-11 05:38:11 queue INFO 87 [473] -2015-03-11 05:38:11 queue INFO >87 [474] -2015-03-11 05:38:11 sendUrl INFO 87 [473] R:OK -2015-03-11 05:38:11 sendUrl INFO 87 [474] R:OK -2015-03-11 05:38:12 queue INFO 83 [475] -2015-03-11 05:38:12 queue INFO >83 [476] -2015-03-11 05:38:12 sendUrl INFO 83 [475] R:OK -2015-03-11 05:38:13 sendUrl INFO 83 [476] R:OK -2015-03-11 05:39:02 queue INFO >>83 [477] -2015-03-11 05:39:03 sendUrl INFO 83 [477] R:OK -2015-03-11 05:39:53 queue INFO >>83 [478] -2015-03-11 05:39:53 sendUrl INFO 83 [478] R:OK -2015-03-11 05:40:43 queue INFO >>83 [479] -2015-03-11 05:40:43 sendUrl INFO 83 [479] R:OK -2015-03-11 05:41:33 queue INFO >>83 [480] -2015-03-11 05:41:33 sendUrl INFO 83 [480] R:OK -2015-03-11 05:42:23 queue INFO >>83 [481] -2015-03-11 05:42:23 sendUrl INFO 83 [481] R:OK -2015-03-11 05:43:13 queue INFO >>83 [482] -2015-03-11 05:43:13 sendUrl INFO 83 [482] R:OK -2015-03-11 05:44:03 queue INFO >>83 [483] -2015-03-11 05:44:04 sendUrl INFO 83 [483] R:OK -2015-03-11 05:44:53 queue INFO >>83 [484] -2015-03-11 05:44:54 sendUrl INFO 83 [484] R:OK -2015-03-11 05:45:44 queue INFO >>83 [485] -2015-03-11 05:45:44 sendUrl INFO 83 [485] R:OK -2015-03-11 05:45:45 queue INFO C7 [486] -2015-03-11 05:45:45 queue INFO >C7 [487] -2015-03-11 05:45:45 sendUrl INFO C7 [486] R:OK -2015-03-11 05:45:46 sendUrl INFO C7 [487] R:OK -2015-03-11 05:45:47 queue INFO C3 [488] -2015-03-11 05:45:47 queue INFO >C3 [489] -2015-03-11 05:45:47 sendUrl INFO C3 [488] R:OK -2015-03-11 05:45:47 sendUrl INFO C3 [489] R:OK -2015-03-11 05:46:37 queue INFO >>C3 [490] -2015-03-11 05:46:37 sendUrl INFO C3 [490] R:OK -2015-03-11 05:47:27 queue INFO >>C3 [491] -2015-03-11 05:47:27 sendUrl INFO C3 [491] R:OK -2015-03-11 05:48:17 queue INFO >>C3 [492] -2015-03-11 05:48:17 sendUrl INFO C3 [492] R:OK -2015-03-11 05:49:07 queue INFO >>C3 [493] -2015-03-11 05:49:08 sendUrl INFO C3 [493] R:OK -2015-03-11 05:49:57 queue INFO >>C3 [494] -2015-03-11 05:49:58 sendUrl INFO C3 [494] R:OK -2015-03-11 05:50:48 queue INFO >>C3 [495] -2015-03-11 05:50:48 sendUrl INFO C3 [495] R:OK -2015-03-11 05:51:38 queue INFO >>C3 [496] -2015-03-11 05:51:38 sendUrl INFO C3 [496] R:OK -2015-03-11 05:52:28 queue INFO >>C3 [497] -2015-03-11 05:52:28 sendUrl INFO C3 [497] R:OK -2015-03-11 05:53:18 queue INFO >>C3 [498] -2015-03-11 05:53:18 sendUrl INFO C3 [498] R:OK -2015-03-11 05:53:18 queue INFO 83 [499] -2015-03-11 05:53:19 queue INFO >83 [500] -2015-03-11 05:53:19 sendUrl INFO 83 [499] R:OK -2015-03-11 05:53:19 queue INFO 87 [501] -2015-03-11 05:53:19 sendUrl INFO 83 [500] R:OK -2015-03-11 05:53:19 queue INFO >87 [502] -2015-03-11 05:53:20 sendUrl INFO 87 [501] R:OK -2015-03-11 05:53:20 sendUrl INFO 87 [502] R:OK -2015-03-11 05:53:21 queue INFO 83 [503] -2015-03-11 05:53:21 sendUrl INFO 83 [503] R:OK -2015-03-11 05:53:21 queue INFO >83 [504] -2015-03-11 05:53:21 sendUrl INFO 83 [504] R:OK -2015-03-11 05:54:11 queue INFO >>83 [505] -2015-03-11 05:54:11 sendUrl INFO 83 [505] R:OK -2015-03-11 05:55:01 queue INFO >>83 [506] -2015-03-11 05:55:02 sendUrl INFO 83 [506] R:OK -2015-03-11 05:55:51 queue INFO >>83 [507] -2015-03-11 05:55:51 sendUrl INFO 83 [507] R:OK -2015-03-11 05:56:41 queue INFO >>83 [508] -2015-03-11 05:56:42 sendUrl INFO 83 [508] R:OK -2015-03-11 05:57:31 queue INFO >>83 [509] -2015-03-11 05:57:32 sendUrl INFO 83 [509] R:OK -2015-03-11 05:58:22 queue INFO >>83 [510] -2015-03-11 05:58:22 sendUrl INFO 83 [510] R:OK -2015-03-11 05:59:12 queue INFO >>83 [511] -2015-03-11 05:59:12 sendUrl INFO 83 [511] R:OK -2015-03-11 06:00:02 queue INFO >>83 [512] -2015-03-11 06:00:02 sendUrl INFO 83 [512] R:OK -2015-03-11 06:00:52 queue INFO >>83 [513] -2015-03-11 06:00:52 sendUrl INFO 83 [513] R:OK -2015-03-11 06:01:09 queue INFO 87 [514] -2015-03-11 06:01:09 queue INFO >87 [515] -2015-03-11 06:01:09 sendUrl INFO 87 [514] R:OK -2015-03-11 06:01:10 sendUrl INFO 87 [515] R:OK -2015-03-11 06:01:10 queue INFO 83 [516] -2015-03-11 06:01:10 queue INFO >83 [517] -2015-03-11 06:01:11 sendUrl INFO 83 [516] R:OK -2015-03-11 06:01:11 sendUrl INFO 83 [517] R:OK -2015-03-11 06:02:00 queue INFO >>83 [518] -2015-03-11 06:02:01 sendUrl INFO 83 [518] R:OK -2015-03-11 06:02:51 queue INFO >>83 [519] -2015-03-11 06:02:51 sendUrl INFO 83 [519] R:OK -2015-03-11 06:03:41 queue INFO >>83 [520] -2015-03-11 06:03:41 sendUrl INFO 83 [520] R:OK -2015-03-11 06:04:31 queue INFO >>83 [521] -2015-03-11 06:04:31 sendUrl INFO 83 [521] R:OK -2015-03-11 06:05:21 queue INFO >>83 [522] -2015-03-11 06:05:21 sendUrl INFO 83 [522] R:OK -2015-03-11 06:06:11 queue INFO >>83 [523] -2015-03-11 06:06:12 sendUrl INFO 83 [523] R:OK -2015-03-11 06:07:01 queue INFO >>83 [524] -2015-03-11 06:07:02 sendUrl INFO 83 [524] R:OK -2015-03-11 06:07:51 queue INFO >>83 [525] -2015-03-11 06:07:52 sendUrl INFO 83 [525] R:OK -2015-03-11 06:08:42 queue INFO >>83 [526] -2015-03-11 06:08:42 sendUrl INFO 83 [526] R:OK -2015-03-11 06:08:43 queue INFO 87 [527] -2015-03-11 06:08:43 queue INFO >87 [528] -2015-03-11 06:08:44 sendUrl INFO 87 [527] R:OK -2015-03-11 06:08:44 sendUrl INFO 87 [528] R:OK -2015-03-11 06:08:44 queue INFO 83 [529] -2015-03-11 06:08:45 sendUrl INFO 83 [529] R:OK -2015-03-11 06:08:45 queue INFO >83 [530] -2015-03-11 06:08:45 sendUrl INFO 83 [530] R:OK -2015-03-11 06:09:35 queue INFO >>83 [531] -2015-03-11 06:09:35 sendUrl INFO 83 [531] R:OK -2015-03-11 06:10:25 queue INFO >>83 [532] -2015-03-11 06:10:25 sendUrl INFO 83 [532] R:OK -2015-03-11 06:11:15 queue INFO >>83 [533] -2015-03-11 06:11:15 sendUrl INFO 83 [533] R:OK -2015-03-11 06:12:05 queue INFO >>83 [534] -2015-03-11 06:12:05 sendUrl INFO 83 [534] R:OK -2015-03-11 06:12:55 queue INFO >>83 [535] -2015-03-11 06:12:56 sendUrl INFO 83 [535] R:OK -2015-03-11 06:13:45 queue INFO >>83 [536] -2015-03-11 06:13:46 sendUrl INFO 83 [536] R:OK -2015-03-11 06:14:36 queue INFO >>83 [537] -2015-03-11 06:14:36 sendUrl INFO 83 [537] R:OK -2015-03-11 06:15:26 queue INFO >>83 [538] -2015-03-11 06:15:26 sendUrl INFO 83 [538] R:OK -2015-03-11 06:16:16 queue INFO >>83 [539] -2015-03-11 06:16:16 sendUrl INFO 83 [539] R:OK -2015-03-11 06:16:17 queue INFO 87 [540] -2015-03-11 06:16:17 queue INFO >87 [541] -2015-03-11 06:16:18 sendUrl INFO 87 [540] R:OK -2015-03-11 06:16:18 sendUrl INFO 87 [541] R:OK -2015-03-11 06:16:19 queue INFO 83 [542] -2015-03-11 06:16:19 queue INFO >83 [543] -2015-03-11 06:16:19 sendUrl INFO 83 [542] R:OK -2015-03-11 06:16:20 sendUrl INFO 83 [543] R:OK -2015-03-11 06:17:09 queue INFO >>83 [544] -2015-03-11 06:17:09 sendUrl INFO 83 [544] R:OK -2015-03-11 06:17:59 queue INFO >>83 [545] -2015-03-11 06:18:00 sendUrl INFO 83 [545] R:OK -2015-03-11 06:18:49 queue INFO >>83 [546] -2015-03-11 06:18:50 sendUrl INFO 83 [546] R:OK -2015-03-11 06:19:39 queue INFO >>83 [547] -2015-03-11 06:19:40 sendUrl INFO 83 [547] R:OK -2015-03-11 06:20:30 queue INFO >>83 [548] -2015-03-11 06:20:30 sendUrl INFO 83 [548] R:OK -2015-03-11 06:21:20 queue INFO >>83 [549] -2015-03-11 06:21:20 sendUrl INFO 83 [549] R:OK -2015-03-11 06:22:10 queue INFO >>83 [550] -2015-03-11 06:22:10 sendUrl INFO 83 [550] R:OK -2015-03-11 06:22:42 queue INFO 81 [551] -2015-03-11 06:22:43 sendUrl INFO 81 [551] R:OK -2015-03-11 06:22:43 queue INFO >81 [552] -2015-03-11 06:22:43 sendUrl INFO 81 [552] R:OK -2015-03-11 06:23:33 queue INFO >>81 [553] -2015-03-11 06:23:33 sendUrl INFO 81 [553] R:OK -2015-03-11 06:23:46 queue INFO 99 [554] -2015-03-11 06:23:46 queue INFO >99 [555] -2015-03-11 06:23:47 sendUrl INFO 99 [554] R:OK -2015-03-11 06:23:47 sendUrl INFO 99 [555] R:OK -2015-03-11 06:24:36 queue INFO >>99 [556] -2015-03-11 06:24:36 sendUrl INFO 99 [556] R:OK -2015-03-11 06:25:26 queue INFO >>99 [557] -2015-03-11 06:25:27 sendUrl INFO 99 [557] R:OK -2015-03-11 06:26:16 queue INFO >>99 [558] -2015-03-11 06:26:17 sendUrl INFO 99 [558] R:OK -2015-03-11 06:27:07 queue INFO >>99 [559] -2015-03-11 06:27:07 sendUrl INFO 99 [559] R:OK -2015-03-11 06:27:57 queue INFO >>99 [560] -2015-03-11 06:27:57 sendUrl INFO 99 [560] R:OK -2015-03-11 06:28:47 queue INFO >>99 [561] -2015-03-11 06:28:47 sendUrl INFO 99 [561] R:OK -2015-03-11 06:29:37 queue INFO >>99 [562] -2015-03-11 06:29:37 sendUrl INFO 99 [562] R:OK -2015-03-11 06:29:53 queue INFO 89 [563] -2015-03-11 06:29:53 queue INFO >89 [564] -2015-03-11 06:29:53 sendUrl INFO 89 [563] R:OK -2015-03-11 06:29:53 sendUrl INFO 89 [564] R:OK -2015-03-11 06:29:56 queue INFO 81 [565] -2015-03-11 06:29:56 queue INFO >81 [566] -2015-03-11 06:29:56 sendUrl INFO 81 [565] R:OK -2015-03-11 06:29:57 sendUrl INFO 81 [566] R:OK -2015-03-11 06:30:34 queue INFO 83 [567] -2015-03-11 06:30:34 queue INFO >83 [568] -2015-03-11 06:30:35 sendUrl INFO 83 [567] R:OK -2015-03-11 06:30:35 sendUrl INFO 83 [568] R:OK -2015-03-11 06:31:17 queue INFO 87 [569] -2015-03-11 06:31:17 queue INFO >87 [570] -2015-03-11 06:31:18 sendUrl INFO 87 [569] R:OK -2015-03-11 06:31:18 sendUrl INFO 87 [570] R:OK -2015-03-11 06:31:19 queue INFO 83 [571] -2015-03-11 06:31:19 queue INFO >83 [572] -2015-03-11 06:31:19 sendUrl INFO 83 [571] R:OK -2015-03-11 06:31:20 sendUrl INFO 83 [572] R:OK -2015-03-11 06:32:09 queue INFO >>83 [573] -2015-03-11 06:32:09 sendUrl INFO 83 [573] R:OK -2015-03-11 06:32:59 queue INFO >>83 [574] -2015-03-11 06:32:59 sendUrl INFO 83 [574] R:OK -2015-03-11 06:33:49 queue INFO >>83 [575] -2015-03-11 06:33:50 sendUrl INFO 83 [575] R:OK -2015-03-11 06:34:39 queue INFO >>83 [576] -2015-03-11 06:34:40 sendUrl INFO 83 [576] R:OK -2015-03-11 06:35:30 queue INFO >>83 [577] -2015-03-11 06:35:30 sendUrl INFO 83 [577] R:OK -2015-03-11 06:36:20 queue INFO >>83 [578] -2015-03-11 06:36:20 sendUrl INFO 83 [578] R:OK -2015-03-11 06:37:10 queue INFO >>83 [579] -2015-03-11 06:37:10 sendUrl INFO 83 [579] R:OK -2015-03-11 06:38:00 queue INFO >>83 [580] -2015-03-11 06:38:00 sendUrl INFO 83 [580] R:OK -2015-03-11 06:38:50 queue INFO >>83 [581] -2015-03-11 06:38:50 sendUrl INFO 83 [581] R:OK -2015-03-11 06:38:52 queue INFO 87 [582] -2015-03-11 06:38:52 queue INFO >87 [583] -2015-03-11 06:38:52 sendUrl INFO 87 [582] R:OK -2015-03-11 06:38:52 sendUrl INFO 87 [583] R:OK -2015-03-11 06:38:53 queue INFO 83 [584] -2015-03-11 06:38:53 queue INFO >83 [585] -2015-03-11 06:38:54 sendUrl INFO 83 [584] R:OK -2015-03-11 06:38:54 sendUrl INFO 83 [585] R:OK -2015-03-11 06:39:43 queue INFO >>83 [586] -2015-03-11 06:39:44 sendUrl INFO 83 [586] R:OK -2015-03-11 06:40:33 queue INFO >>83 [587] -2015-03-11 06:40:34 sendUrl INFO 83 [587] R:OK -2015-03-11 06:41:24 queue INFO >>83 [588] -2015-03-11 06:41:24 sendUrl INFO 83 [588] R:OK -2015-03-11 06:42:14 queue INFO >>83 [589] -2015-03-11 06:42:14 sendUrl INFO 83 [589] R:OK -2015-03-11 06:43:04 queue INFO >>83 [590] -2015-03-11 06:43:04 sendUrl INFO 83 [590] R:OK -2015-03-11 06:43:54 queue INFO >>83 [591] -2015-03-11 06:43:54 sendUrl INFO 83 [591] R:OK -2015-03-11 06:44:44 queue INFO >>83 [592] -2015-03-11 06:44:45 sendUrl INFO 83 [592] R:OK -2015-03-11 06:45:34 queue INFO >>83 [593] -2015-03-11 06:45:35 sendUrl INFO 83 [593] R:OK -2015-03-11 06:46:25 queue INFO >>83 [594] -2015-03-11 06:46:25 sendUrl INFO 83 [594] R:OK -2015-03-11 06:46:26 queue INFO 87 [595] -2015-03-11 06:46:26 queue INFO >87 [596] -2015-03-11 06:46:26 sendUrl INFO 87 [595] R:OK -2015-03-11 06:46:26 sendUrl INFO 87 [596] R:OK -2015-03-11 06:46:27 queue INFO 83 [597] -2015-03-11 06:46:28 sendUrl INFO 83 [597] R:OK -2015-03-11 06:46:28 queue INFO >83 [598] -2015-03-11 06:46:28 sendUrl INFO 83 [598] R:OK -2015-03-11 06:47:18 queue INFO >>83 [599] -2015-03-11 06:47:18 sendUrl INFO 83 [599] R:OK -2015-03-11 06:48:08 queue INFO >>83 [600] -2015-03-11 06:48:08 sendUrl INFO 83 [600] R:OK -2015-03-11 06:48:58 queue INFO >>83 [601] -2015-03-11 06:48:58 sendUrl INFO 83 [601] R:OK -2015-03-11 06:49:48 queue INFO >>83 [602] -2015-03-11 06:49:48 sendUrl INFO 83 [602] R:OK -2015-03-11 06:50:38 queue INFO >>83 [603] -2015-03-11 06:50:39 sendUrl INFO 83 [603] R:OK -2015-03-11 06:51:28 queue INFO >>83 [604] -2015-03-11 06:51:28 sendUrl INFO 83 [604] R:OK -2015-03-11 06:52:18 queue INFO >>83 [605] -2015-03-11 06:52:19 sendUrl INFO 83 [605] R:OK -2015-03-11 06:53:09 queue INFO >>83 [606] -2015-03-11 06:53:09 sendUrl INFO 83 [606] R:OK -2015-03-11 06:53:59 queue INFO >>83 [607] -2015-03-11 06:53:59 sendUrl INFO 83 [607] R:OK -2015-03-11 06:54:00 queue INFO 87 [608] -2015-03-11 06:54:00 queue INFO >87 [609] -2015-03-11 06:54:01 sendUrl INFO 87 [608] R:OK -2015-03-11 06:54:01 sendUrl INFO 87 [609] R:OK -2015-03-11 06:54:02 queue INFO 83 [610] -2015-03-11 06:54:02 queue INFO >83 [611] -2015-03-11 06:54:02 sendUrl INFO 83 [610] R:OK -2015-03-11 06:54:03 sendUrl INFO 83 [611] R:OK -2015-03-11 06:54:52 queue INFO >>83 [612] -2015-03-11 06:54:52 sendUrl INFO 83 [612] R:OK -2015-03-11 06:55:42 queue INFO >>83 [613] -2015-03-11 06:55:42 sendUrl INFO 83 [613] R:OK -2015-03-11 06:56:32 queue INFO >>83 [614] -2015-03-11 06:56:33 sendUrl INFO 83 [614] R:OK -2015-03-11 06:57:22 queue INFO >>83 [615] -2015-03-11 06:57:23 sendUrl INFO 83 [615] R:OK -2015-03-11 06:58:13 queue INFO >>83 [616] -2015-03-11 06:58:13 sendUrl INFO 83 [616] R:OK -2015-03-11 06:59:03 queue INFO >>83 [617] -2015-03-11 06:59:03 sendUrl INFO 83 [617] R:OK -2015-03-11 06:59:53 queue INFO >>83 [618] -2015-03-11 06:59:53 sendUrl INFO 83 [618] R:OK -2015-03-11 07:00:43 queue INFO >>83 [619] -2015-03-11 07:00:43 sendUrl INFO 83 [619] R:OK -2015-03-11 07:01:33 queue INFO >>83 [620] -2015-03-11 07:01:33 sendUrl INFO 83 [620] R:OK -2015-03-11 07:01:34 queue INFO C7 [621] -2015-03-11 07:01:35 sendUrl INFO C7 [621] R:OK -2015-03-11 07:01:35 queue INFO >C7 [622] -2015-03-11 07:01:35 sendUrl INFO C7 [622] R:OK -2015-03-11 07:01:36 queue INFO C3 [623] -2015-03-11 07:01:36 queue INFO >C3 [624] -2015-03-11 07:01:37 sendUrl INFO C3 [623] R:OK -2015-03-11 07:01:37 sendUrl INFO C3 [624] R:OK -2015-03-11 07:02:26 queue INFO >>C3 [625] -2015-03-11 07:02:26 sendUrl INFO C3 [625] R:OK -2015-03-11 07:03:16 queue INFO >>C3 [626] -2015-03-11 07:03:17 sendUrl INFO C3 [626] R:OK -2015-03-11 07:04:06 queue INFO >>C3 [627] -2015-03-11 07:04:07 sendUrl INFO C3 [627] R:OK -2015-03-11 07:04:57 queue INFO >>C3 [628] -2015-03-11 07:04:57 sendUrl INFO C3 [628] R:OK -2015-03-11 07:05:47 queue INFO >>C3 [629] -2015-03-11 07:05:47 sendUrl INFO C3 [629] R:OK -2015-03-11 07:06:37 queue INFO >>C3 [630] -2015-03-11 07:06:37 sendUrl INFO C3 [630] R:OK -2015-03-11 07:07:27 queue INFO >>C3 [631] -2015-03-11 07:07:27 sendUrl INFO C3 [631] R:OK -2015-03-11 07:08:17 queue INFO >>C3 [632] -2015-03-11 07:08:17 sendUrl INFO C3 [632] R:OK -2015-03-11 07:09:07 queue INFO >>C3 [633] -2015-03-11 07:09:08 sendUrl INFO C3 [633] R:OK -2015-03-11 07:09:19 queue INFO 83 [634] -2015-03-11 07:09:20 sendUrl INFO 83 [634] R:OK -2015-03-11 07:09:20 queue INFO >83 [635] -2015-03-11 07:09:20 queue INFO 87 [636] -2015-03-11 07:09:20 sendUrl INFO 83 [635] R:OK -2015-03-11 07:09:20 queue INFO >87 [637] -2015-03-11 07:09:21 sendUrl INFO 87 [636] R:OK -2015-03-11 07:09:21 sendUrl INFO 87 [637] R:OK -2015-03-11 07:09:22 queue INFO 83 [638] -2015-03-11 07:09:22 queue INFO >83 [639] -2015-03-11 07:09:22 sendUrl INFO 83 [638] R:OK -2015-03-11 07:09:23 sendUrl INFO 83 [639] R:OK -2015-03-11 07:10:12 queue INFO >>83 [640] -2015-03-11 07:10:12 sendUrl INFO 83 [640] R:OK -2015-03-11 07:11:02 queue INFO >>83 [641] -2015-03-11 07:11:02 sendUrl INFO 83 [641] R:OK -2015-03-11 07:11:52 queue INFO >>83 [642] -2015-03-11 07:11:52 sendUrl INFO 83 [642] R:OK -2015-03-11 07:12:42 queue INFO >>83 [643] -2015-03-11 07:12:42 sendUrl INFO 83 [643] R:OK -2015-03-11 07:13:32 queue INFO >>83 [644] -2015-03-11 07:13:33 sendUrl INFO 83 [644] R:OK -2015-03-11 07:14:23 queue INFO >>83 [645] -2015-03-11 07:14:23 sendUrl INFO 83 [645] R:OK -2015-03-11 07:15:13 queue INFO >>83 [646] -2015-03-11 07:15:13 sendUrl INFO 83 [646] R:OK -2015-03-11 07:16:03 queue INFO >>83 [647] -2015-03-11 07:16:03 sendUrl INFO 83 [647] R:OK -2015-03-11 07:16:53 queue INFO >>83 [648] -2015-03-11 07:16:53 sendUrl INFO 83 [648] R:OK -2015-03-11 07:16:58 queue INFO 87 [649] -2015-03-11 07:16:58 queue INFO >87 [650] -2015-03-11 07:16:58 sendUrl INFO 87 [649] R:OK -2015-03-11 07:16:59 sendUrl INFO 87 [650] R:OK -2015-03-11 07:17:00 queue INFO 83 [651] -2015-03-11 07:17:00 sendUrl INFO 83 [651] R:OK -2015-03-11 07:17:00 queue INFO >83 [652] -2015-03-11 07:17:00 sendUrl INFO 83 [652] R:OK -2015-03-11 07:17:50 queue INFO >>83 [653] -2015-03-11 07:17:50 sendUrl INFO 83 [653] R:OK -2015-03-11 07:18:40 queue INFO >>83 [654] -2015-03-11 07:18:40 sendUrl INFO 83 [654] R:OK -2015-03-11 07:19:30 queue INFO >>83 [655] -2015-03-11 07:19:30 sendUrl INFO 83 [655] R:OK -2015-03-11 07:20:20 queue INFO >>83 [656] -2015-03-11 07:20:20 sendUrl INFO 83 [656] R:OK -2015-03-11 07:21:10 queue INFO >>83 [657] -2015-03-11 07:21:11 sendUrl INFO 83 [657] R:OK -2015-03-11 07:22:01 queue INFO >>83 [658] -2015-03-11 07:22:01 sendUrl INFO 83 [658] R:OK -2015-03-11 07:22:51 queue INFO >>83 [659] -2015-03-11 07:22:51 sendUrl INFO 83 [659] R:OK -2015-03-11 07:23:41 queue INFO >>83 [660] -2015-03-11 07:23:41 sendUrl INFO 83 [660] R:OK -2015-03-11 07:24:31 queue INFO >>83 [661] -2015-03-11 07:24:31 sendUrl INFO 83 [661] R:OK -2015-03-11 07:24:32 queue INFO 87 [662] -2015-03-11 07:24:33 queue INFO >87 [663] -2015-03-11 07:24:33 sendUrl INFO 87 [662] R:OK -2015-03-11 07:24:33 sendUrl INFO 87 [663] R:OK -2015-03-11 07:24:34 queue INFO 83 [664] -2015-03-11 07:24:34 queue INFO >83 [665] -2015-03-11 07:24:34 sendUrl INFO 83 [664] R:OK -2015-03-11 07:24:35 sendUrl INFO 83 [665] R:OK -2015-03-11 07:25:24 queue INFO >>83 [666] -2015-03-11 07:25:25 sendUrl INFO 83 [666] R:OK -2015-03-11 07:26:14 queue INFO >>83 [667] -2015-03-11 07:26:15 sendUrl INFO 83 [667] R:OK -2015-03-11 07:27:04 queue INFO >>83 [668] -2015-03-11 07:27:05 sendUrl INFO 83 [668] R:OK -2015-03-11 07:27:55 queue INFO >>83 [669] -2015-03-11 07:27:55 sendUrl INFO 83 [669] R:OK -2015-03-11 07:28:45 queue INFO >>83 [670] -2015-03-11 07:28:45 sendUrl INFO 83 [670] R:OK -2015-03-11 07:29:35 queue INFO >>83 [671] -2015-03-11 07:29:35 sendUrl INFO 83 [671] R:OK -2015-03-11 07:30:25 queue INFO >>83 [672] -2015-03-11 07:30:25 sendUrl INFO 83 [672] R:OK -2015-03-11 07:31:15 queue INFO >>83 [673] -2015-03-11 07:31:15 sendUrl INFO 83 [673] R:OK -2015-03-11 07:32:05 queue INFO >>83 [674] -2015-03-11 07:32:06 sendUrl INFO 83 [674] R:OK -2015-03-11 07:32:07 queue INFO 87 [675] -2015-03-11 07:32:07 sendUrl INFO 87 [675] R:OK -2015-03-11 07:32:07 queue INFO >87 [676] -2015-03-11 07:32:07 sendUrl INFO 87 [676] R:OK -2015-03-11 07:32:08 queue INFO 83 [677] -2015-03-11 07:32:08 queue INFO >83 [678] -2015-03-11 07:32:09 sendUrl INFO 83 [677] R:OK -2015-03-11 07:32:09 sendUrl INFO 83 [678] R:OK -2015-03-11 07:32:58 queue INFO >>83 [679] -2015-03-11 07:32:58 sendUrl INFO 83 [679] R:OK -2015-03-11 07:33:48 queue INFO >>83 [680] -2015-03-11 07:33:49 sendUrl INFO 83 [680] R:OK -2015-03-11 07:34:39 queue INFO >>83 [681] -2015-03-11 07:34:39 sendUrl INFO 83 [681] R:OK -2015-03-11 07:35:29 queue INFO >>83 [682] -2015-03-11 07:35:29 sendUrl INFO 83 [682] R:OK -2015-03-11 07:36:19 queue INFO >>83 [683] -2015-03-11 07:36:19 sendUrl INFO 83 [683] R:OK -2015-03-11 07:37:09 queue INFO >>83 [684] -2015-03-11 07:37:10 sendUrl INFO 83 [684] R:OK -2015-03-11 07:37:59 queue INFO >>83 [685] -2015-03-11 07:37:59 sendUrl INFO 83 [685] R:OK -2015-03-11 07:38:49 queue INFO >>83 [686] -2015-03-11 07:38:50 sendUrl INFO 83 [686] R:OK -2015-03-11 07:39:40 queue INFO >>83 [687] -2015-03-11 07:39:40 sendUrl INFO 83 [687] R:OK -2015-03-11 07:39:41 queue INFO 87 [688] -2015-03-11 07:39:41 queue INFO >87 [689] -2015-03-11 07:39:41 sendUrl INFO 87 [688] R:OK -2015-03-11 07:39:42 sendUrl INFO 87 [689] R:OK -2015-03-11 07:39:42 queue INFO 83 [690] -2015-03-11 07:39:43 queue INFO >83 [691] -2015-03-11 07:39:43 sendUrl INFO 83 [690] R:OK -2015-03-11 07:39:43 sendUrl INFO 83 [691] R:OK -2015-03-11 07:40:33 queue INFO >>83 [692] -2015-03-11 07:40:33 sendUrl INFO 83 [692] R:OK -2015-03-11 07:41:23 queue INFO >>83 [693] -2015-03-11 07:41:23 sendUrl INFO 83 [693] R:OK -2015-03-11 07:42:13 queue INFO >>83 [694] -2015-03-11 07:42:13 sendUrl INFO 83 [694] R:OK -2015-03-11 07:43:03 queue INFO >>83 [695] -2015-03-11 07:43:03 sendUrl INFO 83 [695] R:OK -2015-03-11 07:43:53 queue INFO >>83 [696] -2015-03-11 07:43:53 sendUrl INFO 83 [696] R:OK -2015-03-11 07:44:43 queue INFO >>83 [697] -2015-03-11 07:44:44 sendUrl INFO 83 [697] R:OK -2015-03-11 07:45:33 queue INFO >>83 [698] -2015-03-11 07:45:34 sendUrl INFO 83 [698] R:OK -2015-03-11 07:46:24 queue INFO >>83 [699] -2015-03-11 07:46:24 sendUrl INFO 83 [699] R:OK -2015-03-11 07:47:14 queue INFO >>83 [700] -2015-03-11 07:47:14 sendUrl INFO 83 [700] R:OK -2015-03-11 07:47:27 queue INFO C7 [701] -2015-03-11 07:47:27 sendUrl INFO C7 [701] R:OK -2015-03-11 07:47:27 queue INFO >C7 [702] -2015-03-11 07:47:27 sendUrl INFO C7 [702] R:OK -2015-03-11 07:47:28 queue INFO C3 [703] -2015-03-11 07:47:28 queue INFO >C3 [704] -2015-03-11 07:47:29 sendUrl INFO C3 [703] R:OK -2015-03-11 07:47:29 sendUrl INFO C3 [704] R:OK -2015-03-11 07:48:18 queue INFO >>C3 [705] -2015-03-11 07:48:19 sendUrl INFO C3 [705] R:OK -2015-03-11 07:49:08 queue INFO >>C3 [706] -2015-03-11 07:49:09 sendUrl INFO C3 [706] R:OK -2015-03-11 07:49:59 queue INFO >>C3 [707] -2015-03-11 07:49:59 sendUrl INFO C3 [707] R:OK -2015-03-11 07:50:49 queue INFO >>C3 [708] -2015-03-11 07:50:49 sendUrl INFO C3 [708] R:OK -2015-03-11 07:51:39 queue INFO >>C3 [709] -2015-03-11 07:51:39 sendUrl INFO C3 [709] R:OK -2015-03-11 07:52:29 queue INFO >>C3 [710] -2015-03-11 07:52:29 sendUrl INFO C3 [710] R:OK -2015-03-11 07:53:19 queue INFO >>C3 [711] -2015-03-11 07:53:20 sendUrl INFO C3 [711] R:OK -2015-03-11 07:54:09 queue INFO >>C3 [712] -2015-03-11 07:54:10 sendUrl INFO C3 [712] R:OK -2015-03-11 07:55:00 queue INFO >>C3 [713] -2015-03-11 07:55:00 sendUrl INFO C3 [713] R:OK -2015-03-11 07:55:00 queue INFO 83 [714] -2015-03-11 07:55:00 queue INFO >83 [715] -2015-03-11 07:55:01 sendUrl INFO 83 [714] R:OK -2015-03-11 07:55:01 queue INFO 87 [716] -2015-03-11 07:55:01 queue INFO >87 [717] -2015-03-11 07:55:01 sendUrl INFO 83 [715] R:OK -2015-03-11 07:55:02 sendUrl INFO 87 [716] R:OK -2015-03-11 07:55:02 sendUrl INFO 87 [717] R:OK -2015-03-11 07:55:02 queue INFO 83 [718] -2015-03-11 07:55:03 queue INFO >83 [719] -2015-03-11 07:55:03 sendUrl INFO 83 [718] R:OK -2015-03-11 07:55:03 sendUrl INFO 83 [719] R:OK -2015-03-11 07:55:53 queue INFO >>83 [720] -2015-03-11 07:55:53 sendUrl INFO 83 [720] R:OK -2015-03-11 07:56:43 queue INFO >>83 [721] -2015-03-11 07:56:43 sendUrl INFO 83 [721] R:OK -2015-03-11 07:57:33 queue INFO >>83 [722] -2015-03-11 07:57:33 sendUrl INFO 83 [722] R:OK -2015-03-11 07:58:23 queue INFO >>83 [723] -2015-03-11 07:58:24 sendUrl INFO 83 [723] R:OK -2015-03-11 07:59:13 queue INFO >>83 [724] -2015-03-11 07:59:13 sendUrl INFO 83 [724] R:OK -2015-03-11 08:00:03 queue INFO >>83 [725] -2015-03-11 08:00:04 sendUrl INFO 83 [725] R:OK -2015-03-11 08:00:53 queue INFO >>83 [726] -2015-03-11 08:00:54 sendUrl INFO 83 [726] R:OK -2015-03-11 08:01:44 queue INFO >>83 [727] -2015-03-11 08:01:44 sendUrl INFO 83 [727] R:OK -2015-03-11 08:02:34 queue INFO >>83 [728] -2015-03-11 08:02:34 sendUrl INFO 83 [728] R:OK -2015-03-11 08:02:39 queue INFO 87 [729] -2015-03-11 08:02:39 queue INFO >87 [730] -2015-03-11 08:02:39 sendUrl INFO 87 [729] R:OK -2015-03-11 08:02:40 sendUrl INFO 87 [730] R:OK -2015-03-11 08:02:40 queue INFO 83 [731] -2015-03-11 08:02:41 queue INFO >83 [732] -2015-03-11 08:02:41 sendUrl INFO 83 [731] R:OK -2015-03-11 08:02:41 sendUrl INFO 83 [732] R:OK -2015-03-11 08:03:31 queue INFO >>83 [733] -2015-03-11 08:03:31 sendUrl INFO 83 [733] R:OK -2015-03-11 08:04:21 queue INFO >>83 [734] -2015-03-11 08:04:21 sendUrl INFO 83 [734] R:OK -2015-03-11 08:05:11 queue INFO >>83 [735] -2015-03-11 08:05:11 sendUrl INFO 83 [735] R:OK -2015-03-11 08:06:01 queue INFO >>83 [736] -2015-03-11 08:06:02 sendUrl INFO 83 [736] R:OK -2015-03-11 08:06:51 queue INFO >>83 [737] -2015-03-11 08:06:51 sendUrl INFO 83 [737] R:OK -2015-03-11 08:07:41 queue INFO >>83 [738] -2015-03-11 08:07:42 sendUrl INFO 83 [738] R:OK -2015-03-11 08:08:31 queue INFO >>83 [739] -2015-03-11 08:08:32 sendUrl INFO 83 [739] R:OK -2015-03-11 08:09:22 queue INFO >>83 [740] -2015-03-11 08:09:22 sendUrl INFO 83 [740] R:OK -2015-03-11 08:10:12 queue INFO >>83 [741] -2015-03-11 08:10:12 sendUrl INFO 83 [741] R:OK -2015-03-11 08:10:13 queue INFO 87 [742] -2015-03-11 08:10:13 queue INFO >87 [743] -2015-03-11 08:10:13 sendUrl INFO 87 [742] R:OK -2015-03-11 08:10:14 sendUrl INFO 87 [743] R:OK -2015-03-11 08:10:15 queue INFO 83 [744] -2015-03-11 08:10:15 sendUrl INFO 83 [744] R:OK -2015-03-11 08:10:15 queue INFO >83 [745] -2015-03-11 08:10:15 sendUrl INFO 83 [745] R:OK -2015-03-11 08:11:05 queue INFO >>83 [746] -2015-03-11 08:11:05 sendUrl INFO 83 [746] R:OK -2015-03-11 08:11:55 queue INFO >>83 [747] -2015-03-11 08:11:55 sendUrl INFO 83 [747] R:OK -2015-03-11 08:12:45 queue INFO >>83 [748] -2015-03-11 08:12:45 sendUrl INFO 83 [748] R:OK -2015-03-11 08:13:35 queue INFO >>83 [749] -2015-03-11 08:13:36 sendUrl INFO 83 [749] R:OK -2015-03-11 08:14:25 queue INFO >>83 [750] -2015-03-11 08:14:26 sendUrl INFO 83 [750] R:OK -2015-03-11 08:15:15 queue INFO >>83 [751] -2015-03-11 08:15:16 sendUrl INFO 83 [751] R:OK -2015-03-11 08:16:06 queue INFO >>83 [752] -2015-03-11 08:16:06 sendUrl INFO 83 [752] R:OK -2015-03-11 08:16:56 queue INFO >>83 [753] -2015-03-11 08:16:56 sendUrl INFO 83 [753] R:OK -2015-03-11 08:17:46 queue INFO >>83 [754] -2015-03-11 08:17:46 sendUrl INFO 83 [754] R:OK -2015-03-11 08:17:47 queue INFO 87 [755] -2015-03-11 08:17:48 queue INFO >87 [756] -2015-03-11 08:17:48 sendUrl INFO 87 [755] R:OK -2015-03-11 08:17:48 sendUrl INFO 87 [756] R:OK -2015-03-11 08:17:49 queue INFO 83 [757] -2015-03-11 08:17:49 queue INFO >83 [758] -2015-03-11 08:17:49 sendUrl INFO 83 [757] R:OK -2015-03-11 08:17:50 sendUrl INFO 83 [758] R:OK -2015-03-11 08:18:39 queue INFO >>83 [759] -2015-03-11 08:18:40 sendUrl INFO 83 [759] R:OK -2015-03-11 08:19:29 queue INFO >>83 [760] -2015-03-11 08:19:29 sendUrl INFO 83 [760] R:OK -2015-03-11 08:20:19 queue INFO >>83 [761] -2015-03-11 08:20:20 sendUrl INFO 83 [761] R:OK -2015-03-11 08:21:10 queue INFO >>83 [762] -2015-03-11 08:21:10 sendUrl INFO 83 [762] R:OK -2015-03-11 08:22:00 queue INFO >>83 [763] -2015-03-11 08:22:00 sendUrl INFO 83 [763] R:OK -2015-03-11 08:22:50 queue INFO >>83 [764] -2015-03-11 08:22:50 sendUrl INFO 83 [764] R:OK -2015-03-11 08:23:40 queue INFO >>83 [765] -2015-03-11 08:23:41 sendUrl INFO 83 [765] R:OK -2015-03-11 08:24:30 queue INFO >>83 [766] -2015-03-11 08:24:30 sendUrl INFO 83 [766] R:OK -2015-03-11 08:25:20 queue INFO >>83 [767] -2015-03-11 08:25:21 sendUrl INFO 83 [767] R:OK -2015-03-11 08:25:33 queue INFO 87 [768] -2015-03-11 08:25:33 sendUrl INFO 87 [768] R:OK -2015-03-11 08:25:33 queue INFO >87 [769] -2015-03-11 08:25:34 sendUrl INFO 87 [769] R:OK -2015-03-11 08:25:35 queue INFO 83 [770] -2015-03-11 08:25:35 queue INFO >83 [771] -2015-03-11 08:25:35 sendUrl INFO 83 [770] R:OK -2015-03-11 08:25:36 sendUrl INFO 83 [771] R:OK -2015-03-11 08:26:25 queue INFO >>83 [772] -2015-03-11 08:26:25 sendUrl INFO 83 [772] R:OK -2015-03-11 08:27:15 queue INFO >>83 [773] -2015-03-11 08:27:15 sendUrl INFO 83 [773] R:OK -2015-03-11 08:28:05 queue INFO >>83 [774] -2015-03-11 08:28:06 sendUrl INFO 83 [774] R:OK -2015-03-11 08:28:55 queue INFO >>83 [775] -2015-03-11 08:28:56 sendUrl INFO 83 [775] R:OK -2015-03-11 08:29:46 queue INFO >>83 [776] -2015-03-11 08:29:46 sendUrl INFO 83 [776] R:OK -2015-03-11 08:30:36 queue INFO >>83 [777] -2015-03-11 08:30:36 sendUrl INFO 83 [777] R:OK -2015-03-11 08:31:26 queue INFO >>83 [778] -2015-03-11 08:31:26 sendUrl INFO 83 [778] R:OK -2015-03-11 08:32:16 queue INFO >>83 [779] -2015-03-11 08:32:16 sendUrl INFO 83 [779] R:OK -2015-03-11 08:33:06 queue INFO >>83 [780] -2015-03-11 08:33:06 sendUrl INFO 83 [780] R:OK -2015-03-11 08:33:07 queue INFO C7 [781] -2015-03-11 08:33:08 queue INFO >C7 [782] -2015-03-11 08:33:08 sendUrl INFO C7 [781] R:OK -2015-03-11 08:33:08 sendUrl INFO C7 [782] R:OK -2015-03-11 08:33:09 queue INFO C3 [783] -2015-03-11 08:33:09 queue INFO >C3 [784] -2015-03-11 08:33:09 sendUrl INFO C3 [783] R:OK -2015-03-11 08:33:10 sendUrl INFO C3 [784] R:OK -2015-03-11 08:33:59 queue INFO >>C3 [785] -2015-03-11 08:34:00 sendUrl INFO C3 [785] R:OK -2015-03-11 08:34:49 queue INFO >>C3 [786] -2015-03-11 08:34:49 sendUrl INFO C3 [786] R:OK -2015-03-11 08:35:39 queue INFO >>C3 [787] -2015-03-11 08:35:40 sendUrl INFO C3 [787] R:OK -2015-03-11 08:36:29 queue INFO >>C3 [788] -2015-03-11 08:36:30 sendUrl INFO C3 [788] R:OK -2015-03-11 08:37:13 queue INFO D3 [789] -2015-03-11 08:37:13 sendUrl INFO D3 [789] R:OK -2015-03-11 08:37:13 queue INFO D9 [790] -2015-03-11 08:37:13 queue INFO >D9 [791] -2015-03-11 08:37:13 sendUrl INFO D9 [790] R:OK -2015-03-11 08:37:14 sendUrl INFO D9 [791] R:OK -2015-03-11 08:38:03 queue INFO >>D9 [792] -2015-03-11 08:38:03 sendUrl INFO D9 [792] R:OK -2015-03-11 08:38:53 queue INFO >>D9 [793] -2015-03-11 08:38:54 sendUrl INFO D9 [793] R:OK -2015-03-11 08:39:17 queue INFO C9 [794] -2015-03-11 08:39:17 queue INFO >C9 [795] -2015-03-11 08:39:17 sendUrl INFO C9 [794] R:OK -2015-03-11 08:39:18 sendUrl INFO C9 [795] R:OK -2015-03-11 08:39:33 queue INFO C1 [796] -2015-03-11 08:39:33 queue INFO >C1 [797] -2015-03-11 08:39:33 sendUrl INFO C1 [796] R:OK -2015-03-11 08:39:33 sendUrl INFO C1 [797] R:OK -2015-03-11 08:39:36 queue INFO C3 [798] -2015-03-11 08:39:36 sendUrl INFO C3 [798] R:OK -2015-03-11 08:39:36 queue INFO >C3 [799] -2015-03-11 08:39:36 sendUrl INFO C3 [799] R:OK -2015-03-11 08:40:26 queue INFO >>C3 [800] -2015-03-11 08:40:26 sendUrl INFO C3 [800] R:OK -2015-03-11 08:41:16 queue INFO >>C3 [801] -2015-03-11 08:41:17 sendUrl INFO C3 [801] R:OK -2015-03-11 08:42:06 queue INFO >>C3 [802] -2015-03-11 08:42:06 sendUrl INFO C3 [802] R:OK -2015-03-11 08:42:56 queue INFO >>C3 [803] -2015-03-11 08:42:57 sendUrl INFO C3 [803] R:OK -2015-03-11 08:43:40 queue INFO 83 [804] -2015-03-11 08:43:40 queue INFO >83 [805] -2015-03-11 08:43:40 sendUrl INFO 83 [804] R:OK -2015-03-11 08:43:41 queue INFO 87 [806] -2015-03-11 08:43:41 queue INFO >87 [807] -2015-03-11 08:43:41 sendUrl INFO 83 [805] R:OK -2015-03-11 08:43:42 sendUrl INFO 87 [806] R:OK -2015-03-11 08:43:42 sendUrl INFO 87 [807] R:OK -2015-03-11 08:43:42 queue INFO 83 [808] -2015-03-11 08:43:43 sendUrl INFO 83 [808] R:OK -2015-03-11 08:43:43 queue INFO >83 [809] -2015-03-11 08:43:43 sendUrl INFO 83 [809] R:OK -2015-03-11 08:44:32 queue INFO >>83 [810] -2015-03-11 08:44:33 sendUrl INFO 83 [810] R:OK -2015-03-11 08:45:23 queue INFO >>83 [811] -2015-03-11 08:45:23 sendUrl INFO 83 [811] R:OK -2015-03-11 08:46:13 queue INFO >>83 [812] -2015-03-11 08:46:13 sendUrl INFO 83 [812] R:OK -2015-03-11 08:47:03 queue INFO >>83 [813] -2015-03-11 08:47:03 sendUrl INFO 83 [813] R:OK -2015-03-11 08:47:53 queue INFO >>83 [814] -2015-03-11 08:47:54 sendUrl INFO 83 [814] R:OK -2015-03-11 08:48:43 queue INFO >>83 [815] -2015-03-11 08:48:43 sendUrl INFO 83 [815] R:OK -2015-03-11 08:49:33 queue INFO >>83 [816] -2015-03-11 08:49:34 sendUrl INFO 83 [816] R:OK -2015-03-11 08:50:24 queue INFO >>83 [817] -2015-03-11 08:50:24 sendUrl INFO 83 [817] R:OK -2015-03-11 08:51:14 queue INFO >>83 [818] -2015-03-11 08:51:14 sendUrl INFO 83 [818] R:OK -2015-03-11 08:51:19 queue INFO 87 [819] -2015-03-11 08:51:19 queue INFO >87 [820] -2015-03-11 08:51:19 sendUrl INFO 87 [819] R:OK -2015-03-11 08:51:19 sendUrl INFO 87 [820] R:OK -2015-03-11 08:51:20 queue INFO 83 [821] -2015-03-11 08:51:20 queue INFO >83 [822] -2015-03-11 08:51:21 sendUrl INFO 83 [821] R:OK -2015-03-11 08:51:21 sendUrl INFO 83 [822] R:OK -2015-03-11 08:52:10 queue INFO >>83 [823] -2015-03-11 08:52:11 sendUrl INFO 83 [823] R:OK -2015-03-11 08:53:00 queue INFO >>83 [824] -2015-03-11 08:53:01 sendUrl INFO 83 [824] R:OK -2015-03-11 08:53:51 queue INFO >>83 [825] -2015-03-11 08:53:51 sendUrl INFO 83 [825] R:OK -2015-03-11 08:54:41 queue INFO >>83 [826] -2015-03-11 08:54:41 sendUrl INFO 83 [826] R:OK -2015-03-11 08:55:31 queue INFO >>83 [827] -2015-03-11 08:55:31 sendUrl INFO 83 [827] R:OK -2015-03-11 08:56:21 queue INFO >>83 [828] -2015-03-11 08:56:21 sendUrl INFO 83 [828] R:OK -2015-03-11 08:57:11 queue INFO >>83 [829] -2015-03-11 08:57:11 sendUrl INFO 83 [829] R:OK -2015-03-11 08:58:01 queue INFO >>83 [830] -2015-03-11 08:58:02 sendUrl INFO 83 [830] R:OK -2015-03-11 08:58:51 queue INFO >>83 [831] -2015-03-11 08:58:52 sendUrl INFO 83 [831] R:OK -2015-03-11 08:58:53 queue INFO 87 [832] -2015-03-11 08:58:53 queue INFO >87 [833] -2015-03-11 08:58:53 sendUrl INFO 87 [832] R:OK -2015-03-11 08:58:54 sendUrl INFO 87 [833] R:OK -2015-03-11 08:58:54 queue INFO 83 [834] -2015-03-11 08:58:55 queue INFO >83 [835] -2015-03-11 08:58:55 sendUrl INFO 83 [834] R:OK -2015-03-11 08:58:55 sendUrl INFO 83 [835] R:OK -2015-03-11 08:59:45 queue INFO >>83 [836] -2015-03-11 08:59:45 sendUrl INFO 83 [836] R:OK -2015-03-11 09:00:35 queue INFO >>83 [837] -2015-03-11 09:00:35 sendUrl INFO 83 [837] R:OK -2015-03-11 09:01:25 queue INFO >>83 [838] -2015-03-11 09:01:26 sendUrl INFO 83 [838] R:OK -2015-03-11 09:02:15 queue INFO >>83 [839] -2015-03-11 09:02:15 sendUrl INFO 83 [839] R:OK -2015-03-11 09:03:05 queue INFO >>83 [840] -2015-03-11 09:03:06 sendUrl INFO 83 [840] R:OK -2015-03-11 09:03:55 queue INFO >>83 [841] -2015-03-11 09:03:56 sendUrl INFO 83 [841] R:OK -2015-03-11 09:04:46 queue INFO >>83 [842] -2015-03-11 09:04:46 sendUrl INFO 83 [842] R:OK -2015-03-11 09:05:36 queue INFO >>83 [843] -2015-03-11 09:05:36 sendUrl INFO 83 [843] R:OK -2015-03-11 09:06:26 queue INFO >>83 [844] -2015-03-11 09:06:26 sendUrl INFO 83 [844] R:OK -2015-03-11 09:06:39 queue INFO 87 [845] -2015-03-11 09:06:39 queue INFO >87 [846] -2015-03-11 09:06:39 sendUrl INFO 87 [845] R:OK -2015-03-11 09:06:40 sendUrl INFO 87 [846] R:OK -2015-03-11 09:06:40 queue INFO 83 [847] -2015-03-11 09:06:41 queue INFO >83 [848] -2015-03-11 09:06:41 sendUrl INFO 83 [847] R:OK -2015-03-11 09:06:41 sendUrl INFO 83 [848] R:OK -2015-03-11 09:07:30 queue INFO >>83 [849] -2015-03-11 09:07:31 sendUrl INFO 83 [849] R:OK -2015-03-11 09:08:21 queue INFO >>83 [850] -2015-03-11 09:08:21 sendUrl INFO 83 [850] R:OK -2015-03-11 09:09:11 queue INFO >>83 [851] -2015-03-11 09:09:11 sendUrl INFO 83 [851] R:OK -2015-03-11 09:10:01 queue INFO >>83 [852] -2015-03-11 09:10:01 sendUrl INFO 83 [852] R:OK -2015-03-11 09:10:51 queue INFO >>83 [853] -2015-03-11 09:10:51 sendUrl INFO 83 [853] R:OK -2015-03-11 09:11:41 queue INFO >>83 [854] -2015-03-11 09:11:42 sendUrl INFO 83 [854] R:OK -2015-03-11 09:12:31 queue INFO >>83 [855] -2015-03-11 09:12:32 sendUrl INFO 83 [855] R:OK -2015-03-11 09:13:22 queue INFO >>83 [856] -2015-03-11 09:13:22 sendUrl INFO 83 [856] R:OK -2015-03-11 09:14:12 queue INFO >>83 [857] -2015-03-11 09:14:12 sendUrl INFO 83 [857] R:OK -2015-03-11 09:14:13 queue INFO 87 [858] -2015-03-11 09:14:13 sendUrl INFO 87 [858] R:OK -2015-03-11 09:14:13 queue INFO >87 [859] -2015-03-11 09:14:14 sendUrl INFO 87 [859] R:OK -2015-03-11 09:14:15 queue INFO 83 [860] -2015-03-11 09:14:15 queue INFO >83 [861] -2015-03-11 09:14:15 sendUrl INFO 83 [860] R:OK -2015-03-11 09:14:16 sendUrl INFO 83 [861] R:OK -2015-03-11 09:15:05 queue INFO >>83 [862] -2015-03-11 09:15:05 sendUrl INFO 83 [862] R:OK -2015-03-11 09:15:55 queue INFO >>83 [863] -2015-03-11 09:15:55 sendUrl INFO 83 [863] R:OK -2015-03-11 09:16:45 queue INFO >>83 [864] -2015-03-11 09:16:46 sendUrl INFO 83 [864] R:OK -2015-03-11 09:17:35 queue INFO >>83 [865] -2015-03-11 09:17:35 sendUrl INFO 83 [865] R:OK -2015-03-11 09:18:25 queue INFO >>83 [866] -2015-03-11 09:18:26 sendUrl INFO 83 [866] R:OK -2015-03-11 09:19:15 queue INFO >>83 [867] -2015-03-11 09:19:16 sendUrl INFO 83 [867] R:OK -2015-03-11 09:20:06 queue INFO >>83 [868] -2015-03-11 09:20:06 sendUrl INFO 83 [868] R:OK -2015-03-11 09:20:56 queue INFO >>83 [869] -2015-03-11 09:20:56 sendUrl INFO 83 [869] R:OK -2015-03-11 09:21:46 queue INFO >>83 [870] -2015-03-11 09:21:46 sendUrl INFO 83 [870] R:OK -2015-03-11 09:21:47 queue INFO C7 [871] -2015-03-11 09:21:47 queue INFO >C7 [872] -2015-03-11 09:21:48 sendUrl INFO C7 [871] R:OK -2015-03-11 09:21:48 sendUrl INFO C7 [872] R:OK -2015-03-11 09:21:49 queue INFO C3 [873] -2015-03-11 09:21:49 queue INFO >C3 [874] -2015-03-11 09:21:49 sendUrl INFO C3 [873] R:OK -2015-03-11 09:21:50 sendUrl INFO C3 [874] R:OK -2015-03-11 09:22:39 queue INFO >>C3 [875] -2015-03-11 09:22:39 sendUrl INFO C3 [875] R:OK -2015-03-11 09:23:29 queue INFO >>C3 [876] -2015-03-11 09:23:29 sendUrl INFO C3 [876] R:OK -2015-03-11 09:24:19 queue INFO >>C3 [877] -2015-03-11 09:24:20 sendUrl INFO C3 [877] R:OK -2015-03-11 09:25:09 queue INFO >>C3 [878] -2015-03-11 09:25:10 sendUrl INFO C3 [878] R:OK -2015-03-11 09:25:59 queue INFO >>C3 [879] -2015-03-11 09:26:00 sendUrl INFO C3 [879] R:OK -2015-03-11 09:26:25 queue INFO C1 [880] -2015-03-11 09:26:26 queue INFO >C1 [881] -2015-03-11 09:26:26 sendUrl INFO C1 [880] R:OK -2015-03-11 09:26:26 sendUrl INFO C1 [881] R:OK -2015-03-11 09:27:15 queue INFO >>C1 [882] -2015-03-11 09:27:16 sendUrl INFO C1 [882] R:OK -2015-03-11 09:28:06 queue INFO >>C1 [883] -2015-03-11 09:28:06 sendUrl INFO C1 [883] R:OK -2015-03-11 09:28:56 queue INFO >>C1 [884] -2015-03-11 09:28:56 sendUrl INFO C1 [884] R:OK -2015-03-11 09:29:31 queue INFO C3 [885] -2015-03-11 09:29:31 sendUrl INFO C3 [885] R:OK -2015-03-11 09:29:31 queue INFO >C3 [886] -2015-03-11 09:29:32 sendUrl INFO C3 [886] R:OK -2015-03-11 09:30:07 queue INFO 83 [887] -2015-03-11 09:30:08 queue INFO >83 [888] -2015-03-11 09:30:08 sendUrl INFO 83 [887] R:OK -2015-03-11 09:30:08 queue INFO 87 [889] -2015-03-11 09:30:08 sendUrl INFO 83 [888] R:OK -2015-03-11 09:30:08 queue INFO >87 [890] -2015-03-11 09:30:09 sendUrl INFO 87 [889] R:OK -2015-03-11 09:30:09 sendUrl INFO 87 [890] R:OK -2015-03-11 09:30:10 queue INFO 83 [891] -2015-03-11 09:30:10 queue INFO >83 [892] -2015-03-11 09:30:10 sendUrl INFO 83 [891] R:OK -2015-03-11 09:30:11 sendUrl INFO 83 [892] R:OK -2015-03-11 09:31:00 queue INFO >>83 [893] -2015-03-11 09:31:00 sendUrl INFO 83 [893] R:OK -2015-03-11 09:31:50 queue INFO >>83 [894] -2015-03-11 09:31:51 sendUrl INFO 83 [894] R:OK -2015-03-11 09:32:40 queue INFO >>83 [895] -2015-03-11 09:32:41 sendUrl INFO 83 [895] R:OK -2015-03-11 09:33:30 queue INFO >>83 [896] -2015-03-11 09:33:31 sendUrl INFO 83 [896] R:OK -2015-03-11 09:34:21 queue INFO >>83 [897] -2015-03-11 09:34:21 sendUrl INFO 83 [897] R:OK -2015-03-11 09:35:11 queue INFO >>83 [898] -2015-03-11 09:35:11 sendUrl INFO 83 [898] R:OK -2015-03-11 09:36:01 queue INFO >>83 [899] -2015-03-11 09:36:01 sendUrl INFO 83 [899] R:OK -2015-03-11 09:36:51 queue INFO >>83 [900] -2015-03-11 09:36:51 sendUrl INFO 83 [900] R:OK -2015-03-11 09:37:41 queue INFO >>83 [901] -2015-03-11 09:37:41 sendUrl INFO 83 [901] R:OK -2015-03-11 09:37:42 queue INFO 87 [902] -2015-03-11 09:37:43 queue INFO >87 [903] -2015-03-11 09:37:43 sendUrl INFO 87 [902] R:OK -2015-03-11 09:37:43 sendUrl INFO 87 [903] R:OK -2015-03-11 09:37:44 queue INFO 83 [904] -2015-03-11 09:37:44 queue INFO >83 [905] -2015-03-11 09:37:44 sendUrl INFO 83 [904] R:OK -2015-03-11 09:37:45 sendUrl INFO 83 [905] R:OK -2015-03-11 09:38:34 queue INFO >>83 [906] -2015-03-11 09:38:35 sendUrl INFO 83 [906] R:OK -2015-03-11 09:39:24 queue INFO >>83 [907] -2015-03-11 09:39:24 sendUrl INFO 83 [907] R:OK -2015-03-11 09:40:14 queue INFO >>83 [908] -2015-03-11 09:40:15 sendUrl INFO 83 [908] R:OK -2015-03-11 09:41:05 queue INFO >>83 [909] -2015-03-11 09:41:05 sendUrl INFO 83 [909] R:OK -2015-03-11 09:41:55 queue INFO >>83 [910] -2015-03-11 09:41:55 sendUrl INFO 83 [910] R:OK -2015-03-11 09:42:45 queue INFO >>83 [911] -2015-03-11 09:42:45 sendUrl INFO 83 [911] R:OK -2015-03-11 09:43:35 queue INFO >>83 [912] -2015-03-11 09:43:36 sendUrl INFO 83 [912] R:OK -2015-03-11 09:44:25 queue INFO >>83 [913] -2015-03-11 09:44:25 sendUrl INFO 83 [913] R:OK -2015-03-11 09:45:15 queue INFO >>83 [914] -2015-03-11 09:45:16 sendUrl INFO 83 [914] R:OK -2015-03-11 09:45:17 queue INFO 87 [915] -2015-03-11 09:45:17 queue INFO >87 [916] -2015-03-11 09:45:17 sendUrl INFO 87 [915] R:OK -2015-03-11 09:45:18 sendUrl INFO 87 [916] R:OK -2015-03-11 09:45:18 queue INFO 83 [917] -2015-03-11 09:45:19 queue INFO >83 [918] -2015-03-11 09:45:19 sendUrl INFO 83 [917] R:OK -2015-03-11 09:45:19 sendUrl INFO 83 [918] R:OK -2015-03-11 09:46:09 queue INFO >>83 [919] -2015-03-11 09:46:09 sendUrl INFO 83 [919] R:OK -2015-03-11 09:46:59 queue INFO >>83 [920] -2015-03-11 09:46:59 sendUrl INFO 83 [920] R:OK -2015-03-11 09:47:49 queue INFO >>83 [921] -2015-03-11 09:47:49 sendUrl INFO 83 [921] R:OK -2015-03-11 09:48:39 queue INFO >>83 [922] -2015-03-11 09:48:39 sendUrl INFO 83 [922] R:OK -2015-03-11 09:49:29 queue INFO >>83 [923] -2015-03-11 09:49:29 sendUrl INFO 83 [923] R:OK -2015-03-11 09:50:19 queue INFO >>83 [924] -2015-03-11 09:50:20 sendUrl INFO 83 [924] R:OK -2015-03-11 09:51:09 queue INFO >>83 [925] -2015-03-11 09:51:10 sendUrl INFO 83 [925] R:OK -2015-03-11 09:52:00 queue INFO >>83 [926] -2015-03-11 09:52:00 sendUrl INFO 83 [926] R:OK -2015-03-11 09:52:50 queue INFO >>83 [927] -2015-03-11 09:52:50 sendUrl INFO 83 [927] R:OK -2015-03-11 09:52:51 queue INFO 87 [928] -2015-03-11 09:52:51 queue INFO >87 [929] -2015-03-11 09:52:51 sendUrl INFO 87 [928] R:OK -2015-03-11 09:52:52 sendUrl INFO 87 [929] R:OK -2015-03-11 09:52:53 queue INFO 83 [930] -2015-03-11 09:52:53 queue INFO >83 [931] -2015-03-11 09:52:53 sendUrl INFO 83 [930] R:OK -2015-03-11 09:52:53 sendUrl INFO 83 [931] R:OK -2015-03-11 09:53:43 queue INFO >>83 [932] -2015-03-11 09:53:43 sendUrl INFO 83 [932] R:OK -2015-03-11 09:54:33 queue INFO >>83 [933] -2015-03-11 09:54:33 sendUrl INFO 83 [933] R:OK -2015-03-11 09:55:23 queue INFO >>83 [934] -2015-03-11 09:55:23 sendUrl INFO 83 [934] R:OK -2015-03-11 09:56:13 queue INFO >>83 [935] -2015-03-11 09:56:14 sendUrl INFO 83 [935] R:OK -2015-03-11 09:57:03 queue INFO >>83 [936] -2015-03-11 09:57:03 sendUrl INFO 83 [936] R:OK -2015-03-11 09:57:53 queue INFO >>83 [937] -2015-03-11 09:57:54 sendUrl INFO 83 [937] R:OK -2015-03-11 09:58:44 queue INFO >>83 [938] -2015-03-11 09:58:44 sendUrl INFO 83 [938] R:OK -2015-03-11 09:59:34 queue INFO >>83 [939] -2015-03-11 09:59:34 sendUrl INFO 83 [939] R:OK -2015-03-11 10:00:24 queue INFO >>83 [940] -2015-03-11 10:00:24 sendUrl INFO 83 [940] R:OK -2015-03-11 10:00:25 queue INFO C7 [941] -2015-03-11 10:00:25 sendUrl INFO C7 [941] R:OK -2015-03-11 10:00:25 queue INFO >C7 [942] -2015-03-11 10:00:26 sendUrl INFO C7 [942] R:OK -2015-03-11 10:00:27 queue INFO C3 [943] -2015-03-11 10:00:27 queue INFO >C3 [944] -2015-03-11 10:00:27 sendUrl INFO C3 [943] R:OK -2015-03-11 10:00:28 sendUrl INFO C3 [944] R:OK -2015-03-11 10:01:17 queue INFO >>C3 [945] -2015-03-11 10:01:17 sendUrl INFO C3 [945] R:OK -2015-03-11 10:02:07 queue INFO >>C3 [946] -2015-03-11 10:02:07 sendUrl INFO C3 [946] R:OK -2015-03-11 10:02:57 queue INFO >>C3 [947] -2015-03-11 10:02:57 sendUrl INFO C3 [947] R:OK -2015-03-11 10:03:47 queue INFO >>C3 [948] -2015-03-11 10:03:48 sendUrl INFO C3 [948] R:OK -2015-03-11 10:04:38 queue INFO >>C3 [949] -2015-03-11 10:04:38 sendUrl INFO C3 [949] R:OK -2015-03-11 10:05:28 queue INFO >>C3 [950] -2015-03-11 10:05:28 sendUrl INFO C3 [950] R:OK -2015-03-11 10:06:18 queue INFO >>C3 [951] -2015-03-11 10:06:18 sendUrl INFO C3 [951] R:OK -2015-03-11 10:07:08 queue INFO >>C3 [952] -2015-03-11 10:07:09 sendUrl INFO C3 [952] R:OK -2015-03-11 10:07:58 queue INFO >>C3 [953] -2015-03-11 10:07:58 sendUrl INFO C3 [953] R:OK -2015-03-11 10:08:10 queue INFO 83 [954] -2015-03-11 10:08:10 sendUrl INFO 83 [954] R:OK -2015-03-11 10:08:10 queue INFO >83 [955] -2015-03-11 10:08:11 sendUrl INFO 83 [955] R:OK -2015-03-11 10:08:11 queue INFO 87 [956] -2015-03-11 10:08:11 queue INFO >87 [957] -2015-03-11 10:08:11 sendUrl INFO 87 [956] R:OK -2015-03-11 10:08:12 sendUrl INFO 87 [957] R:OK -2015-03-11 10:08:13 queue INFO 83 [958] -2015-03-11 10:08:13 queue INFO >83 [959] -2015-03-11 10:08:13 sendUrl INFO 83 [958] R:OK -2015-03-11 10:08:13 sendUrl INFO 83 [959] R:OK -2015-03-11 10:09:03 queue INFO >>83 [960] -2015-03-11 10:09:03 sendUrl INFO 83 [960] R:OK -2015-03-11 10:09:53 queue INFO >>83 [961] -2015-03-11 10:09:53 sendUrl INFO 83 [961] R:OK -2015-03-11 10:10:43 queue INFO >>83 [962] -2015-03-11 10:10:43 sendUrl INFO 83 [962] R:OK -2015-03-11 10:11:33 queue INFO >>83 [963] -2015-03-11 10:11:34 sendUrl INFO 83 [963] R:OK -2015-03-11 10:12:23 queue INFO >>83 [964] -2015-03-11 10:12:24 sendUrl INFO 83 [964] R:OK -2015-03-11 10:13:04 queue INFO 81 [965] -2015-03-11 10:13:04 queue INFO >81 [966] -2015-03-11 10:13:04 sendUrl INFO 81 [965] R:OK -2015-03-11 10:13:05 sendUrl INFO 81 [966] R:OK -2015-03-11 10:13:54 queue INFO >>81 [967] -2015-03-11 10:13:55 sendUrl INFO 81 [967] R:OK -2015-03-11 10:14:44 queue INFO >>81 [968] -2015-03-11 10:14:44 sendUrl INFO 81 [968] R:OK -2015-03-11 10:15:35 queue INFO >>81 [969] -2015-03-11 10:15:35 sendUrl INFO 81 [969] R:OK -2015-03-11 10:15:52 queue INFO 91 [970] -2015-03-11 10:15:52 queue INFO 99 [971] -2015-03-11 10:15:52 queue INFO >99 [972] -2015-03-11 10:15:52 sendUrl INFO 91 [970] R:OK -2015-03-11 10:15:53 sendUrl INFO 99 [971] R:OK -2015-03-11 10:15:53 sendUrl INFO 99 [972] R:OK -2015-03-11 10:16:42 queue INFO >>99 [973] -2015-03-11 10:16:43 sendUrl INFO 99 [973] R:OK -2015-03-11 10:17:32 queue INFO >>99 [974] -2015-03-11 10:17:33 sendUrl INFO 99 [974] R:OK -2015-03-11 10:18:23 queue INFO >>99 [975] -2015-03-11 10:18:23 sendUrl INFO 99 [975] R:OK -2015-03-11 10:19:05 queue INFO 89 [976] -2015-03-11 10:19:05 queue INFO >89 [977] -2015-03-11 10:19:05 sendUrl INFO 89 [976] R:OK -2015-03-11 10:19:06 sendUrl INFO 89 [977] R:OK -2015-03-11 10:19:08 queue INFO 81 [978] -2015-03-11 10:19:08 queue INFO >81 [979] -2015-03-11 10:19:08 sendUrl INFO 81 [978] R:OK -2015-03-11 10:19:09 sendUrl INFO 81 [979] R:OK -2015-03-11 10:19:14 queue INFO 83 [980] -2015-03-11 10:19:14 queue INFO >83 [981] -2015-03-11 10:19:15 sendUrl INFO 83 [980] R:OK -2015-03-11 10:19:15 sendUrl INFO 83 [981] R:OK -2015-03-11 10:19:53 queue INFO 87 [982] -2015-03-11 10:19:53 queue INFO >87 [983] -2015-03-11 10:19:53 sendUrl INFO 87 [982] R:OK -2015-03-11 10:19:54 sendUrl INFO 87 [983] R:OK -2015-03-11 10:19:54 queue INFO 83 [984] -2015-03-11 10:19:55 queue INFO >83 [985] -2015-03-11 10:19:55 sendUrl INFO 83 [984] R:OK -2015-03-11 10:19:55 sendUrl INFO 83 [985] R:OK -2015-03-11 10:20:44 queue INFO >>83 [986] -2015-03-11 10:20:45 sendUrl INFO 83 [986] R:OK -2015-03-11 10:21:35 queue INFO >>83 [987] -2015-03-11 10:21:35 sendUrl INFO 83 [987] R:OK -2015-03-11 10:22:25 queue INFO >>83 [988] -2015-03-11 10:22:25 sendUrl INFO 83 [988] R:OK -2015-03-11 10:23:15 queue INFO >>83 [989] -2015-03-11 10:23:15 sendUrl INFO 83 [989] R:OK -2015-03-11 10:24:05 queue INFO >>83 [990] -2015-03-11 10:24:05 sendUrl INFO 83 [990] R:OK -2015-03-11 10:24:55 queue INFO >>83 [991] -2015-03-11 10:24:56 sendUrl INFO 83 [991] R:OK -2015-03-11 10:25:45 queue INFO >>83 [992] -2015-03-11 10:25:46 sendUrl INFO 83 [992] R:OK -2015-03-11 10:26:36 queue INFO >>83 [993] -2015-03-11 10:26:36 sendUrl INFO 83 [993] R:OK -2015-03-11 10:27:26 queue INFO >>83 [994] -2015-03-11 10:27:26 sendUrl INFO 83 [994] R:OK -2015-03-11 10:27:27 queue INFO 87 [995] -2015-03-11 10:27:27 queue INFO >87 [996] -2015-03-11 10:27:28 sendUrl INFO 87 [995] R:OK -2015-03-11 10:27:28 sendUrl INFO 87 [996] R:OK -2015-03-11 10:27:29 queue INFO 83 [997] -2015-03-11 10:27:29 queue INFO >83 [998] -2015-03-11 10:27:29 sendUrl INFO 83 [997] R:OK -2015-03-11 10:27:30 sendUrl INFO 83 [998] R:OK -2015-03-11 10:28:19 queue INFO >>83 [999] -2015-03-11 10:28:19 sendUrl INFO 83 [999] R:OK -2015-03-11 10:29:09 queue INFO >>83 [0] -2015-03-11 10:29:09 sendUrl INFO 83 [0] R:OK -2015-03-11 10:29:59 queue INFO >>83 [1] -2015-03-11 10:30:00 sendUrl INFO 83 [1] R:OK -2015-03-11 10:30:49 queue INFO >>83 [2] -2015-03-11 10:30:50 sendUrl INFO 83 [2] R:OK -2015-03-11 10:31:39 queue INFO >>83 [3] -2015-03-11 10:31:40 sendUrl INFO 83 [3] R:OK -2015-03-11 10:32:30 queue INFO >>83 [4] -2015-03-11 10:32:30 sendUrl INFO 83 [4] R:OK -2015-03-11 10:33:20 queue INFO >>83 [5] -2015-03-11 10:33:20 sendUrl INFO 83 [5] R:OK -2015-03-11 10:34:10 queue INFO >>83 [6] -2015-03-11 10:34:10 sendUrl INFO 83 [6] R:OK -2015-03-11 10:35:00 queue INFO >>83 [7] -2015-03-11 10:35:01 sendUrl INFO 83 [7] R:OK -2015-03-11 10:35:20 queue INFO 87 [8] -2015-03-11 10:35:20 sendUrl INFO 87 [8] R:OK -2015-03-11 10:35:20 queue INFO >87 [9] -2015-03-11 10:35:20 sendUrl INFO 87 [9] R:OK -2015-03-11 10:35:21 queue INFO 83 [10] -2015-03-11 10:35:21 queue INFO >83 [11] -2015-03-11 10:35:22 sendUrl INFO 83 [10] R:OK -2015-03-11 10:35:22 sendUrl INFO 83 [11] R:OK -2015-03-11 10:36:11 queue INFO >>83 [12] -2015-03-11 10:36:12 sendUrl INFO 83 [12] R:OK -2015-03-11 10:37:01 queue INFO >>83 [13] -2015-03-11 10:37:02 sendUrl INFO 83 [13] R:OK -2015-03-11 10:37:52 queue INFO >>83 [14] -2015-03-11 10:37:52 sendUrl INFO 83 [14] R:OK -2015-03-11 10:38:42 queue INFO >>83 [15] -2015-03-11 10:38:42 sendUrl INFO 83 [15] R:OK -2015-03-11 10:39:32 queue INFO >>83 [16] -2015-03-11 10:39:32 sendUrl INFO 83 [16] R:OK -2015-03-11 10:40:22 queue INFO >>83 [17] -2015-03-11 10:40:22 sendUrl INFO 83 [17] R:OK -2015-03-11 10:41:12 queue INFO >>83 [18] -2015-03-11 10:41:12 sendUrl INFO 83 [18] R:OK -2015-03-11 10:42:02 queue INFO >>83 [19] -2015-03-11 10:42:03 sendUrl INFO 83 [19] R:OK -2015-03-11 10:42:53 queue INFO >>83 [20] -2015-03-11 10:42:53 sendUrl INFO 83 [20] R:OK -2015-03-11 10:42:54 queue INFO 87 [21] -2015-03-11 10:42:54 queue INFO >87 [22] -2015-03-11 10:42:54 sendUrl INFO 87 [21] R:OK -2015-03-11 10:42:55 sendUrl INFO 87 [22] R:OK -2015-03-11 10:42:55 queue INFO 83 [23] -2015-03-11 10:42:56 queue INFO >83 [24] -2015-03-11 10:42:56 sendUrl INFO 83 [23] R:OK -2015-03-11 10:42:56 sendUrl INFO 83 [24] R:OK -2015-03-11 10:43:45 queue INFO >>83 [25] -2015-03-11 10:43:46 sendUrl INFO 83 [25] R:OK -2015-03-11 10:44:36 queue INFO >>83 [26] -2015-03-11 10:44:36 sendUrl INFO 83 [26] R:OK -2015-03-11 10:45:26 queue INFO >>83 [27] -2015-03-11 10:45:26 sendUrl INFO 83 [27] R:OK -2015-03-11 10:46:16 queue INFO >>83 [28] -2015-03-11 10:46:16 sendUrl INFO 83 [28] R:OK -2015-03-11 10:47:06 queue INFO >>83 [29] -2015-03-11 10:47:06 sendUrl INFO 83 [29] R:OK -2015-03-11 10:47:56 queue INFO >>83 [30] -2015-03-11 10:47:57 sendUrl INFO 83 [30] R:OK -2015-03-11 10:48:46 queue INFO >>83 [31] -2015-03-11 10:48:47 sendUrl INFO 83 [31] R:OK -2015-03-11 10:49:37 queue INFO >>83 [32] -2015-03-11 10:49:37 sendUrl INFO 83 [32] R:OK -2015-03-11 10:50:27 queue INFO >>83 [33] -2015-03-11 10:50:27 sendUrl INFO 83 [33] R:OK -2015-03-11 10:50:28 queue INFO C7 [34] -2015-03-11 10:50:28 queue INFO >C7 [35] -2015-03-11 10:50:28 sendUrl INFO C7 [34] R:OK -2015-03-11 10:50:29 sendUrl INFO C7 [35] R:OK -2015-03-11 10:50:30 queue INFO C3 [36] -2015-03-11 10:50:30 sendUrl INFO C3 [36] R:OK -2015-03-11 10:50:30 queue INFO >C3 [37] -2015-03-11 10:50:30 sendUrl INFO C3 [37] R:OK -2015-03-11 10:51:20 queue INFO >>C3 [38] -2015-03-11 10:51:20 sendUrl INFO C3 [38] R:OK -2015-03-11 10:52:10 queue INFO >>C3 [39] -2015-03-11 10:52:10 sendUrl INFO C3 [39] R:OK -2015-03-11 10:53:00 queue INFO >>C3 [40] -2015-03-11 10:53:00 sendUrl INFO C3 [40] R:OK -2015-03-11 10:53:50 queue INFO >>C3 [41] -2015-03-11 10:53:50 sendUrl INFO C3 [41] R:OK -2015-03-11 10:54:40 queue INFO >>C3 [42] -2015-03-11 10:54:41 sendUrl INFO C3 [42] R:OK -2015-03-11 10:55:30 queue INFO >>C3 [43] -2015-03-11 10:55:31 sendUrl INFO C3 [43] R:OK -2015-03-11 10:56:21 queue INFO >>C3 [44] -2015-03-11 10:56:21 sendUrl INFO C3 [44] R:OK -2015-03-11 10:57:11 queue INFO >>C3 [45] -2015-03-11 10:57:11 sendUrl INFO C3 [45] R:OK -2015-03-11 10:58:01 queue INFO >>C3 [46] -2015-03-11 10:58:01 sendUrl INFO C3 [46] R:OK -2015-03-11 10:58:13 queue INFO 83 [47] -2015-03-11 10:58:13 queue INFO >83 [48] -2015-03-11 10:58:13 sendUrl INFO 83 [47] R:OK -2015-03-11 10:58:14 sendUrl INFO 83 [48] R:OK -2015-03-11 10:58:14 queue INFO 87 [49] -2015-03-11 10:58:14 queue INFO >87 [50] -2015-03-11 10:58:14 sendUrl INFO 87 [49] R:OK -2015-03-11 10:58:15 sendUrl INFO 87 [50] R:OK -2015-03-11 10:58:15 queue INFO 83 [51] -2015-03-11 10:58:16 queue INFO >83 [52] -2015-03-11 10:58:16 sendUrl INFO 83 [51] R:OK -2015-03-11 10:58:16 sendUrl INFO 83 [52] R:OK -2015-03-11 10:59:05 queue INFO >>83 [53] -2015-03-11 10:59:06 sendUrl INFO 83 [53] R:OK -2015-03-11 10:59:56 queue INFO >>83 [54] -2015-03-11 10:59:56 sendUrl INFO 83 [54] R:OK -2015-03-11 11:00:46 queue INFO >>83 [55] -2015-03-11 11:00:46 sendUrl INFO 83 [55] R:OK -2015-03-11 11:01:36 queue INFO >>83 [56] -2015-03-11 11:01:36 sendUrl INFO 83 [56] R:OK -2015-03-11 11:02:26 queue INFO >>83 [57] -2015-03-11 11:02:26 sendUrl INFO 83 [57] R:OK -2015-03-11 11:03:16 queue INFO >>83 [58] -2015-03-11 11:03:17 sendUrl INFO 83 [58] R:OK -2015-03-11 11:04:06 queue INFO >>83 [59] -2015-03-11 11:04:07 sendUrl INFO 83 [59] R:OK -2015-03-11 11:04:57 queue INFO >>83 [60] -2015-03-11 11:04:57 sendUrl INFO 83 [60] R:OK -2015-03-11 11:05:47 queue INFO >>83 [61] -2015-03-11 11:05:47 sendUrl INFO 83 [61] R:OK -2015-03-11 11:05:52 queue INFO 87 [62] -2015-03-11 11:05:52 queue INFO >87 [63] -2015-03-11 11:05:52 sendUrl INFO 87 [62] R:OK -2015-03-11 11:05:52 sendUrl INFO 87 [63] R:OK -2015-03-11 11:05:53 queue INFO 83 [64] -2015-03-11 11:05:53 sendUrl INFO 83 [64] R:OK -2015-03-11 11:05:53 queue INFO >83 [65] -2015-03-11 11:05:54 sendUrl INFO 83 [65] R:OK -2015-03-11 11:06:43 queue INFO >>83 [66] -2015-03-11 11:06:44 sendUrl INFO 83 [66] R:OK -2015-03-11 11:07:33 queue INFO >>83 [67] -2015-03-11 11:07:34 sendUrl INFO 83 [67] R:OK -2015-03-11 11:08:24 queue INFO >>83 [68] -2015-03-11 11:08:24 sendUrl INFO 83 [68] R:OK -2015-03-11 11:09:14 queue INFO >>83 [69] -2015-03-11 11:09:14 sendUrl INFO 83 [69] R:OK -2015-03-11 11:10:04 queue INFO >>83 [70] -2015-03-11 11:10:04 sendUrl INFO 83 [70] R:OK -2015-03-11 11:10:54 queue INFO >>83 [71] -2015-03-11 11:10:54 sendUrl INFO 83 [71] R:OK -2015-03-11 11:11:44 queue INFO >>83 [72] -2015-03-11 11:11:45 sendUrl INFO 83 [72] R:OK -2015-03-11 11:12:34 queue INFO >>83 [73] -2015-03-11 11:12:35 sendUrl INFO 83 [73] R:OK -2015-03-11 11:13:25 queue INFO >>83 [74] -2015-03-11 11:13:25 sendUrl INFO 83 [74] R:OK -2015-03-11 11:13:26 queue INFO 87 [75] -2015-03-11 11:13:26 queue INFO >87 [76] -2015-03-11 11:13:26 sendUrl INFO 87 [75] R:OK -2015-03-11 11:13:27 sendUrl INFO 87 [76] R:OK -2015-03-11 11:13:28 queue INFO 83 [77] -2015-03-11 11:13:28 queue INFO >83 [78] -2015-03-11 11:13:28 sendUrl INFO 83 [77] R:OK -2015-03-11 11:13:28 sendUrl INFO 83 [78] R:OK -2015-03-11 11:14:18 queue INFO >>83 [79] -2015-03-11 11:14:18 sendUrl INFO 83 [79] R:OK -2015-03-11 11:15:08 queue INFO >>83 [80] -2015-03-11 11:15:08 sendUrl INFO 83 [80] R:OK -2015-03-11 11:15:58 queue INFO >>83 [81] -2015-03-11 11:15:58 sendUrl INFO 83 [81] R:OK -2015-03-11 11:16:48 queue INFO >>83 [82] -2015-03-11 11:16:49 sendUrl INFO 83 [82] R:OK -2015-03-11 11:17:38 queue INFO >>83 [83] -2015-03-11 11:17:38 sendUrl INFO 83 [83] R:OK -2015-03-11 11:18:28 queue INFO >>83 [84] -2015-03-11 11:18:29 sendUrl INFO 83 [84] R:OK -2015-03-11 11:19:19 queue INFO >>83 [85] -2015-03-11 11:19:19 sendUrl INFO 83 [85] R:OK -2015-03-11 11:20:09 queue INFO >>83 [86] -2015-03-11 11:20:09 sendUrl INFO 83 [86] R:OK -2015-03-11 11:20:59 queue INFO >>83 [87] -2015-03-11 11:20:59 sendUrl INFO 83 [87] R:OK -2015-03-11 11:21:00 queue INFO 87 [88] -2015-03-11 11:21:00 sendUrl INFO 87 [88] R:OK -2015-03-11 11:21:00 queue INFO >87 [89] -2015-03-11 11:21:01 sendUrl INFO 87 [89] R:OK -2015-03-11 11:21:02 queue INFO 83 [90] -2015-03-11 11:21:02 queue INFO >83 [91] -2015-03-11 11:21:02 sendUrl INFO 83 [90] R:OK -2015-03-11 11:21:03 sendUrl INFO 83 [91] R:OK -2015-03-11 11:21:52 queue INFO >>83 [92] -2015-03-11 11:21:52 sendUrl INFO 83 [92] R:OK -2015-03-11 11:22:42 queue INFO >>83 [93] -2015-03-11 11:22:42 sendUrl INFO 83 [93] R:OK -2015-03-11 11:23:32 queue INFO >>83 [94] -2015-03-11 11:23:32 sendUrl INFO 83 [94] R:OK -2015-03-11 11:24:22 queue INFO >>83 [95] -2015-03-11 11:24:23 sendUrl INFO 83 [95] R:OK -2015-03-11 11:25:12 queue INFO >>83 [96] -2015-03-11 11:25:13 sendUrl INFO 83 [96] R:OK -2015-03-11 11:26:03 queue INFO >>83 [97] -2015-03-11 11:26:03 sendUrl INFO 83 [97] R:OK -2015-03-11 11:26:53 queue INFO >>83 [98] -2015-03-11 11:26:53 sendUrl INFO 83 [98] R:OK -2015-03-11 11:27:43 queue INFO >>83 [99] -2015-03-11 11:27:43 sendUrl INFO 83 [99] R:OK -2015-03-11 11:28:33 queue INFO >>83 [100] -2015-03-11 11:28:33 sendUrl INFO 83 [100] R:OK -2015-03-11 11:28:34 queue INFO 87 [101] -2015-03-11 11:28:35 queue INFO >87 [102] -2015-03-11 11:28:35 sendUrl INFO 87 [101] R:OK -2015-03-11 11:28:35 sendUrl INFO 87 [102] R:OK -2015-03-11 11:28:36 queue INFO 83 [103] -2015-03-11 11:28:36 queue INFO >83 [104] -2015-03-11 11:28:36 sendUrl INFO 83 [103] R:OK -2015-03-11 11:28:37 sendUrl INFO 83 [104] R:OK -2015-03-11 11:29:26 queue INFO >>83 [105] -2015-03-11 11:29:27 sendUrl INFO 83 [105] R:OK -2015-03-11 11:30:16 queue INFO >>83 [106] -2015-03-11 11:30:16 sendUrl INFO 83 [106] R:OK -2015-03-11 11:31:06 queue INFO >>83 [107] -2015-03-11 11:31:07 sendUrl INFO 83 [107] R:OK -2015-03-11 11:31:57 queue INFO >>83 [108] -2015-03-11 11:31:57 sendUrl INFO 83 [108] R:OK -2015-03-11 11:32:47 queue INFO >>83 [109] -2015-03-11 11:32:47 sendUrl INFO 83 [109] R:OK -2015-03-11 11:33:37 queue INFO >>83 [110] -2015-03-11 11:33:37 sendUrl INFO 83 [110] R:OK -2015-03-11 11:34:27 queue INFO >>83 [111] -2015-03-11 11:34:27 sendUrl INFO 83 [111] R:OK -2015-03-11 11:35:17 queue INFO >>83 [112] -2015-03-11 11:35:17 sendUrl INFO 83 [112] R:OK -2015-03-11 11:36:07 queue INFO >>83 [113] -2015-03-11 11:36:08 sendUrl INFO 83 [113] R:OK -2015-03-11 11:36:20 queue INFO C7 [114] -2015-03-11 11:36:20 queue INFO >C7 [115] -2015-03-11 11:36:20 sendUrl INFO C7 [114] R:OK -2015-03-11 11:36:21 sendUrl INFO C7 [115] R:OK -2015-03-11 11:36:22 queue INFO C3 [116] -2015-03-11 11:36:22 sendUrl INFO C3 [116] R:OK -2015-03-11 11:36:22 queue INFO >C3 [117] -2015-03-11 11:36:22 sendUrl INFO C3 [117] R:OK -2015-03-11 11:37:12 queue INFO >>C3 [118] -2015-03-11 11:37:12 sendUrl INFO C3 [118] R:OK -2015-03-11 11:38:02 queue INFO >>C3 [119] -2015-03-11 11:38:03 sendUrl INFO C3 [119] R:OK -2015-03-11 11:38:52 queue INFO >>C3 [120] -2015-03-11 11:38:52 sendUrl INFO C3 [120] R:OK -2015-03-11 11:39:42 queue INFO >>C3 [121] -2015-03-11 11:39:43 sendUrl INFO C3 [121] R:OK -2015-03-11 11:40:33 queue INFO >>C3 [122] -2015-03-11 11:40:33 sendUrl INFO C3 [122] R:OK -2015-03-11 11:41:23 queue INFO >>C3 [123] -2015-03-11 11:41:23 sendUrl INFO C3 [123] R:OK -2015-03-11 11:42:13 queue INFO >>C3 [124] -2015-03-11 11:42:13 sendUrl INFO C3 [124] R:OK -2015-03-11 11:43:03 queue INFO >>C3 [125] -2015-03-11 11:43:04 sendUrl INFO C3 [125] R:OK -2015-03-11 11:43:53 queue INFO >>C3 [126] -2015-03-11 11:43:53 sendUrl INFO C3 [126] R:OK -2015-03-11 11:43:54 queue INFO 83 [127] -2015-03-11 11:43:54 queue INFO >83 [128] -2015-03-11 11:43:54 sendUrl INFO 83 [127] R:OK -2015-03-11 11:43:54 queue INFO 87 [129] -2015-03-11 11:43:54 sendUrl INFO 83 [128] R:OK -2015-03-11 11:43:55 queue INFO >87 [130] -2015-03-11 11:43:55 sendUrl INFO 87 [129] R:OK -2015-03-11 11:43:55 sendUrl INFO 87 [130] R:OK -2015-03-11 11:43:56 queue INFO 83 [131] -2015-03-11 11:43:56 queue INFO >83 [132] -2015-03-11 11:43:56 sendUrl INFO 83 [131] R:OK -2015-03-11 11:43:57 sendUrl INFO 83 [132] R:OK -2015-03-11 11:44:46 queue INFO >>83 [133] -2015-03-11 11:44:46 sendUrl INFO 83 [133] R:OK -2015-03-11 11:45:36 queue INFO >>83 [134] -2015-03-11 11:45:37 sendUrl INFO 83 [134] R:OK -2015-03-11 11:46:26 queue INFO >>83 [135] -2015-03-11 11:46:27 sendUrl INFO 83 [135] R:OK -2015-03-11 11:47:17 queue INFO >>83 [136] -2015-03-11 11:47:17 sendUrl INFO 83 [136] R:OK -2015-03-11 11:48:07 queue INFO >>83 [137] -2015-03-11 11:48:07 sendUrl INFO 83 [137] R:OK -2015-03-11 11:48:57 queue INFO >>83 [138] -2015-03-11 11:48:57 sendUrl INFO 83 [138] R:OK -2015-03-11 11:49:47 queue INFO >>83 [139] -2015-03-11 11:49:47 sendUrl INFO 83 [139] R:OK -2015-03-11 11:50:37 queue INFO >>83 [140] -2015-03-11 11:50:38 sendUrl INFO 83 [140] R:OK -2015-03-11 11:51:27 queue INFO >>83 [141] -2015-03-11 11:51:28 sendUrl INFO 83 [141] R:OK -2015-03-11 11:51:32 queue INFO 81 [142] -2015-03-11 11:51:32 queue INFO >81 [143] -2015-03-11 11:51:32 sendUrl INFO 81 [142] R:OK -2015-03-11 11:51:32 sendUrl INFO 81 [143] R:OK -2015-03-11 11:51:50 queue INFO 83 [144] -2015-03-11 11:51:50 queue INFO >83 [145] -2015-03-11 11:51:51 sendUrl INFO 83 [144] R:OK -2015-03-11 11:51:51 sendUrl INFO 83 [145] R:OK -2015-03-11 11:52:25 queue INFO 87 [146] -2015-03-11 11:52:25 queue INFO >87 [147] -2015-03-11 11:52:25 sendUrl INFO 87 [146] R:OK -2015-03-11 11:52:26 sendUrl INFO 87 [147] R:OK -2015-03-11 11:52:27 queue INFO 83 [148] -2015-03-11 11:52:27 queue INFO >83 [149] -2015-03-11 11:52:27 sendUrl INFO 83 [148] R:OK -2015-03-11 11:52:28 sendUrl INFO 83 [149] R:OK -2015-03-11 11:53:17 queue INFO >>83 [150] -2015-03-11 11:53:17 sendUrl INFO 83 [150] R:OK -2015-03-11 11:54:07 queue INFO >>83 [151] -2015-03-11 11:54:07 sendUrl INFO 83 [151] R:OK -2015-03-11 11:54:57 queue INFO >>83 [152] -2015-03-11 11:54:57 sendUrl INFO 83 [152] R:OK -2015-03-11 11:55:47 queue INFO >>83 [153] -2015-03-11 11:55:48 sendUrl INFO 83 [153] R:OK -2015-03-11 11:56:37 queue INFO >>83 [154] -2015-03-11 11:56:38 sendUrl INFO 83 [154] R:OK -2015-03-11 11:57:28 queue INFO >>83 [155] -2015-03-11 11:57:28 sendUrl INFO 83 [155] R:OK -2015-03-11 11:58:18 queue INFO >>83 [156] -2015-03-11 11:58:18 sendUrl INFO 83 [156] R:OK -2015-03-11 11:59:08 queue INFO >>83 [157] -2015-03-11 11:59:08 sendUrl INFO 83 [157] R:OK -2015-03-11 11:59:58 queue INFO >>83 [158] -2015-03-11 11:59:58 sendUrl INFO 83 [158] R:OK -2015-03-11 11:59:59 queue INFO 87 [159] -2015-03-11 11:59:59 queue INFO >87 [160] -2015-03-11 12:00:00 sendUrl INFO 87 [159] R:OK -2015-03-11 12:00:00 sendUrl INFO 87 [160] R:OK -2015-03-11 12:00:01 queue INFO 83 [161] -2015-03-11 12:00:01 queue INFO >83 [162] -2015-03-11 12:00:01 sendUrl INFO 83 [161] R:OK -2015-03-11 12:00:02 sendUrl INFO 83 [162] R:OK -2015-03-11 12:00:51 queue INFO >>83 [163] -2015-03-11 12:00:52 sendUrl INFO 83 [163] R:OK -2015-03-11 12:01:41 queue INFO >>83 [164] -2015-03-11 12:01:41 sendUrl INFO 83 [164] R:OK -2015-03-11 12:02:31 queue INFO >>83 [165] -2015-03-11 12:02:32 sendUrl INFO 83 [165] R:OK -2015-03-11 12:03:21 queue INFO >>83 [166] -2015-03-11 12:03:22 sendUrl INFO 83 [166] R:OK -2015-03-11 12:04:12 queue INFO >>83 [167] -2015-03-11 12:04:12 sendUrl INFO 83 [167] R:OK -2015-03-11 12:05:02 queue INFO >>83 [168] -2015-03-11 12:05:02 sendUrl INFO 83 [168] R:OK -2015-03-11 12:05:52 queue INFO >>83 [169] -2015-03-11 12:05:52 sendUrl INFO 83 [169] R:OK -2015-03-11 12:06:42 queue INFO >>83 [170] -2015-03-11 12:06:42 sendUrl INFO 83 [170] R:OK -2015-03-11 12:07:32 queue INFO >>83 [171] -2015-03-11 12:07:33 sendUrl INFO 83 [171] R:OK -2015-03-11 12:07:33 queue INFO 87 [172] -2015-03-11 12:07:34 queue INFO >87 [173] -2015-03-11 12:07:34 sendUrl INFO 87 [172] R:OK -2015-03-11 12:07:34 sendUrl INFO 87 [173] R:OK -2015-03-11 12:07:35 queue INFO 83 [174] -2015-03-11 12:07:35 queue INFO >83 [175] -2015-03-11 12:07:36 sendUrl INFO 83 [174] R:OK -2015-03-11 12:07:36 sendUrl INFO 83 [175] R:OK -2015-03-11 12:08:25 queue INFO >>83 [176] -2015-03-11 12:08:26 sendUrl INFO 83 [176] R:OK -2015-03-11 12:09:16 queue INFO >>83 [177] -2015-03-11 12:09:16 sendUrl INFO 83 [177] R:OK -2015-03-11 12:10:06 queue INFO >>83 [178] -2015-03-11 12:10:06 sendUrl INFO 83 [178] R:OK -2015-03-11 12:10:56 queue INFO >>83 [179] -2015-03-11 12:10:56 sendUrl INFO 83 [179] R:OK -2015-03-11 12:11:46 queue INFO >>83 [180] -2015-03-11 12:11:46 sendUrl INFO 83 [180] R:OK -2015-03-11 12:12:36 queue INFO >>83 [181] -2015-03-11 12:12:37 sendUrl INFO 83 [181] R:OK -2015-03-11 12:13:26 queue INFO >>83 [182] -2015-03-11 12:13:27 sendUrl INFO 83 [182] R:OK -2015-03-11 12:14:17 queue INFO >>83 [183] -2015-03-11 12:14:17 sendUrl INFO 83 [183] R:OK -2015-03-11 12:15:07 queue INFO >>83 [184] -2015-03-11 12:15:07 sendUrl INFO 83 [184] R:OK -2015-03-11 12:15:08 queue INFO 87 [185] -2015-03-11 12:15:08 queue INFO >87 [186] -2015-03-11 12:15:08 sendUrl INFO 87 [185] R:OK -2015-03-11 12:15:09 sendUrl INFO 87 [186] R:OK -2015-03-11 12:15:09 queue INFO 83 [187] -2015-03-11 12:15:10 queue INFO >83 [188] -2015-03-11 12:15:10 sendUrl INFO 83 [187] R:OK -2015-03-11 12:15:10 sendUrl INFO 83 [188] R:OK -2015-03-11 12:16:00 queue INFO >>83 [189] -2015-03-11 12:16:00 sendUrl INFO 83 [189] R:OK -2015-03-11 12:16:50 queue INFO >>83 [190] -2015-03-11 12:16:50 sendUrl INFO 83 [190] R:OK -2015-03-11 12:17:40 queue INFO >>83 [191] -2015-03-11 12:17:40 sendUrl INFO 83 [191] R:OK -2015-03-11 12:18:30 queue INFO >>83 [192] -2015-03-11 12:18:31 sendUrl INFO 83 [192] R:OK -2015-03-11 12:19:20 queue INFO >>83 [193] -2015-03-11 12:19:20 sendUrl INFO 83 [193] R:OK -2015-03-11 12:20:10 queue INFO >>83 [194] -2015-03-11 12:20:11 sendUrl INFO 83 [194] R:OK -2015-03-11 12:21:01 queue INFO >>83 [195] -2015-03-11 12:21:01 sendUrl INFO 83 [195] R:OK -2015-03-11 12:21:51 queue INFO >>83 [196] -2015-03-11 12:21:51 sendUrl INFO 83 [196] R:OK -2015-03-11 12:22:41 queue INFO >>83 [197] -2015-03-11 12:22:41 sendUrl INFO 83 [197] R:OK -2015-03-11 12:22:42 queue INFO C7 [198] -2015-03-11 12:22:42 queue INFO >C7 [199] -2015-03-11 12:22:42 sendUrl INFO C7 [198] R:OK -2015-03-11 12:22:43 sendUrl INFO C7 [199] R:OK -2015-03-11 12:22:44 queue INFO C3 [200] -2015-03-11 12:22:44 sendUrl INFO C3 [200] R:OK -2015-03-11 12:22:44 queue INFO >C3 [201] -2015-03-11 12:22:44 sendUrl INFO C3 [201] R:OK -2015-03-11 12:23:34 queue INFO >>C3 [202] -2015-03-11 12:23:34 sendUrl INFO C3 [202] R:OK -2015-03-11 12:24:24 queue INFO >>C3 [203] -2015-03-11 12:24:24 sendUrl INFO C3 [203] R:OK -2015-03-11 12:25:14 queue INFO >>C3 [204] -2015-03-11 12:25:14 sendUrl INFO C3 [204] R:OK -2015-03-11 12:26:04 queue INFO >>C3 [205] -2015-03-11 12:26:05 sendUrl INFO C3 [205] R:OK -2015-03-11 12:26:54 queue INFO >>C3 [206] -2015-03-11 12:26:54 sendUrl INFO C3 [206] R:OK -2015-03-11 12:27:44 queue INFO >>C3 [207] -2015-03-11 12:27:45 sendUrl INFO C3 [207] R:OK -2015-03-11 12:28:35 queue INFO >>C3 [208] -2015-03-11 12:28:35 sendUrl INFO C3 [208] R:OK -2015-03-11 12:29:25 queue INFO >>C3 [209] -2015-03-11 12:29:25 sendUrl INFO C3 [209] R:OK -2015-03-11 12:30:15 queue INFO >>C3 [210] -2015-03-11 12:30:15 sendUrl INFO C3 [210] R:OK -2015-03-11 12:30:27 queue INFO 83 [211] -2015-03-11 12:30:27 queue INFO >83 [212] -2015-03-11 12:30:27 sendUrl INFO 83 [211] R:OK -2015-03-11 12:30:28 sendUrl INFO 83 [212] R:OK -2015-03-11 12:30:28 queue INFO 87 [213] -2015-03-11 12:30:28 queue INFO >87 [214] -2015-03-11 12:30:28 sendUrl INFO 87 [213] R:OK -2015-03-11 12:30:29 sendUrl INFO 87 [214] R:OK -2015-03-11 12:30:29 queue INFO 83 [215] -2015-03-11 12:30:30 queue INFO >83 [216] -2015-03-11 12:30:30 sendUrl INFO 83 [215] R:OK -2015-03-11 12:30:30 sendUrl INFO 83 [216] R:OK -2015-03-11 12:31:20 queue INFO >>83 [217] -2015-03-11 12:31:20 sendUrl INFO 83 [217] R:OK -2015-03-11 12:32:10 queue INFO >>83 [218] -2015-03-11 12:32:10 sendUrl INFO 83 [218] R:OK -2015-03-11 12:33:00 queue INFO >>83 [219] -2015-03-11 12:33:00 sendUrl INFO 83 [219] R:OK -2015-03-11 12:33:50 queue INFO >>83 [220] -2015-03-11 12:33:51 sendUrl INFO 83 [220] R:OK -2015-03-11 12:34:40 queue INFO >>83 [221] -2015-03-11 12:34:40 sendUrl INFO 83 [221] R:OK -2015-03-11 12:35:30 queue INFO >>83 [222] -2015-03-11 12:35:31 sendUrl INFO 83 [222] R:OK -2015-03-11 12:36:21 queue INFO >>83 [223] -2015-03-11 12:36:21 sendUrl INFO 83 [223] R:OK -2015-03-11 12:37:11 queue INFO >>83 [224] -2015-03-11 12:37:11 sendUrl INFO 83 [224] R:OK -2015-03-11 12:38:01 queue INFO >>83 [225] -2015-03-11 12:38:01 sendUrl INFO 83 [225] R:OK -2015-03-11 12:38:06 queue INFO 87 [226] -2015-03-11 12:38:06 queue INFO >87 [227] -2015-03-11 12:38:06 sendUrl INFO 87 [226] R:OK -2015-03-11 12:38:07 sendUrl INFO 87 [227] R:OK -2015-03-11 12:38:07 queue INFO 83 [228] -2015-03-11 12:38:08 queue INFO >83 [229] -2015-03-11 12:38:08 sendUrl INFO 83 [228] R:OK -2015-03-11 12:38:08 sendUrl INFO 83 [229] R:OK -2015-03-11 12:38:57 queue INFO >>83 [230] -2015-03-11 12:38:58 sendUrl INFO 83 [230] R:OK -2015-03-11 12:39:48 queue INFO >>83 [231] -2015-03-11 12:39:48 sendUrl INFO 83 [231] R:OK -2015-03-11 12:40:38 queue INFO >>83 [232] -2015-03-11 12:40:38 sendUrl INFO 83 [232] R:OK -2015-03-11 12:41:28 queue INFO >>83 [233] -2015-03-11 12:41:28 sendUrl INFO 83 [233] R:OK -2015-03-11 12:42:18 queue INFO >>83 [234] -2015-03-11 12:42:18 sendUrl INFO 83 [234] R:OK -2015-03-11 12:43:08 queue INFO >>83 [235] -2015-03-11 12:43:08 sendUrl INFO 83 [235] R:OK -2015-03-11 12:43:58 queue INFO >>83 [236] -2015-03-11 12:43:59 sendUrl INFO 83 [236] R:OK -2015-03-11 12:44:49 queue INFO >>83 [237] -2015-03-11 12:44:49 sendUrl INFO 83 [237] R:OK -2015-03-11 12:45:39 queue INFO >>83 [238] -2015-03-11 12:45:39 sendUrl INFO 83 [238] R:OK -2015-03-11 12:45:40 queue INFO 87 [239] -2015-03-11 12:45:40 queue INFO >87 [240] -2015-03-11 12:45:40 sendUrl INFO 87 [239] R:OK -2015-03-11 12:45:41 sendUrl INFO 87 [240] R:OK -2015-03-11 12:45:41 queue INFO 83 [241] -2015-03-11 12:45:42 queue INFO >83 [242] -2015-03-11 12:45:42 sendUrl INFO 83 [241] R:OK -2015-03-11 12:45:42 sendUrl INFO 83 [242] R:OK -2015-03-11 12:46:32 queue INFO >>83 [243] -2015-03-11 12:46:32 sendUrl INFO 83 [243] R:OK -2015-03-11 12:47:22 queue INFO >>83 [244] -2015-03-11 12:47:22 sendUrl INFO 83 [244] R:OK -2015-03-11 12:48:12 queue INFO >>83 [245] -2015-03-11 12:48:12 sendUrl INFO 83 [245] R:OK -2015-03-11 12:49:02 queue INFO >>83 [246] -2015-03-11 12:49:02 sendUrl INFO 83 [246] R:OK -2015-03-11 12:49:52 queue INFO >>83 [247] -2015-03-11 12:49:53 sendUrl INFO 83 [247] R:OK -2015-03-11 12:50:42 queue INFO >>83 [248] -2015-03-11 12:50:43 sendUrl INFO 83 [248] R:OK -2015-03-11 12:51:33 queue INFO >>83 [249] -2015-03-11 12:51:33 sendUrl INFO 83 [249] R:OK -2015-03-11 12:52:23 queue INFO >>83 [250] -2015-03-11 12:52:23 sendUrl INFO 83 [250] R:OK -2015-03-11 12:53:13 queue INFO >>83 [251] -2015-03-11 12:53:13 sendUrl INFO 83 [251] R:OK -2015-03-11 12:53:14 queue INFO 87 [252] -2015-03-11 12:53:14 queue INFO >87 [253] -2015-03-11 12:53:15 sendUrl INFO 87 [252] R:OK -2015-03-11 12:53:15 sendUrl INFO 87 [253] R:OK -2015-03-11 12:53:16 queue INFO 83 [254] -2015-03-11 12:53:16 queue INFO >83 [255] -2015-03-11 12:53:16 sendUrl INFO 83 [254] R:OK -2015-03-11 12:53:17 sendUrl INFO 83 [255] R:OK -2015-03-11 12:54:06 queue INFO >>83 [256] -2015-03-11 12:54:06 sendUrl INFO 83 [256] R:OK -2015-03-11 12:54:56 queue INFO >>83 [257] -2015-03-11 12:54:56 sendUrl INFO 83 [257] R:OK -2015-03-11 12:55:46 queue INFO >>83 [258] -2015-03-11 12:55:47 sendUrl INFO 83 [258] R:OK -2015-03-11 12:56:36 queue INFO >>83 [259] -2015-03-11 12:56:37 sendUrl INFO 83 [259] R:OK -2015-03-11 12:57:27 queue INFO >>83 [260] -2015-03-11 12:57:27 sendUrl INFO 83 [260] R:OK -2015-03-11 12:58:17 queue INFO >>83 [261] -2015-03-11 12:58:17 sendUrl INFO 83 [261] R:OK -2015-03-11 12:59:07 queue INFO >>83 [262] -2015-03-11 12:59:07 sendUrl INFO 83 [262] R:OK -2015-03-11 12:59:57 queue INFO >>83 [263] -2015-03-11 12:59:57 sendUrl INFO 83 [263] R:OK -2015-03-11 13:00:47 queue INFO >>83 [264] -2015-03-11 13:00:48 sendUrl INFO 83 [264] R:OK -2015-03-11 13:00:48 queue INFO 87 [265] -2015-03-11 13:00:49 queue INFO >87 [266] -2015-03-11 13:00:49 sendUrl INFO 87 [265] R:OK -2015-03-11 13:00:49 sendUrl INFO 87 [266] R:OK -2015-03-11 13:00:50 queue INFO 83 [267] -2015-03-11 13:00:50 queue INFO >83 [268] -2015-03-11 13:00:50 sendUrl INFO 83 [267] R:OK -2015-03-11 13:00:51 sendUrl INFO 83 [268] R:OK -2015-03-11 13:01:40 queue INFO >>83 [269] -2015-03-11 13:01:41 sendUrl INFO 83 [269] R:OK -2015-03-11 13:02:30 queue INFO >>83 [270] -2015-03-11 13:02:31 sendUrl INFO 83 [270] R:OK -2015-03-11 13:03:20 queue INFO >>83 [271] -2015-03-11 13:03:21 sendUrl INFO 83 [271] R:OK -2015-03-11 13:04:11 queue INFO >>83 [272] -2015-03-11 13:04:11 sendUrl INFO 83 [272] R:OK -2015-03-11 13:05:01 queue INFO >>83 [273] -2015-03-11 13:05:01 sendUrl INFO 83 [273] R:OK -2015-03-11 13:05:51 queue INFO >>83 [274] -2015-03-11 13:05:51 sendUrl INFO 83 [274] R:OK -2015-03-11 13:06:41 queue INFO >>83 [275] -2015-03-11 13:06:41 sendUrl INFO 83 [275] R:OK -2015-03-11 13:07:31 queue INFO >>83 [276] -2015-03-11 13:07:31 sendUrl INFO 83 [276] R:OK -2015-03-11 13:08:21 queue INFO >>83 [277] -2015-03-11 13:08:21 sendUrl INFO 83 [277] R:OK -2015-03-11 13:08:34 queue INFO C7 [278] -2015-03-11 13:08:34 sendUrl INFO C7 [278] R:OK -2015-03-11 13:08:34 queue INFO >C7 [279] -2015-03-11 13:08:35 sendUrl INFO C7 [279] R:OK -2015-03-11 13:08:36 queue INFO C3 [280] -2015-03-11 13:08:36 queue INFO >C3 [281] -2015-03-11 13:08:36 sendUrl INFO C3 [280] R:OK -2015-03-11 13:08:37 sendUrl INFO C3 [281] R:OK -2015-03-11 13:09:26 queue INFO >>C3 [282] -2015-03-11 13:09:26 sendUrl INFO C3 [282] R:OK -2015-03-11 13:10:16 queue INFO >>C3 [283] -2015-03-11 13:10:17 sendUrl INFO C3 [283] R:OK -2015-03-11 13:11:06 queue INFO >>C3 [284] -2015-03-11 13:11:07 sendUrl INFO C3 [284] R:OK -2015-03-11 13:11:56 queue INFO >>C3 [285] -2015-03-11 13:11:57 sendUrl INFO C3 [285] R:OK -2015-03-11 13:12:47 queue INFO >>C3 [286] -2015-03-11 13:12:47 sendUrl INFO C3 [286] R:OK -2015-03-11 13:13:37 queue INFO >>C3 [287] -2015-03-11 13:13:37 sendUrl INFO C3 [287] R:OK -2015-03-11 13:14:27 queue INFO >>C3 [288] -2015-03-11 13:14:27 sendUrl INFO C3 [288] R:OK -2015-03-11 13:15:17 queue INFO >>C3 [289] -2015-03-11 13:15:18 sendUrl INFO C3 [289] R:OK -2015-03-11 13:16:07 queue INFO >>C3 [290] -2015-03-11 13:16:07 sendUrl INFO C3 [290] R:OK -2015-03-11 13:16:08 queue INFO 83 [291] -2015-03-11 13:16:08 queue INFO >83 [292] -2015-03-11 13:16:08 sendUrl INFO 83 [291] R:OK -2015-03-11 13:16:08 sendUrl INFO 83 [292] R:OK -2015-03-11 13:16:08 queue INFO 87 [293] -2015-03-11 13:16:09 queue INFO >87 [294] -2015-03-11 13:16:09 sendUrl INFO 87 [293] R:OK -2015-03-11 13:16:09 sendUrl INFO 87 [294] R:OK -2015-03-11 13:16:10 queue INFO 83 [295] -2015-03-11 13:16:10 queue INFO >83 [296] -2015-03-11 13:16:10 sendUrl INFO 83 [295] R:OK -2015-03-11 13:16:11 sendUrl INFO 83 [296] R:OK -2015-03-11 13:17:00 queue INFO >>83 [297] -2015-03-11 13:17:01 sendUrl INFO 83 [297] R:OK -2015-03-11 13:17:50 queue INFO >>83 [298] -2015-03-11 13:17:51 sendUrl INFO 83 [298] R:OK -2015-03-11 13:18:41 queue INFO >>83 [299] -2015-03-11 13:18:41 sendUrl INFO 83 [299] R:OK -2015-03-11 13:19:31 queue INFO >>83 [300] -2015-03-11 13:19:31 sendUrl INFO 83 [300] R:OK -2015-03-11 13:20:21 queue INFO >>83 [301] -2015-03-11 13:20:21 sendUrl INFO 83 [301] R:OK -2015-03-11 13:21:11 queue INFO >>83 [302] -2015-03-11 13:21:11 sendUrl INFO 83 [302] R:OK -2015-03-11 13:22:01 queue INFO >>83 [303] -2015-03-11 13:22:01 sendUrl INFO 83 [303] R:OK -2015-03-11 13:22:51 queue INFO >>83 [304] -2015-03-11 13:22:52 sendUrl INFO 83 [304] R:OK -2015-03-11 13:23:41 queue INFO >>83 [305] -2015-03-11 13:23:42 sendUrl INFO 83 [305] R:OK -2015-03-11 13:23:46 queue INFO 87 [306] -2015-03-11 13:23:46 queue INFO >87 [307] -2015-03-11 13:23:46 sendUrl INFO 87 [306] R:OK -2015-03-11 13:23:47 sendUrl INFO 87 [307] R:OK -2015-03-11 13:23:48 queue INFO 83 [308] -2015-03-11 13:23:48 queue INFO >83 [309] -2015-03-11 13:23:48 sendUrl INFO 83 [308] R:OK -2015-03-11 13:23:49 sendUrl INFO 83 [309] R:OK -2015-03-11 13:24:38 queue INFO >>83 [310] -2015-03-11 13:24:38 sendUrl INFO 83 [310] R:OK -2015-03-11 13:25:28 queue INFO >>83 [311] -2015-03-11 13:25:29 sendUrl INFO 83 [311] R:OK -2015-03-11 13:26:18 queue INFO >>83 [312] -2015-03-11 13:26:18 sendUrl INFO 83 [312] R:OK -2015-03-11 13:27:08 queue INFO >>83 [313] -2015-03-11 13:27:09 sendUrl INFO 83 [313] R:OK -2015-03-11 13:27:59 queue INFO >>83 [314] -2015-03-11 13:27:59 sendUrl INFO 83 [314] R:OK -2015-03-11 13:28:49 queue INFO >>83 [315] -2015-03-11 13:28:49 sendUrl INFO 83 [315] R:OK -2015-03-11 13:29:39 queue INFO >>83 [316] -2015-03-11 13:29:39 sendUrl INFO 83 [316] R:OK -2015-03-11 13:30:29 queue INFO >>83 [317] -2015-03-11 13:30:30 sendUrl INFO 83 [317] R:OK -2015-03-11 13:31:19 queue INFO >>83 [318] -2015-03-11 13:31:20 sendUrl INFO 83 [318] R:OK -2015-03-11 13:31:21 queue INFO 87 [319] -2015-03-11 13:31:21 queue INFO >87 [320] -2015-03-11 13:31:21 sendUrl INFO 87 [319] R:OK -2015-03-11 13:31:21 sendUrl INFO 87 [320] R:OK -2015-03-11 13:31:22 queue INFO 83 [321] -2015-03-11 13:31:22 queue INFO >83 [322] -2015-03-11 13:31:22 sendUrl INFO 83 [321] R:OK -2015-03-11 13:31:23 sendUrl INFO 83 [322] R:OK -2015-03-11 13:32:12 queue INFO >>83 [323] -2015-03-11 13:32:13 sendUrl INFO 83 [323] R:OK -2015-03-11 13:33:03 queue INFO >>83 [324] -2015-03-11 13:33:03 sendUrl INFO 83 [324] R:OK -2015-03-11 13:33:53 queue INFO >>83 [325] -2015-03-11 13:33:53 sendUrl INFO 83 [325] R:OK -2015-03-11 13:34:43 queue INFO >>83 [326] -2015-03-11 13:34:43 sendUrl INFO 83 [326] R:OK -2015-03-11 13:35:33 queue INFO >>83 [327] -2015-03-11 13:35:34 sendUrl INFO 83 [327] R:OK -2015-03-11 13:36:23 queue INFO >>83 [328] -2015-03-11 13:36:23 sendUrl INFO 83 [328] R:OK -2015-03-11 13:37:13 queue INFO >>83 [329] -2015-03-11 13:37:14 sendUrl INFO 83 [329] R:OK -2015-03-11 13:38:03 queue INFO >>83 [330] -2015-03-11 13:38:04 sendUrl INFO 83 [330] R:OK -2015-03-11 13:38:54 queue INFO >>83 [331] -2015-03-11 13:38:54 sendUrl INFO 83 [331] R:OK -2015-03-11 13:38:55 queue INFO 87 [332] -2015-03-11 13:38:55 queue INFO >87 [333] -2015-03-11 13:38:55 sendUrl INFO 87 [332] R:OK -2015-03-11 13:38:56 sendUrl INFO 87 [333] R:OK -2015-03-11 13:38:56 queue INFO 83 [334] -2015-03-11 13:38:57 queue INFO >83 [335] -2015-03-11 13:38:57 sendUrl INFO 83 [334] R:OK -2015-03-11 13:38:57 sendUrl INFO 83 [335] R:OK -2015-03-11 13:39:47 queue INFO >>83 [336] -2015-03-11 13:39:47 sendUrl INFO 83 [336] R:OK -2015-03-11 13:40:37 queue INFO >>83 [337] -2015-03-11 13:40:37 sendUrl INFO 83 [337] R:OK -2015-03-11 13:41:27 queue INFO >>83 [338] -2015-03-11 13:41:27 sendUrl INFO 83 [338] R:OK -2015-03-11 13:42:17 queue INFO >>83 [339] -2015-03-11 13:42:17 sendUrl INFO 83 [339] R:OK -2015-03-11 13:43:07 queue INFO >>83 [340] -2015-03-11 13:43:08 sendUrl INFO 83 [340] R:OK -2015-03-11 13:43:57 queue INFO >>83 [341] -2015-03-11 13:43:58 sendUrl INFO 83 [341] R:OK -2015-03-11 13:44:48 queue INFO >>83 [342] -2015-03-11 13:44:48 sendUrl INFO 83 [342] R:OK -2015-03-11 13:45:38 queue INFO >>83 [343] -2015-03-11 13:45:38 sendUrl INFO 83 [343] R:OK -2015-03-11 13:46:28 queue INFO >>83 [344] -2015-03-11 13:46:28 sendUrl INFO 83 [344] R:OK -2015-03-11 13:46:41 queue INFO 87 [345] -2015-03-11 13:46:41 queue INFO >87 [346] -2015-03-11 13:46:41 sendUrl INFO 87 [345] R:OK -2015-03-11 13:46:42 sendUrl INFO 87 [346] R:OK -2015-03-11 13:46:42 queue INFO 83 [347] -2015-03-11 13:46:42 queue INFO >83 [348] -2015-03-11 13:46:43 sendUrl INFO 83 [347] R:OK -2015-03-11 13:46:43 sendUrl INFO 83 [348] R:OK -2015-03-11 13:47:32 queue INFO >>83 [349] -2015-03-11 13:47:33 sendUrl INFO 83 [349] R:OK -2015-03-11 13:48:23 queue INFO >>83 [350] -2015-03-11 13:48:23 sendUrl INFO 83 [350] R:OK -2015-03-11 13:49:13 queue INFO >>83 [351] -2015-03-11 13:49:13 sendUrl INFO 83 [351] R:OK -2015-03-11 13:50:03 queue INFO >>83 [352] -2015-03-11 13:50:03 sendUrl INFO 83 [352] R:OK -2015-03-11 13:50:53 queue INFO >>83 [353] -2015-03-11 13:50:53 sendUrl INFO 83 [353] R:OK -2015-03-11 13:51:43 queue INFO >>83 [354] -2015-03-11 13:51:44 sendUrl INFO 83 [354] R:OK -2015-03-11 13:52:33 queue INFO >>83 [355] -2015-03-11 13:52:34 sendUrl INFO 83 [355] R:OK -2015-03-11 13:53:24 queue INFO >>83 [356] -2015-03-11 13:53:24 sendUrl INFO 83 [356] R:OK -2015-03-11 13:54:14 queue INFO >>83 [357] -2015-03-11 13:54:14 sendUrl INFO 83 [357] R:OK -2015-03-11 13:54:15 queue INFO C7 [358] -2015-03-11 13:54:15 sendUrl INFO C7 [358] R:OK -2015-03-11 13:54:15 queue INFO >C7 [359] -2015-03-11 13:54:16 sendUrl INFO C7 [359] R:OK -2015-03-11 13:54:16 queue INFO C3 [360] -2015-03-11 13:54:17 queue INFO >C3 [361] -2015-03-11 13:54:17 sendUrl INFO C3 [360] R:OK -2015-03-11 13:54:18 sendUrl INFO C3 [361] R:OK -2015-03-11 13:55:07 queue INFO >>C3 [362] -2015-03-11 13:55:07 sendUrl INFO C3 [362] R:OK -2015-03-11 13:55:57 queue INFO >>C3 [363] -2015-03-11 13:55:57 sendUrl INFO C3 [363] R:OK -2015-03-11 13:56:47 queue INFO >>C3 [364] -2015-03-11 13:56:47 sendUrl INFO C3 [364] R:OK -2015-03-11 13:57:37 queue INFO >>C3 [365] -2015-03-11 13:57:37 sendUrl INFO C3 [365] R:OK -2015-03-11 13:58:27 queue INFO >>C3 [366] -2015-03-11 13:58:28 sendUrl INFO C3 [366] R:OK -2015-03-11 13:59:17 queue INFO >>C3 [367] -2015-03-11 13:59:18 sendUrl INFO C3 [367] R:OK -2015-03-11 14:00:08 queue INFO >>C3 [368] -2015-03-11 14:00:08 sendUrl INFO C3 [368] R:OK -2015-03-11 14:00:58 queue INFO >>C3 [369] -2015-03-11 14:00:58 sendUrl INFO C3 [369] R:OK -2015-03-11 14:01:48 queue INFO >>C3 [370] -2015-03-11 14:01:48 sendUrl INFO C3 [370] R:OK -2015-03-11 14:01:48 queue INFO 83 [371] -2015-03-11 14:01:48 queue INFO >83 [372] -2015-03-11 14:01:49 sendUrl INFO 83 [371] R:OK -2015-03-11 14:01:49 sendUrl INFO 83 [372] R:OK -2015-03-11 14:01:49 queue INFO 87 [373] -2015-03-11 14:01:49 queue INFO >87 [374] -2015-03-11 14:01:50 sendUrl INFO 87 [373] R:OK -2015-03-11 14:01:50 sendUrl INFO 87 [374] R:OK -2015-03-11 14:01:51 queue INFO 83 [375] -2015-03-11 14:01:51 queue INFO >83 [376] -2015-03-11 14:01:51 sendUrl INFO 83 [375] R:OK -2015-03-11 14:01:52 sendUrl INFO 83 [376] R:OK -2015-03-11 14:02:41 queue INFO >>83 [377] -2015-03-11 14:02:41 sendUrl INFO 83 [377] R:OK -2015-03-11 14:03:31 queue INFO >>83 [378] -2015-03-11 14:03:31 sendUrl INFO 83 [378] R:OK -2015-03-11 14:03:53 queue INFO 81 [379] -2015-03-11 14:03:53 sendUrl INFO 81 [379] R:OK -2015-03-11 14:03:53 queue INFO >81 [380] -2015-03-11 14:03:54 sendUrl INFO 81 [380] R:OK -2015-03-11 14:04:07 queue INFO 83 [381] -2015-03-11 14:04:07 queue INFO >83 [382] -2015-03-11 14:04:07 sendUrl INFO 83 [381] R:OK -2015-03-11 14:04:07 sendUrl INFO 83 [382] R:OK -2015-03-11 14:04:57 queue INFO >>83 [383] -2015-03-11 14:04:57 sendUrl INFO 83 [383] R:OK -2015-03-11 14:05:47 queue INFO >>83 [384] -2015-03-11 14:05:47 sendUrl INFO 83 [384] R:OK -2015-03-11 14:06:37 queue INFO >>83 [385] -2015-03-11 14:06:37 sendUrl INFO 83 [385] R:OK -2015-03-11 14:07:27 queue INFO >>83 [386] -2015-03-11 14:07:28 sendUrl INFO 83 [386] R:OK -2015-03-11 14:08:17 queue INFO >>83 [387] -2015-03-11 14:08:18 sendUrl INFO 83 [387] R:OK -2015-03-11 14:09:08 queue INFO >>83 [388] -2015-03-11 14:09:08 sendUrl INFO 83 [388] R:OK -2015-03-11 14:09:27 queue INFO 87 [389] -2015-03-11 14:09:27 sendUrl INFO 87 [389] R:OK -2015-03-11 14:09:27 queue INFO >87 [390] -2015-03-11 14:09:28 sendUrl INFO 87 [390] R:OK -2015-03-11 14:09:28 queue INFO 83 [391] -2015-03-11 14:09:29 sendUrl INFO 83 [391] R:OK -2015-03-11 14:09:29 queue INFO >83 [392] -2015-03-11 14:09:29 sendUrl INFO 83 [392] R:OK -2015-03-11 14:10:19 queue INFO >>83 [393] -2015-03-11 14:10:19 sendUrl INFO 83 [393] R:OK -2015-03-11 14:11:09 queue INFO >>83 [394] -2015-03-11 14:11:09 sendUrl INFO 83 [394] R:OK -2015-03-11 14:11:59 queue INFO >>83 [395] -2015-03-11 14:11:59 sendUrl INFO 83 [395] R:OK -2015-03-11 14:12:49 queue INFO >>83 [396] -2015-03-11 14:12:49 sendUrl INFO 83 [396] R:OK -2015-03-11 14:13:39 queue INFO >>83 [397] -2015-03-11 14:13:40 sendUrl INFO 83 [397] R:OK -2015-03-11 14:14:29 queue INFO >>83 [398] -2015-03-11 14:14:30 sendUrl INFO 83 [398] R:OK -2015-03-11 14:15:20 queue INFO >>83 [399] -2015-03-11 14:15:20 sendUrl INFO 83 [399] R:OK -2015-03-11 14:16:10 queue INFO >>83 [400] -2015-03-11 14:16:10 sendUrl INFO 83 [400] R:OK -2015-03-11 14:17:00 queue INFO >>83 [401] -2015-03-11 14:17:00 sendUrl INFO 83 [401] R:OK -2015-03-11 14:17:01 queue INFO 87 [402] -2015-03-11 14:17:01 queue INFO >87 [403] -2015-03-11 14:17:02 sendUrl INFO 87 [402] R:OK -2015-03-11 14:17:02 sendUrl INFO 87 [403] R:OK -2015-03-11 14:17:03 queue INFO 83 [404] -2015-03-11 14:17:03 queue INFO >83 [405] -2015-03-11 14:17:03 sendUrl INFO 83 [404] R:OK -2015-03-11 14:17:04 sendUrl INFO 83 [405] R:OK -2015-03-11 14:17:53 queue INFO >>83 [406] -2015-03-11 14:17:53 sendUrl INFO 83 [406] R:OK -2015-03-11 14:18:43 queue INFO >>83 [407] -2015-03-11 14:18:44 sendUrl INFO 83 [407] R:OK -2015-03-11 14:19:33 queue INFO >>83 [408] -2015-03-11 14:19:34 sendUrl INFO 83 [408] R:OK -2015-03-11 14:20:23 queue INFO >>83 [409] -2015-03-11 14:20:24 sendUrl INFO 83 [409] R:OK -2015-03-11 14:21:14 queue INFO >>83 [410] -2015-03-11 14:21:14 sendUrl INFO 83 [410] R:OK -2015-03-11 14:22:04 queue INFO >>83 [411] -2015-03-11 14:22:04 sendUrl INFO 83 [411] R:OK -2015-03-11 14:22:54 queue INFO >>83 [412] -2015-03-11 14:22:54 sendUrl INFO 83 [412] R:OK -2015-03-11 14:23:44 queue INFO >>83 [413] -2015-03-11 14:23:44 sendUrl INFO 83 [413] R:OK -2015-03-11 14:24:34 queue INFO >>83 [414] -2015-03-11 14:24:35 sendUrl INFO 83 [414] R:OK -2015-03-11 14:24:47 queue INFO 87 [415] -2015-03-11 14:24:47 queue INFO >87 [416] -2015-03-11 14:24:48 sendUrl INFO 87 [415] R:OK -2015-03-11 14:24:48 sendUrl INFO 87 [416] R:OK -2015-03-11 14:24:49 queue INFO 83 [417] -2015-03-11 14:24:49 queue INFO >83 [418] -2015-03-11 14:24:49 sendUrl INFO 83 [417] R:OK -2015-03-11 14:24:50 sendUrl INFO 83 [418] R:OK -2015-03-11 14:25:39 queue INFO >>83 [419] -2015-03-11 14:25:39 sendUrl INFO 83 [419] R:OK -2015-03-11 14:26:29 queue INFO >>83 [420] -2015-03-11 14:26:29 sendUrl INFO 83 [420] R:OK -2015-03-11 14:27:19 queue INFO >>83 [421] -2015-03-11 14:27:20 sendUrl INFO 83 [421] R:OK -2015-03-11 14:28:09 queue INFO >>83 [422] -2015-03-11 14:28:09 sendUrl INFO 83 [422] R:OK -2015-03-11 14:28:59 queue INFO >>83 [423] -2015-03-11 14:29:00 sendUrl INFO 83 [423] R:OK -2015-03-11 14:29:50 queue INFO >>83 [424] -2015-03-11 14:29:50 sendUrl INFO 83 [424] R:OK -2015-03-11 14:30:40 queue INFO >>83 [425] -2015-03-11 14:30:40 sendUrl INFO 83 [425] R:OK -2015-03-11 14:31:30 queue INFO >>83 [426] -2015-03-11 14:31:30 sendUrl INFO 83 [426] R:OK -2015-03-11 14:32:20 queue INFO >>83 [427] -2015-03-11 14:32:21 sendUrl INFO 83 [427] R:OK -2015-03-11 14:32:21 queue INFO 87 [428] -2015-03-11 14:32:21 queue INFO >87 [429] -2015-03-11 14:32:22 sendUrl INFO 87 [428] R:OK -2015-03-11 14:32:22 sendUrl INFO 87 [429] R:OK -2015-03-11 14:32:23 queue INFO 83 [430] -2015-03-11 14:32:23 queue INFO >83 [431] -2015-03-11 14:32:23 sendUrl INFO 83 [430] R:OK -2015-03-11 14:32:24 sendUrl INFO 83 [431] R:OK -2015-03-11 14:33:13 queue INFO >>83 [432] -2015-03-11 14:33:13 sendUrl INFO 83 [432] R:OK -2015-03-11 14:34:03 queue INFO >>83 [433] -2015-03-11 14:34:03 sendUrl INFO 83 [433] R:OK -2015-03-11 14:34:53 queue INFO >>83 [434] -2015-03-11 14:34:54 sendUrl INFO 83 [434] R:OK -2015-03-11 14:35:43 queue INFO >>83 [435] -2015-03-11 14:35:44 sendUrl INFO 83 [435] R:OK -2015-03-11 14:36:34 queue INFO >>83 [436] -2015-03-11 14:36:34 sendUrl INFO 83 [436] R:OK -2015-03-11 14:37:24 queue INFO >>83 [437] -2015-03-11 14:37:24 sendUrl INFO 83 [437] R:OK -2015-03-11 14:38:14 queue INFO >>83 [438] -2015-03-11 14:38:14 sendUrl INFO 83 [438] R:OK -2015-03-11 14:39:04 queue INFO >>83 [439] -2015-03-11 14:39:04 sendUrl INFO 83 [439] R:OK -2015-03-11 14:39:54 queue INFO >>83 [440] -2015-03-11 14:39:55 sendUrl INFO 83 [440] R:OK -2015-03-11 14:39:55 queue INFO C7 [441] -2015-03-11 14:39:56 sendUrl INFO C7 [441] R:OK -2015-03-11 14:39:56 queue INFO >C7 [442] -2015-03-11 14:39:56 sendUrl INFO C7 [442] R:OK -2015-03-11 14:39:57 queue INFO C3 [443] -2015-03-11 14:39:57 queue INFO >C3 [444] -2015-03-11 14:39:58 sendUrl INFO C3 [443] R:OK -2015-03-11 14:39:58 sendUrl INFO C3 [444] R:OK -2015-03-11 14:40:47 queue INFO >>C3 [445] -2015-03-11 14:40:47 sendUrl INFO C3 [445] R:OK -2015-03-11 14:41:37 queue INFO >>C3 [446] -2015-03-11 14:41:38 sendUrl INFO C3 [446] R:OK -2015-03-11 14:42:28 queue INFO >>C3 [447] -2015-03-11 14:42:28 sendUrl INFO C3 [447] R:OK -2015-03-11 14:43:18 queue INFO >>C3 [448] -2015-03-11 14:43:18 sendUrl INFO C3 [448] R:OK -2015-03-11 14:44:08 queue INFO >>C3 [449] -2015-03-11 14:44:08 sendUrl INFO C3 [449] R:OK -2015-03-11 14:44:58 queue INFO >>C3 [450] -2015-03-11 14:44:58 sendUrl INFO C3 [450] R:OK -2015-03-11 14:45:48 queue INFO >>C3 [451] -2015-03-11 14:45:48 sendUrl INFO C3 [451] R:OK -2015-03-11 14:46:38 queue INFO >>C3 [452] -2015-03-11 14:46:39 sendUrl INFO C3 [452] R:OK -2015-03-11 14:47:18 queue INFO D3 [453] -2015-03-11 14:47:18 queue INFO D9 [454] -2015-03-11 14:47:18 queue INFO >D9 [455] -2015-03-11 14:47:19 sendUrl INFO D3 [453] R:OK -2015-03-11 14:47:19 sendUrl INFO D9 [454] R:OK -2015-03-11 14:47:20 sendUrl INFO D9 [455] R:OK -2015-03-11 14:48:08 queue INFO >>D9 [456] -2015-03-11 14:48:09 sendUrl INFO D9 [456] R:OK -2015-03-11 14:48:59 queue INFO >>D9 [457] -2015-03-11 14:48:59 sendUrl INFO D9 [457] R:OK -2015-03-11 14:49:49 queue INFO >>D9 [458] -2015-03-11 14:49:49 sendUrl INFO D9 [458] R:OK -2015-03-11 14:50:21 queue INFO 1 [459] -2015-03-11 14:50:21 sendUrl INFO 1 [459] R:OK -2015-03-11 14:50:21 queue INFO >1 [460] -2015-03-11 14:50:21 sendUrl INFO 1 [460] R:OK -2015-03-11 14:50:35 queue INFO 9 [461] -2015-03-11 14:50:36 queue INFO C1 [462] -2015-03-11 14:50:36 sendUrl INFO 9 [461] R:OK -2015-03-11 14:50:36 queue INFO >C1 [463] -2015-03-11 14:50:36 sendUrl INFO C1 [462] R:OK -2015-03-11 14:50:37 sendUrl INFO C1 [463] R:OK -2015-03-11 14:50:41 queue INFO C3 [464] -2015-03-11 14:50:41 queue INFO >C3 [465] -2015-03-11 14:50:42 sendUrl INFO C3 [464] R:OK -2015-03-11 14:50:42 sendUrl INFO C3 [465] R:OK -2015-03-11 14:50:59 queue INFO 83 [466] -2015-03-11 14:50:59 sendUrl INFO 83 [466] R:OK -2015-03-11 14:50:59 queue INFO >83 [467] -2015-03-11 14:51:00 queue INFO 87 [468] -2015-03-11 14:51:00 sendUrl INFO 83 [467] R:OK -2015-03-11 14:51:00 queue INFO >87 [469] -2015-03-11 14:51:01 sendUrl INFO 87 [468] R:OK -2015-03-11 14:51:01 sendUrl INFO 87 [469] R:OK -2015-03-11 14:51:02 queue INFO 83 [470] -2015-03-11 14:51:02 queue INFO >83 [471] -2015-03-11 14:51:02 sendUrl INFO 83 [470] R:OK -2015-03-11 14:51:03 sendUrl INFO 83 [471] R:OK -2015-03-11 14:51:10 queue INFO 81 [472] -2015-03-11 14:51:10 queue INFO >81 [473] -2015-03-11 14:51:10 sendUrl INFO 81 [472] R:OK -2015-03-11 14:51:11 sendUrl INFO 81 [473] R:OK -2015-03-11 14:51:24 queue INFO 83 [474] -2015-03-11 14:51:24 queue INFO >83 [475] -2015-03-11 14:51:24 sendUrl INFO 83 [474] R:OK -2015-03-11 14:51:25 sendUrl INFO 83 [475] R:OK -2015-03-11 14:52:14 queue INFO >>83 [476] -2015-03-11 14:52:15 sendUrl INFO 83 [476] R:OK -2015-03-11 14:53:04 queue INFO >>83 [477] -2015-03-11 14:53:05 sendUrl INFO 83 [477] R:OK -2015-03-11 14:53:54 queue INFO >>83 [478] -2015-03-11 14:53:55 sendUrl INFO 83 [478] R:OK -2015-03-11 14:54:45 queue INFO >>83 [479] -2015-03-11 14:54:45 sendUrl INFO 83 [479] R:OK -2015-03-11 14:55:35 queue INFO >>83 [480] -2015-03-11 14:55:35 sendUrl INFO 83 [480] R:OK -2015-03-11 14:56:25 queue INFO >>83 [481] -2015-03-11 14:56:25 sendUrl INFO 83 [481] R:OK -2015-03-11 14:57:15 queue INFO >>83 [482] -2015-03-11 14:57:15 sendUrl INFO 83 [482] R:OK -2015-03-11 14:58:05 queue INFO >>83 [483] -2015-03-11 14:58:05 sendUrl INFO 83 [483] R:OK -2015-03-11 14:58:38 queue INFO 87 [484] -2015-03-11 14:58:38 sendUrl INFO 87 [484] R:OK -2015-03-11 14:58:38 queue INFO >87 [485] -2015-03-11 14:58:39 sendUrl INFO 87 [485] R:OK -2015-03-11 14:58:40 queue INFO 83 [486] -2015-03-11 14:58:40 queue INFO >83 [487] -2015-03-11 14:58:40 sendUrl INFO 83 [486] R:OK -2015-03-11 14:58:41 sendUrl INFO 83 [487] R:OK -2015-03-11 14:59:30 queue INFO >>83 [488] -2015-03-11 14:59:30 sendUrl INFO 83 [488] R:OK -2015-03-11 15:00:20 queue INFO >>83 [489] -2015-03-11 15:00:20 sendUrl INFO 83 [489] R:OK -2015-03-11 15:01:10 queue INFO >>83 [490] -2015-03-11 15:01:10 sendUrl INFO 83 [490] R:OK -2015-03-11 15:02:00 queue INFO >>83 [491] -2015-03-11 15:02:00 sendUrl INFO 83 [491] R:OK -2015-03-11 15:02:50 queue INFO >>83 [492] -2015-03-11 15:02:51 sendUrl INFO 83 [492] R:OK -2015-03-11 15:03:40 queue INFO >>83 [493] -2015-03-11 15:03:41 sendUrl INFO 83 [493] R:OK -2015-03-11 15:04:31 queue INFO >>83 [494] -2015-03-11 15:04:31 sendUrl INFO 83 [494] R:OK -2015-03-11 15:05:21 queue INFO >>83 [495] -2015-03-11 15:05:21 sendUrl INFO 83 [495] R:OK -2015-03-11 15:06:11 queue INFO >>83 [496] -2015-03-11 15:06:11 sendUrl INFO 83 [496] R:OK -2015-03-11 15:06:24 queue INFO 87 [497] -2015-03-11 15:06:24 queue INFO >87 [498] -2015-03-11 15:06:24 sendUrl INFO 87 [497] R:OK -2015-03-11 15:06:25 sendUrl INFO 87 [498] R:OK -2015-03-11 15:06:25 queue INFO 83 [499] -2015-03-11 15:06:26 queue INFO >83 [500] -2015-03-11 15:06:26 sendUrl INFO 83 [499] R:OK -2015-03-11 15:06:26 sendUrl INFO 83 [500] R:OK -2015-03-11 15:07:15 queue INFO >>83 [501] -2015-03-11 15:07:16 sendUrl INFO 83 [501] R:OK -2015-03-11 15:08:06 queue INFO >>83 [502] -2015-03-11 15:08:06 sendUrl INFO 83 [502] R:OK -2015-03-11 15:08:56 queue INFO >>83 [503] -2015-03-11 15:08:56 sendUrl INFO 83 [503] R:OK -2015-03-11 15:09:46 queue INFO >>83 [504] -2015-03-11 15:09:46 sendUrl INFO 83 [504] R:OK -2015-03-11 15:10:36 queue INFO >>83 [505] -2015-03-11 15:10:36 sendUrl INFO 83 [505] R:OK -2015-03-11 15:11:26 queue INFO >>83 [506] -2015-03-11 15:11:27 sendUrl INFO 83 [506] R:OK -2015-03-11 15:12:16 queue INFO >>83 [507] -2015-03-11 15:12:17 sendUrl INFO 83 [507] R:OK -2015-03-11 15:13:07 queue INFO >>83 [508] -2015-03-11 15:13:07 sendUrl INFO 83 [508] R:OK -2015-03-11 15:13:57 queue INFO >>83 [509] -2015-03-11 15:13:57 sendUrl INFO 83 [509] R:OK -2015-03-11 15:13:58 queue INFO 87 [510] -2015-03-11 15:13:58 queue INFO >87 [511] -2015-03-11 15:13:58 sendUrl INFO 87 [510] R:OK -2015-03-11 15:13:59 sendUrl INFO 87 [511] R:OK -2015-03-11 15:14:00 queue INFO 83 [512] -2015-03-11 15:14:00 sendUrl INFO 83 [512] R:OK -2015-03-11 15:14:00 queue INFO >83 [513] -2015-03-11 15:14:00 sendUrl INFO 83 [513] R:OK -2015-03-11 15:14:50 queue INFO >>83 [514] -2015-03-11 15:14:50 sendUrl INFO 83 [514] R:OK -2015-03-11 15:15:40 queue INFO >>83 [515] -2015-03-11 15:15:40 sendUrl INFO 83 [515] R:OK -2015-03-11 15:16:30 queue INFO >>83 [516] -2015-03-11 15:16:30 sendUrl INFO 83 [516] R:OK -2015-03-11 15:17:20 queue INFO >>83 [517] -2015-03-11 15:17:21 sendUrl INFO 83 [517] R:OK -2015-03-11 15:18:10 queue INFO >>83 [518] -2015-03-11 15:18:11 sendUrl INFO 83 [518] R:OK -2015-03-11 15:19:00 queue INFO >>83 [519] -2015-03-11 15:19:01 sendUrl INFO 83 [519] R:OK -2015-03-11 15:19:51 queue INFO >>83 [520] -2015-03-11 15:19:51 sendUrl INFO 83 [520] R:OK -2015-03-11 15:20:41 queue INFO >>83 [521] -2015-03-11 15:20:41 sendUrl INFO 83 [521] R:OK -2015-03-11 15:21:31 queue INFO >>83 [522] -2015-03-11 15:21:31 sendUrl INFO 83 [522] R:OK -2015-03-11 15:21:32 queue INFO 87 [523] -2015-03-11 15:21:32 queue INFO >87 [524] -2015-03-11 15:21:33 sendUrl INFO 87 [523] R:OK -2015-03-11 15:21:33 sendUrl INFO 87 [524] R:OK -2015-03-11 15:21:34 queue INFO 83 [525] -2015-03-11 15:21:34 queue INFO >83 [526] -2015-03-11 15:21:34 sendUrl INFO 83 [525] R:OK -2015-03-11 15:21:35 sendUrl INFO 83 [526] R:OK -2015-03-11 15:22:24 queue INFO >>83 [527] -2015-03-11 15:22:24 sendUrl INFO 83 [527] R:OK -2015-03-11 15:23:14 queue INFO >>83 [528] -2015-03-11 15:23:14 sendUrl INFO 83 [528] R:OK -2015-03-11 15:24:04 queue INFO >>83 [529] -2015-03-11 15:24:05 sendUrl INFO 83 [529] R:OK -2015-03-11 15:24:54 queue INFO >>83 [530] -2015-03-11 15:24:55 sendUrl INFO 83 [530] R:OK -2015-03-11 15:25:44 queue INFO >>83 [531] -2015-03-11 15:25:45 sendUrl INFO 83 [531] R:OK -2015-03-11 15:26:35 queue INFO >>83 [532] -2015-03-11 15:26:35 sendUrl INFO 83 [532] R:OK -2015-03-11 15:27:25 queue INFO >>83 [533] -2015-03-11 15:27:25 sendUrl INFO 83 [533] R:OK -2015-03-11 15:28:15 queue INFO >>83 [534] -2015-03-11 15:28:15 sendUrl INFO 83 [534] R:OK -2015-03-11 15:29:05 queue INFO >>83 [535] -2015-03-11 15:29:06 sendUrl INFO 83 [535] R:OK -2015-03-11 15:29:06 queue INFO 87 [536] -2015-03-11 15:29:06 queue INFO C7 [537] -2015-03-11 15:29:07 queue INFO >C7 [538] -2015-03-11 15:29:07 sendUrl INFO 87 [536] R:OK -2015-03-11 15:29:07 sendUrl INFO C7 [537] R:OK -2015-03-11 15:29:08 sendUrl INFO C7 [538] R:OK -2015-03-11 15:29:08 queue INFO C3 [539] -2015-03-11 15:29:08 queue INFO >C3 [540] -2015-03-11 15:29:08 sendUrl INFO C3 [539] R:OK -2015-03-11 15:29:09 sendUrl INFO C3 [540] R:OK -2015-03-11 15:29:58 queue INFO >>C3 [541] -2015-03-11 15:29:59 sendUrl INFO C3 [541] R:OK -2015-03-11 15:30:48 queue INFO >>C3 [542] -2015-03-11 15:30:48 sendUrl INFO C3 [542] R:OK -2015-03-11 15:31:38 queue INFO >>C3 [543] -2015-03-11 15:31:39 sendUrl INFO C3 [543] R:OK -2015-03-11 15:32:29 queue INFO >>C3 [544] -2015-03-11 15:32:29 sendUrl INFO C3 [544] R:OK -2015-03-11 15:33:19 queue INFO >>C3 [545] -2015-03-11 15:33:19 sendUrl INFO C3 [545] R:OK -2015-03-11 15:34:09 queue INFO >>C3 [546] -2015-03-11 15:34:09 sendUrl INFO C3 [546] R:OK -2015-03-11 15:34:59 queue INFO >>C3 [547] -2015-03-11 15:34:59 sendUrl INFO C3 [547] R:OK -2015-03-11 15:35:49 queue INFO >>C3 [548] -2015-03-11 15:35:49 sendUrl INFO C3 [548] R:OK -2015-03-11 15:36:39 queue INFO >>C3 [549] -2015-03-11 15:36:40 sendUrl INFO C3 [549] R:OK -2015-03-11 15:36:40 queue INFO 83 [550] -2015-03-11 15:36:40 queue INFO >83 [551] -2015-03-11 15:36:40 sendUrl INFO 83 [550] R:OK -2015-03-11 15:36:41 sendUrl INFO 83 [551] R:OK -2015-03-11 15:36:41 queue INFO 87 [552] -2015-03-11 15:36:41 queue INFO >87 [553] -2015-03-11 15:36:41 sendUrl INFO 87 [552] R:OK -2015-03-11 15:36:42 sendUrl INFO 87 [553] R:OK -2015-03-11 15:36:42 queue INFO 83 [554] -2015-03-11 15:36:42 sendUrl INFO 83 [554] R:OK -2015-03-11 15:36:42 queue INFO >83 [555] -2015-03-11 15:36:43 sendUrl INFO 83 [555] R:OK -2015-03-11 15:37:32 queue INFO >>83 [556] -2015-03-11 15:37:33 sendUrl INFO 83 [556] R:OK -2015-03-11 15:38:22 queue INFO >>83 [557] -2015-03-11 15:38:23 sendUrl INFO 83 [557] R:OK -2015-03-11 15:39:13 queue INFO >>83 [558] -2015-03-11 15:39:13 sendUrl INFO 83 [558] R:OK -2015-03-11 15:40:03 queue INFO >>83 [559] -2015-03-11 15:40:03 sendUrl INFO 83 [559] R:OK -2015-03-11 15:40:53 queue INFO >>83 [560] -2015-03-11 15:40:53 sendUrl INFO 83 [560] R:OK -2015-03-11 15:41:43 queue INFO >>83 [561] -2015-03-11 15:41:43 sendUrl INFO 83 [561] R:OK -2015-03-11 15:42:33 queue INFO >>83 [562] -2015-03-11 15:42:34 sendUrl INFO 83 [562] R:OK -2015-03-11 15:43:23 queue INFO >>83 [563] -2015-03-11 15:43:24 sendUrl INFO 83 [563] R:OK -2015-03-11 15:44:13 queue INFO >>83 [564] -2015-03-11 15:44:14 sendUrl INFO 83 [564] R:OK -2015-03-11 15:44:30 queue INFO 87 [565] -2015-03-11 15:44:30 sendUrl INFO 87 [565] R:OK -2015-03-11 15:44:30 queue INFO >87 [566] -2015-03-11 15:44:31 sendUrl INFO 87 [566] R:OK -2015-03-11 15:44:32 queue INFO 83 [567] -2015-03-11 15:44:32 queue INFO >83 [568] -2015-03-11 15:44:32 sendUrl INFO 83 [567] R:OK -2015-03-11 15:44:32 sendUrl INFO 83 [568] R:OK -2015-03-11 15:45:22 queue INFO >>83 [569] -2015-03-11 15:45:22 sendUrl INFO 83 [569] R:OK -2015-03-11 15:46:12 queue INFO >>83 [570] -2015-03-11 15:46:12 sendUrl INFO 83 [570] R:OK -2015-03-11 15:47:02 queue INFO >>83 [571] -2015-03-11 15:47:02 sendUrl INFO 83 [571] R:OK -2015-03-11 15:47:52 queue INFO >>83 [572] -2015-03-11 15:47:53 sendUrl INFO 83 [572] R:OK -2015-03-11 15:48:42 queue INFO >>83 [573] -2015-03-11 15:48:42 sendUrl INFO 83 [573] R:OK -2015-03-11 15:49:32 queue INFO >>83 [574] -2015-03-11 15:49:33 sendUrl INFO 83 [574] R:OK -2015-03-11 15:50:23 queue INFO >>83 [575] -2015-03-11 15:50:23 sendUrl INFO 83 [575] R:OK -2015-03-11 15:51:13 queue INFO >>83 [576] -2015-03-11 15:51:13 sendUrl INFO 83 [576] R:OK -2015-03-11 15:52:03 queue INFO >>83 [577] -2015-03-11 15:52:03 sendUrl INFO 83 [577] R:OK -2015-03-11 15:52:04 queue INFO 87 [578] -2015-03-11 15:52:05 queue INFO >87 [579] -2015-03-11 15:52:05 sendUrl INFO 87 [578] R:OK -2015-03-11 15:52:05 sendUrl INFO 87 [579] R:OK -2015-03-11 15:52:06 queue INFO 83 [580] -2015-03-11 15:52:06 queue INFO >83 [581] -2015-03-11 15:52:06 sendUrl INFO 83 [580] R:OK -2015-03-11 15:52:07 sendUrl INFO 83 [581] R:OK -2015-03-11 15:52:56 queue INFO >>83 [582] -2015-03-11 15:52:57 sendUrl INFO 83 [582] R:OK -2015-03-11 15:53:46 queue INFO >>83 [583] -2015-03-11 15:53:46 sendUrl INFO 83 [583] R:OK -2015-03-11 15:54:36 queue INFO >>83 [584] -2015-03-11 15:54:37 sendUrl INFO 83 [584] R:OK -2015-03-11 15:55:27 queue INFO >>83 [585] -2015-03-11 15:55:27 sendUrl INFO 83 [585] R:OK -2015-03-11 15:56:17 queue INFO >>83 [586] -2015-03-11 15:56:17 sendUrl INFO 83 [586] R:OK -2015-03-11 15:57:07 queue INFO >>83 [587] -2015-03-11 15:57:07 sendUrl INFO 83 [587] R:OK -2015-03-11 15:57:57 queue INFO >>83 [588] -2015-03-11 15:57:57 sendUrl INFO 83 [588] R:OK -2015-03-11 15:58:47 queue INFO >>83 [589] -2015-03-11 15:58:47 sendUrl INFO 83 [589] R:OK -2015-03-11 15:59:37 queue INFO >>83 [590] -2015-03-11 15:59:38 sendUrl INFO 83 [590] R:OK -2015-03-11 15:59:39 queue INFO 87 [591] -2015-03-11 15:59:39 queue INFO >87 [592] -2015-03-11 15:59:39 sendUrl INFO 87 [591] R:OK -2015-03-11 15:59:39 sendUrl INFO 87 [592] R:OK -2015-03-11 15:59:40 queue INFO 83 [593] -2015-03-11 15:59:40 queue INFO >83 [594] -2015-03-11 15:59:40 sendUrl INFO 83 [593] R:OK -2015-03-11 15:59:41 sendUrl INFO 83 [594] R:OK -2015-03-11 16:00:30 queue INFO >>83 [595] -2015-03-11 16:00:31 sendUrl INFO 83 [595] R:OK -2015-03-11 16:01:20 queue INFO >>83 [596] -2015-03-11 16:01:21 sendUrl INFO 83 [596] R:OK -2015-03-11 16:02:11 queue INFO >>83 [597] -2015-03-11 16:02:11 sendUrl INFO 83 [597] R:OK -2015-03-11 16:03:01 queue INFO >>83 [598] -2015-03-11 16:03:01 sendUrl INFO 83 [598] R:OK -2015-03-11 16:03:51 queue INFO >>83 [599] -2015-03-11 16:03:51 sendUrl INFO 83 [599] R:OK -2015-03-11 16:04:41 queue INFO >>83 [600] -2015-03-11 16:04:41 sendUrl INFO 83 [600] R:OK -2015-03-11 16:05:31 queue INFO >>83 [601] -2015-03-11 16:05:32 sendUrl INFO 83 [601] R:OK -2015-03-11 16:06:21 queue INFO >>83 [602] -2015-03-11 16:06:21 sendUrl INFO 83 [602] R:OK -2015-03-11 16:07:11 queue INFO >>83 [603] -2015-03-11 16:07:12 sendUrl INFO 83 [603] R:OK -2015-03-11 16:07:13 queue INFO 87 [604] -2015-03-11 16:07:13 sendUrl INFO 87 [604] R:OK -2015-03-11 16:07:13 queue INFO >87 [605] -2015-03-11 16:07:13 sendUrl INFO 87 [605] R:OK -2015-03-11 16:07:14 queue INFO 83 [606] -2015-03-11 16:07:15 queue INFO >83 [607] -2015-03-11 16:07:15 sendUrl INFO 83 [606] R:OK -2015-03-11 16:07:15 sendUrl INFO 83 [607] R:OK -2015-03-11 16:08:04 queue INFO >>83 [608] -2015-03-11 16:08:05 sendUrl INFO 83 [608] R:OK -2015-03-11 16:08:55 queue INFO >>83 [609] -2015-03-11 16:08:55 sendUrl INFO 83 [609] R:OK -2015-03-11 16:09:45 queue INFO >>83 [610] -2015-03-11 16:09:45 sendUrl INFO 83 [610] R:OK -2015-03-11 16:10:35 queue INFO >>83 [611] -2015-03-11 16:10:35 sendUrl INFO 83 [611] R:OK -2015-03-11 16:11:25 queue INFO >>83 [612] -2015-03-11 16:11:25 sendUrl INFO 83 [612] R:OK -2015-03-11 16:12:15 queue INFO >>83 [613] -2015-03-11 16:12:15 sendUrl INFO 83 [613] R:OK -2015-03-11 16:13:05 queue INFO >>83 [614] -2015-03-11 16:13:06 sendUrl INFO 83 [614] R:OK -2015-03-11 16:13:56 queue INFO >>83 [615] -2015-03-11 16:13:56 sendUrl INFO 83 [615] R:OK -2015-03-11 16:14:46 queue INFO >>83 [616] -2015-03-11 16:14:46 sendUrl INFO 83 [616] R:OK -2015-03-11 16:14:47 queue INFO C7 [617] -2015-03-11 16:14:47 queue INFO >C7 [618] -2015-03-11 16:14:47 sendUrl INFO C7 [617] R:OK -2015-03-11 16:14:48 sendUrl INFO C7 [618] R:OK -2015-03-11 16:14:49 queue INFO C3 [619] -2015-03-11 16:14:49 sendUrl INFO C3 [619] R:OK -2015-03-11 16:14:49 queue INFO >C3 [620] -2015-03-11 16:14:49 sendUrl INFO C3 [620] R:OK -2015-03-11 16:15:39 queue INFO >>C3 [621] -2015-03-11 16:15:39 sendUrl INFO C3 [621] R:OK -2015-03-11 16:16:29 queue INFO >>C3 [622] -2015-03-11 16:16:29 sendUrl INFO C3 [622] R:OK -2015-03-11 16:17:19 queue INFO >>C3 [623] -2015-03-11 16:17:19 sendUrl INFO C3 [623] R:OK -2015-03-11 16:18:09 queue INFO >>C3 [624] -2015-03-11 16:18:10 sendUrl INFO C3 [624] R:OK -2015-03-11 16:18:59 queue INFO >>C3 [625] -2015-03-11 16:19:00 sendUrl INFO C3 [625] R:OK -2015-03-11 16:19:50 queue INFO >>C3 [626] -2015-03-11 16:19:50 sendUrl INFO C3 [626] R:OK -2015-03-11 16:20:40 queue INFO >>C3 [627] -2015-03-11 16:20:40 sendUrl INFO C3 [627] R:OK -2015-03-11 16:21:30 queue INFO >>C3 [628] -2015-03-11 16:21:31 sendUrl INFO C3 [628] R:OK -2015-03-11 16:22:20 queue INFO >>C3 [629] -2015-03-11 16:22:20 sendUrl INFO C3 [629] R:OK -2015-03-11 16:22:32 queue INFO 83 [630] -2015-03-11 16:22:32 queue INFO >83 [631] -2015-03-11 16:22:32 sendUrl INFO 83 [630] R:OK -2015-03-11 16:22:33 queue INFO 87 [632] -2015-03-11 16:22:33 sendUrl INFO 83 [631] R:OK -2015-03-11 16:22:33 queue INFO >87 [633] -2015-03-11 16:22:33 sendUrl INFO 87 [632] R:OK -2015-03-11 16:22:34 sendUrl INFO 87 [633] R:OK -2015-03-11 16:22:34 queue INFO 83 [634] -2015-03-11 16:22:34 sendUrl INFO 83 [634] R:OK -2015-03-11 16:22:35 queue INFO >83 [635] -2015-03-11 16:22:35 sendUrl INFO 83 [635] R:OK -2015-03-11 16:23:24 queue INFO >>83 [636] -2015-03-11 16:23:25 sendUrl INFO 83 [636] R:OK -2015-03-11 16:24:15 queue INFO >>83 [637] -2015-03-11 16:24:15 sendUrl INFO 83 [637] R:OK -2015-03-11 16:25:05 queue INFO >>83 [638] -2015-03-11 16:25:05 sendUrl INFO 83 [638] R:OK -2015-03-11 16:25:55 queue INFO >>83 [639] -2015-03-11 16:25:55 sendUrl INFO 83 [639] R:OK -2015-03-11 16:26:45 queue INFO >>83 [640] -2015-03-11 16:26:46 sendUrl INFO 83 [640] R:OK -2015-03-11 16:27:31 queue INFO 81 [641] -2015-03-11 16:27:32 queue INFO >81 [642] -2015-03-11 16:27:32 sendUrl INFO 81 [641] R:OK -2015-03-11 16:27:32 sendUrl INFO 81 [642] R:OK -2015-03-11 16:28:22 queue INFO >>81 [643] -2015-03-11 16:28:22 sendUrl INFO 81 [643] R:OK -2015-03-11 16:29:12 queue INFO >>81 [644] -2015-03-11 16:29:12 sendUrl INFO 81 [644] R:OK -2015-03-11 16:30:02 queue INFO >>81 [645] -2015-03-11 16:30:02 sendUrl INFO 81 [645] R:OK -2015-03-11 16:30:52 queue INFO >>81 [646] -2015-03-11 16:30:52 sendUrl INFO 81 [646] R:OK -2015-03-11 16:31:42 queue INFO >>81 [647] -2015-03-11 16:31:43 sendUrl INFO 81 [647] R:OK -2015-03-11 16:32:20 queue INFO 99 [648] -2015-03-11 16:32:20 queue INFO >99 [649] -2015-03-11 16:32:20 sendUrl INFO 99 [648] R:OK -2015-03-11 16:32:20 sendUrl INFO 99 [649] R:OK -2015-03-11 16:33:10 queue INFO >>99 [650] -2015-03-11 16:33:10 sendUrl INFO 99 [650] R:OK -2015-03-11 16:34:00 queue INFO >>99 [651] -2015-03-11 16:34:00 sendUrl INFO 99 [651] R:OK -2015-03-11 16:34:50 queue INFO >>99 [652] -2015-03-11 16:34:50 sendUrl INFO 99 [652] R:OK -2015-03-11 16:35:40 queue INFO >>99 [653] -2015-03-11 16:35:41 sendUrl INFO 99 [653] R:OK -2015-03-11 16:36:30 queue INFO >>99 [654] -2015-03-11 16:36:30 sendUrl INFO 99 [654] R:OK -2015-03-11 16:37:20 queue INFO >>99 [655] -2015-03-11 16:37:21 sendUrl INFO 99 [655] R:OK -2015-03-11 16:38:11 queue INFO >>99 [656] -2015-03-11 16:38:11 sendUrl INFO 99 [656] R:OK -2015-03-11 16:39:01 queue INFO >>99 [657] -2015-03-11 16:39:01 sendUrl INFO 99 [657] R:OK -2015-03-11 16:39:51 queue INFO >>99 [658] -2015-03-11 16:39:51 sendUrl INFO 99 [658] R:OK -2015-03-11 16:40:30 queue INFO 89 [659] -2015-03-11 16:40:30 queue INFO >89 [660] -2015-03-11 16:40:30 sendUrl INFO 89 [659] R:OK -2015-03-11 16:40:31 sendUrl INFO 89 [660] R:OK -2015-03-11 16:40:33 queue INFO 81 [661] -2015-03-11 16:40:33 queue INFO >81 [662] -2015-03-11 16:40:34 sendUrl INFO 81 [661] R:OK -2015-03-11 16:40:34 sendUrl INFO 81 [662] R:OK -2015-03-11 16:40:35 queue INFO 83 [663] -2015-03-11 16:40:36 sendUrl INFO 83 [663] R:OK -2015-03-11 16:40:36 queue INFO >83 [664] -2015-03-11 16:40:36 sendUrl INFO 83 [664] R:OK -2015-03-11 16:41:11 queue INFO 87 [665] -2015-03-11 16:41:12 queue INFO >87 [666] -2015-03-11 16:41:12 sendUrl INFO 87 [665] R:OK -2015-03-11 16:41:12 sendUrl INFO 87 [666] R:OK -2015-03-11 16:41:13 queue INFO 83 [667] -2015-03-11 16:41:13 queue INFO >83 [668] -2015-03-11 16:41:13 sendUrl INFO 83 [667] R:OK -2015-03-11 16:41:14 sendUrl INFO 83 [668] R:OK -2015-03-11 16:42:03 queue INFO >>83 [669] -2015-03-11 16:42:04 sendUrl INFO 83 [669] R:OK -2015-03-11 16:42:53 queue INFO >>83 [670] -2015-03-11 16:42:53 sendUrl INFO 83 [670] R:OK -2015-03-11 16:43:43 queue INFO >>83 [671] -2015-03-11 16:43:44 sendUrl INFO 83 [671] R:OK -2015-03-11 16:44:34 queue INFO >>83 [672] -2015-03-11 16:44:34 sendUrl INFO 83 [672] R:OK -2015-03-11 16:45:24 queue INFO >>83 [673] -2015-03-11 16:45:24 sendUrl INFO 83 [673] R:OK -2015-03-11 16:46:14 queue INFO >>83 [674] -2015-03-11 16:46:14 sendUrl INFO 83 [674] R:OK -2015-03-11 16:47:04 queue INFO >>83 [675] -2015-03-11 16:47:04 sendUrl INFO 83 [675] R:OK -2015-03-11 16:47:54 queue INFO >>83 [676] -2015-03-11 16:47:54 sendUrl INFO 83 [676] R:OK -2015-03-11 16:48:44 queue INFO >>83 [677] -2015-03-11 16:48:45 sendUrl INFO 83 [677] R:OK -2015-03-11 16:48:46 queue INFO 87 [678] -2015-03-11 16:48:46 sendUrl INFO 87 [678] R:OK -2015-03-11 16:48:46 queue INFO >87 [679] -2015-03-11 16:48:46 sendUrl INFO 87 [679] R:OK -2015-03-11 16:48:47 queue INFO 83 [680] -2015-03-11 16:48:47 queue INFO >83 [681] -2015-03-11 16:48:48 sendUrl INFO 83 [680] R:OK -2015-03-11 16:48:48 sendUrl INFO 83 [681] R:OK -2015-03-11 16:49:37 queue INFO >>83 [682] -2015-03-11 16:49:38 sendUrl INFO 83 [682] R:OK -2015-03-11 16:50:27 queue INFO >>83 [683] -2015-03-11 16:50:28 sendUrl INFO 83 [683] R:OK -2015-03-11 16:51:18 queue INFO >>83 [684] -2015-03-11 16:51:18 sendUrl INFO 83 [684] R:OK -2015-03-11 16:52:08 queue INFO >>83 [685] -2015-03-11 16:52:08 sendUrl INFO 83 [685] R:OK -2015-03-11 16:52:58 queue INFO >>83 [686] -2015-03-11 16:52:58 sendUrl INFO 83 [686] R:OK -2015-03-11 16:53:48 queue INFO >>83 [687] -2015-03-11 16:53:48 sendUrl INFO 83 [687] R:OK -2015-03-11 16:54:38 queue INFO >>83 [688] -2015-03-11 16:54:39 sendUrl INFO 83 [688] R:OK -2015-03-11 16:55:28 queue INFO >>83 [689] -2015-03-11 16:55:28 sendUrl INFO 83 [689] R:OK -2015-03-11 16:56:19 queue INFO >>83 [690] -2015-03-11 16:56:19 sendUrl INFO 83 [690] R:OK -2015-03-11 16:56:20 queue INFO 87 [691] -2015-03-11 16:56:20 queue INFO >87 [692] -2015-03-11 16:56:20 sendUrl INFO 87 [691] R:OK -2015-03-11 16:56:21 sendUrl INFO 87 [692] R:OK -2015-03-11 16:56:22 queue INFO 83 [693] -2015-03-11 16:56:22 queue INFO >83 [694] -2015-03-11 16:56:22 sendUrl INFO 83 [693] R:OK -2015-03-11 16:56:22 sendUrl INFO 83 [694] R:OK -2015-03-11 16:57:12 queue INFO >>83 [695] -2015-03-11 16:57:12 sendUrl INFO 83 [695] R:OK -2015-03-11 16:58:02 queue INFO >>83 [696] -2015-03-11 16:58:02 sendUrl INFO 83 [696] R:OK -2015-03-11 16:58:52 queue INFO >>83 [697] -2015-03-11 16:58:52 sendUrl INFO 83 [697] R:OK -2015-03-11 16:59:42 queue INFO >>83 [698] -2015-03-11 16:59:43 sendUrl INFO 83 [698] R:OK -2015-03-11 17:00:32 queue INFO >>83 [699] -2015-03-11 17:00:32 sendUrl INFO 83 [699] R:OK -2015-03-11 17:01:22 queue INFO >>83 [700] -2015-03-11 17:01:23 sendUrl INFO 83 [700] R:OK -2015-03-11 17:02:13 queue INFO >>83 [701] -2015-03-11 17:02:13 sendUrl INFO 83 [701] R:OK -2015-03-11 17:03:03 queue INFO >>83 [702] -2015-03-11 17:03:03 sendUrl INFO 83 [702] R:OK -2015-03-11 17:03:53 queue INFO >>83 [703] -2015-03-11 17:03:53 sendUrl INFO 83 [703] R:OK -2015-03-11 17:03:54 queue INFO 87 [704] -2015-03-11 17:03:54 queue INFO >87 [705] -2015-03-11 17:03:54 sendUrl INFO 87 [704] R:OK -2015-03-11 17:03:55 sendUrl INFO 87 [705] R:OK -2015-03-11 17:03:56 queue INFO 83 [706] -2015-03-11 17:03:56 sendUrl INFO 83 [706] R:OK -2015-03-11 17:03:56 queue INFO >83 [707] -2015-03-11 17:03:56 sendUrl INFO 83 [707] R:OK -2015-03-11 17:04:46 queue INFO >>83 [708] -2015-03-11 17:04:46 sendUrl INFO 83 [708] R:OK -2015-03-11 17:05:36 queue INFO >>83 [709] -2015-03-11 17:05:36 sendUrl INFO 83 [709] R:OK -2015-03-11 17:06:26 queue INFO >>83 [710] -2015-03-11 17:06:26 sendUrl INFO 83 [710] R:OK -2015-03-11 17:07:16 queue INFO >>83 [711] -2015-03-11 17:07:17 sendUrl INFO 83 [711] R:OK -2015-03-11 17:08:06 queue INFO >>83 [712] -2015-03-11 17:08:07 sendUrl INFO 83 [712] R:OK -2015-03-11 17:08:57 queue INFO >>83 [713] -2015-03-11 17:08:57 sendUrl INFO 83 [713] R:OK -2015-03-11 17:09:47 queue INFO >>83 [714] -2015-03-11 17:09:47 sendUrl INFO 83 [714] R:OK -2015-03-11 17:10:37 queue INFO >>83 [715] -2015-03-11 17:10:37 sendUrl INFO 83 [715] R:OK -2015-03-11 17:11:27 queue INFO >>83 [716] -2015-03-11 17:11:27 sendUrl INFO 83 [716] R:OK -2015-03-11 17:11:29 queue INFO C7 [717] -2015-03-11 17:11:29 queue INFO >C7 [718] -2015-03-11 17:11:29 sendUrl INFO C7 [717] R:OK -2015-03-11 17:11:29 sendUrl INFO C7 [718] R:OK -2015-03-11 17:11:30 queue INFO C3 [719] -2015-03-11 17:11:30 queue INFO >C3 [720] -2015-03-11 17:11:30 sendUrl INFO C3 [719] R:OK -2015-03-11 17:11:31 sendUrl INFO C3 [720] R:OK -2015-03-11 17:12:20 queue INFO >>C3 [721] -2015-03-11 17:12:21 sendUrl INFO C3 [721] R:OK -2015-03-11 17:13:10 queue INFO >>C3 [722] -2015-03-11 17:13:11 sendUrl INFO C3 [722] R:OK -2015-03-11 17:14:01 queue INFO >>C3 [723] -2015-03-11 17:14:01 sendUrl INFO C3 [723] R:OK -2015-03-11 17:14:51 queue INFO >>C3 [724] -2015-03-11 17:14:51 sendUrl INFO C3 [724] R:OK -2015-03-11 17:15:41 queue INFO >>C3 [725] -2015-03-11 17:15:41 sendUrl INFO C3 [725] R:OK -2015-03-11 17:16:31 queue INFO >>C3 [726] -2015-03-11 17:16:31 sendUrl INFO C3 [726] R:OK -2015-03-11 17:17:21 queue INFO >>C3 [727] -2015-03-11 17:17:22 sendUrl INFO C3 [727] R:OK -2015-03-11 17:18:11 queue INFO >>C3 [728] -2015-03-11 17:18:11 sendUrl INFO C3 [728] R:OK -2015-03-11 17:19:01 queue INFO >>C3 [729] -2015-03-11 17:19:02 sendUrl INFO C3 [729] R:OK -2015-03-11 17:19:14 queue INFO 83 [730] -2015-03-11 17:19:14 queue INFO >83 [731] -2015-03-11 17:19:14 sendUrl INFO 83 [730] R:OK -2015-03-11 17:19:14 queue INFO 87 [732] -2015-03-11 17:19:14 sendUrl INFO 83 [731] R:OK -2015-03-11 17:19:15 queue INFO >87 [733] -2015-03-11 17:19:15 sendUrl INFO 87 [732] R:OK -2015-03-11 17:19:15 sendUrl INFO 87 [733] R:OK -2015-03-11 17:19:16 queue INFO 83 [734] -2015-03-11 17:19:16 queue INFO >83 [735] -2015-03-11 17:19:16 sendUrl INFO 83 [734] R:OK -2015-03-11 17:19:17 sendUrl INFO 83 [735] R:OK -2015-03-11 17:20:06 queue INFO >>83 [736] -2015-03-11 17:20:06 sendUrl INFO 83 [736] R:OK -2015-03-11 17:20:56 queue INFO >>83 [737] -2015-03-11 17:20:57 sendUrl INFO 83 [737] R:OK -2015-03-11 17:21:46 queue INFO >>83 [738] -2015-03-11 17:21:47 sendUrl INFO 83 [738] R:OK -2015-03-11 17:22:37 queue INFO >>83 [739] -2015-03-11 17:22:37 sendUrl INFO 83 [739] R:OK -2015-03-11 17:23:27 queue INFO >>83 [740] -2015-03-11 17:23:27 sendUrl INFO 83 [740] R:OK -2015-03-11 17:24:17 queue INFO >>83 [741] -2015-03-11 17:24:17 sendUrl INFO 83 [741] R:OK -2015-03-11 17:25:07 queue INFO >>83 [742] -2015-03-11 17:25:07 sendUrl INFO 83 [742] R:OK -2015-03-11 17:25:57 queue INFO >>83 [743] -2015-03-11 17:25:58 sendUrl INFO 83 [743] R:OK -2015-03-11 17:26:47 queue INFO >>83 [744] -2015-03-11 17:26:48 sendUrl INFO 83 [744] R:OK -2015-03-11 17:26:52 queue INFO 87 [745] -2015-03-11 17:26:52 queue INFO >87 [746] -2015-03-11 17:26:52 sendUrl INFO 87 [745] R:OK -2015-03-11 17:26:53 sendUrl INFO 87 [746] R:OK -2015-03-11 17:26:54 queue INFO 83 [747] -2015-03-11 17:26:54 queue INFO >83 [748] -2015-03-11 17:26:54 sendUrl INFO 83 [747] R:OK -2015-03-11 17:26:54 sendUrl INFO 83 [748] R:OK -2015-03-11 17:27:44 queue INFO >>83 [749] -2015-03-11 17:27:44 sendUrl INFO 83 [749] R:OK -2015-03-11 17:28:34 queue INFO >>83 [750] -2015-03-11 17:28:35 sendUrl INFO 83 [750] R:OK -2015-03-11 17:28:53 queue INFO 81 [751] -2015-03-11 17:28:53 queue INFO >81 [752] -2015-03-11 17:28:53 sendUrl INFO 81 [751] R:OK -2015-03-11 17:28:54 sendUrl INFO 81 [752] R:OK -2015-03-11 17:29:28 queue INFO 99 [753] -2015-03-11 17:29:28 queue INFO >99 [754] -2015-03-11 17:29:28 sendUrl INFO 99 [753] R:OK -2015-03-11 17:29:28 sendUrl INFO 99 [754] R:OK -2015-03-11 17:30:03 queue INFO 89 [755] -2015-03-11 17:30:03 queue INFO >89 [756] -2015-03-11 17:30:03 sendUrl INFO 89 [755] R:OK -2015-03-11 17:30:04 sendUrl INFO 89 [756] R:OK -2015-03-11 17:30:06 queue INFO 81 [757] -2015-03-11 17:30:06 sendUrl INFO 81 [757] R:OK -2015-03-11 17:30:06 queue INFO >81 [758] -2015-03-11 17:30:07 sendUrl INFO 81 [758] R:OK -2015-03-11 17:30:10 queue INFO 83 [759] -2015-03-11 17:30:10 sendUrl INFO 83 [759] R:OK -2015-03-11 17:30:10 queue INFO >83 [760] -2015-03-11 17:30:11 sendUrl INFO 83 [760] R:OK -2015-03-11 17:31:00 queue INFO >>83 [761] -2015-03-11 17:31:01 sendUrl INFO 83 [761] R:OK -2015-03-11 17:31:50 queue INFO >>83 [762] -2015-03-11 17:31:51 sendUrl INFO 83 [762] R:OK -2015-03-11 17:32:41 queue INFO >>83 [763] -2015-03-11 17:32:41 sendUrl INFO 83 [763] R:OK -2015-03-11 17:33:31 queue INFO >>83 [764] -2015-03-11 17:33:31 sendUrl INFO 83 [764] R:OK -2015-03-11 17:34:21 queue INFO >>83 [765] -2015-03-11 17:34:21 sendUrl INFO 83 [765] R:OK -2015-03-11 17:35:11 queue INFO >>83 [766] -2015-03-11 17:35:11 sendUrl INFO 83 [766] R:OK -2015-03-11 17:35:18 queue INFO 87 [767] -2015-03-11 17:35:18 sendUrl INFO 87 [767] R:OK -2015-03-11 17:35:18 queue INFO >87 [768] -2015-03-11 17:35:18 sendUrl INFO 87 [768] R:OK -2015-03-11 17:35:19 queue INFO 83 [769] -2015-03-11 17:35:19 queue INFO >83 [770] -2015-03-11 17:35:20 sendUrl INFO 83 [769] R:OK -2015-03-11 17:35:20 sendUrl INFO 83 [770] R:OK -2015-03-11 17:36:09 queue INFO >>83 [771] -2015-03-11 17:36:10 sendUrl INFO 83 [771] R:OK -2015-03-11 17:37:00 queue INFO >>83 [772] -2015-03-11 17:37:00 sendUrl INFO 83 [772] R:OK -2015-03-11 17:37:50 queue INFO >>83 [773] -2015-03-11 17:37:50 sendUrl INFO 83 [773] R:OK -2015-03-11 17:38:40 queue INFO >>83 [774] -2015-03-11 17:38:40 sendUrl INFO 83 [774] R:OK -2015-03-11 17:39:30 queue INFO >>83 [775] -2015-03-11 17:39:30 sendUrl INFO 83 [775] R:OK -2015-03-11 17:40:20 queue INFO >>83 [776] -2015-03-11 17:40:21 sendUrl INFO 83 [776] R:OK -2015-03-11 17:41:10 queue INFO >>83 [777] -2015-03-11 17:41:11 sendUrl INFO 83 [777] R:OK -2015-03-11 17:42:00 queue INFO >>83 [778] -2015-03-11 17:42:01 sendUrl INFO 83 [778] R:OK -2015-03-11 17:42:51 queue INFO >>83 [779] -2015-03-11 17:42:51 sendUrl INFO 83 [779] R:OK -2015-03-11 17:42:52 queue INFO 87 [780] -2015-03-11 17:42:52 queue INFO >87 [781] -2015-03-11 17:42:52 sendUrl INFO 87 [780] R:OK -2015-03-11 17:42:53 sendUrl INFO 87 [781] R:OK -2015-03-11 17:42:53 queue INFO 83 [782] -2015-03-11 17:42:54 queue INFO >83 [783] -2015-03-11 17:42:54 sendUrl INFO 83 [782] R:OK -2015-03-11 17:42:54 sendUrl INFO 83 [783] R:OK -2015-03-11 17:43:44 queue INFO >>83 [784] -2015-03-11 17:43:44 sendUrl INFO 83 [784] R:OK -2015-03-11 17:44:34 queue INFO >>83 [785] -2015-03-11 17:44:34 sendUrl INFO 83 [785] R:OK -2015-03-11 17:45:24 queue INFO >>83 [786] -2015-03-11 17:45:24 sendUrl INFO 83 [786] R:OK -2015-03-11 17:46:14 queue INFO >>83 [787] -2015-03-11 17:46:15 sendUrl INFO 83 [787] R:OK -2015-03-11 17:47:04 queue INFO >>83 [788] -2015-03-11 17:47:04 sendUrl INFO 83 [788] R:OK -2015-03-11 17:47:54 queue INFO >>83 [789] -2015-03-11 17:47:55 sendUrl INFO 83 [789] R:OK -2015-03-11 17:48:45 queue INFO >>83 [790] -2015-03-11 17:48:45 sendUrl INFO 83 [790] R:OK -2015-03-11 17:49:35 queue INFO >>83 [791] -2015-03-11 17:49:35 sendUrl INFO 83 [791] R:OK -2015-03-11 17:50:25 queue INFO >>83 [792] -2015-03-11 17:50:25 sendUrl INFO 83 [792] R:OK -2015-03-11 17:50:26 queue INFO 87 [793] -2015-03-11 17:50:26 queue INFO >87 [794] -2015-03-11 17:50:26 sendUrl INFO 87 [793] R:OK -2015-03-11 17:50:27 sendUrl INFO 87 [794] R:OK -2015-03-11 17:50:28 queue INFO 83 [795] -2015-03-11 17:50:28 sendUrl INFO 83 [795] R:OK -2015-03-11 17:50:28 queue INFO >83 [796] -2015-03-11 17:50:28 sendUrl INFO 83 [796] R:OK -2015-03-11 17:51:18 queue INFO >>83 [797] -2015-03-11 17:51:18 sendUrl INFO 83 [797] R:OK -2015-03-11 17:52:08 queue INFO >>83 [798] -2015-03-11 17:52:08 sendUrl INFO 83 [798] R:OK -2015-03-11 17:52:58 queue INFO >>83 [799] -2015-03-11 17:52:58 sendUrl INFO 83 [799] R:OK -2015-03-11 17:53:48 queue INFO >>83 [800] -2015-03-11 17:53:49 sendUrl INFO 83 [800] R:OK -2015-03-11 17:54:38 queue INFO >>83 [801] -2015-03-11 17:54:39 sendUrl INFO 83 [801] R:OK -2015-03-11 17:55:29 queue INFO >>83 [802] -2015-03-11 17:55:29 sendUrl INFO 83 [802] R:OK -2015-03-11 17:56:19 queue INFO >>83 [803] -2015-03-11 17:56:19 sendUrl INFO 83 [803] R:OK -2015-03-11 17:57:09 queue INFO >>83 [804] -2015-03-11 17:57:09 sendUrl INFO 83 [804] R:OK -2015-03-11 17:57:59 queue INFO >>83 [805] -2015-03-11 17:57:59 sendUrl INFO 83 [805] R:OK -2015-03-11 17:58:12 queue INFO C7 [806] -2015-03-11 17:58:12 queue INFO >C7 [807] -2015-03-11 17:58:12 sendUrl INFO C7 [806] R:OK -2015-03-11 17:58:13 sendUrl INFO C7 [807] R:OK -2015-03-11 17:58:13 queue INFO C3 [808] -2015-03-11 17:58:14 queue INFO >C3 [809] -2015-03-11 17:58:14 sendUrl INFO C3 [808] R:OK -2015-03-11 17:58:14 sendUrl INFO C3 [809] R:OK -2015-03-11 17:59:04 queue INFO >>C3 [810] -2015-03-11 17:59:04 sendUrl INFO C3 [810] R:OK -2015-03-11 17:59:54 queue INFO >>C3 [811] -2015-03-11 17:59:54 sendUrl INFO C3 [811] R:OK -2015-03-11 18:00:44 queue INFO >>C3 [812] -2015-03-11 18:00:44 sendUrl INFO C3 [812] R:OK -2015-03-11 18:01:34 queue INFO >>C3 [813] -2015-03-11 18:01:35 sendUrl INFO C3 [813] R:OK -2015-03-11 18:02:24 queue INFO >>C3 [814] -2015-03-11 18:02:24 sendUrl INFO C3 [814] R:OK -2015-03-11 18:03:14 queue INFO >>C3 [815] -2015-03-11 18:03:15 sendUrl INFO C3 [815] R:OK -2015-03-11 18:04:05 queue INFO >>C3 [816] -2015-03-11 18:04:05 sendUrl INFO C3 [816] R:OK -2015-03-11 18:04:55 queue INFO >>C3 [817] -2015-03-11 18:04:55 sendUrl INFO C3 [817] R:OK -2015-03-11 18:05:45 queue INFO >>C3 [818] -2015-03-11 18:05:45 sendUrl INFO C3 [818] R:OK -2015-03-11 18:05:45 queue INFO 83 [819] -2015-03-11 18:05:46 queue INFO >83 [820] -2015-03-11 18:05:46 sendUrl INFO 83 [819] R:OK -2015-03-11 18:05:46 queue INFO 87 [821] -2015-03-11 18:05:46 sendUrl INFO 83 [820] R:OK -2015-03-11 18:05:46 queue INFO >87 [822] -2015-03-11 18:05:47 sendUrl INFO 87 [821] R:OK -2015-03-11 18:05:47 sendUrl INFO 87 [822] R:OK -2015-03-11 18:05:48 queue INFO 83 [823] -2015-03-11 18:05:48 sendUrl INFO 83 [823] R:OK -2015-03-11 18:05:48 queue INFO >83 [824] -2015-03-11 18:05:48 sendUrl INFO 83 [824] R:OK -2015-03-11 18:06:38 queue INFO >>83 [825] -2015-03-11 18:06:38 sendUrl INFO 83 [825] R:OK -2015-03-11 18:07:28 queue INFO >>83 [826] -2015-03-11 18:07:28 sendUrl INFO 83 [826] R:OK -2015-03-11 18:08:18 queue INFO >>83 [827] -2015-03-11 18:08:18 sendUrl INFO 83 [827] R:OK -2015-03-11 18:09:08 queue INFO >>83 [828] -2015-03-11 18:09:09 sendUrl INFO 83 [828] R:OK -2015-03-11 18:09:58 queue INFO >>83 [829] -2015-03-11 18:09:59 sendUrl INFO 83 [829] R:OK -2015-03-11 18:10:49 queue INFO >>83 [830] -2015-03-11 18:10:49 sendUrl INFO 83 [830] R:OK -2015-03-11 18:11:39 queue INFO >>83 [831] -2015-03-11 18:11:39 sendUrl INFO 83 [831] R:OK -2015-03-11 18:12:29 queue INFO >>83 [832] -2015-03-11 18:12:29 sendUrl INFO 83 [832] R:OK -2015-03-11 18:13:19 queue INFO >>83 [833] -2015-03-11 18:13:19 sendUrl INFO 83 [833] R:OK -2015-03-11 18:13:24 queue INFO 87 [834] -2015-03-11 18:13:24 queue INFO >87 [835] -2015-03-11 18:13:24 sendUrl INFO 87 [834] R:OK -2015-03-11 18:13:25 sendUrl INFO 87 [835] R:OK -2015-03-11 18:13:26 queue INFO 83 [836] -2015-03-11 18:13:26 sendUrl INFO 83 [836] R:OK -2015-03-11 18:13:26 queue INFO >83 [837] -2015-03-11 18:13:26 sendUrl INFO 83 [837] R:OK -2015-03-11 18:14:16 queue INFO >>83 [838] -2015-03-11 18:14:16 sendUrl INFO 83 [838] R:OK -2015-03-11 18:15:06 queue INFO >>83 [839] -2015-03-11 18:15:06 sendUrl INFO 83 [839] R:OK -2015-03-11 18:15:56 queue INFO >>83 [840] -2015-03-11 18:15:56 sendUrl INFO 83 [840] R:OK -2015-03-11 18:16:46 queue INFO >>83 [841] -2015-03-11 18:16:47 sendUrl INFO 83 [841] R:OK -2015-03-11 18:17:36 queue INFO >>83 [842] -2015-03-11 18:17:36 sendUrl INFO 83 [842] R:OK -2015-03-11 18:18:26 queue INFO >>83 [843] -2015-03-11 18:18:27 sendUrl INFO 83 [843] R:OK -2015-03-11 18:19:17 queue INFO >>83 [844] -2015-03-11 18:19:17 sendUrl INFO 83 [844] R:OK -2015-03-11 18:20:07 queue INFO >>83 [845] -2015-03-11 18:20:07 sendUrl INFO 83 [845] R:OK -2015-03-11 18:20:57 queue INFO >>83 [846] -2015-03-11 18:20:57 sendUrl INFO 83 [846] R:OK -2015-03-11 18:20:58 queue INFO 87 [847] -2015-03-11 18:20:58 queue INFO >87 [848] -2015-03-11 18:20:59 sendUrl INFO 87 [847] R:OK -2015-03-11 18:20:59 sendUrl INFO 87 [848] R:OK -2015-03-11 18:21:00 queue INFO 83 [849] -2015-03-11 18:21:00 queue INFO >83 [850] -2015-03-11 18:21:00 sendUrl INFO 83 [849] R:OK -2015-03-11 18:21:01 sendUrl INFO 83 [850] R:OK -2015-03-11 18:21:50 queue INFO >>83 [851] -2015-03-11 18:21:50 sendUrl INFO 83 [851] R:OK -2015-03-11 18:22:40 queue INFO >>83 [852] -2015-03-11 18:22:40 sendUrl INFO 83 [852] R:OK -2015-03-11 18:23:30 queue INFO >>83 [853] -2015-03-11 18:23:31 sendUrl INFO 83 [853] R:OK -2015-03-11 18:24:20 queue INFO >>83 [854] -2015-03-11 18:24:21 sendUrl INFO 83 [854] R:OK -2015-03-11 18:25:11 queue INFO >>83 [855] -2015-03-11 18:25:11 sendUrl INFO 83 [855] R:OK -2015-03-11 18:26:01 queue INFO >>83 [856] -2015-03-11 18:26:01 sendUrl INFO 83 [856] R:OK -2015-03-11 18:26:51 queue INFO >>83 [857] -2015-03-11 18:26:51 sendUrl INFO 83 [857] R:OK -2015-03-11 18:26:51 queue INFO 81 [858] -2015-03-11 18:26:52 queue INFO >81 [859] -2015-03-11 18:26:52 sendUrl INFO 81 [858] R:OK -2015-03-11 18:26:52 sendUrl INFO 81 [859] R:OK -2015-03-11 18:27:41 queue INFO >>81 [860] -2015-03-11 18:27:42 sendUrl INFO 81 [860] R:OK -2015-03-11 18:28:28 queue INFO 91 [861] -2015-03-11 18:28:28 queue INFO 99 [862] -2015-03-11 18:28:28 sendUrl INFO 91 [861] R:OK -2015-03-11 18:28:28 queue INFO >99 [863] -2015-03-11 18:28:29 sendUrl INFO 99 [862] R:OK -2015-03-11 18:28:29 sendUrl INFO 99 [863] R:OK -2015-03-11 18:29:18 queue INFO >>99 [864] -2015-03-11 18:29:19 sendUrl INFO 99 [864] R:OK -2015-03-11 18:30:09 queue INFO >>99 [865] -2015-03-11 18:30:09 sendUrl INFO 99 [865] R:OK -2015-03-11 18:30:28 queue INFO 1 [866] -2015-03-11 18:30:29 sendUrl INFO 1 [866] R:OK -2015-03-11 18:30:29 queue INFO >1 [867] -2015-03-11 18:30:29 sendUrl INFO 1 [867] R:OK -2015-03-11 18:30:41 queue INFO 81 [868] -2015-03-11 18:30:42 queue INFO >81 [869] -2015-03-11 18:30:42 sendUrl INFO 81 [868] R:OK -2015-03-11 18:30:42 sendUrl INFO 81 [869] R:OK -2015-03-11 18:31:01 queue INFO 83 [870] -2015-03-11 18:31:01 queue INFO >83 [871] -2015-03-11 18:31:01 sendUrl INFO 83 [870] R:OK -2015-03-11 18:31:02 sendUrl INFO 83 [871] R:OK -2015-03-11 18:31:39 queue INFO 87 [872] -2015-03-11 18:31:39 queue INFO >87 [873] -2015-03-11 18:31:40 sendUrl INFO 87 [872] R:OK -2015-03-11 18:31:40 sendUrl INFO 87 [873] R:OK -2015-03-11 18:31:41 queue INFO 83 [874] -2015-03-11 18:31:41 queue INFO >83 [875] -2015-03-11 18:31:41 sendUrl INFO 83 [874] R:OK -2015-03-11 18:31:42 sendUrl INFO 83 [875] R:OK -2015-03-11 18:32:31 queue INFO >>83 [876] -2015-03-11 18:32:31 sendUrl INFO 83 [876] R:OK -2015-03-11 18:33:21 queue INFO >>83 [877] -2015-03-11 18:33:21 sendUrl INFO 83 [877] R:OK -2015-03-11 18:34:11 queue INFO >>83 [878] -2015-03-11 18:34:12 sendUrl INFO 83 [878] R:OK -2015-03-11 18:35:01 queue INFO >>83 [879] -2015-03-11 18:35:02 sendUrl INFO 83 [879] R:OK -2015-03-11 18:35:52 queue INFO >>83 [880] -2015-03-11 18:35:52 sendUrl INFO 83 [880] R:OK -2015-03-11 18:36:42 queue INFO >>83 [881] -2015-03-11 18:36:42 sendUrl INFO 83 [881] R:OK -2015-03-11 18:37:32 queue INFO >>83 [882] -2015-03-11 18:37:32 sendUrl INFO 83 [882] R:OK -2015-03-11 18:38:22 queue INFO >>83 [883] -2015-03-11 18:38:22 sendUrl INFO 83 [883] R:OK -2015-03-11 18:39:12 queue INFO >>83 [884] -2015-03-11 18:39:13 sendUrl INFO 83 [884] R:OK -2015-03-11 18:39:13 queue INFO 87 [885] -2015-03-11 18:39:14 sendUrl INFO 87 [885] R:OK -2015-03-11 18:39:14 queue INFO >87 [886] -2015-03-11 18:39:14 sendUrl INFO 87 [886] R:OK -2015-03-11 18:39:15 queue INFO 83 [887] -2015-03-11 18:39:15 queue INFO >83 [888] -2015-03-11 18:39:16 sendUrl INFO 83 [887] R:OK -2015-03-11 18:39:16 sendUrl INFO 83 [888] R:OK -2015-03-11 18:40:05 queue INFO >>83 [889] -2015-03-11 18:40:05 sendUrl INFO 83 [889] R:OK -2015-03-11 18:40:55 queue INFO >>83 [890] -2015-03-11 18:40:56 sendUrl INFO 83 [890] R:OK -2015-03-11 18:41:45 queue INFO >>83 [891] -2015-03-11 18:41:46 sendUrl INFO 83 [891] R:OK -2015-03-11 18:42:36 queue INFO >>83 [892] -2015-03-11 18:42:36 sendUrl INFO 83 [892] R:OK -2015-03-11 18:43:26 queue INFO >>83 [893] -2015-03-11 18:43:26 sendUrl INFO 83 [893] R:OK -2015-03-11 18:44:16 queue INFO >>83 [894] -2015-03-11 18:44:16 sendUrl INFO 83 [894] R:OK -2015-03-11 18:45:06 queue INFO >>83 [895] -2015-03-11 18:45:06 sendUrl INFO 83 [895] R:OK -2015-03-11 18:45:56 queue INFO >>83 [896] -2015-03-11 18:45:56 sendUrl INFO 83 [896] R:OK -2015-03-11 18:46:46 queue INFO >>83 [897] -2015-03-11 18:46:47 sendUrl INFO 83 [897] R:OK -2015-03-11 18:46:48 queue INFO 87 [898] -2015-03-11 18:46:48 queue INFO >87 [899] -2015-03-11 18:46:48 sendUrl INFO 87 [898] R:OK -2015-03-11 18:46:49 sendUrl INFO 87 [899] R:OK -2015-03-11 18:46:49 queue INFO 83 [900] -2015-03-11 18:46:50 sendUrl INFO 83 [900] R:OK -2015-03-11 18:46:50 queue INFO >83 [901] -2015-03-11 18:46:50 sendUrl INFO 83 [901] R:OK -2015-03-11 18:47:40 queue INFO >>83 [902] -2015-03-11 18:47:40 sendUrl INFO 83 [902] R:OK -2015-03-11 18:48:30 queue INFO >>83 [903] -2015-03-11 18:48:30 sendUrl INFO 83 [903] R:OK -2015-03-11 18:49:20 queue INFO >>83 [904] -2015-03-11 18:49:20 sendUrl INFO 83 [904] R:OK -2015-03-11 18:50:10 queue INFO >>83 [905] -2015-03-11 18:50:10 sendUrl INFO 83 [905] R:OK -2015-03-11 18:51:00 queue INFO >>83 [906] -2015-03-11 18:51:01 sendUrl INFO 83 [906] R:OK -2015-03-11 18:51:50 queue INFO >>83 [907] -2015-03-11 18:51:51 sendUrl INFO 83 [907] R:OK -2015-03-11 18:52:40 queue INFO >>83 [908] -2015-03-11 18:52:41 sendUrl INFO 83 [908] R:OK -2015-03-11 18:53:31 queue INFO >>83 [909] -2015-03-11 18:53:31 sendUrl INFO 83 [909] R:OK -2015-03-11 18:54:21 queue INFO >>83 [910] -2015-03-11 18:54:21 sendUrl INFO 83 [910] R:OK -2015-03-11 18:54:22 queue INFO 87 [911] -2015-03-11 18:54:22 queue INFO >87 [912] -2015-03-11 18:54:23 sendUrl INFO 87 [911] R:OK -2015-03-11 18:54:23 sendUrl INFO 87 [912] R:OK -2015-03-11 18:54:24 queue INFO 83 [913] -2015-03-11 18:54:24 queue INFO >83 [914] -2015-03-11 18:54:24 sendUrl INFO 83 [913] R:OK -2015-03-11 18:54:25 sendUrl INFO 83 [914] R:OK -2015-03-11 18:55:14 queue INFO >>83 [915] -2015-03-11 18:55:14 sendUrl INFO 83 [915] R:OK -2015-03-11 18:56:04 queue INFO >>83 [916] -2015-03-11 18:56:04 sendUrl INFO 83 [916] R:OK -2015-03-11 18:56:54 queue INFO >>83 [917] -2015-03-11 18:56:55 sendUrl INFO 83 [917] R:OK -2015-03-11 18:57:44 queue INFO >>83 [918] -2015-03-11 18:57:44 sendUrl INFO 83 [918] R:OK -2015-03-11 18:58:34 queue INFO >>83 [919] -2015-03-11 18:58:35 sendUrl INFO 83 [919] R:OK -2015-03-11 18:59:25 queue INFO >>83 [920] -2015-03-11 18:59:25 sendUrl INFO 83 [920] R:OK -2015-03-11 19:00:15 queue INFO >>83 [921] -2015-03-11 19:00:15 sendUrl INFO 83 [921] R:OK -2015-03-11 19:01:05 queue INFO >>83 [922] -2015-03-11 19:01:05 sendUrl INFO 83 [922] R:OK -2015-03-11 19:01:55 queue INFO >>83 [923] -2015-03-11 19:01:55 sendUrl INFO 83 [923] R:OK -2015-03-11 19:01:56 queue INFO C7 [924] -2015-03-11 19:01:56 queue INFO >C7 [925] -2015-03-11 19:01:57 sendUrl INFO C7 [924] R:OK -2015-03-11 19:01:57 sendUrl INFO C7 [925] R:OK -2015-03-11 19:01:58 queue INFO C3 [926] -2015-03-11 19:01:58 queue INFO >C3 [927] -2015-03-11 19:01:58 sendUrl INFO C3 [926] R:OK -2015-03-11 19:01:59 sendUrl INFO C3 [927] R:OK -2015-03-11 19:02:48 queue INFO >>C3 [928] -2015-03-11 19:02:48 sendUrl INFO C3 [928] R:OK -2015-03-11 19:03:38 queue INFO >>C3 [929] -2015-03-11 19:03:38 sendUrl INFO C3 [929] R:OK -2015-03-11 19:04:28 queue INFO >>C3 [930] -2015-03-11 19:04:29 sendUrl INFO C3 [930] R:OK -2015-03-11 19:05:18 queue INFO >>C3 [931] -2015-03-11 19:05:19 sendUrl INFO C3 [931] R:OK -2015-03-11 19:06:09 queue INFO >>C3 [932] -2015-03-11 19:06:09 sendUrl INFO C3 [932] R:OK -2015-03-11 19:06:59 queue INFO >>C3 [933] -2015-03-11 19:06:59 sendUrl INFO C3 [933] R:OK -2015-03-11 19:07:49 queue INFO >>C3 [934] -2015-03-11 19:07:49 sendUrl INFO C3 [934] R:OK -2015-03-11 19:08:39 queue INFO >>C3 [935] -2015-03-11 19:08:39 sendUrl INFO C3 [935] R:OK -2015-03-11 19:09:29 queue INFO >>C3 [936] -2015-03-11 19:09:29 sendUrl INFO C3 [936] R:OK -2015-03-11 19:09:51 queue INFO 83 [937] -2015-03-11 19:09:51 queue INFO >83 [938] -2015-03-11 19:09:52 sendUrl INFO 83 [937] R:OK -2015-03-11 19:09:52 queue INFO 87 [939] -2015-03-11 19:09:52 sendUrl INFO 83 [938] R:OK -2015-03-11 19:09:52 queue INFO >87 [940] -2015-03-11 19:09:53 sendUrl INFO 87 [939] R:OK -2015-03-11 19:09:53 sendUrl INFO 87 [940] R:OK -2015-03-11 19:09:54 queue INFO 83 [941] -2015-03-11 19:09:54 queue INFO >83 [942] -2015-03-11 19:09:54 sendUrl INFO 83 [941] R:OK -2015-03-11 19:09:55 sendUrl INFO 83 [942] R:OK -2015-03-11 19:09:56 queue INFO 81 [943] -2015-03-11 19:09:57 queue INFO >81 [944] -2015-03-11 19:09:57 sendUrl INFO 81 [943] R:OK -2015-03-11 19:09:57 sendUrl INFO 81 [944] R:OK -2015-03-11 19:10:13 queue INFO 83 [945] -2015-03-11 19:10:13 queue INFO >83 [946] -2015-03-11 19:10:13 sendUrl INFO 83 [945] R:OK -2015-03-11 19:10:14 sendUrl INFO 83 [946] R:OK -2015-03-11 19:11:03 queue INFO >>83 [947] -2015-03-11 19:11:03 sendUrl INFO 83 [947] R:OK -2015-03-11 19:11:53 queue INFO >>83 [948] -2015-03-11 19:11:53 sendUrl INFO 83 [948] R:OK -2015-03-11 19:12:43 queue INFO >>83 [949] -2015-03-11 19:12:44 sendUrl INFO 83 [949] R:OK -2015-03-11 19:13:34 queue INFO >>83 [950] -2015-03-11 19:13:34 sendUrl INFO 83 [950] R:OK -2015-03-11 19:14:24 queue INFO >>83 [951] -2015-03-11 19:14:24 sendUrl INFO 83 [951] R:OK -2015-03-11 19:15:14 queue INFO >>83 [952] -2015-03-11 19:15:14 sendUrl INFO 83 [952] R:OK -2015-03-11 19:16:04 queue INFO >>83 [953] -2015-03-11 19:16:04 sendUrl INFO 83 [953] R:OK -2015-03-11 19:16:54 queue INFO >>83 [954] -2015-03-11 19:16:54 sendUrl INFO 83 [954] R:OK -2015-03-11 19:17:30 queue INFO 87 [955] -2015-03-11 19:17:30 queue INFO >87 [956] -2015-03-11 19:17:30 sendUrl INFO 87 [955] R:OK -2015-03-11 19:17:31 sendUrl INFO 87 [956] R:OK -2015-03-11 19:17:31 queue INFO 83 [957] -2015-03-11 19:17:32 queue INFO >83 [958] -2015-03-11 19:17:32 sendUrl INFO 83 [957] R:OK -2015-03-11 19:17:32 sendUrl INFO 83 [958] R:OK -2015-03-11 19:18:22 queue INFO >>83 [959] -2015-03-11 19:18:22 sendUrl INFO 83 [959] R:OK -2015-03-11 19:19:12 queue INFO >>83 [960] -2015-03-11 19:19:12 sendUrl INFO 83 [960] R:OK -2015-03-11 19:20:02 queue INFO >>83 [961] -2015-03-11 19:20:02 sendUrl INFO 83 [961] R:OK -2015-03-11 19:20:52 queue INFO >>83 [962] -2015-03-11 19:20:53 sendUrl INFO 83 [962] R:OK -2015-03-11 19:21:42 queue INFO >>83 [963] -2015-03-11 19:21:42 sendUrl INFO 83 [963] R:OK -2015-03-11 19:22:32 queue INFO >>83 [964] -2015-03-11 19:22:33 sendUrl INFO 83 [964] R:OK -2015-03-11 19:23:23 queue INFO >>83 [965] -2015-03-11 19:23:23 sendUrl INFO 83 [965] R:OK -2015-03-11 19:24:13 queue INFO >>83 [966] -2015-03-11 19:24:13 sendUrl INFO 83 [966] R:OK -2015-03-11 19:25:03 queue INFO >>83 [967] -2015-03-11 19:25:03 sendUrl INFO 83 [967] R:OK -2015-03-11 19:25:04 queue INFO 87 [968] -2015-03-11 19:25:04 queue INFO >87 [969] -2015-03-11 19:25:05 sendUrl INFO 87 [968] R:OK -2015-03-11 19:25:05 sendUrl INFO 87 [969] R:OK -2015-03-11 19:25:06 queue INFO 83 [970] -2015-03-11 19:25:06 queue INFO >83 [971] -2015-03-11 19:25:06 sendUrl INFO 83 [970] R:OK -2015-03-11 19:25:07 sendUrl INFO 83 [971] R:OK -2015-03-11 19:25:56 queue INFO >>83 [972] -2015-03-11 19:25:57 sendUrl INFO 83 [972] R:OK -2015-03-11 19:26:46 queue INFO >>83 [973] -2015-03-11 19:26:46 sendUrl INFO 83 [973] R:OK -2015-03-11 19:27:36 queue INFO >>83 [974] -2015-03-11 19:27:37 sendUrl INFO 83 [974] R:OK -2015-03-11 19:28:26 queue INFO >>83 [975] -2015-03-11 19:28:27 sendUrl INFO 83 [975] R:OK -2015-03-11 19:29:17 queue INFO >>83 [976] -2015-03-11 19:29:17 sendUrl INFO 83 [976] R:OK -2015-03-11 19:30:07 queue INFO >>83 [977] -2015-03-11 19:30:07 sendUrl INFO 83 [977] R:OK -2015-03-11 19:30:57 queue INFO >>83 [978] -2015-03-11 19:30:57 sendUrl INFO 83 [978] R:OK -2015-03-11 19:31:47 queue INFO >>83 [979] -2015-03-11 19:31:47 sendUrl INFO 83 [979] R:OK -2015-03-11 19:32:37 queue INFO >>83 [980] -2015-03-11 19:32:38 sendUrl INFO 83 [980] R:OK -2015-03-11 19:32:38 queue INFO 87 [981] -2015-03-11 19:32:39 queue INFO >87 [982] -2015-03-11 19:32:39 sendUrl INFO 87 [981] R:OK -2015-03-11 19:32:39 sendUrl INFO 87 [982] R:OK -2015-03-11 19:32:40 queue INFO 83 [983] -2015-03-11 19:32:40 queue INFO >83 [984] -2015-03-11 19:32:40 sendUrl INFO 83 [983] R:OK -2015-03-11 19:32:41 sendUrl INFO 83 [984] R:OK -2015-03-11 19:33:30 queue INFO >>83 [985] -2015-03-11 19:33:31 sendUrl INFO 83 [985] R:OK -2015-03-11 19:34:20 queue INFO >>83 [986] -2015-03-11 19:34:21 sendUrl INFO 83 [986] R:OK -2015-03-11 19:35:10 queue INFO >>83 [987] -2015-03-11 19:35:11 sendUrl INFO 83 [987] R:OK -2015-03-11 19:36:01 queue INFO >>83 [988] -2015-03-11 19:36:01 sendUrl INFO 83 [988] R:OK -2015-03-11 19:36:51 queue INFO >>83 [989] -2015-03-11 19:36:51 sendUrl INFO 83 [989] R:OK -2015-03-11 19:37:41 queue INFO >>83 [990] -2015-03-11 19:37:41 sendUrl INFO 83 [990] R:OK -2015-03-11 19:38:31 queue INFO >>83 [991] -2015-03-11 19:38:31 sendUrl INFO 83 [991] R:OK -2015-03-11 19:39:21 queue INFO >>83 [992] -2015-03-11 19:39:21 sendUrl INFO 83 [992] R:OK -2015-03-11 19:40:11 queue INFO >>83 [993] -2015-03-11 19:40:12 sendUrl INFO 83 [993] R:OK -2015-03-11 19:40:13 queue INFO 87 [994] -2015-03-11 19:40:13 queue INFO >87 [995] -2015-03-11 19:40:13 sendUrl INFO 87 [994] R:OK -2015-03-11 19:40:14 sendUrl INFO 87 [995] R:OK -2015-03-11 19:40:14 queue INFO 83 [996] -2015-03-11 19:40:15 queue INFO >83 [997] -2015-03-11 19:40:15 sendUrl INFO 83 [996] R:OK -2015-03-11 19:40:15 sendUrl INFO 83 [997] R:OK -2015-03-11 19:41:05 queue INFO >>83 [998] -2015-03-11 19:41:05 sendUrl INFO 83 [998] R:OK -2015-03-11 19:41:55 queue INFO >>83 [999] -2015-03-11 19:41:55 sendUrl INFO 83 [999] R:OK -2015-03-11 19:42:45 queue INFO >>83 [0] -2015-03-11 19:42:45 sendUrl INFO 83 [0] R:OK -2015-03-11 19:43:35 queue INFO >>83 [1] -2015-03-11 19:43:36 sendUrl INFO 83 [1] R:OK -2015-03-11 19:44:25 queue INFO >>83 [2] -2015-03-11 19:44:25 sendUrl INFO 83 [2] R:OK -2015-03-11 19:45:15 queue INFO >>83 [3] -2015-03-11 19:45:16 sendUrl INFO 83 [3] R:OK -2015-03-11 19:46:05 queue INFO >>83 [4] -2015-03-11 19:46:06 sendUrl INFO 83 [4] R:OK -2015-03-11 19:46:56 queue INFO >>83 [5] -2015-03-11 19:46:56 sendUrl INFO 83 [5] R:OK -2015-03-11 19:47:46 queue INFO >>83 [6] -2015-03-11 19:47:46 sendUrl INFO 83 [6] R:OK -2015-03-11 19:47:59 queue INFO C7 [7] -2015-03-11 19:47:59 sendUrl INFO C7 [7] R:OK -2015-03-11 19:47:59 queue INFO >C7 [8] -2015-03-11 19:47:59 sendUrl INFO C7 [8] R:OK -2015-03-11 19:48:00 queue INFO C3 [9] -2015-03-11 19:48:00 queue INFO >C3 [10] -2015-03-11 19:48:01 sendUrl INFO C3 [9] R:OK -2015-03-11 19:48:01 sendUrl INFO C3 [10] R:OK -2015-03-11 19:48:50 queue INFO >>C3 [11] -2015-03-11 19:48:51 sendUrl INFO C3 [11] R:OK -2015-03-11 19:49:41 queue INFO >>C3 [12] -2015-03-11 19:49:41 sendUrl INFO C3 [12] R:OK -2015-03-11 19:50:31 queue INFO >>C3 [13] -2015-03-11 19:50:31 sendUrl INFO C3 [13] R:OK -2015-03-11 19:51:21 queue INFO >>C3 [14] -2015-03-11 19:51:21 sendUrl INFO C3 [14] R:OK -2015-03-11 19:52:11 queue INFO >>C3 [15] -2015-03-11 19:52:11 sendUrl INFO C3 [15] R:OK -2015-03-11 19:53:01 queue INFO >>C3 [16] -2015-03-11 19:53:01 sendUrl INFO C3 [16] R:OK -2015-03-11 19:53:51 queue INFO >>C3 [17] -2015-03-11 19:53:52 sendUrl INFO C3 [17] R:OK -2015-03-11 19:54:41 queue INFO >>C3 [18] -2015-03-11 19:54:42 sendUrl INFO C3 [18] R:OK -2015-03-11 19:55:32 queue INFO >>C3 [19] -2015-03-11 19:55:32 sendUrl INFO C3 [19] R:OK -2015-03-11 19:55:32 queue INFO 83 [20] -2015-03-11 19:55:32 queue INFO >83 [21] -2015-03-11 19:55:32 sendUrl INFO 83 [20] R:OK -2015-03-11 19:55:33 sendUrl INFO 83 [21] R:OK -2015-03-11 19:55:33 queue INFO 87 [22] -2015-03-11 19:55:33 queue INFO >87 [23] -2015-03-11 19:55:33 sendUrl INFO 87 [22] R:OK -2015-03-11 19:55:34 sendUrl INFO 87 [23] R:OK -2015-03-11 19:55:34 queue INFO 83 [24] -2015-03-11 19:55:35 queue INFO >83 [25] -2015-03-11 19:55:35 sendUrl INFO 83 [24] R:OK -2015-03-11 19:55:35 sendUrl INFO 83 [25] R:OK -2015-03-11 19:56:25 queue INFO >>83 [26] -2015-03-11 19:56:25 sendUrl INFO 83 [26] R:OK -2015-03-11 19:57:15 queue INFO >>83 [27] -2015-03-11 19:57:15 sendUrl INFO 83 [27] R:OK -2015-03-11 19:58:05 queue INFO >>83 [28] -2015-03-11 19:58:05 sendUrl INFO 83 [28] R:OK -2015-03-11 19:58:55 queue INFO >>83 [29] -2015-03-11 19:58:56 sendUrl INFO 83 [29] R:OK -2015-03-11 19:59:45 queue INFO >>83 [30] -2015-03-11 19:59:45 sendUrl INFO 83 [30] R:OK -2015-03-11 20:00:35 queue INFO >>83 [31] -2015-03-11 20:00:36 sendUrl INFO 83 [31] R:OK -2015-03-11 20:01:25 queue INFO >>83 [32] -2015-03-11 20:01:26 sendUrl INFO 83 [32] R:OK -2015-03-11 20:02:16 queue INFO >>83 [33] -2015-03-11 20:02:16 sendUrl INFO 83 [33] R:OK -2015-03-11 20:03:06 queue INFO >>83 [34] -2015-03-11 20:03:06 sendUrl INFO 83 [34] R:OK -2015-03-11 20:03:11 queue INFO 87 [35] -2015-03-11 20:03:11 sendUrl INFO 87 [35] R:OK -2015-03-11 20:03:11 queue INFO >87 [36] -2015-03-11 20:03:11 sendUrl INFO 87 [36] R:OK -2015-03-11 20:03:12 queue INFO 83 [37] -2015-03-11 20:03:12 queue INFO >83 [38] -2015-03-11 20:03:13 sendUrl INFO 83 [37] R:OK -2015-03-11 20:03:13 sendUrl INFO 83 [38] R:OK -2015-03-11 20:04:02 queue INFO >>83 [39] -2015-03-11 20:04:03 sendUrl INFO 83 [39] R:OK -2015-03-11 20:04:53 queue INFO >>83 [40] -2015-03-11 20:04:53 sendUrl INFO 83 [40] R:OK -2015-03-11 20:05:09 queue INFO 81 [41] -2015-03-11 20:05:09 queue INFO >81 [42] -2015-03-11 20:05:10 sendUrl INFO 81 [41] R:OK -2015-03-11 20:05:10 sendUrl INFO 81 [42] R:OK -2015-03-11 20:05:59 queue INFO >>81 [43] -2015-03-11 20:06:00 sendUrl INFO 81 [43] R:OK -2015-03-11 20:06:49 queue INFO >>81 [44] -2015-03-11 20:06:50 sendUrl INFO 81 [44] R:OK -2015-03-11 20:07:40 queue INFO >>81 [45] -2015-03-11 20:07:40 sendUrl INFO 81 [45] R:OK -2015-03-11 20:08:30 queue INFO >>81 [46] -2015-03-11 20:08:30 sendUrl INFO 81 [46] R:OK -2015-03-11 20:09:20 queue INFO >>81 [47] -2015-03-11 20:09:20 sendUrl INFO 81 [47] R:OK -2015-03-11 20:10:10 queue INFO >>81 [48] -2015-03-11 20:10:10 sendUrl INFO 81 [48] R:OK -2015-03-11 20:11:00 queue INFO >>81 [49] -2015-03-11 20:11:01 sendUrl INFO 81 [49] R:OK -2015-03-11 20:11:05 queue INFO 83 [50] -2015-03-11 20:11:05 queue INFO >83 [51] -2015-03-11 20:11:05 sendUrl INFO 83 [50] R:OK -2015-03-11 20:11:06 sendUrl INFO 83 [51] R:OK -2015-03-11 20:11:38 queue INFO 87 [52] -2015-03-11 20:11:39 queue INFO >87 [53] -2015-03-11 20:11:39 sendUrl INFO 87 [52] R:OK -2015-03-11 20:11:39 sendUrl INFO 87 [53] R:OK -2015-03-11 20:11:40 queue INFO 83 [54] -2015-03-11 20:11:40 sendUrl INFO 83 [54] R:OK -2015-03-11 20:11:40 queue INFO >83 [55] -2015-03-11 20:11:41 sendUrl INFO 83 [55] R:OK -2015-03-11 20:12:30 queue INFO >>83 [56] -2015-03-11 20:12:30 sendUrl INFO 83 [56] R:OK -2015-03-11 20:13:20 queue INFO >>83 [57] -2015-03-11 20:13:21 sendUrl INFO 83 [57] R:OK -2015-03-11 20:14:10 queue INFO >>83 [58] -2015-03-11 20:14:11 sendUrl INFO 83 [58] R:OK -2015-03-11 20:15:01 queue INFO >>83 [59] -2015-03-11 20:15:01 sendUrl INFO 83 [59] R:OK -2015-03-11 20:15:51 queue INFO >>83 [60] -2015-03-11 20:15:51 sendUrl INFO 83 [60] R:OK -2015-03-11 20:16:41 queue INFO >>83 [61] -2015-03-11 20:16:41 sendUrl INFO 83 [61] R:OK -2015-03-11 20:17:31 queue INFO >>83 [62] -2015-03-11 20:17:31 sendUrl INFO 83 [62] R:OK -2015-03-11 20:18:21 queue INFO >>83 [63] -2015-03-11 20:18:22 sendUrl INFO 83 [63] R:OK -2015-03-11 20:19:11 queue INFO >>83 [64] -2015-03-11 20:19:12 sendUrl INFO 83 [64] R:OK -2015-03-11 20:19:13 queue INFO 87 [65] -2015-03-11 20:19:13 queue INFO >87 [66] -2015-03-11 20:19:13 sendUrl INFO 87 [65] R:OK -2015-03-11 20:19:14 sendUrl INFO 87 [66] R:OK -2015-03-11 20:19:14 queue INFO 83 [67] -2015-03-11 20:19:14 queue INFO >83 [68] -2015-03-11 20:19:15 sendUrl INFO 83 [67] R:OK -2015-03-11 20:19:15 sendUrl INFO 83 [68] R:OK -2015-03-11 20:20:04 queue INFO >>83 [69] -2015-03-11 20:20:04 sendUrl INFO 83 [69] R:OK -2015-03-11 20:20:54 queue INFO >>83 [70] -2015-03-11 20:20:55 sendUrl INFO 83 [70] R:OK -2015-03-11 20:21:45 queue INFO >>83 [71] -2015-03-11 20:21:45 sendUrl INFO 83 [71] R:OK -2015-03-11 20:22:35 queue INFO >>83 [72] -2015-03-11 20:22:35 sendUrl INFO 83 [72] R:OK -2015-03-11 20:23:25 queue INFO >>83 [73] -2015-03-11 20:23:25 sendUrl INFO 83 [73] R:OK -2015-03-11 20:24:15 queue INFO >>83 [74] -2015-03-11 20:24:16 sendUrl INFO 83 [74] R:OK -2015-03-11 20:25:05 queue INFO >>83 [75] -2015-03-11 20:25:05 sendUrl INFO 83 [75] R:OK -2015-03-11 20:25:55 queue INFO >>83 [76] -2015-03-11 20:25:56 sendUrl INFO 83 [76] R:OK -2015-03-11 20:26:46 queue INFO >>83 [77] -2015-03-11 20:26:46 sendUrl INFO 83 [77] R:OK -2015-03-11 20:26:47 queue INFO 87 [78] -2015-03-11 20:26:47 sendUrl INFO 87 [78] R:OK -2015-03-11 20:26:47 queue INFO >87 [79] -2015-03-11 20:26:48 sendUrl INFO 87 [79] R:OK -2015-03-11 20:26:49 queue INFO 83 [80] -2015-03-11 20:26:49 queue INFO >83 [81] -2015-03-11 20:26:49 sendUrl INFO 83 [80] R:OK -2015-03-11 20:26:50 sendUrl INFO 83 [81] R:OK -2015-03-11 20:27:39 queue INFO >>83 [82] -2015-03-11 20:27:39 sendUrl INFO 83 [82] R:OK -2015-03-11 20:28:29 queue INFO >>83 [83] -2015-03-11 20:28:29 sendUrl INFO 83 [83] R:OK -2015-03-11 20:29:19 queue INFO >>83 [84] -2015-03-11 20:29:20 sendUrl INFO 83 [84] R:OK -2015-03-11 20:30:09 queue INFO >>83 [85] -2015-03-11 20:30:09 sendUrl INFO 83 [85] R:OK -2015-03-11 20:30:59 queue INFO >>83 [86] -2015-03-11 20:31:00 sendUrl INFO 83 [86] R:OK -2015-03-11 20:31:49 queue INFO >>83 [87] -2015-03-11 20:31:50 sendUrl INFO 83 [87] R:OK -2015-03-11 20:32:40 queue INFO >>83 [88] -2015-03-11 20:32:40 sendUrl INFO 83 [88] R:OK -2015-03-11 20:33:30 queue INFO >>83 [89] -2015-03-11 20:33:30 sendUrl INFO 83 [89] R:OK -2015-03-11 20:34:20 queue INFO >>83 [90] -2015-03-11 20:34:20 sendUrl INFO 83 [90] R:OK -2015-03-11 20:34:21 queue INFO 87 [91] -2015-03-11 20:34:21 queue INFO >87 [92] -2015-03-11 20:34:22 sendUrl INFO 87 [91] R:OK -2015-03-11 20:34:22 sendUrl INFO 87 [92] R:OK -2015-03-11 20:34:23 queue INFO 83 [93] -2015-03-11 20:34:23 queue INFO >83 [94] -2015-03-11 20:34:23 sendUrl INFO 83 [93] R:OK -2015-03-11 20:34:24 sendUrl INFO 83 [94] R:OK -2015-03-11 20:35:13 queue INFO >>83 [95] -2015-03-11 20:35:13 sendUrl INFO 83 [95] R:OK -2015-03-11 20:36:03 queue INFO >>83 [96] -2015-03-11 20:36:03 sendUrl INFO 83 [96] R:OK -2015-03-11 20:36:53 queue INFO >>83 [97] -2015-03-11 20:36:54 sendUrl INFO 83 [97] R:OK -2015-03-11 20:37:43 queue INFO >>83 [98] -2015-03-11 20:37:44 sendUrl INFO 83 [98] R:OK -2015-03-11 20:38:34 queue INFO >>83 [99] -2015-03-11 20:38:34 sendUrl INFO 83 [99] R:OK -2015-03-11 20:39:24 queue INFO >>83 [100] -2015-03-11 20:39:24 sendUrl INFO 83 [100] R:OK -2015-03-11 20:40:14 queue INFO >>83 [101] -2015-03-11 20:40:14 sendUrl INFO 83 [101] R:OK -2015-03-11 20:41:04 queue INFO >>83 [102] -2015-03-11 20:41:04 sendUrl INFO 83 [102] R:OK -2015-03-11 20:41:54 queue INFO >>83 [103] -2015-03-11 20:41:55 sendUrl INFO 83 [103] R:OK -2015-03-11 20:41:55 queue INFO C7 [104] -2015-03-11 20:41:56 queue INFO >C7 [105] -2015-03-11 20:41:56 sendUrl INFO C7 [104] R:OK -2015-03-11 20:41:56 sendUrl INFO C7 [105] R:OK -2015-03-11 20:41:57 queue INFO C3 [106] -2015-03-11 20:41:57 sendUrl INFO C3 [106] R:OK -2015-03-11 20:41:57 queue INFO >C3 [107] -2015-03-11 20:41:58 sendUrl INFO C3 [107] R:OK -2015-03-11 20:42:47 queue INFO >>C3 [108] -2015-03-11 20:42:47 sendUrl INFO C3 [108] R:OK -2015-03-11 20:43:37 queue INFO >>C3 [109] -2015-03-11 20:43:38 sendUrl INFO C3 [109] R:OK -2015-03-11 20:44:27 queue INFO >>C3 [110] -2015-03-11 20:44:28 sendUrl INFO C3 [110] R:OK -2015-03-11 20:45:18 queue INFO >>C3 [111] -2015-03-11 20:45:18 sendUrl INFO C3 [111] R:OK -2015-03-11 20:46:08 queue INFO >>C3 [112] -2015-03-11 20:46:08 sendUrl INFO C3 [112] R:OK -2015-03-11 20:46:58 queue INFO >>C3 [113] -2015-03-11 20:46:58 sendUrl INFO C3 [113] R:OK -2015-03-11 20:47:48 queue INFO >>C3 [114] -2015-03-11 20:47:48 sendUrl INFO C3 [114] R:OK -2015-03-11 20:48:38 queue INFO >>C3 [115] -2015-03-11 20:48:39 sendUrl INFO C3 [115] R:OK -2015-03-11 20:49:28 queue INFO >>C3 [116] -2015-03-11 20:49:29 sendUrl INFO C3 [116] R:OK -2015-03-11 20:49:40 queue INFO 83 [117] -2015-03-11 20:49:41 queue INFO >83 [118] -2015-03-11 20:49:41 sendUrl INFO 83 [117] R:OK -2015-03-11 20:49:41 sendUrl INFO 83 [118] R:OK -2015-03-11 20:49:41 queue INFO 87 [119] -2015-03-11 20:49:41 queue INFO >87 [120] -2015-03-11 20:49:42 sendUrl INFO 87 [119] R:OK -2015-03-11 20:49:42 sendUrl INFO 87 [120] R:OK -2015-03-11 20:49:43 queue INFO 83 [121] -2015-03-11 20:49:43 queue INFO >83 [122] -2015-03-11 20:49:43 sendUrl INFO 83 [121] R:OK -2015-03-11 20:49:44 sendUrl INFO 83 [122] R:OK -2015-03-11 20:50:33 queue INFO >>83 [123] -2015-03-11 20:50:33 sendUrl INFO 83 [123] R:OK -2015-03-11 20:51:23 queue INFO >>83 [124] -2015-03-11 20:51:23 sendUrl INFO 83 [124] R:OK -2015-03-11 20:52:13 queue INFO >>83 [125] -2015-03-11 20:52:14 sendUrl INFO 83 [125] R:OK -2015-03-11 20:53:03 queue INFO >>83 [126] -2015-03-11 20:53:03 sendUrl INFO 83 [126] R:OK -2015-03-11 20:53:54 queue INFO >>83 [127] -2015-03-11 20:53:54 sendUrl INFO 83 [127] R:OK -2015-03-11 20:54:44 queue INFO >>83 [128] -2015-03-11 20:54:44 sendUrl INFO 83 [128] R:OK -2015-03-11 20:55:34 queue INFO >>83 [129] -2015-03-11 20:55:34 sendUrl INFO 83 [129] R:OK -2015-03-11 20:56:24 queue INFO >>83 [130] -2015-03-11 20:56:24 sendUrl INFO 83 [130] R:OK -2015-03-11 20:57:14 queue INFO >>83 [131] -2015-03-11 20:57:15 sendUrl INFO 83 [131] R:OK -2015-03-11 20:57:19 queue INFO 87 [132] -2015-03-11 20:57:19 queue INFO >87 [133] -2015-03-11 20:57:19 sendUrl INFO 87 [132] R:OK -2015-03-11 20:57:20 sendUrl INFO 87 [133] R:OK -2015-03-11 20:57:21 queue INFO 83 [134] -2015-03-11 20:57:21 sendUrl INFO 83 [134] R:OK -2015-03-11 20:57:21 queue INFO >83 [135] -2015-03-11 20:57:21 sendUrl INFO 83 [135] R:OK -2015-03-11 20:58:11 queue INFO >>83 [136] -2015-03-11 20:58:11 sendUrl INFO 83 [136] R:OK -2015-03-11 20:59:01 queue INFO >>83 [137] -2015-03-11 20:59:01 sendUrl INFO 83 [137] R:OK -2015-03-11 20:59:51 queue INFO >>83 [138] -2015-03-11 20:59:51 sendUrl INFO 83 [138] R:OK -2015-03-11 21:00:41 queue INFO >>83 [139] -2015-03-11 21:00:41 sendUrl INFO 83 [139] R:OK -2015-03-11 21:01:31 queue INFO >>83 [140] -2015-03-11 21:01:32 sendUrl INFO 83 [140] R:OK -2015-03-11 21:02:21 queue INFO >>83 [141] -2015-03-11 21:02:22 sendUrl INFO 83 [141] R:OK -2015-03-11 21:03:12 queue INFO >>83 [142] -2015-03-11 21:03:12 sendUrl INFO 83 [142] R:OK -2015-03-11 21:04:02 queue INFO >>83 [143] -2015-03-11 21:04:02 sendUrl INFO 83 [143] R:OK -2015-03-11 21:04:52 queue INFO >>83 [144] -2015-03-11 21:04:52 sendUrl INFO 83 [144] R:OK -2015-03-11 21:04:53 queue INFO 87 [145] -2015-03-11 21:04:54 queue INFO >87 [146] -2015-03-11 21:04:54 sendUrl INFO 87 [145] R:OK -2015-03-11 21:04:54 sendUrl INFO 87 [146] R:OK -2015-03-11 21:04:55 queue INFO 83 [147] -2015-03-11 21:04:55 queue INFO >83 [148] -2015-03-11 21:04:55 sendUrl INFO 83 [147] R:OK -2015-03-11 21:04:56 sendUrl INFO 83 [148] R:OK -2015-03-11 21:05:45 queue INFO >>83 [149] -2015-03-11 21:05:45 sendUrl INFO 83 [149] R:OK -2015-03-11 21:06:35 queue INFO >>83 [150] -2015-03-11 21:06:36 sendUrl INFO 83 [150] R:OK -2015-03-11 21:07:25 queue INFO >>83 [151] -2015-03-11 21:07:26 sendUrl INFO 83 [151] R:OK -2015-03-11 21:08:16 queue INFO >>83 [152] -2015-03-11 21:08:16 sendUrl INFO 83 [152] R:OK -2015-03-11 21:09:06 queue INFO >>83 [153] -2015-03-11 21:09:06 sendUrl INFO 83 [153] R:OK -2015-03-11 21:09:56 queue INFO >>83 [154] -2015-03-11 21:09:56 sendUrl INFO 83 [154] R:OK -2015-03-11 21:10:46 queue INFO >>83 [155] -2015-03-11 21:10:46 sendUrl INFO 83 [155] R:OK -2015-03-11 21:11:36 queue INFO >>83 [156] -2015-03-11 21:11:36 sendUrl INFO 83 [156] R:OK -2015-03-11 21:12:26 queue INFO >>83 [157] -2015-03-11 21:12:27 sendUrl INFO 83 [157] R:OK -2015-03-11 21:12:28 queue INFO 87 [158] -2015-03-11 21:12:28 sendUrl INFO 87 [158] R:OK -2015-03-11 21:12:28 queue INFO >87 [159] -2015-03-11 21:12:28 sendUrl INFO 87 [159] R:OK -2015-03-11 21:12:29 queue INFO 83 [160] -2015-03-11 21:12:29 queue INFO >83 [161] -2015-03-11 21:12:30 sendUrl INFO 83 [160] R:OK -2015-03-11 21:12:30 sendUrl INFO 83 [161] R:OK -2015-03-11 21:13:19 queue INFO >>83 [162] -2015-03-11 21:13:19 sendUrl INFO 83 [162] R:OK -2015-03-11 21:14:09 queue INFO >>83 [163] -2015-03-11 21:14:10 sendUrl INFO 83 [163] R:OK -2015-03-11 21:15:00 queue INFO >>83 [164] -2015-03-11 21:15:00 sendUrl INFO 83 [164] R:OK -2015-03-11 21:15:50 queue INFO >>83 [165] -2015-03-11 21:15:50 sendUrl INFO 83 [165] R:OK -2015-03-11 21:16:40 queue INFO >>83 [166] -2015-03-11 21:16:40 sendUrl INFO 83 [166] R:OK -2015-03-11 21:17:30 queue INFO >>83 [167] -2015-03-11 21:17:30 sendUrl INFO 83 [167] R:OK -2015-03-11 21:17:31 queue INFO 89 [168] -2015-03-11 21:17:31 queue INFO >89 [169] -2015-03-11 21:17:32 sendUrl INFO 89 [168] R:OK -2015-03-11 21:17:32 sendUrl INFO 89 [169] R:OK -2015-03-11 21:18:21 queue INFO >>89 [170] -2015-03-11 21:18:21 sendUrl INFO 89 [170] R:OK -2015-03-11 21:19:11 queue INFO >>89 [171] -2015-03-11 21:19:12 sendUrl INFO 89 [171] R:OK -2015-03-11 21:20:02 queue INFO >>89 [172] -2015-03-11 21:20:02 sendUrl INFO 89 [172] R:OK -2015-03-11 21:20:52 queue INFO >>89 [173] -2015-03-11 21:20:52 sendUrl INFO 89 [173] R:OK -2015-03-11 21:21:42 queue INFO >>89 [174] -2015-03-11 21:21:42 sendUrl INFO 89 [174] R:OK -2015-03-11 21:22:32 queue INFO >>89 [175] -2015-03-11 21:22:32 sendUrl INFO 89 [175] R:OK -2015-03-11 21:23:22 queue INFO >>89 [176] -2015-03-11 21:23:22 sendUrl INFO 89 [176] R:OK -2015-03-11 21:24:12 queue INFO >>89 [177] -2015-03-11 21:24:13 sendUrl INFO 89 [177] R:OK -2015-03-11 21:25:02 queue INFO >>89 [178] -2015-03-11 21:25:03 sendUrl INFO 89 [178] R:OK -2015-03-11 21:25:53 queue INFO >>89 [179] -2015-03-11 21:25:53 sendUrl INFO 89 [179] R:OK -2015-03-11 21:26:43 queue INFO >>89 [180] -2015-03-11 21:26:43 sendUrl INFO 89 [180] R:OK -2015-03-11 21:26:44 queue INFO 81 [181] -2015-03-11 21:26:44 sendUrl INFO 81 [181] R:OK -2015-03-11 21:26:44 queue INFO >81 [182] -2015-03-11 21:26:45 sendUrl INFO 81 [182] R:OK -2015-03-11 21:26:47 queue INFO 83 [183] -2015-03-11 21:26:47 queue INFO >83 [184] -2015-03-11 21:26:47 sendUrl INFO 83 [183] R:OK -2015-03-11 21:26:48 sendUrl INFO 83 [184] R:OK -2015-03-11 21:27:37 queue INFO >>83 [185] -2015-03-11 21:27:37 sendUrl INFO 83 [185] R:OK -2015-03-11 21:28:27 queue INFO >>83 [186] -2015-03-11 21:28:27 sendUrl INFO 83 [186] R:OK -2015-03-11 21:28:46 queue INFO 81 [187] -2015-03-11 21:28:47 queue INFO >81 [188] -2015-03-11 21:28:47 sendUrl INFO 81 [187] R:OK -2015-03-11 21:28:47 sendUrl INFO 81 [188] R:OK -2015-03-11 21:28:57 queue INFO 85 [189] -2015-03-11 21:28:57 queue INFO 87 [190] -2015-03-11 21:28:57 sendUrl INFO 85 [189] R:OK -2015-03-11 21:28:57 queue INFO >87 [191] -2015-03-11 21:28:58 sendUrl INFO 87 [190] R:OK -2015-03-11 21:28:58 sendUrl INFO 87 [191] R:OK -2015-03-11 21:28:59 queue INFO 83 [192] -2015-03-11 21:28:59 sendUrl INFO 83 [192] R:OK -2015-03-11 21:28:59 queue INFO >83 [193] -2015-03-11 21:28:59 sendUrl INFO 83 [193] R:OK -2015-03-11 21:29:49 queue INFO >>83 [194] -2015-03-11 21:29:49 sendUrl INFO 83 [194] R:OK -2015-03-11 21:30:39 queue INFO >>83 [195] -2015-03-11 21:30:39 sendUrl INFO 83 [195] R:OK -2015-03-11 21:31:29 queue INFO >>83 [196] -2015-03-11 21:31:29 sendUrl INFO 83 [196] R:OK -2015-03-11 21:32:19 queue INFO >>83 [197] -2015-03-11 21:32:19 sendUrl INFO 83 [197] R:OK -2015-03-11 21:33:09 queue INFO >>83 [198] -2015-03-11 21:33:10 sendUrl INFO 83 [198] R:OK -2015-03-11 21:33:59 queue INFO >>83 [199] -2015-03-11 21:34:00 sendUrl INFO 83 [199] R:OK -2015-03-11 21:34:50 queue INFO >>83 [200] -2015-03-11 21:34:50 sendUrl INFO 83 [200] R:OK -2015-03-11 21:35:40 queue INFO >>83 [201] -2015-03-11 21:35:40 sendUrl INFO 83 [201] R:OK -2015-03-11 21:36:30 queue INFO >>83 [202] -2015-03-11 21:36:30 sendUrl INFO 83 [202] R:OK -2015-03-11 21:36:31 queue INFO C7 [203] -2015-03-11 21:36:32 queue INFO >C7 [204] -2015-03-11 21:36:32 sendUrl INFO C7 [203] R:OK -2015-03-11 21:36:32 sendUrl INFO C7 [204] R:OK -2015-03-11 21:36:33 queue INFO C3 [205] -2015-03-11 21:36:33 queue INFO >C3 [206] -2015-03-11 21:36:33 sendUrl INFO C3 [205] R:OK -2015-03-11 21:36:34 sendUrl INFO C3 [206] R:OK -2015-03-11 21:37:23 queue INFO >>C3 [207] -2015-03-11 21:37:23 sendUrl INFO C3 [207] R:OK -2015-03-11 21:38:13 queue INFO >>C3 [208] -2015-03-11 21:38:13 sendUrl INFO C3 [208] R:OK -2015-03-11 21:39:03 queue INFO >>C3 [209] -2015-03-11 21:39:04 sendUrl INFO C3 [209] R:OK -2015-03-11 21:39:54 queue INFO >>C3 [210] -2015-03-11 21:39:54 sendUrl INFO C3 [210] R:OK -2015-03-11 21:40:44 queue INFO >>C3 [211] -2015-03-11 21:40:44 sendUrl INFO C3 [211] R:OK -2015-03-11 21:41:34 queue INFO >>C3 [212] -2015-03-11 21:41:34 sendUrl INFO C3 [212] R:OK -2015-03-11 21:42:24 queue INFO >>C3 [213] -2015-03-11 21:42:24 sendUrl INFO C3 [213] R:OK -2015-03-11 21:43:14 queue INFO >>C3 [214] -2015-03-11 21:43:14 sendUrl INFO C3 [214] R:OK -2015-03-11 21:44:04 queue INFO >>C3 [215] -2015-03-11 21:44:05 sendUrl INFO C3 [215] R:OK -2015-03-11 21:44:16 queue INFO 83 [216] -2015-03-11 21:44:17 queue INFO >83 [217] -2015-03-11 21:44:17 sendUrl INFO 83 [216] R:OK -2015-03-11 21:44:17 queue INFO 87 [218] -2015-03-11 21:44:17 queue INFO >87 [219] -2015-03-11 21:44:17 sendUrl INFO 83 [217] R:OK -2015-03-11 21:44:18 sendUrl INFO 87 [218] R:OK -2015-03-11 21:44:18 sendUrl INFO 87 [219] R:OK -2015-03-11 21:44:19 queue INFO 83 [220] -2015-03-11 21:44:19 sendUrl INFO 83 [220] R:OK -2015-03-11 21:44:19 queue INFO >83 [221] -2015-03-11 21:44:19 sendUrl INFO 83 [221] R:OK -2015-03-11 21:45:09 queue INFO >>83 [222] -2015-03-11 21:45:09 sendUrl INFO 83 [222] R:OK -2015-03-11 21:45:59 queue INFO >>83 [223] -2015-03-11 21:45:59 sendUrl INFO 83 [223] R:OK -2015-03-11 21:46:49 queue INFO >>83 [224] -2015-03-11 21:46:49 sendUrl INFO 83 [224] R:OK -2015-03-11 21:47:39 queue INFO >>83 [225] -2015-03-11 21:47:40 sendUrl INFO 83 [225] R:OK -2015-03-11 21:48:29 queue INFO >>83 [226] -2015-03-11 21:48:30 sendUrl INFO 83 [226] R:OK -2015-03-11 21:49:19 queue INFO >>83 [227] -2015-03-11 21:49:20 sendUrl INFO 83 [227] R:OK -2015-03-11 21:50:10 queue INFO >>83 [228] -2015-03-11 21:50:10 sendUrl INFO 83 [228] R:OK -2015-03-11 21:51:00 queue INFO >>83 [229] -2015-03-11 21:51:00 sendUrl INFO 83 [229] R:OK -2015-03-11 21:51:50 queue INFO >>83 [230] -2015-03-11 21:51:50 sendUrl INFO 83 [230] R:OK -2015-03-11 21:51:55 queue INFO 87 [231] -2015-03-11 21:51:55 queue INFO >87 [232] -2015-03-11 21:51:55 sendUrl INFO 87 [231] R:OK -2015-03-11 21:51:56 sendUrl INFO 87 [232] R:OK -2015-03-11 21:51:57 queue INFO 83 [233] -2015-03-11 21:51:57 queue INFO >83 [234] -2015-03-11 21:51:57 sendUrl INFO 83 [233] R:OK -2015-03-11 21:51:57 sendUrl INFO 83 [234] R:OK -2015-03-11 21:52:47 queue INFO >>83 [235] -2015-03-11 21:52:47 sendUrl INFO 83 [235] R:OK -2015-03-11 21:53:37 queue INFO >>83 [236] -2015-03-11 21:53:37 sendUrl INFO 83 [236] R:OK -2015-03-11 21:54:27 queue INFO >>83 [237] -2015-03-11 21:54:27 sendUrl INFO 83 [237] R:OK -2015-03-11 21:55:17 queue INFO >>83 [238] -2015-03-11 21:55:18 sendUrl INFO 83 [238] R:OK -2015-03-11 21:56:07 queue INFO >>83 [239] -2015-03-11 21:56:07 sendUrl INFO 83 [239] R:OK -2015-03-11 21:56:57 queue INFO >>83 [240] -2015-03-11 21:56:58 sendUrl INFO 83 [240] R:OK -2015-03-11 21:57:48 queue INFO >>83 [241] -2015-03-11 21:57:48 sendUrl INFO 83 [241] R:OK -2015-03-11 21:58:38 queue INFO >>83 [242] -2015-03-11 21:58:38 sendUrl INFO 83 [242] R:OK -2015-03-11 21:59:28 queue INFO >>83 [243] -2015-03-11 21:59:28 sendUrl INFO 83 [243] R:OK -2015-03-11 21:59:29 queue INFO 87 [244] -2015-03-11 21:59:29 sendUrl INFO 87 [244] R:OK -2015-03-11 21:59:29 queue INFO >87 [245] -2015-03-11 21:59:30 sendUrl INFO 87 [245] R:OK -2015-03-11 21:59:31 queue INFO 83 [246] -2015-03-11 21:59:31 queue INFO >83 [247] -2015-03-11 21:59:31 sendUrl INFO 83 [246] R:OK -2015-03-11 21:59:32 sendUrl INFO 83 [247] R:OK -2015-03-11 22:00:21 queue INFO >>83 [248] -2015-03-11 22:00:21 sendUrl INFO 83 [248] R:OK -2015-03-11 22:01:11 queue INFO >>83 [249] -2015-03-11 22:01:11 sendUrl INFO 83 [249] R:OK -2015-03-11 22:02:01 queue INFO >>83 [250] -2015-03-11 22:02:02 sendUrl INFO 83 [250] R:OK -2015-03-11 22:02:51 queue INFO >>83 [251] -2015-03-11 22:02:52 sendUrl INFO 83 [251] R:OK -2015-03-11 22:03:42 queue INFO >>83 [252] -2015-03-11 22:03:42 sendUrl INFO 83 [252] R:OK -2015-03-11 22:04:32 queue INFO >>83 [253] -2015-03-11 22:04:32 sendUrl INFO 83 [253] R:OK -2015-03-11 22:05:22 queue INFO >>83 [254] -2015-03-11 22:05:22 sendUrl INFO 83 [254] R:OK -2015-03-11 22:06:12 queue INFO >>83 [255] -2015-03-11 22:06:12 sendUrl INFO 83 [255] R:OK -2015-03-11 22:07:02 queue INFO >>83 [256] -2015-03-11 22:07:02 sendUrl INFO 83 [256] R:OK -2015-03-11 22:07:03 queue INFO 87 [257] -2015-03-11 22:07:04 queue INFO >87 [258] -2015-03-11 22:07:04 sendUrl INFO 87 [257] R:OK -2015-03-11 22:07:04 sendUrl INFO 87 [258] R:OK -2015-03-11 22:07:05 queue INFO 83 [259] -2015-03-11 22:07:05 queue INFO >83 [260] -2015-03-11 22:07:05 sendUrl INFO 83 [259] R:OK -2015-03-11 22:07:06 sendUrl INFO 83 [260] R:OK -2015-03-11 22:07:55 queue INFO >>83 [261] -2015-03-11 22:07:56 sendUrl INFO 83 [261] R:OK -2015-03-11 22:08:45 queue INFO >>83 [262] -2015-03-11 22:08:45 sendUrl INFO 83 [262] R:OK -2015-03-11 22:09:35 queue INFO >>83 [263] -2015-03-11 22:09:36 sendUrl INFO 83 [263] R:OK -2015-03-11 22:10:26 queue INFO >>83 [264] -2015-03-11 22:10:26 sendUrl INFO 83 [264] R:OK -2015-03-11 22:11:16 queue INFO >>83 [265] -2015-03-11 22:11:16 sendUrl INFO 83 [265] R:OK -2015-03-11 22:12:06 queue INFO >>83 [266] -2015-03-11 22:12:06 sendUrl INFO 83 [266] R:OK -2015-03-11 22:12:56 queue INFO >>83 [267] -2015-03-11 22:12:57 sendUrl INFO 83 [267] R:OK -2015-03-11 22:13:46 queue INFO >>83 [268] -2015-03-11 22:13:46 sendUrl INFO 83 [268] R:OK -2015-03-11 22:14:36 queue INFO >>83 [269] -2015-03-11 22:14:37 sendUrl INFO 83 [269] R:OK -2015-03-11 22:14:38 queue INFO 87 [270] -2015-03-11 22:14:38 queue INFO >87 [271] -2015-03-11 22:14:38 sendUrl INFO 87 [270] R:OK -2015-03-11 22:14:38 sendUrl INFO 87 [271] R:OK -2015-03-11 22:14:39 queue INFO 83 [272] -2015-03-11 22:14:39 sendUrl INFO 83 [272] R:OK -2015-03-11 22:14:39 queue INFO >83 [273] -2015-03-11 22:14:40 sendUrl INFO 83 [273] R:OK -2015-03-11 22:15:29 queue INFO >>83 [274] -2015-03-11 22:15:30 sendUrl INFO 83 [274] R:OK -2015-03-11 22:16:19 queue INFO >>83 [275] -2015-03-11 22:16:20 sendUrl INFO 83 [275] R:OK -2015-03-11 22:17:10 queue INFO >>83 [276] -2015-03-11 22:17:10 sendUrl INFO 83 [276] R:OK -2015-03-11 22:18:00 queue INFO >>83 [277] -2015-03-11 22:18:00 sendUrl INFO 83 [277] R:OK -2015-03-11 22:18:50 queue INFO >>83 [278] -2015-03-11 22:18:50 sendUrl INFO 83 [278] R:OK -2015-03-11 22:19:40 queue INFO >>83 [279] -2015-03-11 22:19:40 sendUrl INFO 83 [279] R:OK -2015-03-11 22:20:30 queue INFO >>83 [280] -2015-03-11 22:20:31 sendUrl INFO 83 [280] R:OK -2015-03-11 22:21:20 queue INFO >>83 [281] -2015-03-11 22:21:21 sendUrl INFO 83 [281] R:OK -2015-03-11 22:22:11 queue INFO >>83 [282] -2015-03-11 22:22:11 sendUrl INFO 83 [282] R:OK -2015-03-11 22:22:23 queue INFO C7 [283] -2015-03-11 22:22:24 queue INFO >C7 [284] -2015-03-11 22:22:24 sendUrl INFO C7 [283] R:OK -2015-03-11 22:22:24 sendUrl INFO C7 [284] R:OK -2015-03-11 22:22:25 queue INFO C3 [285] -2015-03-11 22:22:25 queue INFO >C3 [286] -2015-03-11 22:22:25 sendUrl INFO C3 [285] R:OK -2015-03-11 22:22:26 sendUrl INFO C3 [286] R:OK -2015-03-11 22:23:15 queue INFO >>C3 [287] -2015-03-11 22:23:16 sendUrl INFO C3 [287] R:OK -2015-03-11 22:24:05 queue INFO >>C3 [288] -2015-03-11 22:24:05 sendUrl INFO C3 [288] R:OK -2015-03-11 22:24:55 queue INFO >>C3 [289] -2015-03-11 22:24:56 sendUrl INFO C3 [289] R:OK -2015-03-11 22:25:46 queue INFO >>C3 [290] -2015-03-11 22:25:46 sendUrl INFO C3 [290] R:OK -2015-03-11 22:26:36 queue INFO >>C3 [291] -2015-03-11 22:26:36 sendUrl INFO C3 [291] R:OK -2015-03-11 22:27:26 queue INFO >>C3 [292] -2015-03-11 22:27:26 sendUrl INFO C3 [292] R:OK -2015-03-11 22:28:16 queue INFO >>C3 [293] -2015-03-11 22:28:17 sendUrl INFO C3 [293] R:OK -2015-03-11 22:29:06 queue INFO >>C3 [294] -2015-03-11 22:29:06 sendUrl INFO C3 [294] R:OK -2015-03-11 22:29:56 queue INFO >>C3 [295] -2015-03-11 22:29:57 sendUrl INFO C3 [295] R:OK -2015-03-11 22:29:57 queue INFO 83 [296] -2015-03-11 22:29:57 queue INFO >83 [297] -2015-03-11 22:29:57 sendUrl INFO 83 [296] R:OK -2015-03-11 22:29:58 queue INFO 87 [298] -2015-03-11 22:29:58 queue INFO >87 [299] -2015-03-11 22:29:58 sendUrl INFO 83 [297] R:OK -2015-03-11 22:29:58 sendUrl INFO 87 [298] R:OK -2015-03-11 22:29:59 sendUrl INFO 87 [299] R:OK -2015-03-11 22:29:59 queue INFO 83 [300] -2015-03-11 22:29:59 sendUrl INFO 83 [300] R:OK -2015-03-11 22:29:59 queue INFO >83 [301] -2015-03-11 22:30:00 sendUrl INFO 83 [301] R:OK -2015-03-11 22:30:49 queue INFO >>83 [302] -2015-03-11 22:30:50 sendUrl INFO 83 [302] R:OK -2015-03-11 22:31:39 queue INFO >>83 [303] -2015-03-11 22:31:40 sendUrl INFO 83 [303] R:OK -2015-03-11 22:32:30 queue INFO >>83 [304] -2015-03-11 22:32:30 sendUrl INFO 83 [304] R:OK -2015-03-11 22:33:20 queue INFO >>83 [305] -2015-03-11 22:33:20 sendUrl INFO 83 [305] R:OK -2015-03-11 22:34:10 queue INFO >>83 [306] -2015-03-11 22:34:10 sendUrl INFO 83 [306] R:OK -2015-03-11 22:35:00 queue INFO >>83 [307] -2015-03-11 22:35:00 sendUrl INFO 83 [307] R:OK -2015-03-11 22:35:50 queue INFO >>83 [308] -2015-03-11 22:35:51 sendUrl INFO 83 [308] R:OK -2015-03-11 22:36:40 queue INFO >>83 [309] -2015-03-11 22:36:41 sendUrl INFO 83 [309] R:OK -2015-03-11 22:37:31 queue INFO >>83 [310] -2015-03-11 22:37:31 sendUrl INFO 83 [310] R:OK -2015-03-11 22:37:36 queue INFO 87 [311] -2015-03-11 22:37:36 queue INFO >87 [312] -2015-03-11 22:37:36 sendUrl INFO 87 [311] R:OK -2015-03-11 22:37:36 sendUrl INFO 87 [312] R:OK -2015-03-11 22:37:37 queue INFO 83 [313] -2015-03-11 22:37:37 queue INFO >83 [314] -2015-03-11 22:37:37 sendUrl INFO 83 [313] R:OK -2015-03-11 22:37:38 sendUrl INFO 83 [314] R:OK -2015-03-11 22:38:27 queue INFO >>83 [315] -2015-03-11 22:38:28 sendUrl INFO 83 [315] R:OK -2015-03-11 22:39:17 queue INFO >>83 [316] -2015-03-11 22:39:18 sendUrl INFO 83 [316] R:OK -2015-03-11 22:40:08 queue INFO >>83 [317] -2015-03-11 22:40:08 sendUrl INFO 83 [317] R:OK -2015-03-11 22:40:58 queue INFO >>83 [318] -2015-03-11 22:40:58 sendUrl INFO 83 [318] R:OK -2015-03-11 22:41:48 queue INFO >>83 [319] -2015-03-11 22:41:48 sendUrl INFO 83 [319] R:OK -2015-03-11 22:42:38 queue INFO >>83 [320] -2015-03-11 22:42:38 sendUrl INFO 83 [320] R:OK -2015-03-11 22:43:28 queue INFO >>83 [321] -2015-03-11 22:43:29 sendUrl INFO 83 [321] R:OK -2015-03-11 22:44:18 queue INFO >>83 [322] -2015-03-11 22:44:18 sendUrl INFO 83 [322] R:OK -2015-03-11 22:45:09 queue INFO >>83 [323] -2015-03-11 22:45:09 sendUrl INFO 83 [323] R:OK -2015-03-11 22:45:10 queue INFO 87 [324] -2015-03-11 22:45:10 queue INFO >87 [325] -2015-03-11 22:45:10 sendUrl INFO 87 [324] R:OK -2015-03-11 22:45:11 sendUrl INFO 87 [325] R:OK -2015-03-11 22:45:11 queue INFO 83 [326] -2015-03-11 22:45:12 queue INFO >83 [327] -2015-03-11 22:45:12 sendUrl INFO 83 [326] R:OK -2015-03-11 22:45:12 sendUrl INFO 83 [327] R:OK -2015-03-11 22:46:01 queue INFO >>83 [328] -2015-03-11 22:46:02 sendUrl INFO 83 [328] R:OK -2015-03-11 22:46:52 queue INFO >>83 [329] -2015-03-11 22:46:52 sendUrl INFO 83 [329] R:OK -2015-03-11 22:47:42 queue INFO >>83 [330] -2015-03-11 22:47:42 sendUrl INFO 83 [330] R:OK -2015-03-11 22:48:32 queue INFO >>83 [331] -2015-03-11 22:48:32 sendUrl INFO 83 [331] R:OK -2015-03-11 22:49:22 queue INFO >>83 [332] -2015-03-11 22:49:22 sendUrl INFO 83 [332] R:OK -2015-03-11 22:50:12 queue INFO >>83 [333] -2015-03-11 22:50:13 sendUrl INFO 83 [333] R:OK -2015-03-11 22:51:02 queue INFO >>83 [334] -2015-03-11 22:51:03 sendUrl INFO 83 [334] R:OK -2015-03-11 22:51:53 queue INFO >>83 [335] -2015-03-11 22:51:53 sendUrl INFO 83 [335] R:OK -2015-03-11 22:52:43 queue INFO >>83 [336] -2015-03-11 22:52:43 sendUrl INFO 83 [336] R:OK -2015-03-11 22:52:44 queue INFO 87 [337] -2015-03-11 22:52:44 queue INFO >87 [338] -2015-03-11 22:52:44 sendUrl INFO 87 [337] R:OK -2015-03-11 22:52:45 sendUrl INFO 87 [338] R:OK -2015-03-11 22:52:46 queue INFO 83 [339] -2015-03-11 22:52:46 queue INFO >83 [340] -2015-03-11 22:52:46 sendUrl INFO 83 [339] R:OK -2015-03-11 22:52:46 sendUrl INFO 83 [340] R:OK -2015-03-11 22:53:36 queue INFO >>83 [341] -2015-03-11 22:53:36 sendUrl INFO 83 [341] R:OK -2015-03-11 22:54:26 queue INFO >>83 [342] -2015-03-11 22:54:26 sendUrl INFO 83 [342] R:OK -2015-03-11 22:55:16 queue INFO >>83 [343] -2015-03-11 22:55:16 sendUrl INFO 83 [343] R:OK -2015-03-11 22:56:06 queue INFO >>83 [344] -2015-03-11 22:56:07 sendUrl INFO 83 [344] R:OK -2015-03-11 22:56:56 queue INFO >>83 [345] -2015-03-11 22:56:56 sendUrl INFO 83 [345] R:OK -2015-03-11 22:57:46 queue INFO >>83 [346] -2015-03-11 22:57:47 sendUrl INFO 83 [346] R:OK -2015-03-11 22:58:37 queue INFO >>83 [347] -2015-03-11 22:58:37 sendUrl INFO 83 [347] R:OK -2015-03-11 22:59:27 queue INFO >>83 [348] -2015-03-11 22:59:27 sendUrl INFO 83 [348] R:OK -2015-03-11 23:00:17 queue INFO >>83 [349] -2015-03-11 23:00:17 sendUrl INFO 83 [349] R:OK -2015-03-11 23:00:30 queue INFO 87 [350] -2015-03-11 23:00:30 sendUrl INFO 87 [350] R:OK -2015-03-11 23:00:30 queue INFO >87 [351] -2015-03-11 23:00:30 sendUrl INFO 87 [351] R:OK -2015-03-11 23:00:31 queue INFO 83 [352] -2015-03-11 23:00:32 queue INFO >83 [353] -2015-03-11 23:00:32 sendUrl INFO 83 [352] R:OK -2015-03-11 23:00:32 sendUrl INFO 83 [353] R:OK -2015-03-11 23:01:21 queue INFO >>83 [354] -2015-03-11 23:01:22 sendUrl INFO 83 [354] R:OK -2015-03-11 23:02:12 queue INFO >>83 [355] -2015-03-11 23:02:12 sendUrl INFO 83 [355] R:OK -2015-03-11 23:03:02 queue INFO >>83 [356] -2015-03-11 23:03:02 sendUrl INFO 83 [356] R:OK -2015-03-11 23:03:52 queue INFO >>83 [357] -2015-03-11 23:03:52 sendUrl INFO 83 [357] R:OK -2015-03-11 23:04:42 queue INFO >>83 [358] -2015-03-11 23:04:43 sendUrl INFO 83 [358] R:OK -2015-03-11 23:05:32 queue INFO >>83 [359] -2015-03-11 23:05:33 sendUrl INFO 83 [359] R:OK -2015-03-11 23:06:22 queue INFO >>83 [360] -2015-03-11 23:06:23 sendUrl INFO 83 [360] R:OK -2015-03-11 23:07:13 queue INFO >>83 [361] -2015-03-11 23:07:13 sendUrl INFO 83 [361] R:OK -2015-03-11 23:08:03 queue INFO >>83 [362] -2015-03-11 23:08:03 sendUrl INFO 83 [362] R:OK -2015-03-11 23:08:04 queue INFO C7 [363] -2015-03-11 23:08:04 queue INFO >C7 [364] -2015-03-11 23:08:04 sendUrl INFO C7 [363] R:OK -2015-03-11 23:08:05 sendUrl INFO C7 [364] R:OK -2015-03-11 23:08:06 queue INFO C3 [365] -2015-03-11 23:08:06 queue INFO >C3 [366] -2015-03-11 23:08:06 sendUrl INFO C3 [365] R:OK -2015-03-11 23:08:06 sendUrl INFO C3 [366] R:OK -2015-03-11 23:08:56 queue INFO >>C3 [367] -2015-03-11 23:08:56 sendUrl INFO C3 [367] R:OK -2015-03-11 23:09:46 queue INFO >>C3 [368] -2015-03-11 23:09:46 sendUrl INFO C3 [368] R:OK -2015-03-11 23:10:36 queue INFO >>C3 [369] -2015-03-11 23:10:36 sendUrl INFO C3 [369] R:OK -2015-03-11 23:11:26 queue INFO >>C3 [370] -2015-03-11 23:11:27 sendUrl INFO C3 [370] R:OK -2015-03-11 23:12:16 queue INFO >>C3 [371] -2015-03-11 23:12:16 sendUrl INFO C3 [371] R:OK -2015-03-11 23:13:06 queue INFO >>C3 [372] -2015-03-11 23:13:07 sendUrl INFO C3 [372] R:OK -2015-03-11 23:13:57 queue INFO >>C3 [373] -2015-03-11 23:13:57 sendUrl INFO C3 [373] R:OK -2015-03-11 23:14:47 queue INFO >>C3 [374] -2015-03-11 23:14:47 sendUrl INFO C3 [374] R:OK -2015-03-11 23:15:37 queue INFO >>C3 [375] -2015-03-11 23:15:37 sendUrl INFO C3 [375] R:OK -2015-03-11 23:16:12 queue INFO 83 [376] -2015-03-11 23:16:13 sendUrl INFO 83 [376] R:OK -2015-03-11 23:16:13 queue INFO >83 [377] -2015-03-11 23:16:13 sendUrl INFO 83 [377] R:OK -2015-03-11 23:16:13 queue INFO 87 [378] -2015-03-11 23:16:13 queue INFO >87 [379] -2015-03-11 23:16:14 sendUrl INFO 87 [378] R:OK -2015-03-11 23:16:14 sendUrl INFO 87 [379] R:OK -2015-03-11 23:16:15 queue INFO 83 [380] -2015-03-11 23:16:15 queue INFO >83 [381] -2015-03-11 23:16:15 sendUrl INFO 83 [380] R:OK -2015-03-11 23:16:16 sendUrl INFO 83 [381] R:OK -2015-03-11 23:17:05 queue INFO >>83 [382] -2015-03-11 23:17:05 sendUrl INFO 83 [382] R:OK -2015-03-11 23:17:55 queue INFO >>83 [383] -2015-03-11 23:17:55 sendUrl INFO 83 [383] R:OK -2015-03-11 23:18:45 queue INFO >>83 [384] -2015-03-11 23:18:46 sendUrl INFO 83 [384] R:OK -2015-03-11 23:19:35 queue INFO >>83 [385] -2015-03-11 23:19:36 sendUrl INFO 83 [385] R:OK -2015-03-11 23:20:26 queue INFO >>83 [386] -2015-03-11 23:20:26 sendUrl INFO 83 [386] R:OK -2015-03-11 23:21:16 queue INFO >>83 [387] -2015-03-11 23:21:16 sendUrl INFO 83 [387] R:OK -2015-03-11 23:22:06 queue INFO >>83 [388] -2015-03-11 23:22:06 sendUrl INFO 83 [388] R:OK -2015-03-11 23:22:56 queue INFO >>83 [389] -2015-03-11 23:22:56 sendUrl INFO 83 [389] R:OK -2015-03-11 23:23:46 queue INFO >>83 [390] -2015-03-11 23:23:47 sendUrl INFO 83 [390] R:OK -2015-03-11 23:23:47 queue INFO 87 [391] -2015-03-11 23:23:48 sendUrl INFO 87 [391] R:OK -2015-03-11 23:23:48 queue INFO >87 [392] -2015-03-11 23:23:48 sendUrl INFO 87 [392] R:OK -2015-03-11 23:23:49 queue INFO 83 [393] -2015-03-11 23:23:49 queue INFO >83 [394] -2015-03-11 23:23:50 sendUrl INFO 83 [393] R:OK -2015-03-11 23:23:50 sendUrl INFO 83 [394] R:OK -2015-03-11 23:24:39 queue INFO >>83 [395] -2015-03-11 23:24:39 sendUrl INFO 83 [395] R:OK -2015-03-11 23:25:29 queue INFO >>83 [396] -2015-03-11 23:25:30 sendUrl INFO 83 [396] R:OK -2015-03-11 23:26:19 queue INFO >>83 [397] -2015-03-11 23:26:20 sendUrl INFO 83 [397] R:OK -2015-03-11 23:27:10 queue INFO >>83 [398] -2015-03-11 23:27:10 sendUrl INFO 83 [398] R:OK -2015-03-11 23:28:00 queue INFO >>83 [399] -2015-03-11 23:28:00 sendUrl INFO 83 [399] R:OK -2015-03-11 23:28:50 queue INFO >>83 [400] -2015-03-11 23:28:50 sendUrl INFO 83 [400] R:OK -2015-03-11 23:29:40 queue INFO >>83 [401] -2015-03-11 23:29:40 sendUrl INFO 83 [401] R:OK -2015-03-11 23:30:30 queue INFO >>83 [402] -2015-03-11 23:30:31 sendUrl INFO 83 [402] R:OK -2015-03-11 23:31:20 queue INFO >>83 [403] -2015-03-11 23:31:21 sendUrl INFO 83 [403] R:OK -2015-03-11 23:31:33 queue INFO 87 [404] -2015-03-11 23:31:33 queue INFO >87 [405] -2015-03-11 23:31:34 sendUrl INFO 87 [404] R:OK -2015-03-11 23:31:34 sendUrl INFO 87 [405] R:OK -2015-03-11 23:31:35 queue INFO 83 [406] -2015-03-11 23:31:35 queue INFO >83 [407] -2015-03-11 23:31:35 sendUrl INFO 83 [406] R:OK -2015-03-11 23:31:36 sendUrl INFO 83 [407] R:OK -2015-03-11 23:32:25 queue INFO >>83 [408] -2015-03-11 23:32:25 sendUrl INFO 83 [408] R:OK -2015-03-11 23:33:15 queue INFO >>83 [409] -2015-03-11 23:33:15 sendUrl INFO 83 [409] R:OK -2015-03-11 23:34:05 queue INFO >>83 [410] -2015-03-11 23:34:06 sendUrl INFO 83 [410] R:OK -2015-03-11 23:34:55 queue INFO >>83 [411] -2015-03-11 23:34:56 sendUrl INFO 83 [411] R:OK -2015-03-11 23:35:46 queue INFO >>83 [412] -2015-03-11 23:35:46 sendUrl INFO 83 [412] R:OK -2015-03-11 23:36:36 queue INFO >>83 [413] -2015-03-11 23:36:36 sendUrl INFO 83 [413] R:OK -2015-03-11 23:37:26 queue INFO >>83 [414] -2015-03-11 23:37:26 sendUrl INFO 83 [414] R:OK -2015-03-11 23:38:16 queue INFO >>83 [415] -2015-03-11 23:38:16 sendUrl INFO 83 [415] R:OK -2015-03-11 23:39:06 queue INFO >>83 [416] -2015-03-11 23:39:07 sendUrl INFO 83 [416] R:OK -2015-03-11 23:39:07 queue INFO 87 [417] -2015-03-11 23:39:08 sendUrl INFO 87 [417] R:OK -2015-03-11 23:39:08 queue INFO >87 [418] -2015-03-11 23:39:08 sendUrl INFO 87 [418] R:OK -2015-03-11 23:39:09 queue INFO 83 [419] -2015-03-11 23:39:09 queue INFO >83 [420] -2015-03-11 23:39:10 sendUrl INFO 83 [419] R:OK -2015-03-11 23:39:10 sendUrl INFO 83 [420] R:OK -2015-03-11 23:39:59 queue INFO >>83 [421] -2015-03-11 23:39:59 sendUrl INFO 83 [421] R:OK -2015-03-11 23:40:49 queue INFO >>83 [422] -2015-03-11 23:40:50 sendUrl INFO 83 [422] R:OK -2015-03-11 23:41:39 queue INFO >>83 [423] -2015-03-11 23:41:40 sendUrl INFO 83 [423] R:OK -2015-03-11 23:42:30 queue INFO >>83 [424] -2015-03-11 23:42:30 sendUrl INFO 83 [424] R:OK -2015-03-11 23:43:20 queue INFO >>83 [425] -2015-03-11 23:43:20 sendUrl INFO 83 [425] R:OK -2015-03-11 23:44:10 queue INFO >>83 [426] -2015-03-11 23:44:10 sendUrl INFO 83 [426] R:OK -2015-03-11 23:45:00 queue INFO >>83 [427] -2015-03-11 23:45:00 sendUrl INFO 83 [427] R:OK -2015-03-11 23:45:50 queue INFO >>83 [428] -2015-03-11 23:45:51 sendUrl INFO 83 [428] R:OK -2015-03-11 23:46:40 queue INFO >>83 [429] -2015-03-11 23:46:41 sendUrl INFO 83 [429] R:OK -2015-03-11 23:46:42 queue INFO C7 [430] -2015-03-11 23:46:42 queue INFO >C7 [431] -2015-03-11 23:46:42 sendUrl INFO C7 [430] R:OK -2015-03-11 23:46:43 sendUrl INFO C7 [431] R:OK -2015-03-11 23:46:43 queue INFO C3 [432] -2015-03-11 23:46:43 queue INFO >C3 [433] -2015-03-11 23:46:44 sendUrl INFO C3 [432] R:OK -2015-03-11 23:46:44 sendUrl INFO C3 [433] R:OK -2015-03-11 23:47:33 queue INFO >>C3 [434] -2015-03-11 23:47:34 sendUrl INFO C3 [434] R:OK -2015-03-11 23:48:24 queue INFO >>C3 [435] -2015-03-11 23:48:24 sendUrl INFO C3 [435] R:OK -2015-03-11 23:49:14 queue INFO >>C3 [436] -2015-03-11 23:49:14 sendUrl INFO C3 [436] R:OK -2015-03-11 23:50:04 queue INFO >>C3 [437] -2015-03-11 23:50:04 sendUrl INFO C3 [437] R:OK -2015-03-11 23:50:54 queue INFO >>C3 [438] -2015-03-11 23:50:54 sendUrl INFO C3 [438] R:OK -2015-03-11 23:51:44 queue INFO >>C3 [439] -2015-03-11 23:51:45 sendUrl INFO C3 [439] R:OK -2015-03-11 23:52:34 queue INFO >>C3 [440] -2015-03-11 23:52:34 sendUrl INFO C3 [440] R:OK -2015-03-11 23:53:24 queue INFO >>C3 [441] -2015-03-11 23:53:25 sendUrl INFO C3 [441] R:OK -2015-03-11 23:54:15 queue INFO >>C3 [442] -2015-03-11 23:54:15 sendUrl INFO C3 [442] R:OK -2015-03-11 23:54:15 queue INFO 83 [443] -2015-03-11 23:54:15 queue INFO >83 [444] -2015-03-11 23:54:16 sendUrl INFO 83 [443] R:OK -2015-03-11 23:54:16 queue INFO 87 [445] -2015-03-11 23:54:16 queue INFO >87 [446] -2015-03-11 23:54:16 sendUrl INFO 83 [444] R:OK -2015-03-11 23:54:17 sendUrl INFO 87 [445] R:OK -2015-03-11 23:54:17 sendUrl INFO 87 [446] R:OK -2015-03-11 23:54:17 queue INFO 83 [447] -2015-03-11 23:54:18 queue INFO >83 [448] -2015-03-11 23:54:18 sendUrl INFO 83 [447] R:OK -2015-03-11 23:54:18 sendUrl INFO 83 [448] R:OK -2015-03-11 23:55:08 queue INFO >>83 [449] -2015-03-11 23:55:08 sendUrl INFO 83 [449] R:OK -2015-03-11 23:55:58 queue INFO >>83 [450] -2015-03-11 23:55:58 sendUrl INFO 83 [450] R:OK -2015-03-11 23:56:48 queue INFO >>83 [451] -2015-03-11 23:56:48 sendUrl INFO 83 [451] R:OK -2015-03-11 23:57:38 queue INFO >>83 [452] -2015-03-11 23:57:38 sendUrl INFO 83 [452] R:OK -2015-03-11 23:58:28 queue INFO >>83 [453] -2015-03-11 23:58:28 sendUrl INFO 83 [453] R:OK -2015-03-11 23:59:18 queue INFO >>83 [454] -2015-03-11 23:59:19 sendUrl INFO 83 [454] R:OK -2015-03-12 00:00:08 queue INFO >>83 [455] -2015-03-12 00:00:09 sendUrl INFO 83 [455] R:OK -2015-03-12 00:00:59 queue INFO >>83 [456] -2015-03-12 00:00:59 sendUrl INFO 83 [456] R:OK -2015-03-12 00:01:49 queue INFO >>83 [457] -2015-03-12 00:01:49 sendUrl INFO 83 [457] R:OK -2015-03-12 00:01:54 queue INFO 87 [458] -2015-03-12 00:01:54 queue INFO >87 [459] -2015-03-12 00:01:54 sendUrl INFO 87 [458] R:OK -2015-03-12 00:01:55 sendUrl INFO 87 [459] R:OK -2015-03-12 00:01:55 queue INFO 83 [460] -2015-03-12 00:01:56 queue INFO >83 [461] -2015-03-12 00:01:56 sendUrl INFO 83 [460] R:OK -2015-03-12 00:01:56 sendUrl INFO 83 [461] R:OK -2015-03-12 00:02:46 queue INFO >>83 [462] -2015-03-12 00:02:46 sendUrl INFO 83 [462] R:OK -2015-03-12 00:03:36 queue INFO >>83 [463] -2015-03-12 00:03:36 sendUrl INFO 83 [463] R:OK -2015-03-12 00:04:26 queue INFO >>83 [464] -2015-03-12 00:04:26 sendUrl INFO 83 [464] R:OK -2015-03-12 00:05:16 queue INFO >>83 [465] -2015-03-12 00:05:16 sendUrl INFO 83 [465] R:OK -2015-03-12 00:06:06 queue INFO >>83 [466] -2015-03-12 00:06:06 sendUrl INFO 83 [466] R:OK -2015-03-12 00:06:56 queue INFO >>83 [467] -2015-03-12 00:06:57 sendUrl INFO 83 [467] R:OK -2015-03-12 00:07:46 queue INFO >>83 [468] -2015-03-12 00:07:47 sendUrl INFO 83 [468] R:OK -2015-03-12 00:08:37 queue INFO >>83 [469] -2015-03-12 00:08:37 sendUrl INFO 83 [469] R:OK -2015-03-12 00:09:27 queue INFO >>83 [470] -2015-03-12 00:09:27 sendUrl INFO 83 [470] R:OK -2015-03-12 00:09:40 queue INFO 87 [471] -2015-03-12 00:09:40 queue INFO >87 [472] -2015-03-12 00:09:40 sendUrl INFO 87 [471] R:OK -2015-03-12 00:09:41 sendUrl INFO 87 [472] R:OK -2015-03-12 00:09:41 queue INFO 83 [473] -2015-03-12 00:09:41 queue INFO >83 [474] -2015-03-12 00:09:42 sendUrl INFO 83 [473] R:OK -2015-03-12 00:09:42 sendUrl INFO 83 [474] R:OK -2015-03-12 00:10:31 queue INFO >>83 [475] -2015-03-12 00:10:32 sendUrl INFO 83 [475] R:OK -2015-03-12 00:11:22 queue INFO >>83 [476] -2015-03-12 00:11:22 sendUrl INFO 83 [476] R:OK -2015-03-12 00:12:12 queue INFO >>83 [477] -2015-03-12 00:12:12 sendUrl INFO 83 [477] R:OK -2015-03-12 00:13:02 queue INFO >>83 [478] -2015-03-12 00:13:02 sendUrl INFO 83 [478] R:OK -2015-03-12 00:13:52 queue INFO >>83 [479] -2015-03-12 00:13:52 sendUrl INFO 83 [479] R:OK -2015-03-12 00:14:42 queue INFO >>83 [480] -2015-03-12 00:14:43 sendUrl INFO 83 [480] R:OK -2015-03-12 00:15:32 queue INFO >>83 [481] -2015-03-12 00:15:33 sendUrl INFO 83 [481] R:OK -2015-03-12 00:16:22 queue INFO >>83 [482] -2015-03-12 00:16:23 sendUrl INFO 83 [482] R:OK -2015-03-12 00:17:13 queue INFO >>83 [483] -2015-03-12 00:17:13 sendUrl INFO 83 [483] R:OK -2015-03-12 00:17:14 queue INFO 87 [484] -2015-03-12 00:17:14 queue INFO >87 [485] -2015-03-12 00:17:14 sendUrl INFO 87 [484] R:OK -2015-03-12 00:17:15 sendUrl INFO 87 [485] R:OK -2015-03-12 00:17:15 queue INFO 83 [486] -2015-03-12 00:17:16 queue INFO >83 [487] -2015-03-12 00:17:16 sendUrl INFO 83 [486] R:OK -2015-03-12 00:17:16 sendUrl INFO 83 [487] R:OK -2015-03-12 00:18:06 queue INFO >>83 [488] -2015-03-12 00:18:06 sendUrl INFO 83 [488] R:OK -2015-03-12 00:18:56 queue INFO >>83 [489] -2015-03-12 00:18:56 sendUrl INFO 83 [489] R:OK -2015-03-12 00:19:46 queue INFO >>83 [490] -2015-03-12 00:19:46 sendUrl INFO 83 [490] R:OK -2015-03-12 00:20:36 queue INFO >>83 [491] -2015-03-12 00:20:37 sendUrl INFO 83 [491] R:OK -2015-03-12 00:21:26 queue INFO >>83 [492] -2015-03-12 00:21:26 sendUrl INFO 83 [492] R:OK -2015-03-12 00:22:16 queue INFO >>83 [493] -2015-03-12 00:22:17 sendUrl INFO 83 [493] R:OK -2015-03-12 00:23:06 queue INFO >>83 [494] -2015-03-12 00:23:07 sendUrl INFO 83 [494] R:OK -2015-03-12 00:23:57 queue INFO >>83 [495] -2015-03-12 00:23:57 sendUrl INFO 83 [495] R:OK -2015-03-12 00:24:47 queue INFO >>83 [496] -2015-03-12 00:24:47 sendUrl INFO 83 [496] R:OK -2015-03-12 00:24:48 queue INFO 87 [497] -2015-03-12 00:24:48 sendUrl INFO 87 [497] R:OK -2015-03-12 00:24:48 queue INFO >87 [498] -2015-03-12 00:24:49 sendUrl INFO 87 [498] R:OK -2015-03-12 00:24:50 queue INFO 83 [499] -2015-03-12 00:24:50 queue INFO >83 [500] -2015-03-12 00:24:50 sendUrl INFO 83 [499] R:OK -2015-03-12 00:24:51 sendUrl INFO 83 [500] R:OK -2015-03-12 00:25:40 queue INFO >>83 [501] -2015-03-12 00:25:40 sendUrl INFO 83 [501] R:OK -2015-03-12 00:26:30 queue INFO >>83 [502] -2015-03-12 00:26:30 sendUrl INFO 83 [502] R:OK -2015-03-12 00:27:20 queue INFO >>83 [503] -2015-03-12 00:27:20 sendUrl INFO 83 [503] R:OK -2015-03-12 00:28:10 queue INFO >>83 [504] -2015-03-12 00:28:11 sendUrl INFO 83 [504] R:OK -2015-03-12 00:29:00 queue INFO >>83 [505] -2015-03-12 00:29:01 sendUrl INFO 83 [505] R:OK -2015-03-12 00:29:51 queue INFO >>83 [506] -2015-03-12 00:29:51 sendUrl INFO 83 [506] R:OK -2015-03-12 00:30:41 queue INFO >>83 [507] -2015-03-12 00:30:41 sendUrl INFO 83 [507] R:OK -2015-03-12 00:31:31 queue INFO >>83 [508] -2015-03-12 00:31:31 sendUrl INFO 83 [508] R:OK -2015-03-12 00:32:21 queue INFO >>83 [509] -2015-03-12 00:32:21 sendUrl INFO 83 [509] R:OK -2015-03-12 00:32:22 queue INFO C7 [510] -2015-03-12 00:32:22 queue INFO >C7 [511] -2015-03-12 00:32:23 sendUrl INFO C7 [510] R:OK -2015-03-12 00:32:23 sendUrl INFO C7 [511] R:OK -2015-03-12 00:32:24 queue INFO C3 [512] -2015-03-12 00:32:24 queue INFO >C3 [513] -2015-03-12 00:32:24 sendUrl INFO C3 [512] R:OK -2015-03-12 00:32:25 sendUrl INFO C3 [513] R:OK -2015-03-12 00:33:14 queue INFO >>C3 [514] -2015-03-12 00:33:15 sendUrl INFO C3 [514] R:OK -2015-03-12 00:34:04 queue INFO >>C3 [515] -2015-03-12 00:34:04 sendUrl INFO C3 [515] R:OK -2015-03-12 00:34:54 queue INFO >>C3 [516] -2015-03-12 00:34:55 sendUrl INFO C3 [516] R:OK -2015-03-12 00:35:44 queue INFO >>C3 [517] -2015-03-12 00:35:44 sendUrl INFO C3 [517] R:OK -2015-03-12 00:36:35 queue INFO >>C3 [518] -2015-03-12 00:36:35 sendUrl INFO C3 [518] R:OK -2015-03-12 00:37:25 queue INFO >>C3 [519] -2015-03-12 00:37:25 sendUrl INFO C3 [519] R:OK -2015-03-12 00:38:15 queue INFO >>C3 [520] -2015-03-12 00:38:15 sendUrl INFO C3 [520] R:OK -2015-03-12 00:39:05 queue INFO >>C3 [521] -2015-03-12 00:39:05 sendUrl INFO C3 [521] R:OK -2015-03-12 00:39:55 queue INFO >>C3 [522] -2015-03-12 00:39:56 sendUrl INFO C3 [522] R:OK -2015-03-12 00:39:56 queue INFO 83 [523] -2015-03-12 00:39:56 queue INFO >83 [524] -2015-03-12 00:39:56 sendUrl INFO 83 [523] R:OK -2015-03-12 00:39:57 queue INFO 87 [525] -2015-03-12 00:39:57 sendUrl INFO 83 [524] R:OK -2015-03-12 00:39:57 queue INFO >87 [526] -2015-03-12 00:39:57 sendUrl INFO 87 [525] R:OK -2015-03-12 00:39:58 sendUrl INFO 87 [526] R:OK -2015-03-12 00:39:58 queue INFO 83 [527] -2015-03-12 00:39:58 queue INFO >83 [528] -2015-03-12 00:39:58 sendUrl INFO 83 [527] R:OK -2015-03-12 00:39:59 sendUrl INFO 83 [528] R:OK -2015-03-12 00:40:48 queue INFO >>83 [529] -2015-03-12 00:40:49 sendUrl INFO 83 [529] R:OK -2015-03-12 00:41:38 queue INFO >>83 [530] -2015-03-12 00:41:39 sendUrl INFO 83 [530] R:OK -2015-03-12 00:42:28 queue INFO >>83 [531] -2015-03-12 00:42:29 sendUrl INFO 83 [531] R:OK -2015-03-12 00:43:19 queue INFO >>83 [532] -2015-03-12 00:43:19 sendUrl INFO 83 [532] R:OK -2015-03-12 00:44:09 queue INFO >>83 [533] -2015-03-12 00:44:09 sendUrl INFO 83 [533] R:OK -2015-03-12 00:44:59 queue INFO >>83 [534] -2015-03-12 00:44:59 sendUrl INFO 83 [534] R:OK -2015-03-12 00:45:49 queue INFO >>83 [535] -2015-03-12 00:45:49 sendUrl INFO 83 [535] R:OK -2015-03-12 00:46:39 queue INFO >>83 [536] -2015-03-12 00:46:39 sendUrl INFO 83 [536] R:OK -2015-03-12 00:47:29 queue INFO >>83 [537] -2015-03-12 00:47:30 sendUrl INFO 83 [537] R:OK -2015-03-12 00:47:46 queue INFO 87 [538] -2015-03-12 00:47:46 queue INFO >87 [539] -2015-03-12 00:47:46 sendUrl INFO 87 [538] R:OK -2015-03-12 00:47:47 sendUrl INFO 87 [539] R:OK -2015-03-12 00:47:47 queue INFO 83 [540] -2015-03-12 00:47:48 queue INFO >83 [541] -2015-03-12 00:47:48 sendUrl INFO 83 [540] R:OK -2015-03-12 00:47:48 sendUrl INFO 83 [541] R:OK -2015-03-12 00:48:38 queue INFO >>83 [542] -2015-03-12 00:48:38 sendUrl INFO 83 [542] R:OK -2015-03-12 00:49:28 queue INFO >>83 [543] -2015-03-12 00:49:28 sendUrl INFO 83 [543] R:OK -2015-03-12 00:50:18 queue INFO >>83 [544] -2015-03-12 00:50:18 sendUrl INFO 83 [544] R:OK -2015-03-12 00:51:08 queue INFO >>83 [545] -2015-03-12 00:51:09 sendUrl INFO 83 [545] R:OK -2015-03-12 00:51:58 queue INFO >>83 [546] -2015-03-12 00:51:58 sendUrl INFO 83 [546] R:OK -2015-03-12 00:52:48 queue INFO >>83 [547] -2015-03-12 00:52:49 sendUrl INFO 83 [547] R:OK -2015-03-12 00:53:39 queue INFO >>83 [548] -2015-03-12 00:53:39 sendUrl INFO 83 [548] R:OK -2015-03-12 00:54:29 queue INFO >>83 [549] -2015-03-12 00:54:29 sendUrl INFO 83 [549] R:OK -2015-03-12 00:55:19 queue INFO >>83 [550] -2015-03-12 00:55:19 sendUrl INFO 83 [550] R:OK -2015-03-12 00:55:20 queue INFO 87 [551] -2015-03-12 00:55:20 queue INFO >87 [552] -2015-03-12 00:55:21 sendUrl INFO 87 [551] R:OK -2015-03-12 00:55:21 sendUrl INFO 87 [552] R:OK -2015-03-12 00:55:22 queue INFO 83 [553] -2015-03-12 00:55:22 queue INFO >83 [554] -2015-03-12 00:55:22 sendUrl INFO 83 [553] R:OK -2015-03-12 00:55:23 sendUrl INFO 83 [554] R:OK -2015-03-12 00:56:12 queue INFO >>83 [555] -2015-03-12 00:56:12 sendUrl INFO 83 [555] R:OK -2015-03-12 00:57:02 queue INFO >>83 [556] -2015-03-12 00:57:02 sendUrl INFO 83 [556] R:OK -2015-03-12 00:57:52 queue INFO >>83 [557] -2015-03-12 00:57:53 sendUrl INFO 83 [557] R:OK -2015-03-12 00:58:42 queue INFO >>83 [558] -2015-03-12 00:58:43 sendUrl INFO 83 [558] R:OK -2015-03-12 00:59:33 queue INFO >>83 [559] -2015-03-12 00:59:33 sendUrl INFO 83 [559] R:OK -2015-03-12 01:00:23 queue INFO >>83 [560] -2015-03-12 01:00:23 sendUrl INFO 83 [560] R:OK -2015-03-12 01:01:13 queue INFO >>83 [561] -2015-03-12 01:01:13 sendUrl INFO 83 [561] R:OK -2015-03-12 01:02:03 queue INFO >>83 [562] -2015-03-12 01:02:03 sendUrl INFO 83 [562] R:OK -2015-03-12 01:02:53 queue INFO >>83 [563] -2015-03-12 01:02:54 sendUrl INFO 83 [563] R:OK -2015-03-12 01:02:54 queue INFO 87 [564] -2015-03-12 01:02:55 queue INFO >87 [565] -2015-03-12 01:02:55 sendUrl INFO 87 [564] R:OK -2015-03-12 01:02:55 sendUrl INFO 87 [565] R:OK -2015-03-12 01:02:56 queue INFO 83 [566] -2015-03-12 01:02:56 queue INFO >83 [567] -2015-03-12 01:02:56 sendUrl INFO 83 [566] R:OK -2015-03-12 01:02:57 sendUrl INFO 83 [567] R:OK -2015-03-12 01:03:46 queue INFO >>83 [568] -2015-03-12 01:03:47 sendUrl INFO 83 [568] R:OK -2015-03-12 01:04:36 queue INFO >>83 [569] -2015-03-12 01:04:36 sendUrl INFO 83 [569] R:OK -2015-03-12 01:05:26 queue INFO >>83 [570] -2015-03-12 01:05:27 sendUrl INFO 83 [570] R:OK -2015-03-12 01:06:17 queue INFO >>83 [571] -2015-03-12 01:06:17 sendUrl INFO 83 [571] R:OK -2015-03-12 01:07:07 queue INFO >>83 [572] -2015-03-12 01:07:07 sendUrl INFO 83 [572] R:OK -2015-03-12 01:07:57 queue INFO >>83 [573] -2015-03-12 01:07:57 sendUrl INFO 83 [573] R:OK -2015-03-12 01:08:47 queue INFO >>83 [574] -2015-03-12 01:08:48 sendUrl INFO 83 [574] R:OK -2015-03-12 01:09:37 queue INFO >>83 [575] -2015-03-12 01:09:37 sendUrl INFO 83 [575] R:OK -2015-03-12 01:10:27 queue INFO >>83 [576] -2015-03-12 01:10:28 sendUrl INFO 83 [576] R:OK -2015-03-12 01:10:29 queue INFO 87 [577] -2015-03-12 01:10:29 queue INFO >87 [578] -2015-03-12 01:10:29 sendUrl INFO 87 [577] R:OK -2015-03-12 01:10:30 sendUrl INFO 87 [578] R:OK -2015-03-12 01:10:30 queue INFO 83 [579] -2015-03-12 01:10:31 queue INFO >83 [580] -2015-03-12 01:10:31 sendUrl INFO 83 [579] R:OK -2015-03-12 01:10:31 sendUrl INFO 83 [580] R:OK -2015-03-12 01:11:21 queue INFO >>83 [581] -2015-03-12 01:11:21 sendUrl INFO 83 [581] R:OK -2015-03-12 01:12:11 queue INFO >>83 [582] -2015-03-12 01:12:11 sendUrl INFO 83 [582] R:OK -2015-03-12 01:13:01 queue INFO >>83 [583] -2015-03-12 01:13:01 sendUrl INFO 83 [583] R:OK -2015-03-12 01:13:51 queue INFO >>83 [584] -2015-03-12 01:13:52 sendUrl INFO 83 [584] R:OK -2015-03-12 01:14:41 queue INFO >>83 [585] -2015-03-12 01:14:41 sendUrl INFO 83 [585] R:OK -2015-03-12 01:15:31 queue INFO >>83 [586] -2015-03-12 01:15:32 sendUrl INFO 83 [586] R:OK -2015-03-12 01:16:21 queue INFO >>83 [587] -2015-03-12 01:16:22 sendUrl INFO 83 [587] R:OK -2015-03-12 01:17:12 queue INFO >>83 [588] -2015-03-12 01:17:12 sendUrl INFO 83 [588] R:OK -2015-03-12 01:18:02 queue INFO >>83 [589] -2015-03-12 01:18:02 sendUrl INFO 83 [589] R:OK -2015-03-12 01:18:03 queue INFO C7 [590] -2015-03-12 01:18:03 queue INFO >C7 [591] -2015-03-12 01:18:03 sendUrl INFO C7 [590] R:OK -2015-03-12 01:18:04 sendUrl INFO C7 [591] R:OK -2015-03-12 01:18:05 queue INFO C3 [592] -2015-03-12 01:18:05 sendUrl INFO C3 [592] R:OK -2015-03-12 01:18:05 queue INFO >C3 [593] -2015-03-12 01:18:05 sendUrl INFO C3 [593] R:OK -2015-03-12 01:18:55 queue INFO >>C3 [594] -2015-03-12 01:18:55 sendUrl INFO C3 [594] R:OK -2015-03-12 01:19:45 queue INFO >>C3 [595] -2015-03-12 01:19:45 sendUrl INFO C3 [595] R:OK -2015-03-12 01:20:35 queue INFO >>C3 [596] -2015-03-12 01:20:35 sendUrl INFO C3 [596] R:OK -2015-03-12 01:21:25 queue INFO >>C3 [597] -2015-03-12 01:21:26 sendUrl INFO C3 [597] R:OK -2015-03-12 01:22:15 queue INFO >>C3 [598] -2015-03-12 01:22:16 sendUrl INFO C3 [598] R:OK -2015-03-12 01:23:06 queue INFO >>C3 [599] -2015-03-12 01:23:06 sendUrl INFO C3 [599] R:OK -2015-03-12 01:23:56 queue INFO >>C3 [600] -2015-03-12 01:23:56 sendUrl INFO C3 [600] R:OK -2015-03-12 01:24:46 queue INFO >>C3 [601] -2015-03-12 01:24:46 sendUrl INFO C3 [601] R:OK -2015-03-12 01:25:36 queue INFO >>C3 [602] -2015-03-12 01:25:36 sendUrl INFO C3 [602] R:OK -2015-03-12 01:25:48 queue INFO 83 [603] -2015-03-12 01:25:48 queue INFO >83 [604] -2015-03-12 01:25:48 sendUrl INFO 83 [603] R:OK -2015-03-12 01:25:49 queue INFO 87 [605] -2015-03-12 01:25:49 sendUrl INFO 83 [604] R:OK -2015-03-12 01:25:49 queue INFO >87 [606] -2015-03-12 01:25:49 sendUrl INFO 87 [605] R:OK -2015-03-12 01:25:50 sendUrl INFO 87 [606] R:OK -2015-03-12 01:25:50 queue INFO 83 [607] -2015-03-12 01:25:51 queue INFO >83 [608] -2015-03-12 01:25:51 sendUrl INFO 83 [607] R:OK -2015-03-12 01:25:51 sendUrl INFO 83 [608] R:OK -2015-03-12 01:26:41 queue INFO >>83 [609] -2015-03-12 01:26:41 sendUrl INFO 83 [609] R:OK -2015-03-12 01:27:31 queue INFO >>83 [610] -2015-03-12 01:27:31 sendUrl INFO 83 [610] R:OK -2015-03-12 01:28:21 queue INFO >>83 [611] -2015-03-12 01:28:21 sendUrl INFO 83 [611] R:OK -2015-03-12 01:29:11 queue INFO >>83 [612] -2015-03-12 01:29:11 sendUrl INFO 83 [612] R:OK -2015-03-12 01:30:01 queue INFO >>83 [613] -2015-03-12 01:30:01 sendUrl INFO 83 [613] R:OK -2015-03-12 01:30:51 queue INFO >>83 [614] -2015-03-12 01:30:52 sendUrl INFO 83 [614] R:OK -2015-03-12 01:31:41 queue INFO >>83 [615] -2015-03-12 01:31:42 sendUrl INFO 83 [615] R:OK -2015-03-12 01:32:32 queue INFO >>83 [616] -2015-03-12 01:32:32 sendUrl INFO 83 [616] R:OK -2015-03-12 01:33:22 queue INFO >>83 [617] -2015-03-12 01:33:22 sendUrl INFO 83 [617] R:OK -2015-03-12 01:33:27 queue INFO 87 [618] -2015-03-12 01:33:27 queue INFO >87 [619] -2015-03-12 01:33:27 sendUrl INFO 87 [618] R:OK -2015-03-12 01:33:27 sendUrl INFO 87 [619] R:OK -2015-03-12 01:33:28 queue INFO 83 [620] -2015-03-12 01:33:28 sendUrl INFO 83 [620] R:OK -2015-03-12 01:33:28 queue INFO >83 [621] -2015-03-12 01:33:29 sendUrl INFO 83 [621] R:OK -2015-03-12 01:34:18 queue INFO >>83 [622] -2015-03-12 01:34:19 sendUrl INFO 83 [622] R:OK -2015-03-12 01:35:09 queue INFO >>83 [623] -2015-03-12 01:35:09 sendUrl INFO 83 [623] R:OK -2015-03-12 01:35:59 queue INFO >>83 [624] -2015-03-12 01:35:59 sendUrl INFO 83 [624] R:OK -2015-03-12 01:36:49 queue INFO >>83 [625] -2015-03-12 01:36:49 sendUrl INFO 83 [625] R:OK -2015-03-12 01:37:39 queue INFO >>83 [626] -2015-03-12 01:37:39 sendUrl INFO 83 [626] R:OK -2015-03-12 01:38:29 queue INFO >>83 [627] -2015-03-12 01:38:29 sendUrl INFO 83 [627] R:OK -2015-03-12 01:39:19 queue INFO >>83 [628] -2015-03-12 01:39:20 sendUrl INFO 83 [628] R:OK -2015-03-12 01:40:09 queue INFO >>83 [629] -2015-03-12 01:40:10 sendUrl INFO 83 [629] R:OK -2015-03-12 01:41:00 queue INFO >>83 [630] -2015-03-12 01:41:00 sendUrl INFO 83 [630] R:OK -2015-03-12 01:41:01 queue INFO 87 [631] -2015-03-12 01:41:01 queue INFO >87 [632] -2015-03-12 01:41:01 sendUrl INFO 87 [631] R:OK -2015-03-12 01:41:02 sendUrl INFO 87 [632] R:OK -2015-03-12 01:41:03 queue INFO 83 [633] -2015-03-12 01:41:03 queue INFO >83 [634] -2015-03-12 01:41:03 sendUrl INFO 83 [633] R:OK -2015-03-12 01:41:03 sendUrl INFO 83 [634] R:OK -2015-03-12 01:41:53 queue INFO >>83 [635] -2015-03-12 01:41:53 sendUrl INFO 83 [635] R:OK -2015-03-12 01:42:43 queue INFO >>83 [636] -2015-03-12 01:42:43 sendUrl INFO 83 [636] R:OK -2015-03-12 01:43:33 queue INFO >>83 [637] -2015-03-12 01:43:33 sendUrl INFO 83 [637] R:OK -2015-03-12 01:44:23 queue INFO >>83 [638] -2015-03-12 01:44:24 sendUrl INFO 83 [638] R:OK -2015-03-12 01:45:13 queue INFO >>83 [639] -2015-03-12 01:45:13 sendUrl INFO 83 [639] R:OK -2015-03-12 01:46:03 queue INFO >>83 [640] -2015-03-12 01:46:04 sendUrl INFO 83 [640] R:OK -2015-03-12 01:46:53 queue INFO >>83 [641] -2015-03-12 01:46:54 sendUrl INFO 83 [641] R:OK -2015-03-12 01:47:44 queue INFO >>83 [642] -2015-03-12 01:47:44 sendUrl INFO 83 [642] R:OK -2015-03-12 01:48:34 queue INFO >>83 [643] -2015-03-12 01:48:34 sendUrl INFO 83 [643] R:OK -2015-03-12 01:48:35 queue INFO 87 [644] -2015-03-12 01:48:35 sendUrl INFO 87 [644] R:OK -2015-03-12 01:48:35 queue INFO >87 [645] -2015-03-12 01:48:36 sendUrl INFO 87 [645] R:OK -2015-03-12 01:48:37 queue INFO 83 [646] -2015-03-12 01:48:37 queue INFO >83 [647] -2015-03-12 01:48:37 sendUrl INFO 83 [646] R:OK -2015-03-12 01:48:38 sendUrl INFO 83 [647] R:OK -2015-03-12 01:49:27 queue INFO >>83 [648] -2015-03-12 01:49:27 sendUrl INFO 83 [648] R:OK -2015-03-12 01:50:17 queue INFO >>83 [649] -2015-03-12 01:50:17 sendUrl INFO 83 [649] R:OK -2015-03-12 01:51:07 queue INFO >>83 [650] -2015-03-12 01:51:08 sendUrl INFO 83 [650] R:OK -2015-03-12 01:51:57 queue INFO >>83 [651] -2015-03-12 01:51:58 sendUrl INFO 83 [651] R:OK -2015-03-12 01:52:48 queue INFO >>83 [652] -2015-03-12 01:52:48 sendUrl INFO 83 [652] R:OK -2015-03-12 01:53:38 queue INFO >>83 [653] -2015-03-12 01:53:38 sendUrl INFO 83 [653] R:OK -2015-03-12 01:54:28 queue INFO >>83 [654] -2015-03-12 01:54:28 sendUrl INFO 83 [654] R:OK -2015-03-12 01:55:18 queue INFO >>83 [655] -2015-03-12 01:55:18 sendUrl INFO 83 [655] R:OK -2015-03-12 01:56:08 queue INFO >>83 [656] -2015-03-12 01:56:08 sendUrl INFO 83 [656] R:OK -2015-03-12 01:56:09 queue INFO 87 [657] -2015-03-12 01:56:10 queue INFO >87 [658] -2015-03-12 01:56:10 sendUrl INFO 87 [657] R:OK -2015-03-12 01:56:10 sendUrl INFO 87 [658] R:OK -2015-03-12 01:56:11 queue INFO 83 [659] -2015-03-12 01:56:11 queue INFO >83 [660] -2015-03-12 01:56:11 sendUrl INFO 83 [659] R:OK -2015-03-12 01:56:12 sendUrl INFO 83 [660] R:OK -2015-03-12 01:57:01 queue INFO >>83 [661] -2015-03-12 01:57:02 sendUrl INFO 83 [661] R:OK -2015-03-12 01:57:51 queue INFO >>83 [662] -2015-03-12 01:57:51 sendUrl INFO 83 [662] R:OK -2015-03-12 01:58:41 queue INFO >>83 [663] -2015-03-12 01:58:42 sendUrl INFO 83 [663] R:OK -2015-03-12 01:59:32 queue INFO >>83 [664] -2015-03-12 01:59:32 sendUrl INFO 83 [664] R:OK -2015-03-12 02:00:22 queue INFO >>83 [665] -2015-03-12 02:00:22 sendUrl INFO 83 [665] R:OK -2015-03-12 02:01:12 queue INFO >>83 [666] -2015-03-12 02:01:12 sendUrl INFO 83 [666] R:OK -2015-03-12 02:02:02 queue INFO >>83 [667] -2015-03-12 02:02:03 sendUrl INFO 83 [667] R:OK -2015-03-12 02:02:52 queue INFO >>83 [668] -2015-03-12 02:02:52 sendUrl INFO 83 [668] R:OK -2015-03-12 02:03:42 queue INFO >>83 [669] -2015-03-12 02:03:43 sendUrl INFO 83 [669] R:OK -2015-03-12 02:03:55 queue INFO C7 [670] -2015-03-12 02:03:55 sendUrl INFO C7 [670] R:OK -2015-03-12 02:03:55 queue INFO >C7 [671] -2015-03-12 02:03:56 sendUrl INFO C7 [671] R:OK -2015-03-12 02:03:57 queue INFO C3 [672] -2015-03-12 02:03:57 sendUrl INFO C3 [672] R:OK -2015-03-12 02:03:57 queue INFO >C3 [673] -2015-03-12 02:03:57 sendUrl INFO C3 [673] R:OK -2015-03-12 02:04:47 queue INFO >>C3 [674] -2015-03-12 02:04:47 sendUrl INFO C3 [674] R:OK -2015-03-12 02:05:37 queue INFO >>C3 [675] -2015-03-12 02:05:38 sendUrl INFO C3 [675] R:OK -2015-03-12 02:06:27 queue INFO >>C3 [676] -2015-03-12 02:06:27 sendUrl INFO C3 [676] R:OK -2015-03-12 02:07:17 queue INFO >>C3 [677] -2015-03-12 02:07:18 sendUrl INFO C3 [677] R:OK -2015-03-12 02:08:08 queue INFO >>C3 [678] -2015-03-12 02:08:08 sendUrl INFO C3 [678] R:OK -2015-03-12 02:08:58 queue INFO >>C3 [679] -2015-03-12 02:08:58 sendUrl INFO C3 [679] R:OK -2015-03-12 02:09:48 queue INFO >>C3 [680] -2015-03-12 02:09:48 sendUrl INFO C3 [680] R:OK -2015-03-12 02:10:38 queue INFO >>C3 [681] -2015-03-12 02:10:38 sendUrl INFO C3 [681] R:OK -2015-03-12 02:11:28 queue INFO >>C3 [682] -2015-03-12 02:11:28 sendUrl INFO C3 [682] R:OK -2015-03-12 02:11:29 queue INFO 83 [683] -2015-03-12 02:11:29 queue INFO >83 [684] -2015-03-12 02:11:29 sendUrl INFO 83 [683] R:OK -2015-03-12 02:11:29 queue INFO 87 [685] -2015-03-12 02:11:30 queue INFO >87 [686] -2015-03-12 02:11:30 sendUrl INFO 83 [684] R:OK -2015-03-12 02:11:30 sendUrl INFO 87 [685] R:OK -2015-03-12 02:11:31 sendUrl INFO 87 [686] R:OK -2015-03-12 02:11:31 queue INFO 83 [687] -2015-03-12 02:11:31 queue INFO >83 [688] -2015-03-12 02:11:31 sendUrl INFO 83 [687] R:OK -2015-03-12 02:11:32 sendUrl INFO 83 [688] R:OK -2015-03-12 02:11:35 queue INFO 81 [689] -2015-03-12 02:11:35 sendUrl INFO 81 [689] R:OK -2015-03-12 02:11:35 queue INFO >81 [690] -2015-03-12 02:11:36 sendUrl INFO 81 [690] R:OK -2015-03-12 02:12:25 queue INFO >>81 [691] -2015-03-12 02:12:26 sendUrl INFO 81 [691] R:OK -2015-03-12 02:13:16 queue INFO >>81 [692] -2015-03-12 02:13:16 sendUrl INFO 81 [692] R:OK -2015-03-12 02:14:06 queue INFO >>81 [693] -2015-03-12 02:14:06 sendUrl INFO 81 [693] R:OK -2015-03-12 02:14:56 queue INFO >>81 [694] -2015-03-12 02:14:56 sendUrl INFO 81 [694] R:OK -2015-03-12 02:15:46 queue INFO >>81 [695] -2015-03-12 02:15:46 sendUrl INFO 81 [695] R:OK -2015-03-12 02:16:36 queue INFO >>81 [696] -2015-03-12 02:16:36 sendUrl INFO 81 [696] R:OK -2015-03-12 02:17:26 queue INFO >>81 [697] -2015-03-12 02:17:27 sendUrl INFO 81 [697] R:OK -2015-03-12 02:18:16 queue INFO >>81 [698] -2015-03-12 02:18:17 sendUrl INFO 81 [698] R:OK -2015-03-12 02:18:43 queue INFO 83 [699] -2015-03-12 02:18:43 queue INFO >83 [700] -2015-03-12 02:18:43 sendUrl INFO 83 [699] R:OK -2015-03-12 02:18:44 sendUrl INFO 83 [700] R:OK -2015-03-12 02:19:09 queue INFO 87 [701] -2015-03-12 02:19:09 queue INFO >87 [702] -2015-03-12 02:19:09 sendUrl INFO 87 [701] R:OK -2015-03-12 02:19:10 sendUrl INFO 87 [702] R:OK -2015-03-12 02:19:11 queue INFO 83 [703] -2015-03-12 02:19:11 sendUrl INFO 83 [703] R:OK -2015-03-12 02:19:11 queue INFO >83 [704] -2015-03-12 02:19:11 sendUrl INFO 83 [704] R:OK -2015-03-12 02:20:01 queue INFO >>83 [705] -2015-03-12 02:20:01 sendUrl INFO 83 [705] R:OK -2015-03-12 02:20:51 queue INFO >>83 [706] -2015-03-12 02:20:52 sendUrl INFO 83 [706] R:OK -2015-03-12 02:21:41 queue INFO >>83 [707] -2015-03-12 02:21:41 sendUrl INFO 83 [707] R:OK -2015-03-12 02:22:31 queue INFO >>83 [708] -2015-03-12 02:22:32 sendUrl INFO 83 [708] R:OK -2015-03-12 02:23:22 queue INFO >>83 [709] -2015-03-12 02:23:22 sendUrl INFO 83 [709] R:OK -2015-03-12 02:24:12 queue INFO >>83 [710] -2015-03-12 02:24:12 sendUrl INFO 83 [710] R:OK -2015-03-12 02:25:02 queue INFO >>83 [711] -2015-03-12 02:25:02 sendUrl INFO 83 [711] R:OK -2015-03-12 02:25:52 queue INFO >>83 [712] -2015-03-12 02:25:53 sendUrl INFO 83 [712] R:OK -2015-03-12 02:26:42 queue INFO >>83 [713] -2015-03-12 02:26:42 sendUrl INFO 83 [713] R:OK -2015-03-12 02:26:43 queue INFO 87 [714] -2015-03-12 02:26:44 queue INFO >87 [715] -2015-03-12 02:26:44 sendUrl INFO 87 [714] R:OK -2015-03-12 02:26:44 sendUrl INFO 87 [715] R:OK -2015-03-12 02:26:45 queue INFO 83 [716] -2015-03-12 02:26:45 queue INFO >83 [717] -2015-03-12 02:26:45 sendUrl INFO 83 [716] R:OK -2015-03-12 02:26:46 sendUrl INFO 83 [717] R:OK -2015-03-12 02:27:35 queue INFO >>83 [718] -2015-03-12 02:27:35 sendUrl INFO 83 [718] R:OK -2015-03-12 02:28:25 queue INFO >>83 [719] -2015-03-12 02:28:26 sendUrl INFO 83 [719] R:OK -2015-03-12 02:29:15 queue INFO >>83 [720] -2015-03-12 02:29:16 sendUrl INFO 83 [720] R:OK -2015-03-12 02:30:06 queue INFO >>83 [721] -2015-03-12 02:30:06 sendUrl INFO 83 [721] R:OK -2015-03-12 02:30:56 queue INFO >>83 [722] -2015-03-12 02:30:56 sendUrl INFO 83 [722] R:OK -2015-03-12 02:31:46 queue INFO >>83 [723] -2015-03-12 02:31:46 sendUrl INFO 83 [723] R:OK -2015-03-12 02:32:36 queue INFO >>83 [724] -2015-03-12 02:32:36 sendUrl INFO 83 [724] R:OK -2015-03-12 02:33:26 queue INFO >>83 [725] -2015-03-12 02:33:27 sendUrl INFO 83 [725] R:OK -2015-03-12 02:34:16 queue INFO >>83 [726] -2015-03-12 02:34:17 sendUrl INFO 83 [726] R:OK -2015-03-12 02:34:18 queue INFO 87 [727] -2015-03-12 02:34:18 queue INFO >87 [728] -2015-03-12 02:34:18 sendUrl INFO 87 [727] R:OK -2015-03-12 02:34:18 sendUrl INFO 87 [728] R:OK -2015-03-12 02:34:19 queue INFO 83 [729] -2015-03-12 02:34:19 queue INFO >83 [730] -2015-03-12 02:34:19 sendUrl INFO 83 [729] R:OK -2015-03-12 02:34:20 sendUrl INFO 83 [730] R:OK -2015-03-12 02:35:09 queue INFO >>83 [731] -2015-03-12 02:35:10 sendUrl INFO 83 [731] R:OK -2015-03-12 02:35:59 queue INFO >>83 [732] -2015-03-12 02:36:00 sendUrl INFO 83 [732] R:OK -2015-03-12 02:36:50 queue INFO >>83 [733] -2015-03-12 02:36:50 sendUrl INFO 83 [733] R:OK -2015-03-12 02:37:40 queue INFO >>83 [734] -2015-03-12 02:37:40 sendUrl INFO 83 [734] R:OK -2015-03-12 02:38:30 queue INFO >>83 [735] -2015-03-12 02:38:30 sendUrl INFO 83 [735] R:OK -2015-03-12 02:39:20 queue INFO >>83 [736] -2015-03-12 02:39:20 sendUrl INFO 83 [736] R:OK -2015-03-12 02:40:10 queue INFO >>83 [737] -2015-03-12 02:40:11 sendUrl INFO 83 [737] R:OK -2015-03-12 02:41:00 queue INFO >>83 [738] -2015-03-12 02:41:01 sendUrl INFO 83 [738] R:OK -2015-03-12 02:41:51 queue INFO >>83 [739] -2015-03-12 02:41:51 sendUrl INFO 83 [739] R:OK -2015-03-12 02:42:04 queue INFO 87 [740] -2015-03-12 02:42:04 queue INFO >87 [741] -2015-03-12 02:42:04 sendUrl INFO 87 [740] R:OK -2015-03-12 02:42:04 sendUrl INFO 87 [741] R:OK -2015-03-12 02:42:05 queue INFO 83 [742] -2015-03-12 02:42:05 queue INFO >83 [743] -2015-03-12 02:42:06 sendUrl INFO 83 [742] R:OK -2015-03-12 02:42:06 sendUrl INFO 83 [743] R:OK -2015-03-12 02:42:55 queue INFO >>83 [744] -2015-03-12 02:42:56 sendUrl INFO 83 [744] R:OK -2015-03-12 02:43:46 queue INFO >>83 [745] -2015-03-12 02:43:46 sendUrl INFO 83 [745] R:OK -2015-03-12 02:44:36 queue INFO >>83 [746] -2015-03-12 02:44:36 sendUrl INFO 83 [746] R:OK -2015-03-12 02:45:26 queue INFO >>83 [747] -2015-03-12 02:45:26 sendUrl INFO 83 [747] R:OK -2015-03-12 02:46:16 queue INFO >>83 [748] -2015-03-12 02:46:16 sendUrl INFO 83 [748] R:OK -2015-03-12 02:47:06 queue INFO >>83 [749] -2015-03-12 02:47:06 sendUrl INFO 83 [749] R:OK -2015-03-12 02:47:56 queue INFO >>83 [750] -2015-03-12 02:47:57 sendUrl INFO 83 [750] R:OK -2015-03-12 02:48:46 queue INFO >>83 [751] -2015-03-12 02:48:47 sendUrl INFO 83 [751] R:OK -2015-03-12 02:49:37 queue INFO >>83 [752] -2015-03-12 02:49:37 sendUrl INFO 83 [752] R:OK -2015-03-12 02:49:38 queue INFO C7 [753] -2015-03-12 02:49:38 queue INFO >C7 [754] -2015-03-12 02:49:38 sendUrl INFO C7 [753] R:OK -2015-03-12 02:49:38 sendUrl INFO C7 [754] R:OK -2015-03-12 02:49:39 queue INFO C3 [755] -2015-03-12 02:49:40 sendUrl INFO C3 [755] R:OK -2015-03-12 02:49:40 queue INFO >C3 [756] -2015-03-12 02:49:40 sendUrl INFO C3 [756] R:OK -2015-03-12 02:50:30 queue INFO >>C3 [757] -2015-03-12 02:50:30 sendUrl INFO C3 [757] R:OK -2015-03-12 02:51:20 queue INFO >>C3 [758] -2015-03-12 02:51:20 sendUrl INFO C3 [758] R:OK -2015-03-12 02:52:10 queue INFO >>C3 [759] -2015-03-12 02:52:10 sendUrl INFO C3 [759] R:OK -2015-03-12 02:53:00 queue INFO >>C3 [760] -2015-03-12 02:53:00 sendUrl INFO C3 [760] R:OK -2015-03-12 02:53:50 queue INFO >>C3 [761] -2015-03-12 02:53:51 sendUrl INFO C3 [761] R:OK -2015-03-12 02:54:40 queue INFO >>C3 [762] -2015-03-12 02:54:40 sendUrl INFO C3 [762] R:OK -2015-03-12 02:55:30 queue INFO >>C3 [763] -2015-03-12 02:55:31 sendUrl INFO C3 [763] R:OK -2015-03-12 02:56:21 queue INFO >>C3 [764] -2015-03-12 02:56:21 sendUrl INFO C3 [764] R:OK -2015-03-12 02:57:11 queue INFO >>C3 [765] -2015-03-12 02:57:11 sendUrl INFO C3 [765] R:OK -2015-03-12 02:57:11 queue INFO 83 [766] -2015-03-12 02:57:11 queue INFO >83 [767] -2015-03-12 02:57:11 sendUrl INFO 83 [766] R:OK -2015-03-12 02:57:12 sendUrl INFO 83 [767] R:OK -2015-03-12 02:57:12 queue INFO 87 [768] -2015-03-12 02:57:12 queue INFO >87 [769] -2015-03-12 02:57:13 sendUrl INFO 87 [768] R:OK -2015-03-12 02:57:13 sendUrl INFO 87 [769] R:OK -2015-03-12 02:57:14 queue INFO 83 [770] -2015-03-12 02:57:14 queue INFO >83 [771] -2015-03-12 02:57:14 sendUrl INFO 83 [770] R:OK -2015-03-12 02:57:14 sendUrl INFO 83 [771] R:OK -2015-03-12 02:58:04 queue INFO >>83 [772] -2015-03-12 02:58:04 sendUrl INFO 83 [772] R:OK -2015-03-12 02:58:54 queue INFO >>83 [773] -2015-03-12 02:58:54 sendUrl INFO 83 [773] R:OK -2015-03-12 02:59:44 queue INFO >>83 [774] -2015-03-12 02:59:44 sendUrl INFO 83 [774] R:OK -2015-03-12 03:00:34 queue INFO >>83 [775] -2015-03-12 03:00:34 sendUrl INFO 83 [775] R:OK -2015-03-12 03:01:24 queue INFO >>83 [776] -2015-03-12 03:01:25 sendUrl INFO 83 [776] R:OK -2015-03-12 03:02:14 queue INFO >>83 [777] -2015-03-12 03:02:15 sendUrl INFO 83 [777] R:OK -2015-03-12 03:03:05 queue INFO >>83 [778] -2015-03-12 03:03:05 sendUrl INFO 83 [778] R:OK -2015-03-12 03:03:55 queue INFO >>83 [779] -2015-03-12 03:03:55 sendUrl INFO 83 [779] R:OK -2015-03-12 03:04:45 queue INFO >>83 [780] -2015-03-12 03:04:45 sendUrl INFO 83 [780] R:OK -2015-03-12 03:04:50 queue INFO 87 [781] -2015-03-12 03:04:50 queue INFO >87 [782] -2015-03-12 03:04:50 sendUrl INFO 87 [781] R:OK -2015-03-12 03:04:51 sendUrl INFO 87 [782] R:OK -2015-03-12 03:04:52 queue INFO 83 [783] -2015-03-12 03:04:52 queue INFO >83 [784] -2015-03-12 03:04:52 sendUrl INFO 83 [783] R:OK -2015-03-12 03:04:53 sendUrl INFO 83 [784] R:OK -2015-03-12 03:05:42 queue INFO >>83 [785] -2015-03-12 03:05:42 sendUrl INFO 83 [785] R:OK -2015-03-12 03:06:32 queue INFO >>83 [786] -2015-03-12 03:06:32 sendUrl INFO 83 [786] R:OK -2015-03-12 03:07:22 queue INFO >>83 [787] -2015-03-12 03:07:23 sendUrl INFO 83 [787] R:OK -2015-03-12 03:08:12 queue INFO >>83 [788] -2015-03-12 03:08:12 sendUrl INFO 83 [788] R:OK -2015-03-12 03:09:02 queue INFO >>83 [789] -2015-03-12 03:09:03 sendUrl INFO 83 [789] R:OK -2015-03-12 03:09:52 queue INFO >>83 [790] -2015-03-12 03:09:53 sendUrl INFO 83 [790] R:OK -2015-03-12 03:10:43 queue INFO >>83 [791] -2015-03-12 03:10:43 sendUrl INFO 83 [791] R:OK -2015-03-12 03:11:33 queue INFO >>83 [792] -2015-03-12 03:11:33 sendUrl INFO 83 [792] R:OK -2015-03-12 03:11:44 queue INFO 81 [793] -2015-03-12 03:11:44 sendUrl INFO 81 [793] R:OK -2015-03-12 03:11:44 queue INFO >81 [794] -2015-03-12 03:11:44 sendUrl INFO 81 [794] R:OK -2015-03-12 03:12:34 queue INFO >>81 [795] -2015-03-12 03:12:34 sendUrl INFO 81 [795] R:OK -2015-03-12 03:13:24 queue INFO >>81 [796] -2015-03-12 03:13:24 sendUrl INFO 81 [796] R:OK -2015-03-12 03:14:14 queue INFO >>81 [797] -2015-03-12 03:14:14 sendUrl INFO 81 [797] R:OK -2015-03-12 03:15:04 queue INFO >>81 [798] -2015-03-12 03:15:05 sendUrl INFO 81 [798] R:OK -2015-03-12 03:15:54 queue INFO >>81 [799] -2015-03-12 03:15:55 sendUrl INFO 81 [799] R:OK -2015-03-12 03:16:45 queue INFO >>81 [800] -2015-03-12 03:16:45 sendUrl INFO 81 [800] R:OK -2015-03-12 03:17:35 queue INFO >>81 [801] -2015-03-12 03:17:35 sendUrl INFO 81 [801] R:OK -2015-03-12 03:18:25 queue INFO >>81 [802] -2015-03-12 03:18:25 sendUrl INFO 81 [802] R:OK -2015-03-12 03:19:15 queue INFO >>81 [803] -2015-03-12 03:19:15 sendUrl INFO 81 [803] R:OK -2015-03-12 03:20:05 queue INFO >>81 [804] -2015-03-12 03:20:06 sendUrl INFO 81 [804] R:OK -2015-03-12 03:20:55 queue INFO >>81 [805] -2015-03-12 03:20:55 sendUrl INFO 81 [805] R:OK -2015-03-12 03:21:45 queue INFO >>81 [806] -2015-03-12 03:21:46 sendUrl INFO 81 [806] R:OK -2015-03-12 03:22:36 queue INFO >>81 [807] -2015-03-12 03:22:36 sendUrl INFO 81 [807] R:OK -2015-03-12 03:23:26 queue INFO >>81 [808] -2015-03-12 03:23:26 sendUrl INFO 81 [808] R:OK -2015-03-12 03:24:16 queue INFO >>81 [809] -2015-03-12 03:24:16 sendUrl INFO 81 [809] R:OK -2015-03-12 03:25:06 queue INFO >>81 [810] -2015-03-12 03:25:06 sendUrl INFO 81 [810] R:OK -2015-03-12 03:25:56 queue INFO >>81 [811] -2015-03-12 03:25:56 sendUrl INFO 81 [811] R:OK -2015-03-12 03:26:46 queue INFO >>81 [812] -2015-03-12 03:26:47 sendUrl INFO 81 [812] R:OK -2015-03-12 03:27:36 queue INFO >>81 [813] -2015-03-12 03:27:37 sendUrl INFO 81 [813] R:OK -2015-03-12 03:28:27 queue INFO >>81 [814] -2015-03-12 03:28:27 sendUrl INFO 81 [814] R:OK -2015-03-12 03:29:17 queue INFO >>81 [815] -2015-03-12 03:29:17 sendUrl INFO 81 [815] R:OK -2015-03-12 03:30:07 queue INFO >>81 [816] -2015-03-12 03:30:07 sendUrl INFO 81 [816] R:OK -2015-03-12 03:30:57 queue INFO >>81 [817] -2015-03-12 03:30:57 sendUrl INFO 81 [817] R:OK -2015-03-12 03:31:47 queue INFO >>81 [818] -2015-03-12 03:31:48 sendUrl INFO 81 [818] R:OK -2015-03-12 03:32:37 queue INFO >>81 [819] -2015-03-12 03:32:38 sendUrl INFO 81 [819] R:OK -2015-03-12 03:33:27 queue INFO >>81 [820] -2015-03-12 03:33:28 sendUrl INFO 81 [820] R:OK -2015-03-12 03:34:18 queue INFO >>81 [821] -2015-03-12 03:34:18 sendUrl INFO 81 [821] R:OK -2015-03-12 03:35:08 queue INFO >>81 [822] -2015-03-12 03:35:08 sendUrl INFO 81 [822] R:OK -2015-03-12 03:35:58 queue INFO >>81 [823] -2015-03-12 03:35:58 sendUrl INFO 81 [823] R:OK -2015-03-12 03:36:48 queue INFO >>81 [824] -2015-03-12 03:36:48 sendUrl INFO 81 [824] R:OK -2015-03-12 03:37:38 queue INFO >>81 [825] -2015-03-12 03:37:38 sendUrl INFO 81 [825] R:OK -2015-03-12 03:38:28 queue INFO >>81 [826] -2015-03-12 03:38:29 sendUrl INFO 81 [826] R:OK -2015-03-12 03:39:19 queue INFO >>81 [827] -2015-03-12 03:39:19 sendUrl INFO 81 [827] R:OK -2015-03-12 03:40:09 queue INFO >>81 [828] -2015-03-12 03:40:09 sendUrl INFO 81 [828] R:OK -2015-03-12 03:40:59 queue INFO >>81 [829] -2015-03-12 03:40:59 sendUrl INFO 81 [829] R:OK -2015-03-12 03:41:49 queue INFO >>81 [830] -2015-03-12 03:41:49 sendUrl INFO 81 [830] R:OK -2015-03-12 03:42:39 queue INFO >>81 [831] -2015-03-12 03:42:39 sendUrl INFO 81 [831] R:OK -2015-03-12 03:43:29 queue INFO >>81 [832] -2015-03-12 03:43:30 sendUrl INFO 81 [832] R:OK -2015-03-12 03:44:19 queue INFO >>81 [833] -2015-03-12 03:44:20 sendUrl INFO 81 [833] R:OK -2015-03-12 03:45:10 queue INFO >>81 [834] -2015-03-12 03:45:10 sendUrl INFO 81 [834] R:OK -2015-03-12 03:46:00 queue INFO >>81 [835] -2015-03-12 03:46:00 sendUrl INFO 81 [835] R:OK -2015-03-12 03:46:50 queue INFO >>81 [836] -2015-03-12 03:46:50 sendUrl INFO 81 [836] R:OK -2015-03-12 03:47:40 queue INFO >>81 [837] -2015-03-12 03:47:40 sendUrl INFO 81 [837] R:OK -2015-03-12 03:48:30 queue INFO >>81 [838] -2015-03-12 03:48:30 sendUrl INFO 81 [838] R:OK -2015-03-12 03:49:20 queue INFO >>81 [839] -2015-03-12 03:49:21 sendUrl INFO 81 [839] R:OK -2015-03-12 03:50:11 queue INFO >>81 [840] -2015-03-12 03:50:11 sendUrl INFO 81 [840] R:OK -2015-03-12 03:51:01 queue INFO >>81 [841] -2015-03-12 03:51:01 sendUrl INFO 81 [841] R:OK -2015-03-12 03:51:51 queue INFO >>81 [842] -2015-03-12 03:51:51 sendUrl INFO 81 [842] R:OK -2015-03-12 03:52:41 queue INFO >>81 [843] -2015-03-12 03:52:41 sendUrl INFO 81 [843] R:OK -2015-03-12 03:53:06 queue INFO 83 [844] -2015-03-12 03:53:06 queue INFO >83 [845] -2015-03-12 03:53:06 sendUrl INFO 83 [844] R:OK -2015-03-12 03:53:07 sendUrl INFO 83 [845] R:OK -2015-03-12 03:53:42 queue INFO 87 [846] -2015-03-12 03:53:42 queue INFO >87 [847] -2015-03-12 03:53:42 sendUrl INFO 87 [846] R:OK -2015-03-12 03:53:42 sendUrl INFO 87 [847] R:OK -2015-03-12 03:53:43 queue INFO 83 [848] -2015-03-12 03:53:43 queue INFO >83 [849] -2015-03-12 03:53:43 sendUrl INFO 83 [848] R:OK -2015-03-12 03:53:44 sendUrl INFO 83 [849] R:OK -2015-03-12 03:54:33 queue INFO >>83 [850] -2015-03-12 03:54:34 sendUrl INFO 83 [850] R:OK -2015-03-12 03:55:23 queue INFO >>83 [851] -2015-03-12 03:55:24 sendUrl INFO 83 [851] R:OK -2015-03-12 03:55:47 queue INFO 81 [852] -2015-03-12 03:55:47 queue INFO >81 [853] -2015-03-12 03:55:47 sendUrl INFO 81 [852] R:OK -2015-03-12 03:55:48 sendUrl INFO 81 [853] R:OK -2015-03-12 03:56:37 queue INFO >>81 [854] -2015-03-12 03:56:37 sendUrl INFO 81 [854] R:OK -2015-03-12 03:57:27 queue INFO >>81 [855] -2015-03-12 03:57:27 sendUrl INFO 81 [855] R:OK -2015-03-12 03:58:17 queue INFO >>81 [856] -2015-03-12 03:58:18 sendUrl INFO 81 [856] R:OK -2015-03-12 03:59:08 queue INFO >>81 [857] -2015-03-12 03:59:08 sendUrl INFO 81 [857] R:OK -2015-03-12 03:59:58 queue INFO >>81 [858] -2015-03-12 03:59:58 sendUrl INFO 81 [858] R:OK -2015-03-12 04:00:48 queue INFO >>81 [859] -2015-03-12 04:00:48 sendUrl INFO 81 [859] R:OK -2015-03-12 04:01:38 queue INFO >>81 [860] -2015-03-12 04:01:38 sendUrl INFO 81 [860] R:OK -2015-03-12 04:02:28 queue INFO >>81 [861] -2015-03-12 04:02:28 sendUrl INFO 81 [861] R:OK -2015-03-12 04:02:38 queue INFO 83 [862] -2015-03-12 04:02:38 queue INFO >83 [863] -2015-03-12 04:02:38 sendUrl INFO 83 [862] R:OK -2015-03-12 04:02:39 sendUrl INFO 83 [863] R:OK -2015-03-12 04:03:16 queue INFO 87 [864] -2015-03-12 04:03:16 queue INFO >87 [865] -2015-03-12 04:03:16 sendUrl INFO 87 [864] R:OK -2015-03-12 04:03:17 sendUrl INFO 87 [865] R:OK -2015-03-12 04:03:18 queue INFO 83 [866] -2015-03-12 04:03:18 sendUrl INFO 83 [866] R:OK -2015-03-12 04:03:18 queue INFO >83 [867] -2015-03-12 04:03:18 sendUrl INFO 83 [867] R:OK -2015-03-12 04:04:08 queue INFO >>83 [868] -2015-03-12 04:04:08 sendUrl INFO 83 [868] R:OK -2015-03-12 04:04:58 queue INFO >>83 [869] -2015-03-12 04:04:58 sendUrl INFO 83 [869] R:OK -2015-03-12 04:05:48 queue INFO >>83 [870] -2015-03-12 04:05:48 sendUrl INFO 83 [870] R:OK -2015-03-12 04:06:38 queue INFO >>83 [871] -2015-03-12 04:06:38 sendUrl INFO 83 [871] R:OK -2015-03-12 04:07:28 queue INFO >>83 [872] -2015-03-12 04:07:29 sendUrl INFO 83 [872] R:OK -2015-03-12 04:08:18 queue INFO >>83 [873] -2015-03-12 04:08:19 sendUrl INFO 83 [873] R:OK -2015-03-12 04:09:09 queue INFO >>83 [874] -2015-03-12 04:09:09 sendUrl INFO 83 [874] R:OK -2015-03-12 04:09:59 queue INFO >>83 [875] -2015-03-12 04:09:59 sendUrl INFO 83 [875] R:OK -2015-03-12 04:10:49 queue INFO >>83 [876] -2015-03-12 04:10:49 sendUrl INFO 83 [876] R:OK -2015-03-12 04:10:50 queue INFO 87 [877] -2015-03-12 04:10:51 queue INFO >87 [878] -2015-03-12 04:10:51 sendUrl INFO 87 [877] R:OK -2015-03-12 04:10:51 sendUrl INFO 87 [878] R:OK -2015-03-12 04:10:52 queue INFO 83 [879] -2015-03-12 04:10:52 queue INFO >83 [880] -2015-03-12 04:10:52 sendUrl INFO 83 [879] R:OK -2015-03-12 04:10:53 sendUrl INFO 83 [880] R:OK -2015-03-12 04:11:42 queue INFO >>83 [881] -2015-03-12 04:11:42 sendUrl INFO 83 [881] R:OK -2015-03-12 04:12:32 queue INFO >>83 [882] -2015-03-12 04:12:32 sendUrl INFO 83 [882] R:OK -2015-03-12 04:13:22 queue INFO >>83 [883] -2015-03-12 04:13:23 sendUrl INFO 83 [883] R:OK -2015-03-12 04:14:12 queue INFO >>83 [884] -2015-03-12 04:14:12 sendUrl INFO 83 [884] R:OK -2015-03-12 04:15:02 queue INFO >>83 [885] -2015-03-12 04:15:03 sendUrl INFO 83 [885] R:OK -2015-03-12 04:15:53 queue INFO >>83 [886] -2015-03-12 04:15:53 sendUrl INFO 83 [886] R:OK -2015-03-12 04:16:43 queue INFO >>83 [887] -2015-03-12 04:16:43 sendUrl INFO 83 [887] R:OK -2015-03-12 04:17:33 queue INFO >>83 [888] -2015-03-12 04:17:33 sendUrl INFO 83 [888] R:OK -2015-03-12 04:18:23 queue INFO >>83 [889] -2015-03-12 04:18:24 sendUrl INFO 83 [889] R:OK -2015-03-12 04:18:24 queue INFO 87 [890] -2015-03-12 04:18:25 sendUrl INFO 87 [890] R:OK -2015-03-12 04:18:25 queue INFO >87 [891] -2015-03-12 04:18:25 sendUrl INFO 87 [891] R:OK -2015-03-12 04:18:26 queue INFO 83 [892] -2015-03-12 04:18:26 queue INFO >83 [893] -2015-03-12 04:18:27 sendUrl INFO 83 [892] R:OK -2015-03-12 04:18:27 sendUrl INFO 83 [893] R:OK -2015-03-12 04:19:16 queue INFO >>83 [894] -2015-03-12 04:19:16 sendUrl INFO 83 [894] R:OK -2015-03-12 04:20:06 queue INFO >>83 [895] -2015-03-12 04:20:07 sendUrl INFO 83 [895] R:OK -2015-03-12 04:20:57 queue INFO >>83 [896] -2015-03-12 04:20:57 sendUrl INFO 83 [896] R:OK -2015-03-12 04:21:47 queue INFO >>83 [897] -2015-03-12 04:21:47 sendUrl INFO 83 [897] R:OK -2015-03-12 04:22:37 queue INFO >>83 [898] -2015-03-12 04:22:37 sendUrl INFO 83 [898] R:OK -2015-03-12 04:23:27 queue INFO >>83 [899] -2015-03-12 04:23:27 sendUrl INFO 83 [899] R:OK -2015-03-12 04:24:17 queue INFO >>83 [900] -2015-03-12 04:24:17 sendUrl INFO 83 [900] R:OK -2015-03-12 04:25:07 queue INFO >>83 [901] -2015-03-12 04:25:08 sendUrl INFO 83 [901] R:OK -2015-03-12 04:25:57 queue INFO >>83 [902] -2015-03-12 04:25:58 sendUrl INFO 83 [902] R:OK -2015-03-12 04:25:59 queue INFO 87 [903] -2015-03-12 04:25:59 queue INFO >87 [904] -2015-03-12 04:25:59 sendUrl INFO 87 [903] R:OK -2015-03-12 04:26:00 sendUrl INFO 87 [904] R:OK -2015-03-12 04:26:00 queue INFO 83 [905] -2015-03-12 04:26:00 queue INFO >83 [906] -2015-03-12 04:26:01 sendUrl INFO 83 [905] R:OK -2015-03-12 04:26:01 sendUrl INFO 83 [906] R:OK -2015-03-12 04:26:50 queue INFO >>83 [907] -2015-03-12 04:26:51 sendUrl INFO 83 [907] R:OK -2015-03-12 04:27:41 queue INFO >>83 [908] -2015-03-12 04:27:41 sendUrl INFO 83 [908] R:OK -2015-03-12 04:28:31 queue INFO >>83 [909] -2015-03-12 04:28:31 sendUrl INFO 83 [909] R:OK -2015-03-12 04:29:21 queue INFO >>83 [910] -2015-03-12 04:29:21 sendUrl INFO 83 [910] R:OK -2015-03-12 04:30:11 queue INFO >>83 [911] -2015-03-12 04:30:11 sendUrl INFO 83 [911] R:OK -2015-03-12 04:31:01 queue INFO >>83 [912] -2015-03-12 04:31:02 sendUrl INFO 83 [912] R:OK -2015-03-12 04:31:51 queue INFO >>83 [913] -2015-03-12 04:31:51 sendUrl INFO 83 [913] R:OK -2015-03-12 04:32:41 queue INFO >>83 [914] -2015-03-12 04:32:42 sendUrl INFO 83 [914] R:OK -2015-03-12 04:33:31 queue INFO >>83 [915] -2015-03-12 04:33:32 sendUrl INFO 83 [915] R:OK -2015-03-12 04:33:33 queue INFO C7 [916] -2015-03-12 04:33:33 queue INFO >C7 [917] -2015-03-12 04:33:33 sendUrl INFO C7 [916] R:OK -2015-03-12 04:33:34 sendUrl INFO C7 [917] R:OK -2015-03-12 04:33:35 queue INFO C3 [918] -2015-03-12 04:33:35 sendUrl INFO C3 [918] R:OK -2015-03-12 04:33:35 queue INFO >C3 [919] -2015-03-12 04:33:35 sendUrl INFO C3 [919] R:OK -2015-03-12 04:34:25 queue INFO >>C3 [920] -2015-03-12 04:34:25 sendUrl INFO C3 [920] R:OK -2015-03-12 04:35:15 queue INFO >>C3 [921] -2015-03-12 04:35:15 sendUrl INFO C3 [921] R:OK -2015-03-12 04:36:05 queue INFO >>C3 [922] -2015-03-12 04:36:05 sendUrl INFO C3 [922] R:OK -2015-03-12 04:36:55 queue INFO >>C3 [923] -2015-03-12 04:36:55 sendUrl INFO C3 [923] R:OK -2015-03-12 04:37:45 queue INFO >>C3 [924] -2015-03-12 04:37:46 sendUrl INFO C3 [924] R:OK -2015-03-12 04:38:35 queue INFO >>C3 [925] -2015-03-12 04:38:36 sendUrl INFO C3 [925] R:OK -2015-03-12 04:39:26 queue INFO >>C3 [926] -2015-03-12 04:39:26 sendUrl INFO C3 [926] R:OK -2015-03-12 04:40:16 queue INFO >>C3 [927] -2015-03-12 04:40:16 sendUrl INFO C3 [927] R:OK -2015-03-12 04:41:06 queue INFO >>C3 [928] -2015-03-12 04:41:06 sendUrl INFO C3 [928] R:OK -2015-03-12 04:41:18 queue INFO 83 [929] -2015-03-12 04:41:18 sendUrl INFO 83 [929] R:OK -2015-03-12 04:41:18 queue INFO >83 [930] -2015-03-12 04:41:19 sendUrl INFO 83 [930] R:OK -2015-03-12 04:41:19 queue INFO 87 [931] -2015-03-12 04:41:19 queue INFO >87 [932] -2015-03-12 04:41:19 sendUrl INFO 87 [931] R:OK -2015-03-12 04:41:20 sendUrl INFO 87 [932] R:OK -2015-03-12 04:41:20 queue INFO 83 [933] -2015-03-12 04:41:21 queue INFO >83 [934] -2015-03-12 04:41:21 sendUrl INFO 83 [933] R:OK -2015-03-12 04:41:21 sendUrl INFO 83 [934] R:OK -2015-03-12 04:41:23 queue INFO 81 [935] -2015-03-12 04:41:24 queue INFO >81 [936] -2015-03-12 04:41:24 sendUrl INFO 81 [935] R:OK -2015-03-12 04:41:24 sendUrl INFO 81 [936] R:OK -2015-03-12 04:42:13 queue INFO >>81 [937] -2015-03-12 04:42:14 sendUrl INFO 81 [937] R:OK -2015-03-12 04:43:04 queue INFO >>81 [938] -2015-03-12 04:43:04 sendUrl INFO 81 [938] R:OK -2015-03-12 04:43:54 queue INFO >>81 [939] -2015-03-12 04:43:54 sendUrl INFO 81 [939] R:OK -2015-03-12 04:44:44 queue INFO >>81 [940] -2015-03-12 04:44:44 sendUrl INFO 81 [940] R:OK -2015-03-12 04:45:34 queue INFO >>81 [941] -2015-03-12 04:45:34 sendUrl INFO 81 [941] R:OK -2015-03-12 04:46:24 queue INFO >>81 [942] -2015-03-12 04:46:25 sendUrl INFO 81 [942] R:OK -2015-03-12 04:47:14 queue INFO >>81 [943] -2015-03-12 04:47:15 sendUrl INFO 81 [943] R:OK -2015-03-12 04:48:05 queue INFO >>81 [944] -2015-03-12 04:48:05 sendUrl INFO 81 [944] R:OK -2015-03-12 04:48:55 queue INFO >>81 [945] -2015-03-12 04:48:55 sendUrl INFO 81 [945] R:OK -2015-03-12 04:49:45 queue INFO >>81 [946] -2015-03-12 04:49:45 sendUrl INFO 81 [946] R:OK -2015-03-12 04:50:35 queue INFO >>81 [947] -2015-03-12 04:50:35 sendUrl INFO 81 [947] R:OK -2015-03-12 04:51:25 queue INFO >>81 [948] -2015-03-12 04:51:26 sendUrl INFO 81 [948] R:OK -2015-03-12 04:52:15 queue INFO >>81 [949] -2015-03-12 04:52:16 sendUrl INFO 81 [949] R:OK -2015-03-12 04:53:05 queue INFO >>81 [950] -2015-03-12 04:53:06 sendUrl INFO 81 [950] R:OK -2015-03-12 04:53:56 queue INFO >>81 [951] -2015-03-12 04:53:56 sendUrl INFO 81 [951] R:OK -2015-03-12 04:54:46 queue INFO >>81 [952] -2015-03-12 04:54:46 sendUrl INFO 81 [952] R:OK -2015-03-12 04:55:36 queue INFO >>81 [953] -2015-03-12 04:55:36 sendUrl INFO 81 [953] R:OK -2015-03-12 04:56:26 queue INFO >>81 [954] -2015-03-12 04:56:26 sendUrl INFO 81 [954] R:OK -2015-03-12 04:57:16 queue INFO >>81 [955] -2015-03-12 04:57:16 sendUrl INFO 81 [955] R:OK -2015-03-12 04:58:06 queue INFO >>81 [956] -2015-03-12 04:58:07 sendUrl INFO 81 [956] R:OK -2015-03-12 04:58:56 queue INFO >>81 [957] -2015-03-12 04:58:57 sendUrl INFO 81 [957] R:OK -2015-03-12 04:59:47 queue INFO >>81 [958] -2015-03-12 04:59:47 sendUrl INFO 81 [958] R:OK -2015-03-12 05:00:37 queue INFO >>81 [959] -2015-03-12 05:00:37 sendUrl INFO 81 [959] R:OK -2015-03-12 05:01:27 queue INFO >>81 [960] -2015-03-12 05:01:27 sendUrl INFO 81 [960] R:OK -2015-03-12 05:02:17 queue INFO >>81 [961] -2015-03-12 05:02:17 sendUrl INFO 81 [961] R:OK -2015-03-12 05:03:07 queue INFO >>81 [962] -2015-03-12 05:03:07 sendUrl INFO 81 [962] R:OK -2015-03-12 05:03:57 queue INFO >>81 [963] -2015-03-12 05:03:58 sendUrl INFO 81 [963] R:OK -2015-03-12 05:04:47 queue INFO >>81 [964] -2015-03-12 05:04:48 sendUrl INFO 81 [964] R:OK -2015-03-12 05:05:38 queue INFO >>81 [965] -2015-03-12 05:05:38 sendUrl INFO 81 [965] R:OK -2015-03-12 05:06:28 queue INFO >>81 [966] -2015-03-12 05:06:28 sendUrl INFO 81 [966] R:OK -2015-03-12 05:07:18 queue INFO >>81 [967] -2015-03-12 05:07:18 sendUrl INFO 81 [967] R:OK -2015-03-12 05:08:08 queue INFO >>81 [968] -2015-03-12 05:08:08 sendUrl INFO 81 [968] R:OK -2015-03-12 05:08:58 queue INFO >>81 [969] -2015-03-12 05:08:59 sendUrl INFO 81 [969] R:OK -2015-03-12 05:09:48 queue INFO >>81 [970] -2015-03-12 05:09:48 sendUrl INFO 81 [970] R:OK -2015-03-12 05:10:38 queue INFO >>81 [971] -2015-03-12 05:10:39 sendUrl INFO 81 [971] R:OK -2015-03-12 05:11:29 queue INFO >>81 [972] -2015-03-12 05:11:29 sendUrl INFO 81 [972] R:OK -2015-03-12 05:12:19 queue INFO >>81 [973] -2015-03-12 05:12:19 sendUrl INFO 81 [973] R:OK -2015-03-12 05:13:09 queue INFO >>81 [974] -2015-03-12 05:13:09 sendUrl INFO 81 [974] R:OK -2015-03-12 05:13:59 queue INFO >>81 [975] -2015-03-12 05:14:00 sendUrl INFO 81 [975] R:OK -2015-03-12 05:14:49 queue INFO >>81 [976] -2015-03-12 05:14:49 sendUrl INFO 81 [976] R:OK -2015-03-12 05:15:39 queue INFO >>81 [977] -2015-03-12 05:15:40 sendUrl INFO 81 [977] R:OK -2015-03-12 05:16:30 queue INFO >>81 [978] -2015-03-12 05:16:30 sendUrl INFO 81 [978] R:OK -2015-03-12 05:17:20 queue INFO >>81 [979] -2015-03-12 05:17:20 sendUrl INFO 81 [979] R:OK -2015-03-12 05:18:10 queue INFO >>81 [980] -2015-03-12 05:18:10 sendUrl INFO 81 [980] R:OK -2015-03-12 05:19:00 queue INFO >>81 [981] -2015-03-12 05:19:01 sendUrl INFO 81 [981] R:OK -2015-03-12 05:19:50 queue INFO >>81 [982] -2015-03-12 05:19:50 sendUrl INFO 81 [982] R:OK -2015-03-12 05:20:40 queue INFO >>81 [983] -2015-03-12 05:20:41 sendUrl INFO 81 [983] R:OK -2015-03-12 05:21:30 queue INFO >>81 [984] -2015-03-12 05:21:31 sendUrl INFO 81 [984] R:OK -2015-03-12 05:22:21 queue INFO >>81 [985] -2015-03-12 05:22:21 sendUrl INFO 81 [985] R:OK -2015-03-12 05:23:11 queue INFO >>81 [986] -2015-03-12 05:23:11 sendUrl INFO 81 [986] R:OK -2015-03-12 05:24:01 queue INFO >>81 [987] -2015-03-12 05:24:02 sendUrl INFO 81 [987] R:OK -2015-03-12 05:24:51 queue INFO >>81 [988] -2015-03-12 05:24:51 sendUrl INFO 81 [988] R:OK -2015-03-12 05:25:41 queue INFO >>81 [989] -2015-03-12 05:25:42 sendUrl INFO 81 [989] R:OK -2015-03-12 05:26:31 queue INFO >>81 [990] -2015-03-12 05:26:31 sendUrl INFO 81 [990] R:OK -2015-03-12 05:27:22 queue INFO >>81 [991] -2015-03-12 05:27:22 sendUrl INFO 81 [991] R:OK -2015-03-12 05:28:12 queue INFO >>81 [992] -2015-03-12 05:28:12 sendUrl INFO 81 [992] R:OK -2015-03-12 05:29:02 queue INFO >>81 [993] -2015-03-12 05:29:02 sendUrl INFO 81 [993] R:OK -2015-03-12 05:29:52 queue INFO >>81 [994] -2015-03-12 05:29:52 sendUrl INFO 81 [994] R:OK -2015-03-12 05:30:42 queue INFO >>81 [995] -2015-03-12 05:30:43 sendUrl INFO 81 [995] R:OK -2015-03-12 05:31:32 queue INFO >>81 [996] -2015-03-12 05:31:32 sendUrl INFO 81 [996] R:OK -2015-03-12 05:32:22 queue INFO >>81 [997] -2015-03-12 05:32:23 sendUrl INFO 81 [997] R:OK -2015-03-12 05:33:13 queue INFO >>81 [998] -2015-03-12 05:33:13 sendUrl INFO 81 [998] R:OK -2015-03-12 05:34:03 queue INFO >>81 [999] -2015-03-12 05:34:03 sendUrl INFO 81 [999] R:OK -2015-03-12 05:34:53 queue INFO >>81 [0] -2015-03-12 05:34:53 sendUrl INFO 81 [0] R:OK -2015-03-12 05:35:43 queue INFO >>81 [1] -2015-03-12 05:35:44 sendUrl INFO 81 [1] R:OK -2015-03-12 05:36:33 queue INFO >>81 [2] -2015-03-12 05:36:33 sendUrl INFO 81 [2] R:OK -2015-03-12 05:37:23 queue INFO >>81 [3] -2015-03-12 05:37:24 sendUrl INFO 81 [3] R:OK -2015-03-12 05:38:14 queue INFO >>81 [4] -2015-03-12 05:38:14 sendUrl INFO 81 [4] R:OK -2015-03-12 05:39:04 queue INFO >>81 [5] -2015-03-12 05:39:04 sendUrl INFO 81 [5] R:OK -2015-03-12 05:39:54 queue INFO >>81 [6] -2015-03-12 05:39:54 sendUrl INFO 81 [6] R:OK -2015-03-12 05:40:44 queue INFO >>81 [7] -2015-03-12 05:40:44 sendUrl INFO 81 [7] R:OK -2015-03-12 05:41:34 queue INFO >>81 [8] -2015-03-12 05:41:34 sendUrl INFO 81 [8] R:OK -2015-03-12 05:42:24 queue INFO >>81 [9] -2015-03-12 05:42:25 sendUrl INFO 81 [9] R:OK -2015-03-12 05:43:14 queue INFO >>81 [10] -2015-03-12 05:43:15 sendUrl INFO 81 [10] R:OK -2015-03-12 05:44:04 queue INFO >>81 [11] -2015-03-12 05:44:05 sendUrl INFO 81 [11] R:OK -2015-03-12 05:44:55 queue INFO >>81 [12] -2015-03-12 05:44:55 sendUrl INFO 81 [12] R:OK -2015-03-12 05:45:45 queue INFO >>81 [13] -2015-03-12 05:45:45 sendUrl INFO 81 [13] R:OK -2015-03-12 05:46:35 queue INFO >>81 [14] -2015-03-12 05:46:35 sendUrl INFO 81 [14] R:OK -2015-03-12 05:47:25 queue INFO >>81 [15] -2015-03-12 05:47:25 sendUrl INFO 81 [15] R:OK -2015-03-12 05:48:15 queue INFO >>81 [16] -2015-03-12 05:48:16 sendUrl INFO 81 [16] R:OK -2015-03-12 05:49:05 queue INFO >>81 [17] -2015-03-12 05:49:06 sendUrl INFO 81 [17] R:OK -2015-03-12 05:49:55 queue INFO >>81 [18] -2015-03-12 05:49:56 sendUrl INFO 81 [18] R:OK -2015-03-12 05:50:46 queue INFO >>81 [19] -2015-03-12 05:50:46 sendUrl INFO 81 [19] R:OK -2015-03-12 05:51:36 queue INFO >>81 [20] -2015-03-12 05:51:36 sendUrl INFO 81 [20] R:OK -2015-03-12 05:52:26 queue INFO >>81 [21] -2015-03-12 05:52:26 sendUrl INFO 81 [21] R:OK -2015-03-12 05:53:16 queue INFO >>81 [22] -2015-03-12 05:53:17 sendUrl INFO 81 [22] R:OK -2015-03-12 05:54:06 queue INFO >>81 [23] -2015-03-12 05:54:06 sendUrl INFO 81 [23] R:OK -2015-03-12 05:54:56 queue INFO >>81 [24] -2015-03-12 05:54:57 sendUrl INFO 81 [24] R:OK -2015-03-12 05:55:47 queue INFO >>81 [25] -2015-03-12 05:55:47 sendUrl INFO 81 [25] R:OK -2015-03-12 05:56:37 queue INFO >>81 [26] -2015-03-12 05:56:37 sendUrl INFO 81 [26] R:OK -2015-03-12 05:57:27 queue INFO >>81 [27] -2015-03-12 05:57:27 sendUrl INFO 81 [27] R:OK -2015-03-12 05:58:17 queue INFO >>81 [28] -2015-03-12 05:58:18 sendUrl INFO 81 [28] R:OK -2015-03-12 05:59:07 queue INFO >>81 [29] -2015-03-12 05:59:07 sendUrl INFO 81 [29] R:OK -2015-03-12 05:59:57 queue INFO >>81 [30] -2015-03-12 05:59:58 sendUrl INFO 81 [30] R:OK -2015-03-12 06:00:47 queue INFO >>81 [31] -2015-03-12 06:00:48 sendUrl INFO 81 [31] R:OK -2015-03-12 06:01:38 queue INFO >>81 [32] -2015-03-12 06:01:38 sendUrl INFO 81 [32] R:OK -2015-03-12 06:02:28 queue INFO >>81 [33] -2015-03-12 06:02:28 sendUrl INFO 81 [33] R:OK -2015-03-12 06:03:18 queue INFO >>81 [34] -2015-03-12 06:03:19 sendUrl INFO 81 [34] R:OK -2015-03-12 06:04:08 queue INFO >>81 [35] -2015-03-12 06:04:08 sendUrl INFO 81 [35] R:OK -2015-03-12 06:04:58 queue INFO >>81 [36] -2015-03-12 06:04:59 sendUrl INFO 81 [36] R:OK -2015-03-12 06:05:48 queue INFO >>81 [37] -2015-03-12 06:05:49 sendUrl INFO 81 [37] R:OK -2015-03-12 06:06:39 queue INFO >>81 [38] -2015-03-12 06:06:39 sendUrl INFO 81 [38] R:OK -2015-03-12 06:07:29 queue INFO >>81 [39] -2015-03-12 06:07:29 sendUrl INFO 81 [39] R:OK -2015-03-12 06:08:19 queue INFO >>81 [40] -2015-03-12 06:08:19 sendUrl INFO 81 [40] R:OK -2015-03-12 06:09:09 queue INFO >>81 [41] -2015-03-12 06:09:09 sendUrl INFO 81 [41] R:OK -2015-03-12 06:09:59 queue INFO >>81 [42] -2015-03-12 06:10:00 sendUrl INFO 81 [42] R:OK -2015-03-12 06:10:49 queue INFO >>81 [43] -2015-03-12 06:10:50 sendUrl INFO 81 [43] R:OK -2015-03-12 06:11:39 queue INFO >>81 [44] -2015-03-12 06:11:40 sendUrl INFO 81 [44] R:OK -2015-03-12 06:12:30 queue INFO >>81 [45] -2015-03-12 06:12:30 sendUrl INFO 81 [45] R:OK -2015-03-12 06:13:20 queue INFO >>81 [46] -2015-03-12 06:13:20 sendUrl INFO 81 [46] R:OK -2015-03-12 06:14:10 queue INFO >>81 [47] -2015-03-12 06:14:10 sendUrl INFO 81 [47] R:OK -2015-03-12 06:15:00 queue INFO >>81 [48] -2015-03-12 06:15:01 sendUrl INFO 81 [48] R:OK -2015-03-12 06:15:50 queue INFO >>81 [49] -2015-03-12 06:15:50 sendUrl INFO 81 [49] R:OK -2015-03-12 06:16:40 queue INFO >>81 [50] -2015-03-12 06:16:41 sendUrl INFO 81 [50] R:OK -2015-03-12 06:17:31 queue INFO >>81 [51] -2015-03-12 06:17:31 sendUrl INFO 81 [51] R:OK -2015-03-12 06:18:21 queue INFO >>81 [52] -2015-03-12 06:18:21 sendUrl INFO 81 [52] R:OK -2015-03-12 06:19:11 queue INFO >>81 [53] -2015-03-12 06:19:11 sendUrl INFO 81 [53] R:OK -2015-03-12 06:20:01 queue INFO >>81 [54] -2015-03-12 06:20:01 sendUrl INFO 81 [54] R:OK -2015-03-12 06:20:51 queue INFO >>81 [55] -2015-03-12 06:20:51 sendUrl INFO 81 [55] R:OK -2015-03-12 06:21:41 queue INFO >>81 [56] -2015-03-12 06:21:42 sendUrl INFO 81 [56] R:OK -2015-03-12 06:22:31 queue INFO >>81 [57] -2015-03-12 06:22:32 sendUrl INFO 81 [57] R:OK -2015-03-12 06:23:22 queue INFO >>81 [58] -2015-03-12 06:23:22 sendUrl INFO 81 [58] R:OK -2015-03-12 06:24:12 queue INFO >>81 [59] -2015-03-12 06:24:12 sendUrl INFO 81 [59] R:OK -2015-03-12 06:25:02 queue INFO >>81 [60] -2015-03-12 06:25:02 sendUrl INFO 81 [60] R:OK -2015-03-12 06:25:52 queue INFO >>81 [61] -2015-03-12 06:25:52 sendUrl INFO 81 [61] R:OK -2015-03-12 06:26:42 queue INFO >>81 [62] -2015-03-12 06:26:42 sendUrl INFO 81 [62] R:OK -2015-03-12 06:27:32 queue INFO >>81 [63] -2015-03-12 06:27:33 sendUrl INFO 81 [63] R:OK -2015-03-12 06:28:23 queue INFO >>81 [64] -2015-03-12 06:28:23 sendUrl INFO 81 [64] R:OK -2015-03-12 06:29:13 queue INFO >>81 [65] -2015-03-12 06:29:13 sendUrl INFO 81 [65] R:OK -2015-03-12 06:30:03 queue INFO >>81 [66] -2015-03-12 06:30:03 sendUrl INFO 81 [66] R:OK -2015-03-12 06:30:53 queue INFO >>81 [67] -2015-03-12 06:30:53 sendUrl INFO 81 [67] R:OK -2015-03-12 06:31:43 queue INFO >>81 [68] -2015-03-12 06:31:43 sendUrl INFO 81 [68] R:OK -2015-03-12 06:32:33 queue INFO >>81 [69] -2015-03-12 06:32:34 sendUrl INFO 81 [69] R:OK -2015-03-12 06:33:23 queue INFO >>81 [70] -2015-03-12 06:33:24 sendUrl INFO 81 [70] R:OK -2015-03-12 06:34:14 queue INFO >>81 [71] -2015-03-12 06:34:14 sendUrl INFO 81 [71] R:OK -2015-03-12 06:35:04 queue INFO >>81 [72] -2015-03-12 06:35:04 sendUrl INFO 81 [72] R:OK -2015-03-12 06:35:54 queue INFO >>81 [73] -2015-03-12 06:35:54 sendUrl INFO 81 [73] R:OK -2015-03-12 06:36:44 queue INFO >>81 [74] -2015-03-12 06:36:44 sendUrl INFO 81 [74] R:OK -2015-03-12 06:37:34 queue INFO >>81 [75] -2015-03-12 06:37:35 sendUrl INFO 81 [75] R:OK -2015-03-12 06:38:24 queue INFO >>81 [76] -2015-03-12 06:38:25 sendUrl INFO 81 [76] R:OK -2015-03-12 06:39:15 queue INFO >>81 [77] -2015-03-12 06:39:15 sendUrl INFO 81 [77] R:OK -2015-03-12 06:40:05 queue INFO >>81 [78] -2015-03-12 06:40:05 sendUrl INFO 81 [78] R:OK -2015-03-12 06:40:55 queue INFO >>81 [79] -2015-03-12 06:40:55 sendUrl INFO 81 [79] R:OK -2015-03-12 06:41:45 queue INFO >>81 [80] -2015-03-12 06:41:45 sendUrl INFO 81 [80] R:OK -2015-03-12 06:42:35 queue INFO >>81 [81] -2015-03-12 06:42:36 sendUrl INFO 81 [81] R:OK -2015-03-12 06:43:25 queue INFO >>81 [82] -2015-03-12 06:43:25 sendUrl INFO 81 [82] R:OK -2015-03-12 06:44:15 queue INFO >>81 [83] -2015-03-12 06:44:16 sendUrl INFO 81 [83] R:OK -2015-03-12 06:45:06 queue INFO >>81 [84] -2015-03-12 06:45:06 sendUrl INFO 81 [84] R:OK -2015-03-12 06:45:56 queue INFO >>81 [85] -2015-03-12 06:45:56 sendUrl INFO 81 [85] R:OK -2015-03-12 06:46:46 queue INFO >>81 [86] -2015-03-12 06:46:46 sendUrl INFO 81 [86] R:OK -2015-03-12 06:47:36 queue INFO >>81 [87] -2015-03-12 06:47:37 sendUrl INFO 81 [87] R:OK -2015-03-12 06:48:26 queue INFO >>81 [88] -2015-03-12 06:48:26 sendUrl INFO 81 [88] R:OK -2015-03-12 06:49:16 queue INFO >>81 [89] -2015-03-12 06:49:17 sendUrl INFO 81 [89] R:OK -2015-03-12 06:50:06 queue INFO >>81 [90] -2015-03-12 06:50:07 sendUrl INFO 81 [90] R:OK -2015-03-12 06:50:57 queue INFO >>81 [91] -2015-03-12 06:50:57 sendUrl INFO 81 [91] R:OK -2015-03-12 06:51:47 queue INFO >>81 [92] -2015-03-12 06:51:47 sendUrl INFO 81 [92] R:OK -2015-03-12 06:52:37 queue INFO >>81 [93] -2015-03-12 06:52:37 sendUrl INFO 81 [93] R:OK -2015-03-12 06:53:27 queue INFO >>81 [94] -2015-03-12 06:53:27 sendUrl INFO 81 [94] R:OK -2015-03-12 06:54:17 queue INFO >>81 [95] -2015-03-12 06:54:17 sendUrl INFO 81 [95] R:OK -2015-03-12 06:55:07 queue INFO >>81 [96] -2015-03-12 06:55:08 sendUrl INFO 81 [96] R:OK -2015-03-12 06:55:57 queue INFO >>81 [97] -2015-03-12 06:55:58 sendUrl INFO 81 [97] R:OK -2015-03-12 06:56:48 queue INFO >>81 [98] -2015-03-12 06:56:48 sendUrl INFO 81 [98] R:OK -2015-03-12 06:57:38 queue INFO >>81 [99] -2015-03-12 06:57:38 sendUrl INFO 81 [99] R:OK -2015-03-12 06:58:28 queue INFO >>81 [100] -2015-03-12 06:58:28 sendUrl INFO 81 [100] R:OK -2015-03-12 06:59:18 queue INFO >>81 [101] -2015-03-12 06:59:18 sendUrl INFO 81 [101] R:OK -2015-03-12 07:00:08 queue INFO >>81 [102] -2015-03-12 07:00:09 sendUrl INFO 81 [102] R:OK -2015-03-12 07:00:58 queue INFO >>81 [103] -2015-03-12 07:00:58 sendUrl INFO 81 [103] R:OK -2015-03-12 07:01:48 queue INFO >>81 [104] -2015-03-12 07:01:49 sendUrl INFO 81 [104] R:OK -2015-03-12 07:02:39 queue INFO >>81 [105] -2015-03-12 07:02:39 sendUrl INFO 81 [105] R:OK -2015-03-12 07:03:29 queue INFO >>81 [106] -2015-03-12 07:03:29 sendUrl INFO 81 [106] R:OK -2015-03-12 07:04:19 queue INFO >>81 [107] -2015-03-12 07:04:19 sendUrl INFO 81 [107] R:OK -2015-03-12 07:05:09 queue INFO >>81 [108] -2015-03-12 07:05:09 sendUrl INFO 81 [108] R:OK -2015-03-12 07:05:59 queue INFO >>81 [109] -2015-03-12 07:06:00 sendUrl INFO 81 [109] R:OK -2015-03-12 07:06:49 queue INFO >>81 [110] -2015-03-12 07:06:50 sendUrl INFO 81 [110] R:OK -2015-03-12 07:07:40 queue INFO >>81 [111] -2015-03-12 07:07:40 sendUrl INFO 81 [111] R:OK -2015-03-12 07:08:30 queue INFO >>81 [112] -2015-03-12 07:08:30 sendUrl INFO 81 [112] R:OK -2015-03-12 07:09:20 queue INFO >>81 [113] -2015-03-12 07:09:20 sendUrl INFO 81 [113] R:OK -2015-03-12 07:10:10 queue INFO >>81 [114] -2015-03-12 07:10:10 sendUrl INFO 81 [114] R:OK -2015-03-12 07:11:00 queue INFO >>81 [115] -2015-03-12 07:11:01 sendUrl INFO 81 [115] R:OK -2015-03-12 07:11:50 queue INFO >>81 [116] -2015-03-12 07:11:51 sendUrl INFO 81 [116] R:OK -2015-03-12 07:12:40 queue INFO >>81 [117] -2015-03-12 07:12:41 sendUrl INFO 81 [117] R:OK -2015-03-12 07:13:18 queue INFO 91 [118] -2015-03-12 07:13:18 queue INFO >91 [119] -2015-03-12 07:13:18 sendUrl INFO 91 [118] R:OK -2015-03-12 07:13:19 sendUrl INFO 91 [119] R:OK -2015-03-12 07:13:43 queue INFO 99 [120] -2015-03-12 07:13:43 queue INFO >99 [121] -2015-03-12 07:13:43 sendUrl INFO 99 [120] R:OK -2015-03-12 07:13:44 sendUrl INFO 99 [121] R:OK -2015-03-12 07:14:33 queue INFO >>99 [122] -2015-03-12 07:14:33 sendUrl INFO 99 [122] R:OK -2015-03-12 07:15:23 queue INFO >>99 [123] -2015-03-12 07:15:23 sendUrl INFO 99 [123] R:OK -2015-03-12 07:16:13 queue INFO >>99 [124] -2015-03-12 07:16:14 sendUrl INFO 99 [124] R:OK -2015-03-12 07:17:03 queue INFO >>99 [125] -2015-03-12 07:17:04 sendUrl INFO 99 [125] R:OK -2015-03-12 07:17:54 queue INFO >>99 [126] -2015-03-12 07:17:54 sendUrl INFO 99 [126] R:OK -2015-03-12 07:18:44 queue INFO >>99 [127] -2015-03-12 07:18:44 sendUrl INFO 99 [127] R:OK -2015-03-12 07:19:34 queue INFO >>99 [128] -2015-03-12 07:19:34 sendUrl INFO 99 [128] R:OK -2015-03-12 07:20:24 queue INFO >>99 [129] -2015-03-12 07:20:24 sendUrl INFO 99 [129] R:OK -2015-03-12 07:21:14 queue INFO >>99 [130] -2015-03-12 07:21:15 sendUrl INFO 99 [130] R:OK -2015-03-12 07:22:04 queue INFO >>99 [131] -2015-03-12 07:22:05 sendUrl INFO 99 [131] R:OK -2015-03-12 07:22:55 queue INFO >>99 [132] -2015-03-12 07:22:55 sendUrl INFO 99 [132] R:OK -2015-03-12 07:23:45 queue INFO >>99 [133] -2015-03-12 07:23:45 sendUrl INFO 99 [133] R:OK -2015-03-12 07:24:35 queue INFO >>99 [134] -2015-03-12 07:24:35 sendUrl INFO 99 [134] R:OK -2015-03-12 07:25:25 queue INFO >>99 [135] -2015-03-12 07:25:25 sendUrl INFO 99 [135] R:OK -2015-03-12 07:26:15 queue INFO >>99 [136] -2015-03-12 07:26:16 sendUrl INFO 99 [136] R:OK -2015-03-12 07:27:05 queue INFO >>99 [137] -2015-03-12 07:27:05 sendUrl INFO 99 [137] R:OK -2015-03-12 07:27:55 queue INFO >>99 [138] -2015-03-12 07:27:56 sendUrl INFO 99 [138] R:OK -2015-03-12 07:28:46 queue INFO >>99 [139] -2015-03-12 07:28:46 sendUrl INFO 99 [139] R:OK -2015-03-12 07:28:54 queue INFO 91 [140] -2015-03-12 07:28:54 queue INFO >91 [141] -2015-03-12 07:28:54 sendUrl INFO 91 [140] R:OK -2015-03-12 07:28:55 sendUrl INFO 91 [141] R:OK -2015-03-12 07:29:11 queue INFO 93 [142] -2015-03-12 07:29:12 queue INFO >93 [143] -2015-03-12 07:29:12 sendUrl INFO 93 [142] R:OK -2015-03-12 07:29:12 sendUrl INFO 93 [143] R:OK -2015-03-12 07:30:01 queue INFO >>93 [144] -2015-03-12 07:30:02 sendUrl INFO 93 [144] R:OK -2015-03-12 07:30:11 queue INFO 99 [145] -2015-03-12 07:30:12 sendUrl INFO 99 [145] R:OK -2015-03-12 07:30:12 queue INFO >99 [146] -2015-03-12 07:30:12 sendUrl INFO 99 [146] R:OK -2015-03-12 07:30:13 queue INFO 91 [147] -2015-03-12 07:30:14 sendUrl INFO 91 [147] R:OK -2015-03-12 07:30:14 queue INFO >91 [148] -2015-03-12 07:30:14 sendUrl INFO 91 [148] R:OK -2015-03-12 07:30:17 queue INFO 99 [149] -2015-03-12 07:30:17 queue INFO >99 [150] -2015-03-12 07:30:17 sendUrl INFO 99 [149] R:OK -2015-03-12 07:30:18 sendUrl INFO 99 [150] R:OK -2015-03-12 07:30:18 queue INFO 91 [151] -2015-03-12 07:30:19 queue INFO >91 [152] -2015-03-12 07:30:19 sendUrl INFO 91 [151] R:OK -2015-03-12 07:30:19 sendUrl INFO 91 [152] R:OK -2015-03-12 07:30:25 queue INFO 99 [153] -2015-03-12 07:30:25 sendUrl INFO 99 [153] R:OK -2015-03-12 07:30:25 queue INFO >99 [154] -2015-03-12 07:30:26 sendUrl INFO 99 [154] R:OK -2015-03-12 07:30:26 queue INFO 91 [155] -2015-03-12 07:30:26 queue INFO >91 [156] -2015-03-12 07:30:26 sendUrl INFO 91 [155] R:OK -2015-03-12 07:30:27 sendUrl INFO 91 [156] R:OK -2015-03-12 07:30:33 queue INFO 99 [157] -2015-03-12 07:30:34 queue INFO >99 [158] -2015-03-12 07:30:34 sendUrl INFO 99 [157] R:OK -2015-03-12 07:30:34 sendUrl INFO 99 [158] R:OK -2015-03-12 07:30:35 queue INFO 91 [159] -2015-03-12 07:30:35 queue INFO >91 [160] -2015-03-12 07:30:35 sendUrl INFO 91 [159] R:OK -2015-03-12 07:30:36 sendUrl INFO 91 [160] R:OK -2015-03-12 07:30:38 queue INFO 99 [161] -2015-03-12 07:30:38 queue INFO >99 [162] -2015-03-12 07:30:38 sendUrl INFO 99 [161] R:OK -2015-03-12 07:30:38 sendUrl INFO 99 [162] R:OK -2015-03-12 07:30:39 queue INFO 91 [163] -2015-03-12 07:30:39 queue INFO >91 [164] -2015-03-12 07:30:39 sendUrl INFO 91 [163] R:OK -2015-03-12 07:30:39 sendUrl INFO 91 [164] R:OK -2015-03-12 07:31:29 queue INFO >>91 [165] -2015-03-12 07:31:29 sendUrl INFO 91 [165] R:OK -2015-03-12 07:32:19 queue INFO >>91 [166] -2015-03-12 07:32:19 sendUrl INFO 91 [166] R:OK -2015-03-12 07:32:47 queue INFO 95 [167] -2015-03-12 07:32:47 queue INFO >95 [168] -2015-03-12 07:32:47 sendUrl INFO 95 [167] R:OK -2015-03-12 07:32:48 sendUrl INFO 95 [168] R:OK -2015-03-12 07:32:49 queue INFO 91 [169] -2015-03-12 07:32:49 sendUrl INFO 91 [169] R:OK -2015-03-12 07:32:49 queue INFO >91 [170] -2015-03-12 07:32:49 sendUrl INFO 91 [170] R:OK -2015-03-12 07:33:07 queue INFO 81 [171] -2015-03-12 07:33:07 queue INFO >81 [172] -2015-03-12 07:33:07 sendUrl INFO 81 [171] R:OK -2015-03-12 07:33:07 sendUrl INFO 81 [172] R:OK -2015-03-12 07:33:10 queue INFO C1 [173] -2015-03-12 07:33:10 queue INFO >C1 [174] -2015-03-12 07:33:10 sendUrl INFO C1 [173] R:OK -2015-03-12 07:33:11 sendUrl INFO C1 [174] R:OK -2015-03-12 07:33:18 queue INFO C3 [175] -2015-03-12 07:33:18 queue INFO >C3 [176] -2015-03-12 07:33:18 sendUrl INFO C3 [175] R:OK -2015-03-12 07:33:19 sendUrl INFO C3 [176] R:OK -2015-03-12 07:33:44 queue INFO D3 [177] -2015-03-12 07:33:44 queue INFO >D3 [178] -2015-03-12 07:33:44 sendUrl INFO D3 [177] R:OK -2015-03-12 07:33:45 sendUrl INFO D3 [178] R:OK -2015-03-12 07:34:34 queue INFO >>D3 [179] -2015-03-12 07:34:34 sendUrl INFO D3 [179] R:OK -2015-03-12 07:35:24 queue INFO >>D3 [180] -2015-03-12 07:35:24 sendUrl INFO D3 [180] R:OK -2015-03-12 07:35:52 queue INFO D9 [181] -2015-03-12 07:35:52 queue INFO >D9 [182] -2015-03-12 07:35:52 sendUrl INFO D9 [181] R:OK -2015-03-12 07:35:53 sendUrl INFO D9 [182] R:OK -2015-03-12 07:35:54 queue INFO D1 [183] -2015-03-12 07:35:54 queue INFO >D1 [184] -2015-03-12 07:35:54 sendUrl INFO D1 [183] R:OK -2015-03-12 07:35:54 sendUrl INFO D1 [184] R:OK -2015-03-12 07:36:09 queue INFO D3 [185] -2015-03-12 07:36:09 queue INFO >D3 [186] -2015-03-12 07:36:09 sendUrl INFO D3 [185] R:OK -2015-03-12 07:36:10 sendUrl INFO D3 [186] R:OK -2015-03-12 07:36:23 queue INFO D9 [187] -2015-03-12 07:36:23 sendUrl INFO D9 [187] R:OK -2015-03-12 07:36:23 queue INFO >D9 [188] -2015-03-12 07:36:24 sendUrl INFO D9 [188] R:OK -2015-03-12 07:36:24 queue INFO D1 [189] -2015-03-12 07:36:24 sendUrl INFO D1 [189] R:OK -2015-03-12 07:36:24 queue INFO >D1 [190] -2015-03-12 07:36:25 sendUrl INFO D1 [190] R:OK -2015-03-12 07:36:31 queue INFO D3 [191] -2015-03-12 07:36:31 queue INFO >D3 [192] -2015-03-12 07:36:31 sendUrl INFO D3 [191] R:OK -2015-03-12 07:36:32 sendUrl INFO D3 [192] R:OK -2015-03-12 07:36:32 queue INFO D1 [193] -2015-03-12 07:36:32 queue INFO >D1 [194] -2015-03-12 07:36:33 sendUrl INFO D1 [193] R:OK -2015-03-12 07:36:33 sendUrl INFO D1 [194] R:OK -2015-03-12 07:36:35 queue INFO D3 [195] -2015-03-12 07:36:36 queue INFO >D3 [196] -2015-03-12 07:36:36 sendUrl INFO D3 [195] R:OK -2015-03-12 07:36:36 sendUrl INFO D3 [196] R:OK -2015-03-12 07:37:26 queue INFO >>D3 [197] -2015-03-12 07:37:26 sendUrl INFO D3 [197] R:OK -2015-03-12 07:38:16 queue INFO >>D3 [198] -2015-03-12 07:38:16 sendUrl INFO D3 [198] R:OK -2015-03-12 07:39:06 queue INFO >>D3 [199] -2015-03-12 07:39:06 sendUrl INFO D3 [199] R:OK -2015-03-12 07:39:56 queue INFO >>D3 [200] -2015-03-12 07:39:57 sendUrl INFO D3 [200] R:OK -2015-03-12 07:40:26 queue INFO D1 [201] -2015-03-12 07:40:27 queue INFO >D1 [202] -2015-03-12 07:40:27 sendUrl INFO D1 [201] R:OK -2015-03-12 07:40:27 sendUrl INFO D1 [202] R:OK -2015-03-12 07:40:39 queue INFO D3 [203] -2015-03-12 07:40:39 queue INFO >D3 [204] -2015-03-12 07:40:39 sendUrl INFO D3 [203] R:OK -2015-03-12 07:40:40 sendUrl INFO D3 [204] R:OK -2015-03-12 07:41:29 queue INFO >>D3 [205] -2015-03-12 07:41:30 sendUrl INFO D3 [205] R:OK -2015-03-12 07:42:19 queue INFO >>D3 [206] -2015-03-12 07:42:20 sendUrl INFO D3 [206] R:OK -2015-03-12 07:43:09 queue INFO >>D3 [207] -2015-03-12 07:43:10 sendUrl INFO D3 [207] R:OK -2015-03-12 07:43:52 queue INFO C3 [208] -2015-03-12 07:43:52 sendUrl INFO C3 [208] R:OK -2015-03-12 07:43:52 queue INFO >C3 [209] -2015-03-12 07:43:53 sendUrl INFO C3 [209] R:OK -2015-03-12 07:44:20 queue INFO D3 [210] -2015-03-12 07:44:20 queue INFO >D3 [211] -2015-03-12 07:44:20 sendUrl INFO D3 [210] R:OK -2015-03-12 07:44:21 sendUrl INFO D3 [211] R:OK -2015-03-12 07:44:21 queue INFO D9 [212] -2015-03-12 07:44:21 queue INFO >D9 [213] -2015-03-12 07:44:21 sendUrl INFO D9 [212] R:OK -2015-03-12 07:44:22 sendUrl INFO D9 [213] R:OK -2015-03-12 07:44:42 queue INFO D1 [214] -2015-03-12 07:44:42 queue INFO >D1 [215] -2015-03-12 07:44:42 sendUrl INFO D1 [214] R:OK -2015-03-12 07:44:42 sendUrl INFO D1 [215] R:OK -2015-03-12 07:45:32 queue INFO >>D1 [216] -2015-03-12 07:45:32 sendUrl INFO D1 [216] R:OK -2015-03-12 07:45:36 queue INFO C9 [217] -2015-03-12 07:45:36 sendUrl INFO C9 [217] R:OK -2015-03-12 07:45:36 queue INFO >C9 [218] -2015-03-12 07:45:36 sendUrl INFO C9 [218] R:OK -2015-03-12 07:45:39 queue INFO C1 [219] -2015-03-12 07:45:39 sendUrl INFO C1 [219] R:OK -2015-03-12 07:45:39 queue INFO >C1 [220] -2015-03-12 07:45:39 sendUrl INFO C1 [220] R:OK -2015-03-12 07:45:44 queue INFO C3 [221] -2015-03-12 07:45:44 queue INFO >C3 [222] -2015-03-12 07:45:44 sendUrl INFO C3 [221] R:OK -2015-03-12 07:45:45 sendUrl INFO C3 [222] R:OK -2015-03-12 07:45:59 queue INFO 83 [223] -2015-03-12 07:45:59 queue INFO >83 [224] -2015-03-12 07:46:00 sendUrl INFO 83 [223] R:OK -2015-03-12 07:46:00 queue INFO 87 [225] -2015-03-12 07:46:00 sendUrl INFO 83 [224] R:OK -2015-03-12 07:46:00 queue INFO >87 [226] -2015-03-12 07:46:01 sendUrl INFO 87 [225] R:OK -2015-03-12 07:46:01 sendUrl INFO 87 [226] R:OK -2015-03-12 07:46:02 queue INFO 83 [227] -2015-03-12 07:46:02 queue INFO >83 [228] -2015-03-12 07:46:02 sendUrl INFO 83 [227] R:OK -2015-03-12 07:46:03 sendUrl INFO 83 [228] R:OK -2015-03-12 07:46:52 queue INFO >>83 [229] -2015-03-12 07:46:52 sendUrl INFO 83 [229] R:OK -2015-03-12 07:47:42 queue INFO >>83 [230] -2015-03-12 07:47:42 sendUrl INFO 83 [230] R:OK -2015-03-12 07:48:32 queue INFO >>83 [231] -2015-03-12 07:48:33 sendUrl INFO 83 [231] R:OK -2015-03-12 07:49:22 queue INFO >>83 [232] -2015-03-12 07:49:22 sendUrl INFO 83 [232] R:OK -2015-03-12 07:50:12 queue INFO >>83 [233] -2015-03-12 07:50:13 sendUrl INFO 83 [233] R:OK -2015-03-12 07:51:02 queue INFO >>83 [234] -2015-03-12 07:51:03 sendUrl INFO 83 [234] R:OK -2015-03-12 07:51:53 queue INFO >>83 [235] -2015-03-12 07:51:53 sendUrl INFO 83 [235] R:OK -2015-03-12 07:52:20 queue INFO 87 [236] -2015-03-12 07:52:20 queue INFO >87 [237] -2015-03-12 07:52:20 sendUrl INFO 87 [236] R:OK -2015-03-12 07:52:21 sendUrl INFO 87 [237] R:OK -2015-03-12 07:52:21 queue INFO 83 [238] -2015-03-12 07:52:21 queue INFO >83 [239] -2015-03-12 07:52:22 sendUrl INFO 83 [238] R:OK -2015-03-12 07:52:22 sendUrl INFO 83 [239] R:OK -2015-03-12 07:53:11 queue INFO >>83 [240] -2015-03-12 07:53:12 sendUrl INFO 83 [240] R:OK -2015-03-12 07:54:02 queue INFO >>83 [241] -2015-03-12 07:54:02 sendUrl INFO 83 [241] R:OK -2015-03-12 07:54:52 queue INFO >>83 [242] -2015-03-12 07:54:52 sendUrl INFO 83 [242] R:OK -2015-03-12 07:55:42 queue INFO >>83 [243] -2015-03-12 07:55:42 sendUrl INFO 83 [243] R:OK -2015-03-12 07:56:32 queue INFO >>83 [244] -2015-03-12 07:56:32 sendUrl INFO 83 [244] R:OK -2015-03-12 07:57:22 queue INFO >>83 [245] -2015-03-12 07:57:23 sendUrl INFO 83 [245] R:OK -2015-03-12 07:58:12 queue INFO >>83 [246] -2015-03-12 07:58:12 sendUrl INFO 83 [246] R:OK -2015-03-12 07:58:39 queue INFO 87 [247] -2015-03-12 07:58:40 queue INFO >87 [248] -2015-03-12 07:58:40 sendUrl INFO 87 [247] R:OK -2015-03-12 07:58:40 sendUrl INFO 87 [248] R:OK -2015-03-12 07:58:41 queue INFO 83 [249] -2015-03-12 07:58:41 sendUrl INFO 83 [249] R:OK -2015-03-12 07:58:41 queue INFO >83 [250] -2015-03-12 07:58:42 sendUrl INFO 83 [250] R:OK -2015-03-12 07:59:31 queue INFO >>83 [251] -2015-03-12 07:59:31 sendUrl INFO 83 [251] R:OK -2015-03-12 08:00:21 queue INFO >>83 [252] -2015-03-12 08:00:22 sendUrl INFO 83 [252] R:OK -2015-03-12 08:01:11 queue INFO >>83 [253] -2015-03-12 08:01:12 sendUrl INFO 83 [253] R:OK -2015-03-12 08:02:02 queue INFO >>83 [254] -2015-03-12 08:02:02 sendUrl INFO 83 [254] R:OK -2015-03-12 08:02:52 queue INFO >>83 [255] -2015-03-12 08:02:52 sendUrl INFO 83 [255] R:OK -2015-03-12 08:03:42 queue INFO >>83 [256] -2015-03-12 08:03:42 sendUrl INFO 83 [256] R:OK -2015-03-12 08:04:32 queue INFO >>83 [257] -2015-03-12 08:04:32 sendUrl INFO 83 [257] R:OK -2015-03-12 08:04:59 queue INFO C7 [258] -2015-03-12 08:04:59 sendUrl INFO C7 [258] R:OK -2015-03-12 08:04:59 queue INFO >C7 [259] -2015-03-12 08:05:00 sendUrl INFO C7 [259] R:OK -2015-03-12 08:05:00 queue INFO C3 [260] -2015-03-12 08:05:01 sendUrl INFO C3 [260] R:OK -2015-03-12 08:05:01 queue INFO >C3 [261] -2015-03-12 08:05:01 sendUrl INFO C3 [261] R:OK -2015-03-12 08:05:51 queue INFO >>C3 [262] -2015-03-12 08:05:51 sendUrl INFO C3 [262] R:OK -2015-03-12 08:06:41 queue INFO >>C3 [263] -2015-03-12 08:06:41 sendUrl INFO C3 [263] R:OK -2015-03-12 08:07:31 queue INFO >>C3 [264] -2015-03-12 08:07:31 sendUrl INFO C3 [264] R:OK -2015-03-12 08:08:21 queue INFO >>C3 [265] -2015-03-12 08:08:21 sendUrl INFO C3 [265] R:OK -2015-03-12 08:09:11 queue INFO >>C3 [266] -2015-03-12 08:09:12 sendUrl INFO C3 [266] R:OK -2015-03-12 08:10:01 queue INFO >>C3 [267] -2015-03-12 08:10:02 sendUrl INFO C3 [267] R:OK -2015-03-12 08:10:52 queue INFO >>C3 [268] -2015-03-12 08:10:52 sendUrl INFO C3 [268] R:OK -2015-03-12 08:11:29 queue INFO 83 [269] -2015-03-12 08:11:30 sendUrl INFO 83 [269] R:OK -2015-03-12 08:11:30 queue INFO >83 [270] -2015-03-12 08:11:30 queue INFO 87 [271] -2015-03-12 08:11:30 sendUrl INFO 83 [270] R:OK -2015-03-12 08:11:30 queue INFO >87 [272] -2015-03-12 08:11:31 sendUrl INFO 87 [271] R:OK -2015-03-12 08:11:31 sendUrl INFO 87 [272] R:OK -2015-03-12 08:11:32 queue INFO 83 [273] -2015-03-12 08:11:32 queue INFO >83 [274] -2015-03-12 08:11:32 sendUrl INFO 83 [273] R:OK -2015-03-12 08:11:33 sendUrl INFO 83 [274] R:OK -2015-03-12 08:12:22 queue INFO >>83 [275] -2015-03-12 08:12:22 sendUrl INFO 83 [275] R:OK -2015-03-12 08:13:12 queue INFO >>83 [276] -2015-03-12 08:13:12 sendUrl INFO 83 [276] R:OK -2015-03-12 08:14:02 queue INFO >>83 [277] -2015-03-12 08:14:03 sendUrl INFO 83 [277] R:OK -2015-03-12 08:14:52 queue INFO >>83 [278] -2015-03-12 08:14:52 sendUrl INFO 83 [278] R:OK -2015-03-12 08:15:42 queue INFO >>83 [279] -2015-03-12 08:15:43 sendUrl INFO 83 [279] R:OK -2015-03-12 08:16:32 queue INFO >>83 [280] -2015-03-12 08:16:33 sendUrl INFO 83 [280] R:OK -2015-03-12 08:17:23 queue INFO >>83 [281] -2015-03-12 08:17:23 sendUrl INFO 83 [281] R:OK -2015-03-12 08:17:53 queue INFO 87 [282] -2015-03-12 08:17:54 queue INFO >87 [283] -2015-03-12 08:17:54 sendUrl INFO 87 [282] R:OK -2015-03-12 08:17:54 sendUrl INFO 87 [283] R:OK -2015-03-12 08:17:55 queue INFO 83 [284] -2015-03-12 08:17:55 sendUrl INFO 83 [284] R:OK -2015-03-12 08:17:55 queue INFO >83 [285] -2015-03-12 08:17:56 sendUrl INFO 83 [285] R:OK -2015-03-12 08:18:45 queue INFO >>83 [286] -2015-03-12 08:18:46 sendUrl INFO 83 [286] R:OK -2015-03-12 08:19:35 queue INFO >>83 [287] -2015-03-12 08:19:36 sendUrl INFO 83 [287] R:OK -2015-03-12 08:20:26 queue INFO >>83 [288] -2015-03-12 08:20:26 sendUrl INFO 83 [288] R:OK -2015-03-12 08:21:16 queue INFO >>83 [289] -2015-03-12 08:21:16 sendUrl INFO 83 [289] R:OK -2015-03-12 08:22:06 queue INFO >>83 [290] -2015-03-12 08:22:06 sendUrl INFO 83 [290] R:OK -2015-03-12 08:22:56 queue INFO >>83 [291] -2015-03-12 08:22:56 sendUrl INFO 83 [291] R:OK -2015-03-12 08:23:46 queue INFO >>83 [292] -2015-03-12 08:23:47 sendUrl INFO 83 [292] R:OK -2015-03-12 08:24:13 queue INFO 87 [293] -2015-03-12 08:24:13 queue INFO >87 [294] -2015-03-12 08:24:14 sendUrl INFO 87 [293] R:OK -2015-03-12 08:24:14 sendUrl INFO 87 [294] R:OK -2015-03-12 08:24:15 queue INFO 83 [295] -2015-03-12 08:24:15 queue INFO >83 [296] -2015-03-12 08:24:15 sendUrl INFO 83 [295] R:OK -2015-03-12 08:24:16 sendUrl INFO 83 [296] R:OK -2015-03-12 08:25:05 queue INFO >>83 [297] -2015-03-12 08:25:05 sendUrl INFO 83 [297] R:OK -2015-03-12 08:25:55 queue INFO >>83 [298] -2015-03-12 08:25:55 sendUrl INFO 83 [298] R:OK -2015-03-12 08:26:45 queue INFO >>83 [299] -2015-03-12 08:26:46 sendUrl INFO 83 [299] R:OK -2015-03-12 08:27:35 queue INFO >>83 [300] -2015-03-12 08:27:36 sendUrl INFO 83 [300] R:OK -2015-03-12 08:28:26 queue INFO >>83 [301] -2015-03-12 08:28:26 sendUrl INFO 83 [301] R:OK -2015-03-12 08:29:16 queue INFO >>83 [302] -2015-03-12 08:29:16 sendUrl INFO 83 [302] R:OK -2015-03-12 08:30:06 queue INFO >>83 [303] -2015-03-12 08:30:06 sendUrl INFO 83 [303] R:OK -2015-03-12 08:30:33 queue INFO 87 [304] -2015-03-12 08:30:33 queue INFO >87 [305] -2015-03-12 08:30:33 sendUrl INFO 87 [304] R:OK -2015-03-12 08:30:34 sendUrl INFO 87 [305] R:OK -2015-03-12 08:30:34 queue INFO 83 [306] -2015-03-12 08:30:35 queue INFO >83 [307] -2015-03-12 08:30:35 sendUrl INFO 83 [306] R:OK -2015-03-12 08:30:35 sendUrl INFO 83 [307] R:OK -2015-03-12 08:31:25 queue INFO >>83 [308] -2015-03-12 08:31:25 sendUrl INFO 83 [308] R:OK -2015-03-12 08:32:15 queue INFO >>83 [309] -2015-03-12 08:32:15 sendUrl INFO 83 [309] R:OK -2015-03-12 08:33:05 queue INFO >>83 [310] -2015-03-12 08:33:05 sendUrl INFO 83 [310] R:OK -2015-03-12 08:33:55 queue INFO >>83 [311] -2015-03-12 08:33:55 sendUrl INFO 83 [311] R:OK -2015-03-12 08:34:45 queue INFO >>83 [312] -2015-03-12 08:34:45 sendUrl INFO 83 [312] R:OK -2015-03-12 08:35:35 queue INFO >>83 [313] -2015-03-12 08:35:36 sendUrl INFO 83 [313] R:OK -2015-03-12 08:36:25 queue INFO >>83 [314] -2015-03-12 08:36:26 sendUrl INFO 83 [314] R:OK -2015-03-12 08:36:52 queue INFO 87 [315] -2015-03-12 08:36:53 queue INFO >87 [316] -2015-03-12 08:36:53 sendUrl INFO 87 [315] R:OK -2015-03-12 08:36:53 sendUrl INFO 87 [316] R:OK -2015-03-12 08:36:54 queue INFO 83 [317] -2015-03-12 08:36:54 queue INFO >83 [318] -2015-03-12 08:36:54 sendUrl INFO 83 [317] R:OK -2015-03-12 08:36:55 sendUrl INFO 83 [318] R:OK -2015-03-12 08:37:44 queue INFO >>83 [319] -2015-03-12 08:37:45 sendUrl INFO 83 [319] R:OK -2015-03-12 08:38:34 queue INFO >>83 [320] -2015-03-12 08:38:34 sendUrl INFO 83 [320] R:OK -2015-03-12 08:39:24 queue INFO >>83 [321] -2015-03-12 08:39:25 sendUrl INFO 83 [321] R:OK -2015-03-12 08:40:15 queue INFO >>83 [322] -2015-03-12 08:40:15 sendUrl INFO 83 [322] R:OK -2015-03-12 08:41:05 queue INFO >>83 [323] -2015-03-12 08:41:05 sendUrl INFO 83 [323] R:OK -2015-03-12 08:41:55 queue INFO >>83 [324] -2015-03-12 08:41:55 sendUrl INFO 83 [324] R:OK -2015-03-12 08:42:45 queue INFO >>83 [325] -2015-03-12 08:42:46 sendUrl INFO 83 [325] R:OK -2015-03-12 08:43:24 queue INFO 87 [326] -2015-03-12 08:43:24 queue INFO C7 [327] -2015-03-12 08:43:24 sendUrl INFO 87 [326] R:OK -2015-03-12 08:43:24 queue INFO >C7 [328] -2015-03-12 08:43:24 sendUrl INFO C7 [327] R:OK -2015-03-12 08:43:25 sendUrl INFO C7 [328] R:OK -2015-03-12 08:43:25 queue INFO C3 [329] -2015-03-12 08:43:25 queue INFO >C3 [330] -2015-03-12 08:43:25 sendUrl INFO C3 [329] R:OK -2015-03-12 08:43:26 sendUrl INFO C3 [330] R:OK -2015-03-12 08:44:15 queue INFO >>C3 [331] -2015-03-12 08:44:16 sendUrl INFO C3 [331] R:OK -2015-03-12 08:45:05 queue INFO >>C3 [332] -2015-03-12 08:45:06 sendUrl INFO C3 [332] R:OK -2015-03-12 08:45:56 queue INFO >>C3 [333] -2015-03-12 08:45:56 sendUrl INFO C3 [333] R:OK -2015-03-12 08:46:46 queue INFO >>C3 [334] -2015-03-12 08:46:46 sendUrl INFO C3 [334] R:OK -2015-03-12 08:47:36 queue INFO >>C3 [335] -2015-03-12 08:47:36 sendUrl INFO C3 [335] R:OK -2015-03-12 08:48:26 queue INFO >>C3 [336] -2015-03-12 08:48:26 sendUrl INFO C3 [336] R:OK -2015-03-12 08:49:16 queue INFO >>C3 [337] -2015-03-12 08:49:17 sendUrl INFO C3 [337] R:OK -2015-03-12 08:49:42 queue INFO 83 [338] -2015-03-12 08:49:43 queue INFO >83 [339] -2015-03-12 08:49:43 sendUrl INFO 83 [338] R:OK -2015-03-12 08:49:43 queue INFO 87 [340] -2015-03-12 08:49:43 sendUrl INFO 83 [339] R:OK -2015-03-12 08:49:43 queue INFO >87 [341] -2015-03-12 08:49:44 sendUrl INFO 87 [340] R:OK -2015-03-12 08:49:44 sendUrl INFO 87 [341] R:OK -2015-03-12 08:49:45 queue INFO 83 [342] -2015-03-12 08:49:45 queue INFO >83 [343] -2015-03-12 08:49:45 sendUrl INFO 83 [342] R:OK -2015-03-12 08:49:46 sendUrl INFO 83 [343] R:OK -2015-03-12 08:50:35 queue INFO >>83 [344] -2015-03-12 08:50:35 sendUrl INFO 83 [344] R:OK -2015-03-12 08:51:25 queue INFO >>83 [345] -2015-03-12 08:51:26 sendUrl INFO 83 [345] R:OK -2015-03-12 08:52:15 queue INFO >>83 [346] -2015-03-12 08:52:16 sendUrl INFO 83 [346] R:OK -2015-03-12 08:53:05 queue INFO >>83 [347] -2015-03-12 08:53:06 sendUrl INFO 83 [347] R:OK -2015-03-12 08:53:56 queue INFO >>83 [348] -2015-03-12 08:53:56 sendUrl INFO 83 [348] R:OK -2015-03-12 08:54:46 queue INFO >>83 [349] -2015-03-12 08:54:46 sendUrl INFO 83 [349] R:OK -2015-03-12 08:55:36 queue INFO >>83 [350] -2015-03-12 08:55:36 sendUrl INFO 83 [350] R:OK -2015-03-12 08:56:07 queue INFO 87 [351] -2015-03-12 08:56:07 queue INFO >87 [352] -2015-03-12 08:56:07 sendUrl INFO 87 [351] R:OK -2015-03-12 08:56:07 sendUrl INFO 87 [352] R:OK -2015-03-12 08:56:08 queue INFO 83 [353] -2015-03-12 08:56:08 queue INFO >83 [354] -2015-03-12 08:56:08 sendUrl INFO 83 [353] R:OK -2015-03-12 08:56:09 sendUrl INFO 83 [354] R:OK -2015-03-12 08:56:58 queue INFO >>83 [355] -2015-03-12 08:56:59 sendUrl INFO 83 [355] R:OK -2015-03-12 08:57:48 queue INFO >>83 [356] -2015-03-12 08:57:49 sendUrl INFO 83 [356] R:OK -2015-03-12 08:58:39 queue INFO >>83 [357] -2015-03-12 08:58:39 sendUrl INFO 83 [357] R:OK -2015-03-12 08:59:29 queue INFO >>83 [358] -2015-03-12 08:59:29 sendUrl INFO 83 [358] R:OK -2015-03-12 09:00:19 queue INFO >>83 [359] -2015-03-12 09:00:19 sendUrl INFO 83 [359] R:OK -2015-03-12 09:01:09 queue INFO >>83 [360] -2015-03-12 09:01:09 sendUrl INFO 83 [360] R:OK -2015-03-12 09:01:59 queue INFO >>83 [361] -2015-03-12 09:01:59 sendUrl INFO 83 [361] R:OK -2015-03-12 09:02:26 queue INFO 87 [362] -2015-03-12 09:02:26 queue INFO >87 [363] -2015-03-12 09:02:26 sendUrl INFO 87 [362] R:OK -2015-03-12 09:02:27 sendUrl INFO 87 [363] R:OK -2015-03-12 09:02:28 queue INFO 83 [364] -2015-03-12 09:02:28 sendUrl INFO 83 [364] R:OK -2015-03-12 09:02:28 queue INFO >83 [365] -2015-03-12 09:02:28 sendUrl INFO 83 [365] R:OK -2015-03-12 09:03:18 queue INFO >>83 [366] -2015-03-12 09:03:18 sendUrl INFO 83 [366] R:OK -2015-03-12 09:04:08 queue INFO >>83 [367] -2015-03-12 09:04:09 sendUrl INFO 83 [367] R:OK -2015-03-12 09:04:58 queue INFO >>83 [368] -2015-03-12 09:04:58 sendUrl INFO 83 [368] R:OK -2015-03-12 09:05:48 queue INFO >>83 [369] -2015-03-12 09:05:49 sendUrl INFO 83 [369] R:OK -2015-03-12 09:06:39 queue INFO >>83 [370] -2015-03-12 09:06:39 sendUrl INFO 83 [370] R:OK -2015-03-12 09:07:29 queue INFO >>83 [371] -2015-03-12 09:07:29 sendUrl INFO 83 [371] R:OK -2015-03-12 09:08:19 queue INFO >>83 [372] -2015-03-12 09:08:19 sendUrl INFO 83 [372] R:OK -2015-03-12 09:08:46 queue INFO 87 [373] -2015-03-12 09:08:46 queue INFO >87 [374] -2015-03-12 09:08:46 sendUrl INFO 87 [373] R:OK -2015-03-12 09:08:47 sendUrl INFO 87 [374] R:OK -2015-03-12 09:08:48 queue INFO 83 [375] -2015-03-12 09:08:48 queue INFO >83 [376] -2015-03-12 09:08:48 sendUrl INFO 83 [375] R:OK -2015-03-12 09:08:48 sendUrl INFO 83 [376] R:OK -2015-03-12 09:09:38 queue INFO >>83 [377] -2015-03-12 09:09:38 sendUrl INFO 83 [377] R:OK -2015-03-12 09:10:28 queue INFO >>83 [378] -2015-03-12 09:10:28 sendUrl INFO 83 [378] R:OK -2015-03-12 09:11:18 queue INFO >>83 [379] -2015-03-12 09:11:18 sendUrl INFO 83 [379] R:OK -2015-03-12 09:12:08 queue INFO >>83 [380] -2015-03-12 09:12:09 sendUrl INFO 83 [380] R:OK -2015-03-12 09:12:58 queue INFO >>83 [381] -2015-03-12 09:12:59 sendUrl INFO 83 [381] R:OK -2015-03-12 09:13:48 queue INFO >>83 [382] -2015-03-12 09:13:49 sendUrl INFO 83 [382] R:OK -2015-03-12 09:14:39 queue INFO >>83 [383] -2015-03-12 09:14:39 sendUrl INFO 83 [383] R:OK -2015-03-12 09:15:17 queue INFO 87 [384] -2015-03-12 09:15:17 queue INFO >87 [385] -2015-03-12 09:15:18 sendUrl INFO 87 [384] R:OK -2015-03-12 09:15:18 sendUrl INFO 87 [385] R:OK -2015-03-12 09:15:19 queue INFO 83 [386] -2015-03-12 09:15:19 queue INFO >83 [387] -2015-03-12 09:15:19 sendUrl INFO 83 [386] R:OK -2015-03-12 09:15:20 sendUrl INFO 83 [387] R:OK -2015-03-12 09:16:09 queue INFO >>83 [388] -2015-03-12 09:16:09 sendUrl INFO 83 [388] R:OK -2015-03-12 09:16:59 queue INFO >>83 [389] -2015-03-12 09:16:59 sendUrl INFO 83 [389] R:OK -2015-03-12 09:17:49 queue INFO >>83 [390] -2015-03-12 09:17:50 sendUrl INFO 83 [390] R:OK -2015-03-12 09:18:39 queue INFO >>83 [391] -2015-03-12 09:18:40 sendUrl INFO 83 [391] R:OK -2015-03-12 09:19:30 queue INFO >>83 [392] -2015-03-12 09:19:30 sendUrl INFO 83 [392] R:OK -2015-03-12 09:20:20 queue INFO >>83 [393] -2015-03-12 09:20:20 sendUrl INFO 83 [393] R:OK -2015-03-12 09:21:10 queue INFO >>83 [394] -2015-03-12 09:21:10 sendUrl INFO 83 [394] R:OK -2015-03-12 09:21:37 queue INFO C7 [395] -2015-03-12 09:21:37 queue INFO >C7 [396] -2015-03-12 09:21:37 sendUrl INFO C7 [395] R:OK -2015-03-12 09:21:38 sendUrl INFO C7 [396] R:OK -2015-03-12 09:21:38 queue INFO C3 [397] -2015-03-12 09:21:39 queue INFO >C3 [398] -2015-03-12 09:21:39 sendUrl INFO C3 [397] R:OK -2015-03-12 09:21:39 sendUrl INFO C3 [398] R:OK -2015-03-12 09:22:28 queue INFO >>C3 [399] -2015-03-12 09:22:29 sendUrl INFO C3 [399] R:OK -2015-03-12 09:23:19 queue INFO >>C3 [400] -2015-03-12 09:23:19 sendUrl INFO C3 [400] R:OK -2015-03-12 09:24:09 queue INFO >>C3 [401] -2015-03-12 09:24:09 sendUrl INFO C3 [401] R:OK -2015-03-12 09:24:59 queue INFO >>C3 [402] -2015-03-12 09:24:59 sendUrl INFO C3 [402] R:OK -2015-03-12 09:25:49 queue INFO >>C3 [403] -2015-03-12 09:25:49 sendUrl INFO C3 [403] R:OK -2015-03-12 09:26:39 queue INFO >>C3 [404] -2015-03-12 09:26:40 sendUrl INFO C3 [404] R:OK -2015-03-12 09:27:29 queue INFO >>C3 [405] -2015-03-12 09:27:30 sendUrl INFO C3 [405] R:OK -2015-03-12 09:27:56 queue INFO 83 [406] -2015-03-12 09:27:56 queue INFO >83 [407] -2015-03-12 09:27:56 sendUrl INFO 83 [406] R:OK -2015-03-12 09:27:57 queue INFO 87 [408] -2015-03-12 09:27:57 sendUrl INFO 83 [407] R:OK -2015-03-12 09:27:57 queue INFO >87 [409] -2015-03-12 09:27:57 sendUrl INFO 87 [408] R:OK -2015-03-12 09:27:58 sendUrl INFO 87 [409] R:OK -2015-03-12 09:27:58 queue INFO 83 [410] -2015-03-12 09:27:58 queue INFO >83 [411] -2015-03-12 09:27:59 sendUrl INFO 83 [410] R:OK -2015-03-12 09:27:59 sendUrl INFO 83 [411] R:OK -2015-03-12 09:28:48 queue INFO >>83 [412] -2015-03-12 09:28:48 sendUrl INFO 83 [412] R:OK -2015-03-12 09:29:38 queue INFO >>83 [413] -2015-03-12 09:29:39 sendUrl INFO 83 [413] R:OK -2015-03-12 09:30:29 queue INFO >>83 [414] -2015-03-12 09:30:29 sendUrl INFO 83 [414] R:OK diff --git a/ConfIOB/Donati/1009_154/logfile.txt.20130927 b/ConfIOB/Donati/1009_154/logfile.txt.20130927 deleted file mode 100644 index 78b81d8..0000000 --- a/ConfIOB/Donati/1009_154/logfile.txt.20130927 +++ /dev/null @@ -1,6121 +0,0 @@ -[2013-09-23 14:54:01] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-23 14:57:46] Avvio ProgrammaReadPar IOB-pi v.1.1 -[2013-09-23 14:57:47] Start ReadPar IOB-pi v.1.1 -[2013-09-23 14:57:47] 0 -[2013-09-23 14:57:49] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-23 14:57:46] Avvio ProgrammaReadPar IOB-pi v.1.1 -[2013-09-23 14:57:46] Start ReadPar IOB-pi v.1.1 -[2013-09-23 14:57:46] 1 -[2013-09-23 14:57:48] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-23 18:03:47] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1009&valore=1 -[2013-09-23 18:03:48] 2 -[2013-09-23 18:03:49] NETWORK:Errore http-no com rete-timeout per url: http://192.168.51.71/MPIO/sendReboot.aspx?idxMacchina=1009 -[2013-09-23 18:04:51] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1009&valore=2 -[2013-09-23 18:04:51] 4 -[2013-09-23 18:05:54] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1009&valore=4 -[2013-09-23 18:05:56] >4 -[2013-09-23 18:06:59] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1009&valore=4 -[2013-09-23 18:07:00] 8 -[2013-09-23 18:08:03] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1009&valore=8 -[2013-09-23 18:08:03] 10 -[2013-09-23 18:09:06] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1009&valore=10 -[2013-09-23 18:09:07] 20 -[2013-09-23 18:10:10] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1009&valore=20 -[2013-09-23 18:10:11] 40 -[2013-09-23 18:11:14] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1009&valore=40 -[2013-09-23 18:11:14] 80 -[2013-09-23 18:11:51] Avvio ProgrammaReadPar IOB-pi v.1.1 -[2013-09-23 18:11:51] Start ReadPar IOB-pi v.1.1 -[2013-09-23 18:11:52] 1 -[2013-09-23 18:11:54] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-24 09:31:29] >1 -[2013-09-24 09:32:29] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-24 09:32:44] >>1 -[2013-09-24 09:32:59] Avvio ProgrammaReadPar IOB-pi v.1.1 -[2013-09-24 09:32:59] Start ReadPar IOB-pi v.1.1 -[2013-09-24 09:32:59] 1 -[2013-09-24 09:33:01] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-24 09:33:30] >1 -[2013-09-24 09:34:44] >>1 -[2013-09-24 09:35:59] >>1 -[2013-09-24 09:36:53] Avvio ProgrammaReadPar IOB-pi v.1.1 -[2013-09-24 09:36:53] Start ReadPar IOB-pi v.1.1 -[2013-09-24 09:36:53] 1 -[2013-09-24 09:36:55] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-24 09:40:11] >1 -[2013-09-24 09:40:14] 81 -[2013-09-24 09:40:15] >81 -[2013-09-24 09:40:30] C1 -[2013-09-24 09:40:46] C3 -[2013-09-24 09:40:47] >C3 -[2013-09-24 09:41:20] 83 -[2013-09-24 09:41:36] >83 -[2013-09-24 09:42:50] >>83 -[2013-09-24 09:43:51] >>83 -[2013-09-24 09:44:51] >>83 -[2013-09-24 09:46:05] >>83 -[2013-09-24 09:47:06] >>83 -[2013-09-24 09:47:40] 87 -[2013-09-24 09:47:55] 83 -[2013-09-24 09:48:11] >83 -[2013-09-24 09:49:11] >>83 -[2013-09-24 09:50:26] >>83 -[2013-09-24 09:51:41] >>83 -[2013-09-24 09:52:56] >>83 -[2013-09-24 09:53:59] 87 -[2013-09-24 09:54:15] 83 -[2013-09-24 09:54:16] >83 -[2013-09-24 09:55:16] >>83 -[2013-09-24 09:56:31] >>83 -[2013-09-24 09:57:46] >>83 -[2013-09-24 09:59:00] >>83 -[2013-09-24 10:00:15] >>83 -[2013-09-24 10:01:30] >>83 -[2013-09-24 10:02:45] >>83 -[2013-09-24 10:04:00] >>83 -[2013-09-24 10:05:15] >>83 -[2013-09-24 10:06:29] >>83 -[2013-09-24 10:06:45] C3 -[2013-09-24 10:06:46] >C3 -[2013-09-24 10:07:46] >>C3 -[2013-09-24 10:09:01] >>C3 -[2013-09-24 10:10:16] >>C3 -[2013-09-24 10:11:30] >>C3 -[2013-09-24 10:12:45] >>C3 -[2013-09-24 10:13:08] 83 -[2013-09-24 10:13:24] >83 -[2013-09-24 10:14:38] >>83 -[2013-09-24 10:15:38] >>83 -[2013-09-24 10:16:39] >>83 -[2013-09-24 10:17:39] >>83 -[2013-09-24 10:18:39] >>83 -[2013-09-24 10:19:31] 87 -[2013-09-24 10:19:33] 83 -[2013-09-24 10:19:34] >83 -[2013-09-24 10:20:34] >>83 -[2013-09-24 10:21:34] >>83 -[2013-09-24 10:22:34] >>83 -[2013-09-24 10:23:34] >>83 -[2013-09-24 10:24:35] >>83 -[2013-09-24 10:25:35] >>83 -[2013-09-24 10:25:51] 87 -[2013-09-24 10:25:52] 83 -[2013-09-24 10:25:54] >83 -[2013-09-24 10:26:54] >>83 -[2013-09-24 10:27:54] >>83 -[2013-09-24 10:28:54] >>83 -[2013-09-24 10:29:54] >>83 -[2013-09-24 10:30:54] >>83 -[2013-09-24 10:31:54] >>83 -[2013-09-24 10:32:10] 87 -[2013-09-24 10:32:11] >87 -[2013-09-24 10:32:12] 83 -[2013-09-24 10:32:13] >83 -[2013-09-24 10:33:13] >>83 -[2013-09-24 10:34:13] >>83 -[2013-09-24 10:35:13] >>83 -[2013-09-24 10:36:14] >>83 -[2013-09-24 10:37:14] >>83 -[2013-09-24 10:38:14] >>83 -[2013-09-24 10:38:29] 87 -[2013-09-24 10:38:31] 83 -[2013-09-24 10:38:32] >83 -[2013-09-24 10:39:32] >>83 -[2013-09-24 10:40:32] >>83 -[2013-09-24 10:41:32] >>83 -[2013-09-24 10:42:33] >>83 -[2013-09-24 10:43:33] >>83 -[2013-09-24 10:44:33] >>83 -[2013-09-24 10:45:00] C7 -[2013-09-24 10:45:02] C3 -[2013-09-24 10:45:03] >C3 -[2013-09-24 10:46:03] >>C3 -[2013-09-24 10:47:03] >>C3 -[2013-09-24 10:48:03] >>C3 -[2013-09-24 10:49:04] >>C3 -[2013-09-24 10:50:04] >>C3 -[2013-09-24 10:51:04] >>C3 -[2013-09-24 10:51:19] 83 -[2013-09-24 10:51:19] 87 -[2013-09-24 10:51:21] 83 -[2013-09-24 10:51:22] >83 -[2013-09-24 10:52:22] >>83 -[2013-09-24 10:53:22] >>83 -[2013-09-24 10:54:22] >>83 -[2013-09-24 10:55:23] >>83 -[2013-09-24 10:55:35] 81 -[2013-09-24 10:55:36] >81 -[2013-09-24 10:55:57] 83 -[2013-09-24 10:55:59] >83 -[2013-09-24 10:56:58] >>83 -[2013-09-24 10:57:43] 87 -[2013-09-24 10:57:44] 83 -[2013-09-24 10:57:46] >83 -[2013-09-24 10:58:45] >>83 -[2013-09-24 10:59:45] >>83 -[2013-09-24 11:00:46] >>83 -[2013-09-24 11:01:46] >>83 -[2013-09-24 11:02:46] >>83 -[2013-09-24 11:03:46] >>83 -[2013-09-24 11:04:02] 87 -[2013-09-24 11:04:03] 83 -[2013-09-24 11:04:05] >83 -[2013-09-24 11:05:04] >>83 -[2013-09-24 11:06:04] >>83 -[2013-09-24 11:07:05] >>83 -[2013-09-24 11:08:05] >>83 -[2013-09-24 11:09:05] >>83 -[2013-09-24 11:10:05] >>83 -[2013-09-24 11:10:21] 87 -[2013-09-24 11:10:22] 83 -[2013-09-24 11:10:24] >83 -[2013-09-24 11:11:23] >>83 -[2013-09-24 11:12:24] >>83 -[2013-09-24 11:13:24] >>83 -[2013-09-24 11:14:24] >>83 -[2013-09-24 11:15:24] >>83 -[2013-09-24 11:16:24] >>83 -[2013-09-24 11:16:52] 87 -[2013-09-24 11:16:53] 83 -[2013-09-24 11:16:55] >83 -[2013-09-24 11:17:54] >>83 -[2013-09-24 11:18:55] >>83 -[2013-09-24 11:19:55] >>83 -[2013-09-24 11:20:55] >>83 -[2013-09-24 11:21:55] >>83 -[2013-09-24 11:22:55] >>83 -[2013-09-24 11:23:11] C7 -[2013-09-24 11:23:12] >C7 -[2013-09-24 11:23:13] C3 -[2013-09-24 11:23:14] >C3 -[2013-09-24 11:24:14] >>C3 -[2013-09-24 11:25:14] >>C3 -[2013-09-24 11:26:14] >>C3 -[2013-09-24 11:27:14] >>C3 -[2013-09-24 11:28:15] >>C3 -[2013-09-24 11:29:15] >>C3 -[2013-09-24 11:29:30] 83 -[2013-09-24 11:29:30] 87 -[2013-09-24 11:29:32] 83 -[2013-09-24 11:29:33] >83 -[2013-09-24 11:30:33] >>83 -[2013-09-24 11:31:33] >>83 -[2013-09-24 11:32:33] >>83 -[2013-09-24 11:33:33] >>83 -[2013-09-24 11:34:34] >>83 -[2013-09-24 11:35:34] >>83 -[2013-09-24 11:35:53] 87 -[2013-09-24 11:35:55] 83 -[2013-09-24 11:35:56] >83 -[2013-09-24 11:36:56] >>83 -[2013-09-24 11:37:56] >>83 -[2013-09-24 11:38:56] >>83 -[2013-09-24 11:39:56] >>83 -[2013-09-24 11:40:57] >>83 -[2013-09-24 11:41:57] >>83 -[2013-09-24 11:42:57] >>83 -[2013-09-24 11:43:49] 81 -[2013-09-24 11:43:50] >81 -[2013-09-24 11:44:14] C1 -[2013-09-24 11:44:15] >C1 -[2013-09-24 11:45:15] >>C1 -[2013-09-24 11:45:24] C3 -[2013-09-24 11:45:26] >C3 -[2013-09-24 11:46:00] 83 -[2013-09-24 11:46:01] 87 -[2013-09-24 11:46:02] 83 -[2013-09-24 11:46:04] >83 -[2013-09-24 11:47:03] >>83 -[2013-09-24 11:48:03] >>83 -[2013-09-24 11:49:04] >>83 -[2013-09-24 11:50:04] >>83 -[2013-09-24 11:51:04] >>83 -[2013-09-24 11:52:04] >>83 -[2013-09-24 11:52:20] 87 -[2013-09-24 11:52:22] 83 -[2013-09-24 11:52:23] >83 -[2013-09-24 11:53:23] >>83 -[2013-09-24 11:54:23] >>83 -[2013-09-24 11:55:23] >>83 -[2013-09-24 11:56:23] >>83 -[2013-09-24 11:57:23] >>83 -[2013-09-24 11:58:24] >>83 -[2013-09-24 11:58:39] 87 -[2013-09-24 11:58:41] 83 -[2013-09-24 11:58:42] >83 -[2013-09-24 11:59:42] >>83 -[2013-09-24 12:00:42] >>83 -[2013-09-24 12:01:42] >>83 -[2013-09-24 12:02:42] >>83 -[2013-09-24 12:03:43] >>83 -[2013-09-24 12:04:43] >>83 -[2013-09-24 12:04:58] 87 -[2013-09-24 12:05:00] >87 -[2013-09-24 12:05:00] 83 -[2013-09-24 12:05:02] >83 -[2013-09-24 12:06:02] >>83 -[2013-09-24 12:07:02] >>83 -[2013-09-24 12:08:02] >>83 -[2013-09-24 12:09:02] >>83 -[2013-09-24 12:10:02] >>83 -[2013-09-24 12:11:02] >>83 -[2013-09-24 12:11:18] C7 -[2013-09-24 12:11:19] C3 -[2013-09-24 12:11:21] >C3 -[2013-09-24 12:12:20] >>C3 -[2013-09-24 12:13:21] >>C3 -[2013-09-24 12:14:21] >>C3 -[2013-09-24 12:15:21] >>C3 -[2013-09-24 12:16:21] >>C3 -[2013-09-24 12:17:21] >>C3 -[2013-09-24 12:17:48] 83 -[2013-09-24 12:17:49] 87 -[2013-09-24 12:17:50] 83 -[2013-09-24 12:17:52] >83 -[2013-09-24 12:18:52] >>83 -[2013-09-24 12:19:52] >>83 -[2013-09-24 12:20:52] >>83 -[2013-09-24 12:21:52] >>83 -[2013-09-24 12:22:52] >>83 -[2013-09-24 12:23:52] >>83 -[2013-09-24 12:24:11] 87 -[2013-09-24 12:24:13] 83 -[2013-09-24 12:24:15] >83 -[2013-09-24 12:25:14] >>83 -[2013-09-24 12:26:14] >>83 -[2013-09-24 12:27:14] >>83 -[2013-09-24 12:28:15] >>83 -[2013-09-24 12:29:15] >>83 -[2013-09-24 12:30:15] >>83 -[2013-09-24 12:30:31] 87 -[2013-09-24 12:30:32] 83 -[2013-09-24 12:30:34] >83 -[2013-09-24 12:31:34] >>83 -[2013-09-24 12:32:34] >>83 -[2013-09-24 12:33:34] >>83 -[2013-09-24 12:34:34] >>83 -[2013-09-24 12:35:34] >>83 -[2013-09-24 12:36:34] >>83 -[2013-09-24 12:36:50] 87 -[2013-09-24 12:36:52] 83 -[2013-09-24 12:36:53] >83 -[2013-09-24 12:37:53] >>83 -[2013-09-24 12:38:53] >>83 -[2013-09-24 12:39:53] >>83 -[2013-09-24 12:40:53] >>83 -[2013-09-24 12:41:53] >>83 -[2013-09-24 12:42:53] >>83 -[2013-09-24 12:43:54] >>83 -[2013-09-24 12:44:09] C3 -[2013-09-24 12:44:11] >C3 -[2013-09-24 12:44:45] C1 -[2013-09-24 12:44:47] >C1 -[2013-09-24 12:45:23] C3 -[2013-09-24 12:45:25] >C3 -[2013-09-24 12:45:59] 83 -[2013-09-24 12:46:00] 87 -[2013-09-24 12:46:01] 83 -[2013-09-24 12:46:03] >83 -[2013-09-24 12:47:02] >>83 -[2013-09-24 12:48:03] >>83 -[2013-09-24 12:49:03] >>83 -[2013-09-24 12:50:03] >>83 -[2013-09-24 12:51:03] >>83 -[2013-09-24 12:52:03] >>83 -[2013-09-24 12:52:19] 87 -[2013-09-24 12:52:20] >87 -[2013-09-24 12:52:21] 83 -[2013-09-24 12:52:22] >83 -[2013-09-24 12:53:22] >>83 -[2013-09-24 12:54:22] >>83 -[2013-09-24 12:55:22] >>83 -[2013-09-24 12:56:22] >>83 -[2013-09-24 12:57:23] >>83 -[2013-09-24 12:58:23] >>83 -[2013-09-24 12:58:38] 87 -[2013-09-24 12:58:40] 83 -[2013-09-24 12:58:41] >83 -[2013-09-24 12:59:41] >>83 -[2013-09-24 13:00:41] >>83 -[2013-09-24 13:01:41] >>83 -[2013-09-24 13:02:41] >>83 -[2013-09-24 13:03:42] >>83 -[2013-09-24 13:04:42] >>83 -[2013-09-24 13:04:57] 87 -[2013-09-24 13:04:59] 83 -[2013-09-24 13:05:00] >83 -[2013-09-24 13:06:00] >>83 -[2013-09-24 13:07:00] >>83 -[2013-09-24 13:08:00] >>83 -[2013-09-24 13:09:00] >>83 -[2013-09-24 13:10:01] >>83 -[2013-09-24 13:11:01] >>83 -[2013-09-24 13:11:17] C7 -[2013-09-24 13:11:18] C3 -[2013-09-24 13:11:20] >C3 -[2013-09-24 13:12:19] >>C3 -[2013-09-24 13:13:20] >>C3 -[2013-09-24 13:14:20] >>C3 -[2013-09-24 13:15:20] >>C3 -[2013-09-24 13:16:20] >>C3 -[2013-09-24 13:17:20] >>C3 -[2013-09-24 13:17:47] 83 -[2013-09-24 13:17:48] 87 -[2013-09-24 13:17:49] 83 -[2013-09-24 13:17:51] >83 -[2013-09-24 13:18:51] >>83 -[2013-09-24 13:19:51] >>83 -[2013-09-24 13:20:51] >>83 -[2013-09-24 13:21:51] >>83 -[2013-09-24 13:22:51] >>83 -[2013-09-24 13:23:51] >>83 -[2013-09-24 13:24:51] >>83 -[2013-09-24 13:25:47] 81 -[2013-09-24 13:25:48] >81 -[2013-09-24 13:26:43] C1 -[2013-09-24 13:26:44] >C1 -[2013-09-24 13:27:44] >>C1 -[2013-09-24 13:28:44] >>C1 -[2013-09-24 13:29:44] >>C1 -[2013-09-24 13:30:44] >>C1 -[2013-09-24 13:31:44] >>C1 -[2013-09-24 13:32:45] >>C1 -[2013-09-24 13:33:45] >>C1 -[2013-09-24 13:34:45] >>C1 -[2013-09-24 13:35:45] >>C1 -[2013-09-24 13:36:45] >>C1 -[2013-09-24 13:37:45] >>C1 -[2013-09-24 13:38:45] >>C1 -[2013-09-24 13:39:46] >>C1 -[2013-09-24 13:40:46] >>C1 -[2013-09-24 13:41:46] >>C1 -[2013-09-24 13:42:46] >>C1 -[2013-09-24 13:43:46] >>C1 -[2013-09-24 13:44:46] >>C1 -[2013-09-24 13:45:46] >>C1 -[2013-09-24 13:46:46] >>C1 -[2013-09-24 13:47:47] >>C1 -[2013-09-24 13:48:47] >>C1 -[2013-09-24 13:49:47] >>C1 -[2013-09-24 13:50:47] >>C1 -[2013-09-24 13:51:47] >>C1 -[2013-09-24 13:52:47] >>C1 -[2013-09-24 13:53:47] >>C1 -[2013-09-24 13:54:48] >>C1 -[2013-09-24 13:55:48] >>C1 -[2013-09-24 13:56:48] >>C1 -[2013-09-24 13:57:48] >>C1 -[2013-09-24 13:58:48] >>C1 -[2013-09-24 13:59:48] >>C1 -[2013-09-24 14:00:48] >>C1 -[2013-09-24 14:01:49] >>C1 -[2013-09-24 14:02:49] >>C1 -[2013-09-24 14:03:49] >>C1 -[2013-09-24 14:04:49] >>C1 -[2013-09-24 14:05:49] >>C1 -[2013-09-24 14:06:49] >>C1 -[2013-09-24 14:07:49] >>C1 -[2013-09-24 14:08:49] >>C1 -[2013-09-24 14:09:50] >>C1 -[2013-09-24 14:10:50] >>C1 -[2013-09-24 14:11:50] >>C1 -[2013-09-24 14:12:50] >>C1 -[2013-09-24 14:13:50] >>C1 -[2013-09-24 14:14:50] >>C1 -[2013-09-24 14:15:50] >>C1 -[2013-09-24 14:16:51] >>C1 -[2013-09-24 14:17:51] >>C1 -[2013-09-24 14:18:51] >>C1 -[2013-09-24 14:19:51] >>C1 -[2013-09-24 14:20:51] >>C1 -[2013-09-24 14:21:51] >>C1 -[2013-09-24 14:22:51] >>C1 -[2013-09-24 14:23:52] >>C1 -[2013-09-24 14:24:52] >>C1 -[2013-09-24 14:25:52] >>C1 -[2013-09-24 14:26:52] >>C1 -[2013-09-24 14:27:52] >>C1 -[2013-09-24 14:28:52] >>C1 -[2013-09-24 14:29:52] >>C1 -[2013-09-24 14:30:52] >>C1 -[2013-09-24 14:31:53] >>C1 -[2013-09-24 14:32:53] >>C1 -[2013-09-24 14:33:53] >>C1 -[2013-09-24 14:34:53] >>C1 -[2013-09-24 14:35:53] >>C1 -[2013-09-24 14:36:53] >>C1 -[2013-09-24 14:37:53] >>C1 -[2013-09-24 14:38:31] C3 -[2013-09-24 14:38:32] >C3 -[2013-09-24 14:39:09] 83 -[2013-09-24 14:39:10] 87 -[2013-09-24 14:39:11] 83 -[2013-09-24 14:39:13] >83 -[2013-09-24 14:40:13] >>83 -[2013-09-24 14:41:13] >>83 -[2013-09-24 14:42:13] >>83 -[2013-09-24 14:43:13] >>83 -[2013-09-24 14:44:13] >>83 -[2013-09-24 14:45:14] >>83 -[2013-09-24 14:45:29] 87 -[2013-09-24 14:45:30] 83 -[2013-09-24 14:45:32] >83 -[2013-09-24 14:46:32] >>83 -[2013-09-24 14:47:32] >>83 -[2013-09-24 14:48:32] >>83 -[2013-09-24 14:49:32] >>83 -[2013-09-24 14:50:33] >>83 -[2013-09-24 14:51:33] >>83 -[2013-09-24 14:51:48] 87 -[2013-09-24 14:51:50] 83 -[2013-09-24 14:51:51] >83 -[2013-09-24 14:52:51] >>83 -[2013-09-24 14:53:51] >>83 -[2013-09-24 14:54:51] >>83 -[2013-09-24 14:55:52] 89 -[2013-09-24 14:55:53] >89 -[2013-09-24 14:56:27] 81 -[2013-09-24 14:56:28] >81 -[2013-09-24 14:56:31] 83 -[2013-09-24 14:56:33] >83 -[2013-09-24 14:57:32] >>83 -[2013-09-24 14:58:08] 87 -[2013-09-24 14:58:09] 83 -[2013-09-24 14:58:10] >83 -[2013-09-24 14:59:10] >>83 -[2013-09-24 15:00:10] >>83 -[2013-09-24 15:01:10] >>83 -[2013-09-24 15:02:11] >>83 -[2013-09-24 15:03:11] >>83 -[2013-09-24 15:04:11] >>83 -[2013-09-24 15:04:27] C7 -[2013-09-24 15:04:28] C3 -[2013-09-24 15:04:30] >C3 -[2013-09-24 15:05:30] >>C3 -[2013-09-24 15:06:30] >>C3 -[2013-09-24 15:07:30] >>C3 -[2013-09-24 15:08:30] >>C3 -[2013-09-24 15:09:30] >>C3 -[2013-09-24 15:10:31] >>C3 -[2013-09-24 15:10:57] 83 -[2013-09-24 15:10:57] 87 -[2013-09-24 15:10:59] 83 -[2013-09-24 15:11:01] >83 -[2013-09-24 15:12:00] >>83 -[2013-09-24 15:13:01] >>83 -[2013-09-24 15:14:01] >>83 -[2013-09-24 15:15:01] >>83 -[2013-09-24 15:16:01] >>83 -[2013-09-24 15:17:01] >>83 -[2013-09-24 15:17:21] 87 -[2013-09-24 15:17:22] 83 -[2013-09-24 15:17:24] >83 -[2013-09-24 15:18:24] >>83 -[2013-09-24 15:19:24] >>83 -[2013-09-24 15:20:24] >>83 -[2013-09-24 15:21:24] >>83 -[2013-09-24 15:22:24] >>83 -[2013-09-24 15:23:25] >>83 -[2013-09-24 15:23:40] 87 -[2013-09-24 15:23:41] 83 -[2013-09-24 15:23:43] >83 -[2013-09-24 15:24:43] >>83 -[2013-09-24 15:25:43] >>83 -[2013-09-24 15:26:43] >>83 -[2013-09-24 15:27:43] >>83 -[2013-09-24 15:28:44] >>83 -[2013-09-24 15:29:44] >>83 -[2013-09-24 15:29:59] 87 -[2013-09-24 15:30:00] 83 -[2013-09-24 15:30:02] >83 -[2013-09-24 15:31:02] >>83 -[2013-09-24 15:32:02] >>83 -[2013-09-24 15:33:02] >>83 -[2013-09-24 15:34:02] >>83 -[2013-09-24 15:35:03] >>83 -[2013-09-24 15:36:03] >>83 -[2013-09-24 15:36:18] 87 -[2013-09-24 15:36:20] 83 -[2013-09-24 15:36:21] >83 -[2013-09-24 15:37:21] >>83 -[2013-09-24 15:38:25] >>83 -[2013-09-24 15:39:25] >>83 -[2013-09-24 15:40:25] >>83 -[2013-09-24 15:41:25] >>83 -[2013-09-24 15:42:26] >>83 -[2013-09-24 15:42:49] C7 -[2013-09-24 15:42:51] C3 -[2013-09-24 15:42:53] >C3 -[2013-09-24 15:43:52] >>C3 -[2013-09-24 15:44:52] >>C3 -[2013-09-24 15:45:53] >>C3 -[2013-09-24 15:46:53] >>C3 -[2013-09-24 15:47:53] >>C3 -[2013-09-24 15:48:53] >>C3 -[2013-09-24 15:49:07] 83 -[2013-09-24 15:49:09] 87 -[2013-09-24 15:49:10] 83 -[2013-09-24 15:49:12] >83 -[2013-09-24 15:50:11] >>83 -[2013-09-24 15:51:12] >>83 -[2013-09-24 15:52:12] >>83 -[2013-09-24 15:53:12] >>83 -[2013-09-24 15:54:12] >>83 -[2013-09-24 15:55:13] >>83 -[2013-09-24 15:55:31] 87 -[2013-09-24 15:55:33] 83 -[2013-09-24 15:55:34] >83 -[2013-09-24 15:56:34] >>83 -[2013-09-24 15:57:34] >>83 -[2013-09-24 15:58:35] >>83 -[2013-09-24 15:59:35] >>83 -[2013-09-24 16:00:35] >>83 -[2013-09-24 16:01:35] >>83 -[2013-09-24 16:01:50] 87 -[2013-09-24 16:01:52] 83 -[2013-09-24 16:01:54] >83 -[2013-09-24 16:02:53] >>83 -[2013-09-24 16:03:54] >>83 -[2013-09-24 16:04:54] >>83 -[2013-09-24 16:05:54] >>83 -[2013-09-24 16:06:54] >>83 -[2013-09-24 16:07:54] >>83 -[2013-09-24 16:08:10] 87 -[2013-09-24 16:08:12] 83 -[2013-09-24 16:08:13] >83 -[2013-09-24 16:09:13] >>83 -[2013-09-24 16:10:13] >>83 -[2013-09-24 16:11:13] >>83 -[2013-09-24 16:12:14] >>83 -[2013-09-24 16:13:14] >>83 -[2013-09-24 16:14:14] >>83 -[2013-09-24 16:14:41] 87 -[2013-09-24 16:14:42] 83 -[2013-09-24 16:14:43] 81 -[2013-09-24 16:14:45] >81 -[2013-09-24 16:15:45] >>81 -[2013-09-24 16:16:45] >>81 -[2013-09-24 16:17:45] >>81 -[2013-09-24 16:18:45] >>81 -[2013-09-24 16:19:46] >>81 -[2013-09-24 16:20:46] >>81 -[2013-09-24 16:21:46] >>81 -[2013-09-24 16:22:46] >>81 -[2013-09-24 16:23:46] >>81 -[2013-09-24 16:24:47] >>81 -[2013-09-24 16:25:23] 83 -[2013-09-24 16:25:24] >83 -[2013-09-24 16:26:00] 87 -[2013-09-24 16:26:01] 83 -[2013-09-24 16:26:02] >83 -[2013-09-24 16:27:02] >>83 -[2013-09-24 16:28:02] >>83 -[2013-09-24 16:29:02] >>83 -[2013-09-24 16:30:03] >>83 -[2013-09-24 16:31:03] >>83 -[2013-09-24 16:32:03] >>83 -[2013-09-24 16:32:19] 87 -[2013-09-24 16:32:20] 83 -[2013-09-24 16:32:22] >83 -[2013-09-24 16:33:22] >>83 -[2013-09-24 16:34:22] >>83 -[2013-09-24 16:35:22] >>83 -[2013-09-24 16:36:22] >>83 -[2013-09-24 16:37:22] >>83 -[2013-09-24 16:38:23] >>83 -[2013-09-24 16:38:38] 87 -[2013-09-24 16:38:39] 83 -[2013-09-24 16:38:41] >83 -[2013-09-24 16:39:41] >>83 -[2013-09-24 16:40:41] >>83 -[2013-09-24 16:41:41] >>83 -[2013-09-24 16:42:41] >>83 -[2013-09-24 16:43:42] >>83 -[2013-09-24 16:44:42] >>83 -[2013-09-24 16:44:57] 87 -[2013-09-24 16:44:59] 83 -[2013-09-24 16:45:00] >83 -[2013-09-24 16:46:00] >>83 -[2013-09-24 16:47:00] >>83 -[2013-09-24 16:48:00] >>83 -[2013-09-24 16:49:01] >>83 -[2013-09-24 16:50:01] >>83 -[2013-09-24 16:51:01] >>83 -[2013-09-24 16:51:17] C7 -[2013-09-24 16:51:18] C3 -[2013-09-24 16:51:20] >C3 -[2013-09-24 16:52:20] >>C3 -[2013-09-24 16:53:20] >>C3 -[2013-09-24 16:54:20] >>C3 -[2013-09-24 16:55:20] >>C3 -[2013-09-24 16:56:20] >>C3 -[2013-09-24 16:57:21] >>C3 -[2013-09-24 16:57:47] 83 -[2013-09-24 16:57:47] 87 -[2013-09-24 16:57:49] 83 -[2013-09-24 16:57:51] >83 -[2013-09-24 16:58:50] >>83 -[2013-09-24 16:59:51] >>83 -[2013-09-24 17:00:51] >>83 -[2013-09-24 17:01:51] >>83 -[2013-09-24 17:02:51] >>83 -[2013-09-24 17:03:51] >>83 -[2013-09-24 17:04:10] 87 -[2013-09-24 17:04:12] 83 -[2013-09-24 17:04:13] >83 -[2013-09-24 17:05:13] >>83 -[2013-09-24 17:06:13] >>83 -[2013-09-24 17:07:13] >>83 -[2013-09-24 17:08:14] >>83 -[2013-09-24 17:09:14] >>83 -[2013-09-24 17:10:14] >>83 -[2013-09-24 17:10:30] 87 -[2013-09-24 17:10:31] 83 -[2013-09-24 17:10:33] >83 -[2013-09-24 17:11:33] >>83 -[2013-09-24 17:12:33] >>83 -[2013-09-24 17:13:33] >>83 -[2013-09-24 17:14:33] >>83 -[2013-09-24 17:15:33] >>83 -[2013-09-24 17:16:34] >>83 -[2013-09-24 17:16:49] 87 -[2013-09-24 17:16:50] 83 -[2013-09-24 17:16:52] >83 -[2013-09-24 17:17:52] >>83 -[2013-09-24 17:18:52] >>83 -[2013-09-24 17:19:52] >>83 -[2013-09-24 17:20:52] >>83 -[2013-09-24 17:21:53] >>83 -[2013-09-24 17:22:53] >>83 -[2013-09-24 17:23:08] 87 -[2013-09-24 17:23:10] 83 -[2013-09-24 17:23:11] >83 -[2013-09-24 17:24:11] >>83 -[2013-09-24 17:25:11] >>83 -[2013-09-24 17:26:11] >>83 -[2013-09-24 17:27:12] >>83 -[2013-09-24 17:28:12] >>83 -[2013-09-24 17:29:12] >>83 -[2013-09-24 17:29:39] C7 -[2013-09-24 17:29:41] C3 -[2013-09-24 17:29:42] >C3 -[2013-09-24 17:30:42] >>C3 -[2013-09-24 17:31:42] >>C3 -[2013-09-24 17:32:43] >>C3 -[2013-09-24 17:33:43] >>C3 -[2013-09-24 17:34:43] >>C3 -[2013-09-24 17:35:43] >>C3 -[2013-09-24 17:35:58] 83 -[2013-09-24 17:35:58] 87 -[2013-09-24 17:36:00] 83 -[2013-09-24 17:36:02] >83 -[2013-09-24 17:37:01] >>83 -[2013-09-24 17:38:02] >>83 -[2013-09-24 17:39:02] >>83 -[2013-09-24 17:40:02] >>83 -[2013-09-24 17:41:02] >>83 -[2013-09-24 17:42:02] >>83 -[2013-09-24 17:42:21] 87 -[2013-09-24 17:42:23] 83 -[2013-09-24 17:42:24] >83 -[2013-09-24 17:43:24] >>83 -[2013-09-24 17:44:24] >>83 -[2013-09-24 17:45:25] >>83 -[2013-09-24 17:46:25] >>83 -[2013-09-24 17:47:25] >>83 -[2013-09-24 17:48:25] >>83 -[2013-09-24 17:48:41] 87 -[2013-09-24 17:48:42] 83 -[2013-09-24 17:48:44] >83 -[2013-09-24 17:49:43] >>83 -[2013-09-24 17:50:44] >>83 -[2013-09-24 17:51:44] >>83 -[2013-09-24 17:52:44] >>83 -[2013-09-24 17:53:44] >>83 -[2013-09-24 17:54:44] >>83 -[2013-09-24 17:55:00] 87 -[2013-09-24 17:55:01] 83 -[2013-09-24 17:55:03] >83 -[2013-09-24 17:56:03] >>83 -[2013-09-24 17:57:03] >>83 -[2013-09-24 17:57:21] 81 -[2013-09-24 17:57:23] >81 -[2013-09-24 17:58:23] >>81 -[2013-09-24 17:59:23] >>81 -[2013-09-24 18:00:23] >>81 -[2013-09-24 18:01:23] >>81 -[2013-09-24 18:02:24] >>81 -[2013-09-24 18:03:24] >>81 -[2013-09-24 18:04:24] >>81 -[2013-09-24 18:05:24] >>81 -[2013-09-24 18:06:24] >>81 -[2013-09-24 18:07:25] >>81 -[2013-09-24 18:08:25] >>81 -[2013-09-24 18:09:25] >>81 -[2013-09-24 18:10:25] >>81 -[2013-09-24 18:11:24] 83 -[2013-09-24 18:11:26] >83 -[2013-09-24 18:12:05] 87 -[2013-09-24 18:12:07] 83 -[2013-09-24 18:12:08] >83 -[2013-09-24 18:13:08] >>83 -[2013-09-24 18:14:08] >>83 -[2013-09-24 18:15:09] >>83 -[2013-09-24 18:16:09] >>83 -[2013-09-24 18:17:09] >>83 -[2013-09-24 18:18:09] >>83 -[2013-09-24 18:18:24] 87 -[2013-09-24 18:18:26] 83 -[2013-09-24 18:18:28] >83 -[2013-09-24 18:19:27] >>83 -[2013-09-24 18:20:27] >>83 -[2013-09-24 18:21:28] >>83 -[2013-09-24 18:22:28] >>83 -[2013-09-24 18:23:28] >>83 -[2013-09-24 18:24:28] >>83 -[2013-09-24 18:24:43] 87 -[2013-09-24 18:24:45] 83 -[2013-09-24 18:24:47] >83 -[2013-09-24 18:25:46] >>83 -[2013-09-24 18:26:47] >>83 -[2013-09-24 18:27:47] >>83 -[2013-09-24 18:28:47] >>83 -[2013-09-24 18:29:47] >>83 -[2013-09-24 18:30:47] >>83 -[2013-09-24 18:31:03] 87 -[2013-09-24 18:31:05] 83 -[2013-09-24 18:31:06] >83 -[2013-09-24 18:32:06] >>83 -[2013-09-24 18:33:06] >>83 -[2013-09-24 18:34:06] >>83 -[2013-09-24 18:35:07] >>83 -[2013-09-24 18:36:07] >>83 -[2013-09-24 18:37:07] >>83 -[2013-09-24 18:37:39] C3 -[2013-09-24 18:37:41] >C3 -[2013-09-24 18:38:41] >>C3 -[2013-09-24 18:38:58] C1 -[2013-09-24 18:38:59] >C1 -[2013-09-24 18:39:59] >>C1 -[2013-09-24 18:40:59] >>C1 -[2013-09-24 18:41:59] >>C1 -[2013-09-24 18:43:00] >>C1 -[2013-09-24 18:44:00] >>C1 -[2013-09-24 18:45:00] >>C1 -[2013-09-24 18:46:00] >>C1 -[2013-09-24 18:47:00] >>C1 -[2013-09-24 18:48:01] >>C1 -[2013-09-24 18:49:01] >>C1 -[2013-09-24 18:50:01] >>C1 -[2013-09-24 18:51:01] >>C1 -[2013-09-24 18:52:01] >>C1 -[2013-09-24 18:53:02] >>C1 -[2013-09-24 18:54:02] >>C1 -[2013-09-24 18:55:02] >>C1 -[2013-09-24 18:56:02] >>C1 -[2013-09-24 18:57:02] >>C1 -[2013-09-24 18:58:03] >>C1 -[2013-09-24 18:59:03] >>C1 -[2013-09-24 19:00:03] >>C1 -[2013-09-24 19:01:03] >>C1 -[2013-09-24 19:02:04] >>C1 -[2013-09-24 19:03:04] >>C1 -[2013-09-24 19:04:04] >>C1 -[2013-09-24 19:05:04] >>C1 -[2013-09-24 19:06:04] >>C1 -[2013-09-24 19:07:05] >>C1 -[2013-09-24 19:08:05] >>C1 -[2013-09-24 19:09:05] >>C1 -[2013-09-24 19:10:05] >>C1 -[2013-09-24 19:11:05] >>C1 -[2013-09-24 19:12:06] >>C1 -[2013-09-24 19:13:06] >>C1 -[2013-09-24 19:13:14] C3 -[2013-09-24 19:13:16] >C3 -[2013-09-24 19:14:15] >>C3 -[2013-09-24 19:15:14] C1 -[2013-09-24 19:15:16] >C1 -[2013-09-24 19:15:33] D1 -[2013-09-24 19:15:34] >D1 -[2013-09-24 19:15:53] C1 -[2013-09-24 19:15:55] >C1 -[2013-09-24 19:16:23] 81 -[2013-09-24 19:16:24] 87 -[2013-09-24 19:16:25] 83 -[2013-09-24 19:16:27] >83 -[2013-09-24 19:17:27] >>83 -[2013-09-24 19:18:27] >>83 -[2013-09-24 19:19:27] >>83 -[2013-09-24 19:20:27] >>83 -[2013-09-24 19:21:28] >>83 -[2013-09-24 19:22:28] >>83 -[2013-09-24 19:22:43] 87 -[2013-09-24 19:22:45] 83 -[2013-09-24 19:22:46] >83 -[2013-09-24 19:23:46] >>83 -[2013-09-24 19:24:46] >>83 -[2013-09-24 19:25:46] >>83 -[2013-09-24 19:26:47] >>83 -[2013-09-24 19:27:47] >>83 -[2013-09-24 19:28:47] >>83 -[2013-09-24 19:29:03] 87 -[2013-09-24 19:29:04] 83 -[2013-09-24 19:29:06] >83 -[2013-09-24 19:30:05] >>83 -[2013-09-24 19:31:06] >>83 -[2013-09-24 19:32:06] >>83 -[2013-09-24 19:33:06] >>83 -[2013-09-24 19:34:06] >>83 -[2013-09-24 19:35:07] >>83 -[2013-09-24 19:35:22] 87 -[2013-09-24 19:35:23] 83 -[2013-09-24 19:35:25] >83 -[2013-09-24 19:36:25] >>83 -[2013-09-24 19:37:25] >>83 -[2013-09-24 19:38:25] >>83 -[2013-09-24 19:39:25] >>83 -[2013-09-24 19:40:25] >>83 -[2013-09-24 19:41:26] >>83 -[2013-09-24 19:41:41] C7 -[2013-09-24 19:41:42] C3 -[2013-09-24 19:41:44] >C3 -[2013-09-24 19:42:44] >>C3 -[2013-09-24 19:43:44] >>C3 -[2013-09-24 19:44:44] >>C3 -[2013-09-24 19:45:44] >>C3 -[2013-09-24 19:46:45] >>C3 -[2013-09-24 19:47:45] >>C3 -[2013-09-24 19:48:11] 83 -[2013-09-24 19:48:12] 87 -[2013-09-24 19:48:13] 83 -[2013-09-24 19:48:15] >83 -[2013-09-24 19:49:14] >>83 -[2013-09-24 19:50:15] >>83 -[2013-09-24 19:51:15] >>83 -[2013-09-24 19:52:15] >>83 -[2013-09-24 19:53:15] >>83 -[2013-09-24 19:54:16] >>83 -[2013-09-24 19:54:35] 87 -[2013-09-24 19:54:36] 83 -[2013-09-24 19:54:38] >83 -[2013-09-24 19:55:38] >>83 -[2013-09-24 19:56:38] >>83 -[2013-09-24 19:57:38] >>83 -[2013-09-24 19:58:38] >>83 -[2013-09-24 19:59:38] >>83 -[2013-09-24 20:00:39] >>83 -[2013-09-24 20:00:54] 87 -[2013-09-24 20:00:55] 83 -[2013-09-24 20:00:57] >83 -[2013-09-24 20:01:57] >>83 -[2013-09-24 20:02:57] >>83 -[2013-09-24 20:03:57] >>83 -[2013-09-24 20:04:57] >>83 -[2013-09-24 20:05:58] >>83 -[2013-09-24 20:06:58] >>83 -[2013-09-24 20:07:13] 87 -[2013-09-24 20:07:15] 83 -[2013-09-24 20:07:16] >83 -[2013-09-24 20:08:16] >>83 -[2013-09-24 20:09:16] >>83 -[2013-09-24 20:10:16] >>83 -[2013-09-24 20:11:17] >>83 -[2013-09-24 20:12:17] >>83 -[2013-09-24 20:13:17] >>83 -[2013-09-24 20:13:32] 87 -[2013-09-24 20:13:34] 83 -[2013-09-24 20:13:35] >83 -[2013-09-24 20:14:35] >>83 -[2013-09-24 20:15:35] >>83 -[2013-09-24 20:16:35] >>83 -[2013-09-24 20:17:36] >>83 -[2013-09-24 20:18:36] >>83 -[2013-09-24 20:19:36] >>83 -[2013-09-24 20:20:03] C7 -[2013-09-24 20:20:05] C3 -[2013-09-24 20:20:06] >C3 -[2013-09-24 20:21:06] >>C3 -[2013-09-24 20:22:06] >>C3 -[2013-09-24 20:23:07] >>C3 -[2013-09-24 20:24:07] >>C3 -[2013-09-24 20:25:07] >>C3 -[2013-09-24 20:26:07] >>C3 -[2013-09-24 20:26:22] 83 -[2013-09-24 20:26:22] 87 -[2013-09-24 20:26:24] 83 -[2013-09-24 20:26:26] >83 -[2013-09-24 20:27:25] >>83 -[2013-09-24 20:28:26] >>83 -[2013-09-24 20:29:26] >>83 -[2013-09-24 20:30:26] >>83 -[2013-09-24 20:31:26] >>83 -[2013-09-24 20:32:26] >>83 -[2013-09-24 20:32:46] 87 -[2013-09-24 20:32:47] 83 -[2013-09-24 20:32:49] >83 -[2013-09-24 20:33:48] >>83 -[2013-09-24 20:34:49] >>83 -[2013-09-24 20:35:49] >>83 -[2013-09-24 20:36:49] >>83 -[2013-09-24 20:37:49] >>83 -[2013-09-24 20:38:50] >>83 -[2013-09-24 20:39:05] 87 -[2013-09-24 20:39:06] 83 -[2013-09-24 20:39:08] >83 -[2013-09-24 20:40:08] >>83 -[2013-09-24 20:41:08] >>83 -[2013-09-24 20:42:08] >>83 -[2013-09-24 20:43:08] >>83 -[2013-09-24 20:44:08] >>83 -[2013-09-24 20:45:09] >>83 -[2013-09-24 20:45:24] 87 -[2013-09-24 20:45:25] 83 -[2013-09-24 20:45:27] >83 -[2013-09-24 20:46:27] >>83 -[2013-09-24 20:47:27] >>83 -[2013-09-24 20:48:27] >>83 -[2013-09-24 20:49:27] >>83 -[2013-09-24 20:50:28] >>83 -[2013-09-24 20:51:28] >>83 -[2013-09-24 20:51:55] 87 -[2013-09-24 20:51:57] 83 -[2013-09-24 20:51:58] >83 -[2013-09-24 20:52:58] >>83 -[2013-09-24 20:53:58] >>83 -[2013-09-24 20:54:58] >>83 -[2013-09-24 20:55:59] >>83 -[2013-09-24 20:56:59] >>83 -[2013-09-24 20:57:59] >>83 -[2013-09-24 20:58:14] C7 -[2013-09-24 20:58:16] C3 -[2013-09-24 20:58:17] >C3 -[2013-09-24 20:59:17] >>C3 -[2013-09-24 21:00:17] >>C3 -[2013-09-24 21:01:17] >>C3 -[2013-09-24 21:02:18] >>C3 -[2013-09-24 21:03:18] >>C3 -[2013-09-24 21:04:18] >>C3 -[2013-09-24 21:05:18] >>C3 -[2013-09-24 21:05:35] C1 -[2013-09-24 21:05:37] >C1 -[2013-09-24 21:06:36] >>C1 -[2013-09-24 21:07:36] >>C1 -[2013-09-24 21:08:31] C3 -[2013-09-24 21:08:33] >C3 -[2013-09-24 21:09:05] 83 -[2013-09-24 21:09:06] 87 -[2013-09-24 21:09:08] 83 -[2013-09-24 21:09:09] >83 -[2013-09-24 21:10:09] >>83 -[2013-09-24 21:11:09] >>83 -[2013-09-24 21:12:09] >>83 -[2013-09-24 21:13:10] >>83 -[2013-09-24 21:14:10] >>83 -[2013-09-24 21:15:10] >>83 -[2013-09-24 21:15:26] 87 -[2013-09-24 21:15:27] 83 -[2013-09-24 21:15:29] >83 -[2013-09-24 21:16:29] >>83 -[2013-09-24 21:17:29] >>83 -[2013-09-24 21:18:29] >>83 -[2013-09-24 21:19:29] >>83 -[2013-09-24 21:20:29] >>83 -[2013-09-24 21:21:30] >>83 -[2013-09-24 21:21:45] 87 -[2013-09-24 21:21:46] 83 -[2013-09-24 21:21:48] >83 -[2013-09-24 21:22:48] >>83 -[2013-09-24 21:23:48] >>83 -[2013-09-24 21:24:48] >>83 -[2013-09-24 21:25:48] 89 -[2013-09-24 21:25:49] >89 -[2013-09-24 21:26:07] 81 -[2013-09-24 21:26:09] >81 -[2013-09-24 21:26:12] 83 -[2013-09-24 21:26:14] >83 -[2013-09-24 21:27:14] >>83 -[2013-09-24 21:28:04] 87 -[2013-09-24 21:28:05] 83 -[2013-09-24 21:28:07] >83 -[2013-09-24 21:29:07] >>83 -[2013-09-24 21:30:07] >>83 -[2013-09-24 21:31:07] >>83 -[2013-09-24 21:32:07] >>83 -[2013-09-24 21:33:08] >>83 -[2013-09-24 21:34:08] >>83 -[2013-09-24 21:34:23] C7 -[2013-09-24 21:34:25] C3 -[2013-09-24 21:34:26] >C3 -[2013-09-24 21:35:26] >>C3 -[2013-09-24 21:36:26] >>C3 -[2013-09-24 21:37:26] >>C3 -[2013-09-24 21:38:27] >>C3 -[2013-09-24 21:39:27] >>C3 -[2013-09-24 21:40:27] >>C3 -[2013-09-24 21:40:53] 83 -[2013-09-24 21:40:54] 87 -[2013-09-24 21:40:55] 83 -[2013-09-24 21:40:57] >83 -[2013-09-24 21:41:57] >>83 -[2013-09-24 21:42:57] >>83 -[2013-09-24 21:43:57] >>83 -[2013-09-24 21:44:57] >>83 -[2013-09-24 21:45:58] >>83 -[2013-09-24 21:46:58] >>83 -[2013-09-24 21:47:17] 87 -[2013-09-24 21:47:19] 83 -[2013-09-24 21:47:20] >83 -[2013-09-24 21:48:20] >>83 -[2013-09-24 21:49:20] >>83 -[2013-09-24 21:50:20] >>83 -[2013-09-24 21:51:21] >>83 -[2013-09-24 21:52:21] >>83 -[2013-09-24 21:53:21] >>83 -[2013-09-24 21:53:36] 87 -[2013-09-24 21:53:38] 83 -[2013-09-24 21:53:39] >83 -[2013-09-24 21:54:39] >>83 -[2013-09-24 21:55:39] >>83 -[2013-09-24 21:56:40] >>83 -[2013-09-24 21:57:40] >>83 -[2013-09-24 21:58:40] >>83 -[2013-09-24 21:59:40] >>83 -[2013-09-24 21:59:55] 87 -[2013-09-24 21:59:57] 83 -[2013-09-24 21:59:59] >83 -[2013-09-24 22:00:58] >>83 -[2013-09-24 22:01:58] >>83 -[2013-09-24 22:02:59] >>83 -[2013-09-24 22:03:59] >>83 -[2013-09-24 22:04:59] >>83 -[2013-09-24 22:05:59] >>83 -[2013-09-24 22:06:14] 87 -[2013-09-24 22:06:16] 83 -[2013-09-24 22:06:18] >83 -[2013-09-24 22:07:17] >>83 -[2013-09-24 22:08:18] >>83 -[2013-09-24 22:09:18] >>83 -[2013-09-24 22:10:18] >>83 -[2013-09-24 22:11:18] >>83 -[2013-09-24 22:12:18] >>83 -[2013-09-24 22:12:46] C7 -[2013-09-24 22:12:47] C3 -[2013-09-24 22:12:49] >C3 -[2013-09-24 22:13:48] >>C3 -[2013-09-24 22:14:49] >>C3 -[2013-09-24 22:15:49] >>C3 -[2013-09-24 22:16:49] >>C3 -[2013-09-24 22:17:49] >>C3 -[2013-09-24 22:18:50] >>C3 -[2013-09-24 22:19:04] 83 -[2013-09-24 22:19:05] 87 -[2013-09-24 22:19:06] 83 -[2013-09-24 22:19:08] >83 -[2013-09-24 22:20:08] >>83 -[2013-09-24 22:21:08] >>83 -[2013-09-24 22:22:08] >>83 -[2013-09-24 22:23:08] >>83 -[2013-09-24 22:24:09] >>83 -[2013-09-24 22:25:09] >>83 -[2013-09-24 22:25:27] 87 -[2013-09-24 22:25:29] 83 -[2013-09-24 22:25:31] >83 -[2013-09-24 22:26:30] >>83 -[2013-09-24 22:27:31] >>83 -[2013-09-24 22:28:31] >>83 -[2013-09-24 22:29:31] >>83 -[2013-09-24 22:30:31] >>83 -[2013-09-24 22:31:00] 81 -[2013-09-24 22:31:02] >81 -[2013-09-24 22:32:06] >>81 -[2013-09-24 22:33:06] >>81 -[2013-09-24 22:33:22] 83 -[2013-09-24 22:33:24] >83 -[2013-09-24 22:33:59] 87 -[2013-09-24 22:34:01] 83 -[2013-09-24 22:34:02] >83 -[2013-09-24 22:35:02] >>83 -[2013-09-24 22:36:02] >>83 -[2013-09-24 22:37:03] >>83 -[2013-09-24 22:38:03] >>83 -[2013-09-24 22:39:03] >>83 -[2013-09-24 22:40:03] >>83 -[2013-09-24 22:40:18] 87 -[2013-09-24 22:40:20] 83 -[2013-09-24 22:40:22] >83 -[2013-09-24 22:41:21] >>83 -[2013-09-24 22:42:21] >>83 -[2013-09-24 22:43:22] >>83 -[2013-09-24 22:44:22] >>83 -[2013-09-24 22:45:22] >>83 -[2013-09-24 22:46:22] >>83 -[2013-09-24 22:46:37] 87 -[2013-09-24 22:46:39] 83 -[2013-09-24 22:46:41] >83 -[2013-09-24 22:47:40] >>83 -[2013-09-24 22:48:41] >>83 -[2013-09-24 22:49:41] >>83 -[2013-09-24 22:50:41] >>83 -[2013-09-24 22:51:41] >>83 -[2013-09-24 22:52:41] >>83 -[2013-09-24 22:52:57] 87 -[2013-09-24 22:52:58] 83 -[2013-09-24 22:53:00] >83 -[2013-09-24 22:54:00] >>83 -[2013-09-24 22:55:00] >>83 -[2013-09-24 22:56:00] >>83 -[2013-09-24 22:57:00] >>83 -[2013-09-24 22:58:00] >>83 -[2013-09-24 22:59:01] >>83 -[2013-09-24 22:59:16] C7 -[2013-09-24 22:59:18] C3 -[2013-09-24 22:59:19] >C3 -[2013-09-24 23:00:19] >>C3 -[2013-09-24 23:01:19] >>C3 -[2013-09-24 23:02:20] >>C3 -[2013-09-24 23:03:20] >>C3 -[2013-09-24 23:04:20] >>C3 -[2013-09-24 23:05:20] >>C3 -[2013-09-24 23:05:46] 83 -[2013-09-24 23:05:47] 87 -[2013-09-24 23:05:49] 83 -[2013-09-24 23:05:50] >83 -[2013-09-24 23:06:50] >>83 -[2013-09-24 23:07:50] >>83 -[2013-09-24 23:08:50] >>83 -[2013-09-24 23:09:51] >>83 -[2013-09-24 23:10:51] >>83 -[2013-09-24 23:11:51] >>83 -[2013-09-24 23:12:10] 87 -[2013-09-24 23:12:12] 83 -[2013-09-24 23:12:13] >83 -[2013-09-24 23:13:13] >>83 -[2013-09-24 23:14:13] >>83 -[2013-09-24 23:15:13] >>83 -[2013-09-24 23:16:14] >>83 -[2013-09-24 23:17:14] >>83 -[2013-09-24 23:18:14] >>83 -[2013-09-24 23:18:38] 87 -[2013-09-24 23:18:40] 83 -[2013-09-24 23:18:41] >83 -[2013-09-24 23:19:41] >>83 -[2013-09-24 23:20:41] >>83 -[2013-09-24 23:21:42] >>83 -[2013-09-24 23:22:42] >>83 -[2013-09-24 23:23:42] >>83 -[2013-09-24 23:24:42] >>83 -[2013-09-24 23:24:57] 87 -[2013-09-24 23:24:59] 83 -[2013-09-24 23:25:01] >83 -[2013-09-24 23:26:00] >>83 -[2013-09-24 23:27:01] >>83 -[2013-09-24 23:28:01] >>83 -[2013-09-24 23:29:01] >>83 -[2013-09-24 23:30:01] >>83 -[2013-09-24 23:31:01] >>83 -[2013-09-24 23:31:17] 87 -[2013-09-24 23:31:18] 83 -[2013-09-24 23:31:20] >83 -[2013-09-24 23:32:19] >>83 -[2013-09-24 23:33:20] >>83 -[2013-09-24 23:34:20] >>83 -[2013-09-24 23:35:20] >>83 -[2013-09-24 23:36:20] >>83 -[2013-09-24 23:37:21] >>83 -[2013-09-24 23:37:55] 81 -[2013-09-24 23:37:57] >81 -[2013-09-24 23:38:04] C1 -[2013-09-24 23:38:06] >C1 -[2013-09-24 23:39:06] >>C1 -[2013-09-24 23:40:06] >>C1 -[2013-09-24 23:41:06] >>C1 -[2013-09-24 23:42:06] >>C1 -[2013-09-24 23:43:07] >>C1 -[2013-09-24 23:44:07] >>C1 -[2013-09-24 23:44:14] C3 -[2013-09-24 23:44:16] >C3 -[2013-09-24 23:44:50] 83 -[2013-09-24 23:44:51] 87 -[2013-09-24 23:44:52] 83 -[2013-09-24 23:44:54] >83 -[2013-09-24 23:45:54] >>83 -[2013-09-24 23:46:54] >>83 -[2013-09-24 23:47:54] >>83 -[2013-09-24 23:48:54] >>83 -[2013-09-24 23:49:55] >>83 -[2013-09-24 23:50:55] >>83 -[2013-09-24 23:51:10] 87 -[2013-09-24 23:51:12] 83 -[2013-09-24 23:51:13] >83 -[2013-09-24 23:52:13] >>83 -[2013-09-24 23:53:13] >>83 -[2013-09-24 23:54:13] >>83 -[2013-09-24 23:55:14] >>83 -[2013-09-24 23:56:14] >>83 -[2013-09-24 23:57:14] >>83 -[2013-09-24 23:57:29] 87 -[2013-09-24 23:57:31] 83 -[2013-09-24 23:57:33] >83 -[2013-09-24 23:58:32] >>83 -[2013-09-24 23:59:33] >>83 -[2013-09-25 00:00:33] >>83 -[2013-09-25 00:01:33] >>83 -[2013-09-25 00:02:33] >>83 -[2013-09-25 00:03:33] >>83 -[2013-09-25 00:03:48] 87 -[2013-09-25 00:03:50] 83 -[2013-09-25 00:03:52] >83 -[2013-09-25 00:04:51] >>83 -[2013-09-25 00:05:52] >>83 -[2013-09-25 00:06:52] >>83 -[2013-09-25 00:07:52] >>83 -[2013-09-25 00:08:52] >>83 -[2013-09-25 00:09:52] >>83 -[2013-09-25 00:10:08] C7 -[2013-09-25 00:10:09] C3 -[2013-09-25 00:10:11] >C3 -[2013-09-25 00:11:11] >>C3 -[2013-09-25 00:12:11] >>C3 -[2013-09-25 00:13:11] >>C3 -[2013-09-25 00:14:11] >>C3 -[2013-09-25 00:15:11] >>C3 -[2013-09-25 00:16:12] >>C3 -[2013-09-25 00:16:38] 83 -[2013-09-25 00:16:39] 87 -[2013-09-25 00:16:40] 83 -[2013-09-25 00:16:42] >83 -[2013-09-25 00:17:42] >>83 -[2013-09-25 00:18:42] >>83 -[2013-09-25 00:19:42] >>83 -[2013-09-25 00:20:42] >>83 -[2013-09-25 00:21:43] >>83 -[2013-09-25 00:22:43] >>83 -[2013-09-25 00:23:01] 87 -[2013-09-25 00:23:03] 83 -[2013-09-25 00:23:07] >83 -[2013-09-25 00:24:07] >>83 -[2013-09-25 00:25:07] >>83 -[2013-09-25 00:26:08] >>83 -[2013-09-25 00:27:08] >>83 -[2013-09-25 00:28:08] >>83 -[2013-09-25 00:29:08] >>83 -[2013-09-25 00:29:21] 87 -[2013-09-25 00:29:22] 83 -[2013-09-25 00:29:24] >83 -[2013-09-25 00:30:24] >>83 -[2013-09-25 00:31:24] >>83 -[2013-09-25 00:32:24] >>83 -[2013-09-25 00:33:24] >>83 -[2013-09-25 00:34:25] >>83 -[2013-09-25 00:35:25] >>83 -[2013-09-25 00:35:40] 87 -[2013-09-25 00:35:42] 83 -[2013-09-25 00:35:43] >83 -[2013-09-25 00:36:43] >>83 -[2013-09-25 00:37:43] >>83 -[2013-09-25 00:38:43] >>83 -[2013-09-25 00:39:44] >>83 -[2013-09-25 00:40:44] >>83 -[2013-09-25 00:41:28] 81 -[2013-09-25 00:41:30] >81 -[2013-09-25 00:42:09] 99 -[2013-09-25 00:42:11] >99 -[2013-09-25 00:43:11] >>99 -[2013-09-25 00:43:45] 89 -[2013-09-25 00:43:47] >89 -[2013-09-25 00:43:48] 81 -[2013-09-25 00:43:50] >81 -[2013-09-25 00:43:55] 83 -[2013-09-25 00:43:57] >83 -[2013-09-25 00:44:33] 87 -[2013-09-25 00:44:35] 83 -[2013-09-25 00:44:37] >83 -[2013-09-25 00:45:36] >>83 -[2013-09-25 00:46:37] >>83 -[2013-09-25 00:47:37] >>83 -[2013-09-25 00:48:37] >>83 -[2013-09-25 00:49:37] >>83 -[2013-09-25 00:50:37] >>83 -[2013-09-25 00:50:53] 87 -[2013-09-25 00:50:54] 83 -[2013-09-25 00:50:56] >83 -[2013-09-25 00:51:55] >>83 -[2013-09-25 00:52:56] >>83 -[2013-09-25 00:53:56] >>83 -[2013-09-25 00:54:56] >>83 -[2013-09-25 00:55:56] >>83 -[2013-09-25 00:56:57] >>83 -[2013-09-25 00:57:12] 87 -[2013-09-25 00:57:14] 83 -[2013-09-25 00:57:15] >83 -[2013-09-25 00:58:15] >>83 -[2013-09-25 00:59:15] >>83 -[2013-09-25 01:00:16] >>83 -[2013-09-25 01:01:16] >>83 -[2013-09-25 01:02:16] >>83 -[2013-09-25 01:03:16] >>83 -[2013-09-25 01:03:31] 87 -[2013-09-25 01:03:33] 83 -[2013-09-25 01:03:35] >83 -[2013-09-25 01:04:34] >>83 -[2013-09-25 01:05:35] >>83 -[2013-09-25 01:06:35] >>83 -[2013-09-25 01:07:35] >>83 -[2013-09-25 01:08:35] >>83 -[2013-09-25 01:09:35] >>83 -[2013-09-25 01:09:50] C7 -[2013-09-25 01:09:52] C3 -[2013-09-25 01:09:54] >C3 -[2013-09-25 01:10:53] >>C3 -[2013-09-25 01:11:54] >>C3 -[2013-09-25 01:12:54] >>C3 -[2013-09-25 01:13:54] >>C3 -[2013-09-25 01:14:54] >>C3 -[2013-09-25 01:15:54] >>C3 -[2013-09-25 01:16:21] 83 -[2013-09-25 01:16:21] 87 -[2013-09-25 01:16:23] 83 -[2013-09-25 01:16:24] >83 -[2013-09-25 01:17:24] >>83 -[2013-09-25 01:18:24] >>83 -[2013-09-25 01:19:25] >>83 -[2013-09-25 01:20:25] >>83 -[2013-09-25 01:21:25] >>83 -[2013-09-25 01:22:25] >>83 -[2013-09-25 01:22:44] 87 -[2013-09-25 01:22:46] 83 -[2013-09-25 01:22:48] >83 -[2013-09-25 01:23:47] >>83 -[2013-09-25 01:24:48] >>83 -[2013-09-25 01:25:48] >>83 -[2013-09-25 01:26:48] >>83 -[2013-09-25 01:27:48] >>83 -[2013-09-25 01:28:48] >>83 -[2013-09-25 01:29:03] 87 -[2013-09-25 01:29:05] 83 -[2013-09-25 01:29:07] >83 -[2013-09-25 01:30:06] >>83 -[2013-09-25 01:31:07] >>83 -[2013-09-25 01:32:07] >>83 -[2013-09-25 01:33:07] >>83 -[2013-09-25 01:34:07] >>83 -[2013-09-25 01:35:08] >>83 -[2013-09-25 01:36:08] >>83 -[2013-09-25 01:36:53] C3 -[2013-09-25 01:36:55] >C3 -[2013-09-25 01:36:59] C1 -[2013-09-25 01:37:00] >C1 -[2013-09-25 01:38:00] >>C1 -[2013-09-25 01:39:00] >>C1 -[2013-09-25 01:40:00] >>C1 -[2013-09-25 01:41:01] >>C1 -[2013-09-25 01:42:01] >>C1 -[2013-09-25 01:43:01] >>C1 -[2013-09-25 01:44:01] >>C1 -[2013-09-25 01:45:01] >>C1 -[2013-09-25 01:46:02] >>C1 -[2013-09-25 01:47:02] >>C1 -[2013-09-25 01:47:27] C3 -[2013-09-25 01:47:29] >C3 -[2013-09-25 01:48:10] 83 -[2013-09-25 01:48:11] 87 -[2013-09-25 01:48:12] 83 -[2013-09-25 01:48:14] >83 -[2013-09-25 01:49:14] >>83 -[2013-09-25 01:50:14] >>83 -[2013-09-25 01:51:14] >>83 -[2013-09-25 01:52:14] >>83 -[2013-09-25 01:53:15] >>83 -[2013-09-25 01:54:15] >>83 -[2013-09-25 01:55:15] >>83 -[2013-09-25 01:56:06] 81 -[2013-09-25 01:56:07] >81 -[2013-09-25 01:57:07] >>81 -[2013-09-25 01:58:07] >>81 -[2013-09-25 01:59:07] >>81 -[2013-09-25 01:59:34] 87 -[2013-09-25 01:59:35] 83 -[2013-09-25 01:59:36] >83 -[2013-09-25 02:00:36] >>83 -[2013-09-25 02:01:36] >>83 -[2013-09-25 02:02:36] >>83 -[2013-09-25 02:03:37] >>83 -[2013-09-25 02:04:37] >>83 -[2013-09-25 02:05:37] >>83 -[2013-09-25 02:05:53] 87 -[2013-09-25 02:05:54] 83 -[2013-09-25 02:05:56] >83 -[2013-09-25 02:06:56] >>83 -[2013-09-25 02:07:56] >>83 -[2013-09-25 02:08:56] >>83 -[2013-09-25 02:09:56] >>83 -[2013-09-25 02:10:57] >>83 -[2013-09-25 02:11:57] >>83 -[2013-09-25 02:12:12] 87 -[2013-09-25 02:12:13] 83 -[2013-09-25 02:12:15] >83 -[2013-09-25 02:13:15] >>83 -[2013-09-25 02:14:15] >>83 -[2013-09-25 02:15:15] >>83 -[2013-09-25 02:16:15] >>83 -[2013-09-25 02:17:16] >>83 -[2013-09-25 02:18:16] >>83 -[2013-09-25 02:18:31] C7 -[2013-09-25 02:18:33] C3 -[2013-09-25 02:18:34] >C3 -[2013-09-25 02:19:34] >>C3 -[2013-09-25 02:20:34] >>C3 -[2013-09-25 02:21:34] >>C3 -[2013-09-25 02:22:35] >>C3 -[2013-09-25 02:23:35] >>C3 -[2013-09-25 02:24:35] >>C3 -[2013-09-25 02:25:02] 83 -[2013-09-25 02:25:02] 87 -[2013-09-25 02:25:04] 83 -[2013-09-25 02:25:05] >83 -[2013-09-25 02:26:05] >>83 -[2013-09-25 02:27:05] >>83 -[2013-09-25 02:28:06] >>83 -[2013-09-25 02:29:06] >>83 -[2013-09-25 02:30:06] >>83 -[2013-09-25 02:31:06] >>83 -[2013-09-25 02:31:25] 87 -[2013-09-25 02:31:26] 83 -[2013-09-25 02:31:28] >83 -[2013-09-25 02:32:28] >>83 -[2013-09-25 02:33:28] >>83 -[2013-09-25 02:34:28] >>83 -[2013-09-25 02:35:28] >>83 -[2013-09-25 02:36:29] >>83 -[2013-09-25 02:37:29] >>83 -[2013-09-25 02:37:44] 87 -[2013-09-25 02:37:46] 83 -[2013-09-25 02:37:48] >83 -[2013-09-25 02:38:47] >>83 -[2013-09-25 02:39:48] >>83 -[2013-09-25 02:40:48] >>83 -[2013-09-25 02:41:48] >>83 -[2013-09-25 02:42:48] >>83 -[2013-09-25 02:43:48] >>83 -[2013-09-25 02:44:04] 87 -[2013-09-25 02:44:05] 83 -[2013-09-25 02:44:07] >83 -[2013-09-25 02:45:06] >>83 -[2013-09-25 02:46:07] >>83 -[2013-09-25 02:47:07] >>83 -[2013-09-25 02:48:07] >>83 -[2013-09-25 02:48:26] 81 -[2013-09-25 02:48:28] >81 -[2013-09-25 02:49:28] >>81 -[2013-09-25 02:50:28] >>81 -[2013-09-25 02:51:28] >>81 -[2013-09-25 02:52:28] >>81 -[2013-09-25 02:53:28] >>81 -[2013-09-25 02:54:29] >>81 -[2013-09-25 02:55:29] >>81 -[2013-09-25 02:56:29] >>81 -[2013-09-25 02:57:29] >>81 -[2013-09-25 02:58:29] >>81 -[2013-09-25 02:59:30] >>81 -[2013-09-25 03:00:30] >>81 -[2013-09-25 03:01:30] >>81 -[2013-09-25 03:02:30] >>81 -[2013-09-25 03:03:30] >>81 -[2013-09-25 03:04:31] >>81 -[2013-09-25 03:05:31] >>81 -[2013-09-25 03:06:31] >>81 -[2013-09-25 03:07:31] >>81 -[2013-09-25 03:08:32] >>81 -[2013-09-25 03:09:32] >>81 -[2013-09-25 03:10:32] >>81 -[2013-09-25 03:11:32] >>81 -[2013-09-25 03:12:32] >>81 -[2013-09-25 03:13:33] >>81 -[2013-09-25 03:14:33] >>81 -[2013-09-25 03:15:33] >>81 -[2013-09-25 03:16:33] >>81 -[2013-09-25 03:17:33] >>81 -[2013-09-25 03:17:34] 83 -[2013-09-25 03:17:36] >83 -[2013-09-25 03:18:10] 87 -[2013-09-25 03:18:12] 83 -[2013-09-25 03:18:13] >83 -[2013-09-25 03:19:13] >>83 -[2013-09-25 03:20:13] >>83 -[2013-09-25 03:21:14] >>83 -[2013-09-25 03:22:14] >>83 -[2013-09-25 03:23:14] >>83 -[2013-09-25 03:24:14] >>83 -[2013-09-25 03:24:30] 87 -[2013-09-25 03:24:31] 83 -[2013-09-25 03:24:33] >83 -[2013-09-25 03:25:33] >>83 -[2013-09-25 03:26:33] >>83 -[2013-09-25 03:27:33] >>83 -[2013-09-25 03:28:33] >>83 -[2013-09-25 03:29:34] >>83 -[2013-09-25 03:30:34] >>83 -[2013-09-25 03:30:49] 87 -[2013-09-25 03:30:51] 83 -[2013-09-25 03:30:52] >83 -[2013-09-25 03:31:52] >>83 -[2013-09-25 03:32:52] >>83 -[2013-09-25 03:33:52] >>83 -[2013-09-25 03:34:53] >>83 -[2013-09-25 03:35:53] >>83 -[2013-09-25 03:36:53] >>83 -[2013-09-25 03:37:08] 87 -[2013-09-25 03:37:10] 83 -[2013-09-25 03:37:11] >83 -[2013-09-25 03:38:11] >>83 -[2013-09-25 03:39:11] >>83 -[2013-09-25 03:40:12] >>83 -[2013-09-25 03:41:11] 89 -[2013-09-25 03:41:13] >89 -[2013-09-25 03:41:42] 81 -[2013-09-25 03:41:43] >81 -[2013-09-25 03:41:46] 83 -[2013-09-25 03:41:47] >83 -[2013-09-25 03:42:47] >>83 -[2013-09-25 03:43:27] C7 -[2013-09-25 03:43:29] C3 -[2013-09-25 03:43:31] >C3 -[2013-09-25 03:44:30] >>C3 -[2013-09-25 03:45:30] >>C3 -[2013-09-25 03:46:31] >>C3 -[2013-09-25 03:47:31] >>C3 -[2013-09-25 03:48:31] >>C3 -[2013-09-25 03:49:31] >>C3 -[2013-09-25 03:49:57] 83 -[2013-09-25 03:49:58] 87 -[2013-09-25 03:50:00] 83 -[2013-09-25 03:50:01] >83 -[2013-09-25 03:51:01] >>83 -[2013-09-25 03:52:01] >>83 -[2013-09-25 03:53:01] >>83 -[2013-09-25 03:54:02] >>83 -[2013-09-25 03:55:02] >>83 -[2013-09-25 03:56:02] >>83 -[2013-09-25 03:56:21] 87 -[2013-09-25 03:56:23] 83 -[2013-09-25 03:56:24] >83 -[2013-09-25 03:57:24] >>83 -[2013-09-25 03:58:24] >>83 -[2013-09-25 03:59:25] >>83 -[2013-09-25 04:00:25] >>83 -[2013-09-25 04:01:25] >>83 -[2013-09-25 04:02:25] >>83 -[2013-09-25 04:02:40] 87 -[2013-09-25 04:02:42] 83 -[2013-09-25 04:02:44] >83 -[2013-09-25 04:03:43] >>83 -[2013-09-25 04:04:44] >>83 -[2013-09-25 04:05:44] >>83 -[2013-09-25 04:06:44] >>83 -[2013-09-25 04:07:44] >>83 -[2013-09-25 04:08:44] >>83 -[2013-09-25 04:08:59] 87 -[2013-09-25 04:09:01] 83 -[2013-09-25 04:09:03] >83 -[2013-09-25 04:10:02] >>83 -[2013-09-25 04:11:03] >>83 -[2013-09-25 04:12:03] >>83 -[2013-09-25 04:13:03] >>83 -[2013-09-25 04:14:03] >>83 -[2013-09-25 04:15:04] >>83 -[2013-09-25 04:15:19] 87 -[2013-09-25 04:15:20] 83 -[2013-09-25 04:15:22] >83 -[2013-09-25 04:16:22] >>83 -[2013-09-25 04:17:22] >>83 -[2013-09-25 04:18:22] >>83 -[2013-09-25 04:19:22] >>83 -[2013-09-25 04:20:22] >>83 -[2013-09-25 04:21:23] >>83 -[2013-09-25 04:21:50] C7 -[2013-09-25 04:21:51] C3 -[2013-09-25 04:21:53] >C3 -[2013-09-25 04:22:53] >>C3 -[2013-09-25 04:23:53] >>C3 -[2013-09-25 04:24:53] >>C3 -[2013-09-25 04:25:53] >>C3 -[2013-09-25 04:26:54] >>C3 -[2013-09-25 04:27:13] C1 -[2013-09-25 04:27:15] >C1 -[2013-09-25 04:28:15] >>C1 -[2013-09-25 04:28:16] D9 -[2013-09-25 04:28:18] >D9 -[2013-09-25 04:29:18] >>D9 -[2013-09-25 04:30:18] >>D9 -[2013-09-25 04:31:18] >>D9 -[2013-09-25 04:32:18] >>D9 -[2013-09-25 04:33:18] >>D9 -[2013-09-25 04:34:19] >>D9 -[2013-09-25 04:35:19] >>D9 -[2013-09-25 04:36:19] >>D9 -[2013-09-25 04:37:19] >>D9 -[2013-09-25 04:37:37] C9 -[2013-09-25 04:37:39] >C9 -[2013-09-25 04:37:40] C1 -[2013-09-25 04:37:42] >C1 -[2013-09-25 04:37:46] C3 -[2013-09-25 04:37:48] >C3 -[2013-09-25 04:37:58] C1 -[2013-09-25 04:38:00] >C1 -[2013-09-25 04:38:28] C3 -[2013-09-25 04:38:29] >C3 -[2013-09-25 04:39:04] 83 -[2013-09-25 04:39:05] 87 -[2013-09-25 04:39:06] 83 -[2013-09-25 04:39:08] >83 -[2013-09-25 04:40:08] >>83 -[2013-09-25 04:41:08] >>83 -[2013-09-25 04:42:08] >>83 -[2013-09-25 04:43:08] >>83 -[2013-09-25 04:44:09] >>83 -[2013-09-25 04:45:09] >>83 -[2013-09-25 04:45:24] 87 -[2013-09-25 04:45:25] 83 -[2013-09-25 04:45:27] >83 -[2013-09-25 04:46:27] >>83 -[2013-09-25 04:47:27] >>83 -[2013-09-25 04:48:27] >>83 -[2013-09-25 04:49:27] >>83 -[2013-09-25 04:50:28] >>83 -[2013-09-25 04:51:28] >>83 -[2013-09-25 04:52:28] >>83 -[2013-09-25 04:53:02] C3 -[2013-09-25 04:53:03] >C3 -[2013-09-25 04:53:18] C1 -[2013-09-25 04:53:20] >C1 -[2013-09-25 04:54:01] 81 -[2013-09-25 04:54:02] 87 -[2013-09-25 04:54:03] 83 -[2013-09-25 04:54:05] >83 -[2013-09-25 04:55:05] >>83 -[2013-09-25 04:56:05] >>83 -[2013-09-25 04:57:05] >>83 -[2013-09-25 04:58:05] >>83 -[2013-09-25 04:59:06] >>83 -[2013-09-25 05:00:06] >>83 -[2013-09-25 05:00:09] 93 -[2013-09-25 05:00:10] 99 -[2013-09-25 05:00:12] >99 -[2013-09-25 05:01:11] >>99 -[2013-09-25 05:01:25] 89 -[2013-09-25 05:01:26] >89 -[2013-09-25 05:01:27] 81 -[2013-09-25 05:01:29] >81 -[2013-09-25 05:01:31] 83 -[2013-09-25 05:01:32] >83 -[2013-09-25 05:01:52] 87 -[2013-09-25 05:01:54] 83 -[2013-09-25 05:01:56] >83 -[2013-09-25 05:02:55] >>83 -[2013-09-25 05:03:55] >>83 -[2013-09-25 05:04:56] >>83 -[2013-09-25 05:05:56] >>83 -[2013-09-25 05:06:56] >>83 -[2013-09-25 05:07:56] >>83 -[2013-09-25 05:08:11] 87 -[2013-09-25 05:08:13] 83 -[2013-09-25 05:08:15] >83 -[2013-09-25 05:09:14] >>83 -[2013-09-25 05:10:15] >>83 -[2013-09-25 05:11:15] >>83 -[2013-09-25 05:12:15] >>83 -[2013-09-25 05:13:15] >>83 -[2013-09-25 05:14:15] >>83 -[2013-09-25 05:14:31] 87 -[2013-09-25 05:14:33] 83 -[2013-09-25 05:14:34] >83 -[2013-09-25 05:15:34] >>83 -[2013-09-25 05:16:34] >>83 -[2013-09-25 05:17:34] >>83 -[2013-09-25 05:18:35] >>83 -[2013-09-25 05:18:39] 81 -[2013-09-25 05:18:40] >81 -[2013-09-25 05:18:50] 99 -[2013-09-25 05:18:51] >99 -[2013-09-25 05:19:51] >>99 -[2013-09-25 05:20:04] 89 -[2013-09-25 05:20:06] >89 -[2013-09-25 05:20:07] 81 -[2013-09-25 05:20:08] >81 -[2013-09-25 05:20:10] 83 -[2013-09-25 05:20:12] >83 -[2013-09-25 05:21:12] >>83 -[2013-09-25 05:22:12] >>83 -[2013-09-25 05:22:34] C7 -[2013-09-25 05:22:36] C3 -[2013-09-25 05:22:37] >C3 -[2013-09-25 05:23:37] >>C3 -[2013-09-25 05:24:37] >>C3 -[2013-09-25 05:25:38] >>C3 -[2013-09-25 05:26:38] >>C3 -[2013-09-25 05:27:38] >>C3 -[2013-09-25 05:28:38] >>C3 -[2013-09-25 05:28:52] 83 -[2013-09-25 05:28:53] 87 -[2013-09-25 05:28:55] 83 -[2013-09-25 05:28:57] >83 -[2013-09-25 05:29:24] 81 -[2013-09-25 05:29:26] >81 -[2013-09-25 05:29:39] 83 -[2013-09-25 05:29:40] >83 -[2013-09-25 05:30:40] >>83 -[2013-09-25 05:31:40] >>83 -[2013-09-25 05:32:40] >>83 -[2013-09-25 05:33:41] >>83 -[2013-09-25 05:34:04] 81 -[2013-09-25 05:34:06] >81 -[2013-09-25 05:35:06] >>81 -[2013-09-25 05:36:06] >>81 -[2013-09-25 05:37:06] >>81 -[2013-09-25 05:38:06] >>81 -[2013-09-25 05:39:06] >>81 -[2013-09-25 05:40:07] >>81 -[2013-09-25 05:41:03] 83 -[2013-09-25 05:41:05] >83 -[2013-09-25 05:41:41] 87 -[2013-09-25 05:41:43] 83 -[2013-09-25 05:41:44] >83 -[2013-09-25 05:42:44] >>83 -[2013-09-25 05:43:44] >>83 -[2013-09-25 05:44:44] >>83 -[2013-09-25 05:45:45] >>83 -[2013-09-25 05:46:45] >>83 -[2013-09-25 05:47:45] >>83 -[2013-09-25 05:48:00] 87 -[2013-09-25 05:48:02] 83 -[2013-09-25 05:48:03] >83 -[2013-09-25 05:49:03] >>83 -[2013-09-25 05:50:03] >>83 -[2013-09-25 05:51:03] >>83 -[2013-09-25 05:52:04] >>83 -[2013-09-25 05:53:04] >>83 -[2013-09-25 05:54:04] >>83 -[2013-09-25 05:54:19] 87 -[2013-09-25 05:54:21] 83 -[2013-09-25 05:54:23] >83 -[2013-09-25 05:55:22] >>83 -[2013-09-25 05:56:23] >>83 -[2013-09-25 05:57:23] >>83 -[2013-09-25 05:58:23] >>83 -[2013-09-25 05:59:23] >>83 -[2013-09-25 06:00:23] >>83 -[2013-09-25 06:00:39] 87 -[2013-09-25 06:00:40] 83 -[2013-09-25 06:00:42] >83 -[2013-09-25 06:01:41] >>83 -[2013-09-25 06:02:42] >>83 -[2013-09-25 06:03:42] >>83 -[2013-09-25 06:04:42] >>83 -[2013-09-25 06:05:42] >>83 -[2013-09-25 06:06:43] >>83 -[2013-09-25 06:06:58] C7 -[2013-09-25 06:06:59] C3 -[2013-09-25 06:07:01] >C3 -[2013-09-25 06:08:01] >>C3 -[2013-09-25 06:09:01] >>C3 -[2013-09-25 06:10:01] >>C3 -[2013-09-25 06:11:01] >>C3 -[2013-09-25 06:12:02] >>C3 -[2013-09-25 06:13:02] >>C3 -[2013-09-25 06:13:28] 83 -[2013-09-25 06:13:29] 87 -[2013-09-25 06:13:31] 83 -[2013-09-25 06:13:32] >83 -[2013-09-25 06:14:32] >>83 -[2013-09-25 06:15:32] >>83 -[2013-09-25 06:16:32] >>83 -[2013-09-25 06:17:33] >>83 -[2013-09-25 06:18:33] >>83 -[2013-09-25 06:19:33] >>83 -[2013-09-25 06:19:34] 81 -[2013-09-25 06:19:35] >81 -[2013-09-25 06:19:49] 99 -[2013-09-25 06:19:51] >99 -[2013-09-25 06:20:51] >>99 -[2013-09-25 06:21:51] >>99 -[2013-09-25 06:22:51] >>99 -[2013-09-25 06:23:51] >>99 -[2013-09-25 06:24:22] 91 -[2013-09-25 06:24:24] >91 -[2013-09-25 06:24:27] 99 -[2013-09-25 06:24:29] >99 -[2013-09-25 06:25:29] >>99 -[2013-09-25 06:26:29] >>99 -[2013-09-25 06:27:29] >>99 -[2013-09-25 06:28:29] >>99 -[2013-09-25 06:29:29] >>99 -[2013-09-25 06:30:30] >>99 -[2013-09-25 06:31:30] >>99 -[2013-09-25 06:32:30] >>99 -[2013-09-25 06:33:30] >>99 -[2013-09-25 06:34:30] >>99 -[2013-09-25 06:35:31] >>99 -[2013-09-25 06:36:31] >>99 -[2013-09-25 06:37:31] >>99 -[2013-09-25 06:38:31] >>99 -[2013-09-25 06:39:32] >>99 -[2013-09-25 06:40:32] >>99 -[2013-09-25 06:41:32] >>99 -[2013-09-25 06:42:32] >>99 -[2013-09-25 06:43:32] >>99 -[2013-09-25 06:44:33] >>99 -[2013-09-25 06:45:33] >>99 -[2013-09-25 06:46:33] >>99 -[2013-09-25 06:47:33] >>99 -[2013-09-25 06:48:33] >>99 -[2013-09-25 06:49:34] >>99 -[2013-09-25 06:50:34] >>99 -[2013-09-25 06:51:34] >>99 -[2013-09-25 06:52:34] >>99 -[2013-09-25 06:53:34] >>99 -[2013-09-25 06:54:35] >>99 -[2013-09-25 06:55:35] >>99 -[2013-09-25 06:56:35] >>99 -[2013-09-25 06:57:35] >>99 -[2013-09-25 06:58:35] >>99 -[2013-09-25 06:59:36] >>99 -[2013-09-25 07:00:36] >>99 -[2013-09-25 07:01:36] >>99 -[2013-09-25 07:02:36] >>99 -[2013-09-25 07:03:36] >>99 -[2013-09-25 07:04:37] >>99 -[2013-09-25 07:05:37] >>99 -[2013-09-25 07:06:37] >>99 -[2013-09-25 07:07:37] >>99 -[2013-09-25 07:08:37] >>99 -[2013-09-25 07:09:38] >>99 -[2013-09-25 07:10:38] >>99 -[2013-09-25 07:11:38] >>99 -[2013-09-25 07:12:38] >>99 -[2013-09-25 07:13:39] >>99 -[2013-09-25 07:14:39] >>99 -[2013-09-25 07:15:39] >>99 -[2013-09-25 07:16:39] >>99 -[2013-09-25 07:17:39] >>99 -[2013-09-25 07:18:40] >>99 -[2013-09-25 07:19:40] >>99 -[2013-09-25 07:20:40] >>99 -[2013-09-25 07:21:40] >>99 -[2013-09-25 07:22:40] >>99 -[2013-09-25 07:23:41] >>99 -[2013-09-25 07:24:41] >>99 -[2013-09-25 07:25:41] >>99 -[2013-09-25 07:26:41] >>99 -[2013-09-25 07:27:41] >>99 -[2013-09-25 07:28:42] >>99 -[2013-09-25 07:29:42] >>99 -[2013-09-25 07:30:42] >>99 -[2013-09-25 07:31:42] >>99 -[2013-09-25 07:32:43] >>99 -[2013-09-25 07:33:43] >>99 -[2013-09-25 07:34:43] >>99 -[2013-09-25 07:35:43] >>99 -[2013-09-25 07:36:43] >>99 -[2013-09-25 07:37:44] >>99 -[2013-09-25 07:38:44] >>99 -[2013-09-25 07:39:44] >>99 -[2013-09-25 07:40:44] >>99 -[2013-09-25 07:41:44] >>99 -[2013-09-25 07:42:45] >>99 -[2013-09-25 07:43:45] >>99 -[2013-09-25 07:44:45] >>99 -[2013-09-25 07:45:45] >>99 -[2013-09-25 07:46:46] >>99 -[2013-09-25 07:47:46] >>99 -[2013-09-25 07:48:46] >>99 -[2013-09-25 07:49:46] >>99 -[2013-09-25 07:50:46] >>99 -[2013-09-25 07:51:47] >>99 -[2013-09-25 07:52:47] >>99 -[2013-09-25 07:53:47] >>99 -[2013-09-25 07:54:47] >>99 -[2013-09-25 07:55:47] >>99 -[2013-09-25 07:56:48] >>99 -[2013-09-25 07:57:48] >>99 -[2013-09-25 07:58:48] >>99 -[2013-09-25 07:59:48] >>99 -[2013-09-25 08:00:48] >>99 -[2013-09-25 08:01:49] >>99 -[2013-09-25 08:02:49] >>99 -[2013-09-25 08:03:49] >>99 -[2013-09-25 08:04:50] >>99 -[2013-09-25 08:05:50] >>99 -[2013-09-25 08:06:50] >>99 -[2013-09-25 08:07:50] >>99 -[2013-09-25 08:08:50] >>99 -[2013-09-25 08:08:55] 91 -[2013-09-25 08:08:57] >91 -[2013-09-25 08:09:01] 81 -[2013-09-25 08:09:02] >81 -[2013-09-25 08:09:27] 83 -[2013-09-25 08:09:29] >83 -[2013-09-25 08:10:14] 87 -[2013-09-25 08:10:15] 83 -[2013-09-25 08:10:17] >83 -[2013-09-25 08:11:17] >>83 -[2013-09-25 08:12:17] >>83 -[2013-09-25 08:13:17] >>83 -[2013-09-25 08:14:17] >>83 -[2013-09-25 08:15:18] >>83 -[2013-09-25 08:16:18] >>83 -[2013-09-25 08:16:33] 87 -[2013-09-25 08:16:35] 83 -[2013-09-25 08:16:37] >83 -[2013-09-25 08:17:36] >>83 -[2013-09-25 08:18:37] >>83 -[2013-09-25 08:19:37] >>83 -[2013-09-25 08:20:37] >>83 -[2013-09-25 08:21:37] >>83 -[2013-09-25 08:22:38] >>83 -[2013-09-25 08:22:53] 87 -[2013-09-25 08:22:54] 83 -[2013-09-25 08:22:56] >83 -[2013-09-25 08:23:56] >>83 -[2013-09-25 08:24:56] >>83 -[2013-09-25 08:25:56] >>83 -[2013-09-25 08:26:56] >>83 -[2013-09-25 08:27:56] >>83 -[2013-09-25 08:28:57] >>83 -[2013-09-25 08:29:12] 87 -[2013-09-25 08:29:13] 83 -[2013-09-25 08:29:15] >83 -[2013-09-25 08:30:15] >>83 -[2013-09-25 08:31:15] >>83 -[2013-09-25 08:32:15] >>83 -[2013-09-25 08:33:15] >>83 -[2013-09-25 08:34:16] >>83 -[2013-09-25 08:35:16] >>83 -[2013-09-25 08:35:31] C7 -[2013-09-25 08:35:33] C3 -[2013-09-25 08:35:34] >C3 -[2013-09-25 08:36:34] >>C3 -[2013-09-25 08:37:34] >>C3 -[2013-09-25 08:38:34] >>C3 -[2013-09-25 08:39:35] >>C3 -[2013-09-25 08:40:35] >>C3 -[2013-09-25 08:41:35] >>C3 -[2013-09-25 08:42:01] 83 -[2013-09-25 08:42:02] 87 -[2013-09-25 08:42:03] 83 -[2013-09-25 08:42:05] >83 -[2013-09-25 08:43:05] >>83 -[2013-09-25 08:44:05] >>83 -[2013-09-25 08:45:05] >>83 -[2013-09-25 08:46:05] >>83 -[2013-09-25 08:47:06] >>83 -[2013-09-25 08:48:06] >>83 -[2013-09-25 08:48:25] 87 -[2013-09-25 08:48:27] 83 -[2013-09-25 08:48:28] >83 -[2013-09-25 08:49:28] >>83 -[2013-09-25 08:50:28] >>83 -[2013-09-25 08:51:28] >>83 -[2013-09-25 08:52:31] >>83 -[2013-09-25 08:53:31] >>83 -[2013-09-25 08:54:32] >>83 -[2013-09-25 08:54:44] 87 -[2013-09-25 08:54:45] 83 -[2013-09-25 08:54:47] >83 -[2013-09-25 08:55:47] >>83 -[2013-09-25 08:56:47] >>83 -[2013-09-25 08:57:47] >>83 -[2013-09-25 08:58:47] >>83 -[2013-09-25 08:59:48] >>83 -[2013-09-25 09:00:48] >>83 -[2013-09-25 09:01:03] 87 -[2013-09-25 09:01:05] 83 -[2013-09-25 09:01:07] >83 -[2013-09-25 09:02:06] >>83 -[2013-09-25 09:03:07] >>83 -[2013-09-25 09:04:07] >>83 -[2013-09-25 09:05:07] >>83 -[2013-09-25 09:06:07] >>83 -[2013-09-25 09:07:07] >>83 -[2013-09-25 09:07:23] 87 -[2013-09-25 09:07:24] 83 -[2013-09-25 09:07:26] >83 -[2013-09-25 09:08:26] >>83 -[2013-09-25 09:09:26] >>83 -[2013-09-25 09:10:26] >>83 -[2013-09-25 09:10:53] 81 -[2013-09-25 09:10:55] >81 -[2013-09-25 09:11:26] 83 -[2013-09-25 09:11:28] >83 -[2013-09-25 09:12:27] >>83 -[2013-09-25 09:13:28] >>83 -[2013-09-25 09:14:11] C3 -[2013-09-25 09:14:12] >C3 -[2013-09-25 09:14:59] 83 -[2013-09-25 09:14:59] 87 -[2013-09-25 09:15:01] 83 -[2013-09-25 09:15:02] >83 -[2013-09-25 09:16:02] >>83 -[2013-09-25 09:17:02] >>83 -[2013-09-25 09:18:02] >>83 -[2013-09-25 09:19:01] A3 -[2013-09-25 09:19:02] >A3 -[2013-09-25 09:19:43] 83 -[2013-09-25 09:19:45] >83 -[2013-09-25 09:20:45] >>83 -[2013-09-25 09:21:23] 87 -[2013-09-25 09:21:24] 83 -[2013-09-25 09:21:26] >83 -[2013-09-25 09:22:25] >>83 -[2013-09-25 09:23:26] >>83 -[2013-09-25 09:24:26] >>83 -[2013-09-25 09:25:26] >>83 -[2013-09-25 09:26:26] >>83 -[2013-09-25 09:27:27] >>83 -[2013-09-25 09:27:42] 87 -[2013-09-25 09:27:43] 83 -[2013-09-25 09:27:45] >83 -[2013-09-25 09:28:45] >>83 -[2013-09-25 09:29:45] >>83 -[2013-09-25 09:30:45] >>83 -[2013-09-25 09:31:45] >>83 -[2013-09-25 09:32:45] >>83 -[2013-09-25 09:33:46] >>83 -[2013-09-25 09:34:13] 87 -[2013-09-25 09:34:14] 83 -[2013-09-25 09:34:16] >83 -[2013-09-25 09:35:16] >>83 -[2013-09-25 09:36:16] >>83 -[2013-09-25 09:37:16] >>83 -[2013-09-25 09:38:16] >>83 -[2013-09-25 09:39:17] >>83 -[2013-09-25 09:40:17] >>83 -[2013-09-25 09:40:32] C7 -[2013-09-25 09:40:34] C3 -[2013-09-25 09:40:35] >C3 -[2013-09-25 09:41:35] >>C3 -[2013-09-25 09:42:35] >>C3 -[2013-09-25 09:43:35] >>C3 -[2013-09-25 09:44:36] >>C3 -[2013-09-25 09:45:36] >>C3 -[2013-09-25 09:46:36] >>C3 -[2013-09-25 09:46:51] 83 -[2013-09-25 09:46:51] 87 -[2013-09-25 09:46:53] 83 -[2013-09-25 09:46:54] >83 -[2013-09-25 09:47:54] >>83 -[2013-09-25 09:48:54] >>83 -[2013-09-25 09:49:55] >>83 -[2013-09-25 09:50:55] >>83 -[2013-09-25 09:51:55] >>83 -[2013-09-25 09:52:17] 81 -[2013-09-25 09:52:18] >81 -[2013-09-25 09:53:18] >>81 -[2013-09-25 09:54:18] >>81 -[2013-09-25 09:55:18] >>81 -[2013-09-25 09:56:19] >>81 -[2013-09-25 09:57:19] >>81 -[2013-09-25 09:58:19] >>81 -[2013-09-25 09:59:19] >>81 -[2013-09-25 10:00:19] >>81 -[2013-09-25 10:01:20] >>81 -[2013-09-25 10:02:20] >>81 -[2013-09-25 10:03:20] >>81 -[2013-09-25 10:04:20] >>81 -[2013-09-25 10:05:20] >>81 -[2013-09-25 10:06:21] >>81 -[2013-09-25 10:07:21] >>81 -[2013-09-25 10:08:21] >>81 -[2013-09-25 10:09:21] >>81 -[2013-09-25 10:10:22] >>81 -[2013-09-25 10:11:22] >>81 -[2013-09-25 10:12:22] >>81 -[2013-09-25 10:13:22] >>81 -[2013-09-25 10:14:23] >>81 -[2013-09-25 10:15:23] >>81 -[2013-09-25 10:16:14] 91 -[2013-09-25 10:16:16] >91 -[2013-09-25 10:16:29] 99 -[2013-09-25 10:16:31] >99 -[2013-09-25 10:17:31] >>99 -[2013-09-25 10:18:31] >>99 -[2013-09-25 10:19:31] >>99 -[2013-09-25 10:20:31] >>99 -[2013-09-25 10:21:32] >>99 -[2013-09-25 10:22:32] >>99 -[2013-09-25 10:23:32] >>99 -[2013-09-25 10:24:32] >>99 -[2013-09-25 10:25:32] >>99 -[2013-09-25 10:26:33] >>99 -[2013-09-25 10:27:33] >>99 -[2013-09-25 10:27:36] 89 -[2013-09-25 10:27:38] >89 -[2013-09-25 10:27:39] 81 -[2013-09-25 10:27:41] >81 -[2013-09-25 10:28:16] 91 -[2013-09-25 10:28:18] >91 -[2013-09-25 10:28:48] 81 -[2013-09-25 10:28:49] >81 -[2013-09-25 10:29:18] 83 -[2013-09-25 10:29:19] >83 -[2013-09-25 10:29:21] 81 -[2013-09-25 10:29:22] >81 -[2013-09-25 10:29:36] 83 -[2013-09-25 10:29:38] >83 -[2013-09-25 10:30:08] 87 -[2013-09-25 10:30:10] 83 -[2013-09-25 10:30:12] >83 -[2013-09-25 10:31:11] >>83 -[2013-09-25 10:32:11] >>83 -[2013-09-25 10:33:12] >>83 -[2013-09-25 10:34:12] >>83 -[2013-09-25 10:35:12] >>83 -[2013-09-25 10:36:12] >>83 -[2013-09-25 10:37:12] >>83 -[2013-09-25 10:37:52] 87 -[2013-09-25 10:37:53] 83 -[2013-09-25 10:37:55] >83 -[2013-09-25 10:38:55] >>83 -[2013-09-25 10:39:55] >>83 -[2013-09-25 10:40:55] >>83 -[2013-09-25 10:41:55] >>83 -[2013-09-25 10:42:56] >>83 -[2013-09-25 10:43:56] >>83 -[2013-09-25 10:44:56] >>83 -[2013-09-25 10:45:35] 87 -[2013-09-25 10:45:36] 83 -[2013-09-25 10:45:38] >83 -[2013-09-25 10:45:40] 81 -[2013-09-25 10:45:41] >81 -[2013-09-25 10:46:41] >>81 -[2013-09-25 10:47:41] >>81 -[2013-09-25 10:48:41] >>81 -[2013-09-25 10:49:41] >>81 -[2013-09-25 10:50:42] >>81 -[2013-09-25 10:51:42] >>81 -[2013-09-25 10:52:42] >>81 -[2013-09-25 10:53:42] >>81 -[2013-09-25 10:54:43] >>81 -[2013-09-25 10:55:02] 83 -[2013-09-25 10:55:04] >83 -[2013-09-25 10:55:47] 87 -[2013-09-25 10:55:49] 83 -[2013-09-25 10:55:51] >83 -[2013-09-25 10:56:51] >>83 -[2013-09-25 10:57:51] >>83 -[2013-09-25 10:58:52] >>83 -[2013-09-25 10:59:52] >>83 -[2013-09-25 11:00:52] >>83 -[2013-09-25 11:01:52] >>83 -[2013-09-25 11:02:52] >>83 -[2013-09-25 11:03:30] 87 -[2013-09-25 11:03:32] 83 -[2013-09-25 11:03:33] >83 -[2013-09-25 11:04:33] >>83 -[2013-09-25 11:05:33] >>83 -[2013-09-25 11:06:33] >>83 -[2013-09-25 11:07:34] >>83 -[2013-09-25 11:08:34] >>83 -[2013-09-25 11:09:34] >>83 -[2013-09-25 11:10:34] >>83 -[2013-09-25 11:11:13] 87 -[2013-09-25 11:11:15] 83 -[2013-09-25 11:11:16] >83 -[2013-09-25 11:12:16] >>83 -[2013-09-25 11:13:16] >>83 -[2013-09-25 11:14:16] >>83 -[2013-09-25 11:15:17] >>83 -[2013-09-25 11:16:17] >>83 -[2013-09-25 11:17:17] >>83 -[2013-09-25 11:18:17] >>83 -[2013-09-25 11:18:56] 87 -[2013-09-25 11:18:58] 83 -[2013-09-25 11:19:00] >83 -[2013-09-25 11:19:59] >>83 -[2013-09-25 11:21:00] >>83 -[2013-09-25 11:22:00] >>83 -[2013-09-25 11:23:00] >>83 -[2013-09-25 11:24:00] >>83 -[2013-09-25 11:25:00] >>83 -[2013-09-25 11:26:01] >>83 -[2013-09-25 11:26:39] C7 -[2013-09-25 11:26:41] C3 -[2013-09-25 11:26:43] >C3 -[2013-09-25 11:27:42] >>C3 -[2013-09-25 11:28:43] >>C3 -[2013-09-25 11:29:43] >>C3 -[2013-09-25 11:30:43] >>C3 -[2013-09-25 11:31:43] >>C3 -[2013-09-25 11:32:44] >>C3 -[2013-09-25 11:33:44] >>C3 -[2013-09-25 11:34:02] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1009&valore=C3 -[2013-09-25 11:34:34] 83 -[2013-09-25 11:34:37] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1009&valore=83 -[2013-09-25 11:34:38] >83 -[2013-09-25 11:34:40] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1009&valore=83 -[2013-09-25 11:35:39] >>83 -[2013-09-25 11:35:42] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1009&valore=83 -[2013-09-25 11:36:42] >>83 -[2013-09-25 11:37:53] 81 -[2013-09-25 11:37:55] >81 -[2013-09-25 11:38:54] >>81 -[2013-09-25 11:39:52] 83 -[2013-09-25 11:39:53] >83 -[2013-09-25 11:40:53] >>83 -[2013-09-25 11:41:53] >>83 -[2013-09-25 11:42:21] 87 -[2013-09-25 11:42:23] 83 -[2013-09-25 11:42:25] >83 -[2013-09-25 11:43:24] >>83 -[2013-09-25 11:44:24] >>83 -[2013-09-25 11:45:25] >>83 -[2013-09-25 11:46:25] >>83 -[2013-09-25 11:47:25] >>83 -[2013-09-25 11:48:25] >>83 -[2013-09-25 11:49:25] >>83 -[2013-09-25 11:50:04] 87 -[2013-09-25 11:50:06] 83 -[2013-09-25 11:50:07] >83 -[2013-09-25 11:51:07] >>83 -[2013-09-25 11:52:07] >>83 -[2013-09-25 11:53:08] >>83 -[2013-09-25 11:54:08] >>83 -[2013-09-25 11:55:08] >>83 -[2013-09-25 11:56:08] >>83 -[2013-09-25 11:57:08] >>83 -[2013-09-25 11:57:47] 87 -[2013-09-25 11:57:49] 83 -[2013-09-25 11:57:50] >83 -[2013-09-25 11:58:50] >>83 -[2013-09-25 11:59:08] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1009&valore=83 -[2013-09-25 12:00:08] >>83 -[2013-09-25 12:00:11] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1009&valore=83 -[2013-09-25 12:01:11] >>83 -[2013-09-25 12:01:14] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1009&valore=83 -[2013-09-25 12:02:14] >>83 -[2013-09-25 12:03:15] >>83 -[2013-09-25 12:04:15] >>83 -[2013-09-25 12:05:15] >>83 -[2013-09-25 12:05:30] 87 -[2013-09-25 12:05:32] 83 -[2013-09-25 12:05:33] >83 -[2013-09-25 12:06:33] >>83 -[2013-09-25 12:07:33] >>83 -[2013-09-25 12:08:34] >>83 -[2013-09-25 12:09:34] >>83 -[2013-09-25 12:10:34] >>83 -[2013-09-25 12:11:34] >>83 -[2013-09-25 12:12:34] >>83 -[2013-09-25 12:13:25] C7 -[2013-09-25 12:13:27] C3 -[2013-09-25 12:13:28] >C3 -[2013-09-25 12:14:28] >>C3 -[2013-09-25 12:15:28] >>C3 -[2013-09-25 12:16:29] >>C3 -[2013-09-25 12:17:29] >>C3 -[2013-09-25 12:18:29] >>C3 -[2013-09-25 12:19:29] >>C3 -[2013-09-25 12:20:29] >>C3 -[2013-09-25 12:21:08] 83 -[2013-09-25 12:21:08] 87 -[2013-09-25 12:21:10] 83 -[2013-09-25 12:21:11] >83 -[2013-09-25 12:22:11] >>83 -[2013-09-25 12:23:11] >>83 -[2013-09-25 12:24:12] >>83 -[2013-09-25 12:25:12] >>83 -[2013-09-25 12:26:12] >>83 -[2013-09-25 12:27:12] >>83 -[2013-09-25 12:28:12] >>83 -[2013-09-25 12:28:55] 87 -[2013-09-25 12:28:57] 83 -[2013-09-25 12:28:58] >83 -[2013-09-25 12:29:58] >>83 -[2013-09-25 12:30:58] >>83 -[2013-09-25 12:31:58] >>83 -[2013-09-25 12:32:59] >>83 -[2013-09-25 12:33:59] >>83 -[2013-09-25 12:34:59] >>83 -[2013-09-25 12:35:59] >>83 -[2013-09-25 12:36:38] 87 -[2013-09-25 12:36:40] 83 -[2013-09-25 12:36:41] >83 -[2013-09-25 12:37:41] >>83 -[2013-09-25 12:38:41] >>83 -[2013-09-25 12:39:41] >>83 -[2013-09-25 12:40:41] >>83 -[2013-09-25 12:41:42] >>83 -[2013-09-25 12:42:42] >>83 -[2013-09-25 12:43:42] >>83 -[2013-09-25 12:44:21] 87 -[2013-09-25 12:44:23] 83 -[2013-09-25 12:44:25] >83 -[2013-09-25 12:45:24] >>83 -[2013-09-25 12:46:24] >>83 -[2013-09-25 12:47:25] >>83 -[2013-09-25 12:48:25] >>83 -[2013-09-25 12:49:25] >>83 -[2013-09-25 12:50:25] >>83 -[2013-09-25 12:51:25] >>83 -[2013-09-25 12:52:16] 87 -[2013-09-25 12:52:18] 83 -[2013-09-25 12:52:19] >83 -[2013-09-25 12:53:19] >>83 -[2013-09-25 12:54:19] >>83 -[2013-09-25 12:55:19] >>83 -[2013-09-25 12:56:20] >>83 -[2013-09-25 12:57:20] >>83 -[2013-09-25 12:58:20] >>83 -[2013-09-25 12:59:20] >>83 -[2013-09-25 12:59:59] C7 -[2013-09-25 13:00:01] C3 -[2013-09-25 13:00:02] >C3 -[2013-09-25 13:01:02] >>C3 -[2013-09-25 13:02:02] >>C3 -[2013-09-25 13:03:02] >>C3 -[2013-09-25 13:04:03] >>C3 -[2013-09-25 13:05:03] >>C3 -[2013-09-25 13:06:03] >>C3 -[2013-09-25 13:07:03] >>C3 -[2013-09-25 13:07:41] 83 -[2013-09-25 13:07:42] 87 -[2013-09-25 13:07:44] 83 -[2013-09-25 13:07:45] >83 -[2013-09-25 13:08:45] >>83 -[2013-09-25 13:09:45] >>83 -[2013-09-25 13:10:45] >>83 -[2013-09-25 13:11:46] >>83 -[2013-09-25 13:12:46] >>83 -[2013-09-25 13:13:46] >>83 -[2013-09-25 13:14:46] >>83 -[2013-09-25 13:15:29] 87 -[2013-09-25 13:15:31] 83 -[2013-09-25 13:15:32] >83 -[2013-09-25 13:16:32] >>83 -[2013-09-25 13:17:32] >>83 -[2013-09-25 13:18:32] >>83 -[2013-09-25 13:19:32] >>83 -[2013-09-25 13:20:33] >>83 -[2013-09-25 13:21:33] >>83 -[2013-09-25 13:22:33] >>83 -[2013-09-25 13:23:12] 87 -[2013-09-25 13:23:13] 83 -[2013-09-25 13:23:15] >83 -[2013-09-25 13:24:15] >>83 -[2013-09-25 13:25:15] >>83 -[2013-09-25 13:26:15] >>83 -[2013-09-25 13:27:15] >>83 -[2013-09-25 13:28:16] >>83 -[2013-09-25 13:29:16] >>83 -[2013-09-25 13:30:16] >>83 -[2013-09-25 13:31:07] 87 -[2013-09-25 13:31:08] 83 -[2013-09-25 13:31:10] >83 -[2013-09-25 13:32:10] >>83 -[2013-09-25 13:33:10] >>83 -[2013-09-25 13:34:10] >>83 -[2013-09-25 13:35:10] >>83 -[2013-09-25 13:36:11] >>83 -[2013-09-25 13:37:11] >>83 -[2013-09-25 13:38:11] >>83 -[2013-09-25 13:38:50] 87 -[2013-09-25 13:38:52] 83 -[2013-09-25 13:38:53] >83 -[2013-09-25 13:39:53] >>83 -[2013-09-25 13:40:53] >>83 -[2013-09-25 13:41:54] >>83 -[2013-09-25 13:42:54] >>83 -[2013-09-25 13:43:54] >>83 -[2013-09-25 13:44:54] >>83 -[2013-09-25 13:45:54] >>83 -[2013-09-25 13:46:33] C7 -[2013-09-25 13:46:35] C3 -[2013-09-25 13:46:36] >C3 -[2013-09-25 13:47:36] >>C3 -[2013-09-25 13:48:36] >>C3 -[2013-09-25 13:49:36] >>C3 -[2013-09-25 13:50:37] >>C3 -[2013-09-25 13:51:37] >>C3 -[2013-09-25 13:52:37] >>C3 -[2013-09-25 13:53:37] >>C3 -[2013-09-25 13:54:15] 83 -[2013-09-25 13:54:16] 87 -[2013-09-25 13:54:18] 83 -[2013-09-25 13:54:19] >83 -[2013-09-25 13:55:19] >>83 -[2013-09-25 13:56:19] >>83 -[2013-09-25 13:57:19] >>83 -[2013-09-25 13:58:20] >>83 -[2013-09-25 13:59:20] >>83 -[2013-09-25 14:00:20] >>83 -[2013-09-25 14:01:20] >>83 -[2013-09-25 14:02:03] 87 -[2013-09-25 14:02:05] 83 -[2013-09-25 14:02:06] >83 -[2013-09-25 14:03:06] >>83 -[2013-09-25 14:04:06] >>83 -[2013-09-25 14:05:06] >>83 -[2013-09-25 14:06:07] >>83 -[2013-09-25 14:07:07] >>83 -[2013-09-25 14:08:07] >>83 -[2013-09-25 14:09:07] >>83 -[2013-09-25 14:09:58] 87 -[2013-09-25 14:10:00] 83 -[2013-09-25 14:10:01] >83 -[2013-09-25 14:11:01] >>83 -[2013-09-25 14:12:01] >>83 -[2013-09-25 14:13:01] >>83 -[2013-09-25 14:14:01] >>83 -[2013-09-25 14:15:02] >>83 -[2013-09-25 14:16:02] >>83 -[2013-09-25 14:17:02] >>83 -[2013-09-25 14:17:41] 87 -[2013-09-25 14:17:42] 83 -[2013-09-25 14:17:44] >83 -[2013-09-25 14:18:44] >>83 -[2013-09-25 14:19:44] >>83 -[2013-09-25 14:20:44] >>83 -[2013-09-25 14:21:44] >>83 -[2013-09-25 14:22:45] >>83 -[2013-09-25 14:23:45] >>83 -[2013-09-25 14:24:45] >>83 -[2013-09-25 14:25:24] 87 -[2013-09-25 14:25:26] 83 -[2013-09-25 14:25:27] >83 -[2013-09-25 14:26:27] >>83 -[2013-09-25 14:27:27] >>83 -[2013-09-25 14:28:28] >>83 -[2013-09-25 14:29:28] >>83 -[2013-09-25 14:30:28] >>83 -[2013-09-25 14:31:28] >>83 -[2013-09-25 14:32:28] >>83 -[2013-09-25 14:33:07] C7 -[2013-09-25 14:33:09] C3 -[2013-09-25 14:33:10] >C3 -[2013-09-25 14:34:10] >>C3 -[2013-09-25 14:35:10] >>C3 -[2013-09-25 14:36:10] >>C3 -[2013-09-25 14:37:11] >>C3 -[2013-09-25 14:38:11] >>C3 -[2013-09-25 14:39:11] >>C3 -[2013-09-25 14:40:11] >>C3 -[2013-09-25 14:40:49] 83 -[2013-09-25 14:40:50] 87 -[2013-09-25 14:40:52] 83 -[2013-09-25 14:40:53] >83 -[2013-09-25 14:41:53] >>83 -[2013-09-25 14:42:53] >>83 -[2013-09-25 14:43:53] >>83 -[2013-09-25 14:44:54] >>83 -[2013-09-25 14:45:54] >>83 -[2013-09-25 14:46:54] >>83 -[2013-09-25 14:47:54] >>83 -[2013-09-25 14:48:48] 87 -[2013-09-25 14:48:50] 83 -[2013-09-25 14:48:52] >83 -[2013-09-25 14:49:51] >>83 -[2013-09-25 14:50:52] >>83 -[2013-09-25 14:51:52] >>83 -[2013-09-25 14:52:52] >>83 -[2013-09-25 14:53:52] >>83 -[2013-09-25 14:54:52] >>83 -[2013-09-25 14:55:53] >>83 -[2013-09-25 14:56:32] 87 -[2013-09-25 14:56:33] 83 -[2013-09-25 14:56:35] >83 -[2013-09-25 14:57:35] >>83 -[2013-09-25 14:58:35] >>83 -[2013-09-25 14:59:35] >>83 -[2013-09-25 15:00:35] >>83 -[2013-09-25 15:01:36] >>83 -[2013-09-25 15:02:36] >>83 -[2013-09-25 15:03:36] >>83 -[2013-09-25 15:04:15] 87 -[2013-09-25 15:04:16] 83 -[2013-09-25 15:04:18] >83 -[2013-09-25 15:05:18] >>83 -[2013-09-25 15:06:18] >>83 -[2013-09-25 15:07:18] >>83 -[2013-09-25 15:08:18] >>83 -[2013-09-25 15:09:19] >>83 -[2013-09-25 15:10:19] >>83 -[2013-09-25 15:11:19] >>83 -[2013-09-25 15:11:58] 87 -[2013-09-25 15:11:59] 83 -[2013-09-25 15:12:01] >83 -[2013-09-25 15:13:01] >>83 -[2013-09-25 15:14:01] >>83 -[2013-09-25 15:15:01] >>83 -[2013-09-25 15:16:01] >>83 -[2013-09-25 15:17:02] >>83 -[2013-09-25 15:18:02] >>83 -[2013-09-25 15:19:02] >>83 -[2013-09-25 15:19:41] C7 -[2013-09-25 15:19:43] C3 -[2013-09-25 15:19:44] >C3 -[2013-09-25 15:20:44] >>C3 -[2013-09-25 15:21:44] >>C3 -[2013-09-25 15:22:44] >>C3 -[2013-09-25 15:23:45] >>C3 -[2013-09-25 15:24:45] >>C3 -[2013-09-25 15:25:45] >>C3 -[2013-09-25 15:26:45] >>C3 -[2013-09-25 15:27:35] 83 -[2013-09-25 15:27:36] 87 -[2013-09-25 15:27:38] 83 -[2013-09-25 15:27:39] >83 -[2013-09-25 15:28:39] >>83 -[2013-09-25 15:29:39] >>83 -[2013-09-25 15:30:39] >>83 -[2013-09-25 15:31:40] >>83 -[2013-09-25 15:32:40] >>83 -[2013-09-25 15:33:40] >>83 -[2013-09-25 15:34:40] >>83 -[2013-09-25 15:35:22] 87 -[2013-09-25 15:35:24] 83 -[2013-09-25 15:35:26] >83 -[2013-09-25 15:36:25] >>83 -[2013-09-25 15:37:26] >>83 -[2013-09-25 15:38:26] >>83 -[2013-09-25 15:39:26] >>83 -[2013-09-25 15:40:26] >>83 -[2013-09-25 15:41:26] >>83 -[2013-09-25 15:42:27] >>83 -[2013-09-25 15:43:06] 87 -[2013-09-25 15:43:07] 83 -[2013-09-25 15:43:09] >83 -[2013-09-25 15:44:09] >>83 -[2013-09-25 15:45:09] >>83 -[2013-09-25 15:46:09] >>83 -[2013-09-25 15:47:09] >>83 -[2013-09-25 15:48:10] >>83 -[2013-09-25 15:49:10] >>83 -[2013-09-25 15:50:10] >>83 -[2013-09-25 15:50:49] 87 -[2013-09-25 15:50:50] 83 -[2013-09-25 15:50:52] >83 -[2013-09-25 15:51:52] >>83 -[2013-09-25 15:52:52] >>83 -[2013-09-25 15:53:52] >>83 -[2013-09-25 15:54:52] >>83 -[2013-09-25 15:55:53] >>83 -[2013-09-25 15:56:53] >>83 -[2013-09-25 15:57:53] >>83 -[2013-09-25 15:58:32] 87 -[2013-09-25 15:58:33] 83 -[2013-09-25 15:58:35] >83 -[2013-09-25 15:59:35] >>83 -[2013-09-25 16:00:35] >>83 -[2013-09-25 16:01:35] >>83 -[2013-09-25 16:02:35] >>83 -[2013-09-25 16:03:36] >>83 -[2013-09-25 16:04:36] >>83 -[2013-09-25 16:05:36] >>83 -[2013-09-25 16:06:27] C7 -[2013-09-25 16:06:28] C3 -[2013-09-25 16:06:30] >C3 -[2013-09-25 16:07:30] >>C3 -[2013-09-25 16:08:30] >>C3 -[2013-09-25 16:09:30] >>C3 -[2013-09-25 16:10:30] >>C3 -[2013-09-25 16:11:30] >>C3 -[2013-09-25 16:12:31] >>C3 -[2013-09-25 16:13:31] >>C3 -[2013-09-25 16:14:09] 83 -[2013-09-25 16:14:10] 87 -[2013-09-25 16:14:11] 83 -[2013-09-25 16:14:13] >83 -[2013-09-25 16:15:13] >>83 -[2013-09-25 16:16:13] >>83 -[2013-09-25 16:17:13] >>83 -[2013-09-25 16:18:13] >>83 -[2013-09-25 16:19:13] >>83 -[2013-09-25 16:20:14] >>83 -[2013-09-25 16:21:14] >>83 -[2013-09-25 16:21:57] 87 -[2013-09-25 16:21:58] 83 -[2013-09-25 16:22:00] >83 -[2013-09-25 16:22:59] >>83 -[2013-09-25 16:24:00] >>83 -[2013-09-25 16:25:00] >>83 -[2013-09-25 16:26:00] >>83 -[2013-09-25 16:27:00] >>83 -[2013-09-25 16:28:01] >>83 -[2013-09-25 16:29:01] >>83 -[2013-09-25 16:29:39] 87 -[2013-09-25 16:29:41] 83 -[2013-09-25 16:29:43] >83 -[2013-09-25 16:30:42] >>83 -[2013-09-25 16:31:43] >>83 -[2013-09-25 16:32:43] >>83 -[2013-09-25 16:33:43] >>83 -[2013-09-25 16:34:43] >>83 -[2013-09-25 16:35:43] >>83 -[2013-09-25 16:36:44] >>83 -[2013-09-25 16:37:23] 87 -[2013-09-25 16:37:24] 83 -[2013-09-25 16:37:26] >83 -[2013-09-25 16:38:26] >>83 -[2013-09-25 16:39:26] >>83 -[2013-09-25 16:40:26] >>83 -[2013-09-25 16:41:26] >>83 -[2013-09-25 16:42:27] >>83 -[2013-09-25 16:43:27] >>83 -[2013-09-25 16:44:27] >>83 -[2013-09-25 16:45:18] 87 -[2013-09-25 16:45:19] 83 -[2013-09-25 16:45:21] >83 -[2013-09-25 16:46:21] >>83 -[2013-09-25 16:47:21] >>83 -[2013-09-25 16:48:21] >>83 -[2013-09-25 16:49:21] >>83 -[2013-09-25 16:50:22] >>83 -[2013-09-25 16:51:22] >>83 -[2013-09-25 16:52:22] >>83 -[2013-09-25 16:53:01] C7 -[2013-09-25 16:53:02] C3 -[2013-09-25 16:53:04] >C3 -[2013-09-25 16:54:04] >>C3 -[2013-09-25 16:55:04] >>C3 -[2013-09-25 16:56:04] >>C3 -[2013-09-25 16:57:04] >>C3 -[2013-09-25 16:58:05] >>C3 -[2013-09-25 16:59:05] >>C3 -[2013-09-25 17:00:05] >>C3 -[2013-09-25 17:00:43] 83 -[2013-09-25 17:00:44] 87 -[2013-09-25 17:00:45] 83 -[2013-09-25 17:00:47] >83 -[2013-09-25 17:01:47] >>83 -[2013-09-25 17:02:47] >>83 -[2013-09-25 17:03:47] >>83 -[2013-09-25 17:04:47] >>83 -[2013-09-25 17:05:48] >>83 -[2013-09-25 17:06:48] >>83 -[2013-09-25 17:07:48] >>83 -[2013-09-25 17:08:31] 87 -[2013-09-25 17:08:32] 83 -[2013-09-25 17:08:34] >83 -[2013-09-25 17:09:34] >>83 -[2013-09-25 17:10:34] >>83 -[2013-09-25 17:11:34] >>83 -[2013-09-25 17:12:34] >>83 -[2013-09-25 17:13:34] >>83 -[2013-09-25 17:14:35] >>83 -[2013-09-25 17:15:35] >>83 -[2013-09-25 17:16:13] 87 -[2013-09-25 17:16:15] 83 -[2013-09-25 17:16:17] >83 -[2013-09-25 17:17:16] >>83 -[2013-09-25 17:17:48] 89 -[2013-09-25 17:17:49] >89 -[2013-09-25 17:18:49] >>89 -[2013-09-25 17:19:49] >>89 -[2013-09-25 17:20:18] 81 -[2013-09-25 17:20:20] >81 -[2013-09-25 17:20:24] 83 -[2013-09-25 17:20:26] >83 -[2013-09-25 17:21:25] >>83 -[2013-09-25 17:22:26] >>83 -[2013-09-25 17:23:26] >>83 -[2013-09-25 17:24:09] 87 -[2013-09-25 17:24:10] 83 -[2013-09-25 17:24:12] >83 -[2013-09-25 17:25:12] >>83 -[2013-09-25 17:26:12] >>83 -[2013-09-25 17:27:12] >>83 -[2013-09-25 17:28:12] >>83 -[2013-09-25 17:29:12] >>83 -[2013-09-25 17:30:13] >>83 -[2013-09-25 17:31:13] >>83 -[2013-09-25 17:31:51] 87 -[2013-09-25 17:31:53] 83 -[2013-09-25 17:31:55] >83 -[2013-09-25 17:32:54] >>83 -[2013-09-25 17:33:55] >>83 -[2013-09-25 17:34:55] >>83 -[2013-09-25 17:35:55] >>83 -[2013-09-25 17:36:55] >>83 -[2013-09-25 17:37:55] >>83 -[2013-09-25 17:38:56] >>83 -[2013-09-25 17:39:34] 87 -[2013-09-25 17:39:35] C7 -[2013-09-25 17:39:36] C3 -[2013-09-25 17:39:38] >C3 -[2013-09-25 17:40:37] >>C3 -[2013-09-25 17:41:38] >>C3 -[2013-09-25 17:42:38] >>C3 -[2013-09-25 17:43:38] >>C3 -[2013-09-25 17:44:38] >>C3 -[2013-09-25 17:45:38] >>C3 -[2013-09-25 17:46:39] >>C3 -[2013-09-25 17:47:17] 83 -[2013-09-25 17:47:17] 87 -[2013-09-25 17:47:19] >87 -[2013-09-25 17:47:20] 83 -[2013-09-25 17:47:21] >83 -[2013-09-25 17:48:21] >>83 -[2013-09-25 17:49:21] >>83 -[2013-09-25 17:50:21] >>83 -[2013-09-25 17:51:22] >>83 -[2013-09-25 17:52:22] >>83 -[2013-09-25 17:53:22] >>83 -[2013-09-25 17:54:22] >>83 -[2013-09-25 17:55:04] 87 -[2013-09-25 17:55:06] 83 -[2013-09-25 17:55:08] >83 -[2013-09-25 17:56:07] >>83 -[2013-09-25 17:57:08] >>83 -[2013-09-25 17:58:08] >>83 -[2013-09-25 17:59:08] >>83 -[2013-09-25 18:00:08] >>83 -[2013-09-25 18:01:08] >>83 -[2013-09-25 18:02:09] >>83 -[2013-09-25 18:02:59] 87 -[2013-09-25 18:03:01] 83 -[2013-09-25 18:03:03] >83 -[2013-09-25 18:04:02] >>83 -[2013-09-25 18:05:02] >>83 -[2013-09-25 18:06:03] >>83 -[2013-09-25 18:07:03] >>83 -[2013-09-25 18:08:03] >>83 -[2013-09-25 18:09:03] >>83 -[2013-09-25 18:10:03] >>83 -[2013-09-25 18:10:43] 87 -[2013-09-25 18:10:44] 83 -[2013-09-25 18:10:45] >83 -[2013-09-25 18:11:45] >>83 -[2013-09-25 18:12:45] >>83 -[2013-09-25 18:13:46] >>83 -[2013-09-25 18:14:46] >>83 -[2013-09-25 18:15:46] >>83 -[2013-09-25 18:16:46] >>83 -[2013-09-25 18:17:46] >>83 -[2013-09-25 18:18:26] 87 -[2013-09-25 18:18:27] 83 -[2013-09-25 18:18:29] >83 -[2013-09-25 18:19:29] >>83 -[2013-09-25 18:20:29] >>83 -[2013-09-25 18:21:29] >>83 -[2013-09-25 18:22:29] >>83 -[2013-09-25 18:23:29] >>83 -[2013-09-25 18:24:30] >>83 -[2013-09-25 18:25:30] >>83 -[2013-09-25 18:26:08] C7 -[2013-09-25 18:26:10] C3 -[2013-09-25 18:26:12] >C3 -[2013-09-25 18:27:11] >>C3 -[2013-09-25 18:28:12] >>C3 -[2013-09-25 18:29:12] >>C3 -[2013-09-25 18:30:12] >>C3 -[2013-09-25 18:31:12] >>C3 -[2013-09-25 18:32:13] >>C3 -[2013-09-25 18:33:13] >>C3 -[2013-09-25 18:33:51] 83 -[2013-09-25 18:33:55] >83 -[2013-09-25 18:34:55] >>83 -[2013-09-25 18:35:55] >>83 -[2013-09-25 18:36:55] >>83 -[2013-09-25 18:37:55] >>83 -[2013-09-25 18:38:56] >>83 -[2013-09-25 18:39:56] >>83 -[2013-09-25 18:40:56] >>83 -[2013-09-25 18:41:50] 87 -[2013-09-25 18:41:52] 83 -[2013-09-25 18:41:53] >83 -[2013-09-25 18:42:53] >>83 -[2013-09-25 18:43:53] >>83 -[2013-09-25 18:44:54] >>83 -[2013-09-25 18:45:54] >>83 -[2013-09-25 18:46:54] >>83 -[2013-09-25 18:47:54] >>83 -[2013-09-25 18:48:54] >>83 -[2013-09-25 18:49:33] 87 -[2013-09-25 18:49:35] 83 -[2013-09-25 18:49:36] >83 -[2013-09-25 18:50:36] >>83 -[2013-09-25 18:51:36] >>83 -[2013-09-25 18:52:41] >>83 -[2013-09-25 18:53:41] >>83 -[2013-09-25 18:54:41] >>83 -[2013-09-25 18:55:41] >>83 -[2013-09-25 18:56:41] >>83 -[2013-09-25 18:57:16] 87 -[2013-09-25 18:57:18] 83 -[2013-09-25 18:57:19] >83 -[2013-09-25 18:58:19] >>83 -[2013-09-25 18:59:19] >>83 -[2013-09-25 19:00:20] >>83 -[2013-09-25 19:01:20] >>83 -[2013-09-25 19:02:20] >>83 -[2013-09-25 19:03:20] >>83 -[2013-09-25 19:04:20] >>83 -[2013-09-25 19:05:00] 87 -[2013-09-25 19:05:01] 83 -[2013-09-25 19:05:03] >83 -[2013-09-25 19:06:03] >>83 -[2013-09-25 19:07:03] >>83 -[2013-09-25 19:08:03] >>83 -[2013-09-25 19:09:03] >>83 -[2013-09-25 19:10:03] >>83 -[2013-09-25 19:11:04] >>83 -[2013-09-25 19:12:04] >>83 -[2013-09-25 19:12:42] C7 -[2013-09-25 19:12:44] C3 -[2013-09-25 19:12:46] >C3 -[2013-09-25 19:13:45] >>C3 -[2013-09-25 19:14:46] >>C3 -[2013-09-25 19:15:46] >>C3 -[2013-09-25 19:16:46] >>C3 -[2013-09-25 19:17:46] >>C3 -[2013-09-25 19:18:47] >>C3 -[2013-09-25 19:19:47] >>C3 -[2013-09-25 19:20:47] >>C3 -[2013-09-25 19:21:36] 83 -[2013-09-25 19:21:36] 87 -[2013-09-25 19:21:38] 83 -[2013-09-25 19:21:39] >83 -[2013-09-25 19:22:39] >>83 -[2013-09-25 19:23:39] >>83 -[2013-09-25 19:24:40] >>83 -[2013-09-25 19:25:40] >>83 -[2013-09-25 19:26:40] >>83 -[2013-09-25 19:27:40] >>83 -[2013-09-25 19:28:40] >>83 -[2013-09-25 19:29:23] 87 -[2013-09-25 19:29:25] 83 -[2013-09-25 19:29:26] >83 -[2013-09-25 19:30:26] >>83 -[2013-09-25 19:31:26] >>83 -[2013-09-25 19:32:27] >>83 -[2013-09-25 19:33:27] >>83 -[2013-09-25 19:34:27] >>83 -[2013-09-25 19:35:27] >>83 -[2013-09-25 19:36:27] >>83 -[2013-09-25 19:37:07] 87 -[2013-09-25 19:37:08] 83 -[2013-09-25 19:37:10] >83 -[2013-09-25 19:38:09] >>83 -[2013-09-25 19:39:10] >>83 -[2013-09-25 19:40:10] >>83 -[2013-09-25 19:41:10] >>83 -[2013-09-25 19:42:10] >>83 -[2013-09-25 19:43:11] >>83 -[2013-09-25 19:44:11] >>83 -[2013-09-25 19:44:49] 87 -[2013-09-25 19:44:51] 83 -[2013-09-25 19:44:53] >83 -[2013-09-25 19:45:52] >>83 -[2013-09-25 19:46:53] >>83 -[2013-09-25 19:47:53] >>83 -[2013-09-25 19:48:53] >>83 -[2013-09-25 19:49:53] >>83 -[2013-09-25 19:50:53] >>83 -[2013-09-25 19:51:54] >>83 -[2013-09-25 19:52:32] 87 -[2013-09-25 19:52:34] 83 -[2013-09-25 19:52:36] >83 -[2013-09-25 19:53:35] >>83 -[2013-09-25 19:54:35] >>83 -[2013-09-25 19:55:36] >>83 -[2013-09-25 19:56:36] >>83 -[2013-09-25 19:57:36] >>83 -[2013-09-25 19:58:36] >>83 -[2013-09-25 19:59:37] >>83 -[2013-09-25 20:00:27] C7 -[2013-09-25 20:00:29] C3 -[2013-09-25 20:00:30] >C3 -[2013-09-25 20:01:30] >>C3 -[2013-09-25 20:02:30] >>C3 -[2013-09-25 20:03:31] >>C3 -[2013-09-25 20:04:31] >>C3 -[2013-09-25 20:05:31] >>C3 -[2013-09-25 20:06:31] >>C3 -[2013-09-25 20:07:31] >>C3 -[2013-09-25 20:08:10] 83 -[2013-09-25 20:08:10] 87 -[2013-09-25 20:08:12] 83 -[2013-09-25 20:08:13] >83 -[2013-09-25 20:09:13] >>83 -[2013-09-25 20:10:13] >>83 -[2013-09-25 20:11:14] >>83 -[2013-09-25 20:12:14] >>83 -[2013-09-25 20:13:14] >>83 -[2013-09-25 20:14:14] >>83 -[2013-09-25 20:15:14] >>83 -[2013-09-25 20:15:57] 87 -[2013-09-25 20:15:59] 83 -[2013-09-25 20:16:00] >83 -[2013-09-25 20:17:00] >>83 -[2013-09-25 20:18:00] >>83 -[2013-09-25 20:19:01] >>83 -[2013-09-25 20:20:01] >>83 -[2013-09-25 20:21:01] >>83 -[2013-09-25 20:22:01] >>83 -[2013-09-25 20:23:01] >>83 -[2013-09-25 20:23:40] 87 -[2013-09-25 20:23:42] 83 -[2013-09-25 20:23:43] >83 -[2013-09-25 20:24:43] >>83 -[2013-09-25 20:25:43] >>83 -[2013-09-25 20:26:43] >>83 -[2013-09-25 20:27:44] >>83 -[2013-09-25 20:28:44] >>83 -[2013-09-25 20:29:44] >>83 -[2013-09-25 20:30:44] >>83 -[2013-09-25 20:31:23] 87 -[2013-09-25 20:31:25] 83 -[2013-09-25 20:31:27] >83 -[2013-09-25 20:32:26] >>83 -[2013-09-25 20:33:27] >>83 -[2013-09-25 20:34:27] >>83 -[2013-09-25 20:35:27] >>83 -[2013-09-25 20:36:27] >>83 -[2013-09-25 20:37:27] >>83 -[2013-09-25 20:38:28] >>83 -[2013-09-25 20:39:18] 87 -[2013-09-25 20:39:20] 83 -[2013-09-25 20:39:22] >83 -[2013-09-25 20:40:21] >>83 -[2013-09-25 20:41:21] >>83 -[2013-09-25 20:42:22] >>83 -[2013-09-25 20:43:22] >>83 -[2013-09-25 20:44:22] >>83 -[2013-09-25 20:45:22] >>83 -[2013-09-25 20:46:23] >>83 -[2013-09-25 20:47:01] C7 -[2013-09-25 20:47:03] C3 -[2013-09-25 20:47:04] >C3 -[2013-09-25 20:48:04] >>C3 -[2013-09-25 20:49:04] >>C3 -[2013-09-25 20:50:05] >>C3 -[2013-09-25 20:51:05] >>C3 -[2013-09-25 20:52:05] >>C3 -[2013-09-25 20:53:05] >>C3 -[2013-09-25 20:54:05] >>C3 -[2013-09-25 20:54:44] 83 -[2013-09-25 20:54:44] 87 -[2013-09-25 20:54:46] 83 -[2013-09-25 20:54:47] >83 -[2013-09-25 20:55:47] >>83 -[2013-09-25 20:56:47] >>83 -[2013-09-25 20:57:48] >>83 -[2013-09-25 20:58:48] >>83 -[2013-09-25 20:59:48] >>83 -[2013-09-25 21:00:48] >>83 -[2013-09-25 21:01:48] >>83 -[2013-09-25 21:02:31] 87 -[2013-09-25 21:02:33] 83 -[2013-09-25 21:02:34] >83 -[2013-09-25 21:03:34] >>83 -[2013-09-25 21:04:34] >>83 -[2013-09-25 21:05:34] >>83 -[2013-09-25 21:06:35] >>83 -[2013-09-25 21:07:35] >>83 -[2013-09-25 21:08:35] >>83 -[2013-09-25 21:09:35] >>83 -[2013-09-25 21:10:14] 87 -[2013-09-25 21:10:16] 83 -[2013-09-25 21:10:18] >83 -[2013-09-25 21:11:17] >>83 -[2013-09-25 21:12:18] >>83 -[2013-09-25 21:13:18] >>83 -[2013-09-25 21:14:18] >>83 -[2013-09-25 21:15:18] >>83 -[2013-09-25 21:16:18] >>83 -[2013-09-25 21:17:19] >>83 -[2013-09-25 21:18:09] 87 -[2013-09-25 21:18:10] 83 -[2013-09-25 21:18:12] >83 -[2013-09-25 21:19:12] >>83 -[2013-09-25 21:20:12] >>83 -[2013-09-25 21:21:12] >>83 -[2013-09-25 21:22:12] >>83 -[2013-09-25 21:23:13] >>83 -[2013-09-25 21:24:13] >>83 -[2013-09-25 21:25:13] >>83 -[2013-09-25 21:25:52] 87 -[2013-09-25 21:25:54] 83 -[2013-09-25 21:25:56] >83 -[2013-09-25 21:26:55] >>83 -[2013-09-25 21:27:55] >>83 -[2013-09-25 21:28:56] >>83 -[2013-09-25 21:29:56] >>83 -[2013-09-25 21:30:56] >>83 -[2013-09-25 21:31:56] >>83 -[2013-09-25 21:32:57] >>83 -[2013-09-25 21:33:35] C7 -[2013-09-25 21:33:37] C3 -[2013-09-25 21:33:38] >C3 -[2013-09-25 21:34:38] >>C3 -[2013-09-25 21:35:38] >>C3 -[2013-09-25 21:36:39] >>C3 -[2013-09-25 21:37:39] >>C3 -[2013-09-25 21:38:39] >>C3 -[2013-09-25 21:39:39] >>C3 -[2013-09-25 21:40:33] C1 -[2013-09-25 21:40:35] >C1 -[2013-09-25 21:41:24] D9 -[2013-09-25 21:41:25] >D9 -[2013-09-25 21:42:25] >>D9 -[2013-09-25 21:43:25] >>D9 -[2013-09-25 21:44:26] >>D9 -[2013-09-25 21:45:26] >>D9 -[2013-09-25 21:46:26] >>D9 -[2013-09-25 21:47:19] C9 -[2013-09-25 21:47:20] >C9 -[2013-09-25 21:47:22] C1 -[2013-09-25 21:47:24] >C1 -[2013-09-25 21:47:37] C3 -[2013-09-25 21:47:39] >C3 -[2013-09-25 21:48:16] 83 -[2013-09-25 21:48:16] 87 -[2013-09-25 21:48:18] 83 -[2013-09-25 21:48:19] >83 -[2013-09-25 21:49:19] >>83 -[2013-09-25 21:50:19] >>83 -[2013-09-25 21:51:20] >>83 -[2013-09-25 21:52:20] >>83 -[2013-09-25 21:53:20] >>83 -[2013-09-25 21:54:20] >>83 -[2013-09-25 21:55:20] >>83 -[2013-09-25 21:55:59] 87 -[2013-09-25 21:56:01] 83 -[2013-09-25 21:56:02] >83 -[2013-09-25 21:57:02] >>83 -[2013-09-25 21:58:02] >>83 -[2013-09-25 21:59:02] >>83 -[2013-09-25 22:00:03] >>83 -[2013-09-25 22:01:03] >>83 -[2013-09-25 22:02:03] >>83 -[2013-09-25 22:03:03] >>83 -[2013-09-25 22:03:42] 87 -[2013-09-25 22:03:44] 83 -[2013-09-25 22:03:46] >83 -[2013-09-25 22:04:45] >>83 -[2013-09-25 22:05:46] >>83 -[2013-09-25 22:06:46] >>83 -[2013-09-25 22:07:46] >>83 -[2013-09-25 22:08:46] >>83 -[2013-09-25 22:09:46] >>83 -[2013-09-25 22:10:47] >>83 -[2013-09-25 22:11:25] 87 -[2013-09-25 22:11:35] 83 -[2013-09-25 22:11:39] >83 -[2013-09-25 22:12:38] >>83 -[2013-09-25 22:13:39] >>83 -[2013-09-25 22:14:39] >>83 -[2013-09-25 22:15:39] >>83 -[2013-09-25 22:16:39] >>83 -[2013-09-25 22:17:40] >>83 -[2013-09-25 22:18:40] >>83 -[2013-09-25 22:19:08] C7 -[2013-09-25 22:19:10] C3 -[2013-09-25 22:19:12] >C3 -[2013-09-25 22:20:11] >>C3 -[2013-09-25 22:21:12] >>C3 -[2013-09-25 22:22:12] >>C3 -[2013-09-25 22:23:12] >>C3 -[2013-09-25 22:24:12] >>C3 -[2013-09-25 22:25:12] >>C3 -[2013-09-25 22:26:13] >>C3 -[2013-09-25 22:27:03] 83 -[2013-09-25 22:27:03] 87 -[2013-09-25 22:27:05] 83 -[2013-09-25 22:27:07] >83 -[2013-09-25 22:28:06] >>83 -[2013-09-25 22:29:07] >>83 -[2013-09-25 22:30:07] >>83 -[2013-09-25 22:31:07] >>83 -[2013-09-25 22:32:07] >>83 -[2013-09-25 22:33:07] >>83 -[2013-09-25 22:34:08] >>83 -[2013-09-25 22:34:50] 87 -[2013-09-25 22:34:51] 83 -[2013-09-25 22:34:53] >83 -[2013-09-25 22:35:53] >>83 -[2013-09-25 22:36:53] >>83 -[2013-09-25 22:37:53] >>83 -[2013-09-25 22:38:53] >>83 -[2013-09-25 22:39:54] >>83 -[2013-09-25 22:40:54] >>83 -[2013-09-25 22:41:54] >>83 -[2013-09-25 22:42:33] 87 -[2013-09-25 22:42:35] 83 -[2013-09-25 22:42:36] >83 -[2013-09-25 22:43:36] >>83 -[2013-09-25 22:44:36] >>83 -[2013-09-25 22:45:37] >>83 -[2013-09-25 22:46:37] >>83 -[2013-09-25 22:47:37] >>83 -[2013-09-25 22:48:37] >>83 -[2013-09-25 22:49:37] >>83 -[2013-09-25 22:50:16] 87 -[2013-09-25 22:50:18] 83 -[2013-09-25 22:50:19] >83 -[2013-09-25 22:51:19] >>83 -[2013-09-25 22:52:19] >>83 -[2013-09-25 22:53:20] >>83 -[2013-09-25 22:54:20] >>83 -[2013-09-25 22:55:20] >>83 -[2013-09-25 22:56:20] >>83 -[2013-09-25 22:57:20] >>83 -[2013-09-25 22:57:59] 87 -[2013-09-25 22:58:01] 83 -[2013-09-25 22:58:02] >83 -[2013-09-25 22:59:02] >>83 -[2013-09-25 23:00:02] >>83 -[2013-09-25 23:01:03] >>83 -[2013-09-25 23:02:03] >>83 -[2013-09-25 23:03:03] >>83 -[2013-09-25 23:04:03] >>83 -[2013-09-25 23:05:03] >>83 -[2013-09-25 23:05:54] C7 -[2013-09-25 23:05:56] C3 -[2013-09-25 23:05:57] >C3 -[2013-09-25 23:06:57] >>C3 -[2013-09-25 23:07:57] >>C3 -[2013-09-25 23:08:58] >>C3 -[2013-09-25 23:09:58] >>C3 -[2013-09-25 23:10:58] >>C3 -[2013-09-25 23:11:58] >>C3 -[2013-09-25 23:12:58] >>C3 -[2013-09-25 23:13:36] 83 -[2013-09-25 23:13:37] 87 -[2013-09-25 23:13:39] 83 -[2013-09-25 23:13:40] >83 -[2013-09-25 23:14:40] >>83 -[2013-09-25 23:15:40] >>83 -[2013-09-25 23:16:40] >>83 -[2013-09-25 23:17:41] >>83 -[2013-09-25 23:18:41] >>83 -[2013-09-25 23:19:41] >>83 -[2013-09-25 23:20:41] >>83 -[2013-09-25 23:21:24] 87 -[2013-09-25 23:21:26] 83 -[2013-09-25 23:21:27] >83 -[2013-09-25 23:22:27] >>83 -[2013-09-25 23:23:27] >>83 -[2013-09-25 23:24:27] >>83 -[2013-09-25 23:25:28] >>83 -[2013-09-25 23:26:28] >>83 -[2013-09-25 23:27:28] >>83 -[2013-09-25 23:28:28] >>83 -[2013-09-25 23:29:07] 87 -[2013-09-25 23:29:09] 83 -[2013-09-25 23:29:10] >83 -[2013-09-25 23:30:10] >>83 -[2013-09-25 23:31:10] >>83 -[2013-09-25 23:32:10] >>83 -[2013-09-25 23:33:11] >>83 -[2013-09-25 23:34:11] >>83 -[2013-09-25 23:35:11] >>83 -[2013-09-25 23:36:11] >>83 -[2013-09-25 23:36:50] 87 -[2013-09-25 23:36:52] 83 -[2013-09-25 23:36:53] >83 -[2013-09-25 23:37:53] >>83 -[2013-09-25 23:38:53] >>83 -[2013-09-25 23:39:53] >>83 -[2013-09-25 23:40:54] >>83 -[2013-09-25 23:41:54] >>83 -[2013-09-25 23:42:54] >>83 -[2013-09-25 23:43:54] >>83 -[2013-09-25 23:44:45] 87 -[2013-09-25 23:44:46] 83 -[2013-09-25 23:44:48] >83 -[2013-09-25 23:45:48] >>83 -[2013-09-25 23:46:48] >>83 -[2013-09-25 23:47:48] >>83 -[2013-09-25 23:48:48] >>83 -[2013-09-25 23:49:49] >>83 -[2013-09-25 23:50:49] >>83 -[2013-09-25 23:51:49] >>83 -[2013-09-25 23:52:28] C7 -[2013-09-25 23:52:30] C3 -[2013-09-25 23:52:32] >C3 -[2013-09-25 23:53:31] >>C3 -[2013-09-25 23:54:31] >>C3 -[2013-09-25 23:55:32] >>C3 -[2013-09-25 23:56:32] >>C3 -[2013-09-25 23:57:32] >>C3 -[2013-09-25 23:58:32] >>C3 -[2013-09-25 23:59:33] >>C3 -[2013-09-26 00:00:10] 83 -[2013-09-26 00:00:11] 87 -[2013-09-26 00:00:13] 83 -[2013-09-26 00:00:15] >83 -[2013-09-26 00:01:14] >>83 -[2013-09-26 00:02:14] >>83 -[2013-09-26 00:03:15] >>83 -[2013-09-26 00:04:15] >>83 -[2013-09-26 00:05:15] >>83 -[2013-09-26 00:06:15] >>83 -[2013-09-26 00:07:16] >>83 -[2013-09-26 00:07:58] 87 -[2013-09-26 00:07:59] 83 -[2013-09-26 00:08:01] >83 -[2013-09-26 00:09:01] >>83 -[2013-09-26 00:10:01] >>83 -[2013-09-26 00:11:01] >>83 -[2013-09-26 00:12:01] >>83 -[2013-09-26 00:13:02] >>83 -[2013-09-26 00:14:02] >>83 -[2013-09-26 00:15:02] >>83 -[2013-09-26 00:15:41] 87 -[2013-09-26 00:15:43] 83 -[2013-09-26 00:15:44] >83 -[2013-09-26 00:16:44] >>83 -[2013-09-26 00:17:44] >>83 -[2013-09-26 00:18:44] >>83 -[2013-09-26 00:19:45] >>83 -[2013-09-26 00:20:45] >>83 -[2013-09-26 00:21:45] >>83 -[2013-09-26 00:22:45] >>83 -[2013-09-26 00:23:36] 87 -[2013-09-26 00:23:38] 83 -[2013-09-26 00:23:39] >83 -[2013-09-26 00:24:39] >>83 -[2013-09-26 00:25:39] >>83 -[2013-09-26 00:26:39] >>83 -[2013-09-26 00:27:40] >>83 -[2013-09-26 00:28:40] >>83 -[2013-09-26 00:29:40] >>83 -[2013-09-26 00:30:40] >>83 -[2013-09-26 00:31:19] 87 -[2013-09-26 00:31:20] 83 -[2013-09-26 00:31:22] >83 -[2013-09-26 00:32:22] >>83 -[2013-09-26 00:33:22] >>83 -[2013-09-26 00:34:22] >>83 -[2013-09-26 00:35:22] >>83 -[2013-09-26 00:36:23] >>83 -[2013-09-26 00:37:23] >>83 -[2013-09-26 00:38:23] >>83 -[2013-09-26 00:39:02] C7 -[2013-09-26 00:39:03] C3 -[2013-09-26 00:39:05] >C3 -[2013-09-26 00:40:05] >>C3 -[2013-09-26 00:41:05] >>C3 -[2013-09-26 00:42:05] >>C3 -[2013-09-26 00:43:05] >>C3 -[2013-09-26 00:44:06] >>C3 -[2013-09-26 00:44:58] C1 -[2013-09-26 00:45:00] >C1 -[2013-09-26 00:46:00] >>C1 -[2013-09-26 00:46:50] C3 -[2013-09-26 00:46:51] >C3 -[2013-09-26 00:47:24] 83 -[2013-09-26 00:47:25] 87 -[2013-09-26 00:47:27] 83 -[2013-09-26 00:47:28] >83 -[2013-09-26 00:48:28] >>83 -[2013-09-26 00:49:28] >>83 -[2013-09-26 00:50:28] >>83 -[2013-09-26 00:51:29] >>83 -[2013-09-26 00:52:29] >>83 -[2013-09-26 00:53:29] >>83 -[2013-09-26 00:54:29] >>83 -[2013-09-26 00:55:08] 87 -[2013-09-26 00:55:10] 83 -[2013-09-26 00:55:12] >83 -[2013-09-26 00:56:11] >>83 -[2013-09-26 00:57:12] >>83 -[2013-09-26 00:58:12] >>83 -[2013-09-26 00:59:12] >>83 -[2013-09-26 01:00:12] >>83 -[2013-09-26 01:01:12] >>83 -[2013-09-26 01:02:13] >>83 -[2013-09-26 01:02:51] 87 -[2013-09-26 01:02:53] 83 -[2013-09-26 01:02:55] >83 -[2013-09-26 01:03:54] >>83 -[2013-09-26 01:04:55] >>83 -[2013-09-26 01:05:55] >>83 -[2013-09-26 01:06:55] >>83 -[2013-09-26 01:07:55] >>83 -[2013-09-26 01:08:55] >>83 -[2013-09-26 01:09:56] >>83 -[2013-09-26 01:10:34] 87 -[2013-09-26 01:10:36] 83 -[2013-09-26 01:10:38] >83 -[2013-09-26 01:11:37] >>83 -[2013-09-26 01:12:37] >>83 -[2013-09-26 01:13:38] >>83 -[2013-09-26 01:14:38] >>83 -[2013-09-26 01:15:38] >>83 -[2013-09-26 01:16:38] >>83 -[2013-09-26 01:17:38] >>83 -[2013-09-26 01:18:18] C7 -[2013-09-26 01:18:19] C3 -[2013-09-26 01:18:21] >C3 -[2013-09-26 01:19:21] >>C3 -[2013-09-26 01:20:21] >>C3 -[2013-09-26 01:21:21] >>C3 -[2013-09-26 01:22:21] >>C3 -[2013-09-26 01:23:21] >>C3 -[2013-09-26 01:24:22] >>C3 -[2013-09-26 01:25:22] >>C3 -[2013-09-26 01:26:12] 83 -[2013-09-26 01:26:12] 87 -[2013-09-26 01:26:14] 83 -[2013-09-26 01:26:15] >83 -[2013-09-26 01:27:15] >>83 -[2013-09-26 01:28:15] >>83 -[2013-09-26 01:29:16] >>83 -[2013-09-26 01:30:16] >>83 -[2013-09-26 01:31:16] >>83 -[2013-09-26 01:32:16] >>83 -[2013-09-26 01:33:16] >>83 -[2013-09-26 01:33:59] 87 -[2013-09-26 01:34:01] 83 -[2013-09-26 01:34:02] >83 -[2013-09-26 01:35:02] >>83 -[2013-09-26 01:36:02] >>83 -[2013-09-26 01:37:02] >>83 -[2013-09-26 01:38:03] >>83 -[2013-09-26 01:39:03] >>83 -[2013-09-26 01:40:03] >>83 -[2013-09-26 01:41:03] >>83 -[2013-09-26 01:41:42] 87 -[2013-09-26 01:41:44] 83 -[2013-09-26 01:41:45] >83 -[2013-09-26 01:42:45] >>83 -[2013-09-26 01:43:45] >>83 -[2013-09-26 01:44:45] >>83 -[2013-09-26 01:45:46] >>83 -[2013-09-26 01:46:46] >>83 -[2013-09-26 01:47:46] >>83 -[2013-09-26 01:48:46] >>83 -[2013-09-26 01:49:25] 87 -[2013-09-26 01:49:27] 83 -[2013-09-26 01:49:29] >83 -[2013-09-26 01:50:28] >>83 -[2013-09-26 01:51:28] >>83 -[2013-09-26 01:52:29] >>83 -[2013-09-26 01:53:29] >>83 -[2013-09-26 01:54:29] >>83 -[2013-09-26 01:55:29] >>83 -[2013-09-26 01:56:30] >>83 -[2013-09-26 01:57:08] 87 -[2013-09-26 01:57:10] 83 -[2013-09-26 01:57:12] >83 -[2013-09-26 01:58:11] >>83 -[2013-09-26 01:59:11] >>83 -[2013-09-26 02:00:12] >>83 -[2013-09-26 02:01:12] >>83 -[2013-09-26 02:02:12] >>83 -[2013-09-26 02:03:12] >>83 -[2013-09-26 02:04:12] >>83 -[2013-09-26 02:05:03] C7 -[2013-09-26 02:05:05] C3 -[2013-09-26 02:05:06] >C3 -[2013-09-26 02:06:06] >>C3 -[2013-09-26 02:07:06] >>C3 -[2013-09-26 02:08:07] >>C3 -[2013-09-26 02:09:07] >>C3 -[2013-09-26 02:10:07] >>C3 -[2013-09-26 02:11:07] >>C3 -[2013-09-26 02:12:07] >>C3 -[2013-09-26 02:12:46] 83 -[2013-09-26 02:12:46] 87 -[2013-09-26 02:12:48] 83 -[2013-09-26 02:12:49] >83 -[2013-09-26 02:13:49] >>83 -[2013-09-26 02:14:49] >>83 -[2013-09-26 02:15:50] >>83 -[2013-09-26 02:16:50] >>83 -[2013-09-26 02:17:50] >>83 -[2013-09-26 02:18:50] >>83 -[2013-09-26 02:19:50] >>83 -[2013-09-26 02:20:33] 87 -[2013-09-26 02:20:35] 83 -[2013-09-26 02:20:36] >83 -[2013-09-26 02:21:36] >>83 -[2013-09-26 02:22:36] >>83 -[2013-09-26 02:23:36] >>83 -[2013-09-26 02:24:37] >>83 -[2013-09-26 02:25:37] >>83 -[2013-09-26 02:26:37] >>83 -[2013-09-26 02:27:37] >>83 -[2013-09-26 02:28:16] 87 -[2013-09-26 02:28:18] 83 -[2013-09-26 02:28:19] >83 -[2013-09-26 02:29:19] >>83 -[2013-09-26 02:30:19] >>83 -[2013-09-26 02:31:19] >>83 -[2013-09-26 02:32:20] >>83 -[2013-09-26 02:33:20] >>83 -[2013-09-26 02:34:20] >>83 -[2013-09-26 02:35:17] 81 -[2013-09-26 02:35:18] >81 -[2013-09-26 02:36:06] 83 -[2013-09-26 02:36:07] >83 -[2013-09-26 02:36:42] 87 -[2013-09-26 02:36:43] 83 -[2013-09-26 02:36:45] >83 -[2013-09-26 02:37:45] >>83 -[2013-09-26 02:38:45] >>83 -[2013-09-26 02:39:45] >>83 -[2013-09-26 02:40:45] >>83 -[2013-09-26 02:41:46] >>83 -[2013-09-26 02:42:46] >>83 -[2013-09-26 02:43:46] >>83 -[2013-09-26 02:44:25] 87 -[2013-09-26 02:44:26] 83 -[2013-09-26 02:44:28] >83 -[2013-09-26 02:45:28] >>83 -[2013-09-26 02:46:28] >>83 -[2013-09-26 02:47:28] >>83 -[2013-09-26 02:48:28] >>83 -[2013-09-26 02:49:29] >>83 -[2013-09-26 02:50:29] >>83 -[2013-09-26 02:51:29] >>83 -[2013-09-26 02:52:08] 87 -[2013-09-26 02:52:10] 83 -[2013-09-26 02:52:11] >83 -[2013-09-26 02:53:11] >>83 -[2013-09-26 02:54:11] >>83 -[2013-09-26 02:55:11] >>83 -[2013-09-26 02:56:12] >>83 -[2013-09-26 02:57:12] >>83 -[2013-09-26 02:58:12] >>83 -[2013-09-26 02:59:12] >>83 -[2013-09-26 02:59:51] 87 -[2013-09-26 02:59:53] 83 -[2013-09-26 02:59:54] >83 -[2013-09-26 03:00:54] >>83 -[2013-09-26 03:01:54] >>83 -[2013-09-26 03:02:54] >>83 -[2013-09-26 03:03:55] >>83 -[2013-09-26 03:04:55] >>83 -[2013-09-26 03:05:55] >>83 -[2013-09-26 03:06:55] >>83 -[2013-09-26 03:07:34] C7 -[2013-09-26 03:07:36] C3 -[2013-09-26 03:07:38] >C3 -[2013-09-26 03:08:37] >>C3 -[2013-09-26 03:09:38] >>C3 -[2013-09-26 03:10:38] >>C3 -[2013-09-26 03:11:38] >>C3 -[2013-09-26 03:12:38] >>C3 -[2013-09-26 03:13:38] >>C3 -[2013-09-26 03:14:39] >>C3 -[2013-09-26 03:15:28] 83 -[2013-09-26 03:15:29] 87 -[2013-09-26 03:15:31] 83 -[2013-09-26 03:15:32] >83 -[2013-09-26 03:16:32] >>83 -[2013-09-26 03:17:32] >>83 -[2013-09-26 03:18:32] >>83 -[2013-09-26 03:19:33] >>83 -[2013-09-26 03:20:33] >>83 -[2013-09-26 03:21:33] >>83 -[2013-09-26 03:22:33] >>83 -[2013-09-26 03:23:16] 87 -[2013-09-26 03:23:18] 83 -[2013-09-26 03:23:19] >83 -[2013-09-26 03:24:19] >>83 -[2013-09-26 03:25:19] >>83 -[2013-09-26 03:26:19] >>83 -[2013-09-26 03:27:20] >>83 -[2013-09-26 03:28:20] >>83 -[2013-09-26 03:29:20] >>83 -[2013-09-26 03:30:20] >>83 -[2013-09-26 03:30:59] 87 -[2013-09-26 03:31:00] 83 -[2013-09-26 03:31:02] >83 -[2013-09-26 03:32:02] >>83 -[2013-09-26 03:33:02] >>83 -[2013-09-26 03:34:02] >>83 -[2013-09-26 03:35:02] >>83 -[2013-09-26 03:36:03] >>83 -[2013-09-26 03:37:03] >>83 -[2013-09-26 03:38:03] >>83 -[2013-09-26 03:38:42] 87 -[2013-09-26 03:38:43] 83 -[2013-09-26 03:38:45] >83 -[2013-09-26 03:39:45] >>83 -[2013-09-26 03:40:45] >>83 -[2013-09-26 03:41:45] >>83 -[2013-09-26 03:42:45] >>83 -[2013-09-26 03:43:46] >>83 -[2013-09-26 03:44:46] >>83 -[2013-09-26 03:45:46] >>83 -[2013-09-26 03:46:25] 87 -[2013-09-26 03:46:27] 83 -[2013-09-26 03:46:28] >83 -[2013-09-26 03:47:28] >>83 -[2013-09-26 03:48:28] >>83 -[2013-09-26 03:49:29] >>83 -[2013-09-26 03:50:29] >>83 -[2013-09-26 03:51:29] >>83 -[2013-09-26 03:52:29] >>83 -[2013-09-26 03:53:29] >>83 -[2013-09-26 03:54:20] C7 -[2013-09-26 03:54:22] C3 -[2013-09-26 03:54:23] >C3 -[2013-09-26 03:55:23] >>C3 -[2013-09-26 03:56:23] >>C3 -[2013-09-26 03:57:24] >>C3 -[2013-09-26 03:58:24] >>C3 -[2013-09-26 03:59:24] >>C3 -[2013-09-26 04:00:25] >>C3 -[2013-09-26 04:01:25] >>C3 -[2013-09-26 04:02:02] 83 -[2013-09-26 04:02:03] 87 -[2013-09-26 04:02:05] 83 -[2013-09-26 04:02:06] >83 -[2013-09-26 04:03:06] >>83 -[2013-09-26 04:04:06] >>83 -[2013-09-26 04:05:07] >>83 -[2013-09-26 04:06:07] >>83 -[2013-09-26 04:07:07] >>83 -[2013-09-26 04:08:07] >>83 -[2013-09-26 04:09:07] >>83 -[2013-09-26 04:09:50] 87 -[2013-09-26 04:09:51] 83 -[2013-09-26 04:09:53] >83 -[2013-09-26 04:10:53] >>83 -[2013-09-26 04:11:53] >>83 -[2013-09-26 04:12:53] >>83 -[2013-09-26 04:13:53] >>83 -[2013-09-26 04:14:53] >>83 -[2013-09-26 04:15:54] >>83 -[2013-09-26 04:16:54] >>83 -[2013-09-26 04:17:33] 87 -[2013-09-26 04:17:35] 83 -[2013-09-26 04:17:36] >83 -[2013-09-26 04:18:36] >>83 -[2013-09-26 04:19:36] >>83 -[2013-09-26 04:20:36] >>83 -[2013-09-26 04:21:37] >>83 -[2013-09-26 04:22:37] >>83 -[2013-09-26 04:23:37] >>83 -[2013-09-26 04:24:37] >>83 -[2013-09-26 04:25:16] 87 -[2013-09-26 04:25:17] 83 -[2013-09-26 04:25:19] >83 -[2013-09-26 04:26:19] >>83 -[2013-09-26 04:27:19] >>83 -[2013-09-26 04:28:19] >>83 -[2013-09-26 04:29:19] >>83 -[2013-09-26 04:30:20] >>83 -[2013-09-26 04:31:20] >>83 -[2013-09-26 04:32:20] >>83 -[2013-09-26 04:33:11] 87 -[2013-09-26 04:33:12] 83 -[2013-09-26 04:33:14] >83 -[2013-09-26 04:34:14] >>83 -[2013-09-26 04:35:14] >>83 -[2013-09-26 04:36:14] >>83 -[2013-09-26 04:37:14] >>83 -[2013-09-26 04:38:15] >>83 -[2013-09-26 04:39:15] >>83 -[2013-09-26 04:40:15] >>83 -[2013-09-26 04:40:54] C7 -[2013-09-26 04:40:55] C3 -[2013-09-26 04:40:57] >C3 -[2013-09-26 04:41:57] >>C3 -[2013-09-26 04:42:57] >>C3 -[2013-09-26 04:43:57] >>C3 -[2013-09-26 04:44:57] >>C3 -[2013-09-26 04:45:58] >>C3 -[2013-09-26 04:46:58] >>C3 -[2013-09-26 04:47:58] >>C3 -[2013-09-26 04:48:36] 83 -[2013-09-26 04:48:37] 87 -[2013-09-26 04:48:38] 83 -[2013-09-26 04:48:40] >83 -[2013-09-26 04:49:40] >>83 -[2013-09-26 04:50:40] >>83 -[2013-09-26 04:51:40] >>83 -[2013-09-26 04:52:40] >>83 -[2013-09-26 04:53:41] >>83 -[2013-09-26 04:54:41] >>83 -[2013-09-26 04:55:41] >>83 -[2013-09-26 04:56:24] 87 -[2013-09-26 04:56:25] 83 -[2013-09-26 04:56:27] >83 -[2013-09-26 04:57:27] >>83 -[2013-09-26 04:58:27] >>83 -[2013-09-26 04:59:27] >>83 -[2013-09-26 05:00:27] >>83 -[2013-09-26 05:01:28] >>83 -[2013-09-26 05:02:28] >>83 -[2013-09-26 05:03:28] >>83 -[2013-09-26 05:04:07] 87 -[2013-09-26 05:04:08] 83 -[2013-09-26 05:04:10] >83 -[2013-09-26 05:05:10] >>83 -[2013-09-26 05:06:10] >>83 -[2013-09-26 05:07:10] >>83 -[2013-09-26 05:08:10] >>83 -[2013-09-26 05:09:11] >>83 -[2013-09-26 05:10:11] >>83 -[2013-09-26 05:11:11] >>83 -[2013-09-26 05:12:02] 87 -[2013-09-26 05:12:03] 83 -[2013-09-26 05:12:05] >83 -[2013-09-26 05:13:05] >>83 -[2013-09-26 05:14:05] >>83 -[2013-09-26 05:15:05] >>83 -[2013-09-26 05:16:05] >>83 -[2013-09-26 05:17:06] >>83 -[2013-09-26 05:18:06] >>83 -[2013-09-26 05:19:06] >>83 -[2013-09-26 05:19:45] 87 -[2013-09-26 05:19:46] 83 -[2013-09-26 05:19:48] >83 -[2013-09-26 05:20:48] >>83 -[2013-09-26 05:21:48] >>83 -[2013-09-26 05:22:48] >>83 -[2013-09-26 05:23:48] >>83 -[2013-09-26 05:24:48] >>83 -[2013-09-26 05:25:49] >>83 -[2013-09-26 05:26:49] >>83 -[2013-09-26 05:27:28] C7 -[2013-09-26 05:27:30] C3 -[2013-09-26 05:27:31] >C3 -[2013-09-26 05:28:31] >>C3 -[2013-09-26 05:29:31] >>C3 -[2013-09-26 05:30:31] >>C3 -[2013-09-26 05:31:32] >>C3 -[2013-09-26 05:32:32] >>C3 -[2013-09-26 05:33:32] >>C3 -[2013-09-26 05:34:32] >>C3 -[2013-09-26 05:35:16] 83 -[2013-09-26 05:35:17] 87 -[2013-09-26 05:35:18] 83 -[2013-09-26 05:35:20] >83 -[2013-09-26 05:35:27] 81 -[2013-09-26 05:35:29] >81 -[2013-09-26 05:36:28] >>81 -[2013-09-26 05:37:29] >>81 -[2013-09-26 05:38:29] >>81 -[2013-09-26 05:38:32] 83 -[2013-09-26 05:38:34] >83 -[2013-09-26 05:39:34] >>83 -[2013-09-26 05:40:34] >>83 -[2013-09-26 05:41:34] >>83 -[2013-09-26 05:42:34] >>83 -[2013-09-26 05:43:03] 87 -[2013-09-26 05:43:05] 83 -[2013-09-26 05:43:07] >83 -[2013-09-26 05:44:06] >>83 -[2013-09-26 05:45:07] >>83 -[2013-09-26 05:46:07] >>83 -[2013-09-26 05:47:07] >>83 -[2013-09-26 05:48:07] >>83 -[2013-09-26 05:49:07] >>83 -[2013-09-26 05:50:07] >>83 -[2013-09-26 05:50:58] 87 -[2013-09-26 05:51:00] 83 -[2013-09-26 05:51:01] >83 -[2013-09-26 05:52:01] >>83 -[2013-09-26 05:53:01] >>83 -[2013-09-26 05:54:02] >>83 -[2013-09-26 05:55:02] >>83 -[2013-09-26 05:56:02] >>83 -[2013-09-26 05:57:02] >>83 -[2013-09-26 05:58:02] >>83 -[2013-09-26 05:58:41] 87 -[2013-09-26 05:58:43] 83 -[2013-09-26 05:58:44] >83 -[2013-09-26 05:59:44] >>83 -[2013-09-26 06:00:44] >>83 -[2013-09-26 06:01:44] >>83 -[2013-09-26 06:02:45] >>83 -[2013-09-26 06:03:45] >>83 -[2013-09-26 06:04:45] >>83 -[2013-09-26 06:05:45] >>83 -[2013-09-26 06:06:24] 87 -[2013-09-26 06:06:26] 83 -[2013-09-26 06:06:28] >83 -[2013-09-26 06:07:27] >>83 -[2013-09-26 06:08:28] >>83 -[2013-09-26 06:09:28] >>83 -[2013-09-26 06:10:28] >>83 -[2013-09-26 06:11:28] >>83 -[2013-09-26 06:12:29] >>83 -[2013-09-26 06:13:29] >>83 -[2013-09-26 06:14:07] C7 -[2013-09-26 06:14:09] C3 -[2013-09-26 06:14:11] >C3 -[2013-09-26 06:15:10] >>C3 -[2013-09-26 06:16:11] >>C3 -[2013-09-26 06:17:11] >>C3 -[2013-09-26 06:18:11] >>C3 -[2013-09-26 06:19:11] >>C3 -[2013-09-26 06:20:11] >>C3 -[2013-09-26 06:21:12] >>C3 -[2013-09-26 06:21:50] 83 -[2013-09-26 06:21:50] 87 -[2013-09-26 06:21:52] 83 -[2013-09-26 06:21:54] >83 -[2013-09-26 06:22:53] >>83 -[2013-09-26 06:23:54] >>83 -[2013-09-26 06:24:54] >>83 -[2013-09-26 06:25:54] >>83 -[2013-09-26 06:26:54] >>83 -[2013-09-26 06:27:54] >>83 -[2013-09-26 06:28:55] >>83 -[2013-09-26 06:29:49] 87 -[2013-09-26 06:29:51] 83 -[2013-09-26 06:29:52] >83 -[2013-09-26 06:30:52] >>83 -[2013-09-26 06:31:52] >>83 -[2013-09-26 06:32:53] >>83 -[2013-09-26 06:33:53] >>83 -[2013-09-26 06:34:53] >>83 -[2013-09-26 06:35:53] >>83 -[2013-09-26 06:36:53] >>83 -[2013-09-26 06:37:32] 87 -[2013-09-26 06:37:34] 83 -[2013-09-26 06:37:35] >83 -[2013-09-26 06:38:35] >>83 -[2013-09-26 06:39:35] >>83 -[2013-09-26 06:40:36] >>83 -[2013-09-26 06:41:36] >>83 -[2013-09-26 06:42:36] >>83 -[2013-09-26 06:43:36] >>83 -[2013-09-26 06:44:36] >>83 -[2013-09-26 06:45:15] 87 -[2013-09-26 06:45:17] 83 -[2013-09-26 06:45:18] >83 -[2013-09-26 06:46:18] >>83 -[2013-09-26 06:47:18] >>83 -[2013-09-26 06:48:18] >>83 -[2013-09-26 06:49:19] >>83 -[2013-09-26 06:50:19] >>83 -[2013-09-26 06:51:19] >>83 -[2013-09-26 06:52:19] >>83 -[2013-09-26 06:52:58] 87 -[2013-09-26 06:53:00] 83 -[2013-09-26 06:53:02] >83 -[2013-09-26 06:54:01] >>83 -[2013-09-26 06:55:02] >>83 -[2013-09-26 06:56:02] >>83 -[2013-09-26 06:57:02] >>83 -[2013-09-26 06:58:02] >>83 -[2013-09-26 06:59:02] >>83 -[2013-09-26 07:00:03] >>83 -[2013-09-26 07:00:41] C7 -[2013-09-26 07:00:43] C3 -[2013-09-26 07:00:45] >C3 -[2013-09-26 07:01:44] >>C3 -[2013-09-26 07:02:45] >>C3 -[2013-09-26 07:03:45] >>C3 -[2013-09-26 07:04:45] >>C3 -[2013-09-26 07:05:45] >>C3 -[2013-09-26 07:06:45] >>C3 -[2013-09-26 07:07:46] >>C3 -[2013-09-26 07:08:36] 83 -[2013-09-26 07:08:36] 87 -[2013-09-26 07:08:38] 83 -[2013-09-26 07:08:40] >83 -[2013-09-26 07:08:43] 81 -[2013-09-26 07:08:45] >81 -[2013-09-26 07:08:59] 83 -[2013-09-26 07:09:01] >83 -[2013-09-26 07:10:00] >>83 -[2013-09-26 07:11:01] >>83 -[2013-09-26 07:12:01] >>83 -[2013-09-26 07:13:01] >>83 -[2013-09-26 07:14:01] >>83 -[2013-09-26 07:15:01] >>83 -[2013-09-26 07:16:02] >>83 -[2013-09-26 07:16:23] 87 -[2013-09-26 07:16:24] 83 -[2013-09-26 07:16:26] >83 -[2013-09-26 07:17:26] >>83 -[2013-09-26 07:18:26] >>83 -[2013-09-26 07:19:26] >>83 -[2013-09-26 07:20:26] >>83 -[2013-09-26 07:21:27] >>83 -[2013-09-26 07:22:27] >>83 -[2013-09-26 07:23:27] >>83 -[2013-09-26 07:24:06] 87 -[2013-09-26 07:24:08] 83 -[2013-09-26 07:24:09] >83 -[2013-09-26 07:25:09] >>83 -[2013-09-26 07:26:09] >>83 -[2013-09-26 07:27:10] >>83 -[2013-09-26 07:28:10] >>83 -[2013-09-26 07:29:10] >>83 -[2013-09-26 07:30:10] >>83 -[2013-09-26 07:31:10] >>83 -[2013-09-26 07:31:49] 87 -[2013-09-26 07:31:51] 83 -[2013-09-26 07:31:52] >83 -[2013-09-26 07:32:52] >>83 -[2013-09-26 07:33:52] >>83 -[2013-09-26 07:34:52] >>83 -[2013-09-26 07:35:53] >>83 -[2013-09-26 07:36:53] >>83 -[2013-09-26 07:37:53] >>83 -[2013-09-26 07:38:53] >>83 -[2013-09-26 07:39:33] 87 -[2013-09-26 07:39:34] 83 -[2013-09-26 07:39:35] >83 -[2013-09-26 07:40:35] >>83 -[2013-09-26 07:41:35] >>83 -[2013-09-26 07:42:35] >>83 -[2013-09-26 07:43:36] >>83 -[2013-09-26 07:44:36] >>83 -[2013-09-26 07:45:36] >>83 -[2013-09-26 07:46:36] >>83 -[2013-09-26 07:47:27] C7 -[2013-09-26 07:47:29] C3 -[2013-09-26 07:47:30] >C3 -[2013-09-26 07:48:30] >>C3 -[2013-09-26 07:49:30] >>C3 -[2013-09-26 07:50:30] >>C3 -[2013-09-26 07:51:31] >>C3 -[2013-09-26 07:52:31] >>C3 -[2013-09-26 07:53:31] >>C3 -[2013-09-26 07:54:31] >>C3 -[2013-09-26 07:55:09] 83 -[2013-09-26 07:55:10] 87 -[2013-09-26 07:55:12] 83 -[2013-09-26 07:55:13] >83 -[2013-09-26 07:56:13] >>83 -[2013-09-26 07:57:13] >>83 -[2013-09-26 07:58:17] >>83 -[2013-09-26 07:59:17] >>83 -[2013-09-26 08:00:17] >>83 -[2013-09-26 08:01:18] >>83 -[2013-09-26 08:02:10] 81 -[2013-09-26 08:02:11] >81 -[2013-09-26 08:02:34] 83 -[2013-09-26 08:02:35] >83 -[2013-09-26 08:03:00] 87 -[2013-09-26 08:03:02] 83 -[2013-09-26 08:03:04] >83 -[2013-09-26 08:04:03] >>83 -[2013-09-26 08:05:04] >>83 -[2013-09-26 08:06:04] >>83 -[2013-09-26 08:07:04] >>83 -[2013-09-26 08:08:04] >>83 -[2013-09-26 08:09:04] >>83 -[2013-09-26 08:10:05] >>83 -[2013-09-26 08:10:44] 87 -[2013-09-26 08:10:45] 83 -[2013-09-26 08:10:47] >83 -[2013-09-26 08:11:47] >>83 -[2013-09-26 08:12:47] >>83 -[2013-09-26 08:13:47] >>83 -[2013-09-26 08:14:47] >>83 -[2013-09-26 08:15:48] >>83 -[2013-09-26 08:16:48] >>83 -[2013-09-26 08:17:48] >>83 -[2013-09-26 08:18:27] 87 -[2013-09-26 08:18:28] 83 -[2013-09-26 08:18:30] >83 -[2013-09-26 08:19:30] >>83 -[2013-09-26 08:20:30] >>83 -[2013-09-26 08:21:30] >>83 -[2013-09-26 08:22:30] >>83 -[2013-09-26 08:23:31] >>83 -[2013-09-26 08:24:31] >>83 -[2013-09-26 08:25:31] >>83 -[2013-09-26 08:26:22] 87 -[2013-09-26 08:26:23] 83 -[2013-09-26 08:26:25] >83 -[2013-09-26 08:27:25] >>83 -[2013-09-26 08:28:25] >>83 -[2013-09-26 08:29:25] >>83 -[2013-09-26 08:30:25] >>83 -[2013-09-26 08:31:26] >>83 -[2013-09-26 08:32:26] >>83 -[2013-09-26 08:33:26] >>83 -[2013-09-26 08:34:05] C7 -[2013-09-26 08:34:06] C3 -[2013-09-26 08:34:08] >C3 -[2013-09-26 08:35:08] >>C3 -[2013-09-26 08:36:08] >>C3 -[2013-09-26 08:37:08] >>C3 -[2013-09-26 08:38:08] >>C3 -[2013-09-26 08:39:08] >>C3 -[2013-09-26 08:40:09] >>C3 -[2013-09-26 08:41:09] >>C3 -[2013-09-26 08:41:47] 83 -[2013-09-26 08:41:48] 87 -[2013-09-26 08:41:49] 83 -[2013-09-26 08:41:51] >83 -[2013-09-26 08:41:55] 81 -[2013-09-26 08:41:56] >81 -[2013-09-26 08:42:12] 83 -[2013-09-26 08:42:14] >83 -[2013-09-26 08:43:14] >>83 -[2013-09-26 08:44:14] >>83 -[2013-09-26 08:45:14] >>83 -[2013-09-26 08:46:14] >>83 -[2013-09-26 08:47:15] >>83 -[2013-09-26 08:48:15] >>83 -[2013-09-26 08:49:15] >>83 -[2013-09-26 08:49:34] 87 -[2013-09-26 08:49:36] 83 -[2013-09-26 08:49:38] >83 -[2013-09-26 08:50:37] >>83 -[2013-09-26 08:51:38] >>83 -[2013-09-26 08:52:38] >>83 -[2013-09-26 08:53:38] >>83 -[2013-09-26 08:54:38] >>83 -[2013-09-26 08:55:39] >>83 -[2013-09-26 08:56:39] >>83 -[2013-09-26 08:57:18] 87 -[2013-09-26 08:57:20] 83 -[2013-09-26 08:57:21] >83 -[2013-09-26 08:58:21] >>83 -[2013-09-26 08:59:21] >>83 -[2013-09-26 09:00:21] >>83 -[2013-09-26 09:01:22] >>83 -[2013-09-26 09:02:22] >>83 -[2013-09-26 09:03:22] >>83 -[2013-09-26 09:04:22] >>83 -[2013-09-26 09:05:12] 87 -[2013-09-26 09:05:14] 83 -[2013-09-26 09:05:16] >83 -[2013-09-26 09:06:15] >>83 -[2013-09-26 09:07:16] >>83 -[2013-09-26 09:08:16] >>83 -[2013-09-26 09:09:16] >>83 -[2013-09-26 09:10:16] >>83 -[2013-09-26 09:11:16] >>83 -[2013-09-26 09:12:17] >>83 -[2013-09-26 09:12:56] 87 -[2013-09-26 09:12:57] 83 -[2013-09-26 09:12:59] >83 -[2013-09-26 09:13:59] >>83 -[2013-09-26 09:14:59] >>83 -[2013-09-26 09:15:59] >>83 -[2013-09-26 09:16:59] >>83 -[2013-09-26 09:18:00] >>83 -[2013-09-26 09:19:00] >>83 -[2013-09-26 09:20:00] >>83 -[2013-09-26 09:20:39] C7 -[2013-09-26 09:20:40] C3 -[2013-09-26 09:20:42] >C3 -[2013-09-26 09:21:42] >>C3 -[2013-09-26 09:22:42] >>C3 -[2013-09-26 09:23:42] >>C3 -[2013-09-26 09:24:42] >>C3 -[2013-09-26 09:25:43] >>C3 -[2013-09-26 09:26:43] >>C3 -[2013-09-26 09:27:43] >>C3 -[2013-09-26 09:28:21] 83 -[2013-09-26 09:28:22] 87 -[2013-09-26 09:28:23] 83 -[2013-09-26 09:28:25] >83 -[2013-09-26 09:28:58] 81 -[2013-09-26 09:28:59] >81 -[2013-09-26 09:29:13] 83 -[2013-09-26 09:29:15] >83 -[2013-09-26 09:30:14] >>83 -[2013-09-26 09:31:15] >>83 -[2013-09-26 09:32:15] >>83 -[2013-09-26 09:33:15] >>83 -[2013-09-26 09:34:15] >>83 -[2013-09-26 09:35:15] >>83 -[2013-09-26 09:36:09] 87 -[2013-09-26 09:36:10] 83 -[2013-09-26 09:36:12] >83 -[2013-09-26 09:37:12] >>83 -[2013-09-26 09:38:12] >>83 -[2013-09-26 09:39:12] >>83 -[2013-09-26 09:40:12] >>83 -[2013-09-26 09:41:12] >>83 -[2013-09-26 09:42:13] >>83 -[2013-09-26 09:43:13] >>83 -[2013-09-26 09:44:03] 87 -[2013-09-26 09:44:05] 83 -[2013-09-26 09:44:07] >83 -[2013-09-26 09:45:06] >>83 -[2013-09-26 09:46:07] >>83 -[2013-09-26 09:47:07] >>83 -[2013-09-26 09:48:07] >>83 -[2013-09-26 09:49:07] >>83 -[2013-09-26 09:50:08] >>83 -[2013-09-26 09:51:08] >>83 -[2013-09-26 09:51:46] 87 -[2013-09-26 09:51:48] 83 -[2013-09-26 09:51:50] >83 -[2013-09-26 09:52:49] >>83 -[2013-09-26 09:53:50] >>83 -[2013-09-26 09:54:50] >>83 -[2013-09-26 09:55:50] >>83 -[2013-09-26 09:56:50] >>83 -[2013-09-26 09:57:50] >>83 -[2013-09-26 09:58:51] >>83 -[2013-09-26 09:59:30] 87 -[2013-09-26 09:59:31] 83 -[2013-09-26 09:59:33] >83 -[2013-09-26 10:00:33] >>83 -[2013-09-26 10:01:33] >>83 -[2013-09-26 10:02:33] >>83 -[2013-09-26 10:03:34] >>83 -[2013-09-26 10:04:34] >>83 -[2013-09-26 10:05:34] >>83 -[2013-09-26 10:06:34] >>83 -[2013-09-26 10:07:13] C7 -[2013-09-26 10:07:14] C3 -[2013-09-26 10:07:16] >C3 -[2013-09-26 10:08:16] >>C3 -[2013-09-26 10:09:16] >>C3 -[2013-09-26 10:10:16] >>C3 -[2013-09-26 10:11:16] >>C3 -[2013-09-26 10:12:17] >>C3 -[2013-09-26 10:13:17] >>C3 -[2013-09-26 10:14:17] >>C3 -[2013-09-26 10:14:55] 83 -[2013-09-26 10:14:56] 87 -[2013-09-26 10:14:57] 83 -[2013-09-26 10:14:59] >83 -[2013-09-26 10:15:59] >>83 -[2013-09-26 10:16:59] >>83 -[2013-09-26 10:17:59] >>83 -[2013-09-26 10:19:00] >>83 -[2013-09-26 10:20:00] >>83 -[2013-09-26 10:21:00] >>83 -[2013-09-26 10:22:00] >>83 -[2013-09-26 10:22:54] 87 -[2013-09-26 10:22:56] 83 -[2013-09-26 10:22:58] >83 -[2013-09-26 10:23:57] >>83 -[2013-09-26 10:24:57] >>83 -[2013-09-26 10:25:58] >>83 -[2013-09-26 10:26:58] >>83 -[2013-09-26 10:27:58] >>83 -[2013-09-26 10:28:58] >>83 -[2013-09-26 10:29:59] >>83 -[2013-09-26 10:30:37] 87 -[2013-09-26 10:30:39] 83 -[2013-09-26 10:30:40] >83 -[2013-09-26 10:31:40] >>83 -[2013-09-26 10:32:40] >>83 -[2013-09-26 10:33:41] >>83 -[2013-09-26 10:34:41] >>83 -[2013-09-26 10:35:41] >>83 -[2013-09-26 10:36:41] >>83 -[2013-09-26 10:37:41] >>83 -[2013-09-26 10:38:21] 87 -[2013-09-26 10:38:22] 83 -[2013-09-26 10:38:24] >83 -[2013-09-26 10:39:24] >>83 -[2013-09-26 10:40:24] >>83 -[2013-09-26 10:41:24] >>83 -[2013-09-26 10:42:24] >>83 -[2013-09-26 10:43:25] >>83 -[2013-09-26 10:44:25] >>83 -[2013-09-26 10:45:25] >>83 -[2013-09-26 10:46:04] 87 -[2013-09-26 10:46:05] 83 -[2013-09-26 10:46:07] >83 -[2013-09-26 10:47:07] >>83 -[2013-09-26 10:48:07] >>83 -[2013-09-26 10:49:07] >>83 -[2013-09-26 10:50:07] >>83 -[2013-09-26 10:51:08] >>83 -[2013-09-26 10:52:08] >>83 -[2013-09-26 10:53:08] >>83 -[2013-09-26 10:53:47] C7 -[2013-09-26 10:53:48] C3 -[2013-09-26 10:53:50] >C3 -[2013-09-26 10:54:50] >>C3 -[2013-09-26 10:55:50] >>C3 -[2013-09-26 10:56:50] >>C3 -[2013-09-26 10:57:50] >>C3 -[2013-09-26 10:58:50] >>C3 -[2013-09-26 10:59:51] >>C3 -[2013-09-26 11:00:51] >>C3 -[2013-09-26 11:01:41] 83 -[2013-09-26 11:01:42] 87 -[2013-09-26 11:01:43] 83 -[2013-09-26 11:01:44] 81 -[2013-09-26 11:01:46] >81 -[2013-09-26 11:02:02] 83 -[2013-09-26 11:02:04] >83 -[2013-09-26 11:03:04] >>83 -[2013-09-26 11:04:04] >>83 -[2013-09-26 11:05:04] >>83 -[2013-09-26 11:06:04] >>83 -[2013-09-26 11:07:04] >>83 -[2013-09-26 11:08:05] >>83 -[2013-09-26 11:09:05] >>83 -[2013-09-26 11:09:28] 87 -[2013-09-26 11:09:30] 83 -[2013-09-26 11:09:32] >83 -[2013-09-26 11:10:31] >>83 -[2013-09-26 11:11:32] >>83 -[2013-09-26 11:12:32] >>83 -[2013-09-26 11:13:32] >>83 -[2013-09-26 11:14:32] >>83 -[2013-09-26 11:15:32] >>83 -[2013-09-26 11:16:33] >>83 -[2013-09-26 11:17:11] 87 -[2013-09-26 11:17:13] 83 -[2013-09-26 11:17:15] >83 -[2013-09-26 11:18:14] >>83 -[2013-09-26 11:19:15] >>83 -[2013-09-26 11:20:15] >>83 -[2013-09-26 11:21:15] >>83 -[2013-09-26 11:22:15] >>83 -[2013-09-26 11:23:15] >>83 -[2013-09-26 11:24:16] >>83 -[2013-09-26 11:24:54] 87 -[2013-09-26 11:24:56] 83 -[2013-09-26 11:24:58] >83 -[2013-09-26 11:25:57] >>83 -[2013-09-26 11:26:58] >>83 -[2013-09-26 11:27:58] >>83 -[2013-09-26 11:28:58] >>83 -[2013-09-26 11:29:58] >>83 -[2013-09-26 11:30:58] >>83 -[2013-09-26 11:31:59] >>83 -[2013-09-26 11:32:38] 87 -[2013-09-26 11:32:39] 83 -[2013-09-26 11:32:41] >83 -[2013-09-26 11:33:40] >>83 -[2013-09-26 11:34:41] >>83 -[2013-09-26 11:35:41] >>83 -[2013-09-26 11:36:41] >>83 -[2013-09-26 11:37:41] >>83 -[2013-09-26 11:38:41] >>83 -[2013-09-26 11:39:42] >>83 -[2013-09-26 11:40:32] C7 -[2013-09-26 11:40:34] C3 -[2013-09-26 11:40:36] >C3 -[2013-09-26 11:41:35] >>C3 -[2013-09-26 11:42:36] >>C3 -[2013-09-26 11:43:36] >>C3 -[2013-09-26 11:44:36] >>C3 -[2013-09-26 11:45:36] >>C3 -[2013-09-26 11:46:36] >>C3 -[2013-09-26 11:47:37] >>C3 -[2013-09-26 11:48:15] 83 -[2013-09-26 11:48:15] 87 -[2013-09-26 11:48:17] 83 -[2013-09-26 11:48:19] >83 -[2013-09-26 11:49:18] >>83 -[2013-09-26 11:50:19] >>83 -[2013-09-26 11:51:19] >>83 -[2013-09-26 11:52:19] >>83 -[2013-09-26 11:53:19] >>83 -[2013-09-26 11:54:20] >>83 -[2013-09-26 11:55:20] >>83 -[2013-09-26 11:56:02] 87 -[2013-09-26 11:56:04] 83 -[2013-09-26 11:56:05] >83 -[2013-09-26 11:57:05] >>83 -[2013-09-26 11:58:05] >>83 -[2013-09-26 11:59:05] >>83 -[2013-09-26 12:00:06] >>83 -[2013-09-26 12:01:06] >>83 -[2013-09-26 12:02:06] >>83 -[2013-09-26 12:03:06] >>83 -[2013-09-26 12:03:45] 87 -[2013-09-26 12:03:47] 83 -[2013-09-26 12:03:49] >83 -[2013-09-26 12:04:48] >>83 -[2013-09-26 12:05:49] >>83 -[2013-09-26 12:06:49] >>83 -[2013-09-26 12:07:49] >>83 -[2013-09-26 12:08:49] >>83 -[2013-09-26 12:09:49] >>83 -[2013-09-26 12:10:50] >>83 -[2013-09-26 12:11:28] 87 -[2013-09-26 12:11:30] 83 -[2013-09-26 12:11:32] >83 -[2013-09-26 12:12:31] >>83 -[2013-09-26 12:13:31] >>83 -[2013-09-26 12:14:32] >>83 -[2013-09-26 12:15:32] >>83 -[2013-09-26 12:16:32] >>83 -[2013-09-26 12:17:32] >>83 -[2013-09-26 12:18:33] >>83 -[2013-09-26 12:19:23] 87 -[2013-09-26 12:19:25] 83 -[2013-09-26 12:19:26] >83 -[2013-09-26 12:20:26] >>83 -[2013-09-26 12:21:26] >>83 -[2013-09-26 12:22:27] >>83 -[2013-09-26 12:23:27] >>83 -[2013-09-26 12:24:27] >>83 -[2013-09-26 12:25:27] >>83 -[2013-09-26 12:26:28] >>83 -[2013-09-26 12:27:06] C7 -[2013-09-26 12:27:08] C3 -[2013-09-26 12:27:09] >C3 -[2013-09-26 12:28:09] >>C3 -[2013-09-26 12:29:09] >>C3 -[2013-09-26 12:30:10] >>C3 -[2013-09-26 12:31:10] >>C3 -[2013-09-26 12:32:10] >>C3 -[2013-09-26 12:33:10] >>C3 -[2013-09-26 12:34:10] >>C3 -[2013-09-26 12:34:49] 83 -[2013-09-26 12:34:49] 87 -[2013-09-26 12:34:51] 83 -[2013-09-26 12:34:53] >83 -[2013-09-26 12:35:52] >>83 -[2013-09-26 12:36:53] >>83 -[2013-09-26 12:37:53] >>83 -[2013-09-26 12:38:53] >>83 -[2013-09-26 12:39:53] >>83 -[2013-09-26 12:40:53] >>83 -[2013-09-26 12:41:54] >>83 -[2013-09-26 12:42:36] 87 -[2013-09-26 12:42:37] 83 -[2013-09-26 12:42:39] >83 -[2013-09-26 12:43:39] >>83 -[2013-09-26 12:44:39] >>83 -[2013-09-26 12:45:39] >>83 -[2013-09-26 12:46:39] >>83 -[2013-09-26 12:47:40] >>83 -[2013-09-26 12:48:40] >>83 -[2013-09-26 12:49:40] >>83 -[2013-09-26 12:50:19] 87 -[2013-09-26 12:50:21] 83 -[2013-09-26 12:50:22] >83 -[2013-09-26 12:51:22] >>83 -[2013-09-26 12:52:22] >>83 -[2013-09-26 12:53:23] >>83 -[2013-09-26 12:54:23] >>83 -[2013-09-26 12:55:23] >>83 -[2013-09-26 12:56:23] >>83 -[2013-09-26 12:57:23] >>83 -[2013-09-26 12:58:14] 87 -[2013-09-26 12:58:16] 83 -[2013-09-26 12:58:17] >83 -[2013-09-26 12:59:17] >>83 -[2013-09-26 13:00:17] >>83 -[2013-09-26 13:01:18] >>83 -[2013-09-26 13:02:18] >>83 -[2013-09-26 13:03:18] >>83 -[2013-09-26 13:04:18] >>83 -[2013-09-26 13:05:18] >>83 -[2013-09-26 13:05:57] 87 -[2013-09-26 13:05:59] 83 -[2013-09-26 13:06:00] >83 -[2013-09-26 13:07:00] >>83 -[2013-09-26 13:08:00] >>83 -[2013-09-26 13:09:00] >>83 -[2013-09-26 13:10:01] >>83 -[2013-09-26 13:11:01] >>83 -[2013-09-26 13:12:01] >>83 -[2013-09-26 13:13:01] >>83 -[2013-09-26 13:13:40] C7 -[2013-09-26 13:13:42] C3 -[2013-09-26 13:13:43] >C3 -[2013-09-26 13:14:43] >>C3 -[2013-09-26 13:15:43] >>C3 -[2013-09-26 13:16:43] >>C3 -[2013-09-26 13:17:44] >>C3 -[2013-09-26 13:18:44] >>C3 -[2013-09-26 13:19:44] >>C3 -[2013-09-26 13:20:44] >>C3 -[2013-09-26 13:21:22] 83 -[2013-09-26 13:21:23] 87 -[2013-09-26 13:21:25] 83 -[2013-09-26 13:21:26] >83 -[2013-09-26 13:22:26] >>83 -[2013-09-26 13:23:26] >>83 -[2013-09-26 13:24:26] >>83 -[2013-09-26 13:25:27] >>83 -[2013-09-26 13:26:27] >>83 -[2013-09-26 13:27:27] >>83 -[2013-09-26 13:28:27] >>83 -[2013-09-26 13:29:10] 87 -[2013-09-26 13:29:12] 83 -[2013-09-26 13:29:13] >83 -[2013-09-26 13:30:13] >>83 -[2013-09-26 13:31:13] >>83 -[2013-09-26 13:32:13] >>83 -[2013-09-26 13:33:14] >>83 -[2013-09-26 13:34:14] >>83 -[2013-09-26 13:35:14] >>83 -[2013-09-26 13:36:14] >>83 -[2013-09-26 13:37:05] 87 -[2013-09-26 13:37:07] 83 -[2013-09-26 13:37:08] >83 -[2013-09-26 13:38:08] >>83 -[2013-09-26 13:39:08] >>83 -[2013-09-26 13:40:08] >>83 -[2013-09-26 13:41:09] >>83 -[2013-09-26 13:42:09] >>83 -[2013-09-26 13:43:09] >>83 -[2013-09-26 13:44:09] >>83 -[2013-09-26 13:44:48] 87 -[2013-09-26 13:44:49] 83 -[2013-09-26 13:44:51] >83 -[2013-09-26 13:45:51] >>83 -[2013-09-26 13:46:51] >>83 -[2013-09-26 13:47:51] >>83 -[2013-09-26 13:48:52] >>83 -[2013-09-26 13:49:52] >>83 -[2013-09-26 13:50:52] >>83 -[2013-09-26 13:51:52] >>83 -[2013-09-26 13:52:31] 87 -[2013-09-26 13:52:32] 83 -[2013-09-26 13:52:34] >83 -[2013-09-26 13:53:34] >>83 -[2013-09-26 13:54:34] >>83 -[2013-09-26 13:55:34] >>83 -[2013-09-26 13:56:34] >>83 -[2013-09-26 13:57:35] >>83 -[2013-09-26 13:58:35] >>83 -[2013-09-26 13:59:35] >>83 -[2013-09-26 14:00:14] C7 -[2013-09-26 14:00:16] C3 -[2013-09-26 14:00:18] >C3 -[2013-09-26 14:01:17] >>C3 -[2013-09-26 14:02:17] >>C3 -[2013-09-26 14:03:18] >>C3 -[2013-09-26 14:04:18] >>C3 -[2013-09-26 14:05:18] >>C3 -[2013-09-26 14:06:18] >>C3 -[2013-09-26 14:07:19] >>C3 -[2013-09-26 14:07:56] 83 -[2013-09-26 14:07:57] 87 -[2013-09-26 14:07:59] 83 -[2013-09-26 14:08:01] >83 -[2013-09-26 14:09:00] >>83 -[2013-09-26 14:10:00] >>83 -[2013-09-26 14:11:01] >>83 -[2013-09-26 14:12:01] >>83 -[2013-09-26 14:13:01] >>83 -[2013-09-26 14:14:01] >>83 -[2013-09-26 14:15:01] >>83 -[2013-09-26 14:15:56] 87 -[2013-09-26 14:15:57] 83 -[2013-09-26 14:15:59] >83 -[2013-09-26 14:16:59] >>83 -[2013-09-26 14:17:59] >>83 -[2013-09-26 14:18:59] >>83 -[2013-09-26 14:19:59] >>83 -[2013-09-26 14:21:00] >>83 -[2013-09-26 14:22:00] >>83 -[2013-09-26 14:23:00] >>83 -[2013-09-26 14:23:39] 87 -[2013-09-26 14:23:40] 83 -[2013-09-26 14:23:42] >83 -[2013-09-26 14:24:42] >>83 -[2013-09-26 14:25:42] >>83 -[2013-09-26 14:26:42] >>83 -[2013-09-26 14:27:42] >>83 -[2013-09-26 14:28:42] >>83 -[2013-09-26 14:29:43] >>83 -[2013-09-26 14:30:43] >>83 -[2013-09-26 14:31:22] 87 -[2013-09-26 14:31:24] 83 -[2013-09-26 14:31:25] >83 -[2013-09-26 14:32:25] >>83 -[2013-09-26 14:33:25] >>83 -[2013-09-26 14:34:25] >>83 -[2013-09-26 14:35:26] >>83 -[2013-09-26 14:36:26] >>83 -[2013-09-26 14:37:26] >>83 -[2013-09-26 14:38:26] >>83 -[2013-09-26 14:39:05] 87 -[2013-09-26 14:39:07] 83 -[2013-09-26 14:39:08] >83 -[2013-09-26 14:40:08] >>83 -[2013-09-26 14:41:08] >>83 -[2013-09-26 14:42:08] >>83 -[2013-09-26 14:43:09] >>83 -[2013-09-26 14:44:09] >>83 -[2013-09-26 14:45:09] >>83 -[2013-09-26 14:46:09] >>83 -[2013-09-26 14:46:48] C7 -[2013-09-26 14:46:50] C3 -[2013-09-26 14:46:51] >C3 -[2013-09-26 14:47:51] >>C3 -[2013-09-26 14:48:51] >>C3 -[2013-09-26 14:49:51] >>C3 -[2013-09-26 14:50:52] >>C3 -[2013-09-26 14:51:52] >>C3 -[2013-09-26 14:52:52] >>C3 -[2013-09-26 14:53:52] >>C3 -[2013-09-26 14:54:42] 83 -[2013-09-26 14:54:43] 87 -[2013-09-26 14:54:45] 83 -[2013-09-26 14:54:46] >83 -[2013-09-26 14:55:46] >>83 -[2013-09-26 14:56:46] >>83 -[2013-09-26 14:57:46] >>83 -[2013-09-26 14:58:47] >>83 -[2013-09-26 14:59:47] >>83 -[2013-09-26 15:00:47] >>83 -[2013-09-26 15:01:47] >>83 -[2013-09-26 15:02:29] 87 -[2013-09-26 15:02:31] 83 -[2013-09-26 15:02:33] >83 -[2013-09-26 15:03:32] >>83 -[2013-09-26 15:04:33] >>83 -[2013-09-26 15:05:33] >>83 -[2013-09-26 15:06:00] 81 -[2013-09-26 15:06:02] >81 -[2013-09-26 15:07:02] >>81 -[2013-09-26 15:08:02] >>81 -[2013-09-26 15:09:02] >>81 -[2013-09-26 15:10:02] >>81 -[2013-09-26 15:11:03] >>81 -[2013-09-26 15:12:03] >>81 -[2013-09-26 15:13:08] >>81 -[2013-09-26 15:14:08] >>81 -[2013-09-26 15:15:08] >>81 -[2013-09-26 15:15:24] 83 -[2013-09-26 15:15:25] >83 -[2013-09-26 15:15:57] 87 -[2013-09-26 15:15:58] 83 -[2013-09-26 15:16:00] >83 -[2013-09-26 15:17:00] >>83 -[2013-09-26 15:18:00] >>83 -[2013-09-26 15:19:00] >>83 -[2013-09-26 15:20:00] >>83 -[2013-09-26 15:21:01] >>83 -[2013-09-26 15:22:01] >>83 -[2013-09-26 15:23:01] >>83 -[2013-09-26 15:23:40] 87 -[2013-09-26 15:23:42] 83 -[2013-09-26 15:23:43] >83 -[2013-09-26 15:24:43] >>83 -[2013-09-26 15:25:43] >>83 -[2013-09-26 15:26:44] >>83 -[2013-09-26 15:27:44] >>83 -[2013-09-26 15:28:44] >>83 -[2013-09-26 15:29:44] >>83 -[2013-09-26 15:30:44] >>83 -[2013-09-26 15:31:23] 87 -[2013-09-26 15:31:25] 83 -[2013-09-26 15:31:26] >83 -[2013-09-26 15:32:26] >>83 -[2013-09-26 15:33:26] >>83 -[2013-09-26 15:34:26] >>83 -[2013-09-26 15:35:27] >>83 -[2013-09-26 15:36:27] >>83 -[2013-09-26 15:37:27] >>83 -[2013-09-26 15:38:27] >>83 -[2013-09-26 15:39:06] 87 -[2013-09-26 15:39:08] 83 -[2013-09-26 15:39:09] >83 -[2013-09-26 15:40:09] >>83 -[2013-09-26 15:41:09] >>83 -[2013-09-26 15:42:09] >>83 -[2013-09-26 15:43:10] >>83 -[2013-09-26 15:44:10] >>83 -[2013-09-26 15:45:10] >>83 -[2013-09-26 15:46:10] >>83 -[2013-09-26 15:46:49] C7 -[2013-09-26 15:46:51] C3 -[2013-09-26 15:46:52] >C3 -[2013-09-26 15:47:52] >>C3 -[2013-09-26 15:48:52] >>C3 -[2013-09-26 15:49:52] >>C3 -[2013-09-26 15:50:53] >>C3 -[2013-09-26 15:51:53] >>C3 -[2013-09-26 15:52:53] >>C3 -[2013-09-26 15:53:53] >>C3 -[2013-09-26 15:54:43] 83 -[2013-09-26 15:54:44] 87 -[2013-09-26 15:54:46] 83 -[2013-09-26 15:54:47] >83 -[2013-09-26 15:55:47] >>83 -[2013-09-26 15:56:47] >>83 -[2013-09-26 15:57:47] >>83 -[2013-09-26 15:58:48] >>83 -[2013-09-26 15:59:48] >>83 -[2013-09-26 16:00:48] >>83 -[2013-09-26 16:01:48] >>83 -[2013-09-26 16:02:31] 87 -[2013-09-26 16:02:33] 83 -[2013-09-26 16:02:34] >83 -[2013-09-26 16:02:50] 81 -[2013-09-26 16:02:52] >81 -[2013-09-26 16:03:52] >>81 -[2013-09-26 16:04:52] >>81 -[2013-09-26 16:05:52] >>81 -[2013-09-26 16:06:52] >>81 -[2013-09-26 16:07:52] >>81 -[2013-09-26 16:08:53] >>81 -[2013-09-26 16:09:53] >>81 -[2013-09-26 16:10:53] >>81 -[2013-09-26 16:11:53] >>81 -[2013-09-26 16:12:54] >>81 -[2013-09-26 16:13:54] >>81 -[2013-09-26 16:14:54] >>81 -[2013-09-26 16:15:54] >>81 -[2013-09-26 16:16:54] >>81 -[2013-09-26 16:17:55] >>81 -[2013-09-26 16:18:19] 83 -[2013-09-26 16:18:21] >83 -[2013-09-26 16:18:58] 81 -[2013-09-26 16:18:59] >81 -[2013-09-26 16:19:59] >>81 -[2013-09-26 16:20:30] 83 -[2013-09-26 16:20:32] >83 -[2013-09-26 16:21:05] 93 -[2013-09-26 16:21:07] >93 -[2013-09-26 16:21:14] 83 -[2013-09-26 16:21:16] >83 -[2013-09-26 16:22:10] 81 -[2013-09-26 16:22:12] >81 -[2013-09-26 16:23:11] >>81 -[2013-09-26 16:24:12] >>81 -[2013-09-26 16:25:12] >>81 -[2013-09-26 16:26:12] >>81 -[2013-09-26 16:27:12] >>81 -[2013-09-26 16:28:13] >>81 -[2013[2013-09-26 16:17:16] Avvio ProgrammaReadPar IOB-pi v.1.1 -[2013-09-26 16:17:16] Start ReadPar IOB-pi v.1.1 -[2013-09-26 16:17:17] 1 -[2013-09-26 16:17:18] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-26 16:17:18] >1 -[2013-09-26 16:32:47] >>1 -[2013-09-26 16:33:01] 9 -[2013-09-26 16:33:02] 99 -[2013-09-26 16:33:04] >99 -[2013-09-26 16:34:03] >>99 -[2013-09-26 16:35:04] >>99 -[2013-09-26 16:35:12] 89 -[2013-09-26 16:35:13] >89 -[2013-09-26 16:35:15] 81 -[2013-09-26 16:35:17] >81 -[2013-09-26 16:36:16] >>81 -[2013-09-26 16:37:17] >>81 -[2013-09-26 16:37:35] 91 -[2013-09-26 16:37:36] 99 -[2013-09-26 16:37:37] >99 -[2013-09-26 16:37:40] 91 -[2013-09-26 16:37:42] >91 -[2013-09-26 16:37:45] 81 -[2013-09-26 16:37:47] >81 -[2013-09-26 16:37:57] 83 -[2013-09-26 16:37:59] >83 -[2013-09-26 16:38:28] 87 -[2013-09-26 16:38:30] 83 -[2013-09-26 16:38:32] >83 -[2013-09-26 16:39:31] >>83 -[2013-09-26 16:40:32] >>83 -[2013-09-26 16:41:32] >>83 -[2013-09-26 16:42:32] >>83 -[2013-09-26 16:43:32] >>83 -[2013-09-26 16:44:32] >>83 -[2013-09-26 16:45:33] >>83 -[2013-09-26 16:46:11] 87 -[2013-09-26 16:46:13] 83 -[2013-09-26 16:46:15] >83 -[2013-09-26 16:47:14] >>83 -[2013-09-26 16:48:14] >>83 -[2013-09-26 16:49:15] >>83 -[2013-09-26 16:50:15] >>83 -[2013-09-26 16:51:15] >>83 -[2013-09-26 16:52:15] >>83 -[2013-09-26 16:53:16] >>83 -[2013-09-26 16:53:54] 87 -[2013-09-26 16:53:56] 83 -[2013-09-26 16:53:57] >83 -[2013-09-26 16:54:57] >>83 -[2013-09-26 16:55:57] >>83 -[2013-09-26 16:56:58] >>83 -[2013-09-26 16:57:58] >>83 -[2013-09-26 16:58:58] >>83 -[2013-09-26 16:59:58] >>83 -[2013-09-26 17:00:58] >>83 -[2013-09-26 17:01:38] 87 -[2013-09-26 17:01:39] 83 -[2013-09-26 17:01:41] >83 -[2013-09-26 17:02:41] >>83 -[2013-09-26 17:03:41] >>83 -[2013-09-26 17:04:41] >>83 -[2013-09-26 17:05:41] >>83 -[2013-09-26 17:06:41] >>83 -[2013-09-26 17:07:42] >>83 -[2013-09-26 17:08:42] >>83 -[2013-09-26 17:09:21] C7 -[2013-09-26 17:09:22] C3 -[2013-09-26 17:09:24] >C3 -[2013-09-26 17:10:24] >>C3 -[2013-09-26 17:11:24] >>C3 -[2013-09-26 17:12:24] >>C3 -[2013-09-26 17:13:24] >>C3 -[2013-09-26 17:14:24] >>C3 -[2013-09-26 17:15:25] >>C3 -[2013-09-26 17:16:25] >>C3 -[2013-09-26 17:17:15] 83 -[2013-09-26 17:17:16] 87 -[2013-09-26 17:17:17] 83 -[2013-09-26 17:17:19] >83 -[2013-09-26 17:18:19] >>83 -[2013-09-26 17:19:19] >>83 -[2013-09-26 17:20:19] >>83 -[2013-09-26 17:21:19] >>83 -[2013-09-26 17:22:19] >>83 -[2013-09-26 17:23:20] >>83 -[2013-09-26 17:24:20] >>83 -[2013-09-26 17:25:02] 87 -[2013-09-26 17:25:04] 83 -[2013-09-26 17:25:05] >83 -[2013-09-26 17:26:05] >>83 -[2013-09-26 17:27:05] >>83 -[2013-09-26 17:28:05] >>83 -[2013-09-26 17:29:06] >>83 -[2013-09-26 17:30:06] >>83 -[2013-09-26 17:31:06] >>83 -[2013-09-26 17:32:10] >>83 -[2013-09-26 17:32:45] 87 -[2013-09-26 17:32:47] 83 -[2013-09-26 17:32:49] >83 -[2013-09-26 17:33:48] >>83 -[2013-09-26 17:34:49] >>83 -[2013-09-26 17:35:49] >>83 -[2013-09-26 17:36:49] >>83 -[2013-09-26 17:37:49] >>83 -[2013-09-26 17:38:50] >>83 -[2013-09-26 17:39:50] >>83 -[2013-09-26 17:40:28] 87 -[2013-09-26 17:40:30] 83 -[2013-09-26 17:40:32] >83 -[2013-09-26 17:41:31] >>83 -[2013-09-26 17:42:32] >>83 -[2013-09-26 17:43:32] >>83 -[2013-09-26 17:44:32] >>83 -[2013-09-26 17:45:32] >>83 -[2013-09-26 17:46:32] >>83 -[2013-09-26 17:47:33] >>83 -[2013-09-26 17:48:11] 87 -[2013-09-26 17:48:13] 83 -[2013-09-26 17:48:15] >83 -[2013-09-26 17:49:16] >>83 -[2013-09-26 17:50:17] >>83 -[2013-09-26 17:51:17] >>83 -[2013-09-26 17:52:17] >>83 -[2013-09-26 17:53:17] >>83 -[2013-09-26 17:54:17] >>83 -[2013-09-26 17:55:18] >>83 -[2013-09-26 17:56:06] C7 -[2013-09-26 17:56:08] C3 -[2013-09-26 17:56:10] >C3 -[2013-09-26 17:57:09] >>C3 -[2013-09-26 17:58:10] >>C3 -[2013-09-26 17:59:10] >>C3 -[2013-09-26 18:00:10] >>C3 -[2013-09-26 18:01:10] >>C3 -[2013-09-26 18:02:10] >>C3 -[2013-09-26 18:03:11] >>C3 -[2013-09-26 18:03:49] 83 -[2013-09-26 18:03:49] 87 -[2013-09-26 18:03:51] 83 -[2013-09-26 18:03:53] >83 -[2013-09-26 18:04:52] >>83 -[2013-09-26 18:05:53] >>83 -[2013-09-26 18:06:53] >>83 -[2013-09-26 18:07:53] >>83 -[2013-09-26 18:08:53] >>83 -[2013-09-26 18:09:53] >>83 -[2013-09-26 18:10:53] >>83 -[2013-09-26 18:11:36] 87 -[2013-09-26 18:11:37] 83 -[2013-09-26 18:11:39] >83 -[2013-09-26 18:12:39] >>83 -[2013-09-26 18:13:39] >>83 -[2013-09-26 18:14:39] >>83 -[2013-09-26 18:15:39] >>83 -[2013-09-26 18:16:39] >>83 -[2013-09-26 18:17:39] >>83 -[2013-09-26 18:18:40] >>83 -[2013-09-26 18:19:19] 87 -[2013-09-26 18:19:21] 83 -[2013-09-26 18:19:22] >83 -[2013-09-26 18:20:22] >>83 -[2013-09-26 18:21:22] >>83 -[2013-09-26 18:22:22] >>83 -[2013-09-26 18:23:22] >>83 -[2013-09-26 18:24:23] >>83 -[2013-09-26 18:25:23] >>83 -[2013-09-26 18:26:23] >>83 -[2013-09-26 18:27:02] 87 -[2013-09-26 18:27:04] 83 -[2013-09-26 18:27:06] >83 -[2013-09-26 18:28:05] >>83 -[2013-09-26 18:29:05] >>83 -[2013-09-26 18:30:06] >>83 -[2013-09-26 18:31:06] >>83 -[2013-09-26 18:32:06] >>83 -[2013-09-26 18:33:06] >>83 -[2013-09-26 18:34:06] >>83 -[2013-09-26 18:34:57] 87 -[2013-09-26 18:34:59] 83 -[2013-09-26 18:35:01] >83 -[2013-09-26 18:36:00] >>83 -[2013-09-26 18:37:00] >>83 -[2013-09-26 18:38:00] >>83 -[2013-09-26 18:39:01] >>83 -[2013-09-26 18:40:01] >>83 -[2013-09-26 18:41:01] >>83 -[2013-09-26 18:42:01] >>83 -[2013-09-26 18:42:40] C7 -[2013-09-26 18:42:42] C3 -[2013-09-26 18:42:43] >C3 -[2013-09-26 18:43:43] >>C3 -[2013-09-26 18:44:43] >>C3 -[2013-09-26 18:45:43] >>C3 -[2013-09-26 18:46:43] >>C3 -[2013-09-26 18:47:43] >>C3 -[2013-09-26 18:48:43] >>C3 -[2013-09-26 18:49:44] >>C3 -[2013-09-26 18:50:23] 83 -[2013-09-26 18:50:23] 87 -[2013-09-26 18:50:25] 83 -[2013-09-26 18:50:27] >83 -[2013-09-26 18:51:26] >>83 -[2013-09-26 18:52:26] >>83 -[2013-09-26 18:53:26] >>83 -[2013-09-26 18:54:27] >>83 -[2013-09-26 18:55:27] >>83 -[2013-09-26 18:56:27] >>83 -[2013-09-26 18:57:27] >>83 -[2013-09-26 18:58:10] 87 -[2013-09-26 18:58:12] 83 -[2013-09-26 18:58:13] >83 -[2013-09-26 18:59:13] >>83 -[2013-09-26 19:00:13] >>83 -[2013-09-26 19:01:13] >>83 -[2013-09-26 19:02:13] >>83 -[2013-09-26 19:03:13] >>83 -[2013-09-26 19:04:14] >>83 -[2013-09-26 19:05:14] >>83 -[2013-09-26 19:05:53] 87 -[2013-09-26 19:05:54] 83 -[2013-09-26 19:05:56] >83 -[2013-09-26 19:06:56] >>83 -[2013-09-26 19:07:56] >>83 -[2013-09-26 19:08:56] >>83 -[2013-09-26 19:09:56] >>83 -[2013-09-26 19:10:56] >>83 -[2013-09-26 19:11:56] >>83 -[2013-09-26 19:12:57] >>83 -[2013-09-26 19:13:48] 87 -[2013-09-26 19:13:50] 83 -[2013-09-26 19:13:51] >83 -[2013-09-26 19:14:51] >>83 -[2013-09-26 19:15:51] >>83 -[2013-09-26 19:16:51] >>83 -[2013-09-26 19:17:51] >>83 -[2013-09-26 19:18:52] >>83 -[2013-09-26 19:19:52] >>83 -[2013-09-26 19:20:52] >>83 -[2013-09-26 19:21:31] 87 -[2013-09-26 19:21:33] 83 -[2013-09-26 19:21:34] >83 -[2013-09-26 19:22:34] >>83 -[2013-09-26 19:23:34] >>83 -[2013-09-26 19:24:34] >>83 -[2013-09-26 19:25:34] >>83 -[2013-09-26 19:26:34] >>83 -[2013-09-26 19:27:34] >>83 -[2013-09-26 19:28:35] >>83 -[2013-09-26 19:29:14] C7 -[2013-09-26 19:29:16] C3 -[2013-09-26 19:29:17] >C3 -[2013-09-26 19:30:17] >>C3 -[2013-09-26 19:31:17] >>C3 -[2013-09-26 19:32:17] >>C3 -[2013-09-26 19:33:17] >>C3 -[2013-09-26 19:34:17] >>C3 -[2013-09-26 19:35:18] >>C3 -[2013-09-26 19:36:18] >>C3 -[2013-09-26 19:36:56] 83 -[2013-09-26 19:36:57] 87 -[2013-09-26 19:36:59] 83 -[2013-09-26 19:37:00] >83 -[2013-09-26 19:38:00] >>83 -[2013-09-26 19:39:00] >>83 -[2013-09-26 19:40:00] >>83 -[2013-09-26 19:41:00] >>83 -[2013-09-26 19:42:00] >>83 -[2013-09-26 19:43:00] >>83 -[2013-09-26 19:44:01] >>83 -[2013-09-26 19:44:44] 87 -[2013-09-26 19:44:45] 83 -[2013-09-26 19:44:47] >83 -[2013-09-26 19:45:47] >>83 -[2013-09-26 19:46:47] >>83 -[2013-09-26 19:47:47] >>83 -[2013-09-26 19:48:47] >>83 -[2013-09-26 19:49:47] >>83 -[2013-09-26 19:50:47] >>83 -[2013-09-26 19:51:47] >>83 -[2013-09-26 19:52:39] 87 -[2013-09-26 19:52:41] 83 -[2013-09-26 19:52:42] >83 -[2013-09-26 19:53:42] >>83 -[2013-09-26 19:54:42] >>83 -[2013-09-26 19:55:42] >>83 -[2013-09-26 19:56:42] >>83 -[2013-09-26 19:57:42] >>83 -[2013-09-26 19:58:43] >>83 -[2013-09-26 19:59:43] >>83 -[2013-09-26 20:00:22] 87 -[2013-09-26 20:00:23] 83 -[2013-09-26 20:00:25] >83 -[2013-09-26 20:01:25] >>83 -[2013-09-26 20:02:25] >>83 -[2013-09-26 20:03:25] >>83 -[2013-09-26 20:04:25] >>83 -[2013-09-26 20:05:25] >>83 -[2013-09-26 20:06:25] >>83 -[2013-09-26 20:07:25] >>83 -[2013-09-26 20:08:05] 87 -[2013-09-26 20:08:07] 83 -[2013-09-26 20:08:08] >83 -[2013-09-26 20:09:08] >>83 -[2013-09-26 20:10:08] >>83 -[2013-09-26 20:11:08] >>83 -[2013-09-26 20:12:08] >>83 -[2013-09-26 20:13:08] >>83 -[2013-09-26 20:14:09] >>83 -[2013-09-26 20:15:09] >>83 -[2013-09-26 20:15:48] C7 -[2013-09-26 20:15:49] >C7 -[2013-09-26 20:15:50] C3 -[2013-09-26 20:15:51] >C3 -[2013-09-26 20:16:51] >>C3 -[2013-09-26 20:17:51] >>C3 -[2013-09-26 20:18:51] >>C3 -[2013-09-26 20:19:51] >>C3 -[2013-09-26 20:20:52] >>C3 -[2013-09-26 20:21:52] >>C3 -[2013-09-26 20:22:52] >>C3 -[2013-09-26 20:23:30] 83 -[2013-09-26 20:23:31] 87 -[2013-09-26 20:23:33] 83 -[2013-09-26 20:23:34] >83 -[2013-09-26 20:24:34] >>83 -[2013-09-26 20:25:34] >>83 -[2013-09-26 20:26:34] >>83 -[2013-09-26 20:27:34] >>83 -[2013-09-26 20:28:34] >>83 -[2013-09-26 20:29:35] >>83 -[2013-09-26 20:30:35] >>83 -[2013-09-26 20:31:35] >>83 -[2013-09-26 20:31:43] 87 -[2013-09-26 20:31:45] 83 -[2013-09-26 20:31:46] >83 -[2013-09-26 20:32:46] >>83 -[2013-09-26 20:33:46] >>83 -[2013-09-26 20:34:46] >>83 -[2013-09-26 20:35:46] >>83 -[2013-09-26 20:36:46] >>83 -[2013-09-26 20:37:46] >>83 -[2013-09-26 20:38:47] >>83 -[2013-09-26 20:39:26] 87 -[2013-09-26 20:39:28] 83 -[2013-09-26 20:39:29] >83 -[2013-09-26 20:40:29] >>83 -[2013-09-26 20:41:29] >>83 -[2013-09-26 20:42:29] >>83 -[2013-09-26 20:43:29] >>83 -[2013-09-26 20:44:30] >>83 -[2013-09-26 20:45:30] >>83 -[2013-09-26 20:46:30] >>83 -[2013-09-26 20:47:09] 87 -[2013-09-26 20:47:11] 83 -[2013-09-26 20:47:12] >83 -[2013-09-26 20:48:12] >>83 -[2013-09-26 20:49:12] >>83 -[2013-09-26 20:50:12] >>83 -[2013-09-26 20:51:12] >>83 -[2013-09-26 20:52:12] >>83 -[2013-09-26 20:53:13] >>83 -[2013-09-26 20:54:13] >>83 -[2013-09-26 20:54:52] 87 -[2013-09-26 20:54:54] 83 -[2013-09-26 20:54:56] >83 -[2013-09-26 20:55:55] >>83 -[2013-09-26 20:56:55] >>83 -[2013-09-26 20:57:55] >>83 -[2013-09-26 20:58:56] >>83 -[2013-09-26 20:59:56] >>83 -[2013-09-26 21:00:56] >>83 -[2013-09-26 21:01:56] >>83 -[2013-09-26 21:02:36] C7 -[2013-09-26 21:02:37] C3 -[2013-09-26 21:02:39] >C3 -[2013-09-26 21:03:38] >>C3 -[2013-09-26 21:04:38] >>C3 -[2013-09-26 21:05:39] >>C3 -[2013-09-26 21:06:39] >>C3 -[2013-09-26 21:07:39] >>C3 -[2013-09-26 21:08:39] >>C3 -[2013-09-26 21:09:39] >>C3 -[2013-09-26 21:10:30] 83 -[2013-09-26 21:10:30] 87 -[2013-09-26 21:10:32] 83 -[2013-09-26 21:10:34] >83 -[2013-09-26 21:11:33] >>83 -[2013-09-26 21:12:33] >>83 -[2013-09-26 21:13:33] >>83 -[2013-09-26 21:14:34] >>83 -[2013-09-26 21:15:34] >>83 -[2013-09-26 21:16:34] >>83 -[2013-09-26 21:17:34] >>83 -[2013-09-26 21:18:17] 87 -[2013-09-26 21:18:19] 83 -[2013-09-26 21:18:20] >83 -[2013-09-26 21:19:20] >>83 -[2013-09-26 21:20:20] >>83 -[2013-09-26 21:21:20] >>83 -[2013-09-26 21:22:20] >>83 -[2013-09-26 21:23:21] >>83 -[2013-09-26 21:24:21] >>83 -[2013-09-26 21:25:21] >>83 -[2013-09-26 21:26:00] 87 -[2013-09-26 21:26:02] 83 -[2013-09-26 21:26:03] >83 -[2013-09-26 21:27:03] >>83 -[2013-09-26 21:28:03] >>83 -[2013-09-26 21:29:03] >>83 -[2013-09-26 21:30:03] >>83 -[2013-09-26 21:31:03] >>83 -[2013-09-26 21:32:03] >>83 -[2013-09-26 21:33:04] >>83 -[2013-09-26 21:33:43] 87 -[2013-09-26 21:33:45] 83 -[2013-09-26 21:33:46] >83 -[2013-09-26 21:34:46] >>83 -[2013-09-26 21:35:46] >>83 -[2013-09-26 21:36:46] >>83 -[2013-09-26 21:37:46] >>83 -[2013-09-26 21:38:47] >>83 -[2013-09-26 21:39:47] >>83 -[2013-09-26 21:40:47] >>83 -[2013-09-26 21:41:26] 87 -[2013-09-26 21:41:28] 83 -[2013-09-26 21:41:29] >83 -[2013-09-26 21:42:29] >>83 -[2013-09-26 21:43:29] >>83 -[2013-09-26 21:44:26] 81 -[2013-09-26 21:44:27] >81 -[2013-09-26 21:45:27] >>81 -[2013-09-26 21:46:27] >>81 -[2013-09-26 21:47:27] >>81 -[2013-09-26 21:48:27] >>81 -[2013-09-26 21:49:07] 99 -[2013-09-26 21:49:08] >99 -[2013-09-26 21:50:08] >>99 -[2013-09-26 21:51:08] >>99 -[2013-09-26 21:52:08] >>99 -[2013-09-26 21:53:08] >>99 -[2013-09-26 21:54:09] >>99 -[2013-09-26 21:55:09] >>99 -[2013-09-26 21:56:09] >>99 -[2013-09-26 21:57:09] >>99 -[2013-09-26 21:58:09] >>99 -[2013-09-26 21:59:09] >>99 -[2013-09-26 22:00:09] >>99 -[2013-09-26 22:01:10] >>99 -[2013-09-26 22:02:10] >>99 -[2013-09-26 22:03:10] >>99 -[2013-09-26 22:04:10] >>99 -[2013-09-26 22:04:18] 89 -[2013-09-26 22:04:20] >89 -[2013-09-26 22:04:21] 81 -[2013-09-26 22:04:23] >81 -[2013-09-26 22:04:31] 83 -[2013-09-26 22:04:33] >83 -[2013-09-26 22:05:10] 87 -[2013-09-26 22:05:12] 83 -[2013-09-26 22:05:13] >83 -[2013-09-26 22:06:13] >>83 -[2013-09-26 22:07:13] >>83 -[2013-09-26 22:08:13] >>83 -[2013-09-26 22:09:13] >>83 -[2013-09-26 22:10:13] >>83 -[2013-09-26 22:11:14] >>83 -[2013-09-26 22:12:14] >>83 -[2013-09-26 22:12:53] 87 -[2013-09-26 22:12:54] 83 -[2013-09-26 22:12:56] >83 -[2013-09-26 22:13:56] >>83 -[2013-09-26 22:14:56] >>83 -[2013-09-26 22:15:56] >>83 -[2013-09-26 22:16:56] >>83 -[2013-09-26 22:17:56] >>83 -[2013-09-26 22:18:56] >>83 -[2013-09-26 22:19:56] >>83 -[2013-09-26 22:20:36] 87 -[2013-09-26 22:20:38] 83 -[2013-09-26 22:20:39] >83 -[2013-09-26 22:21:39] >>83 -[2013-09-26 22:22:39] >>83 -[2013-09-26 22:23:39] >>83 -[2013-09-26 22:24:39] >>83 -[2013-09-26 22:25:39] >>83 -[2013-09-26 22:26:40] >>83 -[2013-09-26 22:27:40] >>83 -[2013-09-26 22:28:19] 87 -[2013-09-26 22:28:20] 83 -[2013-09-26 22:28:22] >83 -[2013-09-26 22:29:22] >>83 -[2013-09-26 22:30:22] >>83 -[2013-09-26 22:31:22] >>83 -[2013-09-26 22:32:22] >>83 -[2013-09-26 22:33:22] >>83 -[2013-09-26 22:34:22] >>83 -[2013-09-26 22:35:22] >>83 -[2013-09-26 22:36:02] C7 -[2013-09-26 22:36:04] C3 -[2013-09-26 22:36:05] >C3 -[2013-09-26 22:37:05] >>C3 -[2013-09-26 22:38:05] >>C3 -[2013-09-26 22:39:05] >>C3 -[2013-09-26 22:40:05] >>C3 -[2013-09-26 22:41:05] >>C3 -[2013-09-26 22:42:05] >>C3 -[2013-09-26 22:43:06] >>C3 -[2013-09-26 22:43:56] 83 -[2013-09-26 22:43:57] 87 -[2013-09-26 22:43:58] 83 -[2013-09-26 22:44:00] >83 -[2013-09-26 22:45:00] >>83 -[2013-09-26 22:46:00] >>83 -[2013-09-26 22:47:00] >>83 -[2013-09-26 22:48:00] >>83 -[2013-09-26 22:49:00] >>83 -[2013-09-26 22:50:00] >>83 -[2013-09-26 22:51:01] >>83 -[2013-09-26 22:51:44] 87 -[2013-09-26 22:51:45] 83 -[2013-09-26 22:51:47] >83 -[2013-09-26 22:52:47] >>83 -[2013-09-26 22:53:47] >>83 -[2013-09-26 22:54:47] >>83 -[2013-09-26 22:55:47] >>83 -[2013-09-26 22:56:47] >>83 -[2013-09-26 22:57:47] >>83 -[2013-09-26 22:58:47] >>83 -[2013-09-26 22:59:27] 87 -[2013-09-26 22:59:29] 83 -[2013-09-26 22:59:30] >83 -[2013-09-26 23:00:30] >>83 -[2013-09-26 23:01:30] >>83 -[2013-09-26 23:02:30] >>83 -[2013-09-26 23:03:30] >>83 -[2013-09-26 23:04:30] >>83 -[2013-09-26 23:05:30] >>83 -[2013-09-26 23:06:31] >>83 -[2013-09-26 23:07:10] 87 -[2013-09-26 23:07:11] 83 -[2013-09-26 23:07:13] >83 -[2013-09-26 23:08:13] >>83 -[2013-09-26 23:09:13] >>83 -[2013-09-26 23:10:13] >>83 -[2013-09-26 23:11:13] >>83 -[2013-09-26 23:12:13] >>83 -[2013-09-26 23:13:13] >>83 -[2013-09-26 23:14:13] >>83 -[2013-09-26 23:14:53] 87 -[2013-09-26 23:14:55] 83 -[2013-09-26 23:14:56] >83 -[2013-09-26 23:15:56] >>83 -[2013-09-26 23:16:56] >>83 -[2013-09-26 23:17:56] >>83 -[2013-09-26 23:18:56] >>83 -[2013-09-26 23:19:56] >>83 -[2013-09-26 23:20:57] >>83 -[2013-09-26 23:21:57] >>83 -[2013-09-26 23:22:48] C7 -[2013-09-26 23:22:49] C3 -[2013-09-26 23:22:51] >C3 -[2013-09-26 23:23:51] >>C3 -[2013-09-26 23:24:51] >>C3 -[2013-09-26 23:25:51] >>C3 -[2013-09-26 23:26:51] >>C3 -[2013-09-26 23:27:51] >>C3 -[2013-09-26 23:28:51] >>C3 -[2013-09-26 23:29:51] >>C3 -[2013-09-26 23:30:30] 83 -[2013-09-26 23:30:31] 87 -[2013-09-26 23:30:33] 83 -[2013-09-26 23:30:34] >83 -[2013-09-26 23:31:34] >>83 -[2013-09-26 23:32:34] >>83 -[2013-09-26 23:33:34] >>83 -[2013-09-26 23:34:34] >>83 -[2013-09-26 23:35:34] >>83 -[2013-09-26 23:36:34] >>83 -[2013-09-26 23:37:35] >>83 -[2013-09-26 23:38:18] 87 -[2013-09-26 23:38:19] 83 -[2013-09-26 23:38:21] >83 -[2013-09-26 23:39:21] >>83 -[2013-09-26 23:40:21] >>83 -[2013-09-26 23:41:21] >>83 -[2013-09-26 23:42:21] >>83 -[2013-09-26 23:43:21] >>83 -[2013-09-26 23:44:21] >>83 -[2013-09-26 23:45:21] >>83 -[2013-09-26 23:46:00] 87 -[2013-09-26 23:46:02] 83 -[2013-09-26 23:46:04] >83 -[2013-09-26 23:47:03] >>83 -[2013-09-26 23:48:03] >>83 -[2013-09-26 23:49:04] >>83 -[2013-09-26 23:50:04] >>83 -[2013-09-26 23:51:04] >>83 -[2013-09-26 23:52:04] >>83 -[2013-09-26 23:53:04] >>83 -[2013-09-26 23:53:44] 87 -[2013-09-26 23:53:45] 83 -[2013-09-26 23:53:47] >83 -[2013-09-26 23:54:47] >>83 -[2013-09-26 23:55:47] >>83 -[2013-09-26 23:56:47] >>83 -[2013-09-26 23:57:47] >>83 -[2013-09-26 23:58:47] >>83 -[2013-09-26 23:59:47] >>83 -[2013-09-27 00:00:47] >>83 -[2013-09-27 00:01:39] 87 -[2013-09-27 00:01:40] 83 -[2013-09-27 00:01:42] >83 -[2013-09-27 00:02:41] >>83 -[2013-09-27 00:03:42] >>83 -[2013-09-27 00:04:42] >>83 -[2013-09-27 00:05:42] >>83 -[2013-09-27 00:06:42] >>83 -[2013-09-27 00:07:42] >>83 -[2013-09-27 00:08:42] >>83 -[2013-09-27 00:09:22] C7 -[2013-09-27 00:09:23] C3 -[2013-09-27 00:09:25] >C3 -[2013-09-27 00:10:25] >>C3 -[2013-09-27 00:11:25] >>C3 -[2013-09-27 00:12:25] >>C3 -[2013-09-27 00:13:25] >>C3 -[2013-09-27 00:14:25] >>C3 -[2013-09-27 00:15:25] >>C3 -[2013-09-27 00:16:25] >>C3 -[2013-09-27 00:17:04] 83 -[2013-09-27 00:17:05] 87 -[2013-09-27 00:17:06] 83 -[2013-09-27 00:17:08] >83 -[2013-09-27 00:18:07] >>83 -[2013-09-27 00:19:08] >>83 -[2013-09-27 00:20:08] >>83 -[2013-09-27 00:21:08] >>83 -[2013-09-27 00:22:08] >>83 -[2013-09-27 00:23:08] >>83 -[2013-09-27 00:24:08] >>83 -[2013-09-27 00:24:51] 87 -[2013-09-27 00:24:53] 83 -[2013-09-27 00:24:55] >83 -[2013-09-27 00:25:54] >>83 -[2013-09-27 00:26:54] >>83 -[2013-09-27 00:27:54] >>83 -[2013-09-27 00:28:55] >>83 -[2013-09-27 00:29:55] >>83 -[2013-09-27 00:30:55] >>83 -[2013-09-27 00:31:55] >>83 -[2013-09-27 00:32:35] 87 -[2013-09-27 00:32:36] 83 -[2013-09-27 00:32:38] >83 -[2013-09-27 00:33:38] >>83 -[2013-09-27 00:34:38] >>83 -[2013-09-27 00:35:38] >>83 -[2013-09-27 00:36:38] >>83 -[2013-09-27 00:37:38] >>83 -[2013-09-27 00:38:38] >>83 -[2013-09-27 00:39:38] >>83 -[2013-09-27 00:40:29] 87 -[2013-09-27 00:40:31] 83 -[2013-09-27 00:40:33] >83 -[2013-09-27 00:41:32] >>83 -[2013-09-27 00:42:32] >>83 -[2013-09-27 00:43:33] >>83 -[2013-09-27 00:44:33] >>83 -[2013-09-27 00:45:33] >>83 -[2013-09-27 00:46:33] >>83 -[2013-09-27 00:47:33] >>83 -[2013-09-27 00:48:13] 87 -[2013-09-27 00:48:14] 83 -[2013-09-27 00:48:16] >83 -[2013-09-27 00:49:16] >>83 -[2013-09-27 00:50:16] >>83 -[2013-09-27 00:51:16] >>83 -[2013-09-27 00:52:16] >>83 -[2013-09-27 00:53:16] >>83 -[2013-09-27 00:54:16] >>83 -[2013-09-27 00:55:16] >>83 -[2013-09-27 00:55:55] C7 -[2013-09-27 00:55:57] C3 -[2013-09-27 00:55:59] >C3 -[2013-09-27 00:56:58] >>C3 -[2013-09-27 00:57:58] >>C3 -[2013-09-27 00:58:58] >>C3 -[2013-09-27 00:59:59] >>C3 -[2013-09-27 01:00:59] >>C3 -[2013-09-27 01:01:59] >>C3 -[2013-09-27 01:02:59] >>C3 -[2013-09-27 01:03:38] 83 -[2013-09-27 01:03:39] 87 -[2013-09-27 01:03:40] 83 -[2013-09-27 01:03:42] >83 -[2013-09-27 01:04:42] >>83 -[2013-09-27 01:05:42] >>83 -[2013-09-27 01:06:42] >>83 -[2013-09-27 01:07:42] >>83 -[2013-09-27 01:08:42] >>83 -[2013-09-27 01:09:42] >>83 -[2013-09-27 01:10:42] >>83 -[2013-09-27 01:11:26] 87 -[2013-09-27 01:11:27] 83 -[2013-09-27 01:11:28] >83 -[2013-09-27 01:12:28] >>83 -[2013-09-27 01:13:28] >>83 -[2013-09-27 01:14:28] >>83 -[2013-09-27 01:15:28] >>83 -[2013-09-27 01:16:28] >>83 -[2013-09-27 01:17:29] >>83 -[2013-09-27 01:18:29] >>83 -[2013-09-27 01:19:20] 87 -[2013-09-27 01:19:22] 83 -[2013-09-27 01:19:24] >83 -[2013-09-27 01:20:23] >>83 -[2013-09-27 01:21:23] >>83 -[2013-09-27 01:22:24] >>83 -[2013-09-27 01:23:24] >>83 -[2013-09-27 01:24:24] >>83 -[2013-09-27 01:25:24] >>83 -[2013-09-27 01:26:24] >>83 -[2013-09-27 01:27:03] 87 -[2013-09-27 01:27:05] 83 -[2013-09-27 01:27:06] >83 -[2013-09-27 01:28:06] >>83 -[2013-09-27 01:29:06] >>83 -[2013-09-27 01:30:06] >>83 -[2013-09-27 01:31:06] >>83 -[2013-09-27 01:32:07] >>83 -[2013-09-27 01:33:07] >>83 -[2013-09-27 01:34:07] >>83 -[2013-09-27 01:34:46] 87 -[2013-09-27 01:34:48] 83 -[2013-09-27 01:34:50] >83 -[2013-09-27 01:35:49] >>83 -[2013-09-27 01:36:49] >>83 -[2013-09-27 01:37:50] >>83 -[2013-09-27 01:38:50] >>83 -[2013-09-27 01:39:50] >>83 -[2013-09-27 01:40:50] >>83 -[2013-09-27 01:41:50] >>83 -[2013-09-27 01:42:30] C7 -[2013-09-27 01:42:31] C3 -[2013-09-27 01:42:33] >C3 -[2013-09-27 01:43:32] >>C3 -[2013-09-27 01:44:33] >>C3 -[2013-09-27 01:45:33] >>C3 -[2013-09-27 01:46:33] >>C3 -[2013-09-27 01:47:33] >>C3 -[2013-09-27 01:48:33] >>C3 -[2013-09-27 01:49:33] >>C3 -[2013-09-27 01:50:12] 83 -[2013-09-27 01:50:12] 87 -[2013-09-27 01:50:14] 83 -[2013-09-27 01:50:16] >83 -[2013-09-27 01:51:15] >>83 -[2013-09-27 01:52:15] >>83 -[2013-09-27 01:53:16] >>83 -[2013-09-27 01:54:16] >>83 -[2013-09-27 01:55:16] >>83 -[2013-09-27 01:56:16] >>83 -[2013-09-27 01:57:16] >>83 -[2013-09-27 01:58:11] 87 -[2013-09-27 01:58:12] 83 -[2013-09-27 01:58:14] >83 -[2013-09-27 01:59:14] >>83 -[2013-09-27 02:00:14] >>83 -[2013-09-27 02:01:14] >>83 -[2013-09-27 02:02:14] >>83 -[2013-09-27 02:03:14] >>83 -[2013-09-27 02:04:14] >>83 -[2013-09-27 02:05:14] >>83 -[2013-09-27 02:05:54] 87 -[2013-09-27 02:05:56] 83 -[2013-09-27 02:05:57] >83 -[2013-09-27 02:06:57] >>83 -[2013-09-27 02:07:57] >>83 -[2013-09-27 02:08:57] >>83 -[2013-09-27 02:09:57] >>83 -[2013-09-27 02:10:57] >>83 -[2013-09-27 02:11:58] >>83 -[2013-09-27 02:12:58] >>83 -[2013-09-27 02:13:37] 87 -[2013-09-27 02:13:39] 83 -[2013-09-27 02:13:41] >83 -[2013-09-27 02:14:40] >>83 -[2013-09-27 02:15:40] >>83 -[2013-09-27 02:16:40] >>83 -[2013-09-27 02:17:41] >>83 -[2013-09-27 02:18:41] >>83 -[2013-09-27 02:19:41] >>83 -[2013-09-27 02:20:41] >>83 -[2013-09-27 02:21:20] 87 -[2013-09-27 02:21:22] 83 -[2013-09-27 02:21:23] >83 -[2013-09-27 02:22:23] >>83 -[2013-09-27 02:23:23] >>83 -[2013-09-27 02:24:23] >>83 -[2013-09-27 02:25:23] >>83 -[2013-09-27 02:26:23] >>83 -[2013-09-27 02:27:24] >>83 -[2013-09-27 02:28:24] >>83 -[2013-09-27 02:29:03] C7 -[2013-09-27 02:29:05] C3 -[2013-09-27 02:29:06] >C3 -[2013-09-27 02:30:06] >>C3 -[2013-09-27 02:31:06] >>C3 -[2013-09-27 02:32:06] >>C3 -[2013-09-27 02:33:06] >>C3 -[2013-09-27 02:34:07] >>C3 -[2013-09-27 02:35:07] >>C3 -[2013-09-27 02:36:07] >>C3 -[2013-09-27 02:36:57] 83 -[2013-09-27 02:36:58] 87 -[2013-09-27 02:37:00] 83 -[2013-09-27 02:37:01] >83 -[2013-09-27 02:38:01] >>83 -[2013-09-27 02:39:01] >>83 -[2013-09-27 02:40:01] >>83 -[2013-09-27 02:41:01] >>83 -[2013-09-27 02:42:02] >>83 -[2013-09-27 02:43:02] >>83 -[2013-09-27 02:44:02] >>83 -[2013-09-27 02:44:45] 87 -[2013-09-27 02:44:47] 83 -[2013-09-27 02:44:48] >83 -[2013-09-27 02:45:48] >>83 -[2013-09-27 02:46:48] >>83 -[2013-09-27 02:47:48] >>83 -[2013-09-27 02:48:48] >>83 -[2013-09-27 02:49:48] >>83 -[2013-09-27 02:50:48] >>83 -[2013-09-27 02:51:49] >>83 -[2013-09-27 02:52:28] 87 -[2013-09-27 02:52:30] 83 -[2013-09-27 02:52:31] >83 -[2013-09-27 02:53:31] >>83 -[2013-09-27 02:54:31] >>83 -[2013-09-27 02:55:31] >>83 -[2013-09-27 02:56:32] >>83 -[2013-09-27 02:57:32] >>83 -[2013-09-27 02:58:32] >>83 -[2013-09-27 02:59:32] >>83 -[2013-09-27 03:00:11] 87 -[2013-09-27 03:00:13] 83 -[2013-09-27 03:00:14] >83 -[2013-09-27 03:01:14] >>83 -[2013-09-27 03:02:14] >>83 -[2013-09-27 03:03:14] >>83 -[2013-09-27 03:04:14] >>83 -[2013-09-27 03:05:14] >>83 -[2013-09-27 03:06:15] >>83 -[2013-09-27 03:07:15] >>83 -[2013-09-27 03:08:05] 87 -[2013-09-27 03:08:06] 83 -[2013-09-27 03:08:08] >83 -[2013-09-27 03:09:08] >>83 -[2013-09-27 03:10:08] >>83 -[2013-09-27 03:11:08] >>83 -[2013-09-27 03:12:08] >>83 -[2013-09-27 03:13:08] >>83 -[2013-09-27 03:14:08] >>83 -[2013-09-27 03:15:08] >>83 -[2013-09-27 03:16:00] C7 -[2013-09-27 03:16:01] C3 -[2013-09-27 03:16:03] >C3 -[2013-09-27 03:17:02] >>C3 -[2013-09-27 03:18:02] >>C3 -[2013-09-27 03:19:03] >>C3 -[2013-09-27 03:20:03] >>C3 -[2013-09-27 03:21:03] >>C3 -[2013-09-27 03:22:03] >>C3 -[2013-09-27 03:23:03] >>C3 -[2013-09-27 03:23:42] 83 -[2013-09-27 03:23:43] 87 -[2013-09-27 03:23:44] 83 -[2013-09-27 03:23:46] >83 -[2013-09-27 03:24:46] >>83 -[2013-09-27 03:25:46] >>83 -[2013-09-27 03:26:46] >>83 -[2013-09-27 03:27:46] >>83 -[2013-09-27 03:28:46] >>83 -[2013-09-27 03:29:46] >>83 -[2013-09-27 03:30:46] >>83 -[2013-09-27 03:31:29] 87 -[2013-09-27 03:31:31] >87 -[2013-09-27 03:31:31] 83 -[2013-09-27 03:31:33] >83 -[2013-09-27 03:32:33] >>83 -[2013-09-27 03:33:33] >>83 -[2013-09-27 03:34:33] >>83 -[2013-09-27 03:35:33] >>83 -[2013-09-27 03:36:33] >>83 -[2013-09-27 03:37:33] >>83 -[2013-09-27 03:38:33] >>83 -[2013-09-27 03:39:12] 87 -[2013-09-27 03:39:14] 83 -[2013-09-27 03:39:16] >83 -[2013-09-27 03:40:15] >>83 -[2013-09-27 03:41:15] >>83 -[2013-09-27 03:42:16] >>83 -[2013-09-27 03:43:16] >>83 -[2013-09-27 03:44:16] >>83 -[2013-09-27 03:45:16] >>83 -[2013-09-27 03:46:16] >>83 -[2013-09-27 03:46:56] 87 -[2013-09-27 03:46:57] 83 -[2013-09-27 03:46:59] >83 -[2013-09-27 03:47:59] >>83 -[2013-09-27 03:48:59] >>83 -[2013-09-27 03:49:59] >>83 -[2013-09-27 03:50:59] >>83 -[2013-09-27 03:51:59] >>83 -[2013-09-27 03:52:59] >>83 -[2013-09-27 03:53:59] >>83 -[2013-09-27 03:54:51] 87 -[2013-09-27 03:54:52] 83 -[2013-09-27 03:54:54] >83 -[2013-09-27 03:55:53] >>83 -[2013-09-27 03:56:54] >>83 -[2013-09-27 03:57:54] >>83 -[2013-09-27 03:58:54] >>83 -[2013-09-27 03:59:54] >>83 -[2013-09-27 04:00:54] >>83 -[2013-09-27 04:01:54] >>83 -[2013-09-27 04:02:33] C7 -[2013-09-27 04:02:35] C3 -[2013-09-27 04:02:36] >C3 -[2013-09-27 04:03:36] >>C3 -[2013-09-27 04:04:36] >>C3 -[2013-09-27 04:05:36] >>C3 -[2013-09-27 04:06:36] >>C3 -[2013-09-27 04:07:37] >>C3 -[2013-09-27 04:08:37] >>C3 -[2013-09-27 04:09:37] >>C3 -[2013-09-27 04:10:16] 83 -[2013-09-27 04:10:17] 87 -[2013-09-27 04:10:18] 83 -[2013-09-27 04:10:20] >83 -[2013-09-27 04:11:19] >>83 -[2013-09-27 04:12:20] >>83 -[2013-09-27 04:13:20] >>83 -[2013-09-27 04:14:08] 81 -[2013-09-27 04:14:10] >81 -[2013-09-27 04:14:35] 83 -[2013-09-27 04:14:37] >83 -[2013-09-27 04:15:36] >>83 -[2013-09-27 04:16:36] >>83 -[2013-09-27 04:17:37] >>83 -[2013-09-27 04:18:03] 87 -[2013-09-27 04:18:05] 83 -[2013-09-27 04:18:06] >83 -[2013-09-27 04:19:06] >>83 -[2013-09-27 04:20:06] >>83 -[2013-09-27 04:21:06] >>83 -[2013-09-27 04:22:06] >>83 -[2013-09-27 04:23:07] >>83 -[2013-09-27 04:23:16] 89 -[2013-09-27 04:23:18] >89 -[2013-09-27 04:23:39] 81 -[2013-09-27 04:23:40] >81 -[2013-09-27 04:23:43] 83 -[2013-09-27 04:23:45] >83 -[2013-09-27 04:24:45] >>83 -[2013-09-27 04:25:45] >>83 -[2013-09-27 04:25:46] 87 -[2013-09-27 04:25:48] 83 -[2013-09-27 04:25:50] >83 -[2013-09-27 04:26:49] >>83 -[2013-09-27 04:27:49] >>83 -[2013-09-27 04:28:49] >>83 -[2013-09-27 04:29:50] >>83 -[2013-09-27 04:30:50] >>83 -[2013-09-27 04:31:50] >>83 -[2013-09-27 04:32:50] >>83 -[2013-09-27 04:33:41] 87 -[2013-09-27 04:33:43] 83 -[2013-09-27 04:33:44] >83 -[2013-09-27 04:34:44] >>83 -[2013-09-27 04:35:44] >>83 -[2013-09-27 04:36:44] >>83 -[2013-09-27 04:37:44] >>83 -[2013-09-27 04:38:45] >>83 -[2013-09-27 04:39:45] >>83 -[2013-09-27 04:40:45] >>83 -[2013-09-27 04:41:24] 87 -[2013-09-27 04:41:26] 83 -[2013-09-27 04:41:28] >83 -[2013-09-27 04:42:27] >>83 -[2013-09-27 04:43:27] >>83 -[2013-09-27 04:44:28] >>83 -[2013-09-27 04:45:28] >>83 -[2013-09-27 04:46:28] >>83 -[2013-09-27 04:47:28] >>83 -[2013-09-27 04:48:28] >>83 -[2013-09-27 04:49:08] C7 -[2013-09-27 04:49:09] C3 -[2013-09-27 04:49:11] >C3 -[2013-09-27 04:50:10] >>C3 -[2013-09-27 04:51:11] >>C3 -[2013-09-27 04:52:11] >>C3 -[2013-09-27 04:53:11] >>C3 -[2013-09-27 04:54:11] >>C3 -[2013-09-27 04:55:11] >>C3 -[2013-09-27 04:56:11] >>C3 -[2013-09-27 04:56:50] 83 -[2013-09-27 04:56:50] 87 -[2013-09-27 04:56:52] 83 -[2013-09-27 04:56:54] >83 -[2013-09-27 04:57:53] >>83 -[2013-09-27 04:58:53] >>83 -[2013-09-27 04:59:54] >>83 -[2013-09-27 05:00:54] >>83 -[2013-09-27 05:01:54] >>83 -[2013-09-27 05:02:54] >>83 -[2013-09-27 05:03:54] >>83 -[2013-09-27 05:04:37] 87 -[2013-09-27 05:04:39] 83 -[2013-09-27 05:04:40] >83 -[2013-09-27 05:05:40] >>83 -[2013-09-27 05:06:40] >>83 -[2013-09-27 05:07:40] >>83 -[2013-09-27 05:08:41] >>83 -[2013-09-27 05:09:41] >>83 -[2013-09-27 05:10:41] >>83 -[2013-09-27 05:11:41] >>83 -[2013-09-27 05:12:32] 87 -[2013-09-27 05:12:34] 83 -[2013-09-27 05:12:35] >83 -[2013-09-27 05:13:35] >>83 -[2013-09-27 05:14:35] >>83 -[2013-09-27 05:15:35] >>83 -[2013-09-27 05:16:35] >>83 -[2013-09-27 05:17:35] >>83 -[2013-09-27 05:18:36] >>83 -[2013-09-27 05:19:36] >>83 -[2013-09-27 05:20:15] 87 -[2013-09-27 05:20:17] 83 -[2013-09-27 05:20:19] >83 -[2013-09-27 05:21:18] >>83 -[2013-09-27 05:22:18] >>83 -[2013-09-27 05:23:18] >>83 -[2013-09-27 05:24:19] >>83 -[2013-09-27 05:25:19] >>83 -[2013-09-27 05:26:19] >>83 -[2013-09-27 05:27:19] >>83 -[2013-09-27 05:27:58] 87 -[2013-09-27 05:28:00] 83 -[2013-09-27 05:28:01] >83 -[2013-09-27 05:29:01] >>83 -[2013-09-27 05:30:01] >>83 -[2013-09-27 05:31:01] >>83 -[2013-09-27 05:32:01] >>83 -[2013-09-27 05:33:02] >>83 -[2013-09-27 05:34:02] >>83 -[2013-09-27 05:35:02] >>83 -[2013-09-27 05:35:41] C7 -[2013-09-27 05:35:43] C3 -[2013-09-27 05:35:44] >C3 -[2013-09-27 05:36:44] >>C3 -[2013-09-27 05:37:44] >>C3 -[2013-09-27 05:38:44] >>C3 -[2013-09-27 05:39:45] >>C3 -[2013-09-27 05:40:45] >>C3 -[2013-09-27 05:41:45] >>C3 -[2013-09-27 05:42:45] >>C3 -[2013-09-27 05:43:23] 83 -[2013-09-27 05:43:25] 87 -[2013-09-27 05:43:26] 83 -[2013-09-27 05:43:28] >83 -[2013-09-27 05:44:28] >>83 -[2013-09-27 05:45:28] >>83 -[2013-09-27 05:46:28] >>83 -[2013-09-27 05:47:28] >>83 -[2013-09-27 05:48:28] >>83 -[2013-09-27 05:49:28] >>83 -[2013-09-27 05:50:28] >>83 -[2013-09-27 05:51:23] 87 -[2013-09-27 05:51:25] 83 -[2013-09-27 05:51:26] >83 -[2013-09-27 05:52:26] >>83 -[2013-09-27 05:53:26] >>83 -[2013-09-27 05:54:26] >>83 -[2013-09-27 05:55:26] >>83 -[2013-09-27 05:56:26] >>83 -[2013-09-27 05:57:26] >>83 -[2013-09-27 05:58:27] >>83 -[2013-09-27 05:59:06] 87 -[2013-09-27 05:59:08] 83 -[2013-09-27 05:59:13] >83 -[2013-09-27 06:00:16] >>83 -[2013-09-27 06:01:17] >>83 -[2013-09-27 06:02:17] >>83 -[2013-09-27 06:03:17] >>83 -[2013-09-27 06:04:17] >>83 -[2013-09-27 06:05:17] >>83 -[2013-09-27 06:06:17] >>83 -[2013-09-27 06:06:49] 87 -[2013-09-27 06:06:51] 83 -[2013-09-27 06:06:53] >83 -[2013-09-27 06:07:52] >>83 -[2013-09-27 06:08:52] >>83 -[2013-09-27 06:09:53] >>83 -[2013-09-27 06:10:53] >>83 -[2013-09-27 06:11:53] >>83 -[2013-09-27 06:12:53] >>83 -[2013-09-27 06:13:53] >>83 -[2013-09-27 06:14:32] 87 -[2013-09-27 06:14:34] 83 -[2013-09-27 06:14:35] >83 -[2013-09-27 06:15:35] >>83 -[2013-09-27 06:16:35] >>83 -[2013-09-27 06:17:35] >>83 -[2013-09-27 06:18:35] >>83 -[2013-09-27 06:19:36] >>83 -[2013-09-27 06:20:36] >>83 -[2013-09-27 06:21:36] >>83 -[2013-09-27 06:22:24] C7 -[2013-09-27 06:22:25] C3 -[2013-09-27 06:22:27] >C3 -[2013-09-27 06:23:27] >>C3 -[2013-09-27 06:24:27] >>C3 -[2013-09-27 06:25:27] >>C3 -[2013-09-27 06:26:27] >>C3 -[2013-09-27 06:27:27] >>C3 -[2013-09-27 06:28:27] >>C3 -[2013-09-27 06:29:27] >>C3 -[2013-09-27 06:30:18] 83 -[2013-09-27 06:30:19] 87 -[2013-09-27 06:30:20] 83 -[2013-09-27 06:30:22] >83 -[2013-09-27 06:31:22] >>83 -[2013-09-27 06:32:22] >>83 -[2013-09-27 06:33:22] >>83 -[2013-09-27 06:34:22] >>83 -[2013-09-27 06:35:22] >>83 -[2013-09-27 06:36:22] >>83 -[2013-09-27 06:37:22] >>83 -[2013-09-27 06:38:05] 87 -[2013-09-27 06:38:07] 83 -[2013-09-27 06:38:09] >83 -[2013-09-27 06:39:08] >>83 -[2013-09-27 06:40:09] >>83 -[2013-09-27 06:41:09] >>83 -[2013-09-27 06:42:09] >>83 -[2013-09-27 06:43:09] >>83 -[2013-09-27 06:44:09] >>83 -[2013-09-27 06:45:09] >>83 -[2013-09-27 06:45:49] 87 -[2013-09-27 06:45:50] 83 -[2013-09-27 06:45:52] >83 -[2013-09-27 06:46:52] >>83 -[2013-09-27 06:47:52] >>83 -[2013-09-27 06:48:52] >>83 -[2013-09-27 06:49:52] >>83 -[2013-09-27 06:50:52] >>83 -[2013-09-27 06:51:52] >>83 -[2013-09-27 06:52:52] >>83 -[2013-09-27 06:53:32] 87 -[2013-09-27 06:53:33] 83 -[2013-09-27 06:53:35] >83 -[2013-09-27 06:54:34] >>83 -[2013-09-27 06:55:35] >>83 -[2013-09-27 06:56:35] >>83 -[2013-09-27 06:57:35] >>83 -[2013-09-27 06:58:35] >>83 -[2013-09-27 06:59:35] >>83 -[2013-09-27 07:00:35] >>83 -[2013-09-27 07:01:15] 87 -[2013-09-27 07:01:16] 83 -[2013-09-27 07:01:18] >83 -[2013-09-27 07:02:18] >>83 -[2013-09-27 07:03:18] >>83 -[2013-09-27 07:04:18] >>83 -[2013-09-27 07:05:18] >>83 -[2013-09-27 07:06:18] >>83 -[2013-09-27 07:07:18] >>83 -[2013-09-27 07:08:18] >>83 -[2013-09-27 07:09:10] C7 -[2013-09-27 07:09:11] C3 -[2013-09-27 07:09:13] >C3 -[2013-09-27 07:10:12] >>C3 -[2013-09-27 07:11:12] >>C3 -[2013-09-27 07:12:13] >>C3 -[2013-09-27 07:13:13] >>C3 -[2013-09-27 07:14:13] >>C3 -[2013-09-27 07:15:13] >>C3 -[2013-09-27 07:16:13] >>C3 -[2013-09-27 07:16:52] 83 -[2013-09-27 07:16:53] 87 -[2013-09-27 07:16:54] 83 -[2013-09-27 07:16:56] >83 -[2013-09-27 07:17:56] >>83 -[2013-09-27 07:18:56] >>83 -[2013-09-27 07:19:56] >>83 -[2013-09-27 07:20:56] >>83 -[2013-09-27 07:21:56] >>83 -[2013-09-27 07:22:56] >>83 -[2013-09-27 07:23:56] >>83 -[2013-09-27 07:24:40] 87 -[2013-09-27 07:24:41] 83 -[2013-09-27 07:24:43] >83 -[2013-09-27 07:25:42] >>83 -[2013-09-27 07:26:43] >>83 -[2013-09-27 07:27:43] >>83 -[2013-09-27 07:28:43] >>83 -[2013-09-27 07:29:43] >>83 -[2013-09-27 07:30:43] >>83 -[2013-09-27 07:31:43] >>83 -[2013-09-27 07:32:22] 87 -[2013-09-27 07:32:24] 83 -[2013-09-27 07:32:26] >83 -[2013-09-27 07:33:25] >>83 -[2013-09-27 07:34:25] >>83 -[2013-09-27 07:35:26] >>83 -[2013-09-27 07:36:26] >>83 -[2013-09-27 07:37:26] >>83 -[2013-09-27 07:38:26] >>83 -[2013-09-27 07:39:26] >>83 -[2013-09-27 07:40:06] 87 -[2013-09-27 07:40:07] 83 -[2013-09-27 07:40:09] >83 -[2013-09-27 07:41:09] >>83 -[2013-09-27 07:42:09] >>83 -[2013-09-27 07:43:09] >>83 -[2013-09-27 07:44:09] >>83 -[2013-09-27 07:45:09] >>83 -[2013-09-27 07:46:09] >>83 -[2013-09-27 07:47:09] >>83 -[2013-09-27 07:48:00] 87 -[2013-09-27 07:48:02] 83 -[2013-09-27 07:48:04] >83 -[2013-09-27 07:49:03] >>83 -[2013-09-27 07:50:03] >>83 -[2013-09-27 07:51:04] >>83 -[2013-09-27 07:52:04] >>83 -[2013-09-27 07:53:04] >>83 -[2013-09-27 07:54:04] >>83 -[2013-09-27 07:55:04] >>83 -[2013-09-27 07:55:44] C7 -[2013-09-27 07:55:45] C3 -[2013-09-27 07:55:47] >C3 -[2013-09-27 07:56:46] >>C3 -[2013-09-27 07:57:47] >>C3 -[2013-09-27 07:58:47] >>C3 -[2013-09-27 07:59:47] >>C3 -[2013-09-27 08:00:47] >>C3 -[2013-09-27 08:01:47] >>C3 -[2013-09-27 08:02:47] >>C3 -[2013-09-27 08:03:26] 83 -[2013-09-27 08:03:26] 87 -[2013-09-27 08:03:28] 83 -[2013-09-27 08:03:30] >83 -[2013-09-27 08:04:29] >>83 -[2013-09-27 08:05:30] >>83 -[2013-09-27 08:06:30] >>83 -[2013-09-27 08:07:30] >>83 -[2013-09-27 08:08:30] >>83 -[2013-09-27 08:09:30] >>83 -[2013-09-27 08:10:30] >>83 -[2013-09-27 08:11:13] 87 -[2013-09-27 08:11:15] 83 -[2013-09-27 08:11:17] >83 -[2013-09-27 08:12:16] >>83 -[2013-09-27 08:13:16] >>83 -[2013-09-27 08:14:16] >>83 -[2013-09-27 08:15:17] >>83 -[2013-09-27 08:16:17] >>83 -[2013-09-27 08:17:17] >>83 -[2013-09-27 08:18:17] >>83 -[2013-09-27 08:18:57] 87 -[2013-09-27 08:18:58] 83 -[2013-09-27 08:19:00] >83 -[2013-09-27 08:19:59] >>83 -[2013-09-27 08:21:00] >>83 -[2013-09-27 08:22:00] >>83 -[2013-09-27 08:23:00] >>83 -[2013-09-27 08:24:00] >>83 -[2013-09-27 08:25:00] >>83 -[2013-09-27 08:26:00] >>83 -[2013-09-27 08:26:51] 87 -[2013-09-27 08:26:53] 83 -[2013-09-27 08:26:55] >83 -[2013-09-27 08:27:54] >>83 -[2013-09-27 08:28:54] >>83 -[2013-09-27 08:29:55] >>83 -[2013-09-27 08:30:55] >>83 -[2013-09-27 08:31:55] >>83 -[2013-09-27 08:32:55] >>83 -[2013-09-27 08:33:55] >>83 -[2013-09-27 08:34:35] 87 -[2013-09-27 08:34:36] 83 -[2013-09-27 08:34:38] >83 -[2013-09-27 08:35:38] >>83 -[2013-09-27 08:36:38] >>83 -[2013-09-27 08:37:38] >>83 -[2013-09-27 08:38:38] >>83 -[2013-09-27 08:39:38] >>83 -[2013-09-27 08:40:38] >>83 -[2013-09-27 08:41:38] >>83 -[2013-09-27 08:42:17] C7 -[2013-09-27 08:42:19] C3 -[2013-09-27 08:42:21] >C3 -[2013-09-27 08:43:20] >>C3 -[2013-09-27 08:44:20] >>C3 -[2013-09-27 08:45:21] >>C3 -[2013-09-27 08:46:21] >>C3 -[2013-09-27 08:47:21] >>C3 -[2013-09-27 08:48:21] >>C3 -[2013-09-27 08:49:21] >>C3 -[2013-09-27 08:50:00] 83 -[2013-09-27 08:50:01] 87 -[2013-09-27 08:50:02] 83 -[2013-09-27 08:50:04] >83 -[2013-09-27 08:51:04] >>83 -[2013-09-27 08:52:04] >>83 -[2013-09-27 08:53:04] >>83 -[2013-09-27 08:54:04] >>83 -[2013-09-27 08:55:04] >>83 -[2013-09-27 08:56:04] >>83 -[2013-09-27 08:57:05] >>83 -[2013-09-27 08:57:47] 87 -[2013-09-27 08:57:49] 83 -[2013-09-27 08:57:50] >83 -[2013-09-27 08:58:50] >>83 -[2013-09-27 08:59:50] >>83 -[2013-09-27 09:00:50] >>83 -[2013-09-27 09:01:50] >>83 -[2013-09-27 09:02:51] >>83 -[2013-09-27 09:03:51] >>83 -[2013-09-27 09:04:51] >>83 -[2013-09-27 09:05:42] 87 -[2013-09-27 09:05:44] 83 -[2013-09-27 09:05:46] >83 -[2013-09-27 09:06:45] >>83 -[2013-09-27 09:07:45] >>83 -[2013-09-27 09:08:46] >>83 -[2013-09-27 09:09:46] >>83 -[2013-09-27 09:10:46] >>83 -[2013-09-27 09:11:46] >>83 -[2013-09-27 09:12:46] >>83 -[2013-09-27 09:13:04] 81 -[2013-09-27 09:13:05] >81 -[2013-09-27 09:13:32] 83 -[2013-09-27 09:13:34] >83 -[2013-09-27 09:14:10] 87 -[2013-09-27 09:14:11] 83 -[2013-09-27 09:14:13] >83 -[2013-09-27 09:15:13] >>83 -[2013-09-27 09:16:13] >>83 -[2013-09-27 09:17:13] >>83 -[2013-09-27 09:18:13] >>83 -[2013-09-27 09:19:13] >>83 -[2013-09-27 09:20:13] >>83 -[2013-09-27 09:21:13] >>83 -[2013-09-27 09:21:53] 87 -[2013-09-27 09:21:55] 83 -[2013-09-27 09:21:56] >83 -[2013-09-27 09:22:56] >>83 -[2013-09-27 09:23:56] >>83 -[2013-09-27 09:24:56] >>83 -[2013-09-27 09:25:56] >>83 -[2013-09-27 09:26:56] >>83 -[2013-09-27 09:27:56] >>83 -[2013-09-27 09:28:57] >>83 -[2013-09-27 09:29:36] 87 -[2013-09-27 09:29:37] 83 -[2013-09-27 09:29:39] >83 -[2013-09-27 09:30:39] >>83 -[2013-09-27 09:31:39] >>83 -[2013-09-27 09:32:39] >>83 -[2013-09-27 09:33:39] >>83 -[2013-09-27 09:34:39] >>83 -[2013-09-27 09:35:39] >>83 -[2013-09-27 09:36:39] >>83 -[2013-09-27 09:37:19] 87 -[2013-09-27 09:37:21] 83 -[2013-09-27 09:37:22] >83 -[2013-09-27 09:38:22] >>83 -[2013-09-27 09:39:22] >>83 -[2013-09-27 09:40:22] >>83 -[2013-09-27 09:41:22] >>83 -[2013-09-27 09:42:22] >>83 -[2013-09-27 09:43:23] >>83 -[2013-09-27 09:44:23] >>83 -[2013-09-27 09:45:02] C7 -[2013-09-27 09:45:04] C3 -[2013-09-27 09:45:05] >C3 -[2013-09-27 09:46:05] >>C3 -[2013-09-27 09:47:05] >>C3 -[2013-09-27 09:48:05] >>C3 -[2013-09-27 09:49:05] >>C3 -[2013-09-27 09:50:06] >>C3 -[2013-09-27 09:51:06] >>C3 -[2013-09-27 09:52:06] >>C3 -[2013-09-27 09:52:56] 83 -[2013-09-27 09:52:57] 87 -[2013-09-27 09:52:59] 83 -[2013-09-27 09:53:00] >83 -[2013-09-27 09:54:00] >>83 -[2013-09-27 09:55:00] >>83 -[2013-09-27 09:56:00] >>83 -[2013-09-27 09:57:00] >>83 -[2013-09-27 09:58:00] >>83 -[2013-09-27 09:59:01] >>83 -[2013-09-27 10:00:01] >>83 -[2013-09-27 10:00:43] 87 -[2013-09-27 10:00:45] 83 -[2013-09-27 10:00:47] >83 -[2013-09-27 10:01:46] >>83 -[2013-09-27 10:02:46] >>83 -[2013-09-27 10:03:47] >>83 -[2013-09-27 10:04:47] >>83 -[2013-09-27 10:05:47] >>83 -[2013-09-27 10:06:47] >>83 -[2013-09-27 10:07:47] >>83 -[2013-09-27 10:08:27] 87 -[2013-09-27 10:08:28] 83 -[2013-09-27 10:08:30] >83 -[2013-09-27 10:09:30] >>83 -[2013-09-27 10:10:30] >>83 -[2013-09-27 10:11:30] >>83 -[2013-09-27 10:12:30] >>83 -[2013-09-27 10:13:30] >>83 -[2013-09-27 10:14:30] >>83 -[2013-09-27 10:15:30] >>83 -[2013-09-27 10:16:10] 87 -[2013-09-27 10:16:12] 83 -[2013-09-27 10:16:13] >83 -[2013-09-27 10:17:13] >>83 -[2013-09-27 10:18:13] >>83 -[2013-09-27 10:19:13] >>83 -[2013-09-27 10:20:13] >>83 -[2013-09-27 10:21:13] >>83 -[2013-09-27 10:22:13] >>83 -[2013-09-27 10:23:14] >>83 -[2013-09-27 10:23:53] 87 -[2013-09-27 10:23:54] 83 -[2013-09-27 10:23:56] >83 -[2013-09-27 10:24:56] >>83 -[2013-09-27 10:25:56] >>83 -[2013-09-27 10:26:56] >>83 -[2013-09-27 10:27:56] >>83 -[2013-09-27 10:28:56] >>83 -[2013-09-27 10:29:56] >>83 -[2013-09-27 10:30:56] >>83 -[2013-09-27 10:31:48] C7 -[2013-09-27 10:31:49] >C7 -[2013-09-27 10:31:50] C3 -[2013-09-27 10:31:51] >C3 -[2013-09-27 10:32:51] >>C3 -[2013-09-27 10:33:51] >>C3 -[2013-09-27 10:34:51] >>C3 -[2013-09-27 10:35:51] >>C3 -[2013-09-27 10:36:51] >>C3 -[2013-09-27 10:37:51] >>C3 -[2013-09-27 10:38:52] >>C3 -[2013-09-27 10:39:30] 83 -[2013-09-27 10:39:31] 87 -[2013-09-27 10:39:32] 83 -[2013-09-27 10:39:34] >83 -[2013-09-27 10:40:34] >>83 -[2013-09-27 10:41:34] >>83 -[2013-09-27 10:42:34] >>83 -[2013-09-27 10:43:34] >>83 -[2013-09-27 10:44:34] >>83 -[2013-09-27 10:45:34] >>83 -[2013-09-27 10:46:35] >>83 -[2013-09-27 10:47:18] 87 -[2013-09-27 10:47:19] 83 -[2013-09-27 10:47:21] >83 -[2013-09-27 10:48:21] >>83 -[2013-09-27 10:49:21] >>83 -[2013-09-27 10:50:21] >>83 -[2013-09-27 10:51:21] >>83 -[2013-09-27 10:52:21] >>83 -[2013-09-27 10:52:31] 89 -[2013-09-27 10:52:32] >89 -[2013-09-27 10:53:09] 81 -[2013-09-27 10:53:11] >81 -[2013-09-27 10:53:13] 83 -[2013-09-27 10:53:15] >83 -[2013-09-27 10:54:15] >>83 -[2013-09-27 10:55:01] 87 -[2013-09-27 10:55:02] 83 -[2013-09-27 10:55:04] >83 -[2013-09-27 10:56:04] >>83 -[2013-09-27 10:57:04] >>83 -[2013-09-27 10:58:04] >>83 -[2013-09-27 10:59:04] >>83 -[2013-09-27 11:00:04] >>83 -[2013-09-27 11:01:04] >>83 -[2013-09-27 11:02:05] >>83 -[2013-09-27 11:02:44] 87 -[2013-09-27 11:02:45] 83 -[2013-09-27 11:02:47] >83 -[2013-09-27 11:03:47] >>83 -[2013-09-27 11:04:47] >>83 -[2013-09-27 11:05:47] >>83 -[2013-09-27 11:06:47] >>83 -[2013-09-27 11:07:47] >>83 -[2013-09-27 11:08:47] >>83 -[2013-09-27 11:09:47] >>83 -[2013-09-27 11:10:38] 87 -[2013-09-27 11:10:40] 83 -[2013-09-27 11:10:42] >83 -[2013-09-27 11:11:41] >>83 -[2013-09-27 11:12:42] >>83 -[2013-09-27 11:13:42] >>83 -[2013-09-27 11:14:42] >>83 -[2013-09-27 11:15:42] >>83 -[2013-09-27 11:16:42] >>83 -[2013-09-27 11:17:42] >>83 -[2013-09-27 11:18:22] C7 -[2013-09-27 11:18:23] C3 -[2013-09-27 11:18:25] >C3 -[2013-09-27 11:19:24] >>C3 -[2013-09-27 11:20:25] >>C3 -[2013-09-27 11:21:25] >>C3 -[2013-09-27 11:22:25] >>C3 -[2013-09-27 11:23:25] >>C3 -[2013-09-27 11:24:25] >>C3 -[2013-09-27 11:25:25] >>C3 -[2013-09-27 11:26:04] 83 -[2013-09-27 11:26:04] 87 -[2013-09-27 11:26:06] 83 -[2013-09-27 11:26:08] >83 -[2013-09-27 11:26:14] 81 -[2013-09-27 11:26:16] >81 -[2013-09-27 11:26:43] 83 -[2013-09-27 11:26:44] >83 -[2013-09-27 11:27:44] >>83 -[2013-09-27 11:28:44] >>83 -[2013-09-27 11:29:44] >>83 -[2013-09-27 11:30:44] >>83 -[2013-09-27 11:31:44] >>83 -[2013-09-27 11:32:44] >>83 -[2013-09-27 11:33:45] >>83 -[2013-09-27 11:33:52] 87 -[2013-09-27 11:33:53] 83 -[2013-09-27 11:33:55] >83 -[2013-09-27 11:34:55] >>83 -[2013-09-27 11:35:55] >>83 -[2013-09-27 11:36:55] >>83 -[2013-09-27 11:37:55] >>83 -[2013-09-27 11:38:55] >>83 -[2013-09-27 11:39:55] >>83 -[2013-09-27 11:40:55] >>83 -[2013-09-27 11:41:34] 87 -[2013-09-27 11:41:36] 83 -[2013-09-27 11:41:38] >83 -[2013-09-27 11:42:37] >>83 diff --git a/ConfIOB/Donati/1009_154/old/IOB.cfg b/ConfIOB/Donati/1009_154/old/IOB.cfg deleted file mode 100644 index 072fa86..0000000 --- a/ConfIOB/Donati/1009_154/old/IOB.cfg +++ /dev/null @@ -1,19 +0,0 @@ -[id] -idxMacchina = 1009 - -[web] -URLBASE = http://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina= -URLADV1 = &valore= -URLREBO = http://192.168.51.71/MPIO/sendReboot.aspx?idxMacchina= - -[time] -SAMPLETIME = 0.5 -TIMEOUTSHORT = 2 -TIMEOUTLONG = 60 - -[log] -LOGLEVEL = 10 -LOGFILE = logfile.txt - -[comm] -port = /dev/ttyAMA0 diff --git a/ConfIOB/Donati/1009_154/old/readParallela.py b/ConfIOB/Donati/1009_154/old/readParallela.py deleted file mode 100644 index 7520b36..0000000 --- a/ConfIOB/Donati/1009_154/old/readParallela.py +++ /dev/null @@ -1,337 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -# readParallela v. 1.1 - -#--------------------------------------------------------------- - - -import time -import sys - - -from datetime import datetime - -import urllib -import ConfigParser -import os, sys - -#--------------------------------------------------------------- - -# COSTANTI -MSGLEN = 9 -TIMEOUTSERIALE = 10 -MAXRETRY = 3 - -PROGRAM_NAME ="ReadPar IOB-pi v.1.1" - -# DA FILE CONF -idxMacchina = "1001" -SAMPLETIME = 0.1 -TIMEOUTSHORT = (SAMPLETIME*20) -TIMEOUTLONG = (SAMPLETIME*600) - -# VAR -to_enable = False -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG -to_serial = TIMEOUTSERIALE -to_retry = MAXRETRY -errormsglen = 0 - -# VAR - -out_0 = 24 -out_1 = 26 - -in_0 = 11 -in_1 = 12 -in_2 = 13 -in_3 = 15 -in_4 = 16 -in_5 = 18 -in_6 = 22 -in_7 = 7 - -#--------------------------------------------------------------- -# classe logger - -class Logger: - def __init__(self, filename): - try: - self.filename = filename - except: - logga("LOGGER: errore try su self.filename") - sys.exit(1) - def __call__(self, string): - try: - file = open(self.filename, 'a') - file.write('[' + time.strftime("%Y-%m-%d %H:%M:%S") + '] ') - file.write(string + '\n') - file.close() - except: - logga("LOGGER: errore try su scrittura") - sys.exit(1) - -#--------------------------------------------------------------- -# lettura parallela -# ritorna il byte letto pulito ( due char hex ) - -def readParallela(): - - global in_0 - global in_1 - global in_2 - global in_3 - global in_4 - global in_5 - global in_6 - global in_7 - - global GPIO - - current = '' - -# print "input : " - - # ritorna '' se non ci sono abbastanza caratteri - try: - num_value = 255 - -# print "num_value : " , num_value , in_0 - - if GPIO.input(in_0): - num_value = num_value - 1 - - if GPIO.input(in_1): - num_value = num_value - 2 - - if GPIO.input(in_2): - num_value = num_value - 4 - - if GPIO.input(in_3): - num_value = num_value - 8 - - if GPIO.input(in_4): - num_value = num_value - 16 - - if GPIO.input(in_5): - num_value = num_value - 32 - - if GPIO.input(in_6): - num_value = num_value - 64 - - if GPIO.input(in_7): - num_value = num_value - 128 - - current = hex( num_value ).replace ( "0x" , "" ).upper() - -# print "\n\n\n\n\n" , num_value , current - - ##### convertire in HEX !!!! - - except: - pass - - return current - - - -#--------------------------------------------------------------- -#Funzione di scrittura su url con try-except - -def chiamaUrl(): - - try: - url = URLBASE + idxMacchina + URLADV1 + value - urllib.urlopen ( url ) - except: - logga ( "NETWORK:Errore http-no com rete-timeout" + url ) - print "Url aforte" , url - -#--------------------------------------------------------------- -# Funzione che verifica possibilità di creare log e include testo corrente - -def logga(message) : - try: - log(message) - except : - pass - -#--------------------------------------------------------------- -def avviaParallela(): - - try: - - GPIO.setmode(GPIO.BOARD) - - GPIO.setwarnings(False) - - #GPIO.setup(out_0, GPIO.OUT) # output 0 - #GPIO.setup(out_1, GPIO.OUT) # output 1 - - GPIO.setup(in_0, GPIO.IN) # input 0 - GPIO.setup(in_1, GPIO.IN) # input 1 - GPIO.setup(in_2, GPIO.IN) # input 2 - GPIO.setup(in_3, GPIO.IN) # input 3 - GPIO.setup(in_4, GPIO.IN) # input 4 - GPIO.setup(in_5, GPIO.IN) # input 5 - GPIO.setup(in_6, GPIO.IN) # input 6 - GPIO.setup(in_7, GPIO.IN) # input 7 - - except: - print( "\n\n" + PROGRAM_NAME + " - Error 3 on RPi.GPIO ! \n\n") - sys.exit(1) - - - print( "\n\n" + PROGRAM_NAME + " - init ok \n\n") - - -#--------------------------------------------------------------- -#--------------------------------------------------------------- -# MAIN - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'IOB.cfg' ) - - SAMPLETIME = config.getfloat ( 'time' , 'SAMPLETIME' ) - TIMEOUTSHORT = config.getfloat ( 'time' , 'TIMEOUTSHORT' ) - TIMEOUTLONG = config.getfloat ( 'time' , 'TIMEOUTLONG' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - - - URLBASE = config.get ( 'web' , 'URLBASE' ) - URLADV1 = config.get ( 'web' , 'URLADV1' ) - - LOGFILE = config.get ( 'log' , 'LOGFILE' ) - LOGLEVEL = config.get ( 'log' , 'LOGLEVEL' ) -except: - print "\n\n" + PROGRAM_NAME + ' - Error 4 - in config file ' 'IOB.cfg' - sys.exit(1) - -# oggetto Logger -try: - log = Logger(LOGFILE) -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) - -print "\n\n" + PROGRAM_NAME + "\n\n" - -global startstatus -startstatus = 1 - -if startstatus == 1: - logga("Avvio Programma" + PROGRAM_NAME) - -## Verifica l'OS e di conseguenza carica il file relativo con metodo di lockfile appropriato + check singola istanza -if os.name == 'posix': - import unix -else: - import win - -logga ( "Start " + PROGRAM_NAME ) - - -# lettura file configurazione - -# [id] -# idxMacchina = 2001 -# [time] -# SAMPLETIME = 0.1 -# TIMEOUTSHORT = 200 -# TIMEOUTLONG = 6000 - - -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' TIMEOUTSHORT = %4.2f' % ( TIMEOUTSHORT ) ) -print ( ' TIMEOUTLONG = %4.2f' % ( TIMEOUTLONG ) ) -print ( ' URLBASE = %s' % ( URLBASE ) ) -print ( ' URLADV1 = %s' % ( URLADV1 ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) -print ( ' LOGLEVEL = %s' % ( LOGLEVEL ) ) - -# -sys.stdout.write ( 'idxMacchina ?' + idxMacchina + '\n') - -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG - - -#-------------------------------------------------------------- -# apertura parallela - -try: - import RPi.GPIO as GPIO -except RuntimeError: - print( "\n\n" + PROGRAM_NAME + " - Error 1 - you need superuser privileges") -except: - print( "\n\n" + PROGRAM_NAME + " - Error 2 - you need superuser privileges. USE 'sudo' to run your script\n\n") - sys.exit(1) - - -avviaParallela() - -#--------------------------------------------------------------- -# ciclo forever and ever - -old = '' - -while 1: - - try: - time.sleep (SAMPLETIME) - except: - logga("First_SLEEP: errore attesa sampletime") - - # lettura dati da IOB - value = readParallela() - - if ( value != '' ) : - if value != old : - #loggo e invio dati - try: - logga ( value ) - errormsglen = 0 - chiamaUrl() - except: - logga("URLBROWSER: errore registrazione valore e chiamaUrl") - pass - #enable e reset timer - to_enable = True - to_short = TIMEOUTSHORT - to_long = TIMEOUTLONG - - old = value - - - # gestione timeout breve - if ( to_enable ) : - to_short = to_short - SAMPLETIME - if to_short <= 0: - #loggo e invio dati - try: - logga ( '>' + value ) - errormsglen = 0 - chiamaUrl() - except: - pass - to_short = TIMEOUTSHORT - to_enable = False # dopo un colpo il timer breve viene disabilitato - to_long = TIMEOUTLONG - - # gestione timeout lungo - to_long = to_long - SAMPLETIME - if to_long <= 0: - #loggo e invio dati - try: - logga ( '>>' + value ) - errormsglen = 0 - chiamaUrl() - except: - pass - to_long = TIMEOUTLONG - - diff --git a/ConfIOB/Donati/1009_154/readParallela.py b/ConfIOB/Donati/1009_154/readParallela.py deleted file mode 100644 index 5a38f21..0000000 --- a/ConfIOB/Donati/1009_154/readParallela.py +++ /dev/null @@ -1,530 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -# readParallela v. 1.8 -# versione estetica di Carlo + single instance timer - -#--------------------------------------------------------------- -# levare locking -# timer semplificata -# GPIO global - - -import time -import sys - - -from datetime import datetime - -import urllib -import ConfigParser -import os, sys - -import logging -import logging.handlers -import threading -import Queue -#-------------------------------------------------------------- - -# COSTANTI -MSGLEN = 9 -TIMEOUTSERIALE = 10 -MAXRETRY = 3 - -PROGRAM_NAME ="ReadPar IOB-pi v.1.8" - -# DA FILE CONF -idxMacchina = "1001" -SAMPLETIME = 0.1 -TIMEOUTSHORT = (SAMPLETIME*20) -TIMEOUTLONG = (SAMPLETIME*600) -SENDURLTIME = 0.08 - -# VAR -to_enable = False -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG -to_serial = TIMEOUTSERIALE -to_retry = MAXRETRY -errormsglen = 0 - -# VAR - -out_0 = 24 -out_1 = 26 - -in_0 = 11 -in_1 = 12 -in_2 = 13 -in_3 = 15 -in_4 = 16 -in_5 = 18 -in_6 = 22 -in_7 = 7 - -# contatore: serve x match tra accoda ed invia x possibile controllo a posteriori... ogni volta che accodo incremento di 1, va da 0 a 999 -cont = '0' - -# variabile stato online/offline della macchina -onLine = '1' - -# variabile stato seinding/waiting x la parte invio URL -sending = '0' - -# variabile stato timer thread busy -timer_busy = False - -#-------------------------------------------------------------- -# Gestione coda (condivisa) x registrazione eventi ed invio URL -#print "Creazione coda 1000 elementi" - -Coda = Queue.Queue(0) - -#queueLock = threading.Lock() - -#--------------------------------------------------------------- -# lettura parallela -# ritorna il byte letto pulito ( due char hex ) - -def readParallela(): - - global in_0 - global in_1 - global in_2 - global in_3 - global in_4 - global in_5 - global in_6 - global in_7 - - global GPIO - - current = '' - -# print "input : " - - # ritorna '' se non ci sono abbastanza caratteri - try: - num_value = 255 - -# print "num_value : " , num_value , in_0 - - if GPIO.input(in_0): - num_value = num_value - 1 - - if GPIO.input(in_1): - num_value = num_value - 2 - - if GPIO.input(in_2): - num_value = num_value - 4 - - if GPIO.input(in_3): - num_value = num_value - 8 - - if GPIO.input(in_4): - num_value = num_value - 16 - - if GPIO.input(in_5): - num_value = num_value - 32 - - if GPIO.input(in_6): - num_value = num_value - 64 - - if GPIO.input(in_7): - num_value = num_value - 128 - - current = hex( num_value ).replace ( "0x" , "" ).upper() - -# print "\n\n\n\n\n" , num_value , current - - except: - pass - - return current - - -#-------------------------------------------------------------- -# MARCO: cambiare: chiama URL NON deve chiamare url MA METTERE IN CODA (riempiCoda!!!) -# la parte URL vera va messa in svuotaCoda, PARAMETRICA - -#--------------------------------------------------------------- -#Funzione di scrittura su coda con try-except - -def accoda(): - - try: -# url = URLBASE + idxMacchina + URLADV1 + value -# urllib.urlopen ( url ) - #dtEve = time.strftime("%y%m%d%H%M%S")+"000" - dtEve = datetime.utcnow().strftime('%Y%m%d%H%M%S%f')[:-3] - #logPro.debug( "Nuovo valore inserito in coda: " + dtEve + "#" + value + '#' + cont) - #print(dtEve) - #queueLock.acquire() - Coda.put(dtEve + '#' + value + '#' + cont) - #queueLock.release() - #print "Nuovo valore inserito in coda: " + dtEve + "#", value - - except Queue.Full: - logPro.error( "Quque full" + dtEve + '#' + value + '#' + cont ) - except: - logPro.error( "NETWORK:Errore http-no com rete-timeout" + url ) -# print "Url aforte" , url - - -#-------------------------------------------------------------- -# MARCO: scrivere svuotaCoda come thread etc... -def svuota_coda(): - - global onLine - global sending - global timer_busy - - #print "start timer " - - if ( timer_busy == False ): - timer_busy = True - #print "start timer ok " - - try: - if not Coda.empty(): - #print "coda da svuotare!" - response = urllib.urlopen(URLALIVE) - answ = response.read() - if answ == 'OK': - #print "OK alive" - response2 = urllib.urlopen(URLENABLED + idxMacchina) - answ2 = response2.read() - if answ2 == 'OK': - # aggiorno stato ad online - if onLine == '0': - logPro.info("IOB ONLINE!") - #print("IOB ONLINE") - - onLine = '1' # imposto comunque online - else: - if onLine == '1': - logPro.error("IOB offline") - #print("IOB offline") - - onLine = '0' - else: - if onLine == '1': - logPro.error("Server offline") - #print("Server offline") - - onLine = '0' - - # ora verifico SE si possa inviare (ovvero sia online server e NON ci siano altri send attivi...) - if onLine == '1': - if sending == '0': - #segnalo che sono in sending! - sending = '1' - - # formatto dataOra corrente - #dtCurr = time.strftime("%y%m%d%H%M%S")+"000" - dtCurr = datetime.utcnow().strftime('%Y%m%d%H%M%S%f')[:-3] - # prendo 1 valore dalla coda... - #queueLock.acquire() - resp = Coda.get() - # RILASCIO SUBITO la coda x nuovi insert... - #queueLock.release() - - - # recupero valori da coda! - dtEve = resp.split("#")[0] - value = resp.split("#")[1] - cnt = resp.split("#")[2] - url = URLBASE + idxMacchina + URLADV1 + value - url = url + '&dtCurr=' + dtCurr + '&dtEve=' + dtEve + '&cnt=' + cnt - # CHIAMO URL - response3 = urllib.urlopen ( url ) - answ3 = response3.read() - #print(url) - #logPro.debug(url) - - - # log valore inviato! - logSnd.info( value + ' ['+ cnt +']' + ' R:' + answ3 ) - #print "Valore smaltito dalla coda" - - # completato invio, riporto sending a zero! - sending = '0' - else: - logPro.info("WAIT active send to complete") - - else: - pass - - else: - pass - - except: - if onLine == '1': - logPro.error("Server Non raggiungibile") - #print "Non raggiungibile" - - onLine = '0' - -# in ogni caso - - timer_busy = False - #print "end timer ok" - - - #print "end timer " - - -#--------------------------------------------------------------- -# funzione timer thread -#--------------------------------------------------------------- -def do_every (interval, worker_func, iterations = 0): - if iterations != 1: - threading.Timer ( - interval, - do_every, [interval, worker_func, 0 if iterations == 0 else iterations-1] - ).start (); - - worker_func (); - -#--------------------------------------------------------------- -# gestione contatore -#--------------------------------------------------------------- -def contatore(): - - try: - global cont - ctr = int(cont) - ctr +=1 - ctr = ctr % 1000 # round robin 1000 eventi x track - cont = str(ctr) - except: - print("errore incremento contatore") - -#--------------------------------------------------------------- -# avvia porta parallela -#--------------------------------------------------------------- -def avviaParallela(): - - global in_0 - global in_1 - global in_2 - global in_3 - global in_4 - global in_5 - global in_6 - global in_7 - - global GPIO - - try: - - GPIO.setmode(GPIO.BOARD) - - GPIO.setwarnings(False) - - #GPIO.setup(out_0, GPIO.OUT) # output 0 - #GPIO.setup(out_1, GPIO.OUT) # output 1 - - GPIO.setup(in_0, GPIO.IN) # input 0 - GPIO.setup(in_1, GPIO.IN) # input 1 - GPIO.setup(in_2, GPIO.IN) # input 2 - GPIO.setup(in_3, GPIO.IN) # input 3 - GPIO.setup(in_4, GPIO.IN) # input 4 - GPIO.setup(in_5, GPIO.IN) # input 5 - GPIO.setup(in_6, GPIO.IN) # input 6 - GPIO.setup(in_7, GPIO.IN) # input 7 - - except: - print( "\n\n" + PROGRAM_NAME + " - Error 3 on RPi.GPIO ! \n\n") - sys.exit(1) - - - print( "\n\n" + PROGRAM_NAME + " - init ok \n\n") - - -#--------------------------------------------------------------- -#--------------------------------------------------------------- -# MAIN - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'IOB.cfg' ) - - SAMPLETIME = config.getfloat ( 'time' , 'SAMPLETIME' ) - TIMEOUTSHORT = config.getfloat ( 'time' , 'TIMEOUTSHORT' ) - TIMEOUTLONG = config.getfloat ( 'time' , 'TIMEOUTLONG' ) - SENDURLTIME = config.getfloat ( 'time' , 'SENDURLTIME' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - - - URLBASE = config.get ( 'web' , 'URLBASE' ) - URLENABLED = config.get('web' , 'URLENABLED') - URLALIVE = config.get ('web' , 'URLALIVE') - URLADV1 = config.get ( 'web' , 'URLADV1' ) - - LOGFILE = config.get ( 'log' , 'LOGFILE' ) - LOGLEVEL = config.get ( 'log' , 'LOGLEVEL' ) -except: - print "\n\n" + PROGRAM_NAME + ' - Error 4 - in config file ' 'IOB.cfg' - sys.exit(1) - -#-------------------------------------------- -# oggetto Logger -#-------------------------------------------- -try: - logging.basicConfig(level=logging.DEBUG, - format='%(asctime)s %(name)-8s %(levelname)-8s %(message)s', - datefmt='%Y-%m-%d %H:%M:%S', - filename=LOGFILE, - filemode='a' - ) - - # aggiungo 2 logger specifici x queue e send... - logQue = logging.getLogger('queue') - logSnd = logging.getLogger('sendUrl') - logPro = logging.getLogger('program') - -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) -#-------------------------------------------- - - -print "\n\n" + PROGRAM_NAME + "\n\n" - -global startstatus -startstatus = 1 - -if startstatus == 1: - logPro.info("Avvio Programma" + PROGRAM_NAME) - -## Verifica l'OS e di conseguenza carica il file relativo con metodo di lockfile appropriato + check singola istanza -if os.name == 'posix': - import unix -else: - import win - -logPro.info( "Start " + PROGRAM_NAME ) - - -# lettura file configurazione - -# [id] -# idxMacchina = 2001 -# [time] -# SAMPLETIME = 0.1 -# TIMEOUTSHORT = 200 -# TIMEOUTLONG = 6000 - - -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' SAMPLETIME = %4.2f' % ( SAMPLETIME ) ) -print ( ' TIMEOUTSHORT = %4.2f' % ( TIMEOUTSHORT ) ) -print ( ' TIMEOUTLONG = %4.2f' % ( TIMEOUTLONG ) ) -print ( ' SENDURLTIME = %4.2f' % ( SENDURLTIME ) ) -print ( ' URLBASE = %s' % ( URLBASE ) ) -print ( ' URLADV1 = %s' % ( URLADV1 ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) -print ( ' LOGLEVEL = %s' % ( LOGLEVEL ) ) - -# -sys.stdout.write ( 'idxMacchina ?' + idxMacchina + '\n') - -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG - - -#-------------------------------------------------------------- -# apertura parallela - -try: - import RPi.GPIO as GPIO -except RuntimeError: - print( "\n\n" + PROGRAM_NAME + " - Error 1 - you need superuser privileges") -except: - print( "\n\n" + PROGRAM_NAME + " - Error 2 - you need superuser privileges. USE 'sudo' to run your script\n\n") - sys.exit(1) - - -avviaParallela() - - -#-------------------------------------------------------------- -# MARCO: qui inserire avvio thread di "svuotaCoda" - -# avviaSvuotaCoda -#print "Avvia svuota coda" - -do_every ( SENDURLTIME , svuota_coda ); - -#--------------------------------------------------------------- -# ciclo forever and ever - -old = '' - -#print "Avvio ciclo" -logPro.info("Avvio loop principale") -while 1: - - try: - time.sleep (SAMPLETIME) - except: - logPro.info("First_SLEEP: errore attesa sampletime") - - # lettura dati da IOB - value = readParallela() - - if ( value != '' ) : - if value != old : - #loggo e invio dati - try: - logQue.info( value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda") - pass - #enable e reset timer - to_enable = True - to_short = TIMEOUTSHORT - to_long = TIMEOUTLONG - - old = value - - - # gestione timeout breve - if ( to_enable ) : - to_short = to_short - SAMPLETIME - if to_short <= 0: - #loggo e invio dati - try: - logQue.info( '>' + value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda TO_short") - pass - to_short = TIMEOUTSHORT - to_enable = False # dopo un colpo il timer breve viene disabilitato - to_long = TIMEOUTLONG - - # gestione timeout lungo - to_long = to_long - SAMPLETIME - if to_long <= 0: - #loggo e invio dati - try: - logQue.info( '>>' + value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda TO_long") - pass - to_long = TIMEOUTLONG - - - - diff --git a/ConfIOB/Donati/1009_154/readSeriale.py b/ConfIOB/Donati/1009_154/readSeriale.py deleted file mode 100644 index 3c00644..0000000 --- a/ConfIOB/Donati/1009_154/readSeriale.py +++ /dev/null @@ -1,363 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -#--------------------------------------------------------------- - -import serial -import time -import sys -import datetime -import urllib -import ConfigParser -import os, sys - -#--------------------------------------------------------------- - -# COSTANTI -MSGLEN = 9 -TIMEOUTSERIALE = 10 -MAXRETRY = 3 - -# DA FILE CONF -idxMacchina = "2001" -SAMPLETIME = 0.1 -TIMEOUTSHORT = (SAMPLETIME*20) -TIMEOUTLONG = (SAMPLETIME*600) - -# VAR -to_enable = False -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG -to_serial = TIMEOUTSERIALE -to_retry = MAXRETRY -errormsglen = 0 - -#--------------------------------------------------------------- -# classe logger - -class Logger: - def __init__(self, filename): - try: - self.filename = filename - except: - logga("LOGGER: errore try su self.filename") - sys.exit(1) - def __call__(self, string): - try: - file = open(self.filename, 'a') - file.write('[' + time.strftime("%Y-%m-%d %H:%M:%S") + '] ') - file.write(string + '\n') - file.close() - except: - logga("LOGGER: errore try su scrittura") - sys.exit(1) - -#--------------------------------------------------------------- -# lettura buffer seriale e pulizia caratteri non stampabili -# ritorna '' se non c'è un messaggio buono o il messaggio pulito ( due bytes hex ) -# il messaggio ha il formato xxi00 00xxx - -def readSeriale(): - - global to_serial - global to_retry - global errormsglen - - ret = '' - current = '' - i = 0 - - # ritorna '' se non ci sono abbastanza caratteri - try: - if ser.inWaiting() < MSGLEN : -# -# to_serial = to_serial - 1 # se non mi risponde, faccio un ' altra richiesta.... -# if to_serial <= 0: -# try: -# requestData () -# except: -# logga("SERIALE: errore su requestData") -# sys.exit(1) -# to_serial = TIMEOUTSERIALE # ripristino timer -# to_retry = to_retry - 1 # contatore retry -# if to_retry <= 0: -# logga ( 'IOB not responding' ) -# return ret - logga("SERIALE: errore msglen < 9 char - Errore no. " + str(errormsglen)) - errormsglen = errormsglen +1 - avviaSeriale() - time.sleep(.2) - if errormsglen > 30: - sys.exit(1) - except: - if startstatus == 0: - logga ("Porta SERIALE non disponibile - ser.inWaiting error - exit... - Errore no. " + str(errormsglen)) - errormsglen = errormsglen +1 - avviaSeriale() - time.sleep(.2) - if errormsglen > 30: - sys.exit(1) - - # finchè c'è robba .. leggi e tieni i buoni - to_serial = TIMEOUTSERIALE - to_retry = MAXRETRY - try: - while ser.inWaiting() > 0 : - try: - c = ser.read(1) - except: - logga("SERIALE: errore su try ser.read") - sys.exit(1) - # filtra caratteri non stampabili - if c > ' ' : - current += c - #sys.stdout.write(current + '<<<<\n') - # ora il messaggio ha il formato xxxxxi00 00xxx : cerco la 'i' iniziale - try: - while i < len(current) and current[i] != 'i': - i = i + 1 - except: - logga("SERIALE: errore su ricerca i iniziale") - sys.exit(1) - # se non ho trovato la 'i' restituisco '' - if i == len(current)-1: - return ret - else: - current = current[i+1:i+3] - # richiesta dati ad IOB - requestData() - #sys.stdout.write ( current + '\n') - except: - if startstatus == 0: - logga ('Porta SERIALE non disponibile - ser.inWaiting e filtraggio error...exit') - sys.exit(1) - return current -#--------------------------------------------------------------- -# richiesta dati ad IOB : scrittura su seriale - -def requestData (): - try : - ser.write ("$i" + '\r\n') - ser.flush() - except : - if startstatus == 0: - logga ( "SERIAL: Errore di scrittura/flush") - - -#--------------------------------------------------------------- -#Funzione di scrittura su url con try-except - -def chiamaUrl(): - try: - url = URLBASE + idxMacchina + URLADV1 + value - urllib.urlopen ( url ) - except: - logga ( "NETWORK:Errore http-no com rete-timeout" + url ) - - -#--------------------------------------------------------------- -# Funzione che verifica possibilità di creare log e include testo corrente - -def logga(message) : - try: - log(message) - except : - pass - -#--------------------------------------------------------------- - - -def avviaSeriale(): - global ser - - try: - ser = serial.Serial( - port = comm_port , - baudrate = 9600 , - parity = serial.PARITY_NONE , - stopbits = serial.STOPBITS_ONE , - bytesize = serial.EIGHTBITS - ) - startstatus = 0 - except serial.serialutil.SerialException , e : - try: - if startstatus == 0: - logga ( "SERIAL:Errore apertura seriale - " + comm_port) - except: - pass - sys.stdout.write ( '\nErrore apertura seriale\n\n%s\n\n' % e ) - if errormsglen > 30: - sys.exit (1) - -#--------------------------------------------------------------- -#--------------------------------------------------------------- -# MAIN - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'readSeriale.cfg' ) - - SAMPLETIME = config.getfloat ( 'time' , 'SAMPLETIME' ) - TIMEOUTSHORT = config.getfloat ( 'time' , 'TIMEOUTSHORT' ) - TIMEOUTLONG = config.getfloat ( 'time' , 'TIMEOUTLONG' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - comm_port = config.get ( 'comm' , 'port' ) - - URLBASE = config.get ( 'web' , 'URLBASE' ) - URLADV1 = config.get ( 'web' , 'URLADV1' ) - - LOGFILE = config.get ( 'log' , 'LOGFILE' ) - LOGLEVEL = config.get ( 'log' , 'LOGLEVEL' ) -except: - sys.exit(1) - -# oggetto Logger -try: - log = Logger(LOGFILE) -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) - -print '\n\n Read seriale IOB v.0.2 !!!!\n' - -global startstatus -startstatus = 1 - -if startstatus == 1: - logga("Avvio Programma") - -# Verifica l'OS e di conseguenza carica il file relativo con metodo di lockfile appropriato + check singola istanza -if os.name == 'posix': - import unix -else: - import win - -logga ( "Start Read seriale IOB v.0.2") - - -# lettura file configurazione - -# [comm] -# port = /dev/ttyS0 -# [id] -# idxMacchina = 2001 -# [time] -# SAMPLETIME = 0.1 -# TIMEOUTSHORT = 200 -# TIMEOUTLONG = 6000 - -print ( ' comm_port = %s' % ( comm_port ) ) -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' SAMPLETIME = %4.2f' % ( SAMPLETIME ) ) -print ( ' TIMEOUTSHORT = %4.2f' % ( TIMEOUTSHORT ) ) -print ( ' TIMEOUTLONG = %4.2f' % ( TIMEOUTLONG ) ) -print ( ' URLBASE = %s' % ( URLBASE ) ) -print ( ' URLADV1 = %s' % ( URLADV1 ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) -print ( ' LOGLEVEL = %s' % ( LOGLEVEL ) ) - -# -sys.stdout.write ( 'idxMacchina ?' + idxMacchina + '\n') - -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG - - - -#-------------------------------------------------------------- - - -#--------------------------------------------------------------- -# apertura seriale - -avviaSeriale() - -#try: -# ser = serial.Serial( -# port = comm_port , -# baudrate = 9600 , -# parity = serial.PARITY_NONE , -# stopbits = serial.STOPBITS_ONE , -# bytesize = serial.EIGHTBITS -# ) -# print "Initialized!" -#except serial.serialutil.SerialException , e : -# try: -# logga ( "SERIAL:Errore apertura seriale - " + comm_port) -# except: -# pass -# sys.stdout.write ( '\nErrore apertura seriale\n\n%s\n\n' % e ) -# sys.exit (1) - -#--------------------------------------------------------------- -# ciclo forever and ever - -old = '' - -# richiesta dati ad IOB -try: - requestData() -except: - logga("SERIALE: errore sul try di requestData") - sys.exit(1) - - -while 1: - try: - time.sleep (SAMPLETIME) - except: - logga("SERIALE_SLEEP: errore attesa sampletime") - # lettura dati da IOB - try: - value = readSeriale() - except: - if startstatus == 0: - logga("errore PRIMA LETTURA SERIALE") - sys.exit(1) - if ( value != '' ) : - if value != old : - #loggo e invio dati - try: - logga ( value ) - errormsglen = 0 - chiamaUrl() - except: - logga("URLBROWSER: errore registrazione valore e chiamaUrl") - pass - #enable e reset timer - to_enable = True - to_short = TIMEOUTSHORT - to_long = TIMEOUTLONG - - old = value - - - # gestione timeout breve - if ( to_enable ) : - to_short = to_short - SAMPLETIME - if to_short <= 0: - #loggo e invio dati - try: - logga ( '>' + value ) - errormsglen = 0 - chiamaUrl() - except: - pass - to_short = TIMEOUTSHORT - to_enable = False # dopo un colpo il timer breve viene disabilitato - to_long = TIMEOUTLONG - - # gestione timeout lungo - to_long = to_long - SAMPLETIME - if to_long <= 0: - #loggo e invio dati - try: - logga ( '>>' + value ) - errormsglen = 0 - chiamaUrl() - except: - pass - to_long = TIMEOUTLONG - - diff --git a/ConfIOB/Donati/1009_154/sendReboot.py b/ConfIOB/Donati/1009_154/sendReboot.py deleted file mode 100644 index 36dd316..0000000 --- a/ConfIOB/Donati/1009_154/sendReboot.py +++ /dev/null @@ -1,96 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -# sendReboot v. 1.1 - -#--------------------------------------------------------------- - - -import time -import sys - - -from datetime import datetime - -import urllib -import ConfigParser -import os, sys - -import logging - -#--------------------------------------------------------------- - -# COSTANTI -PROGRAM_NAME ="SendReboot IOB-pi v.1.3" - -# DA FILE CONF -idxMacchina = "99" - -#--------------------------------------------------------------- -#Funzione di scrittura su url con try-except - -def chiamaUrl(): - - try: - url = URLREBO + idxMacchina - urllib.urlopen ( url ) - except: - logging.info ( "NETWORK:Errore http-no com rete-timeout per url: " + url ) - print "Url aforte" , url - -#--------------------------------------------------------------- -# MAIN -#--------------------------------------------------------------- - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'IOB.cfg' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - - - URLREBO = config.get ( 'web' , 'URLREBO' ) - - LOGFILE = config.get ( 'log' , 'LOGREBO' ) -except: - print "\n\n" + PROGRAM_NAME + ' - Error 4 - in config file ' 'IOB.cfg' - sys.exit(1) - - -#-------------------------------------------- -# oggetto Logger -#-------------------------------------------- -try: -# log = Logger(LOGFILE) - logging.basicConfig(level=logging.DEBUG, - format='%(asctime)s %(name)-8s %(levelname)-8s %(message)s', - datefmt='%Y-%m-%d %H:%M:%S', - filename=LOGFILE, - filemode='a') - -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) -#-------------------------------------------- - - -print "\n\n" + PROGRAM_NAME + "\n\n" - -global startstatus -startstatus = 1 - -if startstatus == 1: - logging.info("Avvio Programma" + PROGRAM_NAME) - - -# lettura file configurazione - - -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' URLREBO = %s' % ( URLREBO ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) - - -chiamaUrl() - diff --git a/ConfIOB/Donati/1009_154/unix.py b/ConfIOB/Donati/1009_154/unix.py deleted file mode 100644 index 12fb3dc..0000000 --- a/ConfIOB/Donati/1009_154/unix.py +++ /dev/null @@ -1,31 +0,0 @@ -import fcntl -import os -import logging - -#--------------------------------------------------------------- -# meccanismo di file lock per evitare multiple instances -# The function will try to lock the file specified , if it success, return True, else return False. -# The nice thing is that the lock will be dropped when the program terminates. -# >>>Use : -# if not lockFile(".lock.pod"): -# sys.exit(0) - -def lockFile ( lockfile ) : - - fd = os.open ( lockfile , os.O_CREAT | os.O_TRUNC | os.O_WRONLY ) - try: - # Request exclusive (EX) non-blocking (NB) advisory lock. - fcntl.lockf ( fd , fcntl.LOCK_EX | fcntl.LOCK_NB ) - except IOError: - return False - - return True - -if not lockFile ( ".lockfile" ) : - print '\n noi non siamo soli ...\n' - logging.error( "LOCK: Piu istanze aperte") - #sys.exit ( 0 ) - -#- print '\n running alone ...\n' - - diff --git a/ConfIOB/Donati/1010_155/IOB.cfg b/ConfIOB/Donati/1010_155/IOB.cfg deleted file mode 100644 index 9e76f31..0000000 --- a/ConfIOB/Donati/1010_155/IOB.cfg +++ /dev/null @@ -1,23 +0,0 @@ -[id] -idxMacchina = 1010 - -[web] -URLBASE = http://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina= -URLALIVE = http://192.168.51.71/MPIO/Alive.aspx -URLENABLED = http://192.168.51.71/MPIO/Enabled.aspx?idxMacchina= -URLADV1 = &valore= -URLREBO = http://192.168.51.71/MPIO/sendReboot.aspx?idxMacchina= - -[time] -SAMPLETIME = 0.20 -TIMEOUTSHORT = 0.30 -TIMEOUTLONG = 50 -SENDURLTIME = 0.50 - -[log] -LOGLEVEL = 10 -LOGFILE = logfile.txt -LOGREBO = logReboot.txt - -[comm] -port = /dev/ttyAMA0 diff --git a/ConfIOB/Donati/1010_155/MapoIOB b/ConfIOB/Donati/1010_155/MapoIOB deleted file mode 100644 index c49ec0a..0000000 --- a/ConfIOB/Donati/1010_155/MapoIOB +++ /dev/null @@ -1,41 +0,0 @@ -### BEGIN INIT INFO -# Provides: MapoIOB: script Steamware per avvio driver IOB -# Required-Start: $remote_fs $syslog ramlog -# Required-Stop: $remote_fs $syslog ramlog -# Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 -# Short-Description: Steamware's MapoIOB driver -# Description: Steamware's MapoIOB driver, versione lettura porta parallela -### END INIT INFO - -#! /bin/sh -# /etc/init.d/MapoIOB - -export HOME -case "$1" in - start) - echo "Starting readParallela" - cd /home/pi/steamware - /usr/bin/python ./readParallela.py 2>&1 & - ;; - stop) - echo "Stopping readParallela" - RS_PID=`ps auxwww | grep readParallela.py | head -1 | awk '{print $2}'` - kill -9 $RS_PID - cd /home/pi/steamware - rm .lockfile - ;; - restart) - ## Stop the service and regardless of whether it was - ## running or not, start it again. - $0 stop - killall python - $0 start - ;; - *) - echo "Usage: /etc/init.d/MapoIOB {start|stop|restart}" - exit 1 - ;; -esac -exit 0 - diff --git a/ConfIOB/Donati/1010_155/MapoIOB.1.gz b/ConfIOB/Donati/1010_155/MapoIOB.1.gz deleted file mode 100644 index 8aa0da6..0000000 Binary files a/ConfIOB/Donati/1010_155/MapoIOB.1.gz and /dev/null differ diff --git a/ConfIOB/Donati/1010_155/checkAlive.sh b/ConfIOB/Donati/1010_155/checkAlive.sh deleted file mode 100644 index 92bc816..0000000 --- a/ConfIOB/Donati/1010_155/checkAlive.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/bash - -# controlla se il logfile è correntemente scritto (quindi MapoIOB è alive) altrimenti riavvia! - -DATE=`date +%Y-%m-%d` -cd /var/log -if [ -f MapoIOB ] - then - # controllo SE sia stato acceduto da meno di 2 minuti (=alive da log...) - trovato=`find . -name 'MapoIOB*' -cmin -1` - if [[ $trovato != './MapoIOB' ]] - then - /etc/init.d/MapoIOB restart - echo $date + "riavvio!" - fi -else - # in questo caso AVVIO il processo MapoIOB - /etc/init.d/MapoIOB start - echo $date + "file non trovato, avvio!" -fi diff --git a/ConfIOB/Donati/1010_155/cleanPython.sh b/ConfIOB/Donati/1010_155/cleanPython.sh deleted file mode 100644 index c4f616a..0000000 --- a/ConfIOB/Donati/1010_155/cleanPython.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash - -DATE=`date +%Y-%m-%d_%T` -# log inizio pulizia -echo $DATE " - INIZIO pulizia processi python" >> clean.log -# effettua pulizia processi: killa tutti i processi python -killall python - -# avvia MapoIob -/etc/init.d/MapoIOB start - -# log fatto! -DATE=`date +%Y-%m-%d_%T` -echo $DATE " - FINE pulizia processi python + riavvio MapoIOB" >> clean.log diff --git a/ConfIOB/Donati/1010_155/logfile.txt b/ConfIOB/Donati/1010_155/logfile.txt deleted file mode 100644 index 5b86330..0000000 --- a/ConfIOB/Donati/1010_155/logfile.txt +++ /dev/null @@ -1,13491 +0,0 @@ -2015-03-10 06:26:15 program INFO Avvio ProgrammaReadPar IOB-pi v.1.7 -2015-03-10 06:26:15 program INFO Start ReadPar IOB-pi v.1.7 -2015-03-10 06:26:15 program INFO Avvio loop principale -2015-03-10 06:26:15 queue INFO 83 [0] -2015-03-10 06:26:16 queue INFO >83 [1] -2015-03-10 06:26:16 sendUrl INFO 83 [0] R:OK -2015-03-10 06:26:16 sendUrl INFO 83 [1] R:OK -2015-03-10 06:27:05 queue INFO >>83 [2] -2015-03-10 06:27:06 sendUrl INFO 83 [2] R:OK -2015-03-10 06:27:56 queue INFO >>83 [3] -2015-03-10 06:27:56 sendUrl INFO 83 [3] R:OK -2015-03-10 06:28:46 queue INFO >>83 [4] -2015-03-10 06:28:46 sendUrl INFO 83 [4] R:OK -2015-03-10 06:29:31 queue INFO 87 [5] -2015-03-10 06:29:31 queue INFO >87 [6] -2015-03-10 06:29:32 sendUrl INFO 87 [5] R:OK -2015-03-10 06:29:32 sendUrl INFO 87 [6] R:OK -2015-03-10 06:29:33 queue INFO 83 [7] -2015-03-10 06:29:33 queue INFO >83 [8] -2015-03-10 06:29:33 sendUrl INFO 83 [7] R:OK -2015-03-10 06:29:34 sendUrl INFO 83 [8] R:OK -2015-03-10 06:30:23 queue INFO >>83 [9] -2015-03-10 06:30:23 sendUrl INFO 83 [9] R:OK -2015-03-10 06:31:13 queue INFO >>83 [10] -2015-03-10 06:31:13 sendUrl INFO 83 [10] R:OK -2015-03-10 06:32:03 queue INFO >>83 [11] -2015-03-10 06:32:04 sendUrl INFO 83 [11] R:OK -2015-03-10 06:32:53 queue INFO >>83 [12] -2015-03-10 06:32:54 sendUrl INFO 83 [12] R:OK -2015-03-10 06:32:57 queue INFO 81 [13] -2015-03-10 06:32:57 sendUrl INFO 81 [13] R:OK -2015-03-10 06:32:57 queue INFO >81 [14] -2015-03-10 06:32:58 sendUrl INFO 81 [14] R:OK -2015-03-10 06:33:04 queue INFO 83 [15] -2015-03-10 06:33:04 sendUrl INFO 83 [15] R:OK -2015-03-10 06:33:04 queue INFO >83 [16] -2015-03-10 06:33:04 sendUrl INFO 83 [16] R:OK -2015-03-10 06:33:54 queue INFO >>83 [17] -2015-03-10 06:33:54 sendUrl INFO 83 [17] R:OK -2015-03-10 06:34:44 queue INFO >>83 [18] -2015-03-10 06:34:45 sendUrl INFO 83 [18] R:OK -2015-03-10 06:35:34 queue INFO >>83 [19] -2015-03-10 06:35:34 sendUrl INFO 83 [19] R:OK -2015-03-10 06:36:24 queue INFO >>83 [20] -2015-03-10 06:36:25 sendUrl INFO 83 [20] R:OK -2015-03-10 06:37:15 queue INFO >>83 [21] -2015-03-10 06:37:15 sendUrl INFO 83 [21] R:OK -2015-03-10 06:37:16 queue INFO C7 [22] -2015-03-10 06:37:16 queue INFO >C7 [23] -2015-03-10 06:37:17 sendUrl INFO C7 [22] R:OK -2015-03-10 06:37:17 sendUrl INFO C7 [23] R:OK -2015-03-10 06:37:18 queue INFO C3 [24] -2015-03-10 06:37:18 queue INFO >C3 [25] -2015-03-10 06:37:18 sendUrl INFO C3 [24] R:OK -2015-03-10 06:37:19 sendUrl INFO C3 [25] R:OK -2015-03-10 06:38:08 queue INFO >>C3 [26] -2015-03-10 06:38:08 sendUrl INFO C3 [26] R:OK -2015-03-10 06:38:58 queue INFO >>C3 [27] -2015-03-10 06:38:58 sendUrl INFO C3 [27] R:OK -2015-03-10 06:39:48 queue INFO >>C3 [28] -2015-03-10 06:39:49 sendUrl INFO C3 [28] R:OK -2015-03-10 06:40:38 queue INFO >>C3 [29] -2015-03-10 06:40:39 sendUrl INFO C3 [29] R:OK -2015-03-10 06:40:42 queue INFO C1 [30] -2015-03-10 06:40:42 queue INFO >C1 [31] -2015-03-10 06:40:42 sendUrl INFO C1 [30] R:OK -2015-03-10 06:40:43 sendUrl INFO C1 [31] R:OK -2015-03-10 06:40:49 queue INFO C3 [32] -2015-03-10 06:40:49 queue INFO >C3 [33] -2015-03-10 06:40:49 sendUrl INFO C3 [32] R:OK -2015-03-10 06:40:49 sendUrl INFO C3 [33] R:OK -2015-03-10 06:41:39 queue INFO >>C3 [34] -2015-03-10 06:41:39 sendUrl INFO C3 [34] R:OK -2015-03-10 06:42:29 queue INFO >>C3 [35] -2015-03-10 06:42:29 sendUrl INFO C3 [35] R:OK -2015-03-10 06:43:19 queue INFO >>C3 [36] -2015-03-10 06:43:19 sendUrl INFO C3 [36] R:OK -2015-03-10 06:44:09 queue INFO >>C3 [37] -2015-03-10 06:44:10 sendUrl INFO C3 [37] R:OK -2015-03-10 06:44:59 queue INFO >>C3 [38] -2015-03-10 06:45:00 sendUrl INFO C3 [38] R:OK -2015-03-10 06:45:02 queue INFO 83 [39] -2015-03-10 06:45:02 queue INFO >83 [40] -2015-03-10 06:45:02 sendUrl INFO 83 [39] R:OK -2015-03-10 06:45:03 sendUrl INFO 83 [40] R:OK -2015-03-10 06:45:39 queue INFO 87 [41] -2015-03-10 06:45:39 queue INFO >87 [42] -2015-03-10 06:45:39 sendUrl INFO 87 [41] R:OK -2015-03-10 06:45:40 sendUrl INFO 87 [42] R:OK -2015-03-10 06:45:41 queue INFO 83 [43] -2015-03-10 06:45:41 sendUrl INFO 83 [43] R:OK -2015-03-10 06:45:41 queue INFO >83 [44] -2015-03-10 06:45:41 sendUrl INFO 83 [44] R:OK -2015-03-10 06:46:31 queue INFO >>83 [45] -2015-03-10 06:46:31 sendUrl INFO 83 [45] R:OK -2015-03-10 06:47:21 queue INFO >>83 [46] -2015-03-10 06:47:22 sendUrl INFO 83 [46] R:OK -2015-03-10 06:48:11 queue INFO >>83 [47] -2015-03-10 06:48:11 sendUrl INFO 83 [47] R:OK -2015-03-10 06:49:01 queue INFO >>83 [48] -2015-03-10 06:49:02 sendUrl INFO 83 [48] R:OK -2015-03-10 06:49:05 queue INFO 81 [49] -2015-03-10 06:49:05 queue INFO >81 [50] -2015-03-10 06:49:06 sendUrl INFO 81 [49] R:OK -2015-03-10 06:49:06 sendUrl INFO 81 [50] R:OK -2015-03-10 06:49:12 queue INFO 83 [51] -2015-03-10 06:49:12 queue INFO >83 [52] -2015-03-10 06:49:12 sendUrl INFO 83 [51] R:OK -2015-03-10 06:49:12 sendUrl INFO 83 [52] R:OK -2015-03-10 06:50:02 queue INFO >>83 [53] -2015-03-10 06:50:02 sendUrl INFO 83 [53] R:OK -2015-03-10 06:50:52 queue INFO >>83 [54] -2015-03-10 06:50:52 sendUrl INFO 83 [54] R:OK -2015-03-10 06:51:42 queue INFO >>83 [55] -2015-03-10 06:51:42 sendUrl INFO 83 [55] R:OK -2015-03-10 06:52:32 queue INFO >>83 [56] -2015-03-10 06:52:33 sendUrl INFO 83 [56] R:OK -2015-03-10 06:53:22 queue INFO >>83 [57] -2015-03-10 06:53:23 sendUrl INFO 83 [57] R:OK -2015-03-10 06:53:24 queue INFO 87 [58] -2015-03-10 06:53:24 queue INFO >87 [59] -2015-03-10 06:53:24 sendUrl INFO 87 [58] R:OK -2015-03-10 06:53:25 sendUrl INFO 87 [59] R:OK -2015-03-10 06:53:26 queue INFO 83 [60] -2015-03-10 06:53:26 sendUrl INFO 83 [60] R:OK -2015-03-10 06:53:26 queue INFO >83 [61] -2015-03-10 06:53:26 sendUrl INFO 83 [61] R:OK -2015-03-10 06:54:16 queue INFO >>83 [62] -2015-03-10 06:54:16 sendUrl INFO 83 [62] R:OK -2015-03-10 06:55:06 queue INFO >>83 [63] -2015-03-10 06:55:07 sendUrl INFO 83 [63] R:OK -2015-03-10 06:55:56 queue INFO >>83 [64] -2015-03-10 06:55:56 sendUrl INFO 83 [64] R:OK -2015-03-10 06:56:46 queue INFO >>83 [65] -2015-03-10 06:56:47 sendUrl INFO 83 [65] R:OK -2015-03-10 06:56:50 queue INFO 81 [66] -2015-03-10 06:56:50 sendUrl INFO 81 [66] R:OK -2015-03-10 06:56:50 queue INFO >81 [67] -2015-03-10 06:56:51 sendUrl INFO 81 [67] R:OK -2015-03-10 06:56:57 queue INFO 83 [68] -2015-03-10 06:56:57 queue INFO >83 [69] -2015-03-10 06:56:57 sendUrl INFO 83 [68] R:OK -2015-03-10 06:56:57 sendUrl INFO 83 [69] R:OK -2015-03-10 06:57:47 queue INFO >>83 [70] -2015-03-10 06:57:47 sendUrl INFO 83 [70] R:OK -2015-03-10 06:58:37 queue INFO >>83 [71] -2015-03-10 06:58:37 sendUrl INFO 83 [71] R:OK -2015-03-10 06:59:27 queue INFO >>83 [72] -2015-03-10 06:59:27 sendUrl INFO 83 [72] R:OK -2015-03-10 07:00:17 queue INFO >>83 [73] -2015-03-10 07:00:18 sendUrl INFO 83 [73] R:OK -2015-03-10 07:01:07 queue INFO >>83 [74] -2015-03-10 07:01:08 sendUrl INFO 83 [74] R:OK -2015-03-10 07:01:09 queue INFO 87 [75] -2015-03-10 07:01:09 queue INFO >87 [76] -2015-03-10 07:01:10 sendUrl INFO 87 [75] R:OK -2015-03-10 07:01:10 sendUrl INFO 87 [76] R:OK -2015-03-10 07:01:11 queue INFO 83 [77] -2015-03-10 07:01:11 queue INFO >83 [78] -2015-03-10 07:01:11 sendUrl INFO 83 [77] R:OK -2015-03-10 07:01:12 sendUrl INFO 83 [78] R:OK -2015-03-10 07:02:01 queue INFO >>83 [79] -2015-03-10 07:02:01 sendUrl INFO 83 [79] R:OK -2015-03-10 07:02:51 queue INFO >>83 [80] -2015-03-10 07:02:51 sendUrl INFO 83 [80] R:OK -2015-03-10 07:03:41 queue INFO >>83 [81] -2015-03-10 07:03:42 sendUrl INFO 83 [81] R:OK -2015-03-10 07:04:31 queue INFO >>83 [82] -2015-03-10 07:04:32 sendUrl INFO 83 [82] R:OK -2015-03-10 07:04:35 queue INFO 81 [83] -2015-03-10 07:04:35 queue INFO >81 [84] -2015-03-10 07:04:35 sendUrl INFO 81 [83] R:OK -2015-03-10 07:04:36 sendUrl INFO 81 [84] R:OK -2015-03-10 07:04:42 queue INFO 83 [85] -2015-03-10 07:04:42 sendUrl INFO 83 [85] R:OK -2015-03-10 07:04:42 queue INFO >83 [86] -2015-03-10 07:04:42 sendUrl INFO 83 [86] R:OK -2015-03-10 07:05:32 queue INFO >>83 [87] -2015-03-10 07:05:32 sendUrl INFO 83 [87] R:OK -2015-03-10 07:06:22 queue INFO >>83 [88] -2015-03-10 07:06:23 sendUrl INFO 83 [88] R:OK -2015-03-10 07:07:12 queue INFO >>83 [89] -2015-03-10 07:07:12 sendUrl INFO 83 [89] R:OK -2015-03-10 07:08:02 queue INFO >>83 [90] -2015-03-10 07:08:03 sendUrl INFO 83 [90] R:OK -2015-03-10 07:08:53 queue INFO >>83 [91] -2015-03-10 07:08:53 sendUrl INFO 83 [91] R:OK -2015-03-10 07:09:43 queue INFO >>83 [92] -2015-03-10 07:09:43 sendUrl INFO 83 [92] R:OK -2015-03-10 07:09:47 queue INFO 87 [93] -2015-03-10 07:09:47 queue INFO >87 [94] -2015-03-10 07:09:47 sendUrl INFO 87 [93] R:OK -2015-03-10 07:09:48 sendUrl INFO 87 [94] R:OK -2015-03-10 07:09:49 queue INFO 83 [95] -2015-03-10 07:09:49 queue INFO >83 [96] -2015-03-10 07:09:49 sendUrl INFO 83 [95] R:OK -2015-03-10 07:09:49 sendUrl INFO 83 [96] R:OK -2015-03-10 07:10:39 queue INFO >>83 [97] -2015-03-10 07:10:39 sendUrl INFO 83 [97] R:OK -2015-03-10 07:11:29 queue INFO >>83 [98] -2015-03-10 07:11:29 sendUrl INFO 83 [98] R:OK -2015-03-10 07:12:19 queue INFO >>83 [99] -2015-03-10 07:12:19 sendUrl INFO 83 [99] R:OK -2015-03-10 07:13:09 queue INFO >>83 [100] -2015-03-10 07:13:10 sendUrl INFO 83 [100] R:OK -2015-03-10 07:13:13 queue INFO 81 [101] -2015-03-10 07:13:13 queue INFO >81 [102] -2015-03-10 07:13:13 sendUrl INFO 81 [101] R:OK -2015-03-10 07:13:14 sendUrl INFO 81 [102] R:OK -2015-03-10 07:13:19 queue INFO 83 [103] -2015-03-10 07:13:20 queue INFO >83 [104] -2015-03-10 07:13:20 sendUrl INFO 83 [103] R:OK -2015-03-10 07:13:20 sendUrl INFO 83 [104] R:OK -2015-03-10 07:14:10 queue INFO >>83 [105] -2015-03-10 07:14:10 sendUrl INFO 83 [105] R:OK -2015-03-10 07:15:00 queue INFO >>83 [106] -2015-03-10 07:15:00 sendUrl INFO 83 [106] R:OK -2015-03-10 07:15:50 queue INFO >>83 [107] -2015-03-10 07:15:50 sendUrl INFO 83 [107] R:OK -2015-03-10 07:16:40 queue INFO >>83 [108] -2015-03-10 07:16:40 sendUrl INFO 83 [108] R:OK -2015-03-10 07:17:30 queue INFO >>83 [109] -2015-03-10 07:17:30 sendUrl INFO 83 [109] R:OK -2015-03-10 07:17:32 queue INFO C7 [110] -2015-03-10 07:17:32 queue INFO >C7 [111] -2015-03-10 07:17:33 sendUrl INFO C7 [110] R:OK -2015-03-10 07:17:33 sendUrl INFO C7 [111] R:OK -2015-03-10 07:17:34 queue INFO C3 [112] -2015-03-10 07:17:34 queue INFO >C3 [113] -2015-03-10 07:17:34 sendUrl INFO C3 [112] R:OK -2015-03-10 07:17:35 sendUrl INFO C3 [113] R:OK -2015-03-10 07:18:24 queue INFO >>C3 [114] -2015-03-10 07:18:24 sendUrl INFO C3 [114] R:OK -2015-03-10 07:19:14 queue INFO >>C3 [115] -2015-03-10 07:19:15 sendUrl INFO C3 [115] R:OK -2015-03-10 07:20:04 queue INFO >>C3 [116] -2015-03-10 07:20:05 sendUrl INFO C3 [116] R:OK -2015-03-10 07:20:54 queue INFO >>C3 [117] -2015-03-10 07:20:55 sendUrl INFO C3 [117] R:OK -2015-03-10 07:20:58 queue INFO C1 [118] -2015-03-10 07:20:58 queue INFO >C1 [119] -2015-03-10 07:20:58 sendUrl INFO C1 [118] R:OK -2015-03-10 07:20:59 sendUrl INFO C1 [119] R:OK -2015-03-10 07:21:05 queue INFO C3 [120] -2015-03-10 07:21:05 queue INFO >C3 [121] -2015-03-10 07:21:05 sendUrl INFO C3 [120] R:OK -2015-03-10 07:21:05 sendUrl INFO C3 [121] R:OK -2015-03-10 07:21:55 queue INFO >>C3 [122] -2015-03-10 07:21:55 sendUrl INFO C3 [122] R:OK -2015-03-10 07:22:45 queue INFO >>C3 [123] -2015-03-10 07:22:45 sendUrl INFO C3 [123] R:OK -2015-03-10 07:23:35 queue INFO >>C3 [124] -2015-03-10 07:23:35 sendUrl INFO C3 [124] R:OK -2015-03-10 07:24:25 queue INFO >>C3 [125] -2015-03-10 07:24:26 sendUrl INFO C3 [125] R:OK -2015-03-10 07:25:15 queue INFO >>C3 [126] -2015-03-10 07:25:16 sendUrl INFO C3 [126] R:OK -2015-03-10 07:25:17 queue INFO 83 [127] -2015-03-10 07:25:18 sendUrl INFO 83 [127] R:OK -2015-03-10 07:25:18 queue INFO 87 [128] -2015-03-10 07:25:18 queue INFO >87 [129] -2015-03-10 07:25:18 sendUrl INFO 87 [128] R:OK -2015-03-10 07:25:19 sendUrl INFO 87 [129] R:OK -2015-03-10 07:25:19 queue INFO 83 [130] -2015-03-10 07:25:19 queue INFO >83 [131] -2015-03-10 07:25:20 sendUrl INFO 83 [130] R:OK -2015-03-10 07:25:20 sendUrl INFO 83 [131] R:OK -2015-03-10 07:26:09 queue INFO >>83 [132] -2015-03-10 07:26:10 sendUrl INFO 83 [132] R:OK -2015-03-10 07:27:00 queue INFO >>83 [133] -2015-03-10 07:27:00 sendUrl INFO 83 [133] R:OK -2015-03-10 07:27:50 queue INFO >>83 [134] -2015-03-10 07:27:50 sendUrl INFO 83 [134] R:OK -2015-03-10 07:28:40 queue INFO >>83 [135] -2015-03-10 07:28:40 sendUrl INFO 83 [135] R:OK -2015-03-10 07:28:44 queue INFO 81 [136] -2015-03-10 07:28:44 queue INFO >81 [137] -2015-03-10 07:28:44 sendUrl INFO 81 [136] R:OK -2015-03-10 07:28:45 sendUrl INFO 81 [137] R:OK -2015-03-10 07:28:50 queue INFO 83 [138] -2015-03-10 07:28:51 sendUrl INFO 83 [138] R:OK -2015-03-10 07:28:51 queue INFO >83 [139] -2015-03-10 07:28:51 sendUrl INFO 83 [139] R:OK -2015-03-10 07:29:40 queue INFO >>83 [140] -2015-03-10 07:29:41 sendUrl INFO 83 [140] R:OK -2015-03-10 07:30:31 queue INFO >>83 [141] -2015-03-10 07:30:31 sendUrl INFO 83 [141] R:OK -2015-03-10 07:31:21 queue INFO >>83 [142] -2015-03-10 07:31:21 sendUrl INFO 83 [142] R:OK -2015-03-10 07:32:11 queue INFO 81 [143] -2015-03-10 07:32:11 sendUrl INFO 81 [143] R:OK -2015-03-10 07:32:11 queue INFO >81 [144] -2015-03-10 07:32:11 sendUrl INFO 81 [144] R:OK -2015-03-10 07:33:01 queue INFO >>81 [145] -2015-03-10 07:33:01 sendUrl INFO 81 [145] R:OK -2015-03-10 07:33:22 queue INFO 91 [146] -2015-03-10 07:33:22 queue INFO >91 [147] -2015-03-10 07:33:22 sendUrl INFO 91 [146] R:OK -2015-03-10 07:33:22 sendUrl INFO 91 [147] R:OK -2015-03-10 07:34:12 queue INFO >>91 [148] -2015-03-10 07:34:12 sendUrl INFO 91 [148] R:OK -2015-03-10 07:35:02 queue INFO >>91 [149] -2015-03-10 07:35:02 sendUrl INFO 91 [149] R:OK -2015-03-10 07:35:52 queue INFO >>91 [150] -2015-03-10 07:35:52 sendUrl INFO 91 [150] R:OK -2015-03-10 07:36:42 queue INFO >>91 [151] -2015-03-10 07:36:43 sendUrl INFO 91 [151] R:OK -2015-03-10 07:37:32 queue INFO >>91 [152] -2015-03-10 07:37:32 sendUrl INFO 91 [152] R:OK -2015-03-10 07:38:22 queue INFO >>91 [153] -2015-03-10 07:38:23 sendUrl INFO 91 [153] R:OK -2015-03-10 07:39:13 queue INFO >>91 [154] -2015-03-10 07:39:13 sendUrl INFO 91 [154] R:OK -2015-03-10 07:39:19 queue INFO 81 [155] -2015-03-10 07:39:19 queue INFO >81 [156] -2015-03-10 07:39:19 sendUrl INFO 81 [155] R:OK -2015-03-10 07:39:20 sendUrl INFO 81 [156] R:OK -2015-03-10 07:39:25 queue INFO 83 [157] -2015-03-10 07:39:25 queue INFO >83 [158] -2015-03-10 07:39:26 sendUrl INFO 83 [157] R:OK -2015-03-10 07:39:26 sendUrl INFO 83 [158] R:OK -2015-03-10 07:39:49 queue INFO 87 [159] -2015-03-10 07:39:49 queue INFO >87 [160] -2015-03-10 07:39:49 sendUrl INFO 87 [159] R:OK -2015-03-10 07:39:50 sendUrl INFO 87 [160] R:OK -2015-03-10 07:39:51 queue INFO 83 [161] -2015-03-10 07:39:51 queue INFO >83 [162] -2015-03-10 07:39:51 sendUrl INFO 83 [161] R:OK -2015-03-10 07:39:51 sendUrl INFO 83 [162] R:OK -2015-03-10 07:40:41 queue INFO >>83 [163] -2015-03-10 07:40:41 sendUrl INFO 83 [163] R:OK -2015-03-10 07:41:31 queue INFO >>83 [164] -2015-03-10 07:41:31 sendUrl INFO 83 [164] R:OK -2015-03-10 07:42:21 queue INFO >>83 [165] -2015-03-10 07:42:21 sendUrl INFO 83 [165] R:OK -2015-03-10 07:43:11 queue INFO >>83 [166] -2015-03-10 07:43:12 sendUrl INFO 83 [166] R:OK -2015-03-10 07:43:15 queue INFO 81 [167] -2015-03-10 07:43:15 queue INFO >81 [168] -2015-03-10 07:43:16 sendUrl INFO 81 [167] R:OK -2015-03-10 07:43:16 sendUrl INFO 81 [168] R:OK -2015-03-10 07:43:21 queue INFO 83 [169] -2015-03-10 07:43:22 queue INFO >83 [170] -2015-03-10 07:43:22 sendUrl INFO 83 [169] R:OK -2015-03-10 07:43:22 sendUrl INFO 83 [170] R:OK -2015-03-10 07:44:12 queue INFO >>83 [171] -2015-03-10 07:44:12 sendUrl INFO 83 [171] R:OK -2015-03-10 07:45:02 queue INFO >>83 [172] -2015-03-10 07:45:02 sendUrl INFO 83 [172] R:OK -2015-03-10 07:45:52 queue INFO >>83 [173] -2015-03-10 07:45:52 sendUrl INFO 83 [173] R:OK -2015-03-10 07:46:42 queue INFO >>83 [174] -2015-03-10 07:46:43 sendUrl INFO 83 [174] R:OK -2015-03-10 07:47:32 queue INFO >>83 [175] -2015-03-10 07:47:32 sendUrl INFO 83 [175] R:OK -2015-03-10 07:47:34 queue INFO 87 [176] -2015-03-10 07:47:34 queue INFO >87 [177] -2015-03-10 07:47:34 sendUrl INFO 87 [176] R:OK -2015-03-10 07:47:35 sendUrl INFO 87 [177] R:OK -2015-03-10 07:47:36 queue INFO 83 [178] -2015-03-10 07:47:36 sendUrl INFO 83 [178] R:OK -2015-03-10 07:47:36 queue INFO >83 [179] -2015-03-10 07:47:36 sendUrl INFO 83 [179] R:OK -2015-03-10 07:48:26 queue INFO >>83 [180] -2015-03-10 07:48:26 sendUrl INFO 83 [180] R:OK -2015-03-10 07:49:16 queue INFO >>83 [181] -2015-03-10 07:49:17 sendUrl INFO 83 [181] R:OK -2015-03-10 07:50:06 queue INFO >>83 [182] -2015-03-10 07:50:06 sendUrl INFO 83 [182] R:OK -2015-03-10 07:50:56 queue INFO >>83 [183] -2015-03-10 07:50:57 sendUrl INFO 83 [183] R:OK -2015-03-10 07:51:00 queue INFO 81 [184] -2015-03-10 07:51:00 queue INFO >81 [185] -2015-03-10 07:51:01 sendUrl INFO 81 [184] R:OK -2015-03-10 07:51:01 sendUrl INFO 81 [185] R:OK -2015-03-10 07:51:07 queue INFO 83 [186] -2015-03-10 07:51:07 queue INFO >83 [187] -2015-03-10 07:51:07 sendUrl INFO 83 [186] R:OK -2015-03-10 07:51:08 sendUrl INFO 83 [187] R:OK -2015-03-10 07:51:57 queue INFO >>83 [188] -2015-03-10 07:51:57 sendUrl INFO 83 [188] R:OK -2015-03-10 07:52:47 queue INFO >>83 [189] -2015-03-10 07:52:47 sendUrl INFO 83 [189] R:OK -2015-03-10 07:53:37 queue INFO >>83 [190] -2015-03-10 07:53:38 sendUrl INFO 83 [190] R:OK -2015-03-10 07:54:27 queue INFO >>83 [191] -2015-03-10 07:54:28 sendUrl INFO 83 [191] R:OK -2015-03-10 07:55:18 queue INFO >>83 [192] -2015-03-10 07:55:18 sendUrl INFO 83 [192] R:OK -2015-03-10 07:55:19 queue INFO 87 [193] -2015-03-10 07:55:19 queue INFO >87 [194] -2015-03-10 07:55:19 sendUrl INFO 87 [193] R:OK -2015-03-10 07:55:20 sendUrl INFO 87 [194] R:OK -2015-03-10 07:55:21 queue INFO 83 [195] -2015-03-10 07:55:21 queue INFO >83 [196] -2015-03-10 07:55:21 sendUrl INFO 83 [195] R:OK -2015-03-10 07:55:21 sendUrl INFO 83 [196] R:OK -2015-03-10 07:56:11 queue INFO >>83 [197] -2015-03-10 07:56:11 sendUrl INFO 83 [197] R:OK -2015-03-10 07:57:01 queue INFO >>83 [198] -2015-03-10 07:57:01 sendUrl INFO 83 [198] R:OK -2015-03-10 07:57:51 queue INFO >>83 [199] -2015-03-10 07:57:51 sendUrl INFO 83 [199] R:OK -2015-03-10 07:58:41 queue INFO >>83 [200] -2015-03-10 07:58:42 sendUrl INFO 83 [200] R:OK -2015-03-10 07:58:45 queue INFO 81 [201] -2015-03-10 07:58:45 queue INFO >81 [202] -2015-03-10 07:58:45 sendUrl INFO 81 [201] R:OK -2015-03-10 07:58:46 sendUrl INFO 81 [202] R:OK -2015-03-10 07:58:52 queue INFO 83 [203] -2015-03-10 07:58:52 queue INFO >83 [204] -2015-03-10 07:58:52 sendUrl INFO 83 [203] R:OK -2015-03-10 07:58:52 sendUrl INFO 83 [204] R:OK -2015-03-10 07:59:42 queue INFO >>83 [205] -2015-03-10 07:59:42 sendUrl INFO 83 [205] R:OK -2015-03-10 08:00:32 queue INFO >>83 [206] -2015-03-10 08:00:32 sendUrl INFO 83 [206] R:OK -2015-03-10 08:01:22 queue INFO >>83 [207] -2015-03-10 08:01:22 sendUrl INFO 83 [207] R:OK -2015-03-10 08:02:12 queue INFO >>83 [208] -2015-03-10 08:02:13 sendUrl INFO 83 [208] R:OK -2015-03-10 08:03:02 queue INFO >>83 [209] -2015-03-10 08:03:02 sendUrl INFO 83 [209] R:OK -2015-03-10 08:03:04 queue INFO 87 [210] -2015-03-10 08:03:04 queue INFO >87 [211] -2015-03-10 08:03:05 sendUrl INFO 87 [210] R:OK -2015-03-10 08:03:05 sendUrl INFO 87 [211] R:OK -2015-03-10 08:03:06 queue INFO 83 [212] -2015-03-10 08:03:06 queue INFO >83 [213] -2015-03-10 08:03:06 sendUrl INFO 83 [212] R:OK -2015-03-10 08:03:07 sendUrl INFO 83 [213] R:OK -2015-03-10 08:03:56 queue INFO >>83 [214] -2015-03-10 08:03:56 sendUrl INFO 83 [214] R:OK -2015-03-10 08:04:46 queue INFO >>83 [215] -2015-03-10 08:04:46 sendUrl INFO 83 [215] R:OK -2015-03-10 08:05:36 queue INFO >>83 [216] -2015-03-10 08:05:36 sendUrl INFO 83 [216] R:OK -2015-03-10 08:06:26 queue INFO >>83 [217] -2015-03-10 08:06:26 sendUrl INFO 83 [217] R:OK -2015-03-10 08:06:30 queue INFO 81 [218] -2015-03-10 08:06:30 queue INFO >81 [219] -2015-03-10 08:06:30 sendUrl INFO 81 [218] R:OK -2015-03-10 08:06:31 sendUrl INFO 81 [219] R:OK -2015-03-10 08:06:36 queue INFO 83 [220] -2015-03-10 08:06:37 queue INFO >83 [221] -2015-03-10 08:06:37 sendUrl INFO 83 [220] R:OK -2015-03-10 08:06:37 sendUrl INFO 83 [221] R:OK -2015-03-10 08:07:27 queue INFO >>83 [222] -2015-03-10 08:07:27 sendUrl INFO 83 [222] R:OK -2015-03-10 08:08:17 queue INFO >>83 [223] -2015-03-10 08:08:17 sendUrl INFO 83 [223] R:OK -2015-03-10 08:09:07 queue INFO >>83 [224] -2015-03-10 08:09:07 sendUrl INFO 83 [224] R:OK -2015-03-10 08:09:57 queue INFO >>83 [225] -2015-03-10 08:09:57 sendUrl INFO 83 [225] R:OK -2015-03-10 08:10:47 queue INFO >>83 [226] -2015-03-10 08:10:48 sendUrl INFO 83 [226] R:OK -2015-03-10 08:10:49 queue INFO C7 [227] -2015-03-10 08:10:49 queue INFO >C7 [228] -2015-03-10 08:10:50 sendUrl INFO C7 [227] R:OK -2015-03-10 08:10:50 sendUrl INFO C7 [228] R:OK -2015-03-10 08:10:51 queue INFO C3 [229] -2015-03-10 08:10:51 queue INFO >C3 [230] -2015-03-10 08:10:51 sendUrl INFO C3 [229] R:OK -2015-03-10 08:10:52 sendUrl INFO C3 [230] R:OK -2015-03-10 08:11:41 queue INFO >>C3 [231] -2015-03-10 08:11:41 sendUrl INFO C3 [231] R:OK -2015-03-10 08:12:31 queue INFO >>C3 [232] -2015-03-10 08:12:31 sendUrl INFO C3 [232] R:OK -2015-03-10 08:13:21 queue INFO >>C3 [233] -2015-03-10 08:13:22 sendUrl INFO C3 [233] R:OK -2015-03-10 08:14:11 queue INFO >>C3 [234] -2015-03-10 08:14:11 sendUrl INFO C3 [234] R:OK -2015-03-10 08:14:15 queue INFO C1 [235] -2015-03-10 08:14:15 queue INFO >C1 [236] -2015-03-10 08:14:15 sendUrl INFO C1 [235] R:OK -2015-03-10 08:14:16 sendUrl INFO C1 [236] R:OK -2015-03-10 08:14:21 queue INFO C3 [237] -2015-03-10 08:14:22 queue INFO >C3 [238] -2015-03-10 08:14:22 sendUrl INFO C3 [237] R:OK -2015-03-10 08:14:22 sendUrl INFO C3 [238] R:OK -2015-03-10 08:15:12 queue INFO >>C3 [239] -2015-03-10 08:15:12 sendUrl INFO C3 [239] R:OK -2015-03-10 08:16:02 queue INFO >>C3 [240] -2015-03-10 08:16:02 sendUrl INFO C3 [240] R:OK -2015-03-10 08:16:52 queue INFO >>C3 [241] -2015-03-10 08:16:52 sendUrl INFO C3 [241] R:OK -2015-03-10 08:17:42 queue INFO >>C3 [242] -2015-03-10 08:17:42 sendUrl INFO C3 [242] R:OK -2015-03-10 08:18:32 queue INFO >>C3 [243] -2015-03-10 08:18:33 sendUrl INFO C3 [243] R:OK -2015-03-10 08:18:34 queue INFO 83 [244] -2015-03-10 08:18:35 sendUrl INFO 83 [244] R:OK -2015-03-10 08:18:35 queue INFO 87 [245] -2015-03-10 08:18:35 queue INFO >87 [246] -2015-03-10 08:18:35 sendUrl INFO 87 [245] R:OK -2015-03-10 08:18:36 sendUrl INFO 87 [246] R:OK -2015-03-10 08:18:36 queue INFO 83 [247] -2015-03-10 08:18:36 queue INFO >83 [248] -2015-03-10 08:18:37 sendUrl INFO 83 [247] R:OK -2015-03-10 08:18:37 sendUrl INFO 83 [248] R:OK -2015-03-10 08:19:26 queue INFO >>83 [249] -2015-03-10 08:19:27 sendUrl INFO 83 [249] R:OK -2015-03-10 08:20:17 queue INFO >>83 [250] -2015-03-10 08:20:17 sendUrl INFO 83 [250] R:OK -2015-03-10 08:21:07 queue INFO >>83 [251] -2015-03-10 08:21:07 sendUrl INFO 83 [251] R:OK -2015-03-10 08:21:57 queue INFO >>83 [252] -2015-03-10 08:21:57 sendUrl INFO 83 [252] R:OK -2015-03-10 08:22:01 queue INFO 81 [253] -2015-03-10 08:22:01 queue INFO >81 [254] -2015-03-10 08:22:02 sendUrl INFO 81 [253] R:OK -2015-03-10 08:22:02 sendUrl INFO 81 [254] R:OK -2015-03-10 08:22:07 queue INFO 83 [255] -2015-03-10 08:22:08 queue INFO >83 [256] -2015-03-10 08:22:08 sendUrl INFO 83 [255] R:OK -2015-03-10 08:22:08 sendUrl INFO 83 [256] R:OK -2015-03-10 08:22:57 queue INFO >>83 [257] -2015-03-10 08:22:58 sendUrl INFO 83 [257] R:OK -2015-03-10 08:23:48 queue INFO >>83 [258] -2015-03-10 08:23:48 sendUrl INFO 83 [258] R:OK -2015-03-10 08:24:38 queue INFO >>83 [259] -2015-03-10 08:24:38 sendUrl INFO 83 [259] R:OK -2015-03-10 08:25:28 queue INFO >>83 [260] -2015-03-10 08:25:28 sendUrl INFO 83 [260] R:OK -2015-03-10 08:26:18 queue INFO >>83 [261] -2015-03-10 08:26:19 sendUrl INFO 83 [261] R:OK -2015-03-10 08:26:20 queue INFO 87 [262] -2015-03-10 08:26:21 queue INFO >87 [263] -2015-03-10 08:26:21 sendUrl INFO 87 [262] R:OK -2015-03-10 08:26:21 sendUrl INFO 87 [263] R:OK -2015-03-10 08:26:22 queue INFO 83 [264] -2015-03-10 08:26:22 queue INFO >83 [265] -2015-03-10 08:26:22 sendUrl INFO 83 [264] R:OK -2015-03-10 08:26:23 sendUrl INFO 83 [265] R:OK -2015-03-10 08:27:12 queue INFO >>83 [266] -2015-03-10 08:27:13 sendUrl INFO 83 [266] R:OK -2015-03-10 08:28:02 queue INFO >>83 [267] -2015-03-10 08:28:02 sendUrl INFO 83 [267] R:OK -2015-03-10 08:28:52 queue INFO >>83 [268] -2015-03-10 08:28:53 sendUrl INFO 83 [268] R:OK -2015-03-10 08:29:43 queue INFO >>83 [269] -2015-03-10 08:29:43 sendUrl INFO 83 [269] R:OK -2015-03-10 08:29:46 queue INFO 81 [270] -2015-03-10 08:29:46 queue INFO >81 [271] -2015-03-10 08:29:47 sendUrl INFO 81 [270] R:OK -2015-03-10 08:29:47 sendUrl INFO 81 [271] R:OK -2015-03-10 08:29:53 queue INFO 83 [272] -2015-03-10 08:29:53 queue INFO >83 [273] -2015-03-10 08:29:53 sendUrl INFO 83 [272] R:OK -2015-03-10 08:29:54 sendUrl INFO 83 [273] R:OK -2015-03-10 08:30:43 queue INFO >>83 [274] -2015-03-10 08:30:43 sendUrl INFO 83 [274] R:OK -2015-03-10 08:31:33 queue INFO >>83 [275] -2015-03-10 08:31:33 sendUrl INFO 83 [275] R:OK -2015-03-10 08:32:23 queue INFO >>83 [276] -2015-03-10 08:32:24 sendUrl INFO 83 [276] R:OK -2015-03-10 08:33:13 queue INFO >>83 [277] -2015-03-10 08:33:14 sendUrl INFO 83 [277] R:OK -2015-03-10 08:34:04 queue INFO >>83 [278] -2015-03-10 08:34:04 sendUrl INFO 83 [278] R:OK -2015-03-10 08:34:06 queue INFO 87 [279] -2015-03-10 08:34:06 queue INFO >87 [280] -2015-03-10 08:34:06 sendUrl INFO 87 [279] R:OK -2015-03-10 08:34:06 sendUrl INFO 87 [280] R:OK -2015-03-10 08:34:07 queue INFO 83 [281] -2015-03-10 08:34:07 sendUrl INFO 83 [281] R:OK -2015-03-10 08:34:07 queue INFO >83 [282] -2015-03-10 08:34:08 sendUrl INFO 83 [282] R:OK -2015-03-10 08:34:57 queue INFO >>83 [283] -2015-03-10 08:34:58 sendUrl INFO 83 [283] R:OK -2015-03-10 08:35:47 queue INFO >>83 [284] -2015-03-10 08:35:48 sendUrl INFO 83 [284] R:OK -2015-03-10 08:36:38 queue INFO >>83 [285] -2015-03-10 08:36:38 sendUrl INFO 83 [285] R:OK -2015-03-10 08:37:28 queue INFO >>83 [286] -2015-03-10 08:37:28 sendUrl INFO 83 [286] R:OK -2015-03-10 08:37:32 queue INFO 81 [287] -2015-03-10 08:37:32 queue INFO >81 [288] -2015-03-10 08:37:33 sendUrl INFO 81 [287] R:OK -2015-03-10 08:37:33 sendUrl INFO 81 [288] R:OK -2015-03-10 08:37:38 queue INFO 83 [289] -2015-03-10 08:37:38 queue INFO >83 [290] -2015-03-10 08:37:39 sendUrl INFO 83 [289] R:OK -2015-03-10 08:37:39 sendUrl INFO 83 [290] R:OK -2015-03-10 08:38:28 queue INFO >>83 [291] -2015-03-10 08:38:28 sendUrl INFO 83 [291] R:OK -2015-03-10 08:39:18 queue INFO >>83 [292] -2015-03-10 08:39:19 sendUrl INFO 83 [292] R:OK -2015-03-10 08:40:09 queue INFO >>83 [293] -2015-03-10 08:40:09 sendUrl INFO 83 [293] R:OK -2015-03-10 08:40:59 queue INFO >>83 [294] -2015-03-10 08:40:59 sendUrl INFO 83 [294] R:OK -2015-03-10 08:41:49 queue INFO >>83 [295] -2015-03-10 08:41:49 sendUrl INFO 83 [295] R:OK -2015-03-10 08:41:51 queue INFO 87 [296] -2015-03-10 08:41:51 queue INFO >87 [297] -2015-03-10 08:41:51 sendUrl INFO 87 [296] R:OK -2015-03-10 08:41:51 sendUrl INFO 87 [297] R:OK -2015-03-10 08:41:52 queue INFO 83 [298] -2015-03-10 08:41:52 sendUrl INFO 83 [298] R:OK -2015-03-10 08:41:52 queue INFO >83 [299] -2015-03-10 08:41:53 sendUrl INFO 83 [299] R:OK -2015-03-10 08:42:42 queue INFO >>83 [300] -2015-03-10 08:42:43 sendUrl INFO 83 [300] R:OK -2015-03-10 08:43:32 queue INFO >>83 [301] -2015-03-10 08:43:33 sendUrl INFO 83 [301] R:OK -2015-03-10 08:44:23 queue INFO >>83 [302] -2015-03-10 08:44:23 sendUrl INFO 83 [302] R:OK -2015-03-10 08:45:13 queue INFO >>83 [303] -2015-03-10 08:45:13 sendUrl INFO 83 [303] R:OK -2015-03-10 08:45:17 queue INFO 81 [304] -2015-03-10 08:45:17 queue INFO >81 [305] -2015-03-10 08:45:18 sendUrl INFO 81 [304] R:OK -2015-03-10 08:45:18 sendUrl INFO 81 [305] R:OK -2015-03-10 08:45:23 queue INFO 83 [306] -2015-03-10 08:45:23 queue INFO >83 [307] -2015-03-10 08:45:23 sendUrl INFO 83 [306] R:OK -2015-03-10 08:45:24 sendUrl INFO 83 [307] R:OK -2015-03-10 08:46:13 queue INFO >>83 [308] -2015-03-10 08:46:14 sendUrl INFO 83 [308] R:OK -2015-03-10 08:47:03 queue INFO >>83 [309] -2015-03-10 08:47:03 sendUrl INFO 83 [309] R:OK -2015-03-10 08:47:53 queue INFO >>83 [310] -2015-03-10 08:47:54 sendUrl INFO 83 [310] R:OK -2015-03-10 08:48:43 queue INFO >>83 [311] -2015-03-10 08:48:44 sendUrl INFO 83 [311] R:OK -2015-03-10 08:49:34 queue INFO >>83 [312] -2015-03-10 08:49:34 sendUrl INFO 83 [312] R:OK -2015-03-10 08:50:08 queue INFO C7 [313] -2015-03-10 08:50:08 queue INFO >C7 [314] -2015-03-10 08:50:09 sendUrl INFO C7 [313] R:OK -2015-03-10 08:50:09 sendUrl INFO C7 [314] R:OK -2015-03-10 08:50:10 queue INFO C3 [315] -2015-03-10 08:50:10 queue INFO >C3 [316] -2015-03-10 08:50:10 sendUrl INFO C3 [315] R:OK -2015-03-10 08:50:11 sendUrl INFO C3 [316] R:OK -2015-03-10 08:51:00 queue INFO >>C3 [317] -2015-03-10 08:51:00 sendUrl INFO C3 [317] R:OK -2015-03-10 08:51:50 queue INFO >>C3 [318] -2015-03-10 08:51:51 sendUrl INFO C3 [318] R:OK -2015-03-10 08:52:40 queue INFO >>C3 [319] -2015-03-10 08:52:41 sendUrl INFO C3 [319] R:OK -2015-03-10 08:53:31 queue INFO >>C3 [320] -2015-03-10 08:53:31 sendUrl INFO C3 [320] R:OK -2015-03-10 08:53:34 queue INFO C1 [321] -2015-03-10 08:53:34 queue INFO >C1 [322] -2015-03-10 08:53:34 sendUrl INFO C1 [321] R:OK -2015-03-10 08:53:35 sendUrl INFO C1 [322] R:OK -2015-03-10 08:53:41 queue INFO C3 [323] -2015-03-10 08:53:41 queue INFO >C3 [324] -2015-03-10 08:53:41 sendUrl INFO C3 [323] R:OK -2015-03-10 08:53:41 sendUrl INFO C3 [324] R:OK -2015-03-10 08:54:31 queue INFO >>C3 [325] -2015-03-10 08:54:31 sendUrl INFO C3 [325] R:OK -2015-03-10 08:55:21 queue INFO >>C3 [326] -2015-03-10 08:55:22 sendUrl INFO C3 [326] R:OK -2015-03-10 08:56:11 queue INFO >>C3 [327] -2015-03-10 08:56:11 sendUrl INFO C3 [327] R:OK -2015-03-10 08:57:01 queue INFO >>C3 [328] -2015-03-10 08:57:02 sendUrl INFO C3 [328] R:OK -2015-03-10 08:57:52 queue INFO >>C3 [329] -2015-03-10 08:57:52 sendUrl INFO C3 [329] R:OK -2015-03-10 08:57:54 queue INFO 83 [330] -2015-03-10 08:57:54 sendUrl INFO 83 [330] R:OK -2015-03-10 08:57:54 queue INFO 87 [331] -2015-03-10 08:57:54 queue INFO >87 [332] -2015-03-10 08:57:54 sendUrl INFO 87 [331] R:OK -2015-03-10 08:57:55 sendUrl INFO 87 [332] R:OK -2015-03-10 08:57:55 queue INFO 83 [333] -2015-03-10 08:57:56 queue INFO >83 [334] -2015-03-10 08:57:56 sendUrl INFO 83 [333] R:OK -2015-03-10 08:57:56 sendUrl INFO 83 [334] R:OK -2015-03-10 08:58:05 queue INFO 81 [335] -2015-03-10 08:58:06 queue INFO >81 [336] -2015-03-10 08:58:06 sendUrl INFO 81 [335] R:OK -2015-03-10 08:58:06 sendUrl INFO 81 [336] R:OK -2015-03-10 08:58:16 queue INFO 83 [337] -2015-03-10 08:58:16 queue INFO >83 [338] -2015-03-10 08:58:16 sendUrl INFO 83 [337] R:OK -2015-03-10 08:58:17 sendUrl INFO 83 [338] R:OK -2015-03-10 08:59:06 queue INFO >>83 [339] -2015-03-10 08:59:07 sendUrl INFO 83 [339] R:OK -2015-03-10 08:59:56 queue INFO >>83 [340] -2015-03-10 08:59:56 sendUrl INFO 83 [340] R:OK -2015-03-10 09:00:46 queue INFO >>83 [341] -2015-03-10 09:00:47 sendUrl INFO 83 [341] R:OK -2015-03-10 09:01:20 queue INFO 81 [342] -2015-03-10 09:01:20 queue INFO >81 [343] -2015-03-10 09:01:21 sendUrl INFO 81 [342] R:OK -2015-03-10 09:01:21 sendUrl INFO 81 [343] R:OK -2015-03-10 09:01:26 queue INFO 83 [344] -2015-03-10 09:01:27 sendUrl INFO 83 [344] R:OK -2015-03-10 09:01:27 queue INFO >83 [345] -2015-03-10 09:01:27 sendUrl INFO 83 [345] R:OK -2015-03-10 09:02:17 queue INFO >>83 [346] -2015-03-10 09:02:17 sendUrl INFO 83 [346] R:OK -2015-03-10 09:03:07 queue INFO >>83 [347] -2015-03-10 09:03:07 sendUrl INFO 83 [347] R:OK -2015-03-10 09:03:57 queue INFO >>83 [348] -2015-03-10 09:03:57 sendUrl INFO 83 [348] R:OK -2015-03-10 09:04:47 queue INFO >>83 [349] -2015-03-10 09:04:47 sendUrl INFO 83 [349] R:OK -2015-03-10 09:05:37 queue INFO >>83 [350] -2015-03-10 09:05:38 sendUrl INFO 83 [350] R:OK -2015-03-10 09:05:40 queue INFO 87 [351] -2015-03-10 09:05:40 sendUrl INFO 87 [351] R:OK -2015-03-10 09:05:40 queue INFO >87 [352] -2015-03-10 09:05:40 sendUrl INFO 87 [352] R:OK -2015-03-10 09:05:41 queue INFO 83 [353] -2015-03-10 09:05:41 queue INFO >83 [354] -2015-03-10 09:05:42 sendUrl INFO 83 [353] R:OK -2015-03-10 09:05:42 sendUrl INFO 83 [354] R:OK -2015-03-10 09:06:31 queue INFO >>83 [355] -2015-03-10 09:06:32 sendUrl INFO 83 [355] R:OK -2015-03-10 09:07:21 queue INFO >>83 [356] -2015-03-10 09:07:22 sendUrl INFO 83 [356] R:OK -2015-03-10 09:08:12 queue INFO >>83 [357] -2015-03-10 09:08:12 sendUrl INFO 83 [357] R:OK -2015-03-10 09:09:02 queue INFO >>83 [358] -2015-03-10 09:09:02 sendUrl INFO 83 [358] R:OK -2015-03-10 09:09:06 queue INFO 81 [359] -2015-03-10 09:09:06 queue INFO >81 [360] -2015-03-10 09:09:07 sendUrl INFO 81 [359] R:OK -2015-03-10 09:09:07 sendUrl INFO 81 [360] R:OK -2015-03-10 09:09:12 queue INFO 83 [361] -2015-03-10 09:09:12 sendUrl INFO 83 [361] R:OK -2015-03-10 09:09:12 queue INFO >83 [362] -2015-03-10 09:09:13 sendUrl INFO 83 [362] R:OK -2015-03-10 09:10:02 queue INFO >>83 [363] -2015-03-10 09:10:02 sendUrl INFO 83 [363] R:OK -2015-03-10 09:10:52 queue INFO >>83 [364] -2015-03-10 09:10:53 sendUrl INFO 83 [364] R:OK -2015-03-10 09:11:42 queue INFO >>83 [365] -2015-03-10 09:11:43 sendUrl INFO 83 [365] R:OK -2015-03-10 09:12:33 queue INFO >>83 [366] -2015-03-10 09:12:33 sendUrl INFO 83 [366] R:OK -2015-03-10 09:13:23 queue INFO >>83 [367] -2015-03-10 09:13:23 sendUrl INFO 83 [367] R:OK -2015-03-10 09:13:25 queue INFO 87 [368] -2015-03-10 09:13:25 queue INFO >87 [369] -2015-03-10 09:13:25 sendUrl INFO 87 [368] R:OK -2015-03-10 09:13:25 sendUrl INFO 87 [369] R:OK -2015-03-10 09:13:26 queue INFO 83 [370] -2015-03-10 09:13:26 sendUrl INFO 83 [370] R:OK -2015-03-10 09:13:26 queue INFO >83 [371] -2015-03-10 09:13:27 sendUrl INFO 83 [371] R:OK -2015-03-10 09:14:16 queue INFO >>83 [372] -2015-03-10 09:14:17 sendUrl INFO 83 [372] R:OK -2015-03-10 09:15:06 queue INFO >>83 [373] -2015-03-10 09:15:07 sendUrl INFO 83 [373] R:OK -2015-03-10 09:15:57 queue INFO >>83 [374] -2015-03-10 09:15:57 sendUrl INFO 83 [374] R:OK -2015-03-10 09:16:47 queue INFO >>83 [375] -2015-03-10 09:16:47 sendUrl INFO 83 [375] R:OK -2015-03-10 09:16:51 queue INFO 81 [376] -2015-03-10 09:16:51 queue INFO >81 [377] -2015-03-10 09:16:52 sendUrl INFO 81 [376] R:OK -2015-03-10 09:16:52 sendUrl INFO 81 [377] R:OK -2015-03-10 09:16:57 queue INFO 83 [378] -2015-03-10 09:16:57 queue INFO >83 [379] -2015-03-10 09:16:58 sendUrl INFO 83 [378] R:OK -2015-03-10 09:16:58 sendUrl INFO 83 [379] R:OK -2015-03-10 09:17:47 queue INFO >>83 [380] -2015-03-10 09:17:48 sendUrl INFO 83 [380] R:OK -2015-03-10 09:18:37 queue INFO >>83 [381] -2015-03-10 09:18:38 sendUrl INFO 83 [381] R:OK -2015-03-10 09:19:28 queue INFO >>83 [382] -2015-03-10 09:19:28 sendUrl INFO 83 [382] R:OK -2015-03-10 09:20:18 queue INFO >>83 [383] -2015-03-10 09:20:18 sendUrl INFO 83 [383] R:OK -2015-03-10 09:21:08 queue INFO >>83 [384] -2015-03-10 09:21:08 sendUrl INFO 83 [384] R:OK -2015-03-10 09:21:10 queue INFO 87 [385] -2015-03-10 09:21:10 queue INFO >87 [386] -2015-03-10 09:21:10 sendUrl INFO 87 [385] R:OK -2015-03-10 09:21:10 sendUrl INFO 87 [386] R:OK -2015-03-10 09:21:11 queue INFO 83 [387] -2015-03-10 09:21:11 sendUrl INFO 83 [387] R:OK -2015-03-10 09:21:11 queue INFO >83 [388] -2015-03-10 09:21:12 sendUrl INFO 83 [388] R:OK -2015-03-10 09:22:01 queue INFO >>83 [389] -2015-03-10 09:22:02 sendUrl INFO 83 [389] R:OK -2015-03-10 09:22:52 queue INFO >>83 [390] -2015-03-10 09:22:52 sendUrl INFO 83 [390] R:OK -2015-03-10 09:23:42 queue INFO >>83 [391] -2015-03-10 09:23:42 sendUrl INFO 83 [391] R:OK -2015-03-10 09:24:32 queue INFO >>83 [392] -2015-03-10 09:24:32 sendUrl INFO 83 [392] R:OK -2015-03-10 09:24:36 queue INFO 81 [393] -2015-03-10 09:24:36 sendUrl INFO 81 [393] R:OK -2015-03-10 09:24:36 queue INFO >81 [394] -2015-03-10 09:24:37 sendUrl INFO 81 [394] R:OK -2015-03-10 09:24:42 queue INFO 83 [395] -2015-03-10 09:24:42 queue INFO >83 [396] -2015-03-10 09:24:43 sendUrl INFO 83 [395] R:OK -2015-03-10 09:24:43 sendUrl INFO 83 [396] R:OK -2015-03-10 09:25:32 queue INFO >>83 [397] -2015-03-10 09:25:33 sendUrl INFO 83 [397] R:OK -2015-03-10 09:26:23 queue INFO >>83 [398] -2015-03-10 09:26:23 sendUrl INFO 83 [398] R:OK -2015-03-10 09:27:13 queue INFO >>83 [399] -2015-03-10 09:27:13 sendUrl INFO 83 [399] R:OK -2015-03-10 09:28:03 queue INFO >>83 [400] -2015-03-10 09:28:03 sendUrl INFO 83 [400] R:OK -2015-03-10 09:28:53 queue INFO >>83 [401] -2015-03-10 09:28:53 sendUrl INFO 83 [401] R:OK -2015-03-10 09:28:54 queue INFO 87 [402] -2015-03-10 09:28:55 queue INFO >87 [403] -2015-03-10 09:28:55 sendUrl INFO 87 [402] R:OK -2015-03-10 09:28:55 sendUrl INFO 87 [403] R:OK -2015-03-10 09:28:56 queue INFO 83 [404] -2015-03-10 09:28:56 queue INFO >83 [405] -2015-03-10 09:28:56 sendUrl INFO 83 [404] R:OK -2015-03-10 09:28:57 sendUrl INFO 83 [405] R:OK -2015-03-10 09:29:46 queue INFO >>83 [406] -2015-03-10 09:29:47 sendUrl INFO 83 [406] R:OK -2015-03-10 09:29:52 queue INFO 93 [407] -2015-03-10 09:29:52 queue INFO 91 [408] -2015-03-10 09:29:53 queue INFO >91 [409] -2015-03-10 09:29:53 sendUrl INFO 93 [407] R:OK -2015-03-10 09:29:53 sendUrl INFO 91 [408] R:OK -2015-03-10 09:29:54 sendUrl INFO 91 [409] R:OK -2015-03-10 09:30:43 queue INFO >>91 [410] -2015-03-10 09:30:43 sendUrl INFO 91 [410] R:OK -2015-03-10 09:31:33 queue INFO >>91 [411] -2015-03-10 09:31:33 sendUrl INFO 91 [411] R:OK -2015-03-10 09:32:23 queue INFO >>91 [412] -2015-03-10 09:32:23 sendUrl INFO 91 [412] R:OK -2015-03-10 09:32:35 queue INFO 81 [413] -2015-03-10 09:32:35 queue INFO >81 [414] -2015-03-10 09:32:35 sendUrl INFO 81 [413] R:OK -2015-03-10 09:32:36 sendUrl INFO 81 [414] R:OK -2015-03-10 09:32:43 queue INFO 83 [415] -2015-03-10 09:32:43 queue INFO >83 [416] -2015-03-10 09:32:43 sendUrl INFO 83 [415] R:OK -2015-03-10 09:32:44 sendUrl INFO 83 [416] R:OK -2015-03-10 09:33:33 queue INFO >>83 [417] -2015-03-10 09:33:34 sendUrl INFO 83 [417] R:OK -2015-03-10 09:34:23 queue INFO >>83 [418] -2015-03-10 09:34:24 sendUrl INFO 83 [418] R:OK -2015-03-10 09:35:14 queue INFO >>83 [419] -2015-03-10 09:35:14 sendUrl INFO 83 [419] R:OK -2015-03-10 09:35:26 queue INFO 81 [420] -2015-03-10 09:35:26 queue INFO >81 [421] -2015-03-10 09:35:27 sendUrl INFO 81 [420] R:OK -2015-03-10 09:35:27 sendUrl INFO 81 [421] R:OK -2015-03-10 09:35:33 queue INFO 83 [422] -2015-03-10 09:35:33 queue INFO >83 [423] -2015-03-10 09:35:33 sendUrl INFO 83 [422] R:OK -2015-03-10 09:35:34 sendUrl INFO 83 [423] R:OK -2015-03-10 09:36:23 queue INFO >>83 [424] -2015-03-10 09:36:23 sendUrl INFO 83 [424] R:OK -2015-03-10 09:37:13 queue INFO >>83 [425] -2015-03-10 09:37:13 sendUrl INFO 83 [425] R:OK -2015-03-10 09:38:03 queue INFO >>83 [426] -2015-03-10 09:38:04 sendUrl INFO 83 [426] R:OK -2015-03-10 09:38:53 queue INFO >>83 [427] -2015-03-10 09:38:54 sendUrl INFO 83 [427] R:OK -2015-03-10 09:39:43 queue INFO >>83 [428] -2015-03-10 09:39:44 sendUrl INFO 83 [428] R:OK -2015-03-10 09:39:45 queue INFO C7 [429] -2015-03-10 09:39:46 queue INFO >C7 [430] -2015-03-10 09:39:46 sendUrl INFO C7 [429] R:OK -2015-03-10 09:39:46 sendUrl INFO C7 [430] R:OK -2015-03-10 09:39:47 queue INFO C3 [431] -2015-03-10 09:39:47 sendUrl INFO C3 [431] R:OK -2015-03-10 09:39:47 queue INFO >C3 [432] -2015-03-10 09:39:48 sendUrl INFO C3 [432] R:OK -2015-03-10 09:40:37 queue INFO >>C3 [433] -2015-03-10 09:40:38 sendUrl INFO C3 [433] R:OK -2015-03-10 09:41:27 queue INFO >>C3 [434] -2015-03-10 09:41:28 sendUrl INFO C3 [434] R:OK -2015-03-10 09:42:18 queue INFO >>C3 [435] -2015-03-10 09:42:18 sendUrl INFO C3 [435] R:OK -2015-03-10 09:43:08 queue INFO >>C3 [436] -2015-03-10 09:43:08 sendUrl INFO C3 [436] R:OK -2015-03-10 09:43:12 queue INFO C1 [437] -2015-03-10 09:43:12 queue INFO >C1 [438] -2015-03-10 09:43:13 sendUrl INFO C1 [437] R:OK -2015-03-10 09:43:13 sendUrl INFO C1 [438] R:OK -2015-03-10 09:43:18 queue INFO C3 [439] -2015-03-10 09:43:18 queue INFO >C3 [440] -2015-03-10 09:43:18 sendUrl INFO C3 [439] R:OK -2015-03-10 09:43:19 sendUrl INFO C3 [440] R:OK -2015-03-10 09:44:08 queue INFO >>C3 [441] -2015-03-10 09:44:08 sendUrl INFO C3 [441] R:OK -2015-03-10 09:44:58 queue INFO >>C3 [442] -2015-03-10 09:44:59 sendUrl INFO C3 [442] R:OK -2015-03-10 09:45:48 queue INFO >>C3 [443] -2015-03-10 09:45:49 sendUrl INFO C3 [443] R:OK -2015-03-10 09:46:39 queue INFO >>C3 [444] -2015-03-10 09:46:39 sendUrl INFO C3 [444] R:OK -2015-03-10 09:47:29 queue INFO >>C3 [445] -2015-03-10 09:47:29 sendUrl INFO C3 [445] R:OK -2015-03-10 09:47:31 queue INFO 83 [446] -2015-03-10 09:47:31 queue INFO 87 [447] -2015-03-10 09:47:31 queue INFO >87 [448] -2015-03-10 09:47:31 sendUrl INFO 83 [446] R:OK -2015-03-10 09:47:32 sendUrl INFO 87 [447] R:OK -2015-03-10 09:47:32 sendUrl INFO 87 [448] R:OK -2015-03-10 09:47:32 queue INFO 83 [449] -2015-03-10 09:47:33 queue INFO >83 [450] -2015-03-10 09:47:33 sendUrl INFO 83 [449] R:OK -2015-03-10 09:47:33 sendUrl INFO 83 [450] R:OK -2015-03-10 09:48:23 queue INFO >>83 [451] -2015-03-10 09:48:23 sendUrl INFO 83 [451] R:OK -2015-03-10 09:49:13 queue INFO >>83 [452] -2015-03-10 09:49:13 sendUrl INFO 83 [452] R:OK -2015-03-10 09:50:03 queue INFO >>83 [453] -2015-03-10 09:50:03 sendUrl INFO 83 [453] R:OK -2015-03-10 09:50:53 queue INFO >>83 [454] -2015-03-10 09:50:54 sendUrl INFO 83 [454] R:OK -2015-03-10 09:50:57 queue INFO 81 [455] -2015-03-10 09:50:57 queue INFO >81 [456] -2015-03-10 09:50:58 sendUrl INFO 81 [455] R:OK -2015-03-10 09:50:58 sendUrl INFO 81 [456] R:OK -2015-03-10 09:51:04 queue INFO 83 [457] -2015-03-10 09:51:04 queue INFO >83 [458] -2015-03-10 09:51:04 sendUrl INFO 83 [457] R:OK -2015-03-10 09:51:05 sendUrl INFO 83 [458] R:OK -2015-03-10 09:51:54 queue INFO >>83 [459] -2015-03-10 09:51:54 sendUrl INFO 83 [459] R:OK -2015-03-10 09:52:44 queue INFO >>83 [460] -2015-03-10 09:52:44 sendUrl INFO 83 [460] R:OK -2015-03-10 09:53:34 queue INFO >>83 [461] -2015-03-10 09:53:35 sendUrl INFO 83 [461] R:OK -2015-03-10 09:54:24 queue INFO >>83 [462] -2015-03-10 09:54:24 sendUrl INFO 83 [462] R:OK -2015-03-10 09:55:14 queue INFO >>83 [463] -2015-03-10 09:55:15 sendUrl INFO 83 [463] R:OK -2015-03-10 09:55:17 queue INFO 87 [464] -2015-03-10 09:55:17 sendUrl INFO 87 [464] R:OK -2015-03-10 09:55:17 queue INFO >87 [465] -2015-03-10 09:55:17 sendUrl INFO 87 [465] R:OK -2015-03-10 09:55:18 queue INFO 83 [466] -2015-03-10 09:55:19 queue INFO >83 [467] -2015-03-10 09:55:19 sendUrl INFO 83 [466] R:OK -2015-03-10 09:55:19 sendUrl INFO 83 [467] R:OK -2015-03-10 09:56:08 queue INFO >>83 [468] -2015-03-10 09:56:09 sendUrl INFO 83 [468] R:OK -2015-03-10 09:56:59 queue INFO >>83 [469] -2015-03-10 09:56:59 sendUrl INFO 83 [469] R:OK -2015-03-10 09:57:49 queue INFO >>83 [470] -2015-03-10 09:57:49 sendUrl INFO 83 [470] R:OK -2015-03-10 09:58:39 queue INFO >>83 [471] -2015-03-10 09:58:39 sendUrl INFO 83 [471] R:OK -2015-03-10 09:58:43 queue INFO 81 [472] -2015-03-10 09:58:43 queue INFO >81 [473] -2015-03-10 09:58:44 sendUrl INFO 81 [472] R:OK -2015-03-10 09:58:44 sendUrl INFO 81 [473] R:OK -2015-03-10 09:58:49 queue INFO 83 [474] -2015-03-10 09:58:49 sendUrl INFO 83 [474] R:OK -2015-03-10 09:58:49 queue INFO >83 [475] -2015-03-10 09:58:50 sendUrl INFO 83 [475] R:OK -2015-03-10 09:59:39 queue INFO >>83 [476] -2015-03-10 09:59:40 sendUrl INFO 83 [476] R:OK -2015-03-10 10:00:29 queue INFO >>83 [477] -2015-03-10 10:00:30 sendUrl INFO 83 [477] R:OK -2015-03-10 10:01:20 queue INFO >>83 [478] -2015-03-10 10:01:20 sendUrl INFO 83 [478] R:OK -2015-03-10 10:02:10 queue INFO >>83 [479] -2015-03-10 10:02:10 sendUrl INFO 83 [479] R:OK -2015-03-10 10:03:00 queue INFO >>83 [480] -2015-03-10 10:03:00 sendUrl INFO 83 [480] R:OK -2015-03-10 10:03:02 queue INFO 87 [481] -2015-03-10 10:03:02 queue INFO >87 [482] -2015-03-10 10:03:02 sendUrl INFO 87 [481] R:OK -2015-03-10 10:03:02 sendUrl INFO 87 [482] R:OK -2015-03-10 10:03:03 queue INFO 83 [483] -2015-03-10 10:03:04 queue INFO >83 [484] -2015-03-10 10:03:04 sendUrl INFO 83 [483] R:OK -2015-03-10 10:03:04 sendUrl INFO 83 [484] R:OK -2015-03-10 10:03:53 queue INFO >>83 [485] -2015-03-10 10:03:54 sendUrl INFO 83 [485] R:OK -2015-03-10 10:04:44 queue INFO >>83 [486] -2015-03-10 10:04:44 sendUrl INFO 83 [486] R:OK -2015-03-10 10:05:34 queue INFO >>83 [487] -2015-03-10 10:05:34 sendUrl INFO 83 [487] R:OK -2015-03-10 10:06:24 queue INFO >>83 [488] -2015-03-10 10:06:24 sendUrl INFO 83 [488] R:OK -2015-03-10 10:06:28 queue INFO 81 [489] -2015-03-10 10:06:28 sendUrl INFO 81 [489] R:OK -2015-03-10 10:06:28 queue INFO >81 [490] -2015-03-10 10:06:29 sendUrl INFO 81 [490] R:OK -2015-03-10 10:06:34 queue INFO 83 [491] -2015-03-10 10:06:35 queue INFO >83 [492] -2015-03-10 10:06:35 sendUrl INFO 83 [491] R:OK -2015-03-10 10:06:35 sendUrl INFO 83 [492] R:OK -2015-03-10 10:07:25 queue INFO >>83 [493] -2015-03-10 10:07:25 sendUrl INFO 83 [493] R:OK -2015-03-10 10:08:15 queue INFO >>83 [494] -2015-03-10 10:08:15 sendUrl INFO 83 [494] R:OK -2015-03-10 10:09:05 queue INFO >>83 [495] -2015-03-10 10:09:05 sendUrl INFO 83 [495] R:OK -2015-03-10 10:09:55 queue INFO >>83 [496] -2015-03-10 10:09:55 sendUrl INFO 83 [496] R:OK -2015-03-10 10:10:45 queue INFO >>83 [497] -2015-03-10 10:10:45 sendUrl INFO 83 [497] R:OK -2015-03-10 10:10:47 queue INFO 87 [498] -2015-03-10 10:10:47 queue INFO >87 [499] -2015-03-10 10:10:47 sendUrl INFO 87 [498] R:OK -2015-03-10 10:10:48 sendUrl INFO 87 [499] R:OK -2015-03-10 10:10:49 queue INFO 83 [500] -2015-03-10 10:10:49 queue INFO >83 [501] -2015-03-10 10:10:49 sendUrl INFO 83 [500] R:OK -2015-03-10 10:10:49 sendUrl INFO 83 [501] R:OK -2015-03-10 10:11:39 queue INFO >>83 [502] -2015-03-10 10:11:39 sendUrl INFO 83 [502] R:OK -2015-03-10 10:12:29 queue INFO >>83 [503] -2015-03-10 10:12:29 sendUrl INFO 83 [503] R:OK -2015-03-10 10:13:19 queue INFO >>83 [504] -2015-03-10 10:13:19 sendUrl INFO 83 [504] R:OK -2015-03-10 10:14:09 queue INFO >>83 [505] -2015-03-10 10:14:09 sendUrl INFO 83 [505] R:OK -2015-03-10 10:14:13 queue INFO 81 [506] -2015-03-10 10:14:13 sendUrl INFO 81 [506] R:OK -2015-03-10 10:14:13 queue INFO >81 [507] -2015-03-10 10:14:14 sendUrl INFO 81 [507] R:OK -2015-03-10 10:14:19 queue INFO 83 [508] -2015-03-10 10:14:20 queue INFO >83 [509] -2015-03-10 10:14:20 sendUrl INFO 83 [508] R:OK -2015-03-10 10:14:20 sendUrl INFO 83 [509] R:OK -2015-03-10 10:15:10 queue INFO >>83 [510] -2015-03-10 10:15:10 sendUrl INFO 83 [510] R:OK -2015-03-10 10:16:00 queue INFO >>83 [511] -2015-03-10 10:16:00 sendUrl INFO 83 [511] R:OK -2015-03-10 10:16:50 queue INFO >>83 [512] -2015-03-10 10:16:50 sendUrl INFO 83 [512] R:OK -2015-03-10 10:17:40 queue INFO >>83 [513] -2015-03-10 10:17:40 sendUrl INFO 83 [513] R:OK -2015-03-10 10:18:30 queue INFO >>83 [514] -2015-03-10 10:18:30 sendUrl INFO 83 [514] R:OK -2015-03-10 10:18:32 queue INFO 87 [515] -2015-03-10 10:18:32 queue INFO >87 [516] -2015-03-10 10:18:32 sendUrl INFO 87 [515] R:OK -2015-03-10 10:18:33 sendUrl INFO 87 [516] R:OK -2015-03-10 10:18:33 queue INFO 83 [517] -2015-03-10 10:18:33 queue INFO >83 [518] -2015-03-10 10:18:34 sendUrl INFO 83 [517] R:OK -2015-03-10 10:18:34 sendUrl INFO 83 [518] R:OK -2015-03-10 10:19:23 queue INFO >>83 [519] -2015-03-10 10:19:24 sendUrl INFO 83 [519] R:OK -2015-03-10 10:20:13 queue INFO >>83 [520] -2015-03-10 10:20:14 sendUrl INFO 83 [520] R:OK -2015-03-10 10:21:04 queue INFO >>83 [521] -2015-03-10 10:21:04 sendUrl INFO 83 [521] R:OK -2015-03-10 10:21:54 queue INFO >>83 [522] -2015-03-10 10:21:54 sendUrl INFO 83 [522] R:OK -2015-03-10 10:21:58 queue INFO 81 [523] -2015-03-10 10:21:58 queue INFO >81 [524] -2015-03-10 10:21:58 sendUrl INFO 81 [523] R:OK -2015-03-10 10:21:59 sendUrl INFO 81 [524] R:OK -2015-03-10 10:22:04 queue INFO 83 [525] -2015-03-10 10:22:04 queue INFO >83 [526] -2015-03-10 10:22:04 sendUrl INFO 83 [525] R:OK -2015-03-10 10:22:05 sendUrl INFO 83 [526] R:OK -2015-03-10 10:22:54 queue INFO >>83 [527] -2015-03-10 10:22:55 sendUrl INFO 83 [527] R:OK -2015-03-10 10:23:45 queue INFO >>83 [528] -2015-03-10 10:23:45 sendUrl INFO 83 [528] R:OK -2015-03-10 10:24:35 queue INFO >>83 [529] -2015-03-10 10:24:35 sendUrl INFO 83 [529] R:OK -2015-03-10 10:25:25 queue INFO >>83 [530] -2015-03-10 10:25:25 sendUrl INFO 83 [530] R:OK -2015-03-10 10:26:15 queue INFO >>83 [531] -2015-03-10 10:26:16 sendUrl INFO 83 [531] R:OK -2015-03-10 10:26:17 queue INFO C7 [532] -2015-03-10 10:26:17 queue INFO >C7 [533] -2015-03-10 10:26:17 sendUrl INFO C7 [532] R:OK -2015-03-10 10:26:18 sendUrl INFO C7 [533] R:OK -2015-03-10 10:26:18 queue INFO C3 [534] -2015-03-10 10:26:19 sendUrl INFO C3 [534] R:OK -2015-03-10 10:26:19 queue INFO >C3 [535] -2015-03-10 10:26:19 sendUrl INFO C3 [535] R:OK -2015-03-10 10:27:09 queue INFO >>C3 [536] -2015-03-10 10:27:09 sendUrl INFO C3 [536] R:OK -2015-03-10 10:27:59 queue INFO >>C3 [537] -2015-03-10 10:27:59 sendUrl INFO C3 [537] R:OK -2015-03-10 10:28:49 queue INFO >>C3 [538] -2015-03-10 10:28:49 sendUrl INFO C3 [538] R:OK -2015-03-10 10:29:39 queue INFO >>C3 [539] -2015-03-10 10:29:39 sendUrl INFO C3 [539] R:OK -2015-03-10 10:29:43 queue INFO C1 [540] -2015-03-10 10:29:43 queue INFO >C1 [541] -2015-03-10 10:29:43 sendUrl INFO C1 [540] R:OK -2015-03-10 10:29:44 sendUrl INFO C1 [541] R:OK -2015-03-10 10:29:49 queue INFO C3 [542] -2015-03-10 10:29:50 queue INFO >C3 [543] -2015-03-10 10:29:50 sendUrl INFO C3 [542] R:OK -2015-03-10 10:29:51 sendUrl INFO C3 [543] R:OK -2015-03-10 10:30:40 queue INFO >>C3 [544] -2015-03-10 10:30:40 sendUrl INFO C3 [544] R:OK -2015-03-10 10:31:30 queue INFO >>C3 [545] -2015-03-10 10:31:30 sendUrl INFO C3 [545] R:OK -2015-03-10 10:32:20 queue INFO >>C3 [546] -2015-03-10 10:32:20 sendUrl INFO C3 [546] R:OK -2015-03-10 10:33:10 queue INFO >>C3 [547] -2015-03-10 10:33:10 sendUrl INFO C3 [547] R:OK -2015-03-10 10:34:00 queue INFO >>C3 [548] -2015-03-10 10:34:01 sendUrl INFO C3 [548] R:OK -2015-03-10 10:34:02 queue INFO 83 [549] -2015-03-10 10:34:02 queue INFO 87 [550] -2015-03-10 10:34:03 queue INFO >87 [551] -2015-03-10 10:34:03 sendUrl INFO 83 [549] R:OK -2015-03-10 10:34:03 sendUrl INFO 87 [550] R:OK -2015-03-10 10:34:04 sendUrl INFO 87 [551] R:OK -2015-03-10 10:34:04 queue INFO 83 [552] -2015-03-10 10:34:04 sendUrl INFO 83 [552] R:OK -2015-03-10 10:34:04 queue INFO >83 [553] -2015-03-10 10:34:05 sendUrl INFO 83 [553] R:OK -2015-03-10 10:34:54 queue INFO >>83 [554] -2015-03-10 10:34:55 sendUrl INFO 83 [554] R:OK -2015-03-10 10:35:44 queue INFO >>83 [555] -2015-03-10 10:35:45 sendUrl INFO 83 [555] R:OK -2015-03-10 10:36:35 queue INFO >>83 [556] -2015-03-10 10:36:35 sendUrl INFO 83 [556] R:OK -2015-03-10 10:37:25 queue INFO >>83 [557] -2015-03-10 10:37:25 sendUrl INFO 83 [557] R:OK -2015-03-10 10:37:29 queue INFO 81 [558] -2015-03-10 10:37:29 queue INFO >81 [559] -2015-03-10 10:37:30 sendUrl INFO 81 [558] R:OK -2015-03-10 10:37:30 sendUrl INFO 81 [559] R:OK -2015-03-10 10:37:35 queue INFO 83 [560] -2015-03-10 10:37:35 queue INFO >83 [561] -2015-03-10 10:37:36 sendUrl INFO 83 [560] R:OK -2015-03-10 10:37:36 sendUrl INFO 83 [561] R:OK -2015-03-10 10:38:25 queue INFO >>83 [562] -2015-03-10 10:38:25 sendUrl INFO 83 [562] R:OK -2015-03-10 10:39:15 queue INFO >>83 [563] -2015-03-10 10:39:16 sendUrl INFO 83 [563] R:OK -2015-03-10 10:40:06 queue INFO >>83 [564] -2015-03-10 10:40:06 sendUrl INFO 83 [564] R:OK -2015-03-10 10:40:56 queue INFO >>83 [565] -2015-03-10 10:40:56 sendUrl INFO 83 [565] R:OK -2015-03-10 10:41:46 queue INFO >>83 [566] -2015-03-10 10:41:46 sendUrl INFO 83 [566] R:OK -2015-03-10 10:41:48 queue INFO 87 [567] -2015-03-10 10:41:48 sendUrl INFO 87 [567] R:OK -2015-03-10 10:41:48 queue INFO >87 [568] -2015-03-10 10:41:49 sendUrl INFO 87 [568] R:OK -2015-03-10 10:41:50 queue INFO 83 [569] -2015-03-10 10:41:50 queue INFO >83 [570] -2015-03-10 10:41:50 sendUrl INFO 83 [569] R:OK -2015-03-10 10:41:51 sendUrl INFO 83 [570] R:OK -2015-03-10 10:42:40 queue INFO >>83 [571] -2015-03-10 10:42:40 sendUrl INFO 83 [571] R:OK -2015-03-10 10:43:30 queue INFO >>83 [572] -2015-03-10 10:43:30 sendUrl INFO 83 [572] R:OK -2015-03-10 10:44:20 queue INFO >>83 [573] -2015-03-10 10:44:20 sendUrl INFO 83 [573] R:OK -2015-03-10 10:45:10 queue INFO >>83 [574] -2015-03-10 10:45:11 sendUrl INFO 83 [574] R:OK -2015-03-10 10:45:14 queue INFO 81 [575] -2015-03-10 10:45:14 queue INFO >81 [576] -2015-03-10 10:45:15 sendUrl INFO 81 [575] R:OK -2015-03-10 10:45:15 sendUrl INFO 81 [576] R:OK -2015-03-10 10:45:21 queue INFO 83 [577] -2015-03-10 10:45:21 queue INFO >83 [578] -2015-03-10 10:45:21 sendUrl INFO 83 [577] R:OK -2015-03-10 10:45:22 sendUrl INFO 83 [578] R:OK -2015-03-10 10:46:11 queue INFO >>83 [579] -2015-03-10 10:46:11 sendUrl INFO 83 [579] R:OK -2015-03-10 10:47:01 queue INFO >>83 [580] -2015-03-10 10:47:01 sendUrl INFO 83 [580] R:OK -2015-03-10 10:47:51 queue INFO >>83 [581] -2015-03-10 10:47:52 sendUrl INFO 83 [581] R:OK -2015-03-10 10:48:41 queue INFO >>83 [582] -2015-03-10 10:48:41 sendUrl INFO 83 [582] R:OK -2015-03-10 10:49:31 queue INFO >>83 [583] -2015-03-10 10:49:32 sendUrl INFO 83 [583] R:OK -2015-03-10 10:49:33 queue INFO 87 [584] -2015-03-10 10:49:34 queue INFO >87 [585] -2015-03-10 10:49:34 sendUrl INFO 87 [584] R:OK -2015-03-10 10:49:34 sendUrl INFO 87 [585] R:OK -2015-03-10 10:49:35 queue INFO 83 [586] -2015-03-10 10:49:35 queue INFO >83 [587] -2015-03-10 10:49:35 sendUrl INFO 83 [586] R:OK -2015-03-10 10:49:36 sendUrl INFO 83 [587] R:OK -2015-03-10 10:50:25 queue INFO >>83 [588] -2015-03-10 10:50:25 sendUrl INFO 83 [588] R:OK -2015-03-10 10:51:15 queue INFO >>83 [589] -2015-03-10 10:51:15 sendUrl INFO 83 [589] R:OK -2015-03-10 10:52:05 queue INFO >>83 [590] -2015-03-10 10:52:06 sendUrl INFO 83 [590] R:OK -2015-03-10 10:52:56 queue INFO >>83 [591] -2015-03-10 10:52:56 sendUrl INFO 83 [591] R:OK -2015-03-10 10:52:59 queue INFO 81 [592] -2015-03-10 10:52:59 queue INFO >81 [593] -2015-03-10 10:53:00 sendUrl INFO 81 [592] R:OK -2015-03-10 10:53:00 sendUrl INFO 81 [593] R:OK -2015-03-10 10:53:06 queue INFO 83 [594] -2015-03-10 10:53:06 queue INFO >83 [595] -2015-03-10 10:53:06 sendUrl INFO 83 [594] R:OK -2015-03-10 10:53:07 sendUrl INFO 83 [595] R:OK -2015-03-10 10:53:56 queue INFO >>83 [596] -2015-03-10 10:53:56 sendUrl INFO 83 [596] R:OK -2015-03-10 10:54:46 queue INFO >>83 [597] -2015-03-10 10:54:46 sendUrl INFO 83 [597] R:OK -2015-03-10 10:55:36 queue INFO >>83 [598] -2015-03-10 10:55:37 sendUrl INFO 83 [598] R:OK -2015-03-10 10:56:26 queue INFO >>83 [599] -2015-03-10 10:56:27 sendUrl INFO 83 [599] R:OK -2015-03-10 10:57:17 queue INFO >>83 [600] -2015-03-10 10:57:17 sendUrl INFO 83 [600] R:OK -2015-03-10 10:57:18 queue INFO 87 [601] -2015-03-10 10:57:19 queue INFO >87 [602] -2015-03-10 10:57:19 sendUrl INFO 87 [601] R:OK -2015-03-10 10:57:19 sendUrl INFO 87 [602] R:OK -2015-03-10 10:57:20 queue INFO 83 [603] -2015-03-10 10:57:20 queue INFO >83 [604] -2015-03-10 10:57:20 sendUrl INFO 83 [603] R:OK -2015-03-10 10:57:21 sendUrl INFO 83 [604] R:OK -2015-03-10 10:58:10 queue INFO >>83 [605] -2015-03-10 10:58:10 sendUrl INFO 83 [605] R:OK -2015-03-10 10:59:00 queue INFO >>83 [606] -2015-03-10 10:59:01 sendUrl INFO 83 [606] R:OK -2015-03-10 10:59:50 queue INFO >>83 [607] -2015-03-10 10:59:51 sendUrl INFO 83 [607] R:OK -2015-03-10 11:00:41 queue INFO >>83 [608] -2015-03-10 11:00:41 sendUrl INFO 83 [608] R:OK -2015-03-10 11:00:45 queue INFO 81 [609] -2015-03-10 11:00:45 queue INFO >81 [610] -2015-03-10 11:00:46 sendUrl INFO 81 [609] R:OK -2015-03-10 11:00:46 sendUrl INFO 81 [610] R:OK -2015-03-10 11:00:51 queue INFO 83 [611] -2015-03-10 11:00:51 queue INFO >83 [612] -2015-03-10 11:00:51 sendUrl INFO 83 [611] R:OK -2015-03-10 11:00:52 sendUrl INFO 83 [612] R:OK -2015-03-10 11:01:41 queue INFO >>83 [613] -2015-03-10 11:01:41 sendUrl INFO 83 [613] R:OK -2015-03-10 11:02:31 queue INFO >>83 [614] -2015-03-10 11:02:31 sendUrl INFO 83 [614] R:OK -2015-03-10 11:03:21 queue INFO >>83 [615] -2015-03-10 11:03:22 sendUrl INFO 83 [615] R:OK -2015-03-10 11:04:11 queue INFO >>83 [616] -2015-03-10 11:04:12 sendUrl INFO 83 [616] R:OK -2015-03-10 11:05:02 queue INFO >>83 [617] -2015-03-10 11:05:02 sendUrl INFO 83 [617] R:OK -2015-03-10 11:05:03 queue INFO 87 [618] -2015-03-10 11:05:03 queue INFO >87 [619] -2015-03-10 11:05:03 sendUrl INFO 87 [618] R:OK -2015-03-10 11:05:04 sendUrl INFO 87 [619] R:OK -2015-03-10 11:05:05 queue INFO 83 [620] -2015-03-10 11:05:05 sendUrl INFO 83 [620] R:OK -2015-03-10 11:05:05 queue INFO >83 [621] -2015-03-10 11:05:05 sendUrl INFO 83 [621] R:OK -2015-03-10 11:05:55 queue INFO >>83 [622] -2015-03-10 11:05:55 sendUrl INFO 83 [622] R:OK -2015-03-10 11:06:45 queue INFO >>83 [623] -2015-03-10 11:06:46 sendUrl INFO 83 [623] R:OK -2015-03-10 11:07:35 queue INFO >>83 [624] -2015-03-10 11:07:35 sendUrl INFO 83 [624] R:OK -2015-03-10 11:08:25 queue INFO >>83 [625] -2015-03-10 11:08:26 sendUrl INFO 83 [625] R:OK -2015-03-10 11:08:29 queue INFO 81 [626] -2015-03-10 11:08:29 queue INFO >81 [627] -2015-03-10 11:08:29 sendUrl INFO 81 [626] R:OK -2015-03-10 11:08:30 sendUrl INFO 81 [627] R:OK -2015-03-10 11:08:36 queue INFO 83 [628] -2015-03-10 11:08:36 queue INFO >83 [629] -2015-03-10 11:08:36 sendUrl INFO 83 [628] R:OK -2015-03-10 11:08:36 sendUrl INFO 83 [629] R:OK -2015-03-10 11:09:26 queue INFO >>83 [630] -2015-03-10 11:09:26 sendUrl INFO 83 [630] R:OK -2015-03-10 11:10:16 queue INFO >>83 [631] -2015-03-10 11:10:16 sendUrl INFO 83 [631] R:OK -2015-03-10 11:11:06 queue INFO >>83 [632] -2015-03-10 11:11:06 sendUrl INFO 83 [632] R:OK -2015-03-10 11:11:56 queue INFO >>83 [633] -2015-03-10 11:11:57 sendUrl INFO 83 [633] R:OK -2015-03-10 11:12:19 queue INFO 81 [634] -2015-03-10 11:12:19 queue INFO >81 [635] -2015-03-10 11:12:20 sendUrl INFO 81 [634] R:OK -2015-03-10 11:12:20 sendUrl INFO 81 [635] R:OK -2015-03-10 11:12:51 queue INFO 91 [636] -2015-03-10 11:12:51 queue INFO >91 [637] -2015-03-10 11:12:51 sendUrl INFO 91 [636] R:OK -2015-03-10 11:12:51 sendUrl INFO 91 [637] R:OK -2015-03-10 11:13:41 queue INFO >>91 [638] -2015-03-10 11:13:41 sendUrl INFO 91 [638] R:OK -2015-03-10 11:14:31 queue INFO >>91 [639] -2015-03-10 11:14:31 sendUrl INFO 91 [639] R:OK -2015-03-10 11:15:21 queue INFO >>91 [640] -2015-03-10 11:15:21 sendUrl INFO 91 [640] R:OK -2015-03-10 11:16:11 queue INFO >>91 [641] -2015-03-10 11:16:11 sendUrl INFO 91 [641] R:OK -2015-03-10 11:17:01 queue INFO >>91 [642] -2015-03-10 11:17:02 sendUrl INFO 91 [642] R:OK -2015-03-10 11:17:51 queue INFO >>91 [643] -2015-03-10 11:17:52 sendUrl INFO 91 [643] R:OK -2015-03-10 11:18:41 queue INFO >>91 [644] -2015-03-10 11:18:42 sendUrl INFO 91 [644] R:OK -2015-03-10 11:18:46 queue INFO 81 [645] -2015-03-10 11:18:46 queue INFO >81 [646] -2015-03-10 11:18:46 sendUrl INFO 81 [645] R:OK -2015-03-10 11:18:47 sendUrl INFO 81 [646] R:OK -2015-03-10 11:18:54 queue INFO 83 [647] -2015-03-10 11:18:54 queue INFO >83 [648] -2015-03-10 11:18:54 sendUrl INFO 83 [647] R:OK -2015-03-10 11:18:55 sendUrl INFO 83 [648] R:OK -2015-03-10 11:19:19 queue INFO 87 [649] -2015-03-10 11:19:19 queue INFO >87 [650] -2015-03-10 11:19:19 sendUrl INFO 87 [649] R:OK -2015-03-10 11:19:20 sendUrl INFO 87 [650] R:OK -2015-03-10 11:19:20 queue INFO 83 [651] -2015-03-10 11:19:20 queue INFO >83 [652] -2015-03-10 11:19:21 sendUrl INFO 83 [651] R:OK -2015-03-10 11:19:21 sendUrl INFO 83 [652] R:OK -2015-03-10 11:20:10 queue INFO >>83 [653] -2015-03-10 11:20:11 sendUrl INFO 83 [653] R:OK -2015-03-10 11:21:00 queue INFO >>83 [654] -2015-03-10 11:21:01 sendUrl INFO 83 [654] R:OK -2015-03-10 11:21:51 queue INFO >>83 [655] -2015-03-10 11:21:51 sendUrl INFO 83 [655] R:OK -2015-03-10 11:22:41 queue INFO >>83 [656] -2015-03-10 11:22:41 sendUrl INFO 83 [656] R:OK -2015-03-10 11:22:45 queue INFO 81 [657] -2015-03-10 11:22:45 queue INFO >81 [658] -2015-03-10 11:22:45 sendUrl INFO 81 [657] R:OK -2015-03-10 11:22:46 sendUrl INFO 81 [658] R:OK -2015-03-10 11:22:51 queue INFO 83 [659] -2015-03-10 11:22:51 queue INFO >83 [660] -2015-03-10 11:22:51 sendUrl INFO 83 [659] R:OK -2015-03-10 11:22:52 sendUrl INFO 83 [660] R:OK -2015-03-10 11:23:41 queue INFO >>83 [661] -2015-03-10 11:23:42 sendUrl INFO 83 [661] R:OK -2015-03-10 11:24:32 queue INFO >>83 [662] -2015-03-10 11:24:32 sendUrl INFO 83 [662] R:OK -2015-03-10 11:25:22 queue INFO >>83 [663] -2015-03-10 11:25:22 sendUrl INFO 83 [663] R:OK -2015-03-10 11:26:12 queue INFO >>83 [664] -2015-03-10 11:26:12 sendUrl INFO 83 [664] R:OK -2015-03-10 11:27:02 queue INFO >>83 [665] -2015-03-10 11:27:03 sendUrl INFO 83 [665] R:OK -2015-03-10 11:27:04 queue INFO 87 [666] -2015-03-10 11:27:04 sendUrl INFO 87 [666] R:OK -2015-03-10 11:27:04 queue INFO >87 [667] -2015-03-10 11:27:05 sendUrl INFO 87 [667] R:OK -2015-03-10 11:27:06 queue INFO 83 [668] -2015-03-10 11:27:06 queue INFO >83 [669] -2015-03-10 11:27:06 sendUrl INFO 83 [668] R:OK -2015-03-10 11:27:07 sendUrl INFO 83 [669] R:OK -2015-03-10 11:27:56 queue INFO >>83 [670] -2015-03-10 11:27:56 sendUrl INFO 83 [670] R:OK -2015-03-10 11:28:46 queue INFO >>83 [671] -2015-03-10 11:28:46 sendUrl INFO 83 [671] R:OK -2015-03-10 11:29:36 queue INFO >>83 [672] -2015-03-10 11:29:37 sendUrl INFO 83 [672] R:OK -2015-03-10 11:30:26 queue INFO >>83 [673] -2015-03-10 11:30:26 sendUrl INFO 83 [673] R:OK -2015-03-10 11:30:30 queue INFO 81 [674] -2015-03-10 11:30:30 queue INFO >81 [675] -2015-03-10 11:30:30 sendUrl INFO 81 [674] R:OK -2015-03-10 11:30:31 sendUrl INFO 81 [675] R:OK -2015-03-10 11:30:36 queue INFO 83 [676] -2015-03-10 11:30:37 queue INFO >83 [677] -2015-03-10 11:30:37 sendUrl INFO 83 [676] R:OK -2015-03-10 11:30:37 sendUrl INFO 83 [677] R:OK -2015-03-10 11:31:27 queue INFO >>83 [678] -2015-03-10 11:31:27 sendUrl INFO 83 [678] R:OK -2015-03-10 11:32:17 queue INFO >>83 [679] -2015-03-10 11:32:17 sendUrl INFO 83 [679] R:OK -2015-03-10 11:33:07 queue INFO >>83 [680] -2015-03-10 11:33:07 sendUrl INFO 83 [680] R:OK -2015-03-10 11:33:57 queue INFO >>83 [681] -2015-03-10 11:33:57 sendUrl INFO 83 [681] R:OK -2015-03-10 11:34:47 queue INFO >>83 [682] -2015-03-10 11:34:48 sendUrl INFO 83 [682] R:OK -2015-03-10 11:34:49 queue INFO 87 [683] -2015-03-10 11:34:49 queue INFO >87 [684] -2015-03-10 11:34:49 sendUrl INFO 87 [683] R:OK -2015-03-10 11:34:50 sendUrl INFO 87 [684] R:OK -2015-03-10 11:34:50 queue INFO 83 [685] -2015-03-10 11:34:51 queue INFO >83 [686] -2015-03-10 11:34:51 sendUrl INFO 83 [685] R:OK -2015-03-10 11:34:51 sendUrl INFO 83 [686] R:OK -2015-03-10 11:35:41 queue INFO >>83 [687] -2015-03-10 11:35:41 sendUrl INFO 83 [687] R:OK -2015-03-10 11:36:31 queue INFO >>83 [688] -2015-03-10 11:36:31 sendUrl INFO 83 [688] R:OK -2015-03-10 11:37:21 queue INFO >>83 [689] -2015-03-10 11:37:21 sendUrl INFO 83 [689] R:OK -2015-03-10 11:38:11 queue INFO >>83 [690] -2015-03-10 11:38:11 sendUrl INFO 83 [690] R:OK -2015-03-10 11:38:15 queue INFO 81 [691] -2015-03-10 11:38:15 queue INFO >81 [692] -2015-03-10 11:38:16 sendUrl INFO 81 [691] R:OK -2015-03-10 11:38:16 sendUrl INFO 81 [692] R:OK -2015-03-10 11:38:21 queue INFO 83 [693] -2015-03-10 11:38:22 queue INFO >83 [694] -2015-03-10 11:38:22 sendUrl INFO 83 [693] R:OK -2015-03-10 11:38:23 sendUrl INFO 83 [694] R:OK -2015-03-10 11:39:12 queue INFO >>83 [695] -2015-03-10 11:39:12 sendUrl INFO 83 [695] R:OK -2015-03-10 11:40:02 queue INFO >>83 [696] -2015-03-10 11:40:02 sendUrl INFO 83 [696] R:OK -2015-03-10 11:40:52 queue INFO >>83 [697] -2015-03-10 11:40:52 sendUrl INFO 83 [697] R:OK -2015-03-10 11:41:42 queue INFO >>83 [698] -2015-03-10 11:41:42 sendUrl INFO 83 [698] R:OK -2015-03-10 11:42:32 queue INFO >>83 [699] -2015-03-10 11:42:33 sendUrl INFO 83 [699] R:OK -2015-03-10 11:42:34 queue INFO 87 [700] -2015-03-10 11:42:34 queue INFO >87 [701] -2015-03-10 11:42:34 sendUrl INFO 87 [700] R:OK -2015-03-10 11:42:35 sendUrl INFO 87 [701] R:OK -2015-03-10 11:42:35 queue INFO 83 [702] -2015-03-10 11:42:36 queue INFO >83 [703] -2015-03-10 11:42:36 sendUrl INFO 83 [702] R:OK -2015-03-10 11:42:36 sendUrl INFO 83 [703] R:OK -2015-03-10 11:43:26 queue INFO >>83 [704] -2015-03-10 11:43:26 sendUrl INFO 83 [704] R:OK -2015-03-10 11:44:16 queue INFO >>83 [705] -2015-03-10 11:44:16 sendUrl INFO 83 [705] R:OK -2015-03-10 11:45:06 queue INFO >>83 [706] -2015-03-10 11:45:06 sendUrl INFO 83 [706] R:OK -2015-03-10 11:45:56 queue INFO >>83 [707] -2015-03-10 11:45:57 sendUrl INFO 83 [707] R:OK -2015-03-10 11:46:00 queue INFO 81 [708] -2015-03-10 11:46:00 queue INFO >81 [709] -2015-03-10 11:46:01 sendUrl INFO 81 [708] R:OK -2015-03-10 11:46:01 sendUrl INFO 81 [709] R:OK -2015-03-10 11:46:06 queue INFO 83 [710] -2015-03-10 11:46:06 queue INFO >83 [711] -2015-03-10 11:46:07 sendUrl INFO 83 [710] R:OK -2015-03-10 11:46:07 sendUrl INFO 83 [711] R:OK -2015-03-10 11:46:56 queue INFO >>83 [712] -2015-03-10 11:46:57 sendUrl INFO 83 [712] R:OK -2015-03-10 11:47:47 queue INFO >>83 [713] -2015-03-10 11:47:47 sendUrl INFO 83 [713] R:OK -2015-03-10 11:48:37 queue INFO >>83 [714] -2015-03-10 11:48:37 sendUrl INFO 83 [714] R:OK -2015-03-10 11:49:27 queue INFO >>83 [715] -2015-03-10 11:49:27 sendUrl INFO 83 [715] R:OK -2015-03-10 11:50:17 queue INFO >>83 [716] -2015-03-10 11:50:17 sendUrl INFO 83 [716] R:OK -2015-03-10 11:50:19 queue INFO C7 [717] -2015-03-10 11:50:19 queue INFO >C7 [718] -2015-03-10 11:50:19 sendUrl INFO C7 [717] R:OK -2015-03-10 11:50:20 sendUrl INFO C7 [718] R:OK -2015-03-10 11:50:20 queue INFO C3 [719] -2015-03-10 11:50:21 queue INFO >C3 [720] -2015-03-10 11:50:21 sendUrl INFO C3 [719] R:OK -2015-03-10 11:50:21 sendUrl INFO C3 [720] R:OK -2015-03-10 11:51:10 queue INFO >>C3 [721] -2015-03-10 11:51:11 sendUrl INFO C3 [721] R:OK -2015-03-10 11:52:01 queue INFO >>C3 [722] -2015-03-10 11:52:01 sendUrl INFO C3 [722] R:OK -2015-03-10 11:52:51 queue INFO >>C3 [723] -2015-03-10 11:52:51 sendUrl INFO C3 [723] R:OK -2015-03-10 11:53:41 queue INFO >>C3 [724] -2015-03-10 11:53:41 sendUrl INFO C3 [724] R:OK -2015-03-10 11:53:45 queue INFO C1 [725] -2015-03-10 11:53:45 queue INFO >C1 [726] -2015-03-10 11:53:46 sendUrl INFO C1 [725] R:OK -2015-03-10 11:53:46 sendUrl INFO C1 [726] R:OK -2015-03-10 11:53:51 queue INFO C3 [727] -2015-03-10 11:53:52 queue INFO >C3 [728] -2015-03-10 11:53:52 sendUrl INFO C3 [727] R:OK -2015-03-10 11:53:52 sendUrl INFO C3 [728] R:OK -2015-03-10 11:54:41 queue INFO >>C3 [729] -2015-03-10 11:54:42 sendUrl INFO C3 [729] R:OK -2015-03-10 11:55:32 queue INFO >>C3 [730] -2015-03-10 11:55:32 sendUrl INFO C3 [730] R:OK -2015-03-10 11:56:22 queue INFO >>C3 [731] -2015-03-10 11:56:22 sendUrl INFO C3 [731] R:OK -2015-03-10 11:57:12 queue INFO >>C3 [732] -2015-03-10 11:57:13 sendUrl INFO C3 [732] R:OK -2015-03-10 11:58:02 queue INFO >>C3 [733] -2015-03-10 11:58:02 sendUrl INFO C3 [733] R:OK -2015-03-10 11:58:04 queue INFO 83 [734] -2015-03-10 11:58:05 queue INFO >83 [735] -2015-03-10 11:58:05 sendUrl INFO 83 [734] R:OK -2015-03-10 11:58:05 sendUrl INFO 83 [735] R:OK -2015-03-10 11:58:42 queue INFO 87 [736] -2015-03-10 11:58:42 queue INFO >87 [737] -2015-03-10 11:58:42 sendUrl INFO 87 [736] R:OK -2015-03-10 11:58:43 sendUrl INFO 87 [737] R:OK -2015-03-10 11:58:43 queue INFO 83 [738] -2015-03-10 11:58:43 queue INFO >83 [739] -2015-03-10 11:58:44 sendUrl INFO 83 [738] R:OK -2015-03-10 11:58:44 sendUrl INFO 83 [739] R:OK -2015-03-10 11:59:33 queue INFO >>83 [740] -2015-03-10 11:59:34 sendUrl INFO 83 [740] R:OK -2015-03-10 12:00:24 queue INFO >>83 [741] -2015-03-10 12:00:24 sendUrl INFO 83 [741] R:OK -2015-03-10 12:01:14 queue INFO >>83 [742] -2015-03-10 12:01:14 sendUrl INFO 83 [742] R:OK -2015-03-10 12:02:04 queue INFO >>83 [743] -2015-03-10 12:02:04 sendUrl INFO 83 [743] R:OK -2015-03-10 12:02:08 queue INFO 81 [744] -2015-03-10 12:02:08 queue INFO >81 [745] -2015-03-10 12:02:08 sendUrl INFO 81 [744] R:OK -2015-03-10 12:02:09 sendUrl INFO 81 [745] R:OK -2015-03-10 12:02:14 queue INFO 83 [746] -2015-03-10 12:02:14 queue INFO >83 [747] -2015-03-10 12:02:15 sendUrl INFO 83 [746] R:OK -2015-03-10 12:02:15 sendUrl INFO 83 [747] R:OK -2015-03-10 12:03:04 queue INFO >>83 [748] -2015-03-10 12:03:05 sendUrl INFO 83 [748] R:OK -2015-03-10 12:03:55 queue INFO >>83 [749] -2015-03-10 12:03:55 sendUrl INFO 83 [749] R:OK -2015-03-10 12:04:45 queue INFO >>83 [750] -2015-03-10 12:04:45 sendUrl INFO 83 [750] R:OK -2015-03-10 12:05:35 queue INFO >>83 [751] -2015-03-10 12:05:35 sendUrl INFO 83 [751] R:OK -2015-03-10 12:06:25 queue INFO >>83 [752] -2015-03-10 12:06:25 sendUrl INFO 83 [752] R:OK -2015-03-10 12:06:27 queue INFO 87 [753] -2015-03-10 12:06:27 queue INFO >87 [754] -2015-03-10 12:06:27 sendUrl INFO 87 [753] R:OK -2015-03-10 12:06:28 sendUrl INFO 87 [754] R:OK -2015-03-10 12:06:28 queue INFO 83 [755] -2015-03-10 12:06:29 queue INFO >83 [756] -2015-03-10 12:06:29 sendUrl INFO 83 [755] R:OK -2015-03-10 12:06:29 sendUrl INFO 83 [756] R:OK -2015-03-10 12:07:19 queue INFO >>83 [757] -2015-03-10 12:07:19 sendUrl INFO 83 [757] R:OK -2015-03-10 12:07:32 queue INFO 81 [758] -2015-03-10 12:07:33 sendUrl INFO 81 [758] R:OK -2015-03-10 12:07:33 queue INFO >81 [759] -2015-03-10 12:07:33 sendUrl INFO 81 [759] R:OK -2015-03-10 12:07:44 queue INFO 83 [760] -2015-03-10 12:07:44 queue INFO >83 [761] -2015-03-10 12:07:45 sendUrl INFO 83 [760] R:OK -2015-03-10 12:07:45 sendUrl INFO 83 [761] R:OK -2015-03-10 12:08:34 queue INFO >>83 [762] -2015-03-10 12:08:35 sendUrl INFO 83 [762] R:OK -2015-03-10 12:09:25 queue INFO >>83 [763] -2015-03-10 12:09:25 sendUrl INFO 83 [763] R:OK -2015-03-10 12:09:53 queue INFO 81 [764] -2015-03-10 12:09:53 queue INFO >81 [765] -2015-03-10 12:09:54 sendUrl INFO 81 [764] R:OK -2015-03-10 12:09:54 sendUrl INFO 81 [765] R:OK -2015-03-10 12:09:59 queue INFO 83 [766] -2015-03-10 12:10:00 queue INFO >83 [767] -2015-03-10 12:10:00 sendUrl INFO 83 [766] R:OK -2015-03-10 12:10:00 sendUrl INFO 83 [767] R:OK -2015-03-10 12:10:49 queue INFO >>83 [768] -2015-03-10 12:10:50 sendUrl INFO 83 [768] R:OK -2015-03-10 12:11:40 queue INFO >>83 [769] -2015-03-10 12:11:40 sendUrl INFO 83 [769] R:OK -2015-03-10 12:12:30 queue INFO >>83 [770] -2015-03-10 12:12:30 sendUrl INFO 83 [770] R:OK -2015-03-10 12:13:20 queue INFO >>83 [771] -2015-03-10 12:13:20 sendUrl INFO 83 [771] R:OK -2015-03-10 12:14:10 queue INFO >>83 [772] -2015-03-10 12:14:10 sendUrl INFO 83 [772] R:OK -2015-03-10 12:14:12 queue INFO 87 [773] -2015-03-10 12:14:12 queue INFO >87 [774] -2015-03-10 12:14:12 sendUrl INFO 87 [773] R:OK -2015-03-10 12:14:13 sendUrl INFO 87 [774] R:OK -2015-03-10 12:14:13 queue INFO 83 [775] -2015-03-10 12:14:14 queue INFO >83 [776] -2015-03-10 12:14:14 sendUrl INFO 83 [775] R:OK -2015-03-10 12:14:14 sendUrl INFO 83 [776] R:OK -2015-03-10 12:15:04 queue INFO >>83 [777] -2015-03-10 12:15:04 sendUrl INFO 83 [777] R:OK -2015-03-10 12:15:54 queue INFO >>83 [778] -2015-03-10 12:15:54 sendUrl INFO 83 [778] R:OK -2015-03-10 12:16:44 queue INFO >>83 [779] -2015-03-10 12:16:44 sendUrl INFO 83 [779] R:OK -2015-03-10 12:17:34 queue INFO >>83 [780] -2015-03-10 12:17:35 sendUrl INFO 83 [780] R:OK -2015-03-10 12:17:38 queue INFO 81 [781] -2015-03-10 12:17:38 queue INFO >81 [782] -2015-03-10 12:17:39 sendUrl INFO 81 [781] R:OK -2015-03-10 12:17:39 sendUrl INFO 81 [782] R:OK -2015-03-10 12:17:44 queue INFO 83 [783] -2015-03-10 12:17:45 queue INFO >83 [784] -2015-03-10 12:17:45 sendUrl INFO 83 [783] R:OK -2015-03-10 12:17:45 sendUrl INFO 83 [784] R:OK -2015-03-10 12:18:34 queue INFO >>83 [785] -2015-03-10 12:18:35 sendUrl INFO 83 [785] R:OK -2015-03-10 12:19:25 queue INFO >>83 [786] -2015-03-10 12:19:25 sendUrl INFO 83 [786] R:OK -2015-03-10 12:20:15 queue INFO >>83 [787] -2015-03-10 12:20:15 sendUrl INFO 83 [787] R:OK -2015-03-10 12:21:05 queue INFO >>83 [788] -2015-03-10 12:21:05 sendUrl INFO 83 [788] R:OK -2015-03-10 12:21:55 queue INFO >>83 [789] -2015-03-10 12:21:55 sendUrl INFO 83 [789] R:OK -2015-03-10 12:21:57 queue INFO 87 [790] -2015-03-10 12:21:57 queue INFO >87 [791] -2015-03-10 12:21:57 sendUrl INFO 87 [790] R:OK -2015-03-10 12:21:58 sendUrl INFO 87 [791] R:OK -2015-03-10 12:21:58 queue INFO 83 [792] -2015-03-10 12:21:58 queue INFO >83 [793] -2015-03-10 12:21:58 sendUrl INFO 83 [792] R:OK -2015-03-10 12:21:59 sendUrl INFO 83 [793] R:OK -2015-03-10 12:22:48 queue INFO >>83 [794] -2015-03-10 12:22:49 sendUrl INFO 83 [794] R:OK -2015-03-10 12:23:38 queue INFO >>83 [795] -2015-03-10 12:23:39 sendUrl INFO 83 [795] R:OK -2015-03-10 12:24:29 queue INFO >>83 [796] -2015-03-10 12:24:29 sendUrl INFO 83 [796] R:OK -2015-03-10 12:25:19 queue INFO >>83 [797] -2015-03-10 12:25:19 sendUrl INFO 83 [797] R:OK -2015-03-10 12:25:23 queue INFO 81 [798] -2015-03-10 12:25:23 queue INFO >81 [799] -2015-03-10 12:25:24 sendUrl INFO 81 [798] R:OK -2015-03-10 12:25:24 sendUrl INFO 81 [799] R:OK -2015-03-10 12:25:29 queue INFO 83 [800] -2015-03-10 12:25:29 queue INFO >83 [801] -2015-03-10 12:25:30 sendUrl INFO 83 [800] R:OK -2015-03-10 12:25:30 sendUrl INFO 83 [801] R:OK -2015-03-10 12:26:19 queue INFO >>83 [802] -2015-03-10 12:26:20 sendUrl INFO 83 [802] R:OK -2015-03-10 12:27:09 queue INFO >>83 [803] -2015-03-10 12:27:10 sendUrl INFO 83 [803] R:OK -2015-03-10 12:28:00 queue INFO >>83 [804] -2015-03-10 12:28:00 sendUrl INFO 83 [804] R:OK -2015-03-10 12:28:50 queue INFO >>83 [805] -2015-03-10 12:28:50 sendUrl INFO 83 [805] R:OK -2015-03-10 12:29:40 queue INFO >>83 [806] -2015-03-10 12:29:40 sendUrl INFO 83 [806] R:OK -2015-03-10 12:29:42 queue INFO C7 [807] -2015-03-10 12:29:42 sendUrl INFO C7 [807] R:OK -2015-03-10 12:29:42 queue INFO >C7 [808] -2015-03-10 12:29:42 sendUrl INFO C7 [808] R:OK -2015-03-10 12:29:43 queue INFO C3 [809] -2015-03-10 12:29:44 queue INFO >C3 [810] -2015-03-10 12:29:44 sendUrl INFO C3 [809] R:OK -2015-03-10 12:29:44 sendUrl INFO C3 [810] R:OK -2015-03-10 12:30:33 queue INFO >>C3 [811] -2015-03-10 12:30:34 sendUrl INFO C3 [811] R:OK -2015-03-10 12:31:24 queue INFO >>C3 [812] -2015-03-10 12:31:24 sendUrl INFO C3 [812] R:OK -2015-03-10 12:32:14 queue INFO >>C3 [813] -2015-03-10 12:32:14 sendUrl INFO C3 [813] R:OK -2015-03-10 12:33:04 queue INFO >>C3 [814] -2015-03-10 12:33:04 sendUrl INFO C3 [814] R:OK -2015-03-10 12:33:08 queue INFO C1 [815] -2015-03-10 12:33:08 queue INFO >C1 [816] -2015-03-10 12:33:08 sendUrl INFO C1 [815] R:OK -2015-03-10 12:33:09 sendUrl INFO C1 [816] R:OK -2015-03-10 12:33:14 queue INFO C3 [817] -2015-03-10 12:33:15 queue INFO >C3 [818] -2015-03-10 12:33:15 sendUrl INFO C3 [817] R:OK -2015-03-10 12:33:15 sendUrl INFO C3 [818] R:OK -2015-03-10 12:34:05 queue INFO >>C3 [819] -2015-03-10 12:34:05 sendUrl INFO C3 [819] R:OK -2015-03-10 12:34:55 queue INFO >>C3 [820] -2015-03-10 12:34:55 sendUrl INFO C3 [820] R:OK -2015-03-10 12:35:45 queue INFO >>C3 [821] -2015-03-10 12:35:45 sendUrl INFO C3 [821] R:OK -2015-03-10 12:36:35 queue INFO >>C3 [822] -2015-03-10 12:36:36 sendUrl INFO C3 [822] R:OK -2015-03-10 12:37:25 queue INFO >>C3 [823] -2015-03-10 12:37:25 sendUrl INFO C3 [823] R:OK -2015-03-10 12:37:27 queue INFO 83 [824] -2015-03-10 12:37:27 queue INFO 87 [825] -2015-03-10 12:37:27 sendUrl INFO 83 [824] R:OK -2015-03-10 12:37:28 queue INFO >87 [826] -2015-03-10 12:37:28 sendUrl INFO 87 [825] R:OK -2015-03-10 12:37:28 sendUrl INFO 87 [826] R:OK -2015-03-10 12:37:29 queue INFO 83 [827] -2015-03-10 12:37:29 queue INFO >83 [828] -2015-03-10 12:37:29 sendUrl INFO 83 [827] R:OK -2015-03-10 12:37:30 sendUrl INFO 83 [828] R:OK -2015-03-10 12:38:19 queue INFO >>83 [829] -2015-03-10 12:38:19 sendUrl INFO 83 [829] R:OK -2015-03-10 12:39:09 queue INFO >>83 [830] -2015-03-10 12:39:10 sendUrl INFO 83 [830] R:OK -2015-03-10 12:39:59 queue INFO >>83 [831] -2015-03-10 12:40:00 sendUrl INFO 83 [831] R:OK -2015-03-10 12:40:50 queue INFO >>83 [832] -2015-03-10 12:40:50 sendUrl INFO 83 [832] R:OK -2015-03-10 12:40:54 queue INFO 81 [833] -2015-03-10 12:40:54 queue INFO >81 [834] -2015-03-10 12:40:54 sendUrl INFO 81 [833] R:OK -2015-03-10 12:40:55 sendUrl INFO 81 [834] R:OK -2015-03-10 12:41:00 queue INFO 83 [835] -2015-03-10 12:41:00 queue INFO >83 [836] -2015-03-10 12:41:00 sendUrl INFO 83 [835] R:OK -2015-03-10 12:41:01 sendUrl INFO 83 [836] R:OK -2015-03-10 12:41:50 queue INFO >>83 [837] -2015-03-10 12:41:51 sendUrl INFO 83 [837] R:OK -2015-03-10 12:42:40 queue INFO >>83 [838] -2015-03-10 12:42:40 sendUrl INFO 83 [838] R:OK -2015-03-10 12:43:30 queue INFO >>83 [839] -2015-03-10 12:43:31 sendUrl INFO 83 [839] R:OK -2015-03-10 12:44:21 queue INFO >>83 [840] -2015-03-10 12:44:21 sendUrl INFO 83 [840] R:OK -2015-03-10 12:45:11 queue INFO >>83 [841] -2015-03-10 12:45:11 sendUrl INFO 83 [841] R:OK -2015-03-10 12:45:13 queue INFO 87 [842] -2015-03-10 12:45:13 queue INFO >87 [843] -2015-03-10 12:45:14 sendUrl INFO 87 [842] R:OK -2015-03-10 12:45:14 sendUrl INFO 87 [843] R:OK -2015-03-10 12:45:15 queue INFO 83 [844] -2015-03-10 12:45:15 queue INFO >83 [845] -2015-03-10 12:45:15 sendUrl INFO 83 [844] R:OK -2015-03-10 12:45:16 sendUrl INFO 83 [845] R:OK -2015-03-10 12:46:05 queue INFO >>83 [846] -2015-03-10 12:46:05 sendUrl INFO 83 [846] R:OK -2015-03-10 12:46:55 queue INFO >>83 [847] -2015-03-10 12:46:55 sendUrl INFO 83 [847] R:OK -2015-03-10 12:47:45 queue INFO >>83 [848] -2015-03-10 12:47:45 sendUrl INFO 83 [848] R:OK -2015-03-10 12:48:35 queue INFO >>83 [849] -2015-03-10 12:48:35 sendUrl INFO 83 [849] R:OK -2015-03-10 12:48:39 queue INFO 81 [850] -2015-03-10 12:48:39 queue INFO >81 [851] -2015-03-10 12:48:39 sendUrl INFO 81 [850] R:OK -2015-03-10 12:48:40 sendUrl INFO 81 [851] R:OK -2015-03-10 12:48:46 queue INFO 83 [852] -2015-03-10 12:48:46 queue INFO >83 [853] -2015-03-10 12:48:46 sendUrl INFO 83 [852] R:OK -2015-03-10 12:48:46 sendUrl INFO 83 [853] R:OK -2015-03-10 12:49:36 queue INFO >>83 [854] -2015-03-10 12:49:36 sendUrl INFO 83 [854] R:OK -2015-03-10 12:50:26 queue INFO >>83 [855] -2015-03-10 12:50:26 sendUrl INFO 83 [855] R:OK -2015-03-10 12:51:16 queue INFO >>83 [856] -2015-03-10 12:51:16 sendUrl INFO 83 [856] R:OK -2015-03-10 12:52:06 queue INFO >>83 [857] -2015-03-10 12:52:07 sendUrl INFO 83 [857] R:OK -2015-03-10 12:52:56 queue INFO >>83 [858] -2015-03-10 12:52:57 sendUrl INFO 83 [858] R:OK -2015-03-10 12:52:58 queue INFO 87 [859] -2015-03-10 12:52:58 queue INFO >87 [860] -2015-03-10 12:52:59 sendUrl INFO 87 [859] R:OK -2015-03-10 12:52:59 sendUrl INFO 87 [860] R:OK -2015-03-10 12:53:00 queue INFO 83 [861] -2015-03-10 12:53:00 queue INFO >83 [862] -2015-03-10 12:53:00 sendUrl INFO 83 [861] R:OK -2015-03-10 12:53:01 sendUrl INFO 83 [862] R:OK -2015-03-10 12:53:50 queue INFO >>83 [863] -2015-03-10 12:53:50 sendUrl INFO 83 [863] R:OK -2015-03-10 12:54:40 queue INFO >>83 [864] -2015-03-10 12:54:40 sendUrl INFO 83 [864] R:OK -2015-03-10 12:55:30 queue INFO >>83 [865] -2015-03-10 12:55:31 sendUrl INFO 83 [865] R:OK -2015-03-10 12:56:20 queue INFO >>83 [866] -2015-03-10 12:56:21 sendUrl INFO 83 [866] R:OK -2015-03-10 12:56:24 queue INFO 81 [867] -2015-03-10 12:56:24 queue INFO >81 [868] -2015-03-10 12:56:24 sendUrl INFO 81 [867] R:OK -2015-03-10 12:56:25 sendUrl INFO 81 [868] R:OK -2015-03-10 12:56:31 queue INFO 83 [869] -2015-03-10 12:56:31 queue INFO >83 [870] -2015-03-10 12:56:31 sendUrl INFO 83 [869] R:OK -2015-03-10 12:56:31 sendUrl INFO 83 [870] R:OK -2015-03-10 12:57:21 queue INFO >>83 [871] -2015-03-10 12:57:21 sendUrl INFO 83 [871] R:OK -2015-03-10 12:58:11 queue INFO >>83 [872] -2015-03-10 12:58:11 sendUrl INFO 83 [872] R:OK -2015-03-10 12:59:01 queue INFO >>83 [873] -2015-03-10 12:59:01 sendUrl INFO 83 [873] R:OK -2015-03-10 12:59:51 queue INFO >>83 [874] -2015-03-10 12:59:52 sendUrl INFO 83 [874] R:OK -2015-03-10 13:00:41 queue INFO >>83 [875] -2015-03-10 13:00:42 sendUrl INFO 83 [875] R:OK -2015-03-10 13:00:43 queue INFO 87 [876] -2015-03-10 13:00:43 queue INFO >87 [877] -2015-03-10 13:00:44 sendUrl INFO 87 [876] R:OK -2015-03-10 13:00:44 sendUrl INFO 87 [877] R:OK -2015-03-10 13:00:45 queue INFO 83 [878] -2015-03-10 13:00:45 queue INFO >83 [879] -2015-03-10 13:00:45 sendUrl INFO 83 [878] R:OK -2015-03-10 13:00:46 sendUrl INFO 83 [879] R:OK -2015-03-10 13:01:35 queue INFO >>83 [880] -2015-03-10 13:01:35 sendUrl INFO 83 [880] R:OK -2015-03-10 13:02:25 queue INFO >>83 [881] -2015-03-10 13:02:25 sendUrl INFO 83 [881] R:OK -2015-03-10 13:03:15 queue INFO >>83 [882] -2015-03-10 13:03:16 sendUrl INFO 83 [882] R:OK -2015-03-10 13:04:05 queue INFO >>83 [883] -2015-03-10 13:04:06 sendUrl INFO 83 [883] R:OK -2015-03-10 13:04:09 queue INFO 81 [884] -2015-03-10 13:04:09 queue INFO >81 [885] -2015-03-10 13:04:10 sendUrl INFO 81 [884] R:OK -2015-03-10 13:04:10 sendUrl INFO 81 [885] R:OK -2015-03-10 13:04:16 queue INFO 83 [886] -2015-03-10 13:04:16 sendUrl INFO 83 [886] R:OK -2015-03-10 13:04:16 queue INFO >83 [887] -2015-03-10 13:04:17 sendUrl INFO 83 [887] R:OK -2015-03-10 13:05:06 queue INFO >>83 [888] -2015-03-10 13:05:06 sendUrl INFO 83 [888] R:OK -2015-03-10 13:05:56 queue INFO >>83 [889] -2015-03-10 13:05:57 sendUrl INFO 83 [889] R:OK -2015-03-10 13:06:46 queue INFO >>83 [890] -2015-03-10 13:06:46 sendUrl INFO 83 [890] R:OK -2015-03-10 13:07:37 queue INFO >>83 [891] -2015-03-10 13:07:37 sendUrl INFO 83 [891] R:OK -2015-03-10 13:08:27 queue INFO >>83 [892] -2015-03-10 13:08:27 sendUrl INFO 83 [892] R:OK -2015-03-10 13:08:28 queue INFO 87 [893] -2015-03-10 13:08:28 queue INFO >87 [894] -2015-03-10 13:08:29 sendUrl INFO 87 [893] R:OK -2015-03-10 13:08:29 sendUrl INFO 87 [894] R:OK -2015-03-10 13:08:30 queue INFO 83 [895] -2015-03-10 13:08:30 queue INFO >83 [896] -2015-03-10 13:08:30 sendUrl INFO 83 [895] R:OK -2015-03-10 13:08:31 sendUrl INFO 83 [896] R:OK -2015-03-10 13:09:20 queue INFO >>83 [897] -2015-03-10 13:09:20 sendUrl INFO 83 [897] R:OK -2015-03-10 13:10:10 queue INFO >>83 [898] -2015-03-10 13:10:10 sendUrl INFO 83 [898] R:OK -2015-03-10 13:11:00 queue INFO >>83 [899] -2015-03-10 13:11:01 sendUrl INFO 83 [899] R:OK -2015-03-10 13:11:50 queue INFO >>83 [900] -2015-03-10 13:11:50 sendUrl INFO 83 [900] R:OK -2015-03-10 13:11:54 queue INFO 81 [901] -2015-03-10 13:11:54 queue INFO >81 [902] -2015-03-10 13:11:55 sendUrl INFO 81 [901] R:OK -2015-03-10 13:11:55 sendUrl INFO 81 [902] R:OK -2015-03-10 13:12:01 queue INFO 83 [903] -2015-03-10 13:12:01 queue INFO >83 [904] -2015-03-10 13:12:01 sendUrl INFO 83 [903] R:OK -2015-03-10 13:12:02 sendUrl INFO 83 [904] R:OK -2015-03-10 13:12:51 queue INFO >>83 [905] -2015-03-10 13:12:51 sendUrl INFO 83 [905] R:OK -2015-03-10 13:13:41 queue INFO >>83 [906] -2015-03-10 13:13:41 sendUrl INFO 83 [906] R:OK -2015-03-10 13:14:31 queue INFO >>83 [907] -2015-03-10 13:14:32 sendUrl INFO 83 [907] R:OK -2015-03-10 13:15:21 queue INFO >>83 [908] -2015-03-10 13:15:21 sendUrl INFO 83 [908] R:OK -2015-03-10 13:16:11 queue INFO >>83 [909] -2015-03-10 13:16:12 sendUrl INFO 83 [909] R:OK -2015-03-10 13:16:13 queue INFO C7 [910] -2015-03-10 13:16:13 sendUrl INFO C7 [910] R:OK -2015-03-10 13:16:13 queue INFO >C7 [911] -2015-03-10 13:16:14 sendUrl INFO C7 [911] R:OK -2015-03-10 13:16:15 queue INFO C3 [912] -2015-03-10 13:16:15 queue INFO >C3 [913] -2015-03-10 13:16:15 sendUrl INFO C3 [912] R:OK -2015-03-10 13:16:16 sendUrl INFO C3 [913] R:OK -2015-03-10 13:17:05 queue INFO >>C3 [914] -2015-03-10 13:17:05 sendUrl INFO C3 [914] R:OK -2015-03-10 13:17:55 queue INFO >>C3 [915] -2015-03-10 13:17:55 sendUrl INFO C3 [915] R:OK -2015-03-10 13:18:45 queue INFO >>C3 [916] -2015-03-10 13:18:46 sendUrl INFO C3 [916] R:OK -2015-03-10 13:19:35 queue INFO >>C3 [917] -2015-03-10 13:19:36 sendUrl INFO C3 [917] R:OK -2015-03-10 13:19:39 queue INFO C1 [918] -2015-03-10 13:19:39 queue INFO >C1 [919] -2015-03-10 13:19:40 sendUrl INFO C1 [918] R:OK -2015-03-10 13:19:40 sendUrl INFO C1 [919] R:OK -2015-03-10 13:19:46 queue INFO C3 [920] -2015-03-10 13:19:46 queue INFO >C3 [921] -2015-03-10 13:19:46 sendUrl INFO C3 [920] R:OK -2015-03-10 13:19:47 sendUrl INFO C3 [921] R:OK -2015-03-10 13:20:36 queue INFO >>C3 [922] -2015-03-10 13:20:36 sendUrl INFO C3 [922] R:OK -2015-03-10 13:21:26 queue INFO >>C3 [923] -2015-03-10 13:21:26 sendUrl INFO C3 [923] R:OK -2015-03-10 13:22:16 queue INFO >>C3 [924] -2015-03-10 13:22:17 sendUrl INFO C3 [924] R:OK -2015-03-10 13:23:06 queue INFO >>C3 [925] -2015-03-10 13:23:07 sendUrl INFO C3 [925] R:OK -2015-03-10 13:23:57 queue INFO >>C3 [926] -2015-03-10 13:23:57 sendUrl INFO C3 [926] R:OK -2015-03-10 13:23:59 queue INFO 83 [927] -2015-03-10 13:23:59 queue INFO 87 [928] -2015-03-10 13:23:59 sendUrl INFO 83 [927] R:OK -2015-03-10 13:23:59 queue INFO >87 [929] -2015-03-10 13:23:59 sendUrl INFO 87 [928] R:OK -2015-03-10 13:24:00 sendUrl INFO 87 [929] R:OK -2015-03-10 13:24:00 queue INFO 83 [930] -2015-03-10 13:24:01 queue INFO >83 [931] -2015-03-10 13:24:01 sendUrl INFO 83 [930] R:OK -2015-03-10 13:24:01 sendUrl INFO 83 [931] R:OK -2015-03-10 13:24:51 queue INFO >>83 [932] -2015-03-10 13:24:51 sendUrl INFO 83 [932] R:OK -2015-03-10 13:25:41 queue INFO >>83 [933] -2015-03-10 13:25:41 sendUrl INFO 83 [933] R:OK -2015-03-10 13:26:31 queue INFO >>83 [934] -2015-03-10 13:26:31 sendUrl INFO 83 [934] R:OK -2015-03-10 13:27:21 queue INFO >>83 [935] -2015-03-10 13:27:21 sendUrl INFO 83 [935] R:OK -2015-03-10 13:27:25 queue INFO 81 [936] -2015-03-10 13:27:25 sendUrl INFO 81 [936] R:OK -2015-03-10 13:27:25 queue INFO >81 [937] -2015-03-10 13:27:26 sendUrl INFO 81 [937] R:OK -2015-03-10 13:27:31 queue INFO 83 [938] -2015-03-10 13:27:32 queue INFO >83 [939] -2015-03-10 13:27:32 sendUrl INFO 83 [938] R:OK -2015-03-10 13:27:32 sendUrl INFO 83 [939] R:OK -2015-03-10 13:28:22 queue INFO >>83 [940] -2015-03-10 13:28:22 sendUrl INFO 83 [940] R:OK -2015-03-10 13:29:12 queue INFO >>83 [941] -2015-03-10 13:29:12 sendUrl INFO 83 [941] R:OK -2015-03-10 13:30:02 queue INFO >>83 [942] -2015-03-10 13:30:02 sendUrl INFO 83 [942] R:OK -2015-03-10 13:30:52 queue INFO >>83 [943] -2015-03-10 13:30:53 sendUrl INFO 83 [943] R:OK -2015-03-10 13:31:42 queue INFO >>83 [944] -2015-03-10 13:31:42 sendUrl INFO 83 [944] R:OK -2015-03-10 13:31:45 queue INFO 87 [945] -2015-03-10 13:31:45 queue INFO >87 [946] -2015-03-10 13:31:45 sendUrl INFO 87 [945] R:OK -2015-03-10 13:31:45 sendUrl INFO 87 [946] R:OK -2015-03-10 13:31:46 queue INFO 83 [947] -2015-03-10 13:31:46 queue INFO >83 [948] -2015-03-10 13:31:46 sendUrl INFO 83 [947] R:OK -2015-03-10 13:31:47 sendUrl INFO 83 [948] R:OK -2015-03-10 13:32:36 queue INFO >>83 [949] -2015-03-10 13:32:37 sendUrl INFO 83 [949] R:OK -2015-03-10 13:33:26 queue INFO >>83 [950] -2015-03-10 13:33:27 sendUrl INFO 83 [950] R:OK -2015-03-10 13:34:17 queue INFO >>83 [951] -2015-03-10 13:34:17 sendUrl INFO 83 [951] R:OK -2015-03-10 13:35:07 queue INFO >>83 [952] -2015-03-10 13:35:07 sendUrl INFO 83 [952] R:OK -2015-03-10 13:35:11 queue INFO 81 [953] -2015-03-10 13:35:11 queue INFO >81 [954] -2015-03-10 13:35:11 sendUrl INFO 81 [953] R:OK -2015-03-10 13:35:12 sendUrl INFO 81 [954] R:OK -2015-03-10 13:35:17 queue INFO 83 [955] -2015-03-10 13:35:17 queue INFO >83 [956] -2015-03-10 13:35:17 sendUrl INFO 83 [955] R:OK -2015-03-10 13:35:18 sendUrl INFO 83 [956] R:OK -2015-03-10 13:36:07 queue INFO >>83 [957] -2015-03-10 13:36:08 sendUrl INFO 83 [957] R:OK -2015-03-10 13:36:57 queue INFO >>83 [958] -2015-03-10 13:36:58 sendUrl INFO 83 [958] R:OK -2015-03-10 13:37:48 queue INFO >>83 [959] -2015-03-10 13:37:48 sendUrl INFO 83 [959] R:OK -2015-03-10 13:38:38 queue INFO >>83 [960] -2015-03-10 13:38:38 sendUrl INFO 83 [960] R:OK -2015-03-10 13:39:28 queue INFO >>83 [961] -2015-03-10 13:39:28 sendUrl INFO 83 [961] R:OK -2015-03-10 13:39:30 queue INFO 87 [962] -2015-03-10 13:39:30 queue INFO >87 [963] -2015-03-10 13:39:30 sendUrl INFO 87 [962] R:OK -2015-03-10 13:39:30 sendUrl INFO 87 [963] R:OK -2015-03-10 13:39:31 queue INFO 83 [964] -2015-03-10 13:39:31 queue INFO >83 [965] -2015-03-10 13:39:31 sendUrl INFO 83 [964] R:OK -2015-03-10 13:39:32 sendUrl INFO 83 [965] R:OK -2015-03-10 13:40:21 queue INFO >>83 [966] -2015-03-10 13:40:22 sendUrl INFO 83 [966] R:OK -2015-03-10 13:41:12 queue INFO >>83 [967] -2015-03-10 13:41:12 sendUrl INFO 83 [967] R:OK -2015-03-10 13:42:02 queue INFO >>83 [968] -2015-03-10 13:42:02 sendUrl INFO 83 [968] R:OK -2015-03-10 13:42:52 queue INFO >>83 [969] -2015-03-10 13:42:52 sendUrl INFO 83 [969] R:OK -2015-03-10 13:42:56 queue INFO 81 [970] -2015-03-10 13:42:56 queue INFO >81 [971] -2015-03-10 13:42:56 sendUrl INFO 81 [970] R:OK -2015-03-10 13:42:57 sendUrl INFO 81 [971] R:OK -2015-03-10 13:43:02 queue INFO 83 [972] -2015-03-10 13:43:02 queue INFO >83 [973] -2015-03-10 13:43:02 sendUrl INFO 83 [972] R:OK -2015-03-10 13:43:03 sendUrl INFO 83 [973] R:OK -2015-03-10 13:43:52 queue INFO >>83 [974] -2015-03-10 13:43:53 sendUrl INFO 83 [974] R:OK -2015-03-10 13:44:42 queue INFO >>83 [975] -2015-03-10 13:44:42 sendUrl INFO 83 [975] R:OK -2015-03-10 13:45:33 queue INFO >>83 [976] -2015-03-10 13:45:33 sendUrl INFO 83 [976] R:OK -2015-03-10 13:46:23 queue INFO >>83 [977] -2015-03-10 13:46:23 sendUrl INFO 83 [977] R:OK -2015-03-10 13:47:13 queue INFO >>83 [978] -2015-03-10 13:47:13 sendUrl INFO 83 [978] R:OK -2015-03-10 13:47:15 queue INFO 87 [979] -2015-03-10 13:47:15 queue INFO >87 [980] -2015-03-10 13:47:15 sendUrl INFO 87 [979] R:OK -2015-03-10 13:47:15 sendUrl INFO 87 [980] R:OK -2015-03-10 13:47:16 queue INFO 83 [981] -2015-03-10 13:47:16 queue INFO >83 [982] -2015-03-10 13:47:17 sendUrl INFO 83 [981] R:OK -2015-03-10 13:47:17 sendUrl INFO 83 [982] R:OK -2015-03-10 13:48:06 queue INFO >>83 [983] -2015-03-10 13:48:07 sendUrl INFO 83 [983] R:OK -2015-03-10 13:48:57 queue INFO >>83 [984] -2015-03-10 13:48:57 sendUrl INFO 83 [984] R:OK -2015-03-10 13:49:47 queue INFO >>83 [985] -2015-03-10 13:49:47 sendUrl INFO 83 [985] R:OK -2015-03-10 13:50:37 queue INFO >>83 [986] -2015-03-10 13:50:37 sendUrl INFO 83 [986] R:OK -2015-03-10 13:50:41 queue INFO 81 [987] -2015-03-10 13:50:41 queue INFO >81 [988] -2015-03-10 13:50:41 sendUrl INFO 81 [987] R:OK -2015-03-10 13:50:42 sendUrl INFO 81 [988] R:OK -2015-03-10 13:50:47 queue INFO 83 [989] -2015-03-10 13:50:48 queue INFO >83 [990] -2015-03-10 13:50:48 sendUrl INFO 83 [989] R:OK -2015-03-10 13:50:48 sendUrl INFO 83 [990] R:OK -2015-03-10 13:51:37 queue INFO >>83 [991] -2015-03-10 13:51:38 sendUrl INFO 83 [991] R:OK -2015-03-10 13:52:28 queue INFO >>83 [992] -2015-03-10 13:52:28 sendUrl INFO 83 [992] R:OK -2015-03-10 13:53:18 queue INFO >>83 [993] -2015-03-10 13:53:18 sendUrl INFO 83 [993] R:OK -2015-03-10 13:54:08 queue INFO >>83 [994] -2015-03-10 13:54:08 sendUrl INFO 83 [994] R:OK -2015-03-10 13:54:58 queue INFO >>83 [995] -2015-03-10 13:54:59 sendUrl INFO 83 [995] R:OK -2015-03-10 13:54:59 queue INFO 87 [996] -2015-03-10 13:55:00 queue INFO >87 [997] -2015-03-10 13:55:00 sendUrl INFO 87 [996] R:OK -2015-03-10 13:55:01 sendUrl INFO 87 [997] R:OK -2015-03-10 13:55:01 queue INFO 83 [998] -2015-03-10 13:55:01 queue INFO >83 [999] -2015-03-10 13:55:02 sendUrl INFO 83 [998] R:OK -2015-03-10 13:55:02 sendUrl INFO 83 [999] R:OK -2015-03-10 13:55:51 queue INFO >>83 [0] -2015-03-10 13:55:51 sendUrl INFO 83 [0] R:OK -2015-03-10 13:56:41 queue INFO >>83 [1] -2015-03-10 13:56:42 sendUrl INFO 83 [1] R:OK -2015-03-10 13:57:32 queue INFO >>83 [2] -2015-03-10 13:57:32 sendUrl INFO 83 [2] R:OK -2015-03-10 13:58:22 queue INFO >>83 [3] -2015-03-10 13:58:22 sendUrl INFO 83 [3] R:OK -2015-03-10 13:58:26 queue INFO 81 [4] -2015-03-10 13:58:26 queue INFO >81 [5] -2015-03-10 13:58:26 sendUrl INFO 81 [4] R:OK -2015-03-10 13:58:27 sendUrl INFO 81 [5] R:OK -2015-03-10 13:58:32 queue INFO 83 [6] -2015-03-10 13:58:32 queue INFO >83 [7] -2015-03-10 13:58:32 sendUrl INFO 83 [6] R:OK -2015-03-10 13:58:33 sendUrl INFO 83 [7] R:OK -2015-03-10 13:59:22 queue INFO >>83 [8] -2015-03-10 13:59:22 sendUrl INFO 83 [8] R:OK -2015-03-10 14:00:12 queue INFO >>83 [9] -2015-03-10 14:00:13 sendUrl INFO 83 [9] R:OK -2015-03-10 14:01:02 queue INFO >>83 [10] -2015-03-10 14:01:03 sendUrl INFO 83 [10] R:OK -2015-03-10 14:01:53 queue INFO >>83 [11] -2015-03-10 14:01:53 sendUrl INFO 83 [11] R:OK -2015-03-10 14:02:43 queue INFO >>83 [12] -2015-03-10 14:02:43 sendUrl INFO 83 [12] R:OK -2015-03-10 14:02:45 queue INFO C7 [13] -2015-03-10 14:02:45 queue INFO >C7 [14] -2015-03-10 14:02:45 sendUrl INFO C7 [13] R:OK -2015-03-10 14:02:46 sendUrl INFO C7 [14] R:OK -2015-03-10 14:02:46 queue INFO C3 [15] -2015-03-10 14:02:47 queue INFO >C3 [16] -2015-03-10 14:02:47 sendUrl INFO C3 [15] R:OK -2015-03-10 14:02:47 sendUrl INFO C3 [16] R:OK -2015-03-10 14:03:36 queue INFO >>C3 [17] -2015-03-10 14:03:37 sendUrl INFO C3 [17] R:OK -2015-03-10 14:04:27 queue INFO >>C3 [18] -2015-03-10 14:04:27 sendUrl INFO C3 [18] R:OK -2015-03-10 14:05:17 queue INFO >>C3 [19] -2015-03-10 14:05:17 sendUrl INFO C3 [19] R:OK -2015-03-10 14:06:07 queue INFO >>C3 [20] -2015-03-10 14:06:07 sendUrl INFO C3 [20] R:OK -2015-03-10 14:06:11 queue INFO C1 [21] -2015-03-10 14:06:11 queue INFO >C1 [22] -2015-03-10 14:06:11 sendUrl INFO C1 [21] R:OK -2015-03-10 14:06:12 sendUrl INFO C1 [22] R:OK -2015-03-10 14:06:17 queue INFO C3 [23] -2015-03-10 14:06:17 queue INFO >C3 [24] -2015-03-10 14:06:18 sendUrl INFO C3 [23] R:OK -2015-03-10 14:06:18 sendUrl INFO C3 [24] R:OK -2015-03-10 14:07:07 queue INFO >>C3 [25] -2015-03-10 14:07:08 sendUrl INFO C3 [25] R:OK -2015-03-10 14:07:57 queue INFO >>C3 [26] -2015-03-10 14:07:58 sendUrl INFO C3 [26] R:OK -2015-03-10 14:08:48 queue INFO >>C3 [27] -2015-03-10 14:08:48 sendUrl INFO C3 [27] R:OK -2015-03-10 14:09:38 queue INFO >>C3 [28] -2015-03-10 14:09:38 sendUrl INFO C3 [28] R:OK -2015-03-10 14:10:28 queue INFO >>C3 [29] -2015-03-10 14:10:28 sendUrl INFO C3 [29] R:OK -2015-03-10 14:10:30 queue INFO 83 [30] -2015-03-10 14:10:30 queue INFO >83 [31] -2015-03-10 14:10:30 sendUrl INFO 83 [30] R:OK -2015-03-10 14:10:31 sendUrl INFO 83 [31] R:OK -2015-03-10 14:11:07 queue INFO 87 [32] -2015-03-10 14:11:07 sendUrl INFO 87 [32] R:OK -2015-03-10 14:11:07 queue INFO >87 [33] -2015-03-10 14:11:08 sendUrl INFO 87 [33] R:OK -2015-03-10 14:11:09 queue INFO 83 [34] -2015-03-10 14:11:09 queue INFO >83 [35] -2015-03-10 14:11:09 sendUrl INFO 83 [34] R:OK -2015-03-10 14:11:10 sendUrl INFO 83 [35] R:OK -2015-03-10 14:11:59 queue INFO >>83 [36] -2015-03-10 14:11:59 sendUrl INFO 83 [36] R:OK -2015-03-10 14:12:49 queue INFO >>83 [37] -2015-03-10 14:12:50 sendUrl INFO 83 [37] R:OK -2015-03-10 14:13:39 queue INFO >>83 [38] -2015-03-10 14:13:39 sendUrl INFO 83 [38] R:OK -2015-03-10 14:14:29 queue INFO >>83 [39] -2015-03-10 14:14:30 sendUrl INFO 83 [39] R:OK -2015-03-10 14:14:34 queue INFO 81 [40] -2015-03-10 14:14:34 queue INFO >81 [41] -2015-03-10 14:14:34 sendUrl INFO 81 [40] R:OK -2015-03-10 14:14:35 sendUrl INFO 81 [41] R:OK -2015-03-10 14:14:40 queue INFO 83 [42] -2015-03-10 14:14:40 queue INFO >83 [43] -2015-03-10 14:14:40 sendUrl INFO 83 [42] R:OK -2015-03-10 14:14:41 sendUrl INFO 83 [43] R:OK -2015-03-10 14:15:30 queue INFO >>83 [44] -2015-03-10 14:15:30 sendUrl INFO 83 [44] R:OK -2015-03-10 14:16:20 queue INFO >>83 [45] -2015-03-10 14:16:20 sendUrl INFO 83 [45] R:OK -2015-03-10 14:17:10 queue INFO >>83 [46] -2015-03-10 14:17:11 sendUrl INFO 83 [46] R:OK -2015-03-10 14:18:01 queue INFO >>83 [47] -2015-03-10 14:18:01 sendUrl INFO 83 [47] R:OK -2015-03-10 14:18:51 queue INFO >>83 [48] -2015-03-10 14:18:51 sendUrl INFO 83 [48] R:OK -2015-03-10 14:18:53 queue INFO 87 [49] -2015-03-10 14:18:53 queue INFO >87 [50] -2015-03-10 14:18:53 sendUrl INFO 87 [49] R:OK -2015-03-10 14:18:53 sendUrl INFO 87 [50] R:OK -2015-03-10 14:18:54 queue INFO 83 [51] -2015-03-10 14:18:54 queue INFO >83 [52] -2015-03-10 14:18:55 sendUrl INFO 83 [51] R:OK -2015-03-10 14:18:55 sendUrl INFO 83 [52] R:OK -2015-03-10 14:19:44 queue INFO >>83 [53] -2015-03-10 14:19:45 sendUrl INFO 83 [53] R:OK -2015-03-10 14:20:35 queue INFO >>83 [54] -2015-03-10 14:20:35 sendUrl INFO 83 [54] R:OK -2015-03-10 14:21:25 queue INFO >>83 [55] -2015-03-10 14:21:25 sendUrl INFO 83 [55] R:OK -2015-03-10 14:22:15 queue INFO >>83 [56] -2015-03-10 14:22:15 sendUrl INFO 83 [56] R:OK -2015-03-10 14:22:19 queue INFO 81 [57] -2015-03-10 14:22:19 queue INFO >81 [58] -2015-03-10 14:22:19 sendUrl INFO 81 [57] R:OK -2015-03-10 14:22:20 sendUrl INFO 81 [58] R:OK -2015-03-10 14:22:25 queue INFO 83 [59] -2015-03-10 14:22:25 queue INFO >83 [60] -2015-03-10 14:22:25 sendUrl INFO 83 [59] R:OK -2015-03-10 14:22:26 sendUrl INFO 83 [60] R:OK -2015-03-10 14:23:15 queue INFO >>83 [61] -2015-03-10 14:23:16 sendUrl INFO 83 [61] R:OK -2015-03-10 14:24:05 queue INFO >>83 [62] -2015-03-10 14:24:06 sendUrl INFO 83 [62] R:OK -2015-03-10 14:24:56 queue INFO >>83 [63] -2015-03-10 14:24:56 sendUrl INFO 83 [63] R:OK -2015-03-10 14:25:46 queue INFO >>83 [64] -2015-03-10 14:25:46 sendUrl INFO 83 [64] R:OK -2015-03-10 14:26:36 queue INFO >>83 [65] -2015-03-10 14:26:36 sendUrl INFO 83 [65] R:OK -2015-03-10 14:26:38 queue INFO 87 [66] -2015-03-10 14:26:38 queue INFO >87 [67] -2015-03-10 14:26:38 sendUrl INFO 87 [66] R:OK -2015-03-10 14:26:39 sendUrl INFO 87 [67] R:OK -2015-03-10 14:26:39 queue INFO 83 [68] -2015-03-10 14:26:39 queue INFO >83 [69] -2015-03-10 14:26:40 sendUrl INFO 83 [68] R:OK -2015-03-10 14:26:40 sendUrl INFO 83 [69] R:OK -2015-03-10 14:27:29 queue INFO >>83 [70] -2015-03-10 14:27:29 sendUrl INFO 83 [70] R:OK -2015-03-10 14:28:19 queue INFO >>83 [71] -2015-03-10 14:28:20 sendUrl INFO 83 [71] R:OK -2015-03-10 14:29:10 queue INFO >>83 [72] -2015-03-10 14:29:10 sendUrl INFO 83 [72] R:OK -2015-03-10 14:30:00 queue INFO >>83 [73] -2015-03-10 14:30:00 sendUrl INFO 83 [73] R:OK -2015-03-10 14:30:04 queue INFO 81 [74] -2015-03-10 14:30:04 queue INFO >81 [75] -2015-03-10 14:30:04 sendUrl INFO 81 [74] R:OK -2015-03-10 14:30:05 sendUrl INFO 81 [75] R:OK -2015-03-10 14:30:10 queue INFO 83 [76] -2015-03-10 14:30:10 queue INFO >83 [77] -2015-03-10 14:30:10 sendUrl INFO 83 [76] R:OK -2015-03-10 14:30:11 sendUrl INFO 83 [77] R:OK -2015-03-10 14:31:00 queue INFO >>83 [78] -2015-03-10 14:31:01 sendUrl INFO 83 [78] R:OK -2015-03-10 14:31:50 queue INFO >>83 [79] -2015-03-10 14:31:51 sendUrl INFO 83 [79] R:OK -2015-03-10 14:32:41 queue INFO >>83 [80] -2015-03-10 14:32:41 sendUrl INFO 83 [80] R:OK -2015-03-10 14:33:31 queue INFO >>83 [81] -2015-03-10 14:33:31 sendUrl INFO 83 [81] R:OK -2015-03-10 14:34:21 queue INFO >>83 [82] -2015-03-10 14:34:21 sendUrl INFO 83 [82] R:OK -2015-03-10 14:34:22 queue INFO 87 [83] -2015-03-10 14:34:23 sendUrl INFO 87 [83] R:OK -2015-03-10 14:34:23 queue INFO >87 [84] -2015-03-10 14:34:23 sendUrl INFO 87 [84] R:OK -2015-03-10 14:34:24 queue INFO 83 [85] -2015-03-10 14:34:24 queue INFO >83 [86] -2015-03-10 14:34:25 sendUrl INFO 83 [85] R:OK -2015-03-10 14:34:25 sendUrl INFO 83 [86] R:OK -2015-03-10 14:35:14 queue INFO >>83 [87] -2015-03-10 14:35:14 sendUrl INFO 83 [87] R:OK -2015-03-10 14:36:04 queue INFO >>83 [88] -2015-03-10 14:36:05 sendUrl INFO 83 [88] R:OK -2015-03-10 14:36:54 queue INFO >>83 [89] -2015-03-10 14:36:55 sendUrl INFO 83 [89] R:OK -2015-03-10 14:37:45 queue INFO >>83 [90] -2015-03-10 14:37:45 sendUrl INFO 83 [90] R:OK -2015-03-10 14:37:49 queue INFO 81 [91] -2015-03-10 14:37:49 queue INFO >81 [92] -2015-03-10 14:37:50 sendUrl INFO 81 [91] R:OK -2015-03-10 14:37:50 sendUrl INFO 81 [92] R:OK -2015-03-10 14:37:55 queue INFO 83 [93] -2015-03-10 14:37:55 queue INFO >83 [94] -2015-03-10 14:37:56 sendUrl INFO 83 [93] R:OK -2015-03-10 14:37:56 sendUrl INFO 83 [94] R:OK -2015-03-10 14:38:45 queue INFO >>83 [95] -2015-03-10 14:38:45 sendUrl INFO 83 [95] R:OK -2015-03-10 14:39:35 queue INFO >>83 [96] -2015-03-10 14:39:36 sendUrl INFO 83 [96] R:OK -2015-03-10 14:40:25 queue INFO >>83 [97] -2015-03-10 14:40:26 sendUrl INFO 83 [97] R:OK -2015-03-10 14:41:16 queue INFO >>83 [98] -2015-03-10 14:41:16 sendUrl INFO 83 [98] R:OK -2015-03-10 14:42:06 queue INFO >>83 [99] -2015-03-10 14:42:06 sendUrl INFO 83 [99] R:OK -2015-03-10 14:42:07 queue INFO C7 [100] -2015-03-10 14:42:08 queue INFO >C7 [101] -2015-03-10 14:42:08 sendUrl INFO C7 [100] R:OK -2015-03-10 14:42:08 sendUrl INFO C7 [101] R:OK -2015-03-10 14:42:09 queue INFO C3 [102] -2015-03-10 14:42:09 queue INFO >C3 [103] -2015-03-10 14:42:09 sendUrl INFO C3 [102] R:OK -2015-03-10 14:42:10 sendUrl INFO C3 [103] R:OK -2015-03-10 14:42:59 queue INFO >>C3 [104] -2015-03-10 14:43:00 sendUrl INFO C3 [104] R:OK -2015-03-10 14:43:49 queue INFO >>C3 [105] -2015-03-10 14:43:50 sendUrl INFO C3 [105] R:OK -2015-03-10 14:44:39 queue INFO >>C3 [106] -2015-03-10 14:44:40 sendUrl INFO C3 [106] R:OK -2015-03-10 14:45:30 queue INFO >>C3 [107] -2015-03-10 14:45:30 sendUrl INFO C3 [107] R:OK -2015-03-10 14:45:34 queue INFO C1 [108] -2015-03-10 14:45:34 queue INFO >C1 [109] -2015-03-10 14:45:35 sendUrl INFO C1 [108] R:OK -2015-03-10 14:45:35 sendUrl INFO C1 [109] R:OK -2015-03-10 14:45:40 queue INFO C3 [110] -2015-03-10 14:45:40 queue INFO >C3 [111] -2015-03-10 14:45:41 sendUrl INFO C3 [110] R:OK -2015-03-10 14:45:41 sendUrl INFO C3 [111] R:OK -2015-03-10 14:46:30 queue INFO >>C3 [112] -2015-03-10 14:46:30 sendUrl INFO C3 [112] R:OK -2015-03-10 14:47:20 queue INFO >>C3 [113] -2015-03-10 14:47:21 sendUrl INFO C3 [113] R:OK -2015-03-10 14:48:10 queue INFO >>C3 [114] -2015-03-10 14:48:11 sendUrl INFO C3 [114] R:OK -2015-03-10 14:49:01 queue INFO >>C3 [115] -2015-03-10 14:49:01 sendUrl INFO C3 [115] R:OK -2015-03-10 14:49:51 queue INFO >>C3 [116] -2015-03-10 14:49:51 sendUrl INFO C3 [116] R:OK -2015-03-10 14:49:53 queue INFO 83 [117] -2015-03-10 14:49:53 queue INFO 87 [118] -2015-03-10 14:49:53 sendUrl INFO 83 [117] R:OK -2015-03-10 14:49:53 queue INFO >87 [119] -2015-03-10 14:49:54 sendUrl INFO 87 [118] R:OK -2015-03-10 14:49:54 sendUrl INFO 87 [119] R:OK -2015-03-10 14:49:55 queue INFO 83 [120] -2015-03-10 14:49:55 queue INFO >83 [121] -2015-03-10 14:49:55 sendUrl INFO 83 [120] R:OK -2015-03-10 14:49:56 sendUrl INFO 83 [121] R:OK -2015-03-10 14:50:45 queue INFO >>83 [122] -2015-03-10 14:50:45 sendUrl INFO 83 [122] R:OK -2015-03-10 14:51:35 queue INFO >>83 [123] -2015-03-10 14:51:35 sendUrl INFO 83 [123] R:OK -2015-03-10 14:52:25 queue INFO >>83 [124] -2015-03-10 14:52:26 sendUrl INFO 83 [124] R:OK -2015-03-10 14:53:15 queue INFO >>83 [125] -2015-03-10 14:53:16 sendUrl INFO 83 [125] R:OK -2015-03-10 14:53:20 queue INFO 81 [126] -2015-03-10 14:53:20 queue INFO >81 [127] -2015-03-10 14:53:21 sendUrl INFO 81 [126] R:OK -2015-03-10 14:53:21 sendUrl INFO 81 [127] R:OK -2015-03-10 14:53:26 queue INFO 83 [128] -2015-03-10 14:53:26 queue INFO >83 [129] -2015-03-10 14:53:26 sendUrl INFO 83 [128] R:OK -2015-03-10 14:53:27 sendUrl INFO 83 [129] R:OK -2015-03-10 14:54:16 queue INFO >>83 [130] -2015-03-10 14:54:16 sendUrl INFO 83 [130] R:OK -2015-03-10 14:55:06 queue INFO >>83 [131] -2015-03-10 14:55:06 sendUrl INFO 83 [131] R:OK -2015-03-10 14:55:56 queue INFO >>83 [132] -2015-03-10 14:55:57 sendUrl INFO 83 [132] R:OK -2015-03-10 14:56:05 queue INFO 81 [133] -2015-03-10 14:56:05 queue INFO >81 [134] -2015-03-10 14:56:05 sendUrl INFO 81 [133] R:OK -2015-03-10 14:56:06 sendUrl INFO 81 [134] R:OK -2015-03-10 14:56:55 queue INFO >>81 [135] -2015-03-10 14:56:55 sendUrl INFO 81 [135] R:OK -2015-03-10 14:57:45 queue INFO >>81 [136] -2015-03-10 14:57:45 sendUrl INFO 81 [136] R:OK -2015-03-10 14:58:13 queue INFO 91 [137] -2015-03-10 14:58:14 queue INFO >91 [138] -2015-03-10 14:58:14 sendUrl INFO 91 [137] R:OK -2015-03-10 14:58:14 sendUrl INFO 91 [138] R:OK -2015-03-10 14:59:03 queue INFO >>91 [139] -2015-03-10 14:59:04 sendUrl INFO 91 [139] R:OK -2015-03-10 14:59:54 queue INFO >>91 [140] -2015-03-10 14:59:54 sendUrl INFO 91 [140] R:OK -2015-03-10 15:00:44 queue INFO >>91 [141] -2015-03-10 15:00:44 sendUrl INFO 91 [141] R:OK -2015-03-10 15:01:34 queue INFO >>91 [142] -2015-03-10 15:01:34 sendUrl INFO 91 [142] R:OK -2015-03-10 15:02:24 queue INFO >>91 [143] -2015-03-10 15:02:25 sendUrl INFO 91 [143] R:OK -2015-03-10 15:03:14 queue INFO >>91 [144] -2015-03-10 15:03:15 sendUrl INFO 91 [144] R:OK -2015-03-10 15:04:01 queue INFO 81 [145] -2015-03-10 15:04:01 queue INFO >81 [146] -2015-03-10 15:04:01 sendUrl INFO 81 [145] R:OK -2015-03-10 15:04:02 sendUrl INFO 81 [146] R:OK -2015-03-10 15:04:12 queue INFO 83 [147] -2015-03-10 15:04:13 queue INFO >83 [148] -2015-03-10 15:04:13 sendUrl INFO 83 [147] R:OK -2015-03-10 15:04:13 sendUrl INFO 83 [148] R:OK -2015-03-10 15:04:36 queue INFO 87 [149] -2015-03-10 15:04:36 queue INFO >87 [150] -2015-03-10 15:04:36 sendUrl INFO 87 [149] R:OK -2015-03-10 15:04:37 sendUrl INFO 87 [150] R:OK -2015-03-10 15:04:37 queue INFO 83 [151] -2015-03-10 15:04:38 queue INFO >83 [152] -2015-03-10 15:04:38 sendUrl INFO 83 [151] R:OK -2015-03-10 15:04:38 sendUrl INFO 83 [152] R:OK -2015-03-10 15:05:27 queue INFO >>83 [153] -2015-03-10 15:05:28 sendUrl INFO 83 [153] R:OK -2015-03-10 15:06:18 queue INFO >>83 [154] -2015-03-10 15:06:18 sendUrl INFO 83 [154] R:OK -2015-03-10 15:07:08 queue INFO >>83 [155] -2015-03-10 15:07:08 sendUrl INFO 83 [155] R:OK -2015-03-10 15:07:58 queue INFO >>83 [156] -2015-03-10 15:07:58 sendUrl INFO 83 [156] R:OK -2015-03-10 15:08:02 queue INFO 81 [157] -2015-03-10 15:08:02 queue INFO >81 [158] -2015-03-10 15:08:02 sendUrl INFO 81 [157] R:OK -2015-03-10 15:08:03 sendUrl INFO 81 [158] R:OK -2015-03-10 15:08:08 queue INFO 83 [159] -2015-03-10 15:08:08 queue INFO >83 [160] -2015-03-10 15:08:08 sendUrl INFO 83 [159] R:OK -2015-03-10 15:08:09 sendUrl INFO 83 [160] R:OK -2015-03-10 15:08:58 queue INFO >>83 [161] -2015-03-10 15:08:59 sendUrl INFO 83 [161] R:OK -2015-03-10 15:09:48 queue INFO >>83 [162] -2015-03-10 15:09:49 sendUrl INFO 83 [162] R:OK -2015-03-10 15:10:39 queue INFO >>83 [163] -2015-03-10 15:10:39 sendUrl INFO 83 [163] R:OK -2015-03-10 15:11:29 queue INFO >>83 [164] -2015-03-10 15:11:29 sendUrl INFO 83 [164] R:OK -2015-03-10 15:12:19 queue INFO >>83 [165] -2015-03-10 15:12:19 sendUrl INFO 83 [165] R:OK -2015-03-10 15:12:21 queue INFO 87 [166] -2015-03-10 15:12:21 queue INFO >87 [167] -2015-03-10 15:12:21 sendUrl INFO 87 [166] R:OK -2015-03-10 15:12:22 sendUrl INFO 87 [167] R:OK -2015-03-10 15:12:23 queue INFO 83 [168] -2015-03-10 15:12:23 queue INFO >83 [169] -2015-03-10 15:12:23 sendUrl INFO 83 [168] R:OK -2015-03-10 15:12:24 sendUrl INFO 83 [169] R:OK -2015-03-10 15:13:13 queue INFO >>83 [170] -2015-03-10 15:13:13 sendUrl INFO 83 [170] R:OK -2015-03-10 15:14:03 queue INFO >>83 [171] -2015-03-10 15:14:03 sendUrl INFO 83 [171] R:OK -2015-03-10 15:14:53 queue INFO >>83 [172] -2015-03-10 15:14:53 sendUrl INFO 83 [172] R:OK -2015-03-10 15:15:43 queue INFO >>83 [173] -2015-03-10 15:15:43 sendUrl INFO 83 [173] R:OK -2015-03-10 15:15:47 queue INFO 81 [174] -2015-03-10 15:15:47 queue INFO >81 [175] -2015-03-10 15:15:47 sendUrl INFO 81 [174] R:OK -2015-03-10 15:15:48 sendUrl INFO 81 [175] R:OK -2015-03-10 15:15:53 queue INFO 83 [176] -2015-03-10 15:15:54 sendUrl INFO 83 [176] R:OK -2015-03-10 15:15:54 queue INFO >83 [177] -2015-03-10 15:15:54 sendUrl INFO 83 [177] R:OK -2015-03-10 15:16:44 queue INFO >>83 [178] -2015-03-10 15:16:44 sendUrl INFO 83 [178] R:OK -2015-03-10 15:17:34 queue INFO >>83 [179] -2015-03-10 15:17:34 sendUrl INFO 83 [179] R:OK -2015-03-10 15:18:24 queue INFO >>83 [180] -2015-03-10 15:18:24 sendUrl INFO 83 [180] R:OK -2015-03-10 15:19:14 queue INFO >>83 [181] -2015-03-10 15:19:14 sendUrl INFO 83 [181] R:OK -2015-03-10 15:20:04 queue INFO >>83 [182] -2015-03-10 15:20:04 sendUrl INFO 83 [182] R:OK -2015-03-10 15:20:06 queue INFO 87 [183] -2015-03-10 15:20:06 queue INFO >87 [184] -2015-03-10 15:20:06 sendUrl INFO 87 [183] R:OK -2015-03-10 15:20:07 sendUrl INFO 87 [184] R:OK -2015-03-10 15:20:07 queue INFO 83 [185] -2015-03-10 15:20:08 queue INFO >83 [186] -2015-03-10 15:20:08 sendUrl INFO 83 [185] R:OK -2015-03-10 15:20:08 sendUrl INFO 83 [186] R:OK -2015-03-10 15:20:58 queue INFO >>83 [187] -2015-03-10 15:20:58 sendUrl INFO 83 [187] R:OK -2015-03-10 15:21:48 queue INFO >>83 [188] -2015-03-10 15:21:48 sendUrl INFO 83 [188] R:OK -2015-03-10 15:22:38 queue INFO >>83 [189] -2015-03-10 15:22:38 sendUrl INFO 83 [189] R:OK -2015-03-10 15:23:28 queue INFO >>83 [190] -2015-03-10 15:23:29 sendUrl INFO 83 [190] R:OK -2015-03-10 15:23:32 queue INFO 81 [191] -2015-03-10 15:23:32 queue INFO >81 [192] -2015-03-10 15:23:33 sendUrl INFO 81 [191] R:OK -2015-03-10 15:23:33 sendUrl INFO 81 [192] R:OK -2015-03-10 15:23:38 queue INFO 83 [193] -2015-03-10 15:23:39 sendUrl INFO 83 [193] R:OK -2015-03-10 15:23:39 queue INFO >83 [194] -2015-03-10 15:23:39 sendUrl INFO 83 [194] R:OK -2015-03-10 15:24:29 queue INFO >>83 [195] -2015-03-10 15:24:29 sendUrl INFO 83 [195] R:OK -2015-03-10 15:25:19 queue INFO >>83 [196] -2015-03-10 15:25:19 sendUrl INFO 83 [196] R:OK -2015-03-10 15:26:09 queue INFO >>83 [197] -2015-03-10 15:26:09 sendUrl INFO 83 [197] R:OK -2015-03-10 15:26:59 queue INFO >>83 [198] -2015-03-10 15:26:59 sendUrl INFO 83 [198] R:OK -2015-03-10 15:27:49 queue INFO >>83 [199] -2015-03-10 15:27:50 sendUrl INFO 83 [199] R:OK -2015-03-10 15:27:51 queue INFO 87 [200] -2015-03-10 15:27:51 queue INFO >87 [201] -2015-03-10 15:27:51 sendUrl INFO 87 [200] R:OK -2015-03-10 15:27:52 sendUrl INFO 87 [201] R:OK -2015-03-10 15:27:52 queue INFO 83 [202] -2015-03-10 15:27:53 queue INFO >83 [203] -2015-03-10 15:27:53 sendUrl INFO 83 [202] R:OK -2015-03-10 15:27:53 sendUrl INFO 83 [203] R:OK -2015-03-10 15:28:43 queue INFO >>83 [204] -2015-03-10 15:28:43 sendUrl INFO 83 [204] R:OK -2015-03-10 15:29:33 queue INFO >>83 [205] -2015-03-10 15:29:33 sendUrl INFO 83 [205] R:OK -2015-03-10 15:30:23 queue INFO >>83 [206] -2015-03-10 15:30:23 sendUrl INFO 83 [206] R:OK -2015-03-10 15:31:13 queue INFO >>83 [207] -2015-03-10 15:31:14 sendUrl INFO 83 [207] R:OK -2015-03-10 15:31:17 queue INFO 81 [208] -2015-03-10 15:31:17 queue INFO >81 [209] -2015-03-10 15:31:18 sendUrl INFO 81 [208] R:OK -2015-03-10 15:31:18 sendUrl INFO 81 [209] R:OK -2015-03-10 15:31:23 queue INFO 83 [210] -2015-03-10 15:31:24 queue INFO >83 [211] -2015-03-10 15:31:24 sendUrl INFO 83 [210] R:OK -2015-03-10 15:31:24 sendUrl INFO 83 [211] R:OK -2015-03-10 15:32:14 queue INFO >>83 [212] -2015-03-10 15:32:14 sendUrl INFO 83 [212] R:OK -2015-03-10 15:33:04 queue INFO >>83 [213] -2015-03-10 15:33:04 sendUrl INFO 83 [213] R:OK -2015-03-10 15:33:54 queue INFO >>83 [214] -2015-03-10 15:33:54 sendUrl INFO 83 [214] R:OK -2015-03-10 15:34:44 queue INFO >>83 [215] -2015-03-10 15:34:44 sendUrl INFO 83 [215] R:OK -2015-03-10 15:35:34 queue INFO >>83 [216] -2015-03-10 15:35:35 sendUrl INFO 83 [216] R:OK -2015-03-10 15:35:36 queue INFO C7 [217] -2015-03-10 15:35:36 queue INFO >C7 [218] -2015-03-10 15:35:36 sendUrl INFO C7 [217] R:OK -2015-03-10 15:35:37 sendUrl INFO C7 [218] R:OK -2015-03-10 15:35:37 queue INFO C3 [219] -2015-03-10 15:35:38 queue INFO >C3 [220] -2015-03-10 15:35:38 sendUrl INFO C3 [219] R:OK -2015-03-10 15:35:38 sendUrl INFO C3 [220] R:OK -2015-03-10 15:36:28 queue INFO >>C3 [221] -2015-03-10 15:36:28 sendUrl INFO C3 [221] R:OK -2015-03-10 15:37:18 queue INFO >>C3 [222] -2015-03-10 15:37:18 sendUrl INFO C3 [222] R:OK -2015-03-10 15:38:08 queue INFO >>C3 [223] -2015-03-10 15:38:08 sendUrl INFO C3 [223] R:OK -2015-03-10 15:38:58 queue INFO >>C3 [224] -2015-03-10 15:38:59 sendUrl INFO C3 [224] R:OK -2015-03-10 15:39:02 queue INFO C1 [225] -2015-03-10 15:39:02 sendUrl INFO C1 [225] R:OK -2015-03-10 15:39:02 queue INFO >C1 [226] -2015-03-10 15:39:03 sendUrl INFO C1 [226] R:OK -2015-03-10 15:39:08 queue INFO C3 [227] -2015-03-10 15:39:08 queue INFO >C3 [228] -2015-03-10 15:39:09 sendUrl INFO C3 [227] R:OK -2015-03-10 15:39:09 sendUrl INFO C3 [228] R:OK -2015-03-10 15:39:58 queue INFO >>C3 [229] -2015-03-10 15:39:59 sendUrl INFO C3 [229] R:OK -2015-03-10 15:40:49 queue INFO >>C3 [230] -2015-03-10 15:40:49 sendUrl INFO C3 [230] R:OK -2015-03-10 15:41:39 queue INFO >>C3 [231] -2015-03-10 15:41:39 sendUrl INFO C3 [231] R:OK -2015-03-10 15:42:29 queue INFO >>C3 [232] -2015-03-10 15:42:29 sendUrl INFO C3 [232] R:OK -2015-03-10 15:43:19 queue INFO >>C3 [233] -2015-03-10 15:43:19 sendUrl INFO C3 [233] R:OK -2015-03-10 15:43:21 queue INFO 83 [234] -2015-03-10 15:43:21 sendUrl INFO 83 [234] R:OK -2015-03-10 15:43:21 queue INFO >83 [235] -2015-03-10 15:43:22 queue INFO 87 [236] -2015-03-10 15:43:22 sendUrl INFO 83 [235] R:OK -2015-03-10 15:43:22 queue INFO >87 [237] -2015-03-10 15:43:22 sendUrl INFO 87 [236] R:OK -2015-03-10 15:43:23 sendUrl INFO 87 [237] R:OK -2015-03-10 15:43:23 queue INFO 83 [238] -2015-03-10 15:43:23 queue INFO >83 [239] -2015-03-10 15:43:23 sendUrl INFO 83 [238] R:OK -2015-03-10 15:43:24 sendUrl INFO 83 [239] R:OK -2015-03-10 15:44:13 queue INFO >>83 [240] -2015-03-10 15:44:14 sendUrl INFO 83 [240] R:OK -2015-03-10 15:45:03 queue INFO >>83 [241] -2015-03-10 15:45:04 sendUrl INFO 83 [241] R:OK -2015-03-10 15:45:54 queue INFO >>83 [242] -2015-03-10 15:45:54 sendUrl INFO 83 [242] R:OK -2015-03-10 15:46:44 queue INFO >>83 [243] -2015-03-10 15:46:44 sendUrl INFO 83 [243] R:OK -2015-03-10 15:46:48 queue INFO 81 [244] -2015-03-10 15:46:48 sendUrl INFO 81 [244] R:OK -2015-03-10 15:46:48 queue INFO >81 [245] -2015-03-10 15:46:49 sendUrl INFO 81 [245] R:OK -2015-03-10 15:46:54 queue INFO 83 [246] -2015-03-10 15:46:55 queue INFO >83 [247] -2015-03-10 15:46:55 sendUrl INFO 83 [246] R:OK -2015-03-10 15:46:55 sendUrl INFO 83 [247] R:OK -2015-03-10 15:47:44 queue INFO >>83 [248] -2015-03-10 15:47:45 sendUrl INFO 83 [248] R:OK -2015-03-10 15:48:35 queue INFO >>83 [249] -2015-03-10 15:48:35 sendUrl INFO 83 [249] R:OK -2015-03-10 15:49:25 queue INFO >>83 [250] -2015-03-10 15:49:25 sendUrl INFO 83 [250] R:OK -2015-03-10 15:50:15 queue INFO >>83 [251] -2015-03-10 15:50:15 sendUrl INFO 83 [251] R:OK -2015-03-10 15:51:05 queue INFO >>83 [252] -2015-03-10 15:51:05 sendUrl INFO 83 [252] R:OK -2015-03-10 15:51:07 queue INFO 87 [253] -2015-03-10 15:51:07 queue INFO >87 [254] -2015-03-10 15:51:07 sendUrl INFO 87 [253] R:OK -2015-03-10 15:51:08 sendUrl INFO 87 [254] R:OK -2015-03-10 15:51:09 queue INFO 83 [255] -2015-03-10 15:51:09 queue INFO >83 [256] -2015-03-10 15:51:09 sendUrl INFO 83 [255] R:OK -2015-03-10 15:51:09 sendUrl INFO 83 [256] R:OK -2015-03-10 15:51:59 queue INFO >>83 [257] -2015-03-10 15:51:59 sendUrl INFO 83 [257] R:OK -2015-03-10 15:52:49 queue INFO >>83 [258] -2015-03-10 15:52:49 sendUrl INFO 83 [258] R:OK -2015-03-10 15:53:39 queue INFO >>83 [259] -2015-03-10 15:53:39 sendUrl INFO 83 [259] R:OK -2015-03-10 15:54:29 queue INFO >>83 [260] -2015-03-10 15:54:30 sendUrl INFO 83 [260] R:OK -2015-03-10 15:54:33 queue INFO 81 [261] -2015-03-10 15:54:33 sendUrl INFO 81 [261] R:OK -2015-03-10 15:54:33 queue INFO >81 [262] -2015-03-10 15:54:34 sendUrl INFO 81 [262] R:OK -2015-03-10 15:54:40 queue INFO 83 [263] -2015-03-10 15:54:40 queue INFO >83 [264] -2015-03-10 15:54:40 sendUrl INFO 83 [263] R:OK -2015-03-10 15:54:40 sendUrl INFO 83 [264] R:OK -2015-03-10 15:55:30 queue INFO >>83 [265] -2015-03-10 15:55:30 sendUrl INFO 83 [265] R:OK -2015-03-10 15:56:20 queue INFO >>83 [266] -2015-03-10 15:56:20 sendUrl INFO 83 [266] R:OK -2015-03-10 15:57:10 queue INFO >>83 [267] -2015-03-10 15:57:10 sendUrl INFO 83 [267] R:OK -2015-03-10 15:58:00 queue INFO >>83 [268] -2015-03-10 15:58:01 sendUrl INFO 83 [268] R:OK -2015-03-10 15:58:50 queue INFO >>83 [269] -2015-03-10 15:58:50 sendUrl INFO 83 [269] R:OK -2015-03-10 15:58:53 queue INFO 87 [270] -2015-03-10 15:58:53 queue INFO >87 [271] -2015-03-10 15:58:53 sendUrl INFO 87 [270] R:OK -2015-03-10 15:58:53 sendUrl INFO 87 [271] R:OK -2015-03-10 15:58:54 queue INFO 83 [272] -2015-03-10 15:58:54 queue INFO >83 [273] -2015-03-10 15:58:55 sendUrl INFO 83 [272] R:OK -2015-03-10 15:58:55 sendUrl INFO 83 [273] R:OK -2015-03-10 15:59:44 queue INFO >>83 [274] -2015-03-10 15:59:45 sendUrl INFO 83 [274] R:OK -2015-03-10 16:00:34 queue INFO >>83 [275] -2015-03-10 16:00:35 sendUrl INFO 83 [275] R:OK -2015-03-10 16:01:25 queue INFO >>83 [276] -2015-03-10 16:01:25 sendUrl INFO 83 [276] R:OK -2015-03-10 16:02:15 queue INFO >>83 [277] -2015-03-10 16:02:15 sendUrl INFO 83 [277] R:OK -2015-03-10 16:02:19 queue INFO 81 [278] -2015-03-10 16:02:19 queue INFO >81 [279] -2015-03-10 16:02:19 sendUrl INFO 81 [278] R:OK -2015-03-10 16:02:20 sendUrl INFO 81 [279] R:OK -2015-03-10 16:02:25 queue INFO 83 [280] -2015-03-10 16:02:25 queue INFO >83 [281] -2015-03-10 16:02:25 sendUrl INFO 83 [280] R:OK -2015-03-10 16:02:26 sendUrl INFO 83 [281] R:OK -2015-03-10 16:03:15 queue INFO >>83 [282] -2015-03-10 16:03:15 sendUrl INFO 83 [282] R:OK -2015-03-10 16:04:05 queue INFO >>83 [283] -2015-03-10 16:04:06 sendUrl INFO 83 [283] R:OK -2015-03-10 16:04:55 queue INFO >>83 [284] -2015-03-10 16:04:56 sendUrl INFO 83 [284] R:OK -2015-03-10 16:05:46 queue INFO >>83 [285] -2015-03-10 16:05:46 sendUrl INFO 83 [285] R:OK -2015-03-10 16:06:36 queue INFO >>83 [286] -2015-03-10 16:06:36 sendUrl INFO 83 [286] R:OK -2015-03-10 16:06:37 queue INFO 87 [287] -2015-03-10 16:06:38 queue INFO >87 [288] -2015-03-10 16:06:38 sendUrl INFO 87 [287] R:OK -2015-03-10 16:06:38 sendUrl INFO 87 [288] R:OK -2015-03-10 16:06:39 queue INFO 83 [289] -2015-03-10 16:06:39 sendUrl INFO 83 [289] R:OK -2015-03-10 16:06:39 queue INFO >83 [290] -2015-03-10 16:06:40 sendUrl INFO 83 [290] R:OK -2015-03-10 16:07:29 queue INFO >>83 [291] -2015-03-10 16:07:29 sendUrl INFO 83 [291] R:OK -2015-03-10 16:08:19 queue INFO >>83 [292] -2015-03-10 16:08:20 sendUrl INFO 83 [292] R:OK -2015-03-10 16:09:09 queue INFO >>83 [293] -2015-03-10 16:09:10 sendUrl INFO 83 [293] R:OK -2015-03-10 16:10:00 queue INFO >>83 [294] -2015-03-10 16:10:00 sendUrl INFO 83 [294] R:OK -2015-03-10 16:10:03 queue INFO 81 [295] -2015-03-10 16:10:03 queue INFO >81 [296] -2015-03-10 16:10:04 sendUrl INFO 81 [295] R:OK -2015-03-10 16:10:04 sendUrl INFO 81 [296] R:OK -2015-03-10 16:10:10 queue INFO 83 [297] -2015-03-10 16:10:10 queue INFO >83 [298] -2015-03-10 16:10:10 sendUrl INFO 83 [297] R:OK -2015-03-10 16:10:10 sendUrl INFO 83 [298] R:OK -2015-03-10 16:11:00 queue INFO >>83 [299] -2015-03-10 16:11:00 sendUrl INFO 83 [299] R:OK -2015-03-10 16:11:50 queue INFO >>83 [300] -2015-03-10 16:11:51 sendUrl INFO 83 [300] R:OK -2015-03-10 16:12:40 queue INFO >>83 [301] -2015-03-10 16:12:40 sendUrl INFO 83 [301] R:OK -2015-03-10 16:13:30 queue INFO >>83 [302] -2015-03-10 16:13:31 sendUrl INFO 83 [302] R:OK -2015-03-10 16:14:21 queue INFO >>83 [303] -2015-03-10 16:14:21 sendUrl INFO 83 [303] R:OK -2015-03-10 16:14:22 queue INFO 87 [304] -2015-03-10 16:14:22 queue INFO >87 [305] -2015-03-10 16:14:23 sendUrl INFO 87 [304] R:OK -2015-03-10 16:14:23 sendUrl INFO 87 [305] R:OK -2015-03-10 16:14:24 queue INFO 83 [306] -2015-03-10 16:14:24 queue INFO >83 [307] -2015-03-10 16:14:24 sendUrl INFO 83 [306] R:OK -2015-03-10 16:14:25 sendUrl INFO 83 [307] R:OK -2015-03-10 16:15:14 queue INFO >>83 [308] -2015-03-10 16:15:14 sendUrl INFO 83 [308] R:OK -2015-03-10 16:16:04 queue INFO >>83 [309] -2015-03-10 16:16:04 sendUrl INFO 83 [309] R:OK -2015-03-10 16:16:54 queue INFO >>83 [310] -2015-03-10 16:16:55 sendUrl INFO 83 [310] R:OK -2015-03-10 16:17:44 queue INFO >>83 [311] -2015-03-10 16:17:45 sendUrl INFO 83 [311] R:OK -2015-03-10 16:17:48 queue INFO 81 [312] -2015-03-10 16:17:48 queue INFO >81 [313] -2015-03-10 16:17:49 sendUrl INFO 81 [312] R:OK -2015-03-10 16:17:49 sendUrl INFO 81 [313] R:OK -2015-03-10 16:17:55 queue INFO 83 [314] -2015-03-10 16:17:55 queue INFO >83 [315] -2015-03-10 16:17:55 sendUrl INFO 83 [314] R:OK -2015-03-10 16:17:56 sendUrl INFO 83 [315] R:OK -2015-03-10 16:18:45 queue INFO >>83 [316] -2015-03-10 16:18:45 sendUrl INFO 83 [316] R:OK -2015-03-10 16:19:35 queue INFO >>83 [317] -2015-03-10 16:19:36 sendUrl INFO 83 [317] R:OK -2015-03-10 16:20:25 queue INFO >>83 [318] -2015-03-10 16:20:26 sendUrl INFO 83 [318] R:OK -2015-03-10 16:21:15 queue INFO >>83 [319] -2015-03-10 16:21:16 sendUrl INFO 83 [319] R:OK -2015-03-10 16:22:06 queue INFO >>83 [320] -2015-03-10 16:22:06 sendUrl INFO 83 [320] R:OK -2015-03-10 16:22:07 queue INFO C7 [321] -2015-03-10 16:22:07 queue INFO >C7 [322] -2015-03-10 16:22:08 sendUrl INFO C7 [321] R:OK -2015-03-10 16:22:08 sendUrl INFO C7 [322] R:OK -2015-03-10 16:22:09 queue INFO C3 [323] -2015-03-10 16:22:09 queue INFO >C3 [324] -2015-03-10 16:22:09 sendUrl INFO C3 [323] R:OK -2015-03-10 16:22:10 sendUrl INFO C3 [324] R:OK -2015-03-10 16:22:59 queue INFO >>C3 [325] -2015-03-10 16:22:59 sendUrl INFO C3 [325] R:OK -2015-03-10 16:23:49 queue INFO >>C3 [326] -2015-03-10 16:23:49 sendUrl INFO C3 [326] R:OK -2015-03-10 16:24:39 queue INFO >>C3 [327] -2015-03-10 16:24:40 sendUrl INFO C3 [327] R:OK -2015-03-10 16:25:29 queue INFO >>C3 [328] -2015-03-10 16:25:30 sendUrl INFO C3 [328] R:OK -2015-03-10 16:25:33 queue INFO C1 [329] -2015-03-10 16:25:33 queue INFO >C1 [330] -2015-03-10 16:25:34 sendUrl INFO C1 [329] R:OK -2015-03-10 16:25:34 sendUrl INFO C1 [330] R:OK -2015-03-10 16:25:40 queue INFO C3 [331] -2015-03-10 16:25:40 queue INFO >C3 [332] -2015-03-10 16:25:40 sendUrl INFO C3 [331] R:OK -2015-03-10 16:25:41 sendUrl INFO C3 [332] R:OK -2015-03-10 16:26:30 queue INFO >>C3 [333] -2015-03-10 16:26:30 sendUrl INFO C3 [333] R:OK -2015-03-10 16:27:20 queue INFO >>C3 [334] -2015-03-10 16:27:20 sendUrl INFO C3 [334] R:OK -2015-03-10 16:28:10 queue INFO >>C3 [335] -2015-03-10 16:28:11 sendUrl INFO C3 [335] R:OK -2015-03-10 16:29:00 queue INFO >>C3 [336] -2015-03-10 16:29:00 sendUrl INFO C3 [336] R:OK -2015-03-10 16:29:50 queue INFO >>C3 [337] -2015-03-10 16:29:51 sendUrl INFO C3 [337] R:OK -2015-03-10 16:29:53 queue INFO 83 [338] -2015-03-10 16:29:53 sendUrl INFO 83 [338] R:OK -2015-03-10 16:29:53 queue INFO >83 [339] -2015-03-10 16:29:53 sendUrl INFO 83 [339] R:OK -2015-03-10 16:30:30 queue INFO 87 [340] -2015-03-10 16:30:30 queue INFO >87 [341] -2015-03-10 16:30:31 sendUrl INFO 87 [340] R:OK -2015-03-10 16:30:31 sendUrl INFO 87 [341] R:OK -2015-03-10 16:30:32 queue INFO 83 [342] -2015-03-10 16:30:32 queue INFO >83 [343] -2015-03-10 16:30:32 sendUrl INFO 83 [342] R:OK -2015-03-10 16:30:33 sendUrl INFO 83 [343] R:OK -2015-03-10 16:31:22 queue INFO >>83 [344] -2015-03-10 16:31:22 sendUrl INFO 83 [344] R:OK -2015-03-10 16:32:12 queue INFO >>83 [345] -2015-03-10 16:32:12 sendUrl INFO 83 [345] R:OK -2015-03-10 16:33:02 queue INFO >>83 [346] -2015-03-10 16:33:03 sendUrl INFO 83 [346] R:OK -2015-03-10 16:33:52 queue INFO >>83 [347] -2015-03-10 16:33:53 sendUrl INFO 83 [347] R:OK -2015-03-10 16:33:56 queue INFO 81 [348] -2015-03-10 16:33:56 queue INFO >81 [349] -2015-03-10 16:33:56 sendUrl INFO 81 [348] R:OK -2015-03-10 16:33:57 sendUrl INFO 81 [349] R:OK -2015-03-10 16:34:03 queue INFO 83 [350] -2015-03-10 16:34:03 queue INFO >83 [351] -2015-03-10 16:34:03 sendUrl INFO 83 [350] R:OK -2015-03-10 16:34:03 sendUrl INFO 83 [351] R:OK -2015-03-10 16:34:53 queue INFO >>83 [352] -2015-03-10 16:34:53 sendUrl INFO 83 [352] R:OK -2015-03-10 16:35:43 queue INFO >>83 [353] -2015-03-10 16:35:43 sendUrl INFO 83 [353] R:OK -2015-03-10 16:36:33 queue INFO >>83 [354] -2015-03-10 16:36:33 sendUrl INFO 83 [354] R:OK -2015-03-10 16:36:59 queue INFO 81 [355] -2015-03-10 16:36:59 sendUrl INFO 81 [355] R:OK -2015-03-10 16:36:59 queue INFO >81 [356] -2015-03-10 16:37:00 sendUrl INFO 81 [356] R:OK -2015-03-10 16:37:16 queue INFO 83 [357] -2015-03-10 16:37:16 queue INFO >83 [358] -2015-03-10 16:37:17 sendUrl INFO 83 [357] R:OK -2015-03-10 16:37:17 sendUrl INFO 83 [358] R:OK -2015-03-10 16:38:06 queue INFO >>83 [359] -2015-03-10 16:38:07 sendUrl INFO 83 [359] R:OK -2015-03-10 16:38:15 queue INFO 87 [360] -2015-03-10 16:38:15 queue INFO >87 [361] -2015-03-10 16:38:16 sendUrl INFO 87 [360] R:OK -2015-03-10 16:38:16 sendUrl INFO 87 [361] R:OK -2015-03-10 16:38:17 queue INFO 83 [362] -2015-03-10 16:38:17 queue INFO >83 [363] -2015-03-10 16:38:17 sendUrl INFO 83 [362] R:OK -2015-03-10 16:38:18 sendUrl INFO 83 [363] R:OK -2015-03-10 16:39:07 queue INFO >>83 [364] -2015-03-10 16:39:07 sendUrl INFO 83 [364] R:OK -2015-03-10 16:39:57 queue INFO >>83 [365] -2015-03-10 16:39:57 sendUrl INFO 83 [365] R:OK -2015-03-10 16:40:47 queue INFO >>83 [366] -2015-03-10 16:40:48 sendUrl INFO 83 [366] R:OK -2015-03-10 16:41:37 queue INFO >>83 [367] -2015-03-10 16:41:37 sendUrl INFO 83 [367] R:OK -2015-03-10 16:41:41 queue INFO 81 [368] -2015-03-10 16:41:41 queue INFO >81 [369] -2015-03-10 16:41:41 sendUrl INFO 81 [368] R:OK -2015-03-10 16:41:42 sendUrl INFO 81 [369] R:OK -2015-03-10 16:41:48 queue INFO 83 [370] -2015-03-10 16:41:48 queue INFO >83 [371] -2015-03-10 16:41:48 sendUrl INFO 83 [370] R:OK -2015-03-10 16:41:48 sendUrl INFO 83 [371] R:OK -2015-03-10 16:42:38 queue INFO >>83 [372] -2015-03-10 16:42:38 sendUrl INFO 83 [372] R:OK -2015-03-10 16:43:28 queue INFO >>83 [373] -2015-03-10 16:43:28 sendUrl INFO 83 [373] R:OK -2015-03-10 16:44:18 queue INFO >>83 [374] -2015-03-10 16:44:18 sendUrl INFO 83 [374] R:OK -2015-03-10 16:45:08 queue INFO >>83 [375] -2015-03-10 16:45:09 sendUrl INFO 83 [375] R:OK -2015-03-10 16:45:58 queue INFO >>83 [376] -2015-03-10 16:45:59 sendUrl INFO 83 [376] R:OK -2015-03-10 16:46:00 queue INFO 87 [377] -2015-03-10 16:46:01 queue INFO >87 [378] -2015-03-10 16:46:01 sendUrl INFO 87 [377] R:OK -2015-03-10 16:46:01 sendUrl INFO 87 [378] R:OK -2015-03-10 16:46:02 queue INFO 83 [379] -2015-03-10 16:46:02 sendUrl INFO 83 [379] R:OK -2015-03-10 16:46:02 queue INFO >83 [380] -2015-03-10 16:46:03 sendUrl INFO 83 [380] R:OK -2015-03-10 16:46:52 queue INFO >>83 [381] -2015-03-10 16:46:52 sendUrl INFO 83 [381] R:OK -2015-03-10 16:47:42 queue INFO >>83 [382] -2015-03-10 16:47:43 sendUrl INFO 83 [382] R:OK -2015-03-10 16:48:32 queue INFO >>83 [383] -2015-03-10 16:48:33 sendUrl INFO 83 [383] R:OK -2015-03-10 16:49:23 queue INFO >>83 [384] -2015-03-10 16:49:23 sendUrl INFO 83 [384] R:OK -2015-03-10 16:49:27 queue INFO 81 [385] -2015-03-10 16:49:27 queue INFO >81 [386] -2015-03-10 16:49:28 sendUrl INFO 81 [385] R:OK -2015-03-10 16:49:28 sendUrl INFO 81 [386] R:OK -2015-03-10 16:49:33 queue INFO 83 [387] -2015-03-10 16:49:33 queue INFO >83 [388] -2015-03-10 16:49:33 sendUrl INFO 83 [387] R:OK -2015-03-10 16:49:34 sendUrl INFO 83 [388] R:OK -2015-03-10 16:50:23 queue INFO >>83 [389] -2015-03-10 16:50:23 sendUrl INFO 83 [389] R:OK -2015-03-10 16:51:13 queue INFO >>83 [390] -2015-03-10 16:51:14 sendUrl INFO 83 [390] R:OK -2015-03-10 16:52:03 queue INFO >>83 [391] -2015-03-10 16:52:04 sendUrl INFO 83 [391] R:OK -2015-03-10 16:52:53 queue INFO >>83 [392] -2015-03-10 16:52:54 sendUrl INFO 83 [392] R:OK -2015-03-10 16:53:44 queue INFO >>83 [393] -2015-03-10 16:53:44 sendUrl INFO 83 [393] R:OK -2015-03-10 16:53:45 queue INFO 87 [394] -2015-03-10 16:53:45 queue INFO >87 [395] -2015-03-10 16:53:45 sendUrl INFO 87 [394] R:OK -2015-03-10 16:53:46 sendUrl INFO 87 [395] R:OK -2015-03-10 16:53:47 queue INFO 83 [396] -2015-03-10 16:53:47 sendUrl INFO 83 [396] R:OK -2015-03-10 16:53:47 queue INFO >83 [397] -2015-03-10 16:53:47 sendUrl INFO 83 [397] R:OK -2015-03-10 16:54:37 queue INFO >>83 [398] -2015-03-10 16:54:37 sendUrl INFO 83 [398] R:OK -2015-03-10 16:55:27 queue INFO >>83 [399] -2015-03-10 16:55:27 sendUrl INFO 83 [399] R:OK -2015-03-10 16:56:17 queue INFO >>83 [400] -2015-03-10 16:56:17 sendUrl INFO 83 [400] R:OK -2015-03-10 16:57:07 queue INFO >>83 [401] -2015-03-10 16:57:08 sendUrl INFO 83 [401] R:OK -2015-03-10 16:57:11 queue INFO 81 [402] -2015-03-10 16:57:11 queue INFO >81 [403] -2015-03-10 16:57:12 sendUrl INFO 81 [402] R:OK -2015-03-10 16:57:12 sendUrl INFO 81 [403] R:OK -2015-03-10 16:57:18 queue INFO 83 [404] -2015-03-10 16:57:18 queue INFO >83 [405] -2015-03-10 16:57:18 sendUrl INFO 83 [404] R:OK -2015-03-10 16:57:19 sendUrl INFO 83 [405] R:OK -2015-03-10 16:58:08 queue INFO >>83 [406] -2015-03-10 16:58:08 sendUrl INFO 83 [406] R:OK -2015-03-10 16:58:58 queue INFO >>83 [407] -2015-03-10 16:58:58 sendUrl INFO 83 [407] R:OK -2015-03-10 16:59:48 queue INFO >>83 [408] -2015-03-10 16:59:49 sendUrl INFO 83 [408] R:OK -2015-03-10 17:00:38 queue INFO >>83 [409] -2015-03-10 17:00:38 sendUrl INFO 83 [409] R:OK -2015-03-10 17:01:28 queue INFO >>83 [410] -2015-03-10 17:01:29 sendUrl INFO 83 [410] R:OK -2015-03-10 17:01:30 queue INFO C7 [411] -2015-03-10 17:01:30 queue INFO >C7 [412] -2015-03-10 17:01:31 sendUrl INFO C7 [411] R:OK -2015-03-10 17:01:31 sendUrl INFO C7 [412] R:OK -2015-03-10 17:01:32 queue INFO C3 [413] -2015-03-10 17:01:32 queue INFO >C3 [414] -2015-03-10 17:01:32 sendUrl INFO C3 [413] R:OK -2015-03-10 17:01:33 sendUrl INFO C3 [414] R:OK -2015-03-10 17:02:22 queue INFO >>C3 [415] -2015-03-10 17:02:22 sendUrl INFO C3 [415] R:OK -2015-03-10 17:03:12 queue INFO >>C3 [416] -2015-03-10 17:03:12 sendUrl INFO C3 [416] R:OK -2015-03-10 17:04:02 queue INFO >>C3 [417] -2015-03-10 17:04:03 sendUrl INFO C3 [417] R:OK -2015-03-10 17:04:52 queue INFO >>C3 [418] -2015-03-10 17:04:53 sendUrl INFO C3 [418] R:OK -2015-03-10 17:04:56 queue INFO C1 [419] -2015-03-10 17:04:56 queue INFO >C1 [420] -2015-03-10 17:04:57 sendUrl INFO C1 [419] R:OK -2015-03-10 17:04:57 sendUrl INFO C1 [420] R:OK -2015-03-10 17:05:03 queue INFO C3 [421] -2015-03-10 17:05:03 queue INFO >C3 [422] -2015-03-10 17:05:03 sendUrl INFO C3 [421] R:OK -2015-03-10 17:05:04 sendUrl INFO C3 [422] R:OK -2015-03-10 17:05:53 queue INFO >>C3 [423] -2015-03-10 17:05:53 sendUrl INFO C3 [423] R:OK -2015-03-10 17:06:43 queue INFO >>C3 [424] -2015-03-10 17:06:43 sendUrl INFO C3 [424] R:OK -2015-03-10 17:07:33 queue INFO >>C3 [425] -2015-03-10 17:07:34 sendUrl INFO C3 [425] R:OK -2015-03-10 17:08:23 queue INFO >>C3 [426] -2015-03-10 17:08:24 sendUrl INFO C3 [426] R:OK -2015-03-10 17:09:13 queue INFO >>C3 [427] -2015-03-10 17:09:14 sendUrl INFO C3 [427] R:OK -2015-03-10 17:09:16 queue INFO 83 [428] -2015-03-10 17:09:16 sendUrl INFO 83 [428] R:OK -2015-03-10 17:09:16 queue INFO 87 [429] -2015-03-10 17:09:16 queue INFO >87 [430] -2015-03-10 17:09:16 sendUrl INFO 87 [429] R:OK -2015-03-10 17:09:17 sendUrl INFO 87 [430] R:OK -2015-03-10 17:09:17 queue INFO 83 [431] -2015-03-10 17:09:18 queue INFO >83 [432] -2015-03-10 17:09:18 sendUrl INFO 83 [431] R:OK -2015-03-10 17:09:18 sendUrl INFO 83 [432] R:OK -2015-03-10 17:10:08 queue INFO >>83 [433] -2015-03-10 17:10:08 sendUrl INFO 83 [433] R:OK -2015-03-10 17:10:58 queue INFO >>83 [434] -2015-03-10 17:10:58 sendUrl INFO 83 [434] R:OK -2015-03-10 17:11:48 queue INFO >>83 [435] -2015-03-10 17:11:48 sendUrl INFO 83 [435] R:OK -2015-03-10 17:12:38 queue INFO >>83 [436] -2015-03-10 17:12:38 sendUrl INFO 83 [436] R:OK -2015-03-10 17:12:42 queue INFO 81 [437] -2015-03-10 17:12:42 sendUrl INFO 81 [437] R:OK -2015-03-10 17:12:42 queue INFO >81 [438] -2015-03-10 17:12:43 sendUrl INFO 81 [438] R:OK -2015-03-10 17:12:49 queue INFO 83 [439] -2015-03-10 17:12:49 queue INFO >83 [440] -2015-03-10 17:12:49 sendUrl INFO 83 [439] R:OK -2015-03-10 17:12:49 sendUrl INFO 83 [440] R:OK -2015-03-10 17:13:39 queue INFO >>83 [441] -2015-03-10 17:13:39 sendUrl INFO 83 [441] R:OK -2015-03-10 17:14:29 queue INFO >>83 [442] -2015-03-10 17:14:29 sendUrl INFO 83 [442] R:OK -2015-03-10 17:15:19 queue INFO >>83 [443] -2015-03-10 17:15:19 sendUrl INFO 83 [443] R:OK -2015-03-10 17:16:09 queue INFO >>83 [444] -2015-03-10 17:16:10 sendUrl INFO 83 [444] R:OK -2015-03-10 17:16:59 queue INFO >>83 [445] -2015-03-10 17:16:59 sendUrl INFO 83 [445] R:OK -2015-03-10 17:17:02 queue INFO 87 [446] -2015-03-10 17:17:02 queue INFO >87 [447] -2015-03-10 17:17:02 sendUrl INFO 87 [446] R:OK -2015-03-10 17:17:02 sendUrl INFO 87 [447] R:OK -2015-03-10 17:17:03 queue INFO 83 [448] -2015-03-10 17:17:03 queue INFO >83 [449] -2015-03-10 17:17:03 sendUrl INFO 83 [448] R:OK -2015-03-10 17:17:04 sendUrl INFO 83 [449] R:OK -2015-03-10 17:17:53 queue INFO >>83 [450] -2015-03-10 17:17:54 sendUrl INFO 83 [450] R:OK -2015-03-10 17:18:43 queue INFO >>83 [451] -2015-03-10 17:18:44 sendUrl INFO 83 [451] R:OK -2015-03-10 17:19:34 queue INFO >>83 [452] -2015-03-10 17:19:34 sendUrl INFO 83 [452] R:OK -2015-03-10 17:20:24 queue INFO >>83 [453] -2015-03-10 17:20:24 sendUrl INFO 83 [453] R:OK -2015-03-10 17:20:28 queue INFO 81 [454] -2015-03-10 17:20:28 sendUrl INFO 81 [454] R:OK -2015-03-10 17:20:28 queue INFO >81 [455] -2015-03-10 17:20:29 sendUrl INFO 81 [455] R:OK -2015-03-10 17:20:34 queue INFO 83 [456] -2015-03-10 17:20:34 sendUrl INFO 83 [456] R:OK -2015-03-10 17:20:34 queue INFO >83 [457] -2015-03-10 17:20:35 sendUrl INFO 83 [457] R:OK -2015-03-10 17:21:24 queue INFO >>83 [458] -2015-03-10 17:21:25 sendUrl INFO 83 [458] R:OK -2015-03-10 17:22:14 queue INFO >>83 [459] -2015-03-10 17:22:15 sendUrl INFO 83 [459] R:OK -2015-03-10 17:23:05 queue INFO >>83 [460] -2015-03-10 17:23:05 sendUrl INFO 83 [460] R:OK -2015-03-10 17:23:55 queue INFO >>83 [461] -2015-03-10 17:23:55 sendUrl INFO 83 [461] R:OK -2015-03-10 17:24:45 queue INFO >>83 [462] -2015-03-10 17:24:45 sendUrl INFO 83 [462] R:OK -2015-03-10 17:24:47 queue INFO 87 [463] -2015-03-10 17:24:47 queue INFO >87 [464] -2015-03-10 17:24:47 sendUrl INFO 87 [463] R:OK -2015-03-10 17:24:47 sendUrl INFO 87 [464] R:OK -2015-03-10 17:24:48 queue INFO 83 [465] -2015-03-10 17:24:49 sendUrl INFO 83 [465] R:OK -2015-03-10 17:24:49 queue INFO >83 [466] -2015-03-10 17:24:49 sendUrl INFO 83 [466] R:OK -2015-03-10 17:25:38 queue INFO >>83 [467] -2015-03-10 17:25:39 sendUrl INFO 83 [467] R:OK -2015-03-10 17:26:29 queue INFO >>83 [468] -2015-03-10 17:26:29 sendUrl INFO 83 [468] R:OK -2015-03-10 17:27:19 queue INFO >>83 [469] -2015-03-10 17:27:19 sendUrl INFO 83 [469] R:OK -2015-03-10 17:28:09 queue INFO >>83 [470] -2015-03-10 17:28:09 sendUrl INFO 83 [470] R:OK -2015-03-10 17:28:13 queue INFO 81 [471] -2015-03-10 17:28:13 queue INFO >81 [472] -2015-03-10 17:28:13 sendUrl INFO 81 [471] R:OK -2015-03-10 17:28:14 sendUrl INFO 81 [472] R:OK -2015-03-10 17:28:19 queue INFO 83 [473] -2015-03-10 17:28:19 queue INFO >83 [474] -2015-03-10 17:28:19 sendUrl INFO 83 [473] R:OK -2015-03-10 17:28:20 sendUrl INFO 83 [474] R:OK -2015-03-10 17:29:09 queue INFO >>83 [475] -2015-03-10 17:29:10 sendUrl INFO 83 [475] R:OK -2015-03-10 17:29:59 queue INFO >>83 [476] -2015-03-10 17:30:00 sendUrl INFO 83 [476] R:OK -2015-03-10 17:30:50 queue INFO >>83 [477] -2015-03-10 17:30:50 sendUrl INFO 83 [477] R:OK -2015-03-10 17:31:40 queue INFO >>83 [478] -2015-03-10 17:31:40 sendUrl INFO 83 [478] R:OK -2015-03-10 17:32:30 queue INFO >>83 [479] -2015-03-10 17:32:31 sendUrl INFO 83 [479] R:OK -2015-03-10 17:32:32 queue INFO 87 [480] -2015-03-10 17:32:32 queue INFO >87 [481] -2015-03-10 17:32:32 sendUrl INFO 87 [480] R:OK -2015-03-10 17:32:33 sendUrl INFO 87 [481] R:OK -2015-03-10 17:32:33 queue INFO 83 [482] -2015-03-10 17:32:34 queue INFO >83 [483] -2015-03-10 17:32:34 sendUrl INFO 83 [482] R:OK -2015-03-10 17:32:34 sendUrl INFO 83 [483] R:OK -2015-03-10 17:33:24 queue INFO >>83 [484] -2015-03-10 17:33:24 sendUrl INFO 83 [484] R:OK -2015-03-10 17:34:14 queue INFO >>83 [485] -2015-03-10 17:34:14 sendUrl INFO 83 [485] R:OK -2015-03-10 17:35:04 queue INFO >>83 [486] -2015-03-10 17:35:04 sendUrl INFO 83 [486] R:OK -2015-03-10 17:35:54 queue INFO >>83 [487] -2015-03-10 17:35:54 sendUrl INFO 83 [487] R:OK -2015-03-10 17:35:58 queue INFO 81 [488] -2015-03-10 17:35:58 queue INFO >81 [489] -2015-03-10 17:35:58 sendUrl INFO 81 [488] R:OK -2015-03-10 17:35:59 sendUrl INFO 81 [489] R:OK -2015-03-10 17:36:04 queue INFO 83 [490] -2015-03-10 17:36:05 queue INFO >83 [491] -2015-03-10 17:36:05 sendUrl INFO 83 [490] R:OK -2015-03-10 17:36:05 sendUrl INFO 83 [491] R:OK -2015-03-10 17:36:55 queue INFO >>83 [492] -2015-03-10 17:36:55 sendUrl INFO 83 [492] R:OK -2015-03-10 17:37:45 queue INFO >>83 [493] -2015-03-10 17:37:45 sendUrl INFO 83 [493] R:OK -2015-03-10 17:38:35 queue INFO >>83 [494] -2015-03-10 17:38:35 sendUrl INFO 83 [494] R:OK -2015-03-10 17:39:25 queue INFO >>83 [495] -2015-03-10 17:39:25 sendUrl INFO 83 [495] R:OK -2015-03-10 17:40:15 queue INFO >>83 [496] -2015-03-10 17:40:16 sendUrl INFO 83 [496] R:OK -2015-03-10 17:40:17 queue INFO 87 [497] -2015-03-10 17:40:17 queue INFO >87 [498] -2015-03-10 17:40:17 sendUrl INFO 87 [497] R:OK -2015-03-10 17:40:18 sendUrl INFO 87 [498] R:OK -2015-03-10 17:40:18 queue INFO 83 [499] -2015-03-10 17:40:18 queue INFO >83 [500] -2015-03-10 17:40:19 sendUrl INFO 83 [499] R:OK -2015-03-10 17:40:19 sendUrl INFO 83 [500] R:OK -2015-03-10 17:41:08 queue INFO >>83 [501] -2015-03-10 17:41:08 sendUrl INFO 83 [501] R:OK -2015-03-10 17:41:58 queue INFO >>83 [502] -2015-03-10 17:41:59 sendUrl INFO 83 [502] R:OK -2015-03-10 17:42:49 queue INFO >>83 [503] -2015-03-10 17:42:49 sendUrl INFO 83 [503] R:OK -2015-03-10 17:43:39 queue INFO >>83 [504] -2015-03-10 17:43:39 sendUrl INFO 83 [504] R:OK -2015-03-10 17:43:43 queue INFO 81 [505] -2015-03-10 17:43:43 queue INFO >81 [506] -2015-03-10 17:43:43 sendUrl INFO 81 [505] R:OK -2015-03-10 17:43:44 sendUrl INFO 81 [506] R:OK -2015-03-10 17:43:49 queue INFO 83 [507] -2015-03-10 17:43:49 queue INFO >83 [508] -2015-03-10 17:43:50 sendUrl INFO 83 [507] R:OK -2015-03-10 17:43:50 sendUrl INFO 83 [508] R:OK -2015-03-10 17:44:39 queue INFO >>83 [509] -2015-03-10 17:44:39 sendUrl INFO 83 [509] R:OK -2015-03-10 17:45:29 queue INFO >>83 [510] -2015-03-10 17:45:30 sendUrl INFO 83 [510] R:OK -2015-03-10 17:46:19 queue INFO >>83 [511] -2015-03-10 17:46:20 sendUrl INFO 83 [511] R:OK -2015-03-10 17:47:10 queue INFO >>83 [512] -2015-03-10 17:47:10 sendUrl INFO 83 [512] R:OK -2015-03-10 17:48:00 queue INFO >>83 [513] -2015-03-10 17:48:00 sendUrl INFO 83 [513] R:OK -2015-03-10 17:48:02 queue INFO C7 [514] -2015-03-10 17:48:02 queue INFO >C7 [515] -2015-03-10 17:48:02 sendUrl INFO C7 [514] R:OK -2015-03-10 17:48:03 sendUrl INFO C7 [515] R:OK -2015-03-10 17:48:03 queue INFO C3 [516] -2015-03-10 17:48:03 queue INFO >C3 [517] -2015-03-10 17:48:04 sendUrl INFO C3 [516] R:OK -2015-03-10 17:48:04 sendUrl INFO C3 [517] R:OK -2015-03-10 17:48:53 queue INFO >>C3 [518] -2015-03-10 17:48:53 sendUrl INFO C3 [518] R:OK -2015-03-10 17:49:44 queue INFO >>C3 [519] -2015-03-10 17:49:44 sendUrl INFO C3 [519] R:OK -2015-03-10 17:50:34 queue INFO >>C3 [520] -2015-03-10 17:50:34 sendUrl INFO C3 [520] R:OK -2015-03-10 17:51:24 queue INFO >>C3 [521] -2015-03-10 17:51:24 sendUrl INFO C3 [521] R:OK -2015-03-10 17:51:28 queue INFO C1 [522] -2015-03-10 17:51:28 queue INFO >C1 [523] -2015-03-10 17:51:29 sendUrl INFO C1 [522] R:OK -2015-03-10 17:51:29 sendUrl INFO C1 [523] R:OK -2015-03-10 17:51:34 queue INFO C3 [524] -2015-03-10 17:51:34 queue INFO >C3 [525] -2015-03-10 17:51:35 sendUrl INFO C3 [524] R:OK -2015-03-10 17:51:35 sendUrl INFO C3 [525] R:OK -2015-03-10 17:52:24 queue INFO >>C3 [526] -2015-03-10 17:52:25 sendUrl INFO C3 [526] R:OK -2015-03-10 17:53:15 queue INFO >>C3 [527] -2015-03-10 17:53:15 sendUrl INFO C3 [527] R:OK -2015-03-10 17:54:05 queue INFO >>C3 [528] -2015-03-10 17:54:05 sendUrl INFO C3 [528] R:OK -2015-03-10 17:54:55 queue INFO >>C3 [529] -2015-03-10 17:54:55 sendUrl INFO C3 [529] R:OK -2015-03-10 17:55:45 queue INFO >>C3 [530] -2015-03-10 17:55:45 sendUrl INFO C3 [530] R:OK -2015-03-10 17:55:47 queue INFO 83 [531] -2015-03-10 17:55:47 sendUrl INFO 83 [531] R:OK -2015-03-10 17:55:47 queue INFO 87 [532] -2015-03-10 17:55:47 queue INFO >87 [533] -2015-03-10 17:55:48 sendUrl INFO 87 [532] R:OK -2015-03-10 17:55:48 sendUrl INFO 87 [533] R:OK -2015-03-10 17:55:49 queue INFO 83 [534] -2015-03-10 17:55:49 queue INFO >83 [535] -2015-03-10 17:55:49 sendUrl INFO 83 [534] R:OK -2015-03-10 17:55:50 sendUrl INFO 83 [535] R:OK -2015-03-10 17:56:39 queue INFO >>83 [536] -2015-03-10 17:56:40 sendUrl INFO 83 [536] R:OK -2015-03-10 17:57:29 queue INFO >>83 [537] -2015-03-10 17:57:29 sendUrl INFO 83 [537] R:OK -2015-03-10 17:58:19 queue INFO >>83 [538] -2015-03-10 17:58:20 sendUrl INFO 83 [538] R:OK -2015-03-10 17:59:09 queue INFO >>83 [539] -2015-03-10 17:59:10 sendUrl INFO 83 [539] R:OK -2015-03-10 17:59:14 queue INFO 81 [540] -2015-03-10 17:59:14 queue INFO >81 [541] -2015-03-10 17:59:15 sendUrl INFO 81 [540] R:OK -2015-03-10 17:59:15 sendUrl INFO 81 [541] R:OK -2015-03-10 17:59:20 queue INFO 83 [542] -2015-03-10 17:59:20 queue INFO >83 [543] -2015-03-10 17:59:20 sendUrl INFO 83 [542] R:OK -2015-03-10 17:59:21 sendUrl INFO 83 [543] R:OK -2015-03-10 18:00:10 queue INFO >>83 [544] -2015-03-10 18:00:10 sendUrl INFO 83 [544] R:OK -2015-03-10 18:01:00 queue INFO >>83 [545] -2015-03-10 18:01:01 sendUrl INFO 83 [545] R:OK -2015-03-10 18:01:50 queue INFO >>83 [546] -2015-03-10 18:01:51 sendUrl INFO 83 [546] R:OK -2015-03-10 18:02:40 queue INFO >>83 [547] -2015-03-10 18:02:41 sendUrl INFO 83 [547] R:OK -2015-03-10 18:03:31 queue INFO >>83 [548] -2015-03-10 18:03:31 sendUrl INFO 83 [548] R:OK -2015-03-10 18:03:33 queue INFO 87 [549] -2015-03-10 18:03:33 queue INFO >87 [550] -2015-03-10 18:03:33 sendUrl INFO 87 [549] R:OK -2015-03-10 18:03:34 sendUrl INFO 87 [550] R:OK -2015-03-10 18:03:35 queue INFO 83 [551] -2015-03-10 18:03:35 sendUrl INFO 83 [551] R:OK -2015-03-10 18:03:35 queue INFO >83 [552] -2015-03-10 18:03:35 sendUrl INFO 83 [552] R:OK -2015-03-10 18:04:25 queue INFO >>83 [553] -2015-03-10 18:04:25 sendUrl INFO 83 [553] R:OK -2015-03-10 18:05:15 queue INFO >>83 [554] -2015-03-10 18:05:15 sendUrl INFO 83 [554] R:OK -2015-03-10 18:06:05 queue INFO >>83 [555] -2015-03-10 18:06:05 sendUrl INFO 83 [555] R:OK -2015-03-10 18:06:55 queue INFO >>83 [556] -2015-03-10 18:06:56 sendUrl INFO 83 [556] R:OK -2015-03-10 18:06:59 queue INFO 81 [557] -2015-03-10 18:06:59 queue INFO >81 [558] -2015-03-10 18:07:00 sendUrl INFO 81 [557] R:OK -2015-03-10 18:07:00 sendUrl INFO 81 [558] R:OK -2015-03-10 18:07:06 queue INFO 83 [559] -2015-03-10 18:07:06 sendUrl INFO 83 [559] R:OK -2015-03-10 18:07:06 queue INFO >83 [560] -2015-03-10 18:07:06 sendUrl INFO 83 [560] R:OK -2015-03-10 18:07:56 queue INFO >>83 [561] -2015-03-10 18:07:56 sendUrl INFO 83 [561] R:OK -2015-03-10 18:08:46 queue INFO >>83 [562] -2015-03-10 18:08:46 sendUrl INFO 83 [562] R:OK -2015-03-10 18:09:36 queue INFO >>83 [563] -2015-03-10 18:09:36 sendUrl INFO 83 [563] R:OK -2015-03-10 18:10:26 queue INFO >>83 [564] -2015-03-10 18:10:26 sendUrl INFO 83 [564] R:OK -2015-03-10 18:11:16 queue INFO >>83 [565] -2015-03-10 18:11:17 sendUrl INFO 83 [565] R:OK -2015-03-10 18:11:18 queue INFO 87 [566] -2015-03-10 18:11:18 queue INFO >87 [567] -2015-03-10 18:11:18 sendUrl INFO 87 [566] R:OK -2015-03-10 18:11:19 sendUrl INFO 87 [567] R:OK -2015-03-10 18:11:20 queue INFO 83 [568] -2015-03-10 18:11:20 queue INFO >83 [569] -2015-03-10 18:11:20 sendUrl INFO 83 [568] R:OK -2015-03-10 18:11:20 sendUrl INFO 83 [569] R:OK -2015-03-10 18:12:10 queue INFO >>83 [570] -2015-03-10 18:12:10 sendUrl INFO 83 [570] R:OK -2015-03-10 18:13:00 queue INFO >>83 [571] -2015-03-10 18:13:01 sendUrl INFO 83 [571] R:OK -2015-03-10 18:13:50 queue INFO >>83 [572] -2015-03-10 18:13:50 sendUrl INFO 83 [572] R:OK -2015-03-10 18:14:40 queue INFO >>83 [573] -2015-03-10 18:14:41 sendUrl INFO 83 [573] R:OK -2015-03-10 18:14:44 queue INFO 81 [574] -2015-03-10 18:14:44 sendUrl INFO 81 [574] R:OK -2015-03-10 18:14:44 queue INFO >81 [575] -2015-03-10 18:14:45 sendUrl INFO 81 [575] R:OK -2015-03-10 18:14:51 queue INFO 83 [576] -2015-03-10 18:14:51 queue INFO >83 [577] -2015-03-10 18:14:51 sendUrl INFO 83 [576] R:OK -2015-03-10 18:14:51 sendUrl INFO 83 [577] R:OK -2015-03-10 18:15:41 queue INFO >>83 [578] -2015-03-10 18:15:41 sendUrl INFO 83 [578] R:OK -2015-03-10 18:16:31 queue INFO >>83 [579] -2015-03-10 18:16:31 sendUrl INFO 83 [579] R:OK -2015-03-10 18:17:21 queue INFO >>83 [580] -2015-03-10 18:17:21 sendUrl INFO 83 [580] R:OK -2015-03-10 18:18:11 queue INFO >>83 [581] -2015-03-10 18:18:12 sendUrl INFO 83 [581] R:OK -2015-03-10 18:19:01 queue INFO >>83 [582] -2015-03-10 18:19:01 sendUrl INFO 83 [582] R:OK -2015-03-10 18:19:03 queue INFO 87 [583] -2015-03-10 18:19:03 queue INFO >87 [584] -2015-03-10 18:19:03 sendUrl INFO 87 [583] R:OK -2015-03-10 18:19:04 sendUrl INFO 87 [584] R:OK -2015-03-10 18:19:05 queue INFO 83 [585] -2015-03-10 18:19:05 queue INFO >83 [586] -2015-03-10 18:19:05 sendUrl INFO 83 [585] R:OK -2015-03-10 18:19:05 sendUrl INFO 83 [586] R:OK -2015-03-10 18:19:55 queue INFO >>83 [587] -2015-03-10 18:19:55 sendUrl INFO 83 [587] R:OK -2015-03-10 18:20:45 queue INFO >>83 [588] -2015-03-10 18:20:46 sendUrl INFO 83 [588] R:OK -2015-03-10 18:21:35 queue INFO >>83 [589] -2015-03-10 18:21:35 sendUrl INFO 83 [589] R:OK -2015-03-10 18:22:25 queue INFO >>83 [590] -2015-03-10 18:22:26 sendUrl INFO 83 [590] R:OK -2015-03-10 18:22:29 queue INFO 81 [591] -2015-03-10 18:22:29 sendUrl INFO 81 [591] R:OK -2015-03-10 18:22:29 queue INFO >81 [592] -2015-03-10 18:22:30 sendUrl INFO 81 [592] R:OK -2015-03-10 18:22:36 queue INFO 83 [593] -2015-03-10 18:22:36 queue INFO >83 [594] -2015-03-10 18:22:36 sendUrl INFO 83 [593] R:OK -2015-03-10 18:22:37 sendUrl INFO 83 [594] R:OK -2015-03-10 18:23:26 queue INFO >>83 [595] -2015-03-10 18:23:26 sendUrl INFO 83 [595] R:OK -2015-03-10 18:24:16 queue INFO >>83 [596] -2015-03-10 18:24:16 sendUrl INFO 83 [596] R:OK -2015-03-10 18:25:06 queue INFO >>83 [597] -2015-03-10 18:25:07 sendUrl INFO 83 [597] R:OK -2015-03-10 18:25:56 queue INFO >>83 [598] -2015-03-10 18:25:57 sendUrl INFO 83 [598] R:OK -2015-03-10 18:26:47 queue INFO >>83 [599] -2015-03-10 18:26:47 sendUrl INFO 83 [599] R:OK -2015-03-10 18:26:48 queue INFO 87 [600] -2015-03-10 18:26:48 queue INFO >87 [601] -2015-03-10 18:26:48 sendUrl INFO 87 [600] R:OK -2015-03-10 18:26:49 sendUrl INFO 87 [601] R:OK -2015-03-10 18:26:50 queue INFO 83 [602] -2015-03-10 18:26:50 queue INFO >83 [603] -2015-03-10 18:26:50 sendUrl INFO 83 [602] R:OK -2015-03-10 18:26:50 sendUrl INFO 83 [603] R:OK -2015-03-10 18:27:40 queue INFO >>83 [604] -2015-03-10 18:27:40 sendUrl INFO 83 [604] R:OK -2015-03-10 18:28:30 queue INFO >>83 [605] -2015-03-10 18:28:30 sendUrl INFO 83 [605] R:OK -2015-03-10 18:29:20 queue INFO >>83 [606] -2015-03-10 18:29:20 sendUrl INFO 83 [606] R:OK -2015-03-10 18:30:10 queue INFO >>83 [607] -2015-03-10 18:30:10 sendUrl INFO 83 [607] R:OK -2015-03-10 18:30:14 queue INFO 81 [608] -2015-03-10 18:30:14 queue INFO >81 [609] -2015-03-10 18:30:14 sendUrl INFO 81 [608] R:OK -2015-03-10 18:30:15 sendUrl INFO 81 [609] R:OK -2015-03-10 18:30:20 queue INFO 83 [610] -2015-03-10 18:30:21 queue INFO >83 [611] -2015-03-10 18:30:21 sendUrl INFO 83 [610] R:OK -2015-03-10 18:30:21 sendUrl INFO 83 [611] R:OK -2015-03-10 18:31:11 queue INFO >>83 [612] -2015-03-10 18:31:11 sendUrl INFO 83 [612] R:OK -2015-03-10 18:32:01 queue INFO >>83 [613] -2015-03-10 18:32:01 sendUrl INFO 83 [613] R:OK -2015-03-10 18:32:51 queue INFO >>83 [614] -2015-03-10 18:32:51 sendUrl INFO 83 [614] R:OK -2015-03-10 18:33:41 queue INFO >>83 [615] -2015-03-10 18:33:41 sendUrl INFO 83 [615] R:OK -2015-03-10 18:34:31 queue INFO >>83 [616] -2015-03-10 18:34:31 sendUrl INFO 83 [616] R:OK -2015-03-10 18:34:33 queue INFO C7 [617] -2015-03-10 18:34:33 queue INFO >C7 [618] -2015-03-10 18:34:34 sendUrl INFO C7 [617] R:OK -2015-03-10 18:34:34 sendUrl INFO C7 [618] R:OK -2015-03-10 18:34:35 queue INFO C3 [619] -2015-03-10 18:34:35 queue INFO >C3 [620] -2015-03-10 18:34:35 sendUrl INFO C3 [619] R:OK -2015-03-10 18:34:36 sendUrl INFO C3 [620] R:OK -2015-03-10 18:35:25 queue INFO >>C3 [621] -2015-03-10 18:35:25 sendUrl INFO C3 [621] R:OK -2015-03-10 18:36:15 queue INFO >>C3 [622] -2015-03-10 18:36:15 sendUrl INFO C3 [622] R:OK -2015-03-10 18:37:05 queue INFO >>C3 [623] -2015-03-10 18:37:05 sendUrl INFO C3 [623] R:OK -2015-03-10 18:37:55 queue INFO >>C3 [624] -2015-03-10 18:37:55 sendUrl INFO C3 [624] R:OK -2015-03-10 18:37:59 queue INFO C1 [625] -2015-03-10 18:37:59 queue INFO >C1 [626] -2015-03-10 18:37:59 sendUrl INFO C1 [625] R:OK -2015-03-10 18:38:00 sendUrl INFO C1 [626] R:OK -2015-03-10 18:38:06 queue INFO C3 [627] -2015-03-10 18:38:06 queue INFO >C3 [628] -2015-03-10 18:38:06 sendUrl INFO C3 [627] R:OK -2015-03-10 18:38:06 sendUrl INFO C3 [628] R:OK -2015-03-10 18:38:56 queue INFO >>C3 [629] -2015-03-10 18:38:56 sendUrl INFO C3 [629] R:OK -2015-03-10 18:39:46 queue INFO >>C3 [630] -2015-03-10 18:39:46 sendUrl INFO C3 [630] R:OK -2015-03-10 18:40:36 queue INFO >>C3 [631] -2015-03-10 18:40:36 sendUrl INFO C3 [631] R:OK -2015-03-10 18:41:26 queue INFO >>C3 [632] -2015-03-10 18:41:27 sendUrl INFO C3 [632] R:OK -2015-03-10 18:42:16 queue INFO >>C3 [633] -2015-03-10 18:42:17 sendUrl INFO C3 [633] R:OK -2015-03-10 18:42:18 queue INFO 83 [634] -2015-03-10 18:42:19 sendUrl INFO 83 [634] R:OK -2015-03-10 18:42:19 queue INFO 87 [635] -2015-03-10 18:42:19 queue INFO >87 [636] -2015-03-10 18:42:19 sendUrl INFO 87 [635] R:OK -2015-03-10 18:42:20 sendUrl INFO 87 [636] R:OK -2015-03-10 18:42:20 queue INFO 83 [637] -2015-03-10 18:42:20 queue INFO >83 [638] -2015-03-10 18:42:21 sendUrl INFO 83 [637] R:OK -2015-03-10 18:42:21 sendUrl INFO 83 [638] R:OK -2015-03-10 18:43:10 queue INFO >>83 [639] -2015-03-10 18:43:11 sendUrl INFO 83 [639] R:OK -2015-03-10 18:44:01 queue INFO >>83 [640] -2015-03-10 18:44:01 sendUrl INFO 83 [640] R:OK -2015-03-10 18:44:51 queue INFO >>83 [641] -2015-03-10 18:44:51 sendUrl INFO 83 [641] R:OK -2015-03-10 18:45:41 queue INFO >>83 [642] -2015-03-10 18:45:41 sendUrl INFO 83 [642] R:OK -2015-03-10 18:45:45 queue INFO 81 [643] -2015-03-10 18:45:45 queue INFO >81 [644] -2015-03-10 18:45:45 sendUrl INFO 81 [643] R:OK -2015-03-10 18:45:46 sendUrl INFO 81 [644] R:OK -2015-03-10 18:45:51 queue INFO 83 [645] -2015-03-10 18:45:51 queue INFO >83 [646] -2015-03-10 18:45:51 sendUrl INFO 83 [645] R:OK -2015-03-10 18:45:52 sendUrl INFO 83 [646] R:OK -2015-03-10 18:46:41 queue INFO >>83 [647] -2015-03-10 18:46:42 sendUrl INFO 83 [647] R:OK -2015-03-10 18:47:32 queue INFO >>83 [648] -2015-03-10 18:47:32 sendUrl INFO 83 [648] R:OK -2015-03-10 18:48:22 queue INFO >>83 [649] -2015-03-10 18:48:22 sendUrl INFO 83 [649] R:OK -2015-03-10 18:49:12 queue INFO >>83 [650] -2015-03-10 18:49:12 sendUrl INFO 83 [650] R:OK -2015-03-10 18:50:02 queue INFO >>83 [651] -2015-03-10 18:50:02 sendUrl INFO 83 [651] R:OK -2015-03-10 18:50:04 queue INFO 87 [652] -2015-03-10 18:50:05 queue INFO >87 [653] -2015-03-10 18:50:05 sendUrl INFO 87 [652] R:OK -2015-03-10 18:50:05 sendUrl INFO 87 [653] R:OK -2015-03-10 18:50:06 queue INFO 83 [654] -2015-03-10 18:50:06 sendUrl INFO 83 [654] R:OK -2015-03-10 18:50:06 queue INFO >83 [655] -2015-03-10 18:50:07 sendUrl INFO 83 [655] R:OK -2015-03-10 18:50:56 queue INFO >>83 [656] -2015-03-10 18:50:56 sendUrl INFO 83 [656] R:OK -2015-03-10 18:51:46 queue INFO >>83 [657] -2015-03-10 18:51:47 sendUrl INFO 83 [657] R:OK -2015-03-10 18:52:36 queue INFO >>83 [658] -2015-03-10 18:52:37 sendUrl INFO 83 [658] R:OK -2015-03-10 18:53:27 queue INFO >>83 [659] -2015-03-10 18:53:27 sendUrl INFO 83 [659] R:OK -2015-03-10 18:53:31 queue INFO 81 [660] -2015-03-10 18:53:31 queue INFO >81 [661] -2015-03-10 18:53:31 sendUrl INFO 81 [660] R:OK -2015-03-10 18:53:32 sendUrl INFO 81 [661] R:OK -2015-03-10 18:53:37 queue INFO 83 [662] -2015-03-10 18:53:37 sendUrl INFO 83 [662] R:OK -2015-03-10 18:53:37 queue INFO >83 [663] -2015-03-10 18:53:38 sendUrl INFO 83 [663] R:OK -2015-03-10 18:54:27 queue INFO >>83 [664] -2015-03-10 18:54:27 sendUrl INFO 83 [664] R:OK -2015-03-10 18:55:17 queue INFO >>83 [665] -2015-03-10 18:55:18 sendUrl INFO 83 [665] R:OK -2015-03-10 18:56:07 queue INFO >>83 [666] -2015-03-10 18:56:08 sendUrl INFO 83 [666] R:OK -2015-03-10 18:56:57 queue INFO >>83 [667] -2015-03-10 18:56:58 sendUrl INFO 83 [667] R:OK -2015-03-10 18:57:48 queue INFO >>83 [668] -2015-03-10 18:57:48 sendUrl INFO 83 [668] R:OK -2015-03-10 18:57:49 queue INFO 87 [669] -2015-03-10 18:57:50 queue INFO >87 [670] -2015-03-10 18:57:50 sendUrl INFO 87 [669] R:OK -2015-03-10 18:57:50 sendUrl INFO 87 [670] R:OK -2015-03-10 18:57:51 queue INFO 83 [671] -2015-03-10 18:57:51 sendUrl INFO 83 [671] R:OK -2015-03-10 18:57:51 queue INFO >83 [672] -2015-03-10 18:57:52 sendUrl INFO 83 [672] R:OK -2015-03-10 18:58:41 queue INFO >>83 [673] -2015-03-10 18:58:42 sendUrl INFO 83 [673] R:OK -2015-03-10 18:59:31 queue INFO >>83 [674] -2015-03-10 18:59:32 sendUrl INFO 83 [674] R:OK -2015-03-10 19:00:22 queue INFO >>83 [675] -2015-03-10 19:00:22 sendUrl INFO 83 [675] R:OK -2015-03-10 19:01:12 queue INFO >>83 [676] -2015-03-10 19:01:12 sendUrl INFO 83 [676] R:OK -2015-03-10 19:01:16 queue INFO 81 [677] -2015-03-10 19:01:16 queue INFO >81 [678] -2015-03-10 19:01:17 sendUrl INFO 81 [677] R:OK -2015-03-10 19:01:17 sendUrl INFO 81 [678] R:OK -2015-03-10 19:01:22 queue INFO 83 [679] -2015-03-10 19:01:22 sendUrl INFO 83 [679] R:OK -2015-03-10 19:01:22 queue INFO >83 [680] -2015-03-10 19:01:23 sendUrl INFO 83 [680] R:OK -2015-03-10 19:02:12 queue INFO >>83 [681] -2015-03-10 19:02:12 sendUrl INFO 83 [681] R:OK -2015-03-10 19:02:41 queue INFO 81 [682] -2015-03-10 19:02:41 queue INFO >81 [683] -2015-03-10 19:02:42 sendUrl INFO 81 [682] R:OK -2015-03-10 19:02:42 sendUrl INFO 81 [683] R:OK -2015-03-10 19:03:31 queue INFO >>81 [684] -2015-03-10 19:03:31 sendUrl INFO 81 [684] R:OK -2015-03-10 19:04:21 queue INFO >>81 [685] -2015-03-10 19:04:22 sendUrl INFO 81 [685] R:OK -2015-03-10 19:05:11 queue INFO >>81 [686] -2015-03-10 19:05:12 sendUrl INFO 81 [686] R:OK -2015-03-10 19:06:02 queue INFO >>81 [687] -2015-03-10 19:06:02 sendUrl INFO 81 [687] R:OK -2015-03-10 19:06:15 queue INFO 91 [688] -2015-03-10 19:06:15 queue INFO >91 [689] -2015-03-10 19:06:15 sendUrl INFO 91 [688] R:OK -2015-03-10 19:06:15 sendUrl INFO 91 [689] R:OK -2015-03-10 19:07:05 queue INFO >>91 [690] -2015-03-10 19:07:05 sendUrl INFO 91 [690] R:OK -2015-03-10 19:07:55 queue INFO >>91 [691] -2015-03-10 19:07:55 sendUrl INFO 91 [691] R:OK -2015-03-10 19:08:45 queue INFO >>91 [692] -2015-03-10 19:08:45 sendUrl INFO 91 [692] R:OK -2015-03-10 19:09:35 queue INFO >>91 [693] -2015-03-10 19:09:35 sendUrl INFO 91 [693] R:OK -2015-03-10 19:10:25 queue INFO >>91 [694] -2015-03-10 19:10:26 sendUrl INFO 91 [694] R:OK -2015-03-10 19:11:08 queue INFO 81 [695] -2015-03-10 19:11:08 sendUrl INFO 81 [695] R:OK -2015-03-10 19:11:08 queue INFO >81 [696] -2015-03-10 19:11:09 sendUrl INFO 81 [696] R:OK -2015-03-10 19:11:14 queue INFO 83 [697] -2015-03-10 19:11:14 queue INFO >83 [698] -2015-03-10 19:11:14 sendUrl INFO 83 [697] R:OK -2015-03-10 19:11:15 sendUrl INFO 83 [698] R:OK -2015-03-10 19:11:38 queue INFO 87 [699] -2015-03-10 19:11:38 sendUrl INFO 87 [699] R:OK -2015-03-10 19:11:38 queue INFO >87 [700] -2015-03-10 19:11:39 sendUrl INFO 87 [700] R:OK -2015-03-10 19:11:40 queue INFO 83 [701] -2015-03-10 19:11:40 queue INFO >83 [702] -2015-03-10 19:11:40 sendUrl INFO 83 [701] R:OK -2015-03-10 19:11:41 sendUrl INFO 83 [702] R:OK -2015-03-10 19:12:30 queue INFO >>83 [703] -2015-03-10 19:12:30 sendUrl INFO 83 [703] R:OK -2015-03-10 19:13:20 queue INFO >>83 [704] -2015-03-10 19:13:20 sendUrl INFO 83 [704] R:OK -2015-03-10 19:14:10 queue INFO >>83 [705] -2015-03-10 19:14:11 sendUrl INFO 83 [705] R:OK -2015-03-10 19:15:00 queue INFO >>83 [706] -2015-03-10 19:15:00 sendUrl INFO 83 [706] R:OK -2015-03-10 19:15:04 queue INFO 81 [707] -2015-03-10 19:15:04 queue INFO >81 [708] -2015-03-10 19:15:04 sendUrl INFO 81 [707] R:OK -2015-03-10 19:15:05 sendUrl INFO 81 [708] R:OK -2015-03-10 19:15:10 queue INFO 83 [709] -2015-03-10 19:15:11 queue INFO >83 [710] -2015-03-10 19:15:11 sendUrl INFO 83 [709] R:OK -2015-03-10 19:15:12 sendUrl INFO 83 [710] R:OK -2015-03-10 19:16:01 queue INFO >>83 [711] -2015-03-10 19:16:01 sendUrl INFO 83 [711] R:OK -2015-03-10 19:16:51 queue INFO >>83 [712] -2015-03-10 19:16:51 sendUrl INFO 83 [712] R:OK -2015-03-10 19:17:41 queue INFO >>83 [713] -2015-03-10 19:17:41 sendUrl INFO 83 [713] R:OK -2015-03-10 19:18:31 queue INFO >>83 [714] -2015-03-10 19:18:31 sendUrl INFO 83 [714] R:OK -2015-03-10 19:19:21 queue INFO >>83 [715] -2015-03-10 19:19:22 sendUrl INFO 83 [715] R:OK -2015-03-10 19:19:23 queue INFO 87 [716] -2015-03-10 19:19:23 queue INFO >87 [717] -2015-03-10 19:19:24 sendUrl INFO 87 [716] R:OK -2015-03-10 19:19:24 sendUrl INFO 87 [717] R:OK -2015-03-10 19:19:25 queue INFO 83 [718] -2015-03-10 19:19:25 queue INFO >83 [719] -2015-03-10 19:19:25 sendUrl INFO 83 [718] R:OK -2015-03-10 19:19:26 sendUrl INFO 83 [719] R:OK -2015-03-10 19:20:15 queue INFO >>83 [720] -2015-03-10 19:20:16 sendUrl INFO 83 [720] R:OK -2015-03-10 19:21:05 queue INFO >>83 [721] -2015-03-10 19:21:05 sendUrl INFO 83 [721] R:OK -2015-03-10 19:21:55 queue INFO >>83 [722] -2015-03-10 19:21:56 sendUrl INFO 83 [722] R:OK -2015-03-10 19:22:45 queue INFO >>83 [723] -2015-03-10 19:22:46 sendUrl INFO 83 [723] R:OK -2015-03-10 19:22:49 queue INFO 81 [724] -2015-03-10 19:22:49 queue INFO >81 [725] -2015-03-10 19:22:50 sendUrl INFO 81 [724] R:OK -2015-03-10 19:22:50 sendUrl INFO 81 [725] R:OK -2015-03-10 19:22:56 queue INFO 83 [726] -2015-03-10 19:22:56 queue INFO >83 [727] -2015-03-10 19:22:56 sendUrl INFO 83 [726] R:OK -2015-03-10 19:22:57 sendUrl INFO 83 [727] R:OK -2015-03-10 19:23:46 queue INFO >>83 [728] -2015-03-10 19:23:46 sendUrl INFO 83 [728] R:OK -2015-03-10 19:24:36 queue INFO >>83 [729] -2015-03-10 19:24:37 sendUrl INFO 83 [729] R:OK -2015-03-10 19:25:26 queue INFO >>83 [730] -2015-03-10 19:25:27 sendUrl INFO 83 [730] R:OK -2015-03-10 19:26:16 queue INFO >>83 [731] -2015-03-10 19:26:17 sendUrl INFO 83 [731] R:OK -2015-03-10 19:27:07 queue INFO >>83 [732] -2015-03-10 19:27:07 sendUrl INFO 83 [732] R:OK -2015-03-10 19:27:08 queue INFO 87 [733] -2015-03-10 19:27:08 queue INFO >87 [734] -2015-03-10 19:27:09 sendUrl INFO 87 [733] R:OK -2015-03-10 19:27:09 sendUrl INFO 87 [734] R:OK -2015-03-10 19:27:10 queue INFO 83 [735] -2015-03-10 19:27:10 queue INFO >83 [736] -2015-03-10 19:27:10 sendUrl INFO 83 [735] R:OK -2015-03-10 19:27:11 sendUrl INFO 83 [736] R:OK -2015-03-10 19:28:00 queue INFO >>83 [737] -2015-03-10 19:28:00 sendUrl INFO 83 [737] R:OK -2015-03-10 19:28:50 queue INFO >>83 [738] -2015-03-10 19:28:50 sendUrl INFO 83 [738] R:OK -2015-03-10 19:29:40 queue INFO >>83 [739] -2015-03-10 19:29:41 sendUrl INFO 83 [739] R:OK -2015-03-10 19:30:30 queue INFO >>83 [740] -2015-03-10 19:30:31 sendUrl INFO 83 [740] R:OK -2015-03-10 19:30:34 queue INFO 81 [741] -2015-03-10 19:30:34 queue INFO >81 [742] -2015-03-10 19:30:35 sendUrl INFO 81 [741] R:OK -2015-03-10 19:30:35 sendUrl INFO 81 [742] R:OK -2015-03-10 19:30:41 queue INFO 83 [743] -2015-03-10 19:30:41 queue INFO >83 [744] -2015-03-10 19:30:41 sendUrl INFO 83 [743] R:OK -2015-03-10 19:30:42 sendUrl INFO 83 [744] R:OK -2015-03-10 19:31:31 queue INFO >>83 [745] -2015-03-10 19:31:31 sendUrl INFO 83 [745] R:OK -2015-03-10 19:32:21 queue INFO >>83 [746] -2015-03-10 19:32:21 sendUrl INFO 83 [746] R:OK -2015-03-10 19:33:11 queue INFO >>83 [747] -2015-03-10 19:33:12 sendUrl INFO 83 [747] R:OK -2015-03-10 19:34:01 queue INFO >>83 [748] -2015-03-10 19:34:01 sendUrl INFO 83 [748] R:OK -2015-03-10 19:34:51 queue INFO >>83 [749] -2015-03-10 19:34:52 sendUrl INFO 83 [749] R:OK -2015-03-10 19:34:53 queue INFO 87 [750] -2015-03-10 19:34:53 queue INFO >87 [751] -2015-03-10 19:34:53 sendUrl INFO 87 [750] R:OK -2015-03-10 19:34:54 sendUrl INFO 87 [751] R:OK -2015-03-10 19:34:55 queue INFO 83 [752] -2015-03-10 19:34:55 sendUrl INFO 83 [752] R:OK -2015-03-10 19:34:55 queue INFO >83 [753] -2015-03-10 19:34:55 sendUrl INFO 83 [753] R:OK -2015-03-10 19:35:45 queue INFO >>83 [754] -2015-03-10 19:35:45 sendUrl INFO 83 [754] R:OK -2015-03-10 19:36:35 queue INFO >>83 [755] -2015-03-10 19:36:35 sendUrl INFO 83 [755] R:OK -2015-03-10 19:37:25 queue INFO >>83 [756] -2015-03-10 19:37:25 sendUrl INFO 83 [756] R:OK -2015-03-10 19:38:15 queue INFO >>83 [757] -2015-03-10 19:38:16 sendUrl INFO 83 [757] R:OK -2015-03-10 19:38:19 queue INFO 81 [758] -2015-03-10 19:38:19 queue INFO >81 [759] -2015-03-10 19:38:20 sendUrl INFO 81 [758] R:OK -2015-03-10 19:38:20 sendUrl INFO 81 [759] R:OK -2015-03-10 19:38:26 queue INFO 83 [760] -2015-03-10 19:38:26 queue INFO >83 [761] -2015-03-10 19:38:26 sendUrl INFO 83 [760] R:OK -2015-03-10 19:38:27 sendUrl INFO 83 [761] R:OK -2015-03-10 19:39:16 queue INFO >>83 [762] -2015-03-10 19:39:16 sendUrl INFO 83 [762] R:OK -2015-03-10 19:40:06 queue INFO >>83 [763] -2015-03-10 19:40:06 sendUrl INFO 83 [763] R:OK -2015-03-10 19:40:56 queue INFO >>83 [764] -2015-03-10 19:40:57 sendUrl INFO 83 [764] R:OK -2015-03-10 19:41:46 queue INFO >>83 [765] -2015-03-10 19:41:46 sendUrl INFO 83 [765] R:OK -2015-03-10 19:42:36 queue INFO >>83 [766] -2015-03-10 19:42:37 sendUrl INFO 83 [766] R:OK -2015-03-10 19:42:38 queue INFO C7 [767] -2015-03-10 19:42:38 queue INFO >C7 [768] -2015-03-10 19:42:38 sendUrl INFO C7 [767] R:OK -2015-03-10 19:42:39 sendUrl INFO C7 [768] R:OK -2015-03-10 19:42:40 queue INFO C3 [769] -2015-03-10 19:42:40 queue INFO >C3 [770] -2015-03-10 19:42:40 sendUrl INFO C3 [769] R:OK -2015-03-10 19:42:40 sendUrl INFO C3 [770] R:OK -2015-03-10 19:43:30 queue INFO >>C3 [771] -2015-03-10 19:43:30 sendUrl INFO C3 [771] R:OK -2015-03-10 19:44:20 queue INFO >>C3 [772] -2015-03-10 19:44:21 sendUrl INFO C3 [772] R:OK -2015-03-10 19:45:10 queue INFO >>C3 [773] -2015-03-10 19:45:10 sendUrl INFO C3 [773] R:OK -2015-03-10 19:46:00 queue INFO >>C3 [774] -2015-03-10 19:46:01 sendUrl INFO C3 [774] R:OK -2015-03-10 19:46:04 queue INFO C1 [775] -2015-03-10 19:46:04 sendUrl INFO C1 [775] R:OK -2015-03-10 19:46:04 queue INFO >C1 [776] -2015-03-10 19:46:05 sendUrl INFO C1 [776] R:OK -2015-03-10 19:46:11 queue INFO C3 [777] -2015-03-10 19:46:11 queue INFO >C3 [778] -2015-03-10 19:46:11 sendUrl INFO C3 [777] R:OK -2015-03-10 19:46:11 sendUrl INFO C3 [778] R:OK -2015-03-10 19:47:01 queue INFO >>C3 [779] -2015-03-10 19:47:01 sendUrl INFO C3 [779] R:OK -2015-03-10 19:47:51 queue INFO >>C3 [780] -2015-03-10 19:47:51 sendUrl INFO C3 [780] R:OK -2015-03-10 19:48:41 queue INFO >>C3 [781] -2015-03-10 19:48:41 sendUrl INFO C3 [781] R:OK -2015-03-10 19:49:31 queue INFO >>C3 [782] -2015-03-10 19:49:32 sendUrl INFO C3 [782] R:OK -2015-03-10 19:50:21 queue INFO >>C3 [783] -2015-03-10 19:50:21 sendUrl INFO C3 [783] R:OK -2015-03-10 19:50:24 queue INFO 83 [784] -2015-03-10 19:50:24 queue INFO 87 [785] -2015-03-10 19:50:24 sendUrl INFO 83 [784] R:OK -2015-03-10 19:50:24 queue INFO >87 [786] -2015-03-10 19:50:24 sendUrl INFO 87 [785] R:OK -2015-03-10 19:50:25 sendUrl INFO 87 [786] R:OK -2015-03-10 19:50:25 queue INFO 83 [787] -2015-03-10 19:50:25 sendUrl INFO 83 [787] R:OK -2015-03-10 19:50:26 queue INFO >83 [788] -2015-03-10 19:50:26 sendUrl INFO 83 [788] R:OK -2015-03-10 19:51:15 queue INFO >>83 [789] -2015-03-10 19:51:16 sendUrl INFO 83 [789] R:OK -2015-03-10 19:52:06 queue INFO >>83 [790] -2015-03-10 19:52:06 sendUrl INFO 83 [790] R:OK -2015-03-10 19:52:56 queue INFO >>83 [791] -2015-03-10 19:52:56 sendUrl INFO 83 [791] R:OK -2015-03-10 19:53:46 queue INFO >>83 [792] -2015-03-10 19:53:46 sendUrl INFO 83 [792] R:OK -2015-03-10 19:53:50 queue INFO 81 [793] -2015-03-10 19:53:50 sendUrl INFO 81 [793] R:OK -2015-03-10 19:53:50 queue INFO >81 [794] -2015-03-10 19:53:51 sendUrl INFO 81 [794] R:OK -2015-03-10 19:53:57 queue INFO 83 [795] -2015-03-10 19:53:57 queue INFO >83 [796] -2015-03-10 19:53:57 sendUrl INFO 83 [795] R:OK -2015-03-10 19:53:57 sendUrl INFO 83 [796] R:OK -2015-03-10 19:54:47 queue INFO >>83 [797] -2015-03-10 19:54:47 sendUrl INFO 83 [797] R:OK -2015-03-10 19:55:37 queue INFO >>83 [798] -2015-03-10 19:55:37 sendUrl INFO 83 [798] R:OK -2015-03-10 19:56:27 queue INFO >>83 [799] -2015-03-10 19:56:27 sendUrl INFO 83 [799] R:OK -2015-03-10 19:57:17 queue INFO >>83 [800] -2015-03-10 19:57:18 sendUrl INFO 83 [800] R:OK -2015-03-10 19:58:07 queue INFO >>83 [801] -2015-03-10 19:58:07 sendUrl INFO 83 [801] R:OK -2015-03-10 19:58:09 queue INFO 87 [802] -2015-03-10 19:58:10 sendUrl INFO 87 [802] R:OK -2015-03-10 19:58:10 queue INFO >87 [803] -2015-03-10 19:58:10 sendUrl INFO 87 [803] R:OK -2015-03-10 19:58:11 queue INFO 83 [804] -2015-03-10 19:58:11 queue INFO >83 [805] -2015-03-10 19:58:12 sendUrl INFO 83 [804] R:OK -2015-03-10 19:58:12 sendUrl INFO 83 [805] R:OK -2015-03-10 19:59:01 queue INFO >>83 [806] -2015-03-10 19:59:01 sendUrl INFO 83 [806] R:OK -2015-03-10 19:59:51 queue INFO >>83 [807] -2015-03-10 19:59:52 sendUrl INFO 83 [807] R:OK -2015-03-10 20:00:41 queue INFO >>83 [808] -2015-03-10 20:00:42 sendUrl INFO 83 [808] R:OK -2015-03-10 20:01:32 queue INFO >>83 [809] -2015-03-10 20:01:32 sendUrl INFO 83 [809] R:OK -2015-03-10 20:01:36 queue INFO 81 [810] -2015-03-10 20:01:36 queue INFO >81 [811] -2015-03-10 20:01:36 sendUrl INFO 81 [810] R:OK -2015-03-10 20:01:37 sendUrl INFO 81 [811] R:OK -2015-03-10 20:01:42 queue INFO 83 [812] -2015-03-10 20:01:42 queue INFO >83 [813] -2015-03-10 20:01:42 sendUrl INFO 83 [812] R:OK -2015-03-10 20:01:43 sendUrl INFO 83 [813] R:OK -2015-03-10 20:02:32 queue INFO >>83 [814] -2015-03-10 20:02:32 sendUrl INFO 83 [814] R:OK -2015-03-10 20:03:22 queue INFO >>83 [815] -2015-03-10 20:03:23 sendUrl INFO 83 [815] R:OK -2015-03-10 20:04:12 queue INFO >>83 [816] -2015-03-10 20:04:12 sendUrl INFO 83 [816] R:OK -2015-03-10 20:05:02 queue INFO >>83 [817] -2015-03-10 20:05:03 sendUrl INFO 83 [817] R:OK -2015-03-10 20:05:53 queue INFO >>83 [818] -2015-03-10 20:05:53 sendUrl INFO 83 [818] R:OK -2015-03-10 20:05:55 queue INFO 87 [819] -2015-03-10 20:05:55 queue INFO >87 [820] -2015-03-10 20:05:55 sendUrl INFO 87 [819] R:OK -2015-03-10 20:05:56 sendUrl INFO 87 [820] R:OK -2015-03-10 20:05:56 queue INFO 83 [821] -2015-03-10 20:05:56 queue INFO >83 [822] -2015-03-10 20:05:57 sendUrl INFO 83 [821] R:OK -2015-03-10 20:05:57 sendUrl INFO 83 [822] R:OK -2015-03-10 20:06:46 queue INFO >>83 [823] -2015-03-10 20:06:47 sendUrl INFO 83 [823] R:OK -2015-03-10 20:07:36 queue INFO >>83 [824] -2015-03-10 20:07:37 sendUrl INFO 83 [824] R:OK -2015-03-10 20:08:27 queue INFO >>83 [825] -2015-03-10 20:08:27 sendUrl INFO 83 [825] R:OK -2015-03-10 20:09:17 queue INFO >>83 [826] -2015-03-10 20:09:17 sendUrl INFO 83 [826] R:OK -2015-03-10 20:09:21 queue INFO 81 [827] -2015-03-10 20:09:21 queue INFO >81 [828] -2015-03-10 20:09:21 sendUrl INFO 81 [827] R:OK -2015-03-10 20:09:22 sendUrl INFO 81 [828] R:OK -2015-03-10 20:09:27 queue INFO 83 [829] -2015-03-10 20:09:27 queue INFO >83 [830] -2015-03-10 20:09:27 sendUrl INFO 83 [829] R:OK -2015-03-10 20:09:28 sendUrl INFO 83 [830] R:OK -2015-03-10 20:10:17 queue INFO >>83 [831] -2015-03-10 20:10:18 sendUrl INFO 83 [831] R:OK -2015-03-10 20:11:08 queue INFO >>83 [832] -2015-03-10 20:11:08 sendUrl INFO 83 [832] R:OK -2015-03-10 20:11:58 queue INFO >>83 [833] -2015-03-10 20:11:58 sendUrl INFO 83 [833] R:OK -2015-03-10 20:12:48 queue INFO >>83 [834] -2015-03-10 20:12:48 sendUrl INFO 83 [834] R:OK -2015-03-10 20:13:38 queue INFO >>83 [835] -2015-03-10 20:13:39 sendUrl INFO 83 [835] R:OK -2015-03-10 20:13:40 queue INFO 87 [836] -2015-03-10 20:13:40 queue INFO >87 [837] -2015-03-10 20:13:40 sendUrl INFO 87 [836] R:OK -2015-03-10 20:13:41 sendUrl INFO 87 [837] R:OK -2015-03-10 20:13:41 queue INFO 83 [838] -2015-03-10 20:13:41 queue INFO >83 [839] -2015-03-10 20:13:42 sendUrl INFO 83 [838] R:OK -2015-03-10 20:13:42 sendUrl INFO 83 [839] R:OK -2015-03-10 20:14:31 queue INFO >>83 [840] -2015-03-10 20:14:32 sendUrl INFO 83 [840] R:OK -2015-03-10 20:15:21 queue INFO >>83 [841] -2015-03-10 20:15:22 sendUrl INFO 83 [841] R:OK -2015-03-10 20:16:12 queue INFO >>83 [842] -2015-03-10 20:16:12 sendUrl INFO 83 [842] R:OK -2015-03-10 20:17:02 queue INFO >>83 [843] -2015-03-10 20:17:02 sendUrl INFO 83 [843] R:OK -2015-03-10 20:17:06 queue INFO 81 [844] -2015-03-10 20:17:06 queue INFO >81 [845] -2015-03-10 20:17:06 sendUrl INFO 81 [844] R:OK -2015-03-10 20:17:07 sendUrl INFO 81 [845] R:OK -2015-03-10 20:17:12 queue INFO 83 [846] -2015-03-10 20:17:12 queue INFO >83 [847] -2015-03-10 20:17:12 sendUrl INFO 83 [846] R:OK -2015-03-10 20:17:13 sendUrl INFO 83 [847] R:OK -2015-03-10 20:18:02 queue INFO >>83 [848] -2015-03-10 20:18:02 sendUrl INFO 83 [848] R:OK -2015-03-10 20:18:52 queue INFO >>83 [849] -2015-03-10 20:18:53 sendUrl INFO 83 [849] R:OK -2015-03-10 20:19:42 queue INFO >>83 [850] -2015-03-10 20:19:43 sendUrl INFO 83 [850] R:OK -2015-03-10 20:20:33 queue INFO >>83 [851] -2015-03-10 20:20:33 sendUrl INFO 83 [851] R:OK -2015-03-10 20:21:23 queue INFO >>83 [852] -2015-03-10 20:21:23 sendUrl INFO 83 [852] R:OK -2015-03-10 20:21:24 queue INFO 87 [853] -2015-03-10 20:21:25 queue INFO >87 [854] -2015-03-10 20:21:25 sendUrl INFO 87 [853] R:OK -2015-03-10 20:21:25 sendUrl INFO 87 [854] R:OK -2015-03-10 20:21:26 queue INFO 83 [855] -2015-03-10 20:21:26 sendUrl INFO 83 [855] R:OK -2015-03-10 20:21:26 queue INFO >83 [856] -2015-03-10 20:21:27 sendUrl INFO 83 [856] R:OK -2015-03-10 20:22:16 queue INFO >>83 [857] -2015-03-10 20:22:16 sendUrl INFO 83 [857] R:OK -2015-03-10 20:23:06 queue INFO >>83 [858] -2015-03-10 20:23:07 sendUrl INFO 83 [858] R:OK -2015-03-10 20:23:56 queue INFO >>83 [859] -2015-03-10 20:23:57 sendUrl INFO 83 [859] R:OK -2015-03-10 20:24:47 queue INFO >>83 [860] -2015-03-10 20:24:47 sendUrl INFO 83 [860] R:OK -2015-03-10 20:24:51 queue INFO 81 [861] -2015-03-10 20:24:51 queue INFO >81 [862] -2015-03-10 20:24:52 sendUrl INFO 81 [861] R:OK -2015-03-10 20:24:52 sendUrl INFO 81 [862] R:OK -2015-03-10 20:24:57 queue INFO 83 [863] -2015-03-10 20:24:57 queue INFO >83 [864] -2015-03-10 20:24:58 sendUrl INFO 83 [863] R:OK -2015-03-10 20:24:58 sendUrl INFO 83 [864] R:OK -2015-03-10 20:25:47 queue INFO >>83 [865] -2015-03-10 20:25:47 sendUrl INFO 83 [865] R:OK -2015-03-10 20:26:37 queue INFO >>83 [866] -2015-03-10 20:26:38 sendUrl INFO 83 [866] R:OK -2015-03-10 20:27:28 queue INFO >>83 [867] -2015-03-10 20:27:28 sendUrl INFO 83 [867] R:OK -2015-03-10 20:28:18 queue INFO >>83 [868] -2015-03-10 20:28:18 sendUrl INFO 83 [868] R:OK -2015-03-10 20:29:08 queue INFO >>83 [869] -2015-03-10 20:29:08 sendUrl INFO 83 [869] R:OK -2015-03-10 20:29:09 queue INFO C7 [870] -2015-03-10 20:29:10 queue INFO >C7 [871] -2015-03-10 20:29:10 sendUrl INFO C7 [870] R:OK -2015-03-10 20:29:10 sendUrl INFO C7 [871] R:OK -2015-03-10 20:29:11 queue INFO C3 [872] -2015-03-10 20:29:11 queue INFO >C3 [873] -2015-03-10 20:29:11 sendUrl INFO C3 [872] R:OK -2015-03-10 20:29:12 sendUrl INFO C3 [873] R:OK -2015-03-10 20:30:01 queue INFO >>C3 [874] -2015-03-10 20:30:02 sendUrl INFO C3 [874] R:OK -2015-03-10 20:30:51 queue INFO >>C3 [875] -2015-03-10 20:30:52 sendUrl INFO C3 [875] R:OK -2015-03-10 20:31:41 queue INFO >>C3 [876] -2015-03-10 20:31:42 sendUrl INFO C3 [876] R:OK -2015-03-10 20:32:32 queue INFO >>C3 [877] -2015-03-10 20:32:32 sendUrl INFO C3 [877] R:OK -2015-03-10 20:32:36 queue INFO C1 [878] -2015-03-10 20:32:36 queue INFO >C1 [879] -2015-03-10 20:32:37 sendUrl INFO C1 [878] R:OK -2015-03-10 20:32:37 sendUrl INFO C1 [879] R:OK -2015-03-10 20:32:42 queue INFO C3 [880] -2015-03-10 20:32:42 queue INFO >C3 [881] -2015-03-10 20:32:42 sendUrl INFO C3 [880] R:OK -2015-03-10 20:32:43 sendUrl INFO C3 [881] R:OK -2015-03-10 20:33:32 queue INFO >>C3 [882] -2015-03-10 20:33:32 sendUrl INFO C3 [882] R:OK -2015-03-10 20:34:22 queue INFO >>C3 [883] -2015-03-10 20:34:23 sendUrl INFO C3 [883] R:OK -2015-03-10 20:35:12 queue INFO >>C3 [884] -2015-03-10 20:35:13 sendUrl INFO C3 [884] R:OK -2015-03-10 20:36:02 queue INFO >>C3 [885] -2015-03-10 20:36:03 sendUrl INFO C3 [885] R:OK -2015-03-10 20:36:53 queue INFO >>C3 [886] -2015-03-10 20:36:53 sendUrl INFO C3 [886] R:OK -2015-03-10 20:36:55 queue INFO 83 [887] -2015-03-10 20:36:55 sendUrl INFO 83 [887] R:OK -2015-03-10 20:36:55 queue INFO 87 [888] -2015-03-10 20:36:55 queue INFO >87 [889] -2015-03-10 20:36:56 sendUrl INFO 87 [888] R:OK -2015-03-10 20:36:56 sendUrl INFO 87 [889] R:OK -2015-03-10 20:36:57 queue INFO 83 [890] -2015-03-10 20:36:57 queue INFO >83 [891] -2015-03-10 20:36:57 sendUrl INFO 83 [890] R:OK -2015-03-10 20:36:58 sendUrl INFO 83 [891] R:OK -2015-03-10 20:37:47 queue INFO >>83 [892] -2015-03-10 20:37:48 sendUrl INFO 83 [892] R:OK -2015-03-10 20:38:37 queue INFO >>83 [893] -2015-03-10 20:38:37 sendUrl INFO 83 [893] R:OK -2015-03-10 20:39:27 queue INFO >>83 [894] -2015-03-10 20:39:28 sendUrl INFO 83 [894] R:OK -2015-03-10 20:40:17 queue INFO >>83 [895] -2015-03-10 20:40:18 sendUrl INFO 83 [895] R:OK -2015-03-10 20:40:22 queue INFO 81 [896] -2015-03-10 20:40:22 queue INFO >81 [897] -2015-03-10 20:40:23 sendUrl INFO 81 [896] R:OK -2015-03-10 20:40:23 sendUrl INFO 81 [897] R:OK -2015-03-10 20:40:28 queue INFO 83 [898] -2015-03-10 20:40:28 queue INFO >83 [899] -2015-03-10 20:40:28 sendUrl INFO 83 [898] R:OK -2015-03-10 20:40:29 sendUrl INFO 83 [899] R:OK -2015-03-10 20:41:18 queue INFO >>83 [900] -2015-03-10 20:41:18 sendUrl INFO 83 [900] R:OK -2015-03-10 20:42:08 queue INFO >>83 [901] -2015-03-10 20:42:08 sendUrl INFO 83 [901] R:OK -2015-03-10 20:42:58 queue INFO >>83 [902] -2015-03-10 20:42:59 sendUrl INFO 83 [902] R:OK -2015-03-10 20:43:48 queue INFO >>83 [903] -2015-03-10 20:43:49 sendUrl INFO 83 [903] R:OK -2015-03-10 20:44:39 queue INFO >>83 [904] -2015-03-10 20:44:39 sendUrl INFO 83 [904] R:OK -2015-03-10 20:44:41 queue INFO 87 [905] -2015-03-10 20:44:41 queue INFO >87 [906] -2015-03-10 20:44:41 sendUrl INFO 87 [905] R:OK -2015-03-10 20:44:42 sendUrl INFO 87 [906] R:OK -2015-03-10 20:44:42 queue INFO 83 [907] -2015-03-10 20:44:43 queue INFO >83 [908] -2015-03-10 20:44:43 sendUrl INFO 83 [907] R:OK -2015-03-10 20:44:43 sendUrl INFO 83 [908] R:OK -2015-03-10 20:45:32 queue INFO >>83 [909] -2015-03-10 20:45:33 sendUrl INFO 83 [909] R:OK -2015-03-10 20:46:23 queue INFO >>83 [910] -2015-03-10 20:46:23 sendUrl INFO 83 [910] R:OK -2015-03-10 20:47:13 queue INFO >>83 [911] -2015-03-10 20:47:13 sendUrl INFO 83 [911] R:OK -2015-03-10 20:48:03 queue INFO >>83 [912] -2015-03-10 20:48:03 sendUrl INFO 83 [912] R:OK -2015-03-10 20:48:07 queue INFO 81 [913] -2015-03-10 20:48:07 queue INFO >81 [914] -2015-03-10 20:48:08 sendUrl INFO 81 [913] R:OK -2015-03-10 20:48:08 sendUrl INFO 81 [914] R:OK -2015-03-10 20:48:13 queue INFO 83 [915] -2015-03-10 20:48:14 queue INFO >83 [916] -2015-03-10 20:48:14 sendUrl INFO 83 [915] R:OK -2015-03-10 20:48:14 sendUrl INFO 83 [916] R:OK -2015-03-10 20:49:03 queue INFO >>83 [917] -2015-03-10 20:49:04 sendUrl INFO 83 [917] R:OK -2015-03-10 20:49:54 queue INFO >>83 [918] -2015-03-10 20:49:54 sendUrl INFO 83 [918] R:OK -2015-03-10 20:50:44 queue INFO >>83 [919] -2015-03-10 20:50:44 sendUrl INFO 83 [919] R:OK -2015-03-10 20:51:34 queue INFO >>83 [920] -2015-03-10 20:51:35 sendUrl INFO 83 [920] R:OK -2015-03-10 20:52:24 queue INFO >>83 [921] -2015-03-10 20:52:24 sendUrl INFO 83 [921] R:OK -2015-03-10 20:52:26 queue INFO 87 [922] -2015-03-10 20:52:26 queue INFO >87 [923] -2015-03-10 20:52:26 sendUrl INFO 87 [922] R:OK -2015-03-10 20:52:27 sendUrl INFO 87 [923] R:OK -2015-03-10 20:52:28 queue INFO 83 [924] -2015-03-10 20:52:28 sendUrl INFO 83 [924] R:OK -2015-03-10 20:52:28 queue INFO >83 [925] -2015-03-10 20:52:28 sendUrl INFO 83 [925] R:OK -2015-03-10 20:53:18 queue INFO >>83 [926] -2015-03-10 20:53:18 sendUrl INFO 83 [926] R:OK -2015-03-10 20:54:08 queue INFO >>83 [927] -2015-03-10 20:54:09 sendUrl INFO 83 [927] R:OK -2015-03-10 20:54:58 queue INFO >>83 [928] -2015-03-10 20:54:58 sendUrl INFO 83 [928] R:OK -2015-03-10 20:55:48 queue INFO >>83 [929] -2015-03-10 20:55:49 sendUrl INFO 83 [929] R:OK -2015-03-10 20:55:52 queue INFO 81 [930] -2015-03-10 20:55:52 queue INFO >81 [931] -2015-03-10 20:55:52 sendUrl INFO 81 [930] R:OK -2015-03-10 20:55:53 sendUrl INFO 81 [931] R:OK -2015-03-10 20:55:59 queue INFO 83 [932] -2015-03-10 20:55:59 queue INFO >83 [933] -2015-03-10 20:55:59 sendUrl INFO 83 [932] R:OK -2015-03-10 20:55:59 sendUrl INFO 83 [933] R:OK -2015-03-10 20:56:49 queue INFO >>83 [934] -2015-03-10 20:56:49 sendUrl INFO 83 [934] R:OK -2015-03-10 20:57:39 queue INFO >>83 [935] -2015-03-10 20:57:39 sendUrl INFO 83 [935] R:OK -2015-03-10 20:58:29 queue INFO >>83 [936] -2015-03-10 20:58:29 sendUrl INFO 83 [936] R:OK -2015-03-10 20:59:19 queue INFO >>83 [937] -2015-03-10 20:59:20 sendUrl INFO 83 [937] R:OK -2015-03-10 21:00:09 queue INFO >>83 [938] -2015-03-10 21:00:10 sendUrl INFO 83 [938] R:OK -2015-03-10 21:00:11 queue INFO 87 [939] -2015-03-10 21:00:11 queue INFO >87 [940] -2015-03-10 21:00:11 sendUrl INFO 87 [939] R:OK -2015-03-10 21:00:12 sendUrl INFO 87 [940] R:OK -2015-03-10 21:00:13 queue INFO 83 [941] -2015-03-10 21:00:13 queue INFO >83 [942] -2015-03-10 21:00:13 sendUrl INFO 83 [941] R:OK -2015-03-10 21:00:13 sendUrl INFO 83 [942] R:OK -2015-03-10 21:01:03 queue INFO >>83 [943] -2015-03-10 21:01:03 sendUrl INFO 83 [943] R:OK -2015-03-10 21:01:53 queue INFO >>83 [944] -2015-03-10 21:01:53 sendUrl INFO 83 [944] R:OK -2015-03-10 21:02:43 queue INFO >>83 [945] -2015-03-10 21:02:43 sendUrl INFO 83 [945] R:OK -2015-03-10 21:03:33 queue INFO >>83 [946] -2015-03-10 21:03:34 sendUrl INFO 83 [946] R:OK -2015-03-10 21:03:37 queue INFO 81 [947] -2015-03-10 21:03:37 queue INFO >81 [948] -2015-03-10 21:03:37 sendUrl INFO 81 [947] R:OK -2015-03-10 21:03:38 sendUrl INFO 81 [948] R:OK -2015-03-10 21:03:44 queue INFO 83 [949] -2015-03-10 21:03:44 queue INFO >83 [950] -2015-03-10 21:03:44 sendUrl INFO 83 [949] R:OK -2015-03-10 21:03:44 sendUrl INFO 83 [950] R:OK -2015-03-10 21:04:34 queue INFO >>83 [951] -2015-03-10 21:04:34 sendUrl INFO 83 [951] R:OK -2015-03-10 21:05:24 queue INFO >>83 [952] -2015-03-10 21:05:24 sendUrl INFO 83 [952] R:OK -2015-03-10 21:06:14 queue INFO >>83 [953] -2015-03-10 21:06:14 sendUrl INFO 83 [953] R:OK -2015-03-10 21:07:04 queue INFO >>83 [954] -2015-03-10 21:07:05 sendUrl INFO 83 [954] R:OK -2015-03-10 21:07:54 queue INFO >>83 [955] -2015-03-10 21:07:54 sendUrl INFO 83 [955] R:OK -2015-03-10 21:07:56 queue INFO 87 [956] -2015-03-10 21:07:56 queue INFO >87 [957] -2015-03-10 21:07:56 sendUrl INFO 87 [956] R:OK -2015-03-10 21:07:57 sendUrl INFO 87 [957] R:OK -2015-03-10 21:07:58 queue INFO 83 [958] -2015-03-10 21:07:58 queue INFO >83 [959] -2015-03-10 21:07:58 sendUrl INFO 83 [958] R:OK -2015-03-10 21:07:58 sendUrl INFO 83 [959] R:OK -2015-03-10 21:08:48 queue INFO >>83 [960] -2015-03-10 21:08:48 sendUrl INFO 83 [960] R:OK -2015-03-10 21:09:38 queue INFO >>83 [961] -2015-03-10 21:09:38 sendUrl INFO 83 [961] R:OK -2015-03-10 21:10:28 queue INFO >>83 [962] -2015-03-10 21:10:28 sendUrl INFO 83 [962] R:OK -2015-03-10 21:11:18 queue INFO >>83 [963] -2015-03-10 21:11:18 sendUrl INFO 83 [963] R:OK -2015-03-10 21:11:22 queue INFO 81 [964] -2015-03-10 21:11:22 queue INFO >81 [965] -2015-03-10 21:11:22 sendUrl INFO 81 [964] R:OK -2015-03-10 21:11:23 sendUrl INFO 81 [965] R:OK -2015-03-10 21:11:29 queue INFO 83 [966] -2015-03-10 21:11:29 queue INFO >83 [967] -2015-03-10 21:11:29 sendUrl INFO 83 [966] R:OK -2015-03-10 21:11:29 sendUrl INFO 83 [967] R:OK -2015-03-10 21:12:19 queue INFO >>83 [968] -2015-03-10 21:12:19 sendUrl INFO 83 [968] R:OK -2015-03-10 21:13:09 queue INFO >>83 [969] -2015-03-10 21:13:09 sendUrl INFO 83 [969] R:OK -2015-03-10 21:13:59 queue INFO >>83 [970] -2015-03-10 21:13:59 sendUrl INFO 83 [970] R:OK -2015-03-10 21:14:49 queue INFO >>83 [971] -2015-03-10 21:14:49 sendUrl INFO 83 [971] R:OK -2015-03-10 21:15:39 queue INFO >>83 [972] -2015-03-10 21:15:39 sendUrl INFO 83 [972] R:OK -2015-03-10 21:15:41 queue INFO C7 [973] -2015-03-10 21:15:41 queue INFO >C7 [974] -2015-03-10 21:15:42 sendUrl INFO C7 [973] R:OK -2015-03-10 21:15:42 sendUrl INFO C7 [974] R:OK -2015-03-10 21:15:43 queue INFO C3 [975] -2015-03-10 21:15:43 queue INFO >C3 [976] -2015-03-10 21:15:43 sendUrl INFO C3 [975] R:OK -2015-03-10 21:15:44 sendUrl INFO C3 [976] R:OK -2015-03-10 21:16:33 queue INFO >>C3 [977] -2015-03-10 21:16:33 sendUrl INFO C3 [977] R:OK -2015-03-10 21:17:23 queue INFO >>C3 [978] -2015-03-10 21:17:23 sendUrl INFO C3 [978] R:OK -2015-03-10 21:18:13 queue INFO >>C3 [979] -2015-03-10 21:18:13 sendUrl INFO C3 [979] R:OK -2015-03-10 21:19:03 queue INFO >>C3 [980] -2015-03-10 21:19:03 sendUrl INFO C3 [980] R:OK -2015-03-10 21:19:07 queue INFO C1 [981] -2015-03-10 21:19:07 queue INFO >C1 [982] -2015-03-10 21:19:07 sendUrl INFO C1 [981] R:OK -2015-03-10 21:19:08 sendUrl INFO C1 [982] R:OK -2015-03-10 21:19:13 queue INFO C3 [983] -2015-03-10 21:19:14 queue INFO >C3 [984] -2015-03-10 21:19:14 sendUrl INFO C3 [983] R:OK -2015-03-10 21:19:14 sendUrl INFO C3 [984] R:OK -2015-03-10 21:20:04 queue INFO >>C3 [985] -2015-03-10 21:20:04 sendUrl INFO C3 [985] R:OK -2015-03-10 21:20:54 queue INFO >>C3 [986] -2015-03-10 21:20:54 sendUrl INFO C3 [986] R:OK -2015-03-10 21:21:44 queue INFO >>C3 [987] -2015-03-10 21:21:44 sendUrl INFO C3 [987] R:OK -2015-03-10 21:22:34 queue INFO >>C3 [988] -2015-03-10 21:22:34 sendUrl INFO C3 [988] R:OK -2015-03-10 21:23:24 queue INFO >>C3 [989] -2015-03-10 21:23:25 sendUrl INFO C3 [989] R:OK -2015-03-10 21:23:26 queue INFO 83 [990] -2015-03-10 21:23:27 sendUrl INFO 83 [990] R:OK -2015-03-10 21:23:27 queue INFO >83 [991] -2015-03-10 21:23:27 sendUrl INFO 83 [991] R:OK -2015-03-10 21:24:04 queue INFO 87 [992] -2015-03-10 21:24:04 queue INFO >87 [993] -2015-03-10 21:24:04 sendUrl INFO 87 [992] R:OK -2015-03-10 21:24:05 sendUrl INFO 87 [993] R:OK -2015-03-10 21:24:05 queue INFO 83 [994] -2015-03-10 21:24:06 queue INFO >83 [995] -2015-03-10 21:24:06 sendUrl INFO 83 [994] R:OK -2015-03-10 21:24:06 sendUrl INFO 83 [995] R:OK -2015-03-10 21:24:55 queue INFO >>83 [996] -2015-03-10 21:24:56 sendUrl INFO 83 [996] R:OK -2015-03-10 21:25:46 queue INFO >>83 [997] -2015-03-10 21:25:46 sendUrl INFO 83 [997] R:OK -2015-03-10 21:26:36 queue INFO >>83 [998] -2015-03-10 21:26:36 sendUrl INFO 83 [998] R:OK -2015-03-10 21:27:26 queue INFO >>83 [999] -2015-03-10 21:27:26 sendUrl INFO 83 [999] R:OK -2015-03-10 21:27:30 queue INFO 81 [0] -2015-03-10 21:27:30 queue INFO >81 [1] -2015-03-10 21:27:30 sendUrl INFO 81 [0] R:OK -2015-03-10 21:27:31 sendUrl INFO 81 [1] R:OK -2015-03-10 21:27:36 queue INFO 83 [2] -2015-03-10 21:27:37 queue INFO >83 [3] -2015-03-10 21:27:37 sendUrl INFO 83 [2] R:OK -2015-03-10 21:27:37 sendUrl INFO 83 [3] R:OK -2015-03-10 21:28:27 queue INFO >>83 [4] -2015-03-10 21:28:27 sendUrl INFO 83 [4] R:OK -2015-03-10 21:29:17 queue INFO >>83 [5] -2015-03-10 21:29:17 sendUrl INFO 83 [5] R:OK -2015-03-10 21:30:07 queue INFO >>83 [6] -2015-03-10 21:30:07 sendUrl INFO 83 [6] R:OK -2015-03-10 21:30:57 queue INFO >>83 [7] -2015-03-10 21:30:58 sendUrl INFO 83 [7] R:OK -2015-03-10 21:31:47 queue INFO >>83 [8] -2015-03-10 21:31:47 sendUrl INFO 83 [8] R:OK -2015-03-10 21:31:49 queue INFO 87 [9] -2015-03-10 21:31:49 queue INFO >87 [10] -2015-03-10 21:31:49 sendUrl INFO 87 [9] R:OK -2015-03-10 21:31:50 sendUrl INFO 87 [10] R:OK -2015-03-10 21:31:51 queue INFO 83 [11] -2015-03-10 21:31:51 queue INFO >83 [12] -2015-03-10 21:31:51 sendUrl INFO 83 [11] R:OK -2015-03-10 21:31:51 sendUrl INFO 83 [12] R:OK -2015-03-10 21:32:41 queue INFO >>83 [13] -2015-03-10 21:32:41 sendUrl INFO 83 [13] R:OK -2015-03-10 21:33:31 queue INFO >>83 [14] -2015-03-10 21:33:31 sendUrl INFO 83 [14] R:OK -2015-03-10 21:34:21 queue INFO >>83 [15] -2015-03-10 21:34:21 sendUrl INFO 83 [15] R:OK -2015-03-10 21:35:11 queue INFO >>83 [16] -2015-03-10 21:35:12 sendUrl INFO 83 [16] R:OK -2015-03-10 21:35:15 queue INFO 81 [17] -2015-03-10 21:35:15 queue INFO >81 [18] -2015-03-10 21:35:15 sendUrl INFO 81 [17] R:OK -2015-03-10 21:35:16 sendUrl INFO 81 [18] R:OK -2015-03-10 21:35:21 queue INFO 83 [19] -2015-03-10 21:35:22 queue INFO >83 [20] -2015-03-10 21:35:22 sendUrl INFO 83 [19] R:OK -2015-03-10 21:35:22 sendUrl INFO 83 [20] R:OK -2015-03-10 21:36:12 queue INFO >>83 [21] -2015-03-10 21:36:12 sendUrl INFO 83 [21] R:OK -2015-03-10 21:37:02 queue INFO >>83 [22] -2015-03-10 21:37:02 sendUrl INFO 83 [22] R:OK -2015-03-10 21:37:52 queue INFO >>83 [23] -2015-03-10 21:37:52 sendUrl INFO 83 [23] R:OK -2015-03-10 21:38:42 queue INFO >>83 [24] -2015-03-10 21:38:43 sendUrl INFO 83 [24] R:OK -2015-03-10 21:39:32 queue INFO >>83 [25] -2015-03-10 21:39:32 sendUrl INFO 83 [25] R:OK -2015-03-10 21:39:34 queue INFO 87 [26] -2015-03-10 21:39:34 queue INFO >87 [27] -2015-03-10 21:39:34 sendUrl INFO 87 [26] R:OK -2015-03-10 21:39:35 sendUrl INFO 87 [27] R:OK -2015-03-10 21:39:36 queue INFO 83 [28] -2015-03-10 21:39:36 queue INFO >83 [29] -2015-03-10 21:39:36 sendUrl INFO 83 [28] R:OK -2015-03-10 21:39:36 sendUrl INFO 83 [29] R:OK -2015-03-10 21:40:26 queue INFO >>83 [30] -2015-03-10 21:40:26 sendUrl INFO 83 [30] R:OK -2015-03-10 21:41:16 queue INFO >>83 [31] -2015-03-10 21:41:16 sendUrl INFO 83 [31] R:OK -2015-03-10 21:42:06 queue INFO >>83 [32] -2015-03-10 21:42:06 sendUrl INFO 83 [32] R:OK -2015-03-10 21:42:56 queue INFO >>83 [33] -2015-03-10 21:42:57 sendUrl INFO 83 [33] R:OK -2015-03-10 21:43:00 queue INFO 81 [34] -2015-03-10 21:43:00 queue INFO >81 [35] -2015-03-10 21:43:00 sendUrl INFO 81 [34] R:OK -2015-03-10 21:43:01 sendUrl INFO 81 [35] R:OK -2015-03-10 21:43:07 queue INFO 83 [36] -2015-03-10 21:43:07 sendUrl INFO 83 [36] R:OK -2015-03-10 21:43:07 queue INFO >83 [37] -2015-03-10 21:43:07 sendUrl INFO 83 [37] R:OK -2015-03-10 21:43:57 queue INFO >>83 [38] -2015-03-10 21:43:57 sendUrl INFO 83 [38] R:OK -2015-03-10 21:44:47 queue INFO >>83 [39] -2015-03-10 21:44:47 sendUrl INFO 83 [39] R:OK -2015-03-10 21:45:37 queue INFO >>83 [40] -2015-03-10 21:45:37 sendUrl INFO 83 [40] R:OK -2015-03-10 21:46:27 queue INFO >>83 [41] -2015-03-10 21:46:28 sendUrl INFO 83 [41] R:OK -2015-03-10 21:47:17 queue INFO >>83 [42] -2015-03-10 21:47:18 sendUrl INFO 83 [42] R:OK -2015-03-10 21:47:19 queue INFO 87 [43] -2015-03-10 21:47:19 sendUrl INFO 87 [43] R:OK -2015-03-10 21:47:19 queue INFO >87 [44] -2015-03-10 21:47:19 sendUrl INFO 87 [44] R:OK -2015-03-10 21:47:20 queue INFO 83 [45] -2015-03-10 21:47:21 queue INFO >83 [46] -2015-03-10 21:47:21 sendUrl INFO 83 [45] R:OK -2015-03-10 21:47:21 sendUrl INFO 83 [46] R:OK -2015-03-10 21:48:11 queue INFO >>83 [47] -2015-03-10 21:48:11 sendUrl INFO 83 [47] R:OK -2015-03-10 21:49:01 queue INFO >>83 [48] -2015-03-10 21:49:01 sendUrl INFO 83 [48] R:OK -2015-03-10 21:49:51 queue INFO >>83 [49] -2015-03-10 21:49:51 sendUrl INFO 83 [49] R:OK -2015-03-10 21:50:41 queue INFO >>83 [50] -2015-03-10 21:50:41 sendUrl INFO 83 [50] R:OK -2015-03-10 21:50:45 queue INFO 81 [51] -2015-03-10 21:50:45 queue INFO >81 [52] -2015-03-10 21:50:45 sendUrl INFO 81 [51] R:OK -2015-03-10 21:50:46 sendUrl INFO 81 [52] R:OK -2015-03-10 21:50:51 queue INFO 83 [53] -2015-03-10 21:50:51 sendUrl INFO 83 [53] R:OK -2015-03-10 21:50:51 queue INFO >83 [54] -2015-03-10 21:50:52 sendUrl INFO 83 [54] R:OK -2015-03-10 21:51:41 queue INFO >>83 [55] -2015-03-10 21:51:42 sendUrl INFO 83 [55] R:OK -2015-03-10 21:52:27 queue INFO 81 [56] -2015-03-10 21:52:27 queue INFO >81 [57] -2015-03-10 21:52:27 sendUrl INFO 81 [56] R:OK -2015-03-10 21:52:28 sendUrl INFO 81 [57] R:OK -2015-03-10 21:53:17 queue INFO >>81 [58] -2015-03-10 21:53:17 sendUrl INFO 81 [58] R:OK -2015-03-10 21:54:07 queue INFO >>81 [59] -2015-03-10 21:54:07 sendUrl INFO 81 [59] R:OK -2015-03-10 21:54:57 queue INFO >>81 [60] -2015-03-10 21:54:57 sendUrl INFO 81 [60] R:OK -2015-03-10 21:55:47 queue INFO 91 [61] -2015-03-10 21:55:47 queue INFO >91 [62] -2015-03-10 21:55:47 sendUrl INFO 91 [61] R:OK -2015-03-10 21:55:48 sendUrl INFO 91 [62] R:OK -2015-03-10 21:56:37 queue INFO >>91 [63] -2015-03-10 21:56:38 sendUrl INFO 91 [63] R:OK -2015-03-10 21:57:27 queue INFO >>91 [64] -2015-03-10 21:57:27 sendUrl INFO 91 [64] R:OK -2015-03-10 21:58:17 queue INFO >>91 [65] -2015-03-10 21:58:18 sendUrl INFO 91 [65] R:OK -2015-03-10 21:59:07 queue INFO >>91 [66] -2015-03-10 21:59:08 sendUrl INFO 91 [66] R:OK -2015-03-10 21:59:58 queue INFO >>91 [67] -2015-03-10 21:59:58 sendUrl INFO 91 [67] R:OK -2015-03-10 22:00:48 queue INFO >>91 [68] -2015-03-10 22:00:48 sendUrl INFO 91 [68] R:OK -2015-03-10 22:01:38 queue INFO >>91 [69] -2015-03-10 22:01:38 sendUrl INFO 91 [69] R:OK -2015-03-10 22:02:28 queue INFO >>91 [70] -2015-03-10 22:02:28 sendUrl INFO 91 [70] R:OK -2015-03-10 22:03:18 queue INFO >>91 [71] -2015-03-10 22:03:18 sendUrl INFO 91 [71] R:OK -2015-03-10 22:04:08 queue INFO >>91 [72] -2015-03-10 22:04:09 sendUrl INFO 91 [72] R:OK -2015-03-10 22:04:58 queue INFO >>91 [73] -2015-03-10 22:04:59 sendUrl INFO 91 [73] R:OK -2015-03-10 22:05:32 queue INFO 81 [74] -2015-03-10 22:05:32 queue INFO >81 [75] -2015-03-10 22:05:32 sendUrl INFO 81 [74] R:OK -2015-03-10 22:05:33 sendUrl INFO 81 [75] R:OK -2015-03-10 22:05:47 queue INFO 83 [76] -2015-03-10 22:05:47 queue INFO >83 [77] -2015-03-10 22:05:47 sendUrl INFO 83 [76] R:OK -2015-03-10 22:05:48 sendUrl INFO 83 [77] R:OK -2015-03-10 22:06:11 queue INFO 87 [78] -2015-03-10 22:06:11 queue INFO >87 [79] -2015-03-10 22:06:11 sendUrl INFO 87 [78] R:OK -2015-03-10 22:06:12 sendUrl INFO 87 [79] R:OK -2015-03-10 22:06:12 queue INFO 83 [80] -2015-03-10 22:06:13 queue INFO >83 [81] -2015-03-10 22:06:13 sendUrl INFO 83 [80] R:OK -2015-03-10 22:06:13 sendUrl INFO 83 [81] R:OK -2015-03-10 22:07:03 queue INFO >>83 [82] -2015-03-10 22:07:03 sendUrl INFO 83 [82] R:OK -2015-03-10 22:07:53 queue INFO >>83 [83] -2015-03-10 22:07:53 sendUrl INFO 83 [83] R:OK -2015-03-10 22:08:43 queue INFO >>83 [84] -2015-03-10 22:08:43 sendUrl INFO 83 [84] R:OK -2015-03-10 22:09:33 queue INFO >>83 [85] -2015-03-10 22:09:33 sendUrl INFO 83 [85] R:OK -2015-03-10 22:09:37 queue INFO 81 [86] -2015-03-10 22:09:37 queue INFO >81 [87] -2015-03-10 22:09:37 sendUrl INFO 81 [86] R:OK -2015-03-10 22:09:38 sendUrl INFO 81 [87] R:OK -2015-03-10 22:09:43 queue INFO 83 [88] -2015-03-10 22:09:44 queue INFO >83 [89] -2015-03-10 22:09:44 sendUrl INFO 83 [88] R:OK -2015-03-10 22:09:44 sendUrl INFO 83 [89] R:OK -2015-03-10 22:10:33 queue INFO >>83 [90] -2015-03-10 22:10:34 sendUrl INFO 83 [90] R:OK -2015-03-10 22:11:24 queue INFO >>83 [91] -2015-03-10 22:11:24 sendUrl INFO 83 [91] R:OK -2015-03-10 22:12:14 queue INFO >>83 [92] -2015-03-10 22:12:14 sendUrl INFO 83 [92] R:OK -2015-03-10 22:13:04 queue INFO >>83 [93] -2015-03-10 22:13:04 sendUrl INFO 83 [93] R:OK -2015-03-10 22:13:54 queue INFO >>83 [94] -2015-03-10 22:13:54 sendUrl INFO 83 [94] R:OK -2015-03-10 22:13:56 queue INFO 87 [95] -2015-03-10 22:13:56 queue INFO >87 [96] -2015-03-10 22:13:56 sendUrl INFO 87 [95] R:OK -2015-03-10 22:13:57 sendUrl INFO 87 [96] R:OK -2015-03-10 22:13:58 queue INFO 83 [97] -2015-03-10 22:13:58 queue INFO >83 [98] -2015-03-10 22:13:58 sendUrl INFO 83 [97] R:OK -2015-03-10 22:13:58 sendUrl INFO 83 [98] R:OK -2015-03-10 22:14:48 queue INFO >>83 [99] -2015-03-10 22:14:48 sendUrl INFO 83 [99] R:OK -2015-03-10 22:15:38 queue INFO >>83 [100] -2015-03-10 22:15:38 sendUrl INFO 83 [100] R:OK -2015-03-10 22:16:28 queue INFO >>83 [101] -2015-03-10 22:16:28 sendUrl INFO 83 [101] R:OK -2015-03-10 22:17:18 queue INFO >>83 [102] -2015-03-10 22:17:19 sendUrl INFO 83 [102] R:OK -2015-03-10 22:17:22 queue INFO 81 [103] -2015-03-10 22:17:22 queue INFO >81 [104] -2015-03-10 22:17:22 sendUrl INFO 81 [103] R:OK -2015-03-10 22:17:23 sendUrl INFO 81 [104] R:OK -2015-03-10 22:17:29 queue INFO 83 [105] -2015-03-10 22:17:29 queue INFO >83 [106] -2015-03-10 22:17:29 sendUrl INFO 83 [105] R:OK -2015-03-10 22:17:29 sendUrl INFO 83 [106] R:OK -2015-03-10 22:18:19 queue INFO >>83 [107] -2015-03-10 22:18:19 sendUrl INFO 83 [107] R:OK -2015-03-10 22:19:09 queue INFO >>83 [108] -2015-03-10 22:19:09 sendUrl INFO 83 [108] R:OK -2015-03-10 22:19:59 queue INFO >>83 [109] -2015-03-10 22:19:59 sendUrl INFO 83 [109] R:OK -2015-03-10 22:20:49 queue INFO >>83 [110] -2015-03-10 22:20:50 sendUrl INFO 83 [110] R:OK -2015-03-10 22:21:39 queue INFO >>83 [111] -2015-03-10 22:21:39 sendUrl INFO 83 [111] R:OK -2015-03-10 22:21:41 queue INFO 87 [112] -2015-03-10 22:21:41 queue INFO >87 [113] -2015-03-10 22:21:42 sendUrl INFO 87 [112] R:OK -2015-03-10 22:21:42 sendUrl INFO 87 [113] R:OK -2015-03-10 22:21:43 queue INFO 83 [114] -2015-03-10 22:21:43 queue INFO >83 [115] -2015-03-10 22:21:43 sendUrl INFO 83 [114] R:OK -2015-03-10 22:21:44 sendUrl INFO 83 [115] R:OK -2015-03-10 22:22:33 queue INFO >>83 [116] -2015-03-10 22:22:33 sendUrl INFO 83 [116] R:OK -2015-03-10 22:23:23 queue INFO >>83 [117] -2015-03-10 22:23:23 sendUrl INFO 83 [117] R:OK -2015-03-10 22:24:13 queue INFO >>83 [118] -2015-03-10 22:24:13 sendUrl INFO 83 [118] R:OK -2015-03-10 22:25:03 queue INFO >>83 [119] -2015-03-10 22:25:03 sendUrl INFO 83 [119] R:OK -2015-03-10 22:25:07 queue INFO 81 [120] -2015-03-10 22:25:07 queue INFO >81 [121] -2015-03-10 22:25:07 sendUrl INFO 81 [120] R:OK -2015-03-10 22:25:08 sendUrl INFO 81 [121] R:OK -2015-03-10 22:25:14 queue INFO 83 [122] -2015-03-10 22:25:14 queue INFO >83 [123] -2015-03-10 22:25:14 sendUrl INFO 83 [122] R:OK -2015-03-10 22:25:14 sendUrl INFO 83 [123] R:OK -2015-03-10 22:26:04 queue INFO >>83 [124] -2015-03-10 22:26:04 sendUrl INFO 83 [124] R:OK -2015-03-10 22:26:54 queue INFO >>83 [125] -2015-03-10 22:26:54 sendUrl INFO 83 [125] R:OK -2015-03-10 22:27:44 queue INFO >>83 [126] -2015-03-10 22:27:44 sendUrl INFO 83 [126] R:OK -2015-03-10 22:28:34 queue INFO >>83 [127] -2015-03-10 22:28:35 sendUrl INFO 83 [127] R:OK -2015-03-10 22:29:24 queue INFO >>83 [128] -2015-03-10 22:29:25 sendUrl INFO 83 [128] R:OK -2015-03-10 22:29:26 queue INFO 87 [129] -2015-03-10 22:29:26 queue INFO >87 [130] -2015-03-10 22:29:27 sendUrl INFO 87 [129] R:OK -2015-03-10 22:29:27 sendUrl INFO 87 [130] R:OK -2015-03-10 22:29:28 queue INFO 83 [131] -2015-03-10 22:29:28 queue INFO >83 [132] -2015-03-10 22:29:28 sendUrl INFO 83 [131] R:OK -2015-03-10 22:29:29 sendUrl INFO 83 [132] R:OK -2015-03-10 22:30:18 queue INFO >>83 [133] -2015-03-10 22:30:18 sendUrl INFO 83 [133] R:OK -2015-03-10 22:31:08 queue INFO >>83 [134] -2015-03-10 22:31:08 sendUrl INFO 83 [134] R:OK -2015-03-10 22:31:58 queue INFO >>83 [135] -2015-03-10 22:31:59 sendUrl INFO 83 [135] R:OK -2015-03-10 22:32:48 queue INFO >>83 [136] -2015-03-10 22:32:48 sendUrl INFO 83 [136] R:OK -2015-03-10 22:32:52 queue INFO 81 [137] -2015-03-10 22:32:52 queue INFO >81 [138] -2015-03-10 22:32:52 sendUrl INFO 81 [137] R:OK -2015-03-10 22:32:53 sendUrl INFO 81 [138] R:OK -2015-03-10 22:32:58 queue INFO 83 [139] -2015-03-10 22:32:59 queue INFO >83 [140] -2015-03-10 22:32:59 sendUrl INFO 83 [139] R:OK -2015-03-10 22:32:59 sendUrl INFO 83 [140] R:OK -2015-03-10 22:33:49 queue INFO >>83 [141] -2015-03-10 22:33:49 sendUrl INFO 83 [141] R:OK -2015-03-10 22:34:39 queue INFO >>83 [142] -2015-03-10 22:34:39 sendUrl INFO 83 [142] R:OK -2015-03-10 22:35:29 queue INFO >>83 [143] -2015-03-10 22:35:29 sendUrl INFO 83 [143] R:OK -2015-03-10 22:36:19 queue INFO >>83 [144] -2015-03-10 22:36:19 sendUrl INFO 83 [144] R:OK -2015-03-10 22:37:09 queue INFO >>83 [145] -2015-03-10 22:37:10 sendUrl INFO 83 [145] R:OK -2015-03-10 22:37:11 queue INFO C7 [146] -2015-03-10 22:37:11 sendUrl INFO C7 [146] R:OK -2015-03-10 22:37:11 queue INFO >C7 [147] -2015-03-10 22:37:12 sendUrl INFO C7 [147] R:OK -2015-03-10 22:37:13 queue INFO C3 [148] -2015-03-10 22:37:13 queue INFO >C3 [149] -2015-03-10 22:37:13 sendUrl INFO C3 [148] R:OK -2015-03-10 22:37:14 sendUrl INFO C3 [149] R:OK -2015-03-10 22:38:03 queue INFO >>C3 [150] -2015-03-10 22:38:03 sendUrl INFO C3 [150] R:OK -2015-03-10 22:38:53 queue INFO >>C3 [151] -2015-03-10 22:38:53 sendUrl INFO C3 [151] R:OK -2015-03-10 22:39:43 queue INFO >>C3 [152] -2015-03-10 22:39:44 sendUrl INFO C3 [152] R:OK -2015-03-10 22:40:33 queue INFO >>C3 [153] -2015-03-10 22:40:33 sendUrl INFO C3 [153] R:OK -2015-03-10 22:40:37 queue INFO C1 [154] -2015-03-10 22:40:37 queue INFO >C1 [155] -2015-03-10 22:40:37 sendUrl INFO C1 [154] R:OK -2015-03-10 22:40:38 sendUrl INFO C1 [155] R:OK -2015-03-10 22:40:43 queue INFO C3 [156] -2015-03-10 22:40:44 queue INFO >C3 [157] -2015-03-10 22:40:44 sendUrl INFO C3 [156] R:OK -2015-03-10 22:40:44 sendUrl INFO C3 [157] R:OK -2015-03-10 22:41:34 queue INFO >>C3 [158] -2015-03-10 22:41:34 sendUrl INFO C3 [158] R:OK -2015-03-10 22:42:24 queue INFO >>C3 [159] -2015-03-10 22:42:24 sendUrl INFO C3 [159] R:OK -2015-03-10 22:43:14 queue INFO >>C3 [160] -2015-03-10 22:43:14 sendUrl INFO C3 [160] R:OK -2015-03-10 22:44:04 queue INFO >>C3 [161] -2015-03-10 22:44:04 sendUrl INFO C3 [161] R:OK -2015-03-10 22:44:54 queue INFO >>C3 [162] -2015-03-10 22:44:55 sendUrl INFO C3 [162] R:OK -2015-03-10 22:44:56 queue INFO 83 [163] -2015-03-10 22:44:57 queue INFO 87 [164] -2015-03-10 22:44:57 sendUrl INFO 83 [163] R:OK -2015-03-10 22:44:57 queue INFO >87 [165] -2015-03-10 22:44:57 sendUrl INFO 87 [164] R:OK -2015-03-10 22:44:58 sendUrl INFO 87 [165] R:OK -2015-03-10 22:44:58 queue INFO 83 [166] -2015-03-10 22:44:58 queue INFO >83 [167] -2015-03-10 22:44:59 sendUrl INFO 83 [166] R:OK -2015-03-10 22:44:59 sendUrl INFO 83 [167] R:OK -2015-03-10 22:45:48 queue INFO >>83 [168] -2015-03-10 22:45:48 sendUrl INFO 83 [168] R:OK -2015-03-10 22:46:39 queue INFO >>83 [169] -2015-03-10 22:46:39 sendUrl INFO 83 [169] R:OK -2015-03-10 22:47:29 queue INFO >>83 [170] -2015-03-10 22:47:29 sendUrl INFO 83 [170] R:OK -2015-03-10 22:48:19 queue INFO >>83 [171] -2015-03-10 22:48:19 sendUrl INFO 83 [171] R:OK -2015-03-10 22:48:23 queue INFO 81 [172] -2015-03-10 22:48:23 queue INFO >81 [173] -2015-03-10 22:48:24 sendUrl INFO 81 [172] R:OK -2015-03-10 22:48:24 sendUrl INFO 81 [173] R:OK -2015-03-10 22:48:29 queue INFO 83 [174] -2015-03-10 22:48:29 queue INFO >83 [175] -2015-03-10 22:48:30 sendUrl INFO 83 [174] R:OK -2015-03-10 22:48:30 sendUrl INFO 83 [175] R:OK -2015-03-10 22:49:19 queue INFO >>83 [176] -2015-03-10 22:49:20 sendUrl INFO 83 [176] R:OK -2015-03-10 22:50:10 queue INFO >>83 [177] -2015-03-10 22:50:10 sendUrl INFO 83 [177] R:OK -2015-03-10 22:51:00 queue INFO >>83 [178] -2015-03-10 22:51:00 sendUrl INFO 83 [178] R:OK -2015-03-10 22:51:50 queue INFO >>83 [179] -2015-03-10 22:51:50 sendUrl INFO 83 [179] R:OK -2015-03-10 22:52:40 queue INFO >>83 [180] -2015-03-10 22:52:40 sendUrl INFO 83 [180] R:OK -2015-03-10 22:52:42 queue INFO 87 [181] -2015-03-10 22:52:42 queue INFO >87 [182] -2015-03-10 22:52:43 sendUrl INFO 87 [181] R:OK -2015-03-10 22:52:43 sendUrl INFO 87 [182] R:OK -2015-03-10 22:52:44 queue INFO 83 [183] -2015-03-10 22:52:44 queue INFO >83 [184] -2015-03-10 22:52:44 sendUrl INFO 83 [183] R:OK -2015-03-10 22:52:45 sendUrl INFO 83 [184] R:OK -2015-03-10 22:53:34 queue INFO >>83 [185] -2015-03-10 22:53:35 sendUrl INFO 83 [185] R:OK -2015-03-10 22:54:24 queue INFO >>83 [186] -2015-03-10 22:54:24 sendUrl INFO 83 [186] R:OK -2015-03-10 22:55:14 queue INFO >>83 [187] -2015-03-10 22:55:15 sendUrl INFO 83 [187] R:OK -2015-03-10 22:56:04 queue INFO >>83 [188] -2015-03-10 22:56:05 sendUrl INFO 83 [188] R:OK -2015-03-10 22:56:08 queue INFO 81 [189] -2015-03-10 22:56:08 queue INFO >81 [190] -2015-03-10 22:56:09 sendUrl INFO 81 [189] R:OK -2015-03-10 22:56:09 sendUrl INFO 81 [190] R:OK -2015-03-10 22:56:15 queue INFO 83 [191] -2015-03-10 22:56:15 queue INFO >83 [192] -2015-03-10 22:56:15 sendUrl INFO 83 [191] R:OK -2015-03-10 22:56:16 sendUrl INFO 83 [192] R:OK -2015-03-10 22:57:05 queue INFO >>83 [193] -2015-03-10 22:57:05 sendUrl INFO 83 [193] R:OK -2015-03-10 22:57:55 queue INFO >>83 [194] -2015-03-10 22:57:55 sendUrl INFO 83 [194] R:OK -2015-03-10 22:58:45 queue INFO >>83 [195] -2015-03-10 22:58:46 sendUrl INFO 83 [195] R:OK -2015-03-10 22:59:35 queue INFO >>83 [196] -2015-03-10 22:59:35 sendUrl INFO 83 [196] R:OK -2015-03-10 23:00:25 queue INFO >>83 [197] -2015-03-10 23:00:26 sendUrl INFO 83 [197] R:OK -2015-03-10 23:00:27 queue INFO 87 [198] -2015-03-10 23:00:28 queue INFO >87 [199] -2015-03-10 23:00:28 sendUrl INFO 87 [198] R:OK -2015-03-10 23:00:28 sendUrl INFO 87 [199] R:OK -2015-03-10 23:00:29 queue INFO 83 [200] -2015-03-10 23:00:29 queue INFO >83 [201] -2015-03-10 23:00:29 sendUrl INFO 83 [200] R:OK -2015-03-10 23:00:30 sendUrl INFO 83 [201] R:OK -2015-03-10 23:01:19 queue INFO >>83 [202] -2015-03-10 23:01:20 sendUrl INFO 83 [202] R:OK -2015-03-10 23:02:09 queue INFO >>83 [203] -2015-03-10 23:02:10 sendUrl INFO 83 [203] R:OK -2015-03-10 23:03:00 queue INFO >>83 [204] -2015-03-10 23:03:00 sendUrl INFO 83 [204] R:OK -2015-03-10 23:03:50 queue INFO >>83 [205] -2015-03-10 23:03:50 sendUrl INFO 83 [205] R:OK -2015-03-10 23:03:54 queue INFO 81 [206] -2015-03-10 23:03:54 queue INFO >81 [207] -2015-03-10 23:03:55 sendUrl INFO 81 [206] R:OK -2015-03-10 23:03:55 sendUrl INFO 81 [207] R:OK -2015-03-10 23:04:00 queue INFO 83 [208] -2015-03-10 23:04:00 queue INFO >83 [209] -2015-03-10 23:04:00 sendUrl INFO 83 [208] R:OK -2015-03-10 23:04:01 sendUrl INFO 83 [209] R:OK -2015-03-10 23:04:50 queue INFO >>83 [210] -2015-03-10 23:04:50 sendUrl INFO 83 [210] R:OK -2015-03-10 23:05:40 queue INFO >>83 [211] -2015-03-10 23:05:41 sendUrl INFO 83 [211] R:OK -2015-03-10 23:06:30 queue INFO >>83 [212] -2015-03-10 23:06:31 sendUrl INFO 83 [212] R:OK -2015-03-10 23:07:21 queue INFO >>83 [213] -2015-03-10 23:07:21 sendUrl INFO 83 [213] R:OK -2015-03-10 23:08:11 queue INFO >>83 [214] -2015-03-10 23:08:11 sendUrl INFO 83 [214] R:OK -2015-03-10 23:08:12 queue INFO 87 [215] -2015-03-10 23:08:13 queue INFO >87 [216] -2015-03-10 23:08:13 sendUrl INFO 87 [215] R:OK -2015-03-10 23:08:13 sendUrl INFO 87 [216] R:OK -2015-03-10 23:08:14 queue INFO 83 [217] -2015-03-10 23:08:14 queue INFO >83 [218] -2015-03-10 23:08:14 sendUrl INFO 83 [217] R:OK -2015-03-10 23:08:15 sendUrl INFO 83 [218] R:OK -2015-03-10 23:09:04 queue INFO >>83 [219] -2015-03-10 23:09:04 sendUrl INFO 83 [219] R:OK -2015-03-10 23:09:54 queue INFO >>83 [220] -2015-03-10 23:09:54 sendUrl INFO 83 [220] R:OK -2015-03-10 23:10:44 queue INFO >>83 [221] -2015-03-10 23:10:45 sendUrl INFO 83 [221] R:OK -2015-03-10 23:11:35 queue INFO >>83 [222] -2015-03-10 23:11:35 sendUrl INFO 83 [222] R:OK -2015-03-10 23:11:39 queue INFO 81 [223] -2015-03-10 23:11:39 queue INFO >81 [224] -2015-03-10 23:11:39 sendUrl INFO 81 [223] R:OK -2015-03-10 23:11:40 sendUrl INFO 81 [224] R:OK -2015-03-10 23:11:45 queue INFO 83 [225] -2015-03-10 23:11:45 queue INFO >83 [226] -2015-03-10 23:11:45 sendUrl INFO 83 [225] R:OK -2015-03-10 23:11:46 sendUrl INFO 83 [226] R:OK -2015-03-10 23:12:35 queue INFO >>83 [227] -2015-03-10 23:12:36 sendUrl INFO 83 [227] R:OK -2015-03-10 23:13:25 queue INFO >>83 [228] -2015-03-10 23:13:25 sendUrl INFO 83 [228] R:OK -2015-03-10 23:14:15 queue INFO >>83 [229] -2015-03-10 23:14:16 sendUrl INFO 83 [229] R:OK -2015-03-10 23:15:06 queue INFO >>83 [230] -2015-03-10 23:15:06 sendUrl INFO 83 [230] R:OK -2015-03-10 23:15:56 queue INFO >>83 [231] -2015-03-10 23:15:56 sendUrl INFO 83 [231] R:OK -2015-03-10 23:15:57 queue INFO 87 [232] -2015-03-10 23:15:57 queue INFO >87 [233] -2015-03-10 23:15:58 sendUrl INFO 87 [232] R:OK -2015-03-10 23:15:58 sendUrl INFO 87 [233] R:OK -2015-03-10 23:15:59 queue INFO 83 [234] -2015-03-10 23:15:59 queue INFO >83 [235] -2015-03-10 23:15:59 sendUrl INFO 83 [234] R:OK -2015-03-10 23:16:00 sendUrl INFO 83 [235] R:OK -2015-03-10 23:16:49 queue INFO >>83 [236] -2015-03-10 23:16:49 sendUrl INFO 83 [236] R:OK -2015-03-10 23:17:39 queue INFO >>83 [237] -2015-03-10 23:17:40 sendUrl INFO 83 [237] R:OK -2015-03-10 23:18:29 queue INFO >>83 [238] -2015-03-10 23:18:30 sendUrl INFO 83 [238] R:OK -2015-03-10 23:19:19 queue INFO >>83 [239] -2015-03-10 23:19:20 sendUrl INFO 83 [239] R:OK -2015-03-10 23:19:24 queue INFO 81 [240] -2015-03-10 23:19:24 queue INFO >81 [241] -2015-03-10 23:19:24 sendUrl INFO 81 [240] R:OK -2015-03-10 23:19:25 sendUrl INFO 81 [241] R:OK -2015-03-10 23:19:30 queue INFO 83 [242] -2015-03-10 23:19:30 queue INFO >83 [243] -2015-03-10 23:19:30 sendUrl INFO 83 [242] R:OK -2015-03-10 23:19:31 sendUrl INFO 83 [243] R:OK -2015-03-10 23:20:20 queue INFO >>83 [244] -2015-03-10 23:20:20 sendUrl INFO 83 [244] R:OK -2015-03-10 23:21:10 queue INFO >>83 [245] -2015-03-10 23:21:10 sendUrl INFO 83 [245] R:OK -2015-03-10 23:22:00 queue INFO >>83 [246] -2015-03-10 23:22:01 sendUrl INFO 83 [246] R:OK -2015-03-10 23:22:50 queue INFO >>83 [247] -2015-03-10 23:22:51 sendUrl INFO 83 [247] R:OK -2015-03-10 23:23:41 queue INFO >>83 [248] -2015-03-10 23:23:41 sendUrl INFO 83 [248] R:OK -2015-03-10 23:23:42 queue INFO C7 [249] -2015-03-10 23:23:43 queue INFO >C7 [250] -2015-03-10 23:23:43 sendUrl INFO C7 [249] R:OK -2015-03-10 23:23:43 sendUrl INFO C7 [250] R:OK -2015-03-10 23:23:44 queue INFO C3 [251] -2015-03-10 23:23:44 queue INFO >C3 [252] -2015-03-10 23:23:44 sendUrl INFO C3 [251] R:OK -2015-03-10 23:23:45 sendUrl INFO C3 [252] R:OK -2015-03-10 23:24:34 queue INFO >>C3 [253] -2015-03-10 23:24:34 sendUrl INFO C3 [253] R:OK -2015-03-10 23:25:24 queue INFO >>C3 [254] -2015-03-10 23:25:25 sendUrl INFO C3 [254] R:OK -2015-03-10 23:26:14 queue INFO >>C3 [255] -2015-03-10 23:26:15 sendUrl INFO C3 [255] R:OK -2015-03-10 23:27:05 queue INFO >>C3 [256] -2015-03-10 23:27:05 sendUrl INFO C3 [256] R:OK -2015-03-10 23:27:09 queue INFO C1 [257] -2015-03-10 23:27:09 queue INFO >C1 [258] -2015-03-10 23:27:09 sendUrl INFO C1 [257] R:OK -2015-03-10 23:27:10 sendUrl INFO C1 [258] R:OK -2015-03-10 23:27:15 queue INFO C3 [259] -2015-03-10 23:27:15 queue INFO >C3 [260] -2015-03-10 23:27:15 sendUrl INFO C3 [259] R:OK -2015-03-10 23:27:16 sendUrl INFO C3 [260] R:OK -2015-03-10 23:28:05 queue INFO >>C3 [261] -2015-03-10 23:28:05 sendUrl INFO C3 [261] R:OK -2015-03-10 23:28:55 queue INFO >>C3 [262] -2015-03-10 23:28:55 sendUrl INFO C3 [262] R:OK -2015-03-10 23:29:45 queue INFO >>C3 [263] -2015-03-10 23:29:46 sendUrl INFO C3 [263] R:OK -2015-03-10 23:30:35 queue INFO >>C3 [264] -2015-03-10 23:30:36 sendUrl INFO C3 [264] R:OK -2015-03-10 23:31:26 queue INFO >>C3 [265] -2015-03-10 23:31:26 sendUrl INFO C3 [265] R:OK -2015-03-10 23:31:28 queue INFO 83 [266] -2015-03-10 23:31:28 sendUrl INFO 83 [266] R:OK -2015-03-10 23:31:28 queue INFO 87 [267] -2015-03-10 23:31:28 queue INFO >87 [268] -2015-03-10 23:31:28 sendUrl INFO 87 [267] R:OK -2015-03-10 23:31:29 sendUrl INFO 87 [268] R:OK -2015-03-10 23:31:30 queue INFO 83 [269] -2015-03-10 23:31:30 queue INFO >83 [270] -2015-03-10 23:31:30 sendUrl INFO 83 [269] R:OK -2015-03-10 23:31:30 sendUrl INFO 83 [270] R:OK -2015-03-10 23:32:20 queue INFO >>83 [271] -2015-03-10 23:32:20 sendUrl INFO 83 [271] R:OK -2015-03-10 23:33:10 queue INFO >>83 [272] -2015-03-10 23:33:10 sendUrl INFO 83 [272] R:OK -2015-03-10 23:34:00 queue INFO >>83 [273] -2015-03-10 23:34:00 sendUrl INFO 83 [273] R:OK -2015-03-10 23:34:50 queue INFO >>83 [274] -2015-03-10 23:34:51 sendUrl INFO 83 [274] R:OK -2015-03-10 23:34:54 queue INFO 81 [275] -2015-03-10 23:34:54 queue INFO >81 [276] -2015-03-10 23:34:54 sendUrl INFO 81 [275] R:OK -2015-03-10 23:34:55 sendUrl INFO 81 [276] R:OK -2015-03-10 23:35:01 queue INFO 83 [277] -2015-03-10 23:35:01 queue INFO >83 [278] -2015-03-10 23:35:01 sendUrl INFO 83 [277] R:OK -2015-03-10 23:35:01 sendUrl INFO 83 [278] R:OK -2015-03-10 23:35:51 queue INFO >>83 [279] -2015-03-10 23:35:51 sendUrl INFO 83 [279] R:OK -2015-03-10 23:36:41 queue INFO >>83 [280] -2015-03-10 23:36:42 sendUrl INFO 83 [280] R:OK -2015-03-10 23:37:31 queue INFO >>83 [281] -2015-03-10 23:37:31 sendUrl INFO 83 [281] R:OK -2015-03-10 23:38:21 queue INFO >>83 [282] -2015-03-10 23:38:22 sendUrl INFO 83 [282] R:OK -2015-03-10 23:39:11 queue INFO >>83 [283] -2015-03-10 23:39:11 sendUrl INFO 83 [283] R:OK -2015-03-10 23:39:14 queue INFO 87 [284] -2015-03-10 23:39:14 queue INFO >87 [285] -2015-03-10 23:39:14 sendUrl INFO 87 [284] R:OK -2015-03-10 23:39:15 sendUrl INFO 87 [285] R:OK -2015-03-10 23:39:15 queue INFO 83 [286] -2015-03-10 23:39:15 queue INFO >83 [287] -2015-03-10 23:39:16 sendUrl INFO 83 [286] R:OK -2015-03-10 23:39:16 sendUrl INFO 83 [287] R:OK -2015-03-10 23:40:05 queue INFO >>83 [288] -2015-03-10 23:40:06 sendUrl INFO 83 [288] R:OK -2015-03-10 23:40:56 queue INFO >>83 [289] -2015-03-10 23:40:56 sendUrl INFO 83 [289] R:OK -2015-03-10 23:41:46 queue INFO >>83 [290] -2015-03-10 23:41:46 sendUrl INFO 83 [290] R:OK -2015-03-10 23:42:36 queue INFO >>83 [291] -2015-03-10 23:42:36 sendUrl INFO 83 [291] R:OK -2015-03-10 23:42:40 queue INFO 81 [292] -2015-03-10 23:42:40 queue INFO >81 [293] -2015-03-10 23:42:40 sendUrl INFO 81 [292] R:OK -2015-03-10 23:42:41 sendUrl INFO 81 [293] R:OK -2015-03-10 23:42:46 queue INFO 83 [294] -2015-03-10 23:42:46 queue INFO >83 [295] -2015-03-10 23:42:46 sendUrl INFO 83 [294] R:OK -2015-03-10 23:42:47 sendUrl INFO 83 [295] R:OK -2015-03-10 23:43:36 queue INFO >>83 [296] -2015-03-10 23:43:37 sendUrl INFO 83 [296] R:OK -2015-03-10 23:44:26 queue INFO >>83 [297] -2015-03-10 23:44:27 sendUrl INFO 83 [297] R:OK -2015-03-10 23:45:17 queue INFO >>83 [298] -2015-03-10 23:45:17 sendUrl INFO 83 [298] R:OK -2015-03-10 23:46:07 queue INFO >>83 [299] -2015-03-10 23:46:07 sendUrl INFO 83 [299] R:OK -2015-03-10 23:46:57 queue INFO >>83 [300] -2015-03-10 23:46:57 sendUrl INFO 83 [300] R:OK -2015-03-10 23:46:59 queue INFO 87 [301] -2015-03-10 23:46:59 queue INFO >87 [302] -2015-03-10 23:46:59 sendUrl INFO 87 [301] R:OK -2015-03-10 23:47:00 sendUrl INFO 87 [302] R:OK -2015-03-10 23:47:00 queue INFO 83 [303] -2015-03-10 23:47:01 sendUrl INFO 83 [303] R:OK -2015-03-10 23:47:01 queue INFO >83 [304] -2015-03-10 23:47:01 sendUrl INFO 83 [304] R:OK -2015-03-10 23:47:51 queue INFO >>83 [305] -2015-03-10 23:47:51 sendUrl INFO 83 [305] R:OK -2015-03-10 23:48:41 queue INFO >>83 [306] -2015-03-10 23:48:41 sendUrl INFO 83 [306] R:OK -2015-03-10 23:49:31 queue INFO >>83 [307] -2015-03-10 23:49:31 sendUrl INFO 83 [307] R:OK -2015-03-10 23:50:21 queue INFO >>83 [308] -2015-03-10 23:50:21 sendUrl INFO 83 [308] R:OK -2015-03-10 23:50:25 queue INFO 81 [309] -2015-03-10 23:50:25 queue INFO >81 [310] -2015-03-10 23:50:25 sendUrl INFO 81 [309] R:OK -2015-03-10 23:50:26 sendUrl INFO 81 [310] R:OK -2015-03-10 23:50:31 queue INFO 83 [311] -2015-03-10 23:50:31 sendUrl INFO 83 [311] R:OK -2015-03-10 23:50:31 queue INFO >83 [312] -2015-03-10 23:50:32 sendUrl INFO 83 [312] R:OK -2015-03-10 23:51:21 queue INFO >>83 [313] -2015-03-10 23:51:22 sendUrl INFO 83 [313] R:OK -2015-03-10 23:52:12 queue INFO >>83 [314] -2015-03-10 23:52:12 sendUrl INFO 83 [314] R:OK -2015-03-10 23:53:02 queue INFO >>83 [315] -2015-03-10 23:53:02 sendUrl INFO 83 [315] R:OK -2015-03-10 23:53:52 queue INFO >>83 [316] -2015-03-10 23:53:52 sendUrl INFO 83 [316] R:OK -2015-03-10 23:54:42 queue INFO >>83 [317] -2015-03-10 23:54:43 sendUrl INFO 83 [317] R:OK -2015-03-10 23:54:44 queue INFO 87 [318] -2015-03-10 23:54:44 queue INFO >87 [319] -2015-03-10 23:54:44 sendUrl INFO 87 [318] R:OK -2015-03-10 23:54:45 sendUrl INFO 87 [319] R:OK -2015-03-10 23:54:45 queue INFO 83 [320] -2015-03-10 23:54:45 queue INFO >83 [321] -2015-03-10 23:54:46 sendUrl INFO 83 [320] R:OK -2015-03-10 23:54:46 sendUrl INFO 83 [321] R:OK -2015-03-10 23:55:35 queue INFO >>83 [322] -2015-03-10 23:55:36 sendUrl INFO 83 [322] R:OK -2015-03-10 23:56:26 queue INFO >>83 [323] -2015-03-10 23:56:26 sendUrl INFO 83 [323] R:OK -2015-03-10 23:57:16 queue INFO >>83 [324] -2015-03-10 23:57:16 sendUrl INFO 83 [324] R:OK -2015-03-10 23:58:06 queue INFO >>83 [325] -2015-03-10 23:58:06 sendUrl INFO 83 [325] R:OK -2015-03-10 23:58:10 queue INFO 81 [326] -2015-03-10 23:58:10 queue INFO >81 [327] -2015-03-10 23:58:10 sendUrl INFO 81 [326] R:OK -2015-03-10 23:58:11 sendUrl INFO 81 [327] R:OK -2015-03-10 23:58:16 queue INFO 83 [328] -2015-03-10 23:58:17 queue INFO >83 [329] -2015-03-10 23:58:17 sendUrl INFO 83 [328] R:OK -2015-03-10 23:58:17 sendUrl INFO 83 [329] R:OK -2015-03-10 23:59:06 queue INFO >>83 [330] -2015-03-10 23:59:07 sendUrl INFO 83 [330] R:OK -2015-03-10 23:59:57 queue INFO >>83 [331] -2015-03-10 23:59:57 sendUrl INFO 83 [331] R:OK -2015-03-11 00:00:47 queue INFO >>83 [332] -2015-03-11 00:00:47 sendUrl INFO 83 [332] R:OK -2015-03-11 00:01:37 queue INFO >>83 [333] -2015-03-11 00:01:37 sendUrl INFO 83 [333] R:OK -2015-03-11 00:02:27 queue INFO >>83 [334] -2015-03-11 00:02:28 sendUrl INFO 83 [334] R:OK -2015-03-11 00:02:29 queue INFO 87 [335] -2015-03-11 00:02:29 queue INFO >87 [336] -2015-03-11 00:02:29 sendUrl INFO 87 [335] R:OK -2015-03-11 00:02:30 sendUrl INFO 87 [336] R:OK -2015-03-11 00:02:30 queue INFO 83 [337] -2015-03-11 00:02:30 queue INFO >83 [338] -2015-03-11 00:02:31 sendUrl INFO 83 [337] R:OK -2015-03-11 00:02:31 sendUrl INFO 83 [338] R:OK -2015-03-11 00:03:20 queue INFO >>83 [339] -2015-03-11 00:03:21 sendUrl INFO 83 [339] R:OK -2015-03-11 00:04:11 queue INFO >>83 [340] -2015-03-11 00:04:11 sendUrl INFO 83 [340] R:OK -2015-03-11 00:05:01 queue INFO >>83 [341] -2015-03-11 00:05:01 sendUrl INFO 83 [341] R:OK -2015-03-11 00:05:51 queue INFO >>83 [342] -2015-03-11 00:05:51 sendUrl INFO 83 [342] R:OK -2015-03-11 00:05:55 queue INFO 81 [343] -2015-03-11 00:05:55 sendUrl INFO 81 [343] R:OK -2015-03-11 00:05:55 queue INFO >81 [344] -2015-03-11 00:05:56 sendUrl INFO 81 [344] R:OK -2015-03-11 00:06:01 queue INFO 83 [345] -2015-03-11 00:06:01 queue INFO >83 [346] -2015-03-11 00:06:02 sendUrl INFO 83 [345] R:OK -2015-03-11 00:06:02 sendUrl INFO 83 [346] R:OK -2015-03-11 00:06:51 queue INFO >>83 [347] -2015-03-11 00:06:51 sendUrl INFO 83 [347] R:OK -2015-03-11 00:07:41 queue INFO >>83 [348] -2015-03-11 00:07:42 sendUrl INFO 83 [348] R:OK -2015-03-11 00:08:32 queue INFO >>83 [349] -2015-03-11 00:08:32 sendUrl INFO 83 [349] R:OK -2015-03-11 00:09:22 queue INFO >>83 [350] -2015-03-11 00:09:22 sendUrl INFO 83 [350] R:OK -2015-03-11 00:10:12 queue INFO >>83 [351] -2015-03-11 00:10:12 sendUrl INFO 83 [351] R:OK -2015-03-11 00:10:14 queue INFO C7 [352] -2015-03-11 00:10:14 queue INFO >C7 [353] -2015-03-11 00:10:14 sendUrl INFO C7 [352] R:OK -2015-03-11 00:10:15 sendUrl INFO C7 [353] R:OK -2015-03-11 00:10:15 queue INFO C3 [354] -2015-03-11 00:10:16 queue INFO >C3 [355] -2015-03-11 00:10:16 sendUrl INFO C3 [354] R:OK -2015-03-11 00:10:16 sendUrl INFO C3 [355] R:OK -2015-03-11 00:11:05 queue INFO >>C3 [356] -2015-03-11 00:11:06 sendUrl INFO C3 [356] R:OK -2015-03-11 00:11:56 queue INFO >>C3 [357] -2015-03-11 00:11:56 sendUrl INFO C3 [357] R:OK -2015-03-11 00:12:46 queue INFO >>C3 [358] -2015-03-11 00:12:46 sendUrl INFO C3 [358] R:OK -2015-03-11 00:13:36 queue INFO >>C3 [359] -2015-03-11 00:13:36 sendUrl INFO C3 [359] R:OK -2015-03-11 00:13:40 queue INFO C1 [360] -2015-03-11 00:13:40 sendUrl INFO C1 [360] R:OK -2015-03-11 00:13:40 queue INFO >C1 [361] -2015-03-11 00:13:41 sendUrl INFO C1 [361] R:OK -2015-03-11 00:13:46 queue INFO C3 [362] -2015-03-11 00:13:46 queue INFO >C3 [363] -2015-03-11 00:13:47 sendUrl INFO C3 [362] R:OK -2015-03-11 00:13:47 sendUrl INFO C3 [363] R:OK -2015-03-11 00:14:36 queue INFO >>C3 [364] -2015-03-11 00:14:36 sendUrl INFO C3 [364] R:OK -2015-03-11 00:15:26 queue INFO >>C3 [365] -2015-03-11 00:15:27 sendUrl INFO C3 [365] R:OK -2015-03-11 00:16:17 queue INFO >>C3 [366] -2015-03-11 00:16:17 sendUrl INFO C3 [366] R:OK -2015-03-11 00:17:07 queue INFO >>C3 [367] -2015-03-11 00:17:07 sendUrl INFO C3 [367] R:OK -2015-03-11 00:17:57 queue INFO >>C3 [368] -2015-03-11 00:17:57 sendUrl INFO C3 [368] R:OK -2015-03-11 00:17:59 queue INFO 83 [369] -2015-03-11 00:17:59 sendUrl INFO 83 [369] R:OK -2015-03-11 00:17:59 queue INFO >83 [370] -2015-03-11 00:18:00 sendUrl INFO 83 [370] R:OK -2015-03-11 00:18:36 queue INFO 87 [371] -2015-03-11 00:18:37 queue INFO >87 [372] -2015-03-11 00:18:37 sendUrl INFO 87 [371] R:OK -2015-03-11 00:18:38 sendUrl INFO 87 [372] R:OK -2015-03-11 00:18:38 queue INFO 83 [373] -2015-03-11 00:18:38 queue INFO >83 [374] -2015-03-11 00:18:39 sendUrl INFO 83 [373] R:OK -2015-03-11 00:18:39 sendUrl INFO 83 [374] R:OK -2015-03-11 00:19:28 queue INFO >>83 [375] -2015-03-11 00:19:28 sendUrl INFO 83 [375] R:OK -2015-03-11 00:20:18 queue INFO >>83 [376] -2015-03-11 00:20:19 sendUrl INFO 83 [376] R:OK -2015-03-11 00:21:09 queue INFO >>83 [377] -2015-03-11 00:21:09 sendUrl INFO 83 [377] R:OK -2015-03-11 00:21:59 queue INFO >>83 [378] -2015-03-11 00:21:59 sendUrl INFO 83 [378] R:OK -2015-03-11 00:22:03 queue INFO 81 [379] -2015-03-11 00:22:03 queue INFO >81 [380] -2015-03-11 00:22:03 sendUrl INFO 81 [379] R:OK -2015-03-11 00:22:04 sendUrl INFO 81 [380] R:OK -2015-03-11 00:22:09 queue INFO 83 [381] -2015-03-11 00:22:09 queue INFO >83 [382] -2015-03-11 00:22:09 sendUrl INFO 83 [381] R:OK -2015-03-11 00:22:10 sendUrl INFO 83 [382] R:OK -2015-03-11 00:22:59 queue INFO >>83 [383] -2015-03-11 00:23:00 sendUrl INFO 83 [383] R:OK -2015-03-11 00:23:49 queue INFO >>83 [384] -2015-03-11 00:23:50 sendUrl INFO 83 [384] R:OK -2015-03-11 00:24:40 queue INFO >>83 [385] -2015-03-11 00:24:40 sendUrl INFO 83 [385] R:OK -2015-03-11 00:25:30 queue INFO >>83 [386] -2015-03-11 00:25:30 sendUrl INFO 83 [386] R:OK -2015-03-11 00:26:20 queue INFO >>83 [387] -2015-03-11 00:26:20 sendUrl INFO 83 [387] R:OK -2015-03-11 00:26:22 queue INFO 87 [388] -2015-03-11 00:26:22 queue INFO >87 [389] -2015-03-11 00:26:22 sendUrl INFO 87 [388] R:OK -2015-03-11 00:26:23 sendUrl INFO 87 [389] R:OK -2015-03-11 00:26:23 queue INFO 83 [390] -2015-03-11 00:26:23 queue INFO >83 [391] -2015-03-11 00:26:24 sendUrl INFO 83 [390] R:OK -2015-03-11 00:26:24 sendUrl INFO 83 [391] R:OK -2015-03-11 00:27:13 queue INFO >>83 [392] -2015-03-11 00:27:14 sendUrl INFO 83 [392] R:OK -2015-03-11 00:28:04 queue INFO >>83 [393] -2015-03-11 00:28:04 sendUrl INFO 83 [393] R:OK -2015-03-11 00:28:54 queue INFO >>83 [394] -2015-03-11 00:28:54 sendUrl INFO 83 [394] R:OK -2015-03-11 00:29:44 queue INFO >>83 [395] -2015-03-11 00:29:44 sendUrl INFO 83 [395] R:OK -2015-03-11 00:29:48 queue INFO 81 [396] -2015-03-11 00:29:48 queue INFO >81 [397] -2015-03-11 00:29:48 sendUrl INFO 81 [396] R:OK -2015-03-11 00:29:49 sendUrl INFO 81 [397] R:OK -2015-03-11 00:29:54 queue INFO 83 [398] -2015-03-11 00:29:54 queue INFO >83 [399] -2015-03-11 00:29:54 sendUrl INFO 83 [398] R:OK -2015-03-11 00:29:55 sendUrl INFO 83 [399] R:OK -2015-03-11 00:30:44 queue INFO >>83 [400] -2015-03-11 00:30:45 sendUrl INFO 83 [400] R:OK -2015-03-11 00:31:34 queue INFO >>83 [401] -2015-03-11 00:31:35 sendUrl INFO 83 [401] R:OK -2015-03-11 00:32:25 queue INFO >>83 [402] -2015-03-11 00:32:25 sendUrl INFO 83 [402] R:OK -2015-03-11 00:33:15 queue INFO >>83 [403] -2015-03-11 00:33:15 sendUrl INFO 83 [403] R:OK -2015-03-11 00:34:05 queue INFO >>83 [404] -2015-03-11 00:34:05 sendUrl INFO 83 [404] R:OK -2015-03-11 00:34:17 queue INFO 81 [405] -2015-03-11 00:34:17 queue INFO >81 [406] -2015-03-11 00:34:17 sendUrl INFO 81 [405] R:OK -2015-03-11 00:34:18 sendUrl INFO 81 [406] R:OK -2015-03-11 00:34:33 queue INFO 91 [407] -2015-03-11 00:34:33 queue INFO >91 [408] -2015-03-11 00:34:33 sendUrl INFO 91 [407] R:OK -2015-03-11 00:34:33 sendUrl INFO 91 [408] R:OK -2015-03-11 00:35:23 queue INFO >>91 [409] -2015-03-11 00:35:23 sendUrl INFO 91 [409] R:OK -2015-03-11 00:36:13 queue INFO >>91 [410] -2015-03-11 00:36:13 sendUrl INFO 91 [410] R:OK -2015-03-11 00:37:03 queue INFO >>91 [411] -2015-03-11 00:37:03 sendUrl INFO 91 [411] R:OK -2015-03-11 00:37:53 queue INFO >>91 [412] -2015-03-11 00:37:54 sendUrl INFO 91 [412] R:OK -2015-03-11 00:38:43 queue INFO >>91 [413] -2015-03-11 00:38:44 sendUrl INFO 91 [413] R:OK -2015-03-11 00:39:34 queue INFO >>91 [414] -2015-03-11 00:39:34 sendUrl INFO 91 [414] R:OK -2015-03-11 00:40:24 queue INFO >>91 [415] -2015-03-11 00:40:24 sendUrl INFO 91 [415] R:OK -2015-03-11 00:41:14 queue INFO >>91 [416] -2015-03-11 00:41:14 sendUrl INFO 91 [416] R:OK -2015-03-11 00:42:04 queue INFO >>91 [417] -2015-03-11 00:42:04 sendUrl INFO 91 [417] R:OK -2015-03-11 00:42:44 queue INFO 81 [418] -2015-03-11 00:42:44 queue INFO >81 [419] -2015-03-11 00:42:45 sendUrl INFO 81 [418] R:OK -2015-03-11 00:42:45 sendUrl INFO 81 [419] R:OK -2015-03-11 00:43:07 queue INFO 83 [420] -2015-03-11 00:43:07 queue INFO >83 [421] -2015-03-11 00:43:07 sendUrl INFO 83 [420] R:OK -2015-03-11 00:43:08 sendUrl INFO 83 [421] R:OK -2015-03-11 00:43:32 queue INFO 87 [422] -2015-03-11 00:43:32 queue INFO >87 [423] -2015-03-11 00:43:32 sendUrl INFO 87 [422] R:OK -2015-03-11 00:43:33 sendUrl INFO 87 [423] R:OK -2015-03-11 00:43:34 queue INFO 83 [424] -2015-03-11 00:43:34 sendUrl INFO 83 [424] R:OK -2015-03-11 00:43:34 queue INFO >83 [425] -2015-03-11 00:43:34 sendUrl INFO 83 [425] R:OK -2015-03-11 00:44:24 queue INFO >>83 [426] -2015-03-11 00:44:24 sendUrl INFO 83 [426] R:OK -2015-03-11 00:45:14 queue INFO >>83 [427] -2015-03-11 00:45:14 sendUrl INFO 83 [427] R:OK -2015-03-11 00:46:04 queue INFO >>83 [428] -2015-03-11 00:46:04 sendUrl INFO 83 [428] R:OK -2015-03-11 00:46:54 queue INFO >>83 [429] -2015-03-11 00:46:55 sendUrl INFO 83 [429] R:OK -2015-03-11 00:46:58 queue INFO 81 [430] -2015-03-11 00:46:58 queue INFO >81 [431] -2015-03-11 00:46:59 sendUrl INFO 81 [430] R:OK -2015-03-11 00:46:59 sendUrl INFO 81 [431] R:OK -2015-03-11 00:47:05 queue INFO 83 [432] -2015-03-11 00:47:05 queue INFO >83 [433] -2015-03-11 00:47:05 sendUrl INFO 83 [432] R:OK -2015-03-11 00:47:06 sendUrl INFO 83 [433] R:OK -2015-03-11 00:47:55 queue INFO >>83 [434] -2015-03-11 00:47:55 sendUrl INFO 83 [434] R:OK -2015-03-11 00:48:45 queue INFO >>83 [435] -2015-03-11 00:48:45 sendUrl INFO 83 [435] R:OK -2015-03-11 00:49:35 queue INFO >>83 [436] -2015-03-11 00:49:36 sendUrl INFO 83 [436] R:OK -2015-03-11 00:50:25 queue INFO >>83 [437] -2015-03-11 00:50:26 sendUrl INFO 83 [437] R:OK -2015-03-11 00:51:15 queue INFO >>83 [438] -2015-03-11 00:51:16 sendUrl INFO 83 [438] R:OK -2015-03-11 00:51:17 queue INFO 87 [439] -2015-03-11 00:51:18 queue INFO >87 [440] -2015-03-11 00:51:18 sendUrl INFO 87 [439] R:OK -2015-03-11 00:51:18 sendUrl INFO 87 [440] R:OK -2015-03-11 00:51:19 queue INFO 83 [441] -2015-03-11 00:51:19 queue INFO >83 [442] -2015-03-11 00:51:19 sendUrl INFO 83 [441] R:OK -2015-03-11 00:51:20 sendUrl INFO 83 [442] R:OK -2015-03-11 00:52:09 queue INFO >>83 [443] -2015-03-11 00:52:10 sendUrl INFO 83 [443] R:OK -2015-03-11 00:52:59 queue INFO >>83 [444] -2015-03-11 00:53:00 sendUrl INFO 83 [444] R:OK -2015-03-11 00:53:50 queue INFO >>83 [445] -2015-03-11 00:53:50 sendUrl INFO 83 [445] R:OK -2015-03-11 00:54:40 queue INFO >>83 [446] -2015-03-11 00:54:40 sendUrl INFO 83 [446] R:OK -2015-03-11 00:54:44 queue INFO 81 [447] -2015-03-11 00:54:44 queue INFO >81 [448] -2015-03-11 00:54:44 sendUrl INFO 81 [447] R:OK -2015-03-11 00:54:45 sendUrl INFO 81 [448] R:OK -2015-03-11 00:54:50 queue INFO 83 [449] -2015-03-11 00:54:50 queue INFO >83 [450] -2015-03-11 00:54:50 sendUrl INFO 83 [449] R:OK -2015-03-11 00:54:51 sendUrl INFO 83 [450] R:OK -2015-03-11 00:55:40 queue INFO >>83 [451] -2015-03-11 00:55:41 sendUrl INFO 83 [451] R:OK -2015-03-11 00:56:30 queue INFO >>83 [452] -2015-03-11 00:56:30 sendUrl INFO 83 [452] R:OK -2015-03-11 00:57:20 queue INFO >>83 [453] -2015-03-11 00:57:21 sendUrl INFO 83 [453] R:OK -2015-03-11 00:58:11 queue INFO >>83 [454] -2015-03-11 00:58:11 sendUrl INFO 83 [454] R:OK -2015-03-11 00:59:01 queue INFO >>83 [455] -2015-03-11 00:59:01 sendUrl INFO 83 [455] R:OK -2015-03-11 00:59:02 queue INFO 87 [456] -2015-03-11 00:59:02 sendUrl INFO 87 [456] R:OK -2015-03-11 00:59:03 queue INFO >87 [457] -2015-03-11 00:59:03 sendUrl INFO 87 [457] R:OK -2015-03-11 00:59:04 queue INFO 83 [458] -2015-03-11 00:59:04 queue INFO >83 [459] -2015-03-11 00:59:04 sendUrl INFO 83 [458] R:OK -2015-03-11 00:59:05 sendUrl INFO 83 [459] R:OK -2015-03-11 00:59:54 queue INFO >>83 [460] -2015-03-11 00:59:54 sendUrl INFO 83 [460] R:OK -2015-03-11 01:00:44 queue INFO >>83 [461] -2015-03-11 01:00:45 sendUrl INFO 83 [461] R:OK -2015-03-11 01:01:34 queue INFO >>83 [462] -2015-03-11 01:01:35 sendUrl INFO 83 [462] R:OK -2015-03-11 01:02:25 queue INFO >>83 [463] -2015-03-11 01:02:25 sendUrl INFO 83 [463] R:OK -2015-03-11 01:02:29 queue INFO 81 [464] -2015-03-11 01:02:29 queue INFO >81 [465] -2015-03-11 01:02:29 sendUrl INFO 81 [464] R:OK -2015-03-11 01:02:30 sendUrl INFO 81 [465] R:OK -2015-03-11 01:02:35 queue INFO 83 [466] -2015-03-11 01:02:35 queue INFO >83 [467] -2015-03-11 01:02:35 sendUrl INFO 83 [466] R:OK -2015-03-11 01:02:36 sendUrl INFO 83 [467] R:OK -2015-03-11 01:03:25 queue INFO >>83 [468] -2015-03-11 01:03:25 sendUrl INFO 83 [468] R:OK -2015-03-11 01:04:15 queue INFO >>83 [469] -2015-03-11 01:04:15 sendUrl INFO 83 [469] R:OK -2015-03-11 01:05:05 queue INFO >>83 [470] -2015-03-11 01:05:06 sendUrl INFO 83 [470] R:OK -2015-03-11 01:05:55 queue INFO >>83 [471] -2015-03-11 01:05:56 sendUrl INFO 83 [471] R:OK -2015-03-11 01:06:46 queue INFO >>83 [472] -2015-03-11 01:06:46 sendUrl INFO 83 [472] R:OK -2015-03-11 01:06:47 queue INFO 87 [473] -2015-03-11 01:06:47 queue INFO >87 [474] -2015-03-11 01:06:47 sendUrl INFO 87 [473] R:OK -2015-03-11 01:06:48 sendUrl INFO 87 [474] R:OK -2015-03-11 01:06:49 queue INFO 83 [475] -2015-03-11 01:06:49 queue INFO >83 [476] -2015-03-11 01:06:49 sendUrl INFO 83 [475] R:OK -2015-03-11 01:06:49 sendUrl INFO 83 [476] R:OK -2015-03-11 01:07:39 queue INFO >>83 [477] -2015-03-11 01:07:39 sendUrl INFO 83 [477] R:OK -2015-03-11 01:08:29 queue INFO >>83 [478] -2015-03-11 01:08:30 sendUrl INFO 83 [478] R:OK -2015-03-11 01:09:19 queue INFO >>83 [479] -2015-03-11 01:09:19 sendUrl INFO 83 [479] R:OK -2015-03-11 01:10:09 queue INFO >>83 [480] -2015-03-11 01:10:10 sendUrl INFO 83 [480] R:OK -2015-03-11 01:10:13 queue INFO 81 [481] -2015-03-11 01:10:13 queue INFO >81 [482] -2015-03-11 01:10:13 sendUrl INFO 81 [481] R:OK -2015-03-11 01:10:14 sendUrl INFO 81 [482] R:OK -2015-03-11 01:10:20 queue INFO 83 [483] -2015-03-11 01:10:20 queue INFO >83 [484] -2015-03-11 01:10:20 sendUrl INFO 83 [483] R:OK -2015-03-11 01:10:21 sendUrl INFO 83 [484] R:OK -2015-03-11 01:11:10 queue INFO >>83 [485] -2015-03-11 01:11:10 sendUrl INFO 83 [485] R:OK -2015-03-11 01:12:00 queue INFO >>83 [486] -2015-03-11 01:12:01 sendUrl INFO 83 [486] R:OK -2015-03-11 01:12:50 queue INFO >>83 [487] -2015-03-11 01:12:50 sendUrl INFO 83 [487] R:OK -2015-03-11 01:13:40 queue INFO >>83 [488] -2015-03-11 01:13:41 sendUrl INFO 83 [488] R:OK -2015-03-11 01:14:31 queue INFO >>83 [489] -2015-03-11 01:14:31 sendUrl INFO 83 [489] R:OK -2015-03-11 01:14:32 queue INFO C7 [490] -2015-03-11 01:14:32 queue INFO >C7 [491] -2015-03-11 01:14:33 sendUrl INFO C7 [490] R:OK -2015-03-11 01:14:33 sendUrl INFO C7 [491] R:OK -2015-03-11 01:14:34 queue INFO C3 [492] -2015-03-11 01:14:34 queue INFO >C3 [493] -2015-03-11 01:14:34 sendUrl INFO C3 [492] R:OK -2015-03-11 01:14:35 sendUrl INFO C3 [493] R:OK -2015-03-11 01:15:24 queue INFO >>C3 [494] -2015-03-11 01:15:24 sendUrl INFO C3 [494] R:OK -2015-03-11 01:16:14 queue INFO >>C3 [495] -2015-03-11 01:16:14 sendUrl INFO C3 [495] R:OK -2015-03-11 01:17:04 queue INFO >>C3 [496] -2015-03-11 01:17:04 sendUrl INFO C3 [496] R:OK -2015-03-11 01:17:54 queue INFO >>C3 [497] -2015-03-11 01:17:55 sendUrl INFO C3 [497] R:OK -2015-03-11 01:17:58 queue INFO C1 [498] -2015-03-11 01:17:58 queue INFO >C1 [499] -2015-03-11 01:17:58 sendUrl INFO C1 [498] R:OK -2015-03-11 01:17:59 sendUrl INFO C1 [499] R:OK -2015-03-11 01:18:05 queue INFO C3 [500] -2015-03-11 01:18:05 sendUrl INFO C3 [500] R:OK -2015-03-11 01:18:05 queue INFO >C3 [501] -2015-03-11 01:18:05 sendUrl INFO C3 [501] R:OK -2015-03-11 01:18:55 queue INFO >>C3 [502] -2015-03-11 01:18:55 sendUrl INFO C3 [502] R:OK -2015-03-11 01:19:45 queue INFO >>C3 [503] -2015-03-11 01:19:46 sendUrl INFO C3 [503] R:OK -2015-03-11 01:20:35 queue INFO >>C3 [504] -2015-03-11 01:20:35 sendUrl INFO C3 [504] R:OK -2015-03-11 01:21:25 queue INFO >>C3 [505] -2015-03-11 01:21:26 sendUrl INFO C3 [505] R:OK -2015-03-11 01:22:16 queue INFO >>C3 [506] -2015-03-11 01:22:16 sendUrl INFO C3 [506] R:OK -2015-03-11 01:22:18 queue INFO 83 [507] -2015-03-11 01:22:18 queue INFO 87 [508] -2015-03-11 01:22:18 sendUrl INFO 83 [507] R:OK -2015-03-11 01:22:18 queue INFO >87 [509] -2015-03-11 01:22:19 sendUrl INFO 87 [508] R:OK -2015-03-11 01:22:19 sendUrl INFO 87 [509] R:OK -2015-03-11 01:22:20 queue INFO 83 [510] -2015-03-11 01:22:20 queue INFO >83 [511] -2015-03-11 01:22:20 sendUrl INFO 83 [510] R:OK -2015-03-11 01:22:21 sendUrl INFO 83 [511] R:OK -2015-03-11 01:23:10 queue INFO >>83 [512] -2015-03-11 01:23:10 sendUrl INFO 83 [512] R:OK -2015-03-11 01:24:00 queue INFO >>83 [513] -2015-03-11 01:24:00 sendUrl INFO 83 [513] R:OK -2015-03-11 01:24:50 queue INFO >>83 [514] -2015-03-11 01:24:51 sendUrl INFO 83 [514] R:OK -2015-03-11 01:25:40 queue INFO >>83 [515] -2015-03-11 01:25:40 sendUrl INFO 83 [515] R:OK -2015-03-11 01:25:44 queue INFO 81 [516] -2015-03-11 01:25:44 queue INFO >81 [517] -2015-03-11 01:25:44 sendUrl INFO 81 [516] R:OK -2015-03-11 01:25:45 sendUrl INFO 81 [517] R:OK -2015-03-11 01:25:51 queue INFO 83 [518] -2015-03-11 01:25:51 queue INFO >83 [519] -2015-03-11 01:25:51 sendUrl INFO 83 [518] R:OK -2015-03-11 01:25:51 sendUrl INFO 83 [519] R:OK -2015-03-11 01:26:41 queue INFO >>83 [520] -2015-03-11 01:26:41 sendUrl INFO 83 [520] R:OK -2015-03-11 01:27:31 queue INFO >>83 [521] -2015-03-11 01:27:31 sendUrl INFO 83 [521] R:OK -2015-03-11 01:28:21 queue INFO >>83 [522] -2015-03-11 01:28:21 sendUrl INFO 83 [522] R:OK -2015-03-11 01:29:11 queue INFO >>83 [523] -2015-03-11 01:29:12 sendUrl INFO 83 [523] R:OK -2015-03-11 01:30:01 queue INFO >>83 [524] -2015-03-11 01:30:02 sendUrl INFO 83 [524] R:OK -2015-03-11 01:30:04 queue INFO 87 [525] -2015-03-11 01:30:04 queue INFO >87 [526] -2015-03-11 01:30:04 sendUrl INFO 87 [525] R:OK -2015-03-11 01:30:05 sendUrl INFO 87 [526] R:OK -2015-03-11 01:30:05 queue INFO 83 [527] -2015-03-11 01:30:05 sendUrl INFO 83 [527] R:OK -2015-03-11 01:30:05 queue INFO >83 [528] -2015-03-11 01:30:06 sendUrl INFO 83 [528] R:OK -2015-03-11 01:30:55 queue INFO >>83 [529] -2015-03-11 01:30:55 sendUrl INFO 83 [529] R:OK -2015-03-11 01:31:45 queue INFO >>83 [530] -2015-03-11 01:31:46 sendUrl INFO 83 [530] R:OK -2015-03-11 01:32:35 queue INFO >>83 [531] -2015-03-11 01:32:36 sendUrl INFO 83 [531] R:OK -2015-03-11 01:33:26 queue INFO >>83 [532] -2015-03-11 01:33:26 sendUrl INFO 83 [532] R:OK -2015-03-11 01:33:30 queue INFO 81 [533] -2015-03-11 01:33:30 queue INFO >81 [534] -2015-03-11 01:33:31 sendUrl INFO 81 [533] R:OK -2015-03-11 01:33:31 sendUrl INFO 81 [534] R:OK -2015-03-11 01:33:36 queue INFO 83 [535] -2015-03-11 01:33:36 queue INFO >83 [536] -2015-03-11 01:33:37 sendUrl INFO 83 [535] R:OK -2015-03-11 01:33:37 sendUrl INFO 83 [536] R:OK -2015-03-11 01:34:26 queue INFO >>83 [537] -2015-03-11 01:34:26 sendUrl INFO 83 [537] R:OK -2015-03-11 01:35:16 queue INFO >>83 [538] -2015-03-11 01:35:17 sendUrl INFO 83 [538] R:OK -2015-03-11 01:36:07 queue INFO >>83 [539] -2015-03-11 01:36:07 sendUrl INFO 83 [539] R:OK -2015-03-11 01:36:57 queue INFO >>83 [540] -2015-03-11 01:36:57 sendUrl INFO 83 [540] R:OK -2015-03-11 01:37:47 queue INFO >>83 [541] -2015-03-11 01:37:47 sendUrl INFO 83 [541] R:OK -2015-03-11 01:37:49 queue INFO 87 [542] -2015-03-11 01:37:49 queue INFO >87 [543] -2015-03-11 01:37:49 sendUrl INFO 87 [542] R:OK -2015-03-11 01:37:50 sendUrl INFO 87 [543] R:OK -2015-03-11 01:37:50 queue INFO 83 [544] -2015-03-11 01:37:51 queue INFO >83 [545] -2015-03-11 01:37:51 sendUrl INFO 83 [544] R:OK -2015-03-11 01:37:51 sendUrl INFO 83 [545] R:OK -2015-03-11 01:38:41 queue INFO >>83 [546] -2015-03-11 01:38:41 sendUrl INFO 83 [546] R:OK -2015-03-11 01:39:31 queue INFO >>83 [547] -2015-03-11 01:39:31 sendUrl INFO 83 [547] R:OK -2015-03-11 01:40:21 queue INFO >>83 [548] -2015-03-11 01:40:21 sendUrl INFO 83 [548] R:OK -2015-03-11 01:41:11 queue INFO >>83 [549] -2015-03-11 01:41:12 sendUrl INFO 83 [549] R:OK -2015-03-11 01:41:15 queue INFO 81 [550] -2015-03-11 01:41:15 queue INFO >81 [551] -2015-03-11 01:41:16 sendUrl INFO 81 [550] R:OK -2015-03-11 01:41:16 sendUrl INFO 81 [551] R:OK -2015-03-11 01:41:21 queue INFO 83 [552] -2015-03-11 01:41:21 queue INFO >83 [553] -2015-03-11 01:41:22 sendUrl INFO 83 [552] R:OK -2015-03-11 01:41:22 sendUrl INFO 83 [553] R:OK -2015-03-11 01:42:11 queue INFO >>83 [554] -2015-03-11 01:42:12 sendUrl INFO 83 [554] R:OK -2015-03-11 01:43:02 queue INFO >>83 [555] -2015-03-11 01:43:02 sendUrl INFO 83 [555] R:OK -2015-03-11 01:43:52 queue INFO >>83 [556] -2015-03-11 01:43:52 sendUrl INFO 83 [556] R:OK -2015-03-11 01:44:42 queue INFO >>83 [557] -2015-03-11 01:44:42 sendUrl INFO 83 [557] R:OK -2015-03-11 01:45:32 queue INFO >>83 [558] -2015-03-11 01:45:32 sendUrl INFO 83 [558] R:OK -2015-03-11 01:45:34 queue INFO 87 [559] -2015-03-11 01:45:34 queue INFO >87 [560] -2015-03-11 01:45:34 sendUrl INFO 87 [559] R:OK -2015-03-11 01:45:35 sendUrl INFO 87 [560] R:OK -2015-03-11 01:45:35 queue INFO 83 [561] -2015-03-11 01:45:35 queue INFO >83 [562] -2015-03-11 01:45:36 sendUrl INFO 83 [561] R:OK -2015-03-11 01:45:36 sendUrl INFO 83 [562] R:OK -2015-03-11 01:46:25 queue INFO >>83 [563] -2015-03-11 01:46:26 sendUrl INFO 83 [563] R:OK -2015-03-11 01:47:16 queue INFO >>83 [564] -2015-03-11 01:47:16 sendUrl INFO 83 [564] R:OK -2015-03-11 01:48:06 queue INFO >>83 [565] -2015-03-11 01:48:06 sendUrl INFO 83 [565] R:OK -2015-03-11 01:48:56 queue INFO >>83 [566] -2015-03-11 01:48:56 sendUrl INFO 83 [566] R:OK -2015-03-11 01:49:00 queue INFO 81 [567] -2015-03-11 01:49:00 queue INFO >81 [568] -2015-03-11 01:49:01 sendUrl INFO 81 [567] R:OK -2015-03-11 01:49:01 sendUrl INFO 81 [568] R:OK -2015-03-11 01:49:06 queue INFO 83 [569] -2015-03-11 01:49:07 queue INFO >83 [570] -2015-03-11 01:49:07 sendUrl INFO 83 [569] R:OK -2015-03-11 01:49:07 sendUrl INFO 83 [570] R:OK -2015-03-11 01:49:56 queue INFO >>83 [571] -2015-03-11 01:49:57 sendUrl INFO 83 [571] R:OK -2015-03-11 01:50:47 queue INFO >>83 [572] -2015-03-11 01:50:47 sendUrl INFO 83 [572] R:OK -2015-03-11 01:51:37 queue INFO >>83 [573] -2015-03-11 01:51:37 sendUrl INFO 83 [573] R:OK -2015-03-11 01:52:27 queue INFO >>83 [574] -2015-03-11 01:52:27 sendUrl INFO 83 [574] R:OK -2015-03-11 01:53:17 queue INFO >>83 [575] -2015-03-11 01:53:17 sendUrl INFO 83 [575] R:OK -2015-03-11 01:53:19 queue INFO 87 [576] -2015-03-11 01:53:19 sendUrl INFO 87 [576] R:OK -2015-03-11 01:53:19 queue INFO >87 [577] -2015-03-11 01:53:19 sendUrl INFO 87 [577] R:OK -2015-03-11 01:53:20 queue INFO 83 [578] -2015-03-11 01:53:21 queue INFO >83 [579] -2015-03-11 01:53:21 sendUrl INFO 83 [578] R:OK -2015-03-11 01:53:21 sendUrl INFO 83 [579] R:OK -2015-03-11 01:54:10 queue INFO >>83 [580] -2015-03-11 01:54:11 sendUrl INFO 83 [580] R:OK -2015-03-11 01:55:01 queue INFO >>83 [581] -2015-03-11 01:55:01 sendUrl INFO 83 [581] R:OK -2015-03-11 01:55:51 queue INFO >>83 [582] -2015-03-11 01:55:51 sendUrl INFO 83 [582] R:OK -2015-03-11 01:56:41 queue INFO >>83 [583] -2015-03-11 01:56:41 sendUrl INFO 83 [583] R:OK -2015-03-11 01:56:45 queue INFO 81 [584] -2015-03-11 01:56:45 queue INFO >81 [585] -2015-03-11 01:56:45 sendUrl INFO 81 [584] R:OK -2015-03-11 01:56:46 sendUrl INFO 81 [585] R:OK -2015-03-11 01:56:51 queue INFO 83 [586] -2015-03-11 01:56:51 queue INFO >83 [587] -2015-03-11 01:56:52 sendUrl INFO 83 [586] R:OK -2015-03-11 01:56:52 sendUrl INFO 83 [587] R:OK -2015-03-11 01:57:41 queue INFO >>83 [588] -2015-03-11 01:57:42 sendUrl INFO 83 [588] R:OK -2015-03-11 01:58:31 queue INFO >>83 [589] -2015-03-11 01:58:32 sendUrl INFO 83 [589] R:OK -2015-03-11 01:59:22 queue INFO >>83 [590] -2015-03-11 01:59:22 sendUrl INFO 83 [590] R:OK -2015-03-11 02:00:12 queue INFO >>83 [591] -2015-03-11 02:00:12 sendUrl INFO 83 [591] R:OK -2015-03-11 02:01:02 queue INFO >>83 [592] -2015-03-11 02:01:02 sendUrl INFO 83 [592] R:OK -2015-03-11 02:01:04 queue INFO 87 [593] -2015-03-11 02:01:04 queue INFO C7 [594] -2015-03-11 02:01:04 sendUrl INFO 87 [593] R:OK -2015-03-11 02:01:04 queue INFO >C7 [595] -2015-03-11 02:01:04 sendUrl INFO C7 [594] R:OK -2015-03-11 02:01:05 sendUrl INFO C7 [595] R:OK -2015-03-11 02:01:05 queue INFO C3 [596] -2015-03-11 02:01:05 queue INFO >C3 [597] -2015-03-11 02:01:05 sendUrl INFO C3 [596] R:OK -2015-03-11 02:01:06 sendUrl INFO C3 [597] R:OK -2015-03-11 02:01:55 queue INFO >>C3 [598] -2015-03-11 02:01:56 sendUrl INFO C3 [598] R:OK -2015-03-11 02:02:45 queue INFO >>C3 [599] -2015-03-11 02:02:46 sendUrl INFO C3 [599] R:OK -2015-03-11 02:03:36 queue INFO >>C3 [600] -2015-03-11 02:03:36 sendUrl INFO C3 [600] R:OK -2015-03-11 02:04:26 queue INFO >>C3 [601] -2015-03-11 02:04:26 sendUrl INFO C3 [601] R:OK -2015-03-11 02:04:30 queue INFO C1 [602] -2015-03-11 02:04:30 queue INFO >C1 [603] -2015-03-11 02:04:30 sendUrl INFO C1 [602] R:OK -2015-03-11 02:04:31 sendUrl INFO C1 [603] R:OK -2015-03-11 02:04:36 queue INFO C3 [604] -2015-03-11 02:04:36 sendUrl INFO C3 [604] R:OK -2015-03-11 02:04:36 queue INFO >C3 [605] -2015-03-11 02:04:37 sendUrl INFO C3 [605] R:OK -2015-03-11 02:05:26 queue INFO >>C3 [606] -2015-03-11 02:05:27 sendUrl INFO C3 [606] R:OK -2015-03-11 02:06:16 queue INFO >>C3 [607] -2015-03-11 02:06:17 sendUrl INFO C3 [607] R:OK -2015-03-11 02:07:07 queue INFO >>C3 [608] -2015-03-11 02:07:07 sendUrl INFO C3 [608] R:OK -2015-03-11 02:07:57 queue INFO >>C3 [609] -2015-03-11 02:07:57 sendUrl INFO C3 [609] R:OK -2015-03-11 02:08:47 queue INFO >>C3 [610] -2015-03-11 02:08:47 sendUrl INFO C3 [610] R:OK -2015-03-11 02:08:49 queue INFO 83 [611] -2015-03-11 02:08:49 queue INFO 87 [612] -2015-03-11 02:08:49 sendUrl INFO 83 [611] R:OK -2015-03-11 02:08:50 queue INFO >87 [613] -2015-03-11 02:08:50 sendUrl INFO 87 [612] R:OK -2015-03-11 02:08:50 sendUrl INFO 87 [613] R:OK -2015-03-11 02:08:51 queue INFO 83 [614] -2015-03-11 02:08:51 queue INFO >83 [615] -2015-03-11 02:08:51 sendUrl INFO 83 [614] R:OK -2015-03-11 02:08:52 sendUrl INFO 83 [615] R:OK -2015-03-11 02:09:41 queue INFO >>83 [616] -2015-03-11 02:09:41 sendUrl INFO 83 [616] R:OK -2015-03-11 02:10:31 queue INFO >>83 [617] -2015-03-11 02:10:32 sendUrl INFO 83 [617] R:OK -2015-03-11 02:11:21 queue INFO >>83 [618] -2015-03-11 02:11:22 sendUrl INFO 83 [618] R:OK -2015-03-11 02:12:12 queue INFO >>83 [619] -2015-03-11 02:12:12 sendUrl INFO 83 [619] R:OK -2015-03-11 02:12:16 queue INFO 81 [620] -2015-03-11 02:12:16 queue INFO >81 [621] -2015-03-11 02:12:16 sendUrl INFO 81 [620] R:OK -2015-03-11 02:12:17 sendUrl INFO 81 [621] R:OK -2015-03-11 02:12:22 queue INFO 83 [622] -2015-03-11 02:12:22 sendUrl INFO 83 [622] R:OK -2015-03-11 02:12:22 queue INFO >83 [623] -2015-03-11 02:12:23 sendUrl INFO 83 [623] R:OK -2015-03-11 02:13:12 queue INFO >>83 [624] -2015-03-11 02:13:13 sendUrl INFO 83 [624] R:OK -2015-03-11 02:14:03 queue INFO >>83 [625] -2015-03-11 02:14:03 sendUrl INFO 83 [625] R:OK -2015-03-11 02:14:53 queue INFO >>83 [626] -2015-03-11 02:14:53 sendUrl INFO 83 [626] R:OK -2015-03-11 02:15:43 queue INFO >>83 [627] -2015-03-11 02:15:43 sendUrl INFO 83 [627] R:OK -2015-03-11 02:16:33 queue INFO >>83 [628] -2015-03-11 02:16:33 sendUrl INFO 83 [628] R:OK -2015-03-11 02:16:35 queue INFO 87 [629] -2015-03-11 02:16:35 queue INFO >87 [630] -2015-03-11 02:16:35 sendUrl INFO 87 [629] R:OK -2015-03-11 02:16:36 sendUrl INFO 87 [630] R:OK -2015-03-11 02:16:37 queue INFO 83 [631] -2015-03-11 02:16:37 queue INFO >83 [632] -2015-03-11 02:16:37 sendUrl INFO 83 [631] R:OK -2015-03-11 02:16:37 sendUrl INFO 83 [632] R:OK -2015-03-11 02:17:27 queue INFO >>83 [633] -2015-03-11 02:17:27 sendUrl INFO 83 [633] R:OK -2015-03-11 02:18:17 queue INFO >>83 [634] -2015-03-11 02:18:17 sendUrl INFO 83 [634] R:OK -2015-03-11 02:19:07 queue INFO >>83 [635] -2015-03-11 02:19:07 sendUrl INFO 83 [635] R:OK -2015-03-11 02:19:57 queue INFO >>83 [636] -2015-03-11 02:19:57 sendUrl INFO 83 [636] R:OK -2015-03-11 02:20:01 queue INFO 81 [637] -2015-03-11 02:20:01 queue INFO >81 [638] -2015-03-11 02:20:01 sendUrl INFO 81 [637] R:OK -2015-03-11 02:20:02 sendUrl INFO 81 [638] R:OK -2015-03-11 02:20:07 queue INFO 83 [639] -2015-03-11 02:20:08 queue INFO >83 [640] -2015-03-11 02:20:08 sendUrl INFO 83 [639] R:OK -2015-03-11 02:20:08 sendUrl INFO 83 [640] R:OK -2015-03-11 02:20:58 queue INFO >>83 [641] -2015-03-11 02:20:58 sendUrl INFO 83 [641] R:OK -2015-03-11 02:21:48 queue INFO >>83 [642] -2015-03-11 02:21:48 sendUrl INFO 83 [642] R:OK -2015-03-11 02:22:38 queue INFO >>83 [643] -2015-03-11 02:22:38 sendUrl INFO 83 [643] R:OK -2015-03-11 02:23:28 queue INFO >>83 [644] -2015-03-11 02:23:28 sendUrl INFO 83 [644] R:OK -2015-03-11 02:24:18 queue INFO >>83 [645] -2015-03-11 02:24:19 sendUrl INFO 83 [645] R:OK -2015-03-11 02:24:20 queue INFO 87 [646] -2015-03-11 02:24:20 queue INFO >87 [647] -2015-03-11 02:24:21 sendUrl INFO 87 [646] R:OK -2015-03-11 02:24:21 sendUrl INFO 87 [647] R:OK -2015-03-11 02:24:22 queue INFO 83 [648] -2015-03-11 02:24:22 queue INFO >83 [649] -2015-03-11 02:24:22 sendUrl INFO 83 [648] R:OK -2015-03-11 02:24:23 sendUrl INFO 83 [649] R:OK -2015-03-11 02:25:12 queue INFO >>83 [650] -2015-03-11 02:25:12 sendUrl INFO 83 [650] R:OK -2015-03-11 02:26:02 queue INFO >>83 [651] -2015-03-11 02:26:02 sendUrl INFO 83 [651] R:OK -2015-03-11 02:26:52 queue INFO >>83 [652] -2015-03-11 02:26:53 sendUrl INFO 83 [652] R:OK -2015-03-11 02:27:42 queue INFO >>83 [653] -2015-03-11 02:27:43 sendUrl INFO 83 [653] R:OK -2015-03-11 02:27:47 queue INFO 81 [654] -2015-03-11 02:27:47 queue INFO >81 [655] -2015-03-11 02:27:47 sendUrl INFO 81 [654] R:OK -2015-03-11 02:27:48 sendUrl INFO 81 [655] R:OK -2015-03-11 02:27:53 queue INFO 83 [656] -2015-03-11 02:27:53 queue INFO >83 [657] -2015-03-11 02:27:53 sendUrl INFO 83 [656] R:OK -2015-03-11 02:27:54 sendUrl INFO 83 [657] R:OK -2015-03-11 02:28:43 queue INFO >>83 [658] -2015-03-11 02:28:43 sendUrl INFO 83 [658] R:OK -2015-03-11 02:29:33 queue INFO >>83 [659] -2015-03-11 02:29:34 sendUrl INFO 83 [659] R:OK -2015-03-11 02:30:23 queue INFO >>83 [660] -2015-03-11 02:30:23 sendUrl INFO 83 [660] R:OK -2015-03-11 02:31:13 queue INFO >>83 [661] -2015-03-11 02:31:14 sendUrl INFO 83 [661] R:OK -2015-03-11 02:32:04 queue INFO >>83 [662] -2015-03-11 02:32:04 sendUrl INFO 83 [662] R:OK -2015-03-11 02:32:05 queue INFO 87 [663] -2015-03-11 02:32:05 queue INFO >87 [664] -2015-03-11 02:32:06 sendUrl INFO 87 [663] R:OK -2015-03-11 02:32:06 sendUrl INFO 87 [664] R:OK -2015-03-11 02:32:07 queue INFO 83 [665] -2015-03-11 02:32:07 queue INFO >83 [666] -2015-03-11 02:32:07 sendUrl INFO 83 [665] R:OK -2015-03-11 02:32:08 sendUrl INFO 83 [666] R:OK -2015-03-11 02:32:57 queue INFO >>83 [667] -2015-03-11 02:32:57 sendUrl INFO 83 [667] R:OK -2015-03-11 02:33:47 queue INFO >>83 [668] -2015-03-11 02:33:47 sendUrl INFO 83 [668] R:OK -2015-03-11 02:34:37 queue INFO >>83 [669] -2015-03-11 02:34:38 sendUrl INFO 83 [669] R:OK -2015-03-11 02:35:27 queue INFO >>83 [670] -2015-03-11 02:35:28 sendUrl INFO 83 [670] R:OK -2015-03-11 02:35:31 queue INFO 81 [671] -2015-03-11 02:35:31 queue INFO >81 [672] -2015-03-11 02:35:31 sendUrl INFO 81 [671] R:OK -2015-03-11 02:35:32 sendUrl INFO 81 [672] R:OK -2015-03-11 02:35:38 queue INFO 83 [673] -2015-03-11 02:35:38 queue INFO >83 [674] -2015-03-11 02:35:38 sendUrl INFO 83 [673] R:OK -2015-03-11 02:35:39 sendUrl INFO 83 [674] R:OK -2015-03-11 02:36:28 queue INFO >>83 [675] -2015-03-11 02:36:28 sendUrl INFO 83 [675] R:OK -2015-03-11 02:37:18 queue INFO >>83 [676] -2015-03-11 02:37:18 sendUrl INFO 83 [676] R:OK -2015-03-11 02:38:08 queue INFO >>83 [677] -2015-03-11 02:38:08 sendUrl INFO 83 [677] R:OK -2015-03-11 02:38:58 queue INFO >>83 [678] -2015-03-11 02:38:59 sendUrl INFO 83 [678] R:OK -2015-03-11 02:39:48 queue INFO >>83 [679] -2015-03-11 02:39:49 sendUrl INFO 83 [679] R:OK -2015-03-11 02:39:50 queue INFO 87 [680] -2015-03-11 02:39:50 sendUrl INFO 87 [680] R:OK -2015-03-11 02:39:50 queue INFO >87 [681] -2015-03-11 02:39:51 sendUrl INFO 87 [681] R:OK -2015-03-11 02:39:52 queue INFO 83 [682] -2015-03-11 02:39:52 queue INFO >83 [683] -2015-03-11 02:39:52 sendUrl INFO 83 [682] R:OK -2015-03-11 02:39:53 sendUrl INFO 83 [683] R:OK -2015-03-11 02:40:42 queue INFO >>83 [684] -2015-03-11 02:40:42 sendUrl INFO 83 [684] R:OK -2015-03-11 02:41:32 queue INFO >>83 [685] -2015-03-11 02:41:32 sendUrl INFO 83 [685] R:OK -2015-03-11 02:42:22 queue INFO >>83 [686] -2015-03-11 02:42:23 sendUrl INFO 83 [686] R:OK -2015-03-11 02:43:12 queue INFO >>83 [687] -2015-03-11 02:43:12 sendUrl INFO 83 [687] R:OK -2015-03-11 02:43:16 queue INFO 81 [688] -2015-03-11 02:43:16 queue INFO >81 [689] -2015-03-11 02:43:17 sendUrl INFO 81 [688] R:OK -2015-03-11 02:43:17 sendUrl INFO 81 [689] R:OK -2015-03-11 02:43:23 queue INFO 83 [690] -2015-03-11 02:43:23 queue INFO >83 [691] -2015-03-11 02:43:23 sendUrl INFO 83 [690] R:OK -2015-03-11 02:43:24 sendUrl INFO 83 [691] R:OK -2015-03-11 02:44:13 queue INFO >>83 [692] -2015-03-11 02:44:13 sendUrl INFO 83 [692] R:OK -2015-03-11 02:45:03 queue INFO >>83 [693] -2015-03-11 02:45:03 sendUrl INFO 83 [693] R:OK -2015-03-11 02:45:53 queue INFO >>83 [694] -2015-03-11 02:45:54 sendUrl INFO 83 [694] R:OK -2015-03-11 02:46:43 queue INFO >>83 [695] -2015-03-11 02:46:44 sendUrl INFO 83 [695] R:OK -2015-03-11 02:47:33 queue INFO >>83 [696] -2015-03-11 02:47:34 sendUrl INFO 83 [696] R:OK -2015-03-11 02:47:35 queue INFO C7 [697] -2015-03-11 02:47:35 queue INFO >C7 [698] -2015-03-11 02:47:35 sendUrl INFO C7 [697] R:OK -2015-03-11 02:47:36 sendUrl INFO C7 [698] R:OK -2015-03-11 02:47:37 queue INFO C3 [699] -2015-03-11 02:47:37 queue INFO >C3 [700] -2015-03-11 02:47:37 sendUrl INFO C3 [699] R:OK -2015-03-11 02:47:38 sendUrl INFO C3 [700] R:OK -2015-03-11 02:48:27 queue INFO >>C3 [701] -2015-03-11 02:48:27 sendUrl INFO C3 [701] R:OK -2015-03-11 02:49:17 queue INFO >>C3 [702] -2015-03-11 02:49:17 sendUrl INFO C3 [702] R:OK -2015-03-11 02:50:07 queue INFO >>C3 [703] -2015-03-11 02:50:07 sendUrl INFO C3 [703] R:OK -2015-03-11 02:50:57 queue INFO >>C3 [704] -2015-03-11 02:50:58 sendUrl INFO C3 [704] R:OK -2015-03-11 02:51:01 queue INFO C1 [705] -2015-03-11 02:51:01 sendUrl INFO C1 [705] R:OK -2015-03-11 02:51:01 queue INFO >C1 [706] -2015-03-11 02:51:02 sendUrl INFO C1 [706] R:OK -2015-03-11 02:51:08 queue INFO C3 [707] -2015-03-11 02:51:08 queue INFO >C3 [708] -2015-03-11 02:51:08 sendUrl INFO C3 [707] R:OK -2015-03-11 02:51:09 sendUrl INFO C3 [708] R:OK -2015-03-11 02:51:58 queue INFO >>C3 [709] -2015-03-11 02:51:58 sendUrl INFO C3 [709] R:OK -2015-03-11 02:52:48 queue INFO >>C3 [710] -2015-03-11 02:52:48 sendUrl INFO C3 [710] R:OK -2015-03-11 02:53:38 queue INFO >>C3 [711] -2015-03-11 02:53:38 sendUrl INFO C3 [711] R:OK -2015-03-11 02:54:28 queue INFO >>C3 [712] -2015-03-11 02:54:28 sendUrl INFO C3 [712] R:OK -2015-03-11 02:55:18 queue INFO >>C3 [713] -2015-03-11 02:55:19 sendUrl INFO C3 [713] R:OK -2015-03-11 02:55:21 queue INFO 83 [714] -2015-03-11 02:55:21 queue INFO >83 [715] -2015-03-11 02:55:21 sendUrl INFO 83 [714] R:OK -2015-03-11 02:55:21 sendUrl INFO 83 [715] R:OK -2015-03-11 02:55:58 queue INFO 87 [716] -2015-03-11 02:55:58 queue INFO >87 [717] -2015-03-11 02:55:59 sendUrl INFO 87 [716] R:OK -2015-03-11 02:55:59 sendUrl INFO 87 [717] R:OK -2015-03-11 02:56:00 queue INFO 83 [718] -2015-03-11 02:56:00 queue INFO >83 [719] -2015-03-11 02:56:00 sendUrl INFO 83 [718] R:OK -2015-03-11 02:56:01 sendUrl INFO 83 [719] R:OK -2015-03-11 02:56:50 queue INFO >>83 [720] -2015-03-11 02:56:50 sendUrl INFO 83 [720] R:OK -2015-03-11 02:57:40 queue INFO >>83 [721] -2015-03-11 02:57:40 sendUrl INFO 83 [721] R:OK -2015-03-11 02:58:30 queue INFO >>83 [722] -2015-03-11 02:58:31 sendUrl INFO 83 [722] R:OK -2015-03-11 02:59:20 queue INFO >>83 [723] -2015-03-11 02:59:20 sendUrl INFO 83 [723] R:OK -2015-03-11 02:59:24 queue INFO 81 [724] -2015-03-11 02:59:24 queue INFO >81 [725] -2015-03-11 02:59:24 sendUrl INFO 81 [724] R:OK -2015-03-11 02:59:25 sendUrl INFO 81 [725] R:OK -2015-03-11 02:59:30 queue INFO 83 [726] -2015-03-11 02:59:31 queue INFO >83 [727] -2015-03-11 02:59:31 sendUrl INFO 83 [726] R:OK -2015-03-11 02:59:31 sendUrl INFO 83 [727] R:OK -2015-03-11 03:00:21 queue INFO >>83 [728] -2015-03-11 03:00:21 sendUrl INFO 83 [728] R:OK -2015-03-11 03:01:11 queue INFO >>83 [729] -2015-03-11 03:01:11 sendUrl INFO 83 [729] R:OK -2015-03-11 03:02:01 queue INFO >>83 [730] -2015-03-11 03:02:01 sendUrl INFO 83 [730] R:OK -2015-03-11 03:02:51 queue INFO >>83 [731] -2015-03-11 03:02:51 sendUrl INFO 83 [731] R:OK -2015-03-11 03:03:41 queue INFO >>83 [732] -2015-03-11 03:03:42 sendUrl INFO 83 [732] R:OK -2015-03-11 03:03:43 queue INFO 87 [733] -2015-03-11 03:03:43 queue INFO >87 [734] -2015-03-11 03:03:44 sendUrl INFO 87 [733] R:OK -2015-03-11 03:03:44 sendUrl INFO 87 [734] R:OK -2015-03-11 03:03:45 queue INFO 83 [735] -2015-03-11 03:03:45 queue INFO >83 [736] -2015-03-11 03:03:45 sendUrl INFO 83 [735] R:OK -2015-03-11 03:03:46 sendUrl INFO 83 [736] R:OK -2015-03-11 03:04:35 queue INFO >>83 [737] -2015-03-11 03:04:35 sendUrl INFO 83 [737] R:OK -2015-03-11 03:05:25 queue INFO >>83 [738] -2015-03-11 03:05:25 sendUrl INFO 83 [738] R:OK -2015-03-11 03:06:15 queue INFO >>83 [739] -2015-03-11 03:06:16 sendUrl INFO 83 [739] R:OK -2015-03-11 03:07:05 queue INFO >>83 [740] -2015-03-11 03:07:05 sendUrl INFO 83 [740] R:OK -2015-03-11 03:07:09 queue INFO 81 [741] -2015-03-11 03:07:09 queue INFO >81 [742] -2015-03-11 03:07:09 sendUrl INFO 81 [741] R:OK -2015-03-11 03:07:10 sendUrl INFO 81 [742] R:OK -2015-03-11 03:07:16 queue INFO 83 [743] -2015-03-11 03:07:16 queue INFO >83 [744] -2015-03-11 03:07:16 sendUrl INFO 83 [743] R:OK -2015-03-11 03:07:16 sendUrl INFO 83 [744] R:OK -2015-03-11 03:08:06 queue INFO >>83 [745] -2015-03-11 03:08:06 sendUrl INFO 83 [745] R:OK -2015-03-11 03:08:56 queue INFO >>83 [746] -2015-03-11 03:08:56 sendUrl INFO 83 [746] R:OK -2015-03-11 03:09:46 queue INFO >>83 [747] -2015-03-11 03:09:46 sendUrl INFO 83 [747] R:OK -2015-03-11 03:10:36 queue INFO >>83 [748] -2015-03-11 03:10:36 sendUrl INFO 83 [748] R:OK -2015-03-11 03:11:26 queue INFO >>83 [749] -2015-03-11 03:11:27 sendUrl INFO 83 [749] R:OK -2015-03-11 03:11:28 queue INFO 87 [750] -2015-03-11 03:11:28 queue INFO >87 [751] -2015-03-11 03:11:29 sendUrl INFO 87 [750] R:OK -2015-03-11 03:11:29 sendUrl INFO 87 [751] R:OK -2015-03-11 03:11:30 queue INFO 83 [752] -2015-03-11 03:11:30 queue INFO >83 [753] -2015-03-11 03:11:30 sendUrl INFO 83 [752] R:OK -2015-03-11 03:11:31 sendUrl INFO 83 [753] R:OK -2015-03-11 03:12:20 queue INFO >>83 [754] -2015-03-11 03:12:20 sendUrl INFO 83 [754] R:OK -2015-03-11 03:13:10 queue INFO >>83 [755] -2015-03-11 03:13:10 sendUrl INFO 83 [755] R:OK -2015-03-11 03:14:00 queue INFO >>83 [756] -2015-03-11 03:14:01 sendUrl INFO 83 [756] R:OK -2015-03-11 03:14:50 queue INFO >>83 [757] -2015-03-11 03:14:50 sendUrl INFO 83 [757] R:OK -2015-03-11 03:14:54 queue INFO 81 [758] -2015-03-11 03:14:54 queue INFO >81 [759] -2015-03-11 03:14:55 sendUrl INFO 81 [758] R:OK -2015-03-11 03:14:55 sendUrl INFO 81 [759] R:OK -2015-03-11 03:15:01 queue INFO 83 [760] -2015-03-11 03:15:01 queue INFO >83 [761] -2015-03-11 03:15:01 sendUrl INFO 83 [760] R:OK -2015-03-11 03:15:02 sendUrl INFO 83 [761] R:OK -2015-03-11 03:15:51 queue INFO >>83 [762] -2015-03-11 03:15:51 sendUrl INFO 83 [762] R:OK -2015-03-11 03:16:41 queue INFO >>83 [763] -2015-03-11 03:16:41 sendUrl INFO 83 [763] R:OK -2015-03-11 03:17:31 queue INFO >>83 [764] -2015-03-11 03:17:31 sendUrl INFO 83 [764] R:OK -2015-03-11 03:18:21 queue INFO >>83 [765] -2015-03-11 03:18:22 sendUrl INFO 83 [765] R:OK -2015-03-11 03:19:12 queue INFO >>83 [766] -2015-03-11 03:19:12 sendUrl INFO 83 [766] R:OK -2015-03-11 03:19:13 queue INFO 87 [767] -2015-03-11 03:19:13 queue INFO >87 [768] -2015-03-11 03:19:13 sendUrl INFO 87 [767] R:OK -2015-03-11 03:19:14 sendUrl INFO 87 [768] R:OK -2015-03-11 03:19:15 queue INFO 83 [769] -2015-03-11 03:19:15 sendUrl INFO 83 [769] R:OK -2015-03-11 03:19:15 queue INFO >83 [770] -2015-03-11 03:19:15 sendUrl INFO 83 [770] R:OK -2015-03-11 03:20:05 queue INFO >>83 [771] -2015-03-11 03:20:05 sendUrl INFO 83 [771] R:OK -2015-03-11 03:20:55 queue INFO >>83 [772] -2015-03-11 03:20:55 sendUrl INFO 83 [772] R:OK -2015-03-11 03:21:45 queue INFO >>83 [773] -2015-03-11 03:21:45 sendUrl INFO 83 [773] R:OK -2015-03-11 03:22:35 queue INFO >>83 [774] -2015-03-11 03:22:35 sendUrl INFO 83 [774] R:OK -2015-03-11 03:22:39 queue INFO 81 [775] -2015-03-11 03:22:39 queue INFO >81 [776] -2015-03-11 03:22:40 sendUrl INFO 81 [775] R:OK -2015-03-11 03:22:40 sendUrl INFO 81 [776] R:OK -2015-03-11 03:22:45 queue INFO 83 [777] -2015-03-11 03:22:46 queue INFO >83 [778] -2015-03-11 03:22:46 sendUrl INFO 83 [777] R:OK -2015-03-11 03:22:46 sendUrl INFO 83 [778] R:OK -2015-03-11 03:23:36 queue INFO >>83 [779] -2015-03-11 03:23:36 sendUrl INFO 83 [779] R:OK -2015-03-11 03:24:26 queue INFO >>83 [780] -2015-03-11 03:24:26 sendUrl INFO 83 [780] R:OK -2015-03-11 03:25:16 queue INFO >>83 [781] -2015-03-11 03:25:16 sendUrl INFO 83 [781] R:OK -2015-03-11 03:26:06 queue INFO >>83 [782] -2015-03-11 03:26:06 sendUrl INFO 83 [782] R:OK -2015-03-11 03:26:56 queue INFO >>83 [783] -2015-03-11 03:26:57 sendUrl INFO 83 [783] R:OK -2015-03-11 03:26:58 queue INFO C7 [784] -2015-03-11 03:26:58 queue INFO >C7 [785] -2015-03-11 03:26:59 sendUrl INFO C7 [784] R:OK -2015-03-11 03:26:59 sendUrl INFO C7 [785] R:OK -2015-03-11 03:27:00 queue INFO C3 [786] -2015-03-11 03:27:00 queue INFO >C3 [787] -2015-03-11 03:27:00 sendUrl INFO C3 [786] R:OK -2015-03-11 03:27:01 sendUrl INFO C3 [787] R:OK -2015-03-11 03:27:50 queue INFO >>C3 [788] -2015-03-11 03:27:50 sendUrl INFO C3 [788] R:OK -2015-03-11 03:28:40 queue INFO >>C3 [789] -2015-03-11 03:28:40 sendUrl INFO C3 [789] R:OK -2015-03-11 03:29:30 queue INFO >>C3 [790] -2015-03-11 03:29:30 sendUrl INFO C3 [790] R:OK -2015-03-11 03:30:20 queue INFO >>C3 [791] -2015-03-11 03:30:21 sendUrl INFO C3 [791] R:OK -2015-03-11 03:30:24 queue INFO C1 [792] -2015-03-11 03:30:24 queue INFO >C1 [793] -2015-03-11 03:30:25 sendUrl INFO C1 [792] R:OK -2015-03-11 03:30:25 sendUrl INFO C1 [793] R:OK -2015-03-11 03:30:31 queue INFO C3 [794] -2015-03-11 03:30:31 queue INFO >C3 [795] -2015-03-11 03:30:31 sendUrl INFO C3 [794] R:OK -2015-03-11 03:30:32 sendUrl INFO C3 [795] R:OK -2015-03-11 03:31:21 queue INFO >>C3 [796] -2015-03-11 03:31:21 sendUrl INFO C3 [796] R:OK -2015-03-11 03:32:11 queue INFO >>C3 [797] -2015-03-11 03:32:11 sendUrl INFO C3 [797] R:OK -2015-03-11 03:33:01 queue INFO >>C3 [798] -2015-03-11 03:33:02 sendUrl INFO C3 [798] R:OK -2015-03-11 03:33:51 queue INFO >>C3 [799] -2015-03-11 03:33:51 sendUrl INFO C3 [799] R:OK -2015-03-11 03:34:41 queue INFO >>C3 [800] -2015-03-11 03:34:42 sendUrl INFO C3 [800] R:OK -2015-03-11 03:34:43 queue INFO 83 [801] -2015-03-11 03:34:44 queue INFO 87 [802] -2015-03-11 03:34:44 queue INFO >87 [803] -2015-03-11 03:34:44 sendUrl INFO 83 [801] R:OK -2015-03-11 03:34:44 sendUrl INFO 87 [802] R:OK -2015-03-11 03:34:45 sendUrl INFO 87 [803] R:OK -2015-03-11 03:34:45 queue INFO 83 [804] -2015-03-11 03:34:45 sendUrl INFO 83 [804] R:OK -2015-03-11 03:34:45 queue INFO >83 [805] -2015-03-11 03:34:46 sendUrl INFO 83 [805] R:OK -2015-03-11 03:35:35 queue INFO >>83 [806] -2015-03-11 03:35:36 sendUrl INFO 83 [806] R:OK -2015-03-11 03:36:25 queue INFO >>83 [807] -2015-03-11 03:36:26 sendUrl INFO 83 [807] R:OK -2015-03-11 03:37:16 queue INFO >>83 [808] -2015-03-11 03:37:16 sendUrl INFO 83 [808] R:OK -2015-03-11 03:38:06 queue INFO >>83 [809] -2015-03-11 03:38:06 sendUrl INFO 83 [809] R:OK -2015-03-11 03:38:10 queue INFO 81 [810] -2015-03-11 03:38:10 sendUrl INFO 81 [810] R:OK -2015-03-11 03:38:10 queue INFO >81 [811] -2015-03-11 03:38:11 sendUrl INFO 81 [811] R:OK -2015-03-11 03:38:16 queue INFO 83 [812] -2015-03-11 03:38:17 queue INFO >83 [813] -2015-03-11 03:38:17 sendUrl INFO 83 [812] R:OK -2015-03-11 03:38:17 sendUrl INFO 83 [813] R:OK -2015-03-11 03:39:07 queue INFO >>83 [814] -2015-03-11 03:39:07 sendUrl INFO 83 [814] R:OK -2015-03-11 03:39:57 queue INFO >>83 [815] -2015-03-11 03:39:57 sendUrl INFO 83 [815] R:OK -2015-03-11 03:40:47 queue INFO >>83 [816] -2015-03-11 03:40:47 sendUrl INFO 83 [816] R:OK -2015-03-11 03:41:37 queue INFO >>83 [817] -2015-03-11 03:41:37 sendUrl INFO 83 [817] R:OK -2015-03-11 03:42:27 queue INFO >>83 [818] -2015-03-11 03:42:27 sendUrl INFO 83 [818] R:OK -2015-03-11 03:42:29 queue INFO 87 [819] -2015-03-11 03:42:30 queue INFO >87 [820] -2015-03-11 03:42:30 sendUrl INFO 87 [819] R:OK -2015-03-11 03:42:30 sendUrl INFO 87 [820] R:OK -2015-03-11 03:42:31 queue INFO 83 [821] -2015-03-11 03:42:31 queue INFO >83 [822] -2015-03-11 03:42:31 sendUrl INFO 83 [821] R:OK -2015-03-11 03:42:32 sendUrl INFO 83 [822] R:OK -2015-03-11 03:43:21 queue INFO >>83 [823] -2015-03-11 03:43:22 sendUrl INFO 83 [823] R:OK -2015-03-11 03:44:11 queue INFO >>83 [824] -2015-03-11 03:44:12 sendUrl INFO 83 [824] R:OK -2015-03-11 03:45:01 queue INFO >>83 [825] -2015-03-11 03:45:02 sendUrl INFO 83 [825] R:OK -2015-03-11 03:45:52 queue INFO >>83 [826] -2015-03-11 03:45:52 sendUrl INFO 83 [826] R:OK -2015-03-11 03:45:56 queue INFO 81 [827] -2015-03-11 03:45:56 queue INFO >81 [828] -2015-03-11 03:45:56 sendUrl INFO 81 [827] R:OK -2015-03-11 03:45:57 sendUrl INFO 81 [828] R:OK -2015-03-11 03:46:02 queue INFO 83 [829] -2015-03-11 03:46:02 queue INFO >83 [830] -2015-03-11 03:46:02 sendUrl INFO 83 [829] R:OK -2015-03-11 03:46:03 sendUrl INFO 83 [830] R:OK -2015-03-11 03:46:52 queue INFO >>83 [831] -2015-03-11 03:46:53 sendUrl INFO 83 [831] R:OK -2015-03-11 03:47:42 queue INFO >>83 [832] -2015-03-11 03:47:42 sendUrl INFO 83 [832] R:OK -2015-03-11 03:48:32 queue INFO >>83 [833] -2015-03-11 03:48:33 sendUrl INFO 83 [833] R:OK -2015-03-11 03:49:22 queue INFO >>83 [834] -2015-03-11 03:49:23 sendUrl INFO 83 [834] R:OK -2015-03-11 03:50:13 queue INFO >>83 [835] -2015-03-11 03:50:13 sendUrl INFO 83 [835] R:OK -2015-03-11 03:50:15 queue INFO 87 [836] -2015-03-11 03:50:15 queue INFO >87 [837] -2015-03-11 03:50:15 sendUrl INFO 87 [836] R:OK -2015-03-11 03:50:15 sendUrl INFO 87 [837] R:OK -2015-03-11 03:50:16 queue INFO 83 [838] -2015-03-11 03:50:16 sendUrl INFO 83 [838] R:OK -2015-03-11 03:50:16 queue INFO >83 [839] -2015-03-11 03:50:17 sendUrl INFO 83 [839] R:OK -2015-03-11 03:51:06 queue INFO >>83 [840] -2015-03-11 03:51:07 sendUrl INFO 83 [840] R:OK -2015-03-11 03:51:57 queue INFO >>83 [841] -2015-03-11 03:51:57 sendUrl INFO 83 [841] R:OK -2015-03-11 03:52:47 queue INFO >>83 [842] -2015-03-11 03:52:47 sendUrl INFO 83 [842] R:OK -2015-03-11 03:53:37 queue INFO >>83 [843] -2015-03-11 03:53:37 sendUrl INFO 83 [843] R:OK -2015-03-11 03:53:41 queue INFO 81 [844] -2015-03-11 03:53:41 queue INFO >81 [845] -2015-03-11 03:53:41 sendUrl INFO 81 [844] R:OK -2015-03-11 03:53:42 sendUrl INFO 81 [845] R:OK -2015-03-11 03:53:47 queue INFO 83 [846] -2015-03-11 03:53:47 queue INFO >83 [847] -2015-03-11 03:53:47 sendUrl INFO 83 [846] R:OK -2015-03-11 03:53:48 sendUrl INFO 83 [847] R:OK -2015-03-11 03:54:09 queue INFO 81 [848] -2015-03-11 03:54:09 queue INFO >81 [849] -2015-03-11 03:54:09 sendUrl INFO 81 [848] R:OK -2015-03-11 03:54:09 sendUrl INFO 81 [849] R:OK -2015-03-11 03:54:59 queue INFO >>81 [850] -2015-03-11 03:54:59 sendUrl INFO 81 [850] R:OK -2015-03-11 03:55:49 queue INFO >>81 [851] -2015-03-11 03:55:49 sendUrl INFO 81 [851] R:OK -2015-03-11 03:56:39 queue INFO >>81 [852] -2015-03-11 03:56:39 sendUrl INFO 81 [852] R:OK -2015-03-11 03:57:29 queue INFO >>81 [853] -2015-03-11 03:57:30 sendUrl INFO 81 [853] R:OK -2015-03-11 03:58:19 queue INFO >>81 [854] -2015-03-11 03:58:20 sendUrl INFO 81 [854] R:OK -2015-03-11 03:59:09 queue INFO >>81 [855] -2015-03-11 03:59:10 sendUrl INFO 81 [855] R:OK -2015-03-11 03:59:57 queue INFO 91 [856] -2015-03-11 03:59:57 queue INFO >91 [857] -2015-03-11 03:59:58 sendUrl INFO 91 [856] R:OK -2015-03-11 03:59:58 sendUrl INFO 91 [857] R:OK -2015-03-11 04:00:47 queue INFO >>91 [858] -2015-03-11 04:00:48 sendUrl INFO 91 [858] R:OK -2015-03-11 04:01:38 queue INFO >>91 [859] -2015-03-11 04:01:38 sendUrl INFO 91 [859] R:OK -2015-03-11 04:02:28 queue INFO >>91 [860] -2015-03-11 04:02:28 sendUrl INFO 91 [860] R:OK -2015-03-11 04:03:18 queue INFO >>91 [861] -2015-03-11 04:03:18 sendUrl INFO 91 [861] R:OK -2015-03-11 04:04:08 queue INFO >>91 [862] -2015-03-11 04:04:08 sendUrl INFO 91 [862] R:OK -2015-03-11 04:04:58 queue INFO >>91 [863] -2015-03-11 04:04:59 sendUrl INFO 91 [863] R:OK -2015-03-11 04:05:48 queue INFO >>91 [864] -2015-03-11 04:05:48 sendUrl INFO 91 [864] R:OK -2015-03-11 04:06:34 queue INFO 81 [865] -2015-03-11 04:06:34 sendUrl INFO 81 [865] R:OK -2015-03-11 04:06:34 queue INFO >81 [866] -2015-03-11 04:06:34 sendUrl INFO 81 [866] R:OK -2015-03-11 04:06:50 queue INFO 83 [867] -2015-03-11 04:06:50 queue INFO >83 [868] -2015-03-11 04:06:50 sendUrl INFO 83 [867] R:OK -2015-03-11 04:06:51 sendUrl INFO 83 [868] R:OK -2015-03-11 04:07:14 queue INFO 87 [869] -2015-03-11 04:07:14 queue INFO >87 [870] -2015-03-11 04:07:15 sendUrl INFO 87 [869] R:OK -2015-03-11 04:07:15 sendUrl INFO 87 [870] R:OK -2015-03-11 04:07:16 queue INFO 83 [871] -2015-03-11 04:07:16 queue INFO >83 [872] -2015-03-11 04:07:16 sendUrl INFO 83 [871] R:OK -2015-03-11 04:07:17 sendUrl INFO 83 [872] R:OK -2015-03-11 04:08:06 queue INFO >>83 [873] -2015-03-11 04:08:06 sendUrl INFO 83 [873] R:OK -2015-03-11 04:08:56 queue INFO >>83 [874] -2015-03-11 04:08:56 sendUrl INFO 83 [874] R:OK -2015-03-11 04:09:46 queue INFO >>83 [875] -2015-03-11 04:09:47 sendUrl INFO 83 [875] R:OK -2015-03-11 04:10:36 queue INFO >>83 [876] -2015-03-11 04:10:37 sendUrl INFO 83 [876] R:OK -2015-03-11 04:10:41 queue INFO 81 [877] -2015-03-11 04:10:41 queue INFO >81 [878] -2015-03-11 04:10:41 sendUrl INFO 81 [877] R:OK -2015-03-11 04:10:42 sendUrl INFO 81 [878] R:OK -2015-03-11 04:10:47 queue INFO 83 [879] -2015-03-11 04:10:47 sendUrl INFO 83 [879] R:OK -2015-03-11 04:10:47 queue INFO >83 [880] -2015-03-11 04:10:47 sendUrl INFO 83 [880] R:OK -2015-03-11 04:11:37 queue INFO >>83 [881] -2015-03-11 04:11:37 sendUrl INFO 83 [881] R:OK -2015-03-11 04:12:27 queue INFO >>83 [882] -2015-03-11 04:12:28 sendUrl INFO 83 [882] R:OK -2015-03-11 04:13:17 queue INFO >>83 [883] -2015-03-11 04:13:17 sendUrl INFO 83 [883] R:OK -2015-03-11 04:14:07 queue INFO >>83 [884] -2015-03-11 04:14:08 sendUrl INFO 83 [884] R:OK -2015-03-11 04:14:57 queue INFO >>83 [885] -2015-03-11 04:14:58 sendUrl INFO 83 [885] R:OK -2015-03-11 04:15:00 queue INFO 87 [886] -2015-03-11 04:15:00 sendUrl INFO 87 [886] R:OK -2015-03-11 04:15:00 queue INFO >87 [887] -2015-03-11 04:15:00 sendUrl INFO 87 [887] R:OK -2015-03-11 04:15:01 queue INFO 83 [888] -2015-03-11 04:15:01 queue INFO >83 [889] -2015-03-11 04:15:02 sendUrl INFO 83 [888] R:OK -2015-03-11 04:15:02 sendUrl INFO 83 [889] R:OK -2015-03-11 04:15:51 queue INFO >>83 [890] -2015-03-11 04:15:51 sendUrl INFO 83 [890] R:OK -2015-03-11 04:16:41 queue INFO >>83 [891] -2015-03-11 04:16:42 sendUrl INFO 83 [891] R:OK -2015-03-11 04:17:31 queue INFO >>83 [892] -2015-03-11 04:17:32 sendUrl INFO 83 [892] R:OK -2015-03-11 04:18:22 queue INFO >>83 [893] -2015-03-11 04:18:22 sendUrl INFO 83 [893] R:OK -2015-03-11 04:18:26 queue INFO 81 [894] -2015-03-11 04:18:26 queue INFO >81 [895] -2015-03-11 04:18:26 sendUrl INFO 81 [894] R:OK -2015-03-11 04:18:27 sendUrl INFO 81 [895] R:OK -2015-03-11 04:18:32 queue INFO 83 [896] -2015-03-11 04:18:32 queue INFO >83 [897] -2015-03-11 04:18:33 sendUrl INFO 83 [896] R:OK -2015-03-11 04:18:33 sendUrl INFO 83 [897] R:OK -2015-03-11 04:19:22 queue INFO >>83 [898] -2015-03-11 04:19:22 sendUrl INFO 83 [898] R:OK -2015-03-11 04:20:12 queue INFO >>83 [899] -2015-03-11 04:20:13 sendUrl INFO 83 [899] R:OK -2015-03-11 04:21:02 queue INFO >>83 [900] -2015-03-11 04:21:03 sendUrl INFO 83 [900] R:OK -2015-03-11 04:21:53 queue INFO >>83 [901] -2015-03-11 04:21:53 sendUrl INFO 83 [901] R:OK -2015-03-11 04:22:43 queue INFO >>83 [902] -2015-03-11 04:22:43 sendUrl INFO 83 [902] R:OK -2015-03-11 04:22:44 queue INFO 87 [903] -2015-03-11 04:22:45 queue INFO >87 [904] -2015-03-11 04:22:45 sendUrl INFO 87 [903] R:OK -2015-03-11 04:22:45 sendUrl INFO 87 [904] R:OK -2015-03-11 04:22:46 queue INFO 83 [905] -2015-03-11 04:22:46 sendUrl INFO 83 [905] R:OK -2015-03-11 04:22:46 queue INFO >83 [906] -2015-03-11 04:22:47 sendUrl INFO 83 [906] R:OK -2015-03-11 04:23:36 queue INFO >>83 [907] -2015-03-11 04:23:36 sendUrl INFO 83 [907] R:OK -2015-03-11 04:24:26 queue INFO >>83 [908] -2015-03-11 04:24:27 sendUrl INFO 83 [908] R:OK -2015-03-11 04:25:16 queue INFO >>83 [909] -2015-03-11 04:25:17 sendUrl INFO 83 [909] R:OK -2015-03-11 04:26:07 queue INFO >>83 [910] -2015-03-11 04:26:07 sendUrl INFO 83 [910] R:OK -2015-03-11 04:26:11 queue INFO 81 [911] -2015-03-11 04:26:11 queue INFO >81 [912] -2015-03-11 04:26:12 sendUrl INFO 81 [911] R:OK -2015-03-11 04:26:12 sendUrl INFO 81 [912] R:OK -2015-03-11 04:26:17 queue INFO 83 [913] -2015-03-11 04:26:17 queue INFO >83 [914] -2015-03-11 04:26:18 sendUrl INFO 83 [913] R:OK -2015-03-11 04:26:18 sendUrl INFO 83 [914] R:OK -2015-03-11 04:27:07 queue INFO >>83 [915] -2015-03-11 04:27:07 sendUrl INFO 83 [915] R:OK -2015-03-11 04:27:57 queue INFO >>83 [916] -2015-03-11 04:27:58 sendUrl INFO 83 [916] R:OK -2015-03-11 04:28:48 queue INFO >>83 [917] -2015-03-11 04:28:48 sendUrl INFO 83 [917] R:OK -2015-03-11 04:29:38 queue INFO >>83 [918] -2015-03-11 04:29:38 sendUrl INFO 83 [918] R:OK -2015-03-11 04:30:28 queue INFO >>83 [919] -2015-03-11 04:30:28 sendUrl INFO 83 [919] R:OK -2015-03-11 04:30:29 queue INFO 87 [920] -2015-03-11 04:30:30 queue INFO >87 [921] -2015-03-11 04:30:30 sendUrl INFO 87 [920] R:OK -2015-03-11 04:30:30 sendUrl INFO 87 [921] R:OK -2015-03-11 04:30:31 queue INFO 83 [922] -2015-03-11 04:30:31 sendUrl INFO 83 [922] R:OK -2015-03-11 04:30:31 queue INFO >83 [923] -2015-03-11 04:30:32 sendUrl INFO 83 [923] R:OK -2015-03-11 04:31:21 queue INFO >>83 [924] -2015-03-11 04:31:22 sendUrl INFO 83 [924] R:OK -2015-03-11 04:32:11 queue INFO >>83 [925] -2015-03-11 04:32:12 sendUrl INFO 83 [925] R:OK -2015-03-11 04:33:01 queue INFO >>83 [926] -2015-03-11 04:33:02 sendUrl INFO 83 [926] R:OK -2015-03-11 04:33:52 queue INFO >>83 [927] -2015-03-11 04:33:52 sendUrl INFO 83 [927] R:OK -2015-03-11 04:33:56 queue INFO 81 [928] -2015-03-11 04:33:56 queue INFO >81 [929] -2015-03-11 04:33:57 sendUrl INFO 81 [928] R:OK -2015-03-11 04:33:57 sendUrl INFO 81 [929] R:OK -2015-03-11 04:34:02 queue INFO 83 [930] -2015-03-11 04:34:02 queue INFO >83 [931] -2015-03-11 04:34:02 sendUrl INFO 83 [930] R:OK -2015-03-11 04:34:03 sendUrl INFO 83 [931] R:OK -2015-03-11 04:34:52 queue INFO >>83 [932] -2015-03-11 04:34:52 sendUrl INFO 83 [932] R:OK -2015-03-11 04:35:42 queue INFO >>83 [933] -2015-03-11 04:35:43 sendUrl INFO 83 [933] R:OK -2015-03-11 04:36:32 queue INFO >>83 [934] -2015-03-11 04:36:33 sendUrl INFO 83 [934] R:OK -2015-03-11 04:37:22 queue INFO >>83 [935] -2015-03-11 04:37:23 sendUrl INFO 83 [935] R:OK -2015-03-11 04:38:13 queue INFO >>83 [936] -2015-03-11 04:38:13 sendUrl INFO 83 [936] R:OK -2015-03-11 04:38:14 queue INFO C7 [937] -2015-03-11 04:38:15 queue INFO >C7 [938] -2015-03-11 04:38:15 sendUrl INFO C7 [937] R:OK -2015-03-11 04:38:15 sendUrl INFO C7 [938] R:OK -2015-03-11 04:38:16 queue INFO C3 [939] -2015-03-11 04:38:16 sendUrl INFO C3 [939] R:OK -2015-03-11 04:38:16 queue INFO >C3 [940] -2015-03-11 04:38:17 sendUrl INFO C3 [940] R:OK -2015-03-11 04:39:06 queue INFO >>C3 [941] -2015-03-11 04:39:07 sendUrl INFO C3 [941] R:OK -2015-03-11 04:39:56 queue INFO >>C3 [942] -2015-03-11 04:39:57 sendUrl INFO C3 [942] R:OK -2015-03-11 04:40:46 queue INFO >>C3 [943] -2015-03-11 04:40:47 sendUrl INFO C3 [943] R:OK -2015-03-11 04:41:37 queue INFO >>C3 [944] -2015-03-11 04:41:37 sendUrl INFO C3 [944] R:OK -2015-03-11 04:41:41 queue INFO C1 [945] -2015-03-11 04:41:41 sendUrl INFO C1 [945] R:OK -2015-03-11 04:41:41 queue INFO >C1 [946] -2015-03-11 04:41:42 sendUrl INFO C1 [946] R:OK -2015-03-11 04:41:47 queue INFO C3 [947] -2015-03-11 04:41:47 queue INFO >C3 [948] -2015-03-11 04:41:47 sendUrl INFO C3 [947] R:OK -2015-03-11 04:41:48 sendUrl INFO C3 [948] R:OK -2015-03-11 04:42:37 queue INFO >>C3 [949] -2015-03-11 04:42:37 sendUrl INFO C3 [949] R:OK -2015-03-11 04:43:27 queue INFO >>C3 [950] -2015-03-11 04:43:27 sendUrl INFO C3 [950] R:OK -2015-03-11 04:44:17 queue INFO >>C3 [951] -2015-03-11 04:44:18 sendUrl INFO C3 [951] R:OK -2015-03-11 04:45:07 queue INFO >>C3 [952] -2015-03-11 04:45:07 sendUrl INFO C3 [952] R:OK -2015-03-11 04:45:57 queue INFO >>C3 [953] -2015-03-11 04:45:58 sendUrl INFO C3 [953] R:OK -2015-03-11 04:46:00 queue INFO 83 [954] -2015-03-11 04:46:00 queue INFO 87 [955] -2015-03-11 04:46:00 sendUrl INFO 83 [954] R:OK -2015-03-11 04:46:00 queue INFO >87 [956] -2015-03-11 04:46:01 sendUrl INFO 87 [955] R:OK -2015-03-11 04:46:01 sendUrl INFO 87 [956] R:OK -2015-03-11 04:46:02 queue INFO 83 [957] -2015-03-11 04:46:02 sendUrl INFO 83 [957] R:OK -2015-03-11 04:46:02 queue INFO >83 [958] -2015-03-11 04:46:02 sendUrl INFO 83 [958] R:OK -2015-03-11 04:46:52 queue INFO >>83 [959] -2015-03-11 04:46:52 sendUrl INFO 83 [959] R:OK -2015-03-11 04:47:42 queue INFO >>83 [960] -2015-03-11 04:47:42 sendUrl INFO 83 [960] R:OK -2015-03-11 04:48:32 queue INFO >>83 [961] -2015-03-11 04:48:32 sendUrl INFO 83 [961] R:OK -2015-03-11 04:49:22 queue INFO >>83 [962] -2015-03-11 04:49:23 sendUrl INFO 83 [962] R:OK -2015-03-11 04:49:27 queue INFO 81 [963] -2015-03-11 04:49:27 queue INFO >81 [964] -2015-03-11 04:49:27 sendUrl INFO 81 [963] R:OK -2015-03-11 04:49:28 sendUrl INFO 81 [964] R:OK -2015-03-11 04:49:33 queue INFO 83 [965] -2015-03-11 04:49:33 queue INFO >83 [966] -2015-03-11 04:49:33 sendUrl INFO 83 [965] R:OK -2015-03-11 04:49:34 sendUrl INFO 83 [966] R:OK -2015-03-11 04:50:23 queue INFO >>83 [967] -2015-03-11 04:50:23 sendUrl INFO 83 [967] R:OK -2015-03-11 04:51:13 queue INFO >>83 [968] -2015-03-11 04:51:13 sendUrl INFO 83 [968] R:OK -2015-03-11 04:52:03 queue INFO >>83 [969] -2015-03-11 04:52:04 sendUrl INFO 83 [969] R:OK -2015-03-11 04:52:53 queue INFO >>83 [970] -2015-03-11 04:52:53 sendUrl INFO 83 [970] R:OK -2015-03-11 04:53:44 queue INFO >>83 [971] -2015-03-11 04:53:44 sendUrl INFO 83 [971] R:OK -2015-03-11 04:53:46 queue INFO 87 [972] -2015-03-11 04:53:46 sendUrl INFO 87 [972] R:OK -2015-03-11 04:53:46 queue INFO >87 [973] -2015-03-11 04:53:46 sendUrl INFO 87 [973] R:OK -2015-03-11 04:53:47 queue INFO 83 [974] -2015-03-11 04:53:48 queue INFO >83 [975] -2015-03-11 04:53:48 sendUrl INFO 83 [974] R:OK -2015-03-11 04:53:48 sendUrl INFO 83 [975] R:OK -2015-03-11 04:54:37 queue INFO >>83 [976] -2015-03-11 04:54:38 sendUrl INFO 83 [976] R:OK -2015-03-11 04:55:28 queue INFO >>83 [977] -2015-03-11 04:55:28 sendUrl INFO 83 [977] R:OK -2015-03-11 04:56:18 queue INFO >>83 [978] -2015-03-11 04:56:18 sendUrl INFO 83 [978] R:OK -2015-03-11 04:57:08 queue INFO >>83 [979] -2015-03-11 04:57:08 sendUrl INFO 83 [979] R:OK -2015-03-11 04:57:12 queue INFO 81 [980] -2015-03-11 04:57:12 queue INFO >81 [981] -2015-03-11 04:57:12 sendUrl INFO 81 [980] R:OK -2015-03-11 04:57:13 sendUrl INFO 81 [981] R:OK -2015-03-11 04:57:18 queue INFO 83 [982] -2015-03-11 04:57:18 queue INFO >83 [983] -2015-03-11 04:57:19 sendUrl INFO 83 [982] R:OK -2015-03-11 04:57:19 sendUrl INFO 83 [983] R:OK -2015-03-11 04:58:08 queue INFO >>83 [984] -2015-03-11 04:58:09 sendUrl INFO 83 [984] R:OK -2015-03-11 04:58:58 queue INFO >>83 [985] -2015-03-11 04:58:59 sendUrl INFO 83 [985] R:OK -2015-03-11 04:59:49 queue INFO >>83 [986] -2015-03-11 04:59:49 sendUrl INFO 83 [986] R:OK -2015-03-11 05:00:39 queue INFO >>83 [987] -2015-03-11 05:00:39 sendUrl INFO 83 [987] R:OK -2015-03-11 05:01:29 queue INFO >>83 [988] -2015-03-11 05:01:29 sendUrl INFO 83 [988] R:OK -2015-03-11 05:01:31 queue INFO 87 [989] -2015-03-11 05:01:31 queue INFO >87 [990] -2015-03-11 05:01:31 sendUrl INFO 87 [989] R:OK -2015-03-11 05:01:32 sendUrl INFO 87 [990] R:OK -2015-03-11 05:01:33 queue INFO 83 [991] -2015-03-11 05:01:33 queue INFO >83 [992] -2015-03-11 05:01:33 sendUrl INFO 83 [991] R:OK -2015-03-11 05:01:33 sendUrl INFO 83 [992] R:OK -2015-03-11 05:02:23 queue INFO >>83 [993] -2015-03-11 05:02:23 sendUrl INFO 83 [993] R:OK -2015-03-11 05:03:13 queue INFO >>83 [994] -2015-03-11 05:03:13 sendUrl INFO 83 [994] R:OK -2015-03-11 05:04:03 queue INFO >>83 [995] -2015-03-11 05:04:03 sendUrl INFO 83 [995] R:OK -2015-03-11 05:04:53 queue INFO >>83 [996] -2015-03-11 05:04:54 sendUrl INFO 83 [996] R:OK -2015-03-11 05:04:57 queue INFO 81 [997] -2015-03-11 05:04:57 queue INFO >81 [998] -2015-03-11 05:04:57 sendUrl INFO 81 [997] R:OK -2015-03-11 05:04:58 sendUrl INFO 81 [998] R:OK -2015-03-11 05:05:03 queue INFO 83 [999] -2015-03-11 05:05:04 queue INFO >83 [0] -2015-03-11 05:05:04 sendUrl INFO 83 [999] R:OK -2015-03-11 05:05:04 sendUrl INFO 83 [0] R:OK -2015-03-11 05:05:54 queue INFO >>83 [1] -2015-03-11 05:05:54 sendUrl INFO 83 [1] R:OK -2015-03-11 05:06:44 queue INFO >>83 [2] -2015-03-11 05:06:44 sendUrl INFO 83 [2] R:OK -2015-03-11 05:07:34 queue INFO >>83 [3] -2015-03-11 05:07:34 sendUrl INFO 83 [3] R:OK -2015-03-11 05:08:24 queue INFO >>83 [4] -2015-03-11 05:08:24 sendUrl INFO 83 [4] R:OK -2015-03-11 05:09:14 queue INFO >>83 [5] -2015-03-11 05:09:14 sendUrl INFO 83 [5] R:OK -2015-03-11 05:09:16 queue INFO 87 [6] -2015-03-11 05:09:16 queue INFO >87 [7] -2015-03-11 05:09:16 sendUrl INFO 87 [6] R:OK -2015-03-11 05:09:17 sendUrl INFO 87 [7] R:OK -2015-03-11 05:09:17 queue INFO 83 [8] -2015-03-11 05:09:18 queue INFO >83 [9] -2015-03-11 05:09:18 sendUrl INFO 83 [8] R:OK -2015-03-11 05:09:18 sendUrl INFO 83 [9] R:OK -2015-03-11 05:10:08 queue INFO >>83 [10] -2015-03-11 05:10:08 sendUrl INFO 83 [10] R:OK -2015-03-11 05:10:58 queue INFO >>83 [11] -2015-03-11 05:10:58 sendUrl INFO 83 [11] R:OK -2015-03-11 05:11:48 queue INFO >>83 [12] -2015-03-11 05:11:48 sendUrl INFO 83 [12] R:OK -2015-03-11 05:12:38 queue INFO >>83 [13] -2015-03-11 05:12:38 sendUrl INFO 83 [13] R:OK -2015-03-11 05:12:42 queue INFO 81 [14] -2015-03-11 05:12:42 queue INFO >81 [15] -2015-03-11 05:12:42 sendUrl INFO 81 [14] R:OK -2015-03-11 05:12:43 sendUrl INFO 81 [15] R:OK -2015-03-11 05:12:48 queue INFO 83 [16] -2015-03-11 05:12:49 queue INFO >83 [17] -2015-03-11 05:12:49 sendUrl INFO 83 [16] R:OK -2015-03-11 05:12:49 sendUrl INFO 83 [17] R:OK -2015-03-11 05:13:39 queue INFO >>83 [18] -2015-03-11 05:13:39 sendUrl INFO 83 [18] R:OK -2015-03-11 05:14:29 queue INFO >>83 [19] -2015-03-11 05:14:29 sendUrl INFO 83 [19] R:OK -2015-03-11 05:15:19 queue INFO >>83 [20] -2015-03-11 05:15:19 sendUrl INFO 83 [20] R:OK -2015-03-11 05:16:09 queue INFO >>83 [21] -2015-03-11 05:16:09 sendUrl INFO 83 [21] R:OK -2015-03-11 05:16:59 queue INFO >>83 [22] -2015-03-11 05:16:59 sendUrl INFO 83 [22] R:OK -2015-03-11 05:17:01 queue INFO 87 [23] -2015-03-11 05:17:01 queue INFO >87 [24] -2015-03-11 05:17:01 sendUrl INFO 87 [23] R:OK -2015-03-11 05:17:01 sendUrl INFO 87 [24] R:OK -2015-03-11 05:17:02 queue INFO 83 [25] -2015-03-11 05:17:03 sendUrl INFO 83 [25] R:OK -2015-03-11 05:17:03 queue INFO >83 [26] -2015-03-11 05:17:03 sendUrl INFO 83 [26] R:OK -2015-03-11 05:17:53 queue INFO >>83 [27] -2015-03-11 05:17:53 sendUrl INFO 83 [27] R:OK -2015-03-11 05:18:43 queue INFO >>83 [28] -2015-03-11 05:18:43 sendUrl INFO 83 [28] R:OK -2015-03-11 05:19:33 queue INFO >>83 [29] -2015-03-11 05:19:33 sendUrl INFO 83 [29] R:OK -2015-03-11 05:20:23 queue INFO >>83 [30] -2015-03-11 05:20:23 sendUrl INFO 83 [30] R:OK -2015-03-11 05:20:27 queue INFO 81 [31] -2015-03-11 05:20:27 queue INFO >81 [32] -2015-03-11 05:20:27 sendUrl INFO 81 [31] R:OK -2015-03-11 05:20:28 sendUrl INFO 81 [32] R:OK -2015-03-11 05:20:33 queue INFO 83 [33] -2015-03-11 05:20:33 sendUrl INFO 83 [33] R:OK -2015-03-11 05:20:33 queue INFO >83 [34] -2015-03-11 05:20:34 sendUrl INFO 83 [34] R:OK -2015-03-11 05:21:23 queue INFO >>83 [35] -2015-03-11 05:21:24 sendUrl INFO 83 [35] R:OK -2015-03-11 05:22:14 queue INFO >>83 [36] -2015-03-11 05:22:14 sendUrl INFO 83 [36] R:OK -2015-03-11 05:23:04 queue INFO >>83 [37] -2015-03-11 05:23:04 sendUrl INFO 83 [37] R:OK -2015-03-11 05:23:54 queue INFO >>83 [38] -2015-03-11 05:23:54 sendUrl INFO 83 [38] R:OK -2015-03-11 05:24:44 queue INFO >>83 [39] -2015-03-11 05:24:44 sendUrl INFO 83 [39] R:OK -2015-03-11 05:24:46 queue INFO C7 [40] -2015-03-11 05:24:46 queue INFO >C7 [41] -2015-03-11 05:24:46 sendUrl INFO C7 [40] R:OK -2015-03-11 05:24:47 sendUrl INFO C7 [41] R:OK -2015-03-11 05:24:47 queue INFO C3 [42] -2015-03-11 05:24:48 sendUrl INFO C3 [42] R:OK -2015-03-11 05:24:48 queue INFO >C3 [43] -2015-03-11 05:24:48 sendUrl INFO C3 [43] R:OK -2015-03-11 05:25:38 queue INFO >>C3 [44] -2015-03-11 05:25:38 sendUrl INFO C3 [44] R:OK -2015-03-11 05:26:28 queue INFO >>C3 [45] -2015-03-11 05:26:28 sendUrl INFO C3 [45] R:OK -2015-03-11 05:27:18 queue INFO >>C3 [46] -2015-03-11 05:27:18 sendUrl INFO C3 [46] R:OK -2015-03-11 05:28:08 queue INFO >>C3 [47] -2015-03-11 05:28:08 sendUrl INFO C3 [47] R:OK -2015-03-11 05:28:12 queue INFO C1 [48] -2015-03-11 05:28:12 queue INFO >C1 [49] -2015-03-11 05:28:12 sendUrl INFO C1 [48] R:OK -2015-03-11 05:28:13 sendUrl INFO C1 [49] R:OK -2015-03-11 05:28:18 queue INFO C3 [50] -2015-03-11 05:28:18 sendUrl INFO C3 [50] R:OK -2015-03-11 05:28:18 queue INFO >C3 [51] -2015-03-11 05:28:19 sendUrl INFO C3 [51] R:OK -2015-03-11 05:29:08 queue INFO >>C3 [52] -2015-03-11 05:29:09 sendUrl INFO C3 [52] R:OK -2015-03-11 05:29:59 queue INFO >>C3 [53] -2015-03-11 05:29:59 sendUrl INFO C3 [53] R:OK -2015-03-11 05:30:49 queue INFO >>C3 [54] -2015-03-11 05:30:49 sendUrl INFO C3 [54] R:OK -2015-03-11 05:31:39 queue INFO >>C3 [55] -2015-03-11 05:31:39 sendUrl INFO C3 [55] R:OK -2015-03-11 05:32:29 queue INFO >>C3 [56] -2015-03-11 05:32:30 sendUrl INFO C3 [56] R:OK -2015-03-11 05:32:31 queue INFO 83 [57] -2015-03-11 05:32:31 queue INFO 87 [58] -2015-03-11 05:32:32 sendUrl INFO 83 [57] R:OK -2015-03-11 05:32:32 queue INFO >87 [59] -2015-03-11 05:32:32 sendUrl INFO 87 [58] R:OK -2015-03-11 05:32:33 sendUrl INFO 87 [59] R:OK -2015-03-11 05:32:33 queue INFO 83 [60] -2015-03-11 05:32:33 queue INFO >83 [61] -2015-03-11 05:32:34 sendUrl INFO 83 [60] R:OK -2015-03-11 05:32:34 sendUrl INFO 83 [61] R:OK -2015-03-11 05:33:23 queue INFO >>83 [62] -2015-03-11 05:33:23 sendUrl INFO 83 [62] R:OK -2015-03-11 05:34:13 queue INFO >>83 [63] -2015-03-11 05:34:14 sendUrl INFO 83 [63] R:OK -2015-03-11 05:35:04 queue INFO >>83 [64] -2015-03-11 05:35:04 sendUrl INFO 83 [64] R:OK -2015-03-11 05:35:54 queue INFO >>83 [65] -2015-03-11 05:35:54 sendUrl INFO 83 [65] R:OK -2015-03-11 05:35:58 queue INFO 81 [66] -2015-03-11 05:35:58 queue INFO >81 [67] -2015-03-11 05:35:58 sendUrl INFO 81 [66] R:OK -2015-03-11 05:35:59 sendUrl INFO 81 [67] R:OK -2015-03-11 05:36:04 queue INFO 83 [68] -2015-03-11 05:36:04 queue INFO >83 [69] -2015-03-11 05:36:05 sendUrl INFO 83 [68] R:OK -2015-03-11 05:36:05 sendUrl INFO 83 [69] R:OK -2015-03-11 05:36:54 queue INFO >>83 [70] -2015-03-11 05:36:55 sendUrl INFO 83 [70] R:OK -2015-03-11 05:37:45 queue INFO >>83 [71] -2015-03-11 05:37:45 sendUrl INFO 83 [71] R:OK -2015-03-11 05:38:35 queue INFO >>83 [72] -2015-03-11 05:38:35 sendUrl INFO 83 [72] R:OK -2015-03-11 05:39:25 queue INFO >>83 [73] -2015-03-11 05:39:25 sendUrl INFO 83 [73] R:OK -2015-03-11 05:40:15 queue INFO >>83 [74] -2015-03-11 05:40:16 sendUrl INFO 83 [74] R:OK -2015-03-11 05:40:17 queue INFO 87 [75] -2015-03-11 05:40:17 queue INFO >87 [76] -2015-03-11 05:40:18 sendUrl INFO 87 [75] R:OK -2015-03-11 05:40:18 sendUrl INFO 87 [76] R:OK -2015-03-11 05:40:19 queue INFO 83 [77] -2015-03-11 05:40:19 queue INFO >83 [78] -2015-03-11 05:40:19 sendUrl INFO 83 [77] R:OK -2015-03-11 05:40:20 sendUrl INFO 83 [78] R:OK -2015-03-11 05:41:09 queue INFO >>83 [79] -2015-03-11 05:41:09 sendUrl INFO 83 [79] R:OK -2015-03-11 05:41:59 queue INFO >>83 [80] -2015-03-11 05:41:59 sendUrl INFO 83 [80] R:OK -2015-03-11 05:42:49 queue INFO >>83 [81] -2015-03-11 05:42:50 sendUrl INFO 83 [81] R:OK -2015-03-11 05:43:39 queue INFO >>83 [82] -2015-03-11 05:43:39 sendUrl INFO 83 [82] R:OK -2015-03-11 05:43:43 queue INFO 81 [83] -2015-03-11 05:43:43 queue INFO >81 [84] -2015-03-11 05:43:43 sendUrl INFO 81 [83] R:OK -2015-03-11 05:43:44 sendUrl INFO 81 [84] R:OK -2015-03-11 05:43:50 queue INFO 83 [85] -2015-03-11 05:43:50 queue INFO >83 [86] -2015-03-11 05:43:50 sendUrl INFO 83 [85] R:OK -2015-03-11 05:43:51 sendUrl INFO 83 [86] R:OK -2015-03-11 05:44:40 queue INFO >>83 [87] -2015-03-11 05:44:40 sendUrl INFO 83 [87] R:OK -2015-03-11 05:45:30 queue INFO >>83 [88] -2015-03-11 05:45:30 sendUrl INFO 83 [88] R:OK -2015-03-11 05:46:20 queue INFO >>83 [89] -2015-03-11 05:46:20 sendUrl INFO 83 [89] R:OK -2015-03-11 05:47:10 queue INFO >>83 [90] -2015-03-11 05:47:10 sendUrl INFO 83 [90] R:OK -2015-03-11 05:48:00 queue INFO >>83 [91] -2015-03-11 05:48:01 sendUrl INFO 83 [91] R:OK -2015-03-11 05:48:02 queue INFO 87 [92] -2015-03-11 05:48:03 sendUrl INFO 87 [92] R:OK -2015-03-11 05:48:03 queue INFO >87 [93] -2015-03-11 05:48:03 sendUrl INFO 87 [93] R:OK -2015-03-11 05:48:04 queue INFO 83 [94] -2015-03-11 05:48:04 queue INFO >83 [95] -2015-03-11 05:48:05 sendUrl INFO 83 [94] R:OK -2015-03-11 05:48:05 sendUrl INFO 83 [95] R:OK -2015-03-11 05:48:54 queue INFO >>83 [96] -2015-03-11 05:48:54 sendUrl INFO 83 [96] R:OK -2015-03-11 05:49:44 queue INFO >>83 [97] -2015-03-11 05:49:45 sendUrl INFO 83 [97] R:OK -2015-03-11 05:50:35 queue INFO >>83 [98] -2015-03-11 05:50:35 sendUrl INFO 83 [98] R:OK -2015-03-11 05:51:25 queue INFO >>83 [99] -2015-03-11 05:51:25 sendUrl INFO 83 [99] R:OK -2015-03-11 05:51:29 queue INFO 81 [100] -2015-03-11 05:51:29 sendUrl INFO 81 [100] R:OK -2015-03-11 05:51:29 queue INFO >81 [101] -2015-03-11 05:51:30 sendUrl INFO 81 [101] R:OK -2015-03-11 05:51:35 queue INFO 83 [102] -2015-03-11 05:51:35 sendUrl INFO 83 [102] R:OK -2015-03-11 05:51:35 queue INFO >83 [103] -2015-03-11 05:51:36 sendUrl INFO 83 [103] R:OK -2015-03-11 05:52:25 queue INFO >>83 [104] -2015-03-11 05:52:25 sendUrl INFO 83 [104] R:OK -2015-03-11 05:53:15 queue INFO >>83 [105] -2015-03-11 05:53:16 sendUrl INFO 83 [105] R:OK -2015-03-11 05:54:05 queue INFO >>83 [106] -2015-03-11 05:54:06 sendUrl INFO 83 [106] R:OK -2015-03-11 05:54:56 queue INFO >>83 [107] -2015-03-11 05:54:56 sendUrl INFO 83 [107] R:OK -2015-03-11 05:55:46 queue INFO >>83 [108] -2015-03-11 05:55:46 sendUrl INFO 83 [108] R:OK -2015-03-11 05:55:47 queue INFO 87 [109] -2015-03-11 05:55:48 queue INFO >87 [110] -2015-03-11 05:55:48 sendUrl INFO 87 [109] R:OK -2015-03-11 05:55:48 sendUrl INFO 87 [110] R:OK -2015-03-11 05:55:49 queue INFO 83 [111] -2015-03-11 05:55:49 queue INFO >83 [112] -2015-03-11 05:55:49 sendUrl INFO 83 [111] R:OK -2015-03-11 05:55:50 sendUrl INFO 83 [112] R:OK -2015-03-11 05:56:39 queue INFO >>83 [113] -2015-03-11 05:56:40 sendUrl INFO 83 [113] R:OK -2015-03-11 05:57:29 queue INFO >>83 [114] -2015-03-11 05:57:29 sendUrl INFO 83 [114] R:OK -2015-03-11 05:58:19 queue INFO >>83 [115] -2015-03-11 05:58:20 sendUrl INFO 83 [115] R:OK -2015-03-11 05:59:10 queue INFO >>83 [116] -2015-03-11 05:59:10 sendUrl INFO 83 [116] R:OK -2015-03-11 05:59:14 queue INFO 81 [117] -2015-03-11 05:59:14 sendUrl INFO 81 [117] R:OK -2015-03-11 05:59:14 queue INFO >81 [118] -2015-03-11 05:59:15 sendUrl INFO 81 [118] R:OK -2015-03-11 05:59:20 queue INFO 83 [119] -2015-03-11 05:59:20 queue INFO >83 [120] -2015-03-11 05:59:20 sendUrl INFO 83 [119] R:OK -2015-03-11 05:59:21 sendUrl INFO 83 [120] R:OK -2015-03-11 06:00:10 queue INFO >>83 [121] -2015-03-11 06:00:10 sendUrl INFO 83 [121] R:OK -2015-03-11 06:01:00 queue INFO >>83 [122] -2015-03-11 06:01:00 sendUrl INFO 83 [122] R:OK -2015-03-11 06:01:50 queue INFO >>83 [123] -2015-03-11 06:01:51 sendUrl INFO 83 [123] R:OK -2015-03-11 06:02:40 queue INFO >>83 [124] -2015-03-11 06:02:41 sendUrl INFO 83 [124] R:OK -2015-03-11 06:03:31 queue INFO >>83 [125] -2015-03-11 06:03:31 sendUrl INFO 83 [125] R:OK -2015-03-11 06:03:32 queue INFO 87 [126] -2015-03-11 06:03:32 sendUrl INFO 87 [126] R:OK -2015-03-11 06:03:32 queue INFO >87 [127] -2015-03-11 06:03:33 sendUrl INFO 87 [127] R:OK -2015-03-11 06:03:34 queue INFO 83 [128] -2015-03-11 06:03:34 queue INFO >83 [129] -2015-03-11 06:03:34 sendUrl INFO 83 [128] R:OK -2015-03-11 06:03:35 sendUrl INFO 83 [129] R:OK -2015-03-11 06:04:24 queue INFO >>83 [130] -2015-03-11 06:04:24 sendUrl INFO 83 [130] R:OK -2015-03-11 06:05:14 queue INFO >>83 [131] -2015-03-11 06:05:14 sendUrl INFO 83 [131] R:OK -2015-03-11 06:06:04 queue INFO >>83 [132] -2015-03-11 06:06:04 sendUrl INFO 83 [132] R:OK -2015-03-11 06:06:54 queue INFO >>83 [133] -2015-03-11 06:06:55 sendUrl INFO 83 [133] R:OK -2015-03-11 06:06:59 queue INFO 81 [134] -2015-03-11 06:06:59 queue INFO >81 [135] -2015-03-11 06:06:59 sendUrl INFO 81 [134] R:OK -2015-03-11 06:07:00 sendUrl INFO 81 [135] R:OK -2015-03-11 06:07:05 queue INFO 83 [136] -2015-03-11 06:07:05 queue INFO >83 [137] -2015-03-11 06:07:05 sendUrl INFO 83 [136] R:OK -2015-03-11 06:07:06 sendUrl INFO 83 [137] R:OK -2015-03-11 06:07:55 queue INFO >>83 [138] -2015-03-11 06:07:55 sendUrl INFO 83 [138] R:OK -2015-03-11 06:08:45 queue INFO >>83 [139] -2015-03-11 06:08:45 sendUrl INFO 83 [139] R:OK -2015-03-11 06:09:35 queue INFO >>83 [140] -2015-03-11 06:09:36 sendUrl INFO 83 [140] R:OK -2015-03-11 06:10:25 queue INFO >>83 [141] -2015-03-11 06:10:26 sendUrl INFO 83 [141] R:OK -2015-03-11 06:11:16 queue INFO >>83 [142] -2015-03-11 06:11:16 sendUrl INFO 83 [142] R:OK -2015-03-11 06:11:17 queue INFO C7 [143] -2015-03-11 06:11:17 queue INFO >C7 [144] -2015-03-11 06:11:17 sendUrl INFO C7 [143] R:OK -2015-03-11 06:11:18 sendUrl INFO C7 [144] R:OK -2015-03-11 06:11:19 queue INFO C3 [145] -2015-03-11 06:11:19 sendUrl INFO C3 [145] R:OK -2015-03-11 06:11:19 queue INFO >C3 [146] -2015-03-11 06:11:19 sendUrl INFO C3 [146] R:OK -2015-03-11 06:12:09 queue INFO >>C3 [147] -2015-03-11 06:12:09 sendUrl INFO C3 [147] R:OK -2015-03-11 06:12:59 queue INFO >>C3 [148] -2015-03-11 06:13:00 sendUrl INFO C3 [148] R:OK -2015-03-11 06:13:49 queue INFO >>C3 [149] -2015-03-11 06:13:49 sendUrl INFO C3 [149] R:OK -2015-03-11 06:14:39 queue INFO >>C3 [150] -2015-03-11 06:14:40 sendUrl INFO C3 [150] R:OK -2015-03-11 06:14:43 queue INFO C1 [151] -2015-03-11 06:14:43 queue INFO >C1 [152] -2015-03-11 06:14:43 sendUrl INFO C1 [151] R:OK -2015-03-11 06:14:44 sendUrl INFO C1 [152] R:OK -2015-03-11 06:14:50 queue INFO C3 [153] -2015-03-11 06:14:50 sendUrl INFO C3 [153] R:OK -2015-03-11 06:14:50 queue INFO >C3 [154] -2015-03-11 06:14:50 sendUrl INFO C3 [154] R:OK -2015-03-11 06:15:40 queue INFO >>C3 [155] -2015-03-11 06:15:40 sendUrl INFO C3 [155] R:OK -2015-03-11 06:16:30 queue INFO >>C3 [156] -2015-03-11 06:16:30 sendUrl INFO C3 [156] R:OK -2015-03-11 06:17:20 queue INFO >>C3 [157] -2015-03-11 06:17:20 sendUrl INFO C3 [157] R:OK -2015-03-11 06:18:10 queue INFO >>C3 [158] -2015-03-11 06:18:11 sendUrl INFO C3 [158] R:OK -2015-03-11 06:19:00 queue INFO >>C3 [159] -2015-03-11 06:19:01 sendUrl INFO C3 [159] R:OK -2015-03-11 06:19:03 queue INFO 83 [160] -2015-03-11 06:19:03 sendUrl INFO 83 [160] R:OK -2015-03-11 06:19:03 queue INFO 87 [161] -2015-03-11 06:19:03 queue INFO >87 [162] -2015-03-11 06:19:03 sendUrl INFO 87 [161] R:OK -2015-03-11 06:19:04 sendUrl INFO 87 [162] R:OK -2015-03-11 06:19:05 queue INFO 83 [163] -2015-03-11 06:19:05 queue INFO >83 [164] -2015-03-11 06:19:05 sendUrl INFO 83 [163] R:OK -2015-03-11 06:19:05 sendUrl INFO 83 [164] R:OK -2015-03-11 06:19:55 queue INFO >>83 [165] -2015-03-11 06:19:55 sendUrl INFO 83 [165] R:OK -2015-03-11 06:20:45 queue INFO >>83 [166] -2015-03-11 06:20:45 sendUrl INFO 83 [166] R:OK -2015-03-11 06:20:50 queue INFO 81 [167] -2015-03-11 06:20:50 queue INFO >81 [168] -2015-03-11 06:20:50 sendUrl INFO 81 [167] R:OK -2015-03-11 06:20:51 sendUrl INFO 81 [168] R:OK -2015-03-11 06:21:04 queue INFO 83 [169] -2015-03-11 06:21:04 queue INFO >83 [170] -2015-03-11 06:21:05 sendUrl INFO 83 [169] R:OK -2015-03-11 06:21:05 sendUrl INFO 83 [170] R:OK -2015-03-11 06:21:54 queue INFO >>83 [171] -2015-03-11 06:21:55 sendUrl INFO 83 [171] R:OK -2015-03-11 06:22:44 queue INFO >>83 [172] -2015-03-11 06:22:45 sendUrl INFO 83 [172] R:OK -2015-03-11 06:23:35 queue INFO >>83 [173] -2015-03-11 06:23:35 sendUrl INFO 83 [173] R:OK -2015-03-11 06:24:25 queue INFO >>83 [174] -2015-03-11 06:24:25 sendUrl INFO 83 [174] R:OK -2015-03-11 06:25:15 queue INFO >>83 [175] -2015-03-11 06:25:15 sendUrl INFO 83 [175] R:OK -2015-03-11 06:26:05 queue INFO >>83 [176] -2015-03-11 06:26:05 sendUrl INFO 83 [176] R:OK -2015-03-11 06:26:48 queue INFO 87 [177] -2015-03-11 06:26:49 sendUrl INFO 87 [177] R:OK -2015-03-11 06:26:49 queue INFO >87 [178] -2015-03-11 06:26:49 sendUrl INFO 87 [178] R:OK -2015-03-11 06:26:50 queue INFO 83 [179] -2015-03-11 06:26:50 queue INFO >83 [180] -2015-03-11 06:26:51 sendUrl INFO 83 [179] R:OK -2015-03-11 06:26:51 sendUrl INFO 83 [180] R:OK -2015-03-11 06:27:40 queue INFO >>83 [181] -2015-03-11 06:27:40 sendUrl INFO 83 [181] R:OK -2015-03-11 06:28:30 queue INFO >>83 [182] -2015-03-11 06:28:31 sendUrl INFO 83 [182] R:OK -2015-03-11 06:29:20 queue INFO >>83 [183] -2015-03-11 06:29:21 sendUrl INFO 83 [183] R:OK -2015-03-11 06:30:11 queue INFO >>83 [184] -2015-03-11 06:30:11 sendUrl INFO 83 [184] R:OK -2015-03-11 06:30:15 queue INFO 81 [185] -2015-03-11 06:30:15 queue INFO >81 [186] -2015-03-11 06:30:15 sendUrl INFO 81 [185] R:OK -2015-03-11 06:30:16 sendUrl INFO 81 [186] R:OK -2015-03-11 06:30:21 queue INFO 83 [187] -2015-03-11 06:30:21 queue INFO >83 [188] -2015-03-11 06:30:21 sendUrl INFO 83 [187] R:OK -2015-03-11 06:30:22 sendUrl INFO 83 [188] R:OK -2015-03-11 06:31:11 queue INFO >>83 [189] -2015-03-11 06:31:12 sendUrl INFO 83 [189] R:OK -2015-03-11 06:32:01 queue INFO >>83 [190] -2015-03-11 06:32:02 sendUrl INFO 83 [190] R:OK -2015-03-11 06:32:52 queue INFO >>83 [191] -2015-03-11 06:32:52 sendUrl INFO 83 [191] R:OK -2015-03-11 06:33:42 queue INFO >>83 [192] -2015-03-11 06:33:42 sendUrl INFO 83 [192] R:OK -2015-03-11 06:34:32 queue INFO >>83 [193] -2015-03-11 06:34:32 sendUrl INFO 83 [193] R:OK -2015-03-11 06:34:34 queue INFO 87 [194] -2015-03-11 06:34:34 queue INFO >87 [195] -2015-03-11 06:34:34 sendUrl INFO 87 [194] R:OK -2015-03-11 06:34:35 sendUrl INFO 87 [195] R:OK -2015-03-11 06:34:35 queue INFO 83 [196] -2015-03-11 06:34:36 sendUrl INFO 83 [196] R:OK -2015-03-11 06:34:36 queue INFO >83 [197] -2015-03-11 06:34:36 sendUrl INFO 83 [197] R:OK -2015-03-11 06:35:26 queue INFO >>83 [198] -2015-03-11 06:35:26 sendUrl INFO 83 [198] R:OK -2015-03-11 06:36:16 queue INFO >>83 [199] -2015-03-11 06:36:16 sendUrl INFO 83 [199] R:OK -2015-03-11 06:37:06 queue INFO >>83 [200] -2015-03-11 06:37:06 sendUrl INFO 83 [200] R:OK -2015-03-11 06:37:56 queue INFO >>83 [201] -2015-03-11 06:37:56 sendUrl INFO 83 [201] R:OK -2015-03-11 06:38:00 queue INFO 81 [202] -2015-03-11 06:38:00 queue INFO >81 [203] -2015-03-11 06:38:00 sendUrl INFO 81 [202] R:OK -2015-03-11 06:38:01 sendUrl INFO 81 [203] R:OK -2015-03-11 06:38:06 queue INFO 83 [204] -2015-03-11 06:38:06 sendUrl INFO 83 [204] R:OK -2015-03-11 06:38:07 queue INFO >83 [205] -2015-03-11 06:38:07 sendUrl INFO 83 [205] R:OK -2015-03-11 06:38:56 queue INFO >>83 [206] -2015-03-11 06:38:57 sendUrl INFO 83 [206] R:OK -2015-03-11 06:39:47 queue INFO >>83 [207] -2015-03-11 06:39:47 sendUrl INFO 83 [207] R:OK -2015-03-11 06:40:37 queue INFO >>83 [208] -2015-03-11 06:40:37 sendUrl INFO 83 [208] R:OK -2015-03-11 06:41:27 queue INFO >>83 [209] -2015-03-11 06:41:27 sendUrl INFO 83 [209] R:OK -2015-03-11 06:42:17 queue INFO >>83 [210] -2015-03-11 06:42:18 sendUrl INFO 83 [210] R:OK -2015-03-11 06:42:32 queue INFO 87 [211] -2015-03-11 06:42:33 queue INFO >87 [212] -2015-03-11 06:42:33 sendUrl INFO 87 [211] R:OK -2015-03-11 06:42:33 sendUrl INFO 87 [212] R:OK -2015-03-11 06:42:34 queue INFO 83 [213] -2015-03-11 06:42:34 queue INFO >83 [214] -2015-03-11 06:42:34 sendUrl INFO 83 [213] R:OK -2015-03-11 06:42:35 sendUrl INFO 83 [214] R:OK -2015-03-11 06:43:24 queue INFO >>83 [215] -2015-03-11 06:43:25 sendUrl INFO 83 [215] R:OK -2015-03-11 06:44:14 queue INFO >>83 [216] -2015-03-11 06:44:14 sendUrl INFO 83 [216] R:OK -2015-03-11 06:45:04 queue INFO >>83 [217] -2015-03-11 06:45:05 sendUrl INFO 83 [217] R:OK -2015-03-11 06:45:55 queue INFO >>83 [218] -2015-03-11 06:45:55 sendUrl INFO 83 [218] R:OK -2015-03-11 06:45:59 queue INFO 81 [219] -2015-03-11 06:45:59 sendUrl INFO 81 [219] R:OK -2015-03-11 06:45:59 queue INFO >81 [220] -2015-03-11 06:46:00 sendUrl INFO 81 [220] R:OK -2015-03-11 06:46:05 queue INFO 83 [221] -2015-03-11 06:46:05 sendUrl INFO 83 [221] R:OK -2015-03-11 06:46:05 queue INFO >83 [222] -2015-03-11 06:46:06 sendUrl INFO 83 [222] R:OK -2015-03-11 06:46:55 queue INFO >>83 [223] -2015-03-11 06:46:55 sendUrl INFO 83 [223] R:OK -2015-03-11 06:47:45 queue INFO >>83 [224] -2015-03-11 06:47:46 sendUrl INFO 83 [224] R:OK -2015-03-11 06:48:35 queue INFO >>83 [225] -2015-03-11 06:48:36 sendUrl INFO 83 [225] R:OK -2015-03-11 06:49:26 queue INFO >>83 [226] -2015-03-11 06:49:26 sendUrl INFO 83 [226] R:OK -2015-03-11 06:50:16 queue INFO >>83 [227] -2015-03-11 06:50:16 sendUrl INFO 83 [227] R:OK -2015-03-11 06:50:17 queue INFO 87 [228] -2015-03-11 06:50:18 queue INFO >87 [229] -2015-03-11 06:50:18 sendUrl INFO 87 [228] R:OK -2015-03-11 06:50:18 sendUrl INFO 87 [229] R:OK -2015-03-11 06:50:19 queue INFO 83 [230] -2015-03-11 06:50:19 queue INFO >83 [231] -2015-03-11 06:50:19 sendUrl INFO 83 [230] R:OK -2015-03-11 06:50:20 sendUrl INFO 83 [231] R:OK -2015-03-11 06:51:09 queue INFO >>83 [232] -2015-03-11 06:51:10 sendUrl INFO 83 [232] R:OK -2015-03-11 06:51:59 queue INFO >>83 [233] -2015-03-11 06:51:59 sendUrl INFO 83 [233] R:OK -2015-03-11 06:52:49 queue INFO >>83 [234] -2015-03-11 06:52:50 sendUrl INFO 83 [234] R:OK -2015-03-11 06:53:40 queue INFO >>83 [235] -2015-03-11 06:53:40 sendUrl INFO 83 [235] R:OK -2015-03-11 06:53:44 queue INFO 81 [236] -2015-03-11 06:53:44 queue INFO >81 [237] -2015-03-11 06:53:44 sendUrl INFO 81 [236] R:OK -2015-03-11 06:53:45 sendUrl INFO 81 [237] R:OK -2015-03-11 06:53:50 queue INFO 83 [238] -2015-03-11 06:53:50 queue INFO >83 [239] -2015-03-11 06:53:50 sendUrl INFO 83 [238] R:OK -2015-03-11 06:53:51 sendUrl INFO 83 [239] R:OK -2015-03-11 06:54:40 queue INFO >>83 [240] -2015-03-11 06:54:40 sendUrl INFO 83 [240] R:OK -2015-03-11 06:55:30 queue INFO >>83 [241] -2015-03-11 06:55:30 sendUrl INFO 83 [241] R:OK -2015-03-11 06:56:20 queue INFO >>83 [242] -2015-03-11 06:56:21 sendUrl INFO 83 [242] R:OK -2015-03-11 06:57:10 queue INFO >>83 [243] -2015-03-11 06:57:11 sendUrl INFO 83 [243] R:OK -2015-03-11 06:58:01 queue INFO >>83 [244] -2015-03-11 06:58:01 sendUrl INFO 83 [244] R:OK -2015-03-11 06:58:02 queue INFO 87 [245] -2015-03-11 06:58:02 queue INFO C7 [246] -2015-03-11 06:58:02 sendUrl INFO 87 [245] R:OK -2015-03-11 06:58:03 queue INFO >C7 [247] -2015-03-11 06:58:03 sendUrl INFO C7 [246] R:OK -2015-03-11 06:58:03 sendUrl INFO C7 [247] R:OK -2015-03-11 06:58:04 queue INFO C3 [248] -2015-03-11 06:58:04 sendUrl INFO C3 [248] R:OK -2015-03-11 06:58:04 queue INFO >C3 [249] -2015-03-11 06:58:04 sendUrl INFO C3 [249] R:OK -2015-03-11 06:58:54 queue INFO >>C3 [250] -2015-03-11 06:58:54 sendUrl INFO C3 [250] R:OK -2015-03-11 06:59:44 queue INFO >>C3 [251] -2015-03-11 06:59:45 sendUrl INFO C3 [251] R:OK -2015-03-11 07:00:34 queue INFO >>C3 [252] -2015-03-11 07:00:34 sendUrl INFO C3 [252] R:OK -2015-03-11 07:01:24 queue INFO >>C3 [253] -2015-03-11 07:01:25 sendUrl INFO C3 [253] R:OK -2015-03-11 07:01:29 queue INFO C1 [254] -2015-03-11 07:01:29 queue INFO >C1 [255] -2015-03-11 07:01:29 sendUrl INFO C1 [254] R:OK -2015-03-11 07:01:30 sendUrl INFO C1 [255] R:OK -2015-03-11 07:01:35 queue INFO C3 [256] -2015-03-11 07:01:35 queue INFO >C3 [257] -2015-03-11 07:01:35 sendUrl INFO C3 [256] R:OK -2015-03-11 07:01:36 sendUrl INFO C3 [257] R:OK -2015-03-11 07:02:25 queue INFO >>C3 [258] -2015-03-11 07:02:25 sendUrl INFO C3 [258] R:OK -2015-03-11 07:03:15 queue INFO >>C3 [259] -2015-03-11 07:03:15 sendUrl INFO C3 [259] R:OK -2015-03-11 07:04:05 queue INFO >>C3 [260] -2015-03-11 07:04:06 sendUrl INFO C3 [260] R:OK -2015-03-11 07:04:55 queue INFO >>C3 [261] -2015-03-11 07:04:56 sendUrl INFO C3 [261] R:OK -2015-03-11 07:05:46 queue INFO >>C3 [262] -2015-03-11 07:05:46 sendUrl INFO C3 [262] R:OK -2015-03-11 07:05:48 queue INFO 83 [263] -2015-03-11 07:05:48 sendUrl INFO 83 [263] R:OK -2015-03-11 07:05:48 queue INFO >83 [264] -2015-03-11 07:05:48 sendUrl INFO 83 [264] R:OK -2015-03-11 07:06:25 queue INFO 87 [265] -2015-03-11 07:06:25 sendUrl INFO 87 [265] R:OK -2015-03-11 07:06:25 queue INFO >87 [266] -2015-03-11 07:06:26 sendUrl INFO 87 [266] R:OK -2015-03-11 07:06:27 queue INFO 83 [267] -2015-03-11 07:06:27 queue INFO >83 [268] -2015-03-11 07:06:27 sendUrl INFO 83 [267] R:OK -2015-03-11 07:06:28 sendUrl INFO 83 [268] R:OK -2015-03-11 07:07:17 queue INFO >>83 [269] -2015-03-11 07:07:17 sendUrl INFO 83 [269] R:OK -2015-03-11 07:08:07 queue INFO >>83 [270] -2015-03-11 07:08:07 sendUrl INFO 83 [270] R:OK -2015-03-11 07:08:57 queue INFO >>83 [271] -2015-03-11 07:08:58 sendUrl INFO 83 [271] R:OK -2015-03-11 07:09:47 queue INFO >>83 [272] -2015-03-11 07:09:48 sendUrl INFO 83 [272] R:OK -2015-03-11 07:09:51 queue INFO 81 [273] -2015-03-11 07:09:51 queue INFO >81 [274] -2015-03-11 07:09:51 sendUrl INFO 81 [273] R:OK -2015-03-11 07:09:52 sendUrl INFO 81 [274] R:OK -2015-03-11 07:09:58 queue INFO 83 [275] -2015-03-11 07:09:58 queue INFO >83 [276] -2015-03-11 07:09:58 sendUrl INFO 83 [275] R:OK -2015-03-11 07:09:59 sendUrl INFO 83 [276] R:OK -2015-03-11 07:10:48 queue INFO >>83 [277] -2015-03-11 07:10:48 sendUrl INFO 83 [277] R:OK -2015-03-11 07:11:38 queue INFO >>83 [278] -2015-03-11 07:11:38 sendUrl INFO 83 [278] R:OK -2015-03-11 07:12:28 queue INFO >>83 [279] -2015-03-11 07:12:29 sendUrl INFO 83 [279] R:OK -2015-03-11 07:13:18 queue INFO >>83 [280] -2015-03-11 07:13:18 sendUrl INFO 83 [280] R:OK -2015-03-11 07:14:09 queue INFO >>83 [281] -2015-03-11 07:14:09 sendUrl INFO 83 [281] R:OK -2015-03-11 07:14:10 queue INFO 87 [282] -2015-03-11 07:14:11 queue INFO >87 [283] -2015-03-11 07:14:11 sendUrl INFO 87 [282] R:OK -2015-03-11 07:14:11 sendUrl INFO 87 [283] R:OK -2015-03-11 07:14:12 queue INFO 83 [284] -2015-03-11 07:14:12 queue INFO >83 [285] -2015-03-11 07:14:12 sendUrl INFO 83 [284] R:OK -2015-03-11 07:14:13 sendUrl INFO 83 [285] R:OK -2015-03-11 07:15:02 queue INFO >>83 [286] -2015-03-11 07:15:03 sendUrl INFO 83 [286] R:OK -2015-03-11 07:15:52 queue INFO >>83 [287] -2015-03-11 07:15:52 sendUrl INFO 83 [287] R:OK -2015-03-11 07:16:42 queue INFO >>83 [288] -2015-03-11 07:16:43 sendUrl INFO 83 [288] R:OK -2015-03-11 07:17:33 queue INFO >>83 [289] -2015-03-11 07:17:33 sendUrl INFO 83 [289] R:OK -2015-03-11 07:17:37 queue INFO 81 [290] -2015-03-11 07:17:37 queue INFO >81 [291] -2015-03-11 07:17:37 sendUrl INFO 81 [290] R:OK -2015-03-11 07:17:38 sendUrl INFO 81 [291] R:OK -2015-03-11 07:17:43 queue INFO 83 [292] -2015-03-11 07:17:43 queue INFO >83 [293] -2015-03-11 07:17:43 sendUrl INFO 83 [292] R:OK -2015-03-11 07:17:44 sendUrl INFO 83 [293] R:OK -2015-03-11 07:18:08 queue INFO 81 [294] -2015-03-11 07:18:08 queue INFO >81 [295] -2015-03-11 07:18:08 sendUrl INFO 81 [294] R:OK -2015-03-11 07:18:08 sendUrl INFO 81 [295] R:OK -2015-03-11 07:18:58 queue INFO >>81 [296] -2015-03-11 07:18:58 sendUrl INFO 81 [296] R:OK -2015-03-11 07:19:48 queue INFO >>81 [297] -2015-03-11 07:19:49 sendUrl INFO 81 [297] R:OK -2015-03-11 07:20:38 queue INFO >>81 [298] -2015-03-11 07:20:38 sendUrl INFO 81 [298] R:OK -2015-03-11 07:21:28 queue INFO >>81 [299] -2015-03-11 07:21:29 sendUrl INFO 81 [299] R:OK -2015-03-11 07:22:18 queue INFO >>81 [300] -2015-03-11 07:22:19 sendUrl INFO 81 [300] R:OK -2015-03-11 07:23:09 queue INFO >>81 [301] -2015-03-11 07:23:09 sendUrl INFO 81 [301] R:OK -2015-03-11 07:23:23 queue INFO 91 [302] -2015-03-11 07:23:23 queue INFO >91 [303] -2015-03-11 07:23:23 sendUrl INFO 91 [302] R:OK -2015-03-11 07:23:23 sendUrl INFO 91 [303] R:OK -2015-03-11 07:24:13 queue INFO >>91 [304] -2015-03-11 07:24:13 sendUrl INFO 91 [304] R:OK -2015-03-11 07:25:03 queue INFO >>91 [305] -2015-03-11 07:25:03 sendUrl INFO 91 [305] R:OK -2015-03-11 07:25:53 queue INFO >>91 [306] -2015-03-11 07:25:53 sendUrl INFO 91 [306] R:OK -2015-03-11 07:26:43 queue INFO >>91 [307] -2015-03-11 07:26:44 sendUrl INFO 91 [307] R:OK -2015-03-11 07:27:33 queue INFO >>91 [308] -2015-03-11 07:27:34 sendUrl INFO 91 [308] R:OK -2015-03-11 07:28:24 queue INFO >>91 [309] -2015-03-11 07:28:24 sendUrl INFO 91 [309] R:OK -2015-03-11 07:28:58 queue INFO 81 [310] -2015-03-11 07:28:58 queue INFO >81 [311] -2015-03-11 07:28:59 sendUrl INFO 81 [310] R:OK -2015-03-11 07:28:59 sendUrl INFO 81 [311] R:OK -2015-03-11 07:29:06 queue INFO 83 [312] -2015-03-11 07:29:06 queue INFO >83 [313] -2015-03-11 07:29:06 sendUrl INFO 83 [312] R:OK -2015-03-11 07:29:07 sendUrl INFO 83 [313] R:OK -2015-03-11 07:29:29 queue INFO 87 [314] -2015-03-11 07:29:30 queue INFO >87 [315] -2015-03-11 07:29:30 sendUrl INFO 87 [314] R:OK -2015-03-11 07:29:30 sendUrl INFO 87 [315] R:OK -2015-03-11 07:29:31 queue INFO 83 [316] -2015-03-11 07:29:31 queue INFO >83 [317] -2015-03-11 07:29:31 sendUrl INFO 83 [316] R:OK -2015-03-11 07:29:32 sendUrl INFO 83 [317] R:OK -2015-03-11 07:29:32 queue INFO 81 [318] -2015-03-11 07:29:32 queue INFO >81 [319] -2015-03-11 07:29:32 sendUrl INFO 81 [318] R:OK -2015-03-11 07:29:33 sendUrl INFO 81 [319] R:OK -2015-03-11 07:29:47 queue INFO 83 [320] -2015-03-11 07:29:47 queue INFO >83 [321] -2015-03-11 07:29:47 sendUrl INFO 83 [320] R:OK -2015-03-11 07:29:47 sendUrl INFO 83 [321] R:OK -2015-03-11 07:30:37 queue INFO >>83 [322] -2015-03-11 07:30:37 sendUrl INFO 83 [322] R:OK -2015-03-11 07:31:27 queue INFO >>83 [323] -2015-03-11 07:31:27 sendUrl INFO 83 [323] R:OK -2015-03-11 07:32:17 queue INFO >>83 [324] -2015-03-11 07:32:17 sendUrl INFO 83 [324] R:OK -2015-03-11 07:32:56 queue INFO 81 [325] -2015-03-11 07:32:56 queue INFO >81 [326] -2015-03-11 07:32:56 sendUrl INFO 81 [325] R:OK -2015-03-11 07:32:57 sendUrl INFO 81 [326] R:OK -2015-03-11 07:33:02 queue INFO 83 [327] -2015-03-11 07:33:02 queue INFO >83 [328] -2015-03-11 07:33:02 sendUrl INFO 83 [327] R:OK -2015-03-11 07:33:03 sendUrl INFO 83 [328] R:OK -2015-03-11 07:33:52 queue INFO >>83 [329] -2015-03-11 07:33:52 sendUrl INFO 83 [329] R:OK -2015-03-11 07:34:42 queue INFO >>83 [330] -2015-03-11 07:34:42 sendUrl INFO 83 [330] R:OK -2015-03-11 07:35:32 queue INFO >>83 [331] -2015-03-11 07:35:33 sendUrl INFO 83 [331] R:OK -2015-03-11 07:36:22 queue INFO >>83 [332] -2015-03-11 07:36:23 sendUrl INFO 83 [332] R:OK -2015-03-11 07:37:13 queue INFO >>83 [333] -2015-03-11 07:37:13 sendUrl INFO 83 [333] R:OK -2015-03-11 07:37:15 queue INFO 87 [334] -2015-03-11 07:37:15 queue INFO >87 [335] -2015-03-11 07:37:15 sendUrl INFO 87 [334] R:OK -2015-03-11 07:37:15 sendUrl INFO 87 [335] R:OK -2015-03-11 07:37:16 queue INFO 83 [336] -2015-03-11 07:37:16 queue INFO >83 [337] -2015-03-11 07:37:16 sendUrl INFO 83 [336] R:OK -2015-03-11 07:37:17 sendUrl INFO 83 [337] R:OK -2015-03-11 07:38:06 queue INFO >>83 [338] -2015-03-11 07:38:07 sendUrl INFO 83 [338] R:OK -2015-03-11 07:38:56 queue INFO >>83 [339] -2015-03-11 07:38:57 sendUrl INFO 83 [339] R:OK -2015-03-11 07:39:47 queue INFO >>83 [340] -2015-03-11 07:39:47 sendUrl INFO 83 [340] R:OK -2015-03-11 07:40:37 queue INFO >>83 [341] -2015-03-11 07:40:37 sendUrl INFO 83 [341] R:OK -2015-03-11 07:40:41 queue INFO 81 [342] -2015-03-11 07:40:41 queue INFO >81 [343] -2015-03-11 07:40:41 sendUrl INFO 81 [342] R:OK -2015-03-11 07:40:42 sendUrl INFO 81 [343] R:OK -2015-03-11 07:40:47 queue INFO 83 [344] -2015-03-11 07:40:47 sendUrl INFO 83 [344] R:OK -2015-03-11 07:40:47 queue INFO >83 [345] -2015-03-11 07:40:48 sendUrl INFO 83 [345] R:OK -2015-03-11 07:41:37 queue INFO >>83 [346] -2015-03-11 07:41:38 sendUrl INFO 83 [346] R:OK -2015-03-11 07:42:28 queue INFO >>83 [347] -2015-03-11 07:42:28 sendUrl INFO 83 [347] R:OK -2015-03-11 07:43:18 queue INFO >>83 [348] -2015-03-11 07:43:18 sendUrl INFO 83 [348] R:OK -2015-03-11 07:44:08 queue INFO >>83 [349] -2015-03-11 07:44:08 sendUrl INFO 83 [349] R:OK -2015-03-11 07:44:58 queue INFO >>83 [350] -2015-03-11 07:44:58 sendUrl INFO 83 [350] R:OK -2015-03-11 07:45:00 queue INFO 87 [351] -2015-03-11 07:45:00 queue INFO >87 [352] -2015-03-11 07:45:00 sendUrl INFO 87 [351] R:OK -2015-03-11 07:45:00 sendUrl INFO 87 [352] R:OK -2015-03-11 07:45:01 queue INFO 83 [353] -2015-03-11 07:45:01 queue INFO >83 [354] -2015-03-11 07:45:02 sendUrl INFO 83 [353] R:OK -2015-03-11 07:45:02 sendUrl INFO 83 [354] R:OK -2015-03-11 07:45:51 queue INFO >>83 [355] -2015-03-11 07:45:52 sendUrl INFO 83 [355] R:OK -2015-03-11 07:46:42 queue INFO >>83 [356] -2015-03-11 07:46:42 sendUrl INFO 83 [356] R:OK -2015-03-11 07:47:32 queue INFO >>83 [357] -2015-03-11 07:47:32 sendUrl INFO 83 [357] R:OK -2015-03-11 07:48:22 queue INFO >>83 [358] -2015-03-11 07:48:22 sendUrl INFO 83 [358] R:OK -2015-03-11 07:48:26 queue INFO 81 [359] -2015-03-11 07:48:26 queue INFO >81 [360] -2015-03-11 07:48:26 sendUrl INFO 81 [359] R:OK -2015-03-11 07:48:27 sendUrl INFO 81 [360] R:OK -2015-03-11 07:48:32 queue INFO 83 [361] -2015-03-11 07:48:32 queue INFO >83 [362] -2015-03-11 07:48:32 sendUrl INFO 83 [361] R:OK -2015-03-11 07:48:33 sendUrl INFO 83 [362] R:OK -2015-03-11 07:49:22 queue INFO >>83 [363] -2015-03-11 07:49:23 sendUrl INFO 83 [363] R:OK -2015-03-11 07:50:12 queue INFO >>83 [364] -2015-03-11 07:50:13 sendUrl INFO 83 [364] R:OK -2015-03-11 07:51:03 queue INFO >>83 [365] -2015-03-11 07:51:03 sendUrl INFO 83 [365] R:OK -2015-03-11 07:51:53 queue INFO >>83 [366] -2015-03-11 07:51:53 sendUrl INFO 83 [366] R:OK -2015-03-11 07:52:43 queue INFO >>83 [367] -2015-03-11 07:52:43 sendUrl INFO 83 [367] R:OK -2015-03-11 07:52:44 queue INFO 87 [368] -2015-03-11 07:52:45 sendUrl INFO 87 [368] R:OK -2015-03-11 07:52:45 queue INFO >87 [369] -2015-03-11 07:52:45 sendUrl INFO 87 [369] R:OK -2015-03-11 07:52:46 queue INFO 83 [370] -2015-03-11 07:52:46 queue INFO >83 [371] -2015-03-11 07:52:47 sendUrl INFO 83 [370] R:OK -2015-03-11 07:52:47 sendUrl INFO 83 [371] R:OK -2015-03-11 07:53:36 queue INFO >>83 [372] -2015-03-11 07:53:36 sendUrl INFO 83 [372] R:OK -2015-03-11 07:54:26 queue INFO >>83 [373] -2015-03-11 07:54:27 sendUrl INFO 83 [373] R:OK -2015-03-11 07:55:17 queue INFO >>83 [374] -2015-03-11 07:55:17 sendUrl INFO 83 [374] R:OK -2015-03-11 07:56:07 queue INFO >>83 [375] -2015-03-11 07:56:07 sendUrl INFO 83 [375] R:OK -2015-03-11 07:56:11 queue INFO 81 [376] -2015-03-11 07:56:11 queue INFO >81 [377] -2015-03-11 07:56:11 sendUrl INFO 81 [376] R:OK -2015-03-11 07:56:12 sendUrl INFO 81 [377] R:OK -2015-03-11 07:56:17 queue INFO 83 [378] -2015-03-11 07:56:17 queue INFO >83 [379] -2015-03-11 07:56:17 sendUrl INFO 83 [378] R:OK -2015-03-11 07:56:18 sendUrl INFO 83 [379] R:OK -2015-03-11 07:57:07 queue INFO >>83 [380] -2015-03-11 07:57:08 sendUrl INFO 83 [380] R:OK -2015-03-11 07:57:57 queue INFO >>83 [381] -2015-03-11 07:57:58 sendUrl INFO 83 [381] R:OK -2015-03-11 07:58:48 queue INFO >>83 [382] -2015-03-11 07:58:48 sendUrl INFO 83 [382] R:OK -2015-03-11 07:59:38 queue INFO >>83 [383] -2015-03-11 07:59:38 sendUrl INFO 83 [383] R:OK -2015-03-11 08:00:28 queue INFO >>83 [384] -2015-03-11 08:00:28 sendUrl INFO 83 [384] R:OK -2015-03-11 08:00:29 queue INFO C7 [385] -2015-03-11 08:00:30 sendUrl INFO C7 [385] R:OK -2015-03-11 08:00:30 queue INFO >C7 [386] -2015-03-11 08:00:30 sendUrl INFO C7 [386] R:OK -2015-03-11 08:00:31 queue INFO C3 [387] -2015-03-11 08:00:31 queue INFO >C3 [388] -2015-03-11 08:00:32 sendUrl INFO C3 [387] R:OK -2015-03-11 08:00:32 sendUrl INFO C3 [388] R:OK -2015-03-11 08:01:21 queue INFO >>C3 [389] -2015-03-11 08:01:21 sendUrl INFO C3 [389] R:OK -2015-03-11 08:02:11 queue INFO >>C3 [390] -2015-03-11 08:02:12 sendUrl INFO C3 [390] R:OK -2015-03-11 08:03:02 queue INFO >>C3 [391] -2015-03-11 08:03:02 sendUrl INFO C3 [391] R:OK -2015-03-11 08:03:52 queue INFO >>C3 [392] -2015-03-11 08:03:52 sendUrl INFO C3 [392] R:OK -2015-03-11 08:03:56 queue INFO C1 [393] -2015-03-11 08:03:56 queue INFO >C1 [394] -2015-03-11 08:03:56 sendUrl INFO C1 [393] R:OK -2015-03-11 08:03:57 sendUrl INFO C1 [394] R:OK -2015-03-11 08:04:02 queue INFO C3 [395] -2015-03-11 08:04:02 sendUrl INFO C3 [395] R:OK -2015-03-11 08:04:02 queue INFO >C3 [396] -2015-03-11 08:04:03 sendUrl INFO C3 [396] R:OK -2015-03-11 08:04:52 queue INFO >>C3 [397] -2015-03-11 08:04:52 sendUrl INFO C3 [397] R:OK -2015-03-11 08:05:42 queue INFO >>C3 [398] -2015-03-11 08:05:43 sendUrl INFO C3 [398] R:OK -2015-03-11 08:06:32 queue INFO >>C3 [399] -2015-03-11 08:06:33 sendUrl INFO C3 [399] R:OK -2015-03-11 08:07:23 queue INFO >>C3 [400] -2015-03-11 08:07:23 sendUrl INFO C3 [400] R:OK -2015-03-11 08:08:13 queue INFO >>C3 [401] -2015-03-11 08:08:13 sendUrl INFO C3 [401] R:OK -2015-03-11 08:08:15 queue INFO 83 [402] -2015-03-11 08:08:15 sendUrl INFO 83 [402] R:OK -2015-03-11 08:08:15 queue INFO 87 [403] -2015-03-11 08:08:15 queue INFO >87 [404] -2015-03-11 08:08:16 sendUrl INFO 87 [403] R:OK -2015-03-11 08:08:16 sendUrl INFO 87 [404] R:OK -2015-03-11 08:08:17 queue INFO 83 [405] -2015-03-11 08:08:17 queue INFO >83 [406] -2015-03-11 08:08:17 sendUrl INFO 83 [405] R:OK -2015-03-11 08:08:18 sendUrl INFO 83 [406] R:OK -2015-03-11 08:09:07 queue INFO >>83 [407] -2015-03-11 08:09:08 sendUrl INFO 83 [407] R:OK -2015-03-11 08:09:57 queue INFO >>83 [408] -2015-03-11 08:09:57 sendUrl INFO 83 [408] R:OK -2015-03-11 08:10:47 queue INFO >>83 [409] -2015-03-11 08:10:48 sendUrl INFO 83 [409] R:OK -2015-03-11 08:11:38 queue INFO >>83 [410] -2015-03-11 08:11:38 sendUrl INFO 83 [410] R:OK -2015-03-11 08:11:42 queue INFO 81 [411] -2015-03-11 08:11:42 sendUrl INFO 81 [411] R:OK -2015-03-11 08:11:42 queue INFO >81 [412] -2015-03-11 08:11:43 sendUrl INFO 81 [412] R:OK -2015-03-11 08:11:48 queue INFO 83 [413] -2015-03-11 08:11:48 sendUrl INFO 83 [413] R:OK -2015-03-11 08:11:48 queue INFO >83 [414] -2015-03-11 08:11:49 sendUrl INFO 83 [414] R:OK -2015-03-11 08:12:38 queue INFO >>83 [415] -2015-03-11 08:12:38 sendUrl INFO 83 [415] R:OK -2015-03-11 08:13:28 queue INFO >>83 [416] -2015-03-11 08:13:29 sendUrl INFO 83 [416] R:OK -2015-03-11 08:14:18 queue INFO >>83 [417] -2015-03-11 08:14:19 sendUrl INFO 83 [417] R:OK -2015-03-11 08:15:09 queue INFO >>83 [418] -2015-03-11 08:15:09 sendUrl INFO 83 [418] R:OK -2015-03-11 08:15:59 queue INFO >>83 [419] -2015-03-11 08:15:59 sendUrl INFO 83 [419] R:OK -2015-03-11 08:16:01 queue INFO 87 [420] -2015-03-11 08:16:01 queue INFO >87 [421] -2015-03-11 08:16:01 sendUrl INFO 87 [420] R:OK -2015-03-11 08:16:02 sendUrl INFO 87 [421] R:OK -2015-03-11 08:16:02 queue INFO 83 [422] -2015-03-11 08:16:03 queue INFO >83 [423] -2015-03-11 08:16:03 sendUrl INFO 83 [422] R:OK -2015-03-11 08:16:03 sendUrl INFO 83 [423] R:OK -2015-03-11 08:16:52 queue INFO >>83 [424] -2015-03-11 08:16:53 sendUrl INFO 83 [424] R:OK -2015-03-11 08:17:43 queue INFO >>83 [425] -2015-03-11 08:17:43 sendUrl INFO 83 [425] R:OK -2015-03-11 08:18:33 queue INFO >>83 [426] -2015-03-11 08:18:33 sendUrl INFO 83 [426] R:OK -2015-03-11 08:19:23 queue INFO >>83 [427] -2015-03-11 08:19:23 sendUrl INFO 83 [427] R:OK -2015-03-11 08:19:27 queue INFO 81 [428] -2015-03-11 08:19:27 sendUrl INFO 81 [428] R:OK -2015-03-11 08:19:27 queue INFO >81 [429] -2015-03-11 08:19:28 sendUrl INFO 81 [429] R:OK -2015-03-11 08:19:33 queue INFO 83 [430] -2015-03-11 08:19:34 queue INFO >83 [431] -2015-03-11 08:19:34 sendUrl INFO 83 [430] R:OK -2015-03-11 08:19:34 sendUrl INFO 83 [431] R:OK -2015-03-11 08:20:24 queue INFO >>83 [432] -2015-03-11 08:20:24 sendUrl INFO 83 [432] R:OK -2015-03-11 08:21:14 queue INFO >>83 [433] -2015-03-11 08:21:14 sendUrl INFO 83 [433] R:OK -2015-03-11 08:22:04 queue INFO >>83 [434] -2015-03-11 08:22:04 sendUrl INFO 83 [434] R:OK -2015-03-11 08:22:54 queue INFO >>83 [435] -2015-03-11 08:22:54 sendUrl INFO 83 [435] R:OK -2015-03-11 08:23:44 queue INFO >>83 [436] -2015-03-11 08:23:44 sendUrl INFO 83 [436] R:OK -2015-03-11 08:23:46 queue INFO 87 [437] -2015-03-11 08:23:46 queue INFO >87 [438] -2015-03-11 08:23:46 sendUrl INFO 87 [437] R:OK -2015-03-11 08:23:47 sendUrl INFO 87 [438] R:OK -2015-03-11 08:23:48 queue INFO 83 [439] -2015-03-11 08:23:48 queue INFO >83 [440] -2015-03-11 08:23:48 sendUrl INFO 83 [439] R:OK -2015-03-11 08:23:48 sendUrl INFO 83 [440] R:OK -2015-03-11 08:24:38 queue INFO >>83 [441] -2015-03-11 08:24:38 sendUrl INFO 83 [441] R:OK -2015-03-11 08:25:28 queue INFO >>83 [442] -2015-03-11 08:25:28 sendUrl INFO 83 [442] R:OK -2015-03-11 08:26:18 queue INFO >>83 [443] -2015-03-11 08:26:18 sendUrl INFO 83 [443] R:OK -2015-03-11 08:27:08 queue INFO >>83 [444] -2015-03-11 08:27:09 sendUrl INFO 83 [444] R:OK -2015-03-11 08:27:12 queue INFO 81 [445] -2015-03-11 08:27:12 queue INFO >81 [446] -2015-03-11 08:27:12 sendUrl INFO 81 [445] R:OK -2015-03-11 08:27:13 sendUrl INFO 81 [446] R:OK -2015-03-11 08:27:19 queue INFO 83 [447] -2015-03-11 08:27:19 sendUrl INFO 83 [447] R:OK -2015-03-11 08:27:19 queue INFO >83 [448] -2015-03-11 08:27:19 sendUrl INFO 83 [448] R:OK -2015-03-11 08:28:09 queue INFO >>83 [449] -2015-03-11 08:28:09 sendUrl INFO 83 [449] R:OK -2015-03-11 08:28:59 queue INFO >>83 [450] -2015-03-11 08:28:59 sendUrl INFO 83 [450] R:OK -2015-03-11 08:29:49 queue INFO >>83 [451] -2015-03-11 08:29:49 sendUrl INFO 83 [451] R:OK -2015-03-11 08:30:39 queue INFO >>83 [452] -2015-03-11 08:30:40 sendUrl INFO 83 [452] R:OK -2015-03-11 08:31:29 queue INFO >>83 [453] -2015-03-11 08:31:30 sendUrl INFO 83 [453] R:OK -2015-03-11 08:31:31 queue INFO 87 [454] -2015-03-11 08:31:31 queue INFO >87 [455] -2015-03-11 08:31:31 sendUrl INFO 87 [454] R:OK -2015-03-11 08:31:32 sendUrl INFO 87 [455] R:OK -2015-03-11 08:31:33 queue INFO 83 [456] -2015-03-11 08:31:33 queue INFO >83 [457] -2015-03-11 08:31:33 sendUrl INFO 83 [456] R:OK -2015-03-11 08:31:33 sendUrl INFO 83 [457] R:OK -2015-03-11 08:32:23 queue INFO >>83 [458] -2015-03-11 08:32:23 sendUrl INFO 83 [458] R:OK -2015-03-11 08:33:13 queue INFO >>83 [459] -2015-03-11 08:33:13 sendUrl INFO 83 [459] R:OK -2015-03-11 08:34:03 queue INFO >>83 [460] -2015-03-11 08:34:03 sendUrl INFO 83 [460] R:OK -2015-03-11 08:34:53 queue INFO >>83 [461] -2015-03-11 08:34:54 sendUrl INFO 83 [461] R:OK -2015-03-11 08:34:57 queue INFO 81 [462] -2015-03-11 08:34:57 queue INFO >81 [463] -2015-03-11 08:34:57 sendUrl INFO 81 [462] R:OK -2015-03-11 08:34:58 sendUrl INFO 81 [463] R:OK -2015-03-11 08:35:03 queue INFO 83 [464] -2015-03-11 08:35:04 queue INFO >83 [465] -2015-03-11 08:35:04 sendUrl INFO 83 [464] R:OK -2015-03-11 08:35:04 sendUrl INFO 83 [465] R:OK -2015-03-11 08:35:54 queue INFO >>83 [466] -2015-03-11 08:35:54 sendUrl INFO 83 [466] R:OK -2015-03-11 08:36:44 queue INFO >>83 [467] -2015-03-11 08:36:44 sendUrl INFO 83 [467] R:OK -2015-03-11 08:37:34 queue INFO >>83 [468] -2015-03-11 08:37:34 sendUrl INFO 83 [468] R:OK -2015-03-11 08:38:24 queue INFO >>83 [469] -2015-03-11 08:38:25 sendUrl INFO 83 [469] R:OK -2015-03-11 08:39:14 queue INFO >>83 [470] -2015-03-11 08:39:14 sendUrl INFO 83 [470] R:OK -2015-03-11 08:39:16 queue INFO 87 [471] -2015-03-11 08:39:16 queue INFO >87 [472] -2015-03-11 08:39:16 sendUrl INFO 87 [471] R:OK -2015-03-11 08:39:17 sendUrl INFO 87 [472] R:OK -2015-03-11 08:39:18 queue INFO 83 [473] -2015-03-11 08:39:18 queue INFO >83 [474] -2015-03-11 08:39:18 sendUrl INFO 83 [473] R:OK -2015-03-11 08:39:18 sendUrl INFO 83 [474] R:OK -2015-03-11 08:40:08 queue INFO >>83 [475] -2015-03-11 08:40:08 sendUrl INFO 83 [475] R:OK -2015-03-11 08:40:58 queue INFO >>83 [476] -2015-03-11 08:40:58 sendUrl INFO 83 [476] R:OK -2015-03-11 08:41:48 queue INFO >>83 [477] -2015-03-11 08:41:48 sendUrl INFO 83 [477] R:OK -2015-03-11 08:42:38 queue INFO >>83 [478] -2015-03-11 08:42:39 sendUrl INFO 83 [478] R:OK -2015-03-11 08:42:42 queue INFO 81 [479] -2015-03-11 08:42:42 queue INFO >81 [480] -2015-03-11 08:42:42 sendUrl INFO 81 [479] R:OK -2015-03-11 08:42:43 sendUrl INFO 81 [480] R:OK -2015-03-11 08:42:48 queue INFO 83 [481] -2015-03-11 08:42:49 queue INFO >83 [482] -2015-03-11 08:42:49 sendUrl INFO 83 [481] R:OK -2015-03-11 08:42:49 sendUrl INFO 83 [482] R:OK -2015-03-11 08:43:39 queue INFO >>83 [483] -2015-03-11 08:43:39 sendUrl INFO 83 [483] R:OK -2015-03-11 08:44:29 queue INFO >>83 [484] -2015-03-11 08:44:29 sendUrl INFO 83 [484] R:OK -2015-03-11 08:45:19 queue INFO >>83 [485] -2015-03-11 08:45:19 sendUrl INFO 83 [485] R:OK -2015-03-11 08:46:09 queue INFO >>83 [486] -2015-03-11 08:46:09 sendUrl INFO 83 [486] R:OK -2015-03-11 08:46:59 queue INFO >>83 [487] -2015-03-11 08:46:59 sendUrl INFO 83 [487] R:OK -2015-03-11 08:47:01 queue INFO C7 [488] -2015-03-11 08:47:01 queue INFO >C7 [489] -2015-03-11 08:47:01 sendUrl INFO C7 [488] R:OK -2015-03-11 08:47:02 sendUrl INFO C7 [489] R:OK -2015-03-11 08:47:02 queue INFO C3 [490] -2015-03-11 08:47:03 queue INFO >C3 [491] -2015-03-11 08:47:03 sendUrl INFO C3 [490] R:OK -2015-03-11 08:47:04 sendUrl INFO C3 [491] R:OK -2015-03-11 08:47:53 queue INFO >>C3 [492] -2015-03-11 08:47:53 sendUrl INFO C3 [492] R:OK -2015-03-11 08:48:43 queue INFO >>C3 [493] -2015-03-11 08:48:43 sendUrl INFO C3 [493] R:OK -2015-03-11 08:49:33 queue INFO >>C3 [494] -2015-03-11 08:49:33 sendUrl INFO C3 [494] R:OK -2015-03-11 08:50:23 queue INFO >>C3 [495] -2015-03-11 08:50:23 sendUrl INFO C3 [495] R:OK -2015-03-11 08:50:27 queue INFO C1 [496] -2015-03-11 08:50:27 queue INFO >C1 [497] -2015-03-11 08:50:27 sendUrl INFO C1 [496] R:OK -2015-03-11 08:50:28 sendUrl INFO C1 [497] R:OK -2015-03-11 08:50:33 queue INFO C3 [498] -2015-03-11 08:50:34 queue INFO >C3 [499] -2015-03-11 08:50:34 sendUrl INFO C3 [498] R:OK -2015-03-11 08:50:34 sendUrl INFO C3 [499] R:OK -2015-03-11 08:51:24 queue INFO >>C3 [500] -2015-03-11 08:51:24 sendUrl INFO C3 [500] R:OK -2015-03-11 08:52:14 queue INFO >>C3 [501] -2015-03-11 08:52:14 sendUrl INFO C3 [501] R:OK -2015-03-11 08:53:04 queue INFO >>C3 [502] -2015-03-11 08:53:04 sendUrl INFO C3 [502] R:OK -2015-03-11 08:53:54 queue INFO >>C3 [503] -2015-03-11 08:53:54 sendUrl INFO C3 [503] R:OK -2015-03-11 08:54:44 queue INFO >>C3 [504] -2015-03-11 08:54:45 sendUrl INFO C3 [504] R:OK -2015-03-11 08:54:46 queue INFO 83 [505] -2015-03-11 08:54:47 sendUrl INFO 83 [505] R:OK -2015-03-11 08:54:47 queue INFO >83 [506] -2015-03-11 08:54:47 sendUrl INFO 83 [506] R:OK -2015-03-11 08:55:24 queue INFO 87 [507] -2015-03-11 08:55:24 queue INFO >87 [508] -2015-03-11 08:55:24 sendUrl INFO 87 [507] R:OK -2015-03-11 08:55:25 sendUrl INFO 87 [508] R:OK -2015-03-11 08:55:25 queue INFO 83 [509] -2015-03-11 08:55:26 queue INFO >83 [510] -2015-03-11 08:55:26 sendUrl INFO 83 [509] R:OK -2015-03-11 08:55:26 sendUrl INFO 83 [510] R:OK -2015-03-11 08:56:16 queue INFO >>83 [511] -2015-03-11 08:56:16 sendUrl INFO 83 [511] R:OK -2015-03-11 08:57:06 queue INFO >>83 [512] -2015-03-11 08:57:06 sendUrl INFO 83 [512] R:OK -2015-03-11 08:57:56 queue INFO >>83 [513] -2015-03-11 08:57:56 sendUrl INFO 83 [513] R:OK -2015-03-11 08:58:39 queue INFO 81 [514] -2015-03-11 08:58:39 queue INFO >81 [515] -2015-03-11 08:58:39 sendUrl INFO 81 [514] R:OK -2015-03-11 08:58:40 sendUrl INFO 81 [515] R:OK -2015-03-11 08:58:51 queue INFO 83 [516] -2015-03-11 08:58:51 queue INFO >83 [517] -2015-03-11 08:58:51 sendUrl INFO 83 [516] R:OK -2015-03-11 08:58:52 sendUrl INFO 83 [517] R:OK -2015-03-11 08:59:41 queue INFO >>83 [518] -2015-03-11 08:59:42 sendUrl INFO 83 [518] R:OK -2015-03-11 09:00:31 queue INFO >>83 [519] -2015-03-11 09:00:32 sendUrl INFO 83 [519] R:OK -2015-03-11 09:01:21 queue INFO >>83 [520] -2015-03-11 09:01:22 sendUrl INFO 83 [520] R:OK -2015-03-11 09:02:12 queue INFO >>83 [521] -2015-03-11 09:02:12 sendUrl INFO 83 [521] R:OK -2015-03-11 09:03:02 queue INFO >>83 [522] -2015-03-11 09:03:02 sendUrl INFO 83 [522] R:OK -2015-03-11 09:03:09 queue INFO 87 [523] -2015-03-11 09:03:09 sendUrl INFO 87 [523] R:OK -2015-03-11 09:03:09 queue INFO >87 [524] -2015-03-11 09:03:09 sendUrl INFO 87 [524] R:OK -2015-03-11 09:03:10 queue INFO 83 [525] -2015-03-11 09:03:11 queue INFO >83 [526] -2015-03-11 09:03:11 sendUrl INFO 83 [525] R:OK -2015-03-11 09:03:11 sendUrl INFO 83 [526] R:OK -2015-03-11 09:04:01 queue INFO >>83 [527] -2015-03-11 09:04:01 sendUrl INFO 83 [527] R:OK -2015-03-11 09:04:51 queue INFO >>83 [528] -2015-03-11 09:04:51 sendUrl INFO 83 [528] R:OK -2015-03-11 09:05:41 queue INFO >>83 [529] -2015-03-11 09:05:41 sendUrl INFO 83 [529] R:OK -2015-03-11 09:06:31 queue INFO >>83 [530] -2015-03-11 09:06:31 sendUrl INFO 83 [530] R:OK -2015-03-11 09:06:35 queue INFO 81 [531] -2015-03-11 09:06:35 queue INFO >81 [532] -2015-03-11 09:06:35 sendUrl INFO 81 [531] R:OK -2015-03-11 09:06:36 sendUrl INFO 81 [532] R:OK -2015-03-11 09:06:41 queue INFO 83 [533] -2015-03-11 09:06:42 queue INFO >83 [534] -2015-03-11 09:06:42 sendUrl INFO 83 [533] R:OK -2015-03-11 09:06:42 sendUrl INFO 83 [534] R:OK -2015-03-11 09:07:32 queue INFO >>83 [535] -2015-03-11 09:07:32 sendUrl INFO 83 [535] R:OK -2015-03-11 09:08:22 queue INFO >>83 [536] -2015-03-11 09:08:22 sendUrl INFO 83 [536] R:OK -2015-03-11 09:09:12 queue INFO >>83 [537] -2015-03-11 09:09:12 sendUrl INFO 83 [537] R:OK -2015-03-11 09:10:02 queue INFO >>83 [538] -2015-03-11 09:10:03 sendUrl INFO 83 [538] R:OK -2015-03-11 09:10:52 queue INFO >>83 [539] -2015-03-11 09:10:52 sendUrl INFO 83 [539] R:OK -2015-03-11 09:10:54 queue INFO 87 [540] -2015-03-11 09:10:54 queue INFO >87 [541] -2015-03-11 09:10:54 sendUrl INFO 87 [540] R:OK -2015-03-11 09:10:55 sendUrl INFO 87 [541] R:OK -2015-03-11 09:10:56 queue INFO 83 [542] -2015-03-11 09:10:56 queue INFO >83 [543] -2015-03-11 09:10:56 sendUrl INFO 83 [542] R:OK -2015-03-11 09:10:56 sendUrl INFO 83 [543] R:OK -2015-03-11 09:11:46 queue INFO >>83 [544] -2015-03-11 09:11:46 sendUrl INFO 83 [544] R:OK -2015-03-11 09:12:36 queue INFO >>83 [545] -2015-03-11 09:12:36 sendUrl INFO 83 [545] R:OK -2015-03-11 09:13:26 queue INFO >>83 [546] -2015-03-11 09:13:26 sendUrl INFO 83 [546] R:OK -2015-03-11 09:14:16 queue INFO >>83 [547] -2015-03-11 09:14:17 sendUrl INFO 83 [547] R:OK -2015-03-11 09:14:20 queue INFO 81 [548] -2015-03-11 09:14:20 queue INFO >81 [549] -2015-03-11 09:14:20 sendUrl INFO 81 [548] R:OK -2015-03-11 09:14:21 sendUrl INFO 81 [549] R:OK -2015-03-11 09:14:26 queue INFO 83 [550] -2015-03-11 09:14:27 queue INFO >83 [551] -2015-03-11 09:14:27 sendUrl INFO 83 [550] R:OK -2015-03-11 09:14:27 sendUrl INFO 83 [551] R:OK -2015-03-11 09:15:17 queue INFO >>83 [552] -2015-03-11 09:15:17 sendUrl INFO 83 [552] R:OK -2015-03-11 09:16:07 queue INFO >>83 [553] -2015-03-11 09:16:07 sendUrl INFO 83 [553] R:OK -2015-03-11 09:16:57 queue INFO >>83 [554] -2015-03-11 09:16:57 sendUrl INFO 83 [554] R:OK -2015-03-11 09:17:47 queue INFO >>83 [555] -2015-03-11 09:17:48 sendUrl INFO 83 [555] R:OK -2015-03-11 09:18:37 queue INFO >>83 [556] -2015-03-11 09:18:37 sendUrl INFO 83 [556] R:OK -2015-03-11 09:18:39 queue INFO 87 [557] -2015-03-11 09:18:39 queue INFO >87 [558] -2015-03-11 09:18:39 sendUrl INFO 87 [557] R:OK -2015-03-11 09:18:40 sendUrl INFO 87 [558] R:OK -2015-03-11 09:18:40 queue INFO 83 [559] -2015-03-11 09:18:40 queue INFO >83 [560] -2015-03-11 09:18:41 sendUrl INFO 83 [559] R:OK -2015-03-11 09:18:41 sendUrl INFO 83 [560] R:OK -2015-03-11 09:19:30 queue INFO >>83 [561] -2015-03-11 09:19:31 sendUrl INFO 83 [561] R:OK -2015-03-11 09:20:21 queue INFO >>83 [562] -2015-03-11 09:20:21 sendUrl INFO 83 [562] R:OK -2015-03-11 09:21:11 queue INFO >>83 [563] -2015-03-11 09:21:11 sendUrl INFO 83 [563] R:OK -2015-03-11 09:22:01 queue INFO >>83 [564] -2015-03-11 09:22:01 sendUrl INFO 83 [564] R:OK -2015-03-11 09:22:05 queue INFO 81 [565] -2015-03-11 09:22:05 queue INFO >81 [566] -2015-03-11 09:22:05 sendUrl INFO 81 [565] R:OK -2015-03-11 09:22:06 sendUrl INFO 81 [566] R:OK -2015-03-11 09:22:11 queue INFO 83 [567] -2015-03-11 09:22:11 sendUrl INFO 83 [567] R:OK -2015-03-11 09:22:12 queue INFO >83 [568] -2015-03-11 09:22:12 sendUrl INFO 83 [568] R:OK -2015-03-11 09:23:01 queue INFO >>83 [569] -2015-03-11 09:23:02 sendUrl INFO 83 [569] R:OK -2015-03-11 09:23:52 queue INFO >>83 [570] -2015-03-11 09:23:52 sendUrl INFO 83 [570] R:OK -2015-03-11 09:24:42 queue INFO >>83 [571] -2015-03-11 09:24:42 sendUrl INFO 83 [571] R:OK -2015-03-11 09:25:32 queue INFO >>83 [572] -2015-03-11 09:25:32 sendUrl INFO 83 [572] R:OK -2015-03-11 09:26:22 queue INFO >>83 [573] -2015-03-11 09:26:23 sendUrl INFO 83 [573] R:OK -2015-03-11 09:26:24 queue INFO C7 [574] -2015-03-11 09:26:24 queue INFO >C7 [575] -2015-03-11 09:26:24 sendUrl INFO C7 [574] R:OK -2015-03-11 09:26:25 sendUrl INFO C7 [575] R:OK -2015-03-11 09:26:25 queue INFO C3 [576] -2015-03-11 09:26:26 sendUrl INFO C3 [576] R:OK -2015-03-11 09:26:26 queue INFO >C3 [577] -2015-03-11 09:26:26 sendUrl INFO C3 [577] R:OK -2015-03-11 09:27:16 queue INFO >>C3 [578] -2015-03-11 09:27:16 sendUrl INFO C3 [578] R:OK -2015-03-11 09:28:06 queue INFO >>C3 [579] -2015-03-11 09:28:06 sendUrl INFO C3 [579] R:OK -2015-03-11 09:28:56 queue INFO >>C3 [580] -2015-03-11 09:28:56 sendUrl INFO C3 [580] R:OK -2015-03-11 09:29:46 queue INFO >>C3 [581] -2015-03-11 09:29:46 sendUrl INFO C3 [581] R:OK -2015-03-11 09:29:50 queue INFO C1 [582] -2015-03-11 09:29:50 queue INFO >C1 [583] -2015-03-11 09:29:50 sendUrl INFO C1 [582] R:OK -2015-03-11 09:29:51 sendUrl INFO C1 [583] R:OK -2015-03-11 09:29:56 queue INFO C3 [584] -2015-03-11 09:29:57 sendUrl INFO C3 [584] R:OK -2015-03-11 09:29:57 queue INFO >C3 [585] -2015-03-11 09:29:57 sendUrl INFO C3 [585] R:OK -2015-03-11 09:30:46 queue INFO >>C3 [586] -2015-03-11 09:30:47 sendUrl INFO C3 [586] R:OK -2015-03-11 09:31:37 queue INFO >>C3 [587] -2015-03-11 09:31:37 sendUrl INFO C3 [587] R:OK -2015-03-11 09:32:27 queue INFO >>C3 [588] -2015-03-11 09:32:27 sendUrl INFO C3 [588] R:OK -2015-03-11 09:33:17 queue INFO >>C3 [589] -2015-03-11 09:33:17 sendUrl INFO C3 [589] R:OK -2015-03-11 09:34:07 queue INFO >>C3 [590] -2015-03-11 09:34:08 sendUrl INFO C3 [590] R:OK -2015-03-11 09:34:09 queue INFO 83 [591] -2015-03-11 09:34:09 queue INFO 87 [592] -2015-03-11 09:34:10 queue INFO >87 [593] -2015-03-11 09:34:10 sendUrl INFO 83 [591] R:OK -2015-03-11 09:34:10 sendUrl INFO 87 [592] R:OK -2015-03-11 09:34:11 sendUrl INFO 87 [593] R:OK -2015-03-11 09:34:11 queue INFO 83 [594] -2015-03-11 09:34:11 queue INFO >83 [595] -2015-03-11 09:34:11 sendUrl INFO 83 [594] R:OK -2015-03-11 09:34:12 sendUrl INFO 83 [595] R:OK -2015-03-11 09:35:01 queue INFO >>83 [596] -2015-03-11 09:35:01 sendUrl INFO 83 [596] R:OK -2015-03-11 09:35:51 queue INFO >>83 [597] -2015-03-11 09:35:51 sendUrl INFO 83 [597] R:OK -2015-03-11 09:36:41 queue INFO >>83 [598] -2015-03-11 09:36:42 sendUrl INFO 83 [598] R:OK -2015-03-11 09:37:32 queue INFO >>83 [599] -2015-03-11 09:37:32 sendUrl INFO 83 [599] R:OK -2015-03-11 09:37:36 queue INFO 81 [600] -2015-03-11 09:37:36 queue INFO >81 [601] -2015-03-11 09:37:37 sendUrl INFO 81 [600] R:OK -2015-03-11 09:37:37 sendUrl INFO 81 [601] R:OK -2015-03-11 09:37:42 queue INFO 83 [602] -2015-03-11 09:37:42 queue INFO >83 [603] -2015-03-11 09:37:43 sendUrl INFO 83 [602] R:OK -2015-03-11 09:37:43 sendUrl INFO 83 [603] R:OK -2015-03-11 09:38:32 queue INFO >>83 [604] -2015-03-11 09:38:33 sendUrl INFO 83 [604] R:OK -2015-03-11 09:39:22 queue INFO >>83 [605] -2015-03-11 09:39:23 sendUrl INFO 83 [605] R:OK -2015-03-11 09:40:13 queue INFO >>83 [606] -2015-03-11 09:40:13 sendUrl INFO 83 [606] R:OK -2015-03-11 09:41:03 queue INFO >>83 [607] -2015-03-11 09:41:03 sendUrl INFO 83 [607] R:OK -2015-03-11 09:41:53 queue INFO >>83 [608] -2015-03-11 09:41:53 sendUrl INFO 83 [608] R:OK -2015-03-11 09:41:55 queue INFO 87 [609] -2015-03-11 09:41:55 sendUrl INFO 87 [609] R:OK -2015-03-11 09:41:55 queue INFO >87 [610] -2015-03-11 09:41:56 sendUrl INFO 87 [610] R:OK -2015-03-11 09:41:57 queue INFO 83 [611] -2015-03-11 09:41:57 queue INFO >83 [612] -2015-03-11 09:41:57 sendUrl INFO 83 [611] R:OK -2015-03-11 09:41:58 sendUrl INFO 83 [612] R:OK -2015-03-11 09:42:47 queue INFO >>83 [613] -2015-03-11 09:42:47 sendUrl INFO 83 [613] R:OK -2015-03-11 09:43:37 queue INFO >>83 [614] -2015-03-11 09:43:37 sendUrl INFO 83 [614] R:OK -2015-03-11 09:44:27 queue INFO >>83 [615] -2015-03-11 09:44:28 sendUrl INFO 83 [615] R:OK -2015-03-11 09:45:06 queue INFO 81 [616] -2015-03-11 09:45:06 queue INFO >81 [617] -2015-03-11 09:45:06 sendUrl INFO 81 [616] R:OK -2015-03-11 09:45:06 sendUrl INFO 81 [617] R:OK -2015-03-11 09:45:56 queue INFO >>81 [618] -2015-03-11 09:45:56 sendUrl INFO 81 [618] R:OK -2015-03-11 09:46:46 queue INFO >>81 [619] -2015-03-11 09:46:46 sendUrl INFO 81 [619] R:OK -2015-03-11 09:47:36 queue INFO >>81 [620] -2015-03-11 09:47:36 sendUrl INFO 81 [620] R:OK -2015-03-11 09:48:26 queue INFO >>81 [621] -2015-03-11 09:48:27 sendUrl INFO 81 [621] R:OK -2015-03-11 09:49:16 queue INFO >>81 [622] -2015-03-11 09:49:17 sendUrl INFO 81 [622] R:OK -2015-03-11 09:50:07 queue INFO >>81 [623] -2015-03-11 09:50:07 sendUrl INFO 81 [623] R:OK -2015-03-11 09:50:33 queue INFO 91 [624] -2015-03-11 09:50:33 queue INFO >91 [625] -2015-03-11 09:50:34 sendUrl INFO 91 [624] R:OK -2015-03-11 09:50:34 sendUrl INFO 91 [625] R:OK -2015-03-11 09:51:23 queue INFO >>91 [626] -2015-03-11 09:51:23 sendUrl INFO 91 [626] R:OK -2015-03-11 09:52:13 queue INFO >>91 [627] -2015-03-11 09:52:14 sendUrl INFO 91 [627] R:OK -2015-03-11 09:53:04 queue INFO >>91 [628] -2015-03-11 09:53:04 sendUrl INFO 91 [628] R:OK -2015-03-11 09:53:54 queue INFO >>91 [629] -2015-03-11 09:53:54 sendUrl INFO 91 [629] R:OK -2015-03-11 09:54:44 queue INFO >>91 [630] -2015-03-11 09:54:44 sendUrl INFO 91 [630] R:OK -2015-03-11 09:55:17 queue INFO 81 [631] -2015-03-11 09:55:17 queue INFO >81 [632] -2015-03-11 09:55:17 sendUrl INFO 81 [631] R:OK -2015-03-11 09:55:17 sendUrl INFO 81 [632] R:OK -2015-03-11 09:55:24 queue INFO 83 [633] -2015-03-11 09:55:24 queue INFO >83 [634] -2015-03-11 09:55:24 sendUrl INFO 83 [633] R:OK -2015-03-11 09:55:25 sendUrl INFO 83 [634] R:OK -2015-03-11 09:55:47 queue INFO 87 [635] -2015-03-11 09:55:48 queue INFO >87 [636] -2015-03-11 09:55:48 sendUrl INFO 87 [635] R:OK -2015-03-11 09:55:48 sendUrl INFO 87 [636] R:OK -2015-03-11 09:55:49 queue INFO 83 [637] -2015-03-11 09:55:49 sendUrl INFO 83 [637] R:OK -2015-03-11 09:55:49 queue INFO >83 [638] -2015-03-11 09:55:50 sendUrl INFO 83 [638] R:OK -2015-03-11 09:56:39 queue INFO >>83 [639] -2015-03-11 09:56:40 sendUrl INFO 83 [639] R:OK -2015-03-11 09:57:29 queue INFO >>83 [640] -2015-03-11 09:57:30 sendUrl INFO 83 [640] R:OK -2015-03-11 09:58:20 queue INFO >>83 [641] -2015-03-11 09:58:20 sendUrl INFO 83 [641] R:OK -2015-03-11 09:59:10 queue INFO >>83 [642] -2015-03-11 09:59:10 sendUrl INFO 83 [642] R:OK -2015-03-11 09:59:14 queue INFO 81 [643] -2015-03-11 09:59:14 queue INFO >81 [644] -2015-03-11 09:59:14 sendUrl INFO 81 [643] R:OK -2015-03-11 09:59:15 sendUrl INFO 81 [644] R:OK -2015-03-11 09:59:20 queue INFO 83 [645] -2015-03-11 09:59:20 queue INFO >83 [646] -2015-03-11 09:59:21 sendUrl INFO 83 [645] R:OK -2015-03-11 09:59:21 sendUrl INFO 83 [646] R:OK -2015-03-11 10:00:10 queue INFO >>83 [647] -2015-03-11 10:00:10 sendUrl INFO 83 [647] R:OK -2015-03-11 10:01:00 queue INFO >>83 [648] -2015-03-11 10:01:01 sendUrl INFO 83 [648] R:OK -2015-03-11 10:01:50 queue INFO >>83 [649] -2015-03-11 10:01:51 sendUrl INFO 83 [649] R:OK -2015-03-11 10:02:41 queue INFO >>83 [650] -2015-03-11 10:02:41 sendUrl INFO 83 [650] R:OK -2015-03-11 10:03:31 queue INFO >>83 [651] -2015-03-11 10:03:31 sendUrl INFO 83 [651] R:OK -2015-03-11 10:03:33 queue INFO 87 [652] -2015-03-11 10:03:33 queue INFO >87 [653] -2015-03-11 10:03:33 sendUrl INFO 87 [652] R:OK -2015-03-11 10:03:34 sendUrl INFO 87 [653] R:OK -2015-03-11 10:03:35 queue INFO 83 [654] -2015-03-11 10:03:35 queue INFO >83 [655] -2015-03-11 10:03:35 sendUrl INFO 83 [654] R:OK -2015-03-11 10:03:35 sendUrl INFO 83 [655] R:OK -2015-03-11 10:04:25 queue INFO >>83 [656] -2015-03-11 10:04:25 sendUrl INFO 83 [656] R:OK -2015-03-11 10:05:15 queue INFO >>83 [657] -2015-03-11 10:05:15 sendUrl INFO 83 [657] R:OK -2015-03-11 10:06:05 queue INFO >>83 [658] -2015-03-11 10:06:05 sendUrl INFO 83 [658] R:OK -2015-03-11 10:06:55 queue INFO >>83 [659] -2015-03-11 10:06:56 sendUrl INFO 83 [659] R:OK -2015-03-11 10:06:59 queue INFO 81 [660] -2015-03-11 10:06:59 queue INFO >81 [661] -2015-03-11 10:06:59 sendUrl INFO 81 [660] R:OK -2015-03-11 10:07:00 sendUrl INFO 81 [661] R:OK -2015-03-11 10:07:05 queue INFO 83 [662] -2015-03-11 10:07:06 queue INFO >83 [663] -2015-03-11 10:07:06 sendUrl INFO 83 [662] R:OK -2015-03-11 10:07:06 sendUrl INFO 83 [663] R:OK -2015-03-11 10:07:56 queue INFO >>83 [664] -2015-03-11 10:07:56 sendUrl INFO 83 [664] R:OK -2015-03-11 10:08:46 queue INFO >>83 [665] -2015-03-11 10:08:46 sendUrl INFO 83 [665] R:OK -2015-03-11 10:09:36 queue INFO >>83 [666] -2015-03-11 10:09:36 sendUrl INFO 83 [666] R:OK -2015-03-11 10:10:26 queue INFO >>83 [667] -2015-03-11 10:10:26 sendUrl INFO 83 [667] R:OK -2015-03-11 10:11:16 queue INFO >>83 [668] -2015-03-11 10:11:16 sendUrl INFO 83 [668] R:OK -2015-03-11 10:11:18 queue INFO 87 [669] -2015-03-11 10:11:18 queue INFO >87 [670] -2015-03-11 10:11:18 sendUrl INFO 87 [669] R:OK -2015-03-11 10:11:19 sendUrl INFO 87 [670] R:OK -2015-03-11 10:11:19 queue INFO 83 [671] -2015-03-11 10:11:20 queue INFO >83 [672] -2015-03-11 10:11:20 sendUrl INFO 83 [671] R:OK -2015-03-11 10:11:20 sendUrl INFO 83 [672] R:OK -2015-03-11 10:12:09 queue INFO >>83 [673] -2015-03-11 10:12:10 sendUrl INFO 83 [673] R:OK -2015-03-11 10:13:00 queue INFO >>83 [674] -2015-03-11 10:13:00 sendUrl INFO 83 [674] R:OK -2015-03-11 10:13:50 queue INFO >>83 [675] -2015-03-11 10:13:50 sendUrl INFO 83 [675] R:OK -2015-03-11 10:14:40 queue INFO >>83 [676] -2015-03-11 10:14:40 sendUrl INFO 83 [676] R:OK -2015-03-11 10:14:44 queue INFO 81 [677] -2015-03-11 10:14:44 queue INFO >81 [678] -2015-03-11 10:14:44 sendUrl INFO 81 [677] R:OK -2015-03-11 10:14:45 sendUrl INFO 81 [678] R:OK -2015-03-11 10:14:50 queue INFO 83 [679] -2015-03-11 10:14:50 queue INFO >83 [680] -2015-03-11 10:14:51 sendUrl INFO 83 [679] R:OK -2015-03-11 10:14:51 sendUrl INFO 83 [680] R:OK -2015-03-11 10:15:40 queue INFO >>83 [681] -2015-03-11 10:15:41 sendUrl INFO 83 [681] R:OK -2015-03-11 10:16:30 queue INFO >>83 [682] -2015-03-11 10:16:31 sendUrl INFO 83 [682] R:OK -2015-03-11 10:17:21 queue INFO >>83 [683] -2015-03-11 10:17:21 sendUrl INFO 83 [683] R:OK -2015-03-11 10:18:11 queue INFO >>83 [684] -2015-03-11 10:18:11 sendUrl INFO 83 [684] R:OK -2015-03-11 10:19:01 queue INFO >>83 [685] -2015-03-11 10:19:01 sendUrl INFO 83 [685] R:OK -2015-03-11 10:19:03 queue INFO 87 [686] -2015-03-11 10:19:03 sendUrl INFO 87 [686] R:OK -2015-03-11 10:19:03 queue INFO >87 [687] -2015-03-11 10:19:03 sendUrl INFO 87 [687] R:OK -2015-03-11 10:19:04 queue INFO 83 [688] -2015-03-11 10:19:05 queue INFO >83 [689] -2015-03-11 10:19:05 sendUrl INFO 83 [688] R:OK -2015-03-11 10:19:05 sendUrl INFO 83 [689] R:OK -2015-03-11 10:19:55 queue INFO >>83 [690] -2015-03-11 10:19:55 sendUrl INFO 83 [690] R:OK -2015-03-11 10:20:45 queue INFO >>83 [691] -2015-03-11 10:20:45 sendUrl INFO 83 [691] R:OK -2015-03-11 10:21:35 queue INFO >>83 [692] -2015-03-11 10:21:35 sendUrl INFO 83 [692] R:OK -2015-03-11 10:22:25 queue INFO >>83 [693] -2015-03-11 10:22:25 sendUrl INFO 83 [693] R:OK -2015-03-11 10:22:29 queue INFO 81 [694] -2015-03-11 10:22:29 queue INFO >81 [695] -2015-03-11 10:22:29 sendUrl INFO 81 [694] R:OK -2015-03-11 10:22:30 sendUrl INFO 81 [695] R:OK -2015-03-11 10:22:35 queue INFO 83 [696] -2015-03-11 10:22:35 queue INFO >83 [697] -2015-03-11 10:22:36 sendUrl INFO 83 [696] R:OK -2015-03-11 10:22:36 sendUrl INFO 83 [697] R:OK -2015-03-11 10:23:25 queue INFO >>83 [698] -2015-03-11 10:23:26 sendUrl INFO 83 [698] R:OK -2015-03-11 10:24:16 queue INFO >>83 [699] -2015-03-11 10:24:16 sendUrl INFO 83 [699] R:OK -2015-03-11 10:25:06 queue INFO >>83 [700] -2015-03-11 10:25:06 sendUrl INFO 83 [700] R:OK -2015-03-11 10:25:56 queue INFO >>83 [701] -2015-03-11 10:25:56 sendUrl INFO 83 [701] R:OK -2015-03-11 10:26:46 queue INFO >>83 [702] -2015-03-11 10:26:46 sendUrl INFO 83 [702] R:OK -2015-03-11 10:26:48 queue INFO C7 [703] -2015-03-11 10:26:48 queue INFO >C7 [704] -2015-03-11 10:26:48 sendUrl INFO C7 [703] R:OK -2015-03-11 10:26:48 sendUrl INFO C7 [704] R:OK -2015-03-11 10:26:49 queue INFO C3 [705] -2015-03-11 10:26:49 queue INFO >C3 [706] -2015-03-11 10:26:49 sendUrl INFO C3 [705] R:OK -2015-03-11 10:26:50 sendUrl INFO C3 [706] R:OK -2015-03-11 10:27:39 queue INFO >>C3 [707] -2015-03-11 10:27:40 sendUrl INFO C3 [707] R:OK -2015-03-11 10:28:29 queue INFO >>C3 [708] -2015-03-11 10:28:30 sendUrl INFO C3 [708] R:OK -2015-03-11 10:29:20 queue INFO >>C3 [709] -2015-03-11 10:29:20 sendUrl INFO C3 [709] R:OK -2015-03-11 10:30:10 queue INFO >>C3 [710] -2015-03-11 10:30:10 sendUrl INFO C3 [710] R:OK -2015-03-11 10:30:14 queue INFO C1 [711] -2015-03-11 10:30:14 queue INFO >C1 [712] -2015-03-11 10:30:14 sendUrl INFO C1 [711] R:OK -2015-03-11 10:30:15 sendUrl INFO C1 [712] R:OK -2015-03-11 10:30:20 queue INFO C3 [713] -2015-03-11 10:30:20 queue INFO >C3 [714] -2015-03-11 10:30:20 sendUrl INFO C3 [713] R:OK -2015-03-11 10:30:21 sendUrl INFO C3 [714] R:OK -2015-03-11 10:31:10 queue INFO >>C3 [715] -2015-03-11 10:31:11 sendUrl INFO C3 [715] R:OK -2015-03-11 10:32:00 queue INFO >>C3 [716] -2015-03-11 10:32:00 sendUrl INFO C3 [716] R:OK -2015-03-11 10:32:50 queue INFO >>C3 [717] -2015-03-11 10:32:51 sendUrl INFO C3 [717] R:OK -2015-03-11 10:33:41 queue INFO >>C3 [718] -2015-03-11 10:33:41 sendUrl INFO C3 [718] R:OK -2015-03-11 10:34:31 queue INFO >>C3 [719] -2015-03-11 10:34:31 sendUrl INFO C3 [719] R:OK -2015-03-11 10:34:33 queue INFO 83 [720] -2015-03-11 10:34:33 queue INFO 87 [721] -2015-03-11 10:34:33 sendUrl INFO 83 [720] R:OK -2015-03-11 10:34:34 queue INFO >87 [722] -2015-03-11 10:34:34 sendUrl INFO 87 [721] R:OK -2015-03-11 10:34:35 sendUrl INFO 87 [722] R:OK -2015-03-11 10:34:35 queue INFO 83 [723] -2015-03-11 10:34:35 queue INFO >83 [724] -2015-03-11 10:34:36 sendUrl INFO 83 [723] R:OK -2015-03-11 10:34:36 sendUrl INFO 83 [724] R:OK -2015-03-11 10:35:25 queue INFO >>83 [725] -2015-03-11 10:35:25 sendUrl INFO 83 [725] R:OK -2015-03-11 10:36:15 queue INFO >>83 [726] -2015-03-11 10:36:16 sendUrl INFO 83 [726] R:OK -2015-03-11 10:37:05 queue INFO >>83 [727] -2015-03-11 10:37:06 sendUrl INFO 83 [727] R:OK -2015-03-11 10:37:56 queue INFO >>83 [728] -2015-03-11 10:37:56 sendUrl INFO 83 [728] R:OK -2015-03-11 10:38:00 queue INFO 81 [729] -2015-03-11 10:38:00 queue INFO >81 [730] -2015-03-11 10:38:00 sendUrl INFO 81 [729] R:OK -2015-03-11 10:38:01 sendUrl INFO 81 [730] R:OK -2015-03-11 10:38:06 queue INFO 83 [731] -2015-03-11 10:38:06 queue INFO >83 [732] -2015-03-11 10:38:06 sendUrl INFO 83 [731] R:OK -2015-03-11 10:38:07 sendUrl INFO 83 [732] R:OK -2015-03-11 10:38:56 queue INFO >>83 [733] -2015-03-11 10:38:57 sendUrl INFO 83 [733] R:OK -2015-03-11 10:39:46 queue INFO >>83 [734] -2015-03-11 10:39:47 sendUrl INFO 83 [734] R:OK -2015-03-11 10:40:37 queue INFO >>83 [735] -2015-03-11 10:40:37 sendUrl INFO 83 [735] R:OK -2015-03-11 10:41:27 queue INFO >>83 [736] -2015-03-11 10:41:27 sendUrl INFO 83 [736] R:OK -2015-03-11 10:42:17 queue INFO >>83 [737] -2015-03-11 10:42:17 sendUrl INFO 83 [737] R:OK -2015-03-11 10:42:19 queue INFO 87 [738] -2015-03-11 10:42:19 queue INFO >87 [739] -2015-03-11 10:42:20 sendUrl INFO 87 [738] R:OK -2015-03-11 10:42:20 sendUrl INFO 87 [739] R:OK -2015-03-11 10:42:21 queue INFO 83 [740] -2015-03-11 10:42:21 queue INFO >83 [741] -2015-03-11 10:42:21 sendUrl INFO 83 [740] R:OK -2015-03-11 10:42:22 sendUrl INFO 83 [741] R:OK -2015-03-11 10:43:11 queue INFO >>83 [742] -2015-03-11 10:43:11 sendUrl INFO 83 [742] R:OK -2015-03-11 10:44:01 queue INFO >>83 [743] -2015-03-11 10:44:01 sendUrl INFO 83 [743] R:OK -2015-03-11 10:44:51 queue INFO >>83 [744] -2015-03-11 10:44:51 sendUrl INFO 83 [744] R:OK -2015-03-11 10:45:41 queue INFO >>83 [745] -2015-03-11 10:45:41 sendUrl INFO 83 [745] R:OK -2015-03-11 10:45:45 queue INFO 81 [746] -2015-03-11 10:45:45 queue INFO >81 [747] -2015-03-11 10:45:45 sendUrl INFO 81 [746] R:OK -2015-03-11 10:45:46 sendUrl INFO 81 [747] R:OK -2015-03-11 10:45:52 queue INFO 83 [748] -2015-03-11 10:45:52 queue INFO >83 [749] -2015-03-11 10:45:52 sendUrl INFO 83 [748] R:OK -2015-03-11 10:45:52 sendUrl INFO 83 [749] R:OK -2015-03-11 10:46:42 queue INFO >>83 [750] -2015-03-11 10:46:42 sendUrl INFO 83 [750] R:OK -2015-03-11 10:47:32 queue INFO >>83 [751] -2015-03-11 10:47:32 sendUrl INFO 83 [751] R:OK -2015-03-11 10:48:22 queue INFO >>83 [752] -2015-03-11 10:48:22 sendUrl INFO 83 [752] R:OK -2015-03-11 10:49:12 queue INFO >>83 [753] -2015-03-11 10:49:12 sendUrl INFO 83 [753] R:OK -2015-03-11 10:50:02 queue INFO >>83 [754] -2015-03-11 10:50:03 sendUrl INFO 83 [754] R:OK -2015-03-11 10:50:04 queue INFO 87 [755] -2015-03-11 10:50:04 queue INFO >87 [756] -2015-03-11 10:50:05 sendUrl INFO 87 [755] R:OK -2015-03-11 10:50:05 sendUrl INFO 87 [756] R:OK -2015-03-11 10:50:06 queue INFO 83 [757] -2015-03-11 10:50:06 queue INFO >83 [758] -2015-03-11 10:50:06 sendUrl INFO 83 [757] R:OK -2015-03-11 10:50:07 sendUrl INFO 83 [758] R:OK -2015-03-11 10:50:56 queue INFO >>83 [759] -2015-03-11 10:50:56 sendUrl INFO 83 [759] R:OK -2015-03-11 10:51:46 queue INFO >>83 [760] -2015-03-11 10:51:46 sendUrl INFO 83 [760] R:OK -2015-03-11 10:52:36 queue INFO >>83 [761] -2015-03-11 10:52:37 sendUrl INFO 83 [761] R:OK -2015-03-11 10:53:26 queue INFO >>83 [762] -2015-03-11 10:53:27 sendUrl INFO 83 [762] R:OK -2015-03-11 10:53:31 queue INFO 81 [763] -2015-03-11 10:53:31 sendUrl INFO 81 [763] R:OK -2015-03-11 10:53:31 queue INFO >81 [764] -2015-03-11 10:53:32 sendUrl INFO 81 [764] R:OK -2015-03-11 10:53:37 queue INFO 83 [765] -2015-03-11 10:53:37 queue INFO >83 [766] -2015-03-11 10:53:37 sendUrl INFO 83 [765] R:OK -2015-03-11 10:53:38 sendUrl INFO 83 [766] R:OK -2015-03-11 10:54:27 queue INFO >>83 [767] -2015-03-11 10:54:27 sendUrl INFO 83 [767] R:OK -2015-03-11 10:55:17 queue INFO >>83 [768] -2015-03-11 10:55:17 sendUrl INFO 83 [768] R:OK -2015-03-11 10:56:07 queue INFO >>83 [769] -2015-03-11 10:56:08 sendUrl INFO 83 [769] R:OK -2015-03-11 10:56:57 queue INFO >>83 [770] -2015-03-11 10:56:57 sendUrl INFO 83 [770] R:OK -2015-03-11 10:57:47 queue INFO >>83 [771] -2015-03-11 10:57:48 sendUrl INFO 83 [771] R:OK -2015-03-11 10:57:49 queue INFO 87 [772] -2015-03-11 10:57:49 queue INFO >87 [773] -2015-03-11 10:57:50 sendUrl INFO 87 [772] R:OK -2015-03-11 10:57:50 sendUrl INFO 87 [773] R:OK -2015-03-11 10:57:51 queue INFO 83 [774] -2015-03-11 10:57:51 queue INFO >83 [775] -2015-03-11 10:57:51 sendUrl INFO 83 [774] R:OK -2015-03-11 10:57:52 sendUrl INFO 83 [775] R:OK -2015-03-11 10:58:41 queue INFO >>83 [776] -2015-03-11 10:58:41 sendUrl INFO 83 [776] R:OK -2015-03-11 10:59:31 queue INFO >>83 [777] -2015-03-11 10:59:31 sendUrl INFO 83 [777] R:OK -2015-03-11 11:00:21 queue INFO >>83 [778] -2015-03-11 11:00:22 sendUrl INFO 83 [778] R:OK -2015-03-11 11:01:11 queue INFO >>83 [779] -2015-03-11 11:01:12 sendUrl INFO 83 [779] R:OK -2015-03-11 11:01:15 queue INFO 81 [780] -2015-03-11 11:01:15 sendUrl INFO 81 [780] R:OK -2015-03-11 11:01:15 queue INFO >81 [781] -2015-03-11 11:01:16 sendUrl INFO 81 [781] R:OK -2015-03-11 11:01:22 queue INFO 83 [782] -2015-03-11 11:01:22 queue INFO >83 [783] -2015-03-11 11:01:22 sendUrl INFO 83 [782] R:OK -2015-03-11 11:01:23 sendUrl INFO 83 [783] R:OK -2015-03-11 11:02:12 queue INFO >>83 [784] -2015-03-11 11:02:12 sendUrl INFO 83 [784] R:OK -2015-03-11 11:03:02 queue INFO >>83 [785] -2015-03-11 11:03:02 sendUrl INFO 83 [785] R:OK -2015-03-11 11:03:52 queue INFO >>83 [786] -2015-03-11 11:03:53 sendUrl INFO 83 [786] R:OK -2015-03-11 11:04:42 queue INFO >>83 [787] -2015-03-11 11:04:42 sendUrl INFO 83 [787] R:OK -2015-03-11 11:05:32 queue INFO >>83 [788] -2015-03-11 11:05:33 sendUrl INFO 83 [788] R:OK -2015-03-11 11:05:34 queue INFO 87 [789] -2015-03-11 11:05:34 sendUrl INFO 87 [789] R:OK -2015-03-11 11:05:34 queue INFO >87 [790] -2015-03-11 11:05:35 sendUrl INFO 87 [790] R:OK -2015-03-11 11:05:36 queue INFO 83 [791] -2015-03-11 11:05:36 queue INFO >83 [792] -2015-03-11 11:05:36 sendUrl INFO 83 [791] R:OK -2015-03-11 11:05:37 sendUrl INFO 83 [792] R:OK -2015-03-11 11:06:26 queue INFO >>83 [793] -2015-03-11 11:06:26 sendUrl INFO 83 [793] R:OK -2015-03-11 11:07:16 queue INFO >>83 [794] -2015-03-11 11:07:16 sendUrl INFO 83 [794] R:OK -2015-03-11 11:08:06 queue INFO >>83 [795] -2015-03-11 11:08:06 sendUrl INFO 83 [795] R:OK -2015-03-11 11:08:56 queue INFO >>83 [796] -2015-03-11 11:08:57 sendUrl INFO 83 [796] R:OK -2015-03-11 11:09:00 queue INFO 81 [797] -2015-03-11 11:09:00 queue INFO >81 [798] -2015-03-11 11:09:00 sendUrl INFO 81 [797] R:OK -2015-03-11 11:09:01 sendUrl INFO 81 [798] R:OK -2015-03-11 11:09:07 queue INFO 83 [799] -2015-03-11 11:09:07 sendUrl INFO 83 [799] R:OK -2015-03-11 11:09:07 queue INFO >83 [800] -2015-03-11 11:09:07 sendUrl INFO 83 [800] R:OK -2015-03-11 11:09:57 queue INFO >>83 [801] -2015-03-11 11:09:57 sendUrl INFO 83 [801] R:OK -2015-03-11 11:10:47 queue INFO >>83 [802] -2015-03-11 11:10:47 sendUrl INFO 83 [802] R:OK -2015-03-11 11:11:37 queue INFO >>83 [803] -2015-03-11 11:11:37 sendUrl INFO 83 [803] R:OK -2015-03-11 11:12:27 queue INFO >>83 [804] -2015-03-11 11:12:27 sendUrl INFO 83 [804] R:OK -2015-03-11 11:13:17 queue INFO >>83 [805] -2015-03-11 11:13:17 sendUrl INFO 83 [805] R:OK -2015-03-11 11:13:19 queue INFO C7 [806] -2015-03-11 11:13:19 queue INFO >C7 [807] -2015-03-11 11:13:19 sendUrl INFO C7 [806] R:OK -2015-03-11 11:13:20 sendUrl INFO C7 [807] R:OK -2015-03-11 11:13:21 queue INFO C3 [808] -2015-03-11 11:13:21 queue INFO >C3 [809] -2015-03-11 11:13:21 sendUrl INFO C3 [808] R:OK -2015-03-11 11:13:21 sendUrl INFO C3 [809] R:OK -2015-03-11 11:14:11 queue INFO >>C3 [810] -2015-03-11 11:14:11 sendUrl INFO C3 [810] R:OK -2015-03-11 11:15:01 queue INFO >>C3 [811] -2015-03-11 11:15:01 sendUrl INFO C3 [811] R:OK -2015-03-11 11:15:42 queue INFO C1 [812] -2015-03-11 11:15:42 queue INFO >C1 [813] -2015-03-11 11:15:43 sendUrl INFO C1 [812] R:OK -2015-03-11 11:15:43 sendUrl INFO C1 [813] R:OK -2015-03-11 11:16:32 queue INFO >>C1 [814] -2015-03-11 11:16:33 sendUrl INFO C1 [814] R:OK -2015-03-11 11:17:23 queue INFO >>C1 [815] -2015-03-11 11:17:23 sendUrl INFO C1 [815] R:OK -2015-03-11 11:18:13 queue INFO >>C1 [816] -2015-03-11 11:18:13 sendUrl INFO C1 [816] R:OK -2015-03-11 11:19:03 queue INFO >>C1 [817] -2015-03-11 11:19:03 sendUrl INFO C1 [817] R:OK -2015-03-11 11:19:53 queue INFO >>C1 [818] -2015-03-11 11:19:53 sendUrl INFO C1 [818] R:OK -2015-03-11 11:20:43 queue INFO >>C1 [819] -2015-03-11 11:20:43 sendUrl INFO C1 [819] R:OK -2015-03-11 11:20:59 queue INFO D1 [820] -2015-03-11 11:20:59 queue INFO >D1 [821] -2015-03-11 11:20:59 sendUrl INFO D1 [820] R:OK -2015-03-11 11:21:00 sendUrl INFO D1 [821] R:OK -2015-03-11 11:21:49 queue INFO >>D1 [822] -2015-03-11 11:21:49 sendUrl INFO D1 [822] R:OK -2015-03-11 11:22:39 queue INFO >>D1 [823] -2015-03-11 11:22:40 sendUrl INFO D1 [823] R:OK -2015-03-11 11:23:29 queue INFO >>D1 [824] -2015-03-11 11:23:29 sendUrl INFO D1 [824] R:OK -2015-03-11 11:24:19 queue INFO >>D1 [825] -2015-03-11 11:24:20 sendUrl INFO D1 [825] R:OK -2015-03-11 11:25:10 queue INFO >>D1 [826] -2015-03-11 11:25:10 sendUrl INFO D1 [826] R:OK -2015-03-11 11:26:00 queue INFO >>D1 [827] -2015-03-11 11:26:00 sendUrl INFO D1 [827] R:OK -2015-03-11 11:26:50 queue INFO >>D1 [828] -2015-03-11 11:26:50 sendUrl INFO D1 [828] R:OK -2015-03-11 11:26:54 queue INFO C1 [829] -2015-03-11 11:26:54 queue INFO >C1 [830] -2015-03-11 11:26:55 sendUrl INFO C1 [829] R:OK -2015-03-11 11:26:55 sendUrl INFO C1 [830] R:OK -2015-03-11 11:27:07 queue INFO C3 [831] -2015-03-11 11:27:07 queue INFO >C3 [832] -2015-03-11 11:27:07 sendUrl INFO C3 [831] R:OK -2015-03-11 11:27:08 sendUrl INFO C3 [832] R:OK -2015-03-11 11:27:32 queue INFO 83 [833] -2015-03-11 11:27:32 queue INFO 87 [834] -2015-03-11 11:27:32 queue INFO >87 [835] -2015-03-11 11:27:32 sendUrl INFO 83 [833] R:OK -2015-03-11 11:27:33 sendUrl INFO 87 [834] R:OK -2015-03-11 11:27:33 sendUrl INFO 87 [835] R:OK -2015-03-11 11:27:34 queue INFO 83 [836] -2015-03-11 11:27:34 sendUrl INFO 83 [836] R:OK -2015-03-11 11:27:34 queue INFO >83 [837] -2015-03-11 11:27:34 sendUrl INFO 83 [837] R:OK -2015-03-11 11:28:24 queue INFO >>83 [838] -2015-03-11 11:28:24 sendUrl INFO 83 [838] R:OK -2015-03-11 11:29:14 queue INFO >>83 [839] -2015-03-11 11:29:15 sendUrl INFO 83 [839] R:OK -2015-03-11 11:30:04 queue INFO >>83 [840] -2015-03-11 11:30:04 sendUrl INFO 83 [840] R:OK -2015-03-11 11:30:54 queue INFO >>83 [841] -2015-03-11 11:30:55 sendUrl INFO 83 [841] R:OK -2015-03-11 11:30:59 queue INFO 81 [842] -2015-03-11 11:30:59 queue INFO >81 [843] -2015-03-11 11:30:59 sendUrl INFO 81 [842] R:OK -2015-03-11 11:31:00 sendUrl INFO 81 [843] R:OK -2015-03-11 11:31:05 queue INFO 83 [844] -2015-03-11 11:31:05 queue INFO >83 [845] -2015-03-11 11:31:05 sendUrl INFO 83 [844] R:OK -2015-03-11 11:31:06 sendUrl INFO 83 [845] R:OK -2015-03-11 11:31:55 queue INFO >>83 [846] -2015-03-11 11:31:55 sendUrl INFO 83 [846] R:OK -2015-03-11 11:32:45 queue INFO >>83 [847] -2015-03-11 11:32:46 sendUrl INFO 83 [847] R:OK -2015-03-11 11:33:35 queue INFO >>83 [848] -2015-03-11 11:33:36 sendUrl INFO 83 [848] R:OK -2015-03-11 11:34:25 queue INFO >>83 [849] -2015-03-11 11:34:26 sendUrl INFO 83 [849] R:OK -2015-03-11 11:35:16 queue INFO >>83 [850] -2015-03-11 11:35:16 sendUrl INFO 83 [850] R:OK -2015-03-11 11:35:18 queue INFO 87 [851] -2015-03-11 11:35:18 queue INFO >87 [852] -2015-03-11 11:35:18 sendUrl INFO 87 [851] R:OK -2015-03-11 11:35:19 sendUrl INFO 87 [852] R:OK -2015-03-11 11:35:19 queue INFO 83 [853] -2015-03-11 11:35:19 queue INFO >83 [854] -2015-03-11 11:35:20 sendUrl INFO 83 [853] R:OK -2015-03-11 11:35:20 sendUrl INFO 83 [854] R:OK -2015-03-11 11:36:09 queue INFO >>83 [855] -2015-03-11 11:36:10 sendUrl INFO 83 [855] R:OK -2015-03-11 11:37:00 queue INFO >>83 [856] -2015-03-11 11:37:00 sendUrl INFO 83 [856] R:OK -2015-03-11 11:37:50 queue INFO >>83 [857] -2015-03-11 11:37:50 sendUrl INFO 83 [857] R:OK -2015-03-11 11:38:40 queue INFO >>83 [858] -2015-03-11 11:38:40 sendUrl INFO 83 [858] R:OK -2015-03-11 11:38:44 queue INFO 81 [859] -2015-03-11 11:38:44 queue INFO >81 [860] -2015-03-11 11:38:44 sendUrl INFO 81 [859] R:OK -2015-03-11 11:38:45 sendUrl INFO 81 [860] R:OK -2015-03-11 11:38:50 queue INFO 83 [861] -2015-03-11 11:38:50 queue INFO >83 [862] -2015-03-11 11:38:50 sendUrl INFO 83 [861] R:OK -2015-03-11 11:38:51 sendUrl INFO 83 [862] R:OK -2015-03-11 11:39:40 queue INFO >>83 [863] -2015-03-11 11:39:41 sendUrl INFO 83 [863] R:OK -2015-03-11 11:40:30 queue INFO >>83 [864] -2015-03-11 11:40:31 sendUrl INFO 83 [864] R:OK -2015-03-11 11:41:21 queue INFO >>83 [865] -2015-03-11 11:41:21 sendUrl INFO 83 [865] R:OK -2015-03-11 11:42:11 queue INFO >>83 [866] -2015-03-11 11:42:11 sendUrl INFO 83 [866] R:OK -2015-03-11 11:43:01 queue INFO >>83 [867] -2015-03-11 11:43:01 sendUrl INFO 83 [867] R:OK -2015-03-11 11:43:02 queue INFO 87 [868] -2015-03-11 11:43:03 sendUrl INFO 87 [868] R:OK -2015-03-11 11:43:03 queue INFO >87 [869] -2015-03-11 11:43:03 sendUrl INFO 87 [869] R:OK -2015-03-11 11:43:04 queue INFO 83 [870] -2015-03-11 11:43:04 queue INFO >83 [871] -2015-03-11 11:43:05 sendUrl INFO 83 [870] R:OK -2015-03-11 11:43:05 sendUrl INFO 83 [871] R:OK -2015-03-11 11:43:54 queue INFO >>83 [872] -2015-03-11 11:43:54 sendUrl INFO 83 [872] R:OK -2015-03-11 11:44:44 queue INFO >>83 [873] -2015-03-11 11:44:45 sendUrl INFO 83 [873] R:OK -2015-03-11 11:45:34 queue INFO >>83 [874] -2015-03-11 11:45:35 sendUrl INFO 83 [874] R:OK -2015-03-11 11:46:25 queue INFO >>83 [875] -2015-03-11 11:46:25 sendUrl INFO 83 [875] R:OK -2015-03-11 11:46:29 queue INFO 81 [876] -2015-03-11 11:46:29 sendUrl INFO 81 [876] R:OK -2015-03-11 11:46:29 queue INFO >81 [877] -2015-03-11 11:46:29 sendUrl INFO 81 [877] R:OK -2015-03-11 11:46:35 queue INFO 83 [878] -2015-03-11 11:46:35 queue INFO >83 [879] -2015-03-11 11:46:36 sendUrl INFO 83 [878] R:OK -2015-03-11 11:46:36 sendUrl INFO 83 [879] R:OK -2015-03-11 11:47:25 queue INFO >>83 [880] -2015-03-11 11:47:25 sendUrl INFO 83 [880] R:OK -2015-03-11 11:48:15 queue INFO >>83 [881] -2015-03-11 11:48:16 sendUrl INFO 83 [881] R:OK -2015-03-11 11:49:06 queue INFO >>83 [882] -2015-03-11 11:49:06 sendUrl INFO 83 [882] R:OK -2015-03-11 11:49:56 queue INFO >>83 [883] -2015-03-11 11:49:56 sendUrl INFO 83 [883] R:OK -2015-03-11 11:50:46 queue INFO >>83 [884] -2015-03-11 11:50:46 sendUrl INFO 83 [884] R:OK -2015-03-11 11:50:47 queue INFO 87 [885] -2015-03-11 11:50:48 queue INFO >87 [886] -2015-03-11 11:50:48 sendUrl INFO 87 [885] R:OK -2015-03-11 11:50:48 sendUrl INFO 87 [886] R:OK -2015-03-11 11:50:49 queue INFO 83 [887] -2015-03-11 11:50:49 sendUrl INFO 83 [887] R:OK -2015-03-11 11:50:49 queue INFO >83 [888] -2015-03-11 11:50:50 sendUrl INFO 83 [888] R:OK -2015-03-11 11:51:39 queue INFO >>83 [889] -2015-03-11 11:51:39 sendUrl INFO 83 [889] R:OK -2015-03-11 11:52:29 queue INFO >>83 [890] -2015-03-11 11:52:30 sendUrl INFO 83 [890] R:OK -2015-03-11 11:53:20 queue INFO >>83 [891] -2015-03-11 11:53:20 sendUrl INFO 83 [891] R:OK -2015-03-11 11:54:10 queue INFO >>83 [892] -2015-03-11 11:54:10 sendUrl INFO 83 [892] R:OK -2015-03-11 11:54:14 queue INFO 81 [893] -2015-03-11 11:54:14 sendUrl INFO 81 [893] R:OK -2015-03-11 11:54:14 queue INFO >81 [894] -2015-03-11 11:54:15 sendUrl INFO 81 [894] R:OK -2015-03-11 11:54:20 queue INFO 83 [895] -2015-03-11 11:54:20 sendUrl INFO 83 [895] R:OK -2015-03-11 11:54:20 queue INFO >83 [896] -2015-03-11 11:54:21 sendUrl INFO 83 [896] R:OK -2015-03-11 11:55:10 queue INFO >>83 [897] -2015-03-11 11:55:10 sendUrl INFO 83 [897] R:OK -2015-03-11 11:56:00 queue INFO >>83 [898] -2015-03-11 11:56:01 sendUrl INFO 83 [898] R:OK -2015-03-11 11:56:50 queue INFO >>83 [899] -2015-03-11 11:56:51 sendUrl INFO 83 [899] R:OK -2015-03-11 11:57:41 queue INFO >>83 [900] -2015-03-11 11:57:41 sendUrl INFO 83 [900] R:OK -2015-03-11 11:58:31 queue INFO >>83 [901] -2015-03-11 11:58:31 sendUrl INFO 83 [901] R:OK -2015-03-11 11:58:32 queue INFO C7 [902] -2015-03-11 11:58:33 queue INFO >C7 [903] -2015-03-11 11:58:33 sendUrl INFO C7 [902] R:OK -2015-03-11 11:58:33 sendUrl INFO C7 [903] R:OK -2015-03-11 11:58:34 queue INFO C3 [904] -2015-03-11 11:58:34 sendUrl INFO C3 [904] R:OK -2015-03-11 11:58:34 queue INFO >C3 [905] -2015-03-11 11:58:35 sendUrl INFO C3 [905] R:OK -2015-03-11 11:59:24 queue INFO >>C3 [906] -2015-03-11 11:59:25 sendUrl INFO C3 [906] R:OK -2015-03-11 12:00:14 queue INFO >>C3 [907] -2015-03-11 12:00:15 sendUrl INFO C3 [907] R:OK -2015-03-11 12:01:05 queue INFO >>C3 [908] -2015-03-11 12:01:05 sendUrl INFO C3 [908] R:OK -2015-03-11 12:01:55 queue INFO >>C3 [909] -2015-03-11 12:01:55 sendUrl INFO C3 [909] R:OK -2015-03-11 12:01:59 queue INFO C1 [910] -2015-03-11 12:01:59 sendUrl INFO C1 [910] R:OK -2015-03-11 12:01:59 queue INFO >C1 [911] -2015-03-11 12:02:00 sendUrl INFO C1 [911] R:OK -2015-03-11 12:02:05 queue INFO C3 [912] -2015-03-11 12:02:05 sendUrl INFO C3 [912] R:OK -2015-03-11 12:02:05 queue INFO >C3 [913] -2015-03-11 12:02:06 sendUrl INFO C3 [913] R:OK -2015-03-11 12:02:55 queue INFO >>C3 [914] -2015-03-11 12:02:55 sendUrl INFO C3 [914] R:OK -2015-03-11 12:03:45 queue INFO >>C3 [915] -2015-03-11 12:03:46 sendUrl INFO C3 [915] R:OK -2015-03-11 12:04:35 queue INFO >>C3 [916] -2015-03-11 12:04:36 sendUrl INFO C3 [916] R:OK -2015-03-11 12:05:26 queue INFO >>C3 [917] -2015-03-11 12:05:26 sendUrl INFO C3 [917] R:OK -2015-03-11 12:06:16 queue INFO >>C3 [918] -2015-03-11 12:06:16 sendUrl INFO C3 [918] R:OK -2015-03-11 12:06:18 queue INFO 83 [919] -2015-03-11 12:06:18 queue INFO 87 [920] -2015-03-11 12:06:18 sendUrl INFO 83 [919] R:OK -2015-03-11 12:06:18 queue INFO >87 [921] -2015-03-11 12:06:19 sendUrl INFO 87 [920] R:OK -2015-03-11 12:06:19 sendUrl INFO 87 [921] R:OK -2015-03-11 12:06:20 queue INFO 83 [922] -2015-03-11 12:06:20 queue INFO >83 [923] -2015-03-11 12:06:20 sendUrl INFO 83 [922] R:OK -2015-03-11 12:06:21 sendUrl INFO 83 [923] R:OK -2015-03-11 12:07:10 queue INFO >>83 [924] -2015-03-11 12:07:10 sendUrl INFO 83 [924] R:OK -2015-03-11 12:08:00 queue INFO >>83 [925] -2015-03-11 12:08:00 sendUrl INFO 83 [925] R:OK -2015-03-11 12:08:28 queue INFO 81 [926] -2015-03-11 12:08:28 queue INFO >81 [927] -2015-03-11 12:08:28 sendUrl INFO 81 [926] R:OK -2015-03-11 12:08:29 sendUrl INFO 81 [927] R:OK -2015-03-11 12:08:39 queue INFO 83 [928] -2015-03-11 12:08:40 queue INFO >83 [929] -2015-03-11 12:08:40 sendUrl INFO 83 [928] R:OK -2015-03-11 12:08:40 sendUrl INFO 83 [929] R:OK -2015-03-11 12:09:30 queue INFO >>83 [930] -2015-03-11 12:09:30 sendUrl INFO 83 [930] R:OK -2015-03-11 12:10:20 queue INFO >>83 [931] -2015-03-11 12:10:20 sendUrl INFO 83 [931] R:OK -2015-03-11 12:11:10 queue INFO >>83 [932] -2015-03-11 12:11:10 sendUrl INFO 83 [932] R:OK -2015-03-11 12:12:00 queue INFO >>83 [933] -2015-03-11 12:12:01 sendUrl INFO 83 [933] R:OK -2015-03-11 12:12:50 queue INFO >>83 [934] -2015-03-11 12:12:50 sendUrl INFO 83 [934] R:OK -2015-03-11 12:13:40 queue INFO >>83 [935] -2015-03-11 12:13:41 sendUrl INFO 83 [935] R:OK -2015-03-11 12:14:04 queue INFO 87 [936] -2015-03-11 12:14:04 sendUrl INFO 87 [936] R:OK -2015-03-11 12:14:04 queue INFO >87 [937] -2015-03-11 12:14:04 sendUrl INFO 87 [937] R:OK -2015-03-11 12:14:05 queue INFO 83 [938] -2015-03-11 12:14:06 queue INFO >83 [939] -2015-03-11 12:14:06 sendUrl INFO 83 [938] R:OK -2015-03-11 12:14:06 sendUrl INFO 83 [939] R:OK -2015-03-11 12:14:56 queue INFO >>83 [940] -2015-03-11 12:14:56 sendUrl INFO 83 [940] R:OK -2015-03-11 12:15:46 queue INFO >>83 [941] -2015-03-11 12:15:46 sendUrl INFO 83 [941] R:OK -2015-03-11 12:16:36 queue INFO >>83 [942] -2015-03-11 12:16:36 sendUrl INFO 83 [942] R:OK -2015-03-11 12:17:26 queue INFO >>83 [943] -2015-03-11 12:17:26 sendUrl INFO 83 [943] R:OK -2015-03-11 12:17:30 queue INFO 81 [944] -2015-03-11 12:17:30 queue INFO >81 [945] -2015-03-11 12:17:30 sendUrl INFO 81 [944] R:OK -2015-03-11 12:17:31 sendUrl INFO 81 [945] R:OK -2015-03-11 12:17:36 queue INFO 83 [946] -2015-03-11 12:17:36 queue INFO >83 [947] -2015-03-11 12:17:37 sendUrl INFO 83 [946] R:OK -2015-03-11 12:17:37 sendUrl INFO 83 [947] R:OK -2015-03-11 12:18:26 queue INFO >>83 [948] -2015-03-11 12:18:27 sendUrl INFO 83 [948] R:OK -2015-03-11 12:19:16 queue INFO >>83 [949] -2015-03-11 12:19:17 sendUrl INFO 83 [949] R:OK -2015-03-11 12:20:07 queue INFO >>83 [950] -2015-03-11 12:20:07 sendUrl INFO 83 [950] R:OK -2015-03-11 12:20:57 queue INFO >>83 [951] -2015-03-11 12:20:57 sendUrl INFO 83 [951] R:OK -2015-03-11 12:21:47 queue INFO >>83 [952] -2015-03-11 12:21:47 sendUrl INFO 83 [952] R:OK -2015-03-11 12:21:49 queue INFO 87 [953] -2015-03-11 12:21:49 queue INFO >87 [954] -2015-03-11 12:21:49 sendUrl INFO 87 [953] R:OK -2015-03-11 12:21:50 sendUrl INFO 87 [954] R:OK -2015-03-11 12:21:51 queue INFO 83 [955] -2015-03-11 12:21:51 queue INFO >83 [956] -2015-03-11 12:21:51 sendUrl INFO 83 [955] R:OK -2015-03-11 12:21:51 sendUrl INFO 83 [956] R:OK -2015-03-11 12:22:41 queue INFO >>83 [957] -2015-03-11 12:22:41 sendUrl INFO 83 [957] R:OK -2015-03-11 12:23:31 queue INFO >>83 [958] -2015-03-11 12:23:31 sendUrl INFO 83 [958] R:OK -2015-03-11 12:24:21 queue INFO >>83 [959] -2015-03-11 12:24:21 sendUrl INFO 83 [959] R:OK -2015-03-11 12:25:11 queue INFO >>83 [960] -2015-03-11 12:25:12 sendUrl INFO 83 [960] R:OK -2015-03-11 12:25:15 queue INFO 81 [961] -2015-03-11 12:25:15 queue INFO >81 [962] -2015-03-11 12:25:15 sendUrl INFO 81 [961] R:OK -2015-03-11 12:25:16 sendUrl INFO 81 [962] R:OK -2015-03-11 12:25:21 queue INFO 83 [963] -2015-03-11 12:25:22 queue INFO >83 [964] -2015-03-11 12:25:22 sendUrl INFO 83 [963] R:OK -2015-03-11 12:25:22 sendUrl INFO 83 [964] R:OK -2015-03-11 12:26:12 queue INFO >>83 [965] -2015-03-11 12:26:12 sendUrl INFO 83 [965] R:OK -2015-03-11 12:27:02 queue INFO >>83 [966] -2015-03-11 12:27:02 sendUrl INFO 83 [966] R:OK -2015-03-11 12:27:52 queue INFO >>83 [967] -2015-03-11 12:27:52 sendUrl INFO 83 [967] R:OK -2015-03-11 12:28:42 queue INFO >>83 [968] -2015-03-11 12:28:43 sendUrl INFO 83 [968] R:OK -2015-03-11 12:29:32 queue INFO >>83 [969] -2015-03-11 12:29:32 sendUrl INFO 83 [969] R:OK -2015-03-11 12:29:34 queue INFO 87 [970] -2015-03-11 12:29:34 queue INFO >87 [971] -2015-03-11 12:29:34 sendUrl INFO 87 [970] R:OK -2015-03-11 12:29:35 sendUrl INFO 87 [971] R:OK -2015-03-11 12:29:36 queue INFO 83 [972] -2015-03-11 12:29:36 queue INFO >83 [973] -2015-03-11 12:29:36 sendUrl INFO 83 [972] R:OK -2015-03-11 12:29:36 sendUrl INFO 83 [973] R:OK -2015-03-11 12:30:26 queue INFO >>83 [974] -2015-03-11 12:30:26 sendUrl INFO 83 [974] R:OK -2015-03-11 12:31:16 queue INFO >>83 [975] -2015-03-11 12:31:16 sendUrl INFO 83 [975] R:OK -2015-03-11 12:32:06 queue INFO >>83 [976] -2015-03-11 12:32:06 sendUrl INFO 83 [976] R:OK -2015-03-11 12:32:56 queue INFO >>83 [977] -2015-03-11 12:32:56 sendUrl INFO 83 [977] R:OK -2015-03-11 12:33:00 queue INFO 81 [978] -2015-03-11 12:33:00 queue INFO >81 [979] -2015-03-11 12:33:00 sendUrl INFO 81 [978] R:OK -2015-03-11 12:33:01 sendUrl INFO 81 [979] R:OK -2015-03-11 12:33:06 queue INFO 83 [980] -2015-03-11 12:33:07 queue INFO >83 [981] -2015-03-11 12:33:07 sendUrl INFO 83 [980] R:OK -2015-03-11 12:33:07 sendUrl INFO 83 [981] R:OK -2015-03-11 12:33:57 queue INFO >>83 [982] -2015-03-11 12:33:57 sendUrl INFO 83 [982] R:OK -2015-03-11 12:34:47 queue INFO >>83 [983] -2015-03-11 12:34:47 sendUrl INFO 83 [983] R:OK -2015-03-11 12:35:37 queue INFO >>83 [984] -2015-03-11 12:35:37 sendUrl INFO 83 [984] R:OK -2015-03-11 12:36:27 queue INFO >>83 [985] -2015-03-11 12:36:27 sendUrl INFO 83 [985] R:OK -2015-03-11 12:37:17 queue INFO >>83 [986] -2015-03-11 12:37:18 sendUrl INFO 83 [986] R:OK -2015-03-11 12:37:19 queue INFO 87 [987] -2015-03-11 12:37:19 queue INFO >87 [988] -2015-03-11 12:37:19 sendUrl INFO 87 [987] R:OK -2015-03-11 12:37:20 sendUrl INFO 87 [988] R:OK -2015-03-11 12:37:20 queue INFO 83 [989] -2015-03-11 12:37:21 queue INFO >83 [990] -2015-03-11 12:37:21 sendUrl INFO 83 [989] R:OK -2015-03-11 12:37:22 sendUrl INFO 83 [990] R:OK -2015-03-11 12:38:11 queue INFO >>83 [991] -2015-03-11 12:38:11 sendUrl INFO 83 [991] R:OK -2015-03-11 12:39:01 queue INFO >>83 [992] -2015-03-11 12:39:01 sendUrl INFO 83 [992] R:OK -2015-03-11 12:39:51 queue INFO >>83 [993] -2015-03-11 12:39:51 sendUrl INFO 83 [993] R:OK -2015-03-11 12:40:41 queue INFO >>83 [994] -2015-03-11 12:40:41 sendUrl INFO 83 [994] R:OK -2015-03-11 12:40:45 queue INFO 81 [995] -2015-03-11 12:40:45 queue INFO >81 [996] -2015-03-11 12:40:45 sendUrl INFO 81 [995] R:OK -2015-03-11 12:40:46 sendUrl INFO 81 [996] R:OK -2015-03-11 12:40:51 queue INFO 83 [997] -2015-03-11 12:40:51 sendUrl INFO 83 [997] R:OK -2015-03-11 12:40:51 queue INFO >83 [998] -2015-03-11 12:40:52 sendUrl INFO 83 [998] R:OK -2015-03-11 12:41:41 queue INFO >>83 [999] -2015-03-11 12:41:42 sendUrl INFO 83 [999] R:OK -2015-03-11 12:42:32 queue INFO >>83 [0] -2015-03-11 12:42:32 sendUrl INFO 83 [0] R:OK -2015-03-11 12:43:22 queue INFO >>83 [1] -2015-03-11 12:43:22 sendUrl INFO 83 [1] R:OK -2015-03-11 12:44:12 queue INFO >>83 [2] -2015-03-11 12:44:12 sendUrl INFO 83 [2] R:OK -2015-03-11 12:45:02 queue INFO >>83 [3] -2015-03-11 12:45:03 sendUrl INFO 83 [3] R:OK -2015-03-11 12:45:04 queue INFO C7 [4] -2015-03-11 12:45:04 queue INFO >C7 [5] -2015-03-11 12:45:04 sendUrl INFO C7 [4] R:OK -2015-03-11 12:45:05 sendUrl INFO C7 [5] R:OK -2015-03-11 12:45:05 queue INFO C3 [6] -2015-03-11 12:45:06 sendUrl INFO C3 [6] R:OK -2015-03-11 12:45:06 queue INFO >C3 [7] -2015-03-11 12:45:06 sendUrl INFO C3 [7] R:OK -2015-03-11 12:45:56 queue INFO >>C3 [8] -2015-03-11 12:45:56 sendUrl INFO C3 [8] R:OK -2015-03-11 12:46:46 queue INFO >>C3 [9] -2015-03-11 12:46:46 sendUrl INFO C3 [9] R:OK -2015-03-11 12:47:36 queue INFO >>C3 [10] -2015-03-11 12:47:36 sendUrl INFO C3 [10] R:OK -2015-03-11 12:48:26 queue INFO >>C3 [11] -2015-03-11 12:48:26 sendUrl INFO C3 [11] R:OK -2015-03-11 12:48:30 queue INFO C1 [12] -2015-03-11 12:48:30 sendUrl INFO C1 [12] R:OK -2015-03-11 12:48:30 queue INFO >C1 [13] -2015-03-11 12:48:30 sendUrl INFO C1 [13] R:OK -2015-03-11 12:48:36 queue INFO C3 [14] -2015-03-11 12:48:36 queue INFO >C3 [15] -2015-03-11 12:48:37 sendUrl INFO C3 [14] R:OK -2015-03-11 12:48:37 sendUrl INFO C3 [15] R:OK -2015-03-11 12:49:26 queue INFO >>C3 [16] -2015-03-11 12:49:27 sendUrl INFO C3 [16] R:OK -2015-03-11 12:50:17 queue INFO >>C3 [17] -2015-03-11 12:50:17 sendUrl INFO C3 [17] R:OK -2015-03-11 12:51:07 queue INFO >>C3 [18] -2015-03-11 12:51:07 sendUrl INFO C3 [18] R:OK -2015-03-11 12:51:57 queue INFO >>C3 [19] -2015-03-11 12:51:57 sendUrl INFO C3 [19] R:OK -2015-03-11 12:52:47 queue INFO >>C3 [20] -2015-03-11 12:52:47 sendUrl INFO C3 [20] R:OK -2015-03-11 12:52:49 queue INFO 83 [21] -2015-03-11 12:52:50 queue INFO 87 [22] -2015-03-11 12:52:50 sendUrl INFO 83 [21] R:OK -2015-03-11 12:52:50 queue INFO >87 [23] -2015-03-11 12:52:50 sendUrl INFO 87 [22] R:OK -2015-03-11 12:52:51 sendUrl INFO 87 [23] R:OK -2015-03-11 12:52:51 queue INFO 83 [24] -2015-03-11 12:52:51 queue INFO >83 [25] -2015-03-11 12:52:52 sendUrl INFO 83 [24] R:OK -2015-03-11 12:52:52 sendUrl INFO 83 [25] R:OK -2015-03-11 12:53:41 queue INFO >>83 [26] -2015-03-11 12:53:41 sendUrl INFO 83 [26] R:OK -2015-03-11 12:54:31 queue INFO >>83 [27] -2015-03-11 12:54:32 sendUrl INFO 83 [27] R:OK -2015-03-11 12:55:22 queue INFO >>83 [28] -2015-03-11 12:55:22 sendUrl INFO 83 [28] R:OK -2015-03-11 12:56:12 queue INFO >>83 [29] -2015-03-11 12:56:12 sendUrl INFO 83 [29] R:OK -2015-03-11 12:56:16 queue INFO 81 [30] -2015-03-11 12:56:16 queue INFO >81 [31] -2015-03-11 12:56:17 sendUrl INFO 81 [30] R:OK -2015-03-11 12:56:17 sendUrl INFO 81 [31] R:OK -2015-03-11 12:56:22 queue INFO 83 [32] -2015-03-11 12:56:23 queue INFO >83 [33] -2015-03-11 12:56:23 sendUrl INFO 83 [32] R:OK -2015-03-11 12:56:23 sendUrl INFO 83 [33] R:OK -2015-03-11 12:57:13 queue INFO >>83 [34] -2015-03-11 12:57:13 sendUrl INFO 83 [34] R:OK -2015-03-11 12:58:03 queue INFO >>83 [35] -2015-03-11 12:58:03 sendUrl INFO 83 [35] R:OK -2015-03-11 12:58:53 queue INFO >>83 [36] -2015-03-11 12:58:53 sendUrl INFO 83 [36] R:OK -2015-03-11 12:59:43 queue INFO >>83 [37] -2015-03-11 12:59:43 sendUrl INFO 83 [37] R:OK -2015-03-11 13:00:33 queue INFO >>83 [38] -2015-03-11 13:00:34 sendUrl INFO 83 [38] R:OK -2015-03-11 13:00:35 queue INFO 87 [39] -2015-03-11 13:00:35 sendUrl INFO 87 [39] R:OK -2015-03-11 13:00:35 queue INFO >87 [40] -2015-03-11 13:00:36 sendUrl INFO 87 [40] R:OK -2015-03-11 13:00:37 queue INFO 83 [41] -2015-03-11 13:00:37 queue INFO >83 [42] -2015-03-11 13:00:37 sendUrl INFO 83 [41] R:OK -2015-03-11 13:00:38 sendUrl INFO 83 [42] R:OK -2015-03-11 13:01:27 queue INFO >>83 [43] -2015-03-11 13:01:27 sendUrl INFO 83 [43] R:OK -2015-03-11 13:02:17 queue INFO >>83 [44] -2015-03-11 13:02:17 sendUrl INFO 83 [44] R:OK -2015-03-11 13:03:07 queue INFO >>83 [45] -2015-03-11 13:03:08 sendUrl INFO 83 [45] R:OK -2015-03-11 13:03:57 queue INFO >>83 [46] -2015-03-11 13:03:58 sendUrl INFO 83 [46] R:OK -2015-03-11 13:04:01 queue INFO 81 [47] -2015-03-11 13:04:01 sendUrl INFO 81 [47] R:OK -2015-03-11 13:04:01 queue INFO >81 [48] -2015-03-11 13:04:02 sendUrl INFO 81 [48] R:OK -2015-03-11 13:04:08 queue INFO 83 [49] -2015-03-11 13:04:08 queue INFO >83 [50] -2015-03-11 13:04:08 sendUrl INFO 83 [49] R:OK -2015-03-11 13:04:09 sendUrl INFO 83 [50] R:OK -2015-03-11 13:04:58 queue INFO >>83 [51] -2015-03-11 13:04:58 sendUrl INFO 83 [51] R:OK -2015-03-11 13:05:48 queue INFO >>83 [52] -2015-03-11 13:05:48 sendUrl INFO 83 [52] R:OK -2015-03-11 13:06:38 queue INFO >>83 [53] -2015-03-11 13:06:39 sendUrl INFO 83 [53] R:OK -2015-03-11 13:07:28 queue INFO >>83 [54] -2015-03-11 13:07:28 sendUrl INFO 83 [54] R:OK -2015-03-11 13:08:18 queue INFO >>83 [55] -2015-03-11 13:08:19 sendUrl INFO 83 [55] R:OK -2015-03-11 13:08:20 queue INFO 87 [56] -2015-03-11 13:08:21 queue INFO >87 [57] -2015-03-11 13:08:21 sendUrl INFO 87 [56] R:OK -2015-03-11 13:08:21 sendUrl INFO 87 [57] R:OK -2015-03-11 13:08:22 queue INFO 83 [58] -2015-03-11 13:08:22 queue INFO >83 [59] -2015-03-11 13:08:22 sendUrl INFO 83 [58] R:OK -2015-03-11 13:08:23 sendUrl INFO 83 [59] R:OK -2015-03-11 13:09:12 queue INFO >>83 [60] -2015-03-11 13:09:13 sendUrl INFO 83 [60] R:OK -2015-03-11 13:10:02 queue INFO >>83 [61] -2015-03-11 13:10:02 sendUrl INFO 83 [61] R:OK -2015-03-11 13:10:52 queue INFO >>83 [62] -2015-03-11 13:10:53 sendUrl INFO 83 [62] R:OK -2015-03-11 13:11:43 queue INFO >>83 [63] -2015-03-11 13:11:43 sendUrl INFO 83 [63] R:OK -2015-03-11 13:11:47 queue INFO 81 [64] -2015-03-11 13:11:47 queue INFO >81 [65] -2015-03-11 13:11:47 sendUrl INFO 81 [64] R:OK -2015-03-11 13:11:48 sendUrl INFO 81 [65] R:OK -2015-03-11 13:11:53 queue INFO 83 [66] -2015-03-11 13:11:53 queue INFO >83 [67] -2015-03-11 13:11:53 sendUrl INFO 83 [66] R:OK -2015-03-11 13:11:54 sendUrl INFO 83 [67] R:OK -2015-03-11 13:12:43 queue INFO >>83 [68] -2015-03-11 13:12:44 sendUrl INFO 83 [68] R:OK -2015-03-11 13:13:33 queue INFO >>83 [69] -2015-03-11 13:13:34 sendUrl INFO 83 [69] R:OK -2015-03-11 13:14:23 queue INFO >>83 [70] -2015-03-11 13:14:24 sendUrl INFO 83 [70] R:OK -2015-03-11 13:15:14 queue INFO >>83 [71] -2015-03-11 13:15:14 sendUrl INFO 83 [71] R:OK -2015-03-11 13:16:04 queue INFO >>83 [72] -2015-03-11 13:16:04 sendUrl INFO 83 [72] R:OK -2015-03-11 13:16:05 queue INFO 87 [73] -2015-03-11 13:16:06 queue INFO >87 [74] -2015-03-11 13:16:06 sendUrl INFO 87 [73] R:OK -2015-03-11 13:16:06 sendUrl INFO 87 [74] R:OK -2015-03-11 13:16:07 queue INFO 83 [75] -2015-03-11 13:16:07 queue INFO >83 [76] -2015-03-11 13:16:07 sendUrl INFO 83 [75] R:OK -2015-03-11 13:16:08 sendUrl INFO 83 [76] R:OK -2015-03-11 13:16:57 queue INFO >>83 [77] -2015-03-11 13:16:58 sendUrl INFO 83 [77] R:OK -2015-03-11 13:17:47 queue INFO >>83 [78] -2015-03-11 13:17:48 sendUrl INFO 83 [78] R:OK -2015-03-11 13:18:37 queue INFO >>83 [79] -2015-03-11 13:18:38 sendUrl INFO 83 [79] R:OK -2015-03-11 13:19:28 queue INFO >>83 [80] -2015-03-11 13:19:28 sendUrl INFO 83 [80] R:OK -2015-03-11 13:19:32 queue INFO 81 [81] -2015-03-11 13:19:32 queue INFO >81 [82] -2015-03-11 13:19:32 sendUrl INFO 81 [81] R:OK -2015-03-11 13:19:33 sendUrl INFO 81 [82] R:OK -2015-03-11 13:19:38 queue INFO 83 [83] -2015-03-11 13:19:38 queue INFO >83 [84] -2015-03-11 13:19:38 sendUrl INFO 83 [83] R:OK -2015-03-11 13:19:39 sendUrl INFO 83 [84] R:OK -2015-03-11 13:20:28 queue INFO >>83 [85] -2015-03-11 13:20:28 sendUrl INFO 83 [85] R:OK -2015-03-11 13:21:18 queue INFO >>83 [86] -2015-03-11 13:21:18 sendUrl INFO 83 [86] R:OK -2015-03-11 13:22:08 queue INFO >>83 [87] -2015-03-11 13:22:09 sendUrl INFO 83 [87] R:OK -2015-03-11 13:22:58 queue INFO >>83 [88] -2015-03-11 13:22:59 sendUrl INFO 83 [88] R:OK -2015-03-11 13:23:49 queue INFO >>83 [89] -2015-03-11 13:23:49 sendUrl INFO 83 [89] R:OK -2015-03-11 13:23:50 queue INFO 87 [90] -2015-03-11 13:23:50 queue INFO >87 [91] -2015-03-11 13:23:50 sendUrl INFO 87 [90] R:OK -2015-03-11 13:23:51 sendUrl INFO 87 [91] R:OK -2015-03-11 13:23:52 queue INFO 83 [92] -2015-03-11 13:23:52 sendUrl INFO 83 [92] R:OK -2015-03-11 13:23:52 queue INFO >83 [93] -2015-03-11 13:23:52 sendUrl INFO 83 [93] R:OK -2015-03-11 13:24:42 queue INFO >>83 [94] -2015-03-11 13:24:42 sendUrl INFO 83 [94] R:OK -2015-03-11 13:25:32 queue INFO >>83 [95] -2015-03-11 13:25:33 sendUrl INFO 83 [95] R:OK -2015-03-11 13:26:22 queue INFO >>83 [96] -2015-03-11 13:26:22 sendUrl INFO 83 [96] R:OK -2015-03-11 13:27:12 queue INFO >>83 [97] -2015-03-11 13:27:13 sendUrl INFO 83 [97] R:OK -2015-03-11 13:27:17 queue INFO 81 [98] -2015-03-11 13:27:17 queue INFO >81 [99] -2015-03-11 13:27:17 sendUrl INFO 81 [98] R:OK -2015-03-11 13:27:18 sendUrl INFO 81 [99] R:OK -2015-03-11 13:27:23 queue INFO 83 [100] -2015-03-11 13:27:23 queue INFO >83 [101] -2015-03-11 13:27:23 sendUrl INFO 83 [100] R:OK -2015-03-11 13:27:24 sendUrl INFO 83 [101] R:OK -2015-03-11 13:28:13 queue INFO >>83 [102] -2015-03-11 13:28:13 sendUrl INFO 83 [102] R:OK -2015-03-11 13:29:03 queue INFO >>83 [103] -2015-03-11 13:29:03 sendUrl INFO 83 [103] R:OK -2015-03-11 13:29:53 queue INFO >>83 [104] -2015-03-11 13:29:54 sendUrl INFO 83 [104] R:OK -2015-03-11 13:30:43 queue INFO >>83 [105] -2015-03-11 13:30:44 sendUrl INFO 83 [105] R:OK -2015-03-11 13:31:34 queue INFO >>83 [106] -2015-03-11 13:31:34 sendUrl INFO 83 [106] R:OK -2015-03-11 13:31:35 queue INFO C7 [107] -2015-03-11 13:31:35 queue INFO >C7 [108] -2015-03-11 13:31:35 sendUrl INFO C7 [107] R:OK -2015-03-11 13:31:36 sendUrl INFO C7 [108] R:OK -2015-03-11 13:31:37 queue INFO C3 [109] -2015-03-11 13:31:37 queue INFO >C3 [110] -2015-03-11 13:31:37 sendUrl INFO C3 [109] R:OK -2015-03-11 13:31:37 sendUrl INFO C3 [110] R:OK -2015-03-11 13:32:27 queue INFO >>C3 [111] -2015-03-11 13:32:27 sendUrl INFO C3 [111] R:OK -2015-03-11 13:33:17 queue INFO >>C3 [112] -2015-03-11 13:33:17 sendUrl INFO C3 [112] R:OK -2015-03-11 13:34:07 queue INFO >>C3 [113] -2015-03-11 13:34:07 sendUrl INFO C3 [113] R:OK -2015-03-11 13:34:57 queue INFO >>C3 [114] -2015-03-11 13:34:58 sendUrl INFO C3 [114] R:OK -2015-03-11 13:35:02 queue INFO C1 [115] -2015-03-11 13:35:02 queue INFO >C1 [116] -2015-03-11 13:35:02 sendUrl INFO C1 [115] R:OK -2015-03-11 13:35:03 sendUrl INFO C1 [116] R:OK -2015-03-11 13:35:08 queue INFO C3 [117] -2015-03-11 13:35:08 sendUrl INFO C3 [117] R:OK -2015-03-11 13:35:08 queue INFO >C3 [118] -2015-03-11 13:35:08 sendUrl INFO C3 [118] R:OK -2015-03-11 13:35:58 queue INFO >>C3 [119] -2015-03-11 13:35:58 sendUrl INFO C3 [119] R:OK -2015-03-11 13:36:48 queue INFO >>C3 [120] -2015-03-11 13:36:49 sendUrl INFO C3 [120] R:OK -2015-03-11 13:37:38 queue INFO >>C3 [121] -2015-03-11 13:37:38 sendUrl INFO C3 [121] R:OK -2015-03-11 13:38:28 queue INFO >>C3 [122] -2015-03-11 13:38:29 sendUrl INFO C3 [122] R:OK -2015-03-11 13:39:18 queue INFO >>C3 [123] -2015-03-11 13:39:19 sendUrl INFO C3 [123] R:OK -2015-03-11 13:39:21 queue INFO 83 [124] -2015-03-11 13:39:21 queue INFO >83 [125] -2015-03-11 13:39:21 sendUrl INFO 83 [124] R:OK -2015-03-11 13:39:22 sendUrl INFO 83 [125] R:OK -2015-03-11 13:39:58 queue INFO 87 [126] -2015-03-11 13:39:58 sendUrl INFO 87 [126] R:OK -2015-03-11 13:39:58 queue INFO >87 [127] -2015-03-11 13:39:59 sendUrl INFO 87 [127] R:OK -2015-03-11 13:40:00 queue INFO 83 [128] -2015-03-11 13:40:00 queue INFO >83 [129] -2015-03-11 13:40:00 sendUrl INFO 83 [128] R:OK -2015-03-11 13:40:01 sendUrl INFO 83 [129] R:OK -2015-03-11 13:40:50 queue INFO >>83 [130] -2015-03-11 13:40:50 sendUrl INFO 83 [130] R:OK -2015-03-11 13:41:40 queue INFO >>83 [131] -2015-03-11 13:41:40 sendUrl INFO 83 [131] R:OK -2015-03-11 13:42:30 queue INFO >>83 [132] -2015-03-11 13:42:31 sendUrl INFO 83 [132] R:OK -2015-03-11 13:43:20 queue INFO >>83 [133] -2015-03-11 13:43:21 sendUrl INFO 83 [133] R:OK -2015-03-11 13:43:25 queue INFO 81 [134] -2015-03-11 13:43:25 queue INFO >81 [135] -2015-03-11 13:43:25 sendUrl INFO 81 [134] R:OK -2015-03-11 13:43:26 sendUrl INFO 81 [135] R:OK -2015-03-11 13:43:31 queue INFO 83 [136] -2015-03-11 13:43:31 queue INFO >83 [137] -2015-03-11 13:43:31 sendUrl INFO 83 [136] R:OK -2015-03-11 13:43:32 sendUrl INFO 83 [137] R:OK -2015-03-11 13:44:21 queue INFO >>83 [138] -2015-03-11 13:44:21 sendUrl INFO 83 [138] R:OK -2015-03-11 13:45:11 queue INFO >>83 [139] -2015-03-11 13:45:11 sendUrl INFO 83 [139] R:OK -2015-03-11 13:46:01 queue INFO >>83 [140] -2015-03-11 13:46:01 sendUrl INFO 83 [140] R:OK -2015-03-11 13:46:51 queue INFO >>83 [141] -2015-03-11 13:46:52 sendUrl INFO 83 [141] R:OK -2015-03-11 13:47:41 queue INFO >>83 [142] -2015-03-11 13:47:41 sendUrl INFO 83 [142] R:OK -2015-03-11 13:47:43 queue INFO 87 [143] -2015-03-11 13:47:43 sendUrl INFO 87 [143] R:OK -2015-03-11 13:47:43 queue INFO >87 [144] -2015-03-11 13:47:44 sendUrl INFO 87 [144] R:OK -2015-03-11 13:47:45 queue INFO 83 [145] -2015-03-11 13:47:45 queue INFO >83 [146] -2015-03-11 13:47:45 sendUrl INFO 83 [145] R:OK -2015-03-11 13:47:46 sendUrl INFO 83 [146] R:OK -2015-03-11 13:48:35 queue INFO >>83 [147] -2015-03-11 13:48:35 sendUrl INFO 83 [147] R:OK -2015-03-11 13:49:25 queue INFO >>83 [148] -2015-03-11 13:49:26 sendUrl INFO 83 [148] R:OK -2015-03-11 13:50:15 queue INFO >>83 [149] -2015-03-11 13:50:15 sendUrl INFO 83 [149] R:OK -2015-03-11 13:51:05 queue INFO >>83 [150] -2015-03-11 13:51:06 sendUrl INFO 83 [150] R:OK -2015-03-11 13:51:10 queue INFO 81 [151] -2015-03-11 13:51:10 queue INFO >81 [152] -2015-03-11 13:51:10 sendUrl INFO 81 [151] R:OK -2015-03-11 13:51:11 sendUrl INFO 81 [152] R:OK -2015-03-11 13:51:16 queue INFO 83 [153] -2015-03-11 13:51:16 queue INFO >83 [154] -2015-03-11 13:51:16 sendUrl INFO 83 [153] R:OK -2015-03-11 13:51:17 sendUrl INFO 83 [154] R:OK -2015-03-11 13:52:06 queue INFO >>83 [155] -2015-03-11 13:52:06 sendUrl INFO 83 [155] R:OK -2015-03-11 13:52:46 queue INFO 81 [156] -2015-03-11 13:52:47 queue INFO >81 [157] -2015-03-11 13:52:47 sendUrl INFO 81 [156] R:OK -2015-03-11 13:52:47 sendUrl INFO 81 [157] R:OK -2015-03-11 13:53:36 queue INFO >>81 [158] -2015-03-11 13:53:37 sendUrl INFO 81 [158] R:OK -2015-03-11 13:54:27 queue INFO >>81 [159] -2015-03-11 13:54:27 sendUrl INFO 81 [159] R:OK -2015-03-11 13:55:17 queue INFO >>81 [160] -2015-03-11 13:55:17 sendUrl INFO 81 [160] R:OK -2015-03-11 13:55:27 queue INFO 91 [161] -2015-03-11 13:55:27 queue INFO >91 [162] -2015-03-11 13:55:28 sendUrl INFO 91 [161] R:OK -2015-03-11 13:55:28 sendUrl INFO 91 [162] R:OK -2015-03-11 13:56:17 queue INFO >>91 [163] -2015-03-11 13:56:18 sendUrl INFO 91 [163] R:OK -2015-03-11 13:57:08 queue INFO >>91 [164] -2015-03-11 13:57:08 sendUrl INFO 91 [164] R:OK -2015-03-11 13:57:58 queue INFO >>91 [165] -2015-03-11 13:57:58 sendUrl INFO 91 [165] R:OK -2015-03-11 13:58:48 queue INFO >>91 [166] -2015-03-11 13:58:48 sendUrl INFO 91 [166] R:OK -2015-03-11 13:59:38 queue INFO >>91 [167] -2015-03-11 13:59:38 sendUrl INFO 91 [167] R:OK -2015-03-11 14:00:28 queue INFO >>91 [168] -2015-03-11 14:00:28 sendUrl INFO 91 [168] R:OK -2015-03-11 14:01:18 queue INFO >>91 [169] -2015-03-11 14:01:19 sendUrl INFO 91 [169] R:OK -2015-03-11 14:02:08 queue INFO >>91 [170] -2015-03-11 14:02:09 sendUrl INFO 91 [170] R:OK -2015-03-11 14:02:14 queue INFO 81 [171] -2015-03-11 14:02:15 sendUrl INFO 81 [171] R:OK -2015-03-11 14:02:15 queue INFO >81 [172] -2015-03-11 14:02:15 sendUrl INFO 81 [172] R:OK -2015-03-11 14:02:20 queue INFO 83 [173] -2015-03-11 14:02:20 queue INFO >83 [174] -2015-03-11 14:02:20 sendUrl INFO 83 [173] R:OK -2015-03-11 14:02:21 sendUrl INFO 83 [174] R:OK -2015-03-11 14:02:43 queue INFO 87 [175] -2015-03-11 14:02:43 queue INFO >87 [176] -2015-03-11 14:02:43 sendUrl INFO 87 [175] R:OK -2015-03-11 14:02:44 sendUrl INFO 87 [176] R:OK -2015-03-11 14:02:44 queue INFO 83 [177] -2015-03-11 14:02:45 queue INFO >83 [178] -2015-03-11 14:02:45 sendUrl INFO 83 [177] R:OK -2015-03-11 14:02:45 sendUrl INFO 83 [178] R:OK -2015-03-11 14:03:35 queue INFO >>83 [179] -2015-03-11 14:03:35 sendUrl INFO 83 [179] R:OK -2015-03-11 14:04:25 queue INFO >>83 [180] -2015-03-11 14:04:25 sendUrl INFO 83 [180] R:OK -2015-03-11 14:05:15 queue INFO >>83 [181] -2015-03-11 14:05:15 sendUrl INFO 83 [181] R:OK -2015-03-11 14:06:05 queue INFO >>83 [182] -2015-03-11 14:06:05 sendUrl INFO 83 [182] R:OK -2015-03-11 14:06:09 queue INFO 81 [183] -2015-03-11 14:06:09 queue INFO >81 [184] -2015-03-11 14:06:09 sendUrl INFO 81 [183] R:OK -2015-03-11 14:06:10 sendUrl INFO 81 [184] R:OK -2015-03-11 14:06:15 queue INFO 83 [185] -2015-03-11 14:06:15 queue INFO >83 [186] -2015-03-11 14:06:16 sendUrl INFO 83 [185] R:OK -2015-03-11 14:06:16 sendUrl INFO 83 [186] R:OK -2015-03-11 14:07:05 queue INFO >>83 [187] -2015-03-11 14:07:06 sendUrl INFO 83 [187] R:OK -2015-03-11 14:07:56 queue INFO >>83 [188] -2015-03-11 14:07:56 sendUrl INFO 83 [188] R:OK -2015-03-11 14:08:46 queue INFO >>83 [189] -2015-03-11 14:08:46 sendUrl INFO 83 [189] R:OK -2015-03-11 14:09:36 queue INFO >>83 [190] -2015-03-11 14:09:36 sendUrl INFO 83 [190] R:OK -2015-03-11 14:10:26 queue INFO >>83 [191] -2015-03-11 14:10:26 sendUrl INFO 83 [191] R:OK -2015-03-11 14:10:28 queue INFO 87 [192] -2015-03-11 14:10:28 queue INFO >87 [193] -2015-03-11 14:10:28 sendUrl INFO 87 [192] R:OK -2015-03-11 14:10:29 sendUrl INFO 87 [193] R:OK -2015-03-11 14:10:30 queue INFO 83 [194] -2015-03-11 14:10:30 queue INFO >83 [195] -2015-03-11 14:10:30 sendUrl INFO 83 [194] R:OK -2015-03-11 14:10:30 sendUrl INFO 83 [195] R:OK -2015-03-11 14:11:20 queue INFO >>83 [196] -2015-03-11 14:11:20 sendUrl INFO 83 [196] R:OK -2015-03-11 14:12:10 queue INFO >>83 [197] -2015-03-11 14:12:10 sendUrl INFO 83 [197] R:OK -2015-03-11 14:13:00 queue INFO >>83 [198] -2015-03-11 14:13:00 sendUrl INFO 83 [198] R:OK -2015-03-11 14:13:50 queue INFO >>83 [199] -2015-03-11 14:13:51 sendUrl INFO 83 [199] R:OK -2015-03-11 14:13:54 queue INFO 81 [200] -2015-03-11 14:13:54 queue INFO >81 [201] -2015-03-11 14:13:54 sendUrl INFO 81 [200] R:OK -2015-03-11 14:13:55 sendUrl INFO 81 [201] R:OK -2015-03-11 14:14:00 queue INFO 83 [202] -2015-03-11 14:14:01 queue INFO >83 [203] -2015-03-11 14:14:01 sendUrl INFO 83 [202] R:OK -2015-03-11 14:14:01 sendUrl INFO 83 [203] R:OK -2015-03-11 14:14:51 queue INFO >>83 [204] -2015-03-11 14:14:51 sendUrl INFO 83 [204] R:OK -2015-03-11 14:15:41 queue INFO >>83 [205] -2015-03-11 14:15:41 sendUrl INFO 83 [205] R:OK -2015-03-11 14:16:31 queue INFO >>83 [206] -2015-03-11 14:16:31 sendUrl INFO 83 [206] R:OK -2015-03-11 14:17:21 queue INFO >>83 [207] -2015-03-11 14:17:22 sendUrl INFO 83 [207] R:OK -2015-03-11 14:18:11 queue INFO >>83 [208] -2015-03-11 14:18:11 sendUrl INFO 83 [208] R:OK -2015-03-11 14:18:13 queue INFO 87 [209] -2015-03-11 14:18:13 sendUrl INFO 87 [209] R:OK -2015-03-11 14:18:13 queue INFO >87 [210] -2015-03-11 14:18:13 sendUrl INFO 87 [210] R:OK -2015-03-11 14:18:14 queue INFO 83 [211] -2015-03-11 14:18:15 queue INFO >83 [212] -2015-03-11 14:18:15 sendUrl INFO 83 [211] R:OK -2015-03-11 14:18:15 sendUrl INFO 83 [212] R:OK -2015-03-11 14:19:05 queue INFO >>83 [213] -2015-03-11 14:19:05 sendUrl INFO 83 [213] R:OK -2015-03-11 14:19:55 queue INFO >>83 [214] -2015-03-11 14:19:55 sendUrl INFO 83 [214] R:OK -2015-03-11 14:20:45 queue INFO >>83 [215] -2015-03-11 14:20:45 sendUrl INFO 83 [215] R:OK -2015-03-11 14:21:35 queue INFO >>83 [216] -2015-03-11 14:21:35 sendUrl INFO 83 [216] R:OK -2015-03-11 14:21:39 queue INFO 81 [217] -2015-03-11 14:21:39 queue INFO >81 [218] -2015-03-11 14:21:39 sendUrl INFO 81 [217] R:OK -2015-03-11 14:21:40 sendUrl INFO 81 [218] R:OK -2015-03-11 14:21:45 queue INFO 83 [219] -2015-03-11 14:21:46 queue INFO >83 [220] -2015-03-11 14:21:46 sendUrl INFO 83 [219] R:OK -2015-03-11 14:21:46 sendUrl INFO 83 [220] R:OK -2015-03-11 14:22:36 queue INFO >>83 [221] -2015-03-11 14:22:36 sendUrl INFO 83 [221] R:OK -2015-03-11 14:23:26 queue INFO >>83 [222] -2015-03-11 14:23:26 sendUrl INFO 83 [222] R:OK -2015-03-11 14:24:16 queue INFO >>83 [223] -2015-03-11 14:24:16 sendUrl INFO 83 [223] R:OK -2015-03-11 14:25:06 queue INFO >>83 [224] -2015-03-11 14:25:06 sendUrl INFO 83 [224] R:OK -2015-03-11 14:25:56 queue INFO >>83 [225] -2015-03-11 14:25:57 sendUrl INFO 83 [225] R:OK -2015-03-11 14:25:58 queue INFO 87 [226] -2015-03-11 14:25:58 queue INFO >87 [227] -2015-03-11 14:25:58 sendUrl INFO 87 [226] R:OK -2015-03-11 14:25:59 sendUrl INFO 87 [227] R:OK -2015-03-11 14:25:59 queue INFO 83 [228] -2015-03-11 14:26:00 sendUrl INFO 83 [228] R:OK -2015-03-11 14:26:00 queue INFO >83 [229] -2015-03-11 14:26:00 sendUrl INFO 83 [229] R:OK -2015-03-11 14:26:50 queue INFO >>83 [230] -2015-03-11 14:26:50 sendUrl INFO 83 [230] R:OK -2015-03-11 14:27:40 queue INFO >>83 [231] -2015-03-11 14:27:40 sendUrl INFO 83 [231] R:OK -2015-03-11 14:28:30 queue INFO >>83 [232] -2015-03-11 14:28:30 sendUrl INFO 83 [232] R:OK -2015-03-11 14:29:20 queue INFO >>83 [233] -2015-03-11 14:29:20 sendUrl INFO 83 [233] R:OK -2015-03-11 14:29:24 queue INFO 81 [234] -2015-03-11 14:29:24 queue INFO >81 [235] -2015-03-11 14:29:24 sendUrl INFO 81 [234] R:OK -2015-03-11 14:29:25 sendUrl INFO 81 [235] R:OK -2015-03-11 14:29:30 queue INFO 83 [236] -2015-03-11 14:29:30 sendUrl INFO 83 [236] R:OK -2015-03-11 14:29:31 queue INFO >83 [237] -2015-03-11 14:29:31 sendUrl INFO 83 [237] R:OK -2015-03-11 14:30:20 queue INFO >>83 [238] -2015-03-11 14:30:21 sendUrl INFO 83 [238] R:OK -2015-03-11 14:31:11 queue INFO >>83 [239] -2015-03-11 14:31:11 sendUrl INFO 83 [239] R:OK -2015-03-11 14:32:01 queue INFO >>83 [240] -2015-03-11 14:32:01 sendUrl INFO 83 [240] R:OK -2015-03-11 14:32:51 queue INFO >>83 [241] -2015-03-11 14:32:51 sendUrl INFO 83 [241] R:OK -2015-03-11 14:33:41 queue INFO >>83 [242] -2015-03-11 14:33:42 sendUrl INFO 83 [242] R:OK -2015-03-11 14:33:43 queue INFO C7 [243] -2015-03-11 14:33:43 queue INFO >C7 [244] -2015-03-11 14:33:43 sendUrl INFO C7 [243] R:OK -2015-03-11 14:33:44 sendUrl INFO C7 [244] R:OK -2015-03-11 14:33:44 queue INFO C3 [245] -2015-03-11 14:33:45 sendUrl INFO C3 [245] R:OK -2015-03-11 14:33:45 queue INFO >C3 [246] -2015-03-11 14:33:45 sendUrl INFO C3 [246] R:OK -2015-03-11 14:34:35 queue INFO >>C3 [247] -2015-03-11 14:34:35 sendUrl INFO C3 [247] R:OK -2015-03-11 14:35:25 queue INFO >>C3 [248] -2015-03-11 14:35:25 sendUrl INFO C3 [248] R:OK -2015-03-11 14:36:15 queue INFO >>C3 [249] -2015-03-11 14:36:15 sendUrl INFO C3 [249] R:OK -2015-03-11 14:37:05 queue INFO >>C3 [250] -2015-03-11 14:37:05 sendUrl INFO C3 [250] R:OK -2015-03-11 14:37:09 queue INFO C1 [251] -2015-03-11 14:37:09 queue INFO >C1 [252] -2015-03-11 14:37:10 sendUrl INFO C1 [251] R:OK -2015-03-11 14:37:10 sendUrl INFO C1 [252] R:OK -2015-03-11 14:37:15 queue INFO C3 [253] -2015-03-11 14:37:16 queue INFO >C3 [254] -2015-03-11 14:37:16 sendUrl INFO C3 [253] R:OK -2015-03-11 14:37:16 sendUrl INFO C3 [254] R:OK -2015-03-11 14:38:05 queue INFO >>C3 [255] -2015-03-11 14:38:06 sendUrl INFO C3 [255] R:OK -2015-03-11 14:38:56 queue INFO >>C3 [256] -2015-03-11 14:38:56 sendUrl INFO C3 [256] R:OK -2015-03-11 14:39:46 queue INFO >>C3 [257] -2015-03-11 14:39:46 sendUrl INFO C3 [257] R:OK -2015-03-11 14:40:36 queue INFO >>C3 [258] -2015-03-11 14:40:36 sendUrl INFO C3 [258] R:OK -2015-03-11 14:41:26 queue INFO >>C3 [259] -2015-03-11 14:41:27 sendUrl INFO C3 [259] R:OK -2015-03-11 14:41:28 queue INFO 83 [260] -2015-03-11 14:41:29 queue INFO >83 [261] -2015-03-11 14:41:29 sendUrl INFO 83 [260] R:OK -2015-03-11 14:41:29 sendUrl INFO 83 [261] R:OK -2015-03-11 14:42:06 queue INFO 87 [262] -2015-03-11 14:42:06 sendUrl INFO 87 [262] R:OK -2015-03-11 14:42:06 queue INFO >87 [263] -2015-03-11 14:42:06 sendUrl INFO 87 [263] R:OK -2015-03-11 14:42:07 queue INFO 83 [264] -2015-03-11 14:42:08 queue INFO >83 [265] -2015-03-11 14:42:08 sendUrl INFO 83 [264] R:OK -2015-03-11 14:42:08 sendUrl INFO 83 [265] R:OK -2015-03-11 14:42:58 queue INFO >>83 [266] -2015-03-11 14:42:58 sendUrl INFO 83 [266] R:OK -2015-03-11 14:43:48 queue INFO >>83 [267] -2015-03-11 14:43:48 sendUrl INFO 83 [267] R:OK -2015-03-11 14:44:38 queue INFO >>83 [268] -2015-03-11 14:44:38 sendUrl INFO 83 [268] R:OK -2015-03-11 14:45:28 queue INFO >>83 [269] -2015-03-11 14:45:28 sendUrl INFO 83 [269] R:OK -2015-03-11 14:45:32 queue INFO 81 [270] -2015-03-11 14:45:32 queue INFO >81 [271] -2015-03-11 14:45:32 sendUrl INFO 81 [270] R:OK -2015-03-11 14:45:33 sendUrl INFO 81 [271] R:OK -2015-03-11 14:45:38 queue INFO 83 [272] -2015-03-11 14:45:38 queue INFO >83 [273] -2015-03-11 14:45:39 sendUrl INFO 83 [272] R:OK -2015-03-11 14:45:39 sendUrl INFO 83 [273] R:OK -2015-03-11 14:46:28 queue INFO >>83 [274] -2015-03-11 14:46:29 sendUrl INFO 83 [274] R:OK -2015-03-11 14:47:19 queue INFO >>83 [275] -2015-03-11 14:47:19 sendUrl INFO 83 [275] R:OK -2015-03-11 14:48:09 queue INFO >>83 [276] -2015-03-11 14:48:09 sendUrl INFO 83 [276] R:OK -2015-03-11 14:48:59 queue INFO >>83 [277] -2015-03-11 14:48:59 sendUrl INFO 83 [277] R:OK -2015-03-11 14:49:49 queue INFO >>83 [278] -2015-03-11 14:49:49 sendUrl INFO 83 [278] R:OK -2015-03-11 14:49:51 queue INFO 87 [279] -2015-03-11 14:49:51 sendUrl INFO 87 [279] R:OK -2015-03-11 14:49:51 queue INFO >87 [280] -2015-03-11 14:49:51 sendUrl INFO 87 [280] R:OK -2015-03-11 14:49:52 queue INFO 83 [281] -2015-03-11 14:49:53 queue INFO >83 [282] -2015-03-11 14:49:53 sendUrl INFO 83 [281] R:OK -2015-03-11 14:49:54 sendUrl INFO 83 [282] R:OK -2015-03-11 14:50:43 queue INFO >>83 [283] -2015-03-11 14:50:43 sendUrl INFO 83 [283] R:OK -2015-03-11 14:51:33 queue INFO >>83 [284] -2015-03-11 14:51:33 sendUrl INFO 83 [284] R:OK -2015-03-11 14:52:23 queue INFO >>83 [285] -2015-03-11 14:52:23 sendUrl INFO 83 [285] R:OK -2015-03-11 14:53:13 queue INFO >>83 [286] -2015-03-11 14:53:13 sendUrl INFO 83 [286] R:OK -2015-03-11 14:53:17 queue INFO 81 [287] -2015-03-11 14:53:17 queue INFO >81 [288] -2015-03-11 14:53:17 sendUrl INFO 81 [287] R:OK -2015-03-11 14:53:18 sendUrl INFO 81 [288] R:OK -2015-03-11 14:53:23 queue INFO 83 [289] -2015-03-11 14:53:23 sendUrl INFO 83 [289] R:OK -2015-03-11 14:53:23 queue INFO >83 [290] -2015-03-11 14:53:24 sendUrl INFO 83 [290] R:OK -2015-03-11 14:54:13 queue INFO >>83 [291] -2015-03-11 14:54:14 sendUrl INFO 83 [291] R:OK -2015-03-11 14:55:04 queue INFO >>83 [292] -2015-03-11 14:55:04 sendUrl INFO 83 [292] R:OK -2015-03-11 14:55:54 queue INFO >>83 [293] -2015-03-11 14:55:54 sendUrl INFO 83 [293] R:OK -2015-03-11 14:56:44 queue INFO >>83 [294] -2015-03-11 14:56:44 sendUrl INFO 83 [294] R:OK -2015-03-11 14:57:34 queue INFO >>83 [295] -2015-03-11 14:57:34 sendUrl INFO 83 [295] R:OK -2015-03-11 14:57:36 queue INFO 87 [296] -2015-03-11 14:57:36 sendUrl INFO 87 [296] R:OK -2015-03-11 14:57:36 queue INFO >87 [297] -2015-03-11 14:57:37 sendUrl INFO 87 [297] R:OK -2015-03-11 14:57:38 queue INFO 83 [298] -2015-03-11 14:57:38 queue INFO >83 [299] -2015-03-11 14:57:38 sendUrl INFO 83 [298] R:OK -2015-03-11 14:57:39 sendUrl INFO 83 [299] R:OK -2015-03-11 14:58:28 queue INFO >>83 [300] -2015-03-11 14:58:28 sendUrl INFO 83 [300] R:OK -2015-03-11 14:59:18 queue INFO >>83 [301] -2015-03-11 14:59:18 sendUrl INFO 83 [301] R:OK -2015-03-11 15:00:08 queue INFO >>83 [302] -2015-03-11 15:00:08 sendUrl INFO 83 [302] R:OK -2015-03-11 15:00:58 queue INFO >>83 [303] -2015-03-11 15:00:58 sendUrl INFO 83 [303] R:OK -2015-03-11 15:01:02 queue INFO 81 [304] -2015-03-11 15:01:02 queue INFO >81 [305] -2015-03-11 15:01:02 sendUrl INFO 81 [304] R:OK -2015-03-11 15:01:03 sendUrl INFO 81 [305] R:OK -2015-03-11 15:01:09 queue INFO 83 [306] -2015-03-11 15:01:09 queue INFO >83 [307] -2015-03-11 15:01:09 sendUrl INFO 83 [306] R:OK -2015-03-11 15:01:09 sendUrl INFO 83 [307] R:OK -2015-03-11 15:01:59 queue INFO >>83 [308] -2015-03-11 15:01:59 sendUrl INFO 83 [308] R:OK -2015-03-11 15:02:49 queue INFO >>83 [309] -2015-03-11 15:02:49 sendUrl INFO 83 [309] R:OK -2015-03-11 15:03:39 queue INFO >>83 [310] -2015-03-11 15:03:39 sendUrl INFO 83 [310] R:OK -2015-03-11 15:04:29 queue INFO >>83 [311] -2015-03-11 15:04:29 sendUrl INFO 83 [311] R:OK -2015-03-11 15:05:19 queue INFO >>83 [312] -2015-03-11 15:05:20 sendUrl INFO 83 [312] R:OK -2015-03-11 15:05:21 queue INFO 87 [313] -2015-03-11 15:05:21 queue INFO >87 [314] -2015-03-11 15:05:21 sendUrl INFO 87 [313] R:OK -2015-03-11 15:05:22 sendUrl INFO 87 [314] R:OK -2015-03-11 15:05:22 queue INFO 83 [315] -2015-03-11 15:05:23 queue INFO >83 [316] -2015-03-11 15:05:23 sendUrl INFO 83 [315] R:OK -2015-03-11 15:05:23 sendUrl INFO 83 [316] R:OK -2015-03-11 15:06:12 queue INFO >>83 [317] -2015-03-11 15:06:13 sendUrl INFO 83 [317] R:OK -2015-03-11 15:07:03 queue INFO >>83 [318] -2015-03-11 15:07:03 sendUrl INFO 83 [318] R:OK -2015-03-11 15:07:53 queue INFO >>83 [319] -2015-03-11 15:07:53 sendUrl INFO 83 [319] R:OK -2015-03-11 15:08:43 queue INFO >>83 [320] -2015-03-11 15:08:43 sendUrl INFO 83 [320] R:OK -2015-03-11 15:08:47 queue INFO 81 [321] -2015-03-11 15:08:47 queue INFO >81 [322] -2015-03-11 15:08:48 sendUrl INFO 81 [321] R:OK -2015-03-11 15:08:48 sendUrl INFO 81 [322] R:OK -2015-03-11 15:08:53 queue INFO 83 [323] -2015-03-11 15:08:53 queue INFO >83 [324] -2015-03-11 15:08:54 sendUrl INFO 83 [323] R:OK -2015-03-11 15:08:54 sendUrl INFO 83 [324] R:OK -2015-03-11 15:09:43 queue INFO >>83 [325] -2015-03-11 15:09:44 sendUrl INFO 83 [325] R:OK -2015-03-11 15:10:33 queue INFO >>83 [326] -2015-03-11 15:10:34 sendUrl INFO 83 [326] R:OK -2015-03-11 15:11:24 queue INFO >>83 [327] -2015-03-11 15:11:24 sendUrl INFO 83 [327] R:OK -2015-03-11 15:12:14 queue INFO >>83 [328] -2015-03-11 15:12:14 sendUrl INFO 83 [328] R:OK -2015-03-11 15:13:04 queue INFO >>83 [329] -2015-03-11 15:13:04 sendUrl INFO 83 [329] R:OK -2015-03-11 15:13:06 queue INFO C7 [330] -2015-03-11 15:13:06 queue INFO >C7 [331] -2015-03-11 15:13:06 sendUrl INFO C7 [330] R:OK -2015-03-11 15:13:07 sendUrl INFO C7 [331] R:OK -2015-03-11 15:13:08 queue INFO C3 [332] -2015-03-11 15:13:08 queue INFO >C3 [333] -2015-03-11 15:13:08 sendUrl INFO C3 [332] R:OK -2015-03-11 15:13:08 sendUrl INFO C3 [333] R:OK -2015-03-11 15:13:58 queue INFO >>C3 [334] -2015-03-11 15:13:58 sendUrl INFO C3 [334] R:OK -2015-03-11 15:14:48 queue INFO >>C3 [335] -2015-03-11 15:14:48 sendUrl INFO C3 [335] R:OK -2015-03-11 15:15:38 queue INFO >>C3 [336] -2015-03-11 15:15:38 sendUrl INFO C3 [336] R:OK -2015-03-11 15:16:28 queue INFO >>C3 [337] -2015-03-11 15:16:29 sendUrl INFO C3 [337] R:OK -2015-03-11 15:16:32 queue INFO C1 [338] -2015-03-11 15:16:32 queue INFO >C1 [339] -2015-03-11 15:16:32 sendUrl INFO C1 [338] R:OK -2015-03-11 15:16:33 sendUrl INFO C1 [339] R:OK -2015-03-11 15:16:38 queue INFO C3 [340] -2015-03-11 15:16:39 queue INFO >C3 [341] -2015-03-11 15:16:39 sendUrl INFO C3 [340] R:OK -2015-03-11 15:16:39 sendUrl INFO C3 [341] R:OK -2015-03-11 15:17:29 queue INFO >>C3 [342] -2015-03-11 15:17:29 sendUrl INFO C3 [342] R:OK -2015-03-11 15:18:19 queue INFO >>C3 [343] -2015-03-11 15:18:19 sendUrl INFO C3 [343] R:OK -2015-03-11 15:19:09 queue INFO >>C3 [344] -2015-03-11 15:19:09 sendUrl INFO C3 [344] R:OK -2015-03-11 15:19:59 queue INFO >>C3 [345] -2015-03-11 15:20:00 sendUrl INFO C3 [345] R:OK -2015-03-11 15:20:49 queue INFO >>C3 [346] -2015-03-11 15:20:49 sendUrl INFO C3 [346] R:OK -2015-03-11 15:20:51 queue INFO 83 [347] -2015-03-11 15:20:51 sendUrl INFO 83 [347] R:OK -2015-03-11 15:20:51 queue INFO 87 [348] -2015-03-11 15:20:52 queue INFO >87 [349] -2015-03-11 15:20:52 sendUrl INFO 87 [348] R:OK -2015-03-11 15:20:52 sendUrl INFO 87 [349] R:OK -2015-03-11 15:20:53 queue INFO 83 [350] -2015-03-11 15:20:53 queue INFO >83 [351] -2015-03-11 15:20:53 sendUrl INFO 83 [350] R:OK -2015-03-11 15:20:54 sendUrl INFO 83 [351] R:OK -2015-03-11 15:21:43 queue INFO >>83 [352] -2015-03-11 15:21:44 sendUrl INFO 83 [352] R:OK -2015-03-11 15:22:33 queue INFO >>83 [353] -2015-03-11 15:22:34 sendUrl INFO 83 [353] R:OK -2015-03-11 15:22:53 queue INFO 81 [354] -2015-03-11 15:22:53 queue INFO >81 [355] -2015-03-11 15:22:53 sendUrl INFO 81 [354] R:OK -2015-03-11 15:22:54 sendUrl INFO 81 [355] R:OK -2015-03-11 15:23:04 queue INFO 83 [356] -2015-03-11 15:23:05 queue INFO >83 [357] -2015-03-11 15:23:05 sendUrl INFO 83 [356] R:OK -2015-03-11 15:23:05 sendUrl INFO 83 [357] R:OK -2015-03-11 15:23:55 queue INFO >>83 [358] -2015-03-11 15:23:55 sendUrl INFO 83 [358] R:OK -2015-03-11 15:24:45 queue INFO >>83 [359] -2015-03-11 15:24:45 sendUrl INFO 83 [359] R:OK -2015-03-11 15:25:35 queue INFO >>83 [360] -2015-03-11 15:25:35 sendUrl INFO 83 [360] R:OK -2015-03-11 15:26:25 queue INFO >>83 [361] -2015-03-11 15:26:26 sendUrl INFO 83 [361] R:OK -2015-03-11 15:27:15 queue INFO >>83 [362] -2015-03-11 15:27:15 sendUrl INFO 83 [362] R:OK -2015-03-11 15:28:05 queue INFO >>83 [363] -2015-03-11 15:28:06 sendUrl INFO 83 [363] R:OK -2015-03-11 15:28:37 queue INFO 87 [364] -2015-03-11 15:28:37 queue INFO >87 [365] -2015-03-11 15:28:37 sendUrl INFO 87 [364] R:OK -2015-03-11 15:28:38 sendUrl INFO 87 [365] R:OK -2015-03-11 15:28:39 queue INFO 83 [366] -2015-03-11 15:28:39 sendUrl INFO 83 [366] R:OK -2015-03-11 15:28:39 queue INFO >83 [367] -2015-03-11 15:28:39 sendUrl INFO 83 [367] R:OK -2015-03-11 15:29:29 queue INFO >>83 [368] -2015-03-11 15:29:29 sendUrl INFO 83 [368] R:OK -2015-03-11 15:30:19 queue INFO >>83 [369] -2015-03-11 15:30:20 sendUrl INFO 83 [369] R:OK -2015-03-11 15:31:09 queue INFO >>83 [370] -2015-03-11 15:31:09 sendUrl INFO 83 [370] R:OK -2015-03-11 15:31:59 queue INFO >>83 [371] -2015-03-11 15:32:00 sendUrl INFO 83 [371] R:OK -2015-03-11 15:32:04 queue INFO 81 [372] -2015-03-11 15:32:04 queue INFO >81 [373] -2015-03-11 15:32:04 sendUrl INFO 81 [372] R:OK -2015-03-11 15:32:05 sendUrl INFO 81 [373] R:OK -2015-03-11 15:32:10 queue INFO 83 [374] -2015-03-11 15:32:10 sendUrl INFO 83 [374] R:OK -2015-03-11 15:32:10 queue INFO >83 [375] -2015-03-11 15:32:10 sendUrl INFO 83 [375] R:OK -2015-03-11 15:33:00 queue INFO >>83 [376] -2015-03-11 15:33:00 sendUrl INFO 83 [376] R:OK -2015-03-11 15:33:50 queue INFO >>83 [377] -2015-03-11 15:33:50 sendUrl INFO 83 [377] R:OK -2015-03-11 15:34:40 queue INFO >>83 [378] -2015-03-11 15:34:40 sendUrl INFO 83 [378] R:OK -2015-03-11 15:35:30 queue INFO >>83 [379] -2015-03-11 15:35:31 sendUrl INFO 83 [379] R:OK -2015-03-11 15:36:20 queue INFO >>83 [380] -2015-03-11 15:36:21 sendUrl INFO 83 [380] R:OK -2015-03-11 15:36:22 queue INFO 87 [381] -2015-03-11 15:36:22 queue INFO >87 [382] -2015-03-11 15:36:23 sendUrl INFO 87 [381] R:OK -2015-03-11 15:36:23 sendUrl INFO 87 [382] R:OK -2015-03-11 15:36:24 queue INFO 83 [383] -2015-03-11 15:36:24 sendUrl INFO 83 [383] R:OK -2015-03-11 15:36:24 queue INFO >83 [384] -2015-03-11 15:36:24 sendUrl INFO 83 [384] R:OK -2015-03-11 15:37:14 queue INFO >>83 [385] -2015-03-11 15:37:14 sendUrl INFO 83 [385] R:OK -2015-03-11 15:38:04 queue INFO >>83 [386] -2015-03-11 15:38:05 sendUrl INFO 83 [386] R:OK -2015-03-11 15:38:54 queue INFO >>83 [387] -2015-03-11 15:38:54 sendUrl INFO 83 [387] R:OK -2015-03-11 15:39:44 queue INFO >>83 [388] -2015-03-11 15:39:45 sendUrl INFO 83 [388] R:OK -2015-03-11 15:39:49 queue INFO 81 [389] -2015-03-11 15:39:49 queue INFO >81 [390] -2015-03-11 15:39:49 sendUrl INFO 81 [389] R:OK -2015-03-11 15:39:50 sendUrl INFO 81 [390] R:OK -2015-03-11 15:39:55 queue INFO 83 [391] -2015-03-11 15:39:55 queue INFO >83 [392] -2015-03-11 15:39:55 sendUrl INFO 83 [391] R:OK -2015-03-11 15:39:55 sendUrl INFO 83 [392] R:OK -2015-03-11 15:40:45 queue INFO >>83 [393] -2015-03-11 15:40:45 sendUrl INFO 83 [393] R:OK -2015-03-11 15:41:35 queue INFO >>83 [394] -2015-03-11 15:41:36 sendUrl INFO 83 [394] R:OK -2015-03-11 15:42:25 queue INFO >>83 [395] -2015-03-11 15:42:25 sendUrl INFO 83 [395] R:OK -2015-03-11 15:43:15 queue INFO >>83 [396] -2015-03-11 15:43:16 sendUrl INFO 83 [396] R:OK -2015-03-11 15:44:05 queue INFO >>83 [397] -2015-03-11 15:44:06 sendUrl INFO 83 [397] R:OK -2015-03-11 15:44:07 queue INFO 87 [398] -2015-03-11 15:44:08 sendUrl INFO 87 [398] R:OK -2015-03-11 15:44:08 queue INFO >87 [399] -2015-03-11 15:44:08 sendUrl INFO 87 [399] R:OK -2015-03-11 15:44:09 queue INFO 83 [400] -2015-03-11 15:44:09 queue INFO >83 [401] -2015-03-11 15:44:09 sendUrl INFO 83 [400] R:OK -2015-03-11 15:44:10 sendUrl INFO 83 [401] R:OK -2015-03-11 15:44:59 queue INFO >>83 [402] -2015-03-11 15:44:59 sendUrl INFO 83 [402] R:OK -2015-03-11 15:45:49 queue INFO >>83 [403] -2015-03-11 15:45:50 sendUrl INFO 83 [403] R:OK -2015-03-11 15:46:39 queue INFO >>83 [404] -2015-03-11 15:46:40 sendUrl INFO 83 [404] R:OK -2015-03-11 15:47:29 queue INFO >>83 [405] -2015-03-11 15:47:30 sendUrl INFO 83 [405] R:OK -2015-03-11 15:47:34 queue INFO 81 [406] -2015-03-11 15:47:34 queue INFO >81 [407] -2015-03-11 15:47:34 sendUrl INFO 81 [406] R:OK -2015-03-11 15:47:35 sendUrl INFO 81 [407] R:OK -2015-03-11 15:47:40 queue INFO 83 [408] -2015-03-11 15:47:40 queue INFO >83 [409] -2015-03-11 15:47:41 sendUrl INFO 83 [408] R:OK -2015-03-11 15:47:41 sendUrl INFO 83 [409] R:OK -2015-03-11 15:48:30 queue INFO >>83 [410] -2015-03-11 15:48:30 sendUrl INFO 83 [410] R:OK -2015-03-11 15:49:20 queue INFO >>83 [411] -2015-03-11 15:49:21 sendUrl INFO 83 [411] R:OK -2015-03-11 15:49:25 queue INFO 81 [412] -2015-03-11 15:49:25 queue INFO >81 [413] -2015-03-11 15:49:26 sendUrl INFO 81 [412] R:OK -2015-03-11 15:49:26 sendUrl INFO 81 [413] R:OK -2015-03-11 15:50:15 queue INFO >>81 [414] -2015-03-11 15:50:15 sendUrl INFO 81 [414] R:OK -2015-03-11 15:51:06 queue INFO >>81 [415] -2015-03-11 15:51:06 sendUrl INFO 81 [415] R:OK -2015-03-11 15:51:50 queue INFO 91 [416] -2015-03-11 15:51:50 queue INFO >91 [417] -2015-03-11 15:51:51 sendUrl INFO 91 [416] R:OK -2015-03-11 15:51:51 sendUrl INFO 91 [417] R:OK -2015-03-11 15:52:40 queue INFO >>91 [418] -2015-03-11 15:52:41 sendUrl INFO 91 [418] R:OK -2015-03-11 15:53:31 queue INFO >>91 [419] -2015-03-11 15:53:31 sendUrl INFO 91 [419] R:OK -2015-03-11 15:54:21 queue INFO >>91 [420] -2015-03-11 15:54:21 sendUrl INFO 91 [420] R:OK -2015-03-11 15:55:11 queue INFO >>91 [421] -2015-03-11 15:55:11 sendUrl INFO 91 [421] R:OK -2015-03-11 15:56:01 queue INFO >>91 [422] -2015-03-11 15:56:01 sendUrl INFO 91 [422] R:OK -2015-03-11 15:56:51 queue INFO >>91 [423] -2015-03-11 15:56:52 sendUrl INFO 91 [423] R:OK -2015-03-11 15:57:41 queue INFO >>91 [424] -2015-03-11 15:57:42 sendUrl INFO 91 [424] R:OK -2015-03-11 15:58:16 queue INFO 81 [425] -2015-03-11 15:58:16 queue INFO >81 [426] -2015-03-11 15:58:17 sendUrl INFO 81 [425] R:OK -2015-03-11 15:58:17 sendUrl INFO 81 [426] R:OK -2015-03-11 15:58:24 queue INFO 83 [427] -2015-03-11 15:58:24 queue INFO >83 [428] -2015-03-11 15:58:25 sendUrl INFO 83 [427] R:OK -2015-03-11 15:58:25 sendUrl INFO 83 [428] R:OK -2015-03-11 15:58:48 queue INFO 87 [429] -2015-03-11 15:58:48 sendUrl INFO 87 [429] R:OK -2015-03-11 15:58:48 queue INFO >87 [430] -2015-03-11 15:58:48 sendUrl INFO 87 [430] R:OK -2015-03-11 15:58:49 queue INFO 83 [431] -2015-03-11 15:58:50 queue INFO >83 [432] -2015-03-11 15:58:50 sendUrl INFO 83 [431] R:OK -2015-03-11 15:58:50 sendUrl INFO 83 [432] R:OK -2015-03-11 15:59:40 queue INFO >>83 [433] -2015-03-11 15:59:40 sendUrl INFO 83 [433] R:OK -2015-03-11 16:00:30 queue INFO >>83 [434] -2015-03-11 16:00:30 sendUrl INFO 83 [434] R:OK -2015-03-11 16:01:20 queue INFO >>83 [435] -2015-03-11 16:01:20 sendUrl INFO 83 [435] R:OK -2015-03-11 16:02:10 queue INFO >>83 [436] -2015-03-11 16:02:10 sendUrl INFO 83 [436] R:OK -2015-03-11 16:02:14 queue INFO 81 [437] -2015-03-11 16:02:14 queue INFO >81 [438] -2015-03-11 16:02:14 sendUrl INFO 81 [437] R:OK -2015-03-11 16:02:15 sendUrl INFO 81 [438] R:OK -2015-03-11 16:02:20 queue INFO 83 [439] -2015-03-11 16:02:21 queue INFO >83 [440] -2015-03-11 16:02:21 sendUrl INFO 83 [439] R:OK -2015-03-11 16:02:21 sendUrl INFO 83 [440] R:OK -2015-03-11 16:03:11 queue INFO >>83 [441] -2015-03-11 16:03:11 sendUrl INFO 83 [441] R:OK -2015-03-11 16:04:01 queue INFO >>83 [442] -2015-03-11 16:04:01 sendUrl INFO 83 [442] R:OK -2015-03-11 16:04:51 queue INFO >>83 [443] -2015-03-11 16:04:51 sendUrl INFO 83 [443] R:OK -2015-03-11 16:05:41 queue INFO >>83 [444] -2015-03-11 16:05:42 sendUrl INFO 83 [444] R:OK -2015-03-11 16:06:31 queue INFO >>83 [445] -2015-03-11 16:06:31 sendUrl INFO 83 [445] R:OK -2015-03-11 16:06:33 queue INFO 87 [446] -2015-03-11 16:06:33 queue INFO >87 [447] -2015-03-11 16:06:33 sendUrl INFO 87 [446] R:OK -2015-03-11 16:06:34 sendUrl INFO 87 [447] R:OK -2015-03-11 16:06:35 queue INFO 83 [448] -2015-03-11 16:06:35 sendUrl INFO 83 [448] R:OK -2015-03-11 16:06:35 queue INFO >83 [449] -2015-03-11 16:06:35 sendUrl INFO 83 [449] R:OK -2015-03-11 16:07:25 queue INFO >>83 [450] -2015-03-11 16:07:25 sendUrl INFO 83 [450] R:OK -2015-03-11 16:08:15 queue INFO >>83 [451] -2015-03-11 16:08:16 sendUrl INFO 83 [451] R:OK -2015-03-11 16:09:05 queue INFO >>83 [452] -2015-03-11 16:09:05 sendUrl INFO 83 [452] R:OK -2015-03-11 16:09:55 queue INFO >>83 [453] -2015-03-11 16:09:56 sendUrl INFO 83 [453] R:OK -2015-03-11 16:09:59 queue INFO 81 [454] -2015-03-11 16:09:59 queue INFO >81 [455] -2015-03-11 16:09:59 sendUrl INFO 81 [454] R:OK -2015-03-11 16:10:00 sendUrl INFO 81 [455] R:OK -2015-03-11 16:10:06 queue INFO 83 [456] -2015-03-11 16:10:06 queue INFO >83 [457] -2015-03-11 16:10:06 sendUrl INFO 83 [456] R:OK -2015-03-11 16:10:06 sendUrl INFO 83 [457] R:OK -2015-03-11 16:10:56 queue INFO >>83 [458] -2015-03-11 16:10:56 sendUrl INFO 83 [458] R:OK -2015-03-11 16:11:46 queue INFO >>83 [459] -2015-03-11 16:11:46 sendUrl INFO 83 [459] R:OK -2015-03-11 16:12:36 queue INFO >>83 [460] -2015-03-11 16:12:36 sendUrl INFO 83 [460] R:OK -2015-03-11 16:13:26 queue INFO >>83 [461] -2015-03-11 16:13:27 sendUrl INFO 83 [461] R:OK -2015-03-11 16:14:16 queue INFO >>83 [462] -2015-03-11 16:14:17 sendUrl INFO 83 [462] R:OK -2015-03-11 16:14:18 queue INFO 87 [463] -2015-03-11 16:14:18 queue INFO >87 [464] -2015-03-11 16:14:19 sendUrl INFO 87 [463] R:OK -2015-03-11 16:14:19 sendUrl INFO 87 [464] R:OK -2015-03-11 16:14:20 queue INFO 83 [465] -2015-03-11 16:14:20 queue INFO >83 [466] -2015-03-11 16:14:20 sendUrl INFO 83 [465] R:OK -2015-03-11 16:14:21 sendUrl INFO 83 [466] R:OK -2015-03-11 16:15:10 queue INFO >>83 [467] -2015-03-11 16:15:10 sendUrl INFO 83 [467] R:OK -2015-03-11 16:16:00 queue INFO >>83 [468] -2015-03-11 16:16:00 sendUrl INFO 83 [468] R:OK -2015-03-11 16:16:50 queue INFO >>83 [469] -2015-03-11 16:16:50 sendUrl INFO 83 [469] R:OK -2015-03-11 16:17:40 queue INFO >>83 [470] -2015-03-11 16:17:40 sendUrl INFO 83 [470] R:OK -2015-03-11 16:17:44 queue INFO 81 [471] -2015-03-11 16:17:44 queue INFO >81 [472] -2015-03-11 16:17:44 sendUrl INFO 81 [471] R:OK -2015-03-11 16:17:45 sendUrl INFO 81 [472] R:OK -2015-03-11 16:17:50 queue INFO 83 [473] -2015-03-11 16:17:51 queue INFO >83 [474] -2015-03-11 16:17:51 sendUrl INFO 83 [473] R:OK -2015-03-11 16:17:51 sendUrl INFO 83 [474] R:OK -2015-03-11 16:18:41 queue INFO >>83 [475] -2015-03-11 16:18:41 sendUrl INFO 83 [475] R:OK -2015-03-11 16:19:31 queue INFO >>83 [476] -2015-03-11 16:19:31 sendUrl INFO 83 [476] R:OK -2015-03-11 16:20:21 queue INFO >>83 [477] -2015-03-11 16:20:21 sendUrl INFO 83 [477] R:OK -2015-03-11 16:21:11 queue INFO >>83 [478] -2015-03-11 16:21:11 sendUrl INFO 83 [478] R:OK -2015-03-11 16:22:01 queue INFO >>83 [479] -2015-03-11 16:22:02 sendUrl INFO 83 [479] R:OK -2015-03-11 16:22:03 queue INFO 87 [480] -2015-03-11 16:22:03 sendUrl INFO 87 [480] R:OK -2015-03-11 16:22:03 queue INFO >87 [481] -2015-03-11 16:22:04 sendUrl INFO 87 [481] R:OK -2015-03-11 16:22:05 queue INFO 83 [482] -2015-03-11 16:22:05 queue INFO >83 [483] -2015-03-11 16:22:05 sendUrl INFO 83 [482] R:OK -2015-03-11 16:22:06 sendUrl INFO 83 [483] R:OK -2015-03-11 16:22:55 queue INFO >>83 [484] -2015-03-11 16:22:55 sendUrl INFO 83 [484] R:OK -2015-03-11 16:23:45 queue INFO >>83 [485] -2015-03-11 16:23:45 sendUrl INFO 83 [485] R:OK -2015-03-11 16:24:35 queue INFO >>83 [486] -2015-03-11 16:24:35 sendUrl INFO 83 [486] R:OK -2015-03-11 16:25:25 queue INFO >>83 [487] -2015-03-11 16:25:25 sendUrl INFO 83 [487] R:OK -2015-03-11 16:25:29 queue INFO 81 [488] -2015-03-11 16:25:29 queue INFO >81 [489] -2015-03-11 16:25:29 sendUrl INFO 81 [488] R:OK -2015-03-11 16:25:30 sendUrl INFO 81 [489] R:OK -2015-03-11 16:25:36 queue INFO 83 [490] -2015-03-11 16:25:36 queue INFO >83 [491] -2015-03-11 16:25:36 sendUrl INFO 83 [490] R:OK -2015-03-11 16:25:36 sendUrl INFO 83 [491] R:OK -2015-03-11 16:26:26 queue INFO >>83 [492] -2015-03-11 16:26:26 sendUrl INFO 83 [492] R:OK -2015-03-11 16:27:16 queue INFO >>83 [493] -2015-03-11 16:27:16 sendUrl INFO 83 [493] R:OK -2015-03-11 16:28:06 queue INFO >>83 [494] -2015-03-11 16:28:06 sendUrl INFO 83 [494] R:OK -2015-03-11 16:28:56 queue INFO >>83 [495] -2015-03-11 16:28:56 sendUrl INFO 83 [495] R:OK -2015-03-11 16:29:46 queue INFO >>83 [496] -2015-03-11 16:29:47 sendUrl INFO 83 [496] R:OK -2015-03-11 16:29:48 queue INFO C7 [497] -2015-03-11 16:29:48 queue INFO >C7 [498] -2015-03-11 16:29:48 sendUrl INFO C7 [497] R:OK -2015-03-11 16:29:49 sendUrl INFO C7 [498] R:OK -2015-03-11 16:29:49 queue INFO C3 [499] -2015-03-11 16:29:50 queue INFO >C3 [500] -2015-03-11 16:29:50 sendUrl INFO C3 [499] R:OK -2015-03-11 16:29:50 sendUrl INFO C3 [500] R:OK -2015-03-11 16:30:40 queue INFO >>C3 [501] -2015-03-11 16:30:40 sendUrl INFO C3 [501] R:OK -2015-03-11 16:30:55 queue INFO E3 [502] -2015-03-11 16:30:55 queue INFO >E3 [503] -2015-03-11 16:30:55 sendUrl INFO E3 [502] R:OK -2015-03-11 16:30:56 sendUrl INFO E3 [503] R:OK -2015-03-11 16:31:04 queue INFO C3 [504] -2015-03-11 16:31:04 queue INFO >C3 [505] -2015-03-11 16:31:04 sendUrl INFO C3 [504] R:OK -2015-03-11 16:31:05 sendUrl INFO C3 [505] R:OK -2015-03-11 16:31:54 queue INFO >>C3 [506] -2015-03-11 16:31:54 sendUrl INFO C3 [506] R:OK -2015-03-11 16:32:44 queue INFO >>C3 [507] -2015-03-11 16:32:44 sendUrl INFO C3 [507] R:OK -2015-03-11 16:33:14 queue INFO C1 [508] -2015-03-11 16:33:14 sendUrl INFO C1 [508] R:OK -2015-03-11 16:33:14 queue INFO >C1 [509] -2015-03-11 16:33:15 sendUrl INFO C1 [509] R:OK -2015-03-11 16:33:21 queue INFO C3 [510] -2015-03-11 16:33:21 queue INFO >C3 [511] -2015-03-11 16:33:21 sendUrl INFO C3 [510] R:OK -2015-03-11 16:33:22 sendUrl INFO C3 [511] R:OK -2015-03-11 16:34:11 queue INFO >>C3 [512] -2015-03-11 16:34:11 sendUrl INFO C3 [512] R:OK -2015-03-11 16:35:01 queue INFO >>C3 [513] -2015-03-11 16:35:01 sendUrl INFO C3 [513] R:OK -2015-03-11 16:35:51 queue INFO >>C3 [514] -2015-03-11 16:35:51 sendUrl INFO C3 [514] R:OK -2015-03-11 16:36:41 queue INFO >>C3 [515] -2015-03-11 16:36:41 sendUrl INFO C3 [515] R:OK -2015-03-11 16:37:31 queue INFO >>C3 [516] -2015-03-11 16:37:32 sendUrl INFO C3 [516] R:OK -2015-03-11 16:37:34 queue INFO 83 [517] -2015-03-11 16:37:34 sendUrl INFO 83 [517] R:OK -2015-03-11 16:37:34 queue INFO >83 [518] -2015-03-11 16:37:34 sendUrl INFO 83 [518] R:OK -2015-03-11 16:38:11 queue INFO 87 [519] -2015-03-11 16:38:11 sendUrl INFO 87 [519] R:OK -2015-03-11 16:38:11 queue INFO >87 [520] -2015-03-11 16:38:11 sendUrl INFO 87 [520] R:OK -2015-03-11 16:38:12 queue INFO 83 [521] -2015-03-11 16:38:13 queue INFO >83 [522] -2015-03-11 16:38:13 sendUrl INFO 83 [521] R:OK -2015-03-11 16:38:13 sendUrl INFO 83 [522] R:OK -2015-03-11 16:39:03 queue INFO >>83 [523] -2015-03-11 16:39:03 sendUrl INFO 83 [523] R:OK -2015-03-11 16:39:53 queue INFO >>83 [524] -2015-03-11 16:39:53 sendUrl INFO 83 [524] R:OK -2015-03-11 16:40:43 queue INFO >>83 [525] -2015-03-11 16:40:43 sendUrl INFO 83 [525] R:OK -2015-03-11 16:41:33 queue INFO >>83 [526] -2015-03-11 16:41:33 sendUrl INFO 83 [526] R:OK -2015-03-11 16:41:37 queue INFO 81 [527] -2015-03-11 16:41:37 queue INFO >81 [528] -2015-03-11 16:41:37 sendUrl INFO 81 [527] R:OK -2015-03-11 16:41:38 sendUrl INFO 81 [528] R:OK -2015-03-11 16:41:43 queue INFO 83 [529] -2015-03-11 16:41:43 sendUrl INFO 83 [529] R:OK -2015-03-11 16:41:43 queue INFO >83 [530] -2015-03-11 16:41:44 sendUrl INFO 83 [530] R:OK -2015-03-11 16:42:33 queue INFO >>83 [531] -2015-03-11 16:42:34 sendUrl INFO 83 [531] R:OK -2015-03-11 16:43:24 queue INFO >>83 [532] -2015-03-11 16:43:24 sendUrl INFO 83 [532] R:OK -2015-03-11 16:44:14 queue INFO >>83 [533] -2015-03-11 16:44:14 sendUrl INFO 83 [533] R:OK -2015-03-11 16:45:04 queue INFO >>83 [534] -2015-03-11 16:45:04 sendUrl INFO 83 [534] R:OK -2015-03-11 16:45:54 queue INFO >>83 [535] -2015-03-11 16:45:55 sendUrl INFO 83 [535] R:OK -2015-03-11 16:45:56 queue INFO 87 [536] -2015-03-11 16:45:56 queue INFO >87 [537] -2015-03-11 16:45:56 sendUrl INFO 87 [536] R:OK -2015-03-11 16:45:57 sendUrl INFO 87 [537] R:OK -2015-03-11 16:45:57 queue INFO 83 [538] -2015-03-11 16:45:58 sendUrl INFO 83 [538] R:OK -2015-03-11 16:45:58 queue INFO >83 [539] -2015-03-11 16:45:58 sendUrl INFO 83 [539] R:OK -2015-03-11 16:46:48 queue INFO >>83 [540] -2015-03-11 16:46:48 sendUrl INFO 83 [540] R:OK -2015-03-11 16:47:38 queue INFO >>83 [541] -2015-03-11 16:47:38 sendUrl INFO 83 [541] R:OK -2015-03-11 16:48:28 queue INFO >>83 [542] -2015-03-11 16:48:28 sendUrl INFO 83 [542] R:OK -2015-03-11 16:49:18 queue INFO >>83 [543] -2015-03-11 16:49:18 sendUrl INFO 83 [543] R:OK -2015-03-11 16:49:22 queue INFO 81 [544] -2015-03-11 16:49:22 queue INFO >81 [545] -2015-03-11 16:49:22 sendUrl INFO 81 [544] R:OK -2015-03-11 16:49:23 sendUrl INFO 81 [545] R:OK -2015-03-11 16:49:28 queue INFO 83 [546] -2015-03-11 16:49:29 queue INFO >83 [547] -2015-03-11 16:49:29 sendUrl INFO 83 [546] R:OK -2015-03-11 16:49:29 sendUrl INFO 83 [547] R:OK -2015-03-11 16:50:19 queue INFO >>83 [548] -2015-03-11 16:50:19 sendUrl INFO 83 [548] R:OK -2015-03-11 16:51:09 queue INFO >>83 [549] -2015-03-11 16:51:09 sendUrl INFO 83 [549] R:OK -2015-03-11 16:51:59 queue INFO >>83 [550] -2015-03-11 16:51:59 sendUrl INFO 83 [550] R:OK -2015-03-11 16:52:49 queue INFO >>83 [551] -2015-03-11 16:52:49 sendUrl INFO 83 [551] R:OK -2015-03-11 16:53:39 queue INFO >>83 [552] -2015-03-11 16:53:40 sendUrl INFO 83 [552] R:OK -2015-03-11 16:53:41 queue INFO 87 [553] -2015-03-11 16:53:41 queue INFO >87 [554] -2015-03-11 16:53:42 sendUrl INFO 87 [553] R:OK -2015-03-11 16:53:42 sendUrl INFO 87 [554] R:OK -2015-03-11 16:53:43 queue INFO 83 [555] -2015-03-11 16:53:43 queue INFO >83 [556] -2015-03-11 16:53:43 sendUrl INFO 83 [555] R:OK -2015-03-11 16:53:44 sendUrl INFO 83 [556] R:OK -2015-03-11 16:54:33 queue INFO >>83 [557] -2015-03-11 16:54:33 sendUrl INFO 83 [557] R:OK -2015-03-11 16:55:23 queue INFO >>83 [558] -2015-03-11 16:55:23 sendUrl INFO 83 [558] R:OK -2015-03-11 16:56:13 queue INFO >>83 [559] -2015-03-11 16:56:14 sendUrl INFO 83 [559] R:OK -2015-03-11 16:57:03 queue INFO >>83 [560] -2015-03-11 16:57:03 sendUrl INFO 83 [560] R:OK -2015-03-11 16:57:07 queue INFO 81 [561] -2015-03-11 16:57:07 queue INFO >81 [562] -2015-03-11 16:57:07 sendUrl INFO 81 [561] R:OK -2015-03-11 16:57:08 sendUrl INFO 81 [562] R:OK -2015-03-11 16:57:14 queue INFO 83 [563] -2015-03-11 16:57:14 queue INFO >83 [564] -2015-03-11 16:57:14 sendUrl INFO 83 [563] R:OK -2015-03-11 16:57:14 sendUrl INFO 83 [564] R:OK -2015-03-11 16:58:04 queue INFO >>83 [565] -2015-03-11 16:58:04 sendUrl INFO 83 [565] R:OK -2015-03-11 16:58:54 queue INFO >>83 [566] -2015-03-11 16:58:54 sendUrl INFO 83 [566] R:OK -2015-03-11 16:59:44 queue INFO >>83 [567] -2015-03-11 16:59:44 sendUrl INFO 83 [567] R:OK -2015-03-11 17:00:34 queue INFO >>83 [568] -2015-03-11 17:00:34 sendUrl INFO 83 [568] R:OK -2015-03-11 17:01:24 queue INFO >>83 [569] -2015-03-11 17:01:25 sendUrl INFO 83 [569] R:OK -2015-03-11 17:01:26 queue INFO 87 [570] -2015-03-11 17:01:26 queue INFO >87 [571] -2015-03-11 17:01:26 sendUrl INFO 87 [570] R:OK -2015-03-11 17:01:27 sendUrl INFO 87 [571] R:OK -2015-03-11 17:01:27 queue INFO 83 [572] -2015-03-11 17:01:27 queue INFO >83 [573] -2015-03-11 17:01:28 sendUrl INFO 83 [572] R:OK -2015-03-11 17:01:28 sendUrl INFO 83 [573] R:OK -2015-03-11 17:02:17 queue INFO >>83 [574] -2015-03-11 17:02:18 sendUrl INFO 83 [574] R:OK -2015-03-11 17:03:08 queue INFO >>83 [575] -2015-03-11 17:03:08 sendUrl INFO 83 [575] R:OK -2015-03-11 17:03:58 queue INFO >>83 [576] -2015-03-11 17:03:58 sendUrl INFO 83 [576] R:OK -2015-03-11 17:04:48 queue INFO >>83 [577] -2015-03-11 17:04:48 sendUrl INFO 83 [577] R:OK -2015-03-11 17:04:52 queue INFO 81 [578] -2015-03-11 17:04:52 queue INFO >81 [579] -2015-03-11 17:04:52 sendUrl INFO 81 [578] R:OK -2015-03-11 17:04:53 sendUrl INFO 81 [579] R:OK -2015-03-11 17:04:58 queue INFO 83 [580] -2015-03-11 17:04:58 queue INFO >83 [581] -2015-03-11 17:04:59 sendUrl INFO 83 [580] R:OK -2015-03-11 17:04:59 sendUrl INFO 83 [581] R:OK -2015-03-11 17:05:48 queue INFO >>83 [582] -2015-03-11 17:05:49 sendUrl INFO 83 [582] R:OK -2015-03-11 17:06:38 queue INFO >>83 [583] -2015-03-11 17:06:39 sendUrl INFO 83 [583] R:OK -2015-03-11 17:07:29 queue INFO >>83 [584] -2015-03-11 17:07:29 sendUrl INFO 83 [584] R:OK -2015-03-11 17:08:19 queue INFO >>83 [585] -2015-03-11 17:08:19 sendUrl INFO 83 [585] R:OK -2015-03-11 17:09:09 queue INFO >>83 [586] -2015-03-11 17:09:09 sendUrl INFO 83 [586] R:OK -2015-03-11 17:09:11 queue INFO C7 [587] -2015-03-11 17:09:11 queue INFO >C7 [588] -2015-03-11 17:09:11 sendUrl INFO C7 [587] R:OK -2015-03-11 17:09:12 sendUrl INFO C7 [588] R:OK -2015-03-11 17:09:13 queue INFO C3 [589] -2015-03-11 17:09:13 queue INFO >C3 [590] -2015-03-11 17:09:13 sendUrl INFO C3 [589] R:OK -2015-03-11 17:09:13 sendUrl INFO C3 [590] R:OK -2015-03-11 17:10:03 queue INFO >>C3 [591] -2015-03-11 17:10:03 sendUrl INFO C3 [591] R:OK -2015-03-11 17:10:53 queue INFO >>C3 [592] -2015-03-11 17:10:53 sendUrl INFO C3 [592] R:OK -2015-03-11 17:11:43 queue INFO >>C3 [593] -2015-03-11 17:11:43 sendUrl INFO C3 [593] R:OK -2015-03-11 17:12:33 queue INFO >>C3 [594] -2015-03-11 17:12:34 sendUrl INFO C3 [594] R:OK -2015-03-11 17:12:37 queue INFO C1 [595] -2015-03-11 17:12:37 sendUrl INFO C1 [595] R:OK -2015-03-11 17:12:37 queue INFO >C1 [596] -2015-03-11 17:12:38 sendUrl INFO C1 [596] R:OK -2015-03-11 17:12:43 queue INFO C3 [597] -2015-03-11 17:12:44 queue INFO >C3 [598] -2015-03-11 17:12:44 sendUrl INFO C3 [597] R:OK -2015-03-11 17:12:44 sendUrl INFO C3 [598] R:OK -2015-03-11 17:13:34 queue INFO >>C3 [599] -2015-03-11 17:13:34 sendUrl INFO C3 [599] R:OK -2015-03-11 17:14:24 queue INFO >>C3 [600] -2015-03-11 17:14:24 sendUrl INFO C3 [600] R:OK -2015-03-11 17:15:14 queue INFO >>C3 [601] -2015-03-11 17:15:14 sendUrl INFO C3 [601] R:OK -2015-03-11 17:16:04 queue INFO >>C3 [602] -2015-03-11 17:16:04 sendUrl INFO C3 [602] R:OK -2015-03-11 17:16:54 queue INFO >>C3 [603] -2015-03-11 17:16:54 sendUrl INFO C3 [603] R:OK -2015-03-11 17:16:56 queue INFO 83 [604] -2015-03-11 17:16:56 sendUrl INFO 83 [604] R:OK -2015-03-11 17:16:56 queue INFO >83 [605] -2015-03-11 17:16:57 queue INFO 87 [606] -2015-03-11 17:16:57 queue INFO >87 [607] -2015-03-11 17:16:57 sendUrl INFO 83 [605] R:OK -2015-03-11 17:16:57 sendUrl INFO 87 [606] R:OK -2015-03-11 17:16:58 sendUrl INFO 87 [607] R:OK -2015-03-11 17:16:58 queue INFO 83 [608] -2015-03-11 17:16:58 sendUrl INFO 83 [608] R:OK -2015-03-11 17:16:58 queue INFO >83 [609] -2015-03-11 17:16:59 sendUrl INFO 83 [609] R:OK -2015-03-11 17:17:48 queue INFO >>83 [610] -2015-03-11 17:17:49 sendUrl INFO 83 [610] R:OK -2015-03-11 17:18:38 queue INFO >>83 [611] -2015-03-11 17:18:39 sendUrl INFO 83 [611] R:OK -2015-03-11 17:19:29 queue INFO >>83 [612] -2015-03-11 17:19:29 sendUrl INFO 83 [612] R:OK -2015-03-11 17:20:19 queue INFO >>83 [613] -2015-03-11 17:20:19 sendUrl INFO 83 [613] R:OK -2015-03-11 17:20:23 queue INFO 81 [614] -2015-03-11 17:20:23 queue INFO >81 [615] -2015-03-11 17:20:23 sendUrl INFO 81 [614] R:OK -2015-03-11 17:20:24 sendUrl INFO 81 [615] R:OK -2015-03-11 17:20:29 queue INFO 83 [616] -2015-03-11 17:20:29 queue INFO >83 [617] -2015-03-11 17:20:30 sendUrl INFO 83 [616] R:OK -2015-03-11 17:20:30 sendUrl INFO 83 [617] R:OK -2015-03-11 17:21:19 queue INFO >>83 [618] -2015-03-11 17:21:20 sendUrl INFO 83 [618] R:OK -2015-03-11 17:22:10 queue INFO >>83 [619] -2015-03-11 17:22:10 sendUrl INFO 83 [619] R:OK -2015-03-11 17:23:00 queue INFO >>83 [620] -2015-03-11 17:23:00 sendUrl INFO 83 [620] R:OK -2015-03-11 17:23:50 queue INFO >>83 [621] -2015-03-11 17:23:50 sendUrl INFO 83 [621] R:OK -2015-03-11 17:24:40 queue INFO >>83 [622] -2015-03-11 17:24:40 sendUrl INFO 83 [622] R:OK -2015-03-11 17:24:42 queue INFO 87 [623] -2015-03-11 17:24:42 queue INFO >87 [624] -2015-03-11 17:24:42 sendUrl INFO 87 [623] R:OK -2015-03-11 17:24:43 sendUrl INFO 87 [624] R:OK -2015-03-11 17:24:44 queue INFO 83 [625] -2015-03-11 17:24:44 sendUrl INFO 83 [625] R:OK -2015-03-11 17:24:44 queue INFO >83 [626] -2015-03-11 17:24:44 sendUrl INFO 83 [626] R:OK -2015-03-11 17:25:34 queue INFO >>83 [627] -2015-03-11 17:25:34 sendUrl INFO 83 [627] R:OK -2015-03-11 17:26:24 queue INFO >>83 [628] -2015-03-11 17:26:25 sendUrl INFO 83 [628] R:OK -2015-03-11 17:27:14 queue INFO >>83 [629] -2015-03-11 17:27:14 sendUrl INFO 83 [629] R:OK -2015-03-11 17:28:04 queue INFO >>83 [630] -2015-03-11 17:28:05 sendUrl INFO 83 [630] R:OK -2015-03-11 17:28:09 queue INFO 81 [631] -2015-03-11 17:28:09 queue INFO >81 [632] -2015-03-11 17:28:09 sendUrl INFO 81 [631] R:OK -2015-03-11 17:28:10 sendUrl INFO 81 [632] R:OK -2015-03-11 17:28:15 queue INFO 83 [633] -2015-03-11 17:28:15 queue INFO >83 [634] -2015-03-11 17:28:15 sendUrl INFO 83 [633] R:OK -2015-03-11 17:28:16 sendUrl INFO 83 [634] R:OK -2015-03-11 17:29:05 queue INFO >>83 [635] -2015-03-11 17:29:05 sendUrl INFO 83 [635] R:OK -2015-03-11 17:29:55 queue INFO >>83 [636] -2015-03-11 17:29:55 sendUrl INFO 83 [636] R:OK -2015-03-11 17:30:45 queue INFO >>83 [637] -2015-03-11 17:30:46 sendUrl INFO 83 [637] R:OK -2015-03-11 17:31:35 queue INFO >>83 [638] -2015-03-11 17:31:36 sendUrl INFO 83 [638] R:OK -2015-03-11 17:32:26 queue INFO >>83 [639] -2015-03-11 17:32:26 sendUrl INFO 83 [639] R:OK -2015-03-11 17:32:27 queue INFO 87 [640] -2015-03-11 17:32:28 queue INFO >87 [641] -2015-03-11 17:32:28 sendUrl INFO 87 [640] R:OK -2015-03-11 17:32:28 sendUrl INFO 87 [641] R:OK -2015-03-11 17:32:29 queue INFO 83 [642] -2015-03-11 17:32:29 queue INFO >83 [643] -2015-03-11 17:32:29 sendUrl INFO 83 [642] R:OK -2015-03-11 17:32:30 sendUrl INFO 83 [643] R:OK -2015-03-11 17:33:19 queue INFO >>83 [644] -2015-03-11 17:33:19 sendUrl INFO 83 [644] R:OK -2015-03-11 17:34:09 queue INFO >>83 [645] -2015-03-11 17:34:10 sendUrl INFO 83 [645] R:OK -2015-03-11 17:34:59 queue INFO >>83 [646] -2015-03-11 17:34:59 sendUrl INFO 83 [646] R:OK -2015-03-11 17:35:49 queue INFO >>83 [647] -2015-03-11 17:35:50 sendUrl INFO 83 [647] R:OK -2015-03-11 17:35:54 queue INFO 81 [648] -2015-03-11 17:35:54 queue INFO >81 [649] -2015-03-11 17:35:54 sendUrl INFO 81 [648] R:OK -2015-03-11 17:35:55 sendUrl INFO 81 [649] R:OK -2015-03-11 17:36:00 queue INFO 83 [650] -2015-03-11 17:36:00 queue INFO >83 [651] -2015-03-11 17:36:00 sendUrl INFO 83 [650] R:OK -2015-03-11 17:36:01 sendUrl INFO 83 [651] R:OK -2015-03-11 17:36:50 queue INFO >>83 [652] -2015-03-11 17:36:50 sendUrl INFO 83 [652] R:OK -2015-03-11 17:37:40 queue INFO >>83 [653] -2015-03-11 17:37:40 sendUrl INFO 83 [653] R:OK -2015-03-11 17:38:30 queue INFO >>83 [654] -2015-03-11 17:38:31 sendUrl INFO 83 [654] R:OK -2015-03-11 17:38:32 queue INFO 81 [655] -2015-03-11 17:38:32 queue INFO >81 [656] -2015-03-11 17:38:32 sendUrl INFO 81 [655] R:OK -2015-03-11 17:38:32 sendUrl INFO 81 [656] R:OK -2015-03-11 17:39:22 queue INFO >>81 [657] -2015-03-11 17:39:22 sendUrl INFO 81 [657] R:OK -2015-03-11 17:40:12 queue INFO >>81 [658] -2015-03-11 17:40:12 sendUrl INFO 81 [658] R:OK -2015-03-11 17:40:32 queue INFO 91 [659] -2015-03-11 17:40:32 queue INFO >91 [660] -2015-03-11 17:40:33 sendUrl INFO 91 [659] R:OK -2015-03-11 17:40:33 sendUrl INFO 91 [660] R:OK -2015-03-11 17:41:22 queue INFO >>91 [661] -2015-03-11 17:41:22 sendUrl INFO 91 [661] R:OK -2015-03-11 17:42:12 queue INFO >>91 [662] -2015-03-11 17:42:13 sendUrl INFO 91 [662] R:OK -2015-03-11 17:43:03 queue INFO >>91 [663] -2015-03-11 17:43:03 sendUrl INFO 91 [663] R:OK -2015-03-11 17:43:53 queue INFO >>91 [664] -2015-03-11 17:43:53 sendUrl INFO 91 [664] R:OK -2015-03-11 17:44:43 queue INFO >>91 [665] -2015-03-11 17:44:43 sendUrl INFO 91 [665] R:OK -2015-03-11 17:45:26 queue INFO 81 [666] -2015-03-11 17:45:26 queue INFO >81 [667] -2015-03-11 17:45:26 sendUrl INFO 81 [666] R:OK -2015-03-11 17:45:27 sendUrl INFO 81 [667] R:OK -2015-03-11 17:45:33 queue INFO 83 [668] -2015-03-11 17:45:33 queue INFO >83 [669] -2015-03-11 17:45:34 sendUrl INFO 83 [668] R:OK -2015-03-11 17:45:34 sendUrl INFO 83 [669] R:OK -2015-03-11 17:45:56 queue INFO 87 [670] -2015-03-11 17:45:57 queue INFO >87 [671] -2015-03-11 17:45:57 sendUrl INFO 87 [670] R:OK -2015-03-11 17:45:57 sendUrl INFO 87 [671] R:OK -2015-03-11 17:45:58 queue INFO 83 [672] -2015-03-11 17:45:58 sendUrl INFO 83 [672] R:OK -2015-03-11 17:45:58 queue INFO >83 [673] -2015-03-11 17:45:59 sendUrl INFO 83 [673] R:OK -2015-03-11 17:46:48 queue INFO >>83 [674] -2015-03-11 17:46:49 sendUrl INFO 83 [674] R:OK -2015-03-11 17:47:38 queue INFO >>83 [675] -2015-03-11 17:47:39 sendUrl INFO 83 [675] R:OK -2015-03-11 17:48:29 queue INFO >>83 [676] -2015-03-11 17:48:29 sendUrl INFO 83 [676] R:OK -2015-03-11 17:49:19 queue INFO >>83 [677] -2015-03-11 17:49:19 sendUrl INFO 83 [677] R:OK -2015-03-11 17:49:23 queue INFO 81 [678] -2015-03-11 17:49:23 queue INFO >81 [679] -2015-03-11 17:49:23 sendUrl INFO 81 [678] R:OK -2015-03-11 17:49:24 sendUrl INFO 81 [679] R:OK -2015-03-11 17:49:29 queue INFO 83 [680] -2015-03-11 17:49:29 queue INFO >83 [681] -2015-03-11 17:49:29 sendUrl INFO 83 [680] R:OK -2015-03-11 17:49:30 sendUrl INFO 83 [681] R:OK -2015-03-11 17:50:19 queue INFO >>83 [682] -2015-03-11 17:50:19 sendUrl INFO 83 [682] R:OK -2015-03-11 17:51:09 queue INFO >>83 [683] -2015-03-11 17:51:10 sendUrl INFO 83 [683] R:OK -2015-03-11 17:51:59 queue INFO >>83 [684] -2015-03-11 17:52:00 sendUrl INFO 83 [684] R:OK -2015-03-11 17:52:50 queue INFO >>83 [685] -2015-03-11 17:52:50 sendUrl INFO 83 [685] R:OK -2015-03-11 17:53:40 queue INFO >>83 [686] -2015-03-11 17:53:40 sendUrl INFO 83 [686] R:OK -2015-03-11 17:54:13 queue INFO 87 [687] -2015-03-11 17:54:13 queue INFO >87 [688] -2015-03-11 17:54:13 sendUrl INFO 87 [687] R:OK -2015-03-11 17:54:14 sendUrl INFO 87 [688] R:OK -2015-03-11 17:54:14 queue INFO 83 [689] -2015-03-11 17:54:15 sendUrl INFO 83 [689] R:OK -2015-03-11 17:54:15 queue INFO >83 [690] -2015-03-11 17:54:15 sendUrl INFO 83 [690] R:OK -2015-03-11 17:55:05 queue INFO >>83 [691] -2015-03-11 17:55:05 sendUrl INFO 83 [691] R:OK -2015-03-11 17:55:55 queue INFO >>83 [692] -2015-03-11 17:55:55 sendUrl INFO 83 [692] R:OK -2015-03-11 17:56:45 queue INFO >>83 [693] -2015-03-11 17:56:45 sendUrl INFO 83 [693] R:OK -2015-03-11 17:57:35 queue INFO >>83 [694] -2015-03-11 17:57:35 sendUrl INFO 83 [694] R:OK -2015-03-11 17:57:39 queue INFO 81 [695] -2015-03-11 17:57:39 queue INFO >81 [696] -2015-03-11 17:57:39 sendUrl INFO 81 [695] R:OK -2015-03-11 17:57:40 sendUrl INFO 81 [696] R:OK -2015-03-11 17:57:45 queue INFO 83 [697] -2015-03-11 17:57:46 queue INFO >83 [698] -2015-03-11 17:57:46 sendUrl INFO 83 [697] R:OK -2015-03-11 17:57:46 sendUrl INFO 83 [698] R:OK -2015-03-11 17:58:36 queue INFO >>83 [699] -2015-03-11 17:58:36 sendUrl INFO 83 [699] R:OK -2015-03-11 17:59:26 queue INFO >>83 [700] -2015-03-11 17:59:26 sendUrl INFO 83 [700] R:OK -2015-03-11 18:00:16 queue INFO >>83 [701] -2015-03-11 18:00:16 sendUrl INFO 83 [701] R:OK -2015-03-11 18:01:06 queue INFO >>83 [702] -2015-03-11 18:01:06 sendUrl INFO 83 [702] R:OK -2015-03-11 18:01:56 queue INFO >>83 [703] -2015-03-11 18:01:57 sendUrl INFO 83 [703] R:OK -2015-03-11 18:01:58 queue INFO 87 [704] -2015-03-11 18:01:58 queue INFO >87 [705] -2015-03-11 18:01:58 sendUrl INFO 87 [704] R:OK -2015-03-11 18:01:59 sendUrl INFO 87 [705] R:OK -2015-03-11 18:01:59 queue INFO 83 [706] -2015-03-11 18:02:00 sendUrl INFO 83 [706] R:OK -2015-03-11 18:02:00 queue INFO >83 [707] -2015-03-11 18:02:00 sendUrl INFO 83 [707] R:OK -2015-03-11 18:02:50 queue INFO >>83 [708] -2015-03-11 18:02:50 sendUrl INFO 83 [708] R:OK -2015-03-11 18:03:40 queue INFO >>83 [709] -2015-03-11 18:03:40 sendUrl INFO 83 [709] R:OK -2015-03-11 18:04:30 queue INFO >>83 [710] -2015-03-11 18:04:30 sendUrl INFO 83 [710] R:OK -2015-03-11 18:05:20 queue INFO >>83 [711] -2015-03-11 18:05:20 sendUrl INFO 83 [711] R:OK -2015-03-11 18:05:24 queue INFO 81 [712] -2015-03-11 18:05:24 queue INFO >81 [713] -2015-03-11 18:05:24 sendUrl INFO 81 [712] R:OK -2015-03-11 18:05:25 sendUrl INFO 81 [713] R:OK -2015-03-11 18:05:30 queue INFO 83 [714] -2015-03-11 18:05:31 queue INFO >83 [715] -2015-03-11 18:05:31 sendUrl INFO 83 [714] R:OK -2015-03-11 18:05:31 sendUrl INFO 83 [715] R:OK -2015-03-11 18:06:20 queue INFO >>83 [716] -2015-03-11 18:06:21 sendUrl INFO 83 [716] R:OK -2015-03-11 18:07:11 queue INFO >>83 [717] -2015-03-11 18:07:11 sendUrl INFO 83 [717] R:OK -2015-03-11 18:08:01 queue INFO >>83 [718] -2015-03-11 18:08:01 sendUrl INFO 83 [718] R:OK -2015-03-11 18:08:51 queue INFO >>83 [719] -2015-03-11 18:08:51 sendUrl INFO 83 [719] R:OK -2015-03-11 18:09:41 queue INFO >>83 [720] -2015-03-11 18:09:42 sendUrl INFO 83 [720] R:OK -2015-03-11 18:09:43 queue INFO 87 [721] -2015-03-11 18:09:43 queue INFO >87 [722] -2015-03-11 18:09:43 sendUrl INFO 87 [721] R:OK -2015-03-11 18:09:44 sendUrl INFO 87 [722] R:OK -2015-03-11 18:09:44 queue INFO 83 [723] -2015-03-11 18:09:44 queue INFO >83 [724] -2015-03-11 18:09:45 sendUrl INFO 83 [723] R:OK -2015-03-11 18:09:45 sendUrl INFO 83 [724] R:OK -2015-03-11 18:10:34 queue INFO >>83 [725] -2015-03-11 18:10:35 sendUrl INFO 83 [725] R:OK -2015-03-11 18:11:25 queue INFO >>83 [726] -2015-03-11 18:11:25 sendUrl INFO 83 [726] R:OK -2015-03-11 18:12:15 queue INFO >>83 [727] -2015-03-11 18:12:15 sendUrl INFO 83 [727] R:OK -2015-03-11 18:13:05 queue INFO >>83 [728] -2015-03-11 18:13:05 sendUrl INFO 83 [728] R:OK -2015-03-11 18:13:09 queue INFO 81 [729] -2015-03-11 18:13:09 sendUrl INFO 81 [729] R:OK -2015-03-11 18:13:09 queue INFO >81 [730] -2015-03-11 18:13:10 sendUrl INFO 81 [730] R:OK -2015-03-11 18:13:15 queue INFO 83 [731] -2015-03-11 18:13:16 queue INFO >83 [732] -2015-03-11 18:13:16 sendUrl INFO 83 [731] R:OK -2015-03-11 18:13:16 sendUrl INFO 83 [732] R:OK -2015-03-11 18:14:05 queue INFO >>83 [733] -2015-03-11 18:14:06 sendUrl INFO 83 [733] R:OK -2015-03-11 18:14:56 queue INFO >>83 [734] -2015-03-11 18:14:56 sendUrl INFO 83 [734] R:OK -2015-03-11 18:15:46 queue INFO >>83 [735] -2015-03-11 18:15:46 sendUrl INFO 83 [735] R:OK -2015-03-11 18:16:36 queue INFO >>83 [736] -2015-03-11 18:16:36 sendUrl INFO 83 [736] R:OK -2015-03-11 18:17:26 queue INFO >>83 [737] -2015-03-11 18:17:26 sendUrl INFO 83 [737] R:OK -2015-03-11 18:17:28 queue INFO C7 [738] -2015-03-11 18:17:28 queue INFO >C7 [739] -2015-03-11 18:17:28 sendUrl INFO C7 [738] R:OK -2015-03-11 18:17:29 sendUrl INFO C7 [739] R:OK -2015-03-11 18:17:29 queue INFO C3 [740] -2015-03-11 18:17:30 queue INFO >C3 [741] -2015-03-11 18:17:30 sendUrl INFO C3 [740] R:OK -2015-03-11 18:17:30 sendUrl INFO C3 [741] R:OK -2015-03-11 18:18:19 queue INFO >>C3 [742] -2015-03-11 18:18:20 sendUrl INFO C3 [742] R:OK -2015-03-11 18:19:10 queue INFO >>C3 [743] -2015-03-11 18:19:10 sendUrl INFO C3 [743] R:OK -2015-03-11 18:20:00 queue INFO >>C3 [744] -2015-03-11 18:20:00 sendUrl INFO C3 [744] R:OK -2015-03-11 18:20:50 queue INFO >>C3 [745] -2015-03-11 18:20:50 sendUrl INFO C3 [745] R:OK -2015-03-11 18:20:54 queue INFO C1 [746] -2015-03-11 18:20:54 sendUrl INFO C1 [746] R:OK -2015-03-11 18:20:54 queue INFO >C1 [747] -2015-03-11 18:20:55 sendUrl INFO C1 [747] R:OK -2015-03-11 18:21:00 queue INFO C3 [748] -2015-03-11 18:21:00 queue INFO >C3 [749] -2015-03-11 18:21:01 sendUrl INFO C3 [748] R:OK -2015-03-11 18:21:01 sendUrl INFO C3 [749] R:OK -2015-03-11 18:21:50 queue INFO >>C3 [750] -2015-03-11 18:21:50 sendUrl INFO C3 [750] R:OK -2015-03-11 18:22:40 queue INFO >>C3 [751] -2015-03-11 18:22:41 sendUrl INFO C3 [751] R:OK -2015-03-11 18:23:31 queue INFO >>C3 [752] -2015-03-11 18:23:31 sendUrl INFO C3 [752] R:OK -2015-03-11 18:24:21 queue INFO >>C3 [753] -2015-03-11 18:24:21 sendUrl INFO C3 [753] R:OK -2015-03-11 18:25:11 queue INFO >>C3 [754] -2015-03-11 18:25:11 sendUrl INFO C3 [754] R:OK -2015-03-11 18:25:13 queue INFO 83 [755] -2015-03-11 18:25:13 sendUrl INFO 83 [755] R:OK -2015-03-11 18:25:13 queue INFO >83 [756] -2015-03-11 18:25:14 queue INFO 87 [757] -2015-03-11 18:25:14 queue INFO >87 [758] -2015-03-11 18:25:14 sendUrl INFO 83 [756] R:OK -2015-03-11 18:25:14 sendUrl INFO 87 [757] R:OK -2015-03-11 18:25:15 sendUrl INFO 87 [758] R:OK -2015-03-11 18:25:15 queue INFO 83 [759] -2015-03-11 18:25:15 queue INFO >83 [760] -2015-03-11 18:25:15 sendUrl INFO 83 [759] R:OK -2015-03-11 18:25:16 sendUrl INFO 83 [760] R:OK -2015-03-11 18:26:05 queue INFO >>83 [761] -2015-03-11 18:26:06 sendUrl INFO 83 [761] R:OK -2015-03-11 18:26:55 queue INFO >>83 [762] -2015-03-11 18:26:55 sendUrl INFO 83 [762] R:OK -2015-03-11 18:27:45 queue INFO >>83 [763] -2015-03-11 18:27:46 sendUrl INFO 83 [763] R:OK -2015-03-11 18:28:36 queue INFO >>83 [764] -2015-03-11 18:28:36 sendUrl INFO 83 [764] R:OK -2015-03-11 18:28:40 queue INFO 81 [765] -2015-03-11 18:28:40 sendUrl INFO 81 [765] R:OK -2015-03-11 18:28:40 queue INFO >81 [766] -2015-03-11 18:28:41 sendUrl INFO 81 [766] R:OK -2015-03-11 18:28:46 queue INFO 83 [767] -2015-03-11 18:28:46 queue INFO >83 [768] -2015-03-11 18:28:47 sendUrl INFO 83 [767] R:OK -2015-03-11 18:28:47 sendUrl INFO 83 [768] R:OK -2015-03-11 18:29:36 queue INFO >>83 [769] -2015-03-11 18:29:36 sendUrl INFO 83 [769] R:OK -2015-03-11 18:30:26 queue INFO >>83 [770] -2015-03-11 18:30:27 sendUrl INFO 83 [770] R:OK -2015-03-11 18:31:17 queue INFO >>83 [771] -2015-03-11 18:31:17 sendUrl INFO 83 [771] R:OK -2015-03-11 18:32:07 queue INFO >>83 [772] -2015-03-11 18:32:07 sendUrl INFO 83 [772] R:OK -2015-03-11 18:32:57 queue INFO >>83 [773] -2015-03-11 18:32:57 sendUrl INFO 83 [773] R:OK -2015-03-11 18:32:59 queue INFO 87 [774] -2015-03-11 18:32:59 queue INFO >87 [775] -2015-03-11 18:32:59 sendUrl INFO 87 [774] R:OK -2015-03-11 18:33:00 sendUrl INFO 87 [775] R:OK -2015-03-11 18:33:01 queue INFO 83 [776] -2015-03-11 18:33:01 queue INFO >83 [777] -2015-03-11 18:33:01 sendUrl INFO 83 [776] R:OK -2015-03-11 18:33:01 sendUrl INFO 83 [777] R:OK -2015-03-11 18:33:51 queue INFO >>83 [778] -2015-03-11 18:33:51 sendUrl INFO 83 [778] R:OK -2015-03-11 18:34:41 queue INFO >>83 [779] -2015-03-11 18:34:41 sendUrl INFO 83 [779] R:OK -2015-03-11 18:35:31 queue INFO >>83 [780] -2015-03-11 18:35:31 sendUrl INFO 83 [780] R:OK -2015-03-11 18:35:49 queue INFO 81 [781] -2015-03-11 18:35:49 queue INFO >81 [782] -2015-03-11 18:35:49 sendUrl INFO 81 [781] R:OK -2015-03-11 18:35:50 sendUrl INFO 81 [782] R:OK -2015-03-11 18:36:02 queue INFO 83 [783] -2015-03-11 18:36:02 queue INFO >83 [784] -2015-03-11 18:36:02 sendUrl INFO 83 [783] R:OK -2015-03-11 18:36:03 sendUrl INFO 83 [784] R:OK -2015-03-11 18:36:52 queue INFO >>83 [785] -2015-03-11 18:36:52 sendUrl INFO 83 [785] R:OK -2015-03-11 18:37:42 queue INFO >>83 [786] -2015-03-11 18:37:42 sendUrl INFO 83 [786] R:OK -2015-03-11 18:38:32 queue INFO >>83 [787] -2015-03-11 18:38:32 sendUrl INFO 83 [787] R:OK -2015-03-11 18:39:22 queue INFO >>83 [788] -2015-03-11 18:39:22 sendUrl INFO 83 [788] R:OK -2015-03-11 18:40:12 queue INFO >>83 [789] -2015-03-11 18:40:13 sendUrl INFO 83 [789] R:OK -2015-03-11 18:40:44 queue INFO 87 [790] -2015-03-11 18:40:45 queue INFO >87 [791] -2015-03-11 18:40:45 sendUrl INFO 87 [790] R:OK -2015-03-11 18:40:45 sendUrl INFO 87 [791] R:OK -2015-03-11 18:40:46 queue INFO 83 [792] -2015-03-11 18:40:46 queue INFO >83 [793] -2015-03-11 18:40:46 sendUrl INFO 83 [792] R:OK -2015-03-11 18:40:47 sendUrl INFO 83 [793] R:OK -2015-03-11 18:41:36 queue INFO >>83 [794] -2015-03-11 18:41:37 sendUrl INFO 83 [794] R:OK -2015-03-11 18:42:26 queue INFO >>83 [795] -2015-03-11 18:42:27 sendUrl INFO 83 [795] R:OK -2015-03-11 18:43:16 queue INFO >>83 [796] -2015-03-11 18:43:17 sendUrl INFO 83 [796] R:OK -2015-03-11 18:44:07 queue INFO >>83 [797] -2015-03-11 18:44:07 sendUrl INFO 83 [797] R:OK -2015-03-11 18:44:11 queue INFO 81 [798] -2015-03-11 18:44:11 queue INFO >81 [799] -2015-03-11 18:44:11 sendUrl INFO 81 [798] R:OK -2015-03-11 18:44:12 sendUrl INFO 81 [799] R:OK -2015-03-11 18:44:17 queue INFO 83 [800] -2015-03-11 18:44:17 queue INFO >83 [801] -2015-03-11 18:44:17 sendUrl INFO 83 [800] R:OK -2015-03-11 18:44:18 sendUrl INFO 83 [801] R:OK -2015-03-11 18:45:07 queue INFO >>83 [802] -2015-03-11 18:45:07 sendUrl INFO 83 [802] R:OK -2015-03-11 18:45:57 queue INFO >>83 [803] -2015-03-11 18:45:57 sendUrl INFO 83 [803] R:OK -2015-03-11 18:46:47 queue INFO >>83 [804] -2015-03-11 18:46:48 sendUrl INFO 83 [804] R:OK -2015-03-11 18:47:37 queue INFO >>83 [805] -2015-03-11 18:47:38 sendUrl INFO 83 [805] R:OK -2015-03-11 18:48:28 queue INFO >>83 [806] -2015-03-11 18:48:28 sendUrl INFO 83 [806] R:OK -2015-03-11 18:48:29 queue INFO 87 [807] -2015-03-11 18:48:29 queue INFO >87 [808] -2015-03-11 18:48:29 sendUrl INFO 87 [807] R:OK -2015-03-11 18:48:30 sendUrl INFO 87 [808] R:OK -2015-03-11 18:48:31 queue INFO 83 [809] -2015-03-11 18:48:31 sendUrl INFO 83 [809] R:OK -2015-03-11 18:48:31 queue INFO >83 [810] -2015-03-11 18:48:31 sendUrl INFO 83 [810] R:OK -2015-03-11 18:49:21 queue INFO >>83 [811] -2015-03-11 18:49:21 sendUrl INFO 83 [811] R:OK -2015-03-11 18:50:11 queue INFO >>83 [812] -2015-03-11 18:50:12 sendUrl INFO 83 [812] R:OK -2015-03-11 18:51:01 queue INFO >>83 [813] -2015-03-11 18:51:01 sendUrl INFO 83 [813] R:OK -2015-03-11 18:51:51 queue INFO >>83 [814] -2015-03-11 18:51:52 sendUrl INFO 83 [814] R:OK -2015-03-11 18:51:56 queue INFO 81 [815] -2015-03-11 18:51:56 queue INFO >81 [816] -2015-03-11 18:51:56 sendUrl INFO 81 [815] R:OK -2015-03-11 18:51:57 sendUrl INFO 81 [816] R:OK -2015-03-11 18:52:02 queue INFO 83 [817] -2015-03-11 18:52:02 sendUrl INFO 83 [817] R:OK -2015-03-11 18:52:02 queue INFO >83 [818] -2015-03-11 18:52:02 sendUrl INFO 83 [818] R:OK -2015-03-11 18:52:52 queue INFO >>83 [819] -2015-03-11 18:52:52 sendUrl INFO 83 [819] R:OK -2015-03-11 18:53:42 queue INFO >>83 [820] -2015-03-11 18:53:42 sendUrl INFO 83 [820] R:OK -2015-03-11 18:54:32 queue INFO >>83 [821] -2015-03-11 18:54:32 sendUrl INFO 83 [821] R:OK -2015-03-11 18:55:22 queue INFO >>83 [822] -2015-03-11 18:55:23 sendUrl INFO 83 [822] R:OK -2015-03-11 18:56:12 queue INFO >>83 [823] -2015-03-11 18:56:13 sendUrl INFO 83 [823] R:OK -2015-03-11 18:56:14 queue INFO 87 [824] -2015-03-11 18:56:14 queue INFO >87 [825] -2015-03-11 18:56:15 sendUrl INFO 87 [824] R:OK -2015-03-11 18:56:15 sendUrl INFO 87 [825] R:OK -2015-03-11 18:56:16 queue INFO 83 [826] -2015-03-11 18:56:16 sendUrl INFO 83 [826] R:OK -2015-03-11 18:56:16 queue INFO >83 [827] -2015-03-11 18:56:16 sendUrl INFO 83 [827] R:OK -2015-03-11 18:57:06 queue INFO >>83 [828] -2015-03-11 18:57:06 sendUrl INFO 83 [828] R:OK -2015-03-11 18:57:56 queue INFO >>83 [829] -2015-03-11 18:57:57 sendUrl INFO 83 [829] R:OK -2015-03-11 18:58:46 queue INFO >>83 [830] -2015-03-11 18:58:46 sendUrl INFO 83 [830] R:OK -2015-03-11 18:59:36 queue INFO >>83 [831] -2015-03-11 18:59:37 sendUrl INFO 83 [831] R:OK -2015-03-11 18:59:41 queue INFO 81 [832] -2015-03-11 18:59:41 queue INFO >81 [833] -2015-03-11 18:59:41 sendUrl INFO 81 [832] R:OK -2015-03-11 18:59:42 sendUrl INFO 81 [833] R:OK -2015-03-11 18:59:47 queue INFO 83 [834] -2015-03-11 18:59:47 queue INFO >83 [835] -2015-03-11 18:59:47 sendUrl INFO 83 [834] R:OK -2015-03-11 18:59:47 sendUrl INFO 83 [835] R:OK -2015-03-11 19:00:37 queue INFO >>83 [836] -2015-03-11 19:00:37 sendUrl INFO 83 [836] R:OK -2015-03-11 19:01:27 queue INFO >>83 [837] -2015-03-11 19:01:28 sendUrl INFO 83 [837] R:OK -2015-03-11 19:02:17 queue INFO >>83 [838] -2015-03-11 19:02:17 sendUrl INFO 83 [838] R:OK -2015-03-11 19:03:07 queue INFO >>83 [839] -2015-03-11 19:03:08 sendUrl INFO 83 [839] R:OK -2015-03-11 19:03:57 queue INFO >>83 [840] -2015-03-11 19:03:58 sendUrl INFO 83 [840] R:OK -2015-03-11 19:03:59 queue INFO C7 [841] -2015-03-11 19:03:59 queue INFO >C7 [842] -2015-03-11 19:04:00 sendUrl INFO C7 [841] R:OK -2015-03-11 19:04:00 sendUrl INFO C7 [842] R:OK -2015-03-11 19:04:01 queue INFO C3 [843] -2015-03-11 19:04:01 queue INFO >C3 [844] -2015-03-11 19:04:01 sendUrl INFO C3 [843] R:OK -2015-03-11 19:04:02 sendUrl INFO C3 [844] R:OK -2015-03-11 19:04:51 queue INFO >>C3 [845] -2015-03-11 19:04:51 sendUrl INFO C3 [845] R:OK -2015-03-11 19:05:41 queue INFO >>C3 [846] -2015-03-11 19:05:41 sendUrl INFO C3 [846] R:OK -2015-03-11 19:06:31 queue INFO >>C3 [847] -2015-03-11 19:06:32 sendUrl INFO C3 [847] R:OK -2015-03-11 19:07:21 queue INFO >>C3 [848] -2015-03-11 19:07:22 sendUrl INFO C3 [848] R:OK -2015-03-11 19:07:25 queue INFO C1 [849] -2015-03-11 19:07:25 queue INFO >C1 [850] -2015-03-11 19:07:25 sendUrl INFO C1 [849] R:OK -2015-03-11 19:07:26 sendUrl INFO C1 [850] R:OK -2015-03-11 19:07:32 queue INFO C3 [851] -2015-03-11 19:07:32 queue INFO >C3 [852] -2015-03-11 19:07:32 sendUrl INFO C3 [851] R:OK -2015-03-11 19:07:32 sendUrl INFO C3 [852] R:OK -2015-03-11 19:08:22 queue INFO >>C3 [853] -2015-03-11 19:08:22 sendUrl INFO C3 [853] R:OK -2015-03-11 19:09:12 queue INFO >>C3 [854] -2015-03-11 19:09:13 sendUrl INFO C3 [854] R:OK -2015-03-11 19:10:02 queue INFO >>C3 [855] -2015-03-11 19:10:02 sendUrl INFO C3 [855] R:OK -2015-03-11 19:10:52 queue INFO >>C3 [856] -2015-03-11 19:10:53 sendUrl INFO C3 [856] R:OK -2015-03-11 19:11:42 queue INFO >>C3 [857] -2015-03-11 19:11:43 sendUrl INFO C3 [857] R:OK -2015-03-11 19:11:45 queue INFO 83 [858] -2015-03-11 19:11:45 queue INFO >83 [859] -2015-03-11 19:11:45 sendUrl INFO 83 [858] R:OK -2015-03-11 19:11:46 sendUrl INFO 83 [859] R:OK -2015-03-11 19:12:22 queue INFO 87 [860] -2015-03-11 19:12:22 queue INFO >87 [861] -2015-03-11 19:12:22 sendUrl INFO 87 [860] R:OK -2015-03-11 19:12:23 sendUrl INFO 87 [861] R:OK -2015-03-11 19:12:24 queue INFO 83 [862] -2015-03-11 19:12:24 sendUrl INFO 83 [862] R:OK -2015-03-11 19:12:24 queue INFO >83 [863] -2015-03-11 19:12:24 sendUrl INFO 83 [863] R:OK -2015-03-11 19:13:14 queue INFO >>83 [864] -2015-03-11 19:13:14 sendUrl INFO 83 [864] R:OK -2015-03-11 19:14:04 queue INFO >>83 [865] -2015-03-11 19:14:04 sendUrl INFO 83 [865] R:OK -2015-03-11 19:14:54 queue INFO >>83 [866] -2015-03-11 19:14:54 sendUrl INFO 83 [866] R:OK -2015-03-11 19:15:44 queue INFO >>83 [867] -2015-03-11 19:15:45 sendUrl INFO 83 [867] R:OK -2015-03-11 19:15:48 queue INFO 81 [868] -2015-03-11 19:15:48 queue INFO >81 [869] -2015-03-11 19:15:48 sendUrl INFO 81 [868] R:OK -2015-03-11 19:15:49 sendUrl INFO 81 [869] R:OK -2015-03-11 19:15:54 queue INFO 83 [870] -2015-03-11 19:15:55 queue INFO >83 [871] -2015-03-11 19:15:55 sendUrl INFO 83 [870] R:OK -2015-03-11 19:15:55 sendUrl INFO 83 [871] R:OK -2015-03-11 19:16:45 queue INFO >>83 [872] -2015-03-11 19:16:45 sendUrl INFO 83 [872] R:OK -2015-03-11 19:17:35 queue INFO >>83 [873] -2015-03-11 19:17:35 sendUrl INFO 83 [873] R:OK -2015-03-11 19:18:25 queue INFO >>83 [874] -2015-03-11 19:18:25 sendUrl INFO 83 [874] R:OK -2015-03-11 19:19:15 queue INFO >>83 [875] -2015-03-11 19:19:16 sendUrl INFO 83 [875] R:OK -2015-03-11 19:20:05 queue INFO >>83 [876] -2015-03-11 19:20:05 sendUrl INFO 83 [876] R:OK -2015-03-11 19:20:07 queue INFO 87 [877] -2015-03-11 19:20:07 queue INFO >87 [878] -2015-03-11 19:20:07 sendUrl INFO 87 [877] R:OK -2015-03-11 19:20:08 sendUrl INFO 87 [878] R:OK -2015-03-11 19:20:09 queue INFO 83 [879] -2015-03-11 19:20:09 sendUrl INFO 83 [879] R:OK -2015-03-11 19:20:09 queue INFO >83 [880] -2015-03-11 19:20:09 sendUrl INFO 83 [880] R:OK -2015-03-11 19:20:59 queue INFO >>83 [881] -2015-03-11 19:20:59 sendUrl INFO 83 [881] R:OK -2015-03-11 19:21:49 queue INFO >>83 [882] -2015-03-11 19:21:50 sendUrl INFO 83 [882] R:OK -2015-03-11 19:22:39 queue INFO >>83 [883] -2015-03-11 19:22:39 sendUrl INFO 83 [883] R:OK -2015-03-11 19:23:29 queue INFO >>83 [884] -2015-03-11 19:23:30 sendUrl INFO 83 [884] R:OK -2015-03-11 19:23:33 queue INFO 81 [885] -2015-03-11 19:23:33 queue INFO >81 [886] -2015-03-11 19:23:33 sendUrl INFO 81 [885] R:OK -2015-03-11 19:23:34 sendUrl INFO 81 [886] R:OK -2015-03-11 19:23:40 queue INFO 83 [887] -2015-03-11 19:23:40 sendUrl INFO 83 [887] R:OK -2015-03-11 19:23:40 queue INFO >83 [888] -2015-03-11 19:23:40 sendUrl INFO 83 [888] R:OK -2015-03-11 19:24:30 queue INFO >>83 [889] -2015-03-11 19:24:30 sendUrl INFO 83 [889] R:OK -2015-03-11 19:25:20 queue INFO >>83 [890] -2015-03-11 19:25:20 sendUrl INFO 83 [890] R:OK -2015-03-11 19:26:10 queue INFO >>83 [891] -2015-03-11 19:26:10 sendUrl INFO 83 [891] R:OK -2015-03-11 19:27:00 queue INFO >>83 [892] -2015-03-11 19:27:01 sendUrl INFO 83 [892] R:OK -2015-03-11 19:27:50 queue INFO >>83 [893] -2015-03-11 19:27:51 sendUrl INFO 83 [893] R:OK -2015-03-11 19:27:52 queue INFO 87 [894] -2015-03-11 19:27:52 sendUrl INFO 87 [894] R:OK -2015-03-11 19:27:52 queue INFO >87 [895] -2015-03-11 19:27:53 sendUrl INFO 87 [895] R:OK -2015-03-11 19:27:54 queue INFO 83 [896] -2015-03-11 19:27:54 sendUrl INFO 83 [896] R:OK -2015-03-11 19:27:54 queue INFO >83 [897] -2015-03-11 19:27:54 sendUrl INFO 83 [897] R:OK -2015-03-11 19:28:44 queue INFO >>83 [898] -2015-03-11 19:28:44 sendUrl INFO 83 [898] R:OK -2015-03-11 19:29:34 queue INFO >>83 [899] -2015-03-11 19:29:35 sendUrl INFO 83 [899] R:OK -2015-03-11 19:30:24 queue INFO >>83 [900] -2015-03-11 19:30:24 sendUrl INFO 83 [900] R:OK -2015-03-11 19:31:14 queue INFO >>83 [901] -2015-03-11 19:31:15 sendUrl INFO 83 [901] R:OK -2015-03-11 19:31:19 queue INFO 81 [902] -2015-03-11 19:31:19 queue INFO >81 [903] -2015-03-11 19:31:19 sendUrl INFO 81 [902] R:OK -2015-03-11 19:31:20 sendUrl INFO 81 [903] R:OK -2015-03-11 19:31:25 queue INFO 83 [904] -2015-03-11 19:31:25 sendUrl INFO 83 [904] R:OK -2015-03-11 19:31:25 queue INFO >83 [905] -2015-03-11 19:31:25 sendUrl INFO 83 [905] R:OK -2015-03-11 19:32:15 queue INFO >>83 [906] -2015-03-11 19:32:15 sendUrl INFO 83 [906] R:OK -2015-03-11 19:33:05 queue INFO >>83 [907] -2015-03-11 19:33:06 sendUrl INFO 83 [907] R:OK -2015-03-11 19:33:55 queue INFO >>83 [908] -2015-03-11 19:33:55 sendUrl INFO 83 [908] R:OK -2015-03-11 19:34:45 queue INFO >>83 [909] -2015-03-11 19:34:46 sendUrl INFO 83 [909] R:OK -2015-03-11 19:35:35 queue INFO >>83 [910] -2015-03-11 19:35:36 sendUrl INFO 83 [910] R:OK -2015-03-11 19:36:14 queue INFO C3 [911] -2015-03-11 19:36:14 queue INFO >C3 [912] -2015-03-11 19:36:15 sendUrl INFO C3 [911] R:OK -2015-03-11 19:36:15 sendUrl INFO C3 [912] R:OK -2015-03-11 19:36:27 queue INFO 83 [913] -2015-03-11 19:36:27 sendUrl INFO 83 [913] R:OK -2015-03-11 19:36:27 queue INFO 87 [914] -2015-03-11 19:36:27 queue INFO >87 [915] -2015-03-11 19:36:27 sendUrl INFO 87 [914] R:OK -2015-03-11 19:36:28 sendUrl INFO 87 [915] R:OK -2015-03-11 19:36:28 queue INFO 83 [916] -2015-03-11 19:36:29 queue INFO >83 [917] -2015-03-11 19:36:29 sendUrl INFO 83 [916] R:OK -2015-03-11 19:36:29 sendUrl INFO 83 [917] R:OK -2015-03-11 19:37:19 queue INFO >>83 [918] -2015-03-11 19:37:19 sendUrl INFO 83 [918] R:OK -2015-03-11 19:38:09 queue INFO >>83 [919] -2015-03-11 19:38:09 sendUrl INFO 83 [919] R:OK -2015-03-11 19:38:59 queue INFO >>83 [920] -2015-03-11 19:38:59 sendUrl INFO 83 [920] R:OK -2015-03-11 19:39:49 queue INFO >>83 [921] -2015-03-11 19:39:49 sendUrl INFO 83 [921] R:OK -2015-03-11 19:39:53 queue INFO 81 [922] -2015-03-11 19:39:53 queue INFO >81 [923] -2015-03-11 19:39:53 sendUrl INFO 81 [922] R:OK -2015-03-11 19:39:54 sendUrl INFO 81 [923] R:OK -2015-03-11 19:40:00 queue INFO 83 [924] -2015-03-11 19:40:00 sendUrl INFO 83 [924] R:OK -2015-03-11 19:40:00 queue INFO >83 [925] -2015-03-11 19:40:00 sendUrl INFO 83 [925] R:OK -2015-03-11 19:40:50 queue INFO >>83 [926] -2015-03-11 19:40:50 sendUrl INFO 83 [926] R:OK -2015-03-11 19:41:40 queue INFO >>83 [927] -2015-03-11 19:41:40 sendUrl INFO 83 [927] R:OK -2015-03-11 19:42:30 queue INFO >>83 [928] -2015-03-11 19:42:30 sendUrl INFO 83 [928] R:OK -2015-03-11 19:42:40 queue INFO 81 [929] -2015-03-11 19:42:41 queue INFO >81 [930] -2015-03-11 19:42:41 sendUrl INFO 81 [929] R:OK -2015-03-11 19:42:41 sendUrl INFO 81 [930] R:OK -2015-03-11 19:43:31 queue INFO >>81 [931] -2015-03-11 19:43:31 sendUrl INFO 81 [931] R:OK -2015-03-11 19:44:21 queue INFO >>81 [932] -2015-03-11 19:44:21 sendUrl INFO 81 [932] R:OK -2015-03-11 19:45:09 queue INFO 91 [933] -2015-03-11 19:45:09 queue INFO >91 [934] -2015-03-11 19:45:09 sendUrl INFO 91 [933] R:OK -2015-03-11 19:45:10 sendUrl INFO 91 [934] R:OK -2015-03-11 19:45:59 queue INFO >>91 [935] -2015-03-11 19:45:59 sendUrl INFO 91 [935] R:OK -2015-03-11 19:46:49 queue INFO >>91 [936] -2015-03-11 19:46:49 sendUrl INFO 91 [936] R:OK -2015-03-11 19:47:39 queue INFO >>91 [937] -2015-03-11 19:47:40 sendUrl INFO 91 [937] R:OK -2015-03-11 19:48:29 queue INFO >>91 [938] -2015-03-11 19:48:30 sendUrl INFO 91 [938] R:OK -2015-03-11 19:49:20 queue INFO >>91 [939] -2015-03-11 19:49:20 sendUrl INFO 91 [939] R:OK -2015-03-11 19:50:10 queue INFO >>91 [940] -2015-03-11 19:50:10 sendUrl INFO 91 [940] R:OK -2015-03-11 19:51:00 queue INFO >>91 [941] -2015-03-11 19:51:00 sendUrl INFO 91 [941] R:OK -2015-03-11 19:51:50 queue INFO >>91 [942] -2015-03-11 19:51:50 sendUrl INFO 91 [942] R:OK -2015-03-11 19:51:57 queue INFO 81 [943] -2015-03-11 19:51:57 queue INFO >81 [944] -2015-03-11 19:51:57 sendUrl INFO 81 [943] R:OK -2015-03-11 19:51:57 sendUrl INFO 81 [944] R:OK -2015-03-11 19:52:04 queue INFO 83 [945] -2015-03-11 19:52:04 queue INFO >83 [946] -2015-03-11 19:52:04 sendUrl INFO 83 [945] R:OK -2015-03-11 19:52:04 sendUrl INFO 83 [946] R:OK -2015-03-11 19:52:20 queue INFO 81 [947] -2015-03-11 19:52:20 queue INFO >81 [948] -2015-03-11 19:52:21 sendUrl INFO 81 [947] R:OK -2015-03-11 19:52:21 sendUrl INFO 81 [948] R:OK -2015-03-11 19:52:34 queue INFO 83 [949] -2015-03-11 19:52:34 queue INFO >83 [950] -2015-03-11 19:52:35 sendUrl INFO 83 [949] R:OK -2015-03-11 19:52:35 sendUrl INFO 83 [950] R:OK -2015-03-11 19:52:57 queue INFO 87 [951] -2015-03-11 19:52:57 queue INFO >87 [952] -2015-03-11 19:52:57 sendUrl INFO 87 [951] R:OK -2015-03-11 19:52:57 sendUrl INFO 87 [952] R:OK -2015-03-11 19:52:58 queue INFO 83 [953] -2015-03-11 19:52:58 queue INFO >83 [954] -2015-03-11 19:52:59 sendUrl INFO 83 [953] R:OK -2015-03-11 19:52:59 sendUrl INFO 83 [954] R:OK -2015-03-11 19:53:48 queue INFO >>83 [955] -2015-03-11 19:53:49 sendUrl INFO 83 [955] R:OK -2015-03-11 19:54:39 queue INFO >>83 [956] -2015-03-11 19:54:39 sendUrl INFO 83 [956] R:OK -2015-03-11 19:55:29 queue INFO >>83 [957] -2015-03-11 19:55:29 sendUrl INFO 83 [957] R:OK -2015-03-11 19:55:42 queue INFO A3 [958] -2015-03-11 19:55:42 queue INFO >A3 [959] -2015-03-11 19:55:42 sendUrl INFO A3 [958] R:OK -2015-03-11 19:55:43 sendUrl INFO A3 [959] R:OK -2015-03-11 19:56:03 queue INFO 83 [960] -2015-03-11 19:56:03 queue INFO >83 [961] -2015-03-11 19:56:04 sendUrl INFO 83 [960] R:OK -2015-03-11 19:56:04 sendUrl INFO 83 [961] R:OK -2015-03-11 19:56:23 queue INFO 81 [962] -2015-03-11 19:56:23 queue INFO >81 [963] -2015-03-11 19:56:23 sendUrl INFO 81 [962] R:OK -2015-03-11 19:56:24 sendUrl INFO 81 [963] R:OK -2015-03-11 19:56:29 queue INFO 83 [964] -2015-03-11 19:56:29 sendUrl INFO 83 [964] R:OK -2015-03-11 19:56:29 queue INFO >83 [965] -2015-03-11 19:56:30 sendUrl INFO 83 [965] R:OK -2015-03-11 19:57:19 queue INFO >>83 [966] -2015-03-11 19:57:20 sendUrl INFO 83 [966] R:OK -2015-03-11 19:58:09 queue INFO >>83 [967] -2015-03-11 19:58:10 sendUrl INFO 83 [967] R:OK -2015-03-11 19:59:00 queue INFO >>83 [968] -2015-03-11 19:59:00 sendUrl INFO 83 [968] R:OK -2015-03-11 19:59:50 queue INFO >>83 [969] -2015-03-11 19:59:50 sendUrl INFO 83 [969] R:OK -2015-03-11 20:00:40 queue INFO >>83 [970] -2015-03-11 20:00:40 sendUrl INFO 83 [970] R:OK -2015-03-11 20:00:42 queue INFO 87 [971] -2015-03-11 20:00:42 queue INFO >87 [972] -2015-03-11 20:00:42 sendUrl INFO 87 [971] R:OK -2015-03-11 20:00:43 sendUrl INFO 87 [972] R:OK -2015-03-11 20:00:44 queue INFO 83 [973] -2015-03-11 20:00:44 queue INFO >83 [974] -2015-03-11 20:00:44 sendUrl INFO 83 [973] R:OK -2015-03-11 20:00:44 sendUrl INFO 83 [974] R:OK -2015-03-11 20:01:34 queue INFO >>83 [975] -2015-03-11 20:01:34 sendUrl INFO 83 [975] R:OK -2015-03-11 20:02:24 queue INFO >>83 [976] -2015-03-11 20:02:24 sendUrl INFO 83 [976] R:OK -2015-03-11 20:03:14 queue INFO >>83 [977] -2015-03-11 20:03:14 sendUrl INFO 83 [977] R:OK -2015-03-11 20:04:04 queue INFO >>83 [978] -2015-03-11 20:04:04 sendUrl INFO 83 [978] R:OK -2015-03-11 20:04:08 queue INFO 81 [979] -2015-03-11 20:04:08 queue INFO >81 [980] -2015-03-11 20:04:08 sendUrl INFO 81 [979] R:OK -2015-03-11 20:04:09 sendUrl INFO 81 [980] R:OK -2015-03-11 20:04:15 queue INFO 83 [981] -2015-03-11 20:04:15 queue INFO >83 [982] -2015-03-11 20:04:15 sendUrl INFO 83 [981] R:OK -2015-03-11 20:04:15 sendUrl INFO 83 [982] R:OK -2015-03-11 20:05:05 queue INFO >>83 [983] -2015-03-11 20:05:05 sendUrl INFO 83 [983] R:OK -2015-03-11 20:05:55 queue INFO >>83 [984] -2015-03-11 20:05:55 sendUrl INFO 83 [984] R:OK -2015-03-11 20:06:45 queue INFO >>83 [985] -2015-03-11 20:06:45 sendUrl INFO 83 [985] R:OK -2015-03-11 20:07:35 queue INFO >>83 [986] -2015-03-11 20:07:36 sendUrl INFO 83 [986] R:OK -2015-03-11 20:08:25 queue INFO >>83 [987] -2015-03-11 20:08:25 sendUrl INFO 83 [987] R:OK -2015-03-11 20:08:27 queue INFO 87 [988] -2015-03-11 20:08:27 queue INFO >87 [989] -2015-03-11 20:08:28 sendUrl INFO 87 [988] R:OK -2015-03-11 20:08:28 sendUrl INFO 87 [989] R:OK -2015-03-11 20:08:29 queue INFO 83 [990] -2015-03-11 20:08:29 queue INFO >83 [991] -2015-03-11 20:08:29 sendUrl INFO 83 [990] R:OK -2015-03-11 20:08:30 sendUrl INFO 83 [991] R:OK -2015-03-11 20:09:19 queue INFO >>83 [992] -2015-03-11 20:09:19 sendUrl INFO 83 [992] R:OK -2015-03-11 20:10:09 queue INFO >>83 [993] -2015-03-11 20:10:09 sendUrl INFO 83 [993] R:OK -2015-03-11 20:10:59 queue INFO >>83 [994] -2015-03-11 20:10:59 sendUrl INFO 83 [994] R:OK -2015-03-11 20:11:49 queue INFO >>83 [995] -2015-03-11 20:11:49 sendUrl INFO 83 [995] R:OK -2015-03-11 20:11:53 queue INFO 81 [996] -2015-03-11 20:11:53 queue INFO >81 [997] -2015-03-11 20:11:53 sendUrl INFO 81 [996] R:OK -2015-03-11 20:11:54 sendUrl INFO 81 [997] R:OK -2015-03-11 20:11:59 queue INFO 83 [998] -2015-03-11 20:12:00 queue INFO >83 [999] -2015-03-11 20:12:00 sendUrl INFO 83 [998] R:OK -2015-03-11 20:12:00 sendUrl INFO 83 [999] R:OK -2015-03-11 20:12:50 queue INFO >>83 [0] -2015-03-11 20:12:50 sendUrl INFO 83 [0] R:OK -2015-03-11 20:13:40 queue INFO >>83 [1] -2015-03-11 20:13:40 sendUrl INFO 83 [1] R:OK -2015-03-11 20:14:30 queue INFO >>83 [2] -2015-03-11 20:14:30 sendUrl INFO 83 [2] R:OK -2015-03-11 20:15:20 queue INFO >>83 [3] -2015-03-11 20:15:20 sendUrl INFO 83 [3] R:OK -2015-03-11 20:16:10 queue INFO >>83 [4] -2015-03-11 20:16:11 sendUrl INFO 83 [4] R:OK -2015-03-11 20:16:12 queue INFO 87 [5] -2015-03-11 20:16:12 queue INFO >87 [6] -2015-03-11 20:16:12 sendUrl INFO 87 [5] R:OK -2015-03-11 20:16:13 sendUrl INFO 87 [6] R:OK -2015-03-11 20:16:13 queue INFO 83 [7] -2015-03-11 20:16:14 queue INFO >83 [8] -2015-03-11 20:16:14 sendUrl INFO 83 [7] R:OK -2015-03-11 20:16:14 sendUrl INFO 83 [8] R:OK -2015-03-11 20:17:03 queue INFO >>83 [9] -2015-03-11 20:17:04 sendUrl INFO 83 [9] R:OK -2015-03-11 20:17:54 queue INFO >>83 [10] -2015-03-11 20:17:54 sendUrl INFO 83 [10] R:OK -2015-03-11 20:18:44 queue INFO >>83 [11] -2015-03-11 20:18:44 sendUrl INFO 83 [11] R:OK -2015-03-11 20:19:34 queue INFO >>83 [12] -2015-03-11 20:19:34 sendUrl INFO 83 [12] R:OK -2015-03-11 20:19:38 queue INFO 81 [13] -2015-03-11 20:19:38 queue INFO >81 [14] -2015-03-11 20:19:38 sendUrl INFO 81 [13] R:OK -2015-03-11 20:19:39 sendUrl INFO 81 [14] R:OK -2015-03-11 20:19:44 queue INFO 83 [15] -2015-03-11 20:19:45 queue INFO >83 [16] -2015-03-11 20:19:45 sendUrl INFO 83 [15] R:OK -2015-03-11 20:19:45 sendUrl INFO 83 [16] R:OK -2015-03-11 20:20:35 queue INFO >>83 [17] -2015-03-11 20:20:35 sendUrl INFO 83 [17] R:OK -2015-03-11 20:21:25 queue INFO >>83 [18] -2015-03-11 20:21:25 sendUrl INFO 83 [18] R:OK -2015-03-11 20:22:15 queue INFO >>83 [19] -2015-03-11 20:22:15 sendUrl INFO 83 [19] R:OK -2015-03-11 20:23:05 queue INFO >>83 [20] -2015-03-11 20:23:05 sendUrl INFO 83 [20] R:OK -2015-03-11 20:23:55 queue INFO >>83 [21] -2015-03-11 20:23:56 sendUrl INFO 83 [21] R:OK -2015-03-11 20:23:57 queue INFO C7 [22] -2015-03-11 20:23:57 queue INFO >C7 [23] -2015-03-11 20:23:57 sendUrl INFO C7 [22] R:OK -2015-03-11 20:23:58 sendUrl INFO C7 [23] R:OK -2015-03-11 20:23:58 queue INFO C3 [24] -2015-03-11 20:23:59 queue INFO >C3 [25] -2015-03-11 20:23:59 sendUrl INFO C3 [24] R:OK -2015-03-11 20:23:59 sendUrl INFO C3 [25] R:OK -2015-03-11 20:24:49 queue INFO >>C3 [26] -2015-03-11 20:24:49 sendUrl INFO C3 [26] R:OK -2015-03-11 20:25:39 queue INFO >>C3 [27] -2015-03-11 20:25:39 sendUrl INFO C3 [27] R:OK -2015-03-11 20:26:29 queue INFO >>C3 [28] -2015-03-11 20:26:29 sendUrl INFO C3 [28] R:OK -2015-03-11 20:27:19 queue INFO >>C3 [29] -2015-03-11 20:27:19 sendUrl INFO C3 [29] R:OK -2015-03-11 20:27:23 queue INFO C1 [30] -2015-03-11 20:27:23 sendUrl INFO C1 [30] R:OK -2015-03-11 20:27:23 queue INFO >C1 [31] -2015-03-11 20:27:23 sendUrl INFO C1 [31] R:OK -2015-03-11 20:27:29 queue INFO C3 [32] -2015-03-11 20:27:29 queue INFO >C3 [33] -2015-03-11 20:27:30 sendUrl INFO C3 [32] R:OK -2015-03-11 20:27:30 sendUrl INFO C3 [33] R:OK -2015-03-11 20:28:19 queue INFO >>C3 [34] -2015-03-11 20:28:20 sendUrl INFO C3 [34] R:OK -2015-03-11 20:29:10 queue INFO >>C3 [35] -2015-03-11 20:29:10 sendUrl INFO C3 [35] R:OK -2015-03-11 20:30:00 queue INFO >>C3 [36] -2015-03-11 20:30:00 sendUrl INFO C3 [36] R:OK -2015-03-11 20:30:50 queue INFO >>C3 [37] -2015-03-11 20:30:50 sendUrl INFO C3 [37] R:OK -2015-03-11 20:31:40 queue INFO >>C3 [38] -2015-03-11 20:31:40 sendUrl INFO C3 [38] R:OK -2015-03-11 20:31:42 queue INFO 83 [39] -2015-03-11 20:31:43 queue INFO 87 [40] -2015-03-11 20:31:43 sendUrl INFO 83 [39] R:OK -2015-03-11 20:31:43 queue INFO >87 [41] -2015-03-11 20:31:43 sendUrl INFO 87 [40] R:OK -2015-03-11 20:31:44 sendUrl INFO 87 [41] R:OK -2015-03-11 20:31:44 queue INFO 83 [42] -2015-03-11 20:31:44 queue INFO >83 [43] -2015-03-11 20:31:45 sendUrl INFO 83 [42] R:OK -2015-03-11 20:31:45 sendUrl INFO 83 [43] R:OK -2015-03-11 20:32:14 queue INFO 81 [44] -2015-03-11 20:32:15 queue INFO >81 [45] -2015-03-11 20:32:15 sendUrl INFO 81 [44] R:OK -2015-03-11 20:32:15 sendUrl INFO 81 [45] R:OK -2015-03-11 20:32:27 queue INFO 83 [46] -2015-03-11 20:32:27 queue INFO >83 [47] -2015-03-11 20:32:27 sendUrl INFO 83 [46] R:OK -2015-03-11 20:32:27 sendUrl INFO 83 [47] R:OK -2015-03-11 20:33:17 queue INFO >>83 [48] -2015-03-11 20:33:17 sendUrl INFO 83 [48] R:OK -2015-03-11 20:34:07 queue INFO >>83 [49] -2015-03-11 20:34:07 sendUrl INFO 83 [49] R:OK -2015-03-11 20:34:57 queue INFO >>83 [50] -2015-03-11 20:34:57 sendUrl INFO 83 [50] R:OK -2015-03-11 20:35:09 queue INFO 81 [51] -2015-03-11 20:35:09 queue INFO >81 [52] -2015-03-11 20:35:10 sendUrl INFO 81 [51] R:OK -2015-03-11 20:35:10 sendUrl INFO 81 [52] R:OK -2015-03-11 20:35:15 queue INFO 83 [53] -2015-03-11 20:35:15 queue INFO >83 [54] -2015-03-11 20:35:16 sendUrl INFO 83 [53] R:OK -2015-03-11 20:35:16 sendUrl INFO 83 [54] R:OK -2015-03-11 20:36:05 queue INFO >>83 [55] -2015-03-11 20:36:05 sendUrl INFO 83 [55] R:OK -2015-03-11 20:36:55 queue INFO >>83 [56] -2015-03-11 20:36:56 sendUrl INFO 83 [56] R:OK -2015-03-11 20:37:46 queue INFO >>83 [57] -2015-03-11 20:37:46 sendUrl INFO 83 [57] R:OK -2015-03-11 20:38:36 queue INFO >>83 [58] -2015-03-11 20:38:36 sendUrl INFO 83 [58] R:OK -2015-03-11 20:39:26 queue INFO >>83 [59] -2015-03-11 20:39:26 sendUrl INFO 83 [59] R:OK -2015-03-11 20:39:28 queue INFO 87 [60] -2015-03-11 20:39:28 queue INFO >87 [61] -2015-03-11 20:39:28 sendUrl INFO 87 [60] R:OK -2015-03-11 20:39:29 sendUrl INFO 87 [61] R:OK -2015-03-11 20:39:30 queue INFO 83 [62] -2015-03-11 20:39:30 sendUrl INFO 83 [62] R:OK -2015-03-11 20:39:30 queue INFO >83 [63] -2015-03-11 20:39:30 sendUrl INFO 83 [63] R:OK -2015-03-11 20:40:20 queue INFO >>83 [64] -2015-03-11 20:40:20 sendUrl INFO 83 [64] R:OK -2015-03-11 20:41:10 queue INFO >>83 [65] -2015-03-11 20:41:10 sendUrl INFO 83 [65] R:OK -2015-03-11 20:42:00 queue INFO >>83 [66] -2015-03-11 20:42:00 sendUrl INFO 83 [66] R:OK -2015-03-11 20:42:50 queue INFO >>83 [67] -2015-03-11 20:42:51 sendUrl INFO 83 [67] R:OK -2015-03-11 20:42:54 queue INFO 81 [68] -2015-03-11 20:42:54 queue INFO >81 [69] -2015-03-11 20:42:54 sendUrl INFO 81 [68] R:OK -2015-03-11 20:42:55 sendUrl INFO 81 [69] R:OK -2015-03-11 20:43:01 queue INFO 83 [70] -2015-03-11 20:43:01 queue INFO >83 [71] -2015-03-11 20:43:01 sendUrl INFO 83 [70] R:OK -2015-03-11 20:43:02 sendUrl INFO 83 [71] R:OK -2015-03-11 20:43:51 queue INFO >>83 [72] -2015-03-11 20:43:51 sendUrl INFO 83 [72] R:OK -2015-03-11 20:44:41 queue INFO >>83 [73] -2015-03-11 20:44:41 sendUrl INFO 83 [73] R:OK -2015-03-11 20:45:31 queue INFO >>83 [74] -2015-03-11 20:45:32 sendUrl INFO 83 [74] R:OK -2015-03-11 20:46:21 queue INFO >>83 [75] -2015-03-11 20:46:21 sendUrl INFO 83 [75] R:OK -2015-03-11 20:47:11 queue INFO >>83 [76] -2015-03-11 20:47:12 sendUrl INFO 83 [76] R:OK -2015-03-11 20:47:18 queue INFO 87 [77] -2015-03-11 20:47:19 queue INFO >87 [78] -2015-03-11 20:47:19 sendUrl INFO 87 [77] R:OK -2015-03-11 20:47:19 sendUrl INFO 87 [78] R:OK -2015-03-11 20:47:20 queue INFO 83 [79] -2015-03-11 20:47:20 queue INFO >83 [80] -2015-03-11 20:47:20 sendUrl INFO 83 [79] R:OK -2015-03-11 20:47:21 sendUrl INFO 83 [80] R:OK -2015-03-11 20:48:10 queue INFO >>83 [81] -2015-03-11 20:48:11 sendUrl INFO 83 [81] R:OK -2015-03-11 20:49:00 queue INFO >>83 [82] -2015-03-11 20:49:01 sendUrl INFO 83 [82] R:OK -2015-03-11 20:49:50 queue INFO >>83 [83] -2015-03-11 20:49:51 sendUrl INFO 83 [83] R:OK -2015-03-11 20:50:41 queue INFO >>83 [84] -2015-03-11 20:50:41 sendUrl INFO 83 [84] R:OK -2015-03-11 20:50:45 queue INFO 81 [85] -2015-03-11 20:50:45 queue INFO >81 [86] -2015-03-11 20:50:45 sendUrl INFO 81 [85] R:OK -2015-03-11 20:50:46 sendUrl INFO 81 [86] R:OK -2015-03-11 20:50:51 queue INFO 83 [87] -2015-03-11 20:50:51 queue INFO >83 [88] -2015-03-11 20:50:51 sendUrl INFO 83 [87] R:OK -2015-03-11 20:50:52 sendUrl INFO 83 [88] R:OK -2015-03-11 20:51:41 queue INFO >>83 [89] -2015-03-11 20:51:42 sendUrl INFO 83 [89] R:OK -2015-03-11 20:52:31 queue INFO >>83 [90] -2015-03-11 20:52:31 sendUrl INFO 83 [90] R:OK -2015-03-11 20:53:21 queue INFO >>83 [91] -2015-03-11 20:53:22 sendUrl INFO 83 [91] R:OK -2015-03-11 20:54:12 queue INFO >>83 [92] -2015-03-11 20:54:12 sendUrl INFO 83 [92] R:OK -2015-03-11 20:55:02 queue INFO >>83 [93] -2015-03-11 20:55:02 sendUrl INFO 83 [93] R:OK -2015-03-11 20:55:03 queue INFO 87 [94] -2015-03-11 20:55:04 queue INFO >87 [95] -2015-03-11 20:55:04 sendUrl INFO 87 [94] R:OK -2015-03-11 20:55:04 sendUrl INFO 87 [95] R:OK -2015-03-11 20:55:05 queue INFO 83 [96] -2015-03-11 20:55:05 queue INFO >83 [97] -2015-03-11 20:55:05 sendUrl INFO 83 [96] R:OK -2015-03-11 20:55:06 sendUrl INFO 83 [97] R:OK -2015-03-11 20:55:55 queue INFO >>83 [98] -2015-03-11 20:55:55 sendUrl INFO 83 [98] R:OK -2015-03-11 20:56:45 queue INFO >>83 [99] -2015-03-11 20:56:46 sendUrl INFO 83 [99] R:OK -2015-03-11 20:57:35 queue INFO >>83 [100] -2015-03-11 20:57:36 sendUrl INFO 83 [100] R:OK -2015-03-11 20:58:26 queue INFO >>83 [101] -2015-03-11 20:58:26 sendUrl INFO 83 [101] R:OK -2015-03-11 20:58:30 queue INFO 81 [102] -2015-03-11 20:58:30 queue INFO >81 [103] -2015-03-11 20:58:30 sendUrl INFO 81 [102] R:OK -2015-03-11 20:58:31 sendUrl INFO 81 [103] R:OK -2015-03-11 20:58:36 queue INFO 83 [104] -2015-03-11 20:58:36 queue INFO >83 [105] -2015-03-11 20:58:36 sendUrl INFO 83 [104] R:OK -2015-03-11 20:58:37 sendUrl INFO 83 [105] R:OK -2015-03-11 20:59:26 queue INFO >>83 [106] -2015-03-11 20:59:27 sendUrl INFO 83 [106] R:OK -2015-03-11 21:00:16 queue INFO >>83 [107] -2015-03-11 21:00:16 sendUrl INFO 83 [107] R:OK -2015-03-11 21:01:06 queue INFO >>83 [108] -2015-03-11 21:01:07 sendUrl INFO 83 [108] R:OK -2015-03-11 21:01:57 queue INFO >>83 [109] -2015-03-11 21:01:57 sendUrl INFO 83 [109] R:OK -2015-03-11 21:02:47 queue INFO >>83 [110] -2015-03-11 21:02:47 sendUrl INFO 83 [110] R:OK -2015-03-11 21:02:48 queue INFO 87 [111] -2015-03-11 21:02:48 sendUrl INFO 87 [111] R:OK -2015-03-11 21:02:49 queue INFO >87 [112] -2015-03-11 21:02:49 sendUrl INFO 87 [112] R:OK -2015-03-11 21:02:50 queue INFO 83 [113] -2015-03-11 21:02:50 queue INFO >83 [114] -2015-03-11 21:02:50 sendUrl INFO 83 [113] R:OK -2015-03-11 21:02:51 sendUrl INFO 83 [114] R:OK -2015-03-11 21:03:40 queue INFO >>83 [115] -2015-03-11 21:03:40 sendUrl INFO 83 [115] R:OK -2015-03-11 21:04:30 queue INFO >>83 [116] -2015-03-11 21:04:31 sendUrl INFO 83 [116] R:OK -2015-03-11 21:05:20 queue INFO >>83 [117] -2015-03-11 21:05:21 sendUrl INFO 83 [117] R:OK -2015-03-11 21:06:11 queue INFO >>83 [118] -2015-03-11 21:06:11 sendUrl INFO 83 [118] R:OK -2015-03-11 21:06:15 queue INFO 81 [119] -2015-03-11 21:06:15 queue INFO >81 [120] -2015-03-11 21:06:15 sendUrl INFO 81 [119] R:OK -2015-03-11 21:06:16 sendUrl INFO 81 [120] R:OK -2015-03-11 21:06:21 queue INFO 83 [121] -2015-03-11 21:06:21 queue INFO >83 [122] -2015-03-11 21:06:21 sendUrl INFO 83 [121] R:OK -2015-03-11 21:06:22 sendUrl INFO 83 [122] R:OK -2015-03-11 21:07:11 queue INFO >>83 [123] -2015-03-11 21:07:11 sendUrl INFO 83 [123] R:OK -2015-03-11 21:08:01 queue INFO >>83 [124] -2015-03-11 21:08:02 sendUrl INFO 83 [124] R:OK -2015-03-11 21:08:51 queue INFO >>83 [125] -2015-03-11 21:08:51 sendUrl INFO 83 [125] R:OK -2015-03-11 21:09:41 queue INFO >>83 [126] -2015-03-11 21:09:42 sendUrl INFO 83 [126] R:OK -2015-03-11 21:10:32 queue INFO >>83 [127] -2015-03-11 21:10:32 sendUrl INFO 83 [127] R:OK -2015-03-11 21:10:33 queue INFO C7 [128] -2015-03-11 21:10:34 sendUrl INFO C7 [128] R:OK -2015-03-11 21:10:34 queue INFO >C7 [129] -2015-03-11 21:10:34 sendUrl INFO C7 [129] R:OK -2015-03-11 21:10:35 queue INFO C3 [130] -2015-03-11 21:10:35 queue INFO >C3 [131] -2015-03-11 21:10:36 sendUrl INFO C3 [130] R:OK -2015-03-11 21:10:36 sendUrl INFO C3 [131] R:OK -2015-03-11 21:11:25 queue INFO >>C3 [132] -2015-03-11 21:11:25 sendUrl INFO C3 [132] R:OK -2015-03-11 21:12:15 queue INFO >>C3 [133] -2015-03-11 21:12:16 sendUrl INFO C3 [133] R:OK -2015-03-11 21:13:05 queue INFO >>C3 [134] -2015-03-11 21:13:05 sendUrl INFO C3 [134] R:OK -2015-03-11 21:13:56 queue INFO >>C3 [135] -2015-03-11 21:13:56 sendUrl INFO C3 [135] R:OK -2015-03-11 21:14:00 queue INFO C1 [136] -2015-03-11 21:14:00 queue INFO >C1 [137] -2015-03-11 21:14:00 sendUrl INFO C1 [136] R:OK -2015-03-11 21:14:01 sendUrl INFO C1 [137] R:OK -2015-03-11 21:14:06 queue INFO C3 [138] -2015-03-11 21:14:06 sendUrl INFO C3 [138] R:OK -2015-03-11 21:14:06 queue INFO >C3 [139] -2015-03-11 21:14:06 sendUrl INFO C3 [139] R:OK -2015-03-11 21:14:56 queue INFO >>C3 [140] -2015-03-11 21:14:56 sendUrl INFO C3 [140] R:OK -2015-03-11 21:15:46 queue INFO >>C3 [141] -2015-03-11 21:15:47 sendUrl INFO C3 [141] R:OK -2015-03-11 21:16:36 queue INFO >>C3 [142] -2015-03-11 21:16:36 sendUrl INFO C3 [142] R:OK -2015-03-11 21:17:26 queue INFO >>C3 [143] -2015-03-11 21:17:27 sendUrl INFO C3 [143] R:OK -2015-03-11 21:18:17 queue INFO >>C3 [144] -2015-03-11 21:18:17 sendUrl INFO C3 [144] R:OK -2015-03-11 21:18:19 queue INFO 83 [145] -2015-03-11 21:18:19 queue INFO 87 [146] -2015-03-11 21:18:19 sendUrl INFO 83 [145] R:OK -2015-03-11 21:18:19 queue INFO >87 [147] -2015-03-11 21:18:20 sendUrl INFO 87 [146] R:OK -2015-03-11 21:18:20 sendUrl INFO 87 [147] R:OK -2015-03-11 21:18:21 queue INFO 83 [148] -2015-03-11 21:18:21 queue INFO >83 [149] -2015-03-11 21:18:21 sendUrl INFO 83 [148] R:OK -2015-03-11 21:18:22 sendUrl INFO 83 [149] R:OK -2015-03-11 21:19:11 queue INFO >>83 [150] -2015-03-11 21:19:11 sendUrl INFO 83 [150] R:OK -2015-03-11 21:20:01 queue INFO >>83 [151] -2015-03-11 21:20:01 sendUrl INFO 83 [151] R:OK -2015-03-11 21:20:51 queue INFO >>83 [152] -2015-03-11 21:20:52 sendUrl INFO 83 [152] R:OK -2015-03-11 21:21:41 queue INFO >>83 [153] -2015-03-11 21:21:41 sendUrl INFO 83 [153] R:OK -2015-03-11 21:21:46 queue INFO 81 [154] -2015-03-11 21:21:46 sendUrl INFO 81 [154] R:OK -2015-03-11 21:21:46 queue INFO >81 [155] -2015-03-11 21:21:46 sendUrl INFO 81 [155] R:OK -2015-03-11 21:21:52 queue INFO 83 [156] -2015-03-11 21:21:52 sendUrl INFO 83 [156] R:OK -2015-03-11 21:21:52 queue INFO >83 [157] -2015-03-11 21:21:52 sendUrl INFO 83 [157] R:OK -2015-03-11 21:22:42 queue INFO >>83 [158] -2015-03-11 21:22:42 sendUrl INFO 83 [158] R:OK -2015-03-11 21:23:32 queue INFO >>83 [159] -2015-03-11 21:23:33 sendUrl INFO 83 [159] R:OK -2015-03-11 21:24:22 queue INFO >>83 [160] -2015-03-11 21:24:22 sendUrl INFO 83 [160] R:OK -2015-03-11 21:25:12 queue INFO >>83 [161] -2015-03-11 21:25:13 sendUrl INFO 83 [161] R:OK -2015-03-11 21:26:03 queue INFO >>83 [162] -2015-03-11 21:26:03 sendUrl INFO 83 [162] R:OK -2015-03-11 21:26:05 queue INFO 87 [163] -2015-03-11 21:26:05 queue INFO >87 [164] -2015-03-11 21:26:05 sendUrl INFO 87 [163] R:OK -2015-03-11 21:26:06 sendUrl INFO 87 [164] R:OK -2015-03-11 21:26:06 queue INFO 83 [165] -2015-03-11 21:26:06 queue INFO >83 [166] -2015-03-11 21:26:07 sendUrl INFO 83 [165] R:OK -2015-03-11 21:26:07 sendUrl INFO 83 [166] R:OK -2015-03-11 21:26:56 queue INFO >>83 [167] -2015-03-11 21:26:56 sendUrl INFO 83 [167] R:OK -2015-03-11 21:27:47 queue INFO >>83 [168] -2015-03-11 21:27:47 sendUrl INFO 83 [168] R:OK -2015-03-11 21:28:37 queue INFO >>83 [169] -2015-03-11 21:28:37 sendUrl INFO 83 [169] R:OK -2015-03-11 21:29:27 queue INFO >>83 [170] -2015-03-11 21:29:27 sendUrl INFO 83 [170] R:OK -2015-03-11 21:29:31 queue INFO 81 [171] -2015-03-11 21:29:31 sendUrl INFO 81 [171] R:OK -2015-03-11 21:29:31 queue INFO >81 [172] -2015-03-11 21:29:31 sendUrl INFO 81 [172] R:OK -2015-03-11 21:29:37 queue INFO 83 [173] -2015-03-11 21:29:37 queue INFO >83 [174] -2015-03-11 21:29:38 sendUrl INFO 83 [173] R:OK -2015-03-11 21:29:38 sendUrl INFO 83 [174] R:OK -2015-03-11 21:30:27 queue INFO >>83 [175] -2015-03-11 21:30:28 sendUrl INFO 83 [175] R:OK -2015-03-11 21:31:18 queue INFO >>83 [176] -2015-03-11 21:31:18 sendUrl INFO 83 [176] R:OK -2015-03-11 21:32:08 queue INFO >>83 [177] -2015-03-11 21:32:08 sendUrl INFO 83 [177] R:OK -2015-03-11 21:32:58 queue INFO >>83 [178] -2015-03-11 21:32:58 sendUrl INFO 83 [178] R:OK -2015-03-11 21:33:48 queue INFO >>83 [179] -2015-03-11 21:33:48 sendUrl INFO 83 [179] R:OK -2015-03-11 21:33:50 queue INFO 87 [180] -2015-03-11 21:33:50 sendUrl INFO 87 [180] R:OK -2015-03-11 21:33:50 queue INFO >87 [181] -2015-03-11 21:33:51 sendUrl INFO 87 [181] R:OK -2015-03-11 21:33:52 queue INFO 83 [182] -2015-03-11 21:33:52 queue INFO >83 [183] -2015-03-11 21:33:52 sendUrl INFO 83 [182] R:OK -2015-03-11 21:33:53 sendUrl INFO 83 [183] R:OK -2015-03-11 21:34:42 queue INFO >>83 [184] -2015-03-11 21:34:42 sendUrl INFO 83 [184] R:OK -2015-03-11 21:35:32 queue INFO >>83 [185] -2015-03-11 21:35:32 sendUrl INFO 83 [185] R:OK -2015-03-11 21:36:22 queue INFO >>83 [186] -2015-03-11 21:36:22 sendUrl INFO 83 [186] R:OK -2015-03-11 21:37:12 queue INFO >>83 [187] -2015-03-11 21:37:12 sendUrl INFO 83 [187] R:OK -2015-03-11 21:37:16 queue INFO 81 [188] -2015-03-11 21:37:16 queue INFO >81 [189] -2015-03-11 21:37:16 sendUrl INFO 81 [188] R:OK -2015-03-11 21:37:17 sendUrl INFO 81 [189] R:OK -2015-03-11 21:37:22 queue INFO 83 [190] -2015-03-11 21:37:23 sendUrl INFO 83 [190] R:OK -2015-03-11 21:37:23 queue INFO >83 [191] -2015-03-11 21:37:23 sendUrl INFO 83 [191] R:OK -2015-03-11 21:38:13 queue INFO >>83 [192] -2015-03-11 21:38:13 sendUrl INFO 83 [192] R:OK -2015-03-11 21:39:03 queue INFO >>83 [193] -2015-03-11 21:39:03 sendUrl INFO 83 [193] R:OK -2015-03-11 21:39:53 queue INFO >>83 [194] -2015-03-11 21:39:53 sendUrl INFO 83 [194] R:OK -2015-03-11 21:40:43 queue INFO >>83 [195] -2015-03-11 21:40:43 sendUrl INFO 83 [195] R:OK -2015-03-11 21:41:33 queue INFO >>83 [196] -2015-03-11 21:41:34 sendUrl INFO 83 [196] R:OK -2015-03-11 21:41:35 queue INFO 87 [197] -2015-03-11 21:41:35 queue INFO >87 [198] -2015-03-11 21:41:35 sendUrl INFO 87 [197] R:OK -2015-03-11 21:41:36 sendUrl INFO 87 [198] R:OK -2015-03-11 21:41:36 queue INFO 83 [199] -2015-03-11 21:41:37 queue INFO >83 [200] -2015-03-11 21:41:37 sendUrl INFO 83 [199] R:OK -2015-03-11 21:41:37 sendUrl INFO 83 [200] R:OK -2015-03-11 21:42:27 queue INFO >>83 [201] -2015-03-11 21:42:27 sendUrl INFO 83 [201] R:OK -2015-03-11 21:43:17 queue INFO >>83 [202] -2015-03-11 21:43:17 sendUrl INFO 83 [202] R:OK -2015-03-11 21:44:07 queue INFO >>83 [203] -2015-03-11 21:44:07 sendUrl INFO 83 [203] R:OK -2015-03-11 21:44:57 queue INFO >>83 [204] -2015-03-11 21:44:58 sendUrl INFO 83 [204] R:OK -2015-03-11 21:45:01 queue INFO 81 [205] -2015-03-11 21:45:01 queue INFO >81 [206] -2015-03-11 21:45:01 sendUrl INFO 81 [205] R:OK -2015-03-11 21:45:02 sendUrl INFO 81 [206] R:OK -2015-03-11 21:45:07 queue INFO 83 [207] -2015-03-11 21:45:08 queue INFO >83 [208] -2015-03-11 21:45:08 sendUrl INFO 83 [207] R:OK -2015-03-11 21:45:08 sendUrl INFO 83 [208] R:OK -2015-03-11 21:45:57 queue INFO >>83 [209] -2015-03-11 21:45:58 sendUrl INFO 83 [209] R:OK -2015-03-11 21:46:48 queue INFO >>83 [210] -2015-03-11 21:46:48 sendUrl INFO 83 [210] R:OK -2015-03-11 21:47:38 queue INFO >>83 [211] -2015-03-11 21:47:38 sendUrl INFO 83 [211] R:OK -2015-03-11 21:48:28 queue INFO >>83 [212] -2015-03-11 21:48:28 sendUrl INFO 83 [212] R:OK -2015-03-11 21:49:18 queue INFO >>83 [213] -2015-03-11 21:49:18 sendUrl INFO 83 [213] R:OK -2015-03-11 21:49:20 queue INFO 87 [214] -2015-03-11 21:49:20 sendUrl INFO 87 [214] R:OK -2015-03-11 21:49:20 queue INFO >87 [215] -2015-03-11 21:49:20 sendUrl INFO 87 [215] R:OK -2015-03-11 21:49:21 queue INFO 83 [216] -2015-03-11 21:49:21 queue INFO >83 [217] -2015-03-11 21:49:22 sendUrl INFO 83 [216] R:OK -2015-03-11 21:49:22 sendUrl INFO 83 [217] R:OK -2015-03-11 21:50:11 queue INFO >>83 [218] -2015-03-11 21:50:12 sendUrl INFO 83 [218] R:OK -2015-03-11 21:51:02 queue INFO >>83 [219] -2015-03-11 21:51:02 sendUrl INFO 83 [219] R:OK -2015-03-11 21:51:52 queue INFO >>83 [220] -2015-03-11 21:51:52 sendUrl INFO 83 [220] R:OK -2015-03-11 21:52:42 queue INFO >>83 [221] -2015-03-11 21:52:42 sendUrl INFO 83 [221] R:OK -2015-03-11 21:52:46 queue INFO 81 [222] -2015-03-11 21:52:46 queue INFO >81 [223] -2015-03-11 21:52:46 sendUrl INFO 81 [222] R:OK -2015-03-11 21:52:47 sendUrl INFO 81 [223] R:OK -2015-03-11 21:52:52 queue INFO 83 [224] -2015-03-11 21:52:53 queue INFO >83 [225] -2015-03-11 21:52:53 sendUrl INFO 83 [224] R:OK -2015-03-11 21:52:53 sendUrl INFO 83 [225] R:OK -2015-03-11 21:53:42 queue INFO >>83 [226] -2015-03-11 21:53:43 sendUrl INFO 83 [226] R:OK -2015-03-11 21:54:33 queue INFO >>83 [227] -2015-03-11 21:54:33 sendUrl INFO 83 [227] R:OK -2015-03-11 21:55:23 queue INFO >>83 [228] -2015-03-11 21:55:23 sendUrl INFO 83 [228] R:OK -2015-03-11 21:56:13 queue INFO >>83 [229] -2015-03-11 21:56:14 sendUrl INFO 83 [229] R:OK -2015-03-11 21:57:03 queue INFO >>83 [230] -2015-03-11 21:57:03 sendUrl INFO 83 [230] R:OK -2015-03-11 21:57:05 queue INFO C7 [231] -2015-03-11 21:57:05 sendUrl INFO C7 [231] R:OK -2015-03-11 21:57:05 queue INFO >C7 [232] -2015-03-11 21:57:05 sendUrl INFO C7 [232] R:OK -2015-03-11 21:57:06 queue INFO C3 [233] -2015-03-11 21:57:07 queue INFO >C3 [234] -2015-03-11 21:57:07 sendUrl INFO C3 [233] R:OK -2015-03-11 21:57:07 sendUrl INFO C3 [234] R:OK -2015-03-11 21:57:56 queue INFO >>C3 [235] -2015-03-11 21:57:57 sendUrl INFO C3 [235] R:OK -2015-03-11 21:58:47 queue INFO >>C3 [236] -2015-03-11 21:58:47 sendUrl INFO C3 [236] R:OK -2015-03-11 21:59:37 queue INFO >>C3 [237] -2015-03-11 21:59:37 sendUrl INFO C3 [237] R:OK -2015-03-11 22:00:27 queue INFO >>C3 [238] -2015-03-11 22:00:27 sendUrl INFO C3 [238] R:OK -2015-03-11 22:00:31 queue INFO C1 [239] -2015-03-11 22:00:31 queue INFO >C1 [240] -2015-03-11 22:00:31 sendUrl INFO C1 [239] R:OK -2015-03-11 22:00:32 sendUrl INFO C1 [240] R:OK -2015-03-11 22:00:37 queue INFO C3 [241] -2015-03-11 22:00:37 sendUrl INFO C3 [241] R:OK -2015-03-11 22:00:37 queue INFO >C3 [242] -2015-03-11 22:00:38 sendUrl INFO C3 [242] R:OK -2015-03-11 22:01:27 queue INFO >>C3 [243] -2015-03-11 22:01:28 sendUrl INFO C3 [243] R:OK -2015-03-11 22:02:17 queue INFO >>C3 [244] -2015-03-11 22:02:18 sendUrl INFO C3 [244] R:OK -2015-03-11 22:03:08 queue INFO >>C3 [245] -2015-03-11 22:03:08 sendUrl INFO C3 [245] R:OK -2015-03-11 22:03:58 queue INFO >>C3 [246] -2015-03-11 22:03:58 sendUrl INFO C3 [246] R:OK -2015-03-11 22:04:48 queue INFO >>C3 [247] -2015-03-11 22:04:48 sendUrl INFO C3 [247] R:OK -2015-03-11 22:04:51 queue INFO C1 [248] -2015-03-11 22:04:51 queue INFO >C1 [249] -2015-03-11 22:04:51 sendUrl INFO C1 [248] R:OK -2015-03-11 22:04:51 sendUrl INFO C1 [249] R:OK -2015-03-11 22:05:41 queue INFO >>C1 [250] -2015-03-11 22:05:41 sendUrl INFO C1 [250] R:OK -2015-03-11 22:05:58 queue INFO D1 [251] -2015-03-11 22:05:58 queue INFO >D1 [252] -2015-03-11 22:05:58 sendUrl INFO D1 [251] R:OK -2015-03-11 22:05:59 sendUrl INFO D1 [252] R:OK -2015-03-11 22:06:48 queue INFO >>D1 [253] -2015-03-11 22:06:48 sendUrl INFO D1 [253] R:OK -2015-03-11 22:07:38 queue INFO >>D1 [254] -2015-03-11 22:07:39 sendUrl INFO D1 [254] R:OK -2015-03-11 22:08:28 queue INFO >>D1 [255] -2015-03-11 22:08:29 sendUrl INFO D1 [255] R:OK -2015-03-11 22:09:19 queue INFO >>D1 [256] -2015-03-11 22:09:19 sendUrl INFO D1 [256] R:OK -2015-03-11 22:10:09 queue INFO >>D1 [257] -2015-03-11 22:10:09 sendUrl INFO D1 [257] R:OK -2015-03-11 22:10:59 queue INFO >>D1 [258] -2015-03-11 22:10:59 sendUrl INFO D1 [258] R:OK -2015-03-11 22:11:49 queue INFO >>D1 [259] -2015-03-11 22:11:49 sendUrl INFO D1 [259] R:OK -2015-03-11 22:12:39 queue INFO >>D1 [260] -2015-03-11 22:12:39 sendUrl INFO D1 [260] R:OK -2015-03-11 22:13:29 queue INFO >>D1 [261] -2015-03-11 22:13:30 sendUrl INFO D1 [261] R:OK -2015-03-11 22:14:19 queue INFO >>D1 [262] -2015-03-11 22:14:20 sendUrl INFO D1 [262] R:OK -2015-03-11 22:15:10 queue INFO >>D1 [263] -2015-03-11 22:15:10 sendUrl INFO D1 [263] R:OK -2015-03-11 22:16:00 queue INFO >>D1 [264] -2015-03-11 22:16:00 sendUrl INFO D1 [264] R:OK -2015-03-11 22:16:50 queue INFO >>D1 [265] -2015-03-11 22:16:50 sendUrl INFO D1 [265] R:OK -2015-03-11 22:17:40 queue INFO >>D1 [266] -2015-03-11 22:17:40 sendUrl INFO D1 [266] R:OK -2015-03-11 22:18:30 queue INFO >>D1 [267] -2015-03-11 22:18:30 sendUrl INFO D1 [267] R:OK -2015-03-11 22:19:20 queue INFO >>D1 [268] -2015-03-11 22:19:21 sendUrl INFO D1 [268] R:OK -2015-03-11 22:20:10 queue INFO >>D1 [269] -2015-03-11 22:20:11 sendUrl INFO D1 [269] R:OK -2015-03-11 22:20:31 queue INFO C1 [270] -2015-03-11 22:20:31 queue INFO >C1 [271] -2015-03-11 22:20:32 sendUrl INFO C1 [270] R:OK -2015-03-11 22:20:32 sendUrl INFO C1 [271] R:OK -2015-03-11 22:20:39 queue INFO 81 [272] -2015-03-11 22:20:40 sendUrl INFO 81 [272] R:OK -2015-03-11 22:20:40 queue INFO >81 [273] -2015-03-11 22:20:40 sendUrl INFO 81 [273] R:OK -2015-03-11 22:21:30 queue INFO >>81 [274] -2015-03-11 22:21:30 sendUrl INFO 81 [274] R:OK -2015-03-11 22:22:20 queue INFO >>81 [275] -2015-03-11 22:22:20 sendUrl INFO 81 [275] R:OK -2015-03-11 22:22:56 queue INFO 83 [276] -2015-03-11 22:22:56 queue INFO >83 [277] -2015-03-11 22:22:57 sendUrl INFO 83 [276] R:OK -2015-03-11 22:22:57 sendUrl INFO 83 [277] R:OK -2015-03-11 22:23:19 queue INFO 87 [278] -2015-03-11 22:23:19 queue INFO >87 [279] -2015-03-11 22:23:19 sendUrl INFO 87 [278] R:OK -2015-03-11 22:23:20 sendUrl INFO 87 [279] R:OK -2015-03-11 22:23:21 queue INFO 83 [280] -2015-03-11 22:23:21 sendUrl INFO 83 [280] R:OK -2015-03-11 22:23:21 queue INFO >83 [281] -2015-03-11 22:23:21 sendUrl INFO 83 [281] R:OK -2015-03-11 22:24:11 queue INFO >>83 [282] -2015-03-11 22:24:11 sendUrl INFO 83 [282] R:OK -2015-03-11 22:25:01 queue INFO >>83 [283] -2015-03-11 22:25:01 sendUrl INFO 83 [283] R:OK -2015-03-11 22:25:51 queue INFO >>83 [284] -2015-03-11 22:25:51 sendUrl INFO 83 [284] R:OK -2015-03-11 22:26:41 queue INFO >>83 [285] -2015-03-11 22:26:41 sendUrl INFO 83 [285] R:OK -2015-03-11 22:26:45 queue INFO 81 [286] -2015-03-11 22:26:45 queue INFO >81 [287] -2015-03-11 22:26:46 sendUrl INFO 81 [286] R:OK -2015-03-11 22:26:46 sendUrl INFO 81 [287] R:OK -2015-03-11 22:26:51 queue INFO 83 [288] -2015-03-11 22:26:52 sendUrl INFO 83 [288] R:OK -2015-03-11 22:26:52 queue INFO >83 [289] -2015-03-11 22:26:52 sendUrl INFO 83 [289] R:OK -2015-03-11 22:27:42 queue INFO >>83 [290] -2015-03-11 22:27:42 sendUrl INFO 83 [290] R:OK -2015-03-11 22:28:32 queue INFO >>83 [291] -2015-03-11 22:28:32 sendUrl INFO 83 [291] R:OK -2015-03-11 22:29:22 queue INFO >>83 [292] -2015-03-11 22:29:22 sendUrl INFO 83 [292] R:OK -2015-03-11 22:30:12 queue INFO >>83 [293] -2015-03-11 22:30:12 sendUrl INFO 83 [293] R:OK -2015-03-11 22:31:02 queue INFO >>83 [294] -2015-03-11 22:31:02 sendUrl INFO 83 [294] R:OK -2015-03-11 22:31:04 queue INFO 87 [295] -2015-03-11 22:31:04 queue INFO >87 [296] -2015-03-11 22:31:05 sendUrl INFO 87 [295] R:OK -2015-03-11 22:31:05 sendUrl INFO 87 [296] R:OK -2015-03-11 22:31:06 queue INFO 83 [297] -2015-03-11 22:31:06 queue INFO >83 [298] -2015-03-11 22:31:06 sendUrl INFO 83 [297] R:OK -2015-03-11 22:31:07 sendUrl INFO 83 [298] R:OK -2015-03-11 22:31:56 queue INFO >>83 [299] -2015-03-11 22:31:57 sendUrl INFO 83 [299] R:OK -2015-03-11 22:32:46 queue INFO >>83 [300] -2015-03-11 22:32:46 sendUrl INFO 83 [300] R:OK -2015-03-11 22:33:36 queue INFO >>83 [301] -2015-03-11 22:33:37 sendUrl INFO 83 [301] R:OK -2015-03-11 22:34:26 queue INFO >>83 [302] -2015-03-11 22:34:27 sendUrl INFO 83 [302] R:OK -2015-03-11 22:34:31 queue INFO 81 [303] -2015-03-11 22:34:31 queue INFO >81 [304] -2015-03-11 22:34:31 sendUrl INFO 81 [303] R:OK -2015-03-11 22:34:32 sendUrl INFO 81 [304] R:OK -2015-03-11 22:34:37 queue INFO 83 [305] -2015-03-11 22:34:37 queue INFO >83 [306] -2015-03-11 22:34:37 sendUrl INFO 83 [305] R:OK -2015-03-11 22:34:38 sendUrl INFO 83 [306] R:OK -2015-03-11 22:35:27 queue INFO >>83 [307] -2015-03-11 22:35:27 sendUrl INFO 83 [307] R:OK -2015-03-11 22:36:17 queue INFO >>83 [308] -2015-03-11 22:36:17 sendUrl INFO 83 [308] R:OK -2015-03-11 22:37:07 queue INFO >>83 [309] -2015-03-11 22:37:08 sendUrl INFO 83 [309] R:OK -2015-03-11 22:37:57 queue INFO >>83 [310] -2015-03-11 22:37:58 sendUrl INFO 83 [310] R:OK -2015-03-11 22:38:48 queue INFO >>83 [311] -2015-03-11 22:38:48 sendUrl INFO 83 [311] R:OK -2015-03-11 22:38:49 queue INFO 87 [312] -2015-03-11 22:38:49 queue INFO >87 [313] -2015-03-11 22:38:50 sendUrl INFO 87 [312] R:OK -2015-03-11 22:38:50 sendUrl INFO 87 [313] R:OK -2015-03-11 22:38:51 queue INFO 83 [314] -2015-03-11 22:38:51 queue INFO >83 [315] -2015-03-11 22:38:51 sendUrl INFO 83 [314] R:OK -2015-03-11 22:38:52 sendUrl INFO 83 [315] R:OK -2015-03-11 22:39:41 queue INFO >>83 [316] -2015-03-11 22:39:41 sendUrl INFO 83 [316] R:OK -2015-03-11 22:40:31 queue INFO >>83 [317] -2015-03-11 22:40:31 sendUrl INFO 83 [317] R:OK -2015-03-11 22:41:21 queue INFO >>83 [318] -2015-03-11 22:41:22 sendUrl INFO 83 [318] R:OK -2015-03-11 22:42:11 queue INFO >>83 [319] -2015-03-11 22:42:12 sendUrl INFO 83 [319] R:OK -2015-03-11 22:42:15 queue INFO 81 [320] -2015-03-11 22:42:15 queue INFO >81 [321] -2015-03-11 22:42:15 sendUrl INFO 81 [320] R:OK -2015-03-11 22:42:16 sendUrl INFO 81 [321] R:OK -2015-03-11 22:42:22 queue INFO 83 [322] -2015-03-11 22:42:22 queue INFO >83 [323] -2015-03-11 22:42:22 sendUrl INFO 83 [322] R:OK -2015-03-11 22:42:23 sendUrl INFO 83 [323] R:OK -2015-03-11 22:43:12 queue INFO >>83 [324] -2015-03-11 22:43:12 sendUrl INFO 83 [324] R:OK -2015-03-11 22:44:02 queue INFO >>83 [325] -2015-03-11 22:44:02 sendUrl INFO 83 [325] R:OK -2015-03-11 22:44:52 queue INFO >>83 [326] -2015-03-11 22:44:53 sendUrl INFO 83 [326] R:OK -2015-03-11 22:45:42 queue INFO >>83 [327] -2015-03-11 22:45:42 sendUrl INFO 83 [327] R:OK -2015-03-11 22:46:32 queue INFO >>83 [328] -2015-03-11 22:46:33 sendUrl INFO 83 [328] R:OK -2015-03-11 22:46:34 queue INFO 87 [329] -2015-03-11 22:46:34 queue INFO >87 [330] -2015-03-11 22:46:34 sendUrl INFO 87 [329] R:OK -2015-03-11 22:46:35 sendUrl INFO 87 [330] R:OK -2015-03-11 22:46:36 queue INFO 83 [331] -2015-03-11 22:46:36 queue INFO >83 [332] -2015-03-11 22:46:36 sendUrl INFO 83 [331] R:OK -2015-03-11 22:46:36 sendUrl INFO 83 [332] R:OK -2015-03-11 22:47:26 queue INFO >>83 [333] -2015-03-11 22:47:26 sendUrl INFO 83 [333] R:OK -2015-03-11 22:48:16 queue INFO >>83 [334] -2015-03-11 22:48:16 sendUrl INFO 83 [334] R:OK -2015-03-11 22:49:06 queue INFO >>83 [335] -2015-03-11 22:49:06 sendUrl INFO 83 [335] R:OK -2015-03-11 22:49:56 queue INFO >>83 [336] -2015-03-11 22:49:57 sendUrl INFO 83 [336] R:OK -2015-03-11 22:50:00 queue INFO 81 [337] -2015-03-11 22:50:00 queue INFO >81 [338] -2015-03-11 22:50:00 sendUrl INFO 81 [337] R:OK -2015-03-11 22:50:01 sendUrl INFO 81 [338] R:OK -2015-03-11 22:50:06 queue INFO 83 [339] -2015-03-11 22:50:07 queue INFO >83 [340] -2015-03-11 22:50:07 sendUrl INFO 83 [339] R:OK -2015-03-11 22:50:07 sendUrl INFO 83 [340] R:OK -2015-03-11 22:50:57 queue INFO >>83 [341] -2015-03-11 22:50:57 sendUrl INFO 83 [341] R:OK -2015-03-11 22:51:47 queue INFO >>83 [342] -2015-03-11 22:51:47 sendUrl INFO 83 [342] R:OK -2015-03-11 22:52:37 queue INFO >>83 [343] -2015-03-11 22:52:37 sendUrl INFO 83 [343] R:OK -2015-03-11 22:53:27 queue INFO >>83 [344] -2015-03-11 22:53:28 sendUrl INFO 83 [344] R:OK -2015-03-11 22:54:17 queue INFO >>83 [345] -2015-03-11 22:54:17 sendUrl INFO 83 [345] R:OK -2015-03-11 22:54:19 queue INFO C7 [346] -2015-03-11 22:54:19 queue INFO >C7 [347] -2015-03-11 22:54:19 sendUrl INFO C7 [346] R:OK -2015-03-11 22:54:20 sendUrl INFO C7 [347] R:OK -2015-03-11 22:54:21 queue INFO C3 [348] -2015-03-11 22:54:21 queue INFO >C3 [349] -2015-03-11 22:54:21 sendUrl INFO C3 [348] R:OK -2015-03-11 22:54:21 sendUrl INFO C3 [349] R:OK -2015-03-11 22:55:11 queue INFO >>C3 [350] -2015-03-11 22:55:11 sendUrl INFO C3 [350] R:OK -2015-03-11 22:56:01 queue INFO >>C3 [351] -2015-03-11 22:56:01 sendUrl INFO C3 [351] R:OK -2015-03-11 22:56:51 queue INFO >>C3 [352] -2015-03-11 22:56:51 sendUrl INFO C3 [352] R:OK -2015-03-11 22:57:41 queue INFO >>C3 [353] -2015-03-11 22:57:42 sendUrl INFO C3 [353] R:OK -2015-03-11 22:57:45 queue INFO C1 [354] -2015-03-11 22:57:45 queue INFO >C1 [355] -2015-03-11 22:57:45 sendUrl INFO C1 [354] R:OK -2015-03-11 22:57:46 sendUrl INFO C1 [355] R:OK -2015-03-11 22:57:51 queue INFO C3 [356] -2015-03-11 22:57:52 queue INFO >C3 [357] -2015-03-11 22:57:52 sendUrl INFO C3 [356] R:OK -2015-03-11 22:57:52 sendUrl INFO C3 [357] R:OK -2015-03-11 22:58:42 queue INFO >>C3 [358] -2015-03-11 22:58:42 sendUrl INFO C3 [358] R:OK -2015-03-11 22:59:32 queue INFO >>C3 [359] -2015-03-11 22:59:32 sendUrl INFO C3 [359] R:OK -2015-03-11 23:00:22 queue INFO >>C3 [360] -2015-03-11 23:00:22 sendUrl INFO C3 [360] R:OK -2015-03-11 23:01:12 queue INFO >>C3 [361] -2015-03-11 23:01:13 sendUrl INFO C3 [361] R:OK -2015-03-11 23:02:02 queue INFO >>C3 [362] -2015-03-11 23:02:02 sendUrl INFO C3 [362] R:OK -2015-03-11 23:02:04 queue INFO 83 [363] -2015-03-11 23:02:05 queue INFO 87 [364] -2015-03-11 23:02:05 queue INFO >87 [365] -2015-03-11 23:02:05 sendUrl INFO 83 [363] R:OK -2015-03-11 23:02:05 sendUrl INFO 87 [364] R:OK -2015-03-11 23:02:06 sendUrl INFO 87 [365] R:OK -2015-03-11 23:02:06 queue INFO 83 [366] -2015-03-11 23:02:06 sendUrl INFO 83 [366] R:OK -2015-03-11 23:02:06 queue INFO >83 [367] -2015-03-11 23:02:07 sendUrl INFO 83 [367] R:OK -2015-03-11 23:02:56 queue INFO >>83 [368] -2015-03-11 23:02:57 sendUrl INFO 83 [368] R:OK -2015-03-11 23:03:47 queue INFO >>83 [369] -2015-03-11 23:03:47 sendUrl INFO 83 [369] R:OK -2015-03-11 23:04:37 queue INFO >>83 [370] -2015-03-11 23:04:37 sendUrl INFO 83 [370] R:OK -2015-03-11 23:05:27 queue INFO >>83 [371] -2015-03-11 23:05:27 sendUrl INFO 83 [371] R:OK -2015-03-11 23:05:31 queue INFO 81 [372] -2015-03-11 23:05:31 queue INFO >81 [373] -2015-03-11 23:05:31 sendUrl INFO 81 [372] R:OK -2015-03-11 23:05:32 sendUrl INFO 81 [373] R:OK -2015-03-11 23:05:38 queue INFO 83 [374] -2015-03-11 23:05:38 queue INFO >83 [375] -2015-03-11 23:05:38 sendUrl INFO 83 [374] R:OK -2015-03-11 23:05:38 sendUrl INFO 83 [375] R:OK -2015-03-11 23:06:28 queue INFO >>83 [376] -2015-03-11 23:06:28 sendUrl INFO 83 [376] R:OK -2015-03-11 23:07:18 queue INFO >>83 [377] -2015-03-11 23:07:18 sendUrl INFO 83 [377] R:OK -2015-03-11 23:08:08 queue INFO >>83 [378] -2015-03-11 23:08:08 sendUrl INFO 83 [378] R:OK -2015-03-11 23:08:58 queue INFO >>83 [379] -2015-03-11 23:08:58 sendUrl INFO 83 [379] R:OK -2015-03-11 23:09:48 queue INFO >>83 [380] -2015-03-11 23:09:48 sendUrl INFO 83 [380] R:OK -2015-03-11 23:09:50 queue INFO 87 [381] -2015-03-11 23:09:51 sendUrl INFO 87 [381] R:OK -2015-03-11 23:09:51 queue INFO >87 [382] -2015-03-11 23:09:51 sendUrl INFO 87 [382] R:OK -2015-03-11 23:09:52 queue INFO 83 [383] -2015-03-11 23:09:52 queue INFO >83 [384] -2015-03-11 23:09:53 sendUrl INFO 83 [383] R:OK -2015-03-11 23:09:53 sendUrl INFO 83 [384] R:OK -2015-03-11 23:10:42 queue INFO >>83 [385] -2015-03-11 23:10:42 sendUrl INFO 83 [385] R:OK -2015-03-11 23:11:32 queue INFO >>83 [386] -2015-03-11 23:11:33 sendUrl INFO 83 [386] R:OK -2015-03-11 23:12:22 queue INFO >>83 [387] -2015-03-11 23:12:22 sendUrl INFO 83 [387] R:OK -2015-03-11 23:13:13 queue INFO >>83 [388] -2015-03-11 23:13:13 sendUrl INFO 83 [388] R:OK -2015-03-11 23:13:17 queue INFO 81 [389] -2015-03-11 23:13:17 queue INFO >81 [390] -2015-03-11 23:13:17 sendUrl INFO 81 [389] R:OK -2015-03-11 23:13:18 sendUrl INFO 81 [390] R:OK -2015-03-11 23:13:23 queue INFO 83 [391] -2015-03-11 23:13:23 sendUrl INFO 83 [391] R:OK -2015-03-11 23:13:23 queue INFO >83 [392] -2015-03-11 23:13:23 sendUrl INFO 83 [392] R:OK -2015-03-11 23:14:13 queue INFO >>83 [393] -2015-03-11 23:14:13 sendUrl INFO 83 [393] R:OK -2015-03-11 23:15:03 queue INFO >>83 [394] -2015-03-11 23:15:04 sendUrl INFO 83 [394] R:OK -2015-03-11 23:15:53 queue INFO >>83 [395] -2015-03-11 23:15:53 sendUrl INFO 83 [395] R:OK -2015-03-11 23:16:43 queue INFO >>83 [396] -2015-03-11 23:16:44 sendUrl INFO 83 [396] R:OK -2015-03-11 23:17:34 queue INFO >>83 [397] -2015-03-11 23:17:34 sendUrl INFO 83 [397] R:OK -2015-03-11 23:17:36 queue INFO 87 [398] -2015-03-11 23:17:36 queue INFO >87 [399] -2015-03-11 23:17:36 sendUrl INFO 87 [398] R:OK -2015-03-11 23:17:37 sendUrl INFO 87 [399] R:OK -2015-03-11 23:17:37 queue INFO 83 [400] -2015-03-11 23:17:37 queue INFO >83 [401] -2015-03-11 23:17:38 sendUrl INFO 83 [400] R:OK -2015-03-11 23:17:38 sendUrl INFO 83 [401] R:OK -2015-03-11 23:18:27 queue INFO >>83 [402] -2015-03-11 23:18:27 sendUrl INFO 83 [402] R:OK -2015-03-11 23:19:17 queue INFO >>83 [403] -2015-03-11 23:19:18 sendUrl INFO 83 [403] R:OK -2015-03-11 23:20:08 queue INFO >>83 [404] -2015-03-11 23:20:08 sendUrl INFO 83 [404] R:OK -2015-03-11 23:20:58 queue INFO >>83 [405] -2015-03-11 23:20:58 sendUrl INFO 83 [405] R:OK -2015-03-11 23:21:02 queue INFO 81 [406] -2015-03-11 23:21:02 queue INFO >81 [407] -2015-03-11 23:21:02 sendUrl INFO 81 [406] R:OK -2015-03-11 23:21:03 sendUrl INFO 81 [407] R:OK -2015-03-11 23:21:08 queue INFO 83 [408] -2015-03-11 23:21:08 queue INFO >83 [409] -2015-03-11 23:21:08 sendUrl INFO 83 [408] R:OK -2015-03-11 23:21:09 sendUrl INFO 83 [409] R:OK -2015-03-11 23:21:58 queue INFO >>83 [410] -2015-03-11 23:21:59 sendUrl INFO 83 [410] R:OK -2015-03-11 23:22:48 queue INFO >>83 [411] -2015-03-11 23:22:49 sendUrl INFO 83 [411] R:OK -2015-03-11 23:23:39 queue INFO >>83 [412] -2015-03-11 23:23:39 sendUrl INFO 83 [412] R:OK -2015-03-11 23:24:29 queue INFO >>83 [413] -2015-03-11 23:24:29 sendUrl INFO 83 [413] R:OK -2015-03-11 23:25:19 queue INFO >>83 [414] -2015-03-11 23:25:19 sendUrl INFO 83 [414] R:OK -2015-03-11 23:25:21 queue INFO 87 [415] -2015-03-11 23:25:21 queue INFO >87 [416] -2015-03-11 23:25:21 sendUrl INFO 87 [415] R:OK -2015-03-11 23:25:22 sendUrl INFO 87 [416] R:OK -2015-03-11 23:25:22 queue INFO 83 [417] -2015-03-11 23:25:22 queue INFO >83 [418] -2015-03-11 23:25:23 sendUrl INFO 83 [417] R:OK -2015-03-11 23:25:23 sendUrl INFO 83 [418] R:OK -2015-03-11 23:26:12 queue INFO >>83 [419] -2015-03-11 23:26:12 sendUrl INFO 83 [419] R:OK -2015-03-11 23:27:02 queue INFO >>83 [420] -2015-03-11 23:27:03 sendUrl INFO 83 [420] R:OK -2015-03-11 23:27:53 queue INFO >>83 [421] -2015-03-11 23:27:53 sendUrl INFO 83 [421] R:OK -2015-03-11 23:28:43 queue INFO >>83 [422] -2015-03-11 23:28:43 sendUrl INFO 83 [422] R:OK -2015-03-11 23:28:47 queue INFO 81 [423] -2015-03-11 23:28:47 queue INFO >81 [424] -2015-03-11 23:28:47 sendUrl INFO 81 [423] R:OK -2015-03-11 23:28:47 sendUrl INFO 81 [424] R:OK -2015-03-11 23:28:53 queue INFO 83 [425] -2015-03-11 23:28:53 queue INFO >83 [426] -2015-03-11 23:28:54 sendUrl INFO 83 [425] R:OK -2015-03-11 23:28:54 sendUrl INFO 83 [426] R:OK -2015-03-11 23:29:43 queue INFO >>83 [427] -2015-03-11 23:29:43 sendUrl INFO 83 [427] R:OK -2015-03-11 23:30:33 queue INFO >>83 [428] -2015-03-11 23:30:34 sendUrl INFO 83 [428] R:OK -2015-03-11 23:31:23 queue INFO >>83 [429] -2015-03-11 23:31:24 sendUrl INFO 83 [429] R:OK -2015-03-11 23:32:14 queue INFO >>83 [430] -2015-03-11 23:32:14 sendUrl INFO 83 [430] R:OK -2015-03-11 23:33:04 queue INFO >>83 [431] -2015-03-11 23:33:04 sendUrl INFO 83 [431] R:OK -2015-03-11 23:33:05 queue INFO 87 [432] -2015-03-11 23:33:06 queue INFO >87 [433] -2015-03-11 23:33:06 sendUrl INFO 87 [432] R:OK -2015-03-11 23:33:06 sendUrl INFO 87 [433] R:OK -2015-03-11 23:33:07 queue INFO 83 [434] -2015-03-11 23:33:07 queue INFO >83 [435] -2015-03-11 23:33:07 sendUrl INFO 83 [434] R:OK -2015-03-11 23:33:08 sendUrl INFO 83 [435] R:OK -2015-03-11 23:33:57 queue INFO >>83 [436] -2015-03-11 23:33:58 sendUrl INFO 83 [436] R:OK -2015-03-11 23:34:47 queue INFO >>83 [437] -2015-03-11 23:34:48 sendUrl INFO 83 [437] R:OK -2015-03-11 23:35:37 queue INFO >>83 [438] -2015-03-11 23:35:38 sendUrl INFO 83 [438] R:OK -2015-03-11 23:36:28 queue INFO >>83 [439] -2015-03-11 23:36:28 sendUrl INFO 83 [439] R:OK -2015-03-11 23:36:32 queue INFO 81 [440] -2015-03-11 23:36:32 queue INFO >81 [441] -2015-03-11 23:36:32 sendUrl INFO 81 [440] R:OK -2015-03-11 23:36:33 sendUrl INFO 81 [441] R:OK -2015-03-11 23:36:38 queue INFO 83 [442] -2015-03-11 23:36:38 queue INFO >83 [443] -2015-03-11 23:36:39 sendUrl INFO 83 [442] R:OK -2015-03-11 23:36:39 sendUrl INFO 83 [443] R:OK -2015-03-11 23:37:28 queue INFO >>83 [444] -2015-03-11 23:37:28 sendUrl INFO 83 [444] R:OK -2015-03-11 23:38:18 queue INFO >>83 [445] -2015-03-11 23:38:19 sendUrl INFO 83 [445] R:OK -2015-03-11 23:39:08 queue INFO >>83 [446] -2015-03-11 23:39:09 sendUrl INFO 83 [446] R:OK -2015-03-11 23:39:59 queue INFO >>83 [447] -2015-03-11 23:39:59 sendUrl INFO 83 [447] R:OK -2015-03-11 23:40:49 queue INFO >>83 [448] -2015-03-11 23:40:49 sendUrl INFO 83 [448] R:OK -2015-03-11 23:40:50 queue INFO C7 [449] -2015-03-11 23:40:51 queue INFO >C7 [450] -2015-03-11 23:40:51 sendUrl INFO C7 [449] R:OK -2015-03-11 23:40:51 sendUrl INFO C7 [450] R:OK -2015-03-11 23:40:52 queue INFO C3 [451] -2015-03-11 23:40:52 queue INFO >C3 [452] -2015-03-11 23:40:52 sendUrl INFO C3 [451] R:OK -2015-03-11 23:40:53 sendUrl INFO C3 [452] R:OK -2015-03-11 23:41:42 queue INFO >>C3 [453] -2015-03-11 23:41:43 sendUrl INFO C3 [453] R:OK -2015-03-11 23:42:32 queue INFO >>C3 [454] -2015-03-11 23:42:32 sendUrl INFO C3 [454] R:OK -2015-03-11 23:43:22 queue INFO >>C3 [455] -2015-03-11 23:43:23 sendUrl INFO C3 [455] R:OK -2015-03-11 23:44:13 queue INFO >>C3 [456] -2015-03-11 23:44:13 sendUrl INFO C3 [456] R:OK -2015-03-11 23:44:17 queue INFO C1 [457] -2015-03-11 23:44:17 queue INFO >C1 [458] -2015-03-11 23:44:17 sendUrl INFO C1 [457] R:OK -2015-03-11 23:44:18 sendUrl INFO C1 [458] R:OK -2015-03-11 23:44:23 queue INFO C3 [459] -2015-03-11 23:44:23 queue INFO >C3 [460] -2015-03-11 23:44:23 sendUrl INFO C3 [459] R:OK -2015-03-11 23:44:24 sendUrl INFO C3 [460] R:OK -2015-03-11 23:45:13 queue INFO >>C3 [461] -2015-03-11 23:45:13 sendUrl INFO C3 [461] R:OK -2015-03-11 23:46:03 queue INFO >>C3 [462] -2015-03-11 23:46:03 sendUrl INFO C3 [462] R:OK -2015-03-11 23:46:53 queue INFO >>C3 [463] -2015-03-11 23:46:54 sendUrl INFO C3 [463] R:OK -2015-03-11 23:47:43 queue INFO >>C3 [464] -2015-03-11 23:47:44 sendUrl INFO C3 [464] R:OK -2015-03-11 23:48:34 queue INFO >>C3 [465] -2015-03-11 23:48:34 sendUrl INFO C3 [465] R:OK -2015-03-11 23:48:36 queue INFO 83 [466] -2015-03-11 23:48:36 queue INFO 87 [467] -2015-03-11 23:48:36 queue INFO >87 [468] -2015-03-11 23:48:36 sendUrl INFO 83 [466] R:OK -2015-03-11 23:48:37 sendUrl INFO 87 [467] R:OK -2015-03-11 23:48:37 sendUrl INFO 87 [468] R:OK -2015-03-11 23:48:38 queue INFO 83 [469] -2015-03-11 23:48:38 sendUrl INFO 83 [469] R:OK -2015-03-11 23:48:38 queue INFO >83 [470] -2015-03-11 23:48:38 sendUrl INFO 83 [470] R:OK -2015-03-11 23:49:28 queue INFO >>83 [471] -2015-03-11 23:49:28 sendUrl INFO 83 [471] R:OK -2015-03-11 23:50:18 queue INFO >>83 [472] -2015-03-11 23:50:18 sendUrl INFO 83 [472] R:OK -2015-03-11 23:51:08 queue INFO >>83 [473] -2015-03-11 23:51:08 sendUrl INFO 83 [473] R:OK -2015-03-11 23:51:58 queue INFO >>83 [474] -2015-03-11 23:51:59 sendUrl INFO 83 [474] R:OK -2015-03-11 23:52:03 queue INFO 81 [475] -2015-03-11 23:52:03 queue INFO >81 [476] -2015-03-11 23:52:03 sendUrl INFO 81 [475] R:OK -2015-03-11 23:52:04 sendUrl INFO 81 [476] R:OK -2015-03-11 23:52:09 queue INFO 83 [477] -2015-03-11 23:52:09 queue INFO >83 [478] -2015-03-11 23:52:09 sendUrl INFO 83 [477] R:OK -2015-03-11 23:52:10 sendUrl INFO 83 [478] R:OK -2015-03-11 23:52:59 queue INFO >>83 [479] -2015-03-11 23:52:59 sendUrl INFO 83 [479] R:OK -2015-03-11 23:53:49 queue INFO >>83 [480] -2015-03-11 23:53:49 sendUrl INFO 83 [480] R:OK -2015-03-11 23:54:39 queue INFO >>83 [481] -2015-03-11 23:54:40 sendUrl INFO 83 [481] R:OK -2015-03-11 23:55:29 queue INFO >>83 [482] -2015-03-11 23:55:29 sendUrl INFO 83 [482] R:OK -2015-03-11 23:56:19 queue INFO >>83 [483] -2015-03-11 23:56:20 sendUrl INFO 83 [483] R:OK -2015-03-11 23:56:22 queue INFO 87 [484] -2015-03-11 23:56:22 queue INFO >87 [485] -2015-03-11 23:56:22 sendUrl INFO 87 [484] R:OK -2015-03-11 23:56:22 sendUrl INFO 87 [485] R:OK -2015-03-11 23:56:23 queue INFO 83 [486] -2015-03-11 23:56:23 sendUrl INFO 83 [486] R:OK -2015-03-11 23:56:23 queue INFO >83 [487] -2015-03-11 23:56:24 sendUrl INFO 83 [487] R:OK -2015-03-11 23:57:13 queue INFO >>83 [488] -2015-03-11 23:57:14 sendUrl INFO 83 [488] R:OK -2015-03-11 23:58:04 queue INFO >>83 [489] -2015-03-11 23:58:04 sendUrl INFO 83 [489] R:OK -2015-03-11 23:58:54 queue INFO >>83 [490] -2015-03-11 23:58:54 sendUrl INFO 83 [490] R:OK -2015-03-11 23:59:44 queue INFO >>83 [491] -2015-03-11 23:59:44 sendUrl INFO 83 [491] R:OK -2015-03-11 23:59:48 queue INFO 81 [492] -2015-03-11 23:59:48 queue INFO >81 [493] -2015-03-11 23:59:48 sendUrl INFO 81 [492] R:OK -2015-03-11 23:59:49 sendUrl INFO 81 [493] R:OK -2015-03-11 23:59:54 queue INFO 83 [494] -2015-03-11 23:59:54 sendUrl INFO 83 [494] R:OK -2015-03-11 23:59:54 queue INFO >83 [495] -2015-03-11 23:59:55 sendUrl INFO 83 [495] R:OK -2015-03-12 00:00:44 queue INFO >>83 [496] -2015-03-12 00:00:45 sendUrl INFO 83 [496] R:OK -2015-03-12 00:01:34 queue INFO >>83 [497] -2015-03-12 00:01:35 sendUrl INFO 83 [497] R:OK -2015-03-12 00:02:25 queue INFO >>83 [498] -2015-03-12 00:02:25 sendUrl INFO 83 [498] R:OK -2015-03-12 00:03:15 queue INFO >>83 [499] -2015-03-12 00:03:15 sendUrl INFO 83 [499] R:OK -2015-03-12 00:04:05 queue INFO >>83 [500] -2015-03-12 00:04:05 sendUrl INFO 83 [500] R:OK -2015-03-12 00:04:07 queue INFO 87 [501] -2015-03-12 00:04:07 queue INFO >87 [502] -2015-03-12 00:04:07 sendUrl INFO 87 [501] R:OK -2015-03-12 00:04:08 sendUrl INFO 87 [502] R:OK -2015-03-12 00:04:08 queue INFO 83 [503] -2015-03-12 00:04:09 queue INFO >83 [504] -2015-03-12 00:04:09 sendUrl INFO 83 [503] R:OK -2015-03-12 00:04:09 sendUrl INFO 83 [504] R:OK -2015-03-12 00:04:59 queue INFO >>83 [505] -2015-03-12 00:04:59 sendUrl INFO 83 [505] R:OK -2015-03-12 00:05:49 queue INFO >>83 [506] -2015-03-12 00:05:49 sendUrl INFO 83 [506] R:OK -2015-03-12 00:06:39 queue INFO >>83 [507] -2015-03-12 00:06:39 sendUrl INFO 83 [507] R:OK -2015-03-12 00:07:29 queue INFO >>83 [508] -2015-03-12 00:07:29 sendUrl INFO 83 [508] R:OK -2015-03-12 00:07:33 queue INFO 81 [509] -2015-03-12 00:07:33 queue INFO >81 [510] -2015-03-12 00:07:33 sendUrl INFO 81 [509] R:OK -2015-03-12 00:07:34 sendUrl INFO 81 [510] R:OK -2015-03-12 00:07:40 queue INFO 83 [511] -2015-03-12 00:07:40 queue INFO >83 [512] -2015-03-12 00:07:40 sendUrl INFO 83 [511] R:OK -2015-03-12 00:07:40 sendUrl INFO 83 [512] R:OK -2015-03-12 00:08:30 queue INFO >>83 [513] -2015-03-12 00:08:30 sendUrl INFO 83 [513] R:OK -2015-03-12 00:09:20 queue INFO >>83 [514] -2015-03-12 00:09:20 sendUrl INFO 83 [514] R:OK -2015-03-12 00:10:10 queue INFO >>83 [515] -2015-03-12 00:10:10 sendUrl INFO 83 [515] R:OK -2015-03-12 00:11:00 queue INFO >>83 [516] -2015-03-12 00:11:01 sendUrl INFO 83 [516] R:OK -2015-03-12 00:11:50 queue INFO >>83 [517] -2015-03-12 00:11:50 sendUrl INFO 83 [517] R:OK -2015-03-12 00:11:52 queue INFO 87 [518] -2015-03-12 00:11:52 queue INFO >87 [519] -2015-03-12 00:11:52 sendUrl INFO 87 [518] R:OK -2015-03-12 00:11:53 sendUrl INFO 87 [519] R:OK -2015-03-12 00:11:54 queue INFO 83 [520] -2015-03-12 00:11:54 queue INFO >83 [521] -2015-03-12 00:11:54 sendUrl INFO 83 [520] R:OK -2015-03-12 00:11:54 sendUrl INFO 83 [521] R:OK -2015-03-12 00:12:44 queue INFO >>83 [522] -2015-03-12 00:12:44 sendUrl INFO 83 [522] R:OK -2015-03-12 00:13:34 queue INFO >>83 [523] -2015-03-12 00:13:34 sendUrl INFO 83 [523] R:OK -2015-03-12 00:14:24 queue INFO >>83 [524] -2015-03-12 00:14:24 sendUrl INFO 83 [524] R:OK -2015-03-12 00:15:14 queue INFO >>83 [525] -2015-03-12 00:15:14 sendUrl INFO 83 [525] R:OK -2015-03-12 00:15:18 queue INFO 81 [526] -2015-03-12 00:15:18 queue INFO >81 [527] -2015-03-12 00:15:18 sendUrl INFO 81 [526] R:OK -2015-03-12 00:15:19 sendUrl INFO 81 [527] R:OK -2015-03-12 00:15:24 queue INFO 83 [528] -2015-03-12 00:15:25 queue INFO >83 [529] -2015-03-12 00:15:25 sendUrl INFO 83 [528] R:OK -2015-03-12 00:15:25 sendUrl INFO 83 [529] R:OK -2015-03-12 00:16:15 queue INFO >>83 [530] -2015-03-12 00:16:15 sendUrl INFO 83 [530] R:OK -2015-03-12 00:17:05 queue INFO >>83 [531] -2015-03-12 00:17:05 sendUrl INFO 83 [531] R:OK -2015-03-12 00:17:55 queue INFO >>83 [532] -2015-03-12 00:17:55 sendUrl INFO 83 [532] R:OK -2015-03-12 00:18:45 queue INFO >>83 [533] -2015-03-12 00:18:45 sendUrl INFO 83 [533] R:OK -2015-03-12 00:19:35 queue INFO >>83 [534] -2015-03-12 00:19:35 sendUrl INFO 83 [534] R:OK -2015-03-12 00:19:37 queue INFO 87 [535] -2015-03-12 00:19:37 queue INFO >87 [536] -2015-03-12 00:19:37 sendUrl INFO 87 [535] R:OK -2015-03-12 00:19:37 sendUrl INFO 87 [536] R:OK -2015-03-12 00:19:38 queue INFO 83 [537] -2015-03-12 00:19:39 queue INFO >83 [538] -2015-03-12 00:19:39 sendUrl INFO 83 [537] R:OK -2015-03-12 00:19:39 sendUrl INFO 83 [538] R:OK -2015-03-12 00:20:28 queue INFO >>83 [539] -2015-03-12 00:20:29 sendUrl INFO 83 [539] R:OK -2015-03-12 00:21:19 queue INFO >>83 [540] -2015-03-12 00:21:19 sendUrl INFO 83 [540] R:OK -2015-03-12 00:22:09 queue INFO >>83 [541] -2015-03-12 00:22:09 sendUrl INFO 83 [541] R:OK -2015-03-12 00:22:59 queue INFO >>83 [542] -2015-03-12 00:22:59 sendUrl INFO 83 [542] R:OK -2015-03-12 00:23:03 queue INFO 81 [543] -2015-03-12 00:23:03 sendUrl INFO 81 [543] R:OK -2015-03-12 00:23:03 queue INFO >81 [544] -2015-03-12 00:23:03 sendUrl INFO 81 [544] R:OK -2015-03-12 00:23:09 queue INFO 83 [545] -2015-03-12 00:23:10 queue INFO >83 [546] -2015-03-12 00:23:10 sendUrl INFO 83 [545] R:OK -2015-03-12 00:23:10 sendUrl INFO 83 [546] R:OK -2015-03-12 00:24:00 queue INFO >>83 [547] -2015-03-12 00:24:00 sendUrl INFO 83 [547] R:OK -2015-03-12 00:24:50 queue INFO >>83 [548] -2015-03-12 00:24:50 sendUrl INFO 83 [548] R:OK -2015-03-12 00:25:40 queue INFO >>83 [549] -2015-03-12 00:25:40 sendUrl INFO 83 [549] R:OK -2015-03-12 00:26:30 queue INFO >>83 [550] -2015-03-12 00:26:30 sendUrl INFO 83 [550] R:OK -2015-03-12 00:27:20 queue INFO >>83 [551] -2015-03-12 00:27:21 sendUrl INFO 83 [551] R:OK -2015-03-12 00:27:22 queue INFO C7 [552] -2015-03-12 00:27:22 queue INFO >C7 [553] -2015-03-12 00:27:22 sendUrl INFO C7 [552] R:OK -2015-03-12 00:27:23 sendUrl INFO C7 [553] R:OK -2015-03-12 00:27:23 queue INFO C3 [554] -2015-03-12 00:27:24 queue INFO >C3 [555] -2015-03-12 00:27:24 sendUrl INFO C3 [554] R:OK -2015-03-12 00:27:24 sendUrl INFO C3 [555] R:OK -2015-03-12 00:28:14 queue INFO >>C3 [556] -2015-03-12 00:28:14 sendUrl INFO C3 [556] R:OK -2015-03-12 00:29:04 queue INFO >>C3 [557] -2015-03-12 00:29:04 sendUrl INFO C3 [557] R:OK -2015-03-12 00:29:54 queue INFO >>C3 [558] -2015-03-12 00:29:54 sendUrl INFO C3 [558] R:OK -2015-03-12 00:30:44 queue INFO >>C3 [559] -2015-03-12 00:30:44 sendUrl INFO C3 [559] R:OK -2015-03-12 00:30:48 queue INFO C1 [560] -2015-03-12 00:30:48 sendUrl INFO C1 [560] R:OK -2015-03-12 00:30:48 queue INFO >C1 [561] -2015-03-12 00:30:48 sendUrl INFO C1 [561] R:OK -2015-03-12 00:30:54 queue INFO C3 [562] -2015-03-12 00:30:54 queue INFO >C3 [563] -2015-03-12 00:30:54 sendUrl INFO C3 [562] R:OK -2015-03-12 00:30:55 sendUrl INFO C3 [563] R:OK -2015-03-12 00:31:44 queue INFO >>C3 [564] -2015-03-12 00:31:45 sendUrl INFO C3 [564] R:OK -2015-03-12 00:32:35 queue INFO >>C3 [565] -2015-03-12 00:32:35 sendUrl INFO C3 [565] R:OK -2015-03-12 00:33:25 queue INFO >>C3 [566] -2015-03-12 00:33:25 sendUrl INFO C3 [566] R:OK -2015-03-12 00:34:15 queue INFO >>C3 [567] -2015-03-12 00:34:15 sendUrl INFO C3 [567] R:OK -2015-03-12 00:35:05 queue INFO >>C3 [568] -2015-03-12 00:35:05 sendUrl INFO C3 [568] R:OK -2015-03-12 00:35:07 queue INFO 83 [569] -2015-03-12 00:35:07 queue INFO 87 [570] -2015-03-12 00:35:08 queue INFO >87 [571] -2015-03-12 00:35:08 sendUrl INFO 83 [569] R:OK -2015-03-12 00:35:08 sendUrl INFO 87 [570] R:OK -2015-03-12 00:35:09 sendUrl INFO 87 [571] R:OK -2015-03-12 00:35:09 queue INFO 83 [572] -2015-03-12 00:35:09 sendUrl INFO 83 [572] R:OK -2015-03-12 00:35:09 queue INFO >83 [573] -2015-03-12 00:35:10 sendUrl INFO 83 [573] R:OK -2015-03-12 00:35:59 queue INFO >>83 [574] -2015-03-12 00:35:59 sendUrl INFO 83 [574] R:OK -2015-03-12 00:36:49 queue INFO >>83 [575] -2015-03-12 00:36:50 sendUrl INFO 83 [575] R:OK -2015-03-12 00:37:39 queue INFO >>83 [576] -2015-03-12 00:37:40 sendUrl INFO 83 [576] R:OK -2015-03-12 00:38:30 queue INFO >>83 [577] -2015-03-12 00:38:30 sendUrl INFO 83 [577] R:OK -2015-03-12 00:38:34 queue INFO 81 [578] -2015-03-12 00:38:34 queue INFO >81 [579] -2015-03-12 00:38:34 sendUrl INFO 81 [578] R:OK -2015-03-12 00:38:34 sendUrl INFO 81 [579] R:OK -2015-03-12 00:38:40 queue INFO 83 [580] -2015-03-12 00:38:40 queue INFO >83 [581] -2015-03-12 00:38:41 sendUrl INFO 83 [580] R:OK -2015-03-12 00:38:41 sendUrl INFO 83 [581] R:OK -2015-03-12 00:39:30 queue INFO >>83 [582] -2015-03-12 00:39:31 sendUrl INFO 83 [582] R:OK -2015-03-12 00:40:21 queue INFO >>83 [583] -2015-03-12 00:40:21 sendUrl INFO 83 [583] R:OK -2015-03-12 00:41:11 queue INFO >>83 [584] -2015-03-12 00:41:11 sendUrl INFO 83 [584] R:OK -2015-03-12 00:42:01 queue INFO >>83 [585] -2015-03-12 00:42:01 sendUrl INFO 83 [585] R:OK -2015-03-12 00:42:51 queue INFO >>83 [586] -2015-03-12 00:42:51 sendUrl INFO 83 [586] R:OK -2015-03-12 00:42:53 queue INFO 87 [587] -2015-03-12 00:42:53 queue INFO >87 [588] -2015-03-12 00:42:53 sendUrl INFO 87 [587] R:OK -2015-03-12 00:42:54 sendUrl INFO 87 [588] R:OK -2015-03-12 00:42:55 queue INFO 83 [589] -2015-03-12 00:42:55 sendUrl INFO 83 [589] R:OK -2015-03-12 00:42:55 queue INFO >83 [590] -2015-03-12 00:42:55 sendUrl INFO 83 [590] R:OK -2015-03-12 00:43:45 queue INFO >>83 [591] -2015-03-12 00:43:45 sendUrl INFO 83 [591] R:OK -2015-03-12 00:44:35 queue INFO >>83 [592] -2015-03-12 00:44:35 sendUrl INFO 83 [592] R:OK -2015-03-12 00:45:25 queue INFO >>83 [593] -2015-03-12 00:45:25 sendUrl INFO 83 [593] R:OK -2015-03-12 00:46:15 queue INFO >>83 [594] -2015-03-12 00:46:16 sendUrl INFO 83 [594] R:OK -2015-03-12 00:46:19 queue INFO 81 [595] -2015-03-12 00:46:19 queue INFO >81 [596] -2015-03-12 00:46:19 sendUrl INFO 81 [595] R:OK -2015-03-12 00:46:20 sendUrl INFO 81 [596] R:OK -2015-03-12 00:46:26 queue INFO 83 [597] -2015-03-12 00:46:26 queue INFO >83 [598] -2015-03-12 00:46:26 sendUrl INFO 83 [597] R:OK -2015-03-12 00:46:27 sendUrl INFO 83 [598] R:OK -2015-03-12 00:47:16 queue INFO >>83 [599] -2015-03-12 00:47:16 sendUrl INFO 83 [599] R:OK -2015-03-12 00:48:06 queue INFO >>83 [600] -2015-03-12 00:48:06 sendUrl INFO 83 [600] R:OK -2015-03-12 00:48:56 queue INFO >>83 [601] -2015-03-12 00:48:57 sendUrl INFO 83 [601] R:OK -2015-03-12 00:49:46 queue INFO >>83 [602] -2015-03-12 00:49:46 sendUrl INFO 83 [602] R:OK -2015-03-12 00:50:36 queue INFO >>83 [603] -2015-03-12 00:50:37 sendUrl INFO 83 [603] R:OK -2015-03-12 00:50:38 queue INFO 87 [604] -2015-03-12 00:50:39 queue INFO >87 [605] -2015-03-12 00:50:39 sendUrl INFO 87 [604] R:OK -2015-03-12 00:50:39 sendUrl INFO 87 [605] R:OK -2015-03-12 00:50:40 queue INFO 83 [606] -2015-03-12 00:50:40 queue INFO >83 [607] -2015-03-12 00:50:40 sendUrl INFO 83 [606] R:OK -2015-03-12 00:50:41 sendUrl INFO 83 [607] R:OK -2015-03-12 00:51:30 queue INFO >>83 [608] -2015-03-12 00:51:31 sendUrl INFO 83 [608] R:OK -2015-03-12 00:52:20 queue INFO >>83 [609] -2015-03-12 00:52:20 sendUrl INFO 83 [609] R:OK -2015-03-12 00:53:10 queue INFO >>83 [610] -2015-03-12 00:53:11 sendUrl INFO 83 [610] R:OK -2015-03-12 00:54:01 queue INFO >>83 [611] -2015-03-12 00:54:01 sendUrl INFO 83 [611] R:OK -2015-03-12 00:54:05 queue INFO 81 [612] -2015-03-12 00:54:05 queue INFO >81 [613] -2015-03-12 00:54:05 sendUrl INFO 81 [612] R:OK -2015-03-12 00:54:06 sendUrl INFO 81 [613] R:OK -2015-03-12 00:54:11 queue INFO 83 [614] -2015-03-12 00:54:11 queue INFO >83 [615] -2015-03-12 00:54:11 sendUrl INFO 83 [614] R:OK -2015-03-12 00:54:12 sendUrl INFO 83 [615] R:OK -2015-03-12 00:55:01 queue INFO >>83 [616] -2015-03-12 00:55:01 sendUrl INFO 83 [616] R:OK -2015-03-12 00:55:51 queue INFO >>83 [617] -2015-03-12 00:55:51 sendUrl INFO 83 [617] R:OK -2015-03-12 00:56:41 queue INFO >>83 [618] -2015-03-12 00:56:42 sendUrl INFO 83 [618] R:OK -2015-03-12 00:57:31 queue INFO >>83 [619] -2015-03-12 00:57:32 sendUrl INFO 83 [619] R:OK -2015-03-12 00:58:22 queue INFO >>83 [620] -2015-03-12 00:58:22 sendUrl INFO 83 [620] R:OK -2015-03-12 00:58:23 queue INFO 87 [621] -2015-03-12 00:58:23 queue INFO >87 [622] -2015-03-12 00:58:24 sendUrl INFO 87 [621] R:OK -2015-03-12 00:58:24 sendUrl INFO 87 [622] R:OK -2015-03-12 00:58:25 queue INFO 83 [623] -2015-03-12 00:58:25 queue INFO >83 [624] -2015-03-12 00:58:25 sendUrl INFO 83 [623] R:OK -2015-03-12 00:58:26 sendUrl INFO 83 [624] R:OK -2015-03-12 00:59:15 queue INFO >>83 [625] -2015-03-12 00:59:15 sendUrl INFO 83 [625] R:OK -2015-03-12 01:00:05 queue INFO >>83 [626] -2015-03-12 01:00:05 sendUrl INFO 83 [626] R:OK -2015-03-12 01:00:55 queue INFO >>83 [627] -2015-03-12 01:00:56 sendUrl INFO 83 [627] R:OK -2015-03-12 01:01:45 queue INFO >>83 [628] -2015-03-12 01:01:46 sendUrl INFO 83 [628] R:OK -2015-03-12 01:01:50 queue INFO 81 [629] -2015-03-12 01:01:50 queue INFO >81 [630] -2015-03-12 01:01:50 sendUrl INFO 81 [629] R:OK -2015-03-12 01:01:51 sendUrl INFO 81 [630] R:OK -2015-03-12 01:01:56 queue INFO 83 [631] -2015-03-12 01:01:56 queue INFO >83 [632] -2015-03-12 01:01:56 sendUrl INFO 83 [631] R:OK -2015-03-12 01:01:57 sendUrl INFO 83 [632] R:OK -2015-03-12 01:02:46 queue INFO >>83 [633] -2015-03-12 01:02:46 sendUrl INFO 83 [633] R:OK -2015-03-12 01:03:36 queue INFO >>83 [634] -2015-03-12 01:03:36 sendUrl INFO 83 [634] R:OK -2015-03-12 01:04:26 queue INFO >>83 [635] -2015-03-12 01:04:27 sendUrl INFO 83 [635] R:OK -2015-03-12 01:05:16 queue INFO >>83 [636] -2015-03-12 01:05:17 sendUrl INFO 83 [636] R:OK -2015-03-12 01:06:00 queue INFO 91 [637] -2015-03-12 01:06:00 queue INFO >91 [638] -2015-03-12 01:06:00 sendUrl INFO 91 [637] R:OK -2015-03-12 01:06:01 sendUrl INFO 91 [638] R:OK -2015-03-12 01:06:50 queue INFO >>91 [639] -2015-03-12 01:06:51 sendUrl INFO 91 [639] R:OK -2015-03-12 01:07:40 queue INFO >>91 [640] -2015-03-12 01:07:40 sendUrl INFO 91 [640] R:OK -2015-03-12 01:08:31 queue INFO >>91 [641] -2015-03-12 01:08:31 sendUrl INFO 91 [641] R:OK -2015-03-12 01:09:21 queue INFO >>91 [642] -2015-03-12 01:09:21 sendUrl INFO 91 [642] R:OK -2015-03-12 01:10:11 queue INFO >>91 [643] -2015-03-12 01:10:11 sendUrl INFO 91 [643] R:OK -2015-03-12 01:11:01 queue INFO >>91 [644] -2015-03-12 01:11:01 sendUrl INFO 91 [644] R:OK -2015-03-12 01:11:51 queue INFO >>91 [645] -2015-03-12 01:11:52 sendUrl INFO 91 [645] R:OK -2015-03-12 01:12:41 queue INFO >>91 [646] -2015-03-12 01:12:41 sendUrl INFO 91 [646] R:OK -2015-03-12 01:13:31 queue INFO >>91 [647] -2015-03-12 01:13:32 sendUrl INFO 91 [647] R:OK -2015-03-12 01:13:32 queue INFO 81 [648] -2015-03-12 01:13:32 queue INFO >81 [649] -2015-03-12 01:13:32 sendUrl INFO 81 [648] R:OK -2015-03-12 01:13:33 sendUrl INFO 81 [649] R:OK -2015-03-12 01:13:51 queue INFO 83 [650] -2015-03-12 01:13:51 queue INFO >83 [651] -2015-03-12 01:13:51 sendUrl INFO 83 [650] R:OK -2015-03-12 01:13:51 sendUrl INFO 83 [651] R:OK -2015-03-12 01:14:21 queue INFO 87 [652] -2015-03-12 01:14:21 sendUrl INFO 87 [652] R:OK -2015-03-12 01:14:21 queue INFO >87 [653] -2015-03-12 01:14:22 sendUrl INFO 87 [653] R:OK -2015-03-12 01:14:23 queue INFO 83 [654] -2015-03-12 01:14:23 queue INFO >83 [655] -2015-03-12 01:14:23 sendUrl INFO 83 [654] R:OK -2015-03-12 01:14:24 sendUrl INFO 83 [655] R:OK -2015-03-12 01:15:13 queue INFO >>83 [656] -2015-03-12 01:15:13 sendUrl INFO 83 [656] R:OK -2015-03-12 01:16:03 queue INFO >>83 [657] -2015-03-12 01:16:03 sendUrl INFO 83 [657] R:OK -2015-03-12 01:16:53 queue INFO >>83 [658] -2015-03-12 01:16:54 sendUrl INFO 83 [658] R:OK -2015-03-12 01:17:43 queue INFO >>83 [659] -2015-03-12 01:17:43 sendUrl INFO 83 [659] R:OK -2015-03-12 01:17:47 queue INFO 81 [660] -2015-03-12 01:17:47 sendUrl INFO 81 [660] R:OK -2015-03-12 01:17:47 queue INFO >81 [661] -2015-03-12 01:17:47 sendUrl INFO 81 [661] R:OK -2015-03-12 01:17:53 queue INFO 83 [662] -2015-03-12 01:17:54 queue INFO >83 [663] -2015-03-12 01:17:54 sendUrl INFO 83 [662] R:OK -2015-03-12 01:17:54 sendUrl INFO 83 [663] R:OK -2015-03-12 01:18:44 queue INFO >>83 [664] -2015-03-12 01:18:44 sendUrl INFO 83 [664] R:OK -2015-03-12 01:19:34 queue INFO >>83 [665] -2015-03-12 01:19:34 sendUrl INFO 83 [665] R:OK -2015-03-12 01:20:24 queue INFO >>83 [666] -2015-03-12 01:20:24 sendUrl INFO 83 [666] R:OK -2015-03-12 01:21:14 queue INFO >>83 [667] -2015-03-12 01:21:14 sendUrl INFO 83 [667] R:OK -2015-03-12 01:22:04 queue INFO >>83 [668] -2015-03-12 01:22:04 sendUrl INFO 83 [668] R:OK -2015-03-12 01:22:06 queue INFO C7 [669] -2015-03-12 01:22:06 sendUrl INFO C7 [669] R:OK -2015-03-12 01:22:06 queue INFO >C7 [670] -2015-03-12 01:22:07 sendUrl INFO C7 [670] R:OK -2015-03-12 01:22:08 queue INFO C3 [671] -2015-03-12 01:22:08 queue INFO >C3 [672] -2015-03-12 01:22:08 sendUrl INFO C3 [671] R:OK -2015-03-12 01:22:09 sendUrl INFO C3 [672] R:OK -2015-03-12 01:22:58 queue INFO >>C3 [673] -2015-03-12 01:22:58 sendUrl INFO C3 [673] R:OK -2015-03-12 01:23:48 queue INFO >>C3 [674] -2015-03-12 01:23:48 sendUrl INFO C3 [674] R:OK -2015-03-12 01:24:38 queue INFO >>C3 [675] -2015-03-12 01:24:39 sendUrl INFO C3 [675] R:OK -2015-03-12 01:25:28 queue INFO >>C3 [676] -2015-03-12 01:25:28 sendUrl INFO C3 [676] R:OK -2015-03-12 01:25:32 queue INFO C1 [677] -2015-03-12 01:25:32 sendUrl INFO C1 [677] R:OK -2015-03-12 01:25:32 queue INFO >C1 [678] -2015-03-12 01:25:33 sendUrl INFO C1 [678] R:OK -2015-03-12 01:25:38 queue INFO C3 [679] -2015-03-12 01:25:39 queue INFO >C3 [680] -2015-03-12 01:25:39 sendUrl INFO C3 [679] R:OK -2015-03-12 01:25:40 sendUrl INFO C3 [680] R:OK -2015-03-12 01:26:29 queue INFO >>C3 [681] -2015-03-12 01:26:29 sendUrl INFO C3 [681] R:OK -2015-03-12 01:27:19 queue INFO >>C3 [682] -2015-03-12 01:27:19 sendUrl INFO C3 [682] R:OK -2015-03-12 01:28:09 queue INFO >>C3 [683] -2015-03-12 01:28:09 sendUrl INFO C3 [683] R:OK -2015-03-12 01:28:59 queue INFO >>C3 [684] -2015-03-12 01:28:59 sendUrl INFO C3 [684] R:OK -2015-03-12 01:29:49 queue INFO >>C3 [685] -2015-03-12 01:29:50 sendUrl INFO C3 [685] R:OK -2015-03-12 01:29:51 queue INFO 83 [686] -2015-03-12 01:29:52 queue INFO 87 [687] -2015-03-12 01:29:52 sendUrl INFO 83 [686] R:OK -2015-03-12 01:29:52 queue INFO >87 [688] -2015-03-12 01:29:52 sendUrl INFO 87 [687] R:OK -2015-03-12 01:29:53 sendUrl INFO 87 [688] R:OK -2015-03-12 01:29:53 queue INFO 83 [689] -2015-03-12 01:29:53 queue INFO >83 [690] -2015-03-12 01:29:54 sendUrl INFO 83 [689] R:OK -2015-03-12 01:29:54 sendUrl INFO 83 [690] R:OK -2015-03-12 01:30:43 queue INFO >>83 [691] -2015-03-12 01:30:44 sendUrl INFO 83 [691] R:OK -2015-03-12 01:31:34 queue INFO >>83 [692] -2015-03-12 01:31:34 sendUrl INFO 83 [692] R:OK -2015-03-12 01:32:24 queue INFO >>83 [693] -2015-03-12 01:32:24 sendUrl INFO 83 [693] R:OK -2015-03-12 01:33:14 queue INFO >>83 [694] -2015-03-12 01:33:14 sendUrl INFO 83 [694] R:OK -2015-03-12 01:33:18 queue INFO 81 [695] -2015-03-12 01:33:18 sendUrl INFO 81 [695] R:OK -2015-03-12 01:33:18 queue INFO >81 [696] -2015-03-12 01:33:19 sendUrl INFO 81 [696] R:OK -2015-03-12 01:33:25 queue INFO 83 [697] -2015-03-12 01:33:25 sendUrl INFO 83 [697] R:OK -2015-03-12 01:33:25 queue INFO >83 [698] -2015-03-12 01:33:25 sendUrl INFO 83 [698] R:OK -2015-03-12 01:34:15 queue INFO >>83 [699] -2015-03-12 01:34:15 sendUrl INFO 83 [699] R:OK -2015-03-12 01:35:05 queue INFO >>83 [700] -2015-03-12 01:35:05 sendUrl INFO 83 [700] R:OK -2015-03-12 01:35:55 queue INFO >>83 [701] -2015-03-12 01:35:55 sendUrl INFO 83 [701] R:OK -2015-03-12 01:36:45 queue INFO >>83 [702] -2015-03-12 01:36:45 sendUrl INFO 83 [702] R:OK -2015-03-12 01:37:35 queue INFO >>83 [703] -2015-03-12 01:37:36 sendUrl INFO 83 [703] R:OK -2015-03-12 01:37:37 queue INFO 87 [704] -2015-03-12 01:37:37 queue INFO >87 [705] -2015-03-12 01:37:38 sendUrl INFO 87 [704] R:OK -2015-03-12 01:37:38 sendUrl INFO 87 [705] R:OK -2015-03-12 01:37:39 queue INFO 83 [706] -2015-03-12 01:37:39 queue INFO >83 [707] -2015-03-12 01:37:39 sendUrl INFO 83 [706] R:OK -2015-03-12 01:37:40 sendUrl INFO 83 [707] R:OK -2015-03-12 01:38:29 queue INFO >>83 [708] -2015-03-12 01:38:30 sendUrl INFO 83 [708] R:OK -2015-03-12 01:39:19 queue INFO >>83 [709] -2015-03-12 01:39:19 sendUrl INFO 83 [709] R:OK -2015-03-12 01:40:09 queue INFO >>83 [710] -2015-03-12 01:40:10 sendUrl INFO 83 [710] R:OK -2015-03-12 01:41:00 queue INFO >>83 [711] -2015-03-12 01:41:00 sendUrl INFO 83 [711] R:OK -2015-03-12 01:41:04 queue INFO 81 [712] -2015-03-12 01:41:04 queue INFO >81 [713] -2015-03-12 01:41:04 sendUrl INFO 81 [712] R:OK -2015-03-12 01:41:05 sendUrl INFO 81 [713] R:OK -2015-03-12 01:41:10 queue INFO 83 [714] -2015-03-12 01:41:10 queue INFO >83 [715] -2015-03-12 01:41:10 sendUrl INFO 83 [714] R:OK -2015-03-12 01:41:11 sendUrl INFO 83 [715] R:OK -2015-03-12 01:42:00 queue INFO >>83 [716] -2015-03-12 01:42:00 sendUrl INFO 83 [716] R:OK -2015-03-12 01:42:50 queue INFO >>83 [717] -2015-03-12 01:42:50 sendUrl INFO 83 [717] R:OK -2015-03-12 01:43:40 queue INFO >>83 [718] -2015-03-12 01:43:41 sendUrl INFO 83 [718] R:OK -2015-03-12 01:44:30 queue INFO >>83 [719] -2015-03-12 01:44:30 sendUrl INFO 83 [719] R:OK -2015-03-12 01:45:20 queue INFO >>83 [720] -2015-03-12 01:45:21 sendUrl INFO 83 [720] R:OK -2015-03-12 01:45:23 queue INFO 87 [721] -2015-03-12 01:45:23 queue INFO >87 [722] -2015-03-12 01:45:23 sendUrl INFO 87 [721] R:OK -2015-03-12 01:45:23 sendUrl INFO 87 [722] R:OK -2015-03-12 01:45:24 queue INFO 83 [723] -2015-03-12 01:45:24 queue INFO >83 [724] -2015-03-12 01:45:24 sendUrl INFO 83 [723] R:OK -2015-03-12 01:45:25 sendUrl INFO 83 [724] R:OK -2015-03-12 01:46:14 queue INFO >>83 [725] -2015-03-12 01:46:15 sendUrl INFO 83 [725] R:OK -2015-03-12 01:47:04 queue INFO >>83 [726] -2015-03-12 01:47:05 sendUrl INFO 83 [726] R:OK -2015-03-12 01:47:55 queue INFO >>83 [727] -2015-03-12 01:47:55 sendUrl INFO 83 [727] R:OK -2015-03-12 01:48:45 queue INFO >>83 [728] -2015-03-12 01:48:45 sendUrl INFO 83 [728] R:OK -2015-03-12 01:48:49 queue INFO 81 [729] -2015-03-12 01:48:49 queue INFO >81 [730] -2015-03-12 01:48:49 sendUrl INFO 81 [729] R:OK -2015-03-12 01:48:50 sendUrl INFO 81 [730] R:OK -2015-03-12 01:48:55 queue INFO 83 [731] -2015-03-12 01:48:55 queue INFO >83 [732] -2015-03-12 01:48:56 sendUrl INFO 83 [731] R:OK -2015-03-12 01:48:56 sendUrl INFO 83 [732] R:OK -2015-03-12 01:49:45 queue INFO >>83 [733] -2015-03-12 01:49:46 sendUrl INFO 83 [733] R:OK -2015-03-12 01:50:35 queue INFO >>83 [734] -2015-03-12 01:50:36 sendUrl INFO 83 [734] R:OK -2015-03-12 01:51:26 queue INFO >>83 [735] -2015-03-12 01:51:26 sendUrl INFO 83 [735] R:OK -2015-03-12 01:52:16 queue INFO >>83 [736] -2015-03-12 01:52:16 sendUrl INFO 83 [736] R:OK -2015-03-12 01:53:06 queue INFO >>83 [737] -2015-03-12 01:53:06 sendUrl INFO 83 [737] R:OK -2015-03-12 01:53:08 queue INFO 87 [738] -2015-03-12 01:53:08 queue INFO >87 [739] -2015-03-12 01:53:08 sendUrl INFO 87 [738] R:OK -2015-03-12 01:53:08 sendUrl INFO 87 [739] R:OK -2015-03-12 01:53:09 queue INFO 83 [740] -2015-03-12 01:53:09 queue INFO >83 [741] -2015-03-12 01:53:09 sendUrl INFO 83 [740] R:OK -2015-03-12 01:53:10 sendUrl INFO 83 [741] R:OK -2015-03-12 01:53:59 queue INFO >>83 [742] -2015-03-12 01:54:00 sendUrl INFO 83 [742] R:OK -2015-03-12 01:54:49 queue INFO >>83 [743] -2015-03-12 01:54:50 sendUrl INFO 83 [743] R:OK -2015-03-12 01:55:40 queue INFO >>83 [744] -2015-03-12 01:55:40 sendUrl INFO 83 [744] R:OK -2015-03-12 01:56:30 queue INFO >>83 [745] -2015-03-12 01:56:30 sendUrl INFO 83 [745] R:OK -2015-03-12 01:56:34 queue INFO 81 [746] -2015-03-12 01:56:34 queue INFO >81 [747] -2015-03-12 01:56:34 sendUrl INFO 81 [746] R:OK -2015-03-12 01:56:35 sendUrl INFO 81 [747] R:OK -2015-03-12 01:56:40 queue INFO 83 [748] -2015-03-12 01:56:40 queue INFO >83 [749] -2015-03-12 01:56:40 sendUrl INFO 83 [748] R:OK -2015-03-12 01:56:41 sendUrl INFO 83 [749] R:OK -2015-03-12 01:57:30 queue INFO >>83 [750] -2015-03-12 01:57:31 sendUrl INFO 83 [750] R:OK -2015-03-12 01:58:20 queue INFO >>83 [751] -2015-03-12 01:58:20 sendUrl INFO 83 [751] R:OK -2015-03-12 01:59:10 queue INFO >>83 [752] -2015-03-12 01:59:11 sendUrl INFO 83 [752] R:OK -2015-03-12 02:00:00 queue INFO >>83 [753] -2015-03-12 02:00:01 sendUrl INFO 83 [753] R:OK -2015-03-12 02:00:51 queue INFO >>83 [754] -2015-03-12 02:00:51 sendUrl INFO 83 [754] R:OK -2015-03-12 02:00:52 queue INFO 87 [755] -2015-03-12 02:00:53 queue INFO >87 [756] -2015-03-12 02:00:53 sendUrl INFO 87 [755] R:OK -2015-03-12 02:00:53 sendUrl INFO 87 [756] R:OK -2015-03-12 02:00:54 queue INFO 83 [757] -2015-03-12 02:00:54 queue INFO >83 [758] -2015-03-12 02:00:54 sendUrl INFO 83 [757] R:OK -2015-03-12 02:00:55 sendUrl INFO 83 [758] R:OK -2015-03-12 02:01:44 queue INFO >>83 [759] -2015-03-12 02:01:44 sendUrl INFO 83 [759] R:OK -2015-03-12 02:02:34 queue INFO >>83 [760] -2015-03-12 02:02:35 sendUrl INFO 83 [760] R:OK -2015-03-12 02:03:24 queue INFO >>83 [761] -2015-03-12 02:03:25 sendUrl INFO 83 [761] R:OK -2015-03-12 02:04:15 queue INFO >>83 [762] -2015-03-12 02:04:15 sendUrl INFO 83 [762] R:OK -2015-03-12 02:04:19 queue INFO 81 [763] -2015-03-12 02:04:19 queue INFO >81 [764] -2015-03-12 02:04:19 sendUrl INFO 81 [763] R:OK -2015-03-12 02:04:20 sendUrl INFO 81 [764] R:OK -2015-03-12 02:04:25 queue INFO 83 [765] -2015-03-12 02:04:25 queue INFO >83 [766] -2015-03-12 02:04:25 sendUrl INFO 83 [765] R:OK -2015-03-12 02:04:26 sendUrl INFO 83 [766] R:OK -2015-03-12 02:05:15 queue INFO >>83 [767] -2015-03-12 02:05:16 sendUrl INFO 83 [767] R:OK -2015-03-12 02:06:05 queue INFO >>83 [768] -2015-03-12 02:06:05 sendUrl INFO 83 [768] R:OK -2015-03-12 02:06:55 queue INFO >>83 [769] -2015-03-12 02:06:56 sendUrl INFO 83 [769] R:OK -2015-03-12 02:07:46 queue INFO >>83 [770] -2015-03-12 02:07:46 sendUrl INFO 83 [770] R:OK -2015-03-12 02:08:36 queue INFO >>83 [771] -2015-03-12 02:08:36 sendUrl INFO 83 [771] R:OK -2015-03-12 02:08:37 queue INFO C7 [772] -2015-03-12 02:08:38 sendUrl INFO C7 [772] R:OK -2015-03-12 02:08:38 queue INFO >C7 [773] -2015-03-12 02:08:38 sendUrl INFO C7 [773] R:OK -2015-03-12 02:08:39 queue INFO C3 [774] -2015-03-12 02:08:39 queue INFO >C3 [775] -2015-03-12 02:08:40 sendUrl INFO C3 [774] R:OK -2015-03-12 02:08:40 sendUrl INFO C3 [775] R:OK -2015-03-12 02:09:29 queue INFO >>C3 [776] -2015-03-12 02:09:29 sendUrl INFO C3 [776] R:OK -2015-03-12 02:10:19 queue INFO >>C3 [777] -2015-03-12 02:10:20 sendUrl INFO C3 [777] R:OK -2015-03-12 02:11:09 queue INFO >>C3 [778] -2015-03-12 02:11:10 sendUrl INFO C3 [778] R:OK -2015-03-12 02:12:00 queue INFO >>C3 [779] -2015-03-12 02:12:00 sendUrl INFO C3 [779] R:OK -2015-03-12 02:12:04 queue INFO C1 [780] -2015-03-12 02:12:04 queue INFO >C1 [781] -2015-03-12 02:12:04 sendUrl INFO C1 [780] R:OK -2015-03-12 02:12:05 sendUrl INFO C1 [781] R:OK -2015-03-12 02:12:10 queue INFO C3 [782] -2015-03-12 02:12:10 queue INFO >C3 [783] -2015-03-12 02:12:10 sendUrl INFO C3 [782] R:OK -2015-03-12 02:12:11 sendUrl INFO C3 [783] R:OK -2015-03-12 02:13:00 queue INFO >>C3 [784] -2015-03-12 02:13:00 sendUrl INFO C3 [784] R:OK -2015-03-12 02:13:50 queue INFO >>C3 [785] -2015-03-12 02:13:51 sendUrl INFO C3 [785] R:OK -2015-03-12 02:14:40 queue INFO >>C3 [786] -2015-03-12 02:14:41 sendUrl INFO C3 [786] R:OK -2015-03-12 02:15:30 queue INFO >>C3 [787] -2015-03-12 02:15:31 sendUrl INFO C3 [787] R:OK -2015-03-12 02:16:21 queue INFO >>C3 [788] -2015-03-12 02:16:21 sendUrl INFO C3 [788] R:OK -2015-03-12 02:16:23 queue INFO 83 [789] -2015-03-12 02:16:23 queue INFO 87 [790] -2015-03-12 02:16:23 sendUrl INFO 83 [789] R:OK -2015-03-12 02:16:23 queue INFO >87 [791] -2015-03-12 02:16:24 sendUrl INFO 87 [790] R:OK -2015-03-12 02:16:24 sendUrl INFO 87 [791] R:OK -2015-03-12 02:16:25 queue INFO 83 [792] -2015-03-12 02:16:25 queue INFO >83 [793] -2015-03-12 02:16:25 sendUrl INFO 83 [792] R:OK -2015-03-12 02:16:26 sendUrl INFO 83 [793] R:OK -2015-03-12 02:17:15 queue INFO >>83 [794] -2015-03-12 02:17:15 sendUrl INFO 83 [794] R:OK -2015-03-12 02:18:05 queue INFO >>83 [795] -2015-03-12 02:18:05 sendUrl INFO 83 [795] R:OK -2015-03-12 02:18:55 queue INFO >>83 [796] -2015-03-12 02:18:56 sendUrl INFO 83 [796] R:OK -2015-03-12 02:19:45 queue INFO >>83 [797] -2015-03-12 02:19:45 sendUrl INFO 83 [797] R:OK -2015-03-12 02:19:50 queue INFO 81 [798] -2015-03-12 02:19:50 queue INFO >81 [799] -2015-03-12 02:19:50 sendUrl INFO 81 [798] R:OK -2015-03-12 02:19:51 sendUrl INFO 81 [799] R:OK -2015-03-12 02:19:56 queue INFO 83 [800] -2015-03-12 02:19:56 queue INFO >83 [801] -2015-03-12 02:19:56 sendUrl INFO 83 [800] R:OK -2015-03-12 02:19:57 sendUrl INFO 83 [801] R:OK -2015-03-12 02:20:46 queue INFO >>83 [802] -2015-03-12 02:20:46 sendUrl INFO 83 [802] R:OK -2015-03-12 02:21:36 queue INFO >>83 [803] -2015-03-12 02:21:37 sendUrl INFO 83 [803] R:OK -2015-03-12 02:22:26 queue INFO >>83 [804] -2015-03-12 02:22:26 sendUrl INFO 83 [804] R:OK -2015-03-12 02:23:16 queue INFO >>83 [805] -2015-03-12 02:23:17 sendUrl INFO 83 [805] R:OK -2015-03-12 02:24:07 queue INFO >>83 [806] -2015-03-12 02:24:07 sendUrl INFO 83 [806] R:OK -2015-03-12 02:24:09 queue INFO 87 [807] -2015-03-12 02:24:09 queue INFO >87 [808] -2015-03-12 02:24:09 sendUrl INFO 87 [807] R:OK -2015-03-12 02:24:10 sendUrl INFO 87 [808] R:OK -2015-03-12 02:24:10 queue INFO 83 [809] -2015-03-12 02:24:10 queue INFO >83 [810] -2015-03-12 02:24:11 sendUrl INFO 83 [809] R:OK -2015-03-12 02:24:11 sendUrl INFO 83 [810] R:OK -2015-03-12 02:25:00 queue INFO >>83 [811] -2015-03-12 02:25:01 sendUrl INFO 83 [811] R:OK -2015-03-12 02:25:51 queue INFO >>83 [812] -2015-03-12 02:25:51 sendUrl INFO 83 [812] R:OK -2015-03-12 02:26:41 queue INFO >>83 [813] -2015-03-12 02:26:41 sendUrl INFO 83 [813] R:OK -2015-03-12 02:27:31 queue INFO >>83 [814] -2015-03-12 02:27:31 sendUrl INFO 83 [814] R:OK -2015-03-12 02:27:35 queue INFO 81 [815] -2015-03-12 02:27:35 sendUrl INFO 81 [815] R:OK -2015-03-12 02:27:35 queue INFO >81 [816] -2015-03-12 02:27:35 sendUrl INFO 81 [816] R:OK -2015-03-12 02:27:41 queue INFO 83 [817] -2015-03-12 02:27:41 queue INFO >83 [818] -2015-03-12 02:27:42 sendUrl INFO 83 [817] R:OK -2015-03-12 02:27:42 sendUrl INFO 83 [818] R:OK -2015-03-12 02:28:31 queue INFO >>83 [819] -2015-03-12 02:28:32 sendUrl INFO 83 [819] R:OK -2015-03-12 02:29:21 queue INFO >>83 [820] -2015-03-12 02:29:22 sendUrl INFO 83 [820] R:OK -2015-03-12 02:30:12 queue INFO >>83 [821] -2015-03-12 02:30:12 sendUrl INFO 83 [821] R:OK -2015-03-12 02:31:02 queue INFO >>83 [822] -2015-03-12 02:31:02 sendUrl INFO 83 [822] R:OK -2015-03-12 02:31:52 queue INFO >>83 [823] -2015-03-12 02:31:52 sendUrl INFO 83 [823] R:OK -2015-03-12 02:31:54 queue INFO 87 [824] -2015-03-12 02:31:54 queue INFO >87 [825] -2015-03-12 02:31:54 sendUrl INFO 87 [824] R:OK -2015-03-12 02:31:55 sendUrl INFO 87 [825] R:OK -2015-03-12 02:31:55 queue INFO 83 [826] -2015-03-12 02:31:56 queue INFO >83 [827] -2015-03-12 02:31:56 sendUrl INFO 83 [826] R:OK -2015-03-12 02:31:56 sendUrl INFO 83 [827] R:OK -2015-03-12 02:32:46 queue INFO >>83 [828] -2015-03-12 02:32:46 sendUrl INFO 83 [828] R:OK -2015-03-12 02:33:36 queue INFO >>83 [829] -2015-03-12 02:33:36 sendUrl INFO 83 [829] R:OK -2015-03-12 02:34:26 queue INFO >>83 [830] -2015-03-12 02:34:26 sendUrl INFO 83 [830] R:OK -2015-03-12 02:35:16 queue INFO >>83 [831] -2015-03-12 02:35:16 sendUrl INFO 83 [831] R:OK -2015-03-12 02:35:20 queue INFO 81 [832] -2015-03-12 02:35:20 sendUrl INFO 81 [832] R:OK -2015-03-12 02:35:20 queue INFO >81 [833] -2015-03-12 02:35:21 sendUrl INFO 81 [833] R:OK -2015-03-12 02:35:27 queue INFO 83 [834] -2015-03-12 02:35:27 queue INFO >83 [835] -2015-03-12 02:35:27 sendUrl INFO 83 [834] R:OK -2015-03-12 02:35:28 sendUrl INFO 83 [835] R:OK -2015-03-12 02:36:17 queue INFO >>83 [836] -2015-03-12 02:36:17 sendUrl INFO 83 [836] R:OK -2015-03-12 02:37:07 queue INFO >>83 [837] -2015-03-12 02:37:07 sendUrl INFO 83 [837] R:OK -2015-03-12 02:37:57 queue INFO >>83 [838] -2015-03-12 02:37:58 sendUrl INFO 83 [838] R:OK -2015-03-12 02:38:47 queue INFO >>83 [839] -2015-03-12 02:38:47 sendUrl INFO 83 [839] R:OK -2015-03-12 02:39:37 queue INFO >>83 [840] -2015-03-12 02:39:38 sendUrl INFO 83 [840] R:OK -2015-03-12 02:39:39 queue INFO 87 [841] -2015-03-12 02:39:39 queue INFO >87 [842] -2015-03-12 02:39:39 sendUrl INFO 87 [841] R:OK -2015-03-12 02:39:40 sendUrl INFO 87 [842] R:OK -2015-03-12 02:39:41 queue INFO 83 [843] -2015-03-12 02:39:41 queue INFO >83 [844] -2015-03-12 02:39:41 sendUrl INFO 83 [843] R:OK -2015-03-12 02:39:41 sendUrl INFO 83 [844] R:OK -2015-03-12 02:40:31 queue INFO >>83 [845] -2015-03-12 02:40:31 sendUrl INFO 83 [845] R:OK -2015-03-12 02:41:21 queue INFO >>83 [846] -2015-03-12 02:41:21 sendUrl INFO 83 [846] R:OK -2015-03-12 02:42:11 queue INFO >>83 [847] -2015-03-12 02:42:11 sendUrl INFO 83 [847] R:OK -2015-03-12 02:43:01 queue INFO >>83 [848] -2015-03-12 02:43:02 sendUrl INFO 83 [848] R:OK -2015-03-12 02:43:05 queue INFO 81 [849] -2015-03-12 02:43:05 queue INFO >81 [850] -2015-03-12 02:43:05 sendUrl INFO 81 [849] R:OK -2015-03-12 02:43:06 sendUrl INFO 81 [850] R:OK -2015-03-12 02:43:11 queue INFO 83 [851] -2015-03-12 02:43:12 queue INFO >83 [852] -2015-03-12 02:43:12 sendUrl INFO 83 [851] R:OK -2015-03-12 02:43:12 sendUrl INFO 83 [852] R:OK -2015-03-12 02:44:01 queue INFO >>83 [853] -2015-03-12 02:44:02 sendUrl INFO 83 [853] R:OK -2015-03-12 02:44:52 queue INFO >>83 [854] -2015-03-12 02:44:52 sendUrl INFO 83 [854] R:OK -2015-03-12 02:45:42 queue INFO >>83 [855] -2015-03-12 02:45:42 sendUrl INFO 83 [855] R:OK -2015-03-12 02:46:32 queue INFO >>83 [856] -2015-03-12 02:46:32 sendUrl INFO 83 [856] R:OK -2015-03-12 02:47:22 queue INFO >>83 [857] -2015-03-12 02:47:22 sendUrl INFO 83 [857] R:OK -2015-03-12 02:47:24 queue INFO 87 [858] -2015-03-12 02:47:24 queue INFO >87 [859] -2015-03-12 02:47:24 sendUrl INFO 87 [858] R:OK -2015-03-12 02:47:25 sendUrl INFO 87 [859] R:OK -2015-03-12 02:47:25 queue INFO 83 [860] -2015-03-12 02:47:26 queue INFO >83 [861] -2015-03-12 02:47:26 sendUrl INFO 83 [860] R:OK -2015-03-12 02:47:26 sendUrl INFO 83 [861] R:OK -2015-03-12 02:48:15 queue INFO >>83 [862] -2015-03-12 02:48:16 sendUrl INFO 83 [862] R:OK -2015-03-12 02:49:06 queue INFO >>83 [863] -2015-03-12 02:49:06 sendUrl INFO 83 [863] R:OK -2015-03-12 02:49:56 queue INFO >>83 [864] -2015-03-12 02:49:56 sendUrl INFO 83 [864] R:OK -2015-03-12 02:50:46 queue INFO >>83 [865] -2015-03-12 02:50:46 sendUrl INFO 83 [865] R:OK -2015-03-12 02:50:50 queue INFO 81 [866] -2015-03-12 02:50:50 queue INFO >81 [867] -2015-03-12 02:50:50 sendUrl INFO 81 [866] R:OK -2015-03-12 02:50:51 sendUrl INFO 81 [867] R:OK -2015-03-12 02:50:56 queue INFO 83 [868] -2015-03-12 02:50:57 queue INFO >83 [869] -2015-03-12 02:50:57 sendUrl INFO 83 [868] R:OK -2015-03-12 02:50:57 sendUrl INFO 83 [869] R:OK -2015-03-12 02:51:47 queue INFO >>83 [870] -2015-03-12 02:51:47 sendUrl INFO 83 [870] R:OK -2015-03-12 02:52:37 queue INFO >>83 [871] -2015-03-12 02:52:37 sendUrl INFO 83 [871] R:OK -2015-03-12 02:53:27 queue INFO >>83 [872] -2015-03-12 02:53:27 sendUrl INFO 83 [872] R:OK -2015-03-12 02:54:17 queue INFO >>83 [873] -2015-03-12 02:54:17 sendUrl INFO 83 [873] R:OK -2015-03-12 02:55:07 queue INFO >>83 [874] -2015-03-12 02:55:07 sendUrl INFO 83 [874] R:OK -2015-03-12 02:55:09 queue INFO C7 [875] -2015-03-12 02:55:09 queue INFO >C7 [876] -2015-03-12 02:55:09 sendUrl INFO C7 [875] R:OK -2015-03-12 02:55:10 sendUrl INFO C7 [876] R:OK -2015-03-12 02:55:10 queue INFO C3 [877] -2015-03-12 02:55:10 queue INFO >C3 [878] -2015-03-12 02:55:11 sendUrl INFO C3 [877] R:OK -2015-03-12 02:55:11 sendUrl INFO C3 [878] R:OK -2015-03-12 02:56:00 queue INFO >>C3 [879] -2015-03-12 02:56:01 sendUrl INFO C3 [879] R:OK -2015-03-12 02:56:51 queue INFO >>C3 [880] -2015-03-12 02:56:51 sendUrl INFO C3 [880] R:OK -2015-03-12 02:57:41 queue INFO >>C3 [881] -2015-03-12 02:57:41 sendUrl INFO C3 [881] R:OK -2015-03-12 02:58:31 queue INFO >>C3 [882] -2015-03-12 02:58:31 sendUrl INFO C3 [882] R:OK -2015-03-12 02:58:35 queue INFO C1 [883] -2015-03-12 02:58:35 queue INFO >C1 [884] -2015-03-12 02:58:35 sendUrl INFO C1 [883] R:OK -2015-03-12 02:58:36 sendUrl INFO C1 [884] R:OK -2015-03-12 02:58:41 queue INFO C3 [885] -2015-03-12 02:58:41 queue INFO >C3 [886] -2015-03-12 02:58:42 sendUrl INFO C3 [885] R:OK -2015-03-12 02:58:42 sendUrl INFO C3 [886] R:OK -2015-03-12 02:59:31 queue INFO >>C3 [887] -2015-03-12 02:59:32 sendUrl INFO C3 [887] R:OK -2015-03-12 03:00:22 queue INFO >>C3 [888] -2015-03-12 03:00:22 sendUrl INFO C3 [888] R:OK -2015-03-12 03:01:12 queue INFO >>C3 [889] -2015-03-12 03:01:12 sendUrl INFO C3 [889] R:OK -2015-03-12 03:02:02 queue INFO >>C3 [890] -2015-03-12 03:02:02 sendUrl INFO C3 [890] R:OK -2015-03-12 03:02:52 queue INFO >>C3 [891] -2015-03-12 03:02:52 sendUrl INFO C3 [891] R:OK -2015-03-12 03:02:54 queue INFO 83 [892] -2015-03-12 03:02:55 queue INFO 87 [893] -2015-03-12 03:02:55 queue INFO >87 [894] -2015-03-12 03:02:55 sendUrl INFO 83 [892] R:OK -2015-03-12 03:02:55 sendUrl INFO 87 [893] R:OK -2015-03-12 03:02:56 sendUrl INFO 87 [894] R:OK -2015-03-12 03:02:56 queue INFO 83 [895] -2015-03-12 03:02:56 queue INFO >83 [896] -2015-03-12 03:02:56 sendUrl INFO 83 [895] R:OK -2015-03-12 03:02:57 sendUrl INFO 83 [896] R:OK -2015-03-12 03:03:46 queue INFO >>83 [897] -2015-03-12 03:03:47 sendUrl INFO 83 [897] R:OK -2015-03-12 03:04:36 queue INFO >>83 [898] -2015-03-12 03:04:37 sendUrl INFO 83 [898] R:OK -2015-03-12 03:05:27 queue INFO >>83 [899] -2015-03-12 03:05:27 sendUrl INFO 83 [899] R:OK -2015-03-12 03:06:17 queue INFO >>83 [900] -2015-03-12 03:06:17 sendUrl INFO 83 [900] R:OK -2015-03-12 03:06:21 queue INFO 81 [901] -2015-03-12 03:06:21 queue INFO >81 [902] -2015-03-12 03:06:21 sendUrl INFO 81 [901] R:OK -2015-03-12 03:06:22 sendUrl INFO 81 [902] R:OK -2015-03-12 03:06:27 queue INFO 83 [903] -2015-03-12 03:06:27 queue INFO >83 [904] -2015-03-12 03:06:28 sendUrl INFO 83 [903] R:OK -2015-03-12 03:06:28 sendUrl INFO 83 [904] R:OK -2015-03-12 03:07:17 queue INFO >>83 [905] -2015-03-12 03:07:18 sendUrl INFO 83 [905] R:OK -2015-03-12 03:08:08 queue INFO >>83 [906] -2015-03-12 03:08:08 sendUrl INFO 83 [906] R:OK -2015-03-12 03:08:58 queue INFO >>83 [907] -2015-03-12 03:08:58 sendUrl INFO 83 [907] R:OK -2015-03-12 03:09:48 queue INFO >>83 [908] -2015-03-12 03:09:48 sendUrl INFO 83 [908] R:OK -2015-03-12 03:10:38 queue INFO >>83 [909] -2015-03-12 03:10:38 sendUrl INFO 83 [909] R:OK -2015-03-12 03:10:40 queue INFO 87 [910] -2015-03-12 03:10:40 queue INFO >87 [911] -2015-03-12 03:10:40 sendUrl INFO 87 [910] R:OK -2015-03-12 03:10:41 sendUrl INFO 87 [911] R:OK -2015-03-12 03:10:42 queue INFO 83 [912] -2015-03-12 03:10:42 queue INFO >83 [913] -2015-03-12 03:10:42 sendUrl INFO 83 [912] R:OK -2015-03-12 03:10:42 sendUrl INFO 83 [913] R:OK -2015-03-12 03:11:32 queue INFO >>83 [914] -2015-03-12 03:11:32 sendUrl INFO 83 [914] R:OK -2015-03-12 03:12:22 queue INFO >>83 [915] -2015-03-12 03:12:22 sendUrl INFO 83 [915] R:OK -2015-03-12 03:13:12 queue INFO >>83 [916] -2015-03-12 03:13:12 sendUrl INFO 83 [916] R:OK -2015-03-12 03:14:02 queue INFO >>83 [917] -2015-03-12 03:14:03 sendUrl INFO 83 [917] R:OK -2015-03-12 03:14:07 queue INFO 81 [918] -2015-03-12 03:14:07 queue INFO >81 [919] -2015-03-12 03:14:07 sendUrl INFO 81 [918] R:OK -2015-03-12 03:14:08 sendUrl INFO 81 [919] R:OK -2015-03-12 03:14:13 queue INFO 83 [920] -2015-03-12 03:14:13 sendUrl INFO 83 [920] R:OK -2015-03-12 03:14:13 queue INFO >83 [921] -2015-03-12 03:14:13 sendUrl INFO 83 [921] R:OK -2015-03-12 03:15:03 queue INFO >>83 [922] -2015-03-12 03:15:03 sendUrl INFO 83 [922] R:OK -2015-03-12 03:15:53 queue INFO >>83 [923] -2015-03-12 03:15:53 sendUrl INFO 83 [923] R:OK -2015-03-12 03:16:43 queue INFO >>83 [924] -2015-03-12 03:16:43 sendUrl INFO 83 [924] R:OK -2015-03-12 03:17:33 queue INFO >>83 [925] -2015-03-12 03:17:34 sendUrl INFO 83 [925] R:OK -2015-03-12 03:18:23 queue INFO >>83 [926] -2015-03-12 03:18:24 sendUrl INFO 83 [926] R:OK -2015-03-12 03:18:25 queue INFO 87 [927] -2015-03-12 03:18:26 queue INFO >87 [928] -2015-03-12 03:18:26 sendUrl INFO 87 [927] R:OK -2015-03-12 03:18:26 sendUrl INFO 87 [928] R:OK -2015-03-12 03:18:27 queue INFO 83 [929] -2015-03-12 03:18:27 queue INFO >83 [930] -2015-03-12 03:18:28 sendUrl INFO 83 [929] R:OK -2015-03-12 03:18:28 sendUrl INFO 83 [930] R:OK -2015-03-12 03:19:17 queue INFO >>83 [931] -2015-03-12 03:19:17 sendUrl INFO 83 [931] R:OK -2015-03-12 03:20:07 queue INFO >>83 [932] -2015-03-12 03:20:08 sendUrl INFO 83 [932] R:OK -2015-03-12 03:20:57 queue INFO >>83 [933] -2015-03-12 03:20:58 sendUrl INFO 83 [933] R:OK -2015-03-12 03:21:48 queue INFO >>83 [934] -2015-03-12 03:21:48 sendUrl INFO 83 [934] R:OK -2015-03-12 03:21:52 queue INFO 81 [935] -2015-03-12 03:21:52 queue INFO >81 [936] -2015-03-12 03:21:52 sendUrl INFO 81 [935] R:OK -2015-03-12 03:21:53 sendUrl INFO 81 [936] R:OK -2015-03-12 03:21:58 queue INFO 83 [937] -2015-03-12 03:21:58 queue INFO >83 [938] -2015-03-12 03:21:58 sendUrl INFO 83 [937] R:OK -2015-03-12 03:21:59 sendUrl INFO 83 [938] R:OK -2015-03-12 03:22:48 queue INFO >>83 [939] -2015-03-12 03:22:48 sendUrl INFO 83 [939] R:OK -2015-03-12 03:23:38 queue INFO >>83 [940] -2015-03-12 03:23:39 sendUrl INFO 83 [940] R:OK -2015-03-12 03:24:28 queue INFO >>83 [941] -2015-03-12 03:24:29 sendUrl INFO 83 [941] R:OK -2015-03-12 03:25:18 queue INFO >>83 [942] -2015-03-12 03:25:19 sendUrl INFO 83 [942] R:OK -2015-03-12 03:26:09 queue INFO >>83 [943] -2015-03-12 03:26:09 sendUrl INFO 83 [943] R:OK -2015-03-12 03:26:10 queue INFO 87 [944] -2015-03-12 03:26:10 queue INFO >87 [945] -2015-03-12 03:26:11 sendUrl INFO 87 [944] R:OK -2015-03-12 03:26:11 sendUrl INFO 87 [945] R:OK -2015-03-12 03:26:12 queue INFO 83 [946] -2015-03-12 03:26:12 queue INFO >83 [947] -2015-03-12 03:26:12 sendUrl INFO 83 [946] R:OK -2015-03-12 03:26:13 sendUrl INFO 83 [947] R:OK -2015-03-12 03:27:02 queue INFO >>83 [948] -2015-03-12 03:27:02 sendUrl INFO 83 [948] R:OK -2015-03-12 03:27:52 queue INFO >>83 [949] -2015-03-12 03:27:53 sendUrl INFO 83 [949] R:OK -2015-03-12 03:28:42 queue INFO >>83 [950] -2015-03-12 03:28:43 sendUrl INFO 83 [950] R:OK -2015-03-12 03:29:32 queue INFO >>83 [951] -2015-03-12 03:29:33 sendUrl INFO 83 [951] R:OK -2015-03-12 03:29:37 queue INFO 81 [952] -2015-03-12 03:29:37 queue INFO >81 [953] -2015-03-12 03:29:37 sendUrl INFO 81 [952] R:OK -2015-03-12 03:29:38 sendUrl INFO 81 [953] R:OK -2015-03-12 03:29:43 queue INFO 83 [954] -2015-03-12 03:29:43 queue INFO >83 [955] -2015-03-12 03:29:43 sendUrl INFO 83 [954] R:OK -2015-03-12 03:29:44 sendUrl INFO 83 [955] R:OK -2015-03-12 03:30:33 queue INFO >>83 [956] -2015-03-12 03:30:33 sendUrl INFO 83 [956] R:OK -2015-03-12 03:31:23 queue INFO >>83 [957] -2015-03-12 03:31:24 sendUrl INFO 83 [957] R:OK -2015-03-12 03:32:13 queue INFO >>83 [958] -2015-03-12 03:32:14 sendUrl INFO 83 [958] R:OK -2015-03-12 03:33:04 queue INFO >>83 [959] -2015-03-12 03:33:04 sendUrl INFO 83 [959] R:OK -2015-03-12 03:33:54 queue INFO >>83 [960] -2015-03-12 03:33:54 sendUrl INFO 83 [960] R:OK -2015-03-12 03:33:55 queue INFO 87 [961] -2015-03-12 03:33:55 queue INFO >87 [962] -2015-03-12 03:33:56 sendUrl INFO 87 [961] R:OK -2015-03-12 03:33:56 sendUrl INFO 87 [962] R:OK -2015-03-12 03:33:57 queue INFO 83 [963] -2015-03-12 03:33:57 queue INFO >83 [964] -2015-03-12 03:33:57 sendUrl INFO 83 [963] R:OK -2015-03-12 03:33:58 sendUrl INFO 83 [964] R:OK -2015-03-12 03:34:47 queue INFO >>83 [965] -2015-03-12 03:34:47 sendUrl INFO 83 [965] R:OK -2015-03-12 03:35:37 queue INFO >>83 [966] -2015-03-12 03:35:37 sendUrl INFO 83 [966] R:OK -2015-03-12 03:36:27 queue INFO >>83 [967] -2015-03-12 03:36:28 sendUrl INFO 83 [967] R:OK -2015-03-12 03:37:17 queue INFO >>83 [968] -2015-03-12 03:37:18 sendUrl INFO 83 [968] R:OK -2015-03-12 03:37:22 queue INFO 81 [969] -2015-03-12 03:37:22 queue INFO >81 [970] -2015-03-12 03:37:22 sendUrl INFO 81 [969] R:OK -2015-03-12 03:37:23 sendUrl INFO 81 [970] R:OK -2015-03-12 03:37:28 queue INFO 83 [971] -2015-03-12 03:37:28 queue INFO >83 [972] -2015-03-12 03:37:28 sendUrl INFO 83 [971] R:OK -2015-03-12 03:37:29 sendUrl INFO 83 [972] R:OK -2015-03-12 03:38:18 queue INFO >>83 [973] -2015-03-12 03:38:18 sendUrl INFO 83 [973] R:OK -2015-03-12 03:39:08 queue INFO >>83 [974] -2015-03-12 03:39:08 sendUrl INFO 83 [974] R:OK -2015-03-12 03:39:58 queue INFO >>83 [975] -2015-03-12 03:39:58 sendUrl INFO 83 [975] R:OK -2015-03-12 03:40:48 queue INFO >>83 [976] -2015-03-12 03:40:48 sendUrl INFO 83 [976] R:OK -2015-03-12 03:41:38 queue INFO >>83 [977] -2015-03-12 03:41:39 sendUrl INFO 83 [977] R:OK -2015-03-12 03:41:40 queue INFO C7 [978] -2015-03-12 03:41:41 queue INFO >C7 [979] -2015-03-12 03:41:41 sendUrl INFO C7 [978] R:OK -2015-03-12 03:41:41 sendUrl INFO C7 [979] R:OK -2015-03-12 03:41:42 queue INFO C3 [980] -2015-03-12 03:41:42 queue INFO >C3 [981] -2015-03-12 03:41:42 sendUrl INFO C3 [980] R:OK -2015-03-12 03:41:43 sendUrl INFO C3 [981] R:OK -2015-03-12 03:42:32 queue INFO >>C3 [982] -2015-03-12 03:42:32 sendUrl INFO C3 [982] R:OK -2015-03-12 03:43:22 queue INFO >>C3 [983] -2015-03-12 03:43:22 sendUrl INFO C3 [983] R:OK -2015-03-12 03:44:12 queue INFO >>C3 [984] -2015-03-12 03:44:13 sendUrl INFO C3 [984] R:OK -2015-03-12 03:45:02 queue INFO >>C3 [985] -2015-03-12 03:45:02 sendUrl INFO C3 [985] R:OK -2015-03-12 03:45:07 queue INFO C1 [986] -2015-03-12 03:45:07 sendUrl INFO C1 [986] R:OK -2015-03-12 03:45:07 queue INFO >C1 [987] -2015-03-12 03:45:08 sendUrl INFO C1 [987] R:OK -2015-03-12 03:45:13 queue INFO C3 [988] -2015-03-12 03:45:13 queue INFO >C3 [989] -2015-03-12 03:45:13 sendUrl INFO C3 [988] R:OK -2015-03-12 03:45:14 sendUrl INFO C3 [989] R:OK -2015-03-12 03:46:03 queue INFO >>C3 [990] -2015-03-12 03:46:03 sendUrl INFO C3 [990] R:OK -2015-03-12 03:46:53 queue INFO >>C3 [991] -2015-03-12 03:46:53 sendUrl INFO C3 [991] R:OK -2015-03-12 03:47:43 queue INFO >>C3 [992] -2015-03-12 03:47:44 sendUrl INFO C3 [992] R:OK -2015-03-12 03:48:33 queue INFO >>C3 [993] -2015-03-12 03:48:34 sendUrl INFO C3 [993] R:OK -2015-03-12 03:49:24 queue INFO >>C3 [994] -2015-03-12 03:49:24 sendUrl INFO C3 [994] R:OK -2015-03-12 03:49:26 queue INFO 83 [995] -2015-03-12 03:49:26 queue INFO 87 [996] -2015-03-12 03:49:26 queue INFO >87 [997] -2015-03-12 03:49:26 sendUrl INFO 83 [995] R:OK -2015-03-12 03:49:27 sendUrl INFO 87 [996] R:OK -2015-03-12 03:49:27 sendUrl INFO 87 [997] R:OK -2015-03-12 03:49:28 queue INFO 83 [998] -2015-03-12 03:49:28 queue INFO >83 [999] -2015-03-12 03:49:28 sendUrl INFO 83 [998] R:OK -2015-03-12 03:49:28 sendUrl INFO 83 [999] R:OK -2015-03-12 03:50:18 queue INFO >>83 [0] -2015-03-12 03:50:18 sendUrl INFO 83 [0] R:OK -2015-03-12 03:51:08 queue INFO >>83 [1] -2015-03-12 03:51:08 sendUrl INFO 83 [1] R:OK -2015-03-12 03:51:58 queue INFO >>83 [2] -2015-03-12 03:51:58 sendUrl INFO 83 [2] R:OK -2015-03-12 03:52:48 queue INFO >>83 [3] -2015-03-12 03:52:49 sendUrl INFO 83 [3] R:OK -2015-03-12 03:52:53 queue INFO 81 [4] -2015-03-12 03:52:53 queue INFO >81 [5] -2015-03-12 03:52:53 sendUrl INFO 81 [4] R:OK -2015-03-12 03:52:54 sendUrl INFO 81 [5] R:OK -2015-03-12 03:52:59 queue INFO 83 [6] -2015-03-12 03:52:59 queue INFO >83 [7] -2015-03-12 03:52:59 sendUrl INFO 83 [6] R:OK -2015-03-12 03:53:00 sendUrl INFO 83 [7] R:OK -2015-03-12 03:53:23 queue INFO 81 [8] -2015-03-12 03:53:23 sendUrl INFO 81 [8] R:OK -2015-03-12 03:53:23 queue INFO >81 [9] -2015-03-12 03:53:23 sendUrl INFO 81 [9] R:OK -2015-03-12 03:54:13 queue INFO >>81 [10] -2015-03-12 03:54:13 sendUrl INFO 81 [10] R:OK -2015-03-12 03:55:03 queue INFO >>81 [11] -2015-03-12 03:55:03 sendUrl INFO 81 [11] R:OK -2015-03-12 03:55:53 queue INFO >>81 [12] -2015-03-12 03:55:53 sendUrl INFO 81 [12] R:OK -2015-03-12 03:56:43 queue INFO >>81 [13] -2015-03-12 03:56:44 sendUrl INFO 81 [13] R:OK -2015-03-12 03:57:33 queue INFO >>81 [14] -2015-03-12 03:57:34 sendUrl INFO 81 [14] R:OK -2015-03-12 03:58:24 queue INFO >>81 [15] -2015-03-12 03:58:24 sendUrl INFO 81 [15] R:OK -2015-03-12 03:58:43 queue INFO 91 [16] -2015-03-12 03:58:43 queue INFO >91 [17] -2015-03-12 03:58:43 sendUrl INFO 91 [16] R:OK -2015-03-12 03:58:44 sendUrl INFO 91 [17] R:OK -2015-03-12 03:59:33 queue INFO >>91 [18] -2015-03-12 03:59:33 sendUrl INFO 91 [18] R:OK -2015-03-12 04:00:23 queue INFO >>91 [19] -2015-03-12 04:00:24 sendUrl INFO 91 [19] R:OK -2015-03-12 04:01:13 queue INFO >>91 [20] -2015-03-12 04:01:14 sendUrl INFO 91 [20] R:OK -2015-03-12 04:02:03 queue INFO >>91 [21] -2015-03-12 04:02:04 sendUrl INFO 91 [21] R:OK -2015-03-12 04:02:54 queue INFO >>91 [22] -2015-03-12 04:02:54 sendUrl INFO 91 [22] R:OK -2015-03-12 04:03:44 queue INFO >>91 [23] -2015-03-12 04:03:44 sendUrl INFO 91 [23] R:OK -2015-03-12 04:04:34 queue INFO >>91 [24] -2015-03-12 04:04:34 sendUrl INFO 91 [24] R:OK -2015-03-12 04:05:24 queue INFO 81 [25] -2015-03-12 04:05:24 queue INFO >81 [26] -2015-03-12 04:05:25 sendUrl INFO 81 [25] R:OK -2015-03-12 04:05:25 sendUrl INFO 81 [26] R:OK -2015-03-12 04:05:33 queue INFO 83 [27] -2015-03-12 04:05:33 sendUrl INFO 83 [27] R:OK -2015-03-12 04:05:33 queue INFO >83 [28] -2015-03-12 04:05:34 sendUrl INFO 83 [28] R:OK -2015-03-12 04:05:56 queue INFO 87 [29] -2015-03-12 04:05:56 queue INFO >87 [30] -2015-03-12 04:05:56 sendUrl INFO 87 [29] R:OK -2015-03-12 04:05:57 sendUrl INFO 87 [30] R:OK -2015-03-12 04:05:57 queue INFO 83 [31] -2015-03-12 04:05:58 queue INFO >83 [32] -2015-03-12 04:05:58 sendUrl INFO 83 [31] R:OK -2015-03-12 04:05:58 sendUrl INFO 83 [32] R:OK -2015-03-12 04:06:47 queue INFO >>83 [33] -2015-03-12 04:06:48 sendUrl INFO 83 [33] R:OK -2015-03-12 04:07:38 queue INFO >>83 [34] -2015-03-12 04:07:38 sendUrl INFO 83 [34] R:OK -2015-03-12 04:08:28 queue INFO >>83 [35] -2015-03-12 04:08:28 sendUrl INFO 83 [35] R:OK -2015-03-12 04:09:18 queue INFO >>83 [36] -2015-03-12 04:09:19 sendUrl INFO 83 [36] R:OK -2015-03-12 04:09:22 queue INFO 81 [37] -2015-03-12 04:09:22 queue INFO >81 [38] -2015-03-12 04:09:22 sendUrl INFO 81 [37] R:OK -2015-03-12 04:09:23 sendUrl INFO 81 [38] R:OK -2015-03-12 04:09:28 queue INFO 83 [39] -2015-03-12 04:09:29 queue INFO >83 [40] -2015-03-12 04:09:29 sendUrl INFO 83 [39] R:OK -2015-03-12 04:09:29 sendUrl INFO 83 [40] R:OK -2015-03-12 04:10:19 queue INFO >>83 [41] -2015-03-12 04:10:19 sendUrl INFO 83 [41] R:OK -2015-03-12 04:11:09 queue INFO >>83 [42] -2015-03-12 04:11:09 sendUrl INFO 83 [42] R:OK -2015-03-12 04:11:59 queue INFO >>83 [43] -2015-03-12 04:11:59 sendUrl INFO 83 [43] R:OK -2015-03-12 04:12:49 queue INFO >>83 [44] -2015-03-12 04:12:49 sendUrl INFO 83 [44] R:OK -2015-03-12 04:13:39 queue INFO >>83 [45] -2015-03-12 04:13:40 sendUrl INFO 83 [45] R:OK -2015-03-12 04:13:41 queue INFO 87 [46] -2015-03-12 04:13:41 queue INFO >87 [47] -2015-03-12 04:13:42 sendUrl INFO 87 [46] R:OK -2015-03-12 04:13:42 sendUrl INFO 87 [47] R:OK -2015-03-12 04:13:43 queue INFO 83 [48] -2015-03-12 04:13:43 queue INFO >83 [49] -2015-03-12 04:13:43 sendUrl INFO 83 [48] R:OK -2015-03-12 04:13:44 sendUrl INFO 83 [49] R:OK -2015-03-12 04:14:33 queue INFO >>83 [50] -2015-03-12 04:14:33 sendUrl INFO 83 [50] R:OK -2015-03-12 04:15:23 queue INFO >>83 [51] -2015-03-12 04:15:23 sendUrl INFO 83 [51] R:OK -2015-03-12 04:16:13 queue INFO >>83 [52] -2015-03-12 04:16:14 sendUrl INFO 83 [52] R:OK -2015-03-12 04:17:03 queue INFO >>83 [53] -2015-03-12 04:17:04 sendUrl INFO 83 [53] R:OK -2015-03-12 04:17:08 queue INFO 81 [54] -2015-03-12 04:17:08 queue INFO >81 [55] -2015-03-12 04:17:08 sendUrl INFO 81 [54] R:OK -2015-03-12 04:17:09 sendUrl INFO 81 [55] R:OK -2015-03-12 04:17:14 queue INFO 83 [56] -2015-03-12 04:17:14 queue INFO >83 [57] -2015-03-12 04:17:14 sendUrl INFO 83 [56] R:OK -2015-03-12 04:17:15 sendUrl INFO 83 [57] R:OK -2015-03-12 04:18:04 queue INFO >>83 [58] -2015-03-12 04:18:04 sendUrl INFO 83 [58] R:OK -2015-03-12 04:18:54 queue INFO >>83 [59] -2015-03-12 04:18:54 sendUrl INFO 83 [59] R:OK -2015-03-12 04:19:44 queue INFO >>83 [60] -2015-03-12 04:19:45 sendUrl INFO 83 [60] R:OK -2015-03-12 04:20:34 queue INFO >>83 [61] -2015-03-12 04:20:34 sendUrl INFO 83 [61] R:OK -2015-03-12 04:21:24 queue INFO >>83 [62] -2015-03-12 04:21:25 sendUrl INFO 83 [62] R:OK -2015-03-12 04:21:26 queue INFO 87 [63] -2015-03-12 04:21:26 queue INFO >87 [64] -2015-03-12 04:21:26 sendUrl INFO 87 [63] R:OK -2015-03-12 04:21:27 sendUrl INFO 87 [64] R:OK -2015-03-12 04:21:28 queue INFO 83 [65] -2015-03-12 04:21:28 queue INFO >83 [66] -2015-03-12 04:21:28 sendUrl INFO 83 [65] R:OK -2015-03-12 04:21:28 sendUrl INFO 83 [66] R:OK -2015-03-12 04:22:18 queue INFO >>83 [67] -2015-03-12 04:22:18 sendUrl INFO 83 [67] R:OK -2015-03-12 04:23:08 queue INFO >>83 [68] -2015-03-12 04:23:08 sendUrl INFO 83 [68] R:OK -2015-03-12 04:23:58 queue INFO >>83 [69] -2015-03-12 04:23:58 sendUrl INFO 83 [69] R:OK -2015-03-12 04:24:48 queue INFO >>83 [70] -2015-03-12 04:24:49 sendUrl INFO 83 [70] R:OK -2015-03-12 04:24:52 queue INFO 81 [71] -2015-03-12 04:24:52 queue INFO >81 [72] -2015-03-12 04:24:52 sendUrl INFO 81 [71] R:OK -2015-03-12 04:24:53 sendUrl INFO 81 [72] R:OK -2015-03-12 04:24:58 queue INFO 83 [73] -2015-03-12 04:24:59 queue INFO >83 [74] -2015-03-12 04:24:59 sendUrl INFO 83 [73] R:OK -2015-03-12 04:24:59 sendUrl INFO 83 [74] R:OK -2015-03-12 04:25:49 queue INFO >>83 [75] -2015-03-12 04:25:49 sendUrl INFO 83 [75] R:OK -2015-03-12 04:26:39 queue INFO >>83 [76] -2015-03-12 04:26:39 sendUrl INFO 83 [76] R:OK -2015-03-12 04:27:29 queue INFO >>83 [77] -2015-03-12 04:27:29 sendUrl INFO 83 [77] R:OK -2015-03-12 04:28:19 queue INFO >>83 [78] -2015-03-12 04:28:20 sendUrl INFO 83 [78] R:OK -2015-03-12 04:29:09 queue INFO >>83 [79] -2015-03-12 04:29:09 sendUrl INFO 83 [79] R:OK -2015-03-12 04:29:11 queue INFO 87 [80] -2015-03-12 04:29:11 queue INFO >87 [81] -2015-03-12 04:29:11 sendUrl INFO 87 [80] R:OK -2015-03-12 04:29:12 sendUrl INFO 87 [81] R:OK -2015-03-12 04:29:12 queue INFO 83 [82] -2015-03-12 04:29:13 queue INFO >83 [83] -2015-03-12 04:29:13 sendUrl INFO 83 [82] R:OK -2015-03-12 04:29:13 sendUrl INFO 83 [83] R:OK -2015-03-12 04:30:03 queue INFO >>83 [84] -2015-03-12 04:30:03 sendUrl INFO 83 [84] R:OK -2015-03-12 04:30:53 queue INFO >>83 [85] -2015-03-12 04:30:53 sendUrl INFO 83 [85] R:OK -2015-03-12 04:31:43 queue INFO >>83 [86] -2015-03-12 04:31:43 sendUrl INFO 83 [86] R:OK -2015-03-12 04:32:33 queue INFO >>83 [87] -2015-03-12 04:32:33 sendUrl INFO 83 [87] R:OK -2015-03-12 04:32:37 queue INFO 81 [88] -2015-03-12 04:32:37 queue INFO >81 [89] -2015-03-12 04:32:37 sendUrl INFO 81 [88] R:OK -2015-03-12 04:32:38 sendUrl INFO 81 [89] R:OK -2015-03-12 04:32:43 queue INFO 83 [90] -2015-03-12 04:32:44 queue INFO >83 [91] -2015-03-12 04:32:44 sendUrl INFO 83 [90] R:OK -2015-03-12 04:32:44 sendUrl INFO 83 [91] R:OK -2015-03-12 04:33:34 queue INFO >>83 [92] -2015-03-12 04:33:34 sendUrl INFO 83 [92] R:OK -2015-03-12 04:34:24 queue INFO >>83 [93] -2015-03-12 04:34:24 sendUrl INFO 83 [93] R:OK -2015-03-12 04:35:14 queue INFO >>83 [94] -2015-03-12 04:35:14 sendUrl INFO 83 [94] R:OK -2015-03-12 04:36:04 queue INFO >>83 [95] -2015-03-12 04:36:05 sendUrl INFO 83 [95] R:OK -2015-03-12 04:36:54 queue INFO >>83 [96] -2015-03-12 04:36:54 sendUrl INFO 83 [96] R:OK -2015-03-12 04:36:56 queue INFO C7 [97] -2015-03-12 04:36:56 queue INFO >C7 [98] -2015-03-12 04:36:56 sendUrl INFO C7 [97] R:OK -2015-03-12 04:36:57 sendUrl INFO C7 [98] R:OK -2015-03-12 04:36:57 queue INFO C3 [99] -2015-03-12 04:36:58 queue INFO >C3 [100] -2015-03-12 04:36:58 sendUrl INFO C3 [99] R:OK -2015-03-12 04:36:58 sendUrl INFO C3 [100] R:OK -2015-03-12 04:37:48 queue INFO >>C3 [101] -2015-03-12 04:37:48 sendUrl INFO C3 [101] R:OK -2015-03-12 04:38:38 queue INFO >>C3 [102] -2015-03-12 04:38:38 sendUrl INFO C3 [102] R:OK -2015-03-12 04:39:28 queue INFO >>C3 [103] -2015-03-12 04:39:28 sendUrl INFO C3 [103] R:OK -2015-03-12 04:40:18 queue INFO >>C3 [104] -2015-03-12 04:40:18 sendUrl INFO C3 [104] R:OK -2015-03-12 04:40:22 queue INFO C1 [105] -2015-03-12 04:40:22 queue INFO >C1 [106] -2015-03-12 04:40:22 sendUrl INFO C1 [105] R:OK -2015-03-12 04:40:23 sendUrl INFO C1 [106] R:OK -2015-03-12 04:40:28 queue INFO C3 [107] -2015-03-12 04:40:29 queue INFO >C3 [108] -2015-03-12 04:40:29 sendUrl INFO C3 [107] R:OK -2015-03-12 04:40:29 sendUrl INFO C3 [108] R:OK -2015-03-12 04:41:19 queue INFO >>C3 [109] -2015-03-12 04:41:19 sendUrl INFO C3 [109] R:OK -2015-03-12 04:42:09 queue INFO >>C3 [110] -2015-03-12 04:42:09 sendUrl INFO C3 [110] R:OK -2015-03-12 04:42:59 queue INFO >>C3 [111] -2015-03-12 04:42:59 sendUrl INFO C3 [111] R:OK -2015-03-12 04:43:49 queue INFO >>C3 [112] -2015-03-12 04:43:50 sendUrl INFO C3 [112] R:OK -2015-03-12 04:44:39 queue INFO >>C3 [113] -2015-03-12 04:44:39 sendUrl INFO C3 [113] R:OK -2015-03-12 04:44:59 queue INFO 83 [114] -2015-03-12 04:44:59 sendUrl INFO 83 [114] R:OK -2015-03-12 04:44:59 queue INFO 87 [115] -2015-03-12 04:44:59 queue INFO >87 [116] -2015-03-12 04:45:00 sendUrl INFO 87 [115] R:OK -2015-03-12 04:45:00 sendUrl INFO 87 [116] R:OK -2015-03-12 04:45:01 queue INFO 83 [117] -2015-03-12 04:45:01 queue INFO >83 [118] -2015-03-12 04:45:01 sendUrl INFO 83 [117] R:OK -2015-03-12 04:45:02 sendUrl INFO 83 [118] R:OK -2015-03-12 04:45:51 queue INFO >>83 [119] -2015-03-12 04:45:51 sendUrl INFO 83 [119] R:OK -2015-03-12 04:46:41 queue INFO >>83 [120] -2015-03-12 04:46:41 sendUrl INFO 83 [120] R:OK -2015-03-12 04:47:31 queue INFO >>83 [121] -2015-03-12 04:47:32 sendUrl INFO 83 [121] R:OK -2015-03-12 04:48:21 queue INFO >>83 [122] -2015-03-12 04:48:21 sendUrl INFO 83 [122] R:OK -2015-03-12 04:48:26 queue INFO 81 [123] -2015-03-12 04:48:26 queue INFO >81 [124] -2015-03-12 04:48:26 sendUrl INFO 81 [123] R:OK -2015-03-12 04:48:26 sendUrl INFO 81 [124] R:OK -2015-03-12 04:48:32 queue INFO 83 [125] -2015-03-12 04:48:32 queue INFO >83 [126] -2015-03-12 04:48:33 sendUrl INFO 83 [125] R:OK -2015-03-12 04:48:33 sendUrl INFO 83 [126] R:OK -2015-03-12 04:49:22 queue INFO >>83 [127] -2015-03-12 04:49:22 sendUrl INFO 83 [127] R:OK -2015-03-12 04:50:12 queue INFO >>83 [128] -2015-03-12 04:50:13 sendUrl INFO 83 [128] R:OK -2015-03-12 04:51:02 queue INFO >>83 [129] -2015-03-12 04:51:03 sendUrl INFO 83 [129] R:OK -2015-03-12 04:51:53 queue INFO >>83 [130] -2015-03-12 04:51:53 sendUrl INFO 83 [130] R:OK -2015-03-12 04:52:43 queue INFO >>83 [131] -2015-03-12 04:52:43 sendUrl INFO 83 [131] R:OK -2015-03-12 04:52:45 queue INFO 87 [132] -2015-03-12 04:52:45 queue INFO >87 [133] -2015-03-12 04:52:45 sendUrl INFO 87 [132] R:OK -2015-03-12 04:52:46 sendUrl INFO 87 [133] R:OK -2015-03-12 04:52:46 queue INFO 83 [134] -2015-03-12 04:52:47 queue INFO >83 [135] -2015-03-12 04:52:47 sendUrl INFO 83 [134] R:OK -2015-03-12 04:52:47 sendUrl INFO 83 [135] R:OK -2015-03-12 04:53:37 queue INFO >>83 [136] -2015-03-12 04:53:37 sendUrl INFO 83 [136] R:OK -2015-03-12 04:54:27 queue INFO >>83 [137] -2015-03-12 04:54:27 sendUrl INFO 83 [137] R:OK -2015-03-12 04:55:17 queue INFO >>83 [138] -2015-03-12 04:55:17 sendUrl INFO 83 [138] R:OK -2015-03-12 04:56:07 queue INFO >>83 [139] -2015-03-12 04:56:07 sendUrl INFO 83 [139] R:OK -2015-03-12 04:56:11 queue INFO 81 [140] -2015-03-12 04:56:11 queue INFO >81 [141] -2015-03-12 04:56:11 sendUrl INFO 81 [140] R:OK -2015-03-12 04:56:12 sendUrl INFO 81 [141] R:OK -2015-03-12 04:56:17 queue INFO 83 [142] -2015-03-12 04:56:17 queue INFO >83 [143] -2015-03-12 04:56:18 sendUrl INFO 83 [142] R:OK -2015-03-12 04:56:18 sendUrl INFO 83 [143] R:OK -2015-03-12 04:57:07 queue INFO >>83 [144] -2015-03-12 04:57:08 sendUrl INFO 83 [144] R:OK -2015-03-12 04:57:58 queue INFO >>83 [145] -2015-03-12 04:57:58 sendUrl INFO 83 [145] R:OK -2015-03-12 04:58:48 queue INFO >>83 [146] -2015-03-12 04:58:48 sendUrl INFO 83 [146] R:OK -2015-03-12 04:59:38 queue INFO >>83 [147] -2015-03-12 04:59:38 sendUrl INFO 83 [147] R:OK -2015-03-12 05:00:28 queue INFO >>83 [148] -2015-03-12 05:00:28 sendUrl INFO 83 [148] R:OK -2015-03-12 05:00:30 queue INFO 87 [149] -2015-03-12 05:00:30 sendUrl INFO 87 [149] R:OK -2015-03-12 05:00:30 queue INFO >87 [150] -2015-03-12 05:00:31 sendUrl INFO 87 [150] R:OK -2015-03-12 05:00:32 queue INFO 83 [151] -2015-03-12 05:00:32 queue INFO >83 [152] -2015-03-12 05:00:32 sendUrl INFO 83 [151] R:OK -2015-03-12 05:00:33 sendUrl INFO 83 [152] R:OK -2015-03-12 05:01:22 queue INFO >>83 [153] -2015-03-12 05:01:22 sendUrl INFO 83 [153] R:OK -2015-03-12 05:02:12 queue INFO >>83 [154] -2015-03-12 05:02:12 sendUrl INFO 83 [154] R:OK -2015-03-12 05:03:02 queue INFO >>83 [155] -2015-03-12 05:03:02 sendUrl INFO 83 [155] R:OK -2015-03-12 05:03:52 queue INFO >>83 [156] -2015-03-12 05:03:53 sendUrl INFO 83 [156] R:OK -2015-03-12 05:03:56 queue INFO 81 [157] -2015-03-12 05:03:56 queue INFO >81 [158] -2015-03-12 05:03:56 sendUrl INFO 81 [157] R:OK -2015-03-12 05:03:57 sendUrl INFO 81 [158] R:OK -2015-03-12 05:04:02 queue INFO 83 [159] -2015-03-12 05:04:03 sendUrl INFO 83 [159] R:OK -2015-03-12 05:04:03 queue INFO >83 [160] -2015-03-12 05:04:03 sendUrl INFO 83 [160] R:OK -2015-03-12 05:04:53 queue INFO >>83 [161] -2015-03-12 05:04:53 sendUrl INFO 83 [161] R:OK -2015-03-12 05:05:43 queue INFO >>83 [162] -2015-03-12 05:05:43 sendUrl INFO 83 [162] R:OK -2015-03-12 05:06:33 queue INFO >>83 [163] -2015-03-12 05:06:33 sendUrl INFO 83 [163] R:OK -2015-03-12 05:07:23 queue INFO >>83 [164] -2015-03-12 05:07:23 sendUrl INFO 83 [164] R:OK -2015-03-12 05:08:13 queue INFO >>83 [165] -2015-03-12 05:08:13 sendUrl INFO 83 [165] R:OK -2015-03-12 05:08:15 queue INFO 87 [166] -2015-03-12 05:08:15 queue INFO >87 [167] -2015-03-12 05:08:15 sendUrl INFO 87 [166] R:OK -2015-03-12 05:08:16 sendUrl INFO 87 [167] R:OK -2015-03-12 05:08:17 queue INFO 83 [168] -2015-03-12 05:08:17 queue INFO >83 [169] -2015-03-12 05:08:17 sendUrl INFO 83 [168] R:OK -2015-03-12 05:08:17 sendUrl INFO 83 [169] R:OK -2015-03-12 05:09:07 queue INFO >>83 [170] -2015-03-12 05:09:07 sendUrl INFO 83 [170] R:OK -2015-03-12 05:09:57 queue INFO >>83 [171] -2015-03-12 05:09:57 sendUrl INFO 83 [171] R:OK -2015-03-12 05:10:47 queue INFO >>83 [172] -2015-03-12 05:10:47 sendUrl INFO 83 [172] R:OK -2015-03-12 05:11:37 queue INFO >>83 [173] -2015-03-12 05:11:38 sendUrl INFO 83 [173] R:OK -2015-03-12 05:11:41 queue INFO 81 [174] -2015-03-12 05:11:41 queue INFO >81 [175] -2015-03-12 05:11:41 sendUrl INFO 81 [174] R:OK -2015-03-12 05:11:42 sendUrl INFO 81 [175] R:OK -2015-03-12 05:11:47 queue INFO 83 [176] -2015-03-12 05:11:48 queue INFO >83 [177] -2015-03-12 05:11:48 sendUrl INFO 83 [176] R:OK -2015-03-12 05:11:48 sendUrl INFO 83 [177] R:OK -2015-03-12 05:12:38 queue INFO >>83 [178] -2015-03-12 05:12:38 sendUrl INFO 83 [178] R:OK -2015-03-12 05:13:28 queue INFO >>83 [179] -2015-03-12 05:13:28 sendUrl INFO 83 [179] R:OK -2015-03-12 05:14:18 queue INFO >>83 [180] -2015-03-12 05:14:18 sendUrl INFO 83 [180] R:OK -2015-03-12 05:15:08 queue INFO >>83 [181] -2015-03-12 05:15:08 sendUrl INFO 83 [181] R:OK -2015-03-12 05:15:58 queue INFO >>83 [182] -2015-03-12 05:15:58 sendUrl INFO 83 [182] R:OK -2015-03-12 05:16:00 queue INFO 87 [183] -2015-03-12 05:16:00 queue INFO >87 [184] -2015-03-12 05:16:00 sendUrl INFO 87 [183] R:OK -2015-03-12 05:16:01 sendUrl INFO 87 [184] R:OK -2015-03-12 05:16:01 queue INFO 83 [185] -2015-03-12 05:16:02 queue INFO >83 [186] -2015-03-12 05:16:02 sendUrl INFO 83 [185] R:OK -2015-03-12 05:16:02 sendUrl INFO 83 [186] R:OK -2015-03-12 05:16:52 queue INFO >>83 [187] -2015-03-12 05:16:52 sendUrl INFO 83 [187] R:OK -2015-03-12 05:17:42 queue INFO >>83 [188] -2015-03-12 05:17:42 sendUrl INFO 83 [188] R:OK -2015-03-12 05:18:32 queue INFO >>83 [189] -2015-03-12 05:18:32 sendUrl INFO 83 [189] R:OK -2015-03-12 05:19:22 queue INFO >>83 [190] -2015-03-12 05:19:22 sendUrl INFO 83 [190] R:OK -2015-03-12 05:19:26 queue INFO 81 [191] -2015-03-12 05:19:26 queue INFO >81 [192] -2015-03-12 05:19:26 sendUrl INFO 81 [191] R:OK -2015-03-12 05:19:27 sendUrl INFO 81 [192] R:OK -2015-03-12 05:19:32 queue INFO 83 [193] -2015-03-12 05:19:33 queue INFO >83 [194] -2015-03-12 05:19:33 sendUrl INFO 83 [193] R:OK -2015-03-12 05:19:33 sendUrl INFO 83 [194] R:OK -2015-03-12 05:20:23 queue INFO >>83 [195] -2015-03-12 05:20:23 sendUrl INFO 83 [195] R:OK -2015-03-12 05:21:13 queue INFO >>83 [196] -2015-03-12 05:21:13 sendUrl INFO 83 [196] R:OK -2015-03-12 05:22:03 queue INFO >>83 [197] -2015-03-12 05:22:03 sendUrl INFO 83 [197] R:OK -2015-03-12 05:22:53 queue INFO >>83 [198] -2015-03-12 05:22:54 sendUrl INFO 83 [198] R:OK -2015-03-12 05:23:43 queue INFO >>83 [199] -2015-03-12 05:23:43 sendUrl INFO 83 [199] R:OK -2015-03-12 05:23:45 queue INFO C7 [200] -2015-03-12 05:23:45 queue INFO >C7 [201] -2015-03-12 05:23:45 sendUrl INFO C7 [200] R:OK -2015-03-12 05:23:46 sendUrl INFO C7 [201] R:OK -2015-03-12 05:23:46 queue INFO C3 [202] -2015-03-12 05:23:47 queue INFO >C3 [203] -2015-03-12 05:23:47 sendUrl INFO C3 [202] R:OK -2015-03-12 05:23:47 sendUrl INFO C3 [203] R:OK -2015-03-12 05:24:37 queue INFO >>C3 [204] -2015-03-12 05:24:37 sendUrl INFO C3 [204] R:OK -2015-03-12 05:25:27 queue INFO >>C3 [205] -2015-03-12 05:25:27 sendUrl INFO C3 [205] R:OK -2015-03-12 05:26:17 queue INFO >>C3 [206] -2015-03-12 05:26:17 sendUrl INFO C3 [206] R:OK -2015-03-12 05:27:07 queue INFO >>C3 [207] -2015-03-12 05:27:07 sendUrl INFO C3 [207] R:OK -2015-03-12 05:27:11 queue INFO C1 [208] -2015-03-12 05:27:11 queue INFO >C1 [209] -2015-03-12 05:27:11 sendUrl INFO C1 [208] R:OK -2015-03-12 05:27:12 sendUrl INFO C1 [209] R:OK -2015-03-12 05:27:17 queue INFO C3 [210] -2015-03-12 05:27:18 queue INFO >C3 [211] -2015-03-12 05:27:18 sendUrl INFO C3 [210] R:OK -2015-03-12 05:27:18 sendUrl INFO C3 [211] R:OK -2015-03-12 05:28:07 queue INFO >>C3 [212] -2015-03-12 05:28:08 sendUrl INFO C3 [212] R:OK -2015-03-12 05:28:58 queue INFO >>C3 [213] -2015-03-12 05:28:58 sendUrl INFO C3 [213] R:OK -2015-03-12 05:29:48 queue INFO >>C3 [214] -2015-03-12 05:29:48 sendUrl INFO C3 [214] R:OK -2015-03-12 05:30:38 queue INFO >>C3 [215] -2015-03-12 05:30:38 sendUrl INFO C3 [215] R:OK -2015-03-12 05:31:28 queue INFO >>C3 [216] -2015-03-12 05:31:28 sendUrl INFO C3 [216] R:OK -2015-03-12 05:31:30 queue INFO 83 [217] -2015-03-12 05:31:30 sendUrl INFO 83 [217] R:OK -2015-03-12 05:31:30 queue INFO 87 [218] -2015-03-12 05:31:31 queue INFO >87 [219] -2015-03-12 05:31:31 sendUrl INFO 87 [218] R:OK -2015-03-12 05:31:31 sendUrl INFO 87 [219] R:OK -2015-03-12 05:31:32 queue INFO 83 [220] -2015-03-12 05:31:32 queue INFO >83 [221] -2015-03-12 05:31:32 sendUrl INFO 83 [220] R:OK -2015-03-12 05:31:33 sendUrl INFO 83 [221] R:OK -2015-03-12 05:32:22 queue INFO >>83 [222] -2015-03-12 05:32:23 sendUrl INFO 83 [222] R:OK -2015-03-12 05:33:12 queue INFO >>83 [223] -2015-03-12 05:33:13 sendUrl INFO 83 [223] R:OK -2015-03-12 05:34:03 queue INFO >>83 [224] -2015-03-12 05:34:03 sendUrl INFO 83 [224] R:OK -2015-03-12 05:34:53 queue INFO >>83 [225] -2015-03-12 05:34:53 sendUrl INFO 83 [225] R:OK -2015-03-12 05:34:57 queue INFO 81 [226] -2015-03-12 05:34:57 queue INFO >81 [227] -2015-03-12 05:34:57 sendUrl INFO 81 [226] R:OK -2015-03-12 05:34:58 sendUrl INFO 81 [227] R:OK -2015-03-12 05:35:03 queue INFO 83 [228] -2015-03-12 05:35:04 queue INFO >83 [229] -2015-03-12 05:35:04 sendUrl INFO 83 [228] R:OK -2015-03-12 05:35:04 sendUrl INFO 83 [229] R:OK -2015-03-12 05:35:53 queue INFO >>83 [230] -2015-03-12 05:35:54 sendUrl INFO 83 [230] R:OK -2015-03-12 05:36:44 queue INFO >>83 [231] -2015-03-12 05:36:44 sendUrl INFO 83 [231] R:OK -2015-03-12 05:37:34 queue INFO >>83 [232] -2015-03-12 05:37:34 sendUrl INFO 83 [232] R:OK -2015-03-12 05:38:24 queue INFO >>83 [233] -2015-03-12 05:38:24 sendUrl INFO 83 [233] R:OK -2015-03-12 05:39:14 queue INFO >>83 [234] -2015-03-12 05:39:14 sendUrl INFO 83 [234] R:OK -2015-03-12 05:39:16 queue INFO 87 [235] -2015-03-12 05:39:16 queue INFO >87 [236] -2015-03-12 05:39:17 sendUrl INFO 87 [235] R:OK -2015-03-12 05:39:17 sendUrl INFO 87 [236] R:OK -2015-03-12 05:39:18 queue INFO 83 [237] -2015-03-12 05:39:18 queue INFO >83 [238] -2015-03-12 05:39:18 sendUrl INFO 83 [237] R:OK -2015-03-12 05:39:19 sendUrl INFO 83 [238] R:OK -2015-03-12 05:40:08 queue INFO >>83 [239] -2015-03-12 05:40:08 sendUrl INFO 83 [239] R:OK -2015-03-12 05:40:58 queue INFO >>83 [240] -2015-03-12 05:40:58 sendUrl INFO 83 [240] R:OK -2015-03-12 05:41:48 queue INFO >>83 [241] -2015-03-12 05:41:48 sendUrl INFO 83 [241] R:OK -2015-03-12 05:42:38 queue INFO >>83 [242] -2015-03-12 05:42:39 sendUrl INFO 83 [242] R:OK -2015-03-12 05:42:43 queue INFO 81 [243] -2015-03-12 05:42:43 sendUrl INFO 81 [243] R:OK -2015-03-12 05:42:43 queue INFO >81 [244] -2015-03-12 05:42:43 sendUrl INFO 81 [244] R:OK -2015-03-12 05:42:49 queue INFO 83 [245] -2015-03-12 05:42:49 sendUrl INFO 83 [245] R:OK -2015-03-12 05:42:49 queue INFO >83 [246] -2015-03-12 05:42:49 sendUrl INFO 83 [246] R:OK -2015-03-12 05:43:39 queue INFO >>83 [247] -2015-03-12 05:43:39 sendUrl INFO 83 [247] R:OK -2015-03-12 05:44:29 queue INFO >>83 [248] -2015-03-12 05:44:30 sendUrl INFO 83 [248] R:OK -2015-03-12 05:45:19 queue INFO >>83 [249] -2015-03-12 05:45:19 sendUrl INFO 83 [249] R:OK -2015-03-12 05:46:09 queue INFO >>83 [250] -2015-03-12 05:46:10 sendUrl INFO 83 [250] R:OK -2015-03-12 05:47:00 queue INFO >>83 [251] -2015-03-12 05:47:00 sendUrl INFO 83 [251] R:OK -2015-03-12 05:47:02 queue INFO 87 [252] -2015-03-12 05:47:02 queue INFO >87 [253] -2015-03-12 05:47:02 sendUrl INFO 87 [252] R:OK -2015-03-12 05:47:03 sendUrl INFO 87 [253] R:OK -2015-03-12 05:47:03 queue INFO 83 [254] -2015-03-12 05:47:03 queue INFO >83 [255] -2015-03-12 05:47:04 sendUrl INFO 83 [254] R:OK -2015-03-12 05:47:04 sendUrl INFO 83 [255] R:OK -2015-03-12 05:47:53 queue INFO >>83 [256] -2015-03-12 05:47:53 sendUrl INFO 83 [256] R:OK -2015-03-12 05:48:43 queue INFO >>83 [257] -2015-03-12 05:48:44 sendUrl INFO 83 [257] R:OK -2015-03-12 05:49:34 queue INFO >>83 [258] -2015-03-12 05:49:34 sendUrl INFO 83 [258] R:OK -2015-03-12 05:50:24 queue INFO >>83 [259] -2015-03-12 05:50:24 sendUrl INFO 83 [259] R:OK -2015-03-12 05:50:28 queue INFO 81 [260] -2015-03-12 05:50:28 queue INFO >81 [261] -2015-03-12 05:50:28 sendUrl INFO 81 [260] R:OK -2015-03-12 05:50:29 sendUrl INFO 81 [261] R:OK -2015-03-12 05:50:34 queue INFO 83 [262] -2015-03-12 05:50:34 queue INFO >83 [263] -2015-03-12 05:50:34 sendUrl INFO 83 [262] R:OK -2015-03-12 05:50:35 sendUrl INFO 83 [263] R:OK -2015-03-12 05:51:24 queue INFO >>83 [264] -2015-03-12 05:51:24 sendUrl INFO 83 [264] R:OK -2015-03-12 05:52:14 queue INFO >>83 [265] -2015-03-12 05:52:15 sendUrl INFO 83 [265] R:OK -2015-03-12 05:53:04 queue INFO >>83 [266] -2015-03-12 05:53:04 sendUrl INFO 83 [266] R:OK -2015-03-12 05:53:54 queue INFO >>83 [267] -2015-03-12 05:53:55 sendUrl INFO 83 [267] R:OK -2015-03-12 05:54:45 queue INFO >>83 [268] -2015-03-12 05:54:45 sendUrl INFO 83 [268] R:OK -2015-03-12 05:54:46 queue INFO 87 [269] -2015-03-12 05:54:47 queue INFO >87 [270] -2015-03-12 05:54:47 sendUrl INFO 87 [269] R:OK -2015-03-12 05:54:47 sendUrl INFO 87 [270] R:OK -2015-03-12 05:54:48 queue INFO 83 [271] -2015-03-12 05:54:48 sendUrl INFO 83 [271] R:OK -2015-03-12 05:54:48 queue INFO >83 [272] -2015-03-12 05:54:49 sendUrl INFO 83 [272] R:OK -2015-03-12 05:55:38 queue INFO >>83 [273] -2015-03-12 05:55:38 sendUrl INFO 83 [273] R:OK -2015-03-12 05:56:28 queue INFO >>83 [274] -2015-03-12 05:56:29 sendUrl INFO 83 [274] R:OK -2015-03-12 05:57:18 queue INFO >>83 [275] -2015-03-12 05:57:19 sendUrl INFO 83 [275] R:OK -2015-03-12 05:58:09 queue INFO >>83 [276] -2015-03-12 05:58:09 sendUrl INFO 83 [276] R:OK -2015-03-12 05:58:13 queue INFO 81 [277] -2015-03-12 05:58:13 queue INFO >81 [278] -2015-03-12 05:58:13 sendUrl INFO 81 [277] R:OK -2015-03-12 05:58:13 sendUrl INFO 81 [278] R:OK -2015-03-12 05:58:19 queue INFO 83 [279] -2015-03-12 05:58:19 queue INFO >83 [280] -2015-03-12 05:58:19 sendUrl INFO 83 [279] R:OK -2015-03-12 05:58:20 sendUrl INFO 83 [280] R:OK -2015-03-12 05:59:09 queue INFO >>83 [281] -2015-03-12 05:59:09 sendUrl INFO 83 [281] R:OK -2015-03-12 05:59:59 queue INFO >>83 [282] -2015-03-12 06:00:00 sendUrl INFO 83 [282] R:OK -2015-03-12 06:00:49 queue INFO >>83 [283] -2015-03-12 06:00:49 sendUrl INFO 83 [283] R:OK -2015-03-12 06:01:39 queue INFO >>83 [284] -2015-03-12 06:01:40 sendUrl INFO 83 [284] R:OK -2015-03-12 06:02:30 queue INFO >>83 [285] -2015-03-12 06:02:30 sendUrl INFO 83 [285] R:OK -2015-03-12 06:02:31 queue INFO 87 [286] -2015-03-12 06:02:32 queue INFO >87 [287] -2015-03-12 06:02:32 sendUrl INFO 87 [286] R:OK -2015-03-12 06:02:32 sendUrl INFO 87 [287] R:OK -2015-03-12 06:02:33 queue INFO 83 [288] -2015-03-12 06:02:33 queue INFO >83 [289] -2015-03-12 06:02:33 sendUrl INFO 83 [288] R:OK -2015-03-12 06:02:34 sendUrl INFO 83 [289] R:OK -2015-03-12 06:03:23 queue INFO >>83 [290] -2015-03-12 06:03:23 sendUrl INFO 83 [290] R:OK -2015-03-12 06:04:13 queue INFO >>83 [291] -2015-03-12 06:04:14 sendUrl INFO 83 [291] R:OK -2015-03-12 06:05:03 queue INFO >>83 [292] -2015-03-12 06:05:04 sendUrl INFO 83 [292] R:OK -2015-03-12 06:05:54 queue INFO >>83 [293] -2015-03-12 06:05:54 sendUrl INFO 83 [293] R:OK -2015-03-12 06:05:58 queue INFO 81 [294] -2015-03-12 06:05:58 queue INFO >81 [295] -2015-03-12 06:05:58 sendUrl INFO 81 [294] R:OK -2015-03-12 06:05:59 sendUrl INFO 81 [295] R:OK -2015-03-12 06:06:04 queue INFO 83 [296] -2015-03-12 06:06:04 queue INFO >83 [297] -2015-03-12 06:06:04 sendUrl INFO 83 [296] R:OK -2015-03-12 06:06:05 sendUrl INFO 83 [297] R:OK -2015-03-12 06:06:54 queue INFO >>83 [298] -2015-03-12 06:06:54 sendUrl INFO 83 [298] R:OK -2015-03-12 06:07:44 queue INFO >>83 [299] -2015-03-12 06:07:44 sendUrl INFO 83 [299] R:OK -2015-03-12 06:08:34 queue INFO >>83 [300] -2015-03-12 06:08:35 sendUrl INFO 83 [300] R:OK -2015-03-12 06:09:24 queue INFO >>83 [301] -2015-03-12 06:09:25 sendUrl INFO 83 [301] R:OK -2015-03-12 06:10:15 queue INFO >>83 [302] -2015-03-12 06:10:15 sendUrl INFO 83 [302] R:OK -2015-03-12 06:10:16 queue INFO C7 [303] -2015-03-12 06:10:16 queue INFO >C7 [304] -2015-03-12 06:10:17 sendUrl INFO C7 [303] R:OK -2015-03-12 06:10:17 sendUrl INFO C7 [304] R:OK -2015-03-12 06:10:18 queue INFO C3 [305] -2015-03-12 06:10:18 queue INFO >C3 [306] -2015-03-12 06:10:18 sendUrl INFO C3 [305] R:OK -2015-03-12 06:10:19 sendUrl INFO C3 [306] R:OK -2015-03-12 06:11:08 queue INFO >>C3 [307] -2015-03-12 06:11:08 sendUrl INFO C3 [307] R:OK -2015-03-12 06:11:58 queue INFO >>C3 [308] -2015-03-12 06:11:58 sendUrl INFO C3 [308] R:OK -2015-03-12 06:12:48 queue INFO >>C3 [309] -2015-03-12 06:12:49 sendUrl INFO C3 [309] R:OK -2015-03-12 06:13:38 queue INFO >>C3 [310] -2015-03-12 06:13:39 sendUrl INFO C3 [310] R:OK -2015-03-12 06:13:43 queue INFO C1 [311] -2015-03-12 06:13:43 queue INFO >C1 [312] -2015-03-12 06:13:43 sendUrl INFO C1 [311] R:OK -2015-03-12 06:13:44 sendUrl INFO C1 [312] R:OK -2015-03-12 06:13:49 queue INFO C3 [313] -2015-03-12 06:13:49 queue INFO >C3 [314] -2015-03-12 06:13:49 sendUrl INFO C3 [313] R:OK -2015-03-12 06:13:50 sendUrl INFO C3 [314] R:OK -2015-03-12 06:14:39 queue INFO >>C3 [315] -2015-03-12 06:14:39 sendUrl INFO C3 [315] R:OK -2015-03-12 06:15:29 queue INFO >>C3 [316] -2015-03-12 06:15:29 sendUrl INFO C3 [316] R:OK -2015-03-12 06:16:19 queue INFO >>C3 [317] -2015-03-12 06:16:20 sendUrl INFO C3 [317] R:OK -2015-03-12 06:17:09 queue INFO >>C3 [318] -2015-03-12 06:17:10 sendUrl INFO C3 [318] R:OK -2015-03-12 06:18:00 queue INFO >>C3 [319] -2015-03-12 06:18:00 sendUrl INFO C3 [319] R:OK -2015-03-12 06:18:02 queue INFO 83 [320] -2015-03-12 06:18:02 queue INFO 87 [321] -2015-03-12 06:18:02 queue INFO >87 [322] -2015-03-12 06:18:02 sendUrl INFO 83 [320] R:OK -2015-03-12 06:18:03 sendUrl INFO 87 [321] R:OK -2015-03-12 06:18:03 sendUrl INFO 87 [322] R:OK -2015-03-12 06:18:04 queue INFO 83 [323] -2015-03-12 06:18:04 sendUrl INFO 83 [323] R:OK -2015-03-12 06:18:04 queue INFO >83 [324] -2015-03-12 06:18:04 sendUrl INFO 83 [324] R:OK -2015-03-12 06:18:54 queue INFO >>83 [325] -2015-03-12 06:18:54 sendUrl INFO 83 [325] R:OK -2015-03-12 06:19:44 queue INFO >>83 [326] -2015-03-12 06:19:44 sendUrl INFO 83 [326] R:OK -2015-03-12 06:20:34 queue INFO >>83 [327] -2015-03-12 06:20:34 sendUrl INFO 83 [327] R:OK -2015-03-12 06:21:24 queue INFO >>83 [328] -2015-03-12 06:21:25 sendUrl INFO 83 [328] R:OK -2015-03-12 06:21:29 queue INFO 81 [329] -2015-03-12 06:21:29 queue INFO >81 [330] -2015-03-12 06:21:29 sendUrl INFO 81 [329] R:OK -2015-03-12 06:21:30 sendUrl INFO 81 [330] R:OK -2015-03-12 06:21:35 queue INFO 83 [331] -2015-03-12 06:21:35 queue INFO >83 [332] -2015-03-12 06:21:35 sendUrl INFO 83 [331] R:OK -2015-03-12 06:21:36 sendUrl INFO 83 [332] R:OK -2015-03-12 06:22:25 queue INFO >>83 [333] -2015-03-12 06:22:25 sendUrl INFO 83 [333] R:OK -2015-03-12 06:23:15 queue INFO >>83 [334] -2015-03-12 06:23:15 sendUrl INFO 83 [334] R:OK -2015-03-12 06:24:05 queue INFO >>83 [335] -2015-03-12 06:24:06 sendUrl INFO 83 [335] R:OK -2015-03-12 06:24:55 queue INFO >>83 [336] -2015-03-12 06:24:56 sendUrl INFO 83 [336] R:OK -2015-03-12 06:25:45 queue INFO >>83 [337] -2015-03-12 06:25:46 sendUrl INFO 83 [337] R:OK -2015-03-12 06:25:48 queue INFO 87 [338] -2015-03-12 06:25:48 queue INFO >87 [339] -2015-03-12 06:25:48 sendUrl INFO 87 [338] R:OK -2015-03-12 06:25:48 sendUrl INFO 87 [339] R:OK -2015-03-12 06:25:49 queue INFO 83 [340] -2015-03-12 06:25:49 sendUrl INFO 83 [340] R:OK -2015-03-12 06:25:49 queue INFO >83 [341] -2015-03-12 06:25:50 sendUrl INFO 83 [341] R:OK -2015-03-12 06:26:39 queue INFO >>83 [342] -2015-03-12 06:26:40 sendUrl INFO 83 [342] R:OK -2015-03-12 06:27:30 queue INFO >>83 [343] -2015-03-12 06:27:30 sendUrl INFO 83 [343] R:OK -2015-03-12 06:28:20 queue INFO >>83 [344] -2015-03-12 06:28:20 sendUrl INFO 83 [344] R:OK -2015-03-12 06:29:10 queue INFO >>83 [345] -2015-03-12 06:29:10 sendUrl INFO 83 [345] R:OK -2015-03-12 06:29:14 queue INFO 81 [346] -2015-03-12 06:29:14 queue INFO >81 [347] -2015-03-12 06:29:14 sendUrl INFO 81 [346] R:OK -2015-03-12 06:29:15 sendUrl INFO 81 [347] R:OK -2015-03-12 06:29:20 queue INFO 83 [348] -2015-03-12 06:29:20 sendUrl INFO 83 [348] R:OK -2015-03-12 06:29:20 queue INFO >83 [349] -2015-03-12 06:29:21 sendUrl INFO 83 [349] R:OK -2015-03-12 06:30:10 queue INFO >>83 [350] -2015-03-12 06:30:11 sendUrl INFO 83 [350] R:OK -2015-03-12 06:31:00 queue INFO >>83 [351] -2015-03-12 06:31:01 sendUrl INFO 83 [351] R:OK -2015-03-12 06:31:51 queue INFO >>83 [352] -2015-03-12 06:31:51 sendUrl INFO 83 [352] R:OK -2015-03-12 06:32:41 queue INFO >>83 [353] -2015-03-12 06:32:41 sendUrl INFO 83 [353] R:OK -2015-03-12 06:33:31 queue INFO >>83 [354] -2015-03-12 06:33:31 sendUrl INFO 83 [354] R:OK -2015-03-12 06:33:33 queue INFO 87 [355] -2015-03-12 06:33:33 queue INFO >87 [356] -2015-03-12 06:33:33 sendUrl INFO 87 [355] R:OK -2015-03-12 06:33:34 sendUrl INFO 87 [356] R:OK -2015-03-12 06:33:34 queue INFO 83 [357] -2015-03-12 06:33:35 queue INFO >83 [358] -2015-03-12 06:33:35 sendUrl INFO 83 [357] R:OK -2015-03-12 06:33:35 sendUrl INFO 83 [358] R:OK -2015-03-12 06:34:25 queue INFO >>83 [359] -2015-03-12 06:34:25 sendUrl INFO 83 [359] R:OK -2015-03-12 06:35:15 queue INFO >>83 [360] -2015-03-12 06:35:15 sendUrl INFO 83 [360] R:OK -2015-03-12 06:36:05 queue INFO >>83 [361] -2015-03-12 06:36:05 sendUrl INFO 83 [361] R:OK -2015-03-12 06:36:55 queue INFO >>83 [362] -2015-03-12 06:36:55 sendUrl INFO 83 [362] R:OK -2015-03-12 06:36:59 queue INFO 81 [363] -2015-03-12 06:36:59 queue INFO >81 [364] -2015-03-12 06:36:59 sendUrl INFO 81 [363] R:OK -2015-03-12 06:37:00 sendUrl INFO 81 [364] R:OK -2015-03-12 06:37:06 queue INFO 83 [365] -2015-03-12 06:37:06 queue INFO >83 [366] -2015-03-12 06:37:06 sendUrl INFO 83 [365] R:OK -2015-03-12 06:37:06 sendUrl INFO 83 [366] R:OK -2015-03-12 06:37:56 queue INFO >>83 [367] -2015-03-12 06:37:56 sendUrl INFO 83 [367] R:OK -2015-03-12 06:38:46 queue INFO >>83 [368] -2015-03-12 06:38:46 sendUrl INFO 83 [368] R:OK -2015-03-12 06:39:36 queue INFO >>83 [369] -2015-03-12 06:39:36 sendUrl INFO 83 [369] R:OK -2015-03-12 06:40:26 queue INFO >>83 [370] -2015-03-12 06:40:27 sendUrl INFO 83 [370] R:OK -2015-03-12 06:41:16 queue INFO >>83 [371] -2015-03-12 06:41:16 sendUrl INFO 83 [371] R:OK -2015-03-12 06:41:18 queue INFO 87 [372] -2015-03-12 06:41:18 sendUrl INFO 87 [372] R:OK -2015-03-12 06:41:18 queue INFO >87 [373] -2015-03-12 06:41:19 sendUrl INFO 87 [373] R:OK -2015-03-12 06:41:20 queue INFO 83 [374] -2015-03-12 06:41:20 queue INFO >83 [375] -2015-03-12 06:41:20 sendUrl INFO 83 [374] R:OK -2015-03-12 06:41:21 sendUrl INFO 83 [375] R:OK -2015-03-12 06:42:10 queue INFO >>83 [376] -2015-03-12 06:42:10 sendUrl INFO 83 [376] R:OK -2015-03-12 06:43:00 queue INFO >>83 [377] -2015-03-12 06:43:00 sendUrl INFO 83 [377] R:OK -2015-03-12 06:43:50 queue INFO >>83 [378] -2015-03-12 06:43:50 sendUrl INFO 83 [378] R:OK -2015-03-12 06:44:22 queue INFO 81 [379] -2015-03-12 06:44:22 sendUrl INFO 81 [379] R:OK -2015-03-12 06:44:22 queue INFO >81 [380] -2015-03-12 06:44:23 sendUrl INFO 81 [380] R:OK -2015-03-12 06:45:12 queue INFO >>81 [381] -2015-03-12 06:45:13 sendUrl INFO 81 [381] R:OK -2015-03-12 06:46:02 queue INFO >>81 [382] -2015-03-12 06:46:03 sendUrl INFO 81 [382] R:OK -2015-03-12 06:46:53 queue INFO >>81 [383] -2015-03-12 06:46:53 sendUrl INFO 81 [383] R:OK -2015-03-12 06:46:58 queue INFO 83 [384] -2015-03-12 06:46:58 queue INFO >83 [385] -2015-03-12 06:46:59 sendUrl INFO 83 [384] R:OK -2015-03-12 06:46:59 sendUrl INFO 83 [385] R:OK -2015-03-12 06:47:48 queue INFO >>83 [386] -2015-03-12 06:47:49 sendUrl INFO 83 [386] R:OK -2015-03-12 06:48:38 queue INFO >>83 [387] -2015-03-12 06:48:39 sendUrl INFO 83 [387] R:OK -2015-03-12 06:49:03 queue INFO 87 [388] -2015-03-12 06:49:03 queue INFO >87 [389] -2015-03-12 06:49:03 sendUrl INFO 87 [388] R:OK -2015-03-12 06:49:04 sendUrl INFO 87 [389] R:OK -2015-03-12 06:49:04 queue INFO 83 [390] -2015-03-12 06:49:05 queue INFO >83 [391] -2015-03-12 06:49:05 sendUrl INFO 83 [390] R:OK -2015-03-12 06:49:05 sendUrl INFO 83 [391] R:OK -2015-03-12 06:49:54 queue INFO >>83 [392] -2015-03-12 06:49:55 sendUrl INFO 83 [392] R:OK -2015-03-12 06:50:45 queue INFO >>83 [393] -2015-03-12 06:50:45 sendUrl INFO 83 [393] R:OK -2015-03-12 06:51:35 queue INFO >>83 [394] -2015-03-12 06:51:35 sendUrl INFO 83 [394] R:OK -2015-03-12 06:52:25 queue INFO >>83 [395] -2015-03-12 06:52:25 sendUrl INFO 83 [395] R:OK -2015-03-12 06:52:29 queue INFO 81 [396] -2015-03-12 06:52:29 queue INFO >81 [397] -2015-03-12 06:52:29 sendUrl INFO 81 [396] R:OK -2015-03-12 06:52:29 sendUrl INFO 81 [397] R:OK -2015-03-12 06:52:35 queue INFO 83 [398] -2015-03-12 06:52:36 sendUrl INFO 83 [398] R:OK -2015-03-12 06:52:36 queue INFO >83 [399] -2015-03-12 06:52:36 sendUrl INFO 83 [399] R:OK -2015-03-12 06:53:26 queue INFO >>83 [400] -2015-03-12 06:53:26 sendUrl INFO 83 [400] R:OK -2015-03-12 06:54:16 queue INFO >>83 [401] -2015-03-12 06:54:16 sendUrl INFO 83 [401] R:OK -2015-03-12 06:55:06 queue INFO >>83 [402] -2015-03-12 06:55:06 sendUrl INFO 83 [402] R:OK -2015-03-12 06:55:56 queue INFO >>83 [403] -2015-03-12 06:55:56 sendUrl INFO 83 [403] R:OK -2015-03-12 06:56:46 queue INFO >>83 [404] -2015-03-12 06:56:47 sendUrl INFO 83 [404] R:OK -2015-03-12 06:56:48 queue INFO C7 [405] -2015-03-12 06:56:48 queue INFO >C7 [406] -2015-03-12 06:56:48 sendUrl INFO C7 [405] R:OK -2015-03-12 06:56:49 sendUrl INFO C7 [406] R:OK -2015-03-12 06:56:49 queue INFO C3 [407] -2015-03-12 06:56:50 queue INFO >C3 [408] -2015-03-12 06:56:50 sendUrl INFO C3 [407] R:OK -2015-03-12 06:56:50 sendUrl INFO C3 [408] R:OK -2015-03-12 06:57:40 queue INFO >>C3 [409] -2015-03-12 06:57:40 sendUrl INFO C3 [409] R:OK -2015-03-12 06:58:30 queue INFO >>C3 [410] -2015-03-12 06:58:30 sendUrl INFO C3 [410] R:OK -2015-03-12 06:59:20 queue INFO >>C3 [411] -2015-03-12 06:59:20 sendUrl INFO C3 [411] R:OK -2015-03-12 07:00:10 queue INFO >>C3 [412] -2015-03-12 07:00:10 sendUrl INFO C3 [412] R:OK -2015-03-12 07:00:14 queue INFO C1 [413] -2015-03-12 07:00:14 queue INFO >C1 [414] -2015-03-12 07:00:14 sendUrl INFO C1 [413] R:OK -2015-03-12 07:00:15 sendUrl INFO C1 [414] R:OK -2015-03-12 07:00:20 queue INFO C3 [415] -2015-03-12 07:00:20 queue INFO >C3 [416] -2015-03-12 07:00:21 sendUrl INFO C3 [415] R:OK -2015-03-12 07:00:21 sendUrl INFO C3 [416] R:OK -2015-03-12 07:01:10 queue INFO >>C3 [417] -2015-03-12 07:01:10 sendUrl INFO C3 [417] R:OK -2015-03-12 07:02:01 queue INFO >>C3 [418] -2015-03-12 07:02:01 sendUrl INFO C3 [418] R:OK -2015-03-12 07:02:51 queue INFO >>C3 [419] -2015-03-12 07:02:51 sendUrl INFO C3 [419] R:OK -2015-03-12 07:03:41 queue INFO >>C3 [420] -2015-03-12 07:03:41 sendUrl INFO C3 [420] R:OK -2015-03-12 07:04:31 queue INFO >>C3 [421] -2015-03-12 07:04:31 sendUrl INFO C3 [421] R:OK -2015-03-12 07:04:33 queue INFO 83 [422] -2015-03-12 07:04:34 queue INFO 87 [423] -2015-03-12 07:04:34 queue INFO >87 [424] -2015-03-12 07:04:34 sendUrl INFO 83 [422] R:OK -2015-03-12 07:04:34 sendUrl INFO 87 [423] R:OK -2015-03-12 07:04:35 sendUrl INFO 87 [424] R:OK -2015-03-12 07:04:35 queue INFO 83 [425] -2015-03-12 07:04:35 queue INFO >83 [426] -2015-03-12 07:04:35 sendUrl INFO 83 [425] R:OK -2015-03-12 07:04:36 sendUrl INFO 83 [426] R:OK -2015-03-12 07:05:25 queue INFO >>83 [427] -2015-03-12 07:05:26 sendUrl INFO 83 [427] R:OK -2015-03-12 07:06:16 queue INFO >>83 [428] -2015-03-12 07:06:16 sendUrl INFO 83 [428] R:OK -2015-03-12 07:07:06 queue INFO >>83 [429] -2015-03-12 07:07:06 sendUrl INFO 83 [429] R:OK -2015-03-12 07:07:56 queue INFO >>83 [430] -2015-03-12 07:07:56 sendUrl INFO 83 [430] R:OK -2015-03-12 07:08:00 queue INFO 81 [431] -2015-03-12 07:08:00 queue INFO >81 [432] -2015-03-12 07:08:00 sendUrl INFO 81 [431] R:OK -2015-03-12 07:08:01 sendUrl INFO 81 [432] R:OK -2015-03-12 07:08:06 queue INFO 83 [433] -2015-03-12 07:08:06 sendUrl INFO 83 [433] R:OK -2015-03-12 07:08:06 queue INFO >83 [434] -2015-03-12 07:08:07 sendUrl INFO 83 [434] R:OK -2015-03-12 07:08:56 queue INFO >>83 [435] -2015-03-12 07:08:57 sendUrl INFO 83 [435] R:OK -2015-03-12 07:09:47 queue INFO >>83 [436] -2015-03-12 07:09:47 sendUrl INFO 83 [436] R:OK -2015-03-12 07:10:37 queue INFO >>83 [437] -2015-03-12 07:10:37 sendUrl INFO 83 [437] R:OK -2015-03-12 07:11:27 queue INFO >>83 [438] -2015-03-12 07:11:27 sendUrl INFO 83 [438] R:OK -2015-03-12 07:12:17 queue INFO >>83 [439] -2015-03-12 07:12:17 sendUrl INFO 83 [439] R:OK -2015-03-12 07:12:19 queue INFO 87 [440] -2015-03-12 07:12:19 queue INFO >87 [441] -2015-03-12 07:12:20 sendUrl INFO 87 [440] R:OK -2015-03-12 07:12:20 sendUrl INFO 87 [441] R:OK -2015-03-12 07:12:21 queue INFO 83 [442] -2015-03-12 07:12:21 queue INFO >83 [443] -2015-03-12 07:12:21 sendUrl INFO 83 [442] R:OK -2015-03-12 07:12:21 sendUrl INFO 83 [443] R:OK -2015-03-12 07:13:11 queue INFO >>83 [444] -2015-03-12 07:13:11 sendUrl INFO 83 [444] R:OK -2015-03-12 07:14:01 queue INFO >>83 [445] -2015-03-12 07:14:01 sendUrl INFO 83 [445] R:OK -2015-03-12 07:14:51 queue INFO >>83 [446] -2015-03-12 07:14:51 sendUrl INFO 83 [446] R:OK -2015-03-12 07:15:41 queue INFO >>83 [447] -2015-03-12 07:15:42 sendUrl INFO 83 [447] R:OK -2015-03-12 07:15:46 queue INFO 81 [448] -2015-03-12 07:15:46 queue INFO >81 [449] -2015-03-12 07:15:46 sendUrl INFO 81 [448] R:OK -2015-03-12 07:15:47 sendUrl INFO 81 [449] R:OK -2015-03-12 07:15:52 queue INFO 83 [450] -2015-03-12 07:15:52 queue INFO >83 [451] -2015-03-12 07:15:52 sendUrl INFO 83 [450] R:OK -2015-03-12 07:15:52 sendUrl INFO 83 [451] R:OK -2015-03-12 07:16:42 queue INFO >>83 [452] -2015-03-12 07:16:42 sendUrl INFO 83 [452] R:OK -2015-03-12 07:17:32 queue INFO >>83 [453] -2015-03-12 07:17:33 sendUrl INFO 83 [453] R:OK -2015-03-12 07:18:22 queue INFO >>83 [454] -2015-03-12 07:18:22 sendUrl INFO 83 [454] R:OK -2015-03-12 07:19:12 queue INFO >>83 [455] -2015-03-12 07:19:13 sendUrl INFO 83 [455] R:OK -2015-03-12 07:20:02 queue INFO >>83 [456] -2015-03-12 07:20:03 sendUrl INFO 83 [456] R:OK -2015-03-12 07:20:04 queue INFO 87 [457] -2015-03-12 07:20:05 sendUrl INFO 87 [457] R:OK -2015-03-12 07:20:05 queue INFO >87 [458] -2015-03-12 07:20:05 sendUrl INFO 87 [458] R:OK -2015-03-12 07:20:06 queue INFO 83 [459] -2015-03-12 07:20:06 queue INFO >83 [460] -2015-03-12 07:20:07 sendUrl INFO 83 [459] R:OK -2015-03-12 07:20:07 sendUrl INFO 83 [460] R:OK -2015-03-12 07:20:56 queue INFO >>83 [461] -2015-03-12 07:20:56 sendUrl INFO 83 [461] R:OK -2015-03-12 07:21:46 queue INFO >>83 [462] -2015-03-12 07:21:47 sendUrl INFO 83 [462] R:OK -2015-03-12 07:22:37 queue INFO >>83 [463] -2015-03-12 07:22:37 sendUrl INFO 83 [463] R:OK -2015-03-12 07:23:27 queue INFO >>83 [464] -2015-03-12 07:23:27 sendUrl INFO 83 [464] R:OK -2015-03-12 07:23:31 queue INFO 81 [465] -2015-03-12 07:23:31 queue INFO >81 [466] -2015-03-12 07:23:31 sendUrl INFO 81 [465] R:OK -2015-03-12 07:23:32 sendUrl INFO 81 [466] R:OK -2015-03-12 07:23:37 queue INFO 83 [467] -2015-03-12 07:23:37 queue INFO >83 [468] -2015-03-12 07:23:37 sendUrl INFO 83 [467] R:OK -2015-03-12 07:23:38 sendUrl INFO 83 [468] R:OK -2015-03-12 07:24:27 queue INFO >>83 [469] -2015-03-12 07:24:27 sendUrl INFO 83 [469] R:OK -2015-03-12 07:25:17 queue INFO >>83 [470] -2015-03-12 07:25:18 sendUrl INFO 83 [470] R:OK -2015-03-12 07:26:07 queue INFO >>83 [471] -2015-03-12 07:26:07 sendUrl INFO 83 [471] R:OK -2015-03-12 07:26:24 queue INFO 81 [472] -2015-03-12 07:26:24 queue INFO >81 [473] -2015-03-12 07:26:25 sendUrl INFO 81 [472] R:OK -2015-03-12 07:26:25 sendUrl INFO 81 [473] R:OK -2015-03-12 07:27:14 queue INFO >>81 [474] -2015-03-12 07:27:14 sendUrl INFO 81 [474] R:OK -2015-03-12 07:28:04 queue INFO >>81 [475] -2015-03-12 07:28:05 sendUrl INFO 81 [475] R:OK -2015-03-12 07:28:55 queue INFO >>81 [476] -2015-03-12 07:28:55 sendUrl INFO 81 [476] R:OK -2015-03-12 07:29:45 queue INFO >>81 [477] -2015-03-12 07:29:45 sendUrl INFO 81 [477] R:OK -2015-03-12 07:30:28 queue INFO 91 [478] -2015-03-12 07:30:28 queue INFO >91 [479] -2015-03-12 07:30:29 sendUrl INFO 91 [478] R:OK -2015-03-12 07:30:29 sendUrl INFO 91 [479] R:OK -2015-03-12 07:31:18 queue INFO >>91 [480] -2015-03-12 07:31:18 sendUrl INFO 91 [480] R:OK -2015-03-12 07:32:08 queue INFO >>91 [481] -2015-03-12 07:32:09 sendUrl INFO 91 [481] R:OK -2015-03-12 07:32:59 queue INFO >>91 [482] -2015-03-12 07:32:59 sendUrl INFO 91 [482] R:OK -2015-03-12 07:33:49 queue INFO >>91 [483] -2015-03-12 07:33:49 sendUrl INFO 91 [483] R:OK -2015-03-12 07:34:39 queue INFO >>91 [484] -2015-03-12 07:34:39 sendUrl INFO 91 [484] R:OK -2015-03-12 07:35:29 queue INFO >>91 [485] -2015-03-12 07:35:30 sendUrl INFO 91 [485] R:OK -2015-03-12 07:36:19 queue INFO >>91 [486] -2015-03-12 07:36:19 sendUrl INFO 91 [486] R:OK -2015-03-12 07:36:43 queue INFO 81 [487] -2015-03-12 07:36:44 queue INFO >81 [488] -2015-03-12 07:36:44 sendUrl INFO 81 [487] R:OK -2015-03-12 07:36:44 sendUrl INFO 81 [488] R:OK -2015-03-12 07:36:51 queue INFO 83 [489] -2015-03-12 07:36:51 queue INFO >83 [490] -2015-03-12 07:36:52 sendUrl INFO 83 [489] R:OK -2015-03-12 07:36:52 sendUrl INFO 83 [490] R:OK -2015-03-12 07:37:15 queue INFO 87 [491] -2015-03-12 07:37:15 queue INFO >87 [492] -2015-03-12 07:37:15 sendUrl INFO 87 [491] R:OK -2015-03-12 07:37:16 sendUrl INFO 87 [492] R:OK -2015-03-12 07:37:17 queue INFO 83 [493] -2015-03-12 07:37:17 sendUrl INFO 83 [493] R:OK -2015-03-12 07:37:17 queue INFO >83 [494] -2015-03-12 07:37:17 sendUrl INFO 83 [494] R:OK -2015-03-12 07:38:07 queue INFO >>83 [495] -2015-03-12 07:38:07 sendUrl INFO 83 [495] R:OK -2015-03-12 07:38:57 queue INFO >>83 [496] -2015-03-12 07:38:57 sendUrl INFO 83 [496] R:OK -2015-03-12 07:39:47 queue INFO >>83 [497] -2015-03-12 07:39:47 sendUrl INFO 83 [497] R:OK -2015-03-12 07:40:37 queue INFO >>83 [498] -2015-03-12 07:40:38 sendUrl INFO 83 [498] R:OK -2015-03-12 07:40:42 queue INFO 81 [499] -2015-03-12 07:40:42 queue INFO >81 [500] -2015-03-12 07:40:42 sendUrl INFO 81 [499] R:OK -2015-03-12 07:40:43 sendUrl INFO 81 [500] R:OK -2015-03-12 07:40:48 queue INFO 83 [501] -2015-03-12 07:40:48 queue INFO >83 [502] -2015-03-12 07:40:48 sendUrl INFO 83 [501] R:OK -2015-03-12 07:40:49 sendUrl INFO 83 [502] R:OK -2015-03-12 07:41:38 queue INFO >>83 [503] -2015-03-12 07:41:38 sendUrl INFO 83 [503] R:OK -2015-03-12 07:42:28 queue INFO >>83 [504] -2015-03-12 07:42:28 sendUrl INFO 83 [504] R:OK -2015-03-12 07:43:18 queue INFO >>83 [505] -2015-03-12 07:43:18 sendUrl INFO 83 [505] R:OK -2015-03-12 07:44:08 queue INFO >>83 [506] -2015-03-12 07:44:09 sendUrl INFO 83 [506] R:OK -2015-03-12 07:44:58 queue INFO >>83 [507] -2015-03-12 07:44:59 sendUrl INFO 83 [507] R:OK -2015-03-12 07:45:00 queue INFO 87 [508] -2015-03-12 07:45:01 queue INFO >87 [509] -2015-03-12 07:45:01 sendUrl INFO 87 [508] R:OK -2015-03-12 07:45:01 sendUrl INFO 87 [509] R:OK -2015-03-12 07:45:02 queue INFO 83 [510] -2015-03-12 07:45:02 queue INFO >83 [511] -2015-03-12 07:45:02 sendUrl INFO 83 [510] R:OK -2015-03-12 07:45:03 sendUrl INFO 83 [511] R:OK -2015-03-12 07:45:52 queue INFO >>83 [512] -2015-03-12 07:45:53 sendUrl INFO 83 [512] R:OK -2015-03-12 07:46:42 queue INFO >>83 [513] -2015-03-12 07:46:43 sendUrl INFO 83 [513] R:OK -2015-03-12 07:47:32 queue INFO >>83 [514] -2015-03-12 07:47:33 sendUrl INFO 83 [514] R:OK -2015-03-12 07:48:23 queue INFO >>83 [515] -2015-03-12 07:48:23 sendUrl INFO 83 [515] R:OK -2015-03-12 07:48:27 queue INFO 81 [516] -2015-03-12 07:48:27 queue INFO >81 [517] -2015-03-12 07:48:27 sendUrl INFO 81 [516] R:OK -2015-03-12 07:48:28 sendUrl INFO 81 [517] R:OK -2015-03-12 07:48:33 queue INFO 83 [518] -2015-03-12 07:48:33 queue INFO >83 [519] -2015-03-12 07:48:33 sendUrl INFO 83 [518] R:OK -2015-03-12 07:48:34 sendUrl INFO 83 [519] R:OK -2015-03-12 07:49:23 queue INFO >>83 [520] -2015-03-12 07:49:24 sendUrl INFO 83 [520] R:OK -2015-03-12 07:50:13 queue INFO >>83 [521] -2015-03-12 07:50:14 sendUrl INFO 83 [521] R:OK -2015-03-12 07:51:04 queue INFO >>83 [522] -2015-03-12 07:51:04 sendUrl INFO 83 [522] R:OK -2015-03-12 07:51:54 queue INFO >>83 [523] -2015-03-12 07:51:54 sendUrl INFO 83 [523] R:OK -2015-03-12 07:52:44 queue INFO >>83 [524] -2015-03-12 07:52:44 sendUrl INFO 83 [524] R:OK -2015-03-12 07:52:45 queue INFO 87 [525] -2015-03-12 07:52:46 queue INFO >87 [526] -2015-03-12 07:52:46 sendUrl INFO 87 [525] R:OK -2015-03-12 07:52:46 sendUrl INFO 87 [526] R:OK -2015-03-12 07:52:47 queue INFO 83 [527] -2015-03-12 07:52:47 queue INFO >83 [528] -2015-03-12 07:52:47 sendUrl INFO 83 [527] R:OK -2015-03-12 07:52:48 sendUrl INFO 83 [528] R:OK -2015-03-12 07:53:37 queue INFO >>83 [529] -2015-03-12 07:53:38 sendUrl INFO 83 [529] R:OK -2015-03-12 07:54:27 queue INFO >>83 [530] -2015-03-12 07:54:28 sendUrl INFO 83 [530] R:OK -2015-03-12 07:55:18 queue INFO >>83 [531] -2015-03-12 07:55:18 sendUrl INFO 83 [531] R:OK -2015-03-12 07:56:08 queue INFO >>83 [532] -2015-03-12 07:56:08 sendUrl INFO 83 [532] R:OK -2015-03-12 07:56:12 queue INFO 81 [533] -2015-03-12 07:56:12 queue INFO >81 [534] -2015-03-12 07:56:12 sendUrl INFO 81 [533] R:OK -2015-03-12 07:56:13 sendUrl INFO 81 [534] R:OK -2015-03-12 07:56:18 queue INFO 83 [535] -2015-03-12 07:56:18 queue INFO >83 [536] -2015-03-12 07:56:18 sendUrl INFO 83 [535] R:OK -2015-03-12 07:56:19 sendUrl INFO 83 [536] R:OK -2015-03-12 07:57:08 queue INFO >>83 [537] -2015-03-12 07:57:08 sendUrl INFO 83 [537] R:OK -2015-03-12 07:57:58 queue INFO >>83 [538] -2015-03-12 07:57:58 sendUrl INFO 83 [538] R:OK -2015-03-12 07:58:48 queue INFO >>83 [539] -2015-03-12 07:58:49 sendUrl INFO 83 [539] R:OK -2015-03-12 07:59:38 queue INFO >>83 [540] -2015-03-12 07:59:39 sendUrl INFO 83 [540] R:OK -2015-03-12 08:00:29 queue INFO >>83 [541] -2015-03-12 08:00:29 sendUrl INFO 83 [541] R:OK -2015-03-12 08:00:30 queue INFO 87 [542] -2015-03-12 08:00:30 queue INFO >87 [543] -2015-03-12 08:00:31 sendUrl INFO 87 [542] R:OK -2015-03-12 08:00:31 sendUrl INFO 87 [543] R:OK -2015-03-12 08:00:32 queue INFO 83 [544] -2015-03-12 08:00:32 sendUrl INFO 83 [544] R:OK -2015-03-12 08:00:32 queue INFO >83 [545] -2015-03-12 08:00:32 sendUrl INFO 83 [545] R:OK -2015-03-12 08:01:22 queue INFO >>83 [546] -2015-03-12 08:01:22 sendUrl INFO 83 [546] R:OK -2015-03-12 08:02:12 queue INFO >>83 [547] -2015-03-12 08:02:13 sendUrl INFO 83 [547] R:OK -2015-03-12 08:03:02 queue INFO >>83 [548] -2015-03-12 08:03:02 sendUrl INFO 83 [548] R:OK -2015-03-12 08:03:52 queue INFO >>83 [549] -2015-03-12 08:03:53 sendUrl INFO 83 [549] R:OK -2015-03-12 08:03:57 queue INFO 81 [550] -2015-03-12 08:03:57 sendUrl INFO 81 [550] R:OK -2015-03-12 08:03:57 queue INFO >81 [551] -2015-03-12 08:03:57 sendUrl INFO 81 [551] R:OK -2015-03-12 08:04:03 queue INFO 83 [552] -2015-03-12 08:04:03 sendUrl INFO 83 [552] R:OK -2015-03-12 08:04:03 queue INFO >83 [553] -2015-03-12 08:04:03 sendUrl INFO 83 [553] R:OK -2015-03-12 08:04:53 queue INFO >>83 [554] -2015-03-12 08:04:53 sendUrl INFO 83 [554] R:OK -2015-03-12 08:05:43 queue INFO >>83 [555] -2015-03-12 08:05:44 sendUrl INFO 83 [555] R:OK -2015-03-12 08:06:33 queue INFO >>83 [556] -2015-03-12 08:06:33 sendUrl INFO 83 [556] R:OK -2015-03-12 08:07:23 queue INFO >>83 [557] -2015-03-12 08:07:24 sendUrl INFO 83 [557] R:OK -2015-03-12 08:08:13 queue INFO >>83 [558] -2015-03-12 08:08:14 sendUrl INFO 83 [558] R:OK -2015-03-12 08:08:15 queue INFO C7 [559] -2015-03-12 08:08:15 queue INFO >C7 [560] -2015-03-12 08:08:16 sendUrl INFO C7 [559] R:OK -2015-03-12 08:08:16 sendUrl INFO C7 [560] R:OK -2015-03-12 08:08:17 queue INFO C3 [561] -2015-03-12 08:08:17 queue INFO >C3 [562] -2015-03-12 08:08:17 sendUrl INFO C3 [561] R:OK -2015-03-12 08:08:18 sendUrl INFO C3 [562] R:OK -2015-03-12 08:09:07 queue INFO >>C3 [563] -2015-03-12 08:09:07 sendUrl INFO C3 [563] R:OK -2015-03-12 08:09:57 queue INFO >>C3 [564] -2015-03-12 08:09:57 sendUrl INFO C3 [564] R:OK -2015-03-12 08:10:47 queue INFO >>C3 [565] -2015-03-12 08:10:48 sendUrl INFO C3 [565] R:OK -2015-03-12 08:11:37 queue INFO >>C3 [566] -2015-03-12 08:11:38 sendUrl INFO C3 [566] R:OK -2015-03-12 08:11:42 queue INFO C1 [567] -2015-03-12 08:11:42 sendUrl INFO C1 [567] R:OK -2015-03-12 08:11:42 queue INFO >C1 [568] -2015-03-12 08:11:42 sendUrl INFO C1 [568] R:OK -2015-03-12 08:11:48 queue INFO C3 [569] -2015-03-12 08:11:48 sendUrl INFO C3 [569] R:OK -2015-03-12 08:11:48 queue INFO >C3 [570] -2015-03-12 08:11:48 sendUrl INFO C3 [570] R:OK -2015-03-12 08:12:38 queue INFO >>C3 [571] -2015-03-12 08:12:38 sendUrl INFO C3 [571] R:OK -2015-03-12 08:13:28 queue INFO >>C3 [572] -2015-03-12 08:13:29 sendUrl INFO C3 [572] R:OK -2015-03-12 08:14:18 queue INFO >>C3 [573] -2015-03-12 08:14:18 sendUrl INFO C3 [573] R:OK -2015-03-12 08:15:08 queue INFO >>C3 [574] -2015-03-12 08:15:09 sendUrl INFO C3 [574] R:OK -2015-03-12 08:15:59 queue INFO >>C3 [575] -2015-03-12 08:15:59 sendUrl INFO C3 [575] R:OK -2015-03-12 08:16:01 queue INFO 83 [576] -2015-03-12 08:16:01 queue INFO 87 [577] -2015-03-12 08:16:01 sendUrl INFO 83 [576] R:OK -2015-03-12 08:16:01 queue INFO >87 [578] -2015-03-12 08:16:02 sendUrl INFO 87 [577] R:OK -2015-03-12 08:16:02 sendUrl INFO 87 [578] R:OK -2015-03-12 08:16:03 queue INFO 83 [579] -2015-03-12 08:16:03 queue INFO >83 [580] -2015-03-12 08:16:03 sendUrl INFO 83 [579] R:OK -2015-03-12 08:16:04 sendUrl INFO 83 [580] R:OK -2015-03-12 08:16:53 queue INFO >>83 [581] -2015-03-12 08:16:53 sendUrl INFO 83 [581] R:OK -2015-03-12 08:17:43 queue INFO >>83 [582] -2015-03-12 08:17:43 sendUrl INFO 83 [582] R:OK -2015-03-12 08:18:33 queue INFO >>83 [583] -2015-03-12 08:18:33 sendUrl INFO 83 [583] R:OK -2015-03-12 08:19:23 queue INFO >>83 [584] -2015-03-12 08:19:23 sendUrl INFO 83 [584] R:OK -2015-03-12 08:19:28 queue INFO 81 [585] -2015-03-12 08:19:28 queue INFO >81 [586] -2015-03-12 08:19:28 sendUrl INFO 81 [585] R:OK -2015-03-12 08:19:28 sendUrl INFO 81 [586] R:OK -2015-03-12 08:19:34 queue INFO 83 [587] -2015-03-12 08:19:34 queue INFO >83 [588] -2015-03-12 08:19:34 sendUrl INFO 83 [587] R:OK -2015-03-12 08:19:35 sendUrl INFO 83 [588] R:OK -2015-03-12 08:20:24 queue INFO >>83 [589] -2015-03-12 08:20:24 sendUrl INFO 83 [589] R:OK -2015-03-12 08:21:14 queue INFO >>83 [590] -2015-03-12 08:21:15 sendUrl INFO 83 [590] R:OK -2015-03-12 08:22:04 queue INFO >>83 [591] -2015-03-12 08:22:04 sendUrl INFO 83 [591] R:OK -2015-03-12 08:22:54 queue INFO >>83 [592] -2015-03-12 08:22:55 sendUrl INFO 83 [592] R:OK -2015-03-12 08:23:45 queue INFO >>83 [593] -2015-03-12 08:23:45 sendUrl INFO 83 [593] R:OK -2015-03-12 08:23:47 queue INFO 87 [594] -2015-03-12 08:23:47 sendUrl INFO 87 [594] R:OK -2015-03-12 08:23:47 queue INFO >87 [595] -2015-03-12 08:23:47 sendUrl INFO 87 [595] R:OK -2015-03-12 08:23:48 queue INFO 83 [596] -2015-03-12 08:23:48 queue INFO >83 [597] -2015-03-12 08:23:49 sendUrl INFO 83 [596] R:OK -2015-03-12 08:23:49 sendUrl INFO 83 [597] R:OK -2015-03-12 08:24:38 queue INFO >>83 [598] -2015-03-12 08:24:39 sendUrl INFO 83 [598] R:OK -2015-03-12 08:25:28 queue INFO >>83 [599] -2015-03-12 08:25:29 sendUrl INFO 83 [599] R:OK -2015-03-12 08:26:19 queue INFO >>83 [600] -2015-03-12 08:26:19 sendUrl INFO 83 [600] R:OK -2015-03-12 08:27:09 queue INFO >>83 [601] -2015-03-12 08:27:09 sendUrl INFO 83 [601] R:OK -2015-03-12 08:27:13 queue INFO 81 [602] -2015-03-12 08:27:13 queue INFO >81 [603] -2015-03-12 08:27:13 sendUrl INFO 81 [602] R:OK -2015-03-12 08:27:14 sendUrl INFO 81 [603] R:OK -2015-03-12 08:27:19 queue INFO 83 [604] -2015-03-12 08:27:19 queue INFO >83 [605] -2015-03-12 08:27:20 sendUrl INFO 83 [604] R:OK -2015-03-12 08:27:20 sendUrl INFO 83 [605] R:OK -2015-03-12 08:28:09 queue INFO >>83 [606] -2015-03-12 08:28:09 sendUrl INFO 83 [606] R:OK -2015-03-12 08:28:59 queue INFO >>83 [607] -2015-03-12 08:29:00 sendUrl INFO 83 [607] R:OK -2015-03-12 08:29:49 queue INFO >>83 [608] -2015-03-12 08:29:50 sendUrl INFO 83 [608] R:OK -2015-03-12 08:30:40 queue INFO >>83 [609] -2015-03-12 08:30:40 sendUrl INFO 83 [609] R:OK -2015-03-12 08:31:30 queue INFO >>83 [610] -2015-03-12 08:31:30 sendUrl INFO 83 [610] R:OK -2015-03-12 08:31:32 queue INFO 87 [611] -2015-03-12 08:31:32 queue INFO >87 [612] -2015-03-12 08:31:32 sendUrl INFO 87 [611] R:OK -2015-03-12 08:31:33 sendUrl INFO 87 [612] R:OK -2015-03-12 08:31:33 queue INFO 83 [613] -2015-03-12 08:31:34 queue INFO >83 [614] -2015-03-12 08:31:34 sendUrl INFO 83 [613] R:OK -2015-03-12 08:31:34 sendUrl INFO 83 [614] R:OK -2015-03-12 08:32:24 queue INFO >>83 [615] -2015-03-12 08:32:24 sendUrl INFO 83 [615] R:OK -2015-03-12 08:33:14 queue INFO >>83 [616] -2015-03-12 08:33:14 sendUrl INFO 83 [616] R:OK -2015-03-12 08:34:04 queue INFO >>83 [617] -2015-03-12 08:34:04 sendUrl INFO 83 [617] R:OK -2015-03-12 08:34:54 queue INFO >>83 [618] -2015-03-12 08:34:55 sendUrl INFO 83 [618] R:OK -2015-03-12 08:34:58 queue INFO 81 [619] -2015-03-12 08:34:58 queue INFO >81 [620] -2015-03-12 08:34:58 sendUrl INFO 81 [619] R:OK -2015-03-12 08:34:59 sendUrl INFO 81 [620] R:OK -2015-03-12 08:35:04 queue INFO 83 [621] -2015-03-12 08:35:05 queue INFO >83 [622] -2015-03-12 08:35:05 sendUrl INFO 83 [621] R:OK -2015-03-12 08:35:05 sendUrl INFO 83 [622] R:OK -2015-03-12 08:35:55 queue INFO >>83 [623] -2015-03-12 08:35:55 sendUrl INFO 83 [623] R:OK -2015-03-12 08:36:45 queue INFO >>83 [624] -2015-03-12 08:36:45 sendUrl INFO 83 [624] R:OK -2015-03-12 08:37:35 queue INFO >>83 [625] -2015-03-12 08:37:35 sendUrl INFO 83 [625] R:OK -2015-03-12 08:38:25 queue INFO >>83 [626] -2015-03-12 08:38:25 sendUrl INFO 83 [626] R:OK -2015-03-12 08:39:15 queue INFO >>83 [627] -2015-03-12 08:39:15 sendUrl INFO 83 [627] R:OK -2015-03-12 08:39:17 queue INFO 87 [628] -2015-03-12 08:39:17 queue INFO >87 [629] -2015-03-12 08:39:17 sendUrl INFO 87 [628] R:OK -2015-03-12 08:39:18 sendUrl INFO 87 [629] R:OK -2015-03-12 08:39:18 queue INFO 83 [630] -2015-03-12 08:39:19 queue INFO >83 [631] -2015-03-12 08:39:19 sendUrl INFO 83 [630] R:OK -2015-03-12 08:39:19 sendUrl INFO 83 [631] R:OK -2015-03-12 08:40:08 queue INFO >>83 [632] -2015-03-12 08:40:09 sendUrl INFO 83 [632] R:OK -2015-03-12 08:40:59 queue INFO >>83 [633] -2015-03-12 08:40:59 sendUrl INFO 83 [633] R:OK -2015-03-12 08:41:49 queue INFO >>83 [634] -2015-03-12 08:41:49 sendUrl INFO 83 [634] R:OK -2015-03-12 08:42:39 queue INFO >>83 [635] -2015-03-12 08:42:39 sendUrl INFO 83 [635] R:OK -2015-03-12 08:42:43 queue INFO 81 [636] -2015-03-12 08:42:43 queue INFO >81 [637] -2015-03-12 08:42:43 sendUrl INFO 81 [636] R:OK -2015-03-12 08:42:44 sendUrl INFO 81 [637] R:OK -2015-03-12 08:42:49 queue INFO 83 [638] -2015-03-12 08:42:49 queue INFO >83 [639] -2015-03-12 08:42:50 sendUrl INFO 83 [638] R:OK -2015-03-12 08:42:50 sendUrl INFO 83 [639] R:OK -2015-03-12 08:43:39 queue INFO >>83 [640] -2015-03-12 08:43:40 sendUrl INFO 83 [640] R:OK -2015-03-12 08:44:30 queue INFO >>83 [641] -2015-03-12 08:44:30 sendUrl INFO 83 [641] R:OK -2015-03-12 08:45:20 queue INFO >>83 [642] -2015-03-12 08:45:20 sendUrl INFO 83 [642] R:OK -2015-03-12 08:46:10 queue INFO >>83 [643] -2015-03-12 08:46:10 sendUrl INFO 83 [643] R:OK -2015-03-12 08:47:00 queue INFO >>83 [644] -2015-03-12 08:47:00 sendUrl INFO 83 [644] R:OK -2015-03-12 08:47:02 queue INFO 87 [645] -2015-03-12 08:47:02 queue INFO >87 [646] -2015-03-12 08:47:02 sendUrl INFO 87 [645] R:OK -2015-03-12 08:47:02 sendUrl INFO 87 [646] R:OK -2015-03-12 08:47:03 queue INFO 83 [647] -2015-03-12 08:47:03 sendUrl INFO 83 [647] R:OK -2015-03-12 08:47:03 queue INFO >83 [648] -2015-03-12 08:47:04 sendUrl INFO 83 [648] R:OK -2015-03-12 08:47:53 queue INFO >>83 [649] -2015-03-12 08:47:54 sendUrl INFO 83 [649] R:OK -2015-03-12 08:48:44 queue INFO >>83 [650] -2015-03-12 08:48:44 sendUrl INFO 83 [650] R:OK -2015-03-12 08:49:34 queue INFO >>83 [651] -2015-03-12 08:49:34 sendUrl INFO 83 [651] R:OK -2015-03-12 08:50:24 queue INFO >>83 [652] -2015-03-12 08:50:24 sendUrl INFO 83 [652] R:OK -2015-03-12 08:50:28 queue INFO 81 [653] -2015-03-12 08:50:28 queue INFO >81 [654] -2015-03-12 08:50:28 sendUrl INFO 81 [653] R:OK -2015-03-12 08:50:29 sendUrl INFO 81 [654] R:OK -2015-03-12 08:50:34 queue INFO 83 [655] -2015-03-12 08:50:34 queue INFO >83 [656] -2015-03-12 08:50:35 sendUrl INFO 83 [655] R:OK -2015-03-12 08:50:35 sendUrl INFO 83 [656] R:OK -2015-03-12 08:51:24 queue INFO >>83 [657] -2015-03-12 08:51:25 sendUrl INFO 83 [657] R:OK -2015-03-12 08:52:15 queue INFO >>83 [658] -2015-03-12 08:52:15 sendUrl INFO 83 [658] R:OK -2015-03-12 08:53:05 queue INFO >>83 [659] -2015-03-12 08:53:05 sendUrl INFO 83 [659] R:OK -2015-03-12 08:53:55 queue INFO >>83 [660] -2015-03-12 08:53:55 sendUrl INFO 83 [660] R:OK -2015-03-12 08:54:45 queue INFO >>83 [661] -2015-03-12 08:54:45 sendUrl INFO 83 [661] R:OK -2015-03-12 08:54:47 queue INFO C7 [662] -2015-03-12 08:54:47 queue INFO >C7 [663] -2015-03-12 08:54:47 sendUrl INFO C7 [662] R:OK -2015-03-12 08:54:47 sendUrl INFO C7 [663] R:OK -2015-03-12 08:54:48 queue INFO C3 [664] -2015-03-12 08:54:48 sendUrl INFO C3 [664] R:OK -2015-03-12 08:54:48 queue INFO >C3 [665] -2015-03-12 08:54:49 sendUrl INFO C3 [665] R:OK -2015-03-12 08:55:38 queue INFO >>C3 [666] -2015-03-12 08:55:39 sendUrl INFO C3 [666] R:OK -2015-03-12 08:56:29 queue INFO >>C3 [667] -2015-03-12 08:56:29 sendUrl INFO C3 [667] R:OK -2015-03-12 08:57:19 queue INFO >>C3 [668] -2015-03-12 08:57:19 sendUrl INFO C3 [668] R:OK -2015-03-12 08:58:09 queue INFO >>C3 [669] -2015-03-12 08:58:09 sendUrl INFO C3 [669] R:OK -2015-03-12 08:58:13 queue INFO C1 [670] -2015-03-12 08:58:13 queue INFO >C1 [671] -2015-03-12 08:58:13 sendUrl INFO C1 [670] R:OK -2015-03-12 08:58:14 sendUrl INFO C1 [671] R:OK -2015-03-12 08:58:19 queue INFO C3 [672] -2015-03-12 08:58:19 queue INFO >C3 [673] -2015-03-12 08:58:19 sendUrl INFO C3 [672] R:OK -2015-03-12 08:58:20 sendUrl INFO C3 [673] R:OK -2015-03-12 08:59:09 queue INFO >>C3 [674] -2015-03-12 08:59:10 sendUrl INFO C3 [674] R:OK -2015-03-12 08:59:59 queue INFO >>C3 [675] -2015-03-12 09:00:00 sendUrl INFO C3 [675] R:OK -2015-03-12 09:00:50 queue INFO >>C3 [676] -2015-03-12 09:00:50 sendUrl INFO C3 [676] R:OK -2015-03-12 09:01:40 queue INFO >>C3 [677] -2015-03-12 09:01:40 sendUrl INFO C3 [677] R:OK -2015-03-12 09:02:30 queue INFO >>C3 [678] -2015-03-12 09:02:30 sendUrl INFO C3 [678] R:OK -2015-03-12 09:02:32 queue INFO 83 [679] -2015-03-12 09:02:32 sendUrl INFO 83 [679] R:OK -2015-03-12 09:02:33 queue INFO 87 [680] -2015-03-12 09:02:33 queue INFO >87 [681] -2015-03-12 09:02:33 sendUrl INFO 87 [680] R:OK -2015-03-12 09:02:33 sendUrl INFO 87 [681] R:OK -2015-03-12 09:02:34 queue INFO 83 [682] -2015-03-12 09:02:34 queue INFO >83 [683] -2015-03-12 09:02:35 sendUrl INFO 83 [682] R:OK -2015-03-12 09:02:35 sendUrl INFO 83 [683] R:OK -2015-03-12 09:03:24 queue INFO >>83 [684] -2015-03-12 09:03:25 sendUrl INFO 83 [684] R:OK -2015-03-12 09:04:14 queue INFO >>83 [685] -2015-03-12 09:04:15 sendUrl INFO 83 [685] R:OK -2015-03-12 09:05:05 queue INFO >>83 [686] -2015-03-12 09:05:05 sendUrl INFO 83 [686] R:OK -2015-03-12 09:05:28 queue INFO 81 [687] -2015-03-12 09:05:28 sendUrl INFO 81 [687] R:OK -2015-03-12 09:05:28 queue INFO >81 [688] -2015-03-12 09:05:29 sendUrl INFO 81 [688] R:OK -2015-03-12 09:05:46 queue INFO 83 [689] -2015-03-12 09:05:47 queue INFO >83 [690] -2015-03-12 09:05:47 sendUrl INFO 83 [689] R:OK -2015-03-12 09:05:47 sendUrl INFO 83 [690] R:OK -2015-03-12 09:06:37 queue INFO >>83 [691] -2015-03-12 09:06:37 sendUrl INFO 83 [691] R:OK -2015-03-12 09:07:27 queue INFO >>83 [692] -2015-03-12 09:07:27 sendUrl INFO 83 [692] R:OK -2015-03-12 09:08:17 queue INFO >>83 [693] -2015-03-12 09:08:17 sendUrl INFO 83 [693] R:OK -2015-03-12 09:09:07 queue INFO >>83 [694] -2015-03-12 09:09:08 sendUrl INFO 83 [694] R:OK -2015-03-12 09:09:57 queue INFO >>83 [695] -2015-03-12 09:09:57 sendUrl INFO 83 [695] R:OK -2015-03-12 09:10:18 queue INFO 87 [696] -2015-03-12 09:10:18 sendUrl INFO 87 [696] R:OK -2015-03-12 09:10:18 queue INFO >87 [697] -2015-03-12 09:10:19 sendUrl INFO 87 [697] R:OK -2015-03-12 09:10:20 queue INFO 83 [698] -2015-03-12 09:10:20 queue INFO >83 [699] -2015-03-12 09:10:20 sendUrl INFO 83 [698] R:OK -2015-03-12 09:10:21 sendUrl INFO 83 [699] R:OK -2015-03-12 09:11:10 queue INFO >>83 [700] -2015-03-12 09:11:10 sendUrl INFO 83 [700] R:OK -2015-03-12 09:12:00 queue INFO >>83 [701] -2015-03-12 09:12:00 sendUrl INFO 83 [701] R:OK -2015-03-12 09:12:50 queue INFO >>83 [702] -2015-03-12 09:12:51 sendUrl INFO 83 [702] R:OK -2015-03-12 09:13:40 queue INFO >>83 [703] -2015-03-12 09:13:40 sendUrl INFO 83 [703] R:OK -2015-03-12 09:13:44 queue INFO 81 [704] -2015-03-12 09:13:44 sendUrl INFO 81 [704] R:OK -2015-03-12 09:13:44 queue INFO >81 [705] -2015-03-12 09:13:44 sendUrl INFO 81 [705] R:OK -2015-03-12 09:13:50 queue INFO 83 [706] -2015-03-12 09:13:51 queue INFO >83 [707] -2015-03-12 09:13:51 sendUrl INFO 83 [706] R:OK -2015-03-12 09:13:51 sendUrl INFO 83 [707] R:OK -2015-03-12 09:14:41 queue INFO >>83 [708] -2015-03-12 09:14:41 sendUrl INFO 83 [708] R:OK -2015-03-12 09:15:31 queue INFO >>83 [709] -2015-03-12 09:15:31 sendUrl INFO 83 [709] R:OK -2015-03-12 09:16:21 queue INFO >>83 [710] -2015-03-12 09:16:21 sendUrl INFO 83 [710] R:OK -2015-03-12 09:17:11 queue INFO >>83 [711] -2015-03-12 09:17:11 sendUrl INFO 83 [711] R:OK -2015-03-12 09:18:01 queue INFO >>83 [712] -2015-03-12 09:18:02 sendUrl INFO 83 [712] R:OK -2015-03-12 09:18:03 queue INFO 87 [713] -2015-03-12 09:18:04 queue INFO >87 [714] -2015-03-12 09:18:04 sendUrl INFO 87 [713] R:OK -2015-03-12 09:18:04 sendUrl INFO 87 [714] R:OK -2015-03-12 09:18:05 queue INFO 83 [715] -2015-03-12 09:18:05 sendUrl INFO 83 [715] R:OK -2015-03-12 09:18:05 queue INFO >83 [716] -2015-03-12 09:18:06 sendUrl INFO 83 [716] R:OK -2015-03-12 09:18:55 queue INFO >>83 [717] -2015-03-12 09:18:55 sendUrl INFO 83 [717] R:OK -2015-03-12 09:19:45 queue INFO >>83 [718] -2015-03-12 09:19:46 sendUrl INFO 83 [718] R:OK -2015-03-12 09:20:35 queue INFO >>83 [719] -2015-03-12 09:20:36 sendUrl INFO 83 [719] R:OK -2015-03-12 09:21:26 queue INFO >>83 [720] -2015-03-12 09:21:26 sendUrl INFO 83 [720] R:OK -2015-03-12 09:21:30 queue INFO 81 [721] -2015-03-12 09:21:30 queue INFO >81 [722] -2015-03-12 09:21:30 sendUrl INFO 81 [721] R:OK -2015-03-12 09:21:30 sendUrl INFO 81 [722] R:OK -2015-03-12 09:21:36 queue INFO 83 [723] -2015-03-12 09:21:36 queue INFO >83 [724] -2015-03-12 09:21:36 sendUrl INFO 83 [723] R:OK -2015-03-12 09:21:37 sendUrl INFO 83 [724] R:OK -2015-03-12 09:22:26 queue INFO >>83 [725] -2015-03-12 09:22:26 sendUrl INFO 83 [725] R:OK -2015-03-12 09:23:16 queue INFO >>83 [726] -2015-03-12 09:23:17 sendUrl INFO 83 [726] R:OK -2015-03-12 09:24:06 queue INFO >>83 [727] -2015-03-12 09:24:07 sendUrl INFO 83 [727] R:OK -2015-03-12 09:24:56 queue INFO >>83 [728] -2015-03-12 09:24:57 sendUrl INFO 83 [728] R:OK -2015-03-12 09:25:47 queue INFO >>83 [729] -2015-03-12 09:25:47 sendUrl INFO 83 [729] R:OK -2015-03-12 09:25:48 queue INFO 87 [730] -2015-03-12 09:25:48 queue INFO >87 [731] -2015-03-12 09:25:49 sendUrl INFO 87 [730] R:OK -2015-03-12 09:25:49 sendUrl INFO 87 [731] R:OK -2015-03-12 09:25:50 queue INFO 83 [732] -2015-03-12 09:25:50 queue INFO >83 [733] -2015-03-12 09:25:50 sendUrl INFO 83 [732] R:OK -2015-03-12 09:25:51 sendUrl INFO 83 [733] R:OK -2015-03-12 09:26:40 queue INFO >>83 [734] -2015-03-12 09:26:40 sendUrl INFO 83 [734] R:OK -2015-03-12 09:27:30 queue INFO >>83 [735] -2015-03-12 09:27:30 sendUrl INFO 83 [735] R:OK -2015-03-12 09:28:20 queue INFO >>83 [736] -2015-03-12 09:28:21 sendUrl INFO 83 [736] R:OK -2015-03-12 09:29:10 queue INFO >>83 [737] -2015-03-12 09:29:11 sendUrl INFO 83 [737] R:OK -2015-03-12 09:29:15 queue INFO 81 [738] -2015-03-12 09:29:15 queue INFO >81 [739] -2015-03-12 09:29:15 sendUrl INFO 81 [738] R:OK -2015-03-12 09:29:16 sendUrl INFO 81 [739] R:OK -2015-03-12 09:29:21 queue INFO 83 [740] -2015-03-12 09:29:21 queue INFO >83 [741] -2015-03-12 09:29:21 sendUrl INFO 83 [740] R:OK -2015-03-12 09:29:22 sendUrl INFO 83 [741] R:OK -2015-03-12 09:30:11 queue INFO >>83 [742] -2015-03-12 09:30:11 sendUrl INFO 83 [742] R:OK -2015-03-12 09:31:01 queue INFO >>83 [743] -2015-03-12 09:31:01 sendUrl INFO 83 [743] R:OK diff --git a/ConfIOB/Donati/1010_155/logfile.txt.20130927 b/ConfIOB/Donati/1010_155/logfile.txt.20130927 deleted file mode 100644 index 05222bc..0000000 --- a/ConfIOB/Donati/1010_155/logfile.txt.20130927 +++ /dev/null @@ -1,9384 +0,0 @@ -[2013-09-23 15:02:48] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-23 15:06:37] Avvio ProgrammaReadPar IOB-pi v.1.1 -[2013-09-23 15:06:37] Start ReadPar IOB-pi v.1.1 -[2013-09-23 15:06:38] 1 -[2013-09-23 15:06:40] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-23 18:14:32] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1010&valore=1 -[2013-09-23 18:14:34] >1 -[2013-09-23 18:14:39] NETWORK:Errore http-no com rete-timeout per url: http://192.168.51.71/MPIO/sendReboot.aspx?idxMacchina=1010 -[2013-09-23 18:15:37] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1010&valore=1 -[2013-09-23 18:15:37] 0 -[2013-09-23 18:16:41] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1010&valore=0 -[2013-09-23 18:16:41] 2 -[2013-09-23 18:17:44] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1010&valore=2 -[2013-09-23 18:17:45] 4 -[2013-09-23 18:18:48] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1010&valore=4 -[2013-09-23 18:18:48] 8 -[2013-09-23 18:19:52] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1010&valore=8 -[2013-09-23 18:19:52] 10 -[2013-09-23 18:20:55] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1010&valore=10 -[2013-09-23 18:20:56] 20 -[2013-09-23 18:21:59] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1010&valore=20 -[2013-09-23 18:21:59] 40 -[2013-09-23 18:23:03] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1010&valore=40 -[2013-09-23 18:23:03] 80 -[2013-09-23 18:24:03] Avvio ProgrammaReadPar IOB-pi v.1.1 -[2013-09-23 18:24:03] Start ReadPar IOB-pi v.1.1 -[2013-09-23 18:24:04] 1 -[2013-09-23 18:24:05] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-23 18:24:06] >1 -[2013-09-24 10:52:00] >>1 -[2013-09-24 10:53:01] Avvio ProgrammaReadPar IOB-pi v.1.1 -[2013-09-24 10:53:01] Start ReadPar IOB-pi v.1.1 -[2013-09-24 10:53:01] 1 -[2013-09-24 10:53:02] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-24 10:53:03] >1 -[2013-09-24 10:54:34] >>1 -[2013-09-24 10:55:17] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-24 10:55:34] >>1 -[2013-09-24 10:56:34] >>1 -[2013-09-24 10:57:34] >>1 -[2013-09-24 10:58:35] >>1 -[2013-09-24 10:59:35] >>1 -[2013-09-24 11:00:35] >>1 -[2013-09-24 11:01:35] >>1 -[2013-09-24 11:02:35] >>1 -[2013-09-24 11:03:35] >>1 -[2013-09-24 11:04:36] >>1 -[2013-09-24 11:05:40] Avvio ProgrammaReadPar IOB-pi v.1.1 -[2013-09-24 11:05:40] Start ReadPar IOB-pi v.1.1 -[2013-09-24 11:05:41] 1 -[2013-09-24 11:05:42] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-24 11:05:43] >1 -[2013-09-24 11:07:51] >>1 -[2013-09-24 11:08:51] >>1 -[2013-09-24 11:09:51] >>1 -[2013-09-24 11:10:33] 31 -[2013-09-24 11:10:34] >31 -[2013-09-24 11:10:35] 21 -[2013-09-24 11:10:36] >21 -[2013-09-24 11:11:36] >>21 -[2013-09-24 11:12:20] 1 -[2013-09-24 11:12:21] >1 -[2013-09-24 11:12:27] 3 -[2013-09-24 11:12:29] >3 -[2013-09-24 11:12:34] 1 -[2013-09-24 11:12:35] >1 -[2013-09-24 11:12:53] 3 -[2013-09-24 11:12:54] >3 -[2013-09-24 11:12:56] 13 -[2013-09-24 11:12:58] >13 -[2013-09-24 11:13:16] 17 -[2013-09-24 11:13:17] 13 -[2013-09-24 11:13:19] >13 -[2013-09-24 11:14:19] >>13 -[2013-09-24 11:15:19] >>13 -[2013-09-24 11:16:19] >>13 -[2013-09-24 11:17:19] >>13 -[2013-09-24 11:18:19] >>13 -[2013-09-24 11:19:11] 17 -[2013-09-24 11:19:13] 13 -[2013-09-24 11:19:14] >13 -[2013-09-24 11:20:14] >>13 -[2013-09-24 11:21:14] >>13 -[2013-09-24 11:22:14] >>13 -[2013-09-24 11:23:14] >>13 -[2013-09-24 11:24:14] >>13 -[2013-09-24 11:25:06] 17 -[2013-09-24 11:25:07] 13 -[2013-09-24 11:25:09] >13 -[2013-09-24 11:26:08] >>13 -[2013-09-24 11:27:08] >>13 -[2013-09-24 11:28:09] >>13 -[2013-09-24 11:29:09] >>13 -[2013-09-24 11:30:09] >>13 -[2013-09-24 11:31:00] 17 -[2013-09-24 11:31:02] 13 -[2013-09-24 11:31:04] >13 -[2013-09-24 11:32:03] >>13 -[2013-09-24 11:33:03] >>13 -[2013-09-24 11:34:03] >>13 -[2013-09-24 11:35:04] >>13 -[2013-09-24 11:36:04] >>13 -[2013-09-24 11:36:55] 17 -[2013-09-24 11:36:57] 13 -[2013-09-24 11:36:58] >13 -[2013-09-24 11:37:58] >>13 -[2013-09-24 11:38:58] >>13 -[2013-09-24 11:39:58] >>13 -[2013-09-24 11:40:59] >>13 -[2013-09-24 11:41:59] >>13 -[2013-09-24 11:42:51] 17 -[2013-09-24 11:42:52] 13 -[2013-09-24 11:42:54] >13 -[2013-09-24 11:43:53] >>13 -[2013-09-24 11:44:54] >>13 -[2013-09-24 11:45:54] >>13 -[2013-09-24 11:46:54] >>13 -[2013-09-24 11:47:54] >>13 -[2013-09-24 11:48:26] 93 -[2013-09-24 11:48:27] >93 -[2013-09-24 11:48:30] 13 -[2013-09-24 11:48:32] >13 -[2013-09-24 11:48:46] 17 -[2013-09-24 11:48:48] 13 -[2013-09-24 11:48:50] >13 -[2013-09-24 11:48:52] 93 -[2013-09-24 11:48:53] 13 -[2013-09-24 11:48:54] >13 -[2013-09-24 11:48:55] 93 -[2013-09-24 11:48:56] 13 -[2013-09-24 11:48:58] >13 -[2013-09-24 11:48:59] 93 -[2013-09-24 11:49:00] 13 -[2013-09-24 11:49:02] >13 -[2013-09-24 11:49:10] 93 -[2013-09-24 11:49:12] >93 -[2013-09-24 11:49:15] 13 -[2013-09-24 11:49:16] >13 -[2013-09-24 11:49:28] 93 -[2013-09-24 11:49:30] >93 -[2013-09-24 11:49:31] 13 -[2013-09-24 11:49:33] >13 -[2013-09-24 11:50:32] >>13 -[2013-09-24 11:51:33] >>13 -[2013-09-24 11:52:33] >>13 -[2013-09-24 11:53:33] >>13 -[2013-09-24 11:54:33] >>13 -[2013-09-24 11:54:42] 17 -[2013-09-24 11:54:43] 13 -[2013-09-24 11:54:45] >13 -[2013-09-24 11:55:44] >>13 -[2013-09-24 11:56:44] >>13 -[2013-09-24 11:57:45] >>13 -[2013-09-24 11:58:45] >>13 -[2013-09-24 11:59:45] >>13 -[2013-09-24 12:00:36] 17 -[2013-09-24 12:00:38] 13 -[2013-09-24 12:00:40] >13 -[2013-09-24 12:01:39] >>13 -[2013-09-24 12:02:39] >>13 -[2013-09-24 12:03:39] >>13 -[2013-09-24 12:04:40] >>13 -[2013-09-24 12:05:40] >>13 -[2013-09-24 12:06:31] 17 -[2013-09-24 12:06:32] >17 -[2013-09-24 12:06:33] 13 -[2013-09-24 12:06:34] >13 -[2013-09-24 12:07:34] >>13 -[2013-09-24 12:08:34] >>13 -[2013-09-24 12:09:34] >>13 -[2013-09-24 12:10:35] >>13 -[2013-09-24 12:11:35] >>13 -[2013-09-24 12:12:26] 17 -[2013-09-24 12:12:27] 13 -[2013-09-24 12:12:29] >13 -[2013-09-24 12:13:28] >>13 -[2013-09-24 12:14:29] >>13 -[2013-09-24 12:15:29] >>13 -[2013-09-24 12:16:29] >>13 -[2013-09-24 12:17:29] >>13 -[2013-09-24 12:18:21] 17 -[2013-09-24 12:18:23] >17 -[2013-09-24 12:18:23] 13 -[2013-09-24 12:18:25] >13 -[2013-09-24 12:19:24] >>13 -[2013-09-24 12:20:25] >>13 -[2013-09-24 12:21:25] >>13 -[2013-09-24 12:22:25] >>13 -[2013-09-24 12:23:25] >>13 -[2013-09-24 12:24:17] 17 -[2013-09-24 12:24:18] 13 -[2013-09-24 12:24:20] >13 -[2013-09-24 12:25:19] >>13 -[2013-09-24 12:26:19] >>13 -[2013-09-24 12:27:20] >>13 -[2013-09-24 12:28:20] >>13 -[2013-09-24 12:29:20] >>13 -[2013-09-24 12:30:12] 17 -[2013-09-24 12:30:14] 13 -[2013-09-24 12:30:15] >13 -[2013-09-24 12:31:15] >>13 -[2013-09-24 12:32:15] >>13 -[2013-09-24 12:33:15] >>13 -[2013-09-24 12:34:15] >>13 -[2013-09-24 12:35:15] >>13 -[2013-09-24 12:36:06] 17 -[2013-09-24 12:36:08] 13 -[2013-09-24 12:36:10] >13 -[2013-09-24 12:37:09] >>13 -[2013-09-24 12:38:09] >>13 -[2013-09-24 12:39:09] >>13 -[2013-09-24 12:40:10] >>13 -[2013-09-24 12:41:10] >>13 -[2013-09-24 12:42:01] 17 -[2013-09-24 12:42:03] 13 -[2013-09-24 12:42:04] >13 -[2013-09-24 12:43:04] >>13 -[2013-09-24 12:44:04] >>13 -[2013-09-24 12:45:04] >>13 -[2013-09-24 12:46:04] >>13 -[2013-09-24 12:47:05] >>13 -[2013-09-24 12:47:56] 17 -[2013-09-24 12:47:58] 13 -[2013-09-24 12:47:59] >13 -[2013-09-24 12:48:59] >>13 -[2013-09-24 12:49:59] >>13 -[2013-09-24 12:50:59] >>13 -[2013-09-24 12:51:59] >>13 -[2013-09-24 12:52:59] >>13 -[2013-09-24 12:53:52] 17 -[2013-09-24 12:53:53] 13 -[2013-09-24 12:53:55] >13 -[2013-09-24 12:54:54] >>13 -[2013-09-24 12:55:55] >>13 -[2013-09-24 12:56:55] >>13 -[2013-09-24 12:57:55] >>13 -[2013-09-24 12:58:55] >>13 -[2013-09-24 12:59:47] 17 -[2013-09-24 12:59:49] 13 -[2013-09-24 12:59:50] >13 -[2013-09-24 13:00:50] >>13 -[2013-09-24 13:01:50] >>13 -[2013-09-24 13:02:50] >>13 -[2013-09-24 13:03:50] >>13 -[2013-09-24 13:04:50] >>13 -[2013-09-24 13:05:42] 17 -[2013-09-24 13:05:43] 13 -[2013-09-24 13:05:45] >13 -[2013-09-24 13:06:45] >>13 -[2013-09-24 13:07:45] >>13 -[2013-09-24 13:08:45] >>13 -[2013-09-24 13:09:45] >>13 -[2013-09-24 13:10:45] >>13 -[2013-09-24 13:11:37] 17 -[2013-09-24 13:11:38] 13 -[2013-09-24 13:11:40] >13 -[2013-09-24 13:12:21] 3 -[2013-09-24 13:12:22] >3 -[2013-09-24 13:12:28] 1 -[2013-09-24 13:12:29] >1 -[2013-09-24 13:12:30] 21 -[2013-09-24 13:12:31] >21 -[2013-09-24 13:13:31] >>21 -[2013-09-24 13:14:31] >>21 -[2013-09-24 13:15:31] >>21 -[2013-09-24 13:16:31] >>21 -[2013-09-24 13:16:32] 1 -[2013-09-24 13:16:34] >1 -[2013-09-24 13:16:36] 11 -[2013-09-24 13:16:38] >11 -[2013-09-24 13:17:37] >>11 -[2013-09-24 13:18:37] >>11 -[2013-09-24 13:19:38] >>11 -[2013-09-24 13:20:38] >>11 -[2013-09-24 13:21:06] 13 -[2013-09-24 13:21:08] >13 -[2013-09-24 13:22:07] >>13 -[2013-09-24 13:22:21] 17 -[2013-09-24 13:22:22] 13 -[2013-09-24 13:22:24] >13 -[2013-09-24 13:23:23] >>13 -[2013-09-24 13:24:23] >>13 -[2013-09-24 13:24:48] 93 -[2013-09-24 13:24:50] >93 -[2013-09-24 13:24:52] 13 -[2013-09-24 13:24:53] >13 -[2013-09-24 13:25:09] 93 -[2013-09-24 13:25:11] >93 -[2013-09-24 13:25:13] 13 -[2013-09-24 13:25:15] >13 -[2013-09-24 13:25:29] 93 -[2013-09-24 13:25:30] >93 -[2013-09-24 13:25:33] 13 -[2013-09-24 13:25:35] >13 -[2013-09-24 13:25:52] 93 -[2013-09-24 13:25:54] >93 -[2013-09-24 13:25:59] 13 -[2013-09-24 13:26:01] >13 -[2013-09-24 13:27:00] >>13 -[2013-09-24 13:28:00] >>13 -[2013-09-24 13:28:16] 17 -[2013-09-24 13:28:17] 13 -[2013-09-24 13:28:19] >13 -[2013-09-24 13:29:18] >>13 -[2013-09-24 13:30:18] >>13 -[2013-09-24 13:31:19] >>13 -[2013-09-24 13:32:19] >>13 -[2013-09-24 13:33:19] >>13 -[2013-09-24 13:34:11] 17 -[2013-09-24 13:34:12] 13 -[2013-09-24 13:34:14] >13 -[2013-09-24 13:35:14] >>13 -[2013-09-24 13:36:14] >>13 -[2013-09-24 13:37:14] >>13 -[2013-09-24 13:38:14] >>13 -[2013-09-24 13:39:14] >>13 -[2013-09-24 13:40:06] 17 -[2013-09-24 13:40:08] 13 -[2013-09-24 13:40:09] >13 -[2013-09-24 13:41:09] >>13 -[2013-09-24 13:42:09] >>13 -[2013-09-24 13:43:09] >>13 -[2013-09-24 13:44:09] >>13 -[2013-09-24 13:45:10] >>13 -[2013-09-24 13:46:01] 17 -[2013-09-24 13:46:03] 13 -[2013-09-24 13:46:04] >13 -[2013-09-24 13:47:04] >>13 -[2013-09-24 13:48:04] >>13 -[2013-09-24 13:49:04] >>13 -[2013-09-24 13:50:04] >>13 -[2013-09-24 13:51:05] >>13 -[2013-09-24 13:51:56] 17 -[2013-09-24 13:51:58] 13 -[2013-09-24 13:52:00] >13 -[2013-09-24 13:52:59] >>13 -[2013-09-24 13:53:59] >>13 -[2013-09-24 13:55:00] >>13 -[2013-09-24 13:56:00] >>13 -[2013-09-24 13:57:00] >>13 -[2013-09-24 13:57:51] 17 -[2013-09-24 13:57:52] 13 -[2013-09-24 13:57:54] >13 -[2013-09-24 13:58:54] >>13 -[2013-09-24 13:59:54] >>13 -[2013-09-24 14:00:54] >>13 -[2013-09-24 14:01:54] >>13 -[2013-09-24 14:02:54] >>13 -[2013-09-24 14:03:46] 17 -[2013-09-24 14:03:47] 13 -[2013-09-24 14:03:49] >13 -[2013-09-24 14:04:49] >>13 -[2013-09-24 14:05:49] >>13 -[2013-09-24 14:06:49] >>13 -[2013-09-24 14:07:49] >>13 -[2013-09-24 14:08:49] >>13 -[2013-09-24 14:09:41] 17 -[2013-09-24 14:09:43] 13 -[2013-09-24 14:09:44] >13 -[2013-09-24 14:10:44] >>13 -[2013-09-24 14:11:44] >>13 -[2013-09-24 14:12:44] >>13 -[2013-09-24 14:13:45] >>13 -[2013-09-24 14:14:45] >>13 -[2013-09-24 14:15:37] 17 -[2013-09-24 14:15:38] 13 -[2013-09-24 14:15:40] >13 -[2013-09-24 14:16:39] >>13 -[2013-09-24 14:17:40] >>13 -[2013-09-24 14:18:40] >>13 -[2013-09-24 14:19:40] >>13 -[2013-09-24 14:20:40] >>13 -[2013-09-24 14:21:31] 17 -[2013-09-24 14:21:33] 13 -[2013-09-24 14:21:35] >13 -[2013-09-24 14:22:34] >>13 -[2013-09-24 14:23:35] >>13 -[2013-09-24 14:24:35] >>13 -[2013-09-24 14:25:35] >>13 -[2013-09-24 14:26:35] >>13 -[2013-09-24 14:27:26] 17 -[2013-09-24 14:27:28] 13 -[2013-09-24 14:27:30] >13 -[2013-09-24 14:28:29] >>13 -[2013-09-24 14:29:29] >>13 -[2013-09-24 14:30:30] >>13 -[2013-09-24 14:31:30] >>13 -[2013-09-24 14:32:30] >>13 -[2013-09-24 14:33:21] 17 -[2013-09-24 14:33:22] 13 -[2013-09-24 14:33:24] >13 -[2013-09-24 14:34:24] >>13 -[2013-09-24 14:35:24] >>13 -[2013-09-24 14:36:24] >>13 -[2013-09-24 14:37:24] >>13 -[2013-09-24 14:38:25] >>13 -[2013-09-24 14:39:16] 17 -[2013-09-24 14:39:17] 13 -[2013-09-24 14:39:19] >13 -[2013-09-24 14:40:19] >>13 -[2013-09-24 14:41:19] >>13 -[2013-09-24 14:42:19] >>13 -[2013-09-24 14:43:19] >>13 -[2013-09-24 14:44:19] >>13 -[2013-09-24 14:45:11] 17 -[2013-09-24 14:45:13] 13 -[2013-09-24 14:45:14] >13 -[2013-09-24 14:46:14] >>13 -[2013-09-24 14:47:14] >>13 -[2013-09-24 14:48:14] >>13 -[2013-09-24 14:49:15] >>13 -[2013-09-24 14:50:15] >>13 -[2013-09-24 14:51:07] 17 -[2013-09-24 14:51:08] 13 -[2013-09-24 14:51:10] >13 -[2013-09-24 14:52:09] >>13 -[2013-09-24 14:53:10] >>13 -[2013-09-24 14:54:10] >>13 -[2013-09-24 14:54:19] 11 -[2013-09-24 14:54:21] >11 -[2013-09-24 14:54:36] 13 -[2013-09-24 14:54:37] >13 -[2013-09-24 14:55:37] >>13 -[2013-09-24 14:56:37] >>13 -[2013-09-24 14:57:02] 17 -[2013-09-24 14:57:03] 13 -[2013-09-24 14:57:05] >13 -[2013-09-24 14:57:18] 93 -[2013-09-24 14:57:19] >93 -[2013-09-24 14:57:20] 13 -[2013-09-24 14:57:22] >13 -[2013-09-24 14:57:24] 93 -[2013-09-24 14:57:26] 13 -[2013-09-24 14:57:27] >13 -[2013-09-24 14:57:32] 93 -[2013-09-24 14:57:34] 13 -[2013-09-24 14:57:35] >13 -[2013-09-24 14:57:38] 93 -[2013-09-24 14:57:40] 13 -[2013-09-24 14:57:41] >13 -[2013-09-24 14:57:44] 93 -[2013-09-24 14:57:45] 13 -[2013-09-24 14:57:47] >13 -[2013-09-24 14:57:50] 93 -[2013-09-24 14:57:52] 13 -[2013-09-24 14:57:54] >13 -[2013-09-24 14:57:56] 93 -[2013-09-24 14:57:58] 13 -[2013-09-24 14:58:00] >13 -[2013-09-24 14:58:03] 93 -[2013-09-24 14:58:04] 13 -[2013-09-24 14:58:05] >13 -[2013-09-24 14:58:08] 93 -[2013-09-24 14:58:10] 13 -[2013-09-24 14:58:11] 93 -[2013-09-24 14:58:12] >93 -[2013-09-24 14:58:15] 13 -[2013-09-24 14:58:16] 11 -[2013-09-24 14:58:18] >11 -[2013-09-24 14:58:18] 91 -[2013-09-24 14:58:20] 11 -[2013-09-24 14:58:21] >11 -[2013-09-24 14:58:22] 91 -[2013-09-24 14:58:24] >91 -[2013-09-24 14:58:32] 11 -[2013-09-24 14:58:33] >11 -[2013-09-24 14:58:37] 91 -[2013-09-24 14:58:38] >91 -[2013-09-24 14:58:40] 11 -[2013-09-24 14:58:40] 91 -[2013-09-24 14:58:42] >91 -[2013-09-24 14:58:44] 11 -[2013-09-24 14:58:45] >11 -[2013-09-24 14:58:48] 91 -[2013-09-24 14:58:49] >91 -[2013-09-24 14:58:56] 11 -[2013-09-24 14:58:57] >11 -[2013-09-24 14:59:01] 91 -[2013-09-24 14:59:02] 11 -[2013-09-24 14:59:04] >11 -[2013-09-24 15:00:04] >>11 -[2013-09-24 15:01:04] >>11 -[2013-09-24 15:02:04] >>11 -[2013-09-24 15:02:37] 13 -[2013-09-24 15:02:39] >13 -[2013-09-24 15:03:01] 17 -[2013-09-24 15:03:03] 13 -[2013-09-24 15:03:05] >13 -[2013-09-24 15:04:04] >>13 -[2013-09-24 15:05:04] >>13 -[2013-09-24 15:06:05] >>13 -[2013-09-24 15:07:05] >>13 -[2013-09-24 15:08:05] >>13 -[2013-09-24 15:08:56] 17 -[2013-09-24 15:08:58] 13 -[2013-09-24 15:08:59] >13 -[2013-09-24 15:09:59] >>13 -[2013-09-24 15:10:59] >>13 -[2013-09-24 15:12:00] >>13 -[2013-09-24 15:13:00] >>13 -[2013-09-24 15:14:00] >>13 -[2013-09-24 15:14:51] 17 -[2013-09-24 15:14:52] 13 -[2013-09-24 15:14:54] >13 -[2013-09-24 15:15:54] >>13 -[2013-09-24 15:16:54] >>13 -[2013-09-24 15:17:54] >>13 -[2013-09-24 15:18:54] >>13 -[2013-09-24 15:19:54] >>13 -[2013-09-24 15:20:47] 17 -[2013-09-24 15:20:48] 13 -[2013-09-24 15:20:50] >13 -[2013-09-24 15:20:50] 11 -[2013-09-24 15:20:52] >11 -[2013-09-24 15:21:52] >>11 -[2013-09-24 15:22:52] >>11 -[2013-09-24 15:23:52] >>11 -[2013-09-24 15:24:52] >>11 -[2013-09-24 15:25:53] >>11 -[2013-09-24 15:26:33] 51 -[2013-09-24 15:26:34] >51 -[2013-09-24 15:26:39] 1 -[2013-09-24 15:26:40] >1 -[2013-09-24 15:26:42] 21 -[2013-09-24 15:26:43] >21 -[2013-09-24 15:27:43] >>21 -[2013-09-24 15:28:43] >>21 -[2013-09-24 15:29:43] >>21 -[2013-09-24 15:30:44] >>21 -[2013-09-24 15:31:44] >>21 -[2013-09-24 15:32:44] >>21 -[2013-09-24 15:33:44] >>21 -[2013-09-24 15:34:05] 1 -[2013-09-24 15:34:07] >1 -[2013-09-24 15:34:12] 3 -[2013-09-24 15:34:14] >3 -[2013-09-24 15:34:17] 13 -[2013-09-24 15:34:19] >13 -[2013-09-24 15:34:37] 17 -[2013-09-24 15:34:39] 13 -[2013-09-24 15:34:40] >13 -[2013-09-24 15:35:40] >>13 -[2013-09-24 15:36:40] >>13 -[2013-09-24 15:37:41] >>13 -[2013-09-24 15:38:41] >>13 -[2013-09-24 15:39:41] >>13 -[2013-09-24 15:40:32] 17 -[2013-09-24 15:40:34] 13 -[2013-09-24 15:40:35] >13 -[2013-09-24 15:41:35] >>13 -[2013-09-24 15:42:35] >>13 -[2013-09-24 15:43:35] >>13 -[2013-09-24 15:44:36] >>13 -[2013-09-24 15:45:36] >>13 -[2013-09-24 15:46:27] 17 -[2013-09-24 15:46:29] 13 -[2013-09-24 15:46:35] >13 -[2013-09-24 15:47:34] >>13 -[2013-09-24 15:48:34] >>13 -[2013-09-24 15:49:35] >>13 -[2013-09-24 15:50:35] >>13 -[2013-09-24 15:51:35] >>13 -[2013-09-24 15:52:22] 17 -[2013-09-24 15:52:23] 13 -[2013-09-24 15:52:25] >13 -[2013-09-24 15:53:25] >>13 -[2013-09-24 15:54:25] >>13 -[2013-09-24 15:55:25] >>13 -[2013-09-24 15:56:25] >>13 -[2013-09-24 15:57:25] >>13 -[2013-09-24 15:58:17] 17 -[2013-09-24 15:58:18] 13 -[2013-09-24 15:58:19] >13 -[2013-09-24 15:59:19] >>13 -[2013-09-24 16:00:19] >>13 -[2013-09-24 16:01:20] >>13 -[2013-09-24 16:02:20] >>13 -[2013-09-24 16:03:20] >>13 -[2013-09-24 16:04:12] 17 -[2013-09-24 16:04:14] 13 -[2013-09-24 16:04:15] >13 -[2013-09-24 16:05:15] >>13 -[2013-09-24 16:05:16] 93 -[2013-09-24 16:05:18] >93 -[2013-09-24 16:05:20] 13 -[2013-09-24 16:05:22] >13 -[2013-09-24 16:05:36] 93 -[2013-09-24 16:05:37] >93 -[2013-09-24 16:05:40] 13 -[2013-09-24 16:05:41] >13 -[2013-09-24 16:06:41] >>13 -[2013-09-24 16:07:41] >>13 -[2013-09-24 16:08:42] >>13 -[2013-09-24 16:09:42] >>13 -[2013-09-24 16:10:07] 17 -[2013-09-24 16:10:09] 13 -[2013-09-24 16:10:11] >13 -[2013-09-24 16:11:10] >>13 -[2013-09-24 16:12:11] >>13 -[2013-09-24 16:13:11] >>13 -[2013-09-24 16:14:11] >>13 -[2013-09-24 16:15:11] >>13 -[2013-09-24 16:16:02] 17 -[2013-09-24 16:16:04] 13 -[2013-09-24 16:16:06] >13 -[2013-09-24 16:17:05] >>13 -[2013-09-24 16:18:05] >>13 -[2013-09-24 16:19:06] >>13 -[2013-09-24 16:20:06] >>13 -[2013-09-24 16:21:06] >>13 -[2013-09-24 16:21:57] 17 -[2013-09-24 16:21:59] 13 -[2013-09-24 16:22:01] >13 -[2013-09-24 16:23:00] >>13 -[2013-09-24 16:24:00] >>13 -[2013-09-24 16:25:01] >>13 -[2013-09-24 16:26:01] >>13 -[2013-09-24 16:27:01] >>13 -[2013-09-24 16:27:52] 17 -[2013-09-24 16:27:53] 13 -[2013-09-24 16:27:55] >13 -[2013-09-24 16:28:55] >>13 -[2013-09-24 16:29:55] >>13 -[2013-09-24 16:30:55] >>13 -[2013-09-24 16:31:55] >>13 -[2013-09-24 16:32:55] >>13 -[2013-09-24 16:33:47] 17 -[2013-09-24 16:33:48] 13 -[2013-09-24 16:33:50] >13 -[2013-09-24 16:34:50] >>13 -[2013-09-24 16:35:50] >>13 -[2013-09-24 16:36:50] >>13 -[2013-09-24 16:37:50] >>13 -[2013-09-24 16:38:50] >>13 -[2013-09-24 16:39:42] 17 -[2013-09-24 16:39:44] 13 -[2013-09-24 16:39:45] >13 -[2013-09-24 16:40:45] >>13 -[2013-09-24 16:41:45] >>13 -[2013-09-24 16:42:45] >>13 -[2013-09-24 16:43:46] >>13 -[2013-09-24 16:44:46] >>13 -[2013-09-24 16:45:37] 17 -[2013-09-24 16:45:39] 13 -[2013-09-24 16:45:41] >13 -[2013-09-24 16:46:40] >>13 -[2013-09-24 16:47:41] >>13 -[2013-09-24 16:48:41] >>13 -[2013-09-24 16:49:41] >>13 -[2013-09-24 16:50:41] >>13 -[2013-09-24 16:51:33] 17 -[2013-09-24 16:51:34] 13 -[2013-09-24 16:51:36] >13 -[2013-09-24 16:52:36] >>13 -[2013-09-24 16:53:36] >>13 -[2013-09-24 16:54:36] >>13 -[2013-09-24 16:55:36] >>13 -[2013-09-24 16:56:37] >>13 -[2013-09-24 16:57:27] 17 -[2013-09-24 16:57:29] 13 -[2013-09-24 16:57:31] >13 -[2013-09-24 16:58:30] >>13 -[2013-09-24 16:59:30] >>13 -[2013-09-24 17:00:31] >>13 -[2013-09-24 17:01:31] >>13 -[2013-09-24 17:02:31] >>13 -[2013-09-24 17:03:22] 17 -[2013-09-24 17:03:24] 13 -[2013-09-24 17:03:30] >13 -[2013-09-24 17:04:30] >>13 -[2013-09-24 17:05:30] >>13 -[2013-09-24 17:06:30] >>13 -[2013-09-24 17:07:31] >>13 -[2013-09-24 17:08:31] >>13 -[2013-09-24 17:09:17] 17 -[2013-09-24 17:09:19] 13 -[2013-09-24 17:09:20] >13 -[2013-09-24 17:10:20] >>13 -[2013-09-24 17:11:20] >>13 -[2013-09-24 17:12:20] >>13 -[2013-09-24 17:13:21] >>13 -[2013-09-24 17:14:21] >>13 -[2013-09-24 17:15:12] 17 -[2013-09-24 17:15:14] 13 -[2013-09-24 17:15:16] >13 -[2013-09-24 17:15:19] 11 -[2013-09-24 17:15:21] >11 -[2013-09-24 17:15:57] 1 -[2013-09-24 17:15:58] >1 -[2013-09-24 17:16:33] 21 -[2013-09-24 17:16:35] >21 -[2013-09-24 17:17:35] >>21 -[2013-09-24 17:18:35] >>21 -[2013-09-24 17:19:30] 1 -[2013-09-24 17:19:32] >1 -[2013-09-24 17:19:36] 3 -[2013-09-24 17:19:38] >3 -[2013-09-24 17:19:40] 13 -[2013-09-24 17:19:42] >13 -[2013-09-24 17:20:41] >>13 -[2013-09-24 17:21:42] >>13 -[2013-09-24 17:22:42] >>13 -[2013-09-24 17:23:42] >>13 -[2013-09-24 17:24:42] >>13 -[2013-09-24 17:24:52] 17 -[2013-09-24 17:24:54] 13 -[2013-09-24 17:24:55] >13 -[2013-09-24 17:25:55] >>13 -[2013-09-24 17:26:55] >>13 -[2013-09-24 17:27:59] >>13 -[2013-09-24 17:28:59] >>13 -[2013-09-24 17:29:59] >>13 -[2013-09-24 17:30:47] 17 -[2013-09-24 17:30:49] 13 -[2013-09-24 17:30:51] >13 -[2013-09-24 17:31:50] >>13 -[2013-09-24 17:32:50] >>13 -[2013-09-24 17:33:51] >>13 -[2013-09-24 17:34:51] >>13 -[2013-09-24 17:35:51] >>13 -[2013-09-24 17:36:42] 17 -[2013-09-24 17:36:43] 13 -[2013-09-24 17:36:45] >13 -[2013-09-24 17:37:45] >>13 -[2013-09-24 17:38:45] >>13 -[2013-09-24 17:39:45] >>13 -[2013-09-24 17:40:45] >>13 -[2013-09-24 17:41:17] 93 -[2013-09-24 17:41:19] 13 -[2013-09-24 17:41:20] >13 -[2013-09-24 17:41:23] 93 -[2013-09-24 17:41:24] 13 -[2013-09-24 17:41:25] >13 -[2013-09-24 17:41:29] 93 -[2013-09-24 17:41:30] >93 -[2013-09-24 17:41:42] 13 -[2013-09-24 17:41:43] >13 -[2013-09-24 17:41:50] 93 -[2013-09-24 17:41:51] 13 -[2013-09-24 17:41:53] >13 -[2013-09-24 17:41:59] 93 -[2013-09-24 17:42:00] >93 -[2013-09-24 17:42:23] 13 -[2013-09-24 17:42:24] 93 -[2013-09-24 17:42:26] 13 -[2013-09-24 17:42:27] >13 -[2013-09-24 17:42:28] 93 -[2013-09-24 17:42:30] 13 -[2013-09-24 17:42:31] 93 -[2013-09-24 17:42:33] 13 -[2013-09-24 17:42:34] 93 -[2013-09-24 17:42:36] 13 -[2013-09-24 17:42:38] 93 -[2013-09-24 17:42:39] >93 -[2013-09-24 17:42:40] 13 -[2013-09-24 17:42:42] >13 -[2013-09-24 17:42:45] 93 -[2013-09-24 17:42:46] 13 -[2013-09-24 17:42:48] >13 -[2013-09-24 17:42:51] 17 -[2013-09-24 17:42:52] 97 -[2013-09-24 17:42:53] 93 -[2013-09-24 17:42:55] 13 -[2013-09-24 17:42:56] >13 -[2013-09-24 17:43:00] 93 -[2013-09-24 17:43:02] >93 -[2013-09-24 17:43:03] 13 -[2013-09-24 17:43:04] >13 -[2013-09-24 17:43:05] 93 -[2013-09-24 17:43:06] >93 -[2013-09-24 17:43:07] 13 -[2013-09-24 17:43:09] >13 -[2013-09-24 17:44:08] >>13 -[2013-09-24 17:45:09] >>13 -[2013-09-24 17:46:09] >>13 -[2013-09-24 17:47:09] >>13 -[2013-09-24 17:48:09] >>13 -[2013-09-24 17:48:46] 17 -[2013-09-24 17:48:48] 13 -[2013-09-24 17:48:50] >13 -[2013-09-24 17:49:49] >>13 -[2013-09-24 17:50:49] >>13 -[2013-09-24 17:51:50] >>13 -[2013-09-24 17:52:50] >>13 -[2013-09-24 17:53:50] >>13 -[2013-09-24 17:54:42] 17 -[2013-09-24 17:54:43] 13 -[2013-09-24 17:54:45] >13 -[2013-09-24 17:55:45] >>13 -[2013-09-24 17:56:45] >>13 -[2013-09-24 17:57:45] >>13 -[2013-09-24 17:58:45] >>13 -[2013-09-24 17:59:45] >>13 -[2013-09-24 18:00:37] 17 -[2013-09-24 18:00:39] 13 -[2013-09-24 18:00:40] >13 -[2013-09-24 18:01:40] >>13 -[2013-09-24 18:02:40] >>13 -[2013-09-24 18:03:40] >>13 -[2013-09-24 18:04:41] >>13 -[2013-09-24 18:05:41] >>13 -[2013-09-24 18:06:32] 17 -[2013-09-24 18:06:34] 13 -[2013-09-24 18:06:35] >13 -[2013-09-24 18:07:35] >>13 -[2013-09-24 18:08:35] >>13 -[2013-09-24 18:09:35] >>13 -[2013-09-24 18:10:36] >>13 -[2013-09-24 18:11:36] >>13 -[2013-09-24 18:12:27] 17 -[2013-09-24 18:12:29] 13 -[2013-09-24 18:12:30] >13 -[2013-09-24 18:13:30] >>13 -[2013-09-24 18:14:30] >>13 -[2013-09-24 18:15:30] >>13 -[2013-09-24 18:16:30] >>13 -[2013-09-24 18:17:31] >>13 -[2013-09-24 18:18:21] 17 -[2013-09-24 18:18:23] 13 -[2013-09-24 18:18:25] >13 -[2013-09-24 18:19:24] >>13 -[2013-09-24 18:20:25] >>13 -[2013-09-24 18:21:25] >>13 -[2013-09-24 18:22:25] >>13 -[2013-09-24 18:23:25] >>13 -[2013-09-24 18:24:16] 17 -[2013-09-24 18:24:18] 13 -[2013-09-24 18:24:20] >13 -[2013-09-24 18:25:19] >>13 -[2013-09-24 18:26:19] >>13 -[2013-09-24 18:27:20] >>13 -[2013-09-24 18:28:20] >>13 -[2013-09-24 18:29:20] >>13 -[2013-09-24 18:30:12] 17 -[2013-09-24 18:30:13] 13 -[2013-09-24 18:30:15] >13 -[2013-09-24 18:31:15] >>13 -[2013-09-24 18:32:15] >>13 -[2013-09-24 18:33:15] >>13 -[2013-09-24 18:34:15] >>13 -[2013-09-24 18:35:15] >>13 -[2013-09-24 18:36:07] 17 -[2013-09-24 18:36:09] 13 -[2013-09-24 18:36:10] >13 -[2013-09-24 18:37:10] >>13 -[2013-09-24 18:38:10] >>13 -[2013-09-24 18:39:10] >>13 -[2013-09-24 18:40:11] >>13 -[2013-09-24 18:41:11] >>13 -[2013-09-24 18:42:03] 17 -[2013-09-24 18:42:04] 13 -[2013-09-24 18:42:06] >13 -[2013-09-24 18:43:05] >>13 -[2013-09-24 18:44:06] >>13 -[2013-09-24 18:45:06] >>13 -[2013-09-24 18:46:06] >>13 -[2013-09-24 18:47:06] >>13 -[2013-09-24 18:47:57] 17 -[2013-09-24 18:47:59] 13 -[2013-09-24 18:48:00] >13 -[2013-09-24 18:49:00] >>13 -[2013-09-24 18:50:00] >>13 -[2013-09-24 18:51:00] >>13 -[2013-09-24 18:51:34] 11 -[2013-09-24 18:51:36] >11 -[2013-09-24 18:52:36] >>11 -[2013-09-24 18:53:36] >>11 -[2013-09-24 18:53:44] 51 -[2013-09-24 18:53:45] >51 -[2013-09-24 18:53:50] 1 -[2013-09-24 18:53:51] >1 -[2013-09-24 18:54:33] 81 -[2013-09-24 18:54:35] >81 -[2013-09-24 18:54:36] 1 -[2013-09-24 18:54:38] >1 -[2013-09-24 18:54:50] 81 -[2013-09-24 18:54:52] >81 -[2013-09-24 18:55:01] 1 -[2013-09-24 18:55:03] >1 -[2013-09-24 18:55:16] 81 -[2013-09-24 18:55:18] >81 -[2013-09-24 18:55:38] 1 -[2013-09-24 18:55:40] >1 -[2013-09-24 18:55:51] 81 -[2013-09-24 18:55:53] 1 -[2013-09-24 18:55:55] >1 -[2013-09-24 18:56:54] >>1 -[2013-09-24 18:57:55] >>1 -[2013-09-24 18:58:55] >>1 -[2013-09-24 18:59:55] >>1 -[2013-09-24 19:00:55] >>1 -[2013-09-24 19:01:55] >>1 -[2013-09-24 19:02:56] >>1 -[2013-09-24 19:03:56] >>1 -[2013-09-24 19:04:56] >>1 -[2013-09-24 19:05:56] >>1 -[2013-09-24 19:06:56] >>1 -[2013-09-24 19:07:57] >>1 -[2013-09-24 19:08:57] >>1 -[2013-09-24 19:09:57] >>1 -[2013-09-24 19:10:57] >>1 -[2013-09-24 19:11:57] >>1 -[2013-09-24 19:12:15] 21 -[2013-09-24 19:12:16] >21 -[2013-09-24 19:13:16] >>21 -[2013-09-24 19:14:16] >>21 -[2013-09-24 19:15:16] >>21 -[2013-09-24 19:16:17] >>21 -[2013-09-24 19:17:17] >>21 -[2013-09-24 19:18:01] 1 -[2013-09-24 19:18:03] >1 -[2013-09-24 19:18:07] 3 -[2013-09-24 19:18:10] >3 -[2013-09-24 19:18:15] 13 -[2013-09-24 19:18:17] >13 -[2013-09-24 19:18:35] 17 -[2013-09-24 19:18:37] 13 -[2013-09-24 19:18:38] >13 -[2013-09-24 19:19:38] >>13 -[2013-09-24 19:20:38] >>13 -[2013-09-24 19:21:38] >>13 -[2013-09-24 19:22:39] >>13 -[2013-09-24 19:23:39] >>13 -[2013-09-24 19:24:31] 17 -[2013-09-24 19:24:32] 13 -[2013-09-24 19:24:34] >13 -[2013-09-24 19:25:33] >>13 -[2013-09-24 19:26:34] >>13 -[2013-09-24 19:27:34] >>13 -[2013-09-24 19:28:34] >>13 -[2013-09-24 19:29:34] >>13 -[2013-09-24 19:30:25] 17 -[2013-09-24 19:30:27] 13 -[2013-09-24 19:30:28] >13 -[2013-09-24 19:31:28] >>13 -[2013-09-24 19:32:28] >>13 -[2013-09-24 19:33:28] >>13 -[2013-09-24 19:34:28] >>13 -[2013-09-24 19:35:29] >>13 -[2013-09-24 19:36:20] 17 -[2013-09-24 19:36:22] 13 -[2013-09-24 19:36:23] >13 -[2013-09-24 19:37:23] >>13 -[2013-09-24 19:38:23] >>13 -[2013-09-24 19:39:23] >>13 -[2013-09-24 19:40:23] >>13 -[2013-09-24 19:41:24] >>13 -[2013-09-24 19:42:14] 17 -[2013-09-24 19:42:16] 13 -[2013-09-24 19:42:18] >13 -[2013-09-24 19:43:17] >>13 -[2013-09-24 19:44:17] >>13 -[2013-09-24 19:44:32] 93 -[2013-09-24 19:44:34] >93 -[2013-09-24 19:44:56] 13 -[2013-09-24 19:44:58] >13 -[2013-09-24 19:45:02] 93 -[2013-09-24 19:45:03] >93 -[2013-09-24 19:45:04] 13 -[2013-09-24 19:45:05] >13 -[2013-09-24 19:46:05] >>13 -[2013-09-24 19:47:05] >>13 -[2013-09-24 19:48:06] >>13 -[2013-09-24 19:48:10] 17 -[2013-09-24 19:48:12] 13 -[2013-09-24 19:48:13] >13 -[2013-09-24 19:49:13] >>13 -[2013-09-24 19:50:13] >>13 -[2013-09-24 19:51:13] >>13 -[2013-09-24 19:52:14] >>13 -[2013-09-24 19:53:14] >>13 -[2013-09-24 19:54:06] 17 -[2013-09-24 19:54:07] 13 -[2013-09-24 19:54:09] >13 -[2013-09-24 19:55:08] >>13 -[2013-09-24 19:56:09] >>13 -[2013-09-24 19:57:09] >>13 -[2013-09-24 19:58:09] >>13 -[2013-09-24 19:59:09] >>13 -[2013-09-24 20:00:01] 17 -[2013-09-24 20:00:02] 13 -[2013-09-24 20:00:04] >13 -[2013-09-24 20:01:03] >>13 -[2013-09-24 20:02:04] >>13 -[2013-09-24 20:03:04] >>13 -[2013-09-24 20:04:04] >>13 -[2013-09-24 20:05:04] >>13 -[2013-09-24 20:05:55] 17 -[2013-09-24 20:05:57] 13 -[2013-09-24 20:05:59] >13 -[2013-09-24 20:06:58] >>13 -[2013-09-24 20:07:59] >>13 -[2013-09-24 20:08:59] >>13 -[2013-09-24 20:09:59] >>13 -[2013-09-24 20:10:59] >>13 -[2013-09-24 20:11:50] 17 -[2013-09-24 20:11:51] 13 -[2013-09-24 20:11:53] >13 -[2013-09-24 20:12:53] >>13 -[2013-09-24 20:13:53] >>13 -[2013-09-24 20:14:53] >>13 -[2013-09-24 20:15:53] >>13 -[2013-09-24 20:16:54] >>13 -[2013-09-24 20:17:45] 17 -[2013-09-24 20:17:46] 13 -[2013-09-24 20:17:48] >13 -[2013-09-24 20:18:48] >>13 -[2013-09-24 20:19:48] >>13 -[2013-09-24 20:20:48] >>13 -[2013-09-24 20:21:48] >>13 -[2013-09-24 20:22:48] >>13 -[2013-09-24 20:23:40] 17 -[2013-09-24 20:23:42] 13 -[2013-09-24 20:23:43] >13 -[2013-09-24 20:24:43] >>13 -[2013-09-24 20:25:43] >>13 -[2013-09-24 20:26:43] >>13 -[2013-09-24 20:27:44] >>13 -[2013-09-24 20:28:44] >>13 -[2013-09-24 20:29:36] 17 -[2013-09-24 20:29:37] 13 -[2013-09-24 20:29:39] >13 -[2013-09-24 20:30:39] >>13 -[2013-09-24 20:31:39] >>13 -[2013-09-24 20:32:39] >>13 -[2013-09-24 20:33:39] >>13 -[2013-09-24 20:34:39] >>13 -[2013-09-24 20:35:31] 17 -[2013-09-24 20:35:32] 13 -[2013-09-24 20:35:34] >13 -[2013-09-24 20:36:33] >>13 -[2013-09-24 20:37:34] >>13 -[2013-09-24 20:38:34] >>13 -[2013-09-24 20:39:34] >>13 -[2013-09-24 20:40:34] >>13 -[2013-09-24 20:41:25] 17 -[2013-09-24 20:41:27] 13 -[2013-09-24 20:41:29] >13 -[2013-09-24 20:42:28] >>13 -[2013-09-24 20:43:29] >>13 -[2013-09-24 20:44:29] >>13 -[2013-09-24 20:45:29] >>13 -[2013-09-24 20:46:29] >>13 -[2013-09-24 20:47:20] 17 -[2013-09-24 20:47:22] 13 -[2013-09-24 20:47:24] >13 -[2013-09-24 20:48:23] >>13 -[2013-09-24 20:49:23] >>13 -[2013-09-24 20:50:24] >>13 -[2013-09-24 20:51:24] >>13 -[2013-09-24 20:52:24] >>13 -[2013-09-24 20:53:15] 17 -[2013-09-24 20:53:16] 13 -[2013-09-24 20:53:18] >13 -[2013-09-24 20:54:18] >>13 -[2013-09-24 20:55:18] >>13 -[2013-09-24 20:56:18] >>13 -[2013-09-24 20:57:18] >>13 -[2013-09-24 20:58:18] >>13 -[2013-09-24 20:59:11] 17 -[2013-09-24 20:59:12] 13 -[2013-09-24 20:59:13] >13 -[2013-09-24 21:00:13] >>13 -[2013-09-24 21:01:13] >>13 -[2013-09-24 21:02:14] >>13 -[2013-09-24 21:03:14] >>13 -[2013-09-24 21:04:14] >>13 -[2013-09-24 21:05:06] 17 -[2013-09-24 21:05:07] 13 -[2013-09-24 21:05:09] >13 -[2013-09-24 21:06:09] >>13 -[2013-09-24 21:07:09] >>13 -[2013-09-24 21:08:09] >>13 -[2013-09-24 21:09:09] >>13 -[2013-09-24 21:10:02] 93 -[2013-09-24 21:10:04] >93 -[2013-09-24 21:10:07] 13 -[2013-09-24 21:10:08] >13 -[2013-09-24 21:10:22] 93 -[2013-09-24 21:10:23] >93 -[2013-09-24 21:10:25] 13 -[2013-09-24 21:10:27] >13 -[2013-09-24 21:10:44] 93 -[2013-09-24 21:10:45] >93 -[2013-09-24 21:10:49] 13 -[2013-09-24 21:10:51] >13 -[2013-09-24 21:11:01] 93 -[2013-09-24 21:11:02] >93 -[2013-09-24 21:11:04] 97 -[2013-09-24 21:11:05] 17 -[2013-09-24 21:11:06] 13 -[2013-09-24 21:11:08] >13 -[2013-09-24 21:11:15] 93 -[2013-09-24 21:11:17] >93 -[2013-09-24 21:11:22] 13 -[2013-09-24 21:11:23] >13 -[2013-09-24 21:12:02] 93 -[2013-09-24 21:12:04] >93 -[2013-09-24 21:12:05] 13 -[2013-09-24 21:12:06] >13 -[2013-09-24 21:13:06] >>13 -[2013-09-24 21:14:06] >>13 -[2013-09-24 21:15:06] >>13 -[2013-09-24 21:16:07] >>13 -[2013-09-24 21:16:59] 17 -[2013-09-24 21:17:01] 13 -[2013-09-24 21:17:02] >13 -[2013-09-24 21:18:02] >>13 -[2013-09-24 21:19:02] >>13 -[2013-09-24 21:20:03] >>13 -[2013-09-24 21:21:03] >>13 -[2013-09-24 21:22:03] >>13 -[2013-09-24 21:22:54] 17 -[2013-09-24 21:22:55] 13 -[2013-09-24 21:22:57] >13 -[2013-09-24 21:23:57] >>13 -[2013-09-24 21:24:57] >>13 -[2013-09-24 21:25:57] >>13 -[2013-09-24 21:26:57] >>13 -[2013-09-24 21:27:57] >>13 -[2013-09-24 21:28:49] 17 -[2013-09-24 21:28:50] 13 -[2013-09-24 21:28:52] >13 -[2013-09-24 21:29:52] >>13 -[2013-09-24 21:30:52] >>13 -[2013-09-24 21:31:52] >>13 -[2013-09-24 21:32:52] >>13 -[2013-09-24 21:33:52] >>13 -[2013-09-24 21:34:44] 17 -[2013-09-24 21:34:46] 13 -[2013-09-24 21:34:47] >13 -[2013-09-24 21:35:47] >>13 -[2013-09-24 21:36:47] >>13 -[2013-09-24 21:37:47] >>13 -[2013-09-24 21:38:48] >>13 -[2013-09-24 21:39:48] >>13 -[2013-09-24 21:40:39] 17 -[2013-09-24 21:40:41] 13 -[2013-09-24 21:40:43] >13 -[2013-09-24 21:41:42] >>13 -[2013-09-24 21:42:43] >>13 -[2013-09-24 21:43:43] >>13 -[2013-09-24 21:44:43] >>13 -[2013-09-24 21:45:43] >>13 -[2013-09-24 21:46:34] 17 -[2013-09-24 21:46:36] 13 -[2013-09-24 21:46:38] >13 -[2013-09-24 21:47:37] >>13 -[2013-09-24 21:48:38] >>13 -[2013-09-24 21:49:38] >>13 -[2013-09-24 21:50:38] >>13 -[2013-09-24 21:51:38] >>13 -[2013-09-24 21:52:29] 17 -[2013-09-24 21:52:31] 13 -[2013-09-24 21:52:33] >13 -[2013-09-24 21:53:32] >>13 -[2013-09-24 21:54:32] >>13 -[2013-09-24 21:55:33] >>13 -[2013-09-24 21:56:33] >>13 -[2013-09-24 21:57:33] >>13 -[2013-09-24 21:58:24] 17 -[2013-09-24 21:58:25] 13 -[2013-09-24 21:58:27] >13 -[2013-09-24 21:59:27] >>13 -[2013-09-24 22:00:27] >>13 -[2013-09-24 22:01:27] >>13 -[2013-09-24 22:02:27] >>13 -[2013-09-24 22:03:27] >>13 -[2013-09-24 22:04:19] 17 -[2013-09-24 22:04:20] 13 -[2013-09-24 22:04:22] >13 -[2013-09-24 22:05:22] >>13 -[2013-09-24 22:06:22] >>13 -[2013-09-24 22:07:22] >>13 -[2013-09-24 22:08:22] >>13 -[2013-09-24 22:09:22] >>13 -[2013-09-24 22:10:14] 17 -[2013-09-24 22:10:16] 13 -[2013-09-24 22:10:17] >13 -[2013-09-24 22:11:17] >>13 -[2013-09-24 22:12:17] >>13 -[2013-09-24 22:13:17] >>13 -[2013-09-24 22:14:18] >>13 -[2013-09-24 22:15:18] >>13 -[2013-09-24 22:16:10] 17 -[2013-09-24 22:16:11] 13 -[2013-09-24 22:16:13] >13 -[2013-09-24 22:17:12] >>13 -[2013-09-24 22:18:13] >>13 -[2013-09-24 22:19:13] >>13 -[2013-09-24 22:20:13] >>13 -[2013-09-24 22:20:26] 11 -[2013-09-24 22:20:27] >11 -[2013-09-24 22:21:27] >>11 -[2013-09-24 22:21:56] 51 -[2013-09-24 22:21:57] 71 -[2013-09-24 22:21:59] >71 -[2013-09-24 22:22:02] 21 -[2013-09-24 22:22:03] >21 -[2013-09-24 22:23:03] >>21 -[2013-09-24 22:24:03] >>21 -[2013-09-24 22:25:04] >>21 -[2013-09-24 22:26:04] >>21 -[2013-09-24 22:27:04] >>21 -[2013-09-24 22:27:05] 1 -[2013-09-24 22:27:06] >1 -[2013-09-24 22:27:11] 3 -[2013-09-24 22:27:12] 1 -[2013-09-24 22:27:14] >1 -[2013-09-24 22:27:18] 3 -[2013-09-24 22:27:20] >3 -[2013-09-24 22:27:25] 13 -[2013-09-24 22:27:27] >13 -[2013-09-24 22:27:45] 17 -[2013-09-24 22:27:46] 13 -[2013-09-24 22:27:48] >13 -[2013-09-24 22:28:48] >>13 -[2013-09-24 22:29:48] >>13 -[2013-09-24 22:30:48] >>13 -[2013-09-24 22:31:48] >>13 -[2013-09-24 22:32:49] >>13 -[2013-09-24 22:33:40] 17 -[2013-09-24 22:33:42] 13 -[2013-09-24 22:33:43] >13 -[2013-09-24 22:34:43] >>13 -[2013-09-24 22:35:43] >>13 -[2013-09-24 22:36:44] >>13 -[2013-09-24 22:37:44] >>13 -[2013-09-24 22:38:44] >>13 -[2013-09-24 22:39:35] 17 -[2013-09-24 22:39:36] 13 -[2013-09-24 22:39:38] >13 -[2013-09-24 22:40:38] >>13 -[2013-09-24 22:41:38] >>13 -[2013-09-24 22:42:38] >>13 -[2013-09-24 22:43:38] >>13 -[2013-09-24 22:44:38] >>13 -[2013-09-24 22:45:30] 17 -[2013-09-24 22:45:31] 13 -[2013-09-24 22:45:33] >13 -[2013-09-24 22:46:33] >>13 -[2013-09-24 22:47:33] >>13 -[2013-09-24 22:48:33] >>13 -[2013-09-24 22:48:43] 93 -[2013-09-24 22:48:45] >93 -[2013-09-24 22:48:46] 13 -[2013-09-24 22:48:47] >13 -[2013-09-24 22:48:59] 93 -[2013-09-24 22:49:01] >93 -[2013-09-24 22:49:02] 13 -[2013-09-24 22:49:04] >13 -[2013-09-24 22:49:07] 93 -[2013-09-24 22:49:09] >93 -[2013-09-24 22:49:19] 13 -[2013-09-24 22:49:21] >13 -[2013-09-24 22:49:29] 93 -[2013-09-24 22:49:31] >93 -[2013-09-24 22:49:34] 13 -[2013-09-24 22:49:35] >13 -[2013-09-24 22:49:47] 93 -[2013-09-24 22:49:49] 13 -[2013-09-24 22:49:51] >13 -[2013-09-24 22:49:51] 93 -[2013-09-24 22:49:53] >93 -[2013-09-24 22:49:53] 13 -[2013-09-24 22:49:55] >13 -[2013-09-24 22:50:03] 93 -[2013-09-24 22:50:04] >93 -[2013-09-24 22:50:05] 13 -[2013-09-24 22:50:06] >13 -[2013-09-24 22:51:06] >>13 -[2013-09-24 22:51:24] 17 -[2013-09-24 22:51:26] 13 -[2013-09-24 22:51:28] >13 -[2013-09-24 22:52:27] >>13 -[2013-09-24 22:53:27] >>13 -[2013-09-24 22:54:28] >>13 -[2013-09-24 22:55:28] >>13 -[2013-09-24 22:56:28] >>13 -[2013-09-24 22:57:20] 17 -[2013-09-24 22:57:21] 13 -[2013-09-24 22:57:23] >13 -[2013-09-24 22:58:23] >>13 -[2013-09-24 22:59:23] >>13 -[2013-09-24 23:00:23] >>13 -[2013-09-24 23:01:23] >>13 -[2013-09-24 23:02:24] >>13 -[2013-09-24 23:02:46] 11 -[2013-09-24 23:02:48] >11 -[2013-09-24 23:03:07] 51 -[2013-09-24 23:03:08] >51 -[2013-09-24 23:03:13] 1 -[2013-09-24 23:03:15] >1 -[2013-09-24 23:03:15] 3 -[2013-09-24 23:03:17] >3 -[2013-09-24 23:03:17] 13 -[2013-09-24 23:03:19] >13 -[2013-09-24 23:03:37] 17 -[2013-09-24 23:03:39] 13 -[2013-09-24 23:03:41] >13 -[2013-09-24 23:04:40] >>13 -[2013-09-24 23:05:40] >>13 -[2013-09-24 23:06:41] >>13 -[2013-09-24 23:07:41] >>13 -[2013-09-24 23:08:41] >>13 -[2013-09-24 23:09:33] 17 -[2013-09-24 23:09:34] 13 -[2013-09-24 23:09:36] >13 -[2013-09-24 23:10:36] >>13 -[2013-09-24 23:11:36] >>13 -[2013-09-24 23:12:36] >>13 -[2013-09-24 23:13:36] >>13 -[2013-09-24 23:14:36] >>13 -[2013-09-24 23:15:27] 17 -[2013-09-24 23:15:29] 13 -[2013-09-24 23:15:30] >13 -[2013-09-24 23:16:30] >>13 -[2013-09-24 23:17:30] >>13 -[2013-09-24 23:18:30] >>13 -[2013-09-24 23:19:31] >>13 -[2013-09-24 23:20:31] >>13 -[2013-09-24 23:21:22] 17 -[2013-09-24 23:21:24] 13 -[2013-09-24 23:21:25] >13 -[2013-09-24 23:22:25] >>13 -[2013-09-24 23:23:25] >>13 -[2013-09-24 23:24:25] >>13 -[2013-09-24 23:25:25] >>13 -[2013-09-24 23:26:26] >>13 -[2013-09-24 23:27:17] 17 -[2013-09-24 23:27:19] 13 -[2013-09-24 23:27:20] >13 -[2013-09-24 23:28:20] >>13 -[2013-09-24 23:29:20] >>13 -[2013-09-24 23:30:20] >>13 -[2013-09-24 23:31:20] >>13 -[2013-09-24 23:32:21] >>13 -[2013-09-24 23:33:12] 17 -[2013-09-24 23:33:14] 13 -[2013-09-24 23:33:16] >13 -[2013-09-24 23:34:15] >>13 -[2013-09-24 23:35:15] >>13 -[2013-09-24 23:36:16] >>13 -[2013-09-24 23:37:16] >>13 -[2013-09-24 23:38:16] >>13 -[2013-09-24 23:39:08] 17 -[2013-09-24 23:39:09] 13 -[2013-09-24 23:39:11] >13 -[2013-09-24 23:40:11] >>13 -[2013-09-24 23:41:11] >>13 -[2013-09-24 23:42:11] >>13 -[2013-09-24 23:43:11] >>13 -[2013-09-24 23:44:11] >>13 -[2013-09-24 23:45:03] 17 -[2013-09-24 23:45:04] 13 -[2013-09-24 23:45:06] >13 -[2013-09-24 23:46:06] >>13 -[2013-09-24 23:47:06] >>13 -[2013-09-24 23:48:06] >>13 -[2013-09-24 23:49:06] >>13 -[2013-09-24 23:50:06] >>13 -[2013-09-24 23:50:58] 17 -[2013-09-24 23:50:59] 13 -[2013-09-24 23:51:01] >13 -[2013-09-24 23:52:01] >>13 -[2013-09-24 23:53:01] >>13 -[2013-09-24 23:54:01] >>13 -[2013-09-24 23:55:01] >>13 -[2013-09-24 23:56:01] >>13 -[2013-09-24 23:56:52] 17 -[2013-09-24 23:56:54] 13 -[2013-09-24 23:56:55] >13 -[2013-09-24 23:57:55] >>13 -[2013-09-24 23:58:55] >>13 -[2013-09-24 23:59:55] >>13 -[2013-09-25 00:00:56] >>13 -[2013-09-25 00:01:56] >>13 -[2013-09-25 00:02:47] 17 -[2013-09-25 00:02:49] 13 -[2013-09-25 00:02:50] >13 -[2013-09-25 00:03:50] >>13 -[2013-09-25 00:04:50] >>13 -[2013-09-25 00:05:50] >>13 -[2013-09-25 00:06:51] >>13 -[2013-09-25 00:07:51] >>13 -[2013-09-25 00:08:42] 17 -[2013-09-25 00:08:44] 13 -[2013-09-25 00:08:46] >13 -[2013-09-25 00:09:45] >>13 -[2013-09-25 00:10:46] >>13 -[2013-09-25 00:11:46] >>13 -[2013-09-25 00:12:46] >>13 -[2013-09-25 00:13:46] >>13 -[2013-09-25 00:14:38] 17 -[2013-09-25 00:14:40] 13 -[2013-09-25 00:14:41] >13 -[2013-09-25 00:15:41] >>13 -[2013-09-25 00:16:41] >>13 -[2013-09-25 00:17:41] >>13 -[2013-09-25 00:18:41] >>13 -[2013-09-25 00:19:42] >>13 -[2013-09-25 00:20:33] 17 -[2013-09-25 00:20:34] 13 -[2013-09-25 00:20:36] >13 -[2013-09-25 00:21:36] >>13 -[2013-09-25 00:22:36] >>13 -[2013-09-25 00:23:36] >>13 -[2013-09-25 00:24:36] >>13 -[2013-09-25 00:25:37] >>13 -[2013-09-25 00:26:28] 17 -[2013-09-25 00:26:29] 13 -[2013-09-25 00:26:31] >13 -[2013-09-25 00:27:14] 11 -[2013-09-25 00:27:16] >11 -[2013-09-25 00:28:15] >>11 -[2013-09-25 00:28:52] 13 -[2013-09-25 00:28:54] >13 -[2013-09-25 00:29:33] 93 -[2013-09-25 00:29:35] >93 -[2013-09-25 00:29:37] 13 -[2013-09-25 00:29:39] >13 -[2013-09-25 00:29:48] 93 -[2013-09-25 00:29:49] >93 -[2013-09-25 00:29:53] 13 -[2013-09-25 00:29:54] >13 -[2013-09-25 00:30:02] 93 -[2013-09-25 00:30:04] >93 -[2013-09-25 00:30:06] 13 -[2013-09-25 00:30:08] >13 -[2013-09-25 00:30:20] 93 -[2013-09-25 00:30:21] >93 -[2013-09-25 00:30:23] 13 -[2013-09-25 00:30:25] >13 -[2013-09-25 00:30:40] 93 -[2013-09-25 00:30:41] >93 -[2013-09-25 00:30:42] 13 -[2013-09-25 00:30:44] >13 -[2013-09-25 00:30:57] 93 -[2013-09-25 00:30:59] >93 -[2013-09-25 00:31:13] 13 -[2013-09-25 00:31:14] >13 -[2013-09-25 00:31:16] 93 -[2013-09-25 00:31:17] 13 -[2013-09-25 00:31:19] >13 -[2013-09-25 00:31:19] 93 -[2013-09-25 00:31:21] >93 -[2013-09-25 00:31:23] 13 -[2013-09-25 00:31:25] >13 -[2013-09-25 00:32:22] 17 -[2013-09-25 00:32:24] 13 -[2013-09-25 00:32:26] >13 -[2013-09-25 00:33:25] >>13 -[2013-09-25 00:34:25] >>13 -[2013-09-25 00:35:26] >>13 -[2013-09-25 00:36:26] >>13 -[2013-09-25 00:37:26] >>13 -[2013-09-25 00:38:17] 17 -[2013-09-25 00:38:19] 13 -[2013-09-25 00:38:20] >13 -[2013-09-25 00:39:20] >>13 -[2013-09-25 00:40:20] >>13 -[2013-09-25 00:41:21] >>13 -[2013-09-25 00:42:21] >>13 -[2013-09-25 00:43:21] >>13 -[2013-09-25 00:44:13] 17 -[2013-09-25 00:44:14] 13 -[2013-09-25 00:44:16] >13 -[2013-09-25 00:45:16] >>13 -[2013-09-25 00:46:16] >>13 -[2013-09-25 00:47:16] >>13 -[2013-09-25 00:48:16] >>13 -[2013-09-25 00:49:16] >>13 -[2013-09-25 00:50:08] 17 -[2013-09-25 00:50:10] 13 -[2013-09-25 00:50:11] >13 -[2013-09-25 00:51:11] >>13 -[2013-09-25 00:52:11] >>13 -[2013-09-25 00:53:11] >>13 -[2013-09-25 00:54:12] >>13 -[2013-09-25 00:55:12] >>13 -[2013-09-25 00:56:04] 17 -[2013-09-25 00:56:05] 13 -[2013-09-25 00:56:06] >13 -[2013-09-25 00:57:06] >>13 -[2013-09-25 00:58:06] >>13 -[2013-09-25 00:59:06] >>13 -[2013-09-25 01:00:07] >>13 -[2013-09-25 01:01:07] >>13 -[2013-09-25 01:01:58] 17 -[2013-09-25 01:02:00] 13 -[2013-09-25 01:02:01] >13 -[2013-09-25 01:03:01] >>13 -[2013-09-25 01:04:01] >>13 -[2013-09-25 01:05:01] >>13 -[2013-09-25 01:06:01] >>13 -[2013-09-25 01:07:02] >>13 -[2013-09-25 01:07:53] 17 -[2013-09-25 01:07:54] 13 -[2013-09-25 01:07:56] >13 -[2013-09-25 01:08:56] >>13 -[2013-09-25 01:09:56] >>13 -[2013-09-25 01:10:56] >>13 -[2013-09-25 01:11:56] >>13 -[2013-09-25 01:12:57] >>13 -[2013-09-25 01:13:47] 17 -[2013-09-25 01:13:49] 13 -[2013-09-25 01:13:50] >13 -[2013-09-25 01:14:50] >>13 -[2013-09-25 01:15:50] >>13 -[2013-09-25 01:16:51] >>13 -[2013-09-25 01:17:51] >>13 -[2013-09-25 01:18:51] >>13 -[2013-09-25 01:19:43] 17 -[2013-09-25 01:19:44] 13 -[2013-09-25 01:19:46] >13 -[2013-09-25 01:20:46] >>13 -[2013-09-25 01:21:46] >>13 -[2013-09-25 01:22:46] >>13 -[2013-09-25 01:23:46] >>13 -[2013-09-25 01:24:46] >>13 -[2013-09-25 01:25:39] 17 -[2013-09-25 01:25:40] 13 -[2013-09-25 01:25:41] >13 -[2013-09-25 01:26:41] >>13 -[2013-09-25 01:27:41] >>13 -[2013-09-25 01:28:41] >>13 -[2013-09-25 01:29:42] >>13 -[2013-09-25 01:30:42] >>13 -[2013-09-25 01:31:34] 17 -[2013-09-25 01:31:35] 13 -[2013-09-25 01:31:37] >13 -[2013-09-25 01:32:36] >>13 -[2013-09-25 01:33:37] >>13 -[2013-09-25 01:34:37] >>13 -[2013-09-25 01:35:37] >>13 -[2013-09-25 01:36:37] >>13 -[2013-09-25 01:37:28] 17 -[2013-09-25 01:37:30] 13 -[2013-09-25 01:37:31] >13 -[2013-09-25 01:38:31] >>13 -[2013-09-25 01:39:31] >>13 -[2013-09-25 01:40:31] >>13 -[2013-09-25 01:41:31] >>13 -[2013-09-25 01:42:32] >>13 -[2013-09-25 01:43:23] 17 -[2013-09-25 01:43:25] 13 -[2013-09-25 01:43:26] >13 -[2013-09-25 01:44:26] >>13 -[2013-09-25 01:45:26] >>13 -[2013-09-25 01:46:26] >>13 -[2013-09-25 01:47:26] >>13 -[2013-09-25 01:48:27] >>13 -[2013-09-25 01:49:18] 17 -[2013-09-25 01:49:19] 13 -[2013-09-25 01:49:21] >13 -[2013-09-25 01:50:21] >>13 -[2013-09-25 01:51:21] >>13 -[2013-09-25 01:52:21] >>13 -[2013-09-25 01:53:21] >>13 -[2013-09-25 01:54:22] >>13 -[2013-09-25 01:55:13] 17 -[2013-09-25 01:55:15] 13 -[2013-09-25 01:55:16] >13 -[2013-09-25 01:56:16] >>13 -[2013-09-25 01:57:16] >>13 -[2013-09-25 01:58:17] >>13 -[2013-09-25 01:59:17] >>13 -[2013-09-25 02:00:17] >>13 -[2013-09-25 02:01:09] 17 -[2013-09-25 02:01:10] 13 -[2013-09-25 02:01:12] >13 -[2013-09-25 02:02:12] >>13 -[2013-09-25 02:03:12] >>13 -[2013-09-25 02:04:12] >>13 -[2013-09-25 02:05:12] >>13 -[2013-09-25 02:06:12] >>13 -[2013-09-25 02:07:04] 17 -[2013-09-25 02:07:05] 13 -[2013-09-25 02:07:07] >13 -[2013-09-25 02:07:11] 11 -[2013-09-25 02:07:13] >11 -[2013-09-25 02:08:10] 91 -[2013-09-25 02:08:11] >91 -[2013-09-25 02:08:59] 11 -[2013-09-25 02:09:01] >11 -[2013-09-25 02:09:05] 91 -[2013-09-25 02:09:06] >91 -[2013-09-25 02:09:46] 11 -[2013-09-25 02:09:47] >11 -[2013-09-25 02:09:51] 91 -[2013-09-25 02:09:53] >91 -[2013-09-25 02:10:01] 11 -[2013-09-25 02:10:03] >11 -[2013-09-25 02:10:12] 91 -[2013-09-25 02:10:13] >91 -[2013-09-25 02:10:21] 11 -[2013-09-25 02:10:21] 91 -[2013-09-25 02:10:23] >91 -[2013-09-25 02:10:31] 11 -[2013-09-25 02:10:32] >11 -[2013-09-25 02:10:35] 91 -[2013-09-25 02:10:36] 11 -[2013-09-25 02:10:38] >11 -[2013-09-25 02:10:40] 91 -[2013-09-25 02:10:42] 11 -[2013-09-25 02:10:43] 91 -[2013-09-25 02:10:45] >91 -[2013-09-25 02:10:46] 11 -[2013-09-25 02:10:47] >11 -[2013-09-25 02:10:48] 91 -[2013-09-25 02:10:49] 11 -[2013-09-25 02:10:51] 91 -[2013-09-25 02:10:53] >91 -[2013-09-25 02:10:53] 11 -[2013-09-25 02:10:55] >11 -[2013-09-25 02:10:56] 91 -[2013-09-25 02:10:58] 11 -[2013-09-25 02:10:59] >11 -[2013-09-25 02:11:59] >>11 -[2013-09-25 02:12:50] 51 -[2013-09-25 02:12:51] >51 -[2013-09-25 02:12:56] 1 -[2013-09-25 02:12:57] >1 -[2013-09-25 02:13:19] 21 -[2013-09-25 02:13:21] >21 -[2013-09-25 02:14:21] >>21 -[2013-09-25 02:15:21] >>21 -[2013-09-25 02:16:21] >>21 -[2013-09-25 02:17:21] >>21 -[2013-09-25 02:18:07] 1 -[2013-09-25 02:18:09] >1 -[2013-09-25 02:18:16] 3 -[2013-09-25 02:18:17] >3 -[2013-09-25 02:18:19] 13 -[2013-09-25 02:18:21] >13 -[2013-09-25 02:18:39] 17 -[2013-09-25 02:18:41] 13 -[2013-09-25 02:18:43] >13 -[2013-09-25 02:19:42] >>13 -[2013-09-25 02:20:43] >>13 -[2013-09-25 02:21:43] >>13 -[2013-09-25 02:22:43] >>13 -[2013-09-25 02:23:43] >>13 -[2013-09-25 02:24:34] 17 -[2013-09-25 02:24:36] 13 -[2013-09-25 02:24:38] >13 -[2013-09-25 02:25:37] >>13 -[2013-09-25 02:26:37] >>13 -[2013-09-25 02:27:37] >>13 -[2013-09-25 02:28:38] >>13 -[2013-09-25 02:29:38] >>13 -[2013-09-25 02:30:29] 17 -[2013-09-25 02:30:31] 13 -[2013-09-25 02:30:32] >13 -[2013-09-25 02:31:32] >>13 -[2013-09-25 02:32:32] >>13 -[2013-09-25 02:33:33] >>13 -[2013-09-25 02:34:33] >>13 -[2013-09-25 02:35:33] >>13 -[2013-09-25 02:36:24] 17 -[2013-09-25 02:36:25] 13 -[2013-09-25 02:36:27] >13 -[2013-09-25 02:37:27] >>13 -[2013-09-25 02:38:27] >>13 -[2013-09-25 02:39:27] >>13 -[2013-09-25 02:40:27] >>13 -[2013-09-25 02:41:27] >>13 -[2013-09-25 02:42:19] 17 -[2013-09-25 02:42:20] 13 -[2013-09-25 02:42:22] >13 -[2013-09-25 02:43:21] >>13 -[2013-09-25 02:44:22] >>13 -[2013-09-25 02:45:22] >>13 -[2013-09-25 02:46:22] >>13 -[2013-09-25 02:47:22] >>13 -[2013-09-25 02:48:14] 17 -[2013-09-25 02:48:16] 13 -[2013-09-25 02:48:17] >13 -[2013-09-25 02:49:17] >>13 -[2013-09-25 02:49:26] 11 -[2013-09-25 02:49:28] >11 -[2013-09-25 02:50:27] >>11 -[2013-09-25 02:51:04] 13 -[2013-09-25 02:51:05] >13 -[2013-09-25 02:52:05] >>13 -[2013-09-25 02:53:05] >>13 -[2013-09-25 02:54:05] >>13 -[2013-09-25 02:54:09] 17 -[2013-09-25 02:54:11] 13 -[2013-09-25 02:54:13] >13 -[2013-09-25 02:55:12] >>13 -[2013-09-25 02:56:12] >>13 -[2013-09-25 02:57:13] >>13 -[2013-09-25 02:58:13] >>13 -[2013-09-25 02:59:13] >>13 -[2013-09-25 03:00:05] 17 -[2013-09-25 03:00:06] 13 -[2013-09-25 03:00:08] >13 -[2013-09-25 03:01:08] >>13 -[2013-09-25 03:02:08] >>13 -[2013-09-25 03:03:08] >>13 -[2013-09-25 03:04:08] >>13 -[2013-09-25 03:05:09] >>13 -[2013-09-25 03:05:59] 17 -[2013-09-25 03:06:01] 13 -[2013-09-25 03:06:02] >13 -[2013-09-25 03:07:02] >>13 -[2013-09-25 03:08:02] >>13 -[2013-09-25 03:09:03] >>13 -[2013-09-25 03:10:03] >>13 -[2013-09-25 03:11:03] >>13 -[2013-09-25 03:11:54] 17 -[2013-09-25 03:11:56] 13 -[2013-09-25 03:11:57] >13 -[2013-09-25 03:12:30] 93 -[2013-09-25 03:12:31] 13 -[2013-09-25 03:12:32] >13 -[2013-09-25 03:12:36] 93 -[2013-09-25 03:12:37] >93 -[2013-09-25 03:12:39] 13 -[2013-09-25 03:12:40] >13 -[2013-09-25 03:12:49] 93 -[2013-09-25 03:12:51] 13 -[2013-09-25 03:12:52] 93 -[2013-09-25 03:12:54] >93 -[2013-09-25 03:12:55] 13 -[2013-09-25 03:12:56] >13 -[2013-09-25 03:13:02] 93 -[2013-09-25 03:13:04] >93 -[2013-09-25 03:13:04] 13 -[2013-09-25 03:13:06] >13 -[2013-09-25 03:13:10] 93 -[2013-09-25 03:13:12] >93 -[2013-09-25 03:13:13] 13 -[2013-09-25 03:13:14] >13 -[2013-09-25 03:13:16] 93 -[2013-09-25 03:13:17] 13 -[2013-09-25 03:13:18] >13 -[2013-09-25 03:13:20] 93 -[2013-09-25 03:13:21] 13 -[2013-09-25 03:13:22] >13 -[2013-09-25 03:13:23] 93 -[2013-09-25 03:13:25] >93 -[2013-09-25 03:13:25] 13 -[2013-09-25 03:13:27] >13 -[2013-09-25 03:13:29] 93 -[2013-09-25 03:13:31] >93 -[2013-09-25 03:13:32] 13 -[2013-09-25 03:13:33] >13 -[2013-09-25 03:14:33] >>13 -[2013-09-25 03:15:33] >>13 -[2013-09-25 03:16:33] >>13 -[2013-09-25 03:17:33] >>13 -[2013-09-25 03:17:49] 17 -[2013-09-25 03:17:50] 13 -[2013-09-25 03:17:52] >13 -[2013-09-25 03:18:52] >>13 -[2013-09-25 03:19:52] >>13 -[2013-09-25 03:20:52] >>13 -[2013-09-25 03:21:52] >>13 -[2013-09-25 03:22:52] >>13 -[2013-09-25 03:23:44] 17 -[2013-09-25 03:23:46] 13 -[2013-09-25 03:23:47] >13 -[2013-09-25 03:24:47] >>13 -[2013-09-25 03:25:47] >>13 -[2013-09-25 03:26:47] >>13 -[2013-09-25 03:27:48] >>13 -[2013-09-25 03:28:48] >>13 -[2013-09-25 03:29:40] 17 -[2013-09-25 03:29:41] 13 -[2013-09-25 03:29:43] >13 -[2013-09-25 03:30:42] >>13 -[2013-09-25 03:31:43] >>13 -[2013-09-25 03:32:43] >>13 -[2013-09-25 03:33:43] >>13 -[2013-09-25 03:34:43] >>13 -[2013-09-25 03:35:34] 17 -[2013-09-25 03:35:36] 13 -[2013-09-25 03:35:38] >13 -[2013-09-25 03:36:37] >>13 -[2013-09-25 03:37:38] >>13 -[2013-09-25 03:38:38] >>13 -[2013-09-25 03:39:38] >>13 -[2013-09-25 03:40:38] >>13 -[2013-09-25 03:41:29] 17 -[2013-09-25 03:41:31] 13 -[2013-09-25 03:41:33] >13 -[2013-09-25 03:42:32] >>13 -[2013-09-25 03:43:33] >>13 -[2013-09-25 03:44:33] >>13 -[2013-09-25 03:45:33] >>13 -[2013-09-25 03:46:33] >>13 -[2013-09-25 03:47:24] 17 -[2013-09-25 03:47:26] 13 -[2013-09-25 03:47:28] >13 -[2013-09-25 03:48:27] >>13 -[2013-09-25 03:49:27] >>13 -[2013-09-25 03:50:28] >>13 -[2013-09-25 03:51:28] >>13 -[2013-09-25 03:52:28] >>13 -[2013-09-25 03:53:19] 17 -[2013-09-25 03:53:20] 13 -[2013-09-25 03:53:22] >13 -[2013-09-25 03:54:22] >>13 -[2013-09-25 03:55:22] >>13 -[2013-09-25 03:56:22] >>13 -[2013-09-25 03:57:22] >>13 -[2013-09-25 03:58:23] >>13 -[2013-09-25 03:59:14] 17 -[2013-09-25 03:59:16] 13 -[2013-09-25 03:59:17] >13 -[2013-09-25 04:00:17] >>13 -[2013-09-25 04:01:17] >>13 -[2013-09-25 04:02:18] >>13 -[2013-09-25 04:03:18] >>13 -[2013-09-25 04:04:18] >>13 -[2013-09-25 04:05:10] 17 -[2013-09-25 04:05:11] 13 -[2013-09-25 04:05:13] >13 -[2013-09-25 04:06:13] >>13 -[2013-09-25 04:07:13] >>13 -[2013-09-25 04:08:13] >>13 -[2013-09-25 04:09:13] >>13 -[2013-09-25 04:10:13] >>13 -[2013-09-25 04:11:05] 17 -[2013-09-25 04:11:06] 13 -[2013-09-25 04:11:08] >13 -[2013-09-25 04:12:08] >>13 -[2013-09-25 04:13:08] >>13 -[2013-09-25 04:14:08] >>13 -[2013-09-25 04:15:11] >>13 -[2013-09-25 04:16:11] >>13 -[2013-09-25 04:17:00] 17 -[2013-09-25 04:17:01] 13 -[2013-09-25 04:17:03] >13 -[2013-09-25 04:18:02] >>13 -[2013-09-25 04:19:03] >>13 -[2013-09-25 04:20:03] >>13 -[2013-09-25 04:21:03] >>13 -[2013-09-25 04:22:03] >>13 -[2013-09-25 04:22:54] 17 -[2013-09-25 04:22:56] 13 -[2013-09-25 04:22:58] >13 -[2013-09-25 04:23:57] >>13 -[2013-09-25 04:24:58] >>13 -[2013-09-25 04:25:58] >>13 -[2013-09-25 04:26:58] >>13 -[2013-09-25 04:27:58] >>13 -[2013-09-25 04:28:49] 17 -[2013-09-25 04:28:51] 13 -[2013-09-25 04:28:52] >13 -[2013-09-25 04:29:52] >>13 -[2013-09-25 04:30:52] >>13 -[2013-09-25 04:31:53] >>13 -[2013-09-25 04:32:53] >>13 -[2013-09-25 04:33:53] >>13 -[2013-09-25 04:34:45] 17 -[2013-09-25 04:34:46] 13 -[2013-09-25 04:34:48] >13 -[2013-09-25 04:35:48] >>13 -[2013-09-25 04:36:16] 11 -[2013-09-25 04:36:18] >11 -[2013-09-25 04:36:31] 13 -[2013-09-25 04:36:33] >13 -[2013-09-25 04:37:32] >>13 -[2013-09-25 04:38:32] >>13 -[2013-09-25 04:39:33] >>13 -[2013-09-25 04:40:33] >>13 -[2013-09-25 04:40:40] 17 -[2013-09-25 04:40:42] 13 -[2013-09-25 04:40:43] >13 -[2013-09-25 04:41:43] >>13 -[2013-09-25 04:42:43] >>13 -[2013-09-25 04:43:43] >>13 -[2013-09-25 04:44:43] >>13 -[2013-09-25 04:45:44] >>13 -[2013-09-25 04:46:35] 17 -[2013-09-25 04:46:36] 13 -[2013-09-25 04:46:38] >13 -[2013-09-25 04:47:38] >>13 -[2013-09-25 04:47:43] 11 -[2013-09-25 04:47:45] >11 -[2013-09-25 04:48:45] >>11 -[2013-09-25 04:49:45] >>11 -[2013-09-25 04:50:45] >>11 -[2013-09-25 04:51:45] >>11 -[2013-09-25 04:52:21] 51 -[2013-09-25 04:52:23] >51 -[2013-09-25 04:52:27] 1 -[2013-09-25 04:52:28] 21 -[2013-09-25 04:52:29] >21 -[2013-09-25 04:53:29] >>21 -[2013-09-25 04:54:29] >>21 -[2013-09-25 04:55:29] >>21 -[2013-09-25 04:55:48] 1 -[2013-09-25 04:55:50] >1 -[2013-09-25 04:55:51] 3 -[2013-09-25 04:55:52] >3 -[2013-09-25 04:56:05] 13 -[2013-09-25 04:56:06] >13 -[2013-09-25 04:56:24] 17 -[2013-09-25 04:56:26] 13 -[2013-09-25 04:56:28] >13 -[2013-09-25 04:57:27] >>13 -[2013-09-25 04:58:28] >>13 -[2013-09-25 04:59:28] >>13 -[2013-09-25 05:00:28] >>13 -[2013-09-25 05:01:28] >>13 -[2013-09-25 05:02:19] 17 -[2013-09-25 05:02:21] 13 -[2013-09-25 05:02:23] >13 -[2013-09-25 05:03:22] >>13 -[2013-09-25 05:04:22] >>13 -[2013-09-25 05:05:23] >>13 -[2013-09-25 05:06:23] >>13 -[2013-09-25 05:07:23] >>13 -[2013-09-25 05:08:14] 17 -[2013-09-25 05:08:16] 13 -[2013-09-25 05:08:18] >13 -[2013-09-25 05:09:17] >>13 -[2013-09-25 05:10:17] >>13 -[2013-09-25 05:11:18] >>13 -[2013-09-25 05:12:18] >>13 -[2013-09-25 05:13:18] >>13 -[2013-09-25 05:14:09] 17 -[2013-09-25 05:14:10] 13 -[2013-09-25 05:14:12] >13 -[2013-09-25 05:14:44] 93 -[2013-09-25 05:14:45] >93 -[2013-09-25 05:14:53] 13 -[2013-09-25 05:14:54] >13 -[2013-09-25 05:15:08] 93 -[2013-09-25 05:15:09] >93 -[2013-09-25 05:15:14] 13 -[2013-09-25 05:15:16] >13 -[2013-09-25 05:16:16] >>13 -[2013-09-25 05:17:16] >>13 -[2013-09-25 05:18:16] >>13 -[2013-09-25 05:19:16] >>13 -[2013-09-25 05:20:03] 17 -[2013-09-25 05:20:05] 13 -[2013-09-25 05:20:07] >13 -[2013-09-25 05:21:06] >>13 -[2013-09-25 05:22:07] >>13 -[2013-09-25 05:23:07] >>13 -[2013-09-25 05:24:07] >>13 -[2013-09-25 05:25:07] >>13 -[2013-09-25 05:25:59] 17 -[2013-09-25 05:26:01] 13 -[2013-09-25 05:26:02] >13 -[2013-09-25 05:27:02] >>13 -[2013-09-25 05:28:02] >>13 -[2013-09-25 05:29:02] >>13 -[2013-09-25 05:30:03] >>13 -[2013-09-25 05:31:03] >>13 -[2013-09-25 05:31:55] 17 -[2013-09-25 05:31:56] 13 -[2013-09-25 05:31:58] >13 -[2013-09-25 05:32:58] >>13 -[2013-09-25 05:33:58] >>13 -[2013-09-25 05:34:58] >>13 -[2013-09-25 05:35:58] >>13 -[2013-09-25 05:36:58] >>13 -[2013-09-25 05:37:49] 17 -[2013-09-25 05:37:51] 13 -[2013-09-25 05:37:53] >13 -[2013-09-25 05:38:52] >>13 -[2013-09-25 05:39:53] >>13 -[2013-09-25 05:40:53] >>13 -[2013-09-25 05:41:53] >>13 -[2013-09-25 05:42:12] 93 -[2013-09-25 05:42:14] >93 -[2013-09-25 05:43:01] 13 -[2013-09-25 05:43:02] 93 -[2013-09-25 05:43:03] 13 -[2013-09-25 05:43:04] >13 -[2013-09-25 05:43:06] 93 -[2013-09-25 05:43:08] >93 -[2013-09-25 05:43:19] 13 -[2013-09-25 05:43:21] >13 -[2013-09-25 05:43:30] 93 -[2013-09-25 05:43:32] >93 -[2013-09-25 05:43:35] 13 -[2013-09-25 05:43:36] 93 -[2013-09-25 05:43:37] 13 -[2013-09-25 05:43:39] >13 -[2013-09-25 05:43:40] 93 -[2013-09-25 05:43:42] >93 -[2013-09-25 05:43:50] 97 -[2013-09-25 05:43:52] 93 -[2013-09-25 05:43:54] >93 -[2013-09-25 05:43:54] 13 -[2013-09-25 05:43:56] >13 -[2013-09-25 05:44:07] 93 -[2013-09-25 05:44:08] >93 -[2013-09-25 05:44:10] 13 -[2013-09-25 05:44:10] 93 -[2013-09-25 05:44:12] 13 -[2013-09-25 05:44:13] >13 -[2013-09-25 05:44:24] 93 -[2013-09-25 05:44:25] >93 -[2013-09-25 05:44:27] 13 -[2013-09-25 05:44:29] >13 -[2013-09-25 05:44:58] 93 -[2013-09-25 05:45:00] >93 -[2013-09-25 05:45:01] 13 -[2013-09-25 05:45:03] >13 -[2013-09-25 05:46:03] >>13 -[2013-09-25 05:47:03] >>13 -[2013-09-25 05:48:03] >>13 -[2013-09-25 05:49:03] >>13 -[2013-09-25 05:49:45] 17 -[2013-09-25 05:49:47] 13 -[2013-09-25 05:49:48] >13 -[2013-09-25 05:50:48] >>13 -[2013-09-25 05:51:48] >>13 -[2013-09-25 05:52:49] >>13 -[2013-09-25 05:53:49] >>13 -[2013-09-25 05:54:49] >>13 -[2013-09-25 05:55:40] 17 -[2013-09-25 05:55:41] 13 -[2013-09-25 05:55:43] >13 -[2013-09-25 05:56:43] >>13 -[2013-09-25 05:57:43] >>13 -[2013-09-25 05:58:43] >>13 -[2013-09-25 05:59:43] >>13 -[2013-09-25 06:00:43] >>13 -[2013-09-25 06:01:36] 17 -[2013-09-25 06:01:37] 13 -[2013-09-25 06:01:39] >13 -[2013-09-25 06:02:39] >>13 -[2013-09-25 06:03:39] >>13 -[2013-09-25 06:04:39] >>13 -[2013-09-25 06:05:39] >>13 -[2013-09-25 06:06:39] >>13 -[2013-09-25 06:07:31] 17 -[2013-09-25 06:07:32] 13 -[2013-09-25 06:07:34] >13 -[2013-09-25 06:08:34] >>13 -[2013-09-25 06:09:34] >>13 -[2013-09-25 06:10:34] >>13 -[2013-09-25 06:11:34] >>13 -[2013-09-25 06:12:34] >>13 -[2013-09-25 06:13:26] 17 -[2013-09-25 06:13:28] 13 -[2013-09-25 06:13:29] >13 -[2013-09-25 06:14:29] >>13 -[2013-09-25 06:15:29] >>13 -[2013-09-25 06:16:29] >>13 -[2013-09-25 06:17:30] >>13 -[2013-09-25 06:18:30] >>13 -[2013-09-25 06:19:20] 17 -[2013-09-25 06:19:22] 13 -[2013-09-25 06:19:24] >13 -[2013-09-25 06:20:23] >>13 -[2013-09-25 06:21:24] >>13 -[2013-09-25 06:22:24] >>13 -[2013-09-25 06:23:24] >>13 -[2013-09-25 06:24:24] >>13 -[2013-09-25 06:25:15] 17 -[2013-09-25 06:25:17] 13 -[2013-09-25 06:25:19] >13 -[2013-09-25 06:26:18] >>13 -[2013-09-25 06:27:19] >>13 -[2013-09-25 06:28:19] >>13 -[2013-09-25 06:29:19] >>13 -[2013-09-25 06:30:19] >>13 -[2013-09-25 06:31:10] 17 -[2013-09-25 06:31:12] 13 -[2013-09-25 06:31:13] >13 -[2013-09-25 06:32:13] >>13 -[2013-09-25 06:33:13] >>13 -[2013-09-25 06:34:13] >>13 -[2013-09-25 06:35:13] >>13 -[2013-09-25 06:36:14] >>13 -[2013-09-25 06:37:05] 17 -[2013-09-25 06:37:07] 13 -[2013-09-25 06:37:09] >13 -[2013-09-25 06:38:08] >>13 -[2013-09-25 06:39:08] >>13 -[2013-09-25 06:40:09] >>13 -[2013-09-25 06:41:09] >>13 -[2013-09-25 06:42:09] >>13 -[2013-09-25 06:43:01] 17 -[2013-09-25 06:43:02] 13 -[2013-09-25 06:43:04] >13 -[2013-09-25 06:43:55] 11 -[2013-09-25 06:43:57] >11 -[2013-09-25 06:44:35] 13 -[2013-09-25 06:44:37] >13 -[2013-09-25 06:45:37] >>13 -[2013-09-25 06:46:37] >>13 -[2013-09-25 06:47:37] >>13 -[2013-09-25 06:48:37] >>13 -[2013-09-25 06:48:56] 17 -[2013-09-25 06:48:58] 13 -[2013-09-25 06:48:59] >13 -[2013-09-25 06:49:59] >>13 -[2013-09-25 06:50:59] >>13 -[2013-09-25 06:51:59] >>13 -[2013-09-25 06:53:00] >>13 -[2013-09-25 06:54:00] >>13 -[2013-09-25 06:54:51] 17 -[2013-09-25 06:54:52] 13 -[2013-09-25 06:54:54] >13 -[2013-09-25 06:55:53] >>13 -[2013-09-25 06:56:54] >>13 -[2013-09-25 06:57:54] >>13 -[2013-09-25 06:58:54] >>13 -[2013-09-25 06:59:48] 11 -[2013-09-25 06:59:50] >11 -[2013-09-25 07:00:37] 51 -[2013-09-25 07:00:39] >51 -[2013-09-25 07:00:43] 1 -[2013-09-25 07:00:45] >1 -[2013-09-25 07:01:44] >>1 -[2013-09-25 07:02:11] 21 -[2013-09-25 07:02:12] >21 -[2013-09-25 07:03:12] >>21 -[2013-09-25 07:04:12] >>21 -[2013-09-25 07:05:12] >>21 -[2013-09-25 07:06:13] >>21 -[2013-09-25 07:07:13] >>21 -[2013-09-25 07:08:13] >>21 -[2013-09-25 07:09:13] >>21 -[2013-09-25 07:10:13] >>21 -[2013-09-25 07:11:14] >>21 -[2013-09-25 07:12:14] >>21 -[2013-09-25 07:13:14] >>21 -[2013-09-25 07:14:14] >>21 -[2013-09-25 07:15:13] 1 -[2013-09-25 07:15:15] >1 -[2013-09-25 07:15:17] 3 -[2013-09-25 07:15:19] >3 -[2013-09-25 07:15:23] 13 -[2013-09-25 07:15:25] >13 -[2013-09-25 07:15:43] 17 -[2013-09-25 07:15:44] 13 -[2013-09-25 07:15:46] >13 -[2013-09-25 07:16:46] >>13 -[2013-09-25 07:17:46] >>13 -[2013-09-25 07:18:46] >>13 -[2013-09-25 07:19:46] >>13 -[2013-09-25 07:20:46] >>13 -[2013-09-25 07:21:38] 17 -[2013-09-25 07:21:39] 13 -[2013-09-25 07:21:41] >13 -[2013-09-25 07:22:40] >>13 -[2013-09-25 07:23:41] >>13 -[2013-09-25 07:24:41] >>13 -[2013-09-25 07:25:41] >>13 -[2013-09-25 07:25:44] 3 -[2013-09-25 07:25:46] >3 -[2013-09-25 07:25:46] 21 -[2013-09-25 07:25:48] >21 -[2013-09-25 07:26:48] >>21 -[2013-09-25 07:26:56] 1 -[2013-09-25 07:26:57] >1 -[2013-09-25 07:27:03] 3 -[2013-09-25 07:27:04] 1 -[2013-09-25 07:27:06] >1 -[2013-09-25 07:27:08] 3 -[2013-09-25 07:27:10] >3 -[2013-09-25 07:27:15] 13 -[2013-09-25 07:27:17] >13 -[2013-09-25 07:28:17] >>13 -[2013-09-25 07:29:05] 17 -[2013-09-25 07:29:07] 13 -[2013-09-25 07:29:09] >13 -[2013-09-25 07:30:08] >>13 -[2013-09-25 07:30:22] 3 -[2013-09-25 07:30:23] 21 -[2013-09-25 07:30:25] >21 -[2013-09-25 07:31:24] >>21 -[2013-09-25 07:31:35] 1 -[2013-09-25 07:31:37] >1 -[2013-09-25 07:31:43] 3 -[2013-09-25 07:31:45] >3 -[2013-09-25 07:31:47] 13 -[2013-09-25 07:31:49] >13 -[2013-09-25 07:32:49] >>13 -[2013-09-25 07:33:49] >>13 -[2013-09-25 07:34:49] >>13 -[2013-09-25 07:35:49] >>13 -[2013-09-25 07:36:27] 17 -[2013-09-25 07:36:29] 13 -[2013-09-25 07:36:30] >13 -[2013-09-25 07:37:30] >>13 -[2013-09-25 07:38:30] >>13 -[2013-09-25 07:39:30] >>13 -[2013-09-25 07:40:31] >>13 -[2013-09-25 07:41:31] >>13 -[2013-09-25 07:42:22] 17 -[2013-09-25 07:42:24] 13 -[2013-09-25 07:42:25] >13 -[2013-09-25 07:43:25] >>13 -[2013-09-25 07:44:25] >>13 -[2013-09-25 07:45:25] >>13 -[2013-09-25 07:46:26] >>13 -[2013-09-25 07:47:26] >>13 -[2013-09-25 07:48:18] 17 -[2013-09-25 07:48:19] 13 -[2013-09-25 07:48:21] >13 -[2013-09-25 07:49:20] >>13 -[2013-09-25 07:50:21] >>13 -[2013-09-25 07:51:21] >>13 -[2013-09-25 07:52:21] >>13 -[2013-09-25 07:53:21] >>13 -[2013-09-25 07:54:13] 17 -[2013-09-25 07:54:15] 13 -[2013-09-25 07:54:16] >13 -[2013-09-25 07:54:17] 93 -[2013-09-25 07:54:19] >93 -[2013-09-25 07:54:37] 13 -[2013-09-25 07:54:38] >13 -[2013-09-25 07:54:42] 93 -[2013-09-25 07:54:44] >93 -[2013-09-25 07:54:52] 13 -[2013-09-25 07:54:54] 93 -[2013-09-25 07:54:55] 13 -[2013-09-25 07:54:56] >13 -[2013-09-25 07:54:58] 93 -[2013-09-25 07:54:59] >93 -[2013-09-25 07:55:13] 13 -[2013-09-25 07:55:13] 93 -[2013-09-25 07:55:14] 13 -[2013-09-25 07:55:16] >13 -[2013-09-25 07:55:25] 93 -[2013-09-25 07:55:26] >93 -[2013-09-25 07:55:37] 13 -[2013-09-25 07:55:38] >13 -[2013-09-25 07:55:47] 93 -[2013-09-25 07:55:49] >93 -[2013-09-25 07:55:51] 13 -[2013-09-25 07:55:52] >13 -[2013-09-25 07:56:01] 93 -[2013-09-25 07:56:02] >93 -[2013-09-25 07:56:03] 13 -[2013-09-25 07:56:04] >13 -[2013-09-25 07:56:05] 93 -[2013-09-25 07:56:07] >93 -[2013-09-25 07:56:08] 13 -[2013-09-25 07:56:09] >13 -[2013-09-25 07:56:25] 93 -[2013-09-25 07:56:27] >93 -[2013-09-25 07:56:29] 13 -[2013-09-25 07:56:31] >13 -[2013-09-25 07:56:38] 93 -[2013-09-25 07:56:40] >93 -[2013-09-25 07:56:43] 13 -[2013-09-25 07:56:45] >13 -[2013-09-25 07:57:44] >>13 -[2013-09-25 07:58:45] >>13 -[2013-09-25 07:59:45] >>13 -[2013-09-25 08:00:08] 17 -[2013-09-25 08:00:10] 13 -[2013-09-25 08:00:11] >13 -[2013-09-25 08:01:11] >>13 -[2013-09-25 08:02:11] >>13 -[2013-09-25 08:03:11] >>13 -[2013-09-25 08:04:12] >>13 -[2013-09-25 08:04:25] 11 -[2013-09-25 08:04:27] >11 -[2013-09-25 08:05:26] >>11 -[2013-09-25 08:05:54] 51 -[2013-09-25 08:05:56] >51 -[2013-09-25 08:06:00] 1 -[2013-09-25 08:06:02] >1 -[2013-09-25 08:06:16] 3 -[2013-09-25 08:06:18] >3 -[2013-09-25 08:06:19] 13 -[2013-09-25 08:06:21] >13 -[2013-09-25 08:07:21] >>13 -[2013-09-25 08:07:29] 17 -[2013-09-25 08:07:31] 13 -[2013-09-25 08:07:32] >13 -[2013-09-25 08:08:32] >>13 -[2013-09-25 08:09:32] >>13 -[2013-09-25 08:10:33] >>13 -[2013-09-25 08:11:33] >>13 -[2013-09-25 08:12:33] >>13 -[2013-09-25 08:13:24] 17 -[2013-09-25 08:13:26] 13 -[2013-09-25 08:13:27] >13 -[2013-09-25 08:14:27] >>13 -[2013-09-25 08:15:27] >>13 -[2013-09-25 08:16:28] >>13 -[2013-09-25 08:17:28] >>13 -[2013-09-25 08:18:28] >>13 -[2013-09-25 08:19:19] 17 -[2013-09-25 08:19:20] 13 -[2013-09-25 08:19:25] >13 -[2013-09-25 08:20:24] >>13 -[2013-09-25 08:21:26] >>13 -[2013-09-25 08:22:26] >>13 -[2013-09-25 08:23:26] >>13 -[2013-09-25 08:24:26] >>13 -[2013-09-25 08:25:15] 17 -[2013-09-25 08:25:16] 13 -[2013-09-25 08:25:18] >13 -[2013-09-25 08:26:18] >>13 -[2013-09-25 08:27:18] >>13 -[2013-09-25 08:28:18] >>13 -[2013-09-25 08:29:18] >>13 -[2013-09-25 08:30:18] >>13 -[2013-09-25 08:31:10] 17 -[2013-09-25 08:31:11] 13 -[2013-09-25 08:31:13] >13 -[2013-09-25 08:32:12] >>13 -[2013-09-25 08:33:13] >>13 -[2013-09-25 08:34:13] >>13 -[2013-09-25 08:35:13] >>13 -[2013-09-25 08:36:13] >>13 -[2013-09-25 08:37:05] 17 -[2013-09-25 08:37:07] 13 -[2013-09-25 08:37:08] >13 -[2013-09-25 08:38:08] >>13 -[2013-09-25 08:39:08] >>13 -[2013-09-25 08:40:08] >>13 -[2013-09-25 08:40:09] 93 -[2013-09-25 08:40:11] >93 -[2013-09-25 08:40:14] 13 -[2013-09-25 08:40:15] >13 -[2013-09-25 08:40:25] 93 -[2013-09-25 08:40:27] >93 -[2013-09-25 08:40:31] 13 -[2013-09-25 08:40:32] >13 -[2013-09-25 08:40:42] 93 -[2013-09-25 08:40:43] >93 -[2013-09-25 08:40:46] 13 -[2013-09-25 08:40:48] >13 -[2013-09-25 08:40:59] 93 -[2013-09-25 08:41:00] 13 -[2013-09-25 08:41:02] >13 -[2013-09-25 08:42:02] >>13 -[2013-09-25 08:42:59] 17 -[2013-09-25 08:43:01] 13 -[2013-09-25 08:43:03] >13 -[2013-09-25 08:44:02] >>13 -[2013-09-25 08:45:02] >>13 -[2013-09-25 08:46:03] >>13 -[2013-09-25 08:47:03] >>13 -[2013-09-25 08:48:03] >>13 -[2013-09-25 08:48:54] 17 -[2013-09-25 08:48:56] 13 -[2013-09-25 08:48:58] >13 -[2013-09-25 08:49:57] >>13 -[2013-09-25 08:50:57] >>13 -[2013-09-25 08:51:58] >>13 -[2013-09-25 08:52:58] >>13 -[2013-09-25 08:53:58] >>13 -[2013-09-25 08:54:49] 17 -[2013-09-25 08:54:51] 13 -[2013-09-25 08:54:52] >13 -[2013-09-25 08:55:52] >>13 -[2013-09-25 08:56:52] >>13 -[2013-09-25 08:57:06] 11 -[2013-09-25 08:57:07] >11 -[2013-09-25 08:58:07] >>11 -[2013-09-25 08:59:07] >>11 -[2013-09-25 09:00:07] >>11 -[2013-09-25 09:00:35] 51 -[2013-09-25 09:00:37] >51 -[2013-09-25 09:00:42] 1 -[2013-09-25 09:00:43] >1 -[2013-09-25 09:00:56] 21 -[2013-09-25 09:00:58] >21 -[2013-09-25 09:01:58] >>21 -[2013-09-25 09:02:58] >>21 -[2013-09-25 09:03:58] >>21 -[2013-09-25 09:04:58] >>21 -[2013-09-25 09:05:19] 1 -[2013-09-25 09:05:21] >1 -[2013-09-25 09:05:35] 3 -[2013-09-25 09:05:36] >3 -[2013-09-25 09:05:39] 13 -[2013-09-25 09:05:41] >13 -[2013-09-25 09:05:59] 17 -[2013-09-25 09:06:01] 13 -[2013-09-25 09:06:02] >13 -[2013-09-25 09:07:02] >>13 -[2013-09-25 09:08:02] >>13 -[2013-09-25 09:09:03] >>13 -[2013-09-25 09:10:03] >>13 -[2013-09-25 09:11:03] >>13 -[2013-09-25 09:11:54] 17 -[2013-09-25 09:11:56] 13 -[2013-09-25 09:11:57] >13 -[2013-09-25 09:12:57] >>13 -[2013-09-25 09:13:57] >>13 -[2013-09-25 09:14:57] >>13 -[2013-09-25 09:15:58] >>13 -[2013-09-25 09:16:58] >>13 -[2013-09-25 09:17:49] 17 -[2013-09-25 09:17:51] 13 -[2013-09-25 09:17:52] >13 -[2013-09-25 09:18:52] >>13 -[2013-09-25 09:19:52] >>13 -[2013-09-25 09:20:52] >>13 -[2013-09-25 09:21:53] >>13 -[2013-09-25 09:22:53] >>13 -[2013-09-25 09:23:43] 93 -[2013-09-25 09:23:45] >93 -[2013-09-25 09:23:52] 13 -[2013-09-25 09:23:54] >13 -[2013-09-25 09:24:04] 97 -[2013-09-25 09:24:05] 93 -[2013-09-25 09:24:07] >93 -[2013-09-25 09:24:08] 13 -[2013-09-25 09:24:09] >13 -[2013-09-25 09:24:16] 93 -[2013-09-25 09:24:18] >93 -[2013-09-25 09:24:20] 13 -[2013-09-25 09:24:22] >13 -[2013-09-25 09:25:22] >>13 -[2013-09-25 09:25:37] 93 -[2013-09-25 09:25:39] >93 -[2013-09-25 09:25:41] 13 -[2013-09-25 09:25:42] >13 -[2013-09-25 09:26:43] >>13 -[2013-09-25 09:27:43] >>13 -[2013-09-25 09:28:43] >>13 -[2013-09-25 09:29:43] >>13 -[2013-09-25 09:29:59] 17 -[2013-09-25 09:30:00] 13 -[2013-09-25 09:30:02] >13 -[2013-09-25 09:31:01] >>13 -[2013-09-25 09:32:01] >>13 -[2013-09-25 09:33:02] >>13 -[2013-09-25 09:34:02] >>13 -[2013-09-25 09:35:02] >>13 -[2013-09-25 09:35:54] 17 -[2013-09-25 09:35:56] 13 -[2013-09-25 09:35:57] >13 -[2013-09-25 09:36:57] >>13 -[2013-09-25 09:37:57] >>13 -[2013-09-25 09:38:58] >>13 -[2013-09-25 09:39:58] >>13 -[2013-09-25 09:40:58] >>13 -[2013-09-25 09:41:49] 17 -[2013-09-25 09:41:51] 13 -[2013-09-25 09:41:52] >13 -[2013-09-25 09:42:52] >>13 -[2013-09-25 09:43:52] >>13 -[2013-09-25 09:44:53] >>13 -[2013-09-25 09:45:53] >>13 -[2013-09-25 09:46:53] >>13 -[2013-09-25 09:47:45] 17 -[2013-09-25 09:47:46] 13 -[2013-09-25 09:47:48] >13 -[2013-09-25 09:48:48] >>13 -[2013-09-25 09:49:48] >>13 -[2013-09-25 09:50:48] >>13 -[2013-09-25 09:51:48] >>13 -[2013-09-25 09:52:48] >>13 -[2013-09-25 09:53:39] 17 -[2013-09-25 09:53:41] 13 -[2013-09-25 09:53:42] >13 -[2013-09-25 09:54:42] >>13 -[2013-09-25 09:55:42] >>13 -[2013-09-25 09:56:42] >>13 -[2013-09-25 09:57:43] >>13 -[2013-09-25 09:58:43] >>13 -[2013-09-25 09:59:34] 17 -[2013-09-25 09:59:36] 13 -[2013-09-25 09:59:37] >13 -[2013-09-25 10:00:37] >>13 -[2013-09-25 10:01:37] >>13 -[2013-09-25 10:02:37] >>13 -[2013-09-25 10:03:37] >>13 -[2013-09-25 10:04:38] >>13 -[2013-09-25 10:05:29] 17 -[2013-09-25 10:05:30] 13 -[2013-09-25 10:05:32] >13 -[2013-09-25 10:06:32] >>13 -[2013-09-25 10:07:32] >>13 -[2013-09-25 10:08:32] >>13 -[2013-09-25 10:09:33] >>13 -[2013-09-25 10:10:33] >>13 -[2013-09-25 10:11:24] 17 -[2013-09-25 10:11:26] 13 -[2013-09-25 10:11:27] >13 -[2013-09-25 10:11:31] 11 -[2013-09-25 10:11:33] >11 -[2013-09-25 10:11:47] 13 -[2013-09-25 10:11:48] >13 -[2013-09-25 10:12:48] >>13 -[2013-09-25 10:13:50] >>13 -[2013-09-25 10:14:50] >>13 -[2013-09-25 10:15:50] >>13 -[2013-09-25 10:16:51] >>13 -[2013-09-25 10:17:20] 17 -[2013-09-25 10:17:21] 13 -[2013-09-25 10:17:23] >13 -[2013-09-25 10:18:23] >>13 -[2013-09-25 10:19:23] >>13 -[2013-09-25 10:20:23] >>13 -[2013-09-25 10:21:24] >>13 -[2013-09-25 10:22:24] >>13 -[2013-09-25 10:23:15] 17 -[2013-09-25 10:23:17] 13 -[2013-09-25 10:23:18] >13 -[2013-09-25 10:24:18] >>13 -[2013-09-25 10:25:18] >>13 -[2013-09-25 10:26:18] >>13 -[2013-09-25 10:27:19] >>13 -[2013-09-25 10:28:19] >>13 -[2013-09-25 10:29:10] 17 -[2013-09-25 10:29:11] 13 -[2013-09-25 10:29:13] >13 -[2013-09-25 10:30:13] >>13 -[2013-09-25 10:31:13] >>13 -[2013-09-25 10:32:13] >>13 -[2013-09-25 10:33:13] >>13 -[2013-09-25 10:34:13] >>13 -[2013-09-25 10:35:04] 17 -[2013-09-25 10:35:06] 13 -[2013-09-25 10:35:07] >13 -[2013-09-25 10:36:07] >>13 -[2013-09-25 10:37:07] >>13 -[2013-09-25 10:38:07] >>13 -[2013-09-25 10:39:08] >>13 -[2013-09-25 10:40:08] >>13 -[2013-09-25 10:40:59] 17 -[2013-09-25 10:41:01] 13 -[2013-09-25 10:41:02] >13 -[2013-09-25 10:42:02] >>13 -[2013-09-25 10:43:02] >>13 -[2013-09-25 10:44:02] >>13 -[2013-09-25 10:45:02] >>13 -[2013-09-25 10:46:03] >>13 -[2013-09-25 10:46:54] 17 -[2013-09-25 10:46:56] 13 -[2013-09-25 10:46:58] >13 -[2013-09-25 10:47:57] >>13 -[2013-09-25 10:48:58] >>13 -[2013-09-25 10:49:58] >>13 -[2013-09-25 10:50:58] >>13 -[2013-09-25 10:51:58] >>13 -[2013-09-25 10:52:50] 17 -[2013-09-25 10:52:51] 13 -[2013-09-25 10:52:53] >13 -[2013-09-25 10:53:53] >>13 -[2013-09-25 10:54:53] >>13 -[2013-09-25 10:55:27] 11 -[2013-09-25 10:55:29] >11 -[2013-09-25 10:56:29] >>11 -[2013-09-25 10:57:29] >>11 -[2013-09-25 10:58:29] >>11 -[2013-09-25 10:58:36] 51 -[2013-09-25 10:58:38] >51 -[2013-09-25 10:58:42] 1 -[2013-09-25 10:58:44] >1 -[2013-09-25 10:58:52] 21 -[2013-09-25 10:58:54] >21 -[2013-09-25 10:59:54] >>21 -[2013-09-25 11:00:54] >>21 -[2013-09-25 11:01:54] >>21 -[2013-09-25 11:02:54] >>21 -[2013-09-25 11:03:55] >>21 -[2013-09-25 11:04:33] 1 -[2013-09-25 11:04:34] >1 -[2013-09-25 11:04:42] 3 -[2013-09-25 11:04:43] >3 -[2013-09-25 11:04:46] 13 -[2013-09-25 11:04:48] >13 -[2013-09-25 11:05:06] 17 -[2013-09-25 11:05:07] 13 -[2013-09-25 11:05:09] >13 -[2013-09-25 11:06:09] >>13 -[2013-09-25 11:07:09] >>13 -[2013-09-25 11:08:09] >>13 -[2013-09-25 11:09:10] >>13 -[2013-09-25 11:10:10] >>13 -[2013-09-25 11:11:01] 17 -[2013-09-25 11:11:03] 13 -[2013-09-25 11:11:04] >13 -[2013-09-25 11:12:04] >>13 -[2013-09-25 11:13:04] >>13 -[2013-09-25 11:14:04] >>13 -[2013-09-25 11:15:05] >>13 -[2013-09-25 11:16:05] >>13 -[2013-09-25 11:16:56] 17 -[2013-09-25 11:16:57] 13 -[2013-09-25 11:16:59] >13 -[2013-09-25 11:17:59] >>13 -[2013-09-25 11:18:59] >>13 -[2013-09-25 11:19:59] >>13 -[2013-09-25 11:20:59] >>13 -[2013-09-25 11:22:00] >>13 -[2013-09-25 11:22:50] 17 -[2013-09-25 11:22:52] 13 -[2013-09-25 11:22:54] >13 -[2013-09-25 11:23:32] 93 -[2013-09-25 11:23:34] >93 -[2013-09-25 11:23:59] 13 -[2013-09-25 11:24:01] >13 -[2013-09-25 11:24:01] 93 -[2013-09-25 11:24:03] 13 -[2013-09-25 11:24:04] >13 -[2013-09-25 11:24:05] 93 -[2013-09-25 11:24:07] >93 -[2013-09-25 11:24:22] 13 -[2013-09-25 11:24:24] >13 -[2013-09-25 11:24:33] 93 -[2013-09-25 11:24:35] >93 -[2013-09-25 11:24:47] 13 -[2013-09-25 11:24:49] 93 -[2013-09-25 11:24:50] 13 -[2013-09-25 11:24:52] >13 -[2013-09-25 11:24:53] 93 -[2013-09-25 11:24:54] >93 -[2013-09-25 11:25:08] 13 -[2013-09-25 11:25:09] >13 -[2013-09-25 11:25:22] 93 -[2013-09-25 11:25:23] >93 -[2013-09-25 11:25:24] 13 -[2013-09-25 11:25:26] >13 -[2013-09-25 11:25:30] 93 -[2013-09-25 11:25:32] >93 -[2013-09-25 11:25:36] 13 -[2013-09-25 11:25:38] >13 -[2013-09-25 11:25:46] 93 -[2013-09-25 11:25:47] >93 -[2013-09-25 11:25:49] 13 -[2013-09-25 11:25:50] >13 -[2013-09-25 11:26:00] 93 -[2013-09-25 11:26:02] >93 -[2013-09-25 11:26:03] 13 -[2013-09-25 11:26:05] >13 -[2013-09-25 11:27:05] >>13 -[2013-09-25 11:28:05] >>13 -[2013-09-25 11:28:45] 17 -[2013-09-25 11:28:47] 13 -[2013-09-25 11:28:48] >13 -[2013-09-25 11:29:48] >>13 -[2013-09-25 11:30:48] >>13 -[2013-09-25 11:31:49] >>13 -[2013-09-25 11:32:49] >>13 -[2013-09-25 11:33:49] >>13 -[2013-09-25 11:34:07] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1010&valore=13 -[2013-09-25 11:34:41] 17 -[2013-09-25 11:34:44] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1010&valore=17 -[2013-09-25 11:34:44] 13 -[2013-09-25 11:34:47] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1010&valore=13 -[2013-09-25 11:34:48] >13 -[2013-09-25 11:34:50] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1010&valore=13 -[2013-09-25 11:35:49] >>13 -[2013-09-25 11:35:52] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1010&valore=13 -[2013-09-25 11:36:52] >>13 -[2013-09-25 11:38:32] >>13 -[2013-09-25 11:39:32] >>13 -[2013-09-25 11:40:32] >>13 -[2013-09-25 11:40:36] 17 -[2013-09-25 11:40:37] 13 -[2013-09-25 11:40:39] >13 -[2013-09-25 11:41:39] >>13 -[2013-09-25 11:42:39] >>13 -[2013-09-25 11:43:39] >>13 -[2013-09-25 11:44:40] >>13 -[2013-09-25 11:45:40] >>13 -[2013-09-25 11:46:31] 17 -[2013-09-25 11:46:33] 13 -[2013-09-25 11:46:34] >13 -[2013-09-25 11:47:34] >>13 -[2013-09-25 11:48:34] >>13 -[2013-09-25 11:49:34] >>13 -[2013-09-25 11:49:45] 93 -[2013-09-25 11:49:47] >93 -[2013-09-25 11:50:16] 13 -[2013-09-25 11:50:18] >13 -[2013-09-25 11:50:20] 93 -[2013-09-25 11:50:21] 13 -[2013-09-25 11:50:22] 93 -[2013-09-25 11:50:23] >93 -[2013-09-25 11:50:25] 13 -[2013-09-25 11:50:27] >13 -[2013-09-25 11:50:28] 93 -[2013-09-25 11:50:29] 13 -[2013-09-25 11:50:31] >13 -[2013-09-25 11:51:31] >>13 -[2013-09-25 11:52:31] >>13 -[2013-09-25 11:53:04] 17 -[2013-09-25 11:53:05] 13 -[2013-09-25 11:53:07] >13 -[2013-09-25 11:54:06] >>13 -[2013-09-25 11:55:07] >>13 -[2013-09-25 11:56:07] >>13 -[2013-09-25 11:57:07] >>13 -[2013-09-25 11:58:07] >>13 -[2013-09-25 11:58:58] 17 -[2013-09-25 11:59:17] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1010&valore=17 -[2013-09-25 11:59:17] 13 -[2013-09-25 11:59:20] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1010&valore=13 -[2013-09-25 11:59:22] >13 -[2013-09-25 11:59:23] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1010&valore=13 -[2013-09-25 12:00:23] >>13 -[2013-09-25 12:00:26] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1010&valore=13 -[2013-09-25 12:01:26] >>13 -[2013-09-25 12:03:15] >>13 -[2013-09-25 12:04:15] >>13 -[2013-09-25 12:04:53] 17 -[2013-09-25 12:04:55] 13 -[2013-09-25 12:04:56] >13 -[2013-09-25 12:05:56] >>13 -[2013-09-25 12:06:56] >>13 -[2013-09-25 12:07:56] >>13 -[2013-09-25 12:08:57] >>13 -[2013-09-25 12:09:57] >>13 -[2013-09-25 12:10:49] 17 -[2013-09-25 12:10:50] 13 -[2013-09-25 12:10:52] >13 -[2013-09-25 12:11:51] >>13 -[2013-09-25 12:12:52] >>13 -[2013-09-25 12:13:52] >>13 -[2013-09-25 12:14:52] >>13 -[2013-09-25 12:15:52] >>13 -[2013-09-25 12:16:44] 17 -[2013-09-25 12:16:46] 13 -[2013-09-25 12:16:47] >13 -[2013-09-25 12:17:47] >>13 -[2013-09-25 12:18:47] >>13 -[2013-09-25 12:19:47] >>13 -[2013-09-25 12:20:48] >>13 -[2013-09-25 12:21:48] >>13 -[2013-09-25 12:22:39] 17 -[2013-09-25 12:22:41] 13 -[2013-09-25 12:22:43] >13 -[2013-09-25 12:23:42] >>13 -[2013-09-25 12:24:43] >>13 -[2013-09-25 12:25:43] >>13 -[2013-09-25 12:26:43] >>13 -[2013-09-25 12:27:43] >>13 -[2013-09-25 12:28:34] 17 -[2013-09-25 12:28:35] 13 -[2013-09-25 12:28:37] >13 -[2013-09-25 12:29:37] >>13 -[2013-09-25 12:30:37] >>13 -[2013-09-25 12:31:37] >>13 -[2013-09-25 12:32:37] >>13 -[2013-09-25 12:33:38] >>13 -[2013-09-25 12:34:29] 17 -[2013-09-25 12:34:30] 13 -[2013-09-25 12:34:32] >13 -[2013-09-25 12:35:32] >>13 -[2013-09-25 12:36:32] >>13 -[2013-09-25 12:37:32] >>13 -[2013-09-25 12:38:32] >>13 -[2013-09-25 12:39:32] >>13 -[2013-09-25 12:40:24] 17 -[2013-09-25 12:40:25] 13 -[2013-09-25 12:40:27] >13 -[2013-09-25 12:41:27] >>13 -[2013-09-25 12:42:27] >>13 -[2013-09-25 12:43:27] >>13 -[2013-09-25 12:44:27] >>13 -[2013-09-25 12:45:27] >>13 -[2013-09-25 12:46:19] 17 -[2013-09-25 12:46:21] 13 -[2013-09-25 12:46:22] >13 -[2013-09-25 12:47:22] >>13 -[2013-09-25 12:48:22] >>13 -[2013-09-25 12:48:46] 93 -[2013-09-25 12:48:47] 13 -[2013-09-25 12:48:49] >13 -[2013-09-25 12:48:52] 93 -[2013-09-25 12:48:54] >93 -[2013-09-25 12:48:54] 13 -[2013-09-25 12:48:56] >13 -[2013-09-25 12:48:57] 93 -[2013-09-25 12:48:59] >93 -[2013-09-25 12:49:01] 13 -[2013-09-25 12:49:03] >13 -[2013-09-25 12:49:07] 93 -[2013-09-25 12:49:09] >93 -[2013-09-25 12:49:10] 13 -[2013-09-25 12:49:11] >13 -[2013-09-25 12:49:15] 93 -[2013-09-25 12:49:16] >93 -[2013-09-25 12:49:17] 13 -[2013-09-25 12:49:19] >13 -[2013-09-25 12:50:19] >>13 -[2013-09-25 12:51:19] >>13 -[2013-09-25 12:52:14] 17 -[2013-09-25 12:52:16] 13 -[2013-09-25 12:52:18] >13 -[2013-09-25 12:53:17] >>13 -[2013-09-25 12:54:18] >>13 -[2013-09-25 12:55:18] >>13 -[2013-09-25 12:56:18] >>13 -[2013-09-25 12:57:18] >>13 -[2013-09-25 12:58:09] 17 -[2013-09-25 12:58:11] 13 -[2013-09-25 12:58:13] >13 -[2013-09-25 12:59:12] >>13 -[2013-09-25 13:00:12] >>13 -[2013-09-25 13:01:13] >>13 -[2013-09-25 13:02:13] >>13 -[2013-09-25 13:03:13] >>13 -[2013-09-25 13:04:04] 17 -[2013-09-25 13:04:06] 13 -[2013-09-25 13:04:08] >13 -[2013-09-25 13:05:07] >>13 -[2013-09-25 13:06:08] >>13 -[2013-09-25 13:07:08] >>13 -[2013-09-25 13:08:08] >>13 -[2013-09-25 13:09:08] >>13 -[2013-09-25 13:09:59] 17 -[2013-09-25 13:10:00] 13 -[2013-09-25 13:10:02] >13 -[2013-09-25 13:11:02] >>13 -[2013-09-25 13:12:02] >>13 -[2013-09-25 13:13:02] >>13 -[2013-09-25 13:14:02] >>13 -[2013-09-25 13:15:03] >>13 -[2013-09-25 13:15:54] 17 -[2013-09-25 13:15:55] 13 -[2013-09-25 13:15:57] >13 -[2013-09-25 13:16:57] >>13 -[2013-09-25 13:17:57] >>13 -[2013-09-25 13:18:57] >>13 -[2013-09-25 13:19:57] >>13 -[2013-09-25 13:20:58] >>13 -[2013-09-25 13:21:49] 17 -[2013-09-25 13:21:51] 13 -[2013-09-25 13:21:52] >13 -[2013-09-25 13:22:52] >>13 -[2013-09-25 13:23:52] >>13 -[2013-09-25 13:24:53] >>13 -[2013-09-25 13:25:53] >>13 -[2013-09-25 13:26:53] >>13 -[2013-09-25 13:26:59] 93 -[2013-09-25 13:27:00] >93 -[2013-09-25 13:27:01] 13 -[2013-09-25 13:27:03] >13 -[2013-09-25 13:27:45] 17 -[2013-09-25 13:27:46] 13 -[2013-09-25 13:27:48] >13 -[2013-09-25 13:28:48] >>13 -[2013-09-25 13:29:48] >>13 -[2013-09-25 13:30:27] 11 -[2013-09-25 13:30:29] >11 -[2013-09-25 13:31:28] >>11 -[2013-09-25 13:32:29] >>11 -[2013-09-25 13:33:24] 1 -[2013-09-25 13:33:26] >1 -[2013-09-25 13:33:59] 21 -[2013-09-25 13:34:01] >21 -[2013-09-25 13:35:00] >>21 -[2013-09-25 13:36:01] >>21 -[2013-09-25 13:37:01] >>21 -[2013-09-25 13:38:01] >>21 -[2013-09-25 13:38:33] 1 -[2013-09-25 13:38:34] >1 -[2013-09-25 13:38:39] 3 -[2013-09-25 13:38:41] >3 -[2013-09-25 13:38:43] 13 -[2013-09-25 13:38:45] >13 -[2013-09-25 13:39:00] 17 -[2013-09-25 13:39:02] 13 -[2013-09-25 13:39:04] >13 -[2013-09-25 13:39:29] 93 -[2013-09-25 13:39:31] 13 -[2013-09-25 13:39:32] >13 -[2013-09-25 13:39:45] 93 -[2013-09-25 13:39:46] >93 -[2013-09-25 13:39:47] 13 -[2013-09-25 13:39:49] >13 -[2013-09-25 13:40:06] 93 -[2013-09-25 13:40:07] 13 -[2013-09-25 13:40:08] >13 -[2013-09-25 13:41:08] >>13 -[2013-09-25 13:42:08] >>13 -[2013-09-25 13:43:08] >>13 -[2013-09-25 13:44:09] >>13 -[2013-09-25 13:44:55] 17 -[2013-09-25 13:44:56] 13 -[2013-09-25 13:44:58] >13 -[2013-09-25 13:45:58] >>13 -[2013-09-25 13:46:58] >>13 -[2013-09-25 13:47:58] >>13 -[2013-09-25 13:48:58] >>13 -[2013-09-25 13:49:59] >>13 -[2013-09-25 13:50:50] 17 -[2013-09-25 13:50:51] 13 -[2013-09-25 13:50:53] >13 -[2013-09-25 13:51:53] >>13 -[2013-09-25 13:52:53] >>13 -[2013-09-25 13:53:53] >>13 -[2013-09-25 13:54:53] >>13 -[2013-09-25 13:55:53] >>13 -[2013-09-25 13:56:45] 17 -[2013-09-25 13:56:46] 13 -[2013-09-25 13:56:48] >13 -[2013-09-25 13:57:48] >>13 -[2013-09-25 13:58:48] >>13 -[2013-09-25 13:59:48] >>13 -[2013-09-25 14:00:48] >>13 -[2013-09-25 14:01:48] >>13 -[2013-09-25 14:02:40] 17 -[2013-09-25 14:02:42] 13 -[2013-09-25 14:02:43] >13 -[2013-09-25 14:03:43] >>13 -[2013-09-25 14:04:43] >>13 -[2013-09-25 14:05:43] >>13 -[2013-09-25 14:06:44] >>13 -[2013-09-25 14:07:44] >>13 -[2013-09-25 14:08:36] 17 -[2013-09-25 14:08:37] 13 -[2013-09-25 14:08:39] >13 -[2013-09-25 14:09:38] >>13 -[2013-09-25 14:10:39] >>13 -[2013-09-25 14:11:39] >>13 -[2013-09-25 14:12:39] >>13 -[2013-09-25 14:13:39] >>13 -[2013-09-25 14:14:30] 17 -[2013-09-25 14:14:32] 13 -[2013-09-25 14:14:34] >13 -[2013-09-25 14:15:33] >>13 -[2013-09-25 14:16:34] >>13 -[2013-09-25 14:17:34] >>13 -[2013-09-25 14:18:34] >>13 -[2013-09-25 14:19:34] >>13 -[2013-09-25 14:20:25] 17 -[2013-09-25 14:20:27] 13 -[2013-09-25 14:20:28] >13 -[2013-09-25 14:21:28] >>13 -[2013-09-25 14:22:28] >>13 -[2013-09-25 14:23:28] >>13 -[2013-09-25 14:24:28] >>13 -[2013-09-25 14:25:29] >>13 -[2013-09-25 14:26:20] 17 -[2013-09-25 14:26:21] 13 -[2013-09-25 14:26:23] >13 -[2013-09-25 14:27:23] >>13 -[2013-09-25 14:28:23] >>13 -[2013-09-25 14:29:23] >>13 -[2013-09-25 14:30:23] >>13 -[2013-09-25 14:31:24] >>13 -[2013-09-25 14:32:15] 17 -[2013-09-25 14:32:16] 13 -[2013-09-25 14:32:18] >13 -[2013-09-25 14:33:18] >>13 -[2013-09-25 14:34:18] >>13 -[2013-09-25 14:35:18] >>13 -[2013-09-25 14:36:18] >>13 -[2013-09-25 14:37:19] >>13 -[2013-09-25 14:38:10] 17 -[2013-09-25 14:38:12] 13 -[2013-09-25 14:38:13] >13 -[2013-09-25 14:39:13] >>13 -[2013-09-25 14:40:13] >>13 -[2013-09-25 14:41:14] >>13 -[2013-09-25 14:42:14] >>13 -[2013-09-25 14:43:14] >>13 -[2013-09-25 14:44:06] 17 -[2013-09-25 14:44:07] 13 -[2013-09-25 14:44:09] >13 -[2013-09-25 14:45:09] >>13 -[2013-09-25 14:46:09] >>13 -[2013-09-25 14:47:09] >>13 -[2013-09-25 14:48:09] >>13 -[2013-09-25 14:49:17] >>13 -[2013-09-25 14:50:01] 17 -[2013-09-25 14:50:02] 13 -[2013-09-25 14:50:04] >13 -[2013-09-25 14:51:03] >>13 -[2013-09-25 14:52:04] >>13 -[2013-09-25 14:53:04] >>13 -[2013-09-25 14:53:40] 93 -[2013-09-25 14:53:42] >93 -[2013-09-25 14:53:44] 13 -[2013-09-25 14:53:46] >13 -[2013-09-25 14:53:58] 93 -[2013-09-25 14:54:00] >93 -[2013-09-25 14:54:03] 13 -[2013-09-25 14:54:05] >13 -[2013-09-25 14:54:19] 93 -[2013-09-25 14:54:21] >93 -[2013-09-25 14:54:24] 13 -[2013-09-25 14:54:25] >13 -[2013-09-25 14:54:53] 93 -[2013-09-25 14:54:55] >93 -[2013-09-25 14:55:00] 13 -[2013-09-25 14:55:02] >13 -[2013-09-25 14:55:10] 93 -[2013-09-25 14:55:11] >93 -[2013-09-25 14:55:43] 13 -[2013-09-25 14:55:45] >13 -[2013-09-25 14:55:55] 17 -[2013-09-25 14:55:57] 13 -[2013-09-25 14:55:59] 93 -[2013-09-25 14:56:00] 13 -[2013-09-25 14:56:02] >13 -[2013-09-25 14:56:23] 93 -[2013-09-25 14:56:25] >93 -[2013-09-25 14:56:26] 13 -[2013-09-25 14:56:26] 93 -[2013-09-25 14:56:28] >93 -[2013-09-25 14:56:28] 13 -[2013-09-25 14:56:30] >13 -[2013-09-25 14:56:40] 93 -[2013-09-25 14:56:42] >93 -[2013-09-25 14:56:44] 13 -[2013-09-25 14:56:46] >13 -[2013-09-25 14:57:45] >>13 -[2013-09-25 14:58:45] >>13 -[2013-09-25 14:59:46] >>13 -[2013-09-25 15:00:46] >>13 -[2013-09-25 15:01:46] >>13 -[2013-09-25 15:01:50] 17 -[2013-09-25 15:01:52] 13 -[2013-09-25 15:01:53] >13 -[2013-09-25 15:02:53] >>13 -[2013-09-25 15:03:53] >>13 -[2013-09-25 15:04:54] >>13 -[2013-09-25 15:05:54] >>13 -[2013-09-25 15:06:54] >>13 -[2013-09-25 15:07:45] 17 -[2013-09-25 15:07:46] 13 -[2013-09-25 15:07:48] >13 -[2013-09-25 15:08:48] >>13 -[2013-09-25 15:09:48] >>13 -[2013-09-25 15:10:48] >>13 -[2013-09-25 15:11:48] >>13 -[2013-09-25 15:12:48] >>13 -[2013-09-25 15:13:40] 17 -[2013-09-25 15:13:42] 13 -[2013-09-25 15:13:43] >13 -[2013-09-25 15:13:44] 11 -[2013-09-25 15:13:46] >11 -[2013-09-25 15:14:45] >>11 -[2013-09-25 15:15:45] >>11 -[2013-09-25 15:16:46] >>11 -[2013-09-25 15:17:46] >>11 -[2013-09-25 15:18:46] >>11 -[2013-09-25 15:19:27] 51 -[2013-09-25 15:19:28] >51 -[2013-09-25 15:19:33] 1 -[2013-09-25 15:19:34] >1 -[2013-09-25 15:19:45] 21 -[2013-09-25 15:19:47] >21 -[2013-09-25 15:20:46] >>21 -[2013-09-25 15:21:47] >>21 -[2013-09-25 15:22:47] >>21 -[2013-09-25 15:23:47] >>21 -[2013-09-25 15:24:47] >>21 -[2013-09-25 15:24:54] 1 -[2013-09-25 15:24:56] >1 -[2013-09-25 15:25:06] 3 -[2013-09-25 15:25:07] >3 -[2013-09-25 15:25:12] 13 -[2013-09-25 15:25:14] >13 -[2013-09-25 15:25:32] 17 -[2013-09-25 15:25:34] 13 -[2013-09-25 15:25:35] >13 -[2013-09-25 15:26:35] >>13 -[2013-09-25 15:27:35] >>13 -[2013-09-25 15:28:36] >>13 -[2013-09-25 15:29:36] >>13 -[2013-09-25 15:30:36] >>13 -[2013-09-25 15:31:28] 17 -[2013-09-25 15:31:29] 13 -[2013-09-25 15:31:31] >13 -[2013-09-25 15:32:31] >>13 -[2013-09-25 15:33:31] >>13 -[2013-09-25 15:34:31] >>13 -[2013-09-25 15:35:31] >>13 -[2013-09-25 15:36:31] >>13 -[2013-09-25 15:37:22] 17 -[2013-09-25 15:37:24] 13 -[2013-09-25 15:37:25] >13 -[2013-09-25 15:38:25] >>13 -[2013-09-25 15:39:25] >>13 -[2013-09-25 15:40:25] >>13 -[2013-09-25 15:41:26] >>13 -[2013-09-25 15:42:26] >>13 -[2013-09-25 15:43:17] 17 -[2013-09-25 15:43:19] 13 -[2013-09-25 15:43:20] >13 -[2013-09-25 15:44:20] >>13 -[2013-09-25 15:45:20] >>13 -[2013-09-25 15:46:20] >>13 -[2013-09-25 15:47:21] >>13 -[2013-09-25 15:48:21] >>13 -[2013-09-25 15:49:11] 17 -[2013-09-25 15:49:13] 13 -[2013-09-25 15:49:15] >13 -[2013-09-25 15:50:14] >>13 -[2013-09-25 15:51:15] >>13 -[2013-09-25 15:52:15] >>13 -[2013-09-25 15:53:15] >>13 -[2013-09-25 15:54:15] >>13 -[2013-09-25 15:55:07] 17 -[2013-09-25 15:55:09] 13 -[2013-09-25 15:55:11] >13 -[2013-09-25 15:56:10] >>13 -[2013-09-25 15:57:11] >>13 -[2013-09-25 15:58:11] >>13 -[2013-09-25 15:59:11] >>13 -[2013-09-25 16:00:11] >>13 -[2013-09-25 16:01:03] 17 -[2013-09-25 16:01:04] 13 -[2013-09-25 16:01:06] >13 -[2013-09-25 16:02:06] >>13 -[2013-09-25 16:03:06] >>13 -[2013-09-25 16:04:06] >>13 -[2013-09-25 16:05:06] >>13 -[2013-09-25 16:06:07] >>13 -[2013-09-25 16:06:58] 17 -[2013-09-25 16:06:59] 13 -[2013-09-25 16:07:01] >13 -[2013-09-25 16:08:01] >>13 -[2013-09-25 16:09:01] >>13 -[2013-09-25 16:10:01] >>13 -[2013-09-25 16:11:01] >>13 -[2013-09-25 16:12:01] >>13 -[2013-09-25 16:12:52] 17 -[2013-09-25 16:12:54] 13 -[2013-09-25 16:12:55] >13 -[2013-09-25 16:13:55] >>13 -[2013-09-25 16:14:55] >>13 -[2013-09-25 16:15:56] >>13 -[2013-09-25 16:16:56] >>13 -[2013-09-25 16:17:55] 93 -[2013-09-25 16:17:57] >93 -[2013-09-25 16:17:58] 13 -[2013-09-25 16:18:00] >13 -[2013-09-25 16:18:06] 93 -[2013-09-25 16:18:07] >93 -[2013-09-25 16:18:09] 13 -[2013-09-25 16:18:11] >13 -[2013-09-25 16:18:43] 93 -[2013-09-25 16:18:44] >93 -[2013-09-25 16:18:46] 13 -[2013-09-25 16:18:46] 93 -[2013-09-25 16:18:48] >93 -[2013-09-25 16:18:50] 13 -[2013-09-25 16:18:50] 93 -[2013-09-25 16:18:52] >93 -[2013-09-25 16:18:56] 13 -[2013-09-25 16:18:58] >13 -[2013-09-25 16:18:58] 17 -[2013-09-25 16:19:00] 13 -[2013-09-25 16:19:02] >13 -[2013-09-25 16:20:01] >>13 -[2013-09-25 16:21:01] >>13 -[2013-09-25 16:22:02] >>13 -[2013-09-25 16:23:02] >>13 -[2013-09-25 16:24:02] >>13 -[2013-09-25 16:24:53] 17 -[2013-09-25 16:24:55] 13 -[2013-09-25 16:24:56] >13 -[2013-09-25 16:25:56] >>13 -[2013-09-25 16:26:56] >>13 -[2013-09-25 16:27:57] >>13 -[2013-09-25 16:28:57] >>13 -[2013-09-25 16:29:57] >>13 -[2013-09-25 16:30:49] 17 -[2013-09-25 16:30:50] 13 -[2013-09-25 16:30:52] >13 -[2013-09-25 16:31:52] >>13 -[2013-09-25 16:32:52] >>13 -[2013-09-25 16:33:52] >>13 -[2013-09-25 16:34:52] >>13 -[2013-09-25 16:35:52] >>13 -[2013-09-25 16:36:44] 17 -[2013-09-25 16:36:46] 13 -[2013-09-25 16:36:47] >13 -[2013-09-25 16:37:47] >>13 -[2013-09-25 16:38:47] >>13 -[2013-09-25 16:39:47] >>13 -[2013-09-25 16:40:48] >>13 -[2013-09-25 16:41:48] >>13 -[2013-09-25 16:42:39] 17 -[2013-09-25 16:42:41] 13 -[2013-09-25 16:42:42] >13 -[2013-09-25 16:43:42] >>13 -[2013-09-25 16:44:42] >>13 -[2013-09-25 16:45:42] >>13 -[2013-09-25 16:46:43] >>13 -[2013-09-25 16:47:43] >>13 -[2013-09-25 16:48:34] 17 -[2013-09-25 16:48:36] 13 -[2013-09-25 16:48:37] >13 -[2013-09-25 16:49:37] >>13 -[2013-09-25 16:50:37] >>13 -[2013-09-25 16:51:37] >>13 -[2013-09-25 16:52:37] >>13 -[2013-09-25 16:53:38] >>13 -[2013-09-25 16:54:29] 17 -[2013-09-25 16:54:30] 13 -[2013-09-25 16:54:32] >13 -[2013-09-25 16:55:32] >>13 -[2013-09-25 16:56:32] >>13 -[2013-09-25 16:57:32] >>13 -[2013-09-25 16:58:32] >>13 -[2013-09-25 16:59:33] >>13 -[2013-09-25 17:00:23] 17 -[2013-09-25 17:00:25] 13 -[2013-09-25 17:00:27] >13 -[2013-09-25 17:01:26] >>13 -[2013-09-25 17:02:26] >>13 -[2013-09-25 17:03:27] >>13 -[2013-09-25 17:04:27] >>13 -[2013-09-25 17:05:27] >>13 -[2013-09-25 17:06:19] 17 -[2013-09-25 17:06:20] 13 -[2013-09-25 17:06:22] >13 -[2013-09-25 17:06:27] 11 -[2013-09-25 17:06:29] >11 -[2013-09-25 17:07:03] 1 -[2013-09-25 17:07:05] 21 -[2013-09-25 17:07:06] >21 -[2013-09-25 17:08:06] >>21 -[2013-09-25 17:09:06] >>21 -[2013-09-25 17:10:06] 1 -[2013-09-25 17:10:08] >1 -[2013-09-25 17:10:12] 3 -[2013-09-25 17:10:14] >3 -[2013-09-25 17:10:16] 13 -[2013-09-25 17:10:17] >13 -[2013-09-25 17:11:17] >>13 -[2013-09-25 17:12:17] >>13 -[2013-09-25 17:13:17] >>13 -[2013-09-25 17:14:17] >>13 -[2013-09-25 17:15:18] >>13 -[2013-09-25 17:15:27] 17 -[2013-09-25 17:15:29] 13 -[2013-09-25 17:15:31] >13 -[2013-09-25 17:16:30] >>13 -[2013-09-25 17:17:30] >>13 -[2013-09-25 17:18:31] >>13 -[2013-09-25 17:19:31] >>13 -[2013-09-25 17:20:31] >>13 -[2013-09-25 17:21:23] 17 -[2013-09-25 17:21:24] 13 -[2013-09-25 17:21:26] >13 -[2013-09-25 17:22:30] >>13 -[2013-09-25 17:23:31] >>13 -[2013-09-25 17:24:31] >>13 -[2013-09-25 17:25:31] >>13 -[2013-09-25 17:26:31] >>13 -[2013-09-25 17:27:17] 17 -[2013-09-25 17:27:19] 13 -[2013-09-25 17:27:21] >13 -[2013-09-25 17:28:20] >>13 -[2013-09-25 17:29:21] >>13 -[2013-09-25 17:30:21] >>13 -[2013-09-25 17:31:21] >>13 -[2013-09-25 17:32:21] >>13 -[2013-09-25 17:33:12] 17 -[2013-09-25 17:33:14] 13 -[2013-09-25 17:33:15] >13 -[2013-09-25 17:34:15] >>13 -[2013-09-25 17:35:15] >>13 -[2013-09-25 17:36:15] >>13 -[2013-09-25 17:37:15] >>13 -[2013-09-25 17:38:16] >>13 -[2013-09-25 17:39:07] 17 -[2013-09-25 17:39:08] 13 -[2013-09-25 17:39:10] >13 -[2013-09-25 17:40:10] >>13 -[2013-09-25 17:41:10] >>13 -[2013-09-25 17:42:10] >>13 -[2013-09-25 17:43:10] >>13 -[2013-09-25 17:44:10] >>13 -[2013-09-25 17:45:11] >>13 -[2013-09-25 17:45:13] 17 -[2013-09-25 17:45:15] 13 -[2013-09-25 17:45:16] >13 -[2013-09-25 17:46:16] >>13 -[2013-09-25 17:47:16] >>13 -[2013-09-25 17:48:16] >>13 -[2013-09-25 17:49:17] >>13 -[2013-09-25 17:49:37] 93 -[2013-09-25 17:49:39] >93 -[2013-09-25 17:49:41] 13 -[2013-09-25 17:49:43] >13 -[2013-09-25 17:49:56] 93 -[2013-09-25 17:49:57] >93 -[2013-09-25 17:49:59] 13 -[2013-09-25 17:50:01] >13 -[2013-09-25 17:50:13] 93 -[2013-09-25 17:50:14] >93 -[2013-09-25 17:50:18] 13 -[2013-09-25 17:50:19] >13 -[2013-09-25 17:50:33] 93 -[2013-09-25 17:50:34] >93 -[2013-09-25 17:50:35] 13 -[2013-09-25 17:50:37] >13 -[2013-09-25 17:50:41] 93 -[2013-09-25 17:50:43] >93 -[2013-09-25 17:50:43] 13 -[2013-09-25 17:50:45] >13 -[2013-09-25 17:51:09] 17 -[2013-09-25 17:51:10] 13 -[2013-09-25 17:51:12] >13 -[2013-09-25 17:52:11] >>13 -[2013-09-25 17:53:12] >>13 -[2013-09-25 17:54:12] >>13 -[2013-09-25 17:55:12] >>13 -[2013-09-25 17:56:12] >>13 -[2013-09-25 17:57:04] 17 -[2013-09-25 17:57:06] 13 -[2013-09-25 17:57:07] >13 -[2013-09-25 17:58:07] >>13 -[2013-09-25 17:59:07] >>13 -[2013-09-25 18:00:07] >>13 -[2013-09-25 18:01:08] >>13 -[2013-09-25 18:02:08] >>13 -[2013-09-25 18:02:58] 17 -[2013-09-25 18:03:00] 13 -[2013-09-25 18:03:02] >13 -[2013-09-25 18:04:01] >>13 -[2013-09-25 18:05:02] >>13 -[2013-09-25 18:06:02] >>13 -[2013-09-25 18:07:02] >>13 -[2013-09-25 18:08:02] >>13 -[2013-09-25 18:08:53] 17 -[2013-09-25 18:08:55] 13 -[2013-09-25 18:08:57] >13 -[2013-09-25 18:09:56] >>13 -[2013-09-25 18:10:56] >>13 -[2013-09-25 18:11:57] >>13 -[2013-09-25 18:12:57] >>13 -[2013-09-25 18:13:57] >>13 -[2013-09-25 18:14:48] 17 -[2013-09-25 18:14:49] 13 -[2013-09-25 18:14:51] >13 -[2013-09-25 18:15:51] >>13 -[2013-09-25 18:16:51] >>13 -[2013-09-25 18:17:51] >>13 -[2013-09-25 18:18:51] >>13 -[2013-09-25 18:19:52] >>13 -[2013-09-25 18:20:44] 17 -[2013-09-25 18:20:45] 13 -[2013-09-25 18:20:47] >13 -[2013-09-25 18:21:47] >>13 -[2013-09-25 18:22:47] >>13 -[2013-09-25 18:23:47] >>13 -[2013-09-25 18:24:47] >>13 -[2013-09-25 18:25:47] >>13 -[2013-09-25 18:26:39] 17 -[2013-09-25 18:26:40] 13 -[2013-09-25 18:26:42] >13 -[2013-09-25 18:27:41] >>13 -[2013-09-25 18:28:42] >>13 -[2013-09-25 18:29:42] >>13 -[2013-09-25 18:30:42] >>13 -[2013-09-25 18:31:42] >>13 -[2013-09-25 18:32:34] 17 -[2013-09-25 18:32:36] 13 -[2013-09-25 18:32:37] >13 -[2013-09-25 18:33:37] >>13 -[2013-09-25 18:34:37] >>13 -[2013-09-25 18:35:37] >>13 -[2013-09-25 18:36:38] >>13 -[2013-09-25 18:37:38] >>13 -[2013-09-25 18:38:28] 17 -[2013-09-25 18:38:30] 13 -[2013-09-25 18:38:32] >13 -[2013-09-25 18:39:31] >>13 -[2013-09-25 18:40:32] >>13 -[2013-09-25 18:41:32] >>13 -[2013-09-25 18:42:32] >>13 -[2013-09-25 18:43:32] >>13 -[2013-09-25 18:44:23] 17 -[2013-09-25 18:44:25] 13 -[2013-09-25 18:44:27] >13 -[2013-09-25 18:45:26] >>13 -[2013-09-25 18:46:27] >>13 -[2013-09-25 18:47:27] >>13 -[2013-09-25 18:48:27] >>13 -[2013-09-25 18:49:27] >>13 -[2013-09-25 18:50:18] 17 -[2013-09-25 18:50:20] 13 -[2013-09-25 18:50:22] >13 -[2013-09-25 18:51:21] >>13 -[2013-09-25 18:52:21] >>13 -[2013-09-25 18:53:22] >>13 -[2013-09-25 18:54:22] >>13 -[2013-09-25 18:55:22] >>13 -[2013-09-25 18:56:14] 17 -[2013-09-25 18:56:15] 13 -[2013-09-25 18:56:17] >13 -[2013-09-25 18:56:25] 11 -[2013-09-25 18:56:26] >11 -[2013-09-25 18:56:58] 1 -[2013-09-25 18:57:00] >1 -[2013-09-25 18:57:01] 21 -[2013-09-25 18:57:03] >21 -[2013-09-25 18:58:02] >>21 -[2013-09-25 18:59:03] >>21 -[2013-09-25 19:00:03] >>21 -[2013-09-25 19:01:03] >>21 -[2013-09-25 19:02:03] >>21 -[2013-09-25 19:03:03] >>21 -[2013-09-25 19:04:04] >>21 -[2013-09-25 19:04:22] 1 -[2013-09-25 19:04:24] >1 -[2013-09-25 19:04:32] 3 -[2013-09-25 19:04:33] >3 -[2013-09-25 19:05:33] >>3 -[2013-09-25 19:06:33] >>3 -[2013-09-25 19:07:40] >>3 -[2013-09-25 19:07:57] 13 -[2013-09-25 19:07:59] >13 -[2013-09-25 19:08:59] >>13 -[2013-09-25 19:09:59] >>13 -[2013-09-25 19:10:59] >>13 -[2013-09-25 19:11:38] 93 -[2013-09-25 19:11:40] >93 -[2013-09-25 19:11:42] 13 -[2013-09-25 19:11:44] >13 -[2013-09-25 19:11:54] 93 -[2013-09-25 19:11:56] >93 -[2013-09-25 19:11:58] 13 -[2013-09-25 19:11:59] >13 -[2013-09-25 19:12:11] 93 -[2013-09-25 19:12:12] >93 -[2013-09-25 19:12:13] 13 -[2013-09-25 19:12:15] >13 -[2013-09-25 19:12:23] 93 -[2013-09-25 19:12:23] 13 -[2013-09-25 19:12:25] >13 -[2013-09-25 19:12:26] 93 -[2013-09-25 19:12:26] 13 -[2013-09-25 19:12:27] 93 -[2013-09-25 19:12:29] >93 -[2013-09-25 19:12:30] 13 -[2013-09-25 19:12:31] >13 -[2013-09-25 19:13:31] >>13 -[2013-09-25 19:14:31] >>13 -[2013-09-25 19:15:31] >>13 -[2013-09-25 19:16:31] >>13 -[2013-09-25 19:17:32] >>13 -[2013-09-25 19:18:32] >>13 -[2013-09-25 19:19:29] 17 -[2013-09-25 19:19:30] 13 -[2013-09-25 19:19:32] >13 -[2013-09-25 19:20:32] >>13 -[2013-09-25 19:21:32] >>13 -[2013-09-25 19:22:32] >>13 -[2013-09-25 19:23:32] >>13 -[2013-09-25 19:24:32] >>13 -[2013-09-25 19:25:24] 17 -[2013-09-25 19:25:26] 13 -[2013-09-25 19:25:27] >13 -[2013-09-25 19:26:27] >>13 -[2013-09-25 19:27:27] >>13 -[2013-09-25 19:28:27] >>13 -[2013-09-25 19:29:28] >>13 -[2013-09-25 19:30:28] >>13 -[2013-09-25 19:31:18] 17 -[2013-09-25 19:31:20] 13 -[2013-09-25 19:31:22] >13 -[2013-09-25 19:32:21] >>13 -[2013-09-25 19:33:22] >>13 -[2013-09-25 19:34:22] >>13 -[2013-09-25 19:35:22] >>13 -[2013-09-25 19:36:22] >>13 -[2013-09-25 19:37:13] 17 -[2013-09-25 19:37:15] 13 -[2013-09-25 19:37:17] >13 -[2013-09-25 19:38:16] >>13 -[2013-09-25 19:39:17] >>13 -[2013-09-25 19:40:17] >>13 -[2013-09-25 19:41:17] >>13 -[2013-09-25 19:42:17] >>13 -[2013-09-25 19:43:08] 17 -[2013-09-25 19:43:09] 13 -[2013-09-25 19:43:11] >13 -[2013-09-25 19:44:11] >>13 -[2013-09-25 19:45:11] >>13 -[2013-09-25 19:46:11] >>13 -[2013-09-25 19:47:11] >>13 -[2013-09-25 19:48:12] >>13 -[2013-09-25 19:49:04] 17 -[2013-09-25 19:49:05] 13 -[2013-09-25 19:49:07] >13 -[2013-09-25 19:50:07] >>13 -[2013-09-25 19:51:07] >>13 -[2013-09-25 19:52:07] >>13 -[2013-09-25 19:53:07] >>13 -[2013-09-25 19:54:08] >>13 -[2013-09-25 19:54:59] 17 -[2013-09-25 19:55:00] 13 -[2013-09-25 19:55:02] >13 -[2013-09-25 19:56:02] >>13 -[2013-09-25 19:57:02] >>13 -[2013-09-25 19:58:02] >>13 -[2013-09-25 19:59:02] >>13 -[2013-09-25 20:00:02] >>13 -[2013-09-25 20:00:54] 17 -[2013-09-25 20:00:56] 13 -[2013-09-25 20:00:57] >13 -[2013-09-25 20:01:57] >>13 -[2013-09-25 20:02:57] >>13 -[2013-09-25 20:03:58] >>13 -[2013-09-25 20:04:58] >>13 -[2013-09-25 20:05:58] >>13 -[2013-09-25 20:06:49] 17 -[2013-09-25 20:06:50] 13 -[2013-09-25 20:06:52] >13 -[2013-09-25 20:07:52] >>13 -[2013-09-25 20:08:52] >>13 -[2013-09-25 20:09:52] >>13 -[2013-09-25 20:10:52] >>13 -[2013-09-25 20:11:52] >>13 -[2013-09-25 20:12:44] 17 -[2013-09-25 20:12:45] 13 -[2013-09-25 20:12:47] >13 -[2013-09-25 20:13:47] >>13 -[2013-09-25 20:14:47] >>13 -[2013-09-25 20:15:47] >>13 -[2013-09-25 20:16:47] >>13 -[2013-09-25 20:17:47] >>13 -[2013-09-25 20:18:38] 17 -[2013-09-25 20:18:40] 13 -[2013-09-25 20:18:41] >13 -[2013-09-25 20:19:41] >>13 -[2013-09-25 20:20:41] >>13 -[2013-09-25 20:21:41] >>13 -[2013-09-25 20:22:42] >>13 -[2013-09-25 20:23:42] >>13 -[2013-09-25 20:24:34] 17 -[2013-09-25 20:24:36] 13 -[2013-09-25 20:24:37] >13 -[2013-09-25 20:25:37] >>13 -[2013-09-25 20:26:37] >>13 -[2013-09-25 20:27:37] >>13 -[2013-09-25 20:28:38] >>13 -[2013-09-25 20:29:38] >>13 -[2013-09-25 20:30:29] 17 -[2013-09-25 20:30:31] 13 -[2013-09-25 20:30:32] >13 -[2013-09-25 20:31:32] >>13 -[2013-09-25 20:32:32] >>13 -[2013-09-25 20:33:32] >>13 -[2013-09-25 20:34:32] >>13 -[2013-09-25 20:35:33] >>13 -[2013-09-25 20:36:24] 17 -[2013-09-25 20:36:26] 13 -[2013-09-25 20:36:28] >13 -[2013-09-25 20:37:27] >>13 -[2013-09-25 20:38:27] >>13 -[2013-09-25 20:39:28] >>13 -[2013-09-25 20:40:28] >>13 -[2013-09-25 20:41:28] >>13 -[2013-09-25 20:42:19] 17 -[2013-09-25 20:42:20] 13 -[2013-09-25 20:42:22] >13 -[2013-09-25 20:43:22] >>13 -[2013-09-25 20:44:22] >>13 -[2013-09-25 20:45:22] >>13 -[2013-09-25 20:46:22] >>13 -[2013-09-25 20:47:23] >>13 -[2013-09-25 20:48:14] 17 -[2013-09-25 20:48:15] 13 -[2013-09-25 20:48:17] >13 -[2013-09-25 20:49:17] >>13 -[2013-09-25 20:50:17] >>13 -[2013-09-25 20:51:10] 93 -[2013-09-25 20:51:12] >93 -[2013-09-25 20:51:14] 13 -[2013-09-25 20:51:15] >13 -[2013-09-25 20:51:28] 93 -[2013-09-25 20:51:30] >93 -[2013-09-25 20:51:32] 13 -[2013-09-25 20:51:33] >13 -[2013-09-25 20:51:48] 93 -[2013-09-25 20:51:51] 13 -[2013-09-25 20:51:57] >13 -[2013-09-25 20:52:03] 93 -[2013-09-25 20:52:04] >93 -[2013-09-25 20:52:05] 13 -[2013-09-25 20:52:07] >13 -[2013-09-25 20:52:10] 93 -[2013-09-25 20:52:12] >93 -[2013-09-25 20:52:21] 13 -[2013-09-25 20:52:23] >13 -[2013-09-25 20:52:26] 93 -[2013-09-25 20:52:28] >93 -[2013-09-25 20:52:34] 13 -[2013-09-25 20:52:36] >13 -[2013-09-25 20:52:37] 93 -[2013-09-25 20:52:38] 13 -[2013-09-25 20:52:40] >13 -[2013-09-25 20:53:39] >>13 -[2013-09-25 20:54:09] 17 -[2013-09-25 20:54:10] 13 -[2013-09-25 20:54:12] >13 -[2013-09-25 20:55:12] >>13 -[2013-09-25 20:56:12] >>13 -[2013-09-25 20:57:12] >>13 -[2013-09-25 20:58:12] >>13 -[2013-09-25 20:59:12] >>13 -[2013-09-25 21:00:04] 17 -[2013-09-25 21:00:06] 13 -[2013-09-25 21:00:07] >13 -[2013-09-25 21:01:07] >>13 -[2013-09-25 21:02:07] >>13 -[2013-09-25 21:03:07] >>13 -[2013-09-25 21:04:08] >>13 -[2013-09-25 21:05:08] >>13 -[2013-09-25 21:05:59] 17 -[2013-09-25 21:06:01] 13 -[2013-09-25 21:06:03] >13 -[2013-09-25 21:07:02] >>13 -[2013-09-25 21:08:03] >>13 -[2013-09-25 21:09:03] >>13 -[2013-09-25 21:10:03] >>13 -[2013-09-25 21:11:03] >>13 -[2013-09-25 21:11:54] 17 -[2013-09-25 21:11:56] 13 -[2013-09-25 21:11:58] >13 -[2013-09-25 21:12:57] >>13 -[2013-09-25 21:13:58] >>13 -[2013-09-25 21:14:58] >>13 -[2013-09-25 21:15:58] >>13 -[2013-09-25 21:16:58] >>13 -[2013-09-25 21:17:49] 17 -[2013-09-25 21:17:51] 13 -[2013-09-25 21:17:53] >13 -[2013-09-25 21:18:52] >>13 -[2013-09-25 21:19:52] >>13 -[2013-09-25 21:20:53] >>13 -[2013-09-25 21:21:53] >>13 -[2013-09-25 21:22:53] >>13 -[2013-09-25 21:23:44] 17 -[2013-09-25 21:23:45] 13 -[2013-09-25 21:23:47] >13 -[2013-09-25 21:24:47] >>13 -[2013-09-25 21:25:23] 11 -[2013-09-25 21:25:24] >11 -[2013-09-25 21:26:24] >>11 -[2013-09-25 21:27:24] >>11 -[2013-09-25 21:28:25] >>11 -[2013-09-25 21:29:25] >>11 -[2013-09-25 21:29:30] 51 -[2013-09-25 21:29:31] >51 -[2013-09-25 21:29:36] 1 -[2013-09-25 21:29:38] >1 -[2013-09-25 21:30:37] >>1 -[2013-09-25 21:31:38] >>1 -[2013-09-25 21:31:40] 3 -[2013-09-25 21:31:42] >3 -[2013-09-25 21:31:44] 13 -[2013-09-25 21:31:46] >13 -[2013-09-25 21:32:04] 17 -[2013-09-25 21:32:05] 13 -[2013-09-25 21:32:07] >13 -[2013-09-25 21:33:07] >>13 -[2013-09-25 21:34:07] >>13 -[2013-09-25 21:35:07] >>13 -[2013-09-25 21:36:07] >>13 -[2013-09-25 21:37:07] >>13 -[2013-09-25 21:37:59] 17 -[2013-09-25 21:38:00] 13 -[2013-09-25 21:38:02] >13 -[2013-09-25 21:39:02] >>13 -[2013-09-25 21:40:02] >>13 -[2013-09-25 21:41:02] >>13 -[2013-09-25 21:42:02] >>13 -[2013-09-25 21:43:02] >>13 -[2013-09-25 21:43:54] 17 -[2013-09-25 21:43:55] 13 -[2013-09-25 21:43:57] >13 -[2013-09-25 21:44:57] >>13 -[2013-09-25 21:45:57] >>13 -[2013-09-25 21:46:57] >>13 -[2013-09-25 21:47:57] >>13 -[2013-09-25 21:48:57] >>13 -[2013-09-25 21:49:48] 17 -[2013-09-25 21:49:50] 13 -[2013-09-25 21:49:51] >13 -[2013-09-25 21:50:51] >>13 -[2013-09-25 21:51:51] >>13 -[2013-09-25 21:52:51] >>13 -[2013-09-25 21:53:52] >>13 -[2013-09-25 21:54:52] >>13 -[2013-09-25 21:55:43] 17 -[2013-09-25 21:55:45] 13 -[2013-09-25 21:55:46] >13 -[2013-09-25 21:56:46] >>13 -[2013-09-25 21:57:46] >>13 -[2013-09-25 21:58:46] >>13 -[2013-09-25 21:59:46] >>13 -[2013-09-25 22:00:47] >>13 -[2013-09-25 22:01:38] 17 -[2013-09-25 22:01:40] 13 -[2013-09-25 22:01:42] >13 -[2013-09-25 22:02:41] >>13 -[2013-09-25 22:03:42] >>13 -[2013-09-25 22:04:42] >>13 -[2013-09-25 22:05:42] >>13 -[2013-09-25 22:06:42] >>13 -[2013-09-25 22:07:34] 17 -[2013-09-25 22:07:35] 13 -[2013-09-25 22:07:37] >13 -[2013-09-25 22:08:37] >>13 -[2013-09-25 22:09:37] >>13 -[2013-09-25 22:10:37] >>13 -[2013-09-25 22:11:37] >>13 -[2013-09-25 22:12:38] >>13 -[2013-09-25 22:13:29] 17 -[2013-09-25 22:13:30] 13 -[2013-09-25 22:13:32] >13 -[2013-09-25 22:14:32] >>13 -[2013-09-25 22:15:32] >>13 -[2013-09-25 22:16:32] >>13 -[2013-09-25 22:17:32] >>13 -[2013-09-25 22:18:33] >>13 -[2013-09-25 22:19:24] 17 -[2013-09-25 22:19:25] 13 -[2013-09-25 22:19:27] >13 -[2013-09-25 22:19:54] 93 -[2013-09-25 22:19:56] >93 -[2013-09-25 22:19:58] 13 -[2013-09-25 22:20:00] >13 -[2013-09-25 22:20:14] 93 -[2013-09-25 22:20:16] >93 -[2013-09-25 22:20:17] 13 -[2013-09-25 22:20:19] >13 -[2013-09-25 22:20:32] 93 -[2013-09-25 22:20:33] >93 -[2013-09-25 22:20:36] 13 -[2013-09-25 22:20:38] >13 -[2013-09-25 22:20:49] 93 -[2013-09-25 22:20:51] >93 -[2013-09-25 22:20:52] 13 -[2013-09-25 22:20:54] >13 -[2013-09-25 22:21:00] 93 -[2013-09-25 22:21:02] >93 -[2013-09-25 22:21:07] 13 -[2013-09-25 22:21:09] >13 -[2013-09-25 22:21:10] 11 -[2013-09-25 22:21:11] >11 -[2013-09-25 22:21:12] 91 -[2013-09-25 22:21:14] >91 -[2013-09-25 22:21:24] 11 -[2013-09-25 22:21:25] >11 -[2013-09-25 22:22:25] >>11 -[2013-09-25 22:23:25] >>11 -[2013-09-25 22:23:32] 13 -[2013-09-25 22:23:34] >13 -[2013-09-25 22:24:34] >>13 -[2013-09-25 22:25:18] 17 -[2013-09-25 22:25:20] 13 -[2013-09-25 22:25:22] >13 -[2013-09-25 22:26:21] >>13 -[2013-09-25 22:27:21] >>13 -[2013-09-25 22:28:22] >>13 -[2013-09-25 22:29:22] >>13 -[2013-09-25 22:30:22] >>13 -[2013-09-25 22:31:13] 17 -[2013-09-25 22:31:15] 13 -[2013-09-25 22:31:16] >13 -[2013-09-25 22:32:16] >>13 -[2013-09-25 22:33:16] >>13 -[2013-09-25 22:34:17] >>13 -[2013-09-25 22:35:17] >>13 -[2013-09-25 22:36:17] >>13 -[2013-09-25 22:37:09] 17 -[2013-09-25 22:37:10] 13 -[2013-09-25 22:37:12] >13 -[2013-09-25 22:38:12] >>13 -[2013-09-25 22:39:12] >>13 -[2013-09-25 22:40:12] >>13 -[2013-09-25 22:41:12] >>13 -[2013-09-25 22:42:12] >>13 -[2013-09-25 22:43:04] 17 -[2013-09-25 22:43:06] 13 -[2013-09-25 22:43:07] >13 -[2013-09-25 22:44:07] >>13 -[2013-09-25 22:45:07] >>13 -[2013-09-25 22:46:07] >>13 -[2013-09-25 22:47:08] >>13 -[2013-09-25 22:48:08] >>13 -[2013-09-25 22:48:59] 17 -[2013-09-25 22:49:01] 13 -[2013-09-25 22:49:02] >13 -[2013-09-25 22:50:02] >>13 -[2013-09-25 22:51:02] >>13 -[2013-09-25 22:52:02] >>13 -[2013-09-25 22:53:03] >>13 -[2013-09-25 22:54:03] >>13 -[2013-09-25 22:54:54] 17 -[2013-09-25 22:54:56] 13 -[2013-09-25 22:54:57] >13 -[2013-09-25 22:55:57] >>13 -[2013-09-25 22:56:57] >>13 -[2013-09-25 22:57:57] >>13 -[2013-09-25 22:58:40] 11 -[2013-09-25 22:58:42] >11 -[2013-09-25 22:59:33] 91 -[2013-09-25 22:59:35] >91 -[2013-09-25 22:59:37] 11 -[2013-09-25 22:59:39] >11 -[2013-09-25 22:59:49] 91 -[2013-09-25 22:59:51] >91 -[2013-09-25 22:59:52] 11 -[2013-09-25 22:59:54] >11 -[2013-09-25 23:00:18] 91 -[2013-09-25 23:00:19] >91 -[2013-09-25 23:00:20] 11 -[2013-09-25 23:00:22] >11 -[2013-09-25 23:00:24] 91 -[2013-09-25 23:00:25] 11 -[2013-09-25 23:00:27] >11 -[2013-09-25 23:00:54] 51 -[2013-09-25 23:00:55] >51 -[2013-09-25 23:00:58] 71 -[2013-09-25 23:00:59] >71 -[2013-09-25 23:01:00] 21 -[2013-09-25 23:01:02] >21 -[2013-09-25 23:02:01] >>21 -[2013-09-25 23:03:02] >>21 -[2013-09-25 23:04:02] >>21 -[2013-09-25 23:05:02] >>21 -[2013-09-25 23:05:45] 1 -[2013-09-25 23:05:46] >1 -[2013-09-25 23:05:50] 3 -[2013-09-25 23:05:52] >3 -[2013-09-25 23:05:55] 13 -[2013-09-25 23:05:56] >13 -[2013-09-25 23:06:15] 17 -[2013-09-25 23:06:16] 13 -[2013-09-25 23:06:18] >13 -[2013-09-25 23:07:17] >>13 -[2013-09-25 23:08:18] >>13 -[2013-09-25 23:09:18] >>13 -[2013-09-25 23:10:18] >>13 -[2013-09-25 23:11:18] >>13 -[2013-09-25 23:12:10] 17 -[2013-09-25 23:12:12] 13 -[2013-09-25 23:12:13] >13 -[2013-09-25 23:13:13] >>13 -[2013-09-25 23:14:13] >>13 -[2013-09-25 23:15:13] >>13 -[2013-09-25 23:16:13] >>13 -[2013-09-25 23:17:14] >>13 -[2013-09-25 23:18:04] 17 -[2013-09-25 23:18:06] 13 -[2013-09-25 23:18:08] >13 -[2013-09-25 23:19:07] >>13 -[2013-09-25 23:20:08] >>13 -[2013-09-25 23:21:08] >>13 -[2013-09-25 23:22:08] >>13 -[2013-09-25 23:23:08] >>13 -[2013-09-25 23:23:59] 17 -[2013-09-25 23:24:01] 13 -[2013-09-25 23:24:03] >13 -[2013-09-25 23:25:02] >>13 -[2013-09-25 23:26:02] >>13 -[2013-09-25 23:27:03] >>13 -[2013-09-25 23:28:03] >>13 -[2013-09-25 23:29:03] >>13 -[2013-09-25 23:29:54] 17 -[2013-09-25 23:29:55] 13 -[2013-09-25 23:29:57] >13 -[2013-09-25 23:30:57] >>13 -[2013-09-25 23:31:57] >>13 -[2013-09-25 23:32:57] >>13 -[2013-09-25 23:33:57] >>13 -[2013-09-25 23:34:58] >>13 -[2013-09-25 23:35:50] 17 -[2013-09-25 23:35:51] 13 -[2013-09-25 23:35:53] >13 -[2013-09-25 23:36:53] >>13 -[2013-09-25 23:37:53] >>13 -[2013-09-25 23:38:53] >>13 -[2013-09-25 23:39:53] >>13 -[2013-09-25 23:40:53] >>13 -[2013-09-25 23:41:45] 17 -[2013-09-25 23:41:47] 13 -[2013-09-25 23:41:48] >13 -[2013-09-25 23:42:48] >>13 -[2013-09-25 23:43:48] >>13 -[2013-09-25 23:44:48] >>13 -[2013-09-25 23:45:49] >>13 -[2013-09-25 23:46:49] >>13 -[2013-09-25 23:47:40] 17 -[2013-09-25 23:47:42] 13 -[2013-09-25 23:47:43] >13 -[2013-09-25 23:48:43] >>13 -[2013-09-25 23:49:43] >>13 -[2013-09-25 23:50:43] >>13 -[2013-09-25 23:51:44] >>13 -[2013-09-25 23:52:44] >>13 -[2013-09-25 23:53:35] 17 -[2013-09-25 23:53:36] 13 -[2013-09-25 23:53:38] >13 -[2013-09-25 23:54:37] >>13 -[2013-09-25 23:55:38] >>13 -[2013-09-25 23:56:38] >>13 -[2013-09-25 23:57:38] >>13 -[2013-09-25 23:58:38] >>13 -[2013-09-25 23:59:29] 17 -[2013-09-25 23:59:31] 13 -[2013-09-25 23:59:33] >13 -[2013-09-26 00:00:32] >>13 -[2013-09-26 00:01:33] >>13 -[2013-09-26 00:02:33] >>13 -[2013-09-26 00:03:33] >>13 -[2013-09-26 00:04:33] >>13 -[2013-09-26 00:05:24] 17 -[2013-09-26 00:05:26] 13 -[2013-09-26 00:05:28] >13 -[2013-09-26 00:06:27] >>13 -[2013-09-26 00:07:28] >>13 -[2013-09-26 00:08:28] >>13 -[2013-09-26 00:09:28] >>13 -[2013-09-26 00:10:28] >>13 -[2013-09-26 00:10:36] 93 -[2013-09-26 00:10:38] >93 -[2013-09-26 00:10:38] 13 -[2013-09-26 00:10:40] >13 -[2013-09-26 00:10:43] 93 -[2013-09-26 00:10:45] >93 -[2013-09-26 00:10:46] 13 -[2013-09-26 00:10:48] >13 -[2013-09-26 00:10:50] 93 -[2013-09-26 00:10:52] >93 -[2013-09-26 00:10:54] 13 -[2013-09-26 00:10:56] >13 -[2013-09-26 00:11:11] 93 -[2013-09-26 00:11:12] >93 -[2013-09-26 00:11:15] 13 -[2013-09-26 00:11:17] >13 -[2013-09-26 00:11:20] 17 -[2013-09-26 00:11:21] 13 -[2013-09-26 00:11:23] >13 -[2013-09-26 00:11:35] 93 -[2013-09-26 00:11:37] >93 -[2013-09-26 00:11:41] 13 -[2013-09-26 00:11:42] >13 -[2013-09-26 00:12:05] 93 -[2013-09-26 00:12:07] >93 -[2013-09-26 00:12:09] 13 -[2013-09-26 00:12:11] >13 -[2013-09-26 00:12:16] 93 -[2013-09-26 00:12:17] >93 -[2013-09-26 00:12:20] 13 -[2013-09-26 00:12:22] >13 -[2013-09-26 00:12:28] 93 -[2013-09-26 00:12:29] >93 -[2013-09-26 00:12:33] 13 -[2013-09-26 00:12:34] >13 -[2013-09-26 00:13:34] >>13 -[2013-09-26 00:14:34] >>13 -[2013-09-26 00:15:34] >>13 -[2013-09-26 00:16:34] >>13 -[2013-09-26 00:17:15] 17 -[2013-09-26 00:17:19] 13 -[2013-09-26 00:17:20] >13 -[2013-09-26 00:18:22] >>13 -[2013-09-26 00:19:22] >>13 -[2013-09-26 00:20:22] >>13 -[2013-09-26 00:21:22] >>13 -[2013-09-26 00:22:22] >>13 -[2013-09-26 00:23:10] 17 -[2013-09-26 00:23:12] 13 -[2013-09-26 00:23:13] >13 -[2013-09-26 00:24:13] >>13 -[2013-09-26 00:25:13] >>13 -[2013-09-26 00:26:13] >>13 -[2013-09-26 00:27:14] >>13 -[2013-09-26 00:28:14] >>13 -[2013-09-26 00:29:05] 17 -[2013-09-26 00:29:07] 13 -[2013-09-26 00:29:08] >13 -[2013-09-26 00:30:08] >>13 -[2013-09-26 00:31:08] >>13 -[2013-09-26 00:32:08] >>13 -[2013-09-26 00:33:09] >>13 -[2013-09-26 00:34:09] >>13 -[2013-09-26 00:34:59] 17 -[2013-09-26 00:35:01] 13 -[2013-09-26 00:35:03] >13 -[2013-09-26 00:36:02] >>13 -[2013-09-26 00:37:03] >>13 -[2013-09-26 00:38:03] >>13 -[2013-09-26 00:39:03] >>13 -[2013-09-26 00:40:03] >>13 -[2013-09-26 00:40:54] 17 -[2013-09-26 00:40:56] 13 -[2013-09-26 00:40:58] >13 -[2013-09-26 00:41:57] >>13 -[2013-09-26 00:42:57] >>13 -[2013-09-26 00:43:58] >>13 -[2013-09-26 00:44:58] >>13 -[2013-09-26 00:45:58] >>13 -[2013-09-26 00:46:50] 17 -[2013-09-26 00:46:51] 13 -[2013-09-26 00:46:53] >13 -[2013-09-26 00:47:53] >>13 -[2013-09-26 00:48:53] >>13 -[2013-09-26 00:49:53] >>13 -[2013-09-26 00:50:42] 11 -[2013-09-26 00:50:44] >11 -[2013-09-26 00:51:44] >>11 -[2013-09-26 00:52:09] 13 -[2013-09-26 00:52:11] >13 -[2013-09-26 00:52:45] 17 -[2013-09-26 00:52:47] 13 -[2013-09-26 00:52:49] >13 -[2013-09-26 00:53:48] >>13 -[2013-09-26 00:54:49] >>13 -[2013-09-26 00:55:49] >>13 -[2013-09-26 00:56:49] >>13 -[2013-09-26 00:57:49] >>13 -[2013-09-26 00:58:40] 17 -[2013-09-26 00:58:42] 13 -[2013-09-26 00:58:44] >13 -[2013-09-26 00:59:43] >>13 -[2013-09-26 01:00:44] >>13 -[2013-09-26 01:01:44] >>13 -[2013-09-26 01:02:44] >>13 -[2013-09-26 01:03:44] >>13 -[2013-09-26 01:04:35] 17 -[2013-09-26 01:04:36] 13 -[2013-09-26 01:04:38] >13 -[2013-09-26 01:05:38] >>13 -[2013-09-26 01:06:38] >>13 -[2013-09-26 01:07:38] >>13 -[2013-09-26 01:08:38] >>13 -[2013-09-26 01:09:39] >>13 -[2013-09-26 01:10:08] 11 -[2013-09-26 01:10:10] >11 -[2013-09-26 01:10:21] 51 -[2013-09-26 01:10:23] >51 -[2013-09-26 01:10:28] 1 -[2013-09-26 01:10:29] >1 -[2013-09-26 01:11:05] 81 -[2013-09-26 01:11:07] >81 -[2013-09-26 01:11:09] 1 -[2013-09-26 01:11:10] >1 -[2013-09-26 01:11:17] 81 -[2013-09-26 01:11:19] >81 -[2013-09-26 01:11:21] 1 -[2013-09-26 01:11:22] >1 -[2013-09-26 01:11:30] 81 -[2013-09-26 01:11:32] >81 -[2013-09-26 01:11:33] 1 -[2013-09-26 01:11:35] >1 -[2013-09-26 01:11:47] 81 -[2013-09-26 01:11:49] >81 -[2013-09-26 01:11:50] 1 -[2013-09-26 01:11:51] >1 -[2013-09-26 01:11:59] 81 -[2013-09-26 01:12:01] >81 -[2013-09-26 01:12:03] 1 -[2013-09-26 01:12:04] >1 -[2013-09-26 01:12:10] 81 -[2013-09-26 01:12:12] >81 -[2013-09-26 01:12:17] 1 -[2013-09-26 01:12:19] >1 -[2013-09-26 01:12:32] 3 -[2013-09-26 01:12:34] >3 -[2013-09-26 01:12:36] 13 -[2013-09-26 01:12:37] >13 -[2013-09-26 01:12:56] 17 -[2013-09-26 01:12:57] 13 -[2013-09-26 01:12:59] >13 -[2013-09-26 01:13:59] >>13 -[2013-09-26 01:14:59] >>13 -[2013-09-26 01:15:59] >>13 -[2013-09-26 01:16:59] >>13 -[2013-09-26 01:17:59] >>13 -[2013-09-26 01:18:51] 17 -[2013-09-26 01:18:52] 13 -[2013-09-26 01:18:54] >13 -[2013-09-26 01:19:53] >>13 -[2013-09-26 01:20:54] >>13 -[2013-09-26 01:21:54] >>13 -[2013-09-26 01:22:54] >>13 -[2013-09-26 01:23:54] >>13 -[2013-09-26 01:24:46] 17 -[2013-09-26 01:24:47] 13 -[2013-09-26 01:24:49] >13 -[2013-09-26 01:25:48] >>13 -[2013-09-26 01:26:49] >>13 -[2013-09-26 01:27:49] >>13 -[2013-09-26 01:28:49] >>13 -[2013-09-26 01:29:49] >>13 -[2013-09-26 01:30:40] 17 -[2013-09-26 01:30:42] 13 -[2013-09-26 01:30:43] >13 -[2013-09-26 01:31:43] >>13 -[2013-09-26 01:32:43] >>13 -[2013-09-26 01:33:43] >>13 -[2013-09-26 01:34:43] >>13 -[2013-09-26 01:35:44] >>13 -[2013-09-26 01:36:35] 17 -[2013-09-26 01:36:36] 13 -[2013-09-26 01:36:38] >13 -[2013-09-26 01:37:38] >>13 -[2013-09-26 01:38:38] >>13 -[2013-09-26 01:39:38] >>13 -[2013-09-26 01:40:38] >>13 -[2013-09-26 01:41:39] >>13 -[2013-09-26 01:42:30] 17 -[2013-09-26 01:42:32] 13 -[2013-09-26 01:42:34] >13 -[2013-09-26 01:43:33] >>13 -[2013-09-26 01:44:33] >>13 -[2013-09-26 01:45:34] >>13 -[2013-09-26 01:46:34] >>13 -[2013-09-26 01:47:34] >>13 -[2013-09-26 01:48:26] 17 -[2013-09-26 01:48:27] 13 -[2013-09-26 01:48:29] >13 -[2013-09-26 01:49:29] >>13 -[2013-09-26 01:50:29] >>13 -[2013-09-26 01:51:29] >>13 -[2013-09-26 01:52:29] >>13 -[2013-09-26 01:53:29] >>13 -[2013-09-26 01:54:21] 17 -[2013-09-26 01:54:22] 13 -[2013-09-26 01:54:24] >13 -[2013-09-26 01:55:23] >>13 -[2013-09-26 01:56:24] >>13 -[2013-09-26 01:57:24] >>13 -[2013-09-26 01:58:24] >>13 -[2013-09-26 01:59:24] >>13 -[2013-09-26 02:00:16] 17 -[2013-09-26 02:00:17] 13 -[2013-09-26 02:00:19] >13 -[2013-09-26 02:01:18] >>13 -[2013-09-26 02:02:19] >>13 -[2013-09-26 02:03:19] >>13 -[2013-09-26 02:04:19] >>13 -[2013-09-26 02:05:19] >>13 -[2013-09-26 02:06:10] 17 -[2013-09-26 02:06:12] 13 -[2013-09-26 02:06:13] >13 -[2013-09-26 02:07:13] >>13 -[2013-09-26 02:07:48] 93 -[2013-09-26 02:07:50] >93 -[2013-09-26 02:07:51] 13 -[2013-09-26 02:07:53] >13 -[2013-09-26 02:08:06] 93 -[2013-09-26 02:08:08] >93 -[2013-09-26 02:08:09] 13 -[2013-09-26 02:08:11] >13 -[2013-09-26 02:08:25] 93 -[2013-09-26 02:08:27] >93 -[2013-09-26 02:08:27] 13 -[2013-09-26 02:08:29] >13 -[2013-09-26 02:08:32] 93 -[2013-09-26 02:08:34] >93 -[2013-09-26 02:08:39] 13 -[2013-09-26 02:08:40] >13 -[2013-09-26 02:09:40] >>13 -[2013-09-26 02:10:40] >>13 -[2013-09-26 02:11:40] >>13 -[2013-09-26 02:12:05] 17 -[2013-09-26 02:12:07] 13 -[2013-09-26 02:12:08] >13 -[2013-09-26 02:13:08] >>13 -[2013-09-26 02:14:08] >>13 -[2013-09-26 02:15:08] >>13 -[2013-09-26 02:16:09] >>13 -[2013-09-26 02:17:09] >>13 -[2013-09-26 02:18:01] 17 -[2013-09-26 02:18:02] 13 -[2013-09-26 02:18:04] >13 -[2013-09-26 02:18:47] 11 -[2013-09-26 02:18:49] >11 -[2013-09-26 02:19:49] >>11 -[2013-09-26 02:20:15] 13 -[2013-09-26 02:20:17] >13 -[2013-09-26 02:21:16] >>13 -[2013-09-26 02:22:16] >>13 -[2013-09-26 02:23:17] >>13 -[2013-09-26 02:23:56] 17 -[2013-09-26 02:23:57] 13 -[2013-09-26 02:23:59] >13 -[2013-09-26 02:24:59] >>13 -[2013-09-26 02:25:59] >>13 -[2013-09-26 02:26:59] >>13 -[2013-09-26 02:27:59] >>13 -[2013-09-26 02:29:00] >>13 -[2013-09-26 02:29:51] 17 -[2013-09-26 02:29:52] 13 -[2013-09-26 02:29:54] >13 -[2013-09-26 02:30:54] >>13 -[2013-09-26 02:31:54] >>13 -[2013-09-26 02:32:54] >>13 -[2013-09-26 02:33:54] >>13 -[2013-09-26 02:34:55] >>13 -[2013-09-26 02:35:46] 17 -[2013-09-26 02:35:47] 13 -[2013-09-26 02:35:49] >13 -[2013-09-26 02:36:49] >>13 -[2013-09-26 02:37:49] >>13 -[2013-09-26 02:38:49] >>13 -[2013-09-26 02:39:49] >>13 -[2013-09-26 02:40:49] >>13 -[2013-09-26 02:41:40] 17 -[2013-09-26 02:41:42] 13 -[2013-09-26 02:41:43] >13 -[2013-09-26 02:42:43] >>13 -[2013-09-26 02:43:43] >>13 -[2013-09-26 02:44:44] >>13 -[2013-09-26 02:45:44] >>13 -[2013-09-26 02:46:44] >>13 -[2013-09-26 02:47:35] 17 -[2013-09-26 02:47:37] 13 -[2013-09-26 02:47:38] >13 -[2013-09-26 02:48:38] >>13 -[2013-09-26 02:49:38] >>13 -[2013-09-26 02:50:38] >>13 -[2013-09-26 02:51:39] >>13 -[2013-09-26 02:52:39] >>13 -[2013-09-26 02:53:11] 11 -[2013-09-26 02:53:12] >11 -[2013-09-26 02:53:21] 51 -[2013-09-26 02:53:23] >51 -[2013-09-26 02:53:24] 71 -[2013-09-26 02:53:26] >71 -[2013-09-26 02:53:27] 21 -[2013-09-26 02:53:29] >21 -[2013-09-26 02:54:29] >>21 -[2013-09-26 02:55:29] >>21 -[2013-09-26 02:56:29] >>21 -[2013-09-26 02:57:29] >>21 -[2013-09-26 02:58:02] 1 -[2013-09-26 02:58:04] >1 -[2013-09-26 02:58:09] 3 -[2013-09-26 02:58:11] >3 -[2013-09-26 02:58:15] 13 -[2013-09-26 02:58:16] >13 -[2013-09-26 02:58:38] 11 -[2013-09-26 02:58:40] >11 -[2013-09-26 02:58:43] 51 -[2013-09-26 02:58:45] >51 -[2013-09-26 02:58:49] 1 -[2013-09-26 02:58:51] >1 -[2013-09-26 02:58:52] 3 -[2013-09-26 02:58:54] >3 -[2013-09-26 02:59:01] 13 -[2013-09-26 02:59:02] >13 -[2013-09-26 02:59:21] 17 -[2013-09-26 02:59:22] 13 -[2013-09-26 02:59:24] >13 -[2013-09-26 03:00:24] >>13 -[2013-09-26 03:01:24] >>13 -[2013-09-26 03:02:24] >>13 -[2013-09-26 03:03:24] >>13 -[2013-09-26 03:04:24] >>13 -[2013-09-26 03:05:16] 17 -[2013-09-26 03:05:17] 13 -[2013-09-26 03:05:19] >13 -[2013-09-26 03:06:19] >>13 -[2013-09-26 03:07:19] >>13 -[2013-09-26 03:08:19] >>13 -[2013-09-26 03:09:19] >>13 -[2013-09-26 03:10:19] >>13 -[2013-09-26 03:11:10] 17 -[2013-09-26 03:11:12] 13 -[2013-09-26 03:11:14] >13 -[2013-09-26 03:12:13] >>13 -[2013-09-26 03:13:14] >>13 -[2013-09-26 03:14:14] >>13 -[2013-09-26 03:15:14] >>13 -[2013-09-26 03:16:14] >>13 -[2013-09-26 03:17:05] 17 -[2013-09-26 03:17:07] 13 -[2013-09-26 03:17:10] >13 -[2013-09-26 03:18:10] >>13 -[2013-09-26 03:19:10] >>13 -[2013-09-26 03:19:46] 93 -[2013-09-26 03:19:48] >93 -[2013-09-26 03:19:49] 13 -[2013-09-26 03:19:51] >13 -[2013-09-26 03:20:05] 93 -[2013-09-26 03:20:07] >93 -[2013-09-26 03:20:09] 13 -[2013-09-26 03:20:11] >13 -[2013-09-26 03:20:22] 93 -[2013-09-26 03:20:24] >93 -[2013-09-26 03:20:30] 13 -[2013-09-26 03:20:31] >13 -[2013-09-26 03:20:34] 93 -[2013-09-26 03:20:36] >93 -[2013-09-26 03:20:45] 13 -[2013-09-26 03:20:46] >13 -[2013-09-26 03:20:59] 93 -[2013-09-26 03:21:00] >93 -[2013-09-26 03:21:01] 13 -[2013-09-26 03:21:03] >13 -[2013-09-26 03:21:08] 93 -[2013-09-26 03:21:09] 13 -[2013-09-26 03:21:11] >13 -[2013-09-26 03:21:17] 93 -[2013-09-26 03:21:19] 13 -[2013-09-26 03:21:20] >13 -[2013-09-26 03:22:20] >>13 -[2013-09-26 03:23:00] 17 -[2013-09-26 03:23:01] 13 -[2013-09-26 03:23:03] >13 -[2013-09-26 03:24:03] >>13 -[2013-09-26 03:25:03] >>13 -[2013-09-26 03:26:03] >>13 -[2013-09-26 03:27:03] >>13 -[2013-09-26 03:28:03] >>13 -[2013-09-26 03:28:56] 17 -[2013-09-26 03:28:57] 13 -[2013-09-26 03:28:59] >13 -[2013-09-26 03:29:59] >>13 -[2013-09-26 03:30:59] >>13 -[2013-09-26 03:31:59] >>13 -[2013-09-26 03:32:59] >>13 -[2013-09-26 03:33:59] >>13 -[2013-09-26 03:34:51] 17 -[2013-09-26 03:34:53] 13 -[2013-09-26 03:34:54] >13 -[2013-09-26 03:35:54] >>13 -[2013-09-26 03:36:54] >>13 -[2013-09-26 03:37:54] >>13 -[2013-09-26 03:38:55] >>13 -[2013-09-26 03:39:55] >>13 -[2013-09-26 03:40:46] 17 -[2013-09-26 03:40:48] 13 -[2013-09-26 03:40:49] >13 -[2013-09-26 03:41:49] >>13 -[2013-09-26 03:42:49] >>13 -[2013-09-26 03:43:49] >>13 -[2013-09-26 03:44:49] >>13 -[2013-09-26 03:45:50] >>13 -[2013-09-26 03:46:41] 17 -[2013-09-26 03:46:42] 13 -[2013-09-26 03:46:44] >13 -[2013-09-26 03:47:43] >>13 -[2013-09-26 03:48:44] >>13 -[2013-09-26 03:49:44] >>13 -[2013-09-26 03:50:44] >>13 -[2013-09-26 03:51:44] >>13 -[2013-09-26 03:52:35] 17 -[2013-09-26 03:52:37] 13 -[2013-09-26 03:52:39] >13 -[2013-09-26 03:53:38] >>13 -[2013-09-26 03:54:38] >>13 -[2013-09-26 03:55:39] >>13 -[2013-09-26 03:56:39] >>13 -[2013-09-26 03:57:39] >>13 -[2013-09-26 03:58:30] 17 -[2013-09-26 03:58:32] 13 -[2013-09-26 03:58:33] >13 -[2013-09-26 03:59:33] >>13 -[2013-09-26 04:00:33] >>13 -[2013-09-26 04:01:33] >>13 -[2013-09-26 04:02:34] >>13 -[2013-09-26 04:03:34] >>13 -[2013-09-26 04:04:26] 17 -[2013-09-26 04:04:27] 13 -[2013-09-26 04:04:29] >13 -[2013-09-26 04:05:29] >>13 -[2013-09-26 04:06:29] >>13 -[2013-09-26 04:07:29] >>13 -[2013-09-26 04:08:29] >>13 -[2013-09-26 04:09:29] >>13 -[2013-09-26 04:10:21] 17 -[2013-09-26 04:10:23] 13 -[2013-09-26 04:10:24] >13 -[2013-09-26 04:11:24] >>13 -[2013-09-26 04:12:24] >>13 -[2013-09-26 04:13:24] >>13 -[2013-09-26 04:14:25] >>13 -[2013-09-26 04:15:01] 11 -[2013-09-26 04:15:03] >11 -[2013-09-26 04:15:16] 13 -[2013-09-26 04:15:18] >13 -[2013-09-26 04:16:16] 17 -[2013-09-26 04:16:18] 13 -[2013-09-26 04:16:20] >13 -[2013-09-26 04:17:19] >>13 -[2013-09-26 04:18:19] >>13 -[2013-09-26 04:19:20] >>13 -[2013-09-26 04:20:20] >>13 -[2013-09-26 04:21:20] >>13 -[2013-09-26 04:22:11] 17 -[2013-09-26 04:22:12] 13 -[2013-09-26 04:22:14] >13 -[2013-09-26 04:23:14] >>13 -[2013-09-26 04:24:14] >>13 -[2013-09-26 04:25:14] >>13 -[2013-09-26 04:26:14] >>13 -[2013-09-26 04:27:15] >>13 -[2013-09-26 04:28:06] 17 -[2013-09-26 04:28:07] 13 -[2013-09-26 04:28:09] >13 -[2013-09-26 04:29:09] >>13 -[2013-09-26 04:30:09] >>13 -[2013-09-26 04:31:09] >>13 -[2013-09-26 04:32:09] >>13 -[2013-09-26 04:33:09] >>13 -[2013-09-26 04:34:00] 17 -[2013-09-26 04:34:02] 13 -[2013-09-26 04:34:03] >13 -[2013-09-26 04:35:03] >>13 -[2013-09-26 04:36:03] >>13 -[2013-09-26 04:37:03] >>13 -[2013-09-26 04:38:04] >>13 -[2013-09-26 04:39:04] >>13 -[2013-09-26 04:39:56] 17 -[2013-09-26 04:39:57] 13 -[2013-09-26 04:39:59] >13 -[2013-09-26 04:40:59] >>13 -[2013-09-26 04:41:59] >>13 -[2013-09-26 04:42:50] 11 -[2013-09-26 04:42:52] >11 -[2013-09-26 04:43:05] 13 -[2013-09-26 04:43:06] >13 -[2013-09-26 04:44:06] >>13 -[2013-09-26 04:45:06] >>13 -[2013-09-26 04:45:51] 17 -[2013-09-26 04:45:53] 13 -[2013-09-26 04:45:55] >13 -[2013-09-26 04:46:54] >>13 -[2013-09-26 04:47:55] >>13 -[2013-09-26 04:48:55] >>13 -[2013-09-26 04:49:55] >>13 -[2013-09-26 04:50:55] >>13 -[2013-09-26 04:51:46] 17 -[2013-09-26 04:51:48] 13 -[2013-09-26 04:51:50] >13 -[2013-09-26 04:52:49] >>13 -[2013-09-26 04:53:50] >>13 -[2013-09-26 04:54:50] >>13 -[2013-09-26 04:55:50] >>13 -[2013-09-26 04:56:47] 11 -[2013-09-26 04:56:49] >11 -[2013-09-26 04:57:32] 51 -[2013-09-26 04:57:34] >51 -[2013-09-26 04:57:38] 1 -[2013-09-26 04:57:40] >1 -[2013-09-26 04:57:45] 21 -[2013-09-26 04:57:46] >21 -[2013-09-26 04:58:46] >>21 -[2013-09-26 04:59:46] >>21 -[2013-09-26 05:00:47] >>21 -[2013-09-26 05:01:47] >>21 -[2013-09-26 05:01:50] 1 -[2013-09-26 05:01:52] >1 -[2013-09-26 05:01:54] 3 -[2013-09-26 05:01:56] >3 -[2013-09-26 05:01:58] 13 -[2013-09-26 05:02:00] >13 -[2013-09-26 05:02:18] 17 -[2013-09-26 05:02:20] 13 -[2013-09-26 05:02:21] >13 -[2013-09-26 05:03:08] 93 -[2013-09-26 05:03:10] >93 -[2013-09-26 05:03:19] 13 -[2013-09-26 05:03:20] >13 -[2013-09-26 05:03:34] 93 -[2013-09-26 05:03:35] >93 -[2013-09-26 05:03:46] 13 -[2013-09-26 05:03:47] >13 -[2013-09-26 05:04:47] >>13 -[2013-09-26 05:05:47] >>13 -[2013-09-26 05:06:48] >>13 -[2013-09-26 05:07:48] >>13 -[2013-09-26 05:08:13] 17 -[2013-09-26 05:08:15] 13 -[2013-09-26 05:08:17] >13 -[2013-09-26 05:09:16] >>13 -[2013-09-26 05:10:17] >>13 -[2013-09-26 05:11:17] >>13 -[2013-09-26 05:12:17] >>13 -[2013-09-26 05:13:17] >>13 -[2013-09-26 05:14:08] 17 -[2013-09-26 05:14:09] 13 -[2013-09-26 05:14:11] >13 -[2013-09-26 05:15:11] >>13 -[2013-09-26 05:16:11] >>13 -[2013-09-26 05:17:11] >>13 -[2013-09-26 05:18:11] >>13 -[2013-09-26 05:19:12] >>13 -[2013-09-26 05:20:03] 17 -[2013-09-26 05:20:04] 13 -[2013-09-26 05:20:06] >13 -[2013-09-26 05:21:06] >>13 -[2013-09-26 05:22:06] >>13 -[2013-09-26 05:23:06] >>13 -[2013-09-26 05:24:06] >>13 -[2013-09-26 05:25:07] >>13 -[2013-09-26 05:25:58] 17 -[2013-09-26 05:25:59] 13 -[2013-09-26 05:26:01] >13 -[2013-09-26 05:27:01] >>13 -[2013-09-26 05:28:01] >>13 -[2013-09-26 05:29:01] >>13 -[2013-09-26 05:29:17] 93 -[2013-09-26 05:29:18] >93 -[2013-09-26 05:29:25] 13 -[2013-09-26 05:29:27] >13 -[2013-09-26 05:29:40] 93 -[2013-09-26 05:29:42] >93 -[2013-09-26 05:29:47] 13 -[2013-09-26 05:29:49] >13 -[2013-09-26 05:29:53] 93 -[2013-09-26 05:29:54] >93 -[2013-09-26 05:30:10] 13 -[2013-09-26 05:30:11] >13 -[2013-09-26 05:30:25] 93 -[2013-09-26 05:30:27] >93 -[2013-09-26 05:30:35] 13 -[2013-09-26 05:30:37] >13 -[2013-09-26 05:30:46] 93 -[2013-09-26 05:30:47] >93 -[2013-09-26 05:30:56] 13 -[2013-09-26 05:30:58] >13 -[2013-09-26 05:31:01] 93 -[2013-09-26 05:31:03] >93 -[2013-09-26 05:31:08] 13 -[2013-09-26 05:31:09] >13 -[2013-09-26 05:31:53] 17 -[2013-09-26 05:31:55] 13 -[2013-09-26 05:31:56] 11 -[2013-09-26 05:32:01] >11 -[2013-09-26 05:32:14] 13 -[2013-09-26 05:32:15] >13 -[2013-09-26 05:32:21] 11 -[2013-09-26 05:32:23] >11 -[2013-09-26 05:32:24] 13 -[2013-09-26 05:32:26] >13 -[2013-09-26 05:33:25] >>13 -[2013-09-26 05:34:26] >>13 -[2013-09-26 05:35:26] >>13 -[2013-09-26 05:36:26] >>13 -[2013-09-26 05:37:26] >>13 -[2013-09-26 05:37:48] 17 -[2013-09-26 05:37:50] 13 -[2013-09-26 05:37:52] >13 -[2013-09-26 05:38:51] >>13 -[2013-09-26 05:39:51] >>13 -[2013-09-26 05:40:52] >>13 -[2013-09-26 05:41:52] >>13 -[2013-09-26 05:42:52] >>13 -[2013-09-26 05:43:44] 17 -[2013-09-26 05:43:45] 13 -[2013-09-26 05:43:47] >13 -[2013-09-26 05:44:47] >>13 -[2013-09-26 05:45:47] >>13 -[2013-09-26 05:46:47] >>13 -[2013-09-26 05:47:47] >>13 -[2013-09-26 05:48:47] >>13 -[2013-09-26 05:49:38] 17 -[2013-09-26 05:49:40] 13 -[2013-09-26 05:49:41] >13 -[2013-09-26 05:50:41] >>13 -[2013-09-26 05:51:41] >>13 -[2013-09-26 05:52:42] >>13 -[2013-09-26 05:53:42] >>13 -[2013-09-26 05:54:42] >>13 -[2013-09-26 05:55:33] 17 -[2013-09-26 05:55:35] 13 -[2013-09-26 05:55:36] >13 -[2013-09-26 05:56:36] >>13 -[2013-09-26 05:57:36] >>13 -[2013-09-26 05:58:36] >>13 -[2013-09-26 05:59:37] >>13 -[2013-09-26 06:00:42] >>13 -[2013-09-26 06:01:27] 17 -[2013-09-26 06:01:29] 13 -[2013-09-26 06:01:31] >13 -[2013-09-26 06:02:30] >>13 -[2013-09-26 06:03:31] >>13 -[2013-09-26 06:04:31] >>13 -[2013-09-26 06:05:31] >>13 -[2013-09-26 06:06:35] >>13 -[2013-09-26 06:07:23] 17 -[2013-09-26 06:07:25] 13 -[2013-09-26 06:07:27] >13 -[2013-09-26 06:08:26] >>13 -[2013-09-26 06:09:27] >>13 -[2013-09-26 06:10:27] >>13 -[2013-09-26 06:11:27] >>13 -[2013-09-26 06:11:38] 11 -[2013-09-26 06:11:40] >11 -[2013-09-26 06:11:49] 13 -[2013-09-26 06:11:51] >13 -[2013-09-26 06:12:51] >>13 -[2013-09-26 06:13:19] 17 -[2013-09-26 06:13:20] 13 -[2013-09-26 06:13:22] >13 -[2013-09-26 06:14:22] >>13 -[2013-09-26 06:15:22] >>13 -[2013-09-26 06:16:22] >>13 -[2013-09-26 06:17:22] >>13 -[2013-09-26 06:18:22] >>13 -[2013-09-26 06:19:14] 17 -[2013-09-26 06:19:15] 13 -[2013-09-26 06:19:17] >13 -[2013-09-26 06:20:17] >>13 -[2013-09-26 06:21:17] >>13 -[2013-09-26 06:22:17] >>13 -[2013-09-26 06:23:17] >>13 -[2013-09-26 06:24:17] >>13 -[2013-09-26 06:25:09] 17 -[2013-09-26 06:25:10] 13 -[2013-09-26 06:25:12] >13 -[2013-09-26 06:26:12] >>13 -[2013-09-26 06:27:12] >>13 -[2013-09-26 06:28:12] >>13 -[2013-09-26 06:29:12] >>13 -[2013-09-26 06:30:12] >>13 -[2013-09-26 06:31:03] 17 -[2013-09-26 06:31:05] 13 -[2013-09-26 06:31:06] >13 -[2013-09-26 06:32:06] >>13 -[2013-09-26 06:33:06] >>13 -[2013-09-26 06:34:06] >>13 -[2013-09-26 06:35:07] >>13 -[2013-09-26 06:36:07] >>13 -[2013-09-26 06:36:58] 17 -[2013-09-26 06:37:00] 13 -[2013-09-26 06:37:01] >13 -[2013-09-26 06:38:01] >>13 -[2013-09-26 06:39:01] >>13 -[2013-09-26 06:40:01] >>13 -[2013-09-26 06:41:02] >>13 -[2013-09-26 06:42:02] >>13 -[2013-09-26 06:42:54] 17 -[2013-09-26 06:42:55] 13 -[2013-09-26 06:42:57] >13 -[2013-09-26 06:43:56] >>13 -[2013-09-26 06:44:57] >>13 -[2013-09-26 06:45:57] >>13 -[2013-09-26 06:46:57] >>13 -[2013-09-26 06:47:57] >>13 -[2013-09-26 06:48:49] 17 -[2013-09-26 06:48:51] 13 -[2013-09-26 06:48:52] >13 -[2013-09-26 06:49:52] >>13 -[2013-09-26 06:50:52] >>13 -[2013-09-26 06:51:52] >>13 -[2013-09-26 06:52:53] >>13 -[2013-09-26 06:53:53] >>13 -[2013-09-26 06:54:44] 17 -[2013-09-26 06:54:46] 13 -[2013-09-26 06:54:47] >13 -[2013-09-26 06:55:47] >>13 -[2013-09-26 06:56:47] >>13 -[2013-09-26 06:57:47] >>13 -[2013-09-26 06:58:48] >>13 -[2013-09-26 06:59:48] >>13 -[2013-09-26 07:00:12] 11 -[2013-09-26 07:00:14] >11 -[2013-09-26 07:00:30] 51 -[2013-09-26 07:00:32] >51 -[2013-09-26 07:00:36] 1 -[2013-09-26 07:00:38] >1 -[2013-09-26 07:00:41] 21 -[2013-09-26 07:00:43] >21 -[2013-09-26 07:01:42] >>21 -[2013-09-26 07:02:43] >>21 -[2013-09-26 07:03:43] >>21 -[2013-09-26 07:04:43] >>21 -[2013-09-26 07:05:43] >>21 -[2013-09-26 07:06:01] 1 -[2013-09-26 07:06:03] >1 -[2013-09-26 07:06:07] 3 -[2013-09-26 07:06:08] >3 -[2013-09-26 07:06:12] 13 -[2013-09-26 07:06:14] >13 -[2013-09-26 07:06:32] 17 -[2013-09-26 07:06:34] 13 -[2013-09-26 07:06:35] >13 -[2013-09-26 07:07:40] >>13 -[2013-09-26 07:08:40] >>13 -[2013-09-26 07:09:40] >>13 -[2013-09-26 07:10:41] >>13 -[2013-09-26 07:11:41] >>13 -[2013-09-26 07:12:27] 17 -[2013-09-26 07:12:29] 13 -[2013-09-26 07:12:31] >13 -[2013-09-26 07:13:30] >>13 -[2013-09-26 07:14:31] >>13 -[2013-09-26 07:15:31] >>13 -[2013-09-26 07:16:31] >>13 -[2013-09-26 07:17:31] >>13 -[2013-09-26 07:18:22] 17 -[2013-09-26 07:18:24] 13 -[2013-09-26 07:18:25] >13 -[2013-09-26 07:19:25] >>13 -[2013-09-26 07:20:25] >>13 -[2013-09-26 07:21:25] >>13 -[2013-09-26 07:22:25] >>13 -[2013-09-26 07:23:26] >>13 -[2013-09-26 07:24:17] 17 -[2013-09-26 07:24:18] 13 -[2013-09-26 07:24:20] >13 -[2013-09-26 07:25:20] >>13 -[2013-09-26 07:26:20] >>13 -[2013-09-26 07:27:20] >>13 -[2013-09-26 07:28:20] >>13 -[2013-09-26 07:28:55] 93 -[2013-09-26 07:28:56] >93 -[2013-09-26 07:29:00] 13 -[2013-09-26 07:29:02] >13 -[2013-09-26 07:29:15] 93 -[2013-09-26 07:29:16] >93 -[2013-09-26 07:29:19] 13 -[2013-09-26 07:29:21] >13 -[2013-09-26 07:29:35] 93 -[2013-09-26 07:29:36] 13 -[2013-09-26 07:29:38] >13 -[2013-09-26 07:29:38] 93 -[2013-09-26 07:29:40] 13 -[2013-09-26 07:29:41] >13 -[2013-09-26 07:29:54] 93 -[2013-09-26 07:29:55] >93 -[2013-09-26 07:29:57] 13 -[2013-09-26 07:29:58] 93 -[2013-09-26 07:29:59] 13 -[2013-09-26 07:30:00] >13 -[2013-09-26 07:30:07] 93 -[2013-09-26 07:30:09] >93 -[2013-09-26 07:30:14] 97 -[2013-09-26 07:30:16] 93 -[2013-09-26 07:30:17] 13 -[2013-09-26 07:30:19] >13 -[2013-09-26 07:30:21] 93 -[2013-09-26 07:30:22] 13 -[2013-09-26 07:30:23] >13 -[2013-09-26 07:30:25] 93 -[2013-09-26 07:30:27] 13 -[2013-09-26 07:30:28] >13 -[2013-09-26 07:30:29] 93 -[2013-09-26 07:30:30] >93 -[2013-09-26 07:30:32] 13 -[2013-09-26 07:30:34] >13 -[2013-09-26 07:30:36] 93 -[2013-09-26 07:30:37] 13 -[2013-09-26 07:30:39] >13 -[2013-09-26 07:30:41] 93 -[2013-09-26 07:30:42] >93 -[2013-09-26 07:30:43] 13 -[2013-09-26 07:30:44] >13 -[2013-09-26 07:30:47] 93 -[2013-09-26 07:30:49] 13 -[2013-09-26 07:30:50] >13 -[2013-09-26 07:31:18] 93 -[2013-09-26 07:31:20] >93 -[2013-09-26 07:31:21] 13 -[2013-09-26 07:31:23] >13 -[2013-09-26 07:32:22] >>13 -[2013-09-26 07:33:23] >>13 -[2013-09-26 07:34:23] >>13 -[2013-09-26 07:35:23] >>13 -[2013-09-26 07:36:10] 17 -[2013-09-26 07:36:11] 13 -[2013-09-26 07:36:13] >13 -[2013-09-26 07:36:50] 11 -[2013-09-26 07:36:51] >11 -[2013-09-26 07:37:04] 13 -[2013-09-26 07:37:06] >13 -[2013-09-26 07:38:06] >>13 -[2013-09-26 07:39:06] >>13 -[2013-09-26 07:40:06] >>13 -[2013-09-26 07:41:06] >>13 -[2013-09-26 07:42:05] 17 -[2013-09-26 07:42:07] 13 -[2013-09-26 07:42:08] >13 -[2013-09-26 07:43:08] >>13 -[2013-09-26 07:44:08] >>13 -[2013-09-26 07:45:08] >>13 -[2013-09-26 07:46:09] >>13 -[2013-09-26 07:47:09] >>13 -[2013-09-26 07:48:00] 17 -[2013-09-26 07:48:02] 13 -[2013-09-26 07:48:03] >13 -[2013-09-26 07:49:03] >>13 -[2013-09-26 07:50:03] >>13 -[2013-09-26 07:51:03] >>13 -[2013-09-26 07:52:04] >>13 -[2013-09-26 07:53:04] >>13 -[2013-09-26 07:53:55] 17 -[2013-09-26 07:53:57] 13 -[2013-09-26 07:53:58] >13 -[2013-09-26 07:54:58] >>13 -[2013-09-26 07:55:58] >>13 -[2013-09-26 07:56:58] >>13 -[2013-09-26 07:57:58] >>13 -[2013-09-26 07:58:59] >>13 -[2013-09-26 07:59:49] 17 -[2013-09-26 07:59:51] 13 -[2013-09-26 07:59:53] >13 -[2013-09-26 08:00:29] 93 -[2013-09-26 08:00:31] >93 -[2013-09-26 08:00:34] 13 -[2013-09-26 08:00:36] >13 -[2013-09-26 08:00:51] 93 -[2013-09-26 08:00:52] 13 -[2013-09-26 08:00:53] 93 -[2013-09-26 08:00:54] 13 -[2013-09-26 08:00:56] 93 -[2013-09-26 08:00:57] >93 -[2013-09-26 08:00:58] 13 -[2013-09-26 08:01:00] >13 -[2013-09-26 08:01:11] 93 -[2013-09-26 08:01:12] >93 -[2013-09-26 08:01:13] 13 -[2013-09-26 08:01:14] >13 -[2013-09-26 08:02:14] >>13 -[2013-09-26 08:03:14] >>13 -[2013-09-26 08:04:20] >>13 -[2013-09-26 08:05:20] >>13 -[2013-09-26 08:05:44] 17 -[2013-09-26 08:05:46] 13 -[2013-09-26 08:05:47] >13 -[2013-09-26 08:06:47] >>13 -[2013-09-26 08:07:47] >>13 -[2013-09-26 08:08:47] >>13 -[2013-09-26 08:09:48] >>13 -[2013-09-26 08:10:48] >>13 -[2013-09-26 08:11:40] 17 -[2013-09-26 08:11:42] 13 -[2013-09-26 08:11:43] >13 -[2013-09-26 08:12:43] >>13 -[2013-09-26 08:13:43] >>13 -[2013-09-26 08:14:43] >>13 -[2013-09-26 08:15:44] >>13 -[2013-09-26 08:16:44] >>13 -[2013-09-26 08:17:35] 17 -[2013-09-26 08:17:37] 13 -[2013-09-26 08:17:38] >13 -[2013-09-26 08:18:38] >>13 -[2013-09-26 08:19:38] >>13 -[2013-09-26 08:20:38] >>13 -[2013-09-26 08:21:39] >>13 -[2013-09-26 08:22:39] >>13 -[2013-09-26 08:23:30] 17 -[2013-09-26 08:23:32] 13 -[2013-09-26 08:23:34] >13 -[2013-09-26 08:24:33] >>13 -[2013-09-26 08:25:34] >>13 -[2013-09-26 08:26:34] >>13 -[2013-09-26 08:27:34] >>13 -[2013-09-26 08:28:34] >>13 -[2013-09-26 08:29:25] 17 -[2013-09-26 08:29:27] 13 -[2013-09-26 08:29:28] >13 -[2013-09-26 08:30:28] >>13 -[2013-09-26 08:31:28] >>13 -[2013-09-26 08:32:28] >>13 -[2013-09-26 08:33:28] >>13 -[2013-09-26 08:34:29] >>13 -[2013-09-26 08:35:20] 17 -[2013-09-26 08:35:21] 13 -[2013-09-26 08:35:23] >13 -[2013-09-26 08:36:23] >>13 -[2013-09-26 08:37:23] >>13 -[2013-09-26 08:38:23] >>13 -[2013-09-26 08:39:23] >>13 -[2013-09-26 08:40:24] >>13 -[2013-09-26 08:41:15] 17 -[2013-09-26 08:41:16] 13 -[2013-09-26 08:41:18] >13 -[2013-09-26 08:42:18] >>13 -[2013-09-26 08:43:18] >>13 -[2013-09-26 08:44:18] >>13 -[2013-09-26 08:45:22] >>13 -[2013-09-26 08:46:22] >>13 -[2013-09-26 08:47:10] 17 -[2013-09-26 08:47:12] 13 -[2013-09-26 08:47:13] >13 -[2013-09-26 08:48:13] >>13 -[2013-09-26 08:49:13] >>13 -[2013-09-26 08:50:13] >>13 -[2013-09-26 08:51:14] >>13 -[2013-09-26 08:51:20] 11 -[2013-09-26 08:51:21] >11 -[2013-09-26 08:51:38] 13 -[2013-09-26 08:51:40] >13 -[2013-09-26 08:52:39] >>13 -[2013-09-26 08:52:46] 11 -[2013-09-26 08:52:47] >11 -[2013-09-26 08:52:57] 51 -[2013-09-26 08:52:58] >51 -[2013-09-26 08:53:03] 1 -[2013-09-26 08:53:04] >1 -[2013-09-26 08:53:05] 21 -[2013-09-26 08:53:07] >21 -[2013-09-26 08:54:07] >>21 -[2013-09-26 08:55:07] >>21 -[2013-09-26 08:56:07] >>21 -[2013-09-26 08:56:38] 1 -[2013-09-26 08:56:40] >1 -[2013-09-26 08:56:43] 3 -[2013-09-26 08:56:45] >3 -[2013-09-26 08:56:49] 13 -[2013-09-26 08:56:51] >13 -[2013-09-26 08:57:09] 17 -[2013-09-26 08:57:10] 13 -[2013-09-26 08:57:12] >13 -[2013-09-26 08:58:12] >>13 -[2013-09-26 08:59:12] >>13 -[2013-09-26 09:00:08] 93 -[2013-09-26 09:00:09] 13 -[2013-09-26 09:00:10] 93 -[2013-09-26 09:00:11] >93 -[2013-09-26 09:00:15] 13 -[2013-09-26 09:00:16] >13 -[2013-09-26 09:00:28] 93 -[2013-09-26 09:00:29] >93 -[2013-09-26 09:00:33] 13 -[2013-09-26 09:00:35] >13 -[2013-09-26 09:00:48] 93 -[2013-09-26 09:00:49] 13 -[2013-09-26 09:00:51] >13 -[2013-09-26 09:00:53] 93 -[2013-09-26 09:00:54] 13 -[2013-09-26 09:00:56] >13 -[2013-09-26 09:00:57] 93 -[2013-09-26 09:00:59] >93 -[2013-09-26 09:01:01] 13 -[2013-09-26 09:01:02] >13 -[2013-09-26 09:02:02] >>13 -[2013-09-26 09:03:02] >>13 -[2013-09-26 09:03:04] 17 -[2013-09-26 09:03:05] 13 -[2013-09-26 09:03:07] >13 -[2013-09-26 09:04:07] >>13 -[2013-09-26 09:05:07] >>13 -[2013-09-26 09:06:07] >>13 -[2013-09-26 09:07:07] >>13 -[2013-09-26 09:08:08] >>13 -[2013-09-26 09:08:58] 17 -[2013-09-26 09:09:00] 13 -[2013-09-26 09:09:01] >13 -[2013-09-26 09:10:01] >>13 -[2013-09-26 09:11:01] >>13 -[2013-09-26 09:12:02] >>13 -[2013-09-26 09:13:02] >>13 -[2013-09-26 09:14:02] >>13 -[2013-09-26 09:14:53] 17 -[2013-09-26 09:14:55] 13 -[2013-09-26 09:14:56] >13 -[2013-09-26 09:15:56] >>13 -[2013-09-26 09:16:56] >>13 -[2013-09-26 09:17:57] >>13 -[2013-09-26 09:18:57] >>13 -[2013-09-26 09:19:57] >>13 -[2013-09-26 09:20:48] 17 -[2013-09-26 09:20:50] 13 -[2013-09-26 09:20:51] >13 -[2013-09-26 09:21:51] >>13 -[2013-09-26 09:22:51] >>13 -[2013-09-26 09:23:51] >>13 -[2013-09-26 09:24:52] >>13 -[2013-09-26 09:25:52] >>13 -[2013-09-26 09:26:44] 17 -[2013-09-26 09:26:45] 13 -[2013-09-26 09:26:47] >13 -[2013-09-26 09:27:47] >>13 -[2013-09-26 09:28:47] >>13 -[2013-09-26 09:29:47] >>13 -[2013-09-26 09:30:47] >>13 -[2013-09-26 09:31:47] >>13 -[2013-09-26 09:32:08] 93 -[2013-09-26 09:32:09] 13 -[2013-09-26 09:32:11] >13 -[2013-09-26 09:32:11] 93 -[2013-09-26 09:32:16] >93 -[2013-09-26 09:32:17] 13 -[2013-09-26 09:32:18] 93 -[2013-09-26 09:32:20] >93 -[2013-09-26 09:32:29] 13 -[2013-09-26 09:32:31] >13 -[2013-09-26 09:32:39] 17 -[2013-09-26 09:32:41] 13 -[2013-09-26 09:32:42] >13 -[2013-09-26 09:32:43] 93 -[2013-09-26 09:32:44] >93 -[2013-09-26 09:32:46] 13 -[2013-09-26 09:32:48] >13 -[2013-09-26 09:33:47] >>13 -[2013-09-26 09:34:10] 93 -[2013-09-26 09:34:11] >93 -[2013-09-26 09:34:29] 13 -[2013-09-26 09:34:30] >13 -[2013-09-26 09:35:30] >>13 -[2013-09-26 09:36:30] >>13 -[2013-09-26 09:37:30] >>13 -[2013-09-26 09:38:31] >>13 -[2013-09-26 09:38:34] 17 -[2013-09-26 09:38:36] 13 -[2013-09-26 09:38:37] >13 -[2013-09-26 09:39:37] >>13 -[2013-09-26 09:40:37] >>13 -[2013-09-26 09:41:38] >>13 -[2013-09-26 09:42:38] >>13 -[2013-09-26 09:43:38] >>13 -[2013-09-26 09:44:29] 17 -[2013-09-26 09:44:30] 13 -[2013-09-26 09:44:32] >13 -[2013-09-26 09:45:32] >>13 -[2013-09-26 09:46:32] >>13 -[2013-09-26 09:47:32] >>13 -[2013-09-26 09:48:32] >>13 -[2013-09-26 09:49:32] >>13 -[2013-09-26 09:50:24] 17 -[2013-09-26 09:50:25] 13 -[2013-09-26 09:50:27] >13 -[2013-09-26 09:51:27] >>13 -[2013-09-26 09:52:27] >>13 -[2013-09-26 09:53:27] >>13 -[2013-09-26 09:54:27] >>13 -[2013-09-26 09:55:27] >>13 -[2013-09-26 09:56:19] 17 -[2013-09-26 09:56:20] 13 -[2013-09-26 09:56:22] >13 -[2013-09-26 09:57:21] >>13 -[2013-09-26 09:58:22] >>13 -[2013-09-26 09:59:22] >>13 -[2013-09-26 10:00:22] >>13 -[2013-09-26 10:01:22] >>13 -[2013-09-26 10:02:14] 17 -[2013-09-26 10:02:16] 13 -[2013-09-26 10:02:17] >13 -[2013-09-26 10:03:17] >>13 -[2013-09-26 10:04:17] >>13 -[2013-09-26 10:04:23] 11 -[2013-09-26 10:04:24] >11 -[2013-09-26 10:04:39] 13 -[2013-09-26 10:04:41] >13 -[2013-09-26 10:05:40] >>13 -[2013-09-26 10:06:41] >>13 -[2013-09-26 10:07:41] >>13 -[2013-09-26 10:08:09] 17 -[2013-09-26 10:08:11] 13 -[2013-09-26 10:08:13] >13 -[2013-09-26 10:09:12] >>13 -[2013-09-26 10:10:12] >>13 -[2013-09-26 10:11:13] >>13 -[2013-09-26 10:12:13] >>13 -[2013-09-26 10:13:13] >>13 -[2013-09-26 10:14:04] 17 -[2013-09-26 10:14:06] 13 -[2013-09-26 10:14:08] >13 -[2013-09-26 10:15:07] >>13 -[2013-09-26 10:16:07] >>13 -[2013-09-26 10:17:08] >>13 -[2013-09-26 10:18:08] >>13 -[2013-09-26 10:19:08] >>13 -[2013-09-26 10:19:59] 17 -[2013-09-26 10:20:01] 13 -[2013-09-26 10:20:02] >13 -[2013-09-26 10:21:02] >>13 -[2013-09-26 10:22:02] >>13 -[2013-09-26 10:23:03] >>13 -[2013-09-26 10:24:03] >>13 -[2013-09-26 10:25:03] >>13 -[2013-09-26 10:25:54] 17 -[2013-09-26 10:25:55] 13 -[2013-09-26 10:25:57] >13 -[2013-09-26 10:26:57] >>13 -[2013-09-26 10:27:57] >>13 -[2013-09-26 10:28:57] >>13 -[2013-09-26 10:29:57] >>13 -[2013-09-26 10:30:57] >>13 -[2013-09-26 10:31:49] 17 -[2013-09-26 10:31:50] 13 -[2013-09-26 10:31:52] >13 -[2013-09-26 10:32:52] >>13 -[2013-09-26 10:33:52] >>13 -[2013-09-26 10:34:52] >>13 -[2013-09-26 10:35:52] >>13 -[2013-09-26 10:36:52] >>13 -[2013-09-26 10:37:44] 17 -[2013-09-26 10:37:46] 13 -[2013-09-26 10:37:47] >13 -[2013-09-26 10:38:47] >>13 -[2013-09-26 10:39:01] 3 -[2013-09-26 10:39:03] 21 -[2013-09-26 10:39:04] >21 -[2013-09-26 10:39:29] 1 -[2013-09-26 10:39:31] >1 -[2013-09-26 10:39:33] 3 -[2013-09-26 10:39:35] >3 -[2013-09-26 10:39:37] 13 -[2013-09-26 10:39:38] >13 -[2013-09-26 10:40:38] >>13 -[2013-09-26 10:41:38] >>13 -[2013-09-26 10:42:38] >>13 -[2013-09-26 10:43:39] >>13 -[2013-09-26 10:44:16] 17 -[2013-09-26 10:44:18] 13 -[2013-09-26 10:44:20] >13 -[2013-09-26 10:45:19] >>13 -[2013-09-26 10:45:32] 11 -[2013-09-26 10:45:34] >11 -[2013-09-26 10:46:34] >>11 -[2013-09-26 10:47:34] >>11 -[2013-09-26 10:48:34] >>11 -[2013-09-26 10:49:34] >>11 -[2013-09-26 10:50:03] 51 -[2013-09-26 10:50:04] >51 -[2013-09-26 10:50:08] 71 -[2013-09-26 10:50:09] 21 -[2013-09-26 10:50:11] >21 -[2013-09-26 10:51:10] >>21 -[2013-09-26 10:52:11] >>21 -[2013-09-26 10:53:11] >>21 -[2013-09-26 10:54:11] >>21 -[2013-09-26 10:55:06] 1 -[2013-09-26 10:55:08] >1 -[2013-09-26 10:55:09] 3 -[2013-09-26 10:55:11] >3 -[2013-09-26 10:55:21] 13 -[2013-09-26 10:55:22] >13 -[2013-09-26 10:55:41] 17 -[2013-09-26 10:55:42] 13 -[2013-09-26 10:55:44] >13 -[2013-09-26 10:56:44] >>13 -[2013-09-26 10:57:44] >>13 -[2013-09-26 10:58:44] >>13 -[2013-09-26 10:59:44] >>13 -[2013-09-26 11:00:44] >>13 -[2013-09-26 11:00:50] 11 -[2013-09-26 11:00:52] >11 -[2013-09-26 11:01:06] 13 -[2013-09-26 11:01:08] >13 -[2013-09-26 11:01:36] 17 -[2013-09-26 11:01:37] 13 -[2013-09-26 11:01:39] >13 -[2013-09-26 11:02:38] >>13 -[2013-09-26 11:03:39] >>13 -[2013-09-26 11:04:39] >>13 -[2013-09-26 11:05:39] >>13 -[2013-09-26 11:06:39] >>13 -[2013-09-26 11:07:31] 17 -[2013-09-26 11:07:32] 13 -[2013-09-26 11:07:34] >13 -[2013-09-26 11:08:33] >>13 -[2013-09-26 11:09:34] >>13 -[2013-09-26 11:10:34] >>13 -[2013-09-26 11:11:34] >>13 -[2013-09-26 11:12:34] >>13 -[2013-09-26 11:13:25] 17 -[2013-09-26 11:13:27] 13 -[2013-09-26 11:13:28] >13 -[2013-09-26 11:14:28] >>13 -[2013-09-26 11:15:28] >>13 -[2013-09-26 11:16:28] >>13 -[2013-09-26 11:17:29] >>13 -[2013-09-26 11:18:27] 93 -[2013-09-26 11:18:28] >93 -[2013-09-26 11:18:47] 13 -[2013-09-26 11:18:48] >13 -[2013-09-26 11:18:57] 93 -[2013-09-26 11:18:58] >93 -[2013-09-26 11:19:02] 13 -[2013-09-26 11:19:04] >13 -[2013-09-26 11:19:05] 93 -[2013-09-26 11:19:06] 13 -[2013-09-26 11:19:07] >13 -[2013-09-26 11:19:14] 93 -[2013-09-26 11:19:15] >93 -[2013-09-26 11:19:20] 97 -[2013-09-26 11:19:21] 93 -[2013-09-26 11:19:22] 13 -[2013-09-26 11:19:24] >13 -[2013-09-26 11:19:32] 93 -[2013-09-26 11:19:34] >93 -[2013-09-26 11:19:43] 13 -[2013-09-26 11:19:44] >13 -[2013-09-26 11:19:56] 93 -[2013-09-26 11:19:57] 13 -[2013-09-26 11:19:58] 93 -[2013-09-26 11:20:00] >93 -[2013-09-26 11:20:03] 13 -[2013-09-26 11:20:05] >13 -[2013-09-26 11:20:11] 93 -[2013-09-26 11:20:13] 13 -[2013-09-26 11:20:14] >13 -[2013-09-26 11:20:23] 93 -[2013-09-26 11:20:24] >93 -[2013-09-26 11:20:26] 13 -[2013-09-26 11:20:28] >13 -[2013-09-26 11:21:27] >>13 -[2013-09-26 11:22:28] >>13 -[2013-09-26 11:23:28] >>13 -[2013-09-26 11:24:28] >>13 -[2013-09-26 11:25:16] 17 -[2013-09-26 11:25:17] 13 -[2013-09-26 11:25:19] >13 -[2013-09-26 11:26:19] >>13 -[2013-09-26 11:27:19] >>13 -[2013-09-26 11:28:19] >>13 -[2013-09-26 11:29:19] >>13 -[2013-09-26 11:30:19] >>13 -[2013-09-26 11:31:11] 17 -[2013-09-26 11:31:13] 13 -[2013-09-26 11:31:14] >13 -[2013-09-26 11:32:14] >>13 -[2013-09-26 11:33:14] >>13 -[2013-09-26 11:34:14] >>13 -[2013-09-26 11:35:15] >>13 -[2013-09-26 11:36:15] >>13 -[2013-09-26 11:37:06] 17 -[2013-09-26 11:37:08] 13 -[2013-09-26 11:37:09] >13 -[2013-09-26 11:38:09] >>13 -[2013-09-26 11:39:09] >>13 -[2013-09-26 11:40:09] >>13 -[2013-09-26 11:41:10] 93 -[2013-09-26 11:41:11] >93 -[2013-09-26 11:41:14] 13 -[2013-09-26 11:41:16] >13 -[2013-09-26 11:41:31] 93 -[2013-09-26 11:41:32] >93 -[2013-09-26 11:41:33] 13 -[2013-09-26 11:41:34] >13 -[2013-09-26 11:42:34] >>13 -[2013-09-26 11:43:01] 17 -[2013-09-26 11:43:02] 13 -[2013-09-26 11:43:04] >13 -[2013-09-26 11:44:04] >>13 -[2013-09-26 11:45:04] >>13 -[2013-09-26 11:46:04] >>13 -[2013-09-26 11:47:04] >>13 -[2013-09-26 11:48:05] >>13 -[2013-09-26 11:48:55] 17 -[2013-09-26 11:48:57] 13 -[2013-09-26 11:48:59] >13 -[2013-09-26 11:49:58] >>13 -[2013-09-26 11:50:58] >>13 -[2013-09-26 11:51:59] >>13 -[2013-09-26 11:52:13] 93 -[2013-09-26 11:52:14] 13 -[2013-09-26 11:52:16] >13 -[2013-09-26 11:52:17] 93 -[2013-09-26 11:52:18] >93 -[2013-09-26 11:52:19] 13 -[2013-09-26 11:52:20] >13 -[2013-09-26 11:53:20] >>13 -[2013-09-26 11:54:20] >>13 -[2013-09-26 11:54:50] 17 -[2013-09-26 11:54:52] 13 -[2013-09-26 11:54:53] >13 -[2013-09-26 11:55:53] >>13 -[2013-09-26 11:56:53] >>13 -[2013-09-26 11:57:53] >>13 -[2013-09-26 11:58:54] >>13 -[2013-09-26 11:59:54] >>13 -[2013-09-26 12:00:46] 17 -[2013-09-26 12:00:48] 13 -[2013-09-26 12:00:49] >13 -[2013-09-26 12:01:49] >>13 -[2013-09-26 12:02:49] >>13 -[2013-09-26 12:03:49] >>13 -[2013-09-26 12:04:50] >>13 -[2013-09-26 12:05:50] >>13 -[2013-09-26 12:06:41] 17 -[2013-09-26 12:06:43] 13 -[2013-09-26 12:06:44] >13 -[2013-09-26 12:07:44] >>13 -[2013-09-26 12:08:44] >>13 -[2013-09-26 12:09:44] >>13 -[2013-09-26 12:10:45] >>13 -[2013-09-26 12:11:45] >>13 -[2013-09-26 12:12:36] 17 -[2013-09-26 12:12:38] 13 -[2013-09-26 12:12:40] >13 -[2013-09-26 12:13:39] >>13 -[2013-09-26 12:14:40] >>13 -[2013-09-26 12:15:40] >>13 -[2013-09-26 12:16:40] >>13 -[2013-09-26 12:17:40] >>13 -[2013-09-26 12:18:31] 17 -[2013-09-26 12:18:32] 13 -[2013-09-26 12:18:34] >13 -[2013-09-26 12:19:34] >>13 -[2013-09-26 12:20:34] >>13 -[2013-09-26 12:21:34] >>13 -[2013-09-26 12:22:34] >>13 -[2013-09-26 12:23:34] >>13 -[2013-09-26 12:24:26] 17 -[2013-09-26 12:24:27] 13 -[2013-09-26 12:24:29] >13 -[2013-09-26 12:25:29] >>13 -[2013-09-26 12:26:29] >>13 -[2013-09-26 12:27:29] >>13 -[2013-09-26 12:28:29] >>13 -[2013-09-26 12:29:29] >>13 -[2013-09-26 12:30:21] 17 -[2013-09-26 12:30:22] 13 -[2013-09-26 12:30:23] >13 -[2013-09-26 12:31:23] >>13 -[2013-09-26 12:32:23] >>13 -[2013-09-26 12:33:23] >>13 -[2013-09-26 12:34:24] >>13 -[2013-09-26 12:35:24] >>13 -[2013-09-26 12:36:16] 17 -[2013-09-26 12:36:18] 13 -[2013-09-26 12:36:19] >13 -[2013-09-26 12:37:19] >>13 -[2013-09-26 12:38:19] >>13 -[2013-09-26 12:39:19] >>13 -[2013-09-26 12:40:20] >>13 -[2013-09-26 12:41:20] >>13 -[2013-09-26 12:42:11] 17 -[2013-09-26 12:42:13] 13 -[2013-09-26 12:42:14] >13 -[2013-09-26 12:43:14] >>13 -[2013-09-26 12:44:14] >>13 -[2013-09-26 12:45:14] >>13 -[2013-09-26 12:46:15] >>13 -[2013-09-26 12:47:15] >>13 -[2013-09-26 12:48:06] 17 -[2013-09-26 12:48:08] 13 -[2013-09-26 12:48:10] >13 -[2013-09-26 12:49:09] >>13 -[2013-09-26 12:49:58] 11 -[2013-09-26 12:50:00] >11 -[2013-09-26 12:50:17] 13 -[2013-09-26 12:50:18] >13 -[2013-09-26 12:51:18] >>13 -[2013-09-26 12:52:18] >>13 -[2013-09-26 12:53:19] >>13 -[2013-09-26 12:54:01] 17 -[2013-09-26 12:54:03] 13 -[2013-09-26 12:54:04] >13 -[2013-09-26 12:55:04] >>13 -[2013-09-26 12:56:04] >>13 -[2013-09-26 12:57:05] >>13 -[2013-09-26 12:58:05] >>13 -[2013-09-26 12:59:05] >>13 -[2013-09-26 12:59:56] 17 -[2013-09-26 12:59:57] 13 -[2013-09-26 12:59:59] >13 -[2013-09-26 13:00:59] >>13 -[2013-09-26 13:01:59] >>13 -[2013-09-26 13:02:59] >>13 -[2013-09-26 13:03:59] >>13 -[2013-09-26 13:04:59] >>13 -[2013-09-26 13:05:51] 17 -[2013-09-26 13:05:52] 13 -[2013-09-26 13:05:54] >13 -[2013-09-26 13:06:54] >>13 -[2013-09-26 13:07:54] >>13 -[2013-09-26 13:08:54] >>13 -[2013-09-26 13:09:54] >>13 -[2013-09-26 13:10:54] >>13 -[2013-09-26 13:11:46] 17 -[2013-09-26 13:11:48] 13 -[2013-09-26 13:11:49] >13 -[2013-09-26 13:12:49] >>13 -[2013-09-26 13:13:49] >>13 -[2013-09-26 13:14:49] >>13 -[2013-09-26 13:15:07] 11 -[2013-09-26 13:15:09] >11 -[2013-09-26 13:16:08] >>11 -[2013-09-26 13:17:09] >>11 -[2013-09-26 13:17:27] 1 -[2013-09-26 13:17:29] >1 -[2013-09-26 13:18:28] >>1 -[2013-09-26 13:18:43] 21 -[2013-09-26 13:18:45] >21 -[2013-09-26 13:19:44] >>21 -[2013-09-26 13:20:44] >>21 -[2013-09-26 13:21:45] >>21 -[2013-09-26 13:22:45] >>21 -[2013-09-26 13:23:45] >>21 -[2013-09-26 13:23:51] 1 -[2013-09-26 13:23:53] >1 -[2013-09-26 13:23:55] 3 -[2013-09-26 13:23:57] >3 -[2013-09-26 13:23:58] 13 -[2013-09-26 13:24:00] >13 -[2013-09-26 13:24:15] 17 -[2013-09-26 13:24:16] 13 -[2013-09-26 13:24:18] >13 -[2013-09-26 13:24:46] 93 -[2013-09-26 13:24:48] 13 -[2013-09-26 13:24:49] >13 -[2013-09-26 13:24:54] 93 -[2013-09-26 13:24:55] 13 -[2013-09-26 13:24:57] >13 -[2013-09-26 13:25:00] 93 -[2013-09-26 13:25:01] >93 -[2013-09-26 13:25:02] 13 -[2013-09-26 13:25:04] >13 -[2013-09-26 13:25:08] 93 -[2013-09-26 13:25:09] >93 -[2013-09-26 13:25:23] 13 -[2013-09-26 13:25:25] >13 -[2013-09-26 13:25:29] 93 -[2013-09-26 13:25:30] >93 -[2013-09-26 13:25:34] 13 -[2013-09-26 13:25:36] >13 -[2013-09-26 13:25:40] 93 -[2013-09-26 13:25:41] >93 -[2013-09-26 13:25:45] 13 -[2013-09-26 13:25:47] >13 -[2013-09-26 13:25:50] 93 -[2013-09-26 13:25:52] >93 -[2013-09-26 13:25:55] 13 -[2013-09-26 13:25:56] >13 -[2013-09-26 13:26:00] 93 -[2013-09-26 13:26:02] >93 -[2013-09-26 13:26:05] 13 -[2013-09-26 13:26:07] >13 -[2013-09-26 13:26:09] 93 -[2013-09-26 13:26:11] >93 -[2013-09-26 13:26:18] 13 -[2013-09-26 13:26:19] >13 -[2013-09-26 13:26:22] 93 -[2013-09-26 13:26:24] >93 -[2013-09-26 13:26:26] 13 -[2013-09-26 13:26:27] >13 -[2013-09-26 13:26:43] 93 -[2013-09-26 13:26:44] 13 -[2013-09-26 13:26:45] >13 -[2013-09-26 13:27:45] >>13 -[2013-09-26 13:28:45] >>13 -[2013-09-26 13:29:45] >>13 -[2013-09-26 13:30:10] 17 -[2013-09-26 13:30:11] 13 -[2013-09-26 13:30:13] >13 -[2013-09-26 13:31:13] >>13 -[2013-09-26 13:32:13] >>13 -[2013-09-26 13:33:13] >>13 -[2013-09-26 13:34:13] >>13 -[2013-09-26 13:35:13] >>13 -[2013-09-26 13:36:05] 17 -[2013-09-26 13:36:06] 13 -[2013-09-26 13:36:08] >13 -[2013-09-26 13:37:07] >>13 -[2013-09-26 13:38:08] >>13 -[2013-09-26 13:39:08] >>13 -[2013-09-26 13:40:08] >>13 -[2013-09-26 13:41:08] >>13 -[2013-09-26 13:42:00] 17 -[2013-09-26 13:42:01] 13 -[2013-09-26 13:42:03] >13 -[2013-09-26 13:43:02] >>13 -[2013-09-26 13:44:03] >>13 -[2013-09-26 13:45:03] >>13 -[2013-09-26 13:46:03] >>13 -[2013-09-26 13:47:03] >>13 -[2013-09-26 13:47:54] 17 -[2013-09-26 13:47:56] 13 -[2013-09-26 13:47:57] >13 -[2013-09-26 13:48:57] >>13 -[2013-09-26 13:49:57] >>13 -[2013-09-26 13:50:57] >>13 -[2013-09-26 13:51:58] >>13 -[2013-09-26 13:52:58] >>13 -[2013-09-26 13:53:49] 17 -[2013-09-26 13:53:51] 13 -[2013-09-26 13:53:53] >13 -[2013-09-26 13:54:52] >>13 -[2013-09-26 13:55:53] >>13 -[2013-09-26 13:56:53] >>13 -[2013-09-26 13:57:53] >>13 -[2013-09-26 13:58:53] >>13 -[2013-09-26 13:59:45] 17 -[2013-09-26 13:59:47] 13 -[2013-09-26 13:59:48] >13 -[2013-09-26 14:00:48] >>13 -[2013-09-26 14:01:48] >>13 -[2013-09-26 14:02:48] >>13 -[2013-09-26 14:03:48] >>13 -[2013-09-26 14:04:49] >>13 -[2013-09-26 14:05:40] 17 -[2013-09-26 14:05:41] 13 -[2013-09-26 14:05:43] >13 -[2013-09-26 14:06:43] >>13 -[2013-09-26 14:07:43] >>13 -[2013-09-26 14:08:43] >>13 -[2013-09-26 14:09:43] >>13 -[2013-09-26 14:10:44] >>13 -[2013-09-26 14:11:35] 17 -[2013-09-26 14:11:36] 13 -[2013-09-26 14:11:38] >13 -[2013-09-26 14:12:38] >>13 -[2013-09-26 14:13:38] >>13 -[2013-09-26 14:14:38] >>13 -[2013-09-26 14:15:38] >>13 -[2013-09-26 14:16:39] >>13 -[2013-09-26 14:17:30] 17 -[2013-09-26 14:17:31] 13 -[2013-09-26 14:17:33] >13 -[2013-09-26 14:18:33] >>13 -[2013-09-26 14:19:33] >>13 -[2013-09-26 14:20:33] >>13 -[2013-09-26 14:21:33] >>13 -[2013-09-26 14:22:34] >>13 -[2013-09-26 14:23:24] 17 -[2013-09-26 14:23:31] 13 -[2013-09-26 14:23:32] >13 -[2013-09-26 14:24:32] >>13 -[2013-09-26 14:25:32] >>13 -[2013-09-26 14:26:32] >>13 -[2013-09-26 14:27:33] >>13 -[2013-09-26 14:28:33] >>13 -[2013-09-26 14:29:20] 17 -[2013-09-26 14:29:22] 13 -[2013-09-26 14:29:23] >13 -[2013-09-26 14:30:23] >>13 -[2013-09-26 14:31:23] >>13 -[2013-09-26 14:32:23] >>13 -[2013-09-26 14:33:24] >>13 -[2013-09-26 14:34:24] >>13 -[2013-09-26 14:35:15] 17 -[2013-09-26 14:35:17] 13 -[2013-09-26 14:35:18] >13 -[2013-09-26 14:36:18] >>13 -[2013-09-26 14:37:18] >>13 -[2013-09-26 14:38:18] >>13 -[2013-09-26 14:39:19] >>13 -[2013-09-26 14:40:19] >>13 -[2013-09-26 14:41:10] 17 -[2013-09-26 14:41:12] 13 -[2013-09-26 14:41:14] >13 -[2013-09-26 14:42:13] >>13 -[2013-09-26 14:43:14] >>13 -[2013-09-26 14:44:14] >>13 -[2013-09-26 14:45:14] >>13 -[2013-09-26 14:46:15] >>13 -[2013-09-26 14:47:05] 17 -[2013-09-26 14:47:07] 13 -[2013-09-26 14:47:08] >13 -[2013-09-26 14:48:08] >>13 -[2013-09-26 14:49:08] >>13 -[2013-09-26 14:50:08] >>13 -[2013-09-26 14:51:09] >>13 -[2013-09-26 14:52:09] >>13 -[2013-09-26 14:53:00] 17 -[2013-09-26 14:53:02] 13 -[2013-09-26 14:53:03] >13 -[2013-09-26 14:54:03] >>13 -[2013-09-26 14:55:03] >>13 -[2013-09-26 14:56:03] >>13 -[2013-09-26 14:56:44] 11 -[2013-09-26 14:56:45] >11 -[2013-09-26 14:57:45] 91 -[2013-09-26 14:57:46] >91 -[2013-09-26 14:58:03] 11 -[2013-09-26 14:58:04] 91 -[2013-09-26 14:58:05] >91 -[2013-09-26 14:58:08] 11 -[2013-09-26 14:58:09] >11 -[2013-09-26 14:58:13] 91 -[2013-09-26 14:58:14] >91 -[2013-09-26 14:58:19] 11 -[2013-09-26 14:58:21] >11 -[2013-09-26 14:58:29] 91 -[2013-09-26 14:58:31] >91 -[2013-09-26 14:58:32] 11 -[2013-09-26 14:58:33] >11 -[2013-09-26 14:58:36] 91 -[2013-09-26 14:58:38] >91 -[2013-09-26 14:58:49] D1 -[2013-09-26 14:58:50] >D1 -[2013-09-26 14:58:54] 81 -[2013-09-26 14:58:56] >81 -[2013-09-26 14:58:58] 1 -[2013-09-26 14:59:00] >1 -[2013-09-26 14:59:08] 81 -[2013-09-26 14:59:11] >81 -[2013-09-26 14:59:20] 1 -[2013-09-26 14:59:22] >1 -[2013-09-26 14:59:36] 3 -[2013-09-26 14:59:37] >3 -[2013-09-26 14:59:38] 13 -[2013-09-26 14:59:40] >13 -[2013-09-26 14:59:58] 17 -[2013-09-26 14:59:59] 13 -[2013-09-26 15:00:01] >13 -[2013-09-26 15:00:09] 93 -[2013-09-26 15:00:10] >93 -[2013-09-26 15:00:11] 13 -[2013-09-26 15:00:13] >13 -[2013-09-26 15:01:13] >>13 -[2013-09-26 15:02:13] >>13 -[2013-09-26 15:03:13] >>13 -[2013-09-26 15:04:13] >>13 -[2013-09-26 15:05:13] >>13 -[2013-09-26 15:05:53] 17 -[2013-09-26 15:05:55] 13 -[2013-09-26 15:05:56] >13 -[2013-09-26 15:06:56] >>13 -[2013-09-26 15:07:56] >>13 -[2013-09-26 15:08:56] >>13 -[2013-09-26 15:09:57] >>13 -[2013-09-26 15:10:57] >>13 -[2013-09-26 15:11:48] 17 -[2013-09-26 15:11:49] 13 -[2013-09-26 15:11:51] >13 -[2013-09-26 15:12:51] >>13 -[2013-09-26 15:13:51] >>13 -[2013-09-26 15:14:51] >>13 -[2013-09-26 15:15:51] >>13 -[2013-09-26 15:16:51] >>13 -[2013-09-26 15:17:43] 17 -[2013-09-26 15:17:44] 13 -[2013-09-26 15:17:46] >13 -[2013-09-26 15:18:45] >>13 -[2013-09-26 15:19:46] >>13 -[2013-09-26 15:20:46] >>13 -[2013-09-26 15:21:46] >>13 -[2013-09-26 15:22:46] >>13 -[2013-09-26 15:23:37] 17 -[2013-09-26 15:23:39] 13 -[2013-09-26 15:23:40] >13 -[2013-09-26 15:24:40] >>13 -[2013-09-26 15:25:40] >>13 -[2013-09-26 15:26:40] >>13 -[2013-09-26 15:27:41] >>13 -[2013-09-26 15:28:43] >>13 -[2013-09-26 15:29:15] 11 -[2013-09-26 15:29:16] >11 -[2013-09-26 15:29:23] 51 -[2013-09-26 15:29:25] >51 -[2013-09-26 15:29:30] 1 -[2013-09-26 15:29:31] >1 -[2013-09-26 15:29:57] 21 -[2013-09-26 15:29:59] >21 -[2013-09-26 15:30:59] >>21 -[2013-09-26 15:31:59] >>21 -[2013-09-26 15:32:59] >>21 -[2013-09-26 15:33:59] >>21 -[2013-09-26 15:35:00] >>21 -[2013-09-26 15:36:00] >>21 -[2013-09-26 15:36:37] 1 -[2013-09-26 15:36:39] >1 -[2013-09-26 15:36:49] 3 -[2013-09-26 15:36:50] >3 -[2013-09-26 15:37:14] 13 -[2013-09-26 15:37:16] >13 -[2013-09-26 15:37:34] 17 -[2013-09-26 15:37:35] 13 -[2013-09-26 15:37:37] >13 -[2013-09-26 15:38:37] >>13 -[2013-09-26 15:39:37] >>13 -[2013-09-26 15:40:37] >>13 -[2013-09-26 15:41:37] >>13 -[2013-09-26 15:42:38] >>13 -[2013-09-26 15:43:29] 17 -[2013-09-26 15:43:31] 13 -[2013-09-26 15:43:32] >13 -[2013-09-26 15:44:32] >>13 -[2013-09-26 15:45:32] >>13 -[2013-09-26 15:46:33] >>13 -[2013-09-26 15:47:33] >>13 -[2013-09-26 15:48:33] >>13 -[2013-09-26 15:49:24] 17 -[2013-09-26 15:49:25] 13 -[2013-09-26 15:49:27] >13 -[2013-09-26 15:50:27] >>13 -[2013-09-26 15:51:27] >>13 -[2013-09-26 15:52:27] >>13 -[2013-09-26 15:53:27] >>13 -[2013-09-26 15:54:27] >>13 -[2013-09-26 15:55:19] 17 -[2013-09-26 15:55:20] 13 -[2013-09-26 15:55:22] >13 -[2013-09-26 15:56:22] >>13 -[2013-09-26 15:57:22] >>13 -[2013-09-26 15:58:22] >>13 -[2013-09-26 15:59:22] >>13 -[2013-09-26 16:00:22] >>13 -[2013-09-26 16:01:14] 17 -[2013-09-26 16:01:15] 13 -[2013-09-26 16:01:17] >13 -[2013-09-26 16:02:16] >>13 -[2013-09-26 16:03:17] >>13 -[2013-09-26 16:04:17] >>13 -[2013-09-26 16:05:17] >>13 -[2013-09-26 16:06:17] >>13 -[2013-09-26 16:07:09] 17 -[2013-09-26 16:07:11] 13 -[2013-09-26 16:07:12] >13 -[2013-09-26 16:08:12] >>13 -[2013-09-26 16:09:12] >>13 -[2013-09-26 16:10:12] >>13 -[2013-09-26 16:11:13] >>13 -[2013-09-26 16:12:13] >>13 -[2013-09-26 16:13:04] 17 -[2013-09-26 16:13:06] 13 -[2013-09-26 16:13:08] >13 -[2013-09-26 16:14:07] >>13 -[2013-09-26 16:15:08] >>13 -[2013-09-26 16:16:08] >>13 -[2013-09-26 16:17:08] >>13 -[2013-09-26 16:18:08] >>13 -[2013-09-26 16:18:59] 17 -[2013-09-26 16:19:01] 13 -[2013-09-26 16:19:03] >13 -[2013-09-26 16:20:02] >>13 -[2013-09-26 16:21:03] >>13 -[2013-09-26 16:22:03] >>13 -[2013-09-26 16:23:03] >>13 -[2013-09-26 16:24:03] >>13 -[2013-09-26 16:24:54] 17 -[2013-09-26 16:24:56] 13 -[2013-09-26 16:24:57] >13 -[2013-09-26 16:25:57] >>13 -[2013-09-26 16:26:57] >>13 -[2013-09-26 16:27:57] >>13 -[2013-09-26 16:28:57] >>13 -[2013-09-26 16:29:58] >>13 -[2013-09-26 16:30:49] 17 -[2013-09-26 16:30:50] 13 -[2013-09-26 16:30:52] >13 -[2013-09-26 16:31:52] >>13 -[2013-09-26 16:32:52] >>13 -[2013-09-26 16:33:52] >>13 -[2013-09-26 16:34:52] >>13 -[2013-09-26 16:35:53] >>13 -[2013-09-26 16:36:43] 17 -[2013-09-26 16:36:45] 13 -[2013-09-26 16:36:47] >13 -[2013-09-26 16:37:46] >>13 -[2013-09-26 16:38:46] >>13 -[2013-09-26 16:39:47] >>13 -[2013-09-26 16:40:47] >>13 -[2013-09-26 16:41:47] >>13 -[2013-09-26 16:42:39] 17 -[2013-09-26 16:42:41] 13 -[2013-09-26 16:42:43] >13 -[2013-09-26 16:43:42] >>13 -[2013-09-26 16:44:42] >>13 -[2013-09-26 16:45:43] >>13 -[2013-09-26 16:46:43] >>13 -[2013-09-26 16:47:43] >>13 -[2013-09-26 16:48:34] 17 -[2013-09-26 16:48:36] 13 -[2013-09-26 16:48:38] >13 -[2013-09-26 16:49:37] >>13 -[2013-09-26 16:50:37] >>13 -[2013-09-26 16:51:38] >>13 -[2013-09-26 16:52:38] >>13 -[2013-09-26 16:53:38] >>13 -[2013-09-26 16:54:30] 17 -[2013-09-26 16:54:31] 13 -[2013-09-26 16:54:33] >13 -[2013-09-26 16:55:33] >>13 -[2013-09-26 16:56:33] >>13 -[2013-09-26 16:57:33] >>13 -[2013-09-26 16:58:33] >>13 -[2013-09-26 16:59:34] >>13 -[2013-09-26 17:00:24] 17 -[2013-09-26 17:00:26] 13 -[2013-09-26 17:00:27] >13 -[2013-09-26 17:01:27] >>13 -[2013-09-26 17:02:27] >>13 -[2013-09-26 17:03:28] >>13 -[2013-09-26 17:04:28] >>13 -[2013-09-26 17:05:28] >>13 -[2013-09-26 17:06:19] 17 -[2013-09-26 17:06:20] 13 -[2013-09-26 17:06:22] >13 -[2013-09-26 17:07:22] >>13 -[2013-09-26 17:08:22] >>13 -[2013-09-26 17:09:22] >>13 -[2013-09-26 17:10:22] >>13 -[2013-09-26 17:11:22] >>13 -[2013-09-26 17:12:14] 17 -[2013-09-26 17:12:15] 13 -[2013-09-26 17:12:17] >13 -[2013-09-26 17:13:17] >>13 -[2013-09-26 17:14:17] >>13 -[2013-09-26 17:15:17] >>13 -[2013-09-26 17:16:17] >>13 -[2013-09-26 17:17:17] >>13 -[2013-09-26 17:18:09] 17 -[2013-09-26 17:18:11] 13 -[2013-09-26 17:18:12] >13 -[2013-09-26 17:19:12] >>13 -[2013-09-26 17:20:12] >>13 -[2013-09-26 17:21:13] >>13 -[2013-09-26 17:22:13] >>13 -[2013-09-26 17:23:13] >>13 -[2013-09-26 17:24:05] 17 -[2013-09-26 17:24:06] 13 -[2013-09-26 17:24:08] >13 -[2013-09-26 17:25:08] >>13 -[2013-09-26 17:26:13] >>13 -[2013-09-26 17:27:13] >>13 -[2013-09-26 17:28:13] >>13 -[2013-09-26 17:29:13] >>13 -[2013-09-26 17:30:00] 17 -[2013-09-26 17:30:01] 13 -[2013-09-26 17:30:03] >13 -[2013-09-26 17:31:02] >>13 -[2013-09-26 17:32:03] >>13 -[2013-09-26 17:33:03] >>13 -[2013-09-26 17:34:03] >>13 -[2013-09-26 17:35:03] >>13 -[2013-09-26 17:35:54] 17 -[2013-09-26 17:35:56] 13 -[2013-09-26 17:35:58] >13 -[2013-09-26 17:36:57] >>13 -[2013-09-26 17:37:58] >>13 -[2013-09-26 17:38:58] >>13 -[2013-09-26 17:39:58] >>13 -[2013-09-26 17:40:58] >>13 -[2013-09-26 17:41:49] 17 -[2013-09-26 17:41:51] 13 -[2013-09-26 17:41:53] >13 -[2013-09-26 17:42:52] >>13 -[2013-09-26 17:43:52] >>13 -[2013-09-26 17:44:53] >>13 -[2013-09-26 17:45:53] >>13 -[2013-09-26 17:46:53] >>13 -[2013-09-26 17:47:44] 17 -[2013-09-26 17:47:45] 13 -[2013-09-26 17:47:47] >13 -[2013-09-26 17:48:17] 93 -[2013-09-26 17:48:25] 13 -[2013-09-26 17:48:26] >13 -[2013-09-26 17:48:33] 93 -[2013-09-26 17:48:35] >93 -[2013-09-26 17:48:38] 13 -[2013-09-26 17:48:40] >13 -[2013-09-26 17:48:51] 93 -[2013-09-26 17:48:53] >93 -[2013-09-26 17:48:53] 13 -[2013-09-26 17:48:55] >13 -[2013-09-26 17:49:00] 93 -[2013-09-26 17:49:02] >93 -[2013-09-26 17:49:04] 13 -[2013-09-26 17:49:05] >13 -[2013-09-26 17:49:19] 93 -[2013-09-26 17:49:21] >93 -[2013-09-26 17:49:35] 13 -[2013-09-26 17:49:37] >13 -[2013-09-26 17:49:49] 93 -[2013-09-26 17:49:50] >93 -[2013-09-26 17:49:52] 13 -[2013-09-26 17:49:54] >13 -[2013-09-26 17:50:13] 93 -[2013-09-26 17:50:14] >93 -[2013-09-26 17:50:17] 13 -[2013-09-26 17:50:18] >13 -[2013-09-26 17:50:44] 93 -[2013-09-26 17:50:46] >93 -[2013-09-26 17:50:46] 13 -[2013-09-26 17:50:48] >13 -[2013-09-26 17:51:48] >>13 -[2013-09-26 17:52:48] >>13 -[2013-09-26 17:53:40] 17 -[2013-09-26 17:53:41] 13 -[2013-09-26 17:53:43] >13 -[2013-09-26 17:54:43] >>13 -[2013-09-26 17:55:43] >>13 -[2013-09-26 17:56:43] >>13 -[2013-09-26 17:57:43] >>13 -[2013-09-26 17:58:43] >>13 -[2013-09-26 17:59:35] 17 -[2013-09-26 17:59:36] 13 -[2013-09-26 17:59:38] >13 -[2013-09-26 18:00:38] >>13 -[2013-09-26 18:01:38] >>13 -[2013-09-26 18:02:38] >>13 -[2013-09-26 18:03:38] >>13 -[2013-09-26 18:04:38] >>13 -[2013-09-26 18:05:30] 17 -[2013-09-26 18:05:32] 13 -[2013-09-26 18:05:33] >13 -[2013-09-26 18:06:33] >>13 -[2013-09-26 18:07:33] >>13 -[2013-09-26 18:08:33] >>13 -[2013-09-26 18:09:34] >>13 -[2013-09-26 18:10:07] 11 -[2013-09-26 18:10:08] >11 -[2013-09-26 18:11:08] >>11 -[2013-09-26 18:11:16] 51 -[2013-09-26 18:11:18] >51 -[2013-09-26 18:11:22] 1 -[2013-09-26 18:11:24] >1 -[2013-09-26 18:12:01] 3 -[2013-09-26 18:12:03] >3 -[2013-09-26 18:12:04] 13 -[2013-09-26 18:12:05] >13 -[2013-09-26 18:12:24] 17 -[2013-09-26 18:12:25] 13 -[2013-09-26 18:12:27] >13 -[2013-09-26 18:13:27] >>13 -[2013-09-26 18:14:27] >>13 -[2013-09-26 18:15:27] >>13 -[2013-09-26 18:16:27] >>13 -[2013-09-26 18:17:27] >>13 -[2013-09-26 18:18:19] 17 -[2013-09-26 18:18:20] 13 -[2013-09-26 18:18:22] >13 -[2013-09-26 18:19:22] >>13 -[2013-09-26 18:20:22] >>13 -[2013-09-26 18:21:22] >>13 -[2013-09-26 18:22:22] >>13 -[2013-09-26 18:23:22] >>13 -[2013-09-26 18:24:14] 17 -[2013-09-26 18:24:15] 13 -[2013-09-26 18:24:16] >13 -[2013-09-26 18:25:16] >>13 -[2013-09-26 18:26:07] 11 -[2013-09-26 18:26:09] >11 -[2013-09-26 18:27:09] >>11 -[2013-09-26 18:28:09] >>11 -[2013-09-26 18:29:09] >>11 -[2013-09-26 18:30:00] 51 -[2013-09-26 18:30:01] >51 -[2013-09-26 18:30:06] 1 -[2013-09-26 18:30:07] >1 -[2013-09-26 18:31:07] >>1 -[2013-09-26 18:31:16] 21 -[2013-09-26 18:31:17] >21 -[2013-09-26 18:32:17] >>21 -[2013-09-26 18:33:17] >>21 -[2013-09-26 18:34:17] >>21 -[2013-09-26 18:35:18] >>21 -[2013-09-26 18:36:18] >>21 -[2013-09-26 18:36:43] 1 -[2013-09-26 18:36:45] >1 -[2013-09-26 18:36:47] 3 -[2013-09-26 18:36:49] >3 -[2013-09-26 18:36:50] 13 -[2013-09-26 18:36:52] >13 -[2013-09-26 18:37:10] 17 -[2013-09-26 18:37:11] 13 -[2013-09-26 18:37:13] >13 -[2013-09-26 18:37:54] 3 -[2013-09-26 18:37:55] >3 -[2013-09-26 18:37:56] 1 -[2013-09-26 18:37:57] 21 -[2013-09-26 18:37:58] >21 -[2013-09-26 18:38:30] 1 -[2013-09-26 18:38:32] >1 -[2013-09-26 18:38:37] 3 -[2013-09-26 18:38:38] >3 -[2013-09-26 18:38:41] 13 -[2013-09-26 18:38:43] >13 -[2013-09-26 18:38:55] 93 -[2013-09-26 18:38:57] >93 -[2013-09-26 18:39:10] 13 -[2013-09-26 18:39:11] >13 -[2013-09-26 18:39:12] 93 -[2013-09-26 18:39:13] 13 -[2013-09-26 18:39:15] >13 -[2013-09-26 18:39:16] 93 -[2013-09-26 18:39:18] >93 -[2013-09-26 18:39:18] 13 -[2013-09-26 18:39:20] >13 -[2013-09-26 18:39:21] 93 -[2013-09-26 18:39:23] 13 -[2013-09-26 18:39:24] >13 -[2013-09-26 18:39:25] 93 -[2013-09-26 18:39:27] >93 -[2013-09-26 18:39:28] 13 -[2013-09-26 18:39:29] 93 -[2013-09-26 18:39:30] >93 -[2013-09-26 18:39:31] 13 -[2013-09-26 18:39:33] >13 -[2013-09-26 18:40:32] >>13 -[2013-09-26 18:41:32] >>13 -[2013-09-26 18:42:33] >>13 -[2013-09-26 18:43:33] >>13 -[2013-09-26 18:43:53] 17 -[2013-09-26 18:43:55] 13 -[2013-09-26 18:43:56] >13 -[2013-09-26 18:44:56] >>13 -[2013-09-26 18:45:56] >>13 -[2013-09-26 18:46:56] >>13 -[2013-09-26 18:47:57] >>13 -[2013-09-26 18:48:57] >>13 -[2013-09-26 18:49:47] 17 -[2013-09-26 18:49:49] 13 -[2013-09-26 18:49:51] >13 -[2013-09-26 18:50:50] >>13 -[2013-09-26 18:51:51] >>13 -[2013-09-26 18:52:51] >>13 -[2013-09-26 18:53:51] >>13 -[2013-09-26 18:54:51] >>13 -[2013-09-26 18:55:42] 17 -[2013-09-26 18:55:44] 13 -[2013-09-26 18:55:46] >13 -[2013-09-26 18:56:45] >>13 -[2013-09-26 18:57:46] >>13 -[2013-09-26 18:58:46] >>13 -[2013-09-26 18:59:46] >>13 -[2013-09-26 19:00:46] >>13 -[2013-09-26 19:01:37] 17 -[2013-09-26 19:01:39] 13 -[2013-09-26 19:01:41] >13 -[2013-09-26 19:02:40] >>13 -[2013-09-26 19:03:40] >>13 -[2013-09-26 19:04:41] >>13 -[2013-09-26 19:05:41] >>13 -[2013-09-26 19:06:41] >>13 -[2013-09-26 19:07:33] 17 -[2013-09-26 19:07:34] 13 -[2013-09-26 19:07:36] >13 -[2013-09-26 19:08:36] >>13 -[2013-09-26 19:09:36] >>13 -[2013-09-26 19:10:00] 11 -[2013-09-26 19:10:01] >11 -[2013-09-26 19:10:17] 13 -[2013-09-26 19:10:18] >13 -[2013-09-26 19:11:13] 93 -[2013-09-26 19:11:14] 13 -[2013-09-26 19:11:16] >13 -[2013-09-26 19:11:16] 93 -[2013-09-26 19:11:18] >93 -[2013-09-26 19:11:19] 13 -[2013-09-26 19:11:20] >13 -[2013-09-26 19:11:25] 93 -[2013-09-26 19:11:27] >93 -[2013-09-26 19:11:27] 13 -[2013-09-26 19:11:29] >13 -[2013-09-26 19:11:34] 93 -[2013-09-26 19:11:36] >93 -[2013-09-26 19:11:37] 13 -[2013-09-26 19:11:38] >13 -[2013-09-26 19:11:41] 93 -[2013-09-26 19:11:43] >93 -[2013-09-26 19:11:45] 13 -[2013-09-26 19:11:46] >13 -[2013-09-26 19:12:46] >>13 -[2013-09-26 19:13:28] 17 -[2013-09-26 19:13:30] 13 -[2013-09-26 19:13:31] >13 -[2013-09-26 19:14:31] >>13 -[2013-09-26 19:15:31] >>13 -[2013-09-26 19:16:31] >>13 -[2013-09-26 19:17:32] >>13 -[2013-09-26 19:18:32] >>13 -[2013-09-26 19:19:23] 17 -[2013-09-26 19:19:25] 13 -[2013-09-26 19:19:26] >13 -[2013-09-26 19:20:26] >>13 -[2013-09-26 19:21:26] >>13 -[2013-09-26 19:22:26] >>13 -[2013-09-26 19:23:27] >>13 -[2013-09-26 19:24:27] >>13 -[2013-09-26 19:25:18] 17 -[2013-09-26 19:25:20] 13 -[2013-09-26 19:25:21] >13 -[2013-09-26 19:26:21] >>13 -[2013-09-26 19:27:21] >>13 -[2013-09-26 19:28:21] >>13 -[2013-09-26 19:29:21] >>13 -[2013-09-26 19:30:22] >>13 -[2013-09-26 19:31:12] 17 -[2013-09-26 19:31:14] 13 -[2013-09-26 19:31:16] >13 -[2013-09-26 19:32:15] >>13 -[2013-09-26 19:33:15] >>13 -[2013-09-26 19:34:16] >>13 -[2013-09-26 19:35:16] >>13 -[2013-09-26 19:36:16] >>13 -[2013-09-26 19:37:07] 17 -[2013-09-26 19:37:09] 13 -[2013-09-26 19:37:11] >13 -[2013-09-26 19:38:10] >>13 -[2013-09-26 19:39:10] >>13 -[2013-09-26 19:40:11] >>13 -[2013-09-26 19:41:11] >>13 -[2013-09-26 19:42:11] >>13 -[2013-09-26 19:43:03] 17 -[2013-09-26 19:43:04] 13 -[2013-09-26 19:43:06] >13 -[2013-09-26 19:44:06] >>13 -[2013-09-26 19:45:06] >>13 -[2013-09-26 19:46:06] >>13 -[2013-09-26 19:47:06] >>13 -[2013-09-26 19:48:07] >>13 -[2013-09-26 19:48:58] 17 -[2013-09-26 19:49:00] 13 -[2013-09-26 19:49:01] >13 -[2013-09-26 19:50:01] >>13 -[2013-09-26 19:51:01] >>13 -[2013-09-26 19:52:02] >>13 -[2013-09-26 19:53:02] >>13 -[2013-09-26 19:54:02] >>13 -[2013-09-26 19:54:53] 17 -[2013-09-26 19:54:55] 13 -[2013-09-26 19:54:56] >13 -[2013-09-26 19:55:56] >>13 -[2013-09-26 19:56:56] >>13 -[2013-09-26 19:57:56] >>13 -[2013-09-26 19:58:57] >>13 -[2013-09-26 19:59:57] >>13 -[2013-09-26 20:00:48] 17 -[2013-09-26 20:00:50] 13 -[2013-09-26 20:00:51] >13 -[2013-09-26 20:01:51] >>13 -[2013-09-26 20:02:51] >>13 -[2013-09-26 20:03:51] >>13 -[2013-09-26 20:04:52] >>13 -[2013-09-26 20:05:52] >>13 -[2013-09-26 20:06:43] 17 -[2013-09-26 20:06:44] 13 -[2013-09-26 20:06:46] >13 -[2013-09-26 20:07:45] >>13 -[2013-09-26 20:08:46] >>13 -[2013-09-26 20:09:46] >>13 -[2013-09-26 20:10:46] >>13 -[2013-09-26 20:11:46] >>13 -[2013-09-26 20:12:37] 17 -[2013-09-26 20:12:39] 13 -[2013-09-26 20:12:41] >13 -[2013-09-26 20:13:40] >>13 -[2013-09-26 20:14:41] >>13 -[2013-09-26 20:15:41] >>13 -[2013-09-26 20:16:41] >>13 -[2013-09-26 20:17:41] >>13 -[2013-09-26 20:18:33] 17 -[2013-09-26 20:18:35] 13 -[2013-09-26 20:18:36] >13 -[2013-09-26 20:19:36] >>13 -[2013-09-26 20:20:36] >>13 -[2013-09-26 20:21:36] >>13 -[2013-09-26 20:22:37] >>13 -[2013-09-26 20:23:37] >>13 -[2013-09-26 20:24:28] 17 -[2013-09-26 20:24:30] 13 -[2013-09-26 20:24:32] >13 -[2013-09-26 20:25:31] >>13 -[2013-09-26 20:26:32] >>13 -[2013-09-26 20:27:32] >>13 -[2013-09-26 20:28:32] >>13 -[2013-09-26 20:29:32] >>13 -[2013-09-26 20:30:23] 17 -[2013-09-26 20:30:25] 13 -[2013-09-26 20:30:27] >13 -[2013-09-26 20:31:26] >>13 -[2013-09-26 20:32:26] >>13 -[2013-09-26 20:33:27] >>13 -[2013-09-26 20:34:27] >>13 -[2013-09-26 20:35:27] >>13 -[2013-09-26 20:36:18] 17 -[2013-09-26 20:36:20] 13 -[2013-09-26 20:36:22] >13 -[2013-09-26 20:37:21] >>13 -[2013-09-26 20:38:21] >>13 -[2013-09-26 20:39:22] >>13 -[2013-09-26 20:40:22] >>13 -[2013-09-26 20:41:22] >>13 -[2013-09-26 20:42:13] 17 -[2013-09-26 20:42:14] 13 -[2013-09-26 20:42:16] >13 -[2013-09-26 20:43:16] >>13 -[2013-09-26 20:44:16] >>13 -[2013-09-26 20:45:16] >>13 -[2013-09-26 20:46:16] >>13 -[2013-09-26 20:47:17] >>13 -[2013-09-26 20:48:08] 17 -[2013-09-26 20:48:09] 13 -[2013-09-26 20:48:11] >13 -[2013-09-26 20:49:11] >>13 -[2013-09-26 20:50:11] >>13 -[2013-09-26 20:51:11] >>13 -[2013-09-26 20:52:11] >>13 -[2013-09-26 20:53:11] >>13 -[2013-09-26 20:54:03] 17 -[2013-09-26 20:54:05] 13 -[2013-09-26 20:54:06] >13 -[2013-09-26 20:55:06] >>13 -[2013-09-26 20:56:06] >>13 -[2013-09-26 20:57:07] >>13 -[2013-09-26 20:58:07] >>13 -[2013-09-26 20:59:07] >>13 -[2013-09-26 20:59:59] 17 -[2013-09-26 21:00:00] 13 -[2013-09-26 21:00:02] >13 -[2013-09-26 21:01:02] >>13 -[2013-09-26 21:02:02] >>13 -[2013-09-26 21:03:02] >>13 -[2013-09-26 21:04:02] >>13 -[2013-09-26 21:05:02] >>13 -[2013-09-26 21:05:54] 17 -[2013-09-26 21:05:55] 13 -[2013-09-26 21:05:57] >13 -[2013-09-26 21:06:30] 93 -[2013-09-26 21:06:32] >93 -[2013-09-26 21:06:34] 13 -[2013-09-26 21:06:35] >13 -[2013-09-26 21:06:47] 93 -[2013-09-26 21:06:49] >93 -[2013-09-26 21:06:51] 13 -[2013-09-26 21:06:53] >13 -[2013-09-26 21:07:08] 93 -[2013-09-26 21:07:09] >93 -[2013-09-26 21:07:11] 13 -[2013-09-26 21:07:12] >13 -[2013-09-26 21:07:22] 93 -[2013-09-26 21:07:24] >93 -[2013-09-26 21:07:24] 13 -[2013-09-26 21:07:26] >13 -[2013-09-26 21:07:36] 93 -[2013-09-26 21:07:38] >93 -[2013-09-26 21:07:40] 13 -[2013-09-26 21:07:41] >13 -[2013-09-26 21:07:45] 93 -[2013-09-26 21:07:46] >93 -[2013-09-26 21:07:50] 13 -[2013-09-26 21:07:51] >13 -[2013-09-26 21:07:55] 93 -[2013-09-26 21:07:57] >93 -[2013-09-26 21:08:01] 13 -[2013-09-26 21:08:03] >13 -[2013-09-26 21:08:06] 93 -[2013-09-26 21:08:07] >93 -[2013-09-26 21:08:10] 13 -[2013-09-26 21:08:12] >13 -[2013-09-26 21:08:15] 93 -[2013-09-26 21:08:16] 13 -[2013-09-26 21:08:18] >13 -[2013-09-26 21:09:18] >>13 -[2013-09-26 21:10:18] >>13 -[2013-09-26 21:11:18] >>13 -[2013-09-26 21:11:49] 17 -[2013-09-26 21:11:50] 13 -[2013-09-26 21:11:52] >13 -[2013-09-26 21:12:52] >>13 -[2013-09-26 21:13:52] >>13 -[2013-09-26 21:14:52] >>13 -[2013-09-26 21:15:52] >>13 -[2013-09-26 21:16:52] >>13 -[2013-09-26 21:17:43] 17 -[2013-09-26 21:17:45] 13 -[2013-09-26 21:17:46] >13 -[2013-09-26 21:18:46] >>13 -[2013-09-26 21:19:46] >>13 -[2013-09-26 21:20:46] >>13 -[2013-09-26 21:21:47] >>13 -[2013-09-26 21:22:47] >>13 -[2013-09-26 21:23:38] 17 -[2013-09-26 21:23:40] 13 -[2013-09-26 21:23:41] >13 -[2013-09-26 21:24:41] >>13 -[2013-09-26 21:25:41] >>13 -[2013-09-26 21:26:41] >>13 -[2013-09-26 21:27:42] >>13 -[2013-09-26 21:28:42] >>13 -[2013-09-26 21:29:34] 17 -[2013-09-26 21:29:35] 13 -[2013-09-26 21:29:37] >13 -[2013-09-26 21:30:36] >>13 -[2013-09-26 21:31:37] >>13 -[2013-09-26 21:32:37] >>13 -[2013-09-26 21:33:37] >>13 -[2013-09-26 21:34:37] >>13 -[2013-09-26 21:35:29] 17 -[2013-09-26 21:35:31] 13 -[2013-09-26 21:35:32] >13 -[2013-09-26 21:36:32] >>13 -[2013-09-26 21:37:32] >>13 -[2013-09-26 21:38:32] >>13 -[2013-09-26 21:39:33] >>13 -[2013-09-26 21:40:33] >>13 -[2013-09-26 21:41:24] 17 -[2013-09-26 21:41:26] 13 -[2013-09-26 21:41:27] >13 -[2013-09-26 21:42:27] >>13 -[2013-09-26 21:43:27] >>13 -[2013-09-26 21:44:27] >>13 -[2013-09-26 21:45:28] >>13 -[2013-09-26 21:46:28] >>13 -[2013-09-26 21:47:18] 17 -[2013-09-26 21:47:20] 13 -[2013-09-26 21:47:22] >13 -[2013-09-26 21:48:21] >>13 -[2013-09-26 21:49:22] >>13 -[2013-09-26 21:50:22] >>13 -[2013-09-26 21:51:22] >>13 -[2013-09-26 21:52:22] >>13 -[2013-09-26 21:53:13] 17 -[2013-09-26 21:53:15] 13 -[2013-09-26 21:53:17] >13 -[2013-09-26 21:54:16] >>13 -[2013-09-26 21:55:17] >>13 -[2013-09-26 21:56:17] >>13 -[2013-09-26 21:57:17] >>13 -[2013-09-26 21:58:17] >>13 -[2013-09-26 21:59:08] 17 -[2013-09-26 21:59:09] 13 -[2013-09-26 21:59:11] >13 -[2013-09-26 22:00:11] >>13 -[2013-09-26 22:01:11] >>13 -[2013-09-26 22:02:11] >>13 -[2013-09-26 22:03:11] >>13 -[2013-09-26 22:04:12] >>13 -[2013-09-26 22:05:04] 17 -[2013-09-26 22:05:05] 13 -[2013-09-26 22:05:07] >13 -[2013-09-26 22:06:07] >>13 -[2013-09-26 22:07:07] >>13 -[2013-09-26 22:08:07] >>13 -[2013-09-26 22:09:07] >>13 -[2013-09-26 22:10:08] >>13 -[2013-09-26 22:10:59] 17 -[2013-09-26 22:11:00] 13 -[2013-09-26 22:11:02] >13 -[2013-09-26 22:12:02] >>13 -[2013-09-26 22:13:02] >>13 -[2013-09-26 22:14:02] >>13 -[2013-09-26 22:15:02] >>13 -[2013-09-26 22:16:03] >>13 -[2013-09-26 22:16:54] 17 -[2013-09-26 22:16:56] 13 -[2013-09-26 22:16:58] >13 -[2013-09-26 22:17:57] >>13 -[2013-09-26 22:18:57] >>13 -[2013-09-26 22:19:58] >>13 -[2013-09-26 22:20:58] >>13 -[2013-09-26 22:21:58] >>13 -[2013-09-26 22:22:06] 11 -[2013-09-26 22:22:07] >11 -[2013-09-26 22:22:40] 51 -[2013-09-26 22:22:42] >51 -[2013-09-26 22:22:46] 1 -[2013-09-26 22:22:48] >1 -[2013-09-26 22:22:52] 3 -[2013-09-26 22:22:53] >3 -[2013-09-26 22:22:54] 13 -[2013-09-26 22:22:56] >13 -[2013-09-26 22:23:14] 17 -[2013-09-26 22:23:15] 13 -[2013-09-26 22:23:17] >13 -[2013-09-26 22:24:17] >>13 -[2013-09-26 22:25:17] >>13 -[2013-09-26 22:26:17] >>13 -[2013-09-26 22:27:17] >>13 -[2013-09-26 22:28:18] >>13 -[2013-09-26 22:29:09] 17 -[2013-09-26 22:29:10] 13 -[2013-09-26 22:29:12] >13 -[2013-09-26 22:30:12] >>13 -[2013-09-26 22:31:12] >>13 -[2013-09-26 22:32:12] >>13 -[2013-09-26 22:33:12] >>13 -[2013-09-26 22:33:41] 11 -[2013-09-26 22:33:43] >11 -[2013-09-26 22:34:19] 91 -[2013-09-26 22:34:21] >91 -[2013-09-26 22:34:23] 11 -[2013-09-26 22:34:25] >11 -[2013-09-26 22:34:32] 91 -[2013-09-26 22:34:33] >91 -[2013-09-26 22:34:35] 11 -[2013-09-26 22:34:36] >11 -[2013-09-26 22:34:45] 91 -[2013-09-26 22:34:47] >91 -[2013-09-26 22:34:51] 11 -[2013-09-26 22:34:53] >11 -[2013-09-26 22:34:57] 51 -[2013-09-26 22:34:59] >51 -[2013-09-26 22:35:02] D1 -[2013-09-26 22:35:04] 81 -[2013-09-26 22:35:05] 1 -[2013-09-26 22:35:06] >1 -[2013-09-26 22:35:11] 81 -[2013-09-26 22:35:13] 1 -[2013-09-26 22:35:15] >1 -[2013-09-26 22:35:16] 81 -[2013-09-26 22:35:17] >81 -[2013-09-26 22:35:18] 1 -[2013-09-26 22:35:20] >1 -[2013-09-26 22:35:22] 81 -[2013-09-26 22:35:23] >81 -[2013-09-26 22:35:25] 1 -[2013-09-26 22:35:27] >1 -[2013-09-26 22:35:31] 81 -[2013-09-26 22:35:33] >81 -[2013-09-26 22:35:39] 1 -[2013-09-26 22:35:41] >1 -[2013-09-26 22:35:49] 81 -[2013-09-26 22:35:50] >81 -[2013-09-26 22:35:51] 1 -[2013-09-26 22:35:53] >1 -[2013-09-26 22:36:08] 81 -[2013-09-26 22:36:09] >81 -[2013-09-26 22:36:11] 1 -[2013-09-26 22:36:13] >1 -[2013-09-26 22:36:35] 21 -[2013-09-26 22:36:37] >21 -[2013-09-26 22:37:37] >>21 -[2013-09-26 22:38:37] >>21 -[2013-09-26 22:39:37] >>21 -[2013-09-26 22:40:37] >>21 -[2013-09-26 22:41:29] 1 -[2013-09-26 22:41:30] >1 -[2013-09-26 22:41:33] 3 -[2013-09-26 22:41:35] >3 -[2013-09-26 22:41:37] 13 -[2013-09-26 22:41:39] >13 -[2013-09-26 22:41:57] 17 -[2013-09-26 22:41:59] 13 -[2013-09-26 22:42:00] >13 -[2013-09-26 22:43:00] >>13 -[2013-09-26 22:44:00] >>13 -[2013-09-26 22:45:00] >>13 -[2013-09-26 22:46:00] >>13 -[2013-09-26 22:47:01] >>13 -[2013-09-26 22:47:52] 17 -[2013-09-26 22:47:53] 13 -[2013-09-26 22:47:55] >13 -[2013-09-26 22:48:55] >>13 -[2013-09-26 22:49:55] >>13 -[2013-09-26 22:50:55] >>13 -[2013-09-26 22:51:55] >>13 -[2013-09-26 22:52:56] >>13 -[2013-09-26 22:53:46] 17 -[2013-09-26 22:53:48] 13 -[2013-09-26 22:53:50] >13 -[2013-09-26 22:54:49] >>13 -[2013-09-26 22:55:49] >>13 -[2013-09-26 22:56:50] >>13 -[2013-09-26 22:57:50] >>13 -[2013-09-26 22:58:50] >>13 -[2013-09-26 22:59:41] 17 -[2013-09-26 22:59:43] 13 -[2013-09-26 22:59:45] >13 -[2013-09-26 23:00:44] >>13 -[2013-09-26 23:01:44] >>13 -[2013-09-26 23:02:45] >>13 -[2013-09-26 23:03:45] >>13 -[2013-09-26 23:04:45] >>13 -[2013-09-26 23:05:36] 17 -[2013-09-26 23:05:38] 13 -[2013-09-26 23:05:40] >13 -[2013-09-26 23:06:39] >>13 -[2013-09-26 23:07:39] >>13 -[2013-09-26 23:08:40] >>13 -[2013-09-26 23:09:40] >>13 -[2013-09-26 23:10:40] >>13 -[2013-09-26 23:11:32] 17 -[2013-09-26 23:11:33] 13 -[2013-09-26 23:11:35] >13 -[2013-09-26 23:12:35] >>13 -[2013-09-26 23:13:35] >>13 -[2013-09-26 23:14:35] >>13 -[2013-09-26 23:15:35] >>13 -[2013-09-26 23:16:36] >>13 -[2013-09-26 23:17:27] 17 -[2013-09-26 23:17:28] 13 -[2013-09-26 23:17:30] >13 -[2013-09-26 23:18:30] >>13 -[2013-09-26 23:19:30] >>13 -[2013-09-26 23:20:30] >>13 -[2013-09-26 23:21:30] >>13 -[2013-09-26 23:22:30] >>13 -[2013-09-26 23:23:22] 17 -[2013-09-26 23:23:24] 13 -[2013-09-26 23:23:25] >13 -[2013-09-26 23:24:25] >>13 -[2013-09-26 23:25:25] >>13 -[2013-09-26 23:26:26] >>13 -[2013-09-26 23:27:26] >>13 -[2013-09-26 23:28:26] >>13 -[2013-09-26 23:29:17] 17 -[2013-09-26 23:29:18] 13 -[2013-09-26 23:29:20] >13 -[2013-09-26 23:30:20] >>13 -[2013-09-26 23:31:20] >>13 -[2013-09-26 23:32:20] >>13 -[2013-09-26 23:33:20] >>13 -[2013-09-26 23:34:20] >>13 -[2013-09-26 23:35:12] 17 -[2013-09-26 23:35:13] 13 -[2013-09-26 23:35:15] >13 -[2013-09-26 23:36:14] >>13 -[2013-09-26 23:37:15] >>13 -[2013-09-26 23:38:15] >>13 -[2013-09-26 23:39:15] >>13 -[2013-09-26 23:40:15] >>13 -[2013-09-26 23:41:06] 17 -[2013-09-26 23:41:08] 13 -[2013-09-26 23:41:09] >13 -[2013-09-26 23:42:09] >>13 -[2013-09-26 23:43:09] >>13 -[2013-09-26 23:44:09] >>13 -[2013-09-26 23:45:10] >>13 -[2013-09-26 23:46:10] >>13 -[2013-09-26 23:47:02] 17 -[2013-09-26 23:47:04] 13 -[2013-09-26 23:47:05] >13 -[2013-09-26 23:48:05] >>13 -[2013-09-26 23:49:05] >>13 -[2013-09-26 23:50:05] >>13 -[2013-09-26 23:51:06] >>13 -[2013-09-26 23:52:06] >>13 -[2013-09-26 23:52:57] 17 -[2013-09-26 23:52:59] 13 -[2013-09-26 23:53:00] >13 -[2013-09-26 23:54:00] >>13 -[2013-09-26 23:55:00] >>13 -[2013-09-26 23:56:00] >>13 -[2013-09-26 23:57:00] >>13 -[2013-09-26 23:58:01] >>13 -[2013-09-26 23:58:52] 17 -[2013-09-26 23:58:54] 13 -[2013-09-26 23:58:56] >13 -[2013-09-26 23:59:55] >>13 -[2013-09-27 00:00:55] >>13 -[2013-09-27 00:01:56] >>13 -[2013-09-27 00:02:56] >>13 -[2013-09-27 00:03:56] >>13 -[2013-09-27 00:04:01] 93 -[2013-09-27 00:04:02] >93 -[2013-09-27 00:04:05] 13 -[2013-09-27 00:04:07] >13 -[2013-09-27 00:04:20] 93 -[2013-09-27 00:04:22] >93 -[2013-09-27 00:04:25] 13 -[2013-09-27 00:04:26] >13 -[2013-09-27 00:04:42] 93 -[2013-09-27 00:04:43] >93 -[2013-09-27 00:04:47] 13 -[2013-09-27 00:04:49] >13 -[2013-09-27 00:04:50] 93 -[2013-09-27 00:04:51] 13 -[2013-09-27 00:04:52] >13 -[2013-09-27 00:05:02] 17 -[2013-09-27 00:05:03] 93 -[2013-09-27 00:05:05] >93 -[2013-09-27 00:05:14] 13 -[2013-09-27 00:05:16] >13 -[2013-09-27 00:05:20] 93 -[2013-09-27 00:05:22] >93 -[2013-09-27 00:05:34] 13 -[2013-09-27 00:05:36] >13 -[2013-09-27 00:06:28] 93 -[2013-09-27 00:06:30] >93 -[2013-09-27 00:06:30] 13 -[2013-09-27 00:06:32] >13 -[2013-09-27 00:07:32] >>13 -[2013-09-27 00:08:32] >>13 -[2013-09-27 00:09:32] >>13 -[2013-09-27 00:10:32] >>13 -[2013-09-27 00:10:57] 17 -[2013-09-27 00:10:58] 13 -[2013-09-27 00:11:00] >13 -[2013-09-27 00:12:00] >>13 -[2013-09-27 00:13:00] >>13 -[2013-09-27 00:14:00] >>13 -[2013-09-27 00:15:00] >>13 -[2013-09-27 00:16:01] >>13 -[2013-09-27 00:16:51] 17 -[2013-09-27 00:16:53] 13 -[2013-09-27 00:16:55] >13 -[2013-09-27 00:17:54] >>13 -[2013-09-27 00:18:54] >>13 -[2013-09-27 00:19:55] >>13 -[2013-09-27 00:20:55] >>13 -[2013-09-27 00:21:55] >>13 -[2013-09-27 00:22:47] 17 -[2013-09-27 00:22:48] 13 -[2013-09-27 00:22:50] >13 -[2013-09-27 00:23:50] >>13 -[2013-09-27 00:24:50] >>13 -[2013-09-27 00:25:50] >>13 -[2013-09-27 00:26:50] >>13 -[2013-09-27 00:27:51] >>13 -[2013-09-27 00:28:42] 17 -[2013-09-27 00:28:44] 13 -[2013-09-27 00:28:45] >13 -[2013-09-27 00:29:45] >>13 -[2013-09-27 00:30:45] >>13 -[2013-09-27 00:31:46] >>13 -[2013-09-27 00:32:46] >>13 -[2013-09-27 00:33:46] >>13 -[2013-09-27 00:34:37] 17 -[2013-09-27 00:34:39] 13 -[2013-09-27 00:34:40] >13 -[2013-09-27 00:35:40] >>13 -[2013-09-27 00:36:40] >>13 -[2013-09-27 00:37:41] >>13 -[2013-09-27 00:38:41] >>13 -[2013-09-27 00:39:41] >>13 -[2013-09-27 00:40:32] 17 -[2013-09-27 00:40:34] 13 -[2013-09-27 00:40:35] >13 -[2013-09-27 00:41:35] >>13 -[2013-09-27 00:42:35] >>13 -[2013-09-27 00:43:35] >>13 -[2013-09-27 00:44:36] >>13 -[2013-09-27 00:45:36] >>13 -[2013-09-27 00:46:27] 17 -[2013-09-27 00:46:28] 13 -[2013-09-27 00:46:30] >13 -[2013-09-27 00:47:29] >>13 -[2013-09-27 00:48:30] >>13 -[2013-09-27 00:49:30] >>13 -[2013-09-27 00:50:30] >>13 -[2013-09-27 00:51:30] >>13 -[2013-09-27 00:52:21] 17 -[2013-09-27 00:52:23] 13 -[2013-09-27 00:52:25] >13 -[2013-09-27 00:53:24] >>13 -[2013-09-27 00:54:25] >>13 -[2013-09-27 00:55:25] >>13 -[2013-09-27 00:56:25] >>13 -[2013-09-27 00:57:25] >>13 -[2013-09-27 00:58:17] 17 -[2013-09-27 00:58:19] 13 -[2013-09-27 00:58:20] >13 -[2013-09-27 00:59:20] >>13 -[2013-09-27 01:00:20] >>13 -[2013-09-27 01:01:20] >>13 -[2013-09-27 01:02:21] >>13 -[2013-09-27 01:03:21] >>13 -[2013-09-27 01:04:12] 17 -[2013-09-27 01:04:14] 13 -[2013-09-27 01:04:16] >13 -[2013-09-27 01:05:15] >>13 -[2013-09-27 01:06:16] >>13 -[2013-09-27 01:07:16] >>13 -[2013-09-27 01:08:16] >>13 -[2013-09-27 01:09:16] >>13 -[2013-09-27 01:10:08] 17 -[2013-09-27 01:10:09] 13 -[2013-09-27 01:10:11] >13 -[2013-09-27 01:11:10] >>13 -[2013-09-27 01:12:10] >>13 -[2013-09-27 01:13:11] >>13 -[2013-09-27 01:14:11] >>13 -[2013-09-27 01:15:11] >>13 -[2013-09-27 01:16:02] 17 -[2013-09-27 01:16:04] 13 -[2013-09-27 01:16:05] >13 -[2013-09-27 01:17:05] >>13 -[2013-09-27 01:18:05] >>13 -[2013-09-27 01:19:06] >>13 -[2013-09-27 01:20:06] >>13 -[2013-09-27 01:21:06] >>13 -[2013-09-27 01:21:57] 17 -[2013-09-27 01:21:59] 13 -[2013-09-27 01:22:00] >13 -[2013-09-27 01:23:00] >>13 -[2013-09-27 01:24:00] >>13 -[2013-09-27 01:25:01] >>13 -[2013-09-27 01:26:01] >>13 -[2013-09-27 01:27:01] >>13 -[2013-09-27 01:27:52] 17 -[2013-09-27 01:27:53] 13 -[2013-09-27 01:27:55] >13 -[2013-09-27 01:28:55] >>13 -[2013-09-27 01:29:55] >>13 -[2013-09-27 01:30:55] >>13 -[2013-09-27 01:31:19] 11 -[2013-09-27 01:31:20] >11 -[2013-09-27 01:32:20] >>11 -[2013-09-27 01:33:20] >>11 -[2013-09-27 01:33:38] 51 -[2013-09-27 01:33:40] >51 -[2013-09-27 01:33:44] 11 -[2013-09-27 01:33:46] 1 -[2013-09-27 01:33:48] >1 -[2013-09-27 01:34:04] 21 -[2013-09-27 01:34:05] >21 -[2013-09-27 01:35:05] >>21 -[2013-09-27 01:36:05] >>21 -[2013-09-27 01:37:05] >>21 -[2013-09-27 01:38:06] >>21 -[2013-09-27 01:39:03] 1 -[2013-09-27 01:39:05] >1 -[2013-09-27 01:39:09] 3 -[2013-09-27 01:39:11] >3 -[2013-09-27 01:39:12] 13 -[2013-09-27 01:39:14] >13 -[2013-09-27 01:39:32] 17 -[2013-09-27 01:39:34] 13 -[2013-09-27 01:39:35] >13 -[2013-09-27 01:40:35] >>13 -[2013-09-27 01:41:39] >>13 -[2013-09-27 01:42:39] >>13 -[2013-09-27 01:43:39] >>13 -[2013-09-27 01:44:39] >>13 -[2013-09-27 01:45:27] 17 -[2013-09-27 01:45:29] 13 -[2013-09-27 01:45:31] >13 -[2013-09-27 01:46:30] >>13 -[2013-09-27 01:47:31] >>13 -[2013-09-27 01:48:31] >>13 -[2013-09-27 01:49:31] >>13 -[2013-09-27 01:49:50] 93 -[2013-09-27 01:49:52] >93 -[2013-09-27 01:49:54] 13 -[2013-09-27 01:49:56] >13 -[2013-09-27 01:50:07] 93 -[2013-09-27 01:50:09] >93 -[2013-09-27 01:50:10] 13 -[2013-09-27 01:50:12] >13 -[2013-09-27 01:50:28] 93 -[2013-09-27 01:50:29] >93 -[2013-09-27 01:50:31] 13 -[2013-09-27 01:50:32] >13 -[2013-09-27 01:50:42] 93 -[2013-09-27 01:50:44] >93 -[2013-09-27 01:50:45] 13 -[2013-09-27 01:50:46] >13 -[2013-09-27 01:51:01] 93 -[2013-09-27 01:51:02] >93 -[2013-09-27 01:51:10] 13 -[2013-09-27 01:51:12] >13 -[2013-09-27 01:51:16] 93 -[2013-09-27 01:51:17] >93 -[2013-09-27 01:51:22] 97 -[2013-09-27 01:51:22] 17 -[2013-09-27 01:51:23] 13 -[2013-09-27 01:51:25] >13 -[2013-09-27 01:51:31] 93 -[2013-09-27 01:51:32] 13 -[2013-09-27 01:51:34] >13 -[2013-09-27 01:52:30] 93 -[2013-09-27 01:52:32] >93 -[2013-09-27 01:52:34] 13 -[2013-09-27 01:52:35] >13 -[2013-09-27 01:53:35] >>13 -[2013-09-27 01:54:35] >>13 -[2013-09-27 01:55:36] >>13 -[2013-09-27 01:56:36] >>13 -[2013-09-27 01:57:17] 17 -[2013-09-27 01:57:18] 13 -[2013-09-27 01:57:20] >13 -[2013-09-27 01:58:19] >>13 -[2013-09-27 01:59:20] >>13 -[2013-09-27 02:00:20] >>13 -[2013-09-27 02:01:20] >>13 -[2013-09-27 02:02:20] >>13 -[2013-09-27 02:03:11] 17 -[2013-09-27 02:03:13] 13 -[2013-09-27 02:03:15] >13 -[2013-09-27 02:04:14] >>13 -[2013-09-27 02:05:15] >>13 -[2013-09-27 02:06:15] >>13 -[2013-09-27 02:07:15] >>13 -[2013-09-27 02:08:15] >>13 -[2013-09-27 02:09:07] 17 -[2013-09-27 02:09:09] 13 -[2013-09-27 02:09:10] >13 -[2013-09-27 02:10:10] >>13 -[2013-09-27 02:11:10] >>13 -[2013-09-27 02:12:10] >>13 -[2013-09-27 02:13:10] >>13 -[2013-09-27 02:14:11] >>13 -[2013-09-27 02:15:02] 17 -[2013-09-27 02:15:04] 13 -[2013-09-27 02:15:06] >13 -[2013-09-27 02:16:05] >>13 -[2013-09-27 02:17:05] >>13 -[2013-09-27 02:18:06] >>13 -[2013-09-27 02:19:06] >>13 -[2013-09-27 02:20:06] >>13 -[2013-09-27 02:20:57] 17 -[2013-09-27 02:20:59] 13 -[2013-09-27 02:21:01] >13 -[2013-09-27 02:22:00] >>13 -[2013-09-27 02:23:00] >>13 -[2013-09-27 02:24:01] >>13 -[2013-09-27 02:25:01] >>13 -[2013-09-27 02:26:05] >>13 -[2013-09-27 02:26:52] 17 -[2013-09-27 02:26:54] 13 -[2013-09-27 02:26:55] >13 -[2013-09-27 02:27:55] >>13 -[2013-09-27 02:28:55] >>13 -[2013-09-27 02:29:55] >>13 -[2013-09-27 02:30:56] >>13 -[2013-09-27 02:31:56] >>13 -[2013-09-27 02:32:47] 17 -[2013-09-27 02:32:49] 13 -[2013-09-27 02:32:50] >13 -[2013-09-27 02:33:50] >>13 -[2013-09-27 02:34:50] >>13 -[2013-09-27 02:35:50] >>13 -[2013-09-27 02:36:51] >>13 -[2013-09-27 02:37:51] >>13 -[2013-09-27 02:38:42] 17 -[2013-09-27 02:38:43] 13 -[2013-09-27 02:38:45] >13 -[2013-09-27 02:39:44] >>13 -[2013-09-27 02:40:03] 93 -[2013-09-27 02:40:05] >93 -[2013-09-27 02:40:07] 13 -[2013-09-27 02:40:08] >13 -[2013-09-27 02:40:21] 93 -[2013-09-27 02:40:23] >93 -[2013-09-27 02:40:24] 13 -[2013-09-27 02:40:25] >13 -[2013-09-27 02:40:36] 93 -[2013-09-27 02:40:38] >93 -[2013-09-27 02:40:41] 13 -[2013-09-27 02:40:41] 93 -[2013-09-27 02:40:43] >93 -[2013-09-27 02:40:59] 13 -[2013-09-27 02:41:00] >13 -[2013-09-27 02:42:00] >>13 -[2013-09-27 02:43:00] >>13 -[2013-09-27 02:44:00] >>13 -[2013-09-27 02:44:37] 17 -[2013-09-27 02:44:39] 13 -[2013-09-27 02:44:40] >13 -[2013-09-27 02:45:40] >>13 -[2013-09-27 02:46:40] >>13 -[2013-09-27 02:47:40] >>13 -[2013-09-27 02:48:41] >>13 -[2013-09-27 02:49:41] >>13 -[2013-09-27 02:50:32] 17 -[2013-09-27 02:50:34] 13 -[2013-09-27 02:50:36] >13 -[2013-09-27 02:51:35] >>13 -[2013-09-27 02:52:36] >>13 -[2013-09-27 02:53:36] >>13 -[2013-09-27 02:54:36] >>13 -[2013-09-27 02:55:36] >>13 -[2013-09-27 02:56:27] 17 -[2013-09-27 02:56:29] 13 -[2013-09-27 02:56:31] >13 -[2013-09-27 02:57:30] >>13 -[2013-09-27 02:58:31] >>13 -[2013-09-27 02:59:31] >>13 -[2013-09-27 03:00:31] >>13 -[2013-09-27 03:01:31] >>13 -[2013-09-27 03:02:22] 17 -[2013-09-27 03:02:24] 13 -[2013-09-27 03:02:26] >13 -[2013-09-27 03:03:25] >>13 -[2013-09-27 03:04:26] >>13 -[2013-09-27 03:05:26] >>13 -[2013-09-27 03:06:26] >>13 -[2013-09-27 03:07:26] >>13 -[2013-09-27 03:08:17] 17 -[2013-09-27 03:08:18] 13 -[2013-09-27 03:08:20] >13 -[2013-09-27 03:09:20] >>13 -[2013-09-27 03:10:20] >>13 -[2013-09-27 03:11:20] >>13 -[2013-09-27 03:12:20] >>13 -[2013-09-27 03:13:02] 93 -[2013-09-27 03:13:04] >93 -[2013-09-27 03:13:06] 13 -[2013-09-27 03:13:07] >13 -[2013-09-27 03:13:12] 93 -[2013-09-27 03:13:14] >93 -[2013-09-27 03:13:15] 13 -[2013-09-27 03:13:17] >13 -[2013-09-27 03:13:28] 93 -[2013-09-27 03:13:29] >93 -[2013-09-27 03:13:30] 13 -[2013-09-27 03:13:31] >13 -[2013-09-27 03:14:12] 17 -[2013-09-27 03:14:14] 13 -[2013-09-27 03:14:15] >13 -[2013-09-27 03:15:15] >>13 -[2013-09-27 03:16:15] >>13 -[2013-09-27 03:17:15] >>13 -[2013-09-27 03:18:16] >>13 -[2013-09-27 03:19:16] >>13 -[2013-09-27 03:20:07] 17 -[2013-09-27 03:20:09] 13 -[2013-09-27 03:20:11] >13 -[2013-09-27 03:21:10] >>13 -[2013-09-27 03:22:11] >>13 -[2013-09-27 03:23:11] >>13 -[2013-09-27 03:24:11] >>13 -[2013-09-27 03:25:11] >>13 -[2013-09-27 03:26:03] 17 -[2013-09-27 03:26:04] 13 -[2013-09-27 03:26:06] >13 -[2013-09-27 03:27:06] >>13 -[2013-09-27 03:28:06] >>13 -[2013-09-27 03:29:06] >>13 -[2013-09-27 03:30:06] >>13 -[2013-09-27 03:31:06] >>13 -[2013-09-27 03:31:58] 17 -[2013-09-27 03:31:59] 13 -[2013-09-27 03:32:01] >13 -[2013-09-27 03:33:01] >>13 -[2013-09-27 03:34:01] >>13 -[2013-09-27 03:35:01] >>13 -[2013-09-27 03:36:01] >>13 -[2013-09-27 03:37:01] >>13 -[2013-09-27 03:37:53] 17 -[2013-09-27 03:37:54] 13 -[2013-09-27 03:37:56] >13 -[2013-09-27 03:38:56] >>13 -[2013-09-27 03:39:56] >>13 -[2013-09-27 03:40:56] >>13 -[2013-09-27 03:41:56] >>13 -[2013-09-27 03:42:56] >>13 -[2013-09-27 03:43:47] 17 -[2013-09-27 03:43:49] 13 -[2013-09-27 03:43:50] >13 -[2013-09-27 03:44:50] >>13 -[2013-09-27 03:45:50] >>13 -[2013-09-27 03:46:50] >>13 -[2013-09-27 03:47:51] >>13 -[2013-09-27 03:48:51] >>13 -[2013-09-27 03:49:42] 17 -[2013-09-27 03:49:44] 13 -[2013-09-27 03:49:45] >13 -[2013-09-27 03:50:45] >>13 -[2013-09-27 03:51:45] >>13 -[2013-09-27 03:52:45] >>13 -[2013-09-27 03:53:46] >>13 -[2013-09-27 03:54:46] >>13 -[2013-09-27 03:55:37] 17 -[2013-09-27 03:55:39] 13 -[2013-09-27 03:55:41] >13 -[2013-09-27 03:56:41] >>13 -[2013-09-27 03:57:41] >>13 -[2013-09-27 03:58:41] >>13 -[2013-09-27 03:59:41] >>13 -[2013-09-27 04:00:41] >>13 -[2013-09-27 04:01:33] 17 -[2013-09-27 04:01:35] 13 -[2013-09-27 04:01:36] >13 -[2013-09-27 04:02:36] >>13 -[2013-09-27 04:03:36] >>13 -[2013-09-27 04:04:36] >>13 -[2013-09-27 04:05:37] >>13 -[2013-09-27 04:06:37] >>13 -[2013-09-27 04:07:28] 17 -[2013-09-27 04:07:30] 13 -[2013-09-27 04:07:31] >13 -[2013-09-27 04:08:31] >>13 -[2013-09-27 04:09:31] >>13 -[2013-09-27 04:10:31] >>13 -[2013-09-27 04:11:31] >>13 -[2013-09-27 04:12:32] >>13 -[2013-09-27 04:13:23] 17 -[2013-09-27 04:13:24] 13 -[2013-09-27 04:13:26] >13 -[2013-09-27 04:14:26] >>13 -[2013-09-27 04:15:26] >>13 -[2013-09-27 04:16:26] >>13 -[2013-09-27 04:17:26] >>13 -[2013-09-27 04:18:27] >>13 -[2013-09-27 04:19:17] 17 -[2013-09-27 04:19:19] 13 -[2013-09-27 04:19:21] >13 -[2013-09-27 04:20:20] >>13 -[2013-09-27 04:21:20] >>13 -[2013-09-27 04:22:21] >>13 -[2013-09-27 04:23:21] >>13 -[2013-09-27 04:24:21] >>13 -[2013-09-27 04:25:12] 17 -[2013-09-27 04:25:14] 13 -[2013-09-27 04:25:15] >13 -[2013-09-27 04:26:15] >>13 -[2013-09-27 04:27:15] >>13 -[2013-09-27 04:28:16] >>13 -[2013-09-27 04:29:16] >>13 -[2013-09-27 04:30:16] >>13 -[2013-09-27 04:31:08] 17 -[2013-09-27 04:31:09] 13 -[2013-09-27 04:31:11] >13 -[2013-09-27 04:32:11] >>13 -[2013-09-27 04:33:11] >>13 -[2013-09-27 04:34:11] >>13 -[2013-09-27 04:35:13] >>13 -[2013-09-27 04:36:13] >>13 -[2013-09-27 04:37:03] 17 -[2013-09-27 04:37:05] 13 -[2013-09-27 04:37:06] >13 -[2013-09-27 04:38:06] >>13 -[2013-09-27 04:39:06] >>13 -[2013-09-27 04:40:07] >>13 -[2013-09-27 04:41:07] >>13 -[2013-09-27 04:42:07] >>13 -[2013-09-27 04:42:58] 17 -[2013-09-27 04:43:00] 13 -[2013-09-27 04:43:01] >13 -[2013-09-27 04:44:01] >>13 -[2013-09-27 04:44:46] 93 -[2013-09-27 04:44:48] >93 -[2013-09-27 04:44:52] 13 -[2013-09-27 04:44:54] >13 -[2013-09-27 04:45:16] 93 -[2013-09-27 04:45:18] 13 -[2013-09-27 04:45:20] >13 -[2013-09-27 04:45:23] 93 -[2013-09-27 04:45:25] >93 -[2013-09-27 04:45:26] 13 -[2013-09-27 04:45:28] >13 -[2013-09-27 04:45:32] 93 -[2013-09-27 04:45:34] >93 -[2013-09-27 04:45:46] 13 -[2013-09-27 04:45:48] >13 -[2013-09-27 04:45:50] 93 -[2013-09-27 04:45:52] >93 -[2013-09-27 04:46:17] 13 -[2013-09-27 04:46:18] >13 -[2013-09-27 04:46:21] 93 -[2013-09-27 04:46:23] >93 -[2013-09-27 04:46:28] 13 -[2013-09-27 04:46:30] >13 -[2013-09-27 04:46:30] 93 -[2013-09-27 04:46:32] >93 -[2013-09-27 04:46:42] 13 -[2013-09-27 04:46:44] >13 -[2013-09-27 04:46:45] 93 -[2013-09-27 04:46:47] >93 -[2013-09-27 04:46:48] 13 -[2013-09-27 04:46:50] >13 -[2013-09-27 04:46:51] 93 -[2013-09-27 04:46:52] 13 -[2013-09-27 04:46:53] 93 -[2013-09-27 04:46:55] >93 -[2013-09-27 04:47:04] 13 -[2013-09-27 04:47:04] 93 -[2013-09-27 04:47:06] 13 -[2013-09-27 04:47:07] >13 -[2013-09-27 04:48:07] >>13 -[2013-09-27 04:48:53] 17 -[2013-09-27 04:48:54] 13 -[2013-09-27 04:48:56] >13 -[2013-09-27 04:49:56] >>13 -[2013-09-27 04:50:56] >>13 -[2013-09-27 04:51:56] >>13 -[2013-09-27 04:52:56] >>13 -[2013-09-27 04:53:57] >>13 -[2013-09-27 04:54:48] 17 -[2013-09-27 04:54:49] 13 -[2013-09-27 04:54:51] >13 -[2013-09-27 04:55:51] >>13 -[2013-09-27 04:56:51] >>13 -[2013-09-27 04:57:51] >>13 -[2013-09-27 04:58:51] >>13 -[2013-09-27 04:59:51] >>13 -[2013-09-27 05:00:42] 17 -[2013-09-27 05:00:44] 13 -[2013-09-27 05:00:45] >13 -[2013-09-27 05:01:45] >>13 -[2013-09-27 05:02:45] >>13 -[2013-09-27 05:03:45] >>13 -[2013-09-27 05:04:46] >>13 -[2013-09-27 05:05:46] >>13 -[2013-09-27 05:06:46] >>13 -[2013-09-27 05:07:27] 11 -[2013-09-27 05:07:33] >11 -[2013-09-27 05:07:40] 51 -[2013-09-27 05:07:42] >51 -[2013-09-27 05:07:46] 1 -[2013-09-27 05:07:48] >1 -[2013-09-27 05:08:47] >>1 -[2013-09-27 05:09:48] >>1 -[2013-09-27 05:10:48] >>1 -[2013-09-27 05:11:48] >>1 -[2013-09-27 05:12:48] >>1 -[2013-09-27 05:13:14] 81 -[2013-09-27 05:13:15] >81 -[2013-09-27 05:14:15] >>81 -[2013-09-27 05:14:57] 1 -[2013-09-27 05:14:59] >1 -[2013-09-27 05:15:02] 81 -[2013-09-27 05:15:04] >81 -[2013-09-27 05:15:08] 1 -[2013-09-27 05:15:17] >1 -[2013-09-27 05:16:17] >>1 -[2013-09-27 05:17:17] >>1 -[2013-09-27 05:18:17] >>1 -[2013-09-27 05:19:17] >>1 -[2013-09-27 05:20:17] >>1 -[2013-09-27 05:21:18] >>1 -[2013-09-27 05:22:18] >>1 -[2013-09-27 05:23:18] >>1 -[2013-09-27 05:24:18] >>1 -[2013-09-27 05:25:19] >>1 -[2013-09-27 05:26:19] >>1 -[2013-09-27 05:27:19] >>1 -[2013-09-27 05:28:19] >>1 -[2013-09-27 05:29:19] >>1 -[2013-09-27 05:30:20] >>1 -[2013-09-27 05:31:20] >>1 -[2013-09-27 05:32:20] >>1 -[2013-09-27 05:33:20] >>1 -[2013-09-27 05:34:20] >>1 -[2013-09-27 05:35:21] >>1 -[2013-09-27 05:36:21] >>1 -[2013-09-27 05:37:21] >>1 -[2013-09-27 05:38:21] >>1 -[2013-09-27 05:39:21] >>1 -[2013-09-27 05:40:22] >>1 -[2013-09-27 05:41:22] >>1 -[2013-09-27 05:42:22] >>1 -[2013-09-27 05:43:22] >>1 -[2013-09-27 05:44:22] >>1 -[2013-09-27 05:45:23] >>1 -[2013-09-27 05:46:23] >>1 -[2013-09-27 05:47:23] >>1 -[2013-09-27 05:48:23] >>1 -[2013-09-27 05:49:24] >>1 -[2013-09-27 05:50:24] >>1 -[2013-09-27 05:51:24] >>1 -[2013-09-27 05:52:24] >>1 -[2013-09-27 05:53:24] >>1 -[2013-09-27 05:54:25] >>1 -[2013-09-27 05:55:25] >>1 -[2013-09-27 05:56:25] >>1 -[2013-09-27 05:57:25] >>1 -[2013-09-27 05:58:25] >>1 -[2013-09-27 05:59:26] >>1 -[2013-09-27 06:00:26] >>1 -[2013-09-27 06:01:26] >>1 -[2013-09-27 06:02:26] >>1 -[2013-09-27 06:03:26] >>1 -[2013-09-27 06:04:27] >>1 -[2013-09-27 06:05:27] >>1 -[2013-09-27 06:06:27] >>1 -[2013-09-27 06:07:27] >>1 -[2013-09-27 06:08:28] >>1 -[2013-09-27 06:09:28] >>1 -[2013-09-27 06:10:28] >>1 -[2013-09-27 06:10:59] 11 -[2013-09-27 06:11:00] 1 -[2013-09-27 06:11:02] >1 -[2013-09-27 06:11:04] 21 -[2013-09-27 06:11:06] >21 -[2013-09-27 06:12:06] >>21 -[2013-09-27 06:13:06] >>21 -[2013-09-27 06:14:06] >>21 -[2013-09-27 06:15:07] >>21 -[2013-09-27 06:16:07] >>21 -[2013-09-27 06:17:07] >>21 -[2013-09-27 06:18:07] >>21 -[2013-09-27 06:19:07] >>21 -[2013-09-27 06:20:08] >>21 -[2013-09-27 06:21:08] >>21 -[2013-09-27 06:22:09] >>21 -[2013-09-27 06:23:09] >>21 -[2013-09-27 06:24:09] >>21 -[2013-09-27 06:24:26] 1 -[2013-09-27 06:24:28] >1 -[2013-09-27 06:25:28] >>1 -[2013-09-27 06:26:21] 21 -[2013-09-27 06:26:23] >21 -[2013-09-27 06:27:22] >>21 -[2013-09-27 06:28:23] >>21 -[2013-09-27 06:29:23] >>21 -[2013-09-27 06:30:23] >>21 -[2013-09-27 06:31:23] >>21 -[2013-09-27 06:32:23] >>21 -[2013-09-27 06:33:24] >>21 -[2013-09-27 06:34:24] >>21 -[2013-09-27 06:35:24] >>21 -[2013-09-27 06:36:24] >>21 -[2013-09-27 06:36:28] 1 -[2013-09-27 06:36:30] >1 -[2013-09-27 06:36:42] 11 -[2013-09-27 06:36:43] 1 -[2013-09-27 06:36:45] 11 -[2013-09-27 06:36:45] 1 -[2013-09-27 06:36:46] 11 -[2013-09-27 06:36:47] >11 -[2013-09-27 06:37:47] >>11 -[2013-09-27 06:37:56] 1 -[2013-09-27 06:37:57] >1 -[2013-09-27 06:37:59] 11 -[2013-09-27 06:38:01] >11 -[2013-09-27 06:39:00] >>11 -[2013-09-27 06:39:38] 1 -[2013-09-27 06:39:40] >1 -[2013-09-27 06:39:47] 11 -[2013-09-27 06:39:49] >11 -[2013-09-27 06:40:49] >>11 -[2013-09-27 06:41:35] 1 -[2013-09-27 06:41:37] >1 -[2013-09-27 06:41:39] 11 -[2013-09-27 06:41:40] >11 -[2013-09-27 06:41:51] 1 -[2013-09-27 06:41:53] >1 -[2013-09-27 06:42:07] 11 -[2013-09-27 06:42:08] 1 -[2013-09-27 06:42:10] >1 -[2013-09-27 06:42:11] 11 -[2013-09-27 06:42:12] 1 -[2013-09-27 06:42:13] >1 -[2013-09-27 06:42:15] 11 -[2013-09-27 06:42:16] 1 -[2013-09-27 06:42:16] 11 -[2013-09-27 06:42:18] 1 -[2013-09-27 06:42:19] 11 -[2013-09-27 06:42:20] 1 -[2013-09-27 06:42:20] 11 -[2013-09-27 06:42:21] 1 -[2013-09-27 06:42:22] 11 -[2013-09-27 06:42:22] 1 -[2013-09-27 06:42:23] 11 -[2013-09-27 06:42:25] >11 -[2013-09-27 06:42:30] 1 -[2013-09-27 06:42:32] 11 -[2013-09-27 06:42:32] 1 -[2013-09-27 06:42:33] 11 -[2013-09-27 06:42:34] 1 -[2013-09-27 06:42:35] >1 -[2013-09-27 06:42:36] 11 -[2013-09-27 06:42:38] >11 -[2013-09-27 06:43:36] 1 -[2013-09-27 06:43:37] 11 -[2013-09-27 06:43:38] 1 -[2013-09-27 06:43:39] 11 -[2013-09-27 06:43:40] 1 -[2013-09-27 06:43:40] 11 -[2013-09-27 06:43:42] >11 -[2013-09-27 06:43:46] 1 -[2013-09-27 06:43:47] 11 -[2013-09-27 06:43:48] 1 -[2013-09-27 06:43:50] >1 -[2013-09-27 06:44:03] 11 -[2013-09-27 06:44:04] 1 -[2013-09-27 06:44:06] >1 -[2013-09-27 06:44:11] 11 -[2013-09-27 06:44:12] 1 -[2013-09-27 06:44:13] >1 -[2013-09-27 06:44:16] 11 -[2013-09-27 06:44:17] 1 -[2013-09-27 06:44:18] >1 -[2013-09-27 06:44:22] 11 -[2013-09-27 06:44:23] 1 -[2013-09-27 06:44:24] >1 -[2013-09-27 06:44:29] 11 -[2013-09-27 06:44:30] 1 -[2013-09-27 06:44:32] >1 -[2013-09-27 06:44:37] 11 -[2013-09-27 06:44:38] 1 -[2013-09-27 06:44:40] >1 -[2013-09-27 06:44:40] 11 -[2013-09-27 06:44:42] 1 -[2013-09-27 06:44:43] >1 -[2013-09-27 06:44:47] 11 -[2013-09-27 06:44:48] 1 -[2013-09-27 06:44:50] >1 -[2013-09-27 06:44:54] 11 -[2013-09-27 06:44:56] >11 -[2013-09-27 06:44:58] 1 -[2013-09-27 06:44:59] 11 -[2013-09-27 06:45:00] >11 -[2013-09-27 06:45:07] 1 -[2013-09-27 06:45:08] 11 -[2013-09-27 06:45:09] 1 -[2013-09-27 06:45:11] >1 -[2013-09-27 06:45:14] 11 -[2013-09-27 06:45:16] >11 -[2013-09-27 06:45:17] 1 -[2013-09-27 06:45:18] >1 -[2013-09-27 06:45:22] 11 -[2013-09-27 06:45:23] 1 -[2013-09-27 06:45:25] >1 -[2013-09-27 06:45:26] 11 -[2013-09-27 06:45:28] 1 -[2013-09-27 06:45:30] >1 -[2013-09-27 06:45:33] 11 -[2013-09-27 06:45:35] 1 -[2013-09-27 06:45:37] >1 -[2013-09-27 06:45:41] 11 -[2013-09-27 06:45:41] 1 -[2013-09-27 06:45:43] >1 -[2013-09-27 06:45:48] 11 -[2013-09-27 06:45:48] 1 -[2013-09-27 06:45:50] >1 -[2013-09-27 06:45:53] 11 -[2013-09-27 06:45:55] 1 -[2013-09-27 06:45:56] >1 -[2013-09-27 06:46:02] 11 -[2013-09-27 06:46:04] 1 -[2013-09-27 06:46:05] 11 -[2013-09-27 06:46:06] >11 -[2013-09-27 06:46:16] 1 -[2013-09-27 06:46:17] 11 -[2013-09-27 06:46:18] 1 -[2013-09-27 06:46:19] >1 -[2013-09-27 06:46:23] 11 -[2013-09-27 06:46:25] 1 -[2013-09-27 06:46:26] >1 -[2013-09-27 06:46:28] 11 -[2013-09-27 06:46:29] 1 -[2013-09-27 06:46:31] >1 -[2013-09-27 06:46:33] 11 -[2013-09-27 06:46:34] 1 -[2013-09-27 06:46:36] >1 -[2013-09-27 06:46:38] 11 -[2013-09-27 06:46:40] 1 -[2013-09-27 06:46:41] >1 -[2013-09-27 06:46:45] 11 -[2013-09-27 06:46:47] 1 -[2013-09-27 06:46:48] >1 -[2013-09-27 06:46:53] 11 -[2013-09-27 06:46:54] 1 -[2013-09-27 06:46:55] >1 -[2013-09-27 06:46:59] 11 -[2013-09-27 06:47:01] 1 -[2013-09-27 06:47:02] >1 -[2013-09-27 06:47:07] 11 -[2013-09-27 06:47:08] >11 -[2013-09-27 06:47:19] 1 -[2013-09-27 06:47:20] 11 -[2013-09-27 06:47:21] 1 -[2013-09-27 06:47:23] >1 -[2013-09-27 06:47:26] 11 -[2013-09-27 06:47:26] 1 -[2013-09-27 06:47:27] 11 -[2013-09-27 06:47:29] 1 -[2013-09-27 06:47:30] 11 -[2013-09-27 06:47:30] 1 -[2013-09-27 06:47:31] 11 -[2013-09-27 06:47:32] 1 -[2013-09-27 06:47:33] >1 -[2013-09-27 06:47:37] 11 -[2013-09-27 06:47:39] 1 -[2013-09-27 06:47:40] >1 -[2013-09-27 06:47:42] 11 -[2013-09-27 06:47:43] 1 -[2013-09-27 06:47:45] >1 -[2013-09-27 06:47:48] 11 -[2013-09-27 06:47:49] 1 -[2013-09-27 06:47:51] >1 -[2013-09-27 06:47:54] 11 -[2013-09-27 06:47:56] 1 -[2013-09-27 06:47:57] >1 -[2013-09-27 06:48:01] 11 -[2013-09-27 06:48:03] 1 -[2013-09-27 06:48:04] >1 -[2013-09-27 06:48:09] 11 -[2013-09-27 06:48:10] 1 -[2013-09-27 06:48:11] >1 -[2013-09-27 06:48:15] 11 -[2013-09-27 06:48:17] >11 -[2013-09-27 06:48:28] 1 -[2013-09-27 06:48:28] 11 -[2013-09-27 06:48:29] 1 -[2013-09-27 06:48:31] >1 -[2013-09-27 06:48:34] 11 -[2013-09-27 06:48:36] >11 -[2013-09-27 06:48:36] 1 -[2013-09-27 06:48:38] >1 -[2013-09-27 06:48:40] 11 -[2013-09-27 06:48:41] 1 -[2013-09-27 06:48:43] >1 -[2013-09-27 06:48:48] 11 -[2013-09-27 06:48:49] 1 -[2013-09-27 06:48:51] >1 -[2013-09-27 06:48:57] 11 -[2013-09-27 06:48:58] 1 -[2013-09-27 06:49:00] >1 -[2013-09-27 06:49:05] 11 -[2013-09-27 06:49:06] 1 -[2013-09-27 06:49:08] >1 -[2013-09-27 06:49:13] 11 -[2013-09-27 06:49:14] 1 -[2013-09-27 06:49:16] >1 -[2013-09-27 06:49:21] 11 -[2013-09-27 06:49:23] 1 -[2013-09-27 06:49:25] >1 -[2013-09-27 06:49:29] 11 -[2013-09-27 06:49:30] >11 -[2013-09-27 06:49:37] 1 -[2013-09-27 06:49:37] 11 -[2013-09-27 06:49:39] 1 -[2013-09-27 06:49:40] >1 -[2013-09-27 06:49:44] 11 -[2013-09-27 06:49:45] 1 -[2013-09-27 06:49:47] >1 -[2013-09-27 06:49:49] 11 -[2013-09-27 06:49:50] 1 -[2013-09-27 06:49:52] >1 -[2013-09-27 06:49:54] 11 -[2013-09-27 06:49:56] 1 -[2013-09-27 06:49:57] >1 -[2013-09-27 06:49:59] 11 -[2013-09-27 06:50:00] >11 -[2013-09-27 06:50:02] 1 -[2013-09-27 06:50:02] 11 -[2013-09-27 06:50:04] 1 -[2013-09-27 06:50:04] 11 -[2013-09-27 06:50:06] 1 -[2013-09-27 06:50:06] 11 -[2013-09-27 06:50:07] 1 -[2013-09-27 06:50:09] >1 -[2013-09-27 06:50:11] 11 -[2013-09-27 06:50:11] 1 -[2013-09-27 06:50:12] 11 -[2013-09-27 06:50:14] >11 -[2013-09-27 06:50:17] 1 -[2013-09-27 06:50:18] 11 -[2013-09-27 06:50:20] 1 -[2013-09-27 06:50:22] >1 -[2013-09-27 06:50:24] 11 -[2013-09-27 06:50:25] 1 -[2013-09-27 06:50:27] >1 -[2013-09-27 06:50:28] 11 -[2013-09-27 06:50:30] 1 -[2013-09-27 06:50:31] 11 -[2013-09-27 06:50:33] >11 -[2013-09-27 06:50:39] 1 -[2013-09-27 06:50:40] 11 -[2013-09-27 06:50:41] >11 -[2013-09-27 06:50:53] 1 -[2013-09-27 06:50:53] 11 -[2013-09-27 06:50:55] 1 -[2013-09-27 06:50:56] 11 -[2013-09-27 06:50:56] 1 -[2013-09-27 06:50:57] 11 -[2013-09-27 06:50:59] 1 -[2013-09-27 06:51:00] 11 -[2013-09-27 06:51:00] 1 -[2013-09-27 06:51:01] 11 -[2013-09-27 06:51:02] 1 -[2013-09-27 06:51:04] >1 -[2013-09-27 06:51:05] 11 -[2013-09-27 06:51:06] 1 -[2013-09-27 06:51:08] >1 -[2013-09-27 06:51:09] 11 -[2013-09-27 06:51:10] 1 -[2013-09-27 06:51:12] >1 -[2013-09-27 06:51:13] 11 -[2013-09-27 06:51:14] 1 -[2013-09-27 06:51:17] 11 -[2013-09-27 06:51:18] 1 -[2013-09-27 06:51:20] 11 -[2013-09-27 06:51:21] >11 -[2013-09-27 06:51:23] 1 -[2013-09-27 06:51:23] 11 -[2013-09-27 06:51:24] 1 -[2013-09-27 06:51:26] >1 -[2013-09-27 06:51:30] 11 -[2013-09-27 06:51:31] 1 -[2013-09-27 06:51:33] >1 -[2013-09-27 06:51:35] 11 -[2013-09-27 06:51:36] 1 -[2013-09-27 06:51:37] >1 -[2013-09-27 06:51:39] 11 -[2013-09-27 06:51:41] 1 -[2013-09-27 06:51:44] 11 -[2013-09-27 06:51:45] >11 -[2013-09-27 06:51:47] 1 -[2013-09-27 06:51:48] >1 -[2013-09-27 06:52:19] 11 -[2013-09-27 06:52:21] >11 -[2013-09-27 06:53:21] >>11 -[2013-09-27 06:54:21] >>11 -[2013-09-27 06:55:21] >>11 -[2013-09-27 06:55:36] 1 -[2013-09-27 06:55:37] >1 -[2013-09-27 06:56:19] 11 -[2013-09-27 06:56:21] >11 -[2013-09-27 06:56:22] 1 -[2013-09-27 06:56:23] 11 -[2013-09-27 06:56:25] 1 -[2013-09-27 06:56:26] >1 -[2013-09-27 06:56:29] 11 -[2013-09-27 06:56:30] 1 -[2013-09-27 06:56:30] 11 -[2013-09-27 06:56:31] 1 -[2013-09-27 06:56:33] 11 -[2013-09-27 06:56:33] 1 -[2013-09-27 06:56:34] 11 -[2013-09-27 06:56:35] 1 -[2013-09-27 06:56:37] >1 -[2013-09-27 06:56:39] 11 -[2013-09-27 06:56:41] >11 -[2013-09-27 06:56:43] 1 -[2013-09-27 06:56:44] 11 -[2013-09-27 06:56:44] 1 -[2013-09-27 06:56:46] >1 -[2013-09-27 06:56:48] 11 -[2013-09-27 06:56:50] >11 -[2013-09-27 06:56:52] 1 -[2013-09-27 06:56:53] 11 -[2013-09-27 06:56:53] 1 -[2013-09-27 06:56:55] >1 -[2013-09-27 06:56:58] 11 -[2013-09-27 06:57:05] 1 -[2013-09-27 06:57:07] 11 -[2013-09-27 06:57:09] >11 -[2013-09-27 06:57:10] 1 -[2013-09-27 06:57:14] >1 -[2013-09-27 06:57:16] 11 -[2013-09-27 06:57:17] >11 -[2013-09-27 06:57:18] 1 -[2013-09-27 06:57:20] 11 -[2013-09-27 06:57:21] 1 -[2013-09-27 06:57:23] >1 -[2013-09-27 06:57:25] 11 -[2013-09-27 06:57:27] >11 -[2013-09-27 06:57:31] 1 -[2013-09-27 06:57:31] 11 -[2013-09-27 06:57:32] 1 -[2013-09-27 06:57:34] >1 -[2013-09-27 06:57:39] 11 -[2013-09-27 06:57:40] >11 -[2013-09-27 06:57:41] 1 -[2013-09-27 06:57:43] >1 -[2013-09-27 06:57:48] 11 -[2013-09-27 06:57:50] >11 -[2013-09-27 06:57:51] 1 -[2013-09-27 06:57:52] >1 -[2013-09-27 06:57:56] 11 -[2013-09-27 06:57:57] 1 -[2013-09-27 06:57:59] >1 -[2013-09-27 06:58:03] 11 -[2013-09-27 06:58:05] 1 -[2013-09-27 06:58:07] >1 -[2013-09-27 06:58:09] 11 -[2013-09-27 06:58:10] 1 -[2013-09-27 06:58:12] >1 -[2013-09-27 06:58:14] 11 -[2013-09-27 06:58:15] 1 -[2013-09-27 06:58:16] >1 -[2013-09-27 06:58:18] 11 -[2013-09-27 06:58:19] >11 -[2013-09-27 06:58:20] 21 -[2013-09-27 06:58:22] >21 -[2013-09-27 06:58:24] 1 -[2013-09-27 06:58:25] 11 -[2013-09-27 06:58:27] >11 -[2013-09-27 06:58:27] 1 -[2013-09-27 06:58:28] 11 -[2013-09-27 06:58:29] 1 -[2013-09-27 06:58:30] >1 -[2013-09-27 06:58:33] 11 -[2013-09-27 06:58:35] 1 -[2013-09-27 06:58:37] 11 -[2013-09-27 06:58:37] 1 -[2013-09-27 06:58:39] >1 -[2013-09-27 06:58:42] 11 -[2013-09-27 06:58:43] 1 -[2013-09-27 06:58:45] >1 -[2013-09-27 06:58:48] 11 -[2013-09-27 06:58:49] 1 -[2013-09-27 06:58:50] >1 -[2013-09-27 06:58:52] 11 -[2013-09-27 06:58:54] 1 -[2013-09-27 06:58:55] >1 -[2013-09-27 06:58:58] 11 -[2013-09-27 06:58:59] 1 -[2013-09-27 06:59:01] >1 -[2013-09-27 06:59:03] 11 -[2013-09-27 06:59:05] 1 -[2013-09-27 06:59:07] >1 -[2013-09-27 06:59:08] 11 -[2013-09-27 06:59:09] 1 -[2013-09-27 06:59:10] 11 -[2013-09-27 06:59:12] >11 -[2013-09-27 06:59:13] 1 -[2013-09-27 06:59:14] >1 -[2013-09-27 06:59:17] 11 -[2013-09-27 06:59:19] 1 -[2013-09-27 06:59:21] >1 -[2013-09-27 06:59:24] 11 -[2013-09-27 06:59:25] 1 -[2013-09-27 06:59:27] >1 -[2013-09-27 06:59:29] 11 -[2013-09-27 06:59:31] 1 -[2013-09-27 06:59:33] >1 -[2013-09-27 06:59:35] 11 -[2013-09-27 06:59:37] 1 -[2013-09-27 06:59:38] >1 -[2013-09-27 06:59:40] 11 -[2013-09-27 06:59:42] 1 -[2013-09-27 06:59:43] >1 -[2013-09-27 06:59:48] 11 -[2013-09-27 06:59:50] 1 -[2013-09-27 06:59:51] 11 -[2013-09-27 06:59:53] >11 -[2013-09-27 06:59:53] 1 -[2013-09-27 06:59:54] 11 -[2013-09-27 06:59:55] 1 -[2013-09-27 06:59:56] >1 -[2013-09-27 07:00:00] 11 -[2013-09-27 07:00:02] 1 -[2013-09-27 07:00:03] >1 -[2013-09-27 07:00:07] 11 -[2013-09-27 07:00:08] 1 -[2013-09-27 07:00:10] >1 -[2013-09-27 07:00:21] 11 -[2013-09-27 07:00:23] 1 -[2013-09-27 07:00:25] >1 -[2013-09-27 07:00:32] 11 -[2013-09-27 07:00:33] 1 -[2013-09-27 07:00:35] >1 -[2013-09-27 07:00:39] 11 -[2013-09-27 07:00:41] 1 -[2013-09-27 07:00:43] >1 -[2013-09-27 07:00:45] 11 -[2013-09-27 07:00:47] 1 -[2013-09-27 07:00:48] >1 -[2013-09-27 07:00:51] 11 -[2013-09-27 07:00:52] 1 -[2013-09-27 07:00:53] >1 -[2013-09-27 07:00:55] 11 -[2013-09-27 07:00:57] 1 -[2013-09-27 07:00:58] >1 -[2013-09-27 07:01:03] 11 -[2013-09-27 07:01:04] 1 -[2013-09-27 07:01:04] 11 -[2013-09-27 07:01:05] 1 -[2013-09-27 07:01:07] >1 -[2013-09-27 07:01:09] 11 -[2013-09-27 07:01:10] 1 -[2013-09-27 07:01:11] 11 -[2013-09-27 07:01:12] 1 -[2013-09-27 07:01:13] 11 -[2013-09-27 07:01:13] 1 -[2013-09-27 07:01:15] >1 -[2013-09-27 07:01:17] 11 -[2013-09-27 07:01:19] 1 -[2013-09-27 07:01:20] >1 -[2013-09-27 07:01:21] 11 -[2013-09-27 07:01:22] 1 -[2013-09-27 07:01:24] >1 -[2013-09-27 07:01:26] 11 -[2013-09-27 07:01:27] 1 -[2013-09-27 07:01:29] >1 -[2013-09-27 07:01:30] 11 -[2013-09-27 07:01:31] 1 -[2013-09-27 07:01:33] >1 -[2013-09-27 07:01:36] 11 -[2013-09-27 07:01:37] >11 -[2013-09-27 07:01:38] 1 -[2013-09-27 07:01:40] >1 -[2013-09-27 07:01:42] 11 -[2013-09-27 07:01:43] 1 -[2013-09-27 07:01:45] >1 -[2013-09-27 07:01:47] 11 -[2013-09-27 07:01:48] 1 -[2013-09-27 07:01:49] >1 -[2013-09-27 07:01:51] 11 -[2013-09-27 07:01:52] 1 -[2013-09-27 07:01:54] >1 -[2013-09-27 07:01:55] 11 -[2013-09-27 07:01:57] 1 -[2013-09-27 07:01:58] >1 -[2013-09-27 07:02:01] 11 -[2013-09-27 07:02:03] 1 -[2013-09-27 07:02:04] >1 -[2013-09-27 07:02:05] 21 -[2013-09-27 07:02:07] >21 -[2013-09-27 07:03:06] >>21 -[2013-09-27 07:04:07] >>21 -[2013-09-27 07:04:10] 1 -[2013-09-27 07:04:12] >1 -[2013-09-27 07:04:12] 11 -[2013-09-27 07:04:13] 1 -[2013-09-27 07:04:14] 11 -[2013-09-27 07:04:15] 1 -[2013-09-27 07:04:16] 11 -[2013-09-27 07:04:17] 1 -[2013-09-27 07:04:19] 11 -[2013-09-27 07:04:19] 1 -[2013-09-27 07:04:20] 21 -[2013-09-27 07:04:22] 1 -[2013-09-27 07:04:23] >1 -[2013-09-27 07:04:27] 11 -[2013-09-27 07:04:28] 1 -[2013-09-27 07:04:30] >1 -[2013-09-27 07:04:33] 11 -[2013-09-27 07:04:35] 1 -[2013-09-27 07:04:36] >1 -[2013-09-27 07:04:43] 11 -[2013-09-27 07:04:45] 1 -[2013-09-27 07:04:47] >1 -[2013-09-27 07:04:54] 11 -[2013-09-27 07:04:55] >11 -[2013-09-27 07:04:57] 1 -[2013-09-27 07:04:59] >1 -[2013-09-27 07:05:03] 11 -[2013-09-27 07:05:04] 1 -[2013-09-27 07:05:06] >1 -[2013-09-27 07:05:11] 11 -[2013-09-27 07:05:12] 1 -[2013-09-27 07:05:14] >1 -[2013-09-27 07:05:18] 11 -[2013-09-27 07:05:19] 1 -[2013-09-27 07:05:20] >1 -[2013-09-27 07:05:22] 11 -[2013-09-27 07:05:23] 1 -[2013-09-27 07:05:25] >1 -[2013-09-27 07:05:28] 11 -[2013-09-27 07:05:30] 1 -[2013-09-27 07:05:32] >1 -[2013-09-27 07:05:34] 11 -[2013-09-27 07:05:35] 1 -[2013-09-27 07:05:36] 11 -[2013-09-27 07:05:36] 1 -[2013-09-27 07:05:37] 11 -[2013-09-27 07:05:38] 1 -[2013-09-27 07:05:39] 11 -[2013-09-27 07:05:40] >11 -[2013-09-27 07:05:41] 1 -[2013-09-27 07:05:42] 11 -[2013-09-27 07:05:43] 1 -[2013-09-27 07:05:44] 11 -[2013-09-27 07:05:45] 1 -[2013-09-27 07:05:47] >1 -[2013-09-27 07:05:48] 11 -[2013-09-27 07:05:49] 1 -[2013-09-27 07:05:50] 11 -[2013-09-27 07:05:51] 1 -[2013-09-27 07:05:52] >1 -[2013-09-27 07:05:55] 11 -[2013-09-27 07:05:56] >11 -[2013-09-27 07:05:57] 1 -[2013-09-27 07:05:59] 11 -[2013-09-27 07:06:00] >11 -[2013-09-27 07:06:01] 1 -[2013-09-27 07:06:02] 11 -[2013-09-27 07:06:02] 1 -[2013-09-27 07:06:04] 11 -[2013-09-27 07:06:05] 1 -[2013-09-27 07:06:06] >1 -[2013-09-27 07:06:09] 11 -[2013-09-27 07:06:11] 1 -[2013-09-27 07:06:13] >1 -[2013-09-27 07:06:16] 11 -[2013-09-27 07:06:18] 1 -[2013-09-27 07:06:19] >1 -[2013-09-27 07:06:28] 11 -[2013-09-27 07:06:29] 1 -[2013-09-27 07:06:31] >1 -[2013-09-27 07:06:35] 11 -[2013-09-27 07:06:36] 1 -[2013-09-27 07:06:38] >1 -[2013-09-27 07:06:40] 11 -[2013-09-27 07:06:41] 1 -[2013-09-27 07:06:43] >1 -[2013-09-27 07:06:44] 11 -[2013-09-27 07:06:45] 1 -[2013-09-27 07:06:47] >1 -[2013-09-27 07:06:50] 11 -[2013-09-27 07:06:50] 1 -[2013-09-27 07:06:52] >1 -[2013-09-27 07:06:54] 11 -[2013-09-27 07:06:56] >11 -[2013-09-27 07:06:58] 1 -[2013-09-27 07:06:59] 11 -[2013-09-27 07:07:01] 1 -[2013-09-27 07:07:02] >1 -[2013-09-27 07:07:08] 11 -[2013-09-27 07:07:09] 1 -[2013-09-27 07:07:10] 11 -[2013-09-27 07:07:12] >11 -[2013-09-27 07:07:12] 1 -[2013-09-27 07:07:13] 11 -[2013-09-27 07:07:15] >11 -[2013-09-27 07:07:16] 1 -[2013-09-27 07:07:17] 11 -[2013-09-27 07:07:18] 1 -[2013-09-27 07:07:20] >1 -[2013-09-27 07:07:20] 11 -[2013-09-27 07:07:21] 1 -[2013-09-27 07:07:22] >1 -[2013-09-27 07:07:24] 11 -[2013-09-27 07:07:25] 1 -[2013-09-27 07:07:27] >1 -[2013-09-27 07:07:29] 11 -[2013-09-27 07:07:30] 1 -[2013-09-27 07:07:32] >1 -[2013-09-27 07:07:34] 11 -[2013-09-27 07:07:36] 1 -[2013-09-27 07:07:37] >1 -[2013-09-27 07:07:39] 11 -[2013-09-27 07:07:39] 1 -[2013-09-27 07:07:40] 11 -[2013-09-27 07:07:41] 1 -[2013-09-27 07:07:42] >1 -[2013-09-27 07:07:45] 11 -[2013-09-27 07:07:47] >11 -[2013-09-27 07:07:47] 1 -[2013-09-27 07:07:48] 11 -[2013-09-27 07:07:50] >11 -[2013-09-27 07:07:51] 1 -[2013-09-27 07:07:52] 11 -[2013-09-27 07:07:52] 1 -[2013-09-27 07:07:54] >1 -[2013-09-27 07:07:57] 11 -[2013-09-27 07:07:59] 1 -[2013-09-27 07:08:01] >1 -[2013-09-27 07:08:05] 11 -[2013-09-27 07:08:07] 1 -[2013-09-27 07:08:08] >1 -[2013-09-27 07:08:13] 11 -[2013-09-27 07:08:14] 1 -[2013-09-27 07:08:16] >1 -[2013-09-27 07:08:19] 11 -[2013-09-27 07:08:21] 1 -[2013-09-27 07:08:22] >1 -[2013-09-27 07:08:24] 11 -[2013-09-27 07:08:26] 1 -[2013-09-27 07:08:27] >1 -[2013-09-27 07:08:29] 11 -[2013-09-27 07:08:30] 1 -[2013-09-27 07:08:32] >1 -[2013-09-27 07:08:34] 11 -[2013-09-27 07:08:35] 1 -[2013-09-27 07:08:36] >1 -[2013-09-27 07:08:39] 11 -[2013-09-27 07:08:40] 1 -[2013-09-27 07:08:42] >1 -[2013-09-27 07:08:45] 11 -[2013-09-27 07:08:46] 1 -[2013-09-27 07:08:47] 11 -[2013-09-27 07:08:48] 1 -[2013-09-27 07:08:49] 11 -[2013-09-27 07:08:50] 1 -[2013-09-27 07:08:51] >1 -[2013-09-27 07:08:54] 11 -[2013-09-27 07:08:56] 1 -[2013-09-27 07:08:58] >1 -[2013-09-27 07:08:59] 11 -[2013-09-27 07:09:01] 1 -[2013-09-27 07:09:03] >1 -[2013-09-27 07:09:04] 11 -[2013-09-27 07:09:06] >11 -[2013-09-27 07:09:06] 1 -[2013-09-27 07:09:08] >1 -[2013-09-27 07:09:10] 11 -[2013-09-27 07:09:11] 1 -[2013-09-27 07:09:13] >1 -[2013-09-27 07:09:15] 11 -[2013-09-27 07:09:16] >11 -[2013-09-27 07:09:17] 1 -[2013-09-27 07:09:17] 11 -[2013-09-27 07:09:19] 1 -[2013-09-27 07:09:20] 11 -[2013-09-27 07:09:21] 1 -[2013-09-27 07:09:22] >1 -[2013-09-27 07:09:23] 11 -[2013-09-27 07:09:24] 1 -[2013-09-27 07:09:26] >1 -[2013-09-27 07:09:28] 11 -[2013-09-27 07:09:29] 1 -[2013-09-27 07:09:30] >1 -[2013-09-27 07:09:32] 11 -[2013-09-27 07:09:34] 1 -[2013-09-27 07:09:35] >1 -[2013-09-27 07:09:37] 11 -[2013-09-27 07:09:38] 1 -[2013-09-27 07:09:40] >1 -[2013-09-27 07:09:43] 11 -[2013-09-27 07:09:44] 1 -[2013-09-27 07:09:45] >1 -[2013-09-27 07:09:50] 11 -[2013-09-27 07:09:51] >11 -[2013-09-27 07:09:52] 1 -[2013-09-27 07:09:54] 11 -[2013-09-27 07:09:55] 1 -[2013-09-27 07:09:56] >1 -[2013-09-27 07:09:59] 11 -[2013-09-27 07:10:00] 1 -[2013-09-27 07:10:01] 11 -[2013-09-27 07:10:02] 1 -[2013-09-27 07:10:03] 11 -[2013-09-27 07:10:05] 1 -[2013-09-27 07:10:05] 11 -[2013-09-27 07:10:07] >11 -[2013-09-27 07:10:08] 1 -[2013-09-27 07:10:09] 11 -[2013-09-27 07:10:10] 1 -[2013-09-27 07:10:12] >1 -[2013-09-27 07:10:14] 11 -[2013-09-27 07:10:15] 1 -[2013-09-27 07:10:17] >1 -[2013-09-27 07:10:18] 11 -[2013-09-27 07:10:20] 1 -[2013-09-27 07:10:21] >1 -[2013-09-27 07:10:23] 11 -[2013-09-27 07:10:25] 1 -[2013-09-27 07:10:27] >1 -[2013-09-27 07:10:31] 11 -[2013-09-27 07:10:32] 1 -[2013-09-27 07:10:34] >1 -[2013-09-27 07:10:36] 11 -[2013-09-27 07:10:37] 1 -[2013-09-27 07:10:39] >1 -[2013-09-27 07:10:43] 11 -[2013-09-27 07:10:44] 1 -[2013-09-27 07:10:45] 11 -[2013-09-27 07:10:46] 1 -[2013-09-27 07:10:48] >1 -[2013-09-27 07:10:49] 11 -[2013-09-27 07:10:50] 1 -[2013-09-27 07:10:52] >1 -[2013-09-27 07:10:53] 11 -[2013-09-27 07:10:54] 1 -[2013-09-27 07:10:55] >1 -[2013-09-27 07:10:58] 11 -[2013-09-27 07:10:59] 1 -[2013-09-27 07:11:00] >1 -[2013-09-27 07:11:02] 11 -[2013-09-27 07:11:03] 1 -[2013-09-27 07:11:04] >1 -[2013-09-27 07:11:07] 11 -[2013-09-27 07:11:08] 1 -[2013-09-27 07:11:09] >1 -[2013-09-27 07:11:11] 11 -[2013-09-27 07:11:12] 1 -[2013-09-27 07:11:14] >1 -[2013-09-27 07:11:16] 11 -[2013-09-27 07:11:17] 1 -[2013-09-27 07:11:18] >1 -[2013-09-27 07:11:21] 11 -[2013-09-27 07:11:22] >11 -[2013-09-27 07:11:24] 1 -[2013-09-27 07:11:25] 11 -[2013-09-27 07:11:26] 1 -[2013-09-27 07:11:27] >1 -[2013-09-27 07:11:29] 11 -[2013-09-27 07:11:31] 1 -[2013-09-27 07:11:32] >1 -[2013-09-27 07:11:33] 11 -[2013-09-27 07:11:35] 1 -[2013-09-27 07:11:37] >1 -[2013-09-27 07:11:39] 11 -[2013-09-27 07:11:41] 1 -[2013-09-27 07:11:42] >1 -[2013-09-27 07:11:44] 11 -[2013-09-27 07:11:45] 1 -[2013-09-27 07:11:47] >1 -[2013-09-27 07:11:49] 11 -[2013-09-27 07:11:50] 1 -[2013-09-27 07:11:51] >1 -[2013-09-27 07:11:56] 11 -[2013-09-27 07:11:57] 1 -[2013-09-27 07:11:59] >1 -[2013-09-27 07:12:03] 11 -[2013-09-27 07:12:03] 1 -[2013-09-27 07:12:04] 11 -[2013-09-27 07:12:06] 1 -[2013-09-27 07:12:07] 11 -[2013-09-27 07:12:07] 1 -[2013-09-27 07:12:09] >1 -[2013-09-27 07:12:10] 11 -[2013-09-27 07:12:11] 1 -[2013-09-27 07:12:13] >1 -[2013-09-27 07:12:14] 11 -[2013-09-27 07:12:16] 1 -[2013-09-27 07:12:17] >1 -[2013-09-27 07:12:18] 11 -[2013-09-27 07:12:19] 1 -[2013-09-27 07:12:21] >1 -[2013-09-27 07:12:22] 11 -[2013-09-27 07:12:23] 1 -[2013-09-27 07:12:24] >1 -[2013-09-27 07:12:27] 11 -[2013-09-27 07:12:28] 1 -[2013-09-27 07:12:30] >1 -[2013-09-27 07:12:32] 11 -[2013-09-27 07:12:33] 1 -[2013-09-27 07:12:34] >1 -[2013-09-27 07:12:36] 11 -[2013-09-27 07:12:37] 1 -[2013-09-27 07:12:39] >1 -[2013-09-27 07:12:41] 11 -[2013-09-27 07:12:42] 1 -[2013-09-27 07:12:43] 11 -[2013-09-27 07:12:44] 1 -[2013-09-27 07:12:44] 11 -[2013-09-27 07:12:45] 1 -[2013-09-27 07:12:47] >1 -[2013-09-27 07:12:49] 11 -[2013-09-27 07:12:50] 1 -[2013-09-27 07:12:52] >1 -[2013-09-27 07:12:53] 11 -[2013-09-27 07:12:54] 1 -[2013-09-27 07:12:55] >1 -[2013-09-27 07:12:57] 11 -[2013-09-27 07:12:58] 1 -[2013-09-27 07:12:59] >1 -[2013-09-27 07:13:01] 11 -[2013-09-27 07:13:02] 1 -[2013-09-27 07:13:04] >1 -[2013-09-27 07:13:05] 11 -[2013-09-27 07:13:06] 1 -[2013-09-27 07:13:08] >1 -[2013-09-27 07:13:11] 11 -[2013-09-27 07:13:12] 1 -[2013-09-27 07:13:13] >1 -[2013-09-27 07:13:16] 11 -[2013-09-27 07:13:18] >11 -[2013-09-27 07:13:20] 1 -[2013-09-27 07:13:21] >1 -[2013-09-27 07:13:23] 11 -[2013-09-27 07:13:24] 1 -[2013-09-27 07:13:26] >1 -[2013-09-27 07:13:27] 11 -[2013-09-27 07:13:28] 1 -[2013-09-27 07:13:29] >1 -[2013-09-27 07:13:31] 11 -[2013-09-27 07:13:33] 1 -[2013-09-27 07:13:34] >1 -[2013-09-27 07:13:35] 11 -[2013-09-27 07:13:35] 1 -[2013-09-27 07:13:36] 11 -[2013-09-27 07:13:37] 1 -[2013-09-27 07:13:38] >1 -[2013-09-27 07:13:40] 11 -[2013-09-27 07:13:41] 1 -[2013-09-27 07:13:42] >1 -[2013-09-27 07:13:44] 11 -[2013-09-27 07:13:45] 1 -[2013-09-27 07:13:47] >1 -[2013-09-27 07:13:48] 11 -[2013-09-27 07:13:50] 1 -[2013-09-27 07:13:52] >1 -[2013-09-27 07:13:53] 11 -[2013-09-27 07:13:55] 1 -[2013-09-27 07:13:55] 11 -[2013-09-27 07:13:57] 1 -[2013-09-27 07:13:58] >1 -[2013-09-27 07:14:00] 11 -[2013-09-27 07:14:01] 1 -[2013-09-27 07:14:03] >1 -[2013-09-27 07:14:04] 11 -[2013-09-27 07:14:05] 1 -[2013-09-27 07:14:06] >1 -[2013-09-27 07:14:08] 11 -[2013-09-27 07:14:09] 1 -[2013-09-27 07:14:11] >1 -[2013-09-27 07:14:12] 11 -[2013-09-27 07:14:14] 1 -[2013-09-27 07:14:15] >1 -[2013-09-27 07:14:17] 11 -[2013-09-27 07:14:18] 1 -[2013-09-27 07:14:20] >1 -[2013-09-27 07:14:21] 11 -[2013-09-27 07:14:22] 1 -[2013-09-27 07:14:24] >1 -[2013-09-27 07:14:26] 11 -[2013-09-27 07:14:27] 1 -[2013-09-27 07:14:28] >1 -[2013-09-27 07:14:33] 11 -[2013-09-27 07:14:34] 1 -[2013-09-27 07:14:35] 11 -[2013-09-27 07:14:36] 1 -[2013-09-27 07:14:38] >1 -[2013-09-27 07:14:40] 11 -[2013-09-27 07:14:42] 1 -[2013-09-27 07:14:44] >1 -[2013-09-27 07:14:46] 11 -[2013-09-27 07:14:46] 1 -[2013-09-27 07:14:48] >1 -[2013-09-27 07:14:52] 11 -[2013-09-27 07:14:52] 1 -[2013-09-27 07:14:54] >1 -[2013-09-27 07:14:57] 11 -[2013-09-27 07:14:58] 1 -[2013-09-27 07:15:00] >1 -[2013-09-27 07:15:02] 11 -[2013-09-27 07:15:04] 1 -[2013-09-27 07:15:05] >1 -[2013-09-27 07:15:08] 11 -[2013-09-27 07:15:09] 1 -[2013-09-27 07:15:11] >1 -[2013-09-27 07:15:13] 11 -[2013-09-27 07:15:14] 1 -[2013-09-27 07:15:15] >1 -[2013-09-27 07:15:20] 11 -[2013-09-27 07:15:21] 1 -[2013-09-27 07:15:22] >1 -[2013-09-27 07:15:25] 11 -[2013-09-27 07:15:27] 1 -[2013-09-27 07:15:27] 11 -[2013-09-27 07:15:29] 1 -[2013-09-27 07:15:31] >1 -[2013-09-27 07:15:32] 11 -[2013-09-27 07:15:33] 1 -[2013-09-27 07:15:35] >1 -[2013-09-27 07:15:37] 11 -[2013-09-27 07:15:38] 1 -[2013-09-27 07:15:39] >1 -[2013-09-27 07:15:41] 11 -[2013-09-27 07:15:42] 1 -[2013-09-27 07:15:44] >1 -[2013-09-27 07:15:45] 11 -[2013-09-27 07:15:47] 1 -[2013-09-27 07:15:49] >1 -[2013-09-27 07:15:50] 11 -[2013-09-27 07:15:52] 1 -[2013-09-27 07:15:54] >1 -[2013-09-27 07:15:56] 11 -[2013-09-27 07:15:57] 1 -[2013-09-27 07:15:58] >1 -[2013-09-27 07:16:01] 11 -[2013-09-27 07:16:02] 1 -[2013-09-27 07:16:03] >1 -[2013-09-27 07:16:06] 11 -[2013-09-27 07:16:07] 1 -[2013-09-27 07:16:08] 11 -[2013-09-27 07:16:09] 1 -[2013-09-27 07:16:11] >1 -[2013-09-27 07:16:14] 11 -[2013-09-27 07:16:15] 1 -[2013-09-27 07:16:16] >1 -[2013-09-27 07:16:20] 11 -[2013-09-27 07:16:21] 1 -[2013-09-27 07:16:22] >1 -[2013-09-27 07:16:25] 11 -[2013-09-27 07:16:26] 1 -[2013-09-27 07:16:28] >1 -[2013-09-27 07:16:31] 11 -[2013-09-27 07:16:33] 1 -[2013-09-27 07:16:34] >1 -[2013-09-27 07:16:37] 11 -[2013-09-27 07:16:39] 1 -[2013-09-27 07:16:40] >1 -[2013-09-27 07:16:44] 11 -[2013-09-27 07:16:45] 1 -[2013-09-27 07:16:47] >1 -[2013-09-27 07:16:49] 11 -[2013-09-27 07:16:50] 1 -[2013-09-27 07:16:52] >1 -[2013-09-27 07:16:56] 11 -[2013-09-27 07:16:56] 1 -[2013-09-27 07:16:58] >1 -[2013-09-27 07:17:02] 11 -[2013-09-27 07:17:03] 1 -[2013-09-27 07:17:05] 11 -[2013-09-27 07:17:05] 1 -[2013-09-27 07:17:06] 11 -[2013-09-27 07:17:09] 1 -[2013-09-27 07:17:09] 11 -[2013-09-27 07:17:10] 1 -[2013-09-27 07:17:12] >1 -[2013-09-27 07:17:15] 11 -[2013-09-27 07:17:16] 1 -[2013-09-27 07:17:16] 11 -[2013-09-27 07:17:18] 1 -[2013-09-27 07:17:19] 11 -[2013-09-27 07:17:19] 1 -[2013-09-27 07:17:21] >1 -[2013-09-27 07:17:24] 11 -[2013-09-27 07:17:25] 1 -[2013-09-27 07:17:26] >1 -[2013-09-27 07:17:29] 11 -[2013-09-27 07:17:30] 1 -[2013-09-27 07:17:32] >1 -[2013-09-27 07:17:34] 11 -[2013-09-27 07:17:36] 1 -[2013-09-27 07:17:37] >1 -[2013-09-27 07:17:40] 11 -[2013-09-27 07:17:41] 1 -[2013-09-27 07:17:46] 11 -[2013-09-27 07:17:47] 1 -[2013-09-27 07:17:48] >1 -[2013-09-27 07:17:50] 11 -[2013-09-27 07:17:52] 1 -[2013-09-27 07:17:54] >1 -[2013-09-27 07:17:56] 11 -[2013-09-27 07:17:57] 1 -[2013-09-27 07:17:59] >1 -[2013-09-27 07:18:01] 11 -[2013-09-27 07:18:03] 1 -[2013-09-27 07:18:04] 11 -[2013-09-27 07:18:05] 1 -[2013-09-27 07:18:05] 11 -[2013-09-27 07:18:06] 1 -[2013-09-27 07:18:07] >1 -[2013-09-27 07:18:09] 11 -[2013-09-27 07:18:11] >11 -[2013-09-27 07:18:11] 1 -[2013-09-27 07:18:13] >1 -[2013-09-27 07:18:41] 21 -[2013-09-27 07:18:42] >21 -[2013-09-27 07:19:42] >>21 -[2013-09-27 07:20:42] >>21 -[2013-09-27 07:21:42] >>21 -[2013-09-27 07:22:43] >>21 -[2013-09-27 07:23:43] >>21 -[2013-09-27 07:24:43] >>21 -[2013-09-27 07:25:43] >>21 -[2013-09-27 07:26:43] >>21 -[2013-09-27 07:27:44] >>21 -[2013-09-27 07:28:44] >>21 -[2013-09-27 07:29:44] >>21 -[2013-09-27 07:30:44] >>21 -[2013-09-27 07:31:44] >>21 -[2013-09-27 07:32:00] 1 -[2013-09-27 07:32:01] >1 -[2013-09-27 07:32:31] 11 -[2013-09-27 07:32:33] >11 -[2013-09-27 07:32:35] 1 -[2013-09-27 07:32:35] 11 -[2013-09-27 07:32:36] 1 -[2013-09-27 07:32:38] >1 -[2013-09-27 07:32:40] 11 -[2013-09-27 07:32:40] 1 -[2013-09-27 07:32:42] >1 -[2013-09-27 07:32:45] 11 -[2013-09-27 07:32:46] 1 -[2013-09-27 07:32:47] 11 -[2013-09-27 07:32:48] 1 -[2013-09-27 07:32:49] 11 -[2013-09-27 07:32:49] 1 -[2013-09-27 07:32:50] 11 -[2013-09-27 07:32:52] >11 -[2013-09-27 07:33:51] >>11 -[2013-09-27 07:34:07] 1 -[2013-09-27 07:34:09] >1 -[2013-09-27 07:34:17] 11 -[2013-09-27 07:34:17] 1 -[2013-09-27 07:34:19] >1 -[2013-09-27 07:34:35] 11 -[2013-09-27 07:34:37] >11 -[2013-09-27 07:34:51] 1 -[2013-09-27 07:34:53] 11 -[2013-09-27 07:34:54] 1 -[2013-09-27 07:34:55] >1 -[2013-09-27 07:35:14] 11 -[2013-09-27 07:35:16] >11 -[2013-09-27 07:35:18] 1 -[2013-09-27 07:35:19] 11 -[2013-09-27 07:35:20] 1 -[2013-09-27 07:35:21] 11 -[2013-09-27 07:35:21] 1 -[2013-09-27 07:35:23] >1 -[2013-09-27 07:35:26] 11 -[2013-09-27 07:35:27] 1 -[2013-09-27 07:35:29] >1 -[2013-09-27 07:35:31] 11 -[2013-09-27 07:35:33] 1 -[2013-09-27 07:35:34] 11 -[2013-09-27 07:35:34] 1 -[2013-09-27 07:35:35] 11 -[2013-09-27 07:35:36] 1 -[2013-09-27 07:35:37] >1 -[2013-09-27 07:35:38] 11 -[2013-09-27 07:35:40] >11 -[2013-09-27 07:35:40] 1 -[2013-09-27 07:35:41] 11 -[2013-09-27 07:35:42] 1 -[2013-09-27 07:35:44] >1 -[2013-09-27 07:35:47] 11 -[2013-09-27 07:35:48] 1 -[2013-09-27 07:35:50] 11 -[2013-09-27 07:35:51] 1 -[2013-09-27 07:35:51] 11 -[2013-09-27 07:35:52] 1 -[2013-09-27 07:35:54] >1 -[2013-09-27 07:35:58] 11 -[2013-09-27 07:35:59] 1 -[2013-09-27 07:36:00] >1 -[2013-09-27 07:36:08] 11 -[2013-09-27 07:36:09] >11 -[2013-09-27 07:36:12] 1 -[2013-09-27 07:36:14] 11 -[2013-09-27 07:36:14] 1 -[2013-09-27 07:36:16] >1 -[2013-09-27 07:36:18] 11 -[2013-09-27 07:36:20] 1 -[2013-09-27 07:36:20] 11 -[2013-09-27 07:36:21] 1 -[2013-09-27 07:36:22] >1 -[2013-09-27 07:36:26] 11 -[2013-09-27 07:36:27] 1 -[2013-09-27 07:36:27] 11 -[2013-09-27 07:36:29] >11 -[2013-09-27 07:36:33] 1 -[2013-09-27 07:36:34] >1 -[2013-09-27 07:36:37] 11 -[2013-09-27 07:36:39] 1 -[2013-09-27 07:36:40] >1 -[2013-09-27 07:36:42] 11 -[2013-09-27 07:36:43] >11 -[2013-09-27 07:36:47] 1 -[2013-09-27 07:36:48] 11 -[2013-09-27 07:36:49] 1 -[2013-09-27 07:36:50] >1 -[2013-09-27 07:36:52] 11 -[2013-09-27 07:36:53] 1 -[2013-09-27 07:36:55] >1 -[2013-09-27 07:36:57] 11 -[2013-09-27 07:36:59] >11 -[2013-09-27 07:37:02] 1 -[2013-09-27 07:37:04] 11 -[2013-09-27 07:37:04] 1 -[2013-09-27 07:37:06] >1 -[2013-09-27 07:37:08] 11 -[2013-09-27 07:37:09] 1 -[2013-09-27 07:37:10] 11 -[2013-09-27 07:37:11] 1 -[2013-09-27 07:37:12] >1 -[2013-09-27 07:37:15] 11 -[2013-09-27 07:37:16] 1 -[2013-09-27 07:37:18] >1 -[2013-09-27 07:37:54] 11 -[2013-09-27 07:37:55] >11 -[2013-09-27 07:37:57] 1 -[2013-09-27 07:37:58] 11 -[2013-09-27 07:38:00] 1 -[2013-09-27 07:38:02] >1 -[2013-09-27 07:38:05] 11 -[2013-09-27 07:38:06] 1 -[2013-09-27 07:38:08] >1 -[2013-09-27 07:38:10] 11 -[2013-09-27 07:38:11] 1 -[2013-09-27 07:38:12] >1 -[2013-09-27 07:38:13] 11 -[2013-09-27 07:38:14] 1 -[2013-09-27 07:38:16] >1 -[2013-09-27 07:38:16] 11 -[2013-09-27 07:38:18] 1 -[2013-09-27 07:38:20] 11 -[2013-09-27 07:38:21] >11 -[2013-09-27 07:38:23] 1 -[2013-09-27 07:38:25] >1 -[2013-09-27 07:38:28] 11 -[2013-09-27 07:38:28] 1 -[2013-09-27 07:38:30] >1 -[2013-09-27 07:38:31] 11 -[2013-09-27 07:38:32] 1 -[2013-09-27 07:38:34] >1 -[2013-09-27 07:38:36] 11 -[2013-09-27 07:38:37] >11 -[2013-09-27 07:38:38] 1 -[2013-09-27 07:38:39] 11 -[2013-09-27 07:38:40] 1 -[2013-09-27 07:38:40] 11 -[2013-09-27 07:38:42] >11 -[2013-09-27 07:38:43] 1 -[2013-09-27 07:38:44] >1 -[2013-09-27 07:38:45] 11 -[2013-09-27 07:38:45] 1 -[2013-09-27 07:38:47] >1 -[2013-09-27 07:38:48] 11 -[2013-09-27 07:38:50] >11 -[2013-09-27 07:38:50] 1 -[2013-09-27 07:38:51] 11 -[2013-09-27 07:38:52] 1 -[2013-09-27 07:38:53] 11 -[2013-09-27 07:38:54] 1 -[2013-09-27 07:38:55] >1 -[2013-09-27 07:38:57] 11 -[2013-09-27 07:38:58] 1 -[2013-09-27 07:38:59] >1 -[2013-09-27 07:39:00] 11 -[2013-09-27 07:39:02] 1 -[2013-09-27 07:39:03] >1 -[2013-09-27 07:39:04] 11 -[2013-09-27 07:39:06] >11 -[2013-09-27 07:39:06] 1 -[2013-09-27 07:39:07] 11 -[2013-09-27 07:39:08] 1 -[2013-09-27 07:39:10] >1 -[2013-09-27 07:39:11] 11 -[2013-09-27 07:39:12] 1 -[2013-09-27 07:39:14] >1 -[2013-09-27 07:39:15] 11 -[2013-09-27 07:39:16] 1 -[2013-09-27 07:39:17] >1 -[2013-09-27 07:39:19] 11 -[2013-09-27 07:39:21] >11 -[2013-09-27 07:39:22] 1 -[2013-09-27 07:39:24] >1 -[2013-09-27 07:39:51] 11 -[2013-09-27 07:39:51] 1 -[2013-09-27 07:39:53] >1 -[2013-09-27 07:39:54] 11 -[2013-09-27 07:39:55] >11 -[2013-09-27 07:40:05] 1 -[2013-09-27 07:40:06] >1 -[2013-09-27 07:40:07] 11 -[2013-09-27 07:40:09] >11 -[2013-09-27 07:40:11] 1 -[2013-09-27 07:40:11] 11 -[2013-09-27 07:40:13] 1 -[2013-09-27 07:40:13] 11 -[2013-09-27 07:40:15] >11 -[2013-09-27 07:40:16] 1 -[2013-09-27 07:40:16] 11 -[2013-09-27 07:40:17] 1 -[2013-09-27 07:40:18] 11 -[2013-09-27 07:40:19] 1 -[2013-09-27 07:40:20] 11 -[2013-09-27 07:40:21] 1 -[2013-09-27 07:40:23] >1 -[2013-09-27 07:40:32] 11 -[2013-09-27 07:40:33] 1 -[2013-09-27 07:40:35] >1 -[2013-09-27 07:40:36] 11 -[2013-09-27 07:40:37] >11 -[2013-09-27 07:40:45] 1 -[2013-09-27 07:40:47] >1 -[2013-09-27 07:41:32] 11 -[2013-09-27 07:41:34] >11 -[2013-09-27 07:41:35] 1 -[2013-09-27 07:41:35] 11 -[2013-09-27 07:41:36] 1 -[2013-09-27 07:41:38] >1 -[2013-09-27 07:41:39] 11 -[2013-09-27 07:41:40] 1 -[2013-09-27 07:41:41] >1 -[2013-09-27 07:42:28] 11 -[2013-09-27 07:42:30] >11 -[2013-09-27 07:42:30] 1 -[2013-09-27 07:42:32] >1 -[2013-09-27 07:43:32] >>1 -[2013-09-27 07:44:19] 11 -[2013-09-27 07:44:20] 1 -[2013-09-27 07:44:20] 11 -[2013-09-27 07:44:21] 1 -[2013-09-27 07:44:22] >1 -[2013-09-27 07:44:36] 21 -[2013-09-27 07:44:37] 1 -[2013-09-27 07:44:38] 21 -[2013-09-27 07:44:39] >21 -[2013-09-27 07:44:41] 1 -[2013-09-27 07:44:42] >1 -[2013-09-27 07:45:42] >>1 -[2013-09-27 07:45:45] 11 -[2013-09-27 07:45:46] 1 -[2013-09-27 07:45:47] 11 -[2013-09-27 07:45:49] >11 -[2013-09-27 07:45:50] 1 -[2013-09-27 07:45:51] >1 -[2013-09-27 07:45:53] 11 -[2013-09-27 07:45:54] 1 -[2013-09-27 07:45:56] >1 -[2013-09-27 07:45:56] 11 -[2013-09-27 07:45:57] 1 -[2013-09-27 07:45:58] 11 -[2013-09-27 07:45:59] 1 -[2013-09-27 07:46:00] 11 -[2013-09-27 07:46:01] >11 -[2013-09-27 07:46:02] 1 -[2013-09-27 07:46:04] >1 -[2013-09-27 07:46:05] 11 -[2013-09-27 07:46:06] 1 -[2013-09-27 07:46:07] >1 -[2013-09-27 07:46:19] 11 -[2013-09-27 07:46:21] 1 -[2013-09-27 07:46:23] >1 -[2013-09-27 07:47:01] 11 -[2013-09-27 07:47:03] >11 -[2013-09-27 07:47:07] 1 -[2013-09-27 07:47:08] >1 -[2013-09-27 07:47:18] 11 -[2013-09-27 07:47:19] >11 -[2013-09-27 07:47:31] 1 -[2013-09-27 07:47:33] >1 -[2013-09-27 07:47:40] 11 -[2013-09-27 07:47:42] >11 -[2013-09-27 07:47:42] 1 -[2013-09-27 07:47:43] 11 -[2013-09-27 07:47:44] 1 -[2013-09-27 07:47:46] 11 -[2013-09-27 07:47:48] >11 -[2013-09-27 07:47:48] 1 -[2013-09-27 07:47:49] 11 -[2013-09-27 07:47:51] >11 -[2013-09-27 07:47:51] 1 -[2013-09-27 07:47:53] >1 -[2013-09-27 07:47:54] 11 -[2013-09-27 07:47:55] 1 -[2013-09-27 07:47:56] >1 -[2013-09-27 07:47:59] 11 -[2013-09-27 07:47:59] 1 -[2013-09-27 07:48:01] >1 -[2013-09-27 07:48:08] 11 -[2013-09-27 07:48:10] 1 -[2013-09-27 07:48:11] >1 -[2013-09-27 07:48:38] 11 -[2013-09-27 07:48:40] 1 -[2013-09-27 07:48:41] 11 -[2013-09-27 07:48:42] 1 -[2013-09-27 07:48:44] 11 -[2013-09-27 07:48:46] >11 -[2013-09-27 07:48:47] 1 -[2013-09-27 07:48:49] >1 -[2013-09-27 07:48:50] 11 -[2013-09-27 07:48:52] 1 -[2013-09-27 07:48:53] >1 -[2013-09-27 07:48:58] 11 -[2013-09-27 07:48:59] 1 -[2013-09-27 07:49:00] 11 -[2013-09-27 07:49:01] >11 -[2013-09-27 07:49:02] 1 -[2013-09-27 07:49:04] >1 -[2013-09-27 07:49:07] 11 -[2013-09-27 07:49:08] 1 -[2013-09-27 07:49:09] 11 -[2013-09-27 07:49:10] 1 -[2013-09-27 07:49:11] 11 -[2013-09-27 07:49:12] >11 -[2013-09-27 07:49:14] 1 -[2013-09-27 07:49:15] 11 -[2013-09-27 07:49:16] 1 -[2013-09-27 07:49:17] >1 -[2013-09-27 07:49:22] 21 -[2013-09-27 07:49:24] >21 -[2013-09-27 07:49:31] 1 -[2013-09-27 07:49:32] 11 -[2013-09-27 07:49:34] 1 -[2013-09-27 07:49:35] >1 -[2013-09-27 07:49:42] 11 -[2013-09-27 07:49:43] 1 -[2013-09-27 07:49:44] >1 -[2013-09-27 07:50:00] 11 -[2013-09-27 07:50:01] 1 -[2013-09-27 07:50:01] 11 -[2013-09-27 07:50:03] >11 -[2013-09-27 07:50:08] 1 -[2013-09-27 07:50:08] 11 -[2013-09-27 07:50:10] 1 -[2013-09-27 07:50:11] >1 -[2013-09-27 07:50:12] 11 -[2013-09-27 07:50:13] 1 -[2013-09-27 07:50:15] >1 -[2013-09-27 07:50:25] 11 -[2013-09-27 07:50:26] >11 -[2013-09-27 07:50:35] 1 -[2013-09-27 07:50:37] >1 -[2013-09-27 07:50:45] 11 -[2013-09-27 07:50:47] 1 -[2013-09-27 07:50:48] 11 -[2013-09-27 07:50:49] >11 -[2013-09-27 07:50:52] 1 -[2013-09-27 07:50:53] 11 -[2013-09-27 07:50:54] 1 -[2013-09-27 07:50:56] >1 -[2013-09-27 07:51:04] 11 -[2013-09-27 07:51:05] >11 -[2013-09-27 07:51:06] 1 -[2013-09-27 07:51:07] 11 -[2013-09-27 07:51:09] >11 -[2013-09-27 07:51:09] 1 -[2013-09-27 07:51:11] >1 -[2013-09-27 07:51:11] 11 -[2013-09-27 07:51:12] 1 -[2013-09-27 07:51:14] >1 -[2013-09-27 07:51:21] 11 -[2013-09-27 07:51:22] 1 -[2013-09-27 07:51:24] >1 -[2013-09-27 07:51:36] 11 -[2013-09-27 07:51:37] 1 -[2013-09-27 07:51:38] >1 -[2013-09-27 07:51:41] 11 -[2013-09-27 07:51:42] 1 -[2013-09-27 07:51:43] >1 -[2013-09-27 07:51:46] 11 -[2013-09-27 07:51:47] 1 -[2013-09-27 07:51:48] >1 -[2013-09-27 07:51:51] 11 -[2013-09-27 07:51:52] 1 -[2013-09-27 07:51:54] >1 -[2013-09-27 07:52:05] 11 -[2013-09-27 07:52:06] 1 -[2013-09-27 07:52:07] 11 -[2013-09-27 07:52:09] >11 -[2013-09-27 07:52:09] 1 -[2013-09-27 07:52:11] 11 -[2013-09-27 07:52:11] 1 -[2013-09-27 07:52:13] >1 -[2013-09-27 07:52:17] 11 -[2013-09-27 07:52:18] 1 -[2013-09-27 07:52:20] >1 -[2013-09-27 07:52:55] 3 -[2013-09-27 07:52:57] >3 -[2013-09-27 07:53:00] 13 -[2013-09-27 07:53:01] >13 -[2013-09-27 07:53:08] 3 -[2013-09-27 07:53:09] >3 -[2013-09-27 07:53:11] 13 -[2013-09-27 07:53:12] 3 -[2013-09-27 07:53:14] >3 -[2013-09-27 07:53:28] 13 -[2013-09-27 07:53:30] >13 -[2013-09-27 07:53:45] 3 -[2013-09-27 07:53:46] >3 -[2013-09-27 07:53:47] 13 -[2013-09-27 07:53:48] >13 -[2013-09-27 07:53:52] 3 -[2013-09-27 07:53:53] >3 -[2013-09-27 07:54:02] 13 -[2013-09-27 07:54:04] >13 -[2013-09-27 07:54:05] 3 -[2013-09-27 07:54:06] 13 -[2013-09-27 07:54:08] >13 -[2013-09-27 07:54:09] 3 -[2013-09-27 07:54:11] >3 -[2013-09-27 07:55:11] >>3 -[2013-09-27 07:55:34] 13 -[2013-09-27 07:55:35] 3 -[2013-09-27 07:55:36] 13 -[2013-09-27 07:55:37] 3 -[2013-09-27 07:55:39] >3 -[2013-09-27 07:56:29] 13 -[2013-09-27 07:56:30] >13 -[2013-09-27 07:56:39] 3 -[2013-09-27 07:56:40] 13 -[2013-09-27 07:56:41] >13 -[2013-09-27 07:56:48] 3 -[2013-09-27 07:56:50] >3 -[2013-09-27 07:57:01] 13 -[2013-09-27 07:57:03] 17 -[2013-09-27 07:57:05] 13 -[2013-09-27 07:57:05] 3 -[2013-09-27 07:57:07] >3 -[2013-09-27 07:57:11] 13 -[2013-09-27 07:57:12] 3 -[2013-09-27 07:57:13] >3 -[2013-09-27 07:57:46] 1 -[2013-09-27 07:57:48] >1 -[2013-09-27 07:58:48] >>1 -[2013-09-27 07:58:48] 21 -[2013-09-27 07:58:50] >21 -[2013-09-27 07:59:50] >>21 -[2013-09-27 08:00:50] >>21 -[2013-09-27 08:01:50] >>21 -[2013-09-27 08:02:50] >>21 -[2013-09-27 08:03:51] >>21 -[2013-09-27 08:04:51] >>21 -[2013-09-27 08:05:51] >>21 -[2013-09-27 08:06:51] >>21 -[2013-09-27 08:07:52] >>21 -[2013-09-27 08:08:52] >>21 -[2013-09-27 08:09:52] >>21 -[2013-09-27 08:10:52] >>21 -[2013-09-27 08:11:52] >>21 -[2013-09-27 08:12:53] >>21 -[2013-09-27 08:13:53] >>21 -[2013-09-27 08:14:53] >>21 -[2013-09-27 08:15:53] >>21 -[2013-09-27 08:16:53] >>21 -[2013-09-27 08:17:54] >>21 -[2013-09-27 08:18:54] >>21 -[2013-09-27 08:19:54] >>21 -[2013-09-27 08:20:54] >>21 -[2013-09-27 08:21:54] >>21 -[2013-09-27 08:22:55] >>21 -[2013-09-27 08:23:55] >>21 -[2013-09-27 08:24:06] 1 -[2013-09-27 08:24:08] >1 -[2013-09-27 08:24:12] 3 -[2013-09-27 08:24:13] >3 -[2013-09-27 08:24:15] 13 -[2013-09-27 08:24:17] >13 -[2013-09-27 08:24:33] 17 -[2013-09-27 08:24:34] 13 -[2013-09-27 08:24:36] >13 -[2013-09-27 08:25:36] >>13 -[2013-09-27 08:26:36] >>13 -[2013-09-27 08:27:36] >>13 -[2013-09-27 08:28:36] >>13 -[2013-09-27 08:29:37] >>13 -[2013-09-27 08:29:45] 17 -[2013-09-27 08:29:46] 13 -[2013-09-27 08:29:48] >13 -[2013-09-27 08:30:48] >>13 -[2013-09-27 08:31:48] >>13 -[2013-09-27 08:32:48] >>13 -[2013-09-27 08:33:48] >>13 -[2013-09-27 08:33:49] 3 -[2013-09-27 08:33:51] >3 -[2013-09-27 08:34:14] 13 -[2013-09-27 08:34:16] >13 -[2013-09-27 08:35:00] 3 -[2013-09-27 08:35:02] >3 -[2013-09-27 08:35:41] 13 -[2013-09-27 08:35:43] >13 -[2013-09-27 08:36:03] 17 -[2013-09-27 08:36:05] 13 -[2013-09-27 08:36:07] >13 -[2013-09-27 08:37:06] >>13 -[2013-09-27 08:38:06] >>13 -[2013-09-27 08:39:07] >>13 -[2013-09-27 08:40:07] >>13 -[2013-09-27 08:40:38] 3 -[2013-09-27 08:40:39] >3 -[2013-09-27 08:41:39] >>3 -[2013-09-27 08:42:08] 1 -[2013-09-27 08:42:09] >1 -[2013-09-27 08:42:18] 11 -[2013-09-27 08:42:20] >11 -[2013-09-27 08:42:23] 1 -[2013-09-27 08:42:25] >1 -[2013-09-27 08:42:27] 11 -[2013-09-27 08:42:29] 1 -[2013-09-27 08:42:30] >1 -[2013-09-27 08:42:32] 11 -[2013-09-27 08:42:33] 1 -[2013-09-27 08:42:35] >1 -[2013-09-27 08:42:36] 11 -[2013-09-27 08:42:37] >11 -[2013-09-27 08:42:38] 1 -[2013-09-27 08:42:39] 11 -[2013-09-27 08:42:40] 1 -[2013-09-27 08:42:41] 11 -[2013-09-27 08:42:42] 1 -[2013-09-27 08:42:43] 11 -[2013-09-27 08:42:43] 1 -[2013-09-27 08:42:44] 11 -[2013-09-27 08:42:45] 1 -[2013-09-27 08:42:46] >1 -[2013-09-27 08:42:47] 11 -[2013-09-27 08:42:48] 1 -[2013-09-27 08:42:50] >1 -[2013-09-27 08:42:52] 11 -[2013-09-27 08:42:53] 1 -[2013-09-27 08:42:55] >1 -[2013-09-27 08:42:58] 11 -[2013-09-27 08:43:00] 1 -[2013-09-27 08:43:01] >1 -[2013-09-27 08:43:03] 11 -[2013-09-27 08:43:04] >11 -[2013-09-27 08:43:05] 1 -[2013-09-27 08:43:05] 11 -[2013-09-27 08:43:07] 1 -[2013-09-27 08:43:07] 11 -[2013-09-27 08:43:09] 1 -[2013-09-27 08:43:10] >1 -[2013-09-27 08:43:12] 11 -[2013-09-27 08:43:13] 1 -[2013-09-27 08:43:15] >1 -[2013-09-27 08:43:15] 11 -[2013-09-27 08:43:17] >11 -[2013-09-27 08:43:18] 1 -[2013-09-27 08:43:19] >1 -[2013-09-27 08:43:21] 11 -[2013-09-27 08:43:22] 1 -[2013-09-27 08:43:24] >1 -[2013-09-27 08:43:25] 11 -[2013-09-27 08:43:26] >11 -[2013-09-27 08:43:27] 1 -[2013-09-27 08:43:28] 11 -[2013-09-27 08:43:29] 1 -[2013-09-27 08:43:30] 11 -[2013-09-27 08:43:30] 1 -[2013-09-27 08:43:32] >1 -[2013-09-27 08:43:34] 11 -[2013-09-27 08:43:36] 1 -[2013-09-27 08:43:37] >1 -[2013-09-27 08:43:38] 11 -[2013-09-27 08:43:39] 1 -[2013-09-27 08:43:41] >1 -[2013-09-27 08:43:43] 11 -[2013-09-27 08:43:44] 1 -[2013-09-27 08:43:46] >1 -[2013-09-27 08:43:48] 11 -[2013-09-27 08:43:49] 1 -[2013-09-27 08:43:50] 11 -[2013-09-27 08:43:51] 1 -[2013-09-27 08:43:52] 11 -[2013-09-27 08:43:52] 1 -[2013-09-27 08:43:53] 11 -[2013-09-27 08:43:55] 1 -[2013-09-27 08:43:56] >1 -[2013-09-27 08:43:57] 11 -[2013-09-27 08:43:58] 1 -[2013-09-27 08:44:00] >1 -[2013-09-27 08:44:01] 11 -[2013-09-27 08:44:03] 1 -[2013-09-27 08:44:05] >1 -[2013-09-27 08:44:05] 11 -[2013-09-27 08:44:07] >11 -[2013-09-27 08:44:07] 1 -[2013-09-27 08:44:08] 11 -[2013-09-27 08:44:09] 1 -[2013-09-27 08:44:10] >1 -[2013-09-27 08:44:30] 11 -[2013-09-27 08:44:32] >11 -[2013-09-27 08:44:44] 1 -[2013-09-27 08:44:46] >1 -[2013-09-27 08:45:03] 11 -[2013-09-27 08:45:04] 1 -[2013-09-27 08:45:05] 11 -[2013-09-27 08:45:07] 1 -[2013-09-27 08:45:08] >1 -[2013-09-27 08:45:37] 3 -[2013-09-27 08:45:38] 13 -[2013-09-27 08:45:40] >13 -[2013-09-27 08:46:00] 17 -[2013-09-27 08:46:01] 13 -[2013-09-27 08:46:03] >13 -[2013-09-27 08:47:03] >>13 -[2013-09-27 08:48:03] >>13 -[2013-09-27 08:49:03] >>13 -[2013-09-27 08:50:03] >>13 -[2013-09-27 08:51:04] >>13 -[2013-09-27 08:51:12] 17 -[2013-09-27 08:51:13] 13 -[2013-09-27 08:51:15] >13 -[2013-09-27 08:52:15] >>13 -[2013-09-27 08:53:15] >>13 -[2013-09-27 08:54:15] >>13 -[2013-09-27 08:55:15] >>13 -[2013-09-27 08:56:15] >>13 -[2013-09-27 08:56:24] 17 -[2013-09-27 08:56:25] 13 -[2013-09-27 08:56:26] >13 -[2013-09-27 08:57:26] >>13 -[2013-09-27 08:58:26] >>13 -[2013-09-27 08:59:26] >>13 -[2013-09-27 09:00:26] >>13 -[2013-09-27 09:01:27] >>13 -[2013-09-27 09:01:36] 17 -[2013-09-27 09:01:37] 13 -[2013-09-27 09:01:38] >13 -[2013-09-27 09:02:38] >>13 -[2013-09-27 09:02:48] 93 -[2013-09-27 09:02:49] >93 -[2013-09-27 09:03:49] >>93 -[2013-09-27 09:04:36] 13 -[2013-09-27 09:04:38] >13 -[2013-09-27 09:04:45] 93 -[2013-09-27 09:04:46] >93 -[2013-09-27 09:04:53] 13 -[2013-09-27 09:04:54] 93 -[2013-09-27 09:04:56] >93 -[2013-09-27 09:05:43] 13 -[2013-09-27 09:05:43] 93 -[2013-09-27 09:05:45] >93 -[2013-09-27 09:05:49] 13 -[2013-09-27 09:05:51] >13 -[2013-09-27 09:06:50] 17 -[2013-09-27 09:06:51] 13 -[2013-09-27 09:06:53] >13 -[2013-09-27 09:07:53] >>13 -[2013-09-27 09:08:53] >>13 -[2013-09-27 09:09:53] >>13 -[2013-09-27 09:10:53] >>13 -[2013-09-27 09:11:53] >>13 -[2013-09-27 09:12:01] 17 -[2013-09-27 09:12:03] 13 -[2013-09-27 09:12:05] >13 -[2013-09-27 09:13:04] >>13 -[2013-09-27 09:14:04] >>13 -[2013-09-27 09:15:04] >>13 -[2013-09-27 09:16:05] >>13 -[2013-09-27 09:17:05] >>13 -[2013-09-27 09:17:12] 17 -[2013-09-27 09:17:14] 13 -[2013-09-27 09:17:15] >13 -[2013-09-27 09:18:15] >>13 -[2013-09-27 09:19:15] >>13 -[2013-09-27 09:20:15] >>13 -[2013-09-27 09:21:16] >>13 -[2013-09-27 09:22:16] >>13 -[2013-09-27 09:22:24] 17 -[2013-09-27 09:22:25] 13 -[2013-09-27 09:22:27] >13 -[2013-09-27 09:23:27] >>13 -[2013-09-27 09:24:27] >>13 -[2013-09-27 09:25:27] >>13 -[2013-09-27 09:26:27] >>13 -[2013-09-27 09:27:27] >>13 -[2013-09-27 09:27:36] 17 -[2013-09-27 09:27:37] 13 -[2013-09-27 09:27:39] >13 -[2013-09-27 09:28:39] >>13 -[2013-09-27 09:29:39] >>13 -[2013-09-27 09:30:07] 93 -[2013-09-27 09:30:08] >93 -[2013-09-27 09:30:33] 13 -[2013-09-27 09:30:33] 93 -[2013-09-27 09:30:35] >93 -[2013-09-27 09:31:34] >>93 -[2013-09-27 09:31:35] 13 -[2013-09-27 09:31:37] >13 -[2013-09-27 09:32:23] 3 -[2013-09-27 09:32:25] >3 -[2013-09-27 09:32:56] 13 -[2013-09-27 09:32:58] >13 -[2013-09-27 09:32:59] 3 -[2013-09-27 09:32:59] 13 -[2013-09-27 09:33:00] 3 -[2013-09-27 09:33:01] 13 -[2013-09-27 09:33:02] 3 -[2013-09-27 09:33:02] 13 -[2013-09-27 09:33:03] 3 -[2013-09-27 09:33:04] 13 -[2013-09-27 09:33:05] 3 -[2013-09-27 09:33:06] >3 -[2013-09-27 09:33:12] 13 -[2013-09-27 09:33:13] 3 -[2013-09-27 09:33:15] 13 -[2013-09-27 09:33:16] 3 -[2013-09-27 09:33:17] >3 -[2013-09-27 09:33:21] 13 -[2013-09-27 09:33:22] 3 -[2013-09-27 09:33:23] 13 -[2013-09-27 09:33:24] >13 -[2013-09-27 09:33:25] 3 -[2013-09-27 09:33:26] 13 -[2013-09-27 09:33:27] 3 -[2013-09-27 09:33:28] 13 -[2013-09-27 09:33:29] 3 -[2013-09-27 09:33:31] >3 -[2013-09-27 09:33:33] 13 -[2013-09-27 09:33:35] >13 -[2013-09-27 09:33:37] 3 -[2013-09-27 09:33:37] 13 -[2013-09-27 09:33:38] 3 -[2013-09-27 09:33:39] 13 -[2013-09-27 09:33:40] 3 -[2013-09-27 09:33:41] >3 -[2013-09-27 09:33:44] 13 -[2013-09-27 09:33:46] >13 -[2013-09-27 09:33:47] 3 -[2013-09-27 09:33:47] 13 -[2013-09-27 09:33:48] 3 -[2013-09-27 09:33:49] 13 -[2013-09-27 09:33:50] 3 -[2013-09-27 09:33:51] 13 -[2013-09-27 09:33:52] 3 -[2013-09-27 09:33:54] >3 -[2013-09-27 09:33:59] 13 -[2013-09-27 09:34:00] >13 -[2013-09-27 09:34:03] 3 -[2013-09-27 09:34:04] 13 -[2013-09-27 09:34:06] 3 -[2013-09-27 09:34:07] 13 -[2013-09-27 09:34:08] 3 -[2013-09-27 09:34:09] >3 -[2013-09-27 09:34:10] 13 -[2013-09-27 09:34:11] 3 -[2013-09-27 09:34:12] 13 -[2013-09-27 09:34:12] 3 -[2013-09-27 09:34:14] >3 -[2013-09-27 09:34:17] 13 -[2013-09-27 09:34:18] 3 -[2013-09-27 09:34:18] 13 -[2013-09-27 09:34:19] 3 -[2013-09-27 09:34:21] >3 -[2013-09-27 09:34:41] 13 -[2013-09-27 09:34:43] >13 -[2013-09-27 09:34:44] 3 -[2013-09-27 09:34:46] >3 -[2013-09-27 09:34:47] 13 -[2013-09-27 09:34:48] >13 -[2013-09-27 09:34:49] 3 -[2013-09-27 09:34:51] >3 -[2013-09-27 09:34:51] 13 -[2013-09-27 09:34:53] >13 -[2013-09-27 09:34:54] 3 -[2013-09-27 09:34:55] 13 -[2013-09-27 09:34:57] >13 -[2013-09-27 09:34:58] 3 -[2013-09-27 09:34:59] >3 -[2013-09-27 09:35:01] 13 -[2013-09-27 09:35:02] >13 -[2013-09-27 09:35:04] 3 -[2013-09-27 09:35:05] >3 -[2013-09-27 09:35:34] 13 -[2013-09-27 09:35:36] 3 -[2013-09-27 09:35:36] 13 -[2013-09-27 09:35:37] 3 -[2013-09-27 09:35:39] 13 -[2013-09-27 09:35:41] 3 -[2013-09-27 09:35:43] 13 -[2013-09-27 09:35:44] 3 -[2013-09-27 09:35:46] >3 -[2013-09-27 09:35:48] 13 -[2013-09-27 09:35:49] 3 -[2013-09-27 09:35:51] >3 -[2013-09-27 09:35:53] 13 -[2013-09-27 09:35:54] 3 -[2013-09-27 09:35:55] 13 -[2013-09-27 09:35:56] 3 -[2013-09-27 09:35:57] 13 -[2013-09-27 09:35:58] 3 -[2013-09-27 09:35:58] 13 -[2013-09-27 09:35:59] 3 -[2013-09-27 09:36:00] 13 -[2013-09-27 09:36:01] 3 -[2013-09-27 09:36:02] 13 -[2013-09-27 09:36:04] 3 -[2013-09-27 09:36:05] >3 -[2013-09-27 09:36:07] 13 -[2013-09-27 09:36:08] 3 -[2013-09-27 09:36:09] 13 -[2013-09-27 09:36:10] 3 -[2013-09-27 09:36:10] 13 -[2013-09-27 09:36:12] 3 -[2013-09-27 09:36:13] 13 -[2013-09-27 09:36:14] 3 -[2013-09-27 09:36:16] >3 -[2013-09-27 09:36:17] 13 -[2013-09-27 09:36:18] 3 -[2013-09-27 09:36:18] 13 -[2013-09-27 09:36:19] 3 -[2013-09-27 09:36:20] 13 -[2013-09-27 09:36:21] 3 -[2013-09-27 09:36:21] 13 -[2013-09-27 09:36:22] 3 -[2013-09-27 09:36:23] 13 -[2013-09-27 09:36:24] >13 -[2013-09-27 09:36:25] 3 -[2013-09-27 09:36:25] 13 -[2013-09-27 09:36:26] 3 -[2013-09-27 09:36:27] 13 -[2013-09-27 09:36:28] 3 -[2013-09-27 09:36:29] >3 -[2013-09-27 09:36:30] 13 -[2013-09-27 09:36:31] 3 -[2013-09-27 09:36:32] 13 -[2013-09-27 09:36:33] 3 -[2013-09-27 09:36:34] 13 -[2013-09-27 09:36:36] 3 -[2013-09-27 09:36:36] 13 -[2013-09-27 09:36:37] 3 -[2013-09-27 09:36:39] >3 -[2013-09-27 09:36:40] 13 -[2013-09-27 09:36:41] 3 -[2013-09-27 09:36:42] 13 -[2013-09-27 09:36:42] 3 -[2013-09-27 09:36:44] >3 -[2013-09-27 09:37:06] 13 -[2013-09-27 09:37:07] >13 -[2013-09-27 09:37:09] 3 -[2013-09-27 09:37:09] 13 -[2013-09-27 09:37:11] >13 -[2013-09-27 09:37:12] 3 -[2013-09-27 09:37:14] >3 -[2013-09-27 09:37:15] 13 -[2013-09-27 09:37:16] >13 -[2013-09-27 09:37:17] 3 -[2013-09-27 09:37:19] >3 -[2013-09-27 09:37:33] 13 -[2013-09-27 09:37:35] >13 -[2013-09-27 09:37:36] 3 -[2013-09-27 09:37:38] 13 -[2013-09-27 09:37:39] 3 -[2013-09-27 09:37:41] >3 -[2013-09-27 09:37:48] 13 -[2013-09-27 09:37:49] 3 -[2013-09-27 09:37:51] >3 -[2013-09-27 09:38:51] >>3 -[2013-09-27 09:39:03] 13 -[2013-09-27 09:39:04] >13 -[2013-09-27 09:39:25] 3 -[2013-09-27 09:39:27] >3 -[2013-09-27 09:40:05] 13 -[2013-09-27 09:40:06] >13 -[2013-09-27 09:40:27] 17 -[2013-09-27 09:40:28] 13 -[2013-09-27 09:40:30] >13 -[2013-09-27 09:41:30] >>13 -[2013-09-27 09:42:30] >>13 -[2013-09-27 09:43:30] >>13 -[2013-09-27 09:44:30] >>13 -[2013-09-27 09:45:30] >>13 -[2013-09-27 09:45:38] 17 -[2013-09-27 09:45:39] 13 -[2013-09-27 09:45:41] >13 -[2013-09-27 09:46:41] >>13 -[2013-09-27 09:46:58] 93 -[2013-09-27 09:46:59] >93 -[2013-09-27 09:47:00] 13 -[2013-09-27 09:47:02] >13 -[2013-09-27 09:47:11] 93 -[2013-09-27 09:47:12] >93 -[2013-09-27 09:47:13] 13 -[2013-09-27 09:47:14] >13 -[2013-09-27 09:48:14] >>13 -[2013-09-27 09:49:14] >>13 -[2013-09-27 09:50:14] >>13 -[2013-09-27 09:50:49] 17 -[2013-09-27 09:50:51] 13 -[2013-09-27 09:50:52] >13 -[2013-09-27 09:51:52] >>13 -[2013-09-27 09:52:52] >>13 -[2013-09-27 09:53:52] >>13 -[2013-09-27 09:54:29] 93 -[2013-09-27 09:54:30] >93 -[2013-09-27 09:54:39] 13 -[2013-09-27 09:54:41] >13 -[2013-09-27 09:55:40] >>13 -[2013-09-27 09:56:04] 17 -[2013-09-27 09:56:06] 13 -[2013-09-27 09:56:07] >13 -[2013-09-27 09:57:07] >>13 -[2013-09-27 09:57:24] 93 -[2013-09-27 09:57:26] >93 -[2013-09-27 09:57:27] 13 -[2013-09-27 09:57:28] >13 -[2013-09-27 09:58:28] >>13 -[2013-09-27 09:59:28] >>13 -[2013-09-27 10:00:28] >>13 -[2013-09-27 10:01:15] 17 -[2013-09-27 10:01:17] 13 -[2013-09-27 10:01:18] >13 -[2013-09-27 10:02:18] >>13 -[2013-09-27 10:03:18] >>13 -[2013-09-27 10:04:18] >>13 -[2013-09-27 10:04:47] 93 -[2013-09-27 10:04:48] >93 -[2013-09-27 10:04:49] 13 -[2013-09-27 10:04:51] >13 -[2013-09-27 10:05:50] >>13 -[2013-09-27 10:06:27] 17 -[2013-09-27 10:06:28] 13 -[2013-09-27 10:06:30] >13 -[2013-09-27 10:06:31] 11 -[2013-09-27 10:06:33] >11 -[2013-09-27 10:06:46] 13 -[2013-09-27 10:06:47] >13 -[2013-09-27 10:07:47] >>13 -[2013-09-27 10:08:47] >>13 -[2013-09-27 10:09:47] >>13 -[2013-09-27 10:10:47] >>13 -[2013-09-27 10:11:38] 17 -[2013-09-27 10:11:40] 13 -[2013-09-27 10:11:42] >13 -[2013-09-27 10:12:41] >>13 -[2013-09-27 10:13:41] >>13 -[2013-09-27 10:14:27] 11 -[2013-09-27 10:14:29] >11 -[2013-09-27 10:15:29] >>11 -[2013-09-27 10:16:29] >>11 -[2013-09-27 10:16:41] 51 -[2013-09-27 10:16:43] >51 -[2013-09-27 10:16:47] 1 -[2013-09-27 10:16:49] >1 -[2013-09-27 10:17:49] >>1 -[2013-09-27 10:18:49] >>1 -[2013-09-27 10:19:49] >>1 -[2013-09-27 10:20:49] >>1 -[2013-09-27 10:21:49] >>1 -[2013-09-27 10:22:49] >>1 -[2013-09-27 10:23:49] >>1 -[2013-09-27 10:24:50] >>1 -[2013-09-27 10:25:50] >>1 -[2013-09-27 10:26:50] >>1 -[2013-09-27 10:27:50] >>1 -[2013-09-27 10:27:54] 21 -[2013-09-27 10:27:55] >21 -[2013-09-27 10:28:55] >>21 -[2013-09-27 10:29:55] >>21 -[2013-09-27 10:30:55] >>21 -[2013-09-27 10:31:55] >>21 -[2013-09-27 10:32:55] >>21 -[2013-09-27 10:33:55] >>21 -[2013-09-27 10:34:56] >>21 -[2013-09-27 10:35:56] >>21 -[2013-09-27 10:36:56] >>21 -[2013-09-27 10:37:56] >>21 -[2013-09-27 10:38:56] >>21 -[2013-09-27 10:39:56] >>21 -[2013-09-27 10:40:56] >>21 -[2013-09-27 10:41:57] >>21 -[2013-09-27 10:42:57] >>21 -[2013-09-27 10:43:57] >>21 -[2013-09-27 10:44:57] >>21 -[2013-09-27 10:45:57] >>21 -[2013-09-27 10:46:57] >>21 -[2013-09-27 10:47:57] >>21 -[2013-09-27 10:48:57] >>21 -[2013-09-27 10:49:58] >>21 -[2013-09-27 10:50:58] >>21 -[2013-09-27 10:51:58] >>21 -[2013-09-27 10:52:58] >>21 -[2013-09-27 10:53:58] >>21 -[2013-09-27 10:54:58] >>21 -[2013-09-27 10:55:58] >>21 -[2013-09-27 10:56:59] >>21 -[2013-09-27 10:57:59] >>21 -[2013-09-27 10:58:59] >>21 -[2013-09-27 10:59:59] >>21 -[2013-09-27 11:00:59] >>21 -[2013-09-27 11:01:59] >>21 -[2013-09-27 11:02:59] >>21 -[2013-09-27 11:03:59] >>21 -[2013-09-27 11:05:00] >>21 -[2013-09-27 11:06:00] >>21 -[2013-09-27 11:07:00] >>21 -[2013-09-27 11:08:00] >>21 -[2013-09-27 11:09:00] >>21 -[2013-09-27 11:10:00] >>21 -[2013-09-27 11:11:00] >>21 -[2013-09-27 11:12:01] >>21 -[2013-09-27 11:13:01] >>21 -[2013-09-27 11:14:01] >>21 -[2013-09-27 11:15:01] >>21 -[2013-09-27 11:16:01] >>21 -[2013-09-27 11:17:01] >>21 -[2013-09-27 11:18:01] >>21 -[2013-09-27 11:19:01] >>21 -[2013-09-27 11:20:02] >>21 -[2013-09-27 11:21:02] >>21 -[2013-09-27 11:22:02] >>21 -[2013-09-27 11:23:02] >>21 -[2013-09-27 11:24:02] >>21 -[2013-09-27 11:25:02] >>21 -[2013-09-27 11:26:02] >>21 -[2013-09-27 11:26:43] A1 -[2013-09-27 11:26:45] >A1 -[2013-09-27 11:27:44] >>A1 -[2013-09-27 11:28:44] >>A1 -[2013-09-27 11:29:23] 21 -[2013-09-27 11:29:25] >21 -[2013-09-27 11:29:33] A1 -[2013-09-27 11:29:34] 21 -[2013-09-27 11:29:36] >21 -[2013-09-27 11:30:36] >>21 -[2013-09-27 11:31:36] >>21 -[2013-09-27 11:32:36] >>21 -[2013-09-27 11:32:46] 1 -[2013-09-27 11:32:48] >1 -[2013-09-27 11:32:55] 21 -[2013-09-27 11:32:57] >21 -[2013-09-27 11:32:59] 1 -[2013-09-27 11:33:01] >1 -[2013-09-27 11:33:05] 3 -[2013-09-27 11:33:07] >3 -[2013-09-27 11:33:13] 13 -[2013-09-27 11:33:14] >13 -[2013-09-27 11:33:33] 17 -[2013-09-27 11:33:34] 13 -[2013-09-27 11:33:36] >13 -[2013-09-27 11:34:36] >>13 -[2013-09-27 11:34:45] 3 -[2013-09-27 11:34:46] >3 -[2013-09-27 11:34:55] 1 -[2013-09-27 11:34:57] >1 -[2013-09-27 11:35:42] 11 -[2013-09-27 11:35:44] >11 -[2013-09-27 11:35:52] 1 -[2013-09-27 11:35:53] 11 -[2013-09-27 11:35:54] 1 -[2013-09-27 11:35:54] 11 -[2013-09-27 11:35:55] 1 -[2013-09-27 11:35:56] 11 -[2013-09-27 11:35:57] 1 -[2013-09-27 11:35:59] >1 -[2013-09-27 11:35:59] 11 -[2013-09-27 11:36:01] 1 -[2013-09-27 11:36:03] >1 -[2013-09-27 11:36:30] 11 -[2013-09-27 11:36:32] >11 -[2013-09-27 11:36:43] 1 -[2013-09-27 11:36:43] 11 -[2013-09-27 11:36:45] >11 -[2013-09-27 11:37:01] 1 -[2013-09-27 11:37:03] >1 -[2013-09-27 11:37:06] 11 -[2013-09-27 11:37:08] >11 -[2013-09-27 11:37:21] 1 -[2013-09-27 11:37:22] >1 -[2013-09-27 11:37:24] 11 -[2013-09-27 11:37:25] >11 -[2013-09-27 11:37:39] 1 -[2013-09-27 11:37:41] >1 -[2013-09-27 11:37:43] 11 -[2013-09-27 11:37:45] >11 -[2013-09-27 11:37:59] 1 -[2013-09-27 11:38:01] >1 -[2013-09-27 11:38:01] 11 -[2013-09-27 11:38:03] >11 -[2013-09-27 11:38:05] 1 -[2013-09-27 11:38:06] >1 -[2013-09-27 11:38:07] 11 -[2013-09-27 11:38:08] >11 -[2013-09-27 11:38:28] 1 -[2013-09-27 11:38:30] >1 -[2013-09-27 11:38:55] 11 -[2013-09-27 11:38:56] 1 -[2013-09-27 11:38:57] 11 -[2013-09-27 11:38:58] 1 -[2013-09-27 11:38:59] 11 -[2013-09-27 11:39:00] 1 -[2013-09-27 11:39:01] 11 -[2013-09-27 11:39:02] 1 -[2013-09-27 11:39:03] 11 -[2013-09-27 11:39:03] 1 -[2013-09-27 11:39:05] >1 -[2013-09-27 11:39:08] 11 -[2013-09-27 11:39:09] >11 -[2013-09-27 11:39:16] 1 -[2013-09-27 11:39:18] >1 -[2013-09-27 11:39:18] 11 -[2013-09-27 11:39:19] 1 -[2013-09-27 11:39:21] >1 -[2013-09-27 11:39:28] 11 -[2013-09-27 11:39:29] 1 -[2013-09-27 11:39:31] >1 -[2013-09-27 11:39:32] 11 -[2013-09-27 11:39:34] 1 -[2013-09-27 11:39:35] >1 -[2013-09-27 11:39:37] 11 -[2013-09-27 11:39:39] >11 -[2013-09-27 11:39:44] 1 -[2013-09-27 11:39:44] 11 -[2013-09-27 11:39:46] >11 -[2013-09-27 11:39:47] 1 -[2013-09-27 11:39:48] 11 -[2013-09-27 11:39:49] 1 -[2013-09-27 11:39:50] 11 -[2013-09-27 11:39:51] >11 -[2013-09-27 11:39:52] 1 -[2013-09-27 11:39:53] 11 -[2013-09-27 11:39:53] 1 -[2013-09-27 11:39:55] >1 -[2013-09-27 11:39:57] 11 -[2013-09-27 11:39:58] 1 -[2013-09-27 11:39:59] 11 -[2013-09-27 11:39:59] 1 -[2013-09-27 11:40:00] 11 -[2013-09-27 11:40:01] 1 -[2013-09-27 11:40:02] 11 -[2013-09-27 11:40:04] >11 -[2013-09-27 11:40:08] 1 -[2013-09-27 11:40:09] 11 -[2013-09-27 11:40:10] 1 -[2013-09-27 11:40:11] >1 -[2013-09-27 11:40:17] 11 -[2013-09-27 11:40:18] 1 -[2013-09-27 11:40:20] >1 -[2013-09-27 11:40:24] 11 -[2013-09-27 11:40:25] 1 -[2013-09-27 11:40:27] 11 -[2013-09-27 11:40:28] 1 -[2013-09-27 11:40:29] >1 -[2013-09-27 11:40:30] 11 -[2013-09-27 11:40:32] >11 -[2013-09-27 11:40:38] 1 -[2013-09-27 11:40:39] >1 -[2013-09-27 11:40:40] 11 -[2013-09-27 11:40:41] 1 -[2013-09-27 11:40:43] 11 -[2013-09-27 11:40:44] >11 -[2013-09-27 11:40:46] 1 -[2013-09-27 11:40:47] 11 -[2013-09-27 11:40:47] 1 -[2013-09-27 11:40:49] >1 -[2013-09-27 11:40:51] 11 -[2013-09-27 11:40:53] >11 -[2013-09-27 11:40:55] 1 -[2013-09-27 11:40:55] 11 -[2013-09-27 11:40:57] 1 -[2013-09-27 11:40:59] >1 -[2013-09-27 11:41:02] 11 -[2013-09-27 11:41:03] >11 -[2013-09-27 11:41:04] 1 -[2013-09-27 11:41:05] >1 -[2013-09-27 11:41:06] 11 -[2013-09-27 11:41:08] >11 -[2013-09-27 11:41:08] 1 -[2013-09-27 11:41:09] 11 -[2013-09-27 11:41:09] 1 -[2013-09-27 11:41:11] >1 -[2013-09-27 11:41:13] 11 -[2013-09-27 11:41:15] >11 -[2013-09-27 11:41:20] 1 -[2013-09-27 11:41:20] 11 -[2013-09-27 11:41:21] 1 -[2013-09-27 11:41:23] >1 -[2013-09-27 11:41:24] 11 -[2013-09-27 11:41:25] 1 -[2013-09-27 11:41:26] >1 -[2013-09-27 11:41:29] 11 -[2013-09-27 11:41:30] 1 -[2013-09-27 11:41:32] >1 -[2013-09-27 11:41:33] 11 -[2013-09-27 11:41:34] 1 -[2013-09-27 11:41:36] >1 -[2013-09-27 11:41:37] 11 -[2013-09-27 11:41:39] >11 -[2013-09-27 11:41:46] 1 -[2013-09-27 11:41:48] >1 -[2013-09-27 11:41:49] 11 -[2013-09-27 11:41:51] >11 -[2013-09-27 11:41:56] 1 -[2013-09-27 11:41:56] 11 -[2013-09-27 11:41:57] 1 -[2013-09-27 11:41:59] >1 -[2013-09-27 11:42:00] 11 -[2013-09-27 11:42:01] 1 -[2013-09-27 11:42:03] >1 -[2013-09-27 11:42:04] 11 -[2013-09-27 11:42:05] 1 -[2013-09-27 11:42:07] 11 -[2013-09-27 11:42:11] 1 -[2013-09-27 11:42:12] 11 -[2013-09-27 11:42:14] >11 -[2013-09-27 11:42:14] 1 -[2013-09-27 11:42:15] 11 -[2013-09-27 11:42:15] 1 -[2013-09-27 11:42:17] >1 diff --git a/ConfIOB/Donati/1010_155/old/IOB.cfg b/ConfIOB/Donati/1010_155/old/IOB.cfg deleted file mode 100644 index 9dc38c5..0000000 --- a/ConfIOB/Donati/1010_155/old/IOB.cfg +++ /dev/null @@ -1,19 +0,0 @@ -[id] -idxMacchina = 1010 - -[web] -URLBASE = http://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina= -URLADV1 = &valore= -URLREBO = http://192.168.51.71/MPIO/sendReboot.aspx?idxMacchina= - -[time] -SAMPLETIME = 0.5 -TIMEOUTSHORT = 2 -TIMEOUTLONG = 60 - -[log] -LOGLEVEL = 10 -LOGFILE = logfile.txt - -[comm] -port = /dev/ttyAMA0 diff --git a/ConfIOB/Donati/1010_155/old/readParallela.py b/ConfIOB/Donati/1010_155/old/readParallela.py deleted file mode 100644 index 7520b36..0000000 --- a/ConfIOB/Donati/1010_155/old/readParallela.py +++ /dev/null @@ -1,337 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -# readParallela v. 1.1 - -#--------------------------------------------------------------- - - -import time -import sys - - -from datetime import datetime - -import urllib -import ConfigParser -import os, sys - -#--------------------------------------------------------------- - -# COSTANTI -MSGLEN = 9 -TIMEOUTSERIALE = 10 -MAXRETRY = 3 - -PROGRAM_NAME ="ReadPar IOB-pi v.1.1" - -# DA FILE CONF -idxMacchina = "1001" -SAMPLETIME = 0.1 -TIMEOUTSHORT = (SAMPLETIME*20) -TIMEOUTLONG = (SAMPLETIME*600) - -# VAR -to_enable = False -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG -to_serial = TIMEOUTSERIALE -to_retry = MAXRETRY -errormsglen = 0 - -# VAR - -out_0 = 24 -out_1 = 26 - -in_0 = 11 -in_1 = 12 -in_2 = 13 -in_3 = 15 -in_4 = 16 -in_5 = 18 -in_6 = 22 -in_7 = 7 - -#--------------------------------------------------------------- -# classe logger - -class Logger: - def __init__(self, filename): - try: - self.filename = filename - except: - logga("LOGGER: errore try su self.filename") - sys.exit(1) - def __call__(self, string): - try: - file = open(self.filename, 'a') - file.write('[' + time.strftime("%Y-%m-%d %H:%M:%S") + '] ') - file.write(string + '\n') - file.close() - except: - logga("LOGGER: errore try su scrittura") - sys.exit(1) - -#--------------------------------------------------------------- -# lettura parallela -# ritorna il byte letto pulito ( due char hex ) - -def readParallela(): - - global in_0 - global in_1 - global in_2 - global in_3 - global in_4 - global in_5 - global in_6 - global in_7 - - global GPIO - - current = '' - -# print "input : " - - # ritorna '' se non ci sono abbastanza caratteri - try: - num_value = 255 - -# print "num_value : " , num_value , in_0 - - if GPIO.input(in_0): - num_value = num_value - 1 - - if GPIO.input(in_1): - num_value = num_value - 2 - - if GPIO.input(in_2): - num_value = num_value - 4 - - if GPIO.input(in_3): - num_value = num_value - 8 - - if GPIO.input(in_4): - num_value = num_value - 16 - - if GPIO.input(in_5): - num_value = num_value - 32 - - if GPIO.input(in_6): - num_value = num_value - 64 - - if GPIO.input(in_7): - num_value = num_value - 128 - - current = hex( num_value ).replace ( "0x" , "" ).upper() - -# print "\n\n\n\n\n" , num_value , current - - ##### convertire in HEX !!!! - - except: - pass - - return current - - - -#--------------------------------------------------------------- -#Funzione di scrittura su url con try-except - -def chiamaUrl(): - - try: - url = URLBASE + idxMacchina + URLADV1 + value - urllib.urlopen ( url ) - except: - logga ( "NETWORK:Errore http-no com rete-timeout" + url ) - print "Url aforte" , url - -#--------------------------------------------------------------- -# Funzione che verifica possibilità di creare log e include testo corrente - -def logga(message) : - try: - log(message) - except : - pass - -#--------------------------------------------------------------- -def avviaParallela(): - - try: - - GPIO.setmode(GPIO.BOARD) - - GPIO.setwarnings(False) - - #GPIO.setup(out_0, GPIO.OUT) # output 0 - #GPIO.setup(out_1, GPIO.OUT) # output 1 - - GPIO.setup(in_0, GPIO.IN) # input 0 - GPIO.setup(in_1, GPIO.IN) # input 1 - GPIO.setup(in_2, GPIO.IN) # input 2 - GPIO.setup(in_3, GPIO.IN) # input 3 - GPIO.setup(in_4, GPIO.IN) # input 4 - GPIO.setup(in_5, GPIO.IN) # input 5 - GPIO.setup(in_6, GPIO.IN) # input 6 - GPIO.setup(in_7, GPIO.IN) # input 7 - - except: - print( "\n\n" + PROGRAM_NAME + " - Error 3 on RPi.GPIO ! \n\n") - sys.exit(1) - - - print( "\n\n" + PROGRAM_NAME + " - init ok \n\n") - - -#--------------------------------------------------------------- -#--------------------------------------------------------------- -# MAIN - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'IOB.cfg' ) - - SAMPLETIME = config.getfloat ( 'time' , 'SAMPLETIME' ) - TIMEOUTSHORT = config.getfloat ( 'time' , 'TIMEOUTSHORT' ) - TIMEOUTLONG = config.getfloat ( 'time' , 'TIMEOUTLONG' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - - - URLBASE = config.get ( 'web' , 'URLBASE' ) - URLADV1 = config.get ( 'web' , 'URLADV1' ) - - LOGFILE = config.get ( 'log' , 'LOGFILE' ) - LOGLEVEL = config.get ( 'log' , 'LOGLEVEL' ) -except: - print "\n\n" + PROGRAM_NAME + ' - Error 4 - in config file ' 'IOB.cfg' - sys.exit(1) - -# oggetto Logger -try: - log = Logger(LOGFILE) -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) - -print "\n\n" + PROGRAM_NAME + "\n\n" - -global startstatus -startstatus = 1 - -if startstatus == 1: - logga("Avvio Programma" + PROGRAM_NAME) - -## Verifica l'OS e di conseguenza carica il file relativo con metodo di lockfile appropriato + check singola istanza -if os.name == 'posix': - import unix -else: - import win - -logga ( "Start " + PROGRAM_NAME ) - - -# lettura file configurazione - -# [id] -# idxMacchina = 2001 -# [time] -# SAMPLETIME = 0.1 -# TIMEOUTSHORT = 200 -# TIMEOUTLONG = 6000 - - -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' TIMEOUTSHORT = %4.2f' % ( TIMEOUTSHORT ) ) -print ( ' TIMEOUTLONG = %4.2f' % ( TIMEOUTLONG ) ) -print ( ' URLBASE = %s' % ( URLBASE ) ) -print ( ' URLADV1 = %s' % ( URLADV1 ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) -print ( ' LOGLEVEL = %s' % ( LOGLEVEL ) ) - -# -sys.stdout.write ( 'idxMacchina ?' + idxMacchina + '\n') - -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG - - -#-------------------------------------------------------------- -# apertura parallela - -try: - import RPi.GPIO as GPIO -except RuntimeError: - print( "\n\n" + PROGRAM_NAME + " - Error 1 - you need superuser privileges") -except: - print( "\n\n" + PROGRAM_NAME + " - Error 2 - you need superuser privileges. USE 'sudo' to run your script\n\n") - sys.exit(1) - - -avviaParallela() - -#--------------------------------------------------------------- -# ciclo forever and ever - -old = '' - -while 1: - - try: - time.sleep (SAMPLETIME) - except: - logga("First_SLEEP: errore attesa sampletime") - - # lettura dati da IOB - value = readParallela() - - if ( value != '' ) : - if value != old : - #loggo e invio dati - try: - logga ( value ) - errormsglen = 0 - chiamaUrl() - except: - logga("URLBROWSER: errore registrazione valore e chiamaUrl") - pass - #enable e reset timer - to_enable = True - to_short = TIMEOUTSHORT - to_long = TIMEOUTLONG - - old = value - - - # gestione timeout breve - if ( to_enable ) : - to_short = to_short - SAMPLETIME - if to_short <= 0: - #loggo e invio dati - try: - logga ( '>' + value ) - errormsglen = 0 - chiamaUrl() - except: - pass - to_short = TIMEOUTSHORT - to_enable = False # dopo un colpo il timer breve viene disabilitato - to_long = TIMEOUTLONG - - # gestione timeout lungo - to_long = to_long - SAMPLETIME - if to_long <= 0: - #loggo e invio dati - try: - logga ( '>>' + value ) - errormsglen = 0 - chiamaUrl() - except: - pass - to_long = TIMEOUTLONG - - diff --git a/ConfIOB/Donati/1010_155/readParallela.py b/ConfIOB/Donati/1010_155/readParallela.py deleted file mode 100644 index 5a38f21..0000000 --- a/ConfIOB/Donati/1010_155/readParallela.py +++ /dev/null @@ -1,530 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -# readParallela v. 1.8 -# versione estetica di Carlo + single instance timer - -#--------------------------------------------------------------- -# levare locking -# timer semplificata -# GPIO global - - -import time -import sys - - -from datetime import datetime - -import urllib -import ConfigParser -import os, sys - -import logging -import logging.handlers -import threading -import Queue -#-------------------------------------------------------------- - -# COSTANTI -MSGLEN = 9 -TIMEOUTSERIALE = 10 -MAXRETRY = 3 - -PROGRAM_NAME ="ReadPar IOB-pi v.1.8" - -# DA FILE CONF -idxMacchina = "1001" -SAMPLETIME = 0.1 -TIMEOUTSHORT = (SAMPLETIME*20) -TIMEOUTLONG = (SAMPLETIME*600) -SENDURLTIME = 0.08 - -# VAR -to_enable = False -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG -to_serial = TIMEOUTSERIALE -to_retry = MAXRETRY -errormsglen = 0 - -# VAR - -out_0 = 24 -out_1 = 26 - -in_0 = 11 -in_1 = 12 -in_2 = 13 -in_3 = 15 -in_4 = 16 -in_5 = 18 -in_6 = 22 -in_7 = 7 - -# contatore: serve x match tra accoda ed invia x possibile controllo a posteriori... ogni volta che accodo incremento di 1, va da 0 a 999 -cont = '0' - -# variabile stato online/offline della macchina -onLine = '1' - -# variabile stato seinding/waiting x la parte invio URL -sending = '0' - -# variabile stato timer thread busy -timer_busy = False - -#-------------------------------------------------------------- -# Gestione coda (condivisa) x registrazione eventi ed invio URL -#print "Creazione coda 1000 elementi" - -Coda = Queue.Queue(0) - -#queueLock = threading.Lock() - -#--------------------------------------------------------------- -# lettura parallela -# ritorna il byte letto pulito ( due char hex ) - -def readParallela(): - - global in_0 - global in_1 - global in_2 - global in_3 - global in_4 - global in_5 - global in_6 - global in_7 - - global GPIO - - current = '' - -# print "input : " - - # ritorna '' se non ci sono abbastanza caratteri - try: - num_value = 255 - -# print "num_value : " , num_value , in_0 - - if GPIO.input(in_0): - num_value = num_value - 1 - - if GPIO.input(in_1): - num_value = num_value - 2 - - if GPIO.input(in_2): - num_value = num_value - 4 - - if GPIO.input(in_3): - num_value = num_value - 8 - - if GPIO.input(in_4): - num_value = num_value - 16 - - if GPIO.input(in_5): - num_value = num_value - 32 - - if GPIO.input(in_6): - num_value = num_value - 64 - - if GPIO.input(in_7): - num_value = num_value - 128 - - current = hex( num_value ).replace ( "0x" , "" ).upper() - -# print "\n\n\n\n\n" , num_value , current - - except: - pass - - return current - - -#-------------------------------------------------------------- -# MARCO: cambiare: chiama URL NON deve chiamare url MA METTERE IN CODA (riempiCoda!!!) -# la parte URL vera va messa in svuotaCoda, PARAMETRICA - -#--------------------------------------------------------------- -#Funzione di scrittura su coda con try-except - -def accoda(): - - try: -# url = URLBASE + idxMacchina + URLADV1 + value -# urllib.urlopen ( url ) - #dtEve = time.strftime("%y%m%d%H%M%S")+"000" - dtEve = datetime.utcnow().strftime('%Y%m%d%H%M%S%f')[:-3] - #logPro.debug( "Nuovo valore inserito in coda: " + dtEve + "#" + value + '#' + cont) - #print(dtEve) - #queueLock.acquire() - Coda.put(dtEve + '#' + value + '#' + cont) - #queueLock.release() - #print "Nuovo valore inserito in coda: " + dtEve + "#", value - - except Queue.Full: - logPro.error( "Quque full" + dtEve + '#' + value + '#' + cont ) - except: - logPro.error( "NETWORK:Errore http-no com rete-timeout" + url ) -# print "Url aforte" , url - - -#-------------------------------------------------------------- -# MARCO: scrivere svuotaCoda come thread etc... -def svuota_coda(): - - global onLine - global sending - global timer_busy - - #print "start timer " - - if ( timer_busy == False ): - timer_busy = True - #print "start timer ok " - - try: - if not Coda.empty(): - #print "coda da svuotare!" - response = urllib.urlopen(URLALIVE) - answ = response.read() - if answ == 'OK': - #print "OK alive" - response2 = urllib.urlopen(URLENABLED + idxMacchina) - answ2 = response2.read() - if answ2 == 'OK': - # aggiorno stato ad online - if onLine == '0': - logPro.info("IOB ONLINE!") - #print("IOB ONLINE") - - onLine = '1' # imposto comunque online - else: - if onLine == '1': - logPro.error("IOB offline") - #print("IOB offline") - - onLine = '0' - else: - if onLine == '1': - logPro.error("Server offline") - #print("Server offline") - - onLine = '0' - - # ora verifico SE si possa inviare (ovvero sia online server e NON ci siano altri send attivi...) - if onLine == '1': - if sending == '0': - #segnalo che sono in sending! - sending = '1' - - # formatto dataOra corrente - #dtCurr = time.strftime("%y%m%d%H%M%S")+"000" - dtCurr = datetime.utcnow().strftime('%Y%m%d%H%M%S%f')[:-3] - # prendo 1 valore dalla coda... - #queueLock.acquire() - resp = Coda.get() - # RILASCIO SUBITO la coda x nuovi insert... - #queueLock.release() - - - # recupero valori da coda! - dtEve = resp.split("#")[0] - value = resp.split("#")[1] - cnt = resp.split("#")[2] - url = URLBASE + idxMacchina + URLADV1 + value - url = url + '&dtCurr=' + dtCurr + '&dtEve=' + dtEve + '&cnt=' + cnt - # CHIAMO URL - response3 = urllib.urlopen ( url ) - answ3 = response3.read() - #print(url) - #logPro.debug(url) - - - # log valore inviato! - logSnd.info( value + ' ['+ cnt +']' + ' R:' + answ3 ) - #print "Valore smaltito dalla coda" - - # completato invio, riporto sending a zero! - sending = '0' - else: - logPro.info("WAIT active send to complete") - - else: - pass - - else: - pass - - except: - if onLine == '1': - logPro.error("Server Non raggiungibile") - #print "Non raggiungibile" - - onLine = '0' - -# in ogni caso - - timer_busy = False - #print "end timer ok" - - - #print "end timer " - - -#--------------------------------------------------------------- -# funzione timer thread -#--------------------------------------------------------------- -def do_every (interval, worker_func, iterations = 0): - if iterations != 1: - threading.Timer ( - interval, - do_every, [interval, worker_func, 0 if iterations == 0 else iterations-1] - ).start (); - - worker_func (); - -#--------------------------------------------------------------- -# gestione contatore -#--------------------------------------------------------------- -def contatore(): - - try: - global cont - ctr = int(cont) - ctr +=1 - ctr = ctr % 1000 # round robin 1000 eventi x track - cont = str(ctr) - except: - print("errore incremento contatore") - -#--------------------------------------------------------------- -# avvia porta parallela -#--------------------------------------------------------------- -def avviaParallela(): - - global in_0 - global in_1 - global in_2 - global in_3 - global in_4 - global in_5 - global in_6 - global in_7 - - global GPIO - - try: - - GPIO.setmode(GPIO.BOARD) - - GPIO.setwarnings(False) - - #GPIO.setup(out_0, GPIO.OUT) # output 0 - #GPIO.setup(out_1, GPIO.OUT) # output 1 - - GPIO.setup(in_0, GPIO.IN) # input 0 - GPIO.setup(in_1, GPIO.IN) # input 1 - GPIO.setup(in_2, GPIO.IN) # input 2 - GPIO.setup(in_3, GPIO.IN) # input 3 - GPIO.setup(in_4, GPIO.IN) # input 4 - GPIO.setup(in_5, GPIO.IN) # input 5 - GPIO.setup(in_6, GPIO.IN) # input 6 - GPIO.setup(in_7, GPIO.IN) # input 7 - - except: - print( "\n\n" + PROGRAM_NAME + " - Error 3 on RPi.GPIO ! \n\n") - sys.exit(1) - - - print( "\n\n" + PROGRAM_NAME + " - init ok \n\n") - - -#--------------------------------------------------------------- -#--------------------------------------------------------------- -# MAIN - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'IOB.cfg' ) - - SAMPLETIME = config.getfloat ( 'time' , 'SAMPLETIME' ) - TIMEOUTSHORT = config.getfloat ( 'time' , 'TIMEOUTSHORT' ) - TIMEOUTLONG = config.getfloat ( 'time' , 'TIMEOUTLONG' ) - SENDURLTIME = config.getfloat ( 'time' , 'SENDURLTIME' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - - - URLBASE = config.get ( 'web' , 'URLBASE' ) - URLENABLED = config.get('web' , 'URLENABLED') - URLALIVE = config.get ('web' , 'URLALIVE') - URLADV1 = config.get ( 'web' , 'URLADV1' ) - - LOGFILE = config.get ( 'log' , 'LOGFILE' ) - LOGLEVEL = config.get ( 'log' , 'LOGLEVEL' ) -except: - print "\n\n" + PROGRAM_NAME + ' - Error 4 - in config file ' 'IOB.cfg' - sys.exit(1) - -#-------------------------------------------- -# oggetto Logger -#-------------------------------------------- -try: - logging.basicConfig(level=logging.DEBUG, - format='%(asctime)s %(name)-8s %(levelname)-8s %(message)s', - datefmt='%Y-%m-%d %H:%M:%S', - filename=LOGFILE, - filemode='a' - ) - - # aggiungo 2 logger specifici x queue e send... - logQue = logging.getLogger('queue') - logSnd = logging.getLogger('sendUrl') - logPro = logging.getLogger('program') - -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) -#-------------------------------------------- - - -print "\n\n" + PROGRAM_NAME + "\n\n" - -global startstatus -startstatus = 1 - -if startstatus == 1: - logPro.info("Avvio Programma" + PROGRAM_NAME) - -## Verifica l'OS e di conseguenza carica il file relativo con metodo di lockfile appropriato + check singola istanza -if os.name == 'posix': - import unix -else: - import win - -logPro.info( "Start " + PROGRAM_NAME ) - - -# lettura file configurazione - -# [id] -# idxMacchina = 2001 -# [time] -# SAMPLETIME = 0.1 -# TIMEOUTSHORT = 200 -# TIMEOUTLONG = 6000 - - -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' SAMPLETIME = %4.2f' % ( SAMPLETIME ) ) -print ( ' TIMEOUTSHORT = %4.2f' % ( TIMEOUTSHORT ) ) -print ( ' TIMEOUTLONG = %4.2f' % ( TIMEOUTLONG ) ) -print ( ' SENDURLTIME = %4.2f' % ( SENDURLTIME ) ) -print ( ' URLBASE = %s' % ( URLBASE ) ) -print ( ' URLADV1 = %s' % ( URLADV1 ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) -print ( ' LOGLEVEL = %s' % ( LOGLEVEL ) ) - -# -sys.stdout.write ( 'idxMacchina ?' + idxMacchina + '\n') - -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG - - -#-------------------------------------------------------------- -# apertura parallela - -try: - import RPi.GPIO as GPIO -except RuntimeError: - print( "\n\n" + PROGRAM_NAME + " - Error 1 - you need superuser privileges") -except: - print( "\n\n" + PROGRAM_NAME + " - Error 2 - you need superuser privileges. USE 'sudo' to run your script\n\n") - sys.exit(1) - - -avviaParallela() - - -#-------------------------------------------------------------- -# MARCO: qui inserire avvio thread di "svuotaCoda" - -# avviaSvuotaCoda -#print "Avvia svuota coda" - -do_every ( SENDURLTIME , svuota_coda ); - -#--------------------------------------------------------------- -# ciclo forever and ever - -old = '' - -#print "Avvio ciclo" -logPro.info("Avvio loop principale") -while 1: - - try: - time.sleep (SAMPLETIME) - except: - logPro.info("First_SLEEP: errore attesa sampletime") - - # lettura dati da IOB - value = readParallela() - - if ( value != '' ) : - if value != old : - #loggo e invio dati - try: - logQue.info( value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda") - pass - #enable e reset timer - to_enable = True - to_short = TIMEOUTSHORT - to_long = TIMEOUTLONG - - old = value - - - # gestione timeout breve - if ( to_enable ) : - to_short = to_short - SAMPLETIME - if to_short <= 0: - #loggo e invio dati - try: - logQue.info( '>' + value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda TO_short") - pass - to_short = TIMEOUTSHORT - to_enable = False # dopo un colpo il timer breve viene disabilitato - to_long = TIMEOUTLONG - - # gestione timeout lungo - to_long = to_long - SAMPLETIME - if to_long <= 0: - #loggo e invio dati - try: - logQue.info( '>>' + value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda TO_long") - pass - to_long = TIMEOUTLONG - - - - diff --git a/ConfIOB/Donati/1010_155/sendReboot.py b/ConfIOB/Donati/1010_155/sendReboot.py deleted file mode 100644 index 36dd316..0000000 --- a/ConfIOB/Donati/1010_155/sendReboot.py +++ /dev/null @@ -1,96 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -# sendReboot v. 1.1 - -#--------------------------------------------------------------- - - -import time -import sys - - -from datetime import datetime - -import urllib -import ConfigParser -import os, sys - -import logging - -#--------------------------------------------------------------- - -# COSTANTI -PROGRAM_NAME ="SendReboot IOB-pi v.1.3" - -# DA FILE CONF -idxMacchina = "99" - -#--------------------------------------------------------------- -#Funzione di scrittura su url con try-except - -def chiamaUrl(): - - try: - url = URLREBO + idxMacchina - urllib.urlopen ( url ) - except: - logging.info ( "NETWORK:Errore http-no com rete-timeout per url: " + url ) - print "Url aforte" , url - -#--------------------------------------------------------------- -# MAIN -#--------------------------------------------------------------- - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'IOB.cfg' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - - - URLREBO = config.get ( 'web' , 'URLREBO' ) - - LOGFILE = config.get ( 'log' , 'LOGREBO' ) -except: - print "\n\n" + PROGRAM_NAME + ' - Error 4 - in config file ' 'IOB.cfg' - sys.exit(1) - - -#-------------------------------------------- -# oggetto Logger -#-------------------------------------------- -try: -# log = Logger(LOGFILE) - logging.basicConfig(level=logging.DEBUG, - format='%(asctime)s %(name)-8s %(levelname)-8s %(message)s', - datefmt='%Y-%m-%d %H:%M:%S', - filename=LOGFILE, - filemode='a') - -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) -#-------------------------------------------- - - -print "\n\n" + PROGRAM_NAME + "\n\n" - -global startstatus -startstatus = 1 - -if startstatus == 1: - logging.info("Avvio Programma" + PROGRAM_NAME) - - -# lettura file configurazione - - -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' URLREBO = %s' % ( URLREBO ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) - - -chiamaUrl() - diff --git a/ConfIOB/Donati/1010_155/unix.py b/ConfIOB/Donati/1010_155/unix.py deleted file mode 100644 index 12fb3dc..0000000 --- a/ConfIOB/Donati/1010_155/unix.py +++ /dev/null @@ -1,31 +0,0 @@ -import fcntl -import os -import logging - -#--------------------------------------------------------------- -# meccanismo di file lock per evitare multiple instances -# The function will try to lock the file specified , if it success, return True, else return False. -# The nice thing is that the lock will be dropped when the program terminates. -# >>>Use : -# if not lockFile(".lock.pod"): -# sys.exit(0) - -def lockFile ( lockfile ) : - - fd = os.open ( lockfile , os.O_CREAT | os.O_TRUNC | os.O_WRONLY ) - try: - # Request exclusive (EX) non-blocking (NB) advisory lock. - fcntl.lockf ( fd , fcntl.LOCK_EX | fcntl.LOCK_NB ) - except IOError: - return False - - return True - -if not lockFile ( ".lockfile" ) : - print '\n noi non siamo soli ...\n' - logging.error( "LOCK: Piu istanze aperte") - #sys.exit ( 0 ) - -#- print '\n running alone ...\n' - - diff --git a/ConfIOB/Donati/1011_156/IOB.cfg b/ConfIOB/Donati/1011_156/IOB.cfg deleted file mode 100644 index 0851fb2..0000000 --- a/ConfIOB/Donati/1011_156/IOB.cfg +++ /dev/null @@ -1,23 +0,0 @@ -[id] -idxMacchina = 1011 - -[web] -URLBASE = http://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina= -URLALIVE = http://192.168.51.71/MPIO/Alive.aspx -URLENABLED = http://192.168.51.71/MPIO/Enabled.aspx?idxMacchina= -URLADV1 = &valore= -URLREBO = http://192.168.51.71/MPIO/sendReboot.aspx?idxMacchina= - -[time] -SAMPLETIME = 0.25 -TIMEOUTSHORT = 2 -TIMEOUTLONG = 50 -SENDURLTIME = 0.2 - -[log] -LOGLEVEL = 10 -LOGFILE = logfile.txt -LOGREBO = logReboot.txt - -[comm] -port = /dev/ttyAMA0 diff --git a/ConfIOB/Donati/1011_156/MapoIOB b/ConfIOB/Donati/1011_156/MapoIOB deleted file mode 100644 index c49ec0a..0000000 --- a/ConfIOB/Donati/1011_156/MapoIOB +++ /dev/null @@ -1,41 +0,0 @@ -### BEGIN INIT INFO -# Provides: MapoIOB: script Steamware per avvio driver IOB -# Required-Start: $remote_fs $syslog ramlog -# Required-Stop: $remote_fs $syslog ramlog -# Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 -# Short-Description: Steamware's MapoIOB driver -# Description: Steamware's MapoIOB driver, versione lettura porta parallela -### END INIT INFO - -#! /bin/sh -# /etc/init.d/MapoIOB - -export HOME -case "$1" in - start) - echo "Starting readParallela" - cd /home/pi/steamware - /usr/bin/python ./readParallela.py 2>&1 & - ;; - stop) - echo "Stopping readParallela" - RS_PID=`ps auxwww | grep readParallela.py | head -1 | awk '{print $2}'` - kill -9 $RS_PID - cd /home/pi/steamware - rm .lockfile - ;; - restart) - ## Stop the service and regardless of whether it was - ## running or not, start it again. - $0 stop - killall python - $0 start - ;; - *) - echo "Usage: /etc/init.d/MapoIOB {start|stop|restart}" - exit 1 - ;; -esac -exit 0 - diff --git a/ConfIOB/Donati/1011_156/checkAlive.sh b/ConfIOB/Donati/1011_156/checkAlive.sh deleted file mode 100644 index 92bc816..0000000 --- a/ConfIOB/Donati/1011_156/checkAlive.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/bash - -# controlla se il logfile è correntemente scritto (quindi MapoIOB è alive) altrimenti riavvia! - -DATE=`date +%Y-%m-%d` -cd /var/log -if [ -f MapoIOB ] - then - # controllo SE sia stato acceduto da meno di 2 minuti (=alive da log...) - trovato=`find . -name 'MapoIOB*' -cmin -1` - if [[ $trovato != './MapoIOB' ]] - then - /etc/init.d/MapoIOB restart - echo $date + "riavvio!" - fi -else - # in questo caso AVVIO il processo MapoIOB - /etc/init.d/MapoIOB start - echo $date + "file non trovato, avvio!" -fi diff --git a/ConfIOB/Donati/1011_156/logfile.txt b/ConfIOB/Donati/1011_156/logfile.txt deleted file mode 100644 index b756eb8..0000000 --- a/ConfIOB/Donati/1011_156/logfile.txt +++ /dev/null @@ -1,11784 +0,0 @@ -2013-12-03 06:26:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.6 -2013-12-03 06:26:02 program INFO Start ReadPar IOB-pi v.1.6 -2013-12-03 06:26:02 program INFO Avvio loop principale -2013-12-03 06:26:02 queue INFO 83 [0] -2013-12-03 06:26:02 program ERROR IOB offline -2013-12-03 06:26:04 queue INFO >83 [1] -2013-12-03 06:26:54 queue INFO >>83 [2] -2013-12-03 06:27:44 queue INFO >>83 [3] -2013-12-03 06:28:34 queue INFO >>83 [4] -2013-12-03 06:29:24 queue INFO >>83 [5] -2013-12-03 06:30:14 queue INFO >>83 [6] -2013-12-03 06:31:04 queue INFO >>83 [7] -2013-12-03 06:31:54 queue INFO >>83 [8] -2013-12-03 06:32:19 queue INFO 87 [9] -2013-12-03 06:32:21 queue INFO >87 [10] -2013-12-03 06:32:22 queue INFO 83 [11] -2013-12-03 06:32:24 queue INFO >83 [12] -2013-12-03 06:33:14 queue INFO >>83 [13] -2013-12-03 06:34:04 queue INFO >>83 [14] -2013-12-03 06:34:54 queue INFO >>83 [15] -2013-12-03 06:35:44 queue INFO >>83 [16] -2013-12-03 06:36:34 queue INFO >>83 [17] -2013-12-03 06:37:20 queue INFO 81 [18] -2013-12-03 06:37:21 queue INFO >81 [19] -2013-12-03 06:38:11 queue INFO >>81 [20] -2013-12-03 06:39:01 queue INFO >>81 [21] -2013-12-03 06:39:12 queue INFO 99 [22] -2013-12-03 06:39:14 queue INFO >99 [23] -2013-12-03 06:40:04 queue INFO >>99 [24] -2013-12-03 06:40:54 queue INFO >>99 [25] -2013-12-03 06:41:44 queue INFO >>99 [26] -2013-12-03 06:42:34 queue INFO >>99 [27] -2013-12-03 06:43:25 queue INFO >>99 [28] -2013-12-03 06:44:15 queue INFO >>99 [29] -2013-12-03 06:45:05 queue INFO >>99 [30] -2013-12-03 06:45:34 queue INFO 89 [31] -2013-12-03 06:45:35 queue INFO >89 [32] -2013-12-03 06:45:38 queue INFO 81 [33] -2013-12-03 06:45:39 queue INFO >81 [34] -2013-12-03 06:45:43 queue INFO 83 [35] -2013-12-03 06:45:45 queue INFO >83 [36] -2013-12-03 06:46:03 queue INFO 87 [37] -2013-12-03 06:46:05 queue INFO >87 [38] -2013-12-03 06:46:06 queue INFO 83 [39] -2013-12-03 06:46:08 queue INFO >83 [40] -2013-12-03 06:46:58 queue INFO >>83 [41] -2013-12-03 06:47:48 queue INFO >>83 [42] -2013-12-03 06:48:38 queue INFO >>83 [43] -2013-12-03 06:49:28 queue INFO >>83 [44] -2013-12-03 06:50:18 queue INFO >>83 [45] -2013-12-03 06:51:09 queue INFO >>83 [46] -2013-12-03 06:51:59 queue INFO >>83 [47] -2013-12-03 06:52:49 queue INFO >>83 [48] -2013-12-03 06:52:50 queue INFO 87 [49] -2013-12-03 06:52:52 queue INFO >87 [50] -2013-12-03 06:52:53 queue INFO 83 [51] -2013-12-03 06:52:55 queue INFO >83 [52] -2013-12-03 06:53:45 queue INFO >>83 [53] -2013-12-03 06:54:35 queue INFO >>83 [54] -2013-12-03 06:55:25 queue INFO >>83 [55] -2013-12-03 06:56:15 queue INFO >>83 [56] -2013-12-03 06:57:06 queue INFO >>83 [57] -2013-12-03 06:57:56 queue INFO >>83 [58] -2013-12-03 06:58:46 queue INFO >>83 [59] -2013-12-03 06:59:36 queue INFO >>83 [60] -2013-12-03 06:59:38 queue INFO 87 [61] -2013-12-03 06:59:39 queue INFO >87 [62] -2013-12-03 06:59:41 queue INFO 83 [63] -2013-12-03 06:59:42 queue INFO >83 [64] -2013-12-03 07:00:32 queue INFO >>83 [65] -2013-12-03 07:01:22 queue INFO >>83 [66] -2013-12-03 07:01:33 queue INFO 81 [67] -2013-12-03 07:01:35 queue INFO >81 [68] -2013-12-03 07:02:25 queue INFO >>81 [69] -2013-12-03 07:03:15 queue INFO >>81 [70] -2013-12-03 07:04:05 queue INFO >>81 [71] -2013-12-03 07:04:56 queue INFO >>81 [72] -2013-12-03 07:05:46 queue INFO >>81 [73] -2013-12-03 07:06:19 queue INFO 91 [74] -2013-12-03 07:06:20 queue INFO 99 [75] -2013-12-03 07:06:21 queue INFO >99 [76] -2013-12-03 07:07:11 queue INFO >>99 [77] -2013-12-03 07:08:01 queue INFO >>99 [78] -2013-12-03 07:08:51 queue INFO >>99 [79] -2013-12-03 07:09:42 queue INFO >>99 [80] -2013-12-03 07:10:32 queue INFO >>99 [81] -2013-12-03 07:11:22 queue INFO >>99 [82] -2013-12-03 07:12:12 queue INFO >>99 [83] -2013-12-03 07:13:02 queue INFO >>99 [84] -2013-12-03 07:13:52 queue INFO >>99 [85] -2013-12-03 07:14:42 queue INFO >>99 [86] -2013-12-03 07:15:33 queue INFO >>99 [87] -2013-12-03 07:16:23 queue INFO >>99 [88] -2013-12-03 07:17:13 queue INFO >>99 [89] -2013-12-03 07:18:03 queue INFO >>99 [90] -2013-12-03 07:18:26 queue INFO 89 [91] -2013-12-03 07:18:28 queue INFO >89 [92] -2013-12-03 07:18:35 queue INFO 81 [93] -2013-12-03 07:18:37 queue INFO >81 [94] -2013-12-03 07:18:42 queue INFO 83 [95] -2013-12-03 07:18:44 queue INFO >83 [96] -2013-12-03 07:19:02 queue INFO 87 [97] -2013-12-03 07:19:04 queue INFO >87 [98] -2013-12-03 07:19:05 queue INFO 83 [99] -2013-12-03 07:19:07 queue INFO >83 [100] -2013-12-03 07:19:57 queue INFO >>83 [101] -2013-12-03 07:20:47 queue INFO >>83 [102] -2013-12-03 07:21:37 queue INFO >>83 [103] -2013-12-03 07:22:27 queue INFO >>83 [104] -2013-12-03 07:23:17 queue INFO >>83 [105] -2013-12-03 07:24:07 queue INFO >>83 [106] -2013-12-03 07:24:57 queue INFO >>83 [107] -2013-12-03 07:25:48 queue INFO >>83 [108] -2013-12-03 07:25:49 queue INFO 87 [109] -2013-12-03 07:25:51 queue INFO >87 [110] -2013-12-03 07:25:52 queue INFO 83 [111] -2013-12-03 07:25:54 queue INFO >83 [112] -2013-12-03 07:26:44 queue INFO >>83 [113] -2013-12-03 07:27:34 queue INFO >>83 [114] -2013-12-03 07:28:24 queue INFO >>83 [115] -2013-12-03 07:29:14 queue INFO >>83 [116] -2013-12-03 07:30:04 queue INFO >>83 [117] -2013-12-03 07:30:54 queue INFO >>83 [118] -2013-12-03 07:31:45 queue INFO >>83 [119] -2013-12-03 07:32:35 queue INFO >>83 [120] -2013-12-03 07:32:36 queue INFO 87 [121] -2013-12-03 07:32:38 queue INFO >87 [122] -2013-12-03 07:32:39 queue INFO 83 [123] -2013-12-03 07:32:41 queue INFO >83 [124] -2013-12-03 07:33:31 queue INFO >>83 [125] -2013-12-03 07:34:21 queue INFO >>83 [126] -2013-12-03 07:35:11 queue INFO >>83 [127] -2013-12-03 07:36:02 queue INFO >>83 [128] -2013-12-03 07:36:52 queue INFO >>83 [129] -2013-12-03 07:37:42 queue INFO >>83 [130] -2013-12-03 07:38:32 queue INFO >>83 [131] -2013-12-03 07:39:22 queue INFO >>83 [132] -2013-12-03 07:39:35 queue INFO 87 [133] -2013-12-03 07:39:37 queue INFO >87 [134] -2013-12-03 07:39:38 queue INFO 83 [135] -2013-12-03 07:39:40 queue INFO >83 [136] -2013-12-03 07:40:30 queue INFO >>83 [137] -2013-12-03 07:41:20 queue INFO >>83 [138] -2013-12-03 07:42:10 queue INFO >>83 [139] -2013-12-03 07:43:00 queue INFO >>83 [140] -2013-12-03 07:43:50 queue INFO >>83 [141] -2013-12-03 07:44:40 queue INFO >>83 [142] -2013-12-03 07:45:30 queue INFO >>83 [143] -2013-12-03 07:46:21 queue INFO >>83 [144] -2013-12-03 07:46:23 queue INFO 87 [145] -2013-12-03 07:46:25 queue INFO >87 [146] -2013-12-03 07:46:26 queue INFO 83 [147] -2013-12-03 07:46:28 queue INFO >83 [148] -2013-12-03 07:47:18 queue INFO >>83 [149] -2013-12-03 07:48:08 queue INFO >>83 [150] -2013-12-03 07:48:58 queue INFO >>83 [151] -2013-12-03 07:49:48 queue INFO >>83 [152] -2013-12-03 07:50:38 queue INFO >>83 [153] -2013-12-03 07:51:28 queue INFO >>83 [154] -2013-12-03 07:52:19 queue INFO >>83 [155] -2013-12-03 07:53:09 queue INFO >>83 [156] -2013-12-03 07:53:11 queue INFO 87 [157] -2013-12-03 07:53:13 queue INFO >87 [158] -2013-12-03 07:53:15 queue INFO 83 [159] -2013-12-03 07:53:16 queue INFO >83 [160] -2013-12-03 07:54:06 queue INFO >>83 [161] -2013-12-03 07:54:56 queue INFO >>83 [162] -2013-12-03 07:55:46 queue INFO >>83 [163] -2013-12-03 07:56:37 queue INFO >>83 [164] -2013-12-03 07:57:27 queue INFO >>83 [165] -2013-12-03 07:58:17 queue INFO >>83 [166] -2013-12-03 07:59:07 queue INFO >>83 [167] -2013-12-03 07:59:57 queue INFO >>83 [168] -2013-12-03 07:59:59 queue INFO 87 [169] -2013-12-03 08:00:00 queue INFO >87 [170] -2013-12-03 08:00:02 queue INFO 83 [171] -2013-12-03 08:00:03 queue INFO >83 [172] -2013-12-03 08:00:53 queue INFO >>83 [173] -2013-12-03 08:01:43 queue INFO >>83 [174] -2013-12-03 08:02:34 queue INFO >>83 [175] -2013-12-03 08:03:24 queue INFO >>83 [176] -2013-12-03 08:04:14 queue INFO >>83 [177] -2013-12-03 08:05:04 queue INFO >>83 [178] -2013-12-03 08:05:54 queue INFO >>83 [179] -2013-12-03 08:06:44 queue INFO >>83 [180] -2013-12-03 08:06:46 queue INFO 87 [181] -2013-12-03 08:06:47 queue INFO >87 [182] -2013-12-03 08:06:49 queue INFO 83 [183] -2013-12-03 08:06:50 queue INFO >83 [184] -2013-12-03 08:07:40 queue INFO >>83 [185] -2013-12-03 08:08:30 queue INFO >>83 [186] -2013-12-03 08:09:21 queue INFO >>83 [187] -2013-12-03 08:10:11 queue INFO >>83 [188] -2013-12-03 08:11:01 queue INFO >>83 [189] -2013-12-03 08:11:51 queue INFO >>83 [190] -2013-12-03 08:12:41 queue INFO >>83 [191] -2013-12-03 08:13:31 queue INFO >>83 [192] -2013-12-03 08:13:33 queue INFO 87 [193] -2013-12-03 08:13:35 queue INFO >87 [194] -2013-12-03 08:13:36 queue INFO 83 [195] -2013-12-03 08:13:38 queue INFO >83 [196] -2013-12-03 08:14:28 queue INFO >>83 [197] -2013-12-03 08:15:18 queue INFO >>83 [198] -2013-12-03 08:16:08 queue INFO >>83 [199] -2013-12-03 08:16:58 queue INFO >>83 [200] -2013-12-03 08:17:48 queue INFO >>83 [201] -2013-12-03 08:18:38 queue INFO >>83 [202] -2013-12-03 08:19:28 queue INFO >>83 [203] -2013-12-03 08:20:19 queue INFO >>83 [204] -2013-12-03 08:20:32 queue INFO 87 [205] -2013-12-03 08:20:33 queue INFO >87 [206] -2013-12-03 08:20:35 queue INFO 83 [207] -2013-12-03 08:20:36 queue INFO >83 [208] -2013-12-03 08:21:26 queue INFO >>83 [209] -2013-12-03 08:22:16 queue INFO >>83 [210] -2013-12-03 08:23:07 queue INFO >>83 [211] -2013-12-03 08:23:57 queue INFO >>83 [212] -2013-12-03 08:24:47 queue INFO >>83 [213] -2013-12-03 08:25:37 queue INFO >>83 [214] -2013-12-03 08:26:27 queue INFO >>83 [215] -2013-12-03 08:27:17 queue INFO >>83 [216] -2013-12-03 08:27:20 queue INFO 87 [217] -2013-12-03 08:27:21 queue INFO >87 [218] -2013-12-03 08:27:23 queue INFO 83 [219] -2013-12-03 08:27:24 queue INFO >83 [220] -2013-12-03 08:28:14 queue INFO >>83 [221] -2013-12-03 08:29:04 queue INFO >>83 [222] -2013-12-03 08:29:55 queue INFO >>83 [223] -2013-12-03 08:30:45 queue INFO >>83 [224] -2013-12-03 08:31:35 queue INFO >>83 [225] -2013-12-03 08:32:25 queue INFO >>83 [226] -2013-12-03 08:33:15 queue INFO >>83 [227] -2013-12-03 08:34:05 queue INFO >>83 [228] -2013-12-03 08:34:08 queue INFO 87 [229] -2013-12-03 08:34:10 queue INFO >87 [230] -2013-12-03 08:34:11 queue INFO 83 [231] -2013-12-03 08:34:13 queue INFO >83 [232] -2013-12-03 08:35:03 queue INFO >>83 [233] -2013-12-03 08:35:53 queue INFO >>83 [234] -2013-12-03 08:36:43 queue INFO >>83 [235] -2013-12-03 08:37:33 queue INFO >>83 [236] -2013-12-03 08:38:23 queue INFO >>83 [237] -2013-12-03 08:39:14 queue INFO >>83 [238] -2013-12-03 08:40:04 queue INFO >>83 [239] -2013-12-03 08:40:54 queue INFO >>83 [240] -2013-12-03 08:40:55 queue INFO 87 [241] -2013-12-03 08:40:57 queue INFO >87 [242] -2013-12-03 08:40:58 queue INFO 83 [243] -2013-12-03 08:41:00 queue INFO >83 [244] -2013-12-03 08:41:50 queue INFO >>83 [245] -2013-12-03 08:42:40 queue INFO >>83 [246] -2013-12-03 08:43:30 queue INFO >>83 [247] -2013-12-03 08:43:31 program INFO Avvio ProgrammaReadPar IOB-pi v.1.6 -2013-12-03 08:43:31 program INFO Start ReadPar IOB-pi v.1.6 -2013-12-03 08:43:31 program INFO Avvio loop principale -2013-12-03 08:43:31 queue INFO 83 [0] -2013-12-03 08:43:32 program ERROR IOB offline -2013-12-03 08:43:33 queue INFO >83 [1] -2013-12-03 08:44:20 queue INFO >>83 [248] -2013-12-03 08:44:21 program INFO IOB ONLINE! -2013-12-03 08:44:21 program INFO IOB ONLINE! -2013-12-03 08:44:21 program ERROR IOB offline -2013-12-03 08:44:21 sendUrl INFO 83 [0] -2013-12-03 08:44:21 sendUrl INFO 83 [0] -2013-12-03 08:44:21 program INFO IOB ONLINE! -2013-12-03 08:44:21 sendUrl INFO 83 [1] -2013-12-03 08:44:21 program ERROR IOB offline -2013-12-03 08:44:22 program INFO IOB ONLINE! -2013-12-03 08:44:22 program INFO WAIT active send to complete -2013-12-03 08:44:22 program INFO WAIT active send to complete -2013-12-03 08:44:22 program ERROR IOB offline -2013-12-03 08:44:23 queue INFO >>83 [2] -2013-12-03 08:44:23 program ERROR IOB offline -2013-12-03 08:44:24 program INFO IOB ONLINE! -2013-12-03 08:44:24 program INFO WAIT active send to complete -2013-12-03 08:44:24 program INFO IOB ONLINE! -2013-12-03 08:44:24 program INFO WAIT active send to complete -2013-12-03 08:44:24 sendUrl INFO 83 [2] -2013-12-03 08:44:24 program ERROR IOB offline -2013-12-03 08:44:51 sendUrl INFO 83 [1] -2013-12-03 08:45:11 queue INFO >>83 [249] -2013-12-03 08:45:13 queue INFO >>83 [3] -2013-12-03 08:45:13 program ERROR IOB offline -2013-12-03 08:45:24 program INFO IOB ONLINE! -2013-12-03 08:45:24 sendUrl INFO 83 [3] -2013-12-03 08:45:24 program INFO IOB ONLINE! -2013-12-03 08:45:24 sendUrl INFO 83 [2] -2013-12-03 08:45:24 sendUrl INFO 83 [3] -2013-12-03 08:45:25 program ERROR IOB offline -2013-12-03 08:45:55 program INFO IOB ONLINE! -2013-12-03 08:45:55 sendUrl INFO 83 [4] -2013-12-03 08:45:55 sendUrl INFO 83 [5] -2013-12-03 08:45:55 program ERROR IOB offline -2013-12-03 08:46:01 queue INFO >>83 [250] -2013-12-03 08:46:03 queue INFO >>83 [4] -2013-12-03 08:46:03 program ERROR IOB offline -2013-12-03 08:46:25 program INFO IOB ONLINE! -2013-12-03 08:46:25 sendUrl INFO 83 [4] -2013-12-03 08:46:25 program INFO IOB ONLINE! -2013-12-03 08:46:25 sendUrl INFO 83 [6] -2013-12-03 08:46:25 sendUrl INFO 83 [7] -2013-12-03 08:46:25 program ERROR IOB offline -2013-12-03 08:46:51 queue INFO >>83 [251] -2013-12-03 08:46:55 program INFO IOB ONLINE! -2013-12-03 08:46:55 sendUrl INFO 83 [8] -2013-12-03 08:46:56 program ERROR IOB offline -2013-12-03 08:47:41 program INFO Avvio ProgrammaReadPar IOB-pi v.1.6 -2013-12-03 08:47:41 program INFO Start ReadPar IOB-pi v.1.6 -2013-12-03 08:47:41 program INFO Avvio loop principale -2013-12-03 08:47:41 queue INFO 83 [0] -2013-12-03 08:47:41 program ERROR IOB offline -2013-12-03 08:47:42 queue INFO 87 [1] -2013-12-03 08:47:44 queue INFO >87 [2] -2013-12-03 08:47:46 queue INFO 83 [3] -2013-12-03 08:47:47 queue INFO >83 [4] -2013-12-03 08:47:56 program INFO IOB ONLINE! -2013-12-03 08:47:56 sendUrl INFO 83 [0] -2013-12-03 08:47:56 sendUrl INFO 87 [1] -2013-12-03 08:47:56 program ERROR IOB offline -2013-12-03 08:48:26 program INFO IOB ONLINE! -2013-12-03 08:48:26 sendUrl INFO 87 [2] -2013-12-03 08:48:26 sendUrl INFO 83 [3] -2013-12-03 08:48:37 queue INFO >>83 [5] -2013-12-03 08:48:37 program ERROR IOB offline -2013-12-03 08:48:56 sendUrl INFO 83 [4] -2013-12-03 08:48:57 program INFO IOB ONLINE! -2013-12-03 08:48:57 sendUrl INFO 83 [5] -2013-12-03 08:49:27 queue INFO >>83 [6] -2013-12-03 08:49:27 program ERROR IOB offline -2013-12-03 08:49:57 program INFO IOB ONLINE! -2013-12-03 08:49:57 sendUrl INFO 83 [6] -2013-12-03 08:50:17 queue INFO >>83 [7] -2013-12-03 08:50:18 program ERROR IOB offline -2013-12-03 08:50:27 program INFO IOB ONLINE! -2013-12-03 08:50:27 sendUrl INFO 83 [7] -2013-12-03 08:51:08 queue INFO >>83 [8] -2013-12-03 08:51:08 program ERROR IOB offline -2013-12-03 08:51:28 program INFO IOB ONLINE! -2013-12-03 08:51:28 sendUrl INFO 83 [8] -2013-12-03 08:51:58 queue INFO >>83 [9] -2013-12-03 08:51:58 program ERROR IOB offline -2013-12-03 08:51:58 program INFO IOB ONLINE! -2013-12-03 08:52:28 sendUrl INFO 83 [9] -2013-12-03 08:52:48 queue INFO >>83 [10] -2013-12-03 08:52:48 program ERROR IOB offline -2013-12-03 08:52:59 program INFO IOB ONLINE! -2013-12-03 08:52:59 sendUrl INFO 83 [10] -2013-12-03 08:53:38 queue INFO >>83 [11] -2013-12-03 08:53:38 program ERROR IOB offline -2013-12-03 08:54:28 queue INFO >>83 [12] -2013-12-03 08:54:29 program INFO IOB ONLINE! -2013-12-03 08:54:29 sendUrl INFO 83 [11] -2013-12-03 08:54:29 sendUrl INFO 83 [12] -2013-12-03 08:54:30 queue INFO 87 [13] -2013-12-03 08:54:30 program ERROR IOB offline -2013-12-03 08:54:32 queue INFO >87 [14] -2013-12-03 08:54:33 queue INFO 83 [15] -2013-12-03 08:54:35 queue INFO >83 [16] -2013-12-03 08:55:00 program INFO IOB ONLINE! -2013-12-03 08:55:00 sendUrl INFO 87 [13] -2013-12-03 08:55:00 sendUrl INFO 87 [14] -2013-12-03 08:55:01 sendUrl INFO 83 [15] -2013-12-03 08:55:01 program ERROR IOB offline -2013-12-03 08:55:24 queue INFO >>83 [17] -2013-12-03 08:56:01 program INFO IOB ONLINE! -2013-12-03 08:56:01 program ERROR IOB offline -2013-12-03 08:56:15 queue INFO >>83 [18] -2013-12-03 08:56:31 sendUrl INFO 83 [16] -2013-12-03 08:56:31 program INFO IOB ONLINE! -2013-12-03 08:56:31 program INFO WAIT active send to complete -2013-12-03 08:56:31 program ERROR IOB offline -2013-12-03 08:57:01 sendUrl INFO 83 [17] -2013-12-03 08:57:05 queue INFO >>83 [19] -2013-12-03 08:57:31 program INFO IOB ONLINE! -2013-12-03 08:57:31 sendUrl INFO 83 [18] -2013-12-03 08:57:32 sendUrl INFO 83 [19] -2013-12-03 08:57:55 queue INFO >>83 [20] -2013-12-03 08:57:55 program ERROR IOB offline -2013-12-03 08:58:02 program INFO IOB ONLINE! -2013-12-03 08:58:02 sendUrl INFO 83 [20] -2013-12-03 08:58:45 queue INFO >>83 [21] -2013-12-03 08:58:45 program ERROR IOB offline -2013-12-03 08:59:02 program INFO IOB ONLINE! -2013-12-03 08:59:02 sendUrl INFO 83 [21] -2013-12-03 08:59:35 queue INFO >>83 [22] -2013-12-03 08:59:35 program ERROR IOB offline -2013-12-03 09:00:03 program INFO IOB ONLINE! -2013-12-03 09:00:03 sendUrl INFO 83 [22] -2013-12-03 09:00:25 queue INFO >>83 [23] -2013-12-03 09:00:25 program ERROR IOB offline -2013-12-03 09:01:06 program INFO IOB ONLINE! -2013-12-03 09:01:15 queue INFO >>83 [24] -2013-12-03 09:01:15 program ERROR IOB offline -2013-12-03 09:01:28 queue INFO 87 [25] -2013-12-03 09:01:30 queue INFO >87 [26] -2013-12-03 09:01:31 queue INFO 83 [27] -2013-12-03 09:01:33 queue INFO >83 [28] -2013-12-03 09:01:36 sendUrl INFO 83 [23] -2013-12-03 09:02:07 program INFO IOB ONLINE! -2013-12-03 09:02:07 sendUrl INFO 83 [24] -2013-12-03 09:02:07 program ERROR IOB offline -2013-12-03 09:02:23 queue INFO >>83 [29] -2013-12-03 09:02:37 program INFO IOB ONLINE! -2013-12-03 09:02:37 sendUrl INFO 87 [25] -2013-12-03 09:02:37 program ERROR IOB offline -2013-12-03 09:03:07 program INFO IOB ONLINE! -2013-12-03 09:03:07 sendUrl INFO 87 [26] -2013-12-03 09:03:07 program ERROR IOB offline -2013-12-03 09:03:13 queue INFO >>83 [30] -2013-12-03 09:03:37 sendUrl INFO 83 [27] -2013-12-03 09:04:03 queue INFO >>83 [31] -2013-12-03 09:04:07 program INFO IOB ONLINE! -2013-12-03 09:04:08 program INFO WAIT active send to complete -2013-12-03 09:04:08 program INFO WAIT active send to complete -2013-12-03 09:04:08 program INFO WAIT active send to complete -2013-12-03 09:04:08 program INFO WAIT active send to complete -2013-12-03 09:04:09 program INFO WAIT active send to complete -2013-12-03 09:04:09 program INFO WAIT active send to complete -2013-12-03 09:04:09 program ERROR IOB offline -2013-12-03 09:04:37 sendUrl INFO 83 [28] -2013-12-03 09:04:39 program INFO IOB ONLINE! -2013-12-03 09:04:39 sendUrl INFO 83 [29] -2013-12-03 09:04:39 program ERROR IOB offline -2013-12-03 09:04:49 queue INFO 81 [32] -2013-12-03 09:04:51 queue INFO >81 [33] -2013-12-03 09:05:09 program INFO IOB ONLINE! -2013-12-03 09:05:09 sendUrl INFO 83 [30] -2013-12-03 09:05:09 program ERROR IOB offline -2013-12-03 09:05:41 queue INFO >>81 [34] -2013-12-03 09:06:09 program INFO IOB ONLINE! -2013-12-03 09:06:09 sendUrl INFO 83 [31] -2013-12-03 09:06:09 program ERROR IOB offline -2013-12-03 09:06:31 queue INFO >>81 [35] -2013-12-03 09:07:09 program INFO IOB ONLINE! -2013-12-03 09:07:09 sendUrl INFO 81 [32] -2013-12-03 09:07:10 program ERROR IOB offline -2013-12-03 09:07:21 queue INFO >>81 [36] -2013-12-03 09:07:40 program INFO IOB ONLINE! -2013-12-03 09:07:40 sendUrl INFO 81 [33] -2013-12-03 09:07:40 program ERROR IOB offline -2013-12-03 09:08:09 queue INFO 83 [37] -2013-12-03 09:08:11 queue INFO >83 [38] -2013-12-03 09:08:26 queue INFO 87 [39] -2013-12-03 09:08:28 queue INFO >87 [40] -2013-12-03 09:08:29 queue INFO 83 [41] -2013-12-03 09:08:31 queue INFO >83 [42] -2013-12-03 09:08:40 program INFO IOB ONLINE! -2013-12-03 09:08:40 program ERROR IOB offline -2013-12-03 09:09:10 sendUrl INFO 81 [34] -2013-12-03 09:09:10 program INFO IOB ONLINE! -2013-12-03 09:09:10 sendUrl INFO 81 [35] -2013-12-03 09:09:10 program ERROR IOB offline -2013-12-03 09:09:20 queue INFO >>83 [43] -2013-12-03 09:10:10 program INFO IOB ONLINE! -2013-12-03 09:10:10 sendUrl INFO 81 [36] -2013-12-03 09:10:11 program ERROR IOB offline -2013-12-03 09:10:11 queue INFO >>83 [44] -2013-12-03 09:10:41 program INFO IOB ONLINE! -2013-12-03 09:10:41 sendUrl INFO 83 [37] -2013-12-03 09:10:41 program ERROR IOB offline -2013-12-03 09:11:01 queue INFO >>83 [45] -2013-12-03 09:11:11 program INFO IOB ONLINE! -2013-12-03 09:11:11 program INFO WAIT active send to complete -2013-12-03 09:11:11 program INFO WAIT active send to complete -2013-12-03 09:11:11 program INFO WAIT active send to complete -2013-12-03 09:11:12 program INFO WAIT active send to complete -2013-12-03 09:11:12 program INFO WAIT active send to complete -2013-12-03 09:11:12 program INFO WAIT active send to complete -2013-12-03 09:11:12 program INFO WAIT active send to complete -2013-12-03 09:11:12 program INFO WAIT active send to complete -2013-12-03 09:11:13 program INFO WAIT active send to complete -2013-12-03 09:11:13 program INFO WAIT active send to complete -2013-12-03 09:11:13 program INFO WAIT active send to complete -2013-12-03 09:11:13 program INFO WAIT active send to complete -2013-12-03 09:11:13 program INFO WAIT active send to complete -2013-12-03 09:11:14 program INFO WAIT active send to complete -2013-12-03 09:11:14 program INFO WAIT active send to complete -2013-12-03 09:11:14 program INFO WAIT active send to complete -2013-12-03 09:11:14 program INFO WAIT active send to complete -2013-12-03 09:11:14 program INFO WAIT active send to complete -2013-12-03 09:11:15 program INFO WAIT active send to complete -2013-12-03 09:11:15 program INFO WAIT active send to complete -2013-12-03 09:11:15 program INFO WAIT active send to complete -2013-12-03 09:11:15 program INFO WAIT active send to complete -2013-12-03 09:11:15 program INFO WAIT active send to complete -2013-12-03 09:11:16 program INFO WAIT active send to complete -2013-12-03 09:11:16 program INFO WAIT active send to complete -2013-12-03 09:11:16 program INFO WAIT active send to complete -2013-12-03 09:11:16 program INFO WAIT active send to complete -2013-12-03 09:11:17 program INFO WAIT active send to complete -2013-12-03 09:11:17 program INFO WAIT active send to complete -2013-12-03 09:11:17 program INFO WAIT active send to complete -2013-12-03 09:11:17 program INFO WAIT active send to complete -2013-12-03 09:11:17 program INFO WAIT active send to complete -2013-12-03 09:11:18 program INFO WAIT active send to complete -2013-12-03 09:11:18 program INFO WAIT active send to complete -2013-12-03 09:11:18 program INFO WAIT active send to complete -2013-12-03 09:11:18 program INFO WAIT active send to complete -2013-12-03 09:11:18 program INFO WAIT active send to complete -2013-12-03 09:11:19 program INFO WAIT active send to complete -2013-12-03 09:11:19 program INFO WAIT active send to complete -2013-12-03 09:11:19 program INFO WAIT active send to complete -2013-12-03 09:11:19 program INFO WAIT active send to complete -2013-12-03 09:11:19 program INFO WAIT active send to complete -2013-12-03 09:11:20 program INFO WAIT active send to complete -2013-12-03 09:11:20 program INFO WAIT active send to complete -2013-12-03 09:11:20 program INFO WAIT active send to complete -2013-12-03 09:11:20 program INFO WAIT active send to complete -2013-12-03 09:11:20 program INFO WAIT active send to complete -2013-12-03 09:11:21 program INFO WAIT active send to complete -2013-12-03 09:11:21 program ERROR IOB offline -2013-12-03 09:11:41 sendUrl INFO 83 [38] -2013-12-03 09:11:51 program INFO IOB ONLINE! -2013-12-03 09:11:51 sendUrl INFO 87 [39] -2013-12-03 09:11:51 queue INFO >>83 [46] -2013-12-03 09:11:51 program ERROR IOB offline -2013-12-03 09:12:21 program INFO IOB ONLINE! -2013-12-03 09:12:21 sendUrl INFO 87 [40] -2013-12-03 09:12:21 program ERROR IOB offline -2013-12-03 09:12:41 queue INFO >>83 [47] -2013-12-03 09:13:21 program INFO IOB ONLINE! -2013-12-03 09:13:21 sendUrl INFO 83 [41] -2013-12-03 09:13:22 program ERROR IOB offline -2013-12-03 09:13:31 queue INFO >>83 [48] -2013-12-03 09:14:21 queue INFO >>83 [49] -2013-12-03 09:14:22 program INFO IOB ONLINE! -2013-12-03 09:14:22 sendUrl INFO 83 [42] -2013-12-03 09:14:22 sendUrl INFO 83 [43] -2013-12-03 09:14:22 program ERROR IOB offline -2013-12-03 09:14:52 program INFO IOB ONLINE! -2013-12-03 09:14:52 sendUrl INFO 83 [44] -2013-12-03 09:14:52 program ERROR IOB offline -2013-12-03 09:15:12 queue INFO >>83 [50] -2013-12-03 09:15:13 queue INFO 87 [51] -2013-12-03 09:15:15 queue INFO >87 [52] -2013-12-03 09:15:16 queue INFO 83 [53] -2013-12-03 09:15:18 queue INFO >83 [54] -2013-12-03 09:15:22 program INFO IOB ONLINE! -2013-12-03 09:15:22 sendUrl INFO 83 [45] -2013-12-03 09:15:22 program ERROR IOB offline -2013-12-03 09:15:52 program INFO IOB ONLINE! -2013-12-03 09:15:52 sendUrl INFO 83 [46] -2013-12-03 09:15:53 program ERROR IOB offline -2013-12-03 09:16:08 queue INFO >>83 [55] -2013-12-03 09:16:23 program INFO IOB ONLINE! -2013-12-03 09:16:23 sendUrl INFO 83 [47] -2013-12-03 09:16:23 program ERROR IOB offline -2013-12-03 09:16:58 queue INFO >>83 [56] -2013-12-03 09:17:23 program INFO IOB ONLINE! -2013-12-03 09:17:23 sendUrl INFO 83 [48] -2013-12-03 09:17:23 program ERROR IOB offline -2013-12-03 09:17:48 queue INFO >>83 [57] -2013-12-03 09:17:53 program INFO IOB ONLINE! -2013-12-03 09:17:53 sendUrl INFO 83 [49] -2013-12-03 09:17:53 program ERROR IOB offline -2013-12-03 09:18:22 program INFO IOB ONLINE! -2013-12-03 09:18:22 sendUrl INFO 83 [50] -2013-12-03 09:18:23 program ERROR IOB offline -2013-12-03 09:18:38 queue INFO >>83 [58] -2013-12-03 09:19:23 program INFO IOB ONLINE! -2013-12-03 09:19:23 program ERROR IOB offline -2013-12-03 09:19:28 queue INFO >>83 [59] -2013-12-03 09:19:53 sendUrl INFO 87 [51] -2013-12-03 09:19:53 program INFO IOB ONLINE! -2013-12-03 09:19:53 program INFO WAIT active send to complete -2013-12-03 09:19:53 program ERROR IOB offline -2013-12-03 09:20:18 queue INFO >>83 [60] -2013-12-03 09:20:23 sendUrl INFO 87 [52] -2013-12-03 09:20:23 program INFO IOB ONLINE! -2013-12-03 09:20:23 sendUrl INFO 83 [53] -2013-12-03 09:20:24 program ERROR IOB offline -2013-12-03 09:20:54 program INFO IOB ONLINE! -2013-12-03 09:20:54 program ERROR IOB offline -2013-12-03 09:21:08 queue INFO >>83 [61] -2013-12-03 09:21:24 sendUrl INFO 83 [54] -2013-12-03 09:21:24 program INFO IOB ONLINE! -2013-12-03 09:21:24 sendUrl INFO 83 [55] -2013-12-03 09:21:24 program ERROR IOB offline -2013-12-03 09:21:54 program INFO IOB ONLINE! -2013-12-03 09:21:54 program INFO WAIT active send to complete -2013-12-03 09:21:54 program INFO WAIT active send to complete -2013-12-03 09:21:55 program ERROR IOB offline -2013-12-03 09:21:59 queue INFO >>83 [62] -2013-12-03 09:22:00 queue INFO 87 [63] -2013-12-03 09:22:02 queue INFO >87 [64] -2013-12-03 09:22:03 queue INFO 83 [65] -2013-12-03 09:22:05 queue INFO >83 [66] -2013-12-03 09:22:24 sendUrl INFO 83 [56] -2013-12-03 09:22:25 program INFO IOB ONLINE! -2013-12-03 09:22:25 sendUrl INFO 83 [57] -2013-12-03 09:22:25 program ERROR IOB offline -2013-12-03 09:22:55 sendUrl INFO 83 [58] -2013-12-03 09:22:55 queue INFO >>83 [67] -2013-12-03 09:23:25 program INFO IOB ONLINE! -2013-12-03 09:23:25 sendUrl INFO 83 [59] -2013-12-03 09:23:25 sendUrl INFO 83 [60] -2013-12-03 09:23:26 program ERROR IOB offline -2013-12-03 09:23:26 program INFO IOB ONLINE! -2013-12-03 09:23:26 sendUrl INFO 83 [61] -2013-12-03 09:23:26 program ERROR IOB offline -2013-12-03 09:23:45 queue INFO >>83 [68] -2013-12-03 09:23:56 program INFO IOB ONLINE! -2013-12-03 09:23:56 program ERROR IOB offline -2013-12-03 09:24:26 sendUrl INFO 83 [62] -2013-12-03 09:24:26 program INFO IOB ONLINE! -2013-12-03 09:24:26 sendUrl INFO 87 [63] -2013-12-03 09:24:27 sendUrl INFO 87 [64] -2013-12-03 09:24:27 sendUrl INFO 83 [65] -2013-12-03 09:24:27 program ERROR IOB offline -2013-12-03 09:24:35 queue INFO >>83 [69] -2013-12-03 09:24:57 program INFO IOB ONLINE! -2013-12-03 09:24:57 sendUrl INFO 83 [66] -2013-12-03 09:24:57 sendUrl INFO 83 [67] -2013-12-03 09:24:57 program ERROR IOB offline -2013-12-03 09:25:25 queue INFO >>83 [70] -2013-12-03 09:25:27 program INFO IOB ONLINE! -2013-12-03 09:25:27 sendUrl INFO 83 [68] -2013-12-03 09:25:28 sendUrl INFO 83 [69] -2013-12-03 09:25:28 program ERROR IOB offline -2013-12-03 09:25:38 program INFO IOB ONLINE! -2013-12-03 09:25:38 program INFO WAIT active send to complete -2013-12-03 09:25:38 program INFO WAIT active send to complete -2013-12-03 09:25:38 program INFO WAIT active send to complete -2013-12-03 09:25:38 program INFO WAIT active send to complete -2013-12-03 09:25:38 program INFO WAIT active send to complete -2013-12-03 09:25:38 program INFO WAIT active send to complete -2013-12-03 09:25:38 sendUrl INFO 83 [70] -2013-12-03 09:25:38 program INFO WAIT active send to complete -2013-12-03 09:26:16 queue INFO >>83 [71] -2013-12-03 09:28:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.6 -2013-12-03 09:28:02 program INFO Start ReadPar IOB-pi v.1.6 -2013-12-03 09:28:02 program INFO Avvio loop principale -2013-12-03 09:28:02 queue INFO 83 [0] -2013-12-03 09:28:02 program ERROR Server offline -2013-12-03 09:28:04 queue INFO >83 [1] -2013-12-03 09:28:37 program INFO IOB ONLINE! -2013-12-03 09:28:37 sendUrl INFO 83 [0] -2013-12-03 09:28:37 program ERROR IOB offline -2013-12-03 09:28:48 queue INFO 87 [2] -2013-12-03 09:28:50 queue INFO >87 [3] -2013-12-03 09:28:51 queue INFO 83 [4] -2013-12-03 09:28:53 queue INFO >83 [5] -2013-12-03 09:29:07 program INFO IOB ONLINE! -2013-12-03 09:29:07 program ERROR IOB offline -2013-12-03 09:29:43 queue INFO >>83 [6] -2013-12-03 09:30:33 queue INFO >>83 [7] -2013-12-03 09:31:23 queue INFO >>83 [8] -2013-12-03 09:32:13 queue INFO >>83 [9] -2013-12-03 09:33:03 queue INFO >>83 [10] -2013-12-03 09:33:04 program INFO IOB ONLINE! -2013-12-03 09:33:04 program INFO WAIT active send to complete -2013-12-03 09:33:04 program INFO WAIT active send to complete -2013-12-03 09:33:04 program INFO WAIT active send to complete -2013-12-03 09:33:04 program INFO WAIT active send to complete -2013-12-03 09:33:05 program INFO WAIT active send to complete -2013-12-03 09:33:05 program INFO WAIT active send to complete -2013-12-03 09:33:05 program INFO WAIT active send to complete -2013-12-03 09:33:05 program ERROR IOB offline -2013-12-03 09:33:53 queue INFO >>83 [11] -2013-12-03 09:34:43 queue INFO >>83 [12] -2013-12-03 09:35:34 queue INFO >>83 [13] -2013-12-03 09:35:36 queue INFO 87 [14] -2013-12-03 09:35:38 queue INFO >87 [15] -2013-12-03 09:35:39 queue INFO 83 [16] -2013-12-03 09:35:41 queue INFO >83 [17] -2013-12-03 09:36:31 queue INFO >>83 [18] -2013-12-03 09:37:21 queue INFO >>83 [19] -2013-12-03 09:38:11 queue INFO >>83 [20] -2013-12-03 09:39:01 queue INFO >>83 [21] -2013-12-03 09:39:51 queue INFO >>83 [22] -2013-12-03 09:40:23 program INFO IOB ONLINE! -2013-12-03 09:40:23 program INFO WAIT active send to complete -2013-12-03 09:40:23 program INFO IOB ONLINE! -2013-12-03 09:40:23 program INFO IOB ONLINE! -2013-12-03 09:40:23 program INFO WAIT active send to complete -2013-12-03 09:40:23 program ERROR IOB offline -2013-12-03 09:40:23 program INFO WAIT active send to complete -2013-12-03 09:40:23 program INFO IOB ONLINE! -2013-12-03 09:40:23 program INFO WAIT active send to complete -2013-12-03 09:40:23 program ERROR IOB offline -2013-12-03 09:40:23 program INFO WAIT active send to complete -2013-12-03 09:40:23 program INFO IOB ONLINE! -2013-12-03 09:40:23 program INFO WAIT active send to complete -2013-12-03 09:40:24 program INFO WAIT active send to complete -2013-12-03 09:40:24 program INFO WAIT active send to complete -2013-12-03 09:40:24 program INFO WAIT active send to complete -2013-12-03 09:40:24 program ERROR IOB offline -2013-12-03 09:40:41 queue INFO >>83 [23] -2013-12-03 09:41:32 queue INFO >>83 [24] -2013-12-03 09:42:22 queue INFO >>83 [25] -2013-12-03 09:42:35 queue INFO 87 [26] -2013-12-03 09:42:37 queue INFO >87 [27] -2013-12-03 09:42:39 queue INFO 83 [28] -2013-12-03 09:42:40 queue INFO >83 [29] -2013-12-03 09:43:30 queue INFO >>83 [30] -2013-12-03 09:44:20 queue INFO >>83 [31] -2013-12-03 09:45:10 queue INFO >>83 [32] -2013-12-03 09:46:01 queue INFO >>83 [33] -2013-12-03 09:46:51 queue INFO >>83 [34] -2013-12-03 09:47:41 queue INFO >>83 [35] -2013-12-03 09:48:31 queue INFO >>83 [36] -2013-12-03 09:49:21 queue INFO >>83 [37] -2013-12-03 09:49:23 queue INFO 87 [38] -2013-12-03 09:49:24 queue INFO >87 [39] -2013-12-03 09:49:26 queue INFO 83 [40] -2013-12-03 09:49:27 queue INFO >83 [41] -2013-12-03 09:49:54 program INFO IOB ONLINE! -2013-12-03 09:49:54 program INFO WAIT active send to complete -2013-12-03 09:49:54 program INFO WAIT active send to complete -2013-12-03 09:49:54 program INFO WAIT active send to complete -2013-12-03 09:49:55 program ERROR IOB offline -2013-12-03 09:50:17 queue INFO >>83 [42] -2013-12-03 09:50:25 program INFO IOB ONLINE! -2013-12-03 09:50:25 program INFO WAIT active send to complete -2013-12-03 09:50:25 program INFO WAIT active send to complete -2013-12-03 09:50:25 program INFO WAIT active send to complete -2013-12-03 09:50:25 program INFO WAIT active send to complete -2013-12-03 09:50:26 program INFO WAIT active send to complete -2013-12-03 09:50:26 program ERROR IOB offline -2013-12-03 09:50:56 program INFO IOB ONLINE! -2013-12-03 09:50:56 program INFO WAIT active send to complete -2013-12-03 09:50:56 program INFO WAIT active send to complete -2013-12-03 09:50:56 program ERROR IOB offline -2013-12-03 09:51:07 queue INFO >>83 [43] -2013-12-03 09:51:56 program INFO IOB ONLINE! -2013-12-03 09:51:56 program INFO WAIT active send to complete -2013-12-03 09:51:56 program INFO WAIT active send to complete -2013-12-03 09:51:57 program INFO WAIT active send to complete -2013-12-03 09:51:57 program INFO WAIT active send to complete -2013-12-03 09:51:57 program ERROR IOB offline -2013-12-03 09:51:57 program INFO IOB ONLINE! -2013-12-03 09:51:57 program INFO WAIT active send to complete -2013-12-03 09:51:57 program INFO WAIT active send to complete -2013-12-03 09:51:58 queue INFO >>83 [44] -2013-12-03 09:51:58 program INFO WAIT active send to complete -2013-12-03 09:51:58 program INFO WAIT active send to complete -2013-12-03 09:51:58 program INFO WAIT active send to complete -2013-12-03 09:51:58 program INFO WAIT active send to complete -2013-12-03 09:51:58 program INFO WAIT active send to complete -2013-12-03 09:51:59 program INFO WAIT active send to complete -2013-12-03 09:51:59 program INFO WAIT active send to complete -2013-12-03 09:51:59 program INFO WAIT active send to complete -2013-12-03 09:51:59 program INFO WAIT active send to complete -2013-12-03 09:51:59 program INFO WAIT active send to complete -2013-12-03 09:52:00 program ERROR IOB offline -2013-12-03 09:52:00 program INFO IOB ONLINE! -2013-12-03 09:52:00 program INFO WAIT active send to complete -2013-12-03 09:52:00 program ERROR IOB offline -2013-12-03 09:52:30 program INFO IOB ONLINE! -2013-12-03 09:52:30 program INFO WAIT active send to complete -2013-12-03 09:52:30 program INFO WAIT active send to complete -2013-12-03 09:52:30 program INFO WAIT active send to complete -2013-12-03 09:52:31 program INFO WAIT active send to complete -2013-12-03 09:52:31 program INFO WAIT active send to complete -2013-12-03 09:52:31 program ERROR IOB offline -2013-12-03 09:52:48 queue INFO >>83 [45] -2013-12-03 09:53:31 program INFO IOB ONLINE! -2013-12-03 09:53:31 program INFO WAIT active send to complete -2013-12-03 09:53:31 program INFO WAIT active send to complete -2013-12-03 09:53:31 program INFO WAIT active send to complete -2013-12-03 09:53:31 program INFO WAIT active send to complete -2013-12-03 09:53:32 program INFO WAIT active send to complete -2013-12-03 09:53:32 program ERROR IOB offline -2013-12-03 09:53:38 queue INFO >>83 [46] -2013-12-03 09:54:02 program INFO IOB ONLINE! -2013-12-03 09:54:02 program INFO WAIT active send to complete -2013-12-03 09:54:02 program INFO WAIT active send to complete -2013-12-03 09:54:02 program INFO WAIT active send to complete -2013-12-03 09:54:02 program INFO WAIT active send to complete -2013-12-03 09:54:03 program ERROR IOB offline -2013-12-03 09:54:28 queue INFO >>83 [47] -2013-12-03 09:54:33 program INFO IOB ONLINE! -2013-12-03 09:54:33 program INFO WAIT active send to complete -2013-12-03 09:54:33 program INFO WAIT active send to complete -2013-12-03 09:54:33 program INFO WAIT active send to complete -2013-12-03 09:54:33 program INFO WAIT active send to complete -2013-12-03 09:54:33 program INFO WAIT active send to complete -2013-12-03 09:54:34 program INFO WAIT active send to complete -2013-12-03 09:54:34 program INFO WAIT active send to complete -2013-12-03 09:54:34 program INFO WAIT active send to complete -2013-12-03 09:54:34 program INFO WAIT active send to complete -2013-12-03 09:54:34 program INFO WAIT active send to complete -2013-12-03 09:54:35 program INFO WAIT active send to complete -2013-12-03 09:54:35 program INFO WAIT active send to complete -2013-12-03 09:54:35 program INFO WAIT active send to complete -2013-12-03 09:54:35 program INFO WAIT active send to complete -2013-12-03 09:54:35 program ERROR IOB offline -2013-12-03 09:55:05 program INFO IOB ONLINE! -2013-12-03 09:55:05 program INFO WAIT active send to complete -2013-12-03 09:55:06 program ERROR IOB offline -2013-12-03 09:55:06 program INFO IOB ONLINE! -2013-12-03 09:55:06 program INFO WAIT active send to complete -2013-12-03 09:55:06 program INFO WAIT active send to complete -2013-12-03 09:55:06 program INFO WAIT active send to complete -2013-12-03 09:55:07 program INFO WAIT active send to complete -2013-12-03 09:55:07 program ERROR IOB offline -2013-12-03 09:55:18 queue INFO >>83 [48] -2013-12-03 09:55:36 program INFO IOB ONLINE! -2013-12-03 09:55:36 program INFO WAIT active send to complete -2013-12-03 09:55:36 program INFO WAIT active send to complete -2013-12-03 09:55:36 program INFO WAIT active send to complete -2013-12-03 09:55:36 program INFO WAIT active send to complete -2013-12-03 09:55:37 program INFO WAIT active send to complete -2013-12-03 09:55:37 program ERROR IOB offline -2013-12-03 09:55:37 program INFO IOB ONLINE! -2013-12-03 09:55:37 program INFO WAIT active send to complete -2013-12-03 09:55:37 program ERROR IOB offline -2013-12-03 09:56:07 program INFO IOB ONLINE! -2013-12-03 09:56:07 program INFO WAIT active send to complete -2013-12-03 09:56:07 program ERROR IOB offline -2013-12-03 09:56:08 program INFO IOB ONLINE! -2013-12-03 09:56:08 program INFO WAIT active send to complete -2013-12-03 09:56:08 program INFO WAIT active send to complete -2013-12-03 09:56:08 program ERROR IOB offline -2013-12-03 09:56:08 queue INFO >>83 [49] -2013-12-03 09:56:10 queue INFO 87 [50] -2013-12-03 09:56:11 queue INFO >87 [51] -2013-12-03 09:56:13 queue INFO 83 [52] -2013-12-03 09:56:14 queue INFO >83 [53] -2013-12-03 09:56:38 program INFO IOB ONLINE! -2013-12-03 09:56:38 program INFO WAIT active send to complete -2013-12-03 09:56:38 program INFO WAIT active send to complete -2013-12-03 09:56:38 program INFO WAIT active send to complete -2013-12-03 09:56:39 program INFO WAIT active send to complete -2013-12-03 09:56:39 program INFO WAIT active send to complete -2013-12-03 09:56:39 program INFO WAIT active send to complete -2013-12-03 09:56:39 program INFO WAIT active send to complete -2013-12-03 09:56:39 program INFO WAIT active send to complete -2013-12-03 09:56:40 program INFO WAIT active send to complete -2013-12-03 09:56:40 program INFO WAIT active send to complete -2013-12-03 09:56:40 program INFO WAIT active send to complete -2013-12-03 09:56:40 program INFO WAIT active send to complete -2013-12-03 09:56:40 program INFO WAIT active send to complete -2013-12-03 09:56:41 program INFO WAIT active send to complete -2013-12-03 09:56:41 program INFO WAIT active send to complete -2013-12-03 09:56:41 program INFO WAIT active send to complete -2013-12-03 09:56:41 program INFO WAIT active send to complete -2013-12-03 09:56:41 program INFO WAIT active send to complete -2013-12-03 09:56:42 program INFO WAIT active send to complete -2013-12-03 09:56:42 program INFO WAIT active send to complete -2013-12-03 09:56:42 program INFO WAIT active send to complete -2013-12-03 09:56:42 program INFO WAIT active send to complete -2013-12-03 09:56:42 program INFO WAIT active send to complete -2013-12-03 09:56:43 program INFO WAIT active send to complete -2013-12-03 09:56:43 program INFO WAIT active send to complete -2013-12-03 09:56:43 program INFO WAIT active send to complete -2013-12-03 09:56:43 program INFO WAIT active send to complete -2013-12-03 09:56:43 program INFO WAIT active send to complete -2013-12-03 09:56:44 program INFO WAIT active send to complete -2013-12-03 09:56:44 program INFO WAIT active send to complete -2013-12-03 09:56:44 program INFO WAIT active send to complete -2013-12-03 09:56:44 program INFO WAIT active send to complete -2013-12-03 09:56:45 program INFO WAIT active send to complete -2013-12-03 09:56:45 program INFO WAIT active send to complete -2013-12-03 09:56:45 program INFO WAIT active send to complete -2013-12-03 09:56:45 program INFO WAIT active send to complete -2013-12-03 09:56:45 program INFO WAIT active send to complete -2013-12-03 09:56:46 program INFO WAIT active send to complete -2013-12-03 09:56:46 program INFO WAIT active send to complete -2013-12-03 09:56:46 program INFO WAIT active send to complete -2013-12-03 09:56:46 program INFO WAIT active send to complete -2013-12-03 09:56:46 program INFO WAIT active send to complete -2013-12-03 09:56:47 program INFO WAIT active send to complete -2013-12-03 09:56:47 program INFO WAIT active send to complete -2013-12-03 09:56:47 program INFO WAIT active send to complete -2013-12-03 09:56:47 program INFO WAIT active send to complete -2013-12-03 09:56:47 program INFO WAIT active send to complete -2013-12-03 09:56:48 program INFO WAIT active send to complete -2013-12-03 09:56:48 program ERROR IOB offline -2013-12-03 09:57:04 queue INFO >>83 [54] -2013-12-03 09:57:18 program INFO IOB ONLINE! -2013-12-03 09:57:18 program INFO WAIT active send to complete -2013-12-03 09:57:18 program INFO WAIT active send to complete -2013-12-03 09:57:18 program INFO WAIT active send to complete -2013-12-03 09:57:18 program INFO WAIT active send to complete -2013-12-03 09:57:19 program INFO WAIT active send to complete -2013-12-03 09:57:19 program INFO WAIT active send to complete -2013-12-03 09:57:19 program INFO WAIT active send to complete -2013-12-03 09:57:19 program ERROR IOB offline -2013-12-03 09:57:49 program INFO IOB ONLINE! -2013-12-03 09:57:49 program INFO WAIT active send to complete -2013-12-03 09:57:50 program ERROR IOB offline -2013-12-03 09:57:50 program INFO IOB ONLINE! -2013-12-03 09:57:50 program INFO WAIT active send to complete -2013-12-03 09:57:50 program INFO WAIT active send to complete -2013-12-03 09:57:50 program INFO WAIT active send to complete -2013-12-03 09:57:50 program INFO WAIT active send to complete -2013-12-03 09:57:51 program INFO WAIT active send to complete -2013-12-03 09:57:51 program ERROR IOB offline -2013-12-03 09:57:54 queue INFO >>83 [55] -2013-12-03 09:58:21 program INFO IOB ONLINE! -2013-12-03 09:58:21 program INFO WAIT active send to complete -2013-12-03 09:58:21 program INFO WAIT active send to complete -2013-12-03 09:58:22 program INFO WAIT active send to complete -2013-12-03 09:58:22 program INFO WAIT active send to complete -2013-12-03 09:58:22 program INFO WAIT active send to complete -2013-12-03 09:58:22 program INFO WAIT active send to complete -2013-12-03 09:58:22 program INFO WAIT active send to complete -2013-12-03 09:58:23 program INFO WAIT active send to complete -2013-12-03 09:58:23 program INFO WAIT active send to complete -2013-12-03 09:58:23 program INFO WAIT active send to complete -2013-12-03 09:58:23 program INFO WAIT active send to complete -2013-12-03 09:58:23 program INFO WAIT active send to complete -2013-12-03 09:58:24 program INFO WAIT active send to complete -2013-12-03 09:58:24 program ERROR IOB offline -2013-12-03 09:58:45 queue INFO >>83 [56] -2013-12-03 09:58:54 program INFO IOB ONLINE! -2013-12-03 09:58:54 program INFO WAIT active send to complete -2013-12-03 09:58:54 program INFO WAIT active send to complete -2013-12-03 09:58:54 program ERROR IOB offline -2013-12-03 09:59:24 program INFO IOB ONLINE! -2013-12-03 09:59:24 program INFO WAIT active send to complete -2013-12-03 09:59:24 program INFO WAIT active send to complete -2013-12-03 09:59:25 program INFO WAIT active send to complete -2013-12-03 09:59:25 program INFO WAIT active send to complete -2013-12-03 09:59:25 program INFO WAIT active send to complete -2013-12-03 09:59:25 program INFO WAIT active send to complete -2013-12-03 09:59:25 program INFO WAIT active send to complete -2013-12-03 09:59:26 program INFO WAIT active send to complete -2013-12-03 09:59:26 program INFO WAIT active send to complete -2013-12-03 09:59:26 program INFO WAIT active send to complete -2013-12-03 09:59:26 program INFO WAIT active send to complete -2013-12-03 09:59:26 program INFO WAIT active send to complete -2013-12-03 09:59:27 program INFO WAIT active send to complete -2013-12-03 09:59:27 program INFO WAIT active send to complete -2013-12-03 09:59:27 program INFO WAIT active send to complete -2013-12-03 09:59:27 program ERROR IOB offline -2013-12-03 09:59:28 program INFO IOB ONLINE! -2013-12-03 09:59:28 program INFO WAIT active send to complete -2013-12-03 09:59:28 program INFO WAIT active send to complete -2013-12-03 09:59:28 program INFO WAIT active send to complete -2013-12-03 09:59:28 program ERROR IOB offline -2013-12-03 09:59:35 queue INFO >>83 [57] -2013-12-03 09:59:59 program INFO IOB ONLINE! -2013-12-03 09:59:59 program INFO WAIT active send to complete -2013-12-03 09:59:59 program INFO WAIT active send to complete -2013-12-03 09:59:59 program INFO WAIT active send to complete -2013-12-03 09:59:59 program INFO WAIT active send to complete -2013-12-03 09:59:59 program INFO WAIT active send to complete -2013-12-03 10:00:00 program INFO WAIT active send to complete -2013-12-03 10:00:00 program ERROR IOB offline -2013-12-03 10:00:25 queue INFO >>83 [58] -2013-12-03 10:00:30 program INFO IOB ONLINE! -2013-12-03 10:00:30 program INFO WAIT active send to complete -2013-12-03 10:00:30 program INFO WAIT active send to complete -2013-12-03 10:00:30 program INFO WAIT active send to complete -2013-12-03 10:00:30 program INFO WAIT active send to complete -2013-12-03 10:00:31 program INFO WAIT active send to complete -2013-12-03 10:00:31 program INFO WAIT active send to complete -2013-12-03 10:00:31 program INFO WAIT active send to complete -2013-12-03 10:00:31 program ERROR IOB offline -2013-12-03 10:01:01 program INFO IOB ONLINE! -2013-12-03 10:01:01 program INFO WAIT active send to complete -2013-12-03 10:01:01 program INFO WAIT active send to complete -2013-12-03 10:01:02 program INFO WAIT active send to complete -2013-12-03 10:01:02 program INFO WAIT active send to complete -2013-12-03 10:01:02 program INFO WAIT active send to complete -2013-12-03 10:01:02 program INFO WAIT active send to complete -2013-12-03 10:01:02 program INFO WAIT active send to complete -2013-12-03 10:01:03 program INFO WAIT active send to complete -2013-12-03 10:01:03 program INFO WAIT active send to complete -2013-12-03 10:01:03 program INFO WAIT active send to complete -2013-12-03 10:01:03 program INFO WAIT active send to complete -2013-12-03 10:01:03 program INFO WAIT active send to complete -2013-12-03 10:01:04 program INFO WAIT active send to complete -2013-12-03 10:01:04 program INFO WAIT active send to complete -2013-12-03 10:01:04 program INFO WAIT active send to complete -2013-12-03 10:01:04 program INFO WAIT active send to complete -2013-12-03 10:01:04 program INFO WAIT active send to complete -2013-12-03 10:01:05 program INFO WAIT active send to complete -2013-12-03 10:01:05 program INFO WAIT active send to complete -2013-12-03 10:01:05 program INFO WAIT active send to complete -2013-12-03 10:01:05 program INFO WAIT active send to complete -2013-12-03 10:01:06 program INFO WAIT active send to complete -2013-12-03 10:01:06 program INFO WAIT active send to complete -2013-12-03 10:01:06 program INFO WAIT active send to complete -2013-12-03 10:01:06 program INFO WAIT active send to complete -2013-12-03 10:01:06 program INFO WAIT active send to complete -2013-12-03 10:01:07 program INFO WAIT active send to complete -2013-12-03 10:01:07 program INFO WAIT active send to complete -2013-12-03 10:01:07 program INFO WAIT active send to complete -2013-12-03 10:01:07 program INFO WAIT active send to complete -2013-12-03 10:01:07 program INFO WAIT active send to complete -2013-12-03 10:01:08 program INFO WAIT active send to complete -2013-12-03 10:01:08 program INFO WAIT active send to complete -2013-12-03 10:01:08 program INFO WAIT active send to complete -2013-12-03 10:01:08 program INFO WAIT active send to complete -2013-12-03 10:01:08 program INFO WAIT active send to complete -2013-12-03 10:01:09 program INFO WAIT active send to complete -2013-12-03 10:01:09 program INFO WAIT active send to complete -2013-12-03 10:01:09 program ERROR IOB offline -2013-12-03 10:01:09 program INFO IOB ONLINE! -2013-12-03 10:01:09 program INFO WAIT active send to complete -2013-12-03 10:01:09 program INFO WAIT active send to complete -2013-12-03 10:01:10 program INFO WAIT active send to complete -2013-12-03 10:01:10 program INFO WAIT active send to complete -2013-12-03 10:01:10 program INFO WAIT active send to complete -2013-12-03 10:01:10 program INFO WAIT active send to complete -2013-12-03 10:01:10 program INFO WAIT active send to complete -2013-12-03 10:01:11 program INFO WAIT active send to complete -2013-12-03 10:01:11 program INFO WAIT active send to complete -2013-12-03 10:01:11 program INFO WAIT active send to complete -2013-12-03 10:01:11 program INFO WAIT active send to complete -2013-12-03 10:01:11 program INFO WAIT active send to complete -2013-12-03 10:01:12 program ERROR IOB offline -2013-12-03 10:01:12 program INFO IOB ONLINE! -2013-12-03 10:01:12 program INFO WAIT active send to complete -2013-12-03 10:01:12 program INFO WAIT active send to complete -2013-12-03 10:01:12 program INFO WAIT active send to complete -2013-12-03 10:01:13 program INFO WAIT active send to complete -2013-12-03 10:01:13 program INFO WAIT active send to complete -2013-12-03 10:01:13 program ERROR IOB offline -2013-12-03 10:01:13 program INFO IOB ONLINE! -2013-12-03 10:01:13 program INFO WAIT active send to complete -2013-12-03 10:01:13 program INFO WAIT active send to complete -2013-12-03 10:01:14 program INFO WAIT active send to complete -2013-12-03 10:01:14 program INFO WAIT active send to complete -2013-12-03 10:01:14 program INFO WAIT active send to complete -2013-12-03 10:01:14 program INFO WAIT active send to complete -2013-12-03 10:01:14 program INFO WAIT active send to complete -2013-12-03 10:01:15 program INFO WAIT active send to complete -2013-12-03 10:01:15 program INFO WAIT active send to complete -2013-12-03 10:01:15 program INFO WAIT active send to complete -2013-12-03 10:01:15 queue INFO >>83 [59] -2013-12-03 10:01:15 program ERROR IOB offline -2013-12-03 10:01:15 program INFO IOB ONLINE! -2013-12-03 10:01:15 program INFO WAIT active send to complete -2013-12-03 10:01:16 program INFO WAIT active send to complete -2013-12-03 10:01:16 program INFO WAIT active send to complete -2013-12-03 10:01:16 program INFO WAIT active send to complete -2013-12-03 10:01:16 program INFO WAIT active send to complete -2013-12-03 10:01:16 program INFO WAIT active send to complete -2013-12-03 10:01:17 program INFO WAIT active send to complete -2013-12-03 10:01:17 program INFO WAIT active send to complete -2013-12-03 10:01:17 program INFO WAIT active send to complete -2013-12-03 10:01:17 program INFO WAIT active send to complete -2013-12-03 10:01:17 program INFO WAIT active send to complete -2013-12-03 10:01:18 program INFO WAIT active send to complete -2013-12-03 10:01:18 program INFO WAIT active send to complete -2013-12-03 10:01:18 program INFO WAIT active send to complete -2013-12-03 10:01:18 program INFO WAIT active send to complete -2013-12-03 10:01:18 program INFO WAIT active send to complete -2013-12-03 10:01:19 program INFO WAIT active send to complete -2013-12-03 10:01:19 program INFO WAIT active send to complete -2013-12-03 10:01:19 program INFO WAIT active send to complete -2013-12-03 10:01:19 program INFO WAIT active send to complete -2013-12-03 10:01:19 program INFO WAIT active send to complete -2013-12-03 10:01:20 program INFO WAIT active send to complete -2013-12-03 10:01:20 program INFO WAIT active send to complete -2013-12-03 10:01:20 program INFO WAIT active send to complete -2013-12-03 10:01:20 program INFO WAIT active send to complete -2013-12-03 10:01:21 program INFO WAIT active send to complete -2013-12-03 10:01:21 program INFO WAIT active send to complete -2013-12-03 10:01:21 program INFO WAIT active send to complete -2013-12-03 10:01:21 program INFO WAIT active send to complete -2013-12-03 10:01:21 program INFO WAIT active send to complete -2013-12-03 10:01:22 program INFO WAIT active send to complete -2013-12-03 10:01:22 program INFO WAIT active send to complete -2013-12-03 10:01:22 program INFO WAIT active send to complete -2013-12-03 10:01:22 program INFO WAIT active send to complete -2013-12-03 10:01:22 program INFO WAIT active send to complete -2013-12-03 10:01:23 program INFO WAIT active send to complete -2013-12-03 10:01:23 program INFO WAIT active send to complete -2013-12-03 10:01:23 program INFO WAIT active send to complete -2013-12-03 10:01:23 program INFO WAIT active send to complete -2013-12-03 10:01:23 program INFO WAIT active send to complete -2013-12-03 10:01:24 program INFO WAIT active send to complete -2013-12-03 10:01:24 program INFO WAIT active send to complete -2013-12-03 10:01:24 program INFO WAIT active send to complete -2013-12-03 10:01:24 program INFO WAIT active send to complete -2013-12-03 10:01:24 program INFO WAIT active send to complete -2013-12-03 10:01:25 program INFO WAIT active send to complete -2013-12-03 10:01:25 program INFO WAIT active send to complete -2013-12-03 10:01:25 program INFO WAIT active send to complete -2013-12-03 10:01:25 program INFO WAIT active send to complete -2013-12-03 10:01:25 program INFO WAIT active send to complete -2013-12-03 10:01:26 program INFO WAIT active send to complete -2013-12-03 10:01:26 program INFO WAIT active send to complete -2013-12-03 10:01:26 program INFO WAIT active send to complete -2013-12-03 10:01:26 program INFO WAIT active send to complete -2013-12-03 10:01:26 program INFO WAIT active send to complete -2013-12-03 10:01:27 program INFO WAIT active send to complete -2013-12-03 10:01:27 program INFO WAIT active send to complete -2013-12-03 10:01:27 program INFO WAIT active send to complete -2013-12-03 10:01:27 program INFO WAIT active send to complete -2013-12-03 10:01:28 program INFO WAIT active send to complete -2013-12-03 10:01:28 program ERROR IOB offline -2013-12-03 10:01:58 program INFO IOB ONLINE! -2013-12-03 10:01:58 program INFO WAIT active send to complete -2013-12-03 10:01:58 program INFO WAIT active send to complete -2013-12-03 10:01:58 program INFO WAIT active send to complete -2013-12-03 10:01:58 program INFO WAIT active send to complete -2013-12-03 10:01:59 program INFO WAIT active send to complete -2013-12-03 10:01:59 program INFO WAIT active send to complete -2013-12-03 10:01:59 program INFO WAIT active send to complete -2013-12-03 10:01:59 program INFO WAIT active send to complete -2013-12-03 10:01:59 program INFO WAIT active send to complete -2013-12-03 10:02:00 program INFO WAIT active send to complete -2013-12-03 10:02:00 program INFO WAIT active send to complete -2013-12-03 10:02:00 program ERROR IOB offline -2013-12-03 10:02:05 queue INFO >>83 [60] -2013-12-03 10:02:30 program INFO IOB ONLINE! -2013-12-03 10:02:30 program INFO WAIT active send to complete -2013-12-03 10:02:30 program INFO WAIT active send to complete -2013-12-03 10:02:30 program INFO WAIT active send to complete -2013-12-03 10:02:31 program INFO WAIT active send to complete -2013-12-03 10:02:31 program INFO WAIT active send to complete -2013-12-03 10:02:31 program INFO WAIT active send to complete -2013-12-03 10:02:31 program INFO WAIT active send to complete -2013-12-03 10:02:31 program INFO WAIT active send to complete -2013-12-03 10:02:32 program INFO WAIT active send to complete -2013-12-03 10:02:32 program INFO WAIT active send to complete -2013-12-03 10:02:32 program INFO WAIT active send to complete -2013-12-03 10:02:32 program INFO WAIT active send to complete -2013-12-03 10:02:32 program INFO WAIT active send to complete -2013-12-03 10:02:33 program ERROR IOB offline -2013-12-03 10:02:55 queue INFO >>83 [61] -2013-12-03 10:02:57 queue INFO 87 [62] -2013-12-03 10:02:59 queue INFO >87 [63] -2013-12-03 10:03:00 queue INFO 83 [64] -2013-12-03 10:03:02 queue INFO >83 [65] -2013-12-03 10:03:03 program INFO IOB ONLINE! -2013-12-03 10:03:03 program INFO WAIT active send to complete -2013-12-03 10:03:03 program INFO WAIT active send to complete -2013-12-03 10:03:03 program INFO WAIT active send to complete -2013-12-03 10:03:03 program INFO WAIT active send to complete -2013-12-03 10:03:03 program ERROR IOB offline -2013-12-03 10:03:34 program INFO IOB ONLINE! -2013-12-03 10:03:34 program INFO WAIT active send to complete -2013-12-03 10:03:34 program ERROR IOB offline -2013-12-03 10:03:52 queue INFO >>83 [66] -2013-12-03 10:04:04 program INFO IOB ONLINE! -2013-12-03 10:04:04 program INFO WAIT active send to complete -2013-12-03 10:04:04 program INFO WAIT active send to complete -2013-12-03 10:04:04 program INFO WAIT active send to complete -2013-12-03 10:04:04 program INFO WAIT active send to complete -2013-12-03 10:04:05 program ERROR IOB offline -2013-12-03 10:04:42 queue INFO >>83 [67] -2013-12-03 10:05:32 queue INFO >>83 [68] -2013-12-03 10:06:22 queue INFO >>83 [69] -2013-12-03 10:07:12 queue INFO >>83 [70] -2013-12-03 10:07:53 program INFO IOB ONLINE! -2013-12-03 10:07:53 program INFO WAIT active send to complete -2013-12-03 10:07:53 program INFO WAIT active send to complete -2013-12-03 10:07:54 program INFO WAIT active send to complete -2013-12-03 10:07:54 program ERROR IOB offline -2013-12-03 10:07:54 program INFO IOB ONLINE! -2013-12-03 10:07:54 program INFO WAIT active send to complete -2013-12-03 10:07:54 program INFO WAIT active send to complete -2013-12-03 10:07:54 program INFO WAIT active send to complete -2013-12-03 10:07:55 program INFO WAIT active send to complete -2013-12-03 10:07:55 program INFO WAIT active send to complete -2013-12-03 10:07:55 program INFO WAIT active send to complete -2013-12-03 10:07:55 program INFO WAIT active send to complete -2013-12-03 10:07:55 program ERROR IOB offline -2013-12-03 10:07:56 program INFO IOB ONLINE! -2013-12-03 10:07:56 program INFO WAIT active send to complete -2013-12-03 10:07:56 program INFO WAIT active send to complete -2013-12-03 10:07:56 program INFO WAIT active send to complete -2013-12-03 10:07:56 program INFO WAIT active send to complete -2013-12-03 10:07:56 program INFO WAIT active send to complete -2013-12-03 10:07:57 program INFO WAIT active send to complete -2013-12-03 10:07:57 program ERROR IOB offline -2013-12-03 10:07:57 program INFO IOB ONLINE! -2013-12-03 10:07:57 program INFO WAIT active send to complete -2013-12-03 10:07:57 program INFO WAIT active send to complete -2013-12-03 10:07:57 program INFO WAIT active send to complete -2013-12-03 10:07:58 program INFO WAIT active send to complete -2013-12-03 10:07:58 program INFO WAIT active send to complete -2013-12-03 10:07:58 program INFO WAIT active send to complete -2013-12-03 10:07:58 program INFO WAIT active send to complete -2013-12-03 10:07:58 program INFO WAIT active send to complete -2013-12-03 10:07:59 program INFO WAIT active send to complete -2013-12-03 10:07:59 program INFO WAIT active send to complete -2013-12-03 10:07:59 program INFO WAIT active send to complete -2013-12-03 10:07:59 program INFO WAIT active send to complete -2013-12-03 10:07:59 program INFO WAIT active send to complete -2013-12-03 10:08:00 program INFO WAIT active send to complete -2013-12-03 10:08:00 program INFO WAIT active send to complete -2013-12-03 10:08:00 program INFO WAIT active send to complete -2013-12-03 10:08:00 program INFO WAIT active send to complete -2013-12-03 10:08:01 program ERROR IOB offline -2013-12-03 10:08:01 program INFO IOB ONLINE! -2013-12-03 10:08:01 program INFO WAIT active send to complete -2013-12-03 10:08:01 program INFO WAIT active send to complete -2013-12-03 10:08:01 program INFO WAIT active send to complete -2013-12-03 10:08:02 program INFO WAIT active send to complete -2013-12-03 10:08:02 program INFO WAIT active send to complete -2013-12-03 10:08:02 program INFO WAIT active send to complete -2013-12-03 10:08:02 program INFO WAIT active send to complete -2013-12-03 10:08:02 program INFO WAIT active send to complete -2013-12-03 10:08:02 queue INFO >>83 [71] -2013-12-03 10:08:03 program INFO WAIT active send to complete -2013-12-03 10:08:03 program INFO WAIT active send to complete -2013-12-03 10:08:03 program INFO WAIT active send to complete -2013-12-03 10:08:03 program INFO WAIT active send to complete -2013-12-03 10:08:03 program INFO WAIT active send to complete -2013-12-03 10:08:04 program INFO WAIT active send to complete -2013-12-03 10:08:04 program INFO WAIT active send to complete -2013-12-03 10:08:04 program INFO WAIT active send to complete -2013-12-03 10:08:04 program INFO WAIT active send to complete -2013-12-03 10:08:04 program INFO WAIT active send to complete -2013-12-03 10:08:05 program INFO WAIT active send to complete -2013-12-03 10:08:05 program INFO WAIT active send to complete -2013-12-03 10:08:05 program INFO WAIT active send to complete -2013-12-03 10:08:05 program INFO WAIT active send to complete -2013-12-03 10:08:05 program INFO WAIT active send to complete -2013-12-03 10:08:06 program ERROR IOB offline -2013-12-03 10:08:06 program INFO IOB ONLINE! -2013-12-03 10:08:06 program INFO WAIT active send to complete -2013-12-03 10:08:06 program INFO WAIT active send to complete -2013-12-03 10:08:06 program INFO WAIT active send to complete -2013-12-03 10:08:06 program INFO WAIT active send to complete -2013-12-03 10:08:07 program INFO WAIT active send to complete -2013-12-03 10:08:07 program INFO WAIT active send to complete -2013-12-03 10:08:07 program INFO WAIT active send to complete -2013-12-03 10:08:07 program INFO WAIT active send to complete -2013-12-03 10:08:07 program INFO WAIT active send to complete -2013-12-03 10:08:08 program INFO WAIT active send to complete -2013-12-03 10:08:08 program INFO WAIT active send to complete -2013-12-03 10:08:08 program INFO WAIT active send to complete -2013-12-03 10:08:08 program INFO WAIT active send to complete -2013-12-03 10:08:09 program INFO WAIT active send to complete -2013-12-03 10:08:09 program INFO WAIT active send to complete -2013-12-03 10:08:09 program INFO WAIT active send to complete -2013-12-03 10:08:09 program INFO WAIT active send to complete -2013-12-03 10:08:09 program INFO WAIT active send to complete -2013-12-03 10:08:10 program INFO WAIT active send to complete -2013-12-03 10:08:10 program INFO WAIT active send to complete -2013-12-03 10:08:10 program INFO WAIT active send to complete -2013-12-03 10:08:10 program INFO WAIT active send to complete -2013-12-03 10:08:10 program INFO WAIT active send to complete -2013-12-03 10:08:11 program INFO WAIT active send to complete -2013-12-03 10:08:11 program INFO WAIT active send to complete -2013-12-03 10:08:11 program INFO WAIT active send to complete -2013-12-03 10:08:11 program INFO WAIT active send to complete -2013-12-03 10:08:11 program INFO WAIT active send to complete -2013-12-03 10:08:12 program INFO WAIT active send to complete -2013-12-03 10:08:12 program INFO WAIT active send to complete -2013-12-03 10:08:12 program INFO WAIT active send to complete -2013-12-03 10:08:12 program INFO WAIT active send to complete -2013-12-03 10:08:12 program INFO WAIT active send to complete -2013-12-03 10:08:13 program INFO WAIT active send to complete -2013-12-03 10:08:13 program INFO WAIT active send to complete -2013-12-03 10:08:13 program INFO WAIT active send to complete -2013-12-03 10:08:13 program INFO WAIT active send to complete -2013-12-03 10:08:13 program INFO WAIT active send to complete -2013-12-03 10:08:14 program INFO WAIT active send to complete -2013-12-03 10:08:14 program INFO WAIT active send to complete -2013-12-03 10:08:14 program INFO WAIT active send to complete -2013-12-03 10:08:14 program INFO WAIT active send to complete -2013-12-03 10:08:14 program INFO WAIT active send to complete -2013-12-03 10:08:15 program INFO WAIT active send to complete -2013-12-03 10:08:15 program INFO WAIT active send to complete -2013-12-03 10:08:15 program INFO WAIT active send to complete -2013-12-03 10:08:15 program INFO WAIT active send to complete -2013-12-03 10:08:16 program INFO WAIT active send to complete -2013-12-03 10:08:16 program INFO WAIT active send to complete -2013-12-03 10:08:16 program INFO WAIT active send to complete -2013-12-03 10:08:16 program INFO WAIT active send to complete -2013-12-03 10:08:16 program INFO WAIT active send to complete -2013-12-03 10:08:17 program INFO WAIT active send to complete -2013-12-03 10:08:17 program INFO WAIT active send to complete -2013-12-03 10:08:17 program INFO WAIT active send to complete -2013-12-03 10:08:17 program INFO WAIT active send to complete -2013-12-03 10:08:17 program INFO WAIT active send to complete -2013-12-03 10:08:18 program INFO WAIT active send to complete -2013-12-03 10:08:18 program INFO WAIT active send to complete -2013-12-03 10:08:18 program INFO WAIT active send to complete -2013-12-03 10:08:18 program INFO WAIT active send to complete -2013-12-03 10:08:18 program INFO WAIT active send to complete -2013-12-03 10:08:19 program ERROR IOB offline -2013-12-03 10:08:49 program INFO IOB ONLINE! -2013-12-03 10:08:49 program INFO WAIT active send to complete -2013-12-03 10:08:49 program INFO WAIT active send to complete -2013-12-03 10:08:49 program INFO WAIT active send to complete -2013-12-03 10:08:49 program INFO WAIT active send to complete -2013-12-03 10:08:49 program INFO WAIT active send to complete -2013-12-03 10:08:50 program ERROR IOB offline -2013-12-03 10:08:53 queue INFO >>83 [72] -2013-12-03 10:09:20 program INFO IOB ONLINE! -2013-12-03 10:09:20 program INFO WAIT active send to complete -2013-12-03 10:09:20 program INFO WAIT active send to complete -2013-12-03 10:09:20 program INFO WAIT active send to complete -2013-12-03 10:09:20 program INFO WAIT active send to complete -2013-12-03 10:09:21 program INFO WAIT active send to complete -2013-12-03 10:09:21 program INFO WAIT active send to complete -2013-12-03 10:09:21 program ERROR IOB offline -2013-12-03 10:09:43 queue INFO >>83 [73] -2013-12-03 10:09:45 queue INFO 87 [74] -2013-12-03 10:09:46 queue INFO >87 [75] -2013-12-03 10:09:48 queue INFO 83 [76] -2013-12-03 10:09:49 queue INFO >83 [77] -2013-12-03 10:09:51 program INFO IOB ONLINE! -2013-12-03 10:09:51 program INFO WAIT active send to complete -2013-12-03 10:09:51 program INFO WAIT active send to complete -2013-12-03 10:09:51 program INFO WAIT active send to complete -2013-12-03 10:09:52 program INFO WAIT active send to complete -2013-12-03 10:09:52 program INFO WAIT active send to complete -2013-12-03 10:09:52 program ERROR IOB offline -2013-12-03 10:10:22 program INFO IOB ONLINE! -2013-12-03 10:10:22 program INFO WAIT active send to complete -2013-12-03 10:10:22 program INFO WAIT active send to complete -2013-12-03 10:10:22 program ERROR IOB offline -2013-12-03 10:10:39 queue INFO >>83 [78] -2013-12-03 10:10:52 program INFO IOB ONLINE! -2013-12-03 10:10:52 program INFO WAIT active send to complete -2013-12-03 10:10:53 program ERROR IOB offline -2013-12-03 10:11:23 program INFO IOB ONLINE! -2013-12-03 10:11:23 program INFO WAIT active send to complete -2013-12-03 10:11:23 program ERROR IOB offline -2013-12-03 10:11:29 queue INFO >>83 [79] -2013-12-03 10:11:53 program INFO IOB ONLINE! -2013-12-03 10:11:53 program INFO WAIT active send to complete -2013-12-03 10:11:53 program INFO WAIT active send to complete -2013-12-03 10:11:53 program INFO WAIT active send to complete -2013-12-03 10:11:54 program ERROR IOB offline -2013-12-03 10:12:20 queue INFO >>83 [80] -2013-12-03 10:12:24 program INFO IOB ONLINE! -2013-12-03 10:12:24 program INFO WAIT active send to complete -2013-12-03 10:12:24 program INFO WAIT active send to complete -2013-12-03 10:12:24 program INFO WAIT active send to complete -2013-12-03 10:12:24 program INFO WAIT active send to complete -2013-12-03 10:12:24 program INFO WAIT active send to complete -2013-12-03 10:12:25 program INFO WAIT active send to complete -2013-12-03 10:12:25 program INFO WAIT active send to complete -2013-12-03 10:12:25 program INFO WAIT active send to complete -2013-12-03 10:12:25 program INFO WAIT active send to complete -2013-12-03 10:12:25 program INFO WAIT active send to complete -2013-12-03 10:12:26 program INFO WAIT active send to complete -2013-12-03 10:12:26 program INFO WAIT active send to complete -2013-12-03 10:12:26 program INFO WAIT active send to complete -2013-12-03 10:12:26 program INFO WAIT active send to complete -2013-12-03 10:12:26 program INFO WAIT active send to complete -2013-12-03 10:12:27 program INFO WAIT active send to complete -2013-12-03 10:12:27 program INFO WAIT active send to complete -2013-12-03 10:12:27 program INFO WAIT active send to complete -2013-12-03 10:12:27 program INFO WAIT active send to complete -2013-12-03 10:12:27 program INFO WAIT active send to complete -2013-12-03 10:12:28 program INFO WAIT active send to complete -2013-12-03 10:12:28 program INFO WAIT active send to complete -2013-12-03 10:12:28 program INFO WAIT active send to complete -2013-12-03 10:12:28 program INFO WAIT active send to complete -2013-12-03 10:12:28 program INFO WAIT active send to complete -2013-12-03 10:12:29 program INFO WAIT active send to complete -2013-12-03 10:12:29 program INFO WAIT active send to complete -2013-12-03 10:12:29 program INFO WAIT active send to complete -2013-12-03 10:12:29 program INFO WAIT active send to complete -2013-12-03 10:12:29 program INFO WAIT active send to complete -2013-12-03 10:12:30 program ERROR IOB offline -2013-12-03 10:13:00 program INFO IOB ONLINE! -2013-12-03 10:13:00 program INFO WAIT active send to complete -2013-12-03 10:13:00 program INFO WAIT active send to complete -2013-12-03 10:13:00 program ERROR IOB offline -2013-12-03 10:13:10 queue INFO >>83 [81] -2013-12-03 10:13:30 program INFO IOB ONLINE! -2013-12-03 10:13:30 program INFO WAIT active send to complete -2013-12-03 10:13:30 program INFO WAIT active send to complete -2013-12-03 10:13:31 program INFO WAIT active send to complete -2013-12-03 10:13:31 program INFO WAIT active send to complete -2013-12-03 10:13:31 program INFO WAIT active send to complete -2013-12-03 10:13:31 program INFO WAIT active send to complete -2013-12-03 10:13:31 program INFO WAIT active send to complete -2013-12-03 10:13:32 program INFO WAIT active send to complete -2013-12-03 10:13:32 program INFO WAIT active send to complete -2013-12-03 10:13:32 program INFO WAIT active send to complete -2013-12-03 10:13:32 program INFO WAIT active send to complete -2013-12-03 10:13:32 program INFO WAIT active send to complete -2013-12-03 10:13:33 program INFO WAIT active send to complete -2013-12-03 10:13:33 program ERROR IOB offline -2013-12-03 10:14:00 queue INFO >>83 [82] -2013-12-03 10:14:03 program INFO IOB ONLINE! -2013-12-03 10:14:03 program INFO WAIT active send to complete -2013-12-03 10:14:03 program INFO WAIT active send to complete -2013-12-03 10:14:03 program INFO WAIT active send to complete -2013-12-03 10:14:03 program INFO WAIT active send to complete -2013-12-03 10:14:04 program INFO WAIT active send to complete -2013-12-03 10:14:04 program INFO WAIT active send to complete -2013-12-03 10:14:04 program INFO WAIT active send to complete -2013-12-03 10:14:04 program INFO WAIT active send to complete -2013-12-03 10:14:04 program INFO WAIT active send to complete -2013-12-03 10:14:05 program INFO WAIT active send to complete -2013-12-03 10:14:05 program INFO WAIT active send to complete -2013-12-03 10:14:05 program INFO WAIT active send to complete -2013-12-03 10:14:05 program INFO WAIT active send to complete -2013-12-03 10:14:05 program INFO WAIT active send to complete -2013-12-03 10:14:06 program INFO WAIT active send to complete -2013-12-03 10:14:06 program INFO WAIT active send to complete -2013-12-03 10:14:06 program INFO WAIT active send to complete -2013-12-03 10:14:06 program INFO WAIT active send to complete -2013-12-03 10:14:07 program ERROR IOB offline -2013-12-03 10:14:07 program INFO IOB ONLINE! -2013-12-03 10:14:07 program INFO WAIT active send to complete -2013-12-03 10:14:07 program INFO WAIT active send to complete -2013-12-03 10:14:07 program INFO WAIT active send to complete -2013-12-03 10:14:07 program INFO WAIT active send to complete -2013-12-03 10:14:08 program INFO WAIT active send to complete -2013-12-03 10:14:08 program INFO WAIT active send to complete -2013-12-03 10:14:08 program INFO WAIT active send to complete -2013-12-03 10:14:08 program INFO WAIT active send to complete -2013-12-03 10:14:08 program INFO WAIT active send to complete -2013-12-03 10:14:09 program INFO WAIT active send to complete -2013-12-03 10:14:09 program ERROR IOB offline -2013-12-03 10:14:39 program INFO IOB ONLINE! -2013-12-03 10:14:39 program INFO WAIT active send to complete -2013-12-03 10:14:39 program INFO WAIT active send to complete -2013-12-03 10:14:39 program INFO WAIT active send to complete -2013-12-03 10:14:39 program INFO WAIT active send to complete -2013-12-03 10:14:40 program INFO WAIT active send to complete -2013-12-03 10:14:40 program INFO WAIT active send to complete -2013-12-03 10:14:40 program INFO WAIT active send to complete -2013-12-03 10:14:40 program INFO WAIT active send to complete -2013-12-03 10:14:40 program INFO WAIT active send to complete -2013-12-03 10:14:41 program INFO WAIT active send to complete -2013-12-03 10:14:41 program INFO WAIT active send to complete -2013-12-03 10:14:41 program INFO WAIT active send to complete -2013-12-03 10:14:41 program INFO WAIT active send to complete -2013-12-03 10:14:41 program INFO WAIT active send to complete -2013-12-03 10:14:42 program INFO WAIT active send to complete -2013-12-03 10:14:42 program INFO WAIT active send to complete -2013-12-03 10:14:42 program INFO WAIT active send to complete -2013-12-03 10:14:42 program INFO WAIT active send to complete -2013-12-03 10:14:43 program INFO WAIT active send to complete -2013-12-03 10:14:43 program INFO WAIT active send to complete -2013-12-03 10:14:43 program INFO WAIT active send to complete -2013-12-03 10:14:43 program INFO WAIT active send to complete -2013-12-03 10:14:43 program INFO WAIT active send to complete -2013-12-03 10:14:44 program INFO WAIT active send to complete -2013-12-03 10:14:44 program INFO WAIT active send to complete -2013-12-03 10:14:44 program INFO WAIT active send to complete -2013-12-03 10:14:44 program INFO WAIT active send to complete -2013-12-03 10:14:44 program INFO WAIT active send to complete -2013-12-03 10:14:45 program INFO WAIT active send to complete -2013-12-03 10:14:45 program INFO WAIT active send to complete -2013-12-03 10:14:45 program INFO WAIT active send to complete -2013-12-03 10:14:45 program INFO WAIT active send to complete -2013-12-03 10:14:45 program INFO WAIT active send to complete -2013-12-03 10:14:46 program INFO WAIT active send to complete -2013-12-03 10:14:46 program INFO WAIT active send to complete -2013-12-03 10:14:46 program INFO WAIT active send to complete -2013-12-03 10:14:46 program INFO WAIT active send to complete -2013-12-03 10:14:46 program INFO WAIT active send to complete -2013-12-03 10:14:47 program INFO WAIT active send to complete -2013-12-03 10:14:47 program INFO WAIT active send to complete -2013-12-03 10:14:47 program ERROR IOB offline -2013-12-03 10:14:50 queue INFO >>83 [83] -2013-12-03 10:15:17 program INFO IOB ONLINE! -2013-12-03 10:15:17 program INFO WAIT active send to complete -2013-12-03 10:15:17 program INFO WAIT active send to complete -2013-12-03 10:15:17 program INFO WAIT active send to complete -2013-12-03 10:15:18 program INFO WAIT active send to complete -2013-12-03 10:15:18 program INFO WAIT active send to complete -2013-12-03 10:15:18 program INFO WAIT active send to complete -2013-12-03 10:15:18 program INFO WAIT active send to complete -2013-12-03 10:15:18 program INFO WAIT active send to complete -2013-12-03 10:15:19 program INFO WAIT active send to complete -2013-12-03 10:15:19 program INFO WAIT active send to complete -2013-12-03 10:15:19 program INFO WAIT active send to complete -2013-12-03 10:15:19 program INFO WAIT active send to complete -2013-12-03 10:15:20 program INFO WAIT active send to complete -2013-12-03 10:15:20 program INFO WAIT active send to complete -2013-12-03 10:15:20 program INFO WAIT active send to complete -2013-12-03 10:15:20 program INFO WAIT active send to complete -2013-12-03 10:15:20 program INFO WAIT active send to complete -2013-12-03 10:15:21 program INFO WAIT active send to complete -2013-12-03 10:15:21 program ERROR IOB offline -2013-12-03 10:15:40 queue INFO >>83 [84] -2013-12-03 10:15:51 program INFO IOB ONLINE! -2013-12-03 10:15:51 program INFO WAIT active send to complete -2013-12-03 10:15:51 program INFO WAIT active send to complete -2013-12-03 10:15:51 program INFO WAIT active send to complete -2013-12-03 10:15:51 program INFO WAIT active send to complete -2013-12-03 10:15:52 program INFO WAIT active send to complete -2013-12-03 10:15:52 program INFO WAIT active send to complete -2013-12-03 10:15:52 program INFO WAIT active send to complete -2013-12-03 10:15:52 program INFO WAIT active send to complete -2013-12-03 10:15:52 program INFO WAIT active send to complete -2013-12-03 10:15:53 program INFO WAIT active send to complete -2013-12-03 10:15:53 program INFO WAIT active send to complete -2013-12-03 10:15:53 program INFO WAIT active send to complete -2013-12-03 10:15:53 program INFO WAIT active send to complete -2013-12-03 10:15:53 program INFO WAIT active send to complete -2013-12-03 10:15:54 program INFO WAIT active send to complete -2013-12-03 10:15:54 program ERROR IOB offline -2013-12-03 10:15:54 program INFO IOB ONLINE! -2013-12-03 10:15:54 program INFO WAIT active send to complete -2013-12-03 10:15:54 program INFO WAIT active send to complete -2013-12-03 10:15:54 program INFO WAIT active send to complete -2013-12-03 10:15:55 program INFO WAIT active send to complete -2013-12-03 10:15:55 program INFO WAIT active send to complete -2013-12-03 10:15:55 program INFO WAIT active send to complete -2013-12-03 10:15:55 program INFO WAIT active send to complete -2013-12-03 10:15:56 program INFO WAIT active send to complete -2013-12-03 10:15:56 program INFO WAIT active send to complete -2013-12-03 10:15:56 program INFO WAIT active send to complete -2013-12-03 10:15:56 program INFO WAIT active send to complete -2013-12-03 10:15:56 program INFO WAIT active send to complete -2013-12-03 10:15:57 program INFO WAIT active send to complete -2013-12-03 10:15:57 program INFO WAIT active send to complete -2013-12-03 10:15:57 program INFO WAIT active send to complete -2013-12-03 10:15:57 program INFO WAIT active send to complete -2013-12-03 10:15:57 program INFO WAIT active send to complete -2013-12-03 10:15:58 program INFO WAIT active send to complete -2013-12-03 10:15:58 program INFO WAIT active send to complete -2013-12-03 10:15:58 program INFO WAIT active send to complete -2013-12-03 10:15:58 program INFO WAIT active send to complete -2013-12-03 10:15:58 program INFO WAIT active send to complete -2013-12-03 10:15:59 program INFO WAIT active send to complete -2013-12-03 10:15:59 program INFO WAIT active send to complete -2013-12-03 10:15:59 program INFO WAIT active send to complete -2013-12-03 10:15:59 program INFO WAIT active send to complete -2013-12-03 10:15:59 program INFO WAIT active send to complete -2013-12-03 10:16:00 program INFO WAIT active send to complete -2013-12-03 10:16:00 program INFO WAIT active send to complete -2013-12-03 10:16:00 program INFO WAIT active send to complete -2013-12-03 10:16:00 program INFO WAIT active send to complete -2013-12-03 10:16:00 program INFO WAIT active send to complete -2013-12-03 10:16:01 program INFO WAIT active send to complete -2013-12-03 10:16:01 program INFO WAIT active send to complete -2013-12-03 10:16:01 program INFO WAIT active send to complete -2013-12-03 10:16:01 program INFO WAIT active send to complete -2013-12-03 10:16:01 program INFO WAIT active send to complete -2013-12-03 10:16:02 program INFO WAIT active send to complete -2013-12-03 10:16:02 program ERROR IOB offline -2013-12-03 10:16:30 queue INFO >>83 [85] -2013-12-03 10:16:32 program INFO IOB ONLINE! -2013-12-03 10:16:32 program INFO WAIT active send to complete -2013-12-03 10:16:32 program ERROR IOB offline -2013-12-03 10:16:32 program INFO IOB ONLINE! -2013-12-03 10:16:32 program INFO WAIT active send to complete -2013-12-03 10:16:33 program INFO WAIT active send to complete -2013-12-03 10:16:33 queue INFO 87 [86] -2013-12-03 10:16:33 program INFO WAIT active send to complete -2013-12-03 10:16:33 program INFO WAIT active send to complete -2013-12-03 10:16:33 program INFO WAIT active send to complete -2013-12-03 10:16:33 program INFO WAIT active send to complete -2013-12-03 10:16:34 program INFO WAIT active send to complete -2013-12-03 10:16:34 program INFO WAIT active send to complete -2013-12-03 10:16:34 program INFO WAIT active send to complete -2013-12-03 10:16:34 program INFO WAIT active send to complete -2013-12-03 10:16:34 program INFO WAIT active send to complete -2013-12-03 10:16:34 queue INFO >87 [87] -2013-12-03 10:16:35 program INFO WAIT active send to complete -2013-12-03 10:16:35 program ERROR IOB offline -2013-12-03 10:16:36 queue INFO 83 [88] -2013-12-03 10:16:37 queue INFO >83 [89] -2013-12-03 10:17:05 program INFO IOB ONLINE! -2013-12-03 10:17:05 program INFO WAIT active send to complete -2013-12-03 10:17:05 program INFO WAIT active send to complete -2013-12-03 10:17:05 program INFO WAIT active send to complete -2013-12-03 10:17:05 program INFO WAIT active send to complete -2013-12-03 10:17:06 program INFO WAIT active send to complete -2013-12-03 10:17:06 program INFO WAIT active send to complete -2013-12-03 10:17:06 program INFO WAIT active send to complete -2013-12-03 10:17:06 program INFO WAIT active send to complete -2013-12-03 10:17:06 program INFO WAIT active send to complete -2013-12-03 10:17:07 program INFO WAIT active send to complete -2013-12-03 10:17:07 program INFO WAIT active send to complete -2013-12-03 10:17:07 program INFO WAIT active send to complete -2013-12-03 10:17:07 program INFO WAIT active send to complete -2013-12-03 10:17:08 program INFO WAIT active send to complete -2013-12-03 10:17:08 program INFO WAIT active send to complete -2013-12-03 10:17:08 program INFO WAIT active send to complete -2013-12-03 10:17:08 program INFO WAIT active send to complete -2013-12-03 10:17:08 program INFO WAIT active send to complete -2013-12-03 10:17:09 program ERROR IOB offline -2013-12-03 10:17:27 queue INFO >>83 [90] -2013-12-03 10:17:38 program INFO IOB ONLINE! -2013-12-03 10:17:38 program INFO WAIT active send to complete -2013-12-03 10:17:39 program INFO WAIT active send to complete -2013-12-03 10:17:39 program INFO WAIT active send to complete -2013-12-03 10:17:39 program INFO WAIT active send to complete -2013-12-03 10:17:39 program INFO WAIT active send to complete -2013-12-03 10:17:39 program INFO WAIT active send to complete -2013-12-03 10:17:40 program INFO WAIT active send to complete -2013-12-03 10:17:40 program INFO WAIT active send to complete -2013-12-03 10:17:40 program ERROR IOB offline -2013-12-03 10:17:40 program INFO IOB ONLINE! -2013-12-03 10:17:40 program INFO WAIT active send to complete -2013-12-03 10:17:40 program INFO WAIT active send to complete -2013-12-03 10:17:41 program INFO WAIT active send to complete -2013-12-03 10:17:41 program INFO WAIT active send to complete -2013-12-03 10:17:41 program INFO WAIT active send to complete -2013-12-03 10:17:41 program INFO WAIT active send to complete -2013-12-03 10:17:41 program INFO WAIT active send to complete -2013-12-03 10:17:42 program INFO WAIT active send to complete -2013-12-03 10:17:42 program ERROR IOB offline -2013-12-03 10:18:12 program INFO IOB ONLINE! -2013-12-03 10:18:12 program INFO WAIT active send to complete -2013-12-03 10:18:12 program INFO WAIT active send to complete -2013-12-03 10:18:12 program INFO WAIT active send to complete -2013-12-03 10:18:13 program INFO WAIT active send to complete -2013-12-03 10:18:13 program ERROR IOB offline -2013-12-03 10:18:13 program INFO IOB ONLINE! -2013-12-03 10:18:13 program INFO WAIT active send to complete -2013-12-03 10:18:13 program INFO WAIT active send to complete -2013-12-03 10:18:13 program INFO WAIT active send to complete -2013-12-03 10:18:14 program INFO WAIT active send to complete -2013-12-03 10:18:14 program ERROR IOB offline -2013-12-03 10:18:17 queue INFO >>83 [91] -2013-12-03 10:18:44 program INFO IOB ONLINE! -2013-12-03 10:18:44 program INFO WAIT active send to complete -2013-12-03 10:18:44 program INFO WAIT active send to complete -2013-12-03 10:18:44 program INFO WAIT active send to complete -2013-12-03 10:18:44 program INFO WAIT active send to complete -2013-12-03 10:18:45 program INFO WAIT active send to complete -2013-12-03 10:18:45 program ERROR IOB offline -2013-12-03 10:19:08 queue INFO >>83 [92] -2013-12-03 10:19:15 program INFO IOB ONLINE! -2013-12-03 10:19:15 program INFO WAIT active send to complete -2013-12-03 10:19:15 program INFO WAIT active send to complete -2013-12-03 10:19:15 program INFO WAIT active send to complete -2013-12-03 10:19:15 program INFO WAIT active send to complete -2013-12-03 10:19:16 program INFO WAIT active send to complete -2013-12-03 10:19:16 program INFO WAIT active send to complete -2013-12-03 10:19:16 program INFO WAIT active send to complete -2013-12-03 10:19:16 program INFO WAIT active send to complete -2013-12-03 10:19:16 program INFO WAIT active send to complete -2013-12-03 10:19:17 program INFO WAIT active send to complete -2013-12-03 10:19:17 program INFO WAIT active send to complete -2013-12-03 10:19:17 program INFO WAIT active send to complete -2013-12-03 10:19:17 program INFO WAIT active send to complete -2013-12-03 10:19:17 program INFO WAIT active send to complete -2013-12-03 10:19:18 program INFO WAIT active send to complete -2013-12-03 10:19:18 program INFO WAIT active send to complete -2013-12-03 10:19:18 program INFO WAIT active send to complete -2013-12-03 10:19:18 program INFO WAIT active send to complete -2013-12-03 10:19:19 program INFO WAIT active send to complete -2013-12-03 10:19:19 program ERROR IOB offline -2013-12-03 10:19:49 program INFO IOB ONLINE! -2013-12-03 10:19:49 program INFO WAIT active send to complete -2013-12-03 10:19:49 program INFO WAIT active send to complete -2013-12-03 10:19:49 program INFO WAIT active send to complete -2013-12-03 10:19:49 program INFO WAIT active send to complete -2013-12-03 10:19:50 program INFO WAIT active send to complete -2013-12-03 10:19:50 program INFO WAIT active send to complete -2013-12-03 10:19:50 program INFO WAIT active send to complete -2013-12-03 10:19:50 program INFO WAIT active send to complete -2013-12-03 10:19:50 program INFO WAIT active send to complete -2013-12-03 10:19:51 program INFO WAIT active send to complete -2013-12-03 10:19:51 program INFO WAIT active send to complete -2013-12-03 10:19:51 program INFO WAIT active send to complete -2013-12-03 10:19:51 program INFO WAIT active send to complete -2013-12-03 10:19:51 program INFO WAIT active send to complete -2013-12-03 10:19:52 program INFO WAIT active send to complete -2013-12-03 10:19:52 program INFO WAIT active send to complete -2013-12-03 10:19:52 program INFO WAIT active send to complete -2013-12-03 10:19:52 program INFO WAIT active send to complete -2013-12-03 10:19:52 program INFO WAIT active send to complete -2013-12-03 10:19:53 program INFO WAIT active send to complete -2013-12-03 10:19:53 program INFO WAIT active send to complete -2013-12-03 10:19:53 program ERROR IOB offline -2013-12-03 10:19:58 queue INFO >>83 [93] -2013-12-03 10:20:23 program INFO IOB ONLINE! -2013-12-03 10:20:23 program INFO WAIT active send to complete -2013-12-03 10:20:24 program INFO WAIT active send to complete -2013-12-03 10:20:24 program INFO WAIT active send to complete -2013-12-03 10:20:24 program INFO WAIT active send to complete -2013-12-03 10:20:24 program INFO WAIT active send to complete -2013-12-03 10:20:24 program INFO WAIT active send to complete -2013-12-03 10:20:25 program INFO WAIT active send to complete -2013-12-03 10:20:25 program INFO WAIT active send to complete -2013-12-03 10:20:25 program INFO WAIT active send to complete -2013-12-03 10:20:25 program INFO WAIT active send to complete -2013-12-03 10:20:25 program INFO WAIT active send to complete -2013-12-03 10:20:26 program INFO WAIT active send to complete -2013-12-03 10:20:26 program INFO WAIT active send to complete -2013-12-03 10:20:26 program INFO WAIT active send to complete -2013-12-03 10:20:26 program INFO WAIT active send to complete -2013-12-03 10:20:26 program INFO WAIT active send to complete -2013-12-03 10:20:27 program INFO WAIT active send to complete -2013-12-03 10:20:27 program INFO WAIT active send to complete -2013-12-03 10:20:27 program INFO WAIT active send to complete -2013-12-03 10:20:27 program INFO WAIT active send to complete -2013-12-03 10:20:27 program INFO WAIT active send to complete -2013-12-03 10:20:28 program INFO WAIT active send to complete -2013-12-03 10:20:28 program INFO WAIT active send to complete -2013-12-03 10:20:28 program INFO WAIT active send to complete -2013-12-03 10:20:28 program INFO WAIT active send to complete -2013-12-03 10:20:28 program INFO WAIT active send to complete -2013-12-03 10:20:29 program INFO WAIT active send to complete -2013-12-03 10:20:29 program INFO WAIT active send to complete -2013-12-03 10:20:29 program INFO WAIT active send to complete -2013-12-03 10:20:29 program INFO WAIT active send to complete -2013-12-03 10:20:29 program INFO WAIT active send to complete -2013-12-03 10:20:30 program INFO WAIT active send to complete -2013-12-03 10:20:30 program INFO WAIT active send to complete -2013-12-03 10:20:30 program INFO WAIT active send to complete -2013-12-03 10:20:30 program INFO WAIT active send to complete -2013-12-03 10:20:31 program INFO WAIT active send to complete -2013-12-03 10:20:31 program INFO WAIT active send to complete -2013-12-03 10:20:31 program INFO WAIT active send to complete -2013-12-03 10:20:31 program INFO WAIT active send to complete -2013-12-03 10:20:31 program INFO WAIT active send to complete -2013-12-03 10:20:32 program INFO WAIT active send to complete -2013-12-03 10:20:32 program INFO WAIT active send to complete -2013-12-03 10:20:32 program INFO WAIT active send to complete -2013-12-03 10:20:32 program INFO WAIT active send to complete -2013-12-03 10:20:32 program INFO WAIT active send to complete -2013-12-03 10:20:33 program INFO WAIT active send to complete -2013-12-03 10:20:33 program INFO WAIT active send to complete -2013-12-03 10:20:33 program INFO WAIT active send to complete -2013-12-03 10:20:33 program INFO WAIT active send to complete -2013-12-03 10:20:33 program INFO WAIT active send to complete -2013-12-03 10:20:34 program INFO WAIT active send to complete -2013-12-03 10:20:34 program INFO WAIT active send to complete -2013-12-03 10:20:34 program INFO WAIT active send to complete -2013-12-03 10:20:34 program INFO WAIT active send to complete -2013-12-03 10:20:34 program INFO WAIT active send to complete -2013-12-03 10:20:35 program INFO WAIT active send to complete -2013-12-03 10:20:35 program INFO WAIT active send to complete -2013-12-03 10:20:35 program INFO WAIT active send to complete -2013-12-03 10:20:35 program INFO WAIT active send to complete -2013-12-03 10:20:35 program INFO WAIT active send to complete -2013-12-03 10:20:36 program INFO WAIT active send to complete -2013-12-03 10:20:36 program INFO WAIT active send to complete -2013-12-03 10:20:36 program INFO WAIT active send to complete -2013-12-03 10:20:36 program INFO WAIT active send to complete -2013-12-03 10:20:36 program INFO WAIT active send to complete -2013-12-03 10:20:37 program INFO WAIT active send to complete -2013-12-03 10:20:37 program INFO WAIT active send to complete -2013-12-03 10:20:37 program INFO WAIT active send to complete -2013-12-03 10:20:37 program INFO WAIT active send to complete -2013-12-03 10:20:38 program INFO WAIT active send to complete -2013-12-03 10:20:38 program INFO WAIT active send to complete -2013-12-03 10:20:38 program INFO WAIT active send to complete -2013-12-03 10:20:38 program INFO WAIT active send to complete -2013-12-03 10:20:38 program INFO WAIT active send to complete -2013-12-03 10:20:39 program INFO WAIT active send to complete -2013-12-03 10:20:39 program ERROR IOB offline -2013-12-03 10:20:48 queue INFO >>83 [94] -2013-12-03 10:21:09 program INFO IOB ONLINE! -2013-12-03 10:21:09 program INFO WAIT active send to complete -2013-12-03 10:21:09 program INFO WAIT active send to complete -2013-12-03 10:21:09 program INFO WAIT active send to complete -2013-12-03 10:21:09 program INFO WAIT active send to complete -2013-12-03 10:21:10 program INFO WAIT active send to complete -2013-12-03 10:21:10 program INFO WAIT active send to complete -2013-12-03 10:21:10 program INFO WAIT active send to complete -2013-12-03 10:21:10 program INFO WAIT active send to complete -2013-12-03 10:21:10 program INFO WAIT active send to complete -2013-12-03 10:21:11 program INFO WAIT active send to complete -2013-12-03 10:21:11 program INFO WAIT active send to complete -2013-12-03 10:21:11 program INFO WAIT active send to complete -2013-12-03 10:21:11 program INFO WAIT active send to complete -2013-12-03 10:21:11 program INFO WAIT active send to complete -2013-12-03 10:21:12 program INFO WAIT active send to complete -2013-12-03 10:21:12 program INFO WAIT active send to complete -2013-12-03 10:21:12 program INFO WAIT active send to complete -2013-12-03 10:21:12 program INFO WAIT active send to complete -2013-12-03 10:21:12 program INFO WAIT active send to complete -2013-12-03 10:21:13 program ERROR IOB offline -2013-12-03 10:21:38 queue INFO >>83 [95] -2013-12-03 10:21:43 program INFO IOB ONLINE! -2013-12-03 10:21:43 program INFO WAIT active send to complete -2013-12-03 10:21:43 program ERROR IOB offline -2013-12-03 10:22:13 program INFO IOB ONLINE! -2013-12-03 10:22:13 program INFO WAIT active send to complete -2013-12-03 10:22:13 program INFO WAIT active send to complete -2013-12-03 10:22:13 program INFO WAIT active send to complete -2013-12-03 10:22:14 program ERROR IOB offline -2013-12-03 10:22:28 queue INFO >>83 [96] -2013-12-03 10:22:44 program INFO IOB ONLINE! -2013-12-03 10:22:44 program INFO WAIT active send to complete -2013-12-03 10:22:44 program ERROR IOB offline -2013-12-03 10:23:14 program INFO IOB ONLINE! -2013-12-03 10:23:14 program INFO WAIT active send to complete -2013-12-03 10:23:14 program INFO WAIT active send to complete -2013-12-03 10:23:14 program INFO WAIT active send to complete -2013-12-03 10:23:14 program INFO WAIT active send to complete -2013-12-03 10:23:15 program INFO WAIT active send to complete -2013-12-03 10:23:15 program INFO WAIT active send to complete -2013-12-03 10:23:15 program INFO WAIT active send to complete -2013-12-03 10:23:15 program INFO WAIT active send to complete -2013-12-03 10:23:15 program INFO WAIT active send to complete -2013-12-03 10:23:16 program INFO WAIT active send to complete -2013-12-03 10:23:16 program INFO WAIT active send to complete -2013-12-03 10:23:16 program INFO WAIT active send to complete -2013-12-03 10:23:16 program INFO WAIT active send to complete -2013-12-03 10:23:16 program INFO WAIT active send to complete -2013-12-03 10:23:17 program INFO WAIT active send to complete -2013-12-03 10:23:17 program INFO WAIT active send to complete -2013-12-03 10:23:17 program INFO WAIT active send to complete -2013-12-03 10:23:17 program ERROR IOB offline -2013-12-03 10:23:17 program INFO IOB ONLINE! -2013-12-03 10:23:17 program INFO WAIT active send to complete -2013-12-03 10:23:18 program INFO WAIT active send to complete -2013-12-03 10:23:18 program INFO WAIT active send to complete -2013-12-03 10:23:18 program INFO WAIT active send to complete -2013-12-03 10:23:18 program INFO WAIT active send to complete -2013-12-03 10:23:18 queue INFO >>83 [97] -2013-12-03 10:23:19 program INFO WAIT active send to complete -2013-12-03 10:23:19 program INFO WAIT active send to complete -2013-12-03 10:23:19 program INFO WAIT active send to complete -2013-12-03 10:23:19 program INFO WAIT active send to complete -2013-12-03 10:23:19 program INFO WAIT active send to complete -2013-12-03 10:23:20 program INFO WAIT active send to complete -2013-12-03 10:23:20 program INFO WAIT active send to complete -2013-12-03 10:23:20 program INFO WAIT active send to complete -2013-12-03 10:23:20 program INFO WAIT active send to complete -2013-12-03 10:23:20 program INFO WAIT active send to complete -2013-12-03 10:23:21 program INFO WAIT active send to complete -2013-12-03 10:23:21 program INFO WAIT active send to complete -2013-12-03 10:23:21 program INFO WAIT active send to complete -2013-12-03 10:23:21 program ERROR IOB offline -2013-12-03 10:23:21 program INFO IOB ONLINE! -2013-12-03 10:23:21 program INFO WAIT active send to complete -2013-12-03 10:23:22 program INFO WAIT active send to complete -2013-12-03 10:23:22 program ERROR IOB offline -2013-12-03 10:23:22 program INFO IOB ONLINE! -2013-12-03 10:23:22 program INFO WAIT active send to complete -2013-12-03 10:23:22 program INFO WAIT active send to complete -2013-12-03 10:23:22 program ERROR IOB offline -2013-12-03 10:23:23 program INFO IOB ONLINE! -2013-12-03 10:23:23 program INFO WAIT active send to complete -2013-12-03 10:23:23 program INFO WAIT active send to complete -2013-12-03 10:23:23 program INFO WAIT active send to complete -2013-12-03 10:23:23 program INFO WAIT active send to complete -2013-12-03 10:23:23 program INFO WAIT active send to complete -2013-12-03 10:23:24 program INFO WAIT active send to complete -2013-12-03 10:23:24 program INFO WAIT active send to complete -2013-12-03 10:23:24 program INFO WAIT active send to complete -2013-12-03 10:23:24 program INFO WAIT active send to complete -2013-12-03 10:23:24 program ERROR IOB offline -2013-12-03 10:23:25 program INFO IOB ONLINE! -2013-12-03 10:23:25 program INFO WAIT active send to complete -2013-12-03 10:23:25 program INFO WAIT active send to complete -2013-12-03 10:23:25 program INFO WAIT active send to complete -2013-12-03 10:23:26 program ERROR IOB offline -2013-12-03 10:23:26 program INFO IOB ONLINE! -2013-12-03 10:23:26 program INFO WAIT active send to complete -2013-12-03 10:23:26 program INFO WAIT active send to complete -2013-12-03 10:23:26 program INFO WAIT active send to complete -2013-12-03 10:23:26 program ERROR IOB offline -2013-12-03 10:23:27 program INFO IOB ONLINE! -2013-12-03 10:23:27 program INFO WAIT active send to complete -2013-12-03 10:23:27 program INFO WAIT active send to complete -2013-12-03 10:23:27 program INFO WAIT active send to complete -2013-12-03 10:23:27 program INFO WAIT active send to complete -2013-12-03 10:23:27 program INFO WAIT active send to complete -2013-12-03 10:23:28 program INFO WAIT active send to complete -2013-12-03 10:23:28 program INFO WAIT active send to complete -2013-12-03 10:23:28 program INFO WAIT active send to complete -2013-12-03 10:23:28 program INFO WAIT active send to complete -2013-12-03 10:23:28 program INFO WAIT active send to complete -2013-12-03 10:23:29 program INFO WAIT active send to complete -2013-12-03 10:23:29 program INFO WAIT active send to complete -2013-12-03 10:23:29 program INFO WAIT active send to complete -2013-12-03 10:23:29 program INFO WAIT active send to complete -2013-12-03 10:23:29 program INFO WAIT active send to complete -2013-12-03 10:23:30 program INFO WAIT active send to complete -2013-12-03 10:23:30 program INFO WAIT active send to complete -2013-12-03 10:23:30 program ERROR IOB offline -2013-12-03 10:23:32 queue INFO 87 [98] -2013-12-03 10:23:34 queue INFO >87 [99] -2013-12-03 10:23:35 queue INFO 83 [100] -2013-12-03 10:23:37 queue INFO >83 [101] -2013-12-03 10:23:43 program INFO IOB ONLINE! -2013-12-03 10:23:43 program INFO WAIT active send to complete -2013-12-03 10:23:43 program INFO WAIT active send to complete -2013-12-03 10:23:43 program INFO WAIT active send to complete -2013-12-03 10:23:43 program INFO WAIT active send to complete -2013-12-03 10:23:44 program INFO WAIT active send to complete -2013-12-03 10:23:44 program INFO WAIT active send to complete -2013-12-03 10:23:44 program INFO WAIT active send to complete -2013-12-03 10:23:44 program INFO WAIT active send to complete -2013-12-03 10:23:44 program INFO WAIT active send to complete -2013-12-03 10:23:45 program INFO WAIT active send to complete -2013-12-03 10:23:45 program INFO WAIT active send to complete -2013-12-03 10:23:45 program INFO WAIT active send to complete -2013-12-03 10:23:45 program INFO WAIT active send to complete -2013-12-03 10:23:45 program INFO WAIT active send to complete -2013-12-03 10:23:46 program INFO WAIT active send to complete -2013-12-03 10:23:46 program INFO WAIT active send to complete -2013-12-03 10:23:46 program INFO WAIT active send to complete -2013-12-03 10:23:46 program INFO WAIT active send to complete -2013-12-03 10:23:46 program INFO WAIT active send to complete -2013-12-03 10:23:47 program INFO WAIT active send to complete -2013-12-03 10:23:47 program INFO WAIT active send to complete -2013-12-03 10:23:47 program INFO WAIT active send to complete -2013-12-03 10:23:47 program INFO WAIT active send to complete -2013-12-03 10:23:48 program INFO WAIT active send to complete -2013-12-03 10:23:48 program INFO WAIT active send to complete -2013-12-03 10:23:48 program INFO WAIT active send to complete -2013-12-03 10:23:48 program INFO WAIT active send to complete -2013-12-03 10:23:48 program INFO WAIT active send to complete -2013-12-03 10:23:49 program ERROR IOB offline -2013-12-03 10:23:49 program ERROR IOB offline -2013-12-03 10:24:19 program INFO IOB ONLINE! -2013-12-03 10:24:19 program INFO WAIT active send to complete -2013-12-03 10:24:19 program INFO WAIT active send to complete -2013-12-03 10:24:19 program INFO WAIT active send to complete -2013-12-03 10:24:20 program INFO WAIT active send to complete -2013-12-03 10:24:20 program INFO WAIT active send to complete -2013-12-03 10:24:20 program INFO WAIT active send to complete -2013-12-03 10:24:20 program INFO WAIT active send to complete -2013-12-03 10:24:20 program INFO WAIT active send to complete -2013-12-03 10:24:21 program INFO WAIT active send to complete -2013-12-03 10:24:21 program INFO WAIT active send to complete -2013-12-03 10:24:21 program INFO WAIT active send to complete -2013-12-03 10:24:21 program INFO WAIT active send to complete -2013-12-03 10:24:21 program INFO WAIT active send to complete -2013-12-03 10:24:22 program INFO WAIT active send to complete -2013-12-03 10:24:22 program INFO WAIT active send to complete -2013-12-03 10:24:22 program INFO WAIT active send to complete -2013-12-03 10:24:22 program INFO WAIT active send to complete -2013-12-03 10:24:23 program INFO WAIT active send to complete -2013-12-03 10:24:23 program INFO WAIT active send to complete -2013-12-03 10:24:23 program INFO WAIT active send to complete -2013-12-03 10:24:23 program INFO WAIT active send to complete -2013-12-03 10:24:23 program ERROR IOB offline -2013-12-03 10:24:27 queue INFO >>83 [102] -2013-12-03 10:24:53 program INFO IOB ONLINE! -2013-12-03 10:24:53 program INFO WAIT active send to complete -2013-12-03 10:24:54 program INFO WAIT active send to complete -2013-12-03 10:24:54 program INFO WAIT active send to complete -2013-12-03 10:24:54 program INFO WAIT active send to complete -2013-12-03 10:24:54 program INFO WAIT active send to complete -2013-12-03 10:24:54 program INFO WAIT active send to complete -2013-12-03 10:24:55 program INFO WAIT active send to complete -2013-12-03 10:24:55 program INFO WAIT active send to complete -2013-12-03 10:24:55 program INFO WAIT active send to complete -2013-12-03 10:24:55 program ERROR IOB offline -2013-12-03 10:25:17 queue INFO >>83 [103] -2013-12-03 10:25:25 program INFO IOB ONLINE! -2013-12-03 10:25:25 program INFO WAIT active send to complete -2013-12-03 10:25:25 program INFO WAIT active send to complete -2013-12-03 10:25:26 program INFO WAIT active send to complete -2013-12-03 10:25:26 program INFO WAIT active send to complete -2013-12-03 10:25:26 program INFO WAIT active send to complete -2013-12-03 10:25:26 program INFO WAIT active send to complete -2013-12-03 10:25:26 program INFO WAIT active send to complete -2013-12-03 10:25:27 program INFO WAIT active send to complete -2013-12-03 10:25:27 program INFO WAIT active send to complete -2013-12-03 10:25:27 program INFO WAIT active send to complete -2013-12-03 10:25:27 program INFO WAIT active send to complete -2013-12-03 10:25:27 program INFO WAIT active send to complete -2013-12-03 10:25:28 program INFO WAIT active send to complete -2013-12-03 10:25:28 program INFO WAIT active send to complete -2013-12-03 10:25:28 program INFO WAIT active send to complete -2013-12-03 10:25:28 program INFO WAIT active send to complete -2013-12-03 10:25:29 program INFO WAIT active send to complete -2013-12-03 10:25:29 program INFO WAIT active send to complete -2013-12-03 10:25:29 program INFO WAIT active send to complete -2013-12-03 10:25:29 program INFO WAIT active send to complete -2013-12-03 10:25:29 program INFO WAIT active send to complete -2013-12-03 10:25:30 program INFO WAIT active send to complete -2013-12-03 10:25:30 program INFO WAIT active send to complete -2013-12-03 10:25:30 program INFO WAIT active send to complete -2013-12-03 10:25:30 program INFO WAIT active send to complete -2013-12-03 10:25:30 program INFO WAIT active send to complete -2013-12-03 10:25:31 program INFO WAIT active send to complete -2013-12-03 10:25:31 program INFO WAIT active send to complete -2013-12-03 10:25:31 program INFO WAIT active send to complete -2013-12-03 10:25:31 program INFO WAIT active send to complete -2013-12-03 10:25:31 program INFO WAIT active send to complete -2013-12-03 10:25:32 program INFO WAIT active send to complete -2013-12-03 10:25:32 program INFO WAIT active send to complete -2013-12-03 10:25:32 program INFO WAIT active send to complete -2013-12-03 10:25:32 program INFO WAIT active send to complete -2013-12-03 10:25:32 program INFO WAIT active send to complete -2013-12-03 10:25:33 program INFO WAIT active send to complete -2013-12-03 10:25:33 program INFO WAIT active send to complete -2013-12-03 10:25:33 program INFO WAIT active send to complete -2013-12-03 10:25:33 program INFO WAIT active send to complete -2013-12-03 10:25:33 program INFO WAIT active send to complete -2013-12-03 10:25:34 program INFO WAIT active send to complete -2013-12-03 10:25:34 program INFO WAIT active send to complete -2013-12-03 10:25:34 program INFO WAIT active send to complete -2013-12-03 10:25:34 program INFO WAIT active send to complete -2013-12-03 10:25:34 program INFO WAIT active send to complete -2013-12-03 10:25:35 program INFO WAIT active send to complete -2013-12-03 10:25:35 program INFO WAIT active send to complete -2013-12-03 10:25:35 program INFO WAIT active send to complete -2013-12-03 10:25:35 program INFO WAIT active send to complete -2013-12-03 10:25:36 program INFO WAIT active send to complete -2013-12-03 10:25:36 program INFO WAIT active send to complete -2013-12-03 10:25:36 program INFO WAIT active send to complete -2013-12-03 10:25:36 program INFO WAIT active send to complete -2013-12-03 10:25:36 program INFO WAIT active send to complete -2013-12-03 10:25:37 program INFO WAIT active send to complete -2013-12-03 10:25:37 program INFO WAIT active send to complete -2013-12-03 10:25:37 program INFO WAIT active send to complete -2013-12-03 10:25:37 program ERROR IOB offline -2013-12-03 10:25:37 program ERROR IOB offline -2013-12-03 10:26:07 queue INFO >>83 [104] -2013-12-03 10:26:08 program INFO IOB ONLINE! -2013-12-03 10:26:08 program INFO WAIT active send to complete -2013-12-03 10:26:08 program ERROR IOB offline -2013-12-03 10:26:08 program INFO IOB ONLINE! -2013-12-03 10:26:08 program INFO WAIT active send to complete -2013-12-03 10:26:08 program INFO WAIT active send to complete -2013-12-03 10:26:09 program INFO WAIT active send to complete -2013-12-03 10:26:09 program INFO WAIT active send to complete -2013-12-03 10:26:09 program INFO WAIT active send to complete -2013-12-03 10:26:09 program INFO WAIT active send to complete -2013-12-03 10:26:09 program INFO WAIT active send to complete -2013-12-03 10:26:10 program INFO WAIT active send to complete -2013-12-03 10:26:10 program INFO WAIT active send to complete -2013-12-03 10:26:10 program INFO WAIT active send to complete -2013-12-03 10:26:10 program ERROR IOB offline -2013-12-03 10:26:10 program INFO IOB ONLINE! -2013-12-03 10:26:10 program INFO WAIT active send to complete -2013-12-03 10:26:11 program INFO WAIT active send to complete -2013-12-03 10:26:11 program ERROR IOB offline -2013-12-03 10:26:11 program INFO IOB ONLINE! -2013-12-03 10:26:11 program INFO WAIT active send to complete -2013-12-03 10:26:11 program ERROR IOB offline -2013-12-03 10:26:12 program INFO IOB ONLINE! -2013-12-03 10:26:12 program INFO WAIT active send to complete -2013-12-03 10:26:12 program INFO WAIT active send to complete -2013-12-03 10:26:12 program INFO WAIT active send to complete -2013-12-03 10:26:12 program INFO WAIT active send to complete -2013-12-03 10:26:12 program ERROR IOB offline -2013-12-03 10:26:13 program INFO IOB ONLINE! -2013-12-03 10:26:13 program INFO WAIT active send to complete -2013-12-03 10:26:13 program INFO WAIT active send to complete -2013-12-03 10:26:13 program INFO WAIT active send to complete -2013-12-03 10:26:13 program INFO WAIT active send to complete -2013-12-03 10:26:13 program INFO WAIT active send to complete -2013-12-03 10:26:14 program INFO WAIT active send to complete -2013-12-03 10:26:14 program INFO WAIT active send to complete -2013-12-03 10:26:14 program INFO WAIT active send to complete -2013-12-03 10:26:14 program INFO WAIT active send to complete -2013-12-03 10:26:14 program INFO WAIT active send to complete -2013-12-03 10:26:15 program INFO WAIT active send to complete -2013-12-03 10:26:15 program INFO WAIT active send to complete -2013-12-03 10:26:15 program INFO WAIT active send to complete -2013-12-03 10:26:15 program INFO WAIT active send to complete -2013-12-03 10:26:15 program INFO WAIT active send to complete -2013-12-03 10:26:16 program ERROR IOB offline -2013-12-03 10:26:16 program INFO IOB ONLINE! -2013-12-03 10:26:16 program INFO WAIT active send to complete -2013-12-03 10:26:16 program INFO WAIT active send to complete -2013-12-03 10:26:16 program INFO WAIT active send to complete -2013-12-03 10:26:16 program INFO WAIT active send to complete -2013-12-03 10:26:17 program INFO WAIT active send to complete -2013-12-03 10:26:17 program INFO WAIT active send to complete -2013-12-03 10:26:17 program INFO WAIT active send to complete -2013-12-03 10:26:17 program INFO WAIT active send to complete -2013-12-03 10:26:17 program INFO WAIT active send to complete -2013-12-03 10:26:18 program INFO WAIT active send to complete -2013-12-03 10:26:18 program INFO WAIT active send to complete -2013-12-03 10:26:18 program INFO WAIT active send to complete -2013-12-03 10:26:18 program INFO WAIT active send to complete -2013-12-03 10:26:18 program INFO WAIT active send to complete -2013-12-03 10:26:19 program INFO WAIT active send to complete -2013-12-03 10:26:19 program INFO WAIT active send to complete -2013-12-03 10:26:19 program INFO WAIT active send to complete -2013-12-03 10:26:19 program INFO WAIT active send to complete -2013-12-03 10:26:20 program INFO WAIT active send to complete -2013-12-03 10:26:20 program INFO WAIT active send to complete -2013-12-03 10:26:20 program INFO WAIT active send to complete -2013-12-03 10:26:20 program INFO WAIT active send to complete -2013-12-03 10:26:20 program INFO WAIT active send to complete -2013-12-03 10:26:21 program INFO WAIT active send to complete -2013-12-03 10:26:21 program INFO WAIT active send to complete -2013-12-03 10:26:21 program INFO WAIT active send to complete -2013-12-03 10:26:21 program INFO WAIT active send to complete -2013-12-03 10:26:21 program INFO WAIT active send to complete -2013-12-03 10:26:22 program INFO WAIT active send to complete -2013-12-03 10:26:22 program INFO WAIT active send to complete -2013-12-03 10:26:22 program INFO WAIT active send to complete -2013-12-03 10:26:22 program INFO WAIT active send to complete -2013-12-03 10:26:22 program INFO WAIT active send to complete -2013-12-03 10:26:23 program INFO WAIT active send to complete -2013-12-03 10:26:23 program INFO WAIT active send to complete -2013-12-03 10:26:23 program INFO WAIT active send to complete -2013-12-03 10:26:23 program INFO WAIT active send to complete -2013-12-03 10:26:23 program INFO WAIT active send to complete -2013-12-03 10:26:24 program INFO WAIT active send to complete -2013-12-03 10:26:24 program INFO WAIT active send to complete -2013-12-03 10:26:24 program INFO WAIT active send to complete -2013-12-03 10:26:24 program INFO WAIT active send to complete -2013-12-03 10:26:24 program INFO WAIT active send to complete -2013-12-03 10:26:25 program INFO WAIT active send to complete -2013-12-03 10:26:25 program INFO WAIT active send to complete -2013-12-03 10:26:25 program INFO WAIT active send to complete -2013-12-03 10:26:25 program INFO WAIT active send to complete -2013-12-03 10:26:25 program INFO WAIT active send to complete -2013-12-03 10:26:26 program INFO WAIT active send to complete -2013-12-03 10:26:26 program INFO WAIT active send to complete -2013-12-03 10:26:26 program INFO WAIT active send to complete -2013-12-03 10:26:26 program INFO WAIT active send to complete -2013-12-03 10:26:27 program INFO WAIT active send to complete -2013-12-03 10:26:27 program ERROR IOB offline -2013-12-03 10:26:57 program INFO IOB ONLINE! -2013-12-03 10:26:57 program INFO WAIT active send to complete -2013-12-03 10:26:57 program INFO WAIT active send to complete -2013-12-03 10:26:57 program INFO WAIT active send to complete -2013-12-03 10:26:57 queue INFO >>83 [105] -2013-12-03 10:26:57 program INFO WAIT active send to complete -2013-12-03 10:26:58 program INFO WAIT active send to complete -2013-12-03 10:26:58 program INFO WAIT active send to complete -2013-12-03 10:26:58 program INFO WAIT active send to complete -2013-12-03 10:26:58 program INFO WAIT active send to complete -2013-12-03 10:26:58 program INFO WAIT active send to complete -2013-12-03 10:26:59 program INFO WAIT active send to complete -2013-12-03 10:26:59 program INFO WAIT active send to complete -2013-12-03 10:26:59 program INFO WAIT active send to complete -2013-12-03 10:26:59 program INFO WAIT active send to complete -2013-12-03 10:26:59 program INFO WAIT active send to complete -2013-12-03 10:27:00 program INFO WAIT active send to complete -2013-12-03 10:27:00 program INFO WAIT active send to complete -2013-12-03 10:27:00 program INFO WAIT active send to complete -2013-12-03 10:27:00 program INFO WAIT active send to complete -2013-12-03 10:27:00 program INFO WAIT active send to complete -2013-12-03 10:27:01 program INFO WAIT active send to complete -2013-12-03 10:27:01 program INFO WAIT active send to complete -2013-12-03 10:27:01 program INFO WAIT active send to complete -2013-12-03 10:27:01 program ERROR IOB offline -2013-12-03 10:27:31 program INFO IOB ONLINE! -2013-12-03 10:27:31 program INFO WAIT active send to complete -2013-12-03 10:27:32 program ERROR IOB offline -2013-12-03 10:27:32 program ERROR IOB offline -2013-12-03 10:27:32 program INFO IOB ONLINE! -2013-12-03 10:27:32 program INFO WAIT active send to complete -2013-12-03 10:27:32 program ERROR IOB offline -2013-12-03 10:27:47 queue INFO >>83 [106] -2013-12-03 10:28:02 program INFO IOB ONLINE! -2013-12-03 10:28:02 program INFO WAIT active send to complete -2013-12-03 10:28:02 program ERROR IOB offline -2013-12-03 10:28:03 program INFO IOB ONLINE! -2013-12-03 10:28:03 program INFO WAIT active send to complete -2013-12-03 10:28:03 program ERROR IOB offline -2013-12-03 10:28:03 program INFO IOB ONLINE! -2013-12-03 10:28:03 program INFO WAIT active send to complete -2013-12-03 10:28:03 program INFO WAIT active send to complete -2013-12-03 10:28:03 program INFO WAIT active send to complete -2013-12-03 10:28:04 program INFO WAIT active send to complete -2013-12-03 10:28:04 program INFO WAIT active send to complete -2013-12-03 10:28:04 program INFO WAIT active send to complete -2013-12-03 10:28:04 program INFO WAIT active send to complete -2013-12-03 10:28:04 program INFO WAIT active send to complete -2013-12-03 10:28:05 program INFO WAIT active send to complete -2013-12-03 10:28:05 program ERROR IOB offline -2013-12-03 10:28:35 program INFO IOB ONLINE! -2013-12-03 10:28:35 program INFO WAIT active send to complete -2013-12-03 10:28:35 program INFO WAIT active send to complete -2013-12-03 10:28:35 program INFO WAIT active send to complete -2013-12-03 10:28:35 program INFO WAIT active send to complete -2013-12-03 10:28:36 program INFO WAIT active send to complete -2013-12-03 10:28:36 program INFO WAIT active send to complete -2013-12-03 10:28:36 program INFO WAIT active send to complete -2013-12-03 10:28:36 program INFO WAIT active send to complete -2013-12-03 10:28:37 program INFO WAIT active send to complete -2013-12-03 10:28:37 program INFO WAIT active send to complete -2013-12-03 10:28:37 program INFO WAIT active send to complete -2013-12-03 10:28:37 program INFO WAIT active send to complete -2013-12-03 10:28:37 program INFO WAIT active send to complete -2013-12-03 10:28:38 program INFO WAIT active send to complete -2013-12-03 10:28:38 queue INFO >>83 [107] -2013-12-03 10:28:38 program ERROR IOB offline -2013-12-03 10:29:08 program INFO IOB ONLINE! -2013-12-03 10:29:08 program INFO WAIT active send to complete -2013-12-03 10:29:08 program INFO WAIT active send to complete -2013-12-03 10:29:08 program INFO WAIT active send to complete -2013-12-03 10:29:08 program INFO WAIT active send to complete -2013-12-03 10:29:09 program INFO WAIT active send to complete -2013-12-03 10:29:09 program INFO WAIT active send to complete -2013-12-03 10:29:09 program INFO WAIT active send to complete -2013-12-03 10:29:09 program INFO WAIT active send to complete -2013-12-03 10:29:09 program INFO WAIT active send to complete -2013-12-03 10:29:10 program INFO WAIT active send to complete -2013-12-03 10:29:10 program ERROR IOB offline -2013-12-03 10:29:28 queue INFO >>83 [108] -2013-12-03 10:29:29 program INFO IOB ONLINE! -2013-12-03 10:29:29 program INFO WAIT active send to complete -2013-12-03 10:29:29 program ERROR IOB offline -2013-12-03 10:29:29 program INFO IOB ONLINE! -2013-12-03 10:29:29 program INFO WAIT active send to complete -2013-12-03 10:29:30 program INFO WAIT active send to complete -2013-12-03 10:29:30 program INFO WAIT active send to complete -2013-12-03 10:29:30 program INFO WAIT active send to complete -2013-12-03 10:29:30 program INFO WAIT active send to complete -2013-12-03 10:29:30 program INFO WAIT active send to complete -2013-12-03 10:29:31 program INFO WAIT active send to complete -2013-12-03 10:29:31 program INFO WAIT active send to complete -2013-12-03 10:29:31 program INFO WAIT active send to complete -2013-12-03 10:29:31 program INFO WAIT active send to complete -2013-12-03 10:29:31 program INFO WAIT active send to complete -2013-12-03 10:29:32 program INFO WAIT active send to complete -2013-12-03 10:29:32 program INFO WAIT active send to complete -2013-12-03 10:29:32 program INFO WAIT active send to complete -2013-12-03 10:29:32 program INFO WAIT active send to complete -2013-12-03 10:29:32 program INFO WAIT active send to complete -2013-12-03 10:29:33 program INFO WAIT active send to complete -2013-12-03 10:29:33 program INFO WAIT active send to complete -2013-12-03 10:29:33 program INFO WAIT active send to complete -2013-12-03 10:29:33 program INFO WAIT active send to complete -2013-12-03 10:29:33 program INFO WAIT active send to complete -2013-12-03 10:29:34 program INFO WAIT active send to complete -2013-12-03 10:29:34 program INFO WAIT active send to complete -2013-12-03 10:29:34 program INFO WAIT active send to complete -2013-12-03 10:29:34 program INFO WAIT active send to complete -2013-12-03 10:29:35 program INFO WAIT active send to complete -2013-12-03 10:29:35 program INFO WAIT active send to complete -2013-12-03 10:29:35 program INFO WAIT active send to complete -2013-12-03 10:29:35 program INFO WAIT active send to complete -2013-12-03 10:29:35 program INFO WAIT active send to complete -2013-12-03 10:29:36 program INFO WAIT active send to complete -2013-12-03 10:29:36 program INFO WAIT active send to complete -2013-12-03 10:29:36 program INFO WAIT active send to complete -2013-12-03 10:29:36 program INFO WAIT active send to complete -2013-12-03 10:29:36 program INFO WAIT active send to complete -2013-12-03 10:29:37 program INFO WAIT active send to complete -2013-12-03 10:29:37 program INFO WAIT active send to complete -2013-12-03 10:29:37 program INFO WAIT active send to complete -2013-12-03 10:29:37 program INFO WAIT active send to complete -2013-12-03 10:29:37 program INFO WAIT active send to complete -2013-12-03 10:29:38 program INFO WAIT active send to complete -2013-12-03 10:29:38 program INFO WAIT active send to complete -2013-12-03 10:29:38 program INFO WAIT active send to complete -2013-12-03 10:29:38 program INFO WAIT active send to complete -2013-12-03 10:29:38 program INFO WAIT active send to complete -2013-12-03 10:29:39 program INFO WAIT active send to complete -2013-12-03 10:29:39 program INFO WAIT active send to complete -2013-12-03 10:29:39 program INFO WAIT active send to complete -2013-12-03 10:29:39 program ERROR IOB offline -2013-12-03 10:30:09 program INFO IOB ONLINE! -2013-12-03 10:30:09 program INFO WAIT active send to complete -2013-12-03 10:30:09 program INFO WAIT active send to complete -2013-12-03 10:30:10 program INFO WAIT active send to complete -2013-12-03 10:30:10 program INFO WAIT active send to complete -2013-12-03 10:30:10 program INFO WAIT active send to complete -2013-12-03 10:30:10 program INFO WAIT active send to complete -2013-12-03 10:30:11 program INFO WAIT active send to complete -2013-12-03 10:30:11 program ERROR IOB offline -2013-12-03 10:30:18 queue INFO >>83 [109] -2013-12-03 10:30:19 queue INFO 87 [110] -2013-12-03 10:30:21 queue INFO >87 [111] -2013-12-03 10:30:22 queue INFO 83 [112] -2013-12-03 10:30:24 queue INFO >83 [113] -2013-12-03 10:30:41 program INFO IOB ONLINE! -2013-12-03 10:30:41 program INFO WAIT active send to complete -2013-12-03 10:30:41 program INFO WAIT active send to complete -2013-12-03 10:30:41 program INFO WAIT active send to complete -2013-12-03 10:30:41 program ERROR IOB offline -2013-12-03 10:30:42 program INFO IOB ONLINE! -2013-12-03 10:30:42 program INFO WAIT active send to complete -2013-12-03 10:30:42 program ERROR IOB offline -2013-12-03 10:30:42 program INFO IOB ONLINE! -2013-12-03 10:30:42 program INFO WAIT active send to complete -2013-12-03 10:30:42 program INFO WAIT active send to complete -2013-12-03 10:30:42 program INFO WAIT active send to complete -2013-12-03 10:30:43 program INFO WAIT active send to complete -2013-12-03 10:30:43 program INFO WAIT active send to complete -2013-12-03 10:30:43 program INFO WAIT active send to complete -2013-12-03 10:30:43 program INFO WAIT active send to complete -2013-12-03 10:30:43 program INFO WAIT active send to complete -2013-12-03 10:30:44 program INFO WAIT active send to complete -2013-12-03 10:30:44 program INFO WAIT active send to complete -2013-12-03 10:30:44 program INFO WAIT active send to complete -2013-12-03 10:30:44 program ERROR IOB offline -2013-12-03 10:30:44 program INFO IOB ONLINE! -2013-12-03 10:30:44 program INFO WAIT active send to complete -2013-12-03 10:30:45 program INFO WAIT active send to complete -2013-12-03 10:30:45 program INFO WAIT active send to complete -2013-12-03 10:30:45 program INFO WAIT active send to complete -2013-12-03 10:30:45 program ERROR IOB offline -2013-12-03 10:31:14 queue INFO >>83 [114] -2013-12-03 10:31:15 program INFO IOB ONLINE! -2013-12-03 10:31:15 program INFO WAIT active send to complete -2013-12-03 10:31:15 program INFO WAIT active send to complete -2013-12-03 10:31:16 program INFO WAIT active send to complete -2013-12-03 10:31:16 program INFO WAIT active send to complete -2013-12-03 10:31:16 program INFO WAIT active send to complete -2013-12-03 10:31:16 program INFO WAIT active send to complete -2013-12-03 10:31:17 program INFO WAIT active send to complete -2013-12-03 10:31:17 program INFO WAIT active send to complete -2013-12-03 10:31:17 program INFO WAIT active send to complete -2013-12-03 10:31:17 program INFO WAIT active send to complete -2013-12-03 10:31:17 program INFO WAIT active send to complete -2013-12-03 10:31:18 program ERROR IOB offline -2013-12-03 10:31:25 program INFO IOB ONLINE! -2013-12-03 10:31:25 program INFO WAIT active send to complete -2013-12-03 10:31:25 program INFO WAIT active send to complete -2013-12-03 10:31:25 program INFO WAIT active send to complete -2013-12-03 10:31:25 program INFO WAIT active send to complete -2013-12-03 10:31:25 program ERROR IOB offline -2013-12-03 10:31:55 program INFO IOB ONLINE! -2013-12-03 10:31:55 program INFO WAIT active send to complete -2013-12-03 10:31:56 program INFO WAIT active send to complete -2013-12-03 10:31:56 program ERROR IOB offline -2013-12-03 10:32:04 queue INFO >>83 [115] -2013-12-03 10:32:11 program INFO IOB ONLINE! -2013-12-03 10:32:11 program INFO WAIT active send to complete -2013-12-03 10:32:11 program INFO WAIT active send to complete -2013-12-03 10:32:11 program INFO WAIT active send to complete -2013-12-03 10:32:11 program INFO WAIT active send to complete -2013-12-03 10:32:11 program INFO WAIT active send to complete -2013-12-03 10:32:12 program INFO WAIT active send to complete -2013-12-03 10:32:12 program ERROR IOB offline -2013-12-03 10:32:12 program INFO IOB ONLINE! -2013-12-03 10:32:12 program INFO WAIT active send to complete -2013-12-03 10:32:12 program INFO WAIT active send to complete -2013-12-03 10:32:12 program INFO WAIT active send to complete -2013-12-03 10:32:13 program INFO WAIT active send to complete -2013-12-03 10:32:13 program ERROR IOB offline -2013-12-03 10:32:13 program INFO IOB ONLINE! -2013-12-03 10:32:13 program INFO WAIT active send to complete -2013-12-03 10:32:13 program INFO WAIT active send to complete -2013-12-03 10:32:13 program INFO WAIT active send to complete -2013-12-03 10:32:14 program INFO WAIT active send to complete -2013-12-03 10:32:14 program INFO WAIT active send to complete -2013-12-03 10:32:14 program INFO WAIT active send to complete -2013-12-03 10:32:14 program INFO WAIT active send to complete -2013-12-03 10:32:15 program INFO WAIT active send to complete -2013-12-03 10:32:15 program INFO WAIT active send to complete -2013-12-03 10:32:15 program INFO WAIT active send to complete -2013-12-03 10:32:15 program INFO WAIT active send to complete -2013-12-03 10:32:15 program INFO WAIT active send to complete -2013-12-03 10:32:16 program INFO WAIT active send to complete -2013-12-03 10:32:16 program INFO WAIT active send to complete -2013-12-03 10:32:16 program INFO WAIT active send to complete -2013-12-03 10:32:16 program INFO WAIT active send to complete -2013-12-03 10:32:16 program INFO WAIT active send to complete -2013-12-03 10:32:17 program INFO WAIT active send to complete -2013-12-03 10:32:17 program INFO WAIT active send to complete -2013-12-03 10:32:17 program INFO WAIT active send to complete -2013-12-03 10:32:17 program INFO WAIT active send to complete -2013-12-03 10:32:17 program INFO WAIT active send to complete -2013-12-03 10:32:18 program INFO WAIT active send to complete -2013-12-03 10:32:18 program INFO WAIT active send to complete -2013-12-03 10:32:18 program INFO WAIT active send to complete -2013-12-03 10:32:18 program INFO WAIT active send to complete -2013-12-03 10:32:18 program INFO WAIT active send to complete -2013-12-03 10:32:19 program INFO WAIT active send to complete -2013-12-03 10:32:19 program INFO WAIT active send to complete -2013-12-03 10:32:19 program INFO WAIT active send to complete -2013-12-03 10:32:19 program INFO WAIT active send to complete -2013-12-03 10:32:19 program INFO WAIT active send to complete -2013-12-03 10:32:20 program INFO WAIT active send to complete -2013-12-03 10:32:20 program INFO WAIT active send to complete -2013-12-03 10:32:20 program INFO WAIT active send to complete -2013-12-03 10:32:20 program INFO WAIT active send to complete -2013-12-03 10:32:21 program INFO WAIT active send to complete -2013-12-03 10:32:21 program INFO WAIT active send to complete -2013-12-03 10:32:21 program INFO WAIT active send to complete -2013-12-03 10:32:21 program INFO WAIT active send to complete -2013-12-03 10:32:21 program INFO WAIT active send to complete -2013-12-03 10:32:22 program INFO WAIT active send to complete -2013-12-03 10:32:22 program INFO WAIT active send to complete -2013-12-03 10:32:22 program INFO WAIT active send to complete -2013-12-03 10:32:22 program INFO WAIT active send to complete -2013-12-03 10:32:22 program INFO WAIT active send to complete -2013-12-03 10:32:23 program INFO WAIT active send to complete -2013-12-03 10:32:23 program INFO WAIT active send to complete -2013-12-03 10:32:23 program INFO WAIT active send to complete -2013-12-03 10:32:23 program INFO WAIT active send to complete -2013-12-03 10:32:23 program INFO WAIT active send to complete -2013-12-03 10:32:24 program INFO WAIT active send to complete -2013-12-03 10:32:24 program INFO WAIT active send to complete -2013-12-03 10:32:24 program INFO WAIT active send to complete -2013-12-03 10:32:24 program INFO WAIT active send to complete -2013-12-03 10:32:24 program INFO WAIT active send to complete -2013-12-03 10:32:25 program INFO WAIT active send to complete -2013-12-03 10:32:25 program INFO WAIT active send to complete -2013-12-03 10:32:25 program INFO WAIT active send to complete -2013-12-03 10:32:25 program INFO WAIT active send to complete -2013-12-03 10:32:25 program INFO WAIT active send to complete -2013-12-03 10:32:26 program INFO WAIT active send to complete -2013-12-03 10:32:26 program INFO WAIT active send to complete -2013-12-03 10:32:26 program ERROR IOB offline -2013-12-03 10:32:26 program INFO IOB ONLINE! -2013-12-03 10:32:26 program INFO WAIT active send to complete -2013-12-03 10:32:26 program INFO WAIT active send to complete -2013-12-03 10:32:27 program INFO WAIT active send to complete -2013-12-03 10:32:27 program INFO WAIT active send to complete -2013-12-03 10:32:27 program ERROR IOB offline -2013-12-03 10:32:54 queue INFO >>83 [116] -2013-12-03 10:32:57 program INFO IOB ONLINE! -2013-12-03 10:32:57 program INFO WAIT active send to complete -2013-12-03 10:32:57 program ERROR IOB offline -2013-12-03 10:33:23 program INFO IOB ONLINE! -2013-12-03 10:33:23 program INFO WAIT active send to complete -2013-12-03 10:33:23 program INFO WAIT active send to complete -2013-12-03 10:33:23 program INFO WAIT active send to complete -2013-12-03 10:33:23 program ERROR IOB offline -2013-12-03 10:33:44 queue INFO >>83 [117] -2013-12-03 10:33:54 program INFO IOB ONLINE! -2013-12-03 10:33:54 program INFO WAIT active send to complete -2013-12-03 10:33:54 program INFO WAIT active send to complete -2013-12-03 10:33:54 program INFO WAIT active send to complete -2013-12-03 10:33:54 program INFO WAIT active send to complete -2013-12-03 10:33:55 program INFO WAIT active send to complete -2013-12-03 10:33:55 program INFO WAIT active send to complete -2013-12-03 10:33:55 program INFO WAIT active send to complete -2013-12-03 10:33:55 program INFO WAIT active send to complete -2013-12-03 10:33:55 program INFO WAIT active send to complete -2013-12-03 10:33:56 program INFO WAIT active send to complete -2013-12-03 10:33:56 program INFO WAIT active send to complete -2013-12-03 10:33:56 program INFO WAIT active send to complete -2013-12-03 10:33:56 program INFO WAIT active send to complete -2013-12-03 10:33:56 program INFO WAIT active send to complete -2013-12-03 10:33:57 program INFO WAIT active send to complete -2013-12-03 10:33:57 program INFO WAIT active send to complete -2013-12-03 10:33:57 program INFO WAIT active send to complete -2013-12-03 10:33:57 program INFO WAIT active send to complete -2013-12-03 10:33:57 program INFO WAIT active send to complete -2013-12-03 10:33:58 program INFO WAIT active send to complete -2013-12-03 10:33:58 program INFO WAIT active send to complete -2013-12-03 10:33:58 program INFO WAIT active send to complete -2013-12-03 10:33:58 program INFO WAIT active send to complete -2013-12-03 10:33:58 program INFO WAIT active send to complete -2013-12-03 10:33:59 program INFO WAIT active send to complete -2013-12-03 10:33:59 program INFO WAIT active send to complete -2013-12-03 10:33:59 program INFO WAIT active send to complete -2013-12-03 10:33:59 program INFO WAIT active send to complete -2013-12-03 10:33:59 program INFO WAIT active send to complete -2013-12-03 10:34:00 program INFO WAIT active send to complete -2013-12-03 10:34:00 program INFO WAIT active send to complete -2013-12-03 10:34:00 program INFO WAIT active send to complete -2013-12-03 10:34:00 program INFO WAIT active send to complete -2013-12-03 10:34:01 program INFO WAIT active send to complete -2013-12-03 10:34:01 program INFO WAIT active send to complete -2013-12-03 10:34:01 program INFO WAIT active send to complete -2013-12-03 10:34:01 program INFO WAIT active send to complete -2013-12-03 10:34:01 program INFO WAIT active send to complete -2013-12-03 10:34:02 program INFO WAIT active send to complete -2013-12-03 10:34:02 program INFO WAIT active send to complete -2013-12-03 10:34:02 program INFO WAIT active send to complete -2013-12-03 10:34:02 program INFO WAIT active send to complete -2013-12-03 10:34:02 program INFO WAIT active send to complete -2013-12-03 10:34:03 program INFO WAIT active send to complete -2013-12-03 10:34:03 program INFO WAIT active send to complete -2013-12-03 10:34:03 program INFO WAIT active send to complete -2013-12-03 10:34:03 program INFO WAIT active send to complete -2013-12-03 10:34:03 program INFO WAIT active send to complete -2013-12-03 10:34:04 program INFO WAIT active send to complete -2013-12-03 10:34:04 program INFO WAIT active send to complete -2013-12-03 10:34:04 program INFO WAIT active send to complete -2013-12-03 10:34:04 program INFO WAIT active send to complete -2013-12-03 10:34:04 program INFO WAIT active send to complete -2013-12-03 10:34:05 program INFO WAIT active send to complete -2013-12-03 10:34:05 program ERROR IOB offline -2013-12-03 10:34:35 queue INFO >>83 [118] -2013-12-03 10:34:39 program INFO IOB ONLINE! -2013-12-03 10:34:39 program INFO IOB ONLINE! -2013-12-03 10:34:39 program INFO WAIT active send to complete -2013-12-03 10:34:39 program INFO WAIT active send to complete -2013-12-03 10:34:39 program INFO WAIT active send to complete -2013-12-03 10:34:39 program INFO WAIT active send to complete -2013-12-03 10:34:39 program INFO WAIT active send to complete -2013-12-03 10:34:39 program INFO WAIT active send to complete -2013-12-03 10:34:39 program INFO WAIT active send to complete -2013-12-03 10:34:40 program INFO WAIT active send to complete -2013-12-03 10:34:40 program INFO WAIT active send to complete -2013-12-03 10:34:40 program INFO WAIT active send to complete -2013-12-03 10:34:40 program INFO WAIT active send to complete -2013-12-03 10:34:40 program INFO WAIT active send to complete -2013-12-03 10:34:41 program INFO WAIT active send to complete -2013-12-03 10:34:41 program INFO WAIT active send to complete -2013-12-03 10:34:41 program INFO WAIT active send to complete -2013-12-03 10:34:41 program INFO WAIT active send to complete -2013-12-03 10:34:41 program INFO WAIT active send to complete -2013-12-03 10:34:42 program ERROR IOB offline -2013-12-03 10:34:42 program INFO IOB ONLINE! -2013-12-03 10:34:42 program INFO WAIT active send to complete -2013-12-03 10:34:42 program INFO WAIT active send to complete -2013-12-03 10:34:42 program INFO WAIT active send to complete -2013-12-03 10:34:42 program INFO WAIT active send to complete -2013-12-03 10:34:43 program INFO WAIT active send to complete -2013-12-03 10:34:43 program INFO WAIT active send to complete -2013-12-03 10:34:43 program INFO WAIT active send to complete -2013-12-03 10:34:43 program INFO WAIT active send to complete -2013-12-03 10:34:43 program INFO WAIT active send to complete -2013-12-03 10:34:44 program INFO WAIT active send to complete -2013-12-03 10:34:44 program ERROR IOB offline -2013-12-03 10:34:44 program INFO IOB ONLINE! -2013-12-03 10:34:44 program INFO WAIT active send to complete -2013-12-03 10:34:44 program INFO WAIT active send to complete -2013-12-03 10:34:44 program INFO WAIT active send to complete -2013-12-03 10:34:45 program INFO WAIT active send to complete -2013-12-03 10:34:45 program INFO WAIT active send to complete -2013-12-03 10:34:45 program INFO WAIT active send to complete -2013-12-03 10:34:45 program INFO WAIT active send to complete -2013-12-03 10:34:46 program INFO WAIT active send to complete -2013-12-03 10:34:46 program INFO WAIT active send to complete -2013-12-03 10:34:46 program INFO WAIT active send to complete -2013-12-03 10:34:46 program INFO WAIT active send to complete -2013-12-03 10:34:46 program INFO WAIT active send to complete -2013-12-03 10:34:47 program INFO WAIT active send to complete -2013-12-03 10:34:47 program INFO WAIT active send to complete -2013-12-03 10:34:47 program INFO WAIT active send to complete -2013-12-03 10:34:47 program INFO WAIT active send to complete -2013-12-03 10:34:47 program INFO WAIT active send to complete -2013-12-03 10:34:48 program INFO WAIT active send to complete -2013-12-03 10:34:48 program INFO WAIT active send to complete -2013-12-03 10:34:48 program INFO WAIT active send to complete -2013-12-03 10:34:48 program INFO WAIT active send to complete -2013-12-03 10:34:48 program INFO WAIT active send to complete -2013-12-03 10:34:49 program INFO WAIT active send to complete -2013-12-03 10:34:49 program INFO WAIT active send to complete -2013-12-03 10:34:49 program INFO WAIT active send to complete -2013-12-03 10:34:49 program INFO WAIT active send to complete -2013-12-03 10:34:49 program INFO WAIT active send to complete -2013-12-03 10:34:50 program INFO WAIT active send to complete -2013-12-03 10:34:50 program INFO WAIT active send to complete -2013-12-03 10:34:50 program INFO WAIT active send to complete -2013-12-03 10:34:50 program INFO WAIT active send to complete -2013-12-03 10:34:50 program INFO WAIT active send to complete -2013-12-03 10:34:51 program INFO WAIT active send to complete -2013-12-03 10:34:51 program INFO WAIT active send to complete -2013-12-03 10:34:51 program INFO WAIT active send to complete -2013-12-03 10:34:51 program INFO WAIT active send to complete -2013-12-03 10:34:52 program INFO WAIT active send to complete -2013-12-03 10:34:52 program INFO WAIT active send to complete -2013-12-03 10:34:52 program ERROR IOB offline -2013-12-03 10:34:52 program INFO IOB ONLINE! -2013-12-03 10:34:52 program INFO WAIT active send to complete -2013-12-03 10:34:52 program INFO WAIT active send to complete -2013-12-03 10:34:53 program INFO WAIT active send to complete -2013-12-03 10:34:53 program ERROR IOB offline -2013-12-03 10:34:53 program INFO IOB ONLINE! -2013-12-03 10:34:53 program INFO WAIT active send to complete -2013-12-03 10:34:53 program INFO WAIT active send to complete -2013-12-03 10:34:53 program INFO WAIT active send to complete -2013-12-03 10:34:54 program INFO WAIT active send to complete -2013-12-03 10:34:54 program INFO WAIT active send to complete -2013-12-03 10:34:54 program INFO WAIT active send to complete -2013-12-03 10:34:54 program ERROR IOB offline -2013-12-03 10:34:54 program INFO IOB ONLINE! -2013-12-03 10:34:54 program INFO WAIT active send to complete -2013-12-03 10:34:55 program INFO WAIT active send to complete -2013-12-03 10:34:55 program ERROR IOB offline -2013-12-03 10:34:55 program INFO IOB ONLINE! -2013-12-03 10:34:55 program INFO WAIT active send to complete -2013-12-03 10:34:55 program INFO WAIT active send to complete -2013-12-03 10:34:55 program INFO WAIT active send to complete -2013-12-03 10:34:56 program INFO WAIT active send to complete -2013-12-03 10:34:56 program INFO WAIT active send to complete -2013-12-03 10:34:56 program INFO WAIT active send to complete -2013-12-03 10:34:56 program INFO WAIT active send to complete -2013-12-03 10:34:56 program INFO WAIT active send to complete -2013-12-03 10:34:57 program INFO WAIT active send to complete -2013-12-03 10:34:57 program INFO WAIT active send to complete -2013-12-03 10:34:57 program INFO WAIT active send to complete -2013-12-03 10:34:57 program INFO WAIT active send to complete -2013-12-03 10:34:57 program INFO WAIT active send to complete -2013-12-03 10:34:58 program INFO WAIT active send to complete -2013-12-03 10:34:58 program INFO WAIT active send to complete -2013-12-03 10:34:58 program INFO WAIT active send to complete -2013-12-03 10:34:58 program INFO WAIT active send to complete -2013-12-03 10:34:58 program INFO WAIT active send to complete -2013-12-03 10:34:59 program INFO WAIT active send to complete -2013-12-03 10:34:59 program INFO WAIT active send to complete -2013-12-03 10:34:59 program INFO WAIT active send to complete -2013-12-03 10:34:59 program INFO WAIT active send to complete -2013-12-03 10:35:00 program INFO WAIT active send to complete -2013-12-03 10:35:00 program INFO WAIT active send to complete -2013-12-03 10:35:00 program ERROR IOB offline -2013-12-03 10:35:00 program INFO IOB ONLINE! -2013-12-03 10:35:00 program INFO WAIT active send to complete -2013-12-03 10:35:00 program INFO WAIT active send to complete -2013-12-03 10:35:01 program INFO WAIT active send to complete -2013-12-03 10:35:01 program INFO WAIT active send to complete -2013-12-03 10:35:01 program INFO WAIT active send to complete -2013-12-03 10:35:01 program INFO WAIT active send to complete -2013-12-03 10:35:01 program INFO WAIT active send to complete -2013-12-03 10:35:02 program INFO WAIT active send to complete -2013-12-03 10:35:02 program INFO WAIT active send to complete -2013-12-03 10:35:02 program INFO WAIT active send to complete -2013-12-03 10:35:02 program INFO WAIT active send to complete -2013-12-03 10:35:02 program INFO WAIT active send to complete -2013-12-03 10:35:03 program INFO WAIT active send to complete -2013-12-03 10:35:03 program INFO WAIT active send to complete -2013-12-03 10:35:03 program INFO WAIT active send to complete -2013-12-03 10:35:03 program INFO WAIT active send to complete -2013-12-03 10:35:03 program INFO WAIT active send to complete -2013-12-03 10:35:04 program INFO WAIT active send to complete -2013-12-03 10:35:04 program INFO WAIT active send to complete -2013-12-03 10:35:04 program INFO WAIT active send to complete -2013-12-03 10:35:04 program INFO WAIT active send to complete -2013-12-03 10:35:04 program INFO WAIT active send to complete -2013-12-03 10:35:05 program INFO WAIT active send to complete -2013-12-03 10:35:05 program INFO WAIT active send to complete -2013-12-03 10:35:05 program INFO WAIT active send to complete -2013-12-03 10:35:05 program INFO WAIT active send to complete -2013-12-03 10:35:05 program INFO WAIT active send to complete -2013-12-03 10:35:06 program INFO WAIT active send to complete -2013-12-03 10:35:06 program INFO WAIT active send to complete -2013-12-03 10:35:06 program INFO WAIT active send to complete -2013-12-03 10:35:06 program INFO WAIT active send to complete -2013-12-03 10:35:06 program INFO WAIT active send to complete -2013-12-03 10:35:07 program ERROR IOB offline -2013-12-03 10:35:14 program INFO IOB ONLINE! -2013-12-03 10:35:14 program INFO WAIT active send to complete -2013-12-03 10:35:14 program INFO WAIT active send to complete -2013-12-03 10:35:14 program INFO WAIT active send to complete -2013-12-03 10:35:14 program INFO WAIT active send to complete -2013-12-03 10:35:15 program INFO WAIT active send to complete -2013-12-03 10:35:15 program INFO WAIT active send to complete -2013-12-03 10:35:15 program INFO WAIT active send to complete -2013-12-03 10:35:15 program INFO WAIT active send to complete -2013-12-03 10:35:15 program INFO WAIT active send to complete -2013-12-03 10:35:16 program INFO WAIT active send to complete -2013-12-03 10:35:16 program INFO WAIT active send to complete -2013-12-03 10:35:16 program INFO WAIT active send to complete -2013-12-03 10:35:16 program INFO WAIT active send to complete -2013-12-03 10:35:16 program INFO WAIT active send to complete -2013-12-03 10:35:17 program INFO WAIT active send to complete -2013-12-03 10:35:17 program INFO WAIT active send to complete -2013-12-03 10:35:17 program INFO WAIT active send to complete -2013-12-03 10:35:17 program INFO WAIT active send to complete -2013-12-03 10:35:18 program INFO WAIT active send to complete -2013-12-03 10:35:18 program INFO WAIT active send to complete -2013-12-03 10:35:18 program INFO WAIT active send to complete -2013-12-03 10:35:18 program INFO WAIT active send to complete -2013-12-03 10:35:18 program INFO WAIT active send to complete -2013-12-03 10:35:19 program INFO WAIT active send to complete -2013-12-03 10:35:19 program INFO WAIT active send to complete -2013-12-03 10:35:19 program INFO WAIT active send to complete -2013-12-03 10:35:19 program INFO WAIT active send to complete -2013-12-03 10:35:19 program INFO WAIT active send to complete -2013-12-03 10:35:20 program INFO WAIT active send to complete -2013-12-03 10:35:20 program INFO WAIT active send to complete -2013-12-03 10:35:20 program INFO WAIT active send to complete -2013-12-03 10:35:20 program INFO WAIT active send to complete -2013-12-03 10:35:20 program INFO WAIT active send to complete -2013-12-03 10:35:21 program INFO WAIT active send to complete -2013-12-03 10:35:21 program INFO WAIT active send to complete -2013-12-03 10:35:21 program INFO WAIT active send to complete -2013-12-03 10:35:21 program INFO WAIT active send to complete -2013-12-03 10:35:21 program INFO WAIT active send to complete -2013-12-03 10:35:22 program INFO WAIT active send to complete -2013-12-03 10:35:22 program INFO WAIT active send to complete -2013-12-03 10:35:22 program INFO WAIT active send to complete -2013-12-03 10:35:22 program INFO WAIT active send to complete -2013-12-03 10:35:22 program INFO WAIT active send to complete -2013-12-03 10:35:23 program INFO WAIT active send to complete -2013-12-03 10:35:23 program INFO WAIT active send to complete -2013-12-03 10:35:23 program INFO WAIT active send to complete -2013-12-03 10:35:23 program INFO WAIT active send to complete -2013-12-03 10:35:23 program INFO WAIT active send to complete -2013-12-03 10:35:24 program INFO WAIT active send to complete -2013-12-03 10:35:24 program INFO WAIT active send to complete -2013-12-03 10:35:24 program INFO WAIT active send to complete -2013-12-03 10:35:24 program INFO WAIT active send to complete -2013-12-03 10:35:25 program INFO WAIT active send to complete -2013-12-03 10:35:25 program INFO WAIT active send to complete -2013-12-03 10:35:25 queue INFO >>83 [119] -2013-12-03 10:35:25 program INFO WAIT active send to complete -2013-12-03 10:35:25 program INFO WAIT active send to complete -2013-12-03 10:35:25 program INFO WAIT active send to complete -2013-12-03 10:35:26 program INFO WAIT active send to complete -2013-12-03 10:35:26 program INFO WAIT active send to complete -2013-12-03 10:35:26 program INFO WAIT active send to complete -2013-12-03 10:35:26 program INFO WAIT active send to complete -2013-12-03 10:35:26 program INFO WAIT active send to complete -2013-12-03 10:35:27 program INFO WAIT active send to complete -2013-12-03 10:35:27 program INFO WAIT active send to complete -2013-12-03 10:35:27 program ERROR IOB offline -2013-12-03 10:35:43 program INFO IOB ONLINE! -2013-12-03 10:35:43 program INFO WAIT active send to complete -2013-12-03 10:35:43 program INFO WAIT active send to complete -2013-12-03 10:35:44 program INFO WAIT active send to complete -2013-12-03 10:35:44 program INFO WAIT active send to complete -2013-12-03 10:35:44 program INFO WAIT active send to complete -2013-12-03 10:35:44 program INFO WAIT active send to complete -2013-12-03 10:35:44 program INFO WAIT active send to complete -2013-12-03 10:35:45 program INFO WAIT active send to complete -2013-12-03 10:35:45 program ERROR IOB offline -2013-12-03 10:35:45 program INFO IOB ONLINE! -2013-12-03 10:35:45 program INFO WAIT active send to complete -2013-12-03 10:35:45 program INFO WAIT active send to complete -2013-12-03 10:35:45 program INFO WAIT active send to complete -2013-12-03 10:35:46 program INFO WAIT active send to complete -2013-12-03 10:35:46 program INFO WAIT active send to complete -2013-12-03 10:35:46 program INFO WAIT active send to complete -2013-12-03 10:35:46 program INFO WAIT active send to complete -2013-12-03 10:35:46 program INFO WAIT active send to complete -2013-12-03 10:35:47 program INFO WAIT active send to complete -2013-12-03 10:35:47 program INFO WAIT active send to complete -2013-12-03 10:35:47 program INFO WAIT active send to complete -2013-12-03 10:35:47 program INFO WAIT active send to complete -2013-12-03 10:35:47 program INFO WAIT active send to complete -2013-12-03 10:35:48 program INFO WAIT active send to complete -2013-12-03 10:35:48 program INFO WAIT active send to complete -2013-12-03 10:35:48 program INFO WAIT active send to complete -2013-12-03 10:35:48 program INFO WAIT active send to complete -2013-12-03 10:35:48 program ERROR IOB offline -2013-12-03 10:35:49 program INFO IOB ONLINE! -2013-12-03 10:35:49 program INFO WAIT active send to complete -2013-12-03 10:35:49 program INFO WAIT active send to complete -2013-12-03 10:35:49 program INFO WAIT active send to complete -2013-12-03 10:35:49 program INFO WAIT active send to complete -2013-12-03 10:35:49 program INFO WAIT active send to complete -2013-12-03 10:35:50 program INFO WAIT active send to complete -2013-12-03 10:35:50 program INFO WAIT active send to complete -2013-12-03 10:35:50 program INFO WAIT active send to complete -2013-12-03 10:35:50 program INFO WAIT active send to complete -2013-12-03 10:35:51 program INFO WAIT active send to complete -2013-12-03 10:35:51 program INFO WAIT active send to complete -2013-12-03 10:35:51 program INFO WAIT active send to complete -2013-12-03 10:35:51 program INFO WAIT active send to complete -2013-12-03 10:35:51 program INFO WAIT active send to complete -2013-12-03 10:35:52 program INFO WAIT active send to complete -2013-12-03 10:35:52 program INFO WAIT active send to complete -2013-12-03 10:35:52 program INFO WAIT active send to complete -2013-12-03 10:35:52 program INFO WAIT active send to complete -2013-12-03 10:35:52 program INFO WAIT active send to complete -2013-12-03 10:35:53 program INFO WAIT active send to complete -2013-12-03 10:35:53 program INFO WAIT active send to complete -2013-12-03 10:35:53 program INFO WAIT active send to complete -2013-12-03 10:35:53 program INFO WAIT active send to complete -2013-12-03 10:35:54 program INFO WAIT active send to complete -2013-12-03 10:35:54 program INFO WAIT active send to complete -2013-12-03 10:35:54 program INFO WAIT active send to complete -2013-12-03 10:35:54 program INFO WAIT active send to complete -2013-12-03 10:35:54 program INFO WAIT active send to complete -2013-12-03 10:35:55 program INFO WAIT active send to complete -2013-12-03 10:35:55 program INFO WAIT active send to complete -2013-12-03 10:35:55 program INFO WAIT active send to complete -2013-12-03 10:35:55 program INFO WAIT active send to complete -2013-12-03 10:35:55 program INFO WAIT active send to complete -2013-12-03 10:35:55 program INFO WAIT active send to complete -2013-12-03 10:35:56 program INFO WAIT active send to complete -2013-12-03 10:35:56 program INFO WAIT active send to complete -2013-12-03 10:35:56 program INFO WAIT active send to complete -2013-12-03 10:35:56 program INFO WAIT active send to complete -2013-12-03 10:35:57 program INFO WAIT active send to complete -2013-12-03 10:35:57 program INFO WAIT active send to complete -2013-12-03 10:35:57 program INFO WAIT active send to complete -2013-12-03 10:35:57 program INFO WAIT active send to complete -2013-12-03 10:35:57 program INFO WAIT active send to complete -2013-12-03 10:35:58 program INFO WAIT active send to complete -2013-12-03 10:35:58 program INFO WAIT active send to complete -2013-12-03 10:35:58 program INFO WAIT active send to complete -2013-12-03 10:35:58 program INFO WAIT active send to complete -2013-12-03 10:35:58 program INFO WAIT active send to complete -2013-12-03 10:35:59 program INFO WAIT active send to complete -2013-12-03 10:35:59 program INFO WAIT active send to complete -2013-12-03 10:35:59 program INFO WAIT active send to complete -2013-12-03 10:35:59 program INFO WAIT active send to complete -2013-12-03 10:35:59 program INFO WAIT active send to complete -2013-12-03 10:36:00 program INFO WAIT active send to complete -2013-12-03 10:36:00 program INFO WAIT active send to complete -2013-12-03 10:36:00 program INFO WAIT active send to complete -2013-12-03 10:36:00 program INFO WAIT active send to complete -2013-12-03 10:36:00 program INFO WAIT active send to complete -2013-12-03 10:36:01 program INFO WAIT active send to complete -2013-12-03 10:36:01 program INFO WAIT active send to complete -2013-12-03 10:36:01 program INFO WAIT active send to complete -2013-12-03 10:36:01 program ERROR IOB offline -2013-12-03 10:36:01 program INFO IOB ONLINE! -2013-12-03 10:36:01 program INFO WAIT active send to complete -2013-12-03 10:36:02 program INFO WAIT active send to complete -2013-12-03 10:36:02 program INFO WAIT active send to complete -2013-12-03 10:36:02 program INFO WAIT active send to complete -2013-12-03 10:36:02 program INFO WAIT active send to complete -2013-12-03 10:36:03 program INFO WAIT active send to complete -2013-12-03 10:36:03 program INFO WAIT active send to complete -2013-12-03 10:36:03 program INFO WAIT active send to complete -2013-12-03 10:36:03 program INFO WAIT active send to complete -2013-12-03 10:36:03 program INFO WAIT active send to complete -2013-12-03 10:36:04 program INFO WAIT active send to complete -2013-12-03 10:36:04 program INFO WAIT active send to complete -2013-12-03 10:36:04 program INFO WAIT active send to complete -2013-12-03 10:36:04 program INFO WAIT active send to complete -2013-12-03 10:36:04 program INFO WAIT active send to complete -2013-12-03 10:36:05 program INFO WAIT active send to complete -2013-12-03 10:36:05 program INFO WAIT active send to complete -2013-12-03 10:36:05 program INFO WAIT active send to complete -2013-12-03 10:36:05 program ERROR IOB offline -2013-12-03 10:36:05 program INFO IOB ONLINE! -2013-12-03 10:36:05 program INFO WAIT active send to complete -2013-12-03 10:36:06 program INFO WAIT active send to complete -2013-12-03 10:36:06 program INFO WAIT active send to complete -2013-12-03 10:36:06 program INFO WAIT active send to complete -2013-12-03 10:36:06 program INFO WAIT active send to complete -2013-12-03 10:36:06 program INFO WAIT active send to complete -2013-12-03 10:36:07 program INFO WAIT active send to complete -2013-12-03 10:36:07 program INFO WAIT active send to complete -2013-12-03 10:36:07 program INFO WAIT active send to complete -2013-12-03 10:36:07 program INFO WAIT active send to complete -2013-12-03 10:36:07 program INFO WAIT active send to complete -2013-12-03 10:36:08 program INFO WAIT active send to complete -2013-12-03 10:36:08 program INFO WAIT active send to complete -2013-12-03 10:36:08 program INFO WAIT active send to complete -2013-12-03 10:36:08 program INFO WAIT active send to complete -2013-12-03 10:36:08 program INFO WAIT active send to complete -2013-12-03 10:36:10 program INFO WAIT active send to complete -2013-12-03 10:36:10 program INFO WAIT active send to complete -2013-12-03 10:36:10 program INFO WAIT active send to complete -2013-12-03 10:36:10 program INFO WAIT active send to complete -2013-12-03 10:36:10 program INFO WAIT active send to complete -2013-12-03 10:36:10 program INFO WAIT active send to complete -2013-12-03 10:36:10 program INFO WAIT active send to complete -2013-12-03 10:36:11 program INFO WAIT active send to complete -2013-12-03 10:36:11 program INFO WAIT active send to complete -2013-12-03 10:36:11 program INFO WAIT active send to complete -2013-12-03 10:36:11 program INFO WAIT active send to complete -2013-12-03 10:36:11 program INFO WAIT active send to complete -2013-12-03 10:36:11 program INFO WAIT active send to complete -2013-12-03 10:36:12 program INFO WAIT active send to complete -2013-12-03 10:36:12 program INFO WAIT active send to complete -2013-12-03 10:36:12 program INFO WAIT active send to complete -2013-12-03 10:36:12 program INFO WAIT active send to complete -2013-12-03 10:36:12 program INFO WAIT active send to complete -2013-12-03 10:36:13 program INFO WAIT active send to complete -2013-12-03 10:36:13 program INFO WAIT active send to complete -2013-12-03 10:36:13 program INFO WAIT active send to complete -2013-12-03 10:36:13 program INFO WAIT active send to complete -2013-12-03 10:36:13 program INFO WAIT active send to complete -2013-12-03 10:36:14 program INFO WAIT active send to complete -2013-12-03 10:36:14 program INFO WAIT active send to complete -2013-12-03 10:36:14 program INFO WAIT active send to complete -2013-12-03 10:36:14 program INFO WAIT active send to complete -2013-12-03 10:36:14 program INFO WAIT active send to complete -2013-12-03 10:36:15 program INFO WAIT active send to complete -2013-12-03 10:36:15 program INFO WAIT active send to complete -2013-12-03 10:36:15 queue INFO >>83 [120] -2013-12-03 10:36:15 program INFO WAIT active send to complete -2013-12-03 10:36:15 program INFO WAIT active send to complete -2013-12-03 10:36:15 program INFO WAIT active send to complete -2013-12-03 10:36:16 program INFO WAIT active send to complete -2013-12-03 10:36:16 program INFO WAIT active send to complete -2013-12-03 10:36:16 program INFO WAIT active send to complete -2013-12-03 10:36:16 program INFO WAIT active send to complete -2013-12-03 10:36:16 program INFO WAIT active send to complete -2013-12-03 10:36:17 program INFO WAIT active send to complete -2013-12-03 10:36:17 program INFO WAIT active send to complete -2013-12-03 10:36:17 program INFO WAIT active send to complete -2013-12-03 10:36:17 program INFO WAIT active send to complete -2013-12-03 10:36:17 program INFO WAIT active send to complete -2013-12-03 10:36:18 program INFO WAIT active send to complete -2013-12-03 10:36:18 program INFO WAIT active send to complete -2013-12-03 10:36:18 program INFO WAIT active send to complete -2013-12-03 10:36:18 program INFO WAIT active send to complete -2013-12-03 10:36:19 program INFO WAIT active send to complete -2013-12-03 10:36:19 program INFO WAIT active send to complete -2013-12-03 10:36:19 program INFO WAIT active send to complete -2013-12-03 10:36:19 program INFO WAIT active send to complete -2013-12-03 10:36:19 program INFO WAIT active send to complete -2013-12-03 10:36:20 program INFO WAIT active send to complete -2013-12-03 10:36:20 program INFO WAIT active send to complete -2013-12-03 10:36:20 program INFO WAIT active send to complete -2013-12-03 10:36:20 program INFO WAIT active send to complete -2013-12-03 10:36:20 program INFO WAIT active send to complete -2013-12-03 10:36:21 program INFO WAIT active send to complete -2013-12-03 10:36:21 program INFO WAIT active send to complete -2013-12-03 10:36:21 program INFO WAIT active send to complete -2013-12-03 10:36:21 program INFO WAIT active send to complete -2013-12-03 10:36:21 program INFO WAIT active send to complete -2013-12-03 10:36:22 program INFO WAIT active send to complete -2013-12-03 10:36:22 program INFO WAIT active send to complete -2013-12-03 10:36:22 program INFO WAIT active send to complete -2013-12-03 10:36:22 program INFO WAIT active send to complete -2013-12-03 10:36:22 program INFO WAIT active send to complete -2013-12-03 10:36:23 program INFO WAIT active send to complete -2013-12-03 10:36:23 program INFO WAIT active send to complete -2013-12-03 10:36:23 program INFO WAIT active send to complete -2013-12-03 10:36:23 program INFO WAIT active send to complete -2013-12-03 10:36:23 program INFO WAIT active send to complete -2013-12-03 10:36:24 program INFO WAIT active send to complete -2013-12-03 10:36:24 program INFO WAIT active send to complete -2013-12-03 10:36:24 program INFO WAIT active send to complete -2013-12-03 10:36:24 program INFO WAIT active send to complete -2013-12-03 10:36:24 program INFO WAIT active send to complete -2013-12-03 10:36:25 program INFO WAIT active send to complete -2013-12-03 10:36:25 program INFO WAIT active send to complete -2013-12-03 10:36:25 program INFO WAIT active send to complete -2013-12-03 10:36:25 program INFO WAIT active send to complete -2013-12-03 10:36:26 program INFO WAIT active send to complete -2013-12-03 10:36:26 program INFO WAIT active send to complete -2013-12-03 10:36:26 program INFO WAIT active send to complete -2013-12-03 10:36:26 program INFO WAIT active send to complete -2013-12-03 10:36:26 program INFO WAIT active send to complete -2013-12-03 10:36:27 program INFO WAIT active send to complete -2013-12-03 10:36:27 program INFO WAIT active send to complete -2013-12-03 10:36:27 program INFO WAIT active send to complete -2013-12-03 10:36:27 program INFO WAIT active send to complete -2013-12-03 10:36:27 program INFO WAIT active send to complete -2013-12-03 10:36:28 program INFO WAIT active send to complete -2013-12-03 10:36:28 program INFO WAIT active send to complete -2013-12-03 10:36:28 program INFO WAIT active send to complete -2013-12-03 10:36:28 program INFO WAIT active send to complete -2013-12-03 10:36:28 program INFO WAIT active send to complete -2013-12-03 10:36:29 program INFO WAIT active send to complete -2013-12-03 10:36:29 program INFO WAIT active send to complete -2013-12-03 10:36:29 program INFO WAIT active send to complete -2013-12-03 10:36:29 program INFO WAIT active send to complete -2013-12-03 10:36:29 program INFO WAIT active send to complete -2013-12-03 10:36:30 program INFO WAIT active send to complete -2013-12-03 10:36:30 program INFO WAIT active send to complete -2013-12-03 10:36:30 program INFO WAIT active send to complete -2013-12-03 10:36:30 program INFO WAIT active send to complete -2013-12-03 10:36:30 program INFO WAIT active send to complete -2013-12-03 10:36:31 program INFO WAIT active send to complete -2013-12-03 10:36:31 program INFO WAIT active send to complete -2013-12-03 10:36:31 program INFO WAIT active send to complete -2013-12-03 10:36:31 program INFO WAIT active send to complete -2013-12-03 10:36:31 program INFO WAIT active send to complete -2013-12-03 10:36:32 program INFO WAIT active send to complete -2013-12-03 10:36:32 program INFO WAIT active send to complete -2013-12-03 10:36:32 program INFO WAIT active send to complete -2013-12-03 10:36:32 program INFO WAIT active send to complete -2013-12-03 10:36:32 program INFO WAIT active send to complete -2013-12-03 10:36:33 program INFO WAIT active send to complete -2013-12-03 10:36:33 program INFO WAIT active send to complete -2013-12-03 10:36:33 program INFO WAIT active send to complete -2013-12-03 10:36:33 program INFO WAIT active send to complete -2013-12-03 10:36:34 program INFO WAIT active send to complete -2013-12-03 10:36:34 program INFO WAIT active send to complete -2013-12-03 10:36:34 program INFO WAIT active send to complete -2013-12-03 10:36:34 program INFO WAIT active send to complete -2013-12-03 10:36:34 program INFO WAIT active send to complete -2013-12-03 10:36:35 program INFO WAIT active send to complete -2013-12-03 10:36:35 program INFO WAIT active send to complete -2013-12-03 10:36:35 program INFO WAIT active send to complete -2013-12-03 10:36:35 program INFO WAIT active send to complete -2013-12-03 10:36:35 program INFO WAIT active send to complete -2013-12-03 10:36:36 program INFO WAIT active send to complete -2013-12-03 10:36:36 program INFO WAIT active send to complete -2013-12-03 10:36:36 program INFO WAIT active send to complete -2013-12-03 10:36:36 program INFO WAIT active send to complete -2013-12-03 10:36:36 program INFO WAIT active send to complete -2013-12-03 10:36:37 program INFO WAIT active send to complete -2013-12-03 10:36:37 program INFO WAIT active send to complete -2013-12-03 10:36:37 program INFO WAIT active send to complete -2013-12-03 10:36:37 program INFO WAIT active send to complete -2013-12-03 10:36:37 program INFO WAIT active send to complete -2013-12-03 10:36:38 program INFO WAIT active send to complete -2013-12-03 10:36:38 program INFO WAIT active send to complete -2013-12-03 10:36:38 program INFO WAIT active send to complete -2013-12-03 10:36:38 program INFO WAIT active send to complete -2013-12-03 10:36:38 program INFO WAIT active send to complete -2013-12-03 10:36:39 program INFO WAIT active send to complete -2013-12-03 10:36:39 program INFO WAIT active send to complete -2013-12-03 10:36:39 program INFO WAIT active send to complete -2013-12-03 10:36:39 program INFO WAIT active send to complete -2013-12-03 10:36:39 program INFO WAIT active send to complete -2013-12-03 10:36:40 program INFO WAIT active send to complete -2013-12-03 10:36:40 program INFO WAIT active send to complete -2013-12-03 10:36:40 program INFO WAIT active send to complete -2013-12-03 10:36:40 program INFO WAIT active send to complete -2013-12-03 10:36:41 program INFO WAIT active send to complete -2013-12-03 10:36:41 program INFO WAIT active send to complete -2013-12-03 10:36:41 program INFO WAIT active send to complete -2013-12-03 10:36:41 program INFO WAIT active send to complete -2013-12-03 10:36:41 program INFO WAIT active send to complete -2013-12-03 10:36:42 program INFO WAIT active send to complete -2013-12-03 10:36:42 program INFO WAIT active send to complete -2013-12-03 10:36:42 program INFO WAIT active send to complete -2013-12-03 10:36:42 program INFO WAIT active send to complete -2013-12-03 10:36:42 program INFO WAIT active send to complete -2013-12-03 10:36:43 program INFO WAIT active send to complete -2013-12-03 10:36:43 program INFO WAIT active send to complete -2013-12-03 10:36:43 program INFO WAIT active send to complete -2013-12-03 10:36:43 program INFO WAIT active send to complete -2013-12-03 10:36:43 program INFO WAIT active send to complete -2013-12-03 10:36:44 program INFO WAIT active send to complete -2013-12-03 10:36:44 program INFO WAIT active send to complete -2013-12-03 10:36:44 program INFO WAIT active send to complete -2013-12-03 10:36:44 program INFO WAIT active send to complete -2013-12-03 10:36:44 program INFO WAIT active send to complete -2013-12-03 10:36:45 program INFO WAIT active send to complete -2013-12-03 10:36:45 program INFO WAIT active send to complete -2013-12-03 10:36:45 program INFO WAIT active send to complete -2013-12-03 10:36:45 program INFO WAIT active send to complete -2013-12-03 10:36:45 program INFO WAIT active send to complete -2013-12-03 10:36:46 program INFO WAIT active send to complete -2013-12-03 10:36:46 program INFO WAIT active send to complete -2013-12-03 10:36:46 program INFO WAIT active send to complete -2013-12-03 10:36:46 program INFO WAIT active send to complete -2013-12-03 10:36:46 program INFO WAIT active send to complete -2013-12-03 10:36:47 program INFO WAIT active send to complete -2013-12-03 10:36:47 program INFO WAIT active send to complete -2013-12-03 10:36:47 program INFO WAIT active send to complete -2013-12-03 10:36:47 program INFO WAIT active send to complete -2013-12-03 10:36:48 program INFO WAIT active send to complete -2013-12-03 10:36:48 program INFO WAIT active send to complete -2013-12-03 10:36:48 program INFO WAIT active send to complete -2013-12-03 10:36:48 program INFO WAIT active send to complete -2013-12-03 10:36:48 program INFO WAIT active send to complete -2013-12-03 10:36:49 program INFO WAIT active send to complete -2013-12-03 10:36:49 program INFO WAIT active send to complete -2013-12-03 10:36:49 program INFO WAIT active send to complete -2013-12-03 10:36:49 program INFO WAIT active send to complete -2013-12-03 10:36:49 program INFO WAIT active send to complete -2013-12-03 10:36:50 program INFO WAIT active send to complete -2013-12-03 10:36:50 program INFO WAIT active send to complete -2013-12-03 10:36:50 program INFO WAIT active send to complete -2013-12-03 10:36:50 program INFO WAIT active send to complete -2013-12-03 10:36:50 program INFO WAIT active send to complete -2013-12-03 10:36:51 program INFO WAIT active send to complete -2013-12-03 10:36:51 program INFO WAIT active send to complete -2013-12-03 10:36:51 program INFO WAIT active send to complete -2013-12-03 10:36:51 program INFO WAIT active send to complete -2013-12-03 10:36:51 program INFO WAIT active send to complete -2013-12-03 10:36:52 program INFO WAIT active send to complete -2013-12-03 10:36:52 program ERROR IOB offline -2013-12-03 10:36:53 program INFO IOB ONLINE! -2013-12-03 10:36:53 program INFO WAIT active send to complete -2013-12-03 10:36:53 program INFO WAIT active send to complete -2013-12-03 10:36:53 program INFO WAIT active send to complete -2013-12-03 10:36:53 program ERROR IOB offline -2013-12-03 10:36:53 program INFO IOB ONLINE! -2013-12-03 10:36:53 program INFO WAIT active send to complete -2013-12-03 10:36:53 program INFO WAIT active send to complete -2013-12-03 10:36:54 program INFO WAIT active send to complete -2013-12-03 10:36:54 program INFO WAIT active send to complete -2013-12-03 10:36:54 program ERROR IOB offline -2013-12-03 10:36:54 program INFO IOB ONLINE! -2013-12-03 10:36:54 program INFO WAIT active send to complete -2013-12-03 10:36:55 program INFO WAIT active send to complete -2013-12-03 10:36:55 program INFO WAIT active send to complete -2013-12-03 10:36:55 program INFO WAIT active send to complete -2013-12-03 10:36:55 program INFO WAIT active send to complete -2013-12-03 10:36:55 program INFO WAIT active send to complete -2013-12-03 10:36:56 program INFO WAIT active send to complete -2013-12-03 10:36:56 program INFO WAIT active send to complete -2013-12-03 10:36:56 program INFO WAIT active send to complete -2013-12-03 10:36:56 program INFO WAIT active send to complete -2013-12-03 10:36:56 program INFO WAIT active send to complete -2013-12-03 10:36:57 program INFO WAIT active send to complete -2013-12-03 10:36:57 program INFO WAIT active send to complete -2013-12-03 10:36:57 program INFO WAIT active send to complete -2013-12-03 10:36:57 program INFO WAIT active send to complete -2013-12-03 10:36:57 program INFO WAIT active send to complete -2013-12-03 10:36:58 program INFO WAIT active send to complete -2013-12-03 10:36:58 program INFO WAIT active send to complete -2013-12-03 10:36:58 program INFO WAIT active send to complete -2013-12-03 10:36:58 program ERROR IOB offline -2013-12-03 10:37:05 queue INFO >>83 [121] -2013-12-03 10:37:06 queue INFO 87 [122] -2013-12-03 10:37:08 queue INFO >87 [123] -2013-12-03 10:37:09 queue INFO 83 [124] -2013-12-03 10:37:11 queue INFO >83 [125] -2013-12-03 10:37:28 program INFO IOB ONLINE! -2013-12-03 10:37:28 program INFO WAIT active send to complete -2013-12-03 10:37:28 program INFO WAIT active send to complete -2013-12-03 10:37:29 program INFO WAIT active send to complete -2013-12-03 10:37:29 program INFO WAIT active send to complete -2013-12-03 10:37:29 program INFO WAIT active send to complete -2013-12-03 10:37:29 program INFO WAIT active send to complete -2013-12-03 10:37:29 program INFO WAIT active send to complete -2013-12-03 10:37:30 program INFO WAIT active send to complete -2013-12-03 10:37:30 program INFO WAIT active send to complete -2013-12-03 10:37:30 program INFO WAIT active send to complete -2013-12-03 10:37:30 program INFO WAIT active send to complete -2013-12-03 10:37:31 program INFO WAIT active send to complete -2013-12-03 10:37:31 program INFO WAIT active send to complete -2013-12-03 10:37:31 program INFO WAIT active send to complete -2013-12-03 10:37:31 program INFO WAIT active send to complete -2013-12-03 10:37:31 program INFO WAIT active send to complete -2013-12-03 10:37:32 program INFO WAIT active send to complete -2013-12-03 10:37:32 program INFO WAIT active send to complete -2013-12-03 10:37:32 program INFO WAIT active send to complete -2013-12-03 10:37:32 program INFO WAIT active send to complete -2013-12-03 10:37:32 program INFO WAIT active send to complete -2013-12-03 10:37:33 program INFO WAIT active send to complete -2013-12-03 10:37:33 program INFO WAIT active send to complete -2013-12-03 10:37:33 program INFO WAIT active send to complete -2013-12-03 10:37:33 program INFO WAIT active send to complete -2013-12-03 10:37:33 program INFO WAIT active send to complete -2013-12-03 10:37:34 program INFO WAIT active send to complete -2013-12-03 10:37:34 program INFO WAIT active send to complete -2013-12-03 10:37:34 program INFO WAIT active send to complete -2013-12-03 10:37:34 program INFO WAIT active send to complete -2013-12-03 10:37:34 program INFO WAIT active send to complete -2013-12-03 10:37:35 program INFO WAIT active send to complete -2013-12-03 10:37:35 program INFO WAIT active send to complete -2013-12-03 10:37:35 program INFO WAIT active send to complete -2013-12-03 10:37:35 program INFO WAIT active send to complete -2013-12-03 10:37:35 program INFO WAIT active send to complete -2013-12-03 10:37:36 program INFO WAIT active send to complete -2013-12-03 10:37:36 program INFO WAIT active send to complete -2013-12-03 10:37:36 program INFO WAIT active send to complete -2013-12-03 10:37:36 program INFO WAIT active send to complete -2013-12-03 10:37:36 program INFO WAIT active send to complete -2013-12-03 10:37:37 program INFO WAIT active send to complete -2013-12-03 10:37:37 program INFO WAIT active send to complete -2013-12-03 10:37:37 program INFO WAIT active send to complete -2013-12-03 10:37:37 program INFO WAIT active send to complete -2013-12-03 10:37:38 program INFO WAIT active send to complete -2013-12-03 10:37:38 program INFO WAIT active send to complete -2013-12-03 10:37:38 program INFO WAIT active send to complete -2013-12-03 10:37:38 program INFO WAIT active send to complete -2013-12-03 10:37:38 program INFO WAIT active send to complete -2013-12-03 10:37:39 program INFO WAIT active send to complete -2013-12-03 10:37:39 program INFO WAIT active send to complete -2013-12-03 10:37:39 program INFO WAIT active send to complete -2013-12-03 10:37:39 program INFO WAIT active send to complete -2013-12-03 10:37:39 program INFO WAIT active send to complete -2013-12-03 10:37:40 program INFO WAIT active send to complete -2013-12-03 10:37:40 program INFO WAIT active send to complete -2013-12-03 10:37:40 program INFO WAIT active send to complete -2013-12-03 10:37:40 program INFO WAIT active send to complete -2013-12-03 10:37:40 program INFO WAIT active send to complete -2013-12-03 10:37:41 program INFO WAIT active send to complete -2013-12-03 10:37:41 program INFO WAIT active send to complete -2013-12-03 10:37:41 program INFO WAIT active send to complete -2013-12-03 10:37:41 program INFO WAIT active send to complete -2013-12-03 10:37:41 program INFO WAIT active send to complete -2013-12-03 10:37:42 program INFO WAIT active send to complete -2013-12-03 10:37:42 program INFO WAIT active send to complete -2013-12-03 10:37:42 program INFO WAIT active send to complete -2013-12-03 10:37:42 program INFO WAIT active send to complete -2013-12-03 10:37:42 program INFO WAIT active send to complete -2013-12-03 10:37:43 program INFO WAIT active send to complete -2013-12-03 10:37:43 program INFO WAIT active send to complete -2013-12-03 10:37:43 program INFO WAIT active send to complete -2013-12-03 10:37:43 program INFO WAIT active send to complete -2013-12-03 10:37:44 program INFO WAIT active send to complete -2013-12-03 10:37:44 program INFO WAIT active send to complete -2013-12-03 10:37:44 program INFO WAIT active send to complete -2013-12-03 10:37:44 program INFO WAIT active send to complete -2013-12-03 10:37:44 program INFO WAIT active send to complete -2013-12-03 10:37:45 program INFO WAIT active send to complete -2013-12-03 10:37:45 program INFO WAIT active send to complete -2013-12-03 10:37:45 program INFO WAIT active send to complete -2013-12-03 10:37:45 program INFO WAIT active send to complete -2013-12-03 10:37:45 program INFO WAIT active send to complete -2013-12-03 10:37:46 program INFO WAIT active send to complete -2013-12-03 10:37:46 program INFO WAIT active send to complete -2013-12-03 10:37:46 program INFO WAIT active send to complete -2013-12-03 10:37:46 program ERROR IOB offline -2013-12-03 10:37:51 program INFO IOB ONLINE! -2013-12-03 10:37:51 program INFO WAIT active send to complete -2013-12-03 10:37:51 program INFO WAIT active send to complete -2013-12-03 10:37:51 program INFO WAIT active send to complete -2013-12-03 10:37:51 program INFO WAIT active send to complete -2013-12-03 10:37:51 program INFO WAIT active send to complete -2013-12-03 10:37:52 program INFO WAIT active send to complete -2013-12-03 10:37:52 program INFO WAIT active send to complete -2013-12-03 10:37:52 program INFO WAIT active send to complete -2013-12-03 10:37:52 program INFO WAIT active send to complete -2013-12-03 10:37:52 program INFO WAIT active send to complete -2013-12-03 10:37:53 program INFO WAIT active send to complete -2013-12-03 10:37:53 program INFO WAIT active send to complete -2013-12-03 10:37:53 program INFO WAIT active send to complete -2013-12-03 10:37:53 program INFO WAIT active send to complete -2013-12-03 10:37:53 program INFO WAIT active send to complete -2013-12-03 10:37:54 program INFO WAIT active send to complete -2013-12-03 10:37:54 program INFO WAIT active send to complete -2013-12-03 10:37:54 program INFO WAIT active send to complete -2013-12-03 10:37:54 program INFO WAIT active send to complete -2013-12-03 10:37:54 program INFO WAIT active send to complete -2013-12-03 10:37:55 program INFO WAIT active send to complete -2013-12-03 10:37:55 program INFO WAIT active send to complete -2013-12-03 10:37:55 program INFO WAIT active send to complete -2013-12-03 10:37:55 program INFO WAIT active send to complete -2013-12-03 10:37:55 program INFO WAIT active send to complete -2013-12-03 10:37:56 program INFO WAIT active send to complete -2013-12-03 10:37:56 program INFO WAIT active send to complete -2013-12-03 10:37:56 program INFO WAIT active send to complete -2013-12-03 10:37:56 program INFO WAIT active send to complete -2013-12-03 10:37:57 program INFO WAIT active send to complete -2013-12-03 10:37:57 program INFO WAIT active send to complete -2013-12-03 10:37:57 program INFO WAIT active send to complete -2013-12-03 10:37:57 program INFO WAIT active send to complete -2013-12-03 10:37:57 program INFO WAIT active send to complete -2013-12-03 10:37:58 program INFO WAIT active send to complete -2013-12-03 10:37:58 program INFO WAIT active send to complete -2013-12-03 10:37:58 program INFO WAIT active send to complete -2013-12-03 10:37:58 program INFO WAIT active send to complete -2013-12-03 10:37:58 program INFO WAIT active send to complete -2013-12-03 10:37:59 program INFO WAIT active send to complete -2013-12-03 10:37:59 program INFO WAIT active send to complete -2013-12-03 10:37:59 program INFO WAIT active send to complete -2013-12-03 10:37:59 program INFO WAIT active send to complete -2013-12-03 10:37:59 program INFO WAIT active send to complete -2013-12-03 10:38:00 program INFO WAIT active send to complete -2013-12-03 10:38:00 program INFO WAIT active send to complete -2013-12-03 10:38:00 program INFO WAIT active send to complete -2013-12-03 10:38:00 program INFO WAIT active send to complete -2013-12-03 10:38:00 program INFO WAIT active send to complete -2013-12-03 10:38:01 program INFO WAIT active send to complete -2013-12-03 10:38:01 program INFO WAIT active send to complete -2013-12-03 10:38:01 queue INFO >>83 [126] -2013-12-03 10:38:01 program INFO WAIT active send to complete -2013-12-03 10:38:01 program INFO WAIT active send to complete -2013-12-03 10:38:02 program INFO WAIT active send to complete -2013-12-03 10:38:02 program INFO WAIT active send to complete -2013-12-03 10:38:02 program INFO WAIT active send to complete -2013-12-03 10:38:02 program INFO WAIT active send to complete -2013-12-03 10:38:02 program INFO WAIT active send to complete -2013-12-03 10:38:02 program INFO WAIT active send to complete -2013-12-03 10:38:03 program INFO WAIT active send to complete -2013-12-03 10:38:03 program INFO WAIT active send to complete -2013-12-03 10:38:03 program INFO WAIT active send to complete -2013-12-03 10:38:03 program INFO WAIT active send to complete -2013-12-03 10:38:03 program INFO WAIT active send to complete -2013-12-03 10:38:04 program INFO WAIT active send to complete -2013-12-03 10:38:04 program INFO WAIT active send to complete -2013-12-03 10:38:04 program INFO WAIT active send to complete -2013-12-03 10:38:04 program INFO WAIT active send to complete -2013-12-03 10:38:05 program INFO WAIT active send to complete -2013-12-03 10:38:05 program INFO WAIT active send to complete -2013-12-03 10:38:05 program INFO WAIT active send to complete -2013-12-03 10:38:05 program INFO WAIT active send to complete -2013-12-03 10:38:05 program INFO WAIT active send to complete -2013-12-03 10:38:06 program INFO WAIT active send to complete -2013-12-03 10:38:06 program INFO WAIT active send to complete -2013-12-03 10:38:06 program INFO WAIT active send to complete -2013-12-03 10:38:06 program INFO WAIT active send to complete -2013-12-03 10:38:06 program INFO WAIT active send to complete -2013-12-03 10:38:07 program INFO WAIT active send to complete -2013-12-03 10:38:07 program INFO WAIT active send to complete -2013-12-03 10:38:07 program INFO WAIT active send to complete -2013-12-03 10:38:07 program INFO WAIT active send to complete -2013-12-03 10:38:07 program INFO WAIT active send to complete -2013-12-03 10:38:08 program INFO WAIT active send to complete -2013-12-03 10:38:08 program INFO WAIT active send to complete -2013-12-03 10:38:08 program INFO WAIT active send to complete -2013-12-03 10:38:08 program INFO WAIT active send to complete -2013-12-03 10:38:08 program INFO WAIT active send to complete -2013-12-03 10:38:09 program INFO WAIT active send to complete -2013-12-03 10:38:09 program INFO WAIT active send to complete -2013-12-03 10:38:09 program INFO WAIT active send to complete -2013-12-03 10:38:09 program INFO WAIT active send to complete -2013-12-03 10:38:09 program INFO WAIT active send to complete -2013-12-03 10:38:10 program INFO WAIT active send to complete -2013-12-03 10:38:10 program INFO WAIT active send to complete -2013-12-03 10:38:10 program INFO WAIT active send to complete -2013-12-03 10:38:10 program INFO WAIT active send to complete -2013-12-03 10:38:10 program INFO WAIT active send to complete -2013-12-03 10:38:11 program INFO WAIT active send to complete -2013-12-03 10:38:11 program INFO WAIT active send to complete -2013-12-03 10:38:11 program INFO WAIT active send to complete -2013-12-03 10:38:11 program INFO WAIT active send to complete -2013-12-03 10:38:12 program INFO WAIT active send to complete -2013-12-03 10:38:12 program INFO WAIT active send to complete -2013-12-03 10:38:12 program INFO WAIT active send to complete -2013-12-03 10:38:12 program INFO WAIT active send to complete -2013-12-03 10:38:12 program INFO WAIT active send to complete -2013-12-03 10:38:13 program INFO WAIT active send to complete -2013-12-03 10:38:13 program INFO WAIT active send to complete -2013-12-03 10:38:13 program INFO WAIT active send to complete -2013-12-03 10:38:13 program INFO WAIT active send to complete -2013-12-03 10:38:13 program INFO WAIT active send to complete -2013-12-03 10:38:14 program INFO WAIT active send to complete -2013-12-03 10:38:14 program ERROR IOB offline -2013-12-03 10:38:14 program INFO IOB ONLINE! -2013-12-03 10:38:14 program INFO WAIT active send to complete -2013-12-03 10:38:14 program INFO WAIT active send to complete -2013-12-03 10:38:14 program INFO WAIT active send to complete -2013-12-03 10:38:15 program INFO WAIT active send to complete -2013-12-03 10:38:15 program INFO WAIT active send to complete -2013-12-03 10:38:15 program INFO WAIT active send to complete -2013-12-03 10:38:15 program INFO WAIT active send to complete -2013-12-03 10:38:15 program ERROR IOB offline -2013-12-03 10:38:16 program INFO IOB ONLINE! -2013-12-03 10:38:16 program INFO WAIT active send to complete -2013-12-03 10:38:16 program INFO WAIT active send to complete -2013-12-03 10:38:16 program INFO WAIT active send to complete -2013-12-03 10:38:16 program INFO WAIT active send to complete -2013-12-03 10:38:16 program INFO WAIT active send to complete -2013-12-03 10:38:17 program INFO WAIT active send to complete -2013-12-03 10:38:17 program INFO WAIT active send to complete -2013-12-03 10:38:17 program INFO WAIT active send to complete -2013-12-03 10:38:17 program INFO WAIT active send to complete -2013-12-03 10:38:17 program INFO WAIT active send to complete -2013-12-03 10:38:18 program INFO WAIT active send to complete -2013-12-03 10:38:18 program INFO WAIT active send to complete -2013-12-03 10:38:18 program INFO WAIT active send to complete -2013-12-03 10:38:18 program INFO WAIT active send to complete -2013-12-03 10:38:19 program INFO WAIT active send to complete -2013-12-03 10:38:19 program INFO WAIT active send to complete -2013-12-03 10:38:19 program INFO WAIT active send to complete -2013-12-03 10:38:19 program INFO WAIT active send to complete -2013-12-03 10:38:19 program INFO WAIT active send to complete -2013-12-03 10:38:20 program INFO WAIT active send to complete -2013-12-03 10:38:20 program INFO WAIT active send to complete -2013-12-03 10:38:20 program INFO WAIT active send to complete -2013-12-03 10:38:20 program INFO WAIT active send to complete -2013-12-03 10:38:20 program INFO WAIT active send to complete -2013-12-03 10:38:21 program INFO WAIT active send to complete -2013-12-03 10:38:21 program INFO WAIT active send to complete -2013-12-03 10:38:21 program INFO WAIT active send to complete -2013-12-03 10:38:21 program INFO WAIT active send to complete -2013-12-03 10:38:21 program INFO WAIT active send to complete -2013-12-03 10:38:22 program INFO WAIT active send to complete -2013-12-03 10:38:22 program INFO WAIT active send to complete -2013-12-03 10:38:22 program INFO WAIT active send to complete -2013-12-03 10:38:22 program INFO WAIT active send to complete -2013-12-03 10:38:22 program INFO WAIT active send to complete -2013-12-03 10:38:23 program INFO WAIT active send to complete -2013-12-03 10:38:23 program INFO WAIT active send to complete -2013-12-03 10:38:23 program INFO WAIT active send to complete -2013-12-03 10:38:23 program INFO WAIT active send to complete -2013-12-03 10:38:23 program INFO WAIT active send to complete -2013-12-03 10:38:24 program INFO WAIT active send to complete -2013-12-03 10:38:24 program INFO WAIT active send to complete -2013-12-03 10:38:24 program INFO WAIT active send to complete -2013-12-03 10:38:24 program INFO WAIT active send to complete -2013-12-03 10:38:24 program INFO WAIT active send to complete -2013-12-03 10:38:25 program INFO WAIT active send to complete -2013-12-03 10:38:25 program INFO WAIT active send to complete -2013-12-03 10:38:25 program INFO WAIT active send to complete -2013-12-03 10:38:25 program INFO WAIT active send to complete -2013-12-03 10:38:26 program INFO WAIT active send to complete -2013-12-03 10:38:26 program INFO WAIT active send to complete -2013-12-03 10:38:26 program INFO WAIT active send to complete -2013-12-03 10:38:26 program INFO WAIT active send to complete -2013-12-03 10:38:26 program INFO WAIT active send to complete -2013-12-03 10:38:27 program INFO WAIT active send to complete -2013-12-03 10:38:27 program INFO WAIT active send to complete -2013-12-03 10:38:27 program INFO WAIT active send to complete -2013-12-03 10:38:27 program INFO WAIT active send to complete -2013-12-03 10:38:27 program INFO WAIT active send to complete -2013-12-03 10:38:28 program INFO WAIT active send to complete -2013-12-03 10:38:28 program INFO WAIT active send to complete -2013-12-03 10:38:28 program INFO WAIT active send to complete -2013-12-03 10:38:28 program INFO WAIT active send to complete -2013-12-03 10:38:28 program INFO WAIT active send to complete -2013-12-03 10:38:29 program INFO WAIT active send to complete -2013-12-03 10:38:29 program INFO WAIT active send to complete -2013-12-03 10:38:29 program INFO WAIT active send to complete -2013-12-03 10:38:29 program INFO WAIT active send to complete -2013-12-03 10:38:29 program INFO WAIT active send to complete -2013-12-03 10:38:30 program INFO WAIT active send to complete -2013-12-03 10:38:30 program INFO WAIT active send to complete -2013-12-03 10:38:30 program INFO WAIT active send to complete -2013-12-03 10:38:30 program INFO WAIT active send to complete -2013-12-03 10:38:30 program INFO WAIT active send to complete -2013-12-03 10:38:31 program INFO WAIT active send to complete -2013-12-03 10:38:31 program INFO WAIT active send to complete -2013-12-03 10:38:31 program INFO WAIT active send to complete -2013-12-03 10:38:31 program INFO WAIT active send to complete -2013-12-03 10:38:31 program INFO WAIT active send to complete -2013-12-03 10:38:32 program INFO WAIT active send to complete -2013-12-03 10:38:32 program ERROR IOB offline -2013-12-03 10:38:32 program INFO IOB ONLINE! -2013-12-03 10:38:32 program INFO WAIT active send to complete -2013-12-03 10:38:33 program INFO WAIT active send to complete -2013-12-03 10:38:33 program INFO WAIT active send to complete -2013-12-03 10:38:33 program INFO WAIT active send to complete -2013-12-03 10:38:33 program INFO WAIT active send to complete -2013-12-03 10:38:33 program INFO WAIT active send to complete -2013-12-03 10:38:34 program INFO WAIT active send to complete -2013-12-03 10:38:34 program INFO WAIT active send to complete -2013-12-03 10:38:34 program INFO WAIT active send to complete -2013-12-03 10:38:34 program INFO WAIT active send to complete -2013-12-03 10:38:34 program INFO WAIT active send to complete -2013-12-03 10:38:35 program INFO WAIT active send to complete -2013-12-03 10:38:35 program INFO WAIT active send to complete -2013-12-03 10:38:35 program INFO WAIT active send to complete -2013-12-03 10:38:35 program INFO WAIT active send to complete -2013-12-03 10:38:35 program INFO WAIT active send to complete -2013-12-03 10:38:36 program INFO WAIT active send to complete -2013-12-03 10:38:36 program INFO WAIT active send to complete -2013-12-03 10:38:36 program INFO WAIT active send to complete -2013-12-03 10:38:36 program INFO WAIT active send to complete -2013-12-03 10:38:36 program INFO WAIT active send to complete -2013-12-03 10:38:37 program INFO WAIT active send to complete -2013-12-03 10:38:37 program INFO WAIT active send to complete -2013-12-03 10:38:37 program INFO WAIT active send to complete -2013-12-03 10:38:37 program INFO WAIT active send to complete -2013-12-03 10:38:37 program INFO WAIT active send to complete -2013-12-03 10:38:38 program INFO WAIT active send to complete -2013-12-03 10:38:38 program INFO WAIT active send to complete -2013-12-03 10:38:38 program INFO WAIT active send to complete -2013-12-03 10:38:38 program INFO WAIT active send to complete -2013-12-03 10:38:38 program INFO WAIT active send to complete -2013-12-03 10:38:39 program INFO WAIT active send to complete -2013-12-03 10:38:39 program INFO WAIT active send to complete -2013-12-03 10:38:39 program INFO WAIT active send to complete -2013-12-03 10:38:39 program INFO WAIT active send to complete -2013-12-03 10:38:40 program INFO WAIT active send to complete -2013-12-03 10:38:40 program INFO WAIT active send to complete -2013-12-03 10:38:40 program INFO WAIT active send to complete -2013-12-03 10:38:40 program INFO WAIT active send to complete -2013-12-03 10:38:40 program INFO WAIT active send to complete -2013-12-03 10:38:41 program INFO WAIT active send to complete -2013-12-03 10:38:41 program INFO WAIT active send to complete -2013-12-03 10:38:41 program INFO WAIT active send to complete -2013-12-03 10:38:41 program INFO WAIT active send to complete -2013-12-03 10:38:41 program INFO WAIT active send to complete -2013-12-03 10:38:42 program INFO WAIT active send to complete -2013-12-03 10:38:42 program INFO WAIT active send to complete -2013-12-03 10:38:42 program INFO WAIT active send to complete -2013-12-03 10:38:42 program INFO WAIT active send to complete -2013-12-03 10:38:42 program INFO WAIT active send to complete -2013-12-03 10:38:43 program INFO WAIT active send to complete -2013-12-03 10:38:43 program INFO WAIT active send to complete -2013-12-03 10:38:43 program INFO WAIT active send to complete -2013-12-03 10:38:43 program INFO WAIT active send to complete -2013-12-03 10:38:43 program INFO WAIT active send to complete -2013-12-03 10:38:44 program INFO WAIT active send to complete -2013-12-03 10:38:44 program INFO WAIT active send to complete -2013-12-03 10:38:44 program INFO WAIT active send to complete -2013-12-03 10:38:44 program INFO WAIT active send to complete -2013-12-03 10:38:44 program INFO WAIT active send to complete -2013-12-03 10:38:45 program INFO WAIT active send to complete -2013-12-03 10:38:45 program INFO WAIT active send to complete -2013-12-03 10:38:45 program INFO WAIT active send to complete -2013-12-03 10:38:45 program ERROR IOB offline -2013-12-03 10:38:45 program INFO IOB ONLINE! -2013-12-03 10:38:45 program INFO WAIT active send to complete -2013-12-03 10:38:46 program INFO WAIT active send to complete -2013-12-03 10:38:46 program INFO WAIT active send to complete -2013-12-03 10:38:46 program INFO WAIT active send to complete -2013-12-03 10:38:46 program INFO WAIT active send to complete -2013-12-03 10:38:46 program INFO WAIT active send to complete -2013-12-03 10:38:47 program INFO WAIT active send to complete -2013-12-03 10:38:47 program INFO WAIT active send to complete -2013-12-03 10:38:47 program INFO WAIT active send to complete -2013-12-03 10:38:47 program INFO WAIT active send to complete -2013-12-03 10:38:48 program INFO WAIT active send to complete -2013-12-03 10:38:48 program INFO WAIT active send to complete -2013-12-03 10:38:48 program INFO WAIT active send to complete -2013-12-03 10:38:48 program INFO WAIT active send to complete -2013-12-03 10:38:48 program INFO WAIT active send to complete -2013-12-03 10:38:49 program INFO WAIT active send to complete -2013-12-03 10:38:49 program INFO WAIT active send to complete -2013-12-03 10:38:49 program INFO WAIT active send to complete -2013-12-03 10:38:50 program INFO WAIT active send to complete -2013-12-03 10:38:50 program INFO WAIT active send to complete -2013-12-03 10:38:50 program INFO WAIT active send to complete -2013-12-03 10:38:50 program INFO WAIT active send to complete -2013-12-03 10:38:50 program INFO WAIT active send to complete -2013-12-03 10:38:50 program INFO WAIT active send to complete -2013-12-03 10:38:50 program INFO WAIT active send to complete -2013-12-03 10:38:51 program INFO WAIT active send to complete -2013-12-03 10:38:51 program INFO WAIT active send to complete -2013-12-03 10:38:51 program INFO WAIT active send to complete -2013-12-03 10:38:51 queue INFO >>83 [127] -2013-12-03 10:38:51 program INFO WAIT active send to complete -2013-12-03 10:38:51 program INFO WAIT active send to complete -2013-12-03 10:38:52 program INFO WAIT active send to complete -2013-12-03 10:38:52 program INFO WAIT active send to complete -2013-12-03 10:38:52 program INFO WAIT active send to complete -2013-12-03 10:38:52 program INFO WAIT active send to complete -2013-12-03 10:38:53 program INFO WAIT active send to complete -2013-12-03 10:38:53 program INFO WAIT active send to complete -2013-12-03 10:38:53 program INFO WAIT active send to complete -2013-12-03 10:38:53 program INFO WAIT active send to complete -2013-12-03 10:38:53 program INFO WAIT active send to complete -2013-12-03 10:38:54 program INFO WAIT active send to complete -2013-12-03 10:38:54 program INFO WAIT active send to complete -2013-12-03 10:38:54 program INFO WAIT active send to complete -2013-12-03 10:38:54 program INFO WAIT active send to complete -2013-12-03 10:38:54 program INFO WAIT active send to complete -2013-12-03 10:38:55 program INFO WAIT active send to complete -2013-12-03 10:38:55 program INFO WAIT active send to complete -2013-12-03 10:38:55 program INFO WAIT active send to complete -2013-12-03 10:38:55 program INFO WAIT active send to complete -2013-12-03 10:38:55 program INFO WAIT active send to complete -2013-12-03 10:38:56 program INFO WAIT active send to complete -2013-12-03 10:38:56 program INFO WAIT active send to complete -2013-12-03 10:38:56 program INFO WAIT active send to complete -2013-12-03 10:38:56 program INFO WAIT active send to complete -2013-12-03 10:38:56 program INFO WAIT active send to complete -2013-12-03 10:38:57 program INFO WAIT active send to complete -2013-12-03 10:38:57 program INFO WAIT active send to complete -2013-12-03 10:38:57 program INFO WAIT active send to complete -2013-12-03 10:38:57 program INFO WAIT active send to complete -2013-12-03 10:38:57 program INFO WAIT active send to complete -2013-12-03 10:38:58 program INFO WAIT active send to complete -2013-12-03 10:38:58 program INFO WAIT active send to complete -2013-12-03 10:38:58 program INFO WAIT active send to complete -2013-12-03 10:38:58 program INFO WAIT active send to complete -2013-12-03 10:38:58 program INFO WAIT active send to complete -2013-12-03 10:38:59 program INFO WAIT active send to complete -2013-12-03 10:38:59 program INFO WAIT active send to complete -2013-12-03 10:38:59 program INFO WAIT active send to complete -2013-12-03 10:38:59 program INFO WAIT active send to complete -2013-12-03 10:38:59 program INFO WAIT active send to complete -2013-12-03 10:39:00 program INFO WAIT active send to complete -2013-12-03 10:39:00 program INFO WAIT active send to complete -2013-12-03 10:39:00 program INFO WAIT active send to complete -2013-12-03 10:39:00 program INFO WAIT active send to complete -2013-12-03 10:39:01 program INFO WAIT active send to complete -2013-12-03 10:39:01 program INFO WAIT active send to complete -2013-12-03 10:39:01 program INFO WAIT active send to complete -2013-12-03 10:39:01 program INFO WAIT active send to complete -2013-12-03 10:39:01 program INFO WAIT active send to complete -2013-12-03 10:39:02 program INFO WAIT active send to complete -2013-12-03 10:39:02 program ERROR IOB offline -2013-12-03 10:39:02 program INFO IOB ONLINE! -2013-12-03 10:39:02 program INFO WAIT active send to complete -2013-12-03 10:39:02 program INFO WAIT active send to complete -2013-12-03 10:39:02 program INFO WAIT active send to complete -2013-12-03 10:39:03 program INFO WAIT active send to complete -2013-12-03 10:39:03 program INFO WAIT active send to complete -2013-12-03 10:39:03 program INFO WAIT active send to complete -2013-12-03 10:39:03 program INFO WAIT active send to complete -2013-12-03 10:39:03 program INFO WAIT active send to complete -2013-12-03 10:39:04 program INFO WAIT active send to complete -2013-12-03 10:39:04 program INFO WAIT active send to complete -2013-12-03 10:39:04 program INFO WAIT active send to complete -2013-12-03 10:39:04 program INFO WAIT active send to complete -2013-12-03 10:39:04 program INFO WAIT active send to complete -2013-12-03 10:39:05 program INFO WAIT active send to complete -2013-12-03 10:39:05 program INFO WAIT active send to complete -2013-12-03 10:39:05 program INFO WAIT active send to complete -2013-12-03 10:39:05 program INFO WAIT active send to complete -2013-12-03 10:39:06 program INFO WAIT active send to complete -2013-12-03 10:39:06 program INFO WAIT active send to complete -2013-12-03 10:39:06 program INFO WAIT active send to complete -2013-12-03 10:39:06 program INFO WAIT active send to complete -2013-12-03 10:39:06 program INFO WAIT active send to complete -2013-12-03 10:39:07 program INFO WAIT active send to complete -2013-12-03 10:39:07 program INFO WAIT active send to complete -2013-12-03 10:39:07 program INFO WAIT active send to complete -2013-12-03 10:39:07 program INFO WAIT active send to complete -2013-12-03 10:39:07 program INFO WAIT active send to complete -2013-12-03 10:39:08 program INFO WAIT active send to complete -2013-12-03 10:39:08 program INFO WAIT active send to complete -2013-12-03 10:39:08 program INFO WAIT active send to complete -2013-12-03 10:39:08 program INFO WAIT active send to complete -2013-12-03 10:39:08 program INFO WAIT active send to complete -2013-12-03 10:39:09 program INFO WAIT active send to complete -2013-12-03 10:39:09 program INFO WAIT active send to complete -2013-12-03 10:39:09 program INFO WAIT active send to complete -2013-12-03 10:39:09 program INFO WAIT active send to complete -2013-12-03 10:39:09 program INFO WAIT active send to complete -2013-12-03 10:39:10 program INFO WAIT active send to complete -2013-12-03 10:39:10 program INFO WAIT active send to complete -2013-12-03 10:39:10 program INFO WAIT active send to complete -2013-12-03 10:39:10 program INFO WAIT active send to complete -2013-12-03 10:39:10 program INFO WAIT active send to complete -2013-12-03 10:39:11 program INFO WAIT active send to complete -2013-12-03 10:39:11 program INFO WAIT active send to complete -2013-12-03 10:39:11 program INFO WAIT active send to complete -2013-12-03 10:39:11 program INFO WAIT active send to complete -2013-12-03 10:39:11 program INFO WAIT active send to complete -2013-12-03 10:39:12 program INFO WAIT active send to complete -2013-12-03 10:39:12 program INFO WAIT active send to complete -2013-12-03 10:39:12 program INFO WAIT active send to complete -2013-12-03 10:39:12 program INFO WAIT active send to complete -2013-12-03 10:39:12 program INFO WAIT active send to complete -2013-12-03 10:39:13 program INFO WAIT active send to complete -2013-12-03 10:39:13 program INFO WAIT active send to complete -2013-12-03 10:39:13 program INFO WAIT active send to complete -2013-12-03 10:39:13 program INFO WAIT active send to complete -2013-12-03 10:39:13 program INFO WAIT active send to complete -2013-12-03 10:39:14 program INFO WAIT active send to complete -2013-12-03 10:39:14 program INFO WAIT active send to complete -2013-12-03 10:39:14 program INFO WAIT active send to complete -2013-12-03 10:39:14 program INFO WAIT active send to complete -2013-12-03 10:39:15 program INFO WAIT active send to complete -2013-12-03 10:39:15 program INFO WAIT active send to complete -2013-12-03 10:39:15 program INFO WAIT active send to complete -2013-12-03 10:39:15 program INFO WAIT active send to complete -2013-12-03 10:39:15 program INFO WAIT active send to complete -2013-12-03 10:39:16 program INFO WAIT active send to complete -2013-12-03 10:39:16 program INFO WAIT active send to complete -2013-12-03 10:39:16 program INFO WAIT active send to complete -2013-12-03 10:39:16 program ERROR IOB offline -2013-12-03 10:39:16 program INFO IOB ONLINE! -2013-12-03 10:39:16 program INFO WAIT active send to complete -2013-12-03 10:39:17 program INFO WAIT active send to complete -2013-12-03 10:39:17 program INFO WAIT active send to complete -2013-12-03 10:39:17 program INFO WAIT active send to complete -2013-12-03 10:39:17 program INFO WAIT active send to complete -2013-12-03 10:39:17 program INFO WAIT active send to complete -2013-12-03 10:39:18 program INFO WAIT active send to complete -2013-12-03 10:39:18 program INFO WAIT active send to complete -2013-12-03 10:39:18 program INFO WAIT active send to complete -2013-12-03 10:39:18 program INFO WAIT active send to complete -2013-12-03 10:39:18 program INFO WAIT active send to complete -2013-12-03 10:39:19 program INFO WAIT active send to complete -2013-12-03 10:39:19 program INFO WAIT active send to complete -2013-12-03 10:39:19 program INFO WAIT active send to complete -2013-12-03 10:39:19 program INFO WAIT active send to complete -2013-12-03 10:39:19 program INFO WAIT active send to complete -2013-12-03 10:39:20 program INFO WAIT active send to complete -2013-12-03 10:39:20 program INFO WAIT active send to complete -2013-12-03 10:39:20 program INFO WAIT active send to complete -2013-12-03 10:39:20 program INFO WAIT active send to complete -2013-12-03 10:39:21 program INFO WAIT active send to complete -2013-12-03 10:39:21 program INFO WAIT active send to complete -2013-12-03 10:39:21 program INFO WAIT active send to complete -2013-12-03 10:39:21 program INFO WAIT active send to complete -2013-12-03 10:39:21 program INFO WAIT active send to complete -2013-12-03 10:39:22 program INFO WAIT active send to complete -2013-12-03 10:39:22 program INFO WAIT active send to complete -2013-12-03 10:39:22 program INFO WAIT active send to complete -2013-12-03 10:39:22 program INFO WAIT active send to complete -2013-12-03 10:39:22 program INFO WAIT active send to complete -2013-12-03 10:39:23 program INFO WAIT active send to complete -2013-12-03 10:39:23 program INFO WAIT active send to complete -2013-12-03 10:39:23 program INFO WAIT active send to complete -2013-12-03 10:39:23 program INFO WAIT active send to complete -2013-12-03 10:39:23 program INFO WAIT active send to complete -2013-12-03 10:39:24 program INFO WAIT active send to complete -2013-12-03 10:39:24 program INFO WAIT active send to complete -2013-12-03 10:39:24 program INFO WAIT active send to complete -2013-12-03 10:39:24 program INFO WAIT active send to complete -2013-12-03 10:39:24 program INFO WAIT active send to complete -2013-12-03 10:39:25 program INFO WAIT active send to complete -2013-12-03 10:39:25 program INFO WAIT active send to complete -2013-12-03 10:39:25 program INFO WAIT active send to complete -2013-12-03 10:39:25 program INFO WAIT active send to complete -2013-12-03 10:39:25 program INFO WAIT active send to complete -2013-12-03 10:39:26 program INFO WAIT active send to complete -2013-12-03 10:39:26 program INFO WAIT active send to complete -2013-12-03 10:39:26 program INFO WAIT active send to complete -2013-12-03 10:39:26 program INFO WAIT active send to complete -2013-12-03 10:39:26 program INFO WAIT active send to complete -2013-12-03 10:39:27 program INFO WAIT active send to complete -2013-12-03 10:39:27 program INFO WAIT active send to complete -2013-12-03 10:39:27 program INFO WAIT active send to complete -2013-12-03 10:39:27 program INFO WAIT active send to complete -2013-12-03 10:39:27 program INFO WAIT active send to complete -2013-12-03 10:39:28 program INFO WAIT active send to complete -2013-12-03 10:39:28 program INFO WAIT active send to complete -2013-12-03 10:39:28 program INFO WAIT active send to complete -2013-12-03 10:39:28 program INFO WAIT active send to complete -2013-12-03 10:39:29 program INFO WAIT active send to complete -2013-12-03 10:39:29 program INFO WAIT active send to complete -2013-12-03 10:39:29 program INFO WAIT active send to complete -2013-12-03 10:39:29 program INFO WAIT active send to complete -2013-12-03 10:39:29 program INFO WAIT active send to complete -2013-12-03 10:39:30 program INFO WAIT active send to complete -2013-12-03 10:39:30 program INFO WAIT active send to complete -2013-12-03 10:39:30 program INFO WAIT active send to complete -2013-12-03 10:39:30 program INFO WAIT active send to complete -2013-12-03 10:39:30 program INFO WAIT active send to complete -2013-12-03 10:39:31 program ERROR IOB offline -2013-12-03 10:39:31 program INFO IOB ONLINE! -2013-12-03 10:39:31 program INFO WAIT active send to complete -2013-12-03 10:39:31 program INFO WAIT active send to complete -2013-12-03 10:39:31 program INFO WAIT active send to complete -2013-12-03 10:39:31 program INFO WAIT active send to complete -2013-12-03 10:39:32 program INFO WAIT active send to complete -2013-12-03 10:39:32 program INFO WAIT active send to complete -2013-12-03 10:39:32 program INFO WAIT active send to complete -2013-12-03 10:39:32 program INFO WAIT active send to complete -2013-12-03 10:39:32 program INFO WAIT active send to complete -2013-12-03 10:39:33 program INFO WAIT active send to complete -2013-12-03 10:39:33 program INFO WAIT active send to complete -2013-12-03 10:39:33 program INFO WAIT active send to complete -2013-12-03 10:39:33 program INFO WAIT active send to complete -2013-12-03 10:39:33 program INFO WAIT active send to complete -2013-12-03 10:39:34 program INFO WAIT active send to complete -2013-12-03 10:39:34 program INFO WAIT active send to complete -2013-12-03 10:39:34 program INFO WAIT active send to complete -2013-12-03 10:39:34 program INFO WAIT active send to complete -2013-12-03 10:39:34 program INFO WAIT active send to complete -2013-12-03 10:39:35 program INFO WAIT active send to complete -2013-12-03 10:39:35 program INFO WAIT active send to complete -2013-12-03 10:39:35 program INFO WAIT active send to complete -2013-12-03 10:39:35 program INFO WAIT active send to complete -2013-12-03 10:39:36 program INFO WAIT active send to complete -2013-12-03 10:39:36 program INFO WAIT active send to complete -2013-12-03 10:39:36 program INFO WAIT active send to complete -2013-12-03 10:39:36 program INFO WAIT active send to complete -2013-12-03 10:39:36 program INFO WAIT active send to complete -2013-12-03 10:39:37 program INFO WAIT active send to complete -2013-12-03 10:39:37 program INFO WAIT active send to complete -2013-12-03 10:39:37 program INFO WAIT active send to complete -2013-12-03 10:39:37 program INFO WAIT active send to complete -2013-12-03 10:39:37 program INFO WAIT active send to complete -2013-12-03 10:39:38 program INFO WAIT active send to complete -2013-12-03 10:39:38 program INFO WAIT active send to complete -2013-12-03 10:39:38 program INFO WAIT active send to complete -2013-12-03 10:39:38 program INFO WAIT active send to complete -2013-12-03 10:39:38 program INFO WAIT active send to complete -2013-12-03 10:39:39 program INFO WAIT active send to complete -2013-12-03 10:39:39 program INFO WAIT active send to complete -2013-12-03 10:39:39 program INFO WAIT active send to complete -2013-12-03 10:39:39 program INFO WAIT active send to complete -2013-12-03 10:39:39 program INFO WAIT active send to complete -2013-12-03 10:39:40 program INFO WAIT active send to complete -2013-12-03 10:39:40 program INFO WAIT active send to complete -2013-12-03 10:39:40 program INFO WAIT active send to complete -2013-12-03 10:39:40 program INFO WAIT active send to complete -2013-12-03 10:39:40 program INFO WAIT active send to complete -2013-12-03 10:39:41 program INFO WAIT active send to complete -2013-12-03 10:39:41 program INFO WAIT active send to complete -2013-12-03 10:39:41 program INFO WAIT active send to complete -2013-12-03 10:39:41 program INFO WAIT active send to complete -2013-12-03 10:39:41 queue INFO >>83 [128] -2013-12-03 10:39:41 program INFO WAIT active send to complete -2013-12-03 10:39:42 program INFO WAIT active send to complete -2013-12-03 10:39:42 program INFO WAIT active send to complete -2013-12-03 10:39:42 program INFO WAIT active send to complete -2013-12-03 10:39:42 program INFO WAIT active send to complete -2013-12-03 10:39:43 program INFO WAIT active send to complete -2013-12-03 10:39:43 program INFO WAIT active send to complete -2013-12-03 10:39:43 program INFO WAIT active send to complete -2013-12-03 10:39:43 program INFO WAIT active send to complete -2013-12-03 10:39:43 program INFO WAIT active send to complete -2013-12-03 10:39:44 program INFO WAIT active send to complete -2013-12-03 10:39:44 program INFO WAIT active send to complete -2013-12-03 10:39:44 program INFO WAIT active send to complete -2013-12-03 10:39:44 program INFO WAIT active send to complete -2013-12-03 10:39:44 program INFO WAIT active send to complete -2013-12-03 10:39:45 program INFO WAIT active send to complete -2013-12-03 10:39:45 program INFO WAIT active send to complete -2013-12-03 10:39:45 program INFO WAIT active send to complete -2013-12-03 10:39:45 program INFO WAIT active send to complete -2013-12-03 10:39:45 program INFO WAIT active send to complete -2013-12-03 10:39:46 program INFO WAIT active send to complete -2013-12-03 10:39:46 program INFO WAIT active send to complete -2013-12-03 10:39:46 program INFO WAIT active send to complete -2013-12-03 10:39:46 program INFO WAIT active send to complete -2013-12-03 10:39:46 program INFO WAIT active send to complete -2013-12-03 10:39:47 program INFO WAIT active send to complete -2013-12-03 10:39:47 program ERROR IOB offline -2013-12-03 10:39:47 program INFO IOB ONLINE! -2013-12-03 10:39:47 program INFO WAIT active send to complete -2013-12-03 10:39:47 program INFO WAIT active send to complete -2013-12-03 10:39:47 program INFO WAIT active send to complete -2013-12-03 10:39:48 program INFO WAIT active send to complete -2013-12-03 10:39:48 program INFO WAIT active send to complete -2013-12-03 10:39:48 program INFO WAIT active send to complete -2013-12-03 10:39:48 program INFO WAIT active send to complete -2013-12-03 10:39:49 program INFO WAIT active send to complete -2013-12-03 10:39:49 program INFO WAIT active send to complete -2013-12-03 10:39:49 program INFO WAIT active send to complete -2013-12-03 10:39:49 program INFO WAIT active send to complete -2013-12-03 10:39:49 program INFO WAIT active send to complete -2013-12-03 10:39:50 program INFO WAIT active send to complete -2013-12-03 10:39:50 program INFO WAIT active send to complete -2013-12-03 10:39:50 program INFO WAIT active send to complete -2013-12-03 10:39:50 program INFO WAIT active send to complete -2013-12-03 10:39:50 program INFO WAIT active send to complete -2013-12-03 10:39:51 program INFO WAIT active send to complete -2013-12-03 10:39:51 program INFO WAIT active send to complete -2013-12-03 10:39:51 program INFO WAIT active send to complete -2013-12-03 10:39:51 program INFO WAIT active send to complete -2013-12-03 10:39:51 program INFO WAIT active send to complete -2013-12-03 10:39:52 program INFO WAIT active send to complete -2013-12-03 10:39:52 program INFO WAIT active send to complete -2013-12-03 10:39:52 program INFO WAIT active send to complete -2013-12-03 10:39:52 program INFO WAIT active send to complete -2013-12-03 10:39:52 program INFO WAIT active send to complete -2013-12-03 10:39:53 program INFO WAIT active send to complete -2013-12-03 10:39:53 program INFO WAIT active send to complete -2013-12-03 10:39:53 program INFO WAIT active send to complete -2013-12-03 10:39:53 program INFO WAIT active send to complete -2013-12-03 10:39:53 program INFO WAIT active send to complete -2013-12-03 10:39:54 program INFO WAIT active send to complete -2013-12-03 10:39:54 program INFO WAIT active send to complete -2013-12-03 10:39:54 program INFO WAIT active send to complete -2013-12-03 10:39:54 program INFO WAIT active send to complete -2013-12-03 10:39:54 program INFO WAIT active send to complete -2013-12-03 10:39:55 program INFO WAIT active send to complete -2013-12-03 10:39:55 program INFO WAIT active send to complete -2013-12-03 10:39:55 program INFO WAIT active send to complete -2013-12-03 10:39:55 program INFO WAIT active send to complete -2013-12-03 10:39:56 program INFO WAIT active send to complete -2013-12-03 10:39:56 program INFO WAIT active send to complete -2013-12-03 10:39:56 program INFO WAIT active send to complete -2013-12-03 10:39:56 program INFO WAIT active send to complete -2013-12-03 10:39:56 program INFO WAIT active send to complete -2013-12-03 10:39:57 program INFO WAIT active send to complete -2013-12-03 10:39:57 program INFO WAIT active send to complete -2013-12-03 10:39:57 program INFO WAIT active send to complete -2013-12-03 10:39:57 program INFO WAIT active send to complete -2013-12-03 10:39:57 program INFO WAIT active send to complete -2013-12-03 10:39:58 program INFO WAIT active send to complete -2013-12-03 10:39:58 program ERROR IOB offline -2013-12-03 10:39:58 program INFO IOB ONLINE! -2013-12-03 10:39:58 program INFO WAIT active send to complete -2013-12-03 10:39:58 program INFO WAIT active send to complete -2013-12-03 10:39:58 program INFO WAIT active send to complete -2013-12-03 10:39:59 program INFO WAIT active send to complete -2013-12-03 10:39:59 program INFO WAIT active send to complete -2013-12-03 10:39:59 program INFO WAIT active send to complete -2013-12-03 10:39:59 program INFO WAIT active send to complete -2013-12-03 10:39:59 program ERROR IOB offline -2013-12-03 10:40:00 program INFO IOB ONLINE! -2013-12-03 10:40:00 program INFO WAIT active send to complete -2013-12-03 10:40:00 program INFO WAIT active send to complete -2013-12-03 10:40:00 program INFO WAIT active send to complete -2013-12-03 10:40:00 program INFO WAIT active send to complete -2013-12-03 10:40:00 program INFO WAIT active send to complete -2013-12-03 10:40:01 program INFO WAIT active send to complete -2013-12-03 10:40:01 program INFO WAIT active send to complete -2013-12-03 10:40:01 program INFO WAIT active send to complete -2013-12-03 10:40:01 program INFO WAIT active send to complete -2013-12-03 10:40:01 program INFO WAIT active send to complete -2013-12-03 10:40:02 program INFO WAIT active send to complete -2013-12-03 10:40:02 program INFO WAIT active send to complete -2013-12-03 10:40:02 program INFO WAIT active send to complete -2013-12-03 10:40:02 program INFO WAIT active send to complete -2013-12-03 10:40:03 program INFO WAIT active send to complete -2013-12-03 10:40:03 program INFO WAIT active send to complete -2013-12-03 10:40:03 program INFO WAIT active send to complete -2013-12-03 10:40:03 program ERROR IOB offline -2013-12-03 10:40:03 program INFO IOB ONLINE! -2013-12-03 10:40:03 program INFO WAIT active send to complete -2013-12-03 10:40:04 program INFO WAIT active send to complete -2013-12-03 10:40:04 program INFO WAIT active send to complete -2013-12-03 10:40:04 program INFO WAIT active send to complete -2013-12-03 10:40:04 program INFO WAIT active send to complete -2013-12-03 10:40:04 program INFO WAIT active send to complete -2013-12-03 10:40:05 program INFO WAIT active send to complete -2013-12-03 10:40:05 program INFO WAIT active send to complete -2013-12-03 10:40:05 program INFO WAIT active send to complete -2013-12-03 10:40:05 program INFO WAIT active send to complete -2013-12-03 10:40:05 program INFO WAIT active send to complete -2013-12-03 10:40:06 program INFO WAIT active send to complete -2013-12-03 10:40:06 program INFO WAIT active send to complete -2013-12-03 10:40:06 program INFO WAIT active send to complete -2013-12-03 10:40:06 program INFO WAIT active send to complete -2013-12-03 10:40:06 program ERROR IOB offline -2013-12-03 10:40:07 program INFO IOB ONLINE! -2013-12-03 10:40:07 program INFO WAIT active send to complete -2013-12-03 10:40:07 program INFO WAIT active send to complete -2013-12-03 10:40:07 program INFO WAIT active send to complete -2013-12-03 10:40:07 program INFO WAIT active send to complete -2013-12-03 10:40:07 program INFO WAIT active send to complete -2013-12-03 10:40:08 program INFO WAIT active send to complete -2013-12-03 10:40:08 program INFO WAIT active send to complete -2013-12-03 10:40:08 program INFO WAIT active send to complete -2013-12-03 10:40:08 program INFO WAIT active send to complete -2013-12-03 10:40:08 program INFO WAIT active send to complete -2013-12-03 10:40:09 program INFO WAIT active send to complete -2013-12-03 10:40:09 program INFO WAIT active send to complete -2013-12-03 10:40:09 program INFO WAIT active send to complete -2013-12-03 10:40:09 program INFO WAIT active send to complete -2013-12-03 10:40:10 program INFO WAIT active send to complete -2013-12-03 10:40:10 program INFO WAIT active send to complete -2013-12-03 10:40:10 program INFO WAIT active send to complete -2013-12-03 10:40:10 program INFO WAIT active send to complete -2013-12-03 10:40:10 program INFO WAIT active send to complete -2013-12-03 10:40:11 program INFO WAIT active send to complete -2013-12-03 10:40:11 program INFO WAIT active send to complete -2013-12-03 10:40:11 program INFO WAIT active send to complete -2013-12-03 10:40:11 program INFO WAIT active send to complete -2013-12-03 10:40:11 program INFO WAIT active send to complete -2013-12-03 10:40:12 program INFO WAIT active send to complete -2013-12-03 10:40:12 program INFO WAIT active send to complete -2013-12-03 10:40:12 program INFO WAIT active send to complete -2013-12-03 10:40:12 program INFO WAIT active send to complete -2013-12-03 10:40:12 program INFO WAIT active send to complete -2013-12-03 10:40:13 program INFO WAIT active send to complete -2013-12-03 10:40:13 program INFO WAIT active send to complete -2013-12-03 10:40:13 program INFO WAIT active send to complete -2013-12-03 10:40:13 program INFO WAIT active send to complete -2013-12-03 10:40:13 program INFO WAIT active send to complete -2013-12-03 10:40:14 program INFO WAIT active send to complete -2013-12-03 10:40:14 program INFO WAIT active send to complete -2013-12-03 10:40:14 program INFO WAIT active send to complete -2013-12-03 10:40:14 program INFO WAIT active send to complete -2013-12-03 10:40:14 program INFO WAIT active send to complete -2013-12-03 10:40:15 program INFO WAIT active send to complete -2013-12-03 10:40:15 program INFO WAIT active send to complete -2013-12-03 10:40:15 program INFO WAIT active send to complete -2013-12-03 10:40:15 program INFO WAIT active send to complete -2013-12-03 10:40:15 program INFO WAIT active send to complete -2013-12-03 10:40:16 program INFO WAIT active send to complete -2013-12-03 10:40:16 program INFO WAIT active send to complete -2013-12-03 10:40:16 program INFO WAIT active send to complete -2013-12-03 10:40:16 program INFO WAIT active send to complete -2013-12-03 10:40:17 program INFO WAIT active send to complete -2013-12-03 10:40:17 program INFO WAIT active send to complete -2013-12-03 10:40:17 program INFO WAIT active send to complete -2013-12-03 10:40:17 program INFO WAIT active send to complete -2013-12-03 10:40:17 program INFO WAIT active send to complete -2013-12-03 10:40:18 program INFO WAIT active send to complete -2013-12-03 10:40:18 program INFO WAIT active send to complete -2013-12-03 10:40:18 program INFO WAIT active send to complete -2013-12-03 10:40:18 program INFO WAIT active send to complete -2013-12-03 10:40:18 program INFO WAIT active send to complete -2013-12-03 10:40:19 program INFO WAIT active send to complete -2013-12-03 10:40:19 program INFO WAIT active send to complete -2013-12-03 10:40:19 program INFO WAIT active send to complete -2013-12-03 10:40:19 program INFO WAIT active send to complete -2013-12-03 10:40:19 program INFO WAIT active send to complete -2013-12-03 10:40:20 program INFO WAIT active send to complete -2013-12-03 10:40:20 program INFO WAIT active send to complete -2013-12-03 10:40:20 program INFO WAIT active send to complete -2013-12-03 10:40:20 program INFO WAIT active send to complete -2013-12-03 10:40:20 program INFO WAIT active send to complete -2013-12-03 10:40:21 program INFO WAIT active send to complete -2013-12-03 10:40:21 program INFO WAIT active send to complete -2013-12-03 10:40:21 program INFO WAIT active send to complete -2013-12-03 10:40:21 program INFO WAIT active send to complete -2013-12-03 10:40:21 program INFO WAIT active send to complete -2013-12-03 10:40:22 program INFO WAIT active send to complete -2013-12-03 10:40:22 program INFO WAIT active send to complete -2013-12-03 10:40:22 program INFO WAIT active send to complete -2013-12-03 10:40:22 program INFO WAIT active send to complete -2013-12-03 10:40:22 program INFO WAIT active send to complete -2013-12-03 10:40:23 program INFO WAIT active send to complete -2013-12-03 10:40:23 program INFO WAIT active send to complete -2013-12-03 10:40:23 program INFO WAIT active send to complete -2013-12-03 10:40:23 program INFO WAIT active send to complete -2013-12-03 10:40:23 program INFO WAIT active send to complete -2013-12-03 10:40:24 program INFO WAIT active send to complete -2013-12-03 10:40:24 program INFO WAIT active send to complete -2013-12-03 10:40:24 program INFO WAIT active send to complete -2013-12-03 10:40:24 program INFO WAIT active send to complete -2013-12-03 10:40:25 program INFO WAIT active send to complete -2013-12-03 10:40:25 program INFO WAIT active send to complete -2013-12-03 10:40:25 program INFO WAIT active send to complete -2013-12-03 10:40:25 program INFO WAIT active send to complete -2013-12-03 10:40:25 program INFO WAIT active send to complete -2013-12-03 10:40:26 program INFO WAIT active send to complete -2013-12-03 10:40:26 program INFO WAIT active send to complete -2013-12-03 10:40:26 program INFO WAIT active send to complete -2013-12-03 10:40:26 program INFO WAIT active send to complete -2013-12-03 10:40:26 program INFO WAIT active send to complete -2013-12-03 10:40:27 program INFO WAIT active send to complete -2013-12-03 10:40:27 program INFO WAIT active send to complete -2013-12-03 10:40:27 program INFO WAIT active send to complete -2013-12-03 10:40:27 program INFO WAIT active send to complete -2013-12-03 10:40:27 program INFO WAIT active send to complete -2013-12-03 10:40:28 program INFO WAIT active send to complete -2013-12-03 10:40:28 program INFO WAIT active send to complete -2013-12-03 10:40:28 program INFO WAIT active send to complete -2013-12-03 10:40:28 program INFO WAIT active send to complete -2013-12-03 10:40:28 program INFO WAIT active send to complete -2013-12-03 10:40:29 program INFO WAIT active send to complete -2013-12-03 10:40:29 program INFO WAIT active send to complete -2013-12-03 10:40:29 program INFO WAIT active send to complete -2013-12-03 10:40:29 program INFO WAIT active send to complete -2013-12-03 10:40:29 program INFO WAIT active send to complete -2013-12-03 10:40:30 program INFO WAIT active send to complete -2013-12-03 10:40:30 program INFO WAIT active send to complete -2013-12-03 10:40:30 program INFO WAIT active send to complete -2013-12-03 10:40:30 program INFO WAIT active send to complete -2013-12-03 10:40:30 program INFO WAIT active send to complete -2013-12-03 10:40:31 program INFO WAIT active send to complete -2013-12-03 10:40:31 program INFO WAIT active send to complete -2013-12-03 10:40:31 program INFO WAIT active send to complete -2013-12-03 10:40:31 program INFO WAIT active send to complete -2013-12-03 10:40:31 queue INFO >>83 [129] -2013-12-03 10:40:32 program INFO WAIT active send to complete -2013-12-03 10:40:32 program INFO WAIT active send to complete -2013-12-03 10:40:32 program INFO WAIT active send to complete -2013-12-03 10:40:32 program INFO WAIT active send to complete -2013-12-03 10:40:32 program INFO WAIT active send to complete -2013-12-03 10:40:33 program INFO WAIT active send to complete -2013-12-03 10:40:33 program INFO WAIT active send to complete -2013-12-03 10:40:33 program INFO WAIT active send to complete -2013-12-03 10:40:33 program INFO WAIT active send to complete -2013-12-03 10:40:33 program INFO WAIT active send to complete -2013-12-03 10:40:34 program INFO WAIT active send to complete -2013-12-03 10:40:34 program INFO WAIT active send to complete -2013-12-03 10:40:34 program INFO WAIT active send to complete -2013-12-03 10:40:34 program INFO WAIT active send to complete -2013-12-03 10:40:34 program INFO WAIT active send to complete -2013-12-03 10:40:35 program INFO WAIT active send to complete -2013-12-03 10:40:35 program INFO WAIT active send to complete -2013-12-03 10:40:35 program INFO WAIT active send to complete -2013-12-03 10:40:35 program INFO WAIT active send to complete -2013-12-03 10:40:35 program INFO WAIT active send to complete -2013-12-03 10:40:36 program INFO WAIT active send to complete -2013-12-03 10:40:36 program INFO WAIT active send to complete -2013-12-03 10:40:36 program INFO WAIT active send to complete -2013-12-03 10:40:36 program INFO WAIT active send to complete -2013-12-03 10:40:36 program INFO WAIT active send to complete -2013-12-03 10:40:37 program INFO WAIT active send to complete -2013-12-03 10:40:37 program INFO WAIT active send to complete -2013-12-03 10:40:37 program INFO WAIT active send to complete -2013-12-03 10:40:37 program INFO WAIT active send to complete -2013-12-03 10:40:37 program INFO WAIT active send to complete -2013-12-03 10:40:38 program INFO WAIT active send to complete -2013-12-03 10:40:38 program INFO WAIT active send to complete -2013-12-03 10:40:38 program INFO WAIT active send to complete -2013-12-03 10:40:38 program INFO WAIT active send to complete -2013-12-03 10:40:39 program INFO WAIT active send to complete -2013-12-03 10:40:39 program INFO WAIT active send to complete -2013-12-03 10:40:39 program INFO WAIT active send to complete -2013-12-03 10:40:39 program INFO WAIT active send to complete -2013-12-03 10:40:39 program INFO WAIT active send to complete -2013-12-03 10:40:40 program INFO WAIT active send to complete -2013-12-03 10:40:40 program INFO WAIT active send to complete -2013-12-03 10:40:40 program INFO WAIT active send to complete -2013-12-03 10:40:40 program INFO WAIT active send to complete -2013-12-03 10:40:40 program INFO WAIT active send to complete -2013-12-03 10:40:41 program INFO WAIT active send to complete -2013-12-03 10:40:41 program INFO WAIT active send to complete -2013-12-03 10:40:41 program INFO WAIT active send to complete -2013-12-03 10:40:41 program INFO WAIT active send to complete -2013-12-03 10:40:41 program INFO WAIT active send to complete -2013-12-03 10:40:42 program INFO WAIT active send to complete -2013-12-03 10:40:42 program INFO WAIT active send to complete -2013-12-03 10:40:42 program INFO WAIT active send to complete -2013-12-03 10:40:42 program INFO WAIT active send to complete -2013-12-03 10:40:42 program INFO WAIT active send to complete -2013-12-03 10:40:43 program INFO WAIT active send to complete -2013-12-03 10:40:43 program INFO WAIT active send to complete -2013-12-03 10:40:43 program INFO WAIT active send to complete -2013-12-03 10:40:43 program INFO WAIT active send to complete -2013-12-03 10:40:43 program INFO WAIT active send to complete -2013-12-03 10:40:44 program INFO WAIT active send to complete -2013-12-03 10:40:44 program INFO WAIT active send to complete -2013-12-03 10:40:44 program INFO WAIT active send to complete -2013-12-03 10:40:44 program INFO WAIT active send to complete -2013-12-03 10:40:44 program INFO WAIT active send to complete -2013-12-03 10:40:45 program INFO WAIT active send to complete -2013-12-03 10:40:45 program INFO WAIT active send to complete -2013-12-03 10:40:45 program INFO WAIT active send to complete -2013-12-03 10:40:45 program INFO WAIT active send to complete -2013-12-03 10:40:46 program INFO WAIT active send to complete -2013-12-03 10:40:46 program INFO WAIT active send to complete -2013-12-03 10:40:46 program INFO WAIT active send to complete -2013-12-03 10:40:46 program INFO WAIT active send to complete -2013-12-03 10:40:46 program INFO WAIT active send to complete -2013-12-03 10:40:47 program INFO WAIT active send to complete -2013-12-03 10:40:47 program INFO WAIT active send to complete -2013-12-03 10:40:47 program INFO WAIT active send to complete -2013-12-03 10:40:47 program INFO WAIT active send to complete -2013-12-03 10:40:47 program INFO WAIT active send to complete -2013-12-03 10:40:48 program INFO WAIT active send to complete -2013-12-03 10:40:48 program INFO WAIT active send to complete -2013-12-03 10:40:48 program INFO WAIT active send to complete -2013-12-03 10:40:48 program INFO WAIT active send to complete -2013-12-03 10:40:48 program INFO WAIT active send to complete -2013-12-03 10:40:49 program INFO WAIT active send to complete -2013-12-03 10:40:49 program INFO WAIT active send to complete -2013-12-03 10:40:49 program INFO WAIT active send to complete -2013-12-03 10:40:49 program INFO WAIT active send to complete -2013-12-03 10:40:49 program INFO WAIT active send to complete -2013-12-03 10:40:50 program INFO WAIT active send to complete -2013-12-03 10:40:50 program INFO WAIT active send to complete -2013-12-03 10:40:50 program INFO WAIT active send to complete -2013-12-03 10:40:50 program INFO WAIT active send to complete -2013-12-03 10:40:50 program INFO WAIT active send to complete -2013-12-03 10:40:51 program INFO WAIT active send to complete -2013-12-03 10:40:51 program INFO WAIT active send to complete -2013-12-03 10:40:51 program INFO WAIT active send to complete -2013-12-03 10:40:51 program INFO WAIT active send to complete -2013-12-03 10:40:51 program INFO WAIT active send to complete -2013-12-03 10:40:52 program INFO WAIT active send to complete -2013-12-03 10:40:52 program INFO WAIT active send to complete -2013-12-03 10:40:52 program INFO WAIT active send to complete -2013-12-03 10:40:52 program INFO WAIT active send to complete -2013-12-03 10:40:53 program INFO WAIT active send to complete -2013-12-03 10:40:53 program INFO WAIT active send to complete -2013-12-03 10:40:53 program INFO WAIT active send to complete -2013-12-03 10:40:53 program INFO WAIT active send to complete -2013-12-03 10:40:53 program INFO WAIT active send to complete -2013-12-03 10:40:54 program INFO WAIT active send to complete -2013-12-03 10:40:54 program INFO WAIT active send to complete -2013-12-03 10:40:54 program INFO WAIT active send to complete -2013-12-03 10:40:54 program INFO WAIT active send to complete -2013-12-03 10:40:54 program INFO WAIT active send to complete -2013-12-03 10:40:55 program INFO WAIT active send to complete -2013-12-03 10:40:55 program INFO WAIT active send to complete -2013-12-03 10:40:55 program INFO WAIT active send to complete -2013-12-03 10:40:55 program INFO WAIT active send to complete -2013-12-03 10:40:55 program INFO WAIT active send to complete -2013-12-03 10:40:56 program INFO WAIT active send to complete -2013-12-03 10:40:56 program INFO WAIT active send to complete -2013-12-03 10:40:56 program INFO WAIT active send to complete -2013-12-03 10:40:56 program INFO WAIT active send to complete -2013-12-03 10:40:56 program INFO WAIT active send to complete -2013-12-03 10:40:57 program INFO WAIT active send to complete -2013-12-03 10:40:57 program INFO WAIT active send to complete -2013-12-03 10:40:57 program INFO WAIT active send to complete -2013-12-03 10:40:57 program INFO WAIT active send to complete -2013-12-03 10:40:57 program INFO WAIT active send to complete -2013-12-03 10:40:58 program INFO WAIT active send to complete -2013-12-03 10:40:58 program INFO WAIT active send to complete -2013-12-03 10:40:58 program INFO WAIT active send to complete -2013-12-03 10:40:58 program INFO WAIT active send to complete -2013-12-03 10:40:58 program INFO WAIT active send to complete -2013-12-03 10:40:59 program INFO WAIT active send to complete -2013-12-03 10:40:59 program INFO WAIT active send to complete -2013-12-03 10:40:59 program ERROR IOB offline -2013-12-03 10:41:00 program INFO IOB ONLINE! -2013-12-03 10:41:00 program INFO WAIT active send to complete -2013-12-03 10:41:00 program INFO IOB ONLINE! -2013-12-03 10:41:00 program INFO WAIT active send to complete -2013-12-03 10:41:00 program INFO WAIT active send to complete -2013-12-03 10:41:00 program INFO WAIT active send to complete -2013-12-03 10:41:00 program INFO WAIT active send to complete -2013-12-03 10:41:00 program INFO WAIT active send to complete -2013-12-03 10:41:01 program INFO WAIT active send to complete -2013-12-03 10:41:01 program INFO WAIT active send to complete -2013-12-03 10:41:01 program INFO WAIT active send to complete -2013-12-03 10:41:01 program INFO WAIT active send to complete -2013-12-03 10:41:01 program INFO WAIT active send to complete -2013-12-03 10:41:02 program INFO WAIT active send to complete -2013-12-03 10:41:02 program INFO WAIT active send to complete -2013-12-03 10:41:02 program INFO WAIT active send to complete -2013-12-03 10:41:02 program INFO WAIT active send to complete -2013-12-03 10:41:02 program INFO WAIT active send to complete -2013-12-03 10:41:03 program INFO WAIT active send to complete -2013-12-03 10:41:03 program INFO WAIT active send to complete -2013-12-03 10:41:03 program INFO WAIT active send to complete -2013-12-03 10:41:03 program INFO WAIT active send to complete -2013-12-03 10:41:03 program INFO WAIT active send to complete -2013-12-03 10:41:04 program INFO WAIT active send to complete -2013-12-03 10:41:04 program INFO WAIT active send to complete -2013-12-03 10:41:04 program INFO WAIT active send to complete -2013-12-03 10:41:04 program INFO WAIT active send to complete -2013-12-03 10:41:04 program INFO WAIT active send to complete -2013-12-03 10:41:05 program INFO WAIT active send to complete -2013-12-03 10:41:05 program INFO WAIT active send to complete -2013-12-03 10:41:05 program INFO WAIT active send to complete -2013-12-03 10:41:05 program INFO WAIT active send to complete -2013-12-03 10:41:05 program INFO WAIT active send to complete -2013-12-03 10:41:06 program INFO WAIT active send to complete -2013-12-03 10:41:06 program INFO WAIT active send to complete -2013-12-03 10:41:06 program INFO WAIT active send to complete -2013-12-03 10:41:06 program INFO WAIT active send to complete -2013-12-03 10:41:07 program INFO WAIT active send to complete -2013-12-03 10:41:07 program INFO WAIT active send to complete -2013-12-03 10:41:07 program INFO WAIT active send to complete -2013-12-03 10:41:07 program INFO WAIT active send to complete -2013-12-03 10:41:07 program INFO WAIT active send to complete -2013-12-03 10:41:08 program INFO WAIT active send to complete -2013-12-03 10:41:08 program INFO WAIT active send to complete -2013-12-03 10:41:08 program INFO WAIT active send to complete -2013-12-03 10:41:08 program INFO WAIT active send to complete -2013-12-03 10:41:08 program INFO WAIT active send to complete -2013-12-03 10:41:09 program INFO WAIT active send to complete -2013-12-03 10:41:09 program INFO WAIT active send to complete -2013-12-03 10:41:09 program INFO WAIT active send to complete -2013-12-03 10:41:09 program INFO WAIT active send to complete -2013-12-03 10:41:09 program INFO WAIT active send to complete -2013-12-03 10:41:10 program INFO WAIT active send to complete -2013-12-03 10:41:10 program INFO WAIT active send to complete -2013-12-03 10:41:10 program INFO WAIT active send to complete -2013-12-03 10:41:10 program INFO WAIT active send to complete -2013-12-03 10:41:10 program INFO WAIT active send to complete -2013-12-03 10:41:11 program INFO WAIT active send to complete -2013-12-03 10:41:11 program INFO WAIT active send to complete -2013-12-03 10:41:11 program INFO WAIT active send to complete -2013-12-03 10:41:11 program INFO WAIT active send to complete -2013-12-03 10:41:11 program INFO WAIT active send to complete -2013-12-03 10:41:12 program INFO WAIT active send to complete -2013-12-03 10:41:12 program INFO WAIT active send to complete -2013-12-03 10:41:12 program INFO WAIT active send to complete -2013-12-03 10:41:12 program INFO WAIT active send to complete -2013-12-03 10:41:12 program INFO WAIT active send to complete -2013-12-03 10:41:13 program INFO WAIT active send to complete -2013-12-03 10:41:13 program INFO WAIT active send to complete -2013-12-03 10:41:13 program INFO WAIT active send to complete -2013-12-03 10:41:13 program INFO WAIT active send to complete -2013-12-03 10:41:14 program INFO WAIT active send to complete -2013-12-03 10:41:14 program INFO WAIT active send to complete -2013-12-03 10:41:14 program INFO WAIT active send to complete -2013-12-03 10:41:14 program INFO WAIT active send to complete -2013-12-03 10:41:14 program INFO WAIT active send to complete -2013-12-03 10:41:15 program INFO WAIT active send to complete -2013-12-03 10:41:15 program INFO WAIT active send to complete -2013-12-03 10:41:15 program INFO WAIT active send to complete -2013-12-03 10:41:15 program INFO WAIT active send to complete -2013-12-03 10:41:15 program INFO WAIT active send to complete -2013-12-03 10:41:16 program INFO WAIT active send to complete -2013-12-03 10:41:16 program INFO WAIT active send to complete -2013-12-03 10:41:16 program INFO WAIT active send to complete -2013-12-03 10:41:16 program INFO WAIT active send to complete -2013-12-03 10:41:16 program INFO WAIT active send to complete -2013-12-03 10:41:17 program INFO WAIT active send to complete -2013-12-03 10:41:17 program INFO WAIT active send to complete -2013-12-03 10:41:17 program INFO WAIT active send to complete -2013-12-03 10:41:17 program INFO WAIT active send to complete -2013-12-03 10:41:17 program INFO WAIT active send to complete -2013-12-03 10:41:18 program INFO WAIT active send to complete -2013-12-03 10:41:18 program INFO WAIT active send to complete -2013-12-03 10:41:18 program INFO WAIT active send to complete -2013-12-03 10:41:18 program INFO WAIT active send to complete -2013-12-03 10:41:18 program INFO WAIT active send to complete -2013-12-03 10:41:19 program INFO WAIT active send to complete -2013-12-03 10:41:19 program INFO WAIT active send to complete -2013-12-03 10:41:19 program INFO WAIT active send to complete -2013-12-03 10:41:19 program INFO WAIT active send to complete -2013-12-03 10:41:19 program INFO WAIT active send to complete -2013-12-03 10:41:20 program INFO WAIT active send to complete -2013-12-03 10:41:20 program INFO WAIT active send to complete -2013-12-03 10:41:20 program INFO WAIT active send to complete -2013-12-03 10:41:20 program INFO WAIT active send to complete -2013-12-03 10:41:21 program INFO WAIT active send to complete -2013-12-03 10:41:21 program INFO WAIT active send to complete -2013-12-03 10:41:21 program INFO WAIT active send to complete -2013-12-03 10:41:21 program INFO WAIT active send to complete -2013-12-03 10:41:21 program INFO WAIT active send to complete -2013-12-03 10:41:22 program INFO WAIT active send to complete -2013-12-03 10:41:22 queue INFO >>83 [130] -2013-12-03 10:41:22 program INFO WAIT active send to complete -2013-12-03 10:41:22 program INFO WAIT active send to complete -2013-12-03 10:41:22 program INFO WAIT active send to complete -2013-12-03 10:41:22 program INFO WAIT active send to complete -2013-12-03 10:41:23 program INFO WAIT active send to complete -2013-12-03 10:41:23 program INFO WAIT active send to complete -2013-12-03 10:41:23 program INFO WAIT active send to complete -2013-12-03 10:41:23 program INFO WAIT active send to complete -2013-12-03 10:41:23 program INFO WAIT active send to complete -2013-12-03 10:41:24 program INFO WAIT active send to complete -2013-12-03 10:41:24 program INFO WAIT active send to complete -2013-12-03 10:41:24 program INFO WAIT active send to complete -2013-12-03 10:41:24 program INFO WAIT active send to complete -2013-12-03 10:41:24 program INFO WAIT active send to complete -2013-12-03 10:41:25 program INFO WAIT active send to complete -2013-12-03 10:41:25 program INFO WAIT active send to complete -2013-12-03 10:41:25 program INFO WAIT active send to complete -2013-12-03 10:41:25 program INFO WAIT active send to complete -2013-12-03 10:41:25 program INFO WAIT active send to complete -2013-12-03 10:41:26 program INFO WAIT active send to complete -2013-12-03 10:41:26 program INFO WAIT active send to complete -2013-12-03 10:41:26 program INFO WAIT active send to complete -2013-12-03 10:41:26 program INFO WAIT active send to complete -2013-12-03 10:41:26 program INFO WAIT active send to complete -2013-12-03 10:41:27 program INFO WAIT active send to complete -2013-12-03 10:41:27 program INFO WAIT active send to complete -2013-12-03 10:41:27 program INFO WAIT active send to complete -2013-12-03 10:41:27 program INFO WAIT active send to complete -2013-12-03 10:41:28 program INFO WAIT active send to complete -2013-12-03 10:41:28 program INFO WAIT active send to complete -2013-12-03 10:41:28 program INFO WAIT active send to complete -2013-12-03 10:41:28 program INFO WAIT active send to complete -2013-12-03 10:41:28 program INFO WAIT active send to complete -2013-12-03 10:41:29 program INFO WAIT active send to complete -2013-12-03 10:41:29 program INFO WAIT active send to complete -2013-12-03 10:41:29 program INFO WAIT active send to complete -2013-12-03 10:41:29 program INFO WAIT active send to complete -2013-12-03 10:41:29 program INFO WAIT active send to complete -2013-12-03 10:41:30 program INFO WAIT active send to complete -2013-12-03 10:41:30 program INFO WAIT active send to complete -2013-12-03 10:41:30 program INFO WAIT active send to complete -2013-12-03 10:41:30 program INFO WAIT active send to complete -2013-12-03 10:41:30 program INFO WAIT active send to complete -2013-12-03 10:41:31 program INFO WAIT active send to complete -2013-12-03 10:41:31 program INFO WAIT active send to complete -2013-12-03 10:41:31 program INFO WAIT active send to complete -2013-12-03 10:41:31 program INFO WAIT active send to complete -2013-12-03 10:41:31 program INFO WAIT active send to complete -2013-12-03 10:41:32 program INFO WAIT active send to complete -2013-12-03 10:41:32 program INFO WAIT active send to complete -2013-12-03 10:41:32 program INFO WAIT active send to complete -2013-12-03 10:41:32 program INFO WAIT active send to complete -2013-12-03 10:41:32 program INFO WAIT active send to complete -2013-12-03 10:41:33 program INFO WAIT active send to complete -2013-12-03 10:41:33 program ERROR IOB offline -2013-12-03 10:42:03 program INFO IOB ONLINE! -2013-12-03 10:42:03 program INFO WAIT active send to complete -2013-12-03 10:42:03 program INFO WAIT active send to complete -2013-12-03 10:42:03 program INFO WAIT active send to complete -2013-12-03 10:42:04 program INFO WAIT active send to complete -2013-12-03 10:42:04 program INFO WAIT active send to complete -2013-12-03 10:42:04 program INFO WAIT active send to complete -2013-12-03 10:42:04 program INFO WAIT active send to complete -2013-12-03 10:42:04 program INFO WAIT active send to complete -2013-12-03 10:42:05 program INFO WAIT active send to complete -2013-12-03 10:42:05 program INFO WAIT active send to complete -2013-12-03 10:42:05 program INFO WAIT active send to complete -2013-12-03 10:42:05 program INFO WAIT active send to complete -2013-12-03 10:42:05 program INFO WAIT active send to complete -2013-12-03 10:42:06 program INFO WAIT active send to complete -2013-12-03 10:42:06 program INFO WAIT active send to complete -2013-12-03 10:42:06 program INFO WAIT active send to complete -2013-12-03 10:42:06 program INFO WAIT active send to complete -2013-12-03 10:42:06 program INFO WAIT active send to complete -2013-12-03 10:42:07 program INFO WAIT active send to complete -2013-12-03 10:42:07 program INFO WAIT active send to complete -2013-12-03 10:42:07 program INFO WAIT active send to complete -2013-12-03 10:42:07 program INFO WAIT active send to complete -2013-12-03 10:42:07 program INFO WAIT active send to complete -2013-12-03 10:42:08 program INFO WAIT active send to complete -2013-12-03 10:42:08 program INFO WAIT active send to complete -2013-12-03 10:42:08 program INFO WAIT active send to complete -2013-12-03 10:42:08 program INFO WAIT active send to complete -2013-12-03 10:42:08 program INFO WAIT active send to complete -2013-12-03 10:42:09 program INFO WAIT active send to complete -2013-12-03 10:42:09 program INFO WAIT active send to complete -2013-12-03 10:42:09 program INFO WAIT active send to complete -2013-12-03 10:42:09 program INFO WAIT active send to complete -2013-12-03 10:42:09 program INFO WAIT active send to complete -2013-12-03 10:42:10 program INFO WAIT active send to complete -2013-12-03 10:42:10 program INFO WAIT active send to complete -2013-12-03 10:42:10 program INFO WAIT active send to complete -2013-12-03 10:42:10 program INFO WAIT active send to complete -2013-12-03 10:42:10 program INFO WAIT active send to complete -2013-12-03 10:42:11 program INFO WAIT active send to complete -2013-12-03 10:42:11 program INFO WAIT active send to complete -2013-12-03 10:42:11 program INFO WAIT active send to complete -2013-12-03 10:42:11 program INFO WAIT active send to complete -2013-12-03 10:42:12 program INFO WAIT active send to complete -2013-12-03 10:42:12 program INFO WAIT active send to complete -2013-12-03 10:42:12 queue INFO >>83 [131] -2013-12-03 10:42:12 program INFO WAIT active send to complete -2013-12-03 10:42:12 program INFO WAIT active send to complete -2013-12-03 10:42:12 program INFO WAIT active send to complete -2013-12-03 10:42:13 program INFO WAIT active send to complete -2013-12-03 10:42:13 program INFO WAIT active send to complete -2013-12-03 10:42:13 program INFO WAIT active send to complete -2013-12-03 10:42:13 program INFO WAIT active send to complete -2013-12-03 10:42:13 program INFO WAIT active send to complete -2013-12-03 10:42:14 program INFO WAIT active send to complete -2013-12-03 10:42:14 program INFO WAIT active send to complete -2013-12-03 10:42:14 program INFO WAIT active send to complete -2013-12-03 10:42:14 program INFO WAIT active send to complete -2013-12-03 10:42:14 program INFO WAIT active send to complete -2013-12-03 10:42:15 program INFO WAIT active send to complete -2013-12-03 10:42:15 program INFO WAIT active send to complete -2013-12-03 10:42:15 program INFO WAIT active send to complete -2013-12-03 10:42:15 program INFO WAIT active send to complete -2013-12-03 10:42:15 program INFO WAIT active send to complete -2013-12-03 10:42:16 program INFO WAIT active send to complete -2013-12-03 10:42:16 program INFO WAIT active send to complete -2013-12-03 10:42:16 program INFO WAIT active send to complete -2013-12-03 10:42:16 program INFO WAIT active send to complete -2013-12-03 10:42:16 program INFO WAIT active send to complete -2013-12-03 10:42:17 program INFO WAIT active send to complete -2013-12-03 10:42:17 program INFO WAIT active send to complete -2013-12-03 10:42:17 program INFO WAIT active send to complete -2013-12-03 10:42:17 program INFO WAIT active send to complete -2013-12-03 10:42:17 program INFO WAIT active send to complete -2013-12-03 10:42:18 program INFO WAIT active send to complete -2013-12-03 10:42:18 program INFO WAIT active send to complete -2013-12-03 10:42:18 program INFO WAIT active send to complete -2013-12-03 10:42:18 program INFO WAIT active send to complete -2013-12-03 10:42:19 program INFO WAIT active send to complete -2013-12-03 10:42:19 program INFO WAIT active send to complete -2013-12-03 10:42:19 program INFO WAIT active send to complete -2013-12-03 10:42:19 program INFO WAIT active send to complete -2013-12-03 10:42:19 program INFO WAIT active send to complete -2013-12-03 10:42:20 program INFO WAIT active send to complete -2013-12-03 10:42:20 program INFO WAIT active send to complete -2013-12-03 10:42:20 program INFO WAIT active send to complete -2013-12-03 10:42:20 program INFO WAIT active send to complete -2013-12-03 10:42:20 program INFO WAIT active send to complete -2013-12-03 10:42:21 program INFO WAIT active send to complete -2013-12-03 10:42:21 program INFO WAIT active send to complete -2013-12-03 10:42:21 program INFO WAIT active send to complete -2013-12-03 10:42:22 program INFO WAIT active send to complete -2013-12-03 10:42:22 program INFO WAIT active send to complete -2013-12-03 10:42:22 program INFO WAIT active send to complete -2013-12-03 10:42:22 program INFO WAIT active send to complete -2013-12-03 10:42:22 program INFO WAIT active send to complete -2013-12-03 10:42:22 program INFO WAIT active send to complete -2013-12-03 10:42:22 program INFO WAIT active send to complete -2013-12-03 10:42:23 program INFO WAIT active send to complete -2013-12-03 10:42:23 program INFO WAIT active send to complete -2013-12-03 10:42:23 program INFO WAIT active send to complete -2013-12-03 10:42:23 program INFO WAIT active send to complete -2013-12-03 10:42:23 program INFO WAIT active send to complete -2013-12-03 10:42:24 program INFO WAIT active send to complete -2013-12-03 10:42:24 program INFO WAIT active send to complete -2013-12-03 10:42:24 program INFO WAIT active send to complete -2013-12-03 10:42:24 program INFO WAIT active send to complete -2013-12-03 10:42:25 program INFO WAIT active send to complete -2013-12-03 10:42:25 program INFO WAIT active send to complete -2013-12-03 10:42:25 program INFO WAIT active send to complete -2013-12-03 10:42:25 program INFO WAIT active send to complete -2013-12-03 10:42:25 program INFO WAIT active send to complete -2013-12-03 10:42:26 program INFO WAIT active send to complete -2013-12-03 10:42:26 program INFO WAIT active send to complete -2013-12-03 10:42:26 program INFO WAIT active send to complete -2013-12-03 10:42:26 program INFO WAIT active send to complete -2013-12-03 10:42:26 program INFO WAIT active send to complete -2013-12-03 10:42:27 program INFO WAIT active send to complete -2013-12-03 10:42:27 program INFO WAIT active send to complete -2013-12-03 10:42:27 program INFO WAIT active send to complete -2013-12-03 10:42:27 program INFO WAIT active send to complete -2013-12-03 10:42:27 program INFO WAIT active send to complete -2013-12-03 10:42:28 program INFO WAIT active send to complete -2013-12-03 10:42:28 program INFO WAIT active send to complete -2013-12-03 10:42:28 program INFO WAIT active send to complete -2013-12-03 10:42:28 program INFO WAIT active send to complete -2013-12-03 10:42:28 program INFO WAIT active send to complete -2013-12-03 10:42:29 program INFO WAIT active send to complete -2013-12-03 10:42:29 program INFO WAIT active send to complete -2013-12-03 10:42:29 program INFO WAIT active send to complete -2013-12-03 10:42:29 program INFO WAIT active send to complete -2013-12-03 10:42:29 program INFO WAIT active send to complete -2013-12-03 10:42:30 program INFO WAIT active send to complete -2013-12-03 10:42:30 program INFO WAIT active send to complete -2013-12-03 10:42:30 program INFO WAIT active send to complete -2013-12-03 10:42:30 program INFO WAIT active send to complete -2013-12-03 10:42:30 program INFO WAIT active send to complete -2013-12-03 10:42:31 program INFO WAIT active send to complete -2013-12-03 10:42:31 program INFO WAIT active send to complete -2013-12-03 10:42:31 program INFO WAIT active send to complete -2013-12-03 10:42:31 program INFO WAIT active send to complete -2013-12-03 10:42:32 program INFO WAIT active send to complete -2013-12-03 10:42:32 program INFO WAIT active send to complete -2013-12-03 10:42:32 program INFO WAIT active send to complete -2013-12-03 10:42:32 program INFO WAIT active send to complete -2013-12-03 10:42:32 program INFO WAIT active send to complete -2013-12-03 10:42:33 program INFO WAIT active send to complete -2013-12-03 10:42:33 program INFO WAIT active send to complete -2013-12-03 10:42:33 program INFO WAIT active send to complete -2013-12-03 10:42:33 program INFO WAIT active send to complete -2013-12-03 10:42:33 program INFO WAIT active send to complete -2013-12-03 10:42:34 program INFO WAIT active send to complete -2013-12-03 10:42:34 program INFO WAIT active send to complete -2013-12-03 10:42:34 program INFO WAIT active send to complete -2013-12-03 10:42:34 program INFO WAIT active send to complete -2013-12-03 10:42:34 program INFO WAIT active send to complete -2013-12-03 10:42:35 program INFO WAIT active send to complete -2013-12-03 10:42:35 program INFO WAIT active send to complete -2013-12-03 10:42:35 program INFO WAIT active send to complete -2013-12-03 10:42:35 program INFO WAIT active send to complete -2013-12-03 10:42:35 program INFO WAIT active send to complete -2013-12-03 10:42:36 program INFO WAIT active send to complete -2013-12-03 10:42:36 program INFO WAIT active send to complete -2013-12-03 10:42:36 program INFO WAIT active send to complete -2013-12-03 10:42:36 program INFO WAIT active send to complete -2013-12-03 10:42:36 program INFO WAIT active send to complete -2013-12-03 10:42:37 program INFO WAIT active send to complete -2013-12-03 10:42:37 program INFO WAIT active send to complete -2013-12-03 10:42:37 program INFO WAIT active send to complete -2013-12-03 10:42:37 program INFO WAIT active send to complete -2013-12-03 10:42:37 program INFO WAIT active send to complete -2013-12-03 10:42:38 program INFO WAIT active send to complete -2013-12-03 10:42:38 program INFO WAIT active send to complete -2013-12-03 10:42:38 program INFO WAIT active send to complete -2013-12-03 10:42:38 program INFO WAIT active send to complete -2013-12-03 10:42:39 program INFO WAIT active send to complete -2013-12-03 10:42:39 program INFO WAIT active send to complete -2013-12-03 10:42:39 program INFO WAIT active send to complete -2013-12-03 10:42:39 program INFO WAIT active send to complete -2013-12-03 10:42:39 program INFO WAIT active send to complete -2013-12-03 10:42:40 program INFO WAIT active send to complete -2013-12-03 10:42:40 program INFO WAIT active send to complete -2013-12-03 10:42:40 program INFO WAIT active send to complete -2013-12-03 10:42:40 program INFO WAIT active send to complete -2013-12-03 10:42:40 program INFO WAIT active send to complete -2013-12-03 10:42:41 program INFO WAIT active send to complete -2013-12-03 10:42:41 program INFO WAIT active send to complete -2013-12-03 10:42:41 program INFO WAIT active send to complete -2013-12-03 10:42:41 program INFO WAIT active send to complete -2013-12-03 10:42:41 program INFO WAIT active send to complete -2013-12-03 10:42:42 program INFO WAIT active send to complete -2013-12-03 10:42:42 program INFO WAIT active send to complete -2013-12-03 10:42:42 program INFO WAIT active send to complete -2013-12-03 10:42:42 program INFO WAIT active send to complete -2013-12-03 10:42:42 program INFO WAIT active send to complete -2013-12-03 10:42:43 program INFO WAIT active send to complete -2013-12-03 10:42:43 program INFO WAIT active send to complete -2013-12-03 10:42:43 program INFO WAIT active send to complete -2013-12-03 10:42:43 program INFO WAIT active send to complete -2013-12-03 10:42:43 program INFO WAIT active send to complete -2013-12-03 10:42:44 program INFO WAIT active send to complete -2013-12-03 10:42:44 program INFO WAIT active send to complete -2013-12-03 10:42:44 program INFO WAIT active send to complete -2013-12-03 10:42:44 program INFO WAIT active send to complete -2013-12-03 10:42:44 program INFO WAIT active send to complete -2013-12-03 10:42:45 program INFO WAIT active send to complete -2013-12-03 10:42:45 program INFO WAIT active send to complete -2013-12-03 10:42:45 program INFO WAIT active send to complete -2013-12-03 10:42:45 program INFO WAIT active send to complete -2013-12-03 10:42:46 program INFO WAIT active send to complete -2013-12-03 10:42:46 program INFO WAIT active send to complete -2013-12-03 10:42:46 program INFO WAIT active send to complete -2013-12-03 10:42:46 program INFO WAIT active send to complete -2013-12-03 10:42:46 program INFO WAIT active send to complete -2013-12-03 10:42:47 program INFO WAIT active send to complete -2013-12-03 10:42:47 program INFO WAIT active send to complete -2013-12-03 10:42:47 program INFO WAIT active send to complete -2013-12-03 10:42:47 program INFO WAIT active send to complete -2013-12-03 10:42:47 program INFO WAIT active send to complete -2013-12-03 10:42:48 program INFO WAIT active send to complete -2013-12-03 10:42:48 program INFO WAIT active send to complete -2013-12-03 10:42:48 program INFO WAIT active send to complete -2013-12-03 10:42:48 program INFO WAIT active send to complete -2013-12-03 10:42:48 program INFO WAIT active send to complete -2013-12-03 10:42:49 program INFO WAIT active send to complete -2013-12-03 10:42:49 program INFO WAIT active send to complete -2013-12-03 10:42:49 program INFO WAIT active send to complete -2013-12-03 10:42:49 program INFO WAIT active send to complete -2013-12-03 10:42:49 program INFO WAIT active send to complete -2013-12-03 10:42:50 program INFO WAIT active send to complete -2013-12-03 10:42:50 program INFO WAIT active send to complete -2013-12-03 10:42:50 program INFO WAIT active send to complete -2013-12-03 10:42:50 program INFO WAIT active send to complete -2013-12-03 10:42:50 program INFO WAIT active send to complete -2013-12-03 10:42:51 program INFO WAIT active send to complete -2013-12-03 10:42:51 program INFO WAIT active send to complete -2013-12-03 10:42:51 program INFO WAIT active send to complete -2013-12-03 10:42:51 program INFO WAIT active send to complete -2013-12-03 10:42:51 program INFO WAIT active send to complete -2013-12-03 10:42:52 program INFO WAIT active send to complete -2013-12-03 10:42:52 program INFO WAIT active send to complete -2013-12-03 10:42:52 program INFO WAIT active send to complete -2013-12-03 10:42:52 program INFO WAIT active send to complete -2013-12-03 10:42:53 program INFO WAIT active send to complete -2013-12-03 10:42:53 program INFO WAIT active send to complete -2013-12-03 10:42:53 program INFO WAIT active send to complete -2013-12-03 10:42:53 program INFO WAIT active send to complete -2013-12-03 10:42:53 program INFO WAIT active send to complete -2013-12-03 10:42:54 program INFO WAIT active send to complete -2013-12-03 10:42:54 program INFO WAIT active send to complete -2013-12-03 10:42:54 program INFO WAIT active send to complete -2013-12-03 10:42:54 program INFO WAIT active send to complete -2013-12-03 10:42:54 program INFO WAIT active send to complete -2013-12-03 10:42:55 program INFO WAIT active send to complete -2013-12-03 10:42:55 program INFO WAIT active send to complete -2013-12-03 10:42:55 program INFO WAIT active send to complete -2013-12-03 10:42:55 program INFO WAIT active send to complete -2013-12-03 10:42:55 program INFO WAIT active send to complete -2013-12-03 10:42:56 program INFO WAIT active send to complete -2013-12-03 10:42:56 program INFO WAIT active send to complete -2013-12-03 10:42:56 program INFO WAIT active send to complete -2013-12-03 10:42:56 program INFO WAIT active send to complete -2013-12-03 10:42:56 program INFO WAIT active send to complete -2013-12-03 10:42:57 program INFO WAIT active send to complete -2013-12-03 10:42:57 program INFO WAIT active send to complete -2013-12-03 10:42:57 program INFO WAIT active send to complete -2013-12-03 10:42:57 program INFO WAIT active send to complete -2013-12-03 10:42:57 program INFO WAIT active send to complete -2013-12-03 10:42:58 program INFO WAIT active send to complete -2013-12-03 10:42:58 program INFO WAIT active send to complete -2013-12-03 10:42:58 program INFO WAIT active send to complete -2013-12-03 10:42:58 program INFO WAIT active send to complete -2013-12-03 10:42:58 program INFO WAIT active send to complete -2013-12-03 10:42:59 program INFO WAIT active send to complete -2013-12-03 10:42:59 program INFO WAIT active send to complete -2013-12-03 10:42:59 program INFO WAIT active send to complete -2013-12-03 10:42:59 program INFO WAIT active send to complete -2013-12-03 10:42:59 program INFO WAIT active send to complete -2013-12-03 10:43:00 program INFO WAIT active send to complete -2013-12-03 10:43:00 program INFO WAIT active send to complete -2013-12-03 10:43:00 program INFO WAIT active send to complete -2013-12-03 10:43:00 program INFO WAIT active send to complete -2013-12-03 10:43:01 program INFO WAIT active send to complete -2013-12-03 10:43:01 program INFO WAIT active send to complete -2013-12-03 10:43:01 program INFO WAIT active send to complete -2013-12-03 10:43:01 program INFO WAIT active send to complete -2013-12-03 10:43:01 program INFO WAIT active send to complete -2013-12-03 10:43:02 program INFO WAIT active send to complete -2013-12-03 10:43:02 program INFO WAIT active send to complete -2013-12-03 10:43:02 program INFO WAIT active send to complete -2013-12-03 10:43:02 queue INFO >>83 [132] -2013-12-03 10:43:02 program INFO WAIT active send to complete -2013-12-03 10:43:02 program INFO WAIT active send to complete -2013-12-03 10:43:03 program INFO WAIT active send to complete -2013-12-03 10:43:03 program INFO WAIT active send to complete -2013-12-03 10:43:03 program INFO WAIT active send to complete -2013-12-03 10:43:03 program INFO WAIT active send to complete -2013-12-03 10:43:03 program INFO WAIT active send to complete -2013-12-03 10:43:04 program INFO WAIT active send to complete -2013-12-03 10:43:04 program INFO WAIT active send to complete -2013-12-03 10:43:04 program INFO WAIT active send to complete -2013-12-03 10:43:04 program INFO WAIT active send to complete -2013-12-03 10:43:04 program INFO WAIT active send to complete -2013-12-03 10:43:05 program INFO WAIT active send to complete -2013-12-03 10:43:05 program INFO WAIT active send to complete -2013-12-03 10:43:05 program INFO WAIT active send to complete -2013-12-03 10:43:05 program INFO WAIT active send to complete -2013-12-03 10:43:05 program INFO WAIT active send to complete -2013-12-03 10:43:06 program INFO WAIT active send to complete -2013-12-03 10:43:06 program INFO WAIT active send to complete -2013-12-03 10:43:06 program INFO WAIT active send to complete -2013-12-03 10:43:06 program INFO WAIT active send to complete -2013-12-03 10:43:07 program INFO WAIT active send to complete -2013-12-03 10:43:07 program INFO WAIT active send to complete -2013-12-03 10:43:07 program INFO WAIT active send to complete -2013-12-03 10:43:07 program INFO WAIT active send to complete -2013-12-03 10:43:07 program INFO WAIT active send to complete -2013-12-03 10:43:08 program INFO WAIT active send to complete -2013-12-03 10:43:08 program INFO WAIT active send to complete -2013-12-03 10:43:08 program INFO WAIT active send to complete -2013-12-03 10:43:08 program INFO WAIT active send to complete -2013-12-03 10:43:08 program INFO WAIT active send to complete -2013-12-03 10:43:09 program INFO WAIT active send to complete -2013-12-03 10:43:09 program INFO WAIT active send to complete -2013-12-03 10:43:09 program INFO WAIT active send to complete -2013-12-03 10:43:09 program INFO WAIT active send to complete -2013-12-03 10:43:09 program INFO WAIT active send to complete -2013-12-03 10:43:10 program INFO WAIT active send to complete -2013-12-03 10:43:10 program INFO WAIT active send to complete -2013-12-03 10:43:10 program INFO WAIT active send to complete -2013-12-03 10:43:10 program INFO WAIT active send to complete -2013-12-03 10:43:10 program INFO WAIT active send to complete -2013-12-03 10:43:11 program INFO WAIT active send to complete -2013-12-03 10:43:11 program INFO WAIT active send to complete -2013-12-03 10:43:11 program INFO WAIT active send to complete -2013-12-03 10:43:11 program INFO WAIT active send to complete -2013-12-03 10:43:11 program INFO WAIT active send to complete -2013-12-03 10:43:12 program INFO WAIT active send to complete -2013-12-03 10:43:12 program INFO WAIT active send to complete -2013-12-03 10:43:12 program INFO WAIT active send to complete -2013-12-03 10:43:12 program INFO WAIT active send to complete -2013-12-03 10:43:12 program INFO WAIT active send to complete -2013-12-03 10:43:13 program INFO WAIT active send to complete -2013-12-03 10:43:13 program INFO WAIT active send to complete -2013-12-03 10:43:13 program INFO WAIT active send to complete -2013-12-03 10:43:13 program INFO WAIT active send to complete -2013-12-03 10:43:14 program INFO WAIT active send to complete -2013-12-03 10:43:14 program INFO WAIT active send to complete -2013-12-03 10:43:14 program INFO WAIT active send to complete -2013-12-03 10:43:14 program INFO WAIT active send to complete -2013-12-03 10:43:14 program INFO WAIT active send to complete -2013-12-03 10:43:15 program INFO WAIT active send to complete -2013-12-03 10:43:15 program INFO WAIT active send to complete -2013-12-03 10:43:15 program INFO WAIT active send to complete -2013-12-03 10:43:15 program INFO WAIT active send to complete -2013-12-03 10:43:15 program INFO WAIT active send to complete -2013-12-03 10:43:16 program INFO WAIT active send to complete -2013-12-03 10:43:16 program INFO WAIT active send to complete -2013-12-03 10:43:16 program INFO WAIT active send to complete -2013-12-03 10:43:16 program INFO WAIT active send to complete -2013-12-03 10:43:16 program INFO WAIT active send to complete -2013-12-03 10:43:17 program INFO WAIT active send to complete -2013-12-03 10:43:17 program INFO WAIT active send to complete -2013-12-03 10:43:17 program INFO WAIT active send to complete -2013-12-03 10:43:17 program INFO WAIT active send to complete -2013-12-03 10:43:17 program INFO WAIT active send to complete -2013-12-03 10:43:18 program INFO WAIT active send to complete -2013-12-03 10:43:18 program INFO WAIT active send to complete -2013-12-03 10:43:18 program INFO WAIT active send to complete -2013-12-03 10:43:18 program INFO WAIT active send to complete -2013-12-03 10:43:18 program INFO WAIT active send to complete -2013-12-03 10:43:19 program INFO WAIT active send to complete -2013-12-03 10:43:19 program INFO WAIT active send to complete -2013-12-03 10:43:19 program INFO WAIT active send to complete -2013-12-03 10:43:19 program INFO WAIT active send to complete -2013-12-03 10:43:19 program INFO WAIT active send to complete -2013-12-03 10:43:20 program INFO WAIT active send to complete -2013-12-03 10:43:20 program INFO WAIT active send to complete -2013-12-03 10:43:20 program INFO WAIT active send to complete -2013-12-03 10:43:20 program INFO WAIT active send to complete -2013-12-03 10:43:20 program INFO WAIT active send to complete -2013-12-03 10:43:21 program INFO WAIT active send to complete -2013-12-03 10:43:21 program INFO WAIT active send to complete -2013-12-03 10:43:21 program INFO WAIT active send to complete -2013-12-03 10:43:21 program INFO WAIT active send to complete -2013-12-03 10:43:22 program INFO WAIT active send to complete -2013-12-03 10:43:22 program INFO WAIT active send to complete -2013-12-03 10:43:22 program INFO WAIT active send to complete -2013-12-03 10:43:22 program INFO WAIT active send to complete -2013-12-03 10:43:22 program INFO WAIT active send to complete -2013-12-03 10:43:23 program INFO WAIT active send to complete -2013-12-03 10:43:23 program INFO WAIT active send to complete -2013-12-03 10:43:23 program INFO WAIT active send to complete -2013-12-03 10:43:23 program INFO WAIT active send to complete -2013-12-03 10:43:23 program INFO WAIT active send to complete -2013-12-03 10:43:24 program INFO WAIT active send to complete -2013-12-03 10:43:24 program INFO WAIT active send to complete -2013-12-03 10:43:24 program INFO WAIT active send to complete -2013-12-03 10:43:24 program INFO WAIT active send to complete -2013-12-03 10:43:24 program INFO WAIT active send to complete -2013-12-03 10:43:25 program INFO WAIT active send to complete -2013-12-03 10:43:25 program INFO WAIT active send to complete -2013-12-03 10:43:25 program INFO WAIT active send to complete -2013-12-03 10:43:25 program INFO WAIT active send to complete -2013-12-03 10:43:25 program INFO WAIT active send to complete -2013-12-03 10:43:26 program INFO WAIT active send to complete -2013-12-03 10:43:26 program INFO WAIT active send to complete -2013-12-03 10:43:26 program INFO WAIT active send to complete -2013-12-03 10:43:26 program INFO WAIT active send to complete -2013-12-03 10:43:26 program INFO WAIT active send to complete -2013-12-03 10:43:27 program INFO WAIT active send to complete -2013-12-03 10:43:27 program INFO WAIT active send to complete -2013-12-03 10:43:27 program INFO WAIT active send to complete -2013-12-03 10:43:27 program INFO WAIT active send to complete -2013-12-03 10:43:27 program INFO WAIT active send to complete -2013-12-03 10:43:28 program INFO WAIT active send to complete -2013-12-03 10:43:28 program INFO WAIT active send to complete -2013-12-03 10:43:28 program INFO WAIT active send to complete -2013-12-03 10:43:28 program INFO WAIT active send to complete -2013-12-03 10:43:29 program INFO WAIT active send to complete -2013-12-03 10:43:29 program INFO WAIT active send to complete -2013-12-03 10:43:29 program INFO WAIT active send to complete -2013-12-03 10:43:29 program INFO WAIT active send to complete -2013-12-03 10:43:29 program INFO WAIT active send to complete -2013-12-03 10:43:30 program INFO WAIT active send to complete -2013-12-03 10:43:30 program INFO WAIT active send to complete -2013-12-03 10:43:30 program INFO WAIT active send to complete -2013-12-03 10:43:30 program INFO WAIT active send to complete -2013-12-03 10:43:30 program INFO WAIT active send to complete -2013-12-03 10:43:31 program INFO WAIT active send to complete -2013-12-03 10:43:31 program INFO WAIT active send to complete -2013-12-03 10:43:31 program INFO WAIT active send to complete -2013-12-03 10:43:31 program INFO WAIT active send to complete -2013-12-03 10:43:31 program INFO WAIT active send to complete -2013-12-03 10:43:32 program INFO WAIT active send to complete -2013-12-03 10:43:32 program INFO WAIT active send to complete -2013-12-03 10:43:32 program INFO WAIT active send to complete -2013-12-03 10:43:32 program INFO WAIT active send to complete -2013-12-03 10:43:32 program INFO WAIT active send to complete -2013-12-03 10:43:33 program INFO WAIT active send to complete -2013-12-03 10:43:33 program INFO WAIT active send to complete -2013-12-03 10:43:33 program INFO WAIT active send to complete -2013-12-03 10:43:33 program INFO WAIT active send to complete -2013-12-03 10:43:33 program INFO WAIT active send to complete -2013-12-03 10:43:34 program INFO WAIT active send to complete -2013-12-03 10:43:34 program INFO WAIT active send to complete -2013-12-03 10:43:34 program INFO WAIT active send to complete -2013-12-03 10:43:34 program INFO WAIT active send to complete -2013-12-03 10:43:34 program INFO WAIT active send to complete -2013-12-03 10:43:35 program INFO WAIT active send to complete -2013-12-03 10:43:35 program INFO WAIT active send to complete -2013-12-03 10:43:35 program INFO WAIT active send to complete -2013-12-03 10:43:35 program INFO WAIT active send to complete -2013-12-03 10:43:36 program INFO WAIT active send to complete -2013-12-03 10:43:36 program INFO WAIT active send to complete -2013-12-03 10:43:36 program INFO WAIT active send to complete -2013-12-03 10:43:36 program INFO WAIT active send to complete -2013-12-03 10:43:36 program INFO WAIT active send to complete -2013-12-03 10:43:37 program INFO WAIT active send to complete -2013-12-03 10:43:37 program INFO WAIT active send to complete -2013-12-03 10:43:37 program INFO WAIT active send to complete -2013-12-03 10:43:37 program INFO WAIT active send to complete -2013-12-03 10:43:37 program INFO WAIT active send to complete -2013-12-03 10:43:38 program INFO WAIT active send to complete -2013-12-03 10:43:38 program INFO WAIT active send to complete -2013-12-03 10:43:38 program INFO WAIT active send to complete -2013-12-03 10:43:38 program INFO WAIT active send to complete -2013-12-03 10:43:38 program INFO WAIT active send to complete -2013-12-03 10:43:39 program INFO WAIT active send to complete -2013-12-03 10:43:39 program INFO WAIT active send to complete -2013-12-03 10:43:39 program INFO WAIT active send to complete -2013-12-03 10:43:39 program INFO WAIT active send to complete -2013-12-03 10:43:39 program INFO WAIT active send to complete -2013-12-03 10:43:40 program INFO WAIT active send to complete -2013-12-03 10:43:40 program INFO WAIT active send to complete -2013-12-03 10:43:40 program INFO WAIT active send to complete -2013-12-03 10:43:40 program INFO WAIT active send to complete -2013-12-03 10:43:40 program INFO WAIT active send to complete -2013-12-03 10:43:41 program INFO WAIT active send to complete -2013-12-03 10:43:41 program INFO WAIT active send to complete -2013-12-03 10:43:41 program INFO WAIT active send to complete -2013-12-03 10:43:41 program INFO WAIT active send to complete -2013-12-03 10:43:41 program INFO WAIT active send to complete -2013-12-03 10:43:42 program INFO WAIT active send to complete -2013-12-03 10:43:42 program INFO WAIT active send to complete -2013-12-03 10:43:42 program INFO WAIT active send to complete -2013-12-03 10:43:42 program INFO WAIT active send to complete -2013-12-03 10:43:43 program ERROR IOB offline -2013-12-03 10:43:52 queue INFO >>83 [133] -2013-12-03 10:43:54 queue INFO 87 [134] -2013-12-03 10:43:55 queue INFO >87 [135] -2013-12-03 10:43:57 queue INFO 83 [136] -2013-12-03 10:43:59 queue INFO >83 [137] -2013-12-03 10:44:35 program INFO IOB ONLINE! -2013-12-03 10:44:35 program INFO WAIT active send to complete -2013-12-03 10:44:35 program INFO WAIT active send to complete -2013-12-03 10:44:36 program INFO WAIT active send to complete -2013-12-03 10:44:36 program INFO WAIT active send to complete -2013-12-03 10:44:36 program INFO WAIT active send to complete -2013-12-03 10:44:36 program INFO WAIT active send to complete -2013-12-03 10:44:36 program INFO WAIT active send to complete -2013-12-03 10:44:36 program INFO WAIT active send to complete -2013-12-03 10:44:37 program INFO WAIT active send to complete -2013-12-03 10:44:37 program INFO WAIT active send to complete -2013-12-03 10:44:37 program INFO WAIT active send to complete -2013-12-03 10:44:37 program INFO WAIT active send to complete -2013-12-03 10:44:37 program INFO WAIT active send to complete -2013-12-03 10:44:38 program INFO WAIT active send to complete -2013-12-03 10:44:38 program INFO WAIT active send to complete -2013-12-03 10:44:38 program INFO WAIT active send to complete -2013-12-03 10:44:38 program INFO WAIT active send to complete -2013-12-03 10:44:38 program INFO WAIT active send to complete -2013-12-03 10:44:39 program INFO WAIT active send to complete -2013-12-03 10:44:39 program INFO WAIT active send to complete -2013-12-03 10:44:39 program INFO WAIT active send to complete -2013-12-03 10:44:39 program INFO WAIT active send to complete -2013-12-03 10:44:39 program INFO WAIT active send to complete -2013-12-03 10:44:40 program INFO WAIT active send to complete -2013-12-03 10:44:40 program INFO WAIT active send to complete -2013-12-03 10:44:40 program INFO WAIT active send to complete -2013-12-03 10:44:40 program INFO WAIT active send to complete -2013-12-03 10:44:40 program INFO WAIT active send to complete -2013-12-03 10:44:41 program INFO WAIT active send to complete -2013-12-03 10:44:41 program INFO WAIT active send to complete -2013-12-03 10:44:41 program INFO WAIT active send to complete -2013-12-03 10:44:41 program INFO WAIT active send to complete -2013-12-03 10:44:41 program INFO WAIT active send to complete -2013-12-03 10:44:42 program INFO WAIT active send to complete -2013-12-03 10:44:42 program INFO WAIT active send to complete -2013-12-03 10:44:42 program INFO WAIT active send to complete -2013-12-03 10:44:42 program INFO WAIT active send to complete -2013-12-03 10:44:42 program INFO WAIT active send to complete -2013-12-03 10:44:43 program INFO WAIT active send to complete -2013-12-03 10:44:43 program INFO WAIT active send to complete -2013-12-03 10:44:43 program INFO WAIT active send to complete -2013-12-03 10:44:43 program INFO WAIT active send to complete -2013-12-03 10:44:43 program INFO WAIT active send to complete -2013-12-03 10:44:44 program INFO WAIT active send to complete -2013-12-03 10:44:44 program INFO WAIT active send to complete -2013-12-03 10:44:44 program INFO WAIT active send to complete -2013-12-03 10:44:44 program INFO WAIT active send to complete -2013-12-03 10:44:45 program INFO WAIT active send to complete -2013-12-03 10:44:45 program INFO WAIT active send to complete -2013-12-03 10:44:45 program INFO WAIT active send to complete -2013-12-03 10:44:45 program INFO WAIT active send to complete -2013-12-03 10:44:45 program INFO WAIT active send to complete -2013-12-03 10:44:46 program INFO WAIT active send to complete -2013-12-03 10:44:46 program INFO WAIT active send to complete -2013-12-03 10:44:46 program INFO WAIT active send to complete -2013-12-03 10:44:46 program INFO WAIT active send to complete -2013-12-03 10:44:46 program INFO WAIT active send to complete -2013-12-03 10:44:47 program INFO WAIT active send to complete -2013-12-03 10:44:47 program INFO WAIT active send to complete -2013-12-03 10:44:47 program INFO WAIT active send to complete -2013-12-03 10:44:47 program INFO WAIT active send to complete -2013-12-03 10:44:47 program INFO WAIT active send to complete -2013-12-03 10:44:48 program INFO WAIT active send to complete -2013-12-03 10:44:48 program INFO WAIT active send to complete -2013-12-03 10:44:48 program INFO WAIT active send to complete -2013-12-03 10:44:48 program INFO WAIT active send to complete -2013-12-03 10:44:48 program INFO WAIT active send to complete -2013-12-03 10:44:49 queue INFO >>83 [138] -2013-12-03 10:44:49 program INFO WAIT active send to complete -2013-12-03 10:44:49 program INFO WAIT active send to complete -2013-12-03 10:44:49 program INFO WAIT active send to complete -2013-12-03 10:44:49 program INFO WAIT active send to complete -2013-12-03 10:44:49 program INFO WAIT active send to complete -2013-12-03 10:44:50 program INFO WAIT active send to complete -2013-12-03 10:44:50 program INFO WAIT active send to complete -2013-12-03 10:44:50 program INFO WAIT active send to complete -2013-12-03 10:44:50 program INFO WAIT active send to complete -2013-12-03 10:44:50 program INFO WAIT active send to complete -2013-12-03 10:44:51 program INFO WAIT active send to complete -2013-12-03 10:44:51 program INFO WAIT active send to complete -2013-12-03 10:44:51 program INFO WAIT active send to complete -2013-12-03 10:44:51 program INFO WAIT active send to complete -2013-12-03 10:44:52 program INFO WAIT active send to complete -2013-12-03 10:44:52 program INFO WAIT active send to complete -2013-12-03 10:44:52 program INFO WAIT active send to complete -2013-12-03 10:44:52 program INFO WAIT active send to complete -2013-12-03 10:44:52 program INFO WAIT active send to complete -2013-12-03 10:44:53 program INFO WAIT active send to complete -2013-12-03 10:44:53 program INFO WAIT active send to complete -2013-12-03 10:44:53 program INFO WAIT active send to complete -2013-12-03 10:44:53 program INFO WAIT active send to complete -2013-12-03 10:44:53 program INFO WAIT active send to complete -2013-12-03 10:44:54 program INFO WAIT active send to complete -2013-12-03 10:44:54 program INFO WAIT active send to complete -2013-12-03 10:44:54 program INFO WAIT active send to complete -2013-12-03 10:44:54 program INFO WAIT active send to complete -2013-12-03 10:44:54 program INFO WAIT active send to complete -2013-12-03 10:44:55 program INFO WAIT active send to complete -2013-12-03 10:44:55 program INFO WAIT active send to complete -2013-12-03 10:44:55 program INFO WAIT active send to complete -2013-12-03 10:44:55 program INFO WAIT active send to complete -2013-12-03 10:44:55 program ERROR IOB offline -2013-12-03 10:44:56 program INFO IOB ONLINE! -2013-12-03 10:44:56 program INFO WAIT active send to complete -2013-12-03 10:44:56 program INFO WAIT active send to complete -2013-12-03 10:44:56 program INFO WAIT active send to complete -2013-12-03 10:44:56 program INFO WAIT active send to complete -2013-12-03 10:44:56 program INFO WAIT active send to complete -2013-12-03 10:44:57 program INFO WAIT active send to complete -2013-12-03 10:44:57 program INFO WAIT active send to complete -2013-12-03 10:44:57 program INFO WAIT active send to complete -2013-12-03 10:44:57 program INFO WAIT active send to complete -2013-12-03 10:44:57 program INFO WAIT active send to complete -2013-12-03 10:44:58 program INFO WAIT active send to complete -2013-12-03 10:44:58 program ERROR IOB offline -2013-12-03 10:44:58 program INFO IOB ONLINE! -2013-12-03 10:44:58 program INFO WAIT active send to complete -2013-12-03 10:44:58 program INFO WAIT active send to complete -2013-12-03 10:44:59 program INFO WAIT active send to complete -2013-12-03 10:44:59 program ERROR IOB offline -2013-12-03 10:44:59 program INFO IOB ONLINE! -2013-12-03 10:44:59 program INFO WAIT active send to complete -2013-12-03 10:44:59 program INFO WAIT active send to complete -2013-12-03 10:44:59 program INFO WAIT active send to complete -2013-12-03 10:45:00 program INFO WAIT active send to complete -2013-12-03 10:45:00 program INFO WAIT active send to complete -2013-12-03 10:45:00 program INFO WAIT active send to complete -2013-12-03 10:45:00 program INFO WAIT active send to complete -2013-12-03 10:45:00 program INFO WAIT active send to complete -2013-12-03 10:45:01 program INFO WAIT active send to complete -2013-12-03 10:45:01 program INFO WAIT active send to complete -2013-12-03 10:45:01 program INFO WAIT active send to complete -2013-12-03 10:45:01 program INFO WAIT active send to complete -2013-12-03 10:45:01 program INFO WAIT active send to complete -2013-12-03 10:45:02 program INFO WAIT active send to complete -2013-12-03 10:45:02 program INFO WAIT active send to complete -2013-12-03 10:45:02 program INFO WAIT active send to complete -2013-12-03 10:45:02 program INFO WAIT active send to complete -2013-12-03 10:45:02 program INFO WAIT active send to complete -2013-12-03 10:45:03 program INFO WAIT active send to complete -2013-12-03 10:45:03 program INFO WAIT active send to complete -2013-12-03 10:45:03 program INFO WAIT active send to complete -2013-12-03 10:45:03 program INFO WAIT active send to complete -2013-12-03 10:45:03 program INFO WAIT active send to complete -2013-12-03 10:45:04 program INFO WAIT active send to complete -2013-12-03 10:45:04 program INFO WAIT active send to complete -2013-12-03 10:45:04 program INFO WAIT active send to complete -2013-12-03 10:45:04 program INFO WAIT active send to complete -2013-12-03 10:45:04 program INFO WAIT active send to complete -2013-12-03 10:45:05 program INFO WAIT active send to complete -2013-12-03 10:45:05 program INFO WAIT active send to complete -2013-12-03 10:45:05 program INFO WAIT active send to complete -2013-12-03 10:45:05 program INFO WAIT active send to complete -2013-12-03 10:45:06 program INFO WAIT active send to complete -2013-12-03 10:45:06 program INFO WAIT active send to complete -2013-12-03 10:45:06 program INFO WAIT active send to complete -2013-12-03 10:45:06 program INFO WAIT active send to complete -2013-12-03 10:45:06 program INFO WAIT active send to complete -2013-12-03 10:45:07 program INFO WAIT active send to complete -2013-12-03 10:45:07 program INFO WAIT active send to complete -2013-12-03 10:45:07 program INFO WAIT active send to complete -2013-12-03 10:45:07 program INFO WAIT active send to complete -2013-12-03 10:45:07 program INFO WAIT active send to complete -2013-12-03 10:45:08 program INFO WAIT active send to complete -2013-12-03 10:45:08 program INFO WAIT active send to complete -2013-12-03 10:45:08 program INFO WAIT active send to complete -2013-12-03 10:45:08 program INFO WAIT active send to complete -2013-12-03 10:45:08 program INFO WAIT active send to complete -2013-12-03 10:45:09 program INFO WAIT active send to complete -2013-12-03 10:45:09 program INFO WAIT active send to complete -2013-12-03 10:45:09 program INFO WAIT active send to complete -2013-12-03 10:45:09 program INFO WAIT active send to complete -2013-12-03 10:45:09 program INFO WAIT active send to complete -2013-12-03 10:45:10 program INFO WAIT active send to complete -2013-12-03 10:45:10 program INFO WAIT active send to complete -2013-12-03 10:45:10 program INFO WAIT active send to complete -2013-12-03 10:45:10 program INFO WAIT active send to complete -2013-12-03 10:45:10 program INFO WAIT active send to complete -2013-12-03 10:45:11 program INFO WAIT active send to complete -2013-12-03 10:45:11 program INFO WAIT active send to complete -2013-12-03 10:45:11 program INFO WAIT active send to complete -2013-12-03 10:45:11 program INFO WAIT active send to complete -2013-12-03 10:45:11 program INFO WAIT active send to complete -2013-12-03 10:45:12 program INFO WAIT active send to complete -2013-12-03 10:45:12 program INFO WAIT active send to complete -2013-12-03 10:45:12 program INFO WAIT active send to complete -2013-12-03 10:45:12 program INFO WAIT active send to complete -2013-12-03 10:45:12 program INFO WAIT active send to complete -2013-12-03 10:45:13 program ERROR IOB offline -2013-12-03 10:45:39 queue INFO >>83 [139] -2013-12-03 10:45:43 program INFO IOB ONLINE! -2013-12-03 10:45:43 program INFO WAIT active send to complete -2013-12-03 10:45:43 program INFO WAIT active send to complete -2013-12-03 10:45:43 program INFO WAIT active send to complete -2013-12-03 10:45:43 program INFO WAIT active send to complete -2013-12-03 10:45:44 program INFO WAIT active send to complete -2013-12-03 10:45:44 program INFO WAIT active send to complete -2013-12-03 10:45:44 program INFO WAIT active send to complete -2013-12-03 10:45:44 program INFO WAIT active send to complete -2013-12-03 10:45:44 program INFO WAIT active send to complete -2013-12-03 10:45:45 program INFO WAIT active send to complete -2013-12-03 10:45:45 program INFO WAIT active send to complete -2013-12-03 10:45:45 program INFO WAIT active send to complete -2013-12-03 10:45:45 program INFO WAIT active send to complete -2013-12-03 10:45:45 program INFO WAIT active send to complete -2013-12-03 10:45:46 program INFO WAIT active send to complete -2013-12-03 10:45:46 program INFO WAIT active send to complete -2013-12-03 10:45:46 program INFO WAIT active send to complete -2013-12-03 10:45:46 program INFO WAIT active send to complete -2013-12-03 10:45:46 program INFO WAIT active send to complete -2013-12-03 10:45:47 program INFO WAIT active send to complete -2013-12-03 10:45:47 program INFO WAIT active send to complete -2013-12-03 10:45:47 program INFO WAIT active send to complete -2013-12-03 10:45:47 program INFO WAIT active send to complete -2013-12-03 10:45:47 program INFO WAIT active send to complete -2013-12-03 10:45:48 program INFO WAIT active send to complete -2013-12-03 10:45:48 program INFO WAIT active send to complete -2013-12-03 10:45:48 program INFO WAIT active send to complete -2013-12-03 10:45:48 program INFO WAIT active send to complete -2013-12-03 10:45:49 program INFO WAIT active send to complete -2013-12-03 10:45:49 program ERROR IOB offline -2013-12-03 10:45:49 program INFO IOB ONLINE! -2013-12-03 10:45:49 program INFO WAIT active send to complete -2013-12-03 10:45:49 program INFO WAIT active send to complete -2013-12-03 10:45:49 program INFO WAIT active send to complete -2013-12-03 10:45:50 program INFO WAIT active send to complete -2013-12-03 10:45:50 program INFO WAIT active send to complete -2013-12-03 10:45:50 program INFO WAIT active send to complete -2013-12-03 10:45:50 program INFO WAIT active send to complete -2013-12-03 10:45:50 program INFO WAIT active send to complete -2013-12-03 10:45:51 program INFO WAIT active send to complete -2013-12-03 10:45:51 program INFO WAIT active send to complete -2013-12-03 10:45:51 program INFO WAIT active send to complete -2013-12-03 10:45:51 program INFO WAIT active send to complete -2013-12-03 10:45:51 program INFO WAIT active send to complete -2013-12-03 10:45:52 program INFO WAIT active send to complete -2013-12-03 10:45:52 program INFO WAIT active send to complete -2013-12-03 10:45:52 program INFO WAIT active send to complete -2013-12-03 10:45:52 program INFO WAIT active send to complete -2013-12-03 10:45:52 program INFO WAIT active send to complete -2013-12-03 10:45:53 program INFO WAIT active send to complete -2013-12-03 10:45:53 program INFO WAIT active send to complete -2013-12-03 10:45:53 program INFO WAIT active send to complete -2013-12-03 10:45:53 program INFO WAIT active send to complete -2013-12-03 10:45:53 program INFO WAIT active send to complete -2013-12-03 10:45:54 program INFO WAIT active send to complete -2013-12-03 10:45:54 program INFO WAIT active send to complete -2013-12-03 10:45:54 program INFO WAIT active send to complete -2013-12-03 10:45:54 program INFO WAIT active send to complete -2013-12-03 10:45:54 program INFO WAIT active send to complete -2013-12-03 10:45:55 program INFO WAIT active send to complete -2013-12-03 10:45:55 program INFO WAIT active send to complete -2013-12-03 10:45:55 program INFO WAIT active send to complete -2013-12-03 10:45:55 program INFO WAIT active send to complete -2013-12-03 10:45:55 program INFO WAIT active send to complete -2013-12-03 10:45:56 program INFO WAIT active send to complete -2013-12-03 10:45:56 program INFO WAIT active send to complete -2013-12-03 10:45:56 program INFO WAIT active send to complete -2013-12-03 10:45:56 program INFO WAIT active send to complete -2013-12-03 10:45:57 program INFO WAIT active send to complete -2013-12-03 10:45:57 program INFO WAIT active send to complete -2013-12-03 10:45:57 program INFO WAIT active send to complete -2013-12-03 10:45:57 program INFO WAIT active send to complete -2013-12-03 10:45:58 program INFO WAIT active send to complete -2013-12-03 10:45:58 program INFO WAIT active send to complete -2013-12-03 10:45:58 program INFO WAIT active send to complete -2013-12-03 10:45:58 program INFO WAIT active send to complete -2013-12-03 10:45:58 program INFO WAIT active send to complete -2013-12-03 10:45:58 program INFO WAIT active send to complete -2013-12-03 10:45:59 program INFO WAIT active send to complete -2013-12-03 10:45:59 program INFO WAIT active send to complete -2013-12-03 10:45:59 program ERROR IOB offline -2013-12-03 10:45:59 program INFO IOB ONLINE! -2013-12-03 10:45:59 program INFO WAIT active send to complete -2013-12-03 10:45:59 program INFO WAIT active send to complete -2013-12-03 10:46:00 program INFO WAIT active send to complete -2013-12-03 10:46:00 program ERROR IOB offline -2013-12-03 10:46:00 program INFO IOB ONLINE! -2013-12-03 10:46:00 program INFO WAIT active send to complete -2013-12-03 10:46:00 program INFO WAIT active send to complete -2013-12-03 10:46:00 program INFO WAIT active send to complete -2013-12-03 10:46:01 program INFO WAIT active send to complete -2013-12-03 10:46:01 program INFO WAIT active send to complete -2013-12-03 10:46:01 program INFO WAIT active send to complete -2013-12-03 10:46:01 program INFO WAIT active send to complete -2013-12-03 10:46:01 program INFO WAIT active send to complete -2013-12-03 10:46:02 program INFO WAIT active send to complete -2013-12-03 10:46:02 program INFO WAIT active send to complete -2013-12-03 10:46:02 program INFO WAIT active send to complete -2013-12-03 10:46:02 program INFO WAIT active send to complete -2013-12-03 10:46:03 program ERROR IOB offline -2013-12-03 10:46:03 program INFO IOB ONLINE! -2013-12-03 10:46:03 program INFO WAIT active send to complete -2013-12-03 10:46:03 program INFO WAIT active send to complete -2013-12-03 10:46:03 program ERROR IOB offline -2013-12-03 10:46:03 program INFO IOB ONLINE! -2013-12-03 10:46:03 program INFO WAIT active send to complete -2013-12-03 10:46:04 program INFO WAIT active send to complete -2013-12-03 10:46:04 program INFO WAIT active send to complete -2013-12-03 10:46:04 program INFO WAIT active send to complete -2013-12-03 10:46:04 program INFO WAIT active send to complete -2013-12-03 10:46:04 program INFO WAIT active send to complete -2013-12-03 10:46:05 program INFO WAIT active send to complete -2013-12-03 10:46:05 program INFO WAIT active send to complete -2013-12-03 10:46:05 program INFO WAIT active send to complete -2013-12-03 10:46:05 program INFO WAIT active send to complete -2013-12-03 10:46:05 program INFO WAIT active send to complete -2013-12-03 10:46:06 program INFO WAIT active send to complete -2013-12-03 10:46:06 program INFO WAIT active send to complete -2013-12-03 10:46:06 program INFO WAIT active send to complete -2013-12-03 10:46:06 program INFO WAIT active send to complete -2013-12-03 10:46:06 program INFO WAIT active send to complete -2013-12-03 10:46:07 program INFO WAIT active send to complete -2013-12-03 10:46:07 program INFO WAIT active send to complete -2013-12-03 10:46:07 program INFO WAIT active send to complete -2013-12-03 10:46:07 program INFO WAIT active send to complete -2013-12-03 10:46:07 program INFO WAIT active send to complete -2013-12-03 10:46:08 program INFO WAIT active send to complete -2013-12-03 10:46:08 program INFO WAIT active send to complete -2013-12-03 10:46:08 program INFO WAIT active send to complete -2013-12-03 10:46:08 program INFO WAIT active send to complete -2013-12-03 10:46:08 program INFO WAIT active send to complete -2013-12-03 10:46:09 program INFO WAIT active send to complete -2013-12-03 10:46:09 program INFO WAIT active send to complete -2013-12-03 10:46:09 program INFO WAIT active send to complete -2013-12-03 10:46:09 program INFO WAIT active send to complete -2013-12-03 10:46:10 program INFO WAIT active send to complete -2013-12-03 10:46:10 program INFO WAIT active send to complete -2013-12-03 10:46:10 program INFO WAIT active send to complete -2013-12-03 10:46:10 program INFO WAIT active send to complete -2013-12-03 10:46:10 program INFO WAIT active send to complete -2013-12-03 10:46:11 program INFO WAIT active send to complete -2013-12-03 10:46:11 program INFO WAIT active send to complete -2013-12-03 10:46:11 program INFO WAIT active send to complete -2013-12-03 10:46:11 program INFO WAIT active send to complete -2013-12-03 10:46:11 program INFO WAIT active send to complete -2013-12-03 10:46:12 program ERROR IOB offline -2013-12-03 10:46:12 program INFO IOB ONLINE! -2013-12-03 10:46:12 program INFO WAIT active send to complete -2013-12-03 10:46:12 program INFO WAIT active send to complete -2013-12-03 10:46:12 program ERROR IOB offline -2013-12-03 10:46:13 program INFO IOB ONLINE! -2013-12-03 10:46:13 program INFO WAIT active send to complete -2013-12-03 10:46:13 program INFO WAIT active send to complete -2013-12-03 10:46:13 program INFO WAIT active send to complete -2013-12-03 10:46:13 program INFO WAIT active send to complete -2013-12-03 10:46:13 program INFO WAIT active send to complete -2013-12-03 10:46:14 program INFO WAIT active send to complete -2013-12-03 10:46:14 program INFO WAIT active send to complete -2013-12-03 10:46:14 program INFO WAIT active send to complete -2013-12-03 10:46:14 program INFO WAIT active send to complete -2013-12-03 10:46:14 program INFO WAIT active send to complete -2013-12-03 10:46:15 program INFO WAIT active send to complete -2013-12-03 10:46:15 program INFO WAIT active send to complete -2013-12-03 10:46:15 program INFO WAIT active send to complete -2013-12-03 10:46:15 program INFO WAIT active send to complete -2013-12-03 10:46:15 program INFO WAIT active send to complete -2013-12-03 10:46:16 program INFO WAIT active send to complete -2013-12-03 10:46:16 program INFO WAIT active send to complete -2013-12-03 10:46:16 program INFO WAIT active send to complete -2013-12-03 10:46:16 program INFO WAIT active send to complete -2013-12-03 10:46:17 program INFO WAIT active send to complete -2013-12-03 10:46:17 program INFO WAIT active send to complete -2013-12-03 10:46:17 program INFO WAIT active send to complete -2013-12-03 10:46:17 program INFO WAIT active send to complete -2013-12-03 10:46:17 program INFO WAIT active send to complete -2013-12-03 10:46:18 program INFO WAIT active send to complete -2013-12-03 10:46:18 program INFO WAIT active send to complete -2013-12-03 10:46:18 program INFO WAIT active send to complete -2013-12-03 10:46:18 program INFO WAIT active send to complete -2013-12-03 10:46:18 program INFO WAIT active send to complete -2013-12-03 10:46:19 program INFO WAIT active send to complete -2013-12-03 10:46:19 program INFO WAIT active send to complete -2013-12-03 10:46:19 program INFO WAIT active send to complete -2013-12-03 10:46:19 program INFO WAIT active send to complete -2013-12-03 10:46:19 program INFO WAIT active send to complete -2013-12-03 10:46:20 program INFO WAIT active send to complete -2013-12-03 10:46:20 program INFO WAIT active send to complete -2013-12-03 10:46:20 program INFO WAIT active send to complete -2013-12-03 10:46:20 program INFO WAIT active send to complete -2013-12-03 10:46:20 program INFO WAIT active send to complete -2013-12-03 10:46:21 program INFO WAIT active send to complete -2013-12-03 10:46:21 program INFO WAIT active send to complete -2013-12-03 10:46:21 program INFO WAIT active send to complete -2013-12-03 10:46:21 program INFO WAIT active send to complete -2013-12-03 10:46:21 program INFO WAIT active send to complete -2013-12-03 10:46:22 program INFO WAIT active send to complete -2013-12-03 10:46:22 program INFO WAIT active send to complete -2013-12-03 10:46:22 program INFO WAIT active send to complete -2013-12-03 10:46:22 program INFO WAIT active send to complete -2013-12-03 10:46:22 program INFO WAIT active send to complete -2013-12-03 10:46:23 program INFO WAIT active send to complete -2013-12-03 10:46:23 program INFO WAIT active send to complete -2013-12-03 10:46:23 program INFO WAIT active send to complete -2013-12-03 10:46:23 program INFO WAIT active send to complete -2013-12-03 10:46:24 program INFO WAIT active send to complete -2013-12-03 10:46:24 program INFO WAIT active send to complete -2013-12-03 10:46:24 program INFO WAIT active send to complete -2013-12-03 10:46:24 program INFO WAIT active send to complete -2013-12-03 10:46:24 program INFO WAIT active send to complete -2013-12-03 10:46:25 program INFO WAIT active send to complete -2013-12-03 10:46:25 program INFO WAIT active send to complete -2013-12-03 10:46:25 program INFO WAIT active send to complete -2013-12-03 10:46:25 program INFO WAIT active send to complete -2013-12-03 10:46:25 program INFO WAIT active send to complete -2013-12-03 10:46:26 program INFO WAIT active send to complete -2013-12-03 10:46:26 program INFO WAIT active send to complete -2013-12-03 10:46:26 program INFO WAIT active send to complete -2013-12-03 10:46:26 program INFO WAIT active send to complete -2013-12-03 10:46:26 program INFO WAIT active send to complete -2013-12-03 10:46:27 program INFO WAIT active send to complete -2013-12-03 10:46:27 program INFO WAIT active send to complete -2013-12-03 10:46:27 program INFO WAIT active send to complete -2013-12-03 10:46:27 program INFO WAIT active send to complete -2013-12-03 10:46:27 program INFO WAIT active send to complete -2013-12-03 10:46:28 program INFO WAIT active send to complete -2013-12-03 10:46:28 program INFO WAIT active send to complete -2013-12-03 10:46:28 program INFO WAIT active send to complete -2013-12-03 10:46:28 program INFO WAIT active send to complete -2013-12-03 10:46:28 program INFO WAIT active send to complete -2013-12-03 10:46:29 program INFO WAIT active send to complete -2013-12-03 10:46:29 program INFO WAIT active send to complete -2013-12-03 10:46:29 queue INFO >>83 [140] -2013-12-03 10:46:29 program INFO WAIT active send to complete -2013-12-03 10:46:29 program INFO WAIT active send to complete -2013-12-03 10:46:29 program INFO WAIT active send to complete -2013-12-03 10:46:30 program INFO WAIT active send to complete -2013-12-03 10:46:30 program INFO WAIT active send to complete -2013-12-03 10:46:30 program INFO WAIT active send to complete -2013-12-03 10:46:30 program INFO WAIT active send to complete -2013-12-03 10:46:31 program INFO WAIT active send to complete -2013-12-03 10:46:31 program INFO WAIT active send to complete -2013-12-03 10:46:31 program INFO WAIT active send to complete -2013-12-03 10:46:31 program INFO WAIT active send to complete -2013-12-03 10:46:31 program INFO WAIT active send to complete -2013-12-03 10:46:32 program INFO WAIT active send to complete -2013-12-03 10:46:32 program INFO WAIT active send to complete -2013-12-03 10:46:32 program INFO WAIT active send to complete -2013-12-03 10:46:32 program INFO WAIT active send to complete -2013-12-03 10:46:32 program INFO WAIT active send to complete -2013-12-03 10:46:33 program INFO WAIT active send to complete -2013-12-03 10:46:33 program INFO WAIT active send to complete -2013-12-03 10:46:33 program INFO WAIT active send to complete -2013-12-03 10:46:33 program ERROR IOB offline -2013-12-03 10:47:03 program INFO IOB ONLINE! -2013-12-03 10:47:03 program INFO WAIT active send to complete -2013-12-03 10:47:03 program INFO WAIT active send to complete -2013-12-03 10:47:04 program INFO WAIT active send to complete -2013-12-03 10:47:04 program INFO WAIT active send to complete -2013-12-03 10:47:04 program INFO WAIT active send to complete -2013-12-03 10:47:04 program INFO WAIT active send to complete -2013-12-03 10:47:04 program INFO WAIT active send to complete -2013-12-03 10:47:05 program INFO WAIT active send to complete -2013-12-03 10:47:05 program INFO WAIT active send to complete -2013-12-03 10:47:05 program INFO WAIT active send to complete -2013-12-03 10:47:05 program INFO WAIT active send to complete -2013-12-03 10:47:06 program INFO WAIT active send to complete -2013-12-03 10:47:06 program ERROR IOB offline -2013-12-03 10:47:19 program INFO IOB ONLINE! -2013-12-03 10:47:19 program INFO WAIT active send to complete -2013-12-03 10:47:19 program INFO IOB ONLINE! -2013-12-03 10:47:19 program INFO WAIT active send to complete -2013-12-03 10:47:19 program ERROR IOB offline -2013-12-03 10:47:19 queue INFO >>83 [141] -2013-12-03 10:47:36 program INFO IOB ONLINE! -2013-12-03 10:47:36 program INFO WAIT active send to complete -2013-12-03 10:47:36 program ERROR IOB offline -2013-12-03 10:47:49 program INFO IOB ONLINE! -2013-12-03 10:47:49 program INFO WAIT active send to complete -2013-12-03 10:47:49 program INFO WAIT active send to complete -2013-12-03 10:47:49 program INFO WAIT active send to complete -2013-12-03 10:47:50 program INFO WAIT active send to complete -2013-12-03 10:47:50 program INFO WAIT active send to complete -2013-12-03 10:47:50 program INFO WAIT active send to complete -2013-12-03 10:47:50 program INFO WAIT active send to complete -2013-12-03 10:47:50 program INFO WAIT active send to complete -2013-12-03 10:47:51 program INFO WAIT active send to complete -2013-12-03 10:47:51 program INFO WAIT active send to complete -2013-12-03 10:47:51 program INFO WAIT active send to complete -2013-12-03 10:47:51 program INFO WAIT active send to complete -2013-12-03 10:47:51 program INFO WAIT active send to complete -2013-12-03 10:47:52 program INFO WAIT active send to complete -2013-12-03 10:47:52 program INFO WAIT active send to complete -2013-12-03 10:47:52 program INFO WAIT active send to complete -2013-12-03 10:47:52 program INFO WAIT active send to complete -2013-12-03 10:47:52 program INFO WAIT active send to complete -2013-12-03 10:47:53 program INFO WAIT active send to complete -2013-12-03 10:47:53 program INFO WAIT active send to complete -2013-12-03 10:47:53 program INFO WAIT active send to complete -2013-12-03 10:47:53 program INFO WAIT active send to complete -2013-12-03 10:47:53 program INFO WAIT active send to complete -2013-12-03 10:47:54 program INFO WAIT active send to complete -2013-12-03 10:47:54 program INFO WAIT active send to complete -2013-12-03 10:47:54 program INFO WAIT active send to complete -2013-12-03 10:47:54 program INFO WAIT active send to complete -2013-12-03 10:47:54 program INFO WAIT active send to complete -2013-12-03 10:47:55 program INFO WAIT active send to complete -2013-12-03 10:47:55 program INFO WAIT active send to complete -2013-12-03 10:47:55 program INFO WAIT active send to complete -2013-12-03 10:47:55 program INFO WAIT active send to complete -2013-12-03 10:47:55 program INFO WAIT active send to complete -2013-12-03 10:47:56 program INFO WAIT active send to complete -2013-12-03 10:47:56 program INFO WAIT active send to complete -2013-12-03 10:47:56 program INFO WAIT active send to complete -2013-12-03 10:47:56 program INFO WAIT active send to complete -2013-12-03 10:47:57 program INFO WAIT active send to complete -2013-12-03 10:47:57 program INFO WAIT active send to complete -2013-12-03 10:47:57 program INFO WAIT active send to complete -2013-12-03 10:47:57 program INFO WAIT active send to complete -2013-12-03 10:47:57 program INFO WAIT active send to complete -2013-12-03 10:47:58 program INFO WAIT active send to complete -2013-12-03 10:47:58 program INFO WAIT active send to complete -2013-12-03 10:47:58 program INFO WAIT active send to complete -2013-12-03 10:47:58 program INFO WAIT active send to complete -2013-12-03 10:47:58 program INFO WAIT active send to complete -2013-12-03 10:47:59 program INFO WAIT active send to complete -2013-12-03 10:47:59 program INFO WAIT active send to complete -2013-12-03 10:47:59 program INFO WAIT active send to complete -2013-12-03 10:47:59 program INFO WAIT active send to complete -2013-12-03 10:47:59 program INFO WAIT active send to complete -2013-12-03 10:48:00 program INFO WAIT active send to complete -2013-12-03 10:48:00 program INFO WAIT active send to complete -2013-12-03 10:48:00 program INFO WAIT active send to complete -2013-12-03 10:48:00 program INFO WAIT active send to complete -2013-12-03 10:48:00 program INFO WAIT active send to complete -2013-12-03 10:48:01 program INFO WAIT active send to complete -2013-12-03 10:48:01 program INFO WAIT active send to complete -2013-12-03 10:48:01 program INFO WAIT active send to complete -2013-12-03 10:48:01 program INFO WAIT active send to complete -2013-12-03 10:48:02 program INFO WAIT active send to complete -2013-12-03 10:48:02 program INFO WAIT active send to complete -2013-12-03 10:48:02 program INFO WAIT active send to complete -2013-12-03 10:48:02 program INFO WAIT active send to complete -2013-12-03 10:48:02 program INFO WAIT active send to complete -2013-12-03 10:48:03 program INFO WAIT active send to complete -2013-12-03 10:48:03 program INFO WAIT active send to complete -2013-12-03 10:48:03 program INFO WAIT active send to complete -2013-12-03 10:48:03 program INFO WAIT active send to complete -2013-12-03 10:48:03 program INFO WAIT active send to complete -2013-12-03 10:48:04 program INFO WAIT active send to complete -2013-12-03 10:48:04 program INFO WAIT active send to complete -2013-12-03 10:48:04 program INFO WAIT active send to complete -2013-12-03 10:48:04 program INFO WAIT active send to complete -2013-12-03 10:48:04 program INFO WAIT active send to complete -2013-12-03 10:48:05 program INFO WAIT active send to complete -2013-12-03 10:48:05 program INFO WAIT active send to complete -2013-12-03 10:48:05 program INFO WAIT active send to complete -2013-12-03 10:48:05 program INFO WAIT active send to complete -2013-12-03 10:48:05 program INFO WAIT active send to complete -2013-12-03 10:48:06 program INFO WAIT active send to complete -2013-12-03 10:48:06 program INFO WAIT active send to complete -2013-12-03 10:48:06 program INFO WAIT active send to complete -2013-12-03 10:48:06 program INFO WAIT active send to complete -2013-12-03 10:48:06 program INFO WAIT active send to complete -2013-12-03 10:48:07 program INFO WAIT active send to complete -2013-12-03 10:48:07 program INFO WAIT active send to complete -2013-12-03 10:48:07 program INFO WAIT active send to complete -2013-12-03 10:48:07 program INFO WAIT active send to complete -2013-12-03 10:48:07 program INFO WAIT active send to complete -2013-12-03 10:48:08 program INFO WAIT active send to complete -2013-12-03 10:48:08 program INFO WAIT active send to complete -2013-12-03 10:48:08 program INFO WAIT active send to complete -2013-12-03 10:48:08 program INFO WAIT active send to complete -2013-12-03 10:48:08 program INFO WAIT active send to complete -2013-12-03 10:48:09 program INFO WAIT active send to complete -2013-12-03 10:48:09 program INFO WAIT active send to complete -2013-12-03 10:48:09 program INFO WAIT active send to complete -2013-12-03 10:48:09 queue INFO >>83 [142] -2013-12-03 10:48:09 program INFO WAIT active send to complete -2013-12-03 10:48:09 program INFO WAIT active send to complete -2013-12-03 10:48:10 program INFO WAIT active send to complete -2013-12-03 10:48:10 program INFO WAIT active send to complete -2013-12-03 10:48:10 program INFO WAIT active send to complete -2013-12-03 10:48:10 program INFO WAIT active send to complete -2013-12-03 10:48:11 program INFO WAIT active send to complete -2013-12-03 10:48:11 program INFO WAIT active send to complete -2013-12-03 10:48:11 program INFO WAIT active send to complete -2013-12-03 10:48:11 program INFO WAIT active send to complete -2013-12-03 10:48:11 program INFO WAIT active send to complete -2013-12-03 10:48:12 program INFO WAIT active send to complete -2013-12-03 10:48:12 program INFO WAIT active send to complete -2013-12-03 10:48:12 program INFO WAIT active send to complete -2013-12-03 10:48:12 program INFO WAIT active send to complete -2013-12-03 10:48:12 program INFO WAIT active send to complete -2013-12-03 10:48:13 program INFO WAIT active send to complete -2013-12-03 10:48:13 program INFO WAIT active send to complete -2013-12-03 10:48:13 program INFO WAIT active send to complete -2013-12-03 10:48:13 program INFO WAIT active send to complete -2013-12-03 10:48:13 program INFO WAIT active send to complete -2013-12-03 10:48:14 program INFO WAIT active send to complete -2013-12-03 10:48:14 program INFO WAIT active send to complete -2013-12-03 10:48:14 program INFO WAIT active send to complete -2013-12-03 10:48:14 program INFO WAIT active send to complete -2013-12-03 10:48:14 program INFO WAIT active send to complete -2013-12-03 10:48:15 program INFO WAIT active send to complete -2013-12-03 10:48:15 program INFO WAIT active send to complete -2013-12-03 10:48:15 program INFO WAIT active send to complete -2013-12-03 10:48:15 program INFO WAIT active send to complete -2013-12-03 10:48:15 program INFO WAIT active send to complete -2013-12-03 10:48:16 program INFO WAIT active send to complete -2013-12-03 10:48:16 program INFO WAIT active send to complete -2013-12-03 10:48:16 program INFO WAIT active send to complete -2013-12-03 10:48:16 program INFO WAIT active send to complete -2013-12-03 10:48:16 program INFO WAIT active send to complete -2013-12-03 10:48:17 program INFO WAIT active send to complete -2013-12-03 10:48:17 program INFO WAIT active send to complete -2013-12-03 10:48:17 program INFO WAIT active send to complete -2013-12-03 10:48:17 program INFO WAIT active send to complete -2013-12-03 10:48:18 program INFO WAIT active send to complete -2013-12-03 10:48:18 program INFO WAIT active send to complete -2013-12-03 10:48:18 program INFO WAIT active send to complete -2013-12-03 10:48:18 program INFO WAIT active send to complete -2013-12-03 10:48:18 program INFO WAIT active send to complete -2013-12-03 10:48:19 program INFO WAIT active send to complete -2013-12-03 10:48:19 program INFO WAIT active send to complete -2013-12-03 10:48:19 program INFO WAIT active send to complete -2013-12-03 10:48:19 program INFO WAIT active send to complete -2013-12-03 10:48:19 program INFO WAIT active send to complete -2013-12-03 10:48:20 program INFO WAIT active send to complete -2013-12-03 10:48:20 program INFO WAIT active send to complete -2013-12-03 10:48:20 program INFO WAIT active send to complete -2013-12-03 10:48:20 program INFO WAIT active send to complete -2013-12-03 10:48:20 program INFO WAIT active send to complete -2013-12-03 10:48:21 program INFO WAIT active send to complete -2013-12-03 10:48:21 program INFO WAIT active send to complete -2013-12-03 10:48:21 program INFO WAIT active send to complete -2013-12-03 10:48:21 program INFO WAIT active send to complete -2013-12-03 10:48:21 program INFO WAIT active send to complete -2013-12-03 10:48:22 program INFO WAIT active send to complete -2013-12-03 10:48:22 program INFO WAIT active send to complete -2013-12-03 10:48:22 program INFO WAIT active send to complete -2013-12-03 10:48:22 program INFO WAIT active send to complete -2013-12-03 10:48:22 program INFO WAIT active send to complete -2013-12-03 10:48:23 program INFO WAIT active send to complete -2013-12-03 10:48:23 program INFO WAIT active send to complete -2013-12-03 10:48:23 program INFO WAIT active send to complete -2013-12-03 10:48:23 program INFO WAIT active send to complete -2013-12-03 10:48:23 program INFO WAIT active send to complete -2013-12-03 10:48:24 program INFO WAIT active send to complete -2013-12-03 10:48:24 program INFO WAIT active send to complete -2013-12-03 10:48:24 program INFO WAIT active send to complete -2013-12-03 10:48:24 program INFO WAIT active send to complete -2013-12-03 10:48:25 program INFO WAIT active send to complete -2013-12-03 10:48:25 program INFO WAIT active send to complete -2013-12-03 10:48:25 program INFO WAIT active send to complete -2013-12-03 10:48:25 program INFO WAIT active send to complete -2013-12-03 10:48:25 program INFO WAIT active send to complete -2013-12-03 10:48:26 program INFO WAIT active send to complete -2013-12-03 10:48:26 program INFO WAIT active send to complete -2013-12-03 10:48:26 program INFO WAIT active send to complete -2013-12-03 10:48:26 program INFO WAIT active send to complete -2013-12-03 10:48:26 program INFO WAIT active send to complete -2013-12-03 10:48:27 program INFO WAIT active send to complete -2013-12-03 10:48:27 program INFO WAIT active send to complete -2013-12-03 10:48:27 program INFO WAIT active send to complete -2013-12-03 10:48:27 program INFO WAIT active send to complete -2013-12-03 10:48:27 program INFO WAIT active send to complete -2013-12-03 10:48:28 program INFO WAIT active send to complete -2013-12-03 10:48:28 program INFO WAIT active send to complete -2013-12-03 10:48:28 program INFO WAIT active send to complete -2013-12-03 10:48:28 program INFO WAIT active send to complete -2013-12-03 10:48:28 program INFO WAIT active send to complete -2013-12-03 10:48:29 program INFO WAIT active send to complete -2013-12-03 10:48:29 program INFO WAIT active send to complete -2013-12-03 10:48:30 program INFO WAIT active send to complete -2013-12-03 10:48:30 program INFO WAIT active send to complete -2013-12-03 10:48:30 program INFO WAIT active send to complete -2013-12-03 10:48:30 program INFO WAIT active send to complete -2013-12-03 10:48:30 program INFO WAIT active send to complete -2013-12-03 10:48:30 program INFO WAIT active send to complete -2013-12-03 10:48:30 program INFO WAIT active send to complete -2013-12-03 10:48:31 program INFO WAIT active send to complete -2013-12-03 10:48:31 program INFO WAIT active send to complete -2013-12-03 10:48:31 program INFO WAIT active send to complete -2013-12-03 10:48:31 program INFO WAIT active send to complete -2013-12-03 10:48:31 program INFO WAIT active send to complete -2013-12-03 10:48:32 program INFO WAIT active send to complete -2013-12-03 10:48:32 program INFO WAIT active send to complete -2013-12-03 10:48:32 program INFO WAIT active send to complete -2013-12-03 10:48:32 program INFO WAIT active send to complete -2013-12-03 10:48:32 program INFO WAIT active send to complete -2013-12-03 10:48:33 program INFO WAIT active send to complete -2013-12-03 10:48:33 program INFO WAIT active send to complete -2013-12-03 10:48:33 program INFO WAIT active send to complete -2013-12-03 10:48:33 program INFO WAIT active send to complete -2013-12-03 10:48:33 program INFO WAIT active send to complete -2013-12-03 10:48:34 program INFO WAIT active send to complete -2013-12-03 10:48:34 program INFO WAIT active send to complete -2013-12-03 10:48:34 program INFO WAIT active send to complete -2013-12-03 10:48:34 program INFO WAIT active send to complete -2013-12-03 10:48:34 program INFO WAIT active send to complete -2013-12-03 10:48:35 program INFO WAIT active send to complete -2013-12-03 10:48:35 program INFO WAIT active send to complete -2013-12-03 10:48:35 program INFO WAIT active send to complete -2013-12-03 10:48:35 program INFO WAIT active send to complete -2013-12-03 10:48:35 program INFO WAIT active send to complete -2013-12-03 10:48:36 program INFO WAIT active send to complete -2013-12-03 10:48:36 program INFO WAIT active send to complete -2013-12-03 10:48:36 program INFO WAIT active send to complete -2013-12-03 10:48:36 program INFO WAIT active send to complete -2013-12-03 10:48:37 program INFO WAIT active send to complete -2013-12-03 10:48:37 program INFO WAIT active send to complete -2013-12-03 10:48:37 program INFO WAIT active send to complete -2013-12-03 10:48:37 program INFO WAIT active send to complete -2013-12-03 10:48:37 program INFO WAIT active send to complete -2013-12-03 10:48:38 program INFO WAIT active send to complete -2013-12-03 10:48:38 program INFO WAIT active send to complete -2013-12-03 10:48:38 program INFO WAIT active send to complete -2013-12-03 10:48:38 program INFO WAIT active send to complete -2013-12-03 10:48:38 program INFO WAIT active send to complete -2013-12-03 10:48:39 program INFO WAIT active send to complete -2013-12-03 10:48:39 program INFO WAIT active send to complete -2013-12-03 10:48:39 program INFO WAIT active send to complete -2013-12-03 10:48:39 program INFO WAIT active send to complete -2013-12-03 10:48:39 program INFO WAIT active send to complete -2013-12-03 10:48:40 program INFO WAIT active send to complete -2013-12-03 10:48:40 program INFO WAIT active send to complete -2013-12-03 10:48:40 program INFO WAIT active send to complete -2013-12-03 10:48:41 program INFO WAIT active send to complete -2013-12-03 10:48:41 program INFO WAIT active send to complete -2013-12-03 10:48:41 program INFO WAIT active send to complete -2013-12-03 10:48:41 program INFO WAIT active send to complete -2013-12-03 10:48:41 program INFO WAIT active send to complete -2013-12-03 10:48:41 program INFO WAIT active send to complete -2013-12-03 10:48:41 program INFO WAIT active send to complete -2013-12-03 10:48:42 program INFO WAIT active send to complete -2013-12-03 10:48:42 program INFO WAIT active send to complete -2013-12-03 10:48:42 program INFO WAIT active send to complete -2013-12-03 10:48:42 program INFO WAIT active send to complete -2013-12-03 10:48:43 program INFO WAIT active send to complete -2013-12-03 10:48:43 program INFO WAIT active send to complete -2013-12-03 10:48:43 program INFO WAIT active send to complete -2013-12-03 10:48:43 program INFO WAIT active send to complete -2013-12-03 10:48:43 program INFO WAIT active send to complete -2013-12-03 10:48:44 program INFO WAIT active send to complete -2013-12-03 10:48:44 program INFO WAIT active send to complete -2013-12-03 10:48:44 program INFO WAIT active send to complete -2013-12-03 10:48:44 program INFO WAIT active send to complete -2013-12-03 10:48:44 program INFO WAIT active send to complete -2013-12-03 10:48:45 program INFO WAIT active send to complete -2013-12-03 10:48:45 program INFO WAIT active send to complete -2013-12-03 10:48:45 program INFO WAIT active send to complete -2013-12-03 10:48:45 program INFO WAIT active send to complete -2013-12-03 10:48:45 program INFO WAIT active send to complete -2013-12-03 10:48:46 program INFO WAIT active send to complete -2013-12-03 10:48:46 program INFO WAIT active send to complete -2013-12-03 10:48:46 program INFO WAIT active send to complete -2013-12-03 10:48:46 program INFO WAIT active send to complete -2013-12-03 10:48:46 program INFO WAIT active send to complete -2013-12-03 10:48:47 program INFO WAIT active send to complete -2013-12-03 10:48:47 program INFO WAIT active send to complete -2013-12-03 10:48:47 program INFO WAIT active send to complete -2013-12-03 10:48:47 program INFO WAIT active send to complete -2013-12-03 10:48:47 program INFO WAIT active send to complete -2013-12-03 10:48:48 program INFO WAIT active send to complete -2013-12-03 10:48:48 program INFO WAIT active send to complete -2013-12-03 10:48:48 program INFO WAIT active send to complete -2013-12-03 10:48:48 program INFO WAIT active send to complete -2013-12-03 10:48:48 program INFO WAIT active send to complete -2013-12-03 10:48:49 program INFO WAIT active send to complete -2013-12-03 10:48:49 program INFO WAIT active send to complete -2013-12-03 10:48:49 program INFO WAIT active send to complete -2013-12-03 10:48:49 program INFO WAIT active send to complete -2013-12-03 10:48:49 program INFO WAIT active send to complete -2013-12-03 10:48:50 program INFO WAIT active send to complete -2013-12-03 10:48:50 program INFO WAIT active send to complete -2013-12-03 10:48:50 program INFO WAIT active send to complete -2013-12-03 10:48:50 program INFO WAIT active send to complete -2013-12-03 10:48:51 program INFO WAIT active send to complete -2013-12-03 10:48:51 program INFO WAIT active send to complete -2013-12-03 10:48:51 program INFO WAIT active send to complete -2013-12-03 10:48:51 program INFO WAIT active send to complete -2013-12-03 10:48:51 program INFO WAIT active send to complete -2013-12-03 10:48:52 program INFO WAIT active send to complete -2013-12-03 10:48:52 program INFO WAIT active send to complete -2013-12-03 10:48:52 program INFO WAIT active send to complete -2013-12-03 10:48:52 program INFO WAIT active send to complete -2013-12-03 10:48:52 program INFO WAIT active send to complete -2013-12-03 10:48:53 program INFO WAIT active send to complete -2013-12-03 10:48:53 program INFO WAIT active send to complete -2013-12-03 10:48:53 program INFO WAIT active send to complete -2013-12-03 10:48:53 program INFO WAIT active send to complete -2013-12-03 10:48:53 program INFO WAIT active send to complete -2013-12-03 10:48:54 program INFO WAIT active send to complete -2013-12-03 10:48:54 program INFO WAIT active send to complete -2013-12-03 10:48:54 program INFO WAIT active send to complete -2013-12-03 10:48:54 program INFO WAIT active send to complete -2013-12-03 10:48:54 program INFO WAIT active send to complete -2013-12-03 10:48:55 program INFO WAIT active send to complete -2013-12-03 10:48:55 program INFO WAIT active send to complete -2013-12-03 10:48:55 program INFO WAIT active send to complete -2013-12-03 10:48:55 program INFO WAIT active send to complete -2013-12-03 10:48:55 program INFO WAIT active send to complete -2013-12-03 10:48:56 program INFO WAIT active send to complete -2013-12-03 10:48:56 program INFO WAIT active send to complete -2013-12-03 10:48:56 program INFO WAIT active send to complete -2013-12-03 10:48:56 program INFO WAIT active send to complete -2013-12-03 10:48:56 program INFO WAIT active send to complete -2013-12-03 10:48:57 program INFO WAIT active send to complete -2013-12-03 10:48:57 program INFO WAIT active send to complete -2013-12-03 10:48:57 program INFO WAIT active send to complete -2013-12-03 10:48:57 program INFO WAIT active send to complete -2013-12-03 10:48:58 program INFO WAIT active send to complete -2013-12-03 10:48:58 program INFO WAIT active send to complete -2013-12-03 10:48:58 program ERROR IOB offline -2013-12-03 10:48:59 queue INFO >>83 [143] -2013-12-03 10:49:28 program INFO IOB ONLINE! -2013-12-03 10:49:28 program INFO WAIT active send to complete -2013-12-03 10:49:28 program INFO WAIT active send to complete -2013-12-03 10:49:28 program INFO WAIT active send to complete -2013-12-03 10:49:29 program INFO WAIT active send to complete -2013-12-03 10:49:29 program INFO WAIT active send to complete -2013-12-03 10:49:29 program INFO WAIT active send to complete -2013-12-03 10:49:29 program INFO WAIT active send to complete -2013-12-03 10:49:29 program INFO WAIT active send to complete -2013-12-03 10:49:30 program INFO WAIT active send to complete -2013-12-03 10:49:30 program INFO WAIT active send to complete -2013-12-03 10:49:30 program INFO WAIT active send to complete -2013-12-03 10:49:30 program INFO WAIT active send to complete -2013-12-03 10:49:30 program INFO WAIT active send to complete -2013-12-03 10:49:31 program INFO WAIT active send to complete -2013-12-03 10:49:31 program INFO WAIT active send to complete -2013-12-03 10:49:31 program INFO WAIT active send to complete -2013-12-03 10:49:31 program INFO WAIT active send to complete -2013-12-03 10:49:31 program INFO WAIT active send to complete -2013-12-03 10:49:32 program INFO WAIT active send to complete -2013-12-03 10:49:32 program INFO WAIT active send to complete -2013-12-03 10:49:32 program INFO WAIT active send to complete -2013-12-03 10:49:32 program INFO WAIT active send to complete -2013-12-03 10:49:32 program INFO WAIT active send to complete -2013-12-03 10:49:33 program INFO WAIT active send to complete -2013-12-03 10:49:33 program INFO WAIT active send to complete -2013-12-03 10:49:33 program INFO WAIT active send to complete -2013-12-03 10:49:33 program INFO WAIT active send to complete -2013-12-03 10:49:34 program INFO WAIT active send to complete -2013-12-03 10:49:34 program INFO WAIT active send to complete -2013-12-03 10:49:34 program INFO WAIT active send to complete -2013-12-03 10:49:34 program INFO WAIT active send to complete -2013-12-03 10:49:34 program INFO WAIT active send to complete -2013-12-03 10:49:35 program INFO WAIT active send to complete -2013-12-03 10:49:35 program INFO WAIT active send to complete -2013-12-03 10:49:35 program INFO WAIT active send to complete -2013-12-03 10:49:35 program INFO WAIT active send to complete -2013-12-03 10:49:35 program INFO WAIT active send to complete -2013-12-03 10:49:36 program INFO WAIT active send to complete -2013-12-03 10:49:36 program INFO WAIT active send to complete -2013-12-03 10:49:36 program INFO WAIT active send to complete -2013-12-03 10:49:36 program INFO WAIT active send to complete -2013-12-03 10:49:36 program INFO WAIT active send to complete -2013-12-03 10:49:37 program INFO WAIT active send to complete -2013-12-03 10:49:37 program INFO WAIT active send to complete -2013-12-03 10:49:37 program INFO WAIT active send to complete -2013-12-03 10:49:37 program INFO WAIT active send to complete -2013-12-03 10:49:37 program INFO WAIT active send to complete -2013-12-03 10:49:38 program INFO WAIT active send to complete -2013-12-03 10:49:38 program INFO WAIT active send to complete -2013-12-03 10:49:38 program INFO WAIT active send to complete -2013-12-03 10:49:38 program INFO WAIT active send to complete -2013-12-03 10:49:38 program INFO WAIT active send to complete -2013-12-03 10:49:39 program INFO WAIT active send to complete -2013-12-03 10:49:39 program INFO WAIT active send to complete -2013-12-03 10:49:39 program INFO WAIT active send to complete -2013-12-03 10:49:39 program INFO WAIT active send to complete -2013-12-03 10:49:39 program INFO WAIT active send to complete -2013-12-03 10:49:40 program INFO WAIT active send to complete -2013-12-03 10:49:40 program INFO WAIT active send to complete -2013-12-03 10:49:40 program INFO WAIT active send to complete -2013-12-03 10:49:40 program INFO WAIT active send to complete -2013-12-03 10:49:41 program INFO WAIT active send to complete -2013-12-03 10:49:41 program INFO WAIT active send to complete -2013-12-03 10:49:41 program INFO WAIT active send to complete -2013-12-03 10:49:41 program INFO WAIT active send to complete -2013-12-03 10:49:41 program INFO WAIT active send to complete -2013-12-03 10:49:42 program INFO WAIT active send to complete -2013-12-03 10:49:42 program INFO WAIT active send to complete -2013-12-03 10:49:42 program INFO WAIT active send to complete -2013-12-03 10:49:42 program INFO WAIT active send to complete -2013-12-03 10:49:42 program INFO WAIT active send to complete -2013-12-03 10:49:43 program INFO WAIT active send to complete -2013-12-03 10:49:43 program INFO WAIT active send to complete -2013-12-03 10:49:43 program INFO WAIT active send to complete -2013-12-03 10:49:43 program INFO WAIT active send to complete -2013-12-03 10:49:43 program INFO WAIT active send to complete -2013-12-03 10:49:44 program INFO WAIT active send to complete -2013-12-03 10:49:44 program INFO WAIT active send to complete -2013-12-03 10:49:44 program INFO WAIT active send to complete -2013-12-03 10:49:44 program INFO WAIT active send to complete -2013-12-03 10:49:44 program INFO WAIT active send to complete -2013-12-03 10:49:45 program INFO WAIT active send to complete -2013-12-03 10:49:45 program INFO WAIT active send to complete -2013-12-03 10:49:45 program INFO WAIT active send to complete -2013-12-03 10:49:45 program INFO WAIT active send to complete -2013-12-03 10:49:45 program INFO WAIT active send to complete -2013-12-03 10:49:46 program INFO WAIT active send to complete -2013-12-03 10:49:46 program INFO WAIT active send to complete -2013-12-03 10:49:46 program INFO WAIT active send to complete -2013-12-03 10:49:46 program INFO WAIT active send to complete -2013-12-03 10:49:46 program INFO WAIT active send to complete -2013-12-03 10:49:47 program INFO WAIT active send to complete -2013-12-03 10:49:47 program INFO WAIT active send to complete -2013-12-03 10:49:47 program INFO WAIT active send to complete -2013-12-03 10:49:47 program INFO WAIT active send to complete -2013-12-03 10:49:48 program INFO WAIT active send to complete -2013-12-03 10:49:48 program INFO WAIT active send to complete -2013-12-03 10:49:48 program INFO WAIT active send to complete -2013-12-03 10:49:48 program INFO WAIT active send to complete -2013-12-03 10:49:48 program INFO WAIT active send to complete -2013-12-03 10:49:49 program INFO WAIT active send to complete -2013-12-03 10:49:49 program INFO WAIT active send to complete -2013-12-03 10:49:49 program INFO WAIT active send to complete -2013-12-03 10:49:49 program ERROR IOB offline -2013-12-03 10:49:49 queue INFO >>83 [144] -2013-12-03 10:49:57 program INFO IOB ONLINE! -2013-12-03 10:49:57 program INFO WAIT active send to complete -2013-12-03 10:49:57 program INFO WAIT active send to complete -2013-12-03 10:49:57 program INFO WAIT active send to complete -2013-12-03 10:49:57 program INFO WAIT active send to complete -2013-12-03 10:49:57 program INFO WAIT active send to complete -2013-12-03 10:49:58 program INFO WAIT active send to complete -2013-12-03 10:49:58 program INFO WAIT active send to complete -2013-12-03 10:49:58 program INFO WAIT active send to complete -2013-12-03 10:49:58 program INFO WAIT active send to complete -2013-12-03 10:49:58 program INFO WAIT active send to complete -2013-12-03 10:49:59 program INFO WAIT active send to complete -2013-12-03 10:49:59 program INFO WAIT active send to complete -2013-12-03 10:49:59 program ERROR IOB offline -2013-12-03 10:49:59 program INFO IOB ONLINE! -2013-12-03 10:49:59 program INFO WAIT active send to complete -2013-12-03 10:49:59 program INFO WAIT active send to complete -2013-12-03 10:50:00 program INFO WAIT active send to complete -2013-12-03 10:50:00 program INFO WAIT active send to complete -2013-12-03 10:50:00 program INFO WAIT active send to complete -2013-12-03 10:50:00 program INFO WAIT active send to complete -2013-12-03 10:50:01 program INFO WAIT active send to complete -2013-12-03 10:50:01 program INFO WAIT active send to complete -2013-12-03 10:50:01 program INFO WAIT active send to complete -2013-12-03 10:50:01 program INFO WAIT active send to complete -2013-12-03 10:50:01 program INFO WAIT active send to complete -2013-12-03 10:50:02 program INFO WAIT active send to complete -2013-12-03 10:50:02 program INFO WAIT active send to complete -2013-12-03 10:50:02 program INFO WAIT active send to complete -2013-12-03 10:50:02 program INFO WAIT active send to complete -2013-12-03 10:50:02 program INFO WAIT active send to complete -2013-12-03 10:50:03 program INFO WAIT active send to complete -2013-12-03 10:50:03 program INFO WAIT active send to complete -2013-12-03 10:50:03 program INFO WAIT active send to complete -2013-12-03 10:50:03 program INFO WAIT active send to complete -2013-12-03 10:50:03 program INFO WAIT active send to complete -2013-12-03 10:50:04 program INFO WAIT active send to complete -2013-12-03 10:50:04 program INFO WAIT active send to complete -2013-12-03 10:50:04 program INFO WAIT active send to complete -2013-12-03 10:50:04 program INFO WAIT active send to complete -2013-12-03 10:50:04 program INFO WAIT active send to complete -2013-12-03 10:50:05 program INFO WAIT active send to complete -2013-12-03 10:50:05 program INFO WAIT active send to complete -2013-12-03 10:50:05 program INFO WAIT active send to complete -2013-12-03 10:50:05 program INFO WAIT active send to complete -2013-12-03 10:50:05 program INFO WAIT active send to complete -2013-12-03 10:50:06 program INFO WAIT active send to complete -2013-12-03 10:50:06 program INFO WAIT active send to complete -2013-12-03 10:50:06 program INFO WAIT active send to complete -2013-12-03 10:50:06 program INFO WAIT active send to complete -2013-12-03 10:50:06 program INFO WAIT active send to complete -2013-12-03 10:50:07 program INFO WAIT active send to complete -2013-12-03 10:50:07 program ERROR IOB offline -2013-12-03 10:50:37 program INFO IOB ONLINE! -2013-12-03 10:50:37 program INFO WAIT active send to complete -2013-12-03 10:50:37 program INFO WAIT active send to complete -2013-12-03 10:50:37 program INFO WAIT active send to complete -2013-12-03 10:50:38 program INFO WAIT active send to complete -2013-12-03 10:50:38 program INFO WAIT active send to complete -2013-12-03 10:50:38 program INFO WAIT active send to complete -2013-12-03 10:50:38 program INFO WAIT active send to complete -2013-12-03 10:50:38 program INFO WAIT active send to complete -2013-12-03 10:50:39 program INFO WAIT active send to complete -2013-12-03 10:50:39 program INFO WAIT active send to complete -2013-12-03 10:50:39 program INFO WAIT active send to complete -2013-12-03 10:50:39 program INFO WAIT active send to complete -2013-12-03 10:50:39 program INFO WAIT active send to complete -2013-12-03 10:50:40 program INFO WAIT active send to complete -2013-12-03 10:50:40 queue INFO >>83 [145] -2013-12-03 10:50:40 program INFO WAIT active send to complete -2013-12-03 10:50:40 program INFO WAIT active send to complete -2013-12-03 10:50:40 program INFO WAIT active send to complete -2013-12-03 10:50:40 program INFO WAIT active send to complete -2013-12-03 10:50:41 program INFO WAIT active send to complete -2013-12-03 10:50:41 program INFO WAIT active send to complete -2013-12-03 10:50:41 program INFO WAIT active send to complete -2013-12-03 10:50:41 program INFO WAIT active send to complete -2013-12-03 10:50:41 queue INFO 87 [146] -2013-12-03 10:50:41 program INFO WAIT active send to complete -2013-12-03 10:50:42 program INFO WAIT active send to complete -2013-12-03 10:50:42 program INFO WAIT active send to complete -2013-12-03 10:50:42 program INFO WAIT active send to complete -2013-12-03 10:50:42 program INFO WAIT active send to complete -2013-12-03 10:50:42 program INFO WAIT active send to complete -2013-12-03 10:50:43 program INFO WAIT active send to complete -2013-12-03 10:50:43 program INFO WAIT active send to complete -2013-12-03 10:50:43 program INFO WAIT active send to complete -2013-12-03 10:50:43 queue INFO >87 [147] -2013-12-03 10:50:43 program INFO WAIT active send to complete -2013-12-03 10:50:44 program INFO WAIT active send to complete -2013-12-03 10:50:44 program INFO WAIT active send to complete -2013-12-03 10:50:44 program INFO WAIT active send to complete -2013-12-03 10:50:44 program INFO WAIT active send to complete -2013-12-03 10:50:44 program INFO WAIT active send to complete -2013-12-03 10:50:44 queue INFO 83 [148] -2013-12-03 10:50:45 program INFO WAIT active send to complete -2013-12-03 10:50:45 program INFO WAIT active send to complete -2013-12-03 10:50:45 program INFO WAIT active send to complete -2013-12-03 10:50:45 program INFO WAIT active send to complete -2013-12-03 10:50:45 program INFO WAIT active send to complete -2013-12-03 10:50:46 program INFO WAIT active send to complete -2013-12-03 10:50:46 program INFO WAIT active send to complete -2013-12-03 10:50:46 program INFO WAIT active send to complete -2013-12-03 10:50:46 queue INFO >83 [149] -2013-12-03 10:50:46 program INFO WAIT active send to complete -2013-12-03 10:50:46 program INFO WAIT active send to complete -2013-12-03 10:50:47 program INFO WAIT active send to complete -2013-12-03 10:50:47 program INFO WAIT active send to complete -2013-12-03 10:50:47 program INFO WAIT active send to complete -2013-12-03 10:50:47 program INFO WAIT active send to complete -2013-12-03 10:50:47 program INFO WAIT active send to complete -2013-12-03 10:50:48 program INFO WAIT active send to complete -2013-12-03 10:50:48 program INFO WAIT active send to complete -2013-12-03 10:50:48 program INFO WAIT active send to complete -2013-12-03 10:50:48 program INFO WAIT active send to complete -2013-12-03 10:50:48 program INFO WAIT active send to complete -2013-12-03 10:50:49 program INFO WAIT active send to complete -2013-12-03 10:50:49 program INFO WAIT active send to complete -2013-12-03 10:50:49 program INFO WAIT active send to complete -2013-12-03 10:50:49 program INFO WAIT active send to complete -2013-12-03 10:50:49 program INFO WAIT active send to complete -2013-12-03 10:50:50 program INFO WAIT active send to complete -2013-12-03 10:50:50 program INFO WAIT active send to complete -2013-12-03 10:50:50 program INFO WAIT active send to complete -2013-12-03 10:50:50 program INFO WAIT active send to complete -2013-12-03 10:50:51 program INFO WAIT active send to complete -2013-12-03 10:50:51 program INFO WAIT active send to complete -2013-12-03 10:50:51 program INFO WAIT active send to complete -2013-12-03 10:50:51 program INFO WAIT active send to complete -2013-12-03 10:50:51 program INFO WAIT active send to complete -2013-12-03 10:50:52 program INFO WAIT active send to complete -2013-12-03 10:50:52 program INFO WAIT active send to complete -2013-12-03 10:50:52 program INFO WAIT active send to complete -2013-12-03 10:50:52 program INFO WAIT active send to complete -2013-12-03 10:50:52 program INFO WAIT active send to complete -2013-12-03 10:50:53 program INFO WAIT active send to complete -2013-12-03 10:50:53 program INFO WAIT active send to complete -2013-12-03 10:50:53 program INFO WAIT active send to complete -2013-12-03 10:50:53 program INFO WAIT active send to complete -2013-12-03 10:50:53 program INFO WAIT active send to complete -2013-12-03 10:50:54 program INFO WAIT active send to complete -2013-12-03 10:50:54 program INFO WAIT active send to complete -2013-12-03 10:50:54 program INFO WAIT active send to complete -2013-12-03 10:50:54 program INFO WAIT active send to complete -2013-12-03 10:50:54 program INFO WAIT active send to complete -2013-12-03 10:50:55 program INFO WAIT active send to complete -2013-12-03 10:50:55 program INFO WAIT active send to complete -2013-12-03 10:50:55 program INFO WAIT active send to complete -2013-12-03 10:50:55 program INFO WAIT active send to complete -2013-12-03 10:50:55 program INFO WAIT active send to complete -2013-12-03 10:50:56 program INFO WAIT active send to complete -2013-12-03 10:50:56 program INFO WAIT active send to complete -2013-12-03 10:50:56 program INFO WAIT active send to complete -2013-12-03 10:50:56 program INFO WAIT active send to complete -2013-12-03 10:50:56 program INFO WAIT active send to complete -2013-12-03 10:50:57 program INFO WAIT active send to complete -2013-12-03 10:50:57 program INFO WAIT active send to complete -2013-12-03 10:50:57 program INFO WAIT active send to complete -2013-12-03 10:50:57 program INFO WAIT active send to complete -2013-12-03 10:50:57 program INFO WAIT active send to complete -2013-12-03 10:50:58 program INFO WAIT active send to complete -2013-12-03 10:50:58 program INFO WAIT active send to complete -2013-12-03 10:50:58 program INFO WAIT active send to complete -2013-12-03 10:50:58 program INFO WAIT active send to complete -2013-12-03 10:50:59 program INFO WAIT active send to complete -2013-12-03 10:50:59 program INFO WAIT active send to complete -2013-12-03 10:50:59 program INFO WAIT active send to complete -2013-12-03 10:50:59 program INFO WAIT active send to complete -2013-12-03 10:50:59 program INFO WAIT active send to complete -2013-12-03 10:51:00 program INFO WAIT active send to complete -2013-12-03 10:51:00 program INFO WAIT active send to complete -2013-12-03 10:51:00 program INFO WAIT active send to complete -2013-12-03 10:51:00 program INFO WAIT active send to complete -2013-12-03 10:51:00 program INFO WAIT active send to complete -2013-12-03 10:51:01 program INFO WAIT active send to complete -2013-12-03 10:51:01 program INFO WAIT active send to complete -2013-12-03 10:51:01 program INFO WAIT active send to complete -2013-12-03 10:51:01 program INFO WAIT active send to complete -2013-12-03 10:51:01 program INFO WAIT active send to complete -2013-12-03 10:51:02 program INFO WAIT active send to complete -2013-12-03 10:51:02 program INFO WAIT active send to complete -2013-12-03 10:51:02 program INFO WAIT active send to complete -2013-12-03 10:51:02 program INFO WAIT active send to complete -2013-12-03 10:51:02 program INFO WAIT active send to complete -2013-12-03 10:51:03 program INFO WAIT active send to complete -2013-12-03 10:51:03 program INFO WAIT active send to complete -2013-12-03 10:51:03 program INFO WAIT active send to complete -2013-12-03 10:51:03 program INFO WAIT active send to complete -2013-12-03 10:51:03 program INFO WAIT active send to complete -2013-12-03 10:51:04 program INFO WAIT active send to complete -2013-12-03 10:51:04 program INFO WAIT active send to complete -2013-12-03 10:51:04 program INFO WAIT active send to complete -2013-12-03 10:51:04 program INFO WAIT active send to complete -2013-12-03 10:51:05 program INFO WAIT active send to complete -2013-12-03 10:51:05 program INFO WAIT active send to complete -2013-12-03 10:51:05 program INFO WAIT active send to complete -2013-12-03 10:51:05 program INFO WAIT active send to complete -2013-12-03 10:51:05 program INFO WAIT active send to complete -2013-12-03 10:51:06 program INFO WAIT active send to complete -2013-12-03 10:51:06 program INFO WAIT active send to complete -2013-12-03 10:51:06 program INFO WAIT active send to complete -2013-12-03 10:51:06 program INFO WAIT active send to complete -2013-12-03 10:51:06 program INFO WAIT active send to complete -2013-12-03 10:51:07 program INFO WAIT active send to complete -2013-12-03 10:51:07 program INFO WAIT active send to complete -2013-12-03 10:51:07 program INFO WAIT active send to complete -2013-12-03 10:51:07 program INFO WAIT active send to complete -2013-12-03 10:51:07 program INFO WAIT active send to complete -2013-12-03 10:51:08 program INFO WAIT active send to complete -2013-12-03 10:51:08 program INFO WAIT active send to complete -2013-12-03 10:51:08 program INFO WAIT active send to complete -2013-12-03 10:51:08 program INFO WAIT active send to complete -2013-12-03 10:51:08 program INFO WAIT active send to complete -2013-12-03 10:51:09 program INFO WAIT active send to complete -2013-12-03 10:51:09 program INFO WAIT active send to complete -2013-12-03 10:51:09 program INFO WAIT active send to complete -2013-12-03 10:51:09 program INFO WAIT active send to complete -2013-12-03 10:51:09 program INFO WAIT active send to complete -2013-12-03 10:51:10 program INFO WAIT active send to complete -2013-12-03 10:51:10 program INFO WAIT active send to complete -2013-12-03 10:51:10 program INFO WAIT active send to complete -2013-12-03 10:51:10 program INFO WAIT active send to complete -2013-12-03 10:51:10 program INFO WAIT active send to complete -2013-12-03 10:51:11 program INFO WAIT active send to complete -2013-12-03 10:51:11 program INFO WAIT active send to complete -2013-12-03 10:51:11 program INFO WAIT active send to complete -2013-12-03 10:51:11 program INFO WAIT active send to complete -2013-12-03 10:51:11 program INFO WAIT active send to complete -2013-12-03 10:51:12 program INFO WAIT active send to complete -2013-12-03 10:51:12 program INFO WAIT active send to complete -2013-12-03 10:51:12 program INFO WAIT active send to complete -2013-12-03 10:51:12 program INFO WAIT active send to complete -2013-12-03 10:51:13 program INFO WAIT active send to complete -2013-12-03 10:51:13 program INFO WAIT active send to complete -2013-12-03 10:51:13 program INFO WAIT active send to complete -2013-12-03 10:51:13 program INFO WAIT active send to complete -2013-12-03 10:51:13 program INFO WAIT active send to complete -2013-12-03 10:51:14 program INFO WAIT active send to complete -2013-12-03 10:51:14 program INFO WAIT active send to complete -2013-12-03 10:51:14 program INFO WAIT active send to complete -2013-12-03 10:51:14 program INFO WAIT active send to complete -2013-12-03 10:51:14 program INFO WAIT active send to complete -2013-12-03 10:51:15 program INFO WAIT active send to complete -2013-12-03 10:51:15 program INFO WAIT active send to complete -2013-12-03 10:51:15 program INFO WAIT active send to complete -2013-12-03 10:51:15 program INFO WAIT active send to complete -2013-12-03 10:51:15 program INFO WAIT active send to complete -2013-12-03 10:51:16 program INFO WAIT active send to complete -2013-12-03 10:51:16 program INFO WAIT active send to complete -2013-12-03 10:51:16 program INFO WAIT active send to complete -2013-12-03 10:51:16 program INFO WAIT active send to complete -2013-12-03 10:51:17 program INFO WAIT active send to complete -2013-12-03 10:51:17 program INFO WAIT active send to complete -2013-12-03 10:51:17 program ERROR IOB offline -2013-12-03 10:51:17 program INFO IOB ONLINE! -2013-12-03 10:51:17 program INFO WAIT active send to complete -2013-12-03 10:51:17 program INFO WAIT active send to complete -2013-12-03 10:51:17 program INFO WAIT active send to complete -2013-12-03 10:51:18 program INFO WAIT active send to complete -2013-12-03 10:51:18 program INFO WAIT active send to complete -2013-12-03 10:51:18 program INFO WAIT active send to complete -2013-12-03 10:51:18 program INFO WAIT active send to complete -2013-12-03 10:51:19 program INFO WAIT active send to complete -2013-12-03 10:51:19 program INFO WAIT active send to complete -2013-12-03 10:51:19 program INFO WAIT active send to complete -2013-12-03 10:51:19 program INFO WAIT active send to complete -2013-12-03 10:51:19 program INFO WAIT active send to complete -2013-12-03 10:51:20 program INFO WAIT active send to complete -2013-12-03 10:51:20 program INFO WAIT active send to complete -2013-12-03 10:51:20 program INFO WAIT active send to complete -2013-12-03 10:51:20 program INFO WAIT active send to complete -2013-12-03 10:51:20 program INFO WAIT active send to complete -2013-12-03 10:51:21 program INFO WAIT active send to complete -2013-12-03 10:51:21 program INFO WAIT active send to complete -2013-12-03 10:51:21 program INFO WAIT active send to complete -2013-12-03 10:51:21 program INFO WAIT active send to complete -2013-12-03 10:51:21 program INFO WAIT active send to complete -2013-12-03 10:51:22 program INFO WAIT active send to complete -2013-12-03 10:51:22 program INFO WAIT active send to complete -2013-12-03 10:51:22 program INFO WAIT active send to complete -2013-12-03 10:51:22 program INFO WAIT active send to complete -2013-12-03 10:51:22 program INFO WAIT active send to complete -2013-12-03 10:51:23 program INFO WAIT active send to complete -2013-12-03 10:51:23 program INFO WAIT active send to complete -2013-12-03 10:51:23 program INFO WAIT active send to complete -2013-12-03 10:51:23 program INFO WAIT active send to complete -2013-12-03 10:51:23 program INFO WAIT active send to complete -2013-12-03 10:51:24 program INFO WAIT active send to complete -2013-12-03 10:51:24 program INFO WAIT active send to complete -2013-12-03 10:51:24 program INFO WAIT active send to complete -2013-12-03 10:51:24 program INFO WAIT active send to complete -2013-12-03 10:51:24 program INFO WAIT active send to complete -2013-12-03 10:51:25 program INFO WAIT active send to complete -2013-12-03 10:51:25 program INFO WAIT active send to complete -2013-12-03 10:51:25 program INFO WAIT active send to complete -2013-12-03 10:51:25 program INFO WAIT active send to complete -2013-12-03 10:51:26 program INFO WAIT active send to complete -2013-12-03 10:51:26 program INFO WAIT active send to complete -2013-12-03 10:51:26 program INFO WAIT active send to complete -2013-12-03 10:51:26 program INFO WAIT active send to complete -2013-12-03 10:51:26 program INFO WAIT active send to complete -2013-12-03 10:51:27 program INFO WAIT active send to complete -2013-12-03 10:51:27 program INFO WAIT active send to complete -2013-12-03 10:51:27 program INFO WAIT active send to complete -2013-12-03 10:51:27 program INFO WAIT active send to complete -2013-12-03 10:51:27 program INFO WAIT active send to complete -2013-12-03 10:51:28 program INFO WAIT active send to complete -2013-12-03 10:51:28 program INFO WAIT active send to complete -2013-12-03 10:51:28 program INFO WAIT active send to complete -2013-12-03 10:51:28 program INFO WAIT active send to complete -2013-12-03 10:51:28 program INFO WAIT active send to complete -2013-12-03 10:51:29 program INFO WAIT active send to complete -2013-12-03 10:51:29 program INFO WAIT active send to complete -2013-12-03 10:51:29 program INFO WAIT active send to complete -2013-12-03 10:51:29 program INFO WAIT active send to complete -2013-12-03 10:51:29 program INFO WAIT active send to complete -2013-12-03 10:51:30 program INFO WAIT active send to complete -2013-12-03 10:51:30 program INFO WAIT active send to complete -2013-12-03 10:51:30 program INFO WAIT active send to complete -2013-12-03 10:51:30 program INFO WAIT active send to complete -2013-12-03 10:51:30 program INFO WAIT active send to complete -2013-12-03 10:51:31 program INFO WAIT active send to complete -2013-12-03 10:51:31 program INFO WAIT active send to complete -2013-12-03 10:51:31 program INFO WAIT active send to complete -2013-12-03 10:51:31 program INFO WAIT active send to complete -2013-12-03 10:51:31 program INFO WAIT active send to complete -2013-12-03 10:51:32 program INFO WAIT active send to complete -2013-12-03 10:51:32 program INFO WAIT active send to complete -2013-12-03 10:51:32 program INFO WAIT active send to complete -2013-12-03 10:51:32 program INFO WAIT active send to complete -2013-12-03 10:51:33 program INFO WAIT active send to complete -2013-12-03 10:51:33 program INFO WAIT active send to complete -2013-12-03 10:51:33 program INFO WAIT active send to complete -2013-12-03 10:51:33 program INFO WAIT active send to complete -2013-12-03 10:51:33 program INFO WAIT active send to complete -2013-12-03 10:51:34 program INFO WAIT active send to complete -2013-12-03 10:51:34 program INFO WAIT active send to complete -2013-12-03 10:51:34 program INFO WAIT active send to complete -2013-12-03 10:51:34 program INFO WAIT active send to complete -2013-12-03 10:51:34 program INFO WAIT active send to complete -2013-12-03 10:51:35 program INFO WAIT active send to complete -2013-12-03 10:51:35 program INFO WAIT active send to complete -2013-12-03 10:51:35 program INFO WAIT active send to complete -2013-12-03 10:51:35 program INFO WAIT active send to complete -2013-12-03 10:51:35 program INFO WAIT active send to complete -2013-12-03 10:51:36 program INFO WAIT active send to complete -2013-12-03 10:51:36 program INFO WAIT active send to complete -2013-12-03 10:51:36 program INFO WAIT active send to complete -2013-12-03 10:51:36 queue INFO >>83 [150] -2013-12-03 10:51:36 program INFO WAIT active send to complete -2013-12-03 10:51:36 program INFO WAIT active send to complete -2013-12-03 10:51:37 program INFO WAIT active send to complete -2013-12-03 10:51:37 program INFO WAIT active send to complete -2013-12-03 10:51:37 program INFO WAIT active send to complete -2013-12-03 10:51:37 program INFO WAIT active send to complete -2013-12-03 10:51:37 program INFO WAIT active send to complete -2013-12-03 10:51:38 program INFO WAIT active send to complete -2013-12-03 10:51:38 program INFO WAIT active send to complete -2013-12-03 10:51:38 program INFO WAIT active send to complete -2013-12-03 10:51:38 program INFO WAIT active send to complete -2013-12-03 10:51:38 program INFO WAIT active send to complete -2013-12-03 10:51:39 program INFO WAIT active send to complete -2013-12-03 10:51:39 program INFO WAIT active send to complete -2013-12-03 10:51:39 program INFO WAIT active send to complete -2013-12-03 10:51:39 program INFO WAIT active send to complete -2013-12-03 10:51:39 program INFO WAIT active send to complete -2013-12-03 10:51:40 program INFO WAIT active send to complete -2013-12-03 10:51:40 program INFO WAIT active send to complete -2013-12-03 10:51:40 program INFO WAIT active send to complete -2013-12-03 10:51:40 program INFO WAIT active send to complete -2013-12-03 10:51:41 program INFO WAIT active send to complete -2013-12-03 10:51:41 program INFO WAIT active send to complete -2013-12-03 10:51:41 program INFO WAIT active send to complete -2013-12-03 10:51:41 program INFO WAIT active send to complete -2013-12-03 10:51:41 program INFO WAIT active send to complete -2013-12-03 10:51:42 program INFO WAIT active send to complete -2013-12-03 10:51:42 program INFO WAIT active send to complete -2013-12-03 10:51:42 program INFO WAIT active send to complete -2013-12-03 10:51:42 program INFO WAIT active send to complete -2013-12-03 10:51:42 program INFO WAIT active send to complete -2013-12-03 10:51:43 program INFO WAIT active send to complete -2013-12-03 10:51:43 program INFO WAIT active send to complete -2013-12-03 10:51:43 program INFO WAIT active send to complete -2013-12-03 10:51:43 program INFO WAIT active send to complete -2013-12-03 10:51:43 program INFO WAIT active send to complete -2013-12-03 10:51:44 program INFO WAIT active send to complete -2013-12-03 10:51:44 program INFO WAIT active send to complete -2013-12-03 10:51:44 program INFO WAIT active send to complete -2013-12-03 10:51:44 program INFO WAIT active send to complete -2013-12-03 10:51:44 program INFO WAIT active send to complete -2013-12-03 10:51:45 program INFO WAIT active send to complete -2013-12-03 10:51:45 program INFO WAIT active send to complete -2013-12-03 10:51:45 program INFO WAIT active send to complete -2013-12-03 10:51:45 program INFO WAIT active send to complete -2013-12-03 10:51:45 program INFO WAIT active send to complete -2013-12-03 10:51:46 program INFO WAIT active send to complete -2013-12-03 10:51:46 program INFO WAIT active send to complete -2013-12-03 10:51:46 program INFO WAIT active send to complete -2013-12-03 10:51:46 program INFO WAIT active send to complete -2013-12-03 10:51:46 program INFO WAIT active send to complete -2013-12-03 10:51:47 program INFO WAIT active send to complete -2013-12-03 10:51:47 program INFO WAIT active send to complete -2013-12-03 10:51:47 program INFO WAIT active send to complete -2013-12-03 10:51:47 program INFO WAIT active send to complete -2013-12-03 10:51:48 program INFO WAIT active send to complete -2013-12-03 10:51:48 program INFO WAIT active send to complete -2013-12-03 10:51:48 program INFO WAIT active send to complete -2013-12-03 10:51:48 program INFO WAIT active send to complete -2013-12-03 10:51:48 program INFO WAIT active send to complete -2013-12-03 10:51:49 program INFO WAIT active send to complete -2013-12-03 10:51:49 program INFO WAIT active send to complete -2013-12-03 10:51:49 program INFO WAIT active send to complete -2013-12-03 10:51:49 program INFO WAIT active send to complete -2013-12-03 10:51:49 program INFO WAIT active send to complete -2013-12-03 10:51:50 program INFO WAIT active send to complete -2013-12-03 10:51:50 program INFO WAIT active send to complete -2013-12-03 10:51:50 program INFO WAIT active send to complete -2013-12-03 10:51:50 program INFO WAIT active send to complete -2013-12-03 10:51:50 program INFO WAIT active send to complete -2013-12-03 10:51:51 program INFO WAIT active send to complete -2013-12-03 10:51:51 program INFO WAIT active send to complete -2013-12-03 10:51:51 program INFO WAIT active send to complete -2013-12-03 10:51:51 program INFO WAIT active send to complete -2013-12-03 10:51:51 program INFO WAIT active send to complete -2013-12-03 10:51:52 program INFO WAIT active send to complete -2013-12-03 10:51:52 program INFO WAIT active send to complete -2013-12-03 10:51:52 program INFO WAIT active send to complete -2013-12-03 10:51:52 program INFO WAIT active send to complete -2013-12-03 10:51:52 program INFO WAIT active send to complete -2013-12-03 10:51:53 program INFO WAIT active send to complete -2013-12-03 10:51:53 program INFO WAIT active send to complete -2013-12-03 10:51:53 program ERROR IOB offline -2013-12-03 10:51:53 program INFO IOB ONLINE! -2013-12-03 10:51:53 program INFO WAIT active send to complete -2013-12-03 10:51:53 program INFO WAIT active send to complete -2013-12-03 10:51:54 program INFO WAIT active send to complete -2013-12-03 10:51:54 program INFO WAIT active send to complete -2013-12-03 10:51:54 program INFO WAIT active send to complete -2013-12-03 10:51:54 program INFO WAIT active send to complete -2013-12-03 10:51:55 program INFO WAIT active send to complete -2013-12-03 10:51:55 program INFO WAIT active send to complete -2013-12-03 10:51:55 program INFO WAIT active send to complete -2013-12-03 10:51:55 program INFO WAIT active send to complete -2013-12-03 10:51:55 program INFO WAIT active send to complete -2013-12-03 10:51:56 program INFO WAIT active send to complete -2013-12-03 10:51:56 program INFO WAIT active send to complete -2013-12-03 10:51:56 program INFO WAIT active send to complete -2013-12-03 10:51:56 program INFO WAIT active send to complete -2013-12-03 10:51:56 program INFO WAIT active send to complete -2013-12-03 10:51:57 program INFO WAIT active send to complete -2013-12-03 10:51:57 program INFO WAIT active send to complete -2013-12-03 10:51:57 program INFO WAIT active send to complete -2013-12-03 10:51:57 program INFO WAIT active send to complete -2013-12-03 10:51:57 program INFO WAIT active send to complete -2013-12-03 10:51:58 program INFO WAIT active send to complete -2013-12-03 10:51:58 program INFO WAIT active send to complete -2013-12-03 10:51:58 program INFO WAIT active send to complete -2013-12-03 10:51:58 program INFO WAIT active send to complete -2013-12-03 10:51:58 program INFO WAIT active send to complete -2013-12-03 10:51:59 program INFO WAIT active send to complete -2013-12-03 10:51:59 program INFO WAIT active send to complete -2013-12-03 10:51:59 program INFO WAIT active send to complete -2013-12-03 10:51:59 program INFO WAIT active send to complete -2013-12-03 10:51:59 program INFO WAIT active send to complete -2013-12-03 10:52:00 program INFO WAIT active send to complete -2013-12-03 10:52:00 program INFO WAIT active send to complete -2013-12-03 10:52:00 program INFO WAIT active send to complete -2013-12-03 10:52:00 program INFO WAIT active send to complete -2013-12-03 10:52:00 program INFO WAIT active send to complete -2013-12-03 10:52:01 program INFO WAIT active send to complete -2013-12-03 10:52:01 program INFO WAIT active send to complete -2013-12-03 10:52:01 program INFO WAIT active send to complete -2013-12-03 10:52:01 program INFO WAIT active send to complete -2013-12-03 10:52:02 program INFO WAIT active send to complete -2013-12-03 10:52:02 program INFO WAIT active send to complete -2013-12-03 10:52:02 program INFO WAIT active send to complete -2013-12-03 10:52:02 program INFO WAIT active send to complete -2013-12-03 10:52:02 program INFO WAIT active send to complete -2013-12-03 10:52:03 program INFO WAIT active send to complete -2013-12-03 10:52:03 program INFO WAIT active send to complete -2013-12-03 10:52:03 program INFO WAIT active send to complete -2013-12-03 10:52:03 program INFO WAIT active send to complete -2013-12-03 10:52:03 program INFO WAIT active send to complete -2013-12-03 10:52:04 program INFO WAIT active send to complete -2013-12-03 10:52:04 program INFO WAIT active send to complete -2013-12-03 10:52:04 program INFO WAIT active send to complete -2013-12-03 10:52:04 program INFO WAIT active send to complete -2013-12-03 10:52:04 program INFO WAIT active send to complete -2013-12-03 10:52:05 program INFO WAIT active send to complete -2013-12-03 10:52:05 program INFO WAIT active send to complete -2013-12-03 10:52:05 program INFO WAIT active send to complete -2013-12-03 10:52:05 program INFO WAIT active send to complete -2013-12-03 10:52:05 program INFO WAIT active send to complete -2013-12-03 10:52:06 program INFO WAIT active send to complete -2013-12-03 10:52:06 program INFO WAIT active send to complete -2013-12-03 10:52:06 program INFO WAIT active send to complete -2013-12-03 10:52:06 program INFO WAIT active send to complete -2013-12-03 10:52:06 program INFO WAIT active send to complete -2013-12-03 10:52:07 program INFO WAIT active send to complete -2013-12-03 10:52:07 program INFO WAIT active send to complete -2013-12-03 10:52:07 program INFO WAIT active send to complete -2013-12-03 10:52:07 program INFO WAIT active send to complete -2013-12-03 10:52:07 program INFO WAIT active send to complete -2013-12-03 10:52:08 program INFO WAIT active send to complete -2013-12-03 10:52:08 program INFO WAIT active send to complete -2013-12-03 10:52:08 program INFO WAIT active send to complete -2013-12-03 10:52:08 program INFO WAIT active send to complete -2013-12-03 10:52:09 program INFO WAIT active send to complete -2013-12-03 10:52:09 program INFO WAIT active send to complete -2013-12-03 10:52:09 program INFO WAIT active send to complete -2013-12-03 10:52:09 program INFO WAIT active send to complete -2013-12-03 10:52:09 program INFO WAIT active send to complete -2013-12-03 10:52:10 program INFO WAIT active send to complete -2013-12-03 10:52:10 program INFO WAIT active send to complete -2013-12-03 10:52:10 program INFO WAIT active send to complete -2013-12-03 10:52:10 program INFO WAIT active send to complete -2013-12-03 10:52:10 program INFO WAIT active send to complete -2013-12-03 10:52:11 program INFO WAIT active send to complete -2013-12-03 10:52:11 program INFO WAIT active send to complete -2013-12-03 10:52:11 program INFO WAIT active send to complete -2013-12-03 10:52:11 program INFO WAIT active send to complete -2013-12-03 10:52:11 program INFO WAIT active send to complete -2013-12-03 10:52:12 program INFO WAIT active send to complete -2013-12-03 10:52:12 program INFO WAIT active send to complete -2013-12-03 10:52:12 program INFO WAIT active send to complete -2013-12-03 10:52:12 program INFO WAIT active send to complete -2013-12-03 10:52:12 program INFO WAIT active send to complete -2013-12-03 10:52:13 program INFO WAIT active send to complete -2013-12-03 10:52:13 program INFO WAIT active send to complete -2013-12-03 10:52:13 program INFO WAIT active send to complete -2013-12-03 10:52:13 program INFO WAIT active send to complete -2013-12-03 10:52:14 program INFO WAIT active send to complete -2013-12-03 10:52:14 program INFO WAIT active send to complete -2013-12-03 10:52:14 program INFO WAIT active send to complete -2013-12-03 10:52:14 program INFO WAIT active send to complete -2013-12-03 10:52:14 program INFO WAIT active send to complete -2013-12-03 10:52:14 program INFO WAIT active send to complete -2013-12-03 10:52:15 program INFO WAIT active send to complete -2013-12-03 10:52:15 program INFO WAIT active send to complete -2013-12-03 10:52:15 program INFO WAIT active send to complete -2013-12-03 10:52:15 program INFO WAIT active send to complete -2013-12-03 10:52:16 program INFO WAIT active send to complete -2013-12-03 10:52:16 program INFO WAIT active send to complete -2013-12-03 10:52:16 program INFO WAIT active send to complete -2013-12-03 10:52:16 program INFO WAIT active send to complete -2013-12-03 10:52:16 program INFO WAIT active send to complete -2013-12-03 10:52:17 program INFO WAIT active send to complete -2013-12-03 10:52:17 program INFO WAIT active send to complete -2013-12-03 10:52:17 program INFO WAIT active send to complete -2013-12-03 10:52:17 program INFO WAIT active send to complete -2013-12-03 10:52:17 program INFO WAIT active send to complete -2013-12-03 10:52:18 program INFO WAIT active send to complete -2013-12-03 10:52:18 program INFO WAIT active send to complete -2013-12-03 10:52:18 program INFO WAIT active send to complete -2013-12-03 10:52:18 program INFO WAIT active send to complete -2013-12-03 10:52:18 program INFO WAIT active send to complete -2013-12-03 10:52:19 program INFO WAIT active send to complete -2013-12-03 10:52:19 program INFO WAIT active send to complete -2013-12-03 10:52:19 program INFO WAIT active send to complete -2013-12-03 10:52:19 program INFO WAIT active send to complete -2013-12-03 10:52:19 program INFO WAIT active send to complete -2013-12-03 10:52:20 program INFO WAIT active send to complete -2013-12-03 10:52:20 program INFO WAIT active send to complete -2013-12-03 10:52:20 program INFO WAIT active send to complete -2013-12-03 10:52:20 program INFO WAIT active send to complete -2013-12-03 10:52:20 program INFO WAIT active send to complete -2013-12-03 10:52:21 program INFO WAIT active send to complete -2013-12-03 10:52:21 program INFO WAIT active send to complete -2013-12-03 10:52:21 program INFO WAIT active send to complete -2013-12-03 10:52:21 program INFO WAIT active send to complete -2013-12-03 10:52:21 program INFO WAIT active send to complete -2013-12-03 10:52:22 program INFO WAIT active send to complete -2013-12-03 10:52:22 program INFO WAIT active send to complete -2013-12-03 10:52:22 program INFO WAIT active send to complete -2013-12-03 10:52:22 program INFO WAIT active send to complete -2013-12-03 10:52:23 program INFO WAIT active send to complete -2013-12-03 10:52:23 program INFO WAIT active send to complete -2013-12-03 10:52:23 program INFO WAIT active send to complete -2013-12-03 10:52:23 program INFO WAIT active send to complete -2013-12-03 10:52:23 program INFO WAIT active send to complete -2013-12-03 10:52:24 program INFO WAIT active send to complete -2013-12-03 10:52:24 program INFO WAIT active send to complete -2013-12-03 10:52:24 program INFO WAIT active send to complete -2013-12-03 10:52:24 program INFO WAIT active send to complete -2013-12-03 10:52:24 program INFO WAIT active send to complete -2013-12-03 10:52:25 program INFO WAIT active send to complete -2013-12-03 10:52:25 program INFO WAIT active send to complete -2013-12-03 10:52:25 program INFO WAIT active send to complete -2013-12-03 10:52:25 program INFO WAIT active send to complete -2013-12-03 10:52:25 program INFO WAIT active send to complete -2013-12-03 10:52:26 program INFO WAIT active send to complete -2013-12-03 10:52:26 program INFO WAIT active send to complete -2013-12-03 10:52:26 program INFO WAIT active send to complete -2013-12-03 10:52:26 queue INFO >>83 [151] -2013-12-03 10:52:26 program INFO WAIT active send to complete -2013-12-03 10:52:26 program INFO WAIT active send to complete -2013-12-03 10:52:27 program INFO WAIT active send to complete -2013-12-03 10:52:27 program INFO WAIT active send to complete -2013-12-03 10:52:27 program INFO WAIT active send to complete -2013-12-03 10:52:27 program INFO WAIT active send to complete -2013-12-03 10:52:27 program INFO WAIT active send to complete -2013-12-03 10:52:28 program INFO WAIT active send to complete -2013-12-03 10:52:28 program INFO WAIT active send to complete -2013-12-03 10:52:28 program INFO WAIT active send to complete -2013-12-03 10:52:28 program INFO WAIT active send to complete -2013-12-03 10:52:28 program INFO WAIT active send to complete -2013-12-03 10:52:29 program INFO WAIT active send to complete -2013-12-03 10:52:29 program INFO WAIT active send to complete -2013-12-03 10:52:29 program INFO WAIT active send to complete -2013-12-03 10:52:29 program INFO WAIT active send to complete -2013-12-03 10:52:29 program INFO WAIT active send to complete -2013-12-03 10:52:30 program INFO WAIT active send to complete -2013-12-03 10:52:30 program INFO WAIT active send to complete -2013-12-03 10:52:30 program INFO WAIT active send to complete -2013-12-03 10:52:30 program INFO WAIT active send to complete -2013-12-03 10:52:31 program INFO WAIT active send to complete -2013-12-03 10:52:31 program INFO WAIT active send to complete -2013-12-03 10:52:31 program INFO WAIT active send to complete -2013-12-03 10:52:31 program INFO WAIT active send to complete -2013-12-03 10:52:31 program INFO WAIT active send to complete -2013-12-03 10:52:32 program INFO WAIT active send to complete -2013-12-03 10:52:32 program INFO WAIT active send to complete -2013-12-03 10:52:32 program INFO WAIT active send to complete -2013-12-03 10:52:32 program INFO WAIT active send to complete -2013-12-03 10:52:32 program INFO WAIT active send to complete -2013-12-03 10:52:33 program INFO WAIT active send to complete -2013-12-03 10:52:33 program INFO WAIT active send to complete -2013-12-03 10:52:33 program INFO WAIT active send to complete -2013-12-03 10:52:33 program INFO WAIT active send to complete -2013-12-03 10:52:34 program INFO WAIT active send to complete -2013-12-03 10:52:34 program INFO WAIT active send to complete -2013-12-03 10:52:34 program INFO WAIT active send to complete -2013-12-03 10:52:34 program INFO WAIT active send to complete -2013-12-03 10:52:34 program INFO WAIT active send to complete -2013-12-03 10:52:36 program ERROR Server offline -2013-12-03 10:52:36 program INFO WAIT active send to complete -2013-12-03 10:52:36 program INFO IOB ONLINE! -2013-12-03 10:52:36 program INFO WAIT active send to complete -2013-12-03 10:52:36 program INFO WAIT active send to complete -2013-12-03 10:52:36 program INFO WAIT active send to complete -2013-12-03 10:52:36 program INFO WAIT active send to complete -2013-12-03 10:52:36 program INFO WAIT active send to complete -2013-12-03 10:52:37 program INFO WAIT active send to complete -2013-12-03 10:52:37 program INFO WAIT active send to complete -2013-12-03 10:52:37 program INFO WAIT active send to complete -2013-12-03 10:52:37 program INFO WAIT active send to complete -2013-12-03 10:52:37 program INFO WAIT active send to complete -2013-12-03 10:52:37 program INFO WAIT active send to complete -2013-12-03 10:52:37 program INFO WAIT active send to complete -2013-12-03 10:52:38 program INFO WAIT active send to complete -2013-12-03 10:52:38 program INFO WAIT active send to complete -2013-12-03 10:52:38 program INFO WAIT active send to complete -2013-12-03 10:52:39 program INFO WAIT active send to complete -2013-12-03 10:52:39 program ERROR IOB offline -2013-12-03 10:52:39 program INFO IOB ONLINE! -2013-12-03 10:52:39 program INFO WAIT active send to complete -2013-12-03 10:52:39 program INFO WAIT active send to complete -2013-12-03 10:52:39 program INFO WAIT active send to complete -2013-12-03 10:52:39 program INFO WAIT active send to complete -2013-12-03 10:52:39 program INFO WAIT active send to complete -2013-12-03 10:52:40 program INFO WAIT active send to complete -2013-12-03 10:52:40 program INFO WAIT active send to complete -2013-12-03 10:52:40 program INFO WAIT active send to complete -2013-12-03 10:52:40 program INFO WAIT active send to complete -2013-12-03 10:52:40 program INFO WAIT active send to complete -2013-12-03 10:52:41 program INFO WAIT active send to complete -2013-12-03 10:52:41 program INFO WAIT active send to complete -2013-12-03 10:52:41 program INFO WAIT active send to complete -2013-12-03 10:52:41 program INFO WAIT active send to complete -2013-12-03 10:52:42 program INFO WAIT active send to complete -2013-12-03 10:52:42 program INFO WAIT active send to complete -2013-12-03 10:52:42 program INFO WAIT active send to complete -2013-12-03 10:52:42 program INFO WAIT active send to complete -2013-12-03 10:52:42 program INFO WAIT active send to complete -2013-12-03 10:52:43 program INFO WAIT active send to complete -2013-12-03 10:52:43 program INFO WAIT active send to complete -2013-12-03 10:52:43 program INFO WAIT active send to complete -2013-12-03 10:52:43 program INFO WAIT active send to complete -2013-12-03 10:52:43 program INFO WAIT active send to complete -2013-12-03 10:52:44 program INFO WAIT active send to complete -2013-12-03 10:52:44 program INFO WAIT active send to complete -2013-12-03 10:52:44 program INFO WAIT active send to complete -2013-12-03 10:52:44 program INFO WAIT active send to complete -2013-12-03 10:52:44 program INFO WAIT active send to complete -2013-12-03 10:52:45 program INFO WAIT active send to complete -2013-12-03 10:52:45 program INFO WAIT active send to complete -2013-12-03 10:52:45 program INFO WAIT active send to complete -2013-12-03 10:52:45 program INFO WAIT active send to complete -2013-12-03 10:52:45 program INFO WAIT active send to complete -2013-12-03 10:52:46 program INFO WAIT active send to complete -2013-12-03 10:52:46 program INFO WAIT active send to complete -2013-12-03 10:52:46 program INFO WAIT active send to complete -2013-12-03 10:52:46 program INFO WAIT active send to complete -2013-12-03 10:52:46 program INFO WAIT active send to complete -2013-12-03 10:52:47 program INFO WAIT active send to complete -2013-12-03 10:52:47 program INFO WAIT active send to complete -2013-12-03 10:52:47 program INFO WAIT active send to complete -2013-12-03 10:52:47 program INFO WAIT active send to complete -2013-12-03 10:52:47 program INFO WAIT active send to complete -2013-12-03 10:52:48 program INFO WAIT active send to complete -2013-12-03 10:52:48 program INFO WAIT active send to complete -2013-12-03 10:52:48 program INFO WAIT active send to complete -2013-12-03 10:52:48 program INFO WAIT active send to complete -2013-12-03 10:52:48 program INFO WAIT active send to complete -2013-12-03 10:52:49 program INFO WAIT active send to complete -2013-12-03 10:52:49 program INFO WAIT active send to complete -2013-12-03 10:52:49 program INFO WAIT active send to complete -2013-12-03 10:52:49 program INFO WAIT active send to complete -2013-12-03 10:52:50 program INFO WAIT active send to complete -2013-12-03 10:52:50 program INFO WAIT active send to complete -2013-12-03 10:52:50 program INFO WAIT active send to complete -2013-12-03 10:52:50 program INFO WAIT active send to complete -2013-12-03 10:52:50 program INFO WAIT active send to complete -2013-12-03 10:52:51 program INFO WAIT active send to complete -2013-12-03 10:52:51 program INFO WAIT active send to complete -2013-12-03 10:52:51 program INFO WAIT active send to complete -2013-12-03 10:52:51 program INFO WAIT active send to complete -2013-12-03 10:52:51 program INFO WAIT active send to complete -2013-12-03 10:52:52 program INFO WAIT active send to complete -2013-12-03 10:52:52 program INFO WAIT active send to complete -2013-12-03 10:52:52 program INFO WAIT active send to complete -2013-12-03 10:52:52 program INFO WAIT active send to complete -2013-12-03 10:52:52 program INFO WAIT active send to complete -2013-12-03 10:52:53 program INFO WAIT active send to complete -2013-12-03 10:52:53 program INFO WAIT active send to complete -2013-12-03 10:52:53 program INFO WAIT active send to complete -2013-12-03 10:52:53 program INFO WAIT active send to complete -2013-12-03 10:52:53 program INFO WAIT active send to complete -2013-12-03 10:52:54 program INFO WAIT active send to complete -2013-12-03 10:52:54 program INFO WAIT active send to complete -2013-12-03 10:52:54 program INFO WAIT active send to complete -2013-12-03 10:52:54 program INFO WAIT active send to complete -2013-12-03 10:52:54 program INFO WAIT active send to complete -2013-12-03 10:52:55 program INFO WAIT active send to complete -2013-12-03 10:52:55 program INFO WAIT active send to complete -2013-12-03 10:52:55 program INFO WAIT active send to complete -2013-12-03 10:52:55 program INFO WAIT active send to complete -2013-12-03 10:52:55 program INFO WAIT active send to complete -2013-12-03 10:52:56 program INFO WAIT active send to complete -2013-12-03 10:52:56 program INFO WAIT active send to complete -2013-12-03 10:52:56 program INFO WAIT active send to complete -2013-12-03 10:52:56 program INFO WAIT active send to complete -2013-12-03 10:52:57 program INFO WAIT active send to complete -2013-12-03 10:52:57 program INFO WAIT active send to complete -2013-12-03 10:52:57 program INFO WAIT active send to complete -2013-12-03 10:52:57 program INFO WAIT active send to complete -2013-12-03 10:52:57 program INFO WAIT active send to complete -2013-12-03 10:52:58 program INFO WAIT active send to complete -2013-12-03 10:52:58 program INFO WAIT active send to complete -2013-12-03 10:52:58 program INFO WAIT active send to complete -2013-12-03 10:52:58 program INFO WAIT active send to complete -2013-12-03 10:52:58 program INFO WAIT active send to complete -2013-12-03 10:52:59 program INFO WAIT active send to complete -2013-12-03 10:52:59 program INFO WAIT active send to complete -2013-12-03 10:52:59 program INFO WAIT active send to complete -2013-12-03 10:52:59 program INFO WAIT active send to complete -2013-12-03 10:52:59 program INFO WAIT active send to complete -2013-12-03 10:53:00 program INFO WAIT active send to complete -2013-12-03 10:53:00 program INFO WAIT active send to complete -2013-12-03 10:53:00 program INFO WAIT active send to complete -2013-12-03 10:53:00 program INFO WAIT active send to complete -2013-12-03 10:53:00 program INFO WAIT active send to complete -2013-12-03 10:53:01 program INFO WAIT active send to complete -2013-12-03 10:53:01 program INFO WAIT active send to complete -2013-12-03 10:53:01 program INFO WAIT active send to complete -2013-12-03 10:53:01 program INFO WAIT active send to complete -2013-12-03 10:53:01 program INFO WAIT active send to complete -2013-12-03 10:53:02 program INFO WAIT active send to complete -2013-12-03 10:53:02 program INFO WAIT active send to complete -2013-12-03 10:53:02 program INFO WAIT active send to complete -2013-12-03 10:53:02 program INFO WAIT active send to complete -2013-12-03 10:53:02 program INFO WAIT active send to complete -2013-12-03 10:53:03 program INFO WAIT active send to complete -2013-12-03 10:53:03 program INFO WAIT active send to complete -2013-12-03 10:53:03 program INFO WAIT active send to complete -2013-12-03 10:53:03 program INFO WAIT active send to complete -2013-12-03 10:53:04 program INFO WAIT active send to complete -2013-12-03 10:53:04 program INFO WAIT active send to complete -2013-12-03 10:53:04 program INFO WAIT active send to complete -2013-12-03 10:53:04 program INFO WAIT active send to complete -2013-12-03 10:53:04 program INFO WAIT active send to complete -2013-12-03 10:53:05 program INFO WAIT active send to complete -2013-12-03 10:53:05 program INFO WAIT active send to complete -2013-12-03 10:53:05 program INFO WAIT active send to complete -2013-12-03 10:53:05 program INFO WAIT active send to complete -2013-12-03 10:53:05 program INFO WAIT active send to complete -2013-12-03 10:53:06 program INFO WAIT active send to complete -2013-12-03 10:53:06 program INFO WAIT active send to complete -2013-12-03 10:53:06 program INFO WAIT active send to complete -2013-12-03 10:53:06 program INFO WAIT active send to complete -2013-12-03 10:53:06 program INFO WAIT active send to complete -2013-12-03 10:53:07 program INFO WAIT active send to complete -2013-12-03 10:53:07 program INFO WAIT active send to complete -2013-12-03 10:53:07 program INFO WAIT active send to complete -2013-12-03 10:53:07 program INFO WAIT active send to complete -2013-12-03 10:53:07 program INFO WAIT active send to complete -2013-12-03 10:53:08 program INFO WAIT active send to complete -2013-12-03 10:53:08 program INFO WAIT active send to complete -2013-12-03 10:53:08 program INFO WAIT active send to complete -2013-12-03 10:53:08 program INFO WAIT active send to complete -2013-12-03 10:53:08 program INFO WAIT active send to complete -2013-12-03 10:53:09 program INFO WAIT active send to complete -2013-12-03 10:53:09 program INFO WAIT active send to complete -2013-12-03 10:53:09 program INFO WAIT active send to complete -2013-12-03 10:53:09 program INFO WAIT active send to complete -2013-12-03 10:53:09 program INFO WAIT active send to complete -2013-12-03 10:53:10 program INFO WAIT active send to complete -2013-12-03 10:53:10 program INFO WAIT active send to complete -2013-12-03 10:53:10 program INFO WAIT active send to complete -2013-12-03 10:53:10 program INFO WAIT active send to complete -2013-12-03 10:53:11 program INFO WAIT active send to complete -2013-12-03 10:53:11 program INFO WAIT active send to complete -2013-12-03 10:53:11 program INFO WAIT active send to complete -2013-12-03 10:53:11 program INFO WAIT active send to complete -2013-12-03 10:53:11 program INFO WAIT active send to complete -2013-12-03 10:53:12 program INFO WAIT active send to complete -2013-12-03 10:53:12 program INFO WAIT active send to complete -2013-12-03 10:53:12 program INFO WAIT active send to complete -2013-12-03 10:53:12 program INFO WAIT active send to complete -2013-12-03 10:53:12 program INFO WAIT active send to complete -2013-12-03 10:53:13 program INFO WAIT active send to complete -2013-12-03 10:53:13 program INFO WAIT active send to complete -2013-12-03 10:53:13 program INFO WAIT active send to complete -2013-12-03 10:53:13 program INFO WAIT active send to complete -2013-12-03 10:53:14 program INFO WAIT active send to complete -2013-12-03 10:53:14 program INFO WAIT active send to complete -2013-12-03 10:53:14 program INFO WAIT active send to complete -2013-12-03 10:53:14 program INFO WAIT active send to complete -2013-12-03 10:53:14 program INFO WAIT active send to complete -2013-12-03 10:53:14 program INFO WAIT active send to complete -2013-12-03 10:53:15 program INFO WAIT active send to complete -2013-12-03 10:53:15 program INFO WAIT active send to complete -2013-12-03 10:53:15 program INFO WAIT active send to complete -2013-12-03 10:53:15 program INFO WAIT active send to complete -2013-12-03 10:53:15 program INFO WAIT active send to complete -2013-12-03 10:53:16 program INFO WAIT active send to complete -2013-12-03 10:53:16 program INFO WAIT active send to complete -2013-12-03 10:53:16 program INFO WAIT active send to complete -2013-12-03 10:53:16 program INFO WAIT active send to complete -2013-12-03 10:53:16 queue INFO >>83 [152] -2013-12-03 10:53:16 program INFO WAIT active send to complete -2013-12-03 10:53:17 program INFO WAIT active send to complete -2013-12-03 10:53:17 program INFO WAIT active send to complete -2013-12-03 10:53:17 program INFO WAIT active send to complete -2013-12-03 10:53:17 program INFO WAIT active send to complete -2013-12-03 10:53:18 program INFO WAIT active send to complete -2013-12-03 10:53:18 program INFO WAIT active send to complete -2013-12-03 10:53:18 program INFO WAIT active send to complete -2013-12-03 10:53:18 program INFO WAIT active send to complete -2013-12-03 10:53:18 program INFO WAIT active send to complete -2013-12-03 10:53:19 program INFO WAIT active send to complete -2013-12-03 10:53:19 program INFO WAIT active send to complete -2013-12-03 10:53:19 program INFO WAIT active send to complete -2013-12-03 10:53:19 program INFO WAIT active send to complete -2013-12-03 10:53:19 program INFO WAIT active send to complete -2013-12-03 10:53:20 program INFO WAIT active send to complete -2013-12-03 10:53:20 program INFO WAIT active send to complete -2013-12-03 10:53:20 program INFO WAIT active send to complete -2013-12-03 10:53:20 program INFO WAIT active send to complete -2013-12-03 10:53:20 program INFO WAIT active send to complete -2013-12-03 10:53:21 program INFO WAIT active send to complete -2013-12-03 10:53:21 program INFO WAIT active send to complete -2013-12-03 10:53:21 program INFO WAIT active send to complete -2013-12-03 10:53:21 program INFO WAIT active send to complete -2013-12-03 10:53:21 program INFO WAIT active send to complete -2013-12-03 10:53:22 program INFO WAIT active send to complete -2013-12-03 10:53:22 program INFO WAIT active send to complete -2013-12-03 10:53:22 program INFO WAIT active send to complete -2013-12-03 10:53:22 program INFO WAIT active send to complete -2013-12-03 10:53:22 program INFO WAIT active send to complete -2013-12-03 10:53:23 program INFO WAIT active send to complete -2013-12-03 10:53:23 program INFO WAIT active send to complete -2013-12-03 10:53:23 program INFO WAIT active send to complete -2013-12-03 10:53:23 program INFO WAIT active send to complete -2013-12-03 10:53:23 program INFO WAIT active send to complete -2013-12-03 10:53:24 program INFO WAIT active send to complete -2013-12-03 10:53:24 program INFO WAIT active send to complete -2013-12-03 10:53:24 program INFO WAIT active send to complete -2013-12-03 10:53:24 program INFO WAIT active send to complete -2013-12-03 10:53:25 program INFO WAIT active send to complete -2013-12-03 10:53:25 program INFO WAIT active send to complete -2013-12-03 10:53:25 program INFO WAIT active send to complete -2013-12-03 10:53:25 program INFO WAIT active send to complete -2013-12-03 10:53:25 program INFO WAIT active send to complete -2013-12-03 10:53:26 program INFO WAIT active send to complete -2013-12-03 10:53:26 program INFO WAIT active send to complete -2013-12-03 10:53:26 program INFO WAIT active send to complete -2013-12-03 10:53:26 program INFO WAIT active send to complete -2013-12-03 10:53:26 program INFO WAIT active send to complete -2013-12-03 10:53:27 program INFO WAIT active send to complete -2013-12-03 10:53:27 program INFO WAIT active send to complete -2013-12-03 10:53:27 program INFO WAIT active send to complete -2013-12-03 10:53:27 program INFO WAIT active send to complete -2013-12-03 10:53:27 program INFO WAIT active send to complete -2013-12-03 10:53:28 program ERROR IOB offline -2013-12-03 10:53:28 program INFO IOB ONLINE! -2013-12-03 10:53:28 program INFO WAIT active send to complete -2013-12-03 10:53:28 program INFO WAIT active send to complete -2013-12-03 10:53:28 program INFO WAIT active send to complete -2013-12-03 10:53:28 program INFO WAIT active send to complete -2013-12-03 10:53:29 program INFO WAIT active send to complete -2013-12-03 10:53:29 program INFO WAIT active send to complete -2013-12-03 10:53:29 program INFO WAIT active send to complete -2013-12-03 10:53:29 program INFO WAIT active send to complete -2013-12-03 10:53:29 program INFO WAIT active send to complete -2013-12-03 10:53:30 program INFO WAIT active send to complete -2013-12-03 10:53:30 program INFO WAIT active send to complete -2013-12-03 10:53:30 program INFO WAIT active send to complete -2013-12-03 10:53:30 program INFO WAIT active send to complete -2013-12-03 10:53:30 program INFO WAIT active send to complete -2013-12-03 10:53:31 program INFO WAIT active send to complete -2013-12-03 10:53:31 program INFO WAIT active send to complete -2013-12-03 10:53:31 program INFO WAIT active send to complete -2013-12-03 10:53:31 program INFO WAIT active send to complete -2013-12-03 10:53:31 program INFO WAIT active send to complete -2013-12-03 10:53:32 program INFO WAIT active send to complete -2013-12-03 10:53:32 program INFO WAIT active send to complete -2013-12-03 10:53:32 program INFO WAIT active send to complete -2013-12-03 10:53:32 program INFO WAIT active send to complete -2013-12-03 10:53:33 program INFO WAIT active send to complete -2013-12-03 10:53:33 program INFO WAIT active send to complete -2013-12-03 10:53:33 program INFO WAIT active send to complete -2013-12-03 10:53:33 program INFO WAIT active send to complete -2013-12-03 10:53:33 program INFO WAIT active send to complete -2013-12-03 10:53:34 program INFO WAIT active send to complete -2013-12-03 10:53:34 program INFO WAIT active send to complete -2013-12-03 10:53:34 program INFO WAIT active send to complete -2013-12-03 10:53:34 program INFO WAIT active send to complete -2013-12-03 10:53:34 program INFO WAIT active send to complete -2013-12-03 10:53:35 program INFO WAIT active send to complete -2013-12-03 10:53:35 program INFO WAIT active send to complete -2013-12-03 10:53:35 program INFO WAIT active send to complete -2013-12-03 10:53:35 program INFO WAIT active send to complete -2013-12-03 10:53:35 program INFO WAIT active send to complete -2013-12-03 10:53:36 program INFO WAIT active send to complete -2013-12-03 10:53:36 program INFO WAIT active send to complete -2013-12-03 10:53:36 program INFO WAIT active send to complete -2013-12-03 10:53:36 program INFO WAIT active send to complete -2013-12-03 10:53:36 program INFO WAIT active send to complete -2013-12-03 10:53:37 program INFO WAIT active send to complete -2013-12-03 10:53:37 program INFO WAIT active send to complete -2013-12-03 10:53:37 program INFO WAIT active send to complete -2013-12-03 10:53:37 program INFO WAIT active send to complete -2013-12-03 10:53:37 program INFO WAIT active send to complete -2013-12-03 10:53:38 program INFO WAIT active send to complete -2013-12-03 10:53:38 program INFO WAIT active send to complete -2013-12-03 10:53:38 program INFO WAIT active send to complete -2013-12-03 10:53:38 program INFO WAIT active send to complete -2013-12-03 10:53:38 program INFO WAIT active send to complete -2013-12-03 10:53:39 program INFO WAIT active send to complete -2013-12-03 10:53:39 program INFO WAIT active send to complete -2013-12-03 10:53:39 program INFO WAIT active send to complete -2013-12-03 10:53:39 program INFO WAIT active send to complete -2013-12-03 10:53:40 program INFO WAIT active send to complete -2013-12-03 10:53:40 program INFO WAIT active send to complete -2013-12-03 10:53:40 program INFO WAIT active send to complete -2013-12-03 10:53:40 program INFO WAIT active send to complete -2013-12-03 10:53:40 program INFO WAIT active send to complete -2013-12-03 10:53:41 program INFO WAIT active send to complete -2013-12-03 10:53:41 program INFO WAIT active send to complete -2013-12-03 10:53:41 program INFO WAIT active send to complete -2013-12-03 10:53:41 program INFO WAIT active send to complete -2013-12-03 10:53:41 program INFO WAIT active send to complete -2013-12-03 10:53:42 program INFO WAIT active send to complete -2013-12-03 10:53:42 program INFO WAIT active send to complete -2013-12-03 10:53:42 program INFO WAIT active send to complete -2013-12-03 10:53:42 program INFO WAIT active send to complete -2013-12-03 10:53:42 program INFO WAIT active send to complete -2013-12-03 10:53:43 program INFO WAIT active send to complete -2013-12-03 10:53:43 program INFO WAIT active send to complete -2013-12-03 10:53:43 program INFO WAIT active send to complete -2013-12-03 10:53:43 program INFO WAIT active send to complete -2013-12-03 10:53:43 program INFO WAIT active send to complete -2013-12-03 10:53:44 program INFO WAIT active send to complete -2013-12-03 10:53:44 program INFO WAIT active send to complete -2013-12-03 10:53:44 program INFO WAIT active send to complete -2013-12-03 10:53:44 program INFO WAIT active send to complete -2013-12-03 10:53:44 program INFO WAIT active send to complete -2013-12-03 10:53:45 program INFO WAIT active send to complete -2013-12-03 10:53:45 program INFO WAIT active send to complete -2013-12-03 10:53:45 program INFO WAIT active send to complete -2013-12-03 10:53:45 program INFO WAIT active send to complete -2013-12-03 10:53:45 program INFO WAIT active send to complete -2013-12-03 10:53:46 program INFO WAIT active send to complete -2013-12-03 10:53:46 program INFO WAIT active send to complete -2013-12-03 10:53:46 program INFO WAIT active send to complete -2013-12-03 10:53:46 program INFO WAIT active send to complete -2013-12-03 10:53:47 program INFO WAIT active send to complete -2013-12-03 10:53:47 program INFO WAIT active send to complete -2013-12-03 10:53:47 program INFO WAIT active send to complete -2013-12-03 10:53:47 program INFO WAIT active send to complete -2013-12-03 10:53:47 program INFO WAIT active send to complete -2013-12-03 10:53:48 program INFO WAIT active send to complete -2013-12-03 10:53:48 program INFO WAIT active send to complete -2013-12-03 10:53:48 program INFO WAIT active send to complete -2013-12-03 10:53:48 program INFO WAIT active send to complete -2013-12-03 10:53:48 program INFO WAIT active send to complete -2013-12-03 10:53:49 program INFO WAIT active send to complete -2013-12-03 10:53:49 program INFO WAIT active send to complete -2013-12-03 10:53:49 program INFO WAIT active send to complete -2013-12-03 10:53:49 program INFO WAIT active send to complete -2013-12-03 10:53:49 program INFO WAIT active send to complete -2013-12-03 10:53:50 program INFO WAIT active send to complete -2013-12-03 10:53:50 program INFO WAIT active send to complete -2013-12-03 10:53:50 program INFO WAIT active send to complete -2013-12-03 10:53:50 program INFO WAIT active send to complete -2013-12-03 10:53:50 program INFO WAIT active send to complete -2013-12-03 10:53:51 program INFO WAIT active send to complete -2013-12-03 10:53:51 program INFO WAIT active send to complete -2013-12-03 10:53:51 program INFO WAIT active send to complete -2013-12-03 10:53:51 program INFO WAIT active send to complete -2013-12-03 10:53:51 program INFO WAIT active send to complete -2013-12-03 10:53:52 program INFO WAIT active send to complete -2013-12-03 10:53:52 program INFO WAIT active send to complete -2013-12-03 10:53:52 program INFO WAIT active send to complete -2013-12-03 10:53:52 program INFO WAIT active send to complete -2013-12-03 10:53:52 program INFO WAIT active send to complete -2013-12-03 10:53:53 program INFO WAIT active send to complete -2013-12-03 10:53:53 program INFO WAIT active send to complete -2013-12-03 10:53:53 program INFO WAIT active send to complete -2013-12-03 10:53:53 program INFO WAIT active send to complete -2013-12-03 10:53:54 program INFO WAIT active send to complete -2013-12-03 10:53:54 program INFO WAIT active send to complete -2013-12-03 10:53:54 program INFO WAIT active send to complete -2013-12-03 10:53:54 program INFO WAIT active send to complete -2013-12-03 10:53:54 program INFO WAIT active send to complete -2013-12-03 10:53:55 program INFO WAIT active send to complete -2013-12-03 10:53:55 program INFO WAIT active send to complete -2013-12-03 10:53:55 program INFO WAIT active send to complete -2013-12-03 10:53:55 program INFO WAIT active send to complete -2013-12-03 10:53:55 program INFO WAIT active send to complete -2013-12-03 10:53:56 program INFO WAIT active send to complete -2013-12-03 10:53:56 program INFO WAIT active send to complete -2013-12-03 10:53:56 program INFO WAIT active send to complete -2013-12-03 10:53:56 program INFO WAIT active send to complete -2013-12-03 10:53:56 program INFO WAIT active send to complete -2013-12-03 10:53:57 program INFO WAIT active send to complete -2013-12-03 10:53:57 program INFO WAIT active send to complete -2013-12-03 10:53:57 program INFO WAIT active send to complete -2013-12-03 10:53:57 program INFO WAIT active send to complete -2013-12-03 10:53:57 program INFO WAIT active send to complete -2013-12-03 10:53:58 program INFO WAIT active send to complete -2013-12-03 10:53:58 program INFO WAIT active send to complete -2013-12-03 10:53:58 program INFO WAIT active send to complete -2013-12-03 10:53:58 program INFO WAIT active send to complete -2013-12-03 10:53:58 program INFO WAIT active send to complete -2013-12-03 10:53:59 program INFO WAIT active send to complete -2013-12-03 10:53:59 program INFO WAIT active send to complete -2013-12-03 10:53:59 program INFO WAIT active send to complete -2013-12-03 10:53:59 program INFO WAIT active send to complete -2013-12-03 10:53:59 program INFO WAIT active send to complete -2013-12-03 10:54:00 program INFO WAIT active send to complete -2013-12-03 10:54:00 program INFO WAIT active send to complete -2013-12-03 10:54:00 program INFO WAIT active send to complete -2013-12-03 10:54:01 program ERROR IOB offline -2013-12-03 10:54:01 program INFO IOB ONLINE! -2013-12-03 10:54:01 program INFO WAIT active send to complete -2013-12-03 10:54:01 program INFO WAIT active send to complete -2013-12-03 10:54:01 program INFO WAIT active send to complete -2013-12-03 10:54:01 program INFO WAIT active send to complete -2013-12-03 10:54:02 program INFO WAIT active send to complete -2013-12-03 10:54:02 program INFO WAIT active send to complete -2013-12-03 10:54:02 program INFO WAIT active send to complete -2013-12-03 10:54:02 program INFO WAIT active send to complete -2013-12-03 10:54:02 program INFO WAIT active send to complete -2013-12-03 10:54:02 program INFO WAIT active send to complete -2013-12-03 10:54:03 program INFO WAIT active send to complete -2013-12-03 10:54:03 program INFO WAIT active send to complete -2013-12-03 10:54:03 program INFO WAIT active send to complete -2013-12-03 10:54:03 program INFO WAIT active send to complete -2013-12-03 10:54:03 program INFO WAIT active send to complete -2013-12-03 10:54:04 program INFO WAIT active send to complete -2013-12-03 10:54:04 program INFO WAIT active send to complete -2013-12-03 10:54:04 program INFO WAIT active send to complete -2013-12-03 10:54:04 program INFO WAIT active send to complete -2013-12-03 10:54:04 program INFO WAIT active send to complete -2013-12-03 10:54:05 program INFO WAIT active send to complete -2013-12-03 10:54:05 program INFO WAIT active send to complete -2013-12-03 10:54:05 program INFO WAIT active send to complete -2013-12-03 10:54:05 program INFO WAIT active send to complete -2013-12-03 10:54:06 program INFO WAIT active send to complete -2013-12-03 10:54:06 program INFO WAIT active send to complete -2013-12-03 10:54:06 program INFO WAIT active send to complete -2013-12-03 10:54:06 program INFO WAIT active send to complete -2013-12-03 10:54:06 program INFO WAIT active send to complete -2013-12-03 10:54:07 queue INFO >>83 [153] -2013-12-03 10:54:07 program INFO WAIT active send to complete -2013-12-03 10:54:07 program INFO WAIT active send to complete -2013-12-03 10:54:07 program INFO WAIT active send to complete -2013-12-03 10:54:07 program INFO WAIT active send to complete -2013-12-03 10:54:07 program INFO WAIT active send to complete -2013-12-03 10:54:08 program INFO WAIT active send to complete -2013-12-03 10:54:08 program INFO WAIT active send to complete -2013-12-03 10:54:08 program INFO WAIT active send to complete -2013-12-03 10:54:08 program INFO WAIT active send to complete -2013-12-03 10:54:08 program INFO WAIT active send to complete -2013-12-03 10:54:09 program INFO WAIT active send to complete -2013-12-03 10:54:09 program INFO WAIT active send to complete -2013-12-03 10:54:09 program INFO WAIT active send to complete -2013-12-03 10:54:09 program INFO WAIT active send to complete -2013-12-03 10:54:09 program INFO WAIT active send to complete -2013-12-03 10:54:10 program INFO WAIT active send to complete -2013-12-03 10:54:10 program INFO WAIT active send to complete -2013-12-03 10:54:10 program INFO WAIT active send to complete -2013-12-03 10:54:10 program INFO WAIT active send to complete -2013-12-03 10:54:10 program INFO WAIT active send to complete -2013-12-03 10:54:11 program INFO WAIT active send to complete -2013-12-03 10:54:11 program INFO WAIT active send to complete -2013-12-03 10:54:11 program INFO WAIT active send to complete -2013-12-03 10:54:11 program INFO WAIT active send to complete -2013-12-03 10:54:11 program INFO WAIT active send to complete -2013-12-03 10:54:12 program INFO WAIT active send to complete -2013-12-03 10:54:12 program INFO WAIT active send to complete -2013-12-03 10:54:12 program INFO WAIT active send to complete -2013-12-03 10:54:12 program INFO WAIT active send to complete -2013-12-03 10:54:12 program INFO WAIT active send to complete -2013-12-03 10:54:13 program INFO WAIT active send to complete -2013-12-03 10:54:13 program INFO WAIT active send to complete -2013-12-03 10:54:13 program INFO WAIT active send to complete -2013-12-03 10:54:13 program INFO WAIT active send to complete -2013-12-03 10:54:14 program INFO WAIT active send to complete -2013-12-03 10:54:14 program INFO WAIT active send to complete -2013-12-03 10:54:14 program INFO WAIT active send to complete -2013-12-03 10:54:14 program INFO WAIT active send to complete -2013-12-03 10:54:14 program INFO WAIT active send to complete -2013-12-03 10:54:15 program INFO WAIT active send to complete -2013-12-03 10:54:15 program INFO WAIT active send to complete -2013-12-03 10:54:15 program INFO WAIT active send to complete -2013-12-03 10:54:15 program INFO WAIT active send to complete -2013-12-03 10:54:15 program INFO WAIT active send to complete -2013-12-03 10:54:16 program INFO WAIT active send to complete -2013-12-03 10:54:16 program INFO WAIT active send to complete -2013-12-03 10:54:16 program INFO WAIT active send to complete -2013-12-03 10:54:16 program INFO WAIT active send to complete -2013-12-03 10:54:16 program INFO WAIT active send to complete -2013-12-03 10:54:17 program INFO WAIT active send to complete -2013-12-03 10:54:17 program INFO WAIT active send to complete -2013-12-03 10:54:17 program INFO WAIT active send to complete -2013-12-03 10:54:17 program INFO WAIT active send to complete -2013-12-03 10:54:17 program INFO WAIT active send to complete -2013-12-03 10:54:18 program INFO WAIT active send to complete -2013-12-03 10:54:18 program INFO WAIT active send to complete -2013-12-03 10:54:18 program INFO WAIT active send to complete -2013-12-03 10:54:18 program INFO WAIT active send to complete -2013-12-03 10:54:18 program INFO WAIT active send to complete -2013-12-03 10:54:19 program INFO WAIT active send to complete -2013-12-03 10:54:19 program INFO WAIT active send to complete -2013-12-03 10:54:19 program INFO WAIT active send to complete -2013-12-03 10:54:19 program INFO WAIT active send to complete -2013-12-03 10:54:19 program INFO WAIT active send to complete -2013-12-03 10:54:20 program INFO WAIT active send to complete -2013-12-03 10:54:20 program INFO WAIT active send to complete -2013-12-03 10:54:20 program INFO WAIT active send to complete -2013-12-03 10:54:20 program INFO WAIT active send to complete -2013-12-03 10:54:21 program INFO WAIT active send to complete -2013-12-03 10:54:21 program INFO WAIT active send to complete -2013-12-03 10:54:21 program INFO WAIT active send to complete -2013-12-03 10:54:21 program INFO WAIT active send to complete -2013-12-03 10:54:21 program INFO WAIT active send to complete -2013-12-03 10:54:22 program INFO WAIT active send to complete -2013-12-03 10:54:22 program INFO WAIT active send to complete -2013-12-03 10:54:22 program INFO WAIT active send to complete -2013-12-03 10:54:22 program INFO WAIT active send to complete -2013-12-03 10:54:22 program INFO WAIT active send to complete -2013-12-03 10:54:23 program INFO WAIT active send to complete -2013-12-03 10:54:23 program INFO WAIT active send to complete -2013-12-03 10:54:23 program INFO WAIT active send to complete -2013-12-03 10:54:23 program INFO WAIT active send to complete -2013-12-03 10:54:23 program ERROR IOB offline -2013-12-03 10:54:24 program INFO IOB ONLINE! -2013-12-03 10:54:24 program INFO WAIT active send to complete -2013-12-03 10:54:24 program INFO WAIT active send to complete -2013-12-03 10:54:24 program INFO WAIT active send to complete -2013-12-03 10:54:24 program INFO WAIT active send to complete -2013-12-03 10:54:24 program INFO WAIT active send to complete -2013-12-03 10:54:25 program INFO WAIT active send to complete -2013-12-03 10:54:25 program INFO WAIT active send to complete -2013-12-03 10:54:25 program INFO WAIT active send to complete -2013-12-03 10:54:25 program INFO WAIT active send to complete -2013-12-03 10:54:25 program INFO WAIT active send to complete -2013-12-03 10:54:26 program INFO WAIT active send to complete -2013-12-03 10:54:26 program INFO WAIT active send to complete -2013-12-03 10:54:26 program INFO WAIT active send to complete -2013-12-03 10:54:26 program INFO WAIT active send to complete -2013-12-03 10:54:26 program INFO WAIT active send to complete -2013-12-03 10:54:27 program INFO WAIT active send to complete -2013-12-03 10:54:27 program INFO WAIT active send to complete -2013-12-03 10:54:27 program INFO WAIT active send to complete -2013-12-03 10:54:27 program INFO WAIT active send to complete -2013-12-03 10:54:27 program INFO WAIT active send to complete -2013-12-03 10:54:28 program INFO WAIT active send to complete -2013-12-03 10:54:28 program INFO WAIT active send to complete -2013-12-03 10:54:28 program INFO WAIT active send to complete -2013-12-03 10:54:28 program INFO WAIT active send to complete -2013-12-03 10:54:29 program INFO WAIT active send to complete -2013-12-03 10:54:29 program ERROR IOB offline -2013-12-03 10:54:57 queue INFO >>83 [154] -2013-12-03 10:54:59 program INFO IOB ONLINE! -2013-12-03 10:54:59 program INFO WAIT active send to complete -2013-12-03 10:54:59 program INFO WAIT active send to complete -2013-12-03 10:54:59 program INFO WAIT active send to complete -2013-12-03 10:55:00 program INFO WAIT active send to complete -2013-12-03 10:55:00 program INFO WAIT active send to complete -2013-12-03 10:55:00 program INFO WAIT active send to complete -2013-12-03 10:55:00 program INFO WAIT active send to complete -2013-12-03 10:55:00 program INFO WAIT active send to complete -2013-12-03 10:55:01 program INFO WAIT active send to complete -2013-12-03 10:55:01 program INFO WAIT active send to complete -2013-12-03 10:55:01 program INFO WAIT active send to complete -2013-12-03 10:55:01 program INFO WAIT active send to complete -2013-12-03 10:55:01 program INFO WAIT active send to complete -2013-12-03 10:55:02 program INFO WAIT active send to complete -2013-12-03 10:55:02 program INFO WAIT active send to complete -2013-12-03 10:55:02 program INFO WAIT active send to complete -2013-12-03 10:55:02 program INFO WAIT active send to complete -2013-12-03 10:55:02 program INFO WAIT active send to complete -2013-12-03 10:55:03 program INFO WAIT active send to complete -2013-12-03 10:55:03 program INFO WAIT active send to complete -2013-12-03 10:55:03 program INFO WAIT active send to complete -2013-12-03 10:55:03 program INFO WAIT active send to complete -2013-12-03 10:55:04 program INFO WAIT active send to complete -2013-12-03 10:55:04 program INFO WAIT active send to complete -2013-12-03 10:55:04 program INFO WAIT active send to complete -2013-12-03 10:55:04 program INFO WAIT active send to complete -2013-12-03 10:55:04 program INFO WAIT active send to complete -2013-12-03 10:55:05 program INFO WAIT active send to complete -2013-12-03 10:55:05 program INFO WAIT active send to complete -2013-12-03 10:55:05 program INFO WAIT active send to complete -2013-12-03 10:55:05 program INFO WAIT active send to complete -2013-12-03 10:55:05 program INFO WAIT active send to complete -2013-12-03 10:55:06 program ERROR IOB offline -2013-12-03 10:55:06 program INFO IOB ONLINE! -2013-12-03 10:55:06 program INFO WAIT active send to complete -2013-12-03 10:55:06 program INFO WAIT active send to complete -2013-12-03 10:55:06 program INFO WAIT active send to complete -2013-12-03 10:55:06 program ERROR IOB offline -2013-12-03 10:55:07 program INFO IOB ONLINE! -2013-12-03 10:55:07 program INFO WAIT active send to complete -2013-12-03 10:55:07 program INFO WAIT active send to complete -2013-12-03 10:55:07 program INFO WAIT active send to complete -2013-12-03 10:55:07 program INFO WAIT active send to complete -2013-12-03 10:55:07 program INFO WAIT active send to complete -2013-12-03 10:55:08 program INFO WAIT active send to complete -2013-12-03 10:55:08 program INFO WAIT active send to complete -2013-12-03 10:55:08 program INFO WAIT active send to complete -2013-12-03 10:55:08 program INFO WAIT active send to complete -2013-12-03 10:55:08 program INFO WAIT active send to complete -2013-12-03 10:55:09 program INFO WAIT active send to complete -2013-12-03 10:55:09 program INFO WAIT active send to complete -2013-12-03 10:55:09 program INFO WAIT active send to complete -2013-12-03 10:55:09 program INFO WAIT active send to complete -2013-12-03 10:55:09 program INFO WAIT active send to complete -2013-12-03 10:55:10 program INFO WAIT active send to complete -2013-12-03 10:55:10 program INFO WAIT active send to complete -2013-12-03 10:55:10 program INFO WAIT active send to complete -2013-12-03 10:55:10 program INFO WAIT active send to complete -2013-12-03 10:55:11 program INFO WAIT active send to complete -2013-12-03 10:55:11 program INFO WAIT active send to complete -2013-12-03 10:55:11 program INFO WAIT active send to complete -2013-12-03 10:55:11 program INFO WAIT active send to complete -2013-12-03 10:55:11 program INFO WAIT active send to complete -2013-12-03 10:55:12 program INFO WAIT active send to complete -2013-12-03 10:55:12 program INFO WAIT active send to complete -2013-12-03 10:55:12 program INFO WAIT active send to complete -2013-12-03 10:55:12 program INFO WAIT active send to complete -2013-12-03 10:55:12 program INFO WAIT active send to complete -2013-12-03 10:55:13 program INFO WAIT active send to complete -2013-12-03 10:55:13 program INFO WAIT active send to complete -2013-12-03 10:55:13 program INFO WAIT active send to complete -2013-12-03 10:55:13 program INFO WAIT active send to complete -2013-12-03 10:55:13 program INFO WAIT active send to complete -2013-12-03 10:55:14 program INFO WAIT active send to complete -2013-12-03 10:55:14 program INFO WAIT active send to complete -2013-12-03 10:55:14 program INFO WAIT active send to complete -2013-12-03 10:55:14 program INFO WAIT active send to complete -2013-12-03 10:55:14 program INFO WAIT active send to complete -2013-12-03 10:55:15 program INFO WAIT active send to complete -2013-12-03 10:55:15 program INFO WAIT active send to complete -2013-12-03 10:55:15 program INFO WAIT active send to complete -2013-12-03 10:55:15 program INFO WAIT active send to complete -2013-12-03 10:55:15 program INFO WAIT active send to complete -2013-12-03 10:55:16 program INFO WAIT active send to complete -2013-12-03 10:55:16 program INFO WAIT active send to complete -2013-12-03 10:55:16 program INFO WAIT active send to complete -2013-12-03 10:55:16 program INFO WAIT active send to complete -2013-12-03 10:55:16 program INFO WAIT active send to complete -2013-12-03 10:55:17 program INFO WAIT active send to complete -2013-12-03 10:55:17 program INFO WAIT active send to complete -2013-12-03 10:55:17 program INFO WAIT active send to complete -2013-12-03 10:55:17 program INFO WAIT active send to complete -2013-12-03 10:55:18 program INFO WAIT active send to complete -2013-12-03 10:55:18 program INFO WAIT active send to complete -2013-12-03 10:55:18 program INFO WAIT active send to complete -2013-12-03 10:55:18 program INFO WAIT active send to complete -2013-12-03 10:55:18 program INFO WAIT active send to complete -2013-12-03 10:55:19 program INFO WAIT active send to complete -2013-12-03 10:55:19 program INFO WAIT active send to complete -2013-12-03 10:55:19 program INFO WAIT active send to complete -2013-12-03 10:55:19 program INFO WAIT active send to complete -2013-12-03 10:55:19 program INFO WAIT active send to complete -2013-12-03 10:55:20 program INFO WAIT active send to complete -2013-12-03 10:55:20 program INFO WAIT active send to complete -2013-12-03 10:55:20 program INFO WAIT active send to complete -2013-12-03 10:55:20 program INFO WAIT active send to complete -2013-12-03 10:55:20 program INFO WAIT active send to complete -2013-12-03 10:55:21 program INFO WAIT active send to complete -2013-12-03 10:55:21 program INFO WAIT active send to complete -2013-12-03 10:55:21 program INFO WAIT active send to complete -2013-12-03 10:55:21 program INFO WAIT active send to complete -2013-12-03 10:55:21 program INFO WAIT active send to complete -2013-12-03 10:55:22 program INFO WAIT active send to complete -2013-12-03 10:55:22 program INFO WAIT active send to complete -2013-12-03 10:55:22 program INFO WAIT active send to complete -2013-12-03 10:55:22 program INFO WAIT active send to complete -2013-12-03 10:55:22 program INFO WAIT active send to complete -2013-12-03 10:55:23 program INFO WAIT active send to complete -2013-12-03 10:55:23 program INFO WAIT active send to complete -2013-12-03 10:55:23 program INFO WAIT active send to complete -2013-12-03 10:55:24 program INFO WAIT active send to complete -2013-12-03 10:55:24 program INFO WAIT active send to complete -2013-12-03 10:55:24 program INFO WAIT active send to complete -2013-12-03 10:55:24 program INFO WAIT active send to complete -2013-12-03 10:55:24 program INFO WAIT active send to complete -2013-12-03 10:55:24 program INFO WAIT active send to complete -2013-12-03 10:55:25 program INFO WAIT active send to complete -2013-12-03 10:55:25 program INFO WAIT active send to complete -2013-12-03 10:55:25 program INFO WAIT active send to complete -2013-12-03 10:55:25 program INFO WAIT active send to complete -2013-12-03 10:55:25 program INFO WAIT active send to complete -2013-12-03 10:55:26 program INFO WAIT active send to complete -2013-12-03 10:55:26 program INFO WAIT active send to complete -2013-12-03 10:55:26 program INFO WAIT active send to complete -2013-12-03 10:55:26 program INFO WAIT active send to complete -2013-12-03 10:55:26 program INFO WAIT active send to complete -2013-12-03 10:55:27 program INFO WAIT active send to complete -2013-12-03 10:55:27 program ERROR IOB offline -2013-12-03 10:55:27 program INFO IOB ONLINE! -2013-12-03 10:55:27 program INFO WAIT active send to complete -2013-12-03 10:55:27 program INFO WAIT active send to complete -2013-12-03 10:55:27 program INFO WAIT active send to complete -2013-12-03 10:55:28 program INFO WAIT active send to complete -2013-12-03 10:55:28 program INFO WAIT active send to complete -2013-12-03 10:55:28 program INFO WAIT active send to complete -2013-12-03 10:55:28 program INFO WAIT active send to complete -2013-12-03 10:55:28 program INFO WAIT active send to complete -2013-12-03 10:55:29 program INFO WAIT active send to complete -2013-12-03 10:55:29 program INFO WAIT active send to complete -2013-12-03 10:55:29 program INFO WAIT active send to complete -2013-12-03 10:55:29 program INFO WAIT active send to complete -2013-12-03 10:55:29 program INFO WAIT active send to complete -2013-12-03 10:55:30 program INFO WAIT active send to complete -2013-12-03 10:55:30 program INFO WAIT active send to complete -2013-12-03 10:55:30 program INFO WAIT active send to complete -2013-12-03 10:55:30 program INFO WAIT active send to complete -2013-12-03 10:55:31 program INFO WAIT active send to complete -2013-12-03 10:55:31 program INFO WAIT active send to complete -2013-12-03 10:55:31 program INFO WAIT active send to complete -2013-12-03 10:55:31 program INFO WAIT active send to complete -2013-12-03 10:55:31 program INFO WAIT active send to complete -2013-12-03 10:55:32 program ERROR IOB offline -2013-12-03 10:55:32 program INFO IOB ONLINE! -2013-12-03 10:55:32 program INFO WAIT active send to complete -2013-12-03 10:55:32 program INFO WAIT active send to complete -2013-12-03 10:55:32 program INFO WAIT active send to complete -2013-12-03 10:55:32 program INFO WAIT active send to complete -2013-12-03 10:55:33 program INFO WAIT active send to complete -2013-12-03 10:55:33 program INFO WAIT active send to complete -2013-12-03 10:55:33 program INFO WAIT active send to complete -2013-12-03 10:55:33 program INFO WAIT active send to complete -2013-12-03 10:55:33 program INFO WAIT active send to complete -2013-12-03 10:55:34 program INFO WAIT active send to complete -2013-12-03 10:55:34 program INFO WAIT active send to complete -2013-12-03 10:55:34 program INFO WAIT active send to complete -2013-12-03 10:55:34 program INFO WAIT active send to complete -2013-12-03 10:55:34 program INFO WAIT active send to complete -2013-12-03 10:55:35 program INFO WAIT active send to complete -2013-12-03 10:55:35 program INFO WAIT active send to complete -2013-12-03 10:55:35 program INFO WAIT active send to complete -2013-12-03 10:55:35 program INFO WAIT active send to complete -2013-12-03 10:55:35 program INFO WAIT active send to complete -2013-12-03 10:55:36 program INFO WAIT active send to complete -2013-12-03 10:55:36 program INFO WAIT active send to complete -2013-12-03 10:55:36 program INFO WAIT active send to complete -2013-12-03 10:55:36 program INFO WAIT active send to complete -2013-12-03 10:55:36 program INFO WAIT active send to complete -2013-12-03 10:55:37 program INFO WAIT active send to complete -2013-12-03 10:55:37 program INFO WAIT active send to complete -2013-12-03 10:55:37 program INFO WAIT active send to complete -2013-12-03 10:55:37 program INFO WAIT active send to complete -2013-12-03 10:55:37 program INFO WAIT active send to complete -2013-12-03 10:55:38 program INFO WAIT active send to complete -2013-12-03 10:55:38 program INFO WAIT active send to complete -2013-12-03 10:55:38 program INFO WAIT active send to complete -2013-12-03 10:55:38 program INFO WAIT active send to complete -2013-12-03 10:55:39 program INFO WAIT active send to complete -2013-12-03 10:55:39 program INFO WAIT active send to complete -2013-12-03 10:55:39 program INFO WAIT active send to complete -2013-12-03 10:55:39 program INFO WAIT active send to complete -2013-12-03 10:55:39 program INFO WAIT active send to complete -2013-12-03 10:55:40 program INFO WAIT active send to complete -2013-12-03 10:55:40 program INFO WAIT active send to complete -2013-12-03 10:55:40 program INFO WAIT active send to complete -2013-12-03 10:55:40 program INFO WAIT active send to complete -2013-12-03 10:55:40 program INFO WAIT active send to complete -2013-12-03 10:55:41 program INFO WAIT active send to complete -2013-12-03 10:55:41 program INFO WAIT active send to complete -2013-12-03 10:55:41 program INFO WAIT active send to complete -2013-12-03 10:55:41 program INFO WAIT active send to complete -2013-12-03 10:55:41 program INFO WAIT active send to complete -2013-12-03 10:55:42 program INFO WAIT active send to complete -2013-12-03 10:55:42 program INFO WAIT active send to complete -2013-12-03 10:55:42 program INFO WAIT active send to complete -2013-12-03 10:55:42 program INFO WAIT active send to complete -2013-12-03 10:55:42 program INFO WAIT active send to complete -2013-12-03 10:55:43 program INFO WAIT active send to complete -2013-12-03 10:55:43 program INFO WAIT active send to complete -2013-12-03 10:55:43 program INFO WAIT active send to complete -2013-12-03 10:55:43 program INFO WAIT active send to complete -2013-12-03 10:55:43 program INFO WAIT active send to complete -2013-12-03 10:55:44 program INFO WAIT active send to complete -2013-12-03 10:55:44 program INFO WAIT active send to complete -2013-12-03 10:55:44 program INFO WAIT active send to complete -2013-12-03 10:55:44 program INFO WAIT active send to complete -2013-12-03 10:55:44 program INFO WAIT active send to complete -2013-12-03 10:55:45 program INFO WAIT active send to complete -2013-12-03 10:55:45 program INFO WAIT active send to complete -2013-12-03 10:55:45 program INFO WAIT active send to complete -2013-12-03 10:55:45 program INFO WAIT active send to complete -2013-12-03 10:55:46 program INFO WAIT active send to complete -2013-12-03 10:55:46 program INFO WAIT active send to complete -2013-12-03 10:55:46 program INFO WAIT active send to complete -2013-12-03 10:55:46 program INFO WAIT active send to complete -2013-12-03 10:55:46 program INFO WAIT active send to complete -2013-12-03 10:55:47 program INFO WAIT active send to complete -2013-12-03 10:55:47 program INFO WAIT active send to complete -2013-12-03 10:55:47 queue INFO >>83 [155] -2013-12-03 10:55:47 program INFO WAIT active send to complete -2013-12-03 10:55:47 program INFO WAIT active send to complete -2013-12-03 10:55:47 program INFO WAIT active send to complete -2013-12-03 10:55:48 program INFO WAIT active send to complete -2013-12-03 10:55:48 program INFO WAIT active send to complete -2013-12-03 10:55:48 program INFO WAIT active send to complete -2013-12-03 10:55:48 program INFO WAIT active send to complete -2013-12-03 10:55:48 program INFO WAIT active send to complete -2013-12-03 10:55:49 program INFO WAIT active send to complete -2013-12-03 10:55:49 program INFO WAIT active send to complete -2013-12-03 10:55:49 program INFO WAIT active send to complete -2013-12-03 10:55:49 program INFO WAIT active send to complete -2013-12-03 10:55:49 program INFO WAIT active send to complete -2013-12-03 10:55:50 program INFO WAIT active send to complete -2013-12-03 10:55:50 program INFO WAIT active send to complete -2013-12-03 10:55:50 program INFO WAIT active send to complete -2013-12-03 10:55:50 program INFO WAIT active send to complete -2013-12-03 10:55:50 program INFO WAIT active send to complete -2013-12-03 10:55:51 program INFO WAIT active send to complete -2013-12-03 10:55:51 program INFO WAIT active send to complete -2013-12-03 10:55:51 program INFO WAIT active send to complete -2013-12-03 10:55:51 program INFO WAIT active send to complete -2013-12-03 10:55:51 program INFO WAIT active send to complete -2013-12-03 10:55:52 program INFO WAIT active send to complete -2013-12-03 10:55:52 program INFO WAIT active send to complete -2013-12-03 10:55:52 program INFO WAIT active send to complete -2013-12-03 10:55:52 program INFO WAIT active send to complete -2013-12-03 10:55:53 program INFO WAIT active send to complete -2013-12-03 10:55:53 program INFO WAIT active send to complete -2013-12-03 10:55:53 program INFO WAIT active send to complete -2013-12-03 10:55:53 program INFO WAIT active send to complete -2013-12-03 10:55:53 program INFO WAIT active send to complete -2013-12-03 10:55:54 program INFO WAIT active send to complete -2013-12-03 10:55:54 program INFO WAIT active send to complete -2013-12-03 10:55:54 program INFO WAIT active send to complete -2013-12-03 10:55:54 program INFO WAIT active send to complete -2013-12-03 10:55:54 program ERROR IOB offline -2013-12-03 10:55:55 program INFO IOB ONLINE! -2013-12-03 10:55:55 program INFO WAIT active send to complete -2013-12-03 10:55:55 program INFO WAIT active send to complete -2013-12-03 10:55:55 program INFO WAIT active send to complete -2013-12-03 10:55:55 program INFO WAIT active send to complete -2013-12-03 10:55:55 program INFO WAIT active send to complete -2013-12-03 10:55:56 program INFO WAIT active send to complete -2013-12-03 10:55:56 program ERROR IOB offline -2013-12-03 10:55:56 program INFO IOB ONLINE! -2013-12-03 10:55:56 program INFO WAIT active send to complete -2013-12-03 10:55:56 program INFO WAIT active send to complete -2013-12-03 10:55:56 program INFO WAIT active send to complete -2013-12-03 10:55:57 program ERROR IOB offline -2013-12-03 10:56:27 program INFO IOB ONLINE! -2013-12-03 10:56:27 program INFO WAIT active send to complete -2013-12-03 10:56:27 program INFO WAIT active send to complete -2013-12-03 10:56:27 program INFO WAIT active send to complete -2013-12-03 10:56:27 program INFO WAIT active send to complete -2013-12-03 10:56:27 program INFO WAIT active send to complete -2013-12-03 10:56:28 program INFO WAIT active send to complete -2013-12-03 10:56:28 program INFO WAIT active send to complete -2013-12-03 10:56:28 program INFO WAIT active send to complete -2013-12-03 10:56:28 program INFO WAIT active send to complete -2013-12-03 10:56:29 program INFO WAIT active send to complete -2013-12-03 10:56:29 program INFO WAIT active send to complete -2013-12-03 10:56:29 program INFO WAIT active send to complete -2013-12-03 10:56:29 program INFO WAIT active send to complete -2013-12-03 10:56:29 program INFO WAIT active send to complete -2013-12-03 10:56:30 program INFO WAIT active send to complete -2013-12-03 10:56:30 program INFO WAIT active send to complete -2013-12-03 10:56:30 program INFO WAIT active send to complete -2013-12-03 10:56:30 program INFO WAIT active send to complete -2013-12-03 10:56:30 program INFO WAIT active send to complete -2013-12-03 10:56:31 program INFO WAIT active send to complete -2013-12-03 10:56:31 program INFO WAIT active send to complete -2013-12-03 10:56:31 program INFO WAIT active send to complete -2013-12-03 10:56:31 program INFO WAIT active send to complete -2013-12-03 10:56:31 program INFO WAIT active send to complete -2013-12-03 10:56:32 program INFO WAIT active send to complete -2013-12-03 10:56:32 program INFO WAIT active send to complete -2013-12-03 10:56:32 program INFO WAIT active send to complete -2013-12-03 10:56:32 program INFO WAIT active send to complete -2013-12-03 10:56:32 program INFO WAIT active send to complete -2013-12-03 10:56:33 program INFO WAIT active send to complete -2013-12-03 10:56:33 program INFO WAIT active send to complete -2013-12-03 10:56:33 program INFO WAIT active send to complete -2013-12-03 10:56:33 program INFO WAIT active send to complete -2013-12-03 10:56:33 program INFO WAIT active send to complete -2013-12-03 10:56:34 program INFO WAIT active send to complete -2013-12-03 10:56:34 program INFO WAIT active send to complete -2013-12-03 10:56:34 program INFO WAIT active send to complete -2013-12-03 10:56:34 program INFO WAIT active send to complete -2013-12-03 10:56:34 program INFO WAIT active send to complete -2013-12-03 10:56:35 program INFO WAIT active send to complete -2013-12-03 10:56:35 program INFO WAIT active send to complete -2013-12-03 10:56:35 program INFO WAIT active send to complete -2013-12-03 10:56:35 program INFO WAIT active send to complete -2013-12-03 10:56:36 program INFO WAIT active send to complete -2013-12-03 10:56:36 program INFO WAIT active send to complete -2013-12-03 10:56:36 program INFO WAIT active send to complete -2013-12-03 10:56:36 program INFO WAIT active send to complete -2013-12-03 10:56:36 program INFO WAIT active send to complete -2013-12-03 10:56:37 program INFO WAIT active send to complete -2013-12-03 10:56:37 program INFO WAIT active send to complete -2013-12-03 10:56:37 program INFO WAIT active send to complete -2013-12-03 10:56:37 queue INFO >>83 [156] -2013-12-03 10:56:37 program INFO WAIT active send to complete -2013-12-03 10:56:37 program INFO WAIT active send to complete -2013-12-03 10:56:38 program INFO WAIT active send to complete -2013-12-03 10:56:38 program INFO WAIT active send to complete -2013-12-03 10:56:38 program INFO WAIT active send to complete -2013-12-03 10:56:38 program INFO WAIT active send to complete -2013-12-03 10:56:38 program INFO WAIT active send to complete -2013-12-03 10:56:39 program INFO WAIT active send to complete -2013-12-03 10:56:39 program INFO WAIT active send to complete -2013-12-03 10:56:39 program INFO WAIT active send to complete -2013-12-03 10:56:39 program INFO WAIT active send to complete -2013-12-03 10:56:39 program INFO WAIT active send to complete -2013-12-03 10:56:40 program INFO WAIT active send to complete -2013-12-03 10:56:40 program INFO WAIT active send to complete -2013-12-03 10:56:40 program INFO WAIT active send to complete -2013-12-03 10:56:40 program INFO WAIT active send to complete -2013-12-03 10:56:40 program INFO WAIT active send to complete -2013-12-03 10:56:41 program INFO WAIT active send to complete -2013-12-03 10:56:41 program INFO WAIT active send to complete -2013-12-03 10:56:41 program INFO WAIT active send to complete -2013-12-03 10:56:42 program INFO WAIT active send to complete -2013-12-03 10:56:42 program INFO WAIT active send to complete -2013-12-03 10:56:42 program INFO WAIT active send to complete -2013-12-03 10:56:43 program ERROR IOB offline -2013-12-03 10:56:43 program INFO IOB ONLINE! -2013-12-03 10:56:43 program INFO WAIT active send to complete -2013-12-03 10:56:43 program INFO WAIT active send to complete -2013-12-03 10:56:43 program INFO WAIT active send to complete -2013-12-03 10:56:43 program INFO WAIT active send to complete -2013-12-03 10:56:43 program INFO WAIT active send to complete -2013-12-03 10:56:43 program INFO WAIT active send to complete -2013-12-03 10:56:43 program INFO WAIT active send to complete -2013-12-03 10:56:44 program INFO WAIT active send to complete -2013-12-03 10:56:44 program INFO WAIT active send to complete -2013-12-03 10:56:44 program INFO WAIT active send to complete -2013-12-03 10:56:44 program INFO WAIT active send to complete -2013-12-03 10:56:44 program INFO WAIT active send to complete -2013-12-03 10:56:45 program INFO WAIT active send to complete -2013-12-03 10:56:45 program INFO WAIT active send to complete -2013-12-03 10:56:45 program INFO WAIT active send to complete -2013-12-03 10:56:45 program INFO WAIT active send to complete -2013-12-03 10:56:45 program INFO WAIT active send to complete -2013-12-03 10:56:46 program INFO WAIT active send to complete -2013-12-03 10:56:46 program INFO WAIT active send to complete -2013-12-03 10:56:46 program INFO WAIT active send to complete -2013-12-03 10:56:46 program INFO WAIT active send to complete -2013-12-03 10:56:47 program INFO WAIT active send to complete -2013-12-03 10:56:47 program INFO WAIT active send to complete -2013-12-03 10:56:47 program INFO WAIT active send to complete -2013-12-03 10:56:47 program INFO WAIT active send to complete -2013-12-03 10:56:47 program INFO WAIT active send to complete -2013-12-03 10:56:48 program INFO WAIT active send to complete -2013-12-03 10:56:48 program INFO WAIT active send to complete -2013-12-03 10:56:48 program INFO WAIT active send to complete -2013-12-03 10:56:48 program INFO WAIT active send to complete -2013-12-03 10:56:48 program INFO WAIT active send to complete -2013-12-03 10:56:49 program ERROR IOB offline -2013-12-03 10:56:49 program INFO WAIT active send to complete -2013-12-03 10:56:49 program INFO IOB ONLINE! -2013-12-03 10:56:49 program INFO WAIT active send to complete -2013-12-03 10:56:49 program INFO WAIT active send to complete -2013-12-03 10:56:49 program INFO WAIT active send to complete -2013-12-03 10:56:50 program INFO WAIT active send to complete -2013-12-03 10:56:50 program INFO WAIT active send to complete -2013-12-03 10:56:50 program INFO WAIT active send to complete -2013-12-03 10:56:50 program INFO WAIT active send to complete -2013-12-03 10:56:50 program INFO WAIT active send to complete -2013-12-03 10:56:51 program INFO WAIT active send to complete -2013-12-03 10:56:51 program INFO WAIT active send to complete -2013-12-03 10:56:51 program INFO WAIT active send to complete -2013-12-03 10:56:51 program INFO WAIT active send to complete -2013-12-03 10:56:51 program INFO WAIT active send to complete -2013-12-03 10:56:52 program INFO WAIT active send to complete -2013-12-03 10:56:52 program INFO WAIT active send to complete -2013-12-03 10:56:52 program INFO WAIT active send to complete -2013-12-03 10:56:52 program INFO WAIT active send to complete -2013-12-03 10:56:52 program INFO WAIT active send to complete -2013-12-03 10:56:53 program INFO WAIT active send to complete -2013-12-03 10:56:53 program INFO WAIT active send to complete -2013-12-03 10:56:53 program INFO WAIT active send to complete -2013-12-03 10:56:53 program INFO WAIT active send to complete -2013-12-03 10:56:54 program INFO WAIT active send to complete -2013-12-03 10:56:54 program INFO WAIT active send to complete -2013-12-03 10:56:54 program INFO WAIT active send to complete -2013-12-03 10:56:54 program INFO WAIT active send to complete -2013-12-03 10:56:54 program INFO WAIT active send to complete -2013-12-03 10:56:55 program INFO WAIT active send to complete -2013-12-03 10:56:55 program INFO WAIT active send to complete -2013-12-03 10:56:55 program INFO WAIT active send to complete -2013-12-03 10:56:55 program INFO WAIT active send to complete -2013-12-03 10:56:55 program INFO WAIT active send to complete -2013-12-03 10:56:56 program INFO WAIT active send to complete -2013-12-03 10:56:56 program INFO WAIT active send to complete -2013-12-03 10:56:56 program INFO WAIT active send to complete -2013-12-03 10:56:56 program INFO WAIT active send to complete -2013-12-03 10:56:56 program INFO WAIT active send to complete -2013-12-03 10:56:57 program INFO WAIT active send to complete -2013-12-03 10:56:57 program INFO WAIT active send to complete -2013-12-03 10:56:57 program INFO WAIT active send to complete -2013-12-03 10:56:57 program INFO WAIT active send to complete -2013-12-03 10:56:57 program INFO WAIT active send to complete -2013-12-03 10:56:58 program INFO WAIT active send to complete -2013-12-03 10:56:58 program INFO WAIT active send to complete -2013-12-03 10:56:58 program INFO WAIT active send to complete -2013-12-03 10:56:58 program INFO WAIT active send to complete -2013-12-03 10:56:58 program INFO WAIT active send to complete -2013-12-03 10:56:59 program INFO WAIT active send to complete -2013-12-03 10:56:59 program INFO WAIT active send to complete -2013-12-03 10:56:59 program INFO WAIT active send to complete -2013-12-03 10:56:59 program INFO WAIT active send to complete -2013-12-03 10:56:59 program INFO WAIT active send to complete -2013-12-03 10:57:00 program INFO WAIT active send to complete -2013-12-03 10:57:00 program INFO WAIT active send to complete -2013-12-03 10:57:00 program INFO WAIT active send to complete -2013-12-03 10:57:00 program INFO WAIT active send to complete -2013-12-03 10:57:01 program INFO WAIT active send to complete -2013-12-03 10:57:01 program INFO WAIT active send to complete -2013-12-03 10:57:01 program INFO WAIT active send to complete -2013-12-03 10:57:01 program INFO WAIT active send to complete -2013-12-03 10:57:01 program INFO WAIT active send to complete -2013-12-03 10:57:02 program INFO WAIT active send to complete -2013-12-03 10:57:02 program INFO WAIT active send to complete -2013-12-03 10:57:02 program INFO WAIT active send to complete -2013-12-03 10:57:02 program INFO WAIT active send to complete -2013-12-03 10:57:02 program INFO WAIT active send to complete -2013-12-03 10:57:03 program INFO WAIT active send to complete -2013-12-03 10:57:03 program INFO WAIT active send to complete -2013-12-03 10:57:03 program INFO WAIT active send to complete -2013-12-03 10:57:03 program INFO WAIT active send to complete -2013-12-03 10:57:03 program INFO WAIT active send to complete -2013-12-03 10:57:04 program INFO WAIT active send to complete -2013-12-03 10:57:04 program INFO WAIT active send to complete -2013-12-03 10:57:04 program INFO WAIT active send to complete -2013-12-03 10:57:04 program INFO WAIT active send to complete -2013-12-03 10:57:04 program INFO WAIT active send to complete -2013-12-03 10:57:05 program INFO WAIT active send to complete -2013-12-03 10:57:05 program INFO WAIT active send to complete -2013-12-03 10:57:05 program INFO WAIT active send to complete -2013-12-03 10:57:05 program INFO WAIT active send to complete -2013-12-03 10:57:05 program INFO WAIT active send to complete -2013-12-03 10:57:06 program INFO WAIT active send to complete -2013-12-03 10:57:06 program INFO WAIT active send to complete -2013-12-03 10:57:06 program INFO WAIT active send to complete -2013-12-03 10:57:06 program INFO WAIT active send to complete -2013-12-03 10:57:06 program INFO WAIT active send to complete -2013-12-03 10:57:07 program INFO WAIT active send to complete -2013-12-03 10:57:07 program INFO WAIT active send to complete -2013-12-03 10:57:07 program INFO WAIT active send to complete -2013-12-03 10:57:07 program INFO WAIT active send to complete -2013-12-03 10:57:08 program INFO WAIT active send to complete -2013-12-03 10:57:08 program INFO WAIT active send to complete -2013-12-03 10:57:08 program INFO WAIT active send to complete -2013-12-03 10:57:08 program INFO WAIT active send to complete -2013-12-03 10:57:08 program INFO WAIT active send to complete -2013-12-03 10:57:09 program INFO WAIT active send to complete -2013-12-03 10:57:09 program INFO WAIT active send to complete -2013-12-03 10:57:09 program INFO WAIT active send to complete -2013-12-03 10:57:09 program INFO WAIT active send to complete -2013-12-03 10:57:09 program INFO WAIT active send to complete -2013-12-03 10:57:10 program INFO WAIT active send to complete -2013-12-03 10:57:10 program INFO WAIT active send to complete -2013-12-03 10:57:10 program INFO WAIT active send to complete -2013-12-03 10:57:10 program INFO WAIT active send to complete -2013-12-03 10:57:10 program INFO WAIT active send to complete -2013-12-03 10:57:11 program INFO WAIT active send to complete -2013-12-03 10:57:11 program INFO WAIT active send to complete -2013-12-03 10:57:11 program INFO WAIT active send to complete -2013-12-03 10:57:11 program INFO WAIT active send to complete -2013-12-03 10:57:11 program INFO WAIT active send to complete -2013-12-03 10:57:12 program INFO WAIT active send to complete -2013-12-03 10:57:12 program INFO WAIT active send to complete -2013-12-03 10:57:12 program INFO WAIT active send to complete -2013-12-03 10:57:12 program INFO WAIT active send to complete -2013-12-03 10:57:12 program INFO WAIT active send to complete -2013-12-03 10:57:13 program INFO WAIT active send to complete -2013-12-03 10:57:13 program INFO WAIT active send to complete -2013-12-03 10:57:13 program INFO WAIT active send to complete -2013-12-03 10:57:13 program INFO WAIT active send to complete -2013-12-03 10:57:13 program INFO WAIT active send to complete -2013-12-03 10:57:14 program INFO WAIT active send to complete -2013-12-03 10:57:14 program INFO WAIT active send to complete -2013-12-03 10:57:14 program INFO WAIT active send to complete -2013-12-03 10:57:14 program INFO WAIT active send to complete -2013-12-03 10:57:15 program INFO WAIT active send to complete -2013-12-03 10:57:15 program INFO WAIT active send to complete -2013-12-03 10:57:15 program INFO WAIT active send to complete -2013-12-03 10:57:15 program INFO WAIT active send to complete -2013-12-03 10:57:15 program INFO WAIT active send to complete -2013-12-03 10:57:16 program INFO WAIT active send to complete -2013-12-03 10:57:16 program INFO WAIT active send to complete -2013-12-03 10:57:16 program INFO WAIT active send to complete -2013-12-03 10:57:16 program INFO WAIT active send to complete -2013-12-03 10:57:16 program INFO WAIT active send to complete -2013-12-03 10:57:17 program INFO WAIT active send to complete -2013-12-03 10:57:17 program INFO WAIT active send to complete -2013-12-03 10:57:17 program INFO WAIT active send to complete -2013-12-03 10:57:17 program INFO WAIT active send to complete -2013-12-03 10:57:17 program INFO WAIT active send to complete -2013-12-03 10:57:18 program INFO WAIT active send to complete -2013-12-03 10:57:18 program INFO WAIT active send to complete -2013-12-03 10:57:18 program INFO WAIT active send to complete -2013-12-03 10:57:18 program INFO WAIT active send to complete -2013-12-03 10:57:18 program INFO WAIT active send to complete -2013-12-03 10:57:19 program INFO WAIT active send to complete -2013-12-03 10:57:19 program INFO WAIT active send to complete -2013-12-03 10:57:19 program INFO WAIT active send to complete -2013-12-03 10:57:19 program INFO WAIT active send to complete -2013-12-03 10:57:19 program INFO WAIT active send to complete -2013-12-03 10:57:20 program INFO WAIT active send to complete -2013-12-03 10:57:20 program INFO WAIT active send to complete -2013-12-03 10:57:20 program INFO WAIT active send to complete -2013-12-03 10:57:20 program INFO WAIT active send to complete -2013-12-03 10:57:20 program INFO WAIT active send to complete -2013-12-03 10:57:21 program INFO WAIT active send to complete -2013-12-03 10:57:21 program INFO WAIT active send to complete -2013-12-03 10:57:21 program INFO WAIT active send to complete -2013-12-03 10:57:21 program INFO WAIT active send to complete -2013-12-03 10:57:22 program INFO WAIT active send to complete -2013-12-03 10:57:22 program INFO WAIT active send to complete -2013-12-03 10:57:22 program INFO WAIT active send to complete -2013-12-03 10:57:22 program INFO WAIT active send to complete -2013-12-03 10:57:22 program INFO WAIT active send to complete -2013-12-03 10:57:23 program INFO WAIT active send to complete -2013-12-03 10:57:23 program INFO WAIT active send to complete -2013-12-03 10:57:23 program INFO WAIT active send to complete -2013-12-03 10:57:23 program INFO WAIT active send to complete -2013-12-03 10:57:23 program INFO WAIT active send to complete -2013-12-03 10:57:24 program INFO WAIT active send to complete -2013-12-03 10:57:24 program INFO WAIT active send to complete -2013-12-03 10:57:24 program INFO WAIT active send to complete -2013-12-03 10:57:24 program INFO WAIT active send to complete -2013-12-03 10:57:24 program INFO WAIT active send to complete -2013-12-03 10:57:25 program INFO WAIT active send to complete -2013-12-03 10:57:25 program INFO WAIT active send to complete -2013-12-03 10:57:25 program INFO WAIT active send to complete -2013-12-03 10:57:25 program INFO WAIT active send to complete -2013-12-03 10:57:25 program INFO WAIT active send to complete -2013-12-03 10:57:26 program INFO WAIT active send to complete -2013-12-03 10:57:26 program INFO WAIT active send to complete -2013-12-03 10:57:26 program INFO WAIT active send to complete -2013-12-03 10:57:26 program INFO WAIT active send to complete -2013-12-03 10:57:26 program INFO WAIT active send to complete -2013-12-03 10:57:27 program INFO WAIT active send to complete -2013-12-03 10:57:27 program INFO WAIT active send to complete -2013-12-03 10:57:27 program INFO WAIT active send to complete -2013-12-03 10:57:27 queue INFO >>83 [157] -2013-12-03 10:57:27 program INFO WAIT active send to complete -2013-12-03 10:57:27 program INFO WAIT active send to complete -2013-12-03 10:57:28 program INFO WAIT active send to complete -2013-12-03 10:57:28 program INFO WAIT active send to complete -2013-12-03 10:57:28 program INFO WAIT active send to complete -2013-12-03 10:57:28 program INFO WAIT active send to complete -2013-12-03 10:57:29 program INFO WAIT active send to complete -2013-12-03 10:57:29 program INFO WAIT active send to complete -2013-12-03 10:57:29 program INFO WAIT active send to complete -2013-12-03 10:57:29 program INFO WAIT active send to complete -2013-12-03 10:57:29 program INFO WAIT active send to complete -2013-12-03 10:57:29 queue INFO 87 [158] -2013-12-03 10:57:30 program INFO WAIT active send to complete -2013-12-03 10:57:30 program INFO WAIT active send to complete -2013-12-03 10:57:30 program INFO WAIT active send to complete -2013-12-03 10:57:30 program INFO WAIT active send to complete -2013-12-03 10:57:30 program INFO WAIT active send to complete -2013-12-03 10:57:31 program INFO WAIT active send to complete -2013-12-03 10:57:31 program INFO WAIT active send to complete -2013-12-03 10:57:31 program INFO WAIT active send to complete -2013-12-03 10:57:31 queue INFO >87 [159] -2013-12-03 10:57:31 program INFO WAIT active send to complete -2013-12-03 10:57:31 program INFO WAIT active send to complete -2013-12-03 10:57:32 program INFO WAIT active send to complete -2013-12-03 10:57:32 program INFO WAIT active send to complete -2013-12-03 10:57:32 program INFO WAIT active send to complete -2013-12-03 10:57:32 program INFO WAIT active send to complete -2013-12-03 10:57:32 queue INFO 83 [160] -2013-12-03 10:57:32 program INFO WAIT active send to complete -2013-12-03 10:57:33 program INFO WAIT active send to complete -2013-12-03 10:57:33 program INFO WAIT active send to complete -2013-12-03 10:57:33 program INFO WAIT active send to complete -2013-12-03 10:57:33 program INFO WAIT active send to complete -2013-12-03 10:57:33 program INFO WAIT active send to complete -2013-12-03 10:57:34 program INFO WAIT active send to complete -2013-12-03 10:57:34 program INFO WAIT active send to complete -2013-12-03 10:57:34 program INFO WAIT active send to complete -2013-12-03 10:57:34 queue INFO >83 [161] -2013-12-03 10:57:34 program INFO WAIT active send to complete -2013-12-03 10:57:34 program INFO WAIT active send to complete -2013-12-03 10:57:35 program INFO WAIT active send to complete -2013-12-03 10:57:35 program INFO WAIT active send to complete -2013-12-03 10:57:35 program INFO WAIT active send to complete -2013-12-03 10:57:35 program INFO WAIT active send to complete -2013-12-03 10:57:36 program INFO WAIT active send to complete -2013-12-03 10:57:36 program INFO WAIT active send to complete -2013-12-03 10:57:36 program INFO WAIT active send to complete -2013-12-03 10:57:36 program INFO WAIT active send to complete -2013-12-03 10:57:36 program INFO WAIT active send to complete -2013-12-03 10:57:37 program INFO WAIT active send to complete -2013-12-03 10:57:37 program INFO WAIT active send to complete -2013-12-03 10:57:37 program INFO WAIT active send to complete -2013-12-03 10:57:37 program INFO WAIT active send to complete -2013-12-03 10:57:37 program INFO WAIT active send to complete -2013-12-03 10:57:38 program INFO WAIT active send to complete -2013-12-03 10:57:38 program INFO WAIT active send to complete -2013-12-03 10:57:38 program INFO WAIT active send to complete -2013-12-03 10:57:38 program INFO WAIT active send to complete -2013-12-03 10:57:38 program INFO WAIT active send to complete -2013-12-03 10:57:39 program INFO WAIT active send to complete -2013-12-03 10:57:39 program INFO WAIT active send to complete -2013-12-03 10:57:39 program INFO WAIT active send to complete -2013-12-03 10:57:39 program INFO WAIT active send to complete -2013-12-03 10:57:39 program INFO WAIT active send to complete -2013-12-03 10:57:40 program INFO WAIT active send to complete -2013-12-03 10:57:40 program INFO WAIT active send to complete -2013-12-03 10:57:40 program INFO WAIT active send to complete -2013-12-03 10:57:40 program INFO WAIT active send to complete -2013-12-03 10:57:40 program INFO WAIT active send to complete -2013-12-03 10:57:41 program INFO WAIT active send to complete -2013-12-03 10:57:41 program INFO WAIT active send to complete -2013-12-03 10:57:41 program INFO WAIT active send to complete -2013-12-03 10:57:41 program INFO WAIT active send to complete -2013-12-03 10:57:41 program INFO WAIT active send to complete -2013-12-03 10:57:42 program INFO WAIT active send to complete -2013-12-03 10:57:42 program INFO WAIT active send to complete -2013-12-03 10:57:42 program INFO WAIT active send to complete -2013-12-03 10:57:42 program INFO WAIT active send to complete -2013-12-03 10:57:42 program INFO WAIT active send to complete -2013-12-03 10:57:43 program INFO WAIT active send to complete -2013-12-03 10:57:43 program INFO WAIT active send to complete -2013-12-03 10:57:43 program INFO WAIT active send to complete -2013-12-03 10:57:43 program INFO WAIT active send to complete -2013-12-03 10:57:44 program INFO WAIT active send to complete -2013-12-03 10:57:44 program INFO WAIT active send to complete -2013-12-03 10:57:44 program INFO WAIT active send to complete -2013-12-03 10:57:44 program INFO WAIT active send to complete -2013-12-03 10:57:44 program INFO WAIT active send to complete -2013-12-03 10:57:45 program INFO WAIT active send to complete -2013-12-03 10:57:45 program INFO WAIT active send to complete -2013-12-03 10:57:45 program INFO WAIT active send to complete -2013-12-03 10:57:45 program INFO WAIT active send to complete -2013-12-03 10:57:45 program INFO WAIT active send to complete -2013-12-03 10:57:46 program INFO WAIT active send to complete -2013-12-03 10:57:46 program INFO WAIT active send to complete -2013-12-03 10:57:46 program INFO WAIT active send to complete -2013-12-03 10:57:46 program INFO WAIT active send to complete -2013-12-03 10:57:46 program INFO WAIT active send to complete -2013-12-03 10:57:47 program INFO WAIT active send to complete -2013-12-03 10:57:47 program INFO WAIT active send to complete -2013-12-03 10:57:47 program INFO WAIT active send to complete -2013-12-03 10:57:47 program INFO WAIT active send to complete -2013-12-03 10:57:47 program INFO WAIT active send to complete -2013-12-03 10:57:48 program INFO WAIT active send to complete -2013-12-03 10:57:48 program INFO WAIT active send to complete -2013-12-03 10:57:48 program INFO WAIT active send to complete -2013-12-03 10:57:48 program INFO WAIT active send to complete -2013-12-03 10:57:48 program INFO WAIT active send to complete -2013-12-03 10:57:49 program INFO WAIT active send to complete -2013-12-03 10:57:49 program INFO WAIT active send to complete -2013-12-03 10:57:49 program INFO WAIT active send to complete -2013-12-03 10:57:49 program INFO WAIT active send to complete -2013-12-03 10:57:49 program INFO WAIT active send to complete -2013-12-03 10:57:50 program INFO WAIT active send to complete -2013-12-03 10:57:50 program INFO WAIT active send to complete -2013-12-03 10:57:50 program INFO WAIT active send to complete -2013-12-03 10:57:50 program INFO WAIT active send to complete -2013-12-03 10:57:51 program INFO WAIT active send to complete -2013-12-03 10:57:51 program INFO WAIT active send to complete -2013-12-03 10:57:51 program INFO WAIT active send to complete -2013-12-03 10:57:51 program INFO WAIT active send to complete -2013-12-03 10:57:51 program INFO WAIT active send to complete -2013-12-03 10:57:52 program INFO WAIT active send to complete -2013-12-03 10:57:52 program INFO WAIT active send to complete -2013-12-03 10:57:52 program INFO WAIT active send to complete -2013-12-03 10:57:52 program INFO WAIT active send to complete -2013-12-03 10:57:52 program INFO WAIT active send to complete -2013-12-03 10:57:53 program INFO WAIT active send to complete -2013-12-03 10:57:53 program INFO WAIT active send to complete -2013-12-03 10:57:53 program INFO WAIT active send to complete -2013-12-03 10:57:53 program INFO WAIT active send to complete -2013-12-03 10:57:53 program INFO WAIT active send to complete -2013-12-03 10:57:54 program INFO WAIT active send to complete -2013-12-03 10:57:54 program INFO WAIT active send to complete -2013-12-03 10:57:54 program INFO WAIT active send to complete -2013-12-03 10:57:54 program INFO WAIT active send to complete -2013-12-03 10:57:54 program INFO WAIT active send to complete -2013-12-03 10:57:55 program INFO WAIT active send to complete -2013-12-03 10:57:55 program INFO WAIT active send to complete -2013-12-03 10:57:55 program INFO WAIT active send to complete -2013-12-03 10:57:55 program INFO WAIT active send to complete -2013-12-03 10:57:55 program ERROR IOB offline -2013-12-03 10:57:56 program INFO IOB ONLINE! -2013-12-03 10:57:56 program INFO WAIT active send to complete -2013-12-03 10:57:56 program INFO WAIT active send to complete -2013-12-03 10:57:56 program INFO WAIT active send to complete -2013-12-03 10:57:56 program INFO WAIT active send to complete -2013-12-03 10:57:57 program INFO WAIT active send to complete -2013-12-03 10:57:57 program INFO WAIT active send to complete -2013-12-03 10:57:57 program INFO WAIT active send to complete -2013-12-03 10:57:57 program INFO WAIT active send to complete -2013-12-03 10:57:58 program INFO WAIT active send to complete -2013-12-03 10:57:58 program INFO WAIT active send to complete -2013-12-03 10:57:58 program INFO WAIT active send to complete -2013-12-03 10:57:58 program INFO WAIT active send to complete -2013-12-03 10:57:58 program INFO WAIT active send to complete -2013-12-03 10:57:59 program INFO WAIT active send to complete -2013-12-03 10:57:59 program INFO WAIT active send to complete -2013-12-03 10:57:59 program INFO WAIT active send to complete -2013-12-03 10:57:59 program INFO WAIT active send to complete -2013-12-03 10:57:59 program INFO WAIT active send to complete -2013-12-03 10:58:00 program ERROR IOB offline -2013-12-03 10:58:00 program INFO IOB ONLINE! -2013-12-03 10:58:00 program INFO WAIT active send to complete -2013-12-03 10:58:00 program INFO WAIT active send to complete -2013-12-03 10:58:00 program INFO WAIT active send to complete -2013-12-03 10:58:00 program INFO WAIT active send to complete -2013-12-03 10:58:01 program INFO WAIT active send to complete -2013-12-03 10:58:01 program INFO WAIT active send to complete -2013-12-03 10:58:01 program INFO WAIT active send to complete -2013-12-03 10:58:01 program INFO WAIT active send to complete -2013-12-03 10:58:01 program INFO WAIT active send to complete -2013-12-03 10:58:02 program INFO WAIT active send to complete -2013-12-03 10:58:02 program INFO WAIT active send to complete -2013-12-03 10:58:02 program INFO WAIT active send to complete -2013-12-03 10:58:02 program INFO WAIT active send to complete -2013-12-03 10:58:02 program INFO WAIT active send to complete -2013-12-03 10:58:03 program INFO WAIT active send to complete -2013-12-03 10:58:03 program INFO WAIT active send to complete -2013-12-03 10:58:03 program INFO WAIT active send to complete -2013-12-03 10:58:03 program INFO WAIT active send to complete -2013-12-03 10:58:03 program INFO WAIT active send to complete -2013-12-03 10:58:04 program INFO WAIT active send to complete -2013-12-03 10:58:04 program INFO WAIT active send to complete -2013-12-03 10:58:04 program INFO WAIT active send to complete -2013-12-03 10:58:04 program INFO WAIT active send to complete -2013-12-03 10:58:05 program INFO WAIT active send to complete -2013-12-03 10:58:05 program INFO WAIT active send to complete -2013-12-03 10:58:05 program INFO WAIT active send to complete -2013-12-03 10:58:05 program INFO WAIT active send to complete -2013-12-03 10:58:05 program INFO WAIT active send to complete -2013-12-03 10:58:06 program INFO WAIT active send to complete -2013-12-03 10:58:06 program INFO WAIT active send to complete -2013-12-03 10:58:06 program INFO WAIT active send to complete -2013-12-03 10:58:06 program INFO WAIT active send to complete -2013-12-03 10:58:06 program INFO WAIT active send to complete -2013-12-03 10:58:07 program INFO WAIT active send to complete -2013-12-03 10:58:07 program INFO WAIT active send to complete -2013-12-03 10:58:07 program INFO WAIT active send to complete -2013-12-03 10:58:07 program INFO WAIT active send to complete -2013-12-03 10:58:07 program INFO WAIT active send to complete -2013-12-03 10:58:08 program INFO WAIT active send to complete -2013-12-03 10:58:08 program INFO WAIT active send to complete -2013-12-03 10:58:08 program INFO WAIT active send to complete -2013-12-03 10:58:08 program INFO WAIT active send to complete -2013-12-03 10:58:08 program INFO WAIT active send to complete -2013-12-03 10:58:09 program INFO WAIT active send to complete -2013-12-03 10:58:09 program INFO WAIT active send to complete -2013-12-03 10:58:09 program INFO WAIT active send to complete -2013-12-03 10:58:09 program INFO WAIT active send to complete -2013-12-03 10:58:09 program INFO WAIT active send to complete -2013-12-03 10:58:10 program INFO WAIT active send to complete -2013-12-03 10:58:10 program INFO WAIT active send to complete -2013-12-03 10:58:10 program INFO WAIT active send to complete -2013-12-03 10:58:10 program INFO WAIT active send to complete -2013-12-03 10:58:10 program INFO WAIT active send to complete -2013-12-03 10:58:11 program INFO WAIT active send to complete -2013-12-03 10:58:11 program INFO WAIT active send to complete -2013-12-03 10:58:11 program INFO WAIT active send to complete -2013-12-03 10:58:11 program INFO WAIT active send to complete -2013-12-03 10:58:12 program INFO WAIT active send to complete -2013-12-03 10:58:12 program INFO WAIT active send to complete -2013-12-03 10:58:12 program INFO WAIT active send to complete -2013-12-03 10:58:12 program INFO WAIT active send to complete -2013-12-03 10:58:12 program INFO WAIT active send to complete -2013-12-03 10:58:13 program INFO WAIT active send to complete -2013-12-03 10:58:13 program INFO WAIT active send to complete -2013-12-03 10:58:13 program INFO WAIT active send to complete -2013-12-03 10:58:13 program INFO WAIT active send to complete -2013-12-03 10:58:13 program INFO WAIT active send to complete -2013-12-03 10:58:14 program INFO WAIT active send to complete -2013-12-03 10:58:14 program INFO WAIT active send to complete -2013-12-03 10:58:14 program ERROR IOB offline -2013-12-03 10:58:15 program INFO IOB ONLINE! -2013-12-03 10:58:15 program INFO WAIT active send to complete -2013-12-03 10:58:15 program INFO IOB ONLINE! -2013-12-03 10:58:15 program INFO WAIT active send to complete -2013-12-03 10:58:15 program INFO WAIT active send to complete -2013-12-03 10:58:15 program INFO WAIT active send to complete -2013-12-03 10:58:15 program INFO WAIT active send to complete -2013-12-03 10:58:15 program INFO WAIT active send to complete -2013-12-03 10:58:15 program INFO WAIT active send to complete -2013-12-03 10:58:16 program INFO WAIT active send to complete -2013-12-03 10:58:16 program INFO WAIT active send to complete -2013-12-03 10:58:16 program INFO WAIT active send to complete -2013-12-03 10:58:16 program INFO WAIT active send to complete -2013-12-03 10:58:16 program INFO WAIT active send to complete -2013-12-03 10:58:17 program INFO WAIT active send to complete -2013-12-03 10:58:17 program INFO WAIT active send to complete -2013-12-03 10:58:17 program INFO WAIT active send to complete -2013-12-03 10:58:17 program INFO WAIT active send to complete -2013-12-03 10:58:18 program INFO WAIT active send to complete -2013-12-03 10:58:18 program INFO WAIT active send to complete -2013-12-03 10:58:18 program INFO WAIT active send to complete -2013-12-03 10:58:18 program INFO WAIT active send to complete -2013-12-03 10:58:18 program INFO WAIT active send to complete -2013-12-03 10:58:19 program INFO WAIT active send to complete -2013-12-03 10:58:19 program INFO WAIT active send to complete -2013-12-03 10:58:19 program INFO WAIT active send to complete -2013-12-03 10:58:19 program INFO WAIT active send to complete -2013-12-03 10:58:19 program INFO WAIT active send to complete -2013-12-03 10:58:20 program INFO WAIT active send to complete -2013-12-03 10:58:20 program INFO WAIT active send to complete -2013-12-03 10:58:20 program INFO WAIT active send to complete -2013-12-03 10:58:20 program INFO WAIT active send to complete -2013-12-03 10:58:20 program INFO WAIT active send to complete -2013-12-03 10:58:21 program INFO WAIT active send to complete -2013-12-03 10:58:21 program INFO WAIT active send to complete -2013-12-03 10:58:21 program INFO WAIT active send to complete -2013-12-03 10:58:21 program INFO WAIT active send to complete -2013-12-03 10:58:21 program INFO WAIT active send to complete -2013-12-03 10:58:22 program INFO WAIT active send to complete -2013-12-03 10:58:22 program INFO WAIT active send to complete -2013-12-03 10:58:22 program INFO WAIT active send to complete -2013-12-03 10:58:22 program INFO WAIT active send to complete -2013-12-03 10:58:22 program INFO WAIT active send to complete -2013-12-03 10:58:23 program INFO WAIT active send to complete -2013-12-03 10:58:23 program INFO WAIT active send to complete -2013-12-03 10:58:23 program INFO WAIT active send to complete -2013-12-03 10:58:23 program INFO WAIT active send to complete -2013-12-03 10:58:23 program INFO WAIT active send to complete -2013-12-03 10:58:24 program INFO WAIT active send to complete -2013-12-03 10:58:24 program INFO WAIT active send to complete -2013-12-03 10:58:24 queue INFO >>83 [162] -2013-12-03 10:58:24 program INFO WAIT active send to complete -2013-12-03 10:58:24 program INFO WAIT active send to complete -2013-12-03 10:58:24 program INFO WAIT active send to complete -2013-12-03 10:58:25 program INFO WAIT active send to complete -2013-12-03 10:58:25 program INFO WAIT active send to complete -2013-12-03 10:58:25 program INFO WAIT active send to complete -2013-12-03 10:58:25 program INFO WAIT active send to complete -2013-12-03 10:58:26 program INFO WAIT active send to complete -2013-12-03 10:58:26 program INFO WAIT active send to complete -2013-12-03 10:58:26 program INFO WAIT active send to complete -2013-12-03 10:58:26 program INFO WAIT active send to complete -2013-12-03 10:58:26 program INFO WAIT active send to complete -2013-12-03 10:58:27 program INFO WAIT active send to complete -2013-12-03 10:58:27 program INFO WAIT active send to complete -2013-12-03 10:58:27 program INFO WAIT active send to complete -2013-12-03 10:58:27 program INFO WAIT active send to complete -2013-12-03 10:58:27 program INFO WAIT active send to complete -2013-12-03 10:58:28 program INFO WAIT active send to complete -2013-12-03 10:58:28 program ERROR Server offline -2013-12-03 10:59:14 queue INFO >>83 [163] -2013-12-03 11:00:04 queue INFO >>83 [164] -2013-12-03 11:00:46 program INFO IOB ONLINE! -2013-12-03 11:00:46 program INFO WAIT active send to complete -2013-12-03 11:00:46 program INFO WAIT active send to complete -2013-12-03 11:00:46 program INFO WAIT active send to complete -2013-12-03 11:00:46 program INFO WAIT active send to complete -2013-12-03 11:00:47 program INFO WAIT active send to complete -2013-12-03 11:00:47 program INFO WAIT active send to complete -2013-12-03 11:00:47 program INFO WAIT active send to complete -2013-12-03 11:00:47 program INFO WAIT active send to complete -2013-12-03 11:00:47 program INFO WAIT active send to complete -2013-12-03 11:00:48 program INFO WAIT active send to complete -2013-12-03 11:00:48 program INFO WAIT active send to complete -2013-12-03 11:00:48 program INFO WAIT active send to complete -2013-12-03 11:00:48 program INFO WAIT active send to complete -2013-12-03 11:00:48 program INFO WAIT active send to complete -2013-12-03 11:00:49 program INFO WAIT active send to complete -2013-12-03 11:00:49 program INFO WAIT active send to complete -2013-12-03 11:00:49 program INFO WAIT active send to complete -2013-12-03 11:00:49 program INFO WAIT active send to complete -2013-12-03 11:00:49 program INFO WAIT active send to complete -2013-12-03 11:00:50 program INFO WAIT active send to complete -2013-12-03 11:00:50 program INFO WAIT active send to complete -2013-12-03 11:00:50 program INFO WAIT active send to complete -2013-12-03 11:00:50 program INFO WAIT active send to complete -2013-12-03 11:00:51 program INFO WAIT active send to complete -2013-12-03 11:00:51 program INFO WAIT active send to complete -2013-12-03 11:00:51 program INFO WAIT active send to complete -2013-12-03 11:00:51 program INFO WAIT active send to complete -2013-12-03 11:00:51 program INFO WAIT active send to complete -2013-12-03 11:00:52 program INFO WAIT active send to complete -2013-12-03 11:00:52 program INFO WAIT active send to complete -2013-12-03 11:00:52 program INFO WAIT active send to complete -2013-12-03 11:00:52 program INFO WAIT active send to complete -2013-12-03 11:00:52 program INFO WAIT active send to complete -2013-12-03 11:00:53 program INFO WAIT active send to complete -2013-12-03 11:00:53 program INFO WAIT active send to complete -2013-12-03 11:00:53 program INFO WAIT active send to complete -2013-12-03 11:00:53 program INFO WAIT active send to complete -2013-12-03 11:00:53 program INFO WAIT active send to complete -2013-12-03 11:00:54 program INFO WAIT active send to complete -2013-12-03 11:00:54 program INFO WAIT active send to complete -2013-12-03 11:00:54 program INFO WAIT active send to complete -2013-12-03 11:00:54 program INFO WAIT active send to complete -2013-12-03 11:00:54 program INFO WAIT active send to complete -2013-12-03 11:00:54 queue INFO >>83 [165] -2013-12-03 11:00:55 program INFO WAIT active send to complete -2013-12-03 11:00:55 program INFO WAIT active send to complete -2013-12-03 11:00:55 program INFO WAIT active send to complete -2013-12-03 11:00:55 program INFO WAIT active send to complete -2013-12-03 11:00:55 program INFO WAIT active send to complete -2013-12-03 11:00:56 program INFO WAIT active send to complete -2013-12-03 11:00:56 program INFO WAIT active send to complete -2013-12-03 11:00:56 program INFO WAIT active send to complete -2013-12-03 11:00:56 program INFO WAIT active send to complete -2013-12-03 11:00:56 program INFO WAIT active send to complete -2013-12-03 11:00:57 program INFO WAIT active send to complete -2013-12-03 11:00:57 program INFO WAIT active send to complete -2013-12-03 11:00:57 program INFO WAIT active send to complete -2013-12-03 11:00:57 program INFO WAIT active send to complete -2013-12-03 11:00:57 program INFO WAIT active send to complete -2013-12-03 11:00:58 program INFO WAIT active send to complete -2013-12-03 11:00:58 program INFO WAIT active send to complete -2013-12-03 11:00:58 program INFO WAIT active send to complete -2013-12-03 11:00:58 program INFO WAIT active send to complete -2013-12-03 11:00:59 program INFO WAIT active send to complete -2013-12-03 11:00:59 program INFO WAIT active send to complete -2013-12-03 11:00:59 program INFO WAIT active send to complete -2013-12-03 11:00:59 program INFO WAIT active send to complete -2013-12-03 11:00:59 program INFO WAIT active send to complete -2013-12-03 11:01:00 program INFO WAIT active send to complete -2013-12-03 11:01:00 program INFO WAIT active send to complete -2013-12-03 11:01:00 program INFO WAIT active send to complete -2013-12-03 11:01:00 program INFO WAIT active send to complete -2013-12-03 11:01:00 program INFO WAIT active send to complete -2013-12-03 11:01:01 program INFO WAIT active send to complete -2013-12-03 11:01:01 program INFO WAIT active send to complete -2013-12-03 11:01:01 program INFO WAIT active send to complete -2013-12-03 11:01:01 program INFO WAIT active send to complete -2013-12-03 11:01:01 program INFO WAIT active send to complete -2013-12-03 11:01:02 program INFO WAIT active send to complete -2013-12-03 11:01:02 program INFO WAIT active send to complete -2013-12-03 11:01:02 program INFO WAIT active send to complete -2013-12-03 11:01:02 program INFO WAIT active send to complete -2013-12-03 11:01:02 program INFO WAIT active send to complete -2013-12-03 11:01:03 program INFO WAIT active send to complete -2013-12-03 11:01:03 program INFO WAIT active send to complete -2013-12-03 11:01:03 program INFO WAIT active send to complete -2013-12-03 11:01:03 program INFO WAIT active send to complete -2013-12-03 11:01:03 program INFO WAIT active send to complete -2013-12-03 11:01:04 program INFO WAIT active send to complete -2013-12-03 11:01:04 program INFO WAIT active send to complete -2013-12-03 11:01:04 program INFO WAIT active send to complete -2013-12-03 11:01:04 program INFO WAIT active send to complete -2013-12-03 11:01:04 program INFO WAIT active send to complete -2013-12-03 11:01:05 program INFO WAIT active send to complete -2013-12-03 11:01:05 program INFO WAIT active send to complete -2013-12-03 11:01:05 program INFO WAIT active send to complete -2013-12-03 11:01:05 program INFO WAIT active send to complete -2013-12-03 11:01:06 program INFO WAIT active send to complete -2013-12-03 11:01:06 program INFO WAIT active send to complete -2013-12-03 11:01:06 program INFO WAIT active send to complete -2013-12-03 11:01:06 program INFO WAIT active send to complete -2013-12-03 11:01:06 program INFO WAIT active send to complete -2013-12-03 11:01:07 program INFO WAIT active send to complete -2013-12-03 11:01:07 program INFO WAIT active send to complete -2013-12-03 11:01:07 program INFO WAIT active send to complete -2013-12-03 11:01:07 program INFO WAIT active send to complete -2013-12-03 11:01:07 program INFO WAIT active send to complete -2013-12-03 11:01:08 program INFO WAIT active send to complete -2013-12-03 11:01:08 program INFO WAIT active send to complete -2013-12-03 11:01:08 program INFO WAIT active send to complete -2013-12-03 11:01:08 program INFO WAIT active send to complete -2013-12-03 11:01:08 program INFO WAIT active send to complete -2013-12-03 11:01:09 program INFO WAIT active send to complete -2013-12-03 11:01:09 program INFO WAIT active send to complete -2013-12-03 11:01:09 program INFO WAIT active send to complete -2013-12-03 11:01:09 program INFO WAIT active send to complete -2013-12-03 11:01:09 program INFO WAIT active send to complete -2013-12-03 11:01:10 program INFO WAIT active send to complete -2013-12-03 11:01:10 program INFO WAIT active send to complete -2013-12-03 11:01:10 program INFO WAIT active send to complete -2013-12-03 11:01:10 program INFO WAIT active send to complete -2013-12-03 11:01:10 program INFO WAIT active send to complete -2013-12-03 11:01:11 program INFO WAIT active send to complete -2013-12-03 11:01:11 program INFO WAIT active send to complete -2013-12-03 11:01:11 program INFO WAIT active send to complete -2013-12-03 11:01:11 program INFO WAIT active send to complete -2013-12-03 11:01:11 program INFO WAIT active send to complete -2013-12-03 11:01:12 program INFO WAIT active send to complete -2013-12-03 11:01:12 program INFO WAIT active send to complete -2013-12-03 11:01:12 program INFO WAIT active send to complete -2013-12-03 11:01:12 program INFO WAIT active send to complete -2013-12-03 11:01:12 program INFO WAIT active send to complete -2013-12-03 11:01:13 program INFO WAIT active send to complete -2013-12-03 11:01:13 program ERROR IOB offline -2013-12-03 11:01:13 program INFO IOB ONLINE! -2013-12-03 11:01:13 program INFO WAIT active send to complete -2013-12-03 11:01:13 program INFO WAIT active send to complete -2013-12-03 11:01:14 program INFO WAIT active send to complete -2013-12-03 11:01:14 program INFO WAIT active send to complete -2013-12-03 11:01:14 program INFO WAIT active send to complete -2013-12-03 11:01:14 program INFO WAIT active send to complete -2013-12-03 11:01:14 program INFO WAIT active send to complete -2013-12-03 11:01:15 program INFO WAIT active send to complete -2013-12-03 11:01:15 program INFO WAIT active send to complete -2013-12-03 11:01:15 program INFO WAIT active send to complete -2013-12-03 11:01:15 program INFO WAIT active send to complete -2013-12-03 11:01:15 program INFO WAIT active send to complete -2013-12-03 11:01:16 program INFO WAIT active send to complete -2013-12-03 11:01:16 program INFO WAIT active send to complete -2013-12-03 11:01:16 program INFO WAIT active send to complete -2013-12-03 11:01:16 program INFO WAIT active send to complete -2013-12-03 11:01:16 program INFO WAIT active send to complete -2013-12-03 11:01:17 program INFO WAIT active send to complete -2013-12-03 11:01:17 program INFO WAIT active send to complete -2013-12-03 11:01:17 program INFO WAIT active send to complete -2013-12-03 11:01:17 program INFO WAIT active send to complete -2013-12-03 11:01:17 program INFO WAIT active send to complete -2013-12-03 11:01:18 program INFO WAIT active send to complete -2013-12-03 11:01:18 program INFO WAIT active send to complete -2013-12-03 11:01:18 program INFO WAIT active send to complete -2013-12-03 11:01:18 program INFO WAIT active send to complete -2013-12-03 11:01:18 program INFO WAIT active send to complete -2013-12-03 11:01:19 program INFO WAIT active send to complete -2013-12-03 11:01:19 program ERROR IOB offline -2013-12-03 11:01:19 program INFO IOB ONLINE! -2013-12-03 11:01:19 program INFO WAIT active send to complete -2013-12-03 11:01:19 program INFO WAIT active send to complete -2013-12-03 11:01:19 program INFO WAIT active send to complete -2013-12-03 11:01:20 program INFO WAIT active send to complete -2013-12-03 11:01:20 program INFO WAIT active send to complete -2013-12-03 11:01:20 program INFO WAIT active send to complete -2013-12-03 11:01:20 program ERROR IOB offline -2013-12-03 11:01:21 program INFO IOB ONLINE! -2013-12-03 11:01:21 program INFO WAIT active send to complete -2013-12-03 11:01:21 program ERROR IOB offline -2013-12-03 11:01:21 program INFO IOB ONLINE! -2013-12-03 11:01:21 program INFO WAIT active send to complete -2013-12-03 11:01:21 program INFO WAIT active send to complete -2013-12-03 11:01:22 program ERROR IOB offline -2013-12-03 11:01:22 program INFO IOB ONLINE! -2013-12-03 11:01:22 program INFO WAIT active send to complete -2013-12-03 11:01:22 program INFO WAIT active send to complete -2013-12-03 11:01:22 program INFO WAIT active send to complete -2013-12-03 11:01:22 program INFO WAIT active send to complete -2013-12-03 11:01:23 program INFO WAIT active send to complete -2013-12-03 11:01:23 program INFO WAIT active send to complete -2013-12-03 11:01:23 program INFO WAIT active send to complete -2013-12-03 11:01:23 program INFO WAIT active send to complete -2013-12-03 11:01:23 program INFO WAIT active send to complete -2013-12-03 11:01:24 program INFO WAIT active send to complete -2013-12-03 11:01:24 program INFO WAIT active send to complete -2013-12-03 11:01:24 program INFO WAIT active send to complete -2013-12-03 11:01:24 program INFO WAIT active send to complete -2013-12-03 11:01:24 program INFO WAIT active send to complete -2013-12-03 11:01:25 program INFO WAIT active send to complete -2013-12-03 11:01:25 program INFO WAIT active send to complete -2013-12-03 11:01:25 program INFO WAIT active send to complete -2013-12-03 11:01:25 program INFO WAIT active send to complete -2013-12-03 11:01:25 program INFO WAIT active send to complete -2013-12-03 11:01:26 program INFO WAIT active send to complete -2013-12-03 11:01:26 program INFO WAIT active send to complete -2013-12-03 11:01:26 program INFO WAIT active send to complete -2013-12-03 11:01:26 program INFO WAIT active send to complete -2013-12-03 11:01:26 program INFO WAIT active send to complete -2013-12-03 11:01:27 program INFO WAIT active send to complete -2013-12-03 11:01:27 program INFO WAIT active send to complete -2013-12-03 11:01:27 program INFO WAIT active send to complete -2013-12-03 11:01:27 program INFO WAIT active send to complete -2013-12-03 11:01:28 program INFO WAIT active send to complete -2013-12-03 11:01:28 program INFO WAIT active send to complete -2013-12-03 11:01:28 program INFO WAIT active send to complete -2013-12-03 11:01:28 program INFO WAIT active send to complete -2013-12-03 11:01:28 program INFO WAIT active send to complete -2013-12-03 11:01:29 program INFO WAIT active send to complete -2013-12-03 11:01:29 program INFO WAIT active send to complete -2013-12-03 11:01:29 program INFO WAIT active send to complete -2013-12-03 11:01:29 program INFO WAIT active send to complete -2013-12-03 11:01:29 program INFO WAIT active send to complete -2013-12-03 11:01:30 program INFO WAIT active send to complete -2013-12-03 11:01:30 program INFO WAIT active send to complete -2013-12-03 11:01:30 program INFO WAIT active send to complete -2013-12-03 11:01:30 program INFO WAIT active send to complete -2013-12-03 11:01:30 program INFO WAIT active send to complete -2013-12-03 11:01:31 program INFO WAIT active send to complete -2013-12-03 11:01:31 program INFO WAIT active send to complete -2013-12-03 11:01:31 program INFO WAIT active send to complete -2013-12-03 11:01:31 program INFO WAIT active send to complete -2013-12-03 11:01:31 program INFO WAIT active send to complete -2013-12-03 11:01:32 program INFO WAIT active send to complete -2013-12-03 11:01:32 program INFO WAIT active send to complete -2013-12-03 11:01:32 program INFO WAIT active send to complete -2013-12-03 11:01:32 program INFO WAIT active send to complete -2013-12-03 11:01:32 program INFO WAIT active send to complete -2013-12-03 11:01:33 program INFO WAIT active send to complete -2013-12-03 11:01:33 program INFO WAIT active send to complete -2013-12-03 11:01:33 program INFO WAIT active send to complete -2013-12-03 11:01:33 program INFO WAIT active send to complete -2013-12-03 11:01:33 program INFO WAIT active send to complete -2013-12-03 11:01:34 program INFO WAIT active send to complete -2013-12-03 11:01:34 program INFO WAIT active send to complete -2013-12-03 11:01:34 program INFO WAIT active send to complete -2013-12-03 11:01:34 program INFO WAIT active send to complete -2013-12-03 11:01:35 program INFO WAIT active send to complete -2013-12-03 11:01:35 program INFO WAIT active send to complete -2013-12-03 11:01:35 program INFO WAIT active send to complete -2013-12-03 11:01:35 program INFO WAIT active send to complete -2013-12-03 11:01:35 program INFO WAIT active send to complete -2013-12-03 11:01:36 program INFO WAIT active send to complete -2013-12-03 11:01:36 program INFO WAIT active send to complete -2013-12-03 11:01:36 program INFO WAIT active send to complete -2013-12-03 11:01:36 program INFO WAIT active send to complete -2013-12-03 11:01:36 program INFO WAIT active send to complete -2013-12-03 11:01:37 program INFO WAIT active send to complete -2013-12-03 11:01:37 program INFO WAIT active send to complete -2013-12-03 11:01:37 program INFO WAIT active send to complete -2013-12-03 11:01:37 program INFO WAIT active send to complete -2013-12-03 11:01:37 program INFO WAIT active send to complete -2013-12-03 11:01:38 program INFO WAIT active send to complete -2013-12-03 11:01:38 program INFO WAIT active send to complete -2013-12-03 11:01:38 program INFO WAIT active send to complete -2013-12-03 11:01:38 program INFO WAIT active send to complete -2013-12-03 11:01:38 program INFO WAIT active send to complete -2013-12-03 11:01:39 program INFO WAIT active send to complete -2013-12-03 11:01:39 program INFO WAIT active send to complete -2013-12-03 11:01:39 program INFO WAIT active send to complete -2013-12-03 11:01:39 program INFO WAIT active send to complete -2013-12-03 11:01:39 program INFO WAIT active send to complete -2013-12-03 11:01:40 program INFO WAIT active send to complete -2013-12-03 11:01:40 program INFO WAIT active send to complete -2013-12-03 11:01:40 program INFO WAIT active send to complete -2013-12-03 11:01:40 program INFO WAIT active send to complete -2013-12-03 11:01:40 program INFO WAIT active send to complete -2013-12-03 11:01:41 program INFO WAIT active send to complete -2013-12-03 11:01:41 program INFO WAIT active send to complete -2013-12-03 11:01:41 program INFO WAIT active send to complete -2013-12-03 11:01:41 program INFO WAIT active send to complete -2013-12-03 11:01:41 program INFO WAIT active send to complete -2013-12-03 11:01:42 program INFO WAIT active send to complete -2013-12-03 11:01:42 program INFO WAIT active send to complete -2013-12-03 11:01:42 program INFO WAIT active send to complete -2013-12-03 11:01:42 program INFO WAIT active send to complete -2013-12-03 11:01:43 program INFO WAIT active send to complete -2013-12-03 11:01:43 program INFO WAIT active send to complete -2013-12-03 11:01:43 program INFO WAIT active send to complete -2013-12-03 11:01:43 program INFO WAIT active send to complete -2013-12-03 11:01:44 program INFO WAIT active send to complete -2013-12-03 11:01:44 program INFO WAIT active send to complete -2013-12-03 11:01:44 program INFO WAIT active send to complete -2013-12-03 11:01:44 program INFO WAIT active send to complete -2013-12-03 11:01:44 program INFO WAIT active send to complete -2013-12-03 11:01:44 program INFO WAIT active send to complete -2013-12-03 11:01:45 queue INFO >>83 [166] -2013-12-03 11:01:45 program ERROR IOB offline -2013-12-03 11:01:45 program INFO IOB ONLINE! -2013-12-03 11:01:45 program INFO WAIT active send to complete -2013-12-03 11:01:45 program INFO WAIT active send to complete -2013-12-03 11:01:45 program INFO WAIT active send to complete -2013-12-03 11:01:46 program ERROR IOB offline -2013-12-03 11:02:16 program INFO IOB ONLINE! -2013-12-03 11:02:16 program INFO WAIT active send to complete -2013-12-03 11:02:16 program INFO WAIT active send to complete -2013-12-03 11:02:16 program INFO WAIT active send to complete -2013-12-03 11:02:16 program INFO WAIT active send to complete -2013-12-03 11:02:16 program INFO WAIT active send to complete -2013-12-03 11:02:17 program INFO WAIT active send to complete -2013-12-03 11:02:17 program INFO WAIT active send to complete -2013-12-03 11:02:17 program INFO WAIT active send to complete -2013-12-03 11:02:17 program INFO WAIT active send to complete -2013-12-03 11:02:17 program INFO WAIT active send to complete -2013-12-03 11:02:18 program INFO WAIT active send to complete -2013-12-03 11:02:18 program INFO WAIT active send to complete -2013-12-03 11:02:18 program INFO WAIT active send to complete -2013-12-03 11:02:18 program INFO WAIT active send to complete -2013-12-03 11:02:19 program INFO WAIT active send to complete -2013-12-03 11:02:19 program INFO WAIT active send to complete -2013-12-03 11:02:19 program INFO WAIT active send to complete -2013-12-03 11:02:19 program INFO WAIT active send to complete -2013-12-03 11:02:19 program INFO WAIT active send to complete -2013-12-03 11:02:20 program INFO WAIT active send to complete -2013-12-03 11:02:20 program INFO WAIT active send to complete -2013-12-03 11:02:20 program INFO WAIT active send to complete -2013-12-03 11:02:20 program INFO WAIT active send to complete -2013-12-03 11:02:20 program INFO WAIT active send to complete -2013-12-03 11:02:21 program INFO WAIT active send to complete -2013-12-03 11:02:21 program INFO WAIT active send to complete -2013-12-03 11:02:21 program INFO WAIT active send to complete -2013-12-03 11:02:21 program INFO WAIT active send to complete -2013-12-03 11:02:21 program INFO WAIT active send to complete -2013-12-03 11:02:22 program INFO WAIT active send to complete -2013-12-03 11:02:22 program INFO WAIT active send to complete -2013-12-03 11:02:22 program INFO WAIT active send to complete -2013-12-03 11:02:22 program INFO WAIT active send to complete -2013-12-03 11:02:22 program INFO WAIT active send to complete -2013-12-03 11:02:23 program INFO WAIT active send to complete -2013-12-03 11:02:23 program INFO WAIT active send to complete -2013-12-03 11:02:23 program INFO WAIT active send to complete -2013-12-03 11:02:23 program INFO WAIT active send to complete -2013-12-03 11:02:23 program INFO WAIT active send to complete -2013-12-03 11:02:24 program INFO WAIT active send to complete -2013-12-03 11:02:24 program INFO WAIT active send to complete -2013-12-03 11:02:24 program INFO WAIT active send to complete -2013-12-03 11:02:24 program INFO WAIT active send to complete -2013-12-03 11:02:24 program INFO WAIT active send to complete -2013-12-03 11:02:25 program INFO WAIT active send to complete -2013-12-03 11:02:25 program INFO WAIT active send to complete -2013-12-03 11:02:25 program INFO WAIT active send to complete -2013-12-03 11:02:25 program INFO WAIT active send to complete -2013-12-03 11:02:26 program INFO WAIT active send to complete -2013-12-03 11:02:26 program INFO WAIT active send to complete -2013-12-03 11:02:26 program INFO WAIT active send to complete -2013-12-03 11:02:26 program INFO WAIT active send to complete -2013-12-03 11:02:26 program INFO WAIT active send to complete -2013-12-03 11:02:27 program INFO WAIT active send to complete -2013-12-03 11:02:27 program INFO WAIT active send to complete -2013-12-03 11:02:27 program INFO WAIT active send to complete -2013-12-03 11:02:27 program INFO WAIT active send to complete -2013-12-03 11:02:27 program INFO WAIT active send to complete -2013-12-03 11:02:28 program INFO WAIT active send to complete -2013-12-03 11:02:28 program INFO WAIT active send to complete -2013-12-03 11:02:28 program INFO WAIT active send to complete -2013-12-03 11:02:28 program INFO WAIT active send to complete -2013-12-03 11:02:28 program INFO WAIT active send to complete -2013-12-03 11:02:29 program INFO WAIT active send to complete -2013-12-03 11:02:29 program INFO WAIT active send to complete -2013-12-03 11:02:29 program INFO WAIT active send to complete -2013-12-03 11:02:29 program INFO WAIT active send to complete -2013-12-03 11:02:29 program INFO WAIT active send to complete -2013-12-03 11:02:30 program INFO WAIT active send to complete -2013-12-03 11:02:30 program INFO WAIT active send to complete -2013-12-03 11:02:30 program INFO WAIT active send to complete -2013-12-03 11:02:30 program INFO WAIT active send to complete -2013-12-03 11:02:30 program INFO WAIT active send to complete -2013-12-03 11:02:31 program INFO WAIT active send to complete -2013-12-03 11:02:31 program INFO WAIT active send to complete -2013-12-03 11:02:31 program INFO WAIT active send to complete -2013-12-03 11:02:31 program INFO WAIT active send to complete -2013-12-03 11:02:31 program INFO WAIT active send to complete -2013-12-03 11:02:32 program INFO WAIT active send to complete -2013-12-03 11:02:32 program INFO WAIT active send to complete -2013-12-03 11:02:32 program INFO WAIT active send to complete -2013-12-03 11:02:32 program INFO WAIT active send to complete -2013-12-03 11:02:33 program INFO WAIT active send to complete -2013-12-03 11:02:33 program INFO WAIT active send to complete -2013-12-03 11:02:33 program INFO WAIT active send to complete -2013-12-03 11:02:33 program INFO WAIT active send to complete -2013-12-03 11:02:33 program INFO WAIT active send to complete -2013-12-03 11:02:34 program INFO WAIT active send to complete -2013-12-03 11:02:34 program INFO WAIT active send to complete -2013-12-03 11:02:34 program INFO WAIT active send to complete -2013-12-03 11:02:34 program INFO WAIT active send to complete -2013-12-03 11:02:34 program INFO WAIT active send to complete -2013-12-03 11:02:35 program INFO WAIT active send to complete -2013-12-03 11:02:35 queue INFO >>83 [167] -2013-12-03 11:02:35 program INFO WAIT active send to complete -2013-12-03 11:02:35 program INFO WAIT active send to complete -2013-12-03 11:02:35 program INFO WAIT active send to complete -2013-12-03 11:02:35 program INFO WAIT active send to complete -2013-12-03 11:02:36 program INFO WAIT active send to complete -2013-12-03 11:02:36 program INFO WAIT active send to complete -2013-12-03 11:02:36 program INFO WAIT active send to complete -2013-12-03 11:02:36 program INFO WAIT active send to complete -2013-12-03 11:02:36 program INFO WAIT active send to complete -2013-12-03 11:02:37 program INFO WAIT active send to complete -2013-12-03 11:02:37 program INFO WAIT active send to complete -2013-12-03 11:02:37 program INFO WAIT active send to complete -2013-12-03 11:02:37 program INFO WAIT active send to complete -2013-12-03 11:02:37 program INFO WAIT active send to complete -2013-12-03 11:02:38 program INFO WAIT active send to complete -2013-12-03 11:02:38 program INFO WAIT active send to complete -2013-12-03 11:02:38 program INFO WAIT active send to complete -2013-12-03 11:02:38 program INFO WAIT active send to complete -2013-12-03 11:02:38 program INFO WAIT active send to complete -2013-12-03 11:02:39 program INFO WAIT active send to complete -2013-12-03 11:02:39 program INFO WAIT active send to complete -2013-12-03 11:02:39 program INFO WAIT active send to complete -2013-12-03 11:02:39 program INFO WAIT active send to complete -2013-12-03 11:02:39 program INFO WAIT active send to complete -2013-12-03 11:02:40 program INFO WAIT active send to complete -2013-12-03 11:02:40 program INFO WAIT active send to complete -2013-12-03 11:02:40 program INFO WAIT active send to complete -2013-12-03 11:02:40 program INFO WAIT active send to complete -2013-12-03 11:02:41 program INFO WAIT active send to complete -2013-12-03 11:02:41 program INFO WAIT active send to complete -2013-12-03 11:02:41 program INFO WAIT active send to complete -2013-12-03 11:02:41 program INFO WAIT active send to complete -2013-12-03 11:02:41 program INFO WAIT active send to complete -2013-12-03 11:02:42 program INFO WAIT active send to complete -2013-12-03 11:02:42 program INFO WAIT active send to complete -2013-12-03 11:02:42 program INFO WAIT active send to complete -2013-12-03 11:02:42 program INFO WAIT active send to complete -2013-12-03 11:02:42 program INFO WAIT active send to complete -2013-12-03 11:02:43 program INFO WAIT active send to complete -2013-12-03 11:02:43 program INFO WAIT active send to complete -2013-12-03 11:02:43 program INFO WAIT active send to complete -2013-12-03 11:02:43 program INFO WAIT active send to complete -2013-12-03 11:02:43 program INFO WAIT active send to complete -2013-12-03 11:02:44 program INFO WAIT active send to complete -2013-12-03 11:02:44 program INFO WAIT active send to complete -2013-12-03 11:02:44 program INFO WAIT active send to complete -2013-12-03 11:02:44 program INFO WAIT active send to complete -2013-12-03 11:02:44 program INFO WAIT active send to complete -2013-12-03 11:02:45 program INFO WAIT active send to complete -2013-12-03 11:02:45 program INFO WAIT active send to complete -2013-12-03 11:02:45 program INFO WAIT active send to complete -2013-12-03 11:02:45 program INFO WAIT active send to complete -2013-12-03 11:02:45 program INFO WAIT active send to complete -2013-12-03 11:02:46 program INFO WAIT active send to complete -2013-12-03 11:02:46 program INFO WAIT active send to complete -2013-12-03 11:02:46 program INFO WAIT active send to complete -2013-12-03 11:02:46 program INFO WAIT active send to complete -2013-12-03 11:02:46 program INFO WAIT active send to complete -2013-12-03 11:02:47 program INFO WAIT active send to complete -2013-12-03 11:02:47 program INFO WAIT active send to complete -2013-12-03 11:02:47 program INFO WAIT active send to complete -2013-12-03 11:02:47 program INFO WAIT active send to complete -2013-12-03 11:02:48 program INFO WAIT active send to complete -2013-12-03 11:02:48 program INFO WAIT active send to complete -2013-12-03 11:02:48 program INFO WAIT active send to complete -2013-12-03 11:02:48 program INFO WAIT active send to complete -2013-12-03 11:02:48 program INFO WAIT active send to complete -2013-12-03 11:02:49 program INFO WAIT active send to complete -2013-12-03 11:02:49 program INFO WAIT active send to complete -2013-12-03 11:02:49 program INFO WAIT active send to complete -2013-12-03 11:02:49 program INFO WAIT active send to complete -2013-12-03 11:02:49 program INFO WAIT active send to complete -2013-12-03 11:02:50 program INFO WAIT active send to complete -2013-12-03 11:02:50 program INFO WAIT active send to complete -2013-12-03 11:02:50 program INFO WAIT active send to complete -2013-12-03 11:02:50 program INFO WAIT active send to complete -2013-12-03 11:02:50 program INFO WAIT active send to complete -2013-12-03 11:02:51 program INFO WAIT active send to complete -2013-12-03 11:02:51 program INFO WAIT active send to complete -2013-12-03 11:02:51 program INFO WAIT active send to complete -2013-12-03 11:02:51 program INFO WAIT active send to complete -2013-12-03 11:02:51 program INFO WAIT active send to complete -2013-12-03 11:02:52 program INFO WAIT active send to complete -2013-12-03 11:02:52 program INFO WAIT active send to complete -2013-12-03 11:02:52 program INFO WAIT active send to complete -2013-12-03 11:02:52 program INFO WAIT active send to complete -2013-12-03 11:02:53 program INFO WAIT active send to complete -2013-12-03 11:02:53 program INFO WAIT active send to complete -2013-12-03 11:02:53 program INFO WAIT active send to complete -2013-12-03 11:02:53 program INFO WAIT active send to complete -2013-12-03 11:02:53 program INFO WAIT active send to complete -2013-12-03 11:02:53 program INFO WAIT active send to complete -2013-12-03 11:02:54 program INFO WAIT active send to complete -2013-12-03 11:02:54 program INFO WAIT active send to complete -2013-12-03 11:02:54 program INFO WAIT active send to complete -2013-12-03 11:02:54 program INFO WAIT active send to complete -2013-12-03 11:02:55 program INFO WAIT active send to complete -2013-12-03 11:02:55 program INFO WAIT active send to complete -2013-12-03 11:02:55 program INFO WAIT active send to complete -2013-12-03 11:02:55 program INFO WAIT active send to complete -2013-12-03 11:02:55 program INFO WAIT active send to complete -2013-12-03 11:02:56 program INFO WAIT active send to complete -2013-12-03 11:02:56 program INFO WAIT active send to complete -2013-12-03 11:02:56 program INFO WAIT active send to complete -2013-12-03 11:02:56 program INFO WAIT active send to complete -2013-12-03 11:02:56 program INFO WAIT active send to complete -2013-12-03 11:02:57 program INFO WAIT active send to complete -2013-12-03 11:02:57 program INFO WAIT active send to complete -2013-12-03 11:02:57 program INFO WAIT active send to complete -2013-12-03 11:02:57 program INFO WAIT active send to complete -2013-12-03 11:02:57 program INFO WAIT active send to complete -2013-12-03 11:02:58 program INFO WAIT active send to complete -2013-12-03 11:02:58 program INFO WAIT active send to complete -2013-12-03 11:02:58 program INFO WAIT active send to complete -2013-12-03 11:02:58 program INFO WAIT active send to complete -2013-12-03 11:02:58 program INFO WAIT active send to complete -2013-12-03 11:02:59 program INFO WAIT active send to complete -2013-12-03 11:02:59 program INFO WAIT active send to complete -2013-12-03 11:02:59 program INFO WAIT active send to complete -2013-12-03 11:02:59 program INFO WAIT active send to complete -2013-12-03 11:02:59 program INFO WAIT active send to complete -2013-12-03 11:03:00 program INFO WAIT active send to complete -2013-12-03 11:03:00 program INFO WAIT active send to complete -2013-12-03 11:03:00 program INFO WAIT active send to complete -2013-12-03 11:03:00 program INFO WAIT active send to complete -2013-12-03 11:03:00 program INFO WAIT active send to complete -2013-12-03 11:03:01 program INFO WAIT active send to complete -2013-12-03 11:03:01 program INFO WAIT active send to complete -2013-12-03 11:03:01 program INFO WAIT active send to complete -2013-12-03 11:03:01 program INFO WAIT active send to complete -2013-12-03 11:03:02 program INFO WAIT active send to complete -2013-12-03 11:03:02 program INFO WAIT active send to complete -2013-12-03 11:03:02 program INFO WAIT active send to complete -2013-12-03 11:03:02 program INFO WAIT active send to complete -2013-12-03 11:03:02 program INFO WAIT active send to complete -2013-12-03 11:03:03 program INFO WAIT active send to complete -2013-12-03 11:03:03 program INFO WAIT active send to complete -2013-12-03 11:03:03 program INFO WAIT active send to complete -2013-12-03 11:03:03 program INFO WAIT active send to complete -2013-12-03 11:03:03 program INFO WAIT active send to complete -2013-12-03 11:03:04 program INFO WAIT active send to complete -2013-12-03 11:03:04 program INFO WAIT active send to complete -2013-12-03 11:03:04 program INFO WAIT active send to complete -2013-12-03 11:03:04 program INFO WAIT active send to complete -2013-12-03 11:03:04 program INFO WAIT active send to complete -2013-12-03 11:03:05 program INFO WAIT active send to complete -2013-12-03 11:03:05 program INFO WAIT active send to complete -2013-12-03 11:03:05 program INFO WAIT active send to complete -2013-12-03 11:03:05 program INFO WAIT active send to complete -2013-12-03 11:03:05 program INFO WAIT active send to complete -2013-12-03 11:03:06 program INFO WAIT active send to complete -2013-12-03 11:03:06 program INFO WAIT active send to complete -2013-12-03 11:03:06 program INFO WAIT active send to complete -2013-12-03 11:03:06 program ERROR IOB offline -2013-12-03 11:03:06 program INFO IOB ONLINE! -2013-12-03 11:03:06 program INFO WAIT active send to complete -2013-12-03 11:03:07 program INFO WAIT active send to complete -2013-12-03 11:03:07 program INFO WAIT active send to complete -2013-12-03 11:03:07 program INFO WAIT active send to complete -2013-12-03 11:03:07 program INFO WAIT active send to complete -2013-12-03 11:03:08 program ERROR IOB offline -2013-12-03 11:03:08 program INFO IOB ONLINE! -2013-12-03 11:03:08 program INFO WAIT active send to complete -2013-12-03 11:03:08 program INFO WAIT active send to complete -2013-12-03 11:03:08 program INFO WAIT active send to complete -2013-12-03 11:03:08 program INFO WAIT active send to complete -2013-12-03 11:03:08 program INFO WAIT active send to complete -2013-12-03 11:03:09 program INFO WAIT active send to complete -2013-12-03 11:03:09 program INFO WAIT active send to complete -2013-12-03 11:03:09 program INFO WAIT active send to complete -2013-12-03 11:03:09 program INFO WAIT active send to complete -2013-12-03 11:03:10 program INFO WAIT active send to complete -2013-12-03 11:03:10 program INFO WAIT active send to complete -2013-12-03 11:03:10 program INFO WAIT active send to complete -2013-12-03 11:03:10 program INFO WAIT active send to complete -2013-12-03 11:03:10 program INFO WAIT active send to complete -2013-12-03 11:03:11 program INFO WAIT active send to complete -2013-12-03 11:03:11 program INFO WAIT active send to complete -2013-12-03 11:03:11 program INFO WAIT active send to complete -2013-12-03 11:03:11 program INFO WAIT active send to complete -2013-12-03 11:03:11 program INFO WAIT active send to complete -2013-12-03 11:03:12 program INFO WAIT active send to complete -2013-12-03 11:03:12 program INFO WAIT active send to complete -2013-12-03 11:03:12 program INFO WAIT active send to complete -2013-12-03 11:03:12 program INFO WAIT active send to complete -2013-12-03 11:03:12 program INFO WAIT active send to complete -2013-12-03 11:03:13 program INFO WAIT active send to complete -2013-12-03 11:03:13 program INFO WAIT active send to complete -2013-12-03 11:03:13 program INFO WAIT active send to complete -2013-12-03 11:03:13 program INFO WAIT active send to complete -2013-12-03 11:03:13 program INFO WAIT active send to complete -2013-12-03 11:03:14 program INFO WAIT active send to complete -2013-12-03 11:03:14 program INFO WAIT active send to complete -2013-12-03 11:03:14 program INFO WAIT active send to complete -2013-12-03 11:03:14 program INFO WAIT active send to complete -2013-12-03 11:03:14 program INFO WAIT active send to complete -2013-12-03 11:03:15 program INFO WAIT active send to complete -2013-12-03 11:03:15 program INFO WAIT active send to complete -2013-12-03 11:03:15 program INFO WAIT active send to complete -2013-12-03 11:03:15 program INFO WAIT active send to complete -2013-12-03 11:03:15 program INFO WAIT active send to complete -2013-12-03 11:03:16 program INFO WAIT active send to complete -2013-12-03 11:03:16 program INFO WAIT active send to complete -2013-12-03 11:03:16 program INFO WAIT active send to complete -2013-12-03 11:03:16 program INFO WAIT active send to complete -2013-12-03 11:03:17 program INFO WAIT active send to complete -2013-12-03 11:03:17 program INFO WAIT active send to complete -2013-12-03 11:03:17 program INFO WAIT active send to complete -2013-12-03 11:03:17 program INFO WAIT active send to complete -2013-12-03 11:03:17 program INFO WAIT active send to complete -2013-12-03 11:03:18 program INFO WAIT active send to complete -2013-12-03 11:03:18 program INFO WAIT active send to complete -2013-12-03 11:03:18 program INFO WAIT active send to complete -2013-12-03 11:03:18 program INFO WAIT active send to complete -2013-12-03 11:03:18 program INFO WAIT active send to complete -2013-12-03 11:03:19 program INFO WAIT active send to complete -2013-12-03 11:03:19 program INFO WAIT active send to complete -2013-12-03 11:03:19 program INFO WAIT active send to complete -2013-12-03 11:03:19 program INFO WAIT active send to complete -2013-12-03 11:03:19 program INFO WAIT active send to complete -2013-12-03 11:03:20 program INFO WAIT active send to complete -2013-12-03 11:03:20 program INFO WAIT active send to complete -2013-12-03 11:03:20 program INFO WAIT active send to complete -2013-12-03 11:03:20 program INFO WAIT active send to complete -2013-12-03 11:03:20 program INFO WAIT active send to complete -2013-12-03 11:03:21 program INFO WAIT active send to complete -2013-12-03 11:03:21 program INFO WAIT active send to complete -2013-12-03 11:03:21 program INFO WAIT active send to complete -2013-12-03 11:03:21 program INFO WAIT active send to complete -2013-12-03 11:03:21 program INFO WAIT active send to complete -2013-12-03 11:03:22 program INFO WAIT active send to complete -2013-12-03 11:03:22 program INFO WAIT active send to complete -2013-12-03 11:03:22 program INFO WAIT active send to complete -2013-12-03 11:03:22 program INFO WAIT active send to complete -2013-12-03 11:03:22 program INFO WAIT active send to complete -2013-12-03 11:03:23 program INFO WAIT active send to complete -2013-12-03 11:03:23 program INFO WAIT active send to complete -2013-12-03 11:03:23 program INFO WAIT active send to complete -2013-12-03 11:03:23 program INFO WAIT active send to complete -2013-12-03 11:03:24 program INFO WAIT active send to complete -2013-12-03 11:03:24 program INFO WAIT active send to complete -2013-12-03 11:03:24 program INFO WAIT active send to complete -2013-12-03 11:03:24 program INFO WAIT active send to complete -2013-12-03 11:03:24 program INFO WAIT active send to complete -2013-12-03 11:03:25 program INFO WAIT active send to complete -2013-12-03 11:03:25 program INFO WAIT active send to complete -2013-12-03 11:03:25 queue INFO >>83 [168] -2013-12-03 11:03:25 program INFO WAIT active send to complete -2013-12-03 11:03:25 program INFO WAIT active send to complete -2013-12-03 11:03:25 program INFO WAIT active send to complete -2013-12-03 11:03:26 program INFO WAIT active send to complete -2013-12-03 11:03:26 program INFO WAIT active send to complete -2013-12-03 11:03:26 program INFO WAIT active send to complete -2013-12-03 11:03:26 program INFO WAIT active send to complete -2013-12-03 11:03:26 program INFO WAIT active send to complete -2013-12-03 11:03:27 program INFO WAIT active send to complete -2013-12-03 11:03:27 program INFO WAIT active send to complete -2013-12-03 11:03:27 program INFO WAIT active send to complete -2013-12-03 11:03:27 program INFO WAIT active send to complete -2013-12-03 11:03:27 program INFO WAIT active send to complete -2013-12-03 11:03:28 program INFO WAIT active send to complete -2013-12-03 11:03:28 program INFO WAIT active send to complete -2013-12-03 11:03:28 program INFO WAIT active send to complete -2013-12-03 11:03:28 program INFO WAIT active send to complete -2013-12-03 11:03:28 program INFO WAIT active send to complete -2013-12-03 11:03:29 program INFO WAIT active send to complete -2013-12-03 11:03:29 program INFO WAIT active send to complete -2013-12-03 11:03:29 program INFO WAIT active send to complete -2013-12-03 11:03:29 program INFO WAIT active send to complete -2013-12-03 11:03:29 program INFO WAIT active send to complete -2013-12-03 11:03:30 program INFO WAIT active send to complete -2013-12-03 11:03:30 program INFO WAIT active send to complete -2013-12-03 11:03:30 program INFO WAIT active send to complete -2013-12-03 11:03:30 program INFO WAIT active send to complete -2013-12-03 11:03:31 program INFO WAIT active send to complete -2013-12-03 11:03:31 program INFO WAIT active send to complete -2013-12-03 11:03:31 program INFO WAIT active send to complete -2013-12-03 11:03:31 program INFO WAIT active send to complete -2013-12-03 11:03:31 program INFO WAIT active send to complete -2013-12-03 11:03:32 program INFO WAIT active send to complete -2013-12-03 11:03:32 program INFO WAIT active send to complete -2013-12-03 11:03:32 program INFO WAIT active send to complete -2013-12-03 11:03:32 program INFO WAIT active send to complete -2013-12-03 11:03:32 program INFO WAIT active send to complete -2013-12-03 11:03:33 program INFO WAIT active send to complete -2013-12-03 11:03:33 program INFO WAIT active send to complete -2013-12-03 11:03:33 program INFO WAIT active send to complete -2013-12-03 11:03:33 program INFO WAIT active send to complete -2013-12-03 11:03:33 program INFO WAIT active send to complete -2013-12-03 11:03:34 program INFO WAIT active send to complete -2013-12-03 11:03:34 program INFO WAIT active send to complete -2013-12-03 11:03:34 program INFO WAIT active send to complete -2013-12-03 11:03:34 program INFO WAIT active send to complete -2013-12-03 11:03:34 program INFO WAIT active send to complete -2013-12-03 11:03:35 program INFO WAIT active send to complete -2013-12-03 11:03:35 program INFO WAIT active send to complete -2013-12-03 11:03:35 program INFO WAIT active send to complete -2013-12-03 11:03:35 program INFO WAIT active send to complete -2013-12-03 11:03:35 program INFO WAIT active send to complete -2013-12-03 11:03:36 program INFO WAIT active send to complete -2013-12-03 11:03:36 program INFO WAIT active send to complete -2013-12-03 11:03:36 program INFO WAIT active send to complete -2013-12-03 11:03:36 program INFO WAIT active send to complete -2013-12-03 11:03:36 program INFO WAIT active send to complete -2013-12-03 11:03:37 program INFO WAIT active send to complete -2013-12-03 11:03:37 program INFO WAIT active send to complete -2013-12-03 11:03:37 program INFO WAIT active send to complete -2013-12-03 11:03:37 program INFO WAIT active send to complete -2013-12-03 11:03:37 program INFO WAIT active send to complete -2013-12-03 11:03:38 program INFO WAIT active send to complete -2013-12-03 11:03:38 program INFO WAIT active send to complete -2013-12-03 11:03:38 program INFO WAIT active send to complete -2013-12-03 11:03:38 program INFO WAIT active send to complete -2013-12-03 11:03:39 program INFO WAIT active send to complete -2013-12-03 11:03:39 program INFO WAIT active send to complete -2013-12-03 11:03:39 program INFO WAIT active send to complete -2013-12-03 11:03:39 program INFO WAIT active send to complete -2013-12-03 11:03:39 program INFO WAIT active send to complete -2013-12-03 11:03:40 program INFO WAIT active send to complete -2013-12-03 11:03:40 program INFO WAIT active send to complete -2013-12-03 11:03:40 program INFO WAIT active send to complete -2013-12-03 11:03:40 program INFO WAIT active send to complete -2013-12-03 11:03:40 program INFO WAIT active send to complete -2013-12-03 11:03:41 program INFO WAIT active send to complete -2013-12-03 11:03:41 program INFO WAIT active send to complete -2013-12-03 11:03:41 program INFO WAIT active send to complete -2013-12-03 11:03:41 program INFO WAIT active send to complete -2013-12-03 11:03:41 program INFO WAIT active send to complete -2013-12-03 11:03:42 program INFO WAIT active send to complete -2013-12-03 11:03:42 program INFO WAIT active send to complete -2013-12-03 11:03:42 program INFO WAIT active send to complete -2013-12-03 11:03:42 program INFO WAIT active send to complete -2013-12-03 11:03:42 program INFO WAIT active send to complete -2013-12-03 11:03:43 program INFO WAIT active send to complete -2013-12-03 11:03:43 program INFO WAIT active send to complete -2013-12-03 11:03:43 program INFO WAIT active send to complete -2013-12-03 11:03:43 program INFO WAIT active send to complete -2013-12-03 11:03:43 program INFO WAIT active send to complete -2013-12-03 11:03:44 program INFO WAIT active send to complete -2013-12-03 11:03:44 program INFO WAIT active send to complete -2013-12-03 11:03:44 program INFO WAIT active send to complete -2013-12-03 11:03:44 program INFO WAIT active send to complete -2013-12-03 11:03:44 program INFO WAIT active send to complete -2013-12-03 11:03:45 program INFO WAIT active send to complete -2013-12-03 11:03:45 program INFO WAIT active send to complete -2013-12-03 11:03:45 program INFO WAIT active send to complete -2013-12-03 11:03:45 program INFO WAIT active send to complete -2013-12-03 11:03:46 program INFO WAIT active send to complete -2013-12-03 11:03:46 program INFO WAIT active send to complete -2013-12-03 11:03:46 program INFO WAIT active send to complete -2013-12-03 11:03:46 program INFO WAIT active send to complete -2013-12-03 11:03:46 program INFO WAIT active send to complete -2013-12-03 11:03:47 program INFO WAIT active send to complete -2013-12-03 11:03:47 program INFO WAIT active send to complete -2013-12-03 11:03:47 program INFO WAIT active send to complete -2013-12-03 11:03:47 program INFO WAIT active send to complete -2013-12-03 11:03:47 program INFO WAIT active send to complete -2013-12-03 11:03:48 program INFO WAIT active send to complete -2013-12-03 11:03:48 program INFO WAIT active send to complete -2013-12-03 11:03:48 program INFO WAIT active send to complete -2013-12-03 11:03:48 program INFO WAIT active send to complete -2013-12-03 11:03:48 program INFO WAIT active send to complete -2013-12-03 11:03:49 program INFO WAIT active send to complete -2013-12-03 11:03:49 program INFO WAIT active send to complete -2013-12-03 11:03:49 program INFO WAIT active send to complete -2013-12-03 11:03:49 program INFO WAIT active send to complete -2013-12-03 11:03:49 program INFO WAIT active send to complete -2013-12-03 11:03:50 program INFO WAIT active send to complete -2013-12-03 11:03:50 program INFO WAIT active send to complete -2013-12-03 11:03:50 program INFO WAIT active send to complete -2013-12-03 11:03:50 program INFO WAIT active send to complete -2013-12-03 11:03:50 program INFO WAIT active send to complete -2013-12-03 11:03:51 program INFO WAIT active send to complete -2013-12-03 11:03:51 program INFO WAIT active send to complete -2013-12-03 11:03:51 program INFO WAIT active send to complete -2013-12-03 11:03:51 program INFO WAIT active send to complete -2013-12-03 11:03:51 program INFO WAIT active send to complete -2013-12-03 11:03:52 program INFO WAIT active send to complete -2013-12-03 11:03:52 program INFO WAIT active send to complete -2013-12-03 11:03:52 program INFO WAIT active send to complete -2013-12-03 11:03:52 program INFO WAIT active send to complete -2013-12-03 11:03:53 program INFO WAIT active send to complete -2013-12-03 11:03:53 program INFO WAIT active send to complete -2013-12-03 11:03:53 program INFO WAIT active send to complete -2013-12-03 11:03:53 program INFO WAIT active send to complete -2013-12-03 11:03:53 program INFO WAIT active send to complete -2013-12-03 11:03:54 program INFO WAIT active send to complete -2013-12-03 11:03:54 program INFO WAIT active send to complete -2013-12-03 11:03:54 program INFO WAIT active send to complete -2013-12-03 11:03:54 program INFO WAIT active send to complete -2013-12-03 11:03:54 program INFO WAIT active send to complete -2013-12-03 11:03:55 program INFO WAIT active send to complete -2013-12-03 11:03:55 program INFO WAIT active send to complete -2013-12-03 11:03:55 program INFO WAIT active send to complete -2013-12-03 11:03:55 program INFO WAIT active send to complete -2013-12-03 11:03:55 program INFO WAIT active send to complete -2013-12-03 11:03:56 program INFO WAIT active send to complete -2013-12-03 11:03:56 program INFO WAIT active send to complete -2013-12-03 11:03:56 program INFO WAIT active send to complete -2013-12-03 11:03:56 program INFO WAIT active send to complete -2013-12-03 11:03:56 program INFO WAIT active send to complete -2013-12-03 11:03:57 program INFO WAIT active send to complete -2013-12-03 11:03:57 program INFO WAIT active send to complete -2013-12-03 11:03:57 program INFO WAIT active send to complete -2013-12-03 11:03:57 program INFO WAIT active send to complete -2013-12-03 11:03:57 program INFO WAIT active send to complete -2013-12-03 11:03:58 program INFO WAIT active send to complete -2013-12-03 11:03:58 program INFO WAIT active send to complete -2013-12-03 11:03:58 program INFO WAIT active send to complete -2013-12-03 11:03:58 program INFO WAIT active send to complete -2013-12-03 11:03:58 program INFO WAIT active send to complete -2013-12-03 11:03:59 program INFO WAIT active send to complete -2013-12-03 11:03:59 program INFO WAIT active send to complete -2013-12-03 11:03:59 program INFO WAIT active send to complete -2013-12-03 11:03:59 program INFO WAIT active send to complete -2013-12-03 11:04:00 program INFO WAIT active send to complete -2013-12-03 11:04:00 program INFO WAIT active send to complete -2013-12-03 11:04:00 program INFO WAIT active send to complete -2013-12-03 11:04:00 program INFO WAIT active send to complete -2013-12-03 11:04:00 program INFO WAIT active send to complete -2013-12-03 11:04:01 program INFO WAIT active send to complete -2013-12-03 11:04:01 program INFO WAIT active send to complete -2013-12-03 11:04:01 program INFO WAIT active send to complete -2013-12-03 11:04:01 program INFO WAIT active send to complete -2013-12-03 11:04:01 program INFO WAIT active send to complete -2013-12-03 11:04:02 program INFO WAIT active send to complete -2013-12-03 11:04:02 program INFO WAIT active send to complete -2013-12-03 11:04:02 program INFO WAIT active send to complete -2013-12-03 11:04:02 program INFO WAIT active send to complete -2013-12-03 11:04:02 program INFO WAIT active send to complete -2013-12-03 11:04:03 program INFO WAIT active send to complete -2013-12-03 11:04:03 program INFO WAIT active send to complete -2013-12-03 11:04:03 program INFO WAIT active send to complete -2013-12-03 11:04:03 program INFO WAIT active send to complete -2013-12-03 11:04:03 program INFO WAIT active send to complete -2013-12-03 11:04:04 program INFO WAIT active send to complete -2013-12-03 11:04:04 program INFO WAIT active send to complete -2013-12-03 11:04:04 program INFO WAIT active send to complete -2013-12-03 11:04:04 program INFO WAIT active send to complete -2013-12-03 11:04:04 program INFO WAIT active send to complete -2013-12-03 11:04:05 program INFO WAIT active send to complete -2013-12-03 11:04:05 program INFO WAIT active send to complete -2013-12-03 11:04:05 program INFO WAIT active send to complete -2013-12-03 11:04:05 program INFO WAIT active send to complete -2013-12-03 11:04:05 program INFO WAIT active send to complete -2013-12-03 11:04:06 program INFO WAIT active send to complete -2013-12-03 11:04:06 program INFO WAIT active send to complete -2013-12-03 11:04:06 program INFO WAIT active send to complete -2013-12-03 11:04:06 program INFO WAIT active send to complete -2013-12-03 11:04:06 program INFO WAIT active send to complete -2013-12-03 11:04:07 program INFO WAIT active send to complete -2013-12-03 11:04:07 program INFO WAIT active send to complete -2013-12-03 11:04:07 program INFO WAIT active send to complete -2013-12-03 11:04:07 program INFO WAIT active send to complete -2013-12-03 11:04:08 program INFO WAIT active send to complete -2013-12-03 11:04:08 program INFO WAIT active send to complete -2013-12-03 11:04:08 program INFO WAIT active send to complete -2013-12-03 11:04:08 program INFO WAIT active send to complete -2013-12-03 11:04:08 program INFO WAIT active send to complete -2013-12-03 11:04:09 program INFO WAIT active send to complete -2013-12-03 11:04:09 program INFO WAIT active send to complete -2013-12-03 11:04:09 program INFO WAIT active send to complete -2013-12-03 11:04:09 program INFO WAIT active send to complete -2013-12-03 11:04:09 program INFO WAIT active send to complete -2013-12-03 11:04:10 program INFO WAIT active send to complete -2013-12-03 11:04:10 program INFO WAIT active send to complete -2013-12-03 11:04:10 program INFO WAIT active send to complete -2013-12-03 11:04:10 program INFO WAIT active send to complete -2013-12-03 11:04:10 program INFO WAIT active send to complete -2013-12-03 11:04:11 program INFO WAIT active send to complete -2013-12-03 11:04:11 program INFO WAIT active send to complete -2013-12-03 11:04:11 program INFO WAIT active send to complete -2013-12-03 11:04:11 program INFO WAIT active send to complete -2013-12-03 11:04:11 program INFO WAIT active send to complete -2013-12-03 11:04:12 program INFO WAIT active send to complete -2013-12-03 11:04:12 program INFO WAIT active send to complete -2013-12-03 11:04:12 program INFO WAIT active send to complete -2013-12-03 11:04:12 program INFO WAIT active send to complete -2013-12-03 11:04:12 program INFO WAIT active send to complete -2013-12-03 11:04:13 program INFO WAIT active send to complete -2013-12-03 11:04:13 program INFO WAIT active send to complete -2013-12-03 11:04:13 program INFO WAIT active send to complete -2013-12-03 11:04:13 program INFO WAIT active send to complete -2013-12-03 11:04:13 program INFO WAIT active send to complete -2013-12-03 11:04:14 program INFO WAIT active send to complete -2013-12-03 11:04:14 program INFO WAIT active send to complete -2013-12-03 11:04:14 program INFO WAIT active send to complete -2013-12-03 11:04:14 program INFO WAIT active send to complete -2013-12-03 11:04:15 program INFO WAIT active send to complete -2013-12-03 11:04:15 program INFO WAIT active send to complete -2013-12-03 11:04:15 program INFO WAIT active send to complete -2013-12-03 11:04:15 queue INFO >>83 [169] -2013-12-03 11:04:15 program INFO WAIT active send to complete -2013-12-03 11:04:15 program INFO WAIT active send to complete -2013-12-03 11:04:16 program INFO WAIT active send to complete -2013-12-03 11:04:16 program INFO WAIT active send to complete -2013-12-03 11:04:16 program INFO WAIT active send to complete -2013-12-03 11:04:16 program INFO WAIT active send to complete -2013-12-03 11:04:16 program INFO WAIT active send to complete -2013-12-03 11:04:17 program INFO WAIT active send to complete -2013-12-03 11:04:17 program INFO WAIT active send to complete -2013-12-03 11:04:17 program INFO WAIT active send to complete -2013-12-03 11:04:17 program INFO WAIT active send to complete -2013-12-03 11:04:17 program INFO WAIT active send to complete -2013-12-03 11:04:18 program INFO WAIT active send to complete -2013-12-03 11:04:18 program INFO WAIT active send to complete -2013-12-03 11:04:18 program INFO WAIT active send to complete -2013-12-03 11:04:18 program INFO WAIT active send to complete -2013-12-03 11:04:18 program INFO WAIT active send to complete -2013-12-03 11:04:19 program INFO WAIT active send to complete -2013-12-03 11:04:19 program INFO WAIT active send to complete -2013-12-03 11:04:19 program INFO WAIT active send to complete -2013-12-03 11:04:19 program INFO WAIT active send to complete -2013-12-03 11:04:19 program INFO WAIT active send to complete -2013-12-03 11:04:20 program INFO WAIT active send to complete -2013-12-03 11:04:20 program INFO WAIT active send to complete -2013-12-03 11:04:20 program INFO WAIT active send to complete -2013-12-03 11:04:20 program INFO WAIT active send to complete -2013-12-03 11:04:20 program INFO WAIT active send to complete -2013-12-03 11:04:21 program INFO WAIT active send to complete -2013-12-03 11:04:21 program INFO WAIT active send to complete -2013-12-03 11:04:21 program INFO WAIT active send to complete -2013-12-03 11:04:21 program INFO WAIT active send to complete -2013-12-03 11:04:22 program INFO WAIT active send to complete -2013-12-03 11:04:22 program INFO WAIT active send to complete -2013-12-03 11:04:22 program INFO WAIT active send to complete -2013-12-03 11:04:22 program INFO WAIT active send to complete -2013-12-03 11:04:22 program INFO WAIT active send to complete -2013-12-03 11:04:23 program INFO WAIT active send to complete -2013-12-03 11:04:23 program INFO WAIT active send to complete -2013-12-03 11:04:23 program INFO WAIT active send to complete -2013-12-03 11:04:23 program INFO WAIT active send to complete -2013-12-03 11:04:23 program INFO WAIT active send to complete -2013-12-03 11:04:24 program INFO WAIT active send to complete -2013-12-03 11:04:24 program INFO WAIT active send to complete -2013-12-03 11:04:24 program INFO WAIT active send to complete -2013-12-03 11:04:24 program INFO WAIT active send to complete -2013-12-03 11:04:24 program INFO WAIT active send to complete -2013-12-03 11:04:25 program INFO WAIT active send to complete -2013-12-03 11:04:25 program INFO WAIT active send to complete -2013-12-03 11:04:25 program INFO WAIT active send to complete -2013-12-03 11:04:25 program INFO WAIT active send to complete -2013-12-03 11:04:25 program INFO WAIT active send to complete -2013-12-03 11:04:26 program INFO WAIT active send to complete -2013-12-03 11:04:26 program INFO WAIT active send to complete -2013-12-03 11:04:26 program INFO WAIT active send to complete -2013-12-03 11:04:26 program INFO WAIT active send to complete -2013-12-03 11:04:26 program INFO WAIT active send to complete -2013-12-03 11:04:27 program INFO WAIT active send to complete -2013-12-03 11:04:27 program INFO WAIT active send to complete -2013-12-03 11:04:27 program INFO WAIT active send to complete -2013-12-03 11:04:27 program INFO WAIT active send to complete -2013-12-03 11:04:27 program INFO WAIT active send to complete -2013-12-03 11:04:28 program INFO WAIT active send to complete -2013-12-03 11:04:28 program INFO WAIT active send to complete -2013-12-03 11:04:28 program INFO WAIT active send to complete -2013-12-03 11:04:28 program INFO WAIT active send to complete -2013-12-03 11:04:29 program INFO WAIT active send to complete -2013-12-03 11:04:29 program INFO WAIT active send to complete -2013-12-03 11:04:29 program INFO WAIT active send to complete -2013-12-03 11:04:29 queue INFO 87 [170] -2013-12-03 11:04:29 program INFO WAIT active send to complete -2013-12-03 11:04:29 program INFO WAIT active send to complete -2013-12-03 11:04:30 program INFO WAIT active send to complete -2013-12-03 11:04:30 program INFO WAIT active send to complete -2013-12-03 11:04:30 program INFO WAIT active send to complete -2013-12-03 11:04:30 program INFO WAIT active send to complete -2013-12-03 11:04:30 program INFO WAIT active send to complete -2013-12-03 11:04:31 program INFO WAIT active send to complete -2013-12-03 11:04:31 queue INFO >87 [171] -2013-12-03 11:04:31 program INFO WAIT active send to complete -2013-12-03 11:04:31 program INFO WAIT active send to complete -2013-12-03 11:04:31 program INFO WAIT active send to complete -2013-12-03 11:04:31 program INFO WAIT active send to complete -2013-12-03 11:04:32 program INFO WAIT active send to complete -2013-12-03 11:04:32 program INFO WAIT active send to complete -2013-12-03 11:04:32 program INFO WAIT active send to complete -2013-12-03 11:04:32 queue INFO 83 [172] -2013-12-03 11:04:32 program INFO WAIT active send to complete -2013-12-03 11:04:32 program INFO WAIT active send to complete -2013-12-03 11:04:33 program INFO WAIT active send to complete -2013-12-03 11:04:33 program INFO WAIT active send to complete -2013-12-03 11:04:33 program INFO WAIT active send to complete -2013-12-03 11:04:33 program INFO WAIT active send to complete -2013-12-03 11:04:33 program INFO WAIT active send to complete -2013-12-03 11:04:34 program INFO WAIT active send to complete -2013-12-03 11:04:34 queue INFO >83 [173] -2013-12-03 11:04:34 program INFO WAIT active send to complete -2013-12-03 11:04:34 program INFO WAIT active send to complete -2013-12-03 11:04:34 program INFO WAIT active send to complete -2013-12-03 11:04:34 program INFO WAIT active send to complete -2013-12-03 11:04:35 program INFO WAIT active send to complete -2013-12-03 11:04:35 program INFO WAIT active send to complete -2013-12-03 11:04:35 program INFO WAIT active send to complete -2013-12-03 11:04:35 program INFO WAIT active send to complete -2013-12-03 11:04:35 program INFO WAIT active send to complete -2013-12-03 11:04:36 program INFO WAIT active send to complete -2013-12-03 11:04:36 program INFO WAIT active send to complete -2013-12-03 11:04:36 program INFO WAIT active send to complete -2013-12-03 11:04:36 program INFO WAIT active send to complete -2013-12-03 11:04:37 program INFO WAIT active send to complete -2013-12-03 11:04:37 program INFO WAIT active send to complete -2013-12-03 11:04:37 program INFO WAIT active send to complete -2013-12-03 11:04:37 program INFO WAIT active send to complete -2013-12-03 11:04:37 program INFO WAIT active send to complete -2013-12-03 11:04:38 program INFO WAIT active send to complete -2013-12-03 11:04:38 program INFO WAIT active send to complete -2013-12-03 11:04:38 program INFO WAIT active send to complete -2013-12-03 11:04:38 program INFO WAIT active send to complete -2013-12-03 11:04:38 program INFO WAIT active send to complete -2013-12-03 11:04:39 program INFO WAIT active send to complete -2013-12-03 11:04:39 program INFO WAIT active send to complete -2013-12-03 11:04:39 program INFO WAIT active send to complete -2013-12-03 11:04:39 program INFO WAIT active send to complete -2013-12-03 11:04:39 program INFO WAIT active send to complete -2013-12-03 11:04:40 program INFO WAIT active send to complete -2013-12-03 11:04:40 program INFO WAIT active send to complete -2013-12-03 11:04:40 program INFO WAIT active send to complete -2013-12-03 11:04:40 program INFO WAIT active send to complete -2013-12-03 11:04:40 program INFO WAIT active send to complete -2013-12-03 11:04:41 program INFO WAIT active send to complete -2013-12-03 11:04:41 program INFO WAIT active send to complete -2013-12-03 11:04:41 program INFO WAIT active send to complete -2013-12-03 11:04:41 program INFO WAIT active send to complete -2013-12-03 11:04:41 program INFO WAIT active send to complete -2013-12-03 11:04:42 program INFO WAIT active send to complete -2013-12-03 11:04:42 program INFO WAIT active send to complete -2013-12-03 11:04:42 program INFO WAIT active send to complete -2013-12-03 11:04:42 program INFO WAIT active send to complete -2013-12-03 11:04:42 program INFO WAIT active send to complete -2013-12-03 11:04:43 program INFO WAIT active send to complete -2013-12-03 11:04:43 program INFO WAIT active send to complete -2013-12-03 11:04:43 program INFO WAIT active send to complete -2013-12-03 11:04:43 program INFO WAIT active send to complete -2013-12-03 11:04:44 program INFO WAIT active send to complete -2013-12-03 11:04:44 program INFO WAIT active send to complete -2013-12-03 11:04:44 program INFO WAIT active send to complete -2013-12-03 11:04:44 program INFO WAIT active send to complete -2013-12-03 11:04:44 program INFO WAIT active send to complete -2013-12-03 11:04:45 program INFO WAIT active send to complete -2013-12-03 11:04:45 program INFO WAIT active send to complete -2013-12-03 11:04:45 program INFO WAIT active send to complete -2013-12-03 11:04:45 program INFO WAIT active send to complete -2013-12-03 11:04:45 program INFO WAIT active send to complete -2013-12-03 11:04:46 program INFO WAIT active send to complete -2013-12-03 11:04:46 program INFO WAIT active send to complete -2013-12-03 11:04:46 program INFO WAIT active send to complete -2013-12-03 11:04:46 program INFO WAIT active send to complete -2013-12-03 11:04:46 program INFO WAIT active send to complete -2013-12-03 11:04:47 program INFO WAIT active send to complete -2013-12-03 11:04:47 program INFO WAIT active send to complete -2013-12-03 11:04:47 program INFO WAIT active send to complete -2013-12-03 11:04:47 program INFO WAIT active send to complete -2013-12-03 11:04:47 program INFO WAIT active send to complete -2013-12-03 11:04:48 program INFO WAIT active send to complete -2013-12-03 11:04:48 program INFO WAIT active send to complete -2013-12-03 11:04:48 program INFO WAIT active send to complete -2013-12-03 11:04:48 program INFO WAIT active send to complete -2013-12-03 11:04:48 program INFO WAIT active send to complete -2013-12-03 11:04:49 program INFO WAIT active send to complete -2013-12-03 11:04:49 program INFO WAIT active send to complete -2013-12-03 11:04:49 program INFO WAIT active send to complete -2013-12-03 11:04:49 program INFO WAIT active send to complete -2013-12-03 11:04:49 program INFO WAIT active send to complete -2013-12-03 11:04:50 program INFO WAIT active send to complete -2013-12-03 11:04:50 program INFO WAIT active send to complete -2013-12-03 11:04:50 program INFO WAIT active send to complete -2013-12-03 11:04:50 program INFO WAIT active send to complete -2013-12-03 11:04:51 program INFO WAIT active send to complete -2013-12-03 11:04:51 program INFO WAIT active send to complete -2013-12-03 11:04:51 program INFO WAIT active send to complete -2013-12-03 11:04:51 program INFO WAIT active send to complete -2013-12-03 11:04:51 program INFO WAIT active send to complete -2013-12-03 11:04:52 program INFO WAIT active send to complete -2013-12-03 11:04:52 program INFO WAIT active send to complete -2013-12-03 11:04:52 program INFO WAIT active send to complete -2013-12-03 11:04:52 program INFO WAIT active send to complete -2013-12-03 11:04:52 program INFO WAIT active send to complete -2013-12-03 11:04:53 program INFO WAIT active send to complete -2013-12-03 11:04:53 program INFO WAIT active send to complete -2013-12-03 11:04:53 program INFO WAIT active send to complete -2013-12-03 11:04:53 program INFO WAIT active send to complete -2013-12-03 11:04:53 program INFO WAIT active send to complete -2013-12-03 11:04:54 program INFO WAIT active send to complete -2013-12-03 11:04:54 program INFO WAIT active send to complete -2013-12-03 11:04:54 program INFO WAIT active send to complete -2013-12-03 11:04:54 program INFO WAIT active send to complete -2013-12-03 11:04:54 program INFO WAIT active send to complete -2013-12-03 11:04:55 program INFO WAIT active send to complete -2013-12-03 11:04:55 program INFO WAIT active send to complete -2013-12-03 11:04:55 program INFO WAIT active send to complete -2013-12-03 11:04:55 program INFO WAIT active send to complete -2013-12-03 11:04:55 program ERROR IOB offline -2013-12-03 11:04:56 program INFO IOB ONLINE! -2013-12-03 11:04:56 program INFO WAIT active send to complete -2013-12-03 11:04:56 program INFO WAIT active send to complete -2013-12-03 11:04:56 program INFO WAIT active send to complete -2013-12-03 11:04:57 program INFO WAIT active send to complete -2013-12-03 11:04:57 program INFO WAIT active send to complete -2013-12-03 11:04:57 program INFO WAIT active send to complete -2013-12-03 11:04:57 program INFO WAIT active send to complete -2013-12-03 11:04:58 program INFO WAIT active send to complete -2013-12-03 11:04:58 program INFO WAIT active send to complete -2013-12-03 11:04:58 program INFO WAIT active send to complete -2013-12-03 11:04:58 program INFO WAIT active send to complete -2013-12-03 11:04:58 program INFO WAIT active send to complete -2013-12-03 11:04:59 program INFO WAIT active send to complete -2013-12-03 11:04:59 program INFO WAIT active send to complete -2013-12-03 11:04:59 program INFO WAIT active send to complete -2013-12-03 11:04:59 program INFO WAIT active send to complete -2013-12-03 11:04:59 program INFO WAIT active send to complete -2013-12-03 11:05:00 program INFO WAIT active send to complete -2013-12-03 11:05:00 program INFO WAIT active send to complete -2013-12-03 11:05:00 program INFO WAIT active send to complete -2013-12-03 11:05:00 program INFO WAIT active send to complete -2013-12-03 11:05:00 program INFO WAIT active send to complete -2013-12-03 11:05:01 program INFO WAIT active send to complete -2013-12-03 11:05:01 program INFO WAIT active send to complete -2013-12-03 11:05:01 program INFO WAIT active send to complete -2013-12-03 11:05:01 program INFO WAIT active send to complete -2013-12-03 11:05:01 program INFO WAIT active send to complete -2013-12-03 11:05:02 program INFO WAIT active send to complete -2013-12-03 11:05:02 program INFO WAIT active send to complete -2013-12-03 11:05:02 program INFO WAIT active send to complete -2013-12-03 11:05:02 program INFO WAIT active send to complete -2013-12-03 11:05:02 program INFO WAIT active send to complete -2013-12-03 11:05:03 program INFO WAIT active send to complete -2013-12-03 11:05:03 program INFO WAIT active send to complete -2013-12-03 11:05:03 program INFO WAIT active send to complete -2013-12-03 11:05:03 program INFO WAIT active send to complete -2013-12-03 11:05:03 program INFO WAIT active send to complete -2013-12-03 11:05:04 program INFO WAIT active send to complete -2013-12-03 11:05:04 program INFO WAIT active send to complete -2013-12-03 11:05:04 program INFO WAIT active send to complete -2013-12-03 11:05:04 program INFO WAIT active send to complete -2013-12-03 11:05:05 program INFO WAIT active send to complete -2013-12-03 11:05:05 program INFO WAIT active send to complete -2013-12-03 11:05:05 program INFO WAIT active send to complete -2013-12-03 11:05:05 program INFO WAIT active send to complete -2013-12-03 11:05:05 program INFO WAIT active send to complete -2013-12-03 11:05:06 program INFO WAIT active send to complete -2013-12-03 11:05:06 program INFO WAIT active send to complete -2013-12-03 11:05:06 program INFO WAIT active send to complete -2013-12-03 11:05:06 program INFO WAIT active send to complete -2013-12-03 11:05:06 program INFO WAIT active send to complete -2013-12-03 11:05:07 program INFO WAIT active send to complete -2013-12-03 11:05:07 program INFO WAIT active send to complete -2013-12-03 11:05:07 program INFO WAIT active send to complete -2013-12-03 11:05:07 program INFO WAIT active send to complete -2013-12-03 11:05:07 program INFO WAIT active send to complete -2013-12-03 11:05:08 program INFO WAIT active send to complete -2013-12-03 11:05:08 program INFO WAIT active send to complete -2013-12-03 11:05:08 program INFO WAIT active send to complete -2013-12-03 11:05:08 program INFO WAIT active send to complete -2013-12-03 11:05:08 program INFO WAIT active send to complete -2013-12-03 11:05:09 program INFO WAIT active send to complete -2013-12-03 11:05:09 program INFO WAIT active send to complete -2013-12-03 11:05:09 program INFO WAIT active send to complete -2013-12-03 11:05:09 program INFO WAIT active send to complete -2013-12-03 11:05:09 program INFO WAIT active send to complete -2013-12-03 11:05:10 program INFO WAIT active send to complete -2013-12-03 11:05:10 program INFO WAIT active send to complete -2013-12-03 11:05:10 program INFO WAIT active send to complete -2013-12-03 11:05:10 program INFO WAIT active send to complete -2013-12-03 11:05:10 program INFO WAIT active send to complete -2013-12-03 11:05:11 program INFO WAIT active send to complete -2013-12-03 11:05:11 program INFO WAIT active send to complete -2013-12-03 11:05:11 program INFO WAIT active send to complete -2013-12-03 11:05:11 program INFO WAIT active send to complete -2013-12-03 11:05:11 program INFO WAIT active send to complete -2013-12-03 11:05:12 program INFO WAIT active send to complete -2013-12-03 11:05:12 program INFO WAIT active send to complete -2013-12-03 11:05:12 program INFO WAIT active send to complete -2013-12-03 11:05:12 program INFO WAIT active send to complete -2013-12-03 11:05:13 program INFO WAIT active send to complete -2013-12-03 11:05:13 program INFO WAIT active send to complete -2013-12-03 11:05:13 program INFO WAIT active send to complete -2013-12-03 11:05:13 program INFO WAIT active send to complete -2013-12-03 11:05:13 program INFO WAIT active send to complete -2013-12-03 11:05:14 program INFO WAIT active send to complete -2013-12-03 11:05:14 program INFO WAIT active send to complete -2013-12-03 11:05:14 program INFO WAIT active send to complete -2013-12-03 11:05:14 program INFO WAIT active send to complete -2013-12-03 11:05:14 program INFO WAIT active send to complete -2013-12-03 11:05:15 program INFO WAIT active send to complete -2013-12-03 11:05:15 program INFO WAIT active send to complete -2013-12-03 11:05:15 program INFO WAIT active send to complete -2013-12-03 11:05:15 program INFO WAIT active send to complete -2013-12-03 11:05:15 program INFO WAIT active send to complete -2013-12-03 11:05:16 program INFO WAIT active send to complete -2013-12-03 11:05:16 program INFO WAIT active send to complete -2013-12-03 11:05:16 program INFO WAIT active send to complete -2013-12-03 11:05:16 program INFO WAIT active send to complete -2013-12-03 11:05:16 program INFO WAIT active send to complete -2013-12-03 11:05:17 program INFO WAIT active send to complete -2013-12-03 11:05:17 program INFO WAIT active send to complete -2013-12-03 11:05:17 program INFO WAIT active send to complete -2013-12-03 11:05:17 program INFO WAIT active send to complete -2013-12-03 11:05:17 program INFO WAIT active send to complete -2013-12-03 11:05:18 program INFO WAIT active send to complete -2013-12-03 11:05:18 program INFO WAIT active send to complete -2013-12-03 11:05:18 program INFO WAIT active send to complete -2013-12-03 11:05:18 program INFO WAIT active send to complete -2013-12-03 11:05:18 program INFO WAIT active send to complete -2013-12-03 11:05:19 program INFO WAIT active send to complete -2013-12-03 11:05:19 program INFO WAIT active send to complete -2013-12-03 11:05:19 program INFO WAIT active send to complete -2013-12-03 11:05:19 program INFO WAIT active send to complete -2013-12-03 11:05:20 program INFO WAIT active send to complete -2013-12-03 11:05:20 program INFO WAIT active send to complete -2013-12-03 11:05:20 program INFO WAIT active send to complete -2013-12-03 11:05:20 program INFO WAIT active send to complete -2013-12-03 11:05:20 program INFO WAIT active send to complete -2013-12-03 11:05:21 program INFO WAIT active send to complete -2013-12-03 11:05:21 program INFO WAIT active send to complete -2013-12-03 11:05:21 program INFO WAIT active send to complete -2013-12-03 11:05:21 program INFO WAIT active send to complete -2013-12-03 11:05:21 program INFO WAIT active send to complete -2013-12-03 11:05:22 program INFO WAIT active send to complete -2013-12-03 11:05:22 program INFO WAIT active send to complete -2013-12-03 11:05:22 program INFO WAIT active send to complete -2013-12-03 11:05:22 program INFO WAIT active send to complete -2013-12-03 11:05:22 program INFO WAIT active send to complete -2013-12-03 11:05:23 program INFO WAIT active send to complete -2013-12-03 11:05:23 program INFO WAIT active send to complete -2013-12-03 11:05:23 program INFO WAIT active send to complete -2013-12-03 11:05:23 program INFO WAIT active send to complete -2013-12-03 11:05:23 program INFO WAIT active send to complete -2013-12-03 11:05:24 program INFO WAIT active send to complete -2013-12-03 11:05:24 queue INFO >>83 [174] -2013-12-03 11:05:24 program INFO WAIT active send to complete -2013-12-03 11:05:24 program INFO WAIT active send to complete -2013-12-03 11:05:24 program INFO WAIT active send to complete -2013-12-03 11:05:24 program INFO WAIT active send to complete -2013-12-03 11:05:25 program INFO WAIT active send to complete -2013-12-03 11:05:25 program INFO WAIT active send to complete -2013-12-03 11:05:25 program INFO WAIT active send to complete -2013-12-03 11:05:25 program INFO WAIT active send to complete -2013-12-03 11:05:25 program INFO WAIT active send to complete -2013-12-03 11:05:26 program INFO WAIT active send to complete -2013-12-03 11:05:26 program INFO WAIT active send to complete -2013-12-03 11:05:26 program INFO WAIT active send to complete -2013-12-03 11:05:26 program INFO WAIT active send to complete -2013-12-03 11:05:27 program INFO WAIT active send to complete -2013-12-03 11:05:27 program INFO WAIT active send to complete -2013-12-03 11:05:27 program INFO WAIT active send to complete -2013-12-03 11:05:27 program INFO WAIT active send to complete -2013-12-03 11:05:27 program INFO WAIT active send to complete -2013-12-03 11:05:28 program INFO WAIT active send to complete -2013-12-03 11:05:28 program INFO WAIT active send to complete -2013-12-03 11:05:28 program ERROR IOB offline -2013-12-03 11:05:28 program INFO IOB ONLINE! -2013-12-03 11:05:28 program INFO WAIT active send to complete -2013-12-03 11:05:28 program INFO WAIT active send to complete -2013-12-03 11:05:29 program INFO WAIT active send to complete -2013-12-03 11:05:29 program INFO WAIT active send to complete -2013-12-03 11:05:29 program INFO WAIT active send to complete -2013-12-03 11:05:29 program INFO WAIT active send to complete -2013-12-03 11:05:29 program INFO WAIT active send to complete -2013-12-03 11:05:30 program INFO WAIT active send to complete -2013-12-03 11:05:30 program INFO WAIT active send to complete -2013-12-03 11:05:30 program INFO WAIT active send to complete -2013-12-03 11:05:30 program INFO WAIT active send to complete -2013-12-03 11:05:30 program INFO WAIT active send to complete -2013-12-03 11:05:31 program INFO WAIT active send to complete -2013-12-03 11:05:31 program INFO WAIT active send to complete -2013-12-03 11:05:31 program INFO WAIT active send to complete -2013-12-03 11:05:31 program INFO WAIT active send to complete -2013-12-03 11:05:31 program INFO WAIT active send to complete -2013-12-03 11:05:32 program INFO WAIT active send to complete -2013-12-03 11:05:32 program INFO WAIT active send to complete -2013-12-03 11:05:32 program INFO WAIT active send to complete -2013-12-03 11:05:32 program INFO WAIT active send to complete -2013-12-03 11:05:32 program INFO WAIT active send to complete -2013-12-03 11:05:33 program INFO WAIT active send to complete -2013-12-03 11:05:33 program INFO WAIT active send to complete -2013-12-03 11:05:33 program INFO WAIT active send to complete -2013-12-03 11:05:33 program INFO WAIT active send to complete -2013-12-03 11:05:34 program INFO WAIT active send to complete -2013-12-03 11:05:34 program INFO WAIT active send to complete -2013-12-03 11:05:34 program INFO WAIT active send to complete -2013-12-03 11:05:34 program INFO WAIT active send to complete -2013-12-03 11:05:34 program INFO WAIT active send to complete -2013-12-03 11:05:35 program INFO WAIT active send to complete -2013-12-03 11:05:35 program INFO WAIT active send to complete -2013-12-03 11:05:35 program INFO WAIT active send to complete -2013-12-03 11:05:35 program INFO WAIT active send to complete -2013-12-03 11:05:35 program INFO WAIT active send to complete -2013-12-03 11:05:36 program INFO WAIT active send to complete -2013-12-03 11:05:36 program INFO WAIT active send to complete -2013-12-03 11:05:36 program INFO WAIT active send to complete -2013-12-03 11:05:36 program INFO WAIT active send to complete -2013-12-03 11:05:36 program INFO WAIT active send to complete -2013-12-03 11:05:37 program INFO WAIT active send to complete -2013-12-03 11:05:37 program INFO WAIT active send to complete -2013-12-03 11:05:37 program INFO WAIT active send to complete -2013-12-03 11:05:37 program INFO WAIT active send to complete -2013-12-03 11:05:37 program INFO WAIT active send to complete -2013-12-03 11:05:38 program INFO WAIT active send to complete -2013-12-03 11:05:38 program INFO WAIT active send to complete -2013-12-03 11:05:38 program INFO WAIT active send to complete -2013-12-03 11:05:38 program INFO WAIT active send to complete -2013-12-03 11:05:38 program INFO WAIT active send to complete -2013-12-03 11:05:39 program INFO WAIT active send to complete -2013-12-03 11:05:39 program INFO WAIT active send to complete -2013-12-03 11:05:39 program INFO WAIT active send to complete -2013-12-03 11:05:39 program INFO WAIT active send to complete -2013-12-03 11:05:39 program INFO WAIT active send to complete -2013-12-03 11:05:40 program INFO WAIT active send to complete -2013-12-03 11:05:40 program INFO WAIT active send to complete -2013-12-03 11:05:40 program INFO WAIT active send to complete -2013-12-03 11:05:40 program INFO WAIT active send to complete -2013-12-03 11:05:40 program INFO WAIT active send to complete -2013-12-03 11:05:41 program INFO WAIT active send to complete -2013-12-03 11:05:41 program INFO WAIT active send to complete -2013-12-03 11:05:41 program INFO WAIT active send to complete -2013-12-03 11:05:41 program INFO WAIT active send to complete -2013-12-03 11:05:42 program INFO WAIT active send to complete -2013-12-03 11:05:42 program INFO WAIT active send to complete -2013-12-03 11:05:42 program INFO WAIT active send to complete -2013-12-03 11:05:42 program INFO WAIT active send to complete -2013-12-03 11:05:42 program INFO WAIT active send to complete -2013-12-03 11:05:43 program INFO WAIT active send to complete -2013-12-03 11:05:43 program INFO WAIT active send to complete -2013-12-03 11:05:43 program INFO WAIT active send to complete -2013-12-03 11:05:43 program INFO WAIT active send to complete -2013-12-03 11:05:43 program INFO WAIT active send to complete -2013-12-03 11:05:44 program INFO WAIT active send to complete -2013-12-03 11:05:44 program INFO WAIT active send to complete -2013-12-03 11:05:44 program INFO WAIT active send to complete -2013-12-03 11:05:44 program INFO WAIT active send to complete -2013-12-03 11:05:44 program INFO WAIT active send to complete -2013-12-03 11:05:45 program INFO WAIT active send to complete -2013-12-03 11:05:45 program INFO WAIT active send to complete -2013-12-03 11:05:45 program INFO WAIT active send to complete -2013-12-03 11:05:45 program INFO WAIT active send to complete -2013-12-03 11:05:45 program INFO WAIT active send to complete -2013-12-03 11:05:46 program INFO WAIT active send to complete -2013-12-03 11:05:46 program INFO WAIT active send to complete -2013-12-03 11:05:46 program INFO WAIT active send to complete -2013-12-03 11:05:46 program INFO WAIT active send to complete -2013-12-03 11:05:46 program INFO WAIT active send to complete -2013-12-03 11:05:47 program INFO WAIT active send to complete -2013-12-03 11:05:47 program INFO WAIT active send to complete -2013-12-03 11:05:47 program INFO WAIT active send to complete -2013-12-03 11:05:47 program INFO WAIT active send to complete -2013-12-03 11:05:47 program INFO WAIT active send to complete -2013-12-03 11:05:48 program INFO WAIT active send to complete -2013-12-03 11:05:48 program INFO WAIT active send to complete -2013-12-03 11:05:48 program INFO WAIT active send to complete -2013-12-03 11:05:48 program INFO WAIT active send to complete -2013-12-03 11:05:49 program INFO WAIT active send to complete -2013-12-03 11:05:49 program INFO WAIT active send to complete -2013-12-03 11:05:49 program INFO WAIT active send to complete -2013-12-03 11:05:49 program INFO WAIT active send to complete -2013-12-03 11:05:49 program INFO WAIT active send to complete -2013-12-03 11:05:50 program INFO WAIT active send to complete -2013-12-03 11:05:50 program INFO WAIT active send to complete -2013-12-03 11:05:50 program INFO WAIT active send to complete -2013-12-03 11:05:50 program INFO WAIT active send to complete -2013-12-03 11:05:50 program INFO WAIT active send to complete -2013-12-03 11:05:51 program INFO WAIT active send to complete -2013-12-03 11:05:51 program INFO WAIT active send to complete -2013-12-03 11:05:51 program INFO WAIT active send to complete -2013-12-03 11:05:51 program INFO WAIT active send to complete -2013-12-03 11:05:51 program INFO WAIT active send to complete -2013-12-03 11:05:52 program INFO WAIT active send to complete -2013-12-03 11:05:52 program INFO WAIT active send to complete -2013-12-03 11:05:52 program INFO WAIT active send to complete -2013-12-03 11:05:52 program INFO WAIT active send to complete -2013-12-03 11:05:52 program INFO WAIT active send to complete -2013-12-03 11:05:53 program INFO WAIT active send to complete -2013-12-03 11:05:53 program INFO WAIT active send to complete -2013-12-03 11:05:53 program INFO WAIT active send to complete -2013-12-03 11:05:53 program INFO WAIT active send to complete -2013-12-03 11:05:53 program INFO WAIT active send to complete -2013-12-03 11:05:54 program INFO WAIT active send to complete -2013-12-03 11:05:54 program INFO WAIT active send to complete -2013-12-03 11:05:54 program INFO WAIT active send to complete -2013-12-03 11:05:54 program INFO WAIT active send to complete -2013-12-03 11:05:54 program INFO WAIT active send to complete -2013-12-03 11:05:55 program INFO WAIT active send to complete -2013-12-03 11:05:55 program INFO WAIT active send to complete -2013-12-03 11:05:55 program INFO WAIT active send to complete -2013-12-03 11:05:55 program INFO WAIT active send to complete -2013-12-03 11:05:56 program INFO WAIT active send to complete -2013-12-03 11:05:56 program INFO WAIT active send to complete -2013-12-03 11:05:56 program INFO WAIT active send to complete -2013-12-03 11:05:56 program INFO WAIT active send to complete -2013-12-03 11:05:56 program INFO WAIT active send to complete -2013-12-03 11:05:57 program INFO WAIT active send to complete -2013-12-03 11:05:57 program INFO WAIT active send to complete -2013-12-03 11:05:57 program INFO WAIT active send to complete -2013-12-03 11:05:57 program INFO WAIT active send to complete -2013-12-03 11:05:57 program INFO WAIT active send to complete -2013-12-03 11:05:58 program INFO WAIT active send to complete -2013-12-03 11:05:58 program INFO WAIT active send to complete -2013-12-03 11:05:58 program INFO WAIT active send to complete -2013-12-03 11:05:58 program INFO WAIT active send to complete -2013-12-03 11:05:58 program INFO WAIT active send to complete -2013-12-03 11:05:59 program INFO WAIT active send to complete -2013-12-03 11:05:59 program INFO WAIT active send to complete -2013-12-03 11:05:59 program INFO WAIT active send to complete -2013-12-03 11:05:59 program INFO WAIT active send to complete -2013-12-03 11:05:59 program INFO WAIT active send to complete -2013-12-03 11:06:00 program INFO WAIT active send to complete -2013-12-03 11:06:00 program INFO WAIT active send to complete -2013-12-03 11:06:00 program INFO WAIT active send to complete -2013-12-03 11:06:00 program INFO WAIT active send to complete -2013-12-03 11:06:00 program INFO WAIT active send to complete -2013-12-03 11:06:01 program INFO WAIT active send to complete -2013-12-03 11:06:01 program INFO WAIT active send to complete -2013-12-03 11:06:01 program INFO WAIT active send to complete -2013-12-03 11:06:01 program INFO WAIT active send to complete -2013-12-03 11:06:01 program INFO WAIT active send to complete -2013-12-03 11:06:02 program INFO WAIT active send to complete -2013-12-03 11:06:02 program INFO WAIT active send to complete -2013-12-03 11:06:02 program INFO WAIT active send to complete -2013-12-03 11:06:02 program INFO WAIT active send to complete -2013-12-03 11:06:03 program INFO WAIT active send to complete -2013-12-03 11:06:03 program INFO WAIT active send to complete -2013-12-03 11:06:03 program INFO WAIT active send to complete -2013-12-03 11:06:03 program INFO WAIT active send to complete -2013-12-03 11:06:03 program INFO WAIT active send to complete -2013-12-03 11:06:04 program INFO WAIT active send to complete -2013-12-03 11:06:04 program INFO WAIT active send to complete -2013-12-03 11:06:04 program INFO WAIT active send to complete -2013-12-03 11:06:04 program INFO WAIT active send to complete -2013-12-03 11:06:04 program INFO WAIT active send to complete -2013-12-03 11:06:05 program INFO WAIT active send to complete -2013-12-03 11:06:05 program INFO WAIT active send to complete -2013-12-03 11:06:05 program INFO WAIT active send to complete -2013-12-03 11:06:05 program INFO WAIT active send to complete -2013-12-03 11:06:05 program INFO WAIT active send to complete -2013-12-03 11:06:06 program INFO WAIT active send to complete -2013-12-03 11:06:06 program INFO WAIT active send to complete -2013-12-03 11:06:06 program INFO WAIT active send to complete -2013-12-03 11:06:06 program INFO WAIT active send to complete -2013-12-03 11:06:06 program INFO WAIT active send to complete -2013-12-03 11:06:07 program INFO WAIT active send to complete -2013-12-03 11:06:07 program INFO WAIT active send to complete -2013-12-03 11:06:07 program INFO WAIT active send to complete -2013-12-03 11:06:07 program INFO WAIT active send to complete -2013-12-03 11:06:07 program INFO WAIT active send to complete -2013-12-03 11:06:08 program INFO WAIT active send to complete -2013-12-03 11:06:08 program INFO WAIT active send to complete -2013-12-03 11:06:08 program INFO WAIT active send to complete -2013-12-03 11:06:08 program INFO WAIT active send to complete -2013-12-03 11:06:08 program INFO WAIT active send to complete -2013-12-03 11:06:09 program INFO WAIT active send to complete -2013-12-03 11:06:09 program INFO WAIT active send to complete -2013-12-03 11:06:09 program INFO WAIT active send to complete -2013-12-03 11:06:09 program INFO WAIT active send to complete -2013-12-03 11:06:09 program INFO WAIT active send to complete -2013-12-03 11:06:10 program INFO WAIT active send to complete -2013-12-03 11:06:10 program INFO WAIT active send to complete -2013-12-03 11:06:10 program INFO WAIT active send to complete -2013-12-03 11:06:10 program INFO WAIT active send to complete -2013-12-03 11:06:11 program INFO WAIT active send to complete -2013-12-03 11:06:11 program INFO WAIT active send to complete -2013-12-03 11:06:11 program INFO WAIT active send to complete -2013-12-03 11:06:11 program INFO WAIT active send to complete -2013-12-03 11:06:11 program INFO WAIT active send to complete -2013-12-03 11:06:12 program INFO WAIT active send to complete -2013-12-03 11:06:12 program INFO WAIT active send to complete -2013-12-03 11:06:12 program INFO WAIT active send to complete -2013-12-03 11:06:12 program INFO WAIT active send to complete -2013-12-03 11:06:12 program INFO WAIT active send to complete -2013-12-03 11:06:13 program INFO WAIT active send to complete -2013-12-03 11:06:13 program INFO WAIT active send to complete -2013-12-03 11:06:13 program INFO WAIT active send to complete -2013-12-03 11:06:13 program INFO WAIT active send to complete -2013-12-03 11:06:13 program INFO WAIT active send to complete -2013-12-03 11:06:14 program INFO WAIT active send to complete -2013-12-03 11:06:14 queue INFO >>83 [175] -2013-12-03 11:06:14 program INFO WAIT active send to complete -2013-12-03 11:06:14 program INFO WAIT active send to complete -2013-12-03 11:06:14 program INFO WAIT active send to complete -2013-12-03 11:06:14 program INFO WAIT active send to complete -2013-12-03 11:06:15 program INFO WAIT active send to complete -2013-12-03 11:06:15 program INFO WAIT active send to complete -2013-12-03 11:06:15 program INFO WAIT active send to complete -2013-12-03 11:06:15 program INFO WAIT active send to complete -2013-12-03 11:06:15 program INFO WAIT active send to complete -2013-12-03 11:06:16 program INFO WAIT active send to complete -2013-12-03 11:06:16 program INFO WAIT active send to complete -2013-12-03 11:06:16 program INFO WAIT active send to complete -2013-12-03 11:06:16 program INFO WAIT active send to complete -2013-12-03 11:06:16 program INFO WAIT active send to complete -2013-12-03 11:06:17 program INFO WAIT active send to complete -2013-12-03 11:06:17 program INFO WAIT active send to complete -2013-12-03 11:06:17 program INFO WAIT active send to complete -2013-12-03 11:06:17 program INFO WAIT active send to complete -2013-12-03 11:06:18 program INFO WAIT active send to complete -2013-12-03 11:06:18 program INFO WAIT active send to complete -2013-12-03 11:06:18 program INFO WAIT active send to complete -2013-12-03 11:06:18 program INFO WAIT active send to complete -2013-12-03 11:06:18 program INFO WAIT active send to complete -2013-12-03 11:06:19 program INFO WAIT active send to complete -2013-12-03 11:06:19 program INFO WAIT active send to complete -2013-12-03 11:06:19 program INFO WAIT active send to complete -2013-12-03 11:06:19 program INFO WAIT active send to complete -2013-12-03 11:06:19 program INFO WAIT active send to complete -2013-12-03 11:06:20 program INFO WAIT active send to complete -2013-12-03 11:06:20 program INFO WAIT active send to complete -2013-12-03 11:06:20 program INFO WAIT active send to complete -2013-12-03 11:06:20 program INFO WAIT active send to complete -2013-12-03 11:06:20 program INFO WAIT active send to complete -2013-12-03 11:06:21 program INFO WAIT active send to complete -2013-12-03 11:06:21 program INFO WAIT active send to complete -2013-12-03 11:06:21 program INFO WAIT active send to complete -2013-12-03 11:06:21 program INFO WAIT active send to complete -2013-12-03 11:06:21 program INFO WAIT active send to complete -2013-12-03 11:06:22 program INFO WAIT active send to complete -2013-12-03 11:06:22 program INFO WAIT active send to complete -2013-12-03 11:06:22 program INFO WAIT active send to complete -2013-12-03 11:06:22 program INFO WAIT active send to complete -2013-12-03 11:06:22 program INFO WAIT active send to complete -2013-12-03 11:06:23 program INFO WAIT active send to complete -2013-12-03 11:06:23 program INFO WAIT active send to complete -2013-12-03 11:06:23 program INFO WAIT active send to complete -2013-12-03 11:06:23 program INFO WAIT active send to complete -2013-12-03 11:06:23 program INFO WAIT active send to complete -2013-12-03 11:06:24 program INFO WAIT active send to complete -2013-12-03 11:06:24 program INFO WAIT active send to complete -2013-12-03 11:06:24 program INFO WAIT active send to complete -2013-12-03 11:06:24 program INFO WAIT active send to complete -2013-12-03 11:06:25 program INFO WAIT active send to complete -2013-12-03 11:06:25 program INFO WAIT active send to complete -2013-12-03 11:06:25 program INFO WAIT active send to complete -2013-12-03 11:06:25 program INFO WAIT active send to complete -2013-12-03 11:06:25 program INFO WAIT active send to complete -2013-12-03 11:06:26 program INFO WAIT active send to complete -2013-12-03 11:06:26 program INFO WAIT active send to complete -2013-12-03 11:06:26 program INFO WAIT active send to complete -2013-12-03 11:06:26 program INFO WAIT active send to complete -2013-12-03 11:06:26 program INFO WAIT active send to complete -2013-12-03 11:06:27 program INFO WAIT active send to complete -2013-12-03 11:06:27 program INFO WAIT active send to complete -2013-12-03 11:06:27 program INFO WAIT active send to complete -2013-12-03 11:06:27 program INFO WAIT active send to complete -2013-12-03 11:06:27 program INFO WAIT active send to complete -2013-12-03 11:06:28 program INFO WAIT active send to complete -2013-12-03 11:06:28 program INFO WAIT active send to complete -2013-12-03 11:06:28 program INFO WAIT active send to complete -2013-12-03 11:06:28 program INFO WAIT active send to complete -2013-12-03 11:06:28 program INFO WAIT active send to complete -2013-12-03 11:06:29 program INFO WAIT active send to complete -2013-12-03 11:06:29 program INFO WAIT active send to complete -2013-12-03 11:06:29 program INFO WAIT active send to complete -2013-12-03 11:06:29 program INFO WAIT active send to complete -2013-12-03 11:06:29 program INFO WAIT active send to complete -2013-12-03 11:06:30 program INFO WAIT active send to complete -2013-12-03 11:06:30 program INFO WAIT active send to complete -2013-12-03 11:06:30 program INFO WAIT active send to complete -2013-12-03 11:06:30 program INFO WAIT active send to complete -2013-12-03 11:06:30 program INFO WAIT active send to complete -2013-12-03 11:06:31 program INFO WAIT active send to complete -2013-12-03 11:06:31 program INFO WAIT active send to complete -2013-12-03 11:06:31 program INFO WAIT active send to complete -2013-12-03 11:06:31 program INFO WAIT active send to complete -2013-12-03 11:06:32 program INFO WAIT active send to complete -2013-12-03 11:06:32 program INFO WAIT active send to complete -2013-12-03 11:06:32 program INFO WAIT active send to complete -2013-12-03 11:06:32 program INFO WAIT active send to complete -2013-12-03 11:06:32 program INFO WAIT active send to complete -2013-12-03 11:06:33 program INFO WAIT active send to complete -2013-12-03 11:06:33 program INFO WAIT active send to complete -2013-12-03 11:06:33 program INFO WAIT active send to complete -2013-12-03 11:06:33 program INFO WAIT active send to complete -2013-12-03 11:06:33 program INFO WAIT active send to complete -2013-12-03 11:06:34 program INFO WAIT active send to complete -2013-12-03 11:06:34 program INFO WAIT active send to complete -2013-12-03 11:06:34 program INFO WAIT active send to complete -2013-12-03 11:06:34 program INFO WAIT active send to complete -2013-12-03 11:06:34 program INFO WAIT active send to complete -2013-12-03 11:06:35 program INFO WAIT active send to complete -2013-12-03 11:06:35 program INFO WAIT active send to complete -2013-12-03 11:06:35 program INFO WAIT active send to complete -2013-12-03 11:06:35 program INFO WAIT active send to complete -2013-12-03 11:06:35 program INFO WAIT active send to complete -2013-12-03 11:06:36 program INFO WAIT active send to complete -2013-12-03 11:06:36 program INFO WAIT active send to complete -2013-12-03 11:06:36 program INFO WAIT active send to complete -2013-12-03 11:06:36 program INFO WAIT active send to complete -2013-12-03 11:06:36 program INFO WAIT active send to complete -2013-12-03 11:06:37 program INFO WAIT active send to complete -2013-12-03 11:06:37 program INFO WAIT active send to complete -2013-12-03 11:06:37 program INFO WAIT active send to complete -2013-12-03 11:06:37 program INFO WAIT active send to complete -2013-12-03 11:06:37 program INFO WAIT active send to complete -2013-12-03 11:06:38 program INFO WAIT active send to complete -2013-12-03 11:06:38 program INFO WAIT active send to complete -2013-12-03 11:06:38 program INFO WAIT active send to complete -2013-12-03 11:06:38 program INFO WAIT active send to complete -2013-12-03 11:06:38 program INFO WAIT active send to complete -2013-12-03 11:06:39 program INFO WAIT active send to complete -2013-12-03 11:06:39 program INFO WAIT active send to complete -2013-12-03 11:06:39 program INFO WAIT active send to complete -2013-12-03 11:06:39 program INFO WAIT active send to complete -2013-12-03 11:06:40 program INFO WAIT active send to complete -2013-12-03 11:06:40 program INFO WAIT active send to complete -2013-12-03 11:06:40 program INFO WAIT active send to complete -2013-12-03 11:06:40 program INFO WAIT active send to complete -2013-12-03 11:06:40 program INFO WAIT active send to complete -2013-12-03 11:06:41 program INFO WAIT active send to complete -2013-12-03 11:06:41 program INFO WAIT active send to complete -2013-12-03 11:06:41 program INFO WAIT active send to complete -2013-12-03 11:06:41 program INFO WAIT active send to complete -2013-12-03 11:06:41 program INFO WAIT active send to complete -2013-12-03 11:06:42 program INFO WAIT active send to complete -2013-12-03 11:06:42 program INFO WAIT active send to complete -2013-12-03 11:06:42 program INFO WAIT active send to complete -2013-12-03 11:06:42 program INFO WAIT active send to complete -2013-12-03 11:06:42 program INFO WAIT active send to complete -2013-12-03 11:06:43 program INFO WAIT active send to complete -2013-12-03 11:06:43 program INFO WAIT active send to complete -2013-12-03 11:06:43 program INFO WAIT active send to complete -2013-12-03 11:06:43 program INFO WAIT active send to complete -2013-12-03 11:06:43 program INFO WAIT active send to complete -2013-12-03 11:06:44 program INFO WAIT active send to complete -2013-12-03 11:06:44 program INFO WAIT active send to complete -2013-12-03 11:06:44 program INFO WAIT active send to complete -2013-12-03 11:06:44 program INFO WAIT active send to complete -2013-12-03 11:06:44 program INFO WAIT active send to complete -2013-12-03 11:06:45 program INFO WAIT active send to complete -2013-12-03 11:06:45 program INFO WAIT active send to complete -2013-12-03 11:06:45 program INFO WAIT active send to complete -2013-12-03 11:06:45 program INFO WAIT active send to complete -2013-12-03 11:06:45 program INFO WAIT active send to complete -2013-12-03 11:06:46 program INFO WAIT active send to complete -2013-12-03 11:06:46 program INFO WAIT active send to complete -2013-12-03 11:06:46 program INFO WAIT active send to complete -2013-12-03 11:06:46 program INFO WAIT active send to complete -2013-12-03 11:06:47 program INFO WAIT active send to complete -2013-12-03 11:06:47 program INFO WAIT active send to complete -2013-12-03 11:06:47 program INFO WAIT active send to complete -2013-12-03 11:06:47 program INFO WAIT active send to complete -2013-12-03 11:06:47 program INFO WAIT active send to complete -2013-12-03 11:06:48 program INFO WAIT active send to complete -2013-12-03 11:06:48 program INFO WAIT active send to complete -2013-12-03 11:06:48 program INFO WAIT active send to complete -2013-12-03 11:06:48 program INFO WAIT active send to complete -2013-12-03 11:06:48 program INFO WAIT active send to complete -2013-12-03 11:06:49 program INFO WAIT active send to complete -2013-12-03 11:06:49 program INFO WAIT active send to complete -2013-12-03 11:06:49 program INFO WAIT active send to complete -2013-12-03 11:06:49 program INFO WAIT active send to complete -2013-12-03 11:06:49 program INFO WAIT active send to complete -2013-12-03 11:06:50 program INFO WAIT active send to complete -2013-12-03 11:06:50 program INFO WAIT active send to complete -2013-12-03 11:06:50 program INFO WAIT active send to complete -2013-12-03 11:06:50 program INFO WAIT active send to complete -2013-12-03 11:06:50 program INFO WAIT active send to complete -2013-12-03 11:06:51 program INFO WAIT active send to complete -2013-12-03 11:06:51 program INFO WAIT active send to complete -2013-12-03 11:06:51 program INFO WAIT active send to complete -2013-12-03 11:06:51 program INFO WAIT active send to complete -2013-12-03 11:06:51 program INFO WAIT active send to complete -2013-12-03 11:06:52 program INFO WAIT active send to complete -2013-12-03 11:06:52 program INFO WAIT active send to complete -2013-12-03 11:06:52 program INFO WAIT active send to complete -2013-12-03 11:06:52 program INFO WAIT active send to complete -2013-12-03 11:06:52 program INFO WAIT active send to complete -2013-12-03 11:06:53 program INFO WAIT active send to complete -2013-12-03 11:06:53 program INFO WAIT active send to complete -2013-12-03 11:06:53 program INFO WAIT active send to complete -2013-12-03 11:06:53 program INFO WAIT active send to complete -2013-12-03 11:06:54 program INFO WAIT active send to complete -2013-12-03 11:06:54 program INFO WAIT active send to complete -2013-12-03 11:06:54 program INFO WAIT active send to complete -2013-12-03 11:06:54 program INFO WAIT active send to complete -2013-12-03 11:06:54 program INFO WAIT active send to complete -2013-12-03 11:06:55 program INFO WAIT active send to complete -2013-12-03 11:06:55 program INFO WAIT active send to complete -2013-12-03 11:06:55 program INFO WAIT active send to complete -2013-12-03 11:06:55 program INFO WAIT active send to complete -2013-12-03 11:06:55 program INFO WAIT active send to complete -2013-12-03 11:06:56 program INFO WAIT active send to complete -2013-12-03 11:06:56 program INFO WAIT active send to complete -2013-12-03 11:06:56 program INFO WAIT active send to complete -2013-12-03 11:06:56 program INFO WAIT active send to complete -2013-12-03 11:06:56 program INFO WAIT active send to complete -2013-12-03 11:06:57 program INFO WAIT active send to complete -2013-12-03 11:06:57 program INFO WAIT active send to complete -2013-12-03 11:06:57 program INFO WAIT active send to complete -2013-12-03 11:06:57 program INFO WAIT active send to complete -2013-12-03 11:06:57 program INFO WAIT active send to complete -2013-12-03 11:06:58 program INFO WAIT active send to complete -2013-12-03 11:06:58 program INFO WAIT active send to complete -2013-12-03 11:06:58 program INFO WAIT active send to complete -2013-12-03 11:06:58 program INFO WAIT active send to complete -2013-12-03 11:06:58 program INFO WAIT active send to complete -2013-12-03 11:06:59 program INFO WAIT active send to complete -2013-12-03 11:06:59 program INFO WAIT active send to complete -2013-12-03 11:06:59 program INFO WAIT active send to complete -2013-12-03 11:06:59 program INFO WAIT active send to complete -2013-12-03 11:06:59 program INFO WAIT active send to complete -2013-12-03 11:07:00 program INFO WAIT active send to complete -2013-12-03 11:07:00 program INFO WAIT active send to complete -2013-12-03 11:07:00 program INFO WAIT active send to complete -2013-12-03 11:07:00 program INFO WAIT active send to complete -2013-12-03 11:07:00 program INFO WAIT active send to complete -2013-12-03 11:07:01 program INFO WAIT active send to complete -2013-12-03 11:07:01 program INFO WAIT active send to complete -2013-12-03 11:07:01 program INFO WAIT active send to complete -2013-12-03 11:07:01 program INFO WAIT active send to complete -2013-12-03 11:07:02 program INFO WAIT active send to complete -2013-12-03 11:07:02 program INFO WAIT active send to complete -2013-12-03 11:07:02 program INFO WAIT active send to complete -2013-12-03 11:07:02 program INFO WAIT active send to complete -2013-12-03 11:07:02 program INFO WAIT active send to complete -2013-12-03 11:07:03 program INFO WAIT active send to complete -2013-12-03 11:07:03 program INFO WAIT active send to complete -2013-12-03 11:07:03 program INFO WAIT active send to complete -2013-12-03 11:07:03 program INFO WAIT active send to complete -2013-12-03 11:07:03 program INFO WAIT active send to complete -2013-12-03 11:07:04 program INFO WAIT active send to complete -2013-12-03 11:07:04 program INFO WAIT active send to complete -2013-12-03 11:07:04 queue INFO >>83 [176] -2013-12-03 11:07:04 program INFO WAIT active send to complete -2013-12-03 11:07:04 program INFO WAIT active send to complete -2013-12-03 11:07:04 program INFO WAIT active send to complete -2013-12-03 11:07:05 program INFO WAIT active send to complete -2013-12-03 11:07:05 program INFO WAIT active send to complete -2013-12-03 11:07:05 program ERROR IOB offline -2013-12-03 11:07:05 program INFO IOB ONLINE! -2013-12-03 11:07:05 program INFO WAIT active send to complete -2013-12-03 11:07:05 program INFO WAIT active send to complete -2013-12-03 11:07:06 program INFO WAIT active send to complete -2013-12-03 11:07:06 program INFO WAIT active send to complete -2013-12-03 11:07:06 program INFO WAIT active send to complete -2013-12-03 11:07:06 program INFO WAIT active send to complete -2013-12-03 11:07:06 program INFO WAIT active send to complete -2013-12-03 11:07:07 program INFO WAIT active send to complete -2013-12-03 11:07:07 program INFO WAIT active send to complete -2013-12-03 11:07:07 program INFO WAIT active send to complete -2013-12-03 11:07:07 program INFO WAIT active send to complete -2013-12-03 11:07:07 program INFO WAIT active send to complete -2013-12-03 11:07:08 program INFO WAIT active send to complete -2013-12-03 11:07:08 program INFO WAIT active send to complete -2013-12-03 11:07:08 program INFO WAIT active send to complete -2013-12-03 11:07:08 program INFO WAIT active send to complete -2013-12-03 11:07:09 program INFO WAIT active send to complete -2013-12-03 11:07:09 program INFO WAIT active send to complete -2013-12-03 11:07:09 program INFO WAIT active send to complete -2013-12-03 11:07:09 program INFO WAIT active send to complete -2013-12-03 11:07:09 program INFO WAIT active send to complete -2013-12-03 11:07:10 program INFO WAIT active send to complete -2013-12-03 11:07:10 program INFO WAIT active send to complete -2013-12-03 11:07:10 program INFO WAIT active send to complete -2013-12-03 11:07:10 program INFO WAIT active send to complete -2013-12-03 11:07:10 program INFO WAIT active send to complete -2013-12-03 11:07:11 program INFO WAIT active send to complete -2013-12-03 11:07:11 program INFO WAIT active send to complete -2013-12-03 11:07:11 program INFO WAIT active send to complete -2013-12-03 11:07:11 program INFO WAIT active send to complete -2013-12-03 11:07:11 program INFO WAIT active send to complete -2013-12-03 11:07:12 program INFO WAIT active send to complete -2013-12-03 11:07:12 program INFO WAIT active send to complete -2013-12-03 11:07:12 program INFO WAIT active send to complete -2013-12-03 11:07:12 program INFO WAIT active send to complete -2013-12-03 11:07:12 program INFO WAIT active send to complete -2013-12-03 11:07:13 program INFO WAIT active send to complete -2013-12-03 11:07:13 program INFO WAIT active send to complete -2013-12-03 11:07:13 program INFO WAIT active send to complete -2013-12-03 11:07:13 program INFO WAIT active send to complete -2013-12-03 11:07:13 program INFO WAIT active send to complete -2013-12-03 11:07:14 program INFO WAIT active send to complete -2013-12-03 11:07:14 program INFO WAIT active send to complete -2013-12-03 11:07:14 program INFO WAIT active send to complete -2013-12-03 11:07:14 program INFO WAIT active send to complete -2013-12-03 11:07:14 program INFO WAIT active send to complete -2013-12-03 11:07:15 program INFO WAIT active send to complete -2013-12-03 11:07:15 program INFO WAIT active send to complete -2013-12-03 11:07:15 program INFO WAIT active send to complete -2013-12-03 11:07:15 program INFO WAIT active send to complete -2013-12-03 11:07:16 program INFO WAIT active send to complete -2013-12-03 11:07:16 program INFO WAIT active send to complete -2013-12-03 11:07:16 program INFO WAIT active send to complete -2013-12-03 11:07:16 program INFO WAIT active send to complete -2013-12-03 11:07:16 program INFO WAIT active send to complete -2013-12-03 11:07:17 program INFO WAIT active send to complete -2013-12-03 11:07:17 program INFO WAIT active send to complete -2013-12-03 11:07:17 program INFO WAIT active send to complete -2013-12-03 11:07:17 program INFO WAIT active send to complete -2013-12-03 11:07:17 program INFO WAIT active send to complete -2013-12-03 11:07:18 program INFO WAIT active send to complete -2013-12-03 11:07:18 program INFO WAIT active send to complete -2013-12-03 11:07:18 program INFO WAIT active send to complete -2013-12-03 11:07:18 program INFO WAIT active send to complete -2013-12-03 11:07:18 program INFO WAIT active send to complete -2013-12-03 11:07:19 program INFO WAIT active send to complete -2013-12-03 11:07:19 program INFO WAIT active send to complete -2013-12-03 11:07:19 program INFO WAIT active send to complete -2013-12-03 11:07:19 program INFO WAIT active send to complete -2013-12-03 11:07:19 program INFO WAIT active send to complete -2013-12-03 11:07:20 program INFO WAIT active send to complete -2013-12-03 11:07:20 program INFO WAIT active send to complete -2013-12-03 11:07:20 program INFO WAIT active send to complete -2013-12-03 11:07:20 program INFO WAIT active send to complete -2013-12-03 11:07:20 program INFO WAIT active send to complete -2013-12-03 11:07:21 program INFO WAIT active send to complete -2013-12-03 11:07:21 program INFO WAIT active send to complete -2013-12-03 11:07:21 program INFO WAIT active send to complete -2013-12-03 11:07:21 program INFO WAIT active send to complete -2013-12-03 11:07:21 program INFO WAIT active send to complete -2013-12-03 11:07:22 program INFO WAIT active send to complete -2013-12-03 11:07:22 program INFO WAIT active send to complete -2013-12-03 11:07:22 program INFO WAIT active send to complete -2013-12-03 11:07:22 program INFO WAIT active send to complete -2013-12-03 11:07:22 program INFO WAIT active send to complete -2013-12-03 11:07:23 program INFO WAIT active send to complete -2013-12-03 11:07:23 program INFO WAIT active send to complete -2013-12-03 11:07:23 program INFO WAIT active send to complete -2013-12-03 11:07:23 program INFO WAIT active send to complete -2013-12-03 11:07:24 program INFO WAIT active send to complete -2013-12-03 11:07:24 program INFO WAIT active send to complete -2013-12-03 11:07:24 program INFO WAIT active send to complete -2013-12-03 11:07:24 program INFO WAIT active send to complete -2013-12-03 11:07:24 program INFO WAIT active send to complete -2013-12-03 11:07:25 program INFO WAIT active send to complete -2013-12-03 11:07:25 program INFO WAIT active send to complete -2013-12-03 11:07:25 program INFO WAIT active send to complete -2013-12-03 11:07:25 program INFO WAIT active send to complete -2013-12-03 11:07:25 program INFO WAIT active send to complete -2013-12-03 11:07:26 program INFO WAIT active send to complete -2013-12-03 11:07:26 program INFO WAIT active send to complete -2013-12-03 11:07:26 program INFO WAIT active send to complete -2013-12-03 11:07:26 program INFO WAIT active send to complete -2013-12-03 11:07:26 program INFO WAIT active send to complete -2013-12-03 11:07:27 program INFO WAIT active send to complete -2013-12-03 11:07:27 program INFO WAIT active send to complete -2013-12-03 11:07:27 program INFO WAIT active send to complete -2013-12-03 11:07:27 program INFO WAIT active send to complete -2013-12-03 11:07:27 program INFO WAIT active send to complete -2013-12-03 11:07:28 program INFO WAIT active send to complete -2013-12-03 11:07:28 program INFO WAIT active send to complete -2013-12-03 11:07:28 program INFO WAIT active send to complete -2013-12-03 11:07:28 program INFO WAIT active send to complete -2013-12-03 11:07:28 program INFO WAIT active send to complete -2013-12-03 11:07:29 program INFO WAIT active send to complete -2013-12-03 11:07:29 program INFO WAIT active send to complete -2013-12-03 11:07:29 program INFO WAIT active send to complete -2013-12-03 11:07:29 program INFO WAIT active send to complete -2013-12-03 11:07:30 program INFO WAIT active send to complete -2013-12-03 11:07:30 program INFO WAIT active send to complete -2013-12-03 11:07:30 program INFO WAIT active send to complete -2013-12-03 11:07:30 program INFO WAIT active send to complete -2013-12-03 11:07:30 program INFO WAIT active send to complete -2013-12-03 11:07:31 program INFO WAIT active send to complete -2013-12-03 11:07:31 program INFO WAIT active send to complete -2013-12-03 11:07:31 program INFO WAIT active send to complete -2013-12-03 11:07:31 program INFO WAIT active send to complete -2013-12-03 11:07:31 program INFO WAIT active send to complete -2013-12-03 11:07:32 program INFO WAIT active send to complete -2013-12-03 11:07:32 program INFO WAIT active send to complete -2013-12-03 11:07:32 program INFO WAIT active send to complete -2013-12-03 11:07:32 program INFO WAIT active send to complete -2013-12-03 11:07:32 program INFO WAIT active send to complete -2013-12-03 11:07:33 program INFO WAIT active send to complete -2013-12-03 11:07:33 program INFO WAIT active send to complete -2013-12-03 11:07:33 program INFO WAIT active send to complete -2013-12-03 11:07:33 program INFO WAIT active send to complete -2013-12-03 11:07:33 program INFO WAIT active send to complete -2013-12-03 11:07:34 program INFO WAIT active send to complete -2013-12-03 11:07:34 program INFO WAIT active send to complete -2013-12-03 11:07:34 program INFO WAIT active send to complete -2013-12-03 11:07:34 program INFO WAIT active send to complete -2013-12-03 11:07:34 program INFO WAIT active send to complete -2013-12-03 11:07:35 program INFO WAIT active send to complete -2013-12-03 11:07:35 program INFO WAIT active send to complete -2013-12-03 11:07:35 program INFO WAIT active send to complete -2013-12-03 11:07:35 program INFO WAIT active send to complete -2013-12-03 11:07:35 program INFO WAIT active send to complete -2013-12-03 11:07:36 program INFO WAIT active send to complete -2013-12-03 11:07:36 program INFO WAIT active send to complete -2013-12-03 11:07:36 program INFO WAIT active send to complete -2013-12-03 11:07:36 program INFO WAIT active send to complete -2013-12-03 11:07:36 program INFO WAIT active send to complete -2013-12-03 11:07:37 program INFO WAIT active send to complete -2013-12-03 11:07:37 program INFO WAIT active send to complete -2013-12-03 11:07:37 program INFO WAIT active send to complete -2013-12-03 11:07:37 program INFO WAIT active send to complete -2013-12-03 11:07:38 program INFO WAIT active send to complete -2013-12-03 11:07:38 program INFO WAIT active send to complete -2013-12-03 11:07:38 program INFO WAIT active send to complete -2013-12-03 11:07:38 program INFO WAIT active send to complete -2013-12-03 11:07:38 program INFO WAIT active send to complete -2013-12-03 11:07:39 program INFO WAIT active send to complete -2013-12-03 11:07:39 program INFO WAIT active send to complete -2013-12-03 11:07:39 program INFO WAIT active send to complete -2013-12-03 11:07:39 program INFO WAIT active send to complete -2013-12-03 11:07:39 program INFO WAIT active send to complete -2013-12-03 11:07:40 program INFO WAIT active send to complete -2013-12-03 11:07:40 program INFO WAIT active send to complete -2013-12-03 11:07:40 program INFO WAIT active send to complete -2013-12-03 11:07:40 program INFO WAIT active send to complete -2013-12-03 11:07:40 program INFO WAIT active send to complete -2013-12-03 11:07:41 program INFO WAIT active send to complete -2013-12-03 11:07:41 program INFO WAIT active send to complete -2013-12-03 11:07:41 program INFO WAIT active send to complete -2013-12-03 11:07:41 program INFO WAIT active send to complete -2013-12-03 11:07:41 program INFO WAIT active send to complete -2013-12-03 11:07:42 program INFO WAIT active send to complete -2013-12-03 11:07:42 program INFO WAIT active send to complete -2013-12-03 11:07:42 program INFO WAIT active send to complete -2013-12-03 11:07:42 program INFO WAIT active send to complete -2013-12-03 11:07:42 program INFO WAIT active send to complete -2013-12-03 11:07:43 program INFO WAIT active send to complete -2013-12-03 11:07:43 program INFO WAIT active send to complete -2013-12-03 11:07:43 program INFO WAIT active send to complete -2013-12-03 11:07:43 program INFO WAIT active send to complete -2013-12-03 11:07:43 program INFO WAIT active send to complete -2013-12-03 11:07:44 program INFO WAIT active send to complete -2013-12-03 11:07:44 program INFO WAIT active send to complete -2013-12-03 11:07:44 program INFO WAIT active send to complete -2013-12-03 11:07:44 program INFO WAIT active send to complete -2013-12-03 11:07:45 program INFO WAIT active send to complete -2013-12-03 11:07:45 program INFO WAIT active send to complete -2013-12-03 11:07:45 program INFO WAIT active send to complete -2013-12-03 11:07:45 program INFO WAIT active send to complete -2013-12-03 11:07:45 program INFO WAIT active send to complete -2013-12-03 11:07:46 program INFO WAIT active send to complete -2013-12-03 11:07:46 program INFO WAIT active send to complete -2013-12-03 11:07:46 program INFO WAIT active send to complete -2013-12-03 11:07:46 program INFO WAIT active send to complete -2013-12-03 11:07:46 program INFO WAIT active send to complete -2013-12-03 11:07:47 program INFO WAIT active send to complete -2013-12-03 11:07:47 program INFO WAIT active send to complete -2013-12-03 11:07:47 program INFO WAIT active send to complete -2013-12-03 11:07:47 program INFO WAIT active send to complete -2013-12-03 11:07:47 program INFO WAIT active send to complete -2013-12-03 11:07:48 program INFO WAIT active send to complete -2013-12-03 11:07:48 program INFO WAIT active send to complete -2013-12-03 11:07:48 program INFO WAIT active send to complete -2013-12-03 11:07:48 program INFO WAIT active send to complete -2013-12-03 11:07:48 program INFO WAIT active send to complete -2013-12-03 11:07:49 program INFO WAIT active send to complete -2013-12-03 11:07:49 program INFO WAIT active send to complete -2013-12-03 11:07:49 program INFO WAIT active send to complete -2013-12-03 11:07:49 program INFO WAIT active send to complete -2013-12-03 11:07:49 program INFO WAIT active send to complete -2013-12-03 11:07:50 program INFO WAIT active send to complete -2013-12-03 11:07:50 program INFO WAIT active send to complete -2013-12-03 11:07:50 program INFO WAIT active send to complete -2013-12-03 11:07:50 program INFO WAIT active send to complete -2013-12-03 11:07:50 program INFO WAIT active send to complete -2013-12-03 11:07:51 program INFO WAIT active send to complete -2013-12-03 11:07:51 program INFO WAIT active send to complete -2013-12-03 11:07:51 program INFO WAIT active send to complete -2013-12-03 11:07:51 program INFO WAIT active send to complete -2013-12-03 11:07:51 program INFO WAIT active send to complete -2013-12-03 11:07:52 program INFO WAIT active send to complete -2013-12-03 11:07:52 program INFO WAIT active send to complete -2013-12-03 11:07:52 program INFO WAIT active send to complete -2013-12-03 11:07:52 program INFO WAIT active send to complete -2013-12-03 11:07:53 program INFO WAIT active send to complete -2013-12-03 11:07:53 program INFO WAIT active send to complete -2013-12-03 11:07:53 program INFO WAIT active send to complete -2013-12-03 11:07:53 program INFO WAIT active send to complete -2013-12-03 11:07:53 program INFO WAIT active send to complete -2013-12-03 11:07:54 program INFO WAIT active send to complete -2013-12-03 11:07:54 program INFO WAIT active send to complete -2013-12-03 11:07:54 program INFO WAIT active send to complete -2013-12-03 11:07:54 queue INFO >>83 [177] -2013-12-03 11:07:54 program INFO WAIT active send to complete -2013-12-03 11:07:54 program INFO WAIT active send to complete -2013-12-03 11:07:55 program INFO WAIT active send to complete -2013-12-03 11:07:55 program INFO WAIT active send to complete -2013-12-03 11:07:55 program INFO WAIT active send to complete -2013-12-03 11:07:55 program INFO WAIT active send to complete -2013-12-03 11:07:55 program INFO WAIT active send to complete -2013-12-03 11:07:56 program INFO WAIT active send to complete -2013-12-03 11:07:56 program INFO WAIT active send to complete -2013-12-03 11:07:56 program INFO WAIT active send to complete -2013-12-03 11:07:56 program INFO WAIT active send to complete -2013-12-03 11:07:56 program INFO WAIT active send to complete -2013-12-03 11:07:57 program INFO WAIT active send to complete -2013-12-03 11:07:57 program INFO WAIT active send to complete -2013-12-03 11:07:57 program INFO WAIT active send to complete -2013-12-03 11:07:57 program INFO WAIT active send to complete -2013-12-03 11:07:57 program INFO WAIT active send to complete -2013-12-03 11:07:58 program INFO WAIT active send to complete -2013-12-03 11:07:58 program INFO WAIT active send to complete -2013-12-03 11:07:58 program INFO WAIT active send to complete -2013-12-03 11:07:58 program INFO WAIT active send to complete -2013-12-03 11:07:58 program INFO WAIT active send to complete -2013-12-03 11:07:59 program INFO WAIT active send to complete -2013-12-03 11:07:59 program INFO WAIT active send to complete -2013-12-03 11:07:59 program INFO WAIT active send to complete -2013-12-03 11:07:59 program INFO WAIT active send to complete -2013-12-03 11:08:00 program INFO WAIT active send to complete -2013-12-03 11:08:00 program INFO WAIT active send to complete -2013-12-03 11:08:00 program INFO WAIT active send to complete -2013-12-03 11:08:00 program INFO WAIT active send to complete -2013-12-03 11:08:00 program INFO WAIT active send to complete -2013-12-03 11:08:01 program INFO WAIT active send to complete -2013-12-03 11:08:01 program INFO WAIT active send to complete -2013-12-03 11:08:01 program INFO WAIT active send to complete -2013-12-03 11:08:01 program INFO WAIT active send to complete -2013-12-03 11:08:01 program INFO WAIT active send to complete -2013-12-03 11:08:02 program INFO WAIT active send to complete -2013-12-03 11:08:02 program INFO WAIT active send to complete -2013-12-03 11:08:02 program INFO WAIT active send to complete -2013-12-03 11:08:02 program INFO WAIT active send to complete -2013-12-03 11:08:02 program INFO WAIT active send to complete -2013-12-03 11:08:03 program INFO WAIT active send to complete -2013-12-03 11:08:03 program INFO WAIT active send to complete -2013-12-03 11:08:03 program INFO WAIT active send to complete -2013-12-03 11:08:03 program INFO WAIT active send to complete -2013-12-03 11:08:03 program INFO WAIT active send to complete -2013-12-03 11:08:04 program INFO WAIT active send to complete -2013-12-03 11:08:04 program INFO WAIT active send to complete -2013-12-03 11:08:04 program INFO WAIT active send to complete -2013-12-03 11:08:04 program INFO WAIT active send to complete -2013-12-03 11:08:04 program INFO WAIT active send to complete -2013-12-03 11:08:05 program INFO WAIT active send to complete -2013-12-03 11:08:05 program INFO WAIT active send to complete -2013-12-03 11:08:05 program INFO WAIT active send to complete -2013-12-03 11:08:05 program INFO WAIT active send to complete -2013-12-03 11:08:05 program INFO WAIT active send to complete -2013-12-03 11:08:06 program INFO WAIT active send to complete -2013-12-03 11:08:06 program INFO WAIT active send to complete -2013-12-03 11:08:06 program INFO WAIT active send to complete -2013-12-03 11:08:06 program INFO WAIT active send to complete -2013-12-03 11:08:07 program INFO WAIT active send to complete -2013-12-03 11:08:07 program INFO WAIT active send to complete -2013-12-03 11:08:07 program INFO WAIT active send to complete -2013-12-03 11:08:07 program INFO WAIT active send to complete -2013-12-03 11:08:07 program INFO WAIT active send to complete -2013-12-03 11:08:08 program INFO WAIT active send to complete -2013-12-03 11:08:08 program INFO WAIT active send to complete -2013-12-03 11:08:08 program INFO WAIT active send to complete -2013-12-03 11:08:08 program INFO WAIT active send to complete -2013-12-03 11:08:08 program INFO WAIT active send to complete -2013-12-03 11:08:09 program INFO WAIT active send to complete -2013-12-03 11:08:09 program INFO WAIT active send to complete -2013-12-03 11:08:09 program INFO WAIT active send to complete -2013-12-03 11:08:09 program INFO WAIT active send to complete -2013-12-03 11:08:09 program INFO WAIT active send to complete -2013-12-03 11:08:10 program INFO WAIT active send to complete -2013-12-03 11:08:10 program INFO WAIT active send to complete -2013-12-03 11:08:10 program INFO WAIT active send to complete -2013-12-03 11:08:10 program INFO WAIT active send to complete -2013-12-03 11:08:10 program INFO WAIT active send to complete -2013-12-03 11:08:11 program INFO WAIT active send to complete -2013-12-03 11:08:11 program INFO WAIT active send to complete -2013-12-03 11:08:11 program INFO WAIT active send to complete -2013-12-03 11:08:11 program INFO WAIT active send to complete -2013-12-03 11:08:11 program INFO WAIT active send to complete -2013-12-03 11:08:12 program INFO WAIT active send to complete -2013-12-03 11:08:12 program INFO WAIT active send to complete -2013-12-03 11:08:12 program INFO WAIT active send to complete -2013-12-03 11:08:12 program INFO WAIT active send to complete -2013-12-03 11:08:12 program INFO WAIT active send to complete -2013-12-03 11:08:13 program INFO WAIT active send to complete -2013-12-03 11:08:13 program INFO WAIT active send to complete -2013-12-03 11:08:13 program INFO WAIT active send to complete -2013-12-03 11:08:13 program INFO WAIT active send to complete -2013-12-03 11:08:13 program INFO WAIT active send to complete -2013-12-03 11:08:14 program INFO WAIT active send to complete -2013-12-03 11:08:14 program INFO WAIT active send to complete -2013-12-03 11:08:14 program INFO WAIT active send to complete -2013-12-03 11:08:14 program INFO WAIT active send to complete -2013-12-03 11:08:15 program INFO WAIT active send to complete -2013-12-03 11:08:15 program INFO WAIT active send to complete -2013-12-03 11:08:15 program INFO WAIT active send to complete -2013-12-03 11:08:15 program INFO WAIT active send to complete -2013-12-03 11:08:15 program INFO WAIT active send to complete -2013-12-03 11:08:16 program INFO WAIT active send to complete -2013-12-03 11:08:16 program INFO WAIT active send to complete -2013-12-03 11:08:16 program INFO WAIT active send to complete -2013-12-03 11:08:16 program INFO WAIT active send to complete -2013-12-03 11:08:16 program INFO WAIT active send to complete -2013-12-03 11:08:17 program INFO WAIT active send to complete -2013-12-03 11:08:17 program INFO WAIT active send to complete -2013-12-03 11:08:17 program INFO WAIT active send to complete -2013-12-03 11:08:17 program INFO WAIT active send to complete -2013-12-03 11:08:17 program INFO WAIT active send to complete -2013-12-03 11:08:18 program INFO WAIT active send to complete -2013-12-03 11:08:18 program INFO WAIT active send to complete -2013-12-03 11:08:18 program INFO WAIT active send to complete -2013-12-03 11:08:18 program INFO WAIT active send to complete -2013-12-03 11:08:18 program INFO WAIT active send to complete -2013-12-03 11:08:19 program INFO WAIT active send to complete -2013-12-03 11:08:19 program INFO WAIT active send to complete -2013-12-03 11:08:19 program INFO WAIT active send to complete -2013-12-03 11:08:19 program INFO WAIT active send to complete -2013-12-03 11:08:19 program INFO WAIT active send to complete -2013-12-03 11:08:20 program INFO WAIT active send to complete -2013-12-03 11:08:20 program INFO WAIT active send to complete -2013-12-03 11:08:20 program INFO WAIT active send to complete -2013-12-03 11:08:20 program INFO WAIT active send to complete -2013-12-03 11:08:20 program INFO WAIT active send to complete -2013-12-03 11:08:21 program INFO WAIT active send to complete -2013-12-03 11:08:21 program INFO WAIT active send to complete -2013-12-03 11:08:21 program INFO WAIT active send to complete -2013-12-03 11:08:21 program INFO WAIT active send to complete -2013-12-03 11:08:22 program INFO WAIT active send to complete -2013-12-03 11:08:22 program INFO WAIT active send to complete -2013-12-03 11:08:22 program INFO WAIT active send to complete -2013-12-03 11:08:22 program INFO WAIT active send to complete -2013-12-03 11:08:22 program INFO WAIT active send to complete -2013-12-03 11:08:23 program INFO WAIT active send to complete -2013-12-03 11:08:23 program INFO WAIT active send to complete -2013-12-03 11:08:23 program INFO WAIT active send to complete -2013-12-03 11:08:23 program INFO WAIT active send to complete -2013-12-03 11:08:23 program INFO WAIT active send to complete -2013-12-03 11:08:24 program INFO WAIT active send to complete -2013-12-03 11:08:24 program INFO WAIT active send to complete -2013-12-03 11:08:24 program INFO WAIT active send to complete -2013-12-03 11:08:24 program INFO WAIT active send to complete -2013-12-03 11:08:24 program INFO WAIT active send to complete -2013-12-03 11:08:25 program INFO WAIT active send to complete -2013-12-03 11:08:25 program INFO WAIT active send to complete -2013-12-03 11:08:25 program INFO WAIT active send to complete -2013-12-03 11:08:25 program INFO WAIT active send to complete -2013-12-03 11:08:25 program INFO WAIT active send to complete -2013-12-03 11:08:26 program INFO WAIT active send to complete -2013-12-03 11:08:26 program INFO WAIT active send to complete -2013-12-03 11:08:26 program INFO WAIT active send to complete -2013-12-03 11:08:26 program INFO WAIT active send to complete -2013-12-03 11:08:26 program INFO WAIT active send to complete -2013-12-03 11:08:27 program INFO WAIT active send to complete -2013-12-03 11:08:27 program INFO WAIT active send to complete -2013-12-03 11:08:27 program INFO WAIT active send to complete -2013-12-03 11:08:27 program INFO WAIT active send to complete -2013-12-03 11:08:27 program INFO WAIT active send to complete -2013-12-03 11:08:28 program INFO WAIT active send to complete -2013-12-03 11:08:28 program INFO WAIT active send to complete -2013-12-03 11:08:28 program INFO WAIT active send to complete -2013-12-03 11:08:28 program INFO WAIT active send to complete -2013-12-03 11:08:29 program INFO WAIT active send to complete -2013-12-03 11:08:29 program INFO WAIT active send to complete -2013-12-03 11:08:29 program INFO WAIT active send to complete -2013-12-03 11:08:29 program INFO WAIT active send to complete -2013-12-03 11:08:29 program INFO WAIT active send to complete -2013-12-03 11:08:30 program INFO WAIT active send to complete -2013-12-03 11:08:30 program INFO WAIT active send to complete -2013-12-03 11:08:30 program INFO WAIT active send to complete -2013-12-03 11:08:30 program INFO WAIT active send to complete -2013-12-03 11:08:30 program INFO WAIT active send to complete -2013-12-03 11:08:31 program INFO WAIT active send to complete -2013-12-03 11:08:31 program INFO WAIT active send to complete -2013-12-03 11:08:31 program INFO WAIT active send to complete -2013-12-03 11:08:31 program INFO WAIT active send to complete -2013-12-03 11:08:31 program INFO WAIT active send to complete -2013-12-03 11:08:32 program INFO WAIT active send to complete -2013-12-03 11:08:32 program INFO WAIT active send to complete -2013-12-03 11:08:32 program INFO WAIT active send to complete -2013-12-03 11:08:32 program INFO WAIT active send to complete -2013-12-03 11:08:32 program INFO WAIT active send to complete -2013-12-03 11:08:33 program INFO WAIT active send to complete -2013-12-03 11:08:33 program INFO WAIT active send to complete -2013-12-03 11:08:33 program INFO WAIT active send to complete -2013-12-03 11:08:33 program INFO WAIT active send to complete -2013-12-03 11:08:33 program ERROR IOB offline -2013-12-03 11:08:34 program INFO IOB ONLINE! -2013-12-03 11:08:34 program INFO WAIT active send to complete -2013-12-03 11:08:34 program INFO WAIT active send to complete -2013-12-03 11:08:34 program INFO WAIT active send to complete -2013-12-03 11:08:34 program INFO WAIT active send to complete -2013-12-03 11:08:34 program INFO WAIT active send to complete -2013-12-03 11:08:35 program INFO WAIT active send to complete -2013-12-03 11:08:35 program INFO WAIT active send to complete -2013-12-03 11:08:35 program INFO WAIT active send to complete -2013-12-03 11:08:35 program INFO WAIT active send to complete -2013-12-03 11:08:36 program INFO WAIT active send to complete -2013-12-03 11:08:36 program INFO WAIT active send to complete -2013-12-03 11:08:36 program INFO WAIT active send to complete -2013-12-03 11:08:36 program INFO WAIT active send to complete -2013-12-03 11:08:36 program INFO WAIT active send to complete -2013-12-03 11:08:37 program INFO WAIT active send to complete -2013-12-03 11:08:37 program INFO WAIT active send to complete -2013-12-03 11:08:37 program INFO WAIT active send to complete -2013-12-03 11:08:37 program INFO WAIT active send to complete -2013-12-03 11:08:37 program INFO WAIT active send to complete -2013-12-03 11:08:38 program INFO WAIT active send to complete -2013-12-03 11:08:38 program INFO WAIT active send to complete -2013-12-03 11:08:38 program INFO WAIT active send to complete -2013-12-03 11:08:38 program INFO WAIT active send to complete -2013-12-03 11:08:38 program INFO WAIT active send to complete -2013-12-03 11:08:39 program INFO WAIT active send to complete -2013-12-03 11:08:39 program INFO WAIT active send to complete -2013-12-03 11:08:39 program INFO WAIT active send to complete -2013-12-03 11:08:39 program INFO WAIT active send to complete -2013-12-03 11:08:39 program INFO WAIT active send to complete -2013-12-03 11:08:40 program INFO WAIT active send to complete -2013-12-03 11:08:40 program INFO WAIT active send to complete -2013-12-03 11:08:40 program INFO WAIT active send to complete -2013-12-03 11:08:40 program INFO WAIT active send to complete -2013-12-03 11:08:40 program INFO WAIT active send to complete -2013-12-03 11:08:41 program INFO WAIT active send to complete -2013-12-03 11:08:41 program INFO WAIT active send to complete -2013-12-03 11:08:41 program INFO WAIT active send to complete -2013-12-03 11:08:41 program INFO WAIT active send to complete -2013-12-03 11:08:41 program INFO WAIT active send to complete -2013-12-03 11:08:42 program INFO WAIT active send to complete -2013-12-03 11:08:42 program INFO WAIT active send to complete -2013-12-03 11:08:42 program INFO WAIT active send to complete -2013-12-03 11:08:42 program INFO WAIT active send to complete -2013-12-03 11:08:42 program INFO WAIT active send to complete -2013-12-03 11:08:43 program INFO WAIT active send to complete -2013-12-03 11:08:43 program INFO WAIT active send to complete -2013-12-03 11:08:43 program INFO WAIT active send to complete -2013-12-03 11:08:43 program INFO WAIT active send to complete -2013-12-03 11:08:44 program INFO WAIT active send to complete -2013-12-03 11:08:44 program INFO WAIT active send to complete -2013-12-03 11:08:44 program INFO WAIT active send to complete -2013-12-03 11:08:44 program INFO WAIT active send to complete -2013-12-03 11:08:44 queue INFO >>83 [178] -2013-12-03 11:08:44 program INFO WAIT active send to complete -2013-12-03 11:08:45 program INFO WAIT active send to complete -2013-12-03 11:08:45 program INFO WAIT active send to complete -2013-12-03 11:08:45 program INFO WAIT active send to complete -2013-12-03 11:08:45 program INFO WAIT active send to complete -2013-12-03 11:08:45 program INFO WAIT active send to complete -2013-12-03 11:08:46 program INFO WAIT active send to complete -2013-12-03 11:08:46 program INFO WAIT active send to complete -2013-12-03 11:08:46 program INFO WAIT active send to complete -2013-12-03 11:08:46 program INFO WAIT active send to complete -2013-12-03 11:08:46 program INFO WAIT active send to complete -2013-12-03 11:08:47 program INFO WAIT active send to complete -2013-12-03 11:08:47 program INFO WAIT active send to complete -2013-12-03 11:08:47 program INFO WAIT active send to complete -2013-12-03 11:08:47 program INFO WAIT active send to complete -2013-12-03 11:08:47 program INFO WAIT active send to complete -2013-12-03 11:08:48 program INFO WAIT active send to complete -2013-12-03 11:08:48 program INFO WAIT active send to complete -2013-12-03 11:08:48 program INFO WAIT active send to complete -2013-12-03 11:08:48 program INFO WAIT active send to complete -2013-12-03 11:08:48 program INFO WAIT active send to complete -2013-12-03 11:08:49 program INFO WAIT active send to complete -2013-12-03 11:08:49 program INFO WAIT active send to complete -2013-12-03 11:08:49 program INFO WAIT active send to complete -2013-12-03 11:08:49 program INFO WAIT active send to complete -2013-12-03 11:08:49 program INFO WAIT active send to complete -2013-12-03 11:08:50 program INFO WAIT active send to complete -2013-12-03 11:08:50 program INFO WAIT active send to complete -2013-12-03 11:08:50 program INFO WAIT active send to complete -2013-12-03 11:08:50 program INFO WAIT active send to complete -2013-12-03 11:08:51 program INFO WAIT active send to complete -2013-12-03 11:08:51 program INFO WAIT active send to complete -2013-12-03 11:08:51 program INFO WAIT active send to complete -2013-12-03 11:08:51 program INFO WAIT active send to complete -2013-12-03 11:08:51 program INFO WAIT active send to complete -2013-12-03 11:08:52 program INFO WAIT active send to complete -2013-12-03 11:08:52 program INFO WAIT active send to complete -2013-12-03 11:08:52 program INFO WAIT active send to complete -2013-12-03 11:08:52 program INFO WAIT active send to complete -2013-12-03 11:08:52 program INFO WAIT active send to complete -2013-12-03 11:08:53 program INFO WAIT active send to complete -2013-12-03 11:08:53 program INFO WAIT active send to complete -2013-12-03 11:08:53 program INFO WAIT active send to complete -2013-12-03 11:08:53 program INFO WAIT active send to complete -2013-12-03 11:08:53 program INFO WAIT active send to complete -2013-12-03 11:08:54 program INFO WAIT active send to complete -2013-12-03 11:08:54 program INFO WAIT active send to complete -2013-12-03 11:08:54 program INFO WAIT active send to complete -2013-12-03 11:08:54 program INFO WAIT active send to complete -2013-12-03 11:08:54 program INFO WAIT active send to complete -2013-12-03 11:08:55 program INFO WAIT active send to complete -2013-12-03 11:08:55 program INFO WAIT active send to complete -2013-12-03 11:08:55 program INFO WAIT active send to complete -2013-12-03 11:08:55 program INFO WAIT active send to complete -2013-12-03 11:08:55 program INFO WAIT active send to complete -2013-12-03 11:08:56 program INFO WAIT active send to complete -2013-12-03 11:08:56 program INFO WAIT active send to complete -2013-12-03 11:08:56 program INFO WAIT active send to complete -2013-12-03 11:08:56 program INFO WAIT active send to complete -2013-12-03 11:08:56 program INFO WAIT active send to complete -2013-12-03 11:08:57 program INFO WAIT active send to complete -2013-12-03 11:08:57 program INFO WAIT active send to complete -2013-12-03 11:08:57 program INFO WAIT active send to complete -2013-12-03 11:08:57 program INFO WAIT active send to complete -2013-12-03 11:08:58 program INFO WAIT active send to complete -2013-12-03 11:08:58 program INFO WAIT active send to complete -2013-12-03 11:08:58 program INFO WAIT active send to complete -2013-12-03 11:08:58 program INFO WAIT active send to complete -2013-12-03 11:08:58 program INFO WAIT active send to complete -2013-12-03 11:08:59 program INFO WAIT active send to complete -2013-12-03 11:08:59 program INFO WAIT active send to complete -2013-12-03 11:08:59 program INFO WAIT active send to complete -2013-12-03 11:08:59 program INFO WAIT active send to complete -2013-12-03 11:08:59 program INFO WAIT active send to complete -2013-12-03 11:09:00 program INFO WAIT active send to complete -2013-12-03 11:09:00 program INFO WAIT active send to complete -2013-12-03 11:09:00 program INFO WAIT active send to complete -2013-12-03 11:09:00 program INFO WAIT active send to complete -2013-12-03 11:09:00 program INFO WAIT active send to complete -2013-12-03 11:09:01 program INFO WAIT active send to complete -2013-12-03 11:09:01 program INFO WAIT active send to complete -2013-12-03 11:09:01 program INFO WAIT active send to complete -2013-12-03 11:09:01 program INFO WAIT active send to complete -2013-12-03 11:09:01 program INFO WAIT active send to complete -2013-12-03 11:09:02 program INFO WAIT active send to complete -2013-12-03 11:09:02 program INFO WAIT active send to complete -2013-12-03 11:09:02 program INFO WAIT active send to complete -2013-12-03 11:09:02 program INFO WAIT active send to complete -2013-12-03 11:09:02 program INFO WAIT active send to complete -2013-12-03 11:09:03 program INFO WAIT active send to complete -2013-12-03 11:09:03 program INFO WAIT active send to complete -2013-12-03 11:09:03 program INFO WAIT active send to complete -2013-12-03 11:09:03 program INFO WAIT active send to complete -2013-12-03 11:09:03 program INFO WAIT active send to complete -2013-12-03 11:09:04 program INFO WAIT active send to complete -2013-12-03 11:09:04 program INFO WAIT active send to complete -2013-12-03 11:09:04 program INFO WAIT active send to complete -2013-12-03 11:09:04 program INFO WAIT active send to complete -2013-12-03 11:09:05 program INFO WAIT active send to complete -2013-12-03 11:09:05 program INFO WAIT active send to complete -2013-12-03 11:09:05 program INFO WAIT active send to complete -2013-12-03 11:09:05 program INFO WAIT active send to complete -2013-12-03 11:09:05 program INFO WAIT active send to complete -2013-12-03 11:09:06 program INFO WAIT active send to complete -2013-12-03 11:09:06 program INFO WAIT active send to complete -2013-12-03 11:09:06 program INFO WAIT active send to complete -2013-12-03 11:09:06 program INFO WAIT active send to complete -2013-12-03 11:09:06 program INFO WAIT active send to complete -2013-12-03 11:09:07 program INFO WAIT active send to complete -2013-12-03 11:09:07 program INFO WAIT active send to complete -2013-12-03 11:09:07 program INFO WAIT active send to complete -2013-12-03 11:09:07 program INFO WAIT active send to complete -2013-12-03 11:09:07 program INFO WAIT active send to complete -2013-12-03 11:09:08 program INFO WAIT active send to complete -2013-12-03 11:09:08 program INFO WAIT active send to complete -2013-12-03 11:09:08 program INFO WAIT active send to complete -2013-12-03 11:09:08 program INFO WAIT active send to complete -2013-12-03 11:09:08 program INFO WAIT active send to complete -2013-12-03 11:09:09 program INFO WAIT active send to complete -2013-12-03 11:09:09 program INFO WAIT active send to complete -2013-12-03 11:09:09 program INFO WAIT active send to complete -2013-12-03 11:09:09 program INFO WAIT active send to complete -2013-12-03 11:09:09 program INFO WAIT active send to complete -2013-12-03 11:09:10 program INFO WAIT active send to complete -2013-12-03 11:09:10 program INFO WAIT active send to complete -2013-12-03 11:09:10 program INFO WAIT active send to complete -2013-12-03 11:09:10 program INFO WAIT active send to complete -2013-12-03 11:09:10 program INFO WAIT active send to complete -2013-12-03 11:09:11 program INFO WAIT active send to complete -2013-12-03 11:09:11 program INFO WAIT active send to complete -2013-12-03 11:09:11 program INFO WAIT active send to complete -2013-12-03 11:09:11 program INFO WAIT active send to complete -2013-12-03 11:09:11 program INFO WAIT active send to complete -2013-12-03 11:09:12 program ERROR IOB offline -2013-12-03 11:09:12 program ERROR IOB offline -2013-12-03 11:09:12 program INFO IOB ONLINE! -2013-12-03 11:09:12 program INFO WAIT active send to complete -2013-12-03 11:09:12 program INFO WAIT active send to complete -2013-12-03 11:09:13 program INFO WAIT active send to complete -2013-12-03 11:09:13 program INFO WAIT active send to complete -2013-12-03 11:09:13 program INFO WAIT active send to complete -2013-12-03 11:09:13 program INFO WAIT active send to complete -2013-12-03 11:09:13 program INFO WAIT active send to complete -2013-12-03 11:09:14 program INFO WAIT active send to complete -2013-12-03 11:09:14 program INFO WAIT active send to complete -2013-12-03 11:09:14 program INFO WAIT active send to complete -2013-12-03 11:09:14 program INFO WAIT active send to complete -2013-12-03 11:09:14 program INFO WAIT active send to complete -2013-12-03 11:09:15 program INFO WAIT active send to complete -2013-12-03 11:09:15 program INFO WAIT active send to complete -2013-12-03 11:09:15 program INFO WAIT active send to complete -2013-12-03 11:09:15 program INFO WAIT active send to complete -2013-12-03 11:09:15 program INFO WAIT active send to complete -2013-12-03 11:09:16 program INFO WAIT active send to complete -2013-12-03 11:09:16 program INFO WAIT active send to complete -2013-12-03 11:09:16 program INFO WAIT active send to complete -2013-12-03 11:09:16 program INFO WAIT active send to complete -2013-12-03 11:09:16 program INFO WAIT active send to complete -2013-12-03 11:09:17 program INFO WAIT active send to complete -2013-12-03 11:09:17 program INFO WAIT active send to complete -2013-12-03 11:09:17 program INFO WAIT active send to complete -2013-12-03 11:09:17 program INFO WAIT active send to complete -2013-12-03 11:09:17 program INFO WAIT active send to complete -2013-12-03 11:09:18 program INFO WAIT active send to complete -2013-12-03 11:09:18 program INFO WAIT active send to complete -2013-12-03 11:09:18 program INFO WAIT active send to complete -2013-12-03 11:09:18 program INFO WAIT active send to complete -2013-12-03 11:09:19 program INFO WAIT active send to complete -2013-12-03 11:09:19 program INFO WAIT active send to complete -2013-12-03 11:09:19 program INFO WAIT active send to complete -2013-12-03 11:09:19 program INFO WAIT active send to complete -2013-12-03 11:09:19 program INFO WAIT active send to complete -2013-12-03 11:09:20 program INFO WAIT active send to complete -2013-12-03 11:09:20 program INFO WAIT active send to complete -2013-12-03 11:09:20 program INFO WAIT active send to complete -2013-12-03 11:09:20 program INFO WAIT active send to complete -2013-12-03 11:09:20 program INFO WAIT active send to complete -2013-12-03 11:09:21 program INFO WAIT active send to complete -2013-12-03 11:09:21 program INFO WAIT active send to complete -2013-12-03 11:09:21 program INFO WAIT active send to complete -2013-12-03 11:09:21 program INFO WAIT active send to complete -2013-12-03 11:09:21 program INFO WAIT active send to complete -2013-12-03 11:09:22 program INFO WAIT active send to complete -2013-12-03 11:09:22 program INFO WAIT active send to complete -2013-12-03 11:09:22 program INFO WAIT active send to complete -2013-12-03 11:09:22 program INFO WAIT active send to complete -2013-12-03 11:09:22 program INFO WAIT active send to complete -2013-12-03 11:09:23 program INFO WAIT active send to complete -2013-12-03 11:09:23 program INFO WAIT active send to complete -2013-12-03 11:09:23 program INFO WAIT active send to complete -2013-12-03 11:09:23 program INFO WAIT active send to complete -2013-12-03 11:09:23 program INFO WAIT active send to complete -2013-12-03 11:09:24 program INFO WAIT active send to complete -2013-12-03 11:09:24 program INFO WAIT active send to complete -2013-12-03 11:09:24 program INFO WAIT active send to complete -2013-12-03 11:09:24 program INFO WAIT active send to complete -2013-12-03 11:09:24 program INFO WAIT active send to complete -2013-12-03 11:09:25 program INFO WAIT active send to complete -2013-12-03 11:09:25 program INFO WAIT active send to complete -2013-12-03 11:09:25 program INFO WAIT active send to complete -2013-12-03 11:09:25 program INFO WAIT active send to complete -2013-12-03 11:09:26 program INFO WAIT active send to complete -2013-12-03 11:09:26 program INFO WAIT active send to complete -2013-12-03 11:09:26 program INFO WAIT active send to complete -2013-12-03 11:09:26 program INFO WAIT active send to complete -2013-12-03 11:09:26 program INFO WAIT active send to complete -2013-12-03 11:09:27 program INFO WAIT active send to complete -2013-12-03 11:09:27 program INFO WAIT active send to complete -2013-12-03 11:09:27 program INFO WAIT active send to complete -2013-12-03 11:09:27 program INFO WAIT active send to complete -2013-12-03 11:09:27 program INFO WAIT active send to complete -2013-12-03 11:09:28 program INFO WAIT active send to complete -2013-12-03 11:09:28 program INFO WAIT active send to complete -2013-12-03 11:09:28 program INFO WAIT active send to complete -2013-12-03 11:09:28 program INFO WAIT active send to complete -2013-12-03 11:09:28 program INFO WAIT active send to complete -2013-12-03 11:09:29 program INFO WAIT active send to complete -2013-12-03 11:09:29 program INFO WAIT active send to complete -2013-12-03 11:09:29 program INFO WAIT active send to complete -2013-12-03 11:09:29 program INFO WAIT active send to complete -2013-12-03 11:09:29 program INFO WAIT active send to complete -2013-12-03 11:09:30 program INFO WAIT active send to complete -2013-12-03 11:09:30 program INFO WAIT active send to complete -2013-12-03 11:09:30 program INFO WAIT active send to complete -2013-12-03 11:09:30 program INFO WAIT active send to complete -2013-12-03 11:09:30 program INFO WAIT active send to complete -2013-12-03 11:09:31 program INFO WAIT active send to complete -2013-12-03 11:09:31 program INFO WAIT active send to complete -2013-12-03 11:09:31 program INFO WAIT active send to complete -2013-12-03 11:09:31 program INFO WAIT active send to complete -2013-12-03 11:09:31 program INFO WAIT active send to complete -2013-12-03 11:09:32 program INFO WAIT active send to complete -2013-12-03 11:09:32 program INFO WAIT active send to complete -2013-12-03 11:09:32 program INFO WAIT active send to complete -2013-12-03 11:09:32 program INFO WAIT active send to complete -2013-12-03 11:09:32 program INFO WAIT active send to complete -2013-12-03 11:09:33 program INFO WAIT active send to complete -2013-12-03 11:09:33 program INFO WAIT active send to complete -2013-12-03 11:09:33 program INFO WAIT active send to complete -2013-12-03 11:09:33 program INFO WAIT active send to complete -2013-12-03 11:09:34 program INFO WAIT active send to complete -2013-12-03 11:09:34 program INFO WAIT active send to complete -2013-12-03 11:09:34 program INFO WAIT active send to complete -2013-12-03 11:09:34 program INFO WAIT active send to complete -2013-12-03 11:09:34 program INFO WAIT active send to complete -2013-12-03 11:09:34 queue INFO >>83 [179] -2013-12-03 11:09:35 program INFO WAIT active send to complete -2013-12-03 11:09:35 program INFO WAIT active send to complete -2013-12-03 11:09:35 program INFO WAIT active send to complete -2013-12-03 11:09:35 program INFO WAIT active send to complete -2013-12-03 11:09:35 program INFO WAIT active send to complete -2013-12-03 11:09:36 program INFO WAIT active send to complete -2013-12-03 11:09:36 program INFO WAIT active send to complete -2013-12-03 11:09:36 program INFO WAIT active send to complete -2013-12-03 11:09:36 program INFO WAIT active send to complete -2013-12-03 11:09:36 program INFO WAIT active send to complete -2013-12-03 11:09:37 program INFO WAIT active send to complete -2013-12-03 11:09:37 program INFO WAIT active send to complete -2013-12-03 11:09:37 program INFO WAIT active send to complete -2013-12-03 11:09:37 program INFO WAIT active send to complete -2013-12-03 11:09:37 program INFO WAIT active send to complete -2013-12-03 11:09:38 program INFO WAIT active send to complete -2013-12-03 11:09:38 program INFO WAIT active send to complete -2013-12-03 11:09:38 program INFO WAIT active send to complete -2013-12-03 11:09:38 program INFO WAIT active send to complete -2013-12-03 11:09:38 program INFO WAIT active send to complete -2013-12-03 11:09:39 program INFO WAIT active send to complete -2013-12-03 11:09:39 program INFO WAIT active send to complete -2013-12-03 11:09:39 program INFO WAIT active send to complete -2013-12-03 11:09:39 program INFO WAIT active send to complete -2013-12-03 11:09:39 program INFO WAIT active send to complete -2013-12-03 11:09:40 program INFO WAIT active send to complete -2013-12-03 11:09:40 program INFO WAIT active send to complete -2013-12-03 11:09:40 program INFO WAIT active send to complete -2013-12-03 11:09:40 program INFO WAIT active send to complete -2013-12-03 11:09:41 program INFO WAIT active send to complete -2013-12-03 11:09:41 program INFO WAIT active send to complete -2013-12-03 11:09:41 program INFO WAIT active send to complete -2013-12-03 11:09:41 program INFO WAIT active send to complete -2013-12-03 11:09:41 program INFO WAIT active send to complete -2013-12-03 11:09:42 program INFO WAIT active send to complete -2013-12-03 11:09:42 program INFO WAIT active send to complete -2013-12-03 11:09:42 program INFO WAIT active send to complete -2013-12-03 11:09:42 program INFO WAIT active send to complete -2013-12-03 11:09:42 program INFO WAIT active send to complete -2013-12-03 11:09:43 program INFO WAIT active send to complete -2013-12-03 11:09:43 program INFO WAIT active send to complete -2013-12-03 11:09:43 program INFO WAIT active send to complete -2013-12-03 11:09:43 program INFO WAIT active send to complete -2013-12-03 11:09:43 program INFO WAIT active send to complete -2013-12-03 11:09:44 program INFO WAIT active send to complete -2013-12-03 11:09:44 program INFO WAIT active send to complete -2013-12-03 11:09:44 program INFO WAIT active send to complete -2013-12-03 11:09:44 program INFO WAIT active send to complete -2013-12-03 11:09:44 program INFO WAIT active send to complete -2013-12-03 11:09:45 program INFO WAIT active send to complete -2013-12-03 11:09:45 program INFO WAIT active send to complete -2013-12-03 11:09:45 program INFO WAIT active send to complete -2013-12-03 11:09:45 program INFO WAIT active send to complete -2013-12-03 11:09:45 program INFO WAIT active send to complete -2013-12-03 11:09:46 program INFO WAIT active send to complete -2013-12-03 11:09:46 program INFO WAIT active send to complete -2013-12-03 11:09:46 program INFO WAIT active send to complete -2013-12-03 11:09:46 program INFO WAIT active send to complete -2013-12-03 11:09:46 program INFO WAIT active send to complete -2013-12-03 11:09:47 program INFO WAIT active send to complete -2013-12-03 11:09:47 program INFO WAIT active send to complete -2013-12-03 11:09:47 program INFO WAIT active send to complete -2013-12-03 11:09:47 program INFO WAIT active send to complete -2013-12-03 11:09:47 program INFO WAIT active send to complete -2013-12-03 11:09:48 program INFO WAIT active send to complete -2013-12-03 11:09:48 program INFO WAIT active send to complete -2013-12-03 11:09:48 program INFO WAIT active send to complete -2013-12-03 11:09:48 program INFO WAIT active send to complete -2013-12-03 11:09:49 program INFO WAIT active send to complete -2013-12-03 11:09:49 program INFO WAIT active send to complete -2013-12-03 11:09:49 program INFO WAIT active send to complete -2013-12-03 11:09:49 program INFO WAIT active send to complete -2013-12-03 11:09:49 program INFO WAIT active send to complete -2013-12-03 11:09:50 program INFO WAIT active send to complete -2013-12-03 11:09:50 program INFO WAIT active send to complete -2013-12-03 11:09:50 program INFO WAIT active send to complete -2013-12-03 11:09:50 program INFO WAIT active send to complete -2013-12-03 11:09:50 program INFO WAIT active send to complete -2013-12-03 11:09:51 program INFO WAIT active send to complete -2013-12-03 11:09:51 program INFO WAIT active send to complete -2013-12-03 11:09:51 program INFO WAIT active send to complete -2013-12-03 11:09:51 program INFO WAIT active send to complete -2013-12-03 11:09:51 program INFO WAIT active send to complete -2013-12-03 11:09:52 program INFO WAIT active send to complete -2013-12-03 11:09:52 program INFO WAIT active send to complete -2013-12-03 11:09:52 program INFO WAIT active send to complete -2013-12-03 11:09:52 program INFO WAIT active send to complete -2013-12-03 11:09:52 program INFO WAIT active send to complete -2013-12-03 11:09:53 program INFO WAIT active send to complete -2013-12-03 11:09:53 program INFO WAIT active send to complete -2013-12-03 11:09:53 program INFO WAIT active send to complete -2013-12-03 11:09:53 program INFO WAIT active send to complete -2013-12-03 11:09:53 program INFO WAIT active send to complete -2013-12-03 11:09:54 program INFO WAIT active send to complete -2013-12-03 11:09:54 program INFO WAIT active send to complete -2013-12-03 11:09:54 program INFO WAIT active send to complete -2013-12-03 11:09:54 program INFO WAIT active send to complete -2013-12-03 11:09:54 program INFO WAIT active send to complete -2013-12-03 11:09:55 program INFO WAIT active send to complete -2013-12-03 11:09:55 program INFO WAIT active send to complete -2013-12-03 11:09:55 program INFO WAIT active send to complete -2013-12-03 11:09:55 program INFO WAIT active send to complete -2013-12-03 11:09:56 program INFO WAIT active send to complete -2013-12-03 11:09:56 program INFO WAIT active send to complete -2013-12-03 11:09:56 program INFO WAIT active send to complete -2013-12-03 11:09:56 program INFO WAIT active send to complete -2013-12-03 11:09:56 program INFO WAIT active send to complete -2013-12-03 11:09:57 program INFO WAIT active send to complete -2013-12-03 11:09:57 program INFO WAIT active send to complete -2013-12-03 11:09:57 program INFO WAIT active send to complete -2013-12-03 11:09:57 program INFO WAIT active send to complete -2013-12-03 11:09:57 program INFO WAIT active send to complete -2013-12-03 11:09:58 program INFO WAIT active send to complete -2013-12-03 11:09:58 program INFO WAIT active send to complete -2013-12-03 11:09:58 program INFO WAIT active send to complete -2013-12-03 11:09:58 program INFO WAIT active send to complete -2013-12-03 11:09:58 program INFO WAIT active send to complete -2013-12-03 11:09:59 program INFO WAIT active send to complete -2013-12-03 11:09:59 program INFO WAIT active send to complete -2013-12-03 11:09:59 program INFO WAIT active send to complete -2013-12-03 11:09:59 program INFO WAIT active send to complete -2013-12-03 11:09:59 program INFO WAIT active send to complete -2013-12-03 11:10:00 program INFO WAIT active send to complete -2013-12-03 11:10:00 program INFO WAIT active send to complete -2013-12-03 11:10:00 program INFO WAIT active send to complete -2013-12-03 11:10:00 program INFO WAIT active send to complete -2013-12-03 11:10:00 program INFO WAIT active send to complete -2013-12-03 11:10:01 program INFO WAIT active send to complete -2013-12-03 11:10:01 program INFO WAIT active send to complete -2013-12-03 11:10:01 program INFO WAIT active send to complete -2013-12-03 11:10:01 program INFO WAIT active send to complete -2013-12-03 11:10:01 program INFO WAIT active send to complete -2013-12-03 11:10:02 program INFO WAIT active send to complete -2013-12-03 11:10:02 program INFO WAIT active send to complete -2013-12-03 11:10:02 program INFO WAIT active send to complete -2013-12-03 11:10:02 program INFO WAIT active send to complete -2013-12-03 11:10:03 program INFO WAIT active send to complete -2013-12-03 11:10:03 program INFO WAIT active send to complete -2013-12-03 11:10:03 program INFO WAIT active send to complete -2013-12-03 11:10:03 program INFO WAIT active send to complete -2013-12-03 11:10:03 program INFO WAIT active send to complete -2013-12-03 11:10:04 program INFO WAIT active send to complete -2013-12-03 11:10:04 program INFO WAIT active send to complete -2013-12-03 11:10:04 program INFO WAIT active send to complete -2013-12-03 11:10:04 program INFO WAIT active send to complete -2013-12-03 11:10:04 program INFO WAIT active send to complete -2013-12-03 11:10:05 program INFO WAIT active send to complete -2013-12-03 11:10:05 program INFO WAIT active send to complete -2013-12-03 11:10:05 program INFO WAIT active send to complete -2013-12-03 11:10:05 program INFO WAIT active send to complete -2013-12-03 11:10:05 program INFO WAIT active send to complete -2013-12-03 11:10:06 program INFO WAIT active send to complete -2013-12-03 11:10:06 program INFO WAIT active send to complete -2013-12-03 11:10:06 program INFO WAIT active send to complete -2013-12-03 11:10:06 program INFO WAIT active send to complete -2013-12-03 11:10:06 program INFO WAIT active send to complete -2013-12-03 11:10:07 program INFO WAIT active send to complete -2013-12-03 11:10:07 program INFO WAIT active send to complete -2013-12-03 11:10:07 program INFO WAIT active send to complete -2013-12-03 11:10:07 program INFO WAIT active send to complete -2013-12-03 11:10:07 program INFO WAIT active send to complete -2013-12-03 11:10:08 program INFO WAIT active send to complete -2013-12-03 11:10:08 program INFO WAIT active send to complete -2013-12-03 11:10:08 program INFO WAIT active send to complete -2013-12-03 11:10:08 program INFO WAIT active send to complete -2013-12-03 11:10:08 program INFO WAIT active send to complete -2013-12-03 11:10:09 program INFO WAIT active send to complete -2013-12-03 11:10:09 program INFO WAIT active send to complete -2013-12-03 11:10:09 program INFO WAIT active send to complete -2013-12-03 11:10:09 program INFO WAIT active send to complete -2013-12-03 11:10:10 program INFO WAIT active send to complete -2013-12-03 11:10:10 program INFO WAIT active send to complete -2013-12-03 11:10:10 program INFO WAIT active send to complete -2013-12-03 11:10:10 program INFO WAIT active send to complete -2013-12-03 11:10:10 program INFO WAIT active send to complete -2013-12-03 11:10:11 program INFO WAIT active send to complete -2013-12-03 11:10:11 program INFO WAIT active send to complete -2013-12-03 11:10:11 program INFO WAIT active send to complete -2013-12-03 11:10:11 program INFO WAIT active send to complete -2013-12-03 11:10:11 program INFO WAIT active send to complete -2013-12-03 11:10:12 program INFO WAIT active send to complete -2013-12-03 11:10:12 program INFO WAIT active send to complete -2013-12-03 11:10:12 program INFO WAIT active send to complete -2013-12-03 11:10:12 program INFO WAIT active send to complete -2013-12-03 11:10:12 program INFO WAIT active send to complete -2013-12-03 11:10:13 program INFO WAIT active send to complete -2013-12-03 11:10:13 program INFO WAIT active send to complete -2013-12-03 11:10:13 program INFO WAIT active send to complete -2013-12-03 11:10:13 program INFO WAIT active send to complete -2013-12-03 11:10:13 program INFO WAIT active send to complete -2013-12-03 11:10:14 program INFO WAIT active send to complete -2013-12-03 11:10:14 program INFO WAIT active send to complete -2013-12-03 11:10:14 program INFO WAIT active send to complete -2013-12-03 11:10:14 program INFO WAIT active send to complete -2013-12-03 11:10:14 program INFO WAIT active send to complete -2013-12-03 11:10:15 program INFO WAIT active send to complete -2013-12-03 11:10:15 program INFO WAIT active send to complete -2013-12-03 11:10:15 program INFO WAIT active send to complete -2013-12-03 11:10:15 program INFO WAIT active send to complete -2013-12-03 11:10:15 program INFO WAIT active send to complete -2013-12-03 11:10:16 program INFO WAIT active send to complete -2013-12-03 11:10:16 program INFO WAIT active send to complete -2013-12-03 11:10:16 program INFO WAIT active send to complete -2013-12-03 11:10:16 program INFO WAIT active send to complete -2013-12-03 11:10:16 program INFO WAIT active send to complete -2013-12-03 11:10:17 program INFO WAIT active send to complete -2013-12-03 11:10:17 program INFO WAIT active send to complete -2013-12-03 11:10:17 program INFO WAIT active send to complete -2013-12-03 11:10:17 program INFO WAIT active send to complete -2013-12-03 11:10:18 program INFO WAIT active send to complete -2013-12-03 11:10:18 program INFO WAIT active send to complete -2013-12-03 11:10:18 program INFO WAIT active send to complete -2013-12-03 11:10:18 program INFO WAIT active send to complete -2013-12-03 11:10:18 program INFO WAIT active send to complete -2013-12-03 11:10:19 program INFO WAIT active send to complete -2013-12-03 11:10:19 program INFO WAIT active send to complete -2013-12-03 11:10:19 program INFO WAIT active send to complete -2013-12-03 11:10:19 program INFO WAIT active send to complete -2013-12-03 11:10:19 program INFO WAIT active send to complete -2013-12-03 11:10:20 program INFO WAIT active send to complete -2013-12-03 11:10:20 program INFO WAIT active send to complete -2013-12-03 11:10:20 program INFO WAIT active send to complete -2013-12-03 11:10:20 program INFO WAIT active send to complete -2013-12-03 11:10:20 program INFO WAIT active send to complete -2013-12-03 11:10:21 program INFO WAIT active send to complete -2013-12-03 11:10:21 program INFO WAIT active send to complete -2013-12-03 11:10:21 program INFO WAIT active send to complete -2013-12-03 11:10:21 program INFO WAIT active send to complete -2013-12-03 11:10:21 program INFO WAIT active send to complete -2013-12-03 11:10:22 program INFO WAIT active send to complete -2013-12-03 11:10:22 program INFO WAIT active send to complete -2013-12-03 11:10:22 program INFO WAIT active send to complete -2013-12-03 11:10:22 program INFO WAIT active send to complete -2013-12-03 11:10:22 program INFO WAIT active send to complete -2013-12-03 11:10:23 program INFO WAIT active send to complete -2013-12-03 11:10:23 program INFO WAIT active send to complete -2013-12-03 11:10:23 program INFO WAIT active send to complete -2013-12-03 11:10:23 program INFO WAIT active send to complete -2013-12-03 11:10:23 program INFO WAIT active send to complete -2013-12-03 11:10:24 program INFO WAIT active send to complete -2013-12-03 11:10:24 program INFO WAIT active send to complete -2013-12-03 11:10:24 program INFO WAIT active send to complete -2013-12-03 11:10:24 program INFO WAIT active send to complete -2013-12-03 11:10:24 queue INFO >>83 [180] -2013-12-03 11:10:25 program INFO WAIT active send to complete -2013-12-03 11:10:25 program INFO WAIT active send to complete -2013-12-03 11:10:25 program INFO WAIT active send to complete -2013-12-03 11:10:25 program INFO WAIT active send to complete -2013-12-03 11:10:25 program INFO WAIT active send to complete -2013-12-03 11:10:26 program INFO WAIT active send to complete -2013-12-03 11:10:26 program INFO WAIT active send to complete -2013-12-03 11:10:26 program INFO WAIT active send to complete -2013-12-03 11:10:26 program INFO WAIT active send to complete -2013-12-03 11:10:26 program INFO WAIT active send to complete -2013-12-03 11:10:27 program INFO WAIT active send to complete -2013-12-03 11:10:27 program INFO WAIT active send to complete -2013-12-03 11:10:27 program INFO WAIT active send to complete -2013-12-03 11:10:27 program INFO WAIT active send to complete -2013-12-03 11:10:27 program INFO WAIT active send to complete -2013-12-03 11:10:28 program INFO WAIT active send to complete -2013-12-03 11:10:28 program INFO WAIT active send to complete -2013-12-03 11:10:28 program INFO WAIT active send to complete -2013-12-03 11:10:28 program INFO WAIT active send to complete -2013-12-03 11:10:28 program INFO WAIT active send to complete -2013-12-03 11:10:29 program INFO WAIT active send to complete -2013-12-03 11:10:29 program INFO WAIT active send to complete -2013-12-03 11:10:29 program ERROR IOB offline -2013-12-03 11:10:29 program INFO IOB ONLINE! -2013-12-03 11:10:29 program INFO WAIT active send to complete -2013-12-03 11:10:29 program INFO WAIT active send to complete -2013-12-03 11:10:30 program INFO WAIT active send to complete -2013-12-03 11:10:30 program INFO WAIT active send to complete -2013-12-03 11:10:30 program INFO WAIT active send to complete -2013-12-03 11:10:30 program INFO WAIT active send to complete -2013-12-03 11:10:30 program INFO WAIT active send to complete -2013-12-03 11:10:31 program INFO WAIT active send to complete -2013-12-03 11:10:31 program INFO WAIT active send to complete -2013-12-03 11:10:31 program ERROR IOB offline -2013-12-03 11:10:31 program INFO IOB ONLINE! -2013-12-03 11:10:31 program INFO WAIT active send to complete -2013-12-03 11:10:32 program INFO WAIT active send to complete -2013-12-03 11:10:32 program INFO WAIT active send to complete -2013-12-03 11:10:32 program INFO WAIT active send to complete -2013-12-03 11:10:32 program INFO WAIT active send to complete -2013-12-03 11:10:32 program INFO WAIT active send to complete -2013-12-03 11:10:33 program INFO WAIT active send to complete -2013-12-03 11:10:33 program INFO WAIT active send to complete -2013-12-03 11:10:33 program INFO WAIT active send to complete -2013-12-03 11:10:33 program INFO WAIT active send to complete -2013-12-03 11:10:33 program INFO WAIT active send to complete -2013-12-03 11:10:34 program INFO WAIT active send to complete -2013-12-03 11:10:34 program INFO WAIT active send to complete -2013-12-03 11:10:34 program INFO WAIT active send to complete -2013-12-03 11:10:34 program INFO WAIT active send to complete -2013-12-03 11:10:34 program INFO WAIT active send to complete -2013-12-03 11:10:35 program INFO WAIT active send to complete -2013-12-03 11:10:35 program INFO WAIT active send to complete -2013-12-03 11:10:35 program INFO WAIT active send to complete -2013-12-03 11:10:35 program INFO WAIT active send to complete -2013-12-03 11:10:35 program INFO WAIT active send to complete -2013-12-03 11:10:36 program INFO WAIT active send to complete -2013-12-03 11:10:36 program INFO WAIT active send to complete -2013-12-03 11:10:36 program INFO WAIT active send to complete -2013-12-03 11:10:36 program INFO WAIT active send to complete -2013-12-03 11:10:36 program INFO WAIT active send to complete -2013-12-03 11:10:37 program INFO WAIT active send to complete -2013-12-03 11:10:37 program INFO WAIT active send to complete -2013-12-03 11:10:37 program INFO WAIT active send to complete -2013-12-03 11:10:37 program INFO WAIT active send to complete -2013-12-03 11:10:37 program INFO WAIT active send to complete -2013-12-03 11:10:38 program INFO WAIT active send to complete -2013-12-03 11:10:38 program INFO WAIT active send to complete -2013-12-03 11:10:38 program INFO WAIT active send to complete -2013-12-03 11:10:38 program INFO WAIT active send to complete -2013-12-03 11:10:38 program INFO WAIT active send to complete -2013-12-03 11:10:39 program INFO WAIT active send to complete -2013-12-03 11:10:39 program INFO WAIT active send to complete -2013-12-03 11:10:39 program INFO WAIT active send to complete -2013-12-03 11:10:39 program INFO WAIT active send to complete -2013-12-03 11:10:40 program INFO WAIT active send to complete -2013-12-03 11:10:40 program INFO WAIT active send to complete -2013-12-03 11:10:40 program INFO WAIT active send to complete -2013-12-03 11:10:40 program INFO WAIT active send to complete -2013-12-03 11:10:40 program INFO WAIT active send to complete -2013-12-03 11:10:41 program INFO WAIT active send to complete -2013-12-03 11:10:41 program INFO WAIT active send to complete -2013-12-03 11:10:41 program INFO WAIT active send to complete -2013-12-03 11:10:41 program INFO WAIT active send to complete -2013-12-03 11:10:41 program INFO WAIT active send to complete -2013-12-03 11:10:42 program INFO WAIT active send to complete -2013-12-03 11:10:42 program INFO WAIT active send to complete -2013-12-03 11:10:42 program INFO WAIT active send to complete -2013-12-03 11:10:42 program INFO WAIT active send to complete -2013-12-03 11:10:42 program INFO WAIT active send to complete -2013-12-03 11:10:43 program INFO WAIT active send to complete -2013-12-03 11:10:43 program INFO WAIT active send to complete -2013-12-03 11:10:43 program INFO WAIT active send to complete -2013-12-03 11:10:43 program INFO WAIT active send to complete -2013-12-03 11:10:43 program INFO WAIT active send to complete -2013-12-03 11:10:44 program INFO WAIT active send to complete -2013-12-03 11:10:44 program INFO WAIT active send to complete -2013-12-03 11:10:44 program INFO WAIT active send to complete -2013-12-03 11:10:44 program INFO WAIT active send to complete -2013-12-03 11:10:44 program INFO WAIT active send to complete -2013-12-03 11:10:45 program INFO WAIT active send to complete -2013-12-03 11:10:45 program INFO WAIT active send to complete -2013-12-03 11:10:45 program INFO WAIT active send to complete -2013-12-03 11:10:45 program INFO WAIT active send to complete -2013-12-03 11:10:45 program INFO WAIT active send to complete -2013-12-03 11:10:46 program INFO WAIT active send to complete -2013-12-03 11:10:46 program INFO WAIT active send to complete -2013-12-03 11:10:46 program INFO WAIT active send to complete -2013-12-03 11:10:46 program INFO WAIT active send to complete -2013-12-03 11:10:46 program INFO WAIT active send to complete -2013-12-03 11:10:47 program INFO WAIT active send to complete -2013-12-03 11:10:47 program INFO WAIT active send to complete -2013-12-03 11:10:47 program INFO WAIT active send to complete -2013-12-03 11:10:47 program INFO WAIT active send to complete -2013-12-03 11:10:48 program INFO WAIT active send to complete -2013-12-03 11:10:48 program INFO WAIT active send to complete -2013-12-03 11:10:48 program INFO WAIT active send to complete -2013-12-03 11:10:48 program INFO WAIT active send to complete -2013-12-03 11:10:48 program INFO WAIT active send to complete -2013-12-03 11:10:49 program INFO WAIT active send to complete -2013-12-03 11:10:49 program INFO WAIT active send to complete -2013-12-03 11:10:49 program INFO WAIT active send to complete -2013-12-03 11:10:49 program INFO WAIT active send to complete -2013-12-03 11:10:49 program INFO WAIT active send to complete -2013-12-03 11:10:50 program INFO WAIT active send to complete -2013-12-03 11:10:50 program INFO WAIT active send to complete -2013-12-03 11:10:50 program INFO WAIT active send to complete -2013-12-03 11:10:50 program INFO WAIT active send to complete -2013-12-03 11:10:50 program INFO WAIT active send to complete -2013-12-03 11:10:51 program INFO WAIT active send to complete -2013-12-03 11:10:51 program INFO WAIT active send to complete -2013-12-03 11:10:51 program INFO WAIT active send to complete -2013-12-03 11:10:51 program INFO WAIT active send to complete -2013-12-03 11:10:51 program INFO WAIT active send to complete -2013-12-03 11:10:52 program INFO WAIT active send to complete -2013-12-03 11:10:52 program INFO WAIT active send to complete -2013-12-03 11:10:52 program INFO WAIT active send to complete -2013-12-03 11:10:52 program INFO WAIT active send to complete -2013-12-03 11:10:52 program INFO WAIT active send to complete -2013-12-03 11:10:53 program INFO WAIT active send to complete -2013-12-03 11:10:53 program INFO WAIT active send to complete -2013-12-03 11:10:53 program INFO WAIT active send to complete -2013-12-03 11:10:53 program INFO WAIT active send to complete -2013-12-03 11:10:53 program INFO WAIT active send to complete -2013-12-03 11:10:54 program INFO WAIT active send to complete -2013-12-03 11:10:54 program INFO WAIT active send to complete -2013-12-03 11:10:54 program INFO WAIT active send to complete -2013-12-03 11:10:54 program INFO WAIT active send to complete -2013-12-03 11:10:55 program INFO WAIT active send to complete -2013-12-03 11:10:55 program INFO WAIT active send to complete -2013-12-03 11:10:55 program INFO WAIT active send to complete -2013-12-03 11:10:55 program INFO WAIT active send to complete -2013-12-03 11:10:55 program INFO WAIT active send to complete -2013-12-03 11:10:56 program INFO WAIT active send to complete -2013-12-03 11:10:56 program INFO WAIT active send to complete -2013-12-03 11:10:56 program INFO WAIT active send to complete -2013-12-03 11:10:56 program INFO WAIT active send to complete -2013-12-03 11:10:56 program INFO WAIT active send to complete -2013-12-03 11:10:57 program INFO WAIT active send to complete -2013-12-03 11:10:57 program INFO WAIT active send to complete -2013-12-03 11:10:57 program INFO WAIT active send to complete -2013-12-03 11:10:57 program INFO WAIT active send to complete -2013-12-03 11:10:57 program INFO WAIT active send to complete -2013-12-03 11:10:58 program INFO WAIT active send to complete -2013-12-03 11:10:58 program INFO WAIT active send to complete -2013-12-03 11:10:58 program INFO WAIT active send to complete -2013-12-03 11:10:58 program INFO WAIT active send to complete -2013-12-03 11:10:58 program INFO WAIT active send to complete -2013-12-03 11:10:59 program INFO WAIT active send to complete -2013-12-03 11:10:59 program INFO WAIT active send to complete -2013-12-03 11:10:59 program INFO WAIT active send to complete -2013-12-03 11:10:59 program INFO WAIT active send to complete -2013-12-03 11:10:59 program INFO WAIT active send to complete -2013-12-03 11:11:00 program INFO WAIT active send to complete -2013-12-03 11:11:00 program INFO WAIT active send to complete -2013-12-03 11:11:00 program INFO WAIT active send to complete -2013-12-03 11:11:00 program INFO WAIT active send to complete -2013-12-03 11:11:00 program INFO WAIT active send to complete -2013-12-03 11:11:01 program INFO WAIT active send to complete -2013-12-03 11:11:01 program INFO WAIT active send to complete -2013-12-03 11:11:01 program INFO WAIT active send to complete -2013-12-03 11:11:01 program INFO WAIT active send to complete -2013-12-03 11:11:02 program INFO WAIT active send to complete -2013-12-03 11:11:02 program INFO WAIT active send to complete -2013-12-03 11:11:02 program INFO WAIT active send to complete -2013-12-03 11:11:02 program INFO WAIT active send to complete -2013-12-03 11:11:02 program INFO WAIT active send to complete -2013-12-03 11:11:03 program INFO WAIT active send to complete -2013-12-03 11:11:03 program INFO WAIT active send to complete -2013-12-03 11:11:03 program INFO WAIT active send to complete -2013-12-03 11:11:03 program INFO WAIT active send to complete -2013-12-03 11:11:03 program INFO WAIT active send to complete -2013-12-03 11:11:04 program INFO WAIT active send to complete -2013-12-03 11:11:04 program INFO WAIT active send to complete -2013-12-03 11:11:04 program ERROR IOB offline -2013-12-03 11:11:04 program INFO IOB ONLINE! -2013-12-03 11:11:04 program INFO WAIT active send to complete -2013-12-03 11:11:04 program INFO WAIT active send to complete -2013-12-03 11:11:05 program INFO WAIT active send to complete -2013-12-03 11:11:05 program INFO WAIT active send to complete -2013-12-03 11:11:05 program INFO WAIT active send to complete -2013-12-03 11:11:05 program INFO WAIT active send to complete -2013-12-03 11:11:05 program INFO WAIT active send to complete -2013-12-03 11:11:06 program INFO WAIT active send to complete -2013-12-03 11:11:06 program INFO WAIT active send to complete -2013-12-03 11:11:06 program INFO WAIT active send to complete -2013-12-03 11:11:06 program INFO WAIT active send to complete -2013-12-03 11:11:06 program INFO WAIT active send to complete -2013-12-03 11:11:07 program INFO WAIT active send to complete -2013-12-03 11:11:07 program INFO WAIT active send to complete -2013-12-03 11:11:07 program INFO WAIT active send to complete -2013-12-03 11:11:07 program INFO WAIT active send to complete -2013-12-03 11:11:07 program INFO WAIT active send to complete -2013-12-03 11:11:08 program INFO WAIT active send to complete -2013-12-03 11:11:08 program INFO WAIT active send to complete -2013-12-03 11:11:08 program INFO WAIT active send to complete -2013-12-03 11:11:08 program INFO WAIT active send to complete -2013-12-03 11:11:09 program INFO WAIT active send to complete -2013-12-03 11:11:09 program INFO WAIT active send to complete -2013-12-03 11:11:09 program ERROR IOB offline -2013-12-03 11:11:09 program INFO IOB ONLINE! -2013-12-03 11:11:09 program INFO WAIT active send to complete -2013-12-03 11:11:09 program INFO WAIT active send to complete -2013-12-03 11:11:10 program INFO WAIT active send to complete -2013-12-03 11:11:10 program INFO WAIT active send to complete -2013-12-03 11:11:10 program INFO WAIT active send to complete -2013-12-03 11:11:10 program INFO WAIT active send to complete -2013-12-03 11:11:10 program INFO WAIT active send to complete -2013-12-03 11:11:11 program INFO WAIT active send to complete -2013-12-03 11:11:11 program INFO WAIT active send to complete -2013-12-03 11:11:11 program INFO WAIT active send to complete -2013-12-03 11:11:11 program INFO WAIT active send to complete -2013-12-03 11:11:11 program INFO WAIT active send to complete -2013-12-03 11:11:12 program INFO WAIT active send to complete -2013-12-03 11:11:12 program INFO WAIT active send to complete -2013-12-03 11:11:12 program INFO WAIT active send to complete -2013-12-03 11:11:12 program INFO WAIT active send to complete -2013-12-03 11:11:12 program INFO WAIT active send to complete -2013-12-03 11:11:13 program INFO WAIT active send to complete -2013-12-03 11:11:13 program INFO WAIT active send to complete -2013-12-03 11:11:13 program INFO WAIT active send to complete -2013-12-03 11:11:13 program INFO WAIT active send to complete -2013-12-03 11:11:13 program INFO WAIT active send to complete -2013-12-03 11:11:14 program INFO WAIT active send to complete -2013-12-03 11:11:14 program INFO WAIT active send to complete -2013-12-03 11:11:14 program INFO WAIT active send to complete -2013-12-03 11:11:14 program INFO WAIT active send to complete -2013-12-03 11:11:14 program INFO WAIT active send to complete -2013-12-03 11:11:15 queue INFO >>83 [181] -2013-12-03 11:11:15 program INFO WAIT active send to complete -2013-12-03 11:11:15 program INFO WAIT active send to complete -2013-12-03 11:11:15 program INFO WAIT active send to complete -2013-12-03 11:11:15 program INFO WAIT active send to complete -2013-12-03 11:11:15 program INFO WAIT active send to complete -2013-12-03 11:11:16 program INFO WAIT active send to complete -2013-12-03 11:11:16 program INFO WAIT active send to complete -2013-12-03 11:11:16 program INFO WAIT active send to complete -2013-12-03 11:11:16 queue INFO 87 [182] -2013-12-03 11:11:16 program INFO WAIT active send to complete -2013-12-03 11:11:17 program INFO WAIT active send to complete -2013-12-03 11:11:17 program INFO WAIT active send to complete -2013-12-03 11:11:17 program INFO WAIT active send to complete -2013-12-03 11:11:17 program INFO WAIT active send to complete -2013-12-03 11:11:17 program INFO WAIT active send to complete -2013-12-03 11:11:18 program INFO WAIT active send to complete -2013-12-03 11:11:18 program INFO WAIT active send to complete -2013-12-03 11:11:18 queue INFO >87 [183] -2013-12-03 11:11:18 program INFO WAIT active send to complete -2013-12-03 11:11:18 program INFO WAIT active send to complete -2013-12-03 11:11:18 program INFO WAIT active send to complete -2013-12-03 11:11:19 program INFO WAIT active send to complete -2013-12-03 11:11:19 program INFO WAIT active send to complete -2013-12-03 11:11:19 program INFO WAIT active send to complete -2013-12-03 11:11:19 queue INFO 83 [184] -2013-12-03 11:11:19 program INFO WAIT active send to complete -2013-12-03 11:11:19 program INFO WAIT active send to complete -2013-12-03 11:11:20 program INFO WAIT active send to complete -2013-12-03 11:11:20 program INFO WAIT active send to complete -2013-12-03 11:11:20 program INFO WAIT active send to complete -2013-12-03 11:11:20 program INFO WAIT active send to complete -2013-12-03 11:11:20 program INFO WAIT active send to complete -2013-12-03 11:11:21 program INFO WAIT active send to complete -2013-12-03 11:11:21 program INFO WAIT active send to complete -2013-12-03 11:11:21 queue INFO >83 [185] -2013-12-03 11:11:21 program INFO WAIT active send to complete -2013-12-03 11:11:21 program INFO WAIT active send to complete -2013-12-03 11:11:21 program INFO WAIT active send to complete -2013-12-03 11:11:22 program INFO WAIT active send to complete -2013-12-03 11:11:22 program INFO WAIT active send to complete -2013-12-03 11:11:22 program INFO WAIT active send to complete -2013-12-03 11:11:22 program INFO WAIT active send to complete -2013-12-03 11:11:22 program INFO WAIT active send to complete -2013-12-03 11:11:23 program INFO WAIT active send to complete -2013-12-03 11:11:23 program INFO WAIT active send to complete -2013-12-03 11:11:23 program INFO WAIT active send to complete -2013-12-03 11:11:23 program INFO WAIT active send to complete -2013-12-03 11:11:24 program INFO WAIT active send to complete -2013-12-03 11:11:24 program INFO WAIT active send to complete -2013-12-03 11:11:24 program INFO WAIT active send to complete -2013-12-03 11:11:24 program INFO WAIT active send to complete -2013-12-03 11:11:24 program INFO WAIT active send to complete -2013-12-03 11:11:25 program INFO WAIT active send to complete -2013-12-03 11:11:25 program INFO WAIT active send to complete -2013-12-03 11:11:25 program INFO WAIT active send to complete -2013-12-03 11:11:25 program INFO WAIT active send to complete -2013-12-03 11:11:25 program INFO WAIT active send to complete -2013-12-03 11:11:26 program INFO WAIT active send to complete -2013-12-03 11:11:26 program INFO WAIT active send to complete -2013-12-03 11:11:26 program INFO WAIT active send to complete -2013-12-03 11:11:26 program INFO WAIT active send to complete -2013-12-03 11:11:26 program INFO WAIT active send to complete -2013-12-03 11:11:27 program INFO WAIT active send to complete -2013-12-03 11:11:27 program INFO WAIT active send to complete -2013-12-03 11:11:27 program INFO WAIT active send to complete -2013-12-03 11:11:27 program INFO WAIT active send to complete -2013-12-03 11:11:27 program INFO WAIT active send to complete -2013-12-03 11:11:28 program INFO WAIT active send to complete -2013-12-03 11:11:28 program INFO WAIT active send to complete -2013-12-03 11:11:28 program INFO WAIT active send to complete -2013-12-03 11:11:28 program INFO WAIT active send to complete -2013-12-03 11:11:28 program INFO WAIT active send to complete -2013-12-03 11:11:29 program INFO WAIT active send to complete -2013-12-03 11:11:29 program INFO WAIT active send to complete -2013-12-03 11:11:29 program INFO WAIT active send to complete -2013-12-03 11:11:29 program INFO WAIT active send to complete -2013-12-03 11:11:29 program INFO WAIT active send to complete -2013-12-03 11:11:30 program INFO WAIT active send to complete -2013-12-03 11:11:30 program INFO WAIT active send to complete -2013-12-03 11:11:30 program INFO WAIT active send to complete -2013-12-03 11:11:30 program INFO WAIT active send to complete -2013-12-03 11:11:31 program INFO WAIT active send to complete -2013-12-03 11:11:31 program INFO WAIT active send to complete -2013-12-03 11:11:31 program INFO WAIT active send to complete -2013-12-03 11:11:31 program INFO WAIT active send to complete -2013-12-03 11:11:31 program INFO WAIT active send to complete -2013-12-03 11:11:32 program INFO WAIT active send to complete -2013-12-03 11:11:32 program INFO WAIT active send to complete -2013-12-03 11:11:32 program INFO WAIT active send to complete -2013-12-03 11:11:32 program INFO WAIT active send to complete -2013-12-03 11:11:32 program INFO WAIT active send to complete -2013-12-03 11:11:33 program INFO WAIT active send to complete -2013-12-03 11:11:33 program INFO WAIT active send to complete -2013-12-03 11:11:33 program INFO WAIT active send to complete -2013-12-03 11:11:33 program INFO WAIT active send to complete -2013-12-03 11:11:33 program INFO WAIT active send to complete -2013-12-03 11:11:34 program INFO WAIT active send to complete -2013-12-03 11:11:34 program INFO WAIT active send to complete -2013-12-03 11:11:34 program INFO WAIT active send to complete -2013-12-03 11:11:34 program INFO WAIT active send to complete -2013-12-03 11:11:34 program INFO WAIT active send to complete -2013-12-03 11:11:35 program INFO WAIT active send to complete -2013-12-03 11:11:35 program INFO WAIT active send to complete -2013-12-03 11:11:35 program INFO WAIT active send to complete -2013-12-03 11:11:35 program INFO WAIT active send to complete -2013-12-03 11:11:35 program INFO WAIT active send to complete -2013-12-03 11:11:36 program INFO WAIT active send to complete -2013-12-03 11:11:36 program INFO WAIT active send to complete -2013-12-03 11:11:36 program INFO WAIT active send to complete -2013-12-03 11:11:36 program INFO WAIT active send to complete -2013-12-03 11:11:36 program INFO WAIT active send to complete -2013-12-03 11:11:37 program INFO WAIT active send to complete -2013-12-03 11:11:37 program INFO WAIT active send to complete -2013-12-03 11:11:37 program INFO WAIT active send to complete -2013-12-03 11:11:37 program INFO WAIT active send to complete -2013-12-03 11:11:37 program INFO WAIT active send to complete -2013-12-03 11:11:38 program INFO WAIT active send to complete -2013-12-03 11:11:38 program INFO WAIT active send to complete -2013-12-03 11:11:38 program INFO WAIT active send to complete -2013-12-03 11:11:38 program INFO WAIT active send to complete -2013-12-03 11:11:39 program INFO WAIT active send to complete -2013-12-03 11:11:39 program INFO WAIT active send to complete -2013-12-03 11:11:39 program INFO WAIT active send to complete -2013-12-03 11:11:39 program INFO WAIT active send to complete -2013-12-03 11:11:39 program INFO WAIT active send to complete -2013-12-03 11:11:40 program INFO WAIT active send to complete -2013-12-03 11:11:40 program INFO WAIT active send to complete -2013-12-03 11:11:40 program INFO WAIT active send to complete -2013-12-03 11:11:40 program INFO WAIT active send to complete -2013-12-03 11:11:40 program INFO WAIT active send to complete -2013-12-03 11:11:41 program INFO WAIT active send to complete -2013-12-03 11:11:41 program INFO WAIT active send to complete -2013-12-03 11:11:41 program INFO WAIT active send to complete -2013-12-03 11:11:41 program INFO WAIT active send to complete -2013-12-03 11:11:41 program INFO WAIT active send to complete -2013-12-03 11:11:42 program INFO WAIT active send to complete -2013-12-03 11:11:42 program INFO WAIT active send to complete -2013-12-03 11:11:42 program INFO WAIT active send to complete -2013-12-03 11:11:42 program INFO WAIT active send to complete -2013-12-03 11:11:42 program INFO WAIT active send to complete -2013-12-03 11:11:43 program INFO WAIT active send to complete -2013-12-03 11:11:43 program INFO WAIT active send to complete -2013-12-03 11:11:43 program INFO WAIT active send to complete -2013-12-03 11:11:43 program INFO WAIT active send to complete -2013-12-03 11:11:43 program INFO WAIT active send to complete -2013-12-03 11:11:44 program INFO WAIT active send to complete -2013-12-03 11:11:44 program INFO WAIT active send to complete -2013-12-03 11:11:44 program INFO WAIT active send to complete -2013-12-03 11:11:44 program INFO WAIT active send to complete -2013-12-03 11:11:44 program INFO WAIT active send to complete -2013-12-03 11:11:45 program INFO WAIT active send to complete -2013-12-03 11:11:45 program INFO WAIT active send to complete -2013-12-03 11:11:45 program INFO WAIT active send to complete -2013-12-03 11:11:45 program INFO WAIT active send to complete -2013-12-03 11:11:46 program INFO WAIT active send to complete -2013-12-03 11:11:46 program INFO WAIT active send to complete -2013-12-03 11:11:46 program INFO WAIT active send to complete -2013-12-03 11:11:46 program INFO WAIT active send to complete -2013-12-03 11:11:46 program INFO WAIT active send to complete -2013-12-03 11:11:47 program INFO WAIT active send to complete -2013-12-03 11:11:47 program INFO WAIT active send to complete -2013-12-03 11:11:47 program INFO WAIT active send to complete -2013-12-03 11:11:47 program INFO WAIT active send to complete -2013-12-03 11:11:47 program INFO WAIT active send to complete -2013-12-03 11:11:48 program INFO WAIT active send to complete -2013-12-03 11:11:48 program INFO WAIT active send to complete -2013-12-03 11:11:48 program INFO WAIT active send to complete -2013-12-03 11:11:48 program INFO WAIT active send to complete -2013-12-03 11:11:48 program INFO WAIT active send to complete -2013-12-03 11:11:49 program INFO WAIT active send to complete -2013-12-03 11:11:49 program INFO WAIT active send to complete -2013-12-03 11:11:49 program INFO WAIT active send to complete -2013-12-03 11:11:49 program INFO WAIT active send to complete -2013-12-03 11:11:49 program INFO WAIT active send to complete -2013-12-03 11:11:50 program INFO WAIT active send to complete -2013-12-03 11:11:50 program INFO WAIT active send to complete -2013-12-03 11:11:50 program INFO WAIT active send to complete -2013-12-03 11:11:50 program INFO WAIT active send to complete -2013-12-03 11:11:50 program INFO WAIT active send to complete -2013-12-03 11:11:51 program INFO WAIT active send to complete -2013-12-03 11:11:51 program INFO WAIT active send to complete -2013-12-03 11:11:51 program INFO WAIT active send to complete -2013-12-03 11:11:51 program INFO WAIT active send to complete -2013-12-03 11:11:51 program INFO WAIT active send to complete -2013-12-03 11:11:52 program INFO WAIT active send to complete -2013-12-03 11:11:52 program INFO WAIT active send to complete -2013-12-03 11:11:52 program INFO WAIT active send to complete -2013-12-03 11:11:52 program INFO WAIT active send to complete -2013-12-03 11:11:53 program INFO WAIT active send to complete -2013-12-03 11:11:53 program INFO WAIT active send to complete -2013-12-03 11:11:53 program INFO WAIT active send to complete -2013-12-03 11:11:53 program INFO WAIT active send to complete -2013-12-03 11:11:53 program INFO WAIT active send to complete -2013-12-03 11:11:54 program INFO WAIT active send to complete -2013-12-03 11:11:54 program INFO WAIT active send to complete -2013-12-03 11:11:54 program ERROR IOB offline -2013-12-03 11:11:54 program INFO IOB ONLINE! -2013-12-03 11:11:54 program INFO WAIT active send to complete -2013-12-03 11:11:54 program INFO WAIT active send to complete -2013-12-03 11:11:55 program INFO WAIT active send to complete -2013-12-03 11:11:55 program INFO WAIT active send to complete -2013-12-03 11:11:55 program INFO WAIT active send to complete -2013-12-03 11:11:55 program INFO WAIT active send to complete -2013-12-03 11:11:55 program INFO WAIT active send to complete -2013-12-03 11:11:56 program INFO WAIT active send to complete -2013-12-03 11:11:56 program INFO WAIT active send to complete -2013-12-03 11:11:56 program INFO WAIT active send to complete -2013-12-03 11:11:56 program INFO WAIT active send to complete -2013-12-03 11:11:56 program INFO WAIT active send to complete -2013-12-03 11:11:57 program INFO WAIT active send to complete -2013-12-03 11:11:57 program INFO WAIT active send to complete -2013-12-03 11:11:57 program INFO WAIT active send to complete -2013-12-03 11:11:57 program INFO WAIT active send to complete -2013-12-03 11:11:57 program INFO WAIT active send to complete -2013-12-03 11:11:58 program INFO WAIT active send to complete -2013-12-03 11:11:58 program INFO WAIT active send to complete -2013-12-03 11:11:58 program INFO WAIT active send to complete -2013-12-03 11:11:58 program INFO WAIT active send to complete -2013-12-03 11:11:58 program INFO WAIT active send to complete -2013-12-03 11:11:59 program INFO WAIT active send to complete -2013-12-03 11:11:59 program ERROR IOB offline -2013-12-03 11:11:59 program INFO IOB ONLINE! -2013-12-03 11:11:59 program INFO WAIT active send to complete -2013-12-03 11:11:59 program INFO WAIT active send to complete -2013-12-03 11:12:00 program INFO WAIT active send to complete -2013-12-03 11:12:00 program INFO WAIT active send to complete -2013-12-03 11:12:00 program INFO WAIT active send to complete -2013-12-03 11:12:00 program INFO WAIT active send to complete -2013-12-03 11:12:00 program INFO WAIT active send to complete -2013-12-03 11:12:01 program INFO WAIT active send to complete -2013-12-03 11:12:01 program INFO WAIT active send to complete -2013-12-03 11:12:01 program INFO WAIT active send to complete -2013-12-03 11:12:01 program INFO WAIT active send to complete -2013-12-03 11:12:01 program ERROR IOB offline -2013-12-03 11:12:02 program INFO IOB ONLINE! -2013-12-03 11:12:02 program INFO WAIT active send to complete -2013-12-03 11:12:02 program INFO WAIT active send to complete -2013-12-03 11:12:02 program INFO WAIT active send to complete -2013-12-03 11:12:02 program INFO WAIT active send to complete -2013-12-03 11:12:02 program INFO WAIT active send to complete -2013-12-03 11:12:03 program INFO WAIT active send to complete -2013-12-03 11:12:03 program INFO WAIT active send to complete -2013-12-03 11:12:03 program INFO WAIT active send to complete -2013-12-03 11:12:03 program INFO WAIT active send to complete -2013-12-03 11:12:03 program INFO WAIT active send to complete -2013-12-03 11:12:04 program INFO WAIT active send to complete -2013-12-03 11:12:04 program INFO WAIT active send to complete -2013-12-03 11:12:04 program INFO WAIT active send to complete -2013-12-03 11:12:04 program INFO WAIT active send to complete -2013-12-03 11:12:04 program INFO WAIT active send to complete -2013-12-03 11:12:05 program INFO WAIT active send to complete -2013-12-03 11:12:05 program INFO WAIT active send to complete -2013-12-03 11:12:05 program INFO WAIT active send to complete -2013-12-03 11:12:05 program INFO WAIT active send to complete -2013-12-03 11:12:05 program INFO WAIT active send to complete -2013-12-03 11:12:06 program INFO WAIT active send to complete -2013-12-03 11:12:06 program INFO WAIT active send to complete -2013-12-03 11:12:06 program INFO WAIT active send to complete -2013-12-03 11:12:06 program INFO WAIT active send to complete -2013-12-03 11:12:06 program INFO WAIT active send to complete -2013-12-03 11:12:07 program INFO WAIT active send to complete -2013-12-03 11:12:07 program INFO WAIT active send to complete -2013-12-03 11:12:07 program INFO WAIT active send to complete -2013-12-03 11:12:07 program INFO WAIT active send to complete -2013-12-03 11:12:08 program INFO WAIT active send to complete -2013-12-03 11:12:08 program INFO WAIT active send to complete -2013-12-03 11:12:08 program INFO WAIT active send to complete -2013-12-03 11:12:08 program INFO WAIT active send to complete -2013-12-03 11:12:08 program INFO WAIT active send to complete -2013-12-03 11:12:09 program INFO WAIT active send to complete -2013-12-03 11:12:09 program INFO WAIT active send to complete -2013-12-03 11:12:09 program INFO WAIT active send to complete -2013-12-03 11:12:09 program INFO WAIT active send to complete -2013-12-03 11:12:09 program INFO WAIT active send to complete -2013-12-03 11:12:10 program INFO WAIT active send to complete -2013-12-03 11:12:10 program INFO WAIT active send to complete -2013-12-03 11:12:10 program INFO WAIT active send to complete -2013-12-03 11:12:10 program INFO WAIT active send to complete -2013-12-03 11:12:10 program INFO WAIT active send to complete -2013-12-03 11:12:11 program INFO WAIT active send to complete -2013-12-03 11:12:11 queue INFO >>83 [186] -2013-12-03 11:12:11 program INFO WAIT active send to complete -2013-12-03 11:12:11 program INFO WAIT active send to complete -2013-12-03 11:12:11 program INFO WAIT active send to complete -2013-12-03 11:12:11 program INFO WAIT active send to complete -2013-12-03 11:12:12 program INFO WAIT active send to complete -2013-12-03 11:12:12 program INFO WAIT active send to complete -2013-12-03 11:12:12 program INFO WAIT active send to complete -2013-12-03 11:12:12 program INFO WAIT active send to complete -2013-12-03 11:12:12 program INFO WAIT active send to complete -2013-12-03 11:12:13 program INFO WAIT active send to complete -2013-12-03 11:12:13 program INFO WAIT active send to complete -2013-12-03 11:12:13 program INFO WAIT active send to complete -2013-12-03 11:12:13 program INFO WAIT active send to complete -2013-12-03 11:12:13 program INFO WAIT active send to complete -2013-12-03 11:12:14 program INFO WAIT active send to complete -2013-12-03 11:12:14 program INFO WAIT active send to complete -2013-12-03 11:12:14 program INFO WAIT active send to complete -2013-12-03 11:12:14 program INFO WAIT active send to complete -2013-12-03 11:12:15 program INFO WAIT active send to complete -2013-12-03 11:12:15 program INFO WAIT active send to complete -2013-12-03 11:12:15 program INFO WAIT active send to complete -2013-12-03 11:12:15 program INFO WAIT active send to complete -2013-12-03 11:12:15 program INFO WAIT active send to complete -2013-12-03 11:12:16 program INFO WAIT active send to complete -2013-12-03 11:12:16 program INFO WAIT active send to complete -2013-12-03 11:12:16 program INFO WAIT active send to complete -2013-12-03 11:12:16 program INFO WAIT active send to complete -2013-12-03 11:12:16 program INFO WAIT active send to complete -2013-12-03 11:12:17 program INFO WAIT active send to complete -2013-12-03 11:12:17 program INFO WAIT active send to complete -2013-12-03 11:12:17 program INFO WAIT active send to complete -2013-12-03 11:12:17 program INFO WAIT active send to complete -2013-12-03 11:12:17 program INFO WAIT active send to complete -2013-12-03 11:12:18 program INFO WAIT active send to complete -2013-12-03 11:12:18 program INFO WAIT active send to complete -2013-12-03 11:12:18 program INFO WAIT active send to complete -2013-12-03 11:12:18 program INFO WAIT active send to complete -2013-12-03 11:12:18 program INFO WAIT active send to complete -2013-12-03 11:12:19 program INFO WAIT active send to complete -2013-12-03 11:12:19 program INFO WAIT active send to complete -2013-12-03 11:12:19 program INFO WAIT active send to complete -2013-12-03 11:12:19 program INFO WAIT active send to complete -2013-12-03 11:12:19 program INFO WAIT active send to complete -2013-12-03 11:12:20 program INFO WAIT active send to complete -2013-12-03 11:12:20 program INFO WAIT active send to complete -2013-12-03 11:12:20 program INFO WAIT active send to complete -2013-12-03 11:12:20 program INFO WAIT active send to complete -2013-12-03 11:12:20 program INFO WAIT active send to complete -2013-12-03 11:12:21 program INFO WAIT active send to complete -2013-12-03 11:12:21 program INFO WAIT active send to complete -2013-12-03 11:12:21 program INFO WAIT active send to complete -2013-12-03 11:12:21 program INFO WAIT active send to complete -2013-12-03 11:12:22 program INFO WAIT active send to complete -2013-12-03 11:12:22 program INFO WAIT active send to complete -2013-12-03 11:12:22 program INFO WAIT active send to complete -2013-12-03 11:12:22 program INFO WAIT active send to complete -2013-12-03 11:12:22 program INFO WAIT active send to complete -2013-12-03 11:12:23 program INFO WAIT active send to complete -2013-12-03 11:12:23 program INFO WAIT active send to complete -2013-12-03 11:12:23 program INFO WAIT active send to complete -2013-12-03 11:12:23 program INFO WAIT active send to complete -2013-12-03 11:12:23 program INFO WAIT active send to complete -2013-12-03 11:12:24 program INFO WAIT active send to complete -2013-12-03 11:12:24 program INFO WAIT active send to complete -2013-12-03 11:12:24 program INFO WAIT active send to complete -2013-12-03 11:12:24 program INFO WAIT active send to complete -2013-12-03 11:12:24 program INFO WAIT active send to complete -2013-12-03 11:12:25 program INFO WAIT active send to complete -2013-12-03 11:12:25 program INFO WAIT active send to complete -2013-12-03 11:12:25 program INFO WAIT active send to complete -2013-12-03 11:12:25 program INFO WAIT active send to complete -2013-12-03 11:12:25 program INFO WAIT active send to complete -2013-12-03 11:12:26 program INFO WAIT active send to complete -2013-12-03 11:12:26 program INFO WAIT active send to complete -2013-12-03 11:12:26 program INFO WAIT active send to complete -2013-12-03 11:12:26 program INFO WAIT active send to complete -2013-12-03 11:12:26 program INFO WAIT active send to complete -2013-12-03 11:12:27 program INFO WAIT active send to complete -2013-12-03 11:12:27 program INFO WAIT active send to complete -2013-12-03 11:12:27 program INFO WAIT active send to complete -2013-12-03 11:12:27 program INFO WAIT active send to complete -2013-12-03 11:12:27 program INFO WAIT active send to complete -2013-12-03 11:12:28 program INFO WAIT active send to complete -2013-12-03 11:12:28 program INFO WAIT active send to complete -2013-12-03 11:12:28 program INFO WAIT active send to complete -2013-12-03 11:12:28 program INFO WAIT active send to complete -2013-12-03 11:12:29 program INFO WAIT active send to complete -2013-12-03 11:12:29 program INFO WAIT active send to complete -2013-12-03 11:12:29 program INFO WAIT active send to complete -2013-12-03 11:12:29 program INFO WAIT active send to complete -2013-12-03 11:12:29 program INFO WAIT active send to complete -2013-12-03 11:12:30 program INFO WAIT active send to complete -2013-12-03 11:12:30 program INFO WAIT active send to complete -2013-12-03 11:12:30 program INFO WAIT active send to complete -2013-12-03 11:12:30 program INFO WAIT active send to complete -2013-12-03 11:12:30 program INFO WAIT active send to complete -2013-12-03 11:12:31 program INFO WAIT active send to complete -2013-12-03 11:12:31 program INFO WAIT active send to complete -2013-12-03 11:12:31 program INFO WAIT active send to complete -2013-12-03 11:12:31 program INFO WAIT active send to complete -2013-12-03 11:12:31 program ERROR IOB offline -2013-12-03 11:12:32 program INFO IOB ONLINE! -2013-12-03 11:12:32 program INFO WAIT active send to complete -2013-12-03 11:12:32 program INFO WAIT active send to complete -2013-12-03 11:12:32 program INFO WAIT active send to complete -2013-12-03 11:12:32 program INFO WAIT active send to complete -2013-12-03 11:12:32 program INFO WAIT active send to complete -2013-12-03 11:12:33 program INFO WAIT active send to complete -2013-12-03 11:12:33 program INFO WAIT active send to complete -2013-12-03 11:12:33 program INFO WAIT active send to complete -2013-12-03 11:12:33 program INFO WAIT active send to complete -2013-12-03 11:12:33 program INFO WAIT active send to complete -2013-12-03 11:12:34 program INFO WAIT active send to complete -2013-12-03 11:12:34 program INFO WAIT active send to complete -2013-12-03 11:12:34 program INFO WAIT active send to complete -2013-12-03 11:12:34 program INFO WAIT active send to complete -2013-12-03 11:12:34 program INFO WAIT active send to complete -2013-12-03 11:12:35 program INFO WAIT active send to complete -2013-12-03 11:12:35 program INFO WAIT active send to complete -2013-12-03 11:12:35 program INFO WAIT active send to complete -2013-12-03 11:12:35 program INFO WAIT active send to complete -2013-12-03 11:12:35 program INFO WAIT active send to complete -2013-12-03 11:12:36 program INFO WAIT active send to complete -2013-12-03 11:12:36 program INFO WAIT active send to complete -2013-12-03 11:12:36 program INFO WAIT active send to complete -2013-12-03 11:12:36 program INFO WAIT active send to complete -2013-12-03 11:12:37 program INFO WAIT active send to complete -2013-12-03 11:12:37 program INFO WAIT active send to complete -2013-12-03 11:12:37 program INFO WAIT active send to complete -2013-12-03 11:12:37 program INFO WAIT active send to complete -2013-12-03 11:12:37 program INFO WAIT active send to complete -2013-12-03 11:12:38 program INFO WAIT active send to complete -2013-12-03 11:12:38 program INFO WAIT active send to complete -2013-12-03 11:12:38 program INFO WAIT active send to complete -2013-12-03 11:12:38 program INFO WAIT active send to complete -2013-12-03 11:12:38 program INFO WAIT active send to complete -2013-12-03 11:12:39 program INFO WAIT active send to complete -2013-12-03 11:12:39 program INFO WAIT active send to complete -2013-12-03 11:12:39 program INFO WAIT active send to complete -2013-12-03 11:12:39 program INFO WAIT active send to complete -2013-12-03 11:12:39 program INFO WAIT active send to complete -2013-12-03 11:12:40 program INFO WAIT active send to complete -2013-12-03 11:12:40 program INFO WAIT active send to complete -2013-12-03 11:12:40 program INFO WAIT active send to complete -2013-12-03 11:12:40 program INFO WAIT active send to complete -2013-12-03 11:12:40 program INFO WAIT active send to complete -2013-12-03 11:12:41 program INFO WAIT active send to complete -2013-12-03 11:12:41 program INFO WAIT active send to complete -2013-12-03 11:12:41 program INFO WAIT active send to complete -2013-12-03 11:12:41 program INFO WAIT active send to complete -2013-12-03 11:12:41 program INFO WAIT active send to complete -2013-12-03 11:12:42 program INFO WAIT active send to complete -2013-12-03 11:12:42 program INFO WAIT active send to complete -2013-12-03 11:12:42 program INFO WAIT active send to complete -2013-12-03 11:12:42 program INFO WAIT active send to complete -2013-12-03 11:12:42 program INFO WAIT active send to complete -2013-12-03 11:12:43 program INFO WAIT active send to complete -2013-12-03 11:12:43 program INFO WAIT active send to complete -2013-12-03 11:12:43 program INFO WAIT active send to complete -2013-12-03 11:12:43 program INFO WAIT active send to complete -2013-12-03 11:12:44 program INFO WAIT active send to complete -2013-12-03 11:12:44 program INFO WAIT active send to complete -2013-12-03 11:12:44 program INFO WAIT active send to complete -2013-12-03 11:12:44 program INFO WAIT active send to complete -2013-12-03 11:12:44 program INFO WAIT active send to complete -2013-12-03 11:12:45 program INFO WAIT active send to complete -2013-12-03 11:12:45 program INFO WAIT active send to complete -2013-12-03 11:12:45 program INFO WAIT active send to complete -2013-12-03 11:12:45 program INFO WAIT active send to complete -2013-12-03 11:12:45 program INFO WAIT active send to complete -2013-12-03 11:12:46 program INFO WAIT active send to complete -2013-12-03 11:12:46 program INFO WAIT active send to complete -2013-12-03 11:12:46 program INFO WAIT active send to complete -2013-12-03 11:12:46 program INFO WAIT active send to complete -2013-12-03 11:12:46 program INFO WAIT active send to complete -2013-12-03 11:12:47 program INFO WAIT active send to complete -2013-12-03 11:12:47 program INFO WAIT active send to complete -2013-12-03 11:12:47 program INFO WAIT active send to complete -2013-12-03 11:12:47 program INFO WAIT active send to complete -2013-12-03 11:12:47 program INFO WAIT active send to complete -2013-12-03 11:12:48 program INFO WAIT active send to complete -2013-12-03 11:12:48 program INFO WAIT active send to complete -2013-12-03 11:12:48 program INFO WAIT active send to complete -2013-12-03 11:12:48 program INFO WAIT active send to complete -2013-12-03 11:12:48 program INFO WAIT active send to complete -2013-12-03 11:12:49 program INFO WAIT active send to complete -2013-12-03 11:12:49 program INFO WAIT active send to complete -2013-12-03 11:12:49 program INFO WAIT active send to complete -2013-12-03 11:12:49 program INFO WAIT active send to complete -2013-12-03 11:12:49 program INFO WAIT active send to complete -2013-12-03 11:12:50 program INFO WAIT active send to complete -2013-12-03 11:12:50 program INFO WAIT active send to complete -2013-12-03 11:12:50 program INFO WAIT active send to complete -2013-12-03 11:12:50 program INFO WAIT active send to complete -2013-12-03 11:12:51 program INFO WAIT active send to complete -2013-12-03 11:12:51 program INFO WAIT active send to complete -2013-12-03 11:12:51 program INFO WAIT active send to complete -2013-12-03 11:12:51 program INFO WAIT active send to complete -2013-12-03 11:12:51 program INFO WAIT active send to complete -2013-12-03 11:12:52 program INFO WAIT active send to complete -2013-12-03 11:12:52 program INFO WAIT active send to complete -2013-12-03 11:12:52 program INFO WAIT active send to complete -2013-12-03 11:12:52 program INFO WAIT active send to complete -2013-12-03 11:12:52 program INFO WAIT active send to complete -2013-12-03 11:12:53 program INFO WAIT active send to complete -2013-12-03 11:12:53 program INFO WAIT active send to complete -2013-12-03 11:12:53 program INFO WAIT active send to complete -2013-12-03 11:12:53 program INFO WAIT active send to complete -2013-12-03 11:12:53 program INFO WAIT active send to complete -2013-12-03 11:12:54 program INFO WAIT active send to complete -2013-12-03 11:12:54 program INFO WAIT active send to complete -2013-12-03 11:12:54 program INFO WAIT active send to complete -2013-12-03 11:12:54 program INFO WAIT active send to complete -2013-12-03 11:12:54 program INFO WAIT active send to complete -2013-12-03 11:12:55 program INFO WAIT active send to complete -2013-12-03 11:12:55 program INFO WAIT active send to complete -2013-12-03 11:12:55 program INFO WAIT active send to complete -2013-12-03 11:12:55 program INFO WAIT active send to complete -2013-12-03 11:12:55 program INFO WAIT active send to complete -2013-12-03 11:12:56 program INFO WAIT active send to complete -2013-12-03 11:12:56 program INFO WAIT active send to complete -2013-12-03 11:12:56 program INFO WAIT active send to complete -2013-12-03 11:12:56 program INFO WAIT active send to complete -2013-12-03 11:12:57 program INFO WAIT active send to complete -2013-12-03 11:12:57 program INFO WAIT active send to complete -2013-12-03 11:12:57 program INFO WAIT active send to complete -2013-12-03 11:12:57 program INFO WAIT active send to complete -2013-12-03 11:12:57 program INFO WAIT active send to complete -2013-12-03 11:12:58 program INFO WAIT active send to complete -2013-12-03 11:12:58 program INFO WAIT active send to complete -2013-12-03 11:12:58 program INFO WAIT active send to complete -2013-12-03 11:12:58 program INFO WAIT active send to complete -2013-12-03 11:12:58 program INFO WAIT active send to complete -2013-12-03 11:12:59 program INFO WAIT active send to complete -2013-12-03 11:12:59 program INFO WAIT active send to complete -2013-12-03 11:12:59 program INFO WAIT active send to complete -2013-12-03 11:12:59 program INFO WAIT active send to complete -2013-12-03 11:12:59 program INFO WAIT active send to complete -2013-12-03 11:13:00 program INFO WAIT active send to complete -2013-12-03 11:13:00 program INFO WAIT active send to complete -2013-12-03 11:13:00 program INFO WAIT active send to complete -2013-12-03 11:13:00 program INFO WAIT active send to complete -2013-12-03 11:13:00 program INFO WAIT active send to complete -2013-12-03 11:13:01 program INFO WAIT active send to complete -2013-12-03 11:13:01 program INFO WAIT active send to complete -2013-12-03 11:13:01 queue INFO >>83 [187] -2013-12-03 11:13:01 program INFO WAIT active send to complete -2013-12-03 11:13:01 program INFO WAIT active send to complete -2013-12-03 11:13:01 program ERROR IOB offline -2013-12-03 11:13:02 program INFO IOB ONLINE! -2013-12-03 11:13:02 program INFO WAIT active send to complete -2013-12-03 11:13:02 program INFO WAIT active send to complete -2013-12-03 11:13:02 program INFO WAIT active send to complete -2013-12-03 11:13:02 program INFO WAIT active send to complete -2013-12-03 11:13:02 program INFO WAIT active send to complete -2013-12-03 11:13:03 program INFO WAIT active send to complete -2013-12-03 11:13:03 program INFO WAIT active send to complete -2013-12-03 11:13:03 program INFO WAIT active send to complete -2013-12-03 11:13:03 program INFO WAIT active send to complete -2013-12-03 11:13:03 program INFO WAIT active send to complete -2013-12-03 11:13:04 program INFO WAIT active send to complete -2013-12-03 11:13:04 program INFO WAIT active send to complete -2013-12-03 11:13:04 program INFO WAIT active send to complete -2013-12-03 11:13:04 program INFO WAIT active send to complete -2013-12-03 11:13:05 program INFO WAIT active send to complete -2013-12-03 11:13:05 program INFO WAIT active send to complete -2013-12-03 11:13:05 program INFO WAIT active send to complete -2013-12-03 11:13:05 program INFO WAIT active send to complete -2013-12-03 11:13:05 program INFO WAIT active send to complete -2013-12-03 11:13:06 program INFO WAIT active send to complete -2013-12-03 11:13:06 program INFO WAIT active send to complete -2013-12-03 11:13:06 program INFO WAIT active send to complete -2013-12-03 11:13:06 program INFO WAIT active send to complete -2013-12-03 11:13:06 program INFO WAIT active send to complete -2013-12-03 11:13:07 program INFO WAIT active send to complete -2013-12-03 11:13:07 program INFO WAIT active send to complete -2013-12-03 11:13:07 program INFO WAIT active send to complete -2013-12-03 11:13:07 program ERROR IOB offline -2013-12-03 11:13:07 program INFO IOB ONLINE! -2013-12-03 11:13:07 program INFO WAIT active send to complete -2013-12-03 11:13:08 program INFO WAIT active send to complete -2013-12-03 11:13:08 program INFO WAIT active send to complete -2013-12-03 11:13:08 program INFO WAIT active send to complete -2013-12-03 11:13:08 program INFO WAIT active send to complete -2013-12-03 11:13:08 program INFO WAIT active send to complete -2013-12-03 11:13:09 program INFO WAIT active send to complete -2013-12-03 11:13:09 program INFO WAIT active send to complete -2013-12-03 11:13:09 program INFO WAIT active send to complete -2013-12-03 11:13:09 program INFO WAIT active send to complete -2013-12-03 11:13:09 program INFO WAIT active send to complete -2013-12-03 11:13:10 program INFO WAIT active send to complete -2013-12-03 11:13:10 program INFO WAIT active send to complete -2013-12-03 11:13:10 program INFO WAIT active send to complete -2013-12-03 11:13:10 program INFO WAIT active send to complete -2013-12-03 11:13:10 program INFO WAIT active send to complete -2013-12-03 11:13:11 program INFO WAIT active send to complete -2013-12-03 11:13:11 program INFO WAIT active send to complete -2013-12-03 11:13:11 program INFO WAIT active send to complete -2013-12-03 11:13:11 program INFO WAIT active send to complete -2013-12-03 11:13:12 program INFO WAIT active send to complete -2013-12-03 11:13:12 program INFO WAIT active send to complete -2013-12-03 11:13:12 program INFO WAIT active send to complete -2013-12-03 11:13:12 program INFO WAIT active send to complete -2013-12-03 11:13:12 program INFO WAIT active send to complete -2013-12-03 11:13:13 program INFO WAIT active send to complete -2013-12-03 11:13:13 program INFO WAIT active send to complete -2013-12-03 11:13:13 program INFO WAIT active send to complete -2013-12-03 11:13:13 program INFO WAIT active send to complete -2013-12-03 11:13:13 program INFO WAIT active send to complete -2013-12-03 11:13:14 program INFO WAIT active send to complete -2013-12-03 11:13:14 program INFO WAIT active send to complete -2013-12-03 11:13:14 program INFO WAIT active send to complete -2013-12-03 11:13:14 program INFO WAIT active send to complete -2013-12-03 11:13:14 program INFO WAIT active send to complete -2013-12-03 11:13:15 program INFO WAIT active send to complete -2013-12-03 11:13:15 program INFO WAIT active send to complete -2013-12-03 11:13:15 program INFO WAIT active send to complete -2013-12-03 11:13:15 program INFO WAIT active send to complete -2013-12-03 11:13:15 program INFO WAIT active send to complete -2013-12-03 11:13:16 program INFO WAIT active send to complete -2013-12-03 11:13:16 program INFO WAIT active send to complete -2013-12-03 11:13:16 program INFO WAIT active send to complete -2013-12-03 11:13:16 program INFO WAIT active send to complete -2013-12-03 11:13:16 program INFO WAIT active send to complete -2013-12-03 11:13:17 program INFO WAIT active send to complete -2013-12-03 11:13:17 program INFO WAIT active send to complete -2013-12-03 11:13:17 program INFO WAIT active send to complete -2013-12-03 11:13:17 program INFO WAIT active send to complete -2013-12-03 11:13:18 program INFO WAIT active send to complete -2013-12-03 11:13:18 program INFO WAIT active send to complete -2013-12-03 11:13:18 program INFO WAIT active send to complete -2013-12-03 11:13:18 program INFO WAIT active send to complete -2013-12-03 11:13:18 program INFO WAIT active send to complete -2013-12-03 11:13:19 program INFO WAIT active send to complete -2013-12-03 11:13:19 program INFO WAIT active send to complete -2013-12-03 11:13:19 program INFO WAIT active send to complete -2013-12-03 11:13:19 program INFO WAIT active send to complete -2013-12-03 11:13:19 program INFO WAIT active send to complete -2013-12-03 11:13:20 program INFO Avvio ProgrammaReadPar IOB-pi v.1.6 -2013-12-03 11:13:20 program INFO Start ReadPar IOB-pi v.1.6 -2013-12-03 11:13:20 program INFO Avvio loop principale -2013-12-03 11:13:20 program INFO WAIT active send to complete -2013-12-03 11:13:20 program INFO WAIT active send to complete -2013-12-03 11:13:20 queue INFO 83 [0] -2013-12-03 11:13:20 program INFO WAIT active send to complete -2013-12-03 11:13:20 sendUrl INFO 83 [0] -2013-12-03 11:13:20 program ERROR IOB offline -2013-12-03 11:13:20 program INFO IOB ONLINE! -2013-12-03 11:13:20 program INFO WAIT active send to complete -2013-12-03 11:13:21 program INFO WAIT active send to complete -2013-12-03 11:13:21 program INFO WAIT active send to complete -2013-12-03 11:13:21 program INFO WAIT active send to complete -2013-12-03 11:13:21 program INFO WAIT active send to complete -2013-12-03 11:13:21 program INFO WAIT active send to complete -2013-12-03 11:13:22 queue INFO >83 [1] -2013-12-03 11:13:22 program INFO WAIT active send to complete -2013-12-03 11:13:22 sendUrl INFO 83 [1] -2013-12-03 11:13:22 program INFO WAIT active send to complete -2013-12-03 11:13:22 program INFO WAIT active send to complete -2013-12-03 11:13:22 program INFO WAIT active send to complete -2013-12-03 11:13:22 program INFO WAIT active send to complete -2013-12-03 11:13:23 program INFO WAIT active send to complete -2013-12-03 11:13:23 program INFO WAIT active send to complete -2013-12-03 11:13:23 program INFO WAIT active send to complete -2013-12-03 11:13:23 program INFO WAIT active send to complete -2013-12-03 11:13:24 program INFO WAIT active send to complete -2013-12-03 11:13:24 program INFO WAIT active send to complete -2013-12-03 11:13:24 program INFO WAIT active send to complete -2013-12-03 11:13:24 program INFO WAIT active send to complete -2013-12-03 11:13:24 program INFO WAIT active send to complete -2013-12-03 11:13:25 program INFO WAIT active send to complete -2013-12-03 11:13:25 program INFO WAIT active send to complete -2013-12-03 11:13:25 program INFO WAIT active send to complete -2013-12-03 11:13:25 program INFO WAIT active send to complete -2013-12-03 11:13:25 program INFO WAIT active send to complete -2013-12-03 11:13:26 program INFO WAIT active send to complete -2013-12-03 11:13:26 program INFO WAIT active send to complete -2013-12-03 11:13:26 program INFO WAIT active send to complete -2013-12-03 11:13:26 program INFO WAIT active send to complete -2013-12-03 11:13:26 program INFO WAIT active send to complete -2013-12-03 11:13:27 program INFO WAIT active send to complete -2013-12-03 11:13:27 program INFO WAIT active send to complete -2013-12-03 11:13:27 program INFO WAIT active send to complete -2013-12-03 11:13:27 program INFO WAIT active send to complete -2013-12-03 11:13:27 program INFO WAIT active send to complete -2013-12-03 11:13:28 program ERROR IOB offline -2013-12-03 11:13:28 program ERROR IOB offline -2013-12-03 11:13:28 program INFO IOB ONLINE! -2013-12-03 11:13:28 program INFO WAIT active send to complete -2013-12-03 11:13:28 program INFO WAIT active send to complete -2013-12-03 11:13:28 program INFO WAIT active send to complete -2013-12-03 11:13:29 program INFO WAIT active send to complete -2013-12-03 11:13:29 program INFO WAIT active send to complete -2013-12-03 11:13:29 program INFO WAIT active send to complete -2013-12-03 11:13:29 program INFO WAIT active send to complete -2013-12-03 11:13:29 program INFO WAIT active send to complete -2013-12-03 11:13:30 program INFO WAIT active send to complete -2013-12-03 11:13:30 program INFO WAIT active send to complete -2013-12-03 11:13:30 program INFO WAIT active send to complete -2013-12-03 11:13:30 program INFO WAIT active send to complete -2013-12-03 11:13:31 program INFO WAIT active send to complete -2013-12-03 11:13:31 program INFO WAIT active send to complete -2013-12-03 11:13:31 program INFO WAIT active send to complete -2013-12-03 11:13:31 program INFO WAIT active send to complete -2013-12-03 11:13:31 program INFO WAIT active send to complete -2013-12-03 11:13:32 program INFO WAIT active send to complete -2013-12-03 11:13:32 program INFO WAIT active send to complete -2013-12-03 11:13:32 program INFO WAIT active send to complete -2013-12-03 11:13:32 program INFO WAIT active send to complete -2013-12-03 11:13:32 program INFO WAIT active send to complete -2013-12-03 11:13:33 program INFO WAIT active send to complete -2013-12-03 11:13:33 program INFO WAIT active send to complete -2013-12-03 11:13:33 program INFO WAIT active send to complete -2013-12-03 11:13:33 program INFO WAIT active send to complete -2013-12-03 11:13:33 program INFO WAIT active send to complete -2013-12-03 11:13:34 program INFO WAIT active send to complete -2013-12-03 11:13:34 program INFO WAIT active send to complete -2013-12-03 11:13:34 program INFO WAIT active send to complete -2013-12-03 11:13:34 program INFO WAIT active send to complete -2013-12-03 11:13:34 program INFO WAIT active send to complete -2013-12-03 11:13:35 program INFO WAIT active send to complete -2013-12-03 11:13:35 program INFO WAIT active send to complete -2013-12-03 11:13:35 program INFO WAIT active send to complete -2013-12-03 11:13:35 program INFO WAIT active send to complete -2013-12-03 11:13:35 program INFO WAIT active send to complete -2013-12-03 11:13:36 program INFO WAIT active send to complete -2013-12-03 11:13:36 program INFO WAIT active send to complete -2013-12-03 11:13:36 program INFO WAIT active send to complete -2013-12-03 11:13:36 program INFO WAIT active send to complete -2013-12-03 11:13:36 program INFO WAIT active send to complete -2013-12-03 11:13:37 program INFO WAIT active send to complete -2013-12-03 11:13:37 program INFO WAIT active send to complete -2013-12-03 11:13:37 program INFO WAIT active send to complete -2013-12-03 11:13:37 program INFO WAIT active send to complete -2013-12-03 11:13:38 program INFO WAIT active send to complete -2013-12-03 11:13:38 program INFO WAIT active send to complete -2013-12-03 11:13:38 program INFO WAIT active send to complete -2013-12-03 11:13:38 program INFO WAIT active send to complete -2013-12-03 11:13:38 program INFO WAIT active send to complete -2013-12-03 11:13:39 program INFO WAIT active send to complete -2013-12-03 11:13:39 program INFO WAIT active send to complete -2013-12-03 11:13:39 program INFO WAIT active send to complete -2013-12-03 11:13:39 program INFO WAIT active send to complete -2013-12-03 11:13:39 program INFO WAIT active send to complete -2013-12-03 11:13:40 program INFO WAIT active send to complete -2013-12-03 11:13:40 program INFO WAIT active send to complete -2013-12-03 11:13:40 program INFO WAIT active send to complete -2013-12-03 11:13:40 program INFO WAIT active send to complete -2013-12-03 11:13:40 program INFO WAIT active send to complete -2013-12-03 11:13:41 program INFO WAIT active send to complete -2013-12-03 11:13:41 program INFO WAIT active send to complete -2013-12-03 11:13:41 program INFO WAIT active send to complete -2013-12-03 11:13:41 program INFO WAIT active send to complete -2013-12-03 11:13:41 program INFO WAIT active send to complete -2013-12-03 11:13:42 program INFO WAIT active send to complete -2013-12-03 11:13:42 program INFO WAIT active send to complete -2013-12-03 11:13:42 program INFO WAIT active send to complete -2013-12-03 11:13:42 program INFO WAIT active send to complete -2013-12-03 11:13:42 program INFO WAIT active send to complete -2013-12-03 11:13:43 program INFO WAIT active send to complete -2013-12-03 11:13:43 program INFO WAIT active send to complete -2013-12-03 11:13:43 program INFO WAIT active send to complete -2013-12-03 11:13:43 program INFO WAIT active send to complete -2013-12-03 11:13:43 program INFO WAIT active send to complete -2013-12-03 11:13:44 program INFO WAIT active send to complete -2013-12-03 11:13:44 program INFO WAIT active send to complete -2013-12-03 11:13:44 program INFO WAIT active send to complete -2013-12-03 11:13:44 program INFO WAIT active send to complete -2013-12-03 11:13:45 program INFO WAIT active send to complete -2013-12-03 11:13:45 program INFO WAIT active send to complete -2013-12-03 11:13:49 program INFO Avvio ProgrammaReadPar IOB-pi v.1.6 -2013-12-03 11:13:49 program INFO Start ReadPar IOB-pi v.1.6 -2013-12-03 11:13:49 program INFO Avvio loop principale -2013-12-03 11:13:49 queue INFO 83 [0] -2013-12-03 11:13:50 sendUrl INFO 83 [0] -2013-12-03 11:13:51 queue INFO >83 [1] -2013-12-03 11:13:51 sendUrl INFO 83 [1] -2013-12-03 11:14:41 queue INFO >>83 [2] -2013-12-03 11:14:41 sendUrl INFO 83 [2] -2013-12-03 11:15:31 queue INFO >>83 [3] -2013-12-03 11:15:31 sendUrl INFO 83 [3] -2013-12-03 11:16:21 queue INFO >>83 [4] -2013-12-03 11:16:21 sendUrl INFO 83 [4] -2013-12-03 11:17:11 queue INFO >>83 [5] -2013-12-03 11:17:11 sendUrl INFO 83 [5] -2013-12-03 11:18:01 queue INFO >>83 [6] -2013-12-03 11:18:02 sendUrl INFO 83 [6] -2013-12-03 11:18:03 queue INFO 87 [7] -2013-12-03 11:18:03 sendUrl INFO 87 [7] -2013-12-03 11:18:05 queue INFO >87 [8] -2013-12-03 11:18:05 sendUrl INFO 87 [8] -2013-12-03 11:18:06 queue INFO 83 [9] -2013-12-03 11:18:06 sendUrl INFO 83 [9] -2013-12-03 11:18:08 queue INFO >83 [10] -2013-12-03 11:18:08 sendUrl INFO 83 [10] -2013-12-03 11:18:58 queue INFO >>83 [11] -2013-12-03 11:19:09 program ERROR Server Non raggiungibile -2013-12-03 11:19:48 queue INFO >>83 [12] -2013-12-03 11:20:38 queue INFO >>83 [13] -2013-12-03 11:21:28 queue INFO >>83 [14] -2013-12-03 11:21:59 program INFO IOB ONLINE! -2013-12-03 11:21:59 program INFO WAIT active send to complete -2013-12-03 11:21:59 program INFO WAIT active send to complete -2013-12-03 11:21:59 program INFO WAIT active send to complete -2013-12-03 11:22:00 program INFO WAIT active send to complete -2013-12-03 11:22:00 program INFO WAIT active send to complete -2013-12-03 11:22:00 program INFO WAIT active send to complete -2013-12-03 11:22:00 program INFO WAIT active send to complete -2013-12-03 11:22:00 program INFO WAIT active send to complete -2013-12-03 11:22:01 program INFO WAIT active send to complete -2013-12-03 11:22:01 program INFO WAIT active send to complete -2013-12-03 11:22:01 program INFO WAIT active send to complete -2013-12-03 11:22:01 program INFO WAIT active send to complete -2013-12-03 11:22:01 program INFO WAIT active send to complete -2013-12-03 11:22:02 program INFO WAIT active send to complete -2013-12-03 11:22:02 program INFO WAIT active send to complete -2013-12-03 11:22:02 program INFO WAIT active send to complete -2013-12-03 11:22:02 program INFO WAIT active send to complete -2013-12-03 11:22:02 program INFO WAIT active send to complete -2013-12-03 11:22:03 program INFO WAIT active send to complete -2013-12-03 11:22:03 program INFO WAIT active send to complete -2013-12-03 11:22:03 program INFO WAIT active send to complete -2013-12-03 11:22:03 program INFO WAIT active send to complete -2013-12-03 11:22:03 program INFO WAIT active send to complete -2013-12-03 11:22:04 program INFO WAIT active send to complete -2013-12-03 11:22:04 program INFO WAIT active send to complete -2013-12-03 11:22:04 program INFO WAIT active send to complete -2013-12-03 11:22:04 program INFO WAIT active send to complete -2013-12-03 11:22:04 program INFO WAIT active send to complete -2013-12-03 11:22:05 program INFO WAIT active send to complete -2013-12-03 11:22:05 program INFO WAIT active send to complete -2013-12-03 11:22:05 program INFO WAIT active send to complete -2013-12-03 11:22:05 program INFO WAIT active send to complete -2013-12-03 11:22:05 program INFO WAIT active send to complete -2013-12-03 11:22:06 program INFO WAIT active send to complete -2013-12-03 11:22:06 program INFO WAIT active send to complete -2013-12-03 11:22:06 program INFO WAIT active send to complete -2013-12-03 11:22:06 program INFO WAIT active send to complete -2013-12-03 11:22:07 program INFO WAIT active send to complete -2013-12-03 11:22:07 program INFO WAIT active send to complete -2013-12-03 11:22:07 program INFO WAIT active send to complete -2013-12-03 11:22:07 program INFO WAIT active send to complete -2013-12-03 11:22:07 program INFO WAIT active send to complete -2013-12-03 11:22:08 program INFO WAIT active send to complete -2013-12-03 11:22:08 program INFO WAIT active send to complete -2013-12-03 11:22:08 program INFO WAIT active send to complete -2013-12-03 11:22:08 program INFO WAIT active send to complete -2013-12-03 11:22:08 program INFO WAIT active send to complete -2013-12-03 11:22:09 program INFO WAIT active send to complete -2013-12-03 11:22:09 program INFO WAIT active send to complete -2013-12-03 11:22:09 program INFO WAIT active send to complete -2013-12-03 11:22:09 program INFO WAIT active send to complete -2013-12-03 11:22:09 program INFO WAIT active send to complete -2013-12-03 11:22:10 program INFO WAIT active send to complete -2013-12-03 11:22:10 program INFO WAIT active send to complete -2013-12-03 11:22:10 program INFO WAIT active send to complete -2013-12-03 11:22:10 program INFO WAIT active send to complete -2013-12-03 11:22:10 program INFO WAIT active send to complete -2013-12-03 11:22:11 program INFO WAIT active send to complete -2013-12-03 11:22:11 program INFO WAIT active send to complete -2013-12-03 11:22:11 program INFO WAIT active send to complete -2013-12-03 11:22:11 program INFO WAIT active send to complete -2013-12-03 11:22:11 program INFO WAIT active send to complete -2013-12-03 11:22:12 program INFO WAIT active send to complete -2013-12-03 11:22:12 program INFO WAIT active send to complete -2013-12-03 11:22:12 program INFO WAIT active send to complete -2013-12-03 11:22:12 program INFO WAIT active send to complete -2013-12-03 11:22:12 program INFO WAIT active send to complete -2013-12-03 11:22:13 program INFO WAIT active send to complete -2013-12-03 11:22:13 program INFO WAIT active send to complete -2013-12-03 11:22:13 program INFO WAIT active send to complete -2013-12-03 11:22:13 program INFO WAIT active send to complete -2013-12-03 11:22:14 program INFO WAIT active send to complete -2013-12-03 11:22:14 program INFO WAIT active send to complete -2013-12-03 11:22:14 program INFO WAIT active send to complete -2013-12-03 11:22:14 program INFO WAIT active send to complete -2013-12-03 11:22:14 program INFO WAIT active send to complete -2013-12-03 11:22:15 program INFO WAIT active send to complete -2013-12-03 11:22:15 program INFO WAIT active send to complete -2013-12-03 11:22:15 program INFO WAIT active send to complete -2013-12-03 11:22:15 program INFO WAIT active send to complete -2013-12-03 11:22:15 program INFO WAIT active send to complete -2013-12-03 11:22:16 program INFO WAIT active send to complete -2013-12-03 11:22:16 program INFO WAIT active send to complete -2013-12-03 11:22:16 program INFO WAIT active send to complete -2013-12-03 11:22:16 program INFO WAIT active send to complete -2013-12-03 11:22:16 program INFO WAIT active send to complete -2013-12-03 11:22:17 program INFO WAIT active send to complete -2013-12-03 11:22:17 program INFO WAIT active send to complete -2013-12-03 11:22:17 program INFO WAIT active send to complete -2013-12-03 11:22:17 program INFO WAIT active send to complete -2013-12-03 11:22:17 program INFO WAIT active send to complete -2013-12-03 11:22:18 program INFO WAIT active send to complete -2013-12-03 11:22:18 program INFO WAIT active send to complete -2013-12-03 11:22:18 program INFO WAIT active send to complete -2013-12-03 11:22:18 program INFO WAIT active send to complete -2013-12-03 11:22:18 program INFO WAIT active send to complete -2013-12-03 11:22:19 program INFO WAIT active send to complete -2013-12-03 11:22:19 queue INFO >>83 [15] -2013-12-03 11:22:19 program INFO WAIT active send to complete -2013-12-03 11:22:19 program INFO WAIT active send to complete -2013-12-03 11:22:19 program INFO WAIT active send to complete -2013-12-03 11:22:19 program INFO WAIT active send to complete -2013-12-03 11:22:20 program INFO WAIT active send to complete -2013-12-03 11:22:20 program INFO WAIT active send to complete -2013-12-03 11:22:20 program INFO WAIT active send to complete -2013-12-03 11:22:20 program INFO WAIT active send to complete -2013-12-03 11:22:21 program INFO WAIT active send to complete -2013-12-03 11:22:21 program INFO WAIT active send to complete -2013-12-03 11:22:21 program INFO WAIT active send to complete -2013-12-03 11:22:21 program INFO WAIT active send to complete -2013-12-03 11:22:21 program INFO WAIT active send to complete -2013-12-03 11:22:22 program INFO WAIT active send to complete -2013-12-03 11:22:22 program INFO WAIT active send to complete -2013-12-03 11:22:22 program INFO WAIT active send to complete -2013-12-03 11:22:22 program INFO WAIT active send to complete -2013-12-03 11:22:22 program INFO WAIT active send to complete -2013-12-03 11:22:23 program INFO WAIT active send to complete -2013-12-03 11:22:23 program INFO WAIT active send to complete -2013-12-03 11:22:23 program INFO WAIT active send to complete -2013-12-03 11:22:23 program INFO WAIT active send to complete -2013-12-03 11:22:23 program INFO WAIT active send to complete -2013-12-03 11:22:24 program INFO WAIT active send to complete -2013-12-03 11:22:24 program INFO WAIT active send to complete -2013-12-03 11:22:24 program INFO WAIT active send to complete -2013-12-03 11:22:24 program INFO WAIT active send to complete -2013-12-03 11:22:24 program INFO WAIT active send to complete -2013-12-03 11:22:25 program INFO WAIT active send to complete -2013-12-03 11:22:25 program INFO WAIT active send to complete -2013-12-03 11:22:25 program INFO WAIT active send to complete -2013-12-03 11:22:25 program INFO WAIT active send to complete -2013-12-03 11:22:25 program INFO WAIT active send to complete -2013-12-03 11:22:26 program INFO WAIT active send to complete -2013-12-03 11:22:26 program INFO WAIT active send to complete -2013-12-03 11:22:26 program INFO WAIT active send to complete -2013-12-03 11:22:26 program INFO WAIT active send to complete -2013-12-03 11:22:26 program INFO WAIT active send to complete -2013-12-03 11:22:27 program INFO WAIT active send to complete -2013-12-03 11:22:27 program INFO WAIT active send to complete -2013-12-03 11:22:27 program INFO WAIT active send to complete -2013-12-03 11:22:27 program INFO WAIT active send to complete -2013-12-03 11:22:28 program INFO WAIT active send to complete -2013-12-03 11:22:28 program INFO WAIT active send to complete -2013-12-03 11:22:28 program INFO WAIT active send to complete -2013-12-03 11:22:28 program INFO WAIT active send to complete -2013-12-03 11:22:28 program INFO WAIT active send to complete -2013-12-03 11:22:29 program INFO WAIT active send to complete -2013-12-03 11:22:29 program INFO WAIT active send to complete -2013-12-03 11:22:29 sendUrl INFO 83 [11] -2013-12-03 11:22:29 program ERROR IOB offline -2013-12-03 11:22:59 program INFO IOB ONLINE! -2013-12-03 11:22:59 sendUrl INFO 83 [12] -2013-12-03 11:22:59 sendUrl INFO 83 [13] -2013-12-03 11:22:59 sendUrl INFO 83 [14] -2013-12-03 11:23:00 program ERROR IOB offline -2013-12-03 11:23:00 program INFO IOB ONLINE! -2013-12-03 11:23:00 sendUrl INFO 83 [15] -2013-12-03 11:23:09 queue INFO >>83 [16] -2013-12-03 11:23:09 sendUrl INFO 83 [16] -2013-12-03 11:23:59 queue INFO >>83 [17] -2013-12-03 11:23:59 sendUrl INFO 83 [17] -2013-12-03 11:24:49 queue INFO >>83 [18] -2013-12-03 11:24:49 sendUrl INFO 83 [18] -2013-12-03 11:24:50 queue INFO 87 [19] -2013-12-03 11:24:51 sendUrl INFO 87 [19] -2013-12-03 11:24:52 queue INFO >87 [20] -2013-12-03 11:24:52 sendUrl INFO 87 [20] -2013-12-03 11:24:53 queue INFO 83 [21] -2013-12-03 11:24:54 sendUrl INFO 83 [21] -2013-12-03 11:24:55 queue INFO >83 [22] -2013-12-03 11:24:55 sendUrl INFO 83 [22] -2013-12-03 11:25:45 queue INFO >>83 [23] -2013-12-03 11:25:45 sendUrl INFO 83 [23] -2013-12-03 11:26:35 queue INFO >>83 [24] -2013-12-03 11:26:35 sendUrl INFO 83 [24] -2013-12-03 11:27:25 queue INFO >>83 [25] -2013-12-03 11:27:26 sendUrl INFO 83 [25] -2013-12-03 11:28:15 queue INFO >>83 [26] -2013-12-03 11:28:16 sendUrl INFO 83 [26] -2013-12-03 11:29:06 queue INFO >>83 [27] -2013-12-03 11:29:06 sendUrl INFO 83 [27] -2013-12-03 11:29:56 queue INFO >>83 [28] -2013-12-03 11:29:56 sendUrl INFO 83 [28] -2013-12-03 11:30:46 queue INFO >>83 [29] -2013-12-03 11:30:46 sendUrl INFO 83 [29] -2013-12-03 11:31:36 queue INFO >>83 [30] -2013-12-03 11:31:36 sendUrl INFO 83 [30] -2013-12-03 11:31:38 queue INFO 87 [31] -2013-12-03 11:31:38 sendUrl INFO 87 [31] -2013-12-03 11:31:40 queue INFO >87 [32] -2013-12-03 11:31:40 sendUrl INFO 87 [32] -2013-12-03 11:31:41 queue INFO 83 [33] -2013-12-03 11:31:41 sendUrl INFO 83 [33] -2013-12-03 11:31:43 queue INFO >83 [34] -2013-12-03 11:31:43 sendUrl INFO 83 [34] -2013-12-03 11:32:33 queue INFO >>83 [35] -2013-12-03 11:32:33 sendUrl INFO 83 [35] -2013-12-03 11:33:23 queue INFO >>83 [36] -2013-12-03 11:33:23 sendUrl INFO 83 [36] -2013-12-03 11:34:13 queue INFO >>83 [37] -2013-12-03 11:34:14 program ERROR IOB offline -2013-12-03 11:34:14 program INFO IOB ONLINE! -2013-12-03 11:34:14 program INFO WAIT active send to complete -2013-12-03 11:34:14 program INFO WAIT active send to complete -2013-12-03 11:34:14 sendUrl INFO 83 [37] -2013-12-03 11:35:03 queue INFO >>83 [38] -2013-12-03 11:35:03 sendUrl INFO 83 [38] -2013-12-03 11:35:53 queue INFO >>83 [39] -2013-12-03 11:35:53 sendUrl INFO 83 [39] -2013-12-03 11:36:43 queue INFO >>83 [40] -2013-12-03 11:36:44 sendUrl INFO 83 [40] -2013-12-03 11:37:33 queue INFO >>83 [41] -2013-12-03 11:37:34 sendUrl INFO 83 [41] -2013-12-03 11:38:24 queue INFO >>83 [42] -2013-12-03 11:38:24 sendUrl INFO 83 [42] -2013-12-03 11:38:26 queue INFO 87 [43] -2013-12-03 11:38:26 sendUrl INFO 87 [43] -2013-12-03 11:38:28 queue INFO >87 [44] -2013-12-03 11:38:28 sendUrl INFO 87 [44] -2013-12-03 11:38:29 queue INFO 83 [45] -2013-12-03 11:38:29 sendUrl INFO 83 [45] -2013-12-03 11:38:31 queue INFO >83 [46] -2013-12-03 11:38:31 sendUrl INFO 83 [46] -2013-12-03 11:39:21 queue INFO >>83 [47] -2013-12-03 11:39:21 sendUrl INFO 83 [47] -2013-12-03 11:40:11 queue INFO >>83 [48] -2013-12-03 11:40:11 sendUrl INFO 83 [48] -2013-12-03 11:41:01 queue INFO >>83 [49] -2013-12-03 11:41:01 sendUrl INFO 83 [49] -2013-12-03 11:41:51 queue INFO >>83 [50] -2013-12-03 11:41:51 sendUrl INFO 83 [50] -2013-12-03 11:42:41 queue INFO >>83 [51] -2013-12-03 11:42:42 sendUrl INFO 83 [51] -2013-12-03 11:43:31 queue INFO >>83 [52] -2013-12-03 11:43:32 sendUrl INFO 83 [52] -2013-12-03 11:44:22 queue INFO >>83 [53] -2013-12-03 11:44:22 sendUrl INFO 83 [53] -2013-12-03 11:45:12 queue INFO >>83 [54] -2013-12-03 11:45:12 sendUrl INFO 83 [54] -2013-12-03 11:45:26 queue INFO 87 [55] -2013-12-03 11:45:26 sendUrl INFO 87 [55] -2013-12-03 11:45:27 queue INFO >87 [56] -2013-12-03 11:45:28 sendUrl INFO 87 [56] -2013-12-03 11:45:29 queue INFO 83 [57] -2013-12-03 11:45:29 sendUrl INFO 83 [57] -2013-12-03 11:45:30 queue INFO >83 [58] -2013-12-03 11:45:31 sendUrl INFO 83 [58] -2013-12-03 11:46:20 queue INFO >>83 [59] -2013-12-03 11:46:21 sendUrl INFO 83 [59] -2013-12-03 11:47:10 queue INFO >>83 [60] -2013-12-03 11:47:11 sendUrl INFO 83 [60] -2013-12-03 11:48:01 queue INFO >>83 [61] -2013-12-03 11:48:01 sendUrl INFO 83 [61] -2013-12-03 11:48:51 queue INFO >>83 [62] -2013-12-03 11:48:51 sendUrl INFO 83 [62] -2013-12-03 11:49:41 queue INFO >>83 [63] -2013-12-03 11:49:41 sendUrl INFO 83 [63] -2013-12-03 11:50:31 queue INFO >>83 [64] -2013-12-03 11:50:31 sendUrl INFO 83 [64] -2013-12-03 11:51:21 queue INFO >>83 [65] -2013-12-03 11:51:21 sendUrl INFO 83 [65] -2013-12-03 11:52:11 queue INFO >>83 [66] -2013-12-03 11:52:12 sendUrl INFO 83 [66] -2013-12-03 11:52:13 queue INFO 87 [67] -2013-12-03 11:52:13 sendUrl INFO 87 [67] -2013-12-03 11:52:15 queue INFO >87 [68] -2013-12-03 11:52:15 sendUrl INFO 87 [68] -2013-12-03 11:52:16 queue INFO 83 [69] -2013-12-03 11:52:16 sendUrl INFO 83 [69] -2013-12-03 11:52:18 queue INFO >83 [70] -2013-12-03 11:52:18 sendUrl INFO 83 [70] -2013-12-03 11:53:07 queue INFO >>83 [71] -2013-12-03 11:53:08 sendUrl INFO 83 [71] -2013-12-03 11:53:58 queue INFO >>83 [72] -2013-12-03 11:53:58 sendUrl INFO 83 [72] -2013-12-03 11:54:48 queue INFO >>83 [73] -2013-12-03 11:54:48 sendUrl INFO 83 [73] -2013-12-03 11:55:38 queue INFO >>83 [74] -2013-12-03 11:55:38 sendUrl INFO 83 [74] -2013-12-03 11:56:28 queue INFO >>83 [75] -2013-12-03 11:56:28 sendUrl INFO 83 [75] -2013-12-03 11:57:18 queue INFO >>83 [76] -2013-12-03 11:57:18 sendUrl INFO 83 [76] -2013-12-03 11:58:08 queue INFO >>83 [77] -2013-12-03 11:58:08 sendUrl INFO 83 [77] -2013-12-03 11:58:58 queue INFO >>83 [78] -2013-12-03 11:58:59 sendUrl INFO 83 [78] -2013-12-03 11:59:00 queue INFO 87 [79] -2013-12-03 11:59:00 sendUrl INFO 87 [79] -2013-12-03 11:59:02 queue INFO >87 [80] -2013-12-03 11:59:02 sendUrl INFO 87 [80] -2013-12-03 11:59:03 queue INFO 83 [81] -2013-12-03 11:59:03 sendUrl INFO 83 [81] -2013-12-03 11:59:05 queue INFO >83 [82] -2013-12-03 11:59:05 sendUrl INFO 83 [82] -2013-12-03 11:59:54 queue INFO >>83 [83] -2013-12-03 11:59:55 sendUrl INFO 83 [83] -2013-12-03 12:00:45 queue INFO >>83 [84] -2013-12-03 12:00:45 sendUrl INFO 83 [84] -2013-12-03 12:01:35 queue INFO >>83 [85] -2013-12-03 12:01:35 sendUrl INFO 83 [85] -2013-12-03 12:02:25 queue INFO >>83 [86] -2013-12-03 12:02:25 sendUrl INFO 83 [86] -2013-12-03 12:03:15 queue INFO >>83 [87] -2013-12-03 12:03:15 sendUrl INFO 83 [87] -2013-12-03 12:04:05 queue INFO >>83 [88] -2013-12-03 12:04:05 sendUrl INFO 83 [88] -2013-12-03 12:04:55 queue INFO >>83 [89] -2013-12-03 12:04:55 sendUrl INFO 83 [89] -2013-12-03 12:05:45 queue INFO >>83 [90] -2013-12-03 12:05:45 sendUrl INFO 83 [90] -2013-12-03 12:05:47 queue INFO 87 [91] -2013-12-03 12:05:47 sendUrl INFO 87 [91] -2013-12-03 12:05:49 queue INFO >87 [92] -2013-12-03 12:05:49 sendUrl INFO 87 [92] -2013-12-03 12:05:50 queue INFO 83 [93] -2013-12-03 12:05:50 sendUrl INFO 83 [93] -2013-12-03 12:05:52 queue INFO >83 [94] -2013-12-03 12:05:52 sendUrl INFO 83 [94] -2013-12-03 12:06:42 queue INFO >>83 [95] -2013-12-03 12:06:42 sendUrl INFO 83 [95] -2013-12-03 12:07:32 queue INFO >>83 [96] -2013-12-03 12:07:32 sendUrl INFO 83 [96] -2013-12-03 12:08:22 queue INFO >>83 [97] -2013-12-03 12:08:22 sendUrl INFO 83 [97] -2013-12-03 12:09:12 queue INFO >>83 [98] -2013-12-03 12:09:12 sendUrl INFO 83 [98] -2013-12-03 12:10:02 queue INFO >>83 [99] -2013-12-03 12:10:02 sendUrl INFO 83 [99] -2013-12-03 12:10:52 queue INFO >>83 [100] -2013-12-03 12:10:52 sendUrl INFO 83 [100] -2013-12-03 12:11:42 queue INFO >>83 [101] -2013-12-03 12:11:43 sendUrl INFO 83 [101] -2013-12-03 12:12:33 queue INFO >>83 [102] -2013-12-03 12:12:33 sendUrl INFO 83 [102] -2013-12-03 12:12:35 queue INFO 87 [103] -2013-12-03 12:12:35 sendUrl INFO 87 [103] -2013-12-03 12:12:37 queue INFO >87 [104] -2013-12-03 12:12:37 sendUrl INFO 87 [104] -2013-12-03 12:12:38 queue INFO 83 [105] -2013-12-03 12:12:38 sendUrl INFO 83 [105] -2013-12-03 12:12:40 queue INFO >83 [106] -2013-12-03 12:12:40 sendUrl INFO 83 [106] diff --git a/ConfIOB/Donati/1011_156/logfile.txt.20130927 b/ConfIOB/Donati/1011_156/logfile.txt.20130927 deleted file mode 100644 index 0afc767..0000000 --- a/ConfIOB/Donati/1011_156/logfile.txt.20130927 +++ /dev/null @@ -1,6702 +0,0 @@ -[2013-09-23 15:14:20] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-23 15:17:45] Avvio ProgrammaReadPar IOB-pi v.1.1 -[2013-09-23 15:17:56] Start ReadPar IOB-pi v.1.1 -[2013-09-23 15:17:58] 0 -[2013-09-23 15:17:59] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-23 22:03:00] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1011&valore=0 -[2013-09-23 22:03:01] >0 -[2013-09-23 22:03:01] NETWORK:Errore http-no com rete-timeout per url: http://192.168.51.71/MPIO/sendReboot.aspx?idxMacchina=1011 -[2013-09-23 22:04:04] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1011&valore=0 -[2013-09-23 22:04:05] 1 -[2013-09-23 22:05:08] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1011&valore=1 -[2013-09-23 22:05:08] 2 -[2013-09-23 22:06:12] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1011&valore=2 -[2013-09-23 22:06:12] 4 -[2013-09-23 22:07:15] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1011&valore=4 -[2013-09-23 22:07:16] 8 -[2013-09-23 22:08:19] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1011&valore=8 -[2013-09-23 22:08:19] 10 -[2013-09-23 22:09:23] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1011&valore=10 -[2013-09-23 22:09:23] 20 -[2013-09-23 22:10:26] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1011&valore=20 -[2013-09-23 22:10:27] 40 -[2013-09-23 22:11:30] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1011&valore=40 -[2013-09-23 22:11:31] 80 -[2013-09-23 22:12:27] Avvio ProgrammaReadPar IOB-pi v.1.1 -[2013-09-23 22:12:27] Start ReadPar IOB-pi v.1.1 -[2013-09-23 22:12:28] 1 -[2013-09-23 22:12:29] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-23 22:12:30] >1 -[2013-09-24 14:34:19] >>1 -[2013-09-24 14:35:20] >>1 -[2013-09-24 14:36:20] >>1 -[2013-09-24 14:37:20] >>1 -[2013-09-24 14:38:20] >>1 -[2013-09-24 14:39:20] >>1 -[2013-09-24 14:40:20] >>1 -[2013-09-24 14:41:47] Avvio ProgrammaReadPar IOB-pi v.1.1 -[2013-09-24 14:41:47] Start ReadPar IOB-pi v.1.1 -[2013-09-24 14:41:47] 1 -[2013-09-24 14:41:48] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-24 14:41:49] >1 -[2013-09-24 14:43:22] >>1 -[2013-09-24 14:43:56] Avvio ProgrammaReadPar IOB-pi v.1.1 -[2013-09-24 14:43:56] Start ReadPar IOB-pi v.1.1 -[2013-09-24 14:43:57] 1 -[2013-09-24 14:43:59] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-24 14:43:59] >1 -[2013-09-24 14:48:44] >>1 -[2013-09-24 14:49:44] >>1 -[2013-09-24 14:50:44] >>1 -[2013-09-24 14:51:44] >>1 -[2013-09-24 14:52:44] >>1 -[2013-09-24 14:53:44] >>1 -[2013-09-24 14:54:45] >>1 -[2013-09-24 14:54:58] 89 -[2013-09-24 14:55:00] >89 -[2013-09-24 14:55:03] 81 -[2013-09-24 14:55:05] >81 -[2013-09-24 14:55:28] 83 -[2013-09-24 14:55:29] >83 -[2013-09-24 14:56:02] 87 -[2013-09-24 14:56:02] 83 -[2013-09-24 14:56:04] >83 -[2013-09-24 14:57:03] >>83 -[2013-09-24 14:58:03] >>83 -[2013-09-24 14:59:04] >>83 -[2013-09-24 15:00:04] >>83 -[2013-09-24 15:01:04] >>83 -[2013-09-24 15:01:45] 81 -[2013-09-24 15:01:47] >81 -[2013-09-24 15:01:55] 83 -[2013-09-24 15:01:57] >83 -[2013-09-24 15:02:56] >>83 -[2013-09-24 15:03:56] >>83 -[2013-09-24 15:04:57] >>83 -[2013-09-24 15:05:57] >>83 -[2013-09-24 15:06:57] >>83 -[2013-09-24 15:07:25] 81 -[2013-09-24 15:07:27] >81 -[2013-09-24 15:08:27] >>81 -[2013-09-24 14:43:55] Avvio ProgrammaReadPar IOB-pi v.1.1 -[2013-09-24 14:43:55] Start ReadPar IOB-pi v.1.1 -[2013-09-24 14:43:56] 81 -[2013-09-24 14:43:57] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-24 14:43:57] >81 -[2013-09-24 15:11:02] >>81 -[2013-09-24 14:43:56] Avvio ProgrammaReadPar IOB-pi v.1.1 -[2013-09-24 14:43:56] Start ReadPar IOB-pi v.1.1 -[2013-09-24 14:43:56] 81 -[2013-09-24 14:43:56] Avvio ProgrammaReadPar IOB-pi v.1.1 -[2013-09-24 14:43:56] Start ReadPar IOB-pi v.1.1 -[2013-09-24 14:43:57] 81 -[2013-09-24 14:43:58] >81 -[2013-09-24 14:44:01] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-24 15:15:59] >>81 -[2013-09-24 15:16:38] 83 -[2013-09-24 15:16:40] >83 -[2013-09-24 15:17:16] 81 -[2013-09-24 15:17:18] 99 -[2013-09-24 15:17:19] >99 -[2013-09-24 15:17:54] 89 -[2013-09-24 15:17:56] >89 -[2013-09-24 15:17:57] 81 -[2013-09-24 15:17:59] >81 -[2013-09-24 15:18:07] 83 -[2013-09-24 15:18:08] >83 -[2013-09-24 15:19:08] >>83 -[2013-09-24 15:20:08] >>83 -[2013-09-24 15:21:08] >>83 -[2013-09-24 15:22:08] >>83 -[2013-09-24 15:23:08] >>83 -[2013-09-24 15:24:03] 81 -[2013-09-24 15:24:05] >81 -[2013-09-24 15:24:13] 83 -[2013-09-24 15:24:15] >83 -[2013-09-24 15:25:14] >>83 -[2013-09-24 15:26:14] >>83 -[2013-09-24 15:27:15] >>83 -[2013-09-24 15:28:15] >>83 -[2013-09-24 15:29:15] >>83 -[2013-09-24 15:30:15] >>83 -[2013-09-24 15:30:30] 81 -[2013-09-24 15:30:31] >81 -[2013-09-24 15:30:41] 83 -[2013-09-24 15:30:42] >83 -[2013-09-24 15:31:42] >>83 -[2013-09-24 15:32:42] >>83 -[2013-09-24 15:33:42] >>83 -[2013-09-24 15:34:42] >>83 -[2013-09-24 15:35:43] >>83 -[2013-09-24 15:36:43] >>83 -[2013-09-24 15:36:50] 81 -[2013-09-24 15:36:51] >81 -[2013-09-24 15:37:00] 83 -[2013-09-24 15:37:02] >83 -[2013-09-24 15:38:02] >>83 -[2013-09-24 15:39:02] >>83 -[2013-09-24 15:40:02] >>83 -[2013-09-24 15:41:02] >>83 -[2013-09-24 15:42:02] >>83 -[2013-09-24 15:43:03] >>83 -[2013-09-24 15:43:10] 81 -[2013-09-24 15:43:11] >81 -[2013-09-24 15:43:20] 83 -[2013-09-24 15:43:22] >83 -[2013-09-24 15:44:22] >>83 -[2013-09-24 15:45:22] >>83 -[2013-09-24 15:46:22] >>83 -[2013-09-24 15:47:22] >>83 -[2013-09-24 15:48:23] >>83 -[2013-09-24 15:49:23] >>83 -[2013-09-24 15:49:30] 81 -[2013-09-24 15:49:32] >81 -[2013-09-24 15:49:41] 83 -[2013-09-24 15:49:42] >83 -[2013-09-24 15:50:42] >>83 -[2013-09-24 15:51:42] >>83 -[2013-09-24 15:52:42] >>83 -[2013-09-24 15:53:43] >>83 -[2013-09-24 15:54:43] >>83 -[2013-09-24 15:55:43] >>83 -[2013-09-24 15:55:51] 81 -[2013-09-24 15:55:52] >81 -[2013-09-24 15:56:02] 83 -[2013-09-24 15:56:03] >83 -[2013-09-24 15:57:03] >>83 -[2013-09-24 15:58:03] >>83 -[2013-09-24 15:59:04] >>83 -[2013-09-24 16:00:04] >>83 -[2013-09-24 16:01:04] >>83 -[2013-09-24 16:02:04] >>83 -[2013-09-24 16:02:23] 81 -[2013-09-24 16:02:24] >81 -[2013-09-24 16:02:33] 83 -[2013-09-24 16:02:35] >83 -[2013-09-24 16:03:34] >>83 -[2013-09-24 16:04:35] >>83 -[2013-09-24 16:05:35] >>83 -[2013-09-24 16:06:35] >>83 -[2013-09-24 16:07:35] >>83 -[2013-09-24 16:08:35] >>83 -[2013-09-24 16:08:42] 81 -[2013-09-24 16:08:44] >81 -[2013-09-24 16:08:53] 83 -[2013-09-24 16:08:54] >83 -[2013-09-24 16:09:54] >>83 -[2013-09-24 16:10:04] 89 -[2013-09-24 16:10:05] >89 -[2013-09-24 16:10:13] 81 -[2013-09-24 16:10:15] >81 -[2013-09-24 16:10:17] 83 -[2013-09-24 16:10:18] >83 -[2013-09-24 16:11:18] >>83 -[2013-09-24 16:11:53] 81 -[2013-09-24 16:11:54] >81 -[2013-09-24 16:11:55] 99 -[2013-09-24 16:11:56] >99 -[2013-09-24 16:12:56] >>99 -[2013-09-24 16:13:18] 89 -[2013-09-24 16:13:20] >89 -[2013-09-24 16:13:22] 81 -[2013-09-24 16:13:23] >81 -[2013-09-24 16:13:26] 83 -[2013-09-24 16:13:28] >83 -[2013-09-24 16:14:28] >>83 -[2013-09-24 16:15:28] >>83 -[2013-09-24 16:16:28] >>83 -[2013-09-24 16:16:58] 81 -[2013-09-24 16:16:59] >81 -[2013-09-24 16:17:08] 83 -[2013-09-24 16:17:10] >83 -[2013-09-24 16:18:09] >>83 -[2013-09-24 16:19:10] >>83 -[2013-09-24 16:20:10] >>83 -[2013-09-24 16:21:10] >>83 -[2013-09-24 16:22:10] >>83 -[2013-09-24 16:23:10] >>83 -[2013-09-24 16:23:18] 81 -[2013-09-24 16:23:19] >81 -[2013-09-24 16:23:28] 83 -[2013-09-24 16:23:29] >83 -[2013-09-24 16:24:29] >>83 -[2013-09-24 16:25:29] >>83 -[2013-09-24 16:26:30] >>83 -[2013-09-24 16:27:30] >>83 -[2013-09-24 16:28:30] >>83 -[2013-09-24 16:29:30] >>83 -[2013-09-24 16:29:38] 81 -[2013-09-24 16:29:39] >81 -[2013-09-24 16:29:49] 83 -[2013-09-24 16:29:50] >83 -[2013-09-24 16:30:50] >>83 -[2013-09-24 16:31:50] >>83 -[2013-09-24 16:32:50] >>83 -[2013-09-24 16:33:50] >>83 -[2013-09-24 16:34:51] >>83 -[2013-09-24 16:35:51] >>83 -[2013-09-24 16:35:58] 81 -[2013-09-24 16:36:00] >81 -[2013-09-24 16:36:09] 83 -[2013-09-24 16:36:11] >83 -[2013-09-24 16:37:11] >>83 -[2013-09-24 16:38:11] >>83 -[2013-09-24 16:39:11] >>83 -[2013-09-24 16:40:11] >>83 -[2013-09-24 16:41:11] >>83 -[2013-09-24 16:42:12] >>83 -[2013-09-24 16:42:31] 81 -[2013-09-24 16:42:32] >81 -[2013-09-24 16:42:41] 83 -[2013-09-24 16:42:43] >83 -[2013-09-24 16:43:42] >>83 -[2013-09-24 16:44:42] >>83 -[2013-09-24 16:45:43] >>83 -[2013-09-24 16:46:43] >>83 -[2013-09-24 16:47:43] >>83 -[2013-09-24 16:48:43] >>83 -[2013-09-24 16:48:50] 81 -[2013-09-24 16:48:51] >81 -[2013-09-24 16:49:00] 83 -[2013-09-24 16:49:02] >83 -[2013-09-24 16:50:01] >>83 -[2013-09-24 16:51:02] >>83 -[2013-09-24 16:52:02] >>83 -[2013-09-24 16:53:02] >>83 -[2013-09-24 16:54:02] >>83 -[2013-09-24 16:55:02] >>83 -[2013-09-24 16:55:10] 81 -[2013-09-24 16:55:11] >81 -[2013-09-24 16:55:20] 83 -[2013-09-24 16:55:21] >83 -[2013-09-24 16:56:21] >>83 -[2013-09-24 16:57:21] >>83 -[2013-09-24 16:58:22] >>83 -[2013-09-24 16:59:22] >>83 -[2013-09-24 17:00:22] >>83 -[2013-09-24 17:01:22] >>83 -[2013-09-24 17:01:30] 81 -[2013-09-24 17:01:31] >81 -[2013-09-24 17:01:40] 83 -[2013-09-24 17:01:42] >83 -[2013-09-24 17:02:41] >>83 -[2013-09-24 17:03:41] >>83 -[2013-09-24 17:04:42] >>83 -[2013-09-24 17:05:42] >>83 -[2013-09-24 17:06:42] >>83 -[2013-09-24 17:07:42] >>83 -[2013-09-24 17:07:49] 81 -[2013-09-24 17:07:51] >81 -[2013-09-24 17:08:00] 83 -[2013-09-24 17:08:02] >83 -[2013-09-24 17:09:02] >>83 -[2013-09-24 17:09:12] 81 -[2013-09-24 17:09:13] 91 -[2013-09-24 17:09:14] 99 -[2013-09-24 17:09:15] >99 -[2013-09-24 17:10:15] >>99 -[2013-09-24 17:10:41] 89 -[2013-09-24 17:10:42] >89 -[2013-09-24 17:10:45] 81 -[2013-09-24 17:10:47] >81 -[2013-09-24 17:11:46] >>81 -[2013-09-24 17:12:07] 83 -[2013-09-24 17:12:08] >83 -[2013-09-24 17:13:08] >>83 -[2013-09-24 17:14:08] >>83 -[2013-09-24 17:15:08] >>83 -[2013-09-24 17:16:09] >>83 -[2013-09-24 17:17:09] >>83 -[2013-09-24 17:17:13] 81 -[2013-09-24 17:17:14] >81 -[2013-09-24 17:17:23] 83 -[2013-09-24 17:17:24] >83 -[2013-09-24 17:18:24] >>83 -[2013-09-24 17:19:25] >>83 -[2013-09-24 17:20:26] >>83 -[2013-09-24 17:21:26] >>83 -[2013-09-24 17:22:26] >>83 -[2013-09-24 17:23:26] >>83 -[2013-09-24 17:23:44] 81 -[2013-09-24 17:23:46] >81 -[2013-09-24 17:23:54] 83 -[2013-09-24 17:23:56] >83 -[2013-09-24 17:24:55] >>83 -[2013-09-24 17:25:56] >>83 -[2013-09-24 17:26:56] >>83 -[2013-09-24 17:28:06] >>83 -[2013-09-24 17:29:06] >>83 -[2013-09-24 17:30:04] 81 -[2013-09-24 17:30:05] >81 -[2013-09-24 17:30:14] 83 -[2013-09-24 17:30:15] >83 -[2013-09-24 17:31:15] >>83 -[2013-09-24 17:32:15] >>83 -[2013-09-24 17:33:16] >>83 -[2013-09-24 17:34:16] >>83 -[2013-09-24 17:35:16] >>83 -[2013-09-24 17:36:16] >>83 -[2013-09-24 17:36:23] 81 -[2013-09-24 17:36:24] >81 -[2013-09-24 17:36:34] 83 -[2013-09-24 17:36:35] >83 -[2013-09-24 17:37:35] >>83 -[2013-09-24 17:38:35] >>83 -[2013-09-24 17:39:35] >>83 -[2013-09-24 17:40:35] >>83 -[2013-09-24 17:41:36] >>83 -[2013-09-24 17:42:36] >>83 -[2013-09-24 17:42:42] 81 -[2013-09-24 17:42:44] >81 -[2013-09-24 17:42:53] 83 -[2013-09-24 17:42:55] >83 -[2013-09-24 17:43:54] >>83 -[2013-09-24 17:44:55] >>83 -[2013-09-24 17:45:55] >>83 -[2013-09-24 17:46:55] >>83 -[2013-09-24 17:47:55] >>83 -[2013-09-24 17:48:55] >>83 -[2013-09-24 17:49:04] 81 -[2013-09-24 17:49:05] >81 -[2013-09-24 17:49:14] 83 -[2013-09-24 17:49:15] >83 -[2013-09-24 17:49:41] 87 -[2013-09-24 17:49:42] 83 -[2013-09-24 17:49:43] >83 -[2013-09-24 17:50:43] >>83 -[2013-09-24 17:51:43] >>83 -[2013-09-24 17:52:43] >>83 -[2013-09-24 17:53:44] >>83 -[2013-09-24 17:54:44] >>83 -[2013-09-24 17:55:24] 81 -[2013-09-24 17:55:26] >81 -[2013-09-24 17:55:35] 83 -[2013-09-24 17:55:36] >83 -[2013-09-24 17:56:36] >>83 -[2013-09-24 17:57:36] >>83 -[2013-09-24 17:58:36] >>83 -[2013-09-24 17:59:37] >>83 -[2013-09-24 18:00:37] >>83 -[2013-09-24 18:01:37] >>83 -[2013-09-24 18:01:56] 81 -[2013-09-24 18:01:57] >81 -[2013-09-24 18:02:06] 83 -[2013-09-24 18:02:08] >83 -[2013-09-24 18:03:08] >>83 -[2013-09-24 18:04:08] >>83 -[2013-09-24 18:05:08] >>83 -[2013-09-24 18:06:08] >>83 -[2013-09-24 18:07:09] >>83 -[2013-09-24 18:08:09] >>83 -[2013-09-24 18:08:15] 81 -[2013-09-24 18:08:17] >81 -[2013-09-24 18:08:26] 83 -[2013-09-24 18:08:27] >83 -[2013-09-24 18:09:27] >>83 -[2013-09-24 18:10:27] >>83 -[2013-09-24 18:11:27] >>83 -[2013-09-24 18:12:28] >>83 -[2013-09-24 18:13:28] >>83 -[2013-09-24 18:14:28] >>83 -[2013-09-24 18:14:35] 81 -[2013-09-24 18:14:36] >81 -[2013-09-24 18:14:45] 83 -[2013-09-24 18:14:47] >83 -[2013-09-24 18:15:47] >>83 -[2013-09-24 18:16:47] >>83 -[2013-09-24 18:17:47] >>83 -[2013-09-24 18:18:47] >>83 -[2013-09-24 18:19:47] >>83 -[2013-09-24 18:20:48] >>83 -[2013-09-24 18:20:55] 81 -[2013-09-24 18:20:56] >81 -[2013-09-24 18:21:05] 83 -[2013-09-24 18:21:07] >83 -[2013-09-24 18:22:07] >>83 -[2013-09-24 18:23:07] >>83 -[2013-09-24 18:24:07] >>83 -[2013-09-24 18:25:07] >>83 -[2013-09-24 18:26:08] >>83 -[2013-09-24 18:27:08] >>83 -[2013-09-24 18:27:15] 81 -[2013-09-24 18:27:17] >81 -[2013-09-24 18:27:26] 83 -[2013-09-24 18:27:28] >83 -[2013-09-24 18:28:27] >>83 -[2013-09-24 18:29:28] >>83 -[2013-09-24 18:30:28] >>83 -[2013-09-24 18:31:28] >>83 -[2013-09-24 18:32:28] >>83 -[2013-09-24 18:33:28] >>83 -[2013-09-24 18:33:37] 81 -[2013-09-24 18:33:38] >81 -[2013-09-24 18:33:47] 83 -[2013-09-24 18:33:48] >83 -[2013-09-24 18:34:48] >>83 -[2013-09-24 18:35:48] >>83 -[2013-09-24 18:36:49] >>83 -[2013-09-24 18:37:49] >>83 -[2013-09-24 18:38:49] >>83 -[2013-09-24 18:39:49] >>83 -[2013-09-24 18:40:08] 81 -[2013-09-24 18:40:09] >81 -[2013-09-24 18:40:19] 83 -[2013-09-24 18:40:20] >83 -[2013-09-24 18:41:20] >>83 -[2013-09-24 18:42:20] >>83 -[2013-09-24 18:43:20] >>83 -[2013-09-24 18:44:20] >>83 -[2013-09-24 18:45:21] >>83 -[2013-09-24 18:46:21] >>83 -[2013-09-24 18:46:24] 81 -[2013-09-24 18:46:26] >81 -[2013-09-24 18:47:25] >>81 -[2013-09-24 18:48:25] >>81 -[2013-09-24 18:48:47] 99 -[2013-09-24 18:48:49] >99 -[2013-09-24 18:49:48] >>99 -[2013-09-24 18:50:49] >>99 -[2013-09-24 18:51:49] >>99 -[2013-09-24 18:52:49] >>99 -[2013-09-24 18:53:49] >>99 -[2013-09-24 18:54:50] >>99 -[2013-09-24 18:55:50] >>99 -[2013-09-24 18:56:50] >>99 -[2013-09-24 18:57:25] 89 -[2013-09-24 18:57:26] >89 -[2013-09-24 18:58:01] 81 -[2013-09-24 18:58:03] >81 -[2013-09-24 18:58:09] 83 -[2013-09-24 18:58:10] >83 -[2013-09-24 18:59:10] >>83 -[2013-09-24 19:00:10] >>83 -[2013-09-24 19:01:10] >>83 -[2013-09-24 19:02:11] >>83 -[2013-09-24 19:03:11] >>83 -[2013-09-24 19:04:11] >>83 -[2013-09-24 19:04:28] 81 -[2013-09-24 19:04:29] >81 -[2013-09-24 19:04:38] 83 -[2013-09-24 19:04:39] >83 -[2013-09-24 19:05:04] 87 -[2013-09-24 19:05:04] 83 -[2013-09-24 19:05:06] >83 -[2013-09-24 19:06:06] >>83 -[2013-09-24 19:07:06] >>83 -[2013-09-24 19:08:06] >>83 -[2013-09-24 19:09:06] >>83 -[2013-09-24 19:10:06] >>83 -[2013-09-24 19:10:47] 81 -[2013-09-24 19:10:51] >81 -[2013-09-24 19:10:57] 83 -[2013-09-24 19:10:59] >83 -[2013-09-24 19:11:23] 87 -[2013-09-24 19:11:28] 83 -[2013-09-24 19:11:29] >83 -[2013-09-24 19:12:31] >>83 -[2013-09-24 19:13:31] >>83 -[2013-09-24 19:14:31] >>83 -[2013-09-24 19:15:31] >>83 -[2013-09-24 19:16:32] >>83 -[2013-09-24 19:17:07] 81 -[2013-09-24 19:17:08] >81 -[2013-09-24 19:17:17] 83 -[2013-09-24 19:17:19] >83 -[2013-09-24 19:18:18] >>83 -[2013-09-24 19:19:18] >>83 -[2013-09-24 19:20:19] >>83 -[2013-09-24 19:21:19] >>83 -[2013-09-24 19:22:19] >>83 -[2013-09-24 19:23:19] >>83 -[2013-09-24 19:23:26] 81 -[2013-09-24 19:23:28] >81 -[2013-09-24 19:23:37] 83 -[2013-09-24 19:23:39] >83 -[2013-09-24 19:24:38] >>83 -[2013-09-24 19:25:39] >>83 -[2013-09-24 19:26:39] >>83 -[2013-09-24 19:27:39] >>83 -[2013-09-24 19:28:39] >>83 -[2013-09-24 19:29:40] >>83 -[2013-09-24 19:30:00] 81 -[2013-09-24 19:30:01] >81 -[2013-09-24 19:30:09] 83 -[2013-09-24 19:30:11] >83 -[2013-09-24 19:31:11] >>83 -[2013-09-24 19:32:11] >>83 -[2013-09-24 19:33:11] >>83 -[2013-09-24 19:34:11] >>83 -[2013-09-24 19:35:12] >>83 -[2013-09-24 19:36:12] >>83 -[2013-09-24 19:36:20] 81 -[2013-09-24 19:36:22] >81 -[2013-09-24 19:36:31] 83 -[2013-09-24 19:36:32] >83 -[2013-09-24 19:37:32] >>83 -[2013-09-24 19:38:32] >>83 -[2013-09-24 19:39:32] >>83 -[2013-09-24 19:40:33] >>83 -[2013-09-24 19:41:33] >>83 -[2013-09-24 19:42:33] >>83 -[2013-09-24 19:42:40] 81 -[2013-09-24 19:42:41] >81 -[2013-09-24 19:42:50] 83 -[2013-09-24 19:42:51] >83 -[2013-09-24 19:43:51] >>83 -[2013-09-24 19:44:51] >>83 -[2013-09-24 19:45:51] >>83 -[2013-09-24 19:46:52] >>83 -[2013-09-24 19:47:52] >>83 -[2013-09-24 19:48:52] >>83 -[2013-09-24 19:48:59] 81 -[2013-09-24 19:49:00] >81 -[2013-09-24 19:49:09] 83 -[2013-09-24 19:49:11] >83 -[2013-09-24 19:50:11] >>83 -[2013-09-24 19:51:11] >>83 -[2013-09-24 19:52:11] >>83 -[2013-09-24 19:53:11] >>83 -[2013-09-24 19:54:12] >>83 -[2013-09-24 19:55:12] >>83 -[2013-09-24 19:55:18] 81 -[2013-09-24 19:55:20] >81 -[2013-09-24 19:55:29] 83 -[2013-09-24 19:55:31] >83 -[2013-09-24 19:55:55] 87 -[2013-09-24 19:55:56] 83 -[2013-09-24 19:55:58] >83 -[2013-09-24 19:56:57] >>83 -[2013-09-24 19:57:58] >>83 -[2013-09-24 19:58:58] >>83 -[2013-09-24 19:59:58] >>83 -[2013-09-24 20:00:58] >>83 -[2013-09-24 20:01:38] 81 -[2013-09-24 20:01:40] >81 -[2013-09-24 20:01:49] 83 -[2013-09-24 20:01:51] >83 -[2013-09-24 20:02:50] >>83 -[2013-09-24 20:03:51] >>83 -[2013-09-24 20:04:51] >>83 -[2013-09-24 20:05:51] >>83 -[2013-09-24 20:06:51] >>83 -[2013-09-24 20:07:51] >>83 -[2013-09-24 20:08:12] 81 -[2013-09-24 20:08:13] >81 -[2013-09-24 20:08:22] 83 -[2013-09-24 20:08:23] >83 -[2013-09-24 20:09:23] >>83 -[2013-09-24 20:10:23] >>83 -[2013-09-24 20:11:24] >>83 -[2013-09-24 20:12:24] >>83 -[2013-09-24 20:13:24] >>83 -[2013-09-24 20:14:24] >>83 -[2013-09-24 20:14:32] 81 -[2013-09-24 20:14:34] >81 -[2013-09-24 20:14:43] 83 -[2013-09-24 20:14:44] >83 -[2013-09-24 20:15:44] >>83 -[2013-09-24 20:16:44] >>83 -[2013-09-24 20:17:44] >>83 -[2013-09-24 20:18:44] >>83 -[2013-09-24 20:19:45] >>83 -[2013-09-24 20:20:45] >>83 -[2013-09-24 20:20:51] 81 -[2013-09-24 20:20:53] >81 -[2013-09-24 20:21:02] 83 -[2013-09-24 20:21:04] >83 -[2013-09-24 20:22:04] >>83 -[2013-09-24 20:23:04] >>83 -[2013-09-24 20:24:04] >>83 -[2013-09-24 20:25:04] >>83 -[2013-09-24 20:26:04] >>83 -[2013-09-24 20:27:05] >>83 -[2013-09-24 20:27:11] 81 -[2013-09-24 20:27:13] >81 -[2013-09-24 20:27:21] 83 -[2013-09-24 20:27:23] >83 -[2013-09-24 20:28:23] >>83 -[2013-09-24 20:29:23] >>83 -[2013-09-24 20:30:23] >>83 -[2013-09-24 20:31:23] >>83 -[2013-09-24 20:32:24] >>83 -[2013-09-24 20:33:24] >>83 -[2013-09-24 20:33:30] 81 -[2013-09-24 20:33:32] >81 -[2013-09-24 20:33:41] 83 -[2013-09-24 20:33:43] >83 -[2013-09-24 20:34:42] >>83 -[2013-09-24 20:35:43] >>83 -[2013-09-24 20:36:43] >>83 -[2013-09-24 20:37:43] >>83 -[2013-09-24 20:38:43] >>83 -[2013-09-24 20:39:43] >>83 -[2013-09-24 20:39:50] 81 -[2013-09-24 20:39:52] >81 -[2013-09-24 20:40:01] 83 -[2013-09-24 20:40:03] >83 -[2013-09-24 20:41:03] >>83 -[2013-09-24 20:42:03] >>83 -[2013-09-24 20:43:03] >>83 -[2013-09-24 20:44:03] >>83 -[2013-09-24 20:45:03] >>83 -[2013-09-24 20:46:04] >>83 -[2013-09-24 20:46:23] 81 -[2013-09-24 20:46:25] >81 -[2013-09-24 20:46:34] 83 -[2013-09-24 20:46:35] >83 -[2013-09-24 20:47:35] >>83 -[2013-09-24 20:48:35] >>83 -[2013-09-24 20:49:35] >>83 -[2013-09-24 20:50:36] >>83 -[2013-09-24 20:51:36] >>83 -[2013-09-24 20:52:36] >>83 -[2013-09-24 20:52:44] 81 -[2013-09-24 20:52:46] >81 -[2013-09-24 20:52:55] 83 -[2013-09-24 20:52:56] >83 -[2013-09-24 20:53:56] >>83 -[2013-09-24 20:54:56] >>83 -[2013-09-24 20:55:57] >>83 -[2013-09-24 20:56:57] >>83 -[2013-09-24 20:57:57] >>83 -[2013-09-24 20:58:57] >>83 -[2013-09-24 20:59:03] 81 -[2013-09-24 20:59:05] >81 -[2013-09-24 20:59:14] 83 -[2013-09-24 20:59:16] >83 -[2013-09-24 21:00:16] >>83 -[2013-09-24 21:01:16] >>83 -[2013-09-24 21:02:16] >>83 -[2013-09-24 21:03:16] >>83 -[2013-09-24 21:04:17] >>83 -[2013-09-24 21:05:17] >>83 -[2013-09-24 21:05:23] 81 -[2013-09-24 21:05:25] >81 -[2013-09-24 21:05:34] 83 -[2013-09-24 21:05:35] >83 -[2013-09-24 21:06:35] >>83 -[2013-09-24 21:07:35] >>83 -[2013-09-24 21:08:35] >>83 -[2013-09-24 21:09:36] >>83 -[2013-09-24 21:10:36] >>83 -[2013-09-24 21:11:36] >>83 -[2013-09-24 21:11:43] 81 -[2013-09-24 21:11:45] >81 -[2013-09-24 21:11:53] 83 -[2013-09-24 21:11:55] >83 -[2013-09-24 21:12:55] >>83 -[2013-09-24 21:13:55] >>83 -[2013-09-24 21:14:55] >>83 -[2013-09-24 21:15:55] >>83 -[2013-09-24 21:16:55] >>83 -[2013-09-24 21:17:56] >>83 -[2013-09-24 21:18:03] 81 -[2013-09-24 21:18:05] >81 -[2013-09-24 21:18:14] 83 -[2013-09-24 21:18:15] >83 -[2013-09-24 21:19:15] >>83 -[2013-09-24 21:20:15] >>83 -[2013-09-24 21:21:15] >>83 -[2013-09-24 21:22:15] >>83 -[2013-09-24 21:23:16] >>83 -[2013-09-24 21:24:16] >>83 -[2013-09-24 21:24:35] 81 -[2013-09-24 21:24:37] >81 -[2013-09-24 21:24:46] 83 -[2013-09-24 21:24:47] >83 -[2013-09-24 21:25:47] >>83 -[2013-09-24 21:26:47] >>83 -[2013-09-24 21:27:47] >>83 -[2013-09-24 21:28:48] >>83 -[2013-09-24 21:29:48] >>83 -[2013-09-24 21:30:48] >>83 -[2013-09-24 21:30:56] 81 -[2013-09-24 21:30:58] >81 -[2013-09-24 21:31:07] 83 -[2013-09-24 21:31:08] >83 -[2013-09-24 21:32:08] >>83 -[2013-09-24 21:33:08] >>83 -[2013-09-24 21:34:09] >>83 -[2013-09-24 21:35:09] >>83 -[2013-09-24 21:36:09] >>83 -[2013-09-24 21:37:09] >>83 -[2013-09-24 21:37:16] 81 -[2013-09-24 21:37:18] >81 -[2013-09-24 21:37:27] 83 -[2013-09-24 21:37:28] >83 -[2013-09-24 21:38:28] >>83 -[2013-09-24 21:39:28] >>83 -[2013-09-24 21:40:28] >>83 -[2013-09-24 21:41:28] >>83 -[2013-09-24 21:42:04] 81 -[2013-09-24 21:42:05] >81 -[2013-09-24 21:43:05] >>81 -[2013-09-24 21:44:05] >>81 -[2013-09-24 21:44:25] 83 -[2013-09-24 21:44:26] >83 -[2013-09-24 21:45:26] >>83 -[2013-09-24 21:46:26] >>83 -[2013-09-24 21:47:27] >>83 -[2013-09-24 21:48:27] >>83 -[2013-09-24 21:49:27] >>83 -[2013-09-24 21:50:26] 81 -[2013-09-24 21:50:28] >81 -[2013-09-24 21:50:37] 83 -[2013-09-24 21:50:38] >83 -[2013-09-24 21:51:38] >>83 -[2013-09-24 21:52:38] >>83 -[2013-09-24 21:53:39] >>83 -[2013-09-24 21:54:39] >>83 -[2013-09-24 21:55:39] >>83 -[2013-09-24 21:56:39] >>83 -[2013-09-24 21:56:46] 81 -[2013-09-24 21:56:47] >81 -[2013-09-24 21:56:57] 83 -[2013-09-24 21:56:58] >83 -[2013-09-24 21:57:58] >>83 -[2013-09-24 21:58:58] >>83 -[2013-09-24 21:59:58] >>83 -[2013-09-24 22:00:59] >>83 -[2013-09-24 22:01:59] >>83 -[2013-09-24 22:02:59] >>83 -[2013-09-24 22:03:18] 81 -[2013-09-24 22:03:20] >81 -[2013-09-24 22:03:28] 83 -[2013-09-24 22:03:30] >83 -[2013-09-24 22:04:30] >>83 -[2013-09-24 22:05:30] >>83 -[2013-09-24 22:06:30] >>83 -[2013-09-24 22:07:30] >>83 -[2013-09-24 22:08:30] >>83 -[2013-09-24 22:09:31] >>83 -[2013-09-24 22:09:38] 81 -[2013-09-24 22:09:40] >81 -[2013-09-24 22:09:48] 83 -[2013-09-24 22:09:50] >83 -[2013-09-24 22:10:49] >>83 -[2013-09-24 22:11:49] >>83 -[2013-09-24 22:12:50] >>83 -[2013-09-24 22:13:50] >>83 -[2013-09-24 22:14:50] >>83 -[2013-09-24 22:15:52] >>83 -[2013-09-24 22:15:58] 81 -[2013-09-24 22:16:00] >81 -[2013-09-24 22:16:09] 83 -[2013-09-24 22:16:10] >83 -[2013-09-24 22:17:10] >>83 -[2013-09-24 22:18:10] >>83 -[2013-09-24 22:19:10] >>83 -[2013-09-24 22:20:11] >>83 -[2013-09-24 22:21:11] >>83 -[2013-09-24 22:22:11] >>83 -[2013-09-24 22:22:19] 81 -[2013-09-24 22:22:21] >81 -[2013-09-24 22:22:30] 83 -[2013-09-24 22:22:31] >83 -[2013-09-24 22:23:31] >>83 -[2013-09-24 22:24:31] >>83 -[2013-09-24 22:25:32] >>83 -[2013-09-24 22:26:32] >>83 -[2013-09-24 22:27:32] >>83 -[2013-09-24 22:28:32] >>83 -[2013-09-24 22:28:39] 81 -[2013-09-24 22:28:40] >81 -[2013-09-24 22:28:49] 83 -[2013-09-24 22:28:51] >83 -[2013-09-24 22:29:15] 87 -[2013-09-24 22:29:15] 83 -[2013-09-24 22:29:17] >83 -[2013-09-24 22:30:17] >>83 -[2013-09-24 22:31:17] >>83 -[2013-09-24 22:32:17] >>83 -[2013-09-24 22:33:17] >>83 -[2013-09-24 22:34:18] >>83 -[2013-09-24 22:34:58] 81 -[2013-09-24 22:34:59] >81 -[2013-09-24 22:35:09] 83 -[2013-09-24 22:35:10] >83 -[2013-09-24 22:36:10] >>83 -[2013-09-24 22:37:10] >>83 -[2013-09-24 22:38:11] >>83 -[2013-09-24 22:39:11] >>83 -[2013-09-24 22:40:11] >>83 -[2013-09-24 22:41:11] >>83 -[2013-09-24 22:41:30] 81 -[2013-09-24 22:41:31] >81 -[2013-09-24 22:41:40] 83 -[2013-09-24 22:41:42] >83 -[2013-09-24 22:42:41] >>83 -[2013-09-24 22:43:42] >>83 -[2013-09-24 22:44:42] >>83 -[2013-09-24 22:45:42] >>83 -[2013-09-24 22:46:42] >>83 -[2013-09-24 22:47:42] >>83 -[2013-09-24 22:47:50] 81 -[2013-09-24 22:47:52] >81 -[2013-09-24 22:48:00] 83 -[2013-09-24 22:48:02] >83 -[2013-09-24 22:49:02] >>83 -[2013-09-24 22:50:02] >>83 -[2013-09-24 22:51:02] >>83 -[2013-09-24 22:52:02] >>83 -[2013-09-24 22:53:02] >>83 -[2013-09-24 22:54:03] >>83 -[2013-09-24 22:54:10] 81 -[2013-09-24 22:54:11] >81 -[2013-09-24 22:54:21] 83 -[2013-09-24 22:54:23] >83 -[2013-09-24 22:55:22] >>83 -[2013-09-24 22:56:22] >>83 -[2013-09-24 22:57:23] >>83 -[2013-09-24 22:58:23] >>83 -[2013-09-24 22:59:23] >>83 -[2013-09-24 23:00:23] >>83 -[2013-09-24 23:00:31] 81 -[2013-09-24 23:00:33] >81 -[2013-09-24 23:00:42] 83 -[2013-09-24 23:00:43] >83 -[2013-09-24 23:01:43] >>83 -[2013-09-24 23:02:43] >>83 -[2013-09-24 23:03:43] >>83 -[2013-09-24 23:04:44] >>83 -[2013-09-24 23:05:44] >>83 -[2013-09-24 23:06:44] >>83 -[2013-09-24 23:06:51] 81 -[2013-09-24 23:06:52] >81 -[2013-09-24 23:07:01] 83 -[2013-09-24 23:07:03] >83 -[2013-09-24 23:08:03] >>83 -[2013-09-24 23:09:03] >>83 -[2013-09-24 23:10:03] >>83 -[2013-09-24 23:11:03] >>83 -[2013-09-24 23:12:03] >>83 -[2013-09-24 23:13:04] >>83 -[2013-09-24 23:13:10] 81 -[2013-09-24 23:13:11] >81 -[2013-09-24 23:13:21] 83 -[2013-09-24 23:13:22] >83 -[2013-09-24 23:14:22] >>83 -[2013-09-24 23:15:22] >>83 -[2013-09-24 23:16:22] >>83 -[2013-09-24 23:17:22] >>83 -[2013-09-24 23:18:23] >>83 -[2013-09-24 23:19:23] >>83 -[2013-09-24 23:19:42] 81 -[2013-09-24 23:19:44] >81 -[2013-09-24 23:19:52] 83 -[2013-09-24 23:19:54] >83 -[2013-09-24 23:20:54] >>83 -[2013-09-24 23:21:54] >>83 -[2013-09-24 23:22:54] >>83 -[2013-09-24 23:23:54] >>83 -[2013-09-24 23:24:54] >>83 -[2013-09-24 23:25:55] >>83 -[2013-09-24 23:26:16] 81 -[2013-09-24 23:26:17] >81 -[2013-09-24 23:26:26] 83 -[2013-09-24 23:26:28] >83 -[2013-09-24 23:27:27] >>83 -[2013-09-24 23:28:27] >>83 -[2013-09-24 23:29:28] >>83 -[2013-09-24 23:30:28] >>83 -[2013-09-24 23:31:28] >>83 -[2013-09-24 23:32:28] >>83 -[2013-09-24 23:32:36] 81 -[2013-09-24 23:32:38] >81 -[2013-09-24 23:32:46] 83 -[2013-09-24 23:32:48] >83 -[2013-09-24 23:33:47] >>83 -[2013-09-24 23:34:48] >>83 -[2013-09-24 23:35:48] >>83 -[2013-09-24 23:36:48] >>83 -[2013-09-24 23:37:48] >>83 -[2013-09-24 23:38:48] >>83 -[2013-09-24 23:38:57] 81 -[2013-09-24 23:38:58] >81 -[2013-09-24 23:39:07] 83 -[2013-09-24 23:39:09] >83 -[2013-09-24 23:40:09] >>83 -[2013-09-24 23:41:09] >>83 -[2013-09-24 23:42:09] >>83 -[2013-09-24 23:43:09] >>83 -[2013-09-24 23:44:09] >>83 -[2013-09-24 23:45:10] >>83 -[2013-09-24 23:45:16] 81 -[2013-09-24 23:45:17] >81 -[2013-09-24 23:45:27] 83 -[2013-09-24 23:45:28] >83 -[2013-09-24 23:46:28] >>83 -[2013-09-24 23:47:28] >>83 -[2013-09-24 23:48:28] >>83 -[2013-09-24 23:49:28] >>83 -[2013-09-24 23:50:29] >>83 -[2013-09-24 23:51:29] >>83 -[2013-09-24 23:51:35] 81 -[2013-09-24 23:51:37] >81 -[2013-09-24 23:51:46] 83 -[2013-09-24 23:51:48] >83 -[2013-09-24 23:52:48] >>83 -[2013-09-24 23:53:48] >>83 -[2013-09-24 23:54:48] >>83 -[2013-09-24 23:55:48] >>83 -[2013-09-24 23:56:04] 81 -[2013-09-24 23:56:06] >81 -[2013-09-24 23:57:06] >>81 -[2013-09-24 23:58:06] >>81 -[2013-09-24 23:59:06] >>81 -[2013-09-24 23:59:07] 99 -[2013-09-24 23:59:09] >99 -[2013-09-25 00:00:09] >>99 -[2013-09-25 00:01:09] >>99 -[2013-09-25 00:02:09] >>99 -[2013-09-25 00:02:45] 89 -[2013-09-25 00:02:47] >89 -[2013-09-25 00:02:49] 81 -[2013-09-25 00:02:51] >81 -[2013-09-25 00:02:56] 83 -[2013-09-25 00:02:57] >83 -[2013-09-25 00:03:57] >>83 -[2013-09-25 00:04:57] >>83 -[2013-09-25 00:05:57] >>83 -[2013-09-25 00:06:58] >>83 -[2013-09-25 00:07:58] >>83 -[2013-09-25 00:08:58] >>83 -[2013-09-25 00:08:59] 81 -[2013-09-25 00:09:00] >81 -[2013-09-25 00:09:09] 83 -[2013-09-25 00:09:11] >83 -[2013-09-25 00:10:11] >>83 -[2013-09-25 00:11:11] >>83 -[2013-09-25 00:12:11] >>83 -[2013-09-25 00:13:11] >>83 -[2013-09-25 00:14:11] >>83 -[2013-09-25 00:15:12] >>83 -[2013-09-25 00:15:19] 81 -[2013-09-25 00:15:20] >81 -[2013-09-25 00:15:29] 83 -[2013-09-25 00:15:31] >83 -[2013-09-25 00:16:30] >>83 -[2013-09-25 00:17:31] >>83 -[2013-09-25 00:18:31] >>83 -[2013-09-25 00:19:31] >>83 -[2013-09-25 00:20:31] >>83 -[2013-09-25 00:21:31] >>83 -[2013-09-25 00:21:38] 81 -[2013-09-25 00:21:40] >81 -[2013-09-25 00:21:49] 83 -[2013-09-25 00:21:50] >83 -[2013-09-25 00:22:50] >>83 -[2013-09-25 00:23:50] >>83 -[2013-09-25 00:24:50] >>83 -[2013-09-25 00:25:51] >>83 -[2013-09-25 00:26:51] >>83 -[2013-09-25 00:27:51] >>83 -[2013-09-25 00:27:58] 81 -[2013-09-25 00:27:59] >81 -[2013-09-25 00:28:08] 83 -[2013-09-25 00:28:10] >83 -[2013-09-25 00:29:10] >>83 -[2013-09-25 00:30:10] >>83 -[2013-09-25 00:31:10] >>83 -[2013-09-25 00:32:10] >>83 -[2013-09-25 00:33:10] >>83 -[2013-09-25 00:34:11] >>83 -[2013-09-25 00:34:19] 81 -[2013-09-25 00:34:20] >81 -[2013-09-25 00:34:29] 83 -[2013-09-25 00:34:31] >83 -[2013-09-25 00:35:30] >>83 -[2013-09-25 00:36:31] >>83 -[2013-09-25 00:37:31] >>83 -[2013-09-25 00:38:31] >>83 -[2013-09-25 00:39:31] >>83 -[2013-09-25 00:40:31] >>83 -[2013-09-25 00:40:51] 81 -[2013-09-25 00:40:53] >81 -[2013-09-25 00:41:02] 83 -[2013-09-25 00:41:04] >83 -[2013-09-25 00:42:04] >>83 -[2013-09-25 00:43:04] >>83 -[2013-09-25 00:44:04] >>83 -[2013-09-25 00:45:04] >>83 -[2013-09-25 00:46:04] >>83 -[2013-09-25 00:47:05] >>83 -[2013-09-25 00:47:11] 81 -[2013-09-25 00:47:12] >81 -[2013-09-25 00:47:21] 83 -[2013-09-25 00:47:23] >83 -[2013-09-25 00:48:23] >>83 -[2013-09-25 00:49:23] >>83 -[2013-09-25 00:50:23] >>83 -[2013-09-25 00:51:23] >>83 -[2013-09-25 00:52:24] >>83 -[2013-09-25 00:53:24] >>83 -[2013-09-25 00:53:31] 81 -[2013-09-25 00:53:33] >81 -[2013-09-25 00:53:41] 83 -[2013-09-25 00:53:43] >83 -[2013-09-25 00:54:42] >>83 -[2013-09-25 00:55:43] >>83 -[2013-09-25 00:56:43] >>83 -[2013-09-25 00:57:43] >>83 -[2013-09-25 00:58:43] >>83 -[2013-09-25 00:59:44] >>83 -[2013-09-25 00:59:50] 81 -[2013-09-25 00:59:51] >81 -[2013-09-25 01:00:01] 83 -[2013-09-25 01:00:02] >83 -[2013-09-25 01:01:02] >>83 -[2013-09-25 01:02:02] >>83 -[2013-09-25 01:03:03] >>83 -[2013-09-25 01:04:03] >>83 -[2013-09-25 01:05:03] >>83 -[2013-09-25 01:06:03] >>83 -[2013-09-25 01:06:11] 81 -[2013-09-25 01:06:12] >81 -[2013-09-25 01:06:21] 83 -[2013-09-25 01:06:22] >83 -[2013-09-25 01:06:47] 87 -[2013-09-25 01:06:48] 83 -[2013-09-25 01:06:50] >83 -[2013-09-25 01:07:49] >>83 -[2013-09-25 01:08:49] >>83 -[2013-09-25 01:09:50] >>83 -[2013-09-25 01:10:50] >>83 -[2013-09-25 01:11:50] >>83 -[2013-09-25 01:12:31] 81 -[2013-09-25 01:12:32] >81 -[2013-09-25 01:12:41] 83 -[2013-09-25 01:12:43] >83 -[2013-09-25 01:13:42] >>83 -[2013-09-25 01:14:43] >>83 -[2013-09-25 01:15:43] >>83 -[2013-09-25 01:16:43] >>83 -[2013-09-25 01:17:43] >>83 -[2013-09-25 01:18:43] >>83 -[2013-09-25 01:19:04] 81 -[2013-09-25 01:19:05] >81 -[2013-09-25 01:19:14] 83 -[2013-09-25 01:19:16] >83 -[2013-09-25 01:20:16] >>83 -[2013-09-25 01:21:16] >>83 -[2013-09-25 01:22:16] >>83 -[2013-09-25 01:23:16] >>83 -[2013-09-25 01:24:16] >>83 -[2013-09-25 01:25:17] >>83 -[2013-09-25 01:25:24] 81 -[2013-09-25 01:25:25] >81 -[2013-09-25 01:25:34] 83 -[2013-09-25 01:25:36] >83 -[2013-09-25 01:26:35] >>83 -[2013-09-25 01:27:35] >>83 -[2013-09-25 01:28:36] >>83 -[2013-09-25 01:29:36] >>83 -[2013-09-25 01:30:36] >>83 -[2013-09-25 01:31:36] >>83 -[2013-09-25 01:31:43] 81 -[2013-09-25 01:31:44] >81 -[2013-09-25 01:31:53] 83 -[2013-09-25 01:31:55] >83 -[2013-09-25 01:32:54] >>83 -[2013-09-25 01:33:55] >>83 -[2013-09-25 01:34:55] >>83 -[2013-09-25 01:35:55] >>83 -[2013-09-25 01:36:55] >>83 -[2013-09-25 01:37:55] >>83 -[2013-09-25 01:38:03] 81 -[2013-09-25 01:38:04] >81 -[2013-09-25 01:38:13] 83 -[2013-09-25 01:38:14] >83 -[2013-09-25 01:39:14] >>83 -[2013-09-25 01:40:14] >>83 -[2013-09-25 01:41:14] >>83 -[2013-09-25 01:42:15] >>83 -[2013-09-25 01:43:15] >>83 -[2013-09-25 01:44:15] >>83 -[2013-09-25 01:44:23] 81 -[2013-09-25 01:44:24] >81 -[2013-09-25 01:44:33] 83 -[2013-09-25 01:44:35] >83 -[2013-09-25 01:45:34] >>83 -[2013-09-25 01:46:34] >>83 -[2013-09-25 01:47:35] >>83 -[2013-09-25 01:48:35] >>83 -[2013-09-25 01:49:35] >>83 -[2013-09-25 01:50:35] >>83 -[2013-09-25 01:50:42] 81 -[2013-09-25 01:50:44] >81 -[2013-09-25 01:50:53] 83 -[2013-09-25 01:50:55] >83 -[2013-09-25 01:51:54] >>83 -[2013-09-25 01:52:55] >>83 -[2013-09-25 01:53:55] >>83 -[2013-09-25 01:54:55] >>83 -[2013-09-25 01:55:55] >>83 -[2013-09-25 01:56:55] >>83 -[2013-09-25 01:57:16] 81 -[2013-09-25 01:57:17] >81 -[2013-09-25 01:57:26] 83 -[2013-09-25 01:57:28] >83 -[2013-09-25 01:57:52] 87 -[2013-09-25 01:57:53] 83 -[2013-09-25 01:57:54] >83 -[2013-09-25 01:58:54] >>83 -[2013-09-25 01:59:54] >>83 -[2013-09-25 02:00:54] >>83 -[2013-09-25 02:01:55] >>83 -[2013-09-25 02:02:55] >>83 -[2013-09-25 02:03:36] 81 -[2013-09-25 02:03:37] >81 -[2013-09-25 02:03:46] 83 -[2013-09-25 02:03:47] >83 -[2013-09-25 02:04:12] 87 -[2013-09-25 02:04:12] 83 -[2013-09-25 02:04:14] >83 -[2013-09-25 02:05:13] >>83 -[2013-09-25 02:06:14] >>83 -[2013-09-25 02:07:14] >>83 -[2013-09-25 02:08:14] >>83 -[2013-09-25 02:09:14] >>83 -[2013-09-25 02:09:55] 81 -[2013-09-25 02:09:56] >81 -[2013-09-25 02:10:05] 83 -[2013-09-25 02:10:07] >83 -[2013-09-25 02:11:07] >>83 -[2013-09-25 02:12:07] >>83 -[2013-09-25 02:13:07] >>83 -[2013-09-25 02:14:07] >>83 -[2013-09-25 02:15:07] >>83 -[2013-09-25 02:16:08] >>83 -[2013-09-25 02:16:15] 81 -[2013-09-25 02:16:17] >81 -[2013-09-25 02:16:25] 83 -[2013-09-25 02:16:27] >83 -[2013-09-25 02:17:26] >>83 -[2013-09-25 02:18:27] >>83 -[2013-09-25 02:19:27] >>83 -[2013-09-25 02:20:27] >>83 -[2013-09-25 02:20:41] 81 -[2013-09-25 02:20:42] >81 -[2013-09-25 02:21:42] >>81 -[2013-09-25 02:22:42] >>81 -[2013-09-25 02:23:14] 83 -[2013-09-25 02:23:15] >83 -[2013-09-25 02:24:15] >>83 -[2013-09-25 02:25:15] >>83 -[2013-09-25 02:26:16] >>83 -[2013-09-25 02:27:16] >>83 -[2013-09-25 02:28:16] >>83 -[2013-09-25 02:29:15] 81 -[2013-09-25 02:29:16] >81 -[2013-09-25 02:29:25] 83 -[2013-09-25 02:29:26] >83 -[2013-09-25 02:30:26] >>83 -[2013-09-25 02:31:26] >>83 -[2013-09-25 02:32:27] >>83 -[2013-09-25 02:33:27] >>83 -[2013-09-25 02:34:27] >>83 -[2013-09-25 02:35:27] >>83 -[2013-09-25 02:35:45] 81 -[2013-09-25 02:35:47] >81 -[2013-09-25 02:35:57] 83 -[2013-09-25 02:35:58] >83 -[2013-09-25 02:36:58] >>83 -[2013-09-25 02:37:58] >>83 -[2013-09-25 02:38:58] >>83 -[2013-09-25 02:39:58] >>83 -[2013-09-25 02:40:59] >>83 -[2013-09-25 02:41:59] >>83 -[2013-09-25 02:42:06] 81 -[2013-09-25 02:42:07] >81 -[2013-09-25 02:42:16] 83 -[2013-09-25 02:42:18] >83 -[2013-09-25 02:43:18] >>83 -[2013-09-25 02:44:18] >>83 -[2013-09-25 02:45:18] >>83 -[2013-09-25 02:46:18] >>83 -[2013-09-25 02:47:18] >>83 -[2013-09-25 02:48:19] >>83 -[2013-09-25 02:48:26] 81 -[2013-09-25 02:48:27] >81 -[2013-09-25 02:48:36] 83 -[2013-09-25 02:48:38] >83 -[2013-09-25 02:49:37] >>83 -[2013-09-25 02:50:37] >>83 -[2013-09-25 02:51:38] >>83 -[2013-09-25 02:52:38] >>83 -[2013-09-25 02:53:38] >>83 -[2013-09-25 02:54:38] >>83 -[2013-09-25 02:54:46] 81 -[2013-09-25 02:54:48] >81 -[2013-09-25 02:54:57] 83 -[2013-09-25 02:54:58] >83 -[2013-09-25 02:55:58] >>83 -[2013-09-25 02:56:58] >>83 -[2013-09-25 02:57:58] >>83 -[2013-09-25 02:58:59] >>83 -[2013-09-25 02:59:59] >>83 -[2013-09-25 03:00:59] >>83 -[2013-09-25 03:01:08] 81 -[2013-09-25 03:01:09] >81 -[2013-09-25 03:01:17] 83 -[2013-09-25 03:01:19] >83 -[2013-09-25 03:02:19] >>83 -[2013-09-25 03:03:19] >>83 -[2013-09-25 03:04:19] >>83 -[2013-09-25 03:05:19] >>83 -[2013-09-25 03:06:20] >>83 -[2013-09-25 03:07:20] >>83 -[2013-09-25 03:07:26] 81 -[2013-09-25 03:07:28] >81 -[2013-09-25 03:07:37] 83 -[2013-09-25 03:07:39] >83 -[2013-09-25 03:08:38] >>83 -[2013-09-25 03:09:39] >>83 -[2013-09-25 03:10:39] >>83 -[2013-09-25 03:11:39] >>83 -[2013-09-25 03:12:39] >>83 -[2013-09-25 03:13:39] >>83 -[2013-09-25 03:13:59] 81 -[2013-09-25 03:14:00] >81 -[2013-09-25 03:14:08] 83 -[2013-09-25 03:14:10] >83 -[2013-09-25 03:15:10] >>83 -[2013-09-25 03:16:10] >>83 -[2013-09-25 03:17:10] >>83 -[2013-09-25 03:18:10] >>83 -[2013-09-25 03:19:10] >>83 -[2013-09-25 03:20:11] >>83 -[2013-09-25 03:20:17] 81 -[2013-09-25 03:20:19] >81 -[2013-09-25 03:20:28] 83 -[2013-09-25 03:20:30] >83 -[2013-09-25 03:21:29] >>83 -[2013-09-25 03:22:30] >>83 -[2013-09-25 03:23:30] >>83 -[2013-09-25 03:24:30] >>83 -[2013-09-25 03:25:30] >>83 -[2013-09-25 03:26:30] >>83 -[2013-09-25 03:26:37] 81 -[2013-09-25 03:26:39] >81 -[2013-09-25 03:26:48] 83 -[2013-09-25 03:26:50] >83 -[2013-09-25 03:27:49] >>83 -[2013-09-25 03:28:50] >>83 -[2013-09-25 03:29:50] >>83 -[2013-09-25 03:30:50] >>83 -[2013-09-25 03:31:50] >>83 -[2013-09-25 03:32:51] >>83 -[2013-09-25 03:32:59] 81 -[2013-09-25 03:33:00] >81 -[2013-09-25 03:33:09] 83 -[2013-09-25 03:33:11] >83 -[2013-09-25 03:34:10] >>83 -[2013-09-25 03:35:10] >>83 -[2013-09-25 03:36:11] >>83 -[2013-09-25 03:37:11] >>83 -[2013-09-25 03:38:11] >>83 -[2013-09-25 03:39:11] >>83 -[2013-09-25 03:39:19] 81 -[2013-09-25 03:39:21] >81 -[2013-09-25 03:39:30] 83 -[2013-09-25 03:39:31] >83 -[2013-09-25 03:40:31] >>83 -[2013-09-25 03:41:31] >>83 -[2013-09-25 03:42:31] >>83 -[2013-09-25 03:43:32] >>83 -[2013-09-25 03:44:32] >>83 -[2013-09-25 03:45:32] >>83 -[2013-09-25 03:45:39] 81 -[2013-09-25 03:45:40] >81 -[2013-09-25 03:45:49] 83 -[2013-09-25 03:45:51] >83 -[2013-09-25 03:46:51] >>83 -[2013-09-25 03:47:51] >>83 -[2013-09-25 03:48:51] >>83 -[2013-09-25 03:49:51] >>83 -[2013-09-25 03:50:51] >>83 -[2013-09-25 03:51:52] >>83 -[2013-09-25 03:52:10] 81 -[2013-09-25 03:52:12] >81 -[2013-09-25 03:52:21] 83 -[2013-09-25 03:52:22] >83 -[2013-09-25 03:53:22] >>83 -[2013-09-25 03:54:22] >>83 -[2013-09-25 03:55:22] >>83 -[2013-09-25 03:56:22] >>83 -[2013-09-25 03:57:23] >>83 -[2013-09-25 03:58:23] >>83 -[2013-09-25 03:58:29] 81 -[2013-09-25 03:58:31] >81 -[2013-09-25 03:58:40] 83 -[2013-09-25 03:58:42] >83 -[2013-09-25 03:59:41] >>83 -[2013-09-25 04:00:42] >>83 -[2013-09-25 04:01:42] >>83 -[2013-09-25 04:02:42] >>83 -[2013-09-25 04:03:42] >>83 -[2013-09-25 04:04:43] >>83 -[2013-09-25 04:04:50] 81 -[2013-09-25 04:04:51] >81 -[2013-09-25 04:05:00] 83 -[2013-09-25 04:05:02] >83 -[2013-09-25 04:06:02] >>83 -[2013-09-25 04:07:02] >>83 -[2013-09-25 04:08:02] >>83 -[2013-09-25 04:09:02] >>83 -[2013-09-25 04:10:03] >>83 -[2013-09-25 04:11:03] >>83 -[2013-09-25 04:11:10] 81 -[2013-09-25 04:11:12] >81 -[2013-09-25 04:11:21] 83 -[2013-09-25 04:11:22] >83 -[2013-09-25 04:12:22] >>83 -[2013-09-25 04:13:22] >>83 -[2013-09-25 04:13:53] 89 -[2013-09-25 04:13:54] >89 -[2013-09-25 04:14:54] >>89 -[2013-09-25 04:15:54] >>89 -[2013-09-25 04:16:55] >>89 -[2013-09-25 04:17:55] >>89 -[2013-09-25 04:17:33] Avvio ProgrammaReadPar IOB-pi v.1.1 -[2013-09-25 04:17:33] Start ReadPar IOB-pi v.1.1 -[2013-09-25 04:17:34] 1 -[2013-09-25 04:17:35] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-25 04:17:36] >1 -[2013-09-25 04:20:09] 99 -[2013-09-25 04:20:12] >99 -[2013-09-25 04:20:13] 89 -[2013-09-25 04:20:14] >89 -[2013-09-25 04:20:17] 81 -[2013-09-25 04:20:19] >81 -[2013-09-25 04:20:25] 83 -[2013-09-25 04:20:27] >83 -[2013-09-25 04:21:26] >>83 -[2013-09-25 04:22:27] >>83 -[2013-09-25 04:23:27] >>83 -[2013-09-25 04:24:27] >>83 -[2013-09-25 04:25:27] >>83 -[2013-09-25 04:26:28] >>83 -[2013-09-25 04:26:31] 81 -[2013-09-25 04:26:32] >81 -[2013-09-25 04:26:41] 83 -[2013-09-25 04:26:42] >83 -[2013-09-25 04:27:42] >>83 -[2013-09-25 04:28:42] >>83 -[2013-09-25 04:29:43] >>83 -[2013-09-25 04:30:43] >>83 -[2013-09-25 04:31:43] >>83 -[2013-09-25 04:32:43] >>83 -[2013-09-25 04:33:02] 81 -[2013-09-25 04:33:03] >81 -[2013-09-25 04:33:12] 83 -[2013-09-25 04:33:14] >83 -[2013-09-25 04:34:13] >>83 -[2013-09-25 04:35:14] >>83 -[2013-09-25 04:36:14] >>83 -[2013-09-25 04:37:14] >>83 -[2013-09-25 04:38:14] >>83 -[2013-09-25 04:39:14] >>83 -[2013-09-25 04:39:22] 81 -[2013-09-25 04:39:23] >81 -[2013-09-25 04:39:32] 83 -[2013-09-25 04:39:33] >83 -[2013-09-25 04:40:33] >>83 -[2013-09-25 04:41:33] >>83 -[2013-09-25 04:42:34] >>83 -[2013-09-25 04:43:34] >>83 -[2013-09-25 04:44:34] >>83 -[2013-09-25 04:45:34] >>83 -[2013-09-25 04:45:42] 81 -[2013-09-25 04:45:43] >81 -[2013-09-25 04:45:52] 83 -[2013-09-25 04:45:54] >83 -[2013-09-25 04:46:53] >>83 -[2013-09-25 04:47:54] >>83 -[2013-09-25 04:48:54] >>83 -[2013-09-25 04:49:54] >>83 -[2013-09-25 04:50:54] >>83 -[2013-09-25 04:51:54] >>83 -[2013-09-25 04:52:01] 81 -[2013-09-25 04:52:03] >81 -[2013-09-25 04:52:12] 83 -[2013-09-25 04:52:14] >83 -[2013-09-25 04:53:14] >>83 -[2013-09-25 04:54:14] >>83 -[2013-09-25 04:55:14] >>83 -[2013-09-25 04:56:14] >>83 -[2013-09-25 04:57:14] >>83 -[2013-09-25 04:58:15] >>83 -[2013-09-25 04:58:23] 81 -[2013-09-25 04:58:24] >81 -[2013-09-25 04:58:33] 83 -[2013-09-25 04:58:35] >83 -[2013-09-25 04:59:35] >>83 -[2013-09-25 05:00:35] >>83 -[2013-09-25 05:01:35] >>83 -[2013-09-25 05:02:35] >>83 -[2013-09-25 05:03:36] >>83 -[2013-09-25 05:04:36] >>83 -[2013-09-25 05:04:43] 81 -[2013-09-25 05:04:44] >81 -[2013-09-25 05:04:53] 83 -[2013-09-25 05:04:54] >83 -[2013-09-25 05:05:54] >>83 -[2013-09-25 05:06:54] >>83 -[2013-09-25 05:07:54] >>83 -[2013-09-25 05:08:55] >>83 -[2013-09-25 05:09:55] >>83 -[2013-09-25 05:10:55] >>83 -[2013-09-25 05:11:14] 81 -[2013-09-25 05:11:15] >81 -[2013-09-25 05:11:24] 83 -[2013-09-25 05:11:26] >83 -[2013-09-25 05:12:26] >>83 -[2013-09-25 05:13:26] >>83 -[2013-09-25 05:14:26] >>83 -[2013-09-25 05:15:26] >>83 -[2013-09-25 05:16:26] >>83 -[2013-09-25 05:17:27] >>83 -[2013-09-25 05:17:34] 81 -[2013-09-25 05:17:35] >81 -[2013-09-25 05:17:44] 83 -[2013-09-25 05:17:47] >83 -[2013-09-25 05:18:46] >>83 -[2013-09-25 05:19:47] >>83 -[2013-09-25 05:20:47] >>83 -[2013-09-25 05:21:47] >>83 -[2013-09-25 05:22:47] >>83 -[2013-09-25 05:23:47] >>83 -[2013-09-25 05:23:54] 81 -[2013-09-25 05:23:55] >81 -[2013-09-25 05:24:04] 83 -[2013-09-25 05:24:06] >83 -[2013-09-25 05:25:06] >>83 -[2013-09-25 05:26:06] >>83 -[2013-09-25 05:27:06] >>83 -[2013-09-25 05:28:06] >>83 -[2013-09-25 05:29:06] >>83 -[2013-09-25 05:30:07] >>83 -[2013-09-25 05:30:14] 81 -[2013-09-25 05:30:15] >81 -[2013-09-25 05:30:24] 83 -[2013-09-25 05:30:26] >83 -[2013-09-25 05:30:52] 87 -[2013-09-25 05:30:52] 83 -[2013-09-25 05:30:54] >83 -[2013-09-25 05:31:54] >>83 -[2013-09-25 05:32:54] >>83 -[2013-09-25 05:33:54] >>83 -[2013-09-25 05:34:54] >>83 -[2013-09-25 05:35:55] >>83 -[2013-09-25 05:36:35] 81 -[2013-09-25 05:36:36] >81 -[2013-09-25 05:36:45] 83 -[2013-09-25 05:36:47] >83 -[2013-09-25 05:37:47] >>83 -[2013-09-25 05:38:47] >>83 -[2013-09-25 05:39:47] >>83 -[2013-09-25 05:40:47] >>83 -[2013-09-25 05:41:48] >>83 -[2013-09-25 05:42:48] >>83 -[2013-09-25 05:42:54] 81 -[2013-09-25 05:42:56] >81 -[2013-09-25 05:43:05] 83 -[2013-09-25 05:43:07] >83 -[2013-09-25 05:44:06] >>83 -[2013-09-25 05:45:07] >>83 -[2013-09-25 05:46:07] >>83 -[2013-09-25 05:47:07] >>83 -[2013-09-25 05:48:07] >>83 -[2013-09-25 05:48:51] 81 -[2013-09-25 05:48:53] >81 -[2013-09-25 05:49:52] >>81 -[2013-09-25 05:49:55] 83 -[2013-09-25 05:49:57] >83 -[2013-09-25 05:50:57] >>83 -[2013-09-25 05:51:57] >>83 -[2013-09-25 05:52:57] >>83 -[2013-09-25 05:53:57] >>83 -[2013-09-25 05:54:57] >>83 -[2013-09-25 05:55:57] 81 -[2013-09-25 05:55:58] >81 -[2013-09-25 05:56:06] 83 -[2013-09-25 05:56:08] >83 -[2013-09-25 05:57:08] >>83 -[2013-09-25 05:58:08] >>83 -[2013-09-25 05:59:08] >>83 -[2013-09-25 06:00:08] >>83 -[2013-09-25 06:01:09] >>83 -[2013-09-25 06:02:09] >>83 -[2013-09-25 06:02:15] 81 -[2013-09-25 06:02:17] >81 -[2013-09-25 06:02:26] 83 -[2013-09-25 06:02:28] >83 -[2013-09-25 06:02:52] 87 -[2013-09-25 06:02:53] 83 -[2013-09-25 06:02:54] >83 -[2013-09-25 06:03:54] >>83 -[2013-09-25 06:04:54] >>83 -[2013-09-25 06:05:54] >>83 -[2013-09-25 06:06:55] >>83 -[2013-09-25 06:07:55] >>83 -[2013-09-25 06:08:35] 81 -[2013-09-25 06:08:37] >81 -[2013-09-25 06:08:46] 83 -[2013-09-25 06:08:47] >83 -[2013-09-25 06:09:47] >>83 -[2013-09-25 06:10:47] >>83 -[2013-09-25 06:11:47] >>83 -[2013-09-25 06:12:48] >>83 -[2013-09-25 06:13:48] >>83 -[2013-09-25 06:14:48] >>83 -[2013-09-25 06:14:56] 81 -[2013-09-25 06:14:57] >81 -[2013-09-25 06:15:05] 83 -[2013-09-25 06:15:07] >83 -[2013-09-25 06:16:07] >>83 -[2013-09-25 06:17:07] >>83 -[2013-09-25 06:18:07] >>83 -[2013-09-25 06:19:07] >>83 -[2013-09-25 06:20:08] >>83 -[2013-09-25 06:20:12] 81 -[2013-09-25 06:20:14] >81 -[2013-09-25 06:21:14] >>81 -[2013-09-25 06:22:05] 99 -[2013-09-25 06:22:07] >99 -[2013-09-25 06:23:07] >>99 -[2013-09-25 06:23:44] 89 -[2013-09-25 06:23:46] >89 -[2013-09-25 06:23:51] 81 -[2013-09-25 06:23:52] >81 -[2013-09-25 06:24:18] 83 -[2013-09-25 06:24:20] >83 -[2013-09-25 06:24:21] 81 -[2013-09-25 06:24:23] >81 -[2013-09-25 06:24:26] 83 -[2013-09-25 06:24:28] >83 -[2013-09-25 06:24:37] 81 -[2013-09-25 06:24:39] >81 -[2013-09-25 06:24:40] 83 -[2013-09-25 06:24:42] >83 -[2013-09-25 06:25:42] >>83 -[2013-09-25 06:26:42] >>83 -[2013-09-25 06:27:42] >>83 -[2013-09-25 06:28:42] >>83 -[2013-09-25 06:29:43] >>83 -[2013-09-25 06:30:43] >>83 -[2013-09-25 06:30:53] 81 -[2013-09-25 06:30:55] >81 -[2013-09-25 06:31:04] 83 -[2013-09-25 06:31:06] >83 -[2013-09-25 06:32:05] >>83 -[2013-09-25 06:33:06] >>83 -[2013-09-25 06:34:06] >>83 -[2013-09-25 06:35:06] >>83 -[2013-09-25 06:36:06] >>83 -[2013-09-25 06:37:06] >>83 -[2013-09-25 06:37:13] 81 -[2013-09-25 06:37:14] >81 -[2013-09-25 06:37:23] 83 -[2013-09-25 06:37:25] >83 -[2013-09-25 06:38:25] >>83 -[2013-09-25 06:39:25] >>83 -[2013-09-25 06:40:25] >>83 -[2013-09-25 06:41:25] >>83 -[2013-09-25 06:42:25] >>83 -[2013-09-25 06:43:26] >>83 -[2013-09-25 06:43:32] 81 -[2013-09-25 06:43:34] >81 -[2013-09-25 06:43:43] 83 -[2013-09-25 06:43:45] >83 -[2013-09-25 06:44:44] >>83 -[2013-09-25 06:45:44] >>83 -[2013-09-25 06:46:45] >>83 -[2013-09-25 06:47:45] >>83 -[2013-09-25 06:48:45] >>83 -[2013-09-25 06:49:45] >>83 -[2013-09-25 06:49:52] 81 -[2013-09-25 06:49:54] >81 -[2013-09-25 06:50:03] 83 -[2013-09-25 06:50:05] >83 -[2013-09-25 06:51:04] >>83 -[2013-09-25 06:52:05] >>83 -[2013-09-25 06:53:05] >>83 -[2013-09-25 06:54:05] >>83 -[2013-09-25 06:55:05] >>83 -[2013-09-25 06:56:06] >>83 -[2013-09-25 06:56:14] 81 -[2013-09-25 06:56:15] >81 -[2013-09-25 06:56:23] 83 -[2013-09-25 06:56:25] >83 -[2013-09-25 06:57:25] >>83 -[2013-09-25 06:58:25] >>83 -[2013-09-25 06:59:25] >>83 -[2013-09-25 07:00:25] >>83 -[2013-09-25 07:01:26] >>83 -[2013-09-25 07:02:26] >>83 -[2013-09-25 07:02:34] 81 -[2013-09-25 07:02:36] >81 -[2013-09-25 07:02:45] 83 -[2013-09-25 07:02:46] >83 -[2013-09-25 07:03:46] >>83 -[2013-09-25 07:04:46] >>83 -[2013-09-25 07:05:46] >>83 -[2013-09-25 07:06:47] >>83 -[2013-09-25 07:07:47] >>83 -[2013-09-25 07:08:47] >>83 -[2013-09-25 07:09:06] 81 -[2013-09-25 07:09:07] >81 -[2013-09-25 07:09:16] 83 -[2013-09-25 07:09:17] >83 -[2013-09-25 07:10:20] >>83 -[2013-09-25 07:11:20] >>83 -[2013-09-25 07:12:20] >>83 -[2013-09-25 07:13:21] >>83 -[2013-09-25 07:14:21] >>83 -[2013-09-25 07:15:21] >>83 -[2013-09-25 07:15:26] 81 -[2013-09-25 07:15:27] >81 -[2013-09-25 07:15:35] 83 -[2013-09-25 07:15:37] >83 -[2013-09-25 07:16:37] >>83 -[2013-09-25 07:17:37] >>83 -[2013-09-25 07:18:37] >>83 -[2013-09-25 07:19:37] >>83 -[2013-09-25 07:20:37] >>83 -[2013-09-25 07:21:38] >>83 -[2013-09-25 07:21:44] 81 -[2013-09-25 07:21:46] >81 -[2013-09-25 07:21:55] 83 -[2013-09-25 07:21:57] >83 -[2013-09-25 07:22:56] >>83 -[2013-09-25 07:23:56] >>83 -[2013-09-25 07:24:57] >>83 -[2013-09-25 07:25:57] >>83 -[2013-09-25 07:26:57] >>83 -[2013-09-25 07:27:57] >>83 -[2013-09-25 07:28:04] 81 -[2013-09-25 07:28:06] >81 -[2013-09-25 07:28:15] 83 -[2013-09-25 07:28:17] >83 -[2013-09-25 07:29:16] >>83 -[2013-09-25 07:30:17] >>83 -[2013-09-25 07:31:17] >>83 -[2013-09-25 07:32:17] >>83 -[2013-09-25 07:33:17] >>83 -[2013-09-25 07:34:17] >>83 -[2013-09-25 07:34:25] 81 -[2013-09-25 07:34:27] >81 -[2013-09-25 07:34:35] 83 -[2013-09-25 07:34:37] >83 -[2013-09-25 07:35:37] >>83 -[2013-09-25 07:36:37] >>83 -[2013-09-25 07:37:37] >>83 -[2013-09-25 07:38:37] >>83 -[2013-09-25 07:39:37] >>83 -[2013-09-25 07:40:38] >>83 -[2013-09-25 07:40:46] 81 -[2013-09-25 07:40:48] >81 -[2013-09-25 07:40:57] 83 -[2013-09-25 07:40:58] >83 -[2013-09-25 07:41:58] >>83 -[2013-09-25 07:42:58] >>83 -[2013-09-25 07:43:58] >>83 -[2013-09-25 07:44:58] >>83 -[2013-09-25 07:45:59] >>83 -[2013-09-25 07:46:59] >>83 -[2013-09-25 07:47:18] 81 -[2013-09-25 07:47:19] >81 -[2013-09-25 07:47:28] 83 -[2013-09-25 07:47:29] >83 -[2013-09-25 07:48:29] >>83 -[2013-09-25 07:49:29] >>83 -[2013-09-25 07:50:30] >>83 -[2013-09-25 07:51:30] >>83 -[2013-09-25 07:52:30] >>83 -[2013-09-25 07:53:30] >>83 -[2013-09-25 07:53:37] 81 -[2013-09-25 07:53:39] >81 -[2013-09-25 07:53:47] 83 -[2013-09-25 07:53:49] >83 -[2013-09-25 07:54:49] >>83 -[2013-09-25 07:55:49] >>83 -[2013-09-25 07:56:49] >>83 -[2013-09-25 07:57:49] >>83 -[2013-09-25 07:58:50] >>83 -[2013-09-25 07:59:50] >>83 -[2013-09-25 07:59:56] 81 -[2013-09-25 07:59:58] >81 -[2013-09-25 08:00:07] 83 -[2013-09-25 08:00:09] >83 -[2013-09-25 08:01:08] >>83 -[2013-09-25 08:02:09] >>83 -[2013-09-25 08:03:09] >>83 -[2013-09-25 08:04:09] >>83 -[2013-09-25 08:05:09] >>83 -[2013-09-25 08:06:10] >>83 -[2013-09-25 08:06:16] 81 -[2013-09-25 08:06:18] >81 -[2013-09-25 08:06:27] 83 -[2013-09-25 08:06:29] >83 -[2013-09-25 08:07:29] >>83 -[2013-09-25 08:08:29] >>83 -[2013-09-25 08:09:29] >>83 -[2013-09-25 08:10:29] >>83 -[2013-09-25 08:11:30] >>83 -[2013-09-25 08:12:30] >>83 -[2013-09-25 08:12:37] 81 -[2013-09-25 08:12:39] >81 -[2013-09-25 08:12:48] 83 -[2013-09-25 08:12:49] >83 -[2013-09-25 08:13:49] >>83 -[2013-09-25 08:14:49] >>83 -[2013-09-25 08:15:49] >>83 -[2013-09-25 08:16:50] >>83 -[2013-09-25 08:17:50] >>83 -[2013-09-25 08:18:50] >>83 -[2013-09-25 08:18:58] 81 -[2013-09-25 08:19:00] >81 -[2013-09-25 08:19:09] 83 -[2013-09-25 08:19:10] >83 -[2013-09-25 08:20:10] >>83 -[2013-09-25 08:21:10] >>83 -[2013-09-25 08:22:11] >>83 -[2013-09-25 08:23:11] >>83 -[2013-09-25 08:24:11] >>83 -[2013-09-25 08:25:11] >>83 -[2013-09-25 08:25:29] 81 -[2013-09-25 08:25:31] >81 -[2013-09-25 08:25:40] 83 -[2013-09-25 08:25:42] >83 -[2013-09-25 08:26:41] >>83 -[2013-09-25 08:27:42] >>83 -[2013-09-25 08:28:42] >>83 -[2013-09-25 08:29:42] >>83 -[2013-09-25 08:30:42] >>83 -[2013-09-25 08:31:42] >>83 -[2013-09-25 08:31:49] 81 -[2013-09-25 08:31:51] >81 -[2013-09-25 08:32:00] 83 -[2013-09-25 08:32:01] >83 -[2013-09-25 08:33:01] >>83 -[2013-09-25 08:34:01] >>83 -[2013-09-25 08:35:02] >>83 -[2013-09-25 08:36:02] >>83 -[2013-09-25 08:37:02] >>83 -[2013-09-25 08:38:02] >>83 -[2013-09-25 08:38:09] 81 -[2013-09-25 08:38:11] >81 -[2013-09-25 08:38:20] 83 -[2013-09-25 08:38:21] >83 -[2013-09-25 08:39:21] >>83 -[2013-09-25 08:40:21] >>83 -[2013-09-25 08:41:21] >>83 -[2013-09-25 08:42:21] >>83 -[2013-09-25 08:43:22] >>83 -[2013-09-25 08:44:22] >>83 -[2013-09-25 08:44:29] 81 -[2013-09-25 08:44:31] >81 -[2013-09-25 08:44:39] 83 -[2013-09-25 08:44:41] >83 -[2013-09-25 08:45:06] 87 -[2013-09-25 08:45:07] 83 -[2013-09-25 08:45:08] >83 -[2013-09-25 08:46:08] >>83 -[2013-09-25 08:47:08] >>83 -[2013-09-25 08:48:08] >>83 -[2013-09-25 08:49:09] >>83 -[2013-09-25 08:50:09] >>83 -[2013-09-25 08:50:49] 81 -[2013-09-25 08:50:51] >81 -[2013-09-25 08:51:00] 83 -[2013-09-25 08:51:01] >83 -[2013-09-25 08:51:27] 87 -[2013-09-25 08:51:32] 83 -[2013-09-25 08:51:33] >83 -[2013-09-25 08:52:33] >>83 -[2013-09-25 08:53:33] >>83 -[2013-09-25 08:54:33] >>83 -[2013-09-25 08:55:33] >>83 -[2013-09-25 08:56:34] >>83 -[2013-09-25 08:57:10] 81 -[2013-09-25 08:57:12] >81 -[2013-09-25 08:57:21] 83 -[2013-09-25 08:57:22] >83 -[2013-09-25 08:58:22] >>83 -[2013-09-25 08:59:22] >>83 -[2013-09-25 09:00:22] >>83 -[2013-09-25 09:01:22] >>83 -[2013-09-25 09:02:23] >>83 -[2013-09-25 09:03:23] >>83 -[2013-09-25 09:03:42] 81 -[2013-09-25 09:03:44] >81 -[2013-09-25 09:03:52] 83 -[2013-09-25 09:03:54] >83 -[2013-09-25 09:04:18] 87 -[2013-09-25 09:04:19] 83 -[2013-09-25 09:04:20] >83 -[2013-09-25 09:05:20] >>83 -[2013-09-25 09:06:20] >>83 -[2013-09-25 09:07:20] >>83 -[2013-09-25 09:08:21] >>83 -[2013-09-25 09:09:21] >>83 -[2013-09-25 09:10:01] 81 -[2013-09-25 09:10:03] >81 -[2013-09-25 09:10:12] 83 -[2013-09-25 09:10:13] >83 -[2013-09-25 09:11:13] >>83 -[2013-09-25 09:12:13] >>83 -[2013-09-25 09:13:13] >>83 -[2013-09-25 09:14:14] >>83 -[2013-09-25 09:15:14] >>83 -[2013-09-25 09:16:14] >>83 -[2013-09-25 09:16:21] 81 -[2013-09-25 09:16:23] >81 -[2013-09-25 09:16:31] 83 -[2013-09-25 09:16:33] >83 -[2013-09-25 09:17:33] >>83 -[2013-09-25 09:18:33] >>83 -[2013-09-25 09:19:33] >>83 -[2013-09-25 09:20:33] >>83 -[2013-09-25 09:21:34] >>83 -[2013-09-25 09:22:34] >>83 -[2013-09-25 09:22:41] 81 -[2013-09-25 09:22:43] >81 -[2013-09-25 09:22:51] 83 -[2013-09-25 09:22:53] >83 -[2013-09-25 09:23:53] >>83 -[2013-09-25 09:24:53] >>83 -[2013-09-25 09:25:53] >>83 -[2013-09-25 09:26:53] >>83 -[2013-09-25 09:27:53] >>83 -[2013-09-25 09:28:54] >>83 -[2013-09-25 09:29:01] 81 -[2013-09-25 09:29:03] >81 -[2013-09-25 09:29:12] 83 -[2013-09-25 09:29:14] >83 -[2013-09-25 09:30:13] >>83 -[2013-09-25 09:31:13] >>83 -[2013-09-25 09:31:24] 81 -[2013-09-25 09:31:26] >81 -[2013-09-25 09:32:25] >>81 -[2013-09-25 09:32:57] 83 -[2013-09-25 09:32:59] >83 -[2013-09-25 09:33:58] >>83 -[2013-09-25 09:34:59] >>83 -[2013-09-25 09:35:22] 81 -[2013-09-25 09:35:24] >81 -[2013-09-25 09:35:33] 83 -[2013-09-25 09:35:35] >83 -[2013-09-25 09:36:34] >>83 -[2013-09-25 09:36:55] 89 -[2013-09-25 09:36:58] >89 -[2013-09-25 09:37:19] 81 -[2013-09-25 09:37:21] >81 -[2013-09-25 09:37:24] 83 -[2013-09-25 09:37:26] >83 -[2013-09-25 09:38:25] >>83 -[2013-09-25 09:39:26] >>83 -[2013-09-25 09:40:26] >>83 -[2013-09-25 09:41:26] >>83 -[2013-09-25 09:41:54] 81 -[2013-09-25 09:41:56] >81 -[2013-09-25 09:42:04] 83 -[2013-09-25 09:42:06] >83 -[2013-09-25 09:43:06] >>83 -[2013-09-25 09:44:06] >>83 -[2013-09-25 09:45:06] >>83 -[2013-09-25 09:46:06] >>83 -[2013-09-25 09:47:06] >>83 -[2013-09-25 09:48:07] >>83 -[2013-09-25 09:48:13] 81 -[2013-09-25 09:48:15] >81 -[2013-09-25 09:48:24] 83 -[2013-09-25 09:48:26] >83 -[2013-09-25 09:49:25] >>83 -[2013-09-25 09:50:26] >>83 -[2013-09-25 09:51:26] >>83 -[2013-09-25 09:52:26] >>83 -[2013-09-25 09:53:26] >>83 -[2013-09-25 09:54:26] >>83 -[2013-09-25 09:54:33] 81 -[2013-09-25 09:54:35] >81 -[2013-09-25 09:54:44] 83 -[2013-09-25 09:54:45] >83 -[2013-09-25 09:55:45] >>83 -[2013-09-25 09:56:45] >>83 -[2013-09-25 09:57:45] >>83 -[2013-09-25 09:58:46] >>83 -[2013-09-25 09:59:46] >>83 -[2013-09-25 10:00:46] >>83 -[2013-09-25 10:00:53] 81 -[2013-09-25 10:00:55] >81 -[2013-09-25 10:01:03] 83 -[2013-09-25 10:01:05] >83 -[2013-09-25 10:02:05] >>83 -[2013-09-25 10:03:05] >>83 -[2013-09-25 10:04:05] >>83 -[2013-09-25 10:05:05] >>83 -[2013-09-25 10:06:06] >>83 -[2013-09-25 10:07:06] >>83 -[2013-09-25 10:07:14] 81 -[2013-09-25 10:07:16] >81 -[2013-09-25 10:07:24] 83 -[2013-09-25 10:07:26] >83 -[2013-09-25 10:08:26] >>83 -[2013-09-25 10:09:26] >>83 -[2013-09-25 10:10:26] >>83 -[2013-09-25 10:11:26] >>83 -[2013-09-25 10:12:27] >>83 -[2013-09-25 10:13:27] >>83 -[2013-09-25 10:13:35] 81 -[2013-09-25 10:13:37] >81 -[2013-09-25 10:13:45] 83 -[2013-09-25 10:13:47] >83 -[2013-09-25 10:14:47] >>83 -[2013-09-25 10:15:47] >>83 -[2013-09-25 10:16:47] >>83 -[2013-09-25 10:17:48] >>83 -[2013-09-25 10:18:48] >>83 -[2013-09-25 10:19:48] >>83 -[2013-09-25 10:20:06] 81 -[2013-09-25 10:20:08] >81 -[2013-09-25 10:20:17] 83 -[2013-09-25 10:20:18] >83 -[2013-09-25 10:21:18] >>83 -[2013-09-25 10:22:18] >>83 -[2013-09-25 10:23:18] >>83 -[2013-09-25 10:24:19] >>83 -[2013-09-25 10:25:19] >>83 -[2013-09-25 10:26:19] >>83 -[2013-09-25 10:26:26] 81 -[2013-09-25 10:26:28] >81 -[2013-09-25 10:26:36] 83 -[2013-09-25 10:26:38] >83 -[2013-09-25 10:27:38] >>83 -[2013-09-25 10:28:38] >>83 -[2013-09-25 10:29:38] >>83 -[2013-09-25 10:30:38] >>83 -[2013-09-25 10:31:38] >>83 -[2013-09-25 10:32:39] >>83 -[2013-09-25 10:32:45] 81 -[2013-09-25 10:32:46] >81 -[2013-09-25 10:32:56] 83 -[2013-09-25 10:32:57] >83 -[2013-09-25 10:33:57] >>83 -[2013-09-25 10:34:57] >>83 -[2013-09-25 10:35:57] >>83 -[2013-09-25 10:36:57] >>83 -[2013-09-25 10:37:58] >>83 -[2013-09-25 10:38:58] >>83 -[2013-09-25 10:39:05] 81 -[2013-09-25 10:39:07] >81 -[2013-09-25 10:39:16] 83 -[2013-09-25 10:39:17] >83 -[2013-09-25 10:40:17] >>83 -[2013-09-25 10:41:17] >>83 -[2013-09-25 10:42:17] >>83 -[2013-09-25 10:43:18] >>83 -[2013-09-25 10:44:18] >>83 -[2013-09-25 10:45:18] >>83 -[2013-09-25 10:45:26] 81 -[2013-09-25 10:45:28] >81 -[2013-09-25 10:45:36] 83 -[2013-09-25 10:45:38] >83 -[2013-09-25 10:46:38] >>83 -[2013-09-25 10:47:38] >>83 -[2013-09-25 10:48:38] >>83 -[2013-09-25 10:49:38] >>83 -[2013-09-25 10:50:39] >>83 -[2013-09-25 10:51:39] >>83 -[2013-09-25 10:51:47] 81 -[2013-09-25 10:51:49] >81 -[2013-09-25 10:51:57] 83 -[2013-09-25 10:51:59] >83 -[2013-09-25 10:52:59] >>83 -[2013-09-25 10:53:59] >>83 -[2013-09-25 10:54:59] >>83 -[2013-09-25 10:55:59] >>83 -[2013-09-25 10:56:59] >>83 -[2013-09-25 10:58:00] >>83 -[2013-09-25 10:58:18] 81 -[2013-09-25 10:58:20] >81 -[2013-09-25 10:58:29] 83 -[2013-09-25 10:58:30] >83 -[2013-09-25 10:59:30] >>83 -[2013-09-25 11:00:30] >>83 -[2013-09-25 11:01:31] >>83 -[2013-09-25 11:02:31] >>83 -[2013-09-25 11:03:31] >>83 -[2013-09-25 11:04:31] >>83 -[2013-09-25 11:04:38] 81 -[2013-09-25 11:04:40] >81 -[2013-09-25 11:04:48] 83 -[2013-09-25 11:04:50] >83 -[2013-09-25 11:05:50] >>83 -[2013-09-25 11:06:50] >>83 -[2013-09-25 11:07:50] >>83 -[2013-09-25 11:08:51] >>83 -[2013-09-25 11:09:51] >>83 -[2013-09-25 11:10:51] >>83 -[2013-09-25 11:10:58] 81 -[2013-09-25 11:10:59] >81 -[2013-09-25 11:11:08] 83 -[2013-09-25 11:11:10] >83 -[2013-09-25 11:12:09] >>83 -[2013-09-25 11:13:10] >>83 -[2013-09-25 11:14:10] >>83 -[2013-09-25 11:15:10] >>83 -[2013-09-25 11:16:10] >>83 -[2013-09-25 11:17:10] >>83 -[2013-09-25 11:17:17] 81 -[2013-09-25 11:17:19] >81 -[2013-09-25 11:17:28] 83 -[2013-09-25 11:17:30] >83 -[2013-09-25 11:18:29] >>83 -[2013-09-25 11:19:30] >>83 -[2013-09-25 11:20:30] >>83 -[2013-09-25 11:21:30] >>83 -[2013-09-25 11:22:31] >>83 -[2013-09-25 11:23:32] >>83 -[2013-09-25 11:23:48] 81 -[2013-09-25 11:23:49] >81 -[2013-09-25 11:23:59] 83 -[2013-09-25 11:24:01] >83 -[2013-09-25 11:25:00] >>83 -[2013-09-25 11:26:01] >>83 -[2013-09-25 11:26:46] 81 -[2013-09-25 11:26:48] >81 -[2013-09-25 11:27:48] >>81 -[2013-09-25 11:27:55] 83 -[2013-09-25 11:27:57] >83 -[2013-09-25 11:28:56] >>83 -[2013-09-25 11:29:56] >>83 -[2013-09-25 11:30:09] 81 -[2013-09-25 11:30:11] >81 -[2013-09-25 11:30:20] 83 -[2013-09-25 11:30:22] >83 -[2013-09-25 11:31:22] >>83 -[2013-09-25 11:32:22] >>83 -[2013-09-25 11:33:22] >>83 -[2013-09-25 11:34:22] >>83 -[2013-09-25 11:34:40] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1011&valore=83 -[2013-09-25 11:35:40] >>83 -[2013-09-25 11:35:43] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1011&valore=83 -[2013-09-25 11:36:41] 81 -[2013-09-25 11:37:44] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1011&valore=81 -[2013-09-25 11:37:45] 83 -[2013-09-25 11:37:47] >83 -[2013-09-25 11:38:46] >>83 -[2013-09-25 11:39:46] >>83 -[2013-09-25 11:40:47] >>83 -[2013-09-25 11:41:47] >>83 -[2013-09-25 11:42:47] >>83 -[2013-09-25 11:43:01] 81 -[2013-09-25 11:43:03] >81 -[2013-09-25 11:43:11] 83 -[2013-09-25 11:43:12] >83 -[2013-09-25 11:44:12] >>83 -[2013-09-25 11:45:12] >>83 -[2013-09-25 11:46:13] >>83 -[2013-09-25 11:47:13] >>83 -[2013-09-25 11:48:13] >>83 -[2013-09-25 11:49:13] >>83 -[2013-09-25 11:49:20] 81 -[2013-09-25 11:49:22] >81 -[2013-09-25 11:49:31] 83 -[2013-09-25 11:49:32] >83 -[2013-09-25 11:50:32] >>83 -[2013-09-25 11:51:32] >>83 -[2013-09-25 11:52:32] >>83 -[2013-09-25 11:53:33] >>83 -[2013-09-25 11:54:33] >>83 -[2013-09-25 11:55:33] >>83 -[2013-09-25 11:55:40] 81 -[2013-09-25 11:55:42] >81 -[2013-09-25 11:55:51] 83 -[2013-09-25 11:55:52] >83 -[2013-09-25 11:56:52] >>83 -[2013-09-25 11:57:52] >>83 -[2013-09-25 11:58:52] >>83 -[2013-09-25 11:59:10] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1011&valore=83 -[2013-09-25 12:00:11] >>83 -[2013-09-25 12:00:14] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1011&valore=83 -[2013-09-25 12:01:14] >>83 -[2013-09-25 12:01:17] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1011&valore=83 -[2013-09-25 12:02:01] 81 -[2013-09-25 12:02:15] 83 -[2013-09-25 12:02:17] >83 -[2013-09-25 12:03:18] >>83 -[2013-09-25 12:04:18] >>83 -[2013-09-25 12:05:18] >>83 -[2013-09-25 12:06:18] >>83 -[2013-09-25 12:07:19] >>83 -[2013-09-25 12:08:19] >>83 -[2013-09-25 12:08:22] 81 -[2013-09-25 12:08:24] >81 -[2013-09-25 12:08:32] 83 -[2013-09-25 12:08:34] >83 -[2013-09-25 12:09:33] >>83 -[2013-09-25 12:10:34] >>83 -[2013-09-25 12:11:34] >>83 -[2013-09-25 12:12:34] >>83 -[2013-09-25 12:13:34] >>83 -[2013-09-25 12:14:35] >>83 -[2013-09-25 12:14:53] 81 -[2013-09-25 12:14:54] >81 -[2013-09-25 12:15:03] 83 -[2013-09-25 12:15:05] >83 -[2013-09-25 12:16:05] >>83 -[2013-09-25 12:17:05] >>83 -[2013-09-25 12:18:05] >>83 -[2013-09-25 12:19:08] >>83 -[2013-09-25 12:20:08] >>83 -[2013-09-25 12:21:08] >>83 -[2013-09-25 12:21:13] 81 -[2013-09-25 12:21:14] >81 -[2013-09-25 12:21:23] 83 -[2013-09-25 12:21:25] >83 -[2013-09-25 12:22:25] >>83 -[2013-09-25 12:23:25] >>83 -[2013-09-25 12:24:25] >>83 -[2013-09-25 12:25:25] >>83 -[2013-09-25 12:26:25] >>83 -[2013-09-25 12:27:26] >>83 -[2013-09-25 12:27:33] 81 -[2013-09-25 12:27:34] >81 -[2013-09-25 12:27:43] 83 -[2013-09-25 12:27:44] >83 -[2013-09-25 12:28:44] >>83 -[2013-09-25 12:29:44] >>83 -[2013-09-25 12:30:44] >>83 -[2013-09-25 12:31:44] >>83 -[2013-09-25 12:32:45] >>83 -[2013-09-25 12:33:45] >>83 -[2013-09-25 12:33:53] 81 -[2013-09-25 12:33:55] >81 -[2013-09-25 12:34:03] 83 -[2013-09-25 12:34:04] >83 -[2013-09-25 12:34:30] 87 -[2013-09-25 12:34:30] 83 -[2013-09-25 12:34:32] >83 -[2013-09-25 12:35:32] >>83 -[2013-09-25 12:36:32] >>83 -[2013-09-25 12:37:32] >>83 -[2013-09-25 12:38:32] >>83 -[2013-09-25 12:39:32] >>83 -[2013-09-25 12:40:13] 81 -[2013-09-25 12:40:15] >81 -[2013-09-25 12:40:23] 83 -[2013-09-25 12:40:25] >83 -[2013-09-25 12:40:51] 87 -[2013-09-25 12:40:51] 83 -[2013-09-25 12:40:53] >83 -[2013-09-25 12:41:52] >>83 -[2013-09-25 12:42:53] >>83 -[2013-09-25 12:43:53] >>83 -[2013-09-25 12:44:53] >>83 -[2013-09-25 12:45:53] >>83 -[2013-09-25 12:46:34] 81 -[2013-09-25 12:46:36] >81 -[2013-09-25 12:46:44] 83 -[2013-09-25 12:46:46] >83 -[2013-09-25 12:47:45] >>83 -[2013-09-25 12:48:46] >>83 -[2013-09-25 12:49:46] >>83 -[2013-09-25 12:50:46] >>83 -[2013-09-25 12:51:46] >>83 -[2013-09-25 12:52:47] >>83 -[2013-09-25 12:53:06] 81 -[2013-09-25 12:53:07] >81 -[2013-09-25 12:53:16] 83 -[2013-09-25 12:53:17] >83 -[2013-09-25 12:53:42] 87 -[2013-09-25 12:53:42] 83 -[2013-09-25 12:53:44] >83 -[2013-09-25 12:54:44] >>83 -[2013-09-25 12:55:44] >>83 -[2013-09-25 12:56:44] >>83 -[2013-09-25 12:57:44] >>83 -[2013-09-25 12:58:44] >>83 -[2013-09-25 12:59:25] 81 -[2013-09-25 12:59:26] >81 -[2013-09-25 12:59:35] 83 -[2013-09-25 12:59:37] >83 -[2013-09-25 13:00:37] >>83 -[2013-09-25 13:01:37] >>83 -[2013-09-25 13:02:37] >>83 -[2013-09-25 13:03:37] >>83 -[2013-09-25 13:04:37] >>83 -[2013-09-25 13:05:37] >>83 -[2013-09-25 13:05:45] 81 -[2013-09-25 13:05:46] >81 -[2013-09-25 13:05:55] 83 -[2013-09-25 13:05:57] >83 -[2013-09-25 13:06:56] >>83 -[2013-09-25 13:07:56] >>83 -[2013-09-25 13:08:57] >>83 -[2013-09-25 13:09:57] >>83 -[2013-09-25 13:10:57] >>83 -[2013-09-25 13:11:57] >>83 -[2013-09-25 13:12:05] 81 -[2013-09-25 13:12:06] >81 -[2013-09-25 13:12:15] 83 -[2013-09-25 13:12:17] >83 -[2013-09-25 13:13:16] >>83 -[2013-09-25 13:14:17] >>83 -[2013-09-25 13:15:17] >>83 -[2013-09-25 13:16:17] >>83 -[2013-09-25 13:17:17] >>83 -[2013-09-25 13:18:17] >>83 -[2013-09-25 13:18:24] 81 -[2013-09-25 13:18:26] >81 -[2013-09-25 13:18:35] 83 -[2013-09-25 13:18:44] >83 -[2013-09-25 13:19:43] >>83 -[2013-09-25 13:20:43] >>83 -[2013-09-25 13:21:44] >>83 -[2013-09-25 13:22:44] >>83 -[2013-09-25 13:23:44] >>83 -[2013-09-25 13:24:44] >>83 -[2013-09-25 13:24:45] 81 -[2013-09-25 13:24:47] >81 -[2013-09-25 13:24:56] 83 -[2013-09-25 13:24:58] >83 -[2013-09-25 13:25:58] >>83 -[2013-09-25 13:26:58] >>83 -[2013-09-25 13:27:58] >>83 -[2013-09-25 13:28:58] >>83 -[2013-09-25 13:29:58] >>83 -[2013-09-25 13:30:59] >>83 -[2013-09-25 13:31:18] 81 -[2013-09-25 13:31:19] >81 -[2013-09-25 13:31:28] 83 -[2013-09-25 13:31:30] >83 -[2013-09-25 13:32:29] >>83 -[2013-09-25 13:33:30] >>83 -[2013-09-25 13:34:34] >>83 -[2013-09-25 13:35:35] >>83 -[2013-09-25 13:36:35] >>83 -[2013-09-25 13:37:35] >>83 -[2013-09-25 13:37:37] 81 -[2013-09-25 13:37:38] >81 -[2013-09-25 13:37:47] 83 -[2013-09-25 13:37:49] >83 -[2013-09-25 13:38:49] >>83 -[2013-09-25 13:39:49] >>83 -[2013-09-25 13:40:49] >>83 -[2013-09-25 13:41:49] >>83 -[2013-09-25 13:42:49] >>83 -[2013-09-25 13:43:50] >>83 -[2013-09-25 13:43:57] 81 -[2013-09-25 13:43:58] >81 -[2013-09-25 13:44:07] 83 -[2013-09-25 13:44:09] >83 -[2013-09-25 13:45:08] >>83 -[2013-09-25 13:46:08] >>83 -[2013-09-25 13:47:09] >>83 -[2013-09-25 13:48:09] >>83 -[2013-09-25 13:49:09] >>83 -[2013-09-25 13:50:09] >>83 -[2013-09-25 13:50:16] 81 -[2013-09-25 13:50:18] >81 -[2013-09-25 13:50:27] 83 -[2013-09-25 13:50:29] >83 -[2013-09-25 13:51:28] >>83 -[2013-09-25 13:52:29] >>83 -[2013-09-25 13:53:29] >>83 -[2013-09-25 13:54:29] >>83 -[2013-09-25 13:55:29] >>83 -[2013-09-25 13:56:30] >>83 -[2013-09-25 13:56:38] 81 -[2013-09-25 13:56:39] >81 -[2013-09-25 13:56:48] 83 -[2013-09-25 13:56:50] >83 -[2013-09-25 13:57:22] 81 -[2013-09-25 13:57:23] >81 -[2013-09-25 13:58:23] >>81 -[2013-09-25 13:59:22] 83 -[2013-09-25 13:59:23] >83 -[2013-09-25 14:00:23] >>83 -[2013-09-25 14:01:23] >>83 -[2013-09-25 14:02:23] >>83 -[2013-09-25 14:02:58] 81 -[2013-09-25 14:03:00] >81 -[2013-09-25 14:03:09] 83 -[2013-09-25 14:03:10] >83 -[2013-09-25 14:04:10] >>83 -[2013-09-25 14:05:10] >>83 -[2013-09-25 14:06:10] >>83 -[2013-09-25 14:07:11] >>83 -[2013-09-25 14:08:11] >>83 -[2013-09-25 14:09:11] >>83 -[2013-09-25 14:09:30] 81 -[2013-09-25 14:09:31] >81 -[2013-09-25 14:09:40] 83 -[2013-09-25 14:09:42] >83 -[2013-09-25 14:10:42] >>83 -[2013-09-25 14:11:42] >>83 -[2013-09-25 14:12:42] >>83 -[2013-09-25 14:13:42] >>83 -[2013-09-25 14:14:43] >>83 -[2013-09-25 14:15:43] >>83 -[2013-09-25 14:15:50] 81 -[2013-09-25 14:15:51] >81 -[2013-09-25 14:16:00] 83 -[2013-09-25 14:16:01] >83 -[2013-09-25 14:17:01] >>83 -[2013-09-25 14:18:01] >>83 -[2013-09-25 14:19:01] >>83 -[2013-09-25 14:20:01] >>83 -[2013-09-25 14:21:02] >>83 -[2013-09-25 14:22:02] >>83 -[2013-09-25 14:22:08] 81 -[2013-09-25 14:22:10] >81 -[2013-09-25 14:22:19] 83 -[2013-09-25 14:22:21] >83 -[2013-09-25 14:23:21] >>83 -[2013-09-25 14:24:21] >>83 -[2013-09-25 14:25:21] >>83 -[2013-09-25 14:26:21] >>83 -[2013-09-25 14:27:21] >>83 -[2013-09-25 14:28:22] >>83 -[2013-09-25 14:28:29] 81 -[2013-09-25 14:28:30] >81 -[2013-09-25 14:28:39] 83 -[2013-09-25 14:28:41] >83 -[2013-09-25 14:29:41] >>83 -[2013-09-25 14:30:41] >>83 -[2013-09-25 14:31:41] >>83 -[2013-09-25 14:32:41] >>83 -[2013-09-25 14:33:42] >>83 -[2013-09-25 14:34:42] >>83 -[2013-09-25 14:34:49] 81 -[2013-09-25 14:34:51] >81 -[2013-09-25 14:35:00] 83 -[2013-09-25 14:35:01] >83 -[2013-09-25 14:36:01] >>83 -[2013-09-25 14:37:01] >>83 -[2013-09-25 14:38:01] >>83 -[2013-09-25 14:39:02] >>83 -[2013-09-25 14:40:02] >>83 -[2013-09-25 14:41:02] >>83 -[2013-09-25 14:41:11] 81 -[2013-09-25 14:41:12] >81 -[2013-09-25 14:41:21] 83 -[2013-09-25 14:41:22] >83 -[2013-09-25 14:42:22] >>83 -[2013-09-25 14:43:22] >>83 -[2013-09-25 14:44:23] >>83 -[2013-09-25 14:45:23] >>83 -[2013-09-25 14:46:23] >>83 -[2013-09-25 14:47:23] >>83 -[2013-09-25 14:47:42] 81 -[2013-09-25 14:47:43] >81 -[2013-09-25 14:47:52] 83 -[2013-09-25 14:47:54] >83 -[2013-09-25 14:48:53] >>83 -[2013-09-25 14:49:54] >>83 -[2013-09-25 14:50:54] >>83 -[2013-09-25 14:51:54] >>83 -[2013-09-25 14:52:54] >>83 -[2013-09-25 14:53:54] >>83 -[2013-09-25 14:54:01] 81 -[2013-09-25 14:54:03] >81 -[2013-09-25 14:54:12] 83 -[2013-09-25 14:54:13] >83 -[2013-09-25 14:55:13] >>83 -[2013-09-25 14:56:13] >>83 -[2013-09-25 14:57:13] >>83 -[2013-09-25 14:58:14] >>83 -[2013-09-25 14:59:14] >>83 -[2013-09-25 15:00:14] >>83 -[2013-09-25 15:00:21] 81 -[2013-09-25 15:00:22] >81 -[2013-09-25 15:00:31] 83 -[2013-09-25 15:00:33] >83 -[2013-09-25 15:01:33] >>83 -[2013-09-25 15:02:33] >>83 -[2013-09-25 15:03:33] >>83 -[2013-09-25 15:04:33] >>83 -[2013-09-25 15:05:34] >>83 -[2013-09-25 15:06:34] >>83 -[2013-09-25 15:06:40] 81 -[2013-09-25 15:06:42] >81 -[2013-09-25 15:06:52] 83 -[2013-09-25 15:06:53] >83 -[2013-09-25 15:07:53] >>83 -[2013-09-25 15:08:53] >>83 -[2013-09-25 15:09:53] >>83 -[2013-09-25 15:10:54] >>83 -[2013-09-25 15:11:54] >>83 -[2013-09-25 15:12:54] >>83 -[2013-09-25 15:13:02] 81 -[2013-09-25 15:13:03] >81 -[2013-09-25 15:13:12] 83 -[2013-09-25 15:13:13] >83 -[2013-09-25 15:14:13] >>83 -[2013-09-25 15:15:13] >>83 -[2013-09-25 15:16:14] >>83 -[2013-09-25 15:17:14] >>83 -[2013-09-25 15:18:14] >>83 -[2013-09-25 15:19:14] >>83 -[2013-09-25 15:19:23] 81 -[2013-09-25 15:19:24] >81 -[2013-09-25 15:19:33] 83 -[2013-09-25 15:19:35] >83 -[2013-09-25 15:20:34] >>83 -[2013-09-25 15:21:35] >>83 -[2013-09-25 15:22:35] >>83 -[2013-09-25 15:23:35] >>83 -[2013-09-25 15:24:35] >>83 -[2013-09-25 15:25:35] >>83 -[2013-09-25 15:25:53] 81 -[2013-09-25 15:25:55] >81 -[2013-09-25 15:26:04] 83 -[2013-09-25 15:26:06] >83 -[2013-09-25 15:27:06] >>83 -[2013-09-25 15:28:06] >>83 -[2013-09-25 15:29:06] >>83 -[2013-09-25 15:30:06] >>83 -[2013-09-25 15:31:06] >>83 -[2013-09-25 15:32:07] >>83 -[2013-09-25 15:32:14] 81 -[2013-09-25 15:32:15] >81 -[2013-09-25 15:32:24] 83 -[2013-09-25 15:32:26] >83 -[2013-09-25 15:32:50] 87 -[2013-09-25 15:32:50] 83 -[2013-09-25 15:32:52] >83 -[2013-09-25 15:33:52] >>83 -[2013-09-25 15:34:52] >>83 -[2013-09-25 15:35:52] >>83 -[2013-09-25 15:36:52] >>83 -[2013-09-25 15:37:53] >>83 -[2013-09-25 15:38:33] 81 -[2013-09-25 15:38:34] >81 -[2013-09-25 15:38:43] 83 -[2013-09-25 15:38:45] >83 -[2013-09-25 15:39:45] >>83 -[2013-09-25 15:40:45] >>83 -[2013-09-25 15:41:45] >>83 -[2013-09-25 15:42:45] >>83 -[2013-09-25 15:43:46] >>83 -[2013-09-25 15:44:46] >>83 -[2013-09-25 15:44:52] 81 -[2013-09-25 15:44:54] >81 -[2013-09-25 15:45:04] 83 -[2013-09-25 15:45:05] >83 -[2013-09-25 15:46:05] >>83 -[2013-09-25 15:47:05] >>83 -[2013-09-25 15:48:05] >>83 -[2013-09-25 15:49:06] >>83 -[2013-09-25 15:50:06] >>83 -[2013-09-25 15:51:06] >>83 -[2013-09-25 15:51:14] 81 -[2013-09-25 15:51:15] >81 -[2013-09-25 15:51:24] 83 -[2013-09-25 15:51:26] >83 -[2013-09-25 15:51:51] 87 -[2013-09-25 15:51:52] 83 -[2013-09-25 15:51:53] >83 -[2013-09-25 15:52:53] >>83 -[2013-09-25 15:53:53] >>83 -[2013-09-25 15:54:54] >>83 -[2013-09-25 15:55:54] >>83 -[2013-09-25 15:56:54] >>83 -[2013-09-25 15:57:35] 81 -[2013-09-25 15:57:36] >81 -[2013-09-25 15:57:45] 83 -[2013-09-25 15:57:46] >83 -[2013-09-25 15:58:46] >>83 -[2013-09-25 15:59:46] >>83 -[2013-09-25 16:00:47] >>83 -[2013-09-25 16:01:47] >>83 -[2013-09-25 16:02:47] >>83 -[2013-09-25 16:03:47] >>83 -[2013-09-25 16:04:06] 81 -[2013-09-25 16:04:08] >81 -[2013-09-25 16:04:17] 83 -[2013-09-25 16:04:18] >83 -[2013-09-25 16:05:18] >>83 -[2013-09-25 16:06:18] >>83 -[2013-09-25 16:07:18] >>83 -[2013-09-25 16:08:19] >>83 -[2013-09-25 16:09:19] >>83 -[2013-09-25 16:10:19] >>83 -[2013-09-25 16:10:26] 81 -[2013-09-25 16:10:27] >81 -[2013-09-25 16:10:36] 83 -[2013-09-25 16:10:37] >83 -[2013-09-25 16:11:37] >>83 -[2013-09-25 16:12:37] >>83 -[2013-09-25 16:13:38] >>83 -[2013-09-25 16:14:38] >>83 -[2013-09-25 16:15:38] >>83 -[2013-09-25 16:16:38] >>83 -[2013-09-25 16:16:45] 81 -[2013-09-25 16:16:47] >81 -[2013-09-25 16:16:55] 83 -[2013-09-25 16:16:57] >83 -[2013-09-25 16:17:57] >>83 -[2013-09-25 16:18:57] >>83 -[2013-09-25 16:19:57] >>83 -[2013-09-25 16:20:57] >>83 -[2013-09-25 16:21:58] >>83 -[2013-09-25 16:22:58] >>83 -[2013-09-25 16:23:05] 81 -[2013-09-25 16:23:07] >81 -[2013-09-25 16:23:16] 83 -[2013-09-25 16:23:17] >83 -[2013-09-25 16:24:17] >>83 -[2013-09-25 16:25:17] >>83 -[2013-09-25 16:26:17] >>83 -[2013-09-25 16:27:18] >>83 -[2013-09-25 16:28:18] >>83 -[2013-09-25 16:29:18] >>83 -[2013-09-25 16:29:26] 81 -[2013-09-25 16:29:27] >81 -[2013-09-25 16:29:36] 83 -[2013-09-25 16:29:38] >83 -[2013-09-25 16:30:38] >>83 -[2013-09-25 16:31:38] >>83 -[2013-09-25 16:32:38] >>83 -[2013-09-25 16:33:38] >>83 -[2013-09-25 16:34:38] >>83 -[2013-09-25 16:35:39] >>83 -[2013-09-25 16:35:46] 81 -[2013-09-25 16:35:48] >81 -[2013-09-25 16:35:57] 83 -[2013-09-25 16:35:59] >83 -[2013-09-25 16:36:58] >>83 -[2013-09-25 16:37:59] >>83 -[2013-09-25 16:38:59] >>83 -[2013-09-25 16:39:59] >>83 -[2013-09-25 16:40:59] >>83 -[2013-09-25 16:41:59] >>83 -[2013-09-25 16:42:19] 81 -[2013-09-25 16:42:20] >81 -[2013-09-25 16:42:29] 83 -[2013-09-25 16:42:30] >83 -[2013-09-25 16:43:30] >>83 -[2013-09-25 16:44:30] >>83 -[2013-09-25 16:45:31] >>83 -[2013-09-25 16:46:31] >>83 -[2013-09-25 16:47:31] >>83 -[2013-09-25 16:48:31] >>83 -[2013-09-25 16:48:37] 81 -[2013-09-25 16:48:39] >81 -[2013-09-25 16:48:48] 83 -[2013-09-25 16:48:50] >83 -[2013-09-25 16:49:49] >>83 -[2013-09-25 16:50:49] >>83 -[2013-09-25 16:51:50] >>83 -[2013-09-25 16:52:50] >>83 -[2013-09-25 16:53:50] >>83 -[2013-09-25 16:54:50] >>83 -[2013-09-25 16:54:57] 81 -[2013-09-25 16:54:59] >81 -[2013-09-25 16:55:08] 83 -[2013-09-25 16:55:09] >83 -[2013-09-25 16:56:09] >>83 -[2013-09-25 16:57:09] >>83 -[2013-09-25 16:58:09] >>83 -[2013-09-25 16:59:10] >>83 -[2013-09-25 17:00:10] >>83 -[2013-09-25 17:01:10] >>83 -[2013-09-25 17:01:17] 81 -[2013-09-25 17:01:19] >81 -[2013-09-25 17:01:28] 83 -[2013-09-25 17:01:29] >83 -[2013-09-25 17:02:29] >>83 -[2013-09-25 17:03:29] >>83 -[2013-09-25 17:04:30] >>83 -[2013-09-25 17:05:30] >>83 -[2013-09-25 17:06:30] >>83 -[2013-09-25 17:07:30] >>83 -[2013-09-25 17:07:37] 81 -[2013-09-25 17:07:39] >81 -[2013-09-25 17:07:48] 83 -[2013-09-25 17:07:50] >83 -[2013-09-25 17:08:49] >>83 -[2013-09-25 17:09:50] >>83 -[2013-09-25 17:10:50] >>83 -[2013-09-25 17:11:50] >>83 -[2013-09-25 17:12:50] >>83 -[2013-09-25 17:13:50] >>83 -[2013-09-25 17:13:59] 81 -[2013-09-25 17:14:00] >81 -[2013-09-25 17:14:09] 83 -[2013-09-25 17:14:11] >83 -[2013-09-25 17:15:11] >>83 -[2013-09-25 17:16:11] >>83 -[2013-09-25 17:17:11] >>83 -[2013-09-25 17:18:11] >>83 -[2013-09-25 17:19:11] >>83 -[2013-09-25 17:20:12] >>83 -[2013-09-25 17:20:30] 81 -[2013-09-25 17:20:32] >81 -[2013-09-25 17:20:41] 83 -[2013-09-25 17:20:43] >83 -[2013-09-25 17:21:42] >>83 -[2013-09-25 17:22:42] >>83 -[2013-09-25 17:23:43] >>83 -[2013-09-25 17:24:43] >>83 -[2013-09-25 17:25:43] >>83 -[2013-09-25 17:26:43] >>83 -[2013-09-25 17:26:49] 81 -[2013-09-25 17:26:51] >81 -[2013-09-25 17:27:00] 83 -[2013-09-25 17:27:02] >83 -[2013-09-25 17:28:01] >>83 -[2013-09-25 17:29:02] >>83 -[2013-09-25 17:30:02] >>83 -[2013-09-25 17:31:02] >>83 -[2013-09-25 17:32:02] >>83 -[2013-09-25 17:33:02] >>83 -[2013-09-25 17:33:10] 81 -[2013-09-25 17:33:11] >81 -[2013-09-25 17:33:20] 83 -[2013-09-25 17:33:21] >83 -[2013-09-25 17:34:21] >>83 -[2013-09-25 17:35:21] >>83 -[2013-09-25 17:36:22] >>83 -[2013-09-25 17:37:22] >>83 -[2013-09-25 17:38:22] >>83 -[2013-09-25 17:39:22] >>83 -[2013-09-25 17:39:29] 81 -[2013-09-25 17:39:31] >81 -[2013-09-25 17:39:40] 83 -[2013-09-25 17:39:42] >83 -[2013-09-25 17:40:41] >>83 -[2013-09-25 17:41:42] >>83 -[2013-09-25 17:42:42] >>83 -[2013-09-25 17:43:42] >>83 -[2013-09-25 17:44:42] >>83 -[2013-09-25 17:45:42] >>83 -[2013-09-25 17:45:50] 81 -[2013-09-25 17:45:52] >81 -[2013-09-25 17:46:00] 83 -[2013-09-25 17:46:02] >83 -[2013-09-25 17:46:27] 87 -[2013-09-25 17:46:28] 83 -[2013-09-25 17:46:30] >83 -[2013-09-25 17:47:19] 81 -[2013-09-25 17:47:21] >81 -[2013-09-25 17:47:34] 83 -[2013-09-25 17:47:35] >83 -[2013-09-25 17:48:35] >>83 -[2013-09-25 17:49:35] >>83 -[2013-09-25 17:50:35] >>83 -[2013-09-25 17:51:36] >>83 -[2013-09-25 17:52:11] 81 -[2013-09-25 17:52:13] >81 -[2013-09-25 17:52:22] 83 -[2013-09-25 17:52:23] >83 -[2013-09-25 17:53:23] >>83 -[2013-09-25 17:54:23] >>83 -[2013-09-25 17:55:23] >>83 -[2013-09-25 17:56:23] >>83 -[2013-09-25 17:57:24] >>83 -[2013-09-25 17:58:24] >>83 -[2013-09-25 17:58:42] 81 -[2013-09-25 17:58:44] >81 -[2013-09-25 17:58:53] 83 -[2013-09-25 17:58:54] >83 -[2013-09-25 17:59:54] >>83 -[2013-09-25 18:00:54] >>83 -[2013-09-25 18:01:54] >>83 -[2013-09-25 18:02:55] >>83 -[2013-09-25 18:03:55] >>83 -[2013-09-25 18:04:55] >>83 -[2013-09-25 18:05:02] 81 -[2013-09-25 18:05:04] >81 -[2013-09-25 18:05:12] 83 -[2013-09-25 18:05:14] >83 -[2013-09-25 18:06:14] >>83 -[2013-09-25 18:07:14] >>83 -[2013-09-25 18:08:14] >>83 -[2013-09-25 18:09:14] >>83 -[2013-09-25 18:10:15] >>83 -[2013-09-25 18:11:15] >>83 -[2013-09-25 18:11:21] 81 -[2013-09-25 18:11:23] >81 -[2013-09-25 18:11:32] 83 -[2013-09-25 18:11:34] >83 -[2013-09-25 18:12:34] >>83 -[2013-09-25 18:13:34] >>83 -[2013-09-25 18:14:34] >>83 -[2013-09-25 18:15:34] >>83 -[2013-09-25 18:16:34] >>83 -[2013-09-25 18:17:35] >>83 -[2013-09-25 18:17:41] 81 -[2013-09-25 18:17:43] >81 -[2013-09-25 18:17:52] 83 -[2013-09-25 18:17:54] >83 -[2013-09-25 18:18:53] >>83 -[2013-09-25 18:19:54] >>83 -[2013-09-25 18:20:54] >>83 -[2013-09-25 18:21:54] >>83 -[2013-09-25 18:22:54] >>83 -[2013-09-25 18:23:55] >>83 -[2013-09-25 18:24:02] 81 -[2013-09-25 18:24:04] >81 -[2013-09-25 18:24:12] 83 -[2013-09-25 18:24:14] >83 -[2013-09-25 18:24:40] 87 -[2013-09-25 18:24:40] 83 -[2013-09-25 18:24:42] >83 -[2013-09-25 18:25:42] >>83 -[2013-09-25 18:26:42] >>83 -[2013-09-25 18:27:42] >>83 -[2013-09-25 18:28:42] >>83 -[2013-09-25 18:29:42] >>83 -[2013-09-25 18:30:23] 81 -[2013-09-25 18:30:25] >81 -[2013-09-25 18:30:34] 83 -[2013-09-25 18:30:35] >83 -[2013-09-25 18:31:35] >>83 -[2013-09-25 18:32:35] >>83 -[2013-09-25 18:33:35] >>83 -[2013-09-25 18:34:36] >>83 -[2013-09-25 18:35:36] >>83 -[2013-09-25 18:36:36] >>83 -[2013-09-25 18:36:54] 81 -[2013-09-25 18:36:56] >81 -[2013-09-25 18:37:05] 83 -[2013-09-25 18:37:07] >83 -[2013-09-25 18:38:06] >>83 -[2013-09-25 18:39:06] >>83 -[2013-09-25 18:40:07] >>83 -[2013-09-25 18:41:07] >>83 -[2013-09-25 18:42:07] >>83 -[2013-09-25 18:43:07] >>83 -[2013-09-25 18:43:14] 81 -[2013-09-25 18:43:16] >81 -[2013-09-25 18:43:25] 83 -[2013-09-25 18:43:26] >83 -[2013-09-25 18:44:26] >>83 -[2013-09-25 18:45:26] >>83 -[2013-09-25 18:46:26] >>83 -[2013-09-25 18:47:27] >>83 -[2013-09-25 18:48:27] >>83 -[2013-09-25 18:49:27] >>83 -[2013-09-25 18:49:33] 81 -[2013-09-25 18:49:35] >81 -[2013-09-25 18:49:44] 83 -[2013-09-25 18:49:46] >83 -[2013-09-25 18:50:46] >>83 -[2013-09-25 18:51:46] >>83 -[2013-09-25 18:52:46] >>83 -[2013-09-25 18:53:46] >>83 -[2013-09-25 18:54:46] >>83 -[2013-09-25 18:55:47] >>83 -[2013-09-25 18:55:54] 81 -[2013-09-25 18:55:56] >81 -[2013-09-25 18:56:04] 83 -[2013-09-25 18:56:06] >83 -[2013-09-25 18:57:05] >>83 -[2013-09-25 18:58:06] >>83 -[2013-09-25 18:59:06] >>83 -[2013-09-25 19:00:06] >>83 -[2013-09-25 19:01:06] >>83 -[2013-09-25 19:02:06] >>83 -[2013-09-25 19:02:14] 81 -[2013-09-25 19:02:16] >81 -[2013-09-25 19:02:25] 83 -[2013-09-25 19:02:26] >83 -[2013-09-25 19:03:26] >>83 -[2013-09-25 19:04:26] >>83 -[2013-09-25 19:05:26] >>83 -[2013-09-25 19:06:27] >>83 -[2013-09-25 19:07:31] >>83 -[2013-09-25 19:08:31] >>83 -[2013-09-25 19:08:35] 81 -[2013-09-25 19:08:37] >81 -[2013-09-25 19:08:46] 83 -[2013-09-25 19:08:47] >83 -[2013-09-25 19:09:47] >>83 -[2013-09-25 19:10:47] >>83 -[2013-09-25 19:11:47] >>83 -[2013-09-25 19:12:48] >>83 -[2013-09-25 19:13:48] >>83 -[2013-09-25 19:14:48] >>83 -[2013-09-25 19:15:07] 81 -[2013-09-25 19:15:09] >81 -[2013-09-25 19:15:17] 83 -[2013-09-25 19:15:19] >83 -[2013-09-25 19:16:19] >>83 -[2013-09-25 19:17:19] >>83 -[2013-09-25 19:18:19] >>83 -[2013-09-25 19:19:19] >>83 -[2013-09-25 19:20:20] >>83 -[2013-09-25 19:21:20] >>83 -[2013-09-25 19:21:26] 81 -[2013-09-25 19:21:28] >81 -[2013-09-25 19:21:37] 83 -[2013-09-25 19:21:38] >83 -[2013-09-25 19:22:38] >>83 -[2013-09-25 19:23:38] >>83 -[2013-09-25 19:24:38] >>83 -[2013-09-25 19:25:39] >>83 -[2013-09-25 19:26:39] >>83 -[2013-09-25 19:27:39] >>83 -[2013-09-25 19:27:46] 81 -[2013-09-25 19:27:48] >81 -[2013-09-25 19:27:56] 83 -[2013-09-25 19:27:58] >83 -[2013-09-25 19:28:58] >>83 -[2013-09-25 19:29:58] >>83 -[2013-09-25 19:30:58] >>83 -[2013-09-25 19:31:58] >>83 -[2013-09-25 19:32:58] >>83 -[2013-09-25 19:33:59] >>83 -[2013-09-25 19:34:06] 81 -[2013-09-25 19:34:08] >81 -[2013-09-25 19:34:16] 83 -[2013-09-25 19:34:18] >83 -[2013-09-25 19:35:17] >>83 -[2013-09-25 19:36:18] >>83 -[2013-09-25 19:37:18] >>83 -[2013-09-25 19:38:18] >>83 -[2013-09-25 19:39:18] >>83 -[2013-09-25 19:40:18] >>83 -[2013-09-25 19:40:26] 81 -[2013-09-25 19:40:28] >81 -[2013-09-25 19:40:37] 83 -[2013-09-25 19:40:38] >83 -[2013-09-25 19:41:38] >>83 -[2013-09-25 19:42:38] >>83 -[2013-09-25 19:43:38] >>83 -[2013-09-25 19:44:39] >>83 -[2013-09-25 19:45:39] >>83 -[2013-09-25 19:46:39] >>83 -[2013-09-25 19:46:47] 81 -[2013-09-25 19:46:49] >81 -[2013-09-25 19:46:58] 83 -[2013-09-25 19:47:00] >83 -[2013-09-25 19:47:59] >>83 -[2013-09-25 19:48:59] >>83 -[2013-09-25 19:50:00] >>83 -[2013-09-25 19:51:00] >>83 -[2013-09-25 19:52:00] >>83 -[2013-09-25 19:53:00] >>83 -[2013-09-25 19:53:19] 81 -[2013-09-25 19:53:21] >81 -[2013-09-25 19:53:29] 83 -[2013-09-25 19:53:31] >83 -[2013-09-25 19:54:30] >>83 -[2013-09-25 19:55:31] >>83 -[2013-09-25 19:56:31] >>83 -[2013-09-25 19:57:31] >>83 -[2013-09-25 19:58:31] >>83 -[2013-09-25 19:59:32] >>83 -[2013-09-25 19:59:38] 81 -[2013-09-25 19:59:40] >81 -[2013-09-25 19:59:49] 83 -[2013-09-25 19:59:51] >83 -[2013-09-25 20:00:50] >>83 -[2013-09-25 20:01:50] >>83 -[2013-09-25 20:02:51] >>83 -[2013-09-25 20:03:51] >>83 -[2013-09-25 20:04:51] >>83 -[2013-09-25 20:05:51] >>83 -[2013-09-25 20:05:58] 81 -[2013-09-25 20:05:59] >81 -[2013-09-25 20:06:09] 83 -[2013-09-25 20:06:10] >83 -[2013-09-25 20:07:10] >>83 -[2013-09-25 20:08:10] >>83 -[2013-09-25 20:09:10] >>83 -[2013-09-25 20:10:11] >>83 -[2013-09-25 20:11:11] >>83 -[2013-09-25 20:12:11] >>83 -[2013-09-25 20:12:18] 81 -[2013-09-25 20:12:20] >81 -[2013-09-25 20:12:28] 83 -[2013-09-25 20:12:30] >83 -[2013-09-25 20:13:30] >>83 -[2013-09-25 20:14:30] >>83 -[2013-09-25 20:15:30] >>83 -[2013-09-25 20:16:30] >>83 -[2013-09-25 20:17:30] >>83 -[2013-09-25 20:18:31] >>83 -[2013-09-25 20:18:39] 81 -[2013-09-25 20:18:40] >81 -[2013-09-25 20:18:49] 83 -[2013-09-25 20:18:51] >83 -[2013-09-25 20:19:50] >>83 -[2013-09-25 20:20:51] >>83 -[2013-09-25 20:21:51] >>83 -[2013-09-25 20:22:51] >>83 -[2013-09-25 20:23:51] >>83 -[2013-09-25 20:24:51] >>83 -[2013-09-25 20:25:00] 81 -[2013-09-25 20:25:02] >81 -[2013-09-25 20:25:10] 83 -[2013-09-25 20:25:12] >83 -[2013-09-25 20:26:11] >>83 -[2013-09-25 20:27:12] >>83 -[2013-09-25 20:28:12] >>83 -[2013-09-25 20:29:12] >>83 -[2013-09-25 20:30:12] >>83 -[2013-09-25 20:31:12] >>83 -[2013-09-25 20:31:31] 81 -[2013-09-25 20:31:33] >81 -[2013-09-25 20:31:41] 83 -[2013-09-25 20:31:43] >83 -[2013-09-25 20:32:43] >>83 -[2013-09-25 20:33:43] >>83 -[2013-09-25 20:34:36] 81 -[2013-09-25 20:34:37] >81 -[2013-09-25 20:35:37] >>81 -[2013-09-25 20:36:37] >>81 -[2013-09-25 20:37:37] >>81 -[2013-09-25 20:38:24] 91 -[2013-09-25 20:38:25] 99 -[2013-09-25 20:38:26] >99 -[2013-09-25 20:39:26] >>99 -[2013-09-25 20:40:26] >>99 -[2013-09-25 20:40:28] 89 -[2013-09-25 20:40:29] 99 -[2013-09-25 20:40:31] >99 -[2013-09-25 20:41:30] >>99 -[2013-09-25 20:42:24] 89 -[2013-09-25 20:42:26] >89 -[2013-09-25 20:42:28] 81 -[2013-09-25 20:42:29] >81 -[2013-09-25 20:42:42] 83 -[2013-09-25 20:42:44] >83 -[2013-09-25 20:43:43] >>83 -[2013-09-25 20:44:44] >>83 -[2013-09-25 20:45:44] >>83 -[2013-09-25 20:46:44] >>83 -[2013-09-25 20:47:44] >>83 -[2013-09-25 20:48:44] >>83 -[2013-09-25 20:48:45] 81 -[2013-09-25 20:48:47] >81 -[2013-09-25 20:48:55] 83 -[2013-09-25 20:48:57] >83 -[2013-09-25 20:49:57] >>83 -[2013-09-25 20:50:57] >>83 -[2013-09-25 20:51:57] >>83 -[2013-09-25 20:52:57] >>83 -[2013-09-25 20:53:57] >>83 -[2013-09-25 20:54:58] >>83 -[2013-09-25 20:55:04] 81 -[2013-09-25 20:55:05] >81 -[2013-09-25 20:55:15] 83 -[2013-09-25 20:55:17] >83 -[2013-09-25 20:56:16] >>83 -[2013-09-25 20:57:16] >>83 -[2013-09-25 20:58:17] >>83 -[2013-09-25 20:59:17] >>83 -[2013-09-25 21:00:17] >>83 -[2013-09-25 21:01:17] >>83 -[2013-09-25 21:01:24] 81 -[2013-09-25 21:01:25] >81 -[2013-09-25 21:01:35] 83 -[2013-09-25 21:01:36] >83 -[2013-09-25 21:02:36] >>83 -[2013-09-25 21:03:36] >>83 -[2013-09-25 21:04:36] >>83 -[2013-09-25 21:05:37] >>83 -[2013-09-25 21:06:37] >>83 -[2013-09-25 21:07:37] >>83 -[2013-09-25 21:07:44] 81 -[2013-09-25 21:07:46] >81 -[2013-09-25 21:07:55] 83 -[2013-09-25 21:07:56] >83 -[2013-09-25 21:08:56] >>83 -[2013-09-25 21:09:56] >>83 -[2013-09-25 21:10:56] >>83 -[2013-09-25 21:11:57] >>83 -[2013-09-25 21:12:57] >>83 -[2013-09-25 21:13:57] >>83 -[2013-09-25 21:14:17] 81 -[2013-09-25 21:14:18] >81 -[2013-09-25 21:14:27] 83 -[2013-09-25 21:14:29] >83 -[2013-09-25 21:15:28] >>83 -[2013-09-25 21:16:28] >>83 -[2013-09-25 21:17:29] >>83 -[2013-09-25 21:18:29] >>83 -[2013-09-25 21:19:29] >>83 -[2013-09-25 21:20:29] >>83 -[2013-09-25 21:20:38] 81 -[2013-09-25 21:20:40] >81 -[2013-09-25 21:20:48] 83 -[2013-09-25 21:20:50] >83 -[2013-09-25 21:21:49] >>83 -[2013-09-25 21:22:50] >>83 -[2013-09-25 21:23:50] >>83 -[2013-09-25 21:24:50] >>83 -[2013-09-25 21:25:50] >>83 -[2013-09-25 21:26:50] >>83 -[2013-09-25 21:26:57] 81 -[2013-09-25 21:26:59] >81 -[2013-09-25 21:27:07] 83 -[2013-09-25 21:27:09] >83 -[2013-09-25 21:28:09] >>83 -[2013-09-25 21:29:09] >>83 -[2013-09-25 21:30:09] >>83 -[2013-09-25 21:31:09] >>83 -[2013-09-25 21:32:10] >>83 -[2013-09-25 21:33:10] >>83 -[2013-09-25 21:33:17] 81 -[2013-09-25 21:33:18] >81 -[2013-09-25 21:33:27] 83 -[2013-09-25 21:33:29] >83 -[2013-09-25 21:34:28] >>83 -[2013-09-25 21:35:29] >>83 -[2013-09-25 21:36:29] >>83 -[2013-09-25 21:37:29] >>83 -[2013-09-25 21:38:29] >>83 -[2013-09-25 21:39:29] >>83 -[2013-09-25 21:39:36] 81 -[2013-09-25 21:39:38] >81 -[2013-09-25 21:39:47] 83 -[2013-09-25 21:39:48] >83 -[2013-09-25 21:40:48] >>83 -[2013-09-25 21:41:48] >>83 -[2013-09-25 21:42:49] >>83 -[2013-09-25 21:43:49] >>83 -[2013-09-25 21:44:49] >>83 -[2013-09-25 21:45:49] >>83 -[2013-09-25 21:45:56] 81 -[2013-09-25 21:45:57] >81 -[2013-09-25 21:46:07] 83 -[2013-09-25 21:46:08] >83 -[2013-09-25 21:47:08] >>83 -[2013-09-25 21:48:08] >>83 -[2013-09-25 21:49:08] >>83 -[2013-09-25 21:50:09] >>83 -[2013-09-25 21:51:09] >>83 -[2013-09-25 21:52:09] >>83 -[2013-09-25 21:52:29] 81 -[2013-09-25 21:52:31] >81 -[2013-09-25 21:52:39] 83 -[2013-09-25 21:52:41] >83 -[2013-09-25 21:53:41] >>83 -[2013-09-25 21:54:41] >>83 -[2013-09-25 21:55:41] >>83 -[2013-09-25 21:56:41] >>83 -[2013-09-25 21:57:41] >>83 -[2013-09-25 21:58:42] >>83 -[2013-09-25 21:58:50] 81 -[2013-09-25 21:58:51] >81 -[2013-09-25 21:59:00] 83 -[2013-09-25 21:59:02] >83 -[2013-09-25 21:59:26] 87 -[2013-09-25 21:59:26] 83 -[2013-09-25 21:59:28] >83 -[2013-09-25 22:00:28] >>83 -[2013-09-25 22:01:28] >>83 -[2013-09-25 22:02:28] >>83 -[2013-09-25 22:03:28] >>83 -[2013-09-25 22:04:29] >>83 -[2013-09-25 22:05:09] 81 -[2013-09-25 22:05:10] >81 -[2013-09-25 22:05:20] 83 -[2013-09-25 22:05:21] >83 -[2013-09-25 22:06:21] >>83 -[2013-09-25 22:07:21] >>83 -[2013-09-25 22:08:21] >>83 -[2013-09-25 22:09:22] >>83 -[2013-09-25 22:10:22] >>83 -[2013-09-25 22:11:22] >>83 -[2013-09-25 22:11:29] 81 -[2013-09-25 22:11:39] >81 -[2013-09-25 22:11:39] 83 -[2013-09-25 22:11:41] >83 -[2013-09-25 22:12:41] >>83 -[2013-09-25 22:13:41] >>83 -[2013-09-25 22:14:41] >>83 -[2013-09-25 22:15:41] >>83 -[2013-09-25 22:16:41] >>83 -[2013-09-25 22:17:42] >>83 -[2013-09-25 22:17:48] 81 -[2013-09-25 22:17:50] >81 -[2013-09-25 22:17:59] 83 -[2013-09-25 22:18:00] >83 -[2013-09-25 22:19:00] >>83 -[2013-09-25 22:20:00] >>83 -[2013-09-25 22:21:00] >>83 -[2013-09-25 22:22:00] >>83 -[2013-09-25 22:23:01] >>83 -[2013-09-25 22:24:01] >>83 -[2013-09-25 22:24:08] 81 -[2013-09-25 22:24:10] >81 -[2013-09-25 22:24:19] 83 -[2013-09-25 22:24:20] >83 -[2013-09-25 22:25:20] >>83 -[2013-09-25 22:26:20] >>83 -[2013-09-25 22:27:20] >>83 -[2013-09-25 22:28:21] >>83 -[2013-09-25 22:29:21] >>83 -[2013-09-25 22:30:21] >>83 -[2013-09-25 22:30:41] 81 -[2013-09-25 22:30:42] >81 -[2013-09-25 22:30:51] 83 -[2013-09-25 22:30:53] >83 -[2013-09-25 22:31:52] >>83 -[2013-09-25 22:32:52] >>83 -[2013-09-25 22:33:53] >>83 -[2013-09-25 22:34:53] >>83 -[2013-09-25 22:35:53] >>83 -[2013-09-25 22:36:53] >>83 -[2013-09-25 22:37:02] 81 -[2013-09-25 22:37:03] >81 -[2013-09-25 22:37:12] 83 -[2013-09-25 22:37:14] >83 -[2013-09-25 22:38:13] >>83 -[2013-09-25 22:39:14] >>83 -[2013-09-25 22:40:14] >>83 -[2013-09-25 22:41:14] >>83 -[2013-09-25 22:42:14] >>83 -[2013-09-25 22:43:14] >>83 -[2013-09-25 22:43:21] 81 -[2013-09-25 22:43:22] >81 -[2013-09-25 22:43:32] 83 -[2013-09-25 22:43:33] >83 -[2013-09-25 22:44:33] >>83 -[2013-09-25 22:45:33] >>83 -[2013-09-25 22:46:33] >>83 -[2013-09-25 22:47:34] >>83 -[2013-09-25 22:48:34] >>83 -[2013-09-25 22:49:34] >>83 -[2013-09-25 22:49:41] 81 -[2013-09-25 22:49:42] >81 -[2013-09-25 22:49:51] 83 -[2013-09-25 22:49:53] >83 -[2013-09-25 22:50:52] >>83 -[2013-09-25 22:51:52] >>83 -[2013-09-25 22:52:53] >>83 -[2013-09-25 22:53:53] >>83 -[2013-09-25 22:54:53] >>83 -[2013-09-25 22:55:53] >>83 -[2013-09-25 22:56:01] 81 -[2013-09-25 22:56:03] >81 -[2013-09-25 22:56:11] 83 -[2013-09-25 22:56:12] >83 -[2013-09-25 22:57:12] >>83 -[2013-09-25 22:58:12] >>83 -[2013-09-25 22:59:12] >>83 -[2013-09-25 23:00:13] >>83 -[2013-09-25 23:01:13] >>83 -[2013-09-25 23:02:13] >>83 -[2013-09-25 23:02:21] 81 -[2013-09-25 23:02:22] >81 -[2013-09-25 23:02:31] 83 -[2013-09-25 23:02:32] >83 -[2013-09-25 23:03:32] >>83 -[2013-09-25 23:04:32] >>83 -[2013-09-25 23:05:33] >>83 -[2013-09-25 23:06:33] >>83 -[2013-09-25 23:07:33] >>83 -[2013-09-25 23:08:33] >>83 -[2013-09-25 23:08:53] 81 -[2013-09-25 23:08:54] >81 -[2013-09-25 23:09:03] 83 -[2013-09-25 23:09:05] >83 -[2013-09-25 23:10:04] >>83 -[2013-09-25 23:11:05] >>83 -[2013-09-25 23:12:05] >>83 -[2013-09-25 23:13:05] >>83 -[2013-09-25 23:14:05] >>83 -[2013-09-25 23:15:05] >>83 -[2013-09-25 23:15:13] 81 -[2013-09-25 23:15:15] >81 -[2013-09-25 23:15:24] 83 -[2013-09-25 23:15:26] >83 -[2013-09-25 23:15:50] 87 -[2013-09-25 23:15:51] 83 -[2013-09-25 23:15:52] >83 -[2013-09-25 23:16:52] >>83 -[2013-09-25 23:17:52] >>83 -[2013-09-25 23:18:52] >>83 -[2013-09-25 23:19:53] >>83 -[2013-09-25 23:19:53] 89 -[2013-09-25 23:19:55] >89 -[2013-09-25 23:20:55] >>89 -[2013-09-25 23:21:55] >>89 -[2013-09-25 23:22:55] >>89 -[2013-09-25 23:23:35] 99 -[2013-09-25 23:23:37] >99 -[2013-09-25 23:17:31] Avvio ProgrammaReadPar IOB-pi v.1.1 -[2013-09-25 23:17:31] Start ReadPar IOB-pi v.1.1 -[2013-09-25 23:17:32] 1 -[2013-09-25 23:17:33] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-25 23:17:34] >1 -[2013-09-25 23:25:41] 99 -[2013-09-25 23:25:43] >99 -[2013-09-25 23:26:14] 89 -[2013-09-25 23:26:15] >89 -[2013-09-25 23:26:17] 81 -[2013-09-25 23:26:19] >81 -[2013-09-25 23:26:23] 83 -[2013-09-25 23:26:24] >83 -[2013-09-25 23:27:24] >>83 -[2013-09-25 23:28:24] >>83 -[2013-09-25 23:29:24] >>83 -[2013-09-25 23:30:24] >>83 -[2013-09-25 23:31:25] >>83 -[2013-09-25 23:32:25] >>83 -[2013-09-25 23:32:25] 81 -[2013-09-25 23:32:27] >81 -[2013-09-25 23:32:36] 83 -[2013-09-25 23:32:38] >83 -[2013-09-25 23:33:38] >>83 -[2013-09-25 23:34:38] >>83 -[2013-09-25 23:35:38] >>83 -[2013-09-25 23:36:38] >>83 -[2013-09-25 23:37:38] >>83 -[2013-09-25 23:38:39] >>83 -[2013-09-25 23:38:45] 81 -[2013-09-25 23:38:47] >81 -[2013-09-25 23:38:56] 83 -[2013-09-25 23:38:57] >83 -[2013-09-25 23:39:57] >>83 -[2013-09-25 23:40:57] >>83 -[2013-09-25 23:41:57] >>83 -[2013-09-25 23:42:57] >>83 -[2013-09-25 23:43:58] >>83 -[2013-09-25 23:44:58] >>83 -[2013-09-25 23:45:04] 81 -[2013-09-25 23:45:06] >81 -[2013-09-25 23:45:15] 83 -[2013-09-25 23:45:17] >83 -[2013-09-25 23:46:17] >>83 -[2013-09-25 23:47:17] >>83 -[2013-09-25 23:48:17] >>83 -[2013-09-25 23:49:17] >>83 -[2013-09-25 23:50:17] >>83 -[2013-09-25 23:51:18] >>83 -[2013-09-25 23:51:37] 81 -[2013-09-25 23:51:38] >81 -[2013-09-25 23:51:47] 83 -[2013-09-25 23:51:49] >83 -[2013-09-25 23:52:49] >>83 -[2013-09-25 23:53:49] >>83 -[2013-09-25 23:54:49] >>83 -[2013-09-25 23:55:49] >>83 -[2013-09-25 23:56:50] >>83 -[2013-09-25 23:57:50] >>83 -[2013-09-25 23:57:57] 81 -[2013-09-25 23:57:59] >81 -[2013-09-25 23:58:08] 83 -[2013-09-25 23:58:09] >83 -[2013-09-25 23:59:09] >>83 -[2013-09-26 00:00:09] >>83 -[2013-09-26 00:01:09] >>83 -[2013-09-26 00:02:10] >>83 -[2013-09-26 00:03:10] >>83 -[2013-09-26 00:04:10] >>83 -[2013-09-26 00:04:19] 81 -[2013-09-26 00:04:20] >81 -[2013-09-26 00:04:29] 83 -[2013-09-26 00:04:30] >83 -[2013-09-26 00:05:30] >>83 -[2013-09-26 00:06:30] >>83 -[2013-09-26 00:07:31] >>83 -[2013-09-26 00:08:31] >>83 -[2013-09-26 00:09:31] >>83 -[2013-09-26 00:10:31] >>83 -[2013-09-26 00:10:37] 81 -[2013-09-26 00:10:39] >81 -[2013-09-26 00:10:48] 83 -[2013-09-26 00:10:50] >83 -[2013-09-26 00:11:49] >>83 -[2013-09-26 00:12:49] >>83 -[2013-09-26 00:13:50] >>83 -[2013-09-26 00:14:50] >>83 -[2013-09-26 00:15:50] >>83 -[2013-09-26 00:16:50] >>83 -[2013-09-26 00:16:57] 81 -[2013-09-26 00:16:59] >81 -[2013-09-26 00:17:08] 83 -[2013-09-26 00:17:09] >83 -[2013-09-26 00:18:09] >>83 -[2013-09-26 00:19:09] >>83 -[2013-09-26 00:20:09] >>83 -[2013-09-26 00:21:10] >>83 -[2013-09-26 00:22:10] >>83 -[2013-09-26 00:23:10] >>83 -[2013-09-26 00:23:17] 81 -[2013-09-26 00:23:18] >81 -[2013-09-26 00:23:27] 83 -[2013-09-26 00:23:29] >83 -[2013-09-26 00:24:29] >>83 -[2013-09-26 00:25:29] >>83 -[2013-09-26 00:26:29] >>83 -[2013-09-26 00:27:29] >>83 -[2013-09-26 00:28:29] >>83 -[2013-09-26 00:29:30] >>83 -[2013-09-26 00:29:49] 81 -[2013-09-26 00:29:51] >81 -[2013-09-26 00:29:59] 83 -[2013-09-26 00:30:01] >83 -[2013-09-26 00:31:01] >>83 -[2013-09-26 00:32:01] >>83 -[2013-09-26 00:33:01] >>83 -[2013-09-26 00:34:01] >>83 -[2013-09-26 00:35:02] >>83 -[2013-09-26 00:35:39] 81 -[2013-09-26 00:35:41] >81 -[2013-09-26 00:36:41] >>81 -[2013-09-26 00:36:43] 83 -[2013-09-26 00:36:44] >83 -[2013-09-26 00:37:44] >>83 -[2013-09-26 00:38:44] >>83 -[2013-09-26 00:39:44] >>83 -[2013-09-26 00:40:45] >>83 -[2013-09-26 00:41:45] >>83 -[2013-09-26 00:42:43] 81 -[2013-09-26 00:42:45] >81 -[2013-09-26 00:42:53] 83 -[2013-09-26 00:42:55] >83 -[2013-09-26 00:43:55] >>83 -[2013-09-26 00:44:55] >>83 -[2013-09-26 00:45:55] >>83 -[2013-09-26 00:46:55] >>83 -[2013-09-26 00:47:55] >>83 -[2013-09-26 00:48:56] >>83 -[2013-09-26 00:49:02] 81 -[2013-09-26 00:49:04] >81 -[2013-09-26 00:49:13] 83 -[2013-09-26 00:49:15] >83 -[2013-09-26 00:49:39] 87 -[2013-09-26 00:49:40] 83 -[2013-09-26 00:49:41] >83 -[2013-09-26 00:50:41] >>83 -[2013-09-26 00:51:41] >>83 -[2013-09-26 00:52:42] >>83 -[2013-09-26 00:53:42] >>83 -[2013-09-26 00:54:42] >>83 -[2013-09-26 00:55:22] 81 -[2013-09-26 00:55:24] >81 -[2013-09-26 00:55:33] 83 -[2013-09-26 00:55:35] >83 -[2013-09-26 00:56:34] >>83 -[2013-09-26 00:57:34] >>83 -[2013-09-26 00:58:35] >>83 -[2013-09-26 00:59:35] >>83 -[2013-09-26 01:00:35] >>83 -[2013-09-26 01:01:35] >>83 -[2013-09-26 01:01:42] 81 -[2013-09-26 01:01:44] >81 -[2013-09-26 01:01:53] 83 -[2013-09-26 01:01:55] >83 -[2013-09-26 01:02:54] >>83 -[2013-09-26 01:03:55] >>83 -[2013-09-26 01:04:55] >>83 -[2013-09-26 01:05:55] >>83 -[2013-09-26 01:06:55] >>83 -[2013-09-26 01:07:55] >>83 -[2013-09-26 01:08:15] 81 -[2013-09-26 01:08:17] >81 -[2013-09-26 01:08:25] 83 -[2013-09-26 01:08:27] >83 -[2013-09-26 01:09:27] >>83 -[2013-09-26 01:10:27] >>83 -[2013-09-26 01:11:27] >>83 -[2013-09-26 01:12:27] >>83 -[2013-09-26 01:13:27] >>83 -[2013-09-26 01:14:28] >>83 -[2013-09-26 01:14:36] 81 -[2013-09-26 01:14:38] >81 -[2013-09-26 01:14:47] 83 -[2013-09-26 01:14:48] >83 -[2013-09-26 01:15:48] >>83 -[2013-09-26 01:16:48] >>83 -[2013-09-26 01:17:48] >>83 -[2013-09-26 01:18:48] >>83 -[2013-09-26 01:19:49] >>83 -[2013-09-26 01:20:49] >>83 -[2013-09-26 01:20:55] 81 -[2013-09-26 01:20:57] >81 -[2013-09-26 01:21:06] 83 -[2013-09-26 01:21:07] >83 -[2013-09-26 01:22:07] >>83 -[2013-09-26 01:23:07] >>83 -[2013-09-26 01:24:07] >>83 -[2013-09-26 01:25:08] >>83 -[2013-09-26 01:26:08] >>83 -[2013-09-26 01:27:08] >>83 -[2013-09-26 01:27:15] 81 -[2013-09-26 01:27:17] >81 -[2013-09-26 01:27:25] 83 -[2013-09-26 01:27:27] >83 -[2013-09-26 01:28:27] >>83 -[2013-09-26 01:29:27] >>83 -[2013-09-26 01:30:27] >>83 -[2013-09-26 01:31:27] >>83 -[2013-09-26 01:32:27] >>83 -[2013-09-26 01:33:28] >>83 -[2013-09-26 01:33:34] 81 -[2013-09-26 01:33:36] >81 -[2013-09-26 01:33:45] 83 -[2013-09-26 01:33:47] >83 -[2013-09-26 01:34:46] >>83 -[2013-09-26 01:35:47] >>83 -[2013-09-26 01:36:47] >>83 -[2013-09-26 01:37:47] >>83 -[2013-09-26 01:38:47] >>83 -[2013-09-26 01:39:47] >>83 -[2013-09-26 01:39:54] 81 -[2013-09-26 01:39:56] >81 -[2013-09-26 01:40:05] 83 -[2013-09-26 01:40:07] >83 -[2013-09-26 01:41:07] >>83 -[2013-09-26 01:42:07] >>83 -[2013-09-26 01:43:07] >>83 -[2013-09-26 01:44:07] >>83 -[2013-09-26 01:45:07] >>83 -[2013-09-26 01:46:08] >>83 -[2013-09-26 01:46:27] 81 -[2013-09-26 01:46:29] >81 -[2013-09-26 01:46:37] 83 -[2013-09-26 01:46:39] >83 -[2013-09-26 01:47:39] >>83 -[2013-09-26 01:48:39] >>83 -[2013-09-26 01:49:39] >>83 -[2013-09-26 01:50:39] >>83 -[2013-09-26 01:51:40] >>83 -[2013-09-26 01:52:40] >>83 -[2013-09-26 01:52:48] 81 -[2013-09-26 01:52:50] >81 -[2013-09-26 01:52:59] 83 -[2013-09-26 01:53:00] >83 -[2013-09-26 01:54:00] >>83 -[2013-09-26 01:55:00] >>83 -[2013-09-26 01:56:01] >>83 -[2013-09-26 01:57:01] >>83 -[2013-09-26 01:58:01] >>83 -[2013-09-26 01:59:01] >>83 -[2013-09-26 01:59:07] 81 -[2013-09-26 01:59:09] >81 -[2013-09-26 01:59:18] 83 -[2013-09-26 01:59:20] >83 -[2013-09-26 02:00:20] >>83 -[2013-09-26 02:01:20] >>83 -[2013-09-26 02:02:20] >>83 -[2013-09-26 02:03:20] >>83 -[2013-09-26 02:04:20] >>83 -[2013-09-26 02:05:21] >>83 -[2013-09-26 02:05:27] 81 -[2013-09-26 02:05:29] >81 -[2013-09-26 02:05:37] 83 -[2013-09-26 02:05:39] >83 -[2013-09-26 02:06:39] >>83 -[2013-09-26 02:07:39] >>83 -[2013-09-26 02:08:39] >>83 -[2013-09-26 02:09:39] >>83 -[2013-09-26 02:10:40] >>83 -[2013-09-26 02:11:40] >>83 -[2013-09-26 02:11:46] 81 -[2013-09-26 02:11:48] >81 -[2013-09-26 02:11:57] 83 -[2013-09-26 02:11:59] >83 -[2013-09-26 02:12:58] >>83 -[2013-09-26 02:13:59] >>83 -[2013-09-26 02:14:59] >>83 -[2013-09-26 02:15:59] >>83 -[2013-09-26 02:16:03] 81 -[2013-09-26 02:16:05] >81 -[2013-09-26 02:17:05] >>81 -[2013-09-26 02:18:05] >>81 -[2013-09-26 02:18:39] 83 -[2013-09-26 02:18:40] >83 -[2013-09-26 02:18:43] 81 -[2013-09-26 02:18:44] >81 -[2013-09-26 02:18:48] 83 -[2013-09-26 02:18:49] >83 -[2013-09-26 02:19:05] 87 -[2013-09-26 02:19:06] 83 -[2013-09-26 02:19:07] >83 -[2013-09-26 02:20:07] >>83 -[2013-09-26 02:21:07] >>83 -[2013-09-26 02:22:08] >>83 -[2013-09-26 02:23:08] >>83 -[2013-09-26 02:24:08] >>83 -[2013-09-26 02:24:48] 81 -[2013-09-26 02:24:50] >81 -[2013-09-26 02:24:59] 83 -[2013-09-26 02:25:00] >83 -[2013-09-26 02:26:00] >>83 -[2013-09-26 02:27:00] >>83 -[2013-09-26 02:28:01] >>83 -[2013-09-26 02:28:41] 89 -[2013-09-26 02:28:43] >89 -[2013-09-26 02:29:43] >>89 -[2013-09-26 02:30:43] >>89 -[2013-09-26 02:31:41] 99 -[2013-09-26 02:31:43] >99 -[2013-09-26 02:17:33] Avvio ProgrammaReadPar IOB-pi v.1.1 -[2013-09-26 02:17:33] Start ReadPar IOB-pi v.1.1 -[2013-09-26 02:17:34] 1 -[2013-09-26 02:17:35] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-26 02:17:36] >1 -[2013-09-26 02:34:09] 99 -[2013-09-26 02:34:11] >99 -[2013-09-26 02:34:38] 89 -[2013-09-26 02:34:40] >89 -[2013-09-26 02:34:41] 81 -[2013-09-26 02:34:43] >81 -[2013-09-26 02:34:47] 83 -[2013-09-26 02:34:48] >83 -[2013-09-26 02:35:48] >>83 -[2013-09-26 02:36:48] >>83 -[2013-09-26 02:37:48] >>83 -[2013-09-26 02:38:49] >>83 -[2013-09-26 02:39:49] >>83 -[2013-09-26 02:40:49] >>83 -[2013-09-26 02:40:51] 81 -[2013-09-26 02:40:52] >81 -[2013-09-26 02:41:01] 83 -[2013-09-26 02:41:03] >83 -[2013-09-26 02:42:02] >>83 -[2013-09-26 02:43:02] >>83 -[2013-09-26 02:44:03] >>83 -[2013-09-26 02:45:03] >>83 -[2013-09-26 02:46:03] >>83 -[2013-09-26 02:47:03] >>83 -[2013-09-26 02:47:10] 81 -[2013-09-26 02:47:11] >81 -[2013-09-26 02:47:20] 83 -[2013-09-26 02:47:22] >83 -[2013-09-26 02:48:21] >>83 -[2013-09-26 02:49:22] >>83 -[2013-09-26 02:50:22] >>83 -[2013-09-26 02:51:22] >>83 -[2013-09-26 02:52:22] >>83 -[2013-09-26 02:53:22] >>83 -[2013-09-26 02:53:30] 81 -[2013-09-26 02:53:31] >81 -[2013-09-26 02:53:40] 83 -[2013-09-26 02:53:41] >83 -[2013-09-26 02:54:06] 87 -[2013-09-26 02:54:07] 83 -[2013-09-26 02:54:08] >83 -[2013-09-26 02:55:08] >>83 -[2013-09-26 02:56:08] >>83 -[2013-09-26 02:57:09] >>83 -[2013-09-26 02:58:09] >>83 -[2013-09-26 02:59:09] >>83 -[2013-09-26 02:59:50] 81 -[2013-09-26 02:59:51] >81 -[2013-09-26 03:00:00] 83 -[2013-09-26 03:00:02] >83 -[2013-09-26 03:01:01] >>83 -[2013-09-26 03:02:01] >>83 -[2013-09-26 03:03:02] >>83 -[2013-09-26 03:04:02] >>83 -[2013-09-26 03:05:02] >>83 -[2013-09-26 03:06:02] >>83 -[2013-09-26 03:06:21] 81 -[2013-09-26 03:06:23] >81 -[2013-09-26 03:06:32] 83 -[2013-09-26 03:06:34] >83 -[2013-09-26 03:07:33] >>83 -[2013-09-26 03:08:34] >>83 -[2013-09-26 03:09:34] >>83 -[2013-09-26 03:10:34] >>83 -[2013-09-26 03:11:34] >>83 -[2013-09-26 03:12:35] >>83 -[2013-09-26 03:12:43] 81 -[2013-09-26 03:12:44] >81 -[2013-09-26 03:12:53] 83 -[2013-09-26 03:12:55] >83 -[2013-09-26 03:13:19] 87 -[2013-09-26 03:13:20] 83 -[2013-09-26 03:13:21] >83 -[2013-09-26 03:14:21] >>83 -[2013-09-26 03:15:21] >>83 -[2013-09-26 03:16:21] >>83 -[2013-09-26 03:17:22] >>83 -[2013-09-26 03:18:22] >>83 -[2013-09-26 03:19:03] 81 -[2013-09-26 03:19:04] >81 -[2013-09-26 03:19:13] 83 -[2013-09-26 03:19:15] >83 -[2013-09-26 03:20:14] >>83 -[2013-09-26 03:21:15] >>83 -[2013-09-26 03:22:15] >>83 -[2013-09-26 03:23:15] >>83 -[2013-09-26 03:24:15] >>83 -[2013-09-26 03:25:15] >>83 -[2013-09-26 03:25:21] 81 -[2013-09-26 03:25:23] >81 -[2013-09-26 03:25:32] 83 -[2013-09-26 03:25:34] >83 -[2013-09-26 03:26:33] >>83 -[2013-09-26 03:27:34] >>83 -[2013-09-26 03:28:34] >>83 -[2013-09-26 03:29:34] >>83 -[2013-09-26 03:30:34] >>83 -[2013-09-26 03:31:35] >>83 -[2013-09-26 03:31:35] 81 -[2013-09-26 03:31:37] >81 -[2013-09-26 03:32:11] 99 -[2013-09-26 03:32:13] >99 -[2013-09-26 03:32:49] 89 -[2013-09-26 03:32:50] >89 -[2013-09-26 03:32:54] 81 -[2013-09-26 03:32:56] >81 -[2013-09-26 03:32:57] 83 -[2013-09-26 03:32:59] >83 -[2013-09-26 03:33:59] >>83 -[2013-09-26 03:34:59] >>83 -[2013-09-26 03:35:59] >>83 -[2013-09-26 03:36:59] >>83 -[2013-09-26 03:37:59] >>83 -[2013-09-26 03:38:59] 81 -[2013-09-26 03:39:01] >81 -[2013-09-26 03:39:10] 83 -[2013-09-26 03:39:12] >83 -[2013-09-26 03:40:12] >>83 -[2013-09-26 03:41:12] >>83 -[2013-09-26 03:42:12] >>83 -[2013-09-26 03:43:12] >>83 -[2013-09-26 03:44:12] >>83 -[2013-09-26 03:45:13] >>83 -[2013-09-26 03:45:32] 81 -[2013-09-26 03:45:33] >81 -[2013-09-26 03:45:42] 83 -[2013-09-26 03:45:44] >83 -[2013-09-26 03:46:43] >>83 -[2013-09-26 03:47:43] >>83 -[2013-09-26 03:48:44] >>83 -[2013-09-26 03:49:44] >>83 -[2013-09-26 03:50:44] >>83 -[2013-09-26 03:51:44] >>83 -[2013-09-26 03:51:50] 81 -[2013-09-26 03:51:52] >81 -[2013-09-26 03:52:02] 83 -[2013-09-26 03:52:03] >83 -[2013-09-26 03:53:03] >>83 -[2013-09-26 03:54:03] >>83 -[2013-09-26 03:55:03] >>83 -[2013-09-26 03:56:04] >>83 -[2013-09-26 03:57:04] >>83 -[2013-09-26 03:58:04] >>83 -[2013-09-26 03:58:11] 81 -[2013-09-26 03:58:12] >81 -[2013-09-26 03:58:21] 83 -[2013-09-26 03:58:23] >83 -[2013-09-26 03:59:24] >>83 -[2013-09-26 04:00:24] >>83 -[2013-09-26 04:01:01] 81 -[2013-09-26 04:01:02] >81 -[2013-09-26 04:02:02] >>81 -[2013-09-26 04:03:02] >>81 -[2013-09-26 04:04:03] >>81 -[2013-09-26 04:04:59] 91 -[2013-09-26 04:05:00] 99 -[2013-09-26 04:05:01] >99 -[2013-09-26 04:06:01] >>99 -[2013-09-26 04:06:49] 89 -[2013-09-26 04:06:51] >89 -[2013-09-26 04:06:54] 81 -[2013-09-26 04:06:56] >81 -[2013-09-26 04:06:57] 83 -[2013-09-26 04:06:59] >83 -[2013-09-26 04:07:58] >>83 -[2013-09-26 04:08:58] >>83 -[2013-09-26 04:09:59] >>83 -[2013-09-26 04:10:59] >>83 -[2013-09-26 04:11:59] >>83 -[2013-09-26 04:12:59] 81 -[2013-09-26 04:13:01] >81 -[2013-09-26 04:14:01] >>81 -[2013-09-26 04:14:01] 99 -[2013-09-26 04:14:03] >99 -[2013-09-26 04:15:03] >>99 -[2013-09-26 04:16:03] >>99 -[2013-09-26 04:17:03] >>99 -[2013-09-26 04:18:03] >>99 -[2013-09-26 04:19:03] >>99 -[2013-09-26 04:20:04] >>99 -[2013-09-26 04:21:04] >>99 -[2013-09-26 04:22:04] >>99 -[2013-09-26 04:23:04] >>99 -[2013-09-26 04:24:04] >>99 -[2013-09-26 04:25:04] >>99 -[2013-09-26 04:25:40] 89 -[2013-09-26 04:25:41] >89 -[2013-09-26 04:25:43] 81 -[2013-09-26 04:25:45] >81 -[2013-09-26 04:25:47] 83 -[2013-09-26 04:25:48] >83 -[2013-09-26 04:26:48] >>83 -[2013-09-26 04:27:48] >>83 -[2013-09-26 04:28:48] >>83 -[2013-09-26 04:29:49] >>83 -[2013-09-26 04:30:49] >>83 -[2013-09-26 04:31:49] 81 -[2013-09-26 04:31:50] >81 -[2013-09-26 04:31:59] 83 -[2013-09-26 04:32:00] >83 -[2013-09-26 04:33:02] >>83 -[2013-09-26 04:34:02] >>83 -[2013-09-26 04:35:03] >>83 -[2013-09-26 04:36:03] >>83 -[2013-09-26 04:37:03] >>83 -[2013-09-26 04:38:03] >>83 -[2013-09-26 04:38:19] 81 -[2013-09-26 04:38:21] >81 -[2013-09-26 04:38:30] 83 -[2013-09-26 04:38:32] >83 -[2013-09-26 04:39:31] >>83 -[2013-09-26 04:40:32] >>83 -[2013-09-26 04:41:32] >>83 -[2013-09-26 04:42:32] >>83 -[2013-09-26 04:43:32] >>83 -[2013-09-26 04:44:33] >>83 -[2013-09-26 04:44:40] 81 -[2013-09-26 04:44:41] >81 -[2013-09-26 04:44:50] 83 -[2013-09-26 04:44:51] >83 -[2013-09-26 04:45:51] >>83 -[2013-09-26 04:46:51] >>83 -[2013-09-26 04:47:52] >>83 -[2013-09-26 04:48:52] >>83 -[2013-09-26 04:49:52] >>83 -[2013-09-26 04:50:52] >>83 -[2013-09-26 04:50:59] 81 -[2013-09-26 04:51:01] >81 -[2013-09-26 04:51:10] 83 -[2013-09-26 04:51:12] >83 -[2013-09-26 04:52:11] >>83 -[2013-09-26 04:53:12] >>83 -[2013-09-26 04:54:12] >>83 -[2013-09-26 04:55:12] >>83 -[2013-09-26 04:56:12] >>83 -[2013-09-26 04:57:12] >>83 -[2013-09-26 04:57:20] 81 -[2013-09-26 04:57:22] >81 -[2013-09-26 04:57:31] 83 -[2013-09-26 04:57:32] >83 -[2013-09-26 04:58:32] >>83 -[2013-09-26 04:59:32] >>83 -[2013-09-26 05:00:32] >>83 -[2013-09-26 05:01:33] >>83 -[2013-09-26 05:02:33] >>83 -[2013-09-26 05:03:33] >>83 -[2013-09-26 05:03:42] 81 -[2013-09-26 05:03:43] >81 -[2013-09-26 05:03:51] 83 -[2013-09-26 05:03:53] >83 -[2013-09-26 05:04:53] >>83 -[2013-09-26 05:05:53] >>83 -[2013-09-26 05:06:53] >>83 -[2013-09-26 05:07:53] >>83 -[2013-09-26 05:08:53] >>83 -[2013-09-26 05:09:54] >>83 -[2013-09-26 05:10:18] 81 -[2013-09-26 05:10:20] >81 -[2013-09-26 05:10:29] 83 -[2013-09-26 05:10:31] >83 -[2013-09-26 05:11:30] >>83 -[2013-09-26 05:12:31] >>83 -[2013-09-26 05:13:31] >>83 -[2013-09-26 05:14:31] >>83 -[2013-09-26 05:15:31] >>83 -[2013-09-26 05:16:31] >>83 -[2013-09-26 05:16:51] 81 -[2013-09-26 05:16:52] >81 -[2013-09-26 05:17:00] 83 -[2013-09-26 05:17:02] >83 -[2013-09-26 05:18:02] >>83 -[2013-09-26 05:19:02] >>83 -[2013-09-26 05:20:03] >>83 -[2013-09-26 05:21:03] >>83 -[2013-09-26 05:22:03] >>83 -[2013-09-26 05:23:03] >>83 -[2013-09-26 05:23:09] 81 -[2013-09-26 05:23:11] >81 -[2013-09-26 05:23:20] 83 -[2013-09-26 05:23:22] >83 -[2013-09-26 05:24:21] >>83 -[2013-09-26 05:25:22] >>83 -[2013-09-26 05:26:22] >>83 -[2013-09-26 05:27:22] >>83 -[2013-09-26 05:28:22] >>83 -[2013-09-26 05:29:22] >>83 -[2013-09-26 05:29:30] 81 -[2013-09-26 05:29:31] >81 -[2013-09-26 05:29:40] 83 -[2013-09-26 05:29:42] >83 -[2013-09-26 05:30:42] >>83 -[2013-09-26 05:31:42] >>83 -[2013-09-26 05:32:42] >>83 -[2013-09-26 05:33:42] >>83 -[2013-09-26 05:34:42] >>83 -[2013-09-26 05:35:43] >>83 -[2013-09-26 05:35:50] 81 -[2013-09-26 05:35:52] >81 -[2013-09-26 05:36:01] 83 -[2013-09-26 05:36:03] >83 -[2013-09-26 05:37:02] >>83 -[2013-09-26 05:38:02] >>83 -[2013-09-26 05:39:03] >>83 -[2013-09-26 05:40:03] >>83 -[2013-09-26 05:40:39] 81 -[2013-09-26 05:40:41] >81 -[2013-09-26 05:40:55] 83 -[2013-09-26 05:40:57] >83 -[2013-09-26 05:41:57] >>83 -[2013-09-26 05:42:57] >>83 -[2013-09-26 05:43:57] >>83 -[2013-09-26 05:44:57] >>83 -[2013-09-26 05:45:57] >>83 -[2013-09-26 05:46:58] >>83 -[2013-09-26 05:47:58] >>83 -[2013-09-26 05:48:31] 81 -[2013-09-26 05:48:32] >81 -[2013-09-26 05:48:41] 83 -[2013-09-26 05:48:43] >83 -[2013-09-26 05:49:43] >>83 -[2013-09-26 05:50:43] >>83 -[2013-09-26 05:51:43] >>83 -[2013-09-26 05:52:43] >>83 -[2013-09-26 05:53:43] >>83 -[2013-09-26 05:54:44] >>83 -[2013-09-26 05:55:02] 81 -[2013-09-26 05:55:04] >81 -[2013-09-26 05:55:12] 83 -[2013-09-26 05:55:14] >83 -[2013-09-26 05:56:14] >>83 -[2013-09-26 05:57:14] >>83 -[2013-09-26 05:58:14] >>83 -[2013-09-26 05:59:14] >>83 -[2013-09-26 06:00:15] >>83 -[2013-09-26 06:01:15] >>83 -[2013-09-26 06:01:21] 81 -[2013-09-26 06:01:23] >81 -[2013-09-26 06:01:32] 83 -[2013-09-26 06:01:34] >83 -[2013-09-26 06:02:34] >>83 -[2013-09-26 06:03:34] >>83 -[2013-09-26 06:04:34] >>83 -[2013-09-26 06:05:34] >>83 -[2013-09-26 06:06:40] >>83 -[2013-09-26 06:07:40] >>83 -[2013-09-26 06:07:41] 81 -[2013-09-26 06:07:43] >81 -[2013-09-26 06:07:52] 83 -[2013-09-26 06:07:54] >83 -[2013-09-26 06:08:19] 87 -[2013-09-26 06:08:20] 83 -[2013-09-26 06:08:21] >83 -[2013-09-26 06:09:21] >>83 -[2013-09-26 06:10:21] >>83 -[2013-09-26 06:11:21] >>83 -[2013-09-26 06:12:22] >>83 -[2013-09-26 06:13:22] >>83 -[2013-09-26 06:14:02] 81 -[2013-09-26 06:14:04] >81 -[2013-09-26 06:14:13] 83 -[2013-09-26 06:14:14] >83 -[2013-09-26 06:14:40] 87 -[2013-09-26 06:14:40] 83 -[2013-09-26 06:14:42] >83 -[2013-09-26 06:15:42] >>83 -[2013-09-26 06:16:42] >>83 -[2013-09-26 06:17:42] >>83 -[2013-09-26 06:18:43] >>83 -[2013-09-26 06:19:43] >>83 -[2013-09-26 06:20:23] 81 -[2013-09-26 06:20:25] >81 -[2013-09-26 06:20:34] 83 -[2013-09-26 06:20:35] >83 -[2013-09-26 06:21:35] >>83 -[2013-09-26 06:22:35] >>83 -[2013-09-26 06:23:35] >>83 -[2013-09-26 06:24:36] >>83 -[2013-09-26 06:25:36] >>83 -[2013-09-26 06:26:36] >>83 -[2013-09-26 06:26:42] 81 -[2013-09-26 06:26:45] >81 -[2013-09-26 06:26:53] 83 -[2013-09-26 06:26:55] >83 -[2013-09-26 06:27:54] >>83 -[2013-09-26 06:28:55] >>83 -[2013-09-26 06:29:55] >>83 -[2013-09-26 06:30:55] >>83 -[2013-09-26 06:31:55] >>83 -[2013-09-26 06:32:55] >>83 -[2013-09-26 06:33:14] 81 -[2013-09-26 06:33:16] >81 -[2013-09-26 06:33:25] 83 -[2013-09-26 06:33:26] >83 -[2013-09-26 06:34:26] >>83 -[2013-09-26 06:35:26] >>83 -[2013-09-26 06:36:26] >>83 -[2013-09-26 06:37:27] >>83 -[2013-09-26 06:38:27] >>83 -[2013-09-26 06:39:27] >>83 -[2013-09-26 06:39:34] 81 -[2013-09-26 06:39:36] >81 -[2013-09-26 06:39:44] 83 -[2013-09-26 06:39:46] >83 -[2013-09-26 06:40:46] >>83 -[2013-09-26 06:41:46] >>83 -[2013-09-26 06:42:46] >>83 -[2013-09-26 06:43:46] >>83 -[2013-09-26 06:44:47] >>83 -[2013-09-26 06:45:47] >>83 -[2013-09-26 06:45:54] 81 -[2013-09-26 06:45:56] >81 -[2013-09-26 06:46:05] 83 -[2013-09-26 06:46:06] >83 -[2013-09-26 06:47:06] >>83 -[2013-09-26 06:48:06] >>83 -[2013-09-26 06:49:06] >>83 -[2013-09-26 06:50:06] >>83 -[2013-09-26 06:51:07] >>83 -[2013-09-26 06:52:07] >>83 -[2013-09-26 06:52:14] 81 -[2013-09-26 06:52:16] >81 -[2013-09-26 06:52:25] 83 -[2013-09-26 06:52:26] >83 -[2013-09-26 06:53:26] >>83 -[2013-09-26 06:54:26] >>83 -[2013-09-26 06:55:26] >>83 -[2013-09-26 06:56:27] >>83 -[2013-09-26 06:57:27] >>83 -[2013-09-26 06:58:27] >>83 -[2013-09-26 06:58:35] 81 -[2013-09-26 06:58:37] >81 -[2013-09-26 06:58:46] 83 -[2013-09-26 06:58:48] >83 -[2013-09-26 06:59:47] >>83 -[2013-09-26 07:00:48] >>83 -[2013-09-26 07:01:48] >>83 -[2013-09-26 07:02:48] >>83 -[2013-09-26 07:03:48] >>83 -[2013-09-26 07:04:48] >>83 -[2013-09-26 07:04:55] 81 -[2013-09-26 07:04:57] >81 -[2013-09-26 07:05:05] 83 -[2013-09-26 07:05:07] >83 -[2013-09-26 07:06:07] >>83 -[2013-09-26 07:07:07] >>83 -[2013-09-26 07:08:07] >>83 -[2013-09-26 07:09:07] >>83 -[2013-09-26 07:10:07] >>83 -[2013-09-26 07:11:08] >>83 -[2013-09-26 07:11:26] 81 -[2013-09-26 07:11:28] >81 -[2013-09-26 07:11:37] 83 -[2013-09-26 07:11:39] >83 -[2013-09-26 07:12:38] >>83 -[2013-09-26 07:13:38] >>83 -[2013-09-26 07:14:39] >>83 -[2013-09-26 07:15:39] >>83 -[2013-09-26 07:16:39] >>83 -[2013-09-26 07:17:39] >>83 -[2013-09-26 07:17:46] 81 -[2013-09-26 07:17:48] >81 -[2013-09-26 07:17:57] 83 -[2013-09-26 07:17:58] >83 -[2013-09-26 07:18:58] >>83 -[2013-09-26 07:19:58] >>83 -[2013-09-26 07:20:58] >>83 -[2013-09-26 07:21:59] >>83 -[2013-09-26 07:22:59] >>83 -[2013-09-26 07:23:00] 81 -[2013-09-26 07:23:02] >81 -[2013-09-26 07:24:01] >>81 -[2013-09-26 07:24:40] 1 -[2013-09-26 07:24:42] >1 -[2013-09-26 07:25:42] >>1 -[2013-09-26 07:26:42] >>1 -[2013-09-26 07:27:41] 89 -[2013-09-26 07:27:43] >89 -[2013-09-26 07:27:46] 81 -[2013-09-26 07:27:48] >81 -[2013-09-26 07:28:04] 83 -[2013-09-26 07:28:05] >83 -[2013-09-26 07:29:05] >>83 -[2013-09-26 07:30:05] >>83 -[2013-09-26 07:31:06] >>83 -[2013-09-26 07:32:06] >>83 -[2013-09-26 07:33:06] >>83 -[2013-09-26 07:34:05] 81 -[2013-09-26 07:34:07] >81 -[2013-09-26 07:34:16] 83 -[2013-09-26 07:34:18] >83 -[2013-09-26 07:35:17] >>83 -[2013-09-26 07:36:17] >>83 -[2013-09-26 07:37:18] >>83 -[2013-09-26 07:38:18] >>83 -[2013-09-26 07:39:18] >>83 -[2013-09-26 07:40:18] >>83 -[2013-09-26 07:40:25] 81 -[2013-09-26 07:40:27] >81 -[2013-09-26 07:40:36] 83 -[2013-09-26 07:40:37] >83 -[2013-09-26 07:41:37] >>83 -[2013-09-26 07:42:37] >>83 -[2013-09-26 07:43:37] >>83 -[2013-09-26 07:44:38] >>83 -[2013-09-26 07:45:38] >>83 -[2013-09-26 07:46:38] >>83 -[2013-09-26 07:46:45] 81 -[2013-09-26 07:46:47] >81 -[2013-09-26 07:46:55] 83 -[2013-09-26 07:46:57] >83 -[2013-09-26 07:47:57] >>83 -[2013-09-26 07:48:57] >>83 -[2013-09-26 07:49:57] >>83 -[2013-09-26 07:50:57] >>83 -[2013-09-26 07:51:57] >>83 -[2013-09-26 07:52:58] >>83 -[2013-09-26 07:53:17] 81 -[2013-09-26 07:53:19] >81 -[2013-09-26 07:53:28] 83 -[2013-09-26 07:53:29] >83 -[2013-09-26 07:53:46] 81 -[2013-09-26 07:53:47] >81 -[2013-09-26 07:53:59] 99 -[2013-09-26 07:54:00] >99 -[2013-09-26 07:55:00] >>99 -[2013-09-26 07:55:29] 89 -[2013-09-26 07:55:31] >89 -[2013-09-26 07:55:34] 81 -[2013-09-26 07:55:36] >81 -[2013-09-26 07:55:51] 83 -[2013-09-26 07:55:53] >83 -[2013-09-26 07:56:52] >>83 -[2013-09-26 07:57:53] >>83 -[2013-09-26 07:58:53] >>83 -[2013-09-26 07:59:53] >>83 -[2013-09-26 08:00:53] >>83 -[2013-09-26 08:01:52] 81 -[2013-09-26 08:01:54] >81 -[2013-09-26 08:02:03] 83 -[2013-09-26 08:02:04] >83 -[2013-09-26 08:03:04] >>83 -[2013-09-26 08:04:04] >>83 -[2013-09-26 08:05:04] >>83 -[2013-09-26 08:06:05] >>83 -[2013-09-26 08:07:05] >>83 -[2013-09-26 08:08:05] >>83 -[2013-09-26 08:08:12] 81 -[2013-09-26 08:08:14] >81 -[2013-09-26 08:08:22] 83 -[2013-09-26 08:08:24] >83 -[2013-09-26 08:09:23] >>83 -[2013-09-26 08:10:23] >>83 -[2013-09-26 08:11:24] >>83 -[2013-09-26 08:12:24] >>83 -[2013-09-26 08:13:24] >>83 -[2013-09-26 08:14:24] >>83 -[2013-09-26 08:14:31] 81 -[2013-09-26 08:14:33] >81 -[2013-09-26 08:14:42] 83 -[2013-09-26 08:14:43] >83 -[2013-09-26 08:15:43] >>83 -[2013-09-26 08:16:43] >>83 -[2013-09-26 08:17:43] >>83 -[2013-09-26 08:18:44] >>83 -[2013-09-26 08:19:44] >>83 -[2013-09-26 08:20:44] >>83 -[2013-09-26 08:20:51] 81 -[2013-09-26 08:20:53] >81 -[2013-09-26 08:21:02] 83 -[2013-09-26 08:21:03] >83 -[2013-09-26 08:22:03] >>83 -[2013-09-26 08:23:03] >>83 -[2013-09-26 08:24:04] >>83 -[2013-09-26 08:25:04] >>83 -[2013-09-26 08:26:04] >>83 -[2013-09-26 08:27:04] >>83 -[2013-09-26 08:27:12] 81 -[2013-09-26 08:27:14] >81 -[2013-09-26 08:27:22] 83 -[2013-09-26 08:27:24] >83 -[2013-09-26 08:28:02] 87 -[2013-09-26 08:28:02] 83 -[2013-09-26 08:28:04] >83 -[2013-09-26 08:29:04] >>83 -[2013-09-26 08:30:04] >>83 -[2013-09-26 08:31:04] >>83 -[2013-09-26 08:32:04] >>83 -[2013-09-26 08:33:04] >>83 -[2013-09-26 08:33:14] 81 -[2013-09-26 08:33:16] >81 -[2013-09-26 08:33:32] 83 -[2013-09-26 08:33:34] >83 -[2013-09-26 08:34:34] >>83 -[2013-09-26 08:35:34] >>83 -[2013-09-26 08:36:34] >>83 -[2013-09-26 08:37:34] >>83 -[2013-09-26 08:38:34] >>83 -[2013-09-26 08:39:35] >>83 -[2013-09-26 08:40:04] 81 -[2013-09-26 08:40:05] >81 -[2013-09-26 08:40:15] 83 -[2013-09-26 08:40:17] >83 -[2013-09-26 08:41:16] >>83 -[2013-09-26 08:42:17] >>83 -[2013-09-26 08:43:17] >>83 -[2013-09-26 08:44:17] >>83 -[2013-09-26 08:45:17] >>83 -[2013-09-26 08:46:17] >>83 -[2013-09-26 08:46:24] 81 -[2013-09-26 08:46:26] >81 -[2013-09-26 08:46:34] 83 -[2013-09-26 08:46:36] >83 -[2013-09-26 08:47:36] >>83 -[2013-09-26 08:48:36] >>83 -[2013-09-26 08:49:36] >>83 -[2013-09-26 08:50:36] >>83 -[2013-09-26 08:51:36] >>83 -[2013-09-26 08:52:37] >>83 -[2013-09-26 08:52:44] 81 -[2013-09-26 08:52:45] >81 -[2013-09-26 08:52:54] 83 -[2013-09-26 08:52:56] >83 -[2013-09-26 08:53:55] >>83 -[2013-09-26 08:54:56] >>83 -[2013-09-26 08:55:56] >>83 -[2013-09-26 08:56:56] >>83 -[2013-09-26 08:57:56] >>83 -[2013-09-26 08:58:56] >>83 -[2013-09-26 08:59:04] 81 -[2013-09-26 08:59:06] >81 -[2013-09-26 08:59:14] 83 -[2013-09-26 08:59:16] >83 -[2013-09-26 09:00:15] >>83 -[2013-09-26 09:01:16] >>83 -[2013-09-26 09:02:16] >>83 -[2013-09-26 09:03:16] >>83 -[2013-09-26 09:04:16] >>83 -[2013-09-26 09:05:17] >>83 -[2013-09-26 09:05:24] 81 -[2013-09-26 09:05:26] >81 -[2013-09-26 09:05:34] 83 -[2013-09-26 09:05:36] >83 -[2013-09-26 09:06:36] >>83 -[2013-09-26 09:07:36] >>83 -[2013-09-26 09:08:36] >>83 -[2013-09-26 09:09:36] >>83 -[2013-09-26 09:10:37] >>83 -[2013-09-26 09:11:37] >>83 -[2013-09-26 09:11:57] 81 -[2013-09-26 09:11:58] >81 -[2013-09-26 09:12:08] 83 -[2013-09-26 09:12:09] >83 -[2013-09-26 09:12:33] 87 -[2013-09-26 09:12:34] 83 -[2013-09-26 09:12:36] >83 -[2013-09-26 09:13:35] >>83 -[2013-09-26 09:14:36] >>83 -[2013-09-26 09:15:36] >>83 -[2013-09-26 09:16:36] >>83 -[2013-09-26 09:17:36] >>83 -[2013-09-26 09:18:17] 81 -[2013-09-26 09:18:18] >81 -[2013-09-26 09:18:27] 83 -[2013-09-26 09:18:29] >83 -[2013-09-26 09:19:28] >>83 -[2013-09-26 09:20:29] >>83 -[2013-09-26 09:21:29] >>83 -[2013-09-26 09:22:29] >>83 -[2013-09-26 09:23:29] >>83 -[2013-09-26 09:24:29] >>83 -[2013-09-26 09:24:36] 81 -[2013-09-26 09:24:38] >81 -[2013-09-26 09:24:46] 83 -[2013-09-26 09:24:48] >83 -[2013-09-26 09:25:48] >>83 -[2013-09-26 09:26:48] >>83 -[2013-09-26 09:27:48] >>83 -[2013-09-26 09:28:48] >>83 -[2013-09-26 09:29:48] >>83 -[2013-09-26 09:30:49] >>83 -[2013-09-26 09:30:56] 81 -[2013-09-26 09:30:57] >81 -[2013-09-26 09:31:06] 83 -[2013-09-26 09:31:08] >83 -[2013-09-26 09:31:19] 81 -[2013-09-26 09:31:21] >81 -[2013-09-26 09:31:40] 83 -[2013-09-26 09:31:42] >83 -[2013-09-26 09:32:41] >>83 -[2013-09-26 09:33:42] >>83 -[2013-09-26 09:34:42] >>83 -[2013-09-26 09:35:42] >>83 -[2013-09-26 09:36:42] >>83 -[2013-09-26 09:37:40] 81 -[2013-09-26 09:37:42] >81 -[2013-09-26 09:37:51] 83 -[2013-09-26 09:37:52] >83 -[2013-09-26 09:38:16] 87 -[2013-09-26 09:38:17] 83 -[2013-09-26 09:38:19] >83 -[2013-09-26 09:39:18] >>83 -[2013-09-26 09:40:19] >>83 -[2013-09-26 09:41:19] >>83 -[2013-09-26 09:42:19] >>83 -[2013-09-26 09:43:19] >>83 -[2013-09-26 09:44:00] 81 -[2013-09-26 09:44:02] >81 -[2013-09-26 09:44:10] 83 -[2013-09-26 09:44:16] >83 -[2013-09-26 09:44:48] 87 -[2013-09-26 09:44:49] 83 -[2013-09-26 09:44:50] >83 -[2013-09-26 09:45:50] >>83 -[2013-09-26 09:46:50] >>83 -[2013-09-26 09:47:51] >>83 -[2013-09-26 09:48:51] >>83 -[2013-09-26 09:49:51] >>83 -[2013-09-26 09:50:31] 81 -[2013-09-26 09:50:33] >81 -[2013-09-26 09:50:42] 83 -[2013-09-26 09:50:44] >83 -[2013-09-26 09:51:43] >>83 -[2013-09-26 09:52:43] >>83 -[2013-09-26 09:53:44] >>83 -[2013-09-26 09:54:44] >>83 -[2013-09-26 09:55:44] >>83 -[2013-09-26 09:56:44] >>83 -[2013-09-26 09:56:51] 81 -[2013-09-26 09:56:53] >81 -[2013-09-26 09:57:02] 83 -[2013-09-26 09:57:03] >83 -[2013-09-26 09:58:03] >>83 -[2013-09-26 09:59:03] >>83 -[2013-09-26 10:00:03] >>83 -[2013-09-26 10:01:04] >>83 -[2013-09-26 10:02:04] >>83 -[2013-09-26 10:03:04] >>83 -[2013-09-26 10:03:12] 81 -[2013-09-26 10:03:14] >81 -[2013-09-26 10:03:22] 83 -[2013-09-26 10:03:24] >83 -[2013-09-26 10:03:50] 87 -[2013-09-26 10:03:50] 83 -[2013-09-26 10:03:52] >83 -[2013-09-26 10:04:52] >>83 -[2013-09-26 10:05:52] >>83 -[2013-09-26 10:06:52] >>83 -[2013-09-26 10:07:52] >>83 -[2013-09-26 10:08:52] >>83 -[2013-09-26 10:09:33] 81 -[2013-09-26 10:09:35] >81 -[2013-09-26 10:09:43] 83 -[2013-09-26 10:09:45] >83 -[2013-09-26 10:10:09] 87 -[2013-09-26 10:10:10] 83 -[2013-09-26 10:10:11] >83 -[2013-09-26 10:11:11] >>83 -[2013-09-26 10:12:11] >>83 -[2013-09-26 10:13:11] >>83 -[2013-09-26 10:14:12] >>83 -[2013-09-26 10:15:12] >>83 -[2013-09-26 10:15:52] 81 -[2013-09-26 10:15:54] >81 -[2013-09-26 10:16:03] 83 -[2013-09-26 10:16:04] >83 -[2013-09-26 10:17:04] >>83 -[2013-09-26 10:18:04] >>83 -[2013-09-26 10:19:04] >>83 -[2013-09-26 10:20:05] >>83 -[2013-09-26 10:21:05] >>83 -[2013-09-26 10:22:05] >>83 -[2013-09-26 10:22:12] 81 -[2013-09-26 10:22:13] >81 -[2013-09-26 10:22:22] 83 -[2013-09-26 10:22:24] >83 -[2013-09-26 10:23:24] >>83 -[2013-09-26 10:24:24] >>83 -[2013-09-26 10:25:24] >>83 -[2013-09-26 10:26:24] >>83 -[2013-09-26 10:27:25] >>83 -[2013-09-26 10:28:25] >>83 -[2013-09-26 10:28:44] 81 -[2013-09-26 10:28:46] >81 -[2013-09-26 10:28:54] 83 -[2013-09-26 10:28:56] >83 -[2013-09-26 10:29:55] >>83 -[2013-09-26 10:30:56] >>83 -[2013-09-26 10:31:56] >>83 -[2013-09-26 10:32:56] >>83 -[2013-09-26 10:33:56] >>83 -[2013-09-26 10:34:57] >>83 -[2013-09-26 10:35:04] 81 -[2013-09-26 10:35:05] >81 -[2013-09-26 10:35:14] 83 -[2013-09-26 10:35:15] >83 -[2013-09-26 10:36:15] >>83 -[2013-09-26 10:37:15] >>83 -[2013-09-26 10:38:16] >>83 -[2013-09-26 10:39:16] >>83 -[2013-09-26 10:40:16] >>83 -[2013-09-26 10:41:16] >>83 -[2013-09-26 10:41:24] 81 -[2013-09-26 10:41:25] >81 -[2013-09-26 10:41:35] 83 -[2013-09-26 10:41:36] >83 -[2013-09-26 10:42:36] >>83 -[2013-09-26 10:43:36] >>83 -[2013-09-26 10:44:36] >>83 -[2013-09-26 10:45:37] >>83 -[2013-09-26 10:46:37] >>83 -[2013-09-26 10:47:37] >>83 -[2013-09-26 10:47:45] 81 -[2013-09-26 10:47:46] >81 -[2013-09-26 10:47:55] 83 -[2013-09-26 10:47:57] >83 -[2013-09-26 10:48:57] >>83 -[2013-09-26 10:49:57] >>83 -[2013-09-26 10:50:57] >>83 -[2013-09-26 10:51:57] >>83 -[2013-09-26 10:52:58] >>83 -[2013-09-26 10:53:58] >>83 -[2013-09-26 10:54:05] 81 -[2013-09-26 10:54:06] >81 -[2013-09-26 10:54:15] 83 -[2013-09-26 10:54:17] >83 -[2013-09-26 10:55:16] >>83 -[2013-09-26 10:56:17] >>83 -[2013-09-26 10:57:17] >>83 -[2013-09-26 10:58:17] >>83 -[2013-09-26 10:59:17] >>83 -[2013-09-26 11:00:17] >>83 -[2013-09-26 11:00:24] 81 -[2013-09-26 11:00:25] >81 -[2013-09-26 11:00:34] 83 -[2013-09-26 11:00:36] >83 -[2013-09-26 11:01:36] >>83 -[2013-09-26 11:02:36] >>83 -[2013-09-26 11:03:36] >>83 -[2013-09-26 11:04:36] >>83 -[2013-09-26 11:05:37] >>83 -[2013-09-26 11:06:37] >>83 -[2013-09-26 11:06:56] 81 -[2013-09-26 11:06:58] >81 -[2013-09-26 11:07:06] 83 -[2013-09-26 11:07:08] >83 -[2013-09-26 11:08:08] >>83 -[2013-09-26 11:09:08] >>83 -[2013-09-26 11:10:08] >>83 -[2013-09-26 11:11:08] >>83 -[2013-09-26 11:12:08] >>83 -[2013-09-26 11:13:09] >>83 -[2013-09-26 11:13:16] 81 -[2013-09-26 11:13:17] >81 -[2013-09-26 11:13:26] 83 -[2013-09-26 11:13:28] >83 -[2013-09-26 11:14:27] >>83 -[2013-09-26 11:15:28] >>83 -[2013-09-26 11:16:28] >>83 -[2013-09-26 11:17:28] >>83 -[2013-09-26 11:18:28] >>83 -[2013-09-26 11:19:28] >>83 -[2013-09-26 11:19:36] 81 -[2013-09-26 11:19:38] >81 -[2013-09-26 11:19:47] 83 -[2013-09-26 11:19:48] >83 -[2013-09-26 11:20:48] >>83 -[2013-09-26 11:20:53] 81 -[2013-09-26 11:20:54] >81 -[2013-09-26 11:21:05] 83 -[2013-09-26 11:21:07] >83 -[2013-09-26 11:22:07] >>83 -[2013-09-26 11:23:07] >>83 -[2013-09-26 11:24:07] >>83 -[2013-09-26 11:25:07] >>83 -[2013-09-26 11:25:57] 81 -[2013-09-26 11:25:58] >81 -[2013-09-26 11:26:08] 83 -[2013-09-26 11:26:09] >83 -[2013-09-26 11:27:09] >>83 -[2013-09-26 11:28:09] >>83 -[2013-09-26 11:29:10] >>83 -[2013-09-26 11:30:10] >>83 -[2013-09-26 11:31:10] >>83 -[2013-09-26 11:32:10] >>83 -[2013-09-26 11:32:17] 81 -[2013-09-26 11:32:18] >81 -[2013-09-26 11:32:27] 83 -[2013-09-26 11:32:29] >83 -[2013-09-26 11:33:29] >>83 -[2013-09-26 11:34:29] >>83 -[2013-09-26 11:35:29] >>83 -[2013-09-26 11:36:29] >>83 -[2013-09-26 11:37:29] >>83 -[2013-09-26 11:38:30] >>83 -[2013-09-26 11:38:36] 81 -[2013-09-26 11:38:37] >81 -[2013-09-26 11:38:46] 83 -[2013-09-26 11:38:48] >83 -[2013-09-26 11:39:48] >>83 -[2013-09-26 11:40:48] >>83 -[2013-09-26 11:41:48] >>83 -[2013-09-26 11:42:48] >>83 -[2013-09-26 11:43:49] >>83 -[2013-09-26 11:44:49] >>83 -[2013-09-26 11:45:08] 81 -[2013-09-26 11:45:10] >81 -[2013-09-26 11:45:18] 83 -[2013-09-26 11:45:20] >83 -[2013-09-26 11:46:20] >>83 -[2013-09-26 11:47:20] >>83 -[2013-09-26 11:48:20] >>83 -[2013-09-26 11:49:20] >>83 -[2013-09-26 11:50:20] >>83 -[2013-09-26 11:51:21] >>83 -[2013-09-26 11:51:28] 81 -[2013-09-26 11:51:29] >81 -[2013-09-26 11:51:38] 83 -[2013-09-26 11:51:40] >83 -[2013-09-26 11:52:40] >>83 -[2013-09-26 11:53:40] >>83 -[2013-09-26 11:54:40] >>83 -[2013-09-26 11:55:40] >>83 -[2013-09-26 11:56:41] >>83 -[2013-09-26 11:57:41] >>83 -[2013-09-26 11:57:48] 81 -[2013-09-26 11:57:50] >81 -[2013-09-26 11:57:59] 83 -[2013-09-26 11:58:00] >83 -[2013-09-26 11:58:26] 87 -[2013-09-26 11:58:26] 83 -[2013-09-26 11:58:28] >83 -[2013-09-26 11:59:28] >>83 -[2013-09-26 12:00:28] >>83 -[2013-09-26 12:01:28] >>83 -[2013-09-26 12:02:28] >>83 -[2013-09-26 12:03:29] >>83 -[2013-09-26 12:04:10] 81 -[2013-09-26 12:04:11] >81 -[2013-09-26 12:04:20] 83 -[2013-09-26 12:04:21] >83 -[2013-09-26 12:05:21] >>83 -[2013-09-26 12:06:21] >>83 -[2013-09-26 12:07:21] >>83 -[2013-09-26 12:08:21] >>83 -[2013-09-26 12:09:22] >>83 -[2013-09-26 12:10:22] >>83 -[2013-09-26 12:10:28] 81 -[2013-09-26 12:10:30] >81 -[2013-09-26 12:10:39] 83 -[2013-09-26 12:10:41] >83 -[2013-09-26 12:11:41] >>83 -[2013-09-26 12:12:41] >>83 -[2013-09-26 12:13:41] >>83 -[2013-09-26 12:14:41] >>83 -[2013-09-26 12:15:41] >>83 -[2013-09-26 12:16:42] >>83 -[2013-09-26 12:16:49] 81 -[2013-09-26 12:16:50] >81 -[2013-09-26 12:16:58] 83 -[2013-09-26 12:17:00] >83 -[2013-09-26 12:18:00] >>83 -[2013-09-26 12:19:00] >>83 -[2013-09-26 12:20:00] >>83 -[2013-09-26 12:21:00] >>83 -[2013-09-26 12:22:01] >>83 -[2013-09-26 12:23:01] >>83 -[2013-09-26 12:23:19] 81 -[2013-09-26 12:23:21] >81 -[2013-09-26 12:23:30] 83 -[2013-09-26 12:23:32] >83 -[2013-09-26 12:24:32] >>83 -[2013-09-26 12:25:32] >>83 -[2013-09-26 12:26:32] >>83 -[2013-09-26 12:27:32] >>83 -[2013-09-26 12:28:32] >>83 -[2013-09-26 12:29:33] >>83 -[2013-09-26 12:29:40] 81 -[2013-09-26 12:29:41] >81 -[2013-09-26 12:29:50] 83 -[2013-09-26 12:29:52] >83 -[2013-09-26 12:30:52] >>83 -[2013-09-26 12:31:52] >>83 -[2013-09-26 12:32:52] >>83 -[2013-09-26 12:33:52] >>83 -[2013-09-26 12:34:53] >>83 -[2013-09-26 12:35:53] >>83 -[2013-09-26 12:36:00] 81 -[2013-09-26 12:36:02] >81 -[2013-09-26 12:36:11] 83 -[2013-09-26 12:36:12] >83 -[2013-09-26 12:36:38] 87 -[2013-09-26 12:36:39] 83 -[2013-09-26 12:36:40] >83 -[2013-09-26 12:37:40] >>83 -[2013-09-26 12:38:40] >>83 -[2013-09-26 12:39:40] >>83 -[2013-09-26 12:40:41] >>83 -[2013-09-26 12:41:41] >>83 -[2013-09-26 12:42:22] 81 -[2013-09-26 12:42:23] >81 -[2013-09-26 12:42:32] 83 -[2013-09-26 12:42:33] >83 -[2013-09-26 12:43:33] >>83 -[2013-09-26 12:44:33] >>83 -[2013-09-26 12:45:33] >>83 -[2013-09-26 12:46:34] >>83 -[2013-09-26 12:47:34] >>83 -[2013-09-26 12:48:34] >>83 -[2013-09-26 12:48:41] 81 -[2013-09-26 12:48:42] >81 -[2013-09-26 12:48:51] 83 -[2013-09-26 12:48:53] >83 -[2013-09-26 12:49:52] >>83 -[2013-09-26 12:50:52] >>83 -[2013-09-26 12:51:53] >>83 -[2013-09-26 12:52:53] >>83 -[2013-09-26 12:53:53] >>83 -[2013-09-26 12:54:53] >>83 -[2013-09-26 12:55:00] 81 -[2013-09-26 12:55:02] >81 -[2013-09-26 12:55:11] 83 -[2013-09-26 12:55:12] >83 -[2013-09-26 12:56:12] >>83 -[2013-09-26 12:57:12] >>83 -[2013-09-26 12:58:12] >>83 -[2013-09-26 12:59:13] >>83 -[2013-09-26 13:00:13] >>83 -[2013-09-26 13:01:13] >>83 -[2013-09-26 13:01:32] 81 -[2013-09-26 13:01:33] >81 -[2013-09-26 13:01:42] 83 -[2013-09-26 13:01:44] >83 -[2013-09-26 13:02:44] >>83 -[2013-09-26 13:03:44] >>83 -[2013-09-26 13:04:44] >>83 -[2013-09-26 13:05:44] >>83 -[2013-09-26 13:06:45] >>83 -[2013-09-26 13:07:45] >>83 -[2013-09-26 13:07:51] 81 -[2013-09-26 13:07:53] >81 -[2013-09-26 13:08:03] 83 -[2013-09-26 13:08:04] >83 -[2013-09-26 13:09:04] >>83 -[2013-09-26 13:10:04] >>83 -[2013-09-26 13:11:04] >>83 -[2013-09-26 13:12:05] >>83 -[2013-09-26 13:13:05] >>83 -[2013-09-26 13:14:05] >>83 -[2013-09-26 13:14:13] 81 -[2013-09-26 13:14:14] >81 -[2013-09-26 13:14:23] 83 -[2013-09-26 13:14:24] >83 -[2013-09-26 13:15:24] >>83 -[2013-09-26 13:16:24] >>83 -[2013-09-26 13:17:25] >>83 -[2013-09-26 13:18:25] >>83 -[2013-09-26 13:19:25] >>83 -[2013-09-26 13:20:25] >>83 -[2013-09-26 13:20:33] 81 -[2013-09-26 13:20:35] >81 -[2013-09-26 13:20:44] 83 -[2013-09-26 13:20:46] >83 -[2013-09-26 13:21:45] >>83 -[2013-09-26 13:22:46] >>83 -[2013-09-26 13:23:46] >>83 -[2013-09-26 13:24:46] >>83 -[2013-09-26 13:25:46] >>83 -[2013-09-26 13:26:46] >>83 -[2013-09-26 13:26:52] 81 -[2013-09-26 13:26:54] >81 -[2013-09-26 13:27:03] 83 -[2013-09-26 13:27:05] >83 -[2013-09-26 13:28:05] >>83 -[2013-09-26 13:29:05] >>83 -[2013-09-26 13:30:05] >>83 -[2013-09-26 13:31:05] >>83 -[2013-09-26 13:32:06] >>83 -[2013-09-26 13:33:06] >>83 -[2013-09-26 13:33:12] 81 -[2013-09-26 13:33:14] >81 -[2013-09-26 13:33:23] 83 -[2013-09-26 13:33:24] >83 -[2013-09-26 13:34:24] >>83 -[2013-09-26 13:35:24] >>83 -[2013-09-26 13:36:24] >>83 -[2013-09-26 13:37:25] >>83 -[2013-09-26 13:38:25] >>83 -[2013-09-26 13:39:25] >>83 -[2013-09-26 13:39:44] 81 -[2013-09-26 13:39:46] >81 -[2013-09-26 13:39:54] 83 -[2013-09-26 13:39:56] >83 -[2013-09-26 13:40:56] >>83 -[2013-09-26 13:41:56] >>83 -[2013-09-26 13:42:18] 81 -[2013-09-26 13:42:20] >81 -[2013-09-26 13:43:19] >>81 -[2013-09-26 13:44:20] >>81 -[2013-09-26 13:45:20] >>81 -[2013-09-26 13:46:20] >>81 -[2013-09-26 13:47:20] >>81 -[2013-09-26 13:48:20] >>81 -[2013-09-26 13:48:35] 99 -[2013-09-26 13:48:36] >99 -[2013-09-26 13:49:36] >>99 -[2013-09-26 13:50:36] >>99 -[2013-09-26 13:51:36] >>99 -[2013-09-26 13:52:37] >>99 -[2013-09-26 13:53:37] >>99 -[2013-09-26 13:54:37] >>99 -[2013-09-26 13:55:37] >>99 -[2013-09-26 13:56:37] >>99 -[2013-09-26 13:57:38] >>99 -[2013-09-26 13:58:38] >>99 -[2013-09-26 13:59:38] >>99 -[2013-09-26 14:00:38] >>99 -[2013-09-26 14:01:39] >>99 -[2013-09-26 14:02:39] >>99 -[2013-09-26 14:03:39] >>99 -[2013-09-26 14:04:39] >>99 -[2013-09-26 14:05:39] >>99 -[2013-09-26 14:06:40] >>99 -[2013-09-26 14:07:40] >>99 -[2013-09-26 14:08:40] >>99 -[2013-09-26 14:09:40] >>99 -[2013-09-26 14:10:40] >>99 -[2013-09-26 14:10:57] 89 -[2013-09-26 14:10:58] >89 -[2013-09-26 14:11:02] 81 -[2013-09-26 14:11:04] >81 -[2013-09-26 14:11:10] 83 -[2013-09-26 14:11:11] >83 -[2013-09-26 14:12:11] >>83 -[2013-09-26 14:13:11] >>83 -[2013-09-26 14:14:11] >>83 -[2013-09-26 14:15:12] >>83 -[2013-09-26 14:16:12] >>83 -[2013-09-26 14:17:12] >>83 -[2013-09-26 14:17:27] 81 -[2013-09-26 14:17:29] >81 -[2013-09-26 14:17:38] 83 -[2013-09-26 14:17:40] >83 -[2013-09-26 14:18:39] >>83 -[2013-09-26 14:19:39] >>83 -[2013-09-26 14:20:40] >>83 -[2013-09-26 14:21:40] >>83 -[2013-09-26 14:22:40] >>83 -[2013-09-26 14:23:40] >>83 -[2013-09-26 14:23:47] 81 -[2013-09-26 14:23:49] >81 -[2013-09-26 14:23:58] 83 -[2013-09-26 14:23:59] >83 -[2013-09-26 14:24:59] >>83 -[2013-09-26 14:25:59] >>83 -[2013-09-26 14:26:59] >>83 -[2013-09-26 14:28:00] >>83 -[2013-09-26 14:29:00] >>83 -[2013-09-26 14:30:00] >>83 -[2013-09-26 14:30:07] 81 -[2013-09-26 14:30:08] >81 -[2013-09-26 14:30:17] 83 -[2013-09-26 14:30:19] >83 -[2013-09-26 14:31:19] >>83 -[2013-09-26 14:32:19] >>83 -[2013-09-26 14:33:19] >>83 -[2013-09-26 14:34:19] >>83 -[2013-09-26 14:35:20] >>83 -[2013-09-26 14:36:20] >>83 -[2013-09-26 14:36:26] 81 -[2013-09-26 14:36:28] >81 -[2013-09-26 14:36:37] 83 -[2013-09-26 14:36:39] >83 -[2013-09-26 14:37:38] >>83 -[2013-09-26 14:38:39] >>83 -[2013-09-26 14:39:39] >>83 -[2013-09-26 14:40:39] >>83 -[2013-09-26 14:41:39] >>83 -[2013-09-26 14:42:40] >>83 -[2013-09-26 14:42:59] 81 -[2013-09-26 14:43:01] >81 -[2013-09-26 14:43:10] 83 -[2013-09-26 14:43:11] >83 -[2013-09-26 14:44:11] >>83 -[2013-09-26 14:45:11] >>83 -[2013-09-26 14:46:12] >>83 -[2013-09-26 14:47:12] >>83 -[2013-09-26 14:48:12] >>83 -[2013-09-26 14:49:12] >>83 -[2013-09-26 14:49:20] 81 -[2013-09-26 14:49:22] >81 -[2013-09-26 14:49:31] 83 -[2013-09-26 14:49:32] >83 -[2013-09-26 14:50:32] >>83 -[2013-09-26 14:51:32] >>83 -[2013-09-26 14:52:32] >>83 -[2013-09-26 14:53:33] >>83 -[2013-09-26 14:54:33] >>83 -[2013-09-26 14:55:33] >>83 -[2013-09-26 14:55:40] 81 -[2013-09-26 14:55:41] >81 -[2013-09-26 14:55:50] 83 -[2013-09-26 14:55:52] >83 -[2013-09-26 14:56:52] >>83 -[2013-09-26 14:57:52] >>83 -[2013-09-26 14:58:52] >>83 -[2013-09-26 14:59:52] >>83 -[2013-09-26 15:00:52] >>83 -[2013-09-26 15:01:53] >>83 -[2013-09-26 15:01:59] 81 -[2013-09-26 15:02:01] >81 -[2013-09-26 15:02:10] 83 -[2013-09-26 15:02:11] >83 -[2013-09-26 15:03:11] >>83 -[2013-09-26 15:04:11] >>83 -[2013-09-26 15:05:11] >>83 -[2013-09-26 15:06:11] >>83 -[2013-09-26 15:07:12] >>83 -[2013-09-26 15:08:12] >>83 -[2013-09-26 15:08:19] 81 -[2013-09-26 15:08:21] >81 -[2013-09-26 15:08:29] 83 -[2013-09-26 15:08:31] >83 -[2013-09-26 15:09:30] >>83 -[2013-09-26 15:10:31] >>83 -[2013-09-26 15:11:31] >>83 -[2013-09-26 15:12:31] >>83 -[2013-09-26 15:13:31] >>83 -[2013-09-26 15:14:32] >>83 -[2013-09-26 15:14:39] 81 -[2013-09-26 15:14:41] >81 -[2013-09-26 15:14:49] 83 -[2013-09-26 15:14:51] >83 -[2013-09-26 15:15:51] >>83 -[2013-09-26 15:16:51] >>83 -[2013-09-26 15:17:51] >>83 -[2013-09-26 15:18:51] >>83 -[2013-09-26 15:19:52] >>83 -[2013-09-26 15:20:52] >>83 -[2013-09-26 15:21:11] 81 -[2013-09-26 15:21:13] >81 -[2013-09-26 15:21:22] 83 -[2013-09-26 15:21:24] >83 -[2013-09-26 15:22:23] >>83 -[2013-09-26 15:23:24] >>83 -[2013-09-26 15:24:24] >>83 -[2013-09-26 15:25:24] >>83 -[2013-09-26 15:26:24] >>83 -[2013-09-26 15:27:25] >>83 -[2013-09-26 15:27:32] 81 -[2013-09-26 15:27:34] >81 -[2013-09-26 15:27:43] 83 -[2013-09-26 15:27:44] >83 -[2013-09-26 15:28:09] 87 -[2013-09-26 15:28:09] 83 -[2013-09-26 15:28:11] >83 -[2013-09-26 15:29:11] >>83 -[2013-09-26 15:30:11] >>83 -[2013-09-26 15:31:11] >>83 -[2013-09-26 15:32:11] >>83 -[2013-09-26 15:33:11] >>83 -[2013-09-26 15:33:52] 81 -[2013-09-26 15:33:54] >81 -[2013-09-26 15:34:02] 83 -[2013-09-26 15:34:04] >83 -[2013-09-26 15:35:04] >>83 -[2013-09-26 15:36:04] >>83 -[2013-09-26 15:37:04] >>83 -[2013-09-26 15:38:04] >>83 -[2013-09-26 15:39:05] >>83 -[2013-09-26 15:40:05] >>83 -[2013-09-26 15:40:11] 81 -[2013-09-26 15:40:13] >81 -[2013-09-26 15:40:22] 83 -[2013-09-26 15:40:23] >83 -[2013-09-26 15:41:23] >>83 -[2013-09-26 15:42:23] >>83 -[2013-09-26 15:43:23] >>83 -[2013-09-26 15:44:24] >>83 -[2013-09-26 15:45:24] >>83 -[2013-09-26 15:46:24] >>83 -[2013-09-26 15:46:31] 81 -[2013-09-26 15:46:33] >81 -[2013-09-26 15:46:41] 83 -[2013-09-26 15:46:43] >83 -[2013-09-26 15:47:43] >>83 -[2013-09-26 15:48:43] >>83 -[2013-09-26 15:49:43] >>83 -[2013-09-26 15:50:43] >>83 -[2013-09-26 15:51:44] >>83 -[2013-09-26 15:52:44] >>83 -[2013-09-26 15:52:51] 81 -[2013-09-26 15:52:53] >81 -[2013-09-26 15:53:02] 83 -[2013-09-26 15:53:03] >83 -[2013-09-26 15:54:03] >>83 -[2013-09-26 15:55:03] >>83 -[2013-09-26 15:56:03] >>83 -[2013-09-26 15:57:04] >>83 -[2013-09-26 15:58:04] >>83 -[2013-09-26 15:59:04] >>83 -[2013-09-26 15:59:23] 81 -[2013-09-26 15:59:25] >81 -[2013-09-26 15:59:34] 83 -[2013-09-26 15:59:36] >83 -[2013-09-26 16:00:36] >>83 -[2013-09-26 16:01:36] >>83 -[2013-09-26 16:02:36] >>83 -[2013-09-26 16:03:36] >>83 -[2013-09-26 16:04:37] >>83 -[2013-09-26 16:05:37] >>83 -[2013-09-26 16:05:44] 81 -[2013-09-26 16:05:46] >81 -[2013-09-26 16:05:55] 83 -[2013-09-26 16:05:57] >83 -[2013-09-26 16:06:56] >>83 -[2013-09-26 16:07:57] >>83 -[2013-09-26 16:08:57] >>83 -[2013-09-26 16:09:57] >>83 -[2013-09-26 16:10:57] >>83 -[2013-09-26 16:11:57] >>83 -[2013-09-26 16:12:04] 81 -[2013-09-26 16:12:06] >81 -[2013-09-26 16:12:14] 83 -[2013-09-26 16:12:16] >83 -[2013-09-26 16:13:16] >>83 -[2013-09-26 16:14:16] >>83 -[2013-09-26 16:15:16] >>83 -[2013-09-26 16:16:16] >>83 -[2013-09-26 16:17:17] >>83 -[2013-09-26 16:18:17] >>83 -[2013-09-26 16:18:23] 81 -[2013-09-26 16:18:26] >81 -[2013-09-26 16:18:34] 83 -[2013-09-26 16:18:36] >83 -[2013-09-26 16:19:35] >>83 -[2013-09-26 16:20:36] >>83 -[2013-09-26 16:21:36] >>83 -[2013-09-26 16:22:36] >>83 -[2013-09-26 16:23:36] >>83 -[2013-09-26 16:24:36] >>83 -[2013-09-26 16:24:43] 81 -[2013-09-26 16:24:45] >81 -[2013-09-26 16:24:54] 83 -[2013-09-26 16:24:55] >83 -[2013-09-26 16:25:55] >>83 -[2013-09-26 16:26:55] >>83 -[2013-09-26 16:27:56] >>83 -[2013-09-26 16:28:56] >>83 -[2013-09-26 16:29:56] >>83 -[2013-09-26 16:30:56] >>83 -[2013-09-26 16:31:03] 81 -[2013-09-26 16:31:05] >81 -[2013-09-26 16:31:14] 83 -[2013-09-26 16:31:15] >83 -[2013-09-26 16:32:15] >>83 -[2013-09-26 16:33:15] >>83 -[2013-09-26 16:34:15] >>83 -[2013-09-26 16:35:15] >>83 -[2013-09-26 16:36:16] >>83 -[2013-09-26 16:37:16] >>83 -[2013-09-26 16:37:35] 81 -[2013-09-26 16:37:37] >81 -[2013-09-26 16:37:46] 83 -[2013-09-26 16:37:48] >83 -[2013-09-26 16:38:48] >>83 -[2013-09-26 16:39:48] >>83 -[2013-09-26 16:40:48] >>83 -[2013-09-26 16:41:48] >>83 -[2013-09-26 16:42:48] >>83 -[2013-09-26 16:43:49] >>83 -[2013-09-26 16:43:56] 81 -[2013-09-26 16:43:58] >81 -[2013-09-26 16:44:07] 83 -[2013-09-26 16:44:09] >83 -[2013-09-26 16:45:09] >>83 -[2013-09-26 16:46:09] >>83 -[2013-09-26 16:47:09] >>83 -[2013-09-26 16:48:09] >>83 -[2013-09-26 16:49:10] >>83 -[2013-09-26 16:50:10] >>83 -[2013-09-26 16:50:16] 81 -[2013-09-26 16:50:18] >81 -[2013-09-26 16:50:27] 83 -[2013-09-26 16:50:28] >83 -[2013-09-26 16:51:28] >>83 -[2013-09-26 16:52:28] >>83 -[2013-09-26 16:53:28] >>83 -[2013-09-26 16:54:29] >>83 -[2013-09-26 16:55:29] >>83 -[2013-09-26 16:56:29] >>83 -[2013-09-26 16:56:35] 81 -[2013-09-26 16:56:37] >81 -[2013-09-26 16:56:46] 83 -[2013-09-26 16:56:48] >83 -[2013-09-26 16:57:12] 87 -[2013-09-26 16:57:13] 83 -[2013-09-26 16:57:14] >83 -[2013-09-26 16:58:14] >>83 -[2013-09-26 16:59:14] >>83 -[2013-09-26 17:00:15] >>83 -[2013-09-26 17:01:15] >>83 -[2013-09-26 17:02:15] >>83 -[2013-09-26 17:02:55] 81 -[2013-09-26 17:02:57] >81 -[2013-09-26 17:03:06] 83 -[2013-09-26 17:03:07] >83 -[2013-09-26 17:04:07] >>83 -[2013-09-26 17:05:07] >>83 -[2013-09-26 17:06:08] >>83 -[2013-09-26 17:07:08] >>83 -[2013-09-26 17:08:08] >>83 -[2013-09-26 17:09:08] >>83 -[2013-09-26 17:09:15] 81 -[2013-09-26 17:09:17] >81 -[2013-09-26 17:09:26] 83 -[2013-09-26 17:09:27] >83 -[2013-09-26 17:10:27] >>83 -[2013-09-26 17:11:27] >>83 -[2013-09-26 17:12:27] >>83 -[2013-09-26 17:13:27] >>83 -[2013-09-26 17:14:28] >>83 -[2013-09-26 17:15:28] >>83 -[2013-09-26 17:15:48] 81 -[2013-09-26 17:15:50] >81 -[2013-09-26 17:15:58] 83 -[2013-09-26 17:16:00] >83 -[2013-09-26 17:16:26] 87 -[2013-09-26 17:16:26] 83 -[2013-09-26 17:16:28] >83 -[2013-09-26 17:17:27] >>83 -[2013-09-26 17:18:28] >>83 -[2013-09-26 17:19:28] >>83 -[2013-09-26 17:20:28] >>83 -[2013-09-26 17:21:28] >>83 -[2013-09-26 17:22:09] 81 -[2013-09-26 17:22:13] >81 -[2013-09-26 17:22:19] 83 -[2013-09-26 17:22:21] >83 -[2013-09-26 17:23:21] >>83 -[2013-09-26 17:24:21] >>83 -[2013-09-26 17:25:21] >>83 -[2013-09-26 17:26:21] >>83 -[2013-09-26 17:27:22] >>83 -[2013-09-26 17:28:22] >>83 -[2013-09-26 17:28:28] 81 -[2013-09-26 17:28:30] >81 -[2013-09-26 17:28:39] 83 -[2013-09-26 17:28:40] >83 -[2013-09-26 17:29:40] >>83 -[2013-09-26 17:30:40] >>83 -[2013-09-26 17:31:40] >>83 -[2013-09-26 17:32:41] >>83 -[2013-09-26 17:33:41] >>83 -[2013-09-26 17:34:41] >>83 -[2013-09-26 17:34:48] 81 -[2013-09-26 17:34:50] >81 -[2013-09-26 17:34:58] 83 -[2013-09-26 17:35:00] >83 -[2013-09-26 17:35:59] >>83 -[2013-09-26 17:37:00] >>83 -[2013-09-26 17:38:00] >>83 -[2013-09-26 17:39:00] >>83 -[2013-09-26 17:40:00] >>83 -[2013-09-26 17:41:00] >>83 -[2013-09-26 17:41:07] 81 -[2013-09-26 17:41:09] >81 -[2013-09-26 17:41:18] 83 -[2013-09-26 17:41:19] >83 -[2013-09-26 17:42:19] >>83 -[2013-09-26 17:43:19] >>83 -[2013-09-26 17:44:19] >>83 -[2013-09-26 17:45:20] >>83 -[2013-09-26 17:46:20] >>83 -[2013-09-26 17:47:20] >>83 -[2013-09-26 17:47:27] 81 -[2013-09-26 17:47:29] >81 -[2013-09-26 17:47:38] 83 -[2013-09-26 17:47:40] >83 -[2013-09-26 17:48:39] >>83 -[2013-09-26 17:49:39] >>83 -[2013-09-26 17:50:40] >>83 -[2013-09-26 17:51:40] >>83 -[2013-09-26 17:52:40] >>83 -[2013-09-26 17:53:40] >>83 -[2013-09-26 17:54:00] 81 -[2013-09-26 17:54:02] >81 -[2013-09-26 17:55:01] >>81 -[2013-09-26 17:56:01] >>81 -[2013-09-26 17:57:02] >>81 -[2013-09-26 17:58:02] >>81 -[2013-09-26 17:59:02] >>81 -[2013-09-26 18:00:02] >>81 -[2013-09-26 18:01:03] >>81 -[2013-09-26 18:01:22] 99 -[2013-09-26 18:01:23] >99 -[2013-09-26 18:02:23] >>99 -[2013-09-26 18:03:23] >>99 -[2013-09-26 18:04:23] >>99 -[2013-09-26 18:05:24] >>99 -[2013-09-26 18:06:24] >>99 -[2013-09-26 18:07:24] >>99 -[2013-09-26 18:08:24] >>99 -[2013-09-26 18:09:24] >>99 -[2013-09-26 18:10:24] >>99 -[2013-09-26 18:11:24] >>99 -[2013-09-26 18:12:25] >>99 -[2013-09-26 18:13:25] >>99 -[2013-09-26 18:14:25] >>99 -[2013-09-26 18:15:25] >>99 -[2013-09-26 18:16:25] >>99 -[2013-09-26 18:17:25] >>99 -[2013-09-26 18:18:25] >>99 -[2013-09-26 18:19:25] >>99 -[2013-09-26 18:20:26] >>99 -[2013-09-26 18:21:26] >>99 -[2013-09-26 18:22:26] >>99 -[2013-09-26 18:23:26] >>99 -[2013-09-26 18:24:26] >>99 -[2013-09-26 18:25:26] >>99 -[2013-09-26 18:26:26] >>99 -[2013-09-26 18:27:27] >>99 -[2013-09-26 18:28:27] >>99 -[2013-09-26 18:29:27] >>99 -[2013-09-26 18:30:27] >>99 -[2013-09-26 18:31:27] >>99 -[2013-09-26 18:32:27] >>99 -[2013-09-26 18:33:27] >>99 -[2013-09-26 18:34:27] >>99 -[2013-09-26 18:35:28] >>99 -[2013-09-26 18:36:28] >>99 -[2013-09-26 18:37:28] >>99 -[2013-09-26 18:38:28] >>99 -[2013-09-26 18:39:28] >>99 -[2013-09-26 18:40:28] >>99 -[2013-09-26 18:41:28] >>99 -[2013-09-26 18:42:29] >>99 -[2013-09-26 18:43:29] >>99 -[2013-09-26 18:44:29] >>99 -[2013-09-26 18:45:29] >>99 -[2013-09-26 18:46:29] >>99 -[2013-09-26 18:47:29] >>99 -[2013-09-26 18:48:29] >>99 -[2013-09-26 18:49:29] >>99 -[2013-09-26 18:50:30] >>99 -[2013-09-26 18:51:30] >>99 -[2013-09-26 18:52:30] >>99 -[2013-09-26 18:53:30] >>99 -[2013-09-26 18:54:30] >>99 -[2013-09-26 18:55:30] >>99 -[2013-09-26 18:56:30] >>99 -[2013-09-26 18:57:30] >>99 -[2013-09-26 18:58:31] >>99 -[2013-09-26 18:59:31] >>99 -[2013-09-26 19:00:31] >>99 -[2013-09-26 19:01:31] >>99 -[2013-09-26 19:02:31] >>99 -[2013-09-26 19:03:31] >>99 -[2013-09-26 19:04:31] >>99 -[2013-09-26 19:05:32] >>99 -[2013-09-26 19:06:32] >>99 -[2013-09-26 19:07:32] >>99 -[2013-09-26 19:08:32] >>99 -[2013-09-26 19:09:32] >>99 -[2013-09-26 19:10:32] >>99 -[2013-09-26 19:11:32] >>99 -[2013-09-26 19:12:32] >>99 -[2013-09-26 19:13:33] >>99 -[2013-09-26 19:14:33] >>99 -[2013-09-26 19:15:12] 89 -[2013-09-26 19:15:14] >89 -[2013-09-26 19:15:16] 81 -[2013-09-26 19:15:18] >81 -[2013-09-26 19:15:32] 83 -[2013-09-26 19:15:33] >83 -[2013-09-26 19:16:33] >>83 -[2013-09-26 19:17:33] >>83 -[2013-09-26 19:18:33] >>83 -[2013-09-26 19:19:33] >>83 -[2013-09-26 19:20:33] >>83 -[2013-09-26 19:21:34] >>83 -[2013-09-26 19:22:07] 81 -[2013-09-26 19:22:09] >81 -[2013-09-26 19:22:17] 83 -[2013-09-26 19:22:19] >83 -[2013-09-26 19:23:19] >>83 -[2013-09-26 19:24:19] >>83 -[2013-09-26 19:25:19] >>83 -[2013-09-26 19:26:19] >>83 -[2013-09-26 19:27:19] >>83 -[2013-09-26 19:28:19] >>83 -[2013-09-26 19:28:26] 81 -[2013-09-26 19:28:27] >81 -[2013-09-26 19:28:37] 83 -[2013-09-26 19:28:39] >83 -[2013-09-26 19:29:38] >>83 -[2013-09-26 19:30:38] >>83 -[2013-09-26 19:31:39] >>83 -[2013-09-26 19:32:39] >>83 -[2013-09-26 19:33:39] >>83 -[2013-09-26 19:34:39] >>83 -[2013-09-26 19:34:46] 81 -[2013-09-26 19:34:48] >81 -[2013-09-26 19:34:57] 83 -[2013-09-26 19:34:58] >83 -[2013-09-26 19:35:58] >>83 -[2013-09-26 19:36:58] >>83 -[2013-09-26 19:37:58] >>83 -[2013-09-26 19:38:58] >>83 -[2013-09-26 19:39:58] >>83 -[2013-09-26 19:40:58] >>83 -[2013-09-26 19:41:06] 81 -[2013-09-26 19:41:08] >81 -[2013-09-26 19:41:17] 83 -[2013-09-26 19:41:18] >83 -[2013-09-26 19:42:18] >>83 -[2013-09-26 19:43:18] >>83 -[2013-09-26 19:44:18] >>83 -[2013-09-26 19:45:18] >>83 -[2013-09-26 19:46:18] >>83 -[2013-09-26 19:47:19] >>83 -[2013-09-26 19:47:27] 81 -[2013-09-26 19:47:28] >81 -[2013-09-26 19:47:37] 83 -[2013-09-26 19:47:38] >83 -[2013-09-26 19:48:38] >>83 -[2013-09-26 19:49:38] >>83 -[2013-09-26 19:50:38] >>83 -[2013-09-26 19:51:38] >>83 -[2013-09-26 19:52:39] >>83 -[2013-09-26 19:53:39] >>83 -[2013-09-26 19:54:00] 81 -[2013-09-26 19:54:01] >81 -[2013-09-26 19:54:10] 83 -[2013-09-26 19:54:12] >83 -[2013-09-26 19:55:11] >>83 -[2013-09-26 19:56:11] >>83 -[2013-09-26 19:57:12] >>83 -[2013-09-26 19:58:12] >>83 -[2013-09-26 19:59:12] >>83 -[2013-09-26 20:00:12] >>83 -[2013-09-26 20:00:19] 81 -[2013-09-26 20:00:21] >81 -[2013-09-26 20:00:30] 83 -[2013-09-26 20:00:31] >83 -[2013-09-26 20:01:31] >>83 -[2013-09-26 20:02:31] >>83 -[2013-09-26 20:03:31] >>83 -[2013-09-26 20:04:31] >>83 -[2013-09-26 20:05:31] >>83 -[2013-09-26 20:06:32] >>83 -[2013-09-26 20:06:39] 81 -[2013-09-26 20:06:41] >81 -[2013-09-26 20:06:49] 83 -[2013-09-26 20:06:50] >83 -[2013-09-26 20:07:50] >>83 -[2013-09-26 20:08:50] >>83 -[2013-09-26 20:09:50] >>83 -[2013-09-26 20:10:50] >>83 -[2013-09-26 20:11:51] >>83 -[2013-09-26 20:12:51] >>83 -[2013-09-26 20:12:58] 81 -[2013-09-26 20:12:59] >81 -[2013-09-26 20:13:08] 83 -[2013-09-26 20:13:10] >83 -[2013-09-26 20:14:10] >>83 -[2013-09-26 20:15:10] >>83 -[2013-09-26 20:16:10] >>83 -[2013-09-26 20:17:10] >>83 -[2013-09-26 20:18:10] >>83 -[2013-09-26 20:19:10] >>83 -[2013-09-26 20:19:18] 81 -[2013-09-26 20:19:19] >81 -[2013-09-26 20:19:29] 83 -[2013-09-26 20:19:30] >83 -[2013-09-26 20:19:55] 87 -[2013-09-26 20:19:56] 83 -[2013-09-26 20:19:58] >83 -[2013-09-26 20:20:57] >>83 -[2013-09-26 20:21:57] >>83 -[2013-09-26 20:22:57] >>83 -[2013-09-26 20:23:58] >>83 -[2013-09-26 20:24:58] >>83 -[2013-09-26 20:25:39] 81 -[2013-09-26 20:25:40] >81 -[2013-09-26 20:25:49] 83 -[2013-09-26 20:25:51] >83 -[2013-09-26 20:26:50] >>83 -[2013-09-26 20:27:50] >>83 -[2013-09-26 20:28:50] >>83 -[2013-09-26 20:29:51] >>83 -[2013-09-26 20:30:51] >>83 -[2013-09-26 20:31:51] >>83 -[2013-09-26 20:32:12] 81 -[2013-09-26 20:32:14] >81 -[2013-09-26 20:32:22] 83 -[2013-09-26 20:32:24] >83 -[2013-09-26 20:33:23] >>83 -[2013-09-26 20:34:23] >>83 -[2013-09-26 20:35:24] >>83 -[2013-09-26 20:36:24] >>83 -[2013-09-26 20:37:24] >>83 -[2013-09-26 20:38:24] >>83 -[2013-09-26 20:38:31] 81 -[2013-09-26 20:38:32] >81 -[2013-09-26 20:38:42] 83 -[2013-09-26 20:38:43] >83 -[2013-09-26 20:39:43] >>83 -[2013-09-26 20:40:43] >>83 -[2013-09-26 20:41:43] >>83 -[2013-09-26 20:42:43] >>83 -[2013-09-26 20:43:44] >>83 -[2013-09-26 20:44:44] >>83 -[2013-09-26 20:44:51] 81 -[2013-09-26 20:44:52] >81 -[2013-09-26 20:45:01] 83 -[2013-09-26 20:45:03] >83 -[2013-09-26 20:45:28] 87 -[2013-09-26 20:45:29] 83 -[2013-09-26 20:45:30] >83 -[2013-09-26 20:46:30] >>83 -[2013-09-26 20:47:30] >>83 -[2013-09-26 20:48:30] >>83 -[2013-09-26 20:49:30] >>83 -[2013-09-26 20:50:31] >>83 -[2013-09-26 20:51:12] 81 -[2013-09-26 20:51:13] >81 -[2013-09-26 20:51:22] 83 -[2013-09-26 20:51:23] >83 -[2013-09-26 20:52:23] >>83 -[2013-09-26 20:53:23] >>83 -[2013-09-26 20:54:23] >>83 -[2013-09-26 20:55:23] >>83 -[2013-09-26 20:56:24] >>83 -[2013-09-26 20:57:24] >>83 -[2013-09-26 20:57:32] 81 -[2013-09-26 20:57:33] >81 -[2013-09-26 20:57:42] 83 -[2013-09-26 20:57:44] >83 -[2013-09-26 20:58:43] >>83 -[2013-09-26 20:59:43] >>83 -[2013-09-26 21:00:43] >>83 -[2013-09-26 21:01:44] >>83 -[2013-09-26 21:02:44] >>83 -[2013-09-26 21:03:44] >>83 -[2013-09-26 21:03:52] 81 -[2013-09-26 21:03:54] >81 -[2013-09-26 21:04:03] 83 -[2013-09-26 21:04:04] >83 -[2013-09-26 21:05:04] >>83 -[2013-09-26 21:06:04] >>83 -[2013-09-26 21:07:04] >>83 -[2013-09-26 21:08:04] >>83 -[2013-09-26 21:09:04] >>83 -[2013-09-26 21:10:05] >>83 -[2013-09-26 21:10:25] 81 -[2013-09-26 21:10:26] >81 -[2013-09-26 21:10:35] 83 -[2013-09-26 21:10:37] >83 -[2013-09-26 21:11:37] >>83 -[2013-09-26 21:12:37] >>83 -[2013-09-26 21:13:37] >>83 -[2013-09-26 21:14:37] >>83 -[2013-09-26 21:15:37] >>83 -[2013-09-26 21:16:37] >>83 -[2013-09-26 21:16:45] 81 -[2013-09-26 21:16:46] >81 -[2013-09-26 21:16:55] 83 -[2013-09-26 21:16:57] >83 -[2013-09-26 21:17:21] 87 -[2013-09-26 21:17:21] 83 -[2013-09-26 21:17:23] >83 -[2013-09-26 21:18:23] >>83 -[2013-09-26 21:19:23] >>83 -[2013-09-26 21:20:23] >>83 -[2013-09-26 21:21:23] >>83 -[2013-09-26 21:22:23] >>83 -[2013-09-26 21:23:04] 81 -[2013-09-26 21:23:05] >81 -[2013-09-26 21:23:14] 83 -[2013-09-26 21:23:16] >83 -[2013-09-26 21:24:16] >>83 -[2013-09-26 21:25:16] >>83 -[2013-09-26 21:26:16] >>83 -[2013-09-26 21:27:16] >>83 -[2013-09-26 21:28:16] >>83 -[2013-09-26 21:29:16] >>83 -[2013-09-26 21:29:24] 81 -[2013-09-26 21:29:25] >81 -[2013-09-26 21:29:34] 83 -[2013-09-26 21:29:36] >83 -[2013-09-26 21:30:00] 87 -[2013-09-26 21:30:01] 83 -[2013-09-26 21:30:03] >83 -[2013-09-26 21:31:02] >>83 -[2013-09-26 21:32:02] >>83 -[2013-09-26 21:33:02] >>83 -[2013-09-26 21:34:03] >>83 -[2013-09-26 21:35:03] >>83 -[2013-09-26 21:35:44] 81 -[2013-09-26 21:35:45] >81 -[2013-09-26 21:35:54] 83 -[2013-09-26 21:35:56] >83 -[2013-09-26 21:36:55] >>83 -[2013-09-26 21:37:55] >>83 -[2013-09-26 21:38:56] >>83 -[2013-09-26 21:39:56] >>83 -[2013-09-26 21:40:56] >>83 -[2013-09-26 21:41:56] >>83 -[2013-09-26 21:42:03] 81 -[2013-09-26 21:42:05] >81 -[2013-09-26 21:42:15] 83 -[2013-09-26 21:42:16] >83 -[2013-09-26 21:43:16] >>83 -[2013-09-26 21:44:16] >>83 -[2013-09-26 21:45:16] >>83 -[2013-09-26 21:46:16] >>83 -[2013-09-26 21:47:16] >>83 -[2013-09-26 21:48:17] >>83 -[2013-09-26 21:48:37] 81 -[2013-09-26 21:48:38] >81 -[2013-09-26 21:48:48] 83 -[2013-09-26 21:48:49] >83 -[2013-09-26 21:49:49] >>83 -[2013-09-26 21:50:49] >>83 -[2013-09-26 21:51:49] >>83 -[2013-09-26 21:52:49] >>83 -[2013-09-26 21:53:50] >>83 -[2013-09-26 21:54:50] >>83 -[2013-09-26 21:54:57] 81 -[2013-09-26 21:54:58] >81 -[2013-09-26 21:55:07] 83 -[2013-09-26 21:55:09] >83 -[2013-09-26 21:56:08] >>83 -[2013-09-26 21:57:08] >>83 -[2013-09-26 21:58:08] >>83 -[2013-09-26 21:59:09] >>83 -[2013-09-26 22:00:09] >>83 -[2013-09-26 22:01:09] >>83 -[2013-09-26 22:01:15] 81 -[2013-09-26 22:01:17] >81 -[2013-09-26 22:01:27] 83 -[2013-09-26 22:01:28] >83 -[2013-09-26 22:02:28] >>83 -[2013-09-26 22:03:28] >>83 -[2013-09-26 22:04:28] >>83 -[2013-09-26 22:05:28] >>83 -[2013-09-26 22:06:28] >>83 -[2013-09-26 22:07:29] >>83 -[2013-09-26 22:07:36] 81 -[2013-09-26 22:07:37] >81 -[2013-09-26 22:07:46] 83 -[2013-09-26 22:07:48] >83 -[2013-09-26 22:08:48] >>83 -[2013-09-26 22:09:48] >>83 -[2013-09-26 22:10:48] >>83 -[2013-09-26 22:11:48] >>83 -[2013-09-26 22:12:48] >>83 -[2013-09-26 22:13:48] >>83 -[2013-09-26 22:13:56] 81 -[2013-09-26 22:13:57] >81 -[2013-09-26 22:14:06] 83 -[2013-09-26 22:14:08] >83 -[2013-09-26 22:15:07] >>83 -[2013-09-26 22:16:07] >>83 -[2013-09-26 22:17:07] >>83 -[2013-09-26 22:18:08] >>83 -[2013-09-26 22:19:08] >>83 -[2013-09-26 22:20:08] >>83 -[2013-09-26 22:20:16] 81 -[2013-09-26 22:20:18] >81 -[2013-09-26 22:20:27] 83 -[2013-09-26 22:20:28] >83 -[2013-09-26 22:21:28] >>83 -[2013-09-26 22:22:28] >>83 -[2013-09-26 22:23:28] >>83 -[2013-09-26 22:24:28] >>83 -[2013-09-26 22:25:28] >>83 -[2013-09-26 22:26:29] >>83 -[2013-09-26 22:26:50] 81 -[2013-09-26 22:26:51] >81 -[2013-09-26 22:27:00] 83 -[2013-09-26 22:27:01] >83 -[2013-09-26 22:28:01] >>83 -[2013-09-26 22:29:01] >>83 -[2013-09-26 22:30:01] >>83 -[2013-09-26 22:31:01] >>83 -[2013-09-26 22:32:02] >>83 -[2013-09-26 22:33:02] >>83 -[2013-09-26 22:33:09] 81 -[2013-09-26 22:33:10] >81 -[2013-09-26 22:33:19] 83 -[2013-09-26 22:33:21] >83 -[2013-09-26 22:34:20] >>83 -[2013-09-26 22:35:20] >>83 -[2013-09-26 22:36:20] >>83 -[2013-09-26 22:37:21] >>83 -[2013-09-26 22:38:21] >>83 -[2013-09-26 22:39:21] >>83 -[2013-09-26 22:39:28] 81 -[2013-09-26 22:39:30] >81 -[2013-09-26 22:39:39] 83 -[2013-09-26 22:39:40] >83 -[2013-09-26 22:40:40] >>83 -[2013-09-26 22:41:40] >>83 -[2013-09-26 22:42:40] >>83 -[2013-09-26 22:43:40] >>83 -[2013-09-26 22:44:40] >>83 -[2013-09-26 22:45:41] >>83 -[2013-09-26 22:45:48] 81 -[2013-09-26 22:45:49] >81 -[2013-09-26 22:45:58] 83 -[2013-09-26 22:46:00] >83 -[2013-09-26 22:47:00] >>83 -[2013-09-26 22:48:00] >>83 -[2013-09-26 22:49:00] >>83 -[2013-09-26 22:50:00] >>83 -[2013-09-26 22:51:00] >>83 -[2013-09-26 22:52:00] >>83 -[2013-09-26 22:52:08] 81 -[2013-09-26 22:52:09] >81 -[2013-09-26 22:52:18] 83 -[2013-09-26 22:52:20] >83 -[2013-09-26 22:53:20] >>83 -[2013-09-26 22:54:20] >>83 -[2013-09-26 22:55:20] >>83 -[2013-09-26 22:56:20] >>83 -[2013-09-26 22:57:20] >>83 -[2013-09-26 22:58:20] >>83 -[2013-09-26 22:58:28] 81 -[2013-09-26 22:58:30] >81 -[2013-09-26 22:58:39] 83 -[2013-09-26 22:58:40] >83 -[2013-09-26 22:59:40] >>83 -[2013-09-26 23:00:40] >>83 -[2013-09-26 23:01:40] >>83 -[2013-09-26 23:02:40] >>83 -[2013-09-26 23:03:40] >>83 -[2013-09-26 23:04:41] >>83 -[2013-09-26 23:05:02] 81 -[2013-09-26 23:05:03] >81 -[2013-09-26 23:05:12] 83 -[2013-09-26 23:05:13] >83 -[2013-09-26 23:06:13] >>83 -[2013-09-26 23:07:13] >>83 -[2013-09-26 23:08:13] >>83 -[2013-09-26 23:09:13] >>83 -[2013-09-26 23:10:14] >>83 -[2013-09-26 23:11:14] >>83 -[2013-09-26 23:11:21] 81 -[2013-09-26 23:11:22] >81 -[2013-09-26 23:11:31] 83 -[2013-09-26 23:11:33] >83 -[2013-09-26 23:12:33] >>83 -[2013-09-26 23:13:33] >>83 -[2013-09-26 23:14:33] >>83 -[2013-09-26 23:15:33] >>83 -[2013-09-26 23:16:33] >>83 -[2013-09-26 23:17:33] >>83 -[2013-09-26 23:17:40] 81 -[2013-09-26 23:17:42] >81 -[2013-09-26 23:17:51] 83 -[2013-09-26 23:17:52] >83 -[2013-09-26 23:18:52] >>83 -[2013-09-26 23:19:52] >>83 -[2013-09-26 23:20:52] >>83 -[2013-09-26 23:21:52] >>83 -[2013-09-26 23:22:52] >>83 -[2013-09-26 23:23:52] >>83 -[2013-09-26 23:24:00] 81 -[2013-09-26 23:24:01] >81 -[2013-09-26 23:24:10] 83 -[2013-09-26 23:24:12] >83 -[2013-09-26 23:25:11] >>83 -[2013-09-26 23:26:12] >>83 -[2013-09-26 23:27:12] >>83 -[2013-09-26 23:28:12] >>83 -[2013-09-26 23:29:12] >>83 -[2013-09-26 23:30:12] >>83 -[2013-09-26 23:30:20] 81 -[2013-09-26 23:30:21] >81 -[2013-09-26 23:30:30] 83 -[2013-09-26 23:30:32] >83 -[2013-09-26 23:30:57] 87 -[2013-09-26 23:30:58] 83 -[2013-09-26 23:30:59] >83 -[2013-09-26 23:31:59] >>83 -[2013-09-26 23:32:59] >>83 -[2013-09-26 23:33:59] >>83 -[2013-09-26 23:34:59] >>83 -[2013-09-26 23:35:59] >>83 -[2013-09-26 23:36:41] 81 -[2013-09-26 23:36:42] >81 -[2013-09-26 23:36:51] 83 -[2013-09-26 23:36:52] >83 -[2013-09-26 23:37:52] >>83 -[2013-09-26 23:38:52] >>83 -[2013-09-26 23:39:52] >>83 -[2013-09-26 23:40:52] >>83 -[2013-09-26 23:41:53] >>83 -[2013-09-26 23:42:53] >>83 -[2013-09-26 23:43:13] 81 -[2013-09-26 23:43:15] >81 -[2013-09-26 23:43:24] 83 -[2013-09-26 23:43:26] >83 -[2013-09-26 23:44:25] >>83 -[2013-09-26 23:45:25] >>83 -[2013-09-26 23:46:25] >>83 -[2013-09-26 23:47:26] >>83 -[2013-09-26 23:48:26] >>83 -[2013-09-26 23:49:26] >>83 -[2013-09-26 23:49:32] 81 -[2013-09-26 23:49:34] >81 -[2013-09-26 23:49:44] 83 -[2013-09-26 23:49:45] >83 -[2013-09-26 23:50:45] >>83 -[2013-09-26 23:51:45] >>83 -[2013-09-26 23:52:45] >>83 -[2013-09-26 23:53:45] >>83 -[2013-09-26 23:54:45] >>83 -[2013-09-26 23:55:45] >>83 -[2013-09-26 23:55:53] 81 -[2013-09-26 23:55:54] >81 -[2013-09-26 23:56:03] 83 -[2013-09-26 23:56:04] >83 -[2013-09-26 23:57:04] >>83 -[2013-09-26 23:58:04] >>83 -[2013-09-26 23:59:04] >>83 -[2013-09-27 00:00:04] >>83 -[2013-09-27 00:01:05] >>83 -[2013-09-27 00:02:05] >>83 -[2013-09-27 00:02:12] 81 -[2013-09-27 00:02:14] >81 -[2013-09-27 00:02:22] 83 -[2013-09-27 00:02:24] >83 -[2013-09-27 00:03:24] >>83 -[2013-09-27 00:04:24] >>83 -[2013-09-27 00:05:24] >>83 -[2013-09-27 00:06:24] >>83 -[2013-09-27 00:07:24] >>83 -[2013-09-27 00:08:24] >>83 -[2013-09-27 00:08:32] 81 -[2013-09-27 00:08:34] >81 -[2013-09-27 00:08:43] 83 -[2013-09-27 00:08:44] >83 -[2013-09-27 00:09:09] 87 -[2013-09-27 00:09:10] 83 -[2013-09-27 00:09:12] >83 -[2013-09-27 00:10:11] >>83 -[2013-09-27 00:11:11] >>83 -[2013-09-27 00:12:11] >>83 -[2013-09-27 00:13:12] >>83 -[2013-09-27 00:14:12] >>83 -[2013-09-27 00:14:52] 81 -[2013-09-27 00:14:54] >81 -[2013-09-27 00:15:03] 83 -[2013-09-27 00:15:05] >83 -[2013-09-27 00:15:12] 81 -[2013-09-27 00:15:14] >81 -[2013-09-27 00:15:43] 83 -[2013-09-27 00:15:44] >83 -[2013-09-27 00:16:44] >>83 -[2013-09-27 00:17:44] >>83 -[2013-09-27 00:18:44] >>83 -[2013-09-27 00:19:45] >>83 -[2013-09-27 00:20:45] >>83 -[2013-09-27 00:21:43] 81 -[2013-09-27 00:21:45] >81 -[2013-09-27 00:21:54] 83 -[2013-09-27 00:21:56] >83 -[2013-09-27 00:22:56] >>83 -[2013-09-27 00:23:56] >>83 -[2013-09-27 00:24:56] >>83 -[2013-09-27 00:25:56] >>83 -[2013-09-27 00:26:56] >>83 -[2013-09-27 00:27:56] >>83 -[2013-09-27 00:28:03] 81 -[2013-09-27 00:28:05] >81 -[2013-09-27 00:28:14] 83 -[2013-09-27 00:28:15] >83 -[2013-09-27 00:29:15] >>83 -[2013-09-27 00:30:15] >>83 -[2013-09-27 00:31:15] >>83 -[2013-09-27 00:32:15] >>83 -[2013-09-27 00:33:15] >>83 -[2013-09-27 00:34:16] >>83 -[2013-09-27 00:34:24] 81 -[2013-09-27 00:34:25] >81 -[2013-09-27 00:34:33] 83 -[2013-09-27 00:34:35] >83 -[2013-09-27 00:35:35] >>83 -[2013-09-27 00:36:35] >>83 -[2013-09-27 00:37:35] >>83 -[2013-09-27 00:38:35] >>83 -[2013-09-27 00:39:35] >>83 -[2013-09-27 00:40:35] >>83 -[2013-09-27 00:40:43] 81 -[2013-09-27 00:40:45] >81 -[2013-09-27 00:40:53] 83 -[2013-09-27 00:40:55] >83 -[2013-09-27 00:41:55] >>83 -[2013-09-27 00:42:55] >>83 -[2013-09-27 00:43:55] >>83 -[2013-09-27 00:44:55] >>83 -[2013-09-27 00:45:55] >>83 -[2013-09-27 00:46:55] >>83 -[2013-09-27 00:47:03] 81 -[2013-09-27 00:47:05] >81 -[2013-09-27 00:47:14] 83 -[2013-09-27 00:47:16] >83 -[2013-09-27 00:48:15] >>83 -[2013-09-27 00:49:15] >>83 -[2013-09-27 00:50:16] >>83 -[2013-09-27 00:51:16] >>83 -[2013-09-27 00:52:16] >>83 -[2013-09-27 00:53:16] >>83 -[2013-09-27 00:53:25] 81 -[2013-09-27 00:53:26] >81 -[2013-09-27 00:53:35] 83 -[2013-09-27 00:53:36] >83 -[2013-09-27 00:54:36] >>83 -[2013-09-27 00:55:36] >>83 -[2013-09-27 00:56:36] >>83 -[2013-09-27 00:57:36] >>83 -[2013-09-27 00:58:37] >>83 -[2013-09-27 00:59:37] >>83 -[2013-09-27 00:59:56] 81 -[2013-09-27 00:59:58] >81 -[2013-09-27 01:00:06] 83 -[2013-09-27 01:00:08] >83 -[2013-09-27 01:00:32] 87 -[2013-09-27 01:00:33] 83 -[2013-09-27 01:00:34] >83 -[2013-09-27 01:01:34] >>83 -[2013-09-27 01:02:34] >>83 -[2013-09-27 01:03:34] >>83 -[2013-09-27 01:04:34] >>83 -[2013-09-27 01:05:35] >>83 -[2013-09-27 01:06:15] 81 -[2013-09-27 01:06:17] >81 -[2013-09-27 01:06:26] 83 -[2013-09-27 01:06:27] >83 -[2013-09-27 01:07:27] >>83 -[2013-09-27 01:08:27] >>83 -[2013-09-27 01:09:27] >>83 -[2013-09-27 01:10:27] >>83 -[2013-09-27 01:11:28] >>83 -[2013-09-27 01:12:28] >>83 -[2013-09-27 01:12:35] 81 -[2013-09-27 01:12:37] >81 -[2013-09-27 01:12:45] 83 -[2013-09-27 01:12:47] >83 -[2013-09-27 01:13:47] >>83 -[2013-09-27 01:14:47] >>83 -[2013-09-27 01:15:47] >>83 -[2013-09-27 01:16:47] >>83 -[2013-09-27 01:17:47] >>83 -[2013-09-27 01:18:47] >>83 -[2013-09-27 01:18:55] 81 -[2013-09-27 01:18:57] >81 -[2013-09-27 01:19:06] 83 -[2013-09-27 01:19:07] >83 -[2013-09-27 01:20:07] >>83 -[2013-09-27 01:21:07] >>83 -[2013-09-27 01:22:07] >>83 -[2013-09-27 01:23:07] >>83 -[2013-09-27 01:24:07] >>83 -[2013-09-27 01:25:08] >>83 -[2013-09-27 01:25:15] 81 -[2013-09-27 01:25:17] >81 -[2013-09-27 01:25:26] 83 -[2013-09-27 01:25:27] >83 -[2013-09-27 01:26:27] >>83 -[2013-09-27 01:27:27] >>83 -[2013-09-27 01:28:27] >>83 -[2013-09-27 01:29:27] >>83 -[2013-09-27 01:30:28] >>83 -[2013-09-27 01:31:28] >>83 -[2013-09-27 01:31:36] 81 -[2013-09-27 01:31:38] >81 -[2013-09-27 01:31:47] 83 -[2013-09-27 01:31:49] >83 -[2013-09-27 01:32:48] >>83 -[2013-09-27 01:33:48] >>83 -[2013-09-27 01:34:48] >>83 -[2013-09-27 01:35:49] >>83 -[2013-09-27 01:36:49] >>83 -[2013-09-27 01:37:49] >>83 -[2013-09-27 01:38:08] 81 -[2013-09-27 01:38:10] >81 -[2013-09-27 01:38:19] 83 -[2013-09-27 01:38:20] >83 -[2013-09-27 01:39:20] >>83 -[2013-09-27 01:40:20] >>83 -[2013-09-27 01:41:20] >>83 -[2013-09-27 01:42:20] >>83 -[2013-09-27 01:43:20] >>83 -[2013-09-27 01:44:21] >>83 -[2013-09-27 01:44:27] 81 -[2013-09-27 01:44:29] >81 -[2013-09-27 01:44:38] 83 -[2013-09-27 01:44:39] >83 -[2013-09-27 01:45:39] >>83 -[2013-09-27 01:46:39] >>83 -[2013-09-27 01:47:39] >>83 -[2013-09-27 01:48:39] >>83 -[2013-09-27 01:49:40] >>83 -[2013-09-27 01:50:40] >>83 -[2013-09-27 01:50:47] 81 -[2013-09-27 01:50:49] >81 -[2013-09-27 01:50:57] 83 -[2013-09-27 01:50:59] >83 -[2013-09-27 01:51:59] >>83 -[2013-09-27 01:52:59] >>83 -[2013-09-27 01:53:59] >>83 -[2013-09-27 01:54:59] >>83 -[2013-09-27 01:55:59] >>83 -[2013-09-27 01:56:59] >>83 -[2013-09-27 01:57:07] 81 -[2013-09-27 01:57:09] >81 -[2013-09-27 01:57:18] 83 -[2013-09-27 01:57:19] >83 -[2013-09-27 01:58:19] >>83 -[2013-09-27 01:59:19] >>83 -[2013-09-27 02:00:19] >>83 -[2013-09-27 02:01:19] >>83 -[2013-09-27 02:02:19] >>83 -[2013-09-27 02:03:20] >>83 -[2013-09-27 02:03:27] 81 -[2013-09-27 02:03:29] >81 -[2013-09-27 02:03:38] 83 -[2013-09-27 02:03:40] >83 -[2013-09-27 02:04:39] >>83 -[2013-09-27 02:05:40] >>83 -[2013-09-27 02:06:40] >>83 -[2013-09-27 02:07:40] >>83 -[2013-09-27 02:08:40] >>83 -[2013-09-27 02:09:40] >>83 -[2013-09-27 02:09:48] 81 -[2013-09-27 02:09:50] >81 -[2013-09-27 02:09:59] 83 -[2013-09-27 02:10:01] >83 -[2013-09-27 02:11:00] >>83 -[2013-09-27 02:12:00] >>83 -[2013-09-27 02:13:00] >>83 -[2013-09-27 02:14:01] >>83 -[2013-09-27 02:15:01] >>83 -[2013-09-27 02:16:01] >>83 -[2013-09-27 02:16:20] 81 -[2013-09-27 02:16:22] >81 -[2013-09-27 02:16:31] 83 -[2013-09-27 02:16:32] >83 -[2013-09-27 02:17:32] >>83 -[2013-09-27 02:18:32] >>83 -[2013-09-27 02:19:32] >>83 -[2013-09-27 02:19:52] 81 -[2013-09-27 02:19:54] >81 -[2013-09-27 02:20:53] >>81 -[2013-09-27 02:21:54] >>81 -[2013-09-27 02:22:54] >>81 -[2013-09-27 02:23:11] 83 -[2013-09-27 02:23:13] >83 -[2013-09-27 02:24:13] >>83 -[2013-09-27 02:25:13] >>83 -[2013-09-27 02:26:13] >>83 -[2013-09-27 02:27:13] >>83 -[2013-09-27 02:28:13] >>83 -[2013-09-27 02:29:11] 81 -[2013-09-27 02:29:13] >81 -[2013-09-27 02:29:22] 83 -[2013-09-27 02:29:23] >83 -[2013-09-27 02:30:23] >>83 -[2013-09-27 02:31:23] >>83 -[2013-09-27 02:32:23] >>83 -[2013-09-27 02:33:24] >>83 -[2013-09-27 02:34:24] >>83 -[2013-09-27 02:35:24] >>83 -[2013-09-27 02:35:31] 81 -[2013-09-27 02:35:33] >81 -[2013-09-27 02:35:41] 83 -[2013-09-27 02:35:43] >83 -[2013-09-27 02:36:43] >>83 -[2013-09-27 02:37:43] >>83 -[2013-09-27 02:38:43] >>83 -[2013-09-27 02:39:43] >>83 -[2013-09-27 02:40:43] >>83 -[2013-09-27 02:41:43] >>83 -[2013-09-27 02:41:50] 81 -[2013-09-27 02:41:52] >81 -[2013-09-27 02:42:01] 83 -[2013-09-27 02:42:03] >83 -[2013-09-27 02:43:02] >>83 -[2013-09-27 02:44:03] >>83 -[2013-09-27 02:45:03] >>83 -[2013-09-27 02:46:03] >>83 -[2013-09-27 02:47:03] >>83 -[2013-09-27 02:48:03] >>83 -[2013-09-27 02:48:10] 81 -[2013-09-27 02:48:12] >81 -[2013-09-27 02:48:21] 83 -[2013-09-27 02:48:23] >83 -[2013-09-27 02:49:23] >>83 -[2013-09-27 02:50:23] >>83 -[2013-09-27 02:51:23] >>83 -[2013-09-27 02:52:23] >>83 -[2013-09-27 02:53:23] >>83 -[2013-09-27 02:54:23] >>83 -[2013-09-27 02:54:43] 81 -[2013-09-27 02:54:45] >81 -[2013-09-27 02:54:53] 83 -[2013-09-27 02:54:55] >83 -[2013-09-27 02:55:55] >>83 -[2013-09-27 02:56:55] >>83 -[2013-09-27 02:57:55] >>83 -[2013-09-27 02:58:55] >>83 -[2013-09-27 02:59:55] >>83 -[2013-09-27 03:00:55] >>83 -[2013-09-27 03:01:04] 81 -[2013-09-27 03:01:06] >81 -[2013-09-27 03:01:15] 83 -[2013-09-27 03:01:16] >83 -[2013-09-27 03:02:16] >>83 -[2013-09-27 03:03:16] >>83 -[2013-09-27 03:04:16] >>83 -[2013-09-27 03:05:16] >>83 -[2013-09-27 03:06:16] >>83 -[2013-09-27 03:07:17] >>83 -[2013-09-27 03:07:24] 81 -[2013-09-27 03:07:26] >81 -[2013-09-27 03:07:34] 83 -[2013-09-27 03:07:36] >83 -[2013-09-27 03:08:36] >>83 -[2013-09-27 03:09:36] >>83 -[2013-09-27 03:10:36] >>83 -[2013-09-27 03:11:36] >>83 -[2013-09-27 03:12:36] >>83 -[2013-09-27 03:13:36] >>83 -[2013-09-27 03:13:43] 81 -[2013-09-27 03:13:45] >81 -[2013-09-27 03:13:53] 83 -[2013-09-27 03:13:55] >83 -[2013-09-27 03:14:55] >>83 -[2013-09-27 03:15:55] >>83 -[2013-09-27 03:16:55] >>83 -[2013-09-27 03:17:55] >>83 -[2013-09-27 03:18:55] >>83 -[2013-09-27 03:19:55] >>83 -[2013-09-27 03:20:03] 81 -[2013-09-27 03:20:05] >81 -[2013-09-27 03:20:13] 83 -[2013-09-27 03:20:15] >83 -[2013-09-27 03:21:14] >>83 -[2013-09-27 03:22:14] >>83 -[2013-09-27 03:23:15] >>83 -[2013-09-27 03:24:15] >>83 -[2013-09-27 03:25:15] >>83 -[2013-09-27 03:26:15] >>83 -[2013-09-27 03:26:23] 81 -[2013-09-27 03:26:25] >81 -[2013-09-27 03:26:33] 83 -[2013-09-27 03:26:35] >83 -[2013-09-27 03:27:34] >>83 -[2013-09-27 03:28:35] >>83 -[2013-09-27 03:29:35] >>83 -[2013-09-27 03:30:35] >>83 -[2013-09-27 03:31:35] >>83 -[2013-09-27 03:32:35] >>83 -[2013-09-27 03:32:55] 81 -[2013-09-27 03:32:57] >81 -[2013-09-27 03:33:06] 83 -[2013-09-27 03:33:08] >83 -[2013-09-27 03:34:07] >>83 -[2013-09-27 03:35:07] >>83 -[2013-09-27 03:36:07] >>83 -[2013-09-27 03:37:08] >>83 -[2013-09-27 03:38:08] >>83 -[2013-09-27 03:39:08] >>83 -[2013-09-27 03:39:16] 81 -[2013-09-27 03:39:17] >81 -[2013-09-27 03:39:47] 99 -[2013-09-27 03:39:49] >99 -[2013-09-27 03:40:48] >>99 -[2013-09-27 03:41:48] >>99 -[2013-09-27 03:42:49] >>99 -[2013-09-27 03:43:49] >>99 -[2013-09-27 03:44:49] >>99 -[2013-09-27 03:45:22] 89 -[2013-09-27 03:45:24] >89 -[2013-09-27 03:45:25] 81 -[2013-09-27 03:45:27] >81 -[2013-09-27 03:45:31] 83 -[2013-09-27 03:45:32] >83 -[2013-09-27 03:46:32] >>83 -[2013-09-27 03:47:32] >>83 -[2013-09-27 03:48:32] >>83 -[2013-09-27 03:49:32] >>83 -[2013-09-27 03:50:33] >>83 -[2013-09-27 03:51:33] >>83 -[2013-09-27 03:51:34] 81 -[2013-09-27 03:51:36] >81 -[2013-09-27 03:51:44] 83 -[2013-09-27 03:51:46] >83 -[2013-09-27 03:52:46] >>83 -[2013-09-27 03:53:46] >>83 -[2013-09-27 03:54:46] >>83 -[2013-09-27 03:55:46] >>83 -[2013-09-27 03:56:46] >>83 -[2013-09-27 03:57:46] >>83 -[2013-09-27 03:57:54] 81 -[2013-09-27 03:57:56] >81 -[2013-09-27 03:58:04] 83 -[2013-09-27 03:58:06] >83 -[2013-09-27 03:59:05] >>83 -[2013-09-27 04:00:05] >>83 -[2013-09-27 04:01:06] >>83 -[2013-09-27 04:02:06] >>83 -[2013-09-27 04:03:06] >>83 -[2013-09-27 04:04:06] >>83 -[2013-09-27 04:04:13] 81 -[2013-09-27 04:04:15] >81 -[2013-09-27 04:04:24] 83 -[2013-09-27 04:04:25] >83 -[2013-09-27 04:05:25] >>83 -[2013-09-27 04:06:25] >>83 -[2013-09-27 04:07:25] >>83 -[2013-09-27 04:08:25] >>83 -[2013-09-27 04:09:26] >>83 -[2013-09-27 04:10:26] >>83 -[2013-09-27 04:10:33] 81 -[2013-09-27 04:10:35] >81 -[2013-09-27 04:10:44] 83 -[2013-09-27 04:10:45] >83 -[2013-09-27 04:11:45] >>83 -[2013-09-27 04:12:45] >>83 -[2013-09-27 04:13:45] >>83 -[2013-09-27 04:14:46] >>83 -[2013-09-27 04:15:46] >>83 -[2013-09-27 04:16:46] >>83 -[2013-09-27 04:17:06] 81 -[2013-09-27 04:17:08] >81 -[2013-09-27 04:17:16] 83 -[2013-09-27 04:17:18] >83 -[2013-09-27 04:18:18] >>83 -[2013-09-27 04:19:18] >>83 -[2013-09-27 04:20:18] >>83 -[2013-09-27 04:21:18] >>83 -[2013-09-27 04:22:18] >>83 -[2013-09-27 04:23:18] >>83 -[2013-09-27 04:23:27] 81 -[2013-09-27 04:23:29] >81 -[2013-09-27 04:23:38] 83 -[2013-09-27 04:23:39] >83 -[2013-09-27 04:24:39] >>83 -[2013-09-27 04:25:39] >>83 -[2013-09-27 04:26:39] >>83 -[2013-09-27 04:27:39] >>83 -[2013-09-27 04:28:39] >>83 -[2013-09-27 04:29:40] >>83 -[2013-09-27 04:29:46] 81 -[2013-09-27 04:29:48] >81 -[2013-09-27 04:29:57] 83 -[2013-09-27 04:29:58] >83 -[2013-09-27 04:30:58] >>83 -[2013-09-27 04:31:58] >>83 -[2013-09-27 04:32:58] >>83 -[2013-09-27 04:33:58] >>83 -[2013-09-27 04:34:59] >>83 -[2013-09-27 04:35:59] >>83 -[2013-09-27 04:36:06] 81 -[2013-09-27 04:36:07] >81 -[2013-09-27 04:36:16] 83 -[2013-09-27 04:36:18] >83 -[2013-09-27 04:37:18] >>83 -[2013-09-27 04:38:18] >>83 -[2013-09-27 04:39:18] >>83 -[2013-09-27 04:40:18] >>83 -[2013-09-27 04:41:18] >>83 -[2013-09-27 04:42:18] >>83 -[2013-09-27 04:42:25] 81 -[2013-09-27 04:42:26] >81 -[2013-09-27 04:42:36] 83 -[2013-09-27 04:42:38] >83 -[2013-09-27 04:43:37] >>83 -[2013-09-27 04:44:37] >>83 -[2013-09-27 04:45:38] >>83 -[2013-09-27 04:46:38] >>83 -[2013-09-27 04:47:38] >>83 -[2013-09-27 04:48:38] >>83 -[2013-09-27 04:48:45] 81 -[2013-09-27 04:48:47] >81 -[2013-09-27 04:48:56] 83 -[2013-09-27 04:48:57] >83 -[2013-09-27 04:49:57] >>83 -[2013-09-27 04:50:57] >>83 -[2013-09-27 04:51:57] >>83 -[2013-09-27 04:52:57] >>83 -[2013-09-27 04:53:57] >>83 -[2013-09-27 04:54:58] >>83 -[2013-09-27 04:55:18] 81 -[2013-09-27 04:55:19] >81 -[2013-09-27 04:55:28] 83 -[2013-09-27 04:55:30] >83 -[2013-09-27 04:56:30] >>83 -[2013-09-27 04:57:30] >>83 -[2013-09-27 04:58:30] >>83 -[2013-09-27 04:59:30] >>83 -[2013-09-27 05:00:30] >>83 -[2013-09-27 05:01:30] >>83 -[2013-09-27 05:01:39] 81 -[2013-09-27 05:01:40] >81 -[2013-09-27 05:01:50] 83 -[2013-09-27 05:01:51] >83 -[2013-09-27 05:02:51] >>83 -[2013-09-27 05:03:51] >>83 -[2013-09-27 05:04:51] >>83 -[2013-09-27 05:05:51] >>83 -[2013-09-27 05:06:51] >>83 -[2013-09-27 05:07:51] >>83 -[2013-09-27 05:07:58] 81 -[2013-09-27 05:08:00] >81 -[2013-09-27 05:08:09] 83 -[2013-09-27 05:08:10] >83 -[2013-09-27 05:09:10] >>83 -[2013-09-27 05:10:10] >>83 -[2013-09-27 05:11:10] >>83 -[2013-09-27 05:12:10] >>83 -[2013-09-27 05:13:10] >>83 -[2013-09-27 05:14:11] >>83 -[2013-09-27 05:14:18] 81 -[2013-09-27 05:14:20] >81 -[2013-09-27 05:14:28] 83 -[2013-09-27 05:14:30] >83 -[2013-09-27 05:15:30] >>83 -[2013-09-27 05:16:30] >>83 -[2013-09-27 05:17:30] >>83 -[2013-09-27 05:18:30] >>83 -[2013-09-27 05:19:30] >>83 -[2013-09-27 05:20:30] >>83 -[2013-09-27 05:20:38] 81 -[2013-09-27 05:20:39] >81 -[2013-09-27 05:20:48] 83 -[2013-09-27 05:20:50] >83 -[2013-09-27 05:21:14] 87 -[2013-09-27 05:21:15] 83 -[2013-09-27 05:21:16] >83 -[2013-09-27 05:22:16] >>83 -[2013-09-27 05:23:16] >>83 -[2013-09-27 05:24:16] >>83 -[2013-09-27 05:25:17] >>83 -[2013-09-27 05:26:17] >>83 -[2013-09-27 05:26:58] 81 -[2013-09-27 05:26:59] >81 -[2013-09-27 05:27:08] 83 -[2013-09-27 05:27:10] >83 -[2013-09-27 05:28:09] >>83 -[2013-09-27 05:29:09] >>83 -[2013-09-27 05:30:09] >>83 -[2013-09-27 05:31:10] >>83 -[2013-09-27 05:32:10] >>83 -[2013-09-27 05:33:10] >>83 -[2013-09-27 05:33:30] 81 -[2013-09-27 05:33:32] >81 -[2013-09-27 05:33:41] 83 -[2013-09-27 05:33:42] >83 -[2013-09-27 05:34:42] >>83 -[2013-09-27 05:35:42] >>83 -[2013-09-27 05:36:42] >>83 -[2013-09-27 05:37:42] >>83 -[2013-09-27 05:38:42] >>83 -[2013-09-27 05:39:43] >>83 -[2013-09-27 05:39:51] 81 -[2013-09-27 05:39:52] >81 -[2013-09-27 05:40:01] 83 -[2013-09-27 05:40:03] >83 -[2013-09-27 05:40:15] 81 -[2013-09-27 05:40:17] >81 -[2013-09-27 05:40:30] 83 -[2013-09-27 05:40:32] >83 -[2013-09-27 05:41:31] >>83 -[2013-09-27 05:42:32] >>83 -[2013-09-27 05:43:32] >>83 -[2013-09-27 05:44:32] >>83 -[2013-09-27 05:45:32] >>83 -[2013-09-27 05:46:30] 81 -[2013-09-27 05:46:31] >81 -[2013-09-27 05:46:40] 83 -[2013-09-27 05:46:42] >83 -[2013-09-27 05:47:42] >>83 -[2013-09-27 05:48:42] >>83 -[2013-09-27 05:49:42] >>83 -[2013-09-27 05:50:42] >>83 -[2013-09-27 05:51:42] >>83 -[2013-09-27 05:52:42] >>83 -[2013-09-27 05:52:50] 81 -[2013-09-27 05:52:51] >81 -[2013-09-27 05:53:00] 83 -[2013-09-27 05:53:02] >83 -[2013-09-27 05:54:01] >>83 -[2013-09-27 05:55:01] >>83 -[2013-09-27 05:56:01] >>83 -[2013-09-27 05:57:02] >>83 -[2013-09-27 05:58:02] >>83 -[2013-09-27 05:59:02] >>83 -[2013-09-27 05:59:09] 81 -[2013-09-27 05:59:18] >81 -[2013-09-27 05:59:19] 83 -[2013-09-27 05:59:21] >83 -[2013-09-27 06:00:21] >>83 -[2013-09-27 06:01:21] >>83 -[2013-09-27 06:02:21] >>83 -[2013-09-27 06:03:21] >>83 -[2013-09-27 06:04:21] >>83 -[2013-09-27 06:05:21] >>83 -[2013-09-27 06:05:29] 81 -[2013-09-27 06:05:30] >81 -[2013-09-27 06:05:40] 83 -[2013-09-27 06:05:41] >83 -[2013-09-27 06:06:41] >>83 -[2013-09-27 06:07:41] >>83 -[2013-09-27 06:08:41] >>83 -[2013-09-27 06:09:41] >>83 -[2013-09-27 06:10:41] >>83 -[2013-09-27 06:11:41] >>83 -[2013-09-27 06:12:02] 81 -[2013-09-27 06:12:04] >81 -[2013-09-27 06:12:12] 83 -[2013-09-27 06:12:14] >83 -[2013-09-27 06:13:13] >>83 -[2013-09-27 06:14:14] >>83 -[2013-09-27 06:15:14] >>83 -[2013-09-27 06:16:14] >>83 -[2013-09-27 06:17:14] >>83 -[2013-09-27 06:18:14] >>83 -[2013-09-27 06:18:23] 81 -[2013-09-27 06:18:24] >81 -[2013-09-27 06:18:33] 83 -[2013-09-27 06:18:35] >83 -[2013-09-27 06:19:35] >>83 -[2013-09-27 06:20:35] >>83 -[2013-09-27 06:21:35] >>83 -[2013-09-27 06:22:35] >>83 -[2013-09-27 06:23:35] >>83 -[2013-09-27 06:24:35] >>83 -[2013-09-27 06:24:42] 81 -[2013-09-27 06:24:43] >81 -[2013-09-27 06:24:53] 83 -[2013-09-27 06:24:54] >83 -[2013-09-27 06:25:54] >>83 -[2013-09-27 06:26:54] >>83 -[2013-09-27 06:27:54] >>83 -[2013-09-27 06:28:54] >>83 -[2013-09-27 06:29:54] >>83 -[2013-09-27 06:30:54] >>83 -[2013-09-27 06:31:02] 81 -[2013-09-27 06:31:04] >81 -[2013-09-27 06:31:12] 83 -[2013-09-27 06:31:14] >83 -[2013-09-27 06:32:13] >>83 -[2013-09-27 06:33:14] >>83 -[2013-09-27 06:34:14] >>83 -[2013-09-27 06:35:14] >>83 -[2013-09-27 06:36:14] >>83 -[2013-09-27 06:37:14] >>83 -[2013-09-27 06:37:22] 81 -[2013-09-27 06:37:23] >81 -[2013-09-27 06:37:32] 83 -[2013-09-27 06:37:33] >83 -[2013-09-27 06:38:33] >>83 -[2013-09-27 06:39:33] >>83 -[2013-09-27 06:40:33] >>83 -[2013-09-27 06:41:33] >>83 -[2013-09-27 06:42:34] >>83 -[2013-09-27 06:43:34] >>83 -[2013-09-27 06:43:42] 81 -[2013-09-27 06:43:43] >81 -[2013-09-27 06:43:52] 83 -[2013-09-27 06:43:54] >83 -[2013-09-27 06:44:53] >>83 -[2013-09-27 06:45:53] >>83 -[2013-09-27 06:46:53] >>83 -[2013-09-27 06:47:54] >>83 -[2013-09-27 06:48:54] >>83 -[2013-09-27 06:49:54] >>83 -[2013-09-27 06:50:14] 81 -[2013-09-27 06:50:16] >81 -[2013-09-27 06:50:25] 83 -[2013-09-27 06:50:26] >83 -[2013-09-27 06:51:26] >>83 -[2013-09-27 06:52:26] >>83 -[2013-09-27 06:53:26] >>83 -[2013-09-27 06:54:26] >>83 -[2013-09-27 06:55:26] >>83 -[2013-09-27 06:56:27] >>83 -[2013-09-27 06:56:35] 81 -[2013-09-27 06:56:36] >81 -[2013-09-27 06:56:45] 83 -[2013-09-27 06:56:47] >83 -[2013-09-27 06:57:47] >>83 -[2013-09-27 06:58:47] >>83 -[2013-09-27 06:59:47] >>83 -[2013-09-27 07:00:47] >>83 -[2013-09-27 07:01:47] >>83 -[2013-09-27 07:02:47] >>83 -[2013-09-27 07:02:55] 81 -[2013-09-27 07:02:56] >81 -[2013-09-27 07:03:05] 83 -[2013-09-27 07:03:07] >83 -[2013-09-27 07:04:06] >>83 -[2013-09-27 07:05:06] >>83 -[2013-09-27 07:06:06] >>83 -[2013-09-27 07:07:07] >>83 -[2013-09-27 07:08:07] >>83 -[2013-09-27 07:09:07] >>83 -[2013-09-27 07:09:14] 81 -[2013-09-27 07:09:16] >81 -[2013-09-27 07:09:25] 83 -[2013-09-27 07:09:26] >83 -[2013-09-27 07:10:26] >>83 -[2013-09-27 07:11:26] >>83 -[2013-09-27 07:12:26] >>83 -[2013-09-27 07:13:26] >>83 -[2013-09-27 07:14:26] >>83 -[2013-09-27 07:15:26] >>83 -[2013-09-27 07:15:34] 81 -[2013-09-27 07:15:35] >81 -[2013-09-27 07:15:44] 83 -[2013-09-27 07:15:46] >83 -[2013-09-27 07:16:45] >>83 -[2013-09-27 07:17:46] >>83 -[2013-09-27 07:18:46] >>83 -[2013-09-27 07:19:46] >>83 -[2013-09-27 07:20:46] >>83 -[2013-09-27 07:21:46] >>83 -[2013-09-27 07:21:54] 81 -[2013-09-27 07:21:55] >81 -[2013-09-27 07:22:04] 83 -[2013-09-27 07:22:05] >83 -[2013-09-27 07:23:05] >>83 -[2013-09-27 07:24:05] >>83 -[2013-09-27 07:25:05] >>83 -[2013-09-27 07:26:05] >>83 -[2013-09-27 07:27:06] >>83 -[2013-09-27 07:28:06] >>83 -[2013-09-27 07:28:26] 81 -[2013-09-27 07:28:27] >81 -[2013-09-27 07:28:36] 83 -[2013-09-27 07:28:38] >83 -[2013-09-27 07:29:04] 87 -[2013-09-27 07:29:04] 83 -[2013-09-27 07:29:06] >83 -[2013-09-27 07:30:06] >>83 -[2013-09-27 07:31:06] >>83 -[2013-09-27 07:32:06] >>83 -[2013-09-27 07:33:06] >>83 -[2013-09-27 07:34:06] >>83 -[2013-09-27 07:34:47] 81 -[2013-09-27 07:34:48] >81 -[2013-09-27 07:34:57] 83 -[2013-09-27 07:34:59] >83 -[2013-09-27 07:35:59] >>83 -[2013-09-27 07:36:59] >>83 -[2013-09-27 07:37:59] >>83 -[2013-09-27 07:38:59] >>83 -[2013-09-27 07:39:59] >>83 -[2013-09-27 07:40:59] >>83 -[2013-09-27 07:41:07] 81 -[2013-09-27 07:41:09] >81 -[2013-09-27 07:41:17] 83 -[2013-09-27 07:41:19] >83 -[2013-09-27 07:42:18] >>83 -[2013-09-27 07:43:19] >>83 -[2013-09-27 07:44:19] >>83 -[2013-09-27 07:45:19] >>83 -[2013-09-27 07:46:19] >>83 -[2013-09-27 07:47:19] >>83 -[2013-09-27 07:47:26] 81 -[2013-09-27 07:47:27] >81 -[2013-09-27 07:47:36] 83 -[2013-09-27 07:47:38] >83 -[2013-09-27 07:48:38] >>83 -[2013-09-27 07:49:38] >>83 -[2013-09-27 07:50:38] >>83 -[2013-09-27 07:51:38] >>83 -[2013-09-27 07:52:38] >>83 -[2013-09-27 07:53:38] >>83 -[2013-09-27 07:53:46] 81 -[2013-09-27 07:53:47] >81 -[2013-09-27 07:53:56] 83 -[2013-09-27 07:53:58] >83 -[2013-09-27 07:54:57] >>83 -[2013-09-27 07:55:57] >>83 -[2013-09-27 07:56:57] >>83 -[2013-09-27 07:57:58] >>83 -[2013-09-27 07:58:58] >>83 -[2013-09-27 07:59:58] >>83 -[2013-09-27 08:00:05] 81 -[2013-09-27 08:00:07] >81 -[2013-09-27 08:00:16] 83 -[2013-09-27 08:00:18] >83 -[2013-09-27 08:01:17] >>83 -[2013-09-27 08:02:17] >>83 -[2013-09-27 08:03:18] >>83 -[2013-09-27 08:04:18] >>83 -[2013-09-27 08:05:18] >>83 -[2013-09-27 08:06:18] >>83 -[2013-09-27 08:06:39] 81 -[2013-09-27 08:06:40] >81 -[2013-09-27 08:06:49] 83 -[2013-09-27 08:06:50] >83 -[2013-09-27 08:07:19] 81 -[2013-09-27 08:07:21] >81 -[2013-09-27 08:07:30] 83 -[2013-09-27 08:07:31] >83 -[2013-09-27 08:08:31] >>83 -[2013-09-27 08:09:31] >>83 -[2013-09-27 08:10:31] >>83 -[2013-09-27 08:11:31] >>83 -[2013-09-27 08:12:31] >>83 -[2013-09-27 08:13:00] 81 -[2013-09-27 08:13:01] >81 -[2013-09-27 08:13:10] 83 -[2013-09-27 08:13:11] >83 -[2013-09-27 08:14:11] >>83 -[2013-09-27 08:15:11] >>83 -[2013-09-27 08:16:11] >>83 -[2013-09-27 08:17:11] >>83 -[2013-09-27 08:18:12] >>83 -[2013-09-27 08:19:12] >>83 -[2013-09-27 08:19:19] 81 -[2013-09-27 08:19:20] >81 -[2013-09-27 08:19:29] 83 -[2013-09-27 08:19:31] >83 -[2013-09-27 08:20:30] >>83 -[2013-09-27 08:21:30] >>83 -[2013-09-27 08:22:30] >>83 -[2013-09-27 08:23:31] >>83 -[2013-09-27 08:24:31] >>83 -[2013-09-27 08:25:31] >>83 -[2013-09-27 08:25:38] 81 -[2013-09-27 08:25:40] >81 -[2013-09-27 08:25:49] 83 -[2013-09-27 08:25:50] >83 -[2013-09-27 08:26:50] >>83 -[2013-09-27 08:27:50] >>83 -[2013-09-27 08:28:50] >>83 -[2013-09-27 08:29:50] >>83 -[2013-09-27 08:30:50] >>83 -[2013-09-27 08:31:50] >>83 -[2013-09-27 08:31:58] 81 -[2013-09-27 08:31:59] >81 -[2013-09-27 08:32:08] 83 -[2013-09-27 08:32:10] >83 -[2013-09-27 08:33:09] >>83 -[2013-09-27 08:34:10] >>83 -[2013-09-27 08:35:10] >>83 -[2013-09-27 08:36:10] >>83 -[2013-09-27 08:37:10] >>83 -[2013-09-27 08:38:10] >>83 -[2013-09-27 08:38:21] 81 -[2013-09-27 08:38:22] >81 -[2013-09-27 08:38:31] 83 -[2013-09-27 08:38:32] >83 -[2013-09-27 08:39:10] 87 -[2013-09-27 08:39:10] 83 -[2013-09-27 08:39:12] >83 -[2013-09-27 08:40:12] >>83 -[2013-09-27 08:41:12] >>83 -[2013-09-27 08:42:12] >>83 -[2013-09-27 08:43:12] >>83 -[2013-09-27 08:44:01] 89 -[2013-09-27 08:44:03] >89 -[2013-09-27 08:45:02] >>89 -[2013-09-27 08:46:02] >>89 -[2013-09-27 08:17:35] Avvio ProgrammaReadPar IOB-pi v.1.1 -[2013-09-27 08:17:36] Start ReadPar IOB-pi v.1.1 -[2013-09-27 08:17:36] 89 -[2013-09-27 08:17:37] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-27 08:17:38] >89 -[2013-09-27 08:17:42] 81 -[2013-09-27 08:48:12] >81 -[2013-09-27 08:48:36] 83 -[2013-09-27 08:48:38] >83 -[2013-09-27 08:49:41] >>83 -[2013-09-27 08:50:41] >>83 -[2013-09-27 08:51:41] >>83 -[2013-09-27 08:52:41] >>83 -[2013-09-27 08:53:41] >>83 -[2013-09-27 08:54:37] 81 -[2013-09-27 08:54:39] >81 -[2013-09-27 08:54:48] 83 -[2013-09-27 08:54:49] >83 -[2013-09-27 08:55:49] >>83 -[2013-09-27 08:56:49] >>83 -[2013-09-27 08:57:49] >>83 -[2013-09-27 08:58:49] >>83 -[2013-09-27 08:59:50] >>83 -[2013-09-27 09:00:50] >>83 -[2013-09-27 09:00:57] 81 -[2013-09-27 09:00:58] >81 -[2013-09-27 09:01:07] 83 -[2013-09-27 09:01:09] >83 -[2013-09-27 09:02:09] >>83 -[2013-09-27 09:03:09] >>83 -[2013-09-27 09:04:09] >>83 -[2013-09-27 09:05:09] >>83 -[2013-09-27 09:06:09] >>83 -[2013-09-27 09:07:09] >>83 -[2013-09-27 09:07:17] 81 -[2013-09-27 09:07:19] >81 -[2013-09-27 09:07:27] 83 -[2013-09-27 09:07:29] >83 -[2013-09-27 09:07:53] 87 -[2013-09-27 09:07:54] 83 -[2013-09-27 09:07:56] >83 -[2013-09-27 09:08:55] >>83 -[2013-09-27 09:09:55] >>83 -[2013-09-27 09:10:55] >>83 -[2013-09-27 09:11:56] >>83 -[2013-09-27 09:12:56] >>83 -[2013-09-27 09:13:37] 81 -[2013-09-27 09:13:38] >81 -[2013-09-27 09:13:47] 83 -[2013-09-27 09:13:49] >83 -[2013-09-27 09:14:48] >>83 -[2013-09-27 09:15:48] >>83 -[2013-09-27 09:16:49] >>83 -[2013-09-27 09:17:49] >>83 -[2013-09-27 09:18:49] >>83 -[2013-09-27 09:19:49] >>83 -[2013-09-27 09:19:57] 81 -[2013-09-27 09:19:59] >81 -[2013-09-27 09:20:08] 83 -[2013-09-27 09:20:09] >83 -[2013-09-27 09:21:09] >>83 -[2013-09-27 09:21:31] 81 -[2013-09-27 09:21:32] >81 -[2013-09-27 09:21:51] 83 -[2013-09-27 09:21:52] >83 -[2013-09-27 09:22:52] >>83 -[2013-09-27 09:23:52] >>83 -[2013-09-27 09:24:52] >>83 -[2013-09-27 09:25:52] >>83 -[2013-09-27 09:26:30] 81 -[2013-09-27 09:26:32] >81 -[2013-09-27 09:26:41] 83 -[2013-09-27 09:26:42] >83 -[2013-09-27 09:27:42] >>83 -[2013-09-27 09:28:42] >>83 -[2013-09-27 09:29:42] >>83 -[2013-09-27 09:30:42] >>83 -[2013-09-27 09:31:42] >>83 -[2013-09-27 09:32:43] >>83 -[2013-09-27 09:32:50] 81 -[2013-09-27 09:32:52] >81 -[2013-09-27 09:33:00] 83 -[2013-09-27 09:33:01] >83 -[2013-09-27 09:34:01] >>83 -[2013-09-27 09:35:01] >>83 -[2013-09-27 09:36:01] >>83 -[2013-09-27 09:37:02] >>83 -[2013-09-27 09:38:02] >>83 -[2013-09-27 09:39:02] >>83 -[2013-09-27 09:39:09] 81 -[2013-09-27 09:39:10] >81 -[2013-09-27 09:39:20] 83 -[2013-09-27 09:39:21] >83 -[2013-09-27 09:40:21] >>83 -[2013-09-27 09:41:21] >>83 -[2013-09-27 09:42:21] >>83 -[2013-09-27 09:43:21] >>83 -[2013-09-27 09:44:21] >>83 -[2013-09-27 09:45:21] >>83 -[2013-09-27 09:45:29] 81 -[2013-09-27 09:45:31] >81 -[2013-09-27 09:45:39] 83 -[2013-09-27 09:45:41] >83 -[2013-09-27 09:46:40] >>83 -[2013-09-27 09:47:41] >>83 -[2013-09-27 09:48:41] >>83 -[2013-09-27 09:49:41] >>83 -[2013-09-27 09:50:41] >>83 -[2013-09-27 09:51:41] >>83 -[2013-09-27 09:51:49] 81 -[2013-09-27 09:51:51] >81 -[2013-09-27 09:51:59] 83 -[2013-09-27 09:52:01] >83 -[2013-09-27 09:53:01] >>83 -[2013-09-27 09:54:01] >>83 -[2013-09-27 09:55:01] >>83 -[2013-09-27 09:56:01] >>83 -[2013-09-27 09:57:01] >>83 -[2013-09-27 09:58:01] >>83 -[2013-09-27 09:58:09] 81 -[2013-09-27 09:58:10] >81 -[2013-09-27 09:58:19] 83 -[2013-09-27 09:58:21] >83 -[2013-09-27 09:59:21] >>83 -[2013-09-27 10:00:21] >>83 -[2013-09-27 10:01:21] >>83 -[2013-09-27 10:02:21] >>83 -[2013-09-27 10:03:21] >>83 -[2013-09-27 10:04:21] >>83 -[2013-09-27 10:04:42] 81 -[2013-09-27 10:04:44] >81 -[2013-09-27 10:04:53] 83 -[2013-09-27 10:04:54] >83 -[2013-09-27 10:05:54] >>83 -[2013-09-27 10:06:54] >>83 -[2013-09-27 10:07:54] >>83 -[2013-09-27 10:08:54] >>83 -[2013-09-27 10:09:54] >>83 -[2013-09-27 10:10:55] >>83 -[2013-09-27 10:11:02] 81 -[2013-09-27 10:11:04] >81 -[2013-09-27 10:11:12] 83 -[2013-09-27 10:11:14] >83 -[2013-09-27 10:12:14] >>83 -[2013-09-27 10:13:14] >>83 -[2013-09-27 10:14:14] >>83 -[2013-09-27 10:15:14] >>83 -[2013-09-27 10:16:14] >>83 -[2013-09-27 10:17:14] >>83 -[2013-09-27 10:17:21] 81 -[2013-09-27 10:17:22] >81 -[2013-09-27 10:17:31] 83 -[2013-09-27 10:17:33] >83 -[2013-09-27 10:18:33] >>83 -[2013-09-27 10:19:33] >>83 -[2013-09-27 10:20:33] >>83 -[2013-09-27 10:21:33] >>83 -[2013-09-27 10:22:33] >>83 -[2013-09-27 10:23:33] >>83 -[2013-09-27 10:23:41] 81 -[2013-09-27 10:23:43] >81 -[2013-09-27 10:23:51] 83 -[2013-09-27 10:23:53] >83 -[2013-09-27 10:24:52] >>83 -[2013-09-27 10:25:53] >>83 -[2013-09-27 10:26:53] >>83 -[2013-09-27 10:27:53] >>83 -[2013-09-27 10:28:53] >>83 -[2013-09-27 10:29:53] >>83 -[2013-09-27 10:30:01] 81 -[2013-09-27 10:30:02] >81 -[2013-09-27 10:30:11] 83 -[2013-09-27 10:30:13] >83 -[2013-09-27 10:31:13] >>83 -[2013-09-27 10:32:13] >>83 -[2013-09-27 10:33:13] >>83 -[2013-09-27 10:34:13] >>83 -[2013-09-27 10:35:13] >>83 -[2013-09-27 10:36:13] >>83 -[2013-09-27 10:36:21] 81 -[2013-09-27 10:36:22] >81 -[2013-09-27 10:36:32] 83 -[2013-09-27 10:36:34] >83 -[2013-09-27 10:37:33] >>83 -[2013-09-27 10:38:33] >>83 -[2013-09-27 10:39:33] >>83 -[2013-09-27 10:40:34] >>83 -[2013-09-27 10:41:34] >>83 -[2013-09-27 10:42:34] >>83 -[2013-09-27 10:42:55] 81 -[2013-09-27 10:42:57] >81 -[2013-09-27 10:43:05] 83 -[2013-09-27 10:43:06] >83 -[2013-09-27 10:44:06] >>83 -[2013-09-27 10:45:06] >>83 -[2013-09-27 10:46:06] >>83 -[2013-09-27 10:47:06] >>83 -[2013-09-27 10:48:06] >>83 -[2013-09-27 10:49:07] >>83 -[2013-09-27 10:49:14] 81 -[2013-09-27 10:49:15] >81 -[2013-09-27 10:49:24] 83 -[2013-09-27 10:49:26] >83 -[2013-09-27 10:50:26] >>83 -[2013-09-27 10:51:26] >>83 -[2013-09-27 10:52:26] >>83 -[2013-09-27 10:53:26] >>83 -[2013-09-27 10:54:26] >>83 -[2013-09-27 10:55:26] >>83 -[2013-09-27 10:55:33] 81 -[2013-09-27 10:55:34] >81 -[2013-09-27 10:55:44] 83 -[2013-09-27 10:55:46] >83 -[2013-09-27 10:56:45] >>83 -[2013-09-27 10:57:45] >>83 -[2013-09-27 10:58:45] >>83 -[2013-09-27 10:59:46] >>83 -[2013-09-27 11:00:46] >>83 -[2013-09-27 11:01:46] >>83 -[2013-09-27 11:01:53] 81 -[2013-09-27 11:01:55] >81 -[2013-09-27 11:02:04] 83 -[2013-09-27 11:02:05] >83 -[2013-09-27 11:03:05] >>83 -[2013-09-27 11:04:05] >>83 -[2013-09-27 11:05:05] >>83 -[2013-09-27 11:06:05] >>83 -[2013-09-27 11:07:05] >>83 -[2013-09-27 11:08:06] >>83 -[2013-09-27 11:08:13] 81 -[2013-09-27 11:08:14] >81 -[2013-09-27 11:08:23] 83 -[2013-09-27 11:08:25] >83 -[2013-09-27 11:09:25] >>83 -[2013-09-27 11:10:25] >>83 -[2013-09-27 11:11:25] >>83 -[2013-09-27 11:12:25] >>83 -[2013-09-27 11:13:25] >>83 -[2013-09-27 11:14:25] >>83 -[2013-09-27 11:14:34] 81 -[2013-09-27 11:14:35] >81 -[2013-09-27 11:14:44] 83 -[2013-09-27 11:14:46] >83 -[2013-09-27 11:15:23] 87 -[2013-09-27 11:15:24] 83 -[2013-09-27 11:15:25] >83 -[2013-09-27 11:15:29] 81 -[2013-09-27 11:15:31] >81 -[2013-09-27 11:15:44] 83 -[2013-09-27 11:15:45] >83 -[2013-09-27 11:16:45] >>83 -[2013-09-27 11:17:45] >>83 -[2013-09-27 11:18:45] >>83 -[2013-09-27 11:19:45] >>83 -[2013-09-27 11:20:45] >>83 -[2013-09-27 11:21:07] 81 -[2013-09-27 11:21:08] >81 -[2013-09-27 11:21:17] 83 -[2013-09-27 11:21:19] >83 -[2013-09-27 11:22:18] >>83 -[2013-09-27 11:23:19] >>83 -[2013-09-27 11:24:19] >>83 -[2013-09-27 11:25:19] >>83 -[2013-09-27 11:26:19] >>83 -[2013-09-27 11:27:19] >>83 -[2013-09-27 11:27:26] 81 -[2013-09-27 11:27:27] >81 -[2013-09-27 11:27:36] 83 -[2013-09-27 11:27:38] >83 -[2013-09-27 11:28:38] >>83 -[2013-09-27 11:29:38] >>83 -[2013-09-27 11:30:38] >>83 -[2013-09-27 11:31:38] >>83 -[2013-09-27 11:32:38] >>83 -[2013-09-27 11:33:38] >>83 -[2013-09-27 11:33:46] 81 -[2013-09-27 11:33:47] >81 -[2013-09-27 11:33:56] 83 -[2013-09-27 11:33:58] >83 -[2013-09-27 11:34:57] >>83 -[2013-09-27 11:35:57] >>83 -[2013-09-27 11:36:58] >>83 -[2013-09-27 11:37:58] >>83 -[2013-09-27 11:38:58] >>83 -[2013-09-27 11:39:58] >>83 -[2013-09-27 11:40:05] 81 -[2013-09-27 11:40:07] >81 -[2013-09-27 11:40:16] 83 -[2013-09-27 11:40:17] >83 -[2013-09-27 11:41:17] >>83 diff --git a/ConfIOB/Donati/1011_156/old/IOB.cfg b/ConfIOB/Donati/1011_156/old/IOB.cfg deleted file mode 100644 index e19a30e..0000000 --- a/ConfIOB/Donati/1011_156/old/IOB.cfg +++ /dev/null @@ -1,19 +0,0 @@ -[id] -idxMacchina = 1011 - -[web] -URLBASE = http://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina= -URLADV1 = &valore= -URLREBO = http://192.168.51.71/MPIO/sendReboot.aspx?idxMacchina= - -[time] -SAMPLETIME = 0.5 -TIMEOUTSHORT = 2 -TIMEOUTLONG = 60 - -[log] -LOGLEVEL = 10 -LOGFILE = logfile.txt - -[comm] -port = /dev/ttyAMA0 diff --git a/ConfIOB/Donati/1011_156/old/readParallela.py b/ConfIOB/Donati/1011_156/old/readParallela.py deleted file mode 100644 index 7520b36..0000000 --- a/ConfIOB/Donati/1011_156/old/readParallela.py +++ /dev/null @@ -1,337 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -# readParallela v. 1.1 - -#--------------------------------------------------------------- - - -import time -import sys - - -from datetime import datetime - -import urllib -import ConfigParser -import os, sys - -#--------------------------------------------------------------- - -# COSTANTI -MSGLEN = 9 -TIMEOUTSERIALE = 10 -MAXRETRY = 3 - -PROGRAM_NAME ="ReadPar IOB-pi v.1.1" - -# DA FILE CONF -idxMacchina = "1001" -SAMPLETIME = 0.1 -TIMEOUTSHORT = (SAMPLETIME*20) -TIMEOUTLONG = (SAMPLETIME*600) - -# VAR -to_enable = False -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG -to_serial = TIMEOUTSERIALE -to_retry = MAXRETRY -errormsglen = 0 - -# VAR - -out_0 = 24 -out_1 = 26 - -in_0 = 11 -in_1 = 12 -in_2 = 13 -in_3 = 15 -in_4 = 16 -in_5 = 18 -in_6 = 22 -in_7 = 7 - -#--------------------------------------------------------------- -# classe logger - -class Logger: - def __init__(self, filename): - try: - self.filename = filename - except: - logga("LOGGER: errore try su self.filename") - sys.exit(1) - def __call__(self, string): - try: - file = open(self.filename, 'a') - file.write('[' + time.strftime("%Y-%m-%d %H:%M:%S") + '] ') - file.write(string + '\n') - file.close() - except: - logga("LOGGER: errore try su scrittura") - sys.exit(1) - -#--------------------------------------------------------------- -# lettura parallela -# ritorna il byte letto pulito ( due char hex ) - -def readParallela(): - - global in_0 - global in_1 - global in_2 - global in_3 - global in_4 - global in_5 - global in_6 - global in_7 - - global GPIO - - current = '' - -# print "input : " - - # ritorna '' se non ci sono abbastanza caratteri - try: - num_value = 255 - -# print "num_value : " , num_value , in_0 - - if GPIO.input(in_0): - num_value = num_value - 1 - - if GPIO.input(in_1): - num_value = num_value - 2 - - if GPIO.input(in_2): - num_value = num_value - 4 - - if GPIO.input(in_3): - num_value = num_value - 8 - - if GPIO.input(in_4): - num_value = num_value - 16 - - if GPIO.input(in_5): - num_value = num_value - 32 - - if GPIO.input(in_6): - num_value = num_value - 64 - - if GPIO.input(in_7): - num_value = num_value - 128 - - current = hex( num_value ).replace ( "0x" , "" ).upper() - -# print "\n\n\n\n\n" , num_value , current - - ##### convertire in HEX !!!! - - except: - pass - - return current - - - -#--------------------------------------------------------------- -#Funzione di scrittura su url con try-except - -def chiamaUrl(): - - try: - url = URLBASE + idxMacchina + URLADV1 + value - urllib.urlopen ( url ) - except: - logga ( "NETWORK:Errore http-no com rete-timeout" + url ) - print "Url aforte" , url - -#--------------------------------------------------------------- -# Funzione che verifica possibilità di creare log e include testo corrente - -def logga(message) : - try: - log(message) - except : - pass - -#--------------------------------------------------------------- -def avviaParallela(): - - try: - - GPIO.setmode(GPIO.BOARD) - - GPIO.setwarnings(False) - - #GPIO.setup(out_0, GPIO.OUT) # output 0 - #GPIO.setup(out_1, GPIO.OUT) # output 1 - - GPIO.setup(in_0, GPIO.IN) # input 0 - GPIO.setup(in_1, GPIO.IN) # input 1 - GPIO.setup(in_2, GPIO.IN) # input 2 - GPIO.setup(in_3, GPIO.IN) # input 3 - GPIO.setup(in_4, GPIO.IN) # input 4 - GPIO.setup(in_5, GPIO.IN) # input 5 - GPIO.setup(in_6, GPIO.IN) # input 6 - GPIO.setup(in_7, GPIO.IN) # input 7 - - except: - print( "\n\n" + PROGRAM_NAME + " - Error 3 on RPi.GPIO ! \n\n") - sys.exit(1) - - - print( "\n\n" + PROGRAM_NAME + " - init ok \n\n") - - -#--------------------------------------------------------------- -#--------------------------------------------------------------- -# MAIN - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'IOB.cfg' ) - - SAMPLETIME = config.getfloat ( 'time' , 'SAMPLETIME' ) - TIMEOUTSHORT = config.getfloat ( 'time' , 'TIMEOUTSHORT' ) - TIMEOUTLONG = config.getfloat ( 'time' , 'TIMEOUTLONG' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - - - URLBASE = config.get ( 'web' , 'URLBASE' ) - URLADV1 = config.get ( 'web' , 'URLADV1' ) - - LOGFILE = config.get ( 'log' , 'LOGFILE' ) - LOGLEVEL = config.get ( 'log' , 'LOGLEVEL' ) -except: - print "\n\n" + PROGRAM_NAME + ' - Error 4 - in config file ' 'IOB.cfg' - sys.exit(1) - -# oggetto Logger -try: - log = Logger(LOGFILE) -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) - -print "\n\n" + PROGRAM_NAME + "\n\n" - -global startstatus -startstatus = 1 - -if startstatus == 1: - logga("Avvio Programma" + PROGRAM_NAME) - -## Verifica l'OS e di conseguenza carica il file relativo con metodo di lockfile appropriato + check singola istanza -if os.name == 'posix': - import unix -else: - import win - -logga ( "Start " + PROGRAM_NAME ) - - -# lettura file configurazione - -# [id] -# idxMacchina = 2001 -# [time] -# SAMPLETIME = 0.1 -# TIMEOUTSHORT = 200 -# TIMEOUTLONG = 6000 - - -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' TIMEOUTSHORT = %4.2f' % ( TIMEOUTSHORT ) ) -print ( ' TIMEOUTLONG = %4.2f' % ( TIMEOUTLONG ) ) -print ( ' URLBASE = %s' % ( URLBASE ) ) -print ( ' URLADV1 = %s' % ( URLADV1 ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) -print ( ' LOGLEVEL = %s' % ( LOGLEVEL ) ) - -# -sys.stdout.write ( 'idxMacchina ?' + idxMacchina + '\n') - -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG - - -#-------------------------------------------------------------- -# apertura parallela - -try: - import RPi.GPIO as GPIO -except RuntimeError: - print( "\n\n" + PROGRAM_NAME + " - Error 1 - you need superuser privileges") -except: - print( "\n\n" + PROGRAM_NAME + " - Error 2 - you need superuser privileges. USE 'sudo' to run your script\n\n") - sys.exit(1) - - -avviaParallela() - -#--------------------------------------------------------------- -# ciclo forever and ever - -old = '' - -while 1: - - try: - time.sleep (SAMPLETIME) - except: - logga("First_SLEEP: errore attesa sampletime") - - # lettura dati da IOB - value = readParallela() - - if ( value != '' ) : - if value != old : - #loggo e invio dati - try: - logga ( value ) - errormsglen = 0 - chiamaUrl() - except: - logga("URLBROWSER: errore registrazione valore e chiamaUrl") - pass - #enable e reset timer - to_enable = True - to_short = TIMEOUTSHORT - to_long = TIMEOUTLONG - - old = value - - - # gestione timeout breve - if ( to_enable ) : - to_short = to_short - SAMPLETIME - if to_short <= 0: - #loggo e invio dati - try: - logga ( '>' + value ) - errormsglen = 0 - chiamaUrl() - except: - pass - to_short = TIMEOUTSHORT - to_enable = False # dopo un colpo il timer breve viene disabilitato - to_long = TIMEOUTLONG - - # gestione timeout lungo - to_long = to_long - SAMPLETIME - if to_long <= 0: - #loggo e invio dati - try: - logga ( '>>' + value ) - errormsglen = 0 - chiamaUrl() - except: - pass - to_long = TIMEOUTLONG - - diff --git a/ConfIOB/Donati/1011_156/readParallela.py b/ConfIOB/Donati/1011_156/readParallela.py deleted file mode 100644 index 5a38f21..0000000 --- a/ConfIOB/Donati/1011_156/readParallela.py +++ /dev/null @@ -1,530 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -# readParallela v. 1.8 -# versione estetica di Carlo + single instance timer - -#--------------------------------------------------------------- -# levare locking -# timer semplificata -# GPIO global - - -import time -import sys - - -from datetime import datetime - -import urllib -import ConfigParser -import os, sys - -import logging -import logging.handlers -import threading -import Queue -#-------------------------------------------------------------- - -# COSTANTI -MSGLEN = 9 -TIMEOUTSERIALE = 10 -MAXRETRY = 3 - -PROGRAM_NAME ="ReadPar IOB-pi v.1.8" - -# DA FILE CONF -idxMacchina = "1001" -SAMPLETIME = 0.1 -TIMEOUTSHORT = (SAMPLETIME*20) -TIMEOUTLONG = (SAMPLETIME*600) -SENDURLTIME = 0.08 - -# VAR -to_enable = False -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG -to_serial = TIMEOUTSERIALE -to_retry = MAXRETRY -errormsglen = 0 - -# VAR - -out_0 = 24 -out_1 = 26 - -in_0 = 11 -in_1 = 12 -in_2 = 13 -in_3 = 15 -in_4 = 16 -in_5 = 18 -in_6 = 22 -in_7 = 7 - -# contatore: serve x match tra accoda ed invia x possibile controllo a posteriori... ogni volta che accodo incremento di 1, va da 0 a 999 -cont = '0' - -# variabile stato online/offline della macchina -onLine = '1' - -# variabile stato seinding/waiting x la parte invio URL -sending = '0' - -# variabile stato timer thread busy -timer_busy = False - -#-------------------------------------------------------------- -# Gestione coda (condivisa) x registrazione eventi ed invio URL -#print "Creazione coda 1000 elementi" - -Coda = Queue.Queue(0) - -#queueLock = threading.Lock() - -#--------------------------------------------------------------- -# lettura parallela -# ritorna il byte letto pulito ( due char hex ) - -def readParallela(): - - global in_0 - global in_1 - global in_2 - global in_3 - global in_4 - global in_5 - global in_6 - global in_7 - - global GPIO - - current = '' - -# print "input : " - - # ritorna '' se non ci sono abbastanza caratteri - try: - num_value = 255 - -# print "num_value : " , num_value , in_0 - - if GPIO.input(in_0): - num_value = num_value - 1 - - if GPIO.input(in_1): - num_value = num_value - 2 - - if GPIO.input(in_2): - num_value = num_value - 4 - - if GPIO.input(in_3): - num_value = num_value - 8 - - if GPIO.input(in_4): - num_value = num_value - 16 - - if GPIO.input(in_5): - num_value = num_value - 32 - - if GPIO.input(in_6): - num_value = num_value - 64 - - if GPIO.input(in_7): - num_value = num_value - 128 - - current = hex( num_value ).replace ( "0x" , "" ).upper() - -# print "\n\n\n\n\n" , num_value , current - - except: - pass - - return current - - -#-------------------------------------------------------------- -# MARCO: cambiare: chiama URL NON deve chiamare url MA METTERE IN CODA (riempiCoda!!!) -# la parte URL vera va messa in svuotaCoda, PARAMETRICA - -#--------------------------------------------------------------- -#Funzione di scrittura su coda con try-except - -def accoda(): - - try: -# url = URLBASE + idxMacchina + URLADV1 + value -# urllib.urlopen ( url ) - #dtEve = time.strftime("%y%m%d%H%M%S")+"000" - dtEve = datetime.utcnow().strftime('%Y%m%d%H%M%S%f')[:-3] - #logPro.debug( "Nuovo valore inserito in coda: " + dtEve + "#" + value + '#' + cont) - #print(dtEve) - #queueLock.acquire() - Coda.put(dtEve + '#' + value + '#' + cont) - #queueLock.release() - #print "Nuovo valore inserito in coda: " + dtEve + "#", value - - except Queue.Full: - logPro.error( "Quque full" + dtEve + '#' + value + '#' + cont ) - except: - logPro.error( "NETWORK:Errore http-no com rete-timeout" + url ) -# print "Url aforte" , url - - -#-------------------------------------------------------------- -# MARCO: scrivere svuotaCoda come thread etc... -def svuota_coda(): - - global onLine - global sending - global timer_busy - - #print "start timer " - - if ( timer_busy == False ): - timer_busy = True - #print "start timer ok " - - try: - if not Coda.empty(): - #print "coda da svuotare!" - response = urllib.urlopen(URLALIVE) - answ = response.read() - if answ == 'OK': - #print "OK alive" - response2 = urllib.urlopen(URLENABLED + idxMacchina) - answ2 = response2.read() - if answ2 == 'OK': - # aggiorno stato ad online - if onLine == '0': - logPro.info("IOB ONLINE!") - #print("IOB ONLINE") - - onLine = '1' # imposto comunque online - else: - if onLine == '1': - logPro.error("IOB offline") - #print("IOB offline") - - onLine = '0' - else: - if onLine == '1': - logPro.error("Server offline") - #print("Server offline") - - onLine = '0' - - # ora verifico SE si possa inviare (ovvero sia online server e NON ci siano altri send attivi...) - if onLine == '1': - if sending == '0': - #segnalo che sono in sending! - sending = '1' - - # formatto dataOra corrente - #dtCurr = time.strftime("%y%m%d%H%M%S")+"000" - dtCurr = datetime.utcnow().strftime('%Y%m%d%H%M%S%f')[:-3] - # prendo 1 valore dalla coda... - #queueLock.acquire() - resp = Coda.get() - # RILASCIO SUBITO la coda x nuovi insert... - #queueLock.release() - - - # recupero valori da coda! - dtEve = resp.split("#")[0] - value = resp.split("#")[1] - cnt = resp.split("#")[2] - url = URLBASE + idxMacchina + URLADV1 + value - url = url + '&dtCurr=' + dtCurr + '&dtEve=' + dtEve + '&cnt=' + cnt - # CHIAMO URL - response3 = urllib.urlopen ( url ) - answ3 = response3.read() - #print(url) - #logPro.debug(url) - - - # log valore inviato! - logSnd.info( value + ' ['+ cnt +']' + ' R:' + answ3 ) - #print "Valore smaltito dalla coda" - - # completato invio, riporto sending a zero! - sending = '0' - else: - logPro.info("WAIT active send to complete") - - else: - pass - - else: - pass - - except: - if onLine == '1': - logPro.error("Server Non raggiungibile") - #print "Non raggiungibile" - - onLine = '0' - -# in ogni caso - - timer_busy = False - #print "end timer ok" - - - #print "end timer " - - -#--------------------------------------------------------------- -# funzione timer thread -#--------------------------------------------------------------- -def do_every (interval, worker_func, iterations = 0): - if iterations != 1: - threading.Timer ( - interval, - do_every, [interval, worker_func, 0 if iterations == 0 else iterations-1] - ).start (); - - worker_func (); - -#--------------------------------------------------------------- -# gestione contatore -#--------------------------------------------------------------- -def contatore(): - - try: - global cont - ctr = int(cont) - ctr +=1 - ctr = ctr % 1000 # round robin 1000 eventi x track - cont = str(ctr) - except: - print("errore incremento contatore") - -#--------------------------------------------------------------- -# avvia porta parallela -#--------------------------------------------------------------- -def avviaParallela(): - - global in_0 - global in_1 - global in_2 - global in_3 - global in_4 - global in_5 - global in_6 - global in_7 - - global GPIO - - try: - - GPIO.setmode(GPIO.BOARD) - - GPIO.setwarnings(False) - - #GPIO.setup(out_0, GPIO.OUT) # output 0 - #GPIO.setup(out_1, GPIO.OUT) # output 1 - - GPIO.setup(in_0, GPIO.IN) # input 0 - GPIO.setup(in_1, GPIO.IN) # input 1 - GPIO.setup(in_2, GPIO.IN) # input 2 - GPIO.setup(in_3, GPIO.IN) # input 3 - GPIO.setup(in_4, GPIO.IN) # input 4 - GPIO.setup(in_5, GPIO.IN) # input 5 - GPIO.setup(in_6, GPIO.IN) # input 6 - GPIO.setup(in_7, GPIO.IN) # input 7 - - except: - print( "\n\n" + PROGRAM_NAME + " - Error 3 on RPi.GPIO ! \n\n") - sys.exit(1) - - - print( "\n\n" + PROGRAM_NAME + " - init ok \n\n") - - -#--------------------------------------------------------------- -#--------------------------------------------------------------- -# MAIN - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'IOB.cfg' ) - - SAMPLETIME = config.getfloat ( 'time' , 'SAMPLETIME' ) - TIMEOUTSHORT = config.getfloat ( 'time' , 'TIMEOUTSHORT' ) - TIMEOUTLONG = config.getfloat ( 'time' , 'TIMEOUTLONG' ) - SENDURLTIME = config.getfloat ( 'time' , 'SENDURLTIME' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - - - URLBASE = config.get ( 'web' , 'URLBASE' ) - URLENABLED = config.get('web' , 'URLENABLED') - URLALIVE = config.get ('web' , 'URLALIVE') - URLADV1 = config.get ( 'web' , 'URLADV1' ) - - LOGFILE = config.get ( 'log' , 'LOGFILE' ) - LOGLEVEL = config.get ( 'log' , 'LOGLEVEL' ) -except: - print "\n\n" + PROGRAM_NAME + ' - Error 4 - in config file ' 'IOB.cfg' - sys.exit(1) - -#-------------------------------------------- -# oggetto Logger -#-------------------------------------------- -try: - logging.basicConfig(level=logging.DEBUG, - format='%(asctime)s %(name)-8s %(levelname)-8s %(message)s', - datefmt='%Y-%m-%d %H:%M:%S', - filename=LOGFILE, - filemode='a' - ) - - # aggiungo 2 logger specifici x queue e send... - logQue = logging.getLogger('queue') - logSnd = logging.getLogger('sendUrl') - logPro = logging.getLogger('program') - -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) -#-------------------------------------------- - - -print "\n\n" + PROGRAM_NAME + "\n\n" - -global startstatus -startstatus = 1 - -if startstatus == 1: - logPro.info("Avvio Programma" + PROGRAM_NAME) - -## Verifica l'OS e di conseguenza carica il file relativo con metodo di lockfile appropriato + check singola istanza -if os.name == 'posix': - import unix -else: - import win - -logPro.info( "Start " + PROGRAM_NAME ) - - -# lettura file configurazione - -# [id] -# idxMacchina = 2001 -# [time] -# SAMPLETIME = 0.1 -# TIMEOUTSHORT = 200 -# TIMEOUTLONG = 6000 - - -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' SAMPLETIME = %4.2f' % ( SAMPLETIME ) ) -print ( ' TIMEOUTSHORT = %4.2f' % ( TIMEOUTSHORT ) ) -print ( ' TIMEOUTLONG = %4.2f' % ( TIMEOUTLONG ) ) -print ( ' SENDURLTIME = %4.2f' % ( SENDURLTIME ) ) -print ( ' URLBASE = %s' % ( URLBASE ) ) -print ( ' URLADV1 = %s' % ( URLADV1 ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) -print ( ' LOGLEVEL = %s' % ( LOGLEVEL ) ) - -# -sys.stdout.write ( 'idxMacchina ?' + idxMacchina + '\n') - -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG - - -#-------------------------------------------------------------- -# apertura parallela - -try: - import RPi.GPIO as GPIO -except RuntimeError: - print( "\n\n" + PROGRAM_NAME + " - Error 1 - you need superuser privileges") -except: - print( "\n\n" + PROGRAM_NAME + " - Error 2 - you need superuser privileges. USE 'sudo' to run your script\n\n") - sys.exit(1) - - -avviaParallela() - - -#-------------------------------------------------------------- -# MARCO: qui inserire avvio thread di "svuotaCoda" - -# avviaSvuotaCoda -#print "Avvia svuota coda" - -do_every ( SENDURLTIME , svuota_coda ); - -#--------------------------------------------------------------- -# ciclo forever and ever - -old = '' - -#print "Avvio ciclo" -logPro.info("Avvio loop principale") -while 1: - - try: - time.sleep (SAMPLETIME) - except: - logPro.info("First_SLEEP: errore attesa sampletime") - - # lettura dati da IOB - value = readParallela() - - if ( value != '' ) : - if value != old : - #loggo e invio dati - try: - logQue.info( value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda") - pass - #enable e reset timer - to_enable = True - to_short = TIMEOUTSHORT - to_long = TIMEOUTLONG - - old = value - - - # gestione timeout breve - if ( to_enable ) : - to_short = to_short - SAMPLETIME - if to_short <= 0: - #loggo e invio dati - try: - logQue.info( '>' + value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda TO_short") - pass - to_short = TIMEOUTSHORT - to_enable = False # dopo un colpo il timer breve viene disabilitato - to_long = TIMEOUTLONG - - # gestione timeout lungo - to_long = to_long - SAMPLETIME - if to_long <= 0: - #loggo e invio dati - try: - logQue.info( '>>' + value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda TO_long") - pass - to_long = TIMEOUTLONG - - - - diff --git a/ConfIOB/Donati/1011_156/sendReboot.py b/ConfIOB/Donati/1011_156/sendReboot.py deleted file mode 100644 index 021c400..0000000 --- a/ConfIOB/Donati/1011_156/sendReboot.py +++ /dev/null @@ -1,130 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -# sendReboot v. 1.8 - -#--------------------------------------------------------------- - - -import time -import sys - - -from datetime import datetime - -import urllib -import ConfigParser -import os, sys - -import logging - -import time - -#--------------------------------------------------------------- - -# COSTANTI -PROGRAM_NAME = "SendReboot IOB-pi v.1.8" - -# DA FILE CONF -idxMacchina = "99" - -# registro se ho fatto chiamata -global numTry -numTry = 1 - - -#--------------------------------------------------------------- -#Funzione di scrittura su url con try-except -#--------------------------------------------------------------- - -def chiamaUrl(numTry): - - try: - urllib.urlopen ( url ) - numTry = numTry + 10 - except Exception, e: - print e - logging.info ( e ) - print "Url aforte" , url - return numTry - - -#--------------------------------------------------------------- -# Funzione di recupero mac address per poterlo inviare a MPIO -#--------------------------------------------------------------- -def getMAC(interface): - # Return the MAC address of interface - try: - str = open('/sys/class/net/' + interface + '/address').read() - except: - str = "00:00:00:00:00:00" - return str[0:17] - -#--------------------------------------------------------------- -# MAIN -#--------------------------------------------------------------- - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'IOB.cfg' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - - - URLREBO = config.get ( 'web' , 'URLREBO' ) - - LOGFILE = config.get ( 'log' , 'LOGREBO' ) -except: - print "\n\n" + PROGRAM_NAME + ' - Error 4 - in config file ' 'IOB.cfg' - sys.exit(1) - - -#-------------------------------------------- -# oggetto Logger -#-------------------------------------------- -try: -# log = Logger(LOGFILE) - logging.basicConfig(level=logging.DEBUG, - format='%(asctime)s %(name)-8s %(levelname)-8s %(message)s', - datefmt='%Y-%m-%d %H:%M:%S', - filename=LOGFILE, - filemode='a') - -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) -#-------------------------------------------- - - -print "\n\n" + PROGRAM_NAME + "\n\n" - -global startstatus -startstatus = 1 - -if startstatus == 1: - logging.info("Avvio Programma " + PROGRAM_NAME) - - -# lettura file configurazione -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' URLREBO = %s' % ( URLREBO ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) - -# lettura mac address -myMac = getMAC('eth0') -print ( ' MAC Address = %s' % ( myMac ) ) - -# configuro URL da inviare -url = URLREBO + idxMacchina + "&mac=" + myMac - -# modifica: cerco se ho inviato segnale altrimenti ritento invio... -while (numTry < 11): - logging.info("Tentativo invio URL: " + `numTry` ) - numTry = chiamaUrl(numTry) - time.sleep(3) - numTry = numTry + 1 - - -# registro che ho inviato! -logging.info("Inviato segnale di reboot!: " + url ) diff --git a/ConfIOB/Donati/1011_156/unix.py b/ConfIOB/Donati/1011_156/unix.py deleted file mode 100644 index 12fb3dc..0000000 --- a/ConfIOB/Donati/1011_156/unix.py +++ /dev/null @@ -1,31 +0,0 @@ -import fcntl -import os -import logging - -#--------------------------------------------------------------- -# meccanismo di file lock per evitare multiple instances -# The function will try to lock the file specified , if it success, return True, else return False. -# The nice thing is that the lock will be dropped when the program terminates. -# >>>Use : -# if not lockFile(".lock.pod"): -# sys.exit(0) - -def lockFile ( lockfile ) : - - fd = os.open ( lockfile , os.O_CREAT | os.O_TRUNC | os.O_WRONLY ) - try: - # Request exclusive (EX) non-blocking (NB) advisory lock. - fcntl.lockf ( fd , fcntl.LOCK_EX | fcntl.LOCK_NB ) - except IOError: - return False - - return True - -if not lockFile ( ".lockfile" ) : - print '\n noi non siamo soli ...\n' - logging.error( "LOCK: Piu istanze aperte") - #sys.exit ( 0 ) - -#- print '\n running alone ...\n' - - diff --git a/ConfIOB/Donati/1011_170/IOB.cfg b/ConfIOB/Donati/1011_170/IOB.cfg deleted file mode 100644 index aeab237..0000000 --- a/ConfIOB/Donati/1011_170/IOB.cfg +++ /dev/null @@ -1,23 +0,0 @@ -[id] -idxMacchina = 1011 - -[web] -URLBASE = http://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina= -URLALIVE = http://192.168.51.71/MPIO/Alive.aspx -URLENABLED = http://192.168.51.71/MPIO/Enabled.aspx?idxMacchina= -URLADV1 = &valore= -URLREBO = http://192.168.51.71/MPIO/sendReboot.aspx?idxMacchina= - -[time] -SAMPLETIME = 0.20 -TIMEOUTSHORT = 0.30 -TIMEOUTLONG = 50 -SENDURLTIME = 0.50 - -[log] -LOGLEVEL = 10 -LOGFILE = logfile.txt -LOGREBO = logReboot.txt - -[comm] -port = /dev/ttyAMA0 diff --git a/ConfIOB/Donati/1011_170/MapoIOB b/ConfIOB/Donati/1011_170/MapoIOB deleted file mode 100644 index c49ec0a..0000000 --- a/ConfIOB/Donati/1011_170/MapoIOB +++ /dev/null @@ -1,41 +0,0 @@ -### BEGIN INIT INFO -# Provides: MapoIOB: script Steamware per avvio driver IOB -# Required-Start: $remote_fs $syslog ramlog -# Required-Stop: $remote_fs $syslog ramlog -# Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 -# Short-Description: Steamware's MapoIOB driver -# Description: Steamware's MapoIOB driver, versione lettura porta parallela -### END INIT INFO - -#! /bin/sh -# /etc/init.d/MapoIOB - -export HOME -case "$1" in - start) - echo "Starting readParallela" - cd /home/pi/steamware - /usr/bin/python ./readParallela.py 2>&1 & - ;; - stop) - echo "Stopping readParallela" - RS_PID=`ps auxwww | grep readParallela.py | head -1 | awk '{print $2}'` - kill -9 $RS_PID - cd /home/pi/steamware - rm .lockfile - ;; - restart) - ## Stop the service and regardless of whether it was - ## running or not, start it again. - $0 stop - killall python - $0 start - ;; - *) - echo "Usage: /etc/init.d/MapoIOB {start|stop|restart}" - exit 1 - ;; -esac -exit 0 - diff --git a/ConfIOB/Donati/1011_170/checkAlive.sh b/ConfIOB/Donati/1011_170/checkAlive.sh deleted file mode 100644 index 92bc816..0000000 --- a/ConfIOB/Donati/1011_170/checkAlive.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/bash - -# controlla se il logfile è correntemente scritto (quindi MapoIOB è alive) altrimenti riavvia! - -DATE=`date +%Y-%m-%d` -cd /var/log -if [ -f MapoIOB ] - then - # controllo SE sia stato acceduto da meno di 2 minuti (=alive da log...) - trovato=`find . -name 'MapoIOB*' -cmin -1` - if [[ $trovato != './MapoIOB' ]] - then - /etc/init.d/MapoIOB restart - echo $date + "riavvio!" - fi -else - # in questo caso AVVIO il processo MapoIOB - /etc/init.d/MapoIOB start - echo $date + "file non trovato, avvio!" -fi diff --git a/ConfIOB/Donati/1011_170/cleanPython.sh b/ConfIOB/Donati/1011_170/cleanPython.sh deleted file mode 100644 index c4f616a..0000000 --- a/ConfIOB/Donati/1011_170/cleanPython.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash - -DATE=`date +%Y-%m-%d_%T` -# log inizio pulizia -echo $DATE " - INIZIO pulizia processi python" >> clean.log -# effettua pulizia processi: killa tutti i processi python -killall python - -# avvia MapoIob -/etc/init.d/MapoIOB start - -# log fatto! -DATE=`date +%Y-%m-%d_%T` -echo $DATE " - FINE pulizia processi python + riavvio MapoIOB" >> clean.log diff --git a/ConfIOB/Donati/1011_170/logfile.txt b/ConfIOB/Donati/1011_170/logfile.txt deleted file mode 100644 index 04a98ef..0000000 --- a/ConfIOB/Donati/1011_170/logfile.txt +++ /dev/null @@ -1,18471 +0,0 @@ -2015-03-08 06:26:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.7 -2015-03-08 06:26:02 program INFO Start ReadPar IOB-pi v.1.7 -2015-03-08 06:26:02 program INFO Avvio loop principale -2015-03-08 06:26:02 queue INFO 0 [0] -2015-03-08 06:26:02 queue INFO >0 [1] -2015-03-08 06:26:03 sendUrl INFO 0 [0] R:OK -2015-03-08 06:26:03 sendUrl INFO 0 [1] R:OK -2015-03-08 06:26:52 queue INFO >>0 [2] -2015-03-08 06:26:52 sendUrl INFO 0 [2] R:OK -2015-03-08 06:27:42 queue INFO >>0 [3] -2015-03-08 06:27:43 sendUrl INFO 0 [3] R:OK -2015-03-08 06:28:32 queue INFO >>0 [4] -2015-03-08 06:28:33 sendUrl INFO 0 [4] R:OK -2015-03-08 06:29:23 queue INFO >>0 [5] -2015-03-08 06:29:23 sendUrl INFO 0 [5] R:OK -2015-03-08 06:30:13 queue INFO >>0 [6] -2015-03-08 06:30:13 sendUrl INFO 0 [6] R:OK -2015-03-08 06:31:03 queue INFO >>0 [7] -2015-03-08 06:31:03 sendUrl INFO 0 [7] R:OK -2015-03-08 06:31:53 queue INFO >>0 [8] -2015-03-08 06:31:53 sendUrl INFO 0 [8] R:OK -2015-03-08 06:32:43 queue INFO >>0 [9] -2015-03-08 06:32:44 sendUrl INFO 0 [9] R:OK -2015-03-08 06:33:33 queue INFO >>0 [10] -2015-03-08 06:33:33 sendUrl INFO 0 [10] R:OK -2015-03-08 06:34:23 queue INFO >>0 [11] -2015-03-08 06:34:24 sendUrl INFO 0 [11] R:OK -2015-03-08 06:35:14 queue INFO >>0 [12] -2015-03-08 06:35:14 sendUrl INFO 0 [12] R:OK -2015-03-08 06:36:04 queue INFO >>0 [13] -2015-03-08 06:36:04 sendUrl INFO 0 [13] R:OK -2015-03-08 06:36:54 queue INFO >>0 [14] -2015-03-08 06:36:54 sendUrl INFO 0 [14] R:OK -2015-03-08 06:37:44 queue INFO >>0 [15] -2015-03-08 06:37:45 sendUrl INFO 0 [15] R:OK -2015-03-08 06:38:34 queue INFO >>0 [16] -2015-03-08 06:38:34 sendUrl INFO 0 [16] R:OK -2015-03-08 06:39:24 queue INFO >>0 [17] -2015-03-08 06:39:25 sendUrl INFO 0 [17] R:OK -2015-03-08 06:40:15 queue INFO >>0 [18] -2015-03-08 06:40:15 sendUrl INFO 0 [18] R:OK -2015-03-08 06:41:05 queue INFO >>0 [19] -2015-03-08 06:41:05 sendUrl INFO 0 [19] R:OK -2015-03-08 06:41:55 queue INFO >>0 [20] -2015-03-08 06:41:55 sendUrl INFO 0 [20] R:OK -2015-03-08 06:42:45 queue INFO >>0 [21] -2015-03-08 06:42:45 sendUrl INFO 0 [21] R:OK -2015-03-08 06:43:35 queue INFO >>0 [22] -2015-03-08 06:43:35 sendUrl INFO 0 [22] R:OK -2015-03-08 06:44:25 queue INFO >>0 [23] -2015-03-08 06:44:26 sendUrl INFO 0 [23] R:OK -2015-03-08 06:45:15 queue INFO >>0 [24] -2015-03-08 06:45:16 sendUrl INFO 0 [24] R:OK -2015-03-08 06:46:06 queue INFO >>0 [25] -2015-03-08 06:46:06 sendUrl INFO 0 [25] R:OK -2015-03-08 06:46:56 queue INFO >>0 [26] -2015-03-08 06:46:56 sendUrl INFO 0 [26] R:OK -2015-03-08 06:47:46 queue INFO >>0 [27] -2015-03-08 06:47:46 sendUrl INFO 0 [27] R:OK -2015-03-08 06:48:36 queue INFO >>0 [28] -2015-03-08 06:48:36 sendUrl INFO 0 [28] R:OK -2015-03-08 06:49:26 queue INFO >>0 [29] -2015-03-08 06:49:26 sendUrl INFO 0 [29] R:OK -2015-03-08 06:50:16 queue INFO >>0 [30] -2015-03-08 06:50:17 sendUrl INFO 0 [30] R:OK -2015-03-08 06:51:07 queue INFO >>0 [31] -2015-03-08 06:51:07 sendUrl INFO 0 [31] R:OK -2015-03-08 06:51:57 queue INFO >>0 [32] -2015-03-08 06:51:57 sendUrl INFO 0 [32] R:OK -2015-03-08 06:52:47 queue INFO >>0 [33] -2015-03-08 06:52:47 sendUrl INFO 0 [33] R:OK -2015-03-08 06:53:37 queue INFO >>0 [34] -2015-03-08 06:53:37 sendUrl INFO 0 [34] R:OK -2015-03-08 06:54:27 queue INFO >>0 [35] -2015-03-08 06:54:27 sendUrl INFO 0 [35] R:OK -2015-03-08 06:55:17 queue INFO >>0 [36] -2015-03-08 06:55:18 sendUrl INFO 0 [36] R:OK -2015-03-08 06:56:07 queue INFO >>0 [37] -2015-03-08 06:56:08 sendUrl INFO 0 [37] R:OK -2015-03-08 06:56:58 queue INFO >>0 [38] -2015-03-08 06:56:58 sendUrl INFO 0 [38] R:OK -2015-03-08 06:57:48 queue INFO >>0 [39] -2015-03-08 06:57:48 sendUrl INFO 0 [39] R:OK -2015-03-08 06:58:38 queue INFO >>0 [40] -2015-03-08 06:58:38 sendUrl INFO 0 [40] R:OK -2015-03-08 06:59:28 queue INFO >>0 [41] -2015-03-08 06:59:28 sendUrl INFO 0 [41] R:OK -2015-03-08 07:00:18 queue INFO >>0 [42] -2015-03-08 07:00:19 sendUrl INFO 0 [42] R:OK -2015-03-08 07:01:08 queue INFO >>0 [43] -2015-03-08 07:01:08 sendUrl INFO 0 [43] R:OK -2015-03-08 07:01:59 queue INFO >>0 [44] -2015-03-08 07:01:59 sendUrl INFO 0 [44] R:OK -2015-03-08 07:02:49 queue INFO >>0 [45] -2015-03-08 07:02:49 sendUrl INFO 0 [45] R:OK -2015-03-08 07:03:39 queue INFO >>0 [46] -2015-03-08 07:03:39 sendUrl INFO 0 [46] R:OK -2015-03-08 07:04:29 queue INFO >>0 [47] -2015-03-08 07:04:29 sendUrl INFO 0 [47] R:OK -2015-03-08 07:05:19 queue INFO >>0 [48] -2015-03-08 07:05:20 sendUrl INFO 0 [48] R:OK -2015-03-08 07:06:09 queue INFO >>0 [49] -2015-03-08 07:06:09 sendUrl INFO 0 [49] R:OK -2015-03-08 07:06:59 queue INFO >>0 [50] -2015-03-08 07:07:00 sendUrl INFO 0 [50] R:OK -2015-03-08 07:07:50 queue INFO >>0 [51] -2015-03-08 07:07:50 sendUrl INFO 0 [51] R:OK -2015-03-08 07:08:40 queue INFO >>0 [52] -2015-03-08 07:08:40 sendUrl INFO 0 [52] R:OK -2015-03-08 07:09:30 queue INFO >>0 [53] -2015-03-08 07:09:30 sendUrl INFO 0 [53] R:OK -2015-03-08 07:10:20 queue INFO >>0 [54] -2015-03-08 07:10:21 sendUrl INFO 0 [54] R:OK -2015-03-08 07:11:10 queue INFO >>0 [55] -2015-03-08 07:11:10 sendUrl INFO 0 [55] R:OK -2015-03-08 07:12:00 queue INFO >>0 [56] -2015-03-08 07:12:01 sendUrl INFO 0 [56] R:OK -2015-03-08 07:12:51 queue INFO >>0 [57] -2015-03-08 07:12:51 sendUrl INFO 0 [57] R:OK -2015-03-08 07:13:41 queue INFO >>0 [58] -2015-03-08 07:13:41 sendUrl INFO 0 [58] R:OK -2015-03-08 07:14:31 queue INFO >>0 [59] -2015-03-08 07:14:31 sendUrl INFO 0 [59] R:OK -2015-03-08 07:15:21 queue INFO >>0 [60] -2015-03-08 07:15:21 sendUrl INFO 0 [60] R:OK -2015-03-08 07:16:11 queue INFO >>0 [61] -2015-03-08 07:16:11 sendUrl INFO 0 [61] R:OK -2015-03-08 07:17:01 queue INFO >>0 [62] -2015-03-08 07:17:02 sendUrl INFO 0 [62] R:OK -2015-03-08 07:17:51 queue INFO >>0 [63] -2015-03-08 07:17:52 sendUrl INFO 0 [63] R:OK -2015-03-08 07:18:42 queue INFO >>0 [64] -2015-03-08 07:18:42 sendUrl INFO 0 [64] R:OK -2015-03-08 07:19:32 queue INFO >>0 [65] -2015-03-08 07:19:32 sendUrl INFO 0 [65] R:OK -2015-03-08 07:20:22 queue INFO >>0 [66] -2015-03-08 07:20:22 sendUrl INFO 0 [66] R:OK -2015-03-08 07:21:12 queue INFO >>0 [67] -2015-03-08 07:21:12 sendUrl INFO 0 [67] R:OK -2015-03-08 07:22:02 queue INFO >>0 [68] -2015-03-08 07:22:02 sendUrl INFO 0 [68] R:OK -2015-03-08 07:22:52 queue INFO >>0 [69] -2015-03-08 07:22:53 sendUrl INFO 0 [69] R:OK -2015-03-08 07:23:42 queue INFO >>0 [70] -2015-03-08 07:23:43 sendUrl INFO 0 [70] R:OK -2015-03-08 07:24:33 queue INFO >>0 [71] -2015-03-08 07:24:33 sendUrl INFO 0 [71] R:OK -2015-03-08 07:25:23 queue INFO >>0 [72] -2015-03-08 07:25:23 sendUrl INFO 0 [72] R:OK -2015-03-08 07:26:13 queue INFO >>0 [73] -2015-03-08 07:26:13 sendUrl INFO 0 [73] R:OK -2015-03-08 07:27:03 queue INFO >>0 [74] -2015-03-08 07:27:03 sendUrl INFO 0 [74] R:OK -2015-03-08 07:27:53 queue INFO >>0 [75] -2015-03-08 07:27:54 sendUrl INFO 0 [75] R:OK -2015-03-08 07:28:43 queue INFO >>0 [76] -2015-03-08 07:28:43 sendUrl INFO 0 [76] R:OK -2015-03-08 07:29:33 queue INFO >>0 [77] -2015-03-08 07:29:34 sendUrl INFO 0 [77] R:OK -2015-03-08 07:30:24 queue INFO >>0 [78] -2015-03-08 07:30:24 sendUrl INFO 0 [78] R:OK -2015-03-08 07:31:14 queue INFO >>0 [79] -2015-03-08 07:31:14 sendUrl INFO 0 [79] R:OK -2015-03-08 07:32:04 queue INFO >>0 [80] -2015-03-08 07:32:04 sendUrl INFO 0 [80] R:OK -2015-03-08 07:32:54 queue INFO >>0 [81] -2015-03-08 07:32:55 sendUrl INFO 0 [81] R:OK -2015-03-08 07:33:44 queue INFO >>0 [82] -2015-03-08 07:33:44 sendUrl INFO 0 [82] R:OK -2015-03-08 07:34:34 queue INFO >>0 [83] -2015-03-08 07:34:35 sendUrl INFO 0 [83] R:OK -2015-03-08 07:35:24 queue INFO >>0 [84] -2015-03-08 07:35:25 sendUrl INFO 0 [84] R:OK -2015-03-08 07:36:15 queue INFO >>0 [85] -2015-03-08 07:36:15 sendUrl INFO 0 [85] R:OK -2015-03-08 07:37:05 queue INFO >>0 [86] -2015-03-08 07:37:05 sendUrl INFO 0 [86] R:OK -2015-03-08 07:37:55 queue INFO >>0 [87] -2015-03-08 07:37:55 sendUrl INFO 0 [87] R:OK -2015-03-08 07:38:45 queue INFO >>0 [88] -2015-03-08 07:38:45 sendUrl INFO 0 [88] R:OK -2015-03-08 07:39:35 queue INFO >>0 [89] -2015-03-08 07:39:36 sendUrl INFO 0 [89] R:OK -2015-03-08 07:40:25 queue INFO >>0 [90] -2015-03-08 07:40:26 sendUrl INFO 0 [90] R:OK -2015-03-08 07:41:16 queue INFO >>0 [91] -2015-03-08 07:41:16 sendUrl INFO 0 [91] R:OK -2015-03-08 07:42:06 queue INFO >>0 [92] -2015-03-08 07:42:06 sendUrl INFO 0 [92] R:OK -2015-03-08 07:42:56 queue INFO >>0 [93] -2015-03-08 07:42:56 sendUrl INFO 0 [93] R:OK -2015-03-08 07:43:46 queue INFO >>0 [94] -2015-03-08 07:43:46 sendUrl INFO 0 [94] R:OK -2015-03-08 07:44:36 queue INFO >>0 [95] -2015-03-08 07:44:37 sendUrl INFO 0 [95] R:OK -2015-03-08 07:45:26 queue INFO >>0 [96] -2015-03-08 07:45:27 sendUrl INFO 0 [96] R:OK -2015-03-08 07:46:16 queue INFO >>0 [97] -2015-03-08 07:46:17 sendUrl INFO 0 [97] R:OK -2015-03-08 07:47:07 queue INFO >>0 [98] -2015-03-08 07:47:07 sendUrl INFO 0 [98] R:OK -2015-03-08 07:47:57 queue INFO >>0 [99] -2015-03-08 07:47:57 sendUrl INFO 0 [99] R:OK -2015-03-08 07:48:47 queue INFO >>0 [100] -2015-03-08 07:48:47 sendUrl INFO 0 [100] R:OK -2015-03-08 07:49:37 queue INFO >>0 [101] -2015-03-08 07:49:37 sendUrl INFO 0 [101] R:OK -2015-03-08 07:50:27 queue INFO >>0 [102] -2015-03-08 07:50:28 sendUrl INFO 0 [102] R:OK -2015-03-08 07:51:17 queue INFO >>0 [103] -2015-03-08 07:51:18 sendUrl INFO 0 [103] R:OK -2015-03-08 07:52:08 queue INFO >>0 [104] -2015-03-08 07:52:08 sendUrl INFO 0 [104] R:OK -2015-03-08 07:52:58 queue INFO >>0 [105] -2015-03-08 07:52:58 sendUrl INFO 0 [105] R:OK -2015-03-08 07:53:48 queue INFO >>0 [106] -2015-03-08 07:53:48 sendUrl INFO 0 [106] R:OK -2015-03-08 07:54:38 queue INFO >>0 [107] -2015-03-08 07:54:38 sendUrl INFO 0 [107] R:OK -2015-03-08 07:55:28 queue INFO >>0 [108] -2015-03-08 07:55:29 sendUrl INFO 0 [108] R:OK -2015-03-08 07:56:18 queue INFO >>0 [109] -2015-03-08 07:56:18 sendUrl INFO 0 [109] R:OK -2015-03-08 07:57:08 queue INFO >>0 [110] -2015-03-08 07:57:09 sendUrl INFO 0 [110] R:OK -2015-03-08 07:57:59 queue INFO >>0 [111] -2015-03-08 07:57:59 sendUrl INFO 0 [111] R:OK -2015-03-08 07:58:49 queue INFO >>0 [112] -2015-03-08 07:58:49 sendUrl INFO 0 [112] R:OK -2015-03-08 07:59:39 queue INFO >>0 [113] -2015-03-08 07:59:39 sendUrl INFO 0 [113] R:OK -2015-03-08 08:00:29 queue INFO >>0 [114] -2015-03-08 08:00:30 sendUrl INFO 0 [114] R:OK -2015-03-08 08:01:19 queue INFO >>0 [115] -2015-03-08 08:01:19 sendUrl INFO 0 [115] R:OK -2015-03-08 08:02:09 queue INFO >>0 [116] -2015-03-08 08:02:10 sendUrl INFO 0 [116] R:OK -2015-03-08 08:02:59 queue INFO >>0 [117] -2015-03-08 08:03:00 sendUrl INFO 0 [117] R:OK -2015-03-08 08:03:50 queue INFO >>0 [118] -2015-03-08 08:03:50 sendUrl INFO 0 [118] R:OK -2015-03-08 08:04:40 queue INFO >>0 [119] -2015-03-08 08:04:40 sendUrl INFO 0 [119] R:OK -2015-03-08 08:05:30 queue INFO >>0 [120] -2015-03-08 08:05:30 sendUrl INFO 0 [120] R:OK -2015-03-08 08:06:20 queue INFO >>0 [121] -2015-03-08 08:06:20 sendUrl INFO 0 [121] R:OK -2015-03-08 08:07:10 queue INFO >>0 [122] -2015-03-08 08:07:10 sendUrl INFO 0 [122] R:OK -2015-03-08 08:08:00 queue INFO >>0 [123] -2015-03-08 08:08:01 sendUrl INFO 0 [123] R:OK -2015-03-08 08:08:50 queue INFO >>0 [124] -2015-03-08 08:08:51 sendUrl INFO 0 [124] R:OK -2015-03-08 08:09:40 queue INFO >>0 [125] -2015-03-08 08:09:41 sendUrl INFO 0 [125] R:OK -2015-03-08 08:10:31 queue INFO >>0 [126] -2015-03-08 08:10:31 sendUrl INFO 0 [126] R:OK -2015-03-08 08:11:21 queue INFO >>0 [127] -2015-03-08 08:11:21 sendUrl INFO 0 [127] R:OK -2015-03-08 08:12:11 queue INFO >>0 [128] -2015-03-08 08:12:11 sendUrl INFO 0 [128] R:OK -2015-03-08 08:13:01 queue INFO >>0 [129] -2015-03-08 08:13:02 sendUrl INFO 0 [129] R:OK -2015-03-08 08:13:51 queue INFO >>0 [130] -2015-03-08 08:13:51 sendUrl INFO 0 [130] R:OK -2015-03-08 08:14:41 queue INFO >>0 [131] -2015-03-08 08:14:42 sendUrl INFO 0 [131] R:OK -2015-03-08 08:15:31 queue INFO >>0 [132] -2015-03-08 08:15:32 sendUrl INFO 0 [132] R:OK -2015-03-08 08:16:22 queue INFO >>0 [133] -2015-03-08 08:16:22 sendUrl INFO 0 [133] R:OK -2015-03-08 08:17:12 queue INFO >>0 [134] -2015-03-08 08:17:12 sendUrl INFO 0 [134] R:OK -2015-03-08 08:18:02 queue INFO >>0 [135] -2015-03-08 08:18:02 sendUrl INFO 0 [135] R:OK -2015-03-08 08:18:52 queue INFO >>0 [136] -2015-03-08 08:18:52 sendUrl INFO 0 [136] R:OK -2015-03-08 08:19:42 queue INFO >>0 [137] -2015-03-08 08:19:43 sendUrl INFO 0 [137] R:OK -2015-03-08 08:20:32 queue INFO >>0 [138] -2015-03-08 08:20:33 sendUrl INFO 0 [138] R:OK -2015-03-08 08:21:23 queue INFO >>0 [139] -2015-03-08 08:21:23 sendUrl INFO 0 [139] R:OK -2015-03-08 08:22:13 queue INFO >>0 [140] -2015-03-08 08:22:13 sendUrl INFO 0 [140] R:OK -2015-03-08 08:23:03 queue INFO >>0 [141] -2015-03-08 08:23:03 sendUrl INFO 0 [141] R:OK -2015-03-08 08:23:53 queue INFO >>0 [142] -2015-03-08 08:23:53 sendUrl INFO 0 [142] R:OK -2015-03-08 08:24:43 queue INFO >>0 [143] -2015-03-08 08:24:44 sendUrl INFO 0 [143] R:OK -2015-03-08 08:25:33 queue INFO >>0 [144] -2015-03-08 08:25:34 sendUrl INFO 0 [144] R:OK -2015-03-08 08:26:23 queue INFO >>0 [145] -2015-03-08 08:26:24 sendUrl INFO 0 [145] R:OK -2015-03-08 08:27:14 queue INFO >>0 [146] -2015-03-08 08:27:14 sendUrl INFO 0 [146] R:OK -2015-03-08 08:28:04 queue INFO >>0 [147] -2015-03-08 08:28:04 sendUrl INFO 0 [147] R:OK -2015-03-08 08:28:54 queue INFO >>0 [148] -2015-03-08 08:28:54 sendUrl INFO 0 [148] R:OK -2015-03-08 08:29:44 queue INFO >>0 [149] -2015-03-08 08:29:44 sendUrl INFO 0 [149] R:OK -2015-03-08 08:30:34 queue INFO >>0 [150] -2015-03-08 08:30:35 sendUrl INFO 0 [150] R:OK -2015-03-08 08:31:24 queue INFO >>0 [151] -2015-03-08 08:31:25 sendUrl INFO 0 [151] R:OK -2015-03-08 08:32:15 queue INFO >>0 [152] -2015-03-08 08:32:15 sendUrl INFO 0 [152] R:OK -2015-03-08 08:33:05 queue INFO >>0 [153] -2015-03-08 08:33:05 sendUrl INFO 0 [153] R:OK -2015-03-08 08:33:55 queue INFO >>0 [154] -2015-03-08 08:33:55 sendUrl INFO 0 [154] R:OK -2015-03-08 08:34:45 queue INFO >>0 [155] -2015-03-08 08:34:45 sendUrl INFO 0 [155] R:OK -2015-03-08 08:35:35 queue INFO >>0 [156] -2015-03-08 08:35:36 sendUrl INFO 0 [156] R:OK -2015-03-08 08:36:25 queue INFO >>0 [157] -2015-03-08 08:36:25 sendUrl INFO 0 [157] R:OK -2015-03-08 08:37:15 queue INFO >>0 [158] -2015-03-08 08:37:16 sendUrl INFO 0 [158] R:OK -2015-03-08 08:38:06 queue INFO >>0 [159] -2015-03-08 08:38:06 sendUrl INFO 0 [159] R:OK -2015-03-08 08:38:56 queue INFO >>0 [160] -2015-03-08 08:38:56 sendUrl INFO 0 [160] R:OK -2015-03-08 08:39:46 queue INFO >>0 [161] -2015-03-08 08:39:46 sendUrl INFO 0 [161] R:OK -2015-03-08 08:40:36 queue INFO >>0 [162] -2015-03-08 08:40:37 sendUrl INFO 0 [162] R:OK -2015-03-08 08:41:26 queue INFO >>0 [163] -2015-03-08 08:41:26 sendUrl INFO 0 [163] R:OK -2015-03-08 08:42:16 queue INFO >>0 [164] -2015-03-08 08:42:17 sendUrl INFO 0 [164] R:OK -2015-03-08 08:43:07 queue INFO >>0 [165] -2015-03-08 08:43:07 sendUrl INFO 0 [165] R:OK -2015-03-08 08:43:57 queue INFO >>0 [166] -2015-03-08 08:43:57 sendUrl INFO 0 [166] R:OK -2015-03-08 08:44:47 queue INFO >>0 [167] -2015-03-08 08:44:47 sendUrl INFO 0 [167] R:OK -2015-03-08 08:45:37 queue INFO >>0 [168] -2015-03-08 08:45:37 sendUrl INFO 0 [168] R:OK -2015-03-08 08:46:27 queue INFO >>0 [169] -2015-03-08 08:46:27 sendUrl INFO 0 [169] R:OK -2015-03-08 08:47:17 queue INFO >>0 [170] -2015-03-08 08:47:17 sendUrl INFO 0 [170] R:OK -2015-03-08 08:48:07 queue INFO >>0 [171] -2015-03-08 08:48:08 sendUrl INFO 0 [171] R:OK -2015-03-08 08:48:57 queue INFO >>0 [172] -2015-03-08 08:48:58 sendUrl INFO 0 [172] R:OK -2015-03-08 08:49:48 queue INFO >>0 [173] -2015-03-08 08:49:48 sendUrl INFO 0 [173] R:OK -2015-03-08 08:50:38 queue INFO >>0 [174] -2015-03-08 08:50:38 sendUrl INFO 0 [174] R:OK -2015-03-08 08:51:28 queue INFO >>0 [175] -2015-03-08 08:51:28 sendUrl INFO 0 [175] R:OK -2015-03-08 08:52:18 queue INFO >>0 [176] -2015-03-08 08:52:18 sendUrl INFO 0 [176] R:OK -2015-03-08 08:53:08 queue INFO >>0 [177] -2015-03-08 08:53:09 sendUrl INFO 0 [177] R:OK -2015-03-08 08:53:58 queue INFO >>0 [178] -2015-03-08 08:53:59 sendUrl INFO 0 [178] R:OK -2015-03-08 08:54:49 queue INFO >>0 [179] -2015-03-08 08:54:49 sendUrl INFO 0 [179] R:OK -2015-03-08 08:55:39 queue INFO >>0 [180] -2015-03-08 08:55:39 sendUrl INFO 0 [180] R:OK -2015-03-08 08:56:29 queue INFO >>0 [181] -2015-03-08 08:56:29 sendUrl INFO 0 [181] R:OK -2015-03-08 08:57:19 queue INFO >>0 [182] -2015-03-08 08:57:19 sendUrl INFO 0 [182] R:OK -2015-03-08 08:58:09 queue INFO >>0 [183] -2015-03-08 08:58:10 sendUrl INFO 0 [183] R:OK -2015-03-08 08:58:59 queue INFO >>0 [184] -2015-03-08 08:58:59 sendUrl INFO 0 [184] R:OK -2015-03-08 08:59:49 queue INFO >>0 [185] -2015-03-08 08:59:50 sendUrl INFO 0 [185] R:OK -2015-03-08 09:00:40 queue INFO >>0 [186] -2015-03-08 09:00:40 sendUrl INFO 0 [186] R:OK -2015-03-08 09:01:30 queue INFO >>0 [187] -2015-03-08 09:01:30 sendUrl INFO 0 [187] R:OK -2015-03-08 09:02:20 queue INFO >>0 [188] -2015-03-08 09:02:20 sendUrl INFO 0 [188] R:OK -2015-03-08 09:03:10 queue INFO >>0 [189] -2015-03-08 09:03:10 sendUrl INFO 0 [189] R:OK -2015-03-08 09:04:00 queue INFO >>0 [190] -2015-03-08 09:04:00 sendUrl INFO 0 [190] R:OK -2015-03-08 09:04:50 queue INFO >>0 [191] -2015-03-08 09:04:51 sendUrl INFO 0 [191] R:OK -2015-03-08 09:05:40 queue INFO >>0 [192] -2015-03-08 09:05:41 sendUrl INFO 0 [192] R:OK -2015-03-08 09:06:30 queue INFO >>0 [193] -2015-03-08 09:06:31 sendUrl INFO 0 [193] R:OK -2015-03-08 09:07:21 queue INFO >>0 [194] -2015-03-08 09:07:21 sendUrl INFO 0 [194] R:OK -2015-03-08 09:08:11 queue INFO >>0 [195] -2015-03-08 09:08:11 sendUrl INFO 0 [195] R:OK -2015-03-08 09:09:01 queue INFO >>0 [196] -2015-03-08 09:09:01 sendUrl INFO 0 [196] R:OK -2015-03-08 09:09:51 queue INFO >>0 [197] -2015-03-08 09:09:51 sendUrl INFO 0 [197] R:OK -2015-03-08 09:10:41 queue INFO >>0 [198] -2015-03-08 09:10:42 sendUrl INFO 0 [198] R:OK -2015-03-08 09:11:31 queue INFO >>0 [199] -2015-03-08 09:11:32 sendUrl INFO 0 [199] R:OK -2015-03-08 09:12:22 queue INFO >>0 [200] -2015-03-08 09:12:22 sendUrl INFO 0 [200] R:OK -2015-03-08 09:13:12 queue INFO >>0 [201] -2015-03-08 09:13:12 sendUrl INFO 0 [201] R:OK -2015-03-08 09:14:02 queue INFO >>0 [202] -2015-03-08 09:14:02 sendUrl INFO 0 [202] R:OK -2015-03-08 09:14:52 queue INFO >>0 [203] -2015-03-08 09:14:52 sendUrl INFO 0 [203] R:OK -2015-03-08 09:15:42 queue INFO >>0 [204] -2015-03-08 09:15:43 sendUrl INFO 0 [204] R:OK -2015-03-08 09:16:32 queue INFO >>0 [205] -2015-03-08 09:16:33 sendUrl INFO 0 [205] R:OK -2015-03-08 09:17:22 queue INFO >>0 [206] -2015-03-08 09:17:23 sendUrl INFO 0 [206] R:OK -2015-03-08 09:18:13 queue INFO >>0 [207] -2015-03-08 09:18:13 sendUrl INFO 0 [207] R:OK -2015-03-08 09:19:03 queue INFO >>0 [208] -2015-03-08 09:19:03 sendUrl INFO 0 [208] R:OK -2015-03-08 09:19:53 queue INFO >>0 [209] -2015-03-08 09:19:53 sendUrl INFO 0 [209] R:OK -2015-03-08 09:20:43 queue INFO >>0 [210] -2015-03-08 09:20:44 sendUrl INFO 0 [210] R:OK -2015-03-08 09:21:33 queue INFO >>0 [211] -2015-03-08 09:21:33 sendUrl INFO 0 [211] R:OK -2015-03-08 09:22:23 queue INFO >>0 [212] -2015-03-08 09:22:24 sendUrl INFO 0 [212] R:OK -2015-03-08 09:23:13 queue INFO >>0 [213] -2015-03-08 09:23:14 sendUrl INFO 0 [213] R:OK -2015-03-08 09:24:04 queue INFO >>0 [214] -2015-03-08 09:24:04 sendUrl INFO 0 [214] R:OK -2015-03-08 09:24:54 queue INFO >>0 [215] -2015-03-08 09:24:54 sendUrl INFO 0 [215] R:OK -2015-03-08 09:25:44 queue INFO >>0 [216] -2015-03-08 09:25:44 sendUrl INFO 0 [216] R:OK -2015-03-08 09:26:34 queue INFO >>0 [217] -2015-03-08 09:26:34 sendUrl INFO 0 [217] R:OK -2015-03-08 09:27:24 queue INFO >>0 [218] -2015-03-08 09:27:24 sendUrl INFO 0 [218] R:OK -2015-03-08 09:28:14 queue INFO >>0 [219] -2015-03-08 09:28:15 sendUrl INFO 0 [219] R:OK -2015-03-08 09:29:04 queue INFO >>0 [220] -2015-03-08 09:29:05 sendUrl INFO 0 [220] R:OK -2015-03-08 09:29:55 queue INFO >>0 [221] -2015-03-08 09:29:55 sendUrl INFO 0 [221] R:OK -2015-03-08 09:30:45 queue INFO >>0 [222] -2015-03-08 09:30:45 sendUrl INFO 0 [222] R:OK -2015-03-08 09:31:35 queue INFO >>0 [223] -2015-03-08 09:31:35 sendUrl INFO 0 [223] R:OK -2015-03-08 09:32:25 queue INFO >>0 [224] -2015-03-08 09:32:25 sendUrl INFO 0 [224] R:OK -2015-03-08 09:33:15 queue INFO >>0 [225] -2015-03-08 09:33:16 sendUrl INFO 0 [225] R:OK -2015-03-08 09:34:05 queue INFO >>0 [226] -2015-03-08 09:34:06 sendUrl INFO 0 [226] R:OK -2015-03-08 09:34:56 queue INFO >>0 [227] -2015-03-08 09:34:56 sendUrl INFO 0 [227] R:OK -2015-03-08 09:35:46 queue INFO >>0 [228] -2015-03-08 09:35:46 sendUrl INFO 0 [228] R:OK -2015-03-08 09:36:36 queue INFO >>0 [229] -2015-03-08 09:36:36 sendUrl INFO 0 [229] R:OK -2015-03-08 09:37:26 queue INFO >>0 [230] -2015-03-08 09:37:26 sendUrl INFO 0 [230] R:OK -2015-03-08 09:38:16 queue INFO >>0 [231] -2015-03-08 09:38:17 sendUrl INFO 0 [231] R:OK -2015-03-08 09:39:06 queue INFO >>0 [232] -2015-03-08 09:39:06 sendUrl INFO 0 [232] R:OK -2015-03-08 09:39:56 queue INFO >>0 [233] -2015-03-08 09:39:57 sendUrl INFO 0 [233] R:OK -2015-03-08 09:40:47 queue INFO >>0 [234] -2015-03-08 09:40:47 sendUrl INFO 0 [234] R:OK -2015-03-08 09:41:37 queue INFO >>0 [235] -2015-03-08 09:41:37 sendUrl INFO 0 [235] R:OK -2015-03-08 09:42:27 queue INFO >>0 [236] -2015-03-08 09:42:27 sendUrl INFO 0 [236] R:OK -2015-03-08 09:43:17 queue INFO >>0 [237] -2015-03-08 09:43:18 sendUrl INFO 0 [237] R:OK -2015-03-08 09:44:07 queue INFO >>0 [238] -2015-03-08 09:44:07 sendUrl INFO 0 [238] R:OK -2015-03-08 09:44:57 queue INFO >>0 [239] -2015-03-08 09:44:58 sendUrl INFO 0 [239] R:OK -2015-03-08 09:45:48 queue INFO >>0 [240] -2015-03-08 09:45:48 sendUrl INFO 0 [240] R:OK -2015-03-08 09:46:38 queue INFO >>0 [241] -2015-03-08 09:46:38 sendUrl INFO 0 [241] R:OK -2015-03-08 09:47:28 queue INFO >>0 [242] -2015-03-08 09:47:28 sendUrl INFO 0 [242] R:OK -2015-03-08 09:48:18 queue INFO >>0 [243] -2015-03-08 09:48:19 sendUrl INFO 0 [243] R:OK -2015-03-08 09:49:08 queue INFO >>0 [244] -2015-03-08 09:49:08 sendUrl INFO 0 [244] R:OK -2015-03-08 09:49:58 queue INFO >>0 [245] -2015-03-08 09:49:59 sendUrl INFO 0 [245] R:OK -2015-03-08 09:50:48 queue INFO >>0 [246] -2015-03-08 09:50:49 sendUrl INFO 0 [246] R:OK -2015-03-08 09:51:39 queue INFO >>0 [247] -2015-03-08 09:51:39 sendUrl INFO 0 [247] R:OK -2015-03-08 09:52:29 queue INFO >>0 [248] -2015-03-08 09:52:29 sendUrl INFO 0 [248] R:OK -2015-03-08 09:53:19 queue INFO >>0 [249] -2015-03-08 09:53:19 sendUrl INFO 0 [249] R:OK -2015-03-08 09:54:09 queue INFO >>0 [250] -2015-03-08 09:54:09 sendUrl INFO 0 [250] R:OK -2015-03-08 09:54:59 queue INFO >>0 [251] -2015-03-08 09:55:00 sendUrl INFO 0 [251] R:OK -2015-03-08 09:55:49 queue INFO >>0 [252] -2015-03-08 09:55:50 sendUrl INFO 0 [252] R:OK -2015-03-08 09:56:39 queue INFO >>0 [253] -2015-03-08 09:56:40 sendUrl INFO 0 [253] R:OK -2015-03-08 09:57:30 queue INFO >>0 [254] -2015-03-08 09:57:30 sendUrl INFO 0 [254] R:OK -2015-03-08 09:58:20 queue INFO >>0 [255] -2015-03-08 09:58:20 sendUrl INFO 0 [255] R:OK -2015-03-08 09:59:10 queue INFO >>0 [256] -2015-03-08 09:59:10 sendUrl INFO 0 [256] R:OK -2015-03-08 10:00:00 queue INFO >>0 [257] -2015-03-08 10:00:00 sendUrl INFO 0 [257] R:OK -2015-03-08 10:00:50 queue INFO >>0 [258] -2015-03-08 10:00:51 sendUrl INFO 0 [258] R:OK -2015-03-08 10:01:40 queue INFO >>0 [259] -2015-03-08 10:01:40 sendUrl INFO 0 [259] R:OK -2015-03-08 10:02:30 queue INFO >>0 [260] -2015-03-08 10:02:31 sendUrl INFO 0 [260] R:OK -2015-03-08 10:03:21 queue INFO >>0 [261] -2015-03-08 10:03:21 sendUrl INFO 0 [261] R:OK -2015-03-08 10:04:11 queue INFO >>0 [262] -2015-03-08 10:04:11 sendUrl INFO 0 [262] R:OK -2015-03-08 10:05:01 queue INFO >>0 [263] -2015-03-08 10:05:01 sendUrl INFO 0 [263] R:OK -2015-03-08 10:05:51 queue INFO >>0 [264] -2015-03-08 10:05:52 sendUrl INFO 0 [264] R:OK -2015-03-08 10:06:41 queue INFO >>0 [265] -2015-03-08 10:06:41 sendUrl INFO 0 [265] R:OK -2015-03-08 10:07:31 queue INFO >>0 [266] -2015-03-08 10:07:32 sendUrl INFO 0 [266] R:OK -2015-03-08 10:08:21 queue INFO >>0 [267] -2015-03-08 10:08:22 sendUrl INFO 0 [267] R:OK -2015-03-08 10:09:12 queue INFO >>0 [268] -2015-03-08 10:09:12 sendUrl INFO 0 [268] R:OK -2015-03-08 10:10:02 queue INFO >>0 [269] -2015-03-08 10:10:02 sendUrl INFO 0 [269] R:OK -2015-03-08 10:10:52 queue INFO >>0 [270] -2015-03-08 10:10:52 sendUrl INFO 0 [270] R:OK -2015-03-08 10:11:42 queue INFO >>0 [271] -2015-03-08 10:11:42 sendUrl INFO 0 [271] R:OK -2015-03-08 10:12:32 queue INFO >>0 [272] -2015-03-08 10:12:33 sendUrl INFO 0 [272] R:OK -2015-03-08 10:13:22 queue INFO >>0 [273] -2015-03-08 10:13:23 sendUrl INFO 0 [273] R:OK -2015-03-08 10:14:12 queue INFO >>0 [274] -2015-03-08 10:14:13 sendUrl INFO 0 [274] R:OK -2015-03-08 10:15:03 queue INFO >>0 [275] -2015-03-08 10:15:03 sendUrl INFO 0 [275] R:OK -2015-03-08 10:15:53 queue INFO >>0 [276] -2015-03-08 10:15:53 sendUrl INFO 0 [276] R:OK -2015-03-08 10:16:43 queue INFO >>0 [277] -2015-03-08 10:16:43 sendUrl INFO 0 [277] R:OK -2015-03-08 10:17:33 queue INFO >>0 [278] -2015-03-08 10:17:33 sendUrl INFO 0 [278] R:OK -2015-03-08 10:18:23 queue INFO >>0 [279] -2015-03-08 10:18:24 sendUrl INFO 0 [279] R:OK -2015-03-08 10:19:13 queue INFO >>0 [280] -2015-03-08 10:19:13 sendUrl INFO 0 [280] R:OK -2015-03-08 10:20:03 queue INFO >>0 [281] -2015-03-08 10:20:04 sendUrl INFO 0 [281] R:OK -2015-03-08 10:20:54 queue INFO >>0 [282] -2015-03-08 10:20:54 sendUrl INFO 0 [282] R:OK -2015-03-08 10:21:44 queue INFO >>0 [283] -2015-03-08 10:21:44 sendUrl INFO 0 [283] R:OK -2015-03-08 10:22:34 queue INFO >>0 [284] -2015-03-08 10:22:34 sendUrl INFO 0 [284] R:OK -2015-03-08 10:23:24 queue INFO >>0 [285] -2015-03-08 10:23:25 sendUrl INFO 0 [285] R:OK -2015-03-08 10:24:14 queue INFO >>0 [286] -2015-03-08 10:24:14 sendUrl INFO 0 [286] R:OK -2015-03-08 10:25:04 queue INFO >>0 [287] -2015-03-08 10:25:05 sendUrl INFO 0 [287] R:OK -2015-03-08 10:25:55 queue INFO >>0 [288] -2015-03-08 10:25:55 sendUrl INFO 0 [288] R:OK -2015-03-08 10:26:45 queue INFO >>0 [289] -2015-03-08 10:26:45 sendUrl INFO 0 [289] R:OK -2015-03-08 10:27:35 queue INFO >>0 [290] -2015-03-08 10:27:35 sendUrl INFO 0 [290] R:OK -2015-03-08 10:28:25 queue INFO >>0 [291] -2015-03-08 10:28:26 sendUrl INFO 0 [291] R:OK -2015-03-08 10:29:15 queue INFO >>0 [292] -2015-03-08 10:29:15 sendUrl INFO 0 [292] R:OK -2015-03-08 10:30:05 queue INFO >>0 [293] -2015-03-08 10:30:06 sendUrl INFO 0 [293] R:OK -2015-03-08 10:30:55 queue INFO >>0 [294] -2015-03-08 10:30:56 sendUrl INFO 0 [294] R:OK -2015-03-08 10:31:46 queue INFO >>0 [295] -2015-03-08 10:31:46 sendUrl INFO 0 [295] R:OK -2015-03-08 10:32:36 queue INFO >>0 [296] -2015-03-08 10:32:36 sendUrl INFO 0 [296] R:OK -2015-03-08 10:33:26 queue INFO >>0 [297] -2015-03-08 10:33:26 sendUrl INFO 0 [297] R:OK -2015-03-08 10:34:16 queue INFO >>0 [298] -2015-03-08 10:34:16 sendUrl INFO 0 [298] R:OK -2015-03-08 10:35:06 queue INFO >>0 [299] -2015-03-08 10:35:07 sendUrl INFO 0 [299] R:OK -2015-03-08 10:35:56 queue INFO >>0 [300] -2015-03-08 10:35:57 sendUrl INFO 0 [300] R:OK -2015-03-08 10:36:46 queue INFO >>0 [301] -2015-03-08 10:36:47 sendUrl INFO 0 [301] R:OK -2015-03-08 10:37:37 queue INFO >>0 [302] -2015-03-08 10:37:37 sendUrl INFO 0 [302] R:OK -2015-03-08 10:38:27 queue INFO >>0 [303] -2015-03-08 10:38:27 sendUrl INFO 0 [303] R:OK -2015-03-08 10:39:17 queue INFO >>0 [304] -2015-03-08 10:39:17 sendUrl INFO 0 [304] R:OK -2015-03-08 10:40:07 queue INFO >>0 [305] -2015-03-08 10:40:07 sendUrl INFO 0 [305] R:OK -2015-03-08 10:40:57 queue INFO >>0 [306] -2015-03-08 10:40:58 sendUrl INFO 0 [306] R:OK -2015-03-08 10:41:47 queue INFO >>0 [307] -2015-03-08 10:41:48 sendUrl INFO 0 [307] R:OK -2015-03-08 10:42:38 queue INFO >>0 [308] -2015-03-08 10:42:38 sendUrl INFO 0 [308] R:OK -2015-03-08 10:43:28 queue INFO >>0 [309] -2015-03-08 10:43:28 sendUrl INFO 0 [309] R:OK -2015-03-08 10:44:18 queue INFO >>0 [310] -2015-03-08 10:44:18 sendUrl INFO 0 [310] R:OK -2015-03-08 10:45:08 queue INFO >>0 [311] -2015-03-08 10:45:08 sendUrl INFO 0 [311] R:OK -2015-03-08 10:45:58 queue INFO >>0 [312] -2015-03-08 10:45:59 sendUrl INFO 0 [312] R:OK -2015-03-08 10:46:48 queue INFO >>0 [313] -2015-03-08 10:46:49 sendUrl INFO 0 [313] R:OK -2015-03-08 10:47:38 queue INFO >>0 [314] -2015-03-08 10:47:39 sendUrl INFO 0 [314] R:OK -2015-03-08 10:48:29 queue INFO >>0 [315] -2015-03-08 10:48:29 sendUrl INFO 0 [315] R:OK -2015-03-08 10:49:19 queue INFO >>0 [316] -2015-03-08 10:49:19 sendUrl INFO 0 [316] R:OK -2015-03-08 10:50:09 queue INFO >>0 [317] -2015-03-08 10:50:09 sendUrl INFO 0 [317] R:OK -2015-03-08 10:50:59 queue INFO >>0 [318] -2015-03-08 10:51:00 sendUrl INFO 0 [318] R:OK -2015-03-08 10:51:49 queue INFO >>0 [319] -2015-03-08 10:51:49 sendUrl INFO 0 [319] R:OK -2015-03-08 10:52:39 queue INFO >>0 [320] -2015-03-08 10:52:40 sendUrl INFO 0 [320] R:OK -2015-03-08 10:53:30 queue INFO >>0 [321] -2015-03-08 10:53:30 sendUrl INFO 0 [321] R:OK -2015-03-08 10:54:20 queue INFO >>0 [322] -2015-03-08 10:54:20 sendUrl INFO 0 [322] R:OK -2015-03-08 10:55:10 queue INFO >>0 [323] -2015-03-08 10:55:10 sendUrl INFO 0 [323] R:OK -2015-03-08 10:56:00 queue INFO >>0 [324] -2015-03-08 10:56:00 sendUrl INFO 0 [324] R:OK -2015-03-08 10:56:50 queue INFO >>0 [325] -2015-03-08 10:56:50 sendUrl INFO 0 [325] R:OK -2015-03-08 10:57:40 queue INFO >>0 [326] -2015-03-08 10:57:41 sendUrl INFO 0 [326] R:OK -2015-03-08 10:58:30 queue INFO >>0 [327] -2015-03-08 10:58:31 sendUrl INFO 0 [327] R:OK -2015-03-08 10:59:20 queue INFO >>0 [328] -2015-03-08 10:59:21 sendUrl INFO 0 [328] R:OK -2015-03-08 11:00:11 queue INFO >>0 [329] -2015-03-08 11:00:11 sendUrl INFO 0 [329] R:OK -2015-03-08 11:01:01 queue INFO >>0 [330] -2015-03-08 11:01:01 sendUrl INFO 0 [330] R:OK -2015-03-08 11:01:51 queue INFO >>0 [331] -2015-03-08 11:01:51 sendUrl INFO 0 [331] R:OK -2015-03-08 11:02:41 queue INFO >>0 [332] -2015-03-08 11:02:41 sendUrl INFO 0 [332] R:OK -2015-03-08 11:03:31 queue INFO >>0 [333] -2015-03-08 11:03:32 sendUrl INFO 0 [333] R:OK -2015-03-08 11:04:21 queue INFO >>0 [334] -2015-03-08 11:04:22 sendUrl INFO 0 [334] R:OK -2015-03-08 11:05:12 queue INFO >>0 [335] -2015-03-08 11:05:12 sendUrl INFO 0 [335] R:OK -2015-03-08 11:06:02 queue INFO >>0 [336] -2015-03-08 11:06:02 sendUrl INFO 0 [336] R:OK -2015-03-08 11:06:52 queue INFO >>0 [337] -2015-03-08 11:06:52 sendUrl INFO 0 [337] R:OK -2015-03-08 11:07:42 queue INFO >>0 [338] -2015-03-08 11:07:42 sendUrl INFO 0 [338] R:OK -2015-03-08 11:08:32 queue INFO >>0 [339] -2015-03-08 11:08:33 sendUrl INFO 0 [339] R:OK -2015-03-08 11:09:22 queue INFO >>0 [340] -2015-03-08 11:09:22 sendUrl INFO 0 [340] R:OK -2015-03-08 11:10:12 queue INFO >>0 [341] -2015-03-08 11:10:13 sendUrl INFO 0 [341] R:OK -2015-03-08 11:11:03 queue INFO >>0 [342] -2015-03-08 11:11:03 sendUrl INFO 0 [342] R:OK -2015-03-08 11:11:53 queue INFO >>0 [343] -2015-03-08 11:11:53 sendUrl INFO 0 [343] R:OK -2015-03-08 11:12:43 queue INFO >>0 [344] -2015-03-08 11:12:43 sendUrl INFO 0 [344] R:OK -2015-03-08 11:13:33 queue INFO >>0 [345] -2015-03-08 11:13:33 sendUrl INFO 0 [345] R:OK -2015-03-08 11:14:23 queue INFO >>0 [346] -2015-03-08 11:14:23 sendUrl INFO 0 [346] R:OK -2015-03-08 11:15:13 queue INFO >>0 [347] -2015-03-08 11:15:13 sendUrl INFO 0 [347] R:OK -2015-03-08 11:16:03 queue INFO >>0 [348] -2015-03-08 11:16:04 sendUrl INFO 0 [348] R:OK -2015-03-08 11:16:53 queue INFO >>0 [349] -2015-03-08 11:16:54 sendUrl INFO 0 [349] R:OK -2015-03-08 11:17:44 queue INFO >>0 [350] -2015-03-08 11:17:44 sendUrl INFO 0 [350] R:OK -2015-03-08 11:18:34 queue INFO >>0 [351] -2015-03-08 11:18:34 sendUrl INFO 0 [351] R:OK -2015-03-08 11:19:24 queue INFO >>0 [352] -2015-03-08 11:19:24 sendUrl INFO 0 [352] R:OK -2015-03-08 11:20:14 queue INFO >>0 [353] -2015-03-08 11:20:14 sendUrl INFO 0 [353] R:OK -2015-03-08 11:21:04 queue INFO >>0 [354] -2015-03-08 11:21:05 sendUrl INFO 0 [354] R:OK -2015-03-08 11:21:54 queue INFO >>0 [355] -2015-03-08 11:21:55 sendUrl INFO 0 [355] R:OK -2015-03-08 11:22:45 queue INFO >>0 [356] -2015-03-08 11:22:45 sendUrl INFO 0 [356] R:OK -2015-03-08 11:23:35 queue INFO >>0 [357] -2015-03-08 11:23:35 sendUrl INFO 0 [357] R:OK -2015-03-08 11:24:25 queue INFO >>0 [358] -2015-03-08 11:24:25 sendUrl INFO 0 [358] R:OK -2015-03-08 11:25:15 queue INFO >>0 [359] -2015-03-08 11:25:15 sendUrl INFO 0 [359] R:OK -2015-03-08 11:26:05 queue INFO >>0 [360] -2015-03-08 11:26:06 sendUrl INFO 0 [360] R:OK -2015-03-08 11:26:55 queue INFO >>0 [361] -2015-03-08 11:26:55 sendUrl INFO 0 [361] R:OK -2015-03-08 11:27:45 queue INFO >>0 [362] -2015-03-08 11:27:46 sendUrl INFO 0 [362] R:OK -2015-03-08 11:28:36 queue INFO >>0 [363] -2015-03-08 11:28:36 sendUrl INFO 0 [363] R:OK -2015-03-08 11:29:26 queue INFO >>0 [364] -2015-03-08 11:29:26 sendUrl INFO 0 [364] R:OK -2015-03-08 11:30:16 queue INFO >>0 [365] -2015-03-08 11:30:16 sendUrl INFO 0 [365] R:OK -2015-03-08 11:31:06 queue INFO >>0 [366] -2015-03-08 11:31:06 sendUrl INFO 0 [366] R:OK -2015-03-08 11:31:56 queue INFO >>0 [367] -2015-03-08 11:31:56 sendUrl INFO 0 [367] R:OK -2015-03-08 11:32:46 queue INFO >>0 [368] -2015-03-08 11:32:46 sendUrl INFO 0 [368] R:OK -2015-03-08 11:33:36 queue INFO >>0 [369] -2015-03-08 11:33:37 sendUrl INFO 0 [369] R:OK -2015-03-08 11:34:27 queue INFO >>0 [370] -2015-03-08 11:34:27 sendUrl INFO 0 [370] R:OK -2015-03-08 11:35:17 queue INFO >>0 [371] -2015-03-08 11:35:17 sendUrl INFO 0 [371] R:OK -2015-03-08 11:36:07 queue INFO >>0 [372] -2015-03-08 11:36:07 sendUrl INFO 0 [372] R:OK -2015-03-08 11:36:57 queue INFO >>0 [373] -2015-03-08 11:36:57 sendUrl INFO 0 [373] R:OK -2015-03-08 11:37:47 queue INFO >>0 [374] -2015-03-08 11:37:47 sendUrl INFO 0 [374] R:OK -2015-03-08 11:38:37 queue INFO >>0 [375] -2015-03-08 11:38:38 sendUrl INFO 0 [375] R:OK -2015-03-08 11:39:27 queue INFO >>0 [376] -2015-03-08 11:39:27 sendUrl INFO 0 [376] R:OK -2015-03-08 11:40:18 queue INFO >>0 [377] -2015-03-08 11:40:18 sendUrl INFO 0 [377] R:OK -2015-03-08 11:41:08 queue INFO >>0 [378] -2015-03-08 11:41:08 sendUrl INFO 0 [378] R:OK -2015-03-08 11:41:58 queue INFO >>0 [379] -2015-03-08 11:41:58 sendUrl INFO 0 [379] R:OK -2015-03-08 11:42:48 queue INFO >>0 [380] -2015-03-08 11:42:48 sendUrl INFO 0 [380] R:OK -2015-03-08 11:43:38 queue INFO >>0 [381] -2015-03-08 11:43:38 sendUrl INFO 0 [381] R:OK -2015-03-08 11:44:28 queue INFO >>0 [382] -2015-03-08 11:44:29 sendUrl INFO 0 [382] R:OK -2015-03-08 11:45:18 queue INFO >>0 [383] -2015-03-08 11:45:19 sendUrl INFO 0 [383] R:OK -2015-03-08 11:46:08 queue INFO >>0 [384] -2015-03-08 11:46:09 sendUrl INFO 0 [384] R:OK -2015-03-08 11:46:59 queue INFO >>0 [385] -2015-03-08 11:46:59 sendUrl INFO 0 [385] R:OK -2015-03-08 11:47:49 queue INFO >>0 [386] -2015-03-08 11:47:49 sendUrl INFO 0 [386] R:OK -2015-03-08 11:48:39 queue INFO >>0 [387] -2015-03-08 11:48:39 sendUrl INFO 0 [387] R:OK -2015-03-08 11:49:29 queue INFO >>0 [388] -2015-03-08 11:49:29 sendUrl INFO 0 [388] R:OK -2015-03-08 11:50:19 queue INFO >>0 [389] -2015-03-08 11:50:19 sendUrl INFO 0 [389] R:OK -2015-03-08 11:51:09 queue INFO >>0 [390] -2015-03-08 11:51:10 sendUrl INFO 0 [390] R:OK -2015-03-08 11:52:00 queue INFO >>0 [391] -2015-03-08 11:52:00 sendUrl INFO 0 [391] R:OK -2015-03-08 11:52:50 queue INFO >>0 [392] -2015-03-08 11:52:50 sendUrl INFO 0 [392] R:OK -2015-03-08 11:53:40 queue INFO >>0 [393] -2015-03-08 11:53:40 sendUrl INFO 0 [393] R:OK -2015-03-08 11:54:30 queue INFO >>0 [394] -2015-03-08 11:54:30 sendUrl INFO 0 [394] R:OK -2015-03-08 11:55:20 queue INFO >>0 [395] -2015-03-08 11:55:20 sendUrl INFO 0 [395] R:OK -2015-03-08 11:56:10 queue INFO >>0 [396] -2015-03-08 11:56:11 sendUrl INFO 0 [396] R:OK -2015-03-08 11:57:00 queue INFO >>0 [397] -2015-03-08 11:57:01 sendUrl INFO 0 [397] R:OK -2015-03-08 11:57:51 queue INFO >>0 [398] -2015-03-08 11:57:51 sendUrl INFO 0 [398] R:OK -2015-03-08 11:58:41 queue INFO >>0 [399] -2015-03-08 11:58:41 sendUrl INFO 0 [399] R:OK -2015-03-08 11:59:31 queue INFO >>0 [400] -2015-03-08 11:59:31 sendUrl INFO 0 [400] R:OK -2015-03-08 12:00:21 queue INFO >>0 [401] -2015-03-08 12:00:21 sendUrl INFO 0 [401] R:OK -2015-03-08 12:01:11 queue INFO >>0 [402] -2015-03-08 12:01:12 sendUrl INFO 0 [402] R:OK -2015-03-08 12:02:01 queue INFO >>0 [403] -2015-03-08 12:02:02 sendUrl INFO 0 [403] R:OK -2015-03-08 12:02:52 queue INFO >>0 [404] -2015-03-08 12:02:52 sendUrl INFO 0 [404] R:OK -2015-03-08 12:03:42 queue INFO >>0 [405] -2015-03-08 12:03:42 sendUrl INFO 0 [405] R:OK -2015-03-08 12:04:32 queue INFO >>0 [406] -2015-03-08 12:04:32 sendUrl INFO 0 [406] R:OK -2015-03-08 12:05:22 queue INFO >>0 [407] -2015-03-08 12:05:22 sendUrl INFO 0 [407] R:OK -2015-03-08 12:06:12 queue INFO >>0 [408] -2015-03-08 12:06:13 sendUrl INFO 0 [408] R:OK -2015-03-08 12:07:02 queue INFO >>0 [409] -2015-03-08 12:07:03 sendUrl INFO 0 [409] R:OK -2015-03-08 12:07:52 queue INFO >>0 [410] -2015-03-08 12:07:53 sendUrl INFO 0 [410] R:OK -2015-03-08 12:08:43 queue INFO >>0 [411] -2015-03-08 12:08:43 sendUrl INFO 0 [411] R:OK -2015-03-08 12:09:33 queue INFO >>0 [412] -2015-03-08 12:09:33 sendUrl INFO 0 [412] R:OK -2015-03-08 12:10:23 queue INFO >>0 [413] -2015-03-08 12:10:23 sendUrl INFO 0 [413] R:OK -2015-03-08 12:11:13 queue INFO >>0 [414] -2015-03-08 12:11:13 sendUrl INFO 0 [414] R:OK -2015-03-08 12:12:03 queue INFO >>0 [415] -2015-03-08 12:12:04 sendUrl INFO 0 [415] R:OK -2015-03-08 12:12:53 queue INFO >>0 [416] -2015-03-08 12:12:54 sendUrl INFO 0 [416] R:OK -2015-03-08 12:13:44 queue INFO >>0 [417] -2015-03-08 12:13:44 sendUrl INFO 0 [417] R:OK -2015-03-08 12:14:34 queue INFO >>0 [418] -2015-03-08 12:14:34 sendUrl INFO 0 [418] R:OK -2015-03-08 12:15:24 queue INFO >>0 [419] -2015-03-08 12:15:24 sendUrl INFO 0 [419] R:OK -2015-03-08 12:16:14 queue INFO >>0 [420] -2015-03-08 12:16:14 sendUrl INFO 0 [420] R:OK -2015-03-08 12:17:04 queue INFO >>0 [421] -2015-03-08 12:17:05 sendUrl INFO 0 [421] R:OK -2015-03-08 12:17:54 queue INFO >>0 [422] -2015-03-08 12:17:54 sendUrl INFO 0 [422] R:OK -2015-03-08 12:18:44 queue INFO >>0 [423] -2015-03-08 12:18:45 sendUrl INFO 0 [423] R:OK -2015-03-08 12:19:35 queue INFO >>0 [424] -2015-03-08 12:19:35 sendUrl INFO 0 [424] R:OK -2015-03-08 12:20:25 queue INFO >>0 [425] -2015-03-08 12:20:25 sendUrl INFO 0 [425] R:OK -2015-03-08 12:21:15 queue INFO >>0 [426] -2015-03-08 12:21:15 sendUrl INFO 0 [426] R:OK -2015-03-08 12:22:05 queue INFO >>0 [427] -2015-03-08 12:22:06 sendUrl INFO 0 [427] R:OK -2015-03-08 12:22:55 queue INFO >>0 [428] -2015-03-08 12:22:55 sendUrl INFO 0 [428] R:OK -2015-03-08 12:23:45 queue INFO >>0 [429] -2015-03-08 12:23:46 sendUrl INFO 0 [429] R:OK -2015-03-08 12:24:36 queue INFO >>0 [430] -2015-03-08 12:24:36 sendUrl INFO 0 [430] R:OK -2015-03-08 12:25:26 queue INFO >>0 [431] -2015-03-08 12:25:26 sendUrl INFO 0 [431] R:OK -2015-03-08 12:26:16 queue INFO >>0 [432] -2015-03-08 12:26:16 sendUrl INFO 0 [432] R:OK -2015-03-08 12:27:06 queue INFO >>0 [433] -2015-03-08 12:27:06 sendUrl INFO 0 [433] R:OK -2015-03-08 12:27:56 queue INFO >>0 [434] -2015-03-08 12:27:56 sendUrl INFO 0 [434] R:OK -2015-03-08 12:28:46 queue INFO >>0 [435] -2015-03-08 12:28:47 sendUrl INFO 0 [435] R:OK -2015-03-08 12:29:36 queue INFO >>0 [436] -2015-03-08 12:29:37 sendUrl INFO 0 [436] R:OK -2015-03-08 12:30:27 queue INFO >>0 [437] -2015-03-08 12:30:27 sendUrl INFO 0 [437] R:OK -2015-03-08 12:31:17 queue INFO >>0 [438] -2015-03-08 12:31:17 sendUrl INFO 0 [438] R:OK -2015-03-08 12:32:07 queue INFO >>0 [439] -2015-03-08 12:32:07 sendUrl INFO 0 [439] R:OK -2015-03-08 12:32:57 queue INFO >>0 [440] -2015-03-08 12:32:57 sendUrl INFO 0 [440] R:OK -2015-03-08 12:33:47 queue INFO >>0 [441] -2015-03-08 12:33:48 sendUrl INFO 0 [441] R:OK -2015-03-08 12:34:37 queue INFO >>0 [442] -2015-03-08 12:34:38 sendUrl INFO 0 [442] R:OK -2015-03-08 12:35:28 queue INFO >>0 [443] -2015-03-08 12:35:28 sendUrl INFO 0 [443] R:OK -2015-03-08 12:36:18 queue INFO >>0 [444] -2015-03-08 12:36:18 sendUrl INFO 0 [444] R:OK -2015-03-08 12:37:08 queue INFO >>0 [445] -2015-03-08 12:37:08 sendUrl INFO 0 [445] R:OK -2015-03-08 12:37:58 queue INFO >>0 [446] -2015-03-08 12:37:58 sendUrl INFO 0 [446] R:OK -2015-03-08 12:38:48 queue INFO >>0 [447] -2015-03-08 12:38:48 sendUrl INFO 0 [447] R:OK -2015-03-08 12:39:38 queue INFO >>0 [448] -2015-03-08 12:39:39 sendUrl INFO 0 [448] R:OK -2015-03-08 12:40:28 queue INFO >>0 [449] -2015-03-08 12:40:29 sendUrl INFO 0 [449] R:OK -2015-03-08 12:41:19 queue INFO >>0 [450] -2015-03-08 12:41:19 sendUrl INFO 0 [450] R:OK -2015-03-08 12:42:09 queue INFO >>0 [451] -2015-03-08 12:42:09 sendUrl INFO 0 [451] R:OK -2015-03-08 12:42:59 queue INFO >>0 [452] -2015-03-08 12:42:59 sendUrl INFO 0 [452] R:OK -2015-03-08 12:43:49 queue INFO >>0 [453] -2015-03-08 12:43:49 sendUrl INFO 0 [453] R:OK -2015-03-08 12:44:39 queue INFO >>0 [454] -2015-03-08 12:44:40 sendUrl INFO 0 [454] R:OK -2015-03-08 12:45:29 queue INFO >>0 [455] -2015-03-08 12:45:30 sendUrl INFO 0 [455] R:OK -2015-03-08 12:46:20 queue INFO >>0 [456] -2015-03-08 12:46:20 sendUrl INFO 0 [456] R:OK -2015-03-08 12:47:10 queue INFO >>0 [457] -2015-03-08 12:47:10 sendUrl INFO 0 [457] R:OK -2015-03-08 12:48:00 queue INFO >>0 [458] -2015-03-08 12:48:00 sendUrl INFO 0 [458] R:OK -2015-03-08 12:48:50 queue INFO >>0 [459] -2015-03-08 12:48:50 sendUrl INFO 0 [459] R:OK -2015-03-08 12:49:40 queue INFO >>0 [460] -2015-03-08 12:49:41 sendUrl INFO 0 [460] R:OK -2015-03-08 12:50:30 queue INFO >>0 [461] -2015-03-08 12:50:30 sendUrl INFO 0 [461] R:OK -2015-03-08 12:51:20 queue INFO >>0 [462] -2015-03-08 12:51:21 sendUrl INFO 0 [462] R:OK -2015-03-08 12:52:11 queue INFO >>0 [463] -2015-03-08 12:52:11 sendUrl INFO 0 [463] R:OK -2015-03-08 12:53:01 queue INFO >>0 [464] -2015-03-08 12:53:01 sendUrl INFO 0 [464] R:OK -2015-03-08 12:53:51 queue INFO >>0 [465] -2015-03-08 12:53:51 sendUrl INFO 0 [465] R:OK -2015-03-08 12:54:41 queue INFO >>0 [466] -2015-03-08 12:54:42 sendUrl INFO 0 [466] R:OK -2015-03-08 12:55:31 queue INFO >>0 [467] -2015-03-08 12:55:31 sendUrl INFO 0 [467] R:OK -2015-03-08 12:56:21 queue INFO >>0 [468] -2015-03-08 12:56:22 sendUrl INFO 0 [468] R:OK -2015-03-08 12:57:12 queue INFO >>0 [469] -2015-03-08 12:57:12 sendUrl INFO 0 [469] R:OK -2015-03-08 12:58:02 queue INFO >>0 [470] -2015-03-08 12:58:02 sendUrl INFO 0 [470] R:OK -2015-03-08 12:58:52 queue INFO >>0 [471] -2015-03-08 12:58:52 sendUrl INFO 0 [471] R:OK -2015-03-08 12:59:42 queue INFO >>0 [472] -2015-03-08 12:59:42 sendUrl INFO 0 [472] R:OK -2015-03-08 13:00:32 queue INFO >>0 [473] -2015-03-08 13:00:32 sendUrl INFO 0 [473] R:OK -2015-03-08 13:01:22 queue INFO >>0 [474] -2015-03-08 13:01:23 sendUrl INFO 0 [474] R:OK -2015-03-08 13:02:12 queue INFO >>0 [475] -2015-03-08 13:02:13 sendUrl INFO 0 [475] R:OK -2015-03-08 13:03:03 queue INFO >>0 [476] -2015-03-08 13:03:03 sendUrl INFO 0 [476] R:OK -2015-03-08 13:03:53 queue INFO >>0 [477] -2015-03-08 13:03:53 sendUrl INFO 0 [477] R:OK -2015-03-08 13:04:43 queue INFO >>0 [478] -2015-03-08 13:04:43 sendUrl INFO 0 [478] R:OK -2015-03-08 13:05:33 queue INFO >>0 [479] -2015-03-08 13:05:33 sendUrl INFO 0 [479] R:OK -2015-03-08 13:06:23 queue INFO >>0 [480] -2015-03-08 13:06:24 sendUrl INFO 0 [480] R:OK -2015-03-08 13:07:13 queue INFO >>0 [481] -2015-03-08 13:07:14 sendUrl INFO 0 [481] R:OK -2015-03-08 13:08:04 queue INFO >>0 [482] -2015-03-08 13:08:04 sendUrl INFO 0 [482] R:OK -2015-03-08 13:08:54 queue INFO >>0 [483] -2015-03-08 13:08:54 sendUrl INFO 0 [483] R:OK -2015-03-08 13:09:44 queue INFO >>0 [484] -2015-03-08 13:09:44 sendUrl INFO 0 [484] R:OK -2015-03-08 13:10:34 queue INFO >>0 [485] -2015-03-08 13:10:34 sendUrl INFO 0 [485] R:OK -2015-03-08 13:11:24 queue INFO >>0 [486] -2015-03-08 13:11:24 sendUrl INFO 0 [486] R:OK -2015-03-08 13:12:14 queue INFO >>0 [487] -2015-03-08 13:12:15 sendUrl INFO 0 [487] R:OK -2015-03-08 13:13:04 queue INFO >>0 [488] -2015-03-08 13:13:05 sendUrl INFO 0 [488] R:OK -2015-03-08 13:13:55 queue INFO >>0 [489] -2015-03-08 13:13:55 sendUrl INFO 0 [489] R:OK -2015-03-08 13:14:45 queue INFO >>0 [490] -2015-03-08 13:14:45 sendUrl INFO 0 [490] R:OK -2015-03-08 13:15:35 queue INFO >>0 [491] -2015-03-08 13:15:35 sendUrl INFO 0 [491] R:OK -2015-03-08 13:16:25 queue INFO >>0 [492] -2015-03-08 13:16:25 sendUrl INFO 0 [492] R:OK -2015-03-08 13:17:15 queue INFO >>0 [493] -2015-03-08 13:17:16 sendUrl INFO 0 [493] R:OK -2015-03-08 13:18:05 queue INFO >>0 [494] -2015-03-08 13:18:05 sendUrl INFO 0 [494] R:OK -2015-03-08 13:18:56 queue INFO >>0 [495] -2015-03-08 13:18:56 sendUrl INFO 0 [495] R:OK -2015-03-08 13:19:46 queue INFO >>0 [496] -2015-03-08 13:19:46 sendUrl INFO 0 [496] R:OK -2015-03-08 13:20:36 queue INFO >>0 [497] -2015-03-08 13:20:36 sendUrl INFO 0 [497] R:OK -2015-03-08 13:21:26 queue INFO >>0 [498] -2015-03-08 13:21:26 sendUrl INFO 0 [498] R:OK -2015-03-08 13:22:16 queue INFO >>0 [499] -2015-03-08 13:22:17 sendUrl INFO 0 [499] R:OK -2015-03-08 13:23:06 queue INFO >>0 [500] -2015-03-08 13:23:06 sendUrl INFO 0 [500] R:OK -2015-03-08 13:23:56 queue INFO >>0 [501] -2015-03-08 13:23:57 sendUrl INFO 0 [501] R:OK -2015-03-08 13:24:47 queue INFO >>0 [502] -2015-03-08 13:24:47 sendUrl INFO 0 [502] R:OK -2015-03-08 13:25:37 queue INFO >>0 [503] -2015-03-08 13:25:37 sendUrl INFO 0 [503] R:OK -2015-03-08 13:26:27 queue INFO >>0 [504] -2015-03-08 13:26:27 sendUrl INFO 0 [504] R:OK -2015-03-08 13:27:17 queue INFO >>0 [505] -2015-03-08 13:27:18 sendUrl INFO 0 [505] R:OK -2015-03-08 13:28:07 queue INFO >>0 [506] -2015-03-08 13:28:07 sendUrl INFO 0 [506] R:OK -2015-03-08 13:28:57 queue INFO >>0 [507] -2015-03-08 13:28:58 sendUrl INFO 0 [507] R:OK -2015-03-08 13:29:48 queue INFO >>0 [508] -2015-03-08 13:29:48 sendUrl INFO 0 [508] R:OK -2015-03-08 13:30:38 queue INFO >>0 [509] -2015-03-08 13:30:38 sendUrl INFO 0 [509] R:OK -2015-03-08 13:31:28 queue INFO >>0 [510] -2015-03-08 13:31:28 sendUrl INFO 0 [510] R:OK -2015-03-08 13:32:18 queue INFO >>0 [511] -2015-03-08 13:32:18 sendUrl INFO 0 [511] R:OK -2015-03-08 13:33:08 queue INFO >>0 [512] -2015-03-08 13:33:08 sendUrl INFO 0 [512] R:OK -2015-03-08 13:33:58 queue INFO >>0 [513] -2015-03-08 13:33:59 sendUrl INFO 0 [513] R:OK -2015-03-08 13:34:48 queue INFO >>0 [514] -2015-03-08 13:34:49 sendUrl INFO 0 [514] R:OK -2015-03-08 13:35:39 queue INFO >>0 [515] -2015-03-08 13:35:39 sendUrl INFO 0 [515] R:OK -2015-03-08 13:36:29 queue INFO >>0 [516] -2015-03-08 13:36:29 sendUrl INFO 0 [516] R:OK -2015-03-08 13:37:19 queue INFO >>0 [517] -2015-03-08 13:37:19 sendUrl INFO 0 [517] R:OK -2015-03-08 13:38:09 queue INFO >>0 [518] -2015-03-08 13:38:09 sendUrl INFO 0 [518] R:OK -2015-03-08 13:38:59 queue INFO >>0 [519] -2015-03-08 13:38:59 sendUrl INFO 0 [519] R:OK -2015-03-08 13:39:49 queue INFO >>0 [520] -2015-03-08 13:39:50 sendUrl INFO 0 [520] R:OK -2015-03-08 13:40:39 queue INFO >>0 [521] -2015-03-08 13:40:40 sendUrl INFO 0 [521] R:OK -2015-03-08 13:41:30 queue INFO >>0 [522] -2015-03-08 13:41:30 sendUrl INFO 0 [522] R:OK -2015-03-08 13:42:20 queue INFO >>0 [523] -2015-03-08 13:42:20 sendUrl INFO 0 [523] R:OK -2015-03-08 13:43:10 queue INFO >>0 [524] -2015-03-08 13:43:10 sendUrl INFO 0 [524] R:OK -2015-03-08 13:44:00 queue INFO >>0 [525] -2015-03-08 13:44:00 sendUrl INFO 0 [525] R:OK -2015-03-08 13:44:50 queue INFO >>0 [526] -2015-03-08 13:44:51 sendUrl INFO 0 [526] R:OK -2015-03-08 13:45:40 queue INFO >>0 [527] -2015-03-08 13:45:41 sendUrl INFO 0 [527] R:OK -2015-03-08 13:46:31 queue INFO >>0 [528] -2015-03-08 13:46:31 sendUrl INFO 0 [528] R:OK -2015-03-08 13:47:21 queue INFO >>0 [529] -2015-03-08 13:47:21 sendUrl INFO 0 [529] R:OK -2015-03-08 13:48:11 queue INFO >>0 [530] -2015-03-08 13:48:11 sendUrl INFO 0 [530] R:OK -2015-03-08 13:49:01 queue INFO >>0 [531] -2015-03-08 13:49:01 sendUrl INFO 0 [531] R:OK -2015-03-08 13:49:51 queue INFO >>0 [532] -2015-03-08 13:49:52 sendUrl INFO 0 [532] R:OK -2015-03-08 13:50:41 queue INFO >>0 [533] -2015-03-08 13:50:41 sendUrl INFO 0 [533] R:OK -2015-03-08 13:51:31 queue INFO >>0 [534] -2015-03-08 13:51:32 sendUrl INFO 0 [534] R:OK -2015-03-08 13:52:21 queue INFO >>0 [535] -2015-03-08 13:52:22 sendUrl INFO 0 [535] R:OK -2015-03-08 13:53:12 queue INFO >>0 [536] -2015-03-08 13:53:12 sendUrl INFO 0 [536] R:OK -2015-03-08 13:54:02 queue INFO >>0 [537] -2015-03-08 13:54:02 sendUrl INFO 0 [537] R:OK -2015-03-08 13:54:52 queue INFO >>0 [538] -2015-03-08 13:54:52 sendUrl INFO 0 [538] R:OK -2015-03-08 13:55:42 queue INFO >>0 [539] -2015-03-08 13:55:42 sendUrl INFO 0 [539] R:OK -2015-03-08 13:56:32 queue INFO >>0 [540] -2015-03-08 13:56:33 sendUrl INFO 0 [540] R:OK -2015-03-08 13:57:22 queue INFO >>0 [541] -2015-03-08 13:57:23 sendUrl INFO 0 [541] R:OK -2015-03-08 13:58:13 queue INFO >>0 [542] -2015-03-08 13:58:13 sendUrl INFO 0 [542] R:OK -2015-03-08 13:59:03 queue INFO >>0 [543] -2015-03-08 13:59:03 sendUrl INFO 0 [543] R:OK -2015-03-08 13:59:53 queue INFO >>0 [544] -2015-03-08 13:59:53 sendUrl INFO 0 [544] R:OK -2015-03-08 14:00:43 queue INFO >>0 [545] -2015-03-08 14:00:43 sendUrl INFO 0 [545] R:OK -2015-03-08 14:01:33 queue INFO >>0 [546] -2015-03-08 14:01:33 sendUrl INFO 0 [546] R:OK -2015-03-08 14:02:23 queue INFO >>0 [547] -2015-03-08 14:02:24 sendUrl INFO 0 [547] R:OK -2015-03-08 14:03:13 queue INFO >>0 [548] -2015-03-08 14:03:14 sendUrl INFO 0 [548] R:OK -2015-03-08 14:04:04 queue INFO >>0 [549] -2015-03-08 14:04:04 sendUrl INFO 0 [549] R:OK -2015-03-08 14:04:54 queue INFO >>0 [550] -2015-03-08 14:04:54 sendUrl INFO 0 [550] R:OK -2015-03-08 14:05:44 queue INFO >>0 [551] -2015-03-08 14:05:44 sendUrl INFO 0 [551] R:OK -2015-03-08 14:06:34 queue INFO >>0 [552] -2015-03-08 14:06:34 sendUrl INFO 0 [552] R:OK -2015-03-08 14:07:24 queue INFO >>0 [553] -2015-03-08 14:07:25 sendUrl INFO 0 [553] R:OK -2015-03-08 14:08:14 queue INFO >>0 [554] -2015-03-08 14:08:14 sendUrl INFO 0 [554] R:OK -2015-03-08 14:09:05 queue INFO >>0 [555] -2015-03-08 14:09:05 sendUrl INFO 0 [555] R:OK -2015-03-08 14:09:55 queue INFO >>0 [556] -2015-03-08 14:09:55 sendUrl INFO 0 [556] R:OK -2015-03-08 14:10:45 queue INFO >>0 [557] -2015-03-08 14:10:45 sendUrl INFO 0 [557] R:OK -2015-03-08 14:11:35 queue INFO >>0 [558] -2015-03-08 14:11:35 sendUrl INFO 0 [558] R:OK -2015-03-08 14:12:25 queue INFO >>0 [559] -2015-03-08 14:12:26 sendUrl INFO 0 [559] R:OK -2015-03-08 14:13:15 queue INFO >>0 [560] -2015-03-08 14:13:15 sendUrl INFO 0 [560] R:OK -2015-03-08 14:14:05 queue INFO >>0 [561] -2015-03-08 14:14:06 sendUrl INFO 0 [561] R:OK -2015-03-08 14:14:56 queue INFO >>0 [562] -2015-03-08 14:14:56 sendUrl INFO 0 [562] R:OK -2015-03-08 14:15:46 queue INFO >>0 [563] -2015-03-08 14:15:46 sendUrl INFO 0 [563] R:OK -2015-03-08 14:16:36 queue INFO >>0 [564] -2015-03-08 14:16:36 sendUrl INFO 0 [564] R:OK -2015-03-08 14:17:26 queue INFO >>0 [565] -2015-03-08 14:17:26 sendUrl INFO 0 [565] R:OK -2015-03-08 14:18:16 queue INFO >>0 [566] -2015-03-08 14:18:16 sendUrl INFO 0 [566] R:OK -2015-03-08 14:19:06 queue INFO >>0 [567] -2015-03-08 14:19:07 sendUrl INFO 0 [567] R:OK -2015-03-08 14:19:57 queue INFO >>0 [568] -2015-03-08 14:19:57 sendUrl INFO 0 [568] R:OK -2015-03-08 14:20:47 queue INFO >>0 [569] -2015-03-08 14:20:47 sendUrl INFO 0 [569] R:OK -2015-03-08 14:21:37 queue INFO >>0 [570] -2015-03-08 14:21:37 sendUrl INFO 0 [570] R:OK -2015-03-08 14:22:27 queue INFO >>0 [571] -2015-03-08 14:22:27 sendUrl INFO 0 [571] R:OK -2015-03-08 14:23:17 queue INFO >>0 [572] -2015-03-08 14:23:17 sendUrl INFO 0 [572] R:OK -2015-03-08 14:24:07 queue INFO >>0 [573] -2015-03-08 14:24:08 sendUrl INFO 0 [573] R:OK -2015-03-08 14:24:57 queue INFO >>0 [574] -2015-03-08 14:24:58 sendUrl INFO 0 [574] R:OK -2015-03-08 14:25:48 queue INFO >>0 [575] -2015-03-08 14:25:48 sendUrl INFO 0 [575] R:OK -2015-03-08 14:26:38 queue INFO >>0 [576] -2015-03-08 14:26:38 sendUrl INFO 0 [576] R:OK -2015-03-08 14:27:28 queue INFO >>0 [577] -2015-03-08 14:27:28 sendUrl INFO 0 [577] R:OK -2015-03-08 14:28:18 queue INFO >>0 [578] -2015-03-08 14:28:18 sendUrl INFO 0 [578] R:OK -2015-03-08 14:29:08 queue INFO >>0 [579] -2015-03-08 14:29:08 sendUrl INFO 0 [579] R:OK -2015-03-08 14:29:58 queue INFO >>0 [580] -2015-03-08 14:29:59 sendUrl INFO 0 [580] R:OK -2015-03-08 14:30:49 queue INFO >>0 [581] -2015-03-08 14:30:49 sendUrl INFO 0 [581] R:OK -2015-03-08 14:31:39 queue INFO >>0 [582] -2015-03-08 14:31:39 sendUrl INFO 0 [582] R:OK -2015-03-08 14:32:29 queue INFO >>0 [583] -2015-03-08 14:32:29 sendUrl INFO 0 [583] R:OK -2015-03-08 14:33:19 queue INFO >>0 [584] -2015-03-08 14:33:20 sendUrl INFO 0 [584] R:OK -2015-03-08 14:34:09 queue INFO >>0 [585] -2015-03-08 14:34:09 sendUrl INFO 0 [585] R:OK -2015-03-08 14:34:59 queue INFO >>0 [586] -2015-03-08 14:35:00 sendUrl INFO 0 [586] R:OK -2015-03-08 14:35:49 queue INFO >>0 [587] -2015-03-08 14:35:50 sendUrl INFO 0 [587] R:OK -2015-03-08 14:36:40 queue INFO >>0 [588] -2015-03-08 14:36:40 sendUrl INFO 0 [588] R:OK -2015-03-08 14:37:30 queue INFO >>0 [589] -2015-03-08 14:37:30 sendUrl INFO 0 [589] R:OK -2015-03-08 14:38:20 queue INFO >>0 [590] -2015-03-08 14:38:20 sendUrl INFO 0 [590] R:OK -2015-03-08 14:39:10 queue INFO >>0 [591] -2015-03-08 14:39:10 sendUrl INFO 0 [591] R:OK -2015-03-08 14:40:00 queue INFO >>0 [592] -2015-03-08 14:40:01 sendUrl INFO 0 [592] R:OK -2015-03-08 14:40:50 queue INFO >>0 [593] -2015-03-08 14:40:51 sendUrl INFO 0 [593] R:OK -2015-03-08 14:41:40 queue INFO >>0 [594] -2015-03-08 14:41:41 sendUrl INFO 0 [594] R:OK -2015-03-08 14:42:31 queue INFO >>0 [595] -2015-03-08 14:42:31 sendUrl INFO 0 [595] R:OK -2015-03-08 14:43:21 queue INFO >>0 [596] -2015-03-08 14:43:21 sendUrl INFO 0 [596] R:OK -2015-03-08 14:44:11 queue INFO >>0 [597] -2015-03-08 14:44:11 sendUrl INFO 0 [597] R:OK -2015-03-08 14:45:01 queue INFO >>0 [598] -2015-03-08 14:45:02 sendUrl INFO 0 [598] R:OK -2015-03-08 14:45:51 queue INFO >>0 [599] -2015-03-08 14:45:51 sendUrl INFO 0 [599] R:OK -2015-03-08 14:46:41 queue INFO >>0 [600] -2015-03-08 14:46:42 sendUrl INFO 0 [600] R:OK -2015-03-08 14:47:32 queue INFO >>0 [601] -2015-03-08 14:47:32 sendUrl INFO 0 [601] R:OK -2015-03-08 14:48:22 queue INFO >>0 [602] -2015-03-08 14:48:22 sendUrl INFO 0 [602] R:OK -2015-03-08 14:49:12 queue INFO >>0 [603] -2015-03-08 14:49:12 sendUrl INFO 0 [603] R:OK -2015-03-08 14:50:02 queue INFO >>0 [604] -2015-03-08 14:50:02 sendUrl INFO 0 [604] R:OK -2015-03-08 14:50:52 queue INFO >>0 [605] -2015-03-08 14:50:53 sendUrl INFO 0 [605] R:OK -2015-03-08 14:51:42 queue INFO >>0 [606] -2015-03-08 14:51:43 sendUrl INFO 0 [606] R:OK -2015-03-08 14:52:32 queue INFO >>0 [607] -2015-03-08 14:52:33 sendUrl INFO 0 [607] R:OK -2015-03-08 14:53:23 queue INFO >>0 [608] -2015-03-08 14:53:23 sendUrl INFO 0 [608] R:OK -2015-03-08 14:54:13 queue INFO >>0 [609] -2015-03-08 14:54:13 sendUrl INFO 0 [609] R:OK -2015-03-08 14:55:03 queue INFO >>0 [610] -2015-03-08 14:55:03 sendUrl INFO 0 [610] R:OK -2015-03-08 14:55:53 queue INFO >>0 [611] -2015-03-08 14:55:54 sendUrl INFO 0 [611] R:OK -2015-03-08 14:56:43 queue INFO >>0 [612] -2015-03-08 14:56:43 sendUrl INFO 0 [612] R:OK -2015-03-08 14:57:33 queue INFO >>0 [613] -2015-03-08 14:57:34 sendUrl INFO 0 [613] R:OK -2015-03-08 14:58:24 queue INFO >>0 [614] -2015-03-08 14:58:24 sendUrl INFO 0 [614] R:OK -2015-03-08 14:59:14 queue INFO >>0 [615] -2015-03-08 14:59:14 sendUrl INFO 0 [615] R:OK -2015-03-08 15:00:04 queue INFO >>0 [616] -2015-03-08 15:00:04 sendUrl INFO 0 [616] R:OK -2015-03-08 15:00:54 queue INFO >>0 [617] -2015-03-08 15:00:54 sendUrl INFO 0 [617] R:OK -2015-03-08 15:01:44 queue INFO >>0 [618] -2015-03-08 15:01:44 sendUrl INFO 0 [618] R:OK -2015-03-08 15:02:34 queue INFO >>0 [619] -2015-03-08 15:02:35 sendUrl INFO 0 [619] R:OK -2015-03-08 15:03:24 queue INFO >>0 [620] -2015-03-08 15:03:25 sendUrl INFO 0 [620] R:OK -2015-03-08 15:04:14 queue INFO >>0 [621] -2015-03-08 15:04:15 sendUrl INFO 0 [621] R:OK -2015-03-08 15:05:05 queue INFO >>0 [622] -2015-03-08 15:05:05 sendUrl INFO 0 [622] R:OK -2015-03-08 15:05:55 queue INFO >>0 [623] -2015-03-08 15:05:55 sendUrl INFO 0 [623] R:OK -2015-03-08 15:06:45 queue INFO >>0 [624] -2015-03-08 15:06:45 sendUrl INFO 0 [624] R:OK -2015-03-08 15:07:35 queue INFO >>0 [625] -2015-03-08 15:07:35 sendUrl INFO 0 [625] R:OK -2015-03-08 15:08:25 queue INFO >>0 [626] -2015-03-08 15:08:26 sendUrl INFO 0 [626] R:OK -2015-03-08 15:09:15 queue INFO >>0 [627] -2015-03-08 15:09:16 sendUrl INFO 0 [627] R:OK -2015-03-08 15:10:06 queue INFO >>0 [628] -2015-03-08 15:10:06 sendUrl INFO 0 [628] R:OK -2015-03-08 15:10:56 queue INFO >>0 [629] -2015-03-08 15:10:56 sendUrl INFO 0 [629] R:OK -2015-03-08 15:11:46 queue INFO >>0 [630] -2015-03-08 15:11:46 sendUrl INFO 0 [630] R:OK -2015-03-08 15:12:36 queue INFO >>0 [631] -2015-03-08 15:12:36 sendUrl INFO 0 [631] R:OK -2015-03-08 15:13:26 queue INFO >>0 [632] -2015-03-08 15:13:27 sendUrl INFO 0 [632] R:OK -2015-03-08 15:14:16 queue INFO >>0 [633] -2015-03-08 15:14:16 sendUrl INFO 0 [633] R:OK -2015-03-08 15:15:06 queue INFO >>0 [634] -2015-03-08 15:15:07 sendUrl INFO 0 [634] R:OK -2015-03-08 15:15:57 queue INFO >>0 [635] -2015-03-08 15:15:57 sendUrl INFO 0 [635] R:OK -2015-03-08 15:16:47 queue INFO >>0 [636] -2015-03-08 15:16:47 sendUrl INFO 0 [636] R:OK -2015-03-08 15:17:37 queue INFO >>0 [637] -2015-03-08 15:17:37 sendUrl INFO 0 [637] R:OK -2015-03-08 15:18:27 queue INFO >>0 [638] -2015-03-08 15:18:28 sendUrl INFO 0 [638] R:OK -2015-03-08 15:19:17 queue INFO >>0 [639] -2015-03-08 15:19:17 sendUrl INFO 0 [639] R:OK -2015-03-08 15:20:07 queue INFO >>0 [640] -2015-03-08 15:20:08 sendUrl INFO 0 [640] R:OK -2015-03-08 15:20:58 queue INFO >>0 [641] -2015-03-08 15:20:58 sendUrl INFO 0 [641] R:OK -2015-03-08 15:21:48 queue INFO >>0 [642] -2015-03-08 15:21:48 sendUrl INFO 0 [642] R:OK -2015-03-08 15:22:38 queue INFO >>0 [643] -2015-03-08 15:22:38 sendUrl INFO 0 [643] R:OK -2015-03-08 15:23:28 queue INFO >>0 [644] -2015-03-08 15:23:28 sendUrl INFO 0 [644] R:OK -2015-03-08 15:24:18 queue INFO >>0 [645] -2015-03-08 15:24:18 sendUrl INFO 0 [645] R:OK -2015-03-08 15:25:08 queue INFO >>0 [646] -2015-03-08 15:25:09 sendUrl INFO 0 [646] R:OK -2015-03-08 15:25:58 queue INFO >>0 [647] -2015-03-08 15:25:59 sendUrl INFO 0 [647] R:OK -2015-03-08 15:26:49 queue INFO >>0 [648] -2015-03-08 15:26:49 sendUrl INFO 0 [648] R:OK -2015-03-08 15:27:39 queue INFO >>0 [649] -2015-03-08 15:27:39 sendUrl INFO 0 [649] R:OK -2015-03-08 15:28:29 queue INFO >>0 [650] -2015-03-08 15:28:29 sendUrl INFO 0 [650] R:OK -2015-03-08 15:29:19 queue INFO >>0 [651] -2015-03-08 15:29:20 sendUrl INFO 0 [651] R:OK -2015-03-08 15:30:09 queue INFO >>0 [652] -2015-03-08 15:30:09 sendUrl INFO 0 [652] R:OK -2015-03-08 15:30:59 queue INFO >>0 [653] -2015-03-08 15:31:00 sendUrl INFO 0 [653] R:OK -2015-03-08 15:31:49 queue INFO >>0 [654] -2015-03-08 15:31:50 sendUrl INFO 0 [654] R:OK -2015-03-08 15:32:39 queue INFO >>0 [655] -2015-03-08 15:32:40 sendUrl INFO 0 [655] R:OK -2015-03-08 15:33:30 queue INFO >>0 [656] -2015-03-08 15:33:30 sendUrl INFO 0 [656] R:OK -2015-03-08 15:34:20 queue INFO >>0 [657] -2015-03-08 15:34:20 sendUrl INFO 0 [657] R:OK -2015-03-08 15:35:10 queue INFO >>0 [658] -2015-03-08 15:35:10 sendUrl INFO 0 [658] R:OK -2015-03-08 15:36:00 queue INFO >>0 [659] -2015-03-08 15:36:00 sendUrl INFO 0 [659] R:OK -2015-03-08 15:36:50 queue INFO >>0 [660] -2015-03-08 15:36:51 sendUrl INFO 0 [660] R:OK -2015-03-08 15:37:40 queue INFO >>0 [661] -2015-03-08 15:37:41 sendUrl INFO 0 [661] R:OK -2015-03-08 15:38:31 queue INFO >>0 [662] -2015-03-08 15:38:31 sendUrl INFO 0 [662] R:OK -2015-03-08 15:39:21 queue INFO >>0 [663] -2015-03-08 15:39:21 sendUrl INFO 0 [663] R:OK -2015-03-08 15:40:11 queue INFO >>0 [664] -2015-03-08 15:40:11 sendUrl INFO 0 [664] R:OK -2015-03-08 15:41:01 queue INFO >>0 [665] -2015-03-08 15:41:01 sendUrl INFO 0 [665] R:OK -2015-03-08 15:41:51 queue INFO >>0 [666] -2015-03-08 15:41:52 sendUrl INFO 0 [666] R:OK -2015-03-08 15:42:41 queue INFO >>0 [667] -2015-03-08 15:42:42 sendUrl INFO 0 [667] R:OK -2015-03-08 15:43:31 queue INFO >>0 [668] -2015-03-08 15:43:32 sendUrl INFO 0 [668] R:OK -2015-03-08 15:44:22 queue INFO >>0 [669] -2015-03-08 15:44:22 sendUrl INFO 0 [669] R:OK -2015-03-08 15:45:12 queue INFO >>0 [670] -2015-03-08 15:45:12 sendUrl INFO 0 [670] R:OK -2015-03-08 15:46:02 queue INFO >>0 [671] -2015-03-08 15:46:02 sendUrl INFO 0 [671] R:OK -2015-03-08 15:46:52 queue INFO >>0 [672] -2015-03-08 15:46:53 sendUrl INFO 0 [672] R:OK -2015-03-08 15:47:42 queue INFO >>0 [673] -2015-03-08 15:47:42 sendUrl INFO 0 [673] R:OK -2015-03-08 15:48:32 queue INFO >>0 [674] -2015-03-08 15:48:33 sendUrl INFO 0 [674] R:OK -2015-03-08 15:49:23 queue INFO >>0 [675] -2015-03-08 15:49:23 sendUrl INFO 0 [675] R:OK -2015-03-08 15:50:13 queue INFO >>0 [676] -2015-03-08 15:50:13 sendUrl INFO 0 [676] R:OK -2015-03-08 15:51:03 queue INFO >>0 [677] -2015-03-08 15:51:03 sendUrl INFO 0 [677] R:OK -2015-03-08 15:51:53 queue INFO >>0 [678] -2015-03-08 15:51:54 sendUrl INFO 0 [678] R:OK -2015-03-08 15:52:43 queue INFO >>0 [679] -2015-03-08 15:52:43 sendUrl INFO 0 [679] R:OK -2015-03-08 15:53:33 queue INFO >>0 [680] -2015-03-08 15:53:34 sendUrl INFO 0 [680] R:OK -2015-03-08 15:54:23 queue INFO >>0 [681] -2015-03-08 15:54:24 sendUrl INFO 0 [681] R:OK -2015-03-08 15:55:14 queue INFO >>0 [682] -2015-03-08 15:55:14 sendUrl INFO 0 [682] R:OK -2015-03-08 15:56:04 queue INFO >>0 [683] -2015-03-08 15:56:04 sendUrl INFO 0 [683] R:OK -2015-03-08 15:56:54 queue INFO >>0 [684] -2015-03-08 15:56:54 sendUrl INFO 0 [684] R:OK -2015-03-08 15:57:44 queue INFO >>0 [685] -2015-03-08 15:57:44 sendUrl INFO 0 [685] R:OK -2015-03-08 15:58:34 queue INFO >>0 [686] -2015-03-08 15:58:35 sendUrl INFO 0 [686] R:OK -2015-03-08 15:59:24 queue INFO >>0 [687] -2015-03-08 15:59:25 sendUrl INFO 0 [687] R:OK -2015-03-08 16:00:15 queue INFO >>0 [688] -2015-03-08 16:00:15 sendUrl INFO 0 [688] R:OK -2015-03-08 16:01:05 queue INFO >>0 [689] -2015-03-08 16:01:05 sendUrl INFO 0 [689] R:OK -2015-03-08 16:01:55 queue INFO >>0 [690] -2015-03-08 16:01:55 sendUrl INFO 0 [690] R:OK -2015-03-08 16:02:45 queue INFO >>0 [691] -2015-03-08 16:02:45 sendUrl INFO 0 [691] R:OK -2015-03-08 16:03:35 queue INFO >>0 [692] -2015-03-08 16:03:35 sendUrl INFO 0 [692] R:OK -2015-03-08 16:04:25 queue INFO >>0 [693] -2015-03-08 16:04:26 sendUrl INFO 0 [693] R:OK -2015-03-08 16:05:15 queue INFO >>0 [694] -2015-03-08 16:05:16 sendUrl INFO 0 [694] R:OK -2015-03-08 16:06:06 queue INFO >>0 [695] -2015-03-08 16:06:06 sendUrl INFO 0 [695] R:OK -2015-03-08 16:06:56 queue INFO >>0 [696] -2015-03-08 16:06:56 sendUrl INFO 0 [696] R:OK -2015-03-08 16:07:46 queue INFO >>0 [697] -2015-03-08 16:07:46 sendUrl INFO 0 [697] R:OK -2015-03-08 16:08:36 queue INFO >>0 [698] -2015-03-08 16:08:36 sendUrl INFO 0 [698] R:OK -2015-03-08 16:09:26 queue INFO >>0 [699] -2015-03-08 16:09:27 sendUrl INFO 0 [699] R:OK -2015-03-08 16:10:16 queue INFO >>0 [700] -2015-03-08 16:10:17 sendUrl INFO 0 [700] R:OK -2015-03-08 16:11:07 queue INFO >>0 [701] -2015-03-08 16:11:07 sendUrl INFO 0 [701] R:OK -2015-03-08 16:11:57 queue INFO >>0 [702] -2015-03-08 16:11:57 sendUrl INFO 0 [702] R:OK -2015-03-08 16:12:47 queue INFO >>0 [703] -2015-03-08 16:12:47 sendUrl INFO 0 [703] R:OK -2015-03-08 16:13:37 queue INFO >>0 [704] -2015-03-08 16:13:37 sendUrl INFO 0 [704] R:OK -2015-03-08 16:14:27 queue INFO >>0 [705] -2015-03-08 16:14:28 sendUrl INFO 0 [705] R:OK -2015-03-08 16:15:17 queue INFO >>0 [706] -2015-03-08 16:15:17 sendUrl INFO 0 [706] R:OK -2015-03-08 16:16:07 queue INFO >>0 [707] -2015-03-08 16:16:08 sendUrl INFO 0 [707] R:OK -2015-03-08 16:16:58 queue INFO >>0 [708] -2015-03-08 16:16:58 sendUrl INFO 0 [708] R:OK -2015-03-08 16:17:48 queue INFO >>0 [709] -2015-03-08 16:17:48 sendUrl INFO 0 [709] R:OK -2015-03-08 16:18:38 queue INFO >>0 [710] -2015-03-08 16:18:38 sendUrl INFO 0 [710] R:OK -2015-03-08 16:19:28 queue INFO >>0 [711] -2015-03-08 16:19:29 sendUrl INFO 0 [711] R:OK -2015-03-08 16:20:18 queue INFO >>0 [712] -2015-03-08 16:20:18 sendUrl INFO 0 [712] R:OK -2015-03-08 16:21:08 queue INFO >>0 [713] -2015-03-08 16:21:09 sendUrl INFO 0 [713] R:OK -2015-03-08 16:21:59 queue INFO >>0 [714] -2015-03-08 16:21:59 sendUrl INFO 0 [714] R:OK -2015-03-08 16:22:49 queue INFO >>0 [715] -2015-03-08 16:22:49 sendUrl INFO 0 [715] R:OK -2015-03-08 16:23:39 queue INFO >>0 [716] -2015-03-08 16:23:39 sendUrl INFO 0 [716] R:OK -2015-03-08 16:24:29 queue INFO >>0 [717] -2015-03-08 16:24:29 sendUrl INFO 0 [717] R:OK -2015-03-08 16:25:19 queue INFO >>0 [718] -2015-03-08 16:25:19 sendUrl INFO 0 [718] R:OK -2015-03-08 16:26:09 queue INFO >>0 [719] -2015-03-08 16:26:10 sendUrl INFO 0 [719] R:OK -2015-03-08 16:26:59 queue INFO >>0 [720] -2015-03-08 16:27:00 sendUrl INFO 0 [720] R:OK -2015-03-08 16:27:50 queue INFO >>0 [721] -2015-03-08 16:27:50 sendUrl INFO 0 [721] R:OK -2015-03-08 16:28:40 queue INFO >>0 [722] -2015-03-08 16:28:40 sendUrl INFO 0 [722] R:OK -2015-03-08 16:29:30 queue INFO >>0 [723] -2015-03-08 16:29:30 sendUrl INFO 0 [723] R:OK -2015-03-08 16:30:20 queue INFO >>0 [724] -2015-03-08 16:30:20 sendUrl INFO 0 [724] R:OK -2015-03-08 16:31:10 queue INFO >>0 [725] -2015-03-08 16:31:10 sendUrl INFO 0 [725] R:OK -2015-03-08 16:32:00 queue INFO >>0 [726] -2015-03-08 16:32:01 sendUrl INFO 0 [726] R:OK -2015-03-08 16:32:51 queue INFO >>0 [727] -2015-03-08 16:32:51 sendUrl INFO 0 [727] R:OK -2015-03-08 16:33:41 queue INFO >>0 [728] -2015-03-08 16:33:41 sendUrl INFO 0 [728] R:OK -2015-03-08 16:34:31 queue INFO >>0 [729] -2015-03-08 16:34:31 sendUrl INFO 0 [729] R:OK -2015-03-08 16:35:21 queue INFO >>0 [730] -2015-03-08 16:35:22 sendUrl INFO 0 [730] R:OK -2015-03-08 16:36:11 queue INFO >>0 [731] -2015-03-08 16:36:11 sendUrl INFO 0 [731] R:OK -2015-03-08 16:37:01 queue INFO >>0 [732] -2015-03-08 16:37:02 sendUrl INFO 0 [732] R:OK -2015-03-08 16:37:51 queue INFO >>0 [733] -2015-03-08 16:37:52 sendUrl INFO 0 [733] R:OK -2015-03-08 16:38:42 queue INFO >>0 [734] -2015-03-08 16:38:42 sendUrl INFO 0 [734] R:OK -2015-03-08 16:39:32 queue INFO >>0 [735] -2015-03-08 16:39:32 sendUrl INFO 0 [735] R:OK -2015-03-08 16:40:22 queue INFO >>0 [736] -2015-03-08 16:40:22 sendUrl INFO 0 [736] R:OK -2015-03-08 16:41:12 queue INFO >>0 [737] -2015-03-08 16:41:12 sendUrl INFO 0 [737] R:OK -2015-03-08 16:42:02 queue INFO >>0 [738] -2015-03-08 16:42:03 sendUrl INFO 0 [738] R:OK -2015-03-08 16:42:52 queue INFO >>0 [739] -2015-03-08 16:42:53 sendUrl INFO 0 [739] R:OK -2015-03-08 16:43:43 queue INFO >>0 [740] -2015-03-08 16:43:43 sendUrl INFO 0 [740] R:OK -2015-03-08 16:44:33 queue INFO >>0 [741] -2015-03-08 16:44:33 sendUrl INFO 0 [741] R:OK -2015-03-08 16:45:23 queue INFO >>0 [742] -2015-03-08 16:45:23 sendUrl INFO 0 [742] R:OK -2015-03-08 16:46:13 queue INFO >>0 [743] -2015-03-08 16:46:13 sendUrl INFO 0 [743] R:OK -2015-03-08 16:47:03 queue INFO >>0 [744] -2015-03-08 16:47:04 sendUrl INFO 0 [744] R:OK -2015-03-08 16:47:53 queue INFO >>0 [745] -2015-03-08 16:47:54 sendUrl INFO 0 [745] R:OK -2015-03-08 16:48:43 queue INFO >>0 [746] -2015-03-08 16:48:44 sendUrl INFO 0 [746] R:OK -2015-03-08 16:49:34 queue INFO >>0 [747] -2015-03-08 16:49:34 sendUrl INFO 0 [747] R:OK -2015-03-08 16:50:24 queue INFO >>0 [748] -2015-03-08 16:50:24 sendUrl INFO 0 [748] R:OK -2015-03-08 16:51:14 queue INFO >>0 [749] -2015-03-08 16:51:14 sendUrl INFO 0 [749] R:OK -2015-03-08 16:52:04 queue INFO >>0 [750] -2015-03-08 16:52:04 sendUrl INFO 0 [750] R:OK -2015-03-08 16:52:54 queue INFO >>0 [751] -2015-03-08 16:52:55 sendUrl INFO 0 [751] R:OK -2015-03-08 16:53:44 queue INFO >>0 [752] -2015-03-08 16:53:45 sendUrl INFO 0 [752] R:OK -2015-03-08 16:54:35 queue INFO >>0 [753] -2015-03-08 16:54:35 sendUrl INFO 0 [753] R:OK -2015-03-08 16:55:25 queue INFO >>0 [754] -2015-03-08 16:55:25 sendUrl INFO 0 [754] R:OK -2015-03-08 16:56:15 queue INFO >>0 [755] -2015-03-08 16:56:15 sendUrl INFO 0 [755] R:OK -2015-03-08 16:57:05 queue INFO >>0 [756] -2015-03-08 16:57:05 sendUrl INFO 0 [756] R:OK -2015-03-08 16:57:55 queue INFO >>0 [757] -2015-03-08 16:57:56 sendUrl INFO 0 [757] R:OK -2015-03-08 16:58:45 queue INFO >>0 [758] -2015-03-08 16:58:45 sendUrl INFO 0 [758] R:OK -2015-03-08 16:59:35 queue INFO >>0 [759] -2015-03-08 16:59:36 sendUrl INFO 0 [759] R:OK -2015-03-08 17:00:26 queue INFO >>0 [760] -2015-03-08 17:00:26 sendUrl INFO 0 [760] R:OK -2015-03-08 17:01:16 queue INFO >>0 [761] -2015-03-08 17:01:16 sendUrl INFO 0 [761] R:OK -2015-03-08 17:02:06 queue INFO >>0 [762] -2015-03-08 17:02:06 sendUrl INFO 0 [762] R:OK -2015-03-08 17:02:56 queue INFO >>0 [763] -2015-03-08 17:02:57 sendUrl INFO 0 [763] R:OK -2015-03-08 17:03:46 queue INFO >>0 [764] -2015-03-08 17:03:46 sendUrl INFO 0 [764] R:OK -2015-03-08 17:04:36 queue INFO >>0 [765] -2015-03-08 17:04:37 sendUrl INFO 0 [765] R:OK -2015-03-08 17:05:27 queue INFO >>0 [766] -2015-03-08 17:05:27 sendUrl INFO 0 [766] R:OK -2015-03-08 17:06:17 queue INFO >>0 [767] -2015-03-08 17:06:17 sendUrl INFO 0 [767] R:OK -2015-03-08 17:07:07 queue INFO >>0 [768] -2015-03-08 17:07:07 sendUrl INFO 0 [768] R:OK -2015-03-08 17:07:57 queue INFO >>0 [769] -2015-03-08 17:07:57 sendUrl INFO 0 [769] R:OK -2015-03-08 17:08:47 queue INFO >>0 [770] -2015-03-08 17:08:47 sendUrl INFO 0 [770] R:OK -2015-03-08 17:09:37 queue INFO >>0 [771] -2015-03-08 17:09:38 sendUrl INFO 0 [771] R:OK -2015-03-08 17:10:27 queue INFO >>0 [772] -2015-03-08 17:10:28 sendUrl INFO 0 [772] R:OK -2015-03-08 17:11:18 queue INFO >>0 [773] -2015-03-08 17:11:18 sendUrl INFO 0 [773] R:OK -2015-03-08 17:12:08 queue INFO >>0 [774] -2015-03-08 17:12:08 sendUrl INFO 0 [774] R:OK -2015-03-08 17:12:58 queue INFO >>0 [775] -2015-03-08 17:12:58 sendUrl INFO 0 [775] R:OK -2015-03-08 17:13:48 queue INFO >>0 [776] -2015-03-08 17:13:48 sendUrl INFO 0 [776] R:OK -2015-03-08 17:14:38 queue INFO >>0 [777] -2015-03-08 17:14:39 sendUrl INFO 0 [777] R:OK -2015-03-08 17:15:28 queue INFO >>0 [778] -2015-03-08 17:15:29 sendUrl INFO 0 [778] R:OK -2015-03-08 17:16:19 queue INFO >>0 [779] -2015-03-08 17:16:19 sendUrl INFO 0 [779] R:OK -2015-03-08 17:17:09 queue INFO >>0 [780] -2015-03-08 17:17:09 sendUrl INFO 0 [780] R:OK -2015-03-08 17:17:59 queue INFO >>0 [781] -2015-03-08 17:17:59 sendUrl INFO 0 [781] R:OK -2015-03-08 17:18:49 queue INFO >>0 [782] -2015-03-08 17:18:49 sendUrl INFO 0 [782] R:OK -2015-03-08 17:19:39 queue INFO >>0 [783] -2015-03-08 17:19:39 sendUrl INFO 0 [783] R:OK -2015-03-08 17:20:29 queue INFO >>0 [784] -2015-03-08 17:20:30 sendUrl INFO 0 [784] R:OK -2015-03-08 17:21:19 queue INFO >>0 [785] -2015-03-08 17:21:20 sendUrl INFO 0 [785] R:OK -2015-03-08 17:22:10 queue INFO >>0 [786] -2015-03-08 17:22:10 sendUrl INFO 0 [786] R:OK -2015-03-08 17:23:00 queue INFO >>0 [787] -2015-03-08 17:23:00 sendUrl INFO 0 [787] R:OK -2015-03-08 17:23:50 queue INFO >>0 [788] -2015-03-08 17:23:50 sendUrl INFO 0 [788] R:OK -2015-03-08 17:24:40 queue INFO >>0 [789] -2015-03-08 17:24:40 sendUrl INFO 0 [789] R:OK -2015-03-08 17:25:30 queue INFO >>0 [790] -2015-03-08 17:25:31 sendUrl INFO 0 [790] R:OK -2015-03-08 17:26:20 queue INFO >>0 [791] -2015-03-08 17:26:21 sendUrl INFO 0 [791] R:OK -2015-03-08 17:27:11 queue INFO >>0 [792] -2015-03-08 17:27:11 sendUrl INFO 0 [792] R:OK -2015-03-08 17:28:01 queue INFO >>0 [793] -2015-03-08 17:28:01 sendUrl INFO 0 [793] R:OK -2015-03-08 17:28:51 queue INFO >>0 [794] -2015-03-08 17:28:51 sendUrl INFO 0 [794] R:OK -2015-03-08 17:29:41 queue INFO >>0 [795] -2015-03-08 17:29:41 sendUrl INFO 0 [795] R:OK -2015-03-08 17:30:31 queue INFO >>0 [796] -2015-03-08 17:30:32 sendUrl INFO 0 [796] R:OK -2015-03-08 17:31:21 queue INFO >>0 [797] -2015-03-08 17:31:22 sendUrl INFO 0 [797] R:OK -2015-03-08 17:32:11 queue INFO >>0 [798] -2015-03-08 17:32:12 sendUrl INFO 0 [798] R:OK -2015-03-08 17:33:02 queue INFO >>0 [799] -2015-03-08 17:33:02 sendUrl INFO 0 [799] R:OK -2015-03-08 17:33:52 queue INFO >>0 [800] -2015-03-08 17:33:52 sendUrl INFO 0 [800] R:OK -2015-03-08 17:34:42 queue INFO >>0 [801] -2015-03-08 17:34:42 sendUrl INFO 0 [801] R:OK -2015-03-08 17:35:32 queue INFO >>0 [802] -2015-03-08 17:35:32 sendUrl INFO 0 [802] R:OK -2015-03-08 17:36:22 queue INFO >>0 [803] -2015-03-08 17:36:23 sendUrl INFO 0 [803] R:OK -2015-03-08 17:37:12 queue INFO >>0 [804] -2015-03-08 17:37:13 sendUrl INFO 0 [804] R:OK -2015-03-08 17:38:03 queue INFO >>0 [805] -2015-03-08 17:38:03 sendUrl INFO 0 [805] R:OK -2015-03-08 17:38:53 queue INFO >>0 [806] -2015-03-08 17:38:53 sendUrl INFO 0 [806] R:OK -2015-03-08 17:39:43 queue INFO >>0 [807] -2015-03-08 17:39:43 sendUrl INFO 0 [807] R:OK -2015-03-08 17:40:33 queue INFO >>0 [808] -2015-03-08 17:40:33 sendUrl INFO 0 [808] R:OK -2015-03-08 17:41:23 queue INFO >>0 [809] -2015-03-08 17:41:24 sendUrl INFO 0 [809] R:OK -2015-03-08 17:42:13 queue INFO >>0 [810] -2015-03-08 17:42:13 sendUrl INFO 0 [810] R:OK -2015-03-08 17:43:03 queue INFO >>0 [811] -2015-03-08 17:43:04 sendUrl INFO 0 [811] R:OK -2015-03-08 17:43:54 queue INFO >>0 [812] -2015-03-08 17:43:54 sendUrl INFO 0 [812] R:OK -2015-03-08 17:44:44 queue INFO >>0 [813] -2015-03-08 17:44:44 sendUrl INFO 0 [813] R:OK -2015-03-08 17:45:34 queue INFO >>0 [814] -2015-03-08 17:45:34 sendUrl INFO 0 [814] R:OK -2015-03-08 17:46:24 queue INFO >>0 [815] -2015-03-08 17:46:25 sendUrl INFO 0 [815] R:OK -2015-03-08 17:47:14 queue INFO >>0 [816] -2015-03-08 17:47:14 sendUrl INFO 0 [816] R:OK -2015-03-08 17:48:04 queue INFO >>0 [817] -2015-03-08 17:48:05 sendUrl INFO 0 [817] R:OK -2015-03-08 17:48:55 queue INFO >>0 [818] -2015-03-08 17:48:55 sendUrl INFO 0 [818] R:OK -2015-03-08 17:49:45 queue INFO >>0 [819] -2015-03-08 17:49:45 sendUrl INFO 0 [819] R:OK -2015-03-08 17:50:35 queue INFO >>0 [820] -2015-03-08 17:50:35 sendUrl INFO 0 [820] R:OK -2015-03-08 17:51:25 queue INFO >>0 [821] -2015-03-08 17:51:25 sendUrl INFO 0 [821] R:OK -2015-03-08 17:52:15 queue INFO >>0 [822] -2015-03-08 17:52:15 sendUrl INFO 0 [822] R:OK -2015-03-08 17:53:05 queue INFO >>0 [823] -2015-03-08 17:53:06 sendUrl INFO 0 [823] R:OK -2015-03-08 17:53:55 queue INFO >>0 [824] -2015-03-08 17:53:56 sendUrl INFO 0 [824] R:OK -2015-03-08 17:54:46 queue INFO >>0 [825] -2015-03-08 17:54:46 sendUrl INFO 0 [825] R:OK -2015-03-08 17:55:36 queue INFO >>0 [826] -2015-03-08 17:55:36 sendUrl INFO 0 [826] R:OK -2015-03-08 17:56:26 queue INFO >>0 [827] -2015-03-08 17:56:26 sendUrl INFO 0 [827] R:OK -2015-03-08 17:57:16 queue INFO >>0 [828] -2015-03-08 17:57:16 sendUrl INFO 0 [828] R:OK -2015-03-08 17:58:06 queue INFO >>0 [829] -2015-03-08 17:58:06 sendUrl INFO 0 [829] R:OK -2015-03-08 17:58:56 queue INFO >>0 [830] -2015-03-08 17:58:57 sendUrl INFO 0 [830] R:OK -2015-03-08 17:59:46 queue INFO >>0 [831] -2015-03-08 17:59:47 sendUrl INFO 0 [831] R:OK -2015-03-08 18:00:37 queue INFO >>0 [832] -2015-03-08 18:00:37 sendUrl INFO 0 [832] R:OK -2015-03-08 18:01:27 queue INFO >>0 [833] -2015-03-08 18:01:27 sendUrl INFO 0 [833] R:OK -2015-03-08 18:02:17 queue INFO >>0 [834] -2015-03-08 18:02:17 sendUrl INFO 0 [834] R:OK -2015-03-08 18:03:07 queue INFO >>0 [835] -2015-03-08 18:03:07 sendUrl INFO 0 [835] R:OK -2015-03-08 18:03:57 queue INFO >>0 [836] -2015-03-08 18:03:58 sendUrl INFO 0 [836] R:OK -2015-03-08 18:04:47 queue INFO >>0 [837] -2015-03-08 18:04:47 sendUrl INFO 0 [837] R:OK -2015-03-08 18:05:37 queue INFO >>0 [838] -2015-03-08 18:05:38 sendUrl INFO 0 [838] R:OK -2015-03-08 18:06:28 queue INFO >>0 [839] -2015-03-08 18:06:28 sendUrl INFO 0 [839] R:OK -2015-03-08 18:07:18 queue INFO >>0 [840] -2015-03-08 18:07:18 sendUrl INFO 0 [840] R:OK -2015-03-08 18:08:08 queue INFO >>0 [841] -2015-03-08 18:08:08 sendUrl INFO 0 [841] R:OK -2015-03-08 18:08:58 queue INFO >>0 [842] -2015-03-08 18:08:58 sendUrl INFO 0 [842] R:OK -2015-03-08 18:09:48 queue INFO >>0 [843] -2015-03-08 18:09:49 sendUrl INFO 0 [843] R:OK -2015-03-08 18:10:38 queue INFO >>0 [844] -2015-03-08 18:10:39 sendUrl INFO 0 [844] R:OK -2015-03-08 18:11:28 queue INFO >>0 [845] -2015-03-08 18:11:29 sendUrl INFO 0 [845] R:OK -2015-03-08 18:12:19 queue INFO >>0 [846] -2015-03-08 18:12:19 sendUrl INFO 0 [846] R:OK -2015-03-08 18:13:09 queue INFO >>0 [847] -2015-03-08 18:13:09 sendUrl INFO 0 [847] R:OK -2015-03-08 18:13:59 queue INFO >>0 [848] -2015-03-08 18:13:59 sendUrl INFO 0 [848] R:OK -2015-03-08 18:14:49 queue INFO >>0 [849] -2015-03-08 18:14:50 sendUrl INFO 0 [849] R:OK -2015-03-08 18:15:39 queue INFO >>0 [850] -2015-03-08 18:15:39 sendUrl INFO 0 [850] R:OK -2015-03-08 18:16:29 queue INFO >>0 [851] -2015-03-08 18:16:30 sendUrl INFO 0 [851] R:OK -2015-03-08 18:17:20 queue INFO >>0 [852] -2015-03-08 18:17:20 sendUrl INFO 0 [852] R:OK -2015-03-08 18:18:10 queue INFO >>0 [853] -2015-03-08 18:18:10 sendUrl INFO 0 [853] R:OK -2015-03-08 18:19:00 queue INFO >>0 [854] -2015-03-08 18:19:00 sendUrl INFO 0 [854] R:OK -2015-03-08 18:19:50 queue INFO >>0 [855] -2015-03-08 18:19:50 sendUrl INFO 0 [855] R:OK -2015-03-08 18:20:40 queue INFO >>0 [856] -2015-03-08 18:20:40 sendUrl INFO 0 [856] R:OK -2015-03-08 18:21:30 queue INFO >>0 [857] -2015-03-08 18:21:31 sendUrl INFO 0 [857] R:OK -2015-03-08 18:22:20 queue INFO >>0 [858] -2015-03-08 18:22:21 sendUrl INFO 0 [858] R:OK -2015-03-08 18:23:10 queue INFO >>0 [859] -2015-03-08 18:23:11 sendUrl INFO 0 [859] R:OK -2015-03-08 18:24:01 queue INFO >>0 [860] -2015-03-08 18:24:01 sendUrl INFO 0 [860] R:OK -2015-03-08 18:24:51 queue INFO >>0 [861] -2015-03-08 18:24:51 sendUrl INFO 0 [861] R:OK -2015-03-08 18:25:41 queue INFO >>0 [862] -2015-03-08 18:25:41 sendUrl INFO 0 [862] R:OK -2015-03-08 18:26:31 queue INFO >>0 [863] -2015-03-08 18:26:31 sendUrl INFO 0 [863] R:OK -2015-03-08 18:27:21 queue INFO >>0 [864] -2015-03-08 18:27:22 sendUrl INFO 0 [864] R:OK -2015-03-08 18:28:11 queue INFO >>0 [865] -2015-03-08 18:28:12 sendUrl INFO 0 [865] R:OK -2015-03-08 18:29:02 queue INFO >>0 [866] -2015-03-08 18:29:02 sendUrl INFO 0 [866] R:OK -2015-03-08 18:29:52 queue INFO >>0 [867] -2015-03-08 18:29:52 sendUrl INFO 0 [867] R:OK -2015-03-08 18:30:42 queue INFO >>0 [868] -2015-03-08 18:30:42 sendUrl INFO 0 [868] R:OK -2015-03-08 18:31:32 queue INFO >>0 [869] -2015-03-08 18:31:32 sendUrl INFO 0 [869] R:OK -2015-03-08 18:32:22 queue INFO >>0 [870] -2015-03-08 18:32:23 sendUrl INFO 0 [870] R:OK -2015-03-08 18:33:12 queue INFO >>0 [871] -2015-03-08 18:33:12 sendUrl INFO 0 [871] R:OK -2015-03-08 18:34:02 queue INFO >>0 [872] -2015-03-08 18:34:03 sendUrl INFO 0 [872] R:OK -2015-03-08 18:34:53 queue INFO >>0 [873] -2015-03-08 18:34:53 sendUrl INFO 0 [873] R:OK -2015-03-08 18:35:43 queue INFO >>0 [874] -2015-03-08 18:35:43 sendUrl INFO 0 [874] R:OK -2015-03-08 18:36:33 queue INFO >>0 [875] -2015-03-08 18:36:33 sendUrl INFO 0 [875] R:OK -2015-03-08 18:37:23 queue INFO >>0 [876] -2015-03-08 18:37:24 sendUrl INFO 0 [876] R:OK -2015-03-08 18:38:13 queue INFO >>0 [877] -2015-03-08 18:38:13 sendUrl INFO 0 [877] R:OK -2015-03-08 18:39:03 queue INFO >>0 [878] -2015-03-08 18:39:04 sendUrl INFO 0 [878] R:OK -2015-03-08 18:39:54 queue INFO >>0 [879] -2015-03-08 18:39:54 sendUrl INFO 0 [879] R:OK -2015-03-08 18:40:44 queue INFO >>0 [880] -2015-03-08 18:40:44 sendUrl INFO 0 [880] R:OK -2015-03-08 18:41:34 queue INFO >>0 [881] -2015-03-08 18:41:34 sendUrl INFO 0 [881] R:OK -2015-03-08 18:42:24 queue INFO >>0 [882] -2015-03-08 18:42:24 sendUrl INFO 0 [882] R:OK -2015-03-08 18:43:14 queue INFO >>0 [883] -2015-03-08 18:43:14 sendUrl INFO 0 [883] R:OK -2015-03-08 18:44:04 queue INFO >>0 [884] -2015-03-08 18:44:05 sendUrl INFO 0 [884] R:OK -2015-03-08 18:44:54 queue INFO >>0 [885] -2015-03-08 18:44:55 sendUrl INFO 0 [885] R:OK -2015-03-08 18:45:45 queue INFO >>0 [886] -2015-03-08 18:45:45 sendUrl INFO 0 [886] R:OK -2015-03-08 18:46:35 queue INFO >>0 [887] -2015-03-08 18:46:35 sendUrl INFO 0 [887] R:OK -2015-03-08 18:47:25 queue INFO >>0 [888] -2015-03-08 18:47:25 sendUrl INFO 0 [888] R:OK -2015-03-08 18:48:15 queue INFO >>0 [889] -2015-03-08 18:48:15 sendUrl INFO 0 [889] R:OK -2015-03-08 18:49:05 queue INFO >>0 [890] -2015-03-08 18:49:05 sendUrl INFO 0 [890] R:OK -2015-03-08 18:49:55 queue INFO >>0 [891] -2015-03-08 18:49:56 sendUrl INFO 0 [891] R:OK -2015-03-08 18:50:46 queue INFO >>0 [892] -2015-03-08 18:50:46 sendUrl INFO 0 [892] R:OK -2015-03-08 18:51:36 queue INFO >>0 [893] -2015-03-08 18:51:36 sendUrl INFO 0 [893] R:OK -2015-03-08 18:52:26 queue INFO >>0 [894] -2015-03-08 18:52:26 sendUrl INFO 0 [894] R:OK -2015-03-08 18:53:16 queue INFO >>0 [895] -2015-03-08 18:53:17 sendUrl INFO 0 [895] R:OK -2015-03-08 18:54:06 queue INFO >>0 [896] -2015-03-08 18:54:06 sendUrl INFO 0 [896] R:OK -2015-03-08 18:54:56 queue INFO >>0 [897] -2015-03-08 18:54:57 sendUrl INFO 0 [897] R:OK -2015-03-08 18:55:46 queue INFO >>0 [898] -2015-03-08 18:55:47 sendUrl INFO 0 [898] R:OK -2015-03-08 18:56:37 queue INFO >>0 [899] -2015-03-08 18:56:37 sendUrl INFO 0 [899] R:OK -2015-03-08 18:57:27 queue INFO >>0 [900] -2015-03-08 18:57:27 sendUrl INFO 0 [900] R:OK -2015-03-08 18:58:17 queue INFO >>0 [901] -2015-03-08 18:58:17 sendUrl INFO 0 [901] R:OK -2015-03-08 18:59:07 queue INFO >>0 [902] -2015-03-08 18:59:07 sendUrl INFO 0 [902] R:OK -2015-03-08 18:59:57 queue INFO >>0 [903] -2015-03-08 18:59:58 sendUrl INFO 0 [903] R:OK -2015-03-08 19:00:47 queue INFO >>0 [904] -2015-03-08 19:00:48 sendUrl INFO 0 [904] R:OK -2015-03-08 19:01:38 queue INFO >>0 [905] -2015-03-08 19:01:38 sendUrl INFO 0 [905] R:OK -2015-03-08 19:02:28 queue INFO >>0 [906] -2015-03-08 19:02:28 sendUrl INFO 0 [906] R:OK -2015-03-08 19:03:18 queue INFO >>0 [907] -2015-03-08 19:03:18 sendUrl INFO 0 [907] R:OK -2015-03-08 19:04:08 queue INFO >>0 [908] -2015-03-08 19:04:08 sendUrl INFO 0 [908] R:OK -2015-03-08 19:04:58 queue INFO >>0 [909] -2015-03-08 19:04:58 sendUrl INFO 0 [909] R:OK -2015-03-08 19:05:48 queue INFO >>0 [910] -2015-03-08 19:05:49 sendUrl INFO 0 [910] R:OK -2015-03-08 19:06:38 queue INFO >>0 [911] -2015-03-08 19:06:38 sendUrl INFO 0 [911] R:OK -2015-03-08 19:07:28 queue INFO >>0 [912] -2015-03-08 19:07:29 sendUrl INFO 0 [912] R:OK -2015-03-08 19:08:19 queue INFO >>0 [913] -2015-03-08 19:08:19 sendUrl INFO 0 [913] R:OK -2015-03-08 19:09:09 queue INFO >>0 [914] -2015-03-08 19:09:09 sendUrl INFO 0 [914] R:OK -2015-03-08 19:09:59 queue INFO >>0 [915] -2015-03-08 19:09:59 sendUrl INFO 0 [915] R:OK -2015-03-08 19:10:49 queue INFO >>0 [916] -2015-03-08 19:10:50 sendUrl INFO 0 [916] R:OK -2015-03-08 19:11:39 queue INFO >>0 [917] -2015-03-08 19:11:39 sendUrl INFO 0 [917] R:OK -2015-03-08 19:12:29 queue INFO >>0 [918] -2015-03-08 19:12:30 sendUrl INFO 0 [918] R:OK -2015-03-08 19:13:19 queue INFO >>0 [919] -2015-03-08 19:13:20 sendUrl INFO 0 [919] R:OK -2015-03-08 19:14:10 queue INFO >>0 [920] -2015-03-08 19:14:10 sendUrl INFO 0 [920] R:OK -2015-03-08 19:15:00 queue INFO >>0 [921] -2015-03-08 19:15:00 sendUrl INFO 0 [921] R:OK -2015-03-08 19:15:50 queue INFO >>0 [922] -2015-03-08 19:15:50 sendUrl INFO 0 [922] R:OK -2015-03-08 19:16:40 queue INFO >>0 [923] -2015-03-08 19:16:40 sendUrl INFO 0 [923] R:OK -2015-03-08 19:17:30 queue INFO >>0 [924] -2015-03-08 19:17:31 sendUrl INFO 0 [924] R:OK -2015-03-08 19:18:20 queue INFO >>0 [925] -2015-03-08 19:18:21 sendUrl INFO 0 [925] R:OK -2015-03-08 19:19:11 queue INFO >>0 [926] -2015-03-08 19:19:11 sendUrl INFO 0 [926] R:OK -2015-03-08 19:20:01 queue INFO >>0 [927] -2015-03-08 19:20:01 sendUrl INFO 0 [927] R:OK -2015-03-08 19:20:51 queue INFO >>0 [928] -2015-03-08 19:20:51 sendUrl INFO 0 [928] R:OK -2015-03-08 19:21:41 queue INFO >>0 [929] -2015-03-08 19:21:41 sendUrl INFO 0 [929] R:OK -2015-03-08 19:22:31 queue INFO >>0 [930] -2015-03-08 19:22:31 sendUrl INFO 0 [930] R:OK -2015-03-08 19:23:21 queue INFO >>0 [931] -2015-03-08 19:23:22 sendUrl INFO 0 [931] R:OK -2015-03-08 19:24:11 queue INFO >>0 [932] -2015-03-08 19:24:11 sendUrl INFO 0 [932] R:OK -2015-03-08 19:25:01 queue INFO >>0 [933] -2015-03-08 19:25:02 sendUrl INFO 0 [933] R:OK -2015-03-08 19:25:52 queue INFO >>0 [934] -2015-03-08 19:25:52 sendUrl INFO 0 [934] R:OK -2015-03-08 19:26:42 queue INFO >>0 [935] -2015-03-08 19:26:42 sendUrl INFO 0 [935] R:OK -2015-03-08 19:27:32 queue INFO >>0 [936] -2015-03-08 19:27:32 sendUrl INFO 0 [936] R:OK -2015-03-08 19:28:22 queue INFO >>0 [937] -2015-03-08 19:28:23 sendUrl INFO 0 [937] R:OK -2015-03-08 19:29:12 queue INFO >>0 [938] -2015-03-08 19:29:12 sendUrl INFO 0 [938] R:OK -2015-03-08 19:30:02 queue INFO >>0 [939] -2015-03-08 19:30:03 sendUrl INFO 0 [939] R:OK -2015-03-08 19:30:53 queue INFO >>0 [940] -2015-03-08 19:30:53 sendUrl INFO 0 [940] R:OK -2015-03-08 19:31:43 queue INFO >>0 [941] -2015-03-08 19:31:43 sendUrl INFO 0 [941] R:OK -2015-03-08 19:32:33 queue INFO >>0 [942] -2015-03-08 19:32:33 sendUrl INFO 0 [942] R:OK -2015-03-08 19:33:23 queue INFO >>0 [943] -2015-03-08 19:33:23 sendUrl INFO 0 [943] R:OK -2015-03-08 19:34:13 queue INFO >>0 [944] -2015-03-08 19:34:13 sendUrl INFO 0 [944] R:OK -2015-03-08 19:35:03 queue INFO >>0 [945] -2015-03-08 19:35:04 sendUrl INFO 0 [945] R:OK -2015-03-08 19:35:53 queue INFO >>0 [946] -2015-03-08 19:35:54 sendUrl INFO 0 [946] R:OK -2015-03-08 19:36:44 queue INFO >>0 [947] -2015-03-08 19:36:44 sendUrl INFO 0 [947] R:OK -2015-03-08 19:37:34 queue INFO >>0 [948] -2015-03-08 19:37:34 sendUrl INFO 0 [948] R:OK -2015-03-08 19:38:24 queue INFO >>0 [949] -2015-03-08 19:38:24 sendUrl INFO 0 [949] R:OK -2015-03-08 19:39:14 queue INFO >>0 [950] -2015-03-08 19:39:14 sendUrl INFO 0 [950] R:OK -2015-03-08 19:40:04 queue INFO >>0 [951] -2015-03-08 19:40:04 sendUrl INFO 0 [951] R:OK -2015-03-08 19:40:54 queue INFO >>0 [952] -2015-03-08 19:40:55 sendUrl INFO 0 [952] R:OK -2015-03-08 19:41:45 queue INFO >>0 [953] -2015-03-08 19:41:45 sendUrl INFO 0 [953] R:OK -2015-03-08 19:42:35 queue INFO >>0 [954] -2015-03-08 19:42:35 sendUrl INFO 0 [954] R:OK -2015-03-08 19:43:25 queue INFO >>0 [955] -2015-03-08 19:43:25 sendUrl INFO 0 [955] R:OK -2015-03-08 19:44:15 queue INFO >>0 [956] -2015-03-08 19:44:15 sendUrl INFO 0 [956] R:OK -2015-03-08 19:45:05 queue INFO >>0 [957] -2015-03-08 19:45:05 sendUrl INFO 0 [957] R:OK -2015-03-08 19:45:55 queue INFO >>0 [958] -2015-03-08 19:45:56 sendUrl INFO 0 [958] R:OK -2015-03-08 19:46:45 queue INFO >>0 [959] -2015-03-08 19:46:46 sendUrl INFO 0 [959] R:OK -2015-03-08 19:47:36 queue INFO >>0 [960] -2015-03-08 19:47:36 sendUrl INFO 0 [960] R:OK -2015-03-08 19:48:26 queue INFO >>0 [961] -2015-03-08 19:48:26 sendUrl INFO 0 [961] R:OK -2015-03-08 19:49:16 queue INFO >>0 [962] -2015-03-08 19:49:16 sendUrl INFO 0 [962] R:OK -2015-03-08 19:50:06 queue INFO >>0 [963] -2015-03-08 19:50:06 sendUrl INFO 0 [963] R:OK -2015-03-08 19:50:56 queue INFO >>0 [964] -2015-03-08 19:50:57 sendUrl INFO 0 [964] R:OK -2015-03-08 19:51:46 queue INFO >>0 [965] -2015-03-08 19:51:47 sendUrl INFO 0 [965] R:OK -2015-03-08 19:52:37 queue INFO >>0 [966] -2015-03-08 19:52:37 sendUrl INFO 0 [966] R:OK -2015-03-08 19:53:27 queue INFO >>0 [967] -2015-03-08 19:53:27 sendUrl INFO 0 [967] R:OK -2015-03-08 19:54:17 queue INFO >>0 [968] -2015-03-08 19:54:17 sendUrl INFO 0 [968] R:OK -2015-03-08 19:55:07 queue INFO >>0 [969] -2015-03-08 19:55:07 sendUrl INFO 0 [969] R:OK -2015-03-08 19:55:57 queue INFO >>0 [970] -2015-03-08 19:55:57 sendUrl INFO 0 [970] R:OK -2015-03-08 19:56:47 queue INFO >>0 [971] -2015-03-08 19:56:48 sendUrl INFO 0 [971] R:OK -2015-03-08 19:57:37 queue INFO >>0 [972] -2015-03-08 19:57:38 sendUrl INFO 0 [972] R:OK -2015-03-08 19:58:28 queue INFO >>0 [973] -2015-03-08 19:58:28 sendUrl INFO 0 [973] R:OK -2015-03-08 19:59:18 queue INFO >>0 [974] -2015-03-08 19:59:18 sendUrl INFO 0 [974] R:OK -2015-03-08 20:00:08 queue INFO >>0 [975] -2015-03-08 20:00:08 sendUrl INFO 0 [975] R:OK -2015-03-08 20:00:58 queue INFO >>0 [976] -2015-03-08 20:00:58 sendUrl INFO 0 [976] R:OK -2015-03-08 20:01:48 queue INFO >>0 [977] -2015-03-08 20:01:49 sendUrl INFO 0 [977] R:OK -2015-03-08 20:02:38 queue INFO >>0 [978] -2015-03-08 20:02:39 sendUrl INFO 0 [978] R:OK -2015-03-08 20:03:29 queue INFO >>0 [979] -2015-03-08 20:03:29 sendUrl INFO 0 [979] R:OK -2015-03-08 20:04:19 queue INFO >>0 [980] -2015-03-08 20:04:19 sendUrl INFO 0 [980] R:OK -2015-03-08 20:05:09 queue INFO >>0 [981] -2015-03-08 20:05:09 sendUrl INFO 0 [981] R:OK -2015-03-08 20:05:59 queue INFO >>0 [982] -2015-03-08 20:05:59 sendUrl INFO 0 [982] R:OK -2015-03-08 20:06:49 queue INFO >>0 [983] -2015-03-08 20:06:50 sendUrl INFO 0 [983] R:OK -2015-03-08 20:07:39 queue INFO >>0 [984] -2015-03-08 20:07:39 sendUrl INFO 0 [984] R:OK -2015-03-08 20:08:29 queue INFO >>0 [985] -2015-03-08 20:08:30 sendUrl INFO 0 [985] R:OK -2015-03-08 20:09:20 queue INFO >>0 [986] -2015-03-08 20:09:20 sendUrl INFO 0 [986] R:OK -2015-03-08 20:10:10 queue INFO >>0 [987] -2015-03-08 20:10:10 sendUrl INFO 0 [987] R:OK -2015-03-08 20:11:00 queue INFO >>0 [988] -2015-03-08 20:11:00 sendUrl INFO 0 [988] R:OK -2015-03-08 20:11:50 queue INFO >>0 [989] -2015-03-08 20:11:50 sendUrl INFO 0 [989] R:OK -2015-03-08 20:12:40 queue INFO >>0 [990] -2015-03-08 20:12:40 sendUrl INFO 0 [990] R:OK -2015-03-08 20:13:30 queue INFO >>0 [991] -2015-03-08 20:13:31 sendUrl INFO 0 [991] R:OK -2015-03-08 20:14:20 queue INFO >>0 [992] -2015-03-08 20:14:21 sendUrl INFO 0 [992] R:OK -2015-03-08 20:15:11 queue INFO >>0 [993] -2015-03-08 20:15:11 sendUrl INFO 0 [993] R:OK -2015-03-08 20:16:01 queue INFO >>0 [994] -2015-03-08 20:16:01 sendUrl INFO 0 [994] R:OK -2015-03-08 20:16:51 queue INFO >>0 [995] -2015-03-08 20:16:51 sendUrl INFO 0 [995] R:OK -2015-03-08 20:17:41 queue INFO >>0 [996] -2015-03-08 20:17:41 sendUrl INFO 0 [996] R:OK -2015-03-08 20:18:31 queue INFO >>0 [997] -2015-03-08 20:18:31 sendUrl INFO 0 [997] R:OK -2015-03-08 20:19:21 queue INFO >>0 [998] -2015-03-08 20:19:22 sendUrl INFO 0 [998] R:OK -2015-03-08 20:20:11 queue INFO >>0 [999] -2015-03-08 20:20:11 sendUrl INFO 0 [999] R:OK -2015-03-08 20:21:02 queue INFO >>0 [0] -2015-03-08 20:21:02 sendUrl INFO 0 [0] R:OK -2015-03-08 20:21:52 queue INFO >>0 [1] -2015-03-08 20:21:52 sendUrl INFO 0 [1] R:OK -2015-03-08 20:22:42 queue INFO >>0 [2] -2015-03-08 20:22:42 sendUrl INFO 0 [2] R:OK -2015-03-08 20:23:32 queue INFO >>0 [3] -2015-03-08 20:23:32 sendUrl INFO 0 [3] R:OK -2015-03-08 20:24:22 queue INFO >>0 [4] -2015-03-08 20:24:23 sendUrl INFO 0 [4] R:OK -2015-03-08 20:25:12 queue INFO >>0 [5] -2015-03-08 20:25:12 sendUrl INFO 0 [5] R:OK -2015-03-08 20:26:02 queue INFO >>0 [6] -2015-03-08 20:26:03 sendUrl INFO 0 [6] R:OK -2015-03-08 20:26:53 queue INFO >>0 [7] -2015-03-08 20:26:53 sendUrl INFO 0 [7] R:OK -2015-03-08 20:27:43 queue INFO >>0 [8] -2015-03-08 20:27:43 sendUrl INFO 0 [8] R:OK -2015-03-08 20:28:33 queue INFO >>0 [9] -2015-03-08 20:28:33 sendUrl INFO 0 [9] R:OK -2015-03-08 20:29:23 queue INFO >>0 [10] -2015-03-08 20:29:23 sendUrl INFO 0 [10] R:OK -2015-03-08 20:30:13 queue INFO >>0 [11] -2015-03-08 20:30:13 sendUrl INFO 0 [11] R:OK -2015-03-08 20:31:03 queue INFO >>0 [12] -2015-03-08 20:31:04 sendUrl INFO 0 [12] R:OK -2015-03-08 20:31:54 queue INFO >>0 [13] -2015-03-08 20:31:54 sendUrl INFO 0 [13] R:OK -2015-03-08 20:32:44 queue INFO >>0 [14] -2015-03-08 20:32:44 sendUrl INFO 0 [14] R:OK -2015-03-08 20:33:34 queue INFO >>0 [15] -2015-03-08 20:33:34 sendUrl INFO 0 [15] R:OK -2015-03-08 20:34:24 queue INFO >>0 [16] -2015-03-08 20:34:24 sendUrl INFO 0 [16] R:OK -2015-03-08 20:35:14 queue INFO >>0 [17] -2015-03-08 20:35:15 sendUrl INFO 0 [17] R:OK -2015-03-08 20:36:04 queue INFO >>0 [18] -2015-03-08 20:36:05 sendUrl INFO 0 [18] R:OK -2015-03-08 20:36:54 queue INFO >>0 [19] -2015-03-08 20:36:55 sendUrl INFO 0 [19] R:OK -2015-03-08 20:37:45 queue INFO >>0 [20] -2015-03-08 20:37:45 sendUrl INFO 0 [20] R:OK -2015-03-08 20:38:35 queue INFO >>0 [21] -2015-03-08 20:38:35 sendUrl INFO 0 [21] R:OK -2015-03-08 20:39:25 queue INFO >>0 [22] -2015-03-08 20:39:25 sendUrl INFO 0 [22] R:OK -2015-03-08 20:40:15 queue INFO >>0 [23] -2015-03-08 20:40:16 sendUrl INFO 0 [23] R:OK -2015-03-08 20:41:05 queue INFO >>0 [24] -2015-03-08 20:41:05 sendUrl INFO 0 [24] R:OK -2015-03-08 20:41:55 queue INFO >>0 [25] -2015-03-08 20:41:56 sendUrl INFO 0 [25] R:OK -2015-03-08 20:42:45 queue INFO >>0 [26] -2015-03-08 20:42:46 sendUrl INFO 0 [26] R:OK -2015-03-08 20:43:36 queue INFO >>0 [27] -2015-03-08 20:43:36 sendUrl INFO 0 [27] R:OK -2015-03-08 20:44:26 queue INFO >>0 [28] -2015-03-08 20:44:26 sendUrl INFO 0 [28] R:OK -2015-03-08 20:45:16 queue INFO >>0 [29] -2015-03-08 20:45:16 sendUrl INFO 0 [29] R:OK -2015-03-08 20:46:06 queue INFO >>0 [30] -2015-03-08 20:46:06 sendUrl INFO 0 [30] R:OK -2015-03-08 20:46:56 queue INFO >>0 [31] -2015-03-08 20:46:56 sendUrl INFO 0 [31] R:OK -2015-03-08 20:47:46 queue INFO >>0 [32] -2015-03-08 20:47:47 sendUrl INFO 0 [32] R:OK -2015-03-08 20:48:36 queue INFO >>0 [33] -2015-03-08 20:48:37 sendUrl INFO 0 [33] R:OK -2015-03-08 20:49:27 queue INFO >>0 [34] -2015-03-08 20:49:27 sendUrl INFO 0 [34] R:OK -2015-03-08 20:50:17 queue INFO >>0 [35] -2015-03-08 20:50:17 sendUrl INFO 0 [35] R:OK -2015-03-08 20:51:07 queue INFO >>0 [36] -2015-03-08 20:51:07 sendUrl INFO 0 [36] R:OK -2015-03-08 20:51:57 queue INFO >>0 [37] -2015-03-08 20:51:57 sendUrl INFO 0 [37] R:OK -2015-03-08 20:52:47 queue INFO >>0 [38] -2015-03-08 20:52:48 sendUrl INFO 0 [38] R:OK -2015-03-08 20:53:37 queue INFO >>0 [39] -2015-03-08 20:53:38 sendUrl INFO 0 [39] R:OK -2015-03-08 20:54:27 queue INFO >>0 [40] -2015-03-08 20:54:28 sendUrl INFO 0 [40] R:OK -2015-03-08 20:55:18 queue INFO >>0 [41] -2015-03-08 20:55:18 sendUrl INFO 0 [41] R:OK -2015-03-08 20:56:08 queue INFO >>0 [42] -2015-03-08 20:56:08 sendUrl INFO 0 [42] R:OK -2015-03-08 20:56:58 queue INFO >>0 [43] -2015-03-08 20:56:58 sendUrl INFO 0 [43] R:OK -2015-03-08 20:57:48 queue INFO >>0 [44] -2015-03-08 20:57:49 sendUrl INFO 0 [44] R:OK -2015-03-08 20:58:38 queue INFO >>0 [45] -2015-03-08 20:58:38 sendUrl INFO 0 [45] R:OK -2015-03-08 20:59:28 queue INFO >>0 [46] -2015-03-08 20:59:29 sendUrl INFO 0 [46] R:OK -2015-03-08 21:00:19 queue INFO >>0 [47] -2015-03-08 21:00:19 sendUrl INFO 0 [47] R:OK -2015-03-08 21:01:09 queue INFO >>0 [48] -2015-03-08 21:01:09 sendUrl INFO 0 [48] R:OK -2015-03-08 21:01:59 queue INFO >>0 [49] -2015-03-08 21:01:59 sendUrl INFO 0 [49] R:OK -2015-03-08 21:02:49 queue INFO >>0 [50] -2015-03-08 21:02:50 sendUrl INFO 0 [50] R:OK -2015-03-08 21:03:39 queue INFO >>0 [51] -2015-03-08 21:03:39 sendUrl INFO 0 [51] R:OK -2015-03-08 21:04:29 queue INFO >>0 [52] -2015-03-08 21:04:30 sendUrl INFO 0 [52] R:OK -2015-03-08 21:05:19 queue INFO >>0 [53] -2015-03-08 21:05:20 sendUrl INFO 0 [53] R:OK -2015-03-08 21:06:10 queue INFO >>0 [54] -2015-03-08 21:06:10 sendUrl INFO 0 [54] R:OK -2015-03-08 21:07:00 queue INFO >>0 [55] -2015-03-08 21:07:00 sendUrl INFO 0 [55] R:OK -2015-03-08 21:07:50 queue INFO >>0 [56] -2015-03-08 21:07:50 sendUrl INFO 0 [56] R:OK -2015-03-08 21:08:40 queue INFO >>0 [57] -2015-03-08 21:08:40 sendUrl INFO 0 [57] R:OK -2015-03-08 21:09:30 queue INFO >>0 [58] -2015-03-08 21:09:31 sendUrl INFO 0 [58] R:OK -2015-03-08 21:10:20 queue INFO >>0 [59] -2015-03-08 21:10:21 sendUrl INFO 0 [59] R:OK -2015-03-08 21:11:11 queue INFO >>0 [60] -2015-03-08 21:11:11 sendUrl INFO 0 [60] R:OK -2015-03-08 21:12:01 queue INFO >>0 [61] -2015-03-08 21:12:01 sendUrl INFO 0 [61] R:OK -2015-03-08 21:12:51 queue INFO >>0 [62] -2015-03-08 21:12:51 sendUrl INFO 0 [62] R:OK -2015-03-08 21:13:41 queue INFO >>0 [63] -2015-03-08 21:13:41 sendUrl INFO 0 [63] R:OK -2015-03-08 21:14:31 queue INFO >>0 [64] -2015-03-08 21:14:31 sendUrl INFO 0 [64] R:OK -2015-03-08 21:15:21 queue INFO >>0 [65] -2015-03-08 21:15:22 sendUrl INFO 0 [65] R:OK -2015-03-08 21:16:11 queue INFO >>0 [66] -2015-03-08 21:16:12 sendUrl INFO 0 [66] R:OK -2015-03-08 21:17:02 queue INFO >>0 [67] -2015-03-08 21:17:02 sendUrl INFO 0 [67] R:OK -2015-03-08 21:17:52 queue INFO >>0 [68] -2015-03-08 21:17:52 sendUrl INFO 0 [68] R:OK -2015-03-08 21:18:42 queue INFO >>0 [69] -2015-03-08 21:18:42 sendUrl INFO 0 [69] R:OK -2015-03-08 21:19:32 queue INFO >>0 [70] -2015-03-08 21:19:32 sendUrl INFO 0 [70] R:OK -2015-03-08 21:20:22 queue INFO >>0 [71] -2015-03-08 21:20:23 sendUrl INFO 0 [71] R:OK -2015-03-08 21:21:12 queue INFO >>0 [72] -2015-03-08 21:21:13 sendUrl INFO 0 [72] R:OK -2015-03-08 21:22:03 queue INFO >>0 [73] -2015-03-08 21:22:03 sendUrl INFO 0 [73] R:OK -2015-03-08 21:22:53 queue INFO >>0 [74] -2015-03-08 21:22:53 sendUrl INFO 0 [74] R:OK -2015-03-08 21:23:43 queue INFO >>0 [75] -2015-03-08 21:23:43 sendUrl INFO 0 [75] R:OK -2015-03-08 21:24:33 queue INFO >>0 [76] -2015-03-08 21:24:33 sendUrl INFO 0 [76] R:OK -2015-03-08 21:25:23 queue INFO >>0 [77] -2015-03-08 21:25:24 sendUrl INFO 0 [77] R:OK -2015-03-08 21:26:13 queue INFO >>0 [78] -2015-03-08 21:26:13 sendUrl INFO 0 [78] R:OK -2015-03-08 21:27:03 queue INFO >>0 [79] -2015-03-08 21:27:04 sendUrl INFO 0 [79] R:OK -2015-03-08 21:27:54 queue INFO >>0 [80] -2015-03-08 21:27:54 sendUrl INFO 0 [80] R:OK -2015-03-08 21:28:44 queue INFO >>0 [81] -2015-03-08 21:28:44 sendUrl INFO 0 [81] R:OK -2015-03-08 21:29:34 queue INFO >>0 [82] -2015-03-08 21:29:34 sendUrl INFO 0 [82] R:OK -2015-03-08 21:30:24 queue INFO >>0 [83] -2015-03-08 21:30:25 sendUrl INFO 0 [83] R:OK -2015-03-08 21:31:14 queue INFO >>0 [84] -2015-03-08 21:31:15 sendUrl INFO 0 [84] R:OK -2015-03-08 21:32:04 queue INFO >>0 [85] -2015-03-08 21:32:05 sendUrl INFO 0 [85] R:OK -2015-03-08 21:32:55 queue INFO >>0 [86] -2015-03-08 21:32:55 sendUrl INFO 0 [86] R:OK -2015-03-08 21:33:45 queue INFO >>0 [87] -2015-03-08 21:33:45 sendUrl INFO 0 [87] R:OK -2015-03-08 21:34:35 queue INFO >>0 [88] -2015-03-08 21:34:35 sendUrl INFO 0 [88] R:OK -2015-03-08 21:35:25 queue INFO >>0 [89] -2015-03-08 21:35:25 sendUrl INFO 0 [89] R:OK -2015-03-08 21:36:15 queue INFO >>0 [90] -2015-03-08 21:36:16 sendUrl INFO 0 [90] R:OK -2015-03-08 21:37:05 queue INFO >>0 [91] -2015-03-08 21:37:06 sendUrl INFO 0 [91] R:OK -2015-03-08 21:37:55 queue INFO >>0 [92] -2015-03-08 21:37:56 sendUrl INFO 0 [92] R:OK -2015-03-08 21:38:46 queue INFO >>0 [93] -2015-03-08 21:38:46 sendUrl INFO 0 [93] R:OK -2015-03-08 21:39:36 queue INFO >>0 [94] -2015-03-08 21:39:36 sendUrl INFO 0 [94] R:OK -2015-03-08 21:40:26 queue INFO >>0 [95] -2015-03-08 21:40:26 sendUrl INFO 0 [95] R:OK -2015-03-08 21:41:16 queue INFO >>0 [96] -2015-03-08 21:41:17 sendUrl INFO 0 [96] R:OK -2015-03-08 21:42:06 queue INFO >>0 [97] -2015-03-08 21:42:06 sendUrl INFO 0 [97] R:OK -2015-03-08 21:42:56 queue INFO >>0 [98] -2015-03-08 21:42:57 sendUrl INFO 0 [98] R:OK -2015-03-08 21:43:46 queue INFO >>0 [99] -2015-03-08 21:43:47 sendUrl INFO 0 [99] R:OK -2015-03-08 21:44:37 queue INFO >>0 [100] -2015-03-08 21:44:37 sendUrl INFO 0 [100] R:OK -2015-03-08 21:45:27 queue INFO >>0 [101] -2015-03-08 21:45:27 sendUrl INFO 0 [101] R:OK -2015-03-08 21:46:17 queue INFO >>0 [102] -2015-03-08 21:46:17 sendUrl INFO 0 [102] R:OK -2015-03-08 21:47:07 queue INFO >>0 [103] -2015-03-08 21:47:07 sendUrl INFO 0 [103] R:OK -2015-03-08 21:47:57 queue INFO >>0 [104] -2015-03-08 21:47:57 sendUrl INFO 0 [104] R:OK -2015-03-08 21:48:47 queue INFO >>0 [105] -2015-03-08 21:48:48 sendUrl INFO 0 [105] R:OK -2015-03-08 21:49:37 queue INFO >>0 [106] -2015-03-08 21:49:38 sendUrl INFO 0 [106] R:OK -2015-03-08 21:50:28 queue INFO >>0 [107] -2015-03-08 21:50:28 sendUrl INFO 0 [107] R:OK -2015-03-08 21:51:18 queue INFO >>0 [108] -2015-03-08 21:51:18 sendUrl INFO 0 [108] R:OK -2015-03-08 21:52:08 queue INFO >>0 [109] -2015-03-08 21:52:08 sendUrl INFO 0 [109] R:OK -2015-03-08 21:52:58 queue INFO >>0 [110] -2015-03-08 21:52:58 sendUrl INFO 0 [110] R:OK -2015-03-08 21:53:48 queue INFO >>0 [111] -2015-03-08 21:53:49 sendUrl INFO 0 [111] R:OK -2015-03-08 21:54:38 queue INFO >>0 [112] -2015-03-08 21:54:39 sendUrl INFO 0 [112] R:OK -2015-03-08 21:55:28 queue INFO >>0 [113] -2015-03-08 21:55:29 sendUrl INFO 0 [113] R:OK -2015-03-08 21:56:19 queue INFO >>0 [114] -2015-03-08 21:56:19 sendUrl INFO 0 [114] R:OK -2015-03-08 21:57:09 queue INFO >>0 [115] -2015-03-08 21:57:09 sendUrl INFO 0 [115] R:OK -2015-03-08 21:57:59 queue INFO >>0 [116] -2015-03-08 21:57:59 sendUrl INFO 0 [116] R:OK -2015-03-08 21:58:49 queue INFO >>0 [117] -2015-03-08 21:58:49 sendUrl INFO 0 [117] R:OK -2015-03-08 21:59:39 queue INFO >>0 [118] -2015-03-08 21:59:39 sendUrl INFO 0 [118] R:OK -2015-03-08 22:00:29 queue INFO >>0 [119] -2015-03-08 22:00:30 sendUrl INFO 0 [119] R:OK -2015-03-08 22:01:19 queue INFO >>0 [120] -2015-03-08 22:01:20 sendUrl INFO 0 [120] R:OK -2015-03-08 22:02:10 queue INFO >>0 [121] -2015-03-08 22:02:10 sendUrl INFO 0 [121] R:OK -2015-03-08 22:03:00 queue INFO >>0 [122] -2015-03-08 22:03:00 sendUrl INFO 0 [122] R:OK -2015-03-08 22:03:50 queue INFO >>0 [123] -2015-03-08 22:03:50 sendUrl INFO 0 [123] R:OK -2015-03-08 22:04:40 queue INFO >>0 [124] -2015-03-08 22:04:40 sendUrl INFO 0 [124] R:OK -2015-03-08 22:05:30 queue INFO >>0 [125] -2015-03-08 22:05:30 sendUrl INFO 0 [125] R:OK -2015-03-08 22:06:20 queue INFO >>0 [126] -2015-03-08 22:06:21 sendUrl INFO 0 [126] R:OK -2015-03-08 22:07:10 queue INFO >>0 [127] -2015-03-08 22:07:10 sendUrl INFO 0 [127] R:OK -2015-03-08 22:08:00 queue INFO >>0 [128] -2015-03-08 22:08:01 sendUrl INFO 0 [128] R:OK -2015-03-08 22:08:51 queue INFO >>0 [129] -2015-03-08 22:08:51 sendUrl INFO 0 [129] R:OK -2015-03-08 22:09:41 queue INFO >>0 [130] -2015-03-08 22:09:41 sendUrl INFO 0 [130] R:OK -2015-03-08 22:10:31 queue INFO >>0 [131] -2015-03-08 22:10:31 sendUrl INFO 0 [131] R:OK -2015-03-08 22:11:21 queue INFO >>0 [132] -2015-03-08 22:11:22 sendUrl INFO 0 [132] R:OK -2015-03-08 22:12:11 queue INFO >>0 [133] -2015-03-08 22:12:11 sendUrl INFO 0 [133] R:OK -2015-03-08 22:13:01 queue INFO >>0 [134] -2015-03-08 22:13:02 sendUrl INFO 0 [134] R:OK -2015-03-08 22:13:52 queue INFO >>0 [135] -2015-03-08 22:13:52 sendUrl INFO 0 [135] R:OK -2015-03-08 22:14:42 queue INFO >>0 [136] -2015-03-08 22:14:42 sendUrl INFO 0 [136] R:OK -2015-03-08 22:15:32 queue INFO >>0 [137] -2015-03-08 22:15:32 sendUrl INFO 0 [137] R:OK -2015-03-08 22:16:22 queue INFO >>0 [138] -2015-03-08 22:16:22 sendUrl INFO 0 [138] R:OK -2015-03-08 22:17:12 queue INFO >>0 [139] -2015-03-08 22:17:12 sendUrl INFO 0 [139] R:OK -2015-03-08 22:18:02 queue INFO >>0 [140] -2015-03-08 22:18:03 sendUrl INFO 0 [140] R:OK -2015-03-08 22:18:52 queue INFO >>0 [141] -2015-03-08 22:18:53 sendUrl INFO 0 [141] R:OK -2015-03-08 22:19:43 queue INFO >>0 [142] -2015-03-08 22:19:43 sendUrl INFO 0 [142] R:OK -2015-03-08 22:20:33 queue INFO >>0 [143] -2015-03-08 22:20:33 sendUrl INFO 0 [143] R:OK -2015-03-08 22:21:23 queue INFO >>0 [144] -2015-03-08 22:21:23 sendUrl INFO 0 [144] R:OK -2015-03-08 22:22:13 queue INFO >>0 [145] -2015-03-08 22:22:13 sendUrl INFO 0 [145] R:OK -2015-03-08 22:23:03 queue INFO >>0 [146] -2015-03-08 22:23:03 sendUrl INFO 0 [146] R:OK -2015-03-08 22:23:53 queue INFO >>0 [147] -2015-03-08 22:23:54 sendUrl INFO 0 [147] R:OK -2015-03-08 22:24:44 queue INFO >>0 [148] -2015-03-08 22:24:44 sendUrl INFO 0 [148] R:OK -2015-03-08 22:25:34 queue INFO >>0 [149] -2015-03-08 22:25:34 sendUrl INFO 0 [149] R:OK -2015-03-08 22:26:24 queue INFO >>0 [150] -2015-03-08 22:26:24 sendUrl INFO 0 [150] R:OK -2015-03-08 22:27:14 queue INFO >>0 [151] -2015-03-08 22:27:14 sendUrl INFO 0 [151] R:OK -2015-03-08 22:28:04 queue INFO >>0 [152] -2015-03-08 22:28:04 sendUrl INFO 0 [152] R:OK -2015-03-08 22:28:54 queue INFO >>0 [153] -2015-03-08 22:28:55 sendUrl INFO 0 [153] R:OK -2015-03-08 22:29:44 queue INFO >>0 [154] -2015-03-08 22:29:45 sendUrl INFO 0 [154] R:OK -2015-03-08 22:30:35 queue INFO >>0 [155] -2015-03-08 22:30:35 sendUrl INFO 0 [155] R:OK -2015-03-08 22:31:25 queue INFO >>0 [156] -2015-03-08 22:31:25 sendUrl INFO 0 [156] R:OK -2015-03-08 22:32:15 queue INFO >>0 [157] -2015-03-08 22:32:15 sendUrl INFO 0 [157] R:OK -2015-03-08 22:33:05 queue INFO >>0 [158] -2015-03-08 22:33:05 sendUrl INFO 0 [158] R:OK -2015-03-08 22:33:55 queue INFO >>0 [159] -2015-03-08 22:33:56 sendUrl INFO 0 [159] R:OK -2015-03-08 22:34:45 queue INFO >>0 [160] -2015-03-08 22:34:46 sendUrl INFO 0 [160] R:OK -2015-03-08 22:35:36 queue INFO >>0 [161] -2015-03-08 22:35:36 sendUrl INFO 0 [161] R:OK -2015-03-08 22:36:26 queue INFO >>0 [162] -2015-03-08 22:36:26 sendUrl INFO 0 [162] R:OK -2015-03-08 22:37:16 queue INFO >>0 [163] -2015-03-08 22:37:16 sendUrl INFO 0 [163] R:OK -2015-03-08 22:38:06 queue INFO >>0 [164] -2015-03-08 22:38:06 sendUrl INFO 0 [164] R:OK -2015-03-08 22:38:56 queue INFO >>0 [165] -2015-03-08 22:38:56 sendUrl INFO 0 [165] R:OK -2015-03-08 22:39:46 queue INFO >>0 [166] -2015-03-08 22:39:47 sendUrl INFO 0 [166] R:OK -2015-03-08 22:40:36 queue INFO >>0 [167] -2015-03-08 22:40:37 sendUrl INFO 0 [167] R:OK -2015-03-08 22:41:26 queue INFO >>0 [168] -2015-03-08 22:41:27 sendUrl INFO 0 [168] R:OK -2015-03-08 22:42:17 queue INFO >>0 [169] -2015-03-08 22:42:17 sendUrl INFO 0 [169] R:OK -2015-03-08 22:43:07 queue INFO >>0 [170] -2015-03-08 22:43:07 sendUrl INFO 0 [170] R:OK -2015-03-08 22:43:57 queue INFO >>0 [171] -2015-03-08 22:43:57 sendUrl INFO 0 [171] R:OK -2015-03-08 22:44:47 queue INFO >>0 [172] -2015-03-08 22:44:48 sendUrl INFO 0 [172] R:OK -2015-03-08 22:45:37 queue INFO >>0 [173] -2015-03-08 22:45:37 sendUrl INFO 0 [173] R:OK -2015-03-08 22:46:27 queue INFO >>0 [174] -2015-03-08 22:46:28 sendUrl INFO 0 [174] R:OK -2015-03-08 22:47:17 queue INFO >>0 [175] -2015-03-08 22:47:18 sendUrl INFO 0 [175] R:OK -2015-03-08 22:48:07 queue INFO >>0 [176] -2015-03-08 22:48:08 sendUrl INFO 0 [176] R:OK -2015-03-08 22:48:58 queue INFO >>0 [177] -2015-03-08 22:48:58 sendUrl INFO 0 [177] R:OK -2015-03-08 22:49:48 queue INFO >>0 [178] -2015-03-08 22:49:48 sendUrl INFO 0 [178] R:OK -2015-03-08 22:50:38 queue INFO >>0 [179] -2015-03-08 22:50:38 sendUrl INFO 0 [179] R:OK -2015-03-08 22:51:28 queue INFO >>0 [180] -2015-03-08 22:51:28 sendUrl INFO 0 [180] R:OK -2015-03-08 22:52:18 queue INFO >>0 [181] -2015-03-08 22:52:19 sendUrl INFO 0 [181] R:OK -2015-03-08 22:53:08 queue INFO >>0 [182] -2015-03-08 22:53:08 sendUrl INFO 0 [182] R:OK -2015-03-08 22:53:58 queue INFO >>0 [183] -2015-03-08 22:53:59 sendUrl INFO 0 [183] R:OK -2015-03-08 22:54:49 queue INFO >>0 [184] -2015-03-08 22:54:49 sendUrl INFO 0 [184] R:OK -2015-03-08 22:55:39 queue INFO >>0 [185] -2015-03-08 22:55:39 sendUrl INFO 0 [185] R:OK -2015-03-08 22:56:29 queue INFO >>0 [186] -2015-03-08 22:56:29 sendUrl INFO 0 [186] R:OK -2015-03-08 22:57:19 queue INFO >>0 [187] -2015-03-08 22:57:19 sendUrl INFO 0 [187] R:OK -2015-03-08 22:58:09 queue INFO >>0 [188] -2015-03-08 22:58:09 sendUrl INFO 0 [188] R:OK -2015-03-08 22:58:59 queue INFO >>0 [189] -2015-03-08 22:59:00 sendUrl INFO 0 [189] R:OK -2015-03-08 22:59:49 queue INFO >>0 [190] -2015-03-08 22:59:50 sendUrl INFO 0 [190] R:OK -2015-03-08 23:00:40 queue INFO >>0 [191] -2015-03-08 23:00:40 sendUrl INFO 0 [191] R:OK -2015-03-08 23:01:30 queue INFO >>0 [192] -2015-03-08 23:01:30 sendUrl INFO 0 [192] R:OK -2015-03-08 23:02:20 queue INFO >>0 [193] -2015-03-08 23:02:20 sendUrl INFO 0 [193] R:OK -2015-03-08 23:03:10 queue INFO >>0 [194] -2015-03-08 23:03:10 sendUrl INFO 0 [194] R:OK -2015-03-08 23:04:00 queue INFO >>0 [195] -2015-03-08 23:04:00 sendUrl INFO 0 [195] R:OK -2015-03-08 23:04:50 queue INFO >>0 [196] -2015-03-08 23:04:51 sendUrl INFO 0 [196] R:OK -2015-03-08 23:05:40 queue INFO >>0 [197] -2015-03-08 23:05:41 sendUrl INFO 0 [197] R:OK -2015-03-08 23:06:31 queue INFO >>0 [198] -2015-03-08 23:06:31 sendUrl INFO 0 [198] R:OK -2015-03-08 23:07:21 queue INFO >>0 [199] -2015-03-08 23:07:21 sendUrl INFO 0 [199] R:OK -2015-03-08 23:08:11 queue INFO >>0 [200] -2015-03-08 23:08:11 sendUrl INFO 0 [200] R:OK -2015-03-08 23:09:01 queue INFO >>0 [201] -2015-03-08 23:09:01 sendUrl INFO 0 [201] R:OK -2015-03-08 23:09:51 queue INFO >>0 [202] -2015-03-08 23:09:52 sendUrl INFO 0 [202] R:OK -2015-03-08 23:10:41 queue INFO >>0 [203] -2015-03-08 23:10:41 sendUrl INFO 0 [203] R:OK -2015-03-08 23:11:31 queue INFO >>0 [204] -2015-03-08 23:11:32 sendUrl INFO 0 [204] R:OK -2015-03-08 23:12:21 queue INFO >>0 [205] -2015-03-08 23:12:22 sendUrl INFO 0 [205] R:OK -2015-03-08 23:13:12 queue INFO >>0 [206] -2015-03-08 23:13:12 sendUrl INFO 0 [206] R:OK -2015-03-08 23:14:02 queue INFO >>0 [207] -2015-03-08 23:14:02 sendUrl INFO 0 [207] R:OK -2015-03-08 23:14:52 queue INFO >>0 [208] -2015-03-08 23:14:52 sendUrl INFO 0 [208] R:OK -2015-03-08 23:15:42 queue INFO >>0 [209] -2015-03-08 23:15:42 sendUrl INFO 0 [209] R:OK -2015-03-08 23:16:32 queue INFO >>0 [210] -2015-03-08 23:16:33 sendUrl INFO 0 [210] R:OK -2015-03-08 23:17:22 queue INFO >>0 [211] -2015-03-08 23:17:23 sendUrl INFO 0 [211] R:OK -2015-03-08 23:18:13 queue INFO >>0 [212] -2015-03-08 23:18:13 sendUrl INFO 0 [212] R:OK -2015-03-08 23:19:03 queue INFO >>0 [213] -2015-03-08 23:19:03 sendUrl INFO 0 [213] R:OK -2015-03-08 23:19:53 queue INFO >>0 [214] -2015-03-08 23:19:53 sendUrl INFO 0 [214] R:OK -2015-03-08 23:20:43 queue INFO >>0 [215] -2015-03-08 23:20:43 sendUrl INFO 0 [215] R:OK -2015-03-08 23:21:33 queue INFO >>0 [216] -2015-03-08 23:21:33 sendUrl INFO 0 [216] R:OK -2015-03-08 23:22:23 queue INFO >>0 [217] -2015-03-08 23:22:24 sendUrl INFO 0 [217] R:OK -2015-03-08 23:23:13 queue INFO >>0 [218] -2015-03-08 23:23:14 sendUrl INFO 0 [218] R:OK -2015-03-08 23:24:04 queue INFO >>0 [219] -2015-03-08 23:24:04 sendUrl INFO 0 [219] R:OK -2015-03-08 23:24:54 queue INFO >>0 [220] -2015-03-08 23:24:54 sendUrl INFO 0 [220] R:OK -2015-03-08 23:25:44 queue INFO >>0 [221] -2015-03-08 23:25:44 sendUrl INFO 0 [221] R:OK -2015-03-08 23:26:34 queue INFO >>0 [222] -2015-03-08 23:26:34 sendUrl INFO 0 [222] R:OK -2015-03-08 23:27:24 queue INFO >>0 [223] -2015-03-08 23:27:25 sendUrl INFO 0 [223] R:OK -2015-03-08 23:28:14 queue INFO >>0 [224] -2015-03-08 23:28:15 sendUrl INFO 0 [224] R:OK -2015-03-08 23:29:05 queue INFO >>0 [225] -2015-03-08 23:29:05 sendUrl INFO 0 [225] R:OK -2015-03-08 23:29:55 queue INFO >>0 [226] -2015-03-08 23:29:55 sendUrl INFO 0 [226] R:OK -2015-03-08 23:30:45 queue INFO >>0 [227] -2015-03-08 23:30:45 sendUrl INFO 0 [227] R:OK -2015-03-08 23:31:35 queue INFO >>0 [228] -2015-03-08 23:31:35 sendUrl INFO 0 [228] R:OK -2015-03-08 23:32:25 queue INFO >>0 [229] -2015-03-08 23:32:26 sendUrl INFO 0 [229] R:OK -2015-03-08 23:33:15 queue INFO >>0 [230] -2015-03-08 23:33:15 sendUrl INFO 0 [230] R:OK -2015-03-08 23:34:05 queue INFO >>0 [231] -2015-03-08 23:34:06 sendUrl INFO 0 [231] R:OK -2015-03-08 23:34:56 queue INFO >>0 [232] -2015-03-08 23:34:56 sendUrl INFO 0 [232] R:OK -2015-03-08 23:35:46 queue INFO >>0 [233] -2015-03-08 23:35:46 sendUrl INFO 0 [233] R:OK -2015-03-08 23:36:36 queue INFO >>0 [234] -2015-03-08 23:36:36 sendUrl INFO 0 [234] R:OK -2015-03-08 23:37:26 queue INFO >>0 [235] -2015-03-08 23:37:27 sendUrl INFO 0 [235] R:OK -2015-03-08 23:38:16 queue INFO >>0 [236] -2015-03-08 23:38:16 sendUrl INFO 0 [236] R:OK -2015-03-08 23:39:06 queue INFO >>0 [237] -2015-03-08 23:39:07 sendUrl INFO 0 [237] R:OK -2015-03-08 23:39:57 queue INFO >>0 [238] -2015-03-08 23:39:57 sendUrl INFO 0 [238] R:OK -2015-03-08 23:40:47 queue INFO >>0 [239] -2015-03-08 23:40:47 sendUrl INFO 0 [239] R:OK -2015-03-08 23:41:37 queue INFO >>0 [240] -2015-03-08 23:41:37 sendUrl INFO 0 [240] R:OK -2015-03-08 23:42:27 queue INFO >>0 [241] -2015-03-08 23:42:27 sendUrl INFO 0 [241] R:OK -2015-03-08 23:43:17 queue INFO >>0 [242] -2015-03-08 23:43:17 sendUrl INFO 0 [242] R:OK -2015-03-08 23:44:07 queue INFO >>0 [243] -2015-03-08 23:44:08 sendUrl INFO 0 [243] R:OK -2015-03-08 23:44:57 queue INFO >>0 [244] -2015-03-08 23:44:58 sendUrl INFO 0 [244] R:OK -2015-03-08 23:45:48 queue INFO >>0 [245] -2015-03-08 23:45:48 sendUrl INFO 0 [245] R:OK -2015-03-08 23:46:38 queue INFO >>0 [246] -2015-03-08 23:46:38 sendUrl INFO 0 [246] R:OK -2015-03-08 23:47:28 queue INFO >>0 [247] -2015-03-08 23:47:28 sendUrl INFO 0 [247] R:OK -2015-03-08 23:48:18 queue INFO >>0 [248] -2015-03-08 23:48:18 sendUrl INFO 0 [248] R:OK -2015-03-08 23:49:08 queue INFO >>0 [249] -2015-03-08 23:49:08 sendUrl INFO 0 [249] R:OK -2015-03-08 23:49:58 queue INFO >>0 [250] -2015-03-08 23:49:59 sendUrl INFO 0 [250] R:OK -2015-03-08 23:50:48 queue INFO >>0 [251] -2015-03-08 23:50:49 sendUrl INFO 0 [251] R:OK -2015-03-08 23:51:39 queue INFO >>0 [252] -2015-03-08 23:51:39 sendUrl INFO 0 [252] R:OK -2015-03-08 23:52:29 queue INFO >>0 [253] -2015-03-08 23:52:29 sendUrl INFO 0 [253] R:OK -2015-03-08 23:53:19 queue INFO >>0 [254] -2015-03-08 23:53:19 sendUrl INFO 0 [254] R:OK -2015-03-08 23:54:09 queue INFO >>0 [255] -2015-03-08 23:54:09 sendUrl INFO 0 [255] R:OK -2015-03-08 23:54:59 queue INFO >>0 [256] -2015-03-08 23:55:00 sendUrl INFO 0 [256] R:OK -2015-03-08 23:55:49 queue INFO >>0 [257] -2015-03-08 23:55:49 sendUrl INFO 0 [257] R:OK -2015-03-08 23:56:39 queue INFO >>0 [258] -2015-03-08 23:56:40 sendUrl INFO 0 [258] R:OK -2015-03-08 23:57:30 queue INFO >>0 [259] -2015-03-08 23:57:30 sendUrl INFO 0 [259] R:OK -2015-03-08 23:58:20 queue INFO >>0 [260] -2015-03-08 23:58:20 sendUrl INFO 0 [260] R:OK -2015-03-08 23:59:10 queue INFO >>0 [261] -2015-03-08 23:59:10 sendUrl INFO 0 [261] R:OK -2015-03-09 00:00:00 queue INFO >>0 [262] -2015-03-09 00:00:00 sendUrl INFO 0 [262] R:OK -2015-03-09 00:00:50 queue INFO >>0 [263] -2015-03-09 00:00:50 sendUrl INFO 0 [263] R:OK -2015-03-09 00:01:40 queue INFO >>0 [264] -2015-03-09 00:01:41 sendUrl INFO 0 [264] R:OK -2015-03-09 00:02:30 queue INFO >>0 [265] -2015-03-09 00:02:31 sendUrl INFO 0 [265] R:OK -2015-03-09 00:03:21 queue INFO >>0 [266] -2015-03-09 00:03:21 sendUrl INFO 0 [266] R:OK -2015-03-09 00:04:11 queue INFO >>0 [267] -2015-03-09 00:04:11 sendUrl INFO 0 [267] R:OK -2015-03-09 00:05:01 queue INFO >>0 [268] -2015-03-09 00:05:01 sendUrl INFO 0 [268] R:OK -2015-03-09 00:05:51 queue INFO >>0 [269] -2015-03-09 00:05:51 sendUrl INFO 0 [269] R:OK -2015-03-09 00:06:41 queue INFO >>0 [270] -2015-03-09 00:06:41 sendUrl INFO 0 [270] R:OK -2015-03-09 00:07:31 queue INFO >>0 [271] -2015-03-09 00:07:32 sendUrl INFO 0 [271] R:OK -2015-03-09 00:08:21 queue INFO >>0 [272] -2015-03-09 00:08:21 sendUrl INFO 0 [272] R:OK -2015-03-09 00:09:12 queue INFO >>0 [273] -2015-03-09 00:09:12 sendUrl INFO 0 [273] R:OK -2015-03-09 00:10:02 queue INFO >>0 [274] -2015-03-09 00:10:02 sendUrl INFO 0 [274] R:OK -2015-03-09 00:10:52 queue INFO >>0 [275] -2015-03-09 00:10:52 sendUrl INFO 0 [275] R:OK -2015-03-09 00:11:42 queue INFO >>0 [276] -2015-03-09 00:11:42 sendUrl INFO 0 [276] R:OK -2015-03-09 00:12:32 queue INFO >>0 [277] -2015-03-09 00:12:33 sendUrl INFO 0 [277] R:OK -2015-03-09 00:13:22 queue INFO >>0 [278] -2015-03-09 00:13:23 sendUrl INFO 0 [278] R:OK -2015-03-09 00:14:12 queue INFO >>0 [279] -2015-03-09 00:14:13 sendUrl INFO 0 [279] R:OK -2015-03-09 00:15:03 queue INFO >>0 [280] -2015-03-09 00:15:03 sendUrl INFO 0 [280] R:OK -2015-03-09 00:15:53 queue INFO >>0 [281] -2015-03-09 00:15:53 sendUrl INFO 0 [281] R:OK -2015-03-09 00:16:43 queue INFO >>0 [282] -2015-03-09 00:16:43 sendUrl INFO 0 [282] R:OK -2015-03-09 00:17:33 queue INFO >>0 [283] -2015-03-09 00:17:33 sendUrl INFO 0 [283] R:OK -2015-03-09 00:18:23 queue INFO >>0 [284] -2015-03-09 00:18:24 sendUrl INFO 0 [284] R:OK -2015-03-09 00:19:13 queue INFO >>0 [285] -2015-03-09 00:19:14 sendUrl INFO 0 [285] R:OK -2015-03-09 00:20:04 queue INFO >>0 [286] -2015-03-09 00:20:04 sendUrl INFO 0 [286] R:OK -2015-03-09 00:20:54 queue INFO >>0 [287] -2015-03-09 00:20:54 sendUrl INFO 0 [287] R:OK -2015-03-09 00:21:44 queue INFO >>0 [288] -2015-03-09 00:21:44 sendUrl INFO 0 [288] R:OK -2015-03-09 00:22:34 queue INFO >>0 [289] -2015-03-09 00:22:34 sendUrl INFO 0 [289] R:OK -2015-03-09 00:23:24 queue INFO >>0 [290] -2015-03-09 00:23:25 sendUrl INFO 0 [290] R:OK -2015-03-09 00:24:14 queue INFO >>0 [291] -2015-03-09 00:24:15 sendUrl INFO 0 [291] R:OK -2015-03-09 00:25:04 queue INFO >>0 [292] -2015-03-09 00:25:05 sendUrl INFO 0 [292] R:OK -2015-03-09 00:25:55 queue INFO >>0 [293] -2015-03-09 00:25:55 sendUrl INFO 0 [293] R:OK -2015-03-09 00:26:45 queue INFO >>0 [294] -2015-03-09 00:26:45 sendUrl INFO 0 [294] R:OK -2015-03-09 00:27:35 queue INFO >>0 [295] -2015-03-09 00:27:35 sendUrl INFO 0 [295] R:OK -2015-03-09 00:28:25 queue INFO >>0 [296] -2015-03-09 00:28:26 sendUrl INFO 0 [296] R:OK -2015-03-09 00:29:15 queue INFO >>0 [297] -2015-03-09 00:29:15 sendUrl INFO 0 [297] R:OK -2015-03-09 00:30:05 queue INFO >>0 [298] -2015-03-09 00:30:06 sendUrl INFO 0 [298] R:OK -2015-03-09 00:30:55 queue INFO >>0 [299] -2015-03-09 00:30:56 sendUrl INFO 0 [299] R:OK -2015-03-09 00:31:46 queue INFO >>0 [300] -2015-03-09 00:31:46 sendUrl INFO 0 [300] R:OK -2015-03-09 00:32:36 queue INFO >>0 [301] -2015-03-09 00:32:36 sendUrl INFO 0 [301] R:OK -2015-03-09 00:33:26 queue INFO >>0 [302] -2015-03-09 00:33:26 sendUrl INFO 0 [302] R:OK -2015-03-09 00:34:16 queue INFO >>0 [303] -2015-03-09 00:34:16 sendUrl INFO 0 [303] R:OK -2015-03-09 00:35:06 queue INFO >>0 [304] -2015-03-09 00:35:07 sendUrl INFO 0 [304] R:OK -2015-03-09 00:35:56 queue INFO >>0 [305] -2015-03-09 00:35:57 sendUrl INFO 0 [305] R:OK -2015-03-09 00:36:46 queue INFO >>0 [306] -2015-03-09 00:36:47 sendUrl INFO 0 [306] R:OK -2015-03-09 00:37:37 queue INFO >>0 [307] -2015-03-09 00:37:37 sendUrl INFO 0 [307] R:OK -2015-03-09 00:38:27 queue INFO >>0 [308] -2015-03-09 00:38:27 sendUrl INFO 0 [308] R:OK -2015-03-09 00:39:17 queue INFO >>0 [309] -2015-03-09 00:39:17 sendUrl INFO 0 [309] R:OK -2015-03-09 00:40:07 queue INFO >>0 [310] -2015-03-09 00:40:07 sendUrl INFO 0 [310] R:OK -2015-03-09 00:40:57 queue INFO >>0 [311] -2015-03-09 00:40:58 sendUrl INFO 0 [311] R:OK -2015-03-09 00:41:47 queue INFO >>0 [312] -2015-03-09 00:41:48 sendUrl INFO 0 [312] R:OK -2015-03-09 00:42:37 queue INFO >>0 [313] -2015-03-09 00:42:38 sendUrl INFO 0 [313] R:OK -2015-03-09 00:43:28 queue INFO >>0 [314] -2015-03-09 00:43:28 sendUrl INFO 0 [314] R:OK -2015-03-09 00:44:18 queue INFO >>0 [315] -2015-03-09 00:44:18 sendUrl INFO 0 [315] R:OK -2015-03-09 00:45:08 queue INFO >>0 [316] -2015-03-09 00:45:08 sendUrl INFO 0 [316] R:OK -2015-03-09 00:45:58 queue INFO >>0 [317] -2015-03-09 00:45:59 sendUrl INFO 0 [317] R:OK -2015-03-09 00:46:48 queue INFO >>0 [318] -2015-03-09 00:46:48 sendUrl INFO 0 [318] R:OK -2015-03-09 00:47:38 queue INFO >>0 [319] -2015-03-09 00:47:39 sendUrl INFO 0 [319] R:OK -2015-03-09 00:48:29 queue INFO >>0 [320] -2015-03-09 00:48:29 sendUrl INFO 0 [320] R:OK -2015-03-09 00:49:19 queue INFO >>0 [321] -2015-03-09 00:49:19 sendUrl INFO 0 [321] R:OK -2015-03-09 00:50:09 queue INFO >>0 [322] -2015-03-09 00:50:09 sendUrl INFO 0 [322] R:OK -2015-03-09 00:50:59 queue INFO >>0 [323] -2015-03-09 00:51:00 sendUrl INFO 0 [323] R:OK -2015-03-09 00:51:49 queue INFO >>0 [324] -2015-03-09 00:51:49 sendUrl INFO 0 [324] R:OK -2015-03-09 00:52:39 queue INFO >>0 [325] -2015-03-09 00:52:40 sendUrl INFO 0 [325] R:OK -2015-03-09 00:53:29 queue INFO >>0 [326] -2015-03-09 00:53:30 sendUrl INFO 0 [326] R:OK -2015-03-09 00:54:20 queue INFO >>0 [327] -2015-03-09 00:54:20 sendUrl INFO 0 [327] R:OK -2015-03-09 00:55:10 queue INFO >>0 [328] -2015-03-09 00:55:10 sendUrl INFO 0 [328] R:OK -2015-03-09 00:56:00 queue INFO >>0 [329] -2015-03-09 00:56:00 sendUrl INFO 0 [329] R:OK -2015-03-09 00:56:50 queue INFO >>0 [330] -2015-03-09 00:56:50 sendUrl INFO 0 [330] R:OK -2015-03-09 00:57:40 queue INFO >>0 [331] -2015-03-09 00:57:41 sendUrl INFO 0 [331] R:OK -2015-03-09 00:58:30 queue INFO >>0 [332] -2015-03-09 00:58:31 sendUrl INFO 0 [332] R:OK -2015-03-09 00:59:21 queue INFO >>0 [333] -2015-03-09 00:59:21 sendUrl INFO 0 [333] R:OK -2015-03-09 01:00:11 queue INFO >>0 [334] -2015-03-09 01:00:11 sendUrl INFO 0 [334] R:OK -2015-03-09 01:01:01 queue INFO >>0 [335] -2015-03-09 01:01:01 sendUrl INFO 0 [335] R:OK -2015-03-09 01:01:51 queue INFO >>0 [336] -2015-03-09 01:01:51 sendUrl INFO 0 [336] R:OK -2015-03-09 01:02:41 queue INFO >>0 [337] -2015-03-09 01:02:41 sendUrl INFO 0 [337] R:OK -2015-03-09 01:03:31 queue INFO >>0 [338] -2015-03-09 01:03:32 sendUrl INFO 0 [338] R:OK -2015-03-09 01:04:21 queue INFO >>0 [339] -2015-03-09 01:04:22 sendUrl INFO 0 [339] R:OK -2015-03-09 01:05:12 queue INFO >>0 [340] -2015-03-09 01:05:12 sendUrl INFO 0 [340] R:OK -2015-03-09 01:06:02 queue INFO >>0 [341] -2015-03-09 01:06:02 sendUrl INFO 0 [341] R:OK -2015-03-09 01:06:52 queue INFO >>0 [342] -2015-03-09 01:06:52 sendUrl INFO 0 [342] R:OK -2015-03-09 01:07:42 queue INFO >>0 [343] -2015-03-09 01:07:42 sendUrl INFO 0 [343] R:OK -2015-03-09 01:08:32 queue INFO >>0 [344] -2015-03-09 01:08:33 sendUrl INFO 0 [344] R:OK -2015-03-09 01:09:22 queue INFO >>0 [345] -2015-03-09 01:09:23 sendUrl INFO 0 [345] R:OK -2015-03-09 01:10:13 queue INFO >>0 [346] -2015-03-09 01:10:13 sendUrl INFO 0 [346] R:OK -2015-03-09 01:11:03 queue INFO >>0 [347] -2015-03-09 01:11:03 sendUrl INFO 0 [347] R:OK -2015-03-09 01:11:53 queue INFO >>0 [348] -2015-03-09 01:11:53 sendUrl INFO 0 [348] R:OK -2015-03-09 01:12:43 queue INFO >>0 [349] -2015-03-09 01:12:43 sendUrl INFO 0 [349] R:OK -2015-03-09 01:13:33 queue INFO >>0 [350] -2015-03-09 01:13:34 sendUrl INFO 0 [350] R:OK -2015-03-09 01:14:23 queue INFO >>0 [351] -2015-03-09 01:14:23 sendUrl INFO 0 [351] R:OK -2015-03-09 01:15:13 queue INFO >>0 [352] -2015-03-09 01:15:14 sendUrl INFO 0 [352] R:OK -2015-03-09 01:16:04 queue INFO >>0 [353] -2015-03-09 01:16:04 sendUrl INFO 0 [353] R:OK -2015-03-09 01:16:54 queue INFO >>0 [354] -2015-03-09 01:16:54 sendUrl INFO 0 [354] R:OK -2015-03-09 01:17:44 queue INFO >>0 [355] -2015-03-09 01:17:44 sendUrl INFO 0 [355] R:OK -2015-03-09 01:18:34 queue INFO >>0 [356] -2015-03-09 01:18:34 sendUrl INFO 0 [356] R:OK -2015-03-09 01:19:24 queue INFO >>0 [357] -2015-03-09 01:19:24 sendUrl INFO 0 [357] R:OK -2015-03-09 01:20:14 queue INFO >>0 [358] -2015-03-09 01:20:14 sendUrl INFO 0 [358] R:OK -2015-03-09 01:21:04 queue INFO >>0 [359] -2015-03-09 01:21:05 sendUrl INFO 0 [359] R:OK -2015-03-09 01:21:55 queue INFO >>0 [360] -2015-03-09 01:21:55 sendUrl INFO 0 [360] R:OK -2015-03-09 01:22:45 queue INFO >>0 [361] -2015-03-09 01:22:45 sendUrl INFO 0 [361] R:OK -2015-03-09 01:23:35 queue INFO >>0 [362] -2015-03-09 01:23:35 sendUrl INFO 0 [362] R:OK -2015-03-09 01:24:25 queue INFO >>0 [363] -2015-03-09 01:24:25 sendUrl INFO 0 [363] R:OK -2015-03-09 01:25:15 queue INFO >>0 [364] -2015-03-09 01:25:15 sendUrl INFO 0 [364] R:OK -2015-03-09 01:26:05 queue INFO >>0 [365] -2015-03-09 01:26:06 sendUrl INFO 0 [365] R:OK -2015-03-09 01:26:55 queue INFO >>0 [366] -2015-03-09 01:26:56 sendUrl INFO 0 [366] R:OK -2015-03-09 01:27:46 queue INFO >>0 [367] -2015-03-09 01:27:46 sendUrl INFO 0 [367] R:OK -2015-03-09 01:28:36 queue INFO >>0 [368] -2015-03-09 01:28:36 sendUrl INFO 0 [368] R:OK -2015-03-09 01:29:26 queue INFO >>0 [369] -2015-03-09 01:29:26 sendUrl INFO 0 [369] R:OK -2015-03-09 01:30:16 queue INFO >>0 [370] -2015-03-09 01:30:16 sendUrl INFO 0 [370] R:OK -2015-03-09 01:31:06 queue INFO >>0 [371] -2015-03-09 01:31:07 sendUrl INFO 0 [371] R:OK -2015-03-09 01:31:56 queue INFO >>0 [372] -2015-03-09 01:31:57 sendUrl INFO 0 [372] R:OK -2015-03-09 01:32:47 queue INFO >>0 [373] -2015-03-09 01:32:47 sendUrl INFO 0 [373] R:OK -2015-03-09 01:33:37 queue INFO >>0 [374] -2015-03-09 01:33:37 sendUrl INFO 0 [374] R:OK -2015-03-09 01:34:27 queue INFO >>0 [375] -2015-03-09 01:34:27 sendUrl INFO 0 [375] R:OK -2015-03-09 01:35:17 queue INFO >>0 [376] -2015-03-09 01:35:17 sendUrl INFO 0 [376] R:OK -2015-03-09 01:36:07 queue INFO >>0 [377] -2015-03-09 01:36:08 sendUrl INFO 0 [377] R:OK -2015-03-09 01:36:57 queue INFO >>0 [378] -2015-03-09 01:36:58 sendUrl INFO 0 [378] R:OK -2015-03-09 01:37:47 queue INFO >>0 [379] -2015-03-09 01:37:48 sendUrl INFO 0 [379] R:OK -2015-03-09 01:38:38 queue INFO >>0 [380] -2015-03-09 01:38:38 sendUrl INFO 0 [380] R:OK -2015-03-09 01:39:28 queue INFO >>0 [381] -2015-03-09 01:39:28 sendUrl INFO 0 [381] R:OK -2015-03-09 01:40:18 queue INFO >>0 [382] -2015-03-09 01:40:18 sendUrl INFO 0 [382] R:OK -2015-03-09 01:41:08 queue INFO >>0 [383] -2015-03-09 01:41:08 sendUrl INFO 0 [383] R:OK -2015-03-09 01:41:58 queue INFO >>0 [384] -2015-03-09 01:41:59 sendUrl INFO 0 [384] R:OK -2015-03-09 01:42:48 queue INFO >>0 [385] -2015-03-09 01:42:49 sendUrl INFO 0 [385] R:OK -2015-03-09 01:43:39 queue INFO >>0 [386] -2015-03-09 01:43:39 sendUrl INFO 0 [386] R:OK -2015-03-09 01:44:29 queue INFO >>0 [387] -2015-03-09 01:44:29 sendUrl INFO 0 [387] R:OK -2015-03-09 01:45:19 queue INFO >>0 [388] -2015-03-09 01:45:19 sendUrl INFO 0 [388] R:OK -2015-03-09 01:46:09 queue INFO >>0 [389] -2015-03-09 01:46:09 sendUrl INFO 0 [389] R:OK -2015-03-09 01:46:59 queue INFO >>0 [390] -2015-03-09 01:47:00 sendUrl INFO 0 [390] R:OK -2015-03-09 01:47:49 queue INFO >>0 [391] -2015-03-09 01:47:49 sendUrl INFO 0 [391] R:OK -2015-03-09 01:48:39 queue INFO >>0 [392] -2015-03-09 01:48:40 sendUrl INFO 0 [392] R:OK -2015-03-09 01:49:30 queue INFO >>0 [393] -2015-03-09 01:49:30 sendUrl INFO 0 [393] R:OK -2015-03-09 01:50:20 queue INFO >>0 [394] -2015-03-09 01:50:20 sendUrl INFO 0 [394] R:OK -2015-03-09 01:51:10 queue INFO >>0 [395] -2015-03-09 01:51:10 sendUrl INFO 0 [395] R:OK -2015-03-09 01:52:00 queue INFO >>0 [396] -2015-03-09 01:52:01 sendUrl INFO 0 [396] R:OK -2015-03-09 01:52:50 queue INFO >>0 [397] -2015-03-09 01:52:50 sendUrl INFO 0 [397] R:OK -2015-03-09 01:53:40 queue INFO >>0 [398] -2015-03-09 01:53:41 sendUrl INFO 0 [398] R:OK -2015-03-09 01:54:31 queue INFO >>0 [399] -2015-03-09 01:54:31 sendUrl INFO 0 [399] R:OK -2015-03-09 01:55:21 queue INFO >>0 [400] -2015-03-09 01:55:21 sendUrl INFO 0 [400] R:OK -2015-03-09 01:56:11 queue INFO >>0 [401] -2015-03-09 01:56:11 sendUrl INFO 0 [401] R:OK -2015-03-09 01:57:01 queue INFO >>0 [402] -2015-03-09 01:57:01 sendUrl INFO 0 [402] R:OK -2015-03-09 01:57:51 queue INFO >>0 [403] -2015-03-09 01:57:51 sendUrl INFO 0 [403] R:OK -2015-03-09 01:58:41 queue INFO >>0 [404] -2015-03-09 01:58:42 sendUrl INFO 0 [404] R:OK -2015-03-09 01:59:31 queue INFO >>0 [405] -2015-03-09 01:59:32 sendUrl INFO 0 [405] R:OK -2015-03-09 02:00:22 queue INFO >>0 [406] -2015-03-09 02:00:22 sendUrl INFO 0 [406] R:OK -2015-03-09 02:01:12 queue INFO >>0 [407] -2015-03-09 02:01:12 sendUrl INFO 0 [407] R:OK -2015-03-09 02:02:02 queue INFO >>0 [408] -2015-03-09 02:02:02 sendUrl INFO 0 [408] R:OK -2015-03-09 02:02:52 queue INFO >>0 [409] -2015-03-09 02:02:52 sendUrl INFO 0 [409] R:OK -2015-03-09 02:03:42 queue INFO >>0 [410] -2015-03-09 02:03:42 sendUrl INFO 0 [410] R:OK -2015-03-09 02:04:32 queue INFO >>0 [411] -2015-03-09 02:04:33 sendUrl INFO 0 [411] R:OK -2015-03-09 02:05:23 queue INFO >>0 [412] -2015-03-09 02:05:23 sendUrl INFO 0 [412] R:OK -2015-03-09 02:06:13 queue INFO >>0 [413] -2015-03-09 02:06:13 sendUrl INFO 0 [413] R:OK -2015-03-09 02:07:03 queue INFO >>0 [414] -2015-03-09 02:07:03 sendUrl INFO 0 [414] R:OK -2015-03-09 02:07:53 queue INFO >>0 [415] -2015-03-09 02:07:53 sendUrl INFO 0 [415] R:OK -2015-03-09 02:08:43 queue INFO >>0 [416] -2015-03-09 02:08:43 sendUrl INFO 0 [416] R:OK -2015-03-09 02:09:33 queue INFO >>0 [417] -2015-03-09 02:09:34 sendUrl INFO 0 [417] R:OK -2015-03-09 02:10:23 queue INFO >>0 [418] -2015-03-09 02:10:24 sendUrl INFO 0 [418] R:OK -2015-03-09 02:11:14 queue INFO >>0 [419] -2015-03-09 02:11:14 sendUrl INFO 0 [419] R:OK -2015-03-09 02:12:04 queue INFO >>0 [420] -2015-03-09 02:12:04 sendUrl INFO 0 [420] R:OK -2015-03-09 02:12:54 queue INFO >>0 [421] -2015-03-09 02:12:54 sendUrl INFO 0 [421] R:OK -2015-03-09 02:13:44 queue INFO >>0 [422] -2015-03-09 02:13:44 sendUrl INFO 0 [422] R:OK -2015-03-09 02:14:34 queue INFO >>0 [423] -2015-03-09 02:14:35 sendUrl INFO 0 [423] R:OK -2015-03-09 02:15:24 queue INFO >>0 [424] -2015-03-09 02:15:24 sendUrl INFO 0 [424] R:OK -2015-03-09 02:16:15 queue INFO >>0 [425] -2015-03-09 02:16:15 sendUrl INFO 0 [425] R:OK -2015-03-09 02:17:05 queue INFO >>0 [426] -2015-03-09 02:17:05 sendUrl INFO 0 [426] R:OK -2015-03-09 02:17:55 queue INFO >>0 [427] -2015-03-09 02:17:55 sendUrl INFO 0 [427] R:OK -2015-03-09 02:18:45 queue INFO >>0 [428] -2015-03-09 02:18:45 sendUrl INFO 0 [428] R:OK -2015-03-09 02:19:35 queue INFO >>0 [429] -2015-03-09 02:19:36 sendUrl INFO 0 [429] R:OK -2015-03-09 02:20:25 queue INFO >>0 [430] -2015-03-09 02:20:26 sendUrl INFO 0 [430] R:OK -2015-03-09 02:21:15 queue INFO >>0 [431] -2015-03-09 02:21:16 sendUrl INFO 0 [431] R:OK -2015-03-09 02:22:06 queue INFO >>0 [432] -2015-03-09 02:22:06 sendUrl INFO 0 [432] R:OK -2015-03-09 02:22:56 queue INFO >>0 [433] -2015-03-09 02:22:56 sendUrl INFO 0 [433] R:OK -2015-03-09 02:23:46 queue INFO >>0 [434] -2015-03-09 02:23:46 sendUrl INFO 0 [434] R:OK -2015-03-09 02:24:36 queue INFO >>0 [435] -2015-03-09 02:24:36 sendUrl INFO 0 [435] R:OK -2015-03-09 02:25:26 queue INFO >>0 [436] -2015-03-09 02:25:27 sendUrl INFO 0 [436] R:OK -2015-03-09 02:26:16 queue INFO >>0 [437] -2015-03-09 02:26:17 sendUrl INFO 0 [437] R:OK -2015-03-09 02:27:07 queue INFO >>0 [438] -2015-03-09 02:27:07 sendUrl INFO 0 [438] R:OK -2015-03-09 02:27:57 queue INFO >>0 [439] -2015-03-09 02:27:57 sendUrl INFO 0 [439] R:OK -2015-03-09 02:28:47 queue INFO >>0 [440] -2015-03-09 02:28:47 sendUrl INFO 0 [440] R:OK -2015-03-09 02:29:37 queue INFO >>0 [441] -2015-03-09 02:29:37 sendUrl INFO 0 [441] R:OK -2015-03-09 02:30:27 queue INFO >>0 [442] -2015-03-09 02:30:28 sendUrl INFO 0 [442] R:OK -2015-03-09 02:31:17 queue INFO >>0 [443] -2015-03-09 02:31:17 sendUrl INFO 0 [443] R:OK -2015-03-09 02:32:07 queue INFO >>0 [444] -2015-03-09 02:32:08 sendUrl INFO 0 [444] R:OK -2015-03-09 02:32:57 queue INFO >>0 [445] -2015-03-09 02:32:58 sendUrl INFO 0 [445] R:OK -2015-03-09 02:33:48 queue INFO >>0 [446] -2015-03-09 02:33:48 sendUrl INFO 0 [446] R:OK -2015-03-09 02:34:38 queue INFO >>0 [447] -2015-03-09 02:34:38 sendUrl INFO 0 [447] R:OK -2015-03-09 02:35:28 queue INFO >>0 [448] -2015-03-09 02:35:28 sendUrl INFO 0 [448] R:OK -2015-03-09 02:36:18 queue INFO >>0 [449] -2015-03-09 02:36:18 sendUrl INFO 0 [449] R:OK -2015-03-09 02:37:08 queue INFO >>0 [450] -2015-03-09 02:37:09 sendUrl INFO 0 [450] R:OK -2015-03-09 02:37:58 queue INFO >>0 [451] -2015-03-09 02:37:59 sendUrl INFO 0 [451] R:OK -2015-03-09 02:38:48 queue INFO >>0 [452] -2015-03-09 02:38:49 sendUrl INFO 0 [452] R:OK -2015-03-09 02:39:39 queue INFO >>0 [453] -2015-03-09 02:39:39 sendUrl INFO 0 [453] R:OK -2015-03-09 02:40:29 queue INFO >>0 [454] -2015-03-09 02:40:29 sendUrl INFO 0 [454] R:OK -2015-03-09 02:41:19 queue INFO >>0 [455] -2015-03-09 02:41:19 sendUrl INFO 0 [455] R:OK -2015-03-09 02:42:09 queue INFO >>0 [456] -2015-03-09 02:42:09 sendUrl INFO 0 [456] R:OK -2015-03-09 02:42:59 queue INFO >>0 [457] -2015-03-09 02:43:00 sendUrl INFO 0 [457] R:OK -2015-03-09 02:43:49 queue INFO >>0 [458] -2015-03-09 02:43:49 sendUrl INFO 0 [458] R:OK -2015-03-09 02:44:39 queue INFO >>0 [459] -2015-03-09 02:44:40 sendUrl INFO 0 [459] R:OK -2015-03-09 02:45:30 queue INFO >>0 [460] -2015-03-09 02:45:30 sendUrl INFO 0 [460] R:OK -2015-03-09 02:46:20 queue INFO >>0 [461] -2015-03-09 02:46:20 sendUrl INFO 0 [461] R:OK -2015-03-09 02:47:10 queue INFO >>0 [462] -2015-03-09 02:47:10 sendUrl INFO 0 [462] R:OK -2015-03-09 02:48:00 queue INFO >>0 [463] -2015-03-09 02:48:00 sendUrl INFO 0 [463] R:OK -2015-03-09 02:48:50 queue INFO >>0 [464] -2015-03-09 02:48:50 sendUrl INFO 0 [464] R:OK -2015-03-09 02:49:40 queue INFO >>0 [465] -2015-03-09 02:49:41 sendUrl INFO 0 [465] R:OK -2015-03-09 02:50:30 queue INFO >>0 [466] -2015-03-09 02:50:31 sendUrl INFO 0 [466] R:OK -2015-03-09 02:51:21 queue INFO >>0 [467] -2015-03-09 02:51:21 sendUrl INFO 0 [467] R:OK -2015-03-09 02:52:11 queue INFO >>0 [468] -2015-03-09 02:52:11 sendUrl INFO 0 [468] R:OK -2015-03-09 02:53:01 queue INFO >>0 [469] -2015-03-09 02:53:01 sendUrl INFO 0 [469] R:OK -2015-03-09 02:53:51 queue INFO >>0 [470] -2015-03-09 02:53:51 sendUrl INFO 0 [470] R:OK -2015-03-09 02:54:41 queue INFO >>0 [471] -2015-03-09 02:54:41 sendUrl INFO 0 [471] R:OK -2015-03-09 02:55:31 queue INFO >>0 [472] -2015-03-09 02:55:32 sendUrl INFO 0 [472] R:OK -2015-03-09 02:56:21 queue INFO >>0 [473] -2015-03-09 02:56:22 sendUrl INFO 0 [473] R:OK -2015-03-09 02:57:12 queue INFO >>0 [474] -2015-03-09 02:57:12 sendUrl INFO 0 [474] R:OK -2015-03-09 02:58:02 queue INFO >>0 [475] -2015-03-09 02:58:02 sendUrl INFO 0 [475] R:OK -2015-03-09 02:58:52 queue INFO >>0 [476] -2015-03-09 02:58:52 sendUrl INFO 0 [476] R:OK -2015-03-09 02:59:42 queue INFO >>0 [477] -2015-03-09 02:59:42 sendUrl INFO 0 [477] R:OK -2015-03-09 03:00:32 queue INFO >>0 [478] -2015-03-09 03:00:33 sendUrl INFO 0 [478] R:OK -2015-03-09 03:01:22 queue INFO >>0 [479] -2015-03-09 03:01:23 sendUrl INFO 0 [479] R:OK -2015-03-09 03:02:13 queue INFO >>0 [480] -2015-03-09 03:02:13 sendUrl INFO 0 [480] R:OK -2015-03-09 03:03:03 queue INFO >>0 [481] -2015-03-09 03:03:03 sendUrl INFO 0 [481] R:OK -2015-03-09 03:03:53 queue INFO >>0 [482] -2015-03-09 03:03:53 sendUrl INFO 0 [482] R:OK -2015-03-09 03:04:43 queue INFO >>0 [483] -2015-03-09 03:04:43 sendUrl INFO 0 [483] R:OK -2015-03-09 03:05:33 queue INFO >>0 [484] -2015-03-09 03:05:34 sendUrl INFO 0 [484] R:OK -2015-03-09 03:06:23 queue INFO >>0 [485] -2015-03-09 03:06:23 sendUrl INFO 0 [485] R:OK -2015-03-09 03:07:13 queue INFO >>0 [486] -2015-03-09 03:07:14 sendUrl INFO 0 [486] R:OK -2015-03-09 03:08:04 queue INFO >>0 [487] -2015-03-09 03:08:04 sendUrl INFO 0 [487] R:OK -2015-03-09 03:08:54 queue INFO >>0 [488] -2015-03-09 03:08:54 sendUrl INFO 0 [488] R:OK -2015-03-09 03:09:44 queue INFO >>0 [489] -2015-03-09 03:09:44 sendUrl INFO 0 [489] R:OK -2015-03-09 03:10:34 queue INFO >>0 [490] -2015-03-09 03:10:35 sendUrl INFO 0 [490] R:OK -2015-03-09 03:11:24 queue INFO >>0 [491] -2015-03-09 03:11:24 sendUrl INFO 0 [491] R:OK -2015-03-09 03:12:14 queue INFO >>0 [492] -2015-03-09 03:12:15 sendUrl INFO 0 [492] R:OK -2015-03-09 03:13:05 queue INFO >>0 [493] -2015-03-09 03:13:05 sendUrl INFO 0 [493] R:OK -2015-03-09 03:13:55 queue INFO >>0 [494] -2015-03-09 03:13:55 sendUrl INFO 0 [494] R:OK -2015-03-09 03:14:45 queue INFO >>0 [495] -2015-03-09 03:14:45 sendUrl INFO 0 [495] R:OK -2015-03-09 03:15:35 queue INFO >>0 [496] -2015-03-09 03:15:35 sendUrl INFO 0 [496] R:OK -2015-03-09 03:16:25 queue INFO >>0 [497] -2015-03-09 03:16:26 sendUrl INFO 0 [497] R:OK -2015-03-09 03:17:15 queue INFO >>0 [498] -2015-03-09 03:17:16 sendUrl INFO 0 [498] R:OK -2015-03-09 03:18:05 queue INFO >>0 [499] -2015-03-09 03:18:06 sendUrl INFO 0 [499] R:OK -2015-03-09 03:18:56 queue INFO >>0 [500] -2015-03-09 03:18:56 sendUrl INFO 0 [500] R:OK -2015-03-09 03:19:46 queue INFO >>0 [501] -2015-03-09 03:19:46 sendUrl INFO 0 [501] R:OK -2015-03-09 03:20:36 queue INFO >>0 [502] -2015-03-09 03:20:36 sendUrl INFO 0 [502] R:OK -2015-03-09 03:21:26 queue INFO >>0 [503] -2015-03-09 03:21:27 sendUrl INFO 0 [503] R:OK -2015-03-09 03:22:16 queue INFO >>0 [504] -2015-03-09 03:22:16 sendUrl INFO 0 [504] R:OK -2015-03-09 03:23:06 queue INFO >>0 [505] -2015-03-09 03:23:07 sendUrl INFO 0 [505] R:OK -2015-03-09 03:23:57 queue INFO >>0 [506] -2015-03-09 03:23:57 sendUrl INFO 0 [506] R:OK -2015-03-09 03:24:47 queue INFO >>0 [507] -2015-03-09 03:24:47 sendUrl INFO 0 [507] R:OK -2015-03-09 03:25:37 queue INFO >>0 [508] -2015-03-09 03:25:37 sendUrl INFO 0 [508] R:OK -2015-03-09 03:26:27 queue INFO >>0 [509] -2015-03-09 03:26:27 sendUrl INFO 0 [509] R:OK -2015-03-09 03:27:17 queue INFO >>0 [510] -2015-03-09 03:27:17 sendUrl INFO 0 [510] R:OK -2015-03-09 03:28:07 queue INFO >>0 [511] -2015-03-09 03:28:08 sendUrl INFO 0 [511] R:OK -2015-03-09 03:28:57 queue INFO >>0 [512] -2015-03-09 03:28:58 sendUrl INFO 0 [512] R:OK -2015-03-09 03:29:47 queue INFO >>0 [513] -2015-03-09 03:29:48 sendUrl INFO 0 [513] R:OK -2015-03-09 03:30:38 queue INFO >>0 [514] -2015-03-09 03:30:38 sendUrl INFO 0 [514] R:OK -2015-03-09 03:31:28 queue INFO >>0 [515] -2015-03-09 03:31:28 sendUrl INFO 0 [515] R:OK -2015-03-09 03:32:18 queue INFO >>0 [516] -2015-03-09 03:32:18 sendUrl INFO 0 [516] R:OK -2015-03-09 03:33:08 queue INFO >>0 [517] -2015-03-09 03:33:08 sendUrl INFO 0 [517] R:OK -2015-03-09 03:33:58 queue INFO >>0 [518] -2015-03-09 03:33:59 sendUrl INFO 0 [518] R:OK -2015-03-09 03:34:48 queue INFO >>0 [519] -2015-03-09 03:34:49 sendUrl INFO 0 [519] R:OK -2015-03-09 03:35:39 queue INFO >>0 [520] -2015-03-09 03:35:39 sendUrl INFO 0 [520] R:OK -2015-03-09 03:36:29 queue INFO >>0 [521] -2015-03-09 03:36:29 sendUrl INFO 0 [521] R:OK -2015-03-09 03:37:19 queue INFO >>0 [522] -2015-03-09 03:37:19 sendUrl INFO 0 [522] R:OK -2015-03-09 03:38:09 queue INFO >>0 [523] -2015-03-09 03:38:09 sendUrl INFO 0 [523] R:OK -2015-03-09 03:38:59 queue INFO >>0 [524] -2015-03-09 03:39:00 sendUrl INFO 0 [524] R:OK -2015-03-09 03:39:49 queue INFO >>0 [525] -2015-03-09 03:39:49 sendUrl INFO 0 [525] R:OK -2015-03-09 03:40:39 queue INFO >>0 [526] -2015-03-09 03:40:40 sendUrl INFO 0 [526] R:OK -2015-03-09 03:41:30 queue INFO >>0 [527] -2015-03-09 03:41:30 sendUrl INFO 0 [527] R:OK -2015-03-09 03:42:20 queue INFO >>0 [528] -2015-03-09 03:42:20 sendUrl INFO 0 [528] R:OK -2015-03-09 03:43:10 queue INFO >>0 [529] -2015-03-09 03:43:10 sendUrl INFO 0 [529] R:OK -2015-03-09 03:44:00 queue INFO >>0 [530] -2015-03-09 03:44:01 sendUrl INFO 0 [530] R:OK -2015-03-09 03:44:50 queue INFO >>0 [531] -2015-03-09 03:44:50 sendUrl INFO 0 [531] R:OK -2015-03-09 03:45:40 queue INFO >>0 [532] -2015-03-09 03:45:41 sendUrl INFO 0 [532] R:OK -2015-03-09 03:46:31 queue INFO >>0 [533] -2015-03-09 03:46:31 sendUrl INFO 0 [533] R:OK -2015-03-09 03:47:21 queue INFO >>0 [534] -2015-03-09 03:47:21 sendUrl INFO 0 [534] R:OK -2015-03-09 03:48:11 queue INFO >>0 [535] -2015-03-09 03:48:11 sendUrl INFO 0 [535] R:OK -2015-03-09 03:49:01 queue INFO >>0 [536] -2015-03-09 03:49:02 sendUrl INFO 0 [536] R:OK -2015-03-09 03:49:51 queue INFO >>0 [537] -2015-03-09 03:49:51 sendUrl INFO 0 [537] R:OK -2015-03-09 03:50:41 queue INFO >>0 [538] -2015-03-09 03:50:42 sendUrl INFO 0 [538] R:OK -2015-03-09 03:51:31 queue INFO >>0 [539] -2015-03-09 03:51:32 sendUrl INFO 0 [539] R:OK -2015-03-09 03:52:22 queue INFO >>0 [540] -2015-03-09 03:52:22 sendUrl INFO 0 [540] R:OK -2015-03-09 03:53:12 queue INFO >>0 [541] -2015-03-09 03:53:12 sendUrl INFO 0 [541] R:OK -2015-03-09 03:54:02 queue INFO >>0 [542] -2015-03-09 03:54:02 sendUrl INFO 0 [542] R:OK -2015-03-09 03:54:52 queue INFO >>0 [543] -2015-03-09 03:54:52 sendUrl INFO 0 [543] R:OK -2015-03-09 03:55:42 queue INFO >>0 [544] -2015-03-09 03:55:42 sendUrl INFO 0 [544] R:OK -2015-03-09 03:56:32 queue INFO >>0 [545] -2015-03-09 03:56:33 sendUrl INFO 0 [545] R:OK -2015-03-09 03:57:22 queue INFO >>0 [546] -2015-03-09 03:57:23 sendUrl INFO 0 [546] R:OK -2015-03-09 03:58:12 queue INFO >>0 [547] -2015-03-09 03:58:13 sendUrl INFO 0 [547] R:OK -2015-03-09 03:59:03 queue INFO >>0 [548] -2015-03-09 03:59:03 sendUrl INFO 0 [548] R:OK -2015-03-09 03:59:53 queue INFO >>0 [549] -2015-03-09 03:59:53 sendUrl INFO 0 [549] R:OK -2015-03-09 04:00:43 queue INFO >>0 [550] -2015-03-09 04:00:43 sendUrl INFO 0 [550] R:OK -2015-03-09 04:01:33 queue INFO >>0 [551] -2015-03-09 04:01:34 sendUrl INFO 0 [551] R:OK -2015-03-09 04:02:23 queue INFO >>0 [552] -2015-03-09 04:02:23 sendUrl INFO 0 [552] R:OK -2015-03-09 04:03:13 queue INFO >>0 [553] -2015-03-09 04:03:14 sendUrl INFO 0 [553] R:OK -2015-03-09 04:04:04 queue INFO >>0 [554] -2015-03-09 04:04:04 sendUrl INFO 0 [554] R:OK -2015-03-09 04:04:54 queue INFO >>0 [555] -2015-03-09 04:04:54 sendUrl INFO 0 [555] R:OK -2015-03-09 04:05:44 queue INFO >>0 [556] -2015-03-09 04:05:44 sendUrl INFO 0 [556] R:OK -2015-03-09 04:06:34 queue INFO >>0 [557] -2015-03-09 04:06:35 sendUrl INFO 0 [557] R:OK -2015-03-09 04:07:24 queue INFO >>0 [558] -2015-03-09 04:07:24 sendUrl INFO 0 [558] R:OK -2015-03-09 04:08:14 queue INFO >>0 [559] -2015-03-09 04:08:15 sendUrl INFO 0 [559] R:OK -2015-03-09 04:09:04 queue INFO >>0 [560] -2015-03-09 04:09:05 sendUrl INFO 0 [560] R:OK -2015-03-09 04:09:55 queue INFO >>0 [561] -2015-03-09 04:09:55 sendUrl INFO 0 [561] R:OK -2015-03-09 04:10:45 queue INFO >>0 [562] -2015-03-09 04:10:45 sendUrl INFO 0 [562] R:OK -2015-03-09 04:11:35 queue INFO >>0 [563] -2015-03-09 04:11:35 sendUrl INFO 0 [563] R:OK -2015-03-09 04:12:25 queue INFO >>0 [564] -2015-03-09 04:12:25 sendUrl INFO 0 [564] R:OK -2015-03-09 04:13:15 queue INFO >>0 [565] -2015-03-09 04:13:16 sendUrl INFO 0 [565] R:OK -2015-03-09 04:14:05 queue INFO >>0 [566] -2015-03-09 04:14:06 sendUrl INFO 0 [566] R:OK -2015-03-09 04:14:56 queue INFO >>0 [567] -2015-03-09 04:14:56 sendUrl INFO 0 [567] R:OK -2015-03-09 04:15:46 queue INFO >>0 [568] -2015-03-09 04:15:46 sendUrl INFO 0 [568] R:OK -2015-03-09 04:16:36 queue INFO >>0 [569] -2015-03-09 04:16:36 sendUrl INFO 0 [569] R:OK -2015-03-09 04:17:26 queue INFO >>0 [570] -2015-03-09 04:17:26 sendUrl INFO 0 [570] R:OK -2015-03-09 04:18:16 queue INFO >>0 [571] -2015-03-09 04:18:16 sendUrl INFO 0 [571] R:OK -2015-03-09 04:19:06 queue INFO >>0 [572] -2015-03-09 04:19:07 sendUrl INFO 0 [572] R:OK -2015-03-09 04:19:56 queue INFO >>0 [573] -2015-03-09 04:19:57 sendUrl INFO 0 [573] R:OK -2015-03-09 04:20:47 queue INFO >>0 [574] -2015-03-09 04:20:47 sendUrl INFO 0 [574] R:OK -2015-03-09 04:21:37 queue INFO >>0 [575] -2015-03-09 04:21:37 sendUrl INFO 0 [575] R:OK -2015-03-09 04:22:27 queue INFO >>0 [576] -2015-03-09 04:22:27 sendUrl INFO 0 [576] R:OK -2015-03-09 04:23:17 queue INFO >>0 [577] -2015-03-09 04:23:17 sendUrl INFO 0 [577] R:OK -2015-03-09 04:24:07 queue INFO >>0 [578] -2015-03-09 04:24:08 sendUrl INFO 0 [578] R:OK -2015-03-09 04:24:57 queue INFO >>0 [579] -2015-03-09 04:24:58 sendUrl INFO 0 [579] R:OK -2015-03-09 04:25:48 queue INFO >>0 [580] -2015-03-09 04:25:48 sendUrl INFO 0 [580] R:OK -2015-03-09 04:26:38 queue INFO >>0 [581] -2015-03-09 04:26:38 sendUrl INFO 0 [581] R:OK -2015-03-09 04:27:28 queue INFO >>0 [582] -2015-03-09 04:27:28 sendUrl INFO 0 [582] R:OK -2015-03-09 04:28:18 queue INFO >>0 [583] -2015-03-09 04:28:18 sendUrl INFO 0 [583] R:OK -2015-03-09 04:29:08 queue INFO >>0 [584] -2015-03-09 04:29:09 sendUrl INFO 0 [584] R:OK -2015-03-09 04:29:58 queue INFO >>0 [585] -2015-03-09 04:29:58 sendUrl INFO 0 [585] R:OK -2015-03-09 04:30:48 queue INFO >>0 [586] -2015-03-09 04:30:49 sendUrl INFO 0 [586] R:OK -2015-03-09 04:31:39 queue INFO >>0 [587] -2015-03-09 04:31:39 sendUrl INFO 0 [587] R:OK -2015-03-09 04:32:29 queue INFO >>0 [588] -2015-03-09 04:32:29 sendUrl INFO 0 [588] R:OK -2015-03-09 04:33:19 queue INFO >>0 [589] -2015-03-09 04:33:19 sendUrl INFO 0 [589] R:OK -2015-03-09 04:34:09 queue INFO >>0 [590] -2015-03-09 04:34:09 sendUrl INFO 0 [590] R:OK -2015-03-09 04:34:59 queue INFO >>0 [591] -2015-03-09 04:34:59 sendUrl INFO 0 [591] R:OK -2015-03-09 04:35:49 queue INFO >>0 [592] -2015-03-09 04:35:50 sendUrl INFO 0 [592] R:OK -2015-03-09 04:36:39 queue INFO >>0 [593] -2015-03-09 04:36:40 sendUrl INFO 0 [593] R:OK -2015-03-09 04:37:30 queue INFO >>0 [594] -2015-03-09 04:37:30 sendUrl INFO 0 [594] R:OK -2015-03-09 04:38:20 queue INFO >>0 [595] -2015-03-09 04:38:20 sendUrl INFO 0 [595] R:OK -2015-03-09 04:39:10 queue INFO >>0 [596] -2015-03-09 04:39:10 sendUrl INFO 0 [596] R:OK -2015-03-09 04:40:00 queue INFO >>0 [597] -2015-03-09 04:40:00 sendUrl INFO 0 [597] R:OK -2015-03-09 04:40:50 queue INFO >>0 [598] -2015-03-09 04:40:50 sendUrl INFO 0 [598] R:OK -2015-03-09 04:41:40 queue INFO >>0 [599] -2015-03-09 04:41:41 sendUrl INFO 0 [599] R:OK -2015-03-09 04:42:30 queue INFO >>0 [600] -2015-03-09 04:42:31 sendUrl INFO 0 [600] R:OK -2015-03-09 04:43:21 queue INFO >>0 [601] -2015-03-09 04:43:21 sendUrl INFO 0 [601] R:OK -2015-03-09 04:44:11 queue INFO >>0 [602] -2015-03-09 04:44:11 sendUrl INFO 0 [602] R:OK -2015-03-09 04:45:01 queue INFO >>0 [603] -2015-03-09 04:45:01 sendUrl INFO 0 [603] R:OK -2015-03-09 04:45:51 queue INFO >>0 [604] -2015-03-09 04:45:51 sendUrl INFO 0 [604] R:OK -2015-03-09 04:46:41 queue INFO >>0 [605] -2015-03-09 04:46:42 sendUrl INFO 0 [605] R:OK -2015-03-09 04:47:31 queue INFO >>0 [606] -2015-03-09 04:47:31 sendUrl INFO 0 [606] R:OK -2015-03-09 04:48:21 queue INFO >>0 [607] -2015-03-09 04:48:22 sendUrl INFO 0 [607] R:OK -2015-03-09 04:49:12 queue INFO >>0 [608] -2015-03-09 04:49:12 sendUrl INFO 0 [608] R:OK -2015-03-09 04:50:02 queue INFO >>0 [609] -2015-03-09 04:50:02 sendUrl INFO 0 [609] R:OK -2015-03-09 04:50:52 queue INFO >>0 [610] -2015-03-09 04:50:52 sendUrl INFO 0 [610] R:OK -2015-03-09 04:51:42 queue INFO >>0 [611] -2015-03-09 04:51:43 sendUrl INFO 0 [611] R:OK -2015-03-09 04:52:32 queue INFO >>0 [612] -2015-03-09 04:52:32 sendUrl INFO 0 [612] R:OK -2015-03-09 04:53:22 queue INFO >>0 [613] -2015-03-09 04:53:23 sendUrl INFO 0 [613] R:OK -2015-03-09 04:54:13 queue INFO >>0 [614] -2015-03-09 04:54:13 sendUrl INFO 0 [614] R:OK -2015-03-09 04:55:03 queue INFO >>0 [615] -2015-03-09 04:55:03 sendUrl INFO 0 [615] R:OK -2015-03-09 04:55:53 queue INFO >>0 [616] -2015-03-09 04:55:53 sendUrl INFO 0 [616] R:OK -2015-03-09 04:56:43 queue INFO >>0 [617] -2015-03-09 04:56:43 sendUrl INFO 0 [617] R:OK -2015-03-09 04:57:33 queue INFO >>0 [618] -2015-03-09 04:57:33 sendUrl INFO 0 [618] R:OK -2015-03-09 04:58:23 queue INFO >>0 [619] -2015-03-09 04:58:24 sendUrl INFO 0 [619] R:OK -2015-03-09 04:59:13 queue INFO >>0 [620] -2015-03-09 04:59:14 sendUrl INFO 0 [620] R:OK -2015-03-09 05:00:04 queue INFO >>0 [621] -2015-03-09 05:00:04 sendUrl INFO 0 [621] R:OK -2015-03-09 05:00:54 queue INFO >>0 [622] -2015-03-09 05:00:54 sendUrl INFO 0 [622] R:OK -2015-03-09 05:01:44 queue INFO >>0 [623] -2015-03-09 05:01:44 sendUrl INFO 0 [623] R:OK -2015-03-09 05:02:34 queue INFO >>0 [624] -2015-03-09 05:02:34 sendUrl INFO 0 [624] R:OK -2015-03-09 05:03:24 queue INFO >>0 [625] -2015-03-09 05:03:24 sendUrl INFO 0 [625] R:OK -2015-03-09 05:04:14 queue INFO >>0 [626] -2015-03-09 05:04:15 sendUrl INFO 0 [626] R:OK -2015-03-09 05:05:05 queue INFO >>0 [627] -2015-03-09 05:05:05 sendUrl INFO 0 [627] R:OK -2015-03-09 05:05:55 queue INFO >>0 [628] -2015-03-09 05:05:55 sendUrl INFO 0 [628] R:OK -2015-03-09 05:06:45 queue INFO >>0 [629] -2015-03-09 05:06:45 sendUrl INFO 0 [629] R:OK -2015-03-09 05:07:35 queue INFO >>0 [630] -2015-03-09 05:07:36 sendUrl INFO 0 [630] R:OK -2015-03-09 05:08:25 queue INFO >>0 [631] -2015-03-09 05:08:25 sendUrl INFO 0 [631] R:OK -2015-03-09 05:09:15 queue INFO >>0 [632] -2015-03-09 05:09:16 sendUrl INFO 0 [632] R:OK -2015-03-09 05:10:05 queue INFO >>0 [633] -2015-03-09 05:10:06 sendUrl INFO 0 [633] R:OK -2015-03-09 05:10:56 queue INFO >>0 [634] -2015-03-09 05:10:56 sendUrl INFO 0 [634] R:OK -2015-03-09 05:11:46 queue INFO >>0 [635] -2015-03-09 05:11:46 sendUrl INFO 0 [635] R:OK -2015-03-09 05:12:36 queue INFO >>0 [636] -2015-03-09 05:12:36 sendUrl INFO 0 [636] R:OK -2015-03-09 05:13:26 queue INFO >>0 [637] -2015-03-09 05:13:26 sendUrl INFO 0 [637] R:OK -2015-03-09 05:14:16 queue INFO >>0 [638] -2015-03-09 05:14:17 sendUrl INFO 0 [638] R:OK -2015-03-09 05:15:06 queue INFO >>0 [639] -2015-03-09 05:15:07 sendUrl INFO 0 [639] R:OK -2015-03-09 05:15:57 queue INFO >>0 [640] -2015-03-09 05:15:57 sendUrl INFO 0 [640] R:OK -2015-03-09 05:16:47 queue INFO >>0 [641] -2015-03-09 05:16:47 sendUrl INFO 0 [641] R:OK -2015-03-09 05:17:37 queue INFO >>0 [642] -2015-03-09 05:17:37 sendUrl INFO 0 [642] R:OK -2015-03-09 05:18:27 queue INFO >>0 [643] -2015-03-09 05:18:27 sendUrl INFO 0 [643] R:OK -2015-03-09 05:19:17 queue INFO >>0 [644] -2015-03-09 05:19:18 sendUrl INFO 0 [644] R:OK -2015-03-09 05:20:07 queue INFO >>0 [645] -2015-03-09 05:20:08 sendUrl INFO 0 [645] R:OK -2015-03-09 05:20:57 queue INFO >>0 [646] -2015-03-09 05:20:58 sendUrl INFO 0 [646] R:OK -2015-03-09 05:21:48 queue INFO >>0 [647] -2015-03-09 05:21:48 sendUrl INFO 0 [647] R:OK -2015-03-09 05:22:38 queue INFO >>0 [648] -2015-03-09 05:22:38 sendUrl INFO 0 [648] R:OK -2015-03-09 05:23:28 queue INFO >>0 [649] -2015-03-09 05:23:28 sendUrl INFO 0 [649] R:OK -2015-03-09 05:24:18 queue INFO >>0 [650] -2015-03-09 05:24:18 sendUrl INFO 0 [650] R:OK -2015-03-09 05:25:08 queue INFO >>0 [651] -2015-03-09 05:25:09 sendUrl INFO 0 [651] R:OK -2015-03-09 05:25:58 queue INFO >>0 [652] -2015-03-09 05:25:58 sendUrl INFO 0 [652] R:OK -2015-03-09 05:26:48 queue INFO >>0 [653] -2015-03-09 05:26:49 sendUrl INFO 0 [653] R:OK -2015-03-09 05:27:38 queue INFO >>0 [654] -2015-03-09 05:27:39 sendUrl INFO 0 [654] R:OK -2015-03-09 05:28:29 queue INFO >>0 [655] -2015-03-09 05:28:29 sendUrl INFO 0 [655] R:OK -2015-03-09 05:29:19 queue INFO >>0 [656] -2015-03-09 05:29:19 sendUrl INFO 0 [656] R:OK -2015-03-09 05:30:09 queue INFO >>0 [657] -2015-03-09 05:30:09 sendUrl INFO 0 [657] R:OK -2015-03-09 05:30:59 queue INFO >>0 [658] -2015-03-09 05:30:59 sendUrl INFO 0 [658] R:OK -2015-03-09 05:31:49 queue INFO >>0 [659] -2015-03-09 05:31:50 sendUrl INFO 0 [659] R:OK -2015-03-09 05:32:39 queue INFO >>0 [660] -2015-03-09 05:32:40 sendUrl INFO 0 [660] R:OK -2015-03-09 05:33:30 queue INFO >>0 [661] -2015-03-09 05:33:30 sendUrl INFO 0 [661] R:OK -2015-03-09 05:34:20 queue INFO >>0 [662] -2015-03-09 05:34:20 sendUrl INFO 0 [662] R:OK -2015-03-09 05:35:10 queue INFO >>0 [663] -2015-03-09 05:35:10 sendUrl INFO 0 [663] R:OK -2015-03-09 05:36:00 queue INFO >>0 [664] -2015-03-09 05:36:00 sendUrl INFO 0 [664] R:OK -2015-03-09 05:36:50 queue INFO >>0 [665] -2015-03-09 05:36:51 sendUrl INFO 0 [665] R:OK -2015-03-09 05:37:40 queue INFO >>0 [666] -2015-03-09 05:37:41 sendUrl INFO 0 [666] R:OK -2015-03-09 05:38:30 queue INFO >>0 [667] -2015-03-09 05:38:31 sendUrl INFO 0 [667] R:OK -2015-03-09 05:39:21 queue INFO >>0 [668] -2015-03-09 05:39:21 sendUrl INFO 0 [668] R:OK -2015-03-09 05:40:11 queue INFO >>0 [669] -2015-03-09 05:40:11 sendUrl INFO 0 [669] R:OK -2015-03-09 05:41:01 queue INFO >>0 [670] -2015-03-09 05:41:02 sendUrl INFO 0 [670] R:OK -2015-03-09 05:41:51 queue INFO >>0 [671] -2015-03-09 05:41:51 sendUrl INFO 0 [671] R:OK -2015-03-09 05:42:41 queue INFO >>0 [672] -2015-03-09 05:42:42 sendUrl INFO 0 [672] R:OK -2015-03-09 05:43:31 queue INFO >>0 [673] -2015-03-09 05:43:32 sendUrl INFO 0 [673] R:OK -2015-03-09 05:44:22 queue INFO >>0 [674] -2015-03-09 05:44:22 sendUrl INFO 0 [674] R:OK -2015-03-09 05:45:12 queue INFO >>0 [675] -2015-03-09 05:45:12 sendUrl INFO 0 [675] R:OK -2015-03-09 05:46:02 queue INFO >>0 [676] -2015-03-09 05:46:02 sendUrl INFO 0 [676] R:OK -2015-03-09 05:46:52 queue INFO >>0 [677] -2015-03-09 05:46:52 sendUrl INFO 0 [677] R:OK -2015-03-09 05:47:42 queue INFO >>0 [678] -2015-03-09 05:47:43 sendUrl INFO 0 [678] R:OK -2015-03-09 05:48:32 queue INFO >>0 [679] -2015-03-09 05:48:32 sendUrl INFO 0 [679] R:OK -2015-03-09 05:49:22 queue INFO >>0 [680] -2015-03-09 05:49:23 sendUrl INFO 0 [680] R:OK -2015-03-09 05:50:13 queue INFO >>0 [681] -2015-03-09 05:50:13 sendUrl INFO 0 [681] R:OK -2015-03-09 05:51:03 queue INFO >>0 [682] -2015-03-09 05:51:03 sendUrl INFO 0 [682] R:OK -2015-03-09 05:51:53 queue INFO >>0 [683] -2015-03-09 05:51:53 sendUrl INFO 0 [683] R:OK -2015-03-09 05:52:43 queue INFO >>0 [684] -2015-03-09 05:52:44 sendUrl INFO 0 [684] R:OK -2015-03-09 05:53:33 queue INFO >>0 [685] -2015-03-09 05:53:33 sendUrl INFO 0 [685] R:OK -2015-03-09 05:54:23 queue INFO >>0 [686] -2015-03-09 05:54:24 sendUrl INFO 0 [686] R:OK -2015-03-09 05:55:14 queue INFO >>0 [687] -2015-03-09 05:55:14 sendUrl INFO 0 [687] R:OK -2015-03-09 05:56:04 queue INFO >>0 [688] -2015-03-09 05:56:04 sendUrl INFO 0 [688] R:OK -2015-03-09 05:56:54 queue INFO >>0 [689] -2015-03-09 05:56:54 sendUrl INFO 0 [689] R:OK -2015-03-09 05:57:44 queue INFO >>0 [690] -2015-03-09 05:57:44 sendUrl INFO 0 [690] R:OK -2015-03-09 05:58:34 queue INFO >>0 [691] -2015-03-09 05:58:35 sendUrl INFO 0 [691] R:OK -2015-03-09 05:59:24 queue INFO >>0 [692] -2015-03-09 05:59:25 sendUrl INFO 0 [692] R:OK -2015-03-09 06:00:14 queue INFO >>0 [693] -2015-03-09 06:00:15 sendUrl INFO 0 [693] R:OK -2015-03-09 06:01:05 queue INFO >>0 [694] -2015-03-09 06:01:05 sendUrl INFO 0 [694] R:OK -2015-03-09 06:01:55 queue INFO >>0 [695] -2015-03-09 06:01:55 sendUrl INFO 0 [695] R:OK -2015-03-09 06:02:45 queue INFO >>0 [696] -2015-03-09 06:02:45 sendUrl INFO 0 [696] R:OK -2015-03-09 06:03:35 queue INFO >>0 [697] -2015-03-09 06:03:36 sendUrl INFO 0 [697] R:OK -2015-03-09 06:04:25 queue INFO >>0 [698] -2015-03-09 06:04:25 sendUrl INFO 0 [698] R:OK -2015-03-09 06:05:15 queue INFO >>0 [699] -2015-03-09 06:05:16 sendUrl INFO 0 [699] R:OK -2015-03-09 06:06:06 queue INFO >>0 [700] -2015-03-09 06:06:06 sendUrl INFO 0 [700] R:OK -2015-03-09 06:06:56 queue INFO >>0 [701] -2015-03-09 06:06:56 sendUrl INFO 0 [701] R:OK -2015-03-09 06:07:46 queue INFO >>0 [702] -2015-03-09 06:07:46 sendUrl INFO 0 [702] R:OK -2015-03-09 06:08:36 queue INFO >>0 [703] -2015-03-09 06:08:37 sendUrl INFO 0 [703] R:OK -2015-03-09 06:09:26 queue INFO >>0 [704] -2015-03-09 06:09:26 sendUrl INFO 0 [704] R:OK -2015-03-09 06:10:16 queue INFO >>0 [705] -2015-03-09 06:10:17 sendUrl INFO 0 [705] R:OK -2015-03-09 06:11:06 queue INFO >>0 [706] -2015-03-09 06:11:07 sendUrl INFO 0 [706] R:OK -2015-03-09 06:11:57 queue INFO >>0 [707] -2015-03-09 06:11:57 sendUrl INFO 0 [707] R:OK -2015-03-09 06:12:47 queue INFO >>0 [708] -2015-03-09 06:12:47 sendUrl INFO 0 [708] R:OK -2015-03-09 06:13:37 queue INFO >>0 [709] -2015-03-09 06:13:37 sendUrl INFO 0 [709] R:OK -2015-03-09 06:13:48 queue INFO 1 [710] -2015-03-09 06:13:48 sendUrl INFO 1 [710] R:OK -2015-03-09 06:13:48 queue INFO >1 [711] -2015-03-09 06:13:48 sendUrl INFO 1 [711] R:OK -2015-03-09 06:14:38 queue INFO >>1 [712] -2015-03-09 06:14:38 sendUrl INFO 1 [712] R:OK -2015-03-09 06:15:28 queue INFO >>1 [713] -2015-03-09 06:15:28 sendUrl INFO 1 [713] R:OK -2015-03-09 06:16:18 queue INFO >>1 [714] -2015-03-09 06:16:18 sendUrl INFO 1 [714] R:OK -2015-03-09 06:17:08 queue INFO >>1 [715] -2015-03-09 06:17:08 sendUrl INFO 1 [715] R:OK -2015-03-09 06:17:58 queue INFO >>1 [716] -2015-03-09 06:17:59 sendUrl INFO 1 [716] R:OK -2015-03-09 06:18:48 queue INFO >>1 [717] -2015-03-09 06:18:49 sendUrl INFO 1 [717] R:OK -2015-03-09 06:19:39 queue INFO >>1 [718] -2015-03-09 06:19:39 sendUrl INFO 1 [718] R:OK -2015-03-09 06:20:29 queue INFO >>1 [719] -2015-03-09 06:20:29 sendUrl INFO 1 [719] R:OK -2015-03-09 06:21:19 queue INFO >>1 [720] -2015-03-09 06:21:19 sendUrl INFO 1 [720] R:OK -2015-03-09 06:22:09 queue INFO >>1 [721] -2015-03-09 06:22:09 sendUrl INFO 1 [721] R:OK -2015-03-09 06:22:59 queue INFO >>1 [722] -2015-03-09 06:23:00 sendUrl INFO 1 [722] R:OK -2015-03-09 06:23:49 queue INFO >>1 [723] -2015-03-09 06:23:50 sendUrl INFO 1 [723] R:OK -2015-03-09 06:24:40 queue INFO >>1 [724] -2015-03-09 06:24:40 sendUrl INFO 1 [724] R:OK -2015-03-09 06:25:30 queue INFO >>1 [725] -2015-03-09 06:25:30 sendUrl INFO 1 [725] R:OK -2015-03-09 06:26:20 queue INFO >>1 [726] -2015-03-09 06:26:20 sendUrl INFO 1 [726] R:OK -2015-03-09 06:27:10 queue INFO >>1 [727] -2015-03-09 06:27:11 sendUrl INFO 1 [727] R:OK -2015-03-09 06:28:00 queue INFO >>1 [728] -2015-03-09 06:28:00 sendUrl INFO 1 [728] R:OK -2015-03-09 06:28:50 queue INFO >>1 [729] -2015-03-09 06:28:51 sendUrl INFO 1 [729] R:OK -2015-03-09 06:29:40 queue INFO >>1 [730] -2015-03-09 06:29:41 sendUrl INFO 1 [730] R:OK -2015-03-09 06:30:31 queue INFO >>1 [731] -2015-03-09 06:30:31 sendUrl INFO 1 [731] R:OK -2015-03-09 06:31:21 queue INFO >>1 [732] -2015-03-09 06:31:21 sendUrl INFO 1 [732] R:OK -2015-03-09 06:32:11 queue INFO >>1 [733] -2015-03-09 06:32:11 sendUrl INFO 1 [733] R:OK -2015-03-09 06:33:01 queue INFO >>1 [734] -2015-03-09 06:33:01 sendUrl INFO 1 [734] R:OK -2015-03-09 06:33:51 queue INFO >>1 [735] -2015-03-09 06:33:52 sendUrl INFO 1 [735] R:OK -2015-03-09 06:34:41 queue INFO >>1 [736] -2015-03-09 06:34:42 sendUrl INFO 1 [736] R:OK -2015-03-09 06:35:32 queue INFO >>1 [737] -2015-03-09 06:35:32 sendUrl INFO 1 [737] R:OK -2015-03-09 06:36:22 queue INFO >>1 [738] -2015-03-09 06:36:22 sendUrl INFO 1 [738] R:OK -2015-03-09 06:37:12 queue INFO >>1 [739] -2015-03-09 06:37:12 sendUrl INFO 1 [739] R:OK -2015-03-09 06:38:02 queue INFO >>1 [740] -2015-03-09 06:38:02 sendUrl INFO 1 [740] R:OK -2015-03-09 06:38:52 queue INFO >>1 [741] -2015-03-09 06:38:53 sendUrl INFO 1 [741] R:OK -2015-03-09 06:39:42 queue INFO >>1 [742] -2015-03-09 06:39:43 sendUrl INFO 1 [742] R:OK -2015-03-09 06:40:32 queue INFO >>1 [743] -2015-03-09 06:40:33 sendUrl INFO 1 [743] R:OK -2015-03-09 06:41:23 queue INFO >>1 [744] -2015-03-09 06:41:23 sendUrl INFO 1 [744] R:OK -2015-03-09 06:42:13 queue INFO >>1 [745] -2015-03-09 06:42:13 sendUrl INFO 1 [745] R:OK -2015-03-09 06:43:03 queue INFO >>1 [746] -2015-03-09 06:43:03 sendUrl INFO 1 [746] R:OK -2015-03-09 06:43:53 queue INFO >>1 [747] -2015-03-09 06:43:53 sendUrl INFO 1 [747] R:OK -2015-03-09 06:44:43 queue INFO >>1 [748] -2015-03-09 06:44:44 sendUrl INFO 1 [748] R:OK -2015-03-09 06:45:33 queue INFO >>1 [749] -2015-03-09 06:45:34 sendUrl INFO 1 [749] R:OK -2015-03-09 06:46:24 queue INFO >>1 [750] -2015-03-09 06:46:24 sendUrl INFO 1 [750] R:OK -2015-03-09 06:47:14 queue INFO >>1 [751] -2015-03-09 06:47:14 sendUrl INFO 1 [751] R:OK -2015-03-09 06:48:04 queue INFO >>1 [752] -2015-03-09 06:48:04 sendUrl INFO 1 [752] R:OK -2015-03-09 06:48:54 queue INFO >>1 [753] -2015-03-09 06:48:54 sendUrl INFO 1 [753] R:OK -2015-03-09 06:49:44 queue INFO >>1 [754] -2015-03-09 06:49:45 sendUrl INFO 1 [754] R:OK -2015-03-09 06:50:34 queue INFO >>1 [755] -2015-03-09 06:50:34 sendUrl INFO 1 [755] R:OK -2015-03-09 06:51:24 queue INFO >>1 [756] -2015-03-09 06:51:25 sendUrl INFO 1 [756] R:OK -2015-03-09 06:52:15 queue INFO >>1 [757] -2015-03-09 06:52:15 sendUrl INFO 1 [757] R:OK -2015-03-09 06:53:05 queue INFO >>1 [758] -2015-03-09 06:53:05 sendUrl INFO 1 [758] R:OK -2015-03-09 06:53:55 queue INFO >>1 [759] -2015-03-09 06:53:55 sendUrl INFO 1 [759] R:OK -2015-03-09 06:54:45 queue INFO >>1 [760] -2015-03-09 06:54:45 sendUrl INFO 1 [760] R:OK -2015-03-09 06:55:35 queue INFO >>1 [761] -2015-03-09 06:55:35 sendUrl INFO 1 [761] R:OK -2015-03-09 06:56:25 queue INFO >>1 [762] -2015-03-09 06:56:25 sendUrl INFO 1 [762] R:OK -2015-03-09 06:57:15 queue INFO >>1 [763] -2015-03-09 06:57:16 sendUrl INFO 1 [763] R:OK -2015-03-09 06:58:06 queue INFO >>1 [764] -2015-03-09 06:58:06 sendUrl INFO 1 [764] R:OK -2015-03-09 06:58:56 queue INFO >>1 [765] -2015-03-09 06:58:56 sendUrl INFO 1 [765] R:OK -2015-03-09 06:59:46 queue INFO >>1 [766] -2015-03-09 06:59:46 sendUrl INFO 1 [766] R:OK -2015-03-09 07:00:36 queue INFO >>1 [767] -2015-03-09 07:00:37 sendUrl INFO 1 [767] R:OK -2015-03-09 07:01:26 queue INFO >>1 [768] -2015-03-09 07:01:26 sendUrl INFO 1 [768] R:OK -2015-03-09 07:02:16 queue INFO >>1 [769] -2015-03-09 07:02:17 sendUrl INFO 1 [769] R:OK -2015-03-09 07:03:06 queue INFO >>1 [770] -2015-03-09 07:03:07 sendUrl INFO 1 [770] R:OK -2015-03-09 07:03:57 queue INFO >>1 [771] -2015-03-09 07:03:57 sendUrl INFO 1 [771] R:OK -2015-03-09 07:04:47 queue INFO >>1 [772] -2015-03-09 07:04:47 sendUrl INFO 1 [772] R:OK -2015-03-09 07:05:37 queue INFO >>1 [773] -2015-03-09 07:05:37 sendUrl INFO 1 [773] R:OK -2015-03-09 07:06:27 queue INFO >>1 [774] -2015-03-09 07:06:27 sendUrl INFO 1 [774] R:OK -2015-03-09 07:07:17 queue INFO >>1 [775] -2015-03-09 07:07:18 sendUrl INFO 1 [775] R:OK -2015-03-09 07:08:07 queue INFO >>1 [776] -2015-03-09 07:08:08 sendUrl INFO 1 [776] R:OK -2015-03-09 07:08:58 queue INFO >>1 [777] -2015-03-09 07:08:58 sendUrl INFO 1 [777] R:OK -2015-03-09 07:09:48 queue INFO >>1 [778] -2015-03-09 07:09:48 sendUrl INFO 1 [778] R:OK -2015-03-09 07:10:38 queue INFO >>1 [779] -2015-03-09 07:10:38 sendUrl INFO 1 [779] R:OK -2015-03-09 07:11:28 queue INFO >>1 [780] -2015-03-09 07:11:28 sendUrl INFO 1 [780] R:OK -2015-03-09 07:12:18 queue INFO >>1 [781] -2015-03-09 07:12:18 sendUrl INFO 1 [781] R:OK -2015-03-09 07:13:08 queue INFO >>1 [782] -2015-03-09 07:13:09 sendUrl INFO 1 [782] R:OK -2015-03-09 07:13:58 queue INFO >>1 [783] -2015-03-09 07:13:59 sendUrl INFO 1 [783] R:OK -2015-03-09 07:14:49 queue INFO >>1 [784] -2015-03-09 07:14:49 sendUrl INFO 1 [784] R:OK -2015-03-09 07:15:39 queue INFO >>1 [785] -2015-03-09 07:15:39 sendUrl INFO 1 [785] R:OK -2015-03-09 07:16:29 queue INFO >>1 [786] -2015-03-09 07:16:29 sendUrl INFO 1 [786] R:OK -2015-03-09 07:17:19 queue INFO >>1 [787] -2015-03-09 07:17:19 sendUrl INFO 1 [787] R:OK -2015-03-09 07:18:09 queue INFO >>1 [788] -2015-03-09 07:18:10 sendUrl INFO 1 [788] R:OK -2015-03-09 07:18:59 queue INFO >>1 [789] -2015-03-09 07:18:59 sendUrl INFO 1 [789] R:OK -2015-03-09 07:19:49 queue INFO >>1 [790] -2015-03-09 07:19:50 sendUrl INFO 1 [790] R:OK -2015-03-09 07:20:39 queue INFO >>1 [791] -2015-03-09 07:20:40 sendUrl INFO 1 [791] R:OK -2015-03-09 07:21:30 queue INFO >>1 [792] -2015-03-09 07:21:30 sendUrl INFO 1 [792] R:OK -2015-03-09 07:22:20 queue INFO >>1 [793] -2015-03-09 07:22:20 sendUrl INFO 1 [793] R:OK -2015-03-09 07:23:10 queue INFO >>1 [794] -2015-03-09 07:23:10 sendUrl INFO 1 [794] R:OK -2015-03-09 07:24:00 queue INFO >>1 [795] -2015-03-09 07:24:01 sendUrl INFO 1 [795] R:OK -2015-03-09 07:24:50 queue INFO >>1 [796] -2015-03-09 07:24:50 sendUrl INFO 1 [796] R:OK -2015-03-09 07:25:40 queue INFO >>1 [797] -2015-03-09 07:25:41 sendUrl INFO 1 [797] R:OK -2015-03-09 07:26:31 queue INFO >>1 [798] -2015-03-09 07:26:31 sendUrl INFO 1 [798] R:OK -2015-03-09 07:27:21 queue INFO >>1 [799] -2015-03-09 07:27:21 sendUrl INFO 1 [799] R:OK -2015-03-09 07:28:11 queue INFO >>1 [800] -2015-03-09 07:28:11 sendUrl INFO 1 [800] R:OK -2015-03-09 07:29:01 queue INFO >>1 [801] -2015-03-09 07:29:02 sendUrl INFO 1 [801] R:OK -2015-03-09 07:29:51 queue INFO >>1 [802] -2015-03-09 07:29:51 sendUrl INFO 1 [802] R:OK -2015-03-09 07:30:41 queue INFO >>1 [803] -2015-03-09 07:30:42 sendUrl INFO 1 [803] R:OK -2015-03-09 07:31:31 queue INFO >>1 [804] -2015-03-09 07:31:32 sendUrl INFO 1 [804] R:OK -2015-03-09 07:32:22 queue INFO >>1 [805] -2015-03-09 07:32:22 sendUrl INFO 1 [805] R:OK -2015-03-09 07:33:12 queue INFO >>1 [806] -2015-03-09 07:33:12 sendUrl INFO 1 [806] R:OK -2015-03-09 07:34:02 queue INFO >>1 [807] -2015-03-09 07:34:02 sendUrl INFO 1 [807] R:OK -2015-03-09 07:34:52 queue INFO >>1 [808] -2015-03-09 07:34:52 sendUrl INFO 1 [808] R:OK -2015-03-09 07:35:42 queue INFO >>1 [809] -2015-03-09 07:35:43 sendUrl INFO 1 [809] R:OK -2015-03-09 07:36:32 queue INFO >>1 [810] -2015-03-09 07:36:33 sendUrl INFO 1 [810] R:OK -2015-03-09 07:37:23 queue INFO >>1 [811] -2015-03-09 07:37:23 sendUrl INFO 1 [811] R:OK -2015-03-09 07:38:13 queue INFO >>1 [812] -2015-03-09 07:38:13 sendUrl INFO 1 [812] R:OK -2015-03-09 07:39:03 queue INFO >>1 [813] -2015-03-09 07:39:03 sendUrl INFO 1 [813] R:OK -2015-03-09 07:39:53 queue INFO >>1 [814] -2015-03-09 07:39:53 sendUrl INFO 1 [814] R:OK -2015-03-09 07:40:43 queue INFO >>1 [815] -2015-03-09 07:40:43 sendUrl INFO 1 [815] R:OK -2015-03-09 07:41:33 queue INFO >>1 [816] -2015-03-09 07:41:34 sendUrl INFO 1 [816] R:OK -2015-03-09 07:42:23 queue INFO >>1 [817] -2015-03-09 07:42:24 sendUrl INFO 1 [817] R:OK -2015-03-09 07:43:14 queue INFO >>1 [818] -2015-03-09 07:43:14 sendUrl INFO 1 [818] R:OK -2015-03-09 07:44:04 queue INFO >>1 [819] -2015-03-09 07:44:04 sendUrl INFO 1 [819] R:OK -2015-03-09 07:44:54 queue INFO >>1 [820] -2015-03-09 07:44:54 sendUrl INFO 1 [820] R:OK -2015-03-09 07:45:44 queue INFO >>1 [821] -2015-03-09 07:45:44 sendUrl INFO 1 [821] R:OK -2015-03-09 07:46:34 queue INFO >>1 [822] -2015-03-09 07:46:35 sendUrl INFO 1 [822] R:OK -2015-03-09 07:47:24 queue INFO >>1 [823] -2015-03-09 07:47:25 sendUrl INFO 1 [823] R:OK -2015-03-09 07:48:15 queue INFO >>1 [824] -2015-03-09 07:48:15 sendUrl INFO 1 [824] R:OK -2015-03-09 07:49:05 queue INFO >>1 [825] -2015-03-09 07:49:05 sendUrl INFO 1 [825] R:OK -2015-03-09 07:49:55 queue INFO >>1 [826] -2015-03-09 07:49:55 sendUrl INFO 1 [826] R:OK -2015-03-09 07:50:45 queue INFO >>1 [827] -2015-03-09 07:50:45 sendUrl INFO 1 [827] R:OK -2015-03-09 07:51:35 queue INFO >>1 [828] -2015-03-09 07:51:35 sendUrl INFO 1 [828] R:OK -2015-03-09 07:52:25 queue INFO >>1 [829] -2015-03-09 07:52:25 sendUrl INFO 1 [829] R:OK -2015-03-09 07:53:15 queue INFO >>1 [830] -2015-03-09 07:53:16 sendUrl INFO 1 [830] R:OK -2015-03-09 07:54:05 queue INFO >>1 [831] -2015-03-09 07:54:06 sendUrl INFO 1 [831] R:OK -2015-03-09 07:54:56 queue INFO >>1 [832] -2015-03-09 07:54:56 sendUrl INFO 1 [832] R:OK -2015-03-09 07:55:46 queue INFO >>1 [833] -2015-03-09 07:55:46 sendUrl INFO 1 [833] R:OK -2015-03-09 07:56:36 queue INFO >>1 [834] -2015-03-09 07:56:36 sendUrl INFO 1 [834] R:OK -2015-03-09 07:57:26 queue INFO >>1 [835] -2015-03-09 07:57:26 sendUrl INFO 1 [835] R:OK -2015-03-09 07:58:16 queue INFO >>1 [836] -2015-03-09 07:58:16 sendUrl INFO 1 [836] R:OK -2015-03-09 07:59:06 queue INFO >>1 [837] -2015-03-09 07:59:07 sendUrl INFO 1 [837] R:OK -2015-03-09 07:59:57 queue INFO >>1 [838] -2015-03-09 07:59:57 sendUrl INFO 1 [838] R:OK -2015-03-09 08:00:47 queue INFO >>1 [839] -2015-03-09 08:00:47 sendUrl INFO 1 [839] R:OK -2015-03-09 08:01:37 queue INFO >>1 [840] -2015-03-09 08:01:37 sendUrl INFO 1 [840] R:OK -2015-03-09 08:02:27 queue INFO >>1 [841] -2015-03-09 08:02:27 sendUrl INFO 1 [841] R:OK -2015-03-09 08:03:17 queue INFO >>1 [842] -2015-03-09 08:03:17 sendUrl INFO 1 [842] R:OK -2015-03-09 08:04:07 queue INFO >>1 [843] -2015-03-09 08:04:08 sendUrl INFO 1 [843] R:OK -2015-03-09 08:04:57 queue INFO >>1 [844] -2015-03-09 08:04:58 sendUrl INFO 1 [844] R:OK -2015-03-09 08:05:48 queue INFO >>1 [845] -2015-03-09 08:05:48 sendUrl INFO 1 [845] R:OK -2015-03-09 08:06:38 queue INFO >>1 [846] -2015-03-09 08:06:38 sendUrl INFO 1 [846] R:OK -2015-03-09 08:07:28 queue INFO >>1 [847] -2015-03-09 08:07:28 sendUrl INFO 1 [847] R:OK -2015-03-09 08:08:18 queue INFO >>1 [848] -2015-03-09 08:08:18 sendUrl INFO 1 [848] R:OK -2015-03-09 08:09:08 queue INFO >>1 [849] -2015-03-09 08:09:09 sendUrl INFO 1 [849] R:OK -2015-03-09 08:09:58 queue INFO >>1 [850] -2015-03-09 08:09:59 sendUrl INFO 1 [850] R:OK -2015-03-09 08:10:49 queue INFO >>1 [851] -2015-03-09 08:10:49 sendUrl INFO 1 [851] R:OK -2015-03-09 08:11:39 queue INFO >>1 [852] -2015-03-09 08:11:39 sendUrl INFO 1 [852] R:OK -2015-03-09 08:12:29 queue INFO >>1 [853] -2015-03-09 08:12:29 sendUrl INFO 1 [853] R:OK -2015-03-09 08:13:19 queue INFO >>1 [854] -2015-03-09 08:13:19 sendUrl INFO 1 [854] R:OK -2015-03-09 08:14:09 queue INFO >>1 [855] -2015-03-09 08:14:10 sendUrl INFO 1 [855] R:OK -2015-03-09 08:14:59 queue INFO >>1 [856] -2015-03-09 08:15:00 sendUrl INFO 1 [856] R:OK -2015-03-09 08:15:49 queue INFO >>1 [857] -2015-03-09 08:15:50 sendUrl INFO 1 [857] R:OK -2015-03-09 08:16:40 queue INFO >>1 [858] -2015-03-09 08:16:40 sendUrl INFO 1 [858] R:OK -2015-03-09 08:17:30 queue INFO >>1 [859] -2015-03-09 08:17:30 sendUrl INFO 1 [859] R:OK -2015-03-09 08:18:20 queue INFO >>1 [860] -2015-03-09 08:18:20 sendUrl INFO 1 [860] R:OK -2015-03-09 08:19:10 queue INFO >>1 [861] -2015-03-09 08:19:10 sendUrl INFO 1 [861] R:OK -2015-03-09 08:20:00 queue INFO >>1 [862] -2015-03-09 08:20:01 sendUrl INFO 1 [862] R:OK -2015-03-09 08:20:50 queue INFO >>1 [863] -2015-03-09 08:20:51 sendUrl INFO 1 [863] R:OK -2015-03-09 08:21:41 queue INFO >>1 [864] -2015-03-09 08:21:41 sendUrl INFO 1 [864] R:OK -2015-03-09 08:22:31 queue INFO >>1 [865] -2015-03-09 08:22:31 sendUrl INFO 1 [865] R:OK -2015-03-09 08:23:21 queue INFO >>1 [866] -2015-03-09 08:23:21 sendUrl INFO 1 [866] R:OK -2015-03-09 08:24:11 queue INFO >>1 [867] -2015-03-09 08:24:11 sendUrl INFO 1 [867] R:OK -2015-03-09 08:25:01 queue INFO >>1 [868] -2015-03-09 08:25:02 sendUrl INFO 1 [868] R:OK -2015-03-09 08:25:51 queue INFO >>1 [869] -2015-03-09 08:25:51 sendUrl INFO 1 [869] R:OK -2015-03-09 08:26:41 queue INFO >>1 [870] -2015-03-09 08:26:42 sendUrl INFO 1 [870] R:OK -2015-03-09 08:27:32 queue INFO >>1 [871] -2015-03-09 08:27:32 sendUrl INFO 1 [871] R:OK -2015-03-09 08:28:22 queue INFO >>1 [872] -2015-03-09 08:28:22 sendUrl INFO 1 [872] R:OK -2015-03-09 08:29:12 queue INFO >>1 [873] -2015-03-09 08:29:12 sendUrl INFO 1 [873] R:OK -2015-03-09 08:30:02 queue INFO >>1 [874] -2015-03-09 08:30:03 sendUrl INFO 1 [874] R:OK -2015-03-09 08:30:52 queue INFO >>1 [875] -2015-03-09 08:30:52 sendUrl INFO 1 [875] R:OK -2015-03-09 08:31:42 queue INFO >>1 [876] -2015-03-09 08:31:43 sendUrl INFO 1 [876] R:OK -2015-03-09 08:32:33 queue INFO >>1 [877] -2015-03-09 08:32:33 sendUrl INFO 1 [877] R:OK -2015-03-09 08:33:23 queue INFO >>1 [878] -2015-03-09 08:33:23 sendUrl INFO 1 [878] R:OK -2015-03-09 08:34:13 queue INFO >>1 [879] -2015-03-09 08:34:13 sendUrl INFO 1 [879] R:OK -2015-03-09 08:35:03 queue INFO >>1 [880] -2015-03-09 08:35:03 sendUrl INFO 1 [880] R:OK -2015-03-09 08:35:53 queue INFO >>1 [881] -2015-03-09 08:35:53 sendUrl INFO 1 [881] R:OK -2015-03-09 08:36:43 queue INFO >>1 [882] -2015-03-09 08:36:44 sendUrl INFO 1 [882] R:OK -2015-03-09 08:37:33 queue INFO >>1 [883] -2015-03-09 08:37:34 sendUrl INFO 1 [883] R:OK -2015-03-09 08:38:24 queue INFO >>1 [884] -2015-03-09 08:38:24 sendUrl INFO 1 [884] R:OK -2015-03-09 08:39:14 queue INFO >>1 [885] -2015-03-09 08:39:14 sendUrl INFO 1 [885] R:OK -2015-03-09 08:40:04 queue INFO >>1 [886] -2015-03-09 08:40:04 sendUrl INFO 1 [886] R:OK -2015-03-09 08:40:54 queue INFO >>1 [887] -2015-03-09 08:40:54 sendUrl INFO 1 [887] R:OK -2015-03-09 08:41:44 queue INFO >>1 [888] -2015-03-09 08:41:45 sendUrl INFO 1 [888] R:OK -2015-03-09 08:42:34 queue INFO >>1 [889] -2015-03-09 08:42:35 sendUrl INFO 1 [889] R:OK -2015-03-09 08:43:25 queue INFO >>1 [890] -2015-03-09 08:43:25 sendUrl INFO 1 [890] R:OK -2015-03-09 08:44:15 queue INFO >>1 [891] -2015-03-09 08:44:15 sendUrl INFO 1 [891] R:OK -2015-03-09 08:45:05 queue INFO >>1 [892] -2015-03-09 08:45:05 sendUrl INFO 1 [892] R:OK -2015-03-09 08:45:55 queue INFO >>1 [893] -2015-03-09 08:45:55 sendUrl INFO 1 [893] R:OK -2015-03-09 08:46:45 queue INFO >>1 [894] -2015-03-09 08:46:45 sendUrl INFO 1 [894] R:OK -2015-03-09 08:47:35 queue INFO >>1 [895] -2015-03-09 08:47:36 sendUrl INFO 1 [895] R:OK -2015-03-09 08:48:25 queue INFO >>1 [896] -2015-03-09 08:48:26 sendUrl INFO 1 [896] R:OK -2015-03-09 08:49:16 queue INFO >>1 [897] -2015-03-09 08:49:16 sendUrl INFO 1 [897] R:OK -2015-03-09 08:50:06 queue INFO >>1 [898] -2015-03-09 08:50:06 sendUrl INFO 1 [898] R:OK -2015-03-09 08:50:56 queue INFO >>1 [899] -2015-03-09 08:50:57 sendUrl INFO 1 [899] R:OK -2015-03-09 08:51:46 queue INFO >>1 [900] -2015-03-09 08:51:46 sendUrl INFO 1 [900] R:OK -2015-03-09 08:52:36 queue INFO >>1 [901] -2015-03-09 08:52:37 sendUrl INFO 1 [901] R:OK -2015-03-09 08:53:26 queue INFO >>1 [902] -2015-03-09 08:53:27 sendUrl INFO 1 [902] R:OK -2015-03-09 08:54:17 queue INFO >>1 [903] -2015-03-09 08:54:17 sendUrl INFO 1 [903] R:OK -2015-03-09 08:55:07 queue INFO >>1 [904] -2015-03-09 08:55:07 sendUrl INFO 1 [904] R:OK -2015-03-09 08:55:57 queue INFO >>1 [905] -2015-03-09 08:55:57 sendUrl INFO 1 [905] R:OK -2015-03-09 08:56:47 queue INFO >>1 [906] -2015-03-09 08:56:47 sendUrl INFO 1 [906] R:OK -2015-03-09 08:57:37 queue INFO >>1 [907] -2015-03-09 08:57:38 sendUrl INFO 1 [907] R:OK -2015-03-09 08:58:27 queue INFO >>1 [908] -2015-03-09 08:58:28 sendUrl INFO 1 [908] R:OK -2015-03-09 08:59:17 queue INFO >>1 [909] -2015-03-09 08:59:18 sendUrl INFO 1 [909] R:OK -2015-03-09 09:00:08 queue INFO >>1 [910] -2015-03-09 09:00:08 sendUrl INFO 1 [910] R:OK -2015-03-09 09:00:58 queue INFO >>1 [911] -2015-03-09 09:00:58 sendUrl INFO 1 [911] R:OK -2015-03-09 09:01:48 queue INFO >>1 [912] -2015-03-09 09:01:48 sendUrl INFO 1 [912] R:OK -2015-03-09 09:02:38 queue INFO >>1 [913] -2015-03-09 09:02:38 sendUrl INFO 1 [913] R:OK -2015-03-09 09:03:28 queue INFO >>1 [914] -2015-03-09 09:03:29 sendUrl INFO 1 [914] R:OK -2015-03-09 09:04:18 queue INFO >>1 [915] -2015-03-09 09:04:19 sendUrl INFO 1 [915] R:OK -2015-03-09 09:05:09 queue INFO >>1 [916] -2015-03-09 09:05:09 sendUrl INFO 1 [916] R:OK -2015-03-09 09:05:59 queue INFO >>1 [917] -2015-03-09 09:05:59 sendUrl INFO 1 [917] R:OK -2015-03-09 09:06:49 queue INFO >>1 [918] -2015-03-09 09:06:49 sendUrl INFO 1 [918] R:OK -2015-03-09 09:07:39 queue INFO >>1 [919] -2015-03-09 09:07:39 sendUrl INFO 1 [919] R:OK -2015-03-09 09:08:29 queue INFO >>1 [920] -2015-03-09 09:08:30 sendUrl INFO 1 [920] R:OK -2015-03-09 09:09:19 queue INFO >>1 [921] -2015-03-09 09:09:20 sendUrl INFO 1 [921] R:OK -2015-03-09 09:10:09 queue INFO >>1 [922] -2015-03-09 09:10:10 sendUrl INFO 1 [922] R:OK -2015-03-09 09:11:00 queue INFO >>1 [923] -2015-03-09 09:11:00 sendUrl INFO 1 [923] R:OK -2015-03-09 09:11:50 queue INFO >>1 [924] -2015-03-09 09:11:50 sendUrl INFO 1 [924] R:OK -2015-03-09 09:12:40 queue INFO >>1 [925] -2015-03-09 09:12:40 sendUrl INFO 1 [925] R:OK -2015-03-09 09:13:30 queue INFO >>1 [926] -2015-03-09 09:13:31 sendUrl INFO 1 [926] R:OK -2015-03-09 09:14:20 queue INFO >>1 [927] -2015-03-09 09:14:20 sendUrl INFO 1 [927] R:OK -2015-03-09 09:15:10 queue INFO >>1 [928] -2015-03-09 09:15:11 sendUrl INFO 1 [928] R:OK -2015-03-09 09:16:01 queue INFO >>1 [929] -2015-03-09 09:16:01 sendUrl INFO 1 [929] R:OK -2015-03-09 09:16:51 queue INFO >>1 [930] -2015-03-09 09:16:51 sendUrl INFO 1 [930] R:OK -2015-03-09 09:17:41 queue INFO >>1 [931] -2015-03-09 09:17:41 sendUrl INFO 1 [931] R:OK -2015-03-09 09:18:31 queue INFO >>1 [932] -2015-03-09 09:18:31 sendUrl INFO 1 [932] R:OK -2015-03-09 09:19:21 queue INFO >>1 [933] -2015-03-09 09:19:21 sendUrl INFO 1 [933] R:OK -2015-03-09 09:20:11 queue INFO >>1 [934] -2015-03-09 09:20:12 sendUrl INFO 1 [934] R:OK -2015-03-09 09:21:01 queue INFO >>1 [935] -2015-03-09 09:21:02 sendUrl INFO 1 [935] R:OK -2015-03-09 09:21:52 queue INFO >>1 [936] -2015-03-09 09:21:52 sendUrl INFO 1 [936] R:OK -2015-03-09 09:22:42 queue INFO >>1 [937] -2015-03-09 09:22:42 sendUrl INFO 1 [937] R:OK -2015-03-09 09:23:32 queue INFO >>1 [938] -2015-03-09 09:23:32 sendUrl INFO 1 [938] R:OK -2015-03-09 09:24:22 queue INFO >>1 [939] -2015-03-09 09:24:22 sendUrl INFO 1 [939] R:OK -2015-03-09 09:25:12 queue INFO >>1 [940] -2015-03-09 09:25:13 sendUrl INFO 1 [940] R:OK -2015-03-09 09:26:02 queue INFO >>1 [941] -2015-03-09 09:26:03 sendUrl INFO 1 [941] R:OK -2015-03-09 09:26:53 queue INFO >>1 [942] -2015-03-09 09:26:53 sendUrl INFO 1 [942] R:OK -2015-03-09 09:27:43 queue INFO >>1 [943] -2015-03-09 09:27:43 sendUrl INFO 1 [943] R:OK -2015-03-09 09:28:33 queue INFO >>1 [944] -2015-03-09 09:28:33 sendUrl INFO 1 [944] R:OK -2015-03-09 09:29:23 queue INFO >>1 [945] -2015-03-09 09:29:23 sendUrl INFO 1 [945] R:OK -2015-03-09 09:30:13 queue INFO >>1 [946] -2015-03-09 09:30:13 sendUrl INFO 1 [946] R:OK -2015-03-09 09:31:03 queue INFO >>1 [947] -2015-03-09 09:31:04 sendUrl INFO 1 [947] R:OK -2015-03-09 09:31:53 queue INFO >>1 [948] -2015-03-09 09:31:54 sendUrl INFO 1 [948] R:OK -2015-03-09 09:32:44 queue INFO >>1 [949] -2015-03-09 09:32:44 sendUrl INFO 1 [949] R:OK -2015-03-09 09:33:34 queue INFO >>1 [950] -2015-03-09 09:33:34 sendUrl INFO 1 [950] R:OK -2015-03-09 09:34:24 queue INFO >>1 [951] -2015-03-09 09:34:25 sendUrl INFO 1 [951] R:OK -2015-03-09 09:35:14 queue INFO >>1 [952] -2015-03-09 09:35:14 sendUrl INFO 1 [952] R:OK -2015-03-09 09:36:04 queue INFO >>1 [953] -2015-03-09 09:36:05 sendUrl INFO 1 [953] R:OK -2015-03-09 09:36:54 queue INFO >>1 [954] -2015-03-09 09:36:55 sendUrl INFO 1 [954] R:OK -2015-03-09 09:37:45 queue INFO >>1 [955] -2015-03-09 09:37:45 sendUrl INFO 1 [955] R:OK -2015-03-09 09:38:35 queue INFO >>1 [956] -2015-03-09 09:38:35 sendUrl INFO 1 [956] R:OK -2015-03-09 09:39:25 queue INFO >>1 [957] -2015-03-09 09:39:25 sendUrl INFO 1 [957] R:OK -2015-03-09 09:40:15 queue INFO >>1 [958] -2015-03-09 09:40:15 sendUrl INFO 1 [958] R:OK -2015-03-09 09:41:05 queue INFO >>1 [959] -2015-03-09 09:41:06 sendUrl INFO 1 [959] R:OK -2015-03-09 09:41:55 queue INFO >>1 [960] -2015-03-09 09:41:56 sendUrl INFO 1 [960] R:OK -2015-03-09 09:42:45 queue INFO >>1 [961] -2015-03-09 09:42:46 sendUrl INFO 1 [961] R:OK -2015-03-09 09:43:36 queue INFO >>1 [962] -2015-03-09 09:43:36 sendUrl INFO 1 [962] R:OK -2015-03-09 09:44:26 queue INFO >>1 [963] -2015-03-09 09:44:26 sendUrl INFO 1 [963] R:OK -2015-03-09 09:45:16 queue INFO >>1 [964] -2015-03-09 09:45:16 sendUrl INFO 1 [964] R:OK -2015-03-09 09:46:06 queue INFO >>1 [965] -2015-03-09 09:46:06 sendUrl INFO 1 [965] R:OK -2015-03-09 09:46:56 queue INFO >>1 [966] -2015-03-09 09:46:57 sendUrl INFO 1 [966] R:OK -2015-03-09 09:47:46 queue INFO >>1 [967] -2015-03-09 09:47:46 sendUrl INFO 1 [967] R:OK -2015-03-09 09:48:36 queue INFO >>1 [968] -2015-03-09 09:48:37 sendUrl INFO 1 [968] R:OK -2015-03-09 09:49:27 queue INFO >>1 [969] -2015-03-09 09:49:27 sendUrl INFO 1 [969] R:OK -2015-03-09 09:50:17 queue INFO >>1 [970] -2015-03-09 09:50:17 sendUrl INFO 1 [970] R:OK -2015-03-09 09:51:07 queue INFO >>1 [971] -2015-03-09 09:51:07 sendUrl INFO 1 [971] R:OK -2015-03-09 09:51:57 queue INFO >>1 [972] -2015-03-09 09:51:58 sendUrl INFO 1 [972] R:OK -2015-03-09 09:52:47 queue INFO >>1 [973] -2015-03-09 09:52:47 sendUrl INFO 1 [973] R:OK -2015-03-09 09:53:37 queue INFO >>1 [974] -2015-03-09 09:53:38 sendUrl INFO 1 [974] R:OK -2015-03-09 09:54:27 queue INFO >>1 [975] -2015-03-09 09:54:28 sendUrl INFO 1 [975] R:OK -2015-03-09 09:55:18 queue INFO >>1 [976] -2015-03-09 09:55:18 sendUrl INFO 1 [976] R:OK -2015-03-09 09:56:08 queue INFO >>1 [977] -2015-03-09 09:56:08 sendUrl INFO 1 [977] R:OK -2015-03-09 09:56:58 queue INFO >>1 [978] -2015-03-09 09:56:58 sendUrl INFO 1 [978] R:OK -2015-03-09 09:57:48 queue INFO >>1 [979] -2015-03-09 09:57:48 sendUrl INFO 1 [979] R:OK -2015-03-09 09:58:38 queue INFO >>1 [980] -2015-03-09 09:58:39 sendUrl INFO 1 [980] R:OK -2015-03-09 09:59:28 queue INFO >>1 [981] -2015-03-09 09:59:29 sendUrl INFO 1 [981] R:OK -2015-03-09 10:00:18 queue INFO >>1 [982] -2015-03-09 10:00:19 sendUrl INFO 1 [982] R:OK -2015-03-09 10:01:09 queue INFO >>1 [983] -2015-03-09 10:01:09 sendUrl INFO 1 [983] R:OK -2015-03-09 10:01:59 queue INFO >>1 [984] -2015-03-09 10:01:59 sendUrl INFO 1 [984] R:OK -2015-03-09 10:02:49 queue INFO >>1 [985] -2015-03-09 10:02:49 sendUrl INFO 1 [985] R:OK -2015-03-09 10:03:39 queue INFO >>1 [986] -2015-03-09 10:03:39 sendUrl INFO 1 [986] R:OK -2015-03-09 10:04:29 queue INFO >>1 [987] -2015-03-09 10:04:30 sendUrl INFO 1 [987] R:OK -2015-03-09 10:05:19 queue INFO >>1 [988] -2015-03-09 10:05:19 sendUrl INFO 1 [988] R:OK -2015-03-09 10:06:09 queue INFO >>1 [989] -2015-03-09 10:06:10 sendUrl INFO 1 [989] R:OK -2015-03-09 10:07:00 queue INFO >>1 [990] -2015-03-09 10:07:00 sendUrl INFO 1 [990] R:OK -2015-03-09 10:07:50 queue INFO >>1 [991] -2015-03-09 10:07:50 sendUrl INFO 1 [991] R:OK -2015-03-09 10:08:40 queue INFO >>1 [992] -2015-03-09 10:08:40 sendUrl INFO 1 [992] R:OK -2015-03-09 10:09:30 queue INFO >>1 [993] -2015-03-09 10:09:30 sendUrl INFO 1 [993] R:OK -2015-03-09 10:10:20 queue INFO >>1 [994] -2015-03-09 10:10:20 sendUrl INFO 1 [994] R:OK -2015-03-09 10:11:10 queue INFO >>1 [995] -2015-03-09 10:11:11 sendUrl INFO 1 [995] R:OK -2015-03-09 10:12:00 queue INFO >>1 [996] -2015-03-09 10:12:01 sendUrl INFO 1 [996] R:OK -2015-03-09 10:12:51 queue INFO >>1 [997] -2015-03-09 10:12:51 sendUrl INFO 1 [997] R:OK -2015-03-09 10:13:41 queue INFO >>1 [998] -2015-03-09 10:13:41 sendUrl INFO 1 [998] R:OK -2015-03-09 10:14:31 queue INFO >>1 [999] -2015-03-09 10:14:31 sendUrl INFO 1 [999] R:OK -2015-03-09 10:15:21 queue INFO >>1 [0] -2015-03-09 10:15:21 sendUrl INFO 1 [0] R:OK -2015-03-09 10:16:11 queue INFO >>1 [1] -2015-03-09 10:16:12 sendUrl INFO 1 [1] R:OK -2015-03-09 10:17:01 queue INFO >>1 [2] -2015-03-09 10:17:02 sendUrl INFO 1 [2] R:OK -2015-03-09 10:17:52 queue INFO >>1 [3] -2015-03-09 10:17:52 sendUrl INFO 1 [3] R:OK -2015-03-09 10:18:42 queue INFO >>1 [4] -2015-03-09 10:18:42 sendUrl INFO 1 [4] R:OK -2015-03-09 10:19:32 queue INFO >>1 [5] -2015-03-09 10:19:32 sendUrl INFO 1 [5] R:OK -2015-03-09 10:20:22 queue INFO >>1 [6] -2015-03-09 10:20:22 sendUrl INFO 1 [6] R:OK -2015-03-09 10:21:12 queue INFO >>1 [7] -2015-03-09 10:21:12 sendUrl INFO 1 [7] R:OK -2015-03-09 10:22:02 queue INFO >>1 [8] -2015-03-09 10:22:03 sendUrl INFO 1 [8] R:OK -2015-03-09 10:22:52 queue INFO >>1 [9] -2015-03-09 10:22:53 sendUrl INFO 1 [9] R:OK -2015-03-09 10:23:43 queue INFO >>1 [10] -2015-03-09 10:23:43 sendUrl INFO 1 [10] R:OK -2015-03-09 10:24:33 queue INFO >>1 [11] -2015-03-09 10:24:33 sendUrl INFO 1 [11] R:OK -2015-03-09 10:25:23 queue INFO >>1 [12] -2015-03-09 10:25:23 sendUrl INFO 1 [12] R:OK -2015-03-09 10:26:13 queue INFO >>1 [13] -2015-03-09 10:26:13 sendUrl INFO 1 [13] R:OK -2015-03-09 10:27:03 queue INFO >>1 [14] -2015-03-09 10:27:04 sendUrl INFO 1 [14] R:OK -2015-03-09 10:27:53 queue INFO >>1 [15] -2015-03-09 10:27:54 sendUrl INFO 1 [15] R:OK -2015-03-09 10:28:44 queue INFO >>1 [16] -2015-03-09 10:28:44 sendUrl INFO 1 [16] R:OK -2015-03-09 10:29:34 queue INFO >>1 [17] -2015-03-09 10:29:34 sendUrl INFO 1 [17] R:OK -2015-03-09 10:30:24 queue INFO >>1 [18] -2015-03-09 10:30:24 sendUrl INFO 1 [18] R:OK -2015-03-09 10:31:14 queue INFO >>1 [19] -2015-03-09 10:31:14 sendUrl INFO 1 [19] R:OK -2015-03-09 10:32:04 queue INFO >>1 [20] -2015-03-09 10:32:05 sendUrl INFO 1 [20] R:OK -2015-03-09 10:32:54 queue INFO >>1 [21] -2015-03-09 10:32:54 sendUrl INFO 1 [21] R:OK -2015-03-09 10:33:44 queue INFO >>1 [22] -2015-03-09 10:33:45 sendUrl INFO 1 [22] R:OK -2015-03-09 10:34:35 queue INFO >>1 [23] -2015-03-09 10:34:35 sendUrl INFO 1 [23] R:OK -2015-03-09 10:35:25 queue INFO >>1 [24] -2015-03-09 10:35:25 sendUrl INFO 1 [24] R:OK -2015-03-09 10:36:15 queue INFO >>1 [25] -2015-03-09 10:36:15 sendUrl INFO 1 [25] R:OK -2015-03-09 10:37:05 queue INFO >>1 [26] -2015-03-09 10:37:06 sendUrl INFO 1 [26] R:OK -2015-03-09 10:37:55 queue INFO >>1 [27] -2015-03-09 10:37:56 sendUrl INFO 1 [27] R:OK -2015-03-09 10:38:45 queue INFO >>1 [28] -2015-03-09 10:38:46 sendUrl INFO 1 [28] R:OK -2015-03-09 10:39:36 queue INFO >>1 [29] -2015-03-09 10:39:36 sendUrl INFO 1 [29] R:OK -2015-03-09 10:40:26 queue INFO >>1 [30] -2015-03-09 10:40:26 sendUrl INFO 1 [30] R:OK -2015-03-09 10:41:16 queue INFO >>1 [31] -2015-03-09 10:41:16 sendUrl INFO 1 [31] R:OK -2015-03-09 10:42:06 queue INFO >>1 [32] -2015-03-09 10:42:06 sendUrl INFO 1 [32] R:OK -2015-03-09 10:42:56 queue INFO >>1 [33] -2015-03-09 10:42:57 sendUrl INFO 1 [33] R:OK -2015-03-09 10:43:46 queue INFO >>1 [34] -2015-03-09 10:43:47 sendUrl INFO 1 [34] R:OK -2015-03-09 10:44:36 queue INFO >>1 [35] -2015-03-09 10:44:37 sendUrl INFO 1 [35] R:OK -2015-03-09 10:45:27 queue INFO >>1 [36] -2015-03-09 10:45:27 sendUrl INFO 1 [36] R:OK -2015-03-09 10:46:17 queue INFO >>1 [37] -2015-03-09 10:46:17 sendUrl INFO 1 [37] R:OK -2015-03-09 10:47:07 queue INFO >>1 [38] -2015-03-09 10:47:07 sendUrl INFO 1 [38] R:OK -2015-03-09 10:47:57 queue INFO >>1 [39] -2015-03-09 10:47:58 sendUrl INFO 1 [39] R:OK -2015-03-09 10:48:47 queue INFO >>1 [40] -2015-03-09 10:48:47 sendUrl INFO 1 [40] R:OK -2015-03-09 10:49:37 queue INFO >>1 [41] -2015-03-09 10:49:38 sendUrl INFO 1 [41] R:OK -2015-03-09 10:50:28 queue INFO >>1 [42] -2015-03-09 10:50:28 sendUrl INFO 1 [42] R:OK -2015-03-09 10:51:18 queue INFO >>1 [43] -2015-03-09 10:51:18 sendUrl INFO 1 [43] R:OK -2015-03-09 10:52:08 queue INFO >>1 [44] -2015-03-09 10:52:08 sendUrl INFO 1 [44] R:OK -2015-03-09 10:52:58 queue INFO >>1 [45] -2015-03-09 10:52:59 sendUrl INFO 1 [45] R:OK -2015-03-09 10:53:48 queue INFO >>1 [46] -2015-03-09 10:53:48 sendUrl INFO 1 [46] R:OK -2015-03-09 10:54:38 queue INFO >>1 [47] -2015-03-09 10:54:39 sendUrl INFO 1 [47] R:OK -2015-03-09 10:55:28 queue INFO >>1 [48] -2015-03-09 10:55:29 sendUrl INFO 1 [48] R:OK -2015-03-09 10:56:19 queue INFO >>1 [49] -2015-03-09 10:56:19 sendUrl INFO 1 [49] R:OK -2015-03-09 10:57:09 queue INFO >>1 [50] -2015-03-09 10:57:09 sendUrl INFO 1 [50] R:OK -2015-03-09 10:57:59 queue INFO >>1 [51] -2015-03-09 10:57:59 sendUrl INFO 1 [51] R:OK -2015-03-09 10:58:49 queue INFO >>1 [52] -2015-03-09 10:58:49 sendUrl INFO 1 [52] R:OK -2015-03-09 10:59:39 queue INFO >>1 [53] -2015-03-09 10:59:39 sendUrl INFO 1 [53] R:OK -2015-03-09 11:00:29 queue INFO >>1 [54] -2015-03-09 11:00:30 sendUrl INFO 1 [54] R:OK -2015-03-09 11:01:19 queue INFO >>1 [55] -2015-03-09 11:01:20 sendUrl INFO 1 [55] R:OK -2015-03-09 11:02:10 queue INFO >>1 [56] -2015-03-09 11:02:10 sendUrl INFO 1 [56] R:OK -2015-03-09 11:03:00 queue INFO >>1 [57] -2015-03-09 11:03:00 sendUrl INFO 1 [57] R:OK -2015-03-09 11:03:50 queue INFO >>1 [58] -2015-03-09 11:03:50 sendUrl INFO 1 [58] R:OK -2015-03-09 11:04:40 queue INFO >>1 [59] -2015-03-09 11:04:40 sendUrl INFO 1 [59] R:OK -2015-03-09 11:05:30 queue INFO >>1 [60] -2015-03-09 11:05:31 sendUrl INFO 1 [60] R:OK -2015-03-09 11:06:20 queue INFO >>1 [61] -2015-03-09 11:06:20 sendUrl INFO 1 [61] R:OK -2015-03-09 11:07:10 queue INFO >>1 [62] -2015-03-09 11:07:11 sendUrl INFO 1 [62] R:OK -2015-03-09 11:08:01 queue INFO >>1 [63] -2015-03-09 11:08:01 sendUrl INFO 1 [63] R:OK -2015-03-09 11:08:51 queue INFO >>1 [64] -2015-03-09 11:08:51 sendUrl INFO 1 [64] R:OK -2015-03-09 11:09:41 queue INFO >>1 [65] -2015-03-09 11:09:41 sendUrl INFO 1 [65] R:OK -2015-03-09 11:10:31 queue INFO >>1 [66] -2015-03-09 11:10:32 sendUrl INFO 1 [66] R:OK -2015-03-09 11:11:21 queue INFO >>1 [67] -2015-03-09 11:11:21 sendUrl INFO 1 [67] R:OK -2015-03-09 11:12:11 queue INFO >>1 [68] -2015-03-09 11:12:12 sendUrl INFO 1 [68] R:OK -2015-03-09 11:13:02 queue INFO >>1 [69] -2015-03-09 11:13:02 sendUrl INFO 1 [69] R:OK -2015-03-09 11:13:52 queue INFO >>1 [70] -2015-03-09 11:13:52 sendUrl INFO 1 [70] R:OK -2015-03-09 11:14:42 queue INFO >>1 [71] -2015-03-09 11:14:42 sendUrl INFO 1 [71] R:OK -2015-03-09 11:15:32 queue INFO >>1 [72] -2015-03-09 11:15:32 sendUrl INFO 1 [72] R:OK -2015-03-09 11:16:22 queue INFO >>1 [73] -2015-03-09 11:16:22 sendUrl INFO 1 [73] R:OK -2015-03-09 11:17:12 queue INFO >>1 [74] -2015-03-09 11:17:13 sendUrl INFO 1 [74] R:OK -2015-03-09 11:18:02 queue INFO >>1 [75] -2015-03-09 11:18:03 sendUrl INFO 1 [75] R:OK -2015-03-09 11:18:53 queue INFO >>1 [76] -2015-03-09 11:18:53 sendUrl INFO 1 [76] R:OK -2015-03-09 11:19:43 queue INFO >>1 [77] -2015-03-09 11:19:43 sendUrl INFO 1 [77] R:OK -2015-03-09 11:20:33 queue INFO >>1 [78] -2015-03-09 11:20:33 sendUrl INFO 1 [78] R:OK -2015-03-09 11:21:23 queue INFO >>1 [79] -2015-03-09 11:21:24 sendUrl INFO 1 [79] R:OK -2015-03-09 11:22:13 queue INFO >>1 [80] -2015-03-09 11:22:13 sendUrl INFO 1 [80] R:OK -2015-03-09 11:23:03 queue INFO >>1 [81] -2015-03-09 11:23:04 sendUrl INFO 1 [81] R:OK -2015-03-09 11:23:54 queue INFO >>1 [82] -2015-03-09 11:23:54 sendUrl INFO 1 [82] R:OK -2015-03-09 11:24:44 queue INFO >>1 [83] -2015-03-09 11:24:44 sendUrl INFO 1 [83] R:OK -2015-03-09 11:25:34 queue INFO >>1 [84] -2015-03-09 11:25:34 sendUrl INFO 1 [84] R:OK -2015-03-09 11:26:24 queue INFO >>1 [85] -2015-03-09 11:26:25 sendUrl INFO 1 [85] R:OK -2015-03-09 11:27:14 queue INFO >>1 [86] -2015-03-09 11:27:14 sendUrl INFO 1 [86] R:OK -2015-03-09 11:28:04 queue INFO >>1 [87] -2015-03-09 11:28:05 sendUrl INFO 1 [87] R:OK -2015-03-09 11:28:54 queue INFO >>1 [88] -2015-03-09 11:28:55 sendUrl INFO 1 [88] R:OK -2015-03-09 11:29:45 queue INFO >>1 [89] -2015-03-09 11:29:45 sendUrl INFO 1 [89] R:OK -2015-03-09 11:30:35 queue INFO >>1 [90] -2015-03-09 11:30:35 sendUrl INFO 1 [90] R:OK -2015-03-09 11:31:25 queue INFO >>1 [91] -2015-03-09 11:31:25 sendUrl INFO 1 [91] R:OK -2015-03-09 11:32:15 queue INFO >>1 [92] -2015-03-09 11:32:15 sendUrl INFO 1 [92] R:OK -2015-03-09 11:33:05 queue INFO >>1 [93] -2015-03-09 11:33:06 sendUrl INFO 1 [93] R:OK -2015-03-09 11:33:55 queue INFO >>1 [94] -2015-03-09 11:33:56 sendUrl INFO 1 [94] R:OK -2015-03-09 11:34:46 queue INFO >>1 [95] -2015-03-09 11:34:46 sendUrl INFO 1 [95] R:OK -2015-03-09 11:35:36 queue INFO >>1 [96] -2015-03-09 11:35:36 sendUrl INFO 1 [96] R:OK -2015-03-09 11:36:26 queue INFO >>1 [97] -2015-03-09 11:36:26 sendUrl INFO 1 [97] R:OK -2015-03-09 11:37:16 queue INFO >>1 [98] -2015-03-09 11:37:16 sendUrl INFO 1 [98] R:OK -2015-03-09 11:38:06 queue INFO >>1 [99] -2015-03-09 11:38:06 sendUrl INFO 1 [99] R:OK -2015-03-09 11:38:56 queue INFO >>1 [100] -2015-03-09 11:38:57 sendUrl INFO 1 [100] R:OK -2015-03-09 11:39:46 queue INFO >>1 [101] -2015-03-09 11:39:47 sendUrl INFO 1 [101] R:OK -2015-03-09 11:40:36 queue INFO >>1 [102] -2015-03-09 11:40:37 sendUrl INFO 1 [102] R:OK -2015-03-09 11:41:27 queue INFO >>1 [103] -2015-03-09 11:41:27 sendUrl INFO 1 [103] R:OK -2015-03-09 11:42:17 queue INFO >>1 [104] -2015-03-09 11:42:17 sendUrl INFO 1 [104] R:OK -2015-03-09 11:43:07 queue INFO >>1 [105] -2015-03-09 11:43:07 sendUrl INFO 1 [105] R:OK -2015-03-09 11:43:57 queue INFO >>1 [106] -2015-03-09 11:43:58 sendUrl INFO 1 [106] R:OK -2015-03-09 11:44:47 queue INFO >>1 [107] -2015-03-09 11:44:47 sendUrl INFO 1 [107] R:OK -2015-03-09 11:45:37 queue INFO >>1 [108] -2015-03-09 11:45:38 sendUrl INFO 1 [108] R:OK -2015-03-09 11:46:27 queue INFO >>1 [109] -2015-03-09 11:46:28 sendUrl INFO 1 [109] R:OK -2015-03-09 11:47:18 queue INFO >>1 [110] -2015-03-09 11:47:18 sendUrl INFO 1 [110] R:OK -2015-03-09 11:48:08 queue INFO >>1 [111] -2015-03-09 11:48:08 sendUrl INFO 1 [111] R:OK -2015-03-09 11:48:58 queue INFO >>1 [112] -2015-03-09 11:48:58 sendUrl INFO 1 [112] R:OK -2015-03-09 11:49:48 queue INFO >>1 [113] -2015-03-09 11:49:48 sendUrl INFO 1 [113] R:OK -2015-03-09 11:50:38 queue INFO >>1 [114] -2015-03-09 11:50:39 sendUrl INFO 1 [114] R:OK -2015-03-09 11:51:28 queue INFO >>1 [115] -2015-03-09 11:51:29 sendUrl INFO 1 [115] R:OK -2015-03-09 11:52:19 queue INFO >>1 [116] -2015-03-09 11:52:19 sendUrl INFO 1 [116] R:OK -2015-03-09 11:53:09 queue INFO >>1 [117] -2015-03-09 11:53:09 sendUrl INFO 1 [117] R:OK -2015-03-09 11:53:59 queue INFO >>1 [118] -2015-03-09 11:53:59 sendUrl INFO 1 [118] R:OK -2015-03-09 11:54:49 queue INFO >>1 [119] -2015-03-09 11:54:49 sendUrl INFO 1 [119] R:OK -2015-03-09 11:55:39 queue INFO >>1 [120] -2015-03-09 11:55:39 sendUrl INFO 1 [120] R:OK -2015-03-09 11:56:29 queue INFO >>1 [121] -2015-03-09 11:56:30 sendUrl INFO 1 [121] R:OK -2015-03-09 11:57:19 queue INFO >>1 [122] -2015-03-09 11:57:20 sendUrl INFO 1 [122] R:OK -2015-03-09 11:58:10 queue INFO >>1 [123] -2015-03-09 11:58:10 sendUrl INFO 1 [123] R:OK -2015-03-09 11:59:00 queue INFO >>1 [124] -2015-03-09 11:59:00 sendUrl INFO 1 [124] R:OK -2015-03-09 11:59:50 queue INFO >>1 [125] -2015-03-09 11:59:50 sendUrl INFO 1 [125] R:OK -2015-03-09 12:00:40 queue INFO >>1 [126] -2015-03-09 12:00:40 sendUrl INFO 1 [126] R:OK -2015-03-09 12:01:30 queue INFO >>1 [127] -2015-03-09 12:01:31 sendUrl INFO 1 [127] R:OK -2015-03-09 12:02:20 queue INFO >>1 [128] -2015-03-09 12:02:21 sendUrl INFO 1 [128] R:OK -2015-03-09 12:03:11 queue INFO >>1 [129] -2015-03-09 12:03:11 sendUrl INFO 1 [129] R:OK -2015-03-09 12:04:01 queue INFO >>1 [130] -2015-03-09 12:04:01 sendUrl INFO 1 [130] R:OK -2015-03-09 12:04:51 queue INFO >>1 [131] -2015-03-09 12:04:51 sendUrl INFO 1 [131] R:OK -2015-03-09 12:05:41 queue INFO >>1 [132] -2015-03-09 12:05:41 sendUrl INFO 1 [132] R:OK -2015-03-09 12:06:31 queue INFO >>1 [133] -2015-03-09 12:06:32 sendUrl INFO 1 [133] R:OK -2015-03-09 12:07:21 queue INFO >>1 [134] -2015-03-09 12:07:21 sendUrl INFO 1 [134] R:OK -2015-03-09 12:08:11 queue INFO >>1 [135] -2015-03-09 12:08:12 sendUrl INFO 1 [135] R:OK -2015-03-09 12:09:02 queue INFO >>1 [136] -2015-03-09 12:09:02 sendUrl INFO 1 [136] R:OK -2015-03-09 12:09:52 queue INFO >>1 [137] -2015-03-09 12:09:52 sendUrl INFO 1 [137] R:OK -2015-03-09 12:10:42 queue INFO >>1 [138] -2015-03-09 12:10:42 sendUrl INFO 1 [138] R:OK -2015-03-09 12:11:32 queue INFO >>1 [139] -2015-03-09 12:11:33 sendUrl INFO 1 [139] R:OK -2015-03-09 12:12:22 queue INFO >>1 [140] -2015-03-09 12:12:22 sendUrl INFO 1 [140] R:OK -2015-03-09 12:13:12 queue INFO >>1 [141] -2015-03-09 12:13:13 sendUrl INFO 1 [141] R:OK -2015-03-09 12:14:03 queue INFO >>1 [142] -2015-03-09 12:14:03 sendUrl INFO 1 [142] R:OK -2015-03-09 12:14:53 queue INFO >>1 [143] -2015-03-09 12:14:53 sendUrl INFO 1 [143] R:OK -2015-03-09 12:15:43 queue INFO >>1 [144] -2015-03-09 12:15:43 sendUrl INFO 1 [144] R:OK -2015-03-09 12:16:33 queue INFO >>1 [145] -2015-03-09 12:16:33 sendUrl INFO 1 [145] R:OK -2015-03-09 12:17:23 queue INFO >>1 [146] -2015-03-09 12:17:23 sendUrl INFO 1 [146] R:OK -2015-03-09 12:18:13 queue INFO >>1 [147] -2015-03-09 12:18:14 sendUrl INFO 1 [147] R:OK -2015-03-09 12:19:03 queue INFO >>1 [148] -2015-03-09 12:19:04 sendUrl INFO 1 [148] R:OK -2015-03-09 12:19:54 queue INFO >>1 [149] -2015-03-09 12:19:54 sendUrl INFO 1 [149] R:OK -2015-03-09 12:20:44 queue INFO >>1 [150] -2015-03-09 12:20:44 sendUrl INFO 1 [150] R:OK -2015-03-09 12:21:34 queue INFO >>1 [151] -2015-03-09 12:21:34 sendUrl INFO 1 [151] R:OK -2015-03-09 12:22:24 queue INFO >>1 [152] -2015-03-09 12:22:25 sendUrl INFO 1 [152] R:OK -2015-03-09 12:23:14 queue INFO >>1 [153] -2015-03-09 12:23:14 sendUrl INFO 1 [153] R:OK -2015-03-09 12:24:04 queue INFO >>1 [154] -2015-03-09 12:24:05 sendUrl INFO 1 [154] R:OK -2015-03-09 12:24:55 queue INFO >>1 [155] -2015-03-09 12:24:55 sendUrl INFO 1 [155] R:OK -2015-03-09 12:25:45 queue INFO >>1 [156] -2015-03-09 12:25:45 sendUrl INFO 1 [156] R:OK -2015-03-09 12:26:35 queue INFO >>1 [157] -2015-03-09 12:26:35 sendUrl INFO 1 [157] R:OK -2015-03-09 12:27:25 queue INFO >>1 [158] -2015-03-09 12:27:26 sendUrl INFO 1 [158] R:OK -2015-03-09 12:28:15 queue INFO >>1 [159] -2015-03-09 12:28:15 sendUrl INFO 1 [159] R:OK -2015-03-09 12:29:05 queue INFO >>1 [160] -2015-03-09 12:29:06 sendUrl INFO 1 [160] R:OK -2015-03-09 12:29:55 queue INFO >>1 [161] -2015-03-09 12:29:56 sendUrl INFO 1 [161] R:OK -2015-03-09 12:30:46 queue INFO >>1 [162] -2015-03-09 12:30:46 sendUrl INFO 1 [162] R:OK -2015-03-09 12:31:36 queue INFO >>1 [163] -2015-03-09 12:31:36 sendUrl INFO 1 [163] R:OK -2015-03-09 12:32:26 queue INFO >>1 [164] -2015-03-09 12:32:27 sendUrl INFO 1 [164] R:OK -2015-03-09 12:33:16 queue INFO >>1 [165] -2015-03-09 12:33:16 sendUrl INFO 1 [165] R:OK -2015-03-09 12:34:06 queue INFO >>1 [166] -2015-03-09 12:34:07 sendUrl INFO 1 [166] R:OK -2015-03-09 12:34:10 queue INFO 99 [167] -2015-03-09 12:34:10 queue INFO >99 [168] -2015-03-09 12:34:10 sendUrl INFO 99 [167] R:OK -2015-03-09 12:34:11 sendUrl INFO 99 [168] R:OK -2015-03-09 12:34:38 queue INFO 89 [169] -2015-03-09 12:34:38 queue INFO >89 [170] -2015-03-09 12:34:38 sendUrl INFO 89 [169] R:OK -2015-03-09 12:34:38 sendUrl INFO 89 [170] R:OK -2015-03-09 12:34:49 queue INFO 81 [171] -2015-03-09 12:34:49 queue INFO >81 [172] -2015-03-09 12:34:49 sendUrl INFO 81 [171] R:OK -2015-03-09 12:34:50 sendUrl INFO 81 [172] R:OK -2015-03-09 12:34:52 queue INFO 83 [173] -2015-03-09 12:34:52 queue INFO >83 [174] -2015-03-09 12:34:53 sendUrl INFO 83 [173] R:OK -2015-03-09 12:34:53 sendUrl INFO 83 [174] R:OK -2015-03-09 12:35:12 queue INFO 87 [175] -2015-03-09 12:35:12 queue INFO >87 [176] -2015-03-09 12:35:12 sendUrl INFO 87 [175] R:OK -2015-03-09 12:35:13 sendUrl INFO 87 [176] R:OK -2015-03-09 12:35:15 queue INFO 83 [177] -2015-03-09 12:35:15 queue INFO >83 [178] -2015-03-09 12:35:15 sendUrl INFO 83 [177] R:OK -2015-03-09 12:35:16 sendUrl INFO 83 [178] R:OK -2015-03-09 12:36:05 queue INFO >>83 [179] -2015-03-09 12:36:05 sendUrl INFO 83 [179] R:OK -2015-03-09 12:36:10 queue INFO A3 [180] -2015-03-09 12:36:10 sendUrl INFO A3 [180] R:OK -2015-03-09 12:36:10 queue INFO >A3 [181] -2015-03-09 12:36:11 sendUrl INFO A3 [181] R:OK -2015-03-09 12:37:00 queue INFO >>A3 [182] -2015-03-09 12:37:00 sendUrl INFO A3 [182] R:OK -2015-03-09 12:37:50 queue INFO >>A3 [183] -2015-03-09 12:37:51 sendUrl INFO A3 [183] R:OK -2015-03-09 12:38:40 queue INFO >>A3 [184] -2015-03-09 12:38:41 sendUrl INFO A3 [184] R:OK -2015-03-09 12:39:30 queue INFO >>A3 [185] -2015-03-09 12:39:31 sendUrl INFO A3 [185] R:OK -2015-03-09 12:40:21 queue INFO >>A3 [186] -2015-03-09 12:40:21 sendUrl INFO A3 [186] R:OK -2015-03-09 12:41:11 queue INFO >>A3 [187] -2015-03-09 12:41:11 sendUrl INFO A3 [187] R:OK -2015-03-09 12:42:01 queue INFO >>A3 [188] -2015-03-09 12:42:01 sendUrl INFO A3 [188] R:OK -2015-03-09 12:42:35 queue INFO A7 [189] -2015-03-09 12:42:35 queue INFO >A7 [190] -2015-03-09 12:42:35 sendUrl INFO A7 [189] R:OK -2015-03-09 12:42:36 sendUrl INFO A7 [190] R:OK -2015-03-09 12:42:38 queue INFO A3 [191] -2015-03-09 12:42:38 queue INFO >A3 [192] -2015-03-09 12:42:38 sendUrl INFO A3 [191] R:OK -2015-03-09 12:42:39 sendUrl INFO A3 [192] R:OK -2015-03-09 12:43:28 queue INFO >>A3 [193] -2015-03-09 12:43:28 sendUrl INFO A3 [193] R:OK -2015-03-09 12:44:18 queue INFO >>A3 [194] -2015-03-09 12:44:18 sendUrl INFO A3 [194] R:OK -2015-03-09 12:45:08 queue INFO >>A3 [195] -2015-03-09 12:45:09 sendUrl INFO A3 [195] R:OK -2015-03-09 12:45:58 queue INFO >>A3 [196] -2015-03-09 12:45:58 sendUrl INFO A3 [196] R:OK -2015-03-09 12:46:48 queue INFO >>A3 [197] -2015-03-09 12:46:49 sendUrl INFO A3 [197] R:OK -2015-03-09 12:47:39 queue INFO >>A3 [198] -2015-03-09 12:47:39 sendUrl INFO A3 [198] R:OK -2015-03-09 12:48:29 queue INFO >>A3 [199] -2015-03-09 12:48:29 sendUrl INFO A3 [199] R:OK -2015-03-09 12:49:19 queue INFO >>A3 [200] -2015-03-09 12:49:19 sendUrl INFO A3 [200] R:OK -2015-03-09 12:49:21 queue INFO A7 [201] -2015-03-09 12:49:21 queue INFO >A7 [202] -2015-03-09 12:49:22 sendUrl INFO A7 [201] R:OK -2015-03-09 12:49:22 sendUrl INFO A7 [202] R:OK -2015-03-09 12:49:24 queue INFO A3 [203] -2015-03-09 12:49:25 queue INFO >A3 [204] -2015-03-09 12:49:25 sendUrl INFO A3 [203] R:OK -2015-03-09 12:49:25 sendUrl INFO A3 [204] R:OK -2015-03-09 12:50:15 queue INFO >>A3 [205] -2015-03-09 12:50:15 sendUrl INFO A3 [205] R:OK -2015-03-09 12:51:05 queue INFO >>A3 [206] -2015-03-09 12:51:05 sendUrl INFO A3 [206] R:OK -2015-03-09 12:51:55 queue INFO >>A3 [207] -2015-03-09 12:51:55 sendUrl INFO A3 [207] R:OK -2015-03-09 12:52:45 queue INFO >>A3 [208] -2015-03-09 12:52:45 sendUrl INFO A3 [208] R:OK -2015-03-09 12:53:35 queue INFO >>A3 [209] -2015-03-09 12:53:36 sendUrl INFO A3 [209] R:OK -2015-03-09 12:54:25 queue INFO >>A3 [210] -2015-03-09 12:54:25 sendUrl INFO A3 [210] R:OK -2015-03-09 12:55:15 queue INFO >>A3 [211] -2015-03-09 12:55:16 sendUrl INFO A3 [211] R:OK -2015-03-09 12:56:06 queue INFO >>A3 [212] -2015-03-09 12:56:06 sendUrl INFO A3 [212] R:OK -2015-03-09 12:56:08 queue INFO A7 [213] -2015-03-09 12:56:08 queue INFO >A7 [214] -2015-03-09 12:56:08 sendUrl INFO A7 [213] R:OK -2015-03-09 12:56:09 sendUrl INFO A7 [214] R:OK -2015-03-09 12:56:11 queue INFO A3 [215] -2015-03-09 12:56:11 queue INFO >A3 [216] -2015-03-09 12:56:11 sendUrl INFO A3 [215] R:OK -2015-03-09 12:56:12 sendUrl INFO A3 [216] R:OK -2015-03-09 12:57:01 queue INFO >>A3 [217] -2015-03-09 12:57:01 sendUrl INFO A3 [217] R:OK -2015-03-09 12:57:51 queue INFO >>A3 [218] -2015-03-09 12:57:51 sendUrl INFO A3 [218] R:OK -2015-03-09 12:58:41 queue INFO >>A3 [219] -2015-03-09 12:58:42 sendUrl INFO A3 [219] R:OK -2015-03-09 12:59:31 queue INFO >>A3 [220] -2015-03-09 12:59:31 sendUrl INFO A3 [220] R:OK -2015-03-09 13:00:22 queue INFO >>A3 [221] -2015-03-09 13:00:22 sendUrl INFO A3 [221] R:OK -2015-03-09 13:01:12 queue INFO >>A3 [222] -2015-03-09 13:01:12 sendUrl INFO A3 [222] R:OK -2015-03-09 13:02:02 queue INFO >>A3 [223] -2015-03-09 13:02:02 sendUrl INFO A3 [223] R:OK -2015-03-09 13:02:52 queue INFO >>A3 [224] -2015-03-09 13:02:52 sendUrl INFO A3 [224] R:OK -2015-03-09 13:03:05 queue INFO A7 [225] -2015-03-09 13:03:06 queue INFO >A7 [226] -2015-03-09 13:03:06 sendUrl INFO A7 [225] R:OK -2015-03-09 13:03:06 sendUrl INFO A7 [226] R:OK -2015-03-09 13:03:08 queue INFO A3 [227] -2015-03-09 13:03:09 queue INFO >A3 [228] -2015-03-09 13:03:09 sendUrl INFO A3 [227] R:OK -2015-03-09 13:03:09 sendUrl INFO A3 [228] R:OK -2015-03-09 13:03:59 queue INFO >>A3 [229] -2015-03-09 13:03:59 sendUrl INFO A3 [229] R:OK -2015-03-09 13:04:49 queue INFO >>A3 [230] -2015-03-09 13:04:49 sendUrl INFO A3 [230] R:OK -2015-03-09 13:05:39 queue INFO >>A3 [231] -2015-03-09 13:05:39 sendUrl INFO A3 [231] R:OK -2015-03-09 13:06:29 queue INFO >>A3 [232] -2015-03-09 13:06:29 sendUrl INFO A3 [232] R:OK -2015-03-09 13:07:19 queue INFO >>A3 [233] -2015-03-09 13:07:20 sendUrl INFO A3 [233] R:OK -2015-03-09 13:08:09 queue INFO >>A3 [234] -2015-03-09 13:08:09 sendUrl INFO A3 [234] R:OK -2015-03-09 13:08:59 queue INFO >>A3 [235] -2015-03-09 13:09:00 sendUrl INFO A3 [235] R:OK -2015-03-09 13:09:50 queue INFO >>A3 [236] -2015-03-09 13:09:50 sendUrl INFO A3 [236] R:OK -2015-03-09 13:09:52 queue INFO A7 [237] -2015-03-09 13:09:52 sendUrl INFO A7 [237] R:OK -2015-03-09 13:09:52 queue INFO >A7 [238] -2015-03-09 13:09:53 sendUrl INFO A7 [238] R:OK -2015-03-09 13:09:55 queue INFO A3 [239] -2015-03-09 13:09:55 queue INFO >A3 [240] -2015-03-09 13:09:56 sendUrl INFO A3 [239] R:OK -2015-03-09 13:09:56 sendUrl INFO A3 [240] R:OK -2015-03-09 13:10:45 queue INFO >>A3 [241] -2015-03-09 13:10:46 sendUrl INFO A3 [241] R:OK -2015-03-09 13:11:36 queue INFO >>A3 [242] -2015-03-09 13:11:36 sendUrl INFO A3 [242] R:OK -2015-03-09 13:12:26 queue INFO >>A3 [243] -2015-03-09 13:12:26 sendUrl INFO A3 [243] R:OK -2015-03-09 13:13:16 queue INFO >>A3 [244] -2015-03-09 13:13:16 sendUrl INFO A3 [244] R:OK -2015-03-09 13:14:06 queue INFO >>A3 [245] -2015-03-09 13:14:06 sendUrl INFO A3 [245] R:OK -2015-03-09 13:14:56 queue INFO >>A3 [246] -2015-03-09 13:14:57 sendUrl INFO A3 [246] R:OK -2015-03-09 13:15:46 queue INFO >>A3 [247] -2015-03-09 13:15:47 sendUrl INFO A3 [247] R:OK -2015-03-09 13:16:36 queue INFO >>A3 [248] -2015-03-09 13:16:37 sendUrl INFO A3 [248] R:OK -2015-03-09 13:16:39 queue INFO A7 [249] -2015-03-09 13:16:39 queue INFO >A7 [250] -2015-03-09 13:16:39 sendUrl INFO A7 [249] R:OK -2015-03-09 13:16:39 sendUrl INFO A7 [250] R:OK -2015-03-09 13:16:42 queue INFO A3 [251] -2015-03-09 13:16:42 queue INFO >A3 [252] -2015-03-09 13:16:42 sendUrl INFO A3 [251] R:OK -2015-03-09 13:16:42 sendUrl INFO A3 [252] R:OK -2015-03-09 13:17:32 queue INFO >>A3 [253] -2015-03-09 13:17:32 sendUrl INFO A3 [253] R:OK -2015-03-09 13:18:22 queue INFO >>A3 [254] -2015-03-09 13:18:22 sendUrl INFO A3 [254] R:OK -2015-03-09 13:19:12 queue INFO >>A3 [255] -2015-03-09 13:19:12 sendUrl INFO A3 [255] R:OK -2015-03-09 13:20:02 queue INFO >>A3 [256] -2015-03-09 13:20:02 sendUrl INFO A3 [256] R:OK -2015-03-09 13:20:52 queue INFO >>A3 [257] -2015-03-09 13:20:53 sendUrl INFO A3 [257] R:OK -2015-03-09 13:21:42 queue INFO >>A3 [258] -2015-03-09 13:21:43 sendUrl INFO A3 [258] R:OK -2015-03-09 13:22:33 queue INFO >>A3 [259] -2015-03-09 13:22:33 sendUrl INFO A3 [259] R:OK -2015-03-09 13:23:23 queue INFO >>A3 [260] -2015-03-09 13:23:23 sendUrl INFO A3 [260] R:OK -2015-03-09 13:23:25 queue INFO A7 [261] -2015-03-09 13:23:25 queue INFO >A7 [262] -2015-03-09 13:23:25 sendUrl INFO A7 [261] R:OK -2015-03-09 13:23:26 sendUrl INFO A7 [262] R:OK -2015-03-09 13:23:28 queue INFO A3 [263] -2015-03-09 13:23:28 queue INFO >A3 [264] -2015-03-09 13:23:28 sendUrl INFO A3 [263] R:OK -2015-03-09 13:23:29 sendUrl INFO A3 [264] R:OK -2015-03-09 13:24:18 queue INFO >>A3 [265] -2015-03-09 13:24:19 sendUrl INFO A3 [265] R:OK -2015-03-09 13:25:08 queue INFO >>A3 [266] -2015-03-09 13:25:08 sendUrl INFO A3 [266] R:OK -2015-03-09 13:25:58 queue INFO >>A3 [267] -2015-03-09 13:25:59 sendUrl INFO A3 [267] R:OK -2015-03-09 13:26:49 queue INFO >>A3 [268] -2015-03-09 13:26:49 sendUrl INFO A3 [268] R:OK -2015-03-09 13:27:39 queue INFO >>A3 [269] -2015-03-09 13:27:39 sendUrl INFO A3 [269] R:OK -2015-03-09 13:28:29 queue INFO >>A3 [270] -2015-03-09 13:28:29 sendUrl INFO A3 [270] R:OK -2015-03-09 13:29:19 queue INFO >>A3 [271] -2015-03-09 13:29:20 sendUrl INFO A3 [271] R:OK -2015-03-09 13:30:09 queue INFO >>A3 [272] -2015-03-09 13:30:09 sendUrl INFO A3 [272] R:OK -2015-03-09 13:30:25 queue INFO A7 [273] -2015-03-09 13:30:25 queue INFO >A7 [274] -2015-03-09 13:30:25 sendUrl INFO A7 [273] R:OK -2015-03-09 13:30:25 sendUrl INFO A7 [274] R:OK -2015-03-09 13:30:28 queue INFO A3 [275] -2015-03-09 13:30:28 queue INFO >A3 [276] -2015-03-09 13:30:28 sendUrl INFO A3 [275] R:OK -2015-03-09 13:30:29 sendUrl INFO A3 [276] R:OK -2015-03-09 13:31:18 queue INFO >>A3 [277] -2015-03-09 13:31:18 sendUrl INFO A3 [277] R:OK -2015-03-09 13:32:08 queue INFO >>A3 [278] -2015-03-09 13:32:08 sendUrl INFO A3 [278] R:OK -2015-03-09 13:32:58 queue INFO >>A3 [279] -2015-03-09 13:32:59 sendUrl INFO A3 [279] R:OK -2015-03-09 13:33:45 queue INFO 83 [280] -2015-03-09 13:33:45 sendUrl INFO 83 [280] R:OK -2015-03-09 13:33:45 queue INFO >83 [281] -2015-03-09 13:33:45 sendUrl INFO 83 [281] R:OK -2015-03-09 13:34:35 queue INFO >>83 [282] -2015-03-09 13:34:35 sendUrl INFO 83 [282] R:OK -2015-03-09 13:35:25 queue INFO >>83 [283] -2015-03-09 13:35:25 sendUrl INFO 83 [283] R:OK -2015-03-09 13:36:15 queue INFO >>83 [284] -2015-03-09 13:36:15 sendUrl INFO 83 [284] R:OK -2015-03-09 13:37:05 queue INFO >>83 [285] -2015-03-09 13:37:06 sendUrl INFO 83 [285] R:OK -2015-03-09 13:37:11 queue INFO 87 [286] -2015-03-09 13:37:11 queue INFO >87 [287] -2015-03-09 13:37:11 sendUrl INFO 87 [286] R:OK -2015-03-09 13:37:12 sendUrl INFO 87 [287] R:OK -2015-03-09 13:37:14 queue INFO 83 [288] -2015-03-09 13:37:14 queue INFO >83 [289] -2015-03-09 13:37:14 sendUrl INFO 83 [288] R:OK -2015-03-09 13:37:15 sendUrl INFO 83 [289] R:OK -2015-03-09 13:38:04 queue INFO >>83 [290] -2015-03-09 13:38:05 sendUrl INFO 83 [290] R:OK -2015-03-09 13:38:54 queue INFO >>83 [291] -2015-03-09 13:38:54 sendUrl INFO 83 [291] R:OK -2015-03-09 13:39:44 queue INFO >>83 [292] -2015-03-09 13:39:45 sendUrl INFO 83 [292] R:OK -2015-03-09 13:40:35 queue INFO >>83 [293] -2015-03-09 13:40:35 sendUrl INFO 83 [293] R:OK -2015-03-09 13:41:25 queue INFO >>83 [294] -2015-03-09 13:41:25 sendUrl INFO 83 [294] R:OK -2015-03-09 13:42:15 queue INFO >>83 [295] -2015-03-09 13:42:15 sendUrl INFO 83 [295] R:OK -2015-03-09 13:43:05 queue INFO >>83 [296] -2015-03-09 13:43:06 sendUrl INFO 83 [296] R:OK -2015-03-09 13:43:55 queue INFO >>83 [297] -2015-03-09 13:43:55 sendUrl INFO 83 [297] R:OK -2015-03-09 13:44:09 queue INFO 87 [298] -2015-03-09 13:44:09 queue INFO >87 [299] -2015-03-09 13:44:09 sendUrl INFO 87 [298] R:OK -2015-03-09 13:44:10 sendUrl INFO 87 [299] R:OK -2015-03-09 13:44:12 queue INFO 83 [300] -2015-03-09 13:44:12 queue INFO >83 [301] -2015-03-09 13:44:12 sendUrl INFO 83 [300] R:OK -2015-03-09 13:44:13 sendUrl INFO 83 [301] R:OK -2015-03-09 13:45:02 queue INFO >>83 [302] -2015-03-09 13:45:02 sendUrl INFO 83 [302] R:OK -2015-03-09 13:45:52 queue INFO >>83 [303] -2015-03-09 13:45:52 sendUrl INFO 83 [303] R:OK -2015-03-09 13:46:42 queue INFO >>83 [304] -2015-03-09 13:46:43 sendUrl INFO 83 [304] R:OK -2015-03-09 13:47:32 queue INFO >>83 [305] -2015-03-09 13:47:32 sendUrl INFO 83 [305] R:OK -2015-03-09 13:48:22 queue INFO >>83 [306] -2015-03-09 13:48:23 sendUrl INFO 83 [306] R:OK -2015-03-09 13:49:13 queue INFO >>83 [307] -2015-03-09 13:49:13 sendUrl INFO 83 [307] R:OK -2015-03-09 13:50:03 queue INFO >>83 [308] -2015-03-09 13:50:03 sendUrl INFO 83 [308] R:OK -2015-03-09 13:50:53 queue INFO >>83 [309] -2015-03-09 13:50:53 sendUrl INFO 83 [309] R:OK -2015-03-09 13:50:55 queue INFO 87 [310] -2015-03-09 13:50:56 queue INFO >87 [311] -2015-03-09 13:50:56 sendUrl INFO 87 [310] R:OK -2015-03-09 13:50:56 sendUrl INFO 87 [311] R:OK -2015-03-09 13:50:58 queue INFO 83 [312] -2015-03-09 13:50:59 queue INFO >83 [313] -2015-03-09 13:50:59 sendUrl INFO 83 [312] R:OK -2015-03-09 13:50:59 sendUrl INFO 83 [313] R:OK -2015-03-09 13:51:49 queue INFO >>83 [314] -2015-03-09 13:51:49 sendUrl INFO 83 [314] R:OK -2015-03-09 13:52:39 queue INFO >>83 [315] -2015-03-09 13:52:39 sendUrl INFO 83 [315] R:OK -2015-03-09 13:53:29 queue INFO >>83 [316] -2015-03-09 13:53:29 sendUrl INFO 83 [316] R:OK -2015-03-09 13:54:19 queue INFO >>83 [317] -2015-03-09 13:54:20 sendUrl INFO 83 [317] R:OK -2015-03-09 13:55:09 queue INFO >>83 [318] -2015-03-09 13:55:09 sendUrl INFO 83 [318] R:OK -2015-03-09 13:55:59 queue INFO >>83 [319] -2015-03-09 13:56:00 sendUrl INFO 83 [319] R:OK -2015-03-09 13:56:50 queue INFO >>83 [320] -2015-03-09 13:56:50 sendUrl INFO 83 [320] R:OK -2015-03-09 13:57:40 queue INFO >>83 [321] -2015-03-09 13:57:40 sendUrl INFO 83 [321] R:OK -2015-03-09 13:57:42 queue INFO 87 [322] -2015-03-09 13:57:42 queue INFO >87 [323] -2015-03-09 13:57:42 sendUrl INFO 87 [322] R:OK -2015-03-09 13:57:43 sendUrl INFO 87 [323] R:OK -2015-03-09 13:57:45 queue INFO 83 [324] -2015-03-09 13:57:45 sendUrl INFO 83 [324] R:OK -2015-03-09 13:57:45 queue INFO >83 [325] -2015-03-09 13:57:46 sendUrl INFO 83 [325] R:OK -2015-03-09 13:58:35 queue INFO >>83 [326] -2015-03-09 13:58:35 sendUrl INFO 83 [326] R:OK -2015-03-09 13:59:25 queue INFO >>83 [327] -2015-03-09 13:59:26 sendUrl INFO 83 [327] R:OK -2015-03-09 14:00:15 queue INFO >>83 [328] -2015-03-09 14:00:16 sendUrl INFO 83 [328] R:OK -2015-03-09 14:01:05 queue INFO >>83 [329] -2015-03-09 14:01:06 sendUrl INFO 83 [329] R:OK -2015-03-09 14:01:56 queue INFO >>83 [330] -2015-03-09 14:01:56 sendUrl INFO 83 [330] R:OK -2015-03-09 14:02:46 queue INFO >>83 [331] -2015-03-09 14:02:46 sendUrl INFO 83 [331] R:OK -2015-03-09 14:03:36 queue INFO >>83 [332] -2015-03-09 14:03:36 sendUrl INFO 83 [332] R:OK -2015-03-09 14:04:26 queue INFO >>83 [333] -2015-03-09 14:04:26 sendUrl INFO 83 [333] R:OK -2015-03-09 14:04:28 queue INFO 87 [334] -2015-03-09 14:04:28 queue INFO >87 [335] -2015-03-09 14:04:29 sendUrl INFO 87 [334] R:OK -2015-03-09 14:04:29 sendUrl INFO 87 [335] R:OK -2015-03-09 14:04:31 queue INFO 83 [336] -2015-03-09 14:04:31 queue INFO >83 [337] -2015-03-09 14:04:32 sendUrl INFO 83 [336] R:OK -2015-03-09 14:04:32 sendUrl INFO 83 [337] R:OK -2015-03-09 14:05:21 queue INFO >>83 [338] -2015-03-09 14:05:22 sendUrl INFO 83 [338] R:OK -2015-03-09 14:06:11 queue INFO >>83 [339] -2015-03-09 14:06:12 sendUrl INFO 83 [339] R:OK -2015-03-09 14:07:02 queue INFO >>83 [340] -2015-03-09 14:07:02 sendUrl INFO 83 [340] R:OK -2015-03-09 14:07:52 queue INFO >>83 [341] -2015-03-09 14:07:52 sendUrl INFO 83 [341] R:OK -2015-03-09 14:08:42 queue INFO >>83 [342] -2015-03-09 14:08:42 sendUrl INFO 83 [342] R:OK -2015-03-09 14:09:32 queue INFO >>83 [343] -2015-03-09 14:09:32 sendUrl INFO 83 [343] R:OK -2015-03-09 14:10:22 queue INFO >>83 [344] -2015-03-09 14:10:23 sendUrl INFO 83 [344] R:OK -2015-03-09 14:11:12 queue INFO >>83 [345] -2015-03-09 14:11:13 sendUrl INFO 83 [345] R:OK -2015-03-09 14:11:15 queue INFO 87 [346] -2015-03-09 14:11:15 queue INFO >87 [347] -2015-03-09 14:11:16 sendUrl INFO 87 [346] R:OK -2015-03-09 14:11:16 sendUrl INFO 87 [347] R:OK -2015-03-09 14:11:18 queue INFO 83 [348] -2015-03-09 14:11:18 queue INFO >83 [349] -2015-03-09 14:11:19 sendUrl INFO 83 [348] R:OK -2015-03-09 14:11:19 sendUrl INFO 83 [349] R:OK -2015-03-09 14:12:08 queue INFO >>83 [350] -2015-03-09 14:12:08 sendUrl INFO 83 [350] R:OK -2015-03-09 14:12:58 queue INFO >>83 [351] -2015-03-09 14:12:59 sendUrl INFO 83 [351] R:OK -2015-03-09 14:13:48 queue INFO >>83 [352] -2015-03-09 14:13:49 sendUrl INFO 83 [352] R:OK -2015-03-09 14:14:39 queue INFO >>83 [353] -2015-03-09 14:14:39 sendUrl INFO 83 [353] R:OK -2015-03-09 14:15:29 queue INFO >>83 [354] -2015-03-09 14:15:29 sendUrl INFO 83 [354] R:OK -2015-03-09 14:16:19 queue INFO >>83 [355] -2015-03-09 14:16:19 sendUrl INFO 83 [355] R:OK -2015-03-09 14:17:09 queue INFO >>83 [356] -2015-03-09 14:17:09 sendUrl INFO 83 [356] R:OK -2015-03-09 14:17:59 queue INFO >>83 [357] -2015-03-09 14:17:59 sendUrl INFO 83 [357] R:OK -2015-03-09 14:18:01 queue INFO 87 [358] -2015-03-09 14:18:02 queue INFO >87 [359] -2015-03-09 14:18:02 sendUrl INFO 87 [358] R:OK -2015-03-09 14:18:02 sendUrl INFO 87 [359] R:OK -2015-03-09 14:18:04 queue INFO 83 [360] -2015-03-09 14:18:05 queue INFO >83 [361] -2015-03-09 14:18:05 sendUrl INFO 83 [360] R:OK -2015-03-09 14:18:05 sendUrl INFO 83 [361] R:OK -2015-03-09 14:18:54 queue INFO >>83 [362] -2015-03-09 14:18:55 sendUrl INFO 83 [362] R:OK -2015-03-09 14:19:45 queue INFO >>83 [363] -2015-03-09 14:19:45 sendUrl INFO 83 [363] R:OK -2015-03-09 14:20:35 queue INFO >>83 [364] -2015-03-09 14:20:35 sendUrl INFO 83 [364] R:OK -2015-03-09 14:21:25 queue INFO >>83 [365] -2015-03-09 14:21:25 sendUrl INFO 83 [365] R:OK -2015-03-09 14:22:15 queue INFO >>83 [366] -2015-03-09 14:22:15 sendUrl INFO 83 [366] R:OK -2015-03-09 14:23:05 queue INFO >>83 [367] -2015-03-09 14:23:06 sendUrl INFO 83 [367] R:OK -2015-03-09 14:23:55 queue INFO >>83 [368] -2015-03-09 14:23:56 sendUrl INFO 83 [368] R:OK -2015-03-09 14:24:46 queue INFO >>83 [369] -2015-03-09 14:24:46 sendUrl INFO 83 [369] R:OK -2015-03-09 14:24:59 queue INFO 87 [370] -2015-03-09 14:24:59 sendUrl INFO 87 [370] R:OK -2015-03-09 14:24:59 queue INFO >87 [371] -2015-03-09 14:25:00 sendUrl INFO 87 [371] R:OK -2015-03-09 14:25:02 queue INFO 83 [372] -2015-03-09 14:25:02 sendUrl INFO 83 [372] R:OK -2015-03-09 14:25:02 queue INFO >83 [373] -2015-03-09 14:25:03 sendUrl INFO 83 [373] R:OK -2015-03-09 14:25:52 queue INFO >>83 [374] -2015-03-09 14:25:52 sendUrl INFO 83 [374] R:OK -2015-03-09 14:26:42 queue INFO >>83 [375] -2015-03-09 14:26:43 sendUrl INFO 83 [375] R:OK -2015-03-09 14:27:32 queue INFO >>83 [376] -2015-03-09 14:27:33 sendUrl INFO 83 [376] R:OK -2015-03-09 14:28:23 queue INFO >>83 [377] -2015-03-09 14:28:23 sendUrl INFO 83 [377] R:OK -2015-03-09 14:29:13 queue INFO >>83 [378] -2015-03-09 14:29:13 sendUrl INFO 83 [378] R:OK -2015-03-09 14:29:16 queue INFO 81 [379] -2015-03-09 14:29:16 queue INFO >81 [380] -2015-03-09 14:29:16 sendUrl INFO 81 [379] R:OK -2015-03-09 14:29:16 sendUrl INFO 81 [380] R:OK -2015-03-09 14:30:06 queue INFO >>81 [381] -2015-03-09 14:30:06 sendUrl INFO 81 [381] R:OK -2015-03-09 14:30:56 queue INFO >>81 [382] -2015-03-09 14:30:56 sendUrl INFO 81 [382] R:OK -2015-03-09 14:31:46 queue INFO >>81 [383] -2015-03-09 14:31:46 sendUrl INFO 81 [383] R:OK -2015-03-09 14:32:20 queue INFO 91 [384] -2015-03-09 14:32:20 sendUrl INFO 91 [384] R:OK -2015-03-09 14:32:20 queue INFO 99 [385] -2015-03-09 14:32:20 queue INFO >99 [386] -2015-03-09 14:32:21 sendUrl INFO 99 [385] R:OK -2015-03-09 14:32:21 sendUrl INFO 99 [386] R:OK -2015-03-09 14:33:10 queue INFO >>99 [387] -2015-03-09 14:33:10 sendUrl INFO 99 [387] R:OK -2015-03-09 14:34:00 queue INFO >>99 [388] -2015-03-09 14:34:01 sendUrl INFO 99 [388] R:OK -2015-03-09 14:34:51 queue INFO >>99 [389] -2015-03-09 14:34:51 sendUrl INFO 99 [389] R:OK -2015-03-09 14:35:41 queue INFO >>99 [390] -2015-03-09 14:35:41 sendUrl INFO 99 [390] R:OK -2015-03-09 14:36:31 queue INFO >>99 [391] -2015-03-09 14:36:31 sendUrl INFO 99 [391] R:OK -2015-03-09 14:37:21 queue INFO >>99 [392] -2015-03-09 14:37:22 sendUrl INFO 99 [392] R:OK -2015-03-09 14:38:11 queue INFO >>99 [393] -2015-03-09 14:38:11 sendUrl INFO 99 [393] R:OK -2015-03-09 14:39:01 queue INFO >>99 [394] -2015-03-09 14:39:02 sendUrl INFO 99 [394] R:OK -2015-03-09 14:39:52 queue INFO >>99 [395] -2015-03-09 14:39:52 sendUrl INFO 99 [395] R:OK -2015-03-09 14:40:35 queue INFO 89 [396] -2015-03-09 14:40:35 queue INFO >89 [397] -2015-03-09 14:40:35 sendUrl INFO 89 [396] R:OK -2015-03-09 14:40:36 sendUrl INFO 89 [397] R:OK -2015-03-09 14:40:40 queue INFO 81 [398] -2015-03-09 14:40:40 queue INFO >81 [399] -2015-03-09 14:40:40 sendUrl INFO 81 [398] R:OK -2015-03-09 14:40:41 sendUrl INFO 81 [399] R:OK -2015-03-09 14:40:43 queue INFO 83 [400] -2015-03-09 14:40:43 queue INFO >83 [401] -2015-03-09 14:40:43 sendUrl INFO 83 [400] R:OK -2015-03-09 14:40:43 sendUrl INFO 83 [401] R:OK -2015-03-09 14:41:01 queue INFO 87 [402] -2015-03-09 14:41:01 queue INFO >87 [403] -2015-03-09 14:41:01 sendUrl INFO 87 [402] R:OK -2015-03-09 14:41:02 sendUrl INFO 87 [403] R:OK -2015-03-09 14:41:04 queue INFO 83 [404] -2015-03-09 14:41:04 queue INFO >83 [405] -2015-03-09 14:41:04 sendUrl INFO 83 [404] R:OK -2015-03-09 14:41:05 sendUrl INFO 83 [405] R:OK -2015-03-09 14:41:54 queue INFO >>83 [406] -2015-03-09 14:41:54 sendUrl INFO 83 [406] R:OK -2015-03-09 14:42:44 queue INFO >>83 [407] -2015-03-09 14:42:44 sendUrl INFO 83 [407] R:OK -2015-03-09 14:43:34 queue INFO >>83 [408] -2015-03-09 14:43:34 sendUrl INFO 83 [408] R:OK -2015-03-09 14:44:24 queue INFO >>83 [409] -2015-03-09 14:44:24 sendUrl INFO 83 [409] R:OK -2015-03-09 14:45:14 queue INFO >>83 [410] -2015-03-09 14:45:15 sendUrl INFO 83 [410] R:OK -2015-03-09 14:46:04 queue INFO >>83 [411] -2015-03-09 14:46:05 sendUrl INFO 83 [411] R:OK -2015-03-09 14:46:54 queue INFO >>83 [412] -2015-03-09 14:46:55 sendUrl INFO 83 [412] R:OK -2015-03-09 14:47:45 queue INFO >>83 [413] -2015-03-09 14:47:45 sendUrl INFO 83 [413] R:OK -2015-03-09 14:47:47 queue INFO 87 [414] -2015-03-09 14:47:47 queue INFO >87 [415] -2015-03-09 14:47:47 sendUrl INFO 87 [414] R:OK -2015-03-09 14:47:48 sendUrl INFO 87 [415] R:OK -2015-03-09 14:47:50 queue INFO 83 [416] -2015-03-09 14:47:50 queue INFO >83 [417] -2015-03-09 14:47:50 sendUrl INFO 83 [416] R:OK -2015-03-09 14:47:51 sendUrl INFO 83 [417] R:OK -2015-03-09 14:48:40 queue INFO >>83 [418] -2015-03-09 14:48:41 sendUrl INFO 83 [418] R:OK -2015-03-09 14:49:30 queue INFO >>83 [419] -2015-03-09 14:49:30 sendUrl INFO 83 [419] R:OK -2015-03-09 14:50:20 queue INFO >>83 [420] -2015-03-09 14:50:21 sendUrl INFO 83 [420] R:OK -2015-03-09 14:51:11 queue INFO >>83 [421] -2015-03-09 14:51:11 sendUrl INFO 83 [421] R:OK -2015-03-09 14:52:01 queue INFO >>83 [422] -2015-03-09 14:52:01 sendUrl INFO 83 [422] R:OK -2015-03-09 14:52:51 queue INFO >>83 [423] -2015-03-09 14:52:51 sendUrl INFO 83 [423] R:OK -2015-03-09 14:53:41 queue INFO >>83 [424] -2015-03-09 14:53:41 sendUrl INFO 83 [424] R:OK -2015-03-09 14:54:31 queue INFO >>83 [425] -2015-03-09 14:54:31 sendUrl INFO 83 [425] R:OK -2015-03-09 14:54:34 queue INFO 87 [426] -2015-03-09 14:54:34 queue INFO >87 [427] -2015-03-09 14:54:34 sendUrl INFO 87 [426] R:OK -2015-03-09 14:54:35 sendUrl INFO 87 [427] R:OK -2015-03-09 14:54:37 queue INFO 83 [428] -2015-03-09 14:54:37 queue INFO >83 [429] -2015-03-09 14:54:37 sendUrl INFO 83 [428] R:OK -2015-03-09 14:54:38 sendUrl INFO 83 [429] R:OK -2015-03-09 14:55:27 queue INFO >>83 [430] -2015-03-09 14:55:27 sendUrl INFO 83 [430] R:OK -2015-03-09 14:56:17 queue INFO >>83 [431] -2015-03-09 14:56:17 sendUrl INFO 83 [431] R:OK -2015-03-09 14:57:07 queue INFO >>83 [432] -2015-03-09 14:57:08 sendUrl INFO 83 [432] R:OK -2015-03-09 14:57:57 queue INFO >>83 [433] -2015-03-09 14:57:57 sendUrl INFO 83 [433] R:OK -2015-03-09 14:58:47 queue INFO >>83 [434] -2015-03-09 14:58:48 sendUrl INFO 83 [434] R:OK -2015-03-09 14:59:38 queue INFO >>83 [435] -2015-03-09 14:59:38 sendUrl INFO 83 [435] R:OK -2015-03-09 15:00:28 queue INFO >>83 [436] -2015-03-09 15:00:28 sendUrl INFO 83 [436] R:OK -2015-03-09 15:01:18 queue INFO >>83 [437] -2015-03-09 15:01:18 sendUrl INFO 83 [437] R:OK -2015-03-09 15:01:20 queue INFO 87 [438] -2015-03-09 15:01:20 sendUrl INFO 87 [438] R:OK -2015-03-09 15:01:20 queue INFO >87 [439] -2015-03-09 15:01:21 sendUrl INFO 87 [439] R:OK -2015-03-09 15:01:23 queue INFO 83 [440] -2015-03-09 15:01:23 queue INFO >83 [441] -2015-03-09 15:01:23 sendUrl INFO 83 [440] R:OK -2015-03-09 15:01:24 sendUrl INFO 83 [441] R:OK -2015-03-09 15:02:13 queue INFO >>83 [442] -2015-03-09 15:02:14 sendUrl INFO 83 [442] R:OK -2015-03-09 15:03:03 queue INFO >>83 [443] -2015-03-09 15:03:04 sendUrl INFO 83 [443] R:OK -2015-03-09 15:03:54 queue INFO >>83 [444] -2015-03-09 15:03:54 sendUrl INFO 83 [444] R:OK -2015-03-09 15:04:44 queue INFO >>83 [445] -2015-03-09 15:04:44 sendUrl INFO 83 [445] R:OK -2015-03-09 15:05:34 queue INFO >>83 [446] -2015-03-09 15:05:34 sendUrl INFO 83 [446] R:OK -2015-03-09 15:06:24 queue INFO >>83 [447] -2015-03-09 15:06:24 sendUrl INFO 83 [447] R:OK -2015-03-09 15:07:14 queue INFO >>83 [448] -2015-03-09 15:07:15 sendUrl INFO 83 [448] R:OK -2015-03-09 15:08:04 queue INFO >>83 [449] -2015-03-09 15:08:04 sendUrl INFO 83 [449] R:OK -2015-03-09 15:08:07 queue INFO 87 [450] -2015-03-09 15:08:07 queue INFO >87 [451] -2015-03-09 15:08:07 sendUrl INFO 87 [450] R:OK -2015-03-09 15:08:07 sendUrl INFO 87 [451] R:OK -2015-03-09 15:08:10 queue INFO 83 [452] -2015-03-09 15:08:10 queue INFO >83 [453] -2015-03-09 15:08:10 sendUrl INFO 83 [452] R:OK -2015-03-09 15:08:11 sendUrl INFO 83 [453] R:OK -2015-03-09 15:09:00 queue INFO >>83 [454] -2015-03-09 15:09:00 sendUrl INFO 83 [454] R:OK -2015-03-09 15:09:50 queue INFO >>83 [455] -2015-03-09 15:09:50 sendUrl INFO 83 [455] R:OK -2015-03-09 15:10:40 queue INFO >>83 [456] -2015-03-09 15:10:41 sendUrl INFO 83 [456] R:OK -2015-03-09 15:11:30 queue INFO >>83 [457] -2015-03-09 15:11:30 sendUrl INFO 83 [457] R:OK -2015-03-09 15:12:20 queue INFO >>83 [458] -2015-03-09 15:12:21 sendUrl INFO 83 [458] R:OK -2015-03-09 15:13:10 queue INFO >>83 [459] -2015-03-09 15:13:11 sendUrl INFO 83 [459] R:OK -2015-03-09 15:14:01 queue INFO >>83 [460] -2015-03-09 15:14:01 sendUrl INFO 83 [460] R:OK -2015-03-09 15:14:51 queue INFO >>83 [461] -2015-03-09 15:14:51 sendUrl INFO 83 [461] R:OK -2015-03-09 15:15:04 queue INFO 87 [462] -2015-03-09 15:15:05 queue INFO >87 [463] -2015-03-09 15:15:05 sendUrl INFO 87 [462] R:OK -2015-03-09 15:15:05 sendUrl INFO 87 [463] R:OK -2015-03-09 15:15:07 queue INFO 83 [464] -2015-03-09 15:15:08 queue INFO >83 [465] -2015-03-09 15:15:08 sendUrl INFO 83 [464] R:OK -2015-03-09 15:15:08 sendUrl INFO 83 [465] R:OK -2015-03-09 15:15:58 queue INFO >>83 [466] -2015-03-09 15:15:58 sendUrl INFO 83 [466] R:OK -2015-03-09 15:16:48 queue INFO >>83 [467] -2015-03-09 15:16:48 sendUrl INFO 83 [467] R:OK -2015-03-09 15:17:38 queue INFO >>83 [468] -2015-03-09 15:17:38 sendUrl INFO 83 [468] R:OK -2015-03-09 15:18:28 queue INFO >>83 [469] -2015-03-09 15:18:28 sendUrl INFO 83 [469] R:OK -2015-03-09 15:19:18 queue INFO >>83 [470] -2015-03-09 15:19:19 sendUrl INFO 83 [470] R:OK -2015-03-09 15:20:08 queue INFO >>83 [471] -2015-03-09 15:20:09 sendUrl INFO 83 [471] R:OK -2015-03-09 15:20:58 queue INFO >>83 [472] -2015-03-09 15:20:59 sendUrl INFO 83 [472] R:OK -2015-03-09 15:21:49 queue INFO >>83 [473] -2015-03-09 15:21:49 sendUrl INFO 83 [473] R:OK -2015-03-09 15:21:51 queue INFO 87 [474] -2015-03-09 15:21:51 sendUrl INFO 87 [474] R:OK -2015-03-09 15:21:51 queue INFO >87 [475] -2015-03-09 15:21:52 sendUrl INFO 87 [475] R:OK -2015-03-09 15:21:54 queue INFO 83 [476] -2015-03-09 15:21:54 sendUrl INFO 83 [476] R:OK -2015-03-09 15:21:54 queue INFO >83 [477] -2015-03-09 15:21:55 sendUrl INFO 83 [477] R:OK -2015-03-09 15:22:44 queue INFO >>83 [478] -2015-03-09 15:22:44 sendUrl INFO 83 [478] R:OK -2015-03-09 15:23:34 queue INFO >>83 [479] -2015-03-09 15:23:35 sendUrl INFO 83 [479] R:OK -2015-03-09 15:24:24 queue INFO >>83 [480] -2015-03-09 15:24:25 sendUrl INFO 83 [480] R:OK -2015-03-09 15:25:14 queue INFO >>83 [481] -2015-03-09 15:25:15 sendUrl INFO 83 [481] R:OK -2015-03-09 15:26:05 queue INFO >>83 [482] -2015-03-09 15:26:05 sendUrl INFO 83 [482] R:OK -2015-03-09 15:26:55 queue INFO >>83 [483] -2015-03-09 15:26:55 sendUrl INFO 83 [483] R:OK -2015-03-09 15:27:45 queue INFO >>83 [484] -2015-03-09 15:27:45 sendUrl INFO 83 [484] R:OK -2015-03-09 15:28:35 queue INFO >>83 [485] -2015-03-09 15:28:35 sendUrl INFO 83 [485] R:OK -2015-03-09 15:28:37 queue INFO 87 [486] -2015-03-09 15:28:37 queue INFO >87 [487] -2015-03-09 15:28:38 sendUrl INFO 87 [486] R:OK -2015-03-09 15:28:38 sendUrl INFO 87 [487] R:OK -2015-03-09 15:28:40 queue INFO 83 [488] -2015-03-09 15:28:40 queue INFO >83 [489] -2015-03-09 15:28:41 sendUrl INFO 83 [488] R:OK -2015-03-09 15:28:41 sendUrl INFO 83 [489] R:OK -2015-03-09 15:29:30 queue INFO >>83 [490] -2015-03-09 15:29:31 sendUrl INFO 83 [490] R:OK -2015-03-09 15:30:20 queue INFO >>83 [491] -2015-03-09 15:30:21 sendUrl INFO 83 [491] R:OK -2015-03-09 15:31:11 queue INFO >>83 [492] -2015-03-09 15:31:11 sendUrl INFO 83 [492] R:OK -2015-03-09 15:32:01 queue INFO >>83 [493] -2015-03-09 15:32:01 sendUrl INFO 83 [493] R:OK -2015-03-09 15:32:51 queue INFO >>83 [494] -2015-03-09 15:32:51 sendUrl INFO 83 [494] R:OK -2015-03-09 15:33:41 queue INFO >>83 [495] -2015-03-09 15:33:41 sendUrl INFO 83 [495] R:OK -2015-03-09 15:34:31 queue INFO >>83 [496] -2015-03-09 15:34:32 sendUrl INFO 83 [496] R:OK -2015-03-09 15:35:21 queue INFO >>83 [497] -2015-03-09 15:35:21 sendUrl INFO 83 [497] R:OK -2015-03-09 15:35:24 queue INFO 87 [498] -2015-03-09 15:35:24 queue INFO >87 [499] -2015-03-09 15:35:24 sendUrl INFO 87 [498] R:OK -2015-03-09 15:35:25 sendUrl INFO 87 [499] R:OK -2015-03-09 15:35:27 queue INFO 83 [500] -2015-03-09 15:35:27 queue INFO >83 [501] -2015-03-09 15:35:28 sendUrl INFO 83 [500] R:OK -2015-03-09 15:35:28 sendUrl INFO 83 [501] R:OK -2015-03-09 15:36:17 queue INFO >>83 [502] -2015-03-09 15:36:17 sendUrl INFO 83 [502] R:OK -2015-03-09 15:37:07 queue INFO >>83 [503] -2015-03-09 15:37:08 sendUrl INFO 83 [503] R:OK -2015-03-09 15:37:57 queue INFO >>83 [504] -2015-03-09 15:37:58 sendUrl INFO 83 [504] R:OK -2015-03-09 15:38:48 queue INFO >>83 [505] -2015-03-09 15:38:48 sendUrl INFO 83 [505] R:OK -2015-03-09 15:39:38 queue INFO >>83 [506] -2015-03-09 15:39:38 sendUrl INFO 83 [506] R:OK -2015-03-09 15:40:28 queue INFO >>83 [507] -2015-03-09 15:40:28 sendUrl INFO 83 [507] R:OK -2015-03-09 15:41:18 queue INFO >>83 [508] -2015-03-09 15:41:18 sendUrl INFO 83 [508] R:OK -2015-03-09 15:42:08 queue INFO >>83 [509] -2015-03-09 15:42:09 sendUrl INFO 83 [509] R:OK -2015-03-09 15:42:10 queue INFO 87 [510] -2015-03-09 15:42:11 queue INFO >87 [511] -2015-03-09 15:42:11 sendUrl INFO 87 [510] R:OK -2015-03-09 15:42:11 sendUrl INFO 87 [511] R:OK -2015-03-09 15:42:13 queue INFO 83 [512] -2015-03-09 15:42:14 queue INFO >83 [513] -2015-03-09 15:42:14 sendUrl INFO 83 [512] R:OK -2015-03-09 15:42:14 sendUrl INFO 83 [513] R:OK -2015-03-09 15:43:04 queue INFO >>83 [514] -2015-03-09 15:43:04 sendUrl INFO 83 [514] R:OK -2015-03-09 15:43:54 queue INFO >>83 [515] -2015-03-09 15:43:54 sendUrl INFO 83 [515] R:OK -2015-03-09 15:44:44 queue INFO >>83 [516] -2015-03-09 15:44:44 sendUrl INFO 83 [516] R:OK -2015-03-09 15:45:34 queue INFO >>83 [517] -2015-03-09 15:45:35 sendUrl INFO 83 [517] R:OK -2015-03-09 15:46:24 queue INFO >>83 [518] -2015-03-09 15:46:24 sendUrl INFO 83 [518] R:OK -2015-03-09 15:47:14 queue INFO >>83 [519] -2015-03-09 15:47:15 sendUrl INFO 83 [519] R:OK -2015-03-09 15:48:04 queue INFO >>83 [520] -2015-03-09 15:48:05 sendUrl INFO 83 [520] R:OK -2015-03-09 15:48:55 queue INFO >>83 [521] -2015-03-09 15:48:55 sendUrl INFO 83 [521] R:OK -2015-03-09 15:48:57 queue INFO 87 [522] -2015-03-09 15:48:57 sendUrl INFO 87 [522] R:OK -2015-03-09 15:48:57 queue INFO >87 [523] -2015-03-09 15:48:57 sendUrl INFO 87 [523] R:OK -2015-03-09 15:49:00 queue INFO 83 [524] -2015-03-09 15:49:00 sendUrl INFO 83 [524] R:OK -2015-03-09 15:49:00 queue INFO >83 [525] -2015-03-09 15:49:00 sendUrl INFO 83 [525] R:OK -2015-03-09 15:49:50 queue INFO >>83 [526] -2015-03-09 15:49:50 sendUrl INFO 83 [526] R:OK -2015-03-09 15:50:40 queue INFO >>83 [527] -2015-03-09 15:50:41 sendUrl INFO 83 [527] R:OK -2015-03-09 15:51:30 queue INFO >>83 [528] -2015-03-09 15:51:30 sendUrl INFO 83 [528] R:OK -2015-03-09 15:52:20 queue INFO >>83 [529] -2015-03-09 15:52:21 sendUrl INFO 83 [529] R:OK -2015-03-09 15:53:11 queue INFO >>83 [530] -2015-03-09 15:53:11 sendUrl INFO 83 [530] R:OK -2015-03-09 15:54:01 queue INFO >>83 [531] -2015-03-09 15:54:01 sendUrl INFO 83 [531] R:OK -2015-03-09 15:54:51 queue INFO >>83 [532] -2015-03-09 15:54:51 sendUrl INFO 83 [532] R:OK -2015-03-09 15:55:41 queue INFO >>83 [533] -2015-03-09 15:55:41 sendUrl INFO 83 [533] R:OK -2015-03-09 15:55:55 queue INFO 87 [534] -2015-03-09 15:55:55 queue INFO >87 [535] -2015-03-09 15:55:55 sendUrl INFO 87 [534] R:OK -2015-03-09 15:55:56 sendUrl INFO 87 [535] R:OK -2015-03-09 15:55:58 queue INFO 83 [536] -2015-03-09 15:55:58 queue INFO >83 [537] -2015-03-09 15:55:58 sendUrl INFO 83 [536] R:OK -2015-03-09 15:55:59 sendUrl INFO 83 [537] R:OK -2015-03-09 15:56:48 queue INFO >>83 [538] -2015-03-09 15:56:48 sendUrl INFO 83 [538] R:OK -2015-03-09 15:57:38 queue INFO >>83 [539] -2015-03-09 15:57:38 sendUrl INFO 83 [539] R:OK -2015-03-09 15:58:28 queue INFO >>83 [540] -2015-03-09 15:58:28 sendUrl INFO 83 [540] R:OK -2015-03-09 15:59:18 queue INFO >>83 [541] -2015-03-09 15:59:19 sendUrl INFO 83 [541] R:OK -2015-03-09 16:00:08 queue INFO >>83 [542] -2015-03-09 16:00:09 sendUrl INFO 83 [542] R:OK -2015-03-09 16:00:59 queue INFO >>83 [543] -2015-03-09 16:00:59 sendUrl INFO 83 [543] R:OK -2015-03-09 16:01:49 queue INFO >>83 [544] -2015-03-09 16:01:49 sendUrl INFO 83 [544] R:OK -2015-03-09 16:02:39 queue INFO >>83 [545] -2015-03-09 16:02:39 sendUrl INFO 83 [545] R:OK -2015-03-09 16:02:41 queue INFO 87 [546] -2015-03-09 16:02:41 queue INFO >87 [547] -2015-03-09 16:02:42 sendUrl INFO 87 [546] R:OK -2015-03-09 16:02:42 sendUrl INFO 87 [547] R:OK -2015-03-09 16:02:44 queue INFO 83 [548] -2015-03-09 16:02:44 queue INFO >83 [549] -2015-03-09 16:02:45 sendUrl INFO 83 [548] R:OK -2015-03-09 16:02:45 sendUrl INFO 83 [549] R:OK -2015-03-09 16:03:34 queue INFO >>83 [550] -2015-03-09 16:03:35 sendUrl INFO 83 [550] R:OK -2015-03-09 16:04:24 queue INFO >>83 [551] -2015-03-09 16:04:25 sendUrl INFO 83 [551] R:OK -2015-03-09 16:05:15 queue INFO >>83 [552] -2015-03-09 16:05:15 sendUrl INFO 83 [552] R:OK -2015-03-09 16:06:05 queue INFO >>83 [553] -2015-03-09 16:06:05 sendUrl INFO 83 [553] R:OK -2015-03-09 16:06:55 queue INFO >>83 [554] -2015-03-09 16:06:55 sendUrl INFO 83 [554] R:OK -2015-03-09 16:07:45 queue INFO >>83 [555] -2015-03-09 16:07:46 sendUrl INFO 83 [555] R:OK -2015-03-09 16:08:35 queue INFO >>83 [556] -2015-03-09 16:08:35 sendUrl INFO 83 [556] R:OK -2015-03-09 16:09:25 queue INFO >>83 [557] -2015-03-09 16:09:26 sendUrl INFO 83 [557] R:OK -2015-03-09 16:09:27 queue INFO 87 [558] -2015-03-09 16:09:28 queue INFO >87 [559] -2015-03-09 16:09:28 sendUrl INFO 87 [558] R:OK -2015-03-09 16:09:28 sendUrl INFO 87 [559] R:OK -2015-03-09 16:09:31 queue INFO 83 [560] -2015-03-09 16:09:31 queue INFO >83 [561] -2015-03-09 16:09:31 sendUrl INFO 83 [560] R:OK -2015-03-09 16:09:31 sendUrl INFO 83 [561] R:OK -2015-03-09 16:10:21 queue INFO >>83 [562] -2015-03-09 16:10:21 sendUrl INFO 83 [562] R:OK -2015-03-09 16:11:11 queue INFO >>83 [563] -2015-03-09 16:11:11 sendUrl INFO 83 [563] R:OK -2015-03-09 16:12:01 queue INFO >>83 [564] -2015-03-09 16:12:01 sendUrl INFO 83 [564] R:OK -2015-03-09 16:12:51 queue INFO >>83 [565] -2015-03-09 16:12:52 sendUrl INFO 83 [565] R:OK -2015-03-09 16:13:41 queue INFO >>83 [566] -2015-03-09 16:13:41 sendUrl INFO 83 [566] R:OK -2015-03-09 16:14:32 queue INFO >>83 [567] -2015-03-09 16:14:32 sendUrl INFO 83 [567] R:OK -2015-03-09 16:15:22 queue INFO >>83 [568] -2015-03-09 16:15:22 sendUrl INFO 83 [568] R:OK -2015-03-09 16:16:12 queue INFO >>83 [569] -2015-03-09 16:16:12 sendUrl INFO 83 [569] R:OK -2015-03-09 16:16:14 queue INFO 87 [570] -2015-03-09 16:16:14 queue INFO >87 [571] -2015-03-09 16:16:15 sendUrl INFO 87 [570] R:OK -2015-03-09 16:16:15 sendUrl INFO 87 [571] R:OK -2015-03-09 16:16:17 queue INFO 83 [572] -2015-03-09 16:16:17 queue INFO >83 [573] -2015-03-09 16:16:18 sendUrl INFO 83 [572] R:OK -2015-03-09 16:16:18 sendUrl INFO 83 [573] R:OK -2015-03-09 16:17:07 queue INFO >>83 [574] -2015-03-09 16:17:08 sendUrl INFO 83 [574] R:OK -2015-03-09 16:17:08 queue INFO 81 [575] -2015-03-09 16:17:08 queue INFO >81 [576] -2015-03-09 16:17:08 sendUrl INFO 81 [575] R:OK -2015-03-09 16:17:09 sendUrl INFO 81 [576] R:OK -2015-03-09 16:17:20 queue INFO 83 [577] -2015-03-09 16:17:20 queue INFO >83 [578] -2015-03-09 16:17:21 sendUrl INFO 83 [577] R:OK -2015-03-09 16:17:21 sendUrl INFO 83 [578] R:OK -2015-03-09 16:18:10 queue INFO >>83 [579] -2015-03-09 16:18:10 sendUrl INFO 83 [579] R:OK -2015-03-09 16:19:00 queue INFO >>83 [580] -2015-03-09 16:19:01 sendUrl INFO 83 [580] R:OK -2015-03-09 16:19:51 queue INFO >>83 [581] -2015-03-09 16:19:51 sendUrl INFO 83 [581] R:OK -2015-03-09 16:20:41 queue INFO >>83 [582] -2015-03-09 16:20:41 sendUrl INFO 83 [582] R:OK -2015-03-09 16:21:31 queue INFO >>83 [583] -2015-03-09 16:21:31 sendUrl INFO 83 [583] R:OK -2015-03-09 16:22:21 queue INFO >>83 [584] -2015-03-09 16:22:21 sendUrl INFO 83 [584] R:OK -2015-03-09 16:23:01 queue INFO 87 [585] -2015-03-09 16:23:01 queue INFO >87 [586] -2015-03-09 16:23:01 sendUrl INFO 87 [585] R:OK -2015-03-09 16:23:01 sendUrl INFO 87 [586] R:OK -2015-03-09 16:23:04 queue INFO 83 [587] -2015-03-09 16:23:04 queue INFO >83 [588] -2015-03-09 16:23:04 sendUrl INFO 83 [587] R:OK -2015-03-09 16:23:05 sendUrl INFO 83 [588] R:OK -2015-03-09 16:23:54 queue INFO >>83 [589] -2015-03-09 16:23:54 sendUrl INFO 83 [589] R:OK -2015-03-09 16:24:44 queue INFO >>83 [590] -2015-03-09 16:24:44 sendUrl INFO 83 [590] R:OK -2015-03-09 16:25:34 queue INFO >>83 [591] -2015-03-09 16:25:34 sendUrl INFO 83 [591] R:OK -2015-03-09 16:26:24 queue INFO >>83 [592] -2015-03-09 16:26:25 sendUrl INFO 83 [592] R:OK -2015-03-09 16:27:14 queue INFO >>83 [593] -2015-03-09 16:27:15 sendUrl INFO 83 [593] R:OK -2015-03-09 16:28:05 queue INFO >>83 [594] -2015-03-09 16:28:05 sendUrl INFO 83 [594] R:OK -2015-03-09 16:28:55 queue INFO >>83 [595] -2015-03-09 16:28:55 sendUrl INFO 83 [595] R:OK -2015-03-09 16:29:45 queue INFO >>83 [596] -2015-03-09 16:29:45 sendUrl INFO 83 [596] R:OK -2015-03-09 16:29:47 queue INFO 87 [597] -2015-03-09 16:29:47 queue INFO >87 [598] -2015-03-09 16:29:48 sendUrl INFO 87 [597] R:OK -2015-03-09 16:29:48 sendUrl INFO 87 [598] R:OK -2015-03-09 16:29:50 queue INFO 83 [599] -2015-03-09 16:29:50 queue INFO >83 [600] -2015-03-09 16:29:51 sendUrl INFO 83 [599] R:OK -2015-03-09 16:29:51 sendUrl INFO 83 [600] R:OK -2015-03-09 16:30:40 queue INFO >>83 [601] -2015-03-09 16:30:40 sendUrl INFO 83 [601] R:OK -2015-03-09 16:31:30 queue INFO >>83 [602] -2015-03-09 16:31:31 sendUrl INFO 83 [602] R:OK -2015-03-09 16:32:20 queue INFO >>83 [603] -2015-03-09 16:32:21 sendUrl INFO 83 [603] R:OK -2015-03-09 16:33:11 queue INFO >>83 [604] -2015-03-09 16:33:11 sendUrl INFO 83 [604] R:OK -2015-03-09 16:34:01 queue INFO >>83 [605] -2015-03-09 16:34:01 sendUrl INFO 83 [605] R:OK -2015-03-09 16:34:51 queue INFO >>83 [606] -2015-03-09 16:34:51 sendUrl INFO 83 [606] R:OK -2015-03-09 16:35:41 queue INFO >>83 [607] -2015-03-09 16:35:41 sendUrl INFO 83 [607] R:OK -2015-03-09 16:36:31 queue INFO >>83 [608] -2015-03-09 16:36:32 sendUrl INFO 83 [608] R:OK -2015-03-09 16:36:45 queue INFO 87 [609] -2015-03-09 16:36:45 queue INFO >87 [610] -2015-03-09 16:36:45 sendUrl INFO 87 [609] R:OK -2015-03-09 16:36:46 sendUrl INFO 87 [610] R:OK -2015-03-09 16:36:48 queue INFO 83 [611] -2015-03-09 16:36:48 queue INFO >83 [612] -2015-03-09 16:36:48 sendUrl INFO 83 [611] R:OK -2015-03-09 16:36:49 sendUrl INFO 83 [612] R:OK -2015-03-09 16:37:38 queue INFO >>83 [613] -2015-03-09 16:37:39 sendUrl INFO 83 [613] R:OK -2015-03-09 16:38:28 queue INFO >>83 [614] -2015-03-09 16:38:28 sendUrl INFO 83 [614] R:OK -2015-03-09 16:39:18 queue INFO >>83 [615] -2015-03-09 16:39:19 sendUrl INFO 83 [615] R:OK -2015-03-09 16:40:09 queue INFO >>83 [616] -2015-03-09 16:40:09 sendUrl INFO 83 [616] R:OK -2015-03-09 16:40:59 queue INFO >>83 [617] -2015-03-09 16:40:59 sendUrl INFO 83 [617] R:OK -2015-03-09 16:41:49 queue INFO >>83 [618] -2015-03-09 16:41:49 sendUrl INFO 83 [618] R:OK -2015-03-09 16:42:39 queue INFO >>83 [619] -2015-03-09 16:42:39 sendUrl INFO 83 [619] R:OK -2015-03-09 16:43:29 queue INFO >>83 [620] -2015-03-09 16:43:30 sendUrl INFO 83 [620] R:OK -2015-03-09 16:43:31 queue INFO 87 [621] -2015-03-09 16:43:31 queue INFO >87 [622] -2015-03-09 16:43:32 sendUrl INFO 87 [621] R:OK -2015-03-09 16:43:32 sendUrl INFO 87 [622] R:OK -2015-03-09 16:43:34 queue INFO 83 [623] -2015-03-09 16:43:35 queue INFO >83 [624] -2015-03-09 16:43:35 sendUrl INFO 83 [623] R:OK -2015-03-09 16:43:35 sendUrl INFO 83 [624] R:OK -2015-03-09 16:44:24 queue INFO >>83 [625] -2015-03-09 16:44:25 sendUrl INFO 83 [625] R:OK -2015-03-09 16:45:15 queue INFO >>83 [626] -2015-03-09 16:45:15 sendUrl INFO 83 [626] R:OK -2015-03-09 16:46:05 queue INFO >>83 [627] -2015-03-09 16:46:05 sendUrl INFO 83 [627] R:OK -2015-03-09 16:46:55 queue INFO >>83 [628] -2015-03-09 16:46:55 sendUrl INFO 83 [628] R:OK -2015-03-09 16:47:45 queue INFO >>83 [629] -2015-03-09 16:47:45 sendUrl INFO 83 [629] R:OK -2015-03-09 16:48:35 queue INFO >>83 [630] -2015-03-09 16:48:36 sendUrl INFO 83 [630] R:OK -2015-03-09 16:49:25 queue INFO >>83 [631] -2015-03-09 16:49:25 sendUrl INFO 83 [631] R:OK -2015-03-09 16:50:16 queue INFO >>83 [632] -2015-03-09 16:50:16 sendUrl INFO 83 [632] R:OK -2015-03-09 16:50:18 queue INFO 87 [633] -2015-03-09 16:50:18 queue INFO >87 [634] -2015-03-09 16:50:18 sendUrl INFO 87 [633] R:OK -2015-03-09 16:50:19 sendUrl INFO 87 [634] R:OK -2015-03-09 16:50:21 queue INFO 83 [635] -2015-03-09 16:50:21 sendUrl INFO 83 [635] R:OK -2015-03-09 16:50:21 queue INFO >83 [636] -2015-03-09 16:50:21 sendUrl INFO 83 [636] R:OK -2015-03-09 16:51:11 queue INFO >>83 [637] -2015-03-09 16:51:11 sendUrl INFO 83 [637] R:OK -2015-03-09 16:52:01 queue INFO >>83 [638] -2015-03-09 16:52:01 sendUrl INFO 83 [638] R:OK -2015-03-09 16:52:51 queue INFO >>83 [639] -2015-03-09 16:52:51 sendUrl INFO 83 [639] R:OK -2015-03-09 16:53:41 queue INFO >>83 [640] -2015-03-09 16:53:42 sendUrl INFO 83 [640] R:OK -2015-03-09 16:54:31 queue INFO >>83 [641] -2015-03-09 16:54:32 sendUrl INFO 83 [641] R:OK -2015-03-09 16:55:22 queue INFO >>83 [642] -2015-03-09 16:55:22 sendUrl INFO 83 [642] R:OK -2015-03-09 16:56:12 queue INFO >>83 [643] -2015-03-09 16:56:12 sendUrl INFO 83 [643] R:OK -2015-03-09 16:57:02 queue INFO >>83 [644] -2015-03-09 16:57:02 sendUrl INFO 83 [644] R:OK -2015-03-09 16:57:04 queue INFO 87 [645] -2015-03-09 16:57:05 sendUrl INFO 87 [645] R:OK -2015-03-09 16:57:05 queue INFO >87 [646] -2015-03-09 16:57:05 sendUrl INFO 87 [646] R:OK -2015-03-09 16:57:07 queue INFO 83 [647] -2015-03-09 16:57:08 queue INFO >83 [648] -2015-03-09 16:57:08 sendUrl INFO 83 [647] R:OK -2015-03-09 16:57:08 sendUrl INFO 83 [648] R:OK -2015-03-09 16:57:58 queue INFO >>83 [649] -2015-03-09 16:57:58 sendUrl INFO 83 [649] R:OK -2015-03-09 16:58:48 queue INFO >>83 [650] -2015-03-09 16:58:48 sendUrl INFO 83 [650] R:OK -2015-03-09 16:59:38 queue INFO >>83 [651] -2015-03-09 16:59:38 sendUrl INFO 83 [651] R:OK -2015-03-09 17:00:28 queue INFO >>83 [652] -2015-03-09 17:00:28 sendUrl INFO 83 [652] R:OK -2015-03-09 17:01:18 queue INFO >>83 [653] -2015-03-09 17:01:18 sendUrl INFO 83 [653] R:OK -2015-03-09 17:02:08 queue INFO >>83 [654] -2015-03-09 17:02:09 sendUrl INFO 83 [654] R:OK -2015-03-09 17:02:58 queue INFO >>83 [655] -2015-03-09 17:02:59 sendUrl INFO 83 [655] R:OK -2015-03-09 17:03:49 queue INFO >>83 [656] -2015-03-09 17:03:49 sendUrl INFO 83 [656] R:OK -2015-03-09 17:03:51 queue INFO 87 [657] -2015-03-09 17:03:51 queue INFO >87 [658] -2015-03-09 17:03:51 sendUrl INFO 87 [657] R:OK -2015-03-09 17:03:52 sendUrl INFO 87 [658] R:OK -2015-03-09 17:03:54 queue INFO 83 [659] -2015-03-09 17:03:54 queue INFO >83 [660] -2015-03-09 17:03:54 sendUrl INFO 83 [659] R:OK -2015-03-09 17:03:55 sendUrl INFO 83 [660] R:OK -2015-03-09 17:04:44 queue INFO >>83 [661] -2015-03-09 17:04:44 sendUrl INFO 83 [661] R:OK -2015-03-09 17:05:34 queue INFO >>83 [662] -2015-03-09 17:05:34 sendUrl INFO 83 [662] R:OK -2015-03-09 17:06:24 queue INFO >>83 [663] -2015-03-09 17:06:25 sendUrl INFO 83 [663] R:OK -2015-03-09 17:07:14 queue INFO >>83 [664] -2015-03-09 17:07:15 sendUrl INFO 83 [664] R:OK -2015-03-09 17:08:05 queue INFO >>83 [665] -2015-03-09 17:08:05 sendUrl INFO 83 [665] R:OK -2015-03-09 17:08:55 queue INFO >>83 [666] -2015-03-09 17:08:55 sendUrl INFO 83 [666] R:OK -2015-03-09 17:09:45 queue INFO >>83 [667] -2015-03-09 17:09:45 sendUrl INFO 83 [667] R:OK -2015-03-09 17:10:35 queue INFO >>83 [668] -2015-03-09 17:10:35 sendUrl INFO 83 [668] R:OK -2015-03-09 17:10:37 queue INFO 87 [669] -2015-03-09 17:10:37 queue INFO >87 [670] -2015-03-09 17:10:38 sendUrl INFO 87 [669] R:OK -2015-03-09 17:10:38 sendUrl INFO 87 [670] R:OK -2015-03-09 17:10:40 queue INFO 83 [671] -2015-03-09 17:10:40 queue INFO >83 [672] -2015-03-09 17:10:41 sendUrl INFO 83 [671] R:OK -2015-03-09 17:10:41 sendUrl INFO 83 [672] R:OK -2015-03-09 17:11:30 queue INFO >>83 [673] -2015-03-09 17:11:31 sendUrl INFO 83 [673] R:OK -2015-03-09 17:12:21 queue INFO >>83 [674] -2015-03-09 17:12:21 sendUrl INFO 83 [674] R:OK -2015-03-09 17:13:11 queue INFO >>83 [675] -2015-03-09 17:13:11 sendUrl INFO 83 [675] R:OK -2015-03-09 17:14:01 queue INFO >>83 [676] -2015-03-09 17:14:01 sendUrl INFO 83 [676] R:OK -2015-03-09 17:14:51 queue INFO >>83 [677] -2015-03-09 17:14:51 sendUrl INFO 83 [677] R:OK -2015-03-09 17:15:41 queue INFO >>83 [678] -2015-03-09 17:15:42 sendUrl INFO 83 [678] R:OK -2015-03-09 17:16:31 queue INFO >>83 [679] -2015-03-09 17:16:32 sendUrl INFO 83 [679] R:OK -2015-03-09 17:17:21 queue INFO >>83 [680] -2015-03-09 17:17:22 sendUrl INFO 83 [680] R:OK -2015-03-09 17:17:35 queue INFO 87 [681] -2015-03-09 17:17:35 queue INFO >87 [682] -2015-03-09 17:17:35 sendUrl INFO 87 [681] R:OK -2015-03-09 17:17:36 sendUrl INFO 87 [682] R:OK -2015-03-09 17:17:38 queue INFO 83 [683] -2015-03-09 17:17:38 queue INFO >83 [684] -2015-03-09 17:17:38 sendUrl INFO 83 [683] R:OK -2015-03-09 17:17:39 sendUrl INFO 83 [684] R:OK -2015-03-09 17:18:28 queue INFO >>83 [685] -2015-03-09 17:18:29 sendUrl INFO 83 [685] R:OK -2015-03-09 17:19:18 queue INFO >>83 [686] -2015-03-09 17:19:19 sendUrl INFO 83 [686] R:OK -2015-03-09 17:20:09 queue INFO >>83 [687] -2015-03-09 17:20:09 sendUrl INFO 83 [687] R:OK -2015-03-09 17:20:59 queue INFO >>83 [688] -2015-03-09 17:20:59 sendUrl INFO 83 [688] R:OK -2015-03-09 17:21:49 queue INFO >>83 [689] -2015-03-09 17:21:49 sendUrl INFO 83 [689] R:OK -2015-03-09 17:22:39 queue INFO >>83 [690] -2015-03-09 17:22:39 sendUrl INFO 83 [690] R:OK -2015-03-09 17:23:29 queue INFO >>83 [691] -2015-03-09 17:23:30 sendUrl INFO 83 [691] R:OK -2015-03-09 17:24:19 queue INFO >>83 [692] -2015-03-09 17:24:20 sendUrl INFO 83 [692] R:OK -2015-03-09 17:24:22 queue INFO 87 [693] -2015-03-09 17:24:22 queue INFO >87 [694] -2015-03-09 17:24:22 sendUrl INFO 87 [693] R:OK -2015-03-09 17:24:23 sendUrl INFO 87 [694] R:OK -2015-03-09 17:24:25 queue INFO 83 [695] -2015-03-09 17:24:25 queue INFO >83 [696] -2015-03-09 17:24:25 sendUrl INFO 83 [695] R:OK -2015-03-09 17:24:26 sendUrl INFO 83 [696] R:OK -2015-03-09 17:25:15 queue INFO >>83 [697] -2015-03-09 17:25:15 sendUrl INFO 83 [697] R:OK -2015-03-09 17:26:05 queue INFO >>83 [698] -2015-03-09 17:26:05 sendUrl INFO 83 [698] R:OK -2015-03-09 17:26:55 queue INFO >>83 [699] -2015-03-09 17:26:56 sendUrl INFO 83 [699] R:OK -2015-03-09 17:27:45 queue INFO >>83 [700] -2015-03-09 17:27:45 sendUrl INFO 83 [700] R:OK -2015-03-09 17:28:35 queue INFO >>83 [701] -2015-03-09 17:28:36 sendUrl INFO 83 [701] R:OK -2015-03-09 17:29:26 queue INFO >>83 [702] -2015-03-09 17:29:26 sendUrl INFO 83 [702] R:OK -2015-03-09 17:30:16 queue INFO >>83 [703] -2015-03-09 17:30:16 sendUrl INFO 83 [703] R:OK -2015-03-09 17:31:06 queue INFO >>83 [704] -2015-03-09 17:31:06 sendUrl INFO 83 [704] R:OK -2015-03-09 17:31:08 queue INFO 87 [705] -2015-03-09 17:31:08 queue INFO >87 [706] -2015-03-09 17:31:08 sendUrl INFO 87 [705] R:OK -2015-03-09 17:31:09 sendUrl INFO 87 [706] R:OK -2015-03-09 17:31:11 queue INFO 83 [707] -2015-03-09 17:31:11 queue INFO >83 [708] -2015-03-09 17:31:11 sendUrl INFO 83 [707] R:OK -2015-03-09 17:31:12 sendUrl INFO 83 [708] R:OK -2015-03-09 17:32:01 queue INFO >>83 [709] -2015-03-09 17:32:02 sendUrl INFO 83 [709] R:OK -2015-03-09 17:32:51 queue INFO >>83 [710] -2015-03-09 17:32:51 sendUrl INFO 83 [710] R:OK -2015-03-09 17:33:41 queue INFO >>83 [711] -2015-03-09 17:33:42 sendUrl INFO 83 [711] R:OK -2015-03-09 17:34:32 queue INFO >>83 [712] -2015-03-09 17:34:32 sendUrl INFO 83 [712] R:OK -2015-03-09 17:35:22 queue INFO >>83 [713] -2015-03-09 17:35:22 sendUrl INFO 83 [713] R:OK -2015-03-09 17:36:12 queue INFO >>83 [714] -2015-03-09 17:36:12 sendUrl INFO 83 [714] R:OK -2015-03-09 17:37:02 queue INFO >>83 [715] -2015-03-09 17:37:03 sendUrl INFO 83 [715] R:OK -2015-03-09 17:37:52 queue INFO >>83 [716] -2015-03-09 17:37:52 sendUrl INFO 83 [716] R:OK -2015-03-09 17:37:55 queue INFO 87 [717] -2015-03-09 17:37:55 queue INFO >87 [718] -2015-03-09 17:37:55 sendUrl INFO 87 [717] R:OK -2015-03-09 17:37:56 sendUrl INFO 87 [718] R:OK -2015-03-09 17:37:58 queue INFO 83 [719] -2015-03-09 17:37:58 sendUrl INFO 83 [719] R:OK -2015-03-09 17:37:58 queue INFO >83 [720] -2015-03-09 17:37:59 sendUrl INFO 83 [720] R:OK -2015-03-09 17:38:48 queue INFO >>83 [721] -2015-03-09 17:38:48 sendUrl INFO 83 [721] R:OK -2015-03-09 17:39:38 queue INFO >>83 [722] -2015-03-09 17:39:39 sendUrl INFO 83 [722] R:OK -2015-03-09 17:40:11 queue INFO 81 [723] -2015-03-09 17:40:11 queue INFO >81 [724] -2015-03-09 17:40:11 sendUrl INFO 81 [723] R:OK -2015-03-09 17:40:12 sendUrl INFO 81 [724] R:OK -2015-03-09 17:40:21 queue INFO 83 [725] -2015-03-09 17:40:21 queue INFO >83 [726] -2015-03-09 17:40:21 sendUrl INFO 83 [725] R:OK -2015-03-09 17:40:21 sendUrl INFO 83 [726] R:OK -2015-03-09 17:41:11 queue INFO >>83 [727] -2015-03-09 17:41:11 sendUrl INFO 83 [727] R:OK -2015-03-09 17:42:01 queue INFO >>83 [728] -2015-03-09 17:42:01 sendUrl INFO 83 [728] R:OK -2015-03-09 17:42:51 queue INFO >>83 [729] -2015-03-09 17:42:52 sendUrl INFO 83 [729] R:OK -2015-03-09 17:43:41 queue INFO >>83 [730] -2015-03-09 17:43:41 sendUrl INFO 83 [730] R:OK -2015-03-09 17:44:31 queue INFO >>83 [731] -2015-03-09 17:44:32 sendUrl INFO 83 [731] R:OK -2015-03-09 17:44:41 queue INFO 87 [732] -2015-03-09 17:44:41 sendUrl INFO 87 [732] R:OK -2015-03-09 17:44:41 queue INFO >87 [733] -2015-03-09 17:44:42 sendUrl INFO 87 [733] R:OK -2015-03-09 17:44:44 queue INFO 83 [734] -2015-03-09 17:44:44 sendUrl INFO 83 [734] R:OK -2015-03-09 17:44:44 queue INFO >83 [735] -2015-03-09 17:44:45 sendUrl INFO 83 [735] R:OK -2015-03-09 17:45:34 queue INFO >>83 [736] -2015-03-09 17:45:35 sendUrl INFO 83 [736] R:OK -2015-03-09 17:46:24 queue INFO >>83 [737] -2015-03-09 17:46:25 sendUrl INFO 83 [737] R:OK -2015-03-09 17:47:15 queue INFO >>83 [738] -2015-03-09 17:47:15 sendUrl INFO 83 [738] R:OK -2015-03-09 17:48:05 queue INFO >>83 [739] -2015-03-09 17:48:05 sendUrl INFO 83 [739] R:OK -2015-03-09 17:48:55 queue INFO >>83 [740] -2015-03-09 17:48:55 sendUrl INFO 83 [740] R:OK -2015-03-09 17:49:45 queue INFO >>83 [741] -2015-03-09 17:49:45 sendUrl INFO 83 [741] R:OK -2015-03-09 17:50:35 queue INFO >>83 [742] -2015-03-09 17:50:36 sendUrl INFO 83 [742] R:OK -2015-03-09 17:51:25 queue INFO >>83 [743] -2015-03-09 17:51:25 sendUrl INFO 83 [743] R:OK -2015-03-09 17:51:28 queue INFO 87 [744] -2015-03-09 17:51:28 queue INFO >87 [745] -2015-03-09 17:51:28 sendUrl INFO 87 [744] R:OK -2015-03-09 17:51:28 sendUrl INFO 87 [745] R:OK -2015-03-09 17:51:31 queue INFO 83 [746] -2015-03-09 17:51:31 queue INFO >83 [747] -2015-03-09 17:51:31 sendUrl INFO 83 [746] R:OK -2015-03-09 17:51:32 sendUrl INFO 83 [747] R:OK -2015-03-09 17:52:21 queue INFO >>83 [748] -2015-03-09 17:52:21 sendUrl INFO 83 [748] R:OK -2015-03-09 17:53:11 queue INFO >>83 [749] -2015-03-09 17:53:11 sendUrl INFO 83 [749] R:OK -2015-03-09 17:54:01 queue INFO >>83 [750] -2015-03-09 17:54:02 sendUrl INFO 83 [750] R:OK -2015-03-09 17:54:51 queue INFO >>83 [751] -2015-03-09 17:54:51 sendUrl INFO 83 [751] R:OK -2015-03-09 17:55:41 queue INFO >>83 [752] -2015-03-09 17:55:42 sendUrl INFO 83 [752] R:OK -2015-03-09 17:56:31 queue INFO >>83 [753] -2015-03-09 17:56:32 sendUrl INFO 83 [753] R:OK -2015-03-09 17:57:22 queue INFO >>83 [754] -2015-03-09 17:57:22 sendUrl INFO 83 [754] R:OK -2015-03-09 17:58:12 queue INFO >>83 [755] -2015-03-09 17:58:12 sendUrl INFO 83 [755] R:OK -2015-03-09 17:58:25 queue INFO 87 [756] -2015-03-09 17:58:26 queue INFO >87 [757] -2015-03-09 17:58:26 sendUrl INFO 87 [756] R:OK -2015-03-09 17:58:26 sendUrl INFO 87 [757] R:OK -2015-03-09 17:58:29 queue INFO 83 [758] -2015-03-09 17:58:29 sendUrl INFO 83 [758] R:OK -2015-03-09 17:58:29 queue INFO >83 [759] -2015-03-09 17:58:29 sendUrl INFO 83 [759] R:OK -2015-03-09 17:59:19 queue INFO >>83 [760] -2015-03-09 17:59:19 sendUrl INFO 83 [760] R:OK -2015-03-09 18:00:09 queue INFO >>83 [761] -2015-03-09 18:00:09 sendUrl INFO 83 [761] R:OK -2015-03-09 18:00:59 queue INFO >>83 [762] -2015-03-09 18:00:59 sendUrl INFO 83 [762] R:OK -2015-03-09 18:01:49 queue INFO >>83 [763] -2015-03-09 18:01:50 sendUrl INFO 83 [763] R:OK -2015-03-09 18:02:39 queue INFO >>83 [764] -2015-03-09 18:02:40 sendUrl INFO 83 [764] R:OK -2015-03-09 18:03:30 queue INFO >>83 [765] -2015-03-09 18:03:30 sendUrl INFO 83 [765] R:OK -2015-03-09 18:04:20 queue INFO >>83 [766] -2015-03-09 18:04:20 sendUrl INFO 83 [766] R:OK -2015-03-09 18:05:10 queue INFO >>83 [767] -2015-03-09 18:05:10 sendUrl INFO 83 [767] R:OK -2015-03-09 18:05:12 queue INFO 87 [768] -2015-03-09 18:05:12 sendUrl INFO 87 [768] R:OK -2015-03-09 18:05:12 queue INFO >87 [769] -2015-03-09 18:05:13 sendUrl INFO 87 [769] R:OK -2015-03-09 18:05:15 queue INFO 83 [770] -2015-03-09 18:05:15 sendUrl INFO 83 [770] R:OK -2015-03-09 18:05:15 queue INFO >83 [771] -2015-03-09 18:05:16 sendUrl INFO 83 [771] R:OK -2015-03-09 18:06:05 queue INFO >>83 [772] -2015-03-09 18:06:05 sendUrl INFO 83 [772] R:OK -2015-03-09 18:06:55 queue INFO >>83 [773] -2015-03-09 18:06:56 sendUrl INFO 83 [773] R:OK -2015-03-09 18:07:45 queue INFO >>83 [774] -2015-03-09 18:07:46 sendUrl INFO 83 [774] R:OK -2015-03-09 18:08:36 queue INFO >>83 [775] -2015-03-09 18:08:36 sendUrl INFO 83 [775] R:OK -2015-03-09 18:09:26 queue INFO >>83 [776] -2015-03-09 18:09:26 sendUrl INFO 83 [776] R:OK -2015-03-09 18:10:16 queue INFO >>83 [777] -2015-03-09 18:10:16 sendUrl INFO 83 [777] R:OK -2015-03-09 18:11:06 queue INFO >>83 [778] -2015-03-09 18:11:06 sendUrl INFO 83 [778] R:OK -2015-03-09 18:11:56 queue INFO >>83 [779] -2015-03-09 18:11:56 sendUrl INFO 83 [779] R:OK -2015-03-09 18:11:58 queue INFO 87 [780] -2015-03-09 18:11:59 queue INFO >87 [781] -2015-03-09 18:11:59 sendUrl INFO 87 [780] R:OK -2015-03-09 18:11:59 sendUrl INFO 87 [781] R:OK -2015-03-09 18:12:01 queue INFO 83 [782] -2015-03-09 18:12:02 queue INFO >83 [783] -2015-03-09 18:12:02 sendUrl INFO 83 [782] R:OK -2015-03-09 18:12:02 sendUrl INFO 83 [783] R:OK -2015-03-09 18:12:51 queue INFO >>83 [784] -2015-03-09 18:12:52 sendUrl INFO 83 [784] R:OK -2015-03-09 18:13:42 queue INFO >>83 [785] -2015-03-09 18:13:42 sendUrl INFO 83 [785] R:OK -2015-03-09 18:14:32 queue INFO >>83 [786] -2015-03-09 18:14:32 sendUrl INFO 83 [786] R:OK -2015-03-09 18:15:22 queue INFO >>83 [787] -2015-03-09 18:15:22 sendUrl INFO 83 [787] R:OK -2015-03-09 18:16:12 queue INFO >>83 [788] -2015-03-09 18:16:12 sendUrl INFO 83 [788] R:OK -2015-03-09 18:17:02 queue INFO >>83 [789] -2015-03-09 18:17:03 sendUrl INFO 83 [789] R:OK -2015-03-09 18:17:52 queue INFO >>83 [790] -2015-03-09 18:17:53 sendUrl INFO 83 [790] R:OK -2015-03-09 18:18:43 queue INFO >>83 [791] -2015-03-09 18:18:43 sendUrl INFO 83 [791] R:OK -2015-03-09 18:18:45 queue INFO 87 [792] -2015-03-09 18:18:45 queue INFO >87 [793] -2015-03-09 18:18:46 sendUrl INFO 87 [792] R:OK -2015-03-09 18:18:46 sendUrl INFO 87 [793] R:OK -2015-03-09 18:18:48 queue INFO 83 [794] -2015-03-09 18:18:48 queue INFO >83 [795] -2015-03-09 18:18:49 sendUrl INFO 83 [794] R:OK -2015-03-09 18:18:49 sendUrl INFO 83 [795] R:OK -2015-03-09 18:19:38 queue INFO >>83 [796] -2015-03-09 18:19:38 sendUrl INFO 83 [796] R:OK -2015-03-09 18:20:28 queue INFO >>83 [797] -2015-03-09 18:20:29 sendUrl INFO 83 [797] R:OK -2015-03-09 18:21:18 queue INFO >>83 [798] -2015-03-09 18:21:19 sendUrl INFO 83 [798] R:OK -2015-03-09 18:22:08 queue INFO >>83 [799] -2015-03-09 18:22:09 sendUrl INFO 83 [799] R:OK -2015-03-09 18:22:59 queue INFO >>83 [800] -2015-03-09 18:22:59 sendUrl INFO 83 [800] R:OK -2015-03-09 18:23:49 queue INFO >>83 [801] -2015-03-09 18:23:49 sendUrl INFO 83 [801] R:OK -2015-03-09 18:24:39 queue INFO >>83 [802] -2015-03-09 18:24:39 sendUrl INFO 83 [802] R:OK -2015-03-09 18:25:29 queue INFO >>83 [803] -2015-03-09 18:25:29 sendUrl INFO 83 [803] R:OK -2015-03-09 18:25:31 queue INFO 87 [804] -2015-03-09 18:25:32 queue INFO >87 [805] -2015-03-09 18:25:32 sendUrl INFO 87 [804] R:OK -2015-03-09 18:25:32 sendUrl INFO 87 [805] R:OK -2015-03-09 18:25:34 queue INFO 83 [806] -2015-03-09 18:25:35 queue INFO >83 [807] -2015-03-09 18:25:35 sendUrl INFO 83 [806] R:OK -2015-03-09 18:25:35 sendUrl INFO 83 [807] R:OK -2015-03-09 18:26:25 queue INFO >>83 [808] -2015-03-09 18:26:25 sendUrl INFO 83 [808] R:OK -2015-03-09 18:27:15 queue INFO >>83 [809] -2015-03-09 18:27:15 sendUrl INFO 83 [809] R:OK -2015-03-09 18:28:05 queue INFO >>83 [810] -2015-03-09 18:28:05 sendUrl INFO 83 [810] R:OK -2015-03-09 18:28:55 queue INFO >>83 [811] -2015-03-09 18:28:56 sendUrl INFO 83 [811] R:OK -2015-03-09 18:29:45 queue INFO >>83 [812] -2015-03-09 18:29:45 sendUrl INFO 83 [812] R:OK -2015-03-09 18:30:35 queue INFO >>83 [813] -2015-03-09 18:30:36 sendUrl INFO 83 [813] R:OK -2015-03-09 18:31:26 queue INFO >>83 [814] -2015-03-09 18:31:26 sendUrl INFO 83 [814] R:OK -2015-03-09 18:32:16 queue INFO >>83 [815] -2015-03-09 18:32:16 sendUrl INFO 83 [815] R:OK -2015-03-09 18:32:18 queue INFO 87 [816] -2015-03-09 18:32:18 queue INFO >87 [817] -2015-03-09 18:32:18 sendUrl INFO 87 [816] R:OK -2015-03-09 18:32:19 sendUrl INFO 87 [817] R:OK -2015-03-09 18:32:21 queue INFO 83 [818] -2015-03-09 18:32:21 queue INFO >83 [819] -2015-03-09 18:32:21 sendUrl INFO 83 [818] R:OK -2015-03-09 18:32:22 sendUrl INFO 83 [819] R:OK -2015-03-09 18:33:11 queue INFO >>83 [820] -2015-03-09 18:33:11 sendUrl INFO 83 [820] R:OK -2015-03-09 18:34:01 queue INFO >>83 [821] -2015-03-09 18:34:02 sendUrl INFO 83 [821] R:OK -2015-03-09 18:34:51 queue INFO >>83 [822] -2015-03-09 18:34:51 sendUrl INFO 83 [822] R:OK -2015-03-09 18:35:41 queue INFO >>83 [823] -2015-03-09 18:35:42 sendUrl INFO 83 [823] R:OK -2015-03-09 18:36:32 queue INFO >>83 [824] -2015-03-09 18:36:32 sendUrl INFO 83 [824] R:OK -2015-03-09 18:37:22 queue INFO >>83 [825] -2015-03-09 18:37:22 sendUrl INFO 83 [825] R:OK -2015-03-09 18:38:12 queue INFO >>83 [826] -2015-03-09 18:38:12 sendUrl INFO 83 [826] R:OK -2015-03-09 18:39:02 queue INFO >>83 [827] -2015-03-09 18:39:03 sendUrl INFO 83 [827] R:OK -2015-03-09 18:39:16 queue INFO 87 [828] -2015-03-09 18:39:16 queue INFO >87 [829] -2015-03-09 18:39:16 sendUrl INFO 87 [828] R:OK -2015-03-09 18:39:17 sendUrl INFO 87 [829] R:OK -2015-03-09 18:39:19 queue INFO 83 [830] -2015-03-09 18:39:19 queue INFO >83 [831] -2015-03-09 18:39:19 sendUrl INFO 83 [830] R:OK -2015-03-09 18:39:20 sendUrl INFO 83 [831] R:OK -2015-03-09 18:40:09 queue INFO >>83 [832] -2015-03-09 18:40:09 sendUrl INFO 83 [832] R:OK -2015-03-09 18:40:59 queue INFO >>83 [833] -2015-03-09 18:40:59 sendUrl INFO 83 [833] R:OK -2015-03-09 18:41:49 queue INFO >>83 [834] -2015-03-09 18:41:50 sendUrl INFO 83 [834] R:OK -2015-03-09 18:42:04 queue INFO 81 [835] -2015-03-09 18:42:04 queue INFO >81 [836] -2015-03-09 18:42:04 sendUrl INFO 81 [835] R:OK -2015-03-09 18:42:05 sendUrl INFO 81 [836] R:OK -2015-03-09 18:42:14 queue INFO 83 [837] -2015-03-09 18:42:14 queue INFO >83 [838] -2015-03-09 18:42:14 sendUrl INFO 83 [837] R:OK -2015-03-09 18:42:14 sendUrl INFO 83 [838] R:OK -2015-03-09 18:43:04 queue INFO >>83 [839] -2015-03-09 18:43:04 sendUrl INFO 83 [839] R:OK -2015-03-09 18:43:54 queue INFO >>83 [840] -2015-03-09 18:43:55 sendUrl INFO 83 [840] R:OK -2015-03-09 18:44:44 queue INFO >>83 [841] -2015-03-09 18:44:44 sendUrl INFO 83 [841] R:OK -2015-03-09 18:45:34 queue INFO >>83 [842] -2015-03-09 18:45:35 sendUrl INFO 83 [842] R:OK -2015-03-09 18:46:02 queue INFO 87 [843] -2015-03-09 18:46:02 queue INFO >87 [844] -2015-03-09 18:46:02 sendUrl INFO 87 [843] R:OK -2015-03-09 18:46:03 sendUrl INFO 87 [844] R:OK -2015-03-09 18:46:05 queue INFO 83 [845] -2015-03-09 18:46:05 queue INFO >83 [846] -2015-03-09 18:46:05 sendUrl INFO 83 [845] R:OK -2015-03-09 18:46:06 sendUrl INFO 83 [846] R:OK -2015-03-09 18:46:55 queue INFO >>83 [847] -2015-03-09 18:46:56 sendUrl INFO 83 [847] R:OK -2015-03-09 18:47:46 queue INFO >>83 [848] -2015-03-09 18:47:46 sendUrl INFO 83 [848] R:OK -2015-03-09 18:48:36 queue INFO >>83 [849] -2015-03-09 18:48:36 sendUrl INFO 83 [849] R:OK -2015-03-09 18:49:26 queue INFO >>83 [850] -2015-03-09 18:49:26 sendUrl INFO 83 [850] R:OK -2015-03-09 18:50:16 queue INFO >>83 [851] -2015-03-09 18:50:16 sendUrl INFO 83 [851] R:OK -2015-03-09 18:51:06 queue INFO >>83 [852] -2015-03-09 18:51:06 sendUrl INFO 83 [852] R:OK -2015-03-09 18:51:56 queue INFO >>83 [853] -2015-03-09 18:51:57 sendUrl INFO 83 [853] R:OK -2015-03-09 18:52:46 queue INFO >>83 [854] -2015-03-09 18:52:47 sendUrl INFO 83 [854] R:OK -2015-03-09 18:52:48 queue INFO 87 [855] -2015-03-09 18:52:49 queue INFO >87 [856] -2015-03-09 18:52:49 sendUrl INFO 87 [855] R:OK -2015-03-09 18:52:49 sendUrl INFO 87 [856] R:OK -2015-03-09 18:52:52 queue INFO 83 [857] -2015-03-09 18:52:52 queue INFO >83 [858] -2015-03-09 18:52:52 sendUrl INFO 83 [857] R:OK -2015-03-09 18:52:53 sendUrl INFO 83 [858] R:OK -2015-03-09 18:53:42 queue INFO >>83 [859] -2015-03-09 18:53:42 sendUrl INFO 83 [859] R:OK -2015-03-09 18:54:32 queue INFO >>83 [860] -2015-03-09 18:54:32 sendUrl INFO 83 [860] R:OK -2015-03-09 18:55:22 queue INFO >>83 [861] -2015-03-09 18:55:22 sendUrl INFO 83 [861] R:OK -2015-03-09 18:56:12 queue INFO >>83 [862] -2015-03-09 18:56:13 sendUrl INFO 83 [862] R:OK -2015-03-09 18:57:02 queue INFO >>83 [863] -2015-03-09 18:57:03 sendUrl INFO 83 [863] R:OK -2015-03-09 18:57:53 queue INFO >>83 [864] -2015-03-09 18:57:53 sendUrl INFO 83 [864] R:OK -2015-03-09 18:58:43 queue INFO >>83 [865] -2015-03-09 18:58:43 sendUrl INFO 83 [865] R:OK -2015-03-09 18:59:33 queue INFO >>83 [866] -2015-03-09 18:59:33 sendUrl INFO 83 [866] R:OK -2015-03-09 18:59:35 queue INFO 87 [867] -2015-03-09 18:59:35 sendUrl INFO 87 [867] R:OK -2015-03-09 18:59:35 queue INFO >87 [868] -2015-03-09 18:59:36 sendUrl INFO 87 [868] R:OK -2015-03-09 18:59:38 queue INFO 83 [869] -2015-03-09 18:59:38 sendUrl INFO 83 [869] R:OK -2015-03-09 18:59:39 queue INFO >83 [870] -2015-03-09 18:59:39 sendUrl INFO 83 [870] R:OK -2015-03-09 19:00:28 queue INFO >>83 [871] -2015-03-09 19:00:29 sendUrl INFO 83 [871] R:OK -2015-03-09 19:01:19 queue INFO >>83 [872] -2015-03-09 19:01:19 sendUrl INFO 83 [872] R:OK -2015-03-09 19:02:09 queue INFO >>83 [873] -2015-03-09 19:02:09 sendUrl INFO 83 [873] R:OK -2015-03-09 19:02:59 queue INFO >>83 [874] -2015-03-09 19:02:59 sendUrl INFO 83 [874] R:OK -2015-03-09 19:03:49 queue INFO >>83 [875] -2015-03-09 19:03:49 sendUrl INFO 83 [875] R:OK -2015-03-09 19:04:39 queue INFO >>83 [876] -2015-03-09 19:04:39 sendUrl INFO 83 [876] R:OK -2015-03-09 19:05:29 queue INFO >>83 [877] -2015-03-09 19:05:30 sendUrl INFO 83 [877] R:OK -2015-03-09 19:06:19 queue INFO >>83 [878] -2015-03-09 19:06:20 sendUrl INFO 83 [878] R:OK -2015-03-09 19:06:22 queue INFO 87 [879] -2015-03-09 19:06:22 queue INFO >87 [880] -2015-03-09 19:06:22 sendUrl INFO 87 [879] R:OK -2015-03-09 19:06:23 sendUrl INFO 87 [880] R:OK -2015-03-09 19:06:25 queue INFO 83 [881] -2015-03-09 19:06:25 queue INFO >83 [882] -2015-03-09 19:06:25 sendUrl INFO 83 [881] R:OK -2015-03-09 19:06:26 sendUrl INFO 83 [882] R:OK -2015-03-09 19:07:15 queue INFO >>83 [883] -2015-03-09 19:07:15 sendUrl INFO 83 [883] R:OK -2015-03-09 19:08:05 queue INFO >>83 [884] -2015-03-09 19:08:05 sendUrl INFO 83 [884] R:OK -2015-03-09 19:08:55 queue INFO >>83 [885] -2015-03-09 19:08:56 sendUrl INFO 83 [885] R:OK -2015-03-09 19:09:45 queue INFO >>83 [886] -2015-03-09 19:09:45 sendUrl INFO 83 [886] R:OK -2015-03-09 19:10:36 queue INFO >>83 [887] -2015-03-09 19:10:36 sendUrl INFO 83 [887] R:OK -2015-03-09 19:11:26 queue INFO >>83 [888] -2015-03-09 19:11:26 sendUrl INFO 83 [888] R:OK -2015-03-09 19:12:16 queue INFO >>83 [889] -2015-03-09 19:12:16 sendUrl INFO 83 [889] R:OK -2015-03-09 19:13:06 queue INFO >>83 [890] -2015-03-09 19:13:06 sendUrl INFO 83 [890] R:OK -2015-03-09 19:13:08 queue INFO 87 [891] -2015-03-09 19:13:08 queue INFO >87 [892] -2015-03-09 19:13:08 sendUrl INFO 87 [891] R:OK -2015-03-09 19:13:09 sendUrl INFO 87 [892] R:OK -2015-03-09 19:13:11 queue INFO 83 [893] -2015-03-09 19:13:11 sendUrl INFO 83 [893] R:OK -2015-03-09 19:13:11 queue INFO >83 [894] -2015-03-09 19:13:12 sendUrl INFO 83 [894] R:OK -2015-03-09 19:14:01 queue INFO >>83 [895] -2015-03-09 19:14:02 sendUrl INFO 83 [895] R:OK -2015-03-09 19:14:52 queue INFO >>83 [896] -2015-03-09 19:14:52 sendUrl INFO 83 [896] R:OK -2015-03-09 19:15:42 queue INFO >>83 [897] -2015-03-09 19:15:42 sendUrl INFO 83 [897] R:OK -2015-03-09 19:16:32 queue INFO >>83 [898] -2015-03-09 19:16:32 sendUrl INFO 83 [898] R:OK -2015-03-09 19:17:22 queue INFO >>83 [899] -2015-03-09 19:17:23 sendUrl INFO 83 [899] R:OK -2015-03-09 19:18:12 queue INFO >>83 [900] -2015-03-09 19:18:12 sendUrl INFO 83 [900] R:OK -2015-03-09 19:19:02 queue INFO >>83 [901] -2015-03-09 19:19:03 sendUrl INFO 83 [901] R:OK -2015-03-09 19:19:52 queue INFO >>83 [902] -2015-03-09 19:19:53 sendUrl INFO 83 [902] R:OK -2015-03-09 19:20:06 queue INFO 87 [903] -2015-03-09 19:20:06 queue INFO >87 [904] -2015-03-09 19:20:07 sendUrl INFO 87 [903] R:OK -2015-03-09 19:20:07 sendUrl INFO 87 [904] R:OK -2015-03-09 19:20:09 queue INFO 83 [905] -2015-03-09 19:20:09 queue INFO >83 [906] -2015-03-09 19:20:10 sendUrl INFO 83 [905] R:OK -2015-03-09 19:20:10 sendUrl INFO 83 [906] R:OK -2015-03-09 19:20:59 queue INFO >>83 [907] -2015-03-09 19:20:59 sendUrl INFO 83 [907] R:OK -2015-03-09 19:21:49 queue INFO >>83 [908] -2015-03-09 19:21:50 sendUrl INFO 83 [908] R:OK -2015-03-09 19:22:40 queue INFO >>83 [909] -2015-03-09 19:22:40 sendUrl INFO 83 [909] R:OK -2015-03-09 19:23:30 queue INFO >>83 [910] -2015-03-09 19:23:30 sendUrl INFO 83 [910] R:OK -2015-03-09 19:24:20 queue INFO >>83 [911] -2015-03-09 19:24:20 sendUrl INFO 83 [911] R:OK -2015-03-09 19:25:10 queue INFO >>83 [912] -2015-03-09 19:25:10 sendUrl INFO 83 [912] R:OK -2015-03-09 19:26:00 queue INFO >>83 [913] -2015-03-09 19:26:00 sendUrl INFO 83 [913] R:OK -2015-03-09 19:26:50 queue INFO >>83 [914] -2015-03-09 19:26:51 sendUrl INFO 83 [914] R:OK -2015-03-09 19:26:52 queue INFO 87 [915] -2015-03-09 19:26:53 queue INFO >87 [916] -2015-03-09 19:26:53 sendUrl INFO 87 [915] R:OK -2015-03-09 19:26:53 sendUrl INFO 87 [916] R:OK -2015-03-09 19:26:55 queue INFO 83 [917] -2015-03-09 19:26:56 queue INFO >83 [918] -2015-03-09 19:26:56 sendUrl INFO 83 [917] R:OK -2015-03-09 19:26:56 sendUrl INFO 83 [918] R:OK -2015-03-09 19:27:45 queue INFO >>83 [919] -2015-03-09 19:27:46 sendUrl INFO 83 [919] R:OK -2015-03-09 19:28:36 queue INFO >>83 [920] -2015-03-09 19:28:36 sendUrl INFO 83 [920] R:OK -2015-03-09 19:29:26 queue INFO >>83 [921] -2015-03-09 19:29:26 sendUrl INFO 83 [921] R:OK -2015-03-09 19:30:16 queue INFO >>83 [922] -2015-03-09 19:30:16 sendUrl INFO 83 [922] R:OK -2015-03-09 19:31:06 queue INFO >>83 [923] -2015-03-09 19:31:07 sendUrl INFO 83 [923] R:OK -2015-03-09 19:31:56 queue INFO >>83 [924] -2015-03-09 19:31:56 sendUrl INFO 83 [924] R:OK -2015-03-09 19:32:46 queue INFO >>83 [925] -2015-03-09 19:32:47 sendUrl INFO 83 [925] R:OK -2015-03-09 19:33:36 queue INFO >>83 [926] -2015-03-09 19:33:37 sendUrl INFO 83 [926] R:OK -2015-03-09 19:33:39 queue INFO 87 [927] -2015-03-09 19:33:39 queue INFO >87 [928] -2015-03-09 19:33:39 sendUrl INFO 87 [927] R:OK -2015-03-09 19:33:40 sendUrl INFO 87 [928] R:OK -2015-03-09 19:33:42 queue INFO 83 [929] -2015-03-09 19:33:42 queue INFO >83 [930] -2015-03-09 19:33:42 sendUrl INFO 83 [929] R:OK -2015-03-09 19:33:43 sendUrl INFO 83 [930] R:OK -2015-03-09 19:34:32 queue INFO >>83 [931] -2015-03-09 19:34:32 sendUrl INFO 83 [931] R:OK -2015-03-09 19:35:22 queue INFO >>83 [932] -2015-03-09 19:35:22 sendUrl INFO 83 [932] R:OK -2015-03-09 19:36:12 queue INFO >>83 [933] -2015-03-09 19:36:13 sendUrl INFO 83 [933] R:OK -2015-03-09 19:37:02 queue INFO >>83 [934] -2015-03-09 19:37:03 sendUrl INFO 83 [934] R:OK -2015-03-09 19:37:53 queue INFO >>83 [935] -2015-03-09 19:37:53 sendUrl INFO 83 [935] R:OK -2015-03-09 19:38:43 queue INFO >>83 [936] -2015-03-09 19:38:43 sendUrl INFO 83 [936] R:OK -2015-03-09 19:39:33 queue INFO >>83 [937] -2015-03-09 19:39:33 sendUrl INFO 83 [937] R:OK -2015-03-09 19:40:23 queue INFO >>83 [938] -2015-03-09 19:40:23 sendUrl INFO 83 [938] R:OK -2015-03-09 19:40:26 queue INFO 87 [939] -2015-03-09 19:40:26 queue INFO >87 [940] -2015-03-09 19:40:26 sendUrl INFO 87 [939] R:OK -2015-03-09 19:40:26 sendUrl INFO 87 [940] R:OK -2015-03-09 19:40:29 queue INFO 83 [941] -2015-03-09 19:40:29 queue INFO >83 [942] -2015-03-09 19:40:29 sendUrl INFO 83 [941] R:OK -2015-03-09 19:40:29 sendUrl INFO 83 [942] R:OK -2015-03-09 19:41:19 queue INFO >>83 [943] -2015-03-09 19:41:19 sendUrl INFO 83 [943] R:OK -2015-03-09 19:42:09 queue INFO >>83 [944] -2015-03-09 19:42:09 sendUrl INFO 83 [944] R:OK -2015-03-09 19:42:59 queue INFO >>83 [945] -2015-03-09 19:42:59 sendUrl INFO 83 [945] R:OK -2015-03-09 19:43:49 queue INFO >>83 [946] -2015-03-09 19:43:50 sendUrl INFO 83 [946] R:OK -2015-03-09 19:44:39 queue INFO 81 [947] -2015-03-09 19:44:39 queue INFO >81 [948] -2015-03-09 19:44:39 sendUrl INFO 81 [947] R:OK -2015-03-09 19:44:39 sendUrl INFO 81 [948] R:OK -2015-03-09 19:44:49 queue INFO 83 [949] -2015-03-09 19:44:49 queue INFO >83 [950] -2015-03-09 19:44:50 sendUrl INFO 83 [949] R:OK -2015-03-09 19:44:50 sendUrl INFO 83 [950] R:OK -2015-03-09 19:45:39 queue INFO >>83 [951] -2015-03-09 19:45:39 sendUrl INFO 83 [951] R:OK -2015-03-09 19:46:29 queue INFO >>83 [952] -2015-03-09 19:46:30 sendUrl INFO 83 [952] R:OK -2015-03-09 19:47:12 queue INFO 87 [953] -2015-03-09 19:47:12 queue INFO >87 [954] -2015-03-09 19:47:13 sendUrl INFO 87 [953] R:OK -2015-03-09 19:47:13 sendUrl INFO 87 [954] R:OK -2015-03-09 19:47:15 queue INFO 83 [955] -2015-03-09 19:47:15 queue INFO >83 [956] -2015-03-09 19:47:16 sendUrl INFO 83 [955] R:OK -2015-03-09 19:47:16 sendUrl INFO 83 [956] R:OK -2015-03-09 19:48:05 queue INFO >>83 [957] -2015-03-09 19:48:05 sendUrl INFO 83 [957] R:OK -2015-03-09 19:48:55 queue INFO >>83 [958] -2015-03-09 19:48:56 sendUrl INFO 83 [958] R:OK -2015-03-09 19:49:45 queue INFO >>83 [959] -2015-03-09 19:49:46 sendUrl INFO 83 [959] R:OK -2015-03-09 19:50:35 queue INFO >>83 [960] -2015-03-09 19:50:36 sendUrl INFO 83 [960] R:OK -2015-03-09 19:51:26 queue INFO >>83 [961] -2015-03-09 19:51:26 sendUrl INFO 83 [961] R:OK -2015-03-09 19:52:16 queue INFO >>83 [962] -2015-03-09 19:52:16 sendUrl INFO 83 [962] R:OK -2015-03-09 19:53:06 queue INFO >>83 [963] -2015-03-09 19:53:06 sendUrl INFO 83 [963] R:OK -2015-03-09 19:53:56 queue INFO >>83 [964] -2015-03-09 19:53:56 sendUrl INFO 83 [964] R:OK -2015-03-09 19:53:58 queue INFO 87 [965] -2015-03-09 19:53:59 queue INFO >87 [966] -2015-03-09 19:53:59 sendUrl INFO 87 [965] R:OK -2015-03-09 19:53:59 sendUrl INFO 87 [966] R:OK -2015-03-09 19:54:01 queue INFO 83 [967] -2015-03-09 19:54:02 queue INFO >83 [968] -2015-03-09 19:54:02 sendUrl INFO 83 [967] R:OK -2015-03-09 19:54:02 sendUrl INFO 83 [968] R:OK -2015-03-09 19:54:51 queue INFO >>83 [969] -2015-03-09 19:54:52 sendUrl INFO 83 [969] R:OK -2015-03-09 19:55:42 queue INFO >>83 [970] -2015-03-09 19:55:42 sendUrl INFO 83 [970] R:OK -2015-03-09 19:56:32 queue INFO >>83 [971] -2015-03-09 19:56:32 sendUrl INFO 83 [971] R:OK -2015-03-09 19:57:22 queue INFO >>83 [972] -2015-03-09 19:57:22 sendUrl INFO 83 [972] R:OK -2015-03-09 19:58:12 queue INFO >>83 [973] -2015-03-09 19:58:12 sendUrl INFO 83 [973] R:OK -2015-03-09 19:59:02 queue INFO >>83 [974] -2015-03-09 19:59:02 sendUrl INFO 83 [974] R:OK -2015-03-09 19:59:52 queue INFO >>83 [975] -2015-03-09 19:59:53 sendUrl INFO 83 [975] R:OK -2015-03-09 20:00:42 queue INFO >>83 [976] -2015-03-09 20:00:43 sendUrl INFO 83 [976] R:OK -2015-03-09 20:00:56 queue INFO 87 [977] -2015-03-09 20:00:56 queue INFO >87 [978] -2015-03-09 20:00:57 sendUrl INFO 87 [977] R:OK -2015-03-09 20:00:57 sendUrl INFO 87 [978] R:OK -2015-03-09 20:00:59 queue INFO 83 [979] -2015-03-09 20:00:59 queue INFO >83 [980] -2015-03-09 20:01:00 sendUrl INFO 83 [979] R:OK -2015-03-09 20:01:00 sendUrl INFO 83 [980] R:OK -2015-03-09 20:01:49 queue INFO >>83 [981] -2015-03-09 20:01:50 sendUrl INFO 83 [981] R:OK -2015-03-09 20:02:40 queue INFO >>83 [982] -2015-03-09 20:02:40 sendUrl INFO 83 [982] R:OK -2015-03-09 20:03:30 queue INFO >>83 [983] -2015-03-09 20:03:30 sendUrl INFO 83 [983] R:OK -2015-03-09 20:04:20 queue INFO >>83 [984] -2015-03-09 20:04:20 sendUrl INFO 83 [984] R:OK -2015-03-09 20:05:10 queue INFO >>83 [985] -2015-03-09 20:05:10 sendUrl INFO 83 [985] R:OK -2015-03-09 20:06:00 queue INFO >>83 [986] -2015-03-09 20:06:01 sendUrl INFO 83 [986] R:OK -2015-03-09 20:06:15 queue INFO 81 [987] -2015-03-09 20:06:15 queue INFO >81 [988] -2015-03-09 20:06:15 sendUrl INFO 81 [987] R:OK -2015-03-09 20:06:16 sendUrl INFO 81 [988] R:OK -2015-03-09 20:06:31 queue INFO 83 [989] -2015-03-09 20:06:31 sendUrl INFO 83 [989] R:OK -2015-03-09 20:06:31 queue INFO >83 [990] -2015-03-09 20:06:31 sendUrl INFO 83 [990] R:OK -2015-03-09 20:07:21 queue INFO >>83 [991] -2015-03-09 20:07:21 sendUrl INFO 83 [991] R:OK -2015-03-09 20:07:43 queue INFO 87 [992] -2015-03-09 20:07:43 sendUrl INFO 87 [992] R:OK -2015-03-09 20:07:43 queue INFO >87 [993] -2015-03-09 20:07:43 sendUrl INFO 87 [993] R:OK -2015-03-09 20:07:46 queue INFO 83 [994] -2015-03-09 20:07:46 sendUrl INFO 83 [994] R:OK -2015-03-09 20:07:46 queue INFO >83 [995] -2015-03-09 20:07:46 sendUrl INFO 83 [995] R:OK -2015-03-09 20:08:36 queue INFO >>83 [996] -2015-03-09 20:08:36 sendUrl INFO 83 [996] R:OK -2015-03-09 20:09:26 queue INFO >>83 [997] -2015-03-09 20:09:26 sendUrl INFO 83 [997] R:OK -2015-03-09 20:10:16 queue INFO >>83 [998] -2015-03-09 20:10:16 sendUrl INFO 83 [998] R:OK -2015-03-09 20:11:06 queue INFO >>83 [999] -2015-03-09 20:11:07 sendUrl INFO 83 [999] R:OK -2015-03-09 20:11:56 queue INFO >>83 [0] -2015-03-09 20:11:57 sendUrl INFO 83 [0] R:OK -2015-03-09 20:12:47 queue INFO >>83 [1] -2015-03-09 20:12:47 sendUrl INFO 83 [1] R:OK -2015-03-09 20:13:37 queue INFO >>83 [2] -2015-03-09 20:13:37 sendUrl INFO 83 [2] R:OK -2015-03-09 20:14:27 queue INFO >>83 [3] -2015-03-09 20:14:27 sendUrl INFO 83 [3] R:OK -2015-03-09 20:14:29 queue INFO 87 [4] -2015-03-09 20:14:29 queue INFO >87 [5] -2015-03-09 20:14:30 sendUrl INFO 87 [4] R:OK -2015-03-09 20:14:30 sendUrl INFO 87 [5] R:OK -2015-03-09 20:14:32 queue INFO 83 [6] -2015-03-09 20:14:32 queue INFO >83 [7] -2015-03-09 20:14:33 sendUrl INFO 83 [6] R:OK -2015-03-09 20:14:33 sendUrl INFO 83 [7] R:OK -2015-03-09 20:15:22 queue INFO >>83 [8] -2015-03-09 20:15:22 sendUrl INFO 83 [8] R:OK -2015-03-09 20:16:12 queue INFO >>83 [9] -2015-03-09 20:16:13 sendUrl INFO 83 [9] R:OK -2015-03-09 20:17:03 queue INFO >>83 [10] -2015-03-09 20:17:03 sendUrl INFO 83 [10] R:OK -2015-03-09 20:17:53 queue INFO >>83 [11] -2015-03-09 20:17:53 sendUrl INFO 83 [11] R:OK -2015-03-09 20:18:43 queue INFO >>83 [12] -2015-03-09 20:18:43 sendUrl INFO 83 [12] R:OK -2015-03-09 20:19:33 queue INFO >>83 [13] -2015-03-09 20:19:34 sendUrl INFO 83 [13] R:OK -2015-03-09 20:20:23 queue INFO >>83 [14] -2015-03-09 20:20:23 sendUrl INFO 83 [14] R:OK -2015-03-09 20:21:13 queue INFO >>83 [15] -2015-03-09 20:21:14 sendUrl INFO 83 [15] R:OK -2015-03-09 20:21:16 queue INFO 87 [16] -2015-03-09 20:21:16 queue INFO >87 [17] -2015-03-09 20:21:16 sendUrl INFO 87 [16] R:OK -2015-03-09 20:21:17 sendUrl INFO 87 [17] R:OK -2015-03-09 20:21:19 queue INFO 83 [18] -2015-03-09 20:21:19 queue INFO >83 [19] -2015-03-09 20:21:19 sendUrl INFO 83 [18] R:OK -2015-03-09 20:21:20 sendUrl INFO 83 [19] R:OK -2015-03-09 20:22:09 queue INFO >>83 [20] -2015-03-09 20:22:09 sendUrl INFO 83 [20] R:OK -2015-03-09 20:22:20 queue INFO 99 [21] -2015-03-09 20:22:20 sendUrl INFO 99 [21] R:OK -2015-03-09 20:22:20 queue INFO >99 [22] -2015-03-09 20:22:20 sendUrl INFO 99 [22] R:OK -2015-03-09 20:22:49 queue INFO 89 [23] -2015-03-09 20:22:50 queue INFO >89 [24] -2015-03-09 20:22:50 sendUrl INFO 89 [23] R:OK -2015-03-09 20:22:50 sendUrl INFO 89 [24] R:OK -2015-03-09 20:22:55 queue INFO 81 [25] -2015-03-09 20:22:56 queue INFO >81 [26] -2015-03-09 20:22:56 sendUrl INFO 81 [25] R:OK -2015-03-09 20:22:56 sendUrl INFO 81 [26] R:OK -2015-03-09 20:23:46 queue INFO >>81 [27] -2015-03-09 20:23:46 sendUrl INFO 81 [27] R:OK -2015-03-09 20:24:36 queue INFO >>81 [28] -2015-03-09 20:24:36 sendUrl INFO 81 [28] R:OK -2015-03-09 20:25:26 queue INFO >>81 [29] -2015-03-09 20:25:26 sendUrl INFO 81 [29] R:OK -2015-03-09 20:26:16 queue INFO >>81 [30] -2015-03-09 20:26:16 sendUrl INFO 81 [30] R:OK -2015-03-09 20:27:06 queue INFO >>81 [31] -2015-03-09 20:27:07 sendUrl INFO 81 [31] R:OK -2015-03-09 20:27:56 queue INFO >>81 [32] -2015-03-09 20:27:56 sendUrl INFO 81 [32] R:OK -2015-03-09 20:28:46 queue INFO >>81 [33] -2015-03-09 20:28:47 sendUrl INFO 81 [33] R:OK -2015-03-09 20:29:37 queue INFO >>81 [34] -2015-03-09 20:29:37 sendUrl INFO 81 [34] R:OK -2015-03-09 20:30:27 queue INFO >>81 [35] -2015-03-09 20:30:27 sendUrl INFO 81 [35] R:OK -2015-03-09 20:30:38 queue INFO 83 [36] -2015-03-09 20:30:38 sendUrl INFO 83 [36] R:OK -2015-03-09 20:30:38 queue INFO >83 [37] -2015-03-09 20:30:38 sendUrl INFO 83 [37] R:OK -2015-03-09 20:30:54 queue INFO 87 [38] -2015-03-09 20:30:54 queue INFO >87 [39] -2015-03-09 20:30:54 sendUrl INFO 87 [38] R:OK -2015-03-09 20:30:55 sendUrl INFO 87 [39] R:OK -2015-03-09 20:30:57 queue INFO 83 [40] -2015-03-09 20:30:57 queue INFO >83 [41] -2015-03-09 20:30:57 sendUrl INFO 83 [40] R:OK -2015-03-09 20:30:58 sendUrl INFO 83 [41] R:OK -2015-03-09 20:31:47 queue INFO >>83 [42] -2015-03-09 20:31:47 sendUrl INFO 83 [42] R:OK -2015-03-09 20:32:37 queue INFO >>83 [43] -2015-03-09 20:32:38 sendUrl INFO 83 [43] R:OK -2015-03-09 20:33:27 queue INFO >>83 [44] -2015-03-09 20:33:28 sendUrl INFO 83 [44] R:OK -2015-03-09 20:34:18 queue INFO >>83 [45] -2015-03-09 20:34:18 sendUrl INFO 83 [45] R:OK -2015-03-09 20:35:08 queue INFO >>83 [46] -2015-03-09 20:35:08 sendUrl INFO 83 [46] R:OK -2015-03-09 20:35:58 queue INFO >>83 [47] -2015-03-09 20:35:58 sendUrl INFO 83 [47] R:OK -2015-03-09 20:36:48 queue INFO >>83 [48] -2015-03-09 20:36:48 sendUrl INFO 83 [48] R:OK -2015-03-09 20:37:38 queue INFO >>83 [49] -2015-03-09 20:37:38 sendUrl INFO 83 [49] R:OK -2015-03-09 20:37:41 queue INFO 87 [50] -2015-03-09 20:37:41 queue INFO >87 [51] -2015-03-09 20:37:41 sendUrl INFO 87 [50] R:OK -2015-03-09 20:37:42 sendUrl INFO 87 [51] R:OK -2015-03-09 20:37:44 queue INFO 83 [52] -2015-03-09 20:37:44 sendUrl INFO 83 [52] R:OK -2015-03-09 20:37:44 queue INFO >83 [53] -2015-03-09 20:37:44 sendUrl INFO 83 [53] R:OK -2015-03-09 20:38:34 queue INFO >>83 [54] -2015-03-09 20:38:34 sendUrl INFO 83 [54] R:OK -2015-03-09 20:39:24 queue INFO >>83 [55] -2015-03-09 20:39:25 sendUrl INFO 83 [55] R:OK -2015-03-09 20:40:14 queue INFO >>83 [56] -2015-03-09 20:40:14 sendUrl INFO 83 [56] R:OK -2015-03-09 20:41:04 queue INFO >>83 [57] -2015-03-09 20:41:05 sendUrl INFO 83 [57] R:OK -2015-03-09 20:41:55 queue INFO >>83 [58] -2015-03-09 20:41:55 sendUrl INFO 83 [58] R:OK -2015-03-09 20:42:45 queue INFO >>83 [59] -2015-03-09 20:42:45 sendUrl INFO 83 [59] R:OK -2015-03-09 20:43:35 queue INFO >>83 [60] -2015-03-09 20:43:35 sendUrl INFO 83 [60] R:OK -2015-03-09 20:44:25 queue INFO >>83 [61] -2015-03-09 20:44:26 sendUrl INFO 83 [61] R:OK -2015-03-09 20:44:39 queue INFO 87 [62] -2015-03-09 20:44:39 sendUrl INFO 87 [62] R:OK -2015-03-09 20:44:39 queue INFO >87 [63] -2015-03-09 20:44:40 sendUrl INFO 87 [63] R:OK -2015-03-09 20:44:42 queue INFO 83 [64] -2015-03-09 20:44:42 sendUrl INFO 83 [64] R:OK -2015-03-09 20:44:42 queue INFO >83 [65] -2015-03-09 20:44:43 sendUrl INFO 83 [65] R:OK -2015-03-09 20:45:32 queue INFO >>83 [66] -2015-03-09 20:45:33 sendUrl INFO 83 [66] R:OK -2015-03-09 20:46:22 queue INFO >>83 [67] -2015-03-09 20:46:23 sendUrl INFO 83 [67] R:OK -2015-03-09 20:47:13 queue INFO >>83 [68] -2015-03-09 20:47:13 sendUrl INFO 83 [68] R:OK -2015-03-09 20:48:03 queue INFO >>83 [69] -2015-03-09 20:48:03 sendUrl INFO 83 [69] R:OK -2015-03-09 20:48:53 queue INFO >>83 [70] -2015-03-09 20:48:53 sendUrl INFO 83 [70] R:OK -2015-03-09 20:49:43 queue INFO >>83 [71] -2015-03-09 20:49:43 sendUrl INFO 83 [71] R:OK -2015-03-09 20:50:33 queue INFO >>83 [72] -2015-03-09 20:50:34 sendUrl INFO 83 [72] R:OK -2015-03-09 20:51:23 queue INFO >>83 [73] -2015-03-09 20:51:24 sendUrl INFO 83 [73] R:OK -2015-03-09 20:51:25 queue INFO 87 [74] -2015-03-09 20:51:26 queue INFO >87 [75] -2015-03-09 20:51:26 sendUrl INFO 87 [74] R:OK -2015-03-09 20:51:26 sendUrl INFO 87 [75] R:OK -2015-03-09 20:51:28 queue INFO 83 [76] -2015-03-09 20:51:29 queue INFO >83 [77] -2015-03-09 20:51:29 sendUrl INFO 83 [76] R:OK -2015-03-09 20:51:29 sendUrl INFO 83 [77] R:OK -2015-03-09 20:52:19 queue INFO >>83 [78] -2015-03-09 20:52:19 sendUrl INFO 83 [78] R:OK -2015-03-09 20:53:09 queue INFO >>83 [79] -2015-03-09 20:53:09 sendUrl INFO 83 [79] R:OK -2015-03-09 20:53:59 queue INFO >>83 [80] -2015-03-09 20:53:59 sendUrl INFO 83 [80] R:OK -2015-03-09 20:54:49 queue INFO >>83 [81] -2015-03-09 20:54:49 sendUrl INFO 83 [81] R:OK -2015-03-09 20:55:39 queue INFO >>83 [82] -2015-03-09 20:55:40 sendUrl INFO 83 [82] R:OK -2015-03-09 20:56:29 queue INFO >>83 [83] -2015-03-09 20:56:30 sendUrl INFO 83 [83] R:OK -2015-03-09 20:57:20 queue INFO >>83 [84] -2015-03-09 20:57:20 sendUrl INFO 83 [84] R:OK -2015-03-09 20:58:10 queue INFO >>83 [85] -2015-03-09 20:58:10 sendUrl INFO 83 [85] R:OK -2015-03-09 20:58:12 queue INFO 87 [86] -2015-03-09 20:58:12 queue INFO >87 [87] -2015-03-09 20:58:12 sendUrl INFO 87 [86] R:OK -2015-03-09 20:58:13 sendUrl INFO 87 [87] R:OK -2015-03-09 20:58:15 queue INFO 83 [88] -2015-03-09 20:58:15 queue INFO >83 [89] -2015-03-09 20:58:15 sendUrl INFO 83 [88] R:OK -2015-03-09 20:58:16 sendUrl INFO 83 [89] R:OK -2015-03-09 20:59:05 queue INFO >>83 [90] -2015-03-09 20:59:05 sendUrl INFO 83 [90] R:OK -2015-03-09 20:59:55 queue INFO >>83 [91] -2015-03-09 20:59:56 sendUrl INFO 83 [91] R:OK -2015-03-09 21:00:45 queue INFO >>83 [92] -2015-03-09 21:00:46 sendUrl INFO 83 [92] R:OK -2015-03-09 21:01:36 queue INFO >>83 [93] -2015-03-09 21:01:36 sendUrl INFO 83 [93] R:OK -2015-03-09 21:02:26 queue INFO >>83 [94] -2015-03-09 21:02:26 sendUrl INFO 83 [94] R:OK -2015-03-09 21:03:16 queue INFO >>83 [95] -2015-03-09 21:03:16 sendUrl INFO 83 [95] R:OK -2015-03-09 21:04:06 queue INFO >>83 [96] -2015-03-09 21:04:06 sendUrl INFO 83 [96] R:OK -2015-03-09 21:04:56 queue INFO >>83 [97] -2015-03-09 21:04:56 sendUrl INFO 83 [97] R:OK -2015-03-09 21:04:59 queue INFO 87 [98] -2015-03-09 21:04:59 queue INFO >87 [99] -2015-03-09 21:04:59 sendUrl INFO 87 [98] R:OK -2015-03-09 21:04:59 sendUrl INFO 87 [99] R:OK -2015-03-09 21:05:02 queue INFO 83 [100] -2015-03-09 21:05:02 queue INFO >83 [101] -2015-03-09 21:05:02 sendUrl INFO 83 [100] R:OK -2015-03-09 21:05:02 sendUrl INFO 83 [101] R:OK -2015-03-09 21:05:52 queue INFO >>83 [102] -2015-03-09 21:05:52 sendUrl INFO 83 [102] R:OK -2015-03-09 21:06:42 queue INFO >>83 [103] -2015-03-09 21:06:42 sendUrl INFO 83 [103] R:OK -2015-03-09 21:07:32 queue INFO >>83 [104] -2015-03-09 21:07:32 sendUrl INFO 83 [104] R:OK -2015-03-09 21:08:22 queue INFO >>83 [105] -2015-03-09 21:08:23 sendUrl INFO 83 [105] R:OK -2015-03-09 21:09:12 queue INFO >>83 [106] -2015-03-09 21:09:12 sendUrl INFO 83 [106] R:OK -2015-03-09 21:10:02 queue INFO >>83 [107] -2015-03-09 21:10:03 sendUrl INFO 83 [107] R:OK -2015-03-09 21:10:53 queue INFO >>83 [108] -2015-03-09 21:10:53 sendUrl INFO 83 [108] R:OK -2015-03-09 21:11:43 queue INFO >>83 [109] -2015-03-09 21:11:43 sendUrl INFO 83 [109] R:OK -2015-03-09 21:11:45 queue INFO 87 [110] -2015-03-09 21:11:45 queue INFO >87 [111] -2015-03-09 21:11:46 sendUrl INFO 87 [110] R:OK -2015-03-09 21:11:46 sendUrl INFO 87 [111] R:OK -2015-03-09 21:11:48 queue INFO 83 [112] -2015-03-09 21:11:48 queue INFO >83 [113] -2015-03-09 21:11:49 sendUrl INFO 83 [112] R:OK -2015-03-09 21:11:49 sendUrl INFO 83 [113] R:OK -2015-03-09 21:12:38 queue INFO >>83 [114] -2015-03-09 21:12:38 sendUrl INFO 83 [114] R:OK -2015-03-09 21:13:28 queue INFO >>83 [115] -2015-03-09 21:13:29 sendUrl INFO 83 [115] R:OK -2015-03-09 21:14:18 queue INFO >>83 [116] -2015-03-09 21:14:19 sendUrl INFO 83 [116] R:OK -2015-03-09 21:15:09 queue INFO >>83 [117] -2015-03-09 21:15:09 sendUrl INFO 83 [117] R:OK -2015-03-09 21:15:59 queue INFO >>83 [118] -2015-03-09 21:15:59 sendUrl INFO 83 [118] R:OK -2015-03-09 21:16:49 queue INFO >>83 [119] -2015-03-09 21:16:50 sendUrl INFO 83 [119] R:OK -2015-03-09 21:17:39 queue INFO >>83 [120] -2015-03-09 21:17:39 sendUrl INFO 83 [120] R:OK -2015-03-09 21:18:29 queue INFO >>83 [121] -2015-03-09 21:18:30 sendUrl INFO 83 [121] R:OK -2015-03-09 21:18:31 queue INFO 87 [122] -2015-03-09 21:18:32 queue INFO >87 [123] -2015-03-09 21:18:32 sendUrl INFO 87 [122] R:OK -2015-03-09 21:18:32 sendUrl INFO 87 [123] R:OK -2015-03-09 21:18:34 queue INFO 83 [124] -2015-03-09 21:18:35 queue INFO >83 [125] -2015-03-09 21:18:35 sendUrl INFO 83 [124] R:OK -2015-03-09 21:18:35 sendUrl INFO 83 [125] R:OK -2015-03-09 21:19:25 queue INFO >>83 [126] -2015-03-09 21:19:25 sendUrl INFO 83 [126] R:OK -2015-03-09 21:20:15 queue INFO >>83 [127] -2015-03-09 21:20:15 sendUrl INFO 83 [127] R:OK -2015-03-09 21:21:05 queue INFO >>83 [128] -2015-03-09 21:21:05 sendUrl INFO 83 [128] R:OK -2015-03-09 21:21:55 queue INFO >>83 [129] -2015-03-09 21:21:56 sendUrl INFO 83 [129] R:OK -2015-03-09 21:22:45 queue INFO >>83 [130] -2015-03-09 21:22:45 sendUrl INFO 83 [130] R:OK -2015-03-09 21:23:35 queue INFO >>83 [131] -2015-03-09 21:23:36 sendUrl INFO 83 [131] R:OK -2015-03-09 21:24:26 queue INFO >>83 [132] -2015-03-09 21:24:26 sendUrl INFO 83 [132] R:OK -2015-03-09 21:25:16 queue INFO >>83 [133] -2015-03-09 21:25:16 sendUrl INFO 83 [133] R:OK -2015-03-09 21:25:29 queue INFO 87 [134] -2015-03-09 21:25:30 sendUrl INFO 87 [134] R:OK -2015-03-09 21:25:30 queue INFO >87 [135] -2015-03-09 21:25:30 sendUrl INFO 87 [135] R:OK -2015-03-09 21:25:32 queue INFO 83 [136] -2015-03-09 21:25:33 queue INFO >83 [137] -2015-03-09 21:25:33 sendUrl INFO 83 [136] R:OK -2015-03-09 21:25:33 sendUrl INFO 83 [137] R:OK -2015-03-09 21:26:22 queue INFO >>83 [138] -2015-03-09 21:26:23 sendUrl INFO 83 [138] R:OK -2015-03-09 21:27:13 queue INFO >>83 [139] -2015-03-09 21:27:13 sendUrl INFO 83 [139] R:OK -2015-03-09 21:28:03 queue INFO >>83 [140] -2015-03-09 21:28:03 sendUrl INFO 83 [140] R:OK -2015-03-09 21:28:53 queue INFO >>83 [141] -2015-03-09 21:28:53 sendUrl INFO 83 [141] R:OK -2015-03-09 21:29:43 queue INFO >>83 [142] -2015-03-09 21:29:43 sendUrl INFO 83 [142] R:OK -2015-03-09 21:30:33 queue INFO >>83 [143] -2015-03-09 21:30:34 sendUrl INFO 83 [143] R:OK -2015-03-09 21:31:23 queue INFO >>83 [144] -2015-03-09 21:31:24 sendUrl INFO 83 [144] R:OK -2015-03-09 21:32:14 queue INFO >>83 [145] -2015-03-09 21:32:14 sendUrl INFO 83 [145] R:OK -2015-03-09 21:32:16 queue INFO 87 [146] -2015-03-09 21:32:16 queue INFO >87 [147] -2015-03-09 21:32:16 sendUrl INFO 87 [146] R:OK -2015-03-09 21:32:17 sendUrl INFO 87 [147] R:OK -2015-03-09 21:32:19 queue INFO 83 [148] -2015-03-09 21:32:19 queue INFO >83 [149] -2015-03-09 21:32:19 sendUrl INFO 83 [148] R:OK -2015-03-09 21:32:20 sendUrl INFO 83 [149] R:OK -2015-03-09 21:33:09 queue INFO >>83 [150] -2015-03-09 21:33:09 sendUrl INFO 83 [150] R:OK -2015-03-09 21:33:59 queue INFO >>83 [151] -2015-03-09 21:33:59 sendUrl INFO 83 [151] R:OK -2015-03-09 21:34:26 queue INFO 0 [152] -2015-03-09 21:34:26 queue INFO >0 [153] -2015-03-09 21:34:27 sendUrl INFO 0 [152] R:OK -2015-03-09 21:34:27 sendUrl INFO 0 [153] R:OK -2015-03-09 21:35:16 queue INFO >>0 [154] -2015-03-09 21:35:16 sendUrl INFO 0 [154] R:OK -2015-03-09 21:36:06 queue INFO >>0 [155] -2015-03-09 21:36:07 sendUrl INFO 0 [155] R:OK -2015-03-09 21:36:57 queue INFO >>0 [156] -2015-03-09 21:36:57 sendUrl INFO 0 [156] R:OK -2015-03-09 21:37:42 queue INFO 1 [157] -2015-03-09 21:37:43 queue INFO >1 [158] -2015-03-09 21:37:43 sendUrl INFO 1 [157] R:OK -2015-03-09 21:37:43 sendUrl INFO 1 [158] R:OK -2015-03-09 21:38:32 queue INFO >>1 [159] -2015-03-09 21:38:33 sendUrl INFO 1 [159] R:OK -2015-03-09 21:39:03 queue INFO 99 [160] -2015-03-09 21:39:03 queue INFO >99 [161] -2015-03-09 21:39:03 sendUrl INFO 99 [160] R:OK -2015-03-09 21:39:03 sendUrl INFO 99 [161] R:OK -2015-03-09 21:39:42 queue INFO 89 [162] -2015-03-09 21:39:43 queue INFO >89 [163] -2015-03-09 21:39:43 sendUrl INFO 89 [162] R:OK -2015-03-09 21:39:43 sendUrl INFO 89 [163] R:OK -2015-03-09 21:40:06 queue INFO 81 [164] -2015-03-09 21:40:06 queue INFO >81 [165] -2015-03-09 21:40:06 sendUrl INFO 81 [164] R:OK -2015-03-09 21:40:07 sendUrl INFO 81 [165] R:OK -2015-03-09 21:40:14 queue INFO 83 [166] -2015-03-09 21:40:14 sendUrl INFO 83 [166] R:OK -2015-03-09 21:40:15 queue INFO >83 [167] -2015-03-09 21:40:15 sendUrl INFO 83 [167] R:OK -2015-03-09 21:41:04 queue INFO >>83 [168] -2015-03-09 21:41:05 sendUrl INFO 83 [168] R:OK -2015-03-09 21:41:55 queue INFO >>83 [169] -2015-03-09 21:41:55 sendUrl INFO 83 [169] R:OK -2015-03-09 21:42:45 queue INFO >>83 [170] -2015-03-09 21:42:45 sendUrl INFO 83 [170] R:OK -2015-03-09 21:43:35 queue INFO >>83 [171] -2015-03-09 21:43:35 sendUrl INFO 83 [171] R:OK -2015-03-09 21:44:25 queue INFO >>83 [172] -2015-03-09 21:44:25 sendUrl INFO 83 [172] R:OK -2015-03-09 21:44:57 queue INFO 87 [173] -2015-03-09 21:44:57 queue INFO >87 [174] -2015-03-09 21:44:57 sendUrl INFO 87 [173] R:OK -2015-03-09 21:44:58 sendUrl INFO 87 [174] R:OK -2015-03-09 21:45:00 queue INFO 83 [175] -2015-03-09 21:45:00 queue INFO >83 [176] -2015-03-09 21:45:00 sendUrl INFO 83 [175] R:OK -2015-03-09 21:45:01 sendUrl INFO 83 [176] R:OK -2015-03-09 21:45:50 queue INFO >>83 [177] -2015-03-09 21:45:50 sendUrl INFO 83 [177] R:OK -2015-03-09 21:46:40 queue INFO >>83 [178] -2015-03-09 21:46:41 sendUrl INFO 83 [178] R:OK -2015-03-09 21:47:30 queue INFO >>83 [179] -2015-03-09 21:47:31 sendUrl INFO 83 [179] R:OK -2015-03-09 21:48:21 queue INFO >>83 [180] -2015-03-09 21:48:21 sendUrl INFO 83 [180] R:OK -2015-03-09 21:49:11 queue INFO >>83 [181] -2015-03-09 21:49:11 sendUrl INFO 83 [181] R:OK -2015-03-09 21:50:01 queue INFO >>83 [182] -2015-03-09 21:50:01 sendUrl INFO 83 [182] R:OK -2015-03-09 21:50:51 queue INFO >>83 [183] -2015-03-09 21:50:51 sendUrl INFO 83 [183] R:OK -2015-03-09 21:51:41 queue INFO >>83 [184] -2015-03-09 21:51:42 sendUrl INFO 83 [184] R:OK -2015-03-09 21:51:44 queue INFO 87 [185] -2015-03-09 21:51:44 queue INFO >87 [186] -2015-03-09 21:51:44 sendUrl INFO 87 [185] R:OK -2015-03-09 21:51:45 sendUrl INFO 87 [186] R:OK -2015-03-09 21:51:47 queue INFO 83 [187] -2015-03-09 21:51:47 queue INFO >83 [188] -2015-03-09 21:51:47 sendUrl INFO 83 [187] R:OK -2015-03-09 21:51:48 sendUrl INFO 83 [188] R:OK -2015-03-09 21:52:37 queue INFO >>83 [189] -2015-03-09 21:52:37 sendUrl INFO 83 [189] R:OK -2015-03-09 21:53:27 queue INFO >>83 [190] -2015-03-09 21:53:27 sendUrl INFO 83 [190] R:OK -2015-03-09 21:54:17 queue INFO >>83 [191] -2015-03-09 21:54:17 sendUrl INFO 83 [191] R:OK -2015-03-09 21:55:07 queue INFO >>83 [192] -2015-03-09 21:55:07 sendUrl INFO 83 [192] R:OK -2015-03-09 21:55:57 queue INFO >>83 [193] -2015-03-09 21:55:58 sendUrl INFO 83 [193] R:OK -2015-03-09 21:56:47 queue INFO >>83 [194] -2015-03-09 21:56:48 sendUrl INFO 83 [194] R:OK -2015-03-09 21:57:37 queue INFO >>83 [195] -2015-03-09 21:57:38 sendUrl INFO 83 [195] R:OK -2015-03-09 21:58:28 queue INFO >>83 [196] -2015-03-09 21:58:28 sendUrl INFO 83 [196] R:OK -2015-03-09 21:58:30 queue INFO 87 [197] -2015-03-09 21:58:30 queue INFO >87 [198] -2015-03-09 21:58:30 sendUrl INFO 87 [197] R:OK -2015-03-09 21:58:31 sendUrl INFO 87 [198] R:OK -2015-03-09 21:58:33 queue INFO 83 [199] -2015-03-09 21:58:33 queue INFO >83 [200] -2015-03-09 21:58:33 sendUrl INFO 83 [199] R:OK -2015-03-09 21:58:34 sendUrl INFO 83 [200] R:OK -2015-03-09 21:59:23 queue INFO >>83 [201] -2015-03-09 21:59:24 sendUrl INFO 83 [201] R:OK -2015-03-09 22:00:13 queue INFO >>83 [202] -2015-03-09 22:00:13 sendUrl INFO 83 [202] R:OK -2015-03-09 22:01:03 queue INFO >>83 [203] -2015-03-09 22:01:04 sendUrl INFO 83 [203] R:OK -2015-03-09 22:01:54 queue INFO >>83 [204] -2015-03-09 22:01:54 sendUrl INFO 83 [204] R:OK -2015-03-09 22:02:44 queue INFO >>83 [205] -2015-03-09 22:02:44 sendUrl INFO 83 [205] R:OK -2015-03-09 22:03:34 queue INFO >>83 [206] -2015-03-09 22:03:34 sendUrl INFO 83 [206] R:OK -2015-03-09 22:04:24 queue INFO >>83 [207] -2015-03-09 22:04:25 sendUrl INFO 83 [207] R:OK -2015-03-09 22:05:14 queue INFO >>83 [208] -2015-03-09 22:05:14 sendUrl INFO 83 [208] R:OK -2015-03-09 22:05:16 queue INFO 87 [209] -2015-03-09 22:05:17 queue INFO >87 [210] -2015-03-09 22:05:17 sendUrl INFO 87 [209] R:OK -2015-03-09 22:05:18 sendUrl INFO 87 [210] R:OK -2015-03-09 22:05:19 queue INFO 83 [211] -2015-03-09 22:05:20 queue INFO >83 [212] -2015-03-09 22:05:20 sendUrl INFO 83 [211] R:OK -2015-03-09 22:05:21 sendUrl INFO 83 [212] R:OK -2015-03-09 22:06:10 queue INFO >>83 [213] -2015-03-09 22:06:10 sendUrl INFO 83 [213] R:OK -2015-03-09 22:07:00 queue INFO >>83 [214] -2015-03-09 22:07:00 sendUrl INFO 83 [214] R:OK -2015-03-09 22:07:50 queue INFO >>83 [215] -2015-03-09 22:07:50 sendUrl INFO 83 [215] R:OK -2015-03-09 22:08:40 queue INFO >>83 [216] -2015-03-09 22:08:40 sendUrl INFO 83 [216] R:OK -2015-03-09 22:09:30 queue INFO >>83 [217] -2015-03-09 22:09:31 sendUrl INFO 83 [217] R:OK -2015-03-09 22:10:20 queue INFO >>83 [218] -2015-03-09 22:10:21 sendUrl INFO 83 [218] R:OK -2015-03-09 22:11:11 queue INFO >>83 [219] -2015-03-09 22:11:11 sendUrl INFO 83 [219] R:OK -2015-03-09 22:12:01 queue INFO >>83 [220] -2015-03-09 22:12:01 sendUrl INFO 83 [220] R:OK -2015-03-09 22:12:15 queue INFO 87 [221] -2015-03-09 22:12:15 queue INFO >87 [222] -2015-03-09 22:12:15 sendUrl INFO 87 [221] R:OK -2015-03-09 22:12:15 sendUrl INFO 87 [222] R:OK -2015-03-09 22:12:18 queue INFO 83 [223] -2015-03-09 22:12:18 queue INFO >83 [224] -2015-03-09 22:12:18 sendUrl INFO 83 [223] R:OK -2015-03-09 22:12:18 sendUrl INFO 83 [224] R:OK -2015-03-09 22:13:08 queue INFO >>83 [225] -2015-03-09 22:13:08 sendUrl INFO 83 [225] R:OK -2015-03-09 22:13:58 queue INFO >>83 [226] -2015-03-09 22:13:58 sendUrl INFO 83 [226] R:OK -2015-03-09 22:14:48 queue INFO >>83 [227] -2015-03-09 22:14:48 sendUrl INFO 83 [227] R:OK -2015-03-09 22:15:38 queue INFO >>83 [228] -2015-03-09 22:15:39 sendUrl INFO 83 [228] R:OK -2015-03-09 22:16:28 queue INFO >>83 [229] -2015-03-09 22:16:28 sendUrl INFO 83 [229] R:OK -2015-03-09 22:17:18 queue INFO >>83 [230] -2015-03-09 22:17:19 sendUrl INFO 83 [230] R:OK -2015-03-09 22:18:09 queue INFO >>83 [231] -2015-03-09 22:18:09 sendUrl INFO 83 [231] R:OK -2015-03-09 22:18:59 queue INFO >>83 [232] -2015-03-09 22:18:59 sendUrl INFO 83 [232] R:OK -2015-03-09 22:19:01 queue INFO 87 [233] -2015-03-09 22:19:01 queue INFO >87 [234] -2015-03-09 22:19:01 sendUrl INFO 87 [233] R:OK -2015-03-09 22:19:02 sendUrl INFO 87 [234] R:OK -2015-03-09 22:19:04 queue INFO 83 [235] -2015-03-09 22:19:04 queue INFO >83 [236] -2015-03-09 22:19:05 sendUrl INFO 83 [235] R:OK -2015-03-09 22:19:05 sendUrl INFO 83 [236] R:OK -2015-03-09 22:19:54 queue INFO >>83 [237] -2015-03-09 22:19:54 sendUrl INFO 83 [237] R:OK -2015-03-09 22:20:44 queue INFO >>83 [238] -2015-03-09 22:20:45 sendUrl INFO 83 [238] R:OK -2015-03-09 22:21:34 queue INFO >>83 [239] -2015-03-09 22:21:35 sendUrl INFO 83 [239] R:OK -2015-03-09 22:22:25 queue INFO >>83 [240] -2015-03-09 22:22:25 sendUrl INFO 83 [240] R:OK -2015-03-09 22:23:15 queue INFO >>83 [241] -2015-03-09 22:23:15 sendUrl INFO 83 [241] R:OK -2015-03-09 22:24:05 queue INFO >>83 [242] -2015-03-09 22:24:05 sendUrl INFO 83 [242] R:OK -2015-03-09 22:24:55 queue INFO >>83 [243] -2015-03-09 22:24:55 sendUrl INFO 83 [243] R:OK -2015-03-09 22:25:45 queue INFO >>83 [244] -2015-03-09 22:25:46 sendUrl INFO 83 [244] R:OK -2015-03-09 22:25:47 queue INFO 87 [245] -2015-03-09 22:25:47 queue INFO >87 [246] -2015-03-09 22:25:48 sendUrl INFO 87 [245] R:OK -2015-03-09 22:25:48 sendUrl INFO 87 [246] R:OK -2015-03-09 22:25:50 queue INFO 83 [247] -2015-03-09 22:25:50 queue INFO >83 [248] -2015-03-09 22:25:51 sendUrl INFO 83 [247] R:OK -2015-03-09 22:25:51 sendUrl INFO 83 [248] R:OK -2015-03-09 22:26:40 queue INFO >>83 [249] -2015-03-09 22:26:41 sendUrl INFO 83 [249] R:OK -2015-03-09 22:27:31 queue INFO >>83 [250] -2015-03-09 22:27:31 sendUrl INFO 83 [250] R:OK -2015-03-09 22:28:21 queue INFO >>83 [251] -2015-03-09 22:28:21 sendUrl INFO 83 [251] R:OK -2015-03-09 22:29:11 queue INFO >>83 [252] -2015-03-09 22:29:11 sendUrl INFO 83 [252] R:OK -2015-03-09 22:30:01 queue INFO >>83 [253] -2015-03-09 22:30:01 sendUrl INFO 83 [253] R:OK -2015-03-09 22:30:51 queue INFO >>83 [254] -2015-03-09 22:30:51 sendUrl INFO 83 [254] R:OK -2015-03-09 22:31:41 queue INFO >>83 [255] -2015-03-09 22:31:42 sendUrl INFO 83 [255] R:OK -2015-03-09 22:32:31 queue INFO >>83 [256] -2015-03-09 22:32:31 sendUrl INFO 83 [256] R:OK -2015-03-09 22:32:34 queue INFO 87 [257] -2015-03-09 22:32:34 queue INFO >87 [258] -2015-03-09 22:32:34 sendUrl INFO 87 [257] R:OK -2015-03-09 22:32:35 sendUrl INFO 87 [258] R:OK -2015-03-09 22:32:37 queue INFO 83 [259] -2015-03-09 22:32:37 queue INFO >83 [260] -2015-03-09 22:32:37 sendUrl INFO 83 [259] R:OK -2015-03-09 22:32:38 sendUrl INFO 83 [260] R:OK -2015-03-09 22:33:27 queue INFO >>83 [261] -2015-03-09 22:33:27 sendUrl INFO 83 [261] R:OK -2015-03-09 22:34:17 queue INFO >>83 [262] -2015-03-09 22:34:18 sendUrl INFO 83 [262] R:OK -2015-03-09 22:35:07 queue INFO >>83 [263] -2015-03-09 22:35:07 sendUrl INFO 83 [263] R:OK -2015-03-09 22:35:57 queue INFO >>83 [264] -2015-03-09 22:35:58 sendUrl INFO 83 [264] R:OK -2015-03-09 22:36:48 queue INFO >>83 [265] -2015-03-09 22:36:48 sendUrl INFO 83 [265] R:OK -2015-03-09 22:37:38 queue INFO >>83 [266] -2015-03-09 22:37:38 sendUrl INFO 83 [266] R:OK -2015-03-09 22:38:28 queue INFO >>83 [267] -2015-03-09 22:38:28 sendUrl INFO 83 [267] R:OK -2015-03-09 22:39:18 queue INFO >>83 [268] -2015-03-09 22:39:18 sendUrl INFO 83 [268] R:OK -2015-03-09 22:39:20 queue INFO 87 [269] -2015-03-09 22:39:21 queue INFO >87 [270] -2015-03-09 22:39:21 sendUrl INFO 87 [269] R:OK -2015-03-09 22:39:21 sendUrl INFO 87 [270] R:OK -2015-03-09 22:39:23 queue INFO 83 [271] -2015-03-09 22:39:24 queue INFO >83 [272] -2015-03-09 22:39:24 sendUrl INFO 83 [271] R:OK -2015-03-09 22:39:24 sendUrl INFO 83 [272] R:OK -2015-03-09 22:40:14 queue INFO >>83 [273] -2015-03-09 22:40:14 sendUrl INFO 83 [273] R:OK -2015-03-09 22:41:04 queue INFO >>83 [274] -2015-03-09 22:41:04 sendUrl INFO 83 [274] R:OK -2015-03-09 22:41:54 queue INFO >>83 [275] -2015-03-09 22:41:54 sendUrl INFO 83 [275] R:OK -2015-03-09 22:42:44 queue INFO >>83 [276] -2015-03-09 22:42:44 sendUrl INFO 83 [276] R:OK -2015-03-09 22:43:34 queue INFO >>83 [277] -2015-03-09 22:43:34 sendUrl INFO 83 [277] R:OK -2015-03-09 22:44:24 queue INFO >>83 [278] -2015-03-09 22:44:25 sendUrl INFO 83 [278] R:OK -2015-03-09 22:45:14 queue INFO >>83 [279] -2015-03-09 22:45:15 sendUrl INFO 83 [279] R:OK -2015-03-09 22:46:05 queue INFO >>83 [280] -2015-03-09 22:46:05 sendUrl INFO 83 [280] R:OK -2015-03-09 22:46:07 queue INFO 87 [281] -2015-03-09 22:46:07 sendUrl INFO 87 [281] R:OK -2015-03-09 22:46:07 queue INFO >87 [282] -2015-03-09 22:46:07 sendUrl INFO 87 [282] R:OK -2015-03-09 22:46:10 queue INFO 83 [283] -2015-03-09 22:46:10 queue INFO >83 [284] -2015-03-09 22:46:10 sendUrl INFO 83 [283] R:OK -2015-03-09 22:46:11 sendUrl INFO 83 [284] R:OK -2015-03-09 22:47:00 queue INFO >>83 [285] -2015-03-09 22:47:00 sendUrl INFO 83 [285] R:OK -2015-03-09 22:47:50 queue INFO >>83 [286] -2015-03-09 22:47:51 sendUrl INFO 83 [286] R:OK -2015-03-09 22:48:40 queue INFO >>83 [287] -2015-03-09 22:48:41 sendUrl INFO 83 [287] R:OK -2015-03-09 22:49:31 queue INFO >>83 [288] -2015-03-09 22:49:31 sendUrl INFO 83 [288] R:OK -2015-03-09 22:50:21 queue INFO >>83 [289] -2015-03-09 22:50:21 sendUrl INFO 83 [289] R:OK -2015-03-09 22:51:11 queue INFO >>83 [290] -2015-03-09 22:51:11 sendUrl INFO 83 [290] R:OK -2015-03-09 22:52:01 queue INFO >>83 [291] -2015-03-09 22:52:01 sendUrl INFO 83 [291] R:OK -2015-03-09 22:52:51 queue INFO >>83 [292] -2015-03-09 22:52:52 sendUrl INFO 83 [292] R:OK -2015-03-09 22:53:05 queue INFO 87 [293] -2015-03-09 22:53:05 queue INFO >87 [294] -2015-03-09 22:53:05 sendUrl INFO 87 [293] R:OK -2015-03-09 22:53:06 sendUrl INFO 87 [294] R:OK -2015-03-09 22:53:08 queue INFO 83 [295] -2015-03-09 22:53:08 queue INFO >83 [296] -2015-03-09 22:53:08 sendUrl INFO 83 [295] R:OK -2015-03-09 22:53:09 sendUrl INFO 83 [296] R:OK -2015-03-09 22:53:58 queue INFO >>83 [297] -2015-03-09 22:53:58 sendUrl INFO 83 [297] R:OK -2015-03-09 22:54:48 queue INFO >>83 [298] -2015-03-09 22:54:48 sendUrl INFO 83 [298] R:OK -2015-03-09 22:55:38 queue INFO >>83 [299] -2015-03-09 22:55:39 sendUrl INFO 83 [299] R:OK -2015-03-09 22:56:28 queue INFO >>83 [300] -2015-03-09 22:56:29 sendUrl INFO 83 [300] R:OK -2015-03-09 22:57:18 queue INFO >>83 [301] -2015-03-09 22:57:19 sendUrl INFO 83 [301] R:OK -2015-03-09 22:58:09 queue INFO >>83 [302] -2015-03-09 22:58:09 sendUrl INFO 83 [302] R:OK -2015-03-09 22:58:59 queue INFO >>83 [303] -2015-03-09 22:58:59 sendUrl INFO 83 [303] R:OK -2015-03-09 22:59:49 queue INFO >>83 [304] -2015-03-09 22:59:49 sendUrl INFO 83 [304] R:OK -2015-03-09 22:59:51 queue INFO 87 [305] -2015-03-09 22:59:51 sendUrl INFO 87 [305] R:OK -2015-03-09 22:59:51 queue INFO >87 [306] -2015-03-09 22:59:52 sendUrl INFO 87 [306] R:OK -2015-03-09 22:59:54 queue INFO 83 [307] -2015-03-09 22:59:54 sendUrl INFO 83 [307] R:OK -2015-03-09 22:59:55 queue INFO >83 [308] -2015-03-09 22:59:55 sendUrl INFO 83 [308] R:OK -2015-03-09 23:00:44 queue INFO >>83 [309] -2015-03-09 23:00:45 sendUrl INFO 83 [309] R:OK -2015-03-09 23:01:35 queue INFO >>83 [310] -2015-03-09 23:01:35 sendUrl INFO 83 [310] R:OK -2015-03-09 23:02:25 queue INFO >>83 [311] -2015-03-09 23:02:25 sendUrl INFO 83 [311] R:OK -2015-03-09 23:03:15 queue INFO >>83 [312] -2015-03-09 23:03:15 sendUrl INFO 83 [312] R:OK -2015-03-09 23:04:05 queue INFO >>83 [313] -2015-03-09 23:04:06 sendUrl INFO 83 [313] R:OK -2015-03-09 23:04:55 queue INFO >>83 [314] -2015-03-09 23:04:55 sendUrl INFO 83 [314] R:OK -2015-03-09 23:05:45 queue INFO >>83 [315] -2015-03-09 23:05:46 sendUrl INFO 83 [315] R:OK -2015-03-09 23:06:36 queue INFO >>83 [316] -2015-03-09 23:06:36 sendUrl INFO 83 [316] R:OK -2015-03-09 23:06:38 queue INFO 87 [317] -2015-03-09 23:06:38 sendUrl INFO 87 [317] R:OK -2015-03-09 23:06:38 queue INFO >87 [318] -2015-03-09 23:06:38 sendUrl INFO 87 [318] R:OK -2015-03-09 23:06:41 queue INFO 83 [319] -2015-03-09 23:06:41 queue INFO >83 [320] -2015-03-09 23:06:41 sendUrl INFO 83 [319] R:OK -2015-03-09 23:06:42 sendUrl INFO 83 [320] R:OK -2015-03-09 23:07:31 queue INFO >>83 [321] -2015-03-09 23:07:31 sendUrl INFO 83 [321] R:OK -2015-03-09 23:08:21 queue INFO >>83 [322] -2015-03-09 23:08:21 sendUrl INFO 83 [322] R:OK -2015-03-09 23:09:11 queue INFO >>83 [323] -2015-03-09 23:09:12 sendUrl INFO 83 [323] R:OK -2015-03-09 23:10:01 queue INFO >>83 [324] -2015-03-09 23:10:02 sendUrl INFO 83 [324] R:OK -2015-03-09 23:10:52 queue INFO >>83 [325] -2015-03-09 23:10:52 sendUrl INFO 83 [325] R:OK -2015-03-09 23:11:42 queue INFO >>83 [326] -2015-03-09 23:11:42 sendUrl INFO 83 [326] R:OK -2015-03-09 23:12:32 queue INFO >>83 [327] -2015-03-09 23:12:32 sendUrl INFO 83 [327] R:OK -2015-03-09 23:13:22 queue INFO >>83 [328] -2015-03-09 23:13:22 sendUrl INFO 83 [328] R:OK -2015-03-09 23:13:24 queue INFO 87 [329] -2015-03-09 23:13:25 queue INFO >87 [330] -2015-03-09 23:13:25 sendUrl INFO 87 [329] R:OK -2015-03-09 23:13:25 sendUrl INFO 87 [330] R:OK -2015-03-09 23:13:27 queue INFO 83 [331] -2015-03-09 23:13:28 queue INFO >83 [332] -2015-03-09 23:13:28 sendUrl INFO 83 [331] R:OK -2015-03-09 23:13:28 sendUrl INFO 83 [332] R:OK -2015-03-09 23:14:18 queue INFO >>83 [333] -2015-03-09 23:14:18 sendUrl INFO 83 [333] R:OK -2015-03-09 23:15:08 queue INFO >>83 [334] -2015-03-09 23:15:08 sendUrl INFO 83 [334] R:OK -2015-03-09 23:15:58 queue INFO >>83 [335] -2015-03-09 23:15:58 sendUrl INFO 83 [335] R:OK -2015-03-09 23:16:48 queue INFO >>83 [336] -2015-03-09 23:16:48 sendUrl INFO 83 [336] R:OK -2015-03-09 23:17:38 queue INFO >>83 [337] -2015-03-09 23:17:39 sendUrl INFO 83 [337] R:OK -2015-03-09 23:18:28 queue INFO >>83 [338] -2015-03-09 23:18:28 sendUrl INFO 83 [338] R:OK -2015-03-09 23:19:18 queue INFO >>83 [339] -2015-03-09 23:19:19 sendUrl INFO 83 [339] R:OK -2015-03-09 23:20:09 queue INFO >>83 [340] -2015-03-09 23:20:09 sendUrl INFO 83 [340] R:OK -2015-03-09 23:20:11 queue INFO 87 [341] -2015-03-09 23:20:11 queue INFO >87 [342] -2015-03-09 23:20:11 sendUrl INFO 87 [341] R:OK -2015-03-09 23:20:12 sendUrl INFO 87 [342] R:OK -2015-03-09 23:20:14 queue INFO 83 [343] -2015-03-09 23:20:14 queue INFO >83 [344] -2015-03-09 23:20:14 sendUrl INFO 83 [343] R:OK -2015-03-09 23:20:15 sendUrl INFO 83 [344] R:OK -2015-03-09 23:21:04 queue INFO >>83 [345] -2015-03-09 23:21:04 sendUrl INFO 83 [345] R:OK -2015-03-09 23:21:54 queue INFO >>83 [346] -2015-03-09 23:21:54 sendUrl INFO 83 [346] R:OK -2015-03-09 23:22:44 queue INFO >>83 [347] -2015-03-09 23:22:45 sendUrl INFO 83 [347] R:OK -2015-03-09 23:23:34 queue INFO >>83 [348] -2015-03-09 23:23:35 sendUrl INFO 83 [348] R:OK -2015-03-09 23:24:25 queue INFO >>83 [349] -2015-03-09 23:24:25 sendUrl INFO 83 [349] R:OK -2015-03-09 23:25:15 queue INFO >>83 [350] -2015-03-09 23:25:15 sendUrl INFO 83 [350] R:OK -2015-03-09 23:26:05 queue INFO >>83 [351] -2015-03-09 23:26:05 sendUrl INFO 83 [351] R:OK -2015-03-09 23:26:55 queue INFO >>83 [352] -2015-03-09 23:26:55 sendUrl INFO 83 [352] R:OK -2015-03-09 23:26:57 queue INFO 87 [353] -2015-03-09 23:26:57 queue INFO >87 [354] -2015-03-09 23:26:57 sendUrl INFO 87 [353] R:OK -2015-03-09 23:26:58 sendUrl INFO 87 [354] R:OK -2015-03-09 23:27:00 queue INFO 83 [355] -2015-03-09 23:27:00 queue INFO >83 [356] -2015-03-09 23:27:01 sendUrl INFO 83 [355] R:OK -2015-03-09 23:27:01 sendUrl INFO 83 [356] R:OK -2015-03-09 23:27:50 queue INFO >>83 [357] -2015-03-09 23:27:51 sendUrl INFO 83 [357] R:OK -2015-03-09 23:28:41 queue INFO >>83 [358] -2015-03-09 23:28:41 sendUrl INFO 83 [358] R:OK -2015-03-09 23:29:31 queue INFO >>83 [359] -2015-03-09 23:29:31 sendUrl INFO 83 [359] R:OK -2015-03-09 23:30:21 queue INFO >>83 [360] -2015-03-09 23:30:21 sendUrl INFO 83 [360] R:OK -2015-03-09 23:31:11 queue INFO >>83 [361] -2015-03-09 23:31:12 sendUrl INFO 83 [361] R:OK -2015-03-09 23:32:01 queue INFO >>83 [362] -2015-03-09 23:32:01 sendUrl INFO 83 [362] R:OK -2015-03-09 23:32:51 queue INFO >>83 [363] -2015-03-09 23:32:52 sendUrl INFO 83 [363] R:OK -2015-03-09 23:33:42 queue INFO >>83 [364] -2015-03-09 23:33:42 sendUrl INFO 83 [364] R:OK -2015-03-09 23:33:55 queue INFO 87 [365] -2015-03-09 23:33:55 queue INFO >87 [366] -2015-03-09 23:33:56 sendUrl INFO 87 [365] R:OK -2015-03-09 23:33:56 sendUrl INFO 87 [366] R:OK -2015-03-09 23:33:58 queue INFO 83 [367] -2015-03-09 23:33:58 queue INFO >83 [368] -2015-03-09 23:33:59 sendUrl INFO 83 [367] R:OK -2015-03-09 23:33:59 sendUrl INFO 83 [368] R:OK -2015-03-09 23:34:48 queue INFO >>83 [369] -2015-03-09 23:34:48 sendUrl INFO 83 [369] R:OK -2015-03-09 23:35:38 queue INFO >>83 [370] -2015-03-09 23:35:39 sendUrl INFO 83 [370] R:OK -2015-03-09 23:36:29 queue INFO >>83 [371] -2015-03-09 23:36:29 sendUrl INFO 83 [371] R:OK -2015-03-09 23:37:19 queue INFO >>83 [372] -2015-03-09 23:37:19 sendUrl INFO 83 [372] R:OK -2015-03-09 23:38:09 queue INFO >>83 [373] -2015-03-09 23:38:09 sendUrl INFO 83 [373] R:OK -2015-03-09 23:38:59 queue INFO >>83 [374] -2015-03-09 23:39:00 sendUrl INFO 83 [374] R:OK -2015-03-09 23:39:49 queue INFO >>83 [375] -2015-03-09 23:39:49 sendUrl INFO 83 [375] R:OK -2015-03-09 23:40:39 queue INFO >>83 [376] -2015-03-09 23:40:40 sendUrl INFO 83 [376] R:OK -2015-03-09 23:40:42 queue INFO 87 [377] -2015-03-09 23:40:42 queue INFO >87 [378] -2015-03-09 23:40:42 sendUrl INFO 87 [377] R:OK -2015-03-09 23:40:42 sendUrl INFO 87 [378] R:OK -2015-03-09 23:40:45 queue INFO 83 [379] -2015-03-09 23:40:45 queue INFO >83 [380] -2015-03-09 23:40:45 sendUrl INFO 83 [379] R:OK -2015-03-09 23:40:45 sendUrl INFO 83 [380] R:OK -2015-03-09 23:41:35 queue INFO >>83 [381] -2015-03-09 23:41:35 sendUrl INFO 83 [381] R:OK -2015-03-09 23:42:25 queue INFO >>83 [382] -2015-03-09 23:42:25 sendUrl INFO 83 [382] R:OK -2015-03-09 23:43:15 queue INFO >>83 [383] -2015-03-09 23:43:15 sendUrl INFO 83 [383] R:OK -2015-03-09 23:44:05 queue INFO >>83 [384] -2015-03-09 23:44:06 sendUrl INFO 83 [384] R:OK -2015-03-09 23:44:55 queue INFO >>83 [385] -2015-03-09 23:44:56 sendUrl INFO 83 [385] R:OK -2015-03-09 23:45:46 queue INFO >>83 [386] -2015-03-09 23:45:46 sendUrl INFO 83 [386] R:OK -2015-03-09 23:46:36 queue INFO >>83 [387] -2015-03-09 23:46:36 sendUrl INFO 83 [387] R:OK -2015-03-09 23:47:26 queue INFO >>83 [388] -2015-03-09 23:47:26 sendUrl INFO 83 [388] R:OK -2015-03-09 23:47:28 queue INFO 87 [389] -2015-03-09 23:47:28 queue INFO >87 [390] -2015-03-09 23:47:29 sendUrl INFO 87 [389] R:OK -2015-03-09 23:47:29 sendUrl INFO 87 [390] R:OK -2015-03-09 23:47:31 queue INFO 83 [391] -2015-03-09 23:47:31 queue INFO >83 [392] -2015-03-09 23:47:32 sendUrl INFO 83 [391] R:OK -2015-03-09 23:47:32 sendUrl INFO 83 [392] R:OK -2015-03-09 23:48:21 queue INFO >>83 [393] -2015-03-09 23:48:21 sendUrl INFO 83 [393] R:OK -2015-03-09 23:49:11 queue INFO >>83 [394] -2015-03-09 23:49:12 sendUrl INFO 83 [394] R:OK -2015-03-09 23:50:01 queue INFO >>83 [395] -2015-03-09 23:50:02 sendUrl INFO 83 [395] R:OK -2015-03-09 23:50:52 queue INFO >>83 [396] -2015-03-09 23:50:52 sendUrl INFO 83 [396] R:OK -2015-03-09 23:51:42 queue INFO >>83 [397] -2015-03-09 23:51:42 sendUrl INFO 83 [397] R:OK -2015-03-09 23:52:32 queue INFO >>83 [398] -2015-03-09 23:52:32 sendUrl INFO 83 [398] R:OK -2015-03-09 23:53:22 queue INFO >>83 [399] -2015-03-09 23:53:22 sendUrl INFO 83 [399] R:OK -2015-03-09 23:54:12 queue INFO >>83 [400] -2015-03-09 23:54:13 sendUrl INFO 83 [400] R:OK -2015-03-09 23:54:15 queue INFO 87 [401] -2015-03-09 23:54:15 sendUrl INFO 87 [401] R:OK -2015-03-09 23:54:15 queue INFO >87 [402] -2015-03-09 23:54:15 sendUrl INFO 87 [402] R:OK -2015-03-09 23:54:18 queue INFO 83 [403] -2015-03-09 23:54:18 sendUrl INFO 83 [403] R:OK -2015-03-09 23:54:18 queue INFO >83 [404] -2015-03-09 23:54:18 sendUrl INFO 83 [404] R:OK -2015-03-09 23:55:08 queue INFO >>83 [405] -2015-03-09 23:55:08 sendUrl INFO 83 [405] R:OK -2015-03-09 23:55:58 queue INFO >>83 [406] -2015-03-09 23:55:58 sendUrl INFO 83 [406] R:OK -2015-03-09 23:56:48 queue INFO >>83 [407] -2015-03-09 23:56:48 sendUrl INFO 83 [407] R:OK -2015-03-09 23:57:38 queue INFO >>83 [408] -2015-03-09 23:57:39 sendUrl INFO 83 [408] R:OK -2015-03-09 23:58:28 queue INFO >>83 [409] -2015-03-09 23:58:29 sendUrl INFO 83 [409] R:OK -2015-03-09 23:59:19 queue INFO >>83 [410] -2015-03-09 23:59:19 sendUrl INFO 83 [410] R:OK -2015-03-10 00:00:09 queue INFO >>83 [411] -2015-03-10 00:00:09 sendUrl INFO 83 [411] R:OK -2015-03-10 00:00:59 queue INFO >>83 [412] -2015-03-10 00:00:59 sendUrl INFO 83 [412] R:OK -2015-03-10 00:01:01 queue INFO 87 [413] -2015-03-10 00:01:01 queue INFO >87 [414] -2015-03-10 00:01:02 sendUrl INFO 87 [413] R:OK -2015-03-10 00:01:02 sendUrl INFO 87 [414] R:OK -2015-03-10 00:01:04 queue INFO 83 [415] -2015-03-10 00:01:04 queue INFO >83 [416] -2015-03-10 00:01:05 sendUrl INFO 83 [415] R:OK -2015-03-10 00:01:05 sendUrl INFO 83 [416] R:OK -2015-03-10 00:01:54 queue INFO >>83 [417] -2015-03-10 00:01:55 sendUrl INFO 83 [417] R:OK -2015-03-10 00:02:44 queue INFO >>83 [418] -2015-03-10 00:02:45 sendUrl INFO 83 [418] R:OK -2015-03-10 00:03:35 queue INFO >>83 [419] -2015-03-10 00:03:35 sendUrl INFO 83 [419] R:OK -2015-03-10 00:04:25 queue INFO >>83 [420] -2015-03-10 00:04:25 sendUrl INFO 83 [420] R:OK -2015-03-10 00:05:15 queue INFO >>83 [421] -2015-03-10 00:05:15 sendUrl INFO 83 [421] R:OK -2015-03-10 00:06:05 queue INFO >>83 [422] -2015-03-10 00:06:05 sendUrl INFO 83 [422] R:OK -2015-03-10 00:06:55 queue INFO >>83 [423] -2015-03-10 00:06:55 sendUrl INFO 83 [423] R:OK -2015-03-10 00:07:45 queue INFO >>83 [424] -2015-03-10 00:07:46 sendUrl INFO 83 [424] R:OK -2015-03-10 00:07:48 queue INFO 87 [425] -2015-03-10 00:07:48 sendUrl INFO 87 [425] R:OK -2015-03-10 00:07:48 queue INFO >87 [426] -2015-03-10 00:07:48 sendUrl INFO 87 [426] R:OK -2015-03-10 00:07:51 queue INFO 83 [427] -2015-03-10 00:07:51 sendUrl INFO 83 [427] R:OK -2015-03-10 00:07:51 queue INFO >83 [428] -2015-03-10 00:07:51 sendUrl INFO 83 [428] R:OK -2015-03-10 00:08:41 queue INFO >>83 [429] -2015-03-10 00:08:41 sendUrl INFO 83 [429] R:OK -2015-03-10 00:09:31 queue INFO >>83 [430] -2015-03-10 00:09:31 sendUrl INFO 83 [430] R:OK -2015-03-10 00:10:21 queue INFO >>83 [431] -2015-03-10 00:10:21 sendUrl INFO 83 [431] R:OK -2015-03-10 00:11:11 queue INFO >>83 [432] -2015-03-10 00:11:12 sendUrl INFO 83 [432] R:OK -2015-03-10 00:12:01 queue INFO >>83 [433] -2015-03-10 00:12:02 sendUrl INFO 83 [433] R:OK -2015-03-10 00:12:51 queue INFO >>83 [434] -2015-03-10 00:12:52 sendUrl INFO 83 [434] R:OK -2015-03-10 00:13:42 queue INFO >>83 [435] -2015-03-10 00:13:42 sendUrl INFO 83 [435] R:OK -2015-03-10 00:14:32 queue INFO >>83 [436] -2015-03-10 00:14:32 sendUrl INFO 83 [436] R:OK -2015-03-10 00:14:45 queue INFO 87 [437] -2015-03-10 00:14:46 queue INFO >87 [438] -2015-03-10 00:14:46 sendUrl INFO 87 [437] R:OK -2015-03-10 00:14:47 sendUrl INFO 87 [438] R:OK -2015-03-10 00:14:49 queue INFO 83 [439] -2015-03-10 00:14:49 queue INFO >83 [440] -2015-03-10 00:14:49 sendUrl INFO 83 [439] R:OK -2015-03-10 00:14:50 sendUrl INFO 83 [440] R:OK -2015-03-10 00:15:39 queue INFO >>83 [441] -2015-03-10 00:15:39 sendUrl INFO 83 [441] R:OK -2015-03-10 00:16:29 queue INFO >>83 [442] -2015-03-10 00:16:29 sendUrl INFO 83 [442] R:OK -2015-03-10 00:17:19 queue INFO >>83 [443] -2015-03-10 00:17:20 sendUrl INFO 83 [443] R:OK -2015-03-10 00:17:42 queue INFO 81 [444] -2015-03-10 00:17:42 queue INFO >81 [445] -2015-03-10 00:17:42 sendUrl INFO 81 [444] R:OK -2015-03-10 00:17:43 sendUrl INFO 81 [445] R:OK -2015-03-10 00:17:59 queue INFO 83 [446] -2015-03-10 00:17:59 queue INFO >83 [447] -2015-03-10 00:17:59 sendUrl INFO 83 [446] R:OK -2015-03-10 00:18:00 sendUrl INFO 83 [447] R:OK -2015-03-10 00:18:49 queue INFO >>83 [448] -2015-03-10 00:18:50 sendUrl INFO 83 [448] R:OK -2015-03-10 00:19:39 queue INFO >>83 [449] -2015-03-10 00:19:39 sendUrl INFO 83 [449] R:OK -2015-03-10 00:20:29 queue INFO >>83 [450] -2015-03-10 00:20:30 sendUrl INFO 83 [450] R:OK -2015-03-10 00:21:19 queue INFO >>83 [451] -2015-03-10 00:21:20 sendUrl INFO 83 [451] R:OK -2015-03-10 00:21:36 queue INFO 87 [452] -2015-03-10 00:21:36 sendUrl INFO 87 [452] R:OK -2015-03-10 00:21:36 queue INFO >87 [453] -2015-03-10 00:21:37 sendUrl INFO 87 [453] R:OK -2015-03-10 00:21:39 queue INFO 83 [454] -2015-03-10 00:21:39 sendUrl INFO 83 [454] R:OK -2015-03-10 00:21:39 queue INFO >83 [455] -2015-03-10 00:21:40 sendUrl INFO 83 [455] R:OK -2015-03-10 00:22:29 queue INFO >>83 [456] -2015-03-10 00:22:30 sendUrl INFO 83 [456] R:OK -2015-03-10 00:23:19 queue INFO >>83 [457] -2015-03-10 00:23:20 sendUrl INFO 83 [457] R:OK -2015-03-10 00:24:10 queue INFO >>83 [458] -2015-03-10 00:24:10 sendUrl INFO 83 [458] R:OK -2015-03-10 00:25:00 queue INFO >>83 [459] -2015-03-10 00:25:00 sendUrl INFO 83 [459] R:OK -2015-03-10 00:25:50 queue INFO >>83 [460] -2015-03-10 00:25:50 sendUrl INFO 83 [460] R:OK -2015-03-10 00:26:40 queue INFO >>83 [461] -2015-03-10 00:26:40 sendUrl INFO 83 [461] R:OK -2015-03-10 00:27:30 queue INFO >>83 [462] -2015-03-10 00:27:31 sendUrl INFO 83 [462] R:OK -2015-03-10 00:28:20 queue INFO >>83 [463] -2015-03-10 00:28:20 sendUrl INFO 83 [463] R:OK -2015-03-10 00:28:23 queue INFO 87 [464] -2015-03-10 00:28:23 queue INFO >87 [465] -2015-03-10 00:28:23 sendUrl INFO 87 [464] R:OK -2015-03-10 00:28:23 sendUrl INFO 87 [465] R:OK -2015-03-10 00:28:26 queue INFO 83 [466] -2015-03-10 00:28:26 queue INFO >83 [467] -2015-03-10 00:28:26 sendUrl INFO 83 [466] R:OK -2015-03-10 00:28:27 sendUrl INFO 83 [467] R:OK -2015-03-10 00:29:16 queue INFO >>83 [468] -2015-03-10 00:29:16 sendUrl INFO 83 [468] R:OK -2015-03-10 00:30:06 queue INFO >>83 [469] -2015-03-10 00:30:06 sendUrl INFO 83 [469] R:OK -2015-03-10 00:30:56 queue INFO >>83 [470] -2015-03-10 00:30:57 sendUrl INFO 83 [470] R:OK -2015-03-10 00:31:46 queue INFO >>83 [471] -2015-03-10 00:31:46 sendUrl INFO 83 [471] R:OK -2015-03-10 00:32:36 queue INFO >>83 [472] -2015-03-10 00:32:37 sendUrl INFO 83 [472] R:OK -2015-03-10 00:33:26 queue INFO >>83 [473] -2015-03-10 00:33:27 sendUrl INFO 83 [473] R:OK -2015-03-10 00:34:17 queue INFO >>83 [474] -2015-03-10 00:34:17 sendUrl INFO 83 [474] R:OK -2015-03-10 00:35:07 queue INFO >>83 [475] -2015-03-10 00:35:07 sendUrl INFO 83 [475] R:OK -2015-03-10 00:35:09 queue INFO 87 [476] -2015-03-10 00:35:10 queue INFO >87 [477] -2015-03-10 00:35:10 sendUrl INFO 87 [476] R:OK -2015-03-10 00:35:10 sendUrl INFO 87 [477] R:OK -2015-03-10 00:35:12 queue INFO 83 [478] -2015-03-10 00:35:13 queue INFO >83 [479] -2015-03-10 00:35:13 sendUrl INFO 83 [478] R:OK -2015-03-10 00:35:13 sendUrl INFO 83 [479] R:OK -2015-03-10 00:36:03 queue INFO >>83 [480] -2015-03-10 00:36:03 sendUrl INFO 83 [480] R:OK -2015-03-10 00:36:53 queue INFO >>83 [481] -2015-03-10 00:36:53 sendUrl INFO 83 [481] R:OK -2015-03-10 00:37:43 queue INFO >>83 [482] -2015-03-10 00:37:43 sendUrl INFO 83 [482] R:OK -2015-03-10 00:38:33 queue INFO >>83 [483] -2015-03-10 00:38:34 sendUrl INFO 83 [483] R:OK -2015-03-10 00:39:23 queue INFO >>83 [484] -2015-03-10 00:39:23 sendUrl INFO 83 [484] R:OK -2015-03-10 00:40:13 queue INFO >>83 [485] -2015-03-10 00:40:14 sendUrl INFO 83 [485] R:OK -2015-03-10 00:41:03 queue INFO >>83 [486] -2015-03-10 00:41:04 sendUrl INFO 83 [486] R:OK -2015-03-10 00:41:54 queue INFO >>83 [487] -2015-03-10 00:41:54 sendUrl INFO 83 [487] R:OK -2015-03-10 00:41:56 queue INFO 87 [488] -2015-03-10 00:41:56 queue INFO >87 [489] -2015-03-10 00:41:56 sendUrl INFO 87 [488] R:OK -2015-03-10 00:41:56 sendUrl INFO 87 [489] R:OK -2015-03-10 00:41:59 queue INFO 83 [490] -2015-03-10 00:41:59 sendUrl INFO 83 [490] R:OK -2015-03-10 00:41:59 queue INFO >83 [491] -2015-03-10 00:41:59 sendUrl INFO 83 [491] R:OK -2015-03-10 00:42:49 queue INFO >>83 [492] -2015-03-10 00:42:49 sendUrl INFO 83 [492] R:OK -2015-03-10 00:43:39 queue INFO >>83 [493] -2015-03-10 00:43:40 sendUrl INFO 83 [493] R:OK -2015-03-10 00:44:29 queue INFO >>83 [494] -2015-03-10 00:44:29 sendUrl INFO 83 [494] R:OK -2015-03-10 00:45:19 queue INFO >>83 [495] -2015-03-10 00:45:20 sendUrl INFO 83 [495] R:OK -2015-03-10 00:46:10 queue INFO >>83 [496] -2015-03-10 00:46:10 sendUrl INFO 83 [496] R:OK -2015-03-10 00:47:00 queue INFO >>83 [497] -2015-03-10 00:47:00 sendUrl INFO 83 [497] R:OK -2015-03-10 00:47:50 queue INFO >>83 [498] -2015-03-10 00:47:50 sendUrl INFO 83 [498] R:OK -2015-03-10 00:48:40 queue INFO >>83 [499] -2015-03-10 00:48:40 sendUrl INFO 83 [499] R:OK -2015-03-10 00:48:42 queue INFO 87 [500] -2015-03-10 00:48:42 queue INFO >87 [501] -2015-03-10 00:48:43 sendUrl INFO 87 [500] R:OK -2015-03-10 00:48:43 sendUrl INFO 87 [501] R:OK -2015-03-10 00:48:45 queue INFO 83 [502] -2015-03-10 00:48:45 queue INFO >83 [503] -2015-03-10 00:48:46 sendUrl INFO 83 [502] R:OK -2015-03-10 00:48:46 sendUrl INFO 83 [503] R:OK -2015-03-10 00:49:35 queue INFO >>83 [504] -2015-03-10 00:49:36 sendUrl INFO 83 [504] R:OK -2015-03-10 00:50:25 queue INFO >>83 [505] -2015-03-10 00:50:26 sendUrl INFO 83 [505] R:OK -2015-03-10 00:51:16 queue INFO >>83 [506] -2015-03-10 00:51:16 sendUrl INFO 83 [506] R:OK -2015-03-10 00:52:06 queue INFO >>83 [507] -2015-03-10 00:52:06 sendUrl INFO 83 [507] R:OK -2015-03-10 00:52:56 queue INFO >>83 [508] -2015-03-10 00:52:56 sendUrl INFO 83 [508] R:OK -2015-03-10 00:53:46 queue INFO >>83 [509] -2015-03-10 00:53:46 sendUrl INFO 83 [509] R:OK -2015-03-10 00:54:36 queue INFO >>83 [510] -2015-03-10 00:54:37 sendUrl INFO 83 [510] R:OK -2015-03-10 00:55:26 queue INFO >>83 [511] -2015-03-10 00:55:27 sendUrl INFO 83 [511] R:OK -2015-03-10 00:55:40 queue INFO 87 [512] -2015-03-10 00:55:40 queue INFO >87 [513] -2015-03-10 00:55:41 sendUrl INFO 87 [512] R:OK -2015-03-10 00:55:41 sendUrl INFO 87 [513] R:OK -2015-03-10 00:55:43 queue INFO 83 [514] -2015-03-10 00:55:43 queue INFO >83 [515] -2015-03-10 00:55:44 sendUrl INFO 83 [514] R:OK -2015-03-10 00:55:44 sendUrl INFO 83 [515] R:OK -2015-03-10 00:56:33 queue INFO >>83 [516] -2015-03-10 00:56:34 sendUrl INFO 83 [516] R:OK -2015-03-10 00:57:23 queue INFO >>83 [517] -2015-03-10 00:57:24 sendUrl INFO 83 [517] R:OK -2015-03-10 00:58:14 queue INFO >>83 [518] -2015-03-10 00:58:14 sendUrl INFO 83 [518] R:OK -2015-03-10 00:59:04 queue INFO >>83 [519] -2015-03-10 00:59:04 sendUrl INFO 83 [519] R:OK -2015-03-10 00:59:54 queue INFO >>83 [520] -2015-03-10 00:59:54 sendUrl INFO 83 [520] R:OK -2015-03-10 01:00:44 queue INFO >>83 [521] -2015-03-10 01:00:44 sendUrl INFO 83 [521] R:OK -2015-03-10 01:01:34 queue INFO >>83 [522] -2015-03-10 01:01:34 sendUrl INFO 83 [522] R:OK -2015-03-10 01:02:24 queue INFO >>83 [523] -2015-03-10 01:02:25 sendUrl INFO 83 [523] R:OK -2015-03-10 01:02:27 queue INFO 87 [524] -2015-03-10 01:02:27 sendUrl INFO 87 [524] R:OK -2015-03-10 01:02:27 queue INFO >87 [525] -2015-03-10 01:02:27 sendUrl INFO 87 [525] R:OK -2015-03-10 01:02:30 queue INFO 83 [526] -2015-03-10 01:02:30 sendUrl INFO 83 [526] R:OK -2015-03-10 01:02:30 queue INFO >83 [527] -2015-03-10 01:02:30 sendUrl INFO 83 [527] R:OK -2015-03-10 01:03:20 queue INFO >>83 [528] -2015-03-10 01:03:20 sendUrl INFO 83 [528] R:OK -2015-03-10 01:04:10 queue INFO >>83 [529] -2015-03-10 01:04:10 sendUrl INFO 83 [529] R:OK -2015-03-10 01:05:00 queue INFO >>83 [530] -2015-03-10 01:05:00 sendUrl INFO 83 [530] R:OK -2015-03-10 01:05:50 queue INFO >>83 [531] -2015-03-10 01:05:51 sendUrl INFO 83 [531] R:OK -2015-03-10 01:06:40 queue INFO >>83 [532] -2015-03-10 01:06:40 sendUrl INFO 83 [532] R:OK -2015-03-10 01:07:30 queue INFO >>83 [533] -2015-03-10 01:07:31 sendUrl INFO 83 [533] R:OK -2015-03-10 01:08:21 queue INFO >>83 [534] -2015-03-10 01:08:21 sendUrl INFO 83 [534] R:OK -2015-03-10 01:09:11 queue INFO >>83 [535] -2015-03-10 01:09:11 sendUrl INFO 83 [535] R:OK -2015-03-10 01:09:13 queue INFO 87 [536] -2015-03-10 01:09:13 queue INFO >87 [537] -2015-03-10 01:09:13 sendUrl INFO 87 [536] R:OK -2015-03-10 01:09:14 sendUrl INFO 87 [537] R:OK -2015-03-10 01:09:16 queue INFO 83 [538] -2015-03-10 01:09:16 queue INFO >83 [539] -2015-03-10 01:09:16 sendUrl INFO 83 [538] R:OK -2015-03-10 01:09:17 sendUrl INFO 83 [539] R:OK -2015-03-10 01:10:06 queue INFO >>83 [540] -2015-03-10 01:10:07 sendUrl INFO 83 [540] R:OK -2015-03-10 01:10:56 queue INFO >>83 [541] -2015-03-10 01:10:57 sendUrl INFO 83 [541] R:OK -2015-03-10 01:11:47 queue INFO >>83 [542] -2015-03-10 01:11:47 sendUrl INFO 83 [542] R:OK -2015-03-10 01:12:37 queue INFO >>83 [543] -2015-03-10 01:12:37 sendUrl INFO 83 [543] R:OK -2015-03-10 01:13:27 queue INFO >>83 [544] -2015-03-10 01:13:27 sendUrl INFO 83 [544] R:OK -2015-03-10 01:14:17 queue INFO >>83 [545] -2015-03-10 01:14:17 sendUrl INFO 83 [545] R:OK -2015-03-10 01:15:07 queue INFO >>83 [546] -2015-03-10 01:15:07 sendUrl INFO 83 [546] R:OK -2015-03-10 01:15:57 queue INFO >>83 [547] -2015-03-10 01:15:58 sendUrl INFO 83 [547] R:OK -2015-03-10 01:16:00 queue INFO 87 [548] -2015-03-10 01:16:00 queue INFO >87 [549] -2015-03-10 01:16:00 sendUrl INFO 87 [548] R:OK -2015-03-10 01:16:01 sendUrl INFO 87 [549] R:OK -2015-03-10 01:16:03 queue INFO 83 [550] -2015-03-10 01:16:03 queue INFO >83 [551] -2015-03-10 01:16:03 sendUrl INFO 83 [550] R:OK -2015-03-10 01:16:04 sendUrl INFO 83 [551] R:OK -2015-03-10 01:16:53 queue INFO >>83 [552] -2015-03-10 01:16:53 sendUrl INFO 83 [552] R:OK -2015-03-10 01:17:43 queue INFO >>83 [553] -2015-03-10 01:17:43 sendUrl INFO 83 [553] R:OK -2015-03-10 01:18:33 queue INFO >>83 [554] -2015-03-10 01:18:33 sendUrl INFO 83 [554] R:OK -2015-03-10 01:19:23 queue INFO >>83 [555] -2015-03-10 01:19:23 sendUrl INFO 83 [555] R:OK -2015-03-10 01:20:13 queue INFO >>83 [556] -2015-03-10 01:20:14 sendUrl INFO 83 [556] R:OK -2015-03-10 01:21:03 queue INFO >>83 [557] -2015-03-10 01:21:04 sendUrl INFO 83 [557] R:OK -2015-03-10 01:21:54 queue INFO >>83 [558] -2015-03-10 01:21:54 sendUrl INFO 83 [558] R:OK -2015-03-10 01:22:44 queue INFO >>83 [559] -2015-03-10 01:22:44 sendUrl INFO 83 [559] R:OK -2015-03-10 01:22:46 queue INFO 87 [560] -2015-03-10 01:22:46 queue INFO >87 [561] -2015-03-10 01:22:46 sendUrl INFO 87 [560] R:OK -2015-03-10 01:22:47 sendUrl INFO 87 [561] R:OK -2015-03-10 01:22:49 queue INFO 83 [562] -2015-03-10 01:22:49 queue INFO >83 [563] -2015-03-10 01:22:49 sendUrl INFO 83 [562] R:OK -2015-03-10 01:22:50 sendUrl INFO 83 [563] R:OK -2015-03-10 01:23:39 queue INFO >>83 [564] -2015-03-10 01:23:40 sendUrl INFO 83 [564] R:OK -2015-03-10 01:24:29 queue INFO >>83 [565] -2015-03-10 01:24:30 sendUrl INFO 83 [565] R:OK -2015-03-10 01:25:20 queue INFO >>83 [566] -2015-03-10 01:25:20 sendUrl INFO 83 [566] R:OK -2015-03-10 01:26:10 queue INFO >>83 [567] -2015-03-10 01:26:10 sendUrl INFO 83 [567] R:OK -2015-03-10 01:27:00 queue INFO >>83 [568] -2015-03-10 01:27:00 sendUrl INFO 83 [568] R:OK -2015-03-10 01:27:50 queue INFO >>83 [569] -2015-03-10 01:27:50 sendUrl INFO 83 [569] R:OK -2015-03-10 01:28:40 queue INFO >>83 [570] -2015-03-10 01:28:41 sendUrl INFO 83 [570] R:OK -2015-03-10 01:29:30 queue INFO >>83 [571] -2015-03-10 01:29:31 sendUrl INFO 83 [571] R:OK -2015-03-10 01:29:33 queue INFO 87 [572] -2015-03-10 01:29:33 queue INFO >87 [573] -2015-03-10 01:29:33 sendUrl INFO 87 [572] R:OK -2015-03-10 01:29:34 sendUrl INFO 87 [573] R:OK -2015-03-10 01:29:36 queue INFO 83 [574] -2015-03-10 01:29:36 queue INFO >83 [575] -2015-03-10 01:29:36 sendUrl INFO 83 [574] R:OK -2015-03-10 01:29:37 sendUrl INFO 83 [575] R:OK -2015-03-10 01:30:26 queue INFO >>83 [576] -2015-03-10 01:30:26 sendUrl INFO 83 [576] R:OK -2015-03-10 01:31:16 queue INFO >>83 [577] -2015-03-10 01:31:16 sendUrl INFO 83 [577] R:OK -2015-03-10 01:32:06 queue INFO >>83 [578] -2015-03-10 01:32:06 sendUrl INFO 83 [578] R:OK -2015-03-10 01:32:56 queue INFO >>83 [579] -2015-03-10 01:32:56 sendUrl INFO 83 [579] R:OK -2015-03-10 01:33:46 queue INFO >>83 [580] -2015-03-10 01:33:47 sendUrl INFO 83 [580] R:OK -2015-03-10 01:34:36 queue INFO >>83 [581] -2015-03-10 01:34:37 sendUrl INFO 83 [581] R:OK -2015-03-10 01:35:26 queue INFO >>83 [582] -2015-03-10 01:35:27 sendUrl INFO 83 [582] R:OK -2015-03-10 01:36:17 queue INFO >>83 [583] -2015-03-10 01:36:17 sendUrl INFO 83 [583] R:OK -2015-03-10 01:36:30 queue INFO 87 [584] -2015-03-10 01:36:31 queue INFO >87 [585] -2015-03-10 01:36:31 sendUrl INFO 87 [584] R:OK -2015-03-10 01:36:31 sendUrl INFO 87 [585] R:OK -2015-03-10 01:36:33 queue INFO 83 [586] -2015-03-10 01:36:34 queue INFO >83 [587] -2015-03-10 01:36:34 sendUrl INFO 83 [586] R:OK -2015-03-10 01:36:34 sendUrl INFO 83 [587] R:OK -2015-03-10 01:37:24 queue INFO >>83 [588] -2015-03-10 01:37:24 sendUrl INFO 83 [588] R:OK -2015-03-10 01:38:14 queue INFO >>83 [589] -2015-03-10 01:38:14 sendUrl INFO 83 [589] R:OK -2015-03-10 01:39:04 queue INFO >>83 [590] -2015-03-10 01:39:04 sendUrl INFO 83 [590] R:OK -2015-03-10 01:39:54 queue INFO >>83 [591] -2015-03-10 01:39:54 sendUrl INFO 83 [591] R:OK -2015-03-10 01:40:27 queue INFO 81 [592] -2015-03-10 01:40:27 queue INFO >81 [593] -2015-03-10 01:40:27 sendUrl INFO 81 [592] R:OK -2015-03-10 01:40:28 sendUrl INFO 81 [593] R:OK -2015-03-10 01:40:43 queue INFO 83 [594] -2015-03-10 01:40:43 queue INFO >83 [595] -2015-03-10 01:40:44 sendUrl INFO 83 [594] R:OK -2015-03-10 01:40:44 sendUrl INFO 83 [595] R:OK -2015-03-10 01:41:33 queue INFO >>83 [596] -2015-03-10 01:41:33 sendUrl INFO 83 [596] R:OK -2015-03-10 01:42:23 queue INFO >>83 [597] -2015-03-10 01:42:24 sendUrl INFO 83 [597] R:OK -2015-03-10 01:43:14 queue INFO >>83 [598] -2015-03-10 01:43:14 sendUrl INFO 83 [598] R:OK -2015-03-10 01:43:17 queue INFO 87 [599] -2015-03-10 01:43:17 sendUrl INFO 87 [599] R:OK -2015-03-10 01:43:17 queue INFO >87 [600] -2015-03-10 01:43:18 sendUrl INFO 87 [600] R:OK -2015-03-10 01:43:20 queue INFO 83 [601] -2015-03-10 01:43:20 sendUrl INFO 83 [601] R:OK -2015-03-10 01:43:20 queue INFO >83 [602] -2015-03-10 01:43:21 sendUrl INFO 83 [602] R:OK -2015-03-10 01:44:10 queue INFO >>83 [603] -2015-03-10 01:44:10 sendUrl INFO 83 [603] R:OK -2015-03-10 01:45:00 queue INFO >>83 [604] -2015-03-10 01:45:01 sendUrl INFO 83 [604] R:OK -2015-03-10 01:45:50 queue INFO >>83 [605] -2015-03-10 01:45:51 sendUrl INFO 83 [605] R:OK -2015-03-10 01:46:40 queue INFO >>83 [606] -2015-03-10 01:46:41 sendUrl INFO 83 [606] R:OK -2015-03-10 01:47:31 queue INFO >>83 [607] -2015-03-10 01:47:31 sendUrl INFO 83 [607] R:OK -2015-03-10 01:48:21 queue INFO >>83 [608] -2015-03-10 01:48:21 sendUrl INFO 83 [608] R:OK -2015-03-10 01:49:11 queue INFO >>83 [609] -2015-03-10 01:49:11 sendUrl INFO 83 [609] R:OK -2015-03-10 01:50:01 queue INFO >>83 [610] -2015-03-10 01:50:01 sendUrl INFO 83 [610] R:OK -2015-03-10 01:50:03 queue INFO 87 [611] -2015-03-10 01:50:04 queue INFO >87 [612] -2015-03-10 01:50:04 sendUrl INFO 87 [611] R:OK -2015-03-10 01:50:04 sendUrl INFO 87 [612] R:OK -2015-03-10 01:50:06 queue INFO 83 [613] -2015-03-10 01:50:07 queue INFO >83 [614] -2015-03-10 01:50:07 sendUrl INFO 83 [613] R:OK -2015-03-10 01:50:07 sendUrl INFO 83 [614] R:OK -2015-03-10 01:50:57 queue INFO >>83 [615] -2015-03-10 01:50:57 sendUrl INFO 83 [615] R:OK -2015-03-10 01:51:47 queue INFO >>83 [616] -2015-03-10 01:51:47 sendUrl INFO 83 [616] R:OK -2015-03-10 01:51:54 queue INFO A3 [617] -2015-03-10 01:51:54 queue INFO >A3 [618] -2015-03-10 01:51:55 sendUrl INFO A3 [617] R:OK -2015-03-10 01:51:55 sendUrl INFO A3 [618] R:OK -2015-03-10 01:52:34 queue INFO 83 [619] -2015-03-10 01:52:34 queue INFO >83 [620] -2015-03-10 01:52:34 sendUrl INFO 83 [619] R:OK -2015-03-10 01:52:35 sendUrl INFO 83 [620] R:OK -2015-03-10 01:53:24 queue INFO >>83 [621] -2015-03-10 01:53:25 sendUrl INFO 83 [621] R:OK -2015-03-10 01:54:14 queue INFO >>83 [622] -2015-03-10 01:54:14 sendUrl INFO 83 [622] R:OK -2015-03-10 01:55:05 queue INFO >>83 [623] -2015-03-10 01:55:05 sendUrl INFO 83 [623] R:OK -2015-03-10 01:55:55 queue INFO >>83 [624] -2015-03-10 01:55:55 sendUrl INFO 83 [624] R:OK -2015-03-10 01:56:45 queue INFO >>83 [625] -2015-03-10 01:56:45 sendUrl INFO 83 [625] R:OK -2015-03-10 01:56:50 queue INFO 87 [626] -2015-03-10 01:56:50 queue INFO >87 [627] -2015-03-10 01:56:51 sendUrl INFO 87 [626] R:OK -2015-03-10 01:56:51 sendUrl INFO 87 [627] R:OK -2015-03-10 01:56:53 queue INFO 83 [628] -2015-03-10 01:56:53 queue INFO >83 [629] -2015-03-10 01:56:54 sendUrl INFO 83 [628] R:OK -2015-03-10 01:56:54 sendUrl INFO 83 [629] R:OK -2015-03-10 01:57:43 queue INFO >>83 [630] -2015-03-10 01:57:43 sendUrl INFO 83 [630] R:OK -2015-03-10 01:58:33 queue INFO >>83 [631] -2015-03-10 01:58:34 sendUrl INFO 83 [631] R:OK -2015-03-10 01:59:23 queue INFO >>83 [632] -2015-03-10 01:59:24 sendUrl INFO 83 [632] R:OK -2015-03-10 02:00:14 queue INFO >>83 [633] -2015-03-10 02:00:14 sendUrl INFO 83 [633] R:OK -2015-03-10 02:01:04 queue INFO >>83 [634] -2015-03-10 02:01:04 sendUrl INFO 83 [634] R:OK -2015-03-10 02:01:54 queue INFO >>83 [635] -2015-03-10 02:01:54 sendUrl INFO 83 [635] R:OK -2015-03-10 02:02:44 queue INFO >>83 [636] -2015-03-10 02:02:44 sendUrl INFO 83 [636] R:OK -2015-03-10 02:03:34 queue INFO >>83 [637] -2015-03-10 02:03:35 sendUrl INFO 83 [637] R:OK -2015-03-10 02:03:36 queue INFO 87 [638] -2015-03-10 02:03:37 queue INFO >87 [639] -2015-03-10 02:03:37 sendUrl INFO 87 [638] R:OK -2015-03-10 02:03:37 sendUrl INFO 87 [639] R:OK -2015-03-10 02:03:39 queue INFO 83 [640] -2015-03-10 02:03:40 queue INFO >83 [641] -2015-03-10 02:03:40 sendUrl INFO 83 [640] R:OK -2015-03-10 02:03:40 sendUrl INFO 83 [641] R:OK -2015-03-10 02:04:30 queue INFO >>83 [642] -2015-03-10 02:04:30 sendUrl INFO 83 [642] R:OK -2015-03-10 02:05:20 queue INFO >>83 [643] -2015-03-10 02:05:20 sendUrl INFO 83 [643] R:OK -2015-03-10 02:06:10 queue INFO >>83 [644] -2015-03-10 02:06:10 sendUrl INFO 83 [644] R:OK -2015-03-10 02:07:00 queue INFO >>83 [645] -2015-03-10 02:07:01 sendUrl INFO 83 [645] R:OK -2015-03-10 02:07:50 queue INFO >>83 [646] -2015-03-10 02:07:50 sendUrl INFO 83 [646] R:OK -2015-03-10 02:08:40 queue INFO >>83 [647] -2015-03-10 02:08:41 sendUrl INFO 83 [647] R:OK -2015-03-10 02:09:31 queue INFO >>83 [648] -2015-03-10 02:09:31 sendUrl INFO 83 [648] R:OK -2015-03-10 02:10:21 queue INFO >>83 [649] -2015-03-10 02:10:21 sendUrl INFO 83 [649] R:OK -2015-03-10 02:10:23 queue INFO 87 [650] -2015-03-10 02:10:23 queue INFO >87 [651] -2015-03-10 02:10:24 sendUrl INFO 87 [650] R:OK -2015-03-10 02:10:24 sendUrl INFO 87 [651] R:OK -2015-03-10 02:10:26 queue INFO 83 [652] -2015-03-10 02:10:26 sendUrl INFO 83 [652] R:OK -2015-03-10 02:10:26 queue INFO >83 [653] -2015-03-10 02:10:27 sendUrl INFO 83 [653] R:OK -2015-03-10 02:11:16 queue INFO >>83 [654] -2015-03-10 02:11:16 sendUrl INFO 83 [654] R:OK -2015-03-10 02:12:06 queue INFO >>83 [655] -2015-03-10 02:12:07 sendUrl INFO 83 [655] R:OK -2015-03-10 02:12:56 queue INFO >>83 [656] -2015-03-10 02:12:57 sendUrl INFO 83 [656] R:OK -2015-03-10 02:13:46 queue INFO >>83 [657] -2015-03-10 02:13:47 sendUrl INFO 83 [657] R:OK -2015-03-10 02:14:37 queue INFO >>83 [658] -2015-03-10 02:14:37 sendUrl INFO 83 [658] R:OK -2015-03-10 02:15:27 queue INFO >>83 [659] -2015-03-10 02:15:27 sendUrl INFO 83 [659] R:OK -2015-03-10 02:16:17 queue INFO >>83 [660] -2015-03-10 02:16:17 sendUrl INFO 83 [660] R:OK -2015-03-10 02:17:07 queue INFO >>83 [661] -2015-03-10 02:17:07 sendUrl INFO 83 [661] R:OK -2015-03-10 02:17:21 queue INFO 87 [662] -2015-03-10 02:17:21 queue INFO >87 [663] -2015-03-10 02:17:21 sendUrl INFO 87 [662] R:OK -2015-03-10 02:17:22 sendUrl INFO 87 [663] R:OK -2015-03-10 02:17:24 queue INFO 83 [664] -2015-03-10 02:17:24 queue INFO >83 [665] -2015-03-10 02:17:24 sendUrl INFO 83 [664] R:OK -2015-03-10 02:17:25 sendUrl INFO 83 [665] R:OK -2015-03-10 02:18:14 queue INFO >>83 [666] -2015-03-10 02:18:15 sendUrl INFO 83 [666] R:OK -2015-03-10 02:19:04 queue INFO >>83 [667] -2015-03-10 02:19:04 sendUrl INFO 83 [667] R:OK -2015-03-10 02:19:54 queue INFO >>83 [668] -2015-03-10 02:19:55 sendUrl INFO 83 [668] R:OK -2015-03-10 02:20:45 queue INFO >>83 [669] -2015-03-10 02:20:45 sendUrl INFO 83 [669] R:OK -2015-03-10 02:21:35 queue INFO >>83 [670] -2015-03-10 02:21:35 sendUrl INFO 83 [670] R:OK -2015-03-10 02:22:25 queue INFO >>83 [671] -2015-03-10 02:22:25 sendUrl INFO 83 [671] R:OK -2015-03-10 02:23:15 queue INFO >>83 [672] -2015-03-10 02:23:15 sendUrl INFO 83 [672] R:OK -2015-03-10 02:24:05 queue INFO >>83 [673] -2015-03-10 02:24:06 sendUrl INFO 83 [673] R:OK -2015-03-10 02:24:07 queue INFO 87 [674] -2015-03-10 02:24:07 queue INFO >87 [675] -2015-03-10 02:24:08 sendUrl INFO 87 [674] R:OK -2015-03-10 02:24:08 sendUrl INFO 87 [675] R:OK -2015-03-10 02:24:10 queue INFO 83 [676] -2015-03-10 02:24:10 queue INFO >83 [677] -2015-03-10 02:24:11 sendUrl INFO 83 [676] R:OK -2015-03-10 02:24:11 sendUrl INFO 83 [677] R:OK -2015-03-10 02:25:00 queue INFO >>83 [678] -2015-03-10 02:25:01 sendUrl INFO 83 [678] R:OK -2015-03-10 02:25:51 queue INFO >>83 [679] -2015-03-10 02:25:51 sendUrl INFO 83 [679] R:OK -2015-03-10 02:26:41 queue INFO >>83 [680] -2015-03-10 02:26:41 sendUrl INFO 83 [680] R:OK -2015-03-10 02:27:31 queue INFO >>83 [681] -2015-03-10 02:27:31 sendUrl INFO 83 [681] R:OK -2015-03-10 02:28:21 queue INFO >>83 [682] -2015-03-10 02:28:21 sendUrl INFO 83 [682] R:OK -2015-03-10 02:29:11 queue INFO >>83 [683] -2015-03-10 02:29:12 sendUrl INFO 83 [683] R:OK -2015-03-10 02:30:01 queue INFO >>83 [684] -2015-03-10 02:30:02 sendUrl INFO 83 [684] R:OK -2015-03-10 02:30:51 queue INFO >>83 [685] -2015-03-10 02:30:52 sendUrl INFO 83 [685] R:OK -2015-03-10 02:30:54 queue INFO 87 [686] -2015-03-10 02:30:54 queue INFO >87 [687] -2015-03-10 02:30:54 sendUrl INFO 87 [686] R:OK -2015-03-10 02:30:55 sendUrl INFO 87 [687] R:OK -2015-03-10 02:30:57 queue INFO 83 [688] -2015-03-10 02:30:57 queue INFO >83 [689] -2015-03-10 02:30:57 sendUrl INFO 83 [688] R:OK -2015-03-10 02:30:58 sendUrl INFO 83 [689] R:OK -2015-03-10 02:31:47 queue INFO >>83 [690] -2015-03-10 02:31:47 sendUrl INFO 83 [690] R:OK -2015-03-10 02:32:37 queue INFO >>83 [691] -2015-03-10 02:32:37 sendUrl INFO 83 [691] R:OK -2015-03-10 02:33:27 queue INFO >>83 [692] -2015-03-10 02:33:27 sendUrl INFO 83 [692] R:OK -2015-03-10 02:34:17 queue INFO >>83 [693] -2015-03-10 02:34:18 sendUrl INFO 83 [693] R:OK -2015-03-10 02:35:07 queue INFO >>83 [694] -2015-03-10 02:35:08 sendUrl INFO 83 [694] R:OK -2015-03-10 02:35:58 queue INFO >>83 [695] -2015-03-10 02:35:58 sendUrl INFO 83 [695] R:OK -2015-03-10 02:36:48 queue INFO >>83 [696] -2015-03-10 02:36:48 sendUrl INFO 83 [696] R:OK -2015-03-10 02:37:38 queue INFO >>83 [697] -2015-03-10 02:37:38 sendUrl INFO 83 [697] R:OK -2015-03-10 02:37:40 queue INFO 87 [698] -2015-03-10 02:37:40 sendUrl INFO 87 [698] R:OK -2015-03-10 02:37:41 queue INFO >87 [699] -2015-03-10 02:37:41 sendUrl INFO 87 [699] R:OK -2015-03-10 02:37:43 queue INFO 83 [700] -2015-03-10 02:37:44 sendUrl INFO 83 [700] R:OK -2015-03-10 02:37:44 queue INFO >83 [701] -2015-03-10 02:37:44 sendUrl INFO 83 [701] R:OK -2015-03-10 02:38:33 queue INFO >>83 [702] -2015-03-10 02:38:34 sendUrl INFO 83 [702] R:OK -2015-03-10 02:39:24 queue INFO >>83 [703] -2015-03-10 02:39:24 sendUrl INFO 83 [703] R:OK -2015-03-10 02:40:14 queue INFO >>83 [704] -2015-03-10 02:40:14 sendUrl INFO 83 [704] R:OK -2015-03-10 02:41:04 queue INFO >>83 [705] -2015-03-10 02:41:04 sendUrl INFO 83 [705] R:OK -2015-03-10 02:41:54 queue INFO >>83 [706] -2015-03-10 02:41:55 sendUrl INFO 83 [706] R:OK -2015-03-10 02:42:44 queue INFO >>83 [707] -2015-03-10 02:42:44 sendUrl INFO 83 [707] R:OK -2015-03-10 02:43:34 queue INFO >>83 [708] -2015-03-10 02:43:35 sendUrl INFO 83 [708] R:OK -2015-03-10 02:44:25 queue INFO >>83 [709] -2015-03-10 02:44:25 sendUrl INFO 83 [709] R:OK -2015-03-10 02:44:27 queue INFO 87 [710] -2015-03-10 02:44:27 queue INFO >87 [711] -2015-03-10 02:44:27 sendUrl INFO 87 [710] R:OK -2015-03-10 02:44:28 sendUrl INFO 87 [711] R:OK -2015-03-10 02:44:30 queue INFO 83 [712] -2015-03-10 02:44:30 queue INFO >83 [713] -2015-03-10 02:44:30 sendUrl INFO 83 [712] R:OK -2015-03-10 02:44:31 sendUrl INFO 83 [713] R:OK -2015-03-10 02:45:20 queue INFO >>83 [714] -2015-03-10 02:45:21 sendUrl INFO 83 [714] R:OK -2015-03-10 02:46:10 queue INFO >>83 [715] -2015-03-10 02:46:10 sendUrl INFO 83 [715] R:OK -2015-03-10 02:47:00 queue INFO >>83 [716] -2015-03-10 02:47:01 sendUrl INFO 83 [716] R:OK -2015-03-10 02:47:50 queue INFO >>83 [717] -2015-03-10 02:47:51 sendUrl INFO 83 [717] R:OK -2015-03-10 02:48:41 queue INFO >>83 [718] -2015-03-10 02:48:41 sendUrl INFO 83 [718] R:OK -2015-03-10 02:49:31 queue INFO >>83 [719] -2015-03-10 02:49:31 sendUrl INFO 83 [719] R:OK -2015-03-10 02:50:21 queue INFO >>83 [720] -2015-03-10 02:50:21 sendUrl INFO 83 [720] R:OK -2015-03-10 02:51:11 queue INFO >>83 [721] -2015-03-10 02:51:11 sendUrl INFO 83 [721] R:OK -2015-03-10 02:51:13 queue INFO 87 [722] -2015-03-10 02:51:13 queue INFO >87 [723] -2015-03-10 02:51:13 sendUrl INFO 87 [722] R:OK -2015-03-10 02:51:14 sendUrl INFO 87 [723] R:OK -2015-03-10 02:51:16 queue INFO 83 [724] -2015-03-10 02:51:16 queue INFO >83 [725] -2015-03-10 02:51:16 sendUrl INFO 83 [724] R:OK -2015-03-10 02:51:17 sendUrl INFO 83 [725] R:OK -2015-03-10 02:52:06 queue INFO >>83 [726] -2015-03-10 02:52:07 sendUrl INFO 83 [726] R:OK -2015-03-10 02:52:56 queue INFO >>83 [727] -2015-03-10 02:52:57 sendUrl INFO 83 [727] R:OK -2015-03-10 02:53:47 queue INFO >>83 [728] -2015-03-10 02:53:47 sendUrl INFO 83 [728] R:OK -2015-03-10 02:54:37 queue INFO >>83 [729] -2015-03-10 02:54:37 sendUrl INFO 83 [729] R:OK -2015-03-10 02:55:27 queue INFO >>83 [730] -2015-03-10 02:55:27 sendUrl INFO 83 [730] R:OK -2015-03-10 02:56:17 queue INFO >>83 [731] -2015-03-10 02:56:17 sendUrl INFO 83 [731] R:OK -2015-03-10 02:57:07 queue INFO >>83 [732] -2015-03-10 02:57:07 sendUrl INFO 83 [732] R:OK -2015-03-10 02:57:57 queue INFO >>83 [733] -2015-03-10 02:57:58 sendUrl INFO 83 [733] R:OK -2015-03-10 02:58:11 queue INFO 87 [734] -2015-03-10 02:58:11 queue INFO >87 [735] -2015-03-10 02:58:12 sendUrl INFO 87 [734] R:OK -2015-03-10 02:58:12 sendUrl INFO 87 [735] R:OK -2015-03-10 02:58:14 queue INFO 83 [736] -2015-03-10 02:58:14 queue INFO >83 [737] -2015-03-10 02:58:15 sendUrl INFO 83 [736] R:OK -2015-03-10 02:58:15 sendUrl INFO 83 [737] R:OK -2015-03-10 02:59:04 queue INFO >>83 [738] -2015-03-10 02:59:05 sendUrl INFO 83 [738] R:OK -2015-03-10 02:59:54 queue INFO >>83 [739] -2015-03-10 02:59:55 sendUrl INFO 83 [739] R:OK -2015-03-10 03:00:45 queue INFO >>83 [740] -2015-03-10 03:00:45 sendUrl INFO 83 [740] R:OK -2015-03-10 03:01:35 queue INFO >>83 [741] -2015-03-10 03:01:35 sendUrl INFO 83 [741] R:OK -2015-03-10 03:02:25 queue INFO >>83 [742] -2015-03-10 03:02:25 sendUrl INFO 83 [742] R:OK -2015-03-10 03:03:15 queue INFO >>83 [743] -2015-03-10 03:03:15 sendUrl INFO 83 [743] R:OK -2015-03-10 03:04:05 queue INFO >>83 [744] -2015-03-10 03:04:06 sendUrl INFO 83 [744] R:OK -2015-03-10 03:04:55 queue INFO >>83 [745] -2015-03-10 03:04:56 sendUrl INFO 83 [745] R:OK -2015-03-10 03:04:58 queue INFO 87 [746] -2015-03-10 03:04:58 queue INFO >87 [747] -2015-03-10 03:04:58 sendUrl INFO 87 [746] R:OK -2015-03-10 03:04:58 sendUrl INFO 87 [747] R:OK -2015-03-10 03:05:01 queue INFO 83 [748] -2015-03-10 03:05:01 queue INFO >83 [749] -2015-03-10 03:05:01 sendUrl INFO 83 [748] R:OK -2015-03-10 03:05:01 sendUrl INFO 83 [749] R:OK -2015-03-10 03:05:51 queue INFO >>83 [750] -2015-03-10 03:05:51 sendUrl INFO 83 [750] R:OK -2015-03-10 03:06:41 queue INFO >>83 [751] -2015-03-10 03:06:41 sendUrl INFO 83 [751] R:OK -2015-03-10 03:07:31 queue INFO >>83 [752] -2015-03-10 03:07:31 sendUrl INFO 83 [752] R:OK -2015-03-10 03:08:21 queue INFO >>83 [753] -2015-03-10 03:08:22 sendUrl INFO 83 [753] R:OK -2015-03-10 03:09:11 queue INFO >>83 [754] -2015-03-10 03:09:12 sendUrl INFO 83 [754] R:OK -2015-03-10 03:10:01 queue INFO >>83 [755] -2015-03-10 03:10:02 sendUrl INFO 83 [755] R:OK -2015-03-10 03:10:52 queue INFO >>83 [756] -2015-03-10 03:10:52 sendUrl INFO 83 [756] R:OK -2015-03-10 03:11:42 queue INFO >>83 [757] -2015-03-10 03:11:42 sendUrl INFO 83 [757] R:OK -2015-03-10 03:11:44 queue INFO 87 [758] -2015-03-10 03:11:44 sendUrl INFO 87 [758] R:OK -2015-03-10 03:11:44 queue INFO >87 [759] -2015-03-10 03:11:45 sendUrl INFO 87 [759] R:OK -2015-03-10 03:11:47 queue INFO 83 [760] -2015-03-10 03:11:47 sendUrl INFO 83 [760] R:OK -2015-03-10 03:11:47 queue INFO >83 [761] -2015-03-10 03:11:48 sendUrl INFO 83 [761] R:OK -2015-03-10 03:12:37 queue INFO >>83 [762] -2015-03-10 03:12:37 sendUrl INFO 83 [762] R:OK -2015-03-10 03:13:27 queue INFO >>83 [763] -2015-03-10 03:13:28 sendUrl INFO 83 [763] R:OK -2015-03-10 03:14:17 queue INFO >>83 [764] -2015-03-10 03:14:18 sendUrl INFO 83 [764] R:OK -2015-03-10 03:15:08 queue INFO >>83 [765] -2015-03-10 03:15:08 sendUrl INFO 83 [765] R:OK -2015-03-10 03:15:58 queue INFO >>83 [766] -2015-03-10 03:15:58 sendUrl INFO 83 [766] R:OK -2015-03-10 03:16:48 queue INFO >>83 [767] -2015-03-10 03:16:48 sendUrl INFO 83 [767] R:OK -2015-03-10 03:17:38 queue INFO >>83 [768] -2015-03-10 03:17:38 sendUrl INFO 83 [768] R:OK -2015-03-10 03:18:28 queue INFO >>83 [769] -2015-03-10 03:18:29 sendUrl INFO 83 [769] R:OK -2015-03-10 03:18:31 queue INFO 87 [770] -2015-03-10 03:18:31 queue INFO >87 [771] -2015-03-10 03:18:31 sendUrl INFO 87 [770] R:OK -2015-03-10 03:18:32 sendUrl INFO 87 [771] R:OK -2015-03-10 03:18:34 queue INFO 83 [772] -2015-03-10 03:18:34 queue INFO >83 [773] -2015-03-10 03:18:34 sendUrl INFO 83 [772] R:OK -2015-03-10 03:18:35 sendUrl INFO 83 [773] R:OK -2015-03-10 03:19:09 queue INFO 81 [774] -2015-03-10 03:19:09 queue INFO >81 [775] -2015-03-10 03:19:09 sendUrl INFO 81 [774] R:OK -2015-03-10 03:19:10 sendUrl INFO 81 [775] R:OK -2015-03-10 03:19:25 queue INFO 83 [776] -2015-03-10 03:19:25 queue INFO >83 [777] -2015-03-10 03:19:25 sendUrl INFO 83 [776] R:OK -2015-03-10 03:19:26 sendUrl INFO 83 [777] R:OK -2015-03-10 03:20:15 queue INFO >>83 [778] -2015-03-10 03:20:16 sendUrl INFO 83 [778] R:OK -2015-03-10 03:21:05 queue INFO >>83 [779] -2015-03-10 03:21:06 sendUrl INFO 83 [779] R:OK -2015-03-10 03:21:55 queue INFO >>83 [780] -2015-03-10 03:21:56 sendUrl INFO 83 [780] R:OK -2015-03-10 03:22:46 queue INFO >>83 [781] -2015-03-10 03:22:46 sendUrl INFO 83 [781] R:OK -2015-03-10 03:23:36 queue INFO >>83 [782] -2015-03-10 03:23:36 sendUrl INFO 83 [782] R:OK -2015-03-10 03:24:26 queue INFO >>83 [783] -2015-03-10 03:24:26 sendUrl INFO 83 [783] R:OK -2015-03-10 03:25:16 queue INFO >>83 [784] -2015-03-10 03:25:17 sendUrl INFO 83 [784] R:OK -2015-03-10 03:25:17 queue INFO 87 [785] -2015-03-10 03:25:17 queue INFO >87 [786] -2015-03-10 03:25:18 sendUrl INFO 87 [785] R:OK -2015-03-10 03:25:18 sendUrl INFO 87 [786] R:OK -2015-03-10 03:25:20 queue INFO 83 [787] -2015-03-10 03:25:20 queue INFO >83 [788] -2015-03-10 03:25:21 sendUrl INFO 83 [787] R:OK -2015-03-10 03:25:21 sendUrl INFO 83 [788] R:OK -2015-03-10 03:26:10 queue INFO >>83 [789] -2015-03-10 03:26:11 sendUrl INFO 83 [789] R:OK -2015-03-10 03:27:01 queue INFO >>83 [790] -2015-03-10 03:27:01 sendUrl INFO 83 [790] R:OK -2015-03-10 03:27:51 queue INFO >>83 [791] -2015-03-10 03:27:51 sendUrl INFO 83 [791] R:OK -2015-03-10 03:28:41 queue INFO >>83 [792] -2015-03-10 03:28:41 sendUrl INFO 83 [792] R:OK -2015-03-10 03:29:31 queue INFO >>83 [793] -2015-03-10 03:29:31 sendUrl INFO 83 [793] R:OK -2015-03-10 03:30:21 queue INFO >>83 [794] -2015-03-10 03:30:22 sendUrl INFO 83 [794] R:OK -2015-03-10 03:31:11 queue INFO >>83 [795] -2015-03-10 03:31:11 sendUrl INFO 83 [795] R:OK -2015-03-10 03:32:01 queue INFO >>83 [796] -2015-03-10 03:32:02 sendUrl INFO 83 [796] R:OK -2015-03-10 03:32:04 queue INFO 87 [797] -2015-03-10 03:32:04 sendUrl INFO 87 [797] R:OK -2015-03-10 03:32:04 queue INFO >87 [798] -2015-03-10 03:32:04 sendUrl INFO 87 [798] R:OK -2015-03-10 03:32:07 queue INFO 83 [799] -2015-03-10 03:32:07 sendUrl INFO 83 [799] R:OK -2015-03-10 03:32:07 queue INFO >83 [800] -2015-03-10 03:32:07 sendUrl INFO 83 [800] R:OK -2015-03-10 03:32:57 queue INFO >>83 [801] -2015-03-10 03:32:57 sendUrl INFO 83 [801] R:OK -2015-03-10 03:33:47 queue INFO >>83 [802] -2015-03-10 03:33:47 sendUrl INFO 83 [802] R:OK -2015-03-10 03:34:37 queue INFO >>83 [803] -2015-03-10 03:34:37 sendUrl INFO 83 [803] R:OK -2015-03-10 03:35:27 queue INFO >>83 [804] -2015-03-10 03:35:28 sendUrl INFO 83 [804] R:OK -2015-03-10 03:36:17 queue INFO >>83 [805] -2015-03-10 03:36:17 sendUrl INFO 83 [805] R:OK -2015-03-10 03:37:07 queue INFO >>83 [806] -2015-03-10 03:37:08 sendUrl INFO 83 [806] R:OK -2015-03-10 03:37:58 queue INFO >>83 [807] -2015-03-10 03:37:58 sendUrl INFO 83 [807] R:OK -2015-03-10 03:38:48 queue INFO >>83 [808] -2015-03-10 03:38:48 sendUrl INFO 83 [808] R:OK -2015-03-10 03:39:02 queue INFO 87 [809] -2015-03-10 03:39:02 queue INFO >87 [810] -2015-03-10 03:39:02 sendUrl INFO 87 [809] R:OK -2015-03-10 03:39:03 sendUrl INFO 87 [810] R:OK -2015-03-10 03:39:05 queue INFO 83 [811] -2015-03-10 03:39:05 queue INFO >83 [812] -2015-03-10 03:39:05 sendUrl INFO 83 [811] R:OK -2015-03-10 03:39:06 sendUrl INFO 83 [812] R:OK -2015-03-10 03:39:55 queue INFO >>83 [813] -2015-03-10 03:39:55 sendUrl INFO 83 [813] R:OK -2015-03-10 03:40:45 queue INFO >>83 [814] -2015-03-10 03:40:45 sendUrl INFO 83 [814] R:OK -2015-03-10 03:41:35 queue INFO >>83 [815] -2015-03-10 03:41:36 sendUrl INFO 83 [815] R:OK -2015-03-10 03:42:25 queue INFO >>83 [816] -2015-03-10 03:42:25 sendUrl INFO 83 [816] R:OK -2015-03-10 03:43:15 queue INFO >>83 [817] -2015-03-10 03:43:16 sendUrl INFO 83 [817] R:OK -2015-03-10 03:44:06 queue INFO >>83 [818] -2015-03-10 03:44:06 sendUrl INFO 83 [818] R:OK -2015-03-10 03:44:56 queue INFO >>83 [819] -2015-03-10 03:44:56 sendUrl INFO 83 [819] R:OK -2015-03-10 03:45:46 queue INFO >>83 [820] -2015-03-10 03:45:46 sendUrl INFO 83 [820] R:OK -2015-03-10 03:45:48 queue INFO 87 [821] -2015-03-10 03:45:48 queue INFO >87 [822] -2015-03-10 03:45:48 sendUrl INFO 87 [821] R:OK -2015-03-10 03:45:49 sendUrl INFO 87 [822] R:OK -2015-03-10 03:45:51 queue INFO 83 [823] -2015-03-10 03:45:51 queue INFO >83 [824] -2015-03-10 03:45:51 sendUrl INFO 83 [823] R:OK -2015-03-10 03:45:52 sendUrl INFO 83 [824] R:OK -2015-03-10 03:46:41 queue INFO >>83 [825] -2015-03-10 03:46:42 sendUrl INFO 83 [825] R:OK -2015-03-10 03:47:31 queue INFO >>83 [826] -2015-03-10 03:47:32 sendUrl INFO 83 [826] R:OK -2015-03-10 03:48:21 queue INFO >>83 [827] -2015-03-10 03:48:22 sendUrl INFO 83 [827] R:OK -2015-03-10 03:49:11 queue INFO >>83 [828] -2015-03-10 03:49:12 sendUrl INFO 83 [828] R:OK -2015-03-10 03:50:02 queue INFO >>83 [829] -2015-03-10 03:50:02 sendUrl INFO 83 [829] R:OK -2015-03-10 03:50:52 queue INFO >>83 [830] -2015-03-10 03:50:52 sendUrl INFO 83 [830] R:OK -2015-03-10 03:51:42 queue INFO >>83 [831] -2015-03-10 03:51:42 sendUrl INFO 83 [831] R:OK -2015-03-10 03:52:32 queue INFO >>83 [832] -2015-03-10 03:52:33 sendUrl INFO 83 [832] R:OK -2015-03-10 03:52:34 queue INFO 87 [833] -2015-03-10 03:52:35 queue INFO >87 [834] -2015-03-10 03:52:35 sendUrl INFO 87 [833] R:OK -2015-03-10 03:52:36 sendUrl INFO 87 [834] R:OK -2015-03-10 03:52:38 queue INFO 83 [835] -2015-03-10 03:52:38 queue INFO >83 [836] -2015-03-10 03:52:38 sendUrl INFO 83 [835] R:OK -2015-03-10 03:52:39 sendUrl INFO 83 [836] R:OK -2015-03-10 03:53:28 queue INFO >>83 [837] -2015-03-10 03:53:28 sendUrl INFO 83 [837] R:OK -2015-03-10 03:54:18 queue INFO >>83 [838] -2015-03-10 03:54:18 sendUrl INFO 83 [838] R:OK -2015-03-10 03:55:08 queue INFO >>83 [839] -2015-03-10 03:55:08 sendUrl INFO 83 [839] R:OK -2015-03-10 03:55:58 queue INFO >>83 [840] -2015-03-10 03:55:58 sendUrl INFO 83 [840] R:OK -2015-03-10 03:56:48 queue INFO >>83 [841] -2015-03-10 03:56:49 sendUrl INFO 83 [841] R:OK -2015-03-10 03:57:38 queue INFO >>83 [842] -2015-03-10 03:57:39 sendUrl INFO 83 [842] R:OK -2015-03-10 03:58:29 queue INFO >>83 [843] -2015-03-10 03:58:29 sendUrl INFO 83 [843] R:OK -2015-03-10 03:59:19 queue INFO >>83 [844] -2015-03-10 03:59:19 sendUrl INFO 83 [844] R:OK -2015-03-10 03:59:21 queue INFO 87 [845] -2015-03-10 03:59:21 queue INFO >87 [846] -2015-03-10 03:59:21 sendUrl INFO 87 [845] R:OK -2015-03-10 03:59:22 sendUrl INFO 87 [846] R:OK -2015-03-10 03:59:24 queue INFO 83 [847] -2015-03-10 03:59:25 queue INFO >83 [848] -2015-03-10 03:59:25 sendUrl INFO 83 [847] R:OK -2015-03-10 03:59:25 sendUrl INFO 83 [848] R:OK -2015-03-10 04:00:14 queue INFO >>83 [849] -2015-03-10 04:00:15 sendUrl INFO 83 [849] R:OK -2015-03-10 04:01:05 queue INFO >>83 [850] -2015-03-10 04:01:05 sendUrl INFO 83 [850] R:OK -2015-03-10 04:01:55 queue INFO >>83 [851] -2015-03-10 04:01:55 sendUrl INFO 83 [851] R:OK -2015-03-10 04:02:45 queue INFO >>83 [852] -2015-03-10 04:02:45 sendUrl INFO 83 [852] R:OK -2015-03-10 04:03:35 queue INFO >>83 [853] -2015-03-10 04:03:35 sendUrl INFO 83 [853] R:OK -2015-03-10 04:04:25 queue INFO >>83 [854] -2015-03-10 04:04:25 sendUrl INFO 83 [854] R:OK -2015-03-10 04:05:15 queue INFO >>83 [855] -2015-03-10 04:05:16 sendUrl INFO 83 [855] R:OK -2015-03-10 04:06:05 queue INFO >>83 [856] -2015-03-10 04:06:05 sendUrl INFO 83 [856] R:OK -2015-03-10 04:06:08 queue INFO 87 [857] -2015-03-10 04:06:08 queue INFO >87 [858] -2015-03-10 04:06:08 sendUrl INFO 87 [857] R:OK -2015-03-10 04:06:08 sendUrl INFO 87 [858] R:OK -2015-03-10 04:06:11 queue INFO 83 [859] -2015-03-10 04:06:11 queue INFO >83 [860] -2015-03-10 04:06:11 sendUrl INFO 83 [859] R:OK -2015-03-10 04:06:12 sendUrl INFO 83 [860] R:OK -2015-03-10 04:07:01 queue INFO >>83 [861] -2015-03-10 04:07:01 sendUrl INFO 83 [861] R:OK -2015-03-10 04:07:51 queue INFO >>83 [862] -2015-03-10 04:07:51 sendUrl INFO 83 [862] R:OK -2015-03-10 04:08:41 queue INFO >>83 [863] -2015-03-10 04:08:42 sendUrl INFO 83 [863] R:OK -2015-03-10 04:09:31 queue INFO >>83 [864] -2015-03-10 04:09:31 sendUrl INFO 83 [864] R:OK -2015-03-10 04:10:21 queue INFO >>83 [865] -2015-03-10 04:10:22 sendUrl INFO 83 [865] R:OK -2015-03-10 04:11:12 queue INFO >>83 [866] -2015-03-10 04:11:12 sendUrl INFO 83 [866] R:OK -2015-03-10 04:12:02 queue INFO >>83 [867] -2015-03-10 04:12:02 sendUrl INFO 83 [867] R:OK -2015-03-10 04:12:52 queue INFO >>83 [868] -2015-03-10 04:12:52 sendUrl INFO 83 [868] R:OK -2015-03-10 04:12:54 queue INFO 87 [869] -2015-03-10 04:12:54 queue INFO >87 [870] -2015-03-10 04:12:54 sendUrl INFO 87 [869] R:OK -2015-03-10 04:12:55 sendUrl INFO 87 [870] R:OK -2015-03-10 04:12:57 queue INFO 83 [871] -2015-03-10 04:12:57 queue INFO >83 [872] -2015-03-10 04:12:57 sendUrl INFO 83 [871] R:OK -2015-03-10 04:12:58 sendUrl INFO 83 [872] R:OK -2015-03-10 04:13:47 queue INFO >>83 [873] -2015-03-10 04:13:48 sendUrl INFO 83 [873] R:OK -2015-03-10 04:14:37 queue INFO >>83 [874] -2015-03-10 04:14:38 sendUrl INFO 83 [874] R:OK -2015-03-10 04:15:28 queue INFO >>83 [875] -2015-03-10 04:15:28 sendUrl INFO 83 [875] R:OK -2015-03-10 04:16:18 queue INFO >>83 [876] -2015-03-10 04:16:18 sendUrl INFO 83 [876] R:OK -2015-03-10 04:17:08 queue INFO >>83 [877] -2015-03-10 04:17:08 sendUrl INFO 83 [877] R:OK -2015-03-10 04:17:58 queue INFO >>83 [878] -2015-03-10 04:17:58 sendUrl INFO 83 [878] R:OK -2015-03-10 04:18:48 queue INFO >>83 [879] -2015-03-10 04:18:49 sendUrl INFO 83 [879] R:OK -2015-03-10 04:19:38 queue INFO >>83 [880] -2015-03-10 04:19:38 sendUrl INFO 83 [880] R:OK -2015-03-10 04:19:52 queue INFO 87 [881] -2015-03-10 04:19:52 sendUrl INFO 87 [881] R:OK -2015-03-10 04:19:52 queue INFO >87 [882] -2015-03-10 04:19:53 sendUrl INFO 87 [882] R:OK -2015-03-10 04:19:55 queue INFO 83 [883] -2015-03-10 04:19:55 sendUrl INFO 83 [883] R:OK -2015-03-10 04:19:55 queue INFO >83 [884] -2015-03-10 04:19:56 sendUrl INFO 83 [884] R:OK -2015-03-10 04:20:45 queue INFO >>83 [885] -2015-03-10 04:20:45 sendUrl INFO 83 [885] R:OK -2015-03-10 04:21:35 queue INFO >>83 [886] -2015-03-10 04:21:36 sendUrl INFO 83 [886] R:OK -2015-03-10 04:22:25 queue INFO >>83 [887] -2015-03-10 04:22:26 sendUrl INFO 83 [887] R:OK -2015-03-10 04:23:16 queue INFO >>83 [888] -2015-03-10 04:23:16 sendUrl INFO 83 [888] R:OK -2015-03-10 04:24:06 queue INFO >>83 [889] -2015-03-10 04:24:06 sendUrl INFO 83 [889] R:OK -2015-03-10 04:24:56 queue INFO >>83 [890] -2015-03-10 04:24:56 sendUrl INFO 83 [890] R:OK -2015-03-10 04:25:46 queue INFO >>83 [891] -2015-03-10 04:25:46 sendUrl INFO 83 [891] R:OK -2015-03-10 04:26:36 queue INFO >>83 [892] -2015-03-10 04:26:37 sendUrl INFO 83 [892] R:OK -2015-03-10 04:26:38 queue INFO 87 [893] -2015-03-10 04:26:39 queue INFO >87 [894] -2015-03-10 04:26:39 sendUrl INFO 87 [893] R:OK -2015-03-10 04:26:39 sendUrl INFO 87 [894] R:OK -2015-03-10 04:26:41 queue INFO 83 [895] -2015-03-10 04:26:42 queue INFO >83 [896] -2015-03-10 04:26:42 sendUrl INFO 83 [895] R:OK -2015-03-10 04:26:42 sendUrl INFO 83 [896] R:OK -2015-03-10 04:27:32 queue INFO >>83 [897] -2015-03-10 04:27:32 sendUrl INFO 83 [897] R:OK -2015-03-10 04:28:22 queue INFO >>83 [898] -2015-03-10 04:28:22 sendUrl INFO 83 [898] R:OK -2015-03-10 04:29:12 queue INFO >>83 [899] -2015-03-10 04:29:12 sendUrl INFO 83 [899] R:OK -2015-03-10 04:30:02 queue INFO >>83 [900] -2015-03-10 04:30:02 sendUrl INFO 83 [900] R:OK -2015-03-10 04:30:52 queue INFO >>83 [901] -2015-03-10 04:30:52 sendUrl INFO 83 [901] R:OK -2015-03-10 04:31:42 queue INFO >>83 [902] -2015-03-10 04:31:43 sendUrl INFO 83 [902] R:OK -2015-03-10 04:32:32 queue INFO >>83 [903] -2015-03-10 04:32:33 sendUrl INFO 83 [903] R:OK -2015-03-10 04:33:23 queue INFO >>83 [904] -2015-03-10 04:33:23 sendUrl INFO 83 [904] R:OK -2015-03-10 04:33:25 queue INFO 87 [905] -2015-03-10 04:33:25 sendUrl INFO 87 [905] R:OK -2015-03-10 04:33:25 queue INFO >87 [906] -2015-03-10 04:33:25 sendUrl INFO 87 [906] R:OK -2015-03-10 04:33:28 queue INFO 83 [907] -2015-03-10 04:33:28 queue INFO >83 [908] -2015-03-10 04:33:28 sendUrl INFO 83 [907] R:OK -2015-03-10 04:33:28 sendUrl INFO 83 [908] R:OK -2015-03-10 04:34:18 queue INFO >>83 [909] -2015-03-10 04:34:18 sendUrl INFO 83 [909] R:OK -2015-03-10 04:35:08 queue INFO >>83 [910] -2015-03-10 04:35:09 sendUrl INFO 83 [910] R:OK -2015-03-10 04:35:58 queue INFO >>83 [911] -2015-03-10 04:35:58 sendUrl INFO 83 [911] R:OK -2015-03-10 04:36:48 queue INFO >>83 [912] -2015-03-10 04:36:49 sendUrl INFO 83 [912] R:OK -2015-03-10 04:37:39 queue INFO >>83 [913] -2015-03-10 04:37:39 sendUrl INFO 83 [913] R:OK -2015-03-10 04:38:29 queue INFO >>83 [914] -2015-03-10 04:38:29 sendUrl INFO 83 [914] R:OK -2015-03-10 04:39:19 queue INFO >>83 [915] -2015-03-10 04:39:19 sendUrl INFO 83 [915] R:OK -2015-03-10 04:40:09 queue INFO >>83 [916] -2015-03-10 04:40:09 sendUrl INFO 83 [916] R:OK -2015-03-10 04:40:11 queue INFO 87 [917] -2015-03-10 04:40:12 queue INFO >87 [918] -2015-03-10 04:40:12 sendUrl INFO 87 [917] R:OK -2015-03-10 04:40:12 sendUrl INFO 87 [918] R:OK -2015-03-10 04:40:14 queue INFO 83 [919] -2015-03-10 04:40:15 queue INFO >83 [920] -2015-03-10 04:40:15 sendUrl INFO 83 [919] R:OK -2015-03-10 04:40:15 sendUrl INFO 83 [920] R:OK -2015-03-10 04:41:05 queue INFO >>83 [921] -2015-03-10 04:41:05 sendUrl INFO 83 [921] R:OK -2015-03-10 04:41:55 queue INFO >>83 [922] -2015-03-10 04:41:55 sendUrl INFO 83 [922] R:OK -2015-03-10 04:42:45 queue INFO >>83 [923] -2015-03-10 04:42:45 sendUrl INFO 83 [923] R:OK -2015-03-10 04:43:35 queue INFO >>83 [924] -2015-03-10 04:43:36 sendUrl INFO 83 [924] R:OK -2015-03-10 04:44:25 queue INFO >>83 [925] -2015-03-10 04:44:25 sendUrl INFO 83 [925] R:OK -2015-03-10 04:45:15 queue INFO >>83 [926] -2015-03-10 04:45:16 sendUrl INFO 83 [926] R:OK -2015-03-10 04:46:06 queue INFO >>83 [927] -2015-03-10 04:46:06 sendUrl INFO 83 [927] R:OK -2015-03-10 04:46:56 queue INFO >>83 [928] -2015-03-10 04:46:56 sendUrl INFO 83 [928] R:OK -2015-03-10 04:46:58 queue INFO 87 [929] -2015-03-10 04:46:58 queue INFO >87 [930] -2015-03-10 04:46:58 sendUrl INFO 87 [929] R:OK -2015-03-10 04:46:59 sendUrl INFO 87 [930] R:OK -2015-03-10 04:47:01 queue INFO 83 [931] -2015-03-10 04:47:01 queue INFO >83 [932] -2015-03-10 04:47:01 sendUrl INFO 83 [931] R:OK -2015-03-10 04:47:02 sendUrl INFO 83 [932] R:OK -2015-03-10 04:47:51 queue INFO >>83 [933] -2015-03-10 04:47:51 sendUrl INFO 83 [933] R:OK -2015-03-10 04:48:41 queue INFO >>83 [934] -2015-03-10 04:48:42 sendUrl INFO 83 [934] R:OK -2015-03-10 04:49:31 queue INFO >>83 [935] -2015-03-10 04:49:31 sendUrl INFO 83 [935] R:OK -2015-03-10 04:50:22 queue INFO >>83 [936] -2015-03-10 04:50:22 sendUrl INFO 83 [936] R:OK -2015-03-10 04:51:12 queue INFO >>83 [937] -2015-03-10 04:51:12 sendUrl INFO 83 [937] R:OK -2015-03-10 04:52:02 queue INFO >>83 [938] -2015-03-10 04:52:02 sendUrl INFO 83 [938] R:OK -2015-03-10 04:52:52 queue INFO >>83 [939] -2015-03-10 04:52:52 sendUrl INFO 83 [939] R:OK -2015-03-10 04:53:42 queue INFO >>83 [940] -2015-03-10 04:53:43 sendUrl INFO 83 [940] R:OK -2015-03-10 04:53:44 queue INFO 87 [941] -2015-03-10 04:53:45 queue INFO >87 [942] -2015-03-10 04:53:45 sendUrl INFO 87 [941] R:OK -2015-03-10 04:53:45 sendUrl INFO 87 [942] R:OK -2015-03-10 04:53:47 queue INFO 83 [943] -2015-03-10 04:53:48 queue INFO >83 [944] -2015-03-10 04:53:48 sendUrl INFO 83 [943] R:OK -2015-03-10 04:53:48 sendUrl INFO 83 [944] R:OK -2015-03-10 04:54:37 queue INFO >>83 [945] -2015-03-10 04:54:38 sendUrl INFO 83 [945] R:OK -2015-03-10 04:55:28 queue INFO >>83 [946] -2015-03-10 04:55:28 sendUrl INFO 83 [946] R:OK -2015-03-10 04:56:18 queue INFO >>83 [947] -2015-03-10 04:56:18 sendUrl INFO 83 [947] R:OK -2015-03-10 04:57:08 queue INFO >>83 [948] -2015-03-10 04:57:09 sendUrl INFO 83 [948] R:OK -2015-03-10 04:57:58 queue INFO >>83 [949] -2015-03-10 04:57:58 sendUrl INFO 83 [949] R:OK -2015-03-10 04:58:48 queue INFO >>83 [950] -2015-03-10 04:58:49 sendUrl INFO 83 [950] R:OK -2015-03-10 04:59:38 queue INFO >>83 [951] -2015-03-10 04:59:39 sendUrl INFO 83 [951] R:OK -2015-03-10 05:00:29 queue INFO >>83 [952] -2015-03-10 05:00:29 sendUrl INFO 83 [952] R:OK -2015-03-10 05:00:42 queue INFO 87 [953] -2015-03-10 05:00:42 queue INFO >87 [954] -2015-03-10 05:00:42 sendUrl INFO 87 [953] R:OK -2015-03-10 05:00:43 sendUrl INFO 87 [954] R:OK -2015-03-10 05:00:45 queue INFO 83 [955] -2015-03-10 05:00:46 queue INFO >83 [956] -2015-03-10 05:00:46 sendUrl INFO 83 [955] R:OK -2015-03-10 05:00:46 sendUrl INFO 83 [956] R:OK -2015-03-10 05:01:36 queue INFO >>83 [957] -2015-03-10 05:01:36 sendUrl INFO 83 [957] R:OK -2015-03-10 05:02:26 queue INFO >>83 [958] -2015-03-10 05:02:26 sendUrl INFO 83 [958] R:OK -2015-03-10 05:03:16 queue INFO >>83 [959] -2015-03-10 05:03:16 sendUrl INFO 83 [959] R:OK -2015-03-10 05:04:06 queue INFO >>83 [960] -2015-03-10 05:04:06 sendUrl INFO 83 [960] R:OK -2015-03-10 05:04:56 queue INFO >>83 [961] -2015-03-10 05:04:57 sendUrl INFO 83 [961] R:OK -2015-03-10 05:05:46 queue INFO >>83 [962] -2015-03-10 05:05:46 sendUrl INFO 83 [962] R:OK -2015-03-10 05:06:36 queue INFO >>83 [963] -2015-03-10 05:06:37 sendUrl INFO 83 [963] R:OK -2015-03-10 05:07:27 queue INFO >>83 [964] -2015-03-10 05:07:27 sendUrl INFO 83 [964] R:OK -2015-03-10 05:07:29 queue INFO 87 [965] -2015-03-10 05:07:29 queue INFO >87 [966] -2015-03-10 05:07:29 sendUrl INFO 87 [965] R:OK -2015-03-10 05:07:30 sendUrl INFO 87 [966] R:OK -2015-03-10 05:07:32 queue INFO 83 [967] -2015-03-10 05:07:32 queue INFO >83 [968] -2015-03-10 05:07:32 sendUrl INFO 83 [967] R:OK -2015-03-10 05:07:33 sendUrl INFO 83 [968] R:OK -2015-03-10 05:08:22 queue INFO >>83 [969] -2015-03-10 05:08:22 sendUrl INFO 83 [969] R:OK -2015-03-10 05:09:12 queue INFO >>83 [970] -2015-03-10 05:09:12 sendUrl INFO 83 [970] R:OK -2015-03-10 05:10:02 queue INFO >>83 [971] -2015-03-10 05:10:02 sendUrl INFO 83 [971] R:OK -2015-03-10 05:10:52 queue INFO >>83 [972] -2015-03-10 05:10:53 sendUrl INFO 83 [972] R:OK -2015-03-10 05:11:42 queue INFO >>83 [973] -2015-03-10 05:11:43 sendUrl INFO 83 [973] R:OK -2015-03-10 05:12:33 queue INFO >>83 [974] -2015-03-10 05:12:33 sendUrl INFO 83 [974] R:OK -2015-03-10 05:13:23 queue INFO >>83 [975] -2015-03-10 05:13:23 sendUrl INFO 83 [975] R:OK -2015-03-10 05:14:13 queue INFO >>83 [976] -2015-03-10 05:14:13 sendUrl INFO 83 [976] R:OK -2015-03-10 05:14:15 queue INFO 87 [977] -2015-03-10 05:14:15 queue INFO >87 [978] -2015-03-10 05:14:15 sendUrl INFO 87 [977] R:OK -2015-03-10 05:14:16 sendUrl INFO 87 [978] R:OK -2015-03-10 05:14:18 queue INFO 83 [979] -2015-03-10 05:14:18 queue INFO >83 [980] -2015-03-10 05:14:18 sendUrl INFO 83 [979] R:OK -2015-03-10 05:14:19 sendUrl INFO 83 [980] R:OK -2015-03-10 05:15:08 queue INFO >>83 [981] -2015-03-10 05:15:09 sendUrl INFO 83 [981] R:OK -2015-03-10 05:15:58 queue INFO >>83 [982] -2015-03-10 05:15:59 sendUrl INFO 83 [982] R:OK -2015-03-10 05:16:49 queue INFO >>83 [983] -2015-03-10 05:16:49 sendUrl INFO 83 [983] R:OK -2015-03-10 05:17:39 queue INFO >>83 [984] -2015-03-10 05:17:39 sendUrl INFO 83 [984] R:OK -2015-03-10 05:18:29 queue INFO >>83 [985] -2015-03-10 05:18:29 sendUrl INFO 83 [985] R:OK -2015-03-10 05:19:19 queue INFO >>83 [986] -2015-03-10 05:19:19 sendUrl INFO 83 [986] R:OK -2015-03-10 05:20:09 queue INFO >>83 [987] -2015-03-10 05:20:09 sendUrl INFO 83 [987] R:OK -2015-03-10 05:20:59 queue INFO >>83 [988] -2015-03-10 05:21:00 sendUrl INFO 83 [988] R:OK -2015-03-10 05:21:02 queue INFO 87 [989] -2015-03-10 05:21:02 queue INFO >87 [990] -2015-03-10 05:21:02 sendUrl INFO 87 [989] R:OK -2015-03-10 05:21:03 sendUrl INFO 87 [990] R:OK -2015-03-10 05:21:05 queue INFO 83 [991] -2015-03-10 05:21:05 queue INFO >83 [992] -2015-03-10 05:21:05 sendUrl INFO 83 [991] R:OK -2015-03-10 05:21:06 sendUrl INFO 83 [992] R:OK -2015-03-10 05:21:55 queue INFO >>83 [993] -2015-03-10 05:21:56 sendUrl INFO 83 [993] R:OK -2015-03-10 05:22:45 queue INFO >>83 [994] -2015-03-10 05:22:45 sendUrl INFO 83 [994] R:OK -2015-03-10 05:23:35 queue INFO >>83 [995] -2015-03-10 05:23:36 sendUrl INFO 83 [995] R:OK -2015-03-10 05:24:26 queue INFO >>83 [996] -2015-03-10 05:24:26 sendUrl INFO 83 [996] R:OK -2015-03-10 05:25:16 queue INFO >>83 [997] -2015-03-10 05:25:16 sendUrl INFO 83 [997] R:OK -2015-03-10 05:26:06 queue INFO >>83 [998] -2015-03-10 05:26:06 sendUrl INFO 83 [998] R:OK -2015-03-10 05:26:56 queue INFO >>83 [999] -2015-03-10 05:26:57 sendUrl INFO 83 [999] R:OK -2015-03-10 05:27:46 queue INFO >>83 [0] -2015-03-10 05:27:46 sendUrl INFO 83 [0] R:OK -2015-03-10 05:27:48 queue INFO 87 [1] -2015-03-10 05:27:48 queue INFO >87 [2] -2015-03-10 05:27:48 sendUrl INFO 87 [1] R:OK -2015-03-10 05:27:49 sendUrl INFO 87 [2] R:OK -2015-03-10 05:27:51 queue INFO 83 [3] -2015-03-10 05:27:51 queue INFO >83 [4] -2015-03-10 05:27:51 sendUrl INFO 83 [3] R:OK -2015-03-10 05:27:52 sendUrl INFO 83 [4] R:OK -2015-03-10 05:28:41 queue INFO >>83 [5] -2015-03-10 05:28:42 sendUrl INFO 83 [5] R:OK -2015-03-10 05:29:31 queue INFO >>83 [6] -2015-03-10 05:29:32 sendUrl INFO 83 [6] R:OK -2015-03-10 05:30:22 queue INFO >>83 [7] -2015-03-10 05:30:22 sendUrl INFO 83 [7] R:OK -2015-03-10 05:31:12 queue INFO >>83 [8] -2015-03-10 05:31:12 sendUrl INFO 83 [8] R:OK -2015-03-10 05:32:02 queue INFO >>83 [9] -2015-03-10 05:32:02 sendUrl INFO 83 [9] R:OK -2015-03-10 05:32:52 queue INFO >>83 [10] -2015-03-10 05:32:52 sendUrl INFO 83 [10] R:OK -2015-03-10 05:33:42 queue INFO >>83 [11] -2015-03-10 05:33:43 sendUrl INFO 83 [11] R:OK -2015-03-10 05:34:32 queue INFO >>83 [12] -2015-03-10 05:34:33 sendUrl INFO 83 [12] R:OK -2015-03-10 05:34:35 queue INFO 87 [13] -2015-03-10 05:34:35 queue INFO >87 [14] -2015-03-10 05:34:35 sendUrl INFO 87 [13] R:OK -2015-03-10 05:34:36 sendUrl INFO 87 [14] R:OK -2015-03-10 05:34:38 queue INFO 83 [15] -2015-03-10 05:34:38 queue INFO >83 [16] -2015-03-10 05:34:38 sendUrl INFO 83 [15] R:OK -2015-03-10 05:34:39 sendUrl INFO 83 [16] R:OK -2015-03-10 05:35:28 queue INFO >>83 [17] -2015-03-10 05:35:28 sendUrl INFO 83 [17] R:OK -2015-03-10 05:36:18 queue INFO >>83 [18] -2015-03-10 05:36:18 sendUrl INFO 83 [18] R:OK -2015-03-10 05:37:08 queue INFO >>83 [19] -2015-03-10 05:37:09 sendUrl INFO 83 [19] R:OK -2015-03-10 05:37:58 queue INFO >>83 [20] -2015-03-10 05:37:58 sendUrl INFO 83 [20] R:OK -2015-03-10 05:38:48 queue INFO >>83 [21] -2015-03-10 05:38:49 sendUrl INFO 83 [21] R:OK -2015-03-10 05:39:39 queue INFO >>83 [22] -2015-03-10 05:39:39 sendUrl INFO 83 [22] R:OK -2015-03-10 05:40:29 queue INFO >>83 [23] -2015-03-10 05:40:29 sendUrl INFO 83 [23] R:OK -2015-03-10 05:41:19 queue INFO >>83 [24] -2015-03-10 05:41:19 sendUrl INFO 83 [24] R:OK -2015-03-10 05:41:32 queue INFO 87 [25] -2015-03-10 05:41:33 queue INFO >87 [26] -2015-03-10 05:41:33 sendUrl INFO 87 [25] R:OK -2015-03-10 05:41:33 sendUrl INFO 87 [26] R:OK -2015-03-10 05:41:36 queue INFO 83 [27] -2015-03-10 05:41:36 queue INFO >83 [28] -2015-03-10 05:41:36 sendUrl INFO 83 [27] R:OK -2015-03-10 05:41:36 sendUrl INFO 83 [28] R:OK -2015-03-10 05:42:26 queue INFO >>83 [29] -2015-03-10 05:42:26 sendUrl INFO 83 [29] R:OK -2015-03-10 05:43:16 queue INFO >>83 [30] -2015-03-10 05:43:16 sendUrl INFO 83 [30] R:OK -2015-03-10 05:44:06 queue INFO >>83 [31] -2015-03-10 05:44:06 sendUrl INFO 83 [31] R:OK -2015-03-10 05:44:56 queue INFO >>83 [32] -2015-03-10 05:44:57 sendUrl INFO 83 [32] R:OK -2015-03-10 05:45:46 queue INFO >>83 [33] -2015-03-10 05:45:47 sendUrl INFO 83 [33] R:OK -2015-03-10 05:46:37 queue INFO >>83 [34] -2015-03-10 05:46:37 sendUrl INFO 83 [34] R:OK -2015-03-10 05:47:27 queue INFO >>83 [35] -2015-03-10 05:47:27 sendUrl INFO 83 [35] R:OK -2015-03-10 05:48:17 queue INFO >>83 [36] -2015-03-10 05:48:17 sendUrl INFO 83 [36] R:OK -2015-03-10 05:48:19 queue INFO 87 [37] -2015-03-10 05:48:19 queue INFO >87 [38] -2015-03-10 05:48:19 sendUrl INFO 87 [37] R:OK -2015-03-10 05:48:20 sendUrl INFO 87 [38] R:OK -2015-03-10 05:48:22 queue INFO 83 [39] -2015-03-10 05:48:22 queue INFO >83 [40] -2015-03-10 05:48:23 sendUrl INFO 83 [39] R:OK -2015-03-10 05:48:23 sendUrl INFO 83 [40] R:OK -2015-03-10 05:49:12 queue INFO >>83 [41] -2015-03-10 05:49:12 sendUrl INFO 83 [41] R:OK -2015-03-10 05:50:02 queue INFO >>83 [42] -2015-03-10 05:50:03 sendUrl INFO 83 [42] R:OK -2015-03-10 05:50:53 queue INFO >>83 [43] -2015-03-10 05:50:53 sendUrl INFO 83 [43] R:OK -2015-03-10 05:51:43 queue INFO >>83 [44] -2015-03-10 05:51:43 sendUrl INFO 83 [44] R:OK -2015-03-10 05:52:33 queue INFO >>83 [45] -2015-03-10 05:52:33 sendUrl INFO 83 [45] R:OK -2015-03-10 05:53:23 queue INFO >>83 [46] -2015-03-10 05:53:23 sendUrl INFO 83 [46] R:OK -2015-03-10 05:54:13 queue INFO >>83 [47] -2015-03-10 05:54:14 sendUrl INFO 83 [47] R:OK -2015-03-10 05:55:03 queue INFO >>83 [48] -2015-03-10 05:55:04 sendUrl INFO 83 [48] R:OK -2015-03-10 05:55:05 queue INFO 87 [49] -2015-03-10 05:55:06 queue INFO >87 [50] -2015-03-10 05:55:06 sendUrl INFO 87 [49] R:OK -2015-03-10 05:55:06 sendUrl INFO 87 [50] R:OK -2015-03-10 05:55:09 queue INFO 83 [51] -2015-03-10 05:55:09 queue INFO >83 [52] -2015-03-10 05:55:09 sendUrl INFO 83 [51] R:OK -2015-03-10 05:55:09 sendUrl INFO 83 [52] R:OK -2015-03-10 05:55:59 queue INFO >>83 [53] -2015-03-10 05:55:59 sendUrl INFO 83 [53] R:OK -2015-03-10 05:56:49 queue INFO >>83 [54] -2015-03-10 05:56:49 sendUrl INFO 83 [54] R:OK -2015-03-10 05:57:39 queue INFO >>83 [55] -2015-03-10 05:57:39 sendUrl INFO 83 [55] R:OK -2015-03-10 05:58:29 queue INFO >>83 [56] -2015-03-10 05:58:30 sendUrl INFO 83 [56] R:OK -2015-03-10 05:59:19 queue INFO >>83 [57] -2015-03-10 05:59:20 sendUrl INFO 83 [57] R:OK -2015-03-10 06:00:10 queue INFO >>83 [58] -2015-03-10 06:00:10 sendUrl INFO 83 [58] R:OK -2015-03-10 06:01:00 queue INFO >>83 [59] -2015-03-10 06:01:00 sendUrl INFO 83 [59] R:OK -2015-03-10 06:01:50 queue INFO >>83 [60] -2015-03-10 06:01:50 sendUrl INFO 83 [60] R:OK -2015-03-10 06:01:52 queue INFO 87 [61] -2015-03-10 06:01:52 queue INFO >87 [62] -2015-03-10 06:01:53 sendUrl INFO 87 [61] R:OK -2015-03-10 06:01:53 sendUrl INFO 87 [62] R:OK -2015-03-10 06:01:55 queue INFO 83 [63] -2015-03-10 06:01:55 queue INFO >83 [64] -2015-03-10 06:01:56 sendUrl INFO 83 [63] R:OK -2015-03-10 06:01:56 sendUrl INFO 83 [64] R:OK -2015-03-10 06:02:45 queue INFO >>83 [65] -2015-03-10 06:02:45 sendUrl INFO 83 [65] R:OK -2015-03-10 06:03:36 queue INFO >>83 [66] -2015-03-10 06:03:36 sendUrl INFO 83 [66] R:OK -2015-03-10 06:04:26 queue INFO >>83 [67] -2015-03-10 06:04:26 sendUrl INFO 83 [67] R:OK -2015-03-10 06:05:16 queue INFO >>83 [68] -2015-03-10 06:05:16 sendUrl INFO 83 [68] R:OK -2015-03-10 06:06:06 queue INFO >>83 [69] -2015-03-10 06:06:06 sendUrl INFO 83 [69] R:OK -2015-03-10 06:06:56 queue INFO >>83 [70] -2015-03-10 06:06:57 sendUrl INFO 83 [70] R:OK -2015-03-10 06:07:46 queue INFO >>83 [71] -2015-03-10 06:07:46 sendUrl INFO 83 [71] R:OK -2015-03-10 06:08:36 queue INFO >>83 [72] -2015-03-10 06:08:37 sendUrl INFO 83 [72] R:OK -2015-03-10 06:08:39 queue INFO 87 [73] -2015-03-10 06:08:39 queue INFO >87 [74] -2015-03-10 06:08:39 sendUrl INFO 87 [73] R:OK -2015-03-10 06:08:39 sendUrl INFO 87 [74] R:OK -2015-03-10 06:08:42 queue INFO 83 [75] -2015-03-10 06:08:42 queue INFO >83 [76] -2015-03-10 06:08:42 sendUrl INFO 83 [75] R:OK -2015-03-10 06:08:42 sendUrl INFO 83 [76] R:OK -2015-03-10 06:09:32 queue INFO >>83 [77] -2015-03-10 06:09:32 sendUrl INFO 83 [77] R:OK -2015-03-10 06:10:22 queue INFO >>83 [78] -2015-03-10 06:10:22 sendUrl INFO 83 [78] R:OK -2015-03-10 06:11:12 queue INFO >>83 [79] -2015-03-10 06:11:12 sendUrl INFO 83 [79] R:OK -2015-03-10 06:12:02 queue INFO >>83 [80] -2015-03-10 06:12:03 sendUrl INFO 83 [80] R:OK -2015-03-10 06:12:52 queue INFO >>83 [81] -2015-03-10 06:12:53 sendUrl INFO 83 [81] R:OK -2015-03-10 06:13:42 queue INFO >>83 [82] -2015-03-10 06:13:43 sendUrl INFO 83 [82] R:OK -2015-03-10 06:14:33 queue INFO >>83 [83] -2015-03-10 06:14:33 sendUrl INFO 83 [83] R:OK -2015-03-10 06:15:23 queue INFO >>83 [84] -2015-03-10 06:15:23 sendUrl INFO 83 [84] R:OK -2015-03-10 06:15:25 queue INFO 87 [85] -2015-03-10 06:15:25 queue INFO >87 [86] -2015-03-10 06:15:26 sendUrl INFO 87 [85] R:OK -2015-03-10 06:15:26 sendUrl INFO 87 [86] R:OK -2015-03-10 06:15:28 queue INFO 83 [87] -2015-03-10 06:15:28 queue INFO >83 [88] -2015-03-10 06:15:29 sendUrl INFO 83 [87] R:OK -2015-03-10 06:15:29 sendUrl INFO 83 [88] R:OK -2015-03-10 06:16:18 queue INFO >>83 [89] -2015-03-10 06:16:18 sendUrl INFO 83 [89] R:OK -2015-03-10 06:17:08 queue INFO >>83 [90] -2015-03-10 06:17:09 sendUrl INFO 83 [90] R:OK -2015-03-10 06:17:59 queue INFO >>83 [91] -2015-03-10 06:17:59 sendUrl INFO 83 [91] R:OK -2015-03-10 06:18:49 queue INFO >>83 [92] -2015-03-10 06:18:49 sendUrl INFO 83 [92] R:OK -2015-03-10 06:19:39 queue INFO >>83 [93] -2015-03-10 06:19:39 sendUrl INFO 83 [93] R:OK -2015-03-10 06:20:29 queue INFO >>83 [94] -2015-03-10 06:20:30 sendUrl INFO 83 [94] R:OK -2015-03-10 06:21:19 queue INFO >>83 [95] -2015-03-10 06:21:19 sendUrl INFO 83 [95] R:OK -2015-03-10 06:22:09 queue INFO >>83 [96] -2015-03-10 06:22:10 sendUrl INFO 83 [96] R:OK -2015-03-10 06:22:23 queue INFO 87 [97] -2015-03-10 06:22:23 queue INFO >87 [98] -2015-03-10 06:22:23 sendUrl INFO 87 [97] R:OK -2015-03-10 06:22:24 sendUrl INFO 87 [98] R:OK -2015-03-10 06:22:26 queue INFO 83 [99] -2015-03-10 06:22:26 queue INFO >83 [100] -2015-03-10 06:22:26 sendUrl INFO 83 [99] R:OK -2015-03-10 06:22:27 sendUrl INFO 83 [100] R:OK -2015-03-10 06:23:16 queue INFO >>83 [101] -2015-03-10 06:23:17 sendUrl INFO 83 [101] R:OK -2015-03-10 06:24:06 queue INFO >>83 [102] -2015-03-10 06:24:07 sendUrl INFO 83 [102] R:OK -2015-03-10 06:24:56 queue INFO >>83 [103] -2015-03-10 06:24:57 sendUrl INFO 83 [103] R:OK -2015-03-10 06:25:47 queue INFO >>83 [104] -2015-03-10 06:25:47 sendUrl INFO 83 [104] R:OK -2015-03-10 06:26:37 queue INFO >>83 [105] -2015-03-10 06:26:37 sendUrl INFO 83 [105] R:OK -2015-03-10 06:27:27 queue INFO >>83 [106] -2015-03-10 06:27:27 sendUrl INFO 83 [106] R:OK -2015-03-10 06:28:17 queue INFO >>83 [107] -2015-03-10 06:28:17 sendUrl INFO 83 [107] R:OK -2015-03-10 06:29:07 queue INFO >>83 [108] -2015-03-10 06:29:08 sendUrl INFO 83 [108] R:OK -2015-03-10 06:29:09 queue INFO 87 [109] -2015-03-10 06:29:10 queue INFO >87 [110] -2015-03-10 06:29:10 sendUrl INFO 87 [109] R:OK -2015-03-10 06:29:10 sendUrl INFO 87 [110] R:OK -2015-03-10 06:29:13 queue INFO 83 [111] -2015-03-10 06:29:13 sendUrl INFO 83 [111] R:OK -2015-03-10 06:29:13 queue INFO >83 [112] -2015-03-10 06:29:13 sendUrl INFO 83 [112] R:OK -2015-03-10 06:30:03 queue INFO >>83 [113] -2015-03-10 06:30:03 sendUrl INFO 83 [113] R:OK -2015-03-10 06:30:53 queue INFO >>83 [114] -2015-03-10 06:30:53 sendUrl INFO 83 [114] R:OK -2015-03-10 06:31:43 queue INFO >>83 [115] -2015-03-10 06:31:43 sendUrl INFO 83 [115] R:OK -2015-03-10 06:32:33 queue INFO >>83 [116] -2015-03-10 06:32:33 sendUrl INFO 83 [116] R:OK -2015-03-10 06:33:23 queue INFO >>83 [117] -2015-03-10 06:33:24 sendUrl INFO 83 [117] R:OK -2015-03-10 06:34:13 queue INFO >>83 [118] -2015-03-10 06:34:14 sendUrl INFO 83 [118] R:OK -2015-03-10 06:35:03 queue INFO >>83 [119] -2015-03-10 06:35:04 sendUrl INFO 83 [119] R:OK -2015-03-10 06:35:54 queue INFO >>83 [120] -2015-03-10 06:35:54 sendUrl INFO 83 [120] R:OK -2015-03-10 06:35:56 queue INFO 87 [121] -2015-03-10 06:35:56 queue INFO >87 [122] -2015-03-10 06:35:56 sendUrl INFO 87 [121] R:OK -2015-03-10 06:35:57 sendUrl INFO 87 [122] R:OK -2015-03-10 06:35:59 queue INFO 83 [123] -2015-03-10 06:35:59 queue INFO >83 [124] -2015-03-10 06:35:59 sendUrl INFO 83 [123] R:OK -2015-03-10 06:36:00 sendUrl INFO 83 [124] R:OK -2015-03-10 06:36:49 queue INFO >>83 [125] -2015-03-10 06:36:49 sendUrl INFO 83 [125] R:OK -2015-03-10 06:37:39 queue INFO >>83 [126] -2015-03-10 06:37:40 sendUrl INFO 83 [126] R:OK -2015-03-10 06:38:29 queue INFO >>83 [127] -2015-03-10 06:38:29 sendUrl INFO 83 [127] R:OK -2015-03-10 06:39:19 queue INFO >>83 [128] -2015-03-10 06:39:20 sendUrl INFO 83 [128] R:OK -2015-03-10 06:40:09 queue INFO >>83 [129] -2015-03-10 06:40:10 sendUrl INFO 83 [129] R:OK -2015-03-10 06:41:00 queue INFO >>83 [130] -2015-03-10 06:41:00 sendUrl INFO 83 [130] R:OK -2015-03-10 06:41:50 queue INFO >>83 [131] -2015-03-10 06:41:50 sendUrl INFO 83 [131] R:OK -2015-03-10 06:42:40 queue INFO >>83 [132] -2015-03-10 06:42:40 sendUrl INFO 83 [132] R:OK -2015-03-10 06:42:43 queue INFO 87 [133] -2015-03-10 06:42:43 queue INFO >87 [134] -2015-03-10 06:42:43 sendUrl INFO 87 [133] R:OK -2015-03-10 06:42:44 sendUrl INFO 87 [134] R:OK -2015-03-10 06:42:46 queue INFO 83 [135] -2015-03-10 06:42:46 queue INFO >83 [136] -2015-03-10 06:42:46 sendUrl INFO 83 [135] R:OK -2015-03-10 06:42:47 sendUrl INFO 83 [136] R:OK -2015-03-10 06:43:36 queue INFO >>83 [137] -2015-03-10 06:43:36 sendUrl INFO 83 [137] R:OK -2015-03-10 06:44:26 queue INFO >>83 [138] -2015-03-10 06:44:26 sendUrl INFO 83 [138] R:OK -2015-03-10 06:45:16 queue INFO >>83 [139] -2015-03-10 06:45:17 sendUrl INFO 83 [139] R:OK -2015-03-10 06:45:20 queue INFO 81 [140] -2015-03-10 06:45:20 queue INFO >81 [141] -2015-03-10 06:45:20 sendUrl INFO 81 [140] R:OK -2015-03-10 06:45:21 sendUrl INFO 81 [141] R:OK -2015-03-10 06:46:10 queue INFO >>81 [142] -2015-03-10 06:46:10 sendUrl INFO 81 [142] R:OK -2015-03-10 06:47:00 queue INFO >>81 [143] -2015-03-10 06:47:00 sendUrl INFO 81 [143] R:OK -2015-03-10 06:47:50 queue INFO >>81 [144] -2015-03-10 06:47:51 sendUrl INFO 81 [144] R:OK -2015-03-10 06:48:40 queue INFO >>81 [145] -2015-03-10 06:48:40 sendUrl INFO 81 [145] R:OK -2015-03-10 06:49:30 queue INFO >>81 [146] -2015-03-10 06:49:31 sendUrl INFO 81 [146] R:OK -2015-03-10 06:50:21 queue INFO >>81 [147] -2015-03-10 06:50:21 sendUrl INFO 81 [147] R:OK -2015-03-10 06:51:11 queue INFO >>81 [148] -2015-03-10 06:51:11 sendUrl INFO 81 [148] R:OK -2015-03-10 06:52:01 queue INFO >>81 [149] -2015-03-10 06:52:01 sendUrl INFO 81 [149] R:OK -2015-03-10 06:52:51 queue INFO >>81 [150] -2015-03-10 06:52:51 sendUrl INFO 81 [150] R:OK -2015-03-10 06:53:41 queue INFO >>81 [151] -2015-03-10 06:53:41 sendUrl INFO 81 [151] R:OK -2015-03-10 06:54:31 queue INFO >>81 [152] -2015-03-10 06:54:31 sendUrl INFO 81 [152] R:OK -2015-03-10 06:55:21 queue INFO >>81 [153] -2015-03-10 06:55:22 sendUrl INFO 81 [153] R:OK -2015-03-10 06:56:11 queue INFO >>81 [154] -2015-03-10 06:56:12 sendUrl INFO 81 [154] R:OK -2015-03-10 06:57:02 queue INFO >>81 [155] -2015-03-10 06:57:02 sendUrl INFO 81 [155] R:OK -2015-03-10 06:57:52 queue INFO >>81 [156] -2015-03-10 06:57:52 sendUrl INFO 81 [156] R:OK -2015-03-10 06:58:10 queue INFO A1 [157] -2015-03-10 06:58:11 queue INFO >A1 [158] -2015-03-10 06:58:11 sendUrl INFO A1 [157] R:OK -2015-03-10 06:58:11 sendUrl INFO A1 [158] R:OK -2015-03-10 06:59:01 queue INFO >>A1 [159] -2015-03-10 06:59:01 sendUrl INFO A1 [159] R:OK -2015-03-10 06:59:51 queue INFO >>A1 [160] -2015-03-10 06:59:51 sendUrl INFO A1 [160] R:OK -2015-03-10 07:00:41 queue INFO >>A1 [161] -2015-03-10 07:00:41 sendUrl INFO A1 [161] R:OK -2015-03-10 07:01:18 queue INFO 81 [162] -2015-03-10 07:01:18 queue INFO >81 [163] -2015-03-10 07:01:18 sendUrl INFO 81 [162] R:OK -2015-03-10 07:01:19 sendUrl INFO 81 [163] R:OK -2015-03-10 07:02:08 queue INFO >>81 [164] -2015-03-10 07:02:08 sendUrl INFO 81 [164] R:OK -2015-03-10 07:02:58 queue INFO >>81 [165] -2015-03-10 07:02:58 sendUrl INFO 81 [165] R:OK -2015-03-10 07:03:48 queue INFO >>81 [166] -2015-03-10 07:03:49 sendUrl INFO 81 [166] R:OK -2015-03-10 07:04:38 queue INFO >>81 [167] -2015-03-10 07:04:39 sendUrl INFO 81 [167] R:OK -2015-03-10 07:05:29 queue INFO >>81 [168] -2015-03-10 07:05:29 sendUrl INFO 81 [168] R:OK -2015-03-10 07:06:19 queue INFO >>81 [169] -2015-03-10 07:06:19 sendUrl INFO 81 [169] R:OK -2015-03-10 07:07:09 queue INFO >>81 [170] -2015-03-10 07:07:09 sendUrl INFO 81 [170] R:OK -2015-03-10 07:07:59 queue INFO >>81 [171] -2015-03-10 07:07:59 sendUrl INFO 81 [171] R:OK -2015-03-10 07:08:49 queue INFO >>81 [172] -2015-03-10 07:08:49 sendUrl INFO 81 [172] R:OK -2015-03-10 07:09:39 queue INFO >>81 [173] -2015-03-10 07:09:40 sendUrl INFO 81 [173] R:OK -2015-03-10 07:10:29 queue INFO >>81 [174] -2015-03-10 07:10:30 sendUrl INFO 81 [174] R:OK -2015-03-10 07:11:19 queue INFO >>81 [175] -2015-03-10 07:11:20 sendUrl INFO 81 [175] R:OK -2015-03-10 07:12:10 queue INFO >>81 [176] -2015-03-10 07:12:10 sendUrl INFO 81 [176] R:OK -2015-03-10 07:13:00 queue INFO >>81 [177] -2015-03-10 07:13:00 sendUrl INFO 81 [177] R:OK -2015-03-10 07:13:09 queue INFO 91 [178] -2015-03-10 07:13:09 sendUrl INFO 91 [178] R:OK -2015-03-10 07:13:09 queue INFO >91 [179] -2015-03-10 07:13:09 sendUrl INFO 91 [179] R:OK -2015-03-10 07:13:27 queue INFO 99 [180] -2015-03-10 07:13:27 queue INFO >99 [181] -2015-03-10 07:13:28 sendUrl INFO 99 [180] R:OK -2015-03-10 07:13:28 sendUrl INFO 99 [181] R:OK -2015-03-10 07:14:17 queue INFO >>99 [182] -2015-03-10 07:14:18 sendUrl INFO 99 [182] R:OK -2015-03-10 07:15:08 queue INFO >>99 [183] -2015-03-10 07:15:08 sendUrl INFO 99 [183] R:OK -2015-03-10 07:15:58 queue INFO >>99 [184] -2015-03-10 07:15:58 sendUrl INFO 99 [184] R:OK -2015-03-10 07:16:48 queue INFO >>99 [185] -2015-03-10 07:16:48 sendUrl INFO 99 [185] R:OK -2015-03-10 07:17:38 queue INFO >>99 [186] -2015-03-10 07:17:38 sendUrl INFO 99 [186] R:OK -2015-03-10 07:18:28 queue INFO >>99 [187] -2015-03-10 07:18:29 sendUrl INFO 99 [187] R:OK -2015-03-10 07:19:18 queue INFO >>99 [188] -2015-03-10 07:19:19 sendUrl INFO 99 [188] R:OK -2015-03-10 07:20:08 queue INFO >>99 [189] -2015-03-10 07:20:09 sendUrl INFO 99 [189] R:OK -2015-03-10 07:20:59 queue INFO >>99 [190] -2015-03-10 07:20:59 sendUrl INFO 99 [190] R:OK -2015-03-10 07:21:49 queue INFO >>99 [191] -2015-03-10 07:21:49 sendUrl INFO 99 [191] R:OK -2015-03-10 07:22:30 queue INFO 89 [192] -2015-03-10 07:22:30 queue INFO >89 [193] -2015-03-10 07:22:30 sendUrl INFO 89 [192] R:OK -2015-03-10 07:22:30 sendUrl INFO 89 [193] R:OK -2015-03-10 07:22:35 queue INFO 81 [194] -2015-03-10 07:22:35 queue INFO >81 [195] -2015-03-10 07:22:35 sendUrl INFO 81 [194] R:OK -2015-03-10 07:22:35 sendUrl INFO 81 [195] R:OK -2015-03-10 07:22:37 queue INFO 83 [196] -2015-03-10 07:22:37 queue INFO >83 [197] -2015-03-10 07:22:37 sendUrl INFO 83 [196] R:OK -2015-03-10 07:22:38 sendUrl INFO 83 [197] R:OK -2015-03-10 07:22:48 queue INFO 89 [198] -2015-03-10 07:22:48 queue INFO >89 [199] -2015-03-10 07:22:48 sendUrl INFO 89 [198] R:OK -2015-03-10 07:22:48 sendUrl INFO 89 [199] R:OK -2015-03-10 07:22:56 queue INFO 1 [200] -2015-03-10 07:22:56 sendUrl INFO 1 [200] R:OK -2015-03-10 07:22:56 queue INFO >1 [201] -2015-03-10 07:22:57 sendUrl INFO 1 [201] R:OK -2015-03-10 07:23:05 queue INFO 89 [202] -2015-03-10 07:23:05 queue INFO >89 [203] -2015-03-10 07:23:05 sendUrl INFO 89 [202] R:OK -2015-03-10 07:23:06 sendUrl INFO 89 [203] R:OK -2015-03-10 07:23:08 queue INFO 81 [204] -2015-03-10 07:23:09 queue INFO >81 [205] -2015-03-10 07:23:09 sendUrl INFO 81 [204] R:OK -2015-03-10 07:23:09 sendUrl INFO 81 [205] R:OK -2015-03-10 07:23:12 queue INFO 91 [206] -2015-03-10 07:23:12 queue INFO >91 [207] -2015-03-10 07:23:12 sendUrl INFO 91 [206] R:OK -2015-03-10 07:23:12 sendUrl INFO 91 [207] R:OK -2015-03-10 07:24:02 queue INFO >>91 [208] -2015-03-10 07:24:02 sendUrl INFO 91 [208] R:OK -2015-03-10 07:24:52 queue INFO >>91 [209] -2015-03-10 07:24:52 sendUrl INFO 91 [209] R:OK -2015-03-10 07:25:39 queue INFO 81 [210] -2015-03-10 07:25:39 queue INFO >81 [211] -2015-03-10 07:25:39 sendUrl INFO 81 [210] R:OK -2015-03-10 07:25:40 sendUrl INFO 81 [211] R:OK -2015-03-10 07:25:56 queue INFO 85 [212] -2015-03-10 07:25:56 queue INFO >85 [213] -2015-03-10 07:25:56 sendUrl INFO 85 [212] R:OK -2015-03-10 07:25:57 sendUrl INFO 85 [213] R:OK -2015-03-10 07:25:59 queue INFO 81 [214] -2015-03-10 07:25:59 queue INFO >81 [215] -2015-03-10 07:25:59 sendUrl INFO 81 [214] R:OK -2015-03-10 07:26:00 sendUrl INFO 81 [215] R:OK -2015-03-10 07:26:49 queue INFO >>81 [216] -2015-03-10 07:26:49 sendUrl INFO 81 [216] R:OK -2015-03-10 07:27:39 queue INFO >>81 [217] -2015-03-10 07:27:39 sendUrl INFO 81 [217] R:OK -2015-03-10 07:28:29 queue INFO >>81 [218] -2015-03-10 07:28:30 sendUrl INFO 81 [218] R:OK -2015-03-10 07:29:19 queue INFO >>81 [219] -2015-03-10 07:29:19 sendUrl INFO 81 [219] R:OK -2015-03-10 07:30:10 queue INFO >>81 [220] -2015-03-10 07:30:10 sendUrl INFO 81 [220] R:OK -2015-03-10 07:31:00 queue INFO >>81 [221] -2015-03-10 07:31:00 sendUrl INFO 81 [221] R:OK -2015-03-10 07:31:36 queue INFO 89 [222] -2015-03-10 07:31:37 queue INFO >89 [223] -2015-03-10 07:31:37 sendUrl INFO 89 [222] R:OK -2015-03-10 07:31:37 sendUrl INFO 89 [223] R:OK -2015-03-10 07:31:52 queue INFO 99 [224] -2015-03-10 07:31:52 queue INFO >99 [225] -2015-03-10 07:31:53 sendUrl INFO 99 [224] R:OK -2015-03-10 07:31:53 sendUrl INFO 99 [225] R:OK -2015-03-10 07:32:42 queue INFO >>99 [226] -2015-03-10 07:32:42 sendUrl INFO 99 [226] R:OK -2015-03-10 07:33:32 queue INFO >>99 [227] -2015-03-10 07:33:33 sendUrl INFO 99 [227] R:OK -2015-03-10 07:33:51 queue INFO 89 [228] -2015-03-10 07:33:51 queue INFO >89 [229] -2015-03-10 07:33:51 sendUrl INFO 89 [228] R:OK -2015-03-10 07:33:52 sendUrl INFO 89 [229] R:OK -2015-03-10 07:34:41 queue INFO >>89 [230] -2015-03-10 07:34:42 sendUrl INFO 89 [230] R:OK -2015-03-10 07:35:31 queue INFO >>89 [231] -2015-03-10 07:35:31 sendUrl INFO 89 [231] R:OK -2015-03-10 07:35:32 queue INFO 81 [232] -2015-03-10 07:35:32 queue INFO >81 [233] -2015-03-10 07:35:32 sendUrl INFO 81 [232] R:OK -2015-03-10 07:35:33 sendUrl INFO 81 [233] R:OK -2015-03-10 07:35:38 queue INFO 83 [234] -2015-03-10 07:35:38 sendUrl INFO 83 [234] R:OK -2015-03-10 07:35:38 queue INFO >83 [235] -2015-03-10 07:35:39 sendUrl INFO 83 [235] R:OK -2015-03-10 07:35:39 queue INFO 81 [236] -2015-03-10 07:35:40 queue INFO >81 [237] -2015-03-10 07:35:40 sendUrl INFO 81 [236] R:OK -2015-03-10 07:35:40 sendUrl INFO 81 [237] R:OK -2015-03-10 07:35:42 queue INFO 83 [238] -2015-03-10 07:35:42 queue INFO >83 [239] -2015-03-10 07:35:42 sendUrl INFO 83 [238] R:OK -2015-03-10 07:35:43 sendUrl INFO 83 [239] R:OK -2015-03-10 07:36:32 queue INFO >>83 [240] -2015-03-10 07:36:32 sendUrl INFO 83 [240] R:OK -2015-03-10 07:36:57 queue INFO 87 [241] -2015-03-10 07:36:57 sendUrl INFO 87 [241] R:OK -2015-03-10 07:36:57 queue INFO >87 [242] -2015-03-10 07:36:58 sendUrl INFO 87 [242] R:OK -2015-03-10 07:37:00 queue INFO 83 [243] -2015-03-10 07:37:00 queue INFO >83 [244] -2015-03-10 07:37:01 sendUrl INFO 83 [243] R:OK -2015-03-10 07:37:01 sendUrl INFO 83 [244] R:OK -2015-03-10 07:37:50 queue INFO >>83 [245] -2015-03-10 07:37:50 sendUrl INFO 83 [245] R:OK -2015-03-10 07:38:40 queue INFO >>83 [246] -2015-03-10 07:38:41 sendUrl INFO 83 [246] R:OK -2015-03-10 07:39:31 queue INFO >>83 [247] -2015-03-10 07:39:31 sendUrl INFO 83 [247] R:OK -2015-03-10 07:40:21 queue INFO >>83 [248] -2015-03-10 07:40:21 sendUrl INFO 83 [248] R:OK -2015-03-10 07:41:11 queue INFO >>83 [249] -2015-03-10 07:41:11 sendUrl INFO 83 [249] R:OK -2015-03-10 07:42:01 queue INFO >>83 [250] -2015-03-10 07:42:02 sendUrl INFO 83 [250] R:OK -2015-03-10 07:42:51 queue INFO >>83 [251] -2015-03-10 07:42:51 sendUrl INFO 83 [251] R:OK -2015-03-10 07:43:41 queue INFO >>83 [252] -2015-03-10 07:43:42 sendUrl INFO 83 [252] R:OK -2015-03-10 07:44:32 queue INFO >>83 [253] -2015-03-10 07:44:32 sendUrl INFO 83 [253] R:OK -2015-03-10 07:45:22 queue INFO >>83 [254] -2015-03-10 07:45:22 sendUrl INFO 83 [254] R:OK -2015-03-10 07:45:59 queue INFO 87 [255] -2015-03-10 07:45:59 queue INFO >87 [256] -2015-03-10 07:45:59 sendUrl INFO 87 [255] R:OK -2015-03-10 07:46:00 sendUrl INFO 87 [256] R:OK -2015-03-10 07:46:02 queue INFO 83 [257] -2015-03-10 07:46:02 sendUrl INFO 83 [257] R:OK -2015-03-10 07:46:02 queue INFO >83 [258] -2015-03-10 07:46:02 sendUrl INFO 83 [258] R:OK -2015-03-10 07:46:52 queue INFO >>83 [259] -2015-03-10 07:46:52 sendUrl INFO 83 [259] R:OK -2015-03-10 07:47:42 queue INFO >>83 [260] -2015-03-10 07:47:42 sendUrl INFO 83 [260] R:OK -2015-03-10 07:48:32 queue INFO >>83 [261] -2015-03-10 07:48:32 sendUrl INFO 83 [261] R:OK -2015-03-10 07:49:22 queue INFO >>83 [262] -2015-03-10 07:49:23 sendUrl INFO 83 [262] R:OK -2015-03-10 07:50:12 queue INFO >>83 [263] -2015-03-10 07:50:13 sendUrl INFO 83 [263] R:OK -2015-03-10 07:51:03 queue INFO >>83 [264] -2015-03-10 07:51:03 sendUrl INFO 83 [264] R:OK -2015-03-10 07:51:53 queue INFO >>83 [265] -2015-03-10 07:51:53 sendUrl INFO 83 [265] R:OK -2015-03-10 07:52:43 queue INFO >>83 [266] -2015-03-10 07:52:43 sendUrl INFO 83 [266] R:OK -2015-03-10 07:53:33 queue INFO >>83 [267] -2015-03-10 07:53:33 sendUrl INFO 83 [267] R:OK -2015-03-10 07:54:23 queue INFO >>83 [268] -2015-03-10 07:54:24 sendUrl INFO 83 [268] R:OK -2015-03-10 07:54:49 queue INFO 87 [269] -2015-03-10 07:54:49 queue INFO >87 [270] -2015-03-10 07:54:49 sendUrl INFO 87 [269] R:OK -2015-03-10 07:54:50 sendUrl INFO 87 [270] R:OK -2015-03-10 07:54:52 queue INFO 83 [271] -2015-03-10 07:54:52 queue INFO >83 [272] -2015-03-10 07:54:52 sendUrl INFO 83 [271] R:OK -2015-03-10 07:54:53 sendUrl INFO 83 [272] R:OK -2015-03-10 07:55:42 queue INFO >>83 [273] -2015-03-10 07:55:43 sendUrl INFO 83 [273] R:OK -2015-03-10 07:56:32 queue INFO >>83 [274] -2015-03-10 07:56:33 sendUrl INFO 83 [274] R:OK -2015-03-10 07:57:23 queue INFO >>83 [275] -2015-03-10 07:57:23 sendUrl INFO 83 [275] R:OK -2015-03-10 07:58:13 queue INFO >>83 [276] -2015-03-10 07:58:13 sendUrl INFO 83 [276] R:OK -2015-03-10 07:59:03 queue INFO >>83 [277] -2015-03-10 07:59:03 sendUrl INFO 83 [277] R:OK -2015-03-10 07:59:53 queue INFO >>83 [278] -2015-03-10 07:59:53 sendUrl INFO 83 [278] R:OK -2015-03-10 08:00:43 queue INFO >>83 [279] -2015-03-10 08:00:43 sendUrl INFO 83 [279] R:OK -2015-03-10 08:01:33 queue INFO >>83 [280] -2015-03-10 08:01:33 sendUrl INFO 83 [280] R:OK -2015-03-10 08:02:23 queue INFO >>83 [281] -2015-03-10 08:02:24 sendUrl INFO 83 [281] R:OK -2015-03-10 08:03:13 queue INFO >>83 [282] -2015-03-10 08:03:14 sendUrl INFO 83 [282] R:OK -2015-03-10 08:03:40 queue INFO 87 [283] -2015-03-10 08:03:40 queue INFO >87 [284] -2015-03-10 08:03:40 sendUrl INFO 87 [283] R:OK -2015-03-10 08:03:41 sendUrl INFO 87 [284] R:OK -2015-03-10 08:03:43 queue INFO 83 [285] -2015-03-10 08:03:43 queue INFO >83 [286] -2015-03-10 08:03:43 sendUrl INFO 83 [285] R:OK -2015-03-10 08:03:44 sendUrl INFO 83 [286] R:OK -2015-03-10 08:04:33 queue INFO >>83 [287] -2015-03-10 08:04:34 sendUrl INFO 83 [287] R:OK -2015-03-10 08:05:23 queue INFO >>83 [288] -2015-03-10 08:05:24 sendUrl INFO 83 [288] R:OK -2015-03-10 08:06:14 queue INFO >>83 [289] -2015-03-10 08:06:14 sendUrl INFO 83 [289] R:OK -2015-03-10 08:07:04 queue INFO >>83 [290] -2015-03-10 08:07:04 sendUrl INFO 83 [290] R:OK -2015-03-10 08:07:54 queue INFO >>83 [291] -2015-03-10 08:07:54 sendUrl INFO 83 [291] R:OK -2015-03-10 08:08:44 queue INFO >>83 [292] -2015-03-10 08:08:44 sendUrl INFO 83 [292] R:OK -2015-03-10 08:09:34 queue INFO >>83 [293] -2015-03-10 08:09:35 sendUrl INFO 83 [293] R:OK -2015-03-10 08:10:24 queue INFO >>83 [294] -2015-03-10 08:10:25 sendUrl INFO 83 [294] R:OK -2015-03-10 08:11:14 queue INFO >>83 [295] -2015-03-10 08:11:15 sendUrl INFO 83 [295] R:OK -2015-03-10 08:12:05 queue INFO >>83 [296] -2015-03-10 08:12:05 sendUrl INFO 83 [296] R:OK -2015-03-10 08:12:31 queue INFO 87 [297] -2015-03-10 08:12:32 queue INFO >87 [298] -2015-03-10 08:12:32 sendUrl INFO 87 [297] R:OK -2015-03-10 08:12:32 sendUrl INFO 87 [298] R:OK -2015-03-10 08:12:34 queue INFO 83 [299] -2015-03-10 08:12:35 queue INFO >83 [300] -2015-03-10 08:12:35 sendUrl INFO 83 [299] R:OK -2015-03-10 08:12:35 sendUrl INFO 83 [300] R:OK -2015-03-10 08:13:25 queue INFO >>83 [301] -2015-03-10 08:13:25 sendUrl INFO 83 [301] R:OK -2015-03-10 08:14:15 queue INFO >>83 [302] -2015-03-10 08:14:15 sendUrl INFO 83 [302] R:OK -2015-03-10 08:15:05 queue INFO >>83 [303] -2015-03-10 08:15:05 sendUrl INFO 83 [303] R:OK -2015-03-10 08:15:55 queue INFO >>83 [304] -2015-03-10 08:15:55 sendUrl INFO 83 [304] R:OK -2015-03-10 08:16:45 queue INFO >>83 [305] -2015-03-10 08:16:46 sendUrl INFO 83 [305] R:OK -2015-03-10 08:17:35 queue INFO >>83 [306] -2015-03-10 08:17:35 sendUrl INFO 83 [306] R:OK -2015-03-10 08:18:25 queue INFO >>83 [307] -2015-03-10 08:18:26 sendUrl INFO 83 [307] R:OK -2015-03-10 08:19:15 queue INFO >>83 [308] -2015-03-10 08:19:16 sendUrl INFO 83 [308] R:OK -2015-03-10 08:20:06 queue INFO >>83 [309] -2015-03-10 08:20:06 sendUrl INFO 83 [309] R:OK -2015-03-10 08:20:56 queue INFO >>83 [310] -2015-03-10 08:20:56 sendUrl INFO 83 [310] R:OK -2015-03-10 08:21:22 queue INFO 87 [311] -2015-03-10 08:21:22 queue INFO >87 [312] -2015-03-10 08:21:22 sendUrl INFO 87 [311] R:OK -2015-03-10 08:21:22 sendUrl INFO 87 [312] R:OK -2015-03-10 08:21:25 queue INFO 83 [313] -2015-03-10 08:21:25 queue INFO >83 [314] -2015-03-10 08:21:25 sendUrl INFO 83 [313] R:OK -2015-03-10 08:21:25 sendUrl INFO 83 [314] R:OK -2015-03-10 08:22:15 queue INFO >>83 [315] -2015-03-10 08:22:15 sendUrl INFO 83 [315] R:OK -2015-03-10 08:23:05 queue INFO >>83 [316] -2015-03-10 08:23:05 sendUrl INFO 83 [316] R:OK -2015-03-10 08:23:55 queue INFO >>83 [317] -2015-03-10 08:23:55 sendUrl INFO 83 [317] R:OK -2015-03-10 08:24:45 queue INFO >>83 [318] -2015-03-10 08:24:45 sendUrl INFO 83 [318] R:OK -2015-03-10 08:25:35 queue INFO >>83 [319] -2015-03-10 08:25:36 sendUrl INFO 83 [319] R:OK -2015-03-10 08:26:26 queue INFO >>83 [320] -2015-03-10 08:26:26 sendUrl INFO 83 [320] R:OK -2015-03-10 08:27:16 queue INFO >>83 [321] -2015-03-10 08:27:16 sendUrl INFO 83 [321] R:OK -2015-03-10 08:28:06 queue INFO >>83 [322] -2015-03-10 08:28:06 sendUrl INFO 83 [322] R:OK -2015-03-10 08:28:56 queue INFO >>83 [323] -2015-03-10 08:28:57 sendUrl INFO 83 [323] R:OK -2015-03-10 08:29:46 queue INFO >>83 [324] -2015-03-10 08:29:46 sendUrl INFO 83 [324] R:OK -2015-03-10 08:30:12 queue INFO 87 [325] -2015-03-10 08:30:12 queue INFO >87 [326] -2015-03-10 08:30:12 sendUrl INFO 87 [325] R:OK -2015-03-10 08:30:13 sendUrl INFO 87 [326] R:OK -2015-03-10 08:30:15 queue INFO 83 [327] -2015-03-10 08:30:15 queue INFO >83 [328] -2015-03-10 08:30:15 sendUrl INFO 83 [327] R:OK -2015-03-10 08:30:16 sendUrl INFO 83 [328] R:OK -2015-03-10 08:31:05 queue INFO >>83 [329] -2015-03-10 08:31:05 sendUrl INFO 83 [329] R:OK -2015-03-10 08:31:55 queue INFO >>83 [330] -2015-03-10 08:31:55 sendUrl INFO 83 [330] R:OK -2015-03-10 08:32:45 queue INFO >>83 [331] -2015-03-10 08:32:45 sendUrl INFO 83 [331] R:OK -2015-03-10 08:33:35 queue INFO >>83 [332] -2015-03-10 08:33:35 sendUrl INFO 83 [332] R:OK -2015-03-10 08:34:25 queue INFO >>83 [333] -2015-03-10 08:34:26 sendUrl INFO 83 [333] R:OK -2015-03-10 08:35:15 queue INFO >>83 [334] -2015-03-10 08:35:16 sendUrl INFO 83 [334] R:OK -2015-03-10 08:36:05 queue INFO >>83 [335] -2015-03-10 08:36:06 sendUrl INFO 83 [335] R:OK -2015-03-10 08:36:56 queue INFO >>83 [336] -2015-03-10 08:36:56 sendUrl INFO 83 [336] R:OK -2015-03-10 08:37:46 queue INFO >>83 [337] -2015-03-10 08:37:46 sendUrl INFO 83 [337] R:OK -2015-03-10 08:38:36 queue INFO >>83 [338] -2015-03-10 08:38:36 sendUrl INFO 83 [338] R:OK -2015-03-10 08:39:13 queue INFO 87 [339] -2015-03-10 08:39:13 sendUrl INFO 87 [339] R:OK -2015-03-10 08:39:13 queue INFO >87 [340] -2015-03-10 08:39:14 sendUrl INFO 87 [340] R:OK -2015-03-10 08:39:16 queue INFO 83 [341] -2015-03-10 08:39:16 sendUrl INFO 83 [341] R:OK -2015-03-10 08:39:16 queue INFO >83 [342] -2015-03-10 08:39:17 sendUrl INFO 83 [342] R:OK -2015-03-10 08:40:06 queue INFO >>83 [343] -2015-03-10 08:40:07 sendUrl INFO 83 [343] R:OK -2015-03-10 08:40:56 queue INFO >>83 [344] -2015-03-10 08:40:57 sendUrl INFO 83 [344] R:OK -2015-03-10 08:41:47 queue INFO >>83 [345] -2015-03-10 08:41:47 sendUrl INFO 83 [345] R:OK -2015-03-10 08:42:37 queue INFO >>83 [346] -2015-03-10 08:42:37 sendUrl INFO 83 [346] R:OK -2015-03-10 08:43:27 queue INFO >>83 [347] -2015-03-10 08:43:27 sendUrl INFO 83 [347] R:OK -2015-03-10 08:44:17 queue INFO >>83 [348] -2015-03-10 08:44:17 sendUrl INFO 83 [348] R:OK -2015-03-10 08:45:07 queue INFO >>83 [349] -2015-03-10 08:45:08 sendUrl INFO 83 [349] R:OK -2015-03-10 08:45:57 queue INFO >>83 [350] -2015-03-10 08:45:57 sendUrl INFO 83 [350] R:OK -2015-03-10 08:46:47 queue INFO >>83 [351] -2015-03-10 08:46:48 sendUrl INFO 83 [351] R:OK -2015-03-10 08:47:38 queue INFO >>83 [352] -2015-03-10 08:47:38 sendUrl INFO 83 [352] R:OK -2015-03-10 08:48:04 queue INFO 87 [353] -2015-03-10 08:48:04 queue INFO >87 [354] -2015-03-10 08:48:04 sendUrl INFO 87 [353] R:OK -2015-03-10 08:48:05 sendUrl INFO 87 [354] R:OK -2015-03-10 08:48:07 queue INFO 83 [355] -2015-03-10 08:48:07 queue INFO >83 [356] -2015-03-10 08:48:07 sendUrl INFO 83 [355] R:OK -2015-03-10 08:48:08 sendUrl INFO 83 [356] R:OK -2015-03-10 08:48:57 queue INFO >>83 [357] -2015-03-10 08:48:57 sendUrl INFO 83 [357] R:OK -2015-03-10 08:49:47 queue INFO >>83 [358] -2015-03-10 08:49:47 sendUrl INFO 83 [358] R:OK -2015-03-10 08:50:37 queue INFO >>83 [359] -2015-03-10 08:50:37 sendUrl INFO 83 [359] R:OK -2015-03-10 08:51:27 queue INFO >>83 [360] -2015-03-10 08:51:28 sendUrl INFO 83 [360] R:OK -2015-03-10 08:52:17 queue INFO >>83 [361] -2015-03-10 08:52:18 sendUrl INFO 83 [361] R:OK -2015-03-10 08:53:08 queue INFO >>83 [362] -2015-03-10 08:53:08 sendUrl INFO 83 [362] R:OK -2015-03-10 08:53:58 queue INFO >>83 [363] -2015-03-10 08:53:58 sendUrl INFO 83 [363] R:OK -2015-03-10 08:54:48 queue INFO >>83 [364] -2015-03-10 08:54:48 sendUrl INFO 83 [364] R:OK -2015-03-10 08:55:38 queue INFO >>83 [365] -2015-03-10 08:55:38 sendUrl INFO 83 [365] R:OK -2015-03-10 08:56:28 queue INFO >>83 [366] -2015-03-10 08:56:29 sendUrl INFO 83 [366] R:OK -2015-03-10 08:56:55 queue INFO 87 [367] -2015-03-10 08:56:55 queue INFO >87 [368] -2015-03-10 08:56:55 sendUrl INFO 87 [367] R:OK -2015-03-10 08:56:55 sendUrl INFO 87 [368] R:OK -2015-03-10 08:56:58 queue INFO 83 [369] -2015-03-10 08:56:58 sendUrl INFO 83 [369] R:OK -2015-03-10 08:56:58 queue INFO >83 [370] -2015-03-10 08:56:58 sendUrl INFO 83 [370] R:OK -2015-03-10 08:57:48 queue INFO >>83 [371] -2015-03-10 08:57:48 sendUrl INFO 83 [371] R:OK -2015-03-10 08:58:38 queue INFO >>83 [372] -2015-03-10 08:58:39 sendUrl INFO 83 [372] R:OK -2015-03-10 08:59:28 queue INFO >>83 [373] -2015-03-10 08:59:28 sendUrl INFO 83 [373] R:OK -2015-03-10 09:00:18 queue INFO >>83 [374] -2015-03-10 09:00:19 sendUrl INFO 83 [374] R:OK -2015-03-10 09:01:09 queue INFO >>83 [375] -2015-03-10 09:01:09 sendUrl INFO 83 [375] R:OK -2015-03-10 09:01:59 queue INFO >>83 [376] -2015-03-10 09:01:59 sendUrl INFO 83 [376] R:OK -2015-03-10 09:02:49 queue INFO >>83 [377] -2015-03-10 09:02:49 sendUrl INFO 83 [377] R:OK -2015-03-10 09:03:39 queue INFO >>83 [378] -2015-03-10 09:03:40 sendUrl INFO 83 [378] R:OK -2015-03-10 09:04:29 queue INFO >>83 [379] -2015-03-10 09:04:29 sendUrl INFO 83 [379] R:OK -2015-03-10 09:05:19 queue INFO >>83 [380] -2015-03-10 09:05:20 sendUrl INFO 83 [380] R:OK -2015-03-10 09:05:46 queue INFO 87 [381] -2015-03-10 09:05:46 queue INFO >87 [382] -2015-03-10 09:05:46 sendUrl INFO 87 [381] R:OK -2015-03-10 09:05:47 sendUrl INFO 87 [382] R:OK -2015-03-10 09:05:49 queue INFO 83 [383] -2015-03-10 09:05:49 queue INFO >83 [384] -2015-03-10 09:05:49 sendUrl INFO 83 [383] R:OK -2015-03-10 09:05:50 sendUrl INFO 83 [384] R:OK -2015-03-10 09:06:39 queue INFO >>83 [385] -2015-03-10 09:06:39 sendUrl INFO 83 [385] R:OK -2015-03-10 09:07:29 queue INFO >>83 [386] -2015-03-10 09:07:30 sendUrl INFO 83 [386] R:OK -2015-03-10 09:08:19 queue INFO >>83 [387] -2015-03-10 09:08:20 sendUrl INFO 83 [387] R:OK -2015-03-10 09:09:10 queue INFO >>83 [388] -2015-03-10 09:09:10 sendUrl INFO 83 [388] R:OK -2015-03-10 09:10:00 queue INFO >>83 [389] -2015-03-10 09:10:00 sendUrl INFO 83 [389] R:OK -2015-03-10 09:10:50 queue INFO >>83 [390] -2015-03-10 09:10:50 sendUrl INFO 83 [390] R:OK -2015-03-10 09:11:40 queue INFO >>83 [391] -2015-03-10 09:11:40 sendUrl INFO 83 [391] R:OK -2015-03-10 09:12:25 queue INFO 81 [392] -2015-03-10 09:12:25 queue INFO >81 [393] -2015-03-10 09:12:25 sendUrl INFO 81 [392] R:OK -2015-03-10 09:12:26 sendUrl INFO 81 [393] R:OK -2015-03-10 09:12:39 queue INFO 83 [394] -2015-03-10 09:12:39 queue INFO >83 [395] -2015-03-10 09:12:39 sendUrl INFO 83 [394] R:OK -2015-03-10 09:12:40 sendUrl INFO 83 [395] R:OK -2015-03-10 09:13:29 queue INFO >>83 [396] -2015-03-10 09:13:30 sendUrl INFO 83 [396] R:OK -2015-03-10 09:14:19 queue INFO >>83 [397] -2015-03-10 09:14:19 sendUrl INFO 83 [397] R:OK -2015-03-10 09:14:36 queue INFO 87 [398] -2015-03-10 09:14:36 queue INFO >87 [399] -2015-03-10 09:14:36 sendUrl INFO 87 [398] R:OK -2015-03-10 09:14:37 sendUrl INFO 87 [399] R:OK -2015-03-10 09:14:39 queue INFO 83 [400] -2015-03-10 09:14:39 queue INFO >83 [401] -2015-03-10 09:14:40 sendUrl INFO 83 [400] R:OK -2015-03-10 09:14:40 sendUrl INFO 83 [401] R:OK -2015-03-10 09:15:29 queue INFO >>83 [402] -2015-03-10 09:15:30 sendUrl INFO 83 [402] R:OK -2015-03-10 09:16:19 queue INFO >>83 [403] -2015-03-10 09:16:20 sendUrl INFO 83 [403] R:OK -2015-03-10 09:17:10 queue INFO >>83 [404] -2015-03-10 09:17:10 sendUrl INFO 83 [404] R:OK -2015-03-10 09:18:00 queue INFO >>83 [405] -2015-03-10 09:18:00 sendUrl INFO 83 [405] R:OK -2015-03-10 09:18:50 queue INFO >>83 [406] -2015-03-10 09:18:50 sendUrl INFO 83 [406] R:OK -2015-03-10 09:19:40 queue INFO >>83 [407] -2015-03-10 09:19:41 sendUrl INFO 83 [407] R:OK -2015-03-10 09:20:30 queue INFO >>83 [408] -2015-03-10 09:20:31 sendUrl INFO 83 [408] R:OK -2015-03-10 09:21:20 queue INFO >>83 [409] -2015-03-10 09:21:21 sendUrl INFO 83 [409] R:OK -2015-03-10 09:22:11 queue INFO >>83 [410] -2015-03-10 09:22:11 sendUrl INFO 83 [410] R:OK -2015-03-10 09:23:01 queue INFO >>83 [411] -2015-03-10 09:23:01 sendUrl INFO 83 [411] R:OK -2015-03-10 09:23:26 queue INFO 87 [412] -2015-03-10 09:23:26 queue INFO >87 [413] -2015-03-10 09:23:27 sendUrl INFO 87 [412] R:OK -2015-03-10 09:23:27 sendUrl INFO 87 [413] R:OK -2015-03-10 09:23:29 queue INFO 83 [414] -2015-03-10 09:23:29 queue INFO >83 [415] -2015-03-10 09:23:30 sendUrl INFO 83 [414] R:OK -2015-03-10 09:23:30 sendUrl INFO 83 [415] R:OK -2015-03-10 09:24:19 queue INFO >>83 [416] -2015-03-10 09:24:20 sendUrl INFO 83 [416] R:OK -2015-03-10 09:25:10 queue INFO >>83 [417] -2015-03-10 09:25:10 sendUrl INFO 83 [417] R:OK -2015-03-10 09:26:00 queue INFO >>83 [418] -2015-03-10 09:26:00 sendUrl INFO 83 [418] R:OK -2015-03-10 09:26:50 queue INFO >>83 [419] -2015-03-10 09:26:50 sendUrl INFO 83 [419] R:OK -2015-03-10 09:27:40 queue INFO >>83 [420] -2015-03-10 09:27:40 sendUrl INFO 83 [420] R:OK -2015-03-10 09:28:30 queue INFO >>83 [421] -2015-03-10 09:28:31 sendUrl INFO 83 [421] R:OK -2015-03-10 09:29:20 queue INFO >>83 [422] -2015-03-10 09:29:20 sendUrl INFO 83 [422] R:OK -2015-03-10 09:30:10 queue INFO >>83 [423] -2015-03-10 09:30:11 sendUrl INFO 83 [423] R:OK -2015-03-10 09:31:01 queue INFO >>83 [424] -2015-03-10 09:31:01 sendUrl INFO 83 [424] R:OK -2015-03-10 09:31:51 queue INFO >>83 [425] -2015-03-10 09:31:51 sendUrl INFO 83 [425] R:OK -2015-03-10 09:32:28 queue INFO 87 [426] -2015-03-10 09:32:28 queue INFO >87 [427] -2015-03-10 09:32:28 sendUrl INFO 87 [426] R:OK -2015-03-10 09:32:29 sendUrl INFO 87 [427] R:OK -2015-03-10 09:32:31 queue INFO 83 [428] -2015-03-10 09:32:31 queue INFO >83 [429] -2015-03-10 09:32:31 sendUrl INFO 83 [428] R:OK -2015-03-10 09:32:32 sendUrl INFO 83 [429] R:OK -2015-03-10 09:33:21 queue INFO >>83 [430] -2015-03-10 09:33:22 sendUrl INFO 83 [430] R:OK -2015-03-10 09:34:11 queue INFO >>83 [431] -2015-03-10 09:34:11 sendUrl INFO 83 [431] R:OK -2015-03-10 09:35:01 queue INFO >>83 [432] -2015-03-10 09:35:02 sendUrl INFO 83 [432] R:OK -2015-03-10 09:35:51 queue INFO >>83 [433] -2015-03-10 09:35:52 sendUrl INFO 83 [433] R:OK -2015-03-10 09:36:42 queue INFO >>83 [434] -2015-03-10 09:36:42 sendUrl INFO 83 [434] R:OK -2015-03-10 09:37:32 queue INFO >>83 [435] -2015-03-10 09:37:32 sendUrl INFO 83 [435] R:OK -2015-03-10 09:38:22 queue INFO >>83 [436] -2015-03-10 09:38:22 sendUrl INFO 83 [436] R:OK -2015-03-10 09:39:12 queue INFO >>83 [437] -2015-03-10 09:39:12 sendUrl INFO 83 [437] R:OK -2015-03-10 09:40:02 queue INFO >>83 [438] -2015-03-10 09:40:02 sendUrl INFO 83 [438] R:OK -2015-03-10 09:40:52 queue INFO >>83 [439] -2015-03-10 09:40:53 sendUrl INFO 83 [439] R:OK -2015-03-10 09:41:18 queue INFO 87 [440] -2015-03-10 09:41:19 queue INFO >87 [441] -2015-03-10 09:41:19 sendUrl INFO 87 [440] R:OK -2015-03-10 09:41:19 sendUrl INFO 87 [441] R:OK -2015-03-10 09:41:21 queue INFO 83 [442] -2015-03-10 09:41:22 queue INFO >83 [443] -2015-03-10 09:41:22 sendUrl INFO 83 [442] R:OK -2015-03-10 09:41:22 sendUrl INFO 83 [443] R:OK -2015-03-10 09:42:11 queue INFO >>83 [444] -2015-03-10 09:42:12 sendUrl INFO 83 [444] R:OK -2015-03-10 09:43:02 queue INFO >>83 [445] -2015-03-10 09:43:02 sendUrl INFO 83 [445] R:OK -2015-03-10 09:43:52 queue INFO >>83 [446] -2015-03-10 09:43:52 sendUrl INFO 83 [446] R:OK -2015-03-10 09:44:42 queue INFO >>83 [447] -2015-03-10 09:44:42 sendUrl INFO 83 [447] R:OK -2015-03-10 09:45:32 queue INFO >>83 [448] -2015-03-10 09:45:32 sendUrl INFO 83 [448] R:OK -2015-03-10 09:46:22 queue INFO >>83 [449] -2015-03-10 09:46:22 sendUrl INFO 83 [449] R:OK -2015-03-10 09:47:12 queue INFO >>83 [450] -2015-03-10 09:47:13 sendUrl INFO 83 [450] R:OK -2015-03-10 09:48:02 queue INFO >>83 [451] -2015-03-10 09:48:03 sendUrl INFO 83 [451] R:OK -2015-03-10 09:48:53 queue INFO >>83 [452] -2015-03-10 09:48:53 sendUrl INFO 83 [452] R:OK -2015-03-10 09:49:43 queue INFO >>83 [453] -2015-03-10 09:49:43 sendUrl INFO 83 [453] R:OK -2015-03-10 09:50:09 queue INFO 87 [454] -2015-03-10 09:50:09 sendUrl INFO 87 [454] R:OK -2015-03-10 09:50:09 queue INFO >87 [455] -2015-03-10 09:50:10 sendUrl INFO 87 [455] R:OK -2015-03-10 09:50:12 queue INFO 83 [456] -2015-03-10 09:50:13 queue INFO >83 [457] -2015-03-10 09:50:13 sendUrl INFO 83 [456] R:OK -2015-03-10 09:50:13 sendUrl INFO 83 [457] R:OK -2015-03-10 09:51:02 queue INFO >>83 [458] -2015-03-10 09:51:03 sendUrl INFO 83 [458] R:OK -2015-03-10 09:51:53 queue INFO >>83 [459] -2015-03-10 09:51:53 sendUrl INFO 83 [459] R:OK -2015-03-10 09:52:43 queue INFO >>83 [460] -2015-03-10 09:52:43 sendUrl INFO 83 [460] R:OK -2015-03-10 09:53:33 queue INFO >>83 [461] -2015-03-10 09:53:33 sendUrl INFO 83 [461] R:OK -2015-03-10 09:54:23 queue INFO >>83 [462] -2015-03-10 09:54:24 sendUrl INFO 83 [462] R:OK -2015-03-10 09:55:13 queue INFO >>83 [463] -2015-03-10 09:55:14 sendUrl INFO 83 [463] R:OK -2015-03-10 09:56:03 queue INFO >>83 [464] -2015-03-10 09:56:04 sendUrl INFO 83 [464] R:OK -2015-03-10 09:56:54 queue INFO >>83 [465] -2015-03-10 09:56:54 sendUrl INFO 83 [465] R:OK -2015-03-10 09:57:44 queue INFO >>83 [466] -2015-03-10 09:57:44 sendUrl INFO 83 [466] R:OK -2015-03-10 09:58:34 queue INFO >>83 [467] -2015-03-10 09:58:34 sendUrl INFO 83 [467] R:OK -2015-03-10 09:59:01 queue INFO 87 [468] -2015-03-10 09:59:01 queue INFO >87 [469] -2015-03-10 09:59:01 sendUrl INFO 87 [468] R:OK -2015-03-10 09:59:01 sendUrl INFO 87 [469] R:OK -2015-03-10 09:59:04 queue INFO 83 [470] -2015-03-10 09:59:04 queue INFO >83 [471] -2015-03-10 09:59:04 sendUrl INFO 83 [470] R:OK -2015-03-10 09:59:04 sendUrl INFO 83 [471] R:OK -2015-03-10 09:59:54 queue INFO >>83 [472] -2015-03-10 09:59:54 sendUrl INFO 83 [472] R:OK -2015-03-10 10:00:44 queue INFO >>83 [473] -2015-03-10 10:00:45 sendUrl INFO 83 [473] R:OK -2015-03-10 10:01:34 queue INFO >>83 [474] -2015-03-10 10:01:34 sendUrl INFO 83 [474] R:OK -2015-03-10 10:02:24 queue INFO >>83 [475] -2015-03-10 10:02:25 sendUrl INFO 83 [475] R:OK -2015-03-10 10:03:14 queue INFO >>83 [476] -2015-03-10 10:03:15 sendUrl INFO 83 [476] R:OK -2015-03-10 10:04:05 queue INFO >>83 [477] -2015-03-10 10:04:05 sendUrl INFO 83 [477] R:OK -2015-03-10 10:04:55 queue INFO >>83 [478] -2015-03-10 10:04:55 sendUrl INFO 83 [478] R:OK -2015-03-10 10:05:45 queue INFO >>83 [479] -2015-03-10 10:05:45 sendUrl INFO 83 [479] R:OK -2015-03-10 10:06:35 queue INFO >>83 [480] -2015-03-10 10:06:35 sendUrl INFO 83 [480] R:OK -2015-03-10 10:07:25 queue INFO >>83 [481] -2015-03-10 10:07:25 sendUrl INFO 83 [481] R:OK -2015-03-10 10:07:51 queue INFO 87 [482] -2015-03-10 10:07:51 sendUrl INFO 87 [482] R:OK -2015-03-10 10:07:51 queue INFO >87 [483] -2015-03-10 10:07:51 sendUrl INFO 87 [483] R:OK -2015-03-10 10:07:54 queue INFO 83 [484] -2015-03-10 10:07:54 sendUrl INFO 83 [484] R:OK -2015-03-10 10:07:54 queue INFO >83 [485] -2015-03-10 10:07:54 sendUrl INFO 83 [485] R:OK -2015-03-10 10:08:44 queue INFO >>83 [486] -2015-03-10 10:08:44 sendUrl INFO 83 [486] R:OK -2015-03-10 10:09:34 queue INFO >>83 [487] -2015-03-10 10:09:35 sendUrl INFO 83 [487] R:OK -2015-03-10 10:10:24 queue INFO >>83 [488] -2015-03-10 10:10:24 sendUrl INFO 83 [488] R:OK -2015-03-10 10:11:14 queue INFO >>83 [489] -2015-03-10 10:11:15 sendUrl INFO 83 [489] R:OK -2015-03-10 10:12:05 queue INFO >>83 [490] -2015-03-10 10:12:05 sendUrl INFO 83 [490] R:OK -2015-03-10 10:12:55 queue INFO >>83 [491] -2015-03-10 10:12:55 sendUrl INFO 83 [491] R:OK -2015-03-10 10:13:45 queue INFO >>83 [492] -2015-03-10 10:13:45 sendUrl INFO 83 [492] R:OK -2015-03-10 10:14:29 queue INFO 81 [493] -2015-03-10 10:14:29 queue INFO >81 [494] -2015-03-10 10:14:29 sendUrl INFO 81 [493] R:OK -2015-03-10 10:14:30 sendUrl INFO 81 [494] R:OK -2015-03-10 10:14:42 queue INFO 83 [495] -2015-03-10 10:14:42 queue INFO >83 [496] -2015-03-10 10:14:42 sendUrl INFO 83 [495] R:OK -2015-03-10 10:14:43 sendUrl INFO 83 [496] R:OK -2015-03-10 10:15:32 queue INFO >>83 [497] -2015-03-10 10:15:32 sendUrl INFO 83 [497] R:OK -2015-03-10 10:16:22 queue INFO >>83 [498] -2015-03-10 10:16:22 sendUrl INFO 83 [498] R:OK -2015-03-10 10:16:41 queue INFO 87 [499] -2015-03-10 10:16:41 queue INFO >87 [500] -2015-03-10 10:16:41 sendUrl INFO 87 [499] R:OK -2015-03-10 10:16:42 sendUrl INFO 87 [500] R:OK -2015-03-10 10:16:44 queue INFO 83 [501] -2015-03-10 10:16:44 sendUrl INFO 83 [501] R:OK -2015-03-10 10:16:44 queue INFO >83 [502] -2015-03-10 10:16:44 sendUrl INFO 83 [502] R:OK -2015-03-10 10:17:34 queue INFO >>83 [503] -2015-03-10 10:17:34 sendUrl INFO 83 [503] R:OK -2015-03-10 10:18:24 queue INFO >>83 [504] -2015-03-10 10:18:25 sendUrl INFO 83 [504] R:OK -2015-03-10 10:19:14 queue INFO >>83 [505] -2015-03-10 10:19:14 sendUrl INFO 83 [505] R:OK -2015-03-10 10:20:04 queue INFO >>83 [506] -2015-03-10 10:20:05 sendUrl INFO 83 [506] R:OK -2015-03-10 10:20:55 queue INFO >>83 [507] -2015-03-10 10:20:55 sendUrl INFO 83 [507] R:OK -2015-03-10 10:21:45 queue INFO >>83 [508] -2015-03-10 10:21:45 sendUrl INFO 83 [508] R:OK -2015-03-10 10:22:35 queue INFO >>83 [509] -2015-03-10 10:22:35 sendUrl INFO 83 [509] R:OK -2015-03-10 10:23:25 queue INFO >>83 [510] -2015-03-10 10:23:25 sendUrl INFO 83 [510] R:OK -2015-03-10 10:24:15 queue INFO >>83 [511] -2015-03-10 10:24:15 sendUrl INFO 83 [511] R:OK -2015-03-10 10:25:05 queue INFO >>83 [512] -2015-03-10 10:25:06 sendUrl INFO 83 [512] R:OK -2015-03-10 10:25:16 queue INFO A3 [513] -2015-03-10 10:25:16 sendUrl INFO A3 [513] R:OK -2015-03-10 10:25:16 queue INFO >A3 [514] -2015-03-10 10:25:17 sendUrl INFO A3 [514] R:OK -2015-03-10 10:25:42 queue INFO A7 [515] -2015-03-10 10:25:42 queue INFO >A7 [516] -2015-03-10 10:25:43 sendUrl INFO A7 [515] R:OK -2015-03-10 10:25:43 sendUrl INFO A7 [516] R:OK -2015-03-10 10:25:46 queue INFO A3 [517] -2015-03-10 10:25:46 sendUrl INFO A3 [517] R:OK -2015-03-10 10:25:46 queue INFO >A3 [518] -2015-03-10 10:25:46 sendUrl INFO A3 [518] R:OK -2015-03-10 10:26:36 queue INFO >>A3 [519] -2015-03-10 10:26:36 sendUrl INFO A3 [519] R:OK -2015-03-10 10:27:26 queue INFO >>A3 [520] -2015-03-10 10:27:26 sendUrl INFO A3 [520] R:OK -2015-03-10 10:28:16 queue INFO >>A3 [521] -2015-03-10 10:28:16 sendUrl INFO A3 [521] R:OK -2015-03-10 10:29:06 queue INFO >>A3 [522] -2015-03-10 10:29:06 sendUrl INFO A3 [522] R:OK -2015-03-10 10:29:56 queue INFO >>A3 [523] -2015-03-10 10:29:57 sendUrl INFO A3 [523] R:OK -2015-03-10 10:30:46 queue INFO >>A3 [524] -2015-03-10 10:30:47 sendUrl INFO A3 [524] R:OK -2015-03-10 10:31:37 queue INFO >>A3 [525] -2015-03-10 10:31:37 sendUrl INFO A3 [525] R:OK -2015-03-10 10:32:27 queue INFO >>A3 [526] -2015-03-10 10:32:27 sendUrl INFO A3 [526] R:OK -2015-03-10 10:33:17 queue INFO >>A3 [527] -2015-03-10 10:33:17 sendUrl INFO A3 [527] R:OK -2015-03-10 10:34:07 queue INFO >>A3 [528] -2015-03-10 10:34:07 sendUrl INFO A3 [528] R:OK -2015-03-10 10:34:33 queue INFO A7 [529] -2015-03-10 10:34:33 queue INFO >A7 [530] -2015-03-10 10:34:33 sendUrl INFO A7 [529] R:OK -2015-03-10 10:34:34 sendUrl INFO A7 [530] R:OK -2015-03-10 10:34:36 queue INFO A3 [531] -2015-03-10 10:34:36 queue INFO >A3 [532] -2015-03-10 10:34:36 sendUrl INFO A3 [531] R:OK -2015-03-10 10:34:37 sendUrl INFO A3 [532] R:OK -2015-03-10 10:35:26 queue INFO >>A3 [533] -2015-03-10 10:35:27 sendUrl INFO A3 [533] R:OK -2015-03-10 10:36:16 queue INFO >>A3 [534] -2015-03-10 10:36:16 sendUrl INFO A3 [534] R:OK -2015-03-10 10:37:06 queue INFO >>A3 [535] -2015-03-10 10:37:07 sendUrl INFO A3 [535] R:OK -2015-03-10 10:37:57 queue INFO >>A3 [536] -2015-03-10 10:37:57 sendUrl INFO A3 [536] R:OK -2015-03-10 10:38:47 queue INFO >>A3 [537] -2015-03-10 10:38:47 sendUrl INFO A3 [537] R:OK -2015-03-10 10:39:37 queue INFO >>A3 [538] -2015-03-10 10:39:37 sendUrl INFO A3 [538] R:OK -2015-03-10 10:40:27 queue INFO >>A3 [539] -2015-03-10 10:40:28 sendUrl INFO A3 [539] R:OK -2015-03-10 10:41:17 queue INFO >>A3 [540] -2015-03-10 10:41:17 sendUrl INFO A3 [540] R:OK -2015-03-10 10:42:07 queue INFO >>A3 [541] -2015-03-10 10:42:08 sendUrl INFO A3 [541] R:OK -2015-03-10 10:42:57 queue INFO >>A3 [542] -2015-03-10 10:42:58 sendUrl INFO A3 [542] R:OK -2015-03-10 10:43:24 queue INFO A7 [543] -2015-03-10 10:43:24 queue INFO >A7 [544] -2015-03-10 10:43:24 sendUrl INFO A7 [543] R:OK -2015-03-10 10:43:25 sendUrl INFO A7 [544] R:OK -2015-03-10 10:43:27 queue INFO A3 [545] -2015-03-10 10:43:27 queue INFO >A3 [546] -2015-03-10 10:43:27 sendUrl INFO A3 [545] R:OK -2015-03-10 10:43:28 sendUrl INFO A3 [546] R:OK -2015-03-10 10:44:17 queue INFO >>A3 [547] -2015-03-10 10:44:18 sendUrl INFO A3 [547] R:OK -2015-03-10 10:45:07 queue INFO >>A3 [548] -2015-03-10 10:45:07 sendUrl INFO A3 [548] R:OK -2015-03-10 10:45:57 queue INFO >>A3 [549] -2015-03-10 10:45:58 sendUrl INFO A3 [549] R:OK -2015-03-10 10:46:48 queue INFO >>A3 [550] -2015-03-10 10:46:48 sendUrl INFO A3 [550] R:OK -2015-03-10 10:47:38 queue INFO >>A3 [551] -2015-03-10 10:47:38 sendUrl INFO A3 [551] R:OK -2015-03-10 10:48:28 queue INFO >>A3 [552] -2015-03-10 10:48:28 sendUrl INFO A3 [552] R:OK -2015-03-10 10:49:18 queue INFO >>A3 [553] -2015-03-10 10:49:19 sendUrl INFO A3 [553] R:OK -2015-03-10 10:50:08 queue INFO >>A3 [554] -2015-03-10 10:50:08 sendUrl INFO A3 [554] R:OK -2015-03-10 10:50:58 queue INFO >>A3 [555] -2015-03-10 10:50:59 sendUrl INFO A3 [555] R:OK -2015-03-10 10:51:48 queue INFO >>A3 [556] -2015-03-10 10:51:49 sendUrl INFO A3 [556] R:OK -2015-03-10 10:52:15 queue INFO A7 [557] -2015-03-10 10:52:15 sendUrl INFO A7 [557] R:OK -2015-03-10 10:52:15 queue INFO >A7 [558] -2015-03-10 10:52:16 sendUrl INFO A7 [558] R:OK -2015-03-10 10:52:18 queue INFO A3 [559] -2015-03-10 10:52:19 queue INFO >A3 [560] -2015-03-10 10:52:19 sendUrl INFO A3 [559] R:OK -2015-03-10 10:52:19 sendUrl INFO A3 [560] R:OK -2015-03-10 10:53:09 queue INFO >>A3 [561] -2015-03-10 10:53:09 sendUrl INFO A3 [561] R:OK -2015-03-10 10:53:59 queue INFO >>A3 [562] -2015-03-10 10:53:59 sendUrl INFO A3 [562] R:OK -2015-03-10 10:54:49 queue INFO >>A3 [563] -2015-03-10 10:54:49 sendUrl INFO A3 [563] R:OK -2015-03-10 10:55:39 queue INFO >>A3 [564] -2015-03-10 10:55:39 sendUrl INFO A3 [564] R:OK -2015-03-10 10:56:29 queue INFO >>A3 [565] -2015-03-10 10:56:30 sendUrl INFO A3 [565] R:OK -2015-03-10 10:57:19 queue INFO >>A3 [566] -2015-03-10 10:57:19 sendUrl INFO A3 [566] R:OK -2015-03-10 10:58:09 queue INFO >>A3 [567] -2015-03-10 10:58:10 sendUrl INFO A3 [567] R:OK -2015-03-10 10:59:00 queue INFO >>A3 [568] -2015-03-10 10:59:00 sendUrl INFO A3 [568] R:OK -2015-03-10 10:59:50 queue INFO >>A3 [569] -2015-03-10 10:59:50 sendUrl INFO A3 [569] R:OK -2015-03-10 11:00:40 queue INFO >>A3 [570] -2015-03-10 11:00:40 sendUrl INFO A3 [570] R:OK -2015-03-10 11:01:05 queue INFO A7 [571] -2015-03-10 11:01:06 queue INFO >A7 [572] -2015-03-10 11:01:06 sendUrl INFO A7 [571] R:OK -2015-03-10 11:01:06 sendUrl INFO A7 [572] R:OK -2015-03-10 11:01:08 queue INFO A3 [573] -2015-03-10 11:01:09 queue INFO >A3 [574] -2015-03-10 11:01:09 sendUrl INFO A3 [573] R:OK -2015-03-10 11:01:09 sendUrl INFO A3 [574] R:OK -2015-03-10 11:01:59 queue INFO >>A3 [575] -2015-03-10 11:01:59 sendUrl INFO A3 [575] R:OK -2015-03-10 11:02:49 queue INFO >>A3 [576] -2015-03-10 11:02:49 sendUrl INFO A3 [576] R:OK -2015-03-10 11:03:39 queue INFO >>A3 [577] -2015-03-10 11:03:39 sendUrl INFO A3 [577] R:OK -2015-03-10 11:04:29 queue INFO >>A3 [578] -2015-03-10 11:04:29 sendUrl INFO A3 [578] R:OK -2015-03-10 11:05:19 queue INFO >>A3 [579] -2015-03-10 11:05:20 sendUrl INFO A3 [579] R:OK -2015-03-10 11:06:09 queue INFO >>A3 [580] -2015-03-10 11:06:09 sendUrl INFO A3 [580] R:OK -2015-03-10 11:06:59 queue INFO >>A3 [581] -2015-03-10 11:07:00 sendUrl INFO A3 [581] R:OK -2015-03-10 11:07:50 queue INFO >>A3 [582] -2015-03-10 11:07:50 sendUrl INFO A3 [582] R:OK -2015-03-10 11:08:40 queue INFO >>A3 [583] -2015-03-10 11:08:40 sendUrl INFO A3 [583] R:OK -2015-03-10 11:09:30 queue INFO >>A3 [584] -2015-03-10 11:09:30 sendUrl INFO A3 [584] R:OK -2015-03-10 11:09:55 queue INFO A7 [585] -2015-03-10 11:09:56 queue INFO >A7 [586] -2015-03-10 11:09:56 sendUrl INFO A7 [585] R:OK -2015-03-10 11:09:56 sendUrl INFO A7 [586] R:OK -2015-03-10 11:09:58 queue INFO A3 [587] -2015-03-10 11:09:59 queue INFO >A3 [588] -2015-03-10 11:09:59 sendUrl INFO A3 [587] R:OK -2015-03-10 11:09:59 sendUrl INFO A3 [588] R:OK -2015-03-10 11:10:49 queue INFO >>A3 [589] -2015-03-10 11:10:49 sendUrl INFO A3 [589] R:OK -2015-03-10 11:11:39 queue INFO >>A3 [590] -2015-03-10 11:11:39 sendUrl INFO A3 [590] R:OK -2015-03-10 11:12:29 queue INFO >>A3 [591] -2015-03-10 11:12:29 sendUrl INFO A3 [591] R:OK -2015-03-10 11:13:19 queue INFO >>A3 [592] -2015-03-10 11:13:19 sendUrl INFO A3 [592] R:OK -2015-03-10 11:14:09 queue INFO >>A3 [593] -2015-03-10 11:14:10 sendUrl INFO A3 [593] R:OK -2015-03-10 11:14:59 queue INFO >>A3 [594] -2015-03-10 11:14:59 sendUrl INFO A3 [594] R:OK -2015-03-10 11:15:50 queue INFO >>A3 [595] -2015-03-10 11:15:50 sendUrl INFO A3 [595] R:OK -2015-03-10 11:16:40 queue INFO >>A3 [596] -2015-03-10 11:16:40 sendUrl INFO A3 [596] R:OK -2015-03-10 11:17:30 queue INFO >>A3 [597] -2015-03-10 11:17:30 sendUrl INFO A3 [597] R:OK -2015-03-10 11:18:20 queue INFO >>A3 [598] -2015-03-10 11:18:20 sendUrl INFO A3 [598] R:OK -2015-03-10 11:18:57 queue INFO A7 [599] -2015-03-10 11:18:57 queue INFO >A7 [600] -2015-03-10 11:18:57 sendUrl INFO A7 [599] R:OK -2015-03-10 11:18:58 sendUrl INFO A7 [600] R:OK -2015-03-10 11:19:00 queue INFO A3 [601] -2015-03-10 11:19:00 queue INFO >A3 [602] -2015-03-10 11:19:00 sendUrl INFO A3 [601] R:OK -2015-03-10 11:19:01 sendUrl INFO A3 [602] R:OK -2015-03-10 11:19:50 queue INFO >>A3 [603] -2015-03-10 11:19:50 sendUrl INFO A3 [603] R:OK -2015-03-10 11:20:16 queue INFO A1 [604] -2015-03-10 11:20:16 queue INFO >A1 [605] -2015-03-10 11:20:16 sendUrl INFO A1 [604] R:OK -2015-03-10 11:20:17 sendUrl INFO A1 [605] R:OK -2015-03-10 11:21:06 queue INFO >>A1 [606] -2015-03-10 11:21:06 sendUrl INFO A1 [606] R:OK -2015-03-10 11:21:56 queue INFO >>A1 [607] -2015-03-10 11:21:56 sendUrl INFO A1 [607] R:OK -2015-03-10 11:22:46 queue INFO >>A1 [608] -2015-03-10 11:22:47 sendUrl INFO A1 [608] R:OK -2015-03-10 11:23:36 queue INFO >>A1 [609] -2015-03-10 11:23:36 sendUrl INFO A1 [609] R:OK -2015-03-10 11:24:27 queue INFO >>A1 [610] -2015-03-10 11:24:27 sendUrl INFO A1 [610] R:OK -2015-03-10 11:25:17 queue INFO >>A1 [611] -2015-03-10 11:25:17 sendUrl INFO A1 [611] R:OK -2015-03-10 11:26:07 queue INFO >>A1 [612] -2015-03-10 11:26:07 sendUrl INFO A1 [612] R:OK -2015-03-10 11:26:57 queue INFO >>A1 [613] -2015-03-10 11:26:57 sendUrl INFO A1 [613] R:OK -2015-03-10 11:27:47 queue INFO >>A1 [614] -2015-03-10 11:27:47 sendUrl INFO A1 [614] R:OK -2015-03-10 11:28:37 queue INFO >>A1 [615] -2015-03-10 11:28:37 sendUrl INFO A1 [615] R:OK -2015-03-10 11:29:27 queue INFO >>A1 [616] -2015-03-10 11:29:28 sendUrl INFO A1 [616] R:OK -2015-03-10 11:30:17 queue INFO B1 [617] -2015-03-10 11:30:17 queue INFO B9 [618] -2015-03-10 11:30:17 sendUrl INFO B1 [617] R:OK -2015-03-10 11:30:17 queue INFO >B9 [619] -2015-03-10 11:30:18 sendUrl INFO B9 [618] R:OK -2015-03-10 11:30:18 sendUrl INFO B9 [619] R:OK -2015-03-10 11:31:07 queue INFO >>B9 [620] -2015-03-10 11:31:08 sendUrl INFO B9 [620] R:OK -2015-03-10 11:31:10 queue INFO A9 [621] -2015-03-10 11:31:10 queue INFO >A9 [622] -2015-03-10 11:31:11 sendUrl INFO A9 [621] R:OK -2015-03-10 11:31:11 sendUrl INFO A9 [622] R:OK -2015-03-10 11:31:14 queue INFO 81 [623] -2015-03-10 11:31:14 queue INFO >81 [624] -2015-03-10 11:31:14 sendUrl INFO 81 [623] R:OK -2015-03-10 11:31:15 sendUrl INFO 81 [624] R:OK -2015-03-10 11:31:16 queue INFO 83 [625] -2015-03-10 11:31:16 sendUrl INFO 83 [625] R:OK -2015-03-10 11:31:16 queue INFO >83 [626] -2015-03-10 11:31:17 sendUrl INFO 83 [626] R:OK -2015-03-10 11:31:33 queue INFO 87 [627] -2015-03-10 11:31:33 sendUrl INFO 87 [627] R:OK -2015-03-10 11:31:33 queue INFO >87 [628] -2015-03-10 11:31:34 sendUrl INFO 87 [628] R:OK -2015-03-10 11:31:36 queue INFO 83 [629] -2015-03-10 11:31:36 queue INFO >83 [630] -2015-03-10 11:31:36 sendUrl INFO 83 [629] R:OK -2015-03-10 11:31:37 sendUrl INFO 83 [630] R:OK -2015-03-10 11:32:26 queue INFO >>83 [631] -2015-03-10 11:32:27 sendUrl INFO 83 [631] R:OK -2015-03-10 11:33:16 queue INFO >>83 [632] -2015-03-10 11:33:17 sendUrl INFO 83 [632] R:OK -2015-03-10 11:34:06 queue INFO >>83 [633] -2015-03-10 11:34:07 sendUrl INFO 83 [633] R:OK -2015-03-10 11:34:57 queue INFO >>83 [634] -2015-03-10 11:34:57 sendUrl INFO 83 [634] R:OK -2015-03-10 11:35:47 queue INFO >>83 [635] -2015-03-10 11:35:47 sendUrl INFO 83 [635] R:OK -2015-03-10 11:36:37 queue INFO >>83 [636] -2015-03-10 11:36:37 sendUrl INFO 83 [636] R:OK -2015-03-10 11:37:27 queue INFO >>83 [637] -2015-03-10 11:37:28 sendUrl INFO 83 [637] R:OK -2015-03-10 11:38:17 queue INFO >>83 [638] -2015-03-10 11:38:17 sendUrl INFO 83 [638] R:OK -2015-03-10 11:39:07 queue INFO >>83 [639] -2015-03-10 11:39:08 sendUrl INFO 83 [639] R:OK -2015-03-10 11:39:58 queue INFO >>83 [640] -2015-03-10 11:39:58 sendUrl INFO 83 [640] R:OK -2015-03-10 11:40:23 queue INFO 87 [641] -2015-03-10 11:40:23 queue INFO >87 [642] -2015-03-10 11:40:23 sendUrl INFO 87 [641] R:OK -2015-03-10 11:40:24 sendUrl INFO 87 [642] R:OK -2015-03-10 11:40:26 queue INFO 83 [643] -2015-03-10 11:40:26 queue INFO >83 [644] -2015-03-10 11:40:26 sendUrl INFO 83 [643] R:OK -2015-03-10 11:40:27 sendUrl INFO 83 [644] R:OK -2015-03-10 11:41:16 queue INFO >>83 [645] -2015-03-10 11:41:17 sendUrl INFO 83 [645] R:OK -2015-03-10 11:42:06 queue INFO >>83 [646] -2015-03-10 11:42:06 sendUrl INFO 83 [646] R:OK -2015-03-10 11:42:57 queue INFO >>83 [647] -2015-03-10 11:42:57 sendUrl INFO 83 [647] R:OK -2015-03-10 11:43:47 queue INFO >>83 [648] -2015-03-10 11:43:47 sendUrl INFO 83 [648] R:OK -2015-03-10 11:44:37 queue INFO >>83 [649] -2015-03-10 11:44:37 sendUrl INFO 83 [649] R:OK -2015-03-10 11:45:27 queue INFO >>83 [650] -2015-03-10 11:45:27 sendUrl INFO 83 [650] R:OK -2015-03-10 11:46:17 queue INFO >>83 [651] -2015-03-10 11:46:18 sendUrl INFO 83 [651] R:OK -2015-03-10 11:47:07 queue INFO >>83 [652] -2015-03-10 11:47:07 sendUrl INFO 83 [652] R:OK -2015-03-10 11:47:57 queue INFO >>83 [653] -2015-03-10 11:47:58 sendUrl INFO 83 [653] R:OK -2015-03-10 11:48:48 queue INFO >>83 [654] -2015-03-10 11:48:48 sendUrl INFO 83 [654] R:OK -2015-03-10 11:49:13 queue INFO 87 [655] -2015-03-10 11:49:13 queue INFO >87 [656] -2015-03-10 11:49:14 sendUrl INFO 87 [655] R:OK -2015-03-10 11:49:14 sendUrl INFO 87 [656] R:OK -2015-03-10 11:49:16 queue INFO 83 [657] -2015-03-10 11:49:16 queue INFO >83 [658] -2015-03-10 11:49:17 sendUrl INFO 83 [657] R:OK -2015-03-10 11:49:17 sendUrl INFO 83 [658] R:OK -2015-03-10 11:50:06 queue INFO >>83 [659] -2015-03-10 11:50:07 sendUrl INFO 83 [659] R:OK -2015-03-10 11:50:57 queue INFO >>83 [660] -2015-03-10 11:50:57 sendUrl INFO 83 [660] R:OK -2015-03-10 11:51:47 queue INFO >>83 [661] -2015-03-10 11:51:47 sendUrl INFO 83 [661] R:OK -2015-03-10 11:52:37 queue INFO >>83 [662] -2015-03-10 11:52:37 sendUrl INFO 83 [662] R:OK -2015-03-10 11:53:27 queue INFO >>83 [663] -2015-03-10 11:53:28 sendUrl INFO 83 [663] R:OK -2015-03-10 11:54:17 queue INFO >>83 [664] -2015-03-10 11:54:17 sendUrl INFO 83 [664] R:OK -2015-03-10 11:55:07 queue INFO >>83 [665] -2015-03-10 11:55:08 sendUrl INFO 83 [665] R:OK -2015-03-10 11:55:57 queue INFO >>83 [666] -2015-03-10 11:55:58 sendUrl INFO 83 [666] R:OK -2015-03-10 11:56:48 queue INFO >>83 [667] -2015-03-10 11:56:48 sendUrl INFO 83 [667] R:OK -2015-03-10 11:57:38 queue INFO >>83 [668] -2015-03-10 11:57:38 sendUrl INFO 83 [668] R:OK -2015-03-10 11:58:04 queue INFO 87 [669] -2015-03-10 11:58:04 queue INFO >87 [670] -2015-03-10 11:58:04 sendUrl INFO 87 [669] R:OK -2015-03-10 11:58:05 sendUrl INFO 87 [670] R:OK -2015-03-10 11:58:07 queue INFO 83 [671] -2015-03-10 11:58:07 queue INFO >83 [672] -2015-03-10 11:58:07 sendUrl INFO 83 [671] R:OK -2015-03-10 11:58:08 sendUrl INFO 83 [672] R:OK -2015-03-10 11:58:57 queue INFO >>83 [673] -2015-03-10 11:58:57 sendUrl INFO 83 [673] R:OK -2015-03-10 11:59:47 queue INFO >>83 [674] -2015-03-10 11:59:48 sendUrl INFO 83 [674] R:OK -2015-03-10 12:00:37 queue INFO >>83 [675] -2015-03-10 12:00:38 sendUrl INFO 83 [675] R:OK -2015-03-10 12:01:28 queue INFO >>83 [676] -2015-03-10 12:01:28 sendUrl INFO 83 [676] R:OK -2015-03-10 12:02:18 queue INFO >>83 [677] -2015-03-10 12:02:18 sendUrl INFO 83 [677] R:OK -2015-03-10 12:03:08 queue INFO >>83 [678] -2015-03-10 12:03:08 sendUrl INFO 83 [678] R:OK -2015-03-10 12:03:58 queue INFO >>83 [679] -2015-03-10 12:03:58 sendUrl INFO 83 [679] R:OK -2015-03-10 12:04:48 queue INFO >>83 [680] -2015-03-10 12:04:49 sendUrl INFO 83 [680] R:OK -2015-03-10 12:05:38 queue INFO >>83 [681] -2015-03-10 12:05:38 sendUrl INFO 83 [681] R:OK -2015-03-10 12:06:28 queue INFO >>83 [682] -2015-03-10 12:06:29 sendUrl INFO 83 [682] R:OK -2015-03-10 12:06:55 queue INFO 87 [683] -2015-03-10 12:06:55 sendUrl INFO 87 [683] R:OK -2015-03-10 12:06:55 queue INFO >87 [684] -2015-03-10 12:06:55 sendUrl INFO 87 [684] R:OK -2015-03-10 12:06:58 queue INFO 83 [685] -2015-03-10 12:06:58 sendUrl INFO 83 [685] R:OK -2015-03-10 12:06:58 queue INFO >83 [686] -2015-03-10 12:06:58 sendUrl INFO 83 [686] R:OK -2015-03-10 12:07:48 queue INFO >>83 [687] -2015-03-10 12:07:48 sendUrl INFO 83 [687] R:OK -2015-03-10 12:08:38 queue INFO >>83 [688] -2015-03-10 12:08:39 sendUrl INFO 83 [688] R:OK -2015-03-10 12:09:28 queue INFO >>83 [689] -2015-03-10 12:09:28 sendUrl INFO 83 [689] R:OK -2015-03-10 12:10:18 queue INFO >>83 [690] -2015-03-10 12:10:19 sendUrl INFO 83 [690] R:OK -2015-03-10 12:11:09 queue INFO >>83 [691] -2015-03-10 12:11:09 sendUrl INFO 83 [691] R:OK -2015-03-10 12:11:59 queue INFO >>83 [692] -2015-03-10 12:11:59 sendUrl INFO 83 [692] R:OK -2015-03-10 12:12:49 queue INFO >>83 [693] -2015-03-10 12:12:49 sendUrl INFO 83 [693] R:OK -2015-03-10 12:13:39 queue INFO >>83 [694] -2015-03-10 12:13:39 sendUrl INFO 83 [694] R:OK -2015-03-10 12:14:29 queue INFO >>83 [695] -2015-03-10 12:14:29 sendUrl INFO 83 [695] R:OK -2015-03-10 12:15:19 queue INFO >>83 [696] -2015-03-10 12:15:20 sendUrl INFO 83 [696] R:OK -2015-03-10 12:15:57 queue INFO 87 [697] -2015-03-10 12:15:58 queue INFO >87 [698] -2015-03-10 12:15:58 sendUrl INFO 87 [697] R:OK -2015-03-10 12:15:58 sendUrl INFO 87 [698] R:OK -2015-03-10 12:16:00 queue INFO 83 [699] -2015-03-10 12:16:01 queue INFO >83 [700] -2015-03-10 12:16:01 sendUrl INFO 83 [699] R:OK -2015-03-10 12:16:01 sendUrl INFO 83 [700] R:OK -2015-03-10 12:16:51 queue INFO >>83 [701] -2015-03-10 12:16:51 sendUrl INFO 83 [701] R:OK -2015-03-10 12:17:41 queue INFO >>83 [702] -2015-03-10 12:17:41 sendUrl INFO 83 [702] R:OK -2015-03-10 12:18:31 queue INFO >>83 [703] -2015-03-10 12:18:31 sendUrl INFO 83 [703] R:OK -2015-03-10 12:19:21 queue INFO >>83 [704] -2015-03-10 12:19:21 sendUrl INFO 83 [704] R:OK -2015-03-10 12:20:11 queue INFO >>83 [705] -2015-03-10 12:20:11 sendUrl INFO 83 [705] R:OK -2015-03-10 12:21:01 queue INFO >>83 [706] -2015-03-10 12:21:02 sendUrl INFO 83 [706] R:OK -2015-03-10 12:21:51 queue INFO >>83 [707] -2015-03-10 12:21:52 sendUrl INFO 83 [707] R:OK -2015-03-10 12:22:42 queue INFO >>83 [708] -2015-03-10 12:22:42 sendUrl INFO 83 [708] R:OK -2015-03-10 12:23:32 queue INFO >>83 [709] -2015-03-10 12:23:32 sendUrl INFO 83 [709] R:OK -2015-03-10 12:24:22 queue INFO >>83 [710] -2015-03-10 12:24:22 sendUrl INFO 83 [710] R:OK -2015-03-10 12:24:48 queue INFO 87 [711] -2015-03-10 12:24:48 sendUrl INFO 87 [711] R:OK -2015-03-10 12:24:48 queue INFO >87 [712] -2015-03-10 12:24:48 sendUrl INFO 87 [712] R:OK -2015-03-10 12:24:51 queue INFO 83 [713] -2015-03-10 12:24:51 sendUrl INFO 83 [713] R:OK -2015-03-10 12:24:51 queue INFO >83 [714] -2015-03-10 12:24:51 sendUrl INFO 83 [714] R:OK -2015-03-10 12:25:41 queue INFO >>83 [715] -2015-03-10 12:25:41 sendUrl INFO 83 [715] R:OK -2015-03-10 12:26:31 queue INFO >>83 [716] -2015-03-10 12:26:31 sendUrl INFO 83 [716] R:OK -2015-03-10 12:27:21 queue INFO >>83 [717] -2015-03-10 12:27:21 sendUrl INFO 83 [717] R:OK -2015-03-10 12:28:11 queue INFO >>83 [718] -2015-03-10 12:28:12 sendUrl INFO 83 [718] R:OK -2015-03-10 12:29:01 queue INFO >>83 [719] -2015-03-10 12:29:01 sendUrl INFO 83 [719] R:OK -2015-03-10 12:29:51 queue INFO >>83 [720] -2015-03-10 12:29:52 sendUrl INFO 83 [720] R:OK -2015-03-10 12:30:42 queue INFO >>83 [721] -2015-03-10 12:30:42 sendUrl INFO 83 [721] R:OK -2015-03-10 12:31:32 queue INFO >>83 [722] -2015-03-10 12:31:32 sendUrl INFO 83 [722] R:OK -2015-03-10 12:32:22 queue INFO >>83 [723] -2015-03-10 12:32:22 sendUrl INFO 83 [723] R:OK -2015-03-10 12:33:12 queue INFO >>83 [724] -2015-03-10 12:33:13 sendUrl INFO 83 [724] R:OK -2015-03-10 12:33:38 queue INFO 87 [725] -2015-03-10 12:33:38 queue INFO >87 [726] -2015-03-10 12:33:38 sendUrl INFO 87 [725] R:OK -2015-03-10 12:33:39 sendUrl INFO 87 [726] R:OK -2015-03-10 12:33:41 queue INFO 83 [727] -2015-03-10 12:33:41 queue INFO >83 [728] -2015-03-10 12:33:41 sendUrl INFO 83 [727] R:OK -2015-03-10 12:33:42 sendUrl INFO 83 [728] R:OK -2015-03-10 12:34:31 queue INFO >>83 [729] -2015-03-10 12:34:31 sendUrl INFO 83 [729] R:OK -2015-03-10 12:35:21 queue INFO >>83 [730] -2015-03-10 12:35:21 sendUrl INFO 83 [730] R:OK -2015-03-10 12:36:11 queue INFO >>83 [731] -2015-03-10 12:36:11 sendUrl INFO 83 [731] R:OK -2015-03-10 12:37:01 queue INFO >>83 [732] -2015-03-10 12:37:02 sendUrl INFO 83 [732] R:OK -2015-03-10 12:37:51 queue INFO >>83 [733] -2015-03-10 12:37:52 sendUrl INFO 83 [733] R:OK -2015-03-10 12:38:42 queue INFO >>83 [734] -2015-03-10 12:38:42 sendUrl INFO 83 [734] R:OK -2015-03-10 12:39:32 queue INFO >>83 [735] -2015-03-10 12:39:32 sendUrl INFO 83 [735] R:OK -2015-03-10 12:40:22 queue INFO >>83 [736] -2015-03-10 12:40:22 sendUrl INFO 83 [736] R:OK -2015-03-10 12:41:12 queue INFO >>83 [737] -2015-03-10 12:41:12 sendUrl INFO 83 [737] R:OK -2015-03-10 12:42:02 queue INFO >>83 [738] -2015-03-10 12:42:03 sendUrl INFO 83 [738] R:OK -2015-03-10 12:42:28 queue INFO 87 [739] -2015-03-10 12:42:28 queue INFO >87 [740] -2015-03-10 12:42:28 sendUrl INFO 87 [739] R:OK -2015-03-10 12:42:29 sendUrl INFO 87 [740] R:OK -2015-03-10 12:42:31 queue INFO 83 [741] -2015-03-10 12:42:31 queue INFO >83 [742] -2015-03-10 12:42:31 sendUrl INFO 83 [741] R:OK -2015-03-10 12:42:32 sendUrl INFO 83 [742] R:OK -2015-03-10 12:43:21 queue INFO >>83 [743] -2015-03-10 12:43:21 sendUrl INFO 83 [743] R:OK -2015-03-10 12:44:11 queue INFO >>83 [744] -2015-03-10 12:44:11 sendUrl INFO 83 [744] R:OK -2015-03-10 12:45:01 queue INFO >>83 [745] -2015-03-10 12:45:02 sendUrl INFO 83 [745] R:OK -2015-03-10 12:45:52 queue INFO >>83 [746] -2015-03-10 12:45:52 sendUrl INFO 83 [746] R:OK -2015-03-10 12:46:42 queue INFO >>83 [747] -2015-03-10 12:46:42 sendUrl INFO 83 [747] R:OK -2015-03-10 12:47:32 queue INFO >>83 [748] -2015-03-10 12:47:32 sendUrl INFO 83 [748] R:OK -2015-03-10 12:48:22 queue INFO >>83 [749] -2015-03-10 12:48:22 sendUrl INFO 83 [749] R:OK -2015-03-10 12:49:12 queue INFO >>83 [750] -2015-03-10 12:49:13 sendUrl INFO 83 [750] R:OK -2015-03-10 12:50:02 queue INFO >>83 [751] -2015-03-10 12:50:03 sendUrl INFO 83 [751] R:OK -2015-03-10 12:50:52 queue INFO >>83 [752] -2015-03-10 12:50:53 sendUrl INFO 83 [752] R:OK -2015-03-10 12:51:18 queue INFO 87 [753] -2015-03-10 12:51:19 queue INFO >87 [754] -2015-03-10 12:51:19 sendUrl INFO 87 [753] R:OK -2015-03-10 12:51:19 sendUrl INFO 87 [754] R:OK -2015-03-10 12:51:22 queue INFO 83 [755] -2015-03-10 12:51:22 queue INFO >83 [756] -2015-03-10 12:51:22 sendUrl INFO 83 [755] R:OK -2015-03-10 12:51:22 sendUrl INFO 83 [756] R:OK -2015-03-10 12:52:12 queue INFO >>83 [757] -2015-03-10 12:52:12 sendUrl INFO 83 [757] R:OK -2015-03-10 12:53:02 queue INFO >>83 [758] -2015-03-10 12:53:02 sendUrl INFO 83 [758] R:OK -2015-03-10 12:53:52 queue INFO >>83 [759] -2015-03-10 12:53:52 sendUrl INFO 83 [759] R:OK -2015-03-10 12:54:42 queue INFO >>83 [760] -2015-03-10 12:54:42 sendUrl INFO 83 [760] R:OK -2015-03-10 12:55:32 queue INFO >>83 [761] -2015-03-10 12:55:33 sendUrl INFO 83 [761] R:OK -2015-03-10 12:56:22 queue INFO >>83 [762] -2015-03-10 12:56:23 sendUrl INFO 83 [762] R:OK -2015-03-10 12:57:13 queue INFO >>83 [763] -2015-03-10 12:57:13 sendUrl INFO 83 [763] R:OK -2015-03-10 12:58:03 queue INFO >>83 [764] -2015-03-10 12:58:03 sendUrl INFO 83 [764] R:OK -2015-03-10 12:58:53 queue INFO >>83 [765] -2015-03-10 12:58:53 sendUrl INFO 83 [765] R:OK -2015-03-10 12:59:43 queue INFO >>83 [766] -2015-03-10 12:59:43 sendUrl INFO 83 [766] R:OK -2015-03-10 13:00:09 queue INFO 87 [767] -2015-03-10 13:00:10 queue INFO >87 [768] -2015-03-10 13:00:10 sendUrl INFO 87 [767] R:OK -2015-03-10 13:00:10 sendUrl INFO 87 [768] R:OK -2015-03-10 13:00:12 queue INFO 83 [769] -2015-03-10 13:00:12 sendUrl INFO 83 [769] R:OK -2015-03-10 13:00:13 queue INFO >83 [770] -2015-03-10 13:00:13 sendUrl INFO 83 [770] R:OK -2015-03-10 13:01:03 queue INFO >>83 [771] -2015-03-10 13:01:03 sendUrl INFO 83 [771] R:OK -2015-03-10 13:01:53 queue INFO >>83 [772] -2015-03-10 13:01:53 sendUrl INFO 83 [772] R:OK -2015-03-10 13:02:43 queue INFO >>83 [773] -2015-03-10 13:02:43 sendUrl INFO 83 [773] R:OK -2015-03-10 13:03:33 queue INFO >>83 [774] -2015-03-10 13:03:33 sendUrl INFO 83 [774] R:OK -2015-03-10 13:04:23 queue INFO >>83 [775] -2015-03-10 13:04:24 sendUrl INFO 83 [775] R:OK -2015-03-10 13:05:13 queue INFO >>83 [776] -2015-03-10 13:05:13 sendUrl INFO 83 [776] R:OK -2015-03-10 13:06:03 queue INFO >>83 [777] -2015-03-10 13:06:04 sendUrl INFO 83 [777] R:OK -2015-03-10 13:06:53 queue INFO >>83 [778] -2015-03-10 13:06:54 sendUrl INFO 83 [778] R:OK -2015-03-10 13:07:44 queue INFO >>83 [779] -2015-03-10 13:07:44 sendUrl INFO 83 [779] R:OK -2015-03-10 13:08:34 queue INFO >>83 [780] -2015-03-10 13:08:34 sendUrl INFO 83 [780] R:OK -2015-03-10 13:09:12 queue INFO 87 [781] -2015-03-10 13:09:12 queue INFO >87 [782] -2015-03-10 13:09:12 sendUrl INFO 87 [781] R:OK -2015-03-10 13:09:13 sendUrl INFO 87 [782] R:OK -2015-03-10 13:09:15 queue INFO 83 [783] -2015-03-10 13:09:15 queue INFO >83 [784] -2015-03-10 13:09:16 sendUrl INFO 83 [783] R:OK -2015-03-10 13:09:16 sendUrl INFO 83 [784] R:OK -2015-03-10 13:10:05 queue INFO >>83 [785] -2015-03-10 13:10:05 sendUrl INFO 83 [785] R:OK -2015-03-10 13:10:55 queue INFO >>83 [786] -2015-03-10 13:10:56 sendUrl INFO 83 [786] R:OK -2015-03-10 13:11:45 queue INFO >>83 [787] -2015-03-10 13:11:46 sendUrl INFO 83 [787] R:OK -2015-03-10 13:12:36 queue INFO >>83 [788] -2015-03-10 13:12:36 sendUrl INFO 83 [788] R:OK -2015-03-10 13:13:26 queue INFO >>83 [789] -2015-03-10 13:13:26 sendUrl INFO 83 [789] R:OK -2015-03-10 13:14:16 queue INFO >>83 [790] -2015-03-10 13:14:16 sendUrl INFO 83 [790] R:OK -2015-03-10 13:15:06 queue INFO >>83 [791] -2015-03-10 13:15:06 sendUrl INFO 83 [791] R:OK -2015-03-10 13:15:56 queue INFO >>83 [792] -2015-03-10 13:15:57 sendUrl INFO 83 [792] R:OK -2015-03-10 13:16:46 queue INFO >>83 [793] -2015-03-10 13:16:47 sendUrl INFO 83 [793] R:OK -2015-03-10 13:17:37 queue INFO >>83 [794] -2015-03-10 13:17:37 sendUrl INFO 83 [794] R:OK -2015-03-10 13:18:02 queue INFO 87 [795] -2015-03-10 13:18:02 queue INFO >87 [796] -2015-03-10 13:18:03 sendUrl INFO 87 [795] R:OK -2015-03-10 13:18:03 sendUrl INFO 87 [796] R:OK -2015-03-10 13:18:05 queue INFO 83 [797] -2015-03-10 13:18:05 queue INFO >83 [798] -2015-03-10 13:18:06 sendUrl INFO 83 [797] R:OK -2015-03-10 13:18:06 sendUrl INFO 83 [798] R:OK -2015-03-10 13:18:55 queue INFO >>83 [799] -2015-03-10 13:18:55 sendUrl INFO 83 [799] R:OK -2015-03-10 13:19:45 queue INFO >>83 [800] -2015-03-10 13:19:46 sendUrl INFO 83 [800] R:OK -2015-03-10 13:20:36 queue INFO >>83 [801] -2015-03-10 13:20:36 sendUrl INFO 83 [801] R:OK -2015-03-10 13:21:26 queue INFO >>83 [802] -2015-03-10 13:21:26 sendUrl INFO 83 [802] R:OK -2015-03-10 13:22:16 queue INFO >>83 [803] -2015-03-10 13:22:16 sendUrl INFO 83 [803] R:OK -2015-03-10 13:23:06 queue INFO >>83 [804] -2015-03-10 13:23:06 sendUrl INFO 83 [804] R:OK -2015-03-10 13:23:56 queue INFO >>83 [805] -2015-03-10 13:23:56 sendUrl INFO 83 [805] R:OK -2015-03-10 13:24:46 queue INFO >>83 [806] -2015-03-10 13:24:47 sendUrl INFO 83 [806] R:OK -2015-03-10 13:25:36 queue INFO >>83 [807] -2015-03-10 13:25:37 sendUrl INFO 83 [807] R:OK -2015-03-10 13:26:27 queue INFO >>83 [808] -2015-03-10 13:26:27 sendUrl INFO 83 [808] R:OK -2015-03-10 13:26:52 queue INFO 87 [809] -2015-03-10 13:26:52 sendUrl INFO 87 [809] R:OK -2015-03-10 13:26:52 queue INFO >87 [810] -2015-03-10 13:26:53 sendUrl INFO 87 [810] R:OK -2015-03-10 13:26:55 queue INFO 83 [811] -2015-03-10 13:26:55 sendUrl INFO 83 [811] R:OK -2015-03-10 13:26:55 queue INFO >83 [812] -2015-03-10 13:26:56 sendUrl INFO 83 [812] R:OK -2015-03-10 13:27:45 queue INFO >>83 [813] -2015-03-10 13:27:46 sendUrl INFO 83 [813] R:OK -2015-03-10 13:28:35 queue INFO >>83 [814] -2015-03-10 13:28:36 sendUrl INFO 83 [814] R:OK -2015-03-10 13:29:26 queue INFO >>83 [815] -2015-03-10 13:29:26 sendUrl INFO 83 [815] R:OK -2015-03-10 13:30:16 queue INFO >>83 [816] -2015-03-10 13:30:16 sendUrl INFO 83 [816] R:OK -2015-03-10 13:31:06 queue INFO >>83 [817] -2015-03-10 13:31:06 sendUrl INFO 83 [817] R:OK -2015-03-10 13:31:56 queue INFO >>83 [818] -2015-03-10 13:31:56 sendUrl INFO 83 [818] R:OK -2015-03-10 13:32:46 queue INFO >>83 [819] -2015-03-10 13:32:47 sendUrl INFO 83 [819] R:OK -2015-03-10 13:33:36 queue INFO >>83 [820] -2015-03-10 13:33:37 sendUrl INFO 83 [820] R:OK -2015-03-10 13:34:26 queue INFO >>83 [821] -2015-03-10 13:34:27 sendUrl INFO 83 [821] R:OK -2015-03-10 13:35:17 queue INFO >>83 [822] -2015-03-10 13:35:17 sendUrl INFO 83 [822] R:OK -2015-03-10 13:35:42 queue INFO 87 [823] -2015-03-10 13:35:43 queue INFO >87 [824] -2015-03-10 13:35:43 sendUrl INFO 87 [823] R:OK -2015-03-10 13:35:43 sendUrl INFO 87 [824] R:OK -2015-03-10 13:35:45 queue INFO 83 [825] -2015-03-10 13:35:46 queue INFO >83 [826] -2015-03-10 13:35:46 sendUrl INFO 83 [825] R:OK -2015-03-10 13:35:46 sendUrl INFO 83 [826] R:OK -2015-03-10 13:36:36 queue INFO >>83 [827] -2015-03-10 13:36:36 sendUrl INFO 83 [827] R:OK -2015-03-10 13:37:26 queue INFO >>83 [828] -2015-03-10 13:37:26 sendUrl INFO 83 [828] R:OK -2015-03-10 13:38:16 queue INFO >>83 [829] -2015-03-10 13:38:16 sendUrl INFO 83 [829] R:OK -2015-03-10 13:39:06 queue INFO >>83 [830] -2015-03-10 13:39:07 sendUrl INFO 83 [830] R:OK -2015-03-10 13:39:56 queue INFO >>83 [831] -2015-03-10 13:39:56 sendUrl INFO 83 [831] R:OK -2015-03-10 13:40:46 queue INFO >>83 [832] -2015-03-10 13:40:47 sendUrl INFO 83 [832] R:OK -2015-03-10 13:41:37 queue INFO >>83 [833] -2015-03-10 13:41:37 sendUrl INFO 83 [833] R:OK -2015-03-10 13:42:27 queue INFO >>83 [834] -2015-03-10 13:42:27 sendUrl INFO 83 [834] R:OK -2015-03-10 13:43:17 queue INFO >>83 [835] -2015-03-10 13:43:17 sendUrl INFO 83 [835] R:OK -2015-03-10 13:44:07 queue INFO >>83 [836] -2015-03-10 13:44:08 sendUrl INFO 83 [836] R:OK -2015-03-10 13:44:33 queue INFO 87 [837] -2015-03-10 13:44:33 queue INFO >87 [838] -2015-03-10 13:44:33 sendUrl INFO 87 [837] R:OK -2015-03-10 13:44:34 sendUrl INFO 87 [838] R:OK -2015-03-10 13:44:36 queue INFO 83 [839] -2015-03-10 13:44:36 queue INFO >83 [840] -2015-03-10 13:44:36 sendUrl INFO 83 [839] R:OK -2015-03-10 13:44:37 sendUrl INFO 83 [840] R:OK -2015-03-10 13:45:26 queue INFO >>83 [841] -2015-03-10 13:45:27 sendUrl INFO 83 [841] R:OK -2015-03-10 13:46:16 queue INFO >>83 [842] -2015-03-10 13:46:16 sendUrl INFO 83 [842] R:OK -2015-03-10 13:47:06 queue INFO >>83 [843] -2015-03-10 13:47:07 sendUrl INFO 83 [843] R:OK -2015-03-10 13:47:57 queue INFO >>83 [844] -2015-03-10 13:47:57 sendUrl INFO 83 [844] R:OK -2015-03-10 13:48:47 queue INFO >>83 [845] -2015-03-10 13:48:47 sendUrl INFO 83 [845] R:OK -2015-03-10 13:49:37 queue INFO >>83 [846] -2015-03-10 13:49:37 sendUrl INFO 83 [846] R:OK -2015-03-10 13:50:27 queue INFO >>83 [847] -2015-03-10 13:50:27 sendUrl INFO 83 [847] R:OK -2015-03-10 13:51:17 queue INFO >>83 [848] -2015-03-10 13:51:17 sendUrl INFO 83 [848] R:OK -2015-03-10 13:52:07 queue INFO >>83 [849] -2015-03-10 13:52:07 sendUrl INFO 83 [849] R:OK -2015-03-10 13:52:57 queue INFO >>83 [850] -2015-03-10 13:52:58 sendUrl INFO 83 [850] R:OK -2015-03-10 13:53:24 queue INFO 87 [851] -2015-03-10 13:53:24 queue INFO >87 [852] -2015-03-10 13:53:24 sendUrl INFO 87 [851] R:OK -2015-03-10 13:53:25 sendUrl INFO 87 [852] R:OK -2015-03-10 13:53:27 queue INFO 83 [853] -2015-03-10 13:53:27 queue INFO >83 [854] -2015-03-10 13:53:27 sendUrl INFO 83 [853] R:OK -2015-03-10 13:53:28 sendUrl INFO 83 [854] R:OK -2015-03-10 13:54:17 queue INFO >>83 [855] -2015-03-10 13:54:18 sendUrl INFO 83 [855] R:OK -2015-03-10 13:55:07 queue INFO >>83 [856] -2015-03-10 13:55:08 sendUrl INFO 83 [856] R:OK -2015-03-10 13:55:57 queue INFO >>83 [857] -2015-03-10 13:55:58 sendUrl INFO 83 [857] R:OK -2015-03-10 13:56:48 queue INFO >>83 [858] -2015-03-10 13:56:48 sendUrl INFO 83 [858] R:OK -2015-03-10 13:57:38 queue INFO >>83 [859] -2015-03-10 13:57:38 sendUrl INFO 83 [859] R:OK -2015-03-10 13:58:28 queue INFO >>83 [860] -2015-03-10 13:58:28 sendUrl INFO 83 [860] R:OK -2015-03-10 13:59:18 queue INFO >>83 [861] -2015-03-10 13:59:18 sendUrl INFO 83 [861] R:OK -2015-03-10 14:00:08 queue INFO >>83 [862] -2015-03-10 14:00:09 sendUrl INFO 83 [862] R:OK -2015-03-10 14:00:58 queue INFO >>83 [863] -2015-03-10 14:00:59 sendUrl INFO 83 [863] R:OK -2015-03-10 14:01:49 queue INFO >>83 [864] -2015-03-10 14:01:49 sendUrl INFO 83 [864] R:OK -2015-03-10 14:02:26 queue INFO 87 [865] -2015-03-10 14:02:27 queue INFO >87 [866] -2015-03-10 14:02:27 sendUrl INFO 87 [865] R:OK -2015-03-10 14:02:27 sendUrl INFO 87 [866] R:OK -2015-03-10 14:02:29 queue INFO 83 [867] -2015-03-10 14:02:30 queue INFO >83 [868] -2015-03-10 14:02:30 sendUrl INFO 83 [867] R:OK -2015-03-10 14:02:30 sendUrl INFO 83 [868] R:OK -2015-03-10 14:03:20 queue INFO >>83 [869] -2015-03-10 14:03:20 sendUrl INFO 83 [869] R:OK -2015-03-10 14:04:10 queue INFO >>83 [870] -2015-03-10 14:04:10 sendUrl INFO 83 [870] R:OK -2015-03-10 14:05:00 queue INFO >>83 [871] -2015-03-10 14:05:00 sendUrl INFO 83 [871] R:OK -2015-03-10 14:05:50 queue INFO >>83 [872] -2015-03-10 14:05:50 sendUrl INFO 83 [872] R:OK -2015-03-10 14:06:40 queue INFO >>83 [873] -2015-03-10 14:06:41 sendUrl INFO 83 [873] R:OK -2015-03-10 14:07:30 queue INFO >>83 [874] -2015-03-10 14:07:31 sendUrl INFO 83 [874] R:OK -2015-03-10 14:08:21 queue INFO >>83 [875] -2015-03-10 14:08:21 sendUrl INFO 83 [875] R:OK -2015-03-10 14:09:11 queue INFO >>83 [876] -2015-03-10 14:09:11 sendUrl INFO 83 [876] R:OK -2015-03-10 14:10:01 queue INFO >>83 [877] -2015-03-10 14:10:01 sendUrl INFO 83 [877] R:OK -2015-03-10 14:10:51 queue INFO >>83 [878] -2015-03-10 14:10:51 sendUrl INFO 83 [878] R:OK -2015-03-10 14:11:17 queue INFO 87 [879] -2015-03-10 14:11:17 queue INFO >87 [880] -2015-03-10 14:11:17 sendUrl INFO 87 [879] R:OK -2015-03-10 14:11:18 sendUrl INFO 87 [880] R:OK -2015-03-10 14:11:20 queue INFO 83 [881] -2015-03-10 14:11:20 queue INFO >83 [882] -2015-03-10 14:11:20 sendUrl INFO 83 [881] R:OK -2015-03-10 14:11:21 sendUrl INFO 83 [882] R:OK -2015-03-10 14:12:10 queue INFO >>83 [883] -2015-03-10 14:12:10 sendUrl INFO 83 [883] R:OK -2015-03-10 14:12:23 queue INFO 8B [884] -2015-03-10 14:12:24 queue INFO 89 [885] -2015-03-10 14:12:24 queue INFO >89 [886] -2015-03-10 14:12:24 sendUrl INFO 8B [884] R:OK -2015-03-10 14:12:25 sendUrl INFO 89 [885] R:OK -2015-03-10 14:12:25 sendUrl INFO 89 [886] R:OK -2015-03-10 14:13:14 queue INFO >>89 [887] -2015-03-10 14:13:14 sendUrl INFO 89 [887] R:OK -2015-03-10 14:14:04 queue INFO >>89 [888] -2015-03-10 14:14:04 sendUrl INFO 89 [888] R:OK -2015-03-10 14:14:54 queue INFO >>89 [889] -2015-03-10 14:14:55 sendUrl INFO 89 [889] R:OK -2015-03-10 14:15:44 queue INFO >>89 [890] -2015-03-10 14:15:45 sendUrl INFO 89 [890] R:OK -2015-03-10 14:16:34 queue INFO >>89 [891] -2015-03-10 14:16:35 sendUrl INFO 89 [891] R:OK -2015-03-10 14:17:25 queue INFO >>89 [892] -2015-03-10 14:17:25 sendUrl INFO 89 [892] R:OK -2015-03-10 14:18:15 queue INFO >>89 [893] -2015-03-10 14:18:15 sendUrl INFO 89 [893] R:OK -2015-03-10 14:19:05 queue INFO >>89 [894] -2015-03-10 14:19:05 sendUrl INFO 89 [894] R:OK -2015-03-10 14:19:55 queue INFO >>89 [895] -2015-03-10 14:19:55 sendUrl INFO 89 [895] R:OK -2015-03-10 14:20:45 queue INFO >>89 [896] -2015-03-10 14:20:45 sendUrl INFO 89 [896] R:OK -2015-03-10 14:21:25 queue INFO 0 [897] -2015-03-10 14:21:25 queue INFO >0 [898] -2015-03-10 14:21:25 sendUrl INFO 0 [897] R:OK -2015-03-10 14:21:26 sendUrl INFO 0 [898] R:OK -2015-03-10 14:22:15 queue INFO >>0 [899] -2015-03-10 14:22:15 sendUrl INFO 0 [899] R:OK -2015-03-10 14:22:48 queue INFO 1 [900] -2015-03-10 14:22:48 queue INFO >1 [901] -2015-03-10 14:22:48 sendUrl INFO 1 [900] R:OK -2015-03-10 14:22:49 sendUrl INFO 1 [901] R:OK -2015-03-10 14:23:38 queue INFO >>1 [902] -2015-03-10 14:23:38 sendUrl INFO 1 [902] R:OK -2015-03-10 14:23:47 queue INFO 89 [903] -2015-03-10 14:23:47 queue INFO >89 [904] -2015-03-10 14:23:48 sendUrl INFO 89 [903] R:OK -2015-03-10 14:23:48 sendUrl INFO 89 [904] R:OK -2015-03-10 14:24:37 queue INFO >>89 [905] -2015-03-10 14:24:37 sendUrl INFO 89 [905] R:OK -2015-03-10 14:25:27 queue INFO >>89 [906] -2015-03-10 14:25:28 sendUrl INFO 89 [906] R:OK -2015-03-10 14:25:47 queue INFO 99 [907] -2015-03-10 14:25:47 queue INFO >99 [908] -2015-03-10 14:25:47 sendUrl INFO 99 [907] R:OK -2015-03-10 14:25:48 sendUrl INFO 99 [908] R:OK -2015-03-10 14:26:37 queue INFO >>99 [909] -2015-03-10 14:26:37 sendUrl INFO 99 [909] R:OK -2015-03-10 14:27:27 queue INFO >>99 [910] -2015-03-10 14:27:28 sendUrl INFO 99 [910] R:OK -2015-03-10 14:28:17 queue INFO >>99 [911] -2015-03-10 14:28:18 sendUrl INFO 99 [911] R:OK -2015-03-10 14:29:08 queue INFO >>99 [912] -2015-03-10 14:29:08 sendUrl INFO 99 [912] R:OK -2015-03-10 14:29:58 queue INFO >>99 [913] -2015-03-10 14:29:58 sendUrl INFO 99 [913] R:OK -2015-03-10 14:30:48 queue INFO >>99 [914] -2015-03-10 14:30:48 sendUrl INFO 99 [914] R:OK -2015-03-10 14:31:38 queue INFO >>99 [915] -2015-03-10 14:31:38 sendUrl INFO 99 [915] R:OK -2015-03-10 14:32:28 queue INFO >>99 [916] -2015-03-10 14:32:29 sendUrl INFO 99 [916] R:OK -2015-03-10 14:33:18 queue INFO >>99 [917] -2015-03-10 14:33:18 sendUrl INFO 99 [917] R:OK -2015-03-10 14:34:08 queue INFO >>99 [918] -2015-03-10 14:34:09 sendUrl INFO 99 [918] R:OK -2015-03-10 14:34:29 queue INFO 89 [919] -2015-03-10 14:34:30 queue INFO >89 [920] -2015-03-10 14:34:30 sendUrl INFO 89 [919] R:OK -2015-03-10 14:34:30 sendUrl INFO 89 [920] R:OK -2015-03-10 14:34:48 queue INFO 81 [921] -2015-03-10 14:34:48 queue INFO >81 [922] -2015-03-10 14:34:48 sendUrl INFO 81 [921] R:OK -2015-03-10 14:34:49 sendUrl INFO 81 [922] R:OK -2015-03-10 14:34:55 queue INFO 83 [923] -2015-03-10 14:34:55 queue INFO >83 [924] -2015-03-10 14:34:56 sendUrl INFO 83 [923] R:OK -2015-03-10 14:34:56 sendUrl INFO 83 [924] R:OK -2015-03-10 14:35:15 queue INFO 87 [925] -2015-03-10 14:35:15 queue INFO >87 [926] -2015-03-10 14:35:15 sendUrl INFO 87 [925] R:OK -2015-03-10 14:35:16 sendUrl INFO 87 [926] R:OK -2015-03-10 14:35:18 queue INFO 83 [927] -2015-03-10 14:35:18 queue INFO >83 [928] -2015-03-10 14:35:18 sendUrl INFO 83 [927] R:OK -2015-03-10 14:35:19 sendUrl INFO 83 [928] R:OK -2015-03-10 14:36:08 queue INFO >>83 [929] -2015-03-10 14:36:08 sendUrl INFO 83 [929] R:OK -2015-03-10 14:36:23 queue INFO 89 [930] -2015-03-10 14:36:24 queue INFO >89 [931] -2015-03-10 14:36:24 sendUrl INFO 89 [930] R:OK -2015-03-10 14:36:24 sendUrl INFO 89 [931] R:OK -2015-03-10 14:37:14 queue INFO >>89 [932] -2015-03-10 14:37:14 sendUrl INFO 89 [932] R:OK -2015-03-10 14:38:04 queue INFO >>89 [933] -2015-03-10 14:38:04 sendUrl INFO 89 [933] R:OK -2015-03-10 14:38:54 queue INFO >>89 [934] -2015-03-10 14:38:54 sendUrl INFO 89 [934] R:OK -2015-03-10 14:39:44 queue INFO >>89 [935] -2015-03-10 14:39:45 sendUrl INFO 89 [935] R:OK -2015-03-10 14:40:34 queue INFO >>89 [936] -2015-03-10 14:40:34 sendUrl INFO 89 [936] R:OK -2015-03-10 14:41:24 queue INFO >>89 [937] -2015-03-10 14:41:25 sendUrl INFO 89 [937] R:OK -2015-03-10 14:42:15 queue INFO >>89 [938] -2015-03-10 14:42:15 sendUrl INFO 89 [938] R:OK -2015-03-10 14:43:05 queue INFO >>89 [939] -2015-03-10 14:43:05 sendUrl INFO 89 [939] R:OK -2015-03-10 14:43:55 queue INFO >>89 [940] -2015-03-10 14:43:55 sendUrl INFO 89 [940] R:OK -2015-03-10 14:44:04 queue INFO 0 [941] -2015-03-10 14:44:04 sendUrl INFO 0 [941] R:OK -2015-03-10 14:44:04 queue INFO >0 [942] -2015-03-10 14:44:04 sendUrl INFO 0 [942] R:OK -2015-03-10 14:44:12 queue INFO 1 [943] -2015-03-10 14:44:12 queue INFO >1 [944] -2015-03-10 14:44:12 sendUrl INFO 1 [943] R:OK -2015-03-10 14:44:13 sendUrl INFO 1 [944] R:OK -2015-03-10 14:44:18 queue INFO 0 [945] -2015-03-10 14:44:18 sendUrl INFO 0 [945] R:OK -2015-03-10 14:44:18 queue INFO >0 [946] -2015-03-10 14:44:18 sendUrl INFO 0 [946] R:OK -2015-03-10 14:44:20 queue INFO 1 [947] -2015-03-10 14:44:20 queue INFO >1 [948] -2015-03-10 14:44:20 sendUrl INFO 1 [947] R:OK -2015-03-10 14:44:21 sendUrl INFO 1 [948] R:OK -2015-03-10 14:45:09 queue INFO 89 [949] -2015-03-10 14:45:09 sendUrl INFO 89 [949] R:OK -2015-03-10 14:45:09 queue INFO >89 [950] -2015-03-10 14:45:10 sendUrl INFO 89 [950] R:OK -2015-03-10 14:45:59 queue INFO >>89 [951] -2015-03-10 14:46:00 sendUrl INFO 89 [951] R:OK -2015-03-10 14:46:49 queue INFO >>89 [952] -2015-03-10 14:46:50 sendUrl INFO 89 [952] R:OK -2015-03-10 14:47:14 queue INFO 81 [953] -2015-03-10 14:47:14 queue INFO >81 [954] -2015-03-10 14:47:15 sendUrl INFO 81 [953] R:OK -2015-03-10 14:47:15 sendUrl INFO 81 [954] R:OK -2015-03-10 14:47:20 queue INFO 83 [955] -2015-03-10 14:47:21 queue INFO >83 [956] -2015-03-10 14:47:21 sendUrl INFO 83 [955] R:OK -2015-03-10 14:47:21 sendUrl INFO 83 [956] R:OK -2015-03-10 14:47:41 queue INFO 87 [957] -2015-03-10 14:47:41 queue INFO >87 [958] -2015-03-10 14:47:41 sendUrl INFO 87 [957] R:OK -2015-03-10 14:47:41 sendUrl INFO 87 [958] R:OK -2015-03-10 14:47:44 queue INFO 83 [959] -2015-03-10 14:47:44 queue INFO >83 [960] -2015-03-10 14:47:44 sendUrl INFO 83 [959] R:OK -2015-03-10 14:47:44 sendUrl INFO 83 [960] R:OK -2015-03-10 14:48:34 queue INFO >>83 [961] -2015-03-10 14:48:34 sendUrl INFO 83 [961] R:OK -2015-03-10 14:49:24 queue INFO >>83 [962] -2015-03-10 14:49:24 sendUrl INFO 83 [962] R:OK -2015-03-10 14:50:14 queue INFO >>83 [963] -2015-03-10 14:50:14 sendUrl INFO 83 [963] R:OK -2015-03-10 14:51:04 queue INFO >>83 [964] -2015-03-10 14:51:05 sendUrl INFO 83 [964] R:OK -2015-03-10 14:51:54 queue INFO >>83 [965] -2015-03-10 14:51:54 sendUrl INFO 83 [965] R:OK -2015-03-10 14:52:44 queue INFO >>83 [966] -2015-03-10 14:52:45 sendUrl INFO 83 [966] R:OK -2015-03-10 14:53:35 queue INFO >>83 [967] -2015-03-10 14:53:35 sendUrl INFO 83 [967] R:OK -2015-03-10 14:54:25 queue INFO >>83 [968] -2015-03-10 14:54:25 sendUrl INFO 83 [968] R:OK -2015-03-10 14:55:15 queue INFO >>83 [969] -2015-03-10 14:55:15 sendUrl INFO 83 [969] R:OK -2015-03-10 14:56:05 queue INFO >>83 [970] -2015-03-10 14:56:06 sendUrl INFO 83 [970] R:OK -2015-03-10 14:56:31 queue INFO 87 [971] -2015-03-10 14:56:31 queue INFO >87 [972] -2015-03-10 14:56:31 sendUrl INFO 87 [971] R:OK -2015-03-10 14:56:31 sendUrl INFO 87 [972] R:OK -2015-03-10 14:56:34 queue INFO 83 [973] -2015-03-10 14:56:34 queue INFO >83 [974] -2015-03-10 14:56:34 sendUrl INFO 83 [973] R:OK -2015-03-10 14:56:34 sendUrl INFO 83 [974] R:OK -2015-03-10 14:57:24 queue INFO >>83 [975] -2015-03-10 14:57:24 sendUrl INFO 83 [975] R:OK -2015-03-10 14:58:14 queue INFO >>83 [976] -2015-03-10 14:58:14 sendUrl INFO 83 [976] R:OK -2015-03-10 14:59:04 queue INFO >>83 [977] -2015-03-10 14:59:04 sendUrl INFO 83 [977] R:OK -2015-03-10 14:59:54 queue INFO >>83 [978] -2015-03-10 14:59:55 sendUrl INFO 83 [978] R:OK -2015-03-10 15:00:44 queue INFO >>83 [979] -2015-03-10 15:00:45 sendUrl INFO 83 [979] R:OK -2015-03-10 15:01:35 queue INFO >>83 [980] -2015-03-10 15:01:35 sendUrl INFO 83 [980] R:OK -2015-03-10 15:02:25 queue INFO >>83 [981] -2015-03-10 15:02:25 sendUrl INFO 83 [981] R:OK -2015-03-10 15:03:15 queue INFO >>83 [982] -2015-03-10 15:03:15 sendUrl INFO 83 [982] R:OK -2015-03-10 15:04:05 queue INFO >>83 [983] -2015-03-10 15:04:05 sendUrl INFO 83 [983] R:OK -2015-03-10 15:04:55 queue INFO >>83 [984] -2015-03-10 15:04:55 sendUrl INFO 83 [984] R:OK -2015-03-10 15:05:21 queue INFO 87 [985] -2015-03-10 15:05:21 sendUrl INFO 87 [985] R:OK -2015-03-10 15:05:21 queue INFO >87 [986] -2015-03-10 15:05:21 sendUrl INFO 87 [986] R:OK -2015-03-10 15:05:24 queue INFO 83 [987] -2015-03-10 15:05:24 sendUrl INFO 83 [987] R:OK -2015-03-10 15:05:24 queue INFO >83 [988] -2015-03-10 15:05:24 sendUrl INFO 83 [988] R:OK -2015-03-10 15:06:14 queue INFO >>83 [989] -2015-03-10 15:06:14 sendUrl INFO 83 [989] R:OK -2015-03-10 15:07:04 queue INFO >>83 [990] -2015-03-10 15:07:05 sendUrl INFO 83 [990] R:OK -2015-03-10 15:07:54 queue INFO >>83 [991] -2015-03-10 15:07:54 sendUrl INFO 83 [991] R:OK -2015-03-10 15:08:44 queue INFO >>83 [992] -2015-03-10 15:08:45 sendUrl INFO 83 [992] R:OK -2015-03-10 15:09:35 queue INFO >>83 [993] -2015-03-10 15:09:35 sendUrl INFO 83 [993] R:OK -2015-03-10 15:10:25 queue INFO >>83 [994] -2015-03-10 15:10:25 sendUrl INFO 83 [994] R:OK -2015-03-10 15:11:15 queue INFO >>83 [995] -2015-03-10 15:11:15 sendUrl INFO 83 [995] R:OK -2015-03-10 15:12:05 queue INFO >>83 [996] -2015-03-10 15:12:05 sendUrl INFO 83 [996] R:OK -2015-03-10 15:12:55 queue INFO >>83 [997] -2015-03-10 15:12:55 sendUrl INFO 83 [997] R:OK -2015-03-10 15:13:45 queue INFO >>83 [998] -2015-03-10 15:13:46 sendUrl INFO 83 [998] R:OK -2015-03-10 15:14:23 queue INFO 87 [999] -2015-03-10 15:14:23 queue INFO >87 [0] -2015-03-10 15:14:23 sendUrl INFO 87 [999] R:OK -2015-03-10 15:14:24 sendUrl INFO 87 [0] R:OK -2015-03-10 15:14:26 queue INFO 83 [1] -2015-03-10 15:14:26 queue INFO >83 [2] -2015-03-10 15:14:26 sendUrl INFO 83 [1] R:OK -2015-03-10 15:14:27 sendUrl INFO 83 [2] R:OK -2015-03-10 15:15:16 queue INFO >>83 [3] -2015-03-10 15:15:16 sendUrl INFO 83 [3] R:OK -2015-03-10 15:16:06 queue INFO >>83 [4] -2015-03-10 15:16:06 sendUrl INFO 83 [4] R:OK -2015-03-10 15:16:56 queue INFO >>83 [5] -2015-03-10 15:16:57 sendUrl INFO 83 [5] R:OK -2015-03-10 15:17:46 queue INFO >>83 [6] -2015-03-10 15:17:46 sendUrl INFO 83 [6] R:OK -2015-03-10 15:18:36 queue INFO >>83 [7] -2015-03-10 15:18:37 sendUrl INFO 83 [7] R:OK -2015-03-10 15:19:27 queue INFO >>83 [8] -2015-03-10 15:19:27 sendUrl INFO 83 [8] R:OK -2015-03-10 15:20:17 queue INFO >>83 [9] -2015-03-10 15:20:17 sendUrl INFO 83 [9] R:OK -2015-03-10 15:21:07 queue INFO >>83 [10] -2015-03-10 15:21:07 sendUrl INFO 83 [10] R:OK -2015-03-10 15:21:57 queue INFO >>83 [11] -2015-03-10 15:21:58 sendUrl INFO 83 [11] R:OK -2015-03-10 15:22:47 queue INFO >>83 [12] -2015-03-10 15:22:47 sendUrl INFO 83 [12] R:OK -2015-03-10 15:23:14 queue INFO 87 [13] -2015-03-10 15:23:14 sendUrl INFO 87 [13] R:OK -2015-03-10 15:23:14 queue INFO >87 [14] -2015-03-10 15:23:14 sendUrl INFO 87 [14] R:OK -2015-03-10 15:23:17 queue INFO 83 [15] -2015-03-10 15:23:17 queue INFO >83 [16] -2015-03-10 15:23:17 sendUrl INFO 83 [15] R:OK -2015-03-10 15:23:17 sendUrl INFO 83 [16] R:OK -2015-03-10 15:24:07 queue INFO >>83 [17] -2015-03-10 15:24:07 sendUrl INFO 83 [17] R:OK -2015-03-10 15:24:57 queue INFO >>83 [18] -2015-03-10 15:24:57 sendUrl INFO 83 [18] R:OK -2015-03-10 15:25:47 queue INFO >>83 [19] -2015-03-10 15:25:47 sendUrl INFO 83 [19] R:OK -2015-03-10 15:26:37 queue INFO >>83 [20] -2015-03-10 15:26:37 sendUrl INFO 83 [20] R:OK -2015-03-10 15:27:27 queue INFO >>83 [21] -2015-03-10 15:27:28 sendUrl INFO 83 [21] R:OK -2015-03-10 15:28:17 queue INFO >>83 [22] -2015-03-10 15:28:18 sendUrl INFO 83 [22] R:OK -2015-03-10 15:29:08 queue INFO >>83 [23] -2015-03-10 15:29:08 sendUrl INFO 83 [23] R:OK -2015-03-10 15:29:58 queue INFO >>83 [24] -2015-03-10 15:29:58 sendUrl INFO 83 [24] R:OK -2015-03-10 15:30:48 queue INFO >>83 [25] -2015-03-10 15:30:48 sendUrl INFO 83 [25] R:OK -2015-03-10 15:31:38 queue INFO >>83 [26] -2015-03-10 15:31:39 sendUrl INFO 83 [26] R:OK -2015-03-10 15:32:05 queue INFO 87 [27] -2015-03-10 15:32:05 queue INFO >87 [28] -2015-03-10 15:32:05 sendUrl INFO 87 [27] R:OK -2015-03-10 15:32:06 sendUrl INFO 87 [28] R:OK -2015-03-10 15:32:08 queue INFO 83 [29] -2015-03-10 15:32:08 queue INFO >83 [30] -2015-03-10 15:32:08 sendUrl INFO 83 [29] R:OK -2015-03-10 15:32:09 sendUrl INFO 83 [30] R:OK -2015-03-10 15:32:58 queue INFO >>83 [31] -2015-03-10 15:32:59 sendUrl INFO 83 [31] R:OK -2015-03-10 15:33:48 queue INFO >>83 [32] -2015-03-10 15:33:48 sendUrl INFO 83 [32] R:OK -2015-03-10 15:34:38 queue INFO >>83 [33] -2015-03-10 15:34:39 sendUrl INFO 83 [33] R:OK -2015-03-10 15:34:56 queue INFO 89 [34] -2015-03-10 15:34:56 queue INFO >89 [35] -2015-03-10 15:34:56 sendUrl INFO 89 [34] R:OK -2015-03-10 15:34:57 sendUrl INFO 89 [35] R:OK -2015-03-10 15:35:46 queue INFO >>89 [36] -2015-03-10 15:35:46 sendUrl INFO 89 [36] R:OK -2015-03-10 15:36:36 queue INFO >>89 [37] -2015-03-10 15:36:37 sendUrl INFO 89 [37] R:OK -2015-03-10 15:37:26 queue INFO >>89 [38] -2015-03-10 15:37:27 sendUrl INFO 89 [38] R:OK -2015-03-10 15:38:16 queue INFO >>89 [39] -2015-03-10 15:38:17 sendUrl INFO 89 [39] R:OK -2015-03-10 15:39:07 queue INFO >>89 [40] -2015-03-10 15:39:07 sendUrl INFO 89 [40] R:OK -2015-03-10 15:39:57 queue INFO >>89 [41] -2015-03-10 15:39:57 sendUrl INFO 89 [41] R:OK -2015-03-10 15:40:47 queue INFO >>89 [42] -2015-03-10 15:40:47 sendUrl INFO 89 [42] R:OK -2015-03-10 15:40:49 queue INFO 0 [43] -2015-03-10 15:40:50 queue INFO >0 [44] -2015-03-10 15:40:50 sendUrl INFO 0 [43] R:OK -2015-03-10 15:40:50 sendUrl INFO 0 [44] R:OK -2015-03-10 15:40:53 queue INFO 1 [45] -2015-03-10 15:40:53 sendUrl INFO 1 [45] R:OK -2015-03-10 15:40:53 queue INFO >1 [46] -2015-03-10 15:40:54 sendUrl INFO 1 [46] R:OK -2015-03-10 15:40:58 queue INFO 0 [47] -2015-03-10 15:40:58 sendUrl INFO 0 [47] R:OK -2015-03-10 15:40:58 queue INFO >0 [48] -2015-03-10 15:40:59 sendUrl INFO 0 [48] R:OK -2015-03-10 15:41:01 queue INFO 1 [49] -2015-03-10 15:41:02 queue INFO >1 [50] -2015-03-10 15:41:02 sendUrl INFO 1 [49] R:OK -2015-03-10 15:41:02 sendUrl INFO 1 [50] R:OK -2015-03-10 15:41:52 queue INFO >>1 [51] -2015-03-10 15:41:52 sendUrl INFO 1 [51] R:OK -2015-03-10 15:42:02 queue INFO 9 [52] -2015-03-10 15:42:02 queue INFO 89 [53] -2015-03-10 15:42:02 sendUrl INFO 9 [52] R:OK -2015-03-10 15:42:02 queue INFO >89 [54] -2015-03-10 15:42:03 sendUrl INFO 89 [53] R:OK -2015-03-10 15:42:03 sendUrl INFO 89 [54] R:OK -2015-03-10 15:42:52 queue INFO >>89 [55] -2015-03-10 15:42:53 sendUrl INFO 89 [55] R:OK -2015-03-10 15:43:06 queue INFO 1 [56] -2015-03-10 15:43:06 queue INFO >1 [57] -2015-03-10 15:43:07 sendUrl INFO 1 [56] R:OK -2015-03-10 15:43:07 sendUrl INFO 1 [57] R:OK -2015-03-10 15:43:08 queue INFO 89 [58] -2015-03-10 15:43:08 queue INFO >89 [59] -2015-03-10 15:43:08 sendUrl INFO 89 [58] R:OK -2015-03-10 15:43:09 sendUrl INFO 89 [59] R:OK -2015-03-10 15:43:19 queue INFO 99 [60] -2015-03-10 15:43:19 sendUrl INFO 99 [60] R:OK -2015-03-10 15:43:19 queue INFO >99 [61] -2015-03-10 15:43:19 sendUrl INFO 99 [61] R:OK -2015-03-10 15:43:24 queue INFO 0 [62] -2015-03-10 15:43:24 sendUrl INFO 0 [62] R:OK -2015-03-10 15:43:24 queue INFO >0 [63] -2015-03-10 15:43:24 sendUrl INFO 0 [63] R:OK -2015-03-10 15:44:14 queue INFO >>0 [64] -2015-03-10 15:44:14 sendUrl INFO 0 [64] R:OK -2015-03-10 15:45:03 queue INFO 1 [65] -2015-03-10 15:45:03 queue INFO >1 [66] -2015-03-10 15:45:03 sendUrl INFO 1 [65] R:OK -2015-03-10 15:45:03 sendUrl INFO 1 [66] R:OK -2015-03-10 15:45:53 queue INFO >>1 [67] -2015-03-10 15:45:53 sendUrl INFO 1 [67] R:OK -2015-03-10 15:45:54 queue INFO 99 [68] -2015-03-10 15:45:54 sendUrl INFO 99 [68] R:OK -2015-03-10 15:45:54 queue INFO >99 [69] -2015-03-10 15:45:54 sendUrl INFO 99 [69] R:OK -2015-03-10 15:46:44 queue INFO >>99 [70] -2015-03-10 15:46:44 sendUrl INFO 99 [70] R:OK -2015-03-10 15:47:34 queue INFO >>99 [71] -2015-03-10 15:47:35 sendUrl INFO 99 [71] R:OK -2015-03-10 15:48:19 queue INFO 89 [72] -2015-03-10 15:48:19 queue INFO >89 [73] -2015-03-10 15:48:19 sendUrl INFO 89 [72] R:OK -2015-03-10 15:48:20 sendUrl INFO 89 [73] R:OK -2015-03-10 15:48:58 queue INFO 81 [74] -2015-03-10 15:48:58 queue INFO >81 [75] -2015-03-10 15:48:59 sendUrl INFO 81 [74] R:OK -2015-03-10 15:48:59 sendUrl INFO 81 [75] R:OK -2015-03-10 15:49:01 queue INFO 83 [76] -2015-03-10 15:49:01 queue INFO >83 [77] -2015-03-10 15:49:01 sendUrl INFO 83 [76] R:OK -2015-03-10 15:49:02 sendUrl INFO 83 [77] R:OK -2015-03-10 15:49:22 queue INFO 87 [78] -2015-03-10 15:49:22 queue INFO >87 [79] -2015-03-10 15:49:22 sendUrl INFO 87 [78] R:OK -2015-03-10 15:49:23 sendUrl INFO 87 [79] R:OK -2015-03-10 15:49:25 queue INFO 83 [80] -2015-03-10 15:49:25 queue INFO >83 [81] -2015-03-10 15:49:25 sendUrl INFO 83 [80] R:OK -2015-03-10 15:49:26 sendUrl INFO 83 [81] R:OK -2015-03-10 15:50:15 queue INFO >>83 [82] -2015-03-10 15:50:16 sendUrl INFO 83 [82] R:OK -2015-03-10 15:51:05 queue INFO >>83 [83] -2015-03-10 15:51:05 sendUrl INFO 83 [83] R:OK -2015-03-10 15:51:55 queue INFO >>83 [84] -2015-03-10 15:51:56 sendUrl INFO 83 [84] R:OK -2015-03-10 15:52:46 queue INFO >>83 [85] -2015-03-10 15:52:46 sendUrl INFO 83 [85] R:OK -2015-03-10 15:53:36 queue INFO >>83 [86] -2015-03-10 15:53:36 sendUrl INFO 83 [86] R:OK -2015-03-10 15:54:26 queue INFO >>83 [87] -2015-03-10 15:54:26 sendUrl INFO 83 [87] R:OK -2015-03-10 15:55:16 queue INFO >>83 [88] -2015-03-10 15:55:16 sendUrl INFO 83 [88] R:OK -2015-03-10 15:56:06 queue INFO >>83 [89] -2015-03-10 15:56:06 sendUrl INFO 83 [89] R:OK -2015-03-10 15:56:56 queue INFO >>83 [90] -2015-03-10 15:56:57 sendUrl INFO 83 [90] R:OK -2015-03-10 15:57:46 queue INFO >>83 [91] -2015-03-10 15:57:47 sendUrl INFO 83 [91] R:OK -2015-03-10 15:58:12 queue INFO 87 [92] -2015-03-10 15:58:12 queue INFO >87 [93] -2015-03-10 15:58:12 sendUrl INFO 87 [92] R:OK -2015-03-10 15:58:13 sendUrl INFO 87 [93] R:OK -2015-03-10 15:58:15 queue INFO 83 [94] -2015-03-10 15:58:15 queue INFO >83 [95] -2015-03-10 15:58:15 sendUrl INFO 83 [94] R:OK -2015-03-10 15:58:16 sendUrl INFO 83 [95] R:OK -2015-03-10 15:59:05 queue INFO >>83 [96] -2015-03-10 15:59:06 sendUrl INFO 83 [96] R:OK -2015-03-10 15:59:55 queue INFO >>83 [97] -2015-03-10 15:59:56 sendUrl INFO 83 [97] R:OK -2015-03-10 16:00:45 queue INFO >>83 [98] -2015-03-10 16:00:46 sendUrl INFO 83 [98] R:OK -2015-03-10 16:01:36 queue INFO >>83 [99] -2015-03-10 16:01:36 sendUrl INFO 83 [99] R:OK -2015-03-10 16:02:26 queue INFO >>83 [100] -2015-03-10 16:02:26 sendUrl INFO 83 [100] R:OK -2015-03-10 16:03:16 queue INFO >>83 [101] -2015-03-10 16:03:16 sendUrl INFO 83 [101] R:OK -2015-03-10 16:04:06 queue INFO >>83 [102] -2015-03-10 16:04:06 sendUrl INFO 83 [102] R:OK -2015-03-10 16:04:56 queue INFO >>83 [103] -2015-03-10 16:04:57 sendUrl INFO 83 [103] R:OK -2015-03-10 16:05:46 queue INFO >>83 [104] -2015-03-10 16:05:47 sendUrl INFO 83 [104] R:OK -2015-03-10 16:06:37 queue INFO >>83 [105] -2015-03-10 16:06:37 sendUrl INFO 83 [105] R:OK -2015-03-10 16:07:02 queue INFO 87 [106] -2015-03-10 16:07:02 queue INFO >87 [107] -2015-03-10 16:07:02 sendUrl INFO 87 [106] R:OK -2015-03-10 16:07:03 sendUrl INFO 87 [107] R:OK -2015-03-10 16:07:05 queue INFO 83 [108] -2015-03-10 16:07:05 queue INFO >83 [109] -2015-03-10 16:07:05 sendUrl INFO 83 [108] R:OK -2015-03-10 16:07:06 sendUrl INFO 83 [109] R:OK -2015-03-10 16:07:55 queue INFO >>83 [110] -2015-03-10 16:07:56 sendUrl INFO 83 [110] R:OK -2015-03-10 16:08:13 queue INFO 89 [111] -2015-03-10 16:08:13 sendUrl INFO 89 [111] R:OK -2015-03-10 16:08:13 queue INFO >89 [112] -2015-03-10 16:08:13 sendUrl INFO 89 [112] R:OK -2015-03-10 16:09:03 queue INFO >>89 [113] -2015-03-10 16:09:03 sendUrl INFO 89 [113] R:OK -2015-03-10 16:09:08 queue INFO 81 [114] -2015-03-10 16:09:09 queue INFO >81 [115] -2015-03-10 16:09:09 sendUrl INFO 81 [114] R:OK -2015-03-10 16:09:09 sendUrl INFO 81 [115] R:OK -2015-03-10 16:09:12 queue INFO 83 [116] -2015-03-10 16:09:13 queue INFO >83 [117] -2015-03-10 16:09:13 sendUrl INFO 83 [116] R:OK -2015-03-10 16:09:13 sendUrl INFO 83 [117] R:OK -2015-03-10 16:10:03 queue INFO >>83 [118] -2015-03-10 16:10:03 sendUrl INFO 83 [118] R:OK -2015-03-10 16:10:53 queue INFO >>83 [119] -2015-03-10 16:10:53 sendUrl INFO 83 [119] R:OK -2015-03-10 16:11:43 queue INFO >>83 [120] -2015-03-10 16:11:43 sendUrl INFO 83 [120] R:OK -2015-03-10 16:12:33 queue INFO >>83 [121] -2015-03-10 16:12:33 sendUrl INFO 83 [121] R:OK -2015-03-10 16:13:23 queue INFO >>83 [122] -2015-03-10 16:13:24 sendUrl INFO 83 [122] R:OK -2015-03-10 16:14:13 queue INFO >>83 [123] -2015-03-10 16:14:14 sendUrl INFO 83 [123] R:OK -2015-03-10 16:15:03 queue INFO >>83 [124] -2015-03-10 16:15:04 sendUrl INFO 83 [124] R:OK -2015-03-10 16:15:54 queue INFO >>83 [125] -2015-03-10 16:15:54 sendUrl INFO 83 [125] R:OK -2015-03-10 16:16:04 queue INFO 87 [126] -2015-03-10 16:16:04 queue INFO >87 [127] -2015-03-10 16:16:04 sendUrl INFO 87 [126] R:OK -2015-03-10 16:16:05 sendUrl INFO 87 [127] R:OK -2015-03-10 16:16:07 queue INFO 83 [128] -2015-03-10 16:16:07 queue INFO >83 [129] -2015-03-10 16:16:08 sendUrl INFO 83 [128] R:OK -2015-03-10 16:16:08 sendUrl INFO 83 [129] R:OK -2015-03-10 16:16:57 queue INFO >>83 [130] -2015-03-10 16:16:57 sendUrl INFO 83 [130] R:OK -2015-03-10 16:17:47 queue INFO >>83 [131] -2015-03-10 16:17:48 sendUrl INFO 83 [131] R:OK -2015-03-10 16:18:38 queue INFO >>83 [132] -2015-03-10 16:18:38 sendUrl INFO 83 [132] R:OK -2015-03-10 16:19:28 queue INFO >>83 [133] -2015-03-10 16:19:28 sendUrl INFO 83 [133] R:OK -2015-03-10 16:20:18 queue INFO >>83 [134] -2015-03-10 16:20:18 sendUrl INFO 83 [134] R:OK -2015-03-10 16:21:08 queue INFO >>83 [135] -2015-03-10 16:21:08 sendUrl INFO 83 [135] R:OK -2015-03-10 16:21:58 queue INFO >>83 [136] -2015-03-10 16:21:58 sendUrl INFO 83 [136] R:OK -2015-03-10 16:22:48 queue INFO >>83 [137] -2015-03-10 16:22:49 sendUrl INFO 83 [137] R:OK -2015-03-10 16:23:38 queue INFO >>83 [138] -2015-03-10 16:23:39 sendUrl INFO 83 [138] R:OK -2015-03-10 16:24:29 queue INFO >>83 [139] -2015-03-10 16:24:29 sendUrl INFO 83 [139] R:OK -2015-03-10 16:24:55 queue INFO 87 [140] -2015-03-10 16:24:55 queue INFO >87 [141] -2015-03-10 16:24:55 sendUrl INFO 87 [140] R:OK -2015-03-10 16:24:56 sendUrl INFO 87 [141] R:OK -2015-03-10 16:24:58 queue INFO 83 [142] -2015-03-10 16:24:58 queue INFO >83 [143] -2015-03-10 16:24:58 sendUrl INFO 83 [142] R:OK -2015-03-10 16:24:59 sendUrl INFO 83 [143] R:OK -2015-03-10 16:25:48 queue INFO >>83 [144] -2015-03-10 16:25:49 sendUrl INFO 83 [144] R:OK -2015-03-10 16:26:38 queue INFO >>83 [145] -2015-03-10 16:26:38 sendUrl INFO 83 [145] R:OK -2015-03-10 16:27:28 queue INFO >>83 [146] -2015-03-10 16:27:29 sendUrl INFO 83 [146] R:OK -2015-03-10 16:28:18 queue INFO >>83 [147] -2015-03-10 16:28:19 sendUrl INFO 83 [147] R:OK -2015-03-10 16:29:09 queue INFO >>83 [148] -2015-03-10 16:29:09 sendUrl INFO 83 [148] R:OK -2015-03-10 16:29:59 queue INFO >>83 [149] -2015-03-10 16:29:59 sendUrl INFO 83 [149] R:OK -2015-03-10 16:30:49 queue INFO >>83 [150] -2015-03-10 16:30:49 sendUrl INFO 83 [150] R:OK -2015-03-10 16:31:39 queue INFO >>83 [151] -2015-03-10 16:31:39 sendUrl INFO 83 [151] R:OK -2015-03-10 16:32:29 queue INFO >>83 [152] -2015-03-10 16:32:29 sendUrl INFO 83 [152] R:OK -2015-03-10 16:33:19 queue INFO >>83 [153] -2015-03-10 16:33:20 sendUrl INFO 83 [153] R:OK -2015-03-10 16:33:46 queue INFO 87 [154] -2015-03-10 16:33:47 queue INFO >87 [155] -2015-03-10 16:33:47 sendUrl INFO 87 [154] R:OK -2015-03-10 16:33:47 sendUrl INFO 87 [155] R:OK -2015-03-10 16:33:49 queue INFO 83 [156] -2015-03-10 16:33:50 queue INFO >83 [157] -2015-03-10 16:33:50 sendUrl INFO 83 [156] R:OK -2015-03-10 16:33:50 sendUrl INFO 83 [157] R:OK -2015-03-10 16:34:39 queue INFO >>83 [158] -2015-03-10 16:34:40 sendUrl INFO 83 [158] R:OK -2015-03-10 16:35:30 queue INFO >>83 [159] -2015-03-10 16:35:30 sendUrl INFO 83 [159] R:OK -2015-03-10 16:36:20 queue INFO >>83 [160] -2015-03-10 16:36:20 sendUrl INFO 83 [160] R:OK -2015-03-10 16:37:10 queue INFO >>83 [161] -2015-03-10 16:37:10 sendUrl INFO 83 [161] R:OK -2015-03-10 16:38:00 queue INFO >>83 [162] -2015-03-10 16:38:00 sendUrl INFO 83 [162] R:OK -2015-03-10 16:38:50 queue INFO >>83 [163] -2015-03-10 16:38:51 sendUrl INFO 83 [163] R:OK -2015-03-10 16:39:40 queue INFO >>83 [164] -2015-03-10 16:39:41 sendUrl INFO 83 [164] R:OK -2015-03-10 16:40:31 queue INFO >>83 [165] -2015-03-10 16:40:31 sendUrl INFO 83 [165] R:OK -2015-03-10 16:41:21 queue INFO >>83 [166] -2015-03-10 16:41:21 sendUrl INFO 83 [166] R:OK -2015-03-10 16:42:11 queue INFO >>83 [167] -2015-03-10 16:42:11 sendUrl INFO 83 [167] R:OK -2015-03-10 16:42:36 queue INFO 87 [168] -2015-03-10 16:42:37 queue INFO >87 [169] -2015-03-10 16:42:37 sendUrl INFO 87 [168] R:OK -2015-03-10 16:42:37 sendUrl INFO 87 [169] R:OK -2015-03-10 16:42:40 queue INFO 83 [170] -2015-03-10 16:42:40 queue INFO >83 [171] -2015-03-10 16:42:40 sendUrl INFO 83 [170] R:OK -2015-03-10 16:42:40 sendUrl INFO 83 [171] R:OK -2015-03-10 16:43:30 queue INFO >>83 [172] -2015-03-10 16:43:30 sendUrl INFO 83 [172] R:OK -2015-03-10 16:44:20 queue INFO >>83 [173] -2015-03-10 16:44:20 sendUrl INFO 83 [173] R:OK -2015-03-10 16:45:10 queue INFO >>83 [174] -2015-03-10 16:45:10 sendUrl INFO 83 [174] R:OK -2015-03-10 16:45:43 queue INFO 89 [175] -2015-03-10 16:45:43 queue INFO >89 [176] -2015-03-10 16:45:43 sendUrl INFO 89 [175] R:OK -2015-03-10 16:45:44 sendUrl INFO 89 [176] R:OK -2015-03-10 16:46:33 queue INFO >>89 [177] -2015-03-10 16:46:33 sendUrl INFO 89 [177] R:OK -2015-03-10 16:47:23 queue INFO >>89 [178] -2015-03-10 16:47:23 sendUrl INFO 89 [178] R:OK -2015-03-10 16:48:13 queue INFO >>89 [179] -2015-03-10 16:48:13 sendUrl INFO 89 [179] R:OK -2015-03-10 16:49:03 queue INFO >>89 [180] -2015-03-10 16:49:03 sendUrl INFO 89 [180] R:OK -2015-03-10 16:49:53 queue INFO >>89 [181] -2015-03-10 16:49:54 sendUrl INFO 89 [181] R:OK -2015-03-10 16:50:43 queue INFO >>89 [182] -2015-03-10 16:50:44 sendUrl INFO 89 [182] R:OK -2015-03-10 16:51:34 queue INFO >>89 [183] -2015-03-10 16:51:34 sendUrl INFO 89 [183] R:OK -2015-03-10 16:52:24 queue INFO >>89 [184] -2015-03-10 16:52:24 sendUrl INFO 89 [184] R:OK -2015-03-10 16:53:14 queue INFO >>89 [185] -2015-03-10 16:53:14 sendUrl INFO 89 [185] R:OK -2015-03-10 16:53:44 queue INFO 0 [186] -2015-03-10 16:53:45 queue INFO >0 [187] -2015-03-10 16:53:45 sendUrl INFO 0 [186] R:OK -2015-03-10 16:53:45 sendUrl INFO 0 [187] R:OK -2015-03-10 16:54:00 queue INFO 1 [188] -2015-03-10 16:54:00 queue INFO >1 [189] -2015-03-10 16:54:00 sendUrl INFO 1 [188] R:OK -2015-03-10 16:54:00 sendUrl INFO 1 [189] R:OK -2015-03-10 16:54:50 queue INFO >>1 [190] -2015-03-10 16:54:50 sendUrl INFO 1 [190] R:OK -2015-03-10 16:55:33 queue INFO 89 [191] -2015-03-10 16:55:33 queue INFO >89 [192] -2015-03-10 16:55:33 sendUrl INFO 89 [191] R:OK -2015-03-10 16:55:34 sendUrl INFO 89 [192] R:OK -2015-03-10 16:55:44 queue INFO 99 [193] -2015-03-10 16:55:44 sendUrl INFO 99 [193] R:OK -2015-03-10 16:55:44 queue INFO >99 [194] -2015-03-10 16:55:44 sendUrl INFO 99 [194] R:OK -2015-03-10 16:56:12 queue INFO 89 [195] -2015-03-10 16:56:12 sendUrl INFO 89 [195] R:OK -2015-03-10 16:56:12 queue INFO >89 [196] -2015-03-10 16:56:13 sendUrl INFO 89 [196] R:OK -2015-03-10 16:56:26 queue INFO 81 [197] -2015-03-10 16:56:26 queue INFO >81 [198] -2015-03-10 16:56:26 sendUrl INFO 81 [197] R:OK -2015-03-10 16:56:27 sendUrl INFO 81 [198] R:OK -2015-03-10 16:56:29 queue INFO 83 [199] -2015-03-10 16:56:30 queue INFO >83 [200] -2015-03-10 16:56:30 sendUrl INFO 83 [199] R:OK -2015-03-10 16:56:30 sendUrl INFO 83 [200] R:OK -2015-03-10 16:56:51 queue INFO 87 [201] -2015-03-10 16:56:51 sendUrl INFO 87 [201] R:OK -2015-03-10 16:56:51 queue INFO >87 [202] -2015-03-10 16:56:52 sendUrl INFO 87 [202] R:OK -2015-03-10 16:56:54 queue INFO 83 [203] -2015-03-10 16:56:54 sendUrl INFO 83 [203] R:OK -2015-03-10 16:56:54 queue INFO >83 [204] -2015-03-10 16:56:55 sendUrl INFO 83 [204] R:OK -2015-03-10 16:57:44 queue INFO >>83 [205] -2015-03-10 16:57:44 sendUrl INFO 83 [205] R:OK -2015-03-10 16:58:34 queue INFO >>83 [206] -2015-03-10 16:58:35 sendUrl INFO 83 [206] R:OK -2015-03-10 16:59:24 queue INFO >>83 [207] -2015-03-10 16:59:25 sendUrl INFO 83 [207] R:OK -2015-03-10 17:00:15 queue INFO >>83 [208] -2015-03-10 17:00:15 sendUrl INFO 83 [208] R:OK -2015-03-10 17:01:05 queue INFO >>83 [209] -2015-03-10 17:01:05 sendUrl INFO 83 [209] R:OK -2015-03-10 17:01:55 queue INFO >>83 [210] -2015-03-10 17:01:55 sendUrl INFO 83 [210] R:OK -2015-03-10 17:02:45 queue INFO >>83 [211] -2015-03-10 17:02:45 sendUrl INFO 83 [211] R:OK -2015-03-10 17:03:35 queue INFO >>83 [212] -2015-03-10 17:03:35 sendUrl INFO 83 [212] R:OK -2015-03-10 17:04:25 queue INFO >>83 [213] -2015-03-10 17:04:26 sendUrl INFO 83 [213] R:OK -2015-03-10 17:05:16 queue INFO >>83 [214] -2015-03-10 17:05:16 sendUrl INFO 83 [214] R:OK -2015-03-10 17:05:41 queue INFO 87 [215] -2015-03-10 17:05:41 queue INFO >87 [216] -2015-03-10 17:05:42 sendUrl INFO 87 [215] R:OK -2015-03-10 17:05:42 sendUrl INFO 87 [216] R:OK -2015-03-10 17:05:44 queue INFO 83 [217] -2015-03-10 17:05:44 queue INFO >83 [218] -2015-03-10 17:05:45 sendUrl INFO 83 [217] R:OK -2015-03-10 17:05:45 sendUrl INFO 83 [218] R:OK -2015-03-10 17:06:34 queue INFO >>83 [219] -2015-03-10 17:06:35 sendUrl INFO 83 [219] R:OK -2015-03-10 17:07:25 queue INFO >>83 [220] -2015-03-10 17:07:25 sendUrl INFO 83 [220] R:OK -2015-03-10 17:08:15 queue INFO >>83 [221] -2015-03-10 17:08:15 sendUrl INFO 83 [221] R:OK -2015-03-10 17:09:05 queue INFO >>83 [222] -2015-03-10 17:09:05 sendUrl INFO 83 [222] R:OK -2015-03-10 17:09:55 queue INFO >>83 [223] -2015-03-10 17:09:55 sendUrl INFO 83 [223] R:OK -2015-03-10 17:10:45 queue INFO >>83 [224] -2015-03-10 17:10:45 sendUrl INFO 83 [224] R:OK -2015-03-10 17:11:35 queue INFO >>83 [225] -2015-03-10 17:11:36 sendUrl INFO 83 [225] R:OK -2015-03-10 17:12:25 queue INFO >>83 [226] -2015-03-10 17:12:26 sendUrl INFO 83 [226] R:OK -2015-03-10 17:13:16 queue INFO >>83 [227] -2015-03-10 17:13:16 sendUrl INFO 83 [227] R:OK -2015-03-10 17:14:06 queue INFO >>83 [228] -2015-03-10 17:14:06 sendUrl INFO 83 [228] R:OK -2015-03-10 17:14:43 queue INFO 87 [229] -2015-03-10 17:14:43 queue INFO >87 [230] -2015-03-10 17:14:43 sendUrl INFO 87 [229] R:OK -2015-03-10 17:14:43 sendUrl INFO 87 [230] R:OK -2015-03-10 17:14:46 queue INFO 83 [231] -2015-03-10 17:14:46 queue INFO >83 [232] -2015-03-10 17:14:46 sendUrl INFO 83 [231] R:OK -2015-03-10 17:14:46 sendUrl INFO 83 [232] R:OK -2015-03-10 17:15:36 queue INFO >>83 [233] -2015-03-10 17:15:36 sendUrl INFO 83 [233] R:OK -2015-03-10 17:16:26 queue INFO >>83 [234] -2015-03-10 17:16:27 sendUrl INFO 83 [234] R:OK -2015-03-10 17:17:16 queue INFO >>83 [235] -2015-03-10 17:17:16 sendUrl INFO 83 [235] R:OK -2015-03-10 17:18:06 queue INFO >>83 [236] -2015-03-10 17:18:07 sendUrl INFO 83 [236] R:OK -2015-03-10 17:18:56 queue INFO >>83 [237] -2015-03-10 17:18:57 sendUrl INFO 83 [237] R:OK -2015-03-10 17:19:47 queue INFO >>83 [238] -2015-03-10 17:19:47 sendUrl INFO 83 [238] R:OK -2015-03-10 17:20:37 queue INFO >>83 [239] -2015-03-10 17:20:37 sendUrl INFO 83 [239] R:OK -2015-03-10 17:21:27 queue INFO >>83 [240] -2015-03-10 17:21:27 sendUrl INFO 83 [240] R:OK -2015-03-10 17:22:17 queue INFO >>83 [241] -2015-03-10 17:22:17 sendUrl INFO 83 [241] R:OK -2015-03-10 17:23:07 queue INFO >>83 [242] -2015-03-10 17:23:08 sendUrl INFO 83 [242] R:OK -2015-03-10 17:23:33 queue INFO 87 [243] -2015-03-10 17:23:33 queue INFO >87 [244] -2015-03-10 17:23:33 sendUrl INFO 87 [243] R:OK -2015-03-10 17:23:34 sendUrl INFO 87 [244] R:OK -2015-03-10 17:23:36 queue INFO 83 [245] -2015-03-10 17:23:36 queue INFO >83 [246] -2015-03-10 17:23:36 sendUrl INFO 83 [245] R:OK -2015-03-10 17:23:37 sendUrl INFO 83 [246] R:OK -2015-03-10 17:24:26 queue INFO >>83 [247] -2015-03-10 17:24:27 sendUrl INFO 83 [247] R:OK -2015-03-10 17:25:16 queue INFO >>83 [248] -2015-03-10 17:25:17 sendUrl INFO 83 [248] R:OK -2015-03-10 17:26:07 queue INFO >>83 [249] -2015-03-10 17:26:07 sendUrl INFO 83 [249] R:OK -2015-03-10 17:26:57 queue INFO >>83 [250] -2015-03-10 17:26:57 sendUrl INFO 83 [250] R:OK -2015-03-10 17:27:47 queue INFO >>83 [251] -2015-03-10 17:27:47 sendUrl INFO 83 [251] R:OK -2015-03-10 17:28:37 queue INFO >>83 [252] -2015-03-10 17:28:37 sendUrl INFO 83 [252] R:OK -2015-03-10 17:29:27 queue INFO >>83 [253] -2015-03-10 17:29:27 sendUrl INFO 83 [253] R:OK -2015-03-10 17:30:17 queue INFO >>83 [254] -2015-03-10 17:30:18 sendUrl INFO 83 [254] R:OK -2015-03-10 17:31:07 queue INFO >>83 [255] -2015-03-10 17:31:08 sendUrl INFO 83 [255] R:OK -2015-03-10 17:31:58 queue INFO >>83 [256] -2015-03-10 17:31:58 sendUrl INFO 83 [256] R:OK -2015-03-10 17:32:24 queue INFO 87 [257] -2015-03-10 17:32:24 queue INFO >87 [258] -2015-03-10 17:32:24 sendUrl INFO 87 [257] R:OK -2015-03-10 17:32:25 sendUrl INFO 87 [258] R:OK -2015-03-10 17:32:27 queue INFO 83 [259] -2015-03-10 17:32:27 queue INFO >83 [260] -2015-03-10 17:32:28 sendUrl INFO 83 [259] R:OK -2015-03-10 17:32:28 sendUrl INFO 83 [260] R:OK -2015-03-10 17:33:17 queue INFO >>83 [261] -2015-03-10 17:33:18 sendUrl INFO 83 [261] R:OK -2015-03-10 17:34:07 queue INFO >>83 [262] -2015-03-10 17:34:08 sendUrl INFO 83 [262] R:OK -2015-03-10 17:34:58 queue INFO >>83 [263] -2015-03-10 17:34:58 sendUrl INFO 83 [263] R:OK -2015-03-10 17:35:48 queue INFO >>83 [264] -2015-03-10 17:35:48 sendUrl INFO 83 [264] R:OK -2015-03-10 17:36:38 queue INFO >>83 [265] -2015-03-10 17:36:38 sendUrl INFO 83 [265] R:OK -2015-03-10 17:37:28 queue INFO >>83 [266] -2015-03-10 17:37:28 sendUrl INFO 83 [266] R:OK -2015-03-10 17:38:18 queue INFO >>83 [267] -2015-03-10 17:38:18 sendUrl INFO 83 [267] R:OK -2015-03-10 17:39:08 queue INFO >>83 [268] -2015-03-10 17:39:09 sendUrl INFO 83 [268] R:OK -2015-03-10 17:39:58 queue INFO >>83 [269] -2015-03-10 17:39:59 sendUrl INFO 83 [269] R:OK -2015-03-10 17:40:49 queue INFO >>83 [270] -2015-03-10 17:40:49 sendUrl INFO 83 [270] R:OK -2015-03-10 17:41:15 queue INFO 87 [271] -2015-03-10 17:41:16 queue INFO >87 [272] -2015-03-10 17:41:16 sendUrl INFO 87 [271] R:OK -2015-03-10 17:41:16 sendUrl INFO 87 [272] R:OK -2015-03-10 17:41:19 queue INFO 83 [273] -2015-03-10 17:41:19 queue INFO >83 [274] -2015-03-10 17:41:19 sendUrl INFO 83 [273] R:OK -2015-03-10 17:41:20 sendUrl INFO 83 [274] R:OK -2015-03-10 17:42:09 queue INFO >>83 [275] -2015-03-10 17:42:09 sendUrl INFO 83 [275] R:OK -2015-03-10 17:42:59 queue INFO >>83 [276] -2015-03-10 17:42:59 sendUrl INFO 83 [276] R:OK -2015-03-10 17:43:49 queue INFO >>83 [277] -2015-03-10 17:43:50 sendUrl INFO 83 [277] R:OK -2015-03-10 17:44:39 queue INFO >>83 [278] -2015-03-10 17:44:39 sendUrl INFO 83 [278] R:OK -2015-03-10 17:45:29 queue INFO >>83 [279] -2015-03-10 17:45:30 sendUrl INFO 83 [279] R:OK -2015-03-10 17:46:19 queue INFO >>83 [280] -2015-03-10 17:46:20 sendUrl INFO 83 [280] R:OK -2015-03-10 17:47:10 queue INFO >>83 [281] -2015-03-10 17:47:10 sendUrl INFO 83 [281] R:OK -2015-03-10 17:48:00 queue INFO >>83 [282] -2015-03-10 17:48:00 sendUrl INFO 83 [282] R:OK -2015-03-10 17:48:50 queue INFO >>83 [283] -2015-03-10 17:48:50 sendUrl INFO 83 [283] R:OK -2015-03-10 17:49:40 queue INFO >>83 [284] -2015-03-10 17:49:40 sendUrl INFO 83 [284] R:OK -2015-03-10 17:50:06 queue INFO 87 [285] -2015-03-10 17:50:06 queue INFO >87 [286] -2015-03-10 17:50:06 sendUrl INFO 87 [285] R:OK -2015-03-10 17:50:07 sendUrl INFO 87 [286] R:OK -2015-03-10 17:50:09 queue INFO 83 [287] -2015-03-10 17:50:09 queue INFO >83 [288] -2015-03-10 17:50:09 sendUrl INFO 83 [287] R:OK -2015-03-10 17:50:10 sendUrl INFO 83 [288] R:OK -2015-03-10 17:50:59 queue INFO >>83 [289] -2015-03-10 17:50:59 sendUrl INFO 83 [289] R:OK -2015-03-10 17:51:49 queue INFO >>83 [290] -2015-03-10 17:51:49 sendUrl INFO 83 [290] R:OK -2015-03-10 17:52:39 queue INFO >>83 [291] -2015-03-10 17:52:39 sendUrl INFO 83 [291] R:OK -2015-03-10 17:53:29 queue INFO >>83 [292] -2015-03-10 17:53:29 sendUrl INFO 83 [292] R:OK -2015-03-10 17:54:19 queue INFO >>83 [293] -2015-03-10 17:54:20 sendUrl INFO 83 [293] R:OK -2015-03-10 17:55:09 queue INFO >>83 [294] -2015-03-10 17:55:10 sendUrl INFO 83 [294] R:OK -2015-03-10 17:56:00 queue INFO >>83 [295] -2015-03-10 17:56:00 sendUrl INFO 83 [295] R:OK -2015-03-10 17:56:50 queue INFO >>83 [296] -2015-03-10 17:56:50 sendUrl INFO 83 [296] R:OK -2015-03-10 17:57:40 queue INFO >>83 [297] -2015-03-10 17:57:40 sendUrl INFO 83 [297] R:OK -2015-03-10 17:58:30 queue INFO >>83 [298] -2015-03-10 17:58:30 sendUrl INFO 83 [298] R:OK -2015-03-10 17:58:56 queue INFO 87 [299] -2015-03-10 17:58:56 queue INFO >87 [300] -2015-03-10 17:58:56 sendUrl INFO 87 [299] R:OK -2015-03-10 17:58:57 sendUrl INFO 87 [300] R:OK -2015-03-10 17:58:59 queue INFO 83 [301] -2015-03-10 17:58:59 queue INFO >83 [302] -2015-03-10 17:58:59 sendUrl INFO 83 [301] R:OK -2015-03-10 17:59:00 sendUrl INFO 83 [302] R:OK -2015-03-10 17:59:49 queue INFO >>83 [303] -2015-03-10 17:59:49 sendUrl INFO 83 [303] R:OK -2015-03-10 18:00:39 queue INFO >>83 [304] -2015-03-10 18:00:39 sendUrl INFO 83 [304] R:OK -2015-03-10 18:01:13 queue INFO 81 [305] -2015-03-10 18:01:13 queue INFO >81 [306] -2015-03-10 18:01:13 sendUrl INFO 81 [305] R:OK -2015-03-10 18:01:14 sendUrl INFO 81 [306] R:OK -2015-03-10 18:02:03 queue INFO >>81 [307] -2015-03-10 18:02:03 sendUrl INFO 81 [307] R:OK -2015-03-10 18:02:53 queue INFO >>81 [308] -2015-03-10 18:02:53 sendUrl INFO 81 [308] R:OK -2015-03-10 18:03:43 queue INFO >>81 [309] -2015-03-10 18:03:44 sendUrl INFO 81 [309] R:OK -2015-03-10 18:04:33 queue INFO >>81 [310] -2015-03-10 18:04:34 sendUrl INFO 81 [310] R:OK -2015-03-10 18:05:24 queue INFO >>81 [311] -2015-03-10 18:05:24 sendUrl INFO 81 [311] R:OK -2015-03-10 18:06:14 queue INFO >>81 [312] -2015-03-10 18:06:14 sendUrl INFO 81 [312] R:OK -2015-03-10 18:07:04 queue INFO >>81 [313] -2015-03-10 18:07:04 sendUrl INFO 81 [313] R:OK -2015-03-10 18:07:54 queue INFO >>81 [314] -2015-03-10 18:07:54 sendUrl INFO 81 [314] R:OK -2015-03-10 18:08:31 queue INFO 83 [315] -2015-03-10 18:08:32 sendUrl INFO 83 [315] R:OK -2015-03-10 18:08:32 queue INFO >83 [316] -2015-03-10 18:08:32 sendUrl INFO 83 [316] R:OK -2015-03-10 18:08:48 queue INFO 87 [317] -2015-03-10 18:08:48 queue INFO >87 [318] -2015-03-10 18:08:48 sendUrl INFO 87 [317] R:OK -2015-03-10 18:08:49 sendUrl INFO 87 [318] R:OK -2015-03-10 18:08:51 queue INFO 83 [319] -2015-03-10 18:08:51 queue INFO >83 [320] -2015-03-10 18:08:51 sendUrl INFO 83 [319] R:OK -2015-03-10 18:08:52 sendUrl INFO 83 [320] R:OK -2015-03-10 18:09:41 queue INFO >>83 [321] -2015-03-10 18:09:41 sendUrl INFO 83 [321] R:OK -2015-03-10 18:10:31 queue INFO >>83 [322] -2015-03-10 18:10:31 sendUrl INFO 83 [322] R:OK -2015-03-10 18:11:21 queue INFO >>83 [323] -2015-03-10 18:11:22 sendUrl INFO 83 [323] R:OK -2015-03-10 18:12:11 queue INFO >>83 [324] -2015-03-10 18:12:12 sendUrl INFO 83 [324] R:OK -2015-03-10 18:13:02 queue INFO >>83 [325] -2015-03-10 18:13:02 sendUrl INFO 83 [325] R:OK -2015-03-10 18:13:52 queue INFO >>83 [326] -2015-03-10 18:13:52 sendUrl INFO 83 [326] R:OK -2015-03-10 18:14:42 queue INFO >>83 [327] -2015-03-10 18:14:42 sendUrl INFO 83 [327] R:OK -2015-03-10 18:15:32 queue INFO >>83 [328] -2015-03-10 18:15:32 sendUrl INFO 83 [328] R:OK -2015-03-10 18:16:22 queue INFO >>83 [329] -2015-03-10 18:16:23 sendUrl INFO 83 [329] R:OK -2015-03-10 18:17:12 queue INFO >>83 [330] -2015-03-10 18:17:12 sendUrl INFO 83 [330] R:OK -2015-03-10 18:17:38 queue INFO 87 [331] -2015-03-10 18:17:38 queue INFO >87 [332] -2015-03-10 18:17:38 sendUrl INFO 87 [331] R:OK -2015-03-10 18:17:39 sendUrl INFO 87 [332] R:OK -2015-03-10 18:17:41 queue INFO 83 [333] -2015-03-10 18:17:41 sendUrl INFO 83 [333] R:OK -2015-03-10 18:17:41 queue INFO >83 [334] -2015-03-10 18:17:42 sendUrl INFO 83 [334] R:OK -2015-03-10 18:18:31 queue INFO >>83 [335] -2015-03-10 18:18:32 sendUrl INFO 83 [335] R:OK -2015-03-10 18:19:21 queue INFO >>83 [336] -2015-03-10 18:19:22 sendUrl INFO 83 [336] R:OK -2015-03-10 18:20:11 queue INFO >>83 [337] -2015-03-10 18:20:12 sendUrl INFO 83 [337] R:OK -2015-03-10 18:21:02 queue INFO >>83 [338] -2015-03-10 18:21:02 sendUrl INFO 83 [338] R:OK -2015-03-10 18:21:52 queue INFO >>83 [339] -2015-03-10 18:21:52 sendUrl INFO 83 [339] R:OK -2015-03-10 18:22:42 queue INFO >>83 [340] -2015-03-10 18:22:42 sendUrl INFO 83 [340] R:OK -2015-03-10 18:23:32 queue INFO >>83 [341] -2015-03-10 18:23:33 sendUrl INFO 83 [341] R:OK -2015-03-10 18:24:22 queue INFO >>83 [342] -2015-03-10 18:24:22 sendUrl INFO 83 [342] R:OK -2015-03-10 18:25:12 queue INFO >>83 [343] -2015-03-10 18:25:13 sendUrl INFO 83 [343] R:OK -2015-03-10 18:26:03 queue INFO >>83 [344] -2015-03-10 18:26:03 sendUrl INFO 83 [344] R:OK -2015-03-10 18:26:28 queue INFO 87 [345] -2015-03-10 18:26:28 queue INFO >87 [346] -2015-03-10 18:26:29 sendUrl INFO 87 [345] R:OK -2015-03-10 18:26:29 sendUrl INFO 87 [346] R:OK -2015-03-10 18:26:31 queue INFO 83 [347] -2015-03-10 18:26:32 queue INFO >83 [348] -2015-03-10 18:26:32 sendUrl INFO 83 [347] R:OK -2015-03-10 18:26:32 sendUrl INFO 83 [348] R:OK -2015-03-10 18:27:22 queue INFO >>83 [349] -2015-03-10 18:27:22 sendUrl INFO 83 [349] R:OK -2015-03-10 18:28:12 queue INFO >>83 [350] -2015-03-10 18:28:12 sendUrl INFO 83 [350] R:OK -2015-03-10 18:29:02 queue INFO >>83 [351] -2015-03-10 18:29:02 sendUrl INFO 83 [351] R:OK -2015-03-10 18:29:52 queue INFO >>83 [352] -2015-03-10 18:29:53 sendUrl INFO 83 [352] R:OK -2015-03-10 18:30:42 queue INFO >>83 [353] -2015-03-10 18:30:42 sendUrl INFO 83 [353] R:OK -2015-03-10 18:31:32 queue INFO >>83 [354] -2015-03-10 18:31:33 sendUrl INFO 83 [354] R:OK -2015-03-10 18:32:23 queue INFO >>83 [355] -2015-03-10 18:32:23 sendUrl INFO 83 [355] R:OK -2015-03-10 18:33:13 queue INFO >>83 [356] -2015-03-10 18:33:13 sendUrl INFO 83 [356] R:OK -2015-03-10 18:34:03 queue INFO >>83 [357] -2015-03-10 18:34:03 sendUrl INFO 83 [357] R:OK -2015-03-10 18:34:53 queue INFO >>83 [358] -2015-03-10 18:34:53 sendUrl INFO 83 [358] R:OK -2015-03-10 18:35:19 queue INFO 87 [359] -2015-03-10 18:35:19 queue INFO >87 [360] -2015-03-10 18:35:19 sendUrl INFO 87 [359] R:OK -2015-03-10 18:35:20 sendUrl INFO 87 [360] R:OK -2015-03-10 18:35:22 queue INFO 83 [361] -2015-03-10 18:35:22 queue INFO >83 [362] -2015-03-10 18:35:22 sendUrl INFO 83 [361] R:OK -2015-03-10 18:35:23 sendUrl INFO 83 [362] R:OK -2015-03-10 18:36:12 queue INFO >>83 [363] -2015-03-10 18:36:12 sendUrl INFO 83 [363] R:OK -2015-03-10 18:37:02 queue INFO >>83 [364] -2015-03-10 18:37:02 sendUrl INFO 83 [364] R:OK -2015-03-10 18:37:52 queue INFO >>83 [365] -2015-03-10 18:37:53 sendUrl INFO 83 [365] R:OK -2015-03-10 18:38:42 queue INFO >>83 [366] -2015-03-10 18:38:43 sendUrl INFO 83 [366] R:OK -2015-03-10 18:39:33 queue INFO >>83 [367] -2015-03-10 18:39:33 sendUrl INFO 83 [367] R:OK -2015-03-10 18:40:23 queue INFO >>83 [368] -2015-03-10 18:40:23 sendUrl INFO 83 [368] R:OK -2015-03-10 18:41:13 queue INFO >>83 [369] -2015-03-10 18:41:13 sendUrl INFO 83 [369] R:OK -2015-03-10 18:42:03 queue INFO >>83 [370] -2015-03-10 18:42:04 sendUrl INFO 83 [370] R:OK -2015-03-10 18:42:53 queue INFO >>83 [371] -2015-03-10 18:42:53 sendUrl INFO 83 [371] R:OK -2015-03-10 18:43:43 queue INFO >>83 [372] -2015-03-10 18:43:44 sendUrl INFO 83 [372] R:OK -2015-03-10 18:44:10 queue INFO 87 [373] -2015-03-10 18:44:10 queue INFO >87 [374] -2015-03-10 18:44:10 sendUrl INFO 87 [373] R:OK -2015-03-10 18:44:10 sendUrl INFO 87 [374] R:OK -2015-03-10 18:44:13 queue INFO 83 [375] -2015-03-10 18:44:13 queue INFO >83 [376] -2015-03-10 18:44:13 sendUrl INFO 83 [375] R:OK -2015-03-10 18:44:13 sendUrl INFO 83 [376] R:OK -2015-03-10 18:45:03 queue INFO >>83 [377] -2015-03-10 18:45:03 sendUrl INFO 83 [377] R:OK -2015-03-10 18:45:53 queue INFO >>83 [378] -2015-03-10 18:45:54 sendUrl INFO 83 [378] R:OK -2015-03-10 18:46:43 queue INFO >>83 [379] -2015-03-10 18:46:43 sendUrl INFO 83 [379] R:OK -2015-03-10 18:47:33 queue INFO >>83 [380] -2015-03-10 18:47:34 sendUrl INFO 83 [380] R:OK -2015-03-10 18:48:23 queue INFO >>83 [381] -2015-03-10 18:48:24 sendUrl INFO 83 [381] R:OK -2015-03-10 18:49:14 queue INFO >>83 [382] -2015-03-10 18:49:14 sendUrl INFO 83 [382] R:OK -2015-03-10 18:50:04 queue INFO >>83 [383] -2015-03-10 18:50:04 sendUrl INFO 83 [383] R:OK -2015-03-10 18:50:54 queue INFO >>83 [384] -2015-03-10 18:50:54 sendUrl INFO 83 [384] R:OK -2015-03-10 18:51:44 queue INFO >>83 [385] -2015-03-10 18:51:44 sendUrl INFO 83 [385] R:OK -2015-03-10 18:52:34 queue INFO >>83 [386] -2015-03-10 18:52:34 sendUrl INFO 83 [386] R:OK -2015-03-10 18:53:01 queue INFO 87 [387] -2015-03-10 18:53:01 queue INFO >87 [388] -2015-03-10 18:53:01 sendUrl INFO 87 [387] R:OK -2015-03-10 18:53:02 sendUrl INFO 87 [388] R:OK -2015-03-10 18:53:04 queue INFO 83 [389] -2015-03-10 18:53:04 queue INFO >83 [390] -2015-03-10 18:53:04 sendUrl INFO 83 [389] R:OK -2015-03-10 18:53:05 sendUrl INFO 83 [390] R:OK -2015-03-10 18:53:54 queue INFO >>83 [391] -2015-03-10 18:53:55 sendUrl INFO 83 [391] R:OK -2015-03-10 18:54:44 queue INFO >>83 [392] -2015-03-10 18:54:45 sendUrl INFO 83 [392] R:OK -2015-03-10 18:55:35 queue INFO >>83 [393] -2015-03-10 18:55:35 sendUrl INFO 83 [393] R:OK -2015-03-10 18:56:25 queue INFO >>83 [394] -2015-03-10 18:56:25 sendUrl INFO 83 [394] R:OK -2015-03-10 18:57:15 queue INFO >>83 [395] -2015-03-10 18:57:15 sendUrl INFO 83 [395] R:OK -2015-03-10 18:58:05 queue INFO >>83 [396] -2015-03-10 18:58:05 sendUrl INFO 83 [396] R:OK -2015-03-10 18:58:55 queue INFO >>83 [397] -2015-03-10 18:58:55 sendUrl INFO 83 [397] R:OK -2015-03-10 18:59:45 queue INFO >>83 [398] -2015-03-10 18:59:46 sendUrl INFO 83 [398] R:OK -2015-03-10 19:00:35 queue INFO >>83 [399] -2015-03-10 19:00:36 sendUrl INFO 83 [399] R:OK -2015-03-10 19:01:26 queue INFO >>83 [400] -2015-03-10 19:01:26 sendUrl INFO 83 [400] R:OK -2015-03-10 19:02:02 queue INFO 87 [401] -2015-03-10 19:02:03 queue INFO >87 [402] -2015-03-10 19:02:03 sendUrl INFO 87 [401] R:OK -2015-03-10 19:02:03 sendUrl INFO 87 [402] R:OK -2015-03-10 19:02:05 queue INFO 83 [403] -2015-03-10 19:02:06 queue INFO >83 [404] -2015-03-10 19:02:06 sendUrl INFO 83 [403] R:OK -2015-03-10 19:02:06 sendUrl INFO 83 [404] R:OK -2015-03-10 19:02:56 queue INFO >>83 [405] -2015-03-10 19:02:56 sendUrl INFO 83 [405] R:OK -2015-03-10 19:03:46 queue INFO >>83 [406] -2015-03-10 19:03:46 sendUrl INFO 83 [406] R:OK -2015-03-10 19:04:36 queue INFO >>83 [407] -2015-03-10 19:04:36 sendUrl INFO 83 [407] R:OK -2015-03-10 19:05:11 queue INFO 89 [408] -2015-03-10 19:05:11 queue INFO >89 [409] -2015-03-10 19:05:11 sendUrl INFO 89 [408] R:OK -2015-03-10 19:05:11 sendUrl INFO 89 [409] R:OK -2015-03-10 19:06:01 queue INFO >>89 [410] -2015-03-10 19:06:01 sendUrl INFO 89 [410] R:OK -2015-03-10 19:06:51 queue INFO >>89 [411] -2015-03-10 19:06:51 sendUrl INFO 89 [411] R:OK -2015-03-10 19:07:41 queue INFO >>89 [412] -2015-03-10 19:07:41 sendUrl INFO 89 [412] R:OK -2015-03-10 19:08:31 queue INFO >>89 [413] -2015-03-10 19:08:32 sendUrl INFO 89 [413] R:OK -2015-03-10 19:09:21 queue INFO >>89 [414] -2015-03-10 19:09:22 sendUrl INFO 89 [414] R:OK -2015-03-10 19:10:11 queue INFO >>89 [415] -2015-03-10 19:10:12 sendUrl INFO 89 [415] R:OK -2015-03-10 19:11:02 queue INFO >>89 [416] -2015-03-10 19:11:02 sendUrl INFO 89 [416] R:OK -2015-03-10 19:11:52 queue INFO >>89 [417] -2015-03-10 19:11:52 sendUrl INFO 89 [417] R:OK -2015-03-10 19:11:56 queue INFO 99 [418] -2015-03-10 19:11:57 queue INFO >99 [419] -2015-03-10 19:11:57 sendUrl INFO 99 [418] R:OK -2015-03-10 19:11:58 sendUrl INFO 99 [419] R:OK -2015-03-10 19:12:00 queue INFO 0 [420] -2015-03-10 19:12:01 queue INFO >0 [421] -2015-03-10 19:12:01 sendUrl INFO 0 [420] R:OK -2015-03-10 19:12:01 sendUrl INFO 0 [421] R:OK -2015-03-10 19:12:51 queue INFO >>0 [422] -2015-03-10 19:12:51 sendUrl INFO 0 [422] R:OK -2015-03-10 19:13:27 queue INFO 1 [423] -2015-03-10 19:13:27 queue INFO >1 [424] -2015-03-10 19:13:27 sendUrl INFO 1 [423] R:OK -2015-03-10 19:13:28 sendUrl INFO 1 [424] R:OK -2015-03-10 19:14:17 queue INFO >>1 [425] -2015-03-10 19:14:18 sendUrl INFO 1 [425] R:OK -2015-03-10 19:14:29 queue INFO 99 [426] -2015-03-10 19:14:29 sendUrl INFO 99 [426] R:OK -2015-03-10 19:14:29 queue INFO >99 [427] -2015-03-10 19:14:30 sendUrl INFO 99 [427] R:OK -2015-03-10 19:15:07 queue INFO 89 [428] -2015-03-10 19:15:07 queue INFO >89 [429] -2015-03-10 19:15:07 sendUrl INFO 89 [428] R:OK -2015-03-10 19:15:08 sendUrl INFO 89 [429] R:OK -2015-03-10 19:15:10 queue INFO 81 [430] -2015-03-10 19:15:10 queue INFO >81 [431] -2015-03-10 19:15:10 sendUrl INFO 81 [430] R:OK -2015-03-10 19:15:11 sendUrl INFO 81 [431] R:OK -2015-03-10 19:15:31 queue INFO 83 [432] -2015-03-10 19:15:31 queue INFO >83 [433] -2015-03-10 19:15:32 sendUrl INFO 83 [432] R:OK -2015-03-10 19:15:32 sendUrl INFO 83 [433] R:OK -2015-03-10 19:15:55 queue INFO 87 [434] -2015-03-10 19:15:56 queue INFO >87 [435] -2015-03-10 19:15:56 sendUrl INFO 87 [434] R:OK -2015-03-10 19:15:56 sendUrl INFO 87 [435] R:OK -2015-03-10 19:15:58 queue INFO 83 [436] -2015-03-10 19:15:59 queue INFO >83 [437] -2015-03-10 19:15:59 sendUrl INFO 83 [436] R:OK -2015-03-10 19:15:59 sendUrl INFO 83 [437] R:OK -2015-03-10 19:16:48 queue INFO >>83 [438] -2015-03-10 19:16:49 sendUrl INFO 83 [438] R:OK -2015-03-10 19:17:39 queue INFO >>83 [439] -2015-03-10 19:17:39 sendUrl INFO 83 [439] R:OK -2015-03-10 19:18:29 queue INFO >>83 [440] -2015-03-10 19:18:29 sendUrl INFO 83 [440] R:OK -2015-03-10 19:19:19 queue INFO >>83 [441] -2015-03-10 19:19:19 sendUrl INFO 83 [441] R:OK -2015-03-10 19:20:09 queue INFO >>83 [442] -2015-03-10 19:20:09 sendUrl INFO 83 [442] R:OK -2015-03-10 19:20:59 queue INFO >>83 [443] -2015-03-10 19:20:59 sendUrl INFO 83 [443] R:OK -2015-03-10 19:21:49 queue INFO >>83 [444] -2015-03-10 19:21:50 sendUrl INFO 83 [444] R:OK -2015-03-10 19:22:39 queue INFO >>83 [445] -2015-03-10 19:22:39 sendUrl INFO 83 [445] R:OK -2015-03-10 19:23:30 queue INFO >>83 [446] -2015-03-10 19:23:30 sendUrl INFO 83 [446] R:OK -2015-03-10 19:24:20 queue INFO >>83 [447] -2015-03-10 19:24:20 sendUrl INFO 83 [447] R:OK -2015-03-10 19:24:45 queue INFO 87 [448] -2015-03-10 19:24:46 queue INFO >87 [449] -2015-03-10 19:24:46 sendUrl INFO 87 [448] R:OK -2015-03-10 19:24:46 sendUrl INFO 87 [449] R:OK -2015-03-10 19:24:49 queue INFO 83 [450] -2015-03-10 19:24:49 queue INFO >83 [451] -2015-03-10 19:24:49 sendUrl INFO 83 [450] R:OK -2015-03-10 19:24:49 sendUrl INFO 83 [451] R:OK -2015-03-10 19:25:39 queue INFO >>83 [452] -2015-03-10 19:25:39 sendUrl INFO 83 [452] R:OK -2015-03-10 19:26:29 queue INFO >>83 [453] -2015-03-10 19:26:29 sendUrl INFO 83 [453] R:OK -2015-03-10 19:27:19 queue INFO >>83 [454] -2015-03-10 19:27:19 sendUrl INFO 83 [454] R:OK -2015-03-10 19:28:09 queue INFO >>83 [455] -2015-03-10 19:28:10 sendUrl INFO 83 [455] R:OK -2015-03-10 19:28:59 queue INFO >>83 [456] -2015-03-10 19:29:00 sendUrl INFO 83 [456] R:OK -2015-03-10 19:29:49 queue INFO >>83 [457] -2015-03-10 19:29:50 sendUrl INFO 83 [457] R:OK -2015-03-10 19:30:40 queue INFO >>83 [458] -2015-03-10 19:30:40 sendUrl INFO 83 [458] R:OK -2015-03-10 19:31:30 queue INFO >>83 [459] -2015-03-10 19:31:30 sendUrl INFO 83 [459] R:OK -2015-03-10 19:32:20 queue INFO >>83 [460] -2015-03-10 19:32:20 sendUrl INFO 83 [460] R:OK -2015-03-10 19:33:10 queue INFO >>83 [461] -2015-03-10 19:33:10 sendUrl INFO 83 [461] R:OK -2015-03-10 19:33:36 queue INFO 87 [462] -2015-03-10 19:33:36 sendUrl INFO 87 [462] R:OK -2015-03-10 19:33:36 queue INFO >87 [463] -2015-03-10 19:33:36 sendUrl INFO 87 [463] R:OK -2015-03-10 19:33:39 queue INFO 83 [464] -2015-03-10 19:33:39 sendUrl INFO 83 [464] R:OK -2015-03-10 19:33:39 queue INFO >83 [465] -2015-03-10 19:33:39 sendUrl INFO 83 [465] R:OK -2015-03-10 19:34:29 queue INFO >>83 [466] -2015-03-10 19:34:29 sendUrl INFO 83 [466] R:OK -2015-03-10 19:35:19 queue INFO >>83 [467] -2015-03-10 19:35:20 sendUrl INFO 83 [467] R:OK -2015-03-10 19:36:09 queue INFO >>83 [468] -2015-03-10 19:36:09 sendUrl INFO 83 [468] R:OK -2015-03-10 19:36:59 queue INFO >>83 [469] -2015-03-10 19:37:00 sendUrl INFO 83 [469] R:OK -2015-03-10 19:37:49 queue INFO >>83 [470] -2015-03-10 19:37:50 sendUrl INFO 83 [470] R:OK -2015-03-10 19:38:39 queue INFO >>83 [471] -2015-03-10 19:38:40 sendUrl INFO 83 [471] R:OK -2015-03-10 19:39:30 queue INFO >>83 [472] -2015-03-10 19:39:30 sendUrl INFO 83 [472] R:OK -2015-03-10 19:40:20 queue INFO >>83 [473] -2015-03-10 19:40:20 sendUrl INFO 83 [473] R:OK -2015-03-10 19:41:10 queue INFO >>83 [474] -2015-03-10 19:41:10 sendUrl INFO 83 [474] R:OK -2015-03-10 19:42:00 queue INFO >>83 [475] -2015-03-10 19:42:00 sendUrl INFO 83 [475] R:OK -2015-03-10 19:42:26 queue INFO 87 [476] -2015-03-10 19:42:26 queue INFO >87 [477] -2015-03-10 19:42:26 sendUrl INFO 87 [476] R:OK -2015-03-10 19:42:27 sendUrl INFO 87 [477] R:OK -2015-03-10 19:42:29 queue INFO 83 [478] -2015-03-10 19:42:29 queue INFO >83 [479] -2015-03-10 19:42:29 sendUrl INFO 83 [478] R:OK -2015-03-10 19:42:30 sendUrl INFO 83 [479] R:OK -2015-03-10 19:43:19 queue INFO >>83 [480] -2015-03-10 19:43:20 sendUrl INFO 83 [480] R:OK -2015-03-10 19:44:10 queue INFO >>83 [481] -2015-03-10 19:44:10 sendUrl INFO 83 [481] R:OK -2015-03-10 19:45:00 queue INFO >>83 [482] -2015-03-10 19:45:00 sendUrl INFO 83 [482] R:OK -2015-03-10 19:45:50 queue INFO >>83 [483] -2015-03-10 19:45:50 sendUrl INFO 83 [483] R:OK -2015-03-10 19:46:40 queue INFO >>83 [484] -2015-03-10 19:46:40 sendUrl INFO 83 [484] R:OK -2015-03-10 19:47:30 queue INFO >>83 [485] -2015-03-10 19:47:30 sendUrl INFO 83 [485] R:OK -2015-03-10 19:48:20 queue INFO >>83 [486] -2015-03-10 19:48:21 sendUrl INFO 83 [486] R:OK -2015-03-10 19:49:10 queue INFO >>83 [487] -2015-03-10 19:49:11 sendUrl INFO 83 [487] R:OK -2015-03-10 19:50:00 queue INFO >>83 [488] -2015-03-10 19:50:01 sendUrl INFO 83 [488] R:OK -2015-03-10 19:50:51 queue INFO >>83 [489] -2015-03-10 19:50:51 sendUrl INFO 83 [489] R:OK -2015-03-10 19:51:17 queue INFO 87 [490] -2015-03-10 19:51:17 queue INFO >87 [491] -2015-03-10 19:51:17 sendUrl INFO 87 [490] R:OK -2015-03-10 19:51:18 sendUrl INFO 87 [491] R:OK -2015-03-10 19:51:20 queue INFO 83 [492] -2015-03-10 19:51:20 queue INFO >83 [493] -2015-03-10 19:51:21 sendUrl INFO 83 [492] R:OK -2015-03-10 19:51:21 sendUrl INFO 83 [493] R:OK -2015-03-10 19:52:10 queue INFO >>83 [494] -2015-03-10 19:52:10 sendUrl INFO 83 [494] R:OK -2015-03-10 19:53:00 queue INFO >>83 [495] -2015-03-10 19:53:01 sendUrl INFO 83 [495] R:OK -2015-03-10 19:53:50 queue INFO >>83 [496] -2015-03-10 19:53:51 sendUrl INFO 83 [496] R:OK -2015-03-10 19:54:41 queue INFO >>83 [497] -2015-03-10 19:54:41 sendUrl INFO 83 [497] R:OK -2015-03-10 19:55:31 queue INFO >>83 [498] -2015-03-10 19:55:31 sendUrl INFO 83 [498] R:OK -2015-03-10 19:56:21 queue INFO >>83 [499] -2015-03-10 19:56:21 sendUrl INFO 83 [499] R:OK -2015-03-10 19:57:11 queue INFO >>83 [500] -2015-03-10 19:57:11 sendUrl INFO 83 [500] R:OK -2015-03-10 19:58:01 queue INFO >>83 [501] -2015-03-10 19:58:02 sendUrl INFO 83 [501] R:OK -2015-03-10 19:58:51 queue INFO >>83 [502] -2015-03-10 19:58:52 sendUrl INFO 83 [502] R:OK -2015-03-10 19:59:42 queue INFO >>83 [503] -2015-03-10 19:59:42 sendUrl INFO 83 [503] R:OK -2015-03-10 20:00:20 queue INFO 87 [504] -2015-03-10 20:00:20 queue INFO >87 [505] -2015-03-10 20:00:20 sendUrl INFO 87 [504] R:OK -2015-03-10 20:00:21 sendUrl INFO 87 [505] R:OK -2015-03-10 20:00:23 queue INFO 83 [506] -2015-03-10 20:00:23 queue INFO >83 [507] -2015-03-10 20:00:23 sendUrl INFO 83 [506] R:OK -2015-03-10 20:00:24 sendUrl INFO 83 [507] R:OK -2015-03-10 20:01:13 queue INFO >>83 [508] -2015-03-10 20:01:13 sendUrl INFO 83 [508] R:OK -2015-03-10 20:02:03 queue INFO >>83 [509] -2015-03-10 20:02:03 sendUrl INFO 83 [509] R:OK -2015-03-10 20:02:53 queue INFO >>83 [510] -2015-03-10 20:02:54 sendUrl INFO 83 [510] R:OK -2015-03-10 20:03:43 queue INFO >>83 [511] -2015-03-10 20:03:43 sendUrl INFO 83 [511] R:OK -2015-03-10 20:04:34 queue INFO >>83 [512] -2015-03-10 20:04:34 sendUrl INFO 83 [512] R:OK -2015-03-10 20:05:24 queue INFO >>83 [513] -2015-03-10 20:05:24 sendUrl INFO 83 [513] R:OK -2015-03-10 20:06:14 queue INFO >>83 [514] -2015-03-10 20:06:14 sendUrl INFO 83 [514] R:OK -2015-03-10 20:07:04 queue INFO >>83 [515] -2015-03-10 20:07:04 sendUrl INFO 83 [515] R:OK -2015-03-10 20:07:54 queue INFO >>83 [516] -2015-03-10 20:07:55 sendUrl INFO 83 [516] R:OK -2015-03-10 20:08:44 queue INFO >>83 [517] -2015-03-10 20:08:44 sendUrl INFO 83 [517] R:OK -2015-03-10 20:09:10 queue INFO 87 [518] -2015-03-10 20:09:10 queue INFO >87 [519] -2015-03-10 20:09:10 sendUrl INFO 87 [518] R:OK -2015-03-10 20:09:11 sendUrl INFO 87 [519] R:OK -2015-03-10 20:09:13 queue INFO 83 [520] -2015-03-10 20:09:13 queue INFO >83 [521] -2015-03-10 20:09:13 sendUrl INFO 83 [520] R:OK -2015-03-10 20:09:14 sendUrl INFO 83 [521] R:OK -2015-03-10 20:10:03 queue INFO >>83 [522] -2015-03-10 20:10:04 sendUrl INFO 83 [522] R:OK -2015-03-10 20:10:53 queue INFO >>83 [523] -2015-03-10 20:10:53 sendUrl INFO 83 [523] R:OK -2015-03-10 20:11:43 queue INFO >>83 [524] -2015-03-10 20:11:44 sendUrl INFO 83 [524] R:OK -2015-03-10 20:12:34 queue INFO >>83 [525] -2015-03-10 20:12:34 sendUrl INFO 83 [525] R:OK -2015-03-10 20:13:24 queue INFO >>83 [526] -2015-03-10 20:13:24 sendUrl INFO 83 [526] R:OK -2015-03-10 20:14:14 queue INFO >>83 [527] -2015-03-10 20:14:14 sendUrl INFO 83 [527] R:OK -2015-03-10 20:15:04 queue INFO >>83 [528] -2015-03-10 20:15:04 sendUrl INFO 83 [528] R:OK -2015-03-10 20:15:54 queue INFO >>83 [529] -2015-03-10 20:15:54 sendUrl INFO 83 [529] R:OK -2015-03-10 20:16:44 queue INFO >>83 [530] -2015-03-10 20:16:45 sendUrl INFO 83 [530] R:OK -2015-03-10 20:17:34 queue INFO >>83 [531] -2015-03-10 20:17:35 sendUrl INFO 83 [531] R:OK -2015-03-10 20:18:00 queue INFO 87 [532] -2015-03-10 20:18:00 queue INFO >87 [533] -2015-03-10 20:18:00 sendUrl INFO 87 [532] R:OK -2015-03-10 20:18:01 sendUrl INFO 87 [533] R:OK -2015-03-10 20:18:03 queue INFO 83 [534] -2015-03-10 20:18:03 queue INFO >83 [535] -2015-03-10 20:18:03 sendUrl INFO 83 [534] R:OK -2015-03-10 20:18:04 sendUrl INFO 83 [535] R:OK -2015-03-10 20:18:53 queue INFO >>83 [536] -2015-03-10 20:18:54 sendUrl INFO 83 [536] R:OK -2015-03-10 20:19:43 queue INFO >>83 [537] -2015-03-10 20:19:43 sendUrl INFO 83 [537] R:OK -2015-03-10 20:20:33 queue INFO >>83 [538] -2015-03-10 20:20:34 sendUrl INFO 83 [538] R:OK -2015-03-10 20:21:24 queue INFO >>83 [539] -2015-03-10 20:21:24 sendUrl INFO 83 [539] R:OK -2015-03-10 20:22:14 queue INFO >>83 [540] -2015-03-10 20:22:14 sendUrl INFO 83 [540] R:OK -2015-03-10 20:23:04 queue INFO >>83 [541] -2015-03-10 20:23:04 sendUrl INFO 83 [541] R:OK -2015-03-10 20:23:54 queue INFO >>83 [542] -2015-03-10 20:23:55 sendUrl INFO 83 [542] R:OK -2015-03-10 20:24:44 queue INFO >>83 [543] -2015-03-10 20:24:44 sendUrl INFO 83 [543] R:OK -2015-03-10 20:25:34 queue INFO >>83 [544] -2015-03-10 20:25:35 sendUrl INFO 83 [544] R:OK -2015-03-10 20:26:24 queue INFO >>83 [545] -2015-03-10 20:26:25 sendUrl INFO 83 [545] R:OK -2015-03-10 20:26:50 queue INFO 87 [546] -2015-03-10 20:26:51 queue INFO >87 [547] -2015-03-10 20:26:51 sendUrl INFO 87 [546] R:OK -2015-03-10 20:26:51 sendUrl INFO 87 [547] R:OK -2015-03-10 20:26:53 queue INFO 83 [548] -2015-03-10 20:26:54 queue INFO >83 [549] -2015-03-10 20:26:54 sendUrl INFO 83 [548] R:OK -2015-03-10 20:26:54 sendUrl INFO 83 [549] R:OK -2015-03-10 20:27:44 queue INFO >>83 [550] -2015-03-10 20:27:44 sendUrl INFO 83 [550] R:OK -2015-03-10 20:28:34 queue INFO >>83 [551] -2015-03-10 20:28:34 sendUrl INFO 83 [551] R:OK -2015-03-10 20:29:24 queue INFO >>83 [552] -2015-03-10 20:29:24 sendUrl INFO 83 [552] R:OK -2015-03-10 20:30:14 queue INFO >>83 [553] -2015-03-10 20:30:14 sendUrl INFO 83 [553] R:OK -2015-03-10 20:31:04 queue INFO >>83 [554] -2015-03-10 20:31:04 sendUrl INFO 83 [554] R:OK -2015-03-10 20:31:54 queue INFO >>83 [555] -2015-03-10 20:31:54 sendUrl INFO 83 [555] R:OK -2015-03-10 20:32:44 queue INFO >>83 [556] -2015-03-10 20:32:45 sendUrl INFO 83 [556] R:OK -2015-03-10 20:33:34 queue INFO >>83 [557] -2015-03-10 20:33:35 sendUrl INFO 83 [557] R:OK -2015-03-10 20:34:25 queue INFO >>83 [558] -2015-03-10 20:34:25 sendUrl INFO 83 [558] R:OK -2015-03-10 20:35:15 queue INFO >>83 [559] -2015-03-10 20:35:15 sendUrl INFO 83 [559] R:OK -2015-03-10 20:35:41 queue INFO 87 [560] -2015-03-10 20:35:41 queue INFO >87 [561] -2015-03-10 20:35:41 sendUrl INFO 87 [560] R:OK -2015-03-10 20:35:42 sendUrl INFO 87 [561] R:OK -2015-03-10 20:35:44 queue INFO 83 [562] -2015-03-10 20:35:44 queue INFO >83 [563] -2015-03-10 20:35:44 sendUrl INFO 83 [562] R:OK -2015-03-10 20:35:45 sendUrl INFO 83 [563] R:OK -2015-03-10 20:36:34 queue INFO >>83 [564] -2015-03-10 20:36:34 sendUrl INFO 83 [564] R:OK -2015-03-10 20:37:24 queue INFO >>83 [565] -2015-03-10 20:37:25 sendUrl INFO 83 [565] R:OK -2015-03-10 20:38:14 queue INFO >>83 [566] -2015-03-10 20:38:15 sendUrl INFO 83 [566] R:OK -2015-03-10 20:39:04 queue INFO >>83 [567] -2015-03-10 20:39:05 sendUrl INFO 83 [567] R:OK -2015-03-10 20:39:55 queue INFO >>83 [568] -2015-03-10 20:39:55 sendUrl INFO 83 [568] R:OK -2015-03-10 20:40:45 queue INFO >>83 [569] -2015-03-10 20:40:45 sendUrl INFO 83 [569] R:OK -2015-03-10 20:40:55 queue INFO 89 [570] -2015-03-10 20:40:55 queue INFO >89 [571] -2015-03-10 20:40:55 sendUrl INFO 89 [570] R:OK -2015-03-10 20:40:56 sendUrl INFO 89 [571] R:OK -2015-03-10 20:41:45 queue INFO >>89 [572] -2015-03-10 20:41:45 sendUrl INFO 89 [572] R:OK -2015-03-10 20:42:35 queue INFO >>89 [573] -2015-03-10 20:42:36 sendUrl INFO 89 [573] R:OK -2015-03-10 20:43:25 queue INFO >>89 [574] -2015-03-10 20:43:26 sendUrl INFO 89 [574] R:OK -2015-03-10 20:44:16 queue INFO >>89 [575] -2015-03-10 20:44:16 sendUrl INFO 89 [575] R:OK -2015-03-10 20:45:06 queue INFO >>89 [576] -2015-03-10 20:45:06 sendUrl INFO 89 [576] R:OK -2015-03-10 20:45:56 queue INFO >>89 [577] -2015-03-10 20:45:56 sendUrl INFO 89 [577] R:OK -2015-03-10 20:46:39 queue INFO 0 [578] -2015-03-10 20:46:39 sendUrl INFO 0 [578] R:OK -2015-03-10 20:46:39 queue INFO >0 [579] -2015-03-10 20:46:39 sendUrl INFO 0 [579] R:OK -2015-03-10 20:46:47 queue INFO 1 [580] -2015-03-10 20:46:47 queue INFO >1 [581] -2015-03-10 20:46:47 sendUrl INFO 1 [580] R:OK -2015-03-10 20:46:48 sendUrl INFO 1 [581] R:OK -2015-03-10 20:46:52 queue INFO 0 [582] -2015-03-10 20:46:52 queue INFO >0 [583] -2015-03-10 20:46:52 sendUrl INFO 0 [582] R:OK -2015-03-10 20:46:53 sendUrl INFO 0 [583] R:OK -2015-03-10 20:46:59 queue INFO 1 [584] -2015-03-10 20:47:00 queue INFO >1 [585] -2015-03-10 20:47:00 sendUrl INFO 1 [584] R:OK -2015-03-10 20:47:00 sendUrl INFO 1 [585] R:OK -2015-03-10 20:47:48 queue INFO 89 [586] -2015-03-10 20:47:48 queue INFO >89 [587] -2015-03-10 20:47:49 sendUrl INFO 89 [586] R:OK -2015-03-10 20:47:49 sendUrl INFO 89 [587] R:OK -2015-03-10 20:48:38 queue INFO >>89 [588] -2015-03-10 20:48:39 sendUrl INFO 89 [588] R:OK -2015-03-10 20:48:39 queue INFO 81 [589] -2015-03-10 20:48:39 queue INFO >81 [590] -2015-03-10 20:48:40 sendUrl INFO 81 [589] R:OK -2015-03-10 20:48:40 sendUrl INFO 81 [590] R:OK -2015-03-10 20:48:42 queue INFO 83 [591] -2015-03-10 20:48:42 queue INFO >83 [592] -2015-03-10 20:48:42 sendUrl INFO 83 [591] R:OK -2015-03-10 20:48:43 sendUrl INFO 83 [592] R:OK -2015-03-10 20:48:59 queue INFO 87 [593] -2015-03-10 20:48:59 queue INFO >87 [594] -2015-03-10 20:48:59 sendUrl INFO 87 [593] R:OK -2015-03-10 20:49:00 sendUrl INFO 87 [594] R:OK -2015-03-10 20:49:02 queue INFO 83 [595] -2015-03-10 20:49:02 queue INFO >83 [596] -2015-03-10 20:49:02 sendUrl INFO 83 [595] R:OK -2015-03-10 20:49:03 sendUrl INFO 83 [596] R:OK -2015-03-10 20:49:52 queue INFO >>83 [597] -2015-03-10 20:49:53 sendUrl INFO 83 [597] R:OK -2015-03-10 20:50:42 queue INFO >>83 [598] -2015-03-10 20:50:43 sendUrl INFO 83 [598] R:OK -2015-03-10 20:51:33 queue INFO >>83 [599] -2015-03-10 20:51:33 sendUrl INFO 83 [599] R:OK -2015-03-10 20:52:23 queue INFO >>83 [600] -2015-03-10 20:52:23 sendUrl INFO 83 [600] R:OK -2015-03-10 20:53:13 queue INFO >>83 [601] -2015-03-10 20:53:13 sendUrl INFO 83 [601] R:OK -2015-03-10 20:54:03 queue INFO >>83 [602] -2015-03-10 20:54:03 sendUrl INFO 83 [602] R:OK -2015-03-10 20:54:53 queue INFO >>83 [603] -2015-03-10 20:54:54 sendUrl INFO 83 [603] R:OK -2015-03-10 20:55:43 queue INFO >>83 [604] -2015-03-10 20:55:43 sendUrl INFO 83 [604] R:OK -2015-03-10 20:56:33 queue INFO >>83 [605] -2015-03-10 20:56:34 sendUrl INFO 83 [605] R:OK -2015-03-10 20:57:24 queue INFO >>83 [606] -2015-03-10 20:57:24 sendUrl INFO 83 [606] R:OK -2015-03-10 20:58:00 queue INFO 87 [607] -2015-03-10 20:58:01 queue INFO >87 [608] -2015-03-10 20:58:01 sendUrl INFO 87 [607] R:OK -2015-03-10 20:58:01 sendUrl INFO 87 [608] R:OK -2015-03-10 20:58:03 queue INFO 83 [609] -2015-03-10 20:58:04 queue INFO >83 [610] -2015-03-10 20:58:04 sendUrl INFO 83 [609] R:OK -2015-03-10 20:58:04 sendUrl INFO 83 [610] R:OK -2015-03-10 20:58:53 queue INFO >>83 [611] -2015-03-10 20:58:54 sendUrl INFO 83 [611] R:OK -2015-03-10 20:59:44 queue INFO >>83 [612] -2015-03-10 20:59:44 sendUrl INFO 83 [612] R:OK -2015-03-10 21:00:34 queue INFO >>83 [613] -2015-03-10 21:00:34 sendUrl INFO 83 [613] R:OK -2015-03-10 21:01:24 queue INFO >>83 [614] -2015-03-10 21:01:24 sendUrl INFO 83 [614] R:OK -2015-03-10 21:02:14 queue INFO >>83 [615] -2015-03-10 21:02:15 sendUrl INFO 83 [615] R:OK -2015-03-10 21:03:04 queue INFO >>83 [616] -2015-03-10 21:03:04 sendUrl INFO 83 [616] R:OK -2015-03-10 21:03:54 queue INFO >>83 [617] -2015-03-10 21:03:55 sendUrl INFO 83 [617] R:OK -2015-03-10 21:04:45 queue INFO >>83 [618] -2015-03-10 21:04:45 sendUrl INFO 83 [618] R:OK -2015-03-10 21:05:35 queue INFO >>83 [619] -2015-03-10 21:05:35 sendUrl INFO 83 [619] R:OK -2015-03-10 21:06:25 queue INFO >>83 [620] -2015-03-10 21:06:25 sendUrl INFO 83 [620] R:OK -2015-03-10 21:06:51 queue INFO 87 [621] -2015-03-10 21:06:51 queue INFO >87 [622] -2015-03-10 21:06:51 sendUrl INFO 87 [621] R:OK -2015-03-10 21:06:51 sendUrl INFO 87 [622] R:OK -2015-03-10 21:06:54 queue INFO 83 [623] -2015-03-10 21:06:54 queue INFO >83 [624] -2015-03-10 21:06:54 sendUrl INFO 83 [623] R:OK -2015-03-10 21:06:54 sendUrl INFO 83 [624] R:OK -2015-03-10 21:07:44 queue INFO >>83 [625] -2015-03-10 21:07:44 sendUrl INFO 83 [625] R:OK -2015-03-10 21:08:34 queue INFO >>83 [626] -2015-03-10 21:08:35 sendUrl INFO 83 [626] R:OK -2015-03-10 21:09:24 queue INFO >>83 [627] -2015-03-10 21:09:24 sendUrl INFO 83 [627] R:OK -2015-03-10 21:10:14 queue INFO >>83 [628] -2015-03-10 21:10:15 sendUrl INFO 83 [628] R:OK -2015-03-10 21:11:05 queue INFO >>83 [629] -2015-03-10 21:11:05 sendUrl INFO 83 [629] R:OK -2015-03-10 21:11:55 queue INFO >>83 [630] -2015-03-10 21:11:55 sendUrl INFO 83 [630] R:OK -2015-03-10 21:12:45 queue INFO >>83 [631] -2015-03-10 21:12:45 sendUrl INFO 83 [631] R:OK -2015-03-10 21:13:35 queue INFO >>83 [632] -2015-03-10 21:13:35 sendUrl INFO 83 [632] R:OK -2015-03-10 21:14:25 queue INFO >>83 [633] -2015-03-10 21:14:25 sendUrl INFO 83 [633] R:OK -2015-03-10 21:15:15 queue INFO >>83 [634] -2015-03-10 21:15:16 sendUrl INFO 83 [634] R:OK -2015-03-10 21:15:41 queue INFO 87 [635] -2015-03-10 21:15:41 queue INFO >87 [636] -2015-03-10 21:15:42 sendUrl INFO 87 [635] R:OK -2015-03-10 21:15:42 sendUrl INFO 87 [636] R:OK -2015-03-10 21:15:44 queue INFO 83 [637] -2015-03-10 21:15:44 queue INFO >83 [638] -2015-03-10 21:15:45 sendUrl INFO 83 [637] R:OK -2015-03-10 21:15:45 sendUrl INFO 83 [638] R:OK -2015-03-10 21:16:34 queue INFO >>83 [639] -2015-03-10 21:16:35 sendUrl INFO 83 [639] R:OK -2015-03-10 21:17:24 queue INFO >>83 [640] -2015-03-10 21:17:25 sendUrl INFO 83 [640] R:OK -2015-03-10 21:18:15 queue INFO >>83 [641] -2015-03-10 21:18:15 sendUrl INFO 83 [641] R:OK -2015-03-10 21:19:05 queue INFO >>83 [642] -2015-03-10 21:19:05 sendUrl INFO 83 [642] R:OK -2015-03-10 21:19:55 queue INFO >>83 [643] -2015-03-10 21:19:55 sendUrl INFO 83 [643] R:OK -2015-03-10 21:20:45 queue INFO >>83 [644] -2015-03-10 21:20:46 sendUrl INFO 83 [644] R:OK -2015-03-10 21:21:35 queue INFO >>83 [645] -2015-03-10 21:21:35 sendUrl INFO 83 [645] R:OK -2015-03-10 21:22:25 queue INFO >>83 [646] -2015-03-10 21:22:26 sendUrl INFO 83 [646] R:OK -2015-03-10 21:23:16 queue INFO >>83 [647] -2015-03-10 21:23:16 sendUrl INFO 83 [647] R:OK -2015-03-10 21:24:06 queue INFO >>83 [648] -2015-03-10 21:24:06 sendUrl INFO 83 [648] R:OK -2015-03-10 21:24:32 queue INFO 87 [649] -2015-03-10 21:24:32 queue INFO >87 [650] -2015-03-10 21:24:33 sendUrl INFO 87 [649] R:OK -2015-03-10 21:24:33 sendUrl INFO 87 [650] R:OK -2015-03-10 21:24:35 queue INFO 83 [651] -2015-03-10 21:24:35 queue INFO >83 [652] -2015-03-10 21:24:36 sendUrl INFO 83 [651] R:OK -2015-03-10 21:24:36 sendUrl INFO 83 [652] R:OK -2015-03-10 21:25:25 queue INFO >>83 [653] -2015-03-10 21:25:26 sendUrl INFO 83 [653] R:OK -2015-03-10 21:26:16 queue INFO >>83 [654] -2015-03-10 21:26:16 sendUrl INFO 83 [654] R:OK -2015-03-10 21:27:06 queue INFO >>83 [655] -2015-03-10 21:27:06 sendUrl INFO 83 [655] R:OK -2015-03-10 21:27:56 queue INFO >>83 [656] -2015-03-10 21:27:56 sendUrl INFO 83 [656] R:OK -2015-03-10 21:28:46 queue INFO >>83 [657] -2015-03-10 21:28:46 sendUrl INFO 83 [657] R:OK -2015-03-10 21:29:36 queue INFO >>83 [658] -2015-03-10 21:29:37 sendUrl INFO 83 [658] R:OK -2015-03-10 21:30:26 queue INFO >>83 [659] -2015-03-10 21:30:26 sendUrl INFO 83 [659] R:OK -2015-03-10 21:31:16 queue INFO >>83 [660] -2015-03-10 21:31:17 sendUrl INFO 83 [660] R:OK -2015-03-10 21:32:07 queue INFO >>83 [661] -2015-03-10 21:32:07 sendUrl INFO 83 [661] R:OK -2015-03-10 21:32:57 queue INFO >>83 [662] -2015-03-10 21:32:57 sendUrl INFO 83 [662] R:OK -2015-03-10 21:33:23 queue INFO 87 [663] -2015-03-10 21:33:24 queue INFO >87 [664] -2015-03-10 21:33:24 sendUrl INFO 87 [663] R:OK -2015-03-10 21:33:24 sendUrl INFO 87 [664] R:OK -2015-03-10 21:33:27 queue INFO 83 [665] -2015-03-10 21:33:27 queue INFO >83 [666] -2015-03-10 21:33:27 sendUrl INFO 83 [665] R:OK -2015-03-10 21:33:28 sendUrl INFO 83 [666] R:OK -2015-03-10 21:34:17 queue INFO >>83 [667] -2015-03-10 21:34:17 sendUrl INFO 83 [667] R:OK -2015-03-10 21:35:07 queue INFO >>83 [668] -2015-03-10 21:35:07 sendUrl INFO 83 [668] R:OK -2015-03-10 21:35:57 queue INFO >>83 [669] -2015-03-10 21:35:58 sendUrl INFO 83 [669] R:OK -2015-03-10 21:36:47 queue INFO >>83 [670] -2015-03-10 21:36:47 sendUrl INFO 83 [670] R:OK -2015-03-10 21:37:37 queue INFO >>83 [671] -2015-03-10 21:37:38 sendUrl INFO 83 [671] R:OK -2015-03-10 21:38:28 queue INFO >>83 [672] -2015-03-10 21:38:28 sendUrl INFO 83 [672] R:OK -2015-03-10 21:39:18 queue INFO >>83 [673] -2015-03-10 21:39:18 sendUrl INFO 83 [673] R:OK -2015-03-10 21:40:08 queue INFO >>83 [674] -2015-03-10 21:40:08 sendUrl INFO 83 [674] R:OK -2015-03-10 21:40:58 queue INFO >>83 [675] -2015-03-10 21:40:58 sendUrl INFO 83 [675] R:OK -2015-03-10 21:41:48 queue INFO >>83 [676] -2015-03-10 21:41:48 sendUrl INFO 83 [676] R:OK -2015-03-10 21:42:14 queue INFO 87 [677] -2015-03-10 21:42:14 queue INFO >87 [678] -2015-03-10 21:42:14 sendUrl INFO 87 [677] R:OK -2015-03-10 21:42:15 sendUrl INFO 87 [678] R:OK -2015-03-10 21:42:17 queue INFO 83 [679] -2015-03-10 21:42:17 queue INFO >83 [680] -2015-03-10 21:42:17 sendUrl INFO 83 [679] R:OK -2015-03-10 21:42:18 sendUrl INFO 83 [680] R:OK -2015-03-10 21:43:07 queue INFO >>83 [681] -2015-03-10 21:43:07 sendUrl INFO 83 [681] R:OK -2015-03-10 21:43:57 queue INFO >>83 [682] -2015-03-10 21:43:57 sendUrl INFO 83 [682] R:OK -2015-03-10 21:44:47 queue INFO >>83 [683] -2015-03-10 21:44:48 sendUrl INFO 83 [683] R:OK -2015-03-10 21:45:37 queue INFO >>83 [684] -2015-03-10 21:45:37 sendUrl INFO 83 [684] R:OK -2015-03-10 21:46:27 queue INFO >>83 [685] -2015-03-10 21:46:28 sendUrl INFO 83 [685] R:OK -2015-03-10 21:47:18 queue INFO >>83 [686] -2015-03-10 21:47:18 sendUrl INFO 83 [686] R:OK -2015-03-10 21:48:08 queue INFO >>83 [687] -2015-03-10 21:48:08 sendUrl INFO 83 [687] R:OK -2015-03-10 21:48:58 queue INFO >>83 [688] -2015-03-10 21:48:58 sendUrl INFO 83 [688] R:OK -2015-03-10 21:49:48 queue INFO >>83 [689] -2015-03-10 21:49:48 sendUrl INFO 83 [689] R:OK -2015-03-10 21:50:38 queue INFO >>83 [690] -2015-03-10 21:50:38 sendUrl INFO 83 [690] R:OK -2015-03-10 21:51:15 queue INFO 87 [691] -2015-03-10 21:51:15 queue INFO >87 [692] -2015-03-10 21:51:15 sendUrl INFO 87 [691] R:OK -2015-03-10 21:51:16 sendUrl INFO 87 [692] R:OK -2015-03-10 21:51:18 queue INFO 83 [693] -2015-03-10 21:51:18 queue INFO >83 [694] -2015-03-10 21:51:18 sendUrl INFO 83 [693] R:OK -2015-03-10 21:51:19 sendUrl INFO 83 [694] R:OK -2015-03-10 21:52:08 queue INFO >>83 [695] -2015-03-10 21:52:09 sendUrl INFO 83 [695] R:OK -2015-03-10 21:52:58 queue INFO >>83 [696] -2015-03-10 21:52:58 sendUrl INFO 83 [696] R:OK -2015-03-10 21:53:48 queue INFO >>83 [697] -2015-03-10 21:53:49 sendUrl INFO 83 [697] R:OK -2015-03-10 21:54:39 queue INFO >>83 [698] -2015-03-10 21:54:39 sendUrl INFO 83 [698] R:OK -2015-03-10 21:55:29 queue INFO >>83 [699] -2015-03-10 21:55:29 sendUrl INFO 83 [699] R:OK -2015-03-10 21:56:19 queue INFO >>83 [700] -2015-03-10 21:56:19 sendUrl INFO 83 [700] R:OK -2015-03-10 21:57:09 queue INFO >>83 [701] -2015-03-10 21:57:09 sendUrl INFO 83 [701] R:OK -2015-03-10 21:57:59 queue INFO >>83 [702] -2015-03-10 21:57:59 sendUrl INFO 83 [702] R:OK -2015-03-10 21:58:49 queue INFO >>83 [703] -2015-03-10 21:58:49 sendUrl INFO 83 [703] R:OK -2015-03-10 21:59:39 queue INFO >>83 [704] -2015-03-10 21:59:40 sendUrl INFO 83 [704] R:OK -2015-03-10 22:00:05 queue INFO 87 [705] -2015-03-10 22:00:05 sendUrl INFO 87 [705] R:OK -2015-03-10 22:00:05 queue INFO >87 [706] -2015-03-10 22:00:06 sendUrl INFO 87 [706] R:OK -2015-03-10 22:00:08 queue INFO 83 [707] -2015-03-10 22:00:09 queue INFO >83 [708] -2015-03-10 22:00:09 sendUrl INFO 83 [707] R:OK -2015-03-10 22:00:09 sendUrl INFO 83 [708] R:OK -2015-03-10 22:00:58 queue INFO >>83 [709] -2015-03-10 22:00:59 sendUrl INFO 83 [709] R:OK -2015-03-10 22:01:49 queue INFO >>83 [710] -2015-03-10 22:01:49 sendUrl INFO 83 [710] R:OK -2015-03-10 22:02:39 queue INFO >>83 [711] -2015-03-10 22:02:39 sendUrl INFO 83 [711] R:OK -2015-03-10 22:03:29 queue INFO >>83 [712] -2015-03-10 22:03:29 sendUrl INFO 83 [712] R:OK -2015-03-10 22:04:19 queue INFO >>83 [713] -2015-03-10 22:04:19 sendUrl INFO 83 [713] R:OK -2015-03-10 22:05:09 queue INFO >>83 [714] -2015-03-10 22:05:10 sendUrl INFO 83 [714] R:OK -2015-03-10 22:05:59 queue INFO >>83 [715] -2015-03-10 22:06:00 sendUrl INFO 83 [715] R:OK -2015-03-10 22:06:50 queue INFO >>83 [716] -2015-03-10 22:06:50 sendUrl INFO 83 [716] R:OK -2015-03-10 22:07:40 queue INFO >>83 [717] -2015-03-10 22:07:40 sendUrl INFO 83 [717] R:OK -2015-03-10 22:08:30 queue INFO >>83 [718] -2015-03-10 22:08:30 sendUrl INFO 83 [718] R:OK -2015-03-10 22:08:56 queue INFO 87 [719] -2015-03-10 22:08:56 sendUrl INFO 87 [719] R:OK -2015-03-10 22:08:56 queue INFO >87 [720] -2015-03-10 22:08:56 sendUrl INFO 87 [720] R:OK -2015-03-10 22:08:59 queue INFO 83 [721] -2015-03-10 22:08:59 sendUrl INFO 83 [721] R:OK -2015-03-10 22:08:59 queue INFO >83 [722] -2015-03-10 22:08:59 sendUrl INFO 83 [722] R:OK -2015-03-10 22:09:49 queue INFO >>83 [723] -2015-03-10 22:09:49 sendUrl INFO 83 [723] R:OK -2015-03-10 22:10:39 queue INFO >>83 [724] -2015-03-10 22:10:40 sendUrl INFO 83 [724] R:OK -2015-03-10 22:11:29 queue INFO >>83 [725] -2015-03-10 22:11:29 sendUrl INFO 83 [725] R:OK -2015-03-10 22:12:19 queue INFO >>83 [726] -2015-03-10 22:12:20 sendUrl INFO 83 [726] R:OK -2015-03-10 22:13:10 queue INFO >>83 [727] -2015-03-10 22:13:10 sendUrl INFO 83 [727] R:OK -2015-03-10 22:14:00 queue INFO >>83 [728] -2015-03-10 22:14:00 sendUrl INFO 83 [728] R:OK -2015-03-10 22:14:50 queue INFO >>83 [729] -2015-03-10 22:14:50 sendUrl INFO 83 [729] R:OK -2015-03-10 22:15:40 queue INFO >>83 [730] -2015-03-10 22:15:41 sendUrl INFO 83 [730] R:OK -2015-03-10 22:16:30 queue INFO >>83 [731] -2015-03-10 22:16:30 sendUrl INFO 83 [731] R:OK -2015-03-10 22:17:20 queue INFO >>83 [732] -2015-03-10 22:17:21 sendUrl INFO 83 [732] R:OK -2015-03-10 22:17:47 queue INFO 87 [733] -2015-03-10 22:17:47 queue INFO >87 [734] -2015-03-10 22:17:47 sendUrl INFO 87 [733] R:OK -2015-03-10 22:17:47 sendUrl INFO 87 [734] R:OK -2015-03-10 22:17:50 queue INFO 83 [735] -2015-03-10 22:17:50 queue INFO >83 [736] -2015-03-10 22:17:50 sendUrl INFO 83 [735] R:OK -2015-03-10 22:17:50 sendUrl INFO 83 [736] R:OK -2015-03-10 22:18:40 queue INFO >>83 [737] -2015-03-10 22:18:40 sendUrl INFO 83 [737] R:OK -2015-03-10 22:19:30 queue INFO >>83 [738] -2015-03-10 22:19:30 sendUrl INFO 83 [738] R:OK -2015-03-10 22:20:20 queue INFO >>83 [739] -2015-03-10 22:20:20 sendUrl INFO 83 [739] R:OK -2015-03-10 22:21:10 queue INFO >>83 [740] -2015-03-10 22:21:11 sendUrl INFO 83 [740] R:OK -2015-03-10 22:22:00 queue INFO >>83 [741] -2015-03-10 22:22:01 sendUrl INFO 83 [741] R:OK -2015-03-10 22:22:51 queue INFO >>83 [742] -2015-03-10 22:22:51 sendUrl INFO 83 [742] R:OK -2015-03-10 22:23:41 queue INFO >>83 [743] -2015-03-10 22:23:41 sendUrl INFO 83 [743] R:OK -2015-03-10 22:24:31 queue INFO >>83 [744] -2015-03-10 22:24:31 sendUrl INFO 83 [744] R:OK -2015-03-10 22:25:21 queue INFO >>83 [745] -2015-03-10 22:25:21 sendUrl INFO 83 [745] R:OK -2015-03-10 22:26:11 queue INFO >>83 [746] -2015-03-10 22:26:11 sendUrl INFO 83 [746] R:OK -2015-03-10 22:26:38 queue INFO 87 [747] -2015-03-10 22:26:38 queue INFO >87 [748] -2015-03-10 22:26:38 sendUrl INFO 87 [747] R:OK -2015-03-10 22:26:39 sendUrl INFO 87 [748] R:OK -2015-03-10 22:26:41 queue INFO 83 [749] -2015-03-10 22:26:41 queue INFO >83 [750] -2015-03-10 22:26:42 sendUrl INFO 83 [749] R:OK -2015-03-10 22:26:42 sendUrl INFO 83 [750] R:OK -2015-03-10 22:27:31 queue INFO >>83 [751] -2015-03-10 22:27:31 sendUrl INFO 83 [751] R:OK -2015-03-10 22:28:21 queue INFO >>83 [752] -2015-03-10 22:28:22 sendUrl INFO 83 [752] R:OK -2015-03-10 22:29:11 queue INFO >>83 [753] -2015-03-10 22:29:12 sendUrl INFO 83 [753] R:OK -2015-03-10 22:30:02 queue INFO >>83 [754] -2015-03-10 22:30:02 sendUrl INFO 83 [754] R:OK -2015-03-10 22:30:52 queue INFO >>83 [755] -2015-03-10 22:30:52 sendUrl INFO 83 [755] R:OK -2015-03-10 22:31:42 queue INFO >>83 [756] -2015-03-10 22:31:42 sendUrl INFO 83 [756] R:OK -2015-03-10 22:32:32 queue INFO >>83 [757] -2015-03-10 22:32:32 sendUrl INFO 83 [757] R:OK -2015-03-10 22:33:22 queue INFO >>83 [758] -2015-03-10 22:33:23 sendUrl INFO 83 [758] R:OK -2015-03-10 22:34:12 queue INFO >>83 [759] -2015-03-10 22:34:12 sendUrl INFO 83 [759] R:OK -2015-03-10 22:35:03 queue INFO >>83 [760] -2015-03-10 22:35:03 sendUrl INFO 83 [760] R:OK -2015-03-10 22:35:28 queue INFO 87 [761] -2015-03-10 22:35:28 queue INFO >87 [762] -2015-03-10 22:35:29 sendUrl INFO 87 [761] R:OK -2015-03-10 22:35:29 sendUrl INFO 87 [762] R:OK -2015-03-10 22:35:31 queue INFO 83 [763] -2015-03-10 22:35:31 queue INFO >83 [764] -2015-03-10 22:35:32 sendUrl INFO 83 [763] R:OK -2015-03-10 22:35:32 sendUrl INFO 83 [764] R:OK -2015-03-10 22:36:21 queue INFO >>83 [765] -2015-03-10 22:36:22 sendUrl INFO 83 [765] R:OK -2015-03-10 22:37:12 queue INFO >>83 [766] -2015-03-10 22:37:12 sendUrl INFO 83 [766] R:OK -2015-03-10 22:38:02 queue INFO >>83 [767] -2015-03-10 22:38:02 sendUrl INFO 83 [767] R:OK -2015-03-10 22:38:52 queue INFO >>83 [768] -2015-03-10 22:38:52 sendUrl INFO 83 [768] R:OK -2015-03-10 22:39:42 queue INFO >>83 [769] -2015-03-10 22:39:42 sendUrl INFO 83 [769] R:OK -2015-03-10 22:40:32 queue INFO >>83 [770] -2015-03-10 22:40:33 sendUrl INFO 83 [770] R:OK -2015-03-10 22:41:22 queue INFO >>83 [771] -2015-03-10 22:41:23 sendUrl INFO 83 [771] R:OK -2015-03-10 22:42:12 queue INFO >>83 [772] -2015-03-10 22:42:13 sendUrl INFO 83 [772] R:OK -2015-03-10 22:43:03 queue INFO >>83 [773] -2015-03-10 22:43:03 sendUrl INFO 83 [773] R:OK -2015-03-10 22:43:53 queue INFO >>83 [774] -2015-03-10 22:43:53 sendUrl INFO 83 [774] R:OK -2015-03-10 22:44:29 queue INFO 87 [775] -2015-03-10 22:44:30 sendUrl INFO 87 [775] R:OK -2015-03-10 22:44:30 queue INFO >87 [776] -2015-03-10 22:44:30 sendUrl INFO 87 [776] R:OK -2015-03-10 22:44:32 queue INFO 83 [777] -2015-03-10 22:44:33 sendUrl INFO 83 [777] R:OK -2015-03-10 22:44:33 queue INFO >83 [778] -2015-03-10 22:44:33 sendUrl INFO 83 [778] R:OK -2015-03-10 22:45:23 queue INFO >>83 [779] -2015-03-10 22:45:23 sendUrl INFO 83 [779] R:OK -2015-03-10 22:46:13 queue INFO >>83 [780] -2015-03-10 22:46:13 sendUrl INFO 83 [780] R:OK -2015-03-10 22:47:03 queue INFO >>83 [781] -2015-03-10 22:47:03 sendUrl INFO 83 [781] R:OK -2015-03-10 22:47:53 queue INFO >>83 [782] -2015-03-10 22:47:53 sendUrl INFO 83 [782] R:OK -2015-03-10 22:48:43 queue INFO >>83 [783] -2015-03-10 22:48:44 sendUrl INFO 83 [783] R:OK -2015-03-10 22:49:33 queue INFO >>83 [784] -2015-03-10 22:49:34 sendUrl INFO 83 [784] R:OK -2015-03-10 22:50:24 queue INFO >>83 [785] -2015-03-10 22:50:24 sendUrl INFO 83 [785] R:OK -2015-03-10 22:51:14 queue INFO >>83 [786] -2015-03-10 22:51:14 sendUrl INFO 83 [786] R:OK -2015-03-10 22:52:04 queue INFO >>83 [787] -2015-03-10 22:52:04 sendUrl INFO 83 [787] R:OK -2015-03-10 22:52:54 queue INFO >>83 [788] -2015-03-10 22:52:54 sendUrl INFO 83 [788] R:OK -2015-03-10 22:53:20 queue INFO 87 [789] -2015-03-10 22:53:20 queue INFO >87 [790] -2015-03-10 22:53:20 sendUrl INFO 87 [789] R:OK -2015-03-10 22:53:21 sendUrl INFO 87 [790] R:OK -2015-03-10 22:53:23 queue INFO 83 [791] -2015-03-10 22:53:23 queue INFO >83 [792] -2015-03-10 22:53:23 sendUrl INFO 83 [791] R:OK -2015-03-10 22:53:24 sendUrl INFO 83 [792] R:OK -2015-03-10 22:54:13 queue INFO >>83 [793] -2015-03-10 22:54:13 sendUrl INFO 83 [793] R:OK -2015-03-10 22:55:03 queue INFO >>83 [794] -2015-03-10 22:55:03 sendUrl INFO 83 [794] R:OK -2015-03-10 22:55:53 queue INFO >>83 [795] -2015-03-10 22:55:54 sendUrl INFO 83 [795] R:OK -2015-03-10 22:56:38 queue INFO 89 [796] -2015-03-10 22:56:38 queue INFO >89 [797] -2015-03-10 22:56:39 sendUrl INFO 89 [796] R:OK -2015-03-10 22:56:39 sendUrl INFO 89 [797] R:OK -2015-03-10 22:57:28 queue INFO >>89 [798] -2015-03-10 22:57:29 sendUrl INFO 89 [798] R:OK -2015-03-10 22:58:18 queue INFO >>89 [799] -2015-03-10 22:58:19 sendUrl INFO 89 [799] R:OK -2015-03-10 22:59:09 queue INFO >>89 [800] -2015-03-10 22:59:09 sendUrl INFO 89 [800] R:OK -2015-03-10 22:59:59 queue INFO >>89 [801] -2015-03-10 22:59:59 sendUrl INFO 89 [801] R:OK -2015-03-10 23:00:49 queue INFO >>89 [802] -2015-03-10 23:00:49 sendUrl INFO 89 [802] R:OK -2015-03-10 23:01:39 queue INFO >>89 [803] -2015-03-10 23:01:39 sendUrl INFO 89 [803] R:OK -2015-03-10 23:02:29 queue INFO >>89 [804] -2015-03-10 23:02:29 sendUrl INFO 89 [804] R:OK -2015-03-10 23:03:19 queue INFO >>89 [805] -2015-03-10 23:03:20 sendUrl INFO 89 [805] R:OK -2015-03-10 23:04:09 queue INFO >>89 [806] -2015-03-10 23:04:09 sendUrl INFO 89 [806] R:OK -2015-03-10 23:04:59 queue INFO >>89 [807] -2015-03-10 23:05:00 sendUrl INFO 89 [807] R:OK -2015-03-10 23:05:50 queue INFO >>89 [808] -2015-03-10 23:05:50 sendUrl INFO 89 [808] R:OK -2015-03-10 23:06:40 queue INFO >>89 [809] -2015-03-10 23:06:40 sendUrl INFO 89 [809] R:OK -2015-03-10 23:07:30 queue INFO >>89 [810] -2015-03-10 23:07:30 sendUrl INFO 89 [810] R:OK -2015-03-10 23:08:20 queue INFO >>89 [811] -2015-03-10 23:08:20 sendUrl INFO 89 [811] R:OK -2015-03-10 23:08:34 queue INFO 0 [812] -2015-03-10 23:08:34 queue INFO >0 [813] -2015-03-10 23:08:35 sendUrl INFO 0 [812] R:OK -2015-03-10 23:08:35 sendUrl INFO 0 [813] R:OK -2015-03-10 23:09:24 queue INFO >>0 [814] -2015-03-10 23:09:25 sendUrl INFO 0 [814] R:OK -2015-03-10 23:10:14 queue INFO >>0 [815] -2015-03-10 23:10:15 sendUrl INFO 0 [815] R:OK -2015-03-10 23:11:05 queue INFO >>0 [816] -2015-03-10 23:11:05 sendUrl INFO 0 [816] R:OK -2015-03-10 23:11:55 queue INFO >>0 [817] -2015-03-10 23:11:55 sendUrl INFO 0 [817] R:OK -2015-03-10 23:12:22 queue INFO 1 [818] -2015-03-10 23:12:22 queue INFO >1 [819] -2015-03-10 23:12:22 sendUrl INFO 1 [818] R:OK -2015-03-10 23:12:22 sendUrl INFO 1 [819] R:OK -2015-03-10 23:13:12 queue INFO >>1 [820] -2015-03-10 23:13:12 sendUrl INFO 1 [820] R:OK -2015-03-10 23:14:02 queue INFO >>1 [821] -2015-03-10 23:14:02 sendUrl INFO 1 [821] R:OK -2015-03-10 23:14:52 queue INFO >>1 [822] -2015-03-10 23:14:52 sendUrl INFO 1 [822] R:OK -2015-03-10 23:15:09 queue INFO 89 [823] -2015-03-10 23:15:09 sendUrl INFO 89 [823] R:OK -2015-03-10 23:15:10 queue INFO >89 [824] -2015-03-10 23:15:10 sendUrl INFO 89 [824] R:OK -2015-03-10 23:15:16 queue INFO 81 [825] -2015-03-10 23:15:16 queue INFO >81 [826] -2015-03-10 23:15:16 sendUrl INFO 81 [825] R:OK -2015-03-10 23:15:16 sendUrl INFO 81 [826] R:OK -2015-03-10 23:15:36 queue INFO 83 [827] -2015-03-10 23:15:36 queue INFO >83 [828] -2015-03-10 23:15:37 sendUrl INFO 83 [827] R:OK -2015-03-10 23:15:37 sendUrl INFO 83 [828] R:OK -2015-03-10 23:15:52 queue INFO 87 [829] -2015-03-10 23:15:52 queue INFO >87 [830] -2015-03-10 23:15:52 sendUrl INFO 87 [829] R:OK -2015-03-10 23:15:53 sendUrl INFO 87 [830] R:OK -2015-03-10 23:15:55 queue INFO 83 [831] -2015-03-10 23:15:55 queue INFO >83 [832] -2015-03-10 23:15:55 sendUrl INFO 83 [831] R:OK -2015-03-10 23:15:56 sendUrl INFO 83 [832] R:OK -2015-03-10 23:16:45 queue INFO >>83 [833] -2015-03-10 23:16:46 sendUrl INFO 83 [833] R:OK -2015-03-10 23:17:35 queue INFO >>83 [834] -2015-03-10 23:17:36 sendUrl INFO 83 [834] R:OK -2015-03-10 23:18:26 queue INFO >>83 [835] -2015-03-10 23:18:26 sendUrl INFO 83 [835] R:OK -2015-03-10 23:19:16 queue INFO >>83 [836] -2015-03-10 23:19:16 sendUrl INFO 83 [836] R:OK -2015-03-10 23:20:06 queue INFO >>83 [837] -2015-03-10 23:20:06 sendUrl INFO 83 [837] R:OK -2015-03-10 23:20:56 queue INFO >>83 [838] -2015-03-10 23:20:56 sendUrl INFO 83 [838] R:OK -2015-03-10 23:21:46 queue INFO >>83 [839] -2015-03-10 23:21:47 sendUrl INFO 83 [839] R:OK -2015-03-10 23:22:36 queue INFO >>83 [840] -2015-03-10 23:22:36 sendUrl INFO 83 [840] R:OK -2015-03-10 23:23:26 queue INFO >>83 [841] -2015-03-10 23:23:27 sendUrl INFO 83 [841] R:OK -2015-03-10 23:24:16 queue INFO >>83 [842] -2015-03-10 23:24:17 sendUrl INFO 83 [842] R:OK -2015-03-10 23:24:43 queue INFO 87 [843] -2015-03-10 23:24:43 queue INFO >87 [844] -2015-03-10 23:24:43 sendUrl INFO 87 [843] R:OK -2015-03-10 23:24:43 sendUrl INFO 87 [844] R:OK -2015-03-10 23:24:46 queue INFO 83 [845] -2015-03-10 23:24:46 queue INFO >83 [846] -2015-03-10 23:24:46 sendUrl INFO 83 [845] R:OK -2015-03-10 23:24:46 sendUrl INFO 83 [846] R:OK -2015-03-10 23:25:36 queue INFO >>83 [847] -2015-03-10 23:25:36 sendUrl INFO 83 [847] R:OK -2015-03-10 23:26:26 queue INFO >>83 [848] -2015-03-10 23:26:26 sendUrl INFO 83 [848] R:OK -2015-03-10 23:27:16 queue INFO >>83 [849] -2015-03-10 23:27:16 sendUrl INFO 83 [849] R:OK -2015-03-10 23:28:06 queue INFO >>83 [850] -2015-03-10 23:28:07 sendUrl INFO 83 [850] R:OK -2015-03-10 23:28:56 queue INFO >>83 [851] -2015-03-10 23:28:56 sendUrl INFO 83 [851] R:OK -2015-03-10 23:29:46 queue INFO >>83 [852] -2015-03-10 23:29:47 sendUrl INFO 83 [852] R:OK -2015-03-10 23:30:37 queue INFO >>83 [853] -2015-03-10 23:30:37 sendUrl INFO 83 [853] R:OK -2015-03-10 23:31:27 queue INFO >>83 [854] -2015-03-10 23:31:27 sendUrl INFO 83 [854] R:OK -2015-03-10 23:32:17 queue INFO >>83 [855] -2015-03-10 23:32:17 sendUrl INFO 83 [855] R:OK -2015-03-10 23:33:07 queue INFO >>83 [856] -2015-03-10 23:33:07 sendUrl INFO 83 [856] R:OK -2015-03-10 23:33:33 queue INFO 87 [857] -2015-03-10 23:33:33 sendUrl INFO 87 [857] R:OK -2015-03-10 23:33:33 queue INFO >87 [858] -2015-03-10 23:33:33 sendUrl INFO 87 [858] R:OK -2015-03-10 23:33:36 queue INFO 83 [859] -2015-03-10 23:33:36 queue INFO >83 [860] -2015-03-10 23:33:36 sendUrl INFO 83 [859] R:OK -2015-03-10 23:33:37 sendUrl INFO 83 [860] R:OK -2015-03-10 23:34:26 queue INFO >>83 [861] -2015-03-10 23:34:26 sendUrl INFO 83 [861] R:OK -2015-03-10 23:35:16 queue INFO >>83 [862] -2015-03-10 23:35:17 sendUrl INFO 83 [862] R:OK -2015-03-10 23:36:06 queue INFO >>83 [863] -2015-03-10 23:36:07 sendUrl INFO 83 [863] R:OK -2015-03-10 23:36:57 queue INFO >>83 [864] -2015-03-10 23:36:57 sendUrl INFO 83 [864] R:OK -2015-03-10 23:37:47 queue INFO >>83 [865] -2015-03-10 23:37:47 sendUrl INFO 83 [865] R:OK -2015-03-10 23:38:37 queue INFO >>83 [866] -2015-03-10 23:38:37 sendUrl INFO 83 [866] R:OK -2015-03-10 23:39:27 queue INFO >>83 [867] -2015-03-10 23:39:27 sendUrl INFO 83 [867] R:OK -2015-03-10 23:40:17 queue INFO >>83 [868] -2015-03-10 23:40:18 sendUrl INFO 83 [868] R:OK -2015-03-10 23:41:07 queue INFO >>83 [869] -2015-03-10 23:41:08 sendUrl INFO 83 [869] R:OK -2015-03-10 23:41:57 queue INFO >>83 [870] -2015-03-10 23:41:58 sendUrl INFO 83 [870] R:OK -2015-03-10 23:42:23 queue INFO 87 [871] -2015-03-10 23:42:24 queue INFO >87 [872] -2015-03-10 23:42:24 sendUrl INFO 87 [871] R:OK -2015-03-10 23:42:24 sendUrl INFO 87 [872] R:OK -2015-03-10 23:42:26 queue INFO 83 [873] -2015-03-10 23:42:27 queue INFO >83 [874] -2015-03-10 23:42:27 sendUrl INFO 83 [873] R:OK -2015-03-10 23:42:27 sendUrl INFO 83 [874] R:OK -2015-03-10 23:43:17 queue INFO >>83 [875] -2015-03-10 23:43:17 sendUrl INFO 83 [875] R:OK -2015-03-10 23:44:07 queue INFO >>83 [876] -2015-03-10 23:44:07 sendUrl INFO 83 [876] R:OK -2015-03-10 23:44:57 queue INFO >>83 [877] -2015-03-10 23:44:57 sendUrl INFO 83 [877] R:OK -2015-03-10 23:45:47 queue INFO >>83 [878] -2015-03-10 23:45:47 sendUrl INFO 83 [878] R:OK -2015-03-10 23:46:37 queue INFO >>83 [879] -2015-03-10 23:46:38 sendUrl INFO 83 [879] R:OK -2015-03-10 23:47:27 queue INFO >>83 [880] -2015-03-10 23:47:27 sendUrl INFO 83 [880] R:OK -2015-03-10 23:48:17 queue INFO >>83 [881] -2015-03-10 23:48:18 sendUrl INFO 83 [881] R:OK -2015-03-10 23:49:08 queue INFO >>83 [882] -2015-03-10 23:49:08 sendUrl INFO 83 [882] R:OK -2015-03-10 23:49:58 queue INFO >>83 [883] -2015-03-10 23:49:58 sendUrl INFO 83 [883] R:OK -2015-03-10 23:50:48 queue INFO >>83 [884] -2015-03-10 23:50:48 sendUrl INFO 83 [884] R:OK -2015-03-10 23:51:25 queue INFO 87 [885] -2015-03-10 23:51:26 queue INFO >87 [886] -2015-03-10 23:51:26 sendUrl INFO 87 [885] R:OK -2015-03-10 23:51:27 sendUrl INFO 87 [886] R:OK -2015-03-10 23:51:28 queue INFO 83 [887] -2015-03-10 23:51:29 queue INFO >83 [888] -2015-03-10 23:51:29 sendUrl INFO 83 [887] R:OK -2015-03-10 23:51:30 sendUrl INFO 83 [888] R:OK -2015-03-10 23:52:19 queue INFO >>83 [889] -2015-03-10 23:52:19 sendUrl INFO 83 [889] R:OK -2015-03-10 23:53:09 queue INFO >>83 [890] -2015-03-10 23:53:09 sendUrl INFO 83 [890] R:OK -2015-03-10 23:53:59 queue INFO >>83 [891] -2015-03-10 23:53:59 sendUrl INFO 83 [891] R:OK -2015-03-10 23:54:49 queue INFO >>83 [892] -2015-03-10 23:54:49 sendUrl INFO 83 [892] R:OK -2015-03-10 23:55:39 queue INFO >>83 [893] -2015-03-10 23:55:40 sendUrl INFO 83 [893] R:OK -2015-03-10 23:56:29 queue INFO >>83 [894] -2015-03-10 23:56:30 sendUrl INFO 83 [894] R:OK -2015-03-10 23:57:19 queue INFO >>83 [895] -2015-03-10 23:57:20 sendUrl INFO 83 [895] R:OK -2015-03-10 23:58:10 queue INFO >>83 [896] -2015-03-10 23:58:10 sendUrl INFO 83 [896] R:OK -2015-03-10 23:59:00 queue INFO >>83 [897] -2015-03-10 23:59:00 sendUrl INFO 83 [897] R:OK -2015-03-10 23:59:50 queue INFO >>83 [898] -2015-03-10 23:59:50 sendUrl INFO 83 [898] R:OK -2015-03-11 00:00:17 queue INFO 87 [899] -2015-03-11 00:00:17 queue INFO >87 [900] -2015-03-11 00:00:17 sendUrl INFO 87 [899] R:OK -2015-03-11 00:00:18 sendUrl INFO 87 [900] R:OK -2015-03-11 00:00:20 queue INFO 83 [901] -2015-03-11 00:00:20 queue INFO >83 [902] -2015-03-11 00:00:20 sendUrl INFO 83 [901] R:OK -2015-03-11 00:00:21 sendUrl INFO 83 [902] R:OK -2015-03-11 00:01:10 queue INFO >>83 [903] -2015-03-11 00:01:10 sendUrl INFO 83 [903] R:OK -2015-03-11 00:01:28 queue INFO 89 [904] -2015-03-11 00:01:28 queue INFO >89 [905] -2015-03-11 00:01:28 sendUrl INFO 89 [904] R:OK -2015-03-11 00:01:29 sendUrl INFO 89 [905] R:OK -2015-03-11 00:02:09 queue INFO 81 [906] -2015-03-11 00:02:09 queue INFO >81 [907] -2015-03-11 00:02:09 sendUrl INFO 81 [906] R:OK -2015-03-11 00:02:09 sendUrl INFO 81 [907] R:OK -2015-03-11 00:02:16 queue INFO 83 [908] -2015-03-11 00:02:16 queue INFO >83 [909] -2015-03-11 00:02:16 sendUrl INFO 83 [908] R:OK -2015-03-11 00:02:17 sendUrl INFO 83 [909] R:OK -2015-03-11 00:03:06 queue INFO >>83 [910] -2015-03-11 00:03:07 sendUrl INFO 83 [910] R:OK -2015-03-11 00:03:56 queue INFO >>83 [911] -2015-03-11 00:03:57 sendUrl INFO 83 [911] R:OK -2015-03-11 00:04:47 queue INFO >>83 [912] -2015-03-11 00:04:47 sendUrl INFO 83 [912] R:OK -2015-03-11 00:05:37 queue INFO >>83 [913] -2015-03-11 00:05:37 sendUrl INFO 83 [913] R:OK -2015-03-11 00:06:27 queue INFO >>83 [914] -2015-03-11 00:06:27 sendUrl INFO 83 [914] R:OK -2015-03-11 00:07:17 queue INFO >>83 [915] -2015-03-11 00:07:17 sendUrl INFO 83 [915] R:OK -2015-03-11 00:08:07 queue INFO >>83 [916] -2015-03-11 00:08:07 sendUrl INFO 83 [916] R:OK -2015-03-11 00:08:57 queue INFO >>83 [917] -2015-03-11 00:08:58 sendUrl INFO 83 [917] R:OK -2015-03-11 00:09:07 queue INFO 87 [918] -2015-03-11 00:09:07 queue INFO >87 [919] -2015-03-11 00:09:08 sendUrl INFO 87 [918] R:OK -2015-03-11 00:09:08 sendUrl INFO 87 [919] R:OK -2015-03-11 00:09:10 queue INFO 83 [920] -2015-03-11 00:09:10 queue INFO >83 [921] -2015-03-11 00:09:11 sendUrl INFO 83 [920] R:OK -2015-03-11 00:09:11 sendUrl INFO 83 [921] R:OK -2015-03-11 00:10:00 queue INFO >>83 [922] -2015-03-11 00:10:00 sendUrl INFO 83 [922] R:OK -2015-03-11 00:10:50 queue INFO >>83 [923] -2015-03-11 00:10:51 sendUrl INFO 83 [923] R:OK -2015-03-11 00:11:41 queue INFO >>83 [924] -2015-03-11 00:11:41 sendUrl INFO 83 [924] R:OK -2015-03-11 00:12:31 queue INFO >>83 [925] -2015-03-11 00:12:31 sendUrl INFO 83 [925] R:OK -2015-03-11 00:13:21 queue INFO >>83 [926] -2015-03-11 00:13:21 sendUrl INFO 83 [926] R:OK -2015-03-11 00:14:11 queue INFO >>83 [927] -2015-03-11 00:14:11 sendUrl INFO 83 [927] R:OK -2015-03-11 00:15:01 queue INFO >>83 [928] -2015-03-11 00:15:01 sendUrl INFO 83 [928] R:OK -2015-03-11 00:15:51 queue INFO >>83 [929] -2015-03-11 00:15:52 sendUrl INFO 83 [929] R:OK -2015-03-11 00:16:41 queue INFO >>83 [930] -2015-03-11 00:16:42 sendUrl INFO 83 [930] R:OK -2015-03-11 00:17:32 queue INFO >>83 [931] -2015-03-11 00:17:32 sendUrl INFO 83 [931] R:OK -2015-03-11 00:17:57 queue INFO 87 [932] -2015-03-11 00:17:57 sendUrl INFO 87 [932] R:OK -2015-03-11 00:17:57 queue INFO >87 [933] -2015-03-11 00:17:58 sendUrl INFO 87 [933] R:OK -2015-03-11 00:18:00 queue INFO 83 [934] -2015-03-11 00:18:00 queue INFO >83 [935] -2015-03-11 00:18:01 sendUrl INFO 83 [934] R:OK -2015-03-11 00:18:01 sendUrl INFO 83 [935] R:OK -2015-03-11 00:18:50 queue INFO >>83 [936] -2015-03-11 00:18:51 sendUrl INFO 83 [936] R:OK -2015-03-11 00:19:40 queue INFO >>83 [937] -2015-03-11 00:19:41 sendUrl INFO 83 [937] R:OK -2015-03-11 00:20:31 queue INFO >>83 [938] -2015-03-11 00:20:31 sendUrl INFO 83 [938] R:OK -2015-03-11 00:21:21 queue INFO >>83 [939] -2015-03-11 00:21:21 sendUrl INFO 83 [939] R:OK -2015-03-11 00:22:11 queue INFO >>83 [940] -2015-03-11 00:22:11 sendUrl INFO 83 [940] R:OK -2015-03-11 00:23:01 queue INFO >>83 [941] -2015-03-11 00:23:01 sendUrl INFO 83 [941] R:OK -2015-03-11 00:23:51 queue INFO >>83 [942] -2015-03-11 00:23:52 sendUrl INFO 83 [942] R:OK -2015-03-11 00:24:41 queue INFO >>83 [943] -2015-03-11 00:24:42 sendUrl INFO 83 [943] R:OK -2015-03-11 00:25:31 queue INFO >>83 [944] -2015-03-11 00:25:32 sendUrl INFO 83 [944] R:OK -2015-03-11 00:26:22 queue INFO >>83 [945] -2015-03-11 00:26:22 sendUrl INFO 83 [945] R:OK -2015-03-11 00:26:47 queue INFO 87 [946] -2015-03-11 00:26:48 queue INFO >87 [947] -2015-03-11 00:26:48 sendUrl INFO 87 [946] R:OK -2015-03-11 00:26:48 sendUrl INFO 87 [947] R:OK -2015-03-11 00:26:50 queue INFO 83 [948] -2015-03-11 00:26:51 queue INFO >83 [949] -2015-03-11 00:26:51 sendUrl INFO 83 [948] R:OK -2015-03-11 00:26:51 sendUrl INFO 83 [949] R:OK -2015-03-11 00:27:40 queue INFO >>83 [950] -2015-03-11 00:27:41 sendUrl INFO 83 [950] R:OK -2015-03-11 00:28:31 queue INFO >>83 [951] -2015-03-11 00:28:31 sendUrl INFO 83 [951] R:OK -2015-03-11 00:29:21 queue INFO >>83 [952] -2015-03-11 00:29:21 sendUrl INFO 83 [952] R:OK -2015-03-11 00:30:11 queue INFO >>83 [953] -2015-03-11 00:30:11 sendUrl INFO 83 [953] R:OK -2015-03-11 00:31:01 queue INFO >>83 [954] -2015-03-11 00:31:01 sendUrl INFO 83 [954] R:OK -2015-03-11 00:31:51 queue INFO >>83 [955] -2015-03-11 00:31:52 sendUrl INFO 83 [955] R:OK -2015-03-11 00:32:41 queue INFO >>83 [956] -2015-03-11 00:32:42 sendUrl INFO 83 [956] R:OK -2015-03-11 00:33:32 queue INFO >>83 [957] -2015-03-11 00:33:32 sendUrl INFO 83 [957] R:OK -2015-03-11 00:34:22 queue INFO >>83 [958] -2015-03-11 00:34:22 sendUrl INFO 83 [958] R:OK -2015-03-11 00:35:12 queue INFO >>83 [959] -2015-03-11 00:35:12 sendUrl INFO 83 [959] R:OK -2015-03-11 00:35:38 queue INFO 87 [960] -2015-03-11 00:35:38 queue INFO >87 [961] -2015-03-11 00:35:38 sendUrl INFO 87 [960] R:OK -2015-03-11 00:35:39 sendUrl INFO 87 [961] R:OK -2015-03-11 00:35:41 queue INFO 83 [962] -2015-03-11 00:35:41 queue INFO >83 [963] -2015-03-11 00:35:41 sendUrl INFO 83 [962] R:OK -2015-03-11 00:35:42 sendUrl INFO 83 [963] R:OK -2015-03-11 00:36:31 queue INFO >>83 [964] -2015-03-11 00:36:32 sendUrl INFO 83 [964] R:OK -2015-03-11 00:37:21 queue INFO >>83 [965] -2015-03-11 00:37:21 sendUrl INFO 83 [965] R:OK -2015-03-11 00:38:11 queue INFO >>83 [966] -2015-03-11 00:38:12 sendUrl INFO 83 [966] R:OK -2015-03-11 00:39:02 queue INFO >>83 [967] -2015-03-11 00:39:02 sendUrl INFO 83 [967] R:OK -2015-03-11 00:39:52 queue INFO >>83 [968] -2015-03-11 00:39:52 sendUrl INFO 83 [968] R:OK -2015-03-11 00:40:42 queue INFO >>83 [969] -2015-03-11 00:40:42 sendUrl INFO 83 [969] R:OK -2015-03-11 00:41:32 queue INFO >>83 [970] -2015-03-11 00:41:32 sendUrl INFO 83 [970] R:OK -2015-03-11 00:42:22 queue INFO >>83 [971] -2015-03-11 00:42:23 sendUrl INFO 83 [971] R:OK -2015-03-11 00:43:12 queue INFO >>83 [972] -2015-03-11 00:43:13 sendUrl INFO 83 [972] R:OK -2015-03-11 00:44:02 queue INFO >>83 [973] -2015-03-11 00:44:03 sendUrl INFO 83 [973] R:OK -2015-03-11 00:44:40 queue INFO 87 [974] -2015-03-11 00:44:40 queue INFO >87 [975] -2015-03-11 00:44:40 sendUrl INFO 87 [974] R:OK -2015-03-11 00:44:41 sendUrl INFO 87 [975] R:OK -2015-03-11 00:44:43 queue INFO 83 [976] -2015-03-11 00:44:43 queue INFO >83 [977] -2015-03-11 00:44:44 sendUrl INFO 83 [976] R:OK -2015-03-11 00:44:44 sendUrl INFO 83 [977] R:OK -2015-03-11 00:45:33 queue INFO >>83 [978] -2015-03-11 00:45:33 sendUrl INFO 83 [978] R:OK -2015-03-11 00:46:23 queue INFO >>83 [979] -2015-03-11 00:46:24 sendUrl INFO 83 [979] R:OK -2015-03-11 00:47:13 queue INFO >>83 [980] -2015-03-11 00:47:14 sendUrl INFO 83 [980] R:OK -2015-03-11 00:48:04 queue INFO >>83 [981] -2015-03-11 00:48:04 sendUrl INFO 83 [981] R:OK -2015-03-11 00:48:54 queue INFO >>83 [982] -2015-03-11 00:48:54 sendUrl INFO 83 [982] R:OK -2015-03-11 00:49:44 queue INFO >>83 [983] -2015-03-11 00:49:45 sendUrl INFO 83 [983] R:OK -2015-03-11 00:50:34 queue INFO >>83 [984] -2015-03-11 00:50:34 sendUrl INFO 83 [984] R:OK -2015-03-11 00:51:24 queue INFO >>83 [985] -2015-03-11 00:51:25 sendUrl INFO 83 [985] R:OK -2015-03-11 00:52:14 queue INFO >>83 [986] -2015-03-11 00:52:15 sendUrl INFO 83 [986] R:OK -2015-03-11 00:53:05 queue INFO >>83 [987] -2015-03-11 00:53:05 sendUrl INFO 83 [987] R:OK -2015-03-11 00:53:31 queue INFO 87 [988] -2015-03-11 00:53:32 sendUrl INFO 87 [988] R:OK -2015-03-11 00:53:32 queue INFO >87 [989] -2015-03-11 00:53:32 sendUrl INFO 87 [989] R:OK -2015-03-11 00:53:34 queue INFO 83 [990] -2015-03-11 00:53:35 sendUrl INFO 83 [990] R:OK -2015-03-11 00:53:35 queue INFO >83 [991] -2015-03-11 00:53:35 sendUrl INFO 83 [991] R:OK -2015-03-11 00:54:25 queue INFO >>83 [992] -2015-03-11 00:54:25 sendUrl INFO 83 [992] R:OK -2015-03-11 00:55:15 queue INFO >>83 [993] -2015-03-11 00:55:15 sendUrl INFO 83 [993] R:OK -2015-03-11 00:56:05 queue INFO >>83 [994] -2015-03-11 00:56:05 sendUrl INFO 83 [994] R:OK -2015-03-11 00:56:55 queue INFO >>83 [995] -2015-03-11 00:56:55 sendUrl INFO 83 [995] R:OK -2015-03-11 00:57:45 queue INFO >>83 [996] -2015-03-11 00:57:46 sendUrl INFO 83 [996] R:OK -2015-03-11 00:58:35 queue INFO >>83 [997] -2015-03-11 00:58:36 sendUrl INFO 83 [997] R:OK -2015-03-11 00:59:26 queue INFO >>83 [998] -2015-03-11 00:59:26 sendUrl INFO 83 [998] R:OK -2015-03-11 01:00:16 queue INFO >>83 [999] -2015-03-11 01:00:16 sendUrl INFO 83 [999] R:OK -2015-03-11 01:01:06 queue INFO >>83 [0] -2015-03-11 01:01:06 sendUrl INFO 83 [0] R:OK -2015-03-11 01:01:56 queue INFO >>83 [1] -2015-03-11 01:01:56 sendUrl INFO 83 [1] R:OK -2015-03-11 01:02:22 queue INFO 87 [2] -2015-03-11 01:02:22 queue INFO >87 [3] -2015-03-11 01:02:22 sendUrl INFO 87 [2] R:OK -2015-03-11 01:02:23 sendUrl INFO 87 [3] R:OK -2015-03-11 01:02:25 queue INFO 83 [4] -2015-03-11 01:02:25 queue INFO >83 [5] -2015-03-11 01:02:25 sendUrl INFO 83 [4] R:OK -2015-03-11 01:02:26 sendUrl INFO 83 [5] R:OK -2015-03-11 01:03:15 queue INFO >>83 [6] -2015-03-11 01:03:15 sendUrl INFO 83 [6] R:OK -2015-03-11 01:04:05 queue INFO >>83 [7] -2015-03-11 01:04:05 sendUrl INFO 83 [7] R:OK -2015-03-11 01:04:55 queue INFO >>83 [8] -2015-03-11 01:04:55 sendUrl INFO 83 [8] R:OK -2015-03-11 01:05:45 queue INFO >>83 [9] -2015-03-11 01:05:45 sendUrl INFO 83 [9] R:OK -2015-03-11 01:06:35 queue INFO >>83 [10] -2015-03-11 01:06:36 sendUrl INFO 83 [10] R:OK -2015-03-11 01:07:25 queue INFO >>83 [11] -2015-03-11 01:07:26 sendUrl INFO 83 [11] R:OK -2015-03-11 01:08:16 queue INFO >>83 [12] -2015-03-11 01:08:16 sendUrl INFO 83 [12] R:OK -2015-03-11 01:09:06 queue INFO >>83 [13] -2015-03-11 01:09:06 sendUrl INFO 83 [13] R:OK -2015-03-11 01:09:56 queue INFO >>83 [14] -2015-03-11 01:09:56 sendUrl INFO 83 [14] R:OK -2015-03-11 01:10:46 queue INFO >>83 [15] -2015-03-11 01:10:46 sendUrl INFO 83 [15] R:OK -2015-03-11 01:11:12 queue INFO 87 [16] -2015-03-11 01:11:12 queue INFO >87 [17] -2015-03-11 01:11:12 sendUrl INFO 87 [16] R:OK -2015-03-11 01:11:13 sendUrl INFO 87 [17] R:OK -2015-03-11 01:11:15 queue INFO 83 [18] -2015-03-11 01:11:15 queue INFO >83 [19] -2015-03-11 01:11:15 sendUrl INFO 83 [18] R:OK -2015-03-11 01:11:16 sendUrl INFO 83 [19] R:OK -2015-03-11 01:12:05 queue INFO >>83 [20] -2015-03-11 01:12:05 sendUrl INFO 83 [20] R:OK -2015-03-11 01:12:55 queue INFO >>83 [21] -2015-03-11 01:12:55 sendUrl INFO 83 [21] R:OK -2015-03-11 01:13:45 queue INFO >>83 [22] -2015-03-11 01:13:46 sendUrl INFO 83 [22] R:OK -2015-03-11 01:14:35 queue INFO >>83 [23] -2015-03-11 01:14:35 sendUrl INFO 83 [23] R:OK -2015-03-11 01:15:25 queue INFO >>83 [24] -2015-03-11 01:15:26 sendUrl INFO 83 [24] R:OK -2015-03-11 01:16:16 queue INFO >>83 [25] -2015-03-11 01:16:16 sendUrl INFO 83 [25] R:OK -2015-03-11 01:17:06 queue INFO >>83 [26] -2015-03-11 01:17:06 sendUrl INFO 83 [26] R:OK -2015-03-11 01:17:56 queue INFO >>83 [27] -2015-03-11 01:17:56 sendUrl INFO 83 [27] R:OK -2015-03-11 01:18:46 queue INFO >>83 [28] -2015-03-11 01:18:46 sendUrl INFO 83 [28] R:OK -2015-03-11 01:19:36 queue INFO >>83 [29] -2015-03-11 01:19:36 sendUrl INFO 83 [29] R:OK -2015-03-11 01:20:02 queue INFO 87 [30] -2015-03-11 01:20:02 queue INFO >87 [31] -2015-03-11 01:20:02 sendUrl INFO 87 [30] R:OK -2015-03-11 01:20:03 sendUrl INFO 87 [31] R:OK -2015-03-11 01:20:05 queue INFO 83 [32] -2015-03-11 01:20:05 queue INFO >83 [33] -2015-03-11 01:20:05 sendUrl INFO 83 [32] R:OK -2015-03-11 01:20:06 sendUrl INFO 83 [33] R:OK -2015-03-11 01:20:55 queue INFO >>83 [34] -2015-03-11 01:20:56 sendUrl INFO 83 [34] R:OK -2015-03-11 01:21:45 queue INFO >>83 [35] -2015-03-11 01:21:45 sendUrl INFO 83 [35] R:OK -2015-03-11 01:22:35 queue INFO >>83 [36] -2015-03-11 01:22:36 sendUrl INFO 83 [36] R:OK -2015-03-11 01:23:26 queue INFO >>83 [37] -2015-03-11 01:23:26 sendUrl INFO 83 [37] R:OK -2015-03-11 01:24:16 queue INFO >>83 [38] -2015-03-11 01:24:16 sendUrl INFO 83 [38] R:OK -2015-03-11 01:25:06 queue INFO >>83 [39] -2015-03-11 01:25:06 sendUrl INFO 83 [39] R:OK -2015-03-11 01:25:56 queue INFO >>83 [40] -2015-03-11 01:25:57 sendUrl INFO 83 [40] R:OK -2015-03-11 01:26:46 queue INFO >>83 [41] -2015-03-11 01:26:46 sendUrl INFO 83 [41] R:OK -2015-03-11 01:27:36 queue INFO >>83 [42] -2015-03-11 01:27:37 sendUrl INFO 83 [42] R:OK -2015-03-11 01:28:26 queue INFO >>83 [43] -2015-03-11 01:28:27 sendUrl INFO 83 [43] R:OK -2015-03-11 01:28:52 queue INFO 87 [44] -2015-03-11 01:28:53 queue INFO >87 [45] -2015-03-11 01:28:53 sendUrl INFO 87 [44] R:OK -2015-03-11 01:28:53 sendUrl INFO 87 [45] R:OK -2015-03-11 01:28:55 queue INFO 83 [46] -2015-03-11 01:28:56 queue INFO >83 [47] -2015-03-11 01:28:56 sendUrl INFO 83 [46] R:OK -2015-03-11 01:28:56 sendUrl INFO 83 [47] R:OK -2015-03-11 01:29:46 queue INFO >>83 [48] -2015-03-11 01:29:46 sendUrl INFO 83 [48] R:OK -2015-03-11 01:30:36 queue INFO >>83 [49] -2015-03-11 01:30:36 sendUrl INFO 83 [49] R:OK -2015-03-11 01:31:26 queue INFO >>83 [50] -2015-03-11 01:31:26 sendUrl INFO 83 [50] R:OK -2015-03-11 01:32:16 queue INFO >>83 [51] -2015-03-11 01:32:16 sendUrl INFO 83 [51] R:OK -2015-03-11 01:33:06 queue INFO >>83 [52] -2015-03-11 01:33:06 sendUrl INFO 83 [52] R:OK -2015-03-11 01:33:56 queue INFO >>83 [53] -2015-03-11 01:33:56 sendUrl INFO 83 [53] R:OK -2015-03-11 01:34:46 queue INFO >>83 [54] -2015-03-11 01:34:47 sendUrl INFO 83 [54] R:OK -2015-03-11 01:35:36 queue INFO >>83 [55] -2015-03-11 01:35:37 sendUrl INFO 83 [55] R:OK -2015-03-11 01:36:27 queue INFO >>83 [56] -2015-03-11 01:36:27 sendUrl INFO 83 [56] R:OK -2015-03-11 01:37:17 queue INFO >>83 [57] -2015-03-11 01:37:17 sendUrl INFO 83 [57] R:OK -2015-03-11 01:37:54 queue INFO 87 [58] -2015-03-11 01:37:55 queue INFO >87 [59] -2015-03-11 01:37:55 sendUrl INFO 87 [58] R:OK -2015-03-11 01:37:55 sendUrl INFO 87 [59] R:OK -2015-03-11 01:37:58 queue INFO 83 [60] -2015-03-11 01:37:58 queue INFO >83 [61] -2015-03-11 01:37:58 sendUrl INFO 83 [60] R:OK -2015-03-11 01:37:58 sendUrl INFO 83 [61] R:OK -2015-03-11 01:38:48 queue INFO >>83 [62] -2015-03-11 01:38:48 sendUrl INFO 83 [62] R:OK -2015-03-11 01:39:38 queue INFO >>83 [63] -2015-03-11 01:39:38 sendUrl INFO 83 [63] R:OK -2015-03-11 01:40:28 queue INFO >>83 [64] -2015-03-11 01:40:28 sendUrl INFO 83 [64] R:OK -2015-03-11 01:41:18 queue INFO >>83 [65] -2015-03-11 01:41:19 sendUrl INFO 83 [65] R:OK -2015-03-11 01:42:08 queue INFO >>83 [66] -2015-03-11 01:42:09 sendUrl INFO 83 [66] R:OK -2015-03-11 01:42:59 queue INFO >>83 [67] -2015-03-11 01:42:59 sendUrl INFO 83 [67] R:OK -2015-03-11 01:43:49 queue INFO >>83 [68] -2015-03-11 01:43:49 sendUrl INFO 83 [68] R:OK -2015-03-11 01:44:39 queue INFO >>83 [69] -2015-03-11 01:44:39 sendUrl INFO 83 [69] R:OK -2015-03-11 01:45:29 queue INFO >>83 [70] -2015-03-11 01:45:29 sendUrl INFO 83 [70] R:OK -2015-03-11 01:46:19 queue INFO >>83 [71] -2015-03-11 01:46:19 sendUrl INFO 83 [71] R:OK -2015-03-11 01:46:46 queue INFO 87 [72] -2015-03-11 01:46:46 sendUrl INFO 87 [72] R:OK -2015-03-11 01:46:46 queue INFO >87 [73] -2015-03-11 01:46:46 sendUrl INFO 87 [73] R:OK -2015-03-11 01:46:49 queue INFO 83 [74] -2015-03-11 01:46:49 sendUrl INFO 83 [74] R:OK -2015-03-11 01:46:49 queue INFO >83 [75] -2015-03-11 01:46:49 sendUrl INFO 83 [75] R:OK -2015-03-11 01:47:39 queue INFO >>83 [76] -2015-03-11 01:47:39 sendUrl INFO 83 [76] R:OK -2015-03-11 01:48:29 queue INFO >>83 [77] -2015-03-11 01:48:30 sendUrl INFO 83 [77] R:OK -2015-03-11 01:49:19 queue INFO >>83 [78] -2015-03-11 01:49:19 sendUrl INFO 83 [78] R:OK -2015-03-11 01:50:09 queue INFO >>83 [79] -2015-03-11 01:50:10 sendUrl INFO 83 [79] R:OK -2015-03-11 01:51:00 queue INFO >>83 [80] -2015-03-11 01:51:00 sendUrl INFO 83 [80] R:OK -2015-03-11 01:51:50 queue INFO >>83 [81] -2015-03-11 01:51:50 sendUrl INFO 83 [81] R:OK -2015-03-11 01:52:40 queue INFO >>83 [82] -2015-03-11 01:52:40 sendUrl INFO 83 [82] R:OK -2015-03-11 01:53:30 queue INFO >>83 [83] -2015-03-11 01:53:30 sendUrl INFO 83 [83] R:OK -2015-03-11 01:54:20 queue INFO >>83 [84] -2015-03-11 01:54:21 sendUrl INFO 83 [84] R:OK -2015-03-11 01:55:10 queue INFO >>83 [85] -2015-03-11 01:55:11 sendUrl INFO 83 [85] R:OK -2015-03-11 01:55:41 queue INFO 87 [86] -2015-03-11 01:55:41 queue INFO >87 [87] -2015-03-11 01:55:41 sendUrl INFO 87 [86] R:OK -2015-03-11 01:55:42 sendUrl INFO 87 [87] R:OK -2015-03-11 01:55:44 queue INFO 83 [88] -2015-03-11 01:55:44 queue INFO >83 [89] -2015-03-11 01:55:44 sendUrl INFO 83 [88] R:OK -2015-03-11 01:55:45 sendUrl INFO 83 [89] R:OK -2015-03-11 01:56:34 queue INFO >>83 [90] -2015-03-11 01:56:34 sendUrl INFO 83 [90] R:OK -2015-03-11 01:57:24 queue INFO >>83 [91] -2015-03-11 01:57:25 sendUrl INFO 83 [91] R:OK -2015-03-11 01:58:14 queue INFO >>83 [92] -2015-03-11 01:58:15 sendUrl INFO 83 [92] R:OK -2015-03-11 01:59:04 queue INFO >>83 [93] -2015-03-11 01:59:05 sendUrl INFO 83 [93] R:OK -2015-03-11 01:59:55 queue INFO >>83 [94] -2015-03-11 01:59:55 sendUrl INFO 83 [94] R:OK -2015-03-11 02:00:45 queue INFO >>83 [95] -2015-03-11 02:00:45 sendUrl INFO 83 [95] R:OK -2015-03-11 02:01:35 queue INFO >>83 [96] -2015-03-11 02:01:35 sendUrl INFO 83 [96] R:OK -2015-03-11 02:02:25 queue INFO >>83 [97] -2015-03-11 02:02:25 sendUrl INFO 83 [97] R:OK -2015-03-11 02:03:15 queue INFO >>83 [98] -2015-03-11 02:03:16 sendUrl INFO 83 [98] R:OK -2015-03-11 02:04:05 queue INFO >>83 [99] -2015-03-11 02:04:06 sendUrl INFO 83 [99] R:OK -2015-03-11 02:04:31 queue INFO 87 [100] -2015-03-11 02:04:31 queue INFO >87 [101] -2015-03-11 02:04:31 sendUrl INFO 87 [100] R:OK -2015-03-11 02:04:32 sendUrl INFO 87 [101] R:OK -2015-03-11 02:04:34 queue INFO 83 [102] -2015-03-11 02:04:34 queue INFO >83 [103] -2015-03-11 02:04:34 sendUrl INFO 83 [102] R:OK -2015-03-11 02:04:35 sendUrl INFO 83 [103] R:OK -2015-03-11 02:05:24 queue INFO >>83 [104] -2015-03-11 02:05:24 sendUrl INFO 83 [104] R:OK -2015-03-11 02:06:14 queue INFO >>83 [105] -2015-03-11 02:06:14 sendUrl INFO 83 [105] R:OK -2015-03-11 02:07:04 queue INFO >>83 [106] -2015-03-11 02:07:05 sendUrl INFO 83 [106] R:OK -2015-03-11 02:07:54 queue INFO >>83 [107] -2015-03-11 02:07:55 sendUrl INFO 83 [107] R:OK -2015-03-11 02:08:45 queue INFO >>83 [108] -2015-03-11 02:08:45 sendUrl INFO 83 [108] R:OK -2015-03-11 02:09:35 queue INFO >>83 [109] -2015-03-11 02:09:35 sendUrl INFO 83 [109] R:OK -2015-03-11 02:10:25 queue INFO >>83 [110] -2015-03-11 02:10:25 sendUrl INFO 83 [110] R:OK -2015-03-11 02:11:15 queue INFO >>83 [111] -2015-03-11 02:11:15 sendUrl INFO 83 [111] R:OK -2015-03-11 02:12:05 queue INFO >>83 [112] -2015-03-11 02:12:06 sendUrl INFO 83 [112] R:OK -2015-03-11 02:12:55 queue INFO >>83 [113] -2015-03-11 02:12:55 sendUrl INFO 83 [113] R:OK -2015-03-11 02:13:21 queue INFO 87 [114] -2015-03-11 02:13:21 queue INFO >87 [115] -2015-03-11 02:13:22 sendUrl INFO 87 [114] R:OK -2015-03-11 02:13:22 sendUrl INFO 87 [115] R:OK -2015-03-11 02:13:24 queue INFO 83 [116] -2015-03-11 02:13:24 queue INFO >83 [117] -2015-03-11 02:13:25 sendUrl INFO 83 [116] R:OK -2015-03-11 02:13:25 sendUrl INFO 83 [117] R:OK -2015-03-11 02:14:14 queue INFO >>83 [118] -2015-03-11 02:14:15 sendUrl INFO 83 [118] R:OK -2015-03-11 02:15:04 queue INFO >>83 [119] -2015-03-11 02:15:05 sendUrl INFO 83 [119] R:OK -2015-03-11 02:15:55 queue INFO >>83 [120] -2015-03-11 02:15:55 sendUrl INFO 83 [120] R:OK -2015-03-11 02:16:45 queue INFO >>83 [121] -2015-03-11 02:16:45 sendUrl INFO 83 [121] R:OK -2015-03-11 02:17:35 queue INFO >>83 [122] -2015-03-11 02:17:35 sendUrl INFO 83 [122] R:OK -2015-03-11 02:18:25 queue INFO >>83 [123] -2015-03-11 02:18:25 sendUrl INFO 83 [123] R:OK -2015-03-11 02:19:15 queue INFO >>83 [124] -2015-03-11 02:19:16 sendUrl INFO 83 [124] R:OK -2015-03-11 02:20:05 queue INFO >>83 [125] -2015-03-11 02:20:05 sendUrl INFO 83 [125] R:OK -2015-03-11 02:20:55 queue INFO >>83 [126] -2015-03-11 02:20:56 sendUrl INFO 83 [126] R:OK -2015-03-11 02:21:45 queue INFO >>83 [127] -2015-03-11 02:21:46 sendUrl INFO 83 [127] R:OK -2015-03-11 02:22:12 queue INFO 87 [128] -2015-03-11 02:22:12 queue INFO >87 [129] -2015-03-11 02:22:12 sendUrl INFO 87 [128] R:OK -2015-03-11 02:22:12 sendUrl INFO 87 [129] R:OK -2015-03-11 02:22:15 queue INFO 83 [130] -2015-03-11 02:22:15 queue INFO >83 [131] -2015-03-11 02:22:15 sendUrl INFO 83 [130] R:OK -2015-03-11 02:22:16 sendUrl INFO 83 [131] R:OK -2015-03-11 02:23:05 queue INFO >>83 [132] -2015-03-11 02:23:05 sendUrl INFO 83 [132] R:OK -2015-03-11 02:23:55 queue INFO >>83 [133] -2015-03-11 02:23:55 sendUrl INFO 83 [133] R:OK -2015-03-11 02:24:45 queue INFO >>83 [134] -2015-03-11 02:24:46 sendUrl INFO 83 [134] R:OK -2015-03-11 02:25:35 queue INFO >>83 [135] -2015-03-11 02:25:36 sendUrl INFO 83 [135] R:OK -2015-03-11 02:26:26 queue INFO >>83 [136] -2015-03-11 02:26:26 sendUrl INFO 83 [136] R:OK -2015-03-11 02:27:16 queue INFO >>83 [137] -2015-03-11 02:27:16 sendUrl INFO 83 [137] R:OK -2015-03-11 02:28:06 queue INFO >>83 [138] -2015-03-11 02:28:06 sendUrl INFO 83 [138] R:OK -2015-03-11 02:28:56 queue INFO >>83 [139] -2015-03-11 02:28:56 sendUrl INFO 83 [139] R:OK -2015-03-11 02:29:46 queue INFO >>83 [140] -2015-03-11 02:29:46 sendUrl INFO 83 [140] R:OK -2015-03-11 02:30:36 queue INFO >>83 [141] -2015-03-11 02:30:37 sendUrl INFO 83 [141] R:OK -2015-03-11 02:31:14 queue INFO 87 [142] -2015-03-11 02:31:14 queue INFO >87 [143] -2015-03-11 02:31:14 sendUrl INFO 87 [142] R:OK -2015-03-11 02:31:14 sendUrl INFO 87 [143] R:OK -2015-03-11 02:31:17 queue INFO 83 [144] -2015-03-11 02:31:17 queue INFO >83 [145] -2015-03-11 02:31:17 sendUrl INFO 83 [144] R:OK -2015-03-11 02:31:18 sendUrl INFO 83 [145] R:OK -2015-03-11 02:32:07 queue INFO >>83 [146] -2015-03-11 02:32:07 sendUrl INFO 83 [146] R:OK -2015-03-11 02:32:57 queue INFO >>83 [147] -2015-03-11 02:32:58 sendUrl INFO 83 [147] R:OK -2015-03-11 02:33:47 queue INFO >>83 [148] -2015-03-11 02:33:47 sendUrl INFO 83 [148] R:OK -2015-03-11 02:34:37 queue INFO >>83 [149] -2015-03-11 02:34:38 sendUrl INFO 83 [149] R:OK -2015-03-11 02:35:28 queue INFO >>83 [150] -2015-03-11 02:35:28 sendUrl INFO 83 [150] R:OK -2015-03-11 02:36:18 queue INFO >>83 [151] -2015-03-11 02:36:18 sendUrl INFO 83 [151] R:OK -2015-03-11 02:37:08 queue INFO >>83 [152] -2015-03-11 02:37:08 sendUrl INFO 83 [152] R:OK -2015-03-11 02:37:58 queue INFO >>83 [153] -2015-03-11 02:37:59 sendUrl INFO 83 [153] R:OK -2015-03-11 02:38:48 queue INFO >>83 [154] -2015-03-11 02:38:48 sendUrl INFO 83 [154] R:OK -2015-03-11 02:39:38 queue INFO >>83 [155] -2015-03-11 02:39:39 sendUrl INFO 83 [155] R:OK -2015-03-11 02:40:05 queue INFO 87 [156] -2015-03-11 02:40:05 queue INFO >87 [157] -2015-03-11 02:40:06 sendUrl INFO 87 [156] R:OK -2015-03-11 02:40:06 sendUrl INFO 87 [157] R:OK -2015-03-11 02:40:08 queue INFO 83 [158] -2015-03-11 02:40:08 queue INFO >83 [159] -2015-03-11 02:40:09 sendUrl INFO 83 [158] R:OK -2015-03-11 02:40:09 sendUrl INFO 83 [159] R:OK -2015-03-11 02:40:58 queue INFO >>83 [160] -2015-03-11 02:40:58 sendUrl INFO 83 [160] R:OK -2015-03-11 02:41:48 queue INFO >>83 [161] -2015-03-11 02:41:49 sendUrl INFO 83 [161] R:OK -2015-03-11 02:42:39 queue INFO >>83 [162] -2015-03-11 02:42:39 sendUrl INFO 83 [162] R:OK -2015-03-11 02:43:29 queue INFO >>83 [163] -2015-03-11 02:43:29 sendUrl INFO 83 [163] R:OK -2015-03-11 02:44:19 queue INFO >>83 [164] -2015-03-11 02:44:19 sendUrl INFO 83 [164] R:OK -2015-03-11 02:45:09 queue INFO >>83 [165] -2015-03-11 02:45:10 sendUrl INFO 83 [165] R:OK -2015-03-11 02:45:59 queue INFO >>83 [166] -2015-03-11 02:45:59 sendUrl INFO 83 [166] R:OK -2015-03-11 02:46:49 queue INFO >>83 [167] -2015-03-11 02:46:50 sendUrl INFO 83 [167] R:OK -2015-03-11 02:47:39 queue INFO >>83 [168] -2015-03-11 02:47:40 sendUrl INFO 83 [168] R:OK -2015-03-11 02:48:30 queue INFO >>83 [169] -2015-03-11 02:48:30 sendUrl INFO 83 [169] R:OK -2015-03-11 02:48:55 queue INFO 87 [170] -2015-03-11 02:48:55 queue INFO >87 [171] -2015-03-11 02:48:56 sendUrl INFO 87 [170] R:OK -2015-03-11 02:48:56 sendUrl INFO 87 [171] R:OK -2015-03-11 02:48:58 queue INFO 83 [172] -2015-03-11 02:48:58 queue INFO >83 [173] -2015-03-11 02:48:59 sendUrl INFO 83 [172] R:OK -2015-03-11 02:48:59 sendUrl INFO 83 [173] R:OK -2015-03-11 02:49:48 queue INFO >>83 [174] -2015-03-11 02:49:49 sendUrl INFO 83 [174] R:OK -2015-03-11 02:50:39 queue INFO >>83 [175] -2015-03-11 02:50:39 sendUrl INFO 83 [175] R:OK -2015-03-11 02:51:29 queue INFO >>83 [176] -2015-03-11 02:51:29 sendUrl INFO 83 [176] R:OK -2015-03-11 02:52:19 queue INFO >>83 [177] -2015-03-11 02:52:19 sendUrl INFO 83 [177] R:OK -2015-03-11 02:53:09 queue INFO >>83 [178] -2015-03-11 02:53:09 sendUrl INFO 83 [178] R:OK -2015-03-11 02:53:59 queue INFO >>83 [179] -2015-03-11 02:54:00 sendUrl INFO 83 [179] R:OK -2015-03-11 02:54:49 queue INFO >>83 [180] -2015-03-11 02:54:50 sendUrl INFO 83 [180] R:OK -2015-03-11 02:55:39 queue INFO >>83 [181] -2015-03-11 02:55:40 sendUrl INFO 83 [181] R:OK -2015-03-11 02:56:30 queue INFO >>83 [182] -2015-03-11 02:56:30 sendUrl INFO 83 [182] R:OK -2015-03-11 02:57:20 queue INFO >>83 [183] -2015-03-11 02:57:20 sendUrl INFO 83 [183] R:OK -2015-03-11 02:57:45 queue INFO 87 [184] -2015-03-11 02:57:46 queue INFO >87 [185] -2015-03-11 02:57:46 sendUrl INFO 87 [184] R:OK -2015-03-11 02:57:46 sendUrl INFO 87 [185] R:OK -2015-03-11 02:57:48 queue INFO 83 [186] -2015-03-11 02:57:49 queue INFO >83 [187] -2015-03-11 02:57:49 sendUrl INFO 83 [186] R:OK -2015-03-11 02:57:49 sendUrl INFO 83 [187] R:OK -2015-03-11 02:58:39 queue INFO >>83 [188] -2015-03-11 02:58:39 sendUrl INFO 83 [188] R:OK -2015-03-11 02:59:29 queue INFO >>83 [189] -2015-03-11 02:59:29 sendUrl INFO 83 [189] R:OK -2015-03-11 03:00:19 queue INFO >>83 [190] -2015-03-11 03:00:19 sendUrl INFO 83 [190] R:OK -2015-03-11 03:01:09 queue INFO >>83 [191] -2015-03-11 03:01:09 sendUrl INFO 83 [191] R:OK -2015-03-11 03:01:59 queue INFO >>83 [192] -2015-03-11 03:01:59 sendUrl INFO 83 [192] R:OK -2015-03-11 03:02:49 queue INFO >>83 [193] -2015-03-11 03:02:50 sendUrl INFO 83 [193] R:OK -2015-03-11 03:03:39 queue INFO >>83 [194] -2015-03-11 03:03:40 sendUrl INFO 83 [194] R:OK -2015-03-11 03:04:30 queue INFO >>83 [195] -2015-03-11 03:04:30 sendUrl INFO 83 [195] R:OK -2015-03-11 03:05:20 queue INFO >>83 [196] -2015-03-11 03:05:20 sendUrl INFO 83 [196] R:OK -2015-03-11 03:06:10 queue INFO >>83 [197] -2015-03-11 03:06:10 sendUrl INFO 83 [197] R:OK -2015-03-11 03:06:36 queue INFO 87 [198] -2015-03-11 03:06:36 queue INFO >87 [199] -2015-03-11 03:06:36 sendUrl INFO 87 [198] R:OK -2015-03-11 03:06:37 sendUrl INFO 87 [199] R:OK -2015-03-11 03:06:39 queue INFO 83 [200] -2015-03-11 03:06:39 queue INFO >83 [201] -2015-03-11 03:06:39 sendUrl INFO 83 [200] R:OK -2015-03-11 03:06:40 sendUrl INFO 83 [201] R:OK -2015-03-11 03:07:29 queue INFO >>83 [202] -2015-03-11 03:07:29 sendUrl INFO 83 [202] R:OK -2015-03-11 03:08:19 queue INFO >>83 [203] -2015-03-11 03:08:19 sendUrl INFO 83 [203] R:OK -2015-03-11 03:09:09 queue INFO >>83 [204] -2015-03-11 03:09:10 sendUrl INFO 83 [204] R:OK -2015-03-11 03:09:59 queue INFO >>83 [205] -2015-03-11 03:09:59 sendUrl INFO 83 [205] R:OK -2015-03-11 03:10:49 queue INFO >>83 [206] -2015-03-11 03:10:50 sendUrl INFO 83 [206] R:OK -2015-03-11 03:11:39 queue INFO >>83 [207] -2015-03-11 03:11:40 sendUrl INFO 83 [207] R:OK -2015-03-11 03:12:30 queue INFO >>83 [208] -2015-03-11 03:12:30 sendUrl INFO 83 [208] R:OK -2015-03-11 03:13:20 queue INFO >>83 [209] -2015-03-11 03:13:20 sendUrl INFO 83 [209] R:OK -2015-03-11 03:14:10 queue INFO >>83 [210] -2015-03-11 03:14:10 sendUrl INFO 83 [210] R:OK -2015-03-11 03:15:00 queue INFO >>83 [211] -2015-03-11 03:15:00 sendUrl INFO 83 [211] R:OK -2015-03-11 03:15:26 queue INFO 87 [212] -2015-03-11 03:15:26 queue INFO >87 [213] -2015-03-11 03:15:27 sendUrl INFO 87 [212] R:OK -2015-03-11 03:15:27 sendUrl INFO 87 [213] R:OK -2015-03-11 03:15:29 queue INFO 83 [214] -2015-03-11 03:15:29 queue INFO >83 [215] -2015-03-11 03:15:30 sendUrl INFO 83 [214] R:OK -2015-03-11 03:15:30 sendUrl INFO 83 [215] R:OK -2015-03-11 03:16:19 queue INFO >>83 [216] -2015-03-11 03:16:20 sendUrl INFO 83 [216] R:OK -2015-03-11 03:17:09 queue INFO >>83 [217] -2015-03-11 03:17:10 sendUrl INFO 83 [217] R:OK -2015-03-11 03:18:00 queue INFO >>83 [218] -2015-03-11 03:18:00 sendUrl INFO 83 [218] R:OK -2015-03-11 03:18:50 queue INFO >>83 [219] -2015-03-11 03:18:50 sendUrl INFO 83 [219] R:OK -2015-03-11 03:19:40 queue INFO >>83 [220] -2015-03-11 03:19:40 sendUrl INFO 83 [220] R:OK -2015-03-11 03:20:30 queue INFO >>83 [221] -2015-03-11 03:20:30 sendUrl INFO 83 [221] R:OK -2015-03-11 03:21:20 queue INFO >>83 [222] -2015-03-11 03:21:21 sendUrl INFO 83 [222] R:OK -2015-03-11 03:22:10 queue INFO >>83 [223] -2015-03-11 03:22:11 sendUrl INFO 83 [223] R:OK -2015-03-11 03:23:01 queue INFO >>83 [224] -2015-03-11 03:23:01 sendUrl INFO 83 [224] R:OK -2015-03-11 03:23:51 queue INFO >>83 [225] -2015-03-11 03:23:51 sendUrl INFO 83 [225] R:OK -2015-03-11 03:24:28 queue INFO 87 [226] -2015-03-11 03:24:28 queue INFO >87 [227] -2015-03-11 03:24:29 sendUrl INFO 87 [226] R:OK -2015-03-11 03:24:29 sendUrl INFO 87 [227] R:OK -2015-03-11 03:24:31 queue INFO 83 [228] -2015-03-11 03:24:32 queue INFO >83 [229] -2015-03-11 03:24:32 sendUrl INFO 83 [228] R:OK -2015-03-11 03:24:32 sendUrl INFO 83 [229] R:OK -2015-03-11 03:25:22 queue INFO >>83 [230] -2015-03-11 03:25:22 sendUrl INFO 83 [230] R:OK -2015-03-11 03:26:12 queue INFO >>83 [231] -2015-03-11 03:26:12 sendUrl INFO 83 [231] R:OK -2015-03-11 03:27:02 queue INFO >>83 [232] -2015-03-11 03:27:02 sendUrl INFO 83 [232] R:OK -2015-03-11 03:27:52 queue INFO >>83 [233] -2015-03-11 03:27:52 sendUrl INFO 83 [233] R:OK -2015-03-11 03:28:42 queue INFO >>83 [234] -2015-03-11 03:28:42 sendUrl INFO 83 [234] R:OK -2015-03-11 03:29:32 queue INFO >>83 [235] -2015-03-11 03:29:32 sendUrl INFO 83 [235] R:OK -2015-03-11 03:30:22 queue INFO >>83 [236] -2015-03-11 03:30:23 sendUrl INFO 83 [236] R:OK -2015-03-11 03:31:12 queue INFO >>83 [237] -2015-03-11 03:31:13 sendUrl INFO 83 [237] R:OK -2015-03-11 03:32:03 queue INFO >>83 [238] -2015-03-11 03:32:03 sendUrl INFO 83 [238] R:OK -2015-03-11 03:32:53 queue INFO >>83 [239] -2015-03-11 03:32:53 sendUrl INFO 83 [239] R:OK -2015-03-11 03:33:20 queue INFO 87 [240] -2015-03-11 03:33:20 queue INFO >87 [241] -2015-03-11 03:33:20 sendUrl INFO 87 [240] R:OK -2015-03-11 03:33:20 sendUrl INFO 87 [241] R:OK -2015-03-11 03:33:23 queue INFO 83 [242] -2015-03-11 03:33:23 queue INFO >83 [243] -2015-03-11 03:33:23 sendUrl INFO 83 [242] R:OK -2015-03-11 03:33:23 sendUrl INFO 83 [243] R:OK -2015-03-11 03:34:10 queue INFO 89 [244] -2015-03-11 03:34:11 queue INFO >89 [245] -2015-03-11 03:34:11 sendUrl INFO 89 [244] R:OK -2015-03-11 03:34:11 sendUrl INFO 89 [245] R:OK -2015-03-11 03:35:01 queue INFO >>89 [246] -2015-03-11 03:35:01 sendUrl INFO 89 [246] R:OK -2015-03-11 03:35:51 queue INFO >>89 [247] -2015-03-11 03:35:51 sendUrl INFO 89 [247] R:OK -2015-03-11 03:36:41 queue INFO >>89 [248] -2015-03-11 03:36:41 sendUrl INFO 89 [248] R:OK -2015-03-11 03:37:31 queue INFO >>89 [249] -2015-03-11 03:37:32 sendUrl INFO 89 [249] R:OK -2015-03-11 03:38:21 queue INFO >>89 [250] -2015-03-11 03:38:21 sendUrl INFO 89 [250] R:OK -2015-03-11 03:39:11 queue INFO >>89 [251] -2015-03-11 03:39:12 sendUrl INFO 89 [251] R:OK -2015-03-11 03:40:01 queue INFO >>89 [252] -2015-03-11 03:40:02 sendUrl INFO 89 [252] R:OK -2015-03-11 03:40:52 queue INFO >>89 [253] -2015-03-11 03:40:52 sendUrl INFO 89 [253] R:OK -2015-03-11 03:41:42 queue INFO >>89 [254] -2015-03-11 03:41:42 sendUrl INFO 89 [254] R:OK -2015-03-11 03:42:32 queue INFO >>89 [255] -2015-03-11 03:42:32 sendUrl INFO 89 [255] R:OK -2015-03-11 03:43:01 queue INFO 0 [256] -2015-03-11 03:43:01 sendUrl INFO 0 [256] R:OK -2015-03-11 03:43:01 queue INFO >0 [257] -2015-03-11 03:43:01 sendUrl INFO 0 [257] R:OK -2015-03-11 03:43:51 queue INFO >>0 [258] -2015-03-11 03:43:51 sendUrl INFO 0 [258] R:OK -2015-03-11 03:44:41 queue INFO >>0 [259] -2015-03-11 03:44:41 sendUrl INFO 0 [259] R:OK -2015-03-11 03:45:31 queue INFO >>0 [260] -2015-03-11 03:45:31 sendUrl INFO 0 [260] R:OK -2015-03-11 03:46:21 queue INFO >>0 [261] -2015-03-11 03:46:22 sendUrl INFO 0 [261] R:OK -2015-03-11 03:47:11 queue INFO >>0 [262] -2015-03-11 03:47:12 sendUrl INFO 0 [262] R:OK -2015-03-11 03:48:02 queue INFO >>0 [263] -2015-03-11 03:48:02 sendUrl INFO 0 [263] R:OK -2015-03-11 03:48:52 queue INFO >>0 [264] -2015-03-11 03:48:52 sendUrl INFO 0 [264] R:OK -2015-03-11 03:49:42 queue INFO >>0 [265] -2015-03-11 03:49:42 sendUrl INFO 0 [265] R:OK -2015-03-11 03:50:32 queue INFO >>0 [266] -2015-03-11 03:50:32 sendUrl INFO 0 [266] R:OK -2015-03-11 03:51:06 queue INFO 1 [267] -2015-03-11 03:51:07 queue INFO >1 [268] -2015-03-11 03:51:07 sendUrl INFO 1 [267] R:OK -2015-03-11 03:51:07 sendUrl INFO 1 [268] R:OK -2015-03-11 03:51:56 queue INFO >>1 [269] -2015-03-11 03:51:57 sendUrl INFO 1 [269] R:OK -2015-03-11 03:52:47 queue INFO >>1 [270] -2015-03-11 03:52:47 sendUrl INFO 1 [270] R:OK -2015-03-11 03:53:37 queue INFO >>1 [271] -2015-03-11 03:53:37 sendUrl INFO 1 [271] R:OK -2015-03-11 03:54:27 queue INFO >>1 [272] -2015-03-11 03:54:27 sendUrl INFO 1 [272] R:OK -2015-03-11 03:54:41 queue INFO 89 [273] -2015-03-11 03:54:41 queue INFO >89 [274] -2015-03-11 03:54:41 sendUrl INFO 89 [273] R:OK -2015-03-11 03:54:42 sendUrl INFO 89 [274] R:OK -2015-03-11 03:54:46 queue INFO 81 [275] -2015-03-11 03:54:46 queue INFO >81 [276] -2015-03-11 03:54:47 sendUrl INFO 81 [275] R:OK -2015-03-11 03:54:47 sendUrl INFO 81 [276] R:OK -2015-03-11 03:55:03 queue INFO 83 [277] -2015-03-11 03:55:03 queue INFO >83 [278] -2015-03-11 03:55:04 sendUrl INFO 83 [277] R:OK -2015-03-11 03:55:04 sendUrl INFO 83 [278] R:OK -2015-03-11 03:55:19 queue INFO 87 [279] -2015-03-11 03:55:20 queue INFO >87 [280] -2015-03-11 03:55:20 sendUrl INFO 87 [279] R:OK -2015-03-11 03:55:20 sendUrl INFO 87 [280] R:OK -2015-03-11 03:55:22 queue INFO 83 [281] -2015-03-11 03:55:23 queue INFO >83 [282] -2015-03-11 03:55:23 sendUrl INFO 83 [281] R:OK -2015-03-11 03:55:23 sendUrl INFO 83 [282] R:OK -2015-03-11 03:56:12 queue INFO >>83 [283] -2015-03-11 03:56:13 sendUrl INFO 83 [283] R:OK -2015-03-11 03:57:03 queue INFO >>83 [284] -2015-03-11 03:57:03 sendUrl INFO 83 [284] R:OK -2015-03-11 03:57:53 queue INFO >>83 [285] -2015-03-11 03:57:53 sendUrl INFO 83 [285] R:OK -2015-03-11 03:58:43 queue INFO >>83 [286] -2015-03-11 03:58:43 sendUrl INFO 83 [286] R:OK -2015-03-11 03:59:33 queue INFO >>83 [287] -2015-03-11 03:59:33 sendUrl INFO 83 [287] R:OK -2015-03-11 04:00:23 queue INFO >>83 [288] -2015-03-11 04:00:24 sendUrl INFO 83 [288] R:OK -2015-03-11 04:01:13 queue INFO >>83 [289] -2015-03-11 04:01:14 sendUrl INFO 83 [289] R:OK -2015-03-11 04:02:04 queue INFO >>83 [290] -2015-03-11 04:02:04 sendUrl INFO 83 [290] R:OK -2015-03-11 04:02:54 queue INFO >>83 [291] -2015-03-11 04:02:54 sendUrl INFO 83 [291] R:OK -2015-03-11 04:03:44 queue INFO >>83 [292] -2015-03-11 04:03:44 sendUrl INFO 83 [292] R:OK -2015-03-11 04:04:09 queue INFO 87 [293] -2015-03-11 04:04:10 queue INFO >87 [294] -2015-03-11 04:04:10 sendUrl INFO 87 [293] R:OK -2015-03-11 04:04:10 sendUrl INFO 87 [294] R:OK -2015-03-11 04:04:12 queue INFO 83 [295] -2015-03-11 04:04:13 queue INFO >83 [296] -2015-03-11 04:04:13 sendUrl INFO 83 [295] R:OK -2015-03-11 04:04:13 sendUrl INFO 83 [296] R:OK -2015-03-11 04:05:02 queue INFO >>83 [297] -2015-03-11 04:05:03 sendUrl INFO 83 [297] R:OK -2015-03-11 04:05:53 queue INFO >>83 [298] -2015-03-11 04:05:53 sendUrl INFO 83 [298] R:OK -2015-03-11 04:06:43 queue INFO >>83 [299] -2015-03-11 04:06:43 sendUrl INFO 83 [299] R:OK -2015-03-11 04:07:33 queue INFO >>83 [300] -2015-03-11 04:07:33 sendUrl INFO 83 [300] R:OK -2015-03-11 04:08:23 queue INFO >>83 [301] -2015-03-11 04:08:23 sendUrl INFO 83 [301] R:OK -2015-03-11 04:09:13 queue INFO >>83 [302] -2015-03-11 04:09:13 sendUrl INFO 83 [302] R:OK -2015-03-11 04:10:03 queue INFO >>83 [303] -2015-03-11 04:10:04 sendUrl INFO 83 [303] R:OK -2015-03-11 04:10:53 queue INFO >>83 [304] -2015-03-11 04:10:54 sendUrl INFO 83 [304] R:OK -2015-03-11 04:11:44 queue INFO >>83 [305] -2015-03-11 04:11:44 sendUrl INFO 83 [305] R:OK -2015-03-11 04:12:34 queue INFO >>83 [306] -2015-03-11 04:12:34 sendUrl INFO 83 [306] R:OK -2015-03-11 04:13:00 queue INFO 87 [307] -2015-03-11 04:13:00 queue INFO >87 [308] -2015-03-11 04:13:00 sendUrl INFO 87 [307] R:OK -2015-03-11 04:13:00 sendUrl INFO 87 [308] R:OK -2015-03-11 04:13:03 queue INFO 83 [309] -2015-03-11 04:13:03 queue INFO >83 [310] -2015-03-11 04:13:03 sendUrl INFO 83 [309] R:OK -2015-03-11 04:13:03 sendUrl INFO 83 [310] R:OK -2015-03-11 04:13:53 queue INFO >>83 [311] -2015-03-11 04:13:53 sendUrl INFO 83 [311] R:OK -2015-03-11 04:14:43 queue INFO >>83 [312] -2015-03-11 04:14:43 sendUrl INFO 83 [312] R:OK -2015-03-11 04:15:33 queue INFO >>83 [313] -2015-03-11 04:15:33 sendUrl INFO 83 [313] R:OK -2015-03-11 04:16:23 queue INFO >>83 [314] -2015-03-11 04:16:24 sendUrl INFO 83 [314] R:OK -2015-03-11 04:17:13 queue INFO >>83 [315] -2015-03-11 04:17:14 sendUrl INFO 83 [315] R:OK -2015-03-11 04:18:04 queue INFO >>83 [316] -2015-03-11 04:18:04 sendUrl INFO 83 [316] R:OK -2015-03-11 04:18:54 queue INFO >>83 [317] -2015-03-11 04:18:54 sendUrl INFO 83 [317] R:OK -2015-03-11 04:19:44 queue INFO >>83 [318] -2015-03-11 04:19:44 sendUrl INFO 83 [318] R:OK -2015-03-11 04:20:34 queue INFO >>83 [319] -2015-03-11 04:20:34 sendUrl INFO 83 [319] R:OK -2015-03-11 04:21:24 queue INFO >>83 [320] -2015-03-11 04:21:24 sendUrl INFO 83 [320] R:OK -2015-03-11 04:21:50 queue INFO 87 [321] -2015-03-11 04:21:50 queue INFO >87 [322] -2015-03-11 04:21:50 sendUrl INFO 87 [321] R:OK -2015-03-11 04:21:51 sendUrl INFO 87 [322] R:OK -2015-03-11 04:21:53 queue INFO 83 [323] -2015-03-11 04:21:53 queue INFO >83 [324] -2015-03-11 04:21:53 sendUrl INFO 83 [323] R:OK -2015-03-11 04:21:54 sendUrl INFO 83 [324] R:OK -2015-03-11 04:22:43 queue INFO >>83 [325] -2015-03-11 04:22:44 sendUrl INFO 83 [325] R:OK -2015-03-11 04:23:34 queue INFO >>83 [326] -2015-03-11 04:23:34 sendUrl INFO 83 [326] R:OK -2015-03-11 04:24:24 queue INFO >>83 [327] -2015-03-11 04:24:24 sendUrl INFO 83 [327] R:OK -2015-03-11 04:25:14 queue INFO >>83 [328] -2015-03-11 04:25:14 sendUrl INFO 83 [328] R:OK -2015-03-11 04:26:04 queue INFO >>83 [329] -2015-03-11 04:26:04 sendUrl INFO 83 [329] R:OK -2015-03-11 04:26:54 queue INFO >>83 [330] -2015-03-11 04:26:54 sendUrl INFO 83 [330] R:OK -2015-03-11 04:27:44 queue INFO >>83 [331] -2015-03-11 04:27:45 sendUrl INFO 83 [331] R:OK -2015-03-11 04:28:34 queue INFO >>83 [332] -2015-03-11 04:28:35 sendUrl INFO 83 [332] R:OK -2015-03-11 04:29:25 queue INFO >>83 [333] -2015-03-11 04:29:25 sendUrl INFO 83 [333] R:OK -2015-03-11 04:30:15 queue INFO >>83 [334] -2015-03-11 04:30:15 sendUrl INFO 83 [334] R:OK -2015-03-11 04:30:52 queue INFO 87 [335] -2015-03-11 04:30:52 queue INFO >87 [336] -2015-03-11 04:30:53 sendUrl INFO 87 [335] R:OK -2015-03-11 04:30:53 sendUrl INFO 87 [336] R:OK -2015-03-11 04:30:55 queue INFO 83 [337] -2015-03-11 04:30:55 queue INFO >83 [338] -2015-03-11 04:30:56 sendUrl INFO 83 [337] R:OK -2015-03-11 04:30:56 sendUrl INFO 83 [338] R:OK -2015-03-11 04:31:45 queue INFO >>83 [339] -2015-03-11 04:31:46 sendUrl INFO 83 [339] R:OK -2015-03-11 04:32:36 queue INFO >>83 [340] -2015-03-11 04:32:36 sendUrl INFO 83 [340] R:OK -2015-03-11 04:33:26 queue INFO >>83 [341] -2015-03-11 04:33:26 sendUrl INFO 83 [341] R:OK -2015-03-11 04:34:16 queue INFO >>83 [342] -2015-03-11 04:34:16 sendUrl INFO 83 [342] R:OK -2015-03-11 04:35:06 queue INFO >>83 [343] -2015-03-11 04:35:06 sendUrl INFO 83 [343] R:OK -2015-03-11 04:35:56 queue INFO >>83 [344] -2015-03-11 04:35:57 sendUrl INFO 83 [344] R:OK -2015-03-11 04:36:46 queue INFO >>83 [345] -2015-03-11 04:36:46 sendUrl INFO 83 [345] R:OK -2015-03-11 04:37:36 queue INFO >>83 [346] -2015-03-11 04:37:37 sendUrl INFO 83 [346] R:OK -2015-03-11 04:38:26 queue INFO >>83 [347] -2015-03-11 04:38:27 sendUrl INFO 83 [347] R:OK -2015-03-11 04:39:17 queue INFO >>83 [348] -2015-03-11 04:39:17 sendUrl INFO 83 [348] R:OK -2015-03-11 04:39:44 queue INFO 87 [349] -2015-03-11 04:39:44 queue INFO >87 [350] -2015-03-11 04:39:44 sendUrl INFO 87 [349] R:OK -2015-03-11 04:39:45 sendUrl INFO 87 [350] R:OK -2015-03-11 04:39:47 queue INFO 83 [351] -2015-03-11 04:39:47 queue INFO >83 [352] -2015-03-11 04:39:47 sendUrl INFO 83 [351] R:OK -2015-03-11 04:39:48 sendUrl INFO 83 [352] R:OK -2015-03-11 04:40:37 queue INFO >>83 [353] -2015-03-11 04:40:37 sendUrl INFO 83 [353] R:OK -2015-03-11 04:41:27 queue INFO >>83 [354] -2015-03-11 04:41:27 sendUrl INFO 83 [354] R:OK -2015-03-11 04:42:17 queue INFO >>83 [355] -2015-03-11 04:42:18 sendUrl INFO 83 [355] R:OK -2015-03-11 04:43:07 queue INFO >>83 [356] -2015-03-11 04:43:07 sendUrl INFO 83 [356] R:OK -2015-03-11 04:43:57 queue INFO >>83 [357] -2015-03-11 04:43:58 sendUrl INFO 83 [357] R:OK -2015-03-11 04:44:48 queue INFO >>83 [358] -2015-03-11 04:44:48 sendUrl INFO 83 [358] R:OK -2015-03-11 04:45:38 queue INFO >>83 [359] -2015-03-11 04:45:38 sendUrl INFO 83 [359] R:OK -2015-03-11 04:46:28 queue INFO >>83 [360] -2015-03-11 04:46:28 sendUrl INFO 83 [360] R:OK -2015-03-11 04:47:18 queue INFO >>83 [361] -2015-03-11 04:47:19 sendUrl INFO 83 [361] R:OK -2015-03-11 04:48:08 queue INFO >>83 [362] -2015-03-11 04:48:08 sendUrl INFO 83 [362] R:OK -2015-03-11 04:48:34 queue INFO 87 [363] -2015-03-11 04:48:34 queue INFO >87 [364] -2015-03-11 04:48:34 sendUrl INFO 87 [363] R:OK -2015-03-11 04:48:35 sendUrl INFO 87 [364] R:OK -2015-03-11 04:48:37 queue INFO 83 [365] -2015-03-11 04:48:37 queue INFO >83 [366] -2015-03-11 04:48:37 sendUrl INFO 83 [365] R:OK -2015-03-11 04:48:38 sendUrl INFO 83 [366] R:OK -2015-03-11 04:49:27 queue INFO >>83 [367] -2015-03-11 04:49:27 sendUrl INFO 83 [367] R:OK -2015-03-11 04:50:17 queue INFO >>83 [368] -2015-03-11 04:50:18 sendUrl INFO 83 [368] R:OK -2015-03-11 04:51:07 queue INFO >>83 [369] -2015-03-11 04:51:08 sendUrl INFO 83 [369] R:OK -2015-03-11 04:51:58 queue INFO >>83 [370] -2015-03-11 04:51:58 sendUrl INFO 83 [370] R:OK -2015-03-11 04:52:48 queue INFO >>83 [371] -2015-03-11 04:52:48 sendUrl INFO 83 [371] R:OK -2015-03-11 04:53:38 queue INFO >>83 [372] -2015-03-11 04:53:38 sendUrl INFO 83 [372] R:OK -2015-03-11 04:54:28 queue INFO >>83 [373] -2015-03-11 04:54:28 sendUrl INFO 83 [373] R:OK -2015-03-11 04:55:18 queue INFO >>83 [374] -2015-03-11 04:55:18 sendUrl INFO 83 [374] R:OK -2015-03-11 04:56:08 queue INFO >>83 [375] -2015-03-11 04:56:09 sendUrl INFO 83 [375] R:OK -2015-03-11 04:56:58 queue INFO >>83 [376] -2015-03-11 04:56:59 sendUrl INFO 83 [376] R:OK -2015-03-11 04:57:24 queue INFO 87 [377] -2015-03-11 04:57:24 queue INFO >87 [378] -2015-03-11 04:57:24 sendUrl INFO 87 [377] R:OK -2015-03-11 04:57:25 sendUrl INFO 87 [378] R:OK -2015-03-11 04:57:27 queue INFO 83 [379] -2015-03-11 04:57:27 queue INFO >83 [380] -2015-03-11 04:57:27 sendUrl INFO 83 [379] R:OK -2015-03-11 04:57:28 sendUrl INFO 83 [380] R:OK -2015-03-11 04:58:17 queue INFO >>83 [381] -2015-03-11 04:58:18 sendUrl INFO 83 [381] R:OK -2015-03-11 04:59:07 queue INFO >>83 [382] -2015-03-11 04:59:07 sendUrl INFO 83 [382] R:OK -2015-03-11 04:59:57 queue INFO >>83 [383] -2015-03-11 04:59:58 sendUrl INFO 83 [383] R:OK -2015-03-11 05:00:48 queue INFO >>83 [384] -2015-03-11 05:00:48 sendUrl INFO 83 [384] R:OK -2015-03-11 05:01:38 queue INFO >>83 [385] -2015-03-11 05:01:38 sendUrl INFO 83 [385] R:OK -2015-03-11 05:02:28 queue INFO >>83 [386] -2015-03-11 05:02:28 sendUrl INFO 83 [386] R:OK -2015-03-11 05:03:18 queue INFO >>83 [387] -2015-03-11 05:03:19 sendUrl INFO 83 [387] R:OK -2015-03-11 05:04:08 queue INFO >>83 [388] -2015-03-11 05:04:08 sendUrl INFO 83 [388] R:OK -2015-03-11 05:04:58 queue INFO >>83 [389] -2015-03-11 05:04:59 sendUrl INFO 83 [389] R:OK -2015-03-11 05:05:48 queue INFO >>83 [390] -2015-03-11 05:05:49 sendUrl INFO 83 [390] R:OK -2015-03-11 05:06:14 queue INFO 87 [391] -2015-03-11 05:06:14 queue INFO >87 [392] -2015-03-11 05:06:15 sendUrl INFO 87 [391] R:OK -2015-03-11 05:06:15 sendUrl INFO 87 [392] R:OK -2015-03-11 05:06:17 queue INFO 83 [393] -2015-03-11 05:06:17 queue INFO >83 [394] -2015-03-11 05:06:18 sendUrl INFO 83 [393] R:OK -2015-03-11 05:06:18 sendUrl INFO 83 [394] R:OK -2015-03-11 05:07:07 queue INFO >>83 [395] -2015-03-11 05:07:08 sendUrl INFO 83 [395] R:OK -2015-03-11 05:07:57 queue INFO >>83 [396] -2015-03-11 05:07:58 sendUrl INFO 83 [396] R:OK -2015-03-11 05:08:48 queue INFO >>83 [397] -2015-03-11 05:08:48 sendUrl INFO 83 [397] R:OK -2015-03-11 05:09:38 queue INFO >>83 [398] -2015-03-11 05:09:38 sendUrl INFO 83 [398] R:OK -2015-03-11 05:10:28 queue INFO >>83 [399] -2015-03-11 05:10:28 sendUrl INFO 83 [399] R:OK -2015-03-11 05:11:18 queue INFO >>83 [400] -2015-03-11 05:11:18 sendUrl INFO 83 [400] R:OK -2015-03-11 05:12:08 queue INFO >>83 [401] -2015-03-11 05:12:09 sendUrl INFO 83 [401] R:OK -2015-03-11 05:12:58 queue INFO >>83 [402] -2015-03-11 05:12:59 sendUrl INFO 83 [402] R:OK -2015-03-11 05:13:49 queue INFO >>83 [403] -2015-03-11 05:13:49 sendUrl INFO 83 [403] R:OK -2015-03-11 05:14:39 queue INFO >>83 [404] -2015-03-11 05:14:39 sendUrl INFO 83 [404] R:OK -2015-03-11 05:15:05 queue INFO 87 [405] -2015-03-11 05:15:05 queue INFO >87 [406] -2015-03-11 05:15:05 sendUrl INFO 87 [405] R:OK -2015-03-11 05:15:06 sendUrl INFO 87 [406] R:OK -2015-03-11 05:15:08 queue INFO 83 [407] -2015-03-11 05:15:08 queue INFO >83 [408] -2015-03-11 05:15:08 sendUrl INFO 83 [407] R:OK -2015-03-11 05:15:09 sendUrl INFO 83 [408] R:OK -2015-03-11 05:15:58 queue INFO >>83 [409] -2015-03-11 05:15:58 sendUrl INFO 83 [409] R:OK -2015-03-11 05:16:48 queue INFO >>83 [410] -2015-03-11 05:16:48 sendUrl INFO 83 [410] R:OK -2015-03-11 05:17:38 queue INFO >>83 [411] -2015-03-11 05:17:39 sendUrl INFO 83 [411] R:OK -2015-03-11 05:18:28 queue INFO >>83 [412] -2015-03-11 05:18:29 sendUrl INFO 83 [412] R:OK -2015-03-11 05:19:19 queue INFO >>83 [413] -2015-03-11 05:19:19 sendUrl INFO 83 [413] R:OK -2015-03-11 05:20:09 queue INFO >>83 [414] -2015-03-11 05:20:09 sendUrl INFO 83 [414] R:OK -2015-03-11 05:20:59 queue INFO >>83 [415] -2015-03-11 05:20:59 sendUrl INFO 83 [415] R:OK -2015-03-11 05:21:49 queue INFO >>83 [416] -2015-03-11 05:21:49 sendUrl INFO 83 [416] R:OK -2015-03-11 05:22:39 queue INFO >>83 [417] -2015-03-11 05:22:39 sendUrl INFO 83 [417] R:OK -2015-03-11 05:23:29 queue INFO >>83 [418] -2015-03-11 05:23:30 sendUrl INFO 83 [418] R:OK -2015-03-11 05:24:07 queue INFO 87 [419] -2015-03-11 05:24:07 queue INFO >87 [420] -2015-03-11 05:24:07 sendUrl INFO 87 [419] R:OK -2015-03-11 05:24:08 sendUrl INFO 87 [420] R:OK -2015-03-11 05:24:10 queue INFO 83 [421] -2015-03-11 05:24:10 queue INFO >83 [422] -2015-03-11 05:24:10 sendUrl INFO 83 [421] R:OK -2015-03-11 05:24:11 sendUrl INFO 83 [422] R:OK -2015-03-11 05:25:00 queue INFO >>83 [423] -2015-03-11 05:25:01 sendUrl INFO 83 [423] R:OK -2015-03-11 05:25:50 queue INFO >>83 [424] -2015-03-11 05:25:51 sendUrl INFO 83 [424] R:OK -2015-03-11 05:26:41 queue INFO >>83 [425] -2015-03-11 05:26:41 sendUrl INFO 83 [425] R:OK -2015-03-11 05:27:31 queue INFO >>83 [426] -2015-03-11 05:27:31 sendUrl INFO 83 [426] R:OK -2015-03-11 05:28:21 queue INFO >>83 [427] -2015-03-11 05:28:21 sendUrl INFO 83 [427] R:OK -2015-03-11 05:29:11 queue INFO >>83 [428] -2015-03-11 05:29:11 sendUrl INFO 83 [428] R:OK -2015-03-11 05:30:01 queue INFO >>83 [429] -2015-03-11 05:30:01 sendUrl INFO 83 [429] R:OK -2015-03-11 05:30:51 queue INFO >>83 [430] -2015-03-11 05:30:52 sendUrl INFO 83 [430] R:OK -2015-03-11 05:31:06 queue INFO 81 [431] -2015-03-11 05:31:06 sendUrl INFO 81 [431] R:OK -2015-03-11 05:31:06 queue INFO >81 [432] -2015-03-11 05:31:07 sendUrl INFO 81 [432] R:OK -2015-03-11 05:31:56 queue INFO >>81 [433] -2015-03-11 05:31:57 sendUrl INFO 81 [433] R:OK -2015-03-11 05:32:46 queue INFO >>81 [434] -2015-03-11 05:32:47 sendUrl INFO 81 [434] R:OK -2015-03-11 05:33:33 queue INFO 91 [435] -2015-03-11 05:33:33 queue INFO 99 [436] -2015-03-11 05:33:33 sendUrl INFO 91 [435] R:OK -2015-03-11 05:33:33 queue INFO >99 [437] -2015-03-11 05:33:34 sendUrl INFO 99 [436] R:OK -2015-03-11 05:33:34 sendUrl INFO 99 [437] R:OK -2015-03-11 05:34:23 queue INFO >>99 [438] -2015-03-11 05:34:24 sendUrl INFO 99 [438] R:OK -2015-03-11 05:35:13 queue INFO >>99 [439] -2015-03-11 05:35:14 sendUrl INFO 99 [439] R:OK -2015-03-11 05:36:03 queue INFO >>99 [440] -2015-03-11 05:36:04 sendUrl INFO 99 [440] R:OK -2015-03-11 05:36:54 queue INFO >>99 [441] -2015-03-11 05:36:54 sendUrl INFO 99 [441] R:OK -2015-03-11 05:37:13 queue INFO 89 [442] -2015-03-11 05:37:13 sendUrl INFO 89 [442] R:OK -2015-03-11 05:37:13 queue INFO >89 [443] -2015-03-11 05:37:14 sendUrl INFO 89 [443] R:OK -2015-03-11 05:37:16 queue INFO 81 [444] -2015-03-11 05:37:16 queue INFO >81 [445] -2015-03-11 05:37:17 sendUrl INFO 81 [444] R:OK -2015-03-11 05:37:17 sendUrl INFO 81 [445] R:OK -2015-03-11 05:37:38 queue INFO 83 [446] -2015-03-11 05:37:38 queue INFO >83 [447] -2015-03-11 05:37:38 sendUrl INFO 83 [446] R:OK -2015-03-11 05:37:39 sendUrl INFO 83 [447] R:OK -2015-03-11 05:37:58 queue INFO 87 [448] -2015-03-11 05:37:59 sendUrl INFO 87 [448] R:OK -2015-03-11 05:37:59 queue INFO >87 [449] -2015-03-11 05:37:59 sendUrl INFO 87 [449] R:OK -2015-03-11 05:38:01 queue INFO 83 [450] -2015-03-11 05:38:02 sendUrl INFO 83 [450] R:OK -2015-03-11 05:38:02 queue INFO >83 [451] -2015-03-11 05:38:02 sendUrl INFO 83 [451] R:OK -2015-03-11 05:38:52 queue INFO >>83 [452] -2015-03-11 05:38:52 sendUrl INFO 83 [452] R:OK -2015-03-11 05:39:42 queue INFO >>83 [453] -2015-03-11 05:39:42 sendUrl INFO 83 [453] R:OK -2015-03-11 05:40:32 queue INFO >>83 [454] -2015-03-11 05:40:32 sendUrl INFO 83 [454] R:OK -2015-03-11 05:41:22 queue INFO >>83 [455] -2015-03-11 05:41:22 sendUrl INFO 83 [455] R:OK -2015-03-11 05:42:12 queue INFO >>83 [456] -2015-03-11 05:42:13 sendUrl INFO 83 [456] R:OK -2015-03-11 05:43:02 queue INFO >>83 [457] -2015-03-11 05:43:03 sendUrl INFO 83 [457] R:OK -2015-03-11 05:43:52 queue INFO >>83 [458] -2015-03-11 05:43:53 sendUrl INFO 83 [458] R:OK -2015-03-11 05:44:43 queue INFO >>83 [459] -2015-03-11 05:44:43 sendUrl INFO 83 [459] R:OK -2015-03-11 05:45:33 queue INFO >>83 [460] -2015-03-11 05:45:33 sendUrl INFO 83 [460] R:OK -2015-03-11 05:46:23 queue INFO >>83 [461] -2015-03-11 05:46:23 sendUrl INFO 83 [461] R:OK -2015-03-11 05:46:48 queue INFO 87 [462] -2015-03-11 05:46:49 sendUrl INFO 87 [462] R:OK -2015-03-11 05:46:49 queue INFO >87 [463] -2015-03-11 05:46:49 sendUrl INFO 87 [463] R:OK -2015-03-11 05:46:52 queue INFO 83 [464] -2015-03-11 05:46:52 queue INFO >83 [465] -2015-03-11 05:46:52 sendUrl INFO 83 [464] R:OK -2015-03-11 05:46:53 sendUrl INFO 83 [465] R:OK -2015-03-11 05:47:42 queue INFO >>83 [466] -2015-03-11 05:47:42 sendUrl INFO 83 [466] R:OK -2015-03-11 05:48:32 queue INFO >>83 [467] -2015-03-11 05:48:32 sendUrl INFO 83 [467] R:OK -2015-03-11 05:49:22 queue INFO >>83 [468] -2015-03-11 05:49:23 sendUrl INFO 83 [468] R:OK -2015-03-11 05:50:12 queue INFO >>83 [469] -2015-03-11 05:50:12 sendUrl INFO 83 [469] R:OK -2015-03-11 05:51:02 queue INFO >>83 [470] -2015-03-11 05:51:03 sendUrl INFO 83 [470] R:OK -2015-03-11 05:51:53 queue INFO >>83 [471] -2015-03-11 05:51:53 sendUrl INFO 83 [471] R:OK -2015-03-11 05:52:43 queue INFO >>83 [472] -2015-03-11 05:52:43 sendUrl INFO 83 [472] R:OK -2015-03-11 05:53:33 queue INFO >>83 [473] -2015-03-11 05:53:33 sendUrl INFO 83 [473] R:OK -2015-03-11 05:54:23 queue INFO >>83 [474] -2015-03-11 05:54:23 sendUrl INFO 83 [474] R:OK -2015-03-11 05:55:13 queue INFO >>83 [475] -2015-03-11 05:55:13 sendUrl INFO 83 [475] R:OK -2015-03-11 05:55:39 queue INFO 87 [476] -2015-03-11 05:55:39 queue INFO >87 [477] -2015-03-11 05:55:39 sendUrl INFO 87 [476] R:OK -2015-03-11 05:55:40 sendUrl INFO 87 [477] R:OK -2015-03-11 05:55:42 queue INFO 83 [478] -2015-03-11 05:55:42 queue INFO >83 [479] -2015-03-11 05:55:42 sendUrl INFO 83 [478] R:OK -2015-03-11 05:55:43 sendUrl INFO 83 [479] R:OK -2015-03-11 05:56:32 queue INFO >>83 [480] -2015-03-11 05:56:32 sendUrl INFO 83 [480] R:OK -2015-03-11 05:57:22 queue INFO >>83 [481] -2015-03-11 05:57:22 sendUrl INFO 83 [481] R:OK -2015-03-11 05:58:12 queue INFO >>83 [482] -2015-03-11 05:58:13 sendUrl INFO 83 [482] R:OK -2015-03-11 05:59:02 queue INFO >>83 [483] -2015-03-11 05:59:03 sendUrl INFO 83 [483] R:OK -2015-03-11 05:59:53 queue INFO >>83 [484] -2015-03-11 05:59:53 sendUrl INFO 83 [484] R:OK -2015-03-11 06:00:43 queue INFO >>83 [485] -2015-03-11 06:00:43 sendUrl INFO 83 [485] R:OK -2015-03-11 06:01:33 queue INFO >>83 [486] -2015-03-11 06:01:33 sendUrl INFO 83 [486] R:OK -2015-03-11 06:02:23 queue INFO >>83 [487] -2015-03-11 06:02:23 sendUrl INFO 83 [487] R:OK -2015-03-11 06:03:13 queue INFO >>83 [488] -2015-03-11 06:03:14 sendUrl INFO 83 [488] R:OK -2015-03-11 06:04:03 queue INFO >>83 [489] -2015-03-11 06:04:03 sendUrl INFO 83 [489] R:OK -2015-03-11 06:04:29 queue INFO 87 [490] -2015-03-11 06:04:29 queue INFO >87 [491] -2015-03-11 06:04:30 sendUrl INFO 87 [490] R:OK -2015-03-11 06:04:30 sendUrl INFO 87 [491] R:OK -2015-03-11 06:04:32 queue INFO 83 [492] -2015-03-11 06:04:32 queue INFO >83 [493] -2015-03-11 06:04:33 sendUrl INFO 83 [492] R:OK -2015-03-11 06:04:33 sendUrl INFO 83 [493] R:OK -2015-03-11 06:05:22 queue INFO >>83 [494] -2015-03-11 06:05:23 sendUrl INFO 83 [494] R:OK -2015-03-11 06:06:13 queue INFO >>83 [495] -2015-03-11 06:06:13 sendUrl INFO 83 [495] R:OK -2015-03-11 06:07:03 queue INFO >>83 [496] -2015-03-11 06:07:03 sendUrl INFO 83 [496] R:OK -2015-03-11 06:07:53 queue INFO >>83 [497] -2015-03-11 06:07:53 sendUrl INFO 83 [497] R:OK -2015-03-11 06:08:43 queue INFO >>83 [498] -2015-03-11 06:08:43 sendUrl INFO 83 [498] R:OK -2015-03-11 06:09:33 queue INFO >>83 [499] -2015-03-11 06:09:34 sendUrl INFO 83 [499] R:OK -2015-03-11 06:10:23 queue INFO >>83 [500] -2015-03-11 06:10:24 sendUrl INFO 83 [500] R:OK -2015-03-11 06:11:13 queue INFO >>83 [501] -2015-03-11 06:11:14 sendUrl INFO 83 [501] R:OK -2015-03-11 06:12:04 queue INFO >>83 [502] -2015-03-11 06:12:04 sendUrl INFO 83 [502] R:OK -2015-03-11 06:12:54 queue INFO >>83 [503] -2015-03-11 06:12:54 sendUrl INFO 83 [503] R:OK -2015-03-11 06:13:20 queue INFO 87 [504] -2015-03-11 06:13:20 sendUrl INFO 87 [504] R:OK -2015-03-11 06:13:20 queue INFO >87 [505] -2015-03-11 06:13:21 sendUrl INFO 87 [505] R:OK -2015-03-11 06:13:23 queue INFO 83 [506] -2015-03-11 06:13:24 queue INFO >83 [507] -2015-03-11 06:13:24 sendUrl INFO 83 [506] R:OK -2015-03-11 06:13:24 sendUrl INFO 83 [507] R:OK -2015-03-11 06:14:13 queue INFO >>83 [508] -2015-03-11 06:14:14 sendUrl INFO 83 [508] R:OK -2015-03-11 06:15:04 queue INFO >>83 [509] -2015-03-11 06:15:04 sendUrl INFO 83 [509] R:OK -2015-03-11 06:15:54 queue INFO >>83 [510] -2015-03-11 06:15:54 sendUrl INFO 83 [510] R:OK -2015-03-11 06:16:44 queue INFO >>83 [511] -2015-03-11 06:16:44 sendUrl INFO 83 [511] R:OK -2015-03-11 06:17:34 queue INFO >>83 [512] -2015-03-11 06:17:34 sendUrl INFO 83 [512] R:OK -2015-03-11 06:18:24 queue INFO >>83 [513] -2015-03-11 06:18:25 sendUrl INFO 83 [513] R:OK -2015-03-11 06:19:14 queue INFO >>83 [514] -2015-03-11 06:19:15 sendUrl INFO 83 [514] R:OK -2015-03-11 06:20:05 queue INFO >>83 [515] -2015-03-11 06:20:05 sendUrl INFO 83 [515] R:OK -2015-03-11 06:20:55 queue INFO >>83 [516] -2015-03-11 06:20:55 sendUrl INFO 83 [516] R:OK -2015-03-11 06:21:45 queue INFO >>83 [517] -2015-03-11 06:21:45 sendUrl INFO 83 [517] R:OK -2015-03-11 06:22:23 queue INFO 87 [518] -2015-03-11 06:22:23 sendUrl INFO 87 [518] R:OK -2015-03-11 06:22:23 queue INFO >87 [519] -2015-03-11 06:22:23 sendUrl INFO 87 [519] R:OK -2015-03-11 06:22:26 queue INFO 83 [520] -2015-03-11 06:22:26 queue INFO >83 [521] -2015-03-11 06:22:26 sendUrl INFO 83 [520] R:OK -2015-03-11 06:22:27 sendUrl INFO 83 [521] R:OK -2015-03-11 06:23:16 queue INFO >>83 [522] -2015-03-11 06:23:16 sendUrl INFO 83 [522] R:OK -2015-03-11 06:24:06 queue INFO >>83 [523] -2015-03-11 06:24:07 sendUrl INFO 83 [523] R:OK -2015-03-11 06:24:56 queue INFO >>83 [524] -2015-03-11 06:24:57 sendUrl INFO 83 [524] R:OK -2015-03-11 06:25:47 queue INFO >>83 [525] -2015-03-11 06:25:47 sendUrl INFO 83 [525] R:OK -2015-03-11 06:26:32 queue INFO 89 [526] -2015-03-11 06:26:32 queue INFO >89 [527] -2015-03-11 06:26:33 sendUrl INFO 89 [526] R:OK -2015-03-11 06:26:33 sendUrl INFO 89 [527] R:OK -2015-03-11 06:26:39 queue INFO 99 [528] -2015-03-11 06:26:39 queue INFO >99 [529] -2015-03-11 06:26:40 sendUrl INFO 99 [528] R:OK -2015-03-11 06:26:40 sendUrl INFO 99 [529] R:OK -2015-03-11 06:27:29 queue INFO >>99 [530] -2015-03-11 06:27:29 sendUrl INFO 99 [530] R:OK -2015-03-11 06:28:11 queue INFO 89 [531] -2015-03-11 06:28:11 queue INFO >89 [532] -2015-03-11 06:28:11 sendUrl INFO 89 [531] R:OK -2015-03-11 06:28:12 sendUrl INFO 89 [532] R:OK -2015-03-11 06:28:15 queue INFO 81 [533] -2015-03-11 06:28:15 queue INFO >81 [534] -2015-03-11 06:28:15 sendUrl INFO 81 [533] R:OK -2015-03-11 06:28:16 sendUrl INFO 81 [534] R:OK -2015-03-11 06:28:21 queue INFO 83 [535] -2015-03-11 06:28:21 queue INFO >83 [536] -2015-03-11 06:28:22 sendUrl INFO 83 [535] R:OK -2015-03-11 06:28:22 sendUrl INFO 83 [536] R:OK -2015-03-11 06:29:11 queue INFO >>83 [537] -2015-03-11 06:29:12 sendUrl INFO 83 [537] R:OK -2015-03-11 06:30:02 queue INFO >>83 [538] -2015-03-11 06:30:02 sendUrl INFO 83 [538] R:OK -2015-03-11 06:30:52 queue INFO >>83 [539] -2015-03-11 06:30:52 sendUrl INFO 83 [539] R:OK -2015-03-11 06:31:42 queue INFO >>83 [540] -2015-03-11 06:31:42 sendUrl INFO 83 [540] R:OK -2015-03-11 06:32:32 queue INFO >>83 [541] -2015-03-11 06:32:32 sendUrl INFO 83 [541] R:OK -2015-03-11 06:33:07 queue INFO 87 [542] -2015-03-11 06:33:08 queue INFO >87 [543] -2015-03-11 06:33:08 sendUrl INFO 87 [542] R:OK -2015-03-11 06:33:08 sendUrl INFO 87 [543] R:OK -2015-03-11 06:33:10 queue INFO 83 [544] -2015-03-11 06:33:11 queue INFO >83 [545] -2015-03-11 06:33:11 sendUrl INFO 83 [544] R:OK -2015-03-11 06:33:11 sendUrl INFO 83 [545] R:OK -2015-03-11 06:34:00 queue INFO >>83 [546] -2015-03-11 06:34:01 sendUrl INFO 83 [546] R:OK -2015-03-11 06:34:51 queue INFO >>83 [547] -2015-03-11 06:34:51 sendUrl INFO 83 [547] R:OK -2015-03-11 06:35:41 queue INFO >>83 [548] -2015-03-11 06:35:41 sendUrl INFO 83 [548] R:OK -2015-03-11 06:36:31 queue INFO >>83 [549] -2015-03-11 06:36:31 sendUrl INFO 83 [549] R:OK -2015-03-11 06:37:21 queue INFO >>83 [550] -2015-03-11 06:37:21 sendUrl INFO 83 [550] R:OK -2015-03-11 06:37:40 queue INFO 81 [551] -2015-03-11 06:37:40 queue INFO >81 [552] -2015-03-11 06:37:40 sendUrl INFO 81 [551] R:OK -2015-03-11 06:37:41 sendUrl INFO 81 [552] R:OK -2015-03-11 06:38:30 queue INFO >>81 [553] -2015-03-11 06:38:30 sendUrl INFO 81 [553] R:OK -2015-03-11 06:39:20 queue INFO >>81 [554] -2015-03-11 06:39:20 sendUrl INFO 81 [554] R:OK -2015-03-11 06:40:10 queue INFO >>81 [555] -2015-03-11 06:40:11 sendUrl INFO 81 [555] R:OK -2015-03-11 06:41:00 queue INFO >>81 [556] -2015-03-11 06:41:00 sendUrl INFO 81 [556] R:OK -2015-03-11 06:41:06 queue INFO 83 [557] -2015-03-11 06:41:06 queue INFO >83 [558] -2015-03-11 06:41:06 sendUrl INFO 83 [557] R:OK -2015-03-11 06:41:06 sendUrl INFO 83 [558] R:OK -2015-03-11 06:41:56 queue INFO >>83 [559] -2015-03-11 06:41:56 sendUrl INFO 83 [559] R:OK -2015-03-11 06:41:57 queue INFO 87 [560] -2015-03-11 06:41:58 queue INFO >87 [561] -2015-03-11 06:41:58 sendUrl INFO 87 [560] R:OK -2015-03-11 06:41:58 sendUrl INFO 87 [561] R:OK -2015-03-11 06:42:00 queue INFO 83 [562] -2015-03-11 06:42:01 queue INFO >83 [563] -2015-03-11 06:42:01 sendUrl INFO 83 [562] R:OK -2015-03-11 06:42:01 sendUrl INFO 83 [563] R:OK -2015-03-11 06:42:50 queue INFO >>83 [564] -2015-03-11 06:42:51 sendUrl INFO 83 [564] R:OK -2015-03-11 06:43:41 queue INFO >>83 [565] -2015-03-11 06:43:41 sendUrl INFO 83 [565] R:OK -2015-03-11 06:44:23 queue INFO 81 [566] -2015-03-11 06:44:23 queue INFO >81 [567] -2015-03-11 06:44:24 sendUrl INFO 81 [566] R:OK -2015-03-11 06:44:24 sendUrl INFO 81 [567] R:OK -2015-03-11 06:45:13 queue INFO >>81 [568] -2015-03-11 06:45:14 sendUrl INFO 81 [568] R:OK -2015-03-11 06:46:03 queue INFO >>81 [569] -2015-03-11 06:46:04 sendUrl INFO 81 [569] R:OK -2015-03-11 06:46:16 queue INFO 89 [570] -2015-03-11 06:46:16 sendUrl INFO 89 [570] R:OK -2015-03-11 06:46:16 queue INFO >89 [571] -2015-03-11 06:46:17 sendUrl INFO 89 [571] R:OK -2015-03-11 06:47:06 queue INFO >>89 [572] -2015-03-11 06:47:06 sendUrl INFO 89 [572] R:OK -2015-03-11 06:47:56 queue INFO >>89 [573] -2015-03-11 06:47:57 sendUrl INFO 89 [573] R:OK -2015-03-11 06:48:46 queue INFO >>89 [574] -2015-03-11 06:48:47 sendUrl INFO 89 [574] R:OK -2015-03-11 06:49:37 queue INFO >>89 [575] -2015-03-11 06:49:37 sendUrl INFO 89 [575] R:OK -2015-03-11 06:50:27 queue INFO >>89 [576] -2015-03-11 06:50:27 sendUrl INFO 89 [576] R:OK -2015-03-11 06:51:17 queue INFO >>89 [577] -2015-03-11 06:51:17 sendUrl INFO 89 [577] R:OK -2015-03-11 06:52:07 queue INFO >>89 [578] -2015-03-11 06:52:07 sendUrl INFO 89 [578] R:OK -2015-03-11 06:52:18 queue INFO 0 [579] -2015-03-11 06:52:19 queue INFO >0 [580] -2015-03-11 06:52:19 sendUrl INFO 0 [579] R:OK -2015-03-11 06:52:19 sendUrl INFO 0 [580] R:OK -2015-03-11 06:52:45 queue INFO 1 [581] -2015-03-11 06:52:45 queue INFO >1 [582] -2015-03-11 06:52:46 sendUrl INFO 1 [581] R:OK -2015-03-11 06:52:46 sendUrl INFO 1 [582] R:OK -2015-03-11 06:53:35 queue INFO >>1 [583] -2015-03-11 06:53:35 sendUrl INFO 1 [583] R:OK -2015-03-11 06:53:37 queue INFO 89 [584] -2015-03-11 06:53:38 queue INFO >89 [585] -2015-03-11 06:53:38 sendUrl INFO 89 [584] R:OK -2015-03-11 06:53:38 sendUrl INFO 89 [585] R:OK -2015-03-11 06:54:16 queue INFO 99 [586] -2015-03-11 06:54:16 queue INFO >99 [587] -2015-03-11 06:54:17 sendUrl INFO 99 [586] R:OK -2015-03-11 06:54:17 sendUrl INFO 99 [587] R:OK -2015-03-11 06:55:06 queue INFO >>99 [588] -2015-03-11 06:55:07 sendUrl INFO 99 [588] R:OK -2015-03-11 06:55:57 queue INFO >>99 [589] -2015-03-11 06:55:57 sendUrl INFO 99 [589] R:OK -2015-03-11 06:56:47 queue INFO >>99 [590] -2015-03-11 06:56:47 sendUrl INFO 99 [590] R:OK -2015-03-11 06:57:37 queue INFO >>99 [591] -2015-03-11 06:57:37 sendUrl INFO 99 [591] R:OK -2015-03-11 06:58:27 queue INFO >>99 [592] -2015-03-11 06:58:27 sendUrl INFO 99 [592] R:OK -2015-03-11 06:59:17 queue INFO >>99 [593] -2015-03-11 06:59:17 sendUrl INFO 99 [593] R:OK -2015-03-11 07:00:07 queue INFO >>99 [594] -2015-03-11 07:00:08 sendUrl INFO 99 [594] R:OK -2015-03-11 07:00:22 queue INFO 1 [595] -2015-03-11 07:00:22 sendUrl INFO 1 [595] R:OK -2015-03-11 07:00:22 queue INFO >1 [596] -2015-03-11 07:00:23 sendUrl INFO 1 [596] R:OK -2015-03-11 07:01:12 queue INFO >>1 [597] -2015-03-11 07:01:13 sendUrl INFO 1 [597] R:OK -2015-03-11 07:02:02 queue INFO >>1 [598] -2015-03-11 07:02:03 sendUrl INFO 1 [598] R:OK -2015-03-11 07:02:53 queue INFO >>1 [599] -2015-03-11 07:02:53 sendUrl INFO 1 [599] R:OK -2015-03-11 07:03:16 queue INFO 89 [600] -2015-03-11 07:03:16 queue INFO >89 [601] -2015-03-11 07:03:16 sendUrl INFO 89 [600] R:OK -2015-03-11 07:03:16 sendUrl INFO 89 [601] R:OK -2015-03-11 07:03:22 queue INFO 99 [602] -2015-03-11 07:03:22 sendUrl INFO 99 [602] R:OK -2015-03-11 07:03:22 queue INFO >99 [603] -2015-03-11 07:03:23 sendUrl INFO 99 [603] R:OK -2015-03-11 07:04:10 queue INFO 89 [604] -2015-03-11 07:04:10 queue INFO >89 [605] -2015-03-11 07:04:10 sendUrl INFO 89 [604] R:OK -2015-03-11 07:04:11 sendUrl INFO 89 [605] R:OK -2015-03-11 07:04:17 queue INFO 81 [606] -2015-03-11 07:04:17 queue INFO >81 [607] -2015-03-11 07:04:17 sendUrl INFO 81 [606] R:OK -2015-03-11 07:04:18 sendUrl INFO 81 [607] R:OK -2015-03-11 07:04:23 queue INFO 83 [608] -2015-03-11 07:04:23 sendUrl INFO 83 [608] R:OK -2015-03-11 07:04:23 queue INFO >83 [609] -2015-03-11 07:04:24 sendUrl INFO 83 [609] R:OK -2015-03-11 07:04:42 queue INFO 87 [610] -2015-03-11 07:04:42 queue INFO >87 [611] -2015-03-11 07:04:43 sendUrl INFO 87 [610] R:OK -2015-03-11 07:04:43 sendUrl INFO 87 [611] R:OK -2015-03-11 07:04:45 queue INFO 83 [612] -2015-03-11 07:04:45 sendUrl INFO 83 [612] R:OK -2015-03-11 07:04:45 queue INFO >83 [613] -2015-03-11 07:04:46 sendUrl INFO 83 [613] R:OK -2015-03-11 07:05:35 queue INFO >>83 [614] -2015-03-11 07:05:35 sendUrl INFO 83 [614] R:OK -2015-03-11 07:06:25 queue INFO >>83 [615] -2015-03-11 07:06:26 sendUrl INFO 83 [615] R:OK -2015-03-11 07:07:15 queue INFO >>83 [616] -2015-03-11 07:07:16 sendUrl INFO 83 [616] R:OK -2015-03-11 07:08:06 queue INFO >>83 [617] -2015-03-11 07:08:06 sendUrl INFO 83 [617] R:OK -2015-03-11 07:08:56 queue INFO >>83 [618] -2015-03-11 07:08:56 sendUrl INFO 83 [618] R:OK -2015-03-11 07:09:35 queue INFO 89 [619] -2015-03-11 07:09:36 queue INFO >89 [620] -2015-03-11 07:09:36 sendUrl INFO 89 [619] R:OK -2015-03-11 07:09:37 sendUrl INFO 89 [620] R:OK -2015-03-11 07:10:26 queue INFO >>89 [621] -2015-03-11 07:10:26 sendUrl INFO 89 [621] R:OK -2015-03-11 07:11:16 queue INFO >>89 [622] -2015-03-11 07:11:16 sendUrl INFO 89 [622] R:OK -2015-03-11 07:12:06 queue INFO >>89 [623] -2015-03-11 07:12:06 sendUrl INFO 89 [623] R:OK -2015-03-11 07:12:56 queue INFO >>89 [624] -2015-03-11 07:12:56 sendUrl INFO 89 [624] R:OK -2015-03-11 07:13:46 queue INFO >>89 [625] -2015-03-11 07:13:47 sendUrl INFO 89 [625] R:OK -2015-03-11 07:13:51 queue INFO 99 [626] -2015-03-11 07:13:51 queue INFO >99 [627] -2015-03-11 07:13:51 sendUrl INFO 99 [626] R:OK -2015-03-11 07:13:52 sendUrl INFO 99 [627] R:OK -2015-03-11 07:13:55 queue INFO 0 [628] -2015-03-11 07:13:55 sendUrl INFO 0 [628] R:OK -2015-03-11 07:13:55 queue INFO >0 [629] -2015-03-11 07:13:55 sendUrl INFO 0 [629] R:OK -2015-03-11 07:14:14 queue INFO 1 [630] -2015-03-11 07:14:14 queue INFO >1 [631] -2015-03-11 07:14:14 sendUrl INFO 1 [630] R:OK -2015-03-11 07:14:15 sendUrl INFO 1 [631] R:OK -2015-03-11 07:15:04 queue INFO >>1 [632] -2015-03-11 07:15:05 sendUrl INFO 1 [632] R:OK -2015-03-11 07:15:09 queue INFO 99 [633] -2015-03-11 07:15:10 queue INFO >99 [634] -2015-03-11 07:15:10 sendUrl INFO 99 [633] R:OK -2015-03-11 07:15:10 sendUrl INFO 99 [634] R:OK -2015-03-11 07:16:00 queue INFO >>99 [635] -2015-03-11 07:16:00 sendUrl INFO 99 [635] R:OK -2015-03-11 07:16:16 queue INFO 89 [636] -2015-03-11 07:16:16 sendUrl INFO 89 [636] R:OK -2015-03-11 07:16:16 queue INFO >89 [637] -2015-03-11 07:16:17 sendUrl INFO 89 [637] R:OK -2015-03-11 07:16:29 queue INFO 81 [638] -2015-03-11 07:16:29 queue INFO >81 [639] -2015-03-11 07:16:29 sendUrl INFO 81 [638] R:OK -2015-03-11 07:16:30 sendUrl INFO 81 [639] R:OK -2015-03-11 07:16:32 queue INFO 83 [640] -2015-03-11 07:16:32 queue INFO >83 [641] -2015-03-11 07:16:32 sendUrl INFO 83 [640] R:OK -2015-03-11 07:16:33 sendUrl INFO 83 [641] R:OK -2015-03-11 07:16:53 queue INFO 87 [642] -2015-03-11 07:16:53 queue INFO >87 [643] -2015-03-11 07:16:53 sendUrl INFO 87 [642] R:OK -2015-03-11 07:16:53 sendUrl INFO 87 [643] R:OK -2015-03-11 07:16:56 queue INFO 83 [644] -2015-03-11 07:16:56 queue INFO >83 [645] -2015-03-11 07:16:57 sendUrl INFO 83 [644] R:OK -2015-03-11 07:16:57 sendUrl INFO 83 [645] R:OK -2015-03-11 07:17:46 queue INFO >>83 [646] -2015-03-11 07:17:46 sendUrl INFO 83 [646] R:OK -2015-03-11 07:18:36 queue INFO >>83 [647] -2015-03-11 07:18:37 sendUrl INFO 83 [647] R:OK -2015-03-11 07:19:26 queue INFO >>83 [648] -2015-03-11 07:19:27 sendUrl INFO 83 [648] R:OK -2015-03-11 07:20:17 queue INFO >>83 [649] -2015-03-11 07:20:17 sendUrl INFO 83 [649] R:OK -2015-03-11 07:21:07 queue INFO >>83 [650] -2015-03-11 07:21:07 sendUrl INFO 83 [650] R:OK -2015-03-11 07:21:46 queue INFO 89 [651] -2015-03-11 07:21:46 queue INFO >89 [652] -2015-03-11 07:21:46 sendUrl INFO 89 [651] R:OK -2015-03-11 07:21:47 sendUrl INFO 89 [652] R:OK -2015-03-11 07:22:36 queue INFO >>89 [653] -2015-03-11 07:22:37 sendUrl INFO 89 [653] R:OK -2015-03-11 07:23:26 queue INFO >>89 [654] -2015-03-11 07:23:27 sendUrl INFO 89 [654] R:OK -2015-03-11 07:24:17 queue INFO >>89 [655] -2015-03-11 07:24:17 sendUrl INFO 89 [655] R:OK -2015-03-11 07:25:07 queue INFO >>89 [656] -2015-03-11 07:25:07 sendUrl INFO 89 [656] R:OK -2015-03-11 07:25:57 queue INFO >>89 [657] -2015-03-11 07:25:57 sendUrl INFO 89 [657] R:OK -2015-03-11 07:26:47 queue INFO >>89 [658] -2015-03-11 07:26:47 sendUrl INFO 89 [658] R:OK -2015-03-11 07:27:37 queue INFO >>89 [659] -2015-03-11 07:27:37 sendUrl INFO 89 [659] R:OK -2015-03-11 07:28:27 queue INFO >>89 [660] -2015-03-11 07:28:28 sendUrl INFO 89 [660] R:OK -2015-03-11 07:29:17 queue INFO >>89 [661] -2015-03-11 07:29:18 sendUrl INFO 89 [661] R:OK -2015-03-11 07:29:38 queue INFO 99 [662] -2015-03-11 07:29:38 queue INFO >99 [663] -2015-03-11 07:29:38 sendUrl INFO 99 [662] R:OK -2015-03-11 07:29:39 sendUrl INFO 99 [663] R:OK -2015-03-11 07:29:48 queue INFO 0 [664] -2015-03-11 07:29:48 queue INFO >0 [665] -2015-03-11 07:29:49 sendUrl INFO 0 [664] R:OK -2015-03-11 07:29:49 sendUrl INFO 0 [665] R:OK -2015-03-11 07:30:38 queue INFO >>0 [666] -2015-03-11 07:30:38 sendUrl INFO 0 [666] R:OK -2015-03-11 07:30:44 queue INFO 1 [667] -2015-03-11 07:30:44 queue INFO >1 [668] -2015-03-11 07:30:44 sendUrl INFO 1 [667] R:OK -2015-03-11 07:30:45 sendUrl INFO 1 [668] R:OK -2015-03-11 07:31:29 queue INFO 99 [669] -2015-03-11 07:31:29 queue INFO >99 [670] -2015-03-11 07:31:29 sendUrl INFO 99 [669] R:OK -2015-03-11 07:31:29 sendUrl INFO 99 [670] R:OK -2015-03-11 07:32:14 queue INFO 89 [671] -2015-03-11 07:32:14 queue INFO >89 [672] -2015-03-11 07:32:14 sendUrl INFO 89 [671] R:OK -2015-03-11 07:32:15 sendUrl INFO 89 [672] R:OK -2015-03-11 07:32:17 queue INFO 81 [673] -2015-03-11 07:32:18 queue INFO >81 [674] -2015-03-11 07:32:18 sendUrl INFO 81 [673] R:OK -2015-03-11 07:32:18 sendUrl INFO 81 [674] R:OK -2015-03-11 07:32:20 queue INFO 83 [675] -2015-03-11 07:32:20 queue INFO >83 [676] -2015-03-11 07:32:20 sendUrl INFO 83 [675] R:OK -2015-03-11 07:32:21 sendUrl INFO 83 [676] R:OK -2015-03-11 07:32:37 queue INFO 87 [677] -2015-03-11 07:32:37 queue INFO >87 [678] -2015-03-11 07:32:37 sendUrl INFO 87 [677] R:OK -2015-03-11 07:32:37 sendUrl INFO 87 [678] R:OK -2015-03-11 07:32:40 queue INFO 83 [679] -2015-03-11 07:32:40 queue INFO >83 [680] -2015-03-11 07:32:40 sendUrl INFO 83 [679] R:OK -2015-03-11 07:32:40 sendUrl INFO 83 [680] R:OK -2015-03-11 07:33:30 queue INFO >>83 [681] -2015-03-11 07:33:30 sendUrl INFO 83 [681] R:OK -2015-03-11 07:34:20 queue INFO >>83 [682] -2015-03-11 07:34:21 sendUrl INFO 83 [682] R:OK -2015-03-11 07:35:10 queue INFO >>83 [683] -2015-03-11 07:35:10 sendUrl INFO 83 [683] R:OK -2015-03-11 07:36:00 queue INFO >>83 [684] -2015-03-11 07:36:01 sendUrl INFO 83 [684] R:OK -2015-03-11 07:36:50 queue INFO >>83 [685] -2015-03-11 07:36:51 sendUrl INFO 83 [685] R:OK -2015-03-11 07:37:30 queue INFO 89 [686] -2015-03-11 07:37:30 queue INFO >89 [687] -2015-03-11 07:37:30 sendUrl INFO 89 [686] R:OK -2015-03-11 07:37:30 sendUrl INFO 89 [687] R:OK -2015-03-11 07:38:20 queue INFO >>89 [688] -2015-03-11 07:38:20 sendUrl INFO 89 [688] R:OK -2015-03-11 07:39:10 queue INFO >>89 [689] -2015-03-11 07:39:10 sendUrl INFO 89 [689] R:OK -2015-03-11 07:40:00 queue INFO >>89 [690] -2015-03-11 07:40:00 sendUrl INFO 89 [690] R:OK -2015-03-11 07:40:50 queue INFO >>89 [691] -2015-03-11 07:40:51 sendUrl INFO 89 [691] R:OK -2015-03-11 07:41:40 queue INFO >>89 [692] -2015-03-11 07:41:40 sendUrl INFO 89 [692] R:OK -2015-03-11 07:42:30 queue INFO >>89 [693] -2015-03-11 07:42:31 sendUrl INFO 89 [693] R:OK -2015-03-11 07:42:53 queue INFO 0 [694] -2015-03-11 07:42:53 queue INFO >0 [695] -2015-03-11 07:42:53 sendUrl INFO 0 [694] R:OK -2015-03-11 07:42:54 sendUrl INFO 0 [695] R:OK -2015-03-11 07:43:21 queue INFO 1 [696] -2015-03-11 07:43:21 queue INFO >1 [697] -2015-03-11 07:43:22 sendUrl INFO 1 [696] R:OK -2015-03-11 07:43:22 sendUrl INFO 1 [697] R:OK -2015-03-11 07:44:11 queue INFO >>1 [698] -2015-03-11 07:44:11 sendUrl INFO 1 [698] R:OK -2015-03-11 07:44:16 queue INFO 89 [699] -2015-03-11 07:44:16 queue INFO >89 [700] -2015-03-11 07:44:17 sendUrl INFO 89 [699] R:OK -2015-03-11 07:44:17 sendUrl INFO 89 [700] R:OK -2015-03-11 07:45:04 queue INFO 81 [701] -2015-03-11 07:45:04 queue INFO >81 [702] -2015-03-11 07:45:04 sendUrl INFO 81 [701] R:OK -2015-03-11 07:45:04 sendUrl INFO 81 [702] R:OK -2015-03-11 07:45:13 queue INFO 91 [703] -2015-03-11 07:45:14 queue INFO 99 [704] -2015-03-11 07:45:14 queue INFO >99 [705] -2015-03-11 07:45:14 sendUrl INFO 91 [703] R:OK -2015-03-11 07:45:14 sendUrl INFO 99 [704] R:OK -2015-03-11 07:45:15 sendUrl INFO 99 [705] R:OK -2015-03-11 07:46:04 queue INFO >>99 [706] -2015-03-11 07:46:04 sendUrl INFO 99 [706] R:OK -2015-03-11 07:46:54 queue INFO >>99 [707] -2015-03-11 07:46:54 sendUrl INFO 99 [707] R:OK -2015-03-11 07:47:44 queue INFO >>99 [708] -2015-03-11 07:47:44 sendUrl INFO 99 [708] R:OK -2015-03-11 07:48:34 queue INFO >>99 [709] -2015-03-11 07:48:35 sendUrl INFO 99 [709] R:OK -2015-03-11 07:49:24 queue INFO >>99 [710] -2015-03-11 07:49:25 sendUrl INFO 99 [710] R:OK -2015-03-11 07:50:14 queue INFO >>99 [711] -2015-03-11 07:50:15 sendUrl INFO 99 [711] R:OK -2015-03-11 07:51:05 queue INFO >>99 [712] -2015-03-11 07:51:05 sendUrl INFO 99 [712] R:OK -2015-03-11 07:51:55 queue INFO >>99 [713] -2015-03-11 07:51:55 sendUrl INFO 99 [713] R:OK -2015-03-11 07:52:45 queue INFO >>99 [714] -2015-03-11 07:52:45 sendUrl INFO 99 [714] R:OK -2015-03-11 07:53:35 queue INFO >>99 [715] -2015-03-11 07:53:35 sendUrl INFO 99 [715] R:OK -2015-03-11 07:54:25 queue INFO >>99 [716] -2015-03-11 07:54:26 sendUrl INFO 99 [716] R:OK -2015-03-11 07:54:37 queue INFO 89 [717] -2015-03-11 07:54:38 queue INFO >89 [718] -2015-03-11 07:54:38 sendUrl INFO 89 [717] R:OK -2015-03-11 07:54:38 sendUrl INFO 89 [718] R:OK -2015-03-11 07:54:50 queue INFO 81 [719] -2015-03-11 07:54:50 queue INFO >81 [720] -2015-03-11 07:54:50 sendUrl INFO 81 [719] R:OK -2015-03-11 07:54:51 sendUrl INFO 81 [720] R:OK -2015-03-11 07:54:53 queue INFO 83 [721] -2015-03-11 07:54:53 sendUrl INFO 83 [721] R:OK -2015-03-11 07:54:53 queue INFO >83 [722] -2015-03-11 07:54:54 sendUrl INFO 83 [722] R:OK -2015-03-11 07:55:13 queue INFO 87 [723] -2015-03-11 07:55:13 queue INFO >87 [724] -2015-03-11 07:55:13 sendUrl INFO 87 [723] R:OK -2015-03-11 07:55:13 sendUrl INFO 87 [724] R:OK -2015-03-11 07:55:16 queue INFO 83 [725] -2015-03-11 07:55:16 sendUrl INFO 83 [725] R:OK -2015-03-11 07:55:16 queue INFO >83 [726] -2015-03-11 07:55:16 sendUrl INFO 83 [726] R:OK -2015-03-11 07:56:06 queue INFO >>83 [727] -2015-03-11 07:56:06 sendUrl INFO 83 [727] R:OK -2015-03-11 07:56:56 queue INFO >>83 [728] -2015-03-11 07:56:57 sendUrl INFO 83 [728] R:OK -2015-03-11 07:57:46 queue INFO >>83 [729] -2015-03-11 07:57:46 sendUrl INFO 83 [729] R:OK -2015-03-11 07:58:36 queue INFO >>83 [730] -2015-03-11 07:58:37 sendUrl INFO 83 [730] R:OK -2015-03-11 07:59:27 queue INFO >>83 [731] -2015-03-11 07:59:27 sendUrl INFO 83 [731] R:OK -2015-03-11 08:00:17 queue INFO >>83 [732] -2015-03-11 08:00:17 sendUrl INFO 83 [732] R:OK -2015-03-11 08:01:07 queue INFO >>83 [733] -2015-03-11 08:01:07 sendUrl INFO 83 [733] R:OK -2015-03-11 08:01:57 queue INFO >>83 [734] -2015-03-11 08:01:57 sendUrl INFO 83 [734] R:OK -2015-03-11 08:02:47 queue INFO >>83 [735] -2015-03-11 08:02:47 sendUrl INFO 83 [735] R:OK -2015-03-11 08:03:37 queue INFO >>83 [736] -2015-03-11 08:03:38 sendUrl INFO 83 [736] R:OK -2015-03-11 08:04:03 queue INFO 87 [737] -2015-03-11 08:04:03 queue INFO >87 [738] -2015-03-11 08:04:03 sendUrl INFO 87 [737] R:OK -2015-03-11 08:04:04 sendUrl INFO 87 [738] R:OK -2015-03-11 08:04:06 queue INFO 83 [739] -2015-03-11 08:04:06 queue INFO >83 [740] -2015-03-11 08:04:06 sendUrl INFO 83 [739] R:OK -2015-03-11 08:04:07 sendUrl INFO 83 [740] R:OK -2015-03-11 08:04:56 queue INFO >>83 [741] -2015-03-11 08:04:56 sendUrl INFO 83 [741] R:OK -2015-03-11 08:05:46 queue INFO >>83 [742] -2015-03-11 08:05:47 sendUrl INFO 83 [742] R:OK -2015-03-11 08:06:36 queue INFO >>83 [743] -2015-03-11 08:06:37 sendUrl INFO 83 [743] R:OK -2015-03-11 08:07:26 queue INFO >>83 [744] -2015-03-11 08:07:27 sendUrl INFO 83 [744] R:OK -2015-03-11 08:08:17 queue INFO >>83 [745] -2015-03-11 08:08:17 sendUrl INFO 83 [745] R:OK -2015-03-11 08:09:07 queue INFO >>83 [746] -2015-03-11 08:09:07 sendUrl INFO 83 [746] R:OK -2015-03-11 08:09:57 queue INFO >>83 [747] -2015-03-11 08:09:57 sendUrl INFO 83 [747] R:OK -2015-03-11 08:10:47 queue INFO >>83 [748] -2015-03-11 08:10:47 sendUrl INFO 83 [748] R:OK -2015-03-11 08:11:37 queue INFO >>83 [749] -2015-03-11 08:11:38 sendUrl INFO 83 [749] R:OK -2015-03-11 08:12:27 queue INFO >>83 [750] -2015-03-11 08:12:28 sendUrl INFO 83 [750] R:OK -2015-03-11 08:12:53 queue INFO 87 [751] -2015-03-11 08:12:53 queue INFO >87 [752] -2015-03-11 08:12:54 sendUrl INFO 87 [751] R:OK -2015-03-11 08:12:54 sendUrl INFO 87 [752] R:OK -2015-03-11 08:12:56 queue INFO 83 [753] -2015-03-11 08:12:56 queue INFO >83 [754] -2015-03-11 08:12:57 sendUrl INFO 83 [753] R:OK -2015-03-11 08:12:57 sendUrl INFO 83 [754] R:OK -2015-03-11 08:13:46 queue INFO >>83 [755] -2015-03-11 08:13:46 sendUrl INFO 83 [755] R:OK -2015-03-11 08:14:36 queue INFO >>83 [756] -2015-03-11 08:14:37 sendUrl INFO 83 [756] R:OK -2015-03-11 08:15:27 queue INFO >>83 [757] -2015-03-11 08:15:27 sendUrl INFO 83 [757] R:OK -2015-03-11 08:16:17 queue INFO >>83 [758] -2015-03-11 08:16:17 sendUrl INFO 83 [758] R:OK -2015-03-11 08:17:07 queue INFO >>83 [759] -2015-03-11 08:17:07 sendUrl INFO 83 [759] R:OK -2015-03-11 08:17:57 queue INFO >>83 [760] -2015-03-11 08:17:57 sendUrl INFO 83 [760] R:OK -2015-03-11 08:18:47 queue INFO >>83 [761] -2015-03-11 08:18:47 sendUrl INFO 83 [761] R:OK -2015-03-11 08:19:37 queue INFO >>83 [762] -2015-03-11 08:19:37 sendUrl INFO 83 [762] R:OK -2015-03-11 08:20:27 queue INFO >>83 [763] -2015-03-11 08:20:28 sendUrl INFO 83 [763] R:OK -2015-03-11 08:21:17 queue INFO >>83 [764] -2015-03-11 08:21:18 sendUrl INFO 83 [764] R:OK -2015-03-11 08:21:44 queue INFO 87 [765] -2015-03-11 08:21:44 sendUrl INFO 87 [765] R:OK -2015-03-11 08:21:44 queue INFO >87 [766] -2015-03-11 08:21:44 sendUrl INFO 87 [766] R:OK -2015-03-11 08:21:47 queue INFO 83 [767] -2015-03-11 08:21:47 queue INFO >83 [768] -2015-03-11 08:21:47 sendUrl INFO 83 [767] R:OK -2015-03-11 08:21:48 sendUrl INFO 83 [768] R:OK -2015-03-11 08:22:37 queue INFO >>83 [769] -2015-03-11 08:22:37 sendUrl INFO 83 [769] R:OK -2015-03-11 08:23:27 queue INFO >>83 [770] -2015-03-11 08:23:27 sendUrl INFO 83 [770] R:OK -2015-03-11 08:24:17 queue INFO >>83 [771] -2015-03-11 08:24:18 sendUrl INFO 83 [771] R:OK -2015-03-11 08:25:07 queue INFO >>83 [772] -2015-03-11 08:25:08 sendUrl INFO 83 [772] R:OK -2015-03-11 08:25:57 queue INFO >>83 [773] -2015-03-11 08:25:58 sendUrl INFO 83 [773] R:OK -2015-03-11 08:26:48 queue INFO >>83 [774] -2015-03-11 08:26:48 sendUrl INFO 83 [774] R:OK -2015-03-11 08:27:38 queue INFO >>83 [775] -2015-03-11 08:27:38 sendUrl INFO 83 [775] R:OK -2015-03-11 08:28:28 queue INFO >>83 [776] -2015-03-11 08:28:28 sendUrl INFO 83 [776] R:OK -2015-03-11 08:29:18 queue INFO >>83 [777] -2015-03-11 08:29:18 sendUrl INFO 83 [777] R:OK -2015-03-11 08:30:08 queue INFO >>83 [778] -2015-03-11 08:30:09 sendUrl INFO 83 [778] R:OK -2015-03-11 08:30:35 queue INFO 87 [779] -2015-03-11 08:30:35 queue INFO >87 [780] -2015-03-11 08:30:35 sendUrl INFO 87 [779] R:OK -2015-03-11 08:30:35 sendUrl INFO 87 [780] R:OK -2015-03-11 08:30:38 queue INFO 83 [781] -2015-03-11 08:30:38 queue INFO >83 [782] -2015-03-11 08:30:38 sendUrl INFO 83 [781] R:OK -2015-03-11 08:30:38 sendUrl INFO 83 [782] R:OK -2015-03-11 08:31:28 queue INFO >>83 [783] -2015-03-11 08:31:28 sendUrl INFO 83 [783] R:OK -2015-03-11 08:32:18 queue INFO >>83 [784] -2015-03-11 08:32:18 sendUrl INFO 83 [784] R:OK -2015-03-11 08:33:08 queue INFO >>83 [785] -2015-03-11 08:33:08 sendUrl INFO 83 [785] R:OK -2015-03-11 08:33:58 queue INFO >>83 [786] -2015-03-11 08:33:59 sendUrl INFO 83 [786] R:OK -2015-03-11 08:34:48 queue INFO >>83 [787] -2015-03-11 08:34:48 sendUrl INFO 83 [787] R:OK -2015-03-11 08:35:38 queue INFO >>83 [788] -2015-03-11 08:35:39 sendUrl INFO 83 [788] R:OK -2015-03-11 08:36:29 queue INFO >>83 [789] -2015-03-11 08:36:29 sendUrl INFO 83 [789] R:OK -2015-03-11 08:37:19 queue INFO >>83 [790] -2015-03-11 08:37:19 sendUrl INFO 83 [790] R:OK -2015-03-11 08:38:09 queue INFO >>83 [791] -2015-03-11 08:38:09 sendUrl INFO 83 [791] R:OK -2015-03-11 08:38:59 queue INFO >>83 [792] -2015-03-11 08:39:00 sendUrl INFO 83 [792] R:OK -2015-03-11 08:39:26 queue INFO 87 [793] -2015-03-11 08:39:26 queue INFO >87 [794] -2015-03-11 08:39:26 sendUrl INFO 87 [793] R:OK -2015-03-11 08:39:27 sendUrl INFO 87 [794] R:OK -2015-03-11 08:39:29 queue INFO 83 [795] -2015-03-11 08:39:29 queue INFO >83 [796] -2015-03-11 08:39:29 sendUrl INFO 83 [795] R:OK -2015-03-11 08:39:30 sendUrl INFO 83 [796] R:OK -2015-03-11 08:40:19 queue INFO >>83 [797] -2015-03-11 08:40:20 sendUrl INFO 83 [797] R:OK -2015-03-11 08:41:09 queue INFO >>83 [798] -2015-03-11 08:41:09 sendUrl INFO 83 [798] R:OK -2015-03-11 08:41:59 queue INFO >>83 [799] -2015-03-11 08:42:00 sendUrl INFO 83 [799] R:OK -2015-03-11 08:42:50 queue INFO >>83 [800] -2015-03-11 08:42:50 sendUrl INFO 83 [800] R:OK -2015-03-11 08:43:40 queue INFO >>83 [801] -2015-03-11 08:43:40 sendUrl INFO 83 [801] R:OK -2015-03-11 08:44:30 queue INFO >>83 [802] -2015-03-11 08:44:30 sendUrl INFO 83 [802] R:OK -2015-03-11 08:45:20 queue INFO >>83 [803] -2015-03-11 08:45:20 sendUrl INFO 83 [803] R:OK -2015-03-11 08:46:10 queue INFO >>83 [804] -2015-03-11 08:46:10 sendUrl INFO 83 [804] R:OK -2015-03-11 08:47:00 queue INFO >>83 [805] -2015-03-11 08:47:01 sendUrl INFO 83 [805] R:OK -2015-03-11 08:47:50 queue INFO >>83 [806] -2015-03-11 08:47:51 sendUrl INFO 83 [806] R:OK -2015-03-11 08:48:27 queue INFO 87 [807] -2015-03-11 08:48:27 queue INFO >87 [808] -2015-03-11 08:48:27 sendUrl INFO 87 [807] R:OK -2015-03-11 08:48:28 sendUrl INFO 87 [808] R:OK -2015-03-11 08:48:30 queue INFO 83 [809] -2015-03-11 08:48:30 queue INFO >83 [810] -2015-03-11 08:48:30 sendUrl INFO 83 [809] R:OK -2015-03-11 08:48:31 sendUrl INFO 83 [810] R:OK -2015-03-11 08:49:20 queue INFO >>83 [811] -2015-03-11 08:49:21 sendUrl INFO 83 [811] R:OK -2015-03-11 08:50:10 queue INFO >>83 [812] -2015-03-11 08:50:11 sendUrl INFO 83 [812] R:OK -2015-03-11 08:51:01 queue INFO >>83 [813] -2015-03-11 08:51:01 sendUrl INFO 83 [813] R:OK -2015-03-11 08:51:51 queue INFO >>83 [814] -2015-03-11 08:51:51 sendUrl INFO 83 [814] R:OK -2015-03-11 08:52:41 queue INFO >>83 [815] -2015-03-11 08:52:41 sendUrl INFO 83 [815] R:OK -2015-03-11 08:53:31 queue INFO >>83 [816] -2015-03-11 08:53:31 sendUrl INFO 83 [816] R:OK -2015-03-11 08:54:21 queue INFO >>83 [817] -2015-03-11 08:54:21 sendUrl INFO 83 [817] R:OK -2015-03-11 08:55:11 queue INFO >>83 [818] -2015-03-11 08:55:12 sendUrl INFO 83 [818] R:OK -2015-03-11 08:56:01 queue INFO >>83 [819] -2015-03-11 08:56:02 sendUrl INFO 83 [819] R:OK -2015-03-11 08:56:52 queue INFO >>83 [820] -2015-03-11 08:56:52 sendUrl INFO 83 [820] R:OK -2015-03-11 08:57:17 queue INFO 87 [821] -2015-03-11 08:57:17 queue INFO >87 [822] -2015-03-11 08:57:18 sendUrl INFO 87 [821] R:OK -2015-03-11 08:57:18 sendUrl INFO 87 [822] R:OK -2015-03-11 08:57:20 queue INFO 83 [823] -2015-03-11 08:57:21 queue INFO >83 [824] -2015-03-11 08:57:21 sendUrl INFO 83 [823] R:OK -2015-03-11 08:57:21 sendUrl INFO 83 [824] R:OK -2015-03-11 08:58:11 queue INFO >>83 [825] -2015-03-11 08:58:11 sendUrl INFO 83 [825] R:OK -2015-03-11 08:59:01 queue INFO >>83 [826] -2015-03-11 08:59:01 sendUrl INFO 83 [826] R:OK -2015-03-11 08:59:51 queue INFO >>83 [827] -2015-03-11 08:59:51 sendUrl INFO 83 [827] R:OK -2015-03-11 09:00:41 queue INFO >>83 [828] -2015-03-11 09:00:41 sendUrl INFO 83 [828] R:OK -2015-03-11 09:01:31 queue INFO >>83 [829] -2015-03-11 09:01:32 sendUrl INFO 83 [829] R:OK -2015-03-11 09:02:21 queue INFO >>83 [830] -2015-03-11 09:02:22 sendUrl INFO 83 [830] R:OK -2015-03-11 09:03:11 queue INFO >>83 [831] -2015-03-11 09:03:12 sendUrl INFO 83 [831] R:OK -2015-03-11 09:04:02 queue INFO >>83 [832] -2015-03-11 09:04:02 sendUrl INFO 83 [832] R:OK -2015-03-11 09:04:52 queue INFO >>83 [833] -2015-03-11 09:04:52 sendUrl INFO 83 [833] R:OK -2015-03-11 09:05:42 queue INFO >>83 [834] -2015-03-11 09:05:42 sendUrl INFO 83 [834] R:OK -2015-03-11 09:06:08 queue INFO 87 [835] -2015-03-11 09:06:08 queue INFO >87 [836] -2015-03-11 09:06:08 sendUrl INFO 87 [835] R:OK -2015-03-11 09:06:09 sendUrl INFO 87 [836] R:OK -2015-03-11 09:06:11 queue INFO 83 [837] -2015-03-11 09:06:11 queue INFO >83 [838] -2015-03-11 09:06:11 sendUrl INFO 83 [837] R:OK -2015-03-11 09:06:12 sendUrl INFO 83 [838] R:OK -2015-03-11 09:07:01 queue INFO >>83 [839] -2015-03-11 09:07:01 sendUrl INFO 83 [839] R:OK -2015-03-11 09:07:51 queue INFO >>83 [840] -2015-03-11 09:07:51 sendUrl INFO 83 [840] R:OK -2015-03-11 09:08:41 queue INFO >>83 [841] -2015-03-11 09:08:42 sendUrl INFO 83 [841] R:OK -2015-03-11 09:09:31 queue INFO >>83 [842] -2015-03-11 09:09:31 sendUrl INFO 83 [842] R:OK -2015-03-11 09:10:21 queue INFO >>83 [843] -2015-03-11 09:10:22 sendUrl INFO 83 [843] R:OK -2015-03-11 09:11:12 queue INFO >>83 [844] -2015-03-11 09:11:12 sendUrl INFO 83 [844] R:OK -2015-03-11 09:12:02 queue INFO >>83 [845] -2015-03-11 09:12:02 sendUrl INFO 83 [845] R:OK -2015-03-11 09:12:52 queue INFO >>83 [846] -2015-03-11 09:12:52 sendUrl INFO 83 [846] R:OK -2015-03-11 09:13:42 queue INFO >>83 [847] -2015-03-11 09:13:43 sendUrl INFO 83 [847] R:OK -2015-03-11 09:14:32 queue INFO >>83 [848] -2015-03-11 09:14:32 sendUrl INFO 83 [848] R:OK -2015-03-11 09:14:58 queue INFO 87 [849] -2015-03-11 09:14:58 queue INFO >87 [850] -2015-03-11 09:14:59 sendUrl INFO 87 [849] R:OK -2015-03-11 09:14:59 sendUrl INFO 87 [850] R:OK -2015-03-11 09:15:01 queue INFO 83 [851] -2015-03-11 09:15:01 queue INFO >83 [852] -2015-03-11 09:15:02 sendUrl INFO 83 [851] R:OK -2015-03-11 09:15:02 sendUrl INFO 83 [852] R:OK -2015-03-11 09:15:51 queue INFO >>83 [853] -2015-03-11 09:15:52 sendUrl INFO 83 [853] R:OK -2015-03-11 09:16:42 queue INFO >>83 [854] -2015-03-11 09:16:42 sendUrl INFO 83 [854] R:OK -2015-03-11 09:17:32 queue INFO >>83 [855] -2015-03-11 09:17:32 sendUrl INFO 83 [855] R:OK -2015-03-11 09:18:22 queue INFO >>83 [856] -2015-03-11 09:18:22 sendUrl INFO 83 [856] R:OK -2015-03-11 09:19:12 queue INFO >>83 [857] -2015-03-11 09:19:12 sendUrl INFO 83 [857] R:OK -2015-03-11 09:20:02 queue INFO >>83 [858] -2015-03-11 09:20:03 sendUrl INFO 83 [858] R:OK -2015-03-11 09:20:52 queue INFO >>83 [859] -2015-03-11 09:20:52 sendUrl INFO 83 [859] R:OK -2015-03-11 09:21:42 queue INFO >>83 [860] -2015-03-11 09:21:43 sendUrl INFO 83 [860] R:OK -2015-03-11 09:22:33 queue INFO >>83 [861] -2015-03-11 09:22:33 sendUrl INFO 83 [861] R:OK -2015-03-11 09:23:23 queue INFO >>83 [862] -2015-03-11 09:23:23 sendUrl INFO 83 [862] R:OK -2015-03-11 09:23:49 queue INFO 87 [863] -2015-03-11 09:23:49 queue INFO >87 [864] -2015-03-11 09:23:50 sendUrl INFO 87 [863] R:OK -2015-03-11 09:23:50 sendUrl INFO 87 [864] R:OK -2015-03-11 09:23:52 queue INFO 83 [865] -2015-03-11 09:23:52 queue INFO >83 [866] -2015-03-11 09:23:53 sendUrl INFO 83 [865] R:OK -2015-03-11 09:23:53 sendUrl INFO 83 [866] R:OK -2015-03-11 09:24:42 queue INFO >>83 [867] -2015-03-11 09:24:43 sendUrl INFO 83 [867] R:OK -2015-03-11 09:25:32 queue INFO >>83 [868] -2015-03-11 09:25:33 sendUrl INFO 83 [868] R:OK -2015-03-11 09:26:23 queue INFO >>83 [869] -2015-03-11 09:26:23 sendUrl INFO 83 [869] R:OK -2015-03-11 09:27:13 queue INFO >>83 [870] -2015-03-11 09:27:13 sendUrl INFO 83 [870] R:OK -2015-03-11 09:28:03 queue INFO >>83 [871] -2015-03-11 09:28:03 sendUrl INFO 83 [871] R:OK -2015-03-11 09:28:53 queue INFO >>83 [872] -2015-03-11 09:28:53 sendUrl INFO 83 [872] R:OK -2015-03-11 09:29:43 queue INFO >>83 [873] -2015-03-11 09:29:44 sendUrl INFO 83 [873] R:OK -2015-03-11 09:30:33 queue INFO >>83 [874] -2015-03-11 09:30:34 sendUrl INFO 83 [874] R:OK -2015-03-11 09:31:23 queue INFO >>83 [875] -2015-03-11 09:31:24 sendUrl INFO 83 [875] R:OK -2015-03-11 09:32:14 queue INFO >>83 [876] -2015-03-11 09:32:14 sendUrl INFO 83 [876] R:OK -2015-03-11 09:32:40 queue INFO 87 [877] -2015-03-11 09:32:41 queue INFO >87 [878] -2015-03-11 09:32:41 sendUrl INFO 87 [877] R:OK -2015-03-11 09:32:41 sendUrl INFO 87 [878] R:OK -2015-03-11 09:32:43 queue INFO 83 [879] -2015-03-11 09:32:44 queue INFO >83 [880] -2015-03-11 09:32:44 sendUrl INFO 83 [879] R:OK -2015-03-11 09:32:44 sendUrl INFO 83 [880] R:OK -2015-03-11 09:33:31 queue INFO 89 [881] -2015-03-11 09:33:31 queue INFO >89 [882] -2015-03-11 09:33:32 sendUrl INFO 89 [881] R:OK -2015-03-11 09:33:32 sendUrl INFO 89 [882] R:OK -2015-03-11 09:34:21 queue INFO >>89 [883] -2015-03-11 09:34:21 sendUrl INFO 89 [883] R:OK -2015-03-11 09:35:11 queue INFO >>89 [884] -2015-03-11 09:35:12 sendUrl INFO 89 [884] R:OK -2015-03-11 09:36:01 queue INFO >>89 [885] -2015-03-11 09:36:02 sendUrl INFO 89 [885] R:OK -2015-03-11 09:36:52 queue INFO >>89 [886] -2015-03-11 09:36:52 sendUrl INFO 89 [886] R:OK -2015-03-11 09:37:42 queue INFO >>89 [887] -2015-03-11 09:37:42 sendUrl INFO 89 [887] R:OK -2015-03-11 09:38:32 queue INFO >>89 [888] -2015-03-11 09:38:32 sendUrl INFO 89 [888] R:OK -2015-03-11 09:39:22 queue INFO >>89 [889] -2015-03-11 09:39:22 sendUrl INFO 89 [889] R:OK -2015-03-11 09:40:12 queue INFO >>89 [890] -2015-03-11 09:40:12 sendUrl INFO 89 [890] R:OK -2015-03-11 09:41:02 queue INFO >>89 [891] -2015-03-11 09:41:03 sendUrl INFO 89 [891] R:OK -2015-03-11 09:41:52 queue INFO >>89 [892] -2015-03-11 09:41:53 sendUrl INFO 89 [892] R:OK -2015-03-11 09:42:38 queue INFO 0 [893] -2015-03-11 09:42:39 queue INFO >0 [894] -2015-03-11 09:42:39 sendUrl INFO 0 [893] R:OK -2015-03-11 09:42:39 sendUrl INFO 0 [894] R:OK -2015-03-11 09:43:28 queue INFO >>0 [895] -2015-03-11 09:43:29 sendUrl INFO 0 [895] R:OK -2015-03-11 09:44:05 queue INFO 1 [896] -2015-03-11 09:44:05 queue INFO >1 [897] -2015-03-11 09:44:05 sendUrl INFO 1 [896] R:OK -2015-03-11 09:44:06 sendUrl INFO 1 [897] R:OK -2015-03-11 09:44:55 queue INFO >>1 [898] -2015-03-11 09:44:56 sendUrl INFO 1 [898] R:OK -2015-03-11 09:45:45 queue INFO >>1 [899] -2015-03-11 09:45:45 sendUrl INFO 1 [899] R:OK -2015-03-11 09:45:54 queue INFO 99 [900] -2015-03-11 09:45:54 queue INFO >99 [901] -2015-03-11 09:45:54 sendUrl INFO 99 [900] R:OK -2015-03-11 09:45:55 sendUrl INFO 99 [901] R:OK -2015-03-11 09:46:21 queue INFO 89 [902] -2015-03-11 09:46:21 queue INFO >89 [903] -2015-03-11 09:46:21 sendUrl INFO 89 [902] R:OK -2015-03-11 09:46:22 sendUrl INFO 89 [903] R:OK -2015-03-11 09:46:25 queue INFO 81 [904] -2015-03-11 09:46:25 queue INFO >81 [905] -2015-03-11 09:46:25 sendUrl INFO 81 [904] R:OK -2015-03-11 09:46:26 sendUrl INFO 81 [905] R:OK -2015-03-11 09:46:41 queue INFO 83 [906] -2015-03-11 09:46:41 queue INFO >83 [907] -2015-03-11 09:46:41 sendUrl INFO 83 [906] R:OK -2015-03-11 09:46:41 sendUrl INFO 83 [907] R:OK -2015-03-11 09:46:58 queue INFO 87 [908] -2015-03-11 09:46:58 queue INFO >87 [909] -2015-03-11 09:46:59 sendUrl INFO 87 [908] R:OK -2015-03-11 09:46:59 sendUrl INFO 87 [909] R:OK -2015-03-11 09:47:01 queue INFO 83 [910] -2015-03-11 09:47:02 sendUrl INFO 83 [910] R:OK -2015-03-11 09:47:02 queue INFO >83 [911] -2015-03-11 09:47:02 sendUrl INFO 83 [911] R:OK -2015-03-11 09:47:51 queue INFO >>83 [912] -2015-03-11 09:47:52 sendUrl INFO 83 [912] R:OK -2015-03-11 09:48:42 queue INFO >>83 [913] -2015-03-11 09:48:42 sendUrl INFO 83 [913] R:OK -2015-03-11 09:49:32 queue INFO >>83 [914] -2015-03-11 09:49:32 sendUrl INFO 83 [914] R:OK -2015-03-11 09:50:22 queue INFO >>83 [915] -2015-03-11 09:50:22 sendUrl INFO 83 [915] R:OK -2015-03-11 09:51:12 queue INFO >>83 [916] -2015-03-11 09:51:12 sendUrl INFO 83 [916] R:OK -2015-03-11 09:52:02 queue INFO >>83 [917] -2015-03-11 09:52:03 sendUrl INFO 83 [917] R:OK -2015-03-11 09:52:52 queue INFO >>83 [918] -2015-03-11 09:52:53 sendUrl INFO 83 [918] R:OK -2015-03-11 09:53:43 queue INFO >>83 [919] -2015-03-11 09:53:43 sendUrl INFO 83 [919] R:OK -2015-03-11 09:54:33 queue INFO >>83 [920] -2015-03-11 09:54:33 sendUrl INFO 83 [920] R:OK -2015-03-11 09:55:23 queue INFO >>83 [921] -2015-03-11 09:55:23 sendUrl INFO 83 [921] R:OK -2015-03-11 09:55:48 queue INFO 87 [922] -2015-03-11 09:55:49 queue INFO >87 [923] -2015-03-11 09:55:49 sendUrl INFO 87 [922] R:OK -2015-03-11 09:55:49 sendUrl INFO 87 [923] R:OK -2015-03-11 09:55:51 queue INFO 83 [924] -2015-03-11 09:55:52 queue INFO >83 [925] -2015-03-11 09:55:52 sendUrl INFO 83 [924] R:OK -2015-03-11 09:55:52 sendUrl INFO 83 [925] R:OK -2015-03-11 09:56:42 queue INFO >>83 [926] -2015-03-11 09:56:42 sendUrl INFO 83 [926] R:OK -2015-03-11 09:57:32 queue INFO >>83 [927] -2015-03-11 09:57:32 sendUrl INFO 83 [927] R:OK -2015-03-11 09:58:22 queue INFO >>83 [928] -2015-03-11 09:58:22 sendUrl INFO 83 [928] R:OK -2015-03-11 09:59:12 queue INFO >>83 [929] -2015-03-11 09:59:12 sendUrl INFO 83 [929] R:OK -2015-03-11 10:00:02 queue INFO >>83 [930] -2015-03-11 10:00:02 sendUrl INFO 83 [930] R:OK -2015-03-11 10:00:52 queue INFO >>83 [931] -2015-03-11 10:00:53 sendUrl INFO 83 [931] R:OK -2015-03-11 10:01:42 queue INFO >>83 [932] -2015-03-11 10:01:43 sendUrl INFO 83 [932] R:OK -2015-03-11 10:02:33 queue INFO >>83 [933] -2015-03-11 10:02:33 sendUrl INFO 83 [933] R:OK -2015-03-11 10:03:23 queue INFO >>83 [934] -2015-03-11 10:03:23 sendUrl INFO 83 [934] R:OK -2015-03-11 10:04:13 queue INFO >>83 [935] -2015-03-11 10:04:13 sendUrl INFO 83 [935] R:OK -2015-03-11 10:04:39 queue INFO 87 [936] -2015-03-11 10:04:39 queue INFO >87 [937] -2015-03-11 10:04:39 sendUrl INFO 87 [936] R:OK -2015-03-11 10:04:40 sendUrl INFO 87 [937] R:OK -2015-03-11 10:04:42 queue INFO 83 [938] -2015-03-11 10:04:42 queue INFO >83 [939] -2015-03-11 10:04:42 sendUrl INFO 83 [938] R:OK -2015-03-11 10:04:43 sendUrl INFO 83 [939] R:OK -2015-03-11 10:05:32 queue INFO >>83 [940] -2015-03-11 10:05:32 sendUrl INFO 83 [940] R:OK -2015-03-11 10:06:22 queue INFO >>83 [941] -2015-03-11 10:06:22 sendUrl INFO 83 [941] R:OK -2015-03-11 10:07:12 queue INFO >>83 [942] -2015-03-11 10:07:12 sendUrl INFO 83 [942] R:OK -2015-03-11 10:08:02 queue INFO >>83 [943] -2015-03-11 10:08:02 sendUrl INFO 83 [943] R:OK -2015-03-11 10:08:52 queue INFO >>83 [944] -2015-03-11 10:08:53 sendUrl INFO 83 [944] R:OK -2015-03-11 10:09:43 queue INFO >>83 [945] -2015-03-11 10:09:43 sendUrl INFO 83 [945] R:OK -2015-03-11 10:10:33 queue INFO >>83 [946] -2015-03-11 10:10:33 sendUrl INFO 83 [946] R:OK -2015-03-11 10:11:23 queue INFO >>83 [947] -2015-03-11 10:11:23 sendUrl INFO 83 [947] R:OK -2015-03-11 10:12:13 queue INFO >>83 [948] -2015-03-11 10:12:13 sendUrl INFO 83 [948] R:OK -2015-03-11 10:13:03 queue INFO >>83 [949] -2015-03-11 10:13:03 sendUrl INFO 83 [949] R:OK -2015-03-11 10:13:29 queue INFO 87 [950] -2015-03-11 10:13:29 queue INFO >87 [951] -2015-03-11 10:13:30 sendUrl INFO 87 [950] R:OK -2015-03-11 10:13:30 sendUrl INFO 87 [951] R:OK -2015-03-11 10:13:32 queue INFO 83 [952] -2015-03-11 10:13:32 queue INFO >83 [953] -2015-03-11 10:13:33 sendUrl INFO 83 [952] R:OK -2015-03-11 10:13:33 sendUrl INFO 83 [953] R:OK -2015-03-11 10:14:22 queue INFO >>83 [954] -2015-03-11 10:14:23 sendUrl INFO 83 [954] R:OK -2015-03-11 10:15:12 queue INFO >>83 [955] -2015-03-11 10:15:13 sendUrl INFO 83 [955] R:OK -2015-03-11 10:16:02 queue INFO >>83 [956] -2015-03-11 10:16:03 sendUrl INFO 83 [956] R:OK -2015-03-11 10:16:53 queue INFO >>83 [957] -2015-03-11 10:16:53 sendUrl INFO 83 [957] R:OK -2015-03-11 10:17:43 queue INFO >>83 [958] -2015-03-11 10:17:43 sendUrl INFO 83 [958] R:OK -2015-03-11 10:18:33 queue INFO >>83 [959] -2015-03-11 10:18:33 sendUrl INFO 83 [959] R:OK -2015-03-11 10:19:23 queue INFO >>83 [960] -2015-03-11 10:19:24 sendUrl INFO 83 [960] R:OK -2015-03-11 10:20:13 queue INFO >>83 [961] -2015-03-11 10:20:13 sendUrl INFO 83 [961] R:OK -2015-03-11 10:21:03 queue INFO >>83 [962] -2015-03-11 10:21:04 sendUrl INFO 83 [962] R:OK -2015-03-11 10:21:54 queue INFO >>83 [963] -2015-03-11 10:21:54 sendUrl INFO 83 [963] R:OK -2015-03-11 10:22:20 queue INFO 87 [964] -2015-03-11 10:22:20 queue INFO >87 [965] -2015-03-11 10:22:20 sendUrl INFO 87 [964] R:OK -2015-03-11 10:22:21 sendUrl INFO 87 [965] R:OK -2015-03-11 10:22:23 queue INFO 83 [966] -2015-03-11 10:22:23 queue INFO >83 [967] -2015-03-11 10:22:23 sendUrl INFO 83 [966] R:OK -2015-03-11 10:22:24 sendUrl INFO 83 [967] R:OK -2015-03-11 10:23:13 queue INFO >>83 [968] -2015-03-11 10:23:14 sendUrl INFO 83 [968] R:OK -2015-03-11 10:24:03 queue INFO >>83 [969] -2015-03-11 10:24:04 sendUrl INFO 83 [969] R:OK -2015-03-11 10:24:53 queue INFO >>83 [970] -2015-03-11 10:24:54 sendUrl INFO 83 [970] R:OK -2015-03-11 10:25:44 queue INFO >>83 [971] -2015-03-11 10:25:44 sendUrl INFO 83 [971] R:OK -2015-03-11 10:26:34 queue INFO >>83 [972] -2015-03-11 10:26:34 sendUrl INFO 83 [972] R:OK -2015-03-11 10:27:24 queue INFO >>83 [973] -2015-03-11 10:27:24 sendUrl INFO 83 [973] R:OK -2015-03-11 10:28:14 queue INFO >>83 [974] -2015-03-11 10:28:15 sendUrl INFO 83 [974] R:OK -2015-03-11 10:29:04 queue INFO >>83 [975] -2015-03-11 10:29:04 sendUrl INFO 83 [975] R:OK -2015-03-11 10:29:54 queue INFO >>83 [976] -2015-03-11 10:29:55 sendUrl INFO 83 [976] R:OK -2015-03-11 10:30:45 queue INFO >>83 [977] -2015-03-11 10:30:45 sendUrl INFO 83 [977] R:OK -2015-03-11 10:31:11 queue INFO 87 [978] -2015-03-11 10:31:11 queue INFO >87 [979] -2015-03-11 10:31:12 sendUrl INFO 87 [978] R:OK -2015-03-11 10:31:12 sendUrl INFO 87 [979] R:OK -2015-03-11 10:31:14 queue INFO 83 [980] -2015-03-11 10:31:14 queue INFO >83 [981] -2015-03-11 10:31:15 sendUrl INFO 83 [980] R:OK -2015-03-11 10:31:15 sendUrl INFO 83 [981] R:OK -2015-03-11 10:32:04 queue INFO >>83 [982] -2015-03-11 10:32:05 sendUrl INFO 83 [982] R:OK -2015-03-11 10:32:47 queue INFO 81 [983] -2015-03-11 10:32:47 queue INFO >81 [984] -2015-03-11 10:32:47 sendUrl INFO 81 [983] R:OK -2015-03-11 10:32:48 sendUrl INFO 81 [984] R:OK -2015-03-11 10:33:07 queue INFO 83 [985] -2015-03-11 10:33:07 queue INFO >83 [986] -2015-03-11 10:33:08 sendUrl INFO 83 [985] R:OK -2015-03-11 10:33:08 sendUrl INFO 83 [986] R:OK -2015-03-11 10:33:57 queue INFO >>83 [987] -2015-03-11 10:33:58 sendUrl INFO 83 [987] R:OK -2015-03-11 10:34:48 queue INFO >>83 [988] -2015-03-11 10:34:48 sendUrl INFO 83 [988] R:OK -2015-03-11 10:35:38 queue INFO >>83 [989] -2015-03-11 10:35:38 sendUrl INFO 83 [989] R:OK -2015-03-11 10:36:28 queue INFO >>83 [990] -2015-03-11 10:36:28 sendUrl INFO 83 [990] R:OK -2015-03-11 10:37:18 queue INFO >>83 [991] -2015-03-11 10:37:18 sendUrl INFO 83 [991] R:OK -2015-03-11 10:38:08 queue INFO >>83 [992] -2015-03-11 10:38:09 sendUrl INFO 83 [992] R:OK -2015-03-11 10:38:58 queue INFO >>83 [993] -2015-03-11 10:38:58 sendUrl INFO 83 [993] R:OK -2015-03-11 10:39:48 queue INFO >>83 [994] -2015-03-11 10:39:49 sendUrl INFO 83 [994] R:OK -2015-03-11 10:40:13 queue INFO 87 [995] -2015-03-11 10:40:13 queue INFO >87 [996] -2015-03-11 10:40:13 sendUrl INFO 87 [995] R:OK -2015-03-11 10:40:13 sendUrl INFO 87 [996] R:OK -2015-03-11 10:40:16 queue INFO 83 [997] -2015-03-11 10:40:16 queue INFO >83 [998] -2015-03-11 10:40:16 sendUrl INFO 83 [997] R:OK -2015-03-11 10:40:16 sendUrl INFO 83 [998] R:OK -2015-03-11 10:41:06 queue INFO >>83 [999] -2015-03-11 10:41:06 sendUrl INFO 83 [999] R:OK -2015-03-11 10:41:56 queue INFO >>83 [0] -2015-03-11 10:41:56 sendUrl INFO 83 [0] R:OK -2015-03-11 10:42:46 queue INFO >>83 [1] -2015-03-11 10:42:46 sendUrl INFO 83 [1] R:OK -2015-03-11 10:43:36 queue INFO >>83 [2] -2015-03-11 10:43:37 sendUrl INFO 83 [2] R:OK -2015-03-11 10:44:26 queue INFO >>83 [3] -2015-03-11 10:44:27 sendUrl INFO 83 [3] R:OK -2015-03-11 10:45:17 queue INFO >>83 [4] -2015-03-11 10:45:17 sendUrl INFO 83 [4] R:OK -2015-03-11 10:46:07 queue INFO >>83 [5] -2015-03-11 10:46:07 sendUrl INFO 83 [5] R:OK -2015-03-11 10:46:57 queue INFO >>83 [6] -2015-03-11 10:46:57 sendUrl INFO 83 [6] R:OK -2015-03-11 10:47:47 queue INFO >>83 [7] -2015-03-11 10:47:47 sendUrl INFO 83 [7] R:OK -2015-03-11 10:48:37 queue INFO >>83 [8] -2015-03-11 10:48:38 sendUrl INFO 83 [8] R:OK -2015-03-11 10:49:03 queue INFO 87 [9] -2015-03-11 10:49:03 queue INFO >87 [10] -2015-03-11 10:49:03 sendUrl INFO 87 [9] R:OK -2015-03-11 10:49:03 sendUrl INFO 87 [10] R:OK -2015-03-11 10:49:06 queue INFO 83 [11] -2015-03-11 10:49:06 queue INFO >83 [12] -2015-03-11 10:49:06 sendUrl INFO 83 [11] R:OK -2015-03-11 10:49:07 sendUrl INFO 83 [12] R:OK -2015-03-11 10:49:56 queue INFO >>83 [13] -2015-03-11 10:49:56 sendUrl INFO 83 [13] R:OK -2015-03-11 10:50:46 queue INFO >>83 [14] -2015-03-11 10:50:46 sendUrl INFO 83 [14] R:OK -2015-03-11 10:51:05 queue INFO 89 [15] -2015-03-11 10:51:05 sendUrl INFO 89 [15] R:OK -2015-03-11 10:51:05 queue INFO >89 [16] -2015-03-11 10:51:05 sendUrl INFO 89 [16] R:OK -2015-03-11 10:51:55 queue INFO >>89 [17] -2015-03-11 10:51:55 sendUrl INFO 89 [17] R:OK -2015-03-11 10:52:45 queue INFO >>89 [18] -2015-03-11 10:52:45 sendUrl INFO 89 [18] R:OK -2015-03-11 10:53:35 queue INFO >>89 [19] -2015-03-11 10:53:35 sendUrl INFO 89 [19] R:OK -2015-03-11 10:54:25 queue INFO >>89 [20] -2015-03-11 10:54:26 sendUrl INFO 89 [20] R:OK -2015-03-11 10:55:15 queue INFO >>89 [21] -2015-03-11 10:55:16 sendUrl INFO 89 [21] R:OK -2015-03-11 10:56:06 queue INFO >>89 [22] -2015-03-11 10:56:06 sendUrl INFO 89 [22] R:OK -2015-03-11 10:56:56 queue INFO >>89 [23] -2015-03-11 10:56:56 sendUrl INFO 89 [23] R:OK -2015-03-11 10:57:46 queue INFO >>89 [24] -2015-03-11 10:57:46 sendUrl INFO 89 [24] R:OK -2015-03-11 10:58:36 queue INFO >>89 [25] -2015-03-11 10:58:36 sendUrl INFO 89 [25] R:OK -2015-03-11 10:59:26 queue INFO >>89 [26] -2015-03-11 10:59:27 sendUrl INFO 89 [26] R:OK -2015-03-11 11:00:02 queue INFO 0 [27] -2015-03-11 11:00:02 queue INFO >0 [28] -2015-03-11 11:00:02 sendUrl INFO 0 [27] R:OK -2015-03-11 11:00:02 sendUrl INFO 0 [28] R:OK -2015-03-11 11:00:09 queue INFO 1 [29] -2015-03-11 11:00:09 queue INFO >1 [30] -2015-03-11 11:00:09 sendUrl INFO 1 [29] R:OK -2015-03-11 11:00:10 sendUrl INFO 1 [30] R:OK -2015-03-11 11:00:14 queue INFO 0 [31] -2015-03-11 11:00:14 queue INFO >0 [32] -2015-03-11 11:00:14 sendUrl INFO 0 [31] R:OK -2015-03-11 11:00:15 sendUrl INFO 0 [32] R:OK -2015-03-11 11:00:17 queue INFO 1 [33] -2015-03-11 11:00:17 queue INFO >1 [34] -2015-03-11 11:00:18 sendUrl INFO 1 [33] R:OK -2015-03-11 11:00:18 sendUrl INFO 1 [34] R:OK -2015-03-11 11:01:07 queue INFO >>1 [35] -2015-03-11 11:01:08 sendUrl INFO 1 [35] R:OK -2015-03-11 11:01:58 queue INFO >>1 [36] -2015-03-11 11:01:58 sendUrl INFO 1 [36] R:OK -2015-03-11 11:02:01 queue INFO 89 [37] -2015-03-11 11:02:01 queue INFO >89 [38] -2015-03-11 11:02:01 sendUrl INFO 89 [37] R:OK -2015-03-11 11:02:02 sendUrl INFO 89 [38] R:OK -2015-03-11 11:02:41 queue INFO 81 [39] -2015-03-11 11:02:41 sendUrl INFO 81 [39] R:OK -2015-03-11 11:02:41 queue INFO >81 [40] -2015-03-11 11:02:41 sendUrl INFO 81 [40] R:OK -2015-03-11 11:02:46 queue INFO 83 [41] -2015-03-11 11:02:46 queue INFO >83 [42] -2015-03-11 11:02:47 sendUrl INFO 83 [41] R:OK -2015-03-11 11:02:47 sendUrl INFO 83 [42] R:OK -2015-03-11 11:03:07 queue INFO 87 [43] -2015-03-11 11:03:07 sendUrl INFO 87 [43] R:OK -2015-03-11 11:03:07 queue INFO >87 [44] -2015-03-11 11:03:07 sendUrl INFO 87 [44] R:OK -2015-03-11 11:03:10 queue INFO 83 [45] -2015-03-11 11:03:10 sendUrl INFO 83 [45] R:OK -2015-03-11 11:03:10 queue INFO >83 [46] -2015-03-11 11:03:10 sendUrl INFO 83 [46] R:OK -2015-03-11 11:04:00 queue INFO >>83 [47] -2015-03-11 11:04:00 sendUrl INFO 83 [47] R:OK -2015-03-11 11:04:50 queue INFO >>83 [48] -2015-03-11 11:04:50 sendUrl INFO 83 [48] R:OK -2015-03-11 11:05:40 queue INFO >>83 [49] -2015-03-11 11:05:40 sendUrl INFO 83 [49] R:OK -2015-03-11 11:06:30 queue INFO >>83 [50] -2015-03-11 11:06:31 sendUrl INFO 83 [50] R:OK -2015-03-11 11:07:20 queue INFO >>83 [51] -2015-03-11 11:07:21 sendUrl INFO 83 [51] R:OK -2015-03-11 11:08:10 queue INFO >>83 [52] -2015-03-11 11:08:11 sendUrl INFO 83 [52] R:OK -2015-03-11 11:09:01 queue INFO >>83 [53] -2015-03-11 11:09:01 sendUrl INFO 83 [53] R:OK -2015-03-11 11:09:51 queue INFO >>83 [54] -2015-03-11 11:09:51 sendUrl INFO 83 [54] R:OK -2015-03-11 11:10:41 queue INFO >>83 [55] -2015-03-11 11:10:41 sendUrl INFO 83 [55] R:OK -2015-03-11 11:11:31 queue INFO >>83 [56] -2015-03-11 11:11:32 sendUrl INFO 83 [56] R:OK -2015-03-11 11:11:57 queue INFO 87 [57] -2015-03-11 11:11:57 queue INFO >87 [58] -2015-03-11 11:11:57 sendUrl INFO 87 [57] R:OK -2015-03-11 11:11:57 sendUrl INFO 87 [58] R:OK -2015-03-11 11:12:00 queue INFO 83 [59] -2015-03-11 11:12:00 queue INFO >83 [60] -2015-03-11 11:12:00 sendUrl INFO 83 [59] R:OK -2015-03-11 11:12:00 sendUrl INFO 83 [60] R:OK -2015-03-11 11:12:50 queue INFO >>83 [61] -2015-03-11 11:12:50 sendUrl INFO 83 [61] R:OK -2015-03-11 11:13:40 queue INFO >>83 [62] -2015-03-11 11:13:40 sendUrl INFO 83 [62] R:OK -2015-03-11 11:14:30 queue INFO >>83 [63] -2015-03-11 11:14:30 sendUrl INFO 83 [63] R:OK -2015-03-11 11:15:20 queue INFO >>83 [64] -2015-03-11 11:15:21 sendUrl INFO 83 [64] R:OK -2015-03-11 11:16:10 queue INFO >>83 [65] -2015-03-11 11:16:10 sendUrl INFO 83 [65] R:OK -2015-03-11 11:17:00 queue INFO >>83 [66] -2015-03-11 11:17:01 sendUrl INFO 83 [66] R:OK -2015-03-11 11:17:51 queue INFO >>83 [67] -2015-03-11 11:17:51 sendUrl INFO 83 [67] R:OK -2015-03-11 11:18:41 queue INFO >>83 [68] -2015-03-11 11:18:41 sendUrl INFO 83 [68] R:OK -2015-03-11 11:19:31 queue INFO >>83 [69] -2015-03-11 11:19:31 sendUrl INFO 83 [69] R:OK -2015-03-11 11:20:21 queue INFO >>83 [70] -2015-03-11 11:20:22 sendUrl INFO 83 [70] R:OK -2015-03-11 11:20:47 queue INFO 87 [71] -2015-03-11 11:20:47 queue INFO >87 [72] -2015-03-11 11:20:47 sendUrl INFO 87 [71] R:OK -2015-03-11 11:20:48 sendUrl INFO 87 [72] R:OK -2015-03-11 11:20:50 queue INFO 83 [73] -2015-03-11 11:20:50 queue INFO >83 [74] -2015-03-11 11:20:50 sendUrl INFO 83 [73] R:OK -2015-03-11 11:20:51 sendUrl INFO 83 [74] R:OK -2015-03-11 11:21:40 queue INFO >>83 [75] -2015-03-11 11:21:41 sendUrl INFO 83 [75] R:OK -2015-03-11 11:22:30 queue INFO >>83 [76] -2015-03-11 11:22:31 sendUrl INFO 83 [76] R:OK -2015-03-11 11:23:20 queue INFO >>83 [77] -2015-03-11 11:23:21 sendUrl INFO 83 [77] R:OK -2015-03-11 11:24:11 queue INFO >>83 [78] -2015-03-11 11:24:11 sendUrl INFO 83 [78] R:OK -2015-03-11 11:25:01 queue INFO >>83 [79] -2015-03-11 11:25:01 sendUrl INFO 83 [79] R:OK -2015-03-11 11:25:51 queue INFO >>83 [80] -2015-03-11 11:25:51 sendUrl INFO 83 [80] R:OK -2015-03-11 11:26:41 queue INFO >>83 [81] -2015-03-11 11:26:41 sendUrl INFO 83 [81] R:OK -2015-03-11 11:27:31 queue INFO >>83 [82] -2015-03-11 11:27:32 sendUrl INFO 83 [82] R:OK -2015-03-11 11:28:21 queue INFO >>83 [83] -2015-03-11 11:28:21 sendUrl INFO 83 [83] R:OK -2015-03-11 11:29:11 queue INFO >>83 [84] -2015-03-11 11:29:12 sendUrl INFO 83 [84] R:OK -2015-03-11 11:29:37 queue INFO 87 [85] -2015-03-11 11:29:38 queue INFO >87 [86] -2015-03-11 11:29:38 sendUrl INFO 87 [85] R:OK -2015-03-11 11:29:38 sendUrl INFO 87 [86] R:OK -2015-03-11 11:29:40 queue INFO 83 [87] -2015-03-11 11:29:41 queue INFO >83 [88] -2015-03-11 11:29:41 sendUrl INFO 83 [87] R:OK -2015-03-11 11:29:41 sendUrl INFO 83 [88] R:OK -2015-03-11 11:30:31 queue INFO >>83 [89] -2015-03-11 11:30:31 sendUrl INFO 83 [89] R:OK -2015-03-11 11:31:21 queue INFO >>83 [90] -2015-03-11 11:31:21 sendUrl INFO 83 [90] R:OK -2015-03-11 11:32:11 queue INFO >>83 [91] -2015-03-11 11:32:11 sendUrl INFO 83 [91] R:OK -2015-03-11 11:33:01 queue INFO >>83 [92] -2015-03-11 11:33:01 sendUrl INFO 83 [92] R:OK -2015-03-11 11:33:51 queue INFO >>83 [93] -2015-03-11 11:33:52 sendUrl INFO 83 [93] R:OK -2015-03-11 11:34:41 queue INFO >>83 [94] -2015-03-11 11:34:42 sendUrl INFO 83 [94] R:OK -2015-03-11 11:35:32 queue INFO >>83 [95] -2015-03-11 11:35:32 sendUrl INFO 83 [95] R:OK -2015-03-11 11:36:22 queue INFO >>83 [96] -2015-03-11 11:36:22 sendUrl INFO 83 [96] R:OK -2015-03-11 11:37:12 queue INFO >>83 [97] -2015-03-11 11:37:12 sendUrl INFO 83 [97] R:OK -2015-03-11 11:38:02 queue INFO >>83 [98] -2015-03-11 11:38:02 sendUrl INFO 83 [98] R:OK -2015-03-11 11:38:39 queue INFO 87 [99] -2015-03-11 11:38:40 queue INFO >87 [100] -2015-03-11 11:38:40 sendUrl INFO 87 [99] R:OK -2015-03-11 11:38:41 sendUrl INFO 87 [100] R:OK -2015-03-11 11:38:42 queue INFO 83 [101] -2015-03-11 11:38:43 queue INFO >83 [102] -2015-03-11 11:38:43 sendUrl INFO 83 [101] R:OK -2015-03-11 11:38:44 sendUrl INFO 83 [102] R:OK -2015-03-11 11:39:33 queue INFO >>83 [103] -2015-03-11 11:39:33 sendUrl INFO 83 [103] R:OK -2015-03-11 11:40:23 queue INFO >>83 [104] -2015-03-11 11:40:23 sendUrl INFO 83 [104] R:OK -2015-03-11 11:41:13 queue INFO >>83 [105] -2015-03-11 11:41:13 sendUrl INFO 83 [105] R:OK -2015-03-11 11:42:03 queue INFO >>83 [106] -2015-03-11 11:42:03 sendUrl INFO 83 [106] R:OK -2015-03-11 11:42:53 queue INFO >>83 [107] -2015-03-11 11:42:54 sendUrl INFO 83 [107] R:OK -2015-03-11 11:43:43 queue INFO >>83 [108] -2015-03-11 11:43:44 sendUrl INFO 83 [108] R:OK -2015-03-11 11:44:34 queue INFO >>83 [109] -2015-03-11 11:44:34 sendUrl INFO 83 [109] R:OK -2015-03-11 11:45:24 queue INFO >>83 [110] -2015-03-11 11:45:24 sendUrl INFO 83 [110] R:OK -2015-03-11 11:46:14 queue INFO >>83 [111] -2015-03-11 11:46:14 sendUrl INFO 83 [111] R:OK -2015-03-11 11:47:04 queue INFO >>83 [112] -2015-03-11 11:47:04 sendUrl INFO 83 [112] R:OK -2015-03-11 11:47:31 queue INFO 87 [113] -2015-03-11 11:47:31 sendUrl INFO 87 [113] R:OK -2015-03-11 11:47:31 queue INFO >87 [114] -2015-03-11 11:47:32 sendUrl INFO 87 [114] R:OK -2015-03-11 11:47:34 queue INFO 83 [115] -2015-03-11 11:47:34 sendUrl INFO 83 [115] R:OK -2015-03-11 11:47:34 queue INFO >83 [116] -2015-03-11 11:47:35 sendUrl INFO 83 [116] R:OK -2015-03-11 11:48:24 queue INFO >>83 [117] -2015-03-11 11:48:24 sendUrl INFO 83 [117] R:OK -2015-03-11 11:49:14 queue INFO >>83 [118] -2015-03-11 11:49:15 sendUrl INFO 83 [118] R:OK -2015-03-11 11:50:04 queue INFO >>83 [119] -2015-03-11 11:50:05 sendUrl INFO 83 [119] R:OK -2015-03-11 11:50:55 queue INFO >>83 [120] -2015-03-11 11:50:55 sendUrl INFO 83 [120] R:OK -2015-03-11 11:51:45 queue INFO >>83 [121] -2015-03-11 11:51:45 sendUrl INFO 83 [121] R:OK -2015-03-11 11:52:35 queue INFO >>83 [122] -2015-03-11 11:52:35 sendUrl INFO 83 [122] R:OK -2015-03-11 11:53:25 queue INFO >>83 [123] -2015-03-11 11:53:25 sendUrl INFO 83 [123] R:OK -2015-03-11 11:54:15 queue INFO >>83 [124] -2015-03-11 11:54:15 sendUrl INFO 83 [124] R:OK -2015-03-11 11:55:05 queue INFO >>83 [125] -2015-03-11 11:55:06 sendUrl INFO 83 [125] R:OK -2015-03-11 11:55:55 queue INFO >>83 [126] -2015-03-11 11:55:56 sendUrl INFO 83 [126] R:OK -2015-03-11 11:56:21 queue INFO 87 [127] -2015-03-11 11:56:21 queue INFO >87 [128] -2015-03-11 11:56:21 sendUrl INFO 87 [127] R:OK -2015-03-11 11:56:22 sendUrl INFO 87 [128] R:OK -2015-03-11 11:56:24 queue INFO 83 [129] -2015-03-11 11:56:24 queue INFO >83 [130] -2015-03-11 11:56:25 sendUrl INFO 83 [129] R:OK -2015-03-11 11:56:25 sendUrl INFO 83 [130] R:OK -2015-03-11 11:57:14 queue INFO >>83 [131] -2015-03-11 11:57:15 sendUrl INFO 83 [131] R:OK -2015-03-11 11:58:04 queue INFO >>83 [132] -2015-03-11 11:58:05 sendUrl INFO 83 [132] R:OK -2015-03-11 11:58:55 queue INFO >>83 [133] -2015-03-11 11:58:55 sendUrl INFO 83 [133] R:OK -2015-03-11 11:59:45 queue INFO >>83 [134] -2015-03-11 11:59:45 sendUrl INFO 83 [134] R:OK -2015-03-11 12:00:35 queue INFO >>83 [135] -2015-03-11 12:00:35 sendUrl INFO 83 [135] R:OK -2015-03-11 12:01:25 queue INFO >>83 [136] -2015-03-11 12:01:25 sendUrl INFO 83 [136] R:OK -2015-03-11 12:02:15 queue INFO >>83 [137] -2015-03-11 12:02:16 sendUrl INFO 83 [137] R:OK -2015-03-11 12:03:05 queue INFO >>83 [138] -2015-03-11 12:03:06 sendUrl INFO 83 [138] R:OK -2015-03-11 12:03:56 queue INFO >>83 [139] -2015-03-11 12:03:56 sendUrl INFO 83 [139] R:OK -2015-03-11 12:04:46 queue INFO >>83 [140] -2015-03-11 12:04:46 sendUrl INFO 83 [140] R:OK -2015-03-11 12:05:11 queue INFO 87 [141] -2015-03-11 12:05:11 queue INFO >87 [142] -2015-03-11 12:05:12 sendUrl INFO 87 [141] R:OK -2015-03-11 12:05:12 sendUrl INFO 87 [142] R:OK -2015-03-11 12:05:14 queue INFO 83 [143] -2015-03-11 12:05:14 sendUrl INFO 83 [143] R:OK -2015-03-11 12:05:14 queue INFO >83 [144] -2015-03-11 12:05:15 sendUrl INFO 83 [144] R:OK -2015-03-11 12:06:04 queue INFO >>83 [145] -2015-03-11 12:06:05 sendUrl INFO 83 [145] R:OK -2015-03-11 12:06:54 queue INFO >>83 [146] -2015-03-11 12:06:55 sendUrl INFO 83 [146] R:OK -2015-03-11 12:07:45 queue INFO >>83 [147] -2015-03-11 12:07:45 sendUrl INFO 83 [147] R:OK -2015-03-11 12:08:35 queue INFO >>83 [148] -2015-03-11 12:08:35 sendUrl INFO 83 [148] R:OK -2015-03-11 12:09:25 queue INFO >>83 [149] -2015-03-11 12:09:25 sendUrl INFO 83 [149] R:OK -2015-03-11 12:10:15 queue INFO >>83 [150] -2015-03-11 12:10:15 sendUrl INFO 83 [150] R:OK -2015-03-11 12:11:05 queue INFO >>83 [151] -2015-03-11 12:11:06 sendUrl INFO 83 [151] R:OK -2015-03-11 12:11:55 queue INFO >>83 [152] -2015-03-11 12:11:56 sendUrl INFO 83 [152] R:OK -2015-03-11 12:12:46 queue INFO >>83 [153] -2015-03-11 12:12:46 sendUrl INFO 83 [153] R:OK -2015-03-11 12:13:36 queue INFO >>83 [154] -2015-03-11 12:13:36 sendUrl INFO 83 [154] R:OK -2015-03-11 12:14:01 queue INFO 87 [155] -2015-03-11 12:14:02 queue INFO >87 [156] -2015-03-11 12:14:02 sendUrl INFO 87 [155] R:OK -2015-03-11 12:14:02 sendUrl INFO 87 [156] R:OK -2015-03-11 12:14:04 queue INFO 83 [157] -2015-03-11 12:14:05 queue INFO >83 [158] -2015-03-11 12:14:05 sendUrl INFO 83 [157] R:OK -2015-03-11 12:14:05 sendUrl INFO 83 [158] R:OK -2015-03-11 12:14:55 queue INFO >>83 [159] -2015-03-11 12:14:55 sendUrl INFO 83 [159] R:OK -2015-03-11 12:15:45 queue INFO >>83 [160] -2015-03-11 12:15:45 sendUrl INFO 83 [160] R:OK -2015-03-11 12:16:35 queue INFO >>83 [161] -2015-03-11 12:16:35 sendUrl INFO 83 [161] R:OK -2015-03-11 12:17:25 queue INFO >>83 [162] -2015-03-11 12:17:25 sendUrl INFO 83 [162] R:OK -2015-03-11 12:18:15 queue INFO >>83 [163] -2015-03-11 12:18:16 sendUrl INFO 83 [163] R:OK -2015-03-11 12:19:05 queue INFO >>83 [164] -2015-03-11 12:19:06 sendUrl INFO 83 [164] R:OK -2015-03-11 12:19:55 queue INFO >>83 [165] -2015-03-11 12:19:56 sendUrl INFO 83 [165] R:OK -2015-03-11 12:20:46 queue INFO >>83 [166] -2015-03-11 12:20:46 sendUrl INFO 83 [166] R:OK -2015-03-11 12:21:36 queue INFO >>83 [167] -2015-03-11 12:21:36 sendUrl INFO 83 [167] R:OK -2015-03-11 12:22:26 queue INFO >>83 [168] -2015-03-11 12:22:26 sendUrl INFO 83 [168] R:OK -2015-03-11 12:22:52 queue INFO 87 [169] -2015-03-11 12:22:52 queue INFO >87 [170] -2015-03-11 12:22:52 sendUrl INFO 87 [169] R:OK -2015-03-11 12:22:53 sendUrl INFO 87 [170] R:OK -2015-03-11 12:22:55 queue INFO 83 [171] -2015-03-11 12:22:55 queue INFO >83 [172] -2015-03-11 12:22:55 sendUrl INFO 83 [171] R:OK -2015-03-11 12:22:56 sendUrl INFO 83 [172] R:OK -2015-03-11 12:23:45 queue INFO >>83 [173] -2015-03-11 12:23:46 sendUrl INFO 83 [173] R:OK -2015-03-11 12:24:35 queue INFO >>83 [174] -2015-03-11 12:24:36 sendUrl INFO 83 [174] R:OK -2015-03-11 12:25:25 queue INFO >>83 [175] -2015-03-11 12:25:26 sendUrl INFO 83 [175] R:OK -2015-03-11 12:26:16 queue INFO >>83 [176] -2015-03-11 12:26:16 sendUrl INFO 83 [176] R:OK -2015-03-11 12:27:06 queue INFO >>83 [177] -2015-03-11 12:27:06 sendUrl INFO 83 [177] R:OK -2015-03-11 12:27:56 queue INFO >>83 [178] -2015-03-11 12:27:56 sendUrl INFO 83 [178] R:OK -2015-03-11 12:28:46 queue INFO >>83 [179] -2015-03-11 12:28:46 sendUrl INFO 83 [179] R:OK -2015-03-11 12:29:36 queue INFO >>83 [180] -2015-03-11 12:29:37 sendUrl INFO 83 [180] R:OK -2015-03-11 12:30:26 queue INFO >>83 [181] -2015-03-11 12:30:27 sendUrl INFO 83 [181] R:OK -2015-03-11 12:31:17 queue INFO >>83 [182] -2015-03-11 12:31:17 sendUrl INFO 83 [182] R:OK -2015-03-11 12:31:54 queue INFO 87 [183] -2015-03-11 12:31:54 queue INFO >87 [184] -2015-03-11 12:31:55 sendUrl INFO 87 [183] R:OK -2015-03-11 12:31:55 sendUrl INFO 87 [184] R:OK -2015-03-11 12:31:57 queue INFO 83 [185] -2015-03-11 12:31:57 queue INFO >83 [186] -2015-03-11 12:31:58 sendUrl INFO 83 [185] R:OK -2015-03-11 12:31:58 sendUrl INFO 83 [186] R:OK -2015-03-11 12:32:47 queue INFO >>83 [187] -2015-03-11 12:32:47 sendUrl INFO 83 [187] R:OK -2015-03-11 12:33:37 queue INFO >>83 [188] -2015-03-11 12:33:38 sendUrl INFO 83 [188] R:OK -2015-03-11 12:34:28 queue INFO >>83 [189] -2015-03-11 12:34:28 sendUrl INFO 83 [189] R:OK -2015-03-11 12:35:18 queue INFO >>83 [190] -2015-03-11 12:35:18 sendUrl INFO 83 [190] R:OK -2015-03-11 12:36:08 queue INFO >>83 [191] -2015-03-11 12:36:08 sendUrl INFO 83 [191] R:OK -2015-03-11 12:36:58 queue INFO >>83 [192] -2015-03-11 12:36:59 sendUrl INFO 83 [192] R:OK -2015-03-11 12:37:48 queue INFO >>83 [193] -2015-03-11 12:37:48 sendUrl INFO 83 [193] R:OK -2015-03-11 12:38:38 queue INFO >>83 [194] -2015-03-11 12:38:39 sendUrl INFO 83 [194] R:OK -2015-03-11 12:39:28 queue INFO >>83 [195] -2015-03-11 12:39:29 sendUrl INFO 83 [195] R:OK -2015-03-11 12:40:18 queue INFO >>83 [196] -2015-03-11 12:40:19 sendUrl INFO 83 [196] R:OK -2015-03-11 12:40:45 queue INFO 87 [197] -2015-03-11 12:40:46 queue INFO >87 [198] -2015-03-11 12:40:46 sendUrl INFO 87 [197] R:OK -2015-03-11 12:40:46 sendUrl INFO 87 [198] R:OK -2015-03-11 12:40:48 queue INFO 83 [199] -2015-03-11 12:40:49 queue INFO >83 [200] -2015-03-11 12:40:49 sendUrl INFO 83 [199] R:OK -2015-03-11 12:40:49 sendUrl INFO 83 [200] R:OK -2015-03-11 12:41:38 queue INFO >>83 [201] -2015-03-11 12:41:39 sendUrl INFO 83 [201] R:OK -2015-03-11 12:42:29 queue INFO >>83 [202] -2015-03-11 12:42:29 sendUrl INFO 83 [202] R:OK -2015-03-11 12:43:19 queue INFO >>83 [203] -2015-03-11 12:43:19 sendUrl INFO 83 [203] R:OK -2015-03-11 12:44:09 queue INFO >>83 [204] -2015-03-11 12:44:09 sendUrl INFO 83 [204] R:OK -2015-03-11 12:44:59 queue INFO >>83 [205] -2015-03-11 12:44:59 sendUrl INFO 83 [205] R:OK -2015-03-11 12:45:49 queue INFO >>83 [206] -2015-03-11 12:45:50 sendUrl INFO 83 [206] R:OK -2015-03-11 12:46:39 queue INFO >>83 [207] -2015-03-11 12:46:40 sendUrl INFO 83 [207] R:OK -2015-03-11 12:47:30 queue INFO >>83 [208] -2015-03-11 12:47:30 sendUrl INFO 83 [208] R:OK -2015-03-11 12:48:20 queue INFO >>83 [209] -2015-03-11 12:48:20 sendUrl INFO 83 [209] R:OK -2015-03-11 12:49:10 queue INFO >>83 [210] -2015-03-11 12:49:10 sendUrl INFO 83 [210] R:OK -2015-03-11 12:49:35 queue INFO 87 [211] -2015-03-11 12:49:36 queue INFO >87 [212] -2015-03-11 12:49:36 sendUrl INFO 87 [211] R:OK -2015-03-11 12:49:36 sendUrl INFO 87 [212] R:OK -2015-03-11 12:49:39 queue INFO 83 [213] -2015-03-11 12:49:39 queue INFO >83 [214] -2015-03-11 12:49:39 sendUrl INFO 83 [213] R:OK -2015-03-11 12:49:40 sendUrl INFO 83 [214] R:OK -2015-03-11 12:50:29 queue INFO >>83 [215] -2015-03-11 12:50:29 sendUrl INFO 83 [215] R:OK -2015-03-11 12:51:19 queue INFO >>83 [216] -2015-03-11 12:51:19 sendUrl INFO 83 [216] R:OK -2015-03-11 12:52:09 queue INFO >>83 [217] -2015-03-11 12:52:09 sendUrl INFO 83 [217] R:OK -2015-03-11 12:52:59 queue INFO >>83 [218] -2015-03-11 12:53:00 sendUrl INFO 83 [218] R:OK -2015-03-11 12:53:49 queue INFO >>83 [219] -2015-03-11 12:53:50 sendUrl INFO 83 [219] R:OK -2015-03-11 12:54:39 queue INFO >>83 [220] -2015-03-11 12:54:40 sendUrl INFO 83 [220] R:OK -2015-03-11 12:55:30 queue INFO >>83 [221] -2015-03-11 12:55:30 sendUrl INFO 83 [221] R:OK -2015-03-11 12:56:20 queue INFO >>83 [222] -2015-03-11 12:56:20 sendUrl INFO 83 [222] R:OK -2015-03-11 12:57:10 queue INFO >>83 [223] -2015-03-11 12:57:10 sendUrl INFO 83 [223] R:OK -2015-03-11 12:58:00 queue INFO >>83 [224] -2015-03-11 12:58:01 sendUrl INFO 83 [224] R:OK -2015-03-11 12:58:26 queue INFO 87 [225] -2015-03-11 12:58:26 sendUrl INFO 87 [225] R:OK -2015-03-11 12:58:26 queue INFO >87 [226] -2015-03-11 12:58:26 sendUrl INFO 87 [226] R:OK -2015-03-11 12:58:29 queue INFO 83 [227] -2015-03-11 12:58:29 queue INFO >83 [228] -2015-03-11 12:58:29 sendUrl INFO 83 [227] R:OK -2015-03-11 12:58:30 sendUrl INFO 83 [228] R:OK -2015-03-11 12:59:19 queue INFO >>83 [229] -2015-03-11 12:59:19 sendUrl INFO 83 [229] R:OK -2015-03-11 13:00:09 queue INFO >>83 [230] -2015-03-11 13:00:09 sendUrl INFO 83 [230] R:OK -2015-03-11 13:00:59 queue INFO >>83 [231] -2015-03-11 13:01:00 sendUrl INFO 83 [231] R:OK -2015-03-11 13:01:49 queue INFO >>83 [232] -2015-03-11 13:01:50 sendUrl INFO 83 [232] R:OK -2015-03-11 13:02:40 queue INFO >>83 [233] -2015-03-11 13:02:40 sendUrl INFO 83 [233] R:OK -2015-03-11 13:03:30 queue INFO >>83 [234] -2015-03-11 13:03:30 sendUrl INFO 83 [234] R:OK -2015-03-11 13:04:20 queue INFO >>83 [235] -2015-03-11 13:04:20 sendUrl INFO 83 [235] R:OK -2015-03-11 13:05:10 queue INFO >>83 [236] -2015-03-11 13:05:10 sendUrl INFO 83 [236] R:OK -2015-03-11 13:06:00 queue INFO >>83 [237] -2015-03-11 13:06:00 sendUrl INFO 83 [237] R:OK -2015-03-11 13:06:50 queue INFO >>83 [238] -2015-03-11 13:06:51 sendUrl INFO 83 [238] R:OK -2015-03-11 13:07:16 queue INFO 87 [239] -2015-03-11 13:07:16 queue INFO >87 [240] -2015-03-11 13:07:16 sendUrl INFO 87 [239] R:OK -2015-03-11 13:07:17 sendUrl INFO 87 [240] R:OK -2015-03-11 13:07:19 queue INFO 83 [241] -2015-03-11 13:07:19 queue INFO >83 [242] -2015-03-11 13:07:19 sendUrl INFO 83 [241] R:OK -2015-03-11 13:07:20 sendUrl INFO 83 [242] R:OK -2015-03-11 13:08:09 queue INFO >>83 [243] -2015-03-11 13:08:10 sendUrl INFO 83 [243] R:OK -2015-03-11 13:08:59 queue INFO >>83 [244] -2015-03-11 13:08:59 sendUrl INFO 83 [244] R:OK -2015-03-11 13:09:49 queue INFO >>83 [245] -2015-03-11 13:09:50 sendUrl INFO 83 [245] R:OK -2015-03-11 13:10:40 queue INFO >>83 [246] -2015-03-11 13:10:40 sendUrl INFO 83 [246] R:OK -2015-03-11 13:11:30 queue INFO >>83 [247] -2015-03-11 13:11:30 sendUrl INFO 83 [247] R:OK -2015-03-11 13:12:20 queue INFO >>83 [248] -2015-03-11 13:12:20 sendUrl INFO 83 [248] R:OK -2015-03-11 13:13:10 queue INFO >>83 [249] -2015-03-11 13:13:11 sendUrl INFO 83 [249] R:OK -2015-03-11 13:14:00 queue INFO >>83 [250] -2015-03-11 13:14:00 sendUrl INFO 83 [250] R:OK -2015-03-11 13:14:50 queue INFO >>83 [251] -2015-03-11 13:14:51 sendUrl INFO 83 [251] R:OK -2015-03-11 13:15:41 queue INFO >>83 [252] -2015-03-11 13:15:41 sendUrl INFO 83 [252] R:OK -2015-03-11 13:16:06 queue INFO 87 [253] -2015-03-11 13:16:07 queue INFO >87 [254] -2015-03-11 13:16:07 sendUrl INFO 87 [253] R:OK -2015-03-11 13:16:07 sendUrl INFO 87 [254] R:OK -2015-03-11 13:16:09 queue INFO 83 [255] -2015-03-11 13:16:10 queue INFO >83 [256] -2015-03-11 13:16:10 sendUrl INFO 83 [255] R:OK -2015-03-11 13:16:10 sendUrl INFO 83 [256] R:OK -2015-03-11 13:17:00 queue INFO >>83 [257] -2015-03-11 13:17:00 sendUrl INFO 83 [257] R:OK -2015-03-11 13:17:50 queue INFO >>83 [258] -2015-03-11 13:17:50 sendUrl INFO 83 [258] R:OK -2015-03-11 13:18:40 queue INFO >>83 [259] -2015-03-11 13:18:40 sendUrl INFO 83 [259] R:OK -2015-03-11 13:19:30 queue INFO >>83 [260] -2015-03-11 13:19:30 sendUrl INFO 83 [260] R:OK -2015-03-11 13:20:20 queue INFO >>83 [261] -2015-03-11 13:20:21 sendUrl INFO 83 [261] R:OK -2015-03-11 13:21:10 queue INFO >>83 [262] -2015-03-11 13:21:11 sendUrl INFO 83 [262] R:OK -2015-03-11 13:22:01 queue INFO >>83 [263] -2015-03-11 13:22:01 sendUrl INFO 83 [263] R:OK -2015-03-11 13:22:51 queue INFO >>83 [264] -2015-03-11 13:22:51 sendUrl INFO 83 [264] R:OK -2015-03-11 13:23:41 queue INFO >>83 [265] -2015-03-11 13:23:41 sendUrl INFO 83 [265] R:OK -2015-03-11 13:24:31 queue INFO >>83 [266] -2015-03-11 13:24:31 sendUrl INFO 83 [266] R:OK -2015-03-11 13:25:08 queue INFO 87 [267] -2015-03-11 13:25:09 queue INFO >87 [268] -2015-03-11 13:25:09 sendUrl INFO 87 [267] R:OK -2015-03-11 13:25:09 sendUrl INFO 87 [268] R:OK -2015-03-11 13:25:11 queue INFO 83 [269] -2015-03-11 13:25:12 queue INFO >83 [270] -2015-03-11 13:25:12 sendUrl INFO 83 [269] R:OK -2015-03-11 13:25:13 sendUrl INFO 83 [270] R:OK -2015-03-11 13:26:02 queue INFO >>83 [271] -2015-03-11 13:26:02 sendUrl INFO 83 [271] R:OK -2015-03-11 13:26:52 queue INFO >>83 [272] -2015-03-11 13:26:52 sendUrl INFO 83 [272] R:OK -2015-03-11 13:27:42 queue INFO >>83 [273] -2015-03-11 13:27:43 sendUrl INFO 83 [273] R:OK -2015-03-11 13:28:32 queue INFO >>83 [274] -2015-03-11 13:28:32 sendUrl INFO 83 [274] R:OK -2015-03-11 13:29:22 queue INFO >>83 [275] -2015-03-11 13:29:23 sendUrl INFO 83 [275] R:OK -2015-03-11 13:30:12 queue INFO >>83 [276] -2015-03-11 13:30:13 sendUrl INFO 83 [276] R:OK -2015-03-11 13:31:03 queue INFO >>83 [277] -2015-03-11 13:31:03 sendUrl INFO 83 [277] R:OK -2015-03-11 13:31:53 queue INFO >>83 [278] -2015-03-11 13:31:53 sendUrl INFO 83 [278] R:OK -2015-03-11 13:32:43 queue INFO >>83 [279] -2015-03-11 13:32:43 sendUrl INFO 83 [279] R:OK -2015-03-11 13:33:33 queue INFO >>83 [280] -2015-03-11 13:33:33 sendUrl INFO 83 [280] R:OK -2015-03-11 13:34:00 queue INFO 87 [281] -2015-03-11 13:34:00 queue INFO >87 [282] -2015-03-11 13:34:00 sendUrl INFO 87 [281] R:OK -2015-03-11 13:34:01 sendUrl INFO 87 [282] R:OK -2015-03-11 13:34:03 queue INFO 83 [283] -2015-03-11 13:34:03 sendUrl INFO 83 [283] R:OK -2015-03-11 13:34:03 queue INFO >83 [284] -2015-03-11 13:34:04 sendUrl INFO 83 [284] R:OK -2015-03-11 13:34:53 queue INFO >>83 [285] -2015-03-11 13:34:53 sendUrl INFO 83 [285] R:OK -2015-03-11 13:35:43 queue INFO >>83 [286] -2015-03-11 13:35:44 sendUrl INFO 83 [286] R:OK -2015-03-11 13:36:33 queue INFO >>83 [287] -2015-03-11 13:36:34 sendUrl INFO 83 [287] R:OK -2015-03-11 13:37:24 queue INFO >>83 [288] -2015-03-11 13:37:24 sendUrl INFO 83 [288] R:OK -2015-03-11 13:38:14 queue INFO >>83 [289] -2015-03-11 13:38:14 sendUrl INFO 83 [289] R:OK -2015-03-11 13:38:39 queue INFO 81 [290] -2015-03-11 13:38:40 queue INFO >81 [291] -2015-03-11 13:38:40 sendUrl INFO 81 [290] R:OK -2015-03-11 13:38:40 sendUrl INFO 81 [291] R:OK -2015-03-11 13:38:58 queue INFO 83 [292] -2015-03-11 13:38:58 queue INFO >83 [293] -2015-03-11 13:38:58 sendUrl INFO 83 [292] R:OK -2015-03-11 13:38:59 sendUrl INFO 83 [293] R:OK -2015-03-11 13:39:48 queue INFO >>83 [294] -2015-03-11 13:39:48 sendUrl INFO 83 [294] R:OK -2015-03-11 13:40:38 queue INFO >>83 [295] -2015-03-11 13:40:38 sendUrl INFO 83 [295] R:OK -2015-03-11 13:41:28 queue INFO >>83 [296] -2015-03-11 13:41:29 sendUrl INFO 83 [296] R:OK -2015-03-11 13:42:18 queue INFO >>83 [297] -2015-03-11 13:42:19 sendUrl INFO 83 [297] R:OK -2015-03-11 13:42:50 queue INFO 87 [298] -2015-03-11 13:42:50 sendUrl INFO 87 [298] R:OK -2015-03-11 13:42:50 queue INFO >87 [299] -2015-03-11 13:42:51 sendUrl INFO 87 [299] R:OK -2015-03-11 13:42:53 queue INFO 83 [300] -2015-03-11 13:42:53 queue INFO >83 [301] -2015-03-11 13:42:54 sendUrl INFO 83 [300] R:OK -2015-03-11 13:42:54 sendUrl INFO 83 [301] R:OK -2015-03-11 13:43:43 queue INFO >>83 [302] -2015-03-11 13:43:43 sendUrl INFO 83 [302] R:OK -2015-03-11 13:44:33 queue INFO >>83 [303] -2015-03-11 13:44:34 sendUrl INFO 83 [303] R:OK -2015-03-11 13:45:24 queue INFO >>83 [304] -2015-03-11 13:45:24 sendUrl INFO 83 [304] R:OK -2015-03-11 13:46:14 queue INFO >>83 [305] -2015-03-11 13:46:14 sendUrl INFO 83 [305] R:OK -2015-03-11 13:47:04 queue INFO >>83 [306] -2015-03-11 13:47:04 sendUrl INFO 83 [306] R:OK -2015-03-11 13:47:54 queue INFO >>83 [307] -2015-03-11 13:47:55 sendUrl INFO 83 [307] R:OK -2015-03-11 13:48:44 queue INFO >>83 [308] -2015-03-11 13:48:44 sendUrl INFO 83 [308] R:OK -2015-03-11 13:49:34 queue INFO >>83 [309] -2015-03-11 13:49:35 sendUrl INFO 83 [309] R:OK -2015-03-11 13:50:25 queue INFO >>83 [310] -2015-03-11 13:50:25 sendUrl INFO 83 [310] R:OK -2015-03-11 13:51:15 queue INFO >>83 [311] -2015-03-11 13:51:15 sendUrl INFO 83 [311] R:OK -2015-03-11 13:51:40 queue INFO 87 [312] -2015-03-11 13:51:40 queue INFO >87 [313] -2015-03-11 13:51:41 sendUrl INFO 87 [312] R:OK -2015-03-11 13:51:41 sendUrl INFO 87 [313] R:OK -2015-03-11 13:51:43 queue INFO 83 [314] -2015-03-11 13:51:43 queue INFO >83 [315] -2015-03-11 13:51:44 sendUrl INFO 83 [314] R:OK -2015-03-11 13:51:44 sendUrl INFO 83 [315] R:OK -2015-03-11 13:52:33 queue INFO >>83 [316] -2015-03-11 13:52:34 sendUrl INFO 83 [316] R:OK -2015-03-11 13:53:23 queue INFO >>83 [317] -2015-03-11 13:53:24 sendUrl INFO 83 [317] R:OK -2015-03-11 13:54:14 queue INFO >>83 [318] -2015-03-11 13:54:14 sendUrl INFO 83 [318] R:OK -2015-03-11 13:55:04 queue INFO >>83 [319] -2015-03-11 13:55:04 sendUrl INFO 83 [319] R:OK -2015-03-11 13:55:54 queue INFO >>83 [320] -2015-03-11 13:55:54 sendUrl INFO 83 [320] R:OK -2015-03-11 13:56:44 queue INFO >>83 [321] -2015-03-11 13:56:44 sendUrl INFO 83 [321] R:OK -2015-03-11 13:57:34 queue INFO >>83 [322] -2015-03-11 13:57:35 sendUrl INFO 83 [322] R:OK -2015-03-11 13:58:24 queue INFO >>83 [323] -2015-03-11 13:58:25 sendUrl INFO 83 [323] R:OK -2015-03-11 13:59:15 queue INFO >>83 [324] -2015-03-11 13:59:15 sendUrl INFO 83 [324] R:OK -2015-03-11 14:00:05 queue INFO >>83 [325] -2015-03-11 14:00:05 sendUrl INFO 83 [325] R:OK -2015-03-11 14:00:30 queue INFO 87 [326] -2015-03-11 14:00:31 queue INFO >87 [327] -2015-03-11 14:00:31 sendUrl INFO 87 [326] R:OK -2015-03-11 14:00:31 sendUrl INFO 87 [327] R:OK -2015-03-11 14:00:33 queue INFO 83 [328] -2015-03-11 14:00:34 queue INFO >83 [329] -2015-03-11 14:00:34 sendUrl INFO 83 [328] R:OK -2015-03-11 14:00:34 sendUrl INFO 83 [329] R:OK -2015-03-11 14:01:24 queue INFO >>83 [330] -2015-03-11 14:01:24 sendUrl INFO 83 [330] R:OK -2015-03-11 14:02:14 queue INFO >>83 [331] -2015-03-11 14:02:14 sendUrl INFO 83 [331] R:OK -2015-03-11 14:03:04 queue INFO >>83 [332] -2015-03-11 14:03:04 sendUrl INFO 83 [332] R:OK -2015-03-11 14:03:54 queue INFO >>83 [333] -2015-03-11 14:03:55 sendUrl INFO 83 [333] R:OK -2015-03-11 14:04:44 queue INFO >>83 [334] -2015-03-11 14:04:44 sendUrl INFO 83 [334] R:OK -2015-03-11 14:05:34 queue INFO >>83 [335] -2015-03-11 14:05:35 sendUrl INFO 83 [335] R:OK -2015-03-11 14:06:24 queue INFO >>83 [336] -2015-03-11 14:06:25 sendUrl INFO 83 [336] R:OK -2015-03-11 14:07:15 queue INFO >>83 [337] -2015-03-11 14:07:15 sendUrl INFO 83 [337] R:OK -2015-03-11 14:08:05 queue INFO >>83 [338] -2015-03-11 14:08:05 sendUrl INFO 83 [338] R:OK -2015-03-11 14:08:55 queue INFO >>83 [339] -2015-03-11 14:08:55 sendUrl INFO 83 [339] R:OK -2015-03-11 14:09:21 queue INFO 87 [340] -2015-03-11 14:09:21 queue INFO >87 [341] -2015-03-11 14:09:21 sendUrl INFO 87 [340] R:OK -2015-03-11 14:09:22 sendUrl INFO 87 [341] R:OK -2015-03-11 14:09:24 queue INFO 83 [342] -2015-03-11 14:09:24 queue INFO >83 [343] -2015-03-11 14:09:24 sendUrl INFO 83 [342] R:OK -2015-03-11 14:09:25 sendUrl INFO 83 [343] R:OK -2015-03-11 14:10:14 queue INFO >>83 [344] -2015-03-11 14:10:15 sendUrl INFO 83 [344] R:OK -2015-03-11 14:11:04 queue INFO >>83 [345] -2015-03-11 14:11:05 sendUrl INFO 83 [345] R:OK -2015-03-11 14:11:54 queue INFO >>83 [346] -2015-03-11 14:11:55 sendUrl INFO 83 [346] R:OK -2015-03-11 14:12:45 queue INFO >>83 [347] -2015-03-11 14:12:45 sendUrl INFO 83 [347] R:OK -2015-03-11 14:13:35 queue INFO >>83 [348] -2015-03-11 14:13:35 sendUrl INFO 83 [348] R:OK -2015-03-11 14:14:25 queue INFO >>83 [349] -2015-03-11 14:14:25 sendUrl INFO 83 [349] R:OK -2015-03-11 14:15:15 queue INFO >>83 [350] -2015-03-11 14:15:15 sendUrl INFO 83 [350] R:OK -2015-03-11 14:16:05 queue INFO >>83 [351] -2015-03-11 14:16:06 sendUrl INFO 83 [351] R:OK -2015-03-11 14:16:55 queue INFO >>83 [352] -2015-03-11 14:16:55 sendUrl INFO 83 [352] R:OK -2015-03-11 14:17:45 queue INFO >>83 [353] -2015-03-11 14:17:46 sendUrl INFO 83 [353] R:OK -2015-03-11 14:18:23 queue INFO 87 [354] -2015-03-11 14:18:23 queue INFO >87 [355] -2015-03-11 14:18:23 sendUrl INFO 87 [354] R:OK -2015-03-11 14:18:24 sendUrl INFO 87 [355] R:OK -2015-03-11 14:18:26 queue INFO 83 [356] -2015-03-11 14:18:26 queue INFO >83 [357] -2015-03-11 14:18:27 sendUrl INFO 83 [356] R:OK -2015-03-11 14:18:27 sendUrl INFO 83 [357] R:OK -2015-03-11 14:19:16 queue INFO >>83 [358] -2015-03-11 14:19:17 sendUrl INFO 83 [358] R:OK -2015-03-11 14:20:06 queue INFO >>83 [359] -2015-03-11 14:20:07 sendUrl INFO 83 [359] R:OK -2015-03-11 14:20:57 queue INFO >>83 [360] -2015-03-11 14:20:57 sendUrl INFO 83 [360] R:OK -2015-03-11 14:21:47 queue INFO >>83 [361] -2015-03-11 14:21:47 sendUrl INFO 83 [361] R:OK -2015-03-11 14:22:37 queue INFO >>83 [362] -2015-03-11 14:22:37 sendUrl INFO 83 [362] R:OK -2015-03-11 14:23:27 queue INFO >>83 [363] -2015-03-11 14:23:28 sendUrl INFO 83 [363] R:OK -2015-03-11 14:24:17 queue INFO >>83 [364] -2015-03-11 14:24:17 sendUrl INFO 83 [364] R:OK -2015-03-11 14:25:07 queue INFO >>83 [365] -2015-03-11 14:25:08 sendUrl INFO 83 [365] R:OK -2015-03-11 14:25:57 queue INFO >>83 [366] -2015-03-11 14:25:58 sendUrl INFO 83 [366] R:OK -2015-03-11 14:26:48 queue INFO >>83 [367] -2015-03-11 14:26:48 sendUrl INFO 83 [367] R:OK -2015-03-11 14:27:05 queue INFO 93 [368] -2015-03-11 14:27:06 queue INFO 99 [369] -2015-03-11 14:27:06 sendUrl INFO 93 [368] R:OK -2015-03-11 14:27:06 queue INFO >99 [370] -2015-03-11 14:27:06 sendUrl INFO 99 [369] R:OK -2015-03-11 14:27:07 sendUrl INFO 99 [370] R:OK -2015-03-11 14:27:56 queue INFO >>99 [371] -2015-03-11 14:27:56 sendUrl INFO 99 [371] R:OK -2015-03-11 14:28:46 queue INFO >>99 [372] -2015-03-11 14:28:46 sendUrl INFO 99 [372] R:OK -2015-03-11 14:29:36 queue INFO >>99 [373] -2015-03-11 14:29:37 sendUrl INFO 99 [373] R:OK -2015-03-11 14:30:01 queue INFO 89 [374] -2015-03-11 14:30:01 queue INFO >89 [375] -2015-03-11 14:30:01 sendUrl INFO 89 [374] R:OK -2015-03-11 14:30:02 sendUrl INFO 89 [375] R:OK -2015-03-11 14:30:08 queue INFO 81 [376] -2015-03-11 14:30:09 queue INFO >81 [377] -2015-03-11 14:30:09 sendUrl INFO 81 [376] R:OK -2015-03-11 14:30:09 sendUrl INFO 81 [377] R:OK -2015-03-11 14:30:11 queue INFO 83 [378] -2015-03-11 14:30:11 queue INFO >83 [379] -2015-03-11 14:30:12 sendUrl INFO 83 [378] R:OK -2015-03-11 14:30:12 sendUrl INFO 83 [379] R:OK -2015-03-11 14:30:31 queue INFO 87 [380] -2015-03-11 14:30:31 queue INFO >87 [381] -2015-03-11 14:30:31 sendUrl INFO 87 [380] R:OK -2015-03-11 14:30:32 sendUrl INFO 87 [381] R:OK -2015-03-11 14:30:34 queue INFO 83 [382] -2015-03-11 14:30:34 queue INFO >83 [383] -2015-03-11 14:30:34 sendUrl INFO 83 [382] R:OK -2015-03-11 14:30:35 sendUrl INFO 83 [383] R:OK -2015-03-11 14:31:08 queue INFO 81 [384] -2015-03-11 14:31:09 queue INFO >81 [385] -2015-03-11 14:31:09 sendUrl INFO 81 [384] R:OK -2015-03-11 14:31:09 sendUrl INFO 81 [385] R:OK -2015-03-11 14:31:26 queue INFO 83 [386] -2015-03-11 14:31:26 queue INFO >83 [387] -2015-03-11 14:31:26 sendUrl INFO 83 [386] R:OK -2015-03-11 14:31:27 sendUrl INFO 83 [387] R:OK -2015-03-11 14:32:16 queue INFO >>83 [388] -2015-03-11 14:32:16 sendUrl INFO 83 [388] R:OK -2015-03-11 14:33:06 queue INFO >>83 [389] -2015-03-11 14:33:06 sendUrl INFO 83 [389] R:OK -2015-03-11 14:33:56 queue INFO >>83 [390] -2015-03-11 14:33:56 sendUrl INFO 83 [390] R:OK -2015-03-11 14:34:33 queue INFO 89 [391] -2015-03-11 14:34:33 queue INFO >89 [392] -2015-03-11 14:34:34 sendUrl INFO 89 [391] R:OK -2015-03-11 14:34:34 sendUrl INFO 89 [392] R:OK -2015-03-11 14:35:18 queue INFO 0 [393] -2015-03-11 14:35:19 queue INFO >0 [394] -2015-03-11 14:35:19 sendUrl INFO 0 [393] R:OK -2015-03-11 14:35:19 sendUrl INFO 0 [394] R:OK -2015-03-11 14:35:27 queue INFO 1 [395] -2015-03-11 14:35:27 queue INFO >1 [396] -2015-03-11 14:35:27 sendUrl INFO 1 [395] R:OK -2015-03-11 14:35:27 sendUrl INFO 1 [396] R:OK -2015-03-11 14:36:17 queue INFO >>1 [397] -2015-03-11 14:36:17 sendUrl INFO 1 [397] R:OK -2015-03-11 14:36:17 queue INFO 89 [398] -2015-03-11 14:36:18 queue INFO >89 [399] -2015-03-11 14:36:18 sendUrl INFO 89 [398] R:OK -2015-03-11 14:36:18 sendUrl INFO 89 [399] R:OK -2015-03-11 14:36:21 queue INFO 81 [400] -2015-03-11 14:36:21 queue INFO >81 [401] -2015-03-11 14:36:21 sendUrl INFO 81 [400] R:OK -2015-03-11 14:36:22 sendUrl INFO 81 [401] R:OK -2015-03-11 14:36:28 queue INFO 83 [402] -2015-03-11 14:36:28 queue INFO >83 [403] -2015-03-11 14:36:28 sendUrl INFO 83 [402] R:OK -2015-03-11 14:36:29 sendUrl INFO 83 [403] R:OK -2015-03-11 14:37:18 queue INFO >>83 [404] -2015-03-11 14:37:18 sendUrl INFO 83 [404] R:OK -2015-03-11 14:38:08 queue INFO >>83 [405] -2015-03-11 14:38:08 sendUrl INFO 83 [405] R:OK -2015-03-11 14:38:58 queue INFO >>83 [406] -2015-03-11 14:38:59 sendUrl INFO 83 [406] R:OK -2015-03-11 14:39:48 queue INFO >>83 [407] -2015-03-11 14:39:49 sendUrl INFO 83 [407] R:OK -2015-03-11 14:40:39 queue INFO >>83 [408] -2015-03-11 14:40:39 sendUrl INFO 83 [408] R:OK -2015-03-11 14:40:53 queue INFO 87 [409] -2015-03-11 14:40:53 queue INFO >87 [410] -2015-03-11 14:40:54 sendUrl INFO 87 [409] R:OK -2015-03-11 14:40:54 sendUrl INFO 87 [410] R:OK -2015-03-11 14:40:56 queue INFO 83 [411] -2015-03-11 14:40:56 queue INFO >83 [412] -2015-03-11 14:40:57 sendUrl INFO 83 [411] R:OK -2015-03-11 14:40:57 sendUrl INFO 83 [412] R:OK -2015-03-11 14:41:46 queue INFO >>83 [413] -2015-03-11 14:41:47 sendUrl INFO 83 [413] R:OK -2015-03-11 14:42:37 queue INFO >>83 [414] -2015-03-11 14:42:37 sendUrl INFO 83 [414] R:OK -2015-03-11 14:43:27 queue INFO >>83 [415] -2015-03-11 14:43:27 sendUrl INFO 83 [415] R:OK -2015-03-11 14:44:17 queue INFO >>83 [416] -2015-03-11 14:44:17 sendUrl INFO 83 [416] R:OK -2015-03-11 14:45:07 queue INFO >>83 [417] -2015-03-11 14:45:07 sendUrl INFO 83 [417] R:OK -2015-03-11 14:45:57 queue INFO >>83 [418] -2015-03-11 14:45:58 sendUrl INFO 83 [418] R:OK -2015-03-11 14:46:47 queue INFO >>83 [419] -2015-03-11 14:46:47 sendUrl INFO 83 [419] R:OK -2015-03-11 14:47:37 queue INFO >>83 [420] -2015-03-11 14:47:38 sendUrl INFO 83 [420] R:OK -2015-03-11 14:48:28 queue INFO >>83 [421] -2015-03-11 14:48:28 sendUrl INFO 83 [421] R:OK -2015-03-11 14:49:18 queue INFO >>83 [422] -2015-03-11 14:49:18 sendUrl INFO 83 [422] R:OK -2015-03-11 14:49:43 queue INFO 87 [423] -2015-03-11 14:49:44 queue INFO >87 [424] -2015-03-11 14:49:44 sendUrl INFO 87 [423] R:OK -2015-03-11 14:49:44 sendUrl INFO 87 [424] R:OK -2015-03-11 14:49:46 queue INFO 83 [425] -2015-03-11 14:49:47 queue INFO >83 [426] -2015-03-11 14:49:47 sendUrl INFO 83 [425] R:OK -2015-03-11 14:49:47 sendUrl INFO 83 [426] R:OK -2015-03-11 14:50:37 queue INFO >>83 [427] -2015-03-11 14:50:37 sendUrl INFO 83 [427] R:OK -2015-03-11 14:51:27 queue INFO >>83 [428] -2015-03-11 14:51:27 sendUrl INFO 83 [428] R:OK -2015-03-11 14:52:17 queue INFO >>83 [429] -2015-03-11 14:52:17 sendUrl INFO 83 [429] R:OK -2015-03-11 14:53:07 queue INFO >>83 [430] -2015-03-11 14:53:08 sendUrl INFO 83 [430] R:OK -2015-03-11 14:53:57 queue INFO >>83 [431] -2015-03-11 14:53:57 sendUrl INFO 83 [431] R:OK -2015-03-11 14:54:47 queue INFO >>83 [432] -2015-03-11 14:54:48 sendUrl INFO 83 [432] R:OK -2015-03-11 14:55:38 queue INFO >>83 [433] -2015-03-11 14:55:38 sendUrl INFO 83 [433] R:OK -2015-03-11 14:56:28 queue INFO >>83 [434] -2015-03-11 14:56:28 sendUrl INFO 83 [434] R:OK -2015-03-11 14:57:18 queue INFO >>83 [435] -2015-03-11 14:57:18 sendUrl INFO 83 [435] R:OK -2015-03-11 14:58:08 queue INFO >>83 [436] -2015-03-11 14:58:08 sendUrl INFO 83 [436] R:OK -2015-03-11 14:58:34 queue INFO 87 [437] -2015-03-11 14:58:34 sendUrl INFO 87 [437] R:OK -2015-03-11 14:58:34 queue INFO >87 [438] -2015-03-11 14:58:34 sendUrl INFO 87 [438] R:OK -2015-03-11 14:58:37 queue INFO 83 [439] -2015-03-11 14:58:37 queue INFO >83 [440] -2015-03-11 14:58:37 sendUrl INFO 83 [439] R:OK -2015-03-11 14:58:38 sendUrl INFO 83 [440] R:OK -2015-03-11 14:59:27 queue INFO >>83 [441] -2015-03-11 14:59:27 sendUrl INFO 83 [441] R:OK -2015-03-11 15:00:17 queue INFO >>83 [442] -2015-03-11 15:00:17 sendUrl INFO 83 [442] R:OK -2015-03-11 15:01:07 queue INFO >>83 [443] -2015-03-11 15:01:07 sendUrl INFO 83 [443] R:OK -2015-03-11 15:01:57 queue INFO >>83 [444] -2015-03-11 15:01:58 sendUrl INFO 83 [444] R:OK -2015-03-11 15:02:47 queue INFO >>83 [445] -2015-03-11 15:02:48 sendUrl INFO 83 [445] R:OK -2015-03-11 15:03:38 queue INFO >>83 [446] -2015-03-11 15:03:38 sendUrl INFO 83 [446] R:OK -2015-03-11 15:04:28 queue INFO >>83 [447] -2015-03-11 15:04:28 sendUrl INFO 83 [447] R:OK -2015-03-11 15:05:18 queue INFO >>83 [448] -2015-03-11 15:05:18 sendUrl INFO 83 [448] R:OK -2015-03-11 15:06:08 queue INFO >>83 [449] -2015-03-11 15:06:08 sendUrl INFO 83 [449] R:OK -2015-03-11 15:06:58 queue INFO >>83 [450] -2015-03-11 15:06:59 sendUrl INFO 83 [450] R:OK -2015-03-11 15:07:24 queue INFO 87 [451] -2015-03-11 15:07:24 queue INFO >87 [452] -2015-03-11 15:07:24 sendUrl INFO 87 [451] R:OK -2015-03-11 15:07:25 sendUrl INFO 87 [452] R:OK -2015-03-11 15:07:27 queue INFO 83 [453] -2015-03-11 15:07:28 queue INFO >83 [454] -2015-03-11 15:07:28 sendUrl INFO 83 [453] R:OK -2015-03-11 15:07:28 sendUrl INFO 83 [454] R:OK -2015-03-11 15:08:17 queue INFO >>83 [455] -2015-03-11 15:08:18 sendUrl INFO 83 [455] R:OK -2015-03-11 15:09:08 queue INFO >>83 [456] -2015-03-11 15:09:08 sendUrl INFO 83 [456] R:OK -2015-03-11 15:09:58 queue INFO >>83 [457] -2015-03-11 15:09:58 sendUrl INFO 83 [457] R:OK -2015-03-11 15:10:48 queue INFO >>83 [458] -2015-03-11 15:10:48 sendUrl INFO 83 [458] R:OK -2015-03-11 15:11:38 queue INFO >>83 [459] -2015-03-11 15:11:39 sendUrl INFO 83 [459] R:OK -2015-03-11 15:12:28 queue INFO >>83 [460] -2015-03-11 15:12:28 sendUrl INFO 83 [460] R:OK -2015-03-11 15:13:18 queue INFO >>83 [461] -2015-03-11 15:13:19 sendUrl INFO 83 [461] R:OK -2015-03-11 15:14:09 queue INFO >>83 [462] -2015-03-11 15:14:09 sendUrl INFO 83 [462] R:OK -2015-03-11 15:14:59 queue INFO >>83 [463] -2015-03-11 15:14:59 sendUrl INFO 83 [463] R:OK -2015-03-11 15:15:49 queue INFO >>83 [464] -2015-03-11 15:15:49 sendUrl INFO 83 [464] R:OK -2015-03-11 15:16:26 queue INFO 87 [465] -2015-03-11 15:16:26 queue INFO >87 [466] -2015-03-11 15:16:27 sendUrl INFO 87 [465] R:OK -2015-03-11 15:16:27 sendUrl INFO 87 [466] R:OK -2015-03-11 15:16:29 queue INFO 83 [467] -2015-03-11 15:16:30 sendUrl INFO 83 [467] R:OK -2015-03-11 15:16:30 queue INFO >83 [468] -2015-03-11 15:16:30 sendUrl INFO 83 [468] R:OK -2015-03-11 15:17:20 queue INFO >>83 [469] -2015-03-11 15:17:20 sendUrl INFO 83 [469] R:OK -2015-03-11 15:18:10 queue INFO >>83 [470] -2015-03-11 15:18:10 sendUrl INFO 83 [470] R:OK -2015-03-11 15:19:00 queue INFO >>83 [471] -2015-03-11 15:19:00 sendUrl INFO 83 [471] R:OK -2015-03-11 15:19:50 queue INFO >>83 [472] -2015-03-11 15:19:50 sendUrl INFO 83 [472] R:OK -2015-03-11 15:20:40 queue INFO >>83 [473] -2015-03-11 15:20:41 sendUrl INFO 83 [473] R:OK -2015-03-11 15:21:30 queue INFO >>83 [474] -2015-03-11 15:21:31 sendUrl INFO 83 [474] R:OK -2015-03-11 15:22:20 queue INFO >>83 [475] -2015-03-11 15:22:21 sendUrl INFO 83 [475] R:OK -2015-03-11 15:23:11 queue INFO >>83 [476] -2015-03-11 15:23:11 sendUrl INFO 83 [476] R:OK -2015-03-11 15:24:01 queue INFO >>83 [477] -2015-03-11 15:24:01 sendUrl INFO 83 [477] R:OK -2015-03-11 15:24:51 queue INFO >>83 [478] -2015-03-11 15:24:51 sendUrl INFO 83 [478] R:OK -2015-03-11 15:25:18 queue INFO 87 [479] -2015-03-11 15:25:18 queue INFO >87 [480] -2015-03-11 15:25:18 sendUrl INFO 87 [479] R:OK -2015-03-11 15:25:19 sendUrl INFO 87 [480] R:OK -2015-03-11 15:25:21 queue INFO 83 [481] -2015-03-11 15:25:21 queue INFO >83 [482] -2015-03-11 15:25:21 sendUrl INFO 83 [481] R:OK -2015-03-11 15:25:22 sendUrl INFO 83 [482] R:OK -2015-03-11 15:26:11 queue INFO >>83 [483] -2015-03-11 15:26:11 sendUrl INFO 83 [483] R:OK -2015-03-11 15:27:01 queue INFO >>83 [484] -2015-03-11 15:27:01 sendUrl INFO 83 [484] R:OK -2015-03-11 15:27:51 queue INFO >>83 [485] -2015-03-11 15:27:52 sendUrl INFO 83 [485] R:OK -2015-03-11 15:28:41 queue INFO >>83 [486] -2015-03-11 15:28:41 sendUrl INFO 83 [486] R:OK -2015-03-11 15:29:05 queue INFO 81 [487] -2015-03-11 15:29:05 queue INFO >81 [488] -2015-03-11 15:29:05 sendUrl INFO 81 [487] R:OK -2015-03-11 15:29:06 sendUrl INFO 81 [488] R:OK -2015-03-11 15:29:20 queue INFO 83 [489] -2015-03-11 15:29:20 queue INFO >83 [490] -2015-03-11 15:29:20 sendUrl INFO 83 [489] R:OK -2015-03-11 15:29:21 sendUrl INFO 83 [490] R:OK -2015-03-11 15:30:10 queue INFO >>83 [491] -2015-03-11 15:30:10 sendUrl INFO 83 [491] R:OK -2015-03-11 15:31:00 queue INFO >>83 [492] -2015-03-11 15:31:00 sendUrl INFO 83 [492] R:OK -2015-03-11 15:31:50 queue INFO >>83 [493] -2015-03-11 15:31:51 sendUrl INFO 83 [493] R:OK -2015-03-11 15:32:40 queue INFO >>83 [494] -2015-03-11 15:32:41 sendUrl INFO 83 [494] R:OK -2015-03-11 15:33:31 queue INFO >>83 [495] -2015-03-11 15:33:31 sendUrl INFO 83 [495] R:OK -2015-03-11 15:34:08 queue INFO 87 [496] -2015-03-11 15:34:08 queue INFO >87 [497] -2015-03-11 15:34:08 sendUrl INFO 87 [496] R:OK -2015-03-11 15:34:09 sendUrl INFO 87 [497] R:OK -2015-03-11 15:34:11 queue INFO 83 [498] -2015-03-11 15:34:11 queue INFO >83 [499] -2015-03-11 15:34:11 sendUrl INFO 83 [498] R:OK -2015-03-11 15:34:12 sendUrl INFO 83 [499] R:OK -2015-03-11 15:35:01 queue INFO >>83 [500] -2015-03-11 15:35:02 sendUrl INFO 83 [500] R:OK -2015-03-11 15:35:51 queue INFO >>83 [501] -2015-03-11 15:35:51 sendUrl INFO 83 [501] R:OK -2015-03-11 15:36:41 queue INFO >>83 [502] -2015-03-11 15:36:42 sendUrl INFO 83 [502] R:OK -2015-03-11 15:37:31 queue INFO >>83 [503] -2015-03-11 15:37:32 sendUrl INFO 83 [503] R:OK -2015-03-11 15:38:22 queue INFO >>83 [504] -2015-03-11 15:38:22 sendUrl INFO 83 [504] R:OK -2015-03-11 15:39:12 queue INFO >>83 [505] -2015-03-11 15:39:12 sendUrl INFO 83 [505] R:OK -2015-03-11 15:40:02 queue INFO >>83 [506] -2015-03-11 15:40:02 sendUrl INFO 83 [506] R:OK -2015-03-11 15:40:52 queue INFO >>83 [507] -2015-03-11 15:40:52 sendUrl INFO 83 [507] R:OK -2015-03-11 15:41:42 queue INFO >>83 [508] -2015-03-11 15:41:43 sendUrl INFO 83 [508] R:OK -2015-03-11 15:42:32 queue INFO >>83 [509] -2015-03-11 15:42:33 sendUrl INFO 83 [509] R:OK -2015-03-11 15:42:58 queue INFO 87 [510] -2015-03-11 15:42:58 queue INFO >87 [511] -2015-03-11 15:42:58 sendUrl INFO 87 [510] R:OK -2015-03-11 15:42:59 sendUrl INFO 87 [511] R:OK -2015-03-11 15:43:01 queue INFO 83 [512] -2015-03-11 15:43:01 queue INFO >83 [513] -2015-03-11 15:43:01 sendUrl INFO 83 [512] R:OK -2015-03-11 15:43:02 sendUrl INFO 83 [513] R:OK -2015-03-11 15:43:51 queue INFO >>83 [514] -2015-03-11 15:43:52 sendUrl INFO 83 [514] R:OK -2015-03-11 15:44:41 queue INFO >>83 [515] -2015-03-11 15:44:42 sendUrl INFO 83 [515] R:OK -2015-03-11 15:45:32 queue INFO >>83 [516] -2015-03-11 15:45:32 sendUrl INFO 83 [516] R:OK -2015-03-11 15:46:22 queue INFO >>83 [517] -2015-03-11 15:46:22 sendUrl INFO 83 [517] R:OK -2015-03-11 15:47:12 queue INFO >>83 [518] -2015-03-11 15:47:12 sendUrl INFO 83 [518] R:OK -2015-03-11 15:48:02 queue INFO >>83 [519] -2015-03-11 15:48:02 sendUrl INFO 83 [519] R:OK -2015-03-11 15:48:52 queue INFO >>83 [520] -2015-03-11 15:48:53 sendUrl INFO 83 [520] R:OK -2015-03-11 15:49:42 queue INFO >>83 [521] -2015-03-11 15:49:42 sendUrl INFO 83 [521] R:OK -2015-03-11 15:50:32 queue INFO >>83 [522] -2015-03-11 15:50:33 sendUrl INFO 83 [522] R:OK -2015-03-11 15:51:23 queue INFO >>83 [523] -2015-03-11 15:51:23 sendUrl INFO 83 [523] R:OK -2015-03-11 15:51:48 queue INFO 87 [524] -2015-03-11 15:51:49 queue INFO >87 [525] -2015-03-11 15:51:49 sendUrl INFO 87 [524] R:OK -2015-03-11 15:51:49 sendUrl INFO 87 [525] R:OK -2015-03-11 15:51:51 queue INFO 83 [526] -2015-03-11 15:51:52 queue INFO >83 [527] -2015-03-11 15:51:52 sendUrl INFO 83 [526] R:OK -2015-03-11 15:51:52 sendUrl INFO 83 [527] R:OK -2015-03-11 15:52:41 queue INFO >>83 [528] -2015-03-11 15:52:42 sendUrl INFO 83 [528] R:OK -2015-03-11 15:53:32 queue INFO >>83 [529] -2015-03-11 15:53:32 sendUrl INFO 83 [529] R:OK -2015-03-11 15:54:22 queue INFO >>83 [530] -2015-03-11 15:54:22 sendUrl INFO 83 [530] R:OK -2015-03-11 15:55:12 queue INFO >>83 [531] -2015-03-11 15:55:12 sendUrl INFO 83 [531] R:OK -2015-03-11 15:56:02 queue INFO >>83 [532] -2015-03-11 15:56:03 sendUrl INFO 83 [532] R:OK -2015-03-11 15:56:52 queue INFO >>83 [533] -2015-03-11 15:56:52 sendUrl INFO 83 [533] R:OK -2015-03-11 15:57:42 queue INFO >>83 [534] -2015-03-11 15:57:43 sendUrl INFO 83 [534] R:OK -2015-03-11 15:58:32 queue INFO >>83 [535] -2015-03-11 15:58:33 sendUrl INFO 83 [535] R:OK -2015-03-11 15:59:23 queue INFO >>83 [536] -2015-03-11 15:59:23 sendUrl INFO 83 [536] R:OK -2015-03-11 16:00:13 queue INFO >>83 [537] -2015-03-11 16:00:13 sendUrl INFO 83 [537] R:OK -2015-03-11 16:00:39 queue INFO 87 [538] -2015-03-11 16:00:39 queue INFO >87 [539] -2015-03-11 16:00:39 sendUrl INFO 87 [538] R:OK -2015-03-11 16:00:40 sendUrl INFO 87 [539] R:OK -2015-03-11 16:00:42 queue INFO 83 [540] -2015-03-11 16:00:42 queue INFO >83 [541] -2015-03-11 16:00:42 sendUrl INFO 83 [540] R:OK -2015-03-11 16:00:43 sendUrl INFO 83 [541] R:OK -2015-03-11 16:01:32 queue INFO >>83 [542] -2015-03-11 16:01:32 sendUrl INFO 83 [542] R:OK -2015-03-11 16:02:22 queue INFO >>83 [543] -2015-03-11 16:02:23 sendUrl INFO 83 [543] R:OK -2015-03-11 16:03:12 queue INFO >>83 [544] -2015-03-11 16:03:13 sendUrl INFO 83 [544] R:OK -2015-03-11 16:04:03 queue INFO >>83 [545] -2015-03-11 16:04:03 sendUrl INFO 83 [545] R:OK -2015-03-11 16:04:53 queue INFO >>83 [546] -2015-03-11 16:04:53 sendUrl INFO 83 [546] R:OK -2015-03-11 16:05:43 queue INFO >>83 [547] -2015-03-11 16:05:43 sendUrl INFO 83 [547] R:OK -2015-03-11 16:06:33 queue INFO >>83 [548] -2015-03-11 16:06:33 sendUrl INFO 83 [548] R:OK -2015-03-11 16:07:23 queue INFO >>83 [549] -2015-03-11 16:07:24 sendUrl INFO 83 [549] R:OK -2015-03-11 16:08:13 queue INFO >>83 [550] -2015-03-11 16:08:13 sendUrl INFO 83 [550] R:OK -2015-03-11 16:09:04 queue INFO >>83 [551] -2015-03-11 16:09:04 sendUrl INFO 83 [551] R:OK -2015-03-11 16:09:41 queue INFO 87 [552] -2015-03-11 16:09:41 queue INFO >87 [553] -2015-03-11 16:09:42 sendUrl INFO 87 [552] R:OK -2015-03-11 16:09:42 sendUrl INFO 87 [553] R:OK -2015-03-11 16:09:44 queue INFO 83 [554] -2015-03-11 16:09:44 queue INFO >83 [555] -2015-03-11 16:09:45 sendUrl INFO 83 [554] R:OK -2015-03-11 16:09:45 sendUrl INFO 83 [555] R:OK -2015-03-11 16:10:34 queue INFO >>83 [556] -2015-03-11 16:10:34 sendUrl INFO 83 [556] R:OK -2015-03-11 16:11:24 queue INFO >>83 [557] -2015-03-11 16:11:25 sendUrl INFO 83 [557] R:OK -2015-03-11 16:12:14 queue INFO >>83 [558] -2015-03-11 16:12:15 sendUrl INFO 83 [558] R:OK -2015-03-11 16:13:05 queue INFO >>83 [559] -2015-03-11 16:13:05 sendUrl INFO 83 [559] R:OK -2015-03-11 16:13:55 queue INFO >>83 [560] -2015-03-11 16:13:55 sendUrl INFO 83 [560] R:OK -2015-03-11 16:14:45 queue INFO >>83 [561] -2015-03-11 16:14:45 sendUrl INFO 83 [561] R:OK -2015-03-11 16:15:35 queue INFO >>83 [562] -2015-03-11 16:15:35 sendUrl INFO 83 [562] R:OK -2015-03-11 16:16:25 queue INFO >>83 [563] -2015-03-11 16:16:26 sendUrl INFO 83 [563] R:OK -2015-03-11 16:17:15 queue INFO >>83 [564] -2015-03-11 16:17:16 sendUrl INFO 83 [564] R:OK -2015-03-11 16:18:06 queue INFO >>83 [565] -2015-03-11 16:18:06 sendUrl INFO 83 [565] R:OK -2015-03-11 16:18:32 queue INFO 87 [566] -2015-03-11 16:18:33 queue INFO >87 [567] -2015-03-11 16:18:33 sendUrl INFO 87 [566] R:OK -2015-03-11 16:18:33 sendUrl INFO 87 [567] R:OK -2015-03-11 16:18:35 queue INFO 83 [568] -2015-03-11 16:18:36 queue INFO >83 [569] -2015-03-11 16:18:36 sendUrl INFO 83 [568] R:OK -2015-03-11 16:18:36 sendUrl INFO 83 [569] R:OK -2015-03-11 16:19:26 queue INFO >>83 [570] -2015-03-11 16:19:26 sendUrl INFO 83 [570] R:OK -2015-03-11 16:20:16 queue INFO >>83 [571] -2015-03-11 16:20:16 sendUrl INFO 83 [571] R:OK -2015-03-11 16:21:06 queue INFO >>83 [572] -2015-03-11 16:21:06 sendUrl INFO 83 [572] R:OK -2015-03-11 16:21:56 queue INFO >>83 [573] -2015-03-11 16:21:57 sendUrl INFO 83 [573] R:OK -2015-03-11 16:22:46 queue INFO >>83 [574] -2015-03-11 16:22:46 sendUrl INFO 83 [574] R:OK -2015-03-11 16:23:36 queue INFO >>83 [575] -2015-03-11 16:23:37 sendUrl INFO 83 [575] R:OK -2015-03-11 16:24:27 queue INFO >>83 [576] -2015-03-11 16:24:27 sendUrl INFO 83 [576] R:OK -2015-03-11 16:25:17 queue INFO >>83 [577] -2015-03-11 16:25:17 sendUrl INFO 83 [577] R:OK -2015-03-11 16:26:07 queue INFO >>83 [578] -2015-03-11 16:26:07 sendUrl INFO 83 [578] R:OK -2015-03-11 16:26:57 queue INFO >>83 [579] -2015-03-11 16:26:58 sendUrl INFO 83 [579] R:OK -2015-03-11 16:27:22 queue INFO 87 [580] -2015-03-11 16:27:23 queue INFO >87 [581] -2015-03-11 16:27:23 sendUrl INFO 87 [580] R:OK -2015-03-11 16:27:23 sendUrl INFO 87 [581] R:OK -2015-03-11 16:27:26 queue INFO 83 [582] -2015-03-11 16:27:26 queue INFO >83 [583] -2015-03-11 16:27:26 sendUrl INFO 83 [582] R:OK -2015-03-11 16:27:27 sendUrl INFO 83 [583] R:OK -2015-03-11 16:28:16 queue INFO >>83 [584] -2015-03-11 16:28:16 sendUrl INFO 83 [584] R:OK -2015-03-11 16:29:06 queue INFO >>83 [585] -2015-03-11 16:29:06 sendUrl INFO 83 [585] R:OK -2015-03-11 16:29:56 queue INFO >>83 [586] -2015-03-11 16:29:56 sendUrl INFO 83 [586] R:OK -2015-03-11 16:30:46 queue INFO >>83 [587] -2015-03-11 16:30:47 sendUrl INFO 83 [587] R:OK -2015-03-11 16:31:36 queue INFO >>83 [588] -2015-03-11 16:31:37 sendUrl INFO 83 [588] R:OK -2015-03-11 16:32:27 queue INFO >>83 [589] -2015-03-11 16:32:27 sendUrl INFO 83 [589] R:OK -2015-03-11 16:33:17 queue INFO >>83 [590] -2015-03-11 16:33:17 sendUrl INFO 83 [590] R:OK -2015-03-11 16:34:07 queue INFO >>83 [591] -2015-03-11 16:34:07 sendUrl INFO 83 [591] R:OK -2015-03-11 16:34:57 queue INFO >>83 [592] -2015-03-11 16:34:57 sendUrl INFO 83 [592] R:OK -2015-03-11 16:35:47 queue INFO >>83 [593] -2015-03-11 16:35:48 sendUrl INFO 83 [593] R:OK -2015-03-11 16:36:13 queue INFO 87 [594] -2015-03-11 16:36:13 sendUrl INFO 87 [594] R:OK -2015-03-11 16:36:13 queue INFO >87 [595] -2015-03-11 16:36:13 sendUrl INFO 87 [595] R:OK -2015-03-11 16:36:16 queue INFO 83 [596] -2015-03-11 16:36:16 sendUrl INFO 83 [596] R:OK -2015-03-11 16:36:16 queue INFO >83 [597] -2015-03-11 16:36:16 sendUrl INFO 83 [597] R:OK -2015-03-11 16:37:06 queue INFO >>83 [598] -2015-03-11 16:37:06 sendUrl INFO 83 [598] R:OK -2015-03-11 16:37:56 queue INFO >>83 [599] -2015-03-11 16:37:56 sendUrl INFO 83 [599] R:OK -2015-03-11 16:38:46 queue INFO >>83 [600] -2015-03-11 16:38:46 sendUrl INFO 83 [600] R:OK -2015-03-11 16:39:36 queue INFO >>83 [601] -2015-03-11 16:39:37 sendUrl INFO 83 [601] R:OK -2015-03-11 16:40:26 queue INFO >>83 [602] -2015-03-11 16:40:27 sendUrl INFO 83 [602] R:OK -2015-03-11 16:41:17 queue INFO >>83 [603] -2015-03-11 16:41:17 sendUrl INFO 83 [603] R:OK -2015-03-11 16:42:07 queue INFO >>83 [604] -2015-03-11 16:42:07 sendUrl INFO 83 [604] R:OK -2015-03-11 16:42:57 queue INFO >>83 [605] -2015-03-11 16:42:58 sendUrl INFO 83 [605] R:OK -2015-03-11 16:43:47 queue INFO >>83 [606] -2015-03-11 16:43:47 sendUrl INFO 83 [606] R:OK -2015-03-11 16:44:37 queue INFO >>83 [607] -2015-03-11 16:44:38 sendUrl INFO 83 [607] R:OK -2015-03-11 16:45:03 queue INFO 87 [608] -2015-03-11 16:45:03 queue INFO >87 [609] -2015-03-11 16:45:03 sendUrl INFO 87 [608] R:OK -2015-03-11 16:45:04 sendUrl INFO 87 [609] R:OK -2015-03-11 16:45:06 queue INFO 83 [610] -2015-03-11 16:45:06 queue INFO >83 [611] -2015-03-11 16:45:06 sendUrl INFO 83 [610] R:OK -2015-03-11 16:45:07 sendUrl INFO 83 [611] R:OK -2015-03-11 16:45:56 queue INFO >>83 [612] -2015-03-11 16:45:56 sendUrl INFO 83 [612] R:OK -2015-03-11 16:46:46 queue INFO >>83 [613] -2015-03-11 16:46:47 sendUrl INFO 83 [613] R:OK -2015-03-11 16:47:36 queue INFO >>83 [614] -2015-03-11 16:47:37 sendUrl INFO 83 [614] R:OK -2015-03-11 16:48:27 queue INFO >>83 [615] -2015-03-11 16:48:27 sendUrl INFO 83 [615] R:OK -2015-03-11 16:49:17 queue INFO >>83 [616] -2015-03-11 16:49:17 sendUrl INFO 83 [616] R:OK -2015-03-11 16:50:07 queue INFO >>83 [617] -2015-03-11 16:50:07 sendUrl INFO 83 [617] R:OK -2015-03-11 16:50:57 queue INFO >>83 [618] -2015-03-11 16:50:57 sendUrl INFO 83 [618] R:OK -2015-03-11 16:51:47 queue INFO >>83 [619] -2015-03-11 16:51:48 sendUrl INFO 83 [619] R:OK -2015-03-11 16:52:37 queue INFO >>83 [620] -2015-03-11 16:52:37 sendUrl INFO 83 [620] R:OK -2015-03-11 16:53:27 queue INFO >>83 [621] -2015-03-11 16:53:28 sendUrl INFO 83 [621] R:OK -2015-03-11 16:53:53 queue INFO 87 [622] -2015-03-11 16:53:54 queue INFO >87 [623] -2015-03-11 16:53:54 sendUrl INFO 87 [622] R:OK -2015-03-11 16:53:54 sendUrl INFO 87 [623] R:OK -2015-03-11 16:53:56 queue INFO 83 [624] -2015-03-11 16:53:57 queue INFO >83 [625] -2015-03-11 16:53:57 sendUrl INFO 83 [624] R:OK -2015-03-11 16:53:57 sendUrl INFO 83 [625] R:OK -2015-03-11 16:54:47 queue INFO >>83 [626] -2015-03-11 16:54:47 sendUrl INFO 83 [626] R:OK -2015-03-11 16:55:37 queue INFO >>83 [627] -2015-03-11 16:55:37 sendUrl INFO 83 [627] R:OK -2015-03-11 16:56:27 queue INFO >>83 [628] -2015-03-11 16:56:27 sendUrl INFO 83 [628] R:OK -2015-03-11 16:57:17 queue INFO >>83 [629] -2015-03-11 16:57:17 sendUrl INFO 83 [629] R:OK -2015-03-11 16:58:07 queue INFO >>83 [630] -2015-03-11 16:58:08 sendUrl INFO 83 [630] R:OK -2015-03-11 16:58:57 queue INFO >>83 [631] -2015-03-11 16:58:58 sendUrl INFO 83 [631] R:OK -2015-03-11 16:59:47 queue INFO >>83 [632] -2015-03-11 16:59:48 sendUrl INFO 83 [632] R:OK -2015-03-11 17:00:38 queue INFO >>83 [633] -2015-03-11 17:00:38 sendUrl INFO 83 [633] R:OK -2015-03-11 17:01:28 queue INFO >>83 [634] -2015-03-11 17:01:28 sendUrl INFO 83 [634] R:OK -2015-03-11 17:02:18 queue INFO >>83 [635] -2015-03-11 17:02:18 sendUrl INFO 83 [635] R:OK -2015-03-11 17:02:56 queue INFO 87 [636] -2015-03-11 17:02:56 queue INFO >87 [637] -2015-03-11 17:02:56 sendUrl INFO 87 [636] R:OK -2015-03-11 17:02:57 sendUrl INFO 87 [637] R:OK -2015-03-11 17:02:59 queue INFO 83 [638] -2015-03-11 17:02:59 queue INFO >83 [639] -2015-03-11 17:02:59 sendUrl INFO 83 [638] R:OK -2015-03-11 17:03:00 sendUrl INFO 83 [639] R:OK -2015-03-11 17:03:49 queue INFO >>83 [640] -2015-03-11 17:03:49 sendUrl INFO 83 [640] R:OK -2015-03-11 17:04:39 queue INFO >>83 [641] -2015-03-11 17:04:39 sendUrl INFO 83 [641] R:OK -2015-03-11 17:05:29 queue INFO >>83 [642] -2015-03-11 17:05:30 sendUrl INFO 83 [642] R:OK -2015-03-11 17:06:19 queue INFO >>83 [643] -2015-03-11 17:06:19 sendUrl INFO 83 [643] R:OK -2015-03-11 17:07:09 queue INFO >>83 [644] -2015-03-11 17:07:10 sendUrl INFO 83 [644] R:OK -2015-03-11 17:08:00 queue INFO >>83 [645] -2015-03-11 17:08:00 sendUrl INFO 83 [645] R:OK -2015-03-11 17:08:50 queue INFO >>83 [646] -2015-03-11 17:08:50 sendUrl INFO 83 [646] R:OK -2015-03-11 17:09:40 queue INFO >>83 [647] -2015-03-11 17:09:40 sendUrl INFO 83 [647] R:OK -2015-03-11 17:10:30 queue INFO >>83 [648] -2015-03-11 17:10:30 sendUrl INFO 83 [648] R:OK -2015-03-11 17:11:20 queue INFO >>83 [649] -2015-03-11 17:11:21 sendUrl INFO 83 [649] R:OK -2015-03-11 17:11:47 queue INFO 87 [650] -2015-03-11 17:11:47 sendUrl INFO 87 [650] R:OK -2015-03-11 17:11:47 queue INFO >87 [651] -2015-03-11 17:11:48 sendUrl INFO 87 [651] R:OK -2015-03-11 17:11:50 queue INFO 83 [652] -2015-03-11 17:11:50 sendUrl INFO 83 [652] R:OK -2015-03-11 17:11:50 queue INFO >83 [653] -2015-03-11 17:11:51 sendUrl INFO 83 [653] R:OK -2015-03-11 17:12:40 queue INFO >>83 [654] -2015-03-11 17:12:41 sendUrl INFO 83 [654] R:OK -2015-03-11 17:13:30 queue INFO >>83 [655] -2015-03-11 17:13:31 sendUrl INFO 83 [655] R:OK -2015-03-11 17:14:21 queue INFO >>83 [656] -2015-03-11 17:14:21 sendUrl INFO 83 [656] R:OK -2015-03-11 17:15:11 queue INFO >>83 [657] -2015-03-11 17:15:11 sendUrl INFO 83 [657] R:OK -2015-03-11 17:16:01 queue INFO >>83 [658] -2015-03-11 17:16:01 sendUrl INFO 83 [658] R:OK -2015-03-11 17:16:51 queue INFO >>83 [659] -2015-03-11 17:16:51 sendUrl INFO 83 [659] R:OK -2015-03-11 17:17:30 queue INFO 81 [660] -2015-03-11 17:17:30 queue INFO >81 [661] -2015-03-11 17:17:30 sendUrl INFO 81 [660] R:OK -2015-03-11 17:17:31 sendUrl INFO 81 [661] R:OK -2015-03-11 17:17:43 queue INFO 83 [662] -2015-03-11 17:17:43 queue INFO >83 [663] -2015-03-11 17:17:44 sendUrl INFO 83 [662] R:OK -2015-03-11 17:17:44 sendUrl INFO 83 [663] R:OK -2015-03-11 17:18:33 queue INFO >>83 [664] -2015-03-11 17:18:33 sendUrl INFO 83 [664] R:OK -2015-03-11 17:19:23 queue INFO >>83 [665] -2015-03-11 17:19:24 sendUrl INFO 83 [665] R:OK -2015-03-11 17:20:14 queue INFO >>83 [666] -2015-03-11 17:20:14 sendUrl INFO 83 [666] R:OK -2015-03-11 17:20:37 queue INFO 87 [667] -2015-03-11 17:20:37 queue INFO >87 [668] -2015-03-11 17:20:38 sendUrl INFO 87 [667] R:OK -2015-03-11 17:20:38 sendUrl INFO 87 [668] R:OK -2015-03-11 17:20:40 queue INFO 83 [669] -2015-03-11 17:20:40 sendUrl INFO 83 [669] R:OK -2015-03-11 17:20:40 queue INFO >83 [670] -2015-03-11 17:20:41 sendUrl INFO 83 [670] R:OK -2015-03-11 17:21:30 queue INFO >>83 [671] -2015-03-11 17:21:31 sendUrl INFO 83 [671] R:OK -2015-03-11 17:22:20 queue INFO >>83 [672] -2015-03-11 17:22:21 sendUrl INFO 83 [672] R:OK -2015-03-11 17:23:11 queue INFO >>83 [673] -2015-03-11 17:23:11 sendUrl INFO 83 [673] R:OK -2015-03-11 17:24:01 queue INFO >>83 [674] -2015-03-11 17:24:01 sendUrl INFO 83 [674] R:OK -2015-03-11 17:24:51 queue INFO >>83 [675] -2015-03-11 17:24:51 sendUrl INFO 83 [675] R:OK -2015-03-11 17:25:41 queue INFO >>83 [676] -2015-03-11 17:25:41 sendUrl INFO 83 [676] R:OK -2015-03-11 17:26:31 queue INFO >>83 [677] -2015-03-11 17:26:32 sendUrl INFO 83 [677] R:OK -2015-03-11 17:27:21 queue INFO >>83 [678] -2015-03-11 17:27:22 sendUrl INFO 83 [678] R:OK -2015-03-11 17:28:11 queue INFO >>83 [679] -2015-03-11 17:28:12 sendUrl INFO 83 [679] R:OK -2015-03-11 17:29:02 queue INFO >>83 [680] -2015-03-11 17:29:02 sendUrl INFO 83 [680] R:OK -2015-03-11 17:29:27 queue INFO 87 [681] -2015-03-11 17:29:28 queue INFO >87 [682] -2015-03-11 17:29:28 sendUrl INFO 87 [681] R:OK -2015-03-11 17:29:28 sendUrl INFO 87 [682] R:OK -2015-03-11 17:29:30 queue INFO 83 [683] -2015-03-11 17:29:31 queue INFO >83 [684] -2015-03-11 17:29:31 sendUrl INFO 83 [683] R:OK -2015-03-11 17:29:31 sendUrl INFO 83 [684] R:OK -2015-03-11 17:30:20 queue INFO >>83 [685] -2015-03-11 17:30:21 sendUrl INFO 83 [685] R:OK -2015-03-11 17:31:11 queue INFO >>83 [686] -2015-03-11 17:31:11 sendUrl INFO 83 [686] R:OK -2015-03-11 17:32:01 queue INFO >>83 [687] -2015-03-11 17:32:01 sendUrl INFO 83 [687] R:OK -2015-03-11 17:32:51 queue INFO >>83 [688] -2015-03-11 17:32:51 sendUrl INFO 83 [688] R:OK -2015-03-11 17:33:41 queue INFO >>83 [689] -2015-03-11 17:33:42 sendUrl INFO 83 [689] R:OK -2015-03-11 17:34:31 queue INFO >>83 [690] -2015-03-11 17:34:31 sendUrl INFO 83 [690] R:OK -2015-03-11 17:35:21 queue INFO >>83 [691] -2015-03-11 17:35:22 sendUrl INFO 83 [691] R:OK -2015-03-11 17:36:12 queue INFO >>83 [692] -2015-03-11 17:36:12 sendUrl INFO 83 [692] R:OK -2015-03-11 17:37:02 queue INFO >>83 [693] -2015-03-11 17:37:02 sendUrl INFO 83 [693] R:OK -2015-03-11 17:37:52 queue INFO >>83 [694] -2015-03-11 17:37:52 sendUrl INFO 83 [694] R:OK -2015-03-11 17:38:18 queue INFO 87 [695] -2015-03-11 17:38:18 queue INFO >87 [696] -2015-03-11 17:38:18 sendUrl INFO 87 [695] R:OK -2015-03-11 17:38:18 sendUrl INFO 87 [696] R:OK -2015-03-11 17:38:21 queue INFO 83 [697] -2015-03-11 17:38:21 queue INFO >83 [698] -2015-03-11 17:38:21 sendUrl INFO 83 [697] R:OK -2015-03-11 17:38:21 sendUrl INFO 83 [698] R:OK -2015-03-11 17:39:11 queue INFO >>83 [699] -2015-03-11 17:39:11 sendUrl INFO 83 [699] R:OK -2015-03-11 17:40:01 queue INFO >>83 [700] -2015-03-11 17:40:01 sendUrl INFO 83 [700] R:OK -2015-03-11 17:40:51 queue INFO >>83 [701] -2015-03-11 17:40:51 sendUrl INFO 83 [701] R:OK -2015-03-11 17:41:41 queue INFO >>83 [702] -2015-03-11 17:41:42 sendUrl INFO 83 [702] R:OK -2015-03-11 17:42:31 queue INFO >>83 [703] -2015-03-11 17:42:32 sendUrl INFO 83 [703] R:OK -2015-03-11 17:43:21 queue INFO >>83 [704] -2015-03-11 17:43:22 sendUrl INFO 83 [704] R:OK -2015-03-11 17:44:12 queue INFO >>83 [705] -2015-03-11 17:44:12 sendUrl INFO 83 [705] R:OK -2015-03-11 17:45:02 queue INFO >>83 [706] -2015-03-11 17:45:02 sendUrl INFO 83 [706] R:OK -2015-03-11 17:45:52 queue INFO >>83 [707] -2015-03-11 17:45:52 sendUrl INFO 83 [707] R:OK -2015-03-11 17:46:42 queue INFO >>83 [708] -2015-03-11 17:46:42 sendUrl INFO 83 [708] R:OK -2015-03-11 17:47:08 queue INFO 87 [709] -2015-03-11 17:47:08 queue INFO >87 [710] -2015-03-11 17:47:08 sendUrl INFO 87 [709] R:OK -2015-03-11 17:47:09 sendUrl INFO 87 [710] R:OK -2015-03-11 17:47:11 queue INFO 83 [711] -2015-03-11 17:47:11 queue INFO >83 [712] -2015-03-11 17:47:11 sendUrl INFO 83 [711] R:OK -2015-03-11 17:47:12 sendUrl INFO 83 [712] R:OK -2015-03-11 17:48:01 queue INFO >>83 [713] -2015-03-11 17:48:02 sendUrl INFO 83 [713] R:OK -2015-03-11 17:48:52 queue INFO >>83 [714] -2015-03-11 17:48:52 sendUrl INFO 83 [714] R:OK -2015-03-11 17:49:42 queue INFO >>83 [715] -2015-03-11 17:49:42 sendUrl INFO 83 [715] R:OK -2015-03-11 17:50:32 queue INFO >>83 [716] -2015-03-11 17:50:32 sendUrl INFO 83 [716] R:OK -2015-03-11 17:51:22 queue INFO >>83 [717] -2015-03-11 17:51:22 sendUrl INFO 83 [717] R:OK -2015-03-11 17:52:12 queue INFO >>83 [718] -2015-03-11 17:52:12 sendUrl INFO 83 [718] R:OK -2015-03-11 17:53:02 queue INFO >>83 [719] -2015-03-11 17:53:03 sendUrl INFO 83 [719] R:OK -2015-03-11 17:53:52 queue INFO >>83 [720] -2015-03-11 17:53:53 sendUrl INFO 83 [720] R:OK -2015-03-11 17:54:43 queue INFO >>83 [721] -2015-03-11 17:54:43 sendUrl INFO 83 [721] R:OK -2015-03-11 17:55:33 queue INFO >>83 [722] -2015-03-11 17:55:33 sendUrl INFO 83 [722] R:OK -2015-03-11 17:56:10 queue INFO 87 [723] -2015-03-11 17:56:10 queue INFO >87 [724] -2015-03-11 17:56:11 sendUrl INFO 87 [723] R:OK -2015-03-11 17:56:11 sendUrl INFO 87 [724] R:OK -2015-03-11 17:56:13 queue INFO 83 [725] -2015-03-11 17:56:13 queue INFO >83 [726] -2015-03-11 17:56:14 sendUrl INFO 83 [725] R:OK -2015-03-11 17:56:14 sendUrl INFO 83 [726] R:OK -2015-03-11 17:57:03 queue INFO >>83 [727] -2015-03-11 17:57:04 sendUrl INFO 83 [727] R:OK -2015-03-11 17:57:54 queue INFO >>83 [728] -2015-03-11 17:57:54 sendUrl INFO 83 [728] R:OK -2015-03-11 17:58:44 queue INFO >>83 [729] -2015-03-11 17:58:44 sendUrl INFO 83 [729] R:OK -2015-03-11 17:59:34 queue INFO >>83 [730] -2015-03-11 17:59:34 sendUrl INFO 83 [730] R:OK -2015-03-11 18:00:24 queue INFO >>83 [731] -2015-03-11 18:00:24 sendUrl INFO 83 [731] R:OK -2015-03-11 18:01:14 queue INFO >>83 [732] -2015-03-11 18:01:15 sendUrl INFO 83 [732] R:OK -2015-03-11 18:02:04 queue INFO >>83 [733] -2015-03-11 18:02:04 sendUrl INFO 83 [733] R:OK -2015-03-11 18:02:54 queue INFO >>83 [734] -2015-03-11 18:02:55 sendUrl INFO 83 [734] R:OK -2015-03-11 18:03:45 queue INFO >>83 [735] -2015-03-11 18:03:45 sendUrl INFO 83 [735] R:OK -2015-03-11 18:04:35 queue INFO >>83 [736] -2015-03-11 18:04:35 sendUrl INFO 83 [736] R:OK -2015-03-11 18:05:01 queue INFO 87 [737] -2015-03-11 18:05:02 sendUrl INFO 87 [737] R:OK -2015-03-11 18:05:02 queue INFO >87 [738] -2015-03-11 18:05:02 sendUrl INFO 87 [738] R:OK -2015-03-11 18:05:05 queue INFO 83 [739] -2015-03-11 18:05:05 queue INFO >83 [740] -2015-03-11 18:05:05 sendUrl INFO 83 [739] R:OK -2015-03-11 18:05:06 sendUrl INFO 83 [740] R:OK -2015-03-11 18:05:55 queue INFO >>83 [741] -2015-03-11 18:05:55 sendUrl INFO 83 [741] R:OK -2015-03-11 18:06:45 queue INFO >>83 [742] -2015-03-11 18:06:45 sendUrl INFO 83 [742] R:OK -2015-03-11 18:07:35 queue INFO >>83 [743] -2015-03-11 18:07:36 sendUrl INFO 83 [743] R:OK -2015-03-11 18:08:25 queue INFO >>83 [744] -2015-03-11 18:08:25 sendUrl INFO 83 [744] R:OK -2015-03-11 18:09:15 queue INFO >>83 [745] -2015-03-11 18:09:16 sendUrl INFO 83 [745] R:OK -2015-03-11 18:10:06 queue INFO >>83 [746] -2015-03-11 18:10:06 sendUrl INFO 83 [746] R:OK -2015-03-11 18:10:56 queue INFO >>83 [747] -2015-03-11 18:10:56 sendUrl INFO 83 [747] R:OK -2015-03-11 18:11:46 queue INFO >>83 [748] -2015-03-11 18:11:46 sendUrl INFO 83 [748] R:OK -2015-03-11 18:12:36 queue INFO >>83 [749] -2015-03-11 18:12:36 sendUrl INFO 83 [749] R:OK -2015-03-11 18:13:26 queue INFO >>83 [750] -2015-03-11 18:13:27 sendUrl INFO 83 [750] R:OK -2015-03-11 18:13:52 queue INFO 87 [751] -2015-03-11 18:13:52 queue INFO >87 [752] -2015-03-11 18:13:52 sendUrl INFO 87 [751] R:OK -2015-03-11 18:13:53 sendUrl INFO 87 [752] R:OK -2015-03-11 18:13:55 queue INFO 83 [753] -2015-03-11 18:13:55 queue INFO >83 [754] -2015-03-11 18:13:55 sendUrl INFO 83 [753] R:OK -2015-03-11 18:13:56 sendUrl INFO 83 [754] R:OK -2015-03-11 18:14:45 queue INFO >>83 [755] -2015-03-11 18:14:45 sendUrl INFO 83 [755] R:OK -2015-03-11 18:15:35 queue INFO >>83 [756] -2015-03-11 18:15:35 sendUrl INFO 83 [756] R:OK -2015-03-11 18:16:25 queue INFO >>83 [757] -2015-03-11 18:16:26 sendUrl INFO 83 [757] R:OK -2015-03-11 18:17:15 queue INFO >>83 [758] -2015-03-11 18:17:16 sendUrl INFO 83 [758] R:OK -2015-03-11 18:18:05 queue INFO >>83 [759] -2015-03-11 18:18:06 sendUrl INFO 83 [759] R:OK -2015-03-11 18:18:56 queue INFO >>83 [760] -2015-03-11 18:18:56 sendUrl INFO 83 [760] R:OK -2015-03-11 18:19:46 queue INFO >>83 [761] -2015-03-11 18:19:46 sendUrl INFO 83 [761] R:OK -2015-03-11 18:20:36 queue INFO >>83 [762] -2015-03-11 18:20:36 sendUrl INFO 83 [762] R:OK -2015-03-11 18:21:26 queue INFO >>83 [763] -2015-03-11 18:21:26 sendUrl INFO 83 [763] R:OK -2015-03-11 18:22:16 queue INFO >>83 [764] -2015-03-11 18:22:17 sendUrl INFO 83 [764] R:OK -2015-03-11 18:22:42 queue INFO 87 [765] -2015-03-11 18:22:42 queue INFO >87 [766] -2015-03-11 18:22:42 sendUrl INFO 87 [765] R:OK -2015-03-11 18:22:43 sendUrl INFO 87 [766] R:OK -2015-03-11 18:22:45 queue INFO 83 [767] -2015-03-11 18:22:45 queue INFO >83 [768] -2015-03-11 18:22:45 sendUrl INFO 83 [767] R:OK -2015-03-11 18:22:46 sendUrl INFO 83 [768] R:OK -2015-03-11 18:23:35 queue INFO >>83 [769] -2015-03-11 18:23:35 sendUrl INFO 83 [769] R:OK -2015-03-11 18:24:25 queue INFO >>83 [770] -2015-03-11 18:24:25 sendUrl INFO 83 [770] R:OK -2015-03-11 18:25:15 queue INFO >>83 [771] -2015-03-11 18:25:16 sendUrl INFO 83 [771] R:OK -2015-03-11 18:26:05 queue INFO >>83 [772] -2015-03-11 18:26:06 sendUrl INFO 83 [772] R:OK -2015-03-11 18:26:56 queue INFO >>83 [773] -2015-03-11 18:26:56 sendUrl INFO 83 [773] R:OK -2015-03-11 18:27:46 queue INFO >>83 [774] -2015-03-11 18:27:46 sendUrl INFO 83 [774] R:OK -2015-03-11 18:28:36 queue INFO >>83 [775] -2015-03-11 18:28:36 sendUrl INFO 83 [775] R:OK -2015-03-11 18:29:26 queue INFO >>83 [776] -2015-03-11 18:29:26 sendUrl INFO 83 [776] R:OK -2015-03-11 18:30:16 queue INFO >>83 [777] -2015-03-11 18:30:16 sendUrl INFO 83 [777] R:OK -2015-03-11 18:31:06 queue INFO >>83 [778] -2015-03-11 18:31:07 sendUrl INFO 83 [778] R:OK -2015-03-11 18:31:32 queue INFO 87 [779] -2015-03-11 18:31:32 sendUrl INFO 87 [779] R:OK -2015-03-11 18:31:32 queue INFO >87 [780] -2015-03-11 18:31:33 sendUrl INFO 87 [780] R:OK -2015-03-11 18:31:35 queue INFO 83 [781] -2015-03-11 18:31:35 queue INFO >83 [782] -2015-03-11 18:31:35 sendUrl INFO 83 [781] R:OK -2015-03-11 18:31:36 sendUrl INFO 83 [782] R:OK -2015-03-11 18:32:25 queue INFO >>83 [783] -2015-03-11 18:32:26 sendUrl INFO 83 [783] R:OK -2015-03-11 18:33:15 queue INFO >>83 [784] -2015-03-11 18:33:16 sendUrl INFO 83 [784] R:OK -2015-03-11 18:34:06 queue INFO >>83 [785] -2015-03-11 18:34:06 sendUrl INFO 83 [785] R:OK -2015-03-11 18:34:56 queue INFO >>83 [786] -2015-03-11 18:34:56 sendUrl INFO 83 [786] R:OK -2015-03-11 18:35:46 queue INFO >>83 [787] -2015-03-11 18:35:47 sendUrl INFO 83 [787] R:OK -2015-03-11 18:36:36 queue INFO >>83 [788] -2015-03-11 18:36:36 sendUrl INFO 83 [788] R:OK -2015-03-11 18:37:26 queue INFO >>83 [789] -2015-03-11 18:37:27 sendUrl INFO 83 [789] R:OK -2015-03-11 18:38:16 queue INFO >>83 [790] -2015-03-11 18:38:17 sendUrl INFO 83 [790] R:OK -2015-03-11 18:38:50 queue INFO 99 [791] -2015-03-11 18:38:51 queue INFO >99 [792] -2015-03-11 18:38:51 sendUrl INFO 99 [791] R:OK -2015-03-11 18:38:51 sendUrl INFO 99 [792] R:OK -2015-03-11 18:39:40 queue INFO >>99 [793] -2015-03-11 18:39:41 sendUrl INFO 99 [793] R:OK -2015-03-11 18:39:45 queue INFO 89 [794] -2015-03-11 18:39:45 queue INFO >89 [795] -2015-03-11 18:39:46 sendUrl INFO 89 [794] R:OK -2015-03-11 18:39:46 sendUrl INFO 89 [795] R:OK -2015-03-11 18:39:53 queue INFO 81 [796] -2015-03-11 18:39:53 queue INFO >81 [797] -2015-03-11 18:39:53 sendUrl INFO 81 [796] R:OK -2015-03-11 18:39:54 sendUrl INFO 81 [797] R:OK -2015-03-11 18:40:43 queue INFO >>81 [798] -2015-03-11 18:40:43 sendUrl INFO 81 [798] R:OK -2015-03-11 18:41:18 queue INFO 83 [799] -2015-03-11 18:41:18 sendUrl INFO 83 [799] R:OK -2015-03-11 18:41:18 queue INFO >83 [800] -2015-03-11 18:41:19 sendUrl INFO 83 [800] R:OK -2015-03-11 18:41:37 queue INFO 87 [801] -2015-03-11 18:41:37 queue INFO >87 [802] -2015-03-11 18:41:37 sendUrl INFO 87 [801] R:OK -2015-03-11 18:41:38 sendUrl INFO 87 [802] R:OK -2015-03-11 18:41:40 queue INFO 83 [803] -2015-03-11 18:41:40 queue INFO >83 [804] -2015-03-11 18:41:40 sendUrl INFO 83 [803] R:OK -2015-03-11 18:41:41 sendUrl INFO 83 [804] R:OK -2015-03-11 18:42:30 queue INFO >>83 [805] -2015-03-11 18:42:31 sendUrl INFO 83 [805] R:OK -2015-03-11 18:43:20 queue INFO >>83 [806] -2015-03-11 18:43:21 sendUrl INFO 83 [806] R:OK -2015-03-11 18:44:11 queue INFO >>83 [807] -2015-03-11 18:44:11 sendUrl INFO 83 [807] R:OK -2015-03-11 18:45:01 queue INFO >>83 [808] -2015-03-11 18:45:01 sendUrl INFO 83 [808] R:OK -2015-03-11 18:45:51 queue INFO >>83 [809] -2015-03-11 18:45:51 sendUrl INFO 83 [809] R:OK -2015-03-11 18:46:41 queue INFO >>83 [810] -2015-03-11 18:46:41 sendUrl INFO 83 [810] R:OK -2015-03-11 18:47:31 queue INFO >>83 [811] -2015-03-11 18:47:31 sendUrl INFO 83 [811] R:OK -2015-03-11 18:48:21 queue INFO >>83 [812] -2015-03-11 18:48:22 sendUrl INFO 83 [812] R:OK -2015-03-11 18:49:11 queue INFO >>83 [813] -2015-03-11 18:49:12 sendUrl INFO 83 [813] R:OK -2015-03-11 18:50:02 queue INFO >>83 [814] -2015-03-11 18:50:02 sendUrl INFO 83 [814] R:OK -2015-03-11 18:50:38 queue INFO 87 [815] -2015-03-11 18:50:38 queue INFO >87 [816] -2015-03-11 18:50:39 sendUrl INFO 87 [815] R:OK -2015-03-11 18:50:39 sendUrl INFO 87 [816] R:OK -2015-03-11 18:50:41 queue INFO 83 [817] -2015-03-11 18:50:42 queue INFO >83 [818] -2015-03-11 18:50:42 sendUrl INFO 83 [817] R:OK -2015-03-11 18:50:42 sendUrl INFO 83 [818] R:OK -2015-03-11 18:51:31 queue INFO >>83 [819] -2015-03-11 18:51:32 sendUrl INFO 83 [819] R:OK -2015-03-11 18:52:22 queue INFO >>83 [820] -2015-03-11 18:52:22 sendUrl INFO 83 [820] R:OK -2015-03-11 18:53:12 queue INFO >>83 [821] -2015-03-11 18:53:12 sendUrl INFO 83 [821] R:OK -2015-03-11 18:54:02 queue INFO >>83 [822] -2015-03-11 18:54:02 sendUrl INFO 83 [822] R:OK -2015-03-11 18:54:52 queue INFO >>83 [823] -2015-03-11 18:54:52 sendUrl INFO 83 [823] R:OK -2015-03-11 18:55:42 queue INFO >>83 [824] -2015-03-11 18:55:43 sendUrl INFO 83 [824] R:OK -2015-03-11 18:56:32 queue INFO >>83 [825] -2015-03-11 18:56:33 sendUrl INFO 83 [825] R:OK -2015-03-11 18:57:23 queue INFO >>83 [826] -2015-03-11 18:57:23 sendUrl INFO 83 [826] R:OK -2015-03-11 18:58:13 queue INFO >>83 [827] -2015-03-11 18:58:13 sendUrl INFO 83 [827] R:OK -2015-03-11 18:59:03 queue INFO >>83 [828] -2015-03-11 18:59:03 sendUrl INFO 83 [828] R:OK -2015-03-11 18:59:29 queue INFO 87 [829] -2015-03-11 18:59:29 queue INFO >87 [830] -2015-03-11 18:59:29 sendUrl INFO 87 [829] R:OK -2015-03-11 18:59:30 sendUrl INFO 87 [830] R:OK -2015-03-11 18:59:32 queue INFO 83 [831] -2015-03-11 18:59:32 queue INFO >83 [832] -2015-03-11 18:59:32 sendUrl INFO 83 [831] R:OK -2015-03-11 18:59:33 sendUrl INFO 83 [832] R:OK -2015-03-11 19:00:22 queue INFO >>83 [833] -2015-03-11 19:00:22 sendUrl INFO 83 [833] R:OK -2015-03-11 19:01:12 queue INFO >>83 [834] -2015-03-11 19:01:12 sendUrl INFO 83 [834] R:OK -2015-03-11 19:02:02 queue INFO >>83 [835] -2015-03-11 19:02:03 sendUrl INFO 83 [835] R:OK -2015-03-11 19:02:52 queue INFO >>83 [836] -2015-03-11 19:02:52 sendUrl INFO 83 [836] R:OK -2015-03-11 19:03:42 queue INFO >>83 [837] -2015-03-11 19:03:43 sendUrl INFO 83 [837] R:OK -2015-03-11 19:04:32 queue INFO >>83 [838] -2015-03-11 19:04:33 sendUrl INFO 83 [838] R:OK -2015-03-11 19:05:23 queue INFO >>83 [839] -2015-03-11 19:05:23 sendUrl INFO 83 [839] R:OK -2015-03-11 19:06:13 queue INFO >>83 [840] -2015-03-11 19:06:13 sendUrl INFO 83 [840] R:OK -2015-03-11 19:07:03 queue INFO >>83 [841] -2015-03-11 19:07:03 sendUrl INFO 83 [841] R:OK -2015-03-11 19:07:53 queue INFO >>83 [842] -2015-03-11 19:07:53 sendUrl INFO 83 [842] R:OK -2015-03-11 19:08:19 queue INFO 87 [843] -2015-03-11 19:08:19 queue INFO >87 [844] -2015-03-11 19:08:20 sendUrl INFO 87 [843] R:OK -2015-03-11 19:08:20 sendUrl INFO 87 [844] R:OK -2015-03-11 19:08:22 queue INFO 83 [845] -2015-03-11 19:08:22 queue INFO >83 [846] -2015-03-11 19:08:23 sendUrl INFO 83 [845] R:OK -2015-03-11 19:08:23 sendUrl INFO 83 [846] R:OK -2015-03-11 19:09:12 queue INFO >>83 [847] -2015-03-11 19:09:12 sendUrl INFO 83 [847] R:OK -2015-03-11 19:10:02 queue INFO >>83 [848] -2015-03-11 19:10:03 sendUrl INFO 83 [848] R:OK -2015-03-11 19:10:53 queue INFO >>83 [849] -2015-03-11 19:10:53 sendUrl INFO 83 [849] R:OK -2015-03-11 19:11:43 queue INFO >>83 [850] -2015-03-11 19:11:43 sendUrl INFO 83 [850] R:OK -2015-03-11 19:12:33 queue INFO >>83 [851] -2015-03-11 19:12:33 sendUrl INFO 83 [851] R:OK -2015-03-11 19:13:23 queue INFO >>83 [852] -2015-03-11 19:13:24 sendUrl INFO 83 [852] R:OK -2015-03-11 19:14:13 queue INFO >>83 [853] -2015-03-11 19:14:13 sendUrl INFO 83 [853] R:OK -2015-03-11 19:15:03 queue INFO >>83 [854] -2015-03-11 19:15:04 sendUrl INFO 83 [854] R:OK -2015-03-11 19:15:54 queue INFO >>83 [855] -2015-03-11 19:15:54 sendUrl INFO 83 [855] R:OK -2015-03-11 19:16:44 queue INFO >>83 [856] -2015-03-11 19:16:44 sendUrl INFO 83 [856] R:OK -2015-03-11 19:17:10 queue INFO 87 [857] -2015-03-11 19:17:10 queue INFO >87 [858] -2015-03-11 19:17:10 sendUrl INFO 87 [857] R:OK -2015-03-11 19:17:11 sendUrl INFO 87 [858] R:OK -2015-03-11 19:17:13 queue INFO 83 [859] -2015-03-11 19:17:13 queue INFO >83 [860] -2015-03-11 19:17:14 sendUrl INFO 83 [859] R:OK -2015-03-11 19:17:14 sendUrl INFO 83 [860] R:OK -2015-03-11 19:18:03 queue INFO >>83 [861] -2015-03-11 19:18:04 sendUrl INFO 83 [861] R:OK -2015-03-11 19:18:53 queue INFO >>83 [862] -2015-03-11 19:18:54 sendUrl INFO 83 [862] R:OK -2015-03-11 19:19:44 queue INFO >>83 [863] -2015-03-11 19:19:44 sendUrl INFO 83 [863] R:OK -2015-03-11 19:20:34 queue INFO >>83 [864] -2015-03-11 19:20:34 sendUrl INFO 83 [864] R:OK -2015-03-11 19:21:24 queue INFO >>83 [865] -2015-03-11 19:21:24 sendUrl INFO 83 [865] R:OK -2015-03-11 19:22:14 queue INFO >>83 [866] -2015-03-11 19:22:14 sendUrl INFO 83 [866] R:OK -2015-03-11 19:23:04 queue INFO >>83 [867] -2015-03-11 19:23:05 sendUrl INFO 83 [867] R:OK -2015-03-11 19:23:54 queue INFO >>83 [868] -2015-03-11 19:23:55 sendUrl INFO 83 [868] R:OK -2015-03-11 19:24:45 queue INFO >>83 [869] -2015-03-11 19:24:45 sendUrl INFO 83 [869] R:OK -2015-03-11 19:25:35 queue INFO >>83 [870] -2015-03-11 19:25:35 sendUrl INFO 83 [870] R:OK -2015-03-11 19:26:01 queue INFO 87 [871] -2015-03-11 19:26:02 queue INFO >87 [872] -2015-03-11 19:26:02 sendUrl INFO 87 [871] R:OK -2015-03-11 19:26:02 sendUrl INFO 87 [872] R:OK -2015-03-11 19:26:04 queue INFO 83 [873] -2015-03-11 19:26:05 queue INFO >83 [874] -2015-03-11 19:26:05 sendUrl INFO 83 [873] R:OK -2015-03-11 19:26:05 sendUrl INFO 83 [874] R:OK -2015-03-11 19:26:55 queue INFO >>83 [875] -2015-03-11 19:26:55 sendUrl INFO 83 [875] R:OK -2015-03-11 19:27:45 queue INFO >>83 [876] -2015-03-11 19:27:45 sendUrl INFO 83 [876] R:OK -2015-03-11 19:28:35 queue INFO >>83 [877] -2015-03-11 19:28:35 sendUrl INFO 83 [877] R:OK -2015-03-11 19:29:25 queue INFO >>83 [878] -2015-03-11 19:29:26 sendUrl INFO 83 [878] R:OK -2015-03-11 19:30:15 queue INFO >>83 [879] -2015-03-11 19:30:15 sendUrl INFO 83 [879] R:OK -2015-03-11 19:31:05 queue INFO >>83 [880] -2015-03-11 19:31:06 sendUrl INFO 83 [880] R:OK -2015-03-11 19:31:55 queue INFO >>83 [881] -2015-03-11 19:31:56 sendUrl INFO 83 [881] R:OK -2015-03-11 19:32:46 queue INFO >>83 [882] -2015-03-11 19:32:46 sendUrl INFO 83 [882] R:OK -2015-03-11 19:33:36 queue INFO >>83 [883] -2015-03-11 19:33:36 sendUrl INFO 83 [883] R:OK -2015-03-11 19:34:26 queue INFO >>83 [884] -2015-03-11 19:34:26 sendUrl INFO 83 [884] R:OK -2015-03-11 19:34:52 queue INFO 87 [885] -2015-03-11 19:34:52 sendUrl INFO 87 [885] R:OK -2015-03-11 19:34:52 queue INFO >87 [886] -2015-03-11 19:34:52 sendUrl INFO 87 [886] R:OK -2015-03-11 19:34:55 queue INFO 83 [887] -2015-03-11 19:34:55 sendUrl INFO 83 [887] R:OK -2015-03-11 19:34:55 queue INFO >83 [888] -2015-03-11 19:34:55 sendUrl INFO 83 [888] R:OK -2015-03-11 19:35:45 queue INFO >>83 [889] -2015-03-11 19:35:45 sendUrl INFO 83 [889] R:OK -2015-03-11 19:36:35 queue INFO >>83 [890] -2015-03-11 19:36:35 sendUrl INFO 83 [890] R:OK -2015-03-11 19:37:25 queue INFO >>83 [891] -2015-03-11 19:37:25 sendUrl INFO 83 [891] R:OK -2015-03-11 19:38:15 queue INFO >>83 [892] -2015-03-11 19:38:16 sendUrl INFO 83 [892] R:OK -2015-03-11 19:39:05 queue INFO >>83 [893] -2015-03-11 19:39:06 sendUrl INFO 83 [893] R:OK -2015-03-11 19:39:56 queue INFO >>83 [894] -2015-03-11 19:39:56 sendUrl INFO 83 [894] R:OK -2015-03-11 19:40:46 queue INFO >>83 [895] -2015-03-11 19:40:46 sendUrl INFO 83 [895] R:OK -2015-03-11 19:41:36 queue INFO >>83 [896] -2015-03-11 19:41:36 sendUrl INFO 83 [896] R:OK -2015-03-11 19:42:26 queue INFO >>83 [897] -2015-03-11 19:42:26 sendUrl INFO 83 [897] R:OK -2015-03-11 19:43:16 queue INFO >>83 [898] -2015-03-11 19:43:17 sendUrl INFO 83 [898] R:OK -2015-03-11 19:43:53 queue INFO 87 [899] -2015-03-11 19:43:53 queue INFO >87 [900] -2015-03-11 19:43:53 sendUrl INFO 87 [899] R:OK -2015-03-11 19:43:54 sendUrl INFO 87 [900] R:OK -2015-03-11 19:43:56 queue INFO 83 [901] -2015-03-11 19:43:56 queue INFO >83 [902] -2015-03-11 19:43:56 sendUrl INFO 83 [901] R:OK -2015-03-11 19:43:57 sendUrl INFO 83 [902] R:OK -2015-03-11 19:44:46 queue INFO >>83 [903] -2015-03-11 19:44:46 sendUrl INFO 83 [903] R:OK -2015-03-11 19:45:36 queue INFO >>83 [904] -2015-03-11 19:45:37 sendUrl INFO 83 [904] R:OK -2015-03-11 19:46:26 queue INFO >>83 [905] -2015-03-11 19:46:27 sendUrl INFO 83 [905] R:OK -2015-03-11 19:47:17 queue INFO >>83 [906] -2015-03-11 19:47:17 sendUrl INFO 83 [906] R:OK -2015-03-11 19:48:07 queue INFO >>83 [907] -2015-03-11 19:48:07 sendUrl INFO 83 [907] R:OK -2015-03-11 19:48:57 queue INFO >>83 [908] -2015-03-11 19:48:57 sendUrl INFO 83 [908] R:OK -2015-03-11 19:49:47 queue INFO >>83 [909] -2015-03-11 19:49:47 sendUrl INFO 83 [909] R:OK -2015-03-11 19:50:37 queue INFO >>83 [910] -2015-03-11 19:50:38 sendUrl INFO 83 [910] R:OK -2015-03-11 19:51:27 queue INFO >>83 [911] -2015-03-11 19:51:27 sendUrl INFO 83 [911] R:OK -2015-03-11 19:52:17 queue INFO >>83 [912] -2015-03-11 19:52:18 sendUrl INFO 83 [912] R:OK -2015-03-11 19:52:43 queue INFO 87 [913] -2015-03-11 19:52:43 queue INFO >87 [914] -2015-03-11 19:52:43 sendUrl INFO 87 [913] R:OK -2015-03-11 19:52:44 sendUrl INFO 87 [914] R:OK -2015-03-11 19:52:46 queue INFO 83 [915] -2015-03-11 19:52:46 queue INFO >83 [916] -2015-03-11 19:52:46 sendUrl INFO 83 [915] R:OK -2015-03-11 19:52:47 sendUrl INFO 83 [916] R:OK -2015-03-11 19:53:36 queue INFO >>83 [917] -2015-03-11 19:53:37 sendUrl INFO 83 [917] R:OK -2015-03-11 19:54:26 queue INFO >>83 [918] -2015-03-11 19:54:27 sendUrl INFO 83 [918] R:OK -2015-03-11 19:55:17 queue INFO >>83 [919] -2015-03-11 19:55:17 sendUrl INFO 83 [919] R:OK -2015-03-11 19:56:07 queue INFO >>83 [920] -2015-03-11 19:56:07 sendUrl INFO 83 [920] R:OK -2015-03-11 19:56:57 queue INFO >>83 [921] -2015-03-11 19:56:57 sendUrl INFO 83 [921] R:OK -2015-03-11 19:57:47 queue INFO >>83 [922] -2015-03-11 19:57:47 sendUrl INFO 83 [922] R:OK -2015-03-11 19:58:37 queue INFO >>83 [923] -2015-03-11 19:58:37 sendUrl INFO 83 [923] R:OK -2015-03-11 19:59:27 queue INFO >>83 [924] -2015-03-11 19:59:28 sendUrl INFO 83 [924] R:OK -2015-03-11 19:59:34 queue INFO 93 [925] -2015-03-11 19:59:34 queue INFO 99 [926] -2015-03-11 19:59:34 queue INFO >99 [927] -2015-03-11 19:59:34 sendUrl INFO 93 [925] R:OK -2015-03-11 19:59:35 sendUrl INFO 99 [926] R:OK -2015-03-11 19:59:35 sendUrl INFO 99 [927] R:OK -2015-03-11 20:00:04 queue INFO 89 [928] -2015-03-11 20:00:04 queue INFO >89 [929] -2015-03-11 20:00:04 sendUrl INFO 89 [928] R:OK -2015-03-11 20:00:04 sendUrl INFO 89 [929] R:OK -2015-03-11 20:00:08 queue INFO 81 [930] -2015-03-11 20:00:08 queue INFO >81 [931] -2015-03-11 20:00:08 sendUrl INFO 81 [930] R:OK -2015-03-11 20:00:09 sendUrl INFO 81 [931] R:OK -2015-03-11 20:00:11 queue INFO 83 [932] -2015-03-11 20:00:11 sendUrl INFO 83 [932] R:OK -2015-03-11 20:00:11 queue INFO >83 [933] -2015-03-11 20:00:12 sendUrl INFO 83 [933] R:OK -2015-03-11 20:01:01 queue INFO >>83 [934] -2015-03-11 20:01:02 sendUrl INFO 83 [934] R:OK -2015-03-11 20:01:52 queue INFO >>83 [935] -2015-03-11 20:01:52 sendUrl INFO 83 [935] R:OK -2015-03-11 20:02:24 queue INFO 87 [936] -2015-03-11 20:02:25 queue INFO >87 [937] -2015-03-11 20:02:25 sendUrl INFO 87 [936] R:OK -2015-03-11 20:02:25 sendUrl INFO 87 [937] R:OK -2015-03-11 20:02:28 queue INFO 83 [938] -2015-03-11 20:02:28 queue INFO >83 [939] -2015-03-11 20:02:28 sendUrl INFO 83 [938] R:OK -2015-03-11 20:02:28 sendUrl INFO 83 [939] R:OK -2015-03-11 20:03:18 queue INFO >>83 [940] -2015-03-11 20:03:18 sendUrl INFO 83 [940] R:OK -2015-03-11 20:04:08 queue INFO >>83 [941] -2015-03-11 20:04:08 sendUrl INFO 83 [941] R:OK -2015-03-11 20:04:58 queue INFO >>83 [942] -2015-03-11 20:04:58 sendUrl INFO 83 [942] R:OK -2015-03-11 20:05:48 queue INFO >>83 [943] -2015-03-11 20:05:48 sendUrl INFO 83 [943] R:OK -2015-03-11 20:06:38 queue INFO >>83 [944] -2015-03-11 20:06:39 sendUrl INFO 83 [944] R:OK -2015-03-11 20:07:28 queue INFO >>83 [945] -2015-03-11 20:07:29 sendUrl INFO 83 [945] R:OK -2015-03-11 20:08:19 queue INFO >>83 [946] -2015-03-11 20:08:19 sendUrl INFO 83 [946] R:OK -2015-03-11 20:09:09 queue INFO >>83 [947] -2015-03-11 20:09:09 sendUrl INFO 83 [947] R:OK -2015-03-11 20:09:59 queue INFO >>83 [948] -2015-03-11 20:09:59 sendUrl INFO 83 [948] R:OK -2015-03-11 20:10:49 queue INFO >>83 [949] -2015-03-11 20:10:49 sendUrl INFO 83 [949] R:OK -2015-03-11 20:11:15 queue INFO 87 [950] -2015-03-11 20:11:15 sendUrl INFO 87 [950] R:OK -2015-03-11 20:11:16 queue INFO >87 [951] -2015-03-11 20:11:16 sendUrl INFO 87 [951] R:OK -2015-03-11 20:11:18 queue INFO 83 [952] -2015-03-11 20:11:18 sendUrl INFO 83 [952] R:OK -2015-03-11 20:11:19 queue INFO >83 [953] -2015-03-11 20:11:19 sendUrl INFO 83 [953] R:OK -2015-03-11 20:12:08 queue INFO >>83 [954] -2015-03-11 20:12:09 sendUrl INFO 83 [954] R:OK -2015-03-11 20:12:59 queue INFO >>83 [955] -2015-03-11 20:12:59 sendUrl INFO 83 [955] R:OK -2015-03-11 20:13:49 queue INFO >>83 [956] -2015-03-11 20:13:49 sendUrl INFO 83 [956] R:OK -2015-03-11 20:14:39 queue INFO >>83 [957] -2015-03-11 20:14:39 sendUrl INFO 83 [957] R:OK -2015-03-11 20:15:29 queue INFO >>83 [958] -2015-03-11 20:15:30 sendUrl INFO 83 [958] R:OK -2015-03-11 20:16:19 queue INFO >>83 [959] -2015-03-11 20:16:19 sendUrl INFO 83 [959] R:OK -2015-03-11 20:17:09 queue INFO >>83 [960] -2015-03-11 20:17:10 sendUrl INFO 83 [960] R:OK -2015-03-11 20:18:00 queue INFO >>83 [961] -2015-03-11 20:18:00 sendUrl INFO 83 [961] R:OK -2015-03-11 20:18:50 queue INFO >>83 [962] -2015-03-11 20:18:50 sendUrl INFO 83 [962] R:OK -2015-03-11 20:19:40 queue INFO >>83 [963] -2015-03-11 20:19:40 sendUrl INFO 83 [963] R:OK -2015-03-11 20:20:07 queue INFO 87 [964] -2015-03-11 20:20:07 queue INFO >87 [965] -2015-03-11 20:20:07 sendUrl INFO 87 [964] R:OK -2015-03-11 20:20:07 sendUrl INFO 87 [965] R:OK -2015-03-11 20:20:10 queue INFO 83 [966] -2015-03-11 20:20:10 queue INFO >83 [967] -2015-03-11 20:20:10 sendUrl INFO 83 [966] R:OK -2015-03-11 20:20:11 sendUrl INFO 83 [967] R:OK -2015-03-11 20:20:49 queue INFO 81 [968] -2015-03-11 20:20:49 queue INFO >81 [969] -2015-03-11 20:20:49 sendUrl INFO 81 [968] R:OK -2015-03-11 20:20:50 sendUrl INFO 81 [969] R:OK -2015-03-11 20:21:02 queue INFO 83 [970] -2015-03-11 20:21:02 queue INFO >83 [971] -2015-03-11 20:21:02 sendUrl INFO 83 [970] R:OK -2015-03-11 20:21:02 sendUrl INFO 83 [971] R:OK -2015-03-11 20:21:52 queue INFO >>83 [972] -2015-03-11 20:21:52 sendUrl INFO 83 [972] R:OK -2015-03-11 20:22:42 queue INFO >>83 [973] -2015-03-11 20:22:42 sendUrl INFO 83 [973] R:OK -2015-03-11 20:23:32 queue INFO >>83 [974] -2015-03-11 20:23:32 sendUrl INFO 83 [974] R:OK -2015-03-11 20:24:22 queue INFO >>83 [975] -2015-03-11 20:24:23 sendUrl INFO 83 [975] R:OK -2015-03-11 20:25:12 queue INFO >>83 [976] -2015-03-11 20:25:13 sendUrl INFO 83 [976] R:OK -2015-03-11 20:26:02 queue INFO >>83 [977] -2015-03-11 20:26:03 sendUrl INFO 83 [977] R:OK -2015-03-11 20:26:53 queue INFO >>83 [978] -2015-03-11 20:26:53 sendUrl INFO 83 [978] R:OK -2015-03-11 20:27:43 queue INFO >>83 [979] -2015-03-11 20:27:43 sendUrl INFO 83 [979] R:OK -2015-03-11 20:28:33 queue INFO >>83 [980] -2015-03-11 20:28:33 sendUrl INFO 83 [980] R:OK -2015-03-11 20:28:57 queue INFO 87 [981] -2015-03-11 20:28:57 queue INFO >87 [982] -2015-03-11 20:28:58 sendUrl INFO 87 [981] R:OK -2015-03-11 20:28:58 sendUrl INFO 87 [982] R:OK -2015-03-11 20:29:00 queue INFO 83 [983] -2015-03-11 20:29:00 queue INFO >83 [984] -2015-03-11 20:29:01 sendUrl INFO 83 [983] R:OK -2015-03-11 20:29:01 sendUrl INFO 83 [984] R:OK -2015-03-11 20:29:50 queue INFO >>83 [985] -2015-03-11 20:29:50 sendUrl INFO 83 [985] R:OK -2015-03-11 20:30:40 queue INFO >>83 [986] -2015-03-11 20:30:41 sendUrl INFO 83 [986] R:OK -2015-03-11 20:31:30 queue INFO >>83 [987] -2015-03-11 20:31:31 sendUrl INFO 83 [987] R:OK -2015-03-11 20:32:21 queue INFO >>83 [988] -2015-03-11 20:32:21 sendUrl INFO 83 [988] R:OK -2015-03-11 20:33:11 queue INFO >>83 [989] -2015-03-11 20:33:11 sendUrl INFO 83 [989] R:OK -2015-03-11 20:34:01 queue INFO >>83 [990] -2015-03-11 20:34:01 sendUrl INFO 83 [990] R:OK -2015-03-11 20:34:51 queue INFO >>83 [991] -2015-03-11 20:34:51 sendUrl INFO 83 [991] R:OK -2015-03-11 20:35:41 queue INFO >>83 [992] -2015-03-11 20:35:42 sendUrl INFO 83 [992] R:OK -2015-03-11 20:36:31 queue INFO >>83 [993] -2015-03-11 20:36:32 sendUrl INFO 83 [993] R:OK -2015-03-11 20:37:22 queue INFO >>83 [994] -2015-03-11 20:37:22 sendUrl INFO 83 [994] R:OK -2015-03-11 20:37:58 queue INFO 87 [995] -2015-03-11 20:37:58 queue INFO >87 [996] -2015-03-11 20:37:59 sendUrl INFO 87 [995] R:OK -2015-03-11 20:37:59 sendUrl INFO 87 [996] R:OK -2015-03-11 20:38:01 queue INFO 83 [997] -2015-03-11 20:38:01 queue INFO >83 [998] -2015-03-11 20:38:02 sendUrl INFO 83 [997] R:OK -2015-03-11 20:38:02 sendUrl INFO 83 [998] R:OK -2015-03-11 20:38:51 queue INFO >>83 [999] -2015-03-11 20:38:52 sendUrl INFO 83 [999] R:OK -2015-03-11 20:39:42 queue INFO >>83 [0] -2015-03-11 20:39:42 sendUrl INFO 83 [0] R:OK -2015-03-11 20:40:32 queue INFO >>83 [1] -2015-03-11 20:40:32 sendUrl INFO 83 [1] R:OK -2015-03-11 20:41:22 queue INFO >>83 [2] -2015-03-11 20:41:22 sendUrl INFO 83 [2] R:OK -2015-03-11 20:42:12 queue INFO >>83 [3] -2015-03-11 20:42:12 sendUrl INFO 83 [3] R:OK -2015-03-11 20:43:02 queue INFO >>83 [4] -2015-03-11 20:43:03 sendUrl INFO 83 [4] R:OK -2015-03-11 20:43:52 queue INFO >>83 [5] -2015-03-11 20:43:53 sendUrl INFO 83 [5] R:OK -2015-03-11 20:44:42 queue INFO >>83 [6] -2015-03-11 20:44:43 sendUrl INFO 83 [6] R:OK -2015-03-11 20:45:33 queue INFO >>83 [7] -2015-03-11 20:45:33 sendUrl INFO 83 [7] R:OK -2015-03-11 20:46:23 queue INFO >>83 [8] -2015-03-11 20:46:23 sendUrl INFO 83 [8] R:OK -2015-03-11 20:46:48 queue INFO 87 [9] -2015-03-11 20:46:49 queue INFO >87 [10] -2015-03-11 20:46:49 sendUrl INFO 87 [9] R:OK -2015-03-11 20:46:49 sendUrl INFO 87 [10] R:OK -2015-03-11 20:46:51 queue INFO 83 [11] -2015-03-11 20:46:52 queue INFO >83 [12] -2015-03-11 20:46:52 sendUrl INFO 83 [11] R:OK -2015-03-11 20:46:52 sendUrl INFO 83 [12] R:OK -2015-03-11 20:47:42 queue INFO >>83 [13] -2015-03-11 20:47:42 sendUrl INFO 83 [13] R:OK -2015-03-11 20:48:32 queue INFO >>83 [14] -2015-03-11 20:48:32 sendUrl INFO 83 [14] R:OK -2015-03-11 20:49:22 queue INFO >>83 [15] -2015-03-11 20:49:22 sendUrl INFO 83 [15] R:OK -2015-03-11 20:50:12 queue INFO >>83 [16] -2015-03-11 20:50:13 sendUrl INFO 83 [16] R:OK -2015-03-11 20:51:02 queue INFO >>83 [17] -2015-03-11 20:51:02 sendUrl INFO 83 [17] R:OK -2015-03-11 20:51:52 queue INFO >>83 [18] -2015-03-11 20:51:53 sendUrl INFO 83 [18] R:OK -2015-03-11 20:52:43 queue INFO >>83 [19] -2015-03-11 20:52:43 sendUrl INFO 83 [19] R:OK -2015-03-11 20:53:33 queue INFO >>83 [20] -2015-03-11 20:53:33 sendUrl INFO 83 [20] R:OK -2015-03-11 20:54:23 queue INFO >>83 [21] -2015-03-11 20:54:23 sendUrl INFO 83 [21] R:OK -2015-03-11 20:55:13 queue INFO >>83 [22] -2015-03-11 20:55:13 sendUrl INFO 83 [22] R:OK -2015-03-11 20:55:39 queue INFO 87 [23] -2015-03-11 20:55:39 queue INFO >87 [24] -2015-03-11 20:55:39 sendUrl INFO 87 [23] R:OK -2015-03-11 20:55:40 sendUrl INFO 87 [24] R:OK -2015-03-11 20:55:42 queue INFO 83 [25] -2015-03-11 20:55:42 queue INFO >83 [26] -2015-03-11 20:55:42 sendUrl INFO 83 [25] R:OK -2015-03-11 20:55:43 sendUrl INFO 83 [26] R:OK -2015-03-11 20:56:32 queue INFO >>83 [27] -2015-03-11 20:56:33 sendUrl INFO 83 [27] R:OK -2015-03-11 20:57:22 queue INFO >>83 [28] -2015-03-11 20:57:23 sendUrl INFO 83 [28] R:OK -2015-03-11 20:58:13 queue INFO >>83 [29] -2015-03-11 20:58:13 sendUrl INFO 83 [29] R:OK -2015-03-11 20:59:03 queue INFO >>83 [30] -2015-03-11 20:59:03 sendUrl INFO 83 [30] R:OK -2015-03-11 20:59:53 queue INFO >>83 [31] -2015-03-11 20:59:53 sendUrl INFO 83 [31] R:OK -2015-03-11 21:00:43 queue INFO >>83 [32] -2015-03-11 21:00:43 sendUrl INFO 83 [32] R:OK -2015-03-11 21:01:33 queue INFO >>83 [33] -2015-03-11 21:01:34 sendUrl INFO 83 [33] R:OK -2015-03-11 21:02:23 queue INFO >>83 [34] -2015-03-11 21:02:23 sendUrl INFO 83 [34] R:OK -2015-03-11 21:03:13 queue INFO >>83 [35] -2015-03-11 21:03:14 sendUrl INFO 83 [35] R:OK -2015-03-11 21:04:04 queue INFO >>83 [36] -2015-03-11 21:04:04 sendUrl INFO 83 [36] R:OK -2015-03-11 21:04:30 queue INFO 87 [37] -2015-03-11 21:04:30 queue INFO >87 [38] -2015-03-11 21:04:30 sendUrl INFO 87 [37] R:OK -2015-03-11 21:04:31 sendUrl INFO 87 [38] R:OK -2015-03-11 21:04:33 queue INFO 83 [39] -2015-03-11 21:04:33 queue INFO >83 [40] -2015-03-11 21:04:33 sendUrl INFO 83 [39] R:OK -2015-03-11 21:04:34 sendUrl INFO 83 [40] R:OK -2015-03-11 21:05:23 queue INFO >>83 [41] -2015-03-11 21:05:23 sendUrl INFO 83 [41] R:OK -2015-03-11 21:06:13 queue INFO >>83 [42] -2015-03-11 21:06:14 sendUrl INFO 83 [42] R:OK -2015-03-11 21:07:03 queue INFO >>83 [43] -2015-03-11 21:07:04 sendUrl INFO 83 [43] R:OK -2015-03-11 21:07:54 queue INFO >>83 [44] -2015-03-11 21:07:54 sendUrl INFO 83 [44] R:OK -2015-03-11 21:08:44 queue INFO >>83 [45] -2015-03-11 21:08:44 sendUrl INFO 83 [45] R:OK -2015-03-11 21:09:34 queue INFO >>83 [46] -2015-03-11 21:09:34 sendUrl INFO 83 [46] R:OK -2015-03-11 21:10:24 queue INFO >>83 [47] -2015-03-11 21:10:24 sendUrl INFO 83 [47] R:OK -2015-03-11 21:11:14 queue INFO >>83 [48] -2015-03-11 21:11:15 sendUrl INFO 83 [48] R:OK -2015-03-11 21:12:04 queue INFO >>83 [49] -2015-03-11 21:12:05 sendUrl INFO 83 [49] R:OK -2015-03-11 21:12:54 queue INFO >>83 [50] -2015-03-11 21:12:55 sendUrl INFO 83 [50] R:OK -2015-03-11 21:13:21 queue INFO 87 [51] -2015-03-11 21:13:22 queue INFO >87 [52] -2015-03-11 21:13:22 sendUrl INFO 87 [51] R:OK -2015-03-11 21:13:22 sendUrl INFO 87 [52] R:OK -2015-03-11 21:13:24 queue INFO 83 [53] -2015-03-11 21:13:25 queue INFO >83 [54] -2015-03-11 21:13:25 sendUrl INFO 83 [53] R:OK -2015-03-11 21:13:25 sendUrl INFO 83 [54] R:OK -2015-03-11 21:14:14 queue INFO >>83 [55] -2015-03-11 21:14:15 sendUrl INFO 83 [55] R:OK -2015-03-11 21:15:05 queue INFO >>83 [56] -2015-03-11 21:15:05 sendUrl INFO 83 [56] R:OK -2015-03-11 21:15:55 queue INFO >>83 [57] -2015-03-11 21:15:55 sendUrl INFO 83 [57] R:OK -2015-03-11 21:16:45 queue INFO >>83 [58] -2015-03-11 21:16:45 sendUrl INFO 83 [58] R:OK -2015-03-11 21:17:35 queue INFO >>83 [59] -2015-03-11 21:17:36 sendUrl INFO 83 [59] R:OK -2015-03-11 21:18:25 queue INFO >>83 [60] -2015-03-11 21:18:25 sendUrl INFO 83 [60] R:OK -2015-03-11 21:19:15 queue INFO >>83 [61] -2015-03-11 21:19:16 sendUrl INFO 83 [61] R:OK -2015-03-11 21:20:06 queue INFO >>83 [62] -2015-03-11 21:20:06 sendUrl INFO 83 [62] R:OK -2015-03-11 21:20:56 queue INFO >>83 [63] -2015-03-11 21:20:56 sendUrl INFO 83 [63] R:OK -2015-03-11 21:21:46 queue INFO >>83 [64] -2015-03-11 21:21:46 sendUrl INFO 83 [64] R:OK -2015-03-11 21:22:12 queue INFO 87 [65] -2015-03-11 21:22:12 queue INFO >87 [66] -2015-03-11 21:22:12 sendUrl INFO 87 [65] R:OK -2015-03-11 21:22:12 sendUrl INFO 87 [66] R:OK -2015-03-11 21:22:15 queue INFO 83 [67] -2015-03-11 21:22:15 queue INFO >83 [68] -2015-03-11 21:22:15 sendUrl INFO 83 [67] R:OK -2015-03-11 21:22:15 sendUrl INFO 83 [68] R:OK -2015-03-11 21:23:05 queue INFO >>83 [69] -2015-03-11 21:23:05 sendUrl INFO 83 [69] R:OK -2015-03-11 21:23:55 queue INFO >>83 [70] -2015-03-11 21:23:55 sendUrl INFO 83 [70] R:OK -2015-03-11 21:24:45 queue INFO >>83 [71] -2015-03-11 21:24:45 sendUrl INFO 83 [71] R:OK -2015-03-11 21:25:35 queue INFO >>83 [72] -2015-03-11 21:25:35 sendUrl INFO 83 [72] R:OK -2015-03-11 21:26:25 queue INFO >>83 [73] -2015-03-11 21:26:26 sendUrl INFO 83 [73] R:OK -2015-03-11 21:27:15 queue INFO >>83 [74] -2015-03-11 21:27:15 sendUrl INFO 83 [74] R:OK -2015-03-11 21:28:06 queue INFO >>83 [75] -2015-03-11 21:28:06 sendUrl INFO 83 [75] R:OK -2015-03-11 21:28:56 queue INFO >>83 [76] -2015-03-11 21:28:56 sendUrl INFO 83 [76] R:OK -2015-03-11 21:29:46 queue INFO >>83 [77] -2015-03-11 21:29:46 sendUrl INFO 83 [77] R:OK -2015-03-11 21:30:36 queue INFO >>83 [78] -2015-03-11 21:30:36 sendUrl INFO 83 [78] R:OK -2015-03-11 21:31:13 queue INFO 87 [79] -2015-03-11 21:31:13 queue INFO >87 [80] -2015-03-11 21:31:13 sendUrl INFO 87 [79] R:OK -2015-03-11 21:31:14 sendUrl INFO 87 [80] R:OK -2015-03-11 21:31:16 queue INFO 83 [81] -2015-03-11 21:31:16 queue INFO >83 [82] -2015-03-11 21:31:16 sendUrl INFO 83 [81] R:OK -2015-03-11 21:31:17 sendUrl INFO 83 [82] R:OK -2015-03-11 21:32:06 queue INFO >>83 [83] -2015-03-11 21:32:06 sendUrl INFO 83 [83] R:OK -2015-03-11 21:32:56 queue INFO >>83 [84] -2015-03-11 21:32:56 sendUrl INFO 83 [84] R:OK -2015-03-11 21:33:46 queue INFO >>83 [85] -2015-03-11 21:33:47 sendUrl INFO 83 [85] R:OK -2015-03-11 21:34:36 queue INFO >>83 [86] -2015-03-11 21:34:37 sendUrl INFO 83 [86] R:OK -2015-03-11 21:35:27 queue INFO >>83 [87] -2015-03-11 21:35:27 sendUrl INFO 83 [87] R:OK -2015-03-11 21:36:17 queue INFO >>83 [88] -2015-03-11 21:36:17 sendUrl INFO 83 [88] R:OK -2015-03-11 21:37:07 queue INFO >>83 [89] -2015-03-11 21:37:07 sendUrl INFO 83 [89] R:OK -2015-03-11 21:37:57 queue INFO >>83 [90] -2015-03-11 21:37:57 sendUrl INFO 83 [90] R:OK -2015-03-11 21:38:47 queue INFO >>83 [91] -2015-03-11 21:38:48 sendUrl INFO 83 [91] R:OK -2015-03-11 21:39:37 queue INFO >>83 [92] -2015-03-11 21:39:38 sendUrl INFO 83 [92] R:OK -2015-03-11 21:40:03 queue INFO 87 [93] -2015-03-11 21:40:03 queue INFO >87 [94] -2015-03-11 21:40:04 sendUrl INFO 87 [93] R:OK -2015-03-11 21:40:04 sendUrl INFO 87 [94] R:OK -2015-03-11 21:40:06 queue INFO 83 [95] -2015-03-11 21:40:06 queue INFO >83 [96] -2015-03-11 21:40:07 sendUrl INFO 83 [95] R:OK -2015-03-11 21:40:07 sendUrl INFO 83 [96] R:OK -2015-03-11 21:40:56 queue INFO >>83 [97] -2015-03-11 21:40:57 sendUrl INFO 83 [97] R:OK -2015-03-11 21:41:47 queue INFO >>83 [98] -2015-03-11 21:41:47 sendUrl INFO 83 [98] R:OK -2015-03-11 21:42:37 queue INFO >>83 [99] -2015-03-11 21:42:37 sendUrl INFO 83 [99] R:OK -2015-03-11 21:43:27 queue INFO >>83 [100] -2015-03-11 21:43:27 sendUrl INFO 83 [100] R:OK -2015-03-11 21:44:17 queue INFO >>83 [101] -2015-03-11 21:44:17 sendUrl INFO 83 [101] R:OK -2015-03-11 21:45:07 queue INFO >>83 [102] -2015-03-11 21:45:08 sendUrl INFO 83 [102] R:OK -2015-03-11 21:45:57 queue INFO >>83 [103] -2015-03-11 21:45:57 sendUrl INFO 83 [103] R:OK -2015-03-11 21:46:47 queue INFO >>83 [104] -2015-03-11 21:46:48 sendUrl INFO 83 [104] R:OK -2015-03-11 21:47:38 queue INFO >>83 [105] -2015-03-11 21:47:38 sendUrl INFO 83 [105] R:OK -2015-03-11 21:48:28 queue INFO >>83 [106] -2015-03-11 21:48:28 sendUrl INFO 83 [106] R:OK -2015-03-11 21:48:54 queue INFO 87 [107] -2015-03-11 21:48:54 queue INFO >87 [108] -2015-03-11 21:48:54 sendUrl INFO 87 [107] R:OK -2015-03-11 21:48:55 sendUrl INFO 87 [108] R:OK -2015-03-11 21:48:57 queue INFO 83 [109] -2015-03-11 21:48:57 queue INFO >83 [110] -2015-03-11 21:48:57 sendUrl INFO 83 [109] R:OK -2015-03-11 21:48:58 sendUrl INFO 83 [110] R:OK -2015-03-11 21:49:47 queue INFO >>83 [111] -2015-03-11 21:49:47 sendUrl INFO 83 [111] R:OK -2015-03-11 21:50:37 queue INFO >>83 [112] -2015-03-11 21:50:37 sendUrl INFO 83 [112] R:OK -2015-03-11 21:51:27 queue INFO >>83 [113] -2015-03-11 21:51:28 sendUrl INFO 83 [113] R:OK -2015-03-11 21:52:17 queue INFO >>83 [114] -2015-03-11 21:52:18 sendUrl INFO 83 [114] R:OK -2015-03-11 21:53:07 queue INFO >>83 [115] -2015-03-11 21:53:08 sendUrl INFO 83 [115] R:OK -2015-03-11 21:53:58 queue INFO >>83 [116] -2015-03-11 21:53:58 sendUrl INFO 83 [116] R:OK -2015-03-11 21:54:48 queue INFO >>83 [117] -2015-03-11 21:54:48 sendUrl INFO 83 [117] R:OK -2015-03-11 21:55:38 queue INFO >>83 [118] -2015-03-11 21:55:38 sendUrl INFO 83 [118] R:OK -2015-03-11 21:56:28 queue INFO >>83 [119] -2015-03-11 21:56:28 sendUrl INFO 83 [119] R:OK -2015-03-11 21:57:18 queue INFO >>83 [120] -2015-03-11 21:57:19 sendUrl INFO 83 [120] R:OK -2015-03-11 21:57:44 queue INFO 87 [121] -2015-03-11 21:57:45 queue INFO >87 [122] -2015-03-11 21:57:45 sendUrl INFO 87 [121] R:OK -2015-03-11 21:57:45 sendUrl INFO 87 [122] R:OK -2015-03-11 21:57:48 queue INFO 83 [123] -2015-03-11 21:57:48 queue INFO >83 [124] -2015-03-11 21:57:48 sendUrl INFO 83 [123] R:OK -2015-03-11 21:57:48 sendUrl INFO 83 [124] R:OK -2015-03-11 21:58:38 queue INFO >>83 [125] -2015-03-11 21:58:38 sendUrl INFO 83 [125] R:OK -2015-03-11 21:59:28 queue INFO >>83 [126] -2015-03-11 21:59:28 sendUrl INFO 83 [126] R:OK -2015-03-11 22:00:18 queue INFO >>83 [127] -2015-03-11 22:00:18 sendUrl INFO 83 [127] R:OK -2015-03-11 22:01:08 queue INFO >>83 [128] -2015-03-11 22:01:09 sendUrl INFO 83 [128] R:OK -2015-03-11 22:01:58 queue INFO >>83 [129] -2015-03-11 22:01:58 sendUrl INFO 83 [129] R:OK -2015-03-11 22:02:48 queue INFO >>83 [130] -2015-03-11 22:02:49 sendUrl INFO 83 [130] R:OK -2015-03-11 22:03:39 queue INFO >>83 [131] -2015-03-11 22:03:39 sendUrl INFO 83 [131] R:OK -2015-03-11 22:04:29 queue INFO >>83 [132] -2015-03-11 22:04:29 sendUrl INFO 83 [132] R:OK -2015-03-11 22:05:19 queue INFO >>83 [133] -2015-03-11 22:05:19 sendUrl INFO 83 [133] R:OK -2015-03-11 22:06:09 queue INFO >>83 [134] -2015-03-11 22:06:10 sendUrl INFO 83 [134] R:OK -2015-03-11 22:06:36 queue INFO 87 [135] -2015-03-11 22:06:36 queue INFO >87 [136] -2015-03-11 22:06:36 sendUrl INFO 87 [135] R:OK -2015-03-11 22:06:37 sendUrl INFO 87 [136] R:OK -2015-03-11 22:06:39 queue INFO 83 [137] -2015-03-11 22:06:39 queue INFO >83 [138] -2015-03-11 22:06:39 sendUrl INFO 83 [137] R:OK -2015-03-11 22:06:40 sendUrl INFO 83 [138] R:OK -2015-03-11 22:07:29 queue INFO >>83 [139] -2015-03-11 22:07:30 sendUrl INFO 83 [139] R:OK -2015-03-11 22:08:19 queue INFO >>83 [140] -2015-03-11 22:08:19 sendUrl INFO 83 [140] R:OK -2015-03-11 22:09:09 queue INFO >>83 [141] -2015-03-11 22:09:10 sendUrl INFO 83 [141] R:OK -2015-03-11 22:10:00 queue INFO >>83 [142] -2015-03-11 22:10:00 sendUrl INFO 83 [142] R:OK -2015-03-11 22:10:50 queue INFO >>83 [143] -2015-03-11 22:10:50 sendUrl INFO 83 [143] R:OK -2015-03-11 22:11:40 queue INFO >>83 [144] -2015-03-11 22:11:40 sendUrl INFO 83 [144] R:OK -2015-03-11 22:12:13 queue INFO 89 [145] -2015-03-11 22:12:13 queue INFO >89 [146] -2015-03-11 22:12:14 sendUrl INFO 89 [145] R:OK -2015-03-11 22:12:14 sendUrl INFO 89 [146] R:OK -2015-03-11 22:13:03 queue INFO >>89 [147] -2015-03-11 22:13:03 sendUrl INFO 89 [147] R:OK -2015-03-11 22:13:20 queue INFO 81 [148] -2015-03-11 22:13:20 queue INFO >81 [149] -2015-03-11 22:13:20 sendUrl INFO 81 [148] R:OK -2015-03-11 22:13:20 sendUrl INFO 81 [149] R:OK -2015-03-11 22:13:25 queue INFO 83 [150] -2015-03-11 22:13:25 queue INFO >83 [151] -2015-03-11 22:13:25 sendUrl INFO 83 [150] R:OK -2015-03-11 22:13:25 sendUrl INFO 83 [151] R:OK -2015-03-11 22:14:15 queue INFO >>83 [152] -2015-03-11 22:14:15 sendUrl INFO 83 [152] R:OK -2015-03-11 22:15:05 queue INFO >>83 [153] -2015-03-11 22:15:06 sendUrl INFO 83 [153] R:OK -2015-03-11 22:15:26 queue INFO 87 [154] -2015-03-11 22:15:26 sendUrl INFO 87 [154] R:OK -2015-03-11 22:15:26 queue INFO >87 [155] -2015-03-11 22:15:27 sendUrl INFO 87 [155] R:OK -2015-03-11 22:15:29 queue INFO 83 [156] -2015-03-11 22:15:29 sendUrl INFO 83 [156] R:OK -2015-03-11 22:15:29 queue INFO >83 [157] -2015-03-11 22:15:30 sendUrl INFO 83 [157] R:OK -2015-03-11 22:16:19 queue INFO >>83 [158] -2015-03-11 22:16:20 sendUrl INFO 83 [158] R:OK -2015-03-11 22:17:09 queue INFO >>83 [159] -2015-03-11 22:17:10 sendUrl INFO 83 [159] R:OK -2015-03-11 22:18:00 queue INFO >>83 [160] -2015-03-11 22:18:00 sendUrl INFO 83 [160] R:OK -2015-03-11 22:18:50 queue INFO >>83 [161] -2015-03-11 22:18:50 sendUrl INFO 83 [161] R:OK -2015-03-11 22:19:40 queue INFO >>83 [162] -2015-03-11 22:19:40 sendUrl INFO 83 [162] R:OK -2015-03-11 22:20:30 queue INFO >>83 [163] -2015-03-11 22:20:30 sendUrl INFO 83 [163] R:OK -2015-03-11 22:21:20 queue INFO >>83 [164] -2015-03-11 22:21:21 sendUrl INFO 83 [164] R:OK -2015-03-11 22:22:10 queue INFO >>83 [165] -2015-03-11 22:22:10 sendUrl INFO 83 [165] R:OK -2015-03-11 22:23:01 queue INFO >>83 [166] -2015-03-11 22:23:01 sendUrl INFO 83 [166] R:OK -2015-03-11 22:23:51 queue INFO >>83 [167] -2015-03-11 22:23:51 sendUrl INFO 83 [167] R:OK -2015-03-11 22:24:27 queue INFO 87 [168] -2015-03-11 22:24:27 sendUrl INFO 87 [168] R:OK -2015-03-11 22:24:28 queue INFO >87 [169] -2015-03-11 22:24:28 sendUrl INFO 87 [169] R:OK -2015-03-11 22:24:30 queue INFO 83 [170] -2015-03-11 22:24:30 sendUrl INFO 83 [170] R:OK -2015-03-11 22:24:31 queue INFO >83 [171] -2015-03-11 22:24:31 sendUrl INFO 83 [171] R:OK -2015-03-11 22:25:20 queue INFO >>83 [172] -2015-03-11 22:25:21 sendUrl INFO 83 [172] R:OK -2015-03-11 22:26:11 queue INFO >>83 [173] -2015-03-11 22:26:11 sendUrl INFO 83 [173] R:OK -2015-03-11 22:27:01 queue INFO >>83 [174] -2015-03-11 22:27:01 sendUrl INFO 83 [174] R:OK -2015-03-11 22:27:51 queue INFO >>83 [175] -2015-03-11 22:27:51 sendUrl INFO 83 [175] R:OK -2015-03-11 22:28:41 queue INFO >>83 [176] -2015-03-11 22:28:41 sendUrl INFO 83 [176] R:OK -2015-03-11 22:29:31 queue INFO >>83 [177] -2015-03-11 22:29:31 sendUrl INFO 83 [177] R:OK -2015-03-11 22:30:21 queue INFO >>83 [178] -2015-03-11 22:30:22 sendUrl INFO 83 [178] R:OK -2015-03-11 22:31:11 queue INFO >>83 [179] -2015-03-11 22:31:12 sendUrl INFO 83 [179] R:OK -2015-03-11 22:32:02 queue INFO >>83 [180] -2015-03-11 22:32:02 sendUrl INFO 83 [180] R:OK -2015-03-11 22:32:52 queue INFO >>83 [181] -2015-03-11 22:32:52 sendUrl INFO 83 [181] R:OK -2015-03-11 22:33:17 queue INFO 87 [182] -2015-03-11 22:33:18 queue INFO >87 [183] -2015-03-11 22:33:18 sendUrl INFO 87 [182] R:OK -2015-03-11 22:33:18 sendUrl INFO 87 [183] R:OK -2015-03-11 22:33:21 queue INFO 83 [184] -2015-03-11 22:33:21 queue INFO >83 [185] -2015-03-11 22:33:21 sendUrl INFO 83 [184] R:OK -2015-03-11 22:33:21 sendUrl INFO 83 [185] R:OK -2015-03-11 22:34:11 queue INFO >>83 [186] -2015-03-11 22:34:11 sendUrl INFO 83 [186] R:OK -2015-03-11 22:35:01 queue INFO >>83 [187] -2015-03-11 22:35:01 sendUrl INFO 83 [187] R:OK -2015-03-11 22:35:51 queue INFO >>83 [188] -2015-03-11 22:35:51 sendUrl INFO 83 [188] R:OK -2015-03-11 22:36:41 queue INFO >>83 [189] -2015-03-11 22:36:42 sendUrl INFO 83 [189] R:OK -2015-03-11 22:37:31 queue INFO >>83 [190] -2015-03-11 22:37:32 sendUrl INFO 83 [190] R:OK -2015-03-11 22:38:22 queue INFO >>83 [191] -2015-03-11 22:38:22 sendUrl INFO 83 [191] R:OK -2015-03-11 22:39:12 queue INFO >>83 [192] -2015-03-11 22:39:12 sendUrl INFO 83 [192] R:OK -2015-03-11 22:40:02 queue INFO >>83 [193] -2015-03-11 22:40:02 sendUrl INFO 83 [193] R:OK -2015-03-11 22:40:52 queue INFO >>83 [194] -2015-03-11 22:40:52 sendUrl INFO 83 [194] R:OK -2015-03-11 22:41:42 queue INFO >>83 [195] -2015-03-11 22:41:42 sendUrl INFO 83 [195] R:OK -2015-03-11 22:42:08 queue INFO 87 [196] -2015-03-11 22:42:08 queue INFO >87 [197] -2015-03-11 22:42:09 sendUrl INFO 87 [196] R:OK -2015-03-11 22:42:09 sendUrl INFO 87 [197] R:OK -2015-03-11 22:42:11 queue INFO 83 [198] -2015-03-11 22:42:11 queue INFO >83 [199] -2015-03-11 22:42:12 sendUrl INFO 83 [198] R:OK -2015-03-11 22:42:12 sendUrl INFO 83 [199] R:OK -2015-03-11 22:43:01 queue INFO >>83 [200] -2015-03-11 22:43:01 sendUrl INFO 83 [200] R:OK -2015-03-11 22:43:51 queue INFO >>83 [201] -2015-03-11 22:43:52 sendUrl INFO 83 [201] R:OK -2015-03-11 22:44:42 queue INFO >>83 [202] -2015-03-11 22:44:42 sendUrl INFO 83 [202] R:OK -2015-03-11 22:45:32 queue INFO >>83 [203] -2015-03-11 22:45:32 sendUrl INFO 83 [203] R:OK -2015-03-11 22:46:22 queue INFO >>83 [204] -2015-03-11 22:46:22 sendUrl INFO 83 [204] R:OK -2015-03-11 22:47:12 queue INFO >>83 [205] -2015-03-11 22:47:13 sendUrl INFO 83 [205] R:OK -2015-03-11 22:48:02 queue INFO >>83 [206] -2015-03-11 22:48:02 sendUrl INFO 83 [206] R:OK -2015-03-11 22:48:52 queue INFO >>83 [207] -2015-03-11 22:48:53 sendUrl INFO 83 [207] R:OK -2015-03-11 22:49:42 queue INFO >>83 [208] -2015-03-11 22:49:43 sendUrl INFO 83 [208] R:OK -2015-03-11 22:50:33 queue INFO >>83 [209] -2015-03-11 22:50:33 sendUrl INFO 83 [209] R:OK -2015-03-11 22:50:59 queue INFO 87 [210] -2015-03-11 22:50:59 sendUrl INFO 87 [210] R:OK -2015-03-11 22:50:59 queue INFO >87 [211] -2015-03-11 22:51:00 sendUrl INFO 87 [211] R:OK -2015-03-11 22:51:02 queue INFO 83 [212] -2015-03-11 22:51:02 queue INFO >83 [213] -2015-03-11 22:51:03 sendUrl INFO 83 [212] R:OK -2015-03-11 22:51:03 sendUrl INFO 83 [213] R:OK -2015-03-11 22:51:52 queue INFO >>83 [214] -2015-03-11 22:51:52 sendUrl INFO 83 [214] R:OK -2015-03-11 22:52:42 queue INFO >>83 [215] -2015-03-11 22:52:43 sendUrl INFO 83 [215] R:OK -2015-03-11 22:53:33 queue INFO >>83 [216] -2015-03-11 22:53:33 sendUrl INFO 83 [216] R:OK -2015-03-11 22:54:23 queue INFO >>83 [217] -2015-03-11 22:54:23 sendUrl INFO 83 [217] R:OK -2015-03-11 22:55:13 queue INFO >>83 [218] -2015-03-11 22:55:13 sendUrl INFO 83 [218] R:OK -2015-03-11 22:56:03 queue INFO >>83 [219] -2015-03-11 22:56:04 sendUrl INFO 83 [219] R:OK -2015-03-11 22:56:53 queue INFO >>83 [220] -2015-03-11 22:56:53 sendUrl INFO 83 [220] R:OK -2015-03-11 22:57:43 queue INFO >>83 [221] -2015-03-11 22:57:44 sendUrl INFO 83 [221] R:OK -2015-03-11 22:58:33 queue INFO >>83 [222] -2015-03-11 22:58:34 sendUrl INFO 83 [222] R:OK -2015-03-11 22:59:24 queue INFO >>83 [223] -2015-03-11 22:59:24 sendUrl INFO 83 [223] R:OK -2015-03-11 22:59:50 queue INFO 87 [224] -2015-03-11 22:59:51 queue INFO >87 [225] -2015-03-11 22:59:51 sendUrl INFO 87 [224] R:OK -2015-03-11 22:59:51 sendUrl INFO 87 [225] R:OK -2015-03-11 22:59:53 queue INFO 83 [226] -2015-03-11 22:59:54 queue INFO >83 [227] -2015-03-11 22:59:54 sendUrl INFO 83 [226] R:OK -2015-03-11 22:59:54 sendUrl INFO 83 [227] R:OK -2015-03-11 23:00:43 queue INFO >>83 [228] -2015-03-11 23:00:44 sendUrl INFO 83 [228] R:OK -2015-03-11 23:01:34 queue INFO >>83 [229] -2015-03-11 23:01:34 sendUrl INFO 83 [229] R:OK -2015-03-11 23:02:24 queue INFO >>83 [230] -2015-03-11 23:02:24 sendUrl INFO 83 [230] R:OK -2015-03-11 23:03:14 queue INFO >>83 [231] -2015-03-11 23:03:14 sendUrl INFO 83 [231] R:OK -2015-03-11 23:04:04 queue INFO >>83 [232] -2015-03-11 23:04:04 sendUrl INFO 83 [232] R:OK -2015-03-11 23:04:54 queue INFO >>83 [233] -2015-03-11 23:04:55 sendUrl INFO 83 [233] R:OK -2015-03-11 23:05:44 queue INFO >>83 [234] -2015-03-11 23:05:45 sendUrl INFO 83 [234] R:OK -2015-03-11 23:06:35 queue INFO >>83 [235] -2015-03-11 23:06:35 sendUrl INFO 83 [235] R:OK -2015-03-11 23:07:25 queue INFO >>83 [236] -2015-03-11 23:07:25 sendUrl INFO 83 [236] R:OK -2015-03-11 23:08:15 queue INFO >>83 [237] -2015-03-11 23:08:15 sendUrl INFO 83 [237] R:OK -2015-03-11 23:08:41 queue INFO 87 [238] -2015-03-11 23:08:41 queue INFO >87 [239] -2015-03-11 23:08:41 sendUrl INFO 87 [238] R:OK -2015-03-11 23:08:42 sendUrl INFO 87 [239] R:OK -2015-03-11 23:08:44 queue INFO 83 [240] -2015-03-11 23:08:44 queue INFO >83 [241] -2015-03-11 23:08:44 sendUrl INFO 83 [240] R:OK -2015-03-11 23:08:45 sendUrl INFO 83 [241] R:OK -2015-03-11 23:09:34 queue INFO >>83 [242] -2015-03-11 23:09:34 sendUrl INFO 83 [242] R:OK -2015-03-11 23:10:24 queue INFO >>83 [243] -2015-03-11 23:10:24 sendUrl INFO 83 [243] R:OK -2015-03-11 23:11:14 queue INFO >>83 [244] -2015-03-11 23:11:14 sendUrl INFO 83 [244] R:OK -2015-03-11 23:12:04 queue INFO >>83 [245] -2015-03-11 23:12:04 sendUrl INFO 83 [245] R:OK -2015-03-11 23:12:54 queue INFO >>83 [246] -2015-03-11 23:12:55 sendUrl INFO 83 [246] R:OK -2015-03-11 23:13:44 queue INFO >>83 [247] -2015-03-11 23:13:45 sendUrl INFO 83 [247] R:OK -2015-03-11 23:14:35 queue INFO >>83 [248] -2015-03-11 23:14:35 sendUrl INFO 83 [248] R:OK -2015-03-11 23:15:25 queue INFO >>83 [249] -2015-03-11 23:15:25 sendUrl INFO 83 [249] R:OK -2015-03-11 23:16:15 queue INFO >>83 [250] -2015-03-11 23:16:15 sendUrl INFO 83 [250] R:OK -2015-03-11 23:17:05 queue INFO >>83 [251] -2015-03-11 23:17:05 sendUrl INFO 83 [251] R:OK -2015-03-11 23:17:42 queue INFO 87 [252] -2015-03-11 23:17:42 queue INFO >87 [253] -2015-03-11 23:17:42 sendUrl INFO 87 [252] R:OK -2015-03-11 23:17:43 sendUrl INFO 87 [253] R:OK -2015-03-11 23:17:45 queue INFO 83 [254] -2015-03-11 23:17:45 queue INFO >83 [255] -2015-03-11 23:17:45 sendUrl INFO 83 [254] R:OK -2015-03-11 23:17:46 sendUrl INFO 83 [255] R:OK -2015-03-11 23:18:35 queue INFO >>83 [256] -2015-03-11 23:18:35 sendUrl INFO 83 [256] R:OK -2015-03-11 23:19:25 queue INFO >>83 [257] -2015-03-11 23:19:25 sendUrl INFO 83 [257] R:OK -2015-03-11 23:20:15 queue INFO >>83 [258] -2015-03-11 23:20:16 sendUrl INFO 83 [258] R:OK -2015-03-11 23:21:05 queue INFO >>83 [259] -2015-03-11 23:21:06 sendUrl INFO 83 [259] R:OK -2015-03-11 23:21:56 queue INFO >>83 [260] -2015-03-11 23:21:56 sendUrl INFO 83 [260] R:OK -2015-03-11 23:22:46 queue INFO >>83 [261] -2015-03-11 23:22:46 sendUrl INFO 83 [261] R:OK -2015-03-11 23:23:36 queue INFO >>83 [262] -2015-03-11 23:23:36 sendUrl INFO 83 [262] R:OK -2015-03-11 23:24:26 queue INFO >>83 [263] -2015-03-11 23:24:26 sendUrl INFO 83 [263] R:OK -2015-03-11 23:25:16 queue INFO >>83 [264] -2015-03-11 23:25:17 sendUrl INFO 83 [264] R:OK -2015-03-11 23:26:06 queue INFO >>83 [265] -2015-03-11 23:26:07 sendUrl INFO 83 [265] R:OK -2015-03-11 23:26:32 queue INFO 87 [266] -2015-03-11 23:26:32 queue INFO >87 [267] -2015-03-11 23:26:32 sendUrl INFO 87 [266] R:OK -2015-03-11 23:26:33 sendUrl INFO 87 [267] R:OK -2015-03-11 23:26:35 queue INFO 83 [268] -2015-03-11 23:26:35 queue INFO >83 [269] -2015-03-11 23:26:35 sendUrl INFO 83 [268] R:OK -2015-03-11 23:26:36 sendUrl INFO 83 [269] R:OK -2015-03-11 23:27:25 queue INFO >>83 [270] -2015-03-11 23:27:26 sendUrl INFO 83 [270] R:OK -2015-03-11 23:28:15 queue INFO >>83 [271] -2015-03-11 23:28:15 sendUrl INFO 83 [271] R:OK -2015-03-11 23:29:05 queue INFO >>83 [272] -2015-03-11 23:29:06 sendUrl INFO 83 [272] R:OK -2015-03-11 23:29:56 queue INFO >>83 [273] -2015-03-11 23:29:56 sendUrl INFO 83 [273] R:OK -2015-03-11 23:30:46 queue INFO >>83 [274] -2015-03-11 23:30:46 sendUrl INFO 83 [274] R:OK -2015-03-11 23:31:36 queue INFO >>83 [275] -2015-03-11 23:31:36 sendUrl INFO 83 [275] R:OK -2015-03-11 23:32:26 queue INFO >>83 [276] -2015-03-11 23:32:27 sendUrl INFO 83 [276] R:OK -2015-03-11 23:33:16 queue INFO >>83 [277] -2015-03-11 23:33:16 sendUrl INFO 83 [277] R:OK -2015-03-11 23:34:06 queue INFO >>83 [278] -2015-03-11 23:34:07 sendUrl INFO 83 [278] R:OK -2015-03-11 23:34:57 queue INFO >>83 [279] -2015-03-11 23:34:57 sendUrl INFO 83 [279] R:OK -2015-03-11 23:35:22 queue INFO 87 [280] -2015-03-11 23:35:23 queue INFO >87 [281] -2015-03-11 23:35:23 sendUrl INFO 87 [280] R:OK -2015-03-11 23:35:23 sendUrl INFO 87 [281] R:OK -2015-03-11 23:35:26 queue INFO 83 [282] -2015-03-11 23:35:26 sendUrl INFO 83 [282] R:OK -2015-03-11 23:35:26 queue INFO >83 [283] -2015-03-11 23:35:26 sendUrl INFO 83 [283] R:OK -2015-03-11 23:36:16 queue INFO >>83 [284] -2015-03-11 23:36:16 sendUrl INFO 83 [284] R:OK -2015-03-11 23:37:06 queue INFO >>83 [285] -2015-03-11 23:37:07 sendUrl INFO 83 [285] R:OK -2015-03-11 23:37:56 queue INFO >>83 [286] -2015-03-11 23:37:56 sendUrl INFO 83 [286] R:OK -2015-03-11 23:38:46 queue INFO >>83 [287] -2015-03-11 23:38:47 sendUrl INFO 83 [287] R:OK -2015-03-11 23:39:36 queue INFO >>83 [288] -2015-03-11 23:39:37 sendUrl INFO 83 [288] R:OK -2015-03-11 23:40:27 queue INFO >>83 [289] -2015-03-11 23:40:27 sendUrl INFO 83 [289] R:OK -2015-03-11 23:41:17 queue INFO >>83 [290] -2015-03-11 23:41:17 sendUrl INFO 83 [290] R:OK -2015-03-11 23:42:07 queue INFO >>83 [291] -2015-03-11 23:42:07 sendUrl INFO 83 [291] R:OK -2015-03-11 23:42:57 queue INFO >>83 [292] -2015-03-11 23:42:57 sendUrl INFO 83 [292] R:OK -2015-03-11 23:43:47 queue INFO >>83 [293] -2015-03-11 23:43:48 sendUrl INFO 83 [293] R:OK -2015-03-11 23:44:13 queue INFO 87 [294] -2015-03-11 23:44:14 queue INFO >87 [295] -2015-03-11 23:44:14 sendUrl INFO 87 [294] R:OK -2015-03-11 23:44:14 sendUrl INFO 87 [295] R:OK -2015-03-11 23:44:16 queue INFO 83 [296] -2015-03-11 23:44:17 queue INFO >83 [297] -2015-03-11 23:44:17 sendUrl INFO 83 [296] R:OK -2015-03-11 23:44:17 sendUrl INFO 83 [297] R:OK -2015-03-11 23:45:07 queue INFO >>83 [298] -2015-03-11 23:45:07 sendUrl INFO 83 [298] R:OK -2015-03-11 23:45:57 queue INFO >>83 [299] -2015-03-11 23:45:57 sendUrl INFO 83 [299] R:OK -2015-03-11 23:46:47 queue INFO >>83 [300] -2015-03-11 23:46:47 sendUrl INFO 83 [300] R:OK -2015-03-11 23:47:37 queue INFO >>83 [301] -2015-03-11 23:47:37 sendUrl INFO 83 [301] R:OK -2015-03-11 23:48:27 queue INFO >>83 [302] -2015-03-11 23:48:28 sendUrl INFO 83 [302] R:OK -2015-03-11 23:49:17 queue INFO >>83 [303] -2015-03-11 23:49:18 sendUrl INFO 83 [303] R:OK -2015-03-11 23:50:08 queue INFO >>83 [304] -2015-03-11 23:50:08 sendUrl INFO 83 [304] R:OK -2015-03-11 23:50:58 queue INFO >>83 [305] -2015-03-11 23:50:58 sendUrl INFO 83 [305] R:OK -2015-03-11 23:51:48 queue INFO >>83 [306] -2015-03-11 23:51:48 sendUrl INFO 83 [306] R:OK -2015-03-11 23:52:38 queue INFO >>83 [307] -2015-03-11 23:52:38 sendUrl INFO 83 [307] R:OK -2015-03-11 23:53:05 queue INFO 87 [308] -2015-03-11 23:53:05 queue INFO >87 [309] -2015-03-11 23:53:05 sendUrl INFO 87 [308] R:OK -2015-03-11 23:53:06 sendUrl INFO 87 [309] R:OK -2015-03-11 23:53:08 queue INFO 83 [310] -2015-03-11 23:53:08 queue INFO >83 [311] -2015-03-11 23:53:08 sendUrl INFO 83 [310] R:OK -2015-03-11 23:53:09 sendUrl INFO 83 [311] R:OK -2015-03-11 23:53:58 queue INFO >>83 [312] -2015-03-11 23:53:58 sendUrl INFO 83 [312] R:OK -2015-03-11 23:54:48 queue INFO >>83 [313] -2015-03-11 23:54:49 sendUrl INFO 83 [313] R:OK -2015-03-11 23:55:38 queue INFO >>83 [314] -2015-03-11 23:55:39 sendUrl INFO 83 [314] R:OK -2015-03-11 23:56:29 queue INFO >>83 [315] -2015-03-11 23:56:29 sendUrl INFO 83 [315] R:OK -2015-03-11 23:57:19 queue INFO >>83 [316] -2015-03-11 23:57:19 sendUrl INFO 83 [316] R:OK -2015-03-11 23:58:09 queue INFO >>83 [317] -2015-03-11 23:58:09 sendUrl INFO 83 [317] R:OK -2015-03-11 23:58:59 queue INFO >>83 [318] -2015-03-11 23:58:59 sendUrl INFO 83 [318] R:OK -2015-03-11 23:59:49 queue INFO >>83 [319] -2015-03-11 23:59:50 sendUrl INFO 83 [319] R:OK -2015-03-12 00:00:39 queue INFO >>83 [320] -2015-03-12 00:00:39 sendUrl INFO 83 [320] R:OK -2015-03-12 00:01:29 queue INFO >>83 [321] -2015-03-12 00:01:30 sendUrl INFO 83 [321] R:OK -2015-03-12 00:01:55 queue INFO 87 [322] -2015-03-12 00:01:55 queue INFO >87 [323] -2015-03-12 00:01:55 sendUrl INFO 87 [322] R:OK -2015-03-12 00:01:56 sendUrl INFO 87 [323] R:OK -2015-03-12 00:01:58 queue INFO 83 [324] -2015-03-12 00:01:58 queue INFO >83 [325] -2015-03-12 00:01:58 sendUrl INFO 83 [324] R:OK -2015-03-12 00:01:59 sendUrl INFO 83 [325] R:OK -2015-03-12 00:02:48 queue INFO >>83 [326] -2015-03-12 00:02:48 sendUrl INFO 83 [326] R:OK -2015-03-12 00:03:38 queue INFO >>83 [327] -2015-03-12 00:03:39 sendUrl INFO 83 [327] R:OK -2015-03-12 00:04:28 queue INFO >>83 [328] -2015-03-12 00:04:29 sendUrl INFO 83 [328] R:OK -2015-03-12 00:05:19 queue INFO >>83 [329] -2015-03-12 00:05:19 sendUrl INFO 83 [329] R:OK -2015-03-12 00:06:09 queue INFO >>83 [330] -2015-03-12 00:06:09 sendUrl INFO 83 [330] R:OK -2015-03-12 00:06:59 queue INFO >>83 [331] -2015-03-12 00:06:59 sendUrl INFO 83 [331] R:OK -2015-03-12 00:07:49 queue INFO >>83 [332] -2015-03-12 00:07:49 sendUrl INFO 83 [332] R:OK -2015-03-12 00:08:39 queue INFO >>83 [333] -2015-03-12 00:08:40 sendUrl INFO 83 [333] R:OK -2015-03-12 00:09:29 queue INFO >>83 [334] -2015-03-12 00:09:29 sendUrl INFO 83 [334] R:OK -2015-03-12 00:10:19 queue INFO >>83 [335] -2015-03-12 00:10:20 sendUrl INFO 83 [335] R:OK -2015-03-12 00:10:56 queue INFO 87 [336] -2015-03-12 00:10:56 queue INFO >87 [337] -2015-03-12 00:10:57 sendUrl INFO 87 [336] R:OK -2015-03-12 00:10:57 sendUrl INFO 87 [337] R:OK -2015-03-12 00:10:59 queue INFO 83 [338] -2015-03-12 00:11:00 sendUrl INFO 83 [338] R:OK -2015-03-12 00:11:00 queue INFO >83 [339] -2015-03-12 00:11:00 sendUrl INFO 83 [339] R:OK -2015-03-12 00:11:50 queue INFO >>83 [340] -2015-03-12 00:11:50 sendUrl INFO 83 [340] R:OK -2015-03-12 00:12:40 queue INFO >>83 [341] -2015-03-12 00:12:40 sendUrl INFO 83 [341] R:OK -2015-03-12 00:13:30 queue INFO >>83 [342] -2015-03-12 00:13:30 sendUrl INFO 83 [342] R:OK -2015-03-12 00:14:20 queue INFO >>83 [343] -2015-03-12 00:14:20 sendUrl INFO 83 [343] R:OK -2015-03-12 00:15:10 queue INFO >>83 [344] -2015-03-12 00:15:11 sendUrl INFO 83 [344] R:OK -2015-03-12 00:16:00 queue INFO >>83 [345] -2015-03-12 00:16:01 sendUrl INFO 83 [345] R:OK -2015-03-12 00:16:50 queue INFO >>83 [346] -2015-03-12 00:16:51 sendUrl INFO 83 [346] R:OK -2015-03-12 00:17:41 queue INFO >>83 [347] -2015-03-12 00:17:41 sendUrl INFO 83 [347] R:OK -2015-03-12 00:18:31 queue INFO >>83 [348] -2015-03-12 00:18:31 sendUrl INFO 83 [348] R:OK -2015-03-12 00:19:21 queue INFO >>83 [349] -2015-03-12 00:19:21 sendUrl INFO 83 [349] R:OK -2015-03-12 00:19:46 queue INFO 87 [350] -2015-03-12 00:19:47 queue INFO >87 [351] -2015-03-12 00:19:47 sendUrl INFO 87 [350] R:OK -2015-03-12 00:19:48 sendUrl INFO 87 [351] R:OK -2015-03-12 00:19:50 queue INFO 83 [352] -2015-03-12 00:19:50 queue INFO >83 [353] -2015-03-12 00:19:50 sendUrl INFO 83 [352] R:OK -2015-03-12 00:19:51 sendUrl INFO 83 [353] R:OK -2015-03-12 00:20:40 queue INFO >>83 [354] -2015-03-12 00:20:40 sendUrl INFO 83 [354] R:OK -2015-03-12 00:21:30 queue INFO >>83 [355] -2015-03-12 00:21:30 sendUrl INFO 83 [355] R:OK -2015-03-12 00:22:20 queue INFO >>83 [356] -2015-03-12 00:22:20 sendUrl INFO 83 [356] R:OK -2015-03-12 00:23:10 queue INFO >>83 [357] -2015-03-12 00:23:10 sendUrl INFO 83 [357] R:OK -2015-03-12 00:24:00 queue INFO >>83 [358] -2015-03-12 00:24:01 sendUrl INFO 83 [358] R:OK -2015-03-12 00:24:50 queue INFO >>83 [359] -2015-03-12 00:24:51 sendUrl INFO 83 [359] R:OK -2015-03-12 00:25:40 queue INFO >>83 [360] -2015-03-12 00:25:41 sendUrl INFO 83 [360] R:OK -2015-03-12 00:26:31 queue INFO >>83 [361] -2015-03-12 00:26:31 sendUrl INFO 83 [361] R:OK -2015-03-12 00:27:21 queue INFO >>83 [362] -2015-03-12 00:27:21 sendUrl INFO 83 [362] R:OK -2015-03-12 00:28:11 queue INFO >>83 [363] -2015-03-12 00:28:11 sendUrl INFO 83 [363] R:OK -2015-03-12 00:28:37 queue INFO 87 [364] -2015-03-12 00:28:37 queue INFO >87 [365] -2015-03-12 00:28:38 sendUrl INFO 87 [364] R:OK -2015-03-12 00:28:38 sendUrl INFO 87 [365] R:OK -2015-03-12 00:28:40 queue INFO 83 [366] -2015-03-12 00:28:40 queue INFO >83 [367] -2015-03-12 00:28:41 sendUrl INFO 83 [366] R:OK -2015-03-12 00:28:41 sendUrl INFO 83 [367] R:OK -2015-03-12 00:29:30 queue INFO >>83 [368] -2015-03-12 00:29:31 sendUrl INFO 83 [368] R:OK -2015-03-12 00:30:21 queue INFO >>83 [369] -2015-03-12 00:30:21 sendUrl INFO 83 [369] R:OK -2015-03-12 00:31:11 queue INFO >>83 [370] -2015-03-12 00:31:11 sendUrl INFO 83 [370] R:OK -2015-03-12 00:32:01 queue INFO >>83 [371] -2015-03-12 00:32:01 sendUrl INFO 83 [371] R:OK -2015-03-12 00:32:51 queue INFO >>83 [372] -2015-03-12 00:32:51 sendUrl INFO 83 [372] R:OK -2015-03-12 00:33:41 queue INFO >>83 [373] -2015-03-12 00:33:42 sendUrl INFO 83 [373] R:OK -2015-03-12 00:34:31 queue INFO >>83 [374] -2015-03-12 00:34:31 sendUrl INFO 83 [374] R:OK -2015-03-12 00:35:21 queue INFO >>83 [375] -2015-03-12 00:35:22 sendUrl INFO 83 [375] R:OK -2015-03-12 00:36:12 queue INFO >>83 [376] -2015-03-12 00:36:12 sendUrl INFO 83 [376] R:OK -2015-03-12 00:37:02 queue INFO >>83 [377] -2015-03-12 00:37:02 sendUrl INFO 83 [377] R:OK -2015-03-12 00:37:28 queue INFO 87 [378] -2015-03-12 00:37:28 queue INFO >87 [379] -2015-03-12 00:37:29 sendUrl INFO 87 [378] R:OK -2015-03-12 00:37:29 sendUrl INFO 87 [379] R:OK -2015-03-12 00:37:31 queue INFO 83 [380] -2015-03-12 00:37:31 sendUrl INFO 83 [380] R:OK -2015-03-12 00:37:31 queue INFO >83 [381] -2015-03-12 00:37:32 sendUrl INFO 83 [381] R:OK -2015-03-12 00:38:21 queue INFO >>83 [382] -2015-03-12 00:38:21 sendUrl INFO 83 [382] R:OK -2015-03-12 00:39:11 queue INFO >>83 [383] -2015-03-12 00:39:12 sendUrl INFO 83 [383] R:OK -2015-03-12 00:40:02 queue INFO >>83 [384] -2015-03-12 00:40:02 sendUrl INFO 83 [384] R:OK -2015-03-12 00:40:52 queue INFO >>83 [385] -2015-03-12 00:40:52 sendUrl INFO 83 [385] R:OK -2015-03-12 00:41:42 queue INFO >>83 [386] -2015-03-12 00:41:42 sendUrl INFO 83 [386] R:OK -2015-03-12 00:42:32 queue INFO >>83 [387] -2015-03-12 00:42:32 sendUrl INFO 83 [387] R:OK -2015-03-12 00:43:22 queue INFO >>83 [388] -2015-03-12 00:43:22 sendUrl INFO 83 [388] R:OK -2015-03-12 00:44:12 queue INFO >>83 [389] -2015-03-12 00:44:13 sendUrl INFO 83 [389] R:OK -2015-03-12 00:45:02 queue INFO >>83 [390] -2015-03-12 00:45:03 sendUrl INFO 83 [390] R:OK -2015-03-12 00:45:53 queue INFO >>83 [391] -2015-03-12 00:45:53 sendUrl INFO 83 [391] R:OK -2015-03-12 00:46:19 queue INFO 87 [392] -2015-03-12 00:46:20 queue INFO >87 [393] -2015-03-12 00:46:20 sendUrl INFO 87 [392] R:OK -2015-03-12 00:46:20 sendUrl INFO 87 [393] R:OK -2015-03-12 00:46:22 queue INFO 83 [394] -2015-03-12 00:46:23 queue INFO >83 [395] -2015-03-12 00:46:23 sendUrl INFO 83 [394] R:OK -2015-03-12 00:46:23 sendUrl INFO 83 [395] R:OK -2015-03-12 00:47:13 queue INFO >>83 [396] -2015-03-12 00:47:13 sendUrl INFO 83 [396] R:OK -2015-03-12 00:48:03 queue INFO >>83 [397] -2015-03-12 00:48:03 sendUrl INFO 83 [397] R:OK -2015-03-12 00:48:53 queue INFO >>83 [398] -2015-03-12 00:48:53 sendUrl INFO 83 [398] R:OK -2015-03-12 00:49:43 queue INFO >>83 [399] -2015-03-12 00:49:44 sendUrl INFO 83 [399] R:OK -2015-03-12 00:50:33 queue INFO >>83 [400] -2015-03-12 00:50:33 sendUrl INFO 83 [400] R:OK -2015-03-12 00:51:23 queue INFO >>83 [401] -2015-03-12 00:51:24 sendUrl INFO 83 [401] R:OK -2015-03-12 00:52:14 queue INFO >>83 [402] -2015-03-12 00:52:14 sendUrl INFO 83 [402] R:OK -2015-03-12 00:53:04 queue INFO >>83 [403] -2015-03-12 00:53:04 sendUrl INFO 83 [403] R:OK -2015-03-12 00:53:54 queue INFO >>83 [404] -2015-03-12 00:53:54 sendUrl INFO 83 [404] R:OK -2015-03-12 00:54:44 queue INFO >>83 [405] -2015-03-12 00:54:45 sendUrl INFO 83 [405] R:OK -2015-03-12 00:55:10 queue INFO 87 [406] -2015-03-12 00:55:10 queue INFO >87 [407] -2015-03-12 00:55:10 sendUrl INFO 87 [406] R:OK -2015-03-12 00:55:10 sendUrl INFO 87 [407] R:OK -2015-03-12 00:55:13 queue INFO 83 [408] -2015-03-12 00:55:13 queue INFO >83 [409] -2015-03-12 00:55:13 sendUrl INFO 83 [408] R:OK -2015-03-12 00:55:13 sendUrl INFO 83 [409] R:OK -2015-03-12 00:56:03 queue INFO >>83 [410] -2015-03-12 00:56:03 sendUrl INFO 83 [410] R:OK -2015-03-12 00:56:53 queue INFO >>83 [411] -2015-03-12 00:56:53 sendUrl INFO 83 [411] R:OK -2015-03-12 00:57:43 queue INFO >>83 [412] -2015-03-12 00:57:43 sendUrl INFO 83 [412] R:OK -2015-03-12 00:58:33 queue INFO >>83 [413] -2015-03-12 00:58:34 sendUrl INFO 83 [413] R:OK -2015-03-12 00:59:23 queue INFO >>83 [414] -2015-03-12 00:59:23 sendUrl INFO 83 [414] R:OK -2015-03-12 01:00:13 queue INFO >>83 [415] -2015-03-12 01:00:14 sendUrl INFO 83 [415] R:OK -2015-03-12 01:01:04 queue INFO >>83 [416] -2015-03-12 01:01:04 sendUrl INFO 83 [416] R:OK -2015-03-12 01:01:54 queue INFO >>83 [417] -2015-03-12 01:01:54 sendUrl INFO 83 [417] R:OK -2015-03-12 01:02:44 queue INFO >>83 [418] -2015-03-12 01:02:44 sendUrl INFO 83 [418] R:OK -2015-03-12 01:03:34 queue INFO >>83 [419] -2015-03-12 01:03:34 sendUrl INFO 83 [419] R:OK -2015-03-12 01:04:11 queue INFO 87 [420] -2015-03-12 01:04:11 queue INFO >87 [421] -2015-03-12 01:04:11 sendUrl INFO 87 [420] R:OK -2015-03-12 01:04:12 sendUrl INFO 87 [421] R:OK -2015-03-12 01:04:14 queue INFO 83 [422] -2015-03-12 01:04:14 queue INFO >83 [423] -2015-03-12 01:04:14 sendUrl INFO 83 [422] R:OK -2015-03-12 01:04:15 sendUrl INFO 83 [423] R:OK -2015-03-12 01:05:04 queue INFO >>83 [424] -2015-03-12 01:05:04 sendUrl INFO 83 [424] R:OK -2015-03-12 01:05:54 queue INFO >>83 [425] -2015-03-12 01:05:55 sendUrl INFO 83 [425] R:OK -2015-03-12 01:06:44 queue INFO >>83 [426] -2015-03-12 01:06:44 sendUrl INFO 83 [426] R:OK -2015-03-12 01:07:34 queue INFO >>83 [427] -2015-03-12 01:07:35 sendUrl INFO 83 [427] R:OK -2015-03-12 01:08:25 queue INFO >>83 [428] -2015-03-12 01:08:25 sendUrl INFO 83 [428] R:OK -2015-03-12 01:09:15 queue INFO >>83 [429] -2015-03-12 01:09:15 sendUrl INFO 83 [429] R:OK -2015-03-12 01:10:05 queue INFO >>83 [430] -2015-03-12 01:10:05 sendUrl INFO 83 [430] R:OK -2015-03-12 01:10:55 queue INFO >>83 [431] -2015-03-12 01:10:56 sendUrl INFO 83 [431] R:OK -2015-03-12 01:11:45 queue INFO >>83 [432] -2015-03-12 01:11:45 sendUrl INFO 83 [432] R:OK -2015-03-12 01:12:35 queue INFO >>83 [433] -2015-03-12 01:12:36 sendUrl INFO 83 [433] R:OK -2015-03-12 01:13:01 queue INFO 87 [434] -2015-03-12 01:13:01 queue INFO >87 [435] -2015-03-12 01:13:01 sendUrl INFO 87 [434] R:OK -2015-03-12 01:13:02 sendUrl INFO 87 [435] R:OK -2015-03-12 01:13:04 queue INFO 83 [436] -2015-03-12 01:13:04 queue INFO >83 [437] -2015-03-12 01:13:04 sendUrl INFO 83 [436] R:OK -2015-03-12 01:13:05 sendUrl INFO 83 [437] R:OK -2015-03-12 01:13:54 queue INFO >>83 [438] -2015-03-12 01:13:55 sendUrl INFO 83 [438] R:OK -2015-03-12 01:14:44 queue INFO >>83 [439] -2015-03-12 01:14:45 sendUrl INFO 83 [439] R:OK -2015-03-12 01:15:34 queue INFO >>83 [440] -2015-03-12 01:15:35 sendUrl INFO 83 [440] R:OK -2015-03-12 01:16:25 queue INFO >>83 [441] -2015-03-12 01:16:25 sendUrl INFO 83 [441] R:OK -2015-03-12 01:17:15 queue INFO >>83 [442] -2015-03-12 01:17:15 sendUrl INFO 83 [442] R:OK -2015-03-12 01:18:05 queue INFO >>83 [443] -2015-03-12 01:18:05 sendUrl INFO 83 [443] R:OK -2015-03-12 01:18:55 queue INFO >>83 [444] -2015-03-12 01:18:55 sendUrl INFO 83 [444] R:OK -2015-03-12 01:19:45 queue INFO >>83 [445] -2015-03-12 01:19:46 sendUrl INFO 83 [445] R:OK -2015-03-12 01:20:35 queue INFO >>83 [446] -2015-03-12 01:20:35 sendUrl INFO 83 [446] R:OK -2015-03-12 01:21:25 queue INFO >>83 [447] -2015-03-12 01:21:26 sendUrl INFO 83 [447] R:OK -2015-03-12 01:21:52 queue INFO 87 [448] -2015-03-12 01:21:52 queue INFO >87 [449] -2015-03-12 01:21:52 sendUrl INFO 87 [448] R:OK -2015-03-12 01:21:52 sendUrl INFO 87 [449] R:OK -2015-03-12 01:21:55 queue INFO 83 [450] -2015-03-12 01:21:55 queue INFO >83 [451] -2015-03-12 01:21:55 sendUrl INFO 83 [450] R:OK -2015-03-12 01:21:55 sendUrl INFO 83 [451] R:OK -2015-03-12 01:22:45 queue INFO >>83 [452] -2015-03-12 01:22:45 sendUrl INFO 83 [452] R:OK -2015-03-12 01:23:35 queue INFO >>83 [453] -2015-03-12 01:23:35 sendUrl INFO 83 [453] R:OK -2015-03-12 01:24:25 queue INFO >>83 [454] -2015-03-12 01:24:25 sendUrl INFO 83 [454] R:OK -2015-03-12 01:25:15 queue INFO >>83 [455] -2015-03-12 01:25:16 sendUrl INFO 83 [455] R:OK -2015-03-12 01:26:05 queue INFO >>83 [456] -2015-03-12 01:26:06 sendUrl INFO 83 [456] R:OK -2015-03-12 01:26:56 queue INFO >>83 [457] -2015-03-12 01:26:56 sendUrl INFO 83 [457] R:OK -2015-03-12 01:27:46 queue INFO >>83 [458] -2015-03-12 01:27:46 sendUrl INFO 83 [458] R:OK -2015-03-12 01:28:36 queue INFO >>83 [459] -2015-03-12 01:28:36 sendUrl INFO 83 [459] R:OK -2015-03-12 01:29:26 queue INFO >>83 [460] -2015-03-12 01:29:26 sendUrl INFO 83 [460] R:OK -2015-03-12 01:30:16 queue INFO >>83 [461] -2015-03-12 01:30:16 sendUrl INFO 83 [461] R:OK -2015-03-12 01:30:43 queue INFO 87 [462] -2015-03-12 01:30:43 queue INFO >87 [463] -2015-03-12 01:30:43 sendUrl INFO 87 [462] R:OK -2015-03-12 01:30:43 sendUrl INFO 87 [463] R:OK -2015-03-12 01:30:46 queue INFO 83 [464] -2015-03-12 01:30:46 queue INFO >83 [465] -2015-03-12 01:30:46 sendUrl INFO 83 [464] R:OK -2015-03-12 01:30:46 sendUrl INFO 83 [465] R:OK -2015-03-12 01:31:36 queue INFO >>83 [466] -2015-03-12 01:31:36 sendUrl INFO 83 [466] R:OK -2015-03-12 01:32:26 queue INFO >>83 [467] -2015-03-12 01:32:26 sendUrl INFO 83 [467] R:OK -2015-03-12 01:33:16 queue INFO >>83 [468] -2015-03-12 01:33:16 sendUrl INFO 83 [468] R:OK -2015-03-12 01:34:06 queue INFO >>83 [469] -2015-03-12 01:34:06 sendUrl INFO 83 [469] R:OK -2015-03-12 01:34:56 queue INFO >>83 [470] -2015-03-12 01:34:57 sendUrl INFO 83 [470] R:OK -2015-03-12 01:35:46 queue INFO >>83 [471] -2015-03-12 01:35:47 sendUrl INFO 83 [471] R:OK -2015-03-12 01:36:37 queue INFO >>83 [472] -2015-03-12 01:36:37 sendUrl INFO 83 [472] R:OK -2015-03-12 01:37:27 queue INFO >>83 [473] -2015-03-12 01:37:27 sendUrl INFO 83 [473] R:OK -2015-03-12 01:38:17 queue INFO >>83 [474] -2015-03-12 01:38:17 sendUrl INFO 83 [474] R:OK -2015-03-12 01:39:07 queue INFO >>83 [475] -2015-03-12 01:39:07 sendUrl INFO 83 [475] R:OK -2015-03-12 01:39:34 queue INFO 87 [476] -2015-03-12 01:39:34 sendUrl INFO 87 [476] R:OK -2015-03-12 01:39:34 queue INFO >87 [477] -2015-03-12 01:39:34 sendUrl INFO 87 [477] R:OK -2015-03-12 01:39:37 queue INFO 83 [478] -2015-03-12 01:39:37 sendUrl INFO 83 [478] R:OK -2015-03-12 01:39:37 queue INFO >83 [479] -2015-03-12 01:39:38 sendUrl INFO 83 [479] R:OK -2015-03-12 01:40:27 queue INFO >>83 [480] -2015-03-12 01:40:27 sendUrl INFO 83 [480] R:OK -2015-03-12 01:41:17 queue INFO >>83 [481] -2015-03-12 01:41:18 sendUrl INFO 83 [481] R:OK -2015-03-12 01:42:07 queue INFO >>83 [482] -2015-03-12 01:42:08 sendUrl INFO 83 [482] R:OK -2015-03-12 01:42:58 queue INFO >>83 [483] -2015-03-12 01:42:58 sendUrl INFO 83 [483] R:OK -2015-03-12 01:43:48 queue INFO >>83 [484] -2015-03-12 01:43:48 sendUrl INFO 83 [484] R:OK -2015-03-12 01:44:38 queue INFO >>83 [485] -2015-03-12 01:44:38 sendUrl INFO 83 [485] R:OK -2015-03-12 01:44:38 queue INFO 81 [486] -2015-03-12 01:44:38 queue INFO >81 [487] -2015-03-12 01:44:39 sendUrl INFO 81 [486] R:OK -2015-03-12 01:44:39 sendUrl INFO 81 [487] R:OK -2015-03-12 01:44:55 queue INFO 83 [488] -2015-03-12 01:44:55 queue INFO >83 [489] -2015-03-12 01:44:55 sendUrl INFO 83 [488] R:OK -2015-03-12 01:44:56 sendUrl INFO 83 [489] R:OK -2015-03-12 01:45:45 queue INFO >>83 [490] -2015-03-12 01:45:45 sendUrl INFO 83 [490] R:OK -2015-03-12 01:46:35 queue INFO >>83 [491] -2015-03-12 01:46:35 sendUrl INFO 83 [491] R:OK -2015-03-12 01:47:25 queue INFO >>83 [492] -2015-03-12 01:47:26 sendUrl INFO 83 [492] R:OK -2015-03-12 01:48:15 queue INFO >>83 [493] -2015-03-12 01:48:16 sendUrl INFO 83 [493] R:OK -2015-03-12 01:48:24 queue INFO 87 [494] -2015-03-12 01:48:24 queue INFO >87 [495] -2015-03-12 01:48:25 sendUrl INFO 87 [494] R:OK -2015-03-12 01:48:25 sendUrl INFO 87 [495] R:OK -2015-03-12 01:48:27 queue INFO 83 [496] -2015-03-12 01:48:27 queue INFO >83 [497] -2015-03-12 01:48:28 sendUrl INFO 83 [496] R:OK -2015-03-12 01:48:28 sendUrl INFO 83 [497] R:OK -2015-03-12 01:49:17 queue INFO >>83 [498] -2015-03-12 01:49:17 sendUrl INFO 83 [498] R:OK -2015-03-12 01:50:07 queue INFO >>83 [499] -2015-03-12 01:50:08 sendUrl INFO 83 [499] R:OK -2015-03-12 01:50:58 queue INFO >>83 [500] -2015-03-12 01:50:58 sendUrl INFO 83 [500] R:OK -2015-03-12 01:51:48 queue INFO >>83 [501] -2015-03-12 01:51:48 sendUrl INFO 83 [501] R:OK -2015-03-12 01:52:38 queue INFO >>83 [502] -2015-03-12 01:52:38 sendUrl INFO 83 [502] R:OK -2015-03-12 01:53:28 queue INFO >>83 [503] -2015-03-12 01:53:29 sendUrl INFO 83 [503] R:OK -2015-03-12 01:54:18 queue INFO >>83 [504] -2015-03-12 01:54:18 sendUrl INFO 83 [504] R:OK -2015-03-12 01:55:08 queue INFO >>83 [505] -2015-03-12 01:55:09 sendUrl INFO 83 [505] R:OK -2015-03-12 01:55:59 queue INFO >>83 [506] -2015-03-12 01:55:59 sendUrl INFO 83 [506] R:OK -2015-03-12 01:56:49 queue INFO >>83 [507] -2015-03-12 01:56:49 sendUrl INFO 83 [507] R:OK -2015-03-12 01:57:25 queue INFO 87 [508] -2015-03-12 01:57:26 queue INFO >87 [509] -2015-03-12 01:57:26 sendUrl INFO 87 [508] R:OK -2015-03-12 01:57:26 sendUrl INFO 87 [509] R:OK -2015-03-12 01:57:28 queue INFO 83 [510] -2015-03-12 01:57:29 queue INFO >83 [511] -2015-03-12 01:57:29 sendUrl INFO 83 [510] R:OK -2015-03-12 01:57:29 sendUrl INFO 83 [511] R:OK -2015-03-12 01:58:19 queue INFO >>83 [512] -2015-03-12 01:58:19 sendUrl INFO 83 [512] R:OK -2015-03-12 01:59:09 queue INFO >>83 [513] -2015-03-12 01:59:09 sendUrl INFO 83 [513] R:OK -2015-03-12 01:59:59 queue INFO >>83 [514] -2015-03-12 01:59:59 sendUrl INFO 83 [514] R:OK -2015-03-12 02:00:49 queue INFO >>83 [515] -2015-03-12 02:00:49 sendUrl INFO 83 [515] R:OK -2015-03-12 02:01:39 queue INFO >>83 [516] -2015-03-12 02:01:39 sendUrl INFO 83 [516] R:OK -2015-03-12 02:02:29 queue INFO >>83 [517] -2015-03-12 02:02:30 sendUrl INFO 83 [517] R:OK -2015-03-12 02:03:19 queue INFO >>83 [518] -2015-03-12 02:03:20 sendUrl INFO 83 [518] R:OK -2015-03-12 02:04:10 queue INFO >>83 [519] -2015-03-12 02:04:10 sendUrl INFO 83 [519] R:OK -2015-03-12 02:05:00 queue INFO >>83 [520] -2015-03-12 02:05:00 sendUrl INFO 83 [520] R:OK -2015-03-12 02:05:50 queue INFO >>83 [521] -2015-03-12 02:05:50 sendUrl INFO 83 [521] R:OK -2015-03-12 02:06:16 queue INFO 87 [522] -2015-03-12 02:06:16 queue INFO >87 [523] -2015-03-12 02:06:16 sendUrl INFO 87 [522] R:OK -2015-03-12 02:06:17 sendUrl INFO 87 [523] R:OK -2015-03-12 02:06:19 queue INFO 83 [524] -2015-03-12 02:06:19 queue INFO >83 [525] -2015-03-12 02:06:19 sendUrl INFO 83 [524] R:OK -2015-03-12 02:06:20 sendUrl INFO 83 [525] R:OK -2015-03-12 02:07:09 queue INFO >>83 [526] -2015-03-12 02:07:09 sendUrl INFO 83 [526] R:OK -2015-03-12 02:07:59 queue INFO >>83 [527] -2015-03-12 02:07:59 sendUrl INFO 83 [527] R:OK -2015-03-12 02:08:49 queue INFO >>83 [528] -2015-03-12 02:08:49 sendUrl INFO 83 [528] R:OK -2015-03-12 02:09:39 queue INFO >>83 [529] -2015-03-12 02:09:40 sendUrl INFO 83 [529] R:OK -2015-03-12 02:10:29 queue INFO >>83 [530] -2015-03-12 02:10:30 sendUrl INFO 83 [530] R:OK -2015-03-12 02:11:19 queue INFO >>83 [531] -2015-03-12 02:11:20 sendUrl INFO 83 [531] R:OK -2015-03-12 02:12:10 queue INFO >>83 [532] -2015-03-12 02:12:10 sendUrl INFO 83 [532] R:OK -2015-03-12 02:13:00 queue INFO >>83 [533] -2015-03-12 02:13:00 sendUrl INFO 83 [533] R:OK -2015-03-12 02:13:50 queue INFO >>83 [534] -2015-03-12 02:13:50 sendUrl INFO 83 [534] R:OK -2015-03-12 02:14:40 queue INFO >>83 [535] -2015-03-12 02:14:41 sendUrl INFO 83 [535] R:OK -2015-03-12 02:15:06 queue INFO 87 [536] -2015-03-12 02:15:06 queue INFO >87 [537] -2015-03-12 02:15:07 sendUrl INFO 87 [536] R:OK -2015-03-12 02:15:07 sendUrl INFO 87 [537] R:OK -2015-03-12 02:15:09 queue INFO 83 [538] -2015-03-12 02:15:09 queue INFO >83 [539] -2015-03-12 02:15:10 sendUrl INFO 83 [538] R:OK -2015-03-12 02:15:10 sendUrl INFO 83 [539] R:OK -2015-03-12 02:15:59 queue INFO >>83 [540] -2015-03-12 02:16:00 sendUrl INFO 83 [540] R:OK -2015-03-12 02:16:50 queue INFO >>83 [541] -2015-03-12 02:16:50 sendUrl INFO 83 [541] R:OK -2015-03-12 02:17:40 queue INFO >>83 [542] -2015-03-12 02:17:40 sendUrl INFO 83 [542] R:OK -2015-03-12 02:18:30 queue INFO >>83 [543] -2015-03-12 02:18:30 sendUrl INFO 83 [543] R:OK -2015-03-12 02:19:20 queue INFO >>83 [544] -2015-03-12 02:19:20 sendUrl INFO 83 [544] R:OK -2015-03-12 02:20:10 queue INFO >>83 [545] -2015-03-12 02:20:11 sendUrl INFO 83 [545] R:OK -2015-03-12 02:21:00 queue INFO >>83 [546] -2015-03-12 02:21:01 sendUrl INFO 83 [546] R:OK -2015-03-12 02:21:50 queue INFO >>83 [547] -2015-03-12 02:21:51 sendUrl INFO 83 [547] R:OK -2015-03-12 02:22:41 queue INFO >>83 [548] -2015-03-12 02:22:41 sendUrl INFO 83 [548] R:OK -2015-03-12 02:23:31 queue INFO >>83 [549] -2015-03-12 02:23:31 sendUrl INFO 83 [549] R:OK -2015-03-12 02:23:57 queue INFO 87 [550] -2015-03-12 02:23:57 sendUrl INFO 87 [550] R:OK -2015-03-12 02:23:57 queue INFO >87 [551] -2015-03-12 02:23:58 sendUrl INFO 87 [551] R:OK -2015-03-12 02:24:00 queue INFO 83 [552] -2015-03-12 02:24:00 queue INFO >83 [553] -2015-03-12 02:24:01 sendUrl INFO 83 [552] R:OK -2015-03-12 02:24:01 sendUrl INFO 83 [553] R:OK -2015-03-12 02:24:50 queue INFO >>83 [554] -2015-03-12 02:24:51 sendUrl INFO 83 [554] R:OK -2015-03-12 02:25:41 queue INFO >>83 [555] -2015-03-12 02:25:41 sendUrl INFO 83 [555] R:OK -2015-03-12 02:26:31 queue INFO >>83 [556] -2015-03-12 02:26:31 sendUrl INFO 83 [556] R:OK -2015-03-12 02:27:21 queue INFO >>83 [557] -2015-03-12 02:27:21 sendUrl INFO 83 [557] R:OK -2015-03-12 02:28:11 queue INFO >>83 [558] -2015-03-12 02:28:11 sendUrl INFO 83 [558] R:OK -2015-03-12 02:29:01 queue INFO >>83 [559] -2015-03-12 02:29:02 sendUrl INFO 83 [559] R:OK -2015-03-12 02:29:51 queue INFO >>83 [560] -2015-03-12 02:29:52 sendUrl INFO 83 [560] R:OK -2015-03-12 02:30:42 queue INFO >>83 [561] -2015-03-12 02:30:42 sendUrl INFO 83 [561] R:OK -2015-03-12 02:31:32 queue INFO >>83 [562] -2015-03-12 02:31:32 sendUrl INFO 83 [562] R:OK -2015-03-12 02:32:22 queue INFO >>83 [563] -2015-03-12 02:32:22 sendUrl INFO 83 [563] R:OK -2015-03-12 02:32:48 queue INFO 87 [564] -2015-03-12 02:32:49 queue INFO >87 [565] -2015-03-12 02:32:49 sendUrl INFO 87 [564] R:OK -2015-03-12 02:32:49 sendUrl INFO 87 [565] R:OK -2015-03-12 02:32:52 queue INFO 83 [566] -2015-03-12 02:32:52 queue INFO >83 [567] -2015-03-12 02:32:52 sendUrl INFO 83 [566] R:OK -2015-03-12 02:32:52 sendUrl INFO 83 [567] R:OK -2015-03-12 02:33:42 queue INFO >>83 [568] -2015-03-12 02:33:42 sendUrl INFO 83 [568] R:OK -2015-03-12 02:34:32 queue INFO >>83 [569] -2015-03-12 02:34:32 sendUrl INFO 83 [569] R:OK -2015-03-12 02:35:22 queue INFO >>83 [570] -2015-03-12 02:35:22 sendUrl INFO 83 [570] R:OK -2015-03-12 02:36:12 queue INFO >>83 [571] -2015-03-12 02:36:13 sendUrl INFO 83 [571] R:OK -2015-03-12 02:37:02 queue INFO >>83 [572] -2015-03-12 02:37:02 sendUrl INFO 83 [572] R:OK -2015-03-12 02:37:52 queue INFO >>83 [573] -2015-03-12 02:37:53 sendUrl INFO 83 [573] R:OK -2015-03-12 02:38:43 queue INFO >>83 [574] -2015-03-12 02:38:43 sendUrl INFO 83 [574] R:OK -2015-03-12 02:39:33 queue INFO >>83 [575] -2015-03-12 02:39:33 sendUrl INFO 83 [575] R:OK -2015-03-12 02:40:23 queue INFO >>83 [576] -2015-03-12 02:40:23 sendUrl INFO 83 [576] R:OK -2015-03-12 02:41:13 queue INFO >>83 [577] -2015-03-12 02:41:13 sendUrl INFO 83 [577] R:OK -2015-03-12 02:41:39 queue INFO 87 [578] -2015-03-12 02:41:39 sendUrl INFO 87 [578] R:OK -2015-03-12 02:41:39 queue INFO >87 [579] -2015-03-12 02:41:39 sendUrl INFO 87 [579] R:OK -2015-03-12 02:41:42 queue INFO 83 [580] -2015-03-12 02:41:42 sendUrl INFO 83 [580] R:OK -2015-03-12 02:41:42 queue INFO >83 [581] -2015-03-12 02:41:42 sendUrl INFO 83 [581] R:OK -2015-03-12 02:42:32 queue INFO >>83 [582] -2015-03-12 02:42:32 sendUrl INFO 83 [582] R:OK -2015-03-12 02:43:22 queue INFO >>83 [583] -2015-03-12 02:43:23 sendUrl INFO 83 [583] R:OK -2015-03-12 02:44:12 queue INFO >>83 [584] -2015-03-12 02:44:12 sendUrl INFO 83 [584] R:OK -2015-03-12 02:45:02 queue INFO >>83 [585] -2015-03-12 02:45:03 sendUrl INFO 83 [585] R:OK -2015-03-12 02:45:52 queue INFO >>83 [586] -2015-03-12 02:45:53 sendUrl INFO 83 [586] R:OK -2015-03-12 02:46:43 queue INFO >>83 [587] -2015-03-12 02:46:43 sendUrl INFO 83 [587] R:OK -2015-03-12 02:47:33 queue INFO >>83 [588] -2015-03-12 02:47:33 sendUrl INFO 83 [588] R:OK -2015-03-12 02:48:23 queue INFO >>83 [589] -2015-03-12 02:48:24 sendUrl INFO 83 [589] R:OK -2015-03-12 02:49:13 queue INFO >>83 [590] -2015-03-12 02:49:13 sendUrl INFO 83 [590] R:OK -2015-03-12 02:50:03 queue INFO >>83 [591] -2015-03-12 02:50:04 sendUrl INFO 83 [591] R:OK -2015-03-12 02:50:40 queue INFO 87 [592] -2015-03-12 02:50:40 queue INFO >87 [593] -2015-03-12 02:50:40 sendUrl INFO 87 [592] R:OK -2015-03-12 02:50:41 sendUrl INFO 87 [593] R:OK -2015-03-12 02:50:43 queue INFO 83 [594] -2015-03-12 02:50:43 queue INFO >83 [595] -2015-03-12 02:50:43 sendUrl INFO 83 [594] R:OK -2015-03-12 02:50:44 sendUrl INFO 83 [595] R:OK -2015-03-12 02:51:33 queue INFO >>83 [596] -2015-03-12 02:51:33 sendUrl INFO 83 [596] R:OK -2015-03-12 02:52:23 queue INFO >>83 [597] -2015-03-12 02:52:24 sendUrl INFO 83 [597] R:OK -2015-03-12 02:53:13 queue INFO >>83 [598] -2015-03-12 02:53:14 sendUrl INFO 83 [598] R:OK -2015-03-12 02:54:04 queue INFO >>83 [599] -2015-03-12 02:54:04 sendUrl INFO 83 [599] R:OK -2015-03-12 02:54:54 queue INFO >>83 [600] -2015-03-12 02:54:54 sendUrl INFO 83 [600] R:OK -2015-03-12 02:55:44 queue INFO >>83 [601] -2015-03-12 02:55:44 sendUrl INFO 83 [601] R:OK -2015-03-12 02:56:34 queue INFO >>83 [602] -2015-03-12 02:56:34 sendUrl INFO 83 [602] R:OK -2015-03-12 02:57:24 queue INFO >>83 [603] -2015-03-12 02:57:25 sendUrl INFO 83 [603] R:OK -2015-03-12 02:58:14 queue INFO >>83 [604] -2015-03-12 02:58:15 sendUrl INFO 83 [604] R:OK -2015-03-12 02:59:05 queue INFO >>83 [605] -2015-03-12 02:59:05 sendUrl INFO 83 [605] R:OK -2015-03-12 02:59:30 queue INFO 87 [606] -2015-03-12 02:59:30 queue INFO >87 [607] -2015-03-12 02:59:30 sendUrl INFO 87 [606] R:OK -2015-03-12 02:59:31 sendUrl INFO 87 [607] R:OK -2015-03-12 02:59:33 queue INFO 83 [608] -2015-03-12 02:59:33 queue INFO >83 [609] -2015-03-12 02:59:33 sendUrl INFO 83 [608] R:OK -2015-03-12 02:59:34 sendUrl INFO 83 [609] R:OK -2015-03-12 03:00:23 queue INFO >>83 [610] -2015-03-12 03:00:24 sendUrl INFO 83 [610] R:OK -2015-03-12 03:01:14 queue INFO >>83 [611] -2015-03-12 03:01:14 sendUrl INFO 83 [611] R:OK -2015-03-12 03:02:04 queue INFO >>83 [612] -2015-03-12 03:02:04 sendUrl INFO 83 [612] R:OK -2015-03-12 03:02:54 queue INFO >>83 [613] -2015-03-12 03:02:54 sendUrl INFO 83 [613] R:OK -2015-03-12 03:03:44 queue INFO >>83 [614] -2015-03-12 03:03:44 sendUrl INFO 83 [614] R:OK -2015-03-12 03:04:34 queue INFO >>83 [615] -2015-03-12 03:04:34 sendUrl INFO 83 [615] R:OK -2015-03-12 03:05:24 queue INFO >>83 [616] -2015-03-12 03:05:25 sendUrl INFO 83 [616] R:OK -2015-03-12 03:06:14 queue INFO >>83 [617] -2015-03-12 03:06:15 sendUrl INFO 83 [617] R:OK -2015-03-12 03:07:05 queue INFO >>83 [618] -2015-03-12 03:07:05 sendUrl INFO 83 [618] R:OK -2015-03-12 03:07:55 queue INFO >>83 [619] -2015-03-12 03:07:55 sendUrl INFO 83 [619] R:OK -2015-03-12 03:08:21 queue INFO 87 [620] -2015-03-12 03:08:21 sendUrl INFO 87 [620] R:OK -2015-03-12 03:08:21 queue INFO >87 [621] -2015-03-12 03:08:21 sendUrl INFO 87 [621] R:OK -2015-03-12 03:08:24 queue INFO 83 [622] -2015-03-12 03:08:24 sendUrl INFO 83 [622] R:OK -2015-03-12 03:08:24 queue INFO >83 [623] -2015-03-12 03:08:24 sendUrl INFO 83 [623] R:OK -2015-03-12 03:09:14 queue INFO >>83 [624] -2015-03-12 03:09:14 sendUrl INFO 83 [624] R:OK -2015-03-12 03:10:04 queue INFO >>83 [625] -2015-03-12 03:10:05 sendUrl INFO 83 [625] R:OK -2015-03-12 03:10:54 queue INFO >>83 [626] -2015-03-12 03:10:55 sendUrl INFO 83 [626] R:OK -2015-03-12 03:11:44 queue INFO >>83 [627] -2015-03-12 03:11:45 sendUrl INFO 83 [627] R:OK -2015-03-12 03:12:35 queue INFO >>83 [628] -2015-03-12 03:12:35 sendUrl INFO 83 [628] R:OK -2015-03-12 03:13:25 queue INFO >>83 [629] -2015-03-12 03:13:25 sendUrl INFO 83 [629] R:OK -2015-03-12 03:14:15 queue INFO >>83 [630] -2015-03-12 03:14:15 sendUrl INFO 83 [630] R:OK -2015-03-12 03:15:05 queue INFO >>83 [631] -2015-03-12 03:15:05 sendUrl INFO 83 [631] R:OK -2015-03-12 03:15:55 queue INFO >>83 [632] -2015-03-12 03:15:56 sendUrl INFO 83 [632] R:OK -2015-03-12 03:16:45 queue INFO >>83 [633] -2015-03-12 03:16:46 sendUrl INFO 83 [633] R:OK -2015-03-12 03:17:12 queue INFO 87 [634] -2015-03-12 03:17:12 queue INFO >87 [635] -2015-03-12 03:17:12 sendUrl INFO 87 [634] R:OK -2015-03-12 03:17:13 sendUrl INFO 87 [635] R:OK -2015-03-12 03:17:15 queue INFO 83 [636] -2015-03-12 03:17:15 queue INFO >83 [637] -2015-03-12 03:17:15 sendUrl INFO 83 [636] R:OK -2015-03-12 03:17:16 sendUrl INFO 83 [637] R:OK -2015-03-12 03:18:05 queue INFO >>83 [638] -2015-03-12 03:18:05 sendUrl INFO 83 [638] R:OK -2015-03-12 03:18:55 queue INFO >>83 [639] -2015-03-12 03:18:55 sendUrl INFO 83 [639] R:OK -2015-03-12 03:19:45 queue INFO >>83 [640] -2015-03-12 03:19:46 sendUrl INFO 83 [640] R:OK -2015-03-12 03:20:35 queue INFO >>83 [641] -2015-03-12 03:20:35 sendUrl INFO 83 [641] R:OK -2015-03-12 03:21:25 queue INFO >>83 [642] -2015-03-12 03:21:26 sendUrl INFO 83 [642] R:OK -2015-03-12 03:22:16 queue INFO >>83 [643] -2015-03-12 03:22:16 sendUrl INFO 83 [643] R:OK -2015-03-12 03:23:06 queue INFO >>83 [644] -2015-03-12 03:23:06 sendUrl INFO 83 [644] R:OK -2015-03-12 03:23:56 queue INFO >>83 [645] -2015-03-12 03:23:56 sendUrl INFO 83 [645] R:OK -2015-03-12 03:24:46 queue INFO >>83 [646] -2015-03-12 03:24:47 sendUrl INFO 83 [646] R:OK -2015-03-12 03:25:36 queue INFO >>83 [647] -2015-03-12 03:25:36 sendUrl INFO 83 [647] R:OK -2015-03-12 03:26:03 queue INFO 87 [648] -2015-03-12 03:26:03 queue INFO >87 [649] -2015-03-12 03:26:04 sendUrl INFO 87 [648] R:OK -2015-03-12 03:26:04 sendUrl INFO 87 [649] R:OK -2015-03-12 03:26:06 queue INFO 83 [650] -2015-03-12 03:26:06 queue INFO >83 [651] -2015-03-12 03:26:07 sendUrl INFO 83 [650] R:OK -2015-03-12 03:26:07 sendUrl INFO 83 [651] R:OK -2015-03-12 03:26:56 queue INFO >>83 [652] -2015-03-12 03:26:56 sendUrl INFO 83 [652] R:OK -2015-03-12 03:27:46 queue INFO >>83 [653] -2015-03-12 03:27:47 sendUrl INFO 83 [653] R:OK -2015-03-12 03:28:37 queue INFO >>83 [654] -2015-03-12 03:28:37 sendUrl INFO 83 [654] R:OK -2015-03-12 03:29:27 queue INFO >>83 [655] -2015-03-12 03:29:27 sendUrl INFO 83 [655] R:OK -2015-03-12 03:30:17 queue INFO >>83 [656] -2015-03-12 03:30:17 sendUrl INFO 83 [656] R:OK -2015-03-12 03:31:07 queue INFO >>83 [657] -2015-03-12 03:31:07 sendUrl INFO 83 [657] R:OK -2015-03-12 03:31:57 queue INFO >>83 [658] -2015-03-12 03:31:57 sendUrl INFO 83 [658] R:OK -2015-03-12 03:32:47 queue INFO >>83 [659] -2015-03-12 03:32:48 sendUrl INFO 83 [659] R:OK -2015-03-12 03:33:37 queue INFO >>83 [660] -2015-03-12 03:33:38 sendUrl INFO 83 [660] R:OK -2015-03-12 03:34:28 queue INFO >>83 [661] -2015-03-12 03:34:28 sendUrl INFO 83 [661] R:OK -2015-03-12 03:34:53 queue INFO 87 [662] -2015-03-12 03:34:54 queue INFO >87 [663] -2015-03-12 03:34:54 sendUrl INFO 87 [662] R:OK -2015-03-12 03:34:54 sendUrl INFO 87 [663] R:OK -2015-03-12 03:34:56 queue INFO 83 [664] -2015-03-12 03:34:57 queue INFO >83 [665] -2015-03-12 03:34:57 sendUrl INFO 83 [664] R:OK -2015-03-12 03:34:57 sendUrl INFO 83 [665] R:OK -2015-03-12 03:35:46 queue INFO >>83 [666] -2015-03-12 03:35:47 sendUrl INFO 83 [666] R:OK -2015-03-12 03:36:37 queue INFO >>83 [667] -2015-03-12 03:36:37 sendUrl INFO 83 [667] R:OK -2015-03-12 03:37:27 queue INFO >>83 [668] -2015-03-12 03:37:27 sendUrl INFO 83 [668] R:OK -2015-03-12 03:38:17 queue INFO >>83 [669] -2015-03-12 03:38:17 sendUrl INFO 83 [669] R:OK -2015-03-12 03:39:07 queue INFO >>83 [670] -2015-03-12 03:39:07 sendUrl INFO 83 [670] R:OK -2015-03-12 03:39:57 queue INFO >>83 [671] -2015-03-12 03:39:58 sendUrl INFO 83 [671] R:OK -2015-03-12 03:40:47 queue INFO >>83 [672] -2015-03-12 03:40:47 sendUrl INFO 83 [672] R:OK -2015-03-12 03:41:37 queue INFO >>83 [673] -2015-03-12 03:41:38 sendUrl INFO 83 [673] R:OK -2015-03-12 03:42:28 queue INFO >>83 [674] -2015-03-12 03:42:28 sendUrl INFO 83 [674] R:OK -2015-03-12 03:43:18 queue INFO >>83 [675] -2015-03-12 03:43:18 sendUrl INFO 83 [675] R:OK -2015-03-12 03:43:55 queue INFO 87 [676] -2015-03-12 03:43:55 sendUrl INFO 87 [676] R:OK -2015-03-12 03:43:55 queue INFO >87 [677] -2015-03-12 03:43:55 sendUrl INFO 87 [677] R:OK -2015-03-12 03:43:58 queue INFO 83 [678] -2015-03-12 03:43:58 sendUrl INFO 83 [678] R:OK -2015-03-12 03:43:58 queue INFO >83 [679] -2015-03-12 03:43:58 sendUrl INFO 83 [679] R:OK -2015-03-12 03:44:48 queue INFO >>83 [680] -2015-03-12 03:44:48 sendUrl INFO 83 [680] R:OK -2015-03-12 03:45:38 queue INFO >>83 [681] -2015-03-12 03:45:38 sendUrl INFO 83 [681] R:OK -2015-03-12 03:46:28 queue INFO >>83 [682] -2015-03-12 03:46:28 sendUrl INFO 83 [682] R:OK -2015-03-12 03:47:18 queue INFO >>83 [683] -2015-03-12 03:47:19 sendUrl INFO 83 [683] R:OK -2015-03-12 03:48:08 queue INFO >>83 [684] -2015-03-12 03:48:09 sendUrl INFO 83 [684] R:OK -2015-03-12 03:48:59 queue INFO >>83 [685] -2015-03-12 03:48:59 sendUrl INFO 83 [685] R:OK -2015-03-12 03:49:49 queue INFO >>83 [686] -2015-03-12 03:49:49 sendUrl INFO 83 [686] R:OK -2015-03-12 03:50:39 queue INFO >>83 [687] -2015-03-12 03:50:39 sendUrl INFO 83 [687] R:OK -2015-03-12 03:51:29 queue INFO >>83 [688] -2015-03-12 03:51:29 sendUrl INFO 83 [688] R:OK -2015-03-12 03:52:19 queue INFO >>83 [689] -2015-03-12 03:52:20 sendUrl INFO 83 [689] R:OK -2015-03-12 03:52:45 queue INFO 87 [690] -2015-03-12 03:52:45 queue INFO >87 [691] -2015-03-12 03:52:45 sendUrl INFO 87 [690] R:OK -2015-03-12 03:52:46 sendUrl INFO 87 [691] R:OK -2015-03-12 03:52:48 queue INFO 83 [692] -2015-03-12 03:52:48 queue INFO >83 [693] -2015-03-12 03:52:48 sendUrl INFO 83 [692] R:OK -2015-03-12 03:52:49 sendUrl INFO 83 [693] R:OK -2015-03-12 03:53:38 queue INFO >>83 [694] -2015-03-12 03:53:38 sendUrl INFO 83 [694] R:OK -2015-03-12 03:54:28 queue INFO >>83 [695] -2015-03-12 03:54:28 sendUrl INFO 83 [695] R:OK -2015-03-12 03:55:18 queue INFO >>83 [696] -2015-03-12 03:55:19 sendUrl INFO 83 [696] R:OK -2015-03-12 03:56:08 queue INFO >>83 [697] -2015-03-12 03:56:09 sendUrl INFO 83 [697] R:OK -2015-03-12 03:56:59 queue INFO >>83 [698] -2015-03-12 03:56:59 sendUrl INFO 83 [698] R:OK -2015-03-12 03:57:49 queue INFO >>83 [699] -2015-03-12 03:57:49 sendUrl INFO 83 [699] R:OK -2015-03-12 03:58:39 queue INFO >>83 [700] -2015-03-12 03:58:39 sendUrl INFO 83 [700] R:OK -2015-03-12 03:59:29 queue INFO >>83 [701] -2015-03-12 03:59:29 sendUrl INFO 83 [701] R:OK -2015-03-12 04:00:19 queue INFO >>83 [702] -2015-03-12 04:00:20 sendUrl INFO 83 [702] R:OK -2015-03-12 04:01:09 queue INFO >>83 [703] -2015-03-12 04:01:10 sendUrl INFO 83 [703] R:OK -2015-03-12 04:01:35 queue INFO 87 [704] -2015-03-12 04:01:35 queue INFO >87 [705] -2015-03-12 04:01:36 sendUrl INFO 87 [704] R:OK -2015-03-12 04:01:36 sendUrl INFO 87 [705] R:OK -2015-03-12 04:01:38 queue INFO 83 [706] -2015-03-12 04:01:38 queue INFO >83 [707] -2015-03-12 04:01:39 sendUrl INFO 83 [706] R:OK -2015-03-12 04:01:39 sendUrl INFO 83 [707] R:OK -2015-03-12 04:02:28 queue INFO >>83 [708] -2015-03-12 04:02:29 sendUrl INFO 83 [708] R:OK -2015-03-12 04:03:19 queue INFO >>83 [709] -2015-03-12 04:03:19 sendUrl INFO 83 [709] R:OK -2015-03-12 04:04:09 queue INFO >>83 [710] -2015-03-12 04:04:09 sendUrl INFO 83 [710] R:OK -2015-03-12 04:04:59 queue INFO >>83 [711] -2015-03-12 04:04:59 sendUrl INFO 83 [711] R:OK -2015-03-12 04:05:49 queue INFO >>83 [712] -2015-03-12 04:05:49 sendUrl INFO 83 [712] R:OK -2015-03-12 04:06:39 queue INFO >>83 [713] -2015-03-12 04:06:39 sendUrl INFO 83 [713] R:OK -2015-03-12 04:07:29 queue INFO >>83 [714] -2015-03-12 04:07:30 sendUrl INFO 83 [714] R:OK -2015-03-12 04:08:19 queue INFO >>83 [715] -2015-03-12 04:08:20 sendUrl INFO 83 [715] R:OK -2015-03-12 04:09:10 queue INFO >>83 [716] -2015-03-12 04:09:10 sendUrl INFO 83 [716] R:OK -2015-03-12 04:10:00 queue INFO >>83 [717] -2015-03-12 04:10:00 sendUrl INFO 83 [717] R:OK -2015-03-12 04:10:26 queue INFO 87 [718] -2015-03-12 04:10:26 queue INFO >87 [719] -2015-03-12 04:10:26 sendUrl INFO 87 [718] R:OK -2015-03-12 04:10:27 sendUrl INFO 87 [719] R:OK -2015-03-12 04:10:29 queue INFO 83 [720] -2015-03-12 04:10:29 queue INFO >83 [721] -2015-03-12 04:10:30 sendUrl INFO 83 [720] R:OK -2015-03-12 04:10:30 sendUrl INFO 83 [721] R:OK -2015-03-12 04:11:19 queue INFO >>83 [722] -2015-03-12 04:11:20 sendUrl INFO 83 [722] R:OK -2015-03-12 04:12:10 queue INFO >>83 [723] -2015-03-12 04:12:10 sendUrl INFO 83 [723] R:OK -2015-03-12 04:13:00 queue INFO >>83 [724] -2015-03-12 04:13:00 sendUrl INFO 83 [724] R:OK -2015-03-12 04:13:50 queue INFO >>83 [725] -2015-03-12 04:13:50 sendUrl INFO 83 [725] R:OK -2015-03-12 04:14:40 queue INFO >>83 [726] -2015-03-12 04:14:40 sendUrl INFO 83 [726] R:OK -2015-03-12 04:15:30 queue INFO >>83 [727] -2015-03-12 04:15:30 sendUrl INFO 83 [727] R:OK -2015-03-12 04:16:20 queue INFO >>83 [728] -2015-03-12 04:16:21 sendUrl INFO 83 [728] R:OK -2015-03-12 04:17:10 queue INFO >>83 [729] -2015-03-12 04:17:11 sendUrl INFO 83 [729] R:OK -2015-03-12 04:18:01 queue INFO >>83 [730] -2015-03-12 04:18:01 sendUrl INFO 83 [730] R:OK -2015-03-12 04:18:51 queue INFO >>83 [731] -2015-03-12 04:18:51 sendUrl INFO 83 [731] R:OK -2015-03-12 04:19:17 queue INFO 87 [732] -2015-03-12 04:19:18 queue INFO >87 [733] -2015-03-12 04:19:18 sendUrl INFO 87 [732] R:OK -2015-03-12 04:19:18 sendUrl INFO 87 [733] R:OK -2015-03-12 04:19:21 queue INFO 83 [734] -2015-03-12 04:19:21 queue INFO >83 [735] -2015-03-12 04:19:21 sendUrl INFO 83 [734] R:OK -2015-03-12 04:19:21 sendUrl INFO 83 [735] R:OK -2015-03-12 04:20:11 queue INFO >>83 [736] -2015-03-12 04:20:11 sendUrl INFO 83 [736] R:OK -2015-03-12 04:21:01 queue INFO >>83 [737] -2015-03-12 04:21:02 sendUrl INFO 83 [737] R:OK -2015-03-12 04:21:51 queue INFO >>83 [738] -2015-03-12 04:21:51 sendUrl INFO 83 [738] R:OK -2015-03-12 04:22:41 queue INFO >>83 [739] -2015-03-12 04:22:42 sendUrl INFO 83 [739] R:OK -2015-03-12 04:23:31 queue INFO >>83 [740] -2015-03-12 04:23:32 sendUrl INFO 83 [740] R:OK -2015-03-12 04:24:22 queue INFO >>83 [741] -2015-03-12 04:24:22 sendUrl INFO 83 [741] R:OK -2015-03-12 04:25:12 queue INFO >>83 [742] -2015-03-12 04:25:12 sendUrl INFO 83 [742] R:OK -2015-03-12 04:26:02 queue INFO >>83 [743] -2015-03-12 04:26:02 sendUrl INFO 83 [743] R:OK -2015-03-12 04:26:52 queue INFO >>83 [744] -2015-03-12 04:26:52 sendUrl INFO 83 [744] R:OK -2015-03-12 04:27:42 queue INFO >>83 [745] -2015-03-12 04:27:43 sendUrl INFO 83 [745] R:OK -2015-03-12 04:28:08 queue INFO 87 [746] -2015-03-12 04:28:08 queue INFO >87 [747] -2015-03-12 04:28:08 sendUrl INFO 87 [746] R:OK -2015-03-12 04:28:08 sendUrl INFO 87 [747] R:OK -2015-03-12 04:28:11 queue INFO 83 [748] -2015-03-12 04:28:11 queue INFO >83 [749] -2015-03-12 04:28:11 sendUrl INFO 83 [748] R:OK -2015-03-12 04:28:11 sendUrl INFO 83 [749] R:OK -2015-03-12 04:29:01 queue INFO >>83 [750] -2015-03-12 04:29:01 sendUrl INFO 83 [750] R:OK -2015-03-12 04:29:51 queue INFO >>83 [751] -2015-03-12 04:29:52 sendUrl INFO 83 [751] R:OK -2015-03-12 04:30:41 queue INFO >>83 [752] -2015-03-12 04:30:41 sendUrl INFO 83 [752] R:OK -2015-03-12 04:31:31 queue INFO >>83 [753] -2015-03-12 04:31:32 sendUrl INFO 83 [753] R:OK -2015-03-12 04:32:21 queue INFO >>83 [754] -2015-03-12 04:32:22 sendUrl INFO 83 [754] R:OK -2015-03-12 04:33:00 queue INFO 81 [755] -2015-03-12 04:33:00 queue INFO >81 [756] -2015-03-12 04:33:00 sendUrl INFO 81 [755] R:OK -2015-03-12 04:33:01 sendUrl INFO 81 [756] R:OK -2015-03-12 04:33:50 queue INFO >>81 [757] -2015-03-12 04:33:50 sendUrl INFO 81 [757] R:OK -2015-03-12 04:34:40 queue INFO >>81 [758] -2015-03-12 04:34:40 sendUrl INFO 81 [758] R:OK -2015-03-12 04:35:30 queue INFO >>81 [759] -2015-03-12 04:35:31 sendUrl INFO 81 [759] R:OK -2015-03-12 04:36:20 queue INFO >>81 [760] -2015-03-12 04:36:21 sendUrl INFO 81 [760] R:OK -2015-03-12 04:37:11 queue INFO >>81 [761] -2015-03-12 04:37:11 sendUrl INFO 81 [761] R:OK -2015-03-12 04:37:27 queue INFO 83 [762] -2015-03-12 04:37:27 sendUrl INFO 83 [762] R:OK -2015-03-12 04:37:27 queue INFO >83 [763] -2015-03-12 04:37:28 sendUrl INFO 83 [763] R:OK -2015-03-12 04:37:42 queue INFO 87 [764] -2015-03-12 04:37:43 queue INFO >87 [765] -2015-03-12 04:37:43 sendUrl INFO 87 [764] R:OK -2015-03-12 04:37:43 sendUrl INFO 87 [765] R:OK -2015-03-12 04:37:45 queue INFO 83 [766] -2015-03-12 04:37:46 queue INFO >83 [767] -2015-03-12 04:37:46 sendUrl INFO 83 [766] R:OK -2015-03-12 04:37:46 sendUrl INFO 83 [767] R:OK -2015-03-12 04:38:36 queue INFO >>83 [768] -2015-03-12 04:38:36 sendUrl INFO 83 [768] R:OK -2015-03-12 04:39:26 queue INFO >>83 [769] -2015-03-12 04:39:26 sendUrl INFO 83 [769] R:OK -2015-03-12 04:40:16 queue INFO >>83 [770] -2015-03-12 04:40:16 sendUrl INFO 83 [770] R:OK -2015-03-12 04:41:06 queue INFO >>83 [771] -2015-03-12 04:41:07 sendUrl INFO 83 [771] R:OK -2015-03-12 04:41:56 queue INFO >>83 [772] -2015-03-12 04:41:56 sendUrl INFO 83 [772] R:OK -2015-03-12 04:42:46 queue INFO >>83 [773] -2015-03-12 04:42:47 sendUrl INFO 83 [773] R:OK -2015-03-12 04:43:37 queue INFO >>83 [774] -2015-03-12 04:43:37 sendUrl INFO 83 [774] R:OK -2015-03-12 04:44:27 queue INFO >>83 [775] -2015-03-12 04:44:27 sendUrl INFO 83 [775] R:OK -2015-03-12 04:45:17 queue INFO >>83 [776] -2015-03-12 04:45:17 sendUrl INFO 83 [776] R:OK -2015-03-12 04:46:07 queue INFO >>83 [777] -2015-03-12 04:46:07 sendUrl INFO 83 [777] R:OK -2015-03-12 04:46:34 queue INFO 87 [778] -2015-03-12 04:46:34 queue INFO >87 [779] -2015-03-12 04:46:34 sendUrl INFO 87 [778] R:OK -2015-03-12 04:46:34 sendUrl INFO 87 [779] R:OK -2015-03-12 04:46:37 queue INFO 83 [780] -2015-03-12 04:46:37 queue INFO >83 [781] -2015-03-12 04:46:37 sendUrl INFO 83 [780] R:OK -2015-03-12 04:46:37 sendUrl INFO 83 [781] R:OK -2015-03-12 04:47:27 queue INFO >>83 [782] -2015-03-12 04:47:27 sendUrl INFO 83 [782] R:OK -2015-03-12 04:48:17 queue INFO >>83 [783] -2015-03-12 04:48:17 sendUrl INFO 83 [783] R:OK -2015-03-12 04:49:07 queue INFO >>83 [784] -2015-03-12 04:49:07 sendUrl INFO 83 [784] R:OK -2015-03-12 04:49:57 queue INFO >>83 [785] -2015-03-12 04:49:58 sendUrl INFO 83 [785] R:OK -2015-03-12 04:50:47 queue INFO >>83 [786] -2015-03-12 04:50:47 sendUrl INFO 83 [786] R:OK -2015-03-12 04:51:37 queue INFO >>83 [787] -2015-03-12 04:51:38 sendUrl INFO 83 [787] R:OK -2015-03-12 04:52:28 queue INFO >>83 [788] -2015-03-12 04:52:28 sendUrl INFO 83 [788] R:OK -2015-03-12 04:53:18 queue INFO >>83 [789] -2015-03-12 04:53:18 sendUrl INFO 83 [789] R:OK -2015-03-12 04:54:08 queue INFO >>83 [790] -2015-03-12 04:54:08 sendUrl INFO 83 [790] R:OK -2015-03-12 04:54:58 queue INFO >>83 [791] -2015-03-12 04:54:59 sendUrl INFO 83 [791] R:OK -2015-03-12 04:55:24 queue INFO 87 [792] -2015-03-12 04:55:24 queue INFO >87 [793] -2015-03-12 04:55:24 sendUrl INFO 87 [792] R:OK -2015-03-12 04:55:25 sendUrl INFO 87 [793] R:OK -2015-03-12 04:55:27 queue INFO 83 [794] -2015-03-12 04:55:27 queue INFO >83 [795] -2015-03-12 04:55:27 sendUrl INFO 83 [794] R:OK -2015-03-12 04:55:28 sendUrl INFO 83 [795] R:OK -2015-03-12 04:56:17 queue INFO >>83 [796] -2015-03-12 04:56:18 sendUrl INFO 83 [796] R:OK -2015-03-12 04:57:07 queue INFO >>83 [797] -2015-03-12 04:57:07 sendUrl INFO 83 [797] R:OK -2015-03-12 04:57:57 queue INFO >>83 [798] -2015-03-12 04:57:58 sendUrl INFO 83 [798] R:OK -2015-03-12 04:58:48 queue INFO >>83 [799] -2015-03-12 04:58:48 sendUrl INFO 83 [799] R:OK -2015-03-12 04:59:38 queue INFO >>83 [800] -2015-03-12 04:59:38 sendUrl INFO 83 [800] R:OK -2015-03-12 05:00:28 queue INFO >>83 [801] -2015-03-12 05:00:28 sendUrl INFO 83 [801] R:OK -2015-03-12 05:01:18 queue INFO >>83 [802] -2015-03-12 05:01:18 sendUrl INFO 83 [802] R:OK -2015-03-12 05:02:08 queue INFO >>83 [803] -2015-03-12 05:02:08 sendUrl INFO 83 [803] R:OK -2015-03-12 05:02:58 queue INFO >>83 [804] -2015-03-12 05:02:59 sendUrl INFO 83 [804] R:OK -2015-03-12 05:03:48 queue INFO >>83 [805] -2015-03-12 05:03:49 sendUrl INFO 83 [805] R:OK -2015-03-12 05:04:14 queue INFO 87 [806] -2015-03-12 05:04:15 queue INFO >87 [807] -2015-03-12 05:04:15 sendUrl INFO 87 [806] R:OK -2015-03-12 05:04:15 sendUrl INFO 87 [807] R:OK -2015-03-12 05:04:18 queue INFO 83 [808] -2015-03-12 05:04:18 queue INFO >83 [809] -2015-03-12 05:04:18 sendUrl INFO 83 [808] R:OK -2015-03-12 05:04:18 sendUrl INFO 83 [809] R:OK -2015-03-12 05:05:08 queue INFO >>83 [810] -2015-03-12 05:05:08 sendUrl INFO 83 [810] R:OK -2015-03-12 05:05:58 queue INFO >>83 [811] -2015-03-12 05:05:58 sendUrl INFO 83 [811] R:OK -2015-03-12 05:06:48 queue INFO >>83 [812] -2015-03-12 05:06:48 sendUrl INFO 83 [812] R:OK -2015-03-12 05:07:38 queue INFO >>83 [813] -2015-03-12 05:07:39 sendUrl INFO 83 [813] R:OK -2015-03-12 05:08:28 queue INFO >>83 [814] -2015-03-12 05:08:29 sendUrl INFO 83 [814] R:OK -2015-03-12 05:09:18 queue INFO >>83 [815] -2015-03-12 05:09:19 sendUrl INFO 83 [815] R:OK -2015-03-12 05:10:09 queue INFO >>83 [816] -2015-03-12 05:10:09 sendUrl INFO 83 [816] R:OK -2015-03-12 05:10:59 queue INFO >>83 [817] -2015-03-12 05:10:59 sendUrl INFO 83 [817] R:OK -2015-03-12 05:11:49 queue INFO >>83 [818] -2015-03-12 05:11:49 sendUrl INFO 83 [818] R:OK -2015-03-12 05:12:39 queue INFO >>83 [819] -2015-03-12 05:12:39 sendUrl INFO 83 [819] R:OK -2015-03-12 05:13:05 queue INFO 87 [820] -2015-03-12 05:13:06 queue INFO >87 [821] -2015-03-12 05:13:06 sendUrl INFO 87 [820] R:OK -2015-03-12 05:13:06 sendUrl INFO 87 [821] R:OK -2015-03-12 05:13:08 queue INFO 83 [822] -2015-03-12 05:13:09 queue INFO >83 [823] -2015-03-12 05:13:09 sendUrl INFO 83 [822] R:OK -2015-03-12 05:13:09 sendUrl INFO 83 [823] R:OK -2015-03-12 05:13:59 queue INFO >>83 [824] -2015-03-12 05:13:59 sendUrl INFO 83 [824] R:OK -2015-03-12 05:14:49 queue INFO >>83 [825] -2015-03-12 05:14:49 sendUrl INFO 83 [825] R:OK -2015-03-12 05:15:39 queue INFO >>83 [826] -2015-03-12 05:15:39 sendUrl INFO 83 [826] R:OK -2015-03-12 05:16:29 queue INFO >>83 [827] -2015-03-12 05:16:29 sendUrl INFO 83 [827] R:OK -2015-03-12 05:17:19 queue INFO >>83 [828] -2015-03-12 05:17:20 sendUrl INFO 83 [828] R:OK -2015-03-12 05:18:09 queue INFO >>83 [829] -2015-03-12 05:18:09 sendUrl INFO 83 [829] R:OK -2015-03-12 05:18:59 queue INFO >>83 [830] -2015-03-12 05:19:00 sendUrl INFO 83 [830] R:OK -2015-03-12 05:19:50 queue INFO >>83 [831] -2015-03-12 05:19:50 sendUrl INFO 83 [831] R:OK -2015-03-12 05:20:40 queue INFO >>83 [832] -2015-03-12 05:20:40 sendUrl INFO 83 [832] R:OK -2015-03-12 05:21:30 queue INFO >>83 [833] -2015-03-12 05:21:30 sendUrl INFO 83 [833] R:OK -2015-03-12 05:21:57 queue INFO 87 [834] -2015-03-12 05:21:57 sendUrl INFO 87 [834] R:OK -2015-03-12 05:21:57 queue INFO >87 [835] -2015-03-12 05:21:57 sendUrl INFO 87 [835] R:OK -2015-03-12 05:22:00 queue INFO 83 [836] -2015-03-12 05:22:00 sendUrl INFO 83 [836] R:OK -2015-03-12 05:22:00 queue INFO >83 [837] -2015-03-12 05:22:00 sendUrl INFO 83 [837] R:OK -2015-03-12 05:22:50 queue INFO >>83 [838] -2015-03-12 05:22:50 sendUrl INFO 83 [838] R:OK -2015-03-12 05:23:40 queue INFO >>83 [839] -2015-03-12 05:23:41 sendUrl INFO 83 [839] R:OK -2015-03-12 05:24:30 queue INFO >>83 [840] -2015-03-12 05:24:30 sendUrl INFO 83 [840] R:OK -2015-03-12 05:25:20 queue INFO >>83 [841] -2015-03-12 05:25:21 sendUrl INFO 83 [841] R:OK -2015-03-12 05:26:11 queue INFO >>83 [842] -2015-03-12 05:26:11 sendUrl INFO 83 [842] R:OK -2015-03-12 05:27:01 queue INFO >>83 [843] -2015-03-12 05:27:01 sendUrl INFO 83 [843] R:OK -2015-03-12 05:27:51 queue INFO >>83 [844] -2015-03-12 05:27:51 sendUrl INFO 83 [844] R:OK -2015-03-12 05:28:41 queue INFO >>83 [845] -2015-03-12 05:28:42 sendUrl INFO 83 [845] R:OK -2015-03-12 05:29:31 queue INFO >>83 [846] -2015-03-12 05:29:31 sendUrl INFO 83 [846] R:OK -2015-03-12 05:30:21 queue INFO >>83 [847] -2015-03-12 05:30:22 sendUrl INFO 83 [847] R:OK -2015-03-12 05:30:58 queue INFO 87 [848] -2015-03-12 05:30:58 queue INFO >87 [849] -2015-03-12 05:30:59 sendUrl INFO 87 [848] R:OK -2015-03-12 05:30:59 sendUrl INFO 87 [849] R:OK -2015-03-12 05:31:01 queue INFO 83 [850] -2015-03-12 05:31:01 queue INFO >83 [851] -2015-03-12 05:31:02 sendUrl INFO 83 [850] R:OK -2015-03-12 05:31:02 sendUrl INFO 83 [851] R:OK -2015-03-12 05:31:51 queue INFO >>83 [852] -2015-03-12 05:31:51 sendUrl INFO 83 [852] R:OK -2015-03-12 05:32:41 queue INFO >>83 [853] -2015-03-12 05:32:42 sendUrl INFO 83 [853] R:OK -2015-03-12 05:33:32 queue INFO >>83 [854] -2015-03-12 05:33:32 sendUrl INFO 83 [854] R:OK -2015-03-12 05:34:22 queue INFO >>83 [855] -2015-03-12 05:34:22 sendUrl INFO 83 [855] R:OK -2015-03-12 05:35:12 queue INFO >>83 [856] -2015-03-12 05:35:12 sendUrl INFO 83 [856] R:OK -2015-03-12 05:36:02 queue INFO >>83 [857] -2015-03-12 05:36:02 sendUrl INFO 83 [857] R:OK -2015-03-12 05:36:52 queue INFO >>83 [858] -2015-03-12 05:36:52 sendUrl INFO 83 [858] R:OK -2015-03-12 05:37:42 queue INFO >>83 [859] -2015-03-12 05:37:43 sendUrl INFO 83 [859] R:OK -2015-03-12 05:38:32 queue INFO >>83 [860] -2015-03-12 05:38:33 sendUrl INFO 83 [860] R:OK -2015-03-12 05:39:22 queue INFO >>83 [861] -2015-03-12 05:39:23 sendUrl INFO 83 [861] R:OK -2015-03-12 05:39:48 queue INFO 87 [862] -2015-03-12 05:39:48 queue INFO >87 [863] -2015-03-12 05:39:49 sendUrl INFO 87 [862] R:OK -2015-03-12 05:39:49 sendUrl INFO 87 [863] R:OK -2015-03-12 05:39:51 queue INFO 83 [864] -2015-03-12 05:39:52 queue INFO >83 [865] -2015-03-12 05:39:52 sendUrl INFO 83 [864] R:OK -2015-03-12 05:39:52 sendUrl INFO 83 [865] R:OK -2015-03-12 05:40:41 queue INFO >>83 [866] -2015-03-12 05:40:42 sendUrl INFO 83 [866] R:OK -2015-03-12 05:41:32 queue INFO >>83 [867] -2015-03-12 05:41:32 sendUrl INFO 83 [867] R:OK -2015-03-12 05:42:22 queue INFO >>83 [868] -2015-03-12 05:42:22 sendUrl INFO 83 [868] R:OK -2015-03-12 05:43:12 queue INFO >>83 [869] -2015-03-12 05:43:12 sendUrl INFO 83 [869] R:OK -2015-03-12 05:44:02 queue INFO >>83 [870] -2015-03-12 05:44:02 sendUrl INFO 83 [870] R:OK -2015-03-12 05:44:52 queue INFO >>83 [871] -2015-03-12 05:44:53 sendUrl INFO 83 [871] R:OK -2015-03-12 05:45:42 queue INFO >>83 [872] -2015-03-12 05:45:43 sendUrl INFO 83 [872] R:OK -2015-03-12 05:46:33 queue INFO >>83 [873] -2015-03-12 05:46:33 sendUrl INFO 83 [873] R:OK -2015-03-12 05:47:23 queue INFO >>83 [874] -2015-03-12 05:47:23 sendUrl INFO 83 [874] R:OK -2015-03-12 05:48:13 queue INFO >>83 [875] -2015-03-12 05:48:13 sendUrl INFO 83 [875] R:OK -2015-03-12 05:48:38 queue INFO 87 [876] -2015-03-12 05:48:39 queue INFO >87 [877] -2015-03-12 05:48:39 sendUrl INFO 87 [876] R:OK -2015-03-12 05:48:39 sendUrl INFO 87 [877] R:OK -2015-03-12 05:48:41 queue INFO 83 [878] -2015-03-12 05:48:42 queue INFO >83 [879] -2015-03-12 05:48:42 sendUrl INFO 83 [878] R:OK -2015-03-12 05:48:42 sendUrl INFO 83 [879] R:OK -2015-03-12 05:49:32 queue INFO >>83 [880] -2015-03-12 05:49:32 sendUrl INFO 83 [880] R:OK -2015-03-12 05:50:22 queue INFO >>83 [881] -2015-03-12 05:50:22 sendUrl INFO 83 [881] R:OK -2015-03-12 05:51:12 queue INFO >>83 [882] -2015-03-12 05:51:12 sendUrl INFO 83 [882] R:OK -2015-03-12 05:52:02 queue INFO >>83 [883] -2015-03-12 05:52:02 sendUrl INFO 83 [883] R:OK -2015-03-12 05:52:52 queue INFO >>83 [884] -2015-03-12 05:52:52 sendUrl INFO 83 [884] R:OK -2015-03-12 05:53:42 queue INFO >>83 [885] -2015-03-12 05:53:43 sendUrl INFO 83 [885] R:OK -2015-03-12 05:54:32 queue INFO >>83 [886] -2015-03-12 05:54:33 sendUrl INFO 83 [886] R:OK -2015-03-12 05:55:23 queue INFO >>83 [887] -2015-03-12 05:55:23 sendUrl INFO 83 [887] R:OK -2015-03-12 05:56:13 queue INFO >>83 [888] -2015-03-12 05:56:13 sendUrl INFO 83 [888] R:OK -2015-03-12 05:57:03 queue INFO >>83 [889] -2015-03-12 05:57:03 sendUrl INFO 83 [889] R:OK -2015-03-12 05:57:29 queue INFO 87 [890] -2015-03-12 05:57:29 queue INFO >87 [891] -2015-03-12 05:57:29 sendUrl INFO 87 [890] R:OK -2015-03-12 05:57:30 sendUrl INFO 87 [891] R:OK -2015-03-12 05:57:32 queue INFO 83 [892] -2015-03-12 05:57:32 queue INFO >83 [893] -2015-03-12 05:57:32 sendUrl INFO 83 [892] R:OK -2015-03-12 05:57:33 sendUrl INFO 83 [893] R:OK -2015-03-12 05:58:22 queue INFO >>83 [894] -2015-03-12 05:58:22 sendUrl INFO 83 [894] R:OK -2015-03-12 05:59:12 queue INFO >>83 [895] -2015-03-12 05:59:13 sendUrl INFO 83 [895] R:OK -2015-03-12 06:00:02 queue INFO >>83 [896] -2015-03-12 06:00:03 sendUrl INFO 83 [896] R:OK -2015-03-12 06:00:53 queue INFO >>83 [897] -2015-03-12 06:00:53 sendUrl INFO 83 [897] R:OK -2015-03-12 06:01:43 queue INFO >>83 [898] -2015-03-12 06:01:43 sendUrl INFO 83 [898] R:OK -2015-03-12 06:02:33 queue INFO >>83 [899] -2015-03-12 06:02:33 sendUrl INFO 83 [899] R:OK -2015-03-12 06:03:23 queue INFO >>83 [900] -2015-03-12 06:03:23 sendUrl INFO 83 [900] R:OK -2015-03-12 06:04:13 queue INFO >>83 [901] -2015-03-12 06:04:13 sendUrl INFO 83 [901] R:OK -2015-03-12 06:05:03 queue INFO >>83 [902] -2015-03-12 06:05:04 sendUrl INFO 83 [902] R:OK -2015-03-12 06:05:54 queue INFO >>83 [903] -2015-03-12 06:05:54 sendUrl INFO 83 [903] R:OK -2015-03-12 06:06:20 queue INFO 87 [904] -2015-03-12 06:06:20 queue INFO >87 [905] -2015-03-12 06:06:20 sendUrl INFO 87 [904] R:OK -2015-03-12 06:06:21 sendUrl INFO 87 [905] R:OK -2015-03-12 06:06:23 queue INFO 83 [906] -2015-03-12 06:06:23 queue INFO >83 [907] -2015-03-12 06:06:23 sendUrl INFO 83 [906] R:OK -2015-03-12 06:06:24 sendUrl INFO 83 [907] R:OK -2015-03-12 06:07:13 queue INFO >>83 [908] -2015-03-12 06:07:14 sendUrl INFO 83 [908] R:OK -2015-03-12 06:08:03 queue INFO >>83 [909] -2015-03-12 06:08:03 sendUrl INFO 83 [909] R:OK -2015-03-12 06:08:53 queue INFO >>83 [910] -2015-03-12 06:08:54 sendUrl INFO 83 [910] R:OK -2015-03-12 06:09:44 queue INFO >>83 [911] -2015-03-12 06:09:44 sendUrl INFO 83 [911] R:OK -2015-03-12 06:10:34 queue INFO >>83 [912] -2015-03-12 06:10:34 sendUrl INFO 83 [912] R:OK -2015-03-12 06:11:24 queue INFO >>83 [913] -2015-03-12 06:11:24 sendUrl INFO 83 [913] R:OK -2015-03-12 06:12:14 queue INFO >>83 [914] -2015-03-12 06:12:15 sendUrl INFO 83 [914] R:OK -2015-03-12 06:13:04 queue INFO >>83 [915] -2015-03-12 06:13:04 sendUrl INFO 83 [915] R:OK -2015-03-12 06:13:54 queue INFO >>83 [916] -2015-03-12 06:13:55 sendUrl INFO 83 [916] R:OK -2015-03-12 06:14:45 queue INFO >>83 [917] -2015-03-12 06:14:45 sendUrl INFO 83 [917] R:OK -2015-03-12 06:15:11 queue INFO 87 [918] -2015-03-12 06:15:11 queue INFO >87 [919] -2015-03-12 06:15:12 sendUrl INFO 87 [918] R:OK -2015-03-12 06:15:12 sendUrl INFO 87 [919] R:OK -2015-03-12 06:15:14 queue INFO 83 [920] -2015-03-12 06:15:15 queue INFO >83 [921] -2015-03-12 06:15:15 sendUrl INFO 83 [920] R:OK -2015-03-12 06:15:15 sendUrl INFO 83 [921] R:OK -2015-03-12 06:16:05 queue INFO >>83 [922] -2015-03-12 06:16:05 sendUrl INFO 83 [922] R:OK -2015-03-12 06:16:55 queue INFO >>83 [923] -2015-03-12 06:16:55 sendUrl INFO 83 [923] R:OK -2015-03-12 06:17:45 queue INFO >>83 [924] -2015-03-12 06:17:45 sendUrl INFO 83 [924] R:OK -2015-03-12 06:18:35 queue INFO >>83 [925] -2015-03-12 06:18:36 sendUrl INFO 83 [925] R:OK -2015-03-12 06:19:25 queue INFO >>83 [926] -2015-03-12 06:19:25 sendUrl INFO 83 [926] R:OK -2015-03-12 06:20:15 queue INFO >>83 [927] -2015-03-12 06:20:16 sendUrl INFO 83 [927] R:OK -2015-03-12 06:21:05 queue INFO >>83 [928] -2015-03-12 06:21:06 sendUrl INFO 83 [928] R:OK -2015-03-12 06:21:56 queue INFO >>83 [929] -2015-03-12 06:21:56 sendUrl INFO 83 [929] R:OK -2015-03-12 06:22:46 queue INFO >>83 [930] -2015-03-12 06:22:46 sendUrl INFO 83 [930] R:OK -2015-03-12 06:23:36 queue INFO >>83 [931] -2015-03-12 06:23:36 sendUrl INFO 83 [931] R:OK -2015-03-12 06:24:13 queue INFO 87 [932] -2015-03-12 06:24:13 sendUrl INFO 87 [932] R:OK -2015-03-12 06:24:13 queue INFO >87 [933] -2015-03-12 06:24:13 sendUrl INFO 87 [933] R:OK -2015-03-12 06:24:16 queue INFO 83 [934] -2015-03-12 06:24:16 queue INFO >83 [935] -2015-03-12 06:24:16 sendUrl INFO 83 [934] R:OK -2015-03-12 06:24:16 sendUrl INFO 83 [935] R:OK -2015-03-12 06:25:06 queue INFO >>83 [936] -2015-03-12 06:25:06 sendUrl INFO 83 [936] R:OK -2015-03-12 06:25:56 queue INFO >>83 [937] -2015-03-12 06:25:56 sendUrl INFO 83 [937] R:OK -2015-03-12 06:26:46 queue INFO >>83 [938] -2015-03-12 06:26:46 sendUrl INFO 83 [938] R:OK -2015-03-12 06:27:36 queue INFO >>83 [939] -2015-03-12 06:27:37 sendUrl INFO 83 [939] R:OK -2015-03-12 06:28:26 queue INFO >>83 [940] -2015-03-12 06:28:27 sendUrl INFO 83 [940] R:OK -2015-03-12 06:29:17 queue INFO >>83 [941] -2015-03-12 06:29:17 sendUrl INFO 83 [941] R:OK -2015-03-12 06:30:07 queue INFO >>83 [942] -2015-03-12 06:30:07 sendUrl INFO 83 [942] R:OK -2015-03-12 06:30:57 queue INFO >>83 [943] -2015-03-12 06:30:57 sendUrl INFO 83 [943] R:OK -2015-03-12 06:31:47 queue INFO >>83 [944] -2015-03-12 06:31:47 sendUrl INFO 83 [944] R:OK -2015-03-12 06:32:37 queue INFO >>83 [945] -2015-03-12 06:32:38 sendUrl INFO 83 [945] R:OK -2015-03-12 06:33:03 queue INFO 87 [946] -2015-03-12 06:33:03 queue INFO >87 [947] -2015-03-12 06:33:03 sendUrl INFO 87 [946] R:OK -2015-03-12 06:33:03 sendUrl INFO 87 [947] R:OK -2015-03-12 06:33:06 queue INFO 83 [948] -2015-03-12 06:33:06 queue INFO >83 [949] -2015-03-12 06:33:06 sendUrl INFO 83 [948] R:OK -2015-03-12 06:33:06 sendUrl INFO 83 [949] R:OK -2015-03-12 06:33:56 queue INFO >>83 [950] -2015-03-12 06:33:56 sendUrl INFO 83 [950] R:OK -2015-03-12 06:34:46 queue INFO >>83 [951] -2015-03-12 06:34:46 sendUrl INFO 83 [951] R:OK -2015-03-12 06:35:36 queue INFO >>83 [952] -2015-03-12 06:35:36 sendUrl INFO 83 [952] R:OK -2015-03-12 06:36:26 queue INFO >>83 [953] -2015-03-12 06:36:27 sendUrl INFO 83 [953] R:OK -2015-03-12 06:37:16 queue INFO >>83 [954] -2015-03-12 06:37:17 sendUrl INFO 83 [954] R:OK -2015-03-12 06:38:07 queue INFO >>83 [955] -2015-03-12 06:38:07 sendUrl INFO 83 [955] R:OK -2015-03-12 06:38:57 queue INFO >>83 [956] -2015-03-12 06:38:57 sendUrl INFO 83 [956] R:OK -2015-03-12 06:39:47 queue INFO >>83 [957] -2015-03-12 06:39:47 sendUrl INFO 83 [957] R:OK -2015-03-12 06:40:37 queue INFO >>83 [958] -2015-03-12 06:40:37 sendUrl INFO 83 [958] R:OK -2015-03-12 06:41:27 queue INFO >>83 [959] -2015-03-12 06:41:28 sendUrl INFO 83 [959] R:OK -2015-03-12 06:41:53 queue INFO 87 [960] -2015-03-12 06:41:53 queue INFO >87 [961] -2015-03-12 06:41:54 sendUrl INFO 87 [960] R:OK -2015-03-12 06:41:54 sendUrl INFO 87 [961] R:OK -2015-03-12 06:41:56 queue INFO 83 [962] -2015-03-12 06:41:56 queue INFO >83 [963] -2015-03-12 06:41:57 sendUrl INFO 83 [962] R:OK -2015-03-12 06:41:57 sendUrl INFO 83 [963] R:OK -2015-03-12 06:42:46 queue INFO >>83 [964] -2015-03-12 06:42:46 sendUrl INFO 83 [964] R:OK -2015-03-12 06:43:36 queue INFO >>83 [965] -2015-03-12 06:43:37 sendUrl INFO 83 [965] R:OK -2015-03-12 06:44:26 queue INFO >>83 [966] -2015-03-12 06:44:27 sendUrl INFO 83 [966] R:OK -2015-03-12 06:45:17 queue INFO >>83 [967] -2015-03-12 06:45:17 sendUrl INFO 83 [967] R:OK -2015-03-12 06:46:07 queue INFO >>83 [968] -2015-03-12 06:46:07 sendUrl INFO 83 [968] R:OK -2015-03-12 06:46:57 queue INFO >>83 [969] -2015-03-12 06:46:57 sendUrl INFO 83 [969] R:OK -2015-03-12 06:47:47 queue INFO >>83 [970] -2015-03-12 06:47:47 sendUrl INFO 83 [970] R:OK -2015-03-12 06:48:37 queue INFO >>83 [971] -2015-03-12 06:48:38 sendUrl INFO 83 [971] R:OK -2015-03-12 06:49:27 queue INFO >>83 [972] -2015-03-12 06:49:28 sendUrl INFO 83 [972] R:OK -2015-03-12 06:50:17 queue INFO >>83 [973] -2015-03-12 06:50:18 sendUrl INFO 83 [973] R:OK -2015-03-12 06:50:44 queue INFO 87 [974] -2015-03-12 06:50:44 queue INFO >87 [975] -2015-03-12 06:50:44 sendUrl INFO 87 [974] R:OK -2015-03-12 06:50:45 sendUrl INFO 87 [975] R:OK -2015-03-12 06:50:47 queue INFO 83 [976] -2015-03-12 06:50:47 queue INFO >83 [977] -2015-03-12 06:50:47 sendUrl INFO 83 [976] R:OK -2015-03-12 06:50:48 sendUrl INFO 83 [977] R:OK -2015-03-12 06:51:37 queue INFO >>83 [978] -2015-03-12 06:51:37 sendUrl INFO 83 [978] R:OK -2015-03-12 06:52:27 queue INFO >>83 [979] -2015-03-12 06:52:27 sendUrl INFO 83 [979] R:OK -2015-03-12 06:53:17 queue INFO >>83 [980] -2015-03-12 06:53:17 sendUrl INFO 83 [980] R:OK -2015-03-12 06:54:07 queue INFO >>83 [981] -2015-03-12 06:54:07 sendUrl INFO 83 [981] R:OK -2015-03-12 06:54:57 queue INFO >>83 [982] -2015-03-12 06:54:58 sendUrl INFO 83 [982] R:OK -2015-03-12 06:55:47 queue INFO >>83 [983] -2015-03-12 06:55:48 sendUrl INFO 83 [983] R:OK -2015-03-12 06:56:38 queue INFO >>83 [984] -2015-03-12 06:56:38 sendUrl INFO 83 [984] R:OK -2015-03-12 06:57:28 queue INFO >>83 [985] -2015-03-12 06:57:28 sendUrl INFO 83 [985] R:OK -2015-03-12 06:58:18 queue INFO >>83 [986] -2015-03-12 06:58:18 sendUrl INFO 83 [986] R:OK -2015-03-12 06:59:08 queue INFO >>83 [987] -2015-03-12 06:59:08 sendUrl INFO 83 [987] R:OK -2015-03-12 06:59:34 queue INFO 87 [988] -2015-03-12 06:59:35 queue INFO >87 [989] -2015-03-12 06:59:35 sendUrl INFO 87 [988] R:OK -2015-03-12 06:59:35 sendUrl INFO 87 [989] R:OK -2015-03-12 06:59:37 queue INFO 83 [990] -2015-03-12 06:59:38 queue INFO >83 [991] -2015-03-12 06:59:38 sendUrl INFO 83 [990] R:OK -2015-03-12 06:59:38 sendUrl INFO 83 [991] R:OK -2015-03-12 07:00:28 queue INFO >>83 [992] -2015-03-12 07:00:28 sendUrl INFO 83 [992] R:OK -2015-03-12 07:01:18 queue INFO >>83 [993] -2015-03-12 07:01:18 sendUrl INFO 83 [993] R:OK -2015-03-12 07:02:08 queue INFO >>83 [994] -2015-03-12 07:02:08 sendUrl INFO 83 [994] R:OK -2015-03-12 07:02:58 queue INFO >>83 [995] -2015-03-12 07:02:59 sendUrl INFO 83 [995] R:OK -2015-03-12 07:03:48 queue INFO >>83 [996] -2015-03-12 07:03:48 sendUrl INFO 83 [996] R:OK -2015-03-12 07:04:38 queue INFO >>83 [997] -2015-03-12 07:04:39 sendUrl INFO 83 [997] R:OK -2015-03-12 07:05:28 queue INFO >>83 [998] -2015-03-12 07:05:29 sendUrl INFO 83 [998] R:OK -2015-03-12 07:06:19 queue INFO >>83 [999] -2015-03-12 07:06:19 sendUrl INFO 83 [999] R:OK -2015-03-12 07:07:09 queue INFO >>83 [0] -2015-03-12 07:07:09 sendUrl INFO 83 [0] R:OK -2015-03-12 07:07:59 queue INFO >>83 [1] -2015-03-12 07:07:59 sendUrl INFO 83 [1] R:OK -2015-03-12 07:08:26 queue INFO 87 [2] -2015-03-12 07:08:26 queue INFO >87 [3] -2015-03-12 07:08:26 sendUrl INFO 87 [2] R:OK -2015-03-12 07:08:27 sendUrl INFO 87 [3] R:OK -2015-03-12 07:08:29 queue INFO 83 [4] -2015-03-12 07:08:29 queue INFO >83 [5] -2015-03-12 07:08:29 sendUrl INFO 83 [4] R:OK -2015-03-12 07:08:30 sendUrl INFO 83 [5] R:OK -2015-03-12 07:09:19 queue INFO >>83 [6] -2015-03-12 07:09:19 sendUrl INFO 83 [6] R:OK -2015-03-12 07:10:09 queue INFO >>83 [7] -2015-03-12 07:10:10 sendUrl INFO 83 [7] R:OK -2015-03-12 07:10:59 queue INFO >>83 [8] -2015-03-12 07:11:00 sendUrl INFO 83 [8] R:OK -2015-03-12 07:11:49 queue INFO >>83 [9] -2015-03-12 07:11:50 sendUrl INFO 83 [9] R:OK -2015-03-12 07:12:40 queue INFO >>83 [10] -2015-03-12 07:12:40 sendUrl INFO 83 [10] R:OK -2015-03-12 07:13:30 queue INFO >>83 [11] -2015-03-12 07:13:30 sendUrl INFO 83 [11] R:OK -2015-03-12 07:14:20 queue INFO >>83 [12] -2015-03-12 07:14:20 sendUrl INFO 83 [12] R:OK -2015-03-12 07:15:10 queue INFO >>83 [13] -2015-03-12 07:15:11 sendUrl INFO 83 [13] R:OK -2015-03-12 07:16:00 queue INFO >>83 [14] -2015-03-12 07:16:00 sendUrl INFO 83 [14] R:OK -2015-03-12 07:16:50 queue INFO >>83 [15] -2015-03-12 07:16:51 sendUrl INFO 83 [15] R:OK -2015-03-12 07:17:27 queue INFO 87 [16] -2015-03-12 07:17:27 queue INFO >87 [17] -2015-03-12 07:17:27 sendUrl INFO 87 [16] R:OK -2015-03-12 07:17:28 sendUrl INFO 87 [17] R:OK -2015-03-12 07:17:30 queue INFO 83 [18] -2015-03-12 07:17:30 queue INFO >83 [19] -2015-03-12 07:17:30 sendUrl INFO 83 [18] R:OK -2015-03-12 07:17:31 sendUrl INFO 83 [19] R:OK -2015-03-12 07:18:20 queue INFO >>83 [20] -2015-03-12 07:18:21 sendUrl INFO 83 [20] R:OK -2015-03-12 07:19:10 queue INFO >>83 [21] -2015-03-12 07:19:11 sendUrl INFO 83 [21] R:OK -2015-03-12 07:20:01 queue INFO >>83 [22] -2015-03-12 07:20:01 sendUrl INFO 83 [22] R:OK -2015-03-12 07:20:51 queue INFO >>83 [23] -2015-03-12 07:20:51 sendUrl INFO 83 [23] R:OK -2015-03-12 07:21:41 queue INFO >>83 [24] -2015-03-12 07:21:41 sendUrl INFO 83 [24] R:OK -2015-03-12 07:22:31 queue INFO >>83 [25] -2015-03-12 07:22:31 sendUrl INFO 83 [25] R:OK -2015-03-12 07:23:21 queue INFO >>83 [26] -2015-03-12 07:23:21 sendUrl INFO 83 [26] R:OK -2015-03-12 07:24:11 queue INFO >>83 [27] -2015-03-12 07:24:12 sendUrl INFO 83 [27] R:OK -2015-03-12 07:25:02 queue INFO >>83 [28] -2015-03-12 07:25:02 sendUrl INFO 83 [28] R:OK -2015-03-12 07:25:52 queue INFO >>83 [29] -2015-03-12 07:25:52 sendUrl INFO 83 [29] R:OK -2015-03-12 07:26:17 queue INFO 87 [30] -2015-03-12 07:26:18 sendUrl INFO 87 [30] R:OK -2015-03-12 07:26:18 queue INFO >87 [31] -2015-03-12 07:26:18 sendUrl INFO 87 [31] R:OK -2015-03-12 07:26:20 queue INFO 83 [32] -2015-03-12 07:26:21 sendUrl INFO 83 [32] R:OK -2015-03-12 07:26:21 queue INFO >83 [33] -2015-03-12 07:26:21 sendUrl INFO 83 [33] R:OK -2015-03-12 07:27:11 queue INFO >>83 [34] -2015-03-12 07:27:11 sendUrl INFO 83 [34] R:OK -2015-03-12 07:28:01 queue INFO >>83 [35] -2015-03-12 07:28:01 sendUrl INFO 83 [35] R:OK -2015-03-12 07:28:51 queue INFO >>83 [36] -2015-03-12 07:28:51 sendUrl INFO 83 [36] R:OK -2015-03-12 07:29:41 queue INFO >>83 [37] -2015-03-12 07:29:41 sendUrl INFO 83 [37] R:OK -2015-03-12 07:30:31 queue INFO >>83 [38] -2015-03-12 07:30:32 sendUrl INFO 83 [38] R:OK -2015-03-12 07:31:21 queue INFO >>83 [39] -2015-03-12 07:31:22 sendUrl INFO 83 [39] R:OK -2015-03-12 07:32:11 queue INFO >>83 [40] -2015-03-12 07:32:12 sendUrl INFO 83 [40] R:OK -2015-03-12 07:33:02 queue INFO >>83 [41] -2015-03-12 07:33:02 sendUrl INFO 83 [41] R:OK -2015-03-12 07:33:52 queue INFO >>83 [42] -2015-03-12 07:33:52 sendUrl INFO 83 [42] R:OK -2015-03-12 07:34:42 queue INFO >>83 [43] -2015-03-12 07:34:42 sendUrl INFO 83 [43] R:OK -2015-03-12 07:35:08 queue INFO 87 [44] -2015-03-12 07:35:08 queue INFO >87 [45] -2015-03-12 07:35:08 sendUrl INFO 87 [44] R:OK -2015-03-12 07:35:09 sendUrl INFO 87 [45] R:OK -2015-03-12 07:35:11 queue INFO 83 [46] -2015-03-12 07:35:11 queue INFO >83 [47] -2015-03-12 07:35:11 sendUrl INFO 83 [46] R:OK -2015-03-12 07:35:12 sendUrl INFO 83 [47] R:OK -2015-03-12 07:36:01 queue INFO >>83 [48] -2015-03-12 07:36:01 sendUrl INFO 83 [48] R:OK -2015-03-12 07:36:51 queue INFO >>83 [49] -2015-03-12 07:36:51 sendUrl INFO 83 [49] R:OK -2015-03-12 07:37:41 queue INFO >>83 [50] -2015-03-12 07:37:42 sendUrl INFO 83 [50] R:OK -2015-03-12 07:38:31 queue INFO >>83 [51] -2015-03-12 07:38:31 sendUrl INFO 83 [51] R:OK -2015-03-12 07:39:21 queue INFO >>83 [52] -2015-03-12 07:39:22 sendUrl INFO 83 [52] R:OK -2015-03-12 07:40:11 queue INFO >>83 [53] -2015-03-12 07:40:12 sendUrl INFO 83 [53] R:OK -2015-03-12 07:41:01 queue INFO >>83 [54] -2015-03-12 07:41:02 sendUrl INFO 83 [54] R:OK -2015-03-12 07:41:52 queue INFO >>83 [55] -2015-03-12 07:41:52 sendUrl INFO 83 [55] R:OK -2015-03-12 07:42:42 queue INFO >>83 [56] -2015-03-12 07:42:42 sendUrl INFO 83 [56] R:OK -2015-03-12 07:43:32 queue INFO >>83 [57] -2015-03-12 07:43:32 sendUrl INFO 83 [57] R:OK -2015-03-12 07:43:58 queue INFO 87 [58] -2015-03-12 07:43:58 queue INFO >87 [59] -2015-03-12 07:43:59 sendUrl INFO 87 [58] R:OK -2015-03-12 07:43:59 sendUrl INFO 87 [59] R:OK -2015-03-12 07:44:01 queue INFO 83 [60] -2015-03-12 07:44:01 queue INFO >83 [61] -2015-03-12 07:44:02 sendUrl INFO 83 [60] R:OK -2015-03-12 07:44:02 sendUrl INFO 83 [61] R:OK -2015-03-12 07:44:51 queue INFO >>83 [62] -2015-03-12 07:44:52 sendUrl INFO 83 [62] R:OK -2015-03-12 07:45:42 queue INFO >>83 [63] -2015-03-12 07:45:42 sendUrl INFO 83 [63] R:OK -2015-03-12 07:46:32 queue INFO >>83 [64] -2015-03-12 07:46:32 sendUrl INFO 83 [64] R:OK -2015-03-12 07:47:22 queue INFO >>83 [65] -2015-03-12 07:47:22 sendUrl INFO 83 [65] R:OK -2015-03-12 07:48:12 queue INFO >>83 [66] -2015-03-12 07:48:12 sendUrl INFO 83 [66] R:OK -2015-03-12 07:49:02 queue INFO >>83 [67] -2015-03-12 07:49:03 sendUrl INFO 83 [67] R:OK -2015-03-12 07:49:52 queue INFO >>83 [68] -2015-03-12 07:49:52 sendUrl INFO 83 [68] R:OK -2015-03-12 07:50:42 queue INFO >>83 [69] -2015-03-12 07:50:43 sendUrl INFO 83 [69] R:OK -2015-03-12 07:51:32 queue INFO >>83 [70] -2015-03-12 07:51:33 sendUrl INFO 83 [70] R:OK -2015-03-12 07:52:23 queue INFO >>83 [71] -2015-03-12 07:52:23 sendUrl INFO 83 [71] R:OK -2015-03-12 07:52:49 queue INFO 87 [72] -2015-03-12 07:52:49 sendUrl INFO 87 [72] R:OK -2015-03-12 07:52:49 queue INFO >87 [73] -2015-03-12 07:52:50 sendUrl INFO 87 [73] R:OK -2015-03-12 07:52:52 queue INFO 83 [74] -2015-03-12 07:52:52 sendUrl INFO 83 [74] R:OK -2015-03-12 07:52:52 queue INFO >83 [75] -2015-03-12 07:52:53 sendUrl INFO 83 [75] R:OK -2015-03-12 07:53:42 queue INFO >>83 [76] -2015-03-12 07:53:42 sendUrl INFO 83 [76] R:OK -2015-03-12 07:54:32 queue INFO >>83 [77] -2015-03-12 07:54:33 sendUrl INFO 83 [77] R:OK -2015-03-12 07:55:23 queue INFO >>83 [78] -2015-03-12 07:55:23 sendUrl INFO 83 [78] R:OK -2015-03-12 07:56:13 queue INFO >>83 [79] -2015-03-12 07:56:13 sendUrl INFO 83 [79] R:OK -2015-03-12 07:57:03 queue INFO >>83 [80] -2015-03-12 07:57:03 sendUrl INFO 83 [80] R:OK -2015-03-12 07:57:53 queue INFO >>83 [81] -2015-03-12 07:57:53 sendUrl INFO 83 [81] R:OK -2015-03-12 07:58:43 queue INFO >>83 [82] -2015-03-12 07:58:43 sendUrl INFO 83 [82] R:OK -2015-03-12 07:59:33 queue INFO >>83 [83] -2015-03-12 07:59:34 sendUrl INFO 83 [83] R:OK -2015-03-12 08:00:23 queue INFO >>83 [84] -2015-03-12 08:00:24 sendUrl INFO 83 [84] R:OK -2015-03-12 08:01:14 queue INFO >>83 [85] -2015-03-12 08:01:14 sendUrl INFO 83 [85] R:OK -2015-03-12 08:01:40 queue INFO 87 [86] -2015-03-12 08:01:40 queue INFO >87 [87] -2015-03-12 08:01:41 sendUrl INFO 87 [86] R:OK -2015-03-12 08:01:41 sendUrl INFO 87 [87] R:OK -2015-03-12 08:01:43 queue INFO 83 [88] -2015-03-12 08:01:44 queue INFO >83 [89] -2015-03-12 08:01:44 sendUrl INFO 83 [88] R:OK -2015-03-12 08:01:44 sendUrl INFO 83 [89] R:OK -2015-03-12 08:02:34 queue INFO >>83 [90] -2015-03-12 08:02:34 sendUrl INFO 83 [90] R:OK -2015-03-12 08:03:24 queue INFO >>83 [91] -2015-03-12 08:03:24 sendUrl INFO 83 [91] R:OK -2015-03-12 08:04:14 queue INFO >>83 [92] -2015-03-12 08:04:14 sendUrl INFO 83 [92] R:OK -2015-03-12 08:05:04 queue INFO >>83 [93] -2015-03-12 08:05:05 sendUrl INFO 83 [93] R:OK -2015-03-12 08:05:54 queue INFO >>83 [94] -2015-03-12 08:05:54 sendUrl INFO 83 [94] R:OK -2015-03-12 08:06:44 queue INFO >>83 [95] -2015-03-12 08:06:45 sendUrl INFO 83 [95] R:OK -2015-03-12 08:07:35 queue INFO >>83 [96] -2015-03-12 08:07:35 sendUrl INFO 83 [96] R:OK -2015-03-12 08:08:25 queue INFO >>83 [97] -2015-03-12 08:08:25 sendUrl INFO 83 [97] R:OK -2015-03-12 08:09:15 queue INFO >>83 [98] -2015-03-12 08:09:15 sendUrl INFO 83 [98] R:OK -2015-03-12 08:10:05 queue INFO >>83 [99] -2015-03-12 08:10:06 sendUrl INFO 83 [99] R:OK -2015-03-12 08:10:42 queue INFO 87 [100] -2015-03-12 08:10:42 queue INFO >87 [101] -2015-03-12 08:10:42 sendUrl INFO 87 [100] R:OK -2015-03-12 08:10:43 sendUrl INFO 87 [101] R:OK -2015-03-12 08:10:45 queue INFO 83 [102] -2015-03-12 08:10:45 queue INFO >83 [103] -2015-03-12 08:10:45 sendUrl INFO 83 [102] R:OK -2015-03-12 08:10:46 sendUrl INFO 83 [103] R:OK -2015-03-12 08:11:35 queue INFO >>83 [104] -2015-03-12 08:11:35 sendUrl INFO 83 [104] R:OK -2015-03-12 08:12:25 queue INFO >>83 [105] -2015-03-12 08:12:25 sendUrl INFO 83 [105] R:OK -2015-03-12 08:13:15 queue INFO >>83 [106] -2015-03-12 08:13:15 sendUrl INFO 83 [106] R:OK -2015-03-12 08:14:05 queue INFO >>83 [107] -2015-03-12 08:14:06 sendUrl INFO 83 [107] R:OK -2015-03-12 08:14:56 queue INFO >>83 [108] -2015-03-12 08:14:56 sendUrl INFO 83 [108] R:OK -2015-03-12 08:15:46 queue INFO >>83 [109] -2015-03-12 08:15:46 sendUrl INFO 83 [109] R:OK -2015-03-12 08:16:36 queue INFO >>83 [110] -2015-03-12 08:16:36 sendUrl INFO 83 [110] R:OK -2015-03-12 08:17:26 queue INFO >>83 [111] -2015-03-12 08:17:26 sendUrl INFO 83 [111] R:OK -2015-03-12 08:18:16 queue INFO >>83 [112] -2015-03-12 08:18:16 sendUrl INFO 83 [112] R:OK -2015-03-12 08:19:06 queue INFO >>83 [113] -2015-03-12 08:19:07 sendUrl INFO 83 [113] R:OK -2015-03-12 08:19:32 queue INFO 87 [114] -2015-03-12 08:19:32 queue INFO >87 [115] -2015-03-12 08:19:32 sendUrl INFO 87 [114] R:OK -2015-03-12 08:19:33 sendUrl INFO 87 [115] R:OK -2015-03-12 08:19:35 queue INFO 83 [116] -2015-03-12 08:19:35 queue INFO >83 [117] -2015-03-12 08:19:35 sendUrl INFO 83 [116] R:OK -2015-03-12 08:19:36 sendUrl INFO 83 [117] R:OK -2015-03-12 08:20:25 queue INFO >>83 [118] -2015-03-12 08:20:26 sendUrl INFO 83 [118] R:OK -2015-03-12 08:21:15 queue INFO >>83 [119] -2015-03-12 08:21:16 sendUrl INFO 83 [119] R:OK -2015-03-12 08:22:05 queue INFO >>83 [120] -2015-03-12 08:22:06 sendUrl INFO 83 [120] R:OK -2015-03-12 08:22:56 queue INFO >>83 [121] -2015-03-12 08:22:56 sendUrl INFO 83 [121] R:OK -2015-03-12 08:23:46 queue INFO >>83 [122] -2015-03-12 08:23:46 sendUrl INFO 83 [122] R:OK -2015-03-12 08:24:36 queue INFO >>83 [123] -2015-03-12 08:24:36 sendUrl INFO 83 [123] R:OK -2015-03-12 08:25:26 queue INFO >>83 [124] -2015-03-12 08:25:26 sendUrl INFO 83 [124] R:OK -2015-03-12 08:26:16 queue INFO >>83 [125] -2015-03-12 08:26:17 sendUrl INFO 83 [125] R:OK -2015-03-12 08:27:06 queue INFO >>83 [126] -2015-03-12 08:27:07 sendUrl INFO 83 [126] R:OK -2015-03-12 08:27:57 queue INFO >>83 [127] -2015-03-12 08:27:57 sendUrl INFO 83 [127] R:OK -2015-03-12 08:28:22 queue INFO 87 [128] -2015-03-12 08:28:22 queue INFO >87 [129] -2015-03-12 08:28:22 sendUrl INFO 87 [128] R:OK -2015-03-12 08:28:23 sendUrl INFO 87 [129] R:OK -2015-03-12 08:28:25 queue INFO 83 [130] -2015-03-12 08:28:25 queue INFO >83 [131] -2015-03-12 08:28:25 sendUrl INFO 83 [130] R:OK -2015-03-12 08:28:26 sendUrl INFO 83 [131] R:OK -2015-03-12 08:29:15 queue INFO >>83 [132] -2015-03-12 08:29:16 sendUrl INFO 83 [132] R:OK -2015-03-12 08:30:06 queue INFO >>83 [133] -2015-03-12 08:30:06 sendUrl INFO 83 [133] R:OK -2015-03-12 08:30:56 queue INFO >>83 [134] -2015-03-12 08:30:56 sendUrl INFO 83 [134] R:OK -2015-03-12 08:31:46 queue INFO >>83 [135] -2015-03-12 08:31:46 sendUrl INFO 83 [135] R:OK -2015-03-12 08:32:36 queue INFO >>83 [136] -2015-03-12 08:32:36 sendUrl INFO 83 [136] R:OK -2015-03-12 08:33:26 queue INFO >>83 [137] -2015-03-12 08:33:26 sendUrl INFO 83 [137] R:OK -2015-03-12 08:33:55 queue INFO 81 [138] -2015-03-12 08:33:56 queue INFO >81 [139] -2015-03-12 08:33:56 sendUrl INFO 81 [138] R:OK -2015-03-12 08:33:56 sendUrl INFO 81 [139] R:OK -2015-03-12 08:34:46 queue INFO >>81 [140] -2015-03-12 08:34:46 sendUrl INFO 81 [140] R:OK -2015-03-12 08:35:36 queue INFO >>81 [141] -2015-03-12 08:35:36 sendUrl INFO 81 [141] R:OK -2015-03-12 08:36:26 queue INFO >>81 [142] -2015-03-12 08:36:26 sendUrl INFO 81 [142] R:OK -2015-03-12 08:37:11 queue INFO 83 [143] -2015-03-12 08:37:11 queue INFO >83 [144] -2015-03-12 08:37:11 sendUrl INFO 83 [143] R:OK -2015-03-12 08:37:12 sendUrl INFO 83 [144] R:OK -2015-03-12 08:37:31 queue INFO 87 [145] -2015-03-12 08:37:31 sendUrl INFO 87 [145] R:OK -2015-03-12 08:37:31 queue INFO >87 [146] -2015-03-12 08:37:32 sendUrl INFO 87 [146] R:OK -2015-03-12 08:37:34 queue INFO 83 [147] -2015-03-12 08:37:34 queue INFO >83 [148] -2015-03-12 08:37:34 sendUrl INFO 83 [147] R:OK -2015-03-12 08:37:35 sendUrl INFO 83 [148] R:OK -2015-03-12 08:38:24 queue INFO >>83 [149] -2015-03-12 08:38:24 sendUrl INFO 83 [149] R:OK -2015-03-12 08:39:14 queue INFO >>83 [150] -2015-03-12 08:39:15 sendUrl INFO 83 [150] R:OK -2015-03-12 08:40:04 queue INFO >>83 [151] -2015-03-12 08:40:05 sendUrl INFO 83 [151] R:OK -2015-03-12 08:40:54 queue INFO >>83 [152] -2015-03-12 08:40:55 sendUrl INFO 83 [152] R:OK -2015-03-12 08:41:45 queue INFO >>83 [153] -2015-03-12 08:41:45 sendUrl INFO 83 [153] R:OK -2015-03-12 08:42:35 queue INFO >>83 [154] -2015-03-12 08:42:35 sendUrl INFO 83 [154] R:OK -2015-03-12 08:43:25 queue INFO >>83 [155] -2015-03-12 08:43:25 sendUrl INFO 83 [155] R:OK -2015-03-12 08:44:15 queue INFO >>83 [156] -2015-03-12 08:44:15 sendUrl INFO 83 [156] R:OK -2015-03-12 08:45:05 queue INFO >>83 [157] -2015-03-12 08:45:06 sendUrl INFO 83 [157] R:OK -2015-03-12 08:45:55 queue INFO >>83 [158] -2015-03-12 08:45:56 sendUrl INFO 83 [158] R:OK -2015-03-12 08:46:21 queue INFO 87 [159] -2015-03-12 08:46:21 queue INFO >87 [160] -2015-03-12 08:46:21 sendUrl INFO 87 [159] R:OK -2015-03-12 08:46:22 sendUrl INFO 87 [160] R:OK -2015-03-12 08:46:24 queue INFO 83 [161] -2015-03-12 08:46:24 queue INFO >83 [162] -2015-03-12 08:46:25 sendUrl INFO 83 [161] R:OK -2015-03-12 08:46:25 sendUrl INFO 83 [162] R:OK -2015-03-12 08:47:14 queue INFO >>83 [163] -2015-03-12 08:47:14 sendUrl INFO 83 [163] R:OK -2015-03-12 08:48:04 queue INFO >>83 [164] -2015-03-12 08:48:05 sendUrl INFO 83 [164] R:OK -2015-03-12 08:48:55 queue INFO >>83 [165] -2015-03-12 08:48:55 sendUrl INFO 83 [165] R:OK -2015-03-12 08:49:45 queue INFO >>83 [166] -2015-03-12 08:49:45 sendUrl INFO 83 [166] R:OK -2015-03-12 08:50:35 queue INFO >>83 [167] -2015-03-12 08:50:35 sendUrl INFO 83 [167] R:OK -2015-03-12 08:51:25 queue INFO >>83 [168] -2015-03-12 08:51:25 sendUrl INFO 83 [168] R:OK -2015-03-12 08:52:15 queue INFO >>83 [169] -2015-03-12 08:52:15 sendUrl INFO 83 [169] R:OK -2015-03-12 08:53:05 queue INFO >>83 [170] -2015-03-12 08:53:06 sendUrl INFO 83 [170] R:OK -2015-03-12 08:53:55 queue INFO >>83 [171] -2015-03-12 08:53:56 sendUrl INFO 83 [171] R:OK -2015-03-12 08:54:46 queue INFO >>83 [172] -2015-03-12 08:54:46 sendUrl INFO 83 [172] R:OK -2015-03-12 08:55:11 queue INFO 87 [173] -2015-03-12 08:55:12 queue INFO >87 [174] -2015-03-12 08:55:12 sendUrl INFO 87 [173] R:OK -2015-03-12 08:55:12 sendUrl INFO 87 [174] R:OK -2015-03-12 08:55:14 queue INFO 83 [175] -2015-03-12 08:55:15 queue INFO >83 [176] -2015-03-12 08:55:15 sendUrl INFO 83 [175] R:OK -2015-03-12 08:55:15 sendUrl INFO 83 [176] R:OK -2015-03-12 08:56:04 queue INFO >>83 [177] -2015-03-12 08:56:05 sendUrl INFO 83 [177] R:OK -2015-03-12 08:56:55 queue INFO >>83 [178] -2015-03-12 08:56:55 sendUrl INFO 83 [178] R:OK -2015-03-12 08:57:45 queue INFO >>83 [179] -2015-03-12 08:57:45 sendUrl INFO 83 [179] R:OK -2015-03-12 08:58:35 queue INFO >>83 [180] -2015-03-12 08:58:35 sendUrl INFO 83 [180] R:OK -2015-03-12 08:59:25 queue INFO >>83 [181] -2015-03-12 08:59:25 sendUrl INFO 83 [181] R:OK -2015-03-12 09:00:15 queue INFO >>83 [182] -2015-03-12 09:00:16 sendUrl INFO 83 [182] R:OK -2015-03-12 09:01:05 queue INFO >>83 [183] -2015-03-12 09:01:05 sendUrl INFO 83 [183] R:OK -2015-03-12 09:01:56 queue INFO >>83 [184] -2015-03-12 09:01:56 sendUrl INFO 83 [184] R:OK -2015-03-12 09:02:46 queue INFO >>83 [185] -2015-03-12 09:02:46 sendUrl INFO 83 [185] R:OK -2015-03-12 09:03:36 queue INFO >>83 [186] -2015-03-12 09:03:36 sendUrl INFO 83 [186] R:OK -2015-03-12 09:04:13 queue INFO 87 [187] -2015-03-12 09:04:13 queue INFO >87 [188] -2015-03-12 09:04:13 sendUrl INFO 87 [187] R:OK -2015-03-12 09:04:14 sendUrl INFO 87 [188] R:OK -2015-03-12 09:04:16 queue INFO 83 [189] -2015-03-12 09:04:16 queue INFO >83 [190] -2015-03-12 09:04:16 sendUrl INFO 83 [189] R:OK -2015-03-12 09:04:17 sendUrl INFO 83 [190] R:OK -2015-03-12 09:05:06 queue INFO >>83 [191] -2015-03-12 09:05:07 sendUrl INFO 83 [191] R:OK -2015-03-12 09:05:56 queue INFO >>83 [192] -2015-03-12 09:05:56 sendUrl INFO 83 [192] R:OK -2015-03-12 09:06:46 queue INFO >>83 [193] -2015-03-12 09:06:47 sendUrl INFO 83 [193] R:OK -2015-03-12 09:07:37 queue INFO >>83 [194] -2015-03-12 09:07:37 sendUrl INFO 83 [194] R:OK -2015-03-12 09:08:27 queue INFO >>83 [195] -2015-03-12 09:08:27 sendUrl INFO 83 [195] R:OK -2015-03-12 09:09:17 queue INFO >>83 [196] -2015-03-12 09:09:17 sendUrl INFO 83 [196] R:OK -2015-03-12 09:10:07 queue INFO >>83 [197] -2015-03-12 09:10:08 sendUrl INFO 83 [197] R:OK -2015-03-12 09:10:57 queue INFO >>83 [198] -2015-03-12 09:10:57 sendUrl INFO 83 [198] R:OK -2015-03-12 09:11:47 queue INFO >>83 [199] -2015-03-12 09:11:48 sendUrl INFO 83 [199] R:OK -2015-03-12 09:12:38 queue INFO >>83 [200] -2015-03-12 09:12:38 sendUrl INFO 83 [200] R:OK -2015-03-12 09:13:04 queue INFO 87 [201] -2015-03-12 09:13:04 queue INFO >87 [202] -2015-03-12 09:13:04 sendUrl INFO 87 [201] R:OK -2015-03-12 09:13:05 sendUrl INFO 87 [202] R:OK -2015-03-12 09:13:07 queue INFO 83 [203] -2015-03-12 09:13:07 queue INFO >83 [204] -2015-03-12 09:13:07 sendUrl INFO 83 [203] R:OK -2015-03-12 09:13:08 sendUrl INFO 83 [204] R:OK -2015-03-12 09:13:57 queue INFO >>83 [205] -2015-03-12 09:13:58 sendUrl INFO 83 [205] R:OK -2015-03-12 09:14:47 queue INFO >>83 [206] -2015-03-12 09:14:47 sendUrl INFO 83 [206] R:OK -2015-03-12 09:15:37 queue INFO >>83 [207] -2015-03-12 09:15:38 sendUrl INFO 83 [207] R:OK -2015-03-12 09:16:28 queue INFO >>83 [208] -2015-03-12 09:16:28 sendUrl INFO 83 [208] R:OK -2015-03-12 09:17:18 queue INFO >>83 [209] -2015-03-12 09:17:18 sendUrl INFO 83 [209] R:OK -2015-03-12 09:18:08 queue INFO >>83 [210] -2015-03-12 09:18:08 sendUrl INFO 83 [210] R:OK -2015-03-12 09:18:58 queue INFO >>83 [211] -2015-03-12 09:18:59 sendUrl INFO 83 [211] R:OK -2015-03-12 09:19:48 queue INFO >>83 [212] -2015-03-12 09:19:48 sendUrl INFO 83 [212] R:OK -2015-03-12 09:20:38 queue INFO >>83 [213] -2015-03-12 09:20:39 sendUrl INFO 83 [213] R:OK -2015-03-12 09:21:29 queue INFO >>83 [214] -2015-03-12 09:21:29 sendUrl INFO 83 [214] R:OK -2015-03-12 09:21:55 queue INFO 87 [215] -2015-03-12 09:21:55 sendUrl INFO 87 [215] R:OK -2015-03-12 09:21:55 queue INFO >87 [216] -2015-03-12 09:21:56 sendUrl INFO 87 [216] R:OK -2015-03-12 09:21:58 queue INFO 83 [217] -2015-03-12 09:21:59 queue INFO >83 [218] -2015-03-12 09:21:59 sendUrl INFO 83 [217] R:OK -2015-03-12 09:21:59 sendUrl INFO 83 [218] R:OK -2015-03-12 09:22:49 queue INFO >>83 [219] -2015-03-12 09:22:49 sendUrl INFO 83 [219] R:OK -2015-03-12 09:23:39 queue INFO >>83 [220] -2015-03-12 09:23:39 sendUrl INFO 83 [220] R:OK -2015-03-12 09:24:29 queue INFO >>83 [221] -2015-03-12 09:24:29 sendUrl INFO 83 [221] R:OK -2015-03-12 09:25:19 queue INFO >>83 [222] -2015-03-12 09:25:19 sendUrl INFO 83 [222] R:OK -2015-03-12 09:26:09 queue INFO >>83 [223] -2015-03-12 09:26:10 sendUrl INFO 83 [223] R:OK -2015-03-12 09:26:59 queue INFO >>83 [224] -2015-03-12 09:27:00 sendUrl INFO 83 [224] R:OK -2015-03-12 09:27:50 queue INFO >>83 [225] -2015-03-12 09:27:50 sendUrl INFO 83 [225] R:OK -2015-03-12 09:28:40 queue INFO >>83 [226] -2015-03-12 09:28:40 sendUrl INFO 83 [226] R:OK -2015-03-12 09:29:30 queue INFO >>83 [227] -2015-03-12 09:29:30 sendUrl INFO 83 [227] R:OK -2015-03-12 09:30:20 queue INFO >>83 [228] -2015-03-12 09:30:20 sendUrl INFO 83 [228] R:OK -2015-03-12 09:30:45 queue INFO 87 [229] -2015-03-12 09:30:46 queue INFO >87 [230] -2015-03-12 09:30:46 sendUrl INFO 87 [229] R:OK -2015-03-12 09:30:46 sendUrl INFO 87 [230] R:OK -2015-03-12 09:30:48 queue INFO 83 [231] -2015-03-12 09:30:49 queue INFO >83 [232] -2015-03-12 09:30:49 sendUrl INFO 83 [231] R:OK -2015-03-12 09:30:49 sendUrl INFO 83 [232] R:OK -2015-03-12 09:31:39 queue INFO >>83 [233] -2015-03-12 09:31:39 sendUrl INFO 83 [233] R:OK diff --git a/ConfIOB/Donati/1011_170/logfile.txt.20130927 b/ConfIOB/Donati/1011_170/logfile.txt.20130927 deleted file mode 100644 index 0afc767..0000000 --- a/ConfIOB/Donati/1011_170/logfile.txt.20130927 +++ /dev/null @@ -1,6702 +0,0 @@ -[2013-09-23 15:14:20] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-23 15:17:45] Avvio ProgrammaReadPar IOB-pi v.1.1 -[2013-09-23 15:17:56] Start ReadPar IOB-pi v.1.1 -[2013-09-23 15:17:58] 0 -[2013-09-23 15:17:59] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-23 22:03:00] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1011&valore=0 -[2013-09-23 22:03:01] >0 -[2013-09-23 22:03:01] NETWORK:Errore http-no com rete-timeout per url: http://192.168.51.71/MPIO/sendReboot.aspx?idxMacchina=1011 -[2013-09-23 22:04:04] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1011&valore=0 -[2013-09-23 22:04:05] 1 -[2013-09-23 22:05:08] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1011&valore=1 -[2013-09-23 22:05:08] 2 -[2013-09-23 22:06:12] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1011&valore=2 -[2013-09-23 22:06:12] 4 -[2013-09-23 22:07:15] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1011&valore=4 -[2013-09-23 22:07:16] 8 -[2013-09-23 22:08:19] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1011&valore=8 -[2013-09-23 22:08:19] 10 -[2013-09-23 22:09:23] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1011&valore=10 -[2013-09-23 22:09:23] 20 -[2013-09-23 22:10:26] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1011&valore=20 -[2013-09-23 22:10:27] 40 -[2013-09-23 22:11:30] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1011&valore=40 -[2013-09-23 22:11:31] 80 -[2013-09-23 22:12:27] Avvio ProgrammaReadPar IOB-pi v.1.1 -[2013-09-23 22:12:27] Start ReadPar IOB-pi v.1.1 -[2013-09-23 22:12:28] 1 -[2013-09-23 22:12:29] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-23 22:12:30] >1 -[2013-09-24 14:34:19] >>1 -[2013-09-24 14:35:20] >>1 -[2013-09-24 14:36:20] >>1 -[2013-09-24 14:37:20] >>1 -[2013-09-24 14:38:20] >>1 -[2013-09-24 14:39:20] >>1 -[2013-09-24 14:40:20] >>1 -[2013-09-24 14:41:47] Avvio ProgrammaReadPar IOB-pi v.1.1 -[2013-09-24 14:41:47] Start ReadPar IOB-pi v.1.1 -[2013-09-24 14:41:47] 1 -[2013-09-24 14:41:48] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-24 14:41:49] >1 -[2013-09-24 14:43:22] >>1 -[2013-09-24 14:43:56] Avvio ProgrammaReadPar IOB-pi v.1.1 -[2013-09-24 14:43:56] Start ReadPar IOB-pi v.1.1 -[2013-09-24 14:43:57] 1 -[2013-09-24 14:43:59] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-24 14:43:59] >1 -[2013-09-24 14:48:44] >>1 -[2013-09-24 14:49:44] >>1 -[2013-09-24 14:50:44] >>1 -[2013-09-24 14:51:44] >>1 -[2013-09-24 14:52:44] >>1 -[2013-09-24 14:53:44] >>1 -[2013-09-24 14:54:45] >>1 -[2013-09-24 14:54:58] 89 -[2013-09-24 14:55:00] >89 -[2013-09-24 14:55:03] 81 -[2013-09-24 14:55:05] >81 -[2013-09-24 14:55:28] 83 -[2013-09-24 14:55:29] >83 -[2013-09-24 14:56:02] 87 -[2013-09-24 14:56:02] 83 -[2013-09-24 14:56:04] >83 -[2013-09-24 14:57:03] >>83 -[2013-09-24 14:58:03] >>83 -[2013-09-24 14:59:04] >>83 -[2013-09-24 15:00:04] >>83 -[2013-09-24 15:01:04] >>83 -[2013-09-24 15:01:45] 81 -[2013-09-24 15:01:47] >81 -[2013-09-24 15:01:55] 83 -[2013-09-24 15:01:57] >83 -[2013-09-24 15:02:56] >>83 -[2013-09-24 15:03:56] >>83 -[2013-09-24 15:04:57] >>83 -[2013-09-24 15:05:57] >>83 -[2013-09-24 15:06:57] >>83 -[2013-09-24 15:07:25] 81 -[2013-09-24 15:07:27] >81 -[2013-09-24 15:08:27] >>81 -[2013-09-24 14:43:55] Avvio ProgrammaReadPar IOB-pi v.1.1 -[2013-09-24 14:43:55] Start ReadPar IOB-pi v.1.1 -[2013-09-24 14:43:56] 81 -[2013-09-24 14:43:57] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-24 14:43:57] >81 -[2013-09-24 15:11:02] >>81 -[2013-09-24 14:43:56] Avvio ProgrammaReadPar IOB-pi v.1.1 -[2013-09-24 14:43:56] Start ReadPar IOB-pi v.1.1 -[2013-09-24 14:43:56] 81 -[2013-09-24 14:43:56] Avvio ProgrammaReadPar IOB-pi v.1.1 -[2013-09-24 14:43:56] Start ReadPar IOB-pi v.1.1 -[2013-09-24 14:43:57] 81 -[2013-09-24 14:43:58] >81 -[2013-09-24 14:44:01] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-24 15:15:59] >>81 -[2013-09-24 15:16:38] 83 -[2013-09-24 15:16:40] >83 -[2013-09-24 15:17:16] 81 -[2013-09-24 15:17:18] 99 -[2013-09-24 15:17:19] >99 -[2013-09-24 15:17:54] 89 -[2013-09-24 15:17:56] >89 -[2013-09-24 15:17:57] 81 -[2013-09-24 15:17:59] >81 -[2013-09-24 15:18:07] 83 -[2013-09-24 15:18:08] >83 -[2013-09-24 15:19:08] >>83 -[2013-09-24 15:20:08] >>83 -[2013-09-24 15:21:08] >>83 -[2013-09-24 15:22:08] >>83 -[2013-09-24 15:23:08] >>83 -[2013-09-24 15:24:03] 81 -[2013-09-24 15:24:05] >81 -[2013-09-24 15:24:13] 83 -[2013-09-24 15:24:15] >83 -[2013-09-24 15:25:14] >>83 -[2013-09-24 15:26:14] >>83 -[2013-09-24 15:27:15] >>83 -[2013-09-24 15:28:15] >>83 -[2013-09-24 15:29:15] >>83 -[2013-09-24 15:30:15] >>83 -[2013-09-24 15:30:30] 81 -[2013-09-24 15:30:31] >81 -[2013-09-24 15:30:41] 83 -[2013-09-24 15:30:42] >83 -[2013-09-24 15:31:42] >>83 -[2013-09-24 15:32:42] >>83 -[2013-09-24 15:33:42] >>83 -[2013-09-24 15:34:42] >>83 -[2013-09-24 15:35:43] >>83 -[2013-09-24 15:36:43] >>83 -[2013-09-24 15:36:50] 81 -[2013-09-24 15:36:51] >81 -[2013-09-24 15:37:00] 83 -[2013-09-24 15:37:02] >83 -[2013-09-24 15:38:02] >>83 -[2013-09-24 15:39:02] >>83 -[2013-09-24 15:40:02] >>83 -[2013-09-24 15:41:02] >>83 -[2013-09-24 15:42:02] >>83 -[2013-09-24 15:43:03] >>83 -[2013-09-24 15:43:10] 81 -[2013-09-24 15:43:11] >81 -[2013-09-24 15:43:20] 83 -[2013-09-24 15:43:22] >83 -[2013-09-24 15:44:22] >>83 -[2013-09-24 15:45:22] >>83 -[2013-09-24 15:46:22] >>83 -[2013-09-24 15:47:22] >>83 -[2013-09-24 15:48:23] >>83 -[2013-09-24 15:49:23] >>83 -[2013-09-24 15:49:30] 81 -[2013-09-24 15:49:32] >81 -[2013-09-24 15:49:41] 83 -[2013-09-24 15:49:42] >83 -[2013-09-24 15:50:42] >>83 -[2013-09-24 15:51:42] >>83 -[2013-09-24 15:52:42] >>83 -[2013-09-24 15:53:43] >>83 -[2013-09-24 15:54:43] >>83 -[2013-09-24 15:55:43] >>83 -[2013-09-24 15:55:51] 81 -[2013-09-24 15:55:52] >81 -[2013-09-24 15:56:02] 83 -[2013-09-24 15:56:03] >83 -[2013-09-24 15:57:03] >>83 -[2013-09-24 15:58:03] >>83 -[2013-09-24 15:59:04] >>83 -[2013-09-24 16:00:04] >>83 -[2013-09-24 16:01:04] >>83 -[2013-09-24 16:02:04] >>83 -[2013-09-24 16:02:23] 81 -[2013-09-24 16:02:24] >81 -[2013-09-24 16:02:33] 83 -[2013-09-24 16:02:35] >83 -[2013-09-24 16:03:34] >>83 -[2013-09-24 16:04:35] >>83 -[2013-09-24 16:05:35] >>83 -[2013-09-24 16:06:35] >>83 -[2013-09-24 16:07:35] >>83 -[2013-09-24 16:08:35] >>83 -[2013-09-24 16:08:42] 81 -[2013-09-24 16:08:44] >81 -[2013-09-24 16:08:53] 83 -[2013-09-24 16:08:54] >83 -[2013-09-24 16:09:54] >>83 -[2013-09-24 16:10:04] 89 -[2013-09-24 16:10:05] >89 -[2013-09-24 16:10:13] 81 -[2013-09-24 16:10:15] >81 -[2013-09-24 16:10:17] 83 -[2013-09-24 16:10:18] >83 -[2013-09-24 16:11:18] >>83 -[2013-09-24 16:11:53] 81 -[2013-09-24 16:11:54] >81 -[2013-09-24 16:11:55] 99 -[2013-09-24 16:11:56] >99 -[2013-09-24 16:12:56] >>99 -[2013-09-24 16:13:18] 89 -[2013-09-24 16:13:20] >89 -[2013-09-24 16:13:22] 81 -[2013-09-24 16:13:23] >81 -[2013-09-24 16:13:26] 83 -[2013-09-24 16:13:28] >83 -[2013-09-24 16:14:28] >>83 -[2013-09-24 16:15:28] >>83 -[2013-09-24 16:16:28] >>83 -[2013-09-24 16:16:58] 81 -[2013-09-24 16:16:59] >81 -[2013-09-24 16:17:08] 83 -[2013-09-24 16:17:10] >83 -[2013-09-24 16:18:09] >>83 -[2013-09-24 16:19:10] >>83 -[2013-09-24 16:20:10] >>83 -[2013-09-24 16:21:10] >>83 -[2013-09-24 16:22:10] >>83 -[2013-09-24 16:23:10] >>83 -[2013-09-24 16:23:18] 81 -[2013-09-24 16:23:19] >81 -[2013-09-24 16:23:28] 83 -[2013-09-24 16:23:29] >83 -[2013-09-24 16:24:29] >>83 -[2013-09-24 16:25:29] >>83 -[2013-09-24 16:26:30] >>83 -[2013-09-24 16:27:30] >>83 -[2013-09-24 16:28:30] >>83 -[2013-09-24 16:29:30] >>83 -[2013-09-24 16:29:38] 81 -[2013-09-24 16:29:39] >81 -[2013-09-24 16:29:49] 83 -[2013-09-24 16:29:50] >83 -[2013-09-24 16:30:50] >>83 -[2013-09-24 16:31:50] >>83 -[2013-09-24 16:32:50] >>83 -[2013-09-24 16:33:50] >>83 -[2013-09-24 16:34:51] >>83 -[2013-09-24 16:35:51] >>83 -[2013-09-24 16:35:58] 81 -[2013-09-24 16:36:00] >81 -[2013-09-24 16:36:09] 83 -[2013-09-24 16:36:11] >83 -[2013-09-24 16:37:11] >>83 -[2013-09-24 16:38:11] >>83 -[2013-09-24 16:39:11] >>83 -[2013-09-24 16:40:11] >>83 -[2013-09-24 16:41:11] >>83 -[2013-09-24 16:42:12] >>83 -[2013-09-24 16:42:31] 81 -[2013-09-24 16:42:32] >81 -[2013-09-24 16:42:41] 83 -[2013-09-24 16:42:43] >83 -[2013-09-24 16:43:42] >>83 -[2013-09-24 16:44:42] >>83 -[2013-09-24 16:45:43] >>83 -[2013-09-24 16:46:43] >>83 -[2013-09-24 16:47:43] >>83 -[2013-09-24 16:48:43] >>83 -[2013-09-24 16:48:50] 81 -[2013-09-24 16:48:51] >81 -[2013-09-24 16:49:00] 83 -[2013-09-24 16:49:02] >83 -[2013-09-24 16:50:01] >>83 -[2013-09-24 16:51:02] >>83 -[2013-09-24 16:52:02] >>83 -[2013-09-24 16:53:02] >>83 -[2013-09-24 16:54:02] >>83 -[2013-09-24 16:55:02] >>83 -[2013-09-24 16:55:10] 81 -[2013-09-24 16:55:11] >81 -[2013-09-24 16:55:20] 83 -[2013-09-24 16:55:21] >83 -[2013-09-24 16:56:21] >>83 -[2013-09-24 16:57:21] >>83 -[2013-09-24 16:58:22] >>83 -[2013-09-24 16:59:22] >>83 -[2013-09-24 17:00:22] >>83 -[2013-09-24 17:01:22] >>83 -[2013-09-24 17:01:30] 81 -[2013-09-24 17:01:31] >81 -[2013-09-24 17:01:40] 83 -[2013-09-24 17:01:42] >83 -[2013-09-24 17:02:41] >>83 -[2013-09-24 17:03:41] >>83 -[2013-09-24 17:04:42] >>83 -[2013-09-24 17:05:42] >>83 -[2013-09-24 17:06:42] >>83 -[2013-09-24 17:07:42] >>83 -[2013-09-24 17:07:49] 81 -[2013-09-24 17:07:51] >81 -[2013-09-24 17:08:00] 83 -[2013-09-24 17:08:02] >83 -[2013-09-24 17:09:02] >>83 -[2013-09-24 17:09:12] 81 -[2013-09-24 17:09:13] 91 -[2013-09-24 17:09:14] 99 -[2013-09-24 17:09:15] >99 -[2013-09-24 17:10:15] >>99 -[2013-09-24 17:10:41] 89 -[2013-09-24 17:10:42] >89 -[2013-09-24 17:10:45] 81 -[2013-09-24 17:10:47] >81 -[2013-09-24 17:11:46] >>81 -[2013-09-24 17:12:07] 83 -[2013-09-24 17:12:08] >83 -[2013-09-24 17:13:08] >>83 -[2013-09-24 17:14:08] >>83 -[2013-09-24 17:15:08] >>83 -[2013-09-24 17:16:09] >>83 -[2013-09-24 17:17:09] >>83 -[2013-09-24 17:17:13] 81 -[2013-09-24 17:17:14] >81 -[2013-09-24 17:17:23] 83 -[2013-09-24 17:17:24] >83 -[2013-09-24 17:18:24] >>83 -[2013-09-24 17:19:25] >>83 -[2013-09-24 17:20:26] >>83 -[2013-09-24 17:21:26] >>83 -[2013-09-24 17:22:26] >>83 -[2013-09-24 17:23:26] >>83 -[2013-09-24 17:23:44] 81 -[2013-09-24 17:23:46] >81 -[2013-09-24 17:23:54] 83 -[2013-09-24 17:23:56] >83 -[2013-09-24 17:24:55] >>83 -[2013-09-24 17:25:56] >>83 -[2013-09-24 17:26:56] >>83 -[2013-09-24 17:28:06] >>83 -[2013-09-24 17:29:06] >>83 -[2013-09-24 17:30:04] 81 -[2013-09-24 17:30:05] >81 -[2013-09-24 17:30:14] 83 -[2013-09-24 17:30:15] >83 -[2013-09-24 17:31:15] >>83 -[2013-09-24 17:32:15] >>83 -[2013-09-24 17:33:16] >>83 -[2013-09-24 17:34:16] >>83 -[2013-09-24 17:35:16] >>83 -[2013-09-24 17:36:16] >>83 -[2013-09-24 17:36:23] 81 -[2013-09-24 17:36:24] >81 -[2013-09-24 17:36:34] 83 -[2013-09-24 17:36:35] >83 -[2013-09-24 17:37:35] >>83 -[2013-09-24 17:38:35] >>83 -[2013-09-24 17:39:35] >>83 -[2013-09-24 17:40:35] >>83 -[2013-09-24 17:41:36] >>83 -[2013-09-24 17:42:36] >>83 -[2013-09-24 17:42:42] 81 -[2013-09-24 17:42:44] >81 -[2013-09-24 17:42:53] 83 -[2013-09-24 17:42:55] >83 -[2013-09-24 17:43:54] >>83 -[2013-09-24 17:44:55] >>83 -[2013-09-24 17:45:55] >>83 -[2013-09-24 17:46:55] >>83 -[2013-09-24 17:47:55] >>83 -[2013-09-24 17:48:55] >>83 -[2013-09-24 17:49:04] 81 -[2013-09-24 17:49:05] >81 -[2013-09-24 17:49:14] 83 -[2013-09-24 17:49:15] >83 -[2013-09-24 17:49:41] 87 -[2013-09-24 17:49:42] 83 -[2013-09-24 17:49:43] >83 -[2013-09-24 17:50:43] >>83 -[2013-09-24 17:51:43] >>83 -[2013-09-24 17:52:43] >>83 -[2013-09-24 17:53:44] >>83 -[2013-09-24 17:54:44] >>83 -[2013-09-24 17:55:24] 81 -[2013-09-24 17:55:26] >81 -[2013-09-24 17:55:35] 83 -[2013-09-24 17:55:36] >83 -[2013-09-24 17:56:36] >>83 -[2013-09-24 17:57:36] >>83 -[2013-09-24 17:58:36] >>83 -[2013-09-24 17:59:37] >>83 -[2013-09-24 18:00:37] >>83 -[2013-09-24 18:01:37] >>83 -[2013-09-24 18:01:56] 81 -[2013-09-24 18:01:57] >81 -[2013-09-24 18:02:06] 83 -[2013-09-24 18:02:08] >83 -[2013-09-24 18:03:08] >>83 -[2013-09-24 18:04:08] >>83 -[2013-09-24 18:05:08] >>83 -[2013-09-24 18:06:08] >>83 -[2013-09-24 18:07:09] >>83 -[2013-09-24 18:08:09] >>83 -[2013-09-24 18:08:15] 81 -[2013-09-24 18:08:17] >81 -[2013-09-24 18:08:26] 83 -[2013-09-24 18:08:27] >83 -[2013-09-24 18:09:27] >>83 -[2013-09-24 18:10:27] >>83 -[2013-09-24 18:11:27] >>83 -[2013-09-24 18:12:28] >>83 -[2013-09-24 18:13:28] >>83 -[2013-09-24 18:14:28] >>83 -[2013-09-24 18:14:35] 81 -[2013-09-24 18:14:36] >81 -[2013-09-24 18:14:45] 83 -[2013-09-24 18:14:47] >83 -[2013-09-24 18:15:47] >>83 -[2013-09-24 18:16:47] >>83 -[2013-09-24 18:17:47] >>83 -[2013-09-24 18:18:47] >>83 -[2013-09-24 18:19:47] >>83 -[2013-09-24 18:20:48] >>83 -[2013-09-24 18:20:55] 81 -[2013-09-24 18:20:56] >81 -[2013-09-24 18:21:05] 83 -[2013-09-24 18:21:07] >83 -[2013-09-24 18:22:07] >>83 -[2013-09-24 18:23:07] >>83 -[2013-09-24 18:24:07] >>83 -[2013-09-24 18:25:07] >>83 -[2013-09-24 18:26:08] >>83 -[2013-09-24 18:27:08] >>83 -[2013-09-24 18:27:15] 81 -[2013-09-24 18:27:17] >81 -[2013-09-24 18:27:26] 83 -[2013-09-24 18:27:28] >83 -[2013-09-24 18:28:27] >>83 -[2013-09-24 18:29:28] >>83 -[2013-09-24 18:30:28] >>83 -[2013-09-24 18:31:28] >>83 -[2013-09-24 18:32:28] >>83 -[2013-09-24 18:33:28] >>83 -[2013-09-24 18:33:37] 81 -[2013-09-24 18:33:38] >81 -[2013-09-24 18:33:47] 83 -[2013-09-24 18:33:48] >83 -[2013-09-24 18:34:48] >>83 -[2013-09-24 18:35:48] >>83 -[2013-09-24 18:36:49] >>83 -[2013-09-24 18:37:49] >>83 -[2013-09-24 18:38:49] >>83 -[2013-09-24 18:39:49] >>83 -[2013-09-24 18:40:08] 81 -[2013-09-24 18:40:09] >81 -[2013-09-24 18:40:19] 83 -[2013-09-24 18:40:20] >83 -[2013-09-24 18:41:20] >>83 -[2013-09-24 18:42:20] >>83 -[2013-09-24 18:43:20] >>83 -[2013-09-24 18:44:20] >>83 -[2013-09-24 18:45:21] >>83 -[2013-09-24 18:46:21] >>83 -[2013-09-24 18:46:24] 81 -[2013-09-24 18:46:26] >81 -[2013-09-24 18:47:25] >>81 -[2013-09-24 18:48:25] >>81 -[2013-09-24 18:48:47] 99 -[2013-09-24 18:48:49] >99 -[2013-09-24 18:49:48] >>99 -[2013-09-24 18:50:49] >>99 -[2013-09-24 18:51:49] >>99 -[2013-09-24 18:52:49] >>99 -[2013-09-24 18:53:49] >>99 -[2013-09-24 18:54:50] >>99 -[2013-09-24 18:55:50] >>99 -[2013-09-24 18:56:50] >>99 -[2013-09-24 18:57:25] 89 -[2013-09-24 18:57:26] >89 -[2013-09-24 18:58:01] 81 -[2013-09-24 18:58:03] >81 -[2013-09-24 18:58:09] 83 -[2013-09-24 18:58:10] >83 -[2013-09-24 18:59:10] >>83 -[2013-09-24 19:00:10] >>83 -[2013-09-24 19:01:10] >>83 -[2013-09-24 19:02:11] >>83 -[2013-09-24 19:03:11] >>83 -[2013-09-24 19:04:11] >>83 -[2013-09-24 19:04:28] 81 -[2013-09-24 19:04:29] >81 -[2013-09-24 19:04:38] 83 -[2013-09-24 19:04:39] >83 -[2013-09-24 19:05:04] 87 -[2013-09-24 19:05:04] 83 -[2013-09-24 19:05:06] >83 -[2013-09-24 19:06:06] >>83 -[2013-09-24 19:07:06] >>83 -[2013-09-24 19:08:06] >>83 -[2013-09-24 19:09:06] >>83 -[2013-09-24 19:10:06] >>83 -[2013-09-24 19:10:47] 81 -[2013-09-24 19:10:51] >81 -[2013-09-24 19:10:57] 83 -[2013-09-24 19:10:59] >83 -[2013-09-24 19:11:23] 87 -[2013-09-24 19:11:28] 83 -[2013-09-24 19:11:29] >83 -[2013-09-24 19:12:31] >>83 -[2013-09-24 19:13:31] >>83 -[2013-09-24 19:14:31] >>83 -[2013-09-24 19:15:31] >>83 -[2013-09-24 19:16:32] >>83 -[2013-09-24 19:17:07] 81 -[2013-09-24 19:17:08] >81 -[2013-09-24 19:17:17] 83 -[2013-09-24 19:17:19] >83 -[2013-09-24 19:18:18] >>83 -[2013-09-24 19:19:18] >>83 -[2013-09-24 19:20:19] >>83 -[2013-09-24 19:21:19] >>83 -[2013-09-24 19:22:19] >>83 -[2013-09-24 19:23:19] >>83 -[2013-09-24 19:23:26] 81 -[2013-09-24 19:23:28] >81 -[2013-09-24 19:23:37] 83 -[2013-09-24 19:23:39] >83 -[2013-09-24 19:24:38] >>83 -[2013-09-24 19:25:39] >>83 -[2013-09-24 19:26:39] >>83 -[2013-09-24 19:27:39] >>83 -[2013-09-24 19:28:39] >>83 -[2013-09-24 19:29:40] >>83 -[2013-09-24 19:30:00] 81 -[2013-09-24 19:30:01] >81 -[2013-09-24 19:30:09] 83 -[2013-09-24 19:30:11] >83 -[2013-09-24 19:31:11] >>83 -[2013-09-24 19:32:11] >>83 -[2013-09-24 19:33:11] >>83 -[2013-09-24 19:34:11] >>83 -[2013-09-24 19:35:12] >>83 -[2013-09-24 19:36:12] >>83 -[2013-09-24 19:36:20] 81 -[2013-09-24 19:36:22] >81 -[2013-09-24 19:36:31] 83 -[2013-09-24 19:36:32] >83 -[2013-09-24 19:37:32] >>83 -[2013-09-24 19:38:32] >>83 -[2013-09-24 19:39:32] >>83 -[2013-09-24 19:40:33] >>83 -[2013-09-24 19:41:33] >>83 -[2013-09-24 19:42:33] >>83 -[2013-09-24 19:42:40] 81 -[2013-09-24 19:42:41] >81 -[2013-09-24 19:42:50] 83 -[2013-09-24 19:42:51] >83 -[2013-09-24 19:43:51] >>83 -[2013-09-24 19:44:51] >>83 -[2013-09-24 19:45:51] >>83 -[2013-09-24 19:46:52] >>83 -[2013-09-24 19:47:52] >>83 -[2013-09-24 19:48:52] >>83 -[2013-09-24 19:48:59] 81 -[2013-09-24 19:49:00] >81 -[2013-09-24 19:49:09] 83 -[2013-09-24 19:49:11] >83 -[2013-09-24 19:50:11] >>83 -[2013-09-24 19:51:11] >>83 -[2013-09-24 19:52:11] >>83 -[2013-09-24 19:53:11] >>83 -[2013-09-24 19:54:12] >>83 -[2013-09-24 19:55:12] >>83 -[2013-09-24 19:55:18] 81 -[2013-09-24 19:55:20] >81 -[2013-09-24 19:55:29] 83 -[2013-09-24 19:55:31] >83 -[2013-09-24 19:55:55] 87 -[2013-09-24 19:55:56] 83 -[2013-09-24 19:55:58] >83 -[2013-09-24 19:56:57] >>83 -[2013-09-24 19:57:58] >>83 -[2013-09-24 19:58:58] >>83 -[2013-09-24 19:59:58] >>83 -[2013-09-24 20:00:58] >>83 -[2013-09-24 20:01:38] 81 -[2013-09-24 20:01:40] >81 -[2013-09-24 20:01:49] 83 -[2013-09-24 20:01:51] >83 -[2013-09-24 20:02:50] >>83 -[2013-09-24 20:03:51] >>83 -[2013-09-24 20:04:51] >>83 -[2013-09-24 20:05:51] >>83 -[2013-09-24 20:06:51] >>83 -[2013-09-24 20:07:51] >>83 -[2013-09-24 20:08:12] 81 -[2013-09-24 20:08:13] >81 -[2013-09-24 20:08:22] 83 -[2013-09-24 20:08:23] >83 -[2013-09-24 20:09:23] >>83 -[2013-09-24 20:10:23] >>83 -[2013-09-24 20:11:24] >>83 -[2013-09-24 20:12:24] >>83 -[2013-09-24 20:13:24] >>83 -[2013-09-24 20:14:24] >>83 -[2013-09-24 20:14:32] 81 -[2013-09-24 20:14:34] >81 -[2013-09-24 20:14:43] 83 -[2013-09-24 20:14:44] >83 -[2013-09-24 20:15:44] >>83 -[2013-09-24 20:16:44] >>83 -[2013-09-24 20:17:44] >>83 -[2013-09-24 20:18:44] >>83 -[2013-09-24 20:19:45] >>83 -[2013-09-24 20:20:45] >>83 -[2013-09-24 20:20:51] 81 -[2013-09-24 20:20:53] >81 -[2013-09-24 20:21:02] 83 -[2013-09-24 20:21:04] >83 -[2013-09-24 20:22:04] >>83 -[2013-09-24 20:23:04] >>83 -[2013-09-24 20:24:04] >>83 -[2013-09-24 20:25:04] >>83 -[2013-09-24 20:26:04] >>83 -[2013-09-24 20:27:05] >>83 -[2013-09-24 20:27:11] 81 -[2013-09-24 20:27:13] >81 -[2013-09-24 20:27:21] 83 -[2013-09-24 20:27:23] >83 -[2013-09-24 20:28:23] >>83 -[2013-09-24 20:29:23] >>83 -[2013-09-24 20:30:23] >>83 -[2013-09-24 20:31:23] >>83 -[2013-09-24 20:32:24] >>83 -[2013-09-24 20:33:24] >>83 -[2013-09-24 20:33:30] 81 -[2013-09-24 20:33:32] >81 -[2013-09-24 20:33:41] 83 -[2013-09-24 20:33:43] >83 -[2013-09-24 20:34:42] >>83 -[2013-09-24 20:35:43] >>83 -[2013-09-24 20:36:43] >>83 -[2013-09-24 20:37:43] >>83 -[2013-09-24 20:38:43] >>83 -[2013-09-24 20:39:43] >>83 -[2013-09-24 20:39:50] 81 -[2013-09-24 20:39:52] >81 -[2013-09-24 20:40:01] 83 -[2013-09-24 20:40:03] >83 -[2013-09-24 20:41:03] >>83 -[2013-09-24 20:42:03] >>83 -[2013-09-24 20:43:03] >>83 -[2013-09-24 20:44:03] >>83 -[2013-09-24 20:45:03] >>83 -[2013-09-24 20:46:04] >>83 -[2013-09-24 20:46:23] 81 -[2013-09-24 20:46:25] >81 -[2013-09-24 20:46:34] 83 -[2013-09-24 20:46:35] >83 -[2013-09-24 20:47:35] >>83 -[2013-09-24 20:48:35] >>83 -[2013-09-24 20:49:35] >>83 -[2013-09-24 20:50:36] >>83 -[2013-09-24 20:51:36] >>83 -[2013-09-24 20:52:36] >>83 -[2013-09-24 20:52:44] 81 -[2013-09-24 20:52:46] >81 -[2013-09-24 20:52:55] 83 -[2013-09-24 20:52:56] >83 -[2013-09-24 20:53:56] >>83 -[2013-09-24 20:54:56] >>83 -[2013-09-24 20:55:57] >>83 -[2013-09-24 20:56:57] >>83 -[2013-09-24 20:57:57] >>83 -[2013-09-24 20:58:57] >>83 -[2013-09-24 20:59:03] 81 -[2013-09-24 20:59:05] >81 -[2013-09-24 20:59:14] 83 -[2013-09-24 20:59:16] >83 -[2013-09-24 21:00:16] >>83 -[2013-09-24 21:01:16] >>83 -[2013-09-24 21:02:16] >>83 -[2013-09-24 21:03:16] >>83 -[2013-09-24 21:04:17] >>83 -[2013-09-24 21:05:17] >>83 -[2013-09-24 21:05:23] 81 -[2013-09-24 21:05:25] >81 -[2013-09-24 21:05:34] 83 -[2013-09-24 21:05:35] >83 -[2013-09-24 21:06:35] >>83 -[2013-09-24 21:07:35] >>83 -[2013-09-24 21:08:35] >>83 -[2013-09-24 21:09:36] >>83 -[2013-09-24 21:10:36] >>83 -[2013-09-24 21:11:36] >>83 -[2013-09-24 21:11:43] 81 -[2013-09-24 21:11:45] >81 -[2013-09-24 21:11:53] 83 -[2013-09-24 21:11:55] >83 -[2013-09-24 21:12:55] >>83 -[2013-09-24 21:13:55] >>83 -[2013-09-24 21:14:55] >>83 -[2013-09-24 21:15:55] >>83 -[2013-09-24 21:16:55] >>83 -[2013-09-24 21:17:56] >>83 -[2013-09-24 21:18:03] 81 -[2013-09-24 21:18:05] >81 -[2013-09-24 21:18:14] 83 -[2013-09-24 21:18:15] >83 -[2013-09-24 21:19:15] >>83 -[2013-09-24 21:20:15] >>83 -[2013-09-24 21:21:15] >>83 -[2013-09-24 21:22:15] >>83 -[2013-09-24 21:23:16] >>83 -[2013-09-24 21:24:16] >>83 -[2013-09-24 21:24:35] 81 -[2013-09-24 21:24:37] >81 -[2013-09-24 21:24:46] 83 -[2013-09-24 21:24:47] >83 -[2013-09-24 21:25:47] >>83 -[2013-09-24 21:26:47] >>83 -[2013-09-24 21:27:47] >>83 -[2013-09-24 21:28:48] >>83 -[2013-09-24 21:29:48] >>83 -[2013-09-24 21:30:48] >>83 -[2013-09-24 21:30:56] 81 -[2013-09-24 21:30:58] >81 -[2013-09-24 21:31:07] 83 -[2013-09-24 21:31:08] >83 -[2013-09-24 21:32:08] >>83 -[2013-09-24 21:33:08] >>83 -[2013-09-24 21:34:09] >>83 -[2013-09-24 21:35:09] >>83 -[2013-09-24 21:36:09] >>83 -[2013-09-24 21:37:09] >>83 -[2013-09-24 21:37:16] 81 -[2013-09-24 21:37:18] >81 -[2013-09-24 21:37:27] 83 -[2013-09-24 21:37:28] >83 -[2013-09-24 21:38:28] >>83 -[2013-09-24 21:39:28] >>83 -[2013-09-24 21:40:28] >>83 -[2013-09-24 21:41:28] >>83 -[2013-09-24 21:42:04] 81 -[2013-09-24 21:42:05] >81 -[2013-09-24 21:43:05] >>81 -[2013-09-24 21:44:05] >>81 -[2013-09-24 21:44:25] 83 -[2013-09-24 21:44:26] >83 -[2013-09-24 21:45:26] >>83 -[2013-09-24 21:46:26] >>83 -[2013-09-24 21:47:27] >>83 -[2013-09-24 21:48:27] >>83 -[2013-09-24 21:49:27] >>83 -[2013-09-24 21:50:26] 81 -[2013-09-24 21:50:28] >81 -[2013-09-24 21:50:37] 83 -[2013-09-24 21:50:38] >83 -[2013-09-24 21:51:38] >>83 -[2013-09-24 21:52:38] >>83 -[2013-09-24 21:53:39] >>83 -[2013-09-24 21:54:39] >>83 -[2013-09-24 21:55:39] >>83 -[2013-09-24 21:56:39] >>83 -[2013-09-24 21:56:46] 81 -[2013-09-24 21:56:47] >81 -[2013-09-24 21:56:57] 83 -[2013-09-24 21:56:58] >83 -[2013-09-24 21:57:58] >>83 -[2013-09-24 21:58:58] >>83 -[2013-09-24 21:59:58] >>83 -[2013-09-24 22:00:59] >>83 -[2013-09-24 22:01:59] >>83 -[2013-09-24 22:02:59] >>83 -[2013-09-24 22:03:18] 81 -[2013-09-24 22:03:20] >81 -[2013-09-24 22:03:28] 83 -[2013-09-24 22:03:30] >83 -[2013-09-24 22:04:30] >>83 -[2013-09-24 22:05:30] >>83 -[2013-09-24 22:06:30] >>83 -[2013-09-24 22:07:30] >>83 -[2013-09-24 22:08:30] >>83 -[2013-09-24 22:09:31] >>83 -[2013-09-24 22:09:38] 81 -[2013-09-24 22:09:40] >81 -[2013-09-24 22:09:48] 83 -[2013-09-24 22:09:50] >83 -[2013-09-24 22:10:49] >>83 -[2013-09-24 22:11:49] >>83 -[2013-09-24 22:12:50] >>83 -[2013-09-24 22:13:50] >>83 -[2013-09-24 22:14:50] >>83 -[2013-09-24 22:15:52] >>83 -[2013-09-24 22:15:58] 81 -[2013-09-24 22:16:00] >81 -[2013-09-24 22:16:09] 83 -[2013-09-24 22:16:10] >83 -[2013-09-24 22:17:10] >>83 -[2013-09-24 22:18:10] >>83 -[2013-09-24 22:19:10] >>83 -[2013-09-24 22:20:11] >>83 -[2013-09-24 22:21:11] >>83 -[2013-09-24 22:22:11] >>83 -[2013-09-24 22:22:19] 81 -[2013-09-24 22:22:21] >81 -[2013-09-24 22:22:30] 83 -[2013-09-24 22:22:31] >83 -[2013-09-24 22:23:31] >>83 -[2013-09-24 22:24:31] >>83 -[2013-09-24 22:25:32] >>83 -[2013-09-24 22:26:32] >>83 -[2013-09-24 22:27:32] >>83 -[2013-09-24 22:28:32] >>83 -[2013-09-24 22:28:39] 81 -[2013-09-24 22:28:40] >81 -[2013-09-24 22:28:49] 83 -[2013-09-24 22:28:51] >83 -[2013-09-24 22:29:15] 87 -[2013-09-24 22:29:15] 83 -[2013-09-24 22:29:17] >83 -[2013-09-24 22:30:17] >>83 -[2013-09-24 22:31:17] >>83 -[2013-09-24 22:32:17] >>83 -[2013-09-24 22:33:17] >>83 -[2013-09-24 22:34:18] >>83 -[2013-09-24 22:34:58] 81 -[2013-09-24 22:34:59] >81 -[2013-09-24 22:35:09] 83 -[2013-09-24 22:35:10] >83 -[2013-09-24 22:36:10] >>83 -[2013-09-24 22:37:10] >>83 -[2013-09-24 22:38:11] >>83 -[2013-09-24 22:39:11] >>83 -[2013-09-24 22:40:11] >>83 -[2013-09-24 22:41:11] >>83 -[2013-09-24 22:41:30] 81 -[2013-09-24 22:41:31] >81 -[2013-09-24 22:41:40] 83 -[2013-09-24 22:41:42] >83 -[2013-09-24 22:42:41] >>83 -[2013-09-24 22:43:42] >>83 -[2013-09-24 22:44:42] >>83 -[2013-09-24 22:45:42] >>83 -[2013-09-24 22:46:42] >>83 -[2013-09-24 22:47:42] >>83 -[2013-09-24 22:47:50] 81 -[2013-09-24 22:47:52] >81 -[2013-09-24 22:48:00] 83 -[2013-09-24 22:48:02] >83 -[2013-09-24 22:49:02] >>83 -[2013-09-24 22:50:02] >>83 -[2013-09-24 22:51:02] >>83 -[2013-09-24 22:52:02] >>83 -[2013-09-24 22:53:02] >>83 -[2013-09-24 22:54:03] >>83 -[2013-09-24 22:54:10] 81 -[2013-09-24 22:54:11] >81 -[2013-09-24 22:54:21] 83 -[2013-09-24 22:54:23] >83 -[2013-09-24 22:55:22] >>83 -[2013-09-24 22:56:22] >>83 -[2013-09-24 22:57:23] >>83 -[2013-09-24 22:58:23] >>83 -[2013-09-24 22:59:23] >>83 -[2013-09-24 23:00:23] >>83 -[2013-09-24 23:00:31] 81 -[2013-09-24 23:00:33] >81 -[2013-09-24 23:00:42] 83 -[2013-09-24 23:00:43] >83 -[2013-09-24 23:01:43] >>83 -[2013-09-24 23:02:43] >>83 -[2013-09-24 23:03:43] >>83 -[2013-09-24 23:04:44] >>83 -[2013-09-24 23:05:44] >>83 -[2013-09-24 23:06:44] >>83 -[2013-09-24 23:06:51] 81 -[2013-09-24 23:06:52] >81 -[2013-09-24 23:07:01] 83 -[2013-09-24 23:07:03] >83 -[2013-09-24 23:08:03] >>83 -[2013-09-24 23:09:03] >>83 -[2013-09-24 23:10:03] >>83 -[2013-09-24 23:11:03] >>83 -[2013-09-24 23:12:03] >>83 -[2013-09-24 23:13:04] >>83 -[2013-09-24 23:13:10] 81 -[2013-09-24 23:13:11] >81 -[2013-09-24 23:13:21] 83 -[2013-09-24 23:13:22] >83 -[2013-09-24 23:14:22] >>83 -[2013-09-24 23:15:22] >>83 -[2013-09-24 23:16:22] >>83 -[2013-09-24 23:17:22] >>83 -[2013-09-24 23:18:23] >>83 -[2013-09-24 23:19:23] >>83 -[2013-09-24 23:19:42] 81 -[2013-09-24 23:19:44] >81 -[2013-09-24 23:19:52] 83 -[2013-09-24 23:19:54] >83 -[2013-09-24 23:20:54] >>83 -[2013-09-24 23:21:54] >>83 -[2013-09-24 23:22:54] >>83 -[2013-09-24 23:23:54] >>83 -[2013-09-24 23:24:54] >>83 -[2013-09-24 23:25:55] >>83 -[2013-09-24 23:26:16] 81 -[2013-09-24 23:26:17] >81 -[2013-09-24 23:26:26] 83 -[2013-09-24 23:26:28] >83 -[2013-09-24 23:27:27] >>83 -[2013-09-24 23:28:27] >>83 -[2013-09-24 23:29:28] >>83 -[2013-09-24 23:30:28] >>83 -[2013-09-24 23:31:28] >>83 -[2013-09-24 23:32:28] >>83 -[2013-09-24 23:32:36] 81 -[2013-09-24 23:32:38] >81 -[2013-09-24 23:32:46] 83 -[2013-09-24 23:32:48] >83 -[2013-09-24 23:33:47] >>83 -[2013-09-24 23:34:48] >>83 -[2013-09-24 23:35:48] >>83 -[2013-09-24 23:36:48] >>83 -[2013-09-24 23:37:48] >>83 -[2013-09-24 23:38:48] >>83 -[2013-09-24 23:38:57] 81 -[2013-09-24 23:38:58] >81 -[2013-09-24 23:39:07] 83 -[2013-09-24 23:39:09] >83 -[2013-09-24 23:40:09] >>83 -[2013-09-24 23:41:09] >>83 -[2013-09-24 23:42:09] >>83 -[2013-09-24 23:43:09] >>83 -[2013-09-24 23:44:09] >>83 -[2013-09-24 23:45:10] >>83 -[2013-09-24 23:45:16] 81 -[2013-09-24 23:45:17] >81 -[2013-09-24 23:45:27] 83 -[2013-09-24 23:45:28] >83 -[2013-09-24 23:46:28] >>83 -[2013-09-24 23:47:28] >>83 -[2013-09-24 23:48:28] >>83 -[2013-09-24 23:49:28] >>83 -[2013-09-24 23:50:29] >>83 -[2013-09-24 23:51:29] >>83 -[2013-09-24 23:51:35] 81 -[2013-09-24 23:51:37] >81 -[2013-09-24 23:51:46] 83 -[2013-09-24 23:51:48] >83 -[2013-09-24 23:52:48] >>83 -[2013-09-24 23:53:48] >>83 -[2013-09-24 23:54:48] >>83 -[2013-09-24 23:55:48] >>83 -[2013-09-24 23:56:04] 81 -[2013-09-24 23:56:06] >81 -[2013-09-24 23:57:06] >>81 -[2013-09-24 23:58:06] >>81 -[2013-09-24 23:59:06] >>81 -[2013-09-24 23:59:07] 99 -[2013-09-24 23:59:09] >99 -[2013-09-25 00:00:09] >>99 -[2013-09-25 00:01:09] >>99 -[2013-09-25 00:02:09] >>99 -[2013-09-25 00:02:45] 89 -[2013-09-25 00:02:47] >89 -[2013-09-25 00:02:49] 81 -[2013-09-25 00:02:51] >81 -[2013-09-25 00:02:56] 83 -[2013-09-25 00:02:57] >83 -[2013-09-25 00:03:57] >>83 -[2013-09-25 00:04:57] >>83 -[2013-09-25 00:05:57] >>83 -[2013-09-25 00:06:58] >>83 -[2013-09-25 00:07:58] >>83 -[2013-09-25 00:08:58] >>83 -[2013-09-25 00:08:59] 81 -[2013-09-25 00:09:00] >81 -[2013-09-25 00:09:09] 83 -[2013-09-25 00:09:11] >83 -[2013-09-25 00:10:11] >>83 -[2013-09-25 00:11:11] >>83 -[2013-09-25 00:12:11] >>83 -[2013-09-25 00:13:11] >>83 -[2013-09-25 00:14:11] >>83 -[2013-09-25 00:15:12] >>83 -[2013-09-25 00:15:19] 81 -[2013-09-25 00:15:20] >81 -[2013-09-25 00:15:29] 83 -[2013-09-25 00:15:31] >83 -[2013-09-25 00:16:30] >>83 -[2013-09-25 00:17:31] >>83 -[2013-09-25 00:18:31] >>83 -[2013-09-25 00:19:31] >>83 -[2013-09-25 00:20:31] >>83 -[2013-09-25 00:21:31] >>83 -[2013-09-25 00:21:38] 81 -[2013-09-25 00:21:40] >81 -[2013-09-25 00:21:49] 83 -[2013-09-25 00:21:50] >83 -[2013-09-25 00:22:50] >>83 -[2013-09-25 00:23:50] >>83 -[2013-09-25 00:24:50] >>83 -[2013-09-25 00:25:51] >>83 -[2013-09-25 00:26:51] >>83 -[2013-09-25 00:27:51] >>83 -[2013-09-25 00:27:58] 81 -[2013-09-25 00:27:59] >81 -[2013-09-25 00:28:08] 83 -[2013-09-25 00:28:10] >83 -[2013-09-25 00:29:10] >>83 -[2013-09-25 00:30:10] >>83 -[2013-09-25 00:31:10] >>83 -[2013-09-25 00:32:10] >>83 -[2013-09-25 00:33:10] >>83 -[2013-09-25 00:34:11] >>83 -[2013-09-25 00:34:19] 81 -[2013-09-25 00:34:20] >81 -[2013-09-25 00:34:29] 83 -[2013-09-25 00:34:31] >83 -[2013-09-25 00:35:30] >>83 -[2013-09-25 00:36:31] >>83 -[2013-09-25 00:37:31] >>83 -[2013-09-25 00:38:31] >>83 -[2013-09-25 00:39:31] >>83 -[2013-09-25 00:40:31] >>83 -[2013-09-25 00:40:51] 81 -[2013-09-25 00:40:53] >81 -[2013-09-25 00:41:02] 83 -[2013-09-25 00:41:04] >83 -[2013-09-25 00:42:04] >>83 -[2013-09-25 00:43:04] >>83 -[2013-09-25 00:44:04] >>83 -[2013-09-25 00:45:04] >>83 -[2013-09-25 00:46:04] >>83 -[2013-09-25 00:47:05] >>83 -[2013-09-25 00:47:11] 81 -[2013-09-25 00:47:12] >81 -[2013-09-25 00:47:21] 83 -[2013-09-25 00:47:23] >83 -[2013-09-25 00:48:23] >>83 -[2013-09-25 00:49:23] >>83 -[2013-09-25 00:50:23] >>83 -[2013-09-25 00:51:23] >>83 -[2013-09-25 00:52:24] >>83 -[2013-09-25 00:53:24] >>83 -[2013-09-25 00:53:31] 81 -[2013-09-25 00:53:33] >81 -[2013-09-25 00:53:41] 83 -[2013-09-25 00:53:43] >83 -[2013-09-25 00:54:42] >>83 -[2013-09-25 00:55:43] >>83 -[2013-09-25 00:56:43] >>83 -[2013-09-25 00:57:43] >>83 -[2013-09-25 00:58:43] >>83 -[2013-09-25 00:59:44] >>83 -[2013-09-25 00:59:50] 81 -[2013-09-25 00:59:51] >81 -[2013-09-25 01:00:01] 83 -[2013-09-25 01:00:02] >83 -[2013-09-25 01:01:02] >>83 -[2013-09-25 01:02:02] >>83 -[2013-09-25 01:03:03] >>83 -[2013-09-25 01:04:03] >>83 -[2013-09-25 01:05:03] >>83 -[2013-09-25 01:06:03] >>83 -[2013-09-25 01:06:11] 81 -[2013-09-25 01:06:12] >81 -[2013-09-25 01:06:21] 83 -[2013-09-25 01:06:22] >83 -[2013-09-25 01:06:47] 87 -[2013-09-25 01:06:48] 83 -[2013-09-25 01:06:50] >83 -[2013-09-25 01:07:49] >>83 -[2013-09-25 01:08:49] >>83 -[2013-09-25 01:09:50] >>83 -[2013-09-25 01:10:50] >>83 -[2013-09-25 01:11:50] >>83 -[2013-09-25 01:12:31] 81 -[2013-09-25 01:12:32] >81 -[2013-09-25 01:12:41] 83 -[2013-09-25 01:12:43] >83 -[2013-09-25 01:13:42] >>83 -[2013-09-25 01:14:43] >>83 -[2013-09-25 01:15:43] >>83 -[2013-09-25 01:16:43] >>83 -[2013-09-25 01:17:43] >>83 -[2013-09-25 01:18:43] >>83 -[2013-09-25 01:19:04] 81 -[2013-09-25 01:19:05] >81 -[2013-09-25 01:19:14] 83 -[2013-09-25 01:19:16] >83 -[2013-09-25 01:20:16] >>83 -[2013-09-25 01:21:16] >>83 -[2013-09-25 01:22:16] >>83 -[2013-09-25 01:23:16] >>83 -[2013-09-25 01:24:16] >>83 -[2013-09-25 01:25:17] >>83 -[2013-09-25 01:25:24] 81 -[2013-09-25 01:25:25] >81 -[2013-09-25 01:25:34] 83 -[2013-09-25 01:25:36] >83 -[2013-09-25 01:26:35] >>83 -[2013-09-25 01:27:35] >>83 -[2013-09-25 01:28:36] >>83 -[2013-09-25 01:29:36] >>83 -[2013-09-25 01:30:36] >>83 -[2013-09-25 01:31:36] >>83 -[2013-09-25 01:31:43] 81 -[2013-09-25 01:31:44] >81 -[2013-09-25 01:31:53] 83 -[2013-09-25 01:31:55] >83 -[2013-09-25 01:32:54] >>83 -[2013-09-25 01:33:55] >>83 -[2013-09-25 01:34:55] >>83 -[2013-09-25 01:35:55] >>83 -[2013-09-25 01:36:55] >>83 -[2013-09-25 01:37:55] >>83 -[2013-09-25 01:38:03] 81 -[2013-09-25 01:38:04] >81 -[2013-09-25 01:38:13] 83 -[2013-09-25 01:38:14] >83 -[2013-09-25 01:39:14] >>83 -[2013-09-25 01:40:14] >>83 -[2013-09-25 01:41:14] >>83 -[2013-09-25 01:42:15] >>83 -[2013-09-25 01:43:15] >>83 -[2013-09-25 01:44:15] >>83 -[2013-09-25 01:44:23] 81 -[2013-09-25 01:44:24] >81 -[2013-09-25 01:44:33] 83 -[2013-09-25 01:44:35] >83 -[2013-09-25 01:45:34] >>83 -[2013-09-25 01:46:34] >>83 -[2013-09-25 01:47:35] >>83 -[2013-09-25 01:48:35] >>83 -[2013-09-25 01:49:35] >>83 -[2013-09-25 01:50:35] >>83 -[2013-09-25 01:50:42] 81 -[2013-09-25 01:50:44] >81 -[2013-09-25 01:50:53] 83 -[2013-09-25 01:50:55] >83 -[2013-09-25 01:51:54] >>83 -[2013-09-25 01:52:55] >>83 -[2013-09-25 01:53:55] >>83 -[2013-09-25 01:54:55] >>83 -[2013-09-25 01:55:55] >>83 -[2013-09-25 01:56:55] >>83 -[2013-09-25 01:57:16] 81 -[2013-09-25 01:57:17] >81 -[2013-09-25 01:57:26] 83 -[2013-09-25 01:57:28] >83 -[2013-09-25 01:57:52] 87 -[2013-09-25 01:57:53] 83 -[2013-09-25 01:57:54] >83 -[2013-09-25 01:58:54] >>83 -[2013-09-25 01:59:54] >>83 -[2013-09-25 02:00:54] >>83 -[2013-09-25 02:01:55] >>83 -[2013-09-25 02:02:55] >>83 -[2013-09-25 02:03:36] 81 -[2013-09-25 02:03:37] >81 -[2013-09-25 02:03:46] 83 -[2013-09-25 02:03:47] >83 -[2013-09-25 02:04:12] 87 -[2013-09-25 02:04:12] 83 -[2013-09-25 02:04:14] >83 -[2013-09-25 02:05:13] >>83 -[2013-09-25 02:06:14] >>83 -[2013-09-25 02:07:14] >>83 -[2013-09-25 02:08:14] >>83 -[2013-09-25 02:09:14] >>83 -[2013-09-25 02:09:55] 81 -[2013-09-25 02:09:56] >81 -[2013-09-25 02:10:05] 83 -[2013-09-25 02:10:07] >83 -[2013-09-25 02:11:07] >>83 -[2013-09-25 02:12:07] >>83 -[2013-09-25 02:13:07] >>83 -[2013-09-25 02:14:07] >>83 -[2013-09-25 02:15:07] >>83 -[2013-09-25 02:16:08] >>83 -[2013-09-25 02:16:15] 81 -[2013-09-25 02:16:17] >81 -[2013-09-25 02:16:25] 83 -[2013-09-25 02:16:27] >83 -[2013-09-25 02:17:26] >>83 -[2013-09-25 02:18:27] >>83 -[2013-09-25 02:19:27] >>83 -[2013-09-25 02:20:27] >>83 -[2013-09-25 02:20:41] 81 -[2013-09-25 02:20:42] >81 -[2013-09-25 02:21:42] >>81 -[2013-09-25 02:22:42] >>81 -[2013-09-25 02:23:14] 83 -[2013-09-25 02:23:15] >83 -[2013-09-25 02:24:15] >>83 -[2013-09-25 02:25:15] >>83 -[2013-09-25 02:26:16] >>83 -[2013-09-25 02:27:16] >>83 -[2013-09-25 02:28:16] >>83 -[2013-09-25 02:29:15] 81 -[2013-09-25 02:29:16] >81 -[2013-09-25 02:29:25] 83 -[2013-09-25 02:29:26] >83 -[2013-09-25 02:30:26] >>83 -[2013-09-25 02:31:26] >>83 -[2013-09-25 02:32:27] >>83 -[2013-09-25 02:33:27] >>83 -[2013-09-25 02:34:27] >>83 -[2013-09-25 02:35:27] >>83 -[2013-09-25 02:35:45] 81 -[2013-09-25 02:35:47] >81 -[2013-09-25 02:35:57] 83 -[2013-09-25 02:35:58] >83 -[2013-09-25 02:36:58] >>83 -[2013-09-25 02:37:58] >>83 -[2013-09-25 02:38:58] >>83 -[2013-09-25 02:39:58] >>83 -[2013-09-25 02:40:59] >>83 -[2013-09-25 02:41:59] >>83 -[2013-09-25 02:42:06] 81 -[2013-09-25 02:42:07] >81 -[2013-09-25 02:42:16] 83 -[2013-09-25 02:42:18] >83 -[2013-09-25 02:43:18] >>83 -[2013-09-25 02:44:18] >>83 -[2013-09-25 02:45:18] >>83 -[2013-09-25 02:46:18] >>83 -[2013-09-25 02:47:18] >>83 -[2013-09-25 02:48:19] >>83 -[2013-09-25 02:48:26] 81 -[2013-09-25 02:48:27] >81 -[2013-09-25 02:48:36] 83 -[2013-09-25 02:48:38] >83 -[2013-09-25 02:49:37] >>83 -[2013-09-25 02:50:37] >>83 -[2013-09-25 02:51:38] >>83 -[2013-09-25 02:52:38] >>83 -[2013-09-25 02:53:38] >>83 -[2013-09-25 02:54:38] >>83 -[2013-09-25 02:54:46] 81 -[2013-09-25 02:54:48] >81 -[2013-09-25 02:54:57] 83 -[2013-09-25 02:54:58] >83 -[2013-09-25 02:55:58] >>83 -[2013-09-25 02:56:58] >>83 -[2013-09-25 02:57:58] >>83 -[2013-09-25 02:58:59] >>83 -[2013-09-25 02:59:59] >>83 -[2013-09-25 03:00:59] >>83 -[2013-09-25 03:01:08] 81 -[2013-09-25 03:01:09] >81 -[2013-09-25 03:01:17] 83 -[2013-09-25 03:01:19] >83 -[2013-09-25 03:02:19] >>83 -[2013-09-25 03:03:19] >>83 -[2013-09-25 03:04:19] >>83 -[2013-09-25 03:05:19] >>83 -[2013-09-25 03:06:20] >>83 -[2013-09-25 03:07:20] >>83 -[2013-09-25 03:07:26] 81 -[2013-09-25 03:07:28] >81 -[2013-09-25 03:07:37] 83 -[2013-09-25 03:07:39] >83 -[2013-09-25 03:08:38] >>83 -[2013-09-25 03:09:39] >>83 -[2013-09-25 03:10:39] >>83 -[2013-09-25 03:11:39] >>83 -[2013-09-25 03:12:39] >>83 -[2013-09-25 03:13:39] >>83 -[2013-09-25 03:13:59] 81 -[2013-09-25 03:14:00] >81 -[2013-09-25 03:14:08] 83 -[2013-09-25 03:14:10] >83 -[2013-09-25 03:15:10] >>83 -[2013-09-25 03:16:10] >>83 -[2013-09-25 03:17:10] >>83 -[2013-09-25 03:18:10] >>83 -[2013-09-25 03:19:10] >>83 -[2013-09-25 03:20:11] >>83 -[2013-09-25 03:20:17] 81 -[2013-09-25 03:20:19] >81 -[2013-09-25 03:20:28] 83 -[2013-09-25 03:20:30] >83 -[2013-09-25 03:21:29] >>83 -[2013-09-25 03:22:30] >>83 -[2013-09-25 03:23:30] >>83 -[2013-09-25 03:24:30] >>83 -[2013-09-25 03:25:30] >>83 -[2013-09-25 03:26:30] >>83 -[2013-09-25 03:26:37] 81 -[2013-09-25 03:26:39] >81 -[2013-09-25 03:26:48] 83 -[2013-09-25 03:26:50] >83 -[2013-09-25 03:27:49] >>83 -[2013-09-25 03:28:50] >>83 -[2013-09-25 03:29:50] >>83 -[2013-09-25 03:30:50] >>83 -[2013-09-25 03:31:50] >>83 -[2013-09-25 03:32:51] >>83 -[2013-09-25 03:32:59] 81 -[2013-09-25 03:33:00] >81 -[2013-09-25 03:33:09] 83 -[2013-09-25 03:33:11] >83 -[2013-09-25 03:34:10] >>83 -[2013-09-25 03:35:10] >>83 -[2013-09-25 03:36:11] >>83 -[2013-09-25 03:37:11] >>83 -[2013-09-25 03:38:11] >>83 -[2013-09-25 03:39:11] >>83 -[2013-09-25 03:39:19] 81 -[2013-09-25 03:39:21] >81 -[2013-09-25 03:39:30] 83 -[2013-09-25 03:39:31] >83 -[2013-09-25 03:40:31] >>83 -[2013-09-25 03:41:31] >>83 -[2013-09-25 03:42:31] >>83 -[2013-09-25 03:43:32] >>83 -[2013-09-25 03:44:32] >>83 -[2013-09-25 03:45:32] >>83 -[2013-09-25 03:45:39] 81 -[2013-09-25 03:45:40] >81 -[2013-09-25 03:45:49] 83 -[2013-09-25 03:45:51] >83 -[2013-09-25 03:46:51] >>83 -[2013-09-25 03:47:51] >>83 -[2013-09-25 03:48:51] >>83 -[2013-09-25 03:49:51] >>83 -[2013-09-25 03:50:51] >>83 -[2013-09-25 03:51:52] >>83 -[2013-09-25 03:52:10] 81 -[2013-09-25 03:52:12] >81 -[2013-09-25 03:52:21] 83 -[2013-09-25 03:52:22] >83 -[2013-09-25 03:53:22] >>83 -[2013-09-25 03:54:22] >>83 -[2013-09-25 03:55:22] >>83 -[2013-09-25 03:56:22] >>83 -[2013-09-25 03:57:23] >>83 -[2013-09-25 03:58:23] >>83 -[2013-09-25 03:58:29] 81 -[2013-09-25 03:58:31] >81 -[2013-09-25 03:58:40] 83 -[2013-09-25 03:58:42] >83 -[2013-09-25 03:59:41] >>83 -[2013-09-25 04:00:42] >>83 -[2013-09-25 04:01:42] >>83 -[2013-09-25 04:02:42] >>83 -[2013-09-25 04:03:42] >>83 -[2013-09-25 04:04:43] >>83 -[2013-09-25 04:04:50] 81 -[2013-09-25 04:04:51] >81 -[2013-09-25 04:05:00] 83 -[2013-09-25 04:05:02] >83 -[2013-09-25 04:06:02] >>83 -[2013-09-25 04:07:02] >>83 -[2013-09-25 04:08:02] >>83 -[2013-09-25 04:09:02] >>83 -[2013-09-25 04:10:03] >>83 -[2013-09-25 04:11:03] >>83 -[2013-09-25 04:11:10] 81 -[2013-09-25 04:11:12] >81 -[2013-09-25 04:11:21] 83 -[2013-09-25 04:11:22] >83 -[2013-09-25 04:12:22] >>83 -[2013-09-25 04:13:22] >>83 -[2013-09-25 04:13:53] 89 -[2013-09-25 04:13:54] >89 -[2013-09-25 04:14:54] >>89 -[2013-09-25 04:15:54] >>89 -[2013-09-25 04:16:55] >>89 -[2013-09-25 04:17:55] >>89 -[2013-09-25 04:17:33] Avvio ProgrammaReadPar IOB-pi v.1.1 -[2013-09-25 04:17:33] Start ReadPar IOB-pi v.1.1 -[2013-09-25 04:17:34] 1 -[2013-09-25 04:17:35] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-25 04:17:36] >1 -[2013-09-25 04:20:09] 99 -[2013-09-25 04:20:12] >99 -[2013-09-25 04:20:13] 89 -[2013-09-25 04:20:14] >89 -[2013-09-25 04:20:17] 81 -[2013-09-25 04:20:19] >81 -[2013-09-25 04:20:25] 83 -[2013-09-25 04:20:27] >83 -[2013-09-25 04:21:26] >>83 -[2013-09-25 04:22:27] >>83 -[2013-09-25 04:23:27] >>83 -[2013-09-25 04:24:27] >>83 -[2013-09-25 04:25:27] >>83 -[2013-09-25 04:26:28] >>83 -[2013-09-25 04:26:31] 81 -[2013-09-25 04:26:32] >81 -[2013-09-25 04:26:41] 83 -[2013-09-25 04:26:42] >83 -[2013-09-25 04:27:42] >>83 -[2013-09-25 04:28:42] >>83 -[2013-09-25 04:29:43] >>83 -[2013-09-25 04:30:43] >>83 -[2013-09-25 04:31:43] >>83 -[2013-09-25 04:32:43] >>83 -[2013-09-25 04:33:02] 81 -[2013-09-25 04:33:03] >81 -[2013-09-25 04:33:12] 83 -[2013-09-25 04:33:14] >83 -[2013-09-25 04:34:13] >>83 -[2013-09-25 04:35:14] >>83 -[2013-09-25 04:36:14] >>83 -[2013-09-25 04:37:14] >>83 -[2013-09-25 04:38:14] >>83 -[2013-09-25 04:39:14] >>83 -[2013-09-25 04:39:22] 81 -[2013-09-25 04:39:23] >81 -[2013-09-25 04:39:32] 83 -[2013-09-25 04:39:33] >83 -[2013-09-25 04:40:33] >>83 -[2013-09-25 04:41:33] >>83 -[2013-09-25 04:42:34] >>83 -[2013-09-25 04:43:34] >>83 -[2013-09-25 04:44:34] >>83 -[2013-09-25 04:45:34] >>83 -[2013-09-25 04:45:42] 81 -[2013-09-25 04:45:43] >81 -[2013-09-25 04:45:52] 83 -[2013-09-25 04:45:54] >83 -[2013-09-25 04:46:53] >>83 -[2013-09-25 04:47:54] >>83 -[2013-09-25 04:48:54] >>83 -[2013-09-25 04:49:54] >>83 -[2013-09-25 04:50:54] >>83 -[2013-09-25 04:51:54] >>83 -[2013-09-25 04:52:01] 81 -[2013-09-25 04:52:03] >81 -[2013-09-25 04:52:12] 83 -[2013-09-25 04:52:14] >83 -[2013-09-25 04:53:14] >>83 -[2013-09-25 04:54:14] >>83 -[2013-09-25 04:55:14] >>83 -[2013-09-25 04:56:14] >>83 -[2013-09-25 04:57:14] >>83 -[2013-09-25 04:58:15] >>83 -[2013-09-25 04:58:23] 81 -[2013-09-25 04:58:24] >81 -[2013-09-25 04:58:33] 83 -[2013-09-25 04:58:35] >83 -[2013-09-25 04:59:35] >>83 -[2013-09-25 05:00:35] >>83 -[2013-09-25 05:01:35] >>83 -[2013-09-25 05:02:35] >>83 -[2013-09-25 05:03:36] >>83 -[2013-09-25 05:04:36] >>83 -[2013-09-25 05:04:43] 81 -[2013-09-25 05:04:44] >81 -[2013-09-25 05:04:53] 83 -[2013-09-25 05:04:54] >83 -[2013-09-25 05:05:54] >>83 -[2013-09-25 05:06:54] >>83 -[2013-09-25 05:07:54] >>83 -[2013-09-25 05:08:55] >>83 -[2013-09-25 05:09:55] >>83 -[2013-09-25 05:10:55] >>83 -[2013-09-25 05:11:14] 81 -[2013-09-25 05:11:15] >81 -[2013-09-25 05:11:24] 83 -[2013-09-25 05:11:26] >83 -[2013-09-25 05:12:26] >>83 -[2013-09-25 05:13:26] >>83 -[2013-09-25 05:14:26] >>83 -[2013-09-25 05:15:26] >>83 -[2013-09-25 05:16:26] >>83 -[2013-09-25 05:17:27] >>83 -[2013-09-25 05:17:34] 81 -[2013-09-25 05:17:35] >81 -[2013-09-25 05:17:44] 83 -[2013-09-25 05:17:47] >83 -[2013-09-25 05:18:46] >>83 -[2013-09-25 05:19:47] >>83 -[2013-09-25 05:20:47] >>83 -[2013-09-25 05:21:47] >>83 -[2013-09-25 05:22:47] >>83 -[2013-09-25 05:23:47] >>83 -[2013-09-25 05:23:54] 81 -[2013-09-25 05:23:55] >81 -[2013-09-25 05:24:04] 83 -[2013-09-25 05:24:06] >83 -[2013-09-25 05:25:06] >>83 -[2013-09-25 05:26:06] >>83 -[2013-09-25 05:27:06] >>83 -[2013-09-25 05:28:06] >>83 -[2013-09-25 05:29:06] >>83 -[2013-09-25 05:30:07] >>83 -[2013-09-25 05:30:14] 81 -[2013-09-25 05:30:15] >81 -[2013-09-25 05:30:24] 83 -[2013-09-25 05:30:26] >83 -[2013-09-25 05:30:52] 87 -[2013-09-25 05:30:52] 83 -[2013-09-25 05:30:54] >83 -[2013-09-25 05:31:54] >>83 -[2013-09-25 05:32:54] >>83 -[2013-09-25 05:33:54] >>83 -[2013-09-25 05:34:54] >>83 -[2013-09-25 05:35:55] >>83 -[2013-09-25 05:36:35] 81 -[2013-09-25 05:36:36] >81 -[2013-09-25 05:36:45] 83 -[2013-09-25 05:36:47] >83 -[2013-09-25 05:37:47] >>83 -[2013-09-25 05:38:47] >>83 -[2013-09-25 05:39:47] >>83 -[2013-09-25 05:40:47] >>83 -[2013-09-25 05:41:48] >>83 -[2013-09-25 05:42:48] >>83 -[2013-09-25 05:42:54] 81 -[2013-09-25 05:42:56] >81 -[2013-09-25 05:43:05] 83 -[2013-09-25 05:43:07] >83 -[2013-09-25 05:44:06] >>83 -[2013-09-25 05:45:07] >>83 -[2013-09-25 05:46:07] >>83 -[2013-09-25 05:47:07] >>83 -[2013-09-25 05:48:07] >>83 -[2013-09-25 05:48:51] 81 -[2013-09-25 05:48:53] >81 -[2013-09-25 05:49:52] >>81 -[2013-09-25 05:49:55] 83 -[2013-09-25 05:49:57] >83 -[2013-09-25 05:50:57] >>83 -[2013-09-25 05:51:57] >>83 -[2013-09-25 05:52:57] >>83 -[2013-09-25 05:53:57] >>83 -[2013-09-25 05:54:57] >>83 -[2013-09-25 05:55:57] 81 -[2013-09-25 05:55:58] >81 -[2013-09-25 05:56:06] 83 -[2013-09-25 05:56:08] >83 -[2013-09-25 05:57:08] >>83 -[2013-09-25 05:58:08] >>83 -[2013-09-25 05:59:08] >>83 -[2013-09-25 06:00:08] >>83 -[2013-09-25 06:01:09] >>83 -[2013-09-25 06:02:09] >>83 -[2013-09-25 06:02:15] 81 -[2013-09-25 06:02:17] >81 -[2013-09-25 06:02:26] 83 -[2013-09-25 06:02:28] >83 -[2013-09-25 06:02:52] 87 -[2013-09-25 06:02:53] 83 -[2013-09-25 06:02:54] >83 -[2013-09-25 06:03:54] >>83 -[2013-09-25 06:04:54] >>83 -[2013-09-25 06:05:54] >>83 -[2013-09-25 06:06:55] >>83 -[2013-09-25 06:07:55] >>83 -[2013-09-25 06:08:35] 81 -[2013-09-25 06:08:37] >81 -[2013-09-25 06:08:46] 83 -[2013-09-25 06:08:47] >83 -[2013-09-25 06:09:47] >>83 -[2013-09-25 06:10:47] >>83 -[2013-09-25 06:11:47] >>83 -[2013-09-25 06:12:48] >>83 -[2013-09-25 06:13:48] >>83 -[2013-09-25 06:14:48] >>83 -[2013-09-25 06:14:56] 81 -[2013-09-25 06:14:57] >81 -[2013-09-25 06:15:05] 83 -[2013-09-25 06:15:07] >83 -[2013-09-25 06:16:07] >>83 -[2013-09-25 06:17:07] >>83 -[2013-09-25 06:18:07] >>83 -[2013-09-25 06:19:07] >>83 -[2013-09-25 06:20:08] >>83 -[2013-09-25 06:20:12] 81 -[2013-09-25 06:20:14] >81 -[2013-09-25 06:21:14] >>81 -[2013-09-25 06:22:05] 99 -[2013-09-25 06:22:07] >99 -[2013-09-25 06:23:07] >>99 -[2013-09-25 06:23:44] 89 -[2013-09-25 06:23:46] >89 -[2013-09-25 06:23:51] 81 -[2013-09-25 06:23:52] >81 -[2013-09-25 06:24:18] 83 -[2013-09-25 06:24:20] >83 -[2013-09-25 06:24:21] 81 -[2013-09-25 06:24:23] >81 -[2013-09-25 06:24:26] 83 -[2013-09-25 06:24:28] >83 -[2013-09-25 06:24:37] 81 -[2013-09-25 06:24:39] >81 -[2013-09-25 06:24:40] 83 -[2013-09-25 06:24:42] >83 -[2013-09-25 06:25:42] >>83 -[2013-09-25 06:26:42] >>83 -[2013-09-25 06:27:42] >>83 -[2013-09-25 06:28:42] >>83 -[2013-09-25 06:29:43] >>83 -[2013-09-25 06:30:43] >>83 -[2013-09-25 06:30:53] 81 -[2013-09-25 06:30:55] >81 -[2013-09-25 06:31:04] 83 -[2013-09-25 06:31:06] >83 -[2013-09-25 06:32:05] >>83 -[2013-09-25 06:33:06] >>83 -[2013-09-25 06:34:06] >>83 -[2013-09-25 06:35:06] >>83 -[2013-09-25 06:36:06] >>83 -[2013-09-25 06:37:06] >>83 -[2013-09-25 06:37:13] 81 -[2013-09-25 06:37:14] >81 -[2013-09-25 06:37:23] 83 -[2013-09-25 06:37:25] >83 -[2013-09-25 06:38:25] >>83 -[2013-09-25 06:39:25] >>83 -[2013-09-25 06:40:25] >>83 -[2013-09-25 06:41:25] >>83 -[2013-09-25 06:42:25] >>83 -[2013-09-25 06:43:26] >>83 -[2013-09-25 06:43:32] 81 -[2013-09-25 06:43:34] >81 -[2013-09-25 06:43:43] 83 -[2013-09-25 06:43:45] >83 -[2013-09-25 06:44:44] >>83 -[2013-09-25 06:45:44] >>83 -[2013-09-25 06:46:45] >>83 -[2013-09-25 06:47:45] >>83 -[2013-09-25 06:48:45] >>83 -[2013-09-25 06:49:45] >>83 -[2013-09-25 06:49:52] 81 -[2013-09-25 06:49:54] >81 -[2013-09-25 06:50:03] 83 -[2013-09-25 06:50:05] >83 -[2013-09-25 06:51:04] >>83 -[2013-09-25 06:52:05] >>83 -[2013-09-25 06:53:05] >>83 -[2013-09-25 06:54:05] >>83 -[2013-09-25 06:55:05] >>83 -[2013-09-25 06:56:06] >>83 -[2013-09-25 06:56:14] 81 -[2013-09-25 06:56:15] >81 -[2013-09-25 06:56:23] 83 -[2013-09-25 06:56:25] >83 -[2013-09-25 06:57:25] >>83 -[2013-09-25 06:58:25] >>83 -[2013-09-25 06:59:25] >>83 -[2013-09-25 07:00:25] >>83 -[2013-09-25 07:01:26] >>83 -[2013-09-25 07:02:26] >>83 -[2013-09-25 07:02:34] 81 -[2013-09-25 07:02:36] >81 -[2013-09-25 07:02:45] 83 -[2013-09-25 07:02:46] >83 -[2013-09-25 07:03:46] >>83 -[2013-09-25 07:04:46] >>83 -[2013-09-25 07:05:46] >>83 -[2013-09-25 07:06:47] >>83 -[2013-09-25 07:07:47] >>83 -[2013-09-25 07:08:47] >>83 -[2013-09-25 07:09:06] 81 -[2013-09-25 07:09:07] >81 -[2013-09-25 07:09:16] 83 -[2013-09-25 07:09:17] >83 -[2013-09-25 07:10:20] >>83 -[2013-09-25 07:11:20] >>83 -[2013-09-25 07:12:20] >>83 -[2013-09-25 07:13:21] >>83 -[2013-09-25 07:14:21] >>83 -[2013-09-25 07:15:21] >>83 -[2013-09-25 07:15:26] 81 -[2013-09-25 07:15:27] >81 -[2013-09-25 07:15:35] 83 -[2013-09-25 07:15:37] >83 -[2013-09-25 07:16:37] >>83 -[2013-09-25 07:17:37] >>83 -[2013-09-25 07:18:37] >>83 -[2013-09-25 07:19:37] >>83 -[2013-09-25 07:20:37] >>83 -[2013-09-25 07:21:38] >>83 -[2013-09-25 07:21:44] 81 -[2013-09-25 07:21:46] >81 -[2013-09-25 07:21:55] 83 -[2013-09-25 07:21:57] >83 -[2013-09-25 07:22:56] >>83 -[2013-09-25 07:23:56] >>83 -[2013-09-25 07:24:57] >>83 -[2013-09-25 07:25:57] >>83 -[2013-09-25 07:26:57] >>83 -[2013-09-25 07:27:57] >>83 -[2013-09-25 07:28:04] 81 -[2013-09-25 07:28:06] >81 -[2013-09-25 07:28:15] 83 -[2013-09-25 07:28:17] >83 -[2013-09-25 07:29:16] >>83 -[2013-09-25 07:30:17] >>83 -[2013-09-25 07:31:17] >>83 -[2013-09-25 07:32:17] >>83 -[2013-09-25 07:33:17] >>83 -[2013-09-25 07:34:17] >>83 -[2013-09-25 07:34:25] 81 -[2013-09-25 07:34:27] >81 -[2013-09-25 07:34:35] 83 -[2013-09-25 07:34:37] >83 -[2013-09-25 07:35:37] >>83 -[2013-09-25 07:36:37] >>83 -[2013-09-25 07:37:37] >>83 -[2013-09-25 07:38:37] >>83 -[2013-09-25 07:39:37] >>83 -[2013-09-25 07:40:38] >>83 -[2013-09-25 07:40:46] 81 -[2013-09-25 07:40:48] >81 -[2013-09-25 07:40:57] 83 -[2013-09-25 07:40:58] >83 -[2013-09-25 07:41:58] >>83 -[2013-09-25 07:42:58] >>83 -[2013-09-25 07:43:58] >>83 -[2013-09-25 07:44:58] >>83 -[2013-09-25 07:45:59] >>83 -[2013-09-25 07:46:59] >>83 -[2013-09-25 07:47:18] 81 -[2013-09-25 07:47:19] >81 -[2013-09-25 07:47:28] 83 -[2013-09-25 07:47:29] >83 -[2013-09-25 07:48:29] >>83 -[2013-09-25 07:49:29] >>83 -[2013-09-25 07:50:30] >>83 -[2013-09-25 07:51:30] >>83 -[2013-09-25 07:52:30] >>83 -[2013-09-25 07:53:30] >>83 -[2013-09-25 07:53:37] 81 -[2013-09-25 07:53:39] >81 -[2013-09-25 07:53:47] 83 -[2013-09-25 07:53:49] >83 -[2013-09-25 07:54:49] >>83 -[2013-09-25 07:55:49] >>83 -[2013-09-25 07:56:49] >>83 -[2013-09-25 07:57:49] >>83 -[2013-09-25 07:58:50] >>83 -[2013-09-25 07:59:50] >>83 -[2013-09-25 07:59:56] 81 -[2013-09-25 07:59:58] >81 -[2013-09-25 08:00:07] 83 -[2013-09-25 08:00:09] >83 -[2013-09-25 08:01:08] >>83 -[2013-09-25 08:02:09] >>83 -[2013-09-25 08:03:09] >>83 -[2013-09-25 08:04:09] >>83 -[2013-09-25 08:05:09] >>83 -[2013-09-25 08:06:10] >>83 -[2013-09-25 08:06:16] 81 -[2013-09-25 08:06:18] >81 -[2013-09-25 08:06:27] 83 -[2013-09-25 08:06:29] >83 -[2013-09-25 08:07:29] >>83 -[2013-09-25 08:08:29] >>83 -[2013-09-25 08:09:29] >>83 -[2013-09-25 08:10:29] >>83 -[2013-09-25 08:11:30] >>83 -[2013-09-25 08:12:30] >>83 -[2013-09-25 08:12:37] 81 -[2013-09-25 08:12:39] >81 -[2013-09-25 08:12:48] 83 -[2013-09-25 08:12:49] >83 -[2013-09-25 08:13:49] >>83 -[2013-09-25 08:14:49] >>83 -[2013-09-25 08:15:49] >>83 -[2013-09-25 08:16:50] >>83 -[2013-09-25 08:17:50] >>83 -[2013-09-25 08:18:50] >>83 -[2013-09-25 08:18:58] 81 -[2013-09-25 08:19:00] >81 -[2013-09-25 08:19:09] 83 -[2013-09-25 08:19:10] >83 -[2013-09-25 08:20:10] >>83 -[2013-09-25 08:21:10] >>83 -[2013-09-25 08:22:11] >>83 -[2013-09-25 08:23:11] >>83 -[2013-09-25 08:24:11] >>83 -[2013-09-25 08:25:11] >>83 -[2013-09-25 08:25:29] 81 -[2013-09-25 08:25:31] >81 -[2013-09-25 08:25:40] 83 -[2013-09-25 08:25:42] >83 -[2013-09-25 08:26:41] >>83 -[2013-09-25 08:27:42] >>83 -[2013-09-25 08:28:42] >>83 -[2013-09-25 08:29:42] >>83 -[2013-09-25 08:30:42] >>83 -[2013-09-25 08:31:42] >>83 -[2013-09-25 08:31:49] 81 -[2013-09-25 08:31:51] >81 -[2013-09-25 08:32:00] 83 -[2013-09-25 08:32:01] >83 -[2013-09-25 08:33:01] >>83 -[2013-09-25 08:34:01] >>83 -[2013-09-25 08:35:02] >>83 -[2013-09-25 08:36:02] >>83 -[2013-09-25 08:37:02] >>83 -[2013-09-25 08:38:02] >>83 -[2013-09-25 08:38:09] 81 -[2013-09-25 08:38:11] >81 -[2013-09-25 08:38:20] 83 -[2013-09-25 08:38:21] >83 -[2013-09-25 08:39:21] >>83 -[2013-09-25 08:40:21] >>83 -[2013-09-25 08:41:21] >>83 -[2013-09-25 08:42:21] >>83 -[2013-09-25 08:43:22] >>83 -[2013-09-25 08:44:22] >>83 -[2013-09-25 08:44:29] 81 -[2013-09-25 08:44:31] >81 -[2013-09-25 08:44:39] 83 -[2013-09-25 08:44:41] >83 -[2013-09-25 08:45:06] 87 -[2013-09-25 08:45:07] 83 -[2013-09-25 08:45:08] >83 -[2013-09-25 08:46:08] >>83 -[2013-09-25 08:47:08] >>83 -[2013-09-25 08:48:08] >>83 -[2013-09-25 08:49:09] >>83 -[2013-09-25 08:50:09] >>83 -[2013-09-25 08:50:49] 81 -[2013-09-25 08:50:51] >81 -[2013-09-25 08:51:00] 83 -[2013-09-25 08:51:01] >83 -[2013-09-25 08:51:27] 87 -[2013-09-25 08:51:32] 83 -[2013-09-25 08:51:33] >83 -[2013-09-25 08:52:33] >>83 -[2013-09-25 08:53:33] >>83 -[2013-09-25 08:54:33] >>83 -[2013-09-25 08:55:33] >>83 -[2013-09-25 08:56:34] >>83 -[2013-09-25 08:57:10] 81 -[2013-09-25 08:57:12] >81 -[2013-09-25 08:57:21] 83 -[2013-09-25 08:57:22] >83 -[2013-09-25 08:58:22] >>83 -[2013-09-25 08:59:22] >>83 -[2013-09-25 09:00:22] >>83 -[2013-09-25 09:01:22] >>83 -[2013-09-25 09:02:23] >>83 -[2013-09-25 09:03:23] >>83 -[2013-09-25 09:03:42] 81 -[2013-09-25 09:03:44] >81 -[2013-09-25 09:03:52] 83 -[2013-09-25 09:03:54] >83 -[2013-09-25 09:04:18] 87 -[2013-09-25 09:04:19] 83 -[2013-09-25 09:04:20] >83 -[2013-09-25 09:05:20] >>83 -[2013-09-25 09:06:20] >>83 -[2013-09-25 09:07:20] >>83 -[2013-09-25 09:08:21] >>83 -[2013-09-25 09:09:21] >>83 -[2013-09-25 09:10:01] 81 -[2013-09-25 09:10:03] >81 -[2013-09-25 09:10:12] 83 -[2013-09-25 09:10:13] >83 -[2013-09-25 09:11:13] >>83 -[2013-09-25 09:12:13] >>83 -[2013-09-25 09:13:13] >>83 -[2013-09-25 09:14:14] >>83 -[2013-09-25 09:15:14] >>83 -[2013-09-25 09:16:14] >>83 -[2013-09-25 09:16:21] 81 -[2013-09-25 09:16:23] >81 -[2013-09-25 09:16:31] 83 -[2013-09-25 09:16:33] >83 -[2013-09-25 09:17:33] >>83 -[2013-09-25 09:18:33] >>83 -[2013-09-25 09:19:33] >>83 -[2013-09-25 09:20:33] >>83 -[2013-09-25 09:21:34] >>83 -[2013-09-25 09:22:34] >>83 -[2013-09-25 09:22:41] 81 -[2013-09-25 09:22:43] >81 -[2013-09-25 09:22:51] 83 -[2013-09-25 09:22:53] >83 -[2013-09-25 09:23:53] >>83 -[2013-09-25 09:24:53] >>83 -[2013-09-25 09:25:53] >>83 -[2013-09-25 09:26:53] >>83 -[2013-09-25 09:27:53] >>83 -[2013-09-25 09:28:54] >>83 -[2013-09-25 09:29:01] 81 -[2013-09-25 09:29:03] >81 -[2013-09-25 09:29:12] 83 -[2013-09-25 09:29:14] >83 -[2013-09-25 09:30:13] >>83 -[2013-09-25 09:31:13] >>83 -[2013-09-25 09:31:24] 81 -[2013-09-25 09:31:26] >81 -[2013-09-25 09:32:25] >>81 -[2013-09-25 09:32:57] 83 -[2013-09-25 09:32:59] >83 -[2013-09-25 09:33:58] >>83 -[2013-09-25 09:34:59] >>83 -[2013-09-25 09:35:22] 81 -[2013-09-25 09:35:24] >81 -[2013-09-25 09:35:33] 83 -[2013-09-25 09:35:35] >83 -[2013-09-25 09:36:34] >>83 -[2013-09-25 09:36:55] 89 -[2013-09-25 09:36:58] >89 -[2013-09-25 09:37:19] 81 -[2013-09-25 09:37:21] >81 -[2013-09-25 09:37:24] 83 -[2013-09-25 09:37:26] >83 -[2013-09-25 09:38:25] >>83 -[2013-09-25 09:39:26] >>83 -[2013-09-25 09:40:26] >>83 -[2013-09-25 09:41:26] >>83 -[2013-09-25 09:41:54] 81 -[2013-09-25 09:41:56] >81 -[2013-09-25 09:42:04] 83 -[2013-09-25 09:42:06] >83 -[2013-09-25 09:43:06] >>83 -[2013-09-25 09:44:06] >>83 -[2013-09-25 09:45:06] >>83 -[2013-09-25 09:46:06] >>83 -[2013-09-25 09:47:06] >>83 -[2013-09-25 09:48:07] >>83 -[2013-09-25 09:48:13] 81 -[2013-09-25 09:48:15] >81 -[2013-09-25 09:48:24] 83 -[2013-09-25 09:48:26] >83 -[2013-09-25 09:49:25] >>83 -[2013-09-25 09:50:26] >>83 -[2013-09-25 09:51:26] >>83 -[2013-09-25 09:52:26] >>83 -[2013-09-25 09:53:26] >>83 -[2013-09-25 09:54:26] >>83 -[2013-09-25 09:54:33] 81 -[2013-09-25 09:54:35] >81 -[2013-09-25 09:54:44] 83 -[2013-09-25 09:54:45] >83 -[2013-09-25 09:55:45] >>83 -[2013-09-25 09:56:45] >>83 -[2013-09-25 09:57:45] >>83 -[2013-09-25 09:58:46] >>83 -[2013-09-25 09:59:46] >>83 -[2013-09-25 10:00:46] >>83 -[2013-09-25 10:00:53] 81 -[2013-09-25 10:00:55] >81 -[2013-09-25 10:01:03] 83 -[2013-09-25 10:01:05] >83 -[2013-09-25 10:02:05] >>83 -[2013-09-25 10:03:05] >>83 -[2013-09-25 10:04:05] >>83 -[2013-09-25 10:05:05] >>83 -[2013-09-25 10:06:06] >>83 -[2013-09-25 10:07:06] >>83 -[2013-09-25 10:07:14] 81 -[2013-09-25 10:07:16] >81 -[2013-09-25 10:07:24] 83 -[2013-09-25 10:07:26] >83 -[2013-09-25 10:08:26] >>83 -[2013-09-25 10:09:26] >>83 -[2013-09-25 10:10:26] >>83 -[2013-09-25 10:11:26] >>83 -[2013-09-25 10:12:27] >>83 -[2013-09-25 10:13:27] >>83 -[2013-09-25 10:13:35] 81 -[2013-09-25 10:13:37] >81 -[2013-09-25 10:13:45] 83 -[2013-09-25 10:13:47] >83 -[2013-09-25 10:14:47] >>83 -[2013-09-25 10:15:47] >>83 -[2013-09-25 10:16:47] >>83 -[2013-09-25 10:17:48] >>83 -[2013-09-25 10:18:48] >>83 -[2013-09-25 10:19:48] >>83 -[2013-09-25 10:20:06] 81 -[2013-09-25 10:20:08] >81 -[2013-09-25 10:20:17] 83 -[2013-09-25 10:20:18] >83 -[2013-09-25 10:21:18] >>83 -[2013-09-25 10:22:18] >>83 -[2013-09-25 10:23:18] >>83 -[2013-09-25 10:24:19] >>83 -[2013-09-25 10:25:19] >>83 -[2013-09-25 10:26:19] >>83 -[2013-09-25 10:26:26] 81 -[2013-09-25 10:26:28] >81 -[2013-09-25 10:26:36] 83 -[2013-09-25 10:26:38] >83 -[2013-09-25 10:27:38] >>83 -[2013-09-25 10:28:38] >>83 -[2013-09-25 10:29:38] >>83 -[2013-09-25 10:30:38] >>83 -[2013-09-25 10:31:38] >>83 -[2013-09-25 10:32:39] >>83 -[2013-09-25 10:32:45] 81 -[2013-09-25 10:32:46] >81 -[2013-09-25 10:32:56] 83 -[2013-09-25 10:32:57] >83 -[2013-09-25 10:33:57] >>83 -[2013-09-25 10:34:57] >>83 -[2013-09-25 10:35:57] >>83 -[2013-09-25 10:36:57] >>83 -[2013-09-25 10:37:58] >>83 -[2013-09-25 10:38:58] >>83 -[2013-09-25 10:39:05] 81 -[2013-09-25 10:39:07] >81 -[2013-09-25 10:39:16] 83 -[2013-09-25 10:39:17] >83 -[2013-09-25 10:40:17] >>83 -[2013-09-25 10:41:17] >>83 -[2013-09-25 10:42:17] >>83 -[2013-09-25 10:43:18] >>83 -[2013-09-25 10:44:18] >>83 -[2013-09-25 10:45:18] >>83 -[2013-09-25 10:45:26] 81 -[2013-09-25 10:45:28] >81 -[2013-09-25 10:45:36] 83 -[2013-09-25 10:45:38] >83 -[2013-09-25 10:46:38] >>83 -[2013-09-25 10:47:38] >>83 -[2013-09-25 10:48:38] >>83 -[2013-09-25 10:49:38] >>83 -[2013-09-25 10:50:39] >>83 -[2013-09-25 10:51:39] >>83 -[2013-09-25 10:51:47] 81 -[2013-09-25 10:51:49] >81 -[2013-09-25 10:51:57] 83 -[2013-09-25 10:51:59] >83 -[2013-09-25 10:52:59] >>83 -[2013-09-25 10:53:59] >>83 -[2013-09-25 10:54:59] >>83 -[2013-09-25 10:55:59] >>83 -[2013-09-25 10:56:59] >>83 -[2013-09-25 10:58:00] >>83 -[2013-09-25 10:58:18] 81 -[2013-09-25 10:58:20] >81 -[2013-09-25 10:58:29] 83 -[2013-09-25 10:58:30] >83 -[2013-09-25 10:59:30] >>83 -[2013-09-25 11:00:30] >>83 -[2013-09-25 11:01:31] >>83 -[2013-09-25 11:02:31] >>83 -[2013-09-25 11:03:31] >>83 -[2013-09-25 11:04:31] >>83 -[2013-09-25 11:04:38] 81 -[2013-09-25 11:04:40] >81 -[2013-09-25 11:04:48] 83 -[2013-09-25 11:04:50] >83 -[2013-09-25 11:05:50] >>83 -[2013-09-25 11:06:50] >>83 -[2013-09-25 11:07:50] >>83 -[2013-09-25 11:08:51] >>83 -[2013-09-25 11:09:51] >>83 -[2013-09-25 11:10:51] >>83 -[2013-09-25 11:10:58] 81 -[2013-09-25 11:10:59] >81 -[2013-09-25 11:11:08] 83 -[2013-09-25 11:11:10] >83 -[2013-09-25 11:12:09] >>83 -[2013-09-25 11:13:10] >>83 -[2013-09-25 11:14:10] >>83 -[2013-09-25 11:15:10] >>83 -[2013-09-25 11:16:10] >>83 -[2013-09-25 11:17:10] >>83 -[2013-09-25 11:17:17] 81 -[2013-09-25 11:17:19] >81 -[2013-09-25 11:17:28] 83 -[2013-09-25 11:17:30] >83 -[2013-09-25 11:18:29] >>83 -[2013-09-25 11:19:30] >>83 -[2013-09-25 11:20:30] >>83 -[2013-09-25 11:21:30] >>83 -[2013-09-25 11:22:31] >>83 -[2013-09-25 11:23:32] >>83 -[2013-09-25 11:23:48] 81 -[2013-09-25 11:23:49] >81 -[2013-09-25 11:23:59] 83 -[2013-09-25 11:24:01] >83 -[2013-09-25 11:25:00] >>83 -[2013-09-25 11:26:01] >>83 -[2013-09-25 11:26:46] 81 -[2013-09-25 11:26:48] >81 -[2013-09-25 11:27:48] >>81 -[2013-09-25 11:27:55] 83 -[2013-09-25 11:27:57] >83 -[2013-09-25 11:28:56] >>83 -[2013-09-25 11:29:56] >>83 -[2013-09-25 11:30:09] 81 -[2013-09-25 11:30:11] >81 -[2013-09-25 11:30:20] 83 -[2013-09-25 11:30:22] >83 -[2013-09-25 11:31:22] >>83 -[2013-09-25 11:32:22] >>83 -[2013-09-25 11:33:22] >>83 -[2013-09-25 11:34:22] >>83 -[2013-09-25 11:34:40] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1011&valore=83 -[2013-09-25 11:35:40] >>83 -[2013-09-25 11:35:43] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1011&valore=83 -[2013-09-25 11:36:41] 81 -[2013-09-25 11:37:44] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1011&valore=81 -[2013-09-25 11:37:45] 83 -[2013-09-25 11:37:47] >83 -[2013-09-25 11:38:46] >>83 -[2013-09-25 11:39:46] >>83 -[2013-09-25 11:40:47] >>83 -[2013-09-25 11:41:47] >>83 -[2013-09-25 11:42:47] >>83 -[2013-09-25 11:43:01] 81 -[2013-09-25 11:43:03] >81 -[2013-09-25 11:43:11] 83 -[2013-09-25 11:43:12] >83 -[2013-09-25 11:44:12] >>83 -[2013-09-25 11:45:12] >>83 -[2013-09-25 11:46:13] >>83 -[2013-09-25 11:47:13] >>83 -[2013-09-25 11:48:13] >>83 -[2013-09-25 11:49:13] >>83 -[2013-09-25 11:49:20] 81 -[2013-09-25 11:49:22] >81 -[2013-09-25 11:49:31] 83 -[2013-09-25 11:49:32] >83 -[2013-09-25 11:50:32] >>83 -[2013-09-25 11:51:32] >>83 -[2013-09-25 11:52:32] >>83 -[2013-09-25 11:53:33] >>83 -[2013-09-25 11:54:33] >>83 -[2013-09-25 11:55:33] >>83 -[2013-09-25 11:55:40] 81 -[2013-09-25 11:55:42] >81 -[2013-09-25 11:55:51] 83 -[2013-09-25 11:55:52] >83 -[2013-09-25 11:56:52] >>83 -[2013-09-25 11:57:52] >>83 -[2013-09-25 11:58:52] >>83 -[2013-09-25 11:59:10] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1011&valore=83 -[2013-09-25 12:00:11] >>83 -[2013-09-25 12:00:14] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1011&valore=83 -[2013-09-25 12:01:14] >>83 -[2013-09-25 12:01:17] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1011&valore=83 -[2013-09-25 12:02:01] 81 -[2013-09-25 12:02:15] 83 -[2013-09-25 12:02:17] >83 -[2013-09-25 12:03:18] >>83 -[2013-09-25 12:04:18] >>83 -[2013-09-25 12:05:18] >>83 -[2013-09-25 12:06:18] >>83 -[2013-09-25 12:07:19] >>83 -[2013-09-25 12:08:19] >>83 -[2013-09-25 12:08:22] 81 -[2013-09-25 12:08:24] >81 -[2013-09-25 12:08:32] 83 -[2013-09-25 12:08:34] >83 -[2013-09-25 12:09:33] >>83 -[2013-09-25 12:10:34] >>83 -[2013-09-25 12:11:34] >>83 -[2013-09-25 12:12:34] >>83 -[2013-09-25 12:13:34] >>83 -[2013-09-25 12:14:35] >>83 -[2013-09-25 12:14:53] 81 -[2013-09-25 12:14:54] >81 -[2013-09-25 12:15:03] 83 -[2013-09-25 12:15:05] >83 -[2013-09-25 12:16:05] >>83 -[2013-09-25 12:17:05] >>83 -[2013-09-25 12:18:05] >>83 -[2013-09-25 12:19:08] >>83 -[2013-09-25 12:20:08] >>83 -[2013-09-25 12:21:08] >>83 -[2013-09-25 12:21:13] 81 -[2013-09-25 12:21:14] >81 -[2013-09-25 12:21:23] 83 -[2013-09-25 12:21:25] >83 -[2013-09-25 12:22:25] >>83 -[2013-09-25 12:23:25] >>83 -[2013-09-25 12:24:25] >>83 -[2013-09-25 12:25:25] >>83 -[2013-09-25 12:26:25] >>83 -[2013-09-25 12:27:26] >>83 -[2013-09-25 12:27:33] 81 -[2013-09-25 12:27:34] >81 -[2013-09-25 12:27:43] 83 -[2013-09-25 12:27:44] >83 -[2013-09-25 12:28:44] >>83 -[2013-09-25 12:29:44] >>83 -[2013-09-25 12:30:44] >>83 -[2013-09-25 12:31:44] >>83 -[2013-09-25 12:32:45] >>83 -[2013-09-25 12:33:45] >>83 -[2013-09-25 12:33:53] 81 -[2013-09-25 12:33:55] >81 -[2013-09-25 12:34:03] 83 -[2013-09-25 12:34:04] >83 -[2013-09-25 12:34:30] 87 -[2013-09-25 12:34:30] 83 -[2013-09-25 12:34:32] >83 -[2013-09-25 12:35:32] >>83 -[2013-09-25 12:36:32] >>83 -[2013-09-25 12:37:32] >>83 -[2013-09-25 12:38:32] >>83 -[2013-09-25 12:39:32] >>83 -[2013-09-25 12:40:13] 81 -[2013-09-25 12:40:15] >81 -[2013-09-25 12:40:23] 83 -[2013-09-25 12:40:25] >83 -[2013-09-25 12:40:51] 87 -[2013-09-25 12:40:51] 83 -[2013-09-25 12:40:53] >83 -[2013-09-25 12:41:52] >>83 -[2013-09-25 12:42:53] >>83 -[2013-09-25 12:43:53] >>83 -[2013-09-25 12:44:53] >>83 -[2013-09-25 12:45:53] >>83 -[2013-09-25 12:46:34] 81 -[2013-09-25 12:46:36] >81 -[2013-09-25 12:46:44] 83 -[2013-09-25 12:46:46] >83 -[2013-09-25 12:47:45] >>83 -[2013-09-25 12:48:46] >>83 -[2013-09-25 12:49:46] >>83 -[2013-09-25 12:50:46] >>83 -[2013-09-25 12:51:46] >>83 -[2013-09-25 12:52:47] >>83 -[2013-09-25 12:53:06] 81 -[2013-09-25 12:53:07] >81 -[2013-09-25 12:53:16] 83 -[2013-09-25 12:53:17] >83 -[2013-09-25 12:53:42] 87 -[2013-09-25 12:53:42] 83 -[2013-09-25 12:53:44] >83 -[2013-09-25 12:54:44] >>83 -[2013-09-25 12:55:44] >>83 -[2013-09-25 12:56:44] >>83 -[2013-09-25 12:57:44] >>83 -[2013-09-25 12:58:44] >>83 -[2013-09-25 12:59:25] 81 -[2013-09-25 12:59:26] >81 -[2013-09-25 12:59:35] 83 -[2013-09-25 12:59:37] >83 -[2013-09-25 13:00:37] >>83 -[2013-09-25 13:01:37] >>83 -[2013-09-25 13:02:37] >>83 -[2013-09-25 13:03:37] >>83 -[2013-09-25 13:04:37] >>83 -[2013-09-25 13:05:37] >>83 -[2013-09-25 13:05:45] 81 -[2013-09-25 13:05:46] >81 -[2013-09-25 13:05:55] 83 -[2013-09-25 13:05:57] >83 -[2013-09-25 13:06:56] >>83 -[2013-09-25 13:07:56] >>83 -[2013-09-25 13:08:57] >>83 -[2013-09-25 13:09:57] >>83 -[2013-09-25 13:10:57] >>83 -[2013-09-25 13:11:57] >>83 -[2013-09-25 13:12:05] 81 -[2013-09-25 13:12:06] >81 -[2013-09-25 13:12:15] 83 -[2013-09-25 13:12:17] >83 -[2013-09-25 13:13:16] >>83 -[2013-09-25 13:14:17] >>83 -[2013-09-25 13:15:17] >>83 -[2013-09-25 13:16:17] >>83 -[2013-09-25 13:17:17] >>83 -[2013-09-25 13:18:17] >>83 -[2013-09-25 13:18:24] 81 -[2013-09-25 13:18:26] >81 -[2013-09-25 13:18:35] 83 -[2013-09-25 13:18:44] >83 -[2013-09-25 13:19:43] >>83 -[2013-09-25 13:20:43] >>83 -[2013-09-25 13:21:44] >>83 -[2013-09-25 13:22:44] >>83 -[2013-09-25 13:23:44] >>83 -[2013-09-25 13:24:44] >>83 -[2013-09-25 13:24:45] 81 -[2013-09-25 13:24:47] >81 -[2013-09-25 13:24:56] 83 -[2013-09-25 13:24:58] >83 -[2013-09-25 13:25:58] >>83 -[2013-09-25 13:26:58] >>83 -[2013-09-25 13:27:58] >>83 -[2013-09-25 13:28:58] >>83 -[2013-09-25 13:29:58] >>83 -[2013-09-25 13:30:59] >>83 -[2013-09-25 13:31:18] 81 -[2013-09-25 13:31:19] >81 -[2013-09-25 13:31:28] 83 -[2013-09-25 13:31:30] >83 -[2013-09-25 13:32:29] >>83 -[2013-09-25 13:33:30] >>83 -[2013-09-25 13:34:34] >>83 -[2013-09-25 13:35:35] >>83 -[2013-09-25 13:36:35] >>83 -[2013-09-25 13:37:35] >>83 -[2013-09-25 13:37:37] 81 -[2013-09-25 13:37:38] >81 -[2013-09-25 13:37:47] 83 -[2013-09-25 13:37:49] >83 -[2013-09-25 13:38:49] >>83 -[2013-09-25 13:39:49] >>83 -[2013-09-25 13:40:49] >>83 -[2013-09-25 13:41:49] >>83 -[2013-09-25 13:42:49] >>83 -[2013-09-25 13:43:50] >>83 -[2013-09-25 13:43:57] 81 -[2013-09-25 13:43:58] >81 -[2013-09-25 13:44:07] 83 -[2013-09-25 13:44:09] >83 -[2013-09-25 13:45:08] >>83 -[2013-09-25 13:46:08] >>83 -[2013-09-25 13:47:09] >>83 -[2013-09-25 13:48:09] >>83 -[2013-09-25 13:49:09] >>83 -[2013-09-25 13:50:09] >>83 -[2013-09-25 13:50:16] 81 -[2013-09-25 13:50:18] >81 -[2013-09-25 13:50:27] 83 -[2013-09-25 13:50:29] >83 -[2013-09-25 13:51:28] >>83 -[2013-09-25 13:52:29] >>83 -[2013-09-25 13:53:29] >>83 -[2013-09-25 13:54:29] >>83 -[2013-09-25 13:55:29] >>83 -[2013-09-25 13:56:30] >>83 -[2013-09-25 13:56:38] 81 -[2013-09-25 13:56:39] >81 -[2013-09-25 13:56:48] 83 -[2013-09-25 13:56:50] >83 -[2013-09-25 13:57:22] 81 -[2013-09-25 13:57:23] >81 -[2013-09-25 13:58:23] >>81 -[2013-09-25 13:59:22] 83 -[2013-09-25 13:59:23] >83 -[2013-09-25 14:00:23] >>83 -[2013-09-25 14:01:23] >>83 -[2013-09-25 14:02:23] >>83 -[2013-09-25 14:02:58] 81 -[2013-09-25 14:03:00] >81 -[2013-09-25 14:03:09] 83 -[2013-09-25 14:03:10] >83 -[2013-09-25 14:04:10] >>83 -[2013-09-25 14:05:10] >>83 -[2013-09-25 14:06:10] >>83 -[2013-09-25 14:07:11] >>83 -[2013-09-25 14:08:11] >>83 -[2013-09-25 14:09:11] >>83 -[2013-09-25 14:09:30] 81 -[2013-09-25 14:09:31] >81 -[2013-09-25 14:09:40] 83 -[2013-09-25 14:09:42] >83 -[2013-09-25 14:10:42] >>83 -[2013-09-25 14:11:42] >>83 -[2013-09-25 14:12:42] >>83 -[2013-09-25 14:13:42] >>83 -[2013-09-25 14:14:43] >>83 -[2013-09-25 14:15:43] >>83 -[2013-09-25 14:15:50] 81 -[2013-09-25 14:15:51] >81 -[2013-09-25 14:16:00] 83 -[2013-09-25 14:16:01] >83 -[2013-09-25 14:17:01] >>83 -[2013-09-25 14:18:01] >>83 -[2013-09-25 14:19:01] >>83 -[2013-09-25 14:20:01] >>83 -[2013-09-25 14:21:02] >>83 -[2013-09-25 14:22:02] >>83 -[2013-09-25 14:22:08] 81 -[2013-09-25 14:22:10] >81 -[2013-09-25 14:22:19] 83 -[2013-09-25 14:22:21] >83 -[2013-09-25 14:23:21] >>83 -[2013-09-25 14:24:21] >>83 -[2013-09-25 14:25:21] >>83 -[2013-09-25 14:26:21] >>83 -[2013-09-25 14:27:21] >>83 -[2013-09-25 14:28:22] >>83 -[2013-09-25 14:28:29] 81 -[2013-09-25 14:28:30] >81 -[2013-09-25 14:28:39] 83 -[2013-09-25 14:28:41] >83 -[2013-09-25 14:29:41] >>83 -[2013-09-25 14:30:41] >>83 -[2013-09-25 14:31:41] >>83 -[2013-09-25 14:32:41] >>83 -[2013-09-25 14:33:42] >>83 -[2013-09-25 14:34:42] >>83 -[2013-09-25 14:34:49] 81 -[2013-09-25 14:34:51] >81 -[2013-09-25 14:35:00] 83 -[2013-09-25 14:35:01] >83 -[2013-09-25 14:36:01] >>83 -[2013-09-25 14:37:01] >>83 -[2013-09-25 14:38:01] >>83 -[2013-09-25 14:39:02] >>83 -[2013-09-25 14:40:02] >>83 -[2013-09-25 14:41:02] >>83 -[2013-09-25 14:41:11] 81 -[2013-09-25 14:41:12] >81 -[2013-09-25 14:41:21] 83 -[2013-09-25 14:41:22] >83 -[2013-09-25 14:42:22] >>83 -[2013-09-25 14:43:22] >>83 -[2013-09-25 14:44:23] >>83 -[2013-09-25 14:45:23] >>83 -[2013-09-25 14:46:23] >>83 -[2013-09-25 14:47:23] >>83 -[2013-09-25 14:47:42] 81 -[2013-09-25 14:47:43] >81 -[2013-09-25 14:47:52] 83 -[2013-09-25 14:47:54] >83 -[2013-09-25 14:48:53] >>83 -[2013-09-25 14:49:54] >>83 -[2013-09-25 14:50:54] >>83 -[2013-09-25 14:51:54] >>83 -[2013-09-25 14:52:54] >>83 -[2013-09-25 14:53:54] >>83 -[2013-09-25 14:54:01] 81 -[2013-09-25 14:54:03] >81 -[2013-09-25 14:54:12] 83 -[2013-09-25 14:54:13] >83 -[2013-09-25 14:55:13] >>83 -[2013-09-25 14:56:13] >>83 -[2013-09-25 14:57:13] >>83 -[2013-09-25 14:58:14] >>83 -[2013-09-25 14:59:14] >>83 -[2013-09-25 15:00:14] >>83 -[2013-09-25 15:00:21] 81 -[2013-09-25 15:00:22] >81 -[2013-09-25 15:00:31] 83 -[2013-09-25 15:00:33] >83 -[2013-09-25 15:01:33] >>83 -[2013-09-25 15:02:33] >>83 -[2013-09-25 15:03:33] >>83 -[2013-09-25 15:04:33] >>83 -[2013-09-25 15:05:34] >>83 -[2013-09-25 15:06:34] >>83 -[2013-09-25 15:06:40] 81 -[2013-09-25 15:06:42] >81 -[2013-09-25 15:06:52] 83 -[2013-09-25 15:06:53] >83 -[2013-09-25 15:07:53] >>83 -[2013-09-25 15:08:53] >>83 -[2013-09-25 15:09:53] >>83 -[2013-09-25 15:10:54] >>83 -[2013-09-25 15:11:54] >>83 -[2013-09-25 15:12:54] >>83 -[2013-09-25 15:13:02] 81 -[2013-09-25 15:13:03] >81 -[2013-09-25 15:13:12] 83 -[2013-09-25 15:13:13] >83 -[2013-09-25 15:14:13] >>83 -[2013-09-25 15:15:13] >>83 -[2013-09-25 15:16:14] >>83 -[2013-09-25 15:17:14] >>83 -[2013-09-25 15:18:14] >>83 -[2013-09-25 15:19:14] >>83 -[2013-09-25 15:19:23] 81 -[2013-09-25 15:19:24] >81 -[2013-09-25 15:19:33] 83 -[2013-09-25 15:19:35] >83 -[2013-09-25 15:20:34] >>83 -[2013-09-25 15:21:35] >>83 -[2013-09-25 15:22:35] >>83 -[2013-09-25 15:23:35] >>83 -[2013-09-25 15:24:35] >>83 -[2013-09-25 15:25:35] >>83 -[2013-09-25 15:25:53] 81 -[2013-09-25 15:25:55] >81 -[2013-09-25 15:26:04] 83 -[2013-09-25 15:26:06] >83 -[2013-09-25 15:27:06] >>83 -[2013-09-25 15:28:06] >>83 -[2013-09-25 15:29:06] >>83 -[2013-09-25 15:30:06] >>83 -[2013-09-25 15:31:06] >>83 -[2013-09-25 15:32:07] >>83 -[2013-09-25 15:32:14] 81 -[2013-09-25 15:32:15] >81 -[2013-09-25 15:32:24] 83 -[2013-09-25 15:32:26] >83 -[2013-09-25 15:32:50] 87 -[2013-09-25 15:32:50] 83 -[2013-09-25 15:32:52] >83 -[2013-09-25 15:33:52] >>83 -[2013-09-25 15:34:52] >>83 -[2013-09-25 15:35:52] >>83 -[2013-09-25 15:36:52] >>83 -[2013-09-25 15:37:53] >>83 -[2013-09-25 15:38:33] 81 -[2013-09-25 15:38:34] >81 -[2013-09-25 15:38:43] 83 -[2013-09-25 15:38:45] >83 -[2013-09-25 15:39:45] >>83 -[2013-09-25 15:40:45] >>83 -[2013-09-25 15:41:45] >>83 -[2013-09-25 15:42:45] >>83 -[2013-09-25 15:43:46] >>83 -[2013-09-25 15:44:46] >>83 -[2013-09-25 15:44:52] 81 -[2013-09-25 15:44:54] >81 -[2013-09-25 15:45:04] 83 -[2013-09-25 15:45:05] >83 -[2013-09-25 15:46:05] >>83 -[2013-09-25 15:47:05] >>83 -[2013-09-25 15:48:05] >>83 -[2013-09-25 15:49:06] >>83 -[2013-09-25 15:50:06] >>83 -[2013-09-25 15:51:06] >>83 -[2013-09-25 15:51:14] 81 -[2013-09-25 15:51:15] >81 -[2013-09-25 15:51:24] 83 -[2013-09-25 15:51:26] >83 -[2013-09-25 15:51:51] 87 -[2013-09-25 15:51:52] 83 -[2013-09-25 15:51:53] >83 -[2013-09-25 15:52:53] >>83 -[2013-09-25 15:53:53] >>83 -[2013-09-25 15:54:54] >>83 -[2013-09-25 15:55:54] >>83 -[2013-09-25 15:56:54] >>83 -[2013-09-25 15:57:35] 81 -[2013-09-25 15:57:36] >81 -[2013-09-25 15:57:45] 83 -[2013-09-25 15:57:46] >83 -[2013-09-25 15:58:46] >>83 -[2013-09-25 15:59:46] >>83 -[2013-09-25 16:00:47] >>83 -[2013-09-25 16:01:47] >>83 -[2013-09-25 16:02:47] >>83 -[2013-09-25 16:03:47] >>83 -[2013-09-25 16:04:06] 81 -[2013-09-25 16:04:08] >81 -[2013-09-25 16:04:17] 83 -[2013-09-25 16:04:18] >83 -[2013-09-25 16:05:18] >>83 -[2013-09-25 16:06:18] >>83 -[2013-09-25 16:07:18] >>83 -[2013-09-25 16:08:19] >>83 -[2013-09-25 16:09:19] >>83 -[2013-09-25 16:10:19] >>83 -[2013-09-25 16:10:26] 81 -[2013-09-25 16:10:27] >81 -[2013-09-25 16:10:36] 83 -[2013-09-25 16:10:37] >83 -[2013-09-25 16:11:37] >>83 -[2013-09-25 16:12:37] >>83 -[2013-09-25 16:13:38] >>83 -[2013-09-25 16:14:38] >>83 -[2013-09-25 16:15:38] >>83 -[2013-09-25 16:16:38] >>83 -[2013-09-25 16:16:45] 81 -[2013-09-25 16:16:47] >81 -[2013-09-25 16:16:55] 83 -[2013-09-25 16:16:57] >83 -[2013-09-25 16:17:57] >>83 -[2013-09-25 16:18:57] >>83 -[2013-09-25 16:19:57] >>83 -[2013-09-25 16:20:57] >>83 -[2013-09-25 16:21:58] >>83 -[2013-09-25 16:22:58] >>83 -[2013-09-25 16:23:05] 81 -[2013-09-25 16:23:07] >81 -[2013-09-25 16:23:16] 83 -[2013-09-25 16:23:17] >83 -[2013-09-25 16:24:17] >>83 -[2013-09-25 16:25:17] >>83 -[2013-09-25 16:26:17] >>83 -[2013-09-25 16:27:18] >>83 -[2013-09-25 16:28:18] >>83 -[2013-09-25 16:29:18] >>83 -[2013-09-25 16:29:26] 81 -[2013-09-25 16:29:27] >81 -[2013-09-25 16:29:36] 83 -[2013-09-25 16:29:38] >83 -[2013-09-25 16:30:38] >>83 -[2013-09-25 16:31:38] >>83 -[2013-09-25 16:32:38] >>83 -[2013-09-25 16:33:38] >>83 -[2013-09-25 16:34:38] >>83 -[2013-09-25 16:35:39] >>83 -[2013-09-25 16:35:46] 81 -[2013-09-25 16:35:48] >81 -[2013-09-25 16:35:57] 83 -[2013-09-25 16:35:59] >83 -[2013-09-25 16:36:58] >>83 -[2013-09-25 16:37:59] >>83 -[2013-09-25 16:38:59] >>83 -[2013-09-25 16:39:59] >>83 -[2013-09-25 16:40:59] >>83 -[2013-09-25 16:41:59] >>83 -[2013-09-25 16:42:19] 81 -[2013-09-25 16:42:20] >81 -[2013-09-25 16:42:29] 83 -[2013-09-25 16:42:30] >83 -[2013-09-25 16:43:30] >>83 -[2013-09-25 16:44:30] >>83 -[2013-09-25 16:45:31] >>83 -[2013-09-25 16:46:31] >>83 -[2013-09-25 16:47:31] >>83 -[2013-09-25 16:48:31] >>83 -[2013-09-25 16:48:37] 81 -[2013-09-25 16:48:39] >81 -[2013-09-25 16:48:48] 83 -[2013-09-25 16:48:50] >83 -[2013-09-25 16:49:49] >>83 -[2013-09-25 16:50:49] >>83 -[2013-09-25 16:51:50] >>83 -[2013-09-25 16:52:50] >>83 -[2013-09-25 16:53:50] >>83 -[2013-09-25 16:54:50] >>83 -[2013-09-25 16:54:57] 81 -[2013-09-25 16:54:59] >81 -[2013-09-25 16:55:08] 83 -[2013-09-25 16:55:09] >83 -[2013-09-25 16:56:09] >>83 -[2013-09-25 16:57:09] >>83 -[2013-09-25 16:58:09] >>83 -[2013-09-25 16:59:10] >>83 -[2013-09-25 17:00:10] >>83 -[2013-09-25 17:01:10] >>83 -[2013-09-25 17:01:17] 81 -[2013-09-25 17:01:19] >81 -[2013-09-25 17:01:28] 83 -[2013-09-25 17:01:29] >83 -[2013-09-25 17:02:29] >>83 -[2013-09-25 17:03:29] >>83 -[2013-09-25 17:04:30] >>83 -[2013-09-25 17:05:30] >>83 -[2013-09-25 17:06:30] >>83 -[2013-09-25 17:07:30] >>83 -[2013-09-25 17:07:37] 81 -[2013-09-25 17:07:39] >81 -[2013-09-25 17:07:48] 83 -[2013-09-25 17:07:50] >83 -[2013-09-25 17:08:49] >>83 -[2013-09-25 17:09:50] >>83 -[2013-09-25 17:10:50] >>83 -[2013-09-25 17:11:50] >>83 -[2013-09-25 17:12:50] >>83 -[2013-09-25 17:13:50] >>83 -[2013-09-25 17:13:59] 81 -[2013-09-25 17:14:00] >81 -[2013-09-25 17:14:09] 83 -[2013-09-25 17:14:11] >83 -[2013-09-25 17:15:11] >>83 -[2013-09-25 17:16:11] >>83 -[2013-09-25 17:17:11] >>83 -[2013-09-25 17:18:11] >>83 -[2013-09-25 17:19:11] >>83 -[2013-09-25 17:20:12] >>83 -[2013-09-25 17:20:30] 81 -[2013-09-25 17:20:32] >81 -[2013-09-25 17:20:41] 83 -[2013-09-25 17:20:43] >83 -[2013-09-25 17:21:42] >>83 -[2013-09-25 17:22:42] >>83 -[2013-09-25 17:23:43] >>83 -[2013-09-25 17:24:43] >>83 -[2013-09-25 17:25:43] >>83 -[2013-09-25 17:26:43] >>83 -[2013-09-25 17:26:49] 81 -[2013-09-25 17:26:51] >81 -[2013-09-25 17:27:00] 83 -[2013-09-25 17:27:02] >83 -[2013-09-25 17:28:01] >>83 -[2013-09-25 17:29:02] >>83 -[2013-09-25 17:30:02] >>83 -[2013-09-25 17:31:02] >>83 -[2013-09-25 17:32:02] >>83 -[2013-09-25 17:33:02] >>83 -[2013-09-25 17:33:10] 81 -[2013-09-25 17:33:11] >81 -[2013-09-25 17:33:20] 83 -[2013-09-25 17:33:21] >83 -[2013-09-25 17:34:21] >>83 -[2013-09-25 17:35:21] >>83 -[2013-09-25 17:36:22] >>83 -[2013-09-25 17:37:22] >>83 -[2013-09-25 17:38:22] >>83 -[2013-09-25 17:39:22] >>83 -[2013-09-25 17:39:29] 81 -[2013-09-25 17:39:31] >81 -[2013-09-25 17:39:40] 83 -[2013-09-25 17:39:42] >83 -[2013-09-25 17:40:41] >>83 -[2013-09-25 17:41:42] >>83 -[2013-09-25 17:42:42] >>83 -[2013-09-25 17:43:42] >>83 -[2013-09-25 17:44:42] >>83 -[2013-09-25 17:45:42] >>83 -[2013-09-25 17:45:50] 81 -[2013-09-25 17:45:52] >81 -[2013-09-25 17:46:00] 83 -[2013-09-25 17:46:02] >83 -[2013-09-25 17:46:27] 87 -[2013-09-25 17:46:28] 83 -[2013-09-25 17:46:30] >83 -[2013-09-25 17:47:19] 81 -[2013-09-25 17:47:21] >81 -[2013-09-25 17:47:34] 83 -[2013-09-25 17:47:35] >83 -[2013-09-25 17:48:35] >>83 -[2013-09-25 17:49:35] >>83 -[2013-09-25 17:50:35] >>83 -[2013-09-25 17:51:36] >>83 -[2013-09-25 17:52:11] 81 -[2013-09-25 17:52:13] >81 -[2013-09-25 17:52:22] 83 -[2013-09-25 17:52:23] >83 -[2013-09-25 17:53:23] >>83 -[2013-09-25 17:54:23] >>83 -[2013-09-25 17:55:23] >>83 -[2013-09-25 17:56:23] >>83 -[2013-09-25 17:57:24] >>83 -[2013-09-25 17:58:24] >>83 -[2013-09-25 17:58:42] 81 -[2013-09-25 17:58:44] >81 -[2013-09-25 17:58:53] 83 -[2013-09-25 17:58:54] >83 -[2013-09-25 17:59:54] >>83 -[2013-09-25 18:00:54] >>83 -[2013-09-25 18:01:54] >>83 -[2013-09-25 18:02:55] >>83 -[2013-09-25 18:03:55] >>83 -[2013-09-25 18:04:55] >>83 -[2013-09-25 18:05:02] 81 -[2013-09-25 18:05:04] >81 -[2013-09-25 18:05:12] 83 -[2013-09-25 18:05:14] >83 -[2013-09-25 18:06:14] >>83 -[2013-09-25 18:07:14] >>83 -[2013-09-25 18:08:14] >>83 -[2013-09-25 18:09:14] >>83 -[2013-09-25 18:10:15] >>83 -[2013-09-25 18:11:15] >>83 -[2013-09-25 18:11:21] 81 -[2013-09-25 18:11:23] >81 -[2013-09-25 18:11:32] 83 -[2013-09-25 18:11:34] >83 -[2013-09-25 18:12:34] >>83 -[2013-09-25 18:13:34] >>83 -[2013-09-25 18:14:34] >>83 -[2013-09-25 18:15:34] >>83 -[2013-09-25 18:16:34] >>83 -[2013-09-25 18:17:35] >>83 -[2013-09-25 18:17:41] 81 -[2013-09-25 18:17:43] >81 -[2013-09-25 18:17:52] 83 -[2013-09-25 18:17:54] >83 -[2013-09-25 18:18:53] >>83 -[2013-09-25 18:19:54] >>83 -[2013-09-25 18:20:54] >>83 -[2013-09-25 18:21:54] >>83 -[2013-09-25 18:22:54] >>83 -[2013-09-25 18:23:55] >>83 -[2013-09-25 18:24:02] 81 -[2013-09-25 18:24:04] >81 -[2013-09-25 18:24:12] 83 -[2013-09-25 18:24:14] >83 -[2013-09-25 18:24:40] 87 -[2013-09-25 18:24:40] 83 -[2013-09-25 18:24:42] >83 -[2013-09-25 18:25:42] >>83 -[2013-09-25 18:26:42] >>83 -[2013-09-25 18:27:42] >>83 -[2013-09-25 18:28:42] >>83 -[2013-09-25 18:29:42] >>83 -[2013-09-25 18:30:23] 81 -[2013-09-25 18:30:25] >81 -[2013-09-25 18:30:34] 83 -[2013-09-25 18:30:35] >83 -[2013-09-25 18:31:35] >>83 -[2013-09-25 18:32:35] >>83 -[2013-09-25 18:33:35] >>83 -[2013-09-25 18:34:36] >>83 -[2013-09-25 18:35:36] >>83 -[2013-09-25 18:36:36] >>83 -[2013-09-25 18:36:54] 81 -[2013-09-25 18:36:56] >81 -[2013-09-25 18:37:05] 83 -[2013-09-25 18:37:07] >83 -[2013-09-25 18:38:06] >>83 -[2013-09-25 18:39:06] >>83 -[2013-09-25 18:40:07] >>83 -[2013-09-25 18:41:07] >>83 -[2013-09-25 18:42:07] >>83 -[2013-09-25 18:43:07] >>83 -[2013-09-25 18:43:14] 81 -[2013-09-25 18:43:16] >81 -[2013-09-25 18:43:25] 83 -[2013-09-25 18:43:26] >83 -[2013-09-25 18:44:26] >>83 -[2013-09-25 18:45:26] >>83 -[2013-09-25 18:46:26] >>83 -[2013-09-25 18:47:27] >>83 -[2013-09-25 18:48:27] >>83 -[2013-09-25 18:49:27] >>83 -[2013-09-25 18:49:33] 81 -[2013-09-25 18:49:35] >81 -[2013-09-25 18:49:44] 83 -[2013-09-25 18:49:46] >83 -[2013-09-25 18:50:46] >>83 -[2013-09-25 18:51:46] >>83 -[2013-09-25 18:52:46] >>83 -[2013-09-25 18:53:46] >>83 -[2013-09-25 18:54:46] >>83 -[2013-09-25 18:55:47] >>83 -[2013-09-25 18:55:54] 81 -[2013-09-25 18:55:56] >81 -[2013-09-25 18:56:04] 83 -[2013-09-25 18:56:06] >83 -[2013-09-25 18:57:05] >>83 -[2013-09-25 18:58:06] >>83 -[2013-09-25 18:59:06] >>83 -[2013-09-25 19:00:06] >>83 -[2013-09-25 19:01:06] >>83 -[2013-09-25 19:02:06] >>83 -[2013-09-25 19:02:14] 81 -[2013-09-25 19:02:16] >81 -[2013-09-25 19:02:25] 83 -[2013-09-25 19:02:26] >83 -[2013-09-25 19:03:26] >>83 -[2013-09-25 19:04:26] >>83 -[2013-09-25 19:05:26] >>83 -[2013-09-25 19:06:27] >>83 -[2013-09-25 19:07:31] >>83 -[2013-09-25 19:08:31] >>83 -[2013-09-25 19:08:35] 81 -[2013-09-25 19:08:37] >81 -[2013-09-25 19:08:46] 83 -[2013-09-25 19:08:47] >83 -[2013-09-25 19:09:47] >>83 -[2013-09-25 19:10:47] >>83 -[2013-09-25 19:11:47] >>83 -[2013-09-25 19:12:48] >>83 -[2013-09-25 19:13:48] >>83 -[2013-09-25 19:14:48] >>83 -[2013-09-25 19:15:07] 81 -[2013-09-25 19:15:09] >81 -[2013-09-25 19:15:17] 83 -[2013-09-25 19:15:19] >83 -[2013-09-25 19:16:19] >>83 -[2013-09-25 19:17:19] >>83 -[2013-09-25 19:18:19] >>83 -[2013-09-25 19:19:19] >>83 -[2013-09-25 19:20:20] >>83 -[2013-09-25 19:21:20] >>83 -[2013-09-25 19:21:26] 81 -[2013-09-25 19:21:28] >81 -[2013-09-25 19:21:37] 83 -[2013-09-25 19:21:38] >83 -[2013-09-25 19:22:38] >>83 -[2013-09-25 19:23:38] >>83 -[2013-09-25 19:24:38] >>83 -[2013-09-25 19:25:39] >>83 -[2013-09-25 19:26:39] >>83 -[2013-09-25 19:27:39] >>83 -[2013-09-25 19:27:46] 81 -[2013-09-25 19:27:48] >81 -[2013-09-25 19:27:56] 83 -[2013-09-25 19:27:58] >83 -[2013-09-25 19:28:58] >>83 -[2013-09-25 19:29:58] >>83 -[2013-09-25 19:30:58] >>83 -[2013-09-25 19:31:58] >>83 -[2013-09-25 19:32:58] >>83 -[2013-09-25 19:33:59] >>83 -[2013-09-25 19:34:06] 81 -[2013-09-25 19:34:08] >81 -[2013-09-25 19:34:16] 83 -[2013-09-25 19:34:18] >83 -[2013-09-25 19:35:17] >>83 -[2013-09-25 19:36:18] >>83 -[2013-09-25 19:37:18] >>83 -[2013-09-25 19:38:18] >>83 -[2013-09-25 19:39:18] >>83 -[2013-09-25 19:40:18] >>83 -[2013-09-25 19:40:26] 81 -[2013-09-25 19:40:28] >81 -[2013-09-25 19:40:37] 83 -[2013-09-25 19:40:38] >83 -[2013-09-25 19:41:38] >>83 -[2013-09-25 19:42:38] >>83 -[2013-09-25 19:43:38] >>83 -[2013-09-25 19:44:39] >>83 -[2013-09-25 19:45:39] >>83 -[2013-09-25 19:46:39] >>83 -[2013-09-25 19:46:47] 81 -[2013-09-25 19:46:49] >81 -[2013-09-25 19:46:58] 83 -[2013-09-25 19:47:00] >83 -[2013-09-25 19:47:59] >>83 -[2013-09-25 19:48:59] >>83 -[2013-09-25 19:50:00] >>83 -[2013-09-25 19:51:00] >>83 -[2013-09-25 19:52:00] >>83 -[2013-09-25 19:53:00] >>83 -[2013-09-25 19:53:19] 81 -[2013-09-25 19:53:21] >81 -[2013-09-25 19:53:29] 83 -[2013-09-25 19:53:31] >83 -[2013-09-25 19:54:30] >>83 -[2013-09-25 19:55:31] >>83 -[2013-09-25 19:56:31] >>83 -[2013-09-25 19:57:31] >>83 -[2013-09-25 19:58:31] >>83 -[2013-09-25 19:59:32] >>83 -[2013-09-25 19:59:38] 81 -[2013-09-25 19:59:40] >81 -[2013-09-25 19:59:49] 83 -[2013-09-25 19:59:51] >83 -[2013-09-25 20:00:50] >>83 -[2013-09-25 20:01:50] >>83 -[2013-09-25 20:02:51] >>83 -[2013-09-25 20:03:51] >>83 -[2013-09-25 20:04:51] >>83 -[2013-09-25 20:05:51] >>83 -[2013-09-25 20:05:58] 81 -[2013-09-25 20:05:59] >81 -[2013-09-25 20:06:09] 83 -[2013-09-25 20:06:10] >83 -[2013-09-25 20:07:10] >>83 -[2013-09-25 20:08:10] >>83 -[2013-09-25 20:09:10] >>83 -[2013-09-25 20:10:11] >>83 -[2013-09-25 20:11:11] >>83 -[2013-09-25 20:12:11] >>83 -[2013-09-25 20:12:18] 81 -[2013-09-25 20:12:20] >81 -[2013-09-25 20:12:28] 83 -[2013-09-25 20:12:30] >83 -[2013-09-25 20:13:30] >>83 -[2013-09-25 20:14:30] >>83 -[2013-09-25 20:15:30] >>83 -[2013-09-25 20:16:30] >>83 -[2013-09-25 20:17:30] >>83 -[2013-09-25 20:18:31] >>83 -[2013-09-25 20:18:39] 81 -[2013-09-25 20:18:40] >81 -[2013-09-25 20:18:49] 83 -[2013-09-25 20:18:51] >83 -[2013-09-25 20:19:50] >>83 -[2013-09-25 20:20:51] >>83 -[2013-09-25 20:21:51] >>83 -[2013-09-25 20:22:51] >>83 -[2013-09-25 20:23:51] >>83 -[2013-09-25 20:24:51] >>83 -[2013-09-25 20:25:00] 81 -[2013-09-25 20:25:02] >81 -[2013-09-25 20:25:10] 83 -[2013-09-25 20:25:12] >83 -[2013-09-25 20:26:11] >>83 -[2013-09-25 20:27:12] >>83 -[2013-09-25 20:28:12] >>83 -[2013-09-25 20:29:12] >>83 -[2013-09-25 20:30:12] >>83 -[2013-09-25 20:31:12] >>83 -[2013-09-25 20:31:31] 81 -[2013-09-25 20:31:33] >81 -[2013-09-25 20:31:41] 83 -[2013-09-25 20:31:43] >83 -[2013-09-25 20:32:43] >>83 -[2013-09-25 20:33:43] >>83 -[2013-09-25 20:34:36] 81 -[2013-09-25 20:34:37] >81 -[2013-09-25 20:35:37] >>81 -[2013-09-25 20:36:37] >>81 -[2013-09-25 20:37:37] >>81 -[2013-09-25 20:38:24] 91 -[2013-09-25 20:38:25] 99 -[2013-09-25 20:38:26] >99 -[2013-09-25 20:39:26] >>99 -[2013-09-25 20:40:26] >>99 -[2013-09-25 20:40:28] 89 -[2013-09-25 20:40:29] 99 -[2013-09-25 20:40:31] >99 -[2013-09-25 20:41:30] >>99 -[2013-09-25 20:42:24] 89 -[2013-09-25 20:42:26] >89 -[2013-09-25 20:42:28] 81 -[2013-09-25 20:42:29] >81 -[2013-09-25 20:42:42] 83 -[2013-09-25 20:42:44] >83 -[2013-09-25 20:43:43] >>83 -[2013-09-25 20:44:44] >>83 -[2013-09-25 20:45:44] >>83 -[2013-09-25 20:46:44] >>83 -[2013-09-25 20:47:44] >>83 -[2013-09-25 20:48:44] >>83 -[2013-09-25 20:48:45] 81 -[2013-09-25 20:48:47] >81 -[2013-09-25 20:48:55] 83 -[2013-09-25 20:48:57] >83 -[2013-09-25 20:49:57] >>83 -[2013-09-25 20:50:57] >>83 -[2013-09-25 20:51:57] >>83 -[2013-09-25 20:52:57] >>83 -[2013-09-25 20:53:57] >>83 -[2013-09-25 20:54:58] >>83 -[2013-09-25 20:55:04] 81 -[2013-09-25 20:55:05] >81 -[2013-09-25 20:55:15] 83 -[2013-09-25 20:55:17] >83 -[2013-09-25 20:56:16] >>83 -[2013-09-25 20:57:16] >>83 -[2013-09-25 20:58:17] >>83 -[2013-09-25 20:59:17] >>83 -[2013-09-25 21:00:17] >>83 -[2013-09-25 21:01:17] >>83 -[2013-09-25 21:01:24] 81 -[2013-09-25 21:01:25] >81 -[2013-09-25 21:01:35] 83 -[2013-09-25 21:01:36] >83 -[2013-09-25 21:02:36] >>83 -[2013-09-25 21:03:36] >>83 -[2013-09-25 21:04:36] >>83 -[2013-09-25 21:05:37] >>83 -[2013-09-25 21:06:37] >>83 -[2013-09-25 21:07:37] >>83 -[2013-09-25 21:07:44] 81 -[2013-09-25 21:07:46] >81 -[2013-09-25 21:07:55] 83 -[2013-09-25 21:07:56] >83 -[2013-09-25 21:08:56] >>83 -[2013-09-25 21:09:56] >>83 -[2013-09-25 21:10:56] >>83 -[2013-09-25 21:11:57] >>83 -[2013-09-25 21:12:57] >>83 -[2013-09-25 21:13:57] >>83 -[2013-09-25 21:14:17] 81 -[2013-09-25 21:14:18] >81 -[2013-09-25 21:14:27] 83 -[2013-09-25 21:14:29] >83 -[2013-09-25 21:15:28] >>83 -[2013-09-25 21:16:28] >>83 -[2013-09-25 21:17:29] >>83 -[2013-09-25 21:18:29] >>83 -[2013-09-25 21:19:29] >>83 -[2013-09-25 21:20:29] >>83 -[2013-09-25 21:20:38] 81 -[2013-09-25 21:20:40] >81 -[2013-09-25 21:20:48] 83 -[2013-09-25 21:20:50] >83 -[2013-09-25 21:21:49] >>83 -[2013-09-25 21:22:50] >>83 -[2013-09-25 21:23:50] >>83 -[2013-09-25 21:24:50] >>83 -[2013-09-25 21:25:50] >>83 -[2013-09-25 21:26:50] >>83 -[2013-09-25 21:26:57] 81 -[2013-09-25 21:26:59] >81 -[2013-09-25 21:27:07] 83 -[2013-09-25 21:27:09] >83 -[2013-09-25 21:28:09] >>83 -[2013-09-25 21:29:09] >>83 -[2013-09-25 21:30:09] >>83 -[2013-09-25 21:31:09] >>83 -[2013-09-25 21:32:10] >>83 -[2013-09-25 21:33:10] >>83 -[2013-09-25 21:33:17] 81 -[2013-09-25 21:33:18] >81 -[2013-09-25 21:33:27] 83 -[2013-09-25 21:33:29] >83 -[2013-09-25 21:34:28] >>83 -[2013-09-25 21:35:29] >>83 -[2013-09-25 21:36:29] >>83 -[2013-09-25 21:37:29] >>83 -[2013-09-25 21:38:29] >>83 -[2013-09-25 21:39:29] >>83 -[2013-09-25 21:39:36] 81 -[2013-09-25 21:39:38] >81 -[2013-09-25 21:39:47] 83 -[2013-09-25 21:39:48] >83 -[2013-09-25 21:40:48] >>83 -[2013-09-25 21:41:48] >>83 -[2013-09-25 21:42:49] >>83 -[2013-09-25 21:43:49] >>83 -[2013-09-25 21:44:49] >>83 -[2013-09-25 21:45:49] >>83 -[2013-09-25 21:45:56] 81 -[2013-09-25 21:45:57] >81 -[2013-09-25 21:46:07] 83 -[2013-09-25 21:46:08] >83 -[2013-09-25 21:47:08] >>83 -[2013-09-25 21:48:08] >>83 -[2013-09-25 21:49:08] >>83 -[2013-09-25 21:50:09] >>83 -[2013-09-25 21:51:09] >>83 -[2013-09-25 21:52:09] >>83 -[2013-09-25 21:52:29] 81 -[2013-09-25 21:52:31] >81 -[2013-09-25 21:52:39] 83 -[2013-09-25 21:52:41] >83 -[2013-09-25 21:53:41] >>83 -[2013-09-25 21:54:41] >>83 -[2013-09-25 21:55:41] >>83 -[2013-09-25 21:56:41] >>83 -[2013-09-25 21:57:41] >>83 -[2013-09-25 21:58:42] >>83 -[2013-09-25 21:58:50] 81 -[2013-09-25 21:58:51] >81 -[2013-09-25 21:59:00] 83 -[2013-09-25 21:59:02] >83 -[2013-09-25 21:59:26] 87 -[2013-09-25 21:59:26] 83 -[2013-09-25 21:59:28] >83 -[2013-09-25 22:00:28] >>83 -[2013-09-25 22:01:28] >>83 -[2013-09-25 22:02:28] >>83 -[2013-09-25 22:03:28] >>83 -[2013-09-25 22:04:29] >>83 -[2013-09-25 22:05:09] 81 -[2013-09-25 22:05:10] >81 -[2013-09-25 22:05:20] 83 -[2013-09-25 22:05:21] >83 -[2013-09-25 22:06:21] >>83 -[2013-09-25 22:07:21] >>83 -[2013-09-25 22:08:21] >>83 -[2013-09-25 22:09:22] >>83 -[2013-09-25 22:10:22] >>83 -[2013-09-25 22:11:22] >>83 -[2013-09-25 22:11:29] 81 -[2013-09-25 22:11:39] >81 -[2013-09-25 22:11:39] 83 -[2013-09-25 22:11:41] >83 -[2013-09-25 22:12:41] >>83 -[2013-09-25 22:13:41] >>83 -[2013-09-25 22:14:41] >>83 -[2013-09-25 22:15:41] >>83 -[2013-09-25 22:16:41] >>83 -[2013-09-25 22:17:42] >>83 -[2013-09-25 22:17:48] 81 -[2013-09-25 22:17:50] >81 -[2013-09-25 22:17:59] 83 -[2013-09-25 22:18:00] >83 -[2013-09-25 22:19:00] >>83 -[2013-09-25 22:20:00] >>83 -[2013-09-25 22:21:00] >>83 -[2013-09-25 22:22:00] >>83 -[2013-09-25 22:23:01] >>83 -[2013-09-25 22:24:01] >>83 -[2013-09-25 22:24:08] 81 -[2013-09-25 22:24:10] >81 -[2013-09-25 22:24:19] 83 -[2013-09-25 22:24:20] >83 -[2013-09-25 22:25:20] >>83 -[2013-09-25 22:26:20] >>83 -[2013-09-25 22:27:20] >>83 -[2013-09-25 22:28:21] >>83 -[2013-09-25 22:29:21] >>83 -[2013-09-25 22:30:21] >>83 -[2013-09-25 22:30:41] 81 -[2013-09-25 22:30:42] >81 -[2013-09-25 22:30:51] 83 -[2013-09-25 22:30:53] >83 -[2013-09-25 22:31:52] >>83 -[2013-09-25 22:32:52] >>83 -[2013-09-25 22:33:53] >>83 -[2013-09-25 22:34:53] >>83 -[2013-09-25 22:35:53] >>83 -[2013-09-25 22:36:53] >>83 -[2013-09-25 22:37:02] 81 -[2013-09-25 22:37:03] >81 -[2013-09-25 22:37:12] 83 -[2013-09-25 22:37:14] >83 -[2013-09-25 22:38:13] >>83 -[2013-09-25 22:39:14] >>83 -[2013-09-25 22:40:14] >>83 -[2013-09-25 22:41:14] >>83 -[2013-09-25 22:42:14] >>83 -[2013-09-25 22:43:14] >>83 -[2013-09-25 22:43:21] 81 -[2013-09-25 22:43:22] >81 -[2013-09-25 22:43:32] 83 -[2013-09-25 22:43:33] >83 -[2013-09-25 22:44:33] >>83 -[2013-09-25 22:45:33] >>83 -[2013-09-25 22:46:33] >>83 -[2013-09-25 22:47:34] >>83 -[2013-09-25 22:48:34] >>83 -[2013-09-25 22:49:34] >>83 -[2013-09-25 22:49:41] 81 -[2013-09-25 22:49:42] >81 -[2013-09-25 22:49:51] 83 -[2013-09-25 22:49:53] >83 -[2013-09-25 22:50:52] >>83 -[2013-09-25 22:51:52] >>83 -[2013-09-25 22:52:53] >>83 -[2013-09-25 22:53:53] >>83 -[2013-09-25 22:54:53] >>83 -[2013-09-25 22:55:53] >>83 -[2013-09-25 22:56:01] 81 -[2013-09-25 22:56:03] >81 -[2013-09-25 22:56:11] 83 -[2013-09-25 22:56:12] >83 -[2013-09-25 22:57:12] >>83 -[2013-09-25 22:58:12] >>83 -[2013-09-25 22:59:12] >>83 -[2013-09-25 23:00:13] >>83 -[2013-09-25 23:01:13] >>83 -[2013-09-25 23:02:13] >>83 -[2013-09-25 23:02:21] 81 -[2013-09-25 23:02:22] >81 -[2013-09-25 23:02:31] 83 -[2013-09-25 23:02:32] >83 -[2013-09-25 23:03:32] >>83 -[2013-09-25 23:04:32] >>83 -[2013-09-25 23:05:33] >>83 -[2013-09-25 23:06:33] >>83 -[2013-09-25 23:07:33] >>83 -[2013-09-25 23:08:33] >>83 -[2013-09-25 23:08:53] 81 -[2013-09-25 23:08:54] >81 -[2013-09-25 23:09:03] 83 -[2013-09-25 23:09:05] >83 -[2013-09-25 23:10:04] >>83 -[2013-09-25 23:11:05] >>83 -[2013-09-25 23:12:05] >>83 -[2013-09-25 23:13:05] >>83 -[2013-09-25 23:14:05] >>83 -[2013-09-25 23:15:05] >>83 -[2013-09-25 23:15:13] 81 -[2013-09-25 23:15:15] >81 -[2013-09-25 23:15:24] 83 -[2013-09-25 23:15:26] >83 -[2013-09-25 23:15:50] 87 -[2013-09-25 23:15:51] 83 -[2013-09-25 23:15:52] >83 -[2013-09-25 23:16:52] >>83 -[2013-09-25 23:17:52] >>83 -[2013-09-25 23:18:52] >>83 -[2013-09-25 23:19:53] >>83 -[2013-09-25 23:19:53] 89 -[2013-09-25 23:19:55] >89 -[2013-09-25 23:20:55] >>89 -[2013-09-25 23:21:55] >>89 -[2013-09-25 23:22:55] >>89 -[2013-09-25 23:23:35] 99 -[2013-09-25 23:23:37] >99 -[2013-09-25 23:17:31] Avvio ProgrammaReadPar IOB-pi v.1.1 -[2013-09-25 23:17:31] Start ReadPar IOB-pi v.1.1 -[2013-09-25 23:17:32] 1 -[2013-09-25 23:17:33] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-25 23:17:34] >1 -[2013-09-25 23:25:41] 99 -[2013-09-25 23:25:43] >99 -[2013-09-25 23:26:14] 89 -[2013-09-25 23:26:15] >89 -[2013-09-25 23:26:17] 81 -[2013-09-25 23:26:19] >81 -[2013-09-25 23:26:23] 83 -[2013-09-25 23:26:24] >83 -[2013-09-25 23:27:24] >>83 -[2013-09-25 23:28:24] >>83 -[2013-09-25 23:29:24] >>83 -[2013-09-25 23:30:24] >>83 -[2013-09-25 23:31:25] >>83 -[2013-09-25 23:32:25] >>83 -[2013-09-25 23:32:25] 81 -[2013-09-25 23:32:27] >81 -[2013-09-25 23:32:36] 83 -[2013-09-25 23:32:38] >83 -[2013-09-25 23:33:38] >>83 -[2013-09-25 23:34:38] >>83 -[2013-09-25 23:35:38] >>83 -[2013-09-25 23:36:38] >>83 -[2013-09-25 23:37:38] >>83 -[2013-09-25 23:38:39] >>83 -[2013-09-25 23:38:45] 81 -[2013-09-25 23:38:47] >81 -[2013-09-25 23:38:56] 83 -[2013-09-25 23:38:57] >83 -[2013-09-25 23:39:57] >>83 -[2013-09-25 23:40:57] >>83 -[2013-09-25 23:41:57] >>83 -[2013-09-25 23:42:57] >>83 -[2013-09-25 23:43:58] >>83 -[2013-09-25 23:44:58] >>83 -[2013-09-25 23:45:04] 81 -[2013-09-25 23:45:06] >81 -[2013-09-25 23:45:15] 83 -[2013-09-25 23:45:17] >83 -[2013-09-25 23:46:17] >>83 -[2013-09-25 23:47:17] >>83 -[2013-09-25 23:48:17] >>83 -[2013-09-25 23:49:17] >>83 -[2013-09-25 23:50:17] >>83 -[2013-09-25 23:51:18] >>83 -[2013-09-25 23:51:37] 81 -[2013-09-25 23:51:38] >81 -[2013-09-25 23:51:47] 83 -[2013-09-25 23:51:49] >83 -[2013-09-25 23:52:49] >>83 -[2013-09-25 23:53:49] >>83 -[2013-09-25 23:54:49] >>83 -[2013-09-25 23:55:49] >>83 -[2013-09-25 23:56:50] >>83 -[2013-09-25 23:57:50] >>83 -[2013-09-25 23:57:57] 81 -[2013-09-25 23:57:59] >81 -[2013-09-25 23:58:08] 83 -[2013-09-25 23:58:09] >83 -[2013-09-25 23:59:09] >>83 -[2013-09-26 00:00:09] >>83 -[2013-09-26 00:01:09] >>83 -[2013-09-26 00:02:10] >>83 -[2013-09-26 00:03:10] >>83 -[2013-09-26 00:04:10] >>83 -[2013-09-26 00:04:19] 81 -[2013-09-26 00:04:20] >81 -[2013-09-26 00:04:29] 83 -[2013-09-26 00:04:30] >83 -[2013-09-26 00:05:30] >>83 -[2013-09-26 00:06:30] >>83 -[2013-09-26 00:07:31] >>83 -[2013-09-26 00:08:31] >>83 -[2013-09-26 00:09:31] >>83 -[2013-09-26 00:10:31] >>83 -[2013-09-26 00:10:37] 81 -[2013-09-26 00:10:39] >81 -[2013-09-26 00:10:48] 83 -[2013-09-26 00:10:50] >83 -[2013-09-26 00:11:49] >>83 -[2013-09-26 00:12:49] >>83 -[2013-09-26 00:13:50] >>83 -[2013-09-26 00:14:50] >>83 -[2013-09-26 00:15:50] >>83 -[2013-09-26 00:16:50] >>83 -[2013-09-26 00:16:57] 81 -[2013-09-26 00:16:59] >81 -[2013-09-26 00:17:08] 83 -[2013-09-26 00:17:09] >83 -[2013-09-26 00:18:09] >>83 -[2013-09-26 00:19:09] >>83 -[2013-09-26 00:20:09] >>83 -[2013-09-26 00:21:10] >>83 -[2013-09-26 00:22:10] >>83 -[2013-09-26 00:23:10] >>83 -[2013-09-26 00:23:17] 81 -[2013-09-26 00:23:18] >81 -[2013-09-26 00:23:27] 83 -[2013-09-26 00:23:29] >83 -[2013-09-26 00:24:29] >>83 -[2013-09-26 00:25:29] >>83 -[2013-09-26 00:26:29] >>83 -[2013-09-26 00:27:29] >>83 -[2013-09-26 00:28:29] >>83 -[2013-09-26 00:29:30] >>83 -[2013-09-26 00:29:49] 81 -[2013-09-26 00:29:51] >81 -[2013-09-26 00:29:59] 83 -[2013-09-26 00:30:01] >83 -[2013-09-26 00:31:01] >>83 -[2013-09-26 00:32:01] >>83 -[2013-09-26 00:33:01] >>83 -[2013-09-26 00:34:01] >>83 -[2013-09-26 00:35:02] >>83 -[2013-09-26 00:35:39] 81 -[2013-09-26 00:35:41] >81 -[2013-09-26 00:36:41] >>81 -[2013-09-26 00:36:43] 83 -[2013-09-26 00:36:44] >83 -[2013-09-26 00:37:44] >>83 -[2013-09-26 00:38:44] >>83 -[2013-09-26 00:39:44] >>83 -[2013-09-26 00:40:45] >>83 -[2013-09-26 00:41:45] >>83 -[2013-09-26 00:42:43] 81 -[2013-09-26 00:42:45] >81 -[2013-09-26 00:42:53] 83 -[2013-09-26 00:42:55] >83 -[2013-09-26 00:43:55] >>83 -[2013-09-26 00:44:55] >>83 -[2013-09-26 00:45:55] >>83 -[2013-09-26 00:46:55] >>83 -[2013-09-26 00:47:55] >>83 -[2013-09-26 00:48:56] >>83 -[2013-09-26 00:49:02] 81 -[2013-09-26 00:49:04] >81 -[2013-09-26 00:49:13] 83 -[2013-09-26 00:49:15] >83 -[2013-09-26 00:49:39] 87 -[2013-09-26 00:49:40] 83 -[2013-09-26 00:49:41] >83 -[2013-09-26 00:50:41] >>83 -[2013-09-26 00:51:41] >>83 -[2013-09-26 00:52:42] >>83 -[2013-09-26 00:53:42] >>83 -[2013-09-26 00:54:42] >>83 -[2013-09-26 00:55:22] 81 -[2013-09-26 00:55:24] >81 -[2013-09-26 00:55:33] 83 -[2013-09-26 00:55:35] >83 -[2013-09-26 00:56:34] >>83 -[2013-09-26 00:57:34] >>83 -[2013-09-26 00:58:35] >>83 -[2013-09-26 00:59:35] >>83 -[2013-09-26 01:00:35] >>83 -[2013-09-26 01:01:35] >>83 -[2013-09-26 01:01:42] 81 -[2013-09-26 01:01:44] >81 -[2013-09-26 01:01:53] 83 -[2013-09-26 01:01:55] >83 -[2013-09-26 01:02:54] >>83 -[2013-09-26 01:03:55] >>83 -[2013-09-26 01:04:55] >>83 -[2013-09-26 01:05:55] >>83 -[2013-09-26 01:06:55] >>83 -[2013-09-26 01:07:55] >>83 -[2013-09-26 01:08:15] 81 -[2013-09-26 01:08:17] >81 -[2013-09-26 01:08:25] 83 -[2013-09-26 01:08:27] >83 -[2013-09-26 01:09:27] >>83 -[2013-09-26 01:10:27] >>83 -[2013-09-26 01:11:27] >>83 -[2013-09-26 01:12:27] >>83 -[2013-09-26 01:13:27] >>83 -[2013-09-26 01:14:28] >>83 -[2013-09-26 01:14:36] 81 -[2013-09-26 01:14:38] >81 -[2013-09-26 01:14:47] 83 -[2013-09-26 01:14:48] >83 -[2013-09-26 01:15:48] >>83 -[2013-09-26 01:16:48] >>83 -[2013-09-26 01:17:48] >>83 -[2013-09-26 01:18:48] >>83 -[2013-09-26 01:19:49] >>83 -[2013-09-26 01:20:49] >>83 -[2013-09-26 01:20:55] 81 -[2013-09-26 01:20:57] >81 -[2013-09-26 01:21:06] 83 -[2013-09-26 01:21:07] >83 -[2013-09-26 01:22:07] >>83 -[2013-09-26 01:23:07] >>83 -[2013-09-26 01:24:07] >>83 -[2013-09-26 01:25:08] >>83 -[2013-09-26 01:26:08] >>83 -[2013-09-26 01:27:08] >>83 -[2013-09-26 01:27:15] 81 -[2013-09-26 01:27:17] >81 -[2013-09-26 01:27:25] 83 -[2013-09-26 01:27:27] >83 -[2013-09-26 01:28:27] >>83 -[2013-09-26 01:29:27] >>83 -[2013-09-26 01:30:27] >>83 -[2013-09-26 01:31:27] >>83 -[2013-09-26 01:32:27] >>83 -[2013-09-26 01:33:28] >>83 -[2013-09-26 01:33:34] 81 -[2013-09-26 01:33:36] >81 -[2013-09-26 01:33:45] 83 -[2013-09-26 01:33:47] >83 -[2013-09-26 01:34:46] >>83 -[2013-09-26 01:35:47] >>83 -[2013-09-26 01:36:47] >>83 -[2013-09-26 01:37:47] >>83 -[2013-09-26 01:38:47] >>83 -[2013-09-26 01:39:47] >>83 -[2013-09-26 01:39:54] 81 -[2013-09-26 01:39:56] >81 -[2013-09-26 01:40:05] 83 -[2013-09-26 01:40:07] >83 -[2013-09-26 01:41:07] >>83 -[2013-09-26 01:42:07] >>83 -[2013-09-26 01:43:07] >>83 -[2013-09-26 01:44:07] >>83 -[2013-09-26 01:45:07] >>83 -[2013-09-26 01:46:08] >>83 -[2013-09-26 01:46:27] 81 -[2013-09-26 01:46:29] >81 -[2013-09-26 01:46:37] 83 -[2013-09-26 01:46:39] >83 -[2013-09-26 01:47:39] >>83 -[2013-09-26 01:48:39] >>83 -[2013-09-26 01:49:39] >>83 -[2013-09-26 01:50:39] >>83 -[2013-09-26 01:51:40] >>83 -[2013-09-26 01:52:40] >>83 -[2013-09-26 01:52:48] 81 -[2013-09-26 01:52:50] >81 -[2013-09-26 01:52:59] 83 -[2013-09-26 01:53:00] >83 -[2013-09-26 01:54:00] >>83 -[2013-09-26 01:55:00] >>83 -[2013-09-26 01:56:01] >>83 -[2013-09-26 01:57:01] >>83 -[2013-09-26 01:58:01] >>83 -[2013-09-26 01:59:01] >>83 -[2013-09-26 01:59:07] 81 -[2013-09-26 01:59:09] >81 -[2013-09-26 01:59:18] 83 -[2013-09-26 01:59:20] >83 -[2013-09-26 02:00:20] >>83 -[2013-09-26 02:01:20] >>83 -[2013-09-26 02:02:20] >>83 -[2013-09-26 02:03:20] >>83 -[2013-09-26 02:04:20] >>83 -[2013-09-26 02:05:21] >>83 -[2013-09-26 02:05:27] 81 -[2013-09-26 02:05:29] >81 -[2013-09-26 02:05:37] 83 -[2013-09-26 02:05:39] >83 -[2013-09-26 02:06:39] >>83 -[2013-09-26 02:07:39] >>83 -[2013-09-26 02:08:39] >>83 -[2013-09-26 02:09:39] >>83 -[2013-09-26 02:10:40] >>83 -[2013-09-26 02:11:40] >>83 -[2013-09-26 02:11:46] 81 -[2013-09-26 02:11:48] >81 -[2013-09-26 02:11:57] 83 -[2013-09-26 02:11:59] >83 -[2013-09-26 02:12:58] >>83 -[2013-09-26 02:13:59] >>83 -[2013-09-26 02:14:59] >>83 -[2013-09-26 02:15:59] >>83 -[2013-09-26 02:16:03] 81 -[2013-09-26 02:16:05] >81 -[2013-09-26 02:17:05] >>81 -[2013-09-26 02:18:05] >>81 -[2013-09-26 02:18:39] 83 -[2013-09-26 02:18:40] >83 -[2013-09-26 02:18:43] 81 -[2013-09-26 02:18:44] >81 -[2013-09-26 02:18:48] 83 -[2013-09-26 02:18:49] >83 -[2013-09-26 02:19:05] 87 -[2013-09-26 02:19:06] 83 -[2013-09-26 02:19:07] >83 -[2013-09-26 02:20:07] >>83 -[2013-09-26 02:21:07] >>83 -[2013-09-26 02:22:08] >>83 -[2013-09-26 02:23:08] >>83 -[2013-09-26 02:24:08] >>83 -[2013-09-26 02:24:48] 81 -[2013-09-26 02:24:50] >81 -[2013-09-26 02:24:59] 83 -[2013-09-26 02:25:00] >83 -[2013-09-26 02:26:00] >>83 -[2013-09-26 02:27:00] >>83 -[2013-09-26 02:28:01] >>83 -[2013-09-26 02:28:41] 89 -[2013-09-26 02:28:43] >89 -[2013-09-26 02:29:43] >>89 -[2013-09-26 02:30:43] >>89 -[2013-09-26 02:31:41] 99 -[2013-09-26 02:31:43] >99 -[2013-09-26 02:17:33] Avvio ProgrammaReadPar IOB-pi v.1.1 -[2013-09-26 02:17:33] Start ReadPar IOB-pi v.1.1 -[2013-09-26 02:17:34] 1 -[2013-09-26 02:17:35] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-26 02:17:36] >1 -[2013-09-26 02:34:09] 99 -[2013-09-26 02:34:11] >99 -[2013-09-26 02:34:38] 89 -[2013-09-26 02:34:40] >89 -[2013-09-26 02:34:41] 81 -[2013-09-26 02:34:43] >81 -[2013-09-26 02:34:47] 83 -[2013-09-26 02:34:48] >83 -[2013-09-26 02:35:48] >>83 -[2013-09-26 02:36:48] >>83 -[2013-09-26 02:37:48] >>83 -[2013-09-26 02:38:49] >>83 -[2013-09-26 02:39:49] >>83 -[2013-09-26 02:40:49] >>83 -[2013-09-26 02:40:51] 81 -[2013-09-26 02:40:52] >81 -[2013-09-26 02:41:01] 83 -[2013-09-26 02:41:03] >83 -[2013-09-26 02:42:02] >>83 -[2013-09-26 02:43:02] >>83 -[2013-09-26 02:44:03] >>83 -[2013-09-26 02:45:03] >>83 -[2013-09-26 02:46:03] >>83 -[2013-09-26 02:47:03] >>83 -[2013-09-26 02:47:10] 81 -[2013-09-26 02:47:11] >81 -[2013-09-26 02:47:20] 83 -[2013-09-26 02:47:22] >83 -[2013-09-26 02:48:21] >>83 -[2013-09-26 02:49:22] >>83 -[2013-09-26 02:50:22] >>83 -[2013-09-26 02:51:22] >>83 -[2013-09-26 02:52:22] >>83 -[2013-09-26 02:53:22] >>83 -[2013-09-26 02:53:30] 81 -[2013-09-26 02:53:31] >81 -[2013-09-26 02:53:40] 83 -[2013-09-26 02:53:41] >83 -[2013-09-26 02:54:06] 87 -[2013-09-26 02:54:07] 83 -[2013-09-26 02:54:08] >83 -[2013-09-26 02:55:08] >>83 -[2013-09-26 02:56:08] >>83 -[2013-09-26 02:57:09] >>83 -[2013-09-26 02:58:09] >>83 -[2013-09-26 02:59:09] >>83 -[2013-09-26 02:59:50] 81 -[2013-09-26 02:59:51] >81 -[2013-09-26 03:00:00] 83 -[2013-09-26 03:00:02] >83 -[2013-09-26 03:01:01] >>83 -[2013-09-26 03:02:01] >>83 -[2013-09-26 03:03:02] >>83 -[2013-09-26 03:04:02] >>83 -[2013-09-26 03:05:02] >>83 -[2013-09-26 03:06:02] >>83 -[2013-09-26 03:06:21] 81 -[2013-09-26 03:06:23] >81 -[2013-09-26 03:06:32] 83 -[2013-09-26 03:06:34] >83 -[2013-09-26 03:07:33] >>83 -[2013-09-26 03:08:34] >>83 -[2013-09-26 03:09:34] >>83 -[2013-09-26 03:10:34] >>83 -[2013-09-26 03:11:34] >>83 -[2013-09-26 03:12:35] >>83 -[2013-09-26 03:12:43] 81 -[2013-09-26 03:12:44] >81 -[2013-09-26 03:12:53] 83 -[2013-09-26 03:12:55] >83 -[2013-09-26 03:13:19] 87 -[2013-09-26 03:13:20] 83 -[2013-09-26 03:13:21] >83 -[2013-09-26 03:14:21] >>83 -[2013-09-26 03:15:21] >>83 -[2013-09-26 03:16:21] >>83 -[2013-09-26 03:17:22] >>83 -[2013-09-26 03:18:22] >>83 -[2013-09-26 03:19:03] 81 -[2013-09-26 03:19:04] >81 -[2013-09-26 03:19:13] 83 -[2013-09-26 03:19:15] >83 -[2013-09-26 03:20:14] >>83 -[2013-09-26 03:21:15] >>83 -[2013-09-26 03:22:15] >>83 -[2013-09-26 03:23:15] >>83 -[2013-09-26 03:24:15] >>83 -[2013-09-26 03:25:15] >>83 -[2013-09-26 03:25:21] 81 -[2013-09-26 03:25:23] >81 -[2013-09-26 03:25:32] 83 -[2013-09-26 03:25:34] >83 -[2013-09-26 03:26:33] >>83 -[2013-09-26 03:27:34] >>83 -[2013-09-26 03:28:34] >>83 -[2013-09-26 03:29:34] >>83 -[2013-09-26 03:30:34] >>83 -[2013-09-26 03:31:35] >>83 -[2013-09-26 03:31:35] 81 -[2013-09-26 03:31:37] >81 -[2013-09-26 03:32:11] 99 -[2013-09-26 03:32:13] >99 -[2013-09-26 03:32:49] 89 -[2013-09-26 03:32:50] >89 -[2013-09-26 03:32:54] 81 -[2013-09-26 03:32:56] >81 -[2013-09-26 03:32:57] 83 -[2013-09-26 03:32:59] >83 -[2013-09-26 03:33:59] >>83 -[2013-09-26 03:34:59] >>83 -[2013-09-26 03:35:59] >>83 -[2013-09-26 03:36:59] >>83 -[2013-09-26 03:37:59] >>83 -[2013-09-26 03:38:59] 81 -[2013-09-26 03:39:01] >81 -[2013-09-26 03:39:10] 83 -[2013-09-26 03:39:12] >83 -[2013-09-26 03:40:12] >>83 -[2013-09-26 03:41:12] >>83 -[2013-09-26 03:42:12] >>83 -[2013-09-26 03:43:12] >>83 -[2013-09-26 03:44:12] >>83 -[2013-09-26 03:45:13] >>83 -[2013-09-26 03:45:32] 81 -[2013-09-26 03:45:33] >81 -[2013-09-26 03:45:42] 83 -[2013-09-26 03:45:44] >83 -[2013-09-26 03:46:43] >>83 -[2013-09-26 03:47:43] >>83 -[2013-09-26 03:48:44] >>83 -[2013-09-26 03:49:44] >>83 -[2013-09-26 03:50:44] >>83 -[2013-09-26 03:51:44] >>83 -[2013-09-26 03:51:50] 81 -[2013-09-26 03:51:52] >81 -[2013-09-26 03:52:02] 83 -[2013-09-26 03:52:03] >83 -[2013-09-26 03:53:03] >>83 -[2013-09-26 03:54:03] >>83 -[2013-09-26 03:55:03] >>83 -[2013-09-26 03:56:04] >>83 -[2013-09-26 03:57:04] >>83 -[2013-09-26 03:58:04] >>83 -[2013-09-26 03:58:11] 81 -[2013-09-26 03:58:12] >81 -[2013-09-26 03:58:21] 83 -[2013-09-26 03:58:23] >83 -[2013-09-26 03:59:24] >>83 -[2013-09-26 04:00:24] >>83 -[2013-09-26 04:01:01] 81 -[2013-09-26 04:01:02] >81 -[2013-09-26 04:02:02] >>81 -[2013-09-26 04:03:02] >>81 -[2013-09-26 04:04:03] >>81 -[2013-09-26 04:04:59] 91 -[2013-09-26 04:05:00] 99 -[2013-09-26 04:05:01] >99 -[2013-09-26 04:06:01] >>99 -[2013-09-26 04:06:49] 89 -[2013-09-26 04:06:51] >89 -[2013-09-26 04:06:54] 81 -[2013-09-26 04:06:56] >81 -[2013-09-26 04:06:57] 83 -[2013-09-26 04:06:59] >83 -[2013-09-26 04:07:58] >>83 -[2013-09-26 04:08:58] >>83 -[2013-09-26 04:09:59] >>83 -[2013-09-26 04:10:59] >>83 -[2013-09-26 04:11:59] >>83 -[2013-09-26 04:12:59] 81 -[2013-09-26 04:13:01] >81 -[2013-09-26 04:14:01] >>81 -[2013-09-26 04:14:01] 99 -[2013-09-26 04:14:03] >99 -[2013-09-26 04:15:03] >>99 -[2013-09-26 04:16:03] >>99 -[2013-09-26 04:17:03] >>99 -[2013-09-26 04:18:03] >>99 -[2013-09-26 04:19:03] >>99 -[2013-09-26 04:20:04] >>99 -[2013-09-26 04:21:04] >>99 -[2013-09-26 04:22:04] >>99 -[2013-09-26 04:23:04] >>99 -[2013-09-26 04:24:04] >>99 -[2013-09-26 04:25:04] >>99 -[2013-09-26 04:25:40] 89 -[2013-09-26 04:25:41] >89 -[2013-09-26 04:25:43] 81 -[2013-09-26 04:25:45] >81 -[2013-09-26 04:25:47] 83 -[2013-09-26 04:25:48] >83 -[2013-09-26 04:26:48] >>83 -[2013-09-26 04:27:48] >>83 -[2013-09-26 04:28:48] >>83 -[2013-09-26 04:29:49] >>83 -[2013-09-26 04:30:49] >>83 -[2013-09-26 04:31:49] 81 -[2013-09-26 04:31:50] >81 -[2013-09-26 04:31:59] 83 -[2013-09-26 04:32:00] >83 -[2013-09-26 04:33:02] >>83 -[2013-09-26 04:34:02] >>83 -[2013-09-26 04:35:03] >>83 -[2013-09-26 04:36:03] >>83 -[2013-09-26 04:37:03] >>83 -[2013-09-26 04:38:03] >>83 -[2013-09-26 04:38:19] 81 -[2013-09-26 04:38:21] >81 -[2013-09-26 04:38:30] 83 -[2013-09-26 04:38:32] >83 -[2013-09-26 04:39:31] >>83 -[2013-09-26 04:40:32] >>83 -[2013-09-26 04:41:32] >>83 -[2013-09-26 04:42:32] >>83 -[2013-09-26 04:43:32] >>83 -[2013-09-26 04:44:33] >>83 -[2013-09-26 04:44:40] 81 -[2013-09-26 04:44:41] >81 -[2013-09-26 04:44:50] 83 -[2013-09-26 04:44:51] >83 -[2013-09-26 04:45:51] >>83 -[2013-09-26 04:46:51] >>83 -[2013-09-26 04:47:52] >>83 -[2013-09-26 04:48:52] >>83 -[2013-09-26 04:49:52] >>83 -[2013-09-26 04:50:52] >>83 -[2013-09-26 04:50:59] 81 -[2013-09-26 04:51:01] >81 -[2013-09-26 04:51:10] 83 -[2013-09-26 04:51:12] >83 -[2013-09-26 04:52:11] >>83 -[2013-09-26 04:53:12] >>83 -[2013-09-26 04:54:12] >>83 -[2013-09-26 04:55:12] >>83 -[2013-09-26 04:56:12] >>83 -[2013-09-26 04:57:12] >>83 -[2013-09-26 04:57:20] 81 -[2013-09-26 04:57:22] >81 -[2013-09-26 04:57:31] 83 -[2013-09-26 04:57:32] >83 -[2013-09-26 04:58:32] >>83 -[2013-09-26 04:59:32] >>83 -[2013-09-26 05:00:32] >>83 -[2013-09-26 05:01:33] >>83 -[2013-09-26 05:02:33] >>83 -[2013-09-26 05:03:33] >>83 -[2013-09-26 05:03:42] 81 -[2013-09-26 05:03:43] >81 -[2013-09-26 05:03:51] 83 -[2013-09-26 05:03:53] >83 -[2013-09-26 05:04:53] >>83 -[2013-09-26 05:05:53] >>83 -[2013-09-26 05:06:53] >>83 -[2013-09-26 05:07:53] >>83 -[2013-09-26 05:08:53] >>83 -[2013-09-26 05:09:54] >>83 -[2013-09-26 05:10:18] 81 -[2013-09-26 05:10:20] >81 -[2013-09-26 05:10:29] 83 -[2013-09-26 05:10:31] >83 -[2013-09-26 05:11:30] >>83 -[2013-09-26 05:12:31] >>83 -[2013-09-26 05:13:31] >>83 -[2013-09-26 05:14:31] >>83 -[2013-09-26 05:15:31] >>83 -[2013-09-26 05:16:31] >>83 -[2013-09-26 05:16:51] 81 -[2013-09-26 05:16:52] >81 -[2013-09-26 05:17:00] 83 -[2013-09-26 05:17:02] >83 -[2013-09-26 05:18:02] >>83 -[2013-09-26 05:19:02] >>83 -[2013-09-26 05:20:03] >>83 -[2013-09-26 05:21:03] >>83 -[2013-09-26 05:22:03] >>83 -[2013-09-26 05:23:03] >>83 -[2013-09-26 05:23:09] 81 -[2013-09-26 05:23:11] >81 -[2013-09-26 05:23:20] 83 -[2013-09-26 05:23:22] >83 -[2013-09-26 05:24:21] >>83 -[2013-09-26 05:25:22] >>83 -[2013-09-26 05:26:22] >>83 -[2013-09-26 05:27:22] >>83 -[2013-09-26 05:28:22] >>83 -[2013-09-26 05:29:22] >>83 -[2013-09-26 05:29:30] 81 -[2013-09-26 05:29:31] >81 -[2013-09-26 05:29:40] 83 -[2013-09-26 05:29:42] >83 -[2013-09-26 05:30:42] >>83 -[2013-09-26 05:31:42] >>83 -[2013-09-26 05:32:42] >>83 -[2013-09-26 05:33:42] >>83 -[2013-09-26 05:34:42] >>83 -[2013-09-26 05:35:43] >>83 -[2013-09-26 05:35:50] 81 -[2013-09-26 05:35:52] >81 -[2013-09-26 05:36:01] 83 -[2013-09-26 05:36:03] >83 -[2013-09-26 05:37:02] >>83 -[2013-09-26 05:38:02] >>83 -[2013-09-26 05:39:03] >>83 -[2013-09-26 05:40:03] >>83 -[2013-09-26 05:40:39] 81 -[2013-09-26 05:40:41] >81 -[2013-09-26 05:40:55] 83 -[2013-09-26 05:40:57] >83 -[2013-09-26 05:41:57] >>83 -[2013-09-26 05:42:57] >>83 -[2013-09-26 05:43:57] >>83 -[2013-09-26 05:44:57] >>83 -[2013-09-26 05:45:57] >>83 -[2013-09-26 05:46:58] >>83 -[2013-09-26 05:47:58] >>83 -[2013-09-26 05:48:31] 81 -[2013-09-26 05:48:32] >81 -[2013-09-26 05:48:41] 83 -[2013-09-26 05:48:43] >83 -[2013-09-26 05:49:43] >>83 -[2013-09-26 05:50:43] >>83 -[2013-09-26 05:51:43] >>83 -[2013-09-26 05:52:43] >>83 -[2013-09-26 05:53:43] >>83 -[2013-09-26 05:54:44] >>83 -[2013-09-26 05:55:02] 81 -[2013-09-26 05:55:04] >81 -[2013-09-26 05:55:12] 83 -[2013-09-26 05:55:14] >83 -[2013-09-26 05:56:14] >>83 -[2013-09-26 05:57:14] >>83 -[2013-09-26 05:58:14] >>83 -[2013-09-26 05:59:14] >>83 -[2013-09-26 06:00:15] >>83 -[2013-09-26 06:01:15] >>83 -[2013-09-26 06:01:21] 81 -[2013-09-26 06:01:23] >81 -[2013-09-26 06:01:32] 83 -[2013-09-26 06:01:34] >83 -[2013-09-26 06:02:34] >>83 -[2013-09-26 06:03:34] >>83 -[2013-09-26 06:04:34] >>83 -[2013-09-26 06:05:34] >>83 -[2013-09-26 06:06:40] >>83 -[2013-09-26 06:07:40] >>83 -[2013-09-26 06:07:41] 81 -[2013-09-26 06:07:43] >81 -[2013-09-26 06:07:52] 83 -[2013-09-26 06:07:54] >83 -[2013-09-26 06:08:19] 87 -[2013-09-26 06:08:20] 83 -[2013-09-26 06:08:21] >83 -[2013-09-26 06:09:21] >>83 -[2013-09-26 06:10:21] >>83 -[2013-09-26 06:11:21] >>83 -[2013-09-26 06:12:22] >>83 -[2013-09-26 06:13:22] >>83 -[2013-09-26 06:14:02] 81 -[2013-09-26 06:14:04] >81 -[2013-09-26 06:14:13] 83 -[2013-09-26 06:14:14] >83 -[2013-09-26 06:14:40] 87 -[2013-09-26 06:14:40] 83 -[2013-09-26 06:14:42] >83 -[2013-09-26 06:15:42] >>83 -[2013-09-26 06:16:42] >>83 -[2013-09-26 06:17:42] >>83 -[2013-09-26 06:18:43] >>83 -[2013-09-26 06:19:43] >>83 -[2013-09-26 06:20:23] 81 -[2013-09-26 06:20:25] >81 -[2013-09-26 06:20:34] 83 -[2013-09-26 06:20:35] >83 -[2013-09-26 06:21:35] >>83 -[2013-09-26 06:22:35] >>83 -[2013-09-26 06:23:35] >>83 -[2013-09-26 06:24:36] >>83 -[2013-09-26 06:25:36] >>83 -[2013-09-26 06:26:36] >>83 -[2013-09-26 06:26:42] 81 -[2013-09-26 06:26:45] >81 -[2013-09-26 06:26:53] 83 -[2013-09-26 06:26:55] >83 -[2013-09-26 06:27:54] >>83 -[2013-09-26 06:28:55] >>83 -[2013-09-26 06:29:55] >>83 -[2013-09-26 06:30:55] >>83 -[2013-09-26 06:31:55] >>83 -[2013-09-26 06:32:55] >>83 -[2013-09-26 06:33:14] 81 -[2013-09-26 06:33:16] >81 -[2013-09-26 06:33:25] 83 -[2013-09-26 06:33:26] >83 -[2013-09-26 06:34:26] >>83 -[2013-09-26 06:35:26] >>83 -[2013-09-26 06:36:26] >>83 -[2013-09-26 06:37:27] >>83 -[2013-09-26 06:38:27] >>83 -[2013-09-26 06:39:27] >>83 -[2013-09-26 06:39:34] 81 -[2013-09-26 06:39:36] >81 -[2013-09-26 06:39:44] 83 -[2013-09-26 06:39:46] >83 -[2013-09-26 06:40:46] >>83 -[2013-09-26 06:41:46] >>83 -[2013-09-26 06:42:46] >>83 -[2013-09-26 06:43:46] >>83 -[2013-09-26 06:44:47] >>83 -[2013-09-26 06:45:47] >>83 -[2013-09-26 06:45:54] 81 -[2013-09-26 06:45:56] >81 -[2013-09-26 06:46:05] 83 -[2013-09-26 06:46:06] >83 -[2013-09-26 06:47:06] >>83 -[2013-09-26 06:48:06] >>83 -[2013-09-26 06:49:06] >>83 -[2013-09-26 06:50:06] >>83 -[2013-09-26 06:51:07] >>83 -[2013-09-26 06:52:07] >>83 -[2013-09-26 06:52:14] 81 -[2013-09-26 06:52:16] >81 -[2013-09-26 06:52:25] 83 -[2013-09-26 06:52:26] >83 -[2013-09-26 06:53:26] >>83 -[2013-09-26 06:54:26] >>83 -[2013-09-26 06:55:26] >>83 -[2013-09-26 06:56:27] >>83 -[2013-09-26 06:57:27] >>83 -[2013-09-26 06:58:27] >>83 -[2013-09-26 06:58:35] 81 -[2013-09-26 06:58:37] >81 -[2013-09-26 06:58:46] 83 -[2013-09-26 06:58:48] >83 -[2013-09-26 06:59:47] >>83 -[2013-09-26 07:00:48] >>83 -[2013-09-26 07:01:48] >>83 -[2013-09-26 07:02:48] >>83 -[2013-09-26 07:03:48] >>83 -[2013-09-26 07:04:48] >>83 -[2013-09-26 07:04:55] 81 -[2013-09-26 07:04:57] >81 -[2013-09-26 07:05:05] 83 -[2013-09-26 07:05:07] >83 -[2013-09-26 07:06:07] >>83 -[2013-09-26 07:07:07] >>83 -[2013-09-26 07:08:07] >>83 -[2013-09-26 07:09:07] >>83 -[2013-09-26 07:10:07] >>83 -[2013-09-26 07:11:08] >>83 -[2013-09-26 07:11:26] 81 -[2013-09-26 07:11:28] >81 -[2013-09-26 07:11:37] 83 -[2013-09-26 07:11:39] >83 -[2013-09-26 07:12:38] >>83 -[2013-09-26 07:13:38] >>83 -[2013-09-26 07:14:39] >>83 -[2013-09-26 07:15:39] >>83 -[2013-09-26 07:16:39] >>83 -[2013-09-26 07:17:39] >>83 -[2013-09-26 07:17:46] 81 -[2013-09-26 07:17:48] >81 -[2013-09-26 07:17:57] 83 -[2013-09-26 07:17:58] >83 -[2013-09-26 07:18:58] >>83 -[2013-09-26 07:19:58] >>83 -[2013-09-26 07:20:58] >>83 -[2013-09-26 07:21:59] >>83 -[2013-09-26 07:22:59] >>83 -[2013-09-26 07:23:00] 81 -[2013-09-26 07:23:02] >81 -[2013-09-26 07:24:01] >>81 -[2013-09-26 07:24:40] 1 -[2013-09-26 07:24:42] >1 -[2013-09-26 07:25:42] >>1 -[2013-09-26 07:26:42] >>1 -[2013-09-26 07:27:41] 89 -[2013-09-26 07:27:43] >89 -[2013-09-26 07:27:46] 81 -[2013-09-26 07:27:48] >81 -[2013-09-26 07:28:04] 83 -[2013-09-26 07:28:05] >83 -[2013-09-26 07:29:05] >>83 -[2013-09-26 07:30:05] >>83 -[2013-09-26 07:31:06] >>83 -[2013-09-26 07:32:06] >>83 -[2013-09-26 07:33:06] >>83 -[2013-09-26 07:34:05] 81 -[2013-09-26 07:34:07] >81 -[2013-09-26 07:34:16] 83 -[2013-09-26 07:34:18] >83 -[2013-09-26 07:35:17] >>83 -[2013-09-26 07:36:17] >>83 -[2013-09-26 07:37:18] >>83 -[2013-09-26 07:38:18] >>83 -[2013-09-26 07:39:18] >>83 -[2013-09-26 07:40:18] >>83 -[2013-09-26 07:40:25] 81 -[2013-09-26 07:40:27] >81 -[2013-09-26 07:40:36] 83 -[2013-09-26 07:40:37] >83 -[2013-09-26 07:41:37] >>83 -[2013-09-26 07:42:37] >>83 -[2013-09-26 07:43:37] >>83 -[2013-09-26 07:44:38] >>83 -[2013-09-26 07:45:38] >>83 -[2013-09-26 07:46:38] >>83 -[2013-09-26 07:46:45] 81 -[2013-09-26 07:46:47] >81 -[2013-09-26 07:46:55] 83 -[2013-09-26 07:46:57] >83 -[2013-09-26 07:47:57] >>83 -[2013-09-26 07:48:57] >>83 -[2013-09-26 07:49:57] >>83 -[2013-09-26 07:50:57] >>83 -[2013-09-26 07:51:57] >>83 -[2013-09-26 07:52:58] >>83 -[2013-09-26 07:53:17] 81 -[2013-09-26 07:53:19] >81 -[2013-09-26 07:53:28] 83 -[2013-09-26 07:53:29] >83 -[2013-09-26 07:53:46] 81 -[2013-09-26 07:53:47] >81 -[2013-09-26 07:53:59] 99 -[2013-09-26 07:54:00] >99 -[2013-09-26 07:55:00] >>99 -[2013-09-26 07:55:29] 89 -[2013-09-26 07:55:31] >89 -[2013-09-26 07:55:34] 81 -[2013-09-26 07:55:36] >81 -[2013-09-26 07:55:51] 83 -[2013-09-26 07:55:53] >83 -[2013-09-26 07:56:52] >>83 -[2013-09-26 07:57:53] >>83 -[2013-09-26 07:58:53] >>83 -[2013-09-26 07:59:53] >>83 -[2013-09-26 08:00:53] >>83 -[2013-09-26 08:01:52] 81 -[2013-09-26 08:01:54] >81 -[2013-09-26 08:02:03] 83 -[2013-09-26 08:02:04] >83 -[2013-09-26 08:03:04] >>83 -[2013-09-26 08:04:04] >>83 -[2013-09-26 08:05:04] >>83 -[2013-09-26 08:06:05] >>83 -[2013-09-26 08:07:05] >>83 -[2013-09-26 08:08:05] >>83 -[2013-09-26 08:08:12] 81 -[2013-09-26 08:08:14] >81 -[2013-09-26 08:08:22] 83 -[2013-09-26 08:08:24] >83 -[2013-09-26 08:09:23] >>83 -[2013-09-26 08:10:23] >>83 -[2013-09-26 08:11:24] >>83 -[2013-09-26 08:12:24] >>83 -[2013-09-26 08:13:24] >>83 -[2013-09-26 08:14:24] >>83 -[2013-09-26 08:14:31] 81 -[2013-09-26 08:14:33] >81 -[2013-09-26 08:14:42] 83 -[2013-09-26 08:14:43] >83 -[2013-09-26 08:15:43] >>83 -[2013-09-26 08:16:43] >>83 -[2013-09-26 08:17:43] >>83 -[2013-09-26 08:18:44] >>83 -[2013-09-26 08:19:44] >>83 -[2013-09-26 08:20:44] >>83 -[2013-09-26 08:20:51] 81 -[2013-09-26 08:20:53] >81 -[2013-09-26 08:21:02] 83 -[2013-09-26 08:21:03] >83 -[2013-09-26 08:22:03] >>83 -[2013-09-26 08:23:03] >>83 -[2013-09-26 08:24:04] >>83 -[2013-09-26 08:25:04] >>83 -[2013-09-26 08:26:04] >>83 -[2013-09-26 08:27:04] >>83 -[2013-09-26 08:27:12] 81 -[2013-09-26 08:27:14] >81 -[2013-09-26 08:27:22] 83 -[2013-09-26 08:27:24] >83 -[2013-09-26 08:28:02] 87 -[2013-09-26 08:28:02] 83 -[2013-09-26 08:28:04] >83 -[2013-09-26 08:29:04] >>83 -[2013-09-26 08:30:04] >>83 -[2013-09-26 08:31:04] >>83 -[2013-09-26 08:32:04] >>83 -[2013-09-26 08:33:04] >>83 -[2013-09-26 08:33:14] 81 -[2013-09-26 08:33:16] >81 -[2013-09-26 08:33:32] 83 -[2013-09-26 08:33:34] >83 -[2013-09-26 08:34:34] >>83 -[2013-09-26 08:35:34] >>83 -[2013-09-26 08:36:34] >>83 -[2013-09-26 08:37:34] >>83 -[2013-09-26 08:38:34] >>83 -[2013-09-26 08:39:35] >>83 -[2013-09-26 08:40:04] 81 -[2013-09-26 08:40:05] >81 -[2013-09-26 08:40:15] 83 -[2013-09-26 08:40:17] >83 -[2013-09-26 08:41:16] >>83 -[2013-09-26 08:42:17] >>83 -[2013-09-26 08:43:17] >>83 -[2013-09-26 08:44:17] >>83 -[2013-09-26 08:45:17] >>83 -[2013-09-26 08:46:17] >>83 -[2013-09-26 08:46:24] 81 -[2013-09-26 08:46:26] >81 -[2013-09-26 08:46:34] 83 -[2013-09-26 08:46:36] >83 -[2013-09-26 08:47:36] >>83 -[2013-09-26 08:48:36] >>83 -[2013-09-26 08:49:36] >>83 -[2013-09-26 08:50:36] >>83 -[2013-09-26 08:51:36] >>83 -[2013-09-26 08:52:37] >>83 -[2013-09-26 08:52:44] 81 -[2013-09-26 08:52:45] >81 -[2013-09-26 08:52:54] 83 -[2013-09-26 08:52:56] >83 -[2013-09-26 08:53:55] >>83 -[2013-09-26 08:54:56] >>83 -[2013-09-26 08:55:56] >>83 -[2013-09-26 08:56:56] >>83 -[2013-09-26 08:57:56] >>83 -[2013-09-26 08:58:56] >>83 -[2013-09-26 08:59:04] 81 -[2013-09-26 08:59:06] >81 -[2013-09-26 08:59:14] 83 -[2013-09-26 08:59:16] >83 -[2013-09-26 09:00:15] >>83 -[2013-09-26 09:01:16] >>83 -[2013-09-26 09:02:16] >>83 -[2013-09-26 09:03:16] >>83 -[2013-09-26 09:04:16] >>83 -[2013-09-26 09:05:17] >>83 -[2013-09-26 09:05:24] 81 -[2013-09-26 09:05:26] >81 -[2013-09-26 09:05:34] 83 -[2013-09-26 09:05:36] >83 -[2013-09-26 09:06:36] >>83 -[2013-09-26 09:07:36] >>83 -[2013-09-26 09:08:36] >>83 -[2013-09-26 09:09:36] >>83 -[2013-09-26 09:10:37] >>83 -[2013-09-26 09:11:37] >>83 -[2013-09-26 09:11:57] 81 -[2013-09-26 09:11:58] >81 -[2013-09-26 09:12:08] 83 -[2013-09-26 09:12:09] >83 -[2013-09-26 09:12:33] 87 -[2013-09-26 09:12:34] 83 -[2013-09-26 09:12:36] >83 -[2013-09-26 09:13:35] >>83 -[2013-09-26 09:14:36] >>83 -[2013-09-26 09:15:36] >>83 -[2013-09-26 09:16:36] >>83 -[2013-09-26 09:17:36] >>83 -[2013-09-26 09:18:17] 81 -[2013-09-26 09:18:18] >81 -[2013-09-26 09:18:27] 83 -[2013-09-26 09:18:29] >83 -[2013-09-26 09:19:28] >>83 -[2013-09-26 09:20:29] >>83 -[2013-09-26 09:21:29] >>83 -[2013-09-26 09:22:29] >>83 -[2013-09-26 09:23:29] >>83 -[2013-09-26 09:24:29] >>83 -[2013-09-26 09:24:36] 81 -[2013-09-26 09:24:38] >81 -[2013-09-26 09:24:46] 83 -[2013-09-26 09:24:48] >83 -[2013-09-26 09:25:48] >>83 -[2013-09-26 09:26:48] >>83 -[2013-09-26 09:27:48] >>83 -[2013-09-26 09:28:48] >>83 -[2013-09-26 09:29:48] >>83 -[2013-09-26 09:30:49] >>83 -[2013-09-26 09:30:56] 81 -[2013-09-26 09:30:57] >81 -[2013-09-26 09:31:06] 83 -[2013-09-26 09:31:08] >83 -[2013-09-26 09:31:19] 81 -[2013-09-26 09:31:21] >81 -[2013-09-26 09:31:40] 83 -[2013-09-26 09:31:42] >83 -[2013-09-26 09:32:41] >>83 -[2013-09-26 09:33:42] >>83 -[2013-09-26 09:34:42] >>83 -[2013-09-26 09:35:42] >>83 -[2013-09-26 09:36:42] >>83 -[2013-09-26 09:37:40] 81 -[2013-09-26 09:37:42] >81 -[2013-09-26 09:37:51] 83 -[2013-09-26 09:37:52] >83 -[2013-09-26 09:38:16] 87 -[2013-09-26 09:38:17] 83 -[2013-09-26 09:38:19] >83 -[2013-09-26 09:39:18] >>83 -[2013-09-26 09:40:19] >>83 -[2013-09-26 09:41:19] >>83 -[2013-09-26 09:42:19] >>83 -[2013-09-26 09:43:19] >>83 -[2013-09-26 09:44:00] 81 -[2013-09-26 09:44:02] >81 -[2013-09-26 09:44:10] 83 -[2013-09-26 09:44:16] >83 -[2013-09-26 09:44:48] 87 -[2013-09-26 09:44:49] 83 -[2013-09-26 09:44:50] >83 -[2013-09-26 09:45:50] >>83 -[2013-09-26 09:46:50] >>83 -[2013-09-26 09:47:51] >>83 -[2013-09-26 09:48:51] >>83 -[2013-09-26 09:49:51] >>83 -[2013-09-26 09:50:31] 81 -[2013-09-26 09:50:33] >81 -[2013-09-26 09:50:42] 83 -[2013-09-26 09:50:44] >83 -[2013-09-26 09:51:43] >>83 -[2013-09-26 09:52:43] >>83 -[2013-09-26 09:53:44] >>83 -[2013-09-26 09:54:44] >>83 -[2013-09-26 09:55:44] >>83 -[2013-09-26 09:56:44] >>83 -[2013-09-26 09:56:51] 81 -[2013-09-26 09:56:53] >81 -[2013-09-26 09:57:02] 83 -[2013-09-26 09:57:03] >83 -[2013-09-26 09:58:03] >>83 -[2013-09-26 09:59:03] >>83 -[2013-09-26 10:00:03] >>83 -[2013-09-26 10:01:04] >>83 -[2013-09-26 10:02:04] >>83 -[2013-09-26 10:03:04] >>83 -[2013-09-26 10:03:12] 81 -[2013-09-26 10:03:14] >81 -[2013-09-26 10:03:22] 83 -[2013-09-26 10:03:24] >83 -[2013-09-26 10:03:50] 87 -[2013-09-26 10:03:50] 83 -[2013-09-26 10:03:52] >83 -[2013-09-26 10:04:52] >>83 -[2013-09-26 10:05:52] >>83 -[2013-09-26 10:06:52] >>83 -[2013-09-26 10:07:52] >>83 -[2013-09-26 10:08:52] >>83 -[2013-09-26 10:09:33] 81 -[2013-09-26 10:09:35] >81 -[2013-09-26 10:09:43] 83 -[2013-09-26 10:09:45] >83 -[2013-09-26 10:10:09] 87 -[2013-09-26 10:10:10] 83 -[2013-09-26 10:10:11] >83 -[2013-09-26 10:11:11] >>83 -[2013-09-26 10:12:11] >>83 -[2013-09-26 10:13:11] >>83 -[2013-09-26 10:14:12] >>83 -[2013-09-26 10:15:12] >>83 -[2013-09-26 10:15:52] 81 -[2013-09-26 10:15:54] >81 -[2013-09-26 10:16:03] 83 -[2013-09-26 10:16:04] >83 -[2013-09-26 10:17:04] >>83 -[2013-09-26 10:18:04] >>83 -[2013-09-26 10:19:04] >>83 -[2013-09-26 10:20:05] >>83 -[2013-09-26 10:21:05] >>83 -[2013-09-26 10:22:05] >>83 -[2013-09-26 10:22:12] 81 -[2013-09-26 10:22:13] >81 -[2013-09-26 10:22:22] 83 -[2013-09-26 10:22:24] >83 -[2013-09-26 10:23:24] >>83 -[2013-09-26 10:24:24] >>83 -[2013-09-26 10:25:24] >>83 -[2013-09-26 10:26:24] >>83 -[2013-09-26 10:27:25] >>83 -[2013-09-26 10:28:25] >>83 -[2013-09-26 10:28:44] 81 -[2013-09-26 10:28:46] >81 -[2013-09-26 10:28:54] 83 -[2013-09-26 10:28:56] >83 -[2013-09-26 10:29:55] >>83 -[2013-09-26 10:30:56] >>83 -[2013-09-26 10:31:56] >>83 -[2013-09-26 10:32:56] >>83 -[2013-09-26 10:33:56] >>83 -[2013-09-26 10:34:57] >>83 -[2013-09-26 10:35:04] 81 -[2013-09-26 10:35:05] >81 -[2013-09-26 10:35:14] 83 -[2013-09-26 10:35:15] >83 -[2013-09-26 10:36:15] >>83 -[2013-09-26 10:37:15] >>83 -[2013-09-26 10:38:16] >>83 -[2013-09-26 10:39:16] >>83 -[2013-09-26 10:40:16] >>83 -[2013-09-26 10:41:16] >>83 -[2013-09-26 10:41:24] 81 -[2013-09-26 10:41:25] >81 -[2013-09-26 10:41:35] 83 -[2013-09-26 10:41:36] >83 -[2013-09-26 10:42:36] >>83 -[2013-09-26 10:43:36] >>83 -[2013-09-26 10:44:36] >>83 -[2013-09-26 10:45:37] >>83 -[2013-09-26 10:46:37] >>83 -[2013-09-26 10:47:37] >>83 -[2013-09-26 10:47:45] 81 -[2013-09-26 10:47:46] >81 -[2013-09-26 10:47:55] 83 -[2013-09-26 10:47:57] >83 -[2013-09-26 10:48:57] >>83 -[2013-09-26 10:49:57] >>83 -[2013-09-26 10:50:57] >>83 -[2013-09-26 10:51:57] >>83 -[2013-09-26 10:52:58] >>83 -[2013-09-26 10:53:58] >>83 -[2013-09-26 10:54:05] 81 -[2013-09-26 10:54:06] >81 -[2013-09-26 10:54:15] 83 -[2013-09-26 10:54:17] >83 -[2013-09-26 10:55:16] >>83 -[2013-09-26 10:56:17] >>83 -[2013-09-26 10:57:17] >>83 -[2013-09-26 10:58:17] >>83 -[2013-09-26 10:59:17] >>83 -[2013-09-26 11:00:17] >>83 -[2013-09-26 11:00:24] 81 -[2013-09-26 11:00:25] >81 -[2013-09-26 11:00:34] 83 -[2013-09-26 11:00:36] >83 -[2013-09-26 11:01:36] >>83 -[2013-09-26 11:02:36] >>83 -[2013-09-26 11:03:36] >>83 -[2013-09-26 11:04:36] >>83 -[2013-09-26 11:05:37] >>83 -[2013-09-26 11:06:37] >>83 -[2013-09-26 11:06:56] 81 -[2013-09-26 11:06:58] >81 -[2013-09-26 11:07:06] 83 -[2013-09-26 11:07:08] >83 -[2013-09-26 11:08:08] >>83 -[2013-09-26 11:09:08] >>83 -[2013-09-26 11:10:08] >>83 -[2013-09-26 11:11:08] >>83 -[2013-09-26 11:12:08] >>83 -[2013-09-26 11:13:09] >>83 -[2013-09-26 11:13:16] 81 -[2013-09-26 11:13:17] >81 -[2013-09-26 11:13:26] 83 -[2013-09-26 11:13:28] >83 -[2013-09-26 11:14:27] >>83 -[2013-09-26 11:15:28] >>83 -[2013-09-26 11:16:28] >>83 -[2013-09-26 11:17:28] >>83 -[2013-09-26 11:18:28] >>83 -[2013-09-26 11:19:28] >>83 -[2013-09-26 11:19:36] 81 -[2013-09-26 11:19:38] >81 -[2013-09-26 11:19:47] 83 -[2013-09-26 11:19:48] >83 -[2013-09-26 11:20:48] >>83 -[2013-09-26 11:20:53] 81 -[2013-09-26 11:20:54] >81 -[2013-09-26 11:21:05] 83 -[2013-09-26 11:21:07] >83 -[2013-09-26 11:22:07] >>83 -[2013-09-26 11:23:07] >>83 -[2013-09-26 11:24:07] >>83 -[2013-09-26 11:25:07] >>83 -[2013-09-26 11:25:57] 81 -[2013-09-26 11:25:58] >81 -[2013-09-26 11:26:08] 83 -[2013-09-26 11:26:09] >83 -[2013-09-26 11:27:09] >>83 -[2013-09-26 11:28:09] >>83 -[2013-09-26 11:29:10] >>83 -[2013-09-26 11:30:10] >>83 -[2013-09-26 11:31:10] >>83 -[2013-09-26 11:32:10] >>83 -[2013-09-26 11:32:17] 81 -[2013-09-26 11:32:18] >81 -[2013-09-26 11:32:27] 83 -[2013-09-26 11:32:29] >83 -[2013-09-26 11:33:29] >>83 -[2013-09-26 11:34:29] >>83 -[2013-09-26 11:35:29] >>83 -[2013-09-26 11:36:29] >>83 -[2013-09-26 11:37:29] >>83 -[2013-09-26 11:38:30] >>83 -[2013-09-26 11:38:36] 81 -[2013-09-26 11:38:37] >81 -[2013-09-26 11:38:46] 83 -[2013-09-26 11:38:48] >83 -[2013-09-26 11:39:48] >>83 -[2013-09-26 11:40:48] >>83 -[2013-09-26 11:41:48] >>83 -[2013-09-26 11:42:48] >>83 -[2013-09-26 11:43:49] >>83 -[2013-09-26 11:44:49] >>83 -[2013-09-26 11:45:08] 81 -[2013-09-26 11:45:10] >81 -[2013-09-26 11:45:18] 83 -[2013-09-26 11:45:20] >83 -[2013-09-26 11:46:20] >>83 -[2013-09-26 11:47:20] >>83 -[2013-09-26 11:48:20] >>83 -[2013-09-26 11:49:20] >>83 -[2013-09-26 11:50:20] >>83 -[2013-09-26 11:51:21] >>83 -[2013-09-26 11:51:28] 81 -[2013-09-26 11:51:29] >81 -[2013-09-26 11:51:38] 83 -[2013-09-26 11:51:40] >83 -[2013-09-26 11:52:40] >>83 -[2013-09-26 11:53:40] >>83 -[2013-09-26 11:54:40] >>83 -[2013-09-26 11:55:40] >>83 -[2013-09-26 11:56:41] >>83 -[2013-09-26 11:57:41] >>83 -[2013-09-26 11:57:48] 81 -[2013-09-26 11:57:50] >81 -[2013-09-26 11:57:59] 83 -[2013-09-26 11:58:00] >83 -[2013-09-26 11:58:26] 87 -[2013-09-26 11:58:26] 83 -[2013-09-26 11:58:28] >83 -[2013-09-26 11:59:28] >>83 -[2013-09-26 12:00:28] >>83 -[2013-09-26 12:01:28] >>83 -[2013-09-26 12:02:28] >>83 -[2013-09-26 12:03:29] >>83 -[2013-09-26 12:04:10] 81 -[2013-09-26 12:04:11] >81 -[2013-09-26 12:04:20] 83 -[2013-09-26 12:04:21] >83 -[2013-09-26 12:05:21] >>83 -[2013-09-26 12:06:21] >>83 -[2013-09-26 12:07:21] >>83 -[2013-09-26 12:08:21] >>83 -[2013-09-26 12:09:22] >>83 -[2013-09-26 12:10:22] >>83 -[2013-09-26 12:10:28] 81 -[2013-09-26 12:10:30] >81 -[2013-09-26 12:10:39] 83 -[2013-09-26 12:10:41] >83 -[2013-09-26 12:11:41] >>83 -[2013-09-26 12:12:41] >>83 -[2013-09-26 12:13:41] >>83 -[2013-09-26 12:14:41] >>83 -[2013-09-26 12:15:41] >>83 -[2013-09-26 12:16:42] >>83 -[2013-09-26 12:16:49] 81 -[2013-09-26 12:16:50] >81 -[2013-09-26 12:16:58] 83 -[2013-09-26 12:17:00] >83 -[2013-09-26 12:18:00] >>83 -[2013-09-26 12:19:00] >>83 -[2013-09-26 12:20:00] >>83 -[2013-09-26 12:21:00] >>83 -[2013-09-26 12:22:01] >>83 -[2013-09-26 12:23:01] >>83 -[2013-09-26 12:23:19] 81 -[2013-09-26 12:23:21] >81 -[2013-09-26 12:23:30] 83 -[2013-09-26 12:23:32] >83 -[2013-09-26 12:24:32] >>83 -[2013-09-26 12:25:32] >>83 -[2013-09-26 12:26:32] >>83 -[2013-09-26 12:27:32] >>83 -[2013-09-26 12:28:32] >>83 -[2013-09-26 12:29:33] >>83 -[2013-09-26 12:29:40] 81 -[2013-09-26 12:29:41] >81 -[2013-09-26 12:29:50] 83 -[2013-09-26 12:29:52] >83 -[2013-09-26 12:30:52] >>83 -[2013-09-26 12:31:52] >>83 -[2013-09-26 12:32:52] >>83 -[2013-09-26 12:33:52] >>83 -[2013-09-26 12:34:53] >>83 -[2013-09-26 12:35:53] >>83 -[2013-09-26 12:36:00] 81 -[2013-09-26 12:36:02] >81 -[2013-09-26 12:36:11] 83 -[2013-09-26 12:36:12] >83 -[2013-09-26 12:36:38] 87 -[2013-09-26 12:36:39] 83 -[2013-09-26 12:36:40] >83 -[2013-09-26 12:37:40] >>83 -[2013-09-26 12:38:40] >>83 -[2013-09-26 12:39:40] >>83 -[2013-09-26 12:40:41] >>83 -[2013-09-26 12:41:41] >>83 -[2013-09-26 12:42:22] 81 -[2013-09-26 12:42:23] >81 -[2013-09-26 12:42:32] 83 -[2013-09-26 12:42:33] >83 -[2013-09-26 12:43:33] >>83 -[2013-09-26 12:44:33] >>83 -[2013-09-26 12:45:33] >>83 -[2013-09-26 12:46:34] >>83 -[2013-09-26 12:47:34] >>83 -[2013-09-26 12:48:34] >>83 -[2013-09-26 12:48:41] 81 -[2013-09-26 12:48:42] >81 -[2013-09-26 12:48:51] 83 -[2013-09-26 12:48:53] >83 -[2013-09-26 12:49:52] >>83 -[2013-09-26 12:50:52] >>83 -[2013-09-26 12:51:53] >>83 -[2013-09-26 12:52:53] >>83 -[2013-09-26 12:53:53] >>83 -[2013-09-26 12:54:53] >>83 -[2013-09-26 12:55:00] 81 -[2013-09-26 12:55:02] >81 -[2013-09-26 12:55:11] 83 -[2013-09-26 12:55:12] >83 -[2013-09-26 12:56:12] >>83 -[2013-09-26 12:57:12] >>83 -[2013-09-26 12:58:12] >>83 -[2013-09-26 12:59:13] >>83 -[2013-09-26 13:00:13] >>83 -[2013-09-26 13:01:13] >>83 -[2013-09-26 13:01:32] 81 -[2013-09-26 13:01:33] >81 -[2013-09-26 13:01:42] 83 -[2013-09-26 13:01:44] >83 -[2013-09-26 13:02:44] >>83 -[2013-09-26 13:03:44] >>83 -[2013-09-26 13:04:44] >>83 -[2013-09-26 13:05:44] >>83 -[2013-09-26 13:06:45] >>83 -[2013-09-26 13:07:45] >>83 -[2013-09-26 13:07:51] 81 -[2013-09-26 13:07:53] >81 -[2013-09-26 13:08:03] 83 -[2013-09-26 13:08:04] >83 -[2013-09-26 13:09:04] >>83 -[2013-09-26 13:10:04] >>83 -[2013-09-26 13:11:04] >>83 -[2013-09-26 13:12:05] >>83 -[2013-09-26 13:13:05] >>83 -[2013-09-26 13:14:05] >>83 -[2013-09-26 13:14:13] 81 -[2013-09-26 13:14:14] >81 -[2013-09-26 13:14:23] 83 -[2013-09-26 13:14:24] >83 -[2013-09-26 13:15:24] >>83 -[2013-09-26 13:16:24] >>83 -[2013-09-26 13:17:25] >>83 -[2013-09-26 13:18:25] >>83 -[2013-09-26 13:19:25] >>83 -[2013-09-26 13:20:25] >>83 -[2013-09-26 13:20:33] 81 -[2013-09-26 13:20:35] >81 -[2013-09-26 13:20:44] 83 -[2013-09-26 13:20:46] >83 -[2013-09-26 13:21:45] >>83 -[2013-09-26 13:22:46] >>83 -[2013-09-26 13:23:46] >>83 -[2013-09-26 13:24:46] >>83 -[2013-09-26 13:25:46] >>83 -[2013-09-26 13:26:46] >>83 -[2013-09-26 13:26:52] 81 -[2013-09-26 13:26:54] >81 -[2013-09-26 13:27:03] 83 -[2013-09-26 13:27:05] >83 -[2013-09-26 13:28:05] >>83 -[2013-09-26 13:29:05] >>83 -[2013-09-26 13:30:05] >>83 -[2013-09-26 13:31:05] >>83 -[2013-09-26 13:32:06] >>83 -[2013-09-26 13:33:06] >>83 -[2013-09-26 13:33:12] 81 -[2013-09-26 13:33:14] >81 -[2013-09-26 13:33:23] 83 -[2013-09-26 13:33:24] >83 -[2013-09-26 13:34:24] >>83 -[2013-09-26 13:35:24] >>83 -[2013-09-26 13:36:24] >>83 -[2013-09-26 13:37:25] >>83 -[2013-09-26 13:38:25] >>83 -[2013-09-26 13:39:25] >>83 -[2013-09-26 13:39:44] 81 -[2013-09-26 13:39:46] >81 -[2013-09-26 13:39:54] 83 -[2013-09-26 13:39:56] >83 -[2013-09-26 13:40:56] >>83 -[2013-09-26 13:41:56] >>83 -[2013-09-26 13:42:18] 81 -[2013-09-26 13:42:20] >81 -[2013-09-26 13:43:19] >>81 -[2013-09-26 13:44:20] >>81 -[2013-09-26 13:45:20] >>81 -[2013-09-26 13:46:20] >>81 -[2013-09-26 13:47:20] >>81 -[2013-09-26 13:48:20] >>81 -[2013-09-26 13:48:35] 99 -[2013-09-26 13:48:36] >99 -[2013-09-26 13:49:36] >>99 -[2013-09-26 13:50:36] >>99 -[2013-09-26 13:51:36] >>99 -[2013-09-26 13:52:37] >>99 -[2013-09-26 13:53:37] >>99 -[2013-09-26 13:54:37] >>99 -[2013-09-26 13:55:37] >>99 -[2013-09-26 13:56:37] >>99 -[2013-09-26 13:57:38] >>99 -[2013-09-26 13:58:38] >>99 -[2013-09-26 13:59:38] >>99 -[2013-09-26 14:00:38] >>99 -[2013-09-26 14:01:39] >>99 -[2013-09-26 14:02:39] >>99 -[2013-09-26 14:03:39] >>99 -[2013-09-26 14:04:39] >>99 -[2013-09-26 14:05:39] >>99 -[2013-09-26 14:06:40] >>99 -[2013-09-26 14:07:40] >>99 -[2013-09-26 14:08:40] >>99 -[2013-09-26 14:09:40] >>99 -[2013-09-26 14:10:40] >>99 -[2013-09-26 14:10:57] 89 -[2013-09-26 14:10:58] >89 -[2013-09-26 14:11:02] 81 -[2013-09-26 14:11:04] >81 -[2013-09-26 14:11:10] 83 -[2013-09-26 14:11:11] >83 -[2013-09-26 14:12:11] >>83 -[2013-09-26 14:13:11] >>83 -[2013-09-26 14:14:11] >>83 -[2013-09-26 14:15:12] >>83 -[2013-09-26 14:16:12] >>83 -[2013-09-26 14:17:12] >>83 -[2013-09-26 14:17:27] 81 -[2013-09-26 14:17:29] >81 -[2013-09-26 14:17:38] 83 -[2013-09-26 14:17:40] >83 -[2013-09-26 14:18:39] >>83 -[2013-09-26 14:19:39] >>83 -[2013-09-26 14:20:40] >>83 -[2013-09-26 14:21:40] >>83 -[2013-09-26 14:22:40] >>83 -[2013-09-26 14:23:40] >>83 -[2013-09-26 14:23:47] 81 -[2013-09-26 14:23:49] >81 -[2013-09-26 14:23:58] 83 -[2013-09-26 14:23:59] >83 -[2013-09-26 14:24:59] >>83 -[2013-09-26 14:25:59] >>83 -[2013-09-26 14:26:59] >>83 -[2013-09-26 14:28:00] >>83 -[2013-09-26 14:29:00] >>83 -[2013-09-26 14:30:00] >>83 -[2013-09-26 14:30:07] 81 -[2013-09-26 14:30:08] >81 -[2013-09-26 14:30:17] 83 -[2013-09-26 14:30:19] >83 -[2013-09-26 14:31:19] >>83 -[2013-09-26 14:32:19] >>83 -[2013-09-26 14:33:19] >>83 -[2013-09-26 14:34:19] >>83 -[2013-09-26 14:35:20] >>83 -[2013-09-26 14:36:20] >>83 -[2013-09-26 14:36:26] 81 -[2013-09-26 14:36:28] >81 -[2013-09-26 14:36:37] 83 -[2013-09-26 14:36:39] >83 -[2013-09-26 14:37:38] >>83 -[2013-09-26 14:38:39] >>83 -[2013-09-26 14:39:39] >>83 -[2013-09-26 14:40:39] >>83 -[2013-09-26 14:41:39] >>83 -[2013-09-26 14:42:40] >>83 -[2013-09-26 14:42:59] 81 -[2013-09-26 14:43:01] >81 -[2013-09-26 14:43:10] 83 -[2013-09-26 14:43:11] >83 -[2013-09-26 14:44:11] >>83 -[2013-09-26 14:45:11] >>83 -[2013-09-26 14:46:12] >>83 -[2013-09-26 14:47:12] >>83 -[2013-09-26 14:48:12] >>83 -[2013-09-26 14:49:12] >>83 -[2013-09-26 14:49:20] 81 -[2013-09-26 14:49:22] >81 -[2013-09-26 14:49:31] 83 -[2013-09-26 14:49:32] >83 -[2013-09-26 14:50:32] >>83 -[2013-09-26 14:51:32] >>83 -[2013-09-26 14:52:32] >>83 -[2013-09-26 14:53:33] >>83 -[2013-09-26 14:54:33] >>83 -[2013-09-26 14:55:33] >>83 -[2013-09-26 14:55:40] 81 -[2013-09-26 14:55:41] >81 -[2013-09-26 14:55:50] 83 -[2013-09-26 14:55:52] >83 -[2013-09-26 14:56:52] >>83 -[2013-09-26 14:57:52] >>83 -[2013-09-26 14:58:52] >>83 -[2013-09-26 14:59:52] >>83 -[2013-09-26 15:00:52] >>83 -[2013-09-26 15:01:53] >>83 -[2013-09-26 15:01:59] 81 -[2013-09-26 15:02:01] >81 -[2013-09-26 15:02:10] 83 -[2013-09-26 15:02:11] >83 -[2013-09-26 15:03:11] >>83 -[2013-09-26 15:04:11] >>83 -[2013-09-26 15:05:11] >>83 -[2013-09-26 15:06:11] >>83 -[2013-09-26 15:07:12] >>83 -[2013-09-26 15:08:12] >>83 -[2013-09-26 15:08:19] 81 -[2013-09-26 15:08:21] >81 -[2013-09-26 15:08:29] 83 -[2013-09-26 15:08:31] >83 -[2013-09-26 15:09:30] >>83 -[2013-09-26 15:10:31] >>83 -[2013-09-26 15:11:31] >>83 -[2013-09-26 15:12:31] >>83 -[2013-09-26 15:13:31] >>83 -[2013-09-26 15:14:32] >>83 -[2013-09-26 15:14:39] 81 -[2013-09-26 15:14:41] >81 -[2013-09-26 15:14:49] 83 -[2013-09-26 15:14:51] >83 -[2013-09-26 15:15:51] >>83 -[2013-09-26 15:16:51] >>83 -[2013-09-26 15:17:51] >>83 -[2013-09-26 15:18:51] >>83 -[2013-09-26 15:19:52] >>83 -[2013-09-26 15:20:52] >>83 -[2013-09-26 15:21:11] 81 -[2013-09-26 15:21:13] >81 -[2013-09-26 15:21:22] 83 -[2013-09-26 15:21:24] >83 -[2013-09-26 15:22:23] >>83 -[2013-09-26 15:23:24] >>83 -[2013-09-26 15:24:24] >>83 -[2013-09-26 15:25:24] >>83 -[2013-09-26 15:26:24] >>83 -[2013-09-26 15:27:25] >>83 -[2013-09-26 15:27:32] 81 -[2013-09-26 15:27:34] >81 -[2013-09-26 15:27:43] 83 -[2013-09-26 15:27:44] >83 -[2013-09-26 15:28:09] 87 -[2013-09-26 15:28:09] 83 -[2013-09-26 15:28:11] >83 -[2013-09-26 15:29:11] >>83 -[2013-09-26 15:30:11] >>83 -[2013-09-26 15:31:11] >>83 -[2013-09-26 15:32:11] >>83 -[2013-09-26 15:33:11] >>83 -[2013-09-26 15:33:52] 81 -[2013-09-26 15:33:54] >81 -[2013-09-26 15:34:02] 83 -[2013-09-26 15:34:04] >83 -[2013-09-26 15:35:04] >>83 -[2013-09-26 15:36:04] >>83 -[2013-09-26 15:37:04] >>83 -[2013-09-26 15:38:04] >>83 -[2013-09-26 15:39:05] >>83 -[2013-09-26 15:40:05] >>83 -[2013-09-26 15:40:11] 81 -[2013-09-26 15:40:13] >81 -[2013-09-26 15:40:22] 83 -[2013-09-26 15:40:23] >83 -[2013-09-26 15:41:23] >>83 -[2013-09-26 15:42:23] >>83 -[2013-09-26 15:43:23] >>83 -[2013-09-26 15:44:24] >>83 -[2013-09-26 15:45:24] >>83 -[2013-09-26 15:46:24] >>83 -[2013-09-26 15:46:31] 81 -[2013-09-26 15:46:33] >81 -[2013-09-26 15:46:41] 83 -[2013-09-26 15:46:43] >83 -[2013-09-26 15:47:43] >>83 -[2013-09-26 15:48:43] >>83 -[2013-09-26 15:49:43] >>83 -[2013-09-26 15:50:43] >>83 -[2013-09-26 15:51:44] >>83 -[2013-09-26 15:52:44] >>83 -[2013-09-26 15:52:51] 81 -[2013-09-26 15:52:53] >81 -[2013-09-26 15:53:02] 83 -[2013-09-26 15:53:03] >83 -[2013-09-26 15:54:03] >>83 -[2013-09-26 15:55:03] >>83 -[2013-09-26 15:56:03] >>83 -[2013-09-26 15:57:04] >>83 -[2013-09-26 15:58:04] >>83 -[2013-09-26 15:59:04] >>83 -[2013-09-26 15:59:23] 81 -[2013-09-26 15:59:25] >81 -[2013-09-26 15:59:34] 83 -[2013-09-26 15:59:36] >83 -[2013-09-26 16:00:36] >>83 -[2013-09-26 16:01:36] >>83 -[2013-09-26 16:02:36] >>83 -[2013-09-26 16:03:36] >>83 -[2013-09-26 16:04:37] >>83 -[2013-09-26 16:05:37] >>83 -[2013-09-26 16:05:44] 81 -[2013-09-26 16:05:46] >81 -[2013-09-26 16:05:55] 83 -[2013-09-26 16:05:57] >83 -[2013-09-26 16:06:56] >>83 -[2013-09-26 16:07:57] >>83 -[2013-09-26 16:08:57] >>83 -[2013-09-26 16:09:57] >>83 -[2013-09-26 16:10:57] >>83 -[2013-09-26 16:11:57] >>83 -[2013-09-26 16:12:04] 81 -[2013-09-26 16:12:06] >81 -[2013-09-26 16:12:14] 83 -[2013-09-26 16:12:16] >83 -[2013-09-26 16:13:16] >>83 -[2013-09-26 16:14:16] >>83 -[2013-09-26 16:15:16] >>83 -[2013-09-26 16:16:16] >>83 -[2013-09-26 16:17:17] >>83 -[2013-09-26 16:18:17] >>83 -[2013-09-26 16:18:23] 81 -[2013-09-26 16:18:26] >81 -[2013-09-26 16:18:34] 83 -[2013-09-26 16:18:36] >83 -[2013-09-26 16:19:35] >>83 -[2013-09-26 16:20:36] >>83 -[2013-09-26 16:21:36] >>83 -[2013-09-26 16:22:36] >>83 -[2013-09-26 16:23:36] >>83 -[2013-09-26 16:24:36] >>83 -[2013-09-26 16:24:43] 81 -[2013-09-26 16:24:45] >81 -[2013-09-26 16:24:54] 83 -[2013-09-26 16:24:55] >83 -[2013-09-26 16:25:55] >>83 -[2013-09-26 16:26:55] >>83 -[2013-09-26 16:27:56] >>83 -[2013-09-26 16:28:56] >>83 -[2013-09-26 16:29:56] >>83 -[2013-09-26 16:30:56] >>83 -[2013-09-26 16:31:03] 81 -[2013-09-26 16:31:05] >81 -[2013-09-26 16:31:14] 83 -[2013-09-26 16:31:15] >83 -[2013-09-26 16:32:15] >>83 -[2013-09-26 16:33:15] >>83 -[2013-09-26 16:34:15] >>83 -[2013-09-26 16:35:15] >>83 -[2013-09-26 16:36:16] >>83 -[2013-09-26 16:37:16] >>83 -[2013-09-26 16:37:35] 81 -[2013-09-26 16:37:37] >81 -[2013-09-26 16:37:46] 83 -[2013-09-26 16:37:48] >83 -[2013-09-26 16:38:48] >>83 -[2013-09-26 16:39:48] >>83 -[2013-09-26 16:40:48] >>83 -[2013-09-26 16:41:48] >>83 -[2013-09-26 16:42:48] >>83 -[2013-09-26 16:43:49] >>83 -[2013-09-26 16:43:56] 81 -[2013-09-26 16:43:58] >81 -[2013-09-26 16:44:07] 83 -[2013-09-26 16:44:09] >83 -[2013-09-26 16:45:09] >>83 -[2013-09-26 16:46:09] >>83 -[2013-09-26 16:47:09] >>83 -[2013-09-26 16:48:09] >>83 -[2013-09-26 16:49:10] >>83 -[2013-09-26 16:50:10] >>83 -[2013-09-26 16:50:16] 81 -[2013-09-26 16:50:18] >81 -[2013-09-26 16:50:27] 83 -[2013-09-26 16:50:28] >83 -[2013-09-26 16:51:28] >>83 -[2013-09-26 16:52:28] >>83 -[2013-09-26 16:53:28] >>83 -[2013-09-26 16:54:29] >>83 -[2013-09-26 16:55:29] >>83 -[2013-09-26 16:56:29] >>83 -[2013-09-26 16:56:35] 81 -[2013-09-26 16:56:37] >81 -[2013-09-26 16:56:46] 83 -[2013-09-26 16:56:48] >83 -[2013-09-26 16:57:12] 87 -[2013-09-26 16:57:13] 83 -[2013-09-26 16:57:14] >83 -[2013-09-26 16:58:14] >>83 -[2013-09-26 16:59:14] >>83 -[2013-09-26 17:00:15] >>83 -[2013-09-26 17:01:15] >>83 -[2013-09-26 17:02:15] >>83 -[2013-09-26 17:02:55] 81 -[2013-09-26 17:02:57] >81 -[2013-09-26 17:03:06] 83 -[2013-09-26 17:03:07] >83 -[2013-09-26 17:04:07] >>83 -[2013-09-26 17:05:07] >>83 -[2013-09-26 17:06:08] >>83 -[2013-09-26 17:07:08] >>83 -[2013-09-26 17:08:08] >>83 -[2013-09-26 17:09:08] >>83 -[2013-09-26 17:09:15] 81 -[2013-09-26 17:09:17] >81 -[2013-09-26 17:09:26] 83 -[2013-09-26 17:09:27] >83 -[2013-09-26 17:10:27] >>83 -[2013-09-26 17:11:27] >>83 -[2013-09-26 17:12:27] >>83 -[2013-09-26 17:13:27] >>83 -[2013-09-26 17:14:28] >>83 -[2013-09-26 17:15:28] >>83 -[2013-09-26 17:15:48] 81 -[2013-09-26 17:15:50] >81 -[2013-09-26 17:15:58] 83 -[2013-09-26 17:16:00] >83 -[2013-09-26 17:16:26] 87 -[2013-09-26 17:16:26] 83 -[2013-09-26 17:16:28] >83 -[2013-09-26 17:17:27] >>83 -[2013-09-26 17:18:28] >>83 -[2013-09-26 17:19:28] >>83 -[2013-09-26 17:20:28] >>83 -[2013-09-26 17:21:28] >>83 -[2013-09-26 17:22:09] 81 -[2013-09-26 17:22:13] >81 -[2013-09-26 17:22:19] 83 -[2013-09-26 17:22:21] >83 -[2013-09-26 17:23:21] >>83 -[2013-09-26 17:24:21] >>83 -[2013-09-26 17:25:21] >>83 -[2013-09-26 17:26:21] >>83 -[2013-09-26 17:27:22] >>83 -[2013-09-26 17:28:22] >>83 -[2013-09-26 17:28:28] 81 -[2013-09-26 17:28:30] >81 -[2013-09-26 17:28:39] 83 -[2013-09-26 17:28:40] >83 -[2013-09-26 17:29:40] >>83 -[2013-09-26 17:30:40] >>83 -[2013-09-26 17:31:40] >>83 -[2013-09-26 17:32:41] >>83 -[2013-09-26 17:33:41] >>83 -[2013-09-26 17:34:41] >>83 -[2013-09-26 17:34:48] 81 -[2013-09-26 17:34:50] >81 -[2013-09-26 17:34:58] 83 -[2013-09-26 17:35:00] >83 -[2013-09-26 17:35:59] >>83 -[2013-09-26 17:37:00] >>83 -[2013-09-26 17:38:00] >>83 -[2013-09-26 17:39:00] >>83 -[2013-09-26 17:40:00] >>83 -[2013-09-26 17:41:00] >>83 -[2013-09-26 17:41:07] 81 -[2013-09-26 17:41:09] >81 -[2013-09-26 17:41:18] 83 -[2013-09-26 17:41:19] >83 -[2013-09-26 17:42:19] >>83 -[2013-09-26 17:43:19] >>83 -[2013-09-26 17:44:19] >>83 -[2013-09-26 17:45:20] >>83 -[2013-09-26 17:46:20] >>83 -[2013-09-26 17:47:20] >>83 -[2013-09-26 17:47:27] 81 -[2013-09-26 17:47:29] >81 -[2013-09-26 17:47:38] 83 -[2013-09-26 17:47:40] >83 -[2013-09-26 17:48:39] >>83 -[2013-09-26 17:49:39] >>83 -[2013-09-26 17:50:40] >>83 -[2013-09-26 17:51:40] >>83 -[2013-09-26 17:52:40] >>83 -[2013-09-26 17:53:40] >>83 -[2013-09-26 17:54:00] 81 -[2013-09-26 17:54:02] >81 -[2013-09-26 17:55:01] >>81 -[2013-09-26 17:56:01] >>81 -[2013-09-26 17:57:02] >>81 -[2013-09-26 17:58:02] >>81 -[2013-09-26 17:59:02] >>81 -[2013-09-26 18:00:02] >>81 -[2013-09-26 18:01:03] >>81 -[2013-09-26 18:01:22] 99 -[2013-09-26 18:01:23] >99 -[2013-09-26 18:02:23] >>99 -[2013-09-26 18:03:23] >>99 -[2013-09-26 18:04:23] >>99 -[2013-09-26 18:05:24] >>99 -[2013-09-26 18:06:24] >>99 -[2013-09-26 18:07:24] >>99 -[2013-09-26 18:08:24] >>99 -[2013-09-26 18:09:24] >>99 -[2013-09-26 18:10:24] >>99 -[2013-09-26 18:11:24] >>99 -[2013-09-26 18:12:25] >>99 -[2013-09-26 18:13:25] >>99 -[2013-09-26 18:14:25] >>99 -[2013-09-26 18:15:25] >>99 -[2013-09-26 18:16:25] >>99 -[2013-09-26 18:17:25] >>99 -[2013-09-26 18:18:25] >>99 -[2013-09-26 18:19:25] >>99 -[2013-09-26 18:20:26] >>99 -[2013-09-26 18:21:26] >>99 -[2013-09-26 18:22:26] >>99 -[2013-09-26 18:23:26] >>99 -[2013-09-26 18:24:26] >>99 -[2013-09-26 18:25:26] >>99 -[2013-09-26 18:26:26] >>99 -[2013-09-26 18:27:27] >>99 -[2013-09-26 18:28:27] >>99 -[2013-09-26 18:29:27] >>99 -[2013-09-26 18:30:27] >>99 -[2013-09-26 18:31:27] >>99 -[2013-09-26 18:32:27] >>99 -[2013-09-26 18:33:27] >>99 -[2013-09-26 18:34:27] >>99 -[2013-09-26 18:35:28] >>99 -[2013-09-26 18:36:28] >>99 -[2013-09-26 18:37:28] >>99 -[2013-09-26 18:38:28] >>99 -[2013-09-26 18:39:28] >>99 -[2013-09-26 18:40:28] >>99 -[2013-09-26 18:41:28] >>99 -[2013-09-26 18:42:29] >>99 -[2013-09-26 18:43:29] >>99 -[2013-09-26 18:44:29] >>99 -[2013-09-26 18:45:29] >>99 -[2013-09-26 18:46:29] >>99 -[2013-09-26 18:47:29] >>99 -[2013-09-26 18:48:29] >>99 -[2013-09-26 18:49:29] >>99 -[2013-09-26 18:50:30] >>99 -[2013-09-26 18:51:30] >>99 -[2013-09-26 18:52:30] >>99 -[2013-09-26 18:53:30] >>99 -[2013-09-26 18:54:30] >>99 -[2013-09-26 18:55:30] >>99 -[2013-09-26 18:56:30] >>99 -[2013-09-26 18:57:30] >>99 -[2013-09-26 18:58:31] >>99 -[2013-09-26 18:59:31] >>99 -[2013-09-26 19:00:31] >>99 -[2013-09-26 19:01:31] >>99 -[2013-09-26 19:02:31] >>99 -[2013-09-26 19:03:31] >>99 -[2013-09-26 19:04:31] >>99 -[2013-09-26 19:05:32] >>99 -[2013-09-26 19:06:32] >>99 -[2013-09-26 19:07:32] >>99 -[2013-09-26 19:08:32] >>99 -[2013-09-26 19:09:32] >>99 -[2013-09-26 19:10:32] >>99 -[2013-09-26 19:11:32] >>99 -[2013-09-26 19:12:32] >>99 -[2013-09-26 19:13:33] >>99 -[2013-09-26 19:14:33] >>99 -[2013-09-26 19:15:12] 89 -[2013-09-26 19:15:14] >89 -[2013-09-26 19:15:16] 81 -[2013-09-26 19:15:18] >81 -[2013-09-26 19:15:32] 83 -[2013-09-26 19:15:33] >83 -[2013-09-26 19:16:33] >>83 -[2013-09-26 19:17:33] >>83 -[2013-09-26 19:18:33] >>83 -[2013-09-26 19:19:33] >>83 -[2013-09-26 19:20:33] >>83 -[2013-09-26 19:21:34] >>83 -[2013-09-26 19:22:07] 81 -[2013-09-26 19:22:09] >81 -[2013-09-26 19:22:17] 83 -[2013-09-26 19:22:19] >83 -[2013-09-26 19:23:19] >>83 -[2013-09-26 19:24:19] >>83 -[2013-09-26 19:25:19] >>83 -[2013-09-26 19:26:19] >>83 -[2013-09-26 19:27:19] >>83 -[2013-09-26 19:28:19] >>83 -[2013-09-26 19:28:26] 81 -[2013-09-26 19:28:27] >81 -[2013-09-26 19:28:37] 83 -[2013-09-26 19:28:39] >83 -[2013-09-26 19:29:38] >>83 -[2013-09-26 19:30:38] >>83 -[2013-09-26 19:31:39] >>83 -[2013-09-26 19:32:39] >>83 -[2013-09-26 19:33:39] >>83 -[2013-09-26 19:34:39] >>83 -[2013-09-26 19:34:46] 81 -[2013-09-26 19:34:48] >81 -[2013-09-26 19:34:57] 83 -[2013-09-26 19:34:58] >83 -[2013-09-26 19:35:58] >>83 -[2013-09-26 19:36:58] >>83 -[2013-09-26 19:37:58] >>83 -[2013-09-26 19:38:58] >>83 -[2013-09-26 19:39:58] >>83 -[2013-09-26 19:40:58] >>83 -[2013-09-26 19:41:06] 81 -[2013-09-26 19:41:08] >81 -[2013-09-26 19:41:17] 83 -[2013-09-26 19:41:18] >83 -[2013-09-26 19:42:18] >>83 -[2013-09-26 19:43:18] >>83 -[2013-09-26 19:44:18] >>83 -[2013-09-26 19:45:18] >>83 -[2013-09-26 19:46:18] >>83 -[2013-09-26 19:47:19] >>83 -[2013-09-26 19:47:27] 81 -[2013-09-26 19:47:28] >81 -[2013-09-26 19:47:37] 83 -[2013-09-26 19:47:38] >83 -[2013-09-26 19:48:38] >>83 -[2013-09-26 19:49:38] >>83 -[2013-09-26 19:50:38] >>83 -[2013-09-26 19:51:38] >>83 -[2013-09-26 19:52:39] >>83 -[2013-09-26 19:53:39] >>83 -[2013-09-26 19:54:00] 81 -[2013-09-26 19:54:01] >81 -[2013-09-26 19:54:10] 83 -[2013-09-26 19:54:12] >83 -[2013-09-26 19:55:11] >>83 -[2013-09-26 19:56:11] >>83 -[2013-09-26 19:57:12] >>83 -[2013-09-26 19:58:12] >>83 -[2013-09-26 19:59:12] >>83 -[2013-09-26 20:00:12] >>83 -[2013-09-26 20:00:19] 81 -[2013-09-26 20:00:21] >81 -[2013-09-26 20:00:30] 83 -[2013-09-26 20:00:31] >83 -[2013-09-26 20:01:31] >>83 -[2013-09-26 20:02:31] >>83 -[2013-09-26 20:03:31] >>83 -[2013-09-26 20:04:31] >>83 -[2013-09-26 20:05:31] >>83 -[2013-09-26 20:06:32] >>83 -[2013-09-26 20:06:39] 81 -[2013-09-26 20:06:41] >81 -[2013-09-26 20:06:49] 83 -[2013-09-26 20:06:50] >83 -[2013-09-26 20:07:50] >>83 -[2013-09-26 20:08:50] >>83 -[2013-09-26 20:09:50] >>83 -[2013-09-26 20:10:50] >>83 -[2013-09-26 20:11:51] >>83 -[2013-09-26 20:12:51] >>83 -[2013-09-26 20:12:58] 81 -[2013-09-26 20:12:59] >81 -[2013-09-26 20:13:08] 83 -[2013-09-26 20:13:10] >83 -[2013-09-26 20:14:10] >>83 -[2013-09-26 20:15:10] >>83 -[2013-09-26 20:16:10] >>83 -[2013-09-26 20:17:10] >>83 -[2013-09-26 20:18:10] >>83 -[2013-09-26 20:19:10] >>83 -[2013-09-26 20:19:18] 81 -[2013-09-26 20:19:19] >81 -[2013-09-26 20:19:29] 83 -[2013-09-26 20:19:30] >83 -[2013-09-26 20:19:55] 87 -[2013-09-26 20:19:56] 83 -[2013-09-26 20:19:58] >83 -[2013-09-26 20:20:57] >>83 -[2013-09-26 20:21:57] >>83 -[2013-09-26 20:22:57] >>83 -[2013-09-26 20:23:58] >>83 -[2013-09-26 20:24:58] >>83 -[2013-09-26 20:25:39] 81 -[2013-09-26 20:25:40] >81 -[2013-09-26 20:25:49] 83 -[2013-09-26 20:25:51] >83 -[2013-09-26 20:26:50] >>83 -[2013-09-26 20:27:50] >>83 -[2013-09-26 20:28:50] >>83 -[2013-09-26 20:29:51] >>83 -[2013-09-26 20:30:51] >>83 -[2013-09-26 20:31:51] >>83 -[2013-09-26 20:32:12] 81 -[2013-09-26 20:32:14] >81 -[2013-09-26 20:32:22] 83 -[2013-09-26 20:32:24] >83 -[2013-09-26 20:33:23] >>83 -[2013-09-26 20:34:23] >>83 -[2013-09-26 20:35:24] >>83 -[2013-09-26 20:36:24] >>83 -[2013-09-26 20:37:24] >>83 -[2013-09-26 20:38:24] >>83 -[2013-09-26 20:38:31] 81 -[2013-09-26 20:38:32] >81 -[2013-09-26 20:38:42] 83 -[2013-09-26 20:38:43] >83 -[2013-09-26 20:39:43] >>83 -[2013-09-26 20:40:43] >>83 -[2013-09-26 20:41:43] >>83 -[2013-09-26 20:42:43] >>83 -[2013-09-26 20:43:44] >>83 -[2013-09-26 20:44:44] >>83 -[2013-09-26 20:44:51] 81 -[2013-09-26 20:44:52] >81 -[2013-09-26 20:45:01] 83 -[2013-09-26 20:45:03] >83 -[2013-09-26 20:45:28] 87 -[2013-09-26 20:45:29] 83 -[2013-09-26 20:45:30] >83 -[2013-09-26 20:46:30] >>83 -[2013-09-26 20:47:30] >>83 -[2013-09-26 20:48:30] >>83 -[2013-09-26 20:49:30] >>83 -[2013-09-26 20:50:31] >>83 -[2013-09-26 20:51:12] 81 -[2013-09-26 20:51:13] >81 -[2013-09-26 20:51:22] 83 -[2013-09-26 20:51:23] >83 -[2013-09-26 20:52:23] >>83 -[2013-09-26 20:53:23] >>83 -[2013-09-26 20:54:23] >>83 -[2013-09-26 20:55:23] >>83 -[2013-09-26 20:56:24] >>83 -[2013-09-26 20:57:24] >>83 -[2013-09-26 20:57:32] 81 -[2013-09-26 20:57:33] >81 -[2013-09-26 20:57:42] 83 -[2013-09-26 20:57:44] >83 -[2013-09-26 20:58:43] >>83 -[2013-09-26 20:59:43] >>83 -[2013-09-26 21:00:43] >>83 -[2013-09-26 21:01:44] >>83 -[2013-09-26 21:02:44] >>83 -[2013-09-26 21:03:44] >>83 -[2013-09-26 21:03:52] 81 -[2013-09-26 21:03:54] >81 -[2013-09-26 21:04:03] 83 -[2013-09-26 21:04:04] >83 -[2013-09-26 21:05:04] >>83 -[2013-09-26 21:06:04] >>83 -[2013-09-26 21:07:04] >>83 -[2013-09-26 21:08:04] >>83 -[2013-09-26 21:09:04] >>83 -[2013-09-26 21:10:05] >>83 -[2013-09-26 21:10:25] 81 -[2013-09-26 21:10:26] >81 -[2013-09-26 21:10:35] 83 -[2013-09-26 21:10:37] >83 -[2013-09-26 21:11:37] >>83 -[2013-09-26 21:12:37] >>83 -[2013-09-26 21:13:37] >>83 -[2013-09-26 21:14:37] >>83 -[2013-09-26 21:15:37] >>83 -[2013-09-26 21:16:37] >>83 -[2013-09-26 21:16:45] 81 -[2013-09-26 21:16:46] >81 -[2013-09-26 21:16:55] 83 -[2013-09-26 21:16:57] >83 -[2013-09-26 21:17:21] 87 -[2013-09-26 21:17:21] 83 -[2013-09-26 21:17:23] >83 -[2013-09-26 21:18:23] >>83 -[2013-09-26 21:19:23] >>83 -[2013-09-26 21:20:23] >>83 -[2013-09-26 21:21:23] >>83 -[2013-09-26 21:22:23] >>83 -[2013-09-26 21:23:04] 81 -[2013-09-26 21:23:05] >81 -[2013-09-26 21:23:14] 83 -[2013-09-26 21:23:16] >83 -[2013-09-26 21:24:16] >>83 -[2013-09-26 21:25:16] >>83 -[2013-09-26 21:26:16] >>83 -[2013-09-26 21:27:16] >>83 -[2013-09-26 21:28:16] >>83 -[2013-09-26 21:29:16] >>83 -[2013-09-26 21:29:24] 81 -[2013-09-26 21:29:25] >81 -[2013-09-26 21:29:34] 83 -[2013-09-26 21:29:36] >83 -[2013-09-26 21:30:00] 87 -[2013-09-26 21:30:01] 83 -[2013-09-26 21:30:03] >83 -[2013-09-26 21:31:02] >>83 -[2013-09-26 21:32:02] >>83 -[2013-09-26 21:33:02] >>83 -[2013-09-26 21:34:03] >>83 -[2013-09-26 21:35:03] >>83 -[2013-09-26 21:35:44] 81 -[2013-09-26 21:35:45] >81 -[2013-09-26 21:35:54] 83 -[2013-09-26 21:35:56] >83 -[2013-09-26 21:36:55] >>83 -[2013-09-26 21:37:55] >>83 -[2013-09-26 21:38:56] >>83 -[2013-09-26 21:39:56] >>83 -[2013-09-26 21:40:56] >>83 -[2013-09-26 21:41:56] >>83 -[2013-09-26 21:42:03] 81 -[2013-09-26 21:42:05] >81 -[2013-09-26 21:42:15] 83 -[2013-09-26 21:42:16] >83 -[2013-09-26 21:43:16] >>83 -[2013-09-26 21:44:16] >>83 -[2013-09-26 21:45:16] >>83 -[2013-09-26 21:46:16] >>83 -[2013-09-26 21:47:16] >>83 -[2013-09-26 21:48:17] >>83 -[2013-09-26 21:48:37] 81 -[2013-09-26 21:48:38] >81 -[2013-09-26 21:48:48] 83 -[2013-09-26 21:48:49] >83 -[2013-09-26 21:49:49] >>83 -[2013-09-26 21:50:49] >>83 -[2013-09-26 21:51:49] >>83 -[2013-09-26 21:52:49] >>83 -[2013-09-26 21:53:50] >>83 -[2013-09-26 21:54:50] >>83 -[2013-09-26 21:54:57] 81 -[2013-09-26 21:54:58] >81 -[2013-09-26 21:55:07] 83 -[2013-09-26 21:55:09] >83 -[2013-09-26 21:56:08] >>83 -[2013-09-26 21:57:08] >>83 -[2013-09-26 21:58:08] >>83 -[2013-09-26 21:59:09] >>83 -[2013-09-26 22:00:09] >>83 -[2013-09-26 22:01:09] >>83 -[2013-09-26 22:01:15] 81 -[2013-09-26 22:01:17] >81 -[2013-09-26 22:01:27] 83 -[2013-09-26 22:01:28] >83 -[2013-09-26 22:02:28] >>83 -[2013-09-26 22:03:28] >>83 -[2013-09-26 22:04:28] >>83 -[2013-09-26 22:05:28] >>83 -[2013-09-26 22:06:28] >>83 -[2013-09-26 22:07:29] >>83 -[2013-09-26 22:07:36] 81 -[2013-09-26 22:07:37] >81 -[2013-09-26 22:07:46] 83 -[2013-09-26 22:07:48] >83 -[2013-09-26 22:08:48] >>83 -[2013-09-26 22:09:48] >>83 -[2013-09-26 22:10:48] >>83 -[2013-09-26 22:11:48] >>83 -[2013-09-26 22:12:48] >>83 -[2013-09-26 22:13:48] >>83 -[2013-09-26 22:13:56] 81 -[2013-09-26 22:13:57] >81 -[2013-09-26 22:14:06] 83 -[2013-09-26 22:14:08] >83 -[2013-09-26 22:15:07] >>83 -[2013-09-26 22:16:07] >>83 -[2013-09-26 22:17:07] >>83 -[2013-09-26 22:18:08] >>83 -[2013-09-26 22:19:08] >>83 -[2013-09-26 22:20:08] >>83 -[2013-09-26 22:20:16] 81 -[2013-09-26 22:20:18] >81 -[2013-09-26 22:20:27] 83 -[2013-09-26 22:20:28] >83 -[2013-09-26 22:21:28] >>83 -[2013-09-26 22:22:28] >>83 -[2013-09-26 22:23:28] >>83 -[2013-09-26 22:24:28] >>83 -[2013-09-26 22:25:28] >>83 -[2013-09-26 22:26:29] >>83 -[2013-09-26 22:26:50] 81 -[2013-09-26 22:26:51] >81 -[2013-09-26 22:27:00] 83 -[2013-09-26 22:27:01] >83 -[2013-09-26 22:28:01] >>83 -[2013-09-26 22:29:01] >>83 -[2013-09-26 22:30:01] >>83 -[2013-09-26 22:31:01] >>83 -[2013-09-26 22:32:02] >>83 -[2013-09-26 22:33:02] >>83 -[2013-09-26 22:33:09] 81 -[2013-09-26 22:33:10] >81 -[2013-09-26 22:33:19] 83 -[2013-09-26 22:33:21] >83 -[2013-09-26 22:34:20] >>83 -[2013-09-26 22:35:20] >>83 -[2013-09-26 22:36:20] >>83 -[2013-09-26 22:37:21] >>83 -[2013-09-26 22:38:21] >>83 -[2013-09-26 22:39:21] >>83 -[2013-09-26 22:39:28] 81 -[2013-09-26 22:39:30] >81 -[2013-09-26 22:39:39] 83 -[2013-09-26 22:39:40] >83 -[2013-09-26 22:40:40] >>83 -[2013-09-26 22:41:40] >>83 -[2013-09-26 22:42:40] >>83 -[2013-09-26 22:43:40] >>83 -[2013-09-26 22:44:40] >>83 -[2013-09-26 22:45:41] >>83 -[2013-09-26 22:45:48] 81 -[2013-09-26 22:45:49] >81 -[2013-09-26 22:45:58] 83 -[2013-09-26 22:46:00] >83 -[2013-09-26 22:47:00] >>83 -[2013-09-26 22:48:00] >>83 -[2013-09-26 22:49:00] >>83 -[2013-09-26 22:50:00] >>83 -[2013-09-26 22:51:00] >>83 -[2013-09-26 22:52:00] >>83 -[2013-09-26 22:52:08] 81 -[2013-09-26 22:52:09] >81 -[2013-09-26 22:52:18] 83 -[2013-09-26 22:52:20] >83 -[2013-09-26 22:53:20] >>83 -[2013-09-26 22:54:20] >>83 -[2013-09-26 22:55:20] >>83 -[2013-09-26 22:56:20] >>83 -[2013-09-26 22:57:20] >>83 -[2013-09-26 22:58:20] >>83 -[2013-09-26 22:58:28] 81 -[2013-09-26 22:58:30] >81 -[2013-09-26 22:58:39] 83 -[2013-09-26 22:58:40] >83 -[2013-09-26 22:59:40] >>83 -[2013-09-26 23:00:40] >>83 -[2013-09-26 23:01:40] >>83 -[2013-09-26 23:02:40] >>83 -[2013-09-26 23:03:40] >>83 -[2013-09-26 23:04:41] >>83 -[2013-09-26 23:05:02] 81 -[2013-09-26 23:05:03] >81 -[2013-09-26 23:05:12] 83 -[2013-09-26 23:05:13] >83 -[2013-09-26 23:06:13] >>83 -[2013-09-26 23:07:13] >>83 -[2013-09-26 23:08:13] >>83 -[2013-09-26 23:09:13] >>83 -[2013-09-26 23:10:14] >>83 -[2013-09-26 23:11:14] >>83 -[2013-09-26 23:11:21] 81 -[2013-09-26 23:11:22] >81 -[2013-09-26 23:11:31] 83 -[2013-09-26 23:11:33] >83 -[2013-09-26 23:12:33] >>83 -[2013-09-26 23:13:33] >>83 -[2013-09-26 23:14:33] >>83 -[2013-09-26 23:15:33] >>83 -[2013-09-26 23:16:33] >>83 -[2013-09-26 23:17:33] >>83 -[2013-09-26 23:17:40] 81 -[2013-09-26 23:17:42] >81 -[2013-09-26 23:17:51] 83 -[2013-09-26 23:17:52] >83 -[2013-09-26 23:18:52] >>83 -[2013-09-26 23:19:52] >>83 -[2013-09-26 23:20:52] >>83 -[2013-09-26 23:21:52] >>83 -[2013-09-26 23:22:52] >>83 -[2013-09-26 23:23:52] >>83 -[2013-09-26 23:24:00] 81 -[2013-09-26 23:24:01] >81 -[2013-09-26 23:24:10] 83 -[2013-09-26 23:24:12] >83 -[2013-09-26 23:25:11] >>83 -[2013-09-26 23:26:12] >>83 -[2013-09-26 23:27:12] >>83 -[2013-09-26 23:28:12] >>83 -[2013-09-26 23:29:12] >>83 -[2013-09-26 23:30:12] >>83 -[2013-09-26 23:30:20] 81 -[2013-09-26 23:30:21] >81 -[2013-09-26 23:30:30] 83 -[2013-09-26 23:30:32] >83 -[2013-09-26 23:30:57] 87 -[2013-09-26 23:30:58] 83 -[2013-09-26 23:30:59] >83 -[2013-09-26 23:31:59] >>83 -[2013-09-26 23:32:59] >>83 -[2013-09-26 23:33:59] >>83 -[2013-09-26 23:34:59] >>83 -[2013-09-26 23:35:59] >>83 -[2013-09-26 23:36:41] 81 -[2013-09-26 23:36:42] >81 -[2013-09-26 23:36:51] 83 -[2013-09-26 23:36:52] >83 -[2013-09-26 23:37:52] >>83 -[2013-09-26 23:38:52] >>83 -[2013-09-26 23:39:52] >>83 -[2013-09-26 23:40:52] >>83 -[2013-09-26 23:41:53] >>83 -[2013-09-26 23:42:53] >>83 -[2013-09-26 23:43:13] 81 -[2013-09-26 23:43:15] >81 -[2013-09-26 23:43:24] 83 -[2013-09-26 23:43:26] >83 -[2013-09-26 23:44:25] >>83 -[2013-09-26 23:45:25] >>83 -[2013-09-26 23:46:25] >>83 -[2013-09-26 23:47:26] >>83 -[2013-09-26 23:48:26] >>83 -[2013-09-26 23:49:26] >>83 -[2013-09-26 23:49:32] 81 -[2013-09-26 23:49:34] >81 -[2013-09-26 23:49:44] 83 -[2013-09-26 23:49:45] >83 -[2013-09-26 23:50:45] >>83 -[2013-09-26 23:51:45] >>83 -[2013-09-26 23:52:45] >>83 -[2013-09-26 23:53:45] >>83 -[2013-09-26 23:54:45] >>83 -[2013-09-26 23:55:45] >>83 -[2013-09-26 23:55:53] 81 -[2013-09-26 23:55:54] >81 -[2013-09-26 23:56:03] 83 -[2013-09-26 23:56:04] >83 -[2013-09-26 23:57:04] >>83 -[2013-09-26 23:58:04] >>83 -[2013-09-26 23:59:04] >>83 -[2013-09-27 00:00:04] >>83 -[2013-09-27 00:01:05] >>83 -[2013-09-27 00:02:05] >>83 -[2013-09-27 00:02:12] 81 -[2013-09-27 00:02:14] >81 -[2013-09-27 00:02:22] 83 -[2013-09-27 00:02:24] >83 -[2013-09-27 00:03:24] >>83 -[2013-09-27 00:04:24] >>83 -[2013-09-27 00:05:24] >>83 -[2013-09-27 00:06:24] >>83 -[2013-09-27 00:07:24] >>83 -[2013-09-27 00:08:24] >>83 -[2013-09-27 00:08:32] 81 -[2013-09-27 00:08:34] >81 -[2013-09-27 00:08:43] 83 -[2013-09-27 00:08:44] >83 -[2013-09-27 00:09:09] 87 -[2013-09-27 00:09:10] 83 -[2013-09-27 00:09:12] >83 -[2013-09-27 00:10:11] >>83 -[2013-09-27 00:11:11] >>83 -[2013-09-27 00:12:11] >>83 -[2013-09-27 00:13:12] >>83 -[2013-09-27 00:14:12] >>83 -[2013-09-27 00:14:52] 81 -[2013-09-27 00:14:54] >81 -[2013-09-27 00:15:03] 83 -[2013-09-27 00:15:05] >83 -[2013-09-27 00:15:12] 81 -[2013-09-27 00:15:14] >81 -[2013-09-27 00:15:43] 83 -[2013-09-27 00:15:44] >83 -[2013-09-27 00:16:44] >>83 -[2013-09-27 00:17:44] >>83 -[2013-09-27 00:18:44] >>83 -[2013-09-27 00:19:45] >>83 -[2013-09-27 00:20:45] >>83 -[2013-09-27 00:21:43] 81 -[2013-09-27 00:21:45] >81 -[2013-09-27 00:21:54] 83 -[2013-09-27 00:21:56] >83 -[2013-09-27 00:22:56] >>83 -[2013-09-27 00:23:56] >>83 -[2013-09-27 00:24:56] >>83 -[2013-09-27 00:25:56] >>83 -[2013-09-27 00:26:56] >>83 -[2013-09-27 00:27:56] >>83 -[2013-09-27 00:28:03] 81 -[2013-09-27 00:28:05] >81 -[2013-09-27 00:28:14] 83 -[2013-09-27 00:28:15] >83 -[2013-09-27 00:29:15] >>83 -[2013-09-27 00:30:15] >>83 -[2013-09-27 00:31:15] >>83 -[2013-09-27 00:32:15] >>83 -[2013-09-27 00:33:15] >>83 -[2013-09-27 00:34:16] >>83 -[2013-09-27 00:34:24] 81 -[2013-09-27 00:34:25] >81 -[2013-09-27 00:34:33] 83 -[2013-09-27 00:34:35] >83 -[2013-09-27 00:35:35] >>83 -[2013-09-27 00:36:35] >>83 -[2013-09-27 00:37:35] >>83 -[2013-09-27 00:38:35] >>83 -[2013-09-27 00:39:35] >>83 -[2013-09-27 00:40:35] >>83 -[2013-09-27 00:40:43] 81 -[2013-09-27 00:40:45] >81 -[2013-09-27 00:40:53] 83 -[2013-09-27 00:40:55] >83 -[2013-09-27 00:41:55] >>83 -[2013-09-27 00:42:55] >>83 -[2013-09-27 00:43:55] >>83 -[2013-09-27 00:44:55] >>83 -[2013-09-27 00:45:55] >>83 -[2013-09-27 00:46:55] >>83 -[2013-09-27 00:47:03] 81 -[2013-09-27 00:47:05] >81 -[2013-09-27 00:47:14] 83 -[2013-09-27 00:47:16] >83 -[2013-09-27 00:48:15] >>83 -[2013-09-27 00:49:15] >>83 -[2013-09-27 00:50:16] >>83 -[2013-09-27 00:51:16] >>83 -[2013-09-27 00:52:16] >>83 -[2013-09-27 00:53:16] >>83 -[2013-09-27 00:53:25] 81 -[2013-09-27 00:53:26] >81 -[2013-09-27 00:53:35] 83 -[2013-09-27 00:53:36] >83 -[2013-09-27 00:54:36] >>83 -[2013-09-27 00:55:36] >>83 -[2013-09-27 00:56:36] >>83 -[2013-09-27 00:57:36] >>83 -[2013-09-27 00:58:37] >>83 -[2013-09-27 00:59:37] >>83 -[2013-09-27 00:59:56] 81 -[2013-09-27 00:59:58] >81 -[2013-09-27 01:00:06] 83 -[2013-09-27 01:00:08] >83 -[2013-09-27 01:00:32] 87 -[2013-09-27 01:00:33] 83 -[2013-09-27 01:00:34] >83 -[2013-09-27 01:01:34] >>83 -[2013-09-27 01:02:34] >>83 -[2013-09-27 01:03:34] >>83 -[2013-09-27 01:04:34] >>83 -[2013-09-27 01:05:35] >>83 -[2013-09-27 01:06:15] 81 -[2013-09-27 01:06:17] >81 -[2013-09-27 01:06:26] 83 -[2013-09-27 01:06:27] >83 -[2013-09-27 01:07:27] >>83 -[2013-09-27 01:08:27] >>83 -[2013-09-27 01:09:27] >>83 -[2013-09-27 01:10:27] >>83 -[2013-09-27 01:11:28] >>83 -[2013-09-27 01:12:28] >>83 -[2013-09-27 01:12:35] 81 -[2013-09-27 01:12:37] >81 -[2013-09-27 01:12:45] 83 -[2013-09-27 01:12:47] >83 -[2013-09-27 01:13:47] >>83 -[2013-09-27 01:14:47] >>83 -[2013-09-27 01:15:47] >>83 -[2013-09-27 01:16:47] >>83 -[2013-09-27 01:17:47] >>83 -[2013-09-27 01:18:47] >>83 -[2013-09-27 01:18:55] 81 -[2013-09-27 01:18:57] >81 -[2013-09-27 01:19:06] 83 -[2013-09-27 01:19:07] >83 -[2013-09-27 01:20:07] >>83 -[2013-09-27 01:21:07] >>83 -[2013-09-27 01:22:07] >>83 -[2013-09-27 01:23:07] >>83 -[2013-09-27 01:24:07] >>83 -[2013-09-27 01:25:08] >>83 -[2013-09-27 01:25:15] 81 -[2013-09-27 01:25:17] >81 -[2013-09-27 01:25:26] 83 -[2013-09-27 01:25:27] >83 -[2013-09-27 01:26:27] >>83 -[2013-09-27 01:27:27] >>83 -[2013-09-27 01:28:27] >>83 -[2013-09-27 01:29:27] >>83 -[2013-09-27 01:30:28] >>83 -[2013-09-27 01:31:28] >>83 -[2013-09-27 01:31:36] 81 -[2013-09-27 01:31:38] >81 -[2013-09-27 01:31:47] 83 -[2013-09-27 01:31:49] >83 -[2013-09-27 01:32:48] >>83 -[2013-09-27 01:33:48] >>83 -[2013-09-27 01:34:48] >>83 -[2013-09-27 01:35:49] >>83 -[2013-09-27 01:36:49] >>83 -[2013-09-27 01:37:49] >>83 -[2013-09-27 01:38:08] 81 -[2013-09-27 01:38:10] >81 -[2013-09-27 01:38:19] 83 -[2013-09-27 01:38:20] >83 -[2013-09-27 01:39:20] >>83 -[2013-09-27 01:40:20] >>83 -[2013-09-27 01:41:20] >>83 -[2013-09-27 01:42:20] >>83 -[2013-09-27 01:43:20] >>83 -[2013-09-27 01:44:21] >>83 -[2013-09-27 01:44:27] 81 -[2013-09-27 01:44:29] >81 -[2013-09-27 01:44:38] 83 -[2013-09-27 01:44:39] >83 -[2013-09-27 01:45:39] >>83 -[2013-09-27 01:46:39] >>83 -[2013-09-27 01:47:39] >>83 -[2013-09-27 01:48:39] >>83 -[2013-09-27 01:49:40] >>83 -[2013-09-27 01:50:40] >>83 -[2013-09-27 01:50:47] 81 -[2013-09-27 01:50:49] >81 -[2013-09-27 01:50:57] 83 -[2013-09-27 01:50:59] >83 -[2013-09-27 01:51:59] >>83 -[2013-09-27 01:52:59] >>83 -[2013-09-27 01:53:59] >>83 -[2013-09-27 01:54:59] >>83 -[2013-09-27 01:55:59] >>83 -[2013-09-27 01:56:59] >>83 -[2013-09-27 01:57:07] 81 -[2013-09-27 01:57:09] >81 -[2013-09-27 01:57:18] 83 -[2013-09-27 01:57:19] >83 -[2013-09-27 01:58:19] >>83 -[2013-09-27 01:59:19] >>83 -[2013-09-27 02:00:19] >>83 -[2013-09-27 02:01:19] >>83 -[2013-09-27 02:02:19] >>83 -[2013-09-27 02:03:20] >>83 -[2013-09-27 02:03:27] 81 -[2013-09-27 02:03:29] >81 -[2013-09-27 02:03:38] 83 -[2013-09-27 02:03:40] >83 -[2013-09-27 02:04:39] >>83 -[2013-09-27 02:05:40] >>83 -[2013-09-27 02:06:40] >>83 -[2013-09-27 02:07:40] >>83 -[2013-09-27 02:08:40] >>83 -[2013-09-27 02:09:40] >>83 -[2013-09-27 02:09:48] 81 -[2013-09-27 02:09:50] >81 -[2013-09-27 02:09:59] 83 -[2013-09-27 02:10:01] >83 -[2013-09-27 02:11:00] >>83 -[2013-09-27 02:12:00] >>83 -[2013-09-27 02:13:00] >>83 -[2013-09-27 02:14:01] >>83 -[2013-09-27 02:15:01] >>83 -[2013-09-27 02:16:01] >>83 -[2013-09-27 02:16:20] 81 -[2013-09-27 02:16:22] >81 -[2013-09-27 02:16:31] 83 -[2013-09-27 02:16:32] >83 -[2013-09-27 02:17:32] >>83 -[2013-09-27 02:18:32] >>83 -[2013-09-27 02:19:32] >>83 -[2013-09-27 02:19:52] 81 -[2013-09-27 02:19:54] >81 -[2013-09-27 02:20:53] >>81 -[2013-09-27 02:21:54] >>81 -[2013-09-27 02:22:54] >>81 -[2013-09-27 02:23:11] 83 -[2013-09-27 02:23:13] >83 -[2013-09-27 02:24:13] >>83 -[2013-09-27 02:25:13] >>83 -[2013-09-27 02:26:13] >>83 -[2013-09-27 02:27:13] >>83 -[2013-09-27 02:28:13] >>83 -[2013-09-27 02:29:11] 81 -[2013-09-27 02:29:13] >81 -[2013-09-27 02:29:22] 83 -[2013-09-27 02:29:23] >83 -[2013-09-27 02:30:23] >>83 -[2013-09-27 02:31:23] >>83 -[2013-09-27 02:32:23] >>83 -[2013-09-27 02:33:24] >>83 -[2013-09-27 02:34:24] >>83 -[2013-09-27 02:35:24] >>83 -[2013-09-27 02:35:31] 81 -[2013-09-27 02:35:33] >81 -[2013-09-27 02:35:41] 83 -[2013-09-27 02:35:43] >83 -[2013-09-27 02:36:43] >>83 -[2013-09-27 02:37:43] >>83 -[2013-09-27 02:38:43] >>83 -[2013-09-27 02:39:43] >>83 -[2013-09-27 02:40:43] >>83 -[2013-09-27 02:41:43] >>83 -[2013-09-27 02:41:50] 81 -[2013-09-27 02:41:52] >81 -[2013-09-27 02:42:01] 83 -[2013-09-27 02:42:03] >83 -[2013-09-27 02:43:02] >>83 -[2013-09-27 02:44:03] >>83 -[2013-09-27 02:45:03] >>83 -[2013-09-27 02:46:03] >>83 -[2013-09-27 02:47:03] >>83 -[2013-09-27 02:48:03] >>83 -[2013-09-27 02:48:10] 81 -[2013-09-27 02:48:12] >81 -[2013-09-27 02:48:21] 83 -[2013-09-27 02:48:23] >83 -[2013-09-27 02:49:23] >>83 -[2013-09-27 02:50:23] >>83 -[2013-09-27 02:51:23] >>83 -[2013-09-27 02:52:23] >>83 -[2013-09-27 02:53:23] >>83 -[2013-09-27 02:54:23] >>83 -[2013-09-27 02:54:43] 81 -[2013-09-27 02:54:45] >81 -[2013-09-27 02:54:53] 83 -[2013-09-27 02:54:55] >83 -[2013-09-27 02:55:55] >>83 -[2013-09-27 02:56:55] >>83 -[2013-09-27 02:57:55] >>83 -[2013-09-27 02:58:55] >>83 -[2013-09-27 02:59:55] >>83 -[2013-09-27 03:00:55] >>83 -[2013-09-27 03:01:04] 81 -[2013-09-27 03:01:06] >81 -[2013-09-27 03:01:15] 83 -[2013-09-27 03:01:16] >83 -[2013-09-27 03:02:16] >>83 -[2013-09-27 03:03:16] >>83 -[2013-09-27 03:04:16] >>83 -[2013-09-27 03:05:16] >>83 -[2013-09-27 03:06:16] >>83 -[2013-09-27 03:07:17] >>83 -[2013-09-27 03:07:24] 81 -[2013-09-27 03:07:26] >81 -[2013-09-27 03:07:34] 83 -[2013-09-27 03:07:36] >83 -[2013-09-27 03:08:36] >>83 -[2013-09-27 03:09:36] >>83 -[2013-09-27 03:10:36] >>83 -[2013-09-27 03:11:36] >>83 -[2013-09-27 03:12:36] >>83 -[2013-09-27 03:13:36] >>83 -[2013-09-27 03:13:43] 81 -[2013-09-27 03:13:45] >81 -[2013-09-27 03:13:53] 83 -[2013-09-27 03:13:55] >83 -[2013-09-27 03:14:55] >>83 -[2013-09-27 03:15:55] >>83 -[2013-09-27 03:16:55] >>83 -[2013-09-27 03:17:55] >>83 -[2013-09-27 03:18:55] >>83 -[2013-09-27 03:19:55] >>83 -[2013-09-27 03:20:03] 81 -[2013-09-27 03:20:05] >81 -[2013-09-27 03:20:13] 83 -[2013-09-27 03:20:15] >83 -[2013-09-27 03:21:14] >>83 -[2013-09-27 03:22:14] >>83 -[2013-09-27 03:23:15] >>83 -[2013-09-27 03:24:15] >>83 -[2013-09-27 03:25:15] >>83 -[2013-09-27 03:26:15] >>83 -[2013-09-27 03:26:23] 81 -[2013-09-27 03:26:25] >81 -[2013-09-27 03:26:33] 83 -[2013-09-27 03:26:35] >83 -[2013-09-27 03:27:34] >>83 -[2013-09-27 03:28:35] >>83 -[2013-09-27 03:29:35] >>83 -[2013-09-27 03:30:35] >>83 -[2013-09-27 03:31:35] >>83 -[2013-09-27 03:32:35] >>83 -[2013-09-27 03:32:55] 81 -[2013-09-27 03:32:57] >81 -[2013-09-27 03:33:06] 83 -[2013-09-27 03:33:08] >83 -[2013-09-27 03:34:07] >>83 -[2013-09-27 03:35:07] >>83 -[2013-09-27 03:36:07] >>83 -[2013-09-27 03:37:08] >>83 -[2013-09-27 03:38:08] >>83 -[2013-09-27 03:39:08] >>83 -[2013-09-27 03:39:16] 81 -[2013-09-27 03:39:17] >81 -[2013-09-27 03:39:47] 99 -[2013-09-27 03:39:49] >99 -[2013-09-27 03:40:48] >>99 -[2013-09-27 03:41:48] >>99 -[2013-09-27 03:42:49] >>99 -[2013-09-27 03:43:49] >>99 -[2013-09-27 03:44:49] >>99 -[2013-09-27 03:45:22] 89 -[2013-09-27 03:45:24] >89 -[2013-09-27 03:45:25] 81 -[2013-09-27 03:45:27] >81 -[2013-09-27 03:45:31] 83 -[2013-09-27 03:45:32] >83 -[2013-09-27 03:46:32] >>83 -[2013-09-27 03:47:32] >>83 -[2013-09-27 03:48:32] >>83 -[2013-09-27 03:49:32] >>83 -[2013-09-27 03:50:33] >>83 -[2013-09-27 03:51:33] >>83 -[2013-09-27 03:51:34] 81 -[2013-09-27 03:51:36] >81 -[2013-09-27 03:51:44] 83 -[2013-09-27 03:51:46] >83 -[2013-09-27 03:52:46] >>83 -[2013-09-27 03:53:46] >>83 -[2013-09-27 03:54:46] >>83 -[2013-09-27 03:55:46] >>83 -[2013-09-27 03:56:46] >>83 -[2013-09-27 03:57:46] >>83 -[2013-09-27 03:57:54] 81 -[2013-09-27 03:57:56] >81 -[2013-09-27 03:58:04] 83 -[2013-09-27 03:58:06] >83 -[2013-09-27 03:59:05] >>83 -[2013-09-27 04:00:05] >>83 -[2013-09-27 04:01:06] >>83 -[2013-09-27 04:02:06] >>83 -[2013-09-27 04:03:06] >>83 -[2013-09-27 04:04:06] >>83 -[2013-09-27 04:04:13] 81 -[2013-09-27 04:04:15] >81 -[2013-09-27 04:04:24] 83 -[2013-09-27 04:04:25] >83 -[2013-09-27 04:05:25] >>83 -[2013-09-27 04:06:25] >>83 -[2013-09-27 04:07:25] >>83 -[2013-09-27 04:08:25] >>83 -[2013-09-27 04:09:26] >>83 -[2013-09-27 04:10:26] >>83 -[2013-09-27 04:10:33] 81 -[2013-09-27 04:10:35] >81 -[2013-09-27 04:10:44] 83 -[2013-09-27 04:10:45] >83 -[2013-09-27 04:11:45] >>83 -[2013-09-27 04:12:45] >>83 -[2013-09-27 04:13:45] >>83 -[2013-09-27 04:14:46] >>83 -[2013-09-27 04:15:46] >>83 -[2013-09-27 04:16:46] >>83 -[2013-09-27 04:17:06] 81 -[2013-09-27 04:17:08] >81 -[2013-09-27 04:17:16] 83 -[2013-09-27 04:17:18] >83 -[2013-09-27 04:18:18] >>83 -[2013-09-27 04:19:18] >>83 -[2013-09-27 04:20:18] >>83 -[2013-09-27 04:21:18] >>83 -[2013-09-27 04:22:18] >>83 -[2013-09-27 04:23:18] >>83 -[2013-09-27 04:23:27] 81 -[2013-09-27 04:23:29] >81 -[2013-09-27 04:23:38] 83 -[2013-09-27 04:23:39] >83 -[2013-09-27 04:24:39] >>83 -[2013-09-27 04:25:39] >>83 -[2013-09-27 04:26:39] >>83 -[2013-09-27 04:27:39] >>83 -[2013-09-27 04:28:39] >>83 -[2013-09-27 04:29:40] >>83 -[2013-09-27 04:29:46] 81 -[2013-09-27 04:29:48] >81 -[2013-09-27 04:29:57] 83 -[2013-09-27 04:29:58] >83 -[2013-09-27 04:30:58] >>83 -[2013-09-27 04:31:58] >>83 -[2013-09-27 04:32:58] >>83 -[2013-09-27 04:33:58] >>83 -[2013-09-27 04:34:59] >>83 -[2013-09-27 04:35:59] >>83 -[2013-09-27 04:36:06] 81 -[2013-09-27 04:36:07] >81 -[2013-09-27 04:36:16] 83 -[2013-09-27 04:36:18] >83 -[2013-09-27 04:37:18] >>83 -[2013-09-27 04:38:18] >>83 -[2013-09-27 04:39:18] >>83 -[2013-09-27 04:40:18] >>83 -[2013-09-27 04:41:18] >>83 -[2013-09-27 04:42:18] >>83 -[2013-09-27 04:42:25] 81 -[2013-09-27 04:42:26] >81 -[2013-09-27 04:42:36] 83 -[2013-09-27 04:42:38] >83 -[2013-09-27 04:43:37] >>83 -[2013-09-27 04:44:37] >>83 -[2013-09-27 04:45:38] >>83 -[2013-09-27 04:46:38] >>83 -[2013-09-27 04:47:38] >>83 -[2013-09-27 04:48:38] >>83 -[2013-09-27 04:48:45] 81 -[2013-09-27 04:48:47] >81 -[2013-09-27 04:48:56] 83 -[2013-09-27 04:48:57] >83 -[2013-09-27 04:49:57] >>83 -[2013-09-27 04:50:57] >>83 -[2013-09-27 04:51:57] >>83 -[2013-09-27 04:52:57] >>83 -[2013-09-27 04:53:57] >>83 -[2013-09-27 04:54:58] >>83 -[2013-09-27 04:55:18] 81 -[2013-09-27 04:55:19] >81 -[2013-09-27 04:55:28] 83 -[2013-09-27 04:55:30] >83 -[2013-09-27 04:56:30] >>83 -[2013-09-27 04:57:30] >>83 -[2013-09-27 04:58:30] >>83 -[2013-09-27 04:59:30] >>83 -[2013-09-27 05:00:30] >>83 -[2013-09-27 05:01:30] >>83 -[2013-09-27 05:01:39] 81 -[2013-09-27 05:01:40] >81 -[2013-09-27 05:01:50] 83 -[2013-09-27 05:01:51] >83 -[2013-09-27 05:02:51] >>83 -[2013-09-27 05:03:51] >>83 -[2013-09-27 05:04:51] >>83 -[2013-09-27 05:05:51] >>83 -[2013-09-27 05:06:51] >>83 -[2013-09-27 05:07:51] >>83 -[2013-09-27 05:07:58] 81 -[2013-09-27 05:08:00] >81 -[2013-09-27 05:08:09] 83 -[2013-09-27 05:08:10] >83 -[2013-09-27 05:09:10] >>83 -[2013-09-27 05:10:10] >>83 -[2013-09-27 05:11:10] >>83 -[2013-09-27 05:12:10] >>83 -[2013-09-27 05:13:10] >>83 -[2013-09-27 05:14:11] >>83 -[2013-09-27 05:14:18] 81 -[2013-09-27 05:14:20] >81 -[2013-09-27 05:14:28] 83 -[2013-09-27 05:14:30] >83 -[2013-09-27 05:15:30] >>83 -[2013-09-27 05:16:30] >>83 -[2013-09-27 05:17:30] >>83 -[2013-09-27 05:18:30] >>83 -[2013-09-27 05:19:30] >>83 -[2013-09-27 05:20:30] >>83 -[2013-09-27 05:20:38] 81 -[2013-09-27 05:20:39] >81 -[2013-09-27 05:20:48] 83 -[2013-09-27 05:20:50] >83 -[2013-09-27 05:21:14] 87 -[2013-09-27 05:21:15] 83 -[2013-09-27 05:21:16] >83 -[2013-09-27 05:22:16] >>83 -[2013-09-27 05:23:16] >>83 -[2013-09-27 05:24:16] >>83 -[2013-09-27 05:25:17] >>83 -[2013-09-27 05:26:17] >>83 -[2013-09-27 05:26:58] 81 -[2013-09-27 05:26:59] >81 -[2013-09-27 05:27:08] 83 -[2013-09-27 05:27:10] >83 -[2013-09-27 05:28:09] >>83 -[2013-09-27 05:29:09] >>83 -[2013-09-27 05:30:09] >>83 -[2013-09-27 05:31:10] >>83 -[2013-09-27 05:32:10] >>83 -[2013-09-27 05:33:10] >>83 -[2013-09-27 05:33:30] 81 -[2013-09-27 05:33:32] >81 -[2013-09-27 05:33:41] 83 -[2013-09-27 05:33:42] >83 -[2013-09-27 05:34:42] >>83 -[2013-09-27 05:35:42] >>83 -[2013-09-27 05:36:42] >>83 -[2013-09-27 05:37:42] >>83 -[2013-09-27 05:38:42] >>83 -[2013-09-27 05:39:43] >>83 -[2013-09-27 05:39:51] 81 -[2013-09-27 05:39:52] >81 -[2013-09-27 05:40:01] 83 -[2013-09-27 05:40:03] >83 -[2013-09-27 05:40:15] 81 -[2013-09-27 05:40:17] >81 -[2013-09-27 05:40:30] 83 -[2013-09-27 05:40:32] >83 -[2013-09-27 05:41:31] >>83 -[2013-09-27 05:42:32] >>83 -[2013-09-27 05:43:32] >>83 -[2013-09-27 05:44:32] >>83 -[2013-09-27 05:45:32] >>83 -[2013-09-27 05:46:30] 81 -[2013-09-27 05:46:31] >81 -[2013-09-27 05:46:40] 83 -[2013-09-27 05:46:42] >83 -[2013-09-27 05:47:42] >>83 -[2013-09-27 05:48:42] >>83 -[2013-09-27 05:49:42] >>83 -[2013-09-27 05:50:42] >>83 -[2013-09-27 05:51:42] >>83 -[2013-09-27 05:52:42] >>83 -[2013-09-27 05:52:50] 81 -[2013-09-27 05:52:51] >81 -[2013-09-27 05:53:00] 83 -[2013-09-27 05:53:02] >83 -[2013-09-27 05:54:01] >>83 -[2013-09-27 05:55:01] >>83 -[2013-09-27 05:56:01] >>83 -[2013-09-27 05:57:02] >>83 -[2013-09-27 05:58:02] >>83 -[2013-09-27 05:59:02] >>83 -[2013-09-27 05:59:09] 81 -[2013-09-27 05:59:18] >81 -[2013-09-27 05:59:19] 83 -[2013-09-27 05:59:21] >83 -[2013-09-27 06:00:21] >>83 -[2013-09-27 06:01:21] >>83 -[2013-09-27 06:02:21] >>83 -[2013-09-27 06:03:21] >>83 -[2013-09-27 06:04:21] >>83 -[2013-09-27 06:05:21] >>83 -[2013-09-27 06:05:29] 81 -[2013-09-27 06:05:30] >81 -[2013-09-27 06:05:40] 83 -[2013-09-27 06:05:41] >83 -[2013-09-27 06:06:41] >>83 -[2013-09-27 06:07:41] >>83 -[2013-09-27 06:08:41] >>83 -[2013-09-27 06:09:41] >>83 -[2013-09-27 06:10:41] >>83 -[2013-09-27 06:11:41] >>83 -[2013-09-27 06:12:02] 81 -[2013-09-27 06:12:04] >81 -[2013-09-27 06:12:12] 83 -[2013-09-27 06:12:14] >83 -[2013-09-27 06:13:13] >>83 -[2013-09-27 06:14:14] >>83 -[2013-09-27 06:15:14] >>83 -[2013-09-27 06:16:14] >>83 -[2013-09-27 06:17:14] >>83 -[2013-09-27 06:18:14] >>83 -[2013-09-27 06:18:23] 81 -[2013-09-27 06:18:24] >81 -[2013-09-27 06:18:33] 83 -[2013-09-27 06:18:35] >83 -[2013-09-27 06:19:35] >>83 -[2013-09-27 06:20:35] >>83 -[2013-09-27 06:21:35] >>83 -[2013-09-27 06:22:35] >>83 -[2013-09-27 06:23:35] >>83 -[2013-09-27 06:24:35] >>83 -[2013-09-27 06:24:42] 81 -[2013-09-27 06:24:43] >81 -[2013-09-27 06:24:53] 83 -[2013-09-27 06:24:54] >83 -[2013-09-27 06:25:54] >>83 -[2013-09-27 06:26:54] >>83 -[2013-09-27 06:27:54] >>83 -[2013-09-27 06:28:54] >>83 -[2013-09-27 06:29:54] >>83 -[2013-09-27 06:30:54] >>83 -[2013-09-27 06:31:02] 81 -[2013-09-27 06:31:04] >81 -[2013-09-27 06:31:12] 83 -[2013-09-27 06:31:14] >83 -[2013-09-27 06:32:13] >>83 -[2013-09-27 06:33:14] >>83 -[2013-09-27 06:34:14] >>83 -[2013-09-27 06:35:14] >>83 -[2013-09-27 06:36:14] >>83 -[2013-09-27 06:37:14] >>83 -[2013-09-27 06:37:22] 81 -[2013-09-27 06:37:23] >81 -[2013-09-27 06:37:32] 83 -[2013-09-27 06:37:33] >83 -[2013-09-27 06:38:33] >>83 -[2013-09-27 06:39:33] >>83 -[2013-09-27 06:40:33] >>83 -[2013-09-27 06:41:33] >>83 -[2013-09-27 06:42:34] >>83 -[2013-09-27 06:43:34] >>83 -[2013-09-27 06:43:42] 81 -[2013-09-27 06:43:43] >81 -[2013-09-27 06:43:52] 83 -[2013-09-27 06:43:54] >83 -[2013-09-27 06:44:53] >>83 -[2013-09-27 06:45:53] >>83 -[2013-09-27 06:46:53] >>83 -[2013-09-27 06:47:54] >>83 -[2013-09-27 06:48:54] >>83 -[2013-09-27 06:49:54] >>83 -[2013-09-27 06:50:14] 81 -[2013-09-27 06:50:16] >81 -[2013-09-27 06:50:25] 83 -[2013-09-27 06:50:26] >83 -[2013-09-27 06:51:26] >>83 -[2013-09-27 06:52:26] >>83 -[2013-09-27 06:53:26] >>83 -[2013-09-27 06:54:26] >>83 -[2013-09-27 06:55:26] >>83 -[2013-09-27 06:56:27] >>83 -[2013-09-27 06:56:35] 81 -[2013-09-27 06:56:36] >81 -[2013-09-27 06:56:45] 83 -[2013-09-27 06:56:47] >83 -[2013-09-27 06:57:47] >>83 -[2013-09-27 06:58:47] >>83 -[2013-09-27 06:59:47] >>83 -[2013-09-27 07:00:47] >>83 -[2013-09-27 07:01:47] >>83 -[2013-09-27 07:02:47] >>83 -[2013-09-27 07:02:55] 81 -[2013-09-27 07:02:56] >81 -[2013-09-27 07:03:05] 83 -[2013-09-27 07:03:07] >83 -[2013-09-27 07:04:06] >>83 -[2013-09-27 07:05:06] >>83 -[2013-09-27 07:06:06] >>83 -[2013-09-27 07:07:07] >>83 -[2013-09-27 07:08:07] >>83 -[2013-09-27 07:09:07] >>83 -[2013-09-27 07:09:14] 81 -[2013-09-27 07:09:16] >81 -[2013-09-27 07:09:25] 83 -[2013-09-27 07:09:26] >83 -[2013-09-27 07:10:26] >>83 -[2013-09-27 07:11:26] >>83 -[2013-09-27 07:12:26] >>83 -[2013-09-27 07:13:26] >>83 -[2013-09-27 07:14:26] >>83 -[2013-09-27 07:15:26] >>83 -[2013-09-27 07:15:34] 81 -[2013-09-27 07:15:35] >81 -[2013-09-27 07:15:44] 83 -[2013-09-27 07:15:46] >83 -[2013-09-27 07:16:45] >>83 -[2013-09-27 07:17:46] >>83 -[2013-09-27 07:18:46] >>83 -[2013-09-27 07:19:46] >>83 -[2013-09-27 07:20:46] >>83 -[2013-09-27 07:21:46] >>83 -[2013-09-27 07:21:54] 81 -[2013-09-27 07:21:55] >81 -[2013-09-27 07:22:04] 83 -[2013-09-27 07:22:05] >83 -[2013-09-27 07:23:05] >>83 -[2013-09-27 07:24:05] >>83 -[2013-09-27 07:25:05] >>83 -[2013-09-27 07:26:05] >>83 -[2013-09-27 07:27:06] >>83 -[2013-09-27 07:28:06] >>83 -[2013-09-27 07:28:26] 81 -[2013-09-27 07:28:27] >81 -[2013-09-27 07:28:36] 83 -[2013-09-27 07:28:38] >83 -[2013-09-27 07:29:04] 87 -[2013-09-27 07:29:04] 83 -[2013-09-27 07:29:06] >83 -[2013-09-27 07:30:06] >>83 -[2013-09-27 07:31:06] >>83 -[2013-09-27 07:32:06] >>83 -[2013-09-27 07:33:06] >>83 -[2013-09-27 07:34:06] >>83 -[2013-09-27 07:34:47] 81 -[2013-09-27 07:34:48] >81 -[2013-09-27 07:34:57] 83 -[2013-09-27 07:34:59] >83 -[2013-09-27 07:35:59] >>83 -[2013-09-27 07:36:59] >>83 -[2013-09-27 07:37:59] >>83 -[2013-09-27 07:38:59] >>83 -[2013-09-27 07:39:59] >>83 -[2013-09-27 07:40:59] >>83 -[2013-09-27 07:41:07] 81 -[2013-09-27 07:41:09] >81 -[2013-09-27 07:41:17] 83 -[2013-09-27 07:41:19] >83 -[2013-09-27 07:42:18] >>83 -[2013-09-27 07:43:19] >>83 -[2013-09-27 07:44:19] >>83 -[2013-09-27 07:45:19] >>83 -[2013-09-27 07:46:19] >>83 -[2013-09-27 07:47:19] >>83 -[2013-09-27 07:47:26] 81 -[2013-09-27 07:47:27] >81 -[2013-09-27 07:47:36] 83 -[2013-09-27 07:47:38] >83 -[2013-09-27 07:48:38] >>83 -[2013-09-27 07:49:38] >>83 -[2013-09-27 07:50:38] >>83 -[2013-09-27 07:51:38] >>83 -[2013-09-27 07:52:38] >>83 -[2013-09-27 07:53:38] >>83 -[2013-09-27 07:53:46] 81 -[2013-09-27 07:53:47] >81 -[2013-09-27 07:53:56] 83 -[2013-09-27 07:53:58] >83 -[2013-09-27 07:54:57] >>83 -[2013-09-27 07:55:57] >>83 -[2013-09-27 07:56:57] >>83 -[2013-09-27 07:57:58] >>83 -[2013-09-27 07:58:58] >>83 -[2013-09-27 07:59:58] >>83 -[2013-09-27 08:00:05] 81 -[2013-09-27 08:00:07] >81 -[2013-09-27 08:00:16] 83 -[2013-09-27 08:00:18] >83 -[2013-09-27 08:01:17] >>83 -[2013-09-27 08:02:17] >>83 -[2013-09-27 08:03:18] >>83 -[2013-09-27 08:04:18] >>83 -[2013-09-27 08:05:18] >>83 -[2013-09-27 08:06:18] >>83 -[2013-09-27 08:06:39] 81 -[2013-09-27 08:06:40] >81 -[2013-09-27 08:06:49] 83 -[2013-09-27 08:06:50] >83 -[2013-09-27 08:07:19] 81 -[2013-09-27 08:07:21] >81 -[2013-09-27 08:07:30] 83 -[2013-09-27 08:07:31] >83 -[2013-09-27 08:08:31] >>83 -[2013-09-27 08:09:31] >>83 -[2013-09-27 08:10:31] >>83 -[2013-09-27 08:11:31] >>83 -[2013-09-27 08:12:31] >>83 -[2013-09-27 08:13:00] 81 -[2013-09-27 08:13:01] >81 -[2013-09-27 08:13:10] 83 -[2013-09-27 08:13:11] >83 -[2013-09-27 08:14:11] >>83 -[2013-09-27 08:15:11] >>83 -[2013-09-27 08:16:11] >>83 -[2013-09-27 08:17:11] >>83 -[2013-09-27 08:18:12] >>83 -[2013-09-27 08:19:12] >>83 -[2013-09-27 08:19:19] 81 -[2013-09-27 08:19:20] >81 -[2013-09-27 08:19:29] 83 -[2013-09-27 08:19:31] >83 -[2013-09-27 08:20:30] >>83 -[2013-09-27 08:21:30] >>83 -[2013-09-27 08:22:30] >>83 -[2013-09-27 08:23:31] >>83 -[2013-09-27 08:24:31] >>83 -[2013-09-27 08:25:31] >>83 -[2013-09-27 08:25:38] 81 -[2013-09-27 08:25:40] >81 -[2013-09-27 08:25:49] 83 -[2013-09-27 08:25:50] >83 -[2013-09-27 08:26:50] >>83 -[2013-09-27 08:27:50] >>83 -[2013-09-27 08:28:50] >>83 -[2013-09-27 08:29:50] >>83 -[2013-09-27 08:30:50] >>83 -[2013-09-27 08:31:50] >>83 -[2013-09-27 08:31:58] 81 -[2013-09-27 08:31:59] >81 -[2013-09-27 08:32:08] 83 -[2013-09-27 08:32:10] >83 -[2013-09-27 08:33:09] >>83 -[2013-09-27 08:34:10] >>83 -[2013-09-27 08:35:10] >>83 -[2013-09-27 08:36:10] >>83 -[2013-09-27 08:37:10] >>83 -[2013-09-27 08:38:10] >>83 -[2013-09-27 08:38:21] 81 -[2013-09-27 08:38:22] >81 -[2013-09-27 08:38:31] 83 -[2013-09-27 08:38:32] >83 -[2013-09-27 08:39:10] 87 -[2013-09-27 08:39:10] 83 -[2013-09-27 08:39:12] >83 -[2013-09-27 08:40:12] >>83 -[2013-09-27 08:41:12] >>83 -[2013-09-27 08:42:12] >>83 -[2013-09-27 08:43:12] >>83 -[2013-09-27 08:44:01] 89 -[2013-09-27 08:44:03] >89 -[2013-09-27 08:45:02] >>89 -[2013-09-27 08:46:02] >>89 -[2013-09-27 08:17:35] Avvio ProgrammaReadPar IOB-pi v.1.1 -[2013-09-27 08:17:36] Start ReadPar IOB-pi v.1.1 -[2013-09-27 08:17:36] 89 -[2013-09-27 08:17:37] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-27 08:17:38] >89 -[2013-09-27 08:17:42] 81 -[2013-09-27 08:48:12] >81 -[2013-09-27 08:48:36] 83 -[2013-09-27 08:48:38] >83 -[2013-09-27 08:49:41] >>83 -[2013-09-27 08:50:41] >>83 -[2013-09-27 08:51:41] >>83 -[2013-09-27 08:52:41] >>83 -[2013-09-27 08:53:41] >>83 -[2013-09-27 08:54:37] 81 -[2013-09-27 08:54:39] >81 -[2013-09-27 08:54:48] 83 -[2013-09-27 08:54:49] >83 -[2013-09-27 08:55:49] >>83 -[2013-09-27 08:56:49] >>83 -[2013-09-27 08:57:49] >>83 -[2013-09-27 08:58:49] >>83 -[2013-09-27 08:59:50] >>83 -[2013-09-27 09:00:50] >>83 -[2013-09-27 09:00:57] 81 -[2013-09-27 09:00:58] >81 -[2013-09-27 09:01:07] 83 -[2013-09-27 09:01:09] >83 -[2013-09-27 09:02:09] >>83 -[2013-09-27 09:03:09] >>83 -[2013-09-27 09:04:09] >>83 -[2013-09-27 09:05:09] >>83 -[2013-09-27 09:06:09] >>83 -[2013-09-27 09:07:09] >>83 -[2013-09-27 09:07:17] 81 -[2013-09-27 09:07:19] >81 -[2013-09-27 09:07:27] 83 -[2013-09-27 09:07:29] >83 -[2013-09-27 09:07:53] 87 -[2013-09-27 09:07:54] 83 -[2013-09-27 09:07:56] >83 -[2013-09-27 09:08:55] >>83 -[2013-09-27 09:09:55] >>83 -[2013-09-27 09:10:55] >>83 -[2013-09-27 09:11:56] >>83 -[2013-09-27 09:12:56] >>83 -[2013-09-27 09:13:37] 81 -[2013-09-27 09:13:38] >81 -[2013-09-27 09:13:47] 83 -[2013-09-27 09:13:49] >83 -[2013-09-27 09:14:48] >>83 -[2013-09-27 09:15:48] >>83 -[2013-09-27 09:16:49] >>83 -[2013-09-27 09:17:49] >>83 -[2013-09-27 09:18:49] >>83 -[2013-09-27 09:19:49] >>83 -[2013-09-27 09:19:57] 81 -[2013-09-27 09:19:59] >81 -[2013-09-27 09:20:08] 83 -[2013-09-27 09:20:09] >83 -[2013-09-27 09:21:09] >>83 -[2013-09-27 09:21:31] 81 -[2013-09-27 09:21:32] >81 -[2013-09-27 09:21:51] 83 -[2013-09-27 09:21:52] >83 -[2013-09-27 09:22:52] >>83 -[2013-09-27 09:23:52] >>83 -[2013-09-27 09:24:52] >>83 -[2013-09-27 09:25:52] >>83 -[2013-09-27 09:26:30] 81 -[2013-09-27 09:26:32] >81 -[2013-09-27 09:26:41] 83 -[2013-09-27 09:26:42] >83 -[2013-09-27 09:27:42] >>83 -[2013-09-27 09:28:42] >>83 -[2013-09-27 09:29:42] >>83 -[2013-09-27 09:30:42] >>83 -[2013-09-27 09:31:42] >>83 -[2013-09-27 09:32:43] >>83 -[2013-09-27 09:32:50] 81 -[2013-09-27 09:32:52] >81 -[2013-09-27 09:33:00] 83 -[2013-09-27 09:33:01] >83 -[2013-09-27 09:34:01] >>83 -[2013-09-27 09:35:01] >>83 -[2013-09-27 09:36:01] >>83 -[2013-09-27 09:37:02] >>83 -[2013-09-27 09:38:02] >>83 -[2013-09-27 09:39:02] >>83 -[2013-09-27 09:39:09] 81 -[2013-09-27 09:39:10] >81 -[2013-09-27 09:39:20] 83 -[2013-09-27 09:39:21] >83 -[2013-09-27 09:40:21] >>83 -[2013-09-27 09:41:21] >>83 -[2013-09-27 09:42:21] >>83 -[2013-09-27 09:43:21] >>83 -[2013-09-27 09:44:21] >>83 -[2013-09-27 09:45:21] >>83 -[2013-09-27 09:45:29] 81 -[2013-09-27 09:45:31] >81 -[2013-09-27 09:45:39] 83 -[2013-09-27 09:45:41] >83 -[2013-09-27 09:46:40] >>83 -[2013-09-27 09:47:41] >>83 -[2013-09-27 09:48:41] >>83 -[2013-09-27 09:49:41] >>83 -[2013-09-27 09:50:41] >>83 -[2013-09-27 09:51:41] >>83 -[2013-09-27 09:51:49] 81 -[2013-09-27 09:51:51] >81 -[2013-09-27 09:51:59] 83 -[2013-09-27 09:52:01] >83 -[2013-09-27 09:53:01] >>83 -[2013-09-27 09:54:01] >>83 -[2013-09-27 09:55:01] >>83 -[2013-09-27 09:56:01] >>83 -[2013-09-27 09:57:01] >>83 -[2013-09-27 09:58:01] >>83 -[2013-09-27 09:58:09] 81 -[2013-09-27 09:58:10] >81 -[2013-09-27 09:58:19] 83 -[2013-09-27 09:58:21] >83 -[2013-09-27 09:59:21] >>83 -[2013-09-27 10:00:21] >>83 -[2013-09-27 10:01:21] >>83 -[2013-09-27 10:02:21] >>83 -[2013-09-27 10:03:21] >>83 -[2013-09-27 10:04:21] >>83 -[2013-09-27 10:04:42] 81 -[2013-09-27 10:04:44] >81 -[2013-09-27 10:04:53] 83 -[2013-09-27 10:04:54] >83 -[2013-09-27 10:05:54] >>83 -[2013-09-27 10:06:54] >>83 -[2013-09-27 10:07:54] >>83 -[2013-09-27 10:08:54] >>83 -[2013-09-27 10:09:54] >>83 -[2013-09-27 10:10:55] >>83 -[2013-09-27 10:11:02] 81 -[2013-09-27 10:11:04] >81 -[2013-09-27 10:11:12] 83 -[2013-09-27 10:11:14] >83 -[2013-09-27 10:12:14] >>83 -[2013-09-27 10:13:14] >>83 -[2013-09-27 10:14:14] >>83 -[2013-09-27 10:15:14] >>83 -[2013-09-27 10:16:14] >>83 -[2013-09-27 10:17:14] >>83 -[2013-09-27 10:17:21] 81 -[2013-09-27 10:17:22] >81 -[2013-09-27 10:17:31] 83 -[2013-09-27 10:17:33] >83 -[2013-09-27 10:18:33] >>83 -[2013-09-27 10:19:33] >>83 -[2013-09-27 10:20:33] >>83 -[2013-09-27 10:21:33] >>83 -[2013-09-27 10:22:33] >>83 -[2013-09-27 10:23:33] >>83 -[2013-09-27 10:23:41] 81 -[2013-09-27 10:23:43] >81 -[2013-09-27 10:23:51] 83 -[2013-09-27 10:23:53] >83 -[2013-09-27 10:24:52] >>83 -[2013-09-27 10:25:53] >>83 -[2013-09-27 10:26:53] >>83 -[2013-09-27 10:27:53] >>83 -[2013-09-27 10:28:53] >>83 -[2013-09-27 10:29:53] >>83 -[2013-09-27 10:30:01] 81 -[2013-09-27 10:30:02] >81 -[2013-09-27 10:30:11] 83 -[2013-09-27 10:30:13] >83 -[2013-09-27 10:31:13] >>83 -[2013-09-27 10:32:13] >>83 -[2013-09-27 10:33:13] >>83 -[2013-09-27 10:34:13] >>83 -[2013-09-27 10:35:13] >>83 -[2013-09-27 10:36:13] >>83 -[2013-09-27 10:36:21] 81 -[2013-09-27 10:36:22] >81 -[2013-09-27 10:36:32] 83 -[2013-09-27 10:36:34] >83 -[2013-09-27 10:37:33] >>83 -[2013-09-27 10:38:33] >>83 -[2013-09-27 10:39:33] >>83 -[2013-09-27 10:40:34] >>83 -[2013-09-27 10:41:34] >>83 -[2013-09-27 10:42:34] >>83 -[2013-09-27 10:42:55] 81 -[2013-09-27 10:42:57] >81 -[2013-09-27 10:43:05] 83 -[2013-09-27 10:43:06] >83 -[2013-09-27 10:44:06] >>83 -[2013-09-27 10:45:06] >>83 -[2013-09-27 10:46:06] >>83 -[2013-09-27 10:47:06] >>83 -[2013-09-27 10:48:06] >>83 -[2013-09-27 10:49:07] >>83 -[2013-09-27 10:49:14] 81 -[2013-09-27 10:49:15] >81 -[2013-09-27 10:49:24] 83 -[2013-09-27 10:49:26] >83 -[2013-09-27 10:50:26] >>83 -[2013-09-27 10:51:26] >>83 -[2013-09-27 10:52:26] >>83 -[2013-09-27 10:53:26] >>83 -[2013-09-27 10:54:26] >>83 -[2013-09-27 10:55:26] >>83 -[2013-09-27 10:55:33] 81 -[2013-09-27 10:55:34] >81 -[2013-09-27 10:55:44] 83 -[2013-09-27 10:55:46] >83 -[2013-09-27 10:56:45] >>83 -[2013-09-27 10:57:45] >>83 -[2013-09-27 10:58:45] >>83 -[2013-09-27 10:59:46] >>83 -[2013-09-27 11:00:46] >>83 -[2013-09-27 11:01:46] >>83 -[2013-09-27 11:01:53] 81 -[2013-09-27 11:01:55] >81 -[2013-09-27 11:02:04] 83 -[2013-09-27 11:02:05] >83 -[2013-09-27 11:03:05] >>83 -[2013-09-27 11:04:05] >>83 -[2013-09-27 11:05:05] >>83 -[2013-09-27 11:06:05] >>83 -[2013-09-27 11:07:05] >>83 -[2013-09-27 11:08:06] >>83 -[2013-09-27 11:08:13] 81 -[2013-09-27 11:08:14] >81 -[2013-09-27 11:08:23] 83 -[2013-09-27 11:08:25] >83 -[2013-09-27 11:09:25] >>83 -[2013-09-27 11:10:25] >>83 -[2013-09-27 11:11:25] >>83 -[2013-09-27 11:12:25] >>83 -[2013-09-27 11:13:25] >>83 -[2013-09-27 11:14:25] >>83 -[2013-09-27 11:14:34] 81 -[2013-09-27 11:14:35] >81 -[2013-09-27 11:14:44] 83 -[2013-09-27 11:14:46] >83 -[2013-09-27 11:15:23] 87 -[2013-09-27 11:15:24] 83 -[2013-09-27 11:15:25] >83 -[2013-09-27 11:15:29] 81 -[2013-09-27 11:15:31] >81 -[2013-09-27 11:15:44] 83 -[2013-09-27 11:15:45] >83 -[2013-09-27 11:16:45] >>83 -[2013-09-27 11:17:45] >>83 -[2013-09-27 11:18:45] >>83 -[2013-09-27 11:19:45] >>83 -[2013-09-27 11:20:45] >>83 -[2013-09-27 11:21:07] 81 -[2013-09-27 11:21:08] >81 -[2013-09-27 11:21:17] 83 -[2013-09-27 11:21:19] >83 -[2013-09-27 11:22:18] >>83 -[2013-09-27 11:23:19] >>83 -[2013-09-27 11:24:19] >>83 -[2013-09-27 11:25:19] >>83 -[2013-09-27 11:26:19] >>83 -[2013-09-27 11:27:19] >>83 -[2013-09-27 11:27:26] 81 -[2013-09-27 11:27:27] >81 -[2013-09-27 11:27:36] 83 -[2013-09-27 11:27:38] >83 -[2013-09-27 11:28:38] >>83 -[2013-09-27 11:29:38] >>83 -[2013-09-27 11:30:38] >>83 -[2013-09-27 11:31:38] >>83 -[2013-09-27 11:32:38] >>83 -[2013-09-27 11:33:38] >>83 -[2013-09-27 11:33:46] 81 -[2013-09-27 11:33:47] >81 -[2013-09-27 11:33:56] 83 -[2013-09-27 11:33:58] >83 -[2013-09-27 11:34:57] >>83 -[2013-09-27 11:35:57] >>83 -[2013-09-27 11:36:58] >>83 -[2013-09-27 11:37:58] >>83 -[2013-09-27 11:38:58] >>83 -[2013-09-27 11:39:58] >>83 -[2013-09-27 11:40:05] 81 -[2013-09-27 11:40:07] >81 -[2013-09-27 11:40:16] 83 -[2013-09-27 11:40:17] >83 -[2013-09-27 11:41:17] >>83 diff --git a/ConfIOB/Donati/1011_170/old/IOB.cfg b/ConfIOB/Donati/1011_170/old/IOB.cfg deleted file mode 100644 index e19a30e..0000000 --- a/ConfIOB/Donati/1011_170/old/IOB.cfg +++ /dev/null @@ -1,19 +0,0 @@ -[id] -idxMacchina = 1011 - -[web] -URLBASE = http://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina= -URLADV1 = &valore= -URLREBO = http://192.168.51.71/MPIO/sendReboot.aspx?idxMacchina= - -[time] -SAMPLETIME = 0.5 -TIMEOUTSHORT = 2 -TIMEOUTLONG = 60 - -[log] -LOGLEVEL = 10 -LOGFILE = logfile.txt - -[comm] -port = /dev/ttyAMA0 diff --git a/ConfIOB/Donati/1011_170/old/readParallela.py b/ConfIOB/Donati/1011_170/old/readParallela.py deleted file mode 100644 index 7520b36..0000000 --- a/ConfIOB/Donati/1011_170/old/readParallela.py +++ /dev/null @@ -1,337 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -# readParallela v. 1.1 - -#--------------------------------------------------------------- - - -import time -import sys - - -from datetime import datetime - -import urllib -import ConfigParser -import os, sys - -#--------------------------------------------------------------- - -# COSTANTI -MSGLEN = 9 -TIMEOUTSERIALE = 10 -MAXRETRY = 3 - -PROGRAM_NAME ="ReadPar IOB-pi v.1.1" - -# DA FILE CONF -idxMacchina = "1001" -SAMPLETIME = 0.1 -TIMEOUTSHORT = (SAMPLETIME*20) -TIMEOUTLONG = (SAMPLETIME*600) - -# VAR -to_enable = False -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG -to_serial = TIMEOUTSERIALE -to_retry = MAXRETRY -errormsglen = 0 - -# VAR - -out_0 = 24 -out_1 = 26 - -in_0 = 11 -in_1 = 12 -in_2 = 13 -in_3 = 15 -in_4 = 16 -in_5 = 18 -in_6 = 22 -in_7 = 7 - -#--------------------------------------------------------------- -# classe logger - -class Logger: - def __init__(self, filename): - try: - self.filename = filename - except: - logga("LOGGER: errore try su self.filename") - sys.exit(1) - def __call__(self, string): - try: - file = open(self.filename, 'a') - file.write('[' + time.strftime("%Y-%m-%d %H:%M:%S") + '] ') - file.write(string + '\n') - file.close() - except: - logga("LOGGER: errore try su scrittura") - sys.exit(1) - -#--------------------------------------------------------------- -# lettura parallela -# ritorna il byte letto pulito ( due char hex ) - -def readParallela(): - - global in_0 - global in_1 - global in_2 - global in_3 - global in_4 - global in_5 - global in_6 - global in_7 - - global GPIO - - current = '' - -# print "input : " - - # ritorna '' se non ci sono abbastanza caratteri - try: - num_value = 255 - -# print "num_value : " , num_value , in_0 - - if GPIO.input(in_0): - num_value = num_value - 1 - - if GPIO.input(in_1): - num_value = num_value - 2 - - if GPIO.input(in_2): - num_value = num_value - 4 - - if GPIO.input(in_3): - num_value = num_value - 8 - - if GPIO.input(in_4): - num_value = num_value - 16 - - if GPIO.input(in_5): - num_value = num_value - 32 - - if GPIO.input(in_6): - num_value = num_value - 64 - - if GPIO.input(in_7): - num_value = num_value - 128 - - current = hex( num_value ).replace ( "0x" , "" ).upper() - -# print "\n\n\n\n\n" , num_value , current - - ##### convertire in HEX !!!! - - except: - pass - - return current - - - -#--------------------------------------------------------------- -#Funzione di scrittura su url con try-except - -def chiamaUrl(): - - try: - url = URLBASE + idxMacchina + URLADV1 + value - urllib.urlopen ( url ) - except: - logga ( "NETWORK:Errore http-no com rete-timeout" + url ) - print "Url aforte" , url - -#--------------------------------------------------------------- -# Funzione che verifica possibilità di creare log e include testo corrente - -def logga(message) : - try: - log(message) - except : - pass - -#--------------------------------------------------------------- -def avviaParallela(): - - try: - - GPIO.setmode(GPIO.BOARD) - - GPIO.setwarnings(False) - - #GPIO.setup(out_0, GPIO.OUT) # output 0 - #GPIO.setup(out_1, GPIO.OUT) # output 1 - - GPIO.setup(in_0, GPIO.IN) # input 0 - GPIO.setup(in_1, GPIO.IN) # input 1 - GPIO.setup(in_2, GPIO.IN) # input 2 - GPIO.setup(in_3, GPIO.IN) # input 3 - GPIO.setup(in_4, GPIO.IN) # input 4 - GPIO.setup(in_5, GPIO.IN) # input 5 - GPIO.setup(in_6, GPIO.IN) # input 6 - GPIO.setup(in_7, GPIO.IN) # input 7 - - except: - print( "\n\n" + PROGRAM_NAME + " - Error 3 on RPi.GPIO ! \n\n") - sys.exit(1) - - - print( "\n\n" + PROGRAM_NAME + " - init ok \n\n") - - -#--------------------------------------------------------------- -#--------------------------------------------------------------- -# MAIN - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'IOB.cfg' ) - - SAMPLETIME = config.getfloat ( 'time' , 'SAMPLETIME' ) - TIMEOUTSHORT = config.getfloat ( 'time' , 'TIMEOUTSHORT' ) - TIMEOUTLONG = config.getfloat ( 'time' , 'TIMEOUTLONG' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - - - URLBASE = config.get ( 'web' , 'URLBASE' ) - URLADV1 = config.get ( 'web' , 'URLADV1' ) - - LOGFILE = config.get ( 'log' , 'LOGFILE' ) - LOGLEVEL = config.get ( 'log' , 'LOGLEVEL' ) -except: - print "\n\n" + PROGRAM_NAME + ' - Error 4 - in config file ' 'IOB.cfg' - sys.exit(1) - -# oggetto Logger -try: - log = Logger(LOGFILE) -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) - -print "\n\n" + PROGRAM_NAME + "\n\n" - -global startstatus -startstatus = 1 - -if startstatus == 1: - logga("Avvio Programma" + PROGRAM_NAME) - -## Verifica l'OS e di conseguenza carica il file relativo con metodo di lockfile appropriato + check singola istanza -if os.name == 'posix': - import unix -else: - import win - -logga ( "Start " + PROGRAM_NAME ) - - -# lettura file configurazione - -# [id] -# idxMacchina = 2001 -# [time] -# SAMPLETIME = 0.1 -# TIMEOUTSHORT = 200 -# TIMEOUTLONG = 6000 - - -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' TIMEOUTSHORT = %4.2f' % ( TIMEOUTSHORT ) ) -print ( ' TIMEOUTLONG = %4.2f' % ( TIMEOUTLONG ) ) -print ( ' URLBASE = %s' % ( URLBASE ) ) -print ( ' URLADV1 = %s' % ( URLADV1 ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) -print ( ' LOGLEVEL = %s' % ( LOGLEVEL ) ) - -# -sys.stdout.write ( 'idxMacchina ?' + idxMacchina + '\n') - -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG - - -#-------------------------------------------------------------- -# apertura parallela - -try: - import RPi.GPIO as GPIO -except RuntimeError: - print( "\n\n" + PROGRAM_NAME + " - Error 1 - you need superuser privileges") -except: - print( "\n\n" + PROGRAM_NAME + " - Error 2 - you need superuser privileges. USE 'sudo' to run your script\n\n") - sys.exit(1) - - -avviaParallela() - -#--------------------------------------------------------------- -# ciclo forever and ever - -old = '' - -while 1: - - try: - time.sleep (SAMPLETIME) - except: - logga("First_SLEEP: errore attesa sampletime") - - # lettura dati da IOB - value = readParallela() - - if ( value != '' ) : - if value != old : - #loggo e invio dati - try: - logga ( value ) - errormsglen = 0 - chiamaUrl() - except: - logga("URLBROWSER: errore registrazione valore e chiamaUrl") - pass - #enable e reset timer - to_enable = True - to_short = TIMEOUTSHORT - to_long = TIMEOUTLONG - - old = value - - - # gestione timeout breve - if ( to_enable ) : - to_short = to_short - SAMPLETIME - if to_short <= 0: - #loggo e invio dati - try: - logga ( '>' + value ) - errormsglen = 0 - chiamaUrl() - except: - pass - to_short = TIMEOUTSHORT - to_enable = False # dopo un colpo il timer breve viene disabilitato - to_long = TIMEOUTLONG - - # gestione timeout lungo - to_long = to_long - SAMPLETIME - if to_long <= 0: - #loggo e invio dati - try: - logga ( '>>' + value ) - errormsglen = 0 - chiamaUrl() - except: - pass - to_long = TIMEOUTLONG - - diff --git a/ConfIOB/Donati/1011_170/readParallela.py b/ConfIOB/Donati/1011_170/readParallela.py deleted file mode 100644 index 5a38f21..0000000 --- a/ConfIOB/Donati/1011_170/readParallela.py +++ /dev/null @@ -1,530 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -# readParallela v. 1.8 -# versione estetica di Carlo + single instance timer - -#--------------------------------------------------------------- -# levare locking -# timer semplificata -# GPIO global - - -import time -import sys - - -from datetime import datetime - -import urllib -import ConfigParser -import os, sys - -import logging -import logging.handlers -import threading -import Queue -#-------------------------------------------------------------- - -# COSTANTI -MSGLEN = 9 -TIMEOUTSERIALE = 10 -MAXRETRY = 3 - -PROGRAM_NAME ="ReadPar IOB-pi v.1.8" - -# DA FILE CONF -idxMacchina = "1001" -SAMPLETIME = 0.1 -TIMEOUTSHORT = (SAMPLETIME*20) -TIMEOUTLONG = (SAMPLETIME*600) -SENDURLTIME = 0.08 - -# VAR -to_enable = False -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG -to_serial = TIMEOUTSERIALE -to_retry = MAXRETRY -errormsglen = 0 - -# VAR - -out_0 = 24 -out_1 = 26 - -in_0 = 11 -in_1 = 12 -in_2 = 13 -in_3 = 15 -in_4 = 16 -in_5 = 18 -in_6 = 22 -in_7 = 7 - -# contatore: serve x match tra accoda ed invia x possibile controllo a posteriori... ogni volta che accodo incremento di 1, va da 0 a 999 -cont = '0' - -# variabile stato online/offline della macchina -onLine = '1' - -# variabile stato seinding/waiting x la parte invio URL -sending = '0' - -# variabile stato timer thread busy -timer_busy = False - -#-------------------------------------------------------------- -# Gestione coda (condivisa) x registrazione eventi ed invio URL -#print "Creazione coda 1000 elementi" - -Coda = Queue.Queue(0) - -#queueLock = threading.Lock() - -#--------------------------------------------------------------- -# lettura parallela -# ritorna il byte letto pulito ( due char hex ) - -def readParallela(): - - global in_0 - global in_1 - global in_2 - global in_3 - global in_4 - global in_5 - global in_6 - global in_7 - - global GPIO - - current = '' - -# print "input : " - - # ritorna '' se non ci sono abbastanza caratteri - try: - num_value = 255 - -# print "num_value : " , num_value , in_0 - - if GPIO.input(in_0): - num_value = num_value - 1 - - if GPIO.input(in_1): - num_value = num_value - 2 - - if GPIO.input(in_2): - num_value = num_value - 4 - - if GPIO.input(in_3): - num_value = num_value - 8 - - if GPIO.input(in_4): - num_value = num_value - 16 - - if GPIO.input(in_5): - num_value = num_value - 32 - - if GPIO.input(in_6): - num_value = num_value - 64 - - if GPIO.input(in_7): - num_value = num_value - 128 - - current = hex( num_value ).replace ( "0x" , "" ).upper() - -# print "\n\n\n\n\n" , num_value , current - - except: - pass - - return current - - -#-------------------------------------------------------------- -# MARCO: cambiare: chiama URL NON deve chiamare url MA METTERE IN CODA (riempiCoda!!!) -# la parte URL vera va messa in svuotaCoda, PARAMETRICA - -#--------------------------------------------------------------- -#Funzione di scrittura su coda con try-except - -def accoda(): - - try: -# url = URLBASE + idxMacchina + URLADV1 + value -# urllib.urlopen ( url ) - #dtEve = time.strftime("%y%m%d%H%M%S")+"000" - dtEve = datetime.utcnow().strftime('%Y%m%d%H%M%S%f')[:-3] - #logPro.debug( "Nuovo valore inserito in coda: " + dtEve + "#" + value + '#' + cont) - #print(dtEve) - #queueLock.acquire() - Coda.put(dtEve + '#' + value + '#' + cont) - #queueLock.release() - #print "Nuovo valore inserito in coda: " + dtEve + "#", value - - except Queue.Full: - logPro.error( "Quque full" + dtEve + '#' + value + '#' + cont ) - except: - logPro.error( "NETWORK:Errore http-no com rete-timeout" + url ) -# print "Url aforte" , url - - -#-------------------------------------------------------------- -# MARCO: scrivere svuotaCoda come thread etc... -def svuota_coda(): - - global onLine - global sending - global timer_busy - - #print "start timer " - - if ( timer_busy == False ): - timer_busy = True - #print "start timer ok " - - try: - if not Coda.empty(): - #print "coda da svuotare!" - response = urllib.urlopen(URLALIVE) - answ = response.read() - if answ == 'OK': - #print "OK alive" - response2 = urllib.urlopen(URLENABLED + idxMacchina) - answ2 = response2.read() - if answ2 == 'OK': - # aggiorno stato ad online - if onLine == '0': - logPro.info("IOB ONLINE!") - #print("IOB ONLINE") - - onLine = '1' # imposto comunque online - else: - if onLine == '1': - logPro.error("IOB offline") - #print("IOB offline") - - onLine = '0' - else: - if onLine == '1': - logPro.error("Server offline") - #print("Server offline") - - onLine = '0' - - # ora verifico SE si possa inviare (ovvero sia online server e NON ci siano altri send attivi...) - if onLine == '1': - if sending == '0': - #segnalo che sono in sending! - sending = '1' - - # formatto dataOra corrente - #dtCurr = time.strftime("%y%m%d%H%M%S")+"000" - dtCurr = datetime.utcnow().strftime('%Y%m%d%H%M%S%f')[:-3] - # prendo 1 valore dalla coda... - #queueLock.acquire() - resp = Coda.get() - # RILASCIO SUBITO la coda x nuovi insert... - #queueLock.release() - - - # recupero valori da coda! - dtEve = resp.split("#")[0] - value = resp.split("#")[1] - cnt = resp.split("#")[2] - url = URLBASE + idxMacchina + URLADV1 + value - url = url + '&dtCurr=' + dtCurr + '&dtEve=' + dtEve + '&cnt=' + cnt - # CHIAMO URL - response3 = urllib.urlopen ( url ) - answ3 = response3.read() - #print(url) - #logPro.debug(url) - - - # log valore inviato! - logSnd.info( value + ' ['+ cnt +']' + ' R:' + answ3 ) - #print "Valore smaltito dalla coda" - - # completato invio, riporto sending a zero! - sending = '0' - else: - logPro.info("WAIT active send to complete") - - else: - pass - - else: - pass - - except: - if onLine == '1': - logPro.error("Server Non raggiungibile") - #print "Non raggiungibile" - - onLine = '0' - -# in ogni caso - - timer_busy = False - #print "end timer ok" - - - #print "end timer " - - -#--------------------------------------------------------------- -# funzione timer thread -#--------------------------------------------------------------- -def do_every (interval, worker_func, iterations = 0): - if iterations != 1: - threading.Timer ( - interval, - do_every, [interval, worker_func, 0 if iterations == 0 else iterations-1] - ).start (); - - worker_func (); - -#--------------------------------------------------------------- -# gestione contatore -#--------------------------------------------------------------- -def contatore(): - - try: - global cont - ctr = int(cont) - ctr +=1 - ctr = ctr % 1000 # round robin 1000 eventi x track - cont = str(ctr) - except: - print("errore incremento contatore") - -#--------------------------------------------------------------- -# avvia porta parallela -#--------------------------------------------------------------- -def avviaParallela(): - - global in_0 - global in_1 - global in_2 - global in_3 - global in_4 - global in_5 - global in_6 - global in_7 - - global GPIO - - try: - - GPIO.setmode(GPIO.BOARD) - - GPIO.setwarnings(False) - - #GPIO.setup(out_0, GPIO.OUT) # output 0 - #GPIO.setup(out_1, GPIO.OUT) # output 1 - - GPIO.setup(in_0, GPIO.IN) # input 0 - GPIO.setup(in_1, GPIO.IN) # input 1 - GPIO.setup(in_2, GPIO.IN) # input 2 - GPIO.setup(in_3, GPIO.IN) # input 3 - GPIO.setup(in_4, GPIO.IN) # input 4 - GPIO.setup(in_5, GPIO.IN) # input 5 - GPIO.setup(in_6, GPIO.IN) # input 6 - GPIO.setup(in_7, GPIO.IN) # input 7 - - except: - print( "\n\n" + PROGRAM_NAME + " - Error 3 on RPi.GPIO ! \n\n") - sys.exit(1) - - - print( "\n\n" + PROGRAM_NAME + " - init ok \n\n") - - -#--------------------------------------------------------------- -#--------------------------------------------------------------- -# MAIN - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'IOB.cfg' ) - - SAMPLETIME = config.getfloat ( 'time' , 'SAMPLETIME' ) - TIMEOUTSHORT = config.getfloat ( 'time' , 'TIMEOUTSHORT' ) - TIMEOUTLONG = config.getfloat ( 'time' , 'TIMEOUTLONG' ) - SENDURLTIME = config.getfloat ( 'time' , 'SENDURLTIME' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - - - URLBASE = config.get ( 'web' , 'URLBASE' ) - URLENABLED = config.get('web' , 'URLENABLED') - URLALIVE = config.get ('web' , 'URLALIVE') - URLADV1 = config.get ( 'web' , 'URLADV1' ) - - LOGFILE = config.get ( 'log' , 'LOGFILE' ) - LOGLEVEL = config.get ( 'log' , 'LOGLEVEL' ) -except: - print "\n\n" + PROGRAM_NAME + ' - Error 4 - in config file ' 'IOB.cfg' - sys.exit(1) - -#-------------------------------------------- -# oggetto Logger -#-------------------------------------------- -try: - logging.basicConfig(level=logging.DEBUG, - format='%(asctime)s %(name)-8s %(levelname)-8s %(message)s', - datefmt='%Y-%m-%d %H:%M:%S', - filename=LOGFILE, - filemode='a' - ) - - # aggiungo 2 logger specifici x queue e send... - logQue = logging.getLogger('queue') - logSnd = logging.getLogger('sendUrl') - logPro = logging.getLogger('program') - -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) -#-------------------------------------------- - - -print "\n\n" + PROGRAM_NAME + "\n\n" - -global startstatus -startstatus = 1 - -if startstatus == 1: - logPro.info("Avvio Programma" + PROGRAM_NAME) - -## Verifica l'OS e di conseguenza carica il file relativo con metodo di lockfile appropriato + check singola istanza -if os.name == 'posix': - import unix -else: - import win - -logPro.info( "Start " + PROGRAM_NAME ) - - -# lettura file configurazione - -# [id] -# idxMacchina = 2001 -# [time] -# SAMPLETIME = 0.1 -# TIMEOUTSHORT = 200 -# TIMEOUTLONG = 6000 - - -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' SAMPLETIME = %4.2f' % ( SAMPLETIME ) ) -print ( ' TIMEOUTSHORT = %4.2f' % ( TIMEOUTSHORT ) ) -print ( ' TIMEOUTLONG = %4.2f' % ( TIMEOUTLONG ) ) -print ( ' SENDURLTIME = %4.2f' % ( SENDURLTIME ) ) -print ( ' URLBASE = %s' % ( URLBASE ) ) -print ( ' URLADV1 = %s' % ( URLADV1 ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) -print ( ' LOGLEVEL = %s' % ( LOGLEVEL ) ) - -# -sys.stdout.write ( 'idxMacchina ?' + idxMacchina + '\n') - -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG - - -#-------------------------------------------------------------- -# apertura parallela - -try: - import RPi.GPIO as GPIO -except RuntimeError: - print( "\n\n" + PROGRAM_NAME + " - Error 1 - you need superuser privileges") -except: - print( "\n\n" + PROGRAM_NAME + " - Error 2 - you need superuser privileges. USE 'sudo' to run your script\n\n") - sys.exit(1) - - -avviaParallela() - - -#-------------------------------------------------------------- -# MARCO: qui inserire avvio thread di "svuotaCoda" - -# avviaSvuotaCoda -#print "Avvia svuota coda" - -do_every ( SENDURLTIME , svuota_coda ); - -#--------------------------------------------------------------- -# ciclo forever and ever - -old = '' - -#print "Avvio ciclo" -logPro.info("Avvio loop principale") -while 1: - - try: - time.sleep (SAMPLETIME) - except: - logPro.info("First_SLEEP: errore attesa sampletime") - - # lettura dati da IOB - value = readParallela() - - if ( value != '' ) : - if value != old : - #loggo e invio dati - try: - logQue.info( value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda") - pass - #enable e reset timer - to_enable = True - to_short = TIMEOUTSHORT - to_long = TIMEOUTLONG - - old = value - - - # gestione timeout breve - if ( to_enable ) : - to_short = to_short - SAMPLETIME - if to_short <= 0: - #loggo e invio dati - try: - logQue.info( '>' + value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda TO_short") - pass - to_short = TIMEOUTSHORT - to_enable = False # dopo un colpo il timer breve viene disabilitato - to_long = TIMEOUTLONG - - # gestione timeout lungo - to_long = to_long - SAMPLETIME - if to_long <= 0: - #loggo e invio dati - try: - logQue.info( '>>' + value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda TO_long") - pass - to_long = TIMEOUTLONG - - - - diff --git a/ConfIOB/Donati/1011_170/sendReboot.py b/ConfIOB/Donati/1011_170/sendReboot.py deleted file mode 100644 index 36dd316..0000000 --- a/ConfIOB/Donati/1011_170/sendReboot.py +++ /dev/null @@ -1,96 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -# sendReboot v. 1.1 - -#--------------------------------------------------------------- - - -import time -import sys - - -from datetime import datetime - -import urllib -import ConfigParser -import os, sys - -import logging - -#--------------------------------------------------------------- - -# COSTANTI -PROGRAM_NAME ="SendReboot IOB-pi v.1.3" - -# DA FILE CONF -idxMacchina = "99" - -#--------------------------------------------------------------- -#Funzione di scrittura su url con try-except - -def chiamaUrl(): - - try: - url = URLREBO + idxMacchina - urllib.urlopen ( url ) - except: - logging.info ( "NETWORK:Errore http-no com rete-timeout per url: " + url ) - print "Url aforte" , url - -#--------------------------------------------------------------- -# MAIN -#--------------------------------------------------------------- - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'IOB.cfg' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - - - URLREBO = config.get ( 'web' , 'URLREBO' ) - - LOGFILE = config.get ( 'log' , 'LOGREBO' ) -except: - print "\n\n" + PROGRAM_NAME + ' - Error 4 - in config file ' 'IOB.cfg' - sys.exit(1) - - -#-------------------------------------------- -# oggetto Logger -#-------------------------------------------- -try: -# log = Logger(LOGFILE) - logging.basicConfig(level=logging.DEBUG, - format='%(asctime)s %(name)-8s %(levelname)-8s %(message)s', - datefmt='%Y-%m-%d %H:%M:%S', - filename=LOGFILE, - filemode='a') - -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) -#-------------------------------------------- - - -print "\n\n" + PROGRAM_NAME + "\n\n" - -global startstatus -startstatus = 1 - -if startstatus == 1: - logging.info("Avvio Programma" + PROGRAM_NAME) - - -# lettura file configurazione - - -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' URLREBO = %s' % ( URLREBO ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) - - -chiamaUrl() - diff --git a/ConfIOB/Donati/1011_170/unix.py b/ConfIOB/Donati/1011_170/unix.py deleted file mode 100644 index 12fb3dc..0000000 --- a/ConfIOB/Donati/1011_170/unix.py +++ /dev/null @@ -1,31 +0,0 @@ -import fcntl -import os -import logging - -#--------------------------------------------------------------- -# meccanismo di file lock per evitare multiple instances -# The function will try to lock the file specified , if it success, return True, else return False. -# The nice thing is that the lock will be dropped when the program terminates. -# >>>Use : -# if not lockFile(".lock.pod"): -# sys.exit(0) - -def lockFile ( lockfile ) : - - fd = os.open ( lockfile , os.O_CREAT | os.O_TRUNC | os.O_WRONLY ) - try: - # Request exclusive (EX) non-blocking (NB) advisory lock. - fcntl.lockf ( fd , fcntl.LOCK_EX | fcntl.LOCK_NB ) - except IOError: - return False - - return True - -if not lockFile ( ".lockfile" ) : - print '\n noi non siamo soli ...\n' - logging.error( "LOCK: Piu istanze aperte") - #sys.exit ( 0 ) - -#- print '\n running alone ...\n' - - diff --git a/ConfIOB/Donati/1012_157/IOB.cfg b/ConfIOB/Donati/1012_157/IOB.cfg deleted file mode 100644 index 25071c7..0000000 --- a/ConfIOB/Donati/1012_157/IOB.cfg +++ /dev/null @@ -1,23 +0,0 @@ -[id] -idxMacchina = 1012 - -[web] -URLBASE = http://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina= -URLALIVE = http://192.168.51.71/MPIO/Alive.aspx -URLENABLED = http://192.168.51.71/MPIO/Enabled.aspx?idxMacchina= -URLADV1 = &valore= -URLREBO = http://192.168.51.71/MPIO/sendReboot.aspx?idxMacchina= - -[time] -SAMPLETIME = 0.20 -TIMEOUTSHORT = 0.30 -TIMEOUTLONG = 50 -SENDURLTIME = 0.50 - -[log] -LOGLEVEL = 10 -LOGFILE = logfile.txt -LOGREBO = logReboot.txt - -[comm] -port = /dev/ttyAMA0 diff --git a/ConfIOB/Donati/1012_157/MapoIOB b/ConfIOB/Donati/1012_157/MapoIOB deleted file mode 100644 index c49ec0a..0000000 --- a/ConfIOB/Donati/1012_157/MapoIOB +++ /dev/null @@ -1,41 +0,0 @@ -### BEGIN INIT INFO -# Provides: MapoIOB: script Steamware per avvio driver IOB -# Required-Start: $remote_fs $syslog ramlog -# Required-Stop: $remote_fs $syslog ramlog -# Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 -# Short-Description: Steamware's MapoIOB driver -# Description: Steamware's MapoIOB driver, versione lettura porta parallela -### END INIT INFO - -#! /bin/sh -# /etc/init.d/MapoIOB - -export HOME -case "$1" in - start) - echo "Starting readParallela" - cd /home/pi/steamware - /usr/bin/python ./readParallela.py 2>&1 & - ;; - stop) - echo "Stopping readParallela" - RS_PID=`ps auxwww | grep readParallela.py | head -1 | awk '{print $2}'` - kill -9 $RS_PID - cd /home/pi/steamware - rm .lockfile - ;; - restart) - ## Stop the service and regardless of whether it was - ## running or not, start it again. - $0 stop - killall python - $0 start - ;; - *) - echo "Usage: /etc/init.d/MapoIOB {start|stop|restart}" - exit 1 - ;; -esac -exit 0 - diff --git a/ConfIOB/Donati/1012_157/MapoIOB.1.gz b/ConfIOB/Donati/1012_157/MapoIOB.1.gz deleted file mode 100644 index c6d7738..0000000 Binary files a/ConfIOB/Donati/1012_157/MapoIOB.1.gz and /dev/null differ diff --git a/ConfIOB/Donati/1012_157/checkAlive.sh b/ConfIOB/Donati/1012_157/checkAlive.sh deleted file mode 100644 index 92bc816..0000000 --- a/ConfIOB/Donati/1012_157/checkAlive.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/bash - -# controlla se il logfile è correntemente scritto (quindi MapoIOB è alive) altrimenti riavvia! - -DATE=`date +%Y-%m-%d` -cd /var/log -if [ -f MapoIOB ] - then - # controllo SE sia stato acceduto da meno di 2 minuti (=alive da log...) - trovato=`find . -name 'MapoIOB*' -cmin -1` - if [[ $trovato != './MapoIOB' ]] - then - /etc/init.d/MapoIOB restart - echo $date + "riavvio!" - fi -else - # in questo caso AVVIO il processo MapoIOB - /etc/init.d/MapoIOB start - echo $date + "file non trovato, avvio!" -fi diff --git a/ConfIOB/Donati/1012_157/cleanPython.sh b/ConfIOB/Donati/1012_157/cleanPython.sh deleted file mode 100644 index c4f616a..0000000 --- a/ConfIOB/Donati/1012_157/cleanPython.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash - -DATE=`date +%Y-%m-%d_%T` -# log inizio pulizia -echo $DATE " - INIZIO pulizia processi python" >> clean.log -# effettua pulizia processi: killa tutti i processi python -killall python - -# avvia MapoIob -/etc/init.d/MapoIOB start - -# log fatto! -DATE=`date +%Y-%m-%d_%T` -echo $DATE " - FINE pulizia processi python + riavvio MapoIOB" >> clean.log diff --git a/ConfIOB/Donati/1012_157/logfile.txt b/ConfIOB/Donati/1012_157/logfile.txt deleted file mode 100644 index a8b18de..0000000 --- a/ConfIOB/Donati/1012_157/logfile.txt +++ /dev/null @@ -1,5947 +0,0 @@ -2015-03-11 06:26:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.7 -2015-03-11 06:26:02 program INFO Start ReadPar IOB-pi v.1.7 -2015-03-11 06:26:02 program INFO Avvio loop principale -2015-03-11 06:26:02 queue INFO 83 [0] -2015-03-11 06:26:02 queue INFO >83 [1] -2015-03-11 06:26:02 sendUrl INFO 83 [0] R:OK -2015-03-11 06:26:03 sendUrl INFO 83 [1] R:OK -2015-03-11 06:26:15 queue INFO 81 [2] -2015-03-11 06:26:16 queue INFO >81 [3] -2015-03-11 06:26:16 sendUrl INFO 81 [2] R:OK -2015-03-11 06:26:16 sendUrl INFO 81 [3] R:OK -2015-03-11 06:27:05 queue INFO >>81 [4] -2015-03-11 06:27:06 sendUrl INFO 81 [4] R:OK -2015-03-11 06:27:56 queue INFO >>81 [5] -2015-03-11 06:27:56 sendUrl INFO 81 [5] R:OK -2015-03-11 06:28:46 queue INFO >>81 [6] -2015-03-11 06:28:46 sendUrl INFO 81 [6] R:OK -2015-03-11 06:29:36 queue INFO >>81 [7] -2015-03-11 06:29:36 sendUrl INFO 81 [7] R:OK -2015-03-11 06:30:26 queue INFO >>81 [8] -2015-03-11 06:30:27 sendUrl INFO 81 [8] R:OK -2015-03-11 06:30:37 queue INFO 85 [9] -2015-03-11 06:30:37 queue INFO >85 [10] -2015-03-11 06:30:38 sendUrl INFO 85 [9] R:OK -2015-03-11 06:30:38 sendUrl INFO 85 [10] R:OK -2015-03-11 06:30:39 queue INFO 81 [11] -2015-03-11 06:30:39 queue INFO >81 [12] -2015-03-11 06:30:39 sendUrl INFO 81 [11] R:OK -2015-03-11 06:30:40 sendUrl INFO 81 [12] R:OK -2015-03-11 06:31:16 queue INFO 91 [13] -2015-03-11 06:31:16 queue INFO 99 [14] -2015-03-11 06:31:16 queue INFO >99 [15] -2015-03-11 06:31:16 sendUrl INFO 91 [13] R:OK -2015-03-11 06:31:17 sendUrl INFO 99 [14] R:OK -2015-03-11 06:31:17 sendUrl INFO 99 [15] R:OK -2015-03-11 06:32:06 queue INFO >>99 [16] -2015-03-11 06:32:07 sendUrl INFO 99 [16] R:OK -2015-03-11 06:32:57 queue INFO >>99 [17] -2015-03-11 06:32:57 sendUrl INFO 99 [17] R:OK -2015-03-11 06:33:47 queue INFO >>99 [18] -2015-03-11 06:33:47 sendUrl INFO 99 [18] R:OK -2015-03-11 06:34:37 queue INFO >>99 [19] -2015-03-11 06:34:37 sendUrl INFO 99 [19] R:OK -2015-03-11 06:35:27 queue INFO >>99 [20] -2015-03-11 06:35:27 sendUrl INFO 99 [20] R:OK -2015-03-11 06:36:17 queue INFO >>99 [21] -2015-03-11 06:36:17 sendUrl INFO 99 [21] R:OK -2015-03-11 06:37:07 queue INFO >>99 [22] -2015-03-11 06:37:08 sendUrl INFO 99 [22] R:OK -2015-03-11 06:37:57 queue INFO >>99 [23] -2015-03-11 06:37:58 sendUrl INFO 99 [23] R:OK -2015-03-11 06:38:48 queue INFO >>99 [24] -2015-03-11 06:38:48 sendUrl INFO 99 [24] R:OK -2015-03-11 06:39:38 queue INFO >>99 [25] -2015-03-11 06:39:38 sendUrl INFO 99 [25] R:OK -2015-03-11 06:40:08 queue INFO 89 [26] -2015-03-11 06:40:08 queue INFO >89 [27] -2015-03-11 06:40:08 sendUrl INFO 89 [26] R:OK -2015-03-11 06:40:09 sendUrl INFO 89 [27] R:OK -2015-03-11 06:40:11 queue INFO 81 [28] -2015-03-11 06:40:12 queue INFO >81 [29] -2015-03-11 06:40:12 sendUrl INFO 81 [28] R:OK -2015-03-11 06:40:12 sendUrl INFO 81 [29] R:OK -2015-03-11 06:40:26 queue INFO 83 [30] -2015-03-11 06:40:26 sendUrl INFO 83 [30] R:OK -2015-03-11 06:40:26 queue INFO >83 [31] -2015-03-11 06:40:27 sendUrl INFO 83 [31] R:OK -2015-03-11 06:41:16 queue INFO >>83 [32] -2015-03-11 06:41:16 sendUrl INFO 83 [32] R:OK -2015-03-11 06:42:06 queue INFO >>83 [33] -2015-03-11 06:42:07 sendUrl INFO 83 [33] R:OK -2015-03-11 06:42:56 queue INFO >>83 [34] -2015-03-11 06:42:57 sendUrl INFO 83 [34] R:OK -2015-03-11 06:43:46 queue INFO >>83 [35] -2015-03-11 06:43:47 sendUrl INFO 83 [35] R:OK -2015-03-11 06:44:34 queue INFO 8B [36] -2015-03-11 06:44:35 queue INFO 89 [37] -2015-03-11 06:44:35 sendUrl INFO 8B [36] R:OK -2015-03-11 06:44:35 queue INFO 0 [38] -2015-03-11 06:44:35 queue INFO >0 [39] -2015-03-11 06:44:35 sendUrl INFO 89 [37] R:OK -2015-03-11 06:44:36 sendUrl INFO 0 [38] R:OK -2015-03-11 06:44:36 sendUrl INFO 0 [39] R:OK -2015-03-11 06:45:25 queue INFO >>0 [40] -2015-03-11 06:45:26 sendUrl INFO 0 [40] R:OK -2015-03-11 06:46:15 queue INFO >>0 [41] -2015-03-11 06:46:15 sendUrl INFO 0 [41] R:OK -2015-03-11 06:47:05 queue INFO >>0 [42] -2015-03-11 06:47:06 sendUrl INFO 0 [42] R:OK -2015-03-11 06:47:55 queue INFO >>0 [43] -2015-03-11 06:47:55 sendUrl INFO 0 [43] R:OK -2015-03-11 06:48:17 queue INFO 1 [44] -2015-03-11 06:48:17 queue INFO >1 [45] -2015-03-11 06:48:18 sendUrl INFO 1 [44] R:OK -2015-03-11 06:48:18 sendUrl INFO 1 [45] R:OK -2015-03-11 06:48:54 queue INFO 9 [46] -2015-03-11 06:48:55 queue INFO 81 [47] -2015-03-11 06:48:55 queue INFO >81 [48] -2015-03-11 06:48:55 sendUrl INFO 9 [46] R:OK -2015-03-11 06:48:55 sendUrl INFO 81 [47] R:OK -2015-03-11 06:48:56 sendUrl INFO 81 [48] R:OK -2015-03-11 06:49:00 queue INFO 99 [49] -2015-03-11 06:49:00 queue INFO >99 [50] -2015-03-11 06:49:00 sendUrl INFO 99 [49] R:OK -2015-03-11 06:49:00 sendUrl INFO 99 [50] R:OK -2015-03-11 06:49:50 queue INFO >>99 [51] -2015-03-11 06:49:50 sendUrl INFO 99 [51] R:OK -2015-03-11 06:50:24 queue INFO 89 [52] -2015-03-11 06:50:24 queue INFO >89 [53] -2015-03-11 06:50:24 sendUrl INFO 89 [52] R:OK -2015-03-11 06:50:25 sendUrl INFO 89 [53] R:OK -2015-03-11 06:50:27 queue INFO 81 [54] -2015-03-11 06:50:27 queue INFO >81 [55] -2015-03-11 06:50:27 sendUrl INFO 81 [54] R:OK -2015-03-11 06:50:28 sendUrl INFO 81 [55] R:OK -2015-03-11 06:50:29 queue INFO 91 [56] -2015-03-11 06:50:29 sendUrl INFO 91 [56] R:OK -2015-03-11 06:50:29 queue INFO 99 [57] -2015-03-11 06:50:29 queue INFO >99 [58] -2015-03-11 06:50:30 sendUrl INFO 99 [57] R:OK -2015-03-11 06:50:30 sendUrl INFO 99 [58] R:OK -2015-03-11 06:50:34 queue INFO 91 [59] -2015-03-11 06:50:35 queue INFO >91 [60] -2015-03-11 06:50:35 sendUrl INFO 91 [59] R:OK -2015-03-11 06:50:35 sendUrl INFO 91 [60] R:OK -2015-03-11 06:50:36 queue INFO 99 [61] -2015-03-11 06:50:36 queue INFO >99 [62] -2015-03-11 06:50:36 sendUrl INFO 99 [61] R:OK -2015-03-11 06:50:37 sendUrl INFO 99 [62] R:OK -2015-03-11 06:50:37 queue INFO 89 [63] -2015-03-11 06:50:38 queue INFO >89 [64] -2015-03-11 06:50:38 sendUrl INFO 89 [63] R:OK -2015-03-11 06:50:38 sendUrl INFO 89 [64] R:OK -2015-03-11 06:50:43 queue INFO 81 [65] -2015-03-11 06:50:43 sendUrl INFO 81 [65] R:OK -2015-03-11 06:50:43 queue INFO >81 [66] -2015-03-11 06:50:43 sendUrl INFO 81 [66] R:OK -2015-03-11 06:51:16 queue INFO 91 [67] -2015-03-11 06:51:16 queue INFO >91 [68] -2015-03-11 06:51:16 sendUrl INFO 91 [67] R:OK -2015-03-11 06:51:16 queue INFO 99 [69] -2015-03-11 06:51:16 queue INFO >99 [70] -2015-03-11 06:51:16 sendUrl INFO 91 [68] R:OK -2015-03-11 06:51:17 sendUrl INFO 99 [69] R:OK -2015-03-11 06:51:17 sendUrl INFO 99 [70] R:OK -2015-03-11 06:51:48 queue INFO 89 [71] -2015-03-11 06:51:48 queue INFO >89 [72] -2015-03-11 06:51:48 sendUrl INFO 89 [71] R:OK -2015-03-11 06:51:49 sendUrl INFO 89 [72] R:OK -2015-03-11 06:51:51 queue INFO 81 [73] -2015-03-11 06:51:51 queue INFO >81 [74] -2015-03-11 06:51:51 sendUrl INFO 81 [73] R:OK -2015-03-11 06:51:52 sendUrl INFO 81 [74] R:OK -2015-03-11 06:52:41 queue INFO >>81 [75] -2015-03-11 06:52:41 sendUrl INFO 81 [75] R:OK -2015-03-11 06:53:31 queue INFO >>81 [76] -2015-03-11 06:53:31 sendUrl INFO 81 [76] R:OK -2015-03-11 06:54:21 queue INFO >>81 [77] -2015-03-11 06:54:22 sendUrl INFO 81 [77] R:OK -2015-03-11 06:55:11 queue INFO >>81 [78] -2015-03-11 06:55:12 queue INFO 85 [79] -2015-03-11 06:55:12 sendUrl INFO 81 [78] R:OK -2015-03-11 06:55:12 queue INFO >85 [80] -2015-03-11 06:55:12 sendUrl INFO 85 [79] R:OK -2015-03-11 06:55:13 sendUrl INFO 85 [80] R:OK -2015-03-11 06:55:13 queue INFO 81 [81] -2015-03-11 06:55:13 sendUrl INFO 81 [81] R:OK -2015-03-11 06:55:14 queue INFO >81 [82] -2015-03-11 06:55:14 sendUrl INFO 81 [82] R:OK -2015-03-11 06:56:04 queue INFO >>81 [83] -2015-03-11 06:56:04 sendUrl INFO 81 [83] R:OK -2015-03-11 06:56:33 queue INFO 83 [84] -2015-03-11 06:56:33 queue INFO >83 [85] -2015-03-11 06:56:34 sendUrl INFO 83 [84] R:OK -2015-03-11 06:56:34 sendUrl INFO 83 [85] R:OK -2015-03-11 06:57:23 queue INFO >>83 [86] -2015-03-11 06:57:23 sendUrl INFO 83 [86] R:OK -2015-03-11 06:58:13 queue INFO >>83 [87] -2015-03-11 06:58:14 sendUrl INFO 83 [87] R:OK -2015-03-11 06:59:03 queue INFO >>83 [88] -2015-03-11 06:59:04 sendUrl INFO 83 [88] R:OK -2015-03-11 06:59:54 queue INFO >>83 [89] -2015-03-11 06:59:54 sendUrl INFO 83 [89] R:OK -2015-03-11 07:00:44 queue INFO >>83 [90] -2015-03-11 07:00:44 sendUrl INFO 83 [90] R:OK -2015-03-11 07:01:34 queue INFO >>83 [91] -2015-03-11 07:01:35 sendUrl INFO 83 [91] R:OK -2015-03-11 07:02:24 queue INFO >>83 [92] -2015-03-11 07:02:24 sendUrl INFO 83 [92] R:OK -2015-03-11 07:03:14 queue INFO >>83 [93] -2015-03-11 07:03:15 sendUrl INFO 83 [93] R:OK -2015-03-11 07:04:04 queue INFO >>83 [94] -2015-03-11 07:04:05 sendUrl INFO 83 [94] R:OK -2015-03-11 07:04:27 queue INFO 87 [95] -2015-03-11 07:04:27 queue INFO >87 [96] -2015-03-11 07:04:27 sendUrl INFO 87 [95] R:OK -2015-03-11 07:04:28 sendUrl INFO 87 [96] R:OK -2015-03-11 07:04:28 queue INFO 83 [97] -2015-03-11 07:04:29 queue INFO >83 [98] -2015-03-11 07:04:29 sendUrl INFO 83 [97] R:OK -2015-03-11 07:04:29 sendUrl INFO 83 [98] R:OK -2015-03-11 07:05:19 queue INFO >>83 [99] -2015-03-11 07:05:19 sendUrl INFO 83 [99] R:OK -2015-03-11 07:06:09 queue INFO >>83 [100] -2015-03-11 07:06:09 sendUrl INFO 83 [100] R:OK -2015-03-11 07:06:59 queue INFO >>83 [101] -2015-03-11 07:06:59 sendUrl INFO 83 [101] R:OK -2015-03-11 07:07:49 queue INFO >>83 [102] -2015-03-11 07:07:50 sendUrl INFO 83 [102] R:OK -2015-03-11 07:08:39 queue INFO >>83 [103] -2015-03-11 07:08:39 sendUrl INFO 83 [103] R:OK -2015-03-11 07:09:29 queue INFO >>83 [104] -2015-03-11 07:09:30 sendUrl INFO 83 [104] R:OK -2015-03-11 07:10:19 queue INFO >>83 [105] -2015-03-11 07:10:20 sendUrl INFO 83 [105] R:OK -2015-03-11 07:11:10 queue INFO >>83 [106] -2015-03-11 07:11:10 sendUrl INFO 83 [106] R:OK -2015-03-11 07:11:35 queue INFO 87 [107] -2015-03-11 07:11:35 queue INFO >87 [108] -2015-03-11 07:11:36 sendUrl INFO 87 [107] R:OK -2015-03-11 07:11:36 sendUrl INFO 87 [108] R:OK -2015-03-11 07:11:37 queue INFO 83 [109] -2015-03-11 07:11:37 queue INFO >83 [110] -2015-03-11 07:11:37 sendUrl INFO 83 [109] R:OK -2015-03-11 07:11:38 sendUrl INFO 83 [110] R:OK -2015-03-11 07:12:27 queue INFO >>83 [111] -2015-03-11 07:12:27 sendUrl INFO 83 [111] R:OK -2015-03-11 07:13:17 queue INFO >>83 [112] -2015-03-11 07:13:17 sendUrl INFO 83 [112] R:OK -2015-03-11 07:14:07 queue INFO >>83 [113] -2015-03-11 07:14:08 sendUrl INFO 83 [113] R:OK -2015-03-11 07:14:57 queue INFO >>83 [114] -2015-03-11 07:14:57 sendUrl INFO 83 [114] R:OK -2015-03-11 07:15:47 queue INFO >>83 [115] -2015-03-11 07:15:48 sendUrl INFO 83 [115] R:OK -2015-03-11 07:16:38 queue INFO >>83 [116] -2015-03-11 07:16:38 sendUrl INFO 83 [116] R:OK -2015-03-11 07:17:28 queue INFO >>83 [117] -2015-03-11 07:17:28 sendUrl INFO 83 [117] R:OK -2015-03-11 07:18:18 queue INFO >>83 [118] -2015-03-11 07:18:18 sendUrl INFO 83 [118] R:OK -2015-03-11 07:18:44 queue INFO 87 [119] -2015-03-11 07:18:44 queue INFO >87 [120] -2015-03-11 07:18:44 sendUrl INFO 87 [119] R:OK -2015-03-11 07:18:44 sendUrl INFO 87 [120] R:OK -2015-03-11 07:18:45 queue INFO 83 [121] -2015-03-11 07:18:45 queue INFO >83 [122] -2015-03-11 07:18:45 sendUrl INFO 83 [121] R:OK -2015-03-11 07:18:46 sendUrl INFO 83 [122] R:OK -2015-03-11 07:18:58 queue INFO C3 [123] -2015-03-11 07:18:58 queue INFO >C3 [124] -2015-03-11 07:18:58 sendUrl INFO C3 [123] R:OK -2015-03-11 07:18:59 sendUrl INFO C3 [124] R:OK -2015-03-11 07:19:48 queue INFO >>C3 [125] -2015-03-11 07:19:48 sendUrl INFO C3 [125] R:OK -2015-03-11 07:20:38 queue INFO >>C3 [126] -2015-03-11 07:20:39 sendUrl INFO C3 [126] R:OK -2015-03-11 07:21:28 queue INFO >>C3 [127] -2015-03-11 07:21:29 sendUrl INFO C3 [127] R:OK -2015-03-11 07:22:19 queue INFO >>C3 [128] -2015-03-11 07:22:19 sendUrl INFO C3 [128] R:OK -2015-03-11 07:23:09 queue INFO >>C3 [129] -2015-03-11 07:23:09 sendUrl INFO C3 [129] R:OK -2015-03-11 07:23:59 queue INFO >>C3 [130] -2015-03-11 07:23:59 sendUrl INFO C3 [130] R:OK -2015-03-11 07:24:49 queue INFO >>C3 [131] -2015-03-11 07:24:49 sendUrl INFO C3 [131] R:OK -2015-03-11 07:25:39 queue INFO >>C3 [132] -2015-03-11 07:25:40 sendUrl INFO C3 [132] R:OK -2015-03-11 07:25:52 queue INFO C7 [133] -2015-03-11 07:25:52 queue INFO >C7 [134] -2015-03-11 07:25:53 sendUrl INFO C7 [133] R:OK -2015-03-11 07:25:53 sendUrl INFO C7 [134] R:OK -2015-03-11 07:25:54 queue INFO C3 [135] -2015-03-11 07:25:54 queue INFO >C3 [136] -2015-03-11 07:25:54 sendUrl INFO C3 [135] R:OK -2015-03-11 07:25:55 sendUrl INFO C3 [136] R:OK -2015-03-11 07:26:19 queue INFO 83 [137] -2015-03-11 07:26:19 queue INFO >83 [138] -2015-03-11 07:26:19 sendUrl INFO 83 [137] R:OK -2015-03-11 07:26:19 sendUrl INFO 83 [138] R:OK -2015-03-11 07:27:09 queue INFO >>83 [139] -2015-03-11 07:27:09 sendUrl INFO 83 [139] R:OK -2015-03-11 07:27:59 queue INFO >>83 [140] -2015-03-11 07:28:00 sendUrl INFO 83 [140] R:OK -2015-03-11 07:28:49 queue INFO >>83 [141] -2015-03-11 07:28:49 sendUrl INFO 83 [141] R:OK -2015-03-11 07:29:39 queue INFO >>83 [142] -2015-03-11 07:29:40 sendUrl INFO 83 [142] R:OK -2015-03-11 07:30:29 queue INFO >>83 [143] -2015-03-11 07:30:30 sendUrl INFO 83 [143] R:OK -2015-03-11 07:31:20 queue INFO >>83 [144] -2015-03-11 07:31:20 sendUrl INFO 83 [144] R:OK -2015-03-11 07:32:10 queue INFO >>83 [145] -2015-03-11 07:32:10 sendUrl INFO 83 [145] R:OK -2015-03-11 07:33:00 queue INFO >>83 [146] -2015-03-11 07:33:00 sendUrl INFO 83 [146] R:OK -2015-03-11 07:33:15 queue INFO 87 [147] -2015-03-11 07:33:16 queue INFO >87 [148] -2015-03-11 07:33:16 sendUrl INFO 87 [147] R:OK -2015-03-11 07:33:16 sendUrl INFO 87 [148] R:OK -2015-03-11 07:33:17 queue INFO 83 [149] -2015-03-11 07:33:17 queue INFO >83 [150] -2015-03-11 07:33:17 sendUrl INFO 83 [149] R:OK -2015-03-11 07:33:18 sendUrl INFO 83 [150] R:OK -2015-03-11 07:34:07 queue INFO >>83 [151] -2015-03-11 07:34:08 sendUrl INFO 83 [151] R:OK -2015-03-11 07:34:57 queue INFO >>83 [152] -2015-03-11 07:34:57 sendUrl INFO 83 [152] R:OK -2015-03-11 07:35:47 queue INFO >>83 [153] -2015-03-11 07:35:48 sendUrl INFO 83 [153] R:OK -2015-03-11 07:36:38 queue INFO >>83 [154] -2015-03-11 07:36:38 sendUrl INFO 83 [154] R:OK -2015-03-11 07:37:28 queue INFO >>83 [155] -2015-03-11 07:37:28 sendUrl INFO 83 [155] R:OK -2015-03-11 07:38:18 queue INFO >>83 [156] -2015-03-11 07:38:18 sendUrl INFO 83 [156] R:OK -2015-03-11 07:39:08 queue INFO >>83 [157] -2015-03-11 07:39:09 sendUrl INFO 83 [157] R:OK -2015-03-11 07:39:58 queue INFO >>83 [158] -2015-03-11 07:39:58 sendUrl INFO 83 [158] R:OK -2015-03-11 07:40:23 queue INFO 87 [159] -2015-03-11 07:40:24 sendUrl INFO 87 [159] R:OK -2015-03-11 07:40:24 queue INFO >87 [160] -2015-03-11 07:40:24 sendUrl INFO 87 [160] R:OK -2015-03-11 07:40:25 queue INFO 83 [161] -2015-03-11 07:40:25 queue INFO >83 [162] -2015-03-11 07:40:26 sendUrl INFO 83 [161] R:OK -2015-03-11 07:40:26 sendUrl INFO 83 [162] R:OK -2015-03-11 07:41:15 queue INFO >>83 [163] -2015-03-11 07:41:15 sendUrl INFO 83 [163] R:OK -2015-03-11 07:42:05 queue INFO >>83 [164] -2015-03-11 07:42:06 sendUrl INFO 83 [164] R:OK -2015-03-11 07:42:55 queue INFO >>83 [165] -2015-03-11 07:42:56 sendUrl INFO 83 [165] R:OK -2015-03-11 07:43:46 queue INFO >>83 [166] -2015-03-11 07:43:46 sendUrl INFO 83 [166] R:OK -2015-03-11 07:44:36 queue INFO >>83 [167] -2015-03-11 07:44:36 sendUrl INFO 83 [167] R:OK -2015-03-11 07:45:26 queue INFO >>83 [168] -2015-03-11 07:45:26 sendUrl INFO 83 [168] R:OK -2015-03-11 07:46:16 queue INFO >>83 [169] -2015-03-11 07:46:16 sendUrl INFO 83 [169] R:OK -2015-03-11 07:47:06 queue INFO >>83 [170] -2015-03-11 07:47:06 sendUrl INFO 83 [170] R:OK -2015-03-11 07:47:32 queue INFO 87 [171] -2015-03-11 07:47:32 queue INFO >87 [172] -2015-03-11 07:47:32 sendUrl INFO 87 [171] R:OK -2015-03-11 07:47:32 sendUrl INFO 87 [172] R:OK -2015-03-11 07:47:33 queue INFO 83 [173] -2015-03-11 07:47:33 queue INFO >83 [174] -2015-03-11 07:47:33 sendUrl INFO 83 [173] R:OK -2015-03-11 07:47:34 sendUrl INFO 83 [174] R:OK -2015-03-11 07:48:23 queue INFO >>83 [175] -2015-03-11 07:48:24 sendUrl INFO 83 [175] R:OK -2015-03-11 07:49:13 queue INFO >>83 [176] -2015-03-11 07:49:14 sendUrl INFO 83 [176] R:OK -2015-03-11 07:50:04 queue INFO >>83 [177] -2015-03-11 07:50:04 sendUrl INFO 83 [177] R:OK -2015-03-11 07:50:54 queue INFO >>83 [178] -2015-03-11 07:50:54 sendUrl INFO 83 [178] R:OK -2015-03-11 07:51:44 queue INFO >>83 [179] -2015-03-11 07:51:44 sendUrl INFO 83 [179] R:OK -2015-03-11 07:52:34 queue INFO >>83 [180] -2015-03-11 07:52:34 sendUrl INFO 83 [180] R:OK -2015-03-11 07:53:24 queue INFO >>83 [181] -2015-03-11 07:53:24 sendUrl INFO 83 [181] R:OK -2015-03-11 07:54:14 queue INFO >>83 [182] -2015-03-11 07:54:15 sendUrl INFO 83 [182] R:OK -2015-03-11 07:54:40 queue INFO 87 [183] -2015-03-11 07:54:40 queue INFO >87 [184] -2015-03-11 07:54:40 sendUrl INFO 87 [183] R:OK -2015-03-11 07:54:41 sendUrl INFO 87 [184] R:OK -2015-03-11 07:54:41 queue INFO 83 [185] -2015-03-11 07:54:42 queue INFO >83 [186] -2015-03-11 07:54:42 sendUrl INFO 83 [185] R:OK -2015-03-11 07:54:42 sendUrl INFO 83 [186] R:OK -2015-03-11 07:55:31 queue INFO >>83 [187] -2015-03-11 07:55:32 sendUrl INFO 83 [187] R:OK -2015-03-11 07:56:22 queue INFO >>83 [188] -2015-03-11 07:56:22 sendUrl INFO 83 [188] R:OK -2015-03-11 07:57:12 queue INFO >>83 [189] -2015-03-11 07:57:12 sendUrl INFO 83 [189] R:OK -2015-03-11 07:58:02 queue INFO >>83 [190] -2015-03-11 07:58:02 sendUrl INFO 83 [190] R:OK -2015-03-11 07:58:52 queue INFO >>83 [191] -2015-03-11 07:58:52 sendUrl INFO 83 [191] R:OK -2015-03-11 07:59:42 queue INFO >>83 [192] -2015-03-11 07:59:43 sendUrl INFO 83 [192] R:OK -2015-03-11 08:00:32 queue INFO >>83 [193] -2015-03-11 08:00:33 sendUrl INFO 83 [193] R:OK -2015-03-11 08:01:23 queue INFO >>83 [194] -2015-03-11 08:01:23 sendUrl INFO 83 [194] R:OK -2015-03-11 08:01:48 queue INFO 87 [195] -2015-03-11 08:01:48 queue INFO >87 [196] -2015-03-11 08:01:49 sendUrl INFO 87 [195] R:OK -2015-03-11 08:01:49 sendUrl INFO 87 [196] R:OK -2015-03-11 08:01:50 queue INFO 83 [197] -2015-03-11 08:01:50 queue INFO >83 [198] -2015-03-11 08:01:50 sendUrl INFO 83 [197] R:OK -2015-03-11 08:01:51 sendUrl INFO 83 [198] R:OK -2015-03-11 08:02:15 queue INFO C3 [199] -2015-03-11 08:02:15 sendUrl INFO C3 [199] R:OK -2015-03-11 08:02:15 queue INFO >C3 [200] -2015-03-11 08:02:16 sendUrl INFO C3 [200] R:OK -2015-03-11 08:03:05 queue INFO >>C3 [201] -2015-03-11 08:03:06 sendUrl INFO C3 [201] R:OK -2015-03-11 08:03:55 queue INFO >>C3 [202] -2015-03-11 08:03:56 sendUrl INFO C3 [202] R:OK -2015-03-11 08:04:46 queue INFO >>C3 [203] -2015-03-11 08:04:46 sendUrl INFO C3 [203] R:OK -2015-03-11 08:05:36 queue INFO >>C3 [204] -2015-03-11 08:05:36 sendUrl INFO C3 [204] R:OK -2015-03-11 08:06:26 queue INFO >>C3 [205] -2015-03-11 08:06:26 sendUrl INFO C3 [205] R:OK -2015-03-11 08:07:16 queue INFO >>C3 [206] -2015-03-11 08:07:16 sendUrl INFO C3 [206] R:OK -2015-03-11 08:08:06 queue INFO >>C3 [207] -2015-03-11 08:08:07 sendUrl INFO C3 [207] R:OK -2015-03-11 08:08:56 queue INFO >>C3 [208] -2015-03-11 08:08:57 sendUrl INFO C3 [208] R:OK -2015-03-11 08:09:09 queue INFO C7 [209] -2015-03-11 08:09:09 queue INFO >C7 [210] -2015-03-11 08:09:10 sendUrl INFO C7 [209] R:OK -2015-03-11 08:09:10 sendUrl INFO C7 [210] R:OK -2015-03-11 08:09:11 queue INFO C3 [211] -2015-03-11 08:09:11 queue INFO >C3 [212] -2015-03-11 08:09:11 sendUrl INFO C3 [211] R:OK -2015-03-11 08:09:11 sendUrl INFO C3 [212] R:OK -2015-03-11 08:09:23 queue INFO 83 [213] -2015-03-11 08:09:24 sendUrl INFO 83 [213] R:OK -2015-03-11 08:09:24 queue INFO >83 [214] -2015-03-11 08:09:24 sendUrl INFO 83 [214] R:OK -2015-03-11 08:10:14 queue INFO >>83 [215] -2015-03-11 08:10:14 sendUrl INFO 83 [215] R:OK -2015-03-11 08:11:04 queue INFO >>83 [216] -2015-03-11 08:11:04 sendUrl INFO 83 [216] R:OK -2015-03-11 08:11:54 queue INFO >>83 [217] -2015-03-11 08:11:54 sendUrl INFO 83 [217] R:OK -2015-03-11 08:12:44 queue INFO >>83 [218] -2015-03-11 08:12:44 sendUrl INFO 83 [218] R:OK -2015-03-11 08:13:34 queue INFO >>83 [219] -2015-03-11 08:13:35 sendUrl INFO 83 [219] R:OK -2015-03-11 08:14:24 queue INFO >>83 [220] -2015-03-11 08:14:25 sendUrl INFO 83 [220] R:OK -2015-03-11 08:15:14 queue INFO >>83 [221] -2015-03-11 08:15:15 sendUrl INFO 83 [221] R:OK -2015-03-11 08:16:05 queue INFO >>83 [222] -2015-03-11 08:16:05 sendUrl INFO 83 [222] R:OK -2015-03-11 08:16:20 queue INFO 87 [223] -2015-03-11 08:16:20 queue INFO >87 [224] -2015-03-11 08:16:20 sendUrl INFO 87 [223] R:OK -2015-03-11 08:16:21 sendUrl INFO 87 [224] R:OK -2015-03-11 08:16:22 queue INFO 83 [225] -2015-03-11 08:16:22 sendUrl INFO 83 [225] R:OK -2015-03-11 08:16:22 queue INFO >83 [226] -2015-03-11 08:16:22 sendUrl INFO 83 [226] R:OK -2015-03-11 08:17:12 queue INFO >>83 [227] -2015-03-11 08:17:12 sendUrl INFO 83 [227] R:OK -2015-03-11 08:18:02 queue INFO >>83 [228] -2015-03-11 08:18:03 sendUrl INFO 83 [228] R:OK -2015-03-11 08:18:52 queue INFO >>83 [229] -2015-03-11 08:18:52 sendUrl INFO 83 [229] R:OK -2015-03-11 08:19:42 queue INFO >>83 [230] -2015-03-11 08:19:43 sendUrl INFO 83 [230] R:OK -2015-03-11 08:20:32 queue INFO >>83 [231] -2015-03-11 08:20:33 sendUrl INFO 83 [231] R:OK -2015-03-11 08:21:23 queue INFO >>83 [232] -2015-03-11 08:21:23 sendUrl INFO 83 [232] R:OK -2015-03-11 08:22:13 queue INFO >>83 [233] -2015-03-11 08:22:13 sendUrl INFO 83 [233] R:OK -2015-03-11 08:23:03 queue INFO >>83 [234] -2015-03-11 08:23:03 sendUrl INFO 83 [234] R:OK -2015-03-11 08:23:28 queue INFO 87 [235] -2015-03-11 08:23:28 queue INFO >87 [236] -2015-03-11 08:23:29 sendUrl INFO 87 [235] R:OK -2015-03-11 08:23:29 sendUrl INFO 87 [236] R:OK -2015-03-11 08:23:30 queue INFO 83 [237] -2015-03-11 08:23:30 queue INFO >83 [238] -2015-03-11 08:23:30 sendUrl INFO 83 [237] R:OK -2015-03-11 08:23:31 sendUrl INFO 83 [238] R:OK -2015-03-11 08:24:20 queue INFO >>83 [239] -2015-03-11 08:24:20 sendUrl INFO 83 [239] R:OK -2015-03-11 08:25:10 queue INFO >>83 [240] -2015-03-11 08:25:10 sendUrl INFO 83 [240] R:OK -2015-03-11 08:26:00 queue INFO >>83 [241] -2015-03-11 08:26:00 sendUrl INFO 83 [241] R:OK -2015-03-11 08:26:50 queue INFO >>83 [242] -2015-03-11 08:26:50 sendUrl INFO 83 [242] R:OK -2015-03-11 08:27:40 queue INFO >>83 [243] -2015-03-11 08:27:41 sendUrl INFO 83 [243] R:OK -2015-03-11 08:28:30 queue INFO >>83 [244] -2015-03-11 08:28:31 sendUrl INFO 83 [244] R:OK -2015-03-11 08:29:21 queue INFO >>83 [245] -2015-03-11 08:29:21 sendUrl INFO 83 [245] R:OK -2015-03-11 08:30:11 queue INFO >>83 [246] -2015-03-11 08:30:11 sendUrl INFO 83 [246] R:OK -2015-03-11 08:30:36 queue INFO 87 [247] -2015-03-11 08:30:36 queue INFO >87 [248] -2015-03-11 08:30:37 sendUrl INFO 87 [247] R:OK -2015-03-11 08:30:37 sendUrl INFO 87 [248] R:OK -2015-03-11 08:30:38 queue INFO 83 [249] -2015-03-11 08:30:38 queue INFO >83 [250] -2015-03-11 08:30:38 sendUrl INFO 83 [249] R:OK -2015-03-11 08:30:39 sendUrl INFO 83 [250] R:OK -2015-03-11 08:31:28 queue INFO >>83 [251] -2015-03-11 08:31:28 sendUrl INFO 83 [251] R:OK -2015-03-11 08:32:18 queue INFO >>83 [252] -2015-03-11 08:32:18 sendUrl INFO 83 [252] R:OK -2015-03-11 08:33:08 queue INFO >>83 [253] -2015-03-11 08:33:08 sendUrl INFO 83 [253] R:OK -2015-03-11 08:33:58 queue INFO >>83 [254] -2015-03-11 08:33:59 sendUrl INFO 83 [254] R:OK -2015-03-11 08:34:48 queue INFO >>83 [255] -2015-03-11 08:34:49 sendUrl INFO 83 [255] R:OK -2015-03-11 08:35:39 queue INFO >>83 [256] -2015-03-11 08:35:39 sendUrl INFO 83 [256] R:OK -2015-03-11 08:36:29 queue INFO >>83 [257] -2015-03-11 08:36:29 sendUrl INFO 83 [257] R:OK -2015-03-11 08:37:19 queue INFO >>83 [258] -2015-03-11 08:37:19 sendUrl INFO 83 [258] R:OK -2015-03-11 08:37:44 queue INFO 87 [259] -2015-03-11 08:37:45 queue INFO >87 [260] -2015-03-11 08:37:45 sendUrl INFO 87 [259] R:OK -2015-03-11 08:37:45 sendUrl INFO 87 [260] R:OK -2015-03-11 08:37:46 queue INFO 83 [261] -2015-03-11 08:37:46 queue INFO >83 [262] -2015-03-11 08:37:46 sendUrl INFO 83 [261] R:OK -2015-03-11 08:37:47 sendUrl INFO 83 [262] R:OK -2015-03-11 08:38:36 queue INFO >>83 [263] -2015-03-11 08:38:37 sendUrl INFO 83 [263] R:OK -2015-03-11 08:39:26 queue INFO >>83 [264] -2015-03-11 08:39:27 sendUrl INFO 83 [264] R:OK -2015-03-11 08:40:16 queue INFO >>83 [265] -2015-03-11 08:40:17 sendUrl INFO 83 [265] R:OK -2015-03-11 08:41:07 queue INFO >>83 [266] -2015-03-11 08:41:07 sendUrl INFO 83 [266] R:OK -2015-03-11 08:41:57 queue INFO >>83 [267] -2015-03-11 08:41:57 sendUrl INFO 83 [267] R:OK -2015-03-11 08:42:47 queue INFO >>83 [268] -2015-03-11 08:42:47 sendUrl INFO 83 [268] R:OK -2015-03-11 08:43:37 queue INFO >>83 [269] -2015-03-11 08:43:37 sendUrl INFO 83 [269] R:OK -2015-03-11 08:44:27 queue INFO >>83 [270] -2015-03-11 08:44:28 sendUrl INFO 83 [270] R:OK -2015-03-11 08:45:05 queue INFO 87 [271] -2015-03-11 08:45:05 sendUrl INFO 87 [271] R:OK -2015-03-11 08:45:05 queue INFO >87 [272] -2015-03-11 08:45:06 sendUrl INFO 87 [272] R:OK -2015-03-11 08:45:07 queue INFO 83 [273] -2015-03-11 08:45:07 queue INFO >83 [274] -2015-03-11 08:45:07 sendUrl INFO 83 [273] R:OK -2015-03-11 08:45:08 sendUrl INFO 83 [274] R:OK -2015-03-11 08:45:20 queue INFO C3 [275] -2015-03-11 08:45:20 queue INFO >C3 [276] -2015-03-11 08:45:20 sendUrl INFO C3 [275] R:OK -2015-03-11 08:45:20 sendUrl INFO C3 [276] R:OK -2015-03-11 08:46:10 queue INFO >>C3 [277] -2015-03-11 08:46:10 sendUrl INFO C3 [277] R:OK -2015-03-11 08:47:00 queue INFO >>C3 [278] -2015-03-11 08:47:00 sendUrl INFO C3 [278] R:OK -2015-03-11 08:47:50 queue INFO >>C3 [279] -2015-03-11 08:47:50 sendUrl INFO C3 [279] R:OK -2015-03-11 08:48:40 queue INFO >>C3 [280] -2015-03-11 08:48:41 sendUrl INFO C3 [280] R:OK -2015-03-11 08:49:30 queue INFO >>C3 [281] -2015-03-11 08:49:31 sendUrl INFO C3 [281] R:OK -2015-03-11 08:50:20 queue INFO >>C3 [282] -2015-03-11 08:50:21 sendUrl INFO C3 [282] R:OK -2015-03-11 08:51:11 queue INFO >>C3 [283] -2015-03-11 08:51:11 sendUrl INFO C3 [283] R:OK -2015-03-11 08:51:24 queue INFO C1 [284] -2015-03-11 08:51:24 queue INFO >C1 [285] -2015-03-11 08:51:25 sendUrl INFO C1 [284] R:OK -2015-03-11 08:51:25 sendUrl INFO C1 [285] R:OK -2015-03-11 08:52:14 queue INFO C5 [286] -2015-03-11 08:52:14 queue INFO >C5 [287] -2015-03-11 08:52:14 sendUrl INFO C5 [286] R:OK -2015-03-11 08:52:15 sendUrl INFO C5 [287] R:OK -2015-03-11 08:52:15 queue INFO C1 [288] -2015-03-11 08:52:16 queue INFO >C1 [289] -2015-03-11 08:52:16 sendUrl INFO C1 [288] R:OK -2015-03-11 08:52:16 sendUrl INFO C1 [289] R:OK -2015-03-11 08:52:55 queue INFO C3 [290] -2015-03-11 08:52:55 queue INFO >C3 [291] -2015-03-11 08:52:55 sendUrl INFO C3 [290] R:OK -2015-03-11 08:52:55 sendUrl INFO C3 [291] R:OK -2015-03-11 08:53:32 queue INFO 83 [292] -2015-03-11 08:53:32 queue INFO >83 [293] -2015-03-11 08:53:33 sendUrl INFO 83 [292] R:OK -2015-03-11 08:53:33 sendUrl INFO 83 [293] R:OK -2015-03-11 08:54:22 queue INFO >>83 [294] -2015-03-11 08:54:22 sendUrl INFO 83 [294] R:OK -2015-03-11 08:55:12 queue INFO >>83 [295] -2015-03-11 08:55:13 sendUrl INFO 83 [295] R:OK -2015-03-11 08:56:03 queue INFO >>83 [296] -2015-03-11 08:56:03 sendUrl INFO 83 [296] R:OK -2015-03-11 08:56:53 queue INFO >>83 [297] -2015-03-11 08:56:53 sendUrl INFO 83 [297] R:OK -2015-03-11 08:57:43 queue INFO >>83 [298] -2015-03-11 08:57:43 sendUrl INFO 83 [298] R:OK -2015-03-11 08:58:33 queue INFO >>83 [299] -2015-03-11 08:58:33 sendUrl INFO 83 [299] R:OK -2015-03-11 08:59:23 queue INFO >>83 [300] -2015-03-11 08:59:23 sendUrl INFO 83 [300] R:OK -2015-03-11 09:00:13 queue INFO >>83 [301] -2015-03-11 09:00:14 sendUrl INFO 83 [301] R:OK -2015-03-11 09:00:27 queue INFO 87 [302] -2015-03-11 09:00:27 queue INFO >87 [303] -2015-03-11 09:00:27 sendUrl INFO 87 [302] R:OK -2015-03-11 09:00:27 sendUrl INFO 87 [303] R:OK -2015-03-11 09:00:28 queue INFO 83 [304] -2015-03-11 09:00:28 queue INFO >83 [305] -2015-03-11 09:00:28 sendUrl INFO 83 [304] R:OK -2015-03-11 09:00:29 sendUrl INFO 83 [305] R:OK -2015-03-11 09:01:18 queue INFO >>83 [306] -2015-03-11 09:01:19 sendUrl INFO 83 [306] R:OK -2015-03-11 09:02:08 queue INFO >>83 [307] -2015-03-11 09:02:09 sendUrl INFO 83 [307] R:OK -2015-03-11 09:02:59 queue INFO >>83 [308] -2015-03-11 09:02:59 sendUrl INFO 83 [308] R:OK -2015-03-11 09:03:49 queue INFO >>83 [309] -2015-03-11 09:03:49 sendUrl INFO 83 [309] R:OK -2015-03-11 09:04:39 queue INFO >>83 [310] -2015-03-11 09:04:39 sendUrl INFO 83 [310] R:OK -2015-03-11 09:05:29 queue INFO >>83 [311] -2015-03-11 09:05:29 sendUrl INFO 83 [311] R:OK -2015-03-11 09:06:19 queue INFO >>83 [312] -2015-03-11 09:06:19 sendUrl INFO 83 [312] R:OK -2015-03-11 09:07:09 queue INFO >>83 [313] -2015-03-11 09:07:10 sendUrl INFO 83 [313] R:OK -2015-03-11 09:07:35 queue INFO 87 [314] -2015-03-11 09:07:35 queue INFO >87 [315] -2015-03-11 09:07:35 sendUrl INFO 87 [314] R:OK -2015-03-11 09:07:36 sendUrl INFO 87 [315] R:OK -2015-03-11 09:07:36 queue INFO 83 [316] -2015-03-11 09:07:37 queue INFO >83 [317] -2015-03-11 09:07:37 sendUrl INFO 83 [316] R:OK -2015-03-11 09:07:37 sendUrl INFO 83 [317] R:OK -2015-03-11 09:08:26 queue INFO >>83 [318] -2015-03-11 09:08:27 sendUrl INFO 83 [318] R:OK -2015-03-11 09:09:17 queue INFO >>83 [319] -2015-03-11 09:09:17 sendUrl INFO 83 [319] R:OK -2015-03-11 09:10:07 queue INFO >>83 [320] -2015-03-11 09:10:07 sendUrl INFO 83 [320] R:OK -2015-03-11 09:10:57 queue INFO >>83 [321] -2015-03-11 09:10:57 sendUrl INFO 83 [321] R:OK -2015-03-11 09:11:47 queue INFO >>83 [322] -2015-03-11 09:11:47 sendUrl INFO 83 [322] R:OK -2015-03-11 09:12:37 queue INFO >>83 [323] -2015-03-11 09:12:38 sendUrl INFO 83 [323] R:OK -2015-03-11 09:13:27 queue INFO >>83 [324] -2015-03-11 09:13:28 sendUrl INFO 83 [324] R:OK -2015-03-11 09:14:17 queue INFO >>83 [325] -2015-03-11 09:14:18 sendUrl INFO 83 [325] R:OK -2015-03-11 09:14:43 queue INFO 87 [326] -2015-03-11 09:14:43 queue INFO >87 [327] -2015-03-11 09:14:43 sendUrl INFO 87 [326] R:OK -2015-03-11 09:14:44 sendUrl INFO 87 [327] R:OK -2015-03-11 09:14:44 queue INFO 83 [328] -2015-03-11 09:14:45 queue INFO >83 [329] -2015-03-11 09:14:45 sendUrl INFO 83 [328] R:OK -2015-03-11 09:14:45 sendUrl INFO 83 [329] R:OK -2015-03-11 09:15:34 queue INFO >>83 [330] -2015-03-11 09:15:35 sendUrl INFO 83 [330] R:OK -2015-03-11 09:16:25 queue INFO >>83 [331] -2015-03-11 09:16:25 sendUrl INFO 83 [331] R:OK -2015-03-11 09:17:15 queue INFO >>83 [332] -2015-03-11 09:17:15 sendUrl INFO 83 [332] R:OK -2015-03-11 09:18:05 queue INFO >>83 [333] -2015-03-11 09:18:05 sendUrl INFO 83 [333] R:OK -2015-03-11 09:18:55 queue INFO >>83 [334] -2015-03-11 09:18:55 sendUrl INFO 83 [334] R:OK -2015-03-11 09:19:45 queue INFO >>83 [335] -2015-03-11 09:19:46 sendUrl INFO 83 [335] R:OK -2015-03-11 09:20:35 queue INFO >>83 [336] -2015-03-11 09:20:36 sendUrl INFO 83 [336] R:OK -2015-03-11 09:21:26 queue INFO >>83 [337] -2015-03-11 09:21:26 sendUrl INFO 83 [337] R:OK -2015-03-11 09:21:51 queue INFO 87 [338] -2015-03-11 09:21:51 sendUrl INFO 87 [338] R:OK -2015-03-11 09:21:51 queue INFO >87 [339] -2015-03-11 09:21:52 sendUrl INFO 87 [339] R:OK -2015-03-11 09:21:53 queue INFO 83 [340] -2015-03-11 09:21:53 queue INFO >83 [341] -2015-03-11 09:21:53 sendUrl INFO 83 [340] R:OK -2015-03-11 09:21:54 sendUrl INFO 83 [341] R:OK -2015-03-11 09:22:06 queue INFO C3 [342] -2015-03-11 09:22:06 queue INFO >C3 [343] -2015-03-11 09:22:06 sendUrl INFO C3 [342] R:OK -2015-03-11 09:22:07 sendUrl INFO C3 [343] R:OK -2015-03-11 09:22:56 queue INFO >>C3 [344] -2015-03-11 09:22:56 sendUrl INFO C3 [344] R:OK -2015-03-11 09:23:46 queue INFO >>C3 [345] -2015-03-11 09:23:46 sendUrl INFO C3 [345] R:OK -2015-03-11 09:24:36 queue INFO >>C3 [346] -2015-03-11 09:24:36 sendUrl INFO C3 [346] R:OK -2015-03-11 09:25:26 queue INFO >>C3 [347] -2015-03-11 09:25:27 sendUrl INFO C3 [347] R:OK -2015-03-11 09:26:16 queue INFO >>C3 [348] -2015-03-11 09:26:17 sendUrl INFO C3 [348] R:OK -2015-03-11 09:27:07 queue INFO >>C3 [349] -2015-03-11 09:27:07 sendUrl INFO C3 [349] R:OK -2015-03-11 09:27:57 queue INFO >>C3 [350] -2015-03-11 09:27:57 sendUrl INFO C3 [350] R:OK -2015-03-11 09:28:47 queue INFO >>C3 [351] -2015-03-11 09:28:47 sendUrl INFO C3 [351] R:OK -2015-03-11 09:29:00 queue INFO C7 [352] -2015-03-11 09:29:00 queue INFO >C7 [353] -2015-03-11 09:29:00 sendUrl INFO C7 [352] R:OK -2015-03-11 09:29:01 sendUrl INFO C7 [353] R:OK -2015-03-11 09:29:01 queue INFO C3 [354] -2015-03-11 09:29:02 queue INFO >C3 [355] -2015-03-11 09:29:02 sendUrl INFO C3 [354] R:OK -2015-03-11 09:29:02 sendUrl INFO C3 [355] R:OK -2015-03-11 09:29:26 queue INFO 83 [356] -2015-03-11 09:29:27 queue INFO >83 [357] -2015-03-11 09:29:27 sendUrl INFO 83 [356] R:OK -2015-03-11 09:29:27 sendUrl INFO 83 [357] R:OK -2015-03-11 09:30:17 queue INFO >>83 [358] -2015-03-11 09:30:17 sendUrl INFO 83 [358] R:OK -2015-03-11 09:31:07 queue INFO >>83 [359] -2015-03-11 09:31:07 sendUrl INFO 83 [359] R:OK -2015-03-11 09:31:57 queue INFO >>83 [360] -2015-03-11 09:31:57 sendUrl INFO 83 [360] R:OK -2015-03-11 09:32:47 queue INFO >>83 [361] -2015-03-11 09:32:47 sendUrl INFO 83 [361] R:OK -2015-03-11 09:33:37 queue INFO >>83 [362] -2015-03-11 09:33:38 sendUrl INFO 83 [362] R:OK -2015-03-11 09:34:27 queue INFO >>83 [363] -2015-03-11 09:34:27 sendUrl INFO 83 [363] R:OK -2015-03-11 09:35:17 queue INFO >>83 [364] -2015-03-11 09:35:18 sendUrl INFO 83 [364] R:OK -2015-03-11 09:36:08 queue INFO >>83 [365] -2015-03-11 09:36:08 sendUrl INFO 83 [365] R:OK -2015-03-11 09:36:23 queue INFO 87 [366] -2015-03-11 09:36:23 sendUrl INFO 87 [366] R:OK -2015-03-11 09:36:23 queue INFO >87 [367] -2015-03-11 09:36:24 sendUrl INFO 87 [367] R:OK -2015-03-11 09:36:25 queue INFO 83 [368] -2015-03-11 09:36:25 queue INFO >83 [369] -2015-03-11 09:36:25 sendUrl INFO 83 [368] R:OK -2015-03-11 09:36:26 sendUrl INFO 83 [369] R:OK -2015-03-11 09:37:15 queue INFO >>83 [370] -2015-03-11 09:37:15 sendUrl INFO 83 [370] R:OK -2015-03-11 09:38:05 queue INFO >>83 [371] -2015-03-11 09:38:05 sendUrl INFO 83 [371] R:OK -2015-03-11 09:38:55 queue INFO >>83 [372] -2015-03-11 09:38:55 sendUrl INFO 83 [372] R:OK -2015-03-11 09:39:45 queue INFO >>83 [373] -2015-03-11 09:39:46 sendUrl INFO 83 [373] R:OK -2015-03-11 09:40:35 queue INFO >>83 [374] -2015-03-11 09:40:36 sendUrl INFO 83 [374] R:OK -2015-03-11 09:41:25 queue INFO >>83 [375] -2015-03-11 09:41:26 sendUrl INFO 83 [375] R:OK -2015-03-11 09:42:16 queue INFO >>83 [376] -2015-03-11 09:42:16 sendUrl INFO 83 [376] R:OK -2015-03-11 09:43:06 queue INFO >>83 [377] -2015-03-11 09:43:06 sendUrl INFO 83 [377] R:OK -2015-03-11 09:43:31 queue INFO 87 [378] -2015-03-11 09:43:31 queue INFO >87 [379] -2015-03-11 09:43:32 sendUrl INFO 87 [378] R:OK -2015-03-11 09:43:32 sendUrl INFO 87 [379] R:OK -2015-03-11 09:43:33 queue INFO 83 [380] -2015-03-11 09:43:33 queue INFO >83 [381] -2015-03-11 09:43:33 sendUrl INFO 83 [380] R:OK -2015-03-11 09:43:34 sendUrl INFO 83 [381] R:OK -2015-03-11 09:44:23 queue INFO >>83 [382] -2015-03-11 09:44:23 sendUrl INFO 83 [382] R:OK -2015-03-11 09:45:13 queue INFO >>83 [383] -2015-03-11 09:45:13 sendUrl INFO 83 [383] R:OK -2015-03-11 09:46:03 queue INFO >>83 [384] -2015-03-11 09:46:04 sendUrl INFO 83 [384] R:OK -2015-03-11 09:46:53 queue INFO >>83 [385] -2015-03-11 09:46:54 sendUrl INFO 83 [385] R:OK -2015-03-11 09:47:44 queue INFO >>83 [386] -2015-03-11 09:47:44 sendUrl INFO 83 [386] R:OK -2015-03-11 09:48:34 queue INFO >>83 [387] -2015-03-11 09:48:34 sendUrl INFO 83 [387] R:OK -2015-03-11 09:49:24 queue INFO >>83 [388] -2015-03-11 09:49:24 sendUrl INFO 83 [388] R:OK -2015-03-11 09:50:14 queue INFO >>83 [389] -2015-03-11 09:50:14 sendUrl INFO 83 [389] R:OK -2015-03-11 09:50:39 queue INFO 87 [390] -2015-03-11 09:50:40 queue INFO >87 [391] -2015-03-11 09:50:40 sendUrl INFO 87 [390] R:OK -2015-03-11 09:50:40 sendUrl INFO 87 [391] R:OK -2015-03-11 09:50:41 queue INFO 83 [392] -2015-03-11 09:50:41 queue INFO >83 [393] -2015-03-11 09:50:41 sendUrl INFO 83 [392] R:OK -2015-03-11 09:50:42 sendUrl INFO 83 [393] R:OK -2015-03-11 09:51:31 queue INFO >>83 [394] -2015-03-11 09:51:31 sendUrl INFO 83 [394] R:OK -2015-03-11 09:52:21 queue INFO >>83 [395] -2015-03-11 09:52:22 sendUrl INFO 83 [395] R:OK -2015-03-11 09:53:11 queue INFO >>83 [396] -2015-03-11 09:53:12 sendUrl INFO 83 [396] R:OK -2015-03-11 09:54:02 queue INFO >>83 [397] -2015-03-11 09:54:02 sendUrl INFO 83 [397] R:OK -2015-03-11 09:54:52 queue INFO >>83 [398] -2015-03-11 09:54:52 sendUrl INFO 83 [398] R:OK -2015-03-11 09:55:42 queue INFO >>83 [399] -2015-03-11 09:55:42 sendUrl INFO 83 [399] R:OK -2015-03-11 09:56:32 queue INFO >>83 [400] -2015-03-11 09:56:32 sendUrl INFO 83 [400] R:OK -2015-03-11 09:57:22 queue INFO >>83 [401] -2015-03-11 09:57:23 sendUrl INFO 83 [401] R:OK -2015-03-11 09:57:47 queue INFO 87 [402] -2015-03-11 09:57:48 queue INFO >87 [403] -2015-03-11 09:57:48 sendUrl INFO 87 [402] R:OK -2015-03-11 09:57:48 sendUrl INFO 87 [403] R:OK -2015-03-11 09:57:49 queue INFO 83 [404] -2015-03-11 09:57:49 queue INFO >83 [405] -2015-03-11 09:57:49 sendUrl INFO 83 [404] R:OK -2015-03-11 09:57:50 sendUrl INFO 83 [405] R:OK -2015-03-11 09:58:39 queue INFO >>83 [406] -2015-03-11 09:58:40 sendUrl INFO 83 [406] R:OK -2015-03-11 09:59:29 queue INFO >>83 [407] -2015-03-11 09:59:29 sendUrl INFO 83 [407] R:OK -2015-03-11 10:00:19 queue INFO >>83 [408] -2015-03-11 10:00:20 sendUrl INFO 83 [408] R:OK -2015-03-11 10:01:10 queue INFO >>83 [409] -2015-03-11 10:01:10 sendUrl INFO 83 [409] R:OK -2015-03-11 10:02:00 queue INFO >>83 [410] -2015-03-11 10:02:00 sendUrl INFO 83 [410] R:OK -2015-03-11 10:02:50 queue INFO >>83 [411] -2015-03-11 10:02:50 sendUrl INFO 83 [411] R:OK -2015-03-11 10:03:40 queue INFO >>83 [412] -2015-03-11 10:03:41 sendUrl INFO 83 [412] R:OK -2015-03-11 10:04:30 queue INFO >>83 [413] -2015-03-11 10:04:30 sendUrl INFO 83 [413] R:OK -2015-03-11 10:04:56 queue INFO 87 [414] -2015-03-11 10:04:56 queue INFO >87 [415] -2015-03-11 10:04:56 sendUrl INFO 87 [414] R:OK -2015-03-11 10:04:57 sendUrl INFO 87 [415] R:OK -2015-03-11 10:04:57 queue INFO 83 [416] -2015-03-11 10:04:58 sendUrl INFO 83 [416] R:OK -2015-03-11 10:04:58 queue INFO >83 [417] -2015-03-11 10:04:58 sendUrl INFO 83 [417] R:OK -2015-03-11 10:05:23 queue INFO C3 [418] -2015-03-11 10:05:23 queue INFO >C3 [419] -2015-03-11 10:05:23 sendUrl INFO C3 [418] R:OK -2015-03-11 10:05:24 sendUrl INFO C3 [419] R:OK -2015-03-11 10:06:13 queue INFO >>C3 [420] -2015-03-11 10:06:13 sendUrl INFO C3 [420] R:OK -2015-03-11 10:07:03 queue INFO >>C3 [421] -2015-03-11 10:07:03 sendUrl INFO C3 [421] R:OK -2015-03-11 10:07:53 queue INFO >>C3 [422] -2015-03-11 10:07:53 sendUrl INFO C3 [422] R:OK -2015-03-11 10:08:43 queue INFO >>C3 [423] -2015-03-11 10:08:44 sendUrl INFO C3 [423] R:OK -2015-03-11 10:09:33 queue INFO >>C3 [424] -2015-03-11 10:09:34 sendUrl INFO C3 [424] R:OK -2015-03-11 10:10:24 queue INFO >>C3 [425] -2015-03-11 10:10:24 sendUrl INFO C3 [425] R:OK -2015-03-11 10:11:14 queue INFO >>C3 [426] -2015-03-11 10:11:14 sendUrl INFO C3 [426] R:OK -2015-03-11 10:12:04 queue INFO >>C3 [427] -2015-03-11 10:12:04 sendUrl INFO C3 [427] R:OK -2015-03-11 10:12:17 queue INFO C7 [428] -2015-03-11 10:12:17 queue INFO >C7 [429] -2015-03-11 10:12:17 sendUrl INFO C7 [428] R:OK -2015-03-11 10:12:18 sendUrl INFO C7 [429] R:OK -2015-03-11 10:12:18 queue INFO C3 [430] -2015-03-11 10:12:19 queue INFO >C3 [431] -2015-03-11 10:12:19 sendUrl INFO C3 [430] R:OK -2015-03-11 10:12:20 sendUrl INFO C3 [431] R:OK -2015-03-11 10:12:31 queue INFO 83 [432] -2015-03-11 10:12:31 queue INFO >83 [433] -2015-03-11 10:12:32 sendUrl INFO 83 [432] R:OK -2015-03-11 10:12:32 sendUrl INFO 83 [433] R:OK -2015-03-11 10:13:21 queue INFO >>83 [434] -2015-03-11 10:13:21 sendUrl INFO 83 [434] R:OK -2015-03-11 10:14:11 queue INFO >>83 [435] -2015-03-11 10:14:12 sendUrl INFO 83 [435] R:OK -2015-03-11 10:15:02 queue INFO >>83 [436] -2015-03-11 10:15:02 sendUrl INFO 83 [436] R:OK -2015-03-11 10:15:52 queue INFO >>83 [437] -2015-03-11 10:15:52 sendUrl INFO 83 [437] R:OK -2015-03-11 10:16:42 queue INFO >>83 [438] -2015-03-11 10:16:42 sendUrl INFO 83 [438] R:OK -2015-03-11 10:17:32 queue INFO >>83 [439] -2015-03-11 10:17:33 sendUrl INFO 83 [439] R:OK -2015-03-11 10:18:22 queue INFO >>83 [440] -2015-03-11 10:18:22 sendUrl INFO 83 [440] R:OK -2015-03-11 10:19:12 queue INFO >>83 [441] -2015-03-11 10:19:13 sendUrl INFO 83 [441] R:OK -2015-03-11 10:19:28 queue INFO 87 [442] -2015-03-11 10:19:28 sendUrl INFO 87 [442] R:OK -2015-03-11 10:19:28 queue INFO >87 [443] -2015-03-11 10:19:28 sendUrl INFO 87 [443] R:OK -2015-03-11 10:19:29 queue INFO 83 [444] -2015-03-11 10:19:30 queue INFO >83 [445] -2015-03-11 10:19:30 sendUrl INFO 83 [444] R:OK -2015-03-11 10:19:30 sendUrl INFO 83 [445] R:OK -2015-03-11 10:20:20 queue INFO >>83 [446] -2015-03-11 10:20:20 sendUrl INFO 83 [446] R:OK -2015-03-11 10:21:10 queue INFO >>83 [447] -2015-03-11 10:21:10 sendUrl INFO 83 [447] R:OK -2015-03-11 10:22:00 queue INFO >>83 [448] -2015-03-11 10:22:00 sendUrl INFO 83 [448] R:OK -2015-03-11 10:22:50 queue INFO >>83 [449] -2015-03-11 10:22:50 sendUrl INFO 83 [449] R:OK -2015-03-11 10:23:40 queue INFO >>83 [450] -2015-03-11 10:23:41 sendUrl INFO 83 [450] R:OK -2015-03-11 10:24:30 queue INFO >>83 [451] -2015-03-11 10:24:30 sendUrl INFO 83 [451] R:OK -2015-03-11 10:25:20 queue INFO >>83 [452] -2015-03-11 10:25:21 sendUrl INFO 83 [452] R:OK -2015-03-11 10:26:11 queue INFO >>83 [453] -2015-03-11 10:26:11 sendUrl INFO 83 [453] R:OK -2015-03-11 10:26:36 queue INFO 87 [454] -2015-03-11 10:26:36 queue INFO >87 [455] -2015-03-11 10:26:36 sendUrl INFO 87 [454] R:OK -2015-03-11 10:26:37 sendUrl INFO 87 [455] R:OK -2015-03-11 10:26:37 queue INFO 83 [456] -2015-03-11 10:26:38 queue INFO >83 [457] -2015-03-11 10:26:38 sendUrl INFO 83 [456] R:OK -2015-03-11 10:26:38 sendUrl INFO 83 [457] R:OK -2015-03-11 10:27:28 queue INFO >>83 [458] -2015-03-11 10:27:28 sendUrl INFO 83 [458] R:OK -2015-03-11 10:28:18 queue INFO >>83 [459] -2015-03-11 10:28:18 sendUrl INFO 83 [459] R:OK -2015-03-11 10:29:08 queue INFO >>83 [460] -2015-03-11 10:29:08 sendUrl INFO 83 [460] R:OK -2015-03-11 10:29:58 queue INFO >>83 [461] -2015-03-11 10:29:59 sendUrl INFO 83 [461] R:OK -2015-03-11 10:30:48 queue INFO >>83 [462] -2015-03-11 10:30:48 sendUrl INFO 83 [462] R:OK -2015-03-11 10:31:38 queue INFO >>83 [463] -2015-03-11 10:31:39 sendUrl INFO 83 [463] R:OK -2015-03-11 10:32:29 queue INFO >>83 [464] -2015-03-11 10:32:29 sendUrl INFO 83 [464] R:OK -2015-03-11 10:33:19 queue INFO >>83 [465] -2015-03-11 10:33:19 sendUrl INFO 83 [465] R:OK -2015-03-11 10:33:44 queue INFO 87 [466] -2015-03-11 10:33:44 sendUrl INFO 87 [466] R:OK -2015-03-11 10:33:44 queue INFO >87 [467] -2015-03-11 10:33:45 sendUrl INFO 87 [467] R:OK -2015-03-11 10:33:46 queue INFO 83 [468] -2015-03-11 10:33:46 queue INFO >83 [469] -2015-03-11 10:33:46 sendUrl INFO 83 [468] R:OK -2015-03-11 10:33:47 sendUrl INFO 83 [469] R:OK -2015-03-11 10:34:36 queue INFO >>83 [470] -2015-03-11 10:34:36 sendUrl INFO 83 [470] R:OK -2015-03-11 10:35:26 queue INFO >>83 [471] -2015-03-11 10:35:26 sendUrl INFO 83 [471] R:OK -2015-03-11 10:36:16 queue INFO >>83 [472] -2015-03-11 10:36:17 sendUrl INFO 83 [472] R:OK -2015-03-11 10:37:06 queue INFO >>83 [473] -2015-03-11 10:37:06 sendUrl INFO 83 [473] R:OK -2015-03-11 10:37:56 queue INFO >>83 [474] -2015-03-11 10:37:57 sendUrl INFO 83 [474] R:OK -2015-03-11 10:38:47 queue INFO >>83 [475] -2015-03-11 10:38:47 sendUrl INFO 83 [475] R:OK -2015-03-11 10:39:37 queue INFO >>83 [476] -2015-03-11 10:39:37 sendUrl INFO 83 [476] R:OK -2015-03-11 10:40:27 queue INFO >>83 [477] -2015-03-11 10:40:27 sendUrl INFO 83 [477] R:OK -2015-03-11 10:40:52 queue INFO 87 [478] -2015-03-11 10:40:52 queue INFO >87 [479] -2015-03-11 10:40:52 sendUrl INFO 87 [478] R:OK -2015-03-11 10:40:53 sendUrl INFO 87 [479] R:OK -2015-03-11 10:40:54 queue INFO 83 [480] -2015-03-11 10:40:54 queue INFO >83 [481] -2015-03-11 10:40:54 sendUrl INFO 83 [480] R:OK -2015-03-11 10:40:54 sendUrl INFO 83 [481] R:OK -2015-03-11 10:41:44 queue INFO >>83 [482] -2015-03-11 10:41:44 sendUrl INFO 83 [482] R:OK -2015-03-11 10:42:34 queue INFO >>83 [483] -2015-03-11 10:42:34 sendUrl INFO 83 [483] R:OK -2015-03-11 10:43:24 queue INFO >>83 [484] -2015-03-11 10:43:24 sendUrl INFO 83 [484] R:OK -2015-03-11 10:44:14 queue INFO >>83 [485] -2015-03-11 10:44:15 sendUrl INFO 83 [485] R:OK -2015-03-11 10:45:04 queue INFO >>83 [486] -2015-03-11 10:45:05 sendUrl INFO 83 [486] R:OK -2015-03-11 10:45:55 queue INFO >>83 [487] -2015-03-11 10:45:55 sendUrl INFO 83 [487] R:OK -2015-03-11 10:46:45 queue INFO >>83 [488] -2015-03-11 10:46:45 sendUrl INFO 83 [488] R:OK -2015-03-11 10:47:35 queue INFO >>83 [489] -2015-03-11 10:47:35 sendUrl INFO 83 [489] R:OK -2015-03-11 10:48:13 queue INFO 87 [490] -2015-03-11 10:48:13 queue INFO >87 [491] -2015-03-11 10:48:13 sendUrl INFO 87 [490] R:OK -2015-03-11 10:48:14 sendUrl INFO 87 [491] R:OK -2015-03-11 10:48:14 queue INFO 83 [492] -2015-03-11 10:48:15 queue INFO >83 [493] -2015-03-11 10:48:15 sendUrl INFO 83 [492] R:OK -2015-03-11 10:48:15 sendUrl INFO 83 [493] R:OK -2015-03-11 10:48:27 queue INFO C3 [494] -2015-03-11 10:48:28 queue INFO >C3 [495] -2015-03-11 10:48:28 sendUrl INFO C3 [494] R:OK -2015-03-11 10:48:28 sendUrl INFO C3 [495] R:OK -2015-03-11 10:49:18 queue INFO >>C3 [496] -2015-03-11 10:49:18 sendUrl INFO C3 [496] R:OK -2015-03-11 10:50:08 queue INFO >>C3 [497] -2015-03-11 10:50:08 sendUrl INFO C3 [497] R:OK -2015-03-11 10:50:58 queue INFO >>C3 [498] -2015-03-11 10:50:58 sendUrl INFO C3 [498] R:OK -2015-03-11 10:51:48 queue INFO >>C3 [499] -2015-03-11 10:51:48 sendUrl INFO C3 [499] R:OK -2015-03-11 10:52:38 queue INFO >>C3 [500] -2015-03-11 10:52:39 sendUrl INFO C3 [500] R:OK -2015-03-11 10:53:28 queue INFO >>C3 [501] -2015-03-11 10:53:29 sendUrl INFO C3 [501] R:OK -2015-03-11 10:54:19 queue INFO >>C3 [502] -2015-03-11 10:54:19 sendUrl INFO C3 [502] R:OK -2015-03-11 10:55:09 queue INFO >>C3 [503] -2015-03-11 10:55:09 sendUrl INFO C3 [503] R:OK -2015-03-11 10:55:22 queue INFO C7 [504] -2015-03-11 10:55:22 sendUrl INFO C7 [504] R:OK -2015-03-11 10:55:22 queue INFO >C7 [505] -2015-03-11 10:55:22 sendUrl INFO C7 [505] R:OK -2015-03-11 10:55:23 queue INFO C3 [506] -2015-03-11 10:55:23 queue INFO >C3 [507] -2015-03-11 10:55:24 sendUrl INFO C3 [506] R:OK -2015-03-11 10:55:24 sendUrl INFO C3 [507] R:OK -2015-03-11 10:55:36 queue INFO 83 [508] -2015-03-11 10:55:36 queue INFO >83 [509] -2015-03-11 10:55:36 sendUrl INFO 83 [508] R:OK -2015-03-11 10:55:37 sendUrl INFO 83 [509] R:OK -2015-03-11 10:56:26 queue INFO >>83 [510] -2015-03-11 10:56:26 sendUrl INFO 83 [510] R:OK -2015-03-11 10:57:16 queue INFO >>83 [511] -2015-03-11 10:57:16 sendUrl INFO 83 [511] R:OK -2015-03-11 10:58:06 queue INFO >>83 [512] -2015-03-11 10:58:07 sendUrl INFO 83 [512] R:OK -2015-03-11 10:58:56 queue INFO >>83 [513] -2015-03-11 10:58:57 sendUrl INFO 83 [513] R:OK -2015-03-11 10:59:47 queue INFO >>83 [514] -2015-03-11 10:59:47 sendUrl INFO 83 [514] R:OK -2015-03-11 11:00:37 queue INFO >>83 [515] -2015-03-11 11:00:37 sendUrl INFO 83 [515] R:OK -2015-03-11 11:01:27 queue INFO >>83 [516] -2015-03-11 11:01:27 sendUrl INFO 83 [516] R:OK -2015-03-11 11:02:17 queue INFO >>83 [517] -2015-03-11 11:02:17 sendUrl INFO 83 [517] R:OK -2015-03-11 11:02:32 queue INFO 87 [518] -2015-03-11 11:02:33 sendUrl INFO 87 [518] R:OK -2015-03-11 11:02:33 queue INFO >87 [519] -2015-03-11 11:02:33 sendUrl INFO 87 [519] R:OK -2015-03-11 11:02:34 queue INFO 83 [520] -2015-03-11 11:02:34 queue INFO >83 [521] -2015-03-11 11:02:35 sendUrl INFO 83 [520] R:OK -2015-03-11 11:02:35 sendUrl INFO 83 [521] R:OK -2015-03-11 11:03:24 queue INFO >>83 [522] -2015-03-11 11:03:24 sendUrl INFO 83 [522] R:OK -2015-03-11 11:04:14 queue INFO >>83 [523] -2015-03-11 11:04:15 sendUrl INFO 83 [523] R:OK -2015-03-11 11:05:05 queue INFO >>83 [524] -2015-03-11 11:05:05 sendUrl INFO 83 [524] R:OK -2015-03-11 11:05:55 queue INFO >>83 [525] -2015-03-11 11:05:55 sendUrl INFO 83 [525] R:OK -2015-03-11 11:06:45 queue INFO >>83 [526] -2015-03-11 11:06:45 sendUrl INFO 83 [526] R:OK -2015-03-11 11:07:35 queue INFO >>83 [527] -2015-03-11 11:07:35 sendUrl INFO 83 [527] R:OK -2015-03-11 11:08:25 queue INFO >>83 [528] -2015-03-11 11:08:25 sendUrl INFO 83 [528] R:OK -2015-03-11 11:09:15 queue INFO >>83 [529] -2015-03-11 11:09:16 sendUrl INFO 83 [529] R:OK -2015-03-11 11:09:41 queue INFO 87 [530] -2015-03-11 11:09:41 queue INFO >87 [531] -2015-03-11 11:09:41 sendUrl INFO 87 [530] R:OK -2015-03-11 11:09:41 sendUrl INFO 87 [531] R:OK -2015-03-11 11:09:42 queue INFO 83 [532] -2015-03-11 11:09:42 queue INFO >83 [533] -2015-03-11 11:09:42 sendUrl INFO 83 [532] R:OK -2015-03-11 11:09:43 sendUrl INFO 83 [533] R:OK -2015-03-11 11:10:32 queue INFO >>83 [534] -2015-03-11 11:10:33 sendUrl INFO 83 [534] R:OK -2015-03-11 11:11:22 queue INFO >>83 [535] -2015-03-11 11:11:23 sendUrl INFO 83 [535] R:OK -2015-03-11 11:12:13 queue INFO >>83 [536] -2015-03-11 11:12:13 sendUrl INFO 83 [536] R:OK -2015-03-11 11:13:03 queue INFO >>83 [537] -2015-03-11 11:13:03 sendUrl INFO 83 [537] R:OK -2015-03-11 11:13:53 queue INFO >>83 [538] -2015-03-11 11:13:53 sendUrl INFO 83 [538] R:OK -2015-03-11 11:14:43 queue INFO >>83 [539] -2015-03-11 11:14:43 sendUrl INFO 83 [539] R:OK -2015-03-11 11:15:33 queue INFO >>83 [540] -2015-03-11 11:15:34 sendUrl INFO 83 [540] R:OK -2015-03-11 11:16:23 queue INFO >>83 [541] -2015-03-11 11:16:24 sendUrl INFO 83 [541] R:OK -2015-03-11 11:16:49 queue INFO 87 [542] -2015-03-11 11:16:49 sendUrl INFO 87 [542] R:OK -2015-03-11 11:16:49 queue INFO >87 [543] -2015-03-11 11:16:49 sendUrl INFO 87 [543] R:OK -2015-03-11 11:16:50 queue INFO 83 [544] -2015-03-11 11:16:50 queue INFO >83 [545] -2015-03-11 11:16:51 sendUrl INFO 83 [544] R:OK -2015-03-11 11:16:51 sendUrl INFO 83 [545] R:OK -2015-03-11 11:17:40 queue INFO >>83 [546] -2015-03-11 11:17:41 sendUrl INFO 83 [546] R:OK -2015-03-11 11:18:30 queue INFO >>83 [547] -2015-03-11 11:18:31 sendUrl INFO 83 [547] R:OK -2015-03-11 11:19:21 queue INFO >>83 [548] -2015-03-11 11:19:21 sendUrl INFO 83 [548] R:OK -2015-03-11 11:20:11 queue INFO >>83 [549] -2015-03-11 11:20:11 sendUrl INFO 83 [549] R:OK -2015-03-11 11:21:01 queue INFO >>83 [550] -2015-03-11 11:21:01 sendUrl INFO 83 [550] R:OK -2015-03-11 11:21:51 queue INFO >>83 [551] -2015-03-11 11:21:51 sendUrl INFO 83 [551] R:OK -2015-03-11 11:22:41 queue INFO >>83 [552] -2015-03-11 11:22:42 sendUrl INFO 83 [552] R:OK -2015-03-11 11:23:31 queue INFO >>83 [553] -2015-03-11 11:23:31 sendUrl INFO 83 [553] R:OK -2015-03-11 11:24:09 queue INFO 87 [554] -2015-03-11 11:24:09 sendUrl INFO 87 [554] R:OK -2015-03-11 11:24:09 queue INFO >87 [555] -2015-03-11 11:24:10 sendUrl INFO 87 [555] R:OK -2015-03-11 11:24:11 queue INFO 83 [556] -2015-03-11 11:24:11 queue INFO >83 [557] -2015-03-11 11:24:11 sendUrl INFO 83 [556] R:OK -2015-03-11 11:24:12 sendUrl INFO 83 [557] R:OK -2015-03-11 11:25:01 queue INFO >>83 [558] -2015-03-11 11:25:01 sendUrl INFO 83 [558] R:OK -2015-03-11 11:25:51 queue INFO >>83 [559] -2015-03-11 11:25:51 sendUrl INFO 83 [559] R:OK -2015-03-11 11:26:41 queue INFO >>83 [560] -2015-03-11 11:26:41 sendUrl INFO 83 [560] R:OK -2015-03-11 11:27:31 queue INFO >>83 [561] -2015-03-11 11:27:31 sendUrl INFO 83 [561] R:OK -2015-03-11 11:27:42 queue INFO 81 [562] -2015-03-11 11:27:42 queue INFO >81 [563] -2015-03-11 11:27:42 sendUrl INFO 81 [562] R:OK -2015-03-11 11:27:43 sendUrl INFO 81 [563] R:OK -2015-03-11 11:28:32 queue INFO >>81 [564] -2015-03-11 11:28:32 sendUrl INFO 81 [564] R:OK -2015-03-11 11:29:22 queue INFO >>81 [565] -2015-03-11 11:29:22 sendUrl INFO 81 [565] R:OK -2015-03-11 11:30:12 queue INFO >>81 [566] -2015-03-11 11:30:13 sendUrl INFO 81 [566] R:OK -2015-03-11 11:31:02 queue INFO >>81 [567] -2015-03-11 11:31:02 sendUrl INFO 81 [567] R:OK -2015-03-11 11:31:18 queue INFO 85 [568] -2015-03-11 11:31:18 queue INFO >85 [569] -2015-03-11 11:31:18 sendUrl INFO 85 [568] R:OK -2015-03-11 11:31:19 sendUrl INFO 85 [569] R:OK -2015-03-11 11:31:19 queue INFO 81 [570] -2015-03-11 11:31:19 queue INFO >81 [571] -2015-03-11 11:31:20 sendUrl INFO 81 [570] R:OK -2015-03-11 11:31:20 sendUrl INFO 81 [571] R:OK -2015-03-11 11:31:42 queue INFO 83 [572] -2015-03-11 11:31:42 queue INFO >83 [573] -2015-03-11 11:31:43 sendUrl INFO 83 [572] R:OK -2015-03-11 11:31:43 sendUrl INFO 83 [573] R:OK -2015-03-11 11:32:32 queue INFO >>83 [574] -2015-03-11 11:32:32 sendUrl INFO 83 [574] R:OK -2015-03-11 11:33:23 queue INFO >>83 [575] -2015-03-11 11:33:23 sendUrl INFO 83 [575] R:OK -2015-03-11 11:34:13 queue INFO >>83 [576] -2015-03-11 11:34:13 sendUrl INFO 83 [576] R:OK -2015-03-11 11:35:03 queue INFO >>83 [577] -2015-03-11 11:35:03 sendUrl INFO 83 [577] R:OK -2015-03-11 11:35:53 queue INFO >>83 [578] -2015-03-11 11:35:53 sendUrl INFO 83 [578] R:OK -2015-03-11 11:36:43 queue INFO >>83 [579] -2015-03-11 11:36:44 sendUrl INFO 83 [579] R:OK -2015-03-11 11:37:33 queue INFO >>83 [580] -2015-03-11 11:37:33 sendUrl INFO 83 [580] R:OK -2015-03-11 11:38:23 queue INFO >>83 [581] -2015-03-11 11:38:24 sendUrl INFO 83 [581] R:OK -2015-03-11 11:39:08 queue INFO 87 [582] -2015-03-11 11:39:08 queue INFO >87 [583] -2015-03-11 11:39:08 sendUrl INFO 87 [582] R:OK -2015-03-11 11:39:09 sendUrl INFO 87 [583] R:OK -2015-03-11 11:39:09 queue INFO 83 [584] -2015-03-11 11:39:10 queue INFO >83 [585] -2015-03-11 11:39:10 sendUrl INFO 83 [584] R:OK -2015-03-11 11:39:10 sendUrl INFO 83 [585] R:OK -2015-03-11 11:40:00 queue INFO >>83 [586] -2015-03-11 11:40:00 sendUrl INFO 83 [586] R:OK -2015-03-11 11:40:50 queue INFO >>83 [587] -2015-03-11 11:40:50 sendUrl INFO 83 [587] R:OK -2015-03-11 11:41:40 queue INFO >>83 [588] -2015-03-11 11:41:40 sendUrl INFO 83 [588] R:OK -2015-03-11 11:42:30 queue INFO >>83 [589] -2015-03-11 11:42:30 sendUrl INFO 83 [589] R:OK -2015-03-11 11:43:20 queue INFO >>83 [590] -2015-03-11 11:43:20 sendUrl INFO 83 [590] R:OK -2015-03-11 11:44:10 queue INFO >>83 [591] -2015-03-11 11:44:11 sendUrl INFO 83 [591] R:OK -2015-03-11 11:45:00 queue INFO >>83 [592] -2015-03-11 11:45:01 sendUrl INFO 83 [592] R:OK -2015-03-11 11:45:51 queue INFO >>83 [593] -2015-03-11 11:45:51 sendUrl INFO 83 [593] R:OK -2015-03-11 11:46:16 queue INFO 87 [594] -2015-03-11 11:46:16 queue INFO >87 [595] -2015-03-11 11:46:16 sendUrl INFO 87 [594] R:OK -2015-03-11 11:46:17 sendUrl INFO 87 [595] R:OK -2015-03-11 11:46:17 queue INFO 83 [596] -2015-03-11 11:46:18 sendUrl INFO 83 [596] R:OK -2015-03-11 11:46:18 queue INFO >83 [597] -2015-03-11 11:46:18 sendUrl INFO 83 [597] R:OK -2015-03-11 11:47:08 queue INFO >>83 [598] -2015-03-11 11:47:08 sendUrl INFO 83 [598] R:OK -2015-03-11 11:47:58 queue INFO >>83 [599] -2015-03-11 11:47:58 sendUrl INFO 83 [599] R:OK -2015-03-11 11:48:48 queue INFO >>83 [600] -2015-03-11 11:48:48 sendUrl INFO 83 [600] R:OK -2015-03-11 11:49:38 queue INFO >>83 [601] -2015-03-11 11:49:38 sendUrl INFO 83 [601] R:OK -2015-03-11 11:50:28 queue INFO >>83 [602] -2015-03-11 11:50:28 sendUrl INFO 83 [602] R:OK -2015-03-11 11:51:18 queue INFO >>83 [603] -2015-03-11 11:51:18 sendUrl INFO 83 [603] R:OK -2015-03-11 11:52:08 queue INFO >>83 [604] -2015-03-11 11:52:09 sendUrl INFO 83 [604] R:OK -2015-03-11 11:52:59 queue INFO >>83 [605] -2015-03-11 11:52:59 sendUrl INFO 83 [605] R:OK -2015-03-11 11:53:24 queue INFO 87 [606] -2015-03-11 11:53:24 queue INFO >87 [607] -2015-03-11 11:53:24 sendUrl INFO 87 [606] R:OK -2015-03-11 11:53:25 sendUrl INFO 87 [607] R:OK -2015-03-11 11:53:26 queue INFO 83 [608] -2015-03-11 11:53:26 queue INFO >83 [609] -2015-03-11 11:53:26 sendUrl INFO 83 [608] R:OK -2015-03-11 11:53:26 sendUrl INFO 83 [609] R:OK -2015-03-11 11:54:16 queue INFO >>83 [610] -2015-03-11 11:54:16 sendUrl INFO 83 [610] R:OK -2015-03-11 11:55:06 queue INFO >>83 [611] -2015-03-11 11:55:06 sendUrl INFO 83 [611] R:OK -2015-03-11 11:55:56 queue INFO >>83 [612] -2015-03-11 11:55:56 sendUrl INFO 83 [612] R:OK -2015-03-11 11:56:46 queue INFO >>83 [613] -2015-03-11 11:56:47 sendUrl INFO 83 [613] R:OK -2015-03-11 11:57:36 queue INFO >>83 [614] -2015-03-11 11:57:36 sendUrl INFO 83 [614] R:OK -2015-03-11 11:58:26 queue INFO >>83 [615] -2015-03-11 11:58:27 sendUrl INFO 83 [615] R:OK -2015-03-11 11:59:17 queue INFO >>83 [616] -2015-03-11 11:59:17 sendUrl INFO 83 [616] R:OK -2015-03-11 12:00:07 queue INFO >>83 [617] -2015-03-11 12:00:07 sendUrl INFO 83 [617] R:OK -2015-03-11 12:00:32 queue INFO 87 [618] -2015-03-11 12:00:33 queue INFO >87 [619] -2015-03-11 12:00:33 sendUrl INFO 87 [618] R:OK -2015-03-11 12:00:33 sendUrl INFO 87 [619] R:OK -2015-03-11 12:00:34 queue INFO 83 [620] -2015-03-11 12:00:34 queue INFO >83 [621] -2015-03-11 12:00:34 sendUrl INFO 83 [620] R:OK -2015-03-11 12:00:35 sendUrl INFO 83 [621] R:OK -2015-03-11 12:00:47 queue INFO C3 [622] -2015-03-11 12:00:47 queue INFO >C3 [623] -2015-03-11 12:00:47 sendUrl INFO C3 [622] R:OK -2015-03-11 12:00:48 sendUrl INFO C3 [623] R:OK -2015-03-11 12:01:37 queue INFO >>C3 [624] -2015-03-11 12:01:38 sendUrl INFO C3 [624] R:OK -2015-03-11 12:02:27 queue INFO >>C3 [625] -2015-03-11 12:02:27 sendUrl INFO C3 [625] R:OK -2015-03-11 12:03:17 queue INFO >>C3 [626] -2015-03-11 12:03:18 sendUrl INFO C3 [626] R:OK -2015-03-11 12:04:08 queue INFO >>C3 [627] -2015-03-11 12:04:08 sendUrl INFO C3 [627] R:OK -2015-03-11 12:04:58 queue INFO >>C3 [628] -2015-03-11 12:04:58 sendUrl INFO C3 [628] R:OK -2015-03-11 12:05:48 queue INFO >>C3 [629] -2015-03-11 12:05:48 sendUrl INFO C3 [629] R:OK -2015-03-11 12:06:38 queue INFO >>C3 [630] -2015-03-11 12:06:38 sendUrl INFO C3 [630] R:OK -2015-03-11 12:07:28 queue INFO >>C3 [631] -2015-03-11 12:07:28 sendUrl INFO C3 [631] R:OK -2015-03-11 12:07:32 queue INFO C9 [632] -2015-03-11 12:07:32 sendUrl INFO C9 [632] R:OK -2015-03-11 12:07:33 queue INFO >C9 [633] -2015-03-11 12:07:33 sendUrl INFO C9 [633] R:OK -2015-03-11 12:07:41 queue INFO CD [634] -2015-03-11 12:07:41 queue INFO >CD [635] -2015-03-11 12:07:42 sendUrl INFO CD [634] R:OK -2015-03-11 12:07:42 sendUrl INFO CD [635] R:OK -2015-03-11 12:07:43 queue INFO C9 [636] -2015-03-11 12:07:43 queue INFO >C9 [637] -2015-03-11 12:07:43 sendUrl INFO C9 [636] R:OK -2015-03-11 12:07:44 sendUrl INFO C9 [637] R:OK -2015-03-11 12:07:54 queue INFO C1 [638] -2015-03-11 12:07:55 sendUrl INFO C1 [638] R:OK -2015-03-11 12:07:55 queue INFO >C1 [639] -2015-03-11 12:07:55 sendUrl INFO C1 [639] R:OK -2015-03-11 12:07:59 queue INFO C3 [640] -2015-03-11 12:07:59 queue INFO >C3 [641] -2015-03-11 12:07:59 sendUrl INFO C3 [640] R:OK -2015-03-11 12:08:00 sendUrl INFO C3 [641] R:OK -2015-03-11 12:08:30 queue INFO 83 [642] -2015-03-11 12:08:30 queue INFO >83 [643] -2015-03-11 12:08:30 sendUrl INFO 83 [642] R:OK -2015-03-11 12:08:31 sendUrl INFO 83 [643] R:OK -2015-03-11 12:09:20 queue INFO >>83 [644] -2015-03-11 12:09:21 sendUrl INFO 83 [644] R:OK -2015-03-11 12:10:10 queue INFO >>83 [645] -2015-03-11 12:10:11 sendUrl INFO 83 [645] R:OK -2015-03-11 12:11:01 queue INFO >>83 [646] -2015-03-11 12:11:01 sendUrl INFO 83 [646] R:OK -2015-03-11 12:11:51 queue INFO >>83 [647] -2015-03-11 12:11:51 sendUrl INFO 83 [647] R:OK -2015-03-11 12:12:41 queue INFO >>83 [648] -2015-03-11 12:12:41 sendUrl INFO 83 [648] R:OK -2015-03-11 12:13:31 queue INFO >>83 [649] -2015-03-11 12:13:31 sendUrl INFO 83 [649] R:OK -2015-03-11 12:14:21 queue INFO >>83 [650] -2015-03-11 12:14:22 sendUrl INFO 83 [650] R:OK -2015-03-11 12:15:11 queue INFO >>83 [651] -2015-03-11 12:15:12 sendUrl INFO 83 [651] R:OK -2015-03-11 12:15:25 queue INFO 87 [652] -2015-03-11 12:15:25 queue INFO >87 [653] -2015-03-11 12:15:25 sendUrl INFO 87 [652] R:OK -2015-03-11 12:15:26 sendUrl INFO 87 [653] R:OK -2015-03-11 12:15:26 queue INFO 83 [654] -2015-03-11 12:15:26 queue INFO >83 [655] -2015-03-11 12:15:27 sendUrl INFO 83 [654] R:OK -2015-03-11 12:15:27 sendUrl INFO 83 [655] R:OK -2015-03-11 12:16:16 queue INFO >>83 [656] -2015-03-11 12:16:17 sendUrl INFO 83 [656] R:OK -2015-03-11 12:17:07 queue INFO >>83 [657] -2015-03-11 12:17:07 sendUrl INFO 83 [657] R:OK -2015-03-11 12:17:57 queue INFO >>83 [658] -2015-03-11 12:17:57 sendUrl INFO 83 [658] R:OK -2015-03-11 12:18:47 queue INFO >>83 [659] -2015-03-11 12:18:47 sendUrl INFO 83 [659] R:OK -2015-03-11 12:19:37 queue INFO >>83 [660] -2015-03-11 12:19:37 sendUrl INFO 83 [660] R:OK -2015-03-11 12:20:27 queue INFO >>83 [661] -2015-03-11 12:20:28 sendUrl INFO 83 [661] R:OK -2015-03-11 12:21:17 queue INFO >>83 [662] -2015-03-11 12:21:17 sendUrl INFO 83 [662] R:OK -2015-03-11 12:22:07 queue INFO >>83 [663] -2015-03-11 12:22:08 sendUrl INFO 83 [663] R:OK -2015-03-11 12:22:33 queue INFO 87 [664] -2015-03-11 12:22:33 queue INFO >87 [665] -2015-03-11 12:22:33 sendUrl INFO 87 [664] R:OK -2015-03-11 12:22:34 sendUrl INFO 87 [665] R:OK -2015-03-11 12:22:34 queue INFO 83 [666] -2015-03-11 12:22:34 sendUrl INFO 83 [666] R:OK -2015-03-11 12:22:35 queue INFO >83 [667] -2015-03-11 12:22:35 sendUrl INFO 83 [667] R:OK -2015-03-11 12:23:24 queue INFO >>83 [668] -2015-03-11 12:23:25 sendUrl INFO 83 [668] R:OK -2015-03-11 12:24:15 queue INFO >>83 [669] -2015-03-11 12:24:15 sendUrl INFO 83 [669] R:OK -2015-03-11 12:25:05 queue INFO >>83 [670] -2015-03-11 12:25:05 sendUrl INFO 83 [670] R:OK -2015-03-11 12:25:55 queue INFO >>83 [671] -2015-03-11 12:25:55 sendUrl INFO 83 [671] R:OK -2015-03-11 12:26:45 queue INFO >>83 [672] -2015-03-11 12:26:46 sendUrl INFO 83 [672] R:OK -2015-03-11 12:27:35 queue INFO >>83 [673] -2015-03-11 12:27:35 sendUrl INFO 83 [673] R:OK -2015-03-11 12:28:25 queue INFO >>83 [674] -2015-03-11 12:28:26 sendUrl INFO 83 [674] R:OK -2015-03-11 12:29:16 queue INFO >>83 [675] -2015-03-11 12:29:16 sendUrl INFO 83 [675] R:OK -2015-03-11 12:29:41 queue INFO 87 [676] -2015-03-11 12:29:41 queue INFO >87 [677] -2015-03-11 12:29:41 sendUrl INFO 87 [676] R:OK -2015-03-11 12:29:42 sendUrl INFO 87 [677] R:OK -2015-03-11 12:29:43 queue INFO 83 [678] -2015-03-11 12:29:43 sendUrl INFO 83 [678] R:OK -2015-03-11 12:29:43 queue INFO >83 [679] -2015-03-11 12:29:43 sendUrl INFO 83 [679] R:OK -2015-03-11 12:30:33 queue INFO >>83 [680] -2015-03-11 12:30:33 sendUrl INFO 83 [680] R:OK -2015-03-11 12:31:23 queue INFO >>83 [681] -2015-03-11 12:31:23 sendUrl INFO 83 [681] R:OK -2015-03-11 12:32:13 queue INFO >>83 [682] -2015-03-11 12:32:13 sendUrl INFO 83 [682] R:OK -2015-03-11 12:33:03 queue INFO >>83 [683] -2015-03-11 12:33:04 sendUrl INFO 83 [683] R:OK -2015-03-11 12:33:53 queue INFO >>83 [684] -2015-03-11 12:33:54 sendUrl INFO 83 [684] R:OK -2015-03-11 12:34:44 queue INFO >>83 [685] -2015-03-11 12:34:44 sendUrl INFO 83 [685] R:OK -2015-03-11 12:35:34 queue INFO >>83 [686] -2015-03-11 12:35:34 sendUrl INFO 83 [686] R:OK -2015-03-11 12:36:24 queue INFO >>83 [687] -2015-03-11 12:36:24 sendUrl INFO 83 [687] R:OK -2015-03-11 12:36:49 queue INFO 87 [688] -2015-03-11 12:36:50 queue INFO >87 [689] -2015-03-11 12:36:50 sendUrl INFO 87 [688] R:OK -2015-03-11 12:36:50 sendUrl INFO 87 [689] R:OK -2015-03-11 12:36:51 queue INFO 83 [690] -2015-03-11 12:36:51 queue INFO >83 [691] -2015-03-11 12:36:51 sendUrl INFO 83 [690] R:OK -2015-03-11 12:36:52 sendUrl INFO 83 [691] R:OK -2015-03-11 12:37:04 queue INFO C3 [692] -2015-03-11 12:37:04 queue INFO >C3 [693] -2015-03-11 12:37:04 sendUrl INFO C3 [692] R:OK -2015-03-11 12:37:05 sendUrl INFO C3 [693] R:OK -2015-03-11 12:37:54 queue INFO >>C3 [694] -2015-03-11 12:37:55 sendUrl INFO C3 [694] R:OK -2015-03-11 12:38:44 queue INFO >>C3 [695] -2015-03-11 12:38:44 sendUrl INFO C3 [695] R:OK -2015-03-11 12:39:34 queue INFO >>C3 [696] -2015-03-11 12:39:35 sendUrl INFO C3 [696] R:OK -2015-03-11 12:40:25 queue INFO >>C3 [697] -2015-03-11 12:40:25 sendUrl INFO C3 [697] R:OK -2015-03-11 12:41:15 queue INFO >>C3 [698] -2015-03-11 12:41:15 sendUrl INFO C3 [698] R:OK -2015-03-11 12:42:05 queue INFO >>C3 [699] -2015-03-11 12:42:05 sendUrl INFO C3 [699] R:OK -2015-03-11 12:42:55 queue INFO >>C3 [700] -2015-03-11 12:42:56 sendUrl INFO C3 [700] R:OK -2015-03-11 12:43:45 queue INFO >>C3 [701] -2015-03-11 12:43:45 sendUrl INFO C3 [701] R:OK -2015-03-11 12:43:58 queue INFO C7 [702] -2015-03-11 12:43:58 queue INFO >C7 [703] -2015-03-11 12:43:58 sendUrl INFO C7 [702] R:OK -2015-03-11 12:43:59 sendUrl INFO C7 [703] R:OK -2015-03-11 12:44:00 queue INFO C3 [704] -2015-03-11 12:44:00 queue INFO >C3 [705] -2015-03-11 12:44:00 sendUrl INFO C3 [704] R:OK -2015-03-11 12:44:00 sendUrl INFO C3 [705] R:OK -2015-03-11 12:44:25 queue INFO 83 [706] -2015-03-11 12:44:25 queue INFO >83 [707] -2015-03-11 12:44:25 sendUrl INFO 83 [706] R:OK -2015-03-11 12:44:26 sendUrl INFO 83 [707] R:OK -2015-03-11 12:45:15 queue INFO >>83 [708] -2015-03-11 12:45:15 sendUrl INFO 83 [708] R:OK -2015-03-11 12:46:05 queue INFO >>83 [709] -2015-03-11 12:46:05 sendUrl INFO 83 [709] R:OK -2015-03-11 12:46:55 queue INFO >>83 [710] -2015-03-11 12:46:56 sendUrl INFO 83 [710] R:OK -2015-03-11 12:47:45 queue INFO >>83 [711] -2015-03-11 12:47:45 sendUrl INFO 83 [711] R:OK -2015-03-11 12:48:35 queue INFO >>83 [712] -2015-03-11 12:48:36 sendUrl INFO 83 [712] R:OK -2015-03-11 12:49:26 queue INFO >>83 [713] -2015-03-11 12:49:26 sendUrl INFO 83 [713] R:OK -2015-03-11 12:50:16 queue INFO >>83 [714] -2015-03-11 12:50:16 sendUrl INFO 83 [714] R:OK -2015-03-11 12:51:06 queue INFO >>83 [715] -2015-03-11 12:51:06 sendUrl INFO 83 [715] R:OK -2015-03-11 12:51:21 queue INFO 87 [716] -2015-03-11 12:51:21 queue INFO >87 [717] -2015-03-11 12:51:21 sendUrl INFO 87 [716] R:OK -2015-03-11 12:51:22 sendUrl INFO 87 [717] R:OK -2015-03-11 12:51:23 queue INFO 83 [718] -2015-03-11 12:51:23 sendUrl INFO 83 [718] R:OK -2015-03-11 12:51:23 queue INFO >83 [719] -2015-03-11 12:51:23 sendUrl INFO 83 [719] R:OK -2015-03-11 12:52:13 queue INFO >>83 [720] -2015-03-11 12:52:13 sendUrl INFO 83 [720] R:OK -2015-03-11 12:53:03 queue INFO >>83 [721] -2015-03-11 12:53:04 sendUrl INFO 83 [721] R:OK -2015-03-11 12:53:53 queue INFO >>83 [722] -2015-03-11 12:53:53 sendUrl INFO 83 [722] R:OK -2015-03-11 12:54:43 queue INFO >>83 [723] -2015-03-11 12:54:44 sendUrl INFO 83 [723] R:OK -2015-03-11 12:55:34 queue INFO >>83 [724] -2015-03-11 12:55:34 sendUrl INFO 83 [724] R:OK -2015-03-11 12:56:24 queue INFO >>83 [725] -2015-03-11 12:56:24 sendUrl INFO 83 [725] R:OK -2015-03-11 12:57:14 queue INFO >>83 [726] -2015-03-11 12:57:14 sendUrl INFO 83 [726] R:OK -2015-03-11 12:58:04 queue INFO >>83 [727] -2015-03-11 12:58:05 sendUrl INFO 83 [727] R:OK -2015-03-11 12:58:29 queue INFO 87 [728] -2015-03-11 12:58:30 queue INFO >87 [729] -2015-03-11 12:58:30 sendUrl INFO 87 [728] R:OK -2015-03-11 12:58:30 sendUrl INFO 87 [729] R:OK -2015-03-11 12:58:31 queue INFO 83 [730] -2015-03-11 12:58:31 queue INFO >83 [731] -2015-03-11 12:58:31 sendUrl INFO 83 [730] R:OK -2015-03-11 12:58:32 sendUrl INFO 83 [731] R:OK -2015-03-11 12:59:21 queue INFO >>83 [732] -2015-03-11 12:59:22 sendUrl INFO 83 [732] R:OK -2015-03-11 12:59:56 queue INFO 8B [733] -2015-03-11 12:59:56 queue INFO 89 [734] -2015-03-11 12:59:56 queue INFO >89 [735] -2015-03-11 12:59:56 sendUrl INFO 8B [733] R:OK -2015-03-11 12:59:57 sendUrl INFO 89 [734] R:OK -2015-03-11 12:59:57 sendUrl INFO 89 [735] R:OK -2015-03-11 13:00:46 queue INFO >>89 [736] -2015-03-11 13:00:47 sendUrl INFO 89 [736] R:OK -2015-03-11 13:01:36 queue INFO >>89 [737] -2015-03-11 13:01:36 sendUrl INFO 89 [737] R:OK -2015-03-11 13:01:41 queue INFO 81 [738] -2015-03-11 13:01:41 queue INFO >81 [739] -2015-03-11 13:01:41 sendUrl INFO 81 [738] R:OK -2015-03-11 13:01:42 sendUrl INFO 81 [739] R:OK -2015-03-11 13:01:47 queue INFO 83 [740] -2015-03-11 13:01:47 queue INFO >83 [741] -2015-03-11 13:01:47 sendUrl INFO 83 [740] R:OK -2015-03-11 13:01:48 sendUrl INFO 83 [741] R:OK -2015-03-11 13:02:37 queue INFO >>83 [742] -2015-03-11 13:02:37 sendUrl INFO 83 [742] R:OK -2015-03-11 13:03:27 queue INFO >>83 [743] -2015-03-11 13:03:27 sendUrl INFO 83 [743] R:OK -2015-03-11 13:04:17 queue INFO >>83 [744] -2015-03-11 13:04:17 sendUrl INFO 83 [744] R:OK -2015-03-11 13:05:07 queue INFO >>83 [745] -2015-03-11 13:05:07 sendUrl INFO 83 [745] R:OK -2015-03-11 13:05:37 queue INFO 87 [746] -2015-03-11 13:05:38 queue INFO >87 [747] -2015-03-11 13:05:38 sendUrl INFO 87 [746] R:OK -2015-03-11 13:05:38 sendUrl INFO 87 [747] R:OK -2015-03-11 13:05:39 queue INFO 83 [748] -2015-03-11 13:05:39 sendUrl INFO 83 [748] R:OK -2015-03-11 13:05:39 queue INFO >83 [749] -2015-03-11 13:05:40 sendUrl INFO 83 [749] R:OK -2015-03-11 13:06:29 queue INFO >>83 [750] -2015-03-11 13:06:29 sendUrl INFO 83 [750] R:OK -2015-03-11 13:07:19 queue INFO >>83 [751] -2015-03-11 13:07:20 sendUrl INFO 83 [751] R:OK -2015-03-11 13:08:09 queue INFO >>83 [752] -2015-03-11 13:08:10 sendUrl INFO 83 [752] R:OK -2015-03-11 13:09:00 queue INFO >>83 [753] -2015-03-11 13:09:00 sendUrl INFO 83 [753] R:OK -2015-03-11 13:09:50 queue INFO >>83 [754] -2015-03-11 13:09:50 sendUrl INFO 83 [754] R:OK -2015-03-11 13:10:40 queue INFO >>83 [755] -2015-03-11 13:10:40 sendUrl INFO 83 [755] R:OK -2015-03-11 13:11:30 queue INFO >>83 [756] -2015-03-11 13:11:30 sendUrl INFO 83 [756] R:OK -2015-03-11 13:12:20 queue INFO >>83 [757] -2015-03-11 13:12:21 sendUrl INFO 83 [757] R:OK -2015-03-11 13:12:53 queue INFO 87 [758] -2015-03-11 13:12:53 queue INFO >87 [759] -2015-03-11 13:12:54 sendUrl INFO 87 [758] R:OK -2015-03-11 13:12:54 sendUrl INFO 87 [759] R:OK -2015-03-11 13:12:55 queue INFO 83 [760] -2015-03-11 13:12:55 queue INFO >83 [761] -2015-03-11 13:12:55 sendUrl INFO 83 [760] R:OK -2015-03-11 13:12:55 sendUrl INFO 83 [761] R:OK -2015-03-11 13:13:45 queue INFO >>83 [762] -2015-03-11 13:13:45 sendUrl INFO 83 [762] R:OK -2015-03-11 13:14:35 queue INFO >>83 [763] -2015-03-11 13:14:35 sendUrl INFO 83 [763] R:OK -2015-03-11 13:15:25 queue INFO >>83 [764] -2015-03-11 13:15:25 sendUrl INFO 83 [764] R:OK -2015-03-11 13:16:15 queue INFO >>83 [765] -2015-03-11 13:16:16 sendUrl INFO 83 [765] R:OK -2015-03-11 13:17:06 queue INFO >>83 [766] -2015-03-11 13:17:06 sendUrl INFO 83 [766] R:OK -2015-03-11 13:17:56 queue INFO >>83 [767] -2015-03-11 13:17:56 sendUrl INFO 83 [767] R:OK -2015-03-11 13:18:46 queue INFO >>83 [768] -2015-03-11 13:18:46 sendUrl INFO 83 [768] R:OK -2015-03-11 13:19:36 queue INFO >>83 [769] -2015-03-11 13:19:36 sendUrl INFO 83 [769] R:OK -2015-03-11 13:20:01 queue INFO 87 [770] -2015-03-11 13:20:02 queue INFO >87 [771] -2015-03-11 13:20:02 sendUrl INFO 87 [770] R:OK -2015-03-11 13:20:02 sendUrl INFO 87 [771] R:OK -2015-03-11 13:20:03 queue INFO 83 [772] -2015-03-11 13:20:03 queue INFO >83 [773] -2015-03-11 13:20:03 sendUrl INFO 83 [772] R:OK -2015-03-11 13:20:04 sendUrl INFO 83 [773] R:OK -2015-03-11 13:20:28 queue INFO C3 [774] -2015-03-11 13:20:29 sendUrl INFO C3 [774] R:OK -2015-03-11 13:20:29 queue INFO >C3 [775] -2015-03-11 13:20:29 sendUrl INFO C3 [775] R:OK -2015-03-11 13:21:18 queue INFO >>C3 [776] -2015-03-11 13:21:19 sendUrl INFO C3 [776] R:OK -2015-03-11 13:22:09 queue INFO >>C3 [777] -2015-03-11 13:22:09 sendUrl INFO C3 [777] R:OK -2015-03-11 13:22:59 queue INFO >>C3 [778] -2015-03-11 13:22:59 sendUrl INFO C3 [778] R:OK -2015-03-11 13:23:49 queue INFO >>C3 [779] -2015-03-11 13:23:49 sendUrl INFO C3 [779] R:OK -2015-03-11 13:24:39 queue INFO >>C3 [780] -2015-03-11 13:24:39 sendUrl INFO C3 [780] R:OK -2015-03-11 13:25:29 queue INFO >>C3 [781] -2015-03-11 13:25:30 sendUrl INFO C3 [781] R:OK -2015-03-11 13:26:19 queue INFO >>C3 [782] -2015-03-11 13:26:20 sendUrl INFO C3 [782] R:OK -2015-03-11 13:27:09 queue INFO >>C3 [783] -2015-03-11 13:27:10 sendUrl INFO C3 [783] R:OK -2015-03-11 13:27:22 queue INFO C7 [784] -2015-03-11 13:27:23 queue INFO >C7 [785] -2015-03-11 13:27:23 sendUrl INFO C7 [784] R:OK -2015-03-11 13:27:23 sendUrl INFO C7 [785] R:OK -2015-03-11 13:27:24 queue INFO C3 [786] -2015-03-11 13:27:24 sendUrl INFO C3 [786] R:OK -2015-03-11 13:27:24 queue INFO >C3 [787] -2015-03-11 13:27:25 sendUrl INFO C3 [787] R:OK -2015-03-11 13:27:37 queue INFO 83 [788] -2015-03-11 13:27:37 sendUrl INFO 83 [788] R:OK -2015-03-11 13:27:37 queue INFO >83 [789] -2015-03-11 13:27:37 sendUrl INFO 83 [789] R:OK -2015-03-11 13:28:27 queue INFO >>83 [790] -2015-03-11 13:28:27 sendUrl INFO 83 [790] R:OK -2015-03-11 13:29:17 queue INFO >>83 [791] -2015-03-11 13:29:18 sendUrl INFO 83 [791] R:OK -2015-03-11 13:30:07 queue INFO >>83 [792] -2015-03-11 13:30:07 sendUrl INFO 83 [792] R:OK -2015-03-11 13:30:57 queue INFO >>83 [793] -2015-03-11 13:30:58 sendUrl INFO 83 [793] R:OK -2015-03-11 13:31:47 queue INFO >>83 [794] -2015-03-11 13:31:48 sendUrl INFO 83 [794] R:OK -2015-03-11 13:32:38 queue INFO >>83 [795] -2015-03-11 13:32:38 sendUrl INFO 83 [795] R:OK -2015-03-11 13:33:28 queue INFO >>83 [796] -2015-03-11 13:33:28 sendUrl INFO 83 [796] R:OK -2015-03-11 13:34:18 queue INFO >>83 [797] -2015-03-11 13:34:18 sendUrl INFO 83 [797] R:OK -2015-03-11 13:34:33 queue INFO 87 [798] -2015-03-11 13:34:34 queue INFO >87 [799] -2015-03-11 13:34:34 sendUrl INFO 87 [798] R:OK -2015-03-11 13:34:34 sendUrl INFO 87 [799] R:OK -2015-03-11 13:34:35 queue INFO 83 [800] -2015-03-11 13:34:35 queue INFO >83 [801] -2015-03-11 13:34:35 sendUrl INFO 83 [800] R:OK -2015-03-11 13:34:36 sendUrl INFO 83 [801] R:OK -2015-03-11 13:35:25 queue INFO >>83 [802] -2015-03-11 13:35:25 sendUrl INFO 83 [802] R:OK -2015-03-11 13:36:15 queue INFO >>83 [803] -2015-03-11 13:36:15 sendUrl INFO 83 [803] R:OK -2015-03-11 13:37:05 queue INFO >>83 [804] -2015-03-11 13:37:06 sendUrl INFO 83 [804] R:OK -2015-03-11 13:37:56 queue INFO >>83 [805] -2015-03-11 13:37:56 sendUrl INFO 83 [805] R:OK -2015-03-11 13:38:46 queue INFO >>83 [806] -2015-03-11 13:38:46 sendUrl INFO 83 [806] R:OK -2015-03-11 13:39:36 queue INFO >>83 [807] -2015-03-11 13:39:36 sendUrl INFO 83 [807] R:OK -2015-03-11 13:39:40 queue INFO 81 [808] -2015-03-11 13:39:40 sendUrl INFO 81 [808] R:OK -2015-03-11 13:39:40 queue INFO >81 [809] -2015-03-11 13:39:41 sendUrl INFO 81 [809] R:OK -2015-03-11 13:40:30 queue INFO >>81 [810] -2015-03-11 13:40:31 sendUrl INFO 81 [810] R:OK -2015-03-11 13:41:20 queue INFO >>81 [811] -2015-03-11 13:41:20 sendUrl INFO 81 [811] R:OK -2015-03-11 13:41:38 queue INFO 83 [812] -2015-03-11 13:41:38 queue INFO >83 [813] -2015-03-11 13:41:38 sendUrl INFO 83 [812] R:OK -2015-03-11 13:41:38 sendUrl INFO 83 [813] R:OK -2015-03-11 13:41:42 queue INFO 87 [814] -2015-03-11 13:41:42 queue INFO >87 [815] -2015-03-11 13:41:42 sendUrl INFO 87 [814] R:OK -2015-03-11 13:41:43 sendUrl INFO 87 [815] R:OK -2015-03-11 13:41:43 queue INFO 83 [816] -2015-03-11 13:41:43 queue INFO >83 [817] -2015-03-11 13:41:44 sendUrl INFO 83 [816] R:OK -2015-03-11 13:41:44 sendUrl INFO 83 [817] R:OK -2015-03-11 13:42:33 queue INFO >>83 [818] -2015-03-11 13:42:33 sendUrl INFO 83 [818] R:OK -2015-03-11 13:43:23 queue INFO >>83 [819] -2015-03-11 13:43:24 sendUrl INFO 83 [819] R:OK -2015-03-11 13:44:14 queue INFO >>83 [820] -2015-03-11 13:44:14 sendUrl INFO 83 [820] R:OK -2015-03-11 13:45:04 queue INFO >>83 [821] -2015-03-11 13:45:04 sendUrl INFO 83 [821] R:OK -2015-03-11 13:45:54 queue INFO >>83 [822] -2015-03-11 13:45:54 sendUrl INFO 83 [822] R:OK -2015-03-11 13:46:44 queue INFO >>83 [823] -2015-03-11 13:46:45 sendUrl INFO 83 [823] R:OK -2015-03-11 13:47:34 queue INFO >>83 [824] -2015-03-11 13:47:34 sendUrl INFO 83 [824] R:OK -2015-03-11 13:48:24 queue INFO >>83 [825] -2015-03-11 13:48:25 sendUrl INFO 83 [825] R:OK -2015-03-11 13:48:50 queue INFO 87 [826] -2015-03-11 13:48:50 queue INFO >87 [827] -2015-03-11 13:48:50 sendUrl INFO 87 [826] R:OK -2015-03-11 13:48:50 sendUrl INFO 87 [827] R:OK -2015-03-11 13:48:51 queue INFO 83 [828] -2015-03-11 13:48:51 queue INFO >83 [829] -2015-03-11 13:48:51 sendUrl INFO 83 [828] R:OK -2015-03-11 13:48:52 sendUrl INFO 83 [829] R:OK -2015-03-11 13:49:41 queue INFO >>83 [830] -2015-03-11 13:49:42 sendUrl INFO 83 [830] R:OK -2015-03-11 13:50:31 queue INFO >>83 [831] -2015-03-11 13:50:32 sendUrl INFO 83 [831] R:OK -2015-03-11 13:51:22 queue INFO >>83 [832] -2015-03-11 13:51:22 sendUrl INFO 83 [832] R:OK -2015-03-11 13:52:12 queue INFO >>83 [833] -2015-03-11 13:52:12 sendUrl INFO 83 [833] R:OK -2015-03-11 13:53:02 queue INFO >>83 [834] -2015-03-11 13:53:02 sendUrl INFO 83 [834] R:OK -2015-03-11 13:53:52 queue INFO >>83 [835] -2015-03-11 13:53:52 sendUrl INFO 83 [835] R:OK -2015-03-11 13:54:42 queue INFO >>83 [836] -2015-03-11 13:54:43 sendUrl INFO 83 [836] R:OK -2015-03-11 13:55:32 queue INFO >>83 [837] -2015-03-11 13:55:33 sendUrl INFO 83 [837] R:OK -2015-03-11 13:55:58 queue INFO 87 [838] -2015-03-11 13:55:58 queue INFO >87 [839] -2015-03-11 13:55:58 sendUrl INFO 87 [838] R:OK -2015-03-11 13:55:59 sendUrl INFO 87 [839] R:OK -2015-03-11 13:55:59 queue INFO 83 [840] -2015-03-11 13:55:59 queue INFO >83 [841] -2015-03-11 13:56:00 sendUrl INFO 83 [840] R:OK -2015-03-11 13:56:00 sendUrl INFO 83 [841] R:OK -2015-03-11 13:56:49 queue INFO >>83 [842] -2015-03-11 13:56:50 sendUrl INFO 83 [842] R:OK -2015-03-11 13:57:40 queue INFO >>83 [843] -2015-03-11 13:57:40 sendUrl INFO 83 [843] R:OK -2015-03-11 13:58:30 queue INFO >>83 [844] -2015-03-11 13:58:30 sendUrl INFO 83 [844] R:OK -2015-03-11 13:59:20 queue INFO >>83 [845] -2015-03-11 13:59:20 sendUrl INFO 83 [845] R:OK -2015-03-11 13:59:38 queue INFO 81 [846] -2015-03-11 13:59:38 queue INFO >81 [847] -2015-03-11 13:59:38 sendUrl INFO 81 [846] R:OK -2015-03-11 13:59:39 sendUrl INFO 81 [847] R:OK -2015-03-11 14:00:28 queue INFO >>81 [848] -2015-03-11 14:00:28 sendUrl INFO 81 [848] R:OK -2015-03-11 14:01:18 queue INFO >>81 [849] -2015-03-11 14:01:18 sendUrl INFO 81 [849] R:OK -2015-03-11 14:02:08 queue INFO >>81 [850] -2015-03-11 14:02:09 sendUrl INFO 81 [850] R:OK -2015-03-11 14:02:58 queue INFO >>81 [851] -2015-03-11 14:02:58 sendUrl INFO 81 [851] R:OK -2015-03-11 14:03:19 queue INFO 85 [852] -2015-03-11 14:03:19 queue INFO >85 [853] -2015-03-11 14:03:19 sendUrl INFO 85 [852] R:OK -2015-03-11 14:03:20 sendUrl INFO 85 [853] R:OK -2015-03-11 14:03:20 queue INFO 81 [854] -2015-03-11 14:03:20 queue INFO >81 [855] -2015-03-11 14:03:21 sendUrl INFO 81 [854] R:OK -2015-03-11 14:03:21 sendUrl INFO 81 [855] R:OK -2015-03-11 14:03:32 queue INFO 83 [856] -2015-03-11 14:03:32 queue INFO >83 [857] -2015-03-11 14:03:33 sendUrl INFO 83 [856] R:OK -2015-03-11 14:03:33 sendUrl INFO 83 [857] R:OK -2015-03-11 14:04:22 queue INFO >>83 [858] -2015-03-11 14:04:23 sendUrl INFO 83 [858] R:OK -2015-03-11 14:05:13 queue INFO >>83 [859] -2015-03-11 14:05:13 sendUrl INFO 83 [859] R:OK -2015-03-11 14:06:03 queue INFO >>83 [860] -2015-03-11 14:06:03 sendUrl INFO 83 [860] R:OK -2015-03-11 14:06:53 queue INFO >>83 [861] -2015-03-11 14:06:53 sendUrl INFO 83 [861] R:OK -2015-03-11 14:07:43 queue INFO >>83 [862] -2015-03-11 14:07:43 sendUrl INFO 83 [862] R:OK -2015-03-11 14:08:33 queue INFO >>83 [863] -2015-03-11 14:08:33 sendUrl INFO 83 [863] R:OK -2015-03-11 14:09:23 queue INFO >>83 [864] -2015-03-11 14:09:24 sendUrl INFO 83 [864] R:OK -2015-03-11 14:10:13 queue INFO >>83 [865] -2015-03-11 14:10:14 sendUrl INFO 83 [865] R:OK -2015-03-11 14:10:58 queue INFO 87 [866] -2015-03-11 14:10:58 queue INFO >87 [867] -2015-03-11 14:10:58 sendUrl INFO 87 [866] R:OK -2015-03-11 14:10:59 sendUrl INFO 87 [867] R:OK -2015-03-11 14:10:59 queue INFO 83 [868] -2015-03-11 14:10:59 queue INFO >83 [869] -2015-03-11 14:11:00 sendUrl INFO 83 [868] R:OK -2015-03-11 14:11:00 sendUrl INFO 83 [869] R:OK -2015-03-11 14:11:49 queue INFO >>83 [870] -2015-03-11 14:11:50 sendUrl INFO 83 [870] R:OK -2015-03-11 14:12:40 queue INFO >>83 [871] -2015-03-11 14:12:40 sendUrl INFO 83 [871] R:OK -2015-03-11 14:13:30 queue INFO >>83 [872] -2015-03-11 14:13:30 sendUrl INFO 83 [872] R:OK -2015-03-11 14:14:20 queue INFO >>83 [873] -2015-03-11 14:14:20 sendUrl INFO 83 [873] R:OK -2015-03-11 14:15:10 queue INFO >>83 [874] -2015-03-11 14:15:10 sendUrl INFO 83 [874] R:OK -2015-03-11 14:16:00 queue INFO >>83 [875] -2015-03-11 14:16:01 sendUrl INFO 83 [875] R:OK -2015-03-11 14:16:50 queue INFO >>83 [876] -2015-03-11 14:16:51 sendUrl INFO 83 [876] R:OK -2015-03-11 14:17:40 queue INFO >>83 [877] -2015-03-11 14:17:41 sendUrl INFO 83 [877] R:OK -2015-03-11 14:18:06 queue INFO 87 [878] -2015-03-11 14:18:06 queue INFO >87 [879] -2015-03-11 14:18:06 sendUrl INFO 87 [878] R:OK -2015-03-11 14:18:07 sendUrl INFO 87 [879] R:OK -2015-03-11 14:18:07 queue INFO 83 [880] -2015-03-11 14:18:08 queue INFO >83 [881] -2015-03-11 14:18:08 sendUrl INFO 83 [880] R:OK -2015-03-11 14:18:08 sendUrl INFO 83 [881] R:OK -2015-03-11 14:18:57 queue INFO >>83 [882] -2015-03-11 14:18:58 sendUrl INFO 83 [882] R:OK -2015-03-11 14:19:48 queue INFO >>83 [883] -2015-03-11 14:19:48 sendUrl INFO 83 [883] R:OK -2015-03-11 14:20:38 queue INFO >>83 [884] -2015-03-11 14:20:38 sendUrl INFO 83 [884] R:OK -2015-03-11 14:21:28 queue INFO >>83 [885] -2015-03-11 14:21:28 sendUrl INFO 83 [885] R:OK -2015-03-11 14:22:18 queue INFO >>83 [886] -2015-03-11 14:22:18 sendUrl INFO 83 [886] R:OK -2015-03-11 14:23:08 queue INFO >>83 [887] -2015-03-11 14:23:09 sendUrl INFO 83 [887] R:OK -2015-03-11 14:23:58 queue INFO >>83 [888] -2015-03-11 14:23:59 sendUrl INFO 83 [888] R:OK -2015-03-11 14:24:49 queue INFO >>83 [889] -2015-03-11 14:24:49 sendUrl INFO 83 [889] R:OK -2015-03-11 14:25:14 queue INFO 87 [890] -2015-03-11 14:25:14 queue INFO >87 [891] -2015-03-11 14:25:14 sendUrl INFO 87 [890] R:OK -2015-03-11 14:25:15 sendUrl INFO 87 [891] R:OK -2015-03-11 14:25:15 queue INFO 83 [892] -2015-03-11 14:25:16 queue INFO >83 [893] -2015-03-11 14:25:16 sendUrl INFO 83 [892] R:OK -2015-03-11 14:25:16 sendUrl INFO 83 [893] R:OK -2015-03-11 14:26:06 queue INFO >>83 [894] -2015-03-11 14:26:06 sendUrl INFO 83 [894] R:OK -2015-03-11 14:26:56 queue INFO >>83 [895] -2015-03-11 14:26:56 sendUrl INFO 83 [895] R:OK -2015-03-11 14:27:46 queue INFO >>83 [896] -2015-03-11 14:27:46 sendUrl INFO 83 [896] R:OK -2015-03-11 14:28:36 queue INFO >>83 [897] -2015-03-11 14:28:36 sendUrl INFO 83 [897] R:OK -2015-03-11 14:29:26 queue INFO >>83 [898] -2015-03-11 14:29:27 sendUrl INFO 83 [898] R:OK -2015-03-11 14:30:16 queue INFO >>83 [899] -2015-03-11 14:30:17 sendUrl INFO 83 [899] R:OK -2015-03-11 14:31:06 queue INFO >>83 [900] -2015-03-11 14:31:07 sendUrl INFO 83 [900] R:OK -2015-03-11 14:31:57 queue INFO >>83 [901] -2015-03-11 14:31:57 sendUrl INFO 83 [901] R:OK -2015-03-11 14:32:22 queue INFO 87 [902] -2015-03-11 14:32:22 queue INFO >87 [903] -2015-03-11 14:32:23 sendUrl INFO 87 [902] R:OK -2015-03-11 14:32:23 sendUrl INFO 87 [903] R:OK -2015-03-11 14:32:24 queue INFO 83 [904] -2015-03-11 14:32:24 queue INFO >83 [905] -2015-03-11 14:32:24 sendUrl INFO 83 [904] R:OK -2015-03-11 14:32:25 sendUrl INFO 83 [905] R:OK -2015-03-11 14:32:37 queue INFO C3 [906] -2015-03-11 14:32:37 sendUrl INFO C3 [906] R:OK -2015-03-11 14:32:37 queue INFO >C3 [907] -2015-03-11 14:32:37 sendUrl INFO C3 [907] R:OK -2015-03-11 14:33:27 queue INFO >>C3 [908] -2015-03-11 14:33:27 sendUrl INFO C3 [908] R:OK -2015-03-11 14:34:17 queue INFO >>C3 [909] -2015-03-11 14:34:17 sendUrl INFO C3 [909] R:OK -2015-03-11 14:35:07 queue INFO >>C3 [910] -2015-03-11 14:35:07 sendUrl INFO C3 [910] R:OK -2015-03-11 14:35:57 queue INFO >>C3 [911] -2015-03-11 14:35:58 sendUrl INFO C3 [911] R:OK -2015-03-11 14:36:47 queue INFO >>C3 [912] -2015-03-11 14:36:47 sendUrl INFO C3 [912] R:OK -2015-03-11 14:37:37 queue INFO >>C3 [913] -2015-03-11 14:37:38 sendUrl INFO C3 [913] R:OK -2015-03-11 14:38:28 queue INFO >>C3 [914] -2015-03-11 14:38:28 sendUrl INFO C3 [914] R:OK -2015-03-11 14:39:18 queue INFO >>C3 [915] -2015-03-11 14:39:18 sendUrl INFO C3 [915] R:OK -2015-03-11 14:39:31 queue INFO C7 [916] -2015-03-11 14:39:31 queue INFO >C7 [917] -2015-03-11 14:39:31 sendUrl INFO C7 [916] R:OK -2015-03-11 14:39:32 sendUrl INFO C7 [917] R:OK -2015-03-11 14:39:32 queue INFO C3 [918] -2015-03-11 14:39:33 sendUrl INFO C3 [918] R:OK -2015-03-11 14:39:33 queue INFO >C3 [919] -2015-03-11 14:39:33 sendUrl INFO C3 [919] R:OK -2015-03-11 14:39:58 queue INFO 83 [920] -2015-03-11 14:39:58 queue INFO >83 [921] -2015-03-11 14:39:58 sendUrl INFO 83 [920] R:OK -2015-03-11 14:39:58 sendUrl INFO 83 [921] R:OK -2015-03-11 14:40:48 queue INFO >>83 [922] -2015-03-11 14:40:48 sendUrl INFO 83 [922] R:OK -2015-03-11 14:41:36 queue INFO 81 [923] -2015-03-11 14:41:36 queue INFO >81 [924] -2015-03-11 14:41:36 sendUrl INFO 81 [923] R:OK -2015-03-11 14:41:37 sendUrl INFO 81 [924] R:OK -2015-03-11 14:41:50 queue INFO 83 [925] -2015-03-11 14:41:50 queue INFO >83 [926] -2015-03-11 14:41:51 sendUrl INFO 83 [925] R:OK -2015-03-11 14:41:51 sendUrl INFO 83 [926] R:OK -2015-03-11 14:42:40 queue INFO >>83 [927] -2015-03-11 14:42:41 sendUrl INFO 83 [927] R:OK -2015-03-11 14:43:03 queue INFO 99 [928] -2015-03-11 14:43:04 queue INFO >99 [929] -2015-03-11 14:43:04 sendUrl INFO 99 [928] R:OK -2015-03-11 14:43:05 sendUrl INFO 99 [929] R:OK -2015-03-11 14:43:54 queue INFO >>99 [930] -2015-03-11 14:43:54 sendUrl INFO 99 [930] R:OK -2015-03-11 14:44:44 queue INFO >>99 [931] -2015-03-11 14:44:44 sendUrl INFO 99 [931] R:OK -2015-03-11 14:45:34 queue INFO >>99 [932] -2015-03-11 14:45:34 sendUrl INFO 99 [932] R:OK -2015-03-11 14:46:10 queue INFO 89 [933] -2015-03-11 14:46:10 queue INFO >89 [934] -2015-03-11 14:46:10 sendUrl INFO 89 [933] R:OK -2015-03-11 14:46:11 sendUrl INFO 89 [934] R:OK -2015-03-11 14:46:13 queue INFO 81 [935] -2015-03-11 14:46:14 queue INFO >81 [936] -2015-03-11 14:46:14 sendUrl INFO 81 [935] R:OK -2015-03-11 14:46:14 sendUrl INFO 81 [936] R:OK -2015-03-11 14:46:26 queue INFO 83 [937] -2015-03-11 14:46:26 queue INFO >83 [938] -2015-03-11 14:46:26 sendUrl INFO 83 [937] R:OK -2015-03-11 14:46:27 sendUrl INFO 83 [938] R:OK -2015-03-11 14:47:16 queue INFO >>83 [939] -2015-03-11 14:47:16 sendUrl INFO 83 [939] R:OK -2015-03-11 14:48:06 queue INFO >>83 [940] -2015-03-11 14:48:07 sendUrl INFO 83 [940] R:OK -2015-03-11 14:48:56 queue INFO >>83 [941] -2015-03-11 14:48:57 sendUrl INFO 83 [941] R:OK -2015-03-11 14:49:47 queue INFO >>83 [942] -2015-03-11 14:49:47 sendUrl INFO 83 [942] R:OK -2015-03-11 14:50:11 queue INFO 87 [943] -2015-03-11 14:50:11 queue INFO >87 [944] -2015-03-11 14:50:11 sendUrl INFO 87 [943] R:OK -2015-03-11 14:50:12 sendUrl INFO 87 [944] R:OK -2015-03-11 14:50:12 queue INFO 83 [945] -2015-03-11 14:50:13 queue INFO >83 [946] -2015-03-11 14:50:13 sendUrl INFO 83 [945] R:OK -2015-03-11 14:50:13 sendUrl INFO 83 [946] R:OK -2015-03-11 14:51:03 queue INFO >>83 [947] -2015-03-11 14:51:03 sendUrl INFO 83 [947] R:OK -2015-03-11 14:51:53 queue INFO >>83 [948] -2015-03-11 14:51:53 sendUrl INFO 83 [948] R:OK -2015-03-11 14:52:43 queue INFO >>83 [949] -2015-03-11 14:52:43 sendUrl INFO 83 [949] R:OK -2015-03-11 14:53:33 queue INFO >>83 [950] -2015-03-11 14:53:33 sendUrl INFO 83 [950] R:OK -2015-03-11 14:54:23 queue INFO >>83 [951] -2015-03-11 14:54:24 sendUrl INFO 83 [951] R:OK -2015-03-11 14:55:13 queue INFO >>83 [952] -2015-03-11 14:55:13 sendUrl INFO 83 [952] R:OK -2015-03-11 14:56:03 queue INFO >>83 [953] -2015-03-11 14:56:04 sendUrl INFO 83 [953] R:OK -2015-03-11 14:56:53 queue INFO >>83 [954] -2015-03-11 14:56:54 sendUrl INFO 83 [954] R:OK -2015-03-11 14:57:19 queue INFO 87 [955] -2015-03-11 14:57:19 queue INFO >87 [956] -2015-03-11 14:57:19 sendUrl INFO 87 [955] R:OK -2015-03-11 14:57:20 sendUrl INFO 87 [956] R:OK -2015-03-11 14:57:21 queue INFO 83 [957] -2015-03-11 14:57:21 queue INFO >83 [958] -2015-03-11 14:57:21 sendUrl INFO 83 [957] R:OK -2015-03-11 14:57:21 sendUrl INFO 83 [958] R:OK -2015-03-11 14:58:11 queue INFO >>83 [959] -2015-03-11 14:58:11 sendUrl INFO 83 [959] R:OK -2015-03-11 14:59:01 queue INFO >>83 [960] -2015-03-11 14:59:01 sendUrl INFO 83 [960] R:OK -2015-03-11 14:59:51 queue INFO >>83 [961] -2015-03-11 14:59:51 sendUrl INFO 83 [961] R:OK -2015-03-11 15:00:41 queue INFO >>83 [962] -2015-03-11 15:00:42 sendUrl INFO 83 [962] R:OK -2015-03-11 15:01:31 queue INFO >>83 [963] -2015-03-11 15:01:31 sendUrl INFO 83 [963] R:OK -2015-03-11 15:02:21 queue INFO >>83 [964] -2015-03-11 15:02:22 sendUrl INFO 83 [964] R:OK -2015-03-11 15:03:12 queue INFO >>83 [965] -2015-03-11 15:03:12 sendUrl INFO 83 [965] R:OK -2015-03-11 15:04:02 queue INFO >>83 [966] -2015-03-11 15:04:02 sendUrl INFO 83 [966] R:OK -2015-03-11 15:04:27 queue INFO 87 [967] -2015-03-11 15:04:27 queue INFO >87 [968] -2015-03-11 15:04:28 sendUrl INFO 87 [967] R:OK -2015-03-11 15:04:28 sendUrl INFO 87 [968] R:OK -2015-03-11 15:04:29 queue INFO 83 [969] -2015-03-11 15:04:29 queue INFO >83 [970] -2015-03-11 15:04:29 sendUrl INFO 83 [969] R:OK -2015-03-11 15:04:30 sendUrl INFO 83 [970] R:OK -2015-03-11 15:05:19 queue INFO >>83 [971] -2015-03-11 15:05:19 sendUrl INFO 83 [971] R:OK -2015-03-11 15:06:09 queue INFO >>83 [972] -2015-03-11 15:06:09 sendUrl INFO 83 [972] R:OK -2015-03-11 15:06:59 queue INFO >>83 [973] -2015-03-11 15:07:00 sendUrl INFO 83 [973] R:OK -2015-03-11 15:07:49 queue INFO >>83 [974] -2015-03-11 15:07:49 sendUrl INFO 83 [974] R:OK -2015-03-11 15:08:39 queue INFO >>83 [975] -2015-03-11 15:08:40 sendUrl INFO 83 [975] R:OK -2015-03-11 15:09:29 queue INFO >>83 [976] -2015-03-11 15:09:30 sendUrl INFO 83 [976] R:OK -2015-03-11 15:10:19 queue INFO >>83 [977] -2015-03-11 15:10:20 sendUrl INFO 83 [977] R:OK -2015-03-11 15:11:10 queue INFO >>83 [978] -2015-03-11 15:11:10 sendUrl INFO 83 [978] R:OK -2015-03-11 15:11:35 queue INFO 87 [979] -2015-03-11 15:11:35 queue INFO >87 [980] -2015-03-11 15:11:35 sendUrl INFO 87 [979] R:OK -2015-03-11 15:11:36 sendUrl INFO 87 [980] R:OK -2015-03-11 15:11:37 queue INFO 83 [981] -2015-03-11 15:11:37 sendUrl INFO 83 [981] R:OK -2015-03-11 15:11:37 queue INFO >83 [982] -2015-03-11 15:11:37 sendUrl INFO 83 [982] R:OK -2015-03-11 15:12:27 queue INFO >>83 [983] -2015-03-11 15:12:27 sendUrl INFO 83 [983] R:OK -2015-03-11 15:13:17 queue INFO >>83 [984] -2015-03-11 15:13:18 sendUrl INFO 83 [984] R:OK -2015-03-11 15:14:07 queue INFO >>83 [985] -2015-03-11 15:14:07 sendUrl INFO 83 [985] R:OK -2015-03-11 15:14:57 queue INFO >>83 [986] -2015-03-11 15:14:58 sendUrl INFO 83 [986] R:OK -2015-03-11 15:15:47 queue INFO >>83 [987] -2015-03-11 15:15:48 sendUrl INFO 83 [987] R:OK -2015-03-11 15:16:38 queue INFO >>83 [988] -2015-03-11 15:16:38 sendUrl INFO 83 [988] R:OK -2015-03-11 15:17:28 queue INFO >>83 [989] -2015-03-11 15:17:28 sendUrl INFO 83 [989] R:OK -2015-03-11 15:18:18 queue INFO >>83 [990] -2015-03-11 15:18:18 sendUrl INFO 83 [990] R:OK -2015-03-11 15:18:44 queue INFO 87 [991] -2015-03-11 15:18:44 sendUrl INFO 87 [991] R:OK -2015-03-11 15:18:44 queue INFO >87 [992] -2015-03-11 15:18:44 sendUrl INFO 87 [992] R:OK -2015-03-11 15:18:45 queue INFO 83 [993] -2015-03-11 15:18:46 queue INFO >83 [994] -2015-03-11 15:18:46 sendUrl INFO 83 [993] R:OK -2015-03-11 15:18:46 sendUrl INFO 83 [994] R:OK -2015-03-11 15:19:11 queue INFO C3 [995] -2015-03-11 15:19:11 queue INFO >C3 [996] -2015-03-11 15:19:11 sendUrl INFO C3 [995] R:OK -2015-03-11 15:19:11 sendUrl INFO C3 [996] R:OK -2015-03-11 15:20:01 queue INFO >>C3 [997] -2015-03-11 15:20:01 sendUrl INFO C3 [997] R:OK -2015-03-11 15:20:51 queue INFO >>C3 [998] -2015-03-11 15:20:51 sendUrl INFO C3 [998] R:OK -2015-03-11 15:21:41 queue INFO >>C3 [999] -2015-03-11 15:21:41 sendUrl INFO C3 [999] R:OK -2015-03-11 15:22:31 queue INFO >>C3 [0] -2015-03-11 15:22:31 sendUrl INFO C3 [0] R:OK -2015-03-11 15:23:21 queue INFO >>C3 [1] -2015-03-11 15:23:22 sendUrl INFO C3 [1] R:OK -2015-03-11 15:24:11 queue INFO >>C3 [2] -2015-03-11 15:24:12 sendUrl INFO C3 [2] R:OK -2015-03-11 15:25:02 queue INFO >>C3 [3] -2015-03-11 15:25:02 sendUrl INFO C3 [3] R:OK -2015-03-11 15:25:52 queue INFO >>C3 [4] -2015-03-11 15:25:52 sendUrl INFO C3 [4] R:OK -2015-03-11 15:26:05 queue INFO C7 [5] -2015-03-11 15:26:05 sendUrl INFO C7 [5] R:OK -2015-03-11 15:26:05 queue INFO >C7 [6] -2015-03-11 15:26:05 sendUrl INFO C7 [6] R:OK -2015-03-11 15:26:06 queue INFO C3 [7] -2015-03-11 15:26:06 queue INFO >C3 [8] -2015-03-11 15:26:07 sendUrl INFO C3 [7] R:OK -2015-03-11 15:26:07 sendUrl INFO C3 [8] R:OK -2015-03-11 15:26:19 queue INFO 83 [9] -2015-03-11 15:26:19 queue INFO >83 [10] -2015-03-11 15:26:19 sendUrl INFO 83 [9] R:OK -2015-03-11 15:26:20 sendUrl INFO 83 [10] R:OK -2015-03-11 15:27:09 queue INFO >>83 [11] -2015-03-11 15:27:09 sendUrl INFO 83 [11] R:OK -2015-03-11 15:27:59 queue INFO >>83 [12] -2015-03-11 15:27:59 sendUrl INFO 83 [12] R:OK -2015-03-11 15:28:35 queue INFO 81 [13] -2015-03-11 15:28:35 sendUrl INFO 81 [13] R:OK -2015-03-11 15:28:35 queue INFO >81 [14] -2015-03-11 15:28:36 sendUrl INFO 81 [14] R:OK -2015-03-11 15:28:51 queue INFO 83 [15] -2015-03-11 15:28:51 queue INFO >83 [16] -2015-03-11 15:28:51 sendUrl INFO 83 [15] R:OK -2015-03-11 15:28:52 sendUrl INFO 83 [16] R:OK -2015-03-11 15:29:41 queue INFO >>83 [17] -2015-03-11 15:29:41 sendUrl INFO 83 [17] R:OK -2015-03-11 15:30:31 queue INFO >>83 [18] -2015-03-11 15:30:31 sendUrl INFO 83 [18] R:OK -2015-03-11 15:31:21 queue INFO >>83 [19] -2015-03-11 15:31:22 sendUrl INFO 83 [19] R:OK -2015-03-11 15:32:12 queue INFO >>83 [20] -2015-03-11 15:32:12 sendUrl INFO 83 [20] R:OK -2015-03-11 15:33:02 queue INFO >>83 [21] -2015-03-11 15:33:02 sendUrl INFO 83 [21] R:OK -2015-03-11 15:33:15 queue INFO 87 [22] -2015-03-11 15:33:16 sendUrl INFO 87 [22] R:OK -2015-03-11 15:33:16 queue INFO >87 [23] -2015-03-11 15:33:16 sendUrl INFO 87 [23] R:OK -2015-03-11 15:33:17 queue INFO 83 [24] -2015-03-11 15:33:17 queue INFO >83 [25] -2015-03-11 15:33:18 sendUrl INFO 83 [24] R:OK -2015-03-11 15:33:18 sendUrl INFO 83 [25] R:OK -2015-03-11 15:34:07 queue INFO >>83 [26] -2015-03-11 15:34:07 sendUrl INFO 83 [26] R:OK -2015-03-11 15:34:57 queue INFO >>83 [27] -2015-03-11 15:34:58 sendUrl INFO 83 [27] R:OK -2015-03-11 15:35:47 queue INFO >>83 [28] -2015-03-11 15:35:48 sendUrl INFO 83 [28] R:OK -2015-03-11 15:36:38 queue INFO >>83 [29] -2015-03-11 15:36:38 sendUrl INFO 83 [29] R:OK -2015-03-11 15:37:28 queue INFO >>83 [30] -2015-03-11 15:37:28 sendUrl INFO 83 [30] R:OK -2015-03-11 15:38:18 queue INFO >>83 [31] -2015-03-11 15:38:18 sendUrl INFO 83 [31] R:OK -2015-03-11 15:39:08 queue INFO >>83 [32] -2015-03-11 15:39:08 sendUrl INFO 83 [32] R:OK -2015-03-11 15:39:58 queue INFO >>83 [33] -2015-03-11 15:39:58 sendUrl INFO 83 [33] R:OK -2015-03-11 15:40:24 queue INFO 87 [34] -2015-03-11 15:40:24 queue INFO >87 [35] -2015-03-11 15:40:24 sendUrl INFO 87 [34] R:OK -2015-03-11 15:40:24 sendUrl INFO 87 [35] R:OK -2015-03-11 15:40:25 queue INFO 83 [36] -2015-03-11 15:40:25 queue INFO >83 [37] -2015-03-11 15:40:26 sendUrl INFO 83 [36] R:OK -2015-03-11 15:40:26 sendUrl INFO 83 [37] R:OK -2015-03-11 15:41:15 queue INFO >>83 [38] -2015-03-11 15:41:16 sendUrl INFO 83 [38] R:OK -2015-03-11 15:42:06 queue INFO >>83 [39] -2015-03-11 15:42:06 sendUrl INFO 83 [39] R:OK -2015-03-11 15:42:56 queue INFO >>83 [40] -2015-03-11 15:42:56 sendUrl INFO 83 [40] R:OK -2015-03-11 15:43:46 queue INFO >>83 [41] -2015-03-11 15:43:46 sendUrl INFO 83 [41] R:OK -2015-03-11 15:44:36 queue INFO >>83 [42] -2015-03-11 15:44:36 sendUrl INFO 83 [42] R:OK -2015-03-11 15:45:26 queue INFO >>83 [43] -2015-03-11 15:45:26 sendUrl INFO 83 [43] R:OK -2015-03-11 15:46:16 queue INFO >>83 [44] -2015-03-11 15:46:17 sendUrl INFO 83 [44] R:OK -2015-03-11 15:47:06 queue INFO >>83 [45] -2015-03-11 15:47:07 sendUrl INFO 83 [45] R:OK -2015-03-11 15:47:32 queue INFO 87 [46] -2015-03-11 15:47:32 queue INFO >87 [47] -2015-03-11 15:47:32 sendUrl INFO 87 [46] R:OK -2015-03-11 15:47:33 sendUrl INFO 87 [47] R:OK -2015-03-11 15:47:33 queue INFO 83 [48] -2015-03-11 15:47:34 queue INFO >83 [49] -2015-03-11 15:47:34 sendUrl INFO 83 [48] R:OK -2015-03-11 15:47:34 sendUrl INFO 83 [49] R:OK -2015-03-11 15:48:23 queue INFO >>83 [50] -2015-03-11 15:48:24 sendUrl INFO 83 [50] R:OK -2015-03-11 15:49:14 queue INFO >>83 [51] -2015-03-11 15:49:14 sendUrl INFO 83 [51] R:OK -2015-03-11 15:50:04 queue INFO >>83 [52] -2015-03-11 15:50:04 sendUrl INFO 83 [52] R:OK -2015-03-11 15:50:54 queue INFO >>83 [53] -2015-03-11 15:50:54 sendUrl INFO 83 [53] R:OK -2015-03-11 15:51:44 queue INFO >>83 [54] -2015-03-11 15:51:44 sendUrl INFO 83 [54] R:OK -2015-03-11 15:52:34 queue INFO >>83 [55] -2015-03-11 15:52:35 sendUrl INFO 83 [55] R:OK -2015-03-11 15:53:24 queue INFO >>83 [56] -2015-03-11 15:53:25 sendUrl INFO 83 [56] R:OK -2015-03-11 15:54:15 queue INFO >>83 [57] -2015-03-11 15:54:15 sendUrl INFO 83 [57] R:OK -2015-03-11 15:54:40 queue INFO 87 [58] -2015-03-11 15:54:40 queue INFO >87 [59] -2015-03-11 15:54:40 sendUrl INFO 87 [58] R:OK -2015-03-11 15:54:41 sendUrl INFO 87 [59] R:OK -2015-03-11 15:54:41 queue INFO 83 [60] -2015-03-11 15:54:42 sendUrl INFO 83 [60] R:OK -2015-03-11 15:54:42 queue INFO >83 [61] -2015-03-11 15:54:42 sendUrl INFO 83 [61] R:OK -2015-03-11 15:55:32 queue INFO >>83 [62] -2015-03-11 15:55:32 sendUrl INFO 83 [62] R:OK -2015-03-11 15:56:22 queue INFO >>83 [63] -2015-03-11 15:56:22 sendUrl INFO 83 [63] R:OK -2015-03-11 15:57:12 queue INFO >>83 [64] -2015-03-11 15:57:12 sendUrl INFO 83 [64] R:OK -2015-03-11 15:58:02 queue INFO >>83 [65] -2015-03-11 15:58:02 sendUrl INFO 83 [65] R:OK -2015-03-11 15:58:52 queue INFO >>83 [66] -2015-03-11 15:58:53 sendUrl INFO 83 [66] R:OK -2015-03-11 15:59:42 queue INFO >>83 [67] -2015-03-11 15:59:43 sendUrl INFO 83 [67] R:OK -2015-03-11 16:00:33 queue INFO >>83 [68] -2015-03-11 16:00:33 sendUrl INFO 83 [68] R:OK -2015-03-11 16:01:23 queue INFO >>83 [69] -2015-03-11 16:01:23 sendUrl INFO 83 [69] R:OK -2015-03-11 16:02:01 queue INFO 87 [70] -2015-03-11 16:02:01 queue INFO >87 [71] -2015-03-11 16:02:01 sendUrl INFO 87 [70] R:OK -2015-03-11 16:02:02 sendUrl INFO 87 [71] R:OK -2015-03-11 16:02:02 queue INFO 83 [72] -2015-03-11 16:02:02 queue INFO >83 [73] -2015-03-11 16:02:03 sendUrl INFO 83 [72] R:OK -2015-03-11 16:02:03 sendUrl INFO 83 [73] R:OK -2015-03-11 16:02:15 queue INFO C3 [74] -2015-03-11 16:02:15 queue INFO >C3 [75] -2015-03-11 16:02:16 sendUrl INFO C3 [74] R:OK -2015-03-11 16:02:16 sendUrl INFO C3 [75] R:OK -2015-03-11 16:03:05 queue INFO >>C3 [76] -2015-03-11 16:03:06 sendUrl INFO C3 [76] R:OK -2015-03-11 16:03:56 queue INFO >>C3 [77] -2015-03-11 16:03:56 sendUrl INFO C3 [77] R:OK -2015-03-11 16:04:46 queue INFO >>C3 [78] -2015-03-11 16:04:46 sendUrl INFO C3 [78] R:OK -2015-03-11 16:05:36 queue INFO >>C3 [79] -2015-03-11 16:05:36 sendUrl INFO C3 [79] R:OK -2015-03-11 16:06:26 queue INFO >>C3 [80] -2015-03-11 16:06:26 sendUrl INFO C3 [80] R:OK -2015-03-11 16:07:16 queue INFO >>C3 [81] -2015-03-11 16:07:17 sendUrl INFO C3 [81] R:OK -2015-03-11 16:08:04 queue INFO C1 [82] -2015-03-11 16:08:04 queue INFO >C1 [83] -2015-03-11 16:08:04 sendUrl INFO C1 [82] R:OK -2015-03-11 16:08:04 sendUrl INFO C1 [83] R:OK -2015-03-11 16:08:54 queue INFO >>C1 [84] -2015-03-11 16:08:54 sendUrl INFO C1 [84] R:OK -2015-03-11 16:09:09 queue INFO C5 [85] -2015-03-11 16:09:09 sendUrl INFO C5 [85] R:OK -2015-03-11 16:09:09 queue INFO >C5 [86] -2015-03-11 16:09:10 sendUrl INFO C5 [86] R:OK -2015-03-11 16:09:11 queue INFO C1 [87] -2015-03-11 16:09:11 queue INFO >C1 [88] -2015-03-11 16:09:11 sendUrl INFO C1 [87] R:OK -2015-03-11 16:09:12 sendUrl INFO C1 [88] R:OK -2015-03-11 16:09:19 queue INFO D1 [89] -2015-03-11 16:09:19 queue INFO D9 [90] -2015-03-11 16:09:19 sendUrl INFO D1 [89] R:OK -2015-03-11 16:09:20 queue INFO >D9 [91] -2015-03-11 16:09:20 sendUrl INFO D9 [90] R:OK -2015-03-11 16:09:20 sendUrl INFO D9 [91] R:OK -2015-03-11 16:10:09 queue INFO >>D9 [92] -2015-03-11 16:10:10 sendUrl INFO D9 [92] R:OK -2015-03-11 16:11:00 queue INFO >>D9 [93] -2015-03-11 16:11:00 sendUrl INFO D9 [93] R:OK -2015-03-11 16:11:50 queue INFO >>D9 [94] -2015-03-11 16:11:50 sendUrl INFO D9 [94] R:OK -2015-03-11 16:12:40 queue INFO >>D9 [95] -2015-03-11 16:12:40 sendUrl INFO D9 [95] R:OK -2015-03-11 16:13:30 queue INFO >>D9 [96] -2015-03-11 16:13:31 sendUrl INFO D9 [96] R:OK -2015-03-11 16:14:20 queue INFO >>D9 [97] -2015-03-11 16:14:20 sendUrl INFO D9 [97] R:OK -2015-03-11 16:15:10 queue INFO >>D9 [98] -2015-03-11 16:15:11 sendUrl INFO D9 [98] R:OK -2015-03-11 16:16:01 queue INFO >>D9 [99] -2015-03-11 16:16:01 sendUrl INFO D9 [99] R:OK -2015-03-11 16:16:51 queue INFO >>D9 [100] -2015-03-11 16:16:51 sendUrl INFO D9 [100] R:OK -2015-03-11 16:17:41 queue INFO >>D9 [101] -2015-03-11 16:17:41 sendUrl INFO D9 [101] R:OK -2015-03-11 16:18:31 queue INFO >>D9 [102] -2015-03-11 16:18:31 sendUrl INFO D9 [102] R:OK -2015-03-11 16:19:21 queue INFO >>D9 [103] -2015-03-11 16:19:21 sendUrl INFO D9 [103] R:OK -2015-03-11 16:20:11 queue INFO >>D9 [104] -2015-03-11 16:20:11 sendUrl INFO D9 [104] R:OK -2015-03-11 16:21:01 queue INFO >>D9 [105] -2015-03-11 16:21:02 sendUrl INFO D9 [105] R:OK -2015-03-11 16:21:34 queue INFO C9 [106] -2015-03-11 16:21:34 sendUrl INFO C9 [106] R:OK -2015-03-11 16:21:34 queue INFO >C9 [107] -2015-03-11 16:21:34 sendUrl INFO C9 [107] R:OK -2015-03-11 16:21:37 queue INFO C1 [108] -2015-03-11 16:21:37 sendUrl INFO C1 [108] R:OK -2015-03-11 16:21:37 queue INFO >C1 [109] -2015-03-11 16:21:37 sendUrl INFO C1 [109] R:OK -2015-03-11 16:21:42 queue INFO C3 [110] -2015-03-11 16:21:43 queue INFO >C3 [111] -2015-03-11 16:21:43 sendUrl INFO C3 [110] R:OK -2015-03-11 16:21:43 sendUrl INFO C3 [111] R:OK -2015-03-11 16:22:16 queue INFO C9 [112] -2015-03-11 16:22:16 queue INFO >C9 [113] -2015-03-11 16:22:16 sendUrl INFO C9 [112] R:OK -2015-03-11 16:22:17 sendUrl INFO C9 [113] R:OK -2015-03-11 16:22:19 queue INFO 89 [114] -2015-03-11 16:22:20 queue INFO >89 [115] -2015-03-11 16:22:20 sendUrl INFO 89 [114] R:OK -2015-03-11 16:22:20 sendUrl INFO 89 [115] R:OK -2015-03-11 16:23:03 queue INFO 0 [116] -2015-03-11 16:23:03 queue INFO >0 [117] -2015-03-11 16:23:03 sendUrl INFO 0 [116] R:OK -2015-03-11 16:23:04 sendUrl INFO 0 [117] R:OK -2015-03-11 16:23:07 queue INFO 1 [118] -2015-03-11 16:23:07 queue INFO >1 [119] -2015-03-11 16:23:08 sendUrl INFO 1 [118] R:OK -2015-03-11 16:23:08 sendUrl INFO 1 [119] R:OK -2015-03-11 16:23:20 queue INFO 89 [120] -2015-03-11 16:23:20 queue INFO >89 [121] -2015-03-11 16:23:20 sendUrl INFO 89 [120] R:OK -2015-03-11 16:23:21 sendUrl INFO 89 [121] R:OK -2015-03-11 16:24:10 queue INFO >>89 [122] -2015-03-11 16:24:10 sendUrl INFO 89 [122] R:OK -2015-03-11 16:24:23 queue INFO 99 [123] -2015-03-11 16:24:23 queue INFO >99 [124] -2015-03-11 16:24:23 sendUrl INFO 99 [123] R:OK -2015-03-11 16:24:23 queue INFO 89 [125] -2015-03-11 16:24:23 queue INFO >89 [126] -2015-03-11 16:24:24 sendUrl INFO 99 [124] R:OK -2015-03-11 16:24:24 sendUrl INFO 89 [125] R:OK -2015-03-11 16:24:25 sendUrl INFO 89 [126] R:OK -2015-03-11 16:24:37 queue INFO 0 [127] -2015-03-11 16:24:37 queue INFO >0 [128] -2015-03-11 16:24:38 sendUrl INFO 0 [127] R:OK -2015-03-11 16:24:38 sendUrl INFO 0 [128] R:OK -2015-03-11 16:24:56 queue INFO 1 [129] -2015-03-11 16:24:57 queue INFO >1 [130] -2015-03-11 16:24:57 sendUrl INFO 1 [129] R:OK -2015-03-11 16:24:57 sendUrl INFO 1 [130] R:OK -2015-03-11 16:25:45 queue INFO 89 [131] -2015-03-11 16:25:45 sendUrl INFO 89 [131] R:OK -2015-03-11 16:25:45 queue INFO >89 [132] -2015-03-11 16:25:46 sendUrl INFO 89 [132] R:OK -2015-03-11 16:25:49 queue INFO 81 [133] -2015-03-11 16:25:50 queue INFO >81 [134] -2015-03-11 16:25:50 sendUrl INFO 81 [133] R:OK -2015-03-11 16:25:50 sendUrl INFO 81 [134] R:OK -2015-03-11 16:25:57 queue INFO 83 [135] -2015-03-11 16:25:57 queue INFO >83 [136] -2015-03-11 16:25:57 sendUrl INFO 83 [135] R:OK -2015-03-11 16:25:58 sendUrl INFO 83 [136] R:OK -2015-03-11 16:26:47 queue INFO >>83 [137] -2015-03-11 16:26:47 sendUrl INFO 83 [137] R:OK -2015-03-11 16:27:37 queue INFO >>83 [138] -2015-03-11 16:27:37 sendUrl INFO 83 [138] R:OK -2015-03-11 16:28:27 queue INFO >>83 [139] -2015-03-11 16:28:28 sendUrl INFO 83 [139] R:OK -2015-03-11 16:28:40 queue INFO 93 [140] -2015-03-11 16:28:40 queue INFO 99 [141] -2015-03-11 16:28:40 sendUrl INFO 93 [140] R:OK -2015-03-11 16:28:40 queue INFO >99 [142] -2015-03-11 16:28:41 sendUrl INFO 99 [141] R:OK -2015-03-11 16:28:41 sendUrl INFO 99 [142] R:OK -2015-03-11 16:29:02 queue INFO 89 [143] -2015-03-11 16:29:02 sendUrl INFO 89 [143] R:OK -2015-03-11 16:29:02 queue INFO >89 [144] -2015-03-11 16:29:02 sendUrl INFO 89 [144] R:OK -2015-03-11 16:29:05 queue INFO 81 [145] -2015-03-11 16:29:05 queue INFO >81 [146] -2015-03-11 16:29:05 sendUrl INFO 81 [145] R:OK -2015-03-11 16:29:06 sendUrl INFO 81 [146] R:OK -2015-03-11 16:29:54 queue INFO 83 [147] -2015-03-11 16:29:54 queue INFO >83 [148] -2015-03-11 16:29:54 sendUrl INFO 83 [147] R:OK -2015-03-11 16:29:55 sendUrl INFO 83 [148] R:OK -2015-03-11 16:30:44 queue INFO >>83 [149] -2015-03-11 16:30:45 sendUrl INFO 83 [149] R:OK -2015-03-11 16:31:34 queue INFO >>83 [150] -2015-03-11 16:31:34 sendUrl INFO 83 [150] R:OK -2015-03-11 16:32:24 queue INFO >>83 [151] -2015-03-11 16:32:25 sendUrl INFO 83 [151] R:OK -2015-03-11 16:33:15 queue INFO >>83 [152] -2015-03-11 16:33:15 sendUrl INFO 83 [152] R:OK -2015-03-11 16:33:27 queue INFO 87 [153] -2015-03-11 16:33:27 queue INFO >87 [154] -2015-03-11 16:33:27 sendUrl INFO 87 [153] R:OK -2015-03-11 16:33:28 sendUrl INFO 87 [154] R:OK -2015-03-11 16:33:28 queue INFO 83 [155] -2015-03-11 16:33:29 queue INFO >83 [156] -2015-03-11 16:33:29 sendUrl INFO 83 [155] R:OK -2015-03-11 16:33:29 sendUrl INFO 83 [156] R:OK -2015-03-11 16:34:19 queue INFO >>83 [157] -2015-03-11 16:34:19 sendUrl INFO 83 [157] R:OK -2015-03-11 16:35:09 queue INFO >>83 [158] -2015-03-11 16:35:09 sendUrl INFO 83 [158] R:OK -2015-03-11 16:35:59 queue INFO >>83 [159] -2015-03-11 16:35:59 sendUrl INFO 83 [159] R:OK -2015-03-11 16:36:49 queue INFO >>83 [160] -2015-03-11 16:36:49 sendUrl INFO 83 [160] R:OK -2015-03-11 16:37:39 queue INFO >>83 [161] -2015-03-11 16:37:39 sendUrl INFO 83 [161] R:OK -2015-03-11 16:38:29 queue INFO >>83 [162] -2015-03-11 16:38:30 sendUrl INFO 83 [162] R:OK -2015-03-11 16:39:19 queue INFO >>83 [163] -2015-03-11 16:39:20 sendUrl INFO 83 [163] R:OK -2015-03-11 16:40:10 queue INFO >>83 [164] -2015-03-11 16:40:10 sendUrl INFO 83 [164] R:OK -2015-03-11 16:40:35 queue INFO 87 [165] -2015-03-11 16:40:35 sendUrl INFO 87 [165] R:OK -2015-03-11 16:40:35 queue INFO >87 [166] -2015-03-11 16:40:35 sendUrl INFO 87 [166] R:OK -2015-03-11 16:40:36 queue INFO 83 [167] -2015-03-11 16:40:37 queue INFO >83 [168] -2015-03-11 16:40:37 sendUrl INFO 83 [167] R:OK -2015-03-11 16:40:38 sendUrl INFO 83 [168] R:OK -2015-03-11 16:41:27 queue INFO >>83 [169] -2015-03-11 16:41:27 sendUrl INFO 83 [169] R:OK -2015-03-11 16:42:17 queue INFO >>83 [170] -2015-03-11 16:42:17 sendUrl INFO 83 [170] R:OK -2015-03-11 16:43:07 queue INFO >>83 [171] -2015-03-11 16:43:07 sendUrl INFO 83 [171] R:OK -2015-03-11 16:43:57 queue INFO >>83 [172] -2015-03-11 16:43:57 sendUrl INFO 83 [172] R:OK -2015-03-11 16:44:47 queue INFO >>83 [173] -2015-03-11 16:44:48 sendUrl INFO 83 [173] R:OK -2015-03-11 16:45:37 queue INFO >>83 [174] -2015-03-11 16:45:37 sendUrl INFO 83 [174] R:OK -2015-03-11 16:46:28 queue INFO >>83 [175] -2015-03-11 16:46:28 sendUrl INFO 83 [175] R:OK -2015-03-11 16:47:18 queue INFO >>83 [176] -2015-03-11 16:47:18 sendUrl INFO 83 [176] R:OK -2015-03-11 16:47:43 queue INFO 87 [177] -2015-03-11 16:47:43 queue INFO >87 [178] -2015-03-11 16:47:43 sendUrl INFO 87 [177] R:OK -2015-03-11 16:47:44 sendUrl INFO 87 [178] R:OK -2015-03-11 16:47:45 queue INFO 83 [179] -2015-03-11 16:47:45 queue INFO >83 [180] -2015-03-11 16:47:45 sendUrl INFO 83 [179] R:OK -2015-03-11 16:47:45 sendUrl INFO 83 [180] R:OK -2015-03-11 16:48:35 queue INFO >>83 [181] -2015-03-11 16:48:35 sendUrl INFO 83 [181] R:OK -2015-03-11 16:49:25 queue INFO >>83 [182] -2015-03-11 16:49:25 sendUrl INFO 83 [182] R:OK -2015-03-11 16:50:15 queue INFO >>83 [183] -2015-03-11 16:50:15 sendUrl INFO 83 [183] R:OK -2015-03-11 16:51:05 queue INFO >>83 [184] -2015-03-11 16:51:06 sendUrl INFO 83 [184] R:OK -2015-03-11 16:51:55 queue INFO >>83 [185] -2015-03-11 16:51:56 sendUrl INFO 83 [185] R:OK -2015-03-11 16:52:45 queue INFO >>83 [186] -2015-03-11 16:52:46 sendUrl INFO 83 [186] R:OK -2015-03-11 16:53:36 queue INFO >>83 [187] -2015-03-11 16:53:36 sendUrl INFO 83 [187] R:OK -2015-03-11 16:54:26 queue INFO >>83 [188] -2015-03-11 16:54:26 sendUrl INFO 83 [188] R:OK -2015-03-11 16:54:51 queue INFO 87 [189] -2015-03-11 16:54:52 queue INFO >87 [190] -2015-03-11 16:54:52 sendUrl INFO 87 [189] R:OK -2015-03-11 16:54:52 sendUrl INFO 87 [190] R:OK -2015-03-11 16:54:53 queue INFO 83 [191] -2015-03-11 16:54:53 sendUrl INFO 83 [191] R:OK -2015-03-11 16:54:53 queue INFO >83 [192] -2015-03-11 16:54:54 sendUrl INFO 83 [192] R:OK -2015-03-11 16:55:06 queue INFO C3 [193] -2015-03-11 16:55:06 queue INFO >C3 [194] -2015-03-11 16:55:06 sendUrl INFO C3 [193] R:OK -2015-03-11 16:55:07 sendUrl INFO C3 [194] R:OK -2015-03-11 16:55:56 queue INFO >>C3 [195] -2015-03-11 16:55:56 sendUrl INFO C3 [195] R:OK -2015-03-11 16:56:46 queue INFO >>C3 [196] -2015-03-11 16:56:46 sendUrl INFO C3 [196] R:OK -2015-03-11 16:57:36 queue INFO >>C3 [197] -2015-03-11 16:57:37 sendUrl INFO C3 [197] R:OK -2015-03-11 16:58:27 queue INFO >>C3 [198] -2015-03-11 16:58:27 sendUrl INFO C3 [198] R:OK -2015-03-11 16:59:17 queue INFO >>C3 [199] -2015-03-11 16:59:17 sendUrl INFO C3 [199] R:OK -2015-03-11 17:00:07 queue INFO >>C3 [200] -2015-03-11 17:00:07 sendUrl INFO C3 [200] R:OK -2015-03-11 17:00:57 queue INFO >>C3 [201] -2015-03-11 17:00:57 sendUrl INFO C3 [201] R:OK -2015-03-11 17:01:47 queue INFO >>C3 [202] -2015-03-11 17:01:47 sendUrl INFO C3 [202] R:OK -2015-03-11 17:02:00 queue INFO C7 [203] -2015-03-11 17:02:00 queue INFO >C7 [204] -2015-03-11 17:02:01 sendUrl INFO C7 [203] R:OK -2015-03-11 17:02:01 sendUrl INFO C7 [204] R:OK -2015-03-11 17:02:02 queue INFO C3 [205] -2015-03-11 17:02:02 queue INFO >C3 [206] -2015-03-11 17:02:02 sendUrl INFO C3 [205] R:OK -2015-03-11 17:02:03 sendUrl INFO C3 [206] R:OK -2015-03-11 17:02:27 queue INFO 83 [207] -2015-03-11 17:02:27 queue INFO >83 [208] -2015-03-11 17:02:27 sendUrl INFO 83 [207] R:OK -2015-03-11 17:02:28 sendUrl INFO 83 [208] R:OK -2015-03-11 17:03:17 queue INFO >>83 [209] -2015-03-11 17:03:17 sendUrl INFO 83 [209] R:OK -2015-03-11 17:04:07 queue INFO >>83 [210] -2015-03-11 17:04:07 sendUrl INFO 83 [210] R:OK -2015-03-11 17:04:57 queue INFO >>83 [211] -2015-03-11 17:04:57 sendUrl INFO 83 [211] R:OK -2015-03-11 17:05:47 queue INFO >>83 [212] -2015-03-11 17:05:48 sendUrl INFO 83 [212] R:OK -2015-03-11 17:06:37 queue INFO >>83 [213] -2015-03-11 17:06:38 sendUrl INFO 83 [213] R:OK -2015-03-11 17:07:28 queue INFO >>83 [214] -2015-03-11 17:07:28 sendUrl INFO 83 [214] R:OK -2015-03-11 17:08:18 queue INFO >>83 [215] -2015-03-11 17:08:18 sendUrl INFO 83 [215] R:OK -2015-03-11 17:09:08 queue INFO >>83 [216] -2015-03-11 17:09:08 sendUrl INFO 83 [216] R:OK -2015-03-11 17:09:23 queue INFO 87 [217] -2015-03-11 17:09:24 queue INFO >87 [218] -2015-03-11 17:09:24 sendUrl INFO 87 [217] R:OK -2015-03-11 17:09:24 sendUrl INFO 87 [218] R:OK -2015-03-11 17:09:25 queue INFO 83 [219] -2015-03-11 17:09:25 queue INFO >83 [220] -2015-03-11 17:09:26 sendUrl INFO 83 [219] R:OK -2015-03-11 17:09:26 sendUrl INFO 83 [220] R:OK -2015-03-11 17:10:15 queue INFO >>83 [221] -2015-03-11 17:10:15 sendUrl INFO 83 [221] R:OK -2015-03-11 17:11:05 queue INFO >>83 [222] -2015-03-11 17:11:06 sendUrl INFO 83 [222] R:OK -2015-03-11 17:11:55 queue INFO >>83 [223] -2015-03-11 17:11:56 sendUrl INFO 83 [223] R:OK -2015-03-11 17:12:46 queue INFO >>83 [224] -2015-03-11 17:12:46 sendUrl INFO 83 [224] R:OK -2015-03-11 17:13:36 queue INFO >>83 [225] -2015-03-11 17:13:36 sendUrl INFO 83 [225] R:OK -2015-03-11 17:14:26 queue INFO >>83 [226] -2015-03-11 17:14:26 sendUrl INFO 83 [226] R:OK -2015-03-11 17:15:16 queue INFO >>83 [227] -2015-03-11 17:15:16 sendUrl INFO 83 [227] R:OK -2015-03-11 17:16:06 queue INFO >>83 [228] -2015-03-11 17:16:06 sendUrl INFO 83 [228] R:OK -2015-03-11 17:16:31 queue INFO 87 [229] -2015-03-11 17:16:32 queue INFO >87 [230] -2015-03-11 17:16:32 sendUrl INFO 87 [229] R:OK -2015-03-11 17:16:32 sendUrl INFO 87 [230] R:OK -2015-03-11 17:16:33 queue INFO 83 [231] -2015-03-11 17:16:33 queue INFO >83 [232] -2015-03-11 17:16:33 sendUrl INFO 83 [231] R:OK -2015-03-11 17:16:34 sendUrl INFO 83 [232] R:OK -2015-03-11 17:17:23 queue INFO >>83 [233] -2015-03-11 17:17:23 sendUrl INFO 83 [233] R:OK -2015-03-11 17:18:13 queue INFO >>83 [234] -2015-03-11 17:18:14 sendUrl INFO 83 [234] R:OK -2015-03-11 17:19:03 queue INFO >>83 [235] -2015-03-11 17:19:04 sendUrl INFO 83 [235] R:OK -2015-03-11 17:19:53 queue INFO >>83 [236] -2015-03-11 17:19:54 sendUrl INFO 83 [236] R:OK -2015-03-11 17:20:44 queue INFO >>83 [237] -2015-03-11 17:20:44 sendUrl INFO 83 [237] R:OK -2015-03-11 17:21:34 queue INFO >>83 [238] -2015-03-11 17:21:34 sendUrl INFO 83 [238] R:OK -2015-03-11 17:22:24 queue INFO >>83 [239] -2015-03-11 17:22:24 sendUrl INFO 83 [239] R:OK -2015-03-11 17:23:14 queue INFO >>83 [240] -2015-03-11 17:23:15 sendUrl INFO 83 [240] R:OK -2015-03-11 17:23:40 queue INFO 87 [241] -2015-03-11 17:23:40 sendUrl INFO 87 [241] R:OK -2015-03-11 17:23:40 queue INFO >87 [242] -2015-03-11 17:23:40 sendUrl INFO 87 [242] R:OK -2015-03-11 17:23:41 queue INFO 83 [243] -2015-03-11 17:23:41 queue INFO >83 [244] -2015-03-11 17:23:42 sendUrl INFO 83 [243] R:OK -2015-03-11 17:23:42 sendUrl INFO 83 [244] R:OK -2015-03-11 17:24:31 queue INFO >>83 [245] -2015-03-11 17:24:32 sendUrl INFO 83 [245] R:OK -2015-03-11 17:25:21 queue INFO >>83 [246] -2015-03-11 17:25:22 sendUrl INFO 83 [246] R:OK -2015-03-11 17:26:12 queue INFO >>83 [247] -2015-03-11 17:26:12 sendUrl INFO 83 [247] R:OK -2015-03-11 17:27:02 queue INFO >>83 [248] -2015-03-11 17:27:02 sendUrl INFO 83 [248] R:OK -2015-03-11 17:27:52 queue INFO >>83 [249] -2015-03-11 17:27:52 sendUrl INFO 83 [249] R:OK -2015-03-11 17:28:42 queue INFO >>83 [250] -2015-03-11 17:28:42 sendUrl INFO 83 [250] R:OK -2015-03-11 17:29:32 queue INFO >>83 [251] -2015-03-11 17:29:33 sendUrl INFO 83 [251] R:OK -2015-03-11 17:30:22 queue INFO >>83 [252] -2015-03-11 17:30:23 sendUrl INFO 83 [252] R:OK -2015-03-11 17:30:48 queue INFO 87 [253] -2015-03-11 17:30:48 queue INFO >87 [254] -2015-03-11 17:30:48 sendUrl INFO 87 [253] R:OK -2015-03-11 17:30:49 sendUrl INFO 87 [254] R:OK -2015-03-11 17:30:49 queue INFO 83 [255] -2015-03-11 17:30:49 queue INFO >83 [256] -2015-03-11 17:30:50 sendUrl INFO 83 [255] R:OK -2015-03-11 17:30:50 sendUrl INFO 83 [256] R:OK -2015-03-11 17:31:39 queue INFO >>83 [257] -2015-03-11 17:31:40 sendUrl INFO 83 [257] R:OK -2015-03-11 17:32:30 queue INFO >>83 [258] -2015-03-11 17:32:30 sendUrl INFO 83 [258] R:OK -2015-03-11 17:33:20 queue INFO >>83 [259] -2015-03-11 17:33:20 sendUrl INFO 83 [259] R:OK -2015-03-11 17:34:10 queue INFO >>83 [260] -2015-03-11 17:34:10 sendUrl INFO 83 [260] R:OK -2015-03-11 17:35:00 queue INFO >>83 [261] -2015-03-11 17:35:00 sendUrl INFO 83 [261] R:OK -2015-03-11 17:35:50 queue INFO >>83 [262] -2015-03-11 17:35:51 sendUrl INFO 83 [262] R:OK -2015-03-11 17:36:40 queue INFO >>83 [263] -2015-03-11 17:36:41 sendUrl INFO 83 [263] R:OK -2015-03-11 17:37:30 queue INFO >>83 [264] -2015-03-11 17:37:31 sendUrl INFO 83 [264] R:OK -2015-03-11 17:37:56 queue INFO 87 [265] -2015-03-11 17:37:56 queue INFO >87 [266] -2015-03-11 17:37:56 sendUrl INFO 87 [265] R:OK -2015-03-11 17:37:57 sendUrl INFO 87 [266] R:OK -2015-03-11 17:37:58 queue INFO 83 [267] -2015-03-11 17:37:58 sendUrl INFO 83 [267] R:OK -2015-03-11 17:37:58 queue INFO >83 [268] -2015-03-11 17:37:58 sendUrl INFO 83 [268] R:OK -2015-03-11 17:38:23 queue INFO C3 [269] -2015-03-11 17:38:23 queue INFO >C3 [270] -2015-03-11 17:38:24 sendUrl INFO C3 [269] R:OK -2015-03-11 17:38:24 sendUrl INFO C3 [270] R:OK -2015-03-11 17:39:13 queue INFO >>C3 [271] -2015-03-11 17:39:13 sendUrl INFO C3 [271] R:OK -2015-03-11 17:40:03 queue INFO >>C3 [272] -2015-03-11 17:40:04 sendUrl INFO C3 [272] R:OK -2015-03-11 17:40:53 queue INFO >>C3 [273] -2015-03-11 17:40:54 sendUrl INFO C3 [273] R:OK -2015-03-11 17:41:44 queue INFO >>C3 [274] -2015-03-11 17:41:44 sendUrl INFO C3 [274] R:OK -2015-03-11 17:42:34 queue INFO >>C3 [275] -2015-03-11 17:42:34 sendUrl INFO C3 [275] R:OK -2015-03-11 17:43:24 queue INFO >>C3 [276] -2015-03-11 17:43:24 sendUrl INFO C3 [276] R:OK -2015-03-11 17:44:14 queue INFO >>C3 [277] -2015-03-11 17:44:14 sendUrl INFO C3 [277] R:OK -2015-03-11 17:45:04 queue INFO >>C3 [278] -2015-03-11 17:45:04 sendUrl INFO C3 [278] R:OK -2015-03-11 17:45:17 queue INFO C7 [279] -2015-03-11 17:45:17 queue INFO >C7 [280] -2015-03-11 17:45:17 sendUrl INFO C7 [279] R:OK -2015-03-11 17:45:18 sendUrl INFO C7 [280] R:OK -2015-03-11 17:45:19 queue INFO C3 [281] -2015-03-11 17:45:19 sendUrl INFO C3 [281] R:OK -2015-03-11 17:45:19 queue INFO >C3 [282] -2015-03-11 17:45:19 sendUrl INFO C3 [282] R:OK -2015-03-11 17:45:31 queue INFO 83 [283] -2015-03-11 17:45:32 queue INFO >83 [284] -2015-03-11 17:45:32 sendUrl INFO 83 [283] R:OK -2015-03-11 17:45:32 sendUrl INFO 83 [284] R:OK -2015-03-11 17:46:02 queue INFO 81 [285] -2015-03-11 17:46:02 queue INFO >81 [286] -2015-03-11 17:46:02 sendUrl INFO 81 [285] R:OK -2015-03-11 17:46:03 sendUrl INFO 81 [286] R:OK -2015-03-11 17:46:16 queue INFO 83 [287] -2015-03-11 17:46:16 queue INFO >83 [288] -2015-03-11 17:46:16 sendUrl INFO 83 [287] R:OK -2015-03-11 17:46:17 sendUrl INFO 83 [288] R:OK -2015-03-11 17:47:06 queue INFO >>83 [289] -2015-03-11 17:47:06 sendUrl INFO 83 [289] R:OK -2015-03-11 17:47:56 queue INFO >>83 [290] -2015-03-11 17:47:56 sendUrl INFO 83 [290] R:OK -2015-03-11 17:48:46 queue INFO >>83 [291] -2015-03-11 17:48:47 sendUrl INFO 83 [291] R:OK -2015-03-11 17:49:36 queue INFO >>83 [292] -2015-03-11 17:49:37 sendUrl INFO 83 [292] R:OK -2015-03-11 17:50:26 queue INFO >>83 [293] -2015-03-11 17:50:27 sendUrl INFO 83 [293] R:OK -2015-03-11 17:51:17 queue INFO >>83 [294] -2015-03-11 17:51:17 sendUrl INFO 83 [294] R:OK -2015-03-11 17:52:07 queue INFO >>83 [295] -2015-03-11 17:52:07 sendUrl INFO 83 [295] R:OK -2015-03-11 17:52:28 queue INFO 87 [296] -2015-03-11 17:52:28 sendUrl INFO 87 [296] R:OK -2015-03-11 17:52:28 queue INFO >87 [297] -2015-03-11 17:52:29 sendUrl INFO 87 [297] R:OK -2015-03-11 17:52:30 queue INFO 83 [298] -2015-03-11 17:52:30 queue INFO >83 [299] -2015-03-11 17:52:30 sendUrl INFO 83 [298] R:OK -2015-03-11 17:52:31 sendUrl INFO 83 [299] R:OK -2015-03-11 17:53:20 queue INFO >>83 [300] -2015-03-11 17:53:20 sendUrl INFO 83 [300] R:OK -2015-03-11 17:54:10 queue INFO >>83 [301] -2015-03-11 17:54:10 sendUrl INFO 83 [301] R:OK -2015-03-11 17:55:00 queue INFO >>83 [302] -2015-03-11 17:55:00 sendUrl INFO 83 [302] R:OK -2015-03-11 17:55:50 queue INFO >>83 [303] -2015-03-11 17:55:51 sendUrl INFO 83 [303] R:OK -2015-03-11 17:56:40 queue INFO >>83 [304] -2015-03-11 17:56:41 sendUrl INFO 83 [304] R:OK -2015-03-11 17:57:30 queue INFO >>83 [305] -2015-03-11 17:57:31 sendUrl INFO 83 [305] R:OK -2015-03-11 17:58:21 queue INFO >>83 [306] -2015-03-11 17:58:21 sendUrl INFO 83 [306] R:OK -2015-03-11 17:59:11 queue INFO >>83 [307] -2015-03-11 17:59:11 sendUrl INFO 83 [307] R:OK -2015-03-11 17:59:36 queue INFO 87 [308] -2015-03-11 17:59:36 queue INFO >87 [309] -2015-03-11 17:59:37 sendUrl INFO 87 [308] R:OK -2015-03-11 17:59:37 sendUrl INFO 87 [309] R:OK -2015-03-11 17:59:38 queue INFO 83 [310] -2015-03-11 17:59:38 queue INFO >83 [311] -2015-03-11 17:59:38 sendUrl INFO 83 [310] R:OK -2015-03-11 17:59:39 sendUrl INFO 83 [311] R:OK -2015-03-11 18:00:28 queue INFO >>83 [312] -2015-03-11 18:00:28 sendUrl INFO 83 [312] R:OK -2015-03-11 18:01:18 queue INFO >>83 [313] -2015-03-11 18:01:18 sendUrl INFO 83 [313] R:OK -2015-03-11 18:02:08 queue INFO >>83 [314] -2015-03-11 18:02:09 sendUrl INFO 83 [314] R:OK -2015-03-11 18:02:58 queue INFO >>83 [315] -2015-03-11 18:02:58 sendUrl INFO 83 [315] R:OK -2015-03-11 18:03:48 queue INFO >>83 [316] -2015-03-11 18:03:49 sendUrl INFO 83 [316] R:OK -2015-03-11 18:04:38 queue INFO >>83 [317] -2015-03-11 18:04:39 sendUrl INFO 83 [317] R:OK -2015-03-11 18:05:29 queue INFO >>83 [318] -2015-03-11 18:05:29 sendUrl INFO 83 [318] R:OK -2015-03-11 18:06:19 queue INFO >>83 [319] -2015-03-11 18:06:19 sendUrl INFO 83 [319] R:OK -2015-03-11 18:06:44 queue INFO 87 [320] -2015-03-11 18:06:44 sendUrl INFO 87 [320] R:OK -2015-03-11 18:06:44 queue INFO >87 [321] -2015-03-11 18:06:45 sendUrl INFO 87 [321] R:OK -2015-03-11 18:06:46 queue INFO 83 [322] -2015-03-11 18:06:46 queue INFO >83 [323] -2015-03-11 18:06:46 sendUrl INFO 83 [322] R:OK -2015-03-11 18:06:46 sendUrl INFO 83 [323] R:OK -2015-03-11 18:07:36 queue INFO >>83 [324] -2015-03-11 18:07:36 sendUrl INFO 83 [324] R:OK -2015-03-11 18:08:26 queue INFO >>83 [325] -2015-03-11 18:08:26 sendUrl INFO 83 [325] R:OK -2015-03-11 18:09:16 queue INFO >>83 [326] -2015-03-11 18:09:16 sendUrl INFO 83 [326] R:OK -2015-03-11 18:10:06 queue INFO >>83 [327] -2015-03-11 18:10:07 sendUrl INFO 83 [327] R:OK -2015-03-11 18:10:56 queue INFO >>83 [328] -2015-03-11 18:10:57 sendUrl INFO 83 [328] R:OK -2015-03-11 18:11:46 queue INFO >>83 [329] -2015-03-11 18:11:47 sendUrl INFO 83 [329] R:OK -2015-03-11 18:12:37 queue INFO >>83 [330] -2015-03-11 18:12:37 sendUrl INFO 83 [330] R:OK -2015-03-11 18:13:27 queue INFO >>83 [331] -2015-03-11 18:13:27 sendUrl INFO 83 [331] R:OK -2015-03-11 18:13:52 queue INFO 87 [332] -2015-03-11 18:13:52 queue INFO >87 [333] -2015-03-11 18:13:53 sendUrl INFO 87 [332] R:OK -2015-03-11 18:13:53 sendUrl INFO 87 [333] R:OK -2015-03-11 18:13:54 queue INFO 83 [334] -2015-03-11 18:13:54 queue INFO >83 [335] -2015-03-11 18:13:54 sendUrl INFO 83 [334] R:OK -2015-03-11 18:13:55 sendUrl INFO 83 [335] R:OK -2015-03-11 18:14:44 queue INFO >>83 [336] -2015-03-11 18:14:44 sendUrl INFO 83 [336] R:OK -2015-03-11 18:15:34 queue INFO >>83 [337] -2015-03-11 18:15:34 sendUrl INFO 83 [337] R:OK -2015-03-11 18:16:24 queue INFO >>83 [338] -2015-03-11 18:16:25 sendUrl INFO 83 [338] R:OK -2015-03-11 18:17:14 queue INFO >>83 [339] -2015-03-11 18:17:15 sendUrl INFO 83 [339] R:OK -2015-03-11 18:18:05 queue INFO >>83 [340] -2015-03-11 18:18:05 sendUrl INFO 83 [340] R:OK -2015-03-11 18:18:55 queue INFO >>83 [341] -2015-03-11 18:18:55 sendUrl INFO 83 [341] R:OK -2015-03-11 18:19:45 queue INFO >>83 [342] -2015-03-11 18:19:45 sendUrl INFO 83 [342] R:OK -2015-03-11 18:20:35 queue INFO >>83 [343] -2015-03-11 18:20:35 sendUrl INFO 83 [343] R:OK -2015-03-11 18:21:13 queue INFO 87 [344] -2015-03-11 18:21:13 queue INFO >87 [345] -2015-03-11 18:21:14 sendUrl INFO 87 [344] R:OK -2015-03-11 18:21:14 sendUrl INFO 87 [345] R:OK -2015-03-11 18:21:15 queue INFO 83 [346] -2015-03-11 18:21:15 queue INFO >83 [347] -2015-03-11 18:21:15 sendUrl INFO 83 [346] R:OK -2015-03-11 18:21:16 sendUrl INFO 83 [347] R:OK -2015-03-11 18:21:28 queue INFO C3 [348] -2015-03-11 18:21:28 queue INFO >C3 [349] -2015-03-11 18:21:28 sendUrl INFO C3 [348] R:OK -2015-03-11 18:21:28 sendUrl INFO C3 [349] R:OK -2015-03-11 18:22:18 queue INFO >>C3 [350] -2015-03-11 18:22:18 sendUrl INFO C3 [350] R:OK -2015-03-11 18:23:08 queue INFO >>C3 [351] -2015-03-11 18:23:08 sendUrl INFO C3 [351] R:OK -2015-03-11 18:23:58 queue INFO >>C3 [352] -2015-03-11 18:23:58 sendUrl INFO C3 [352] R:OK -2015-03-11 18:24:48 queue INFO >>C3 [353] -2015-03-11 18:24:49 sendUrl INFO C3 [353] R:OK -2015-03-11 18:25:38 queue INFO >>C3 [354] -2015-03-11 18:25:38 sendUrl INFO C3 [354] R:OK -2015-03-11 18:26:28 queue INFO >>C3 [355] -2015-03-11 18:26:29 sendUrl INFO C3 [355] R:OK -2015-03-11 18:27:19 queue INFO >>C3 [356] -2015-03-11 18:27:19 sendUrl INFO C3 [356] R:OK -2015-03-11 18:28:09 queue INFO >>C3 [357] -2015-03-11 18:28:09 sendUrl INFO C3 [357] R:OK -2015-03-11 18:28:22 queue INFO C7 [358] -2015-03-11 18:28:22 queue INFO >C7 [359] -2015-03-11 18:28:22 sendUrl INFO C7 [358] R:OK -2015-03-11 18:28:22 sendUrl INFO C7 [359] R:OK -2015-03-11 18:28:23 queue INFO C3 [360] -2015-03-11 18:28:23 queue INFO >C3 [361] -2015-03-11 18:28:24 sendUrl INFO C3 [360] R:OK -2015-03-11 18:28:24 sendUrl INFO C3 [361] R:OK -2015-03-11 18:28:36 queue INFO 83 [362] -2015-03-11 18:28:36 sendUrl INFO 83 [362] R:OK -2015-03-11 18:28:36 queue INFO >83 [363] -2015-03-11 18:28:37 sendUrl INFO 83 [363] R:OK -2015-03-11 18:29:26 queue INFO >>83 [364] -2015-03-11 18:29:26 sendUrl INFO 83 [364] R:OK -2015-03-11 18:30:16 queue INFO >>83 [365] -2015-03-11 18:30:16 sendUrl INFO 83 [365] R:OK -2015-03-11 18:31:06 queue INFO >>83 [366] -2015-03-11 18:31:07 sendUrl INFO 83 [366] R:OK -2015-03-11 18:31:56 queue INFO >>83 [367] -2015-03-11 18:31:57 sendUrl INFO 83 [367] R:OK -2015-03-11 18:32:47 queue INFO >>83 [368] -2015-03-11 18:32:47 sendUrl INFO 83 [368] R:OK -2015-03-11 18:33:37 queue INFO >>83 [369] -2015-03-11 18:33:37 sendUrl INFO 83 [369] R:OK -2015-03-11 18:34:27 queue INFO >>83 [370] -2015-03-11 18:34:27 sendUrl INFO 83 [370] R:OK -2015-03-11 18:35:17 queue INFO >>83 [371] -2015-03-11 18:35:17 sendUrl INFO 83 [371] R:OK -2015-03-11 18:35:33 queue INFO 87 [372] -2015-03-11 18:35:33 queue INFO >87 [373] -2015-03-11 18:35:33 sendUrl INFO 87 [372] R:OK -2015-03-11 18:35:33 sendUrl INFO 87 [373] R:OK -2015-03-11 18:35:34 queue INFO 83 [374] -2015-03-11 18:35:34 queue INFO >83 [375] -2015-03-11 18:35:34 sendUrl INFO 83 [374] R:OK -2015-03-11 18:35:35 sendUrl INFO 83 [375] R:OK -2015-03-11 18:36:24 queue INFO >>83 [376] -2015-03-11 18:36:25 sendUrl INFO 83 [376] R:OK -2015-03-11 18:37:14 queue INFO >>83 [377] -2015-03-11 18:37:15 sendUrl INFO 83 [377] R:OK -2015-03-11 18:37:44 queue INFO 81 [378] -2015-03-11 18:37:45 queue INFO >81 [379] -2015-03-11 18:37:45 sendUrl INFO 81 [378] R:OK -2015-03-11 18:37:45 sendUrl INFO 81 [379] R:OK -2015-03-11 18:38:12 queue INFO 83 [380] -2015-03-11 18:38:12 queue INFO >83 [381] -2015-03-11 18:38:12 sendUrl INFO 83 [380] R:OK -2015-03-11 18:38:12 sendUrl INFO 83 [381] R:OK -2015-03-11 18:39:02 queue INFO >>83 [382] -2015-03-11 18:39:02 sendUrl INFO 83 [382] R:OK -2015-03-11 18:39:52 queue INFO >>83 [383] -2015-03-11 18:39:52 sendUrl INFO 83 [383] R:OK -2015-03-11 18:40:42 queue INFO >>83 [384] -2015-03-11 18:40:42 sendUrl INFO 83 [384] R:OK -2015-03-11 18:41:32 queue INFO >>83 [385] -2015-03-11 18:41:33 sendUrl INFO 83 [385] R:OK -2015-03-11 18:42:22 queue INFO >>83 [386] -2015-03-11 18:42:23 sendUrl INFO 83 [386] R:OK -2015-03-11 18:42:41 queue INFO 87 [387] -2015-03-11 18:42:41 queue INFO >87 [388] -2015-03-11 18:42:41 sendUrl INFO 87 [387] R:OK -2015-03-11 18:42:42 sendUrl INFO 87 [388] R:OK -2015-03-11 18:42:42 queue INFO 83 [389] -2015-03-11 18:42:42 queue INFO >83 [390] -2015-03-11 18:42:43 sendUrl INFO 83 [389] R:OK -2015-03-11 18:42:43 sendUrl INFO 83 [390] R:OK -2015-03-11 18:43:32 queue INFO >>83 [391] -2015-03-11 18:43:33 sendUrl INFO 83 [391] R:OK -2015-03-11 18:44:23 queue INFO >>83 [392] -2015-03-11 18:44:23 sendUrl INFO 83 [392] R:OK -2015-03-11 18:45:13 queue INFO >>83 [393] -2015-03-11 18:45:13 sendUrl INFO 83 [393] R:OK -2015-03-11 18:46:03 queue INFO >>83 [394] -2015-03-11 18:46:03 sendUrl INFO 83 [394] R:OK -2015-03-11 18:46:53 queue INFO >>83 [395] -2015-03-11 18:46:53 sendUrl INFO 83 [395] R:OK -2015-03-11 18:47:43 queue INFO >>83 [396] -2015-03-11 18:47:44 sendUrl INFO 83 [396] R:OK -2015-03-11 18:48:33 queue INFO >>83 [397] -2015-03-11 18:48:34 sendUrl INFO 83 [397] R:OK -2015-03-11 18:49:23 queue INFO >>83 [398] -2015-03-11 18:49:24 sendUrl INFO 83 [398] R:OK -2015-03-11 18:49:49 queue INFO 87 [399] -2015-03-11 18:49:49 queue INFO >87 [400] -2015-03-11 18:49:49 sendUrl INFO 87 [399] R:OK -2015-03-11 18:49:50 sendUrl INFO 87 [400] R:OK -2015-03-11 18:49:50 queue INFO 83 [401] -2015-03-11 18:49:51 queue INFO >83 [402] -2015-03-11 18:49:51 sendUrl INFO 83 [401] R:OK -2015-03-11 18:49:51 sendUrl INFO 83 [402] R:OK -2015-03-11 18:50:40 queue INFO >>83 [403] -2015-03-11 18:50:41 sendUrl INFO 83 [403] R:OK -2015-03-11 18:51:31 queue INFO >>83 [404] -2015-03-11 18:51:31 sendUrl INFO 83 [404] R:OK -2015-03-11 18:52:21 queue INFO >>83 [405] -2015-03-11 18:52:21 sendUrl INFO 83 [405] R:OK -2015-03-11 18:53:11 queue INFO >>83 [406] -2015-03-11 18:53:11 sendUrl INFO 83 [406] R:OK -2015-03-11 18:54:01 queue INFO >>83 [407] -2015-03-11 18:54:01 sendUrl INFO 83 [407] R:OK -2015-03-11 18:54:51 queue INFO >>83 [408] -2015-03-11 18:54:52 sendUrl INFO 83 [408] R:OK -2015-03-11 18:55:41 queue INFO >>83 [409] -2015-03-11 18:55:42 sendUrl INFO 83 [409] R:OK -2015-03-11 18:56:31 queue INFO >>83 [410] -2015-03-11 18:56:32 sendUrl INFO 83 [410] R:OK -2015-03-11 18:57:09 queue INFO 87 [411] -2015-03-11 18:57:10 queue INFO >87 [412] -2015-03-11 18:57:10 sendUrl INFO 87 [411] R:OK -2015-03-11 18:57:10 sendUrl INFO 87 [412] R:OK -2015-03-11 18:57:11 queue INFO 83 [413] -2015-03-11 18:57:11 queue INFO >83 [414] -2015-03-11 18:57:11 sendUrl INFO 83 [413] R:OK -2015-03-11 18:57:12 sendUrl INFO 83 [414] R:OK -2015-03-11 18:58:01 queue INFO >>83 [415] -2015-03-11 18:58:01 sendUrl INFO 83 [415] R:OK -2015-03-11 18:58:51 queue INFO >>83 [416] -2015-03-11 18:58:52 sendUrl INFO 83 [416] R:OK -2015-03-11 18:59:41 queue INFO >>83 [417] -2015-03-11 18:59:41 sendUrl INFO 83 [417] R:OK -2015-03-11 19:00:31 queue INFO >>83 [418] -2015-03-11 19:00:32 sendUrl INFO 83 [418] R:OK -2015-03-11 19:01:22 queue INFO >>83 [419] -2015-03-11 19:01:22 sendUrl INFO 83 [419] R:OK -2015-03-11 19:02:12 queue INFO >>83 [420] -2015-03-11 19:02:12 sendUrl INFO 83 [420] R:OK -2015-03-11 19:03:02 queue INFO >>83 [421] -2015-03-11 19:03:02 sendUrl INFO 83 [421] R:OK -2015-03-11 19:03:52 queue INFO >>83 [422] -2015-03-11 19:03:53 sendUrl INFO 83 [422] R:OK -2015-03-11 19:04:18 queue INFO 87 [423] -2015-03-11 19:04:18 queue INFO >87 [424] -2015-03-11 19:04:18 sendUrl INFO 87 [423] R:OK -2015-03-11 19:04:19 sendUrl INFO 87 [424] R:OK -2015-03-11 19:04:19 queue INFO 83 [425] -2015-03-11 19:04:20 queue INFO >83 [426] -2015-03-11 19:04:20 sendUrl INFO 83 [425] R:OK -2015-03-11 19:04:20 sendUrl INFO 83 [426] R:OK -2015-03-11 19:04:32 queue INFO C3 [427] -2015-03-11 19:04:32 sendUrl INFO C3 [427] R:OK -2015-03-11 19:04:32 queue INFO >C3 [428] -2015-03-11 19:04:33 sendUrl INFO C3 [428] R:OK -2015-03-11 19:05:22 queue INFO >>C3 [429] -2015-03-11 19:05:23 sendUrl INFO C3 [429] R:OK -2015-03-11 19:06:13 queue INFO >>C3 [430] -2015-03-11 19:06:13 sendUrl INFO C3 [430] R:OK -2015-03-11 19:07:03 queue INFO >>C3 [431] -2015-03-11 19:07:03 sendUrl INFO C3 [431] R:OK -2015-03-11 19:07:53 queue INFO >>C3 [432] -2015-03-11 19:07:53 sendUrl INFO C3 [432] R:OK -2015-03-11 19:08:43 queue INFO >>C3 [433] -2015-03-11 19:08:44 sendUrl INFO C3 [433] R:OK -2015-03-11 19:09:33 queue INFO >>C3 [434] -2015-03-11 19:09:33 sendUrl INFO C3 [434] R:OK -2015-03-11 19:10:23 queue INFO >>C3 [435] -2015-03-11 19:10:24 sendUrl INFO C3 [435] R:OK -2015-03-11 19:11:13 queue INFO >>C3 [436] -2015-03-11 19:11:14 sendUrl INFO C3 [436] R:OK -2015-03-11 19:11:26 queue INFO C7 [437] -2015-03-11 19:11:26 queue INFO >C7 [438] -2015-03-11 19:11:27 sendUrl INFO C7 [437] R:OK -2015-03-11 19:11:27 sendUrl INFO C7 [438] R:OK -2015-03-11 19:11:28 queue INFO C3 [439] -2015-03-11 19:11:28 queue INFO >C3 [440] -2015-03-11 19:11:28 sendUrl INFO C3 [439] R:OK -2015-03-11 19:11:29 sendUrl INFO C3 [440] R:OK -2015-03-11 19:11:41 queue INFO 83 [441] -2015-03-11 19:11:41 queue INFO >83 [442] -2015-03-11 19:11:41 sendUrl INFO 83 [441] R:OK -2015-03-11 19:11:42 sendUrl INFO 83 [442] R:OK -2015-03-11 19:12:31 queue INFO >>83 [443] -2015-03-11 19:12:31 sendUrl INFO 83 [443] R:OK -2015-03-11 19:13:21 queue INFO >>83 [444] -2015-03-11 19:13:21 sendUrl INFO 83 [444] R:OK -2015-03-11 19:14:11 queue INFO >>83 [445] -2015-03-11 19:14:12 sendUrl INFO 83 [445] R:OK -2015-03-11 19:15:01 queue INFO >>83 [446] -2015-03-11 19:15:02 sendUrl INFO 83 [446] R:OK -2015-03-11 19:15:51 queue INFO >>83 [447] -2015-03-11 19:15:52 sendUrl INFO 83 [447] R:OK -2015-03-11 19:16:42 queue INFO >>83 [448] -2015-03-11 19:16:42 sendUrl INFO 83 [448] R:OK -2015-03-11 19:17:32 queue INFO >>83 [449] -2015-03-11 19:17:32 sendUrl INFO 83 [449] R:OK -2015-03-11 19:18:22 queue INFO >>83 [450] -2015-03-11 19:18:22 sendUrl INFO 83 [450] R:OK -2015-03-11 19:18:37 queue INFO 87 [451] -2015-03-11 19:18:37 queue INFO >87 [452] -2015-03-11 19:18:38 sendUrl INFO 87 [451] R:OK -2015-03-11 19:18:38 sendUrl INFO 87 [452] R:OK -2015-03-11 19:18:39 queue INFO 83 [453] -2015-03-11 19:18:39 queue INFO >83 [454] -2015-03-11 19:18:39 sendUrl INFO 83 [453] R:OK -2015-03-11 19:18:40 sendUrl INFO 83 [454] R:OK -2015-03-11 19:19:29 queue INFO >>83 [455] -2015-03-11 19:19:29 sendUrl INFO 83 [455] R:OK -2015-03-11 19:20:19 queue INFO >>83 [456] -2015-03-11 19:20:19 sendUrl INFO 83 [456] R:OK -2015-03-11 19:21:09 queue INFO >>83 [457] -2015-03-11 19:21:10 sendUrl INFO 83 [457] R:OK -2015-03-11 19:21:59 queue INFO >>83 [458] -2015-03-11 19:22:00 sendUrl INFO 83 [458] R:OK -2015-03-11 19:22:50 queue INFO >>83 [459] -2015-03-11 19:22:50 sendUrl INFO 83 [459] R:OK -2015-03-11 19:23:40 queue INFO >>83 [460] -2015-03-11 19:23:40 sendUrl INFO 83 [460] R:OK -2015-03-11 19:24:30 queue INFO >>83 [461] -2015-03-11 19:24:30 sendUrl INFO 83 [461] R:OK -2015-03-11 19:25:20 queue INFO >>83 [462] -2015-03-11 19:25:20 sendUrl INFO 83 [462] R:OK -2015-03-11 19:25:45 queue INFO 87 [463] -2015-03-11 19:25:46 queue INFO >87 [464] -2015-03-11 19:25:46 sendUrl INFO 87 [463] R:OK -2015-03-11 19:25:46 sendUrl INFO 87 [464] R:OK -2015-03-11 19:25:47 queue INFO 83 [465] -2015-03-11 19:25:47 queue INFO >83 [466] -2015-03-11 19:25:47 sendUrl INFO 83 [465] R:OK -2015-03-11 19:25:48 sendUrl INFO 83 [466] R:OK -2015-03-11 19:26:37 queue INFO >>83 [467] -2015-03-11 19:26:37 sendUrl INFO 83 [467] R:OK -2015-03-11 19:27:27 queue INFO >>83 [468] -2015-03-11 19:27:28 sendUrl INFO 83 [468] R:OK -2015-03-11 19:28:17 queue INFO >>83 [469] -2015-03-11 19:28:18 sendUrl INFO 83 [469] R:OK -2015-03-11 19:29:08 queue INFO >>83 [470] -2015-03-11 19:29:08 sendUrl INFO 83 [470] R:OK -2015-03-11 19:29:58 queue INFO >>83 [471] -2015-03-11 19:29:58 sendUrl INFO 83 [471] R:OK -2015-03-11 19:30:48 queue INFO >>83 [472] -2015-03-11 19:30:48 sendUrl INFO 83 [472] R:OK -2015-03-11 19:31:38 queue INFO >>83 [473] -2015-03-11 19:31:38 sendUrl INFO 83 [473] R:OK -2015-03-11 19:32:28 queue INFO >>83 [474] -2015-03-11 19:32:29 sendUrl INFO 83 [474] R:OK -2015-03-11 19:33:06 queue INFO 87 [475] -2015-03-11 19:33:06 queue INFO >87 [476] -2015-03-11 19:33:06 sendUrl INFO 87 [475] R:OK -2015-03-11 19:33:07 sendUrl INFO 87 [476] R:OK -2015-03-11 19:33:07 queue INFO 83 [477] -2015-03-11 19:33:08 queue INFO >83 [478] -2015-03-11 19:33:08 sendUrl INFO 83 [477] R:OK -2015-03-11 19:33:08 sendUrl INFO 83 [478] R:OK -2015-03-11 19:33:58 queue INFO >>83 [479] -2015-03-11 19:33:58 sendUrl INFO 83 [479] R:OK -2015-03-11 19:34:48 queue INFO >>83 [480] -2015-03-11 19:34:48 sendUrl INFO 83 [480] R:OK -2015-03-11 19:35:38 queue INFO >>83 [481] -2015-03-11 19:35:38 sendUrl INFO 83 [481] R:OK -2015-03-11 19:36:28 queue INFO >>83 [482] -2015-03-11 19:36:29 sendUrl INFO 83 [482] R:OK -2015-03-11 19:37:18 queue INFO >>83 [483] -2015-03-11 19:37:18 sendUrl INFO 83 [483] R:OK -2015-03-11 19:38:08 queue INFO >>83 [484] -2015-03-11 19:38:09 sendUrl INFO 83 [484] R:OK -2015-03-11 19:38:58 queue INFO >>83 [485] -2015-03-11 19:38:59 sendUrl INFO 83 [485] R:OK -2015-03-11 19:39:49 queue INFO >>83 [486] -2015-03-11 19:39:49 sendUrl INFO 83 [486] R:OK -2015-03-11 19:40:14 queue INFO 87 [487] -2015-03-11 19:40:14 sendUrl INFO 87 [487] R:OK -2015-03-11 19:40:14 queue INFO >87 [488] -2015-03-11 19:40:15 sendUrl INFO 87 [488] R:OK -2015-03-11 19:40:16 queue INFO 83 [489] -2015-03-11 19:40:16 queue INFO >83 [490] -2015-03-11 19:40:16 sendUrl INFO 83 [489] R:OK -2015-03-11 19:40:17 sendUrl INFO 83 [490] R:OK -2015-03-11 19:41:06 queue INFO >>83 [491] -2015-03-11 19:41:06 sendUrl INFO 83 [491] R:OK -2015-03-11 19:41:56 queue INFO >>83 [492] -2015-03-11 19:41:56 sendUrl INFO 83 [492] R:OK -2015-03-11 19:42:46 queue INFO >>83 [493] -2015-03-11 19:42:46 sendUrl INFO 83 [493] R:OK -2015-03-11 19:43:36 queue INFO >>83 [494] -2015-03-11 19:43:36 sendUrl INFO 83 [494] R:OK -2015-03-11 19:44:26 queue INFO >>83 [495] -2015-03-11 19:44:27 sendUrl INFO 83 [495] R:OK -2015-03-11 19:45:16 queue INFO >>83 [496] -2015-03-11 19:45:17 sendUrl INFO 83 [496] R:OK -2015-03-11 19:46:07 queue INFO >>83 [497] -2015-03-11 19:46:07 sendUrl INFO 83 [497] R:OK -2015-03-11 19:46:57 queue INFO >>83 [498] -2015-03-11 19:46:57 sendUrl INFO 83 [498] R:OK -2015-03-11 19:47:22 queue INFO 87 [499] -2015-03-11 19:47:23 queue INFO >87 [500] -2015-03-11 19:47:23 sendUrl INFO 87 [499] R:OK -2015-03-11 19:47:23 sendUrl INFO 87 [500] R:OK -2015-03-11 19:47:24 queue INFO 83 [501] -2015-03-11 19:47:24 sendUrl INFO 83 [501] R:OK -2015-03-11 19:47:24 queue INFO >83 [502] -2015-03-11 19:47:24 sendUrl INFO 83 [502] R:OK -2015-03-11 19:47:37 queue INFO C3 [503] -2015-03-11 19:47:37 sendUrl INFO C3 [503] R:OK -2015-03-11 19:47:37 queue INFO >C3 [504] -2015-03-11 19:47:38 sendUrl INFO C3 [504] R:OK -2015-03-11 19:48:27 queue INFO >>C3 [505] -2015-03-11 19:48:27 sendUrl INFO C3 [505] R:OK -2015-03-11 19:49:17 queue INFO >>C3 [506] -2015-03-11 19:49:18 sendUrl INFO C3 [506] R:OK -2015-03-11 19:50:07 queue INFO >>C3 [507] -2015-03-11 19:50:08 sendUrl INFO C3 [507] R:OK -2015-03-11 19:50:58 queue INFO >>C3 [508] -2015-03-11 19:50:58 sendUrl INFO C3 [508] R:OK -2015-03-11 19:51:48 queue INFO >>C3 [509] -2015-03-11 19:51:48 sendUrl INFO C3 [509] R:OK -2015-03-11 19:52:38 queue INFO >>C3 [510] -2015-03-11 19:52:38 sendUrl INFO C3 [510] R:OK -2015-03-11 19:53:28 queue INFO >>C3 [511] -2015-03-11 19:53:28 sendUrl INFO C3 [511] R:OK -2015-03-11 19:54:18 queue INFO >>C3 [512] -2015-03-11 19:54:19 sendUrl INFO C3 [512] R:OK -2015-03-11 19:54:31 queue INFO C7 [513] -2015-03-11 19:54:31 queue INFO >C7 [514] -2015-03-11 19:54:31 sendUrl INFO C7 [513] R:OK -2015-03-11 19:54:32 sendUrl INFO C7 [514] R:OK -2015-03-11 19:54:33 queue INFO C3 [515] -2015-03-11 19:54:33 queue INFO >C3 [516] -2015-03-11 19:54:33 sendUrl INFO C3 [515] R:OK -2015-03-11 19:54:33 sendUrl INFO C3 [516] R:OK -2015-03-11 19:54:45 queue INFO 83 [517] -2015-03-11 19:54:46 queue INFO >83 [518] -2015-03-11 19:54:46 sendUrl INFO 83 [517] R:OK -2015-03-11 19:54:46 sendUrl INFO 83 [518] R:OK -2015-03-11 19:55:32 queue INFO 81 [519] -2015-03-11 19:55:32 queue INFO >81 [520] -2015-03-11 19:55:32 sendUrl INFO 81 [519] R:OK -2015-03-11 19:55:33 sendUrl INFO 81 [520] R:OK -2015-03-11 19:55:45 queue INFO 83 [521] -2015-03-11 19:55:45 queue INFO >83 [522] -2015-03-11 19:55:45 sendUrl INFO 83 [521] R:OK -2015-03-11 19:55:46 sendUrl INFO 83 [522] R:OK -2015-03-11 19:56:35 queue INFO >>83 [523] -2015-03-11 19:56:36 sendUrl INFO 83 [523] R:OK -2015-03-11 19:57:25 queue INFO >>83 [524] -2015-03-11 19:57:25 sendUrl INFO 83 [524] R:OK -2015-03-11 19:58:15 queue INFO >>83 [525] -2015-03-11 19:58:16 sendUrl INFO 83 [525] R:OK -2015-03-11 19:59:06 queue INFO >>83 [526] -2015-03-11 19:59:06 sendUrl INFO 83 [526] R:OK -2015-03-11 19:59:56 queue INFO >>83 [527] -2015-03-11 19:59:56 sendUrl INFO 83 [527] R:OK -2015-03-11 20:00:46 queue INFO >>83 [528] -2015-03-11 20:00:46 sendUrl INFO 83 [528] R:OK -2015-03-11 20:01:36 queue INFO >>83 [529] -2015-03-11 20:01:37 sendUrl INFO 83 [529] R:OK -2015-03-11 20:01:42 queue INFO 87 [530] -2015-03-11 20:01:42 queue INFO >87 [531] -2015-03-11 20:01:42 sendUrl INFO 87 [530] R:OK -2015-03-11 20:01:43 sendUrl INFO 87 [531] R:OK -2015-03-11 20:01:43 queue INFO 83 [532] -2015-03-11 20:01:44 queue INFO >83 [533] -2015-03-11 20:01:44 sendUrl INFO 83 [532] R:OK -2015-03-11 20:01:44 sendUrl INFO 83 [533] R:OK -2015-03-11 20:02:34 queue INFO >>83 [534] -2015-03-11 20:02:34 sendUrl INFO 83 [534] R:OK -2015-03-11 20:03:24 queue INFO >>83 [535] -2015-03-11 20:03:24 sendUrl INFO 83 [535] R:OK -2015-03-11 20:04:14 queue INFO >>83 [536] -2015-03-11 20:04:14 sendUrl INFO 83 [536] R:OK -2015-03-11 20:05:04 queue INFO >>83 [537] -2015-03-11 20:05:05 sendUrl INFO 83 [537] R:OK -2015-03-11 20:05:54 queue INFO >>83 [538] -2015-03-11 20:05:55 sendUrl INFO 83 [538] R:OK -2015-03-11 20:06:44 queue INFO >>83 [539] -2015-03-11 20:06:45 sendUrl INFO 83 [539] R:OK -2015-03-11 20:07:35 queue INFO >>83 [540] -2015-03-11 20:07:35 sendUrl INFO 83 [540] R:OK -2015-03-11 20:08:25 queue INFO >>83 [541] -2015-03-11 20:08:25 sendUrl INFO 83 [541] R:OK -2015-03-11 20:09:02 queue INFO 87 [542] -2015-03-11 20:09:03 sendUrl INFO 87 [542] R:OK -2015-03-11 20:09:03 queue INFO >87 [543] -2015-03-11 20:09:03 sendUrl INFO 87 [543] R:OK -2015-03-11 20:09:04 queue INFO 83 [544] -2015-03-11 20:09:04 queue INFO >83 [545] -2015-03-11 20:09:05 sendUrl INFO 83 [544] R:OK -2015-03-11 20:09:05 sendUrl INFO 83 [545] R:OK -2015-03-11 20:09:54 queue INFO >>83 [546] -2015-03-11 20:09:54 sendUrl INFO 83 [546] R:OK -2015-03-11 20:10:44 queue INFO >>83 [547] -2015-03-11 20:10:45 sendUrl INFO 83 [547] R:OK -2015-03-11 20:11:34 queue INFO >>83 [548] -2015-03-11 20:11:35 sendUrl INFO 83 [548] R:OK -2015-03-11 20:12:25 queue INFO >>83 [549] -2015-03-11 20:12:25 sendUrl INFO 83 [549] R:OK -2015-03-11 20:13:15 queue INFO >>83 [550] -2015-03-11 20:13:15 sendUrl INFO 83 [550] R:OK -2015-03-11 20:14:05 queue INFO >>83 [551] -2015-03-11 20:14:05 sendUrl INFO 83 [551] R:OK -2015-03-11 20:14:55 queue INFO >>83 [552] -2015-03-11 20:14:55 sendUrl INFO 83 [552] R:OK -2015-03-11 20:15:45 queue INFO >>83 [553] -2015-03-11 20:15:46 sendUrl INFO 83 [553] R:OK -2015-03-11 20:16:11 queue INFO 87 [554] -2015-03-11 20:16:11 queue INFO >87 [555] -2015-03-11 20:16:11 sendUrl INFO 87 [554] R:OK -2015-03-11 20:16:11 sendUrl INFO 87 [555] R:OK -2015-03-11 20:16:12 queue INFO 83 [556] -2015-03-11 20:16:12 queue INFO >83 [557] -2015-03-11 20:16:12 sendUrl INFO 83 [556] R:OK -2015-03-11 20:16:13 sendUrl INFO 83 [557] R:OK -2015-03-11 20:17:02 queue INFO >>83 [558] -2015-03-11 20:17:03 sendUrl INFO 83 [558] R:OK -2015-03-11 20:17:52 queue INFO >>83 [559] -2015-03-11 20:17:53 sendUrl INFO 83 [559] R:OK -2015-03-11 20:18:43 queue INFO >>83 [560] -2015-03-11 20:18:43 sendUrl INFO 83 [560] R:OK -2015-03-11 20:19:33 queue INFO >>83 [561] -2015-03-11 20:19:33 sendUrl INFO 83 [561] R:OK -2015-03-11 20:20:23 queue INFO >>83 [562] -2015-03-11 20:20:23 sendUrl INFO 83 [562] R:OK -2015-03-11 20:21:13 queue INFO >>83 [563] -2015-03-11 20:21:13 sendUrl INFO 83 [563] R:OK -2015-03-11 20:22:03 queue INFO >>83 [564] -2015-03-11 20:22:04 sendUrl INFO 83 [564] R:OK -2015-03-11 20:22:53 queue INFO >>83 [565] -2015-03-11 20:22:54 sendUrl INFO 83 [565] R:OK -2015-03-11 20:23:19 queue INFO 87 [566] -2015-03-11 20:23:19 sendUrl INFO 87 [566] R:OK -2015-03-11 20:23:19 queue INFO >87 [567] -2015-03-11 20:23:19 sendUrl INFO 87 [567] R:OK -2015-03-11 20:23:20 queue INFO 83 [568] -2015-03-11 20:23:20 queue INFO >83 [569] -2015-03-11 20:23:21 sendUrl INFO 83 [568] R:OK -2015-03-11 20:23:21 sendUrl INFO 83 [569] R:OK -2015-03-11 20:24:10 queue INFO >>83 [570] -2015-03-11 20:24:11 sendUrl INFO 83 [570] R:OK -2015-03-11 20:25:01 queue INFO >>83 [571] -2015-03-11 20:25:01 sendUrl INFO 83 [571] R:OK -2015-03-11 20:25:51 queue INFO >>83 [572] -2015-03-11 20:25:51 sendUrl INFO 83 [572] R:OK -2015-03-11 20:26:41 queue INFO >>83 [573] -2015-03-11 20:26:41 sendUrl INFO 83 [573] R:OK -2015-03-11 20:27:31 queue INFO >>83 [574] -2015-03-11 20:27:31 sendUrl INFO 83 [574] R:OK -2015-03-11 20:28:21 queue INFO >>83 [575] -2015-03-11 20:28:21 sendUrl INFO 83 [575] R:OK -2015-03-11 20:29:11 queue INFO >>83 [576] -2015-03-11 20:29:12 sendUrl INFO 83 [576] R:OK -2015-03-11 20:30:01 queue INFO >>83 [577] -2015-03-11 20:30:02 sendUrl INFO 83 [577] R:OK -2015-03-11 20:30:27 queue INFO 87 [578] -2015-03-11 20:30:27 sendUrl INFO 87 [578] R:OK -2015-03-11 20:30:27 queue INFO >87 [579] -2015-03-11 20:30:28 sendUrl INFO 87 [579] R:OK -2015-03-11 20:30:29 queue INFO 83 [580] -2015-03-11 20:30:29 queue INFO >83 [581] -2015-03-11 20:30:29 sendUrl INFO 83 [580] R:OK -2015-03-11 20:30:30 sendUrl INFO 83 [581] R:OK -2015-03-11 20:30:42 queue INFO C3 [582] -2015-03-11 20:30:42 sendUrl INFO C3 [582] R:OK -2015-03-11 20:30:42 queue INFO >C3 [583] -2015-03-11 20:30:42 sendUrl INFO C3 [583] R:OK -2015-03-11 20:31:32 queue INFO >>C3 [584] -2015-03-11 20:31:32 sendUrl INFO C3 [584] R:OK -2015-03-11 20:32:22 queue INFO >>C3 [585] -2015-03-11 20:32:22 sendUrl INFO C3 [585] R:OK -2015-03-11 20:33:12 queue INFO >>C3 [586] -2015-03-11 20:33:12 sendUrl INFO C3 [586] R:OK -2015-03-11 20:34:02 queue INFO >>C3 [587] -2015-03-11 20:34:03 sendUrl INFO C3 [587] R:OK -2015-03-11 20:34:52 queue INFO >>C3 [588] -2015-03-11 20:34:53 sendUrl INFO C3 [588] R:OK -2015-03-11 20:35:42 queue INFO >>C3 [589] -2015-03-11 20:35:43 sendUrl INFO C3 [589] R:OK -2015-03-11 20:36:33 queue INFO >>C3 [590] -2015-03-11 20:36:33 sendUrl INFO C3 [590] R:OK -2015-03-11 20:37:23 queue INFO >>C3 [591] -2015-03-11 20:37:23 sendUrl INFO C3 [591] R:OK -2015-03-11 20:37:36 queue INFO C7 [592] -2015-03-11 20:37:36 queue INFO >C7 [593] -2015-03-11 20:37:36 sendUrl INFO C7 [592] R:OK -2015-03-11 20:37:36 sendUrl INFO C7 [593] R:OK -2015-03-11 20:37:37 queue INFO C3 [594] -2015-03-11 20:37:37 queue INFO >C3 [595] -2015-03-11 20:37:37 sendUrl INFO C3 [594] R:OK -2015-03-11 20:37:38 sendUrl INFO C3 [595] R:OK -2015-03-11 20:38:02 queue INFO 83 [596] -2015-03-11 20:38:03 queue INFO >83 [597] -2015-03-11 20:38:03 sendUrl INFO 83 [596] R:OK -2015-03-11 20:38:03 sendUrl INFO 83 [597] R:OK -2015-03-11 20:38:17 queue INFO 81 [598] -2015-03-11 20:38:17 sendUrl INFO 81 [598] R:OK -2015-03-11 20:38:17 queue INFO >81 [599] -2015-03-11 20:38:17 sendUrl INFO 81 [599] R:OK -2015-03-11 20:38:30 queue INFO 83 [600] -2015-03-11 20:38:30 queue INFO >83 [601] -2015-03-11 20:38:30 sendUrl INFO 83 [600] R:OK -2015-03-11 20:38:31 sendUrl INFO 83 [601] R:OK -2015-03-11 20:39:20 queue INFO >>83 [602] -2015-03-11 20:39:21 sendUrl INFO 83 [602] R:OK -2015-03-11 20:40:10 queue INFO >>83 [603] -2015-03-11 20:40:10 sendUrl INFO 83 [603] R:OK -2015-03-11 20:41:00 queue INFO >>83 [604] -2015-03-11 20:41:01 sendUrl INFO 83 [604] R:OK -2015-03-11 20:41:51 queue INFO >>83 [605] -2015-03-11 20:41:51 sendUrl INFO 83 [605] R:OK -2015-03-11 20:42:41 queue INFO >>83 [606] -2015-03-11 20:42:41 sendUrl INFO 83 [606] R:OK -2015-03-11 20:43:31 queue INFO >>83 [607] -2015-03-11 20:43:31 sendUrl INFO 83 [607] R:OK -2015-03-11 20:44:21 queue INFO >>83 [608] -2015-03-11 20:44:22 sendUrl INFO 83 [608] R:OK -2015-03-11 20:45:11 queue INFO >>83 [609] -2015-03-11 20:45:11 sendUrl INFO 83 [609] R:OK -2015-03-11 20:46:01 queue INFO >>83 [610] -2015-03-11 20:46:02 sendUrl INFO 83 [610] R:OK -2015-03-11 20:46:22 queue INFO 87 [611] -2015-03-11 20:46:23 queue INFO >87 [612] -2015-03-11 20:46:23 sendUrl INFO 87 [611] R:OK -2015-03-11 20:46:23 sendUrl INFO 87 [612] R:OK -2015-03-11 20:46:24 queue INFO 83 [613] -2015-03-11 20:46:24 queue INFO >83 [614] -2015-03-11 20:46:24 sendUrl INFO 83 [613] R:OK -2015-03-11 20:46:25 sendUrl INFO 83 [614] R:OK -2015-03-11 20:47:14 queue INFO >>83 [615] -2015-03-11 20:47:14 sendUrl INFO 83 [615] R:OK -2015-03-11 20:48:04 queue INFO >>83 [616] -2015-03-11 20:48:05 sendUrl INFO 83 [616] R:OK -2015-03-11 20:48:55 queue INFO >>83 [617] -2015-03-11 20:48:55 sendUrl INFO 83 [617] R:OK -2015-03-11 20:49:45 queue INFO >>83 [618] -2015-03-11 20:49:45 sendUrl INFO 83 [618] R:OK -2015-03-11 20:50:35 queue INFO >>83 [619] -2015-03-11 20:50:35 sendUrl INFO 83 [619] R:OK -2015-03-11 20:51:25 queue INFO >>83 [620] -2015-03-11 20:51:25 sendUrl INFO 83 [620] R:OK -2015-03-11 20:52:15 queue INFO >>83 [621] -2015-03-11 20:52:15 sendUrl INFO 83 [621] R:OK -2015-03-11 20:53:05 queue INFO >>83 [622] -2015-03-11 20:53:06 sendUrl INFO 83 [622] R:OK -2015-03-11 20:53:31 queue INFO 87 [623] -2015-03-11 20:53:31 queue INFO >87 [624] -2015-03-11 20:53:31 sendUrl INFO 87 [623] R:OK -2015-03-11 20:53:31 sendUrl INFO 87 [624] R:OK -2015-03-11 20:53:32 queue INFO 83 [625] -2015-03-11 20:53:32 sendUrl INFO 83 [625] R:OK -2015-03-11 20:53:32 queue INFO >83 [626] -2015-03-11 20:53:33 sendUrl INFO 83 [626] R:OK -2015-03-11 20:54:22 queue INFO >>83 [627] -2015-03-11 20:54:23 sendUrl INFO 83 [627] R:OK -2015-03-11 20:55:12 queue INFO >>83 [628] -2015-03-11 20:55:13 sendUrl INFO 83 [628] R:OK -2015-03-11 20:56:03 queue INFO >>83 [629] -2015-03-11 20:56:03 sendUrl INFO 83 [629] R:OK -2015-03-11 20:56:53 queue INFO >>83 [630] -2015-03-11 20:56:53 sendUrl INFO 83 [630] R:OK -2015-03-11 20:57:43 queue INFO >>83 [631] -2015-03-11 20:57:43 sendUrl INFO 83 [631] R:OK -2015-03-11 20:58:33 queue INFO >>83 [632] -2015-03-11 20:58:33 sendUrl INFO 83 [632] R:OK -2015-03-11 20:59:23 queue INFO >>83 [633] -2015-03-11 20:59:24 sendUrl INFO 83 [633] R:OK -2015-03-11 21:00:13 queue INFO >>83 [634] -2015-03-11 21:00:14 sendUrl INFO 83 [634] R:OK -2015-03-11 21:00:39 queue INFO 87 [635] -2015-03-11 21:00:39 queue INFO >87 [636] -2015-03-11 21:00:39 sendUrl INFO 87 [635] R:OK -2015-03-11 21:00:40 sendUrl INFO 87 [636] R:OK -2015-03-11 21:00:40 queue INFO 83 [637] -2015-03-11 21:00:40 queue INFO >83 [638] -2015-03-11 21:00:41 sendUrl INFO 83 [637] R:OK -2015-03-11 21:00:41 sendUrl INFO 83 [638] R:OK -2015-03-11 21:01:30 queue INFO >>83 [639] -2015-03-11 21:01:31 sendUrl INFO 83 [639] R:OK -2015-03-11 21:02:21 queue INFO >>83 [640] -2015-03-11 21:02:21 sendUrl INFO 83 [640] R:OK -2015-03-11 21:03:11 queue INFO >>83 [641] -2015-03-11 21:03:11 sendUrl INFO 83 [641] R:OK -2015-03-11 21:04:01 queue INFO >>83 [642] -2015-03-11 21:04:01 sendUrl INFO 83 [642] R:OK -2015-03-11 21:04:51 queue INFO >>83 [643] -2015-03-11 21:04:51 sendUrl INFO 83 [643] R:OK -2015-03-11 21:05:41 queue INFO >>83 [644] -2015-03-11 21:05:42 sendUrl INFO 83 [644] R:OK -2015-03-11 21:06:31 queue INFO >>83 [645] -2015-03-11 21:06:31 sendUrl INFO 83 [645] R:OK -2015-03-11 21:07:21 queue INFO >>83 [646] -2015-03-11 21:07:22 sendUrl INFO 83 [646] R:OK -2015-03-11 21:07:47 queue INFO 87 [647] -2015-03-11 21:07:47 queue INFO >87 [648] -2015-03-11 21:07:47 sendUrl INFO 87 [647] R:OK -2015-03-11 21:07:47 sendUrl INFO 87 [648] R:OK -2015-03-11 21:07:48 queue INFO 83 [649] -2015-03-11 21:07:48 sendUrl INFO 83 [649] R:OK -2015-03-11 21:07:49 queue INFO >83 [650] -2015-03-11 21:07:49 sendUrl INFO 83 [650] R:OK -2015-03-11 21:08:39 queue INFO >>83 [651] -2015-03-11 21:08:39 sendUrl INFO 83 [651] R:OK -2015-03-11 21:09:29 queue INFO >>83 [652] -2015-03-11 21:09:29 sendUrl INFO 83 [652] R:OK -2015-03-11 21:10:19 queue INFO >>83 [653] -2015-03-11 21:10:19 sendUrl INFO 83 [653] R:OK -2015-03-11 21:11:09 queue INFO >>83 [654] -2015-03-11 21:11:09 sendUrl INFO 83 [654] R:OK -2015-03-11 21:11:59 queue INFO >>83 [655] -2015-03-11 21:12:00 sendUrl INFO 83 [655] R:OK -2015-03-11 21:12:49 queue INFO >>83 [656] -2015-03-11 21:12:49 sendUrl INFO 83 [656] R:OK -2015-03-11 21:13:39 queue INFO >>83 [657] -2015-03-11 21:13:40 sendUrl INFO 83 [657] R:OK -2015-03-11 21:14:30 queue INFO >>83 [658] -2015-03-11 21:14:30 sendUrl INFO 83 [658] R:OK -2015-03-11 21:14:55 queue INFO 87 [659] -2015-03-11 21:14:55 queue INFO >87 [660] -2015-03-11 21:14:56 sendUrl INFO 87 [659] R:OK -2015-03-11 21:14:56 sendUrl INFO 87 [660] R:OK -2015-03-11 21:14:57 queue INFO 83 [661] -2015-03-11 21:14:57 queue INFO >83 [662] -2015-03-11 21:14:57 sendUrl INFO 83 [661] R:OK -2015-03-11 21:14:58 sendUrl INFO 83 [662] R:OK -2015-03-11 21:15:22 queue INFO C3 [663] -2015-03-11 21:15:22 queue INFO >C3 [664] -2015-03-11 21:15:22 sendUrl INFO C3 [663] R:OK -2015-03-11 21:15:23 sendUrl INFO C3 [664] R:OK -2015-03-11 21:16:12 queue INFO >>C3 [665] -2015-03-11 21:16:13 sendUrl INFO C3 [665] R:OK -2015-03-11 21:17:02 queue INFO >>C3 [666] -2015-03-11 21:17:03 sendUrl INFO C3 [666] R:OK -2015-03-11 21:17:53 queue INFO >>C3 [667] -2015-03-11 21:17:53 sendUrl INFO C3 [667] R:OK -2015-03-11 21:18:43 queue INFO >>C3 [668] -2015-03-11 21:18:43 sendUrl INFO C3 [668] R:OK -2015-03-11 21:19:33 queue INFO >>C3 [669] -2015-03-11 21:19:33 sendUrl INFO C3 [669] R:OK -2015-03-11 21:20:23 queue INFO >>C3 [670] -2015-03-11 21:20:23 sendUrl INFO C3 [670] R:OK -2015-03-11 21:21:13 queue INFO >>C3 [671] -2015-03-11 21:21:13 sendUrl INFO C3 [671] R:OK -2015-03-11 21:22:03 queue INFO >>C3 [672] -2015-03-11 21:22:04 sendUrl INFO C3 [672] R:OK -2015-03-11 21:22:16 queue INFO C7 [673] -2015-03-11 21:22:16 queue INFO >C7 [674] -2015-03-11 21:22:17 sendUrl INFO C7 [673] R:OK -2015-03-11 21:22:17 sendUrl INFO C7 [674] R:OK -2015-03-11 21:22:18 queue INFO C3 [675] -2015-03-11 21:22:18 queue INFO >C3 [676] -2015-03-11 21:22:18 sendUrl INFO C3 [675] R:OK -2015-03-11 21:22:19 sendUrl INFO C3 [676] R:OK -2015-03-11 21:22:30 queue INFO 83 [677] -2015-03-11 21:22:31 queue INFO >83 [678] -2015-03-11 21:22:31 sendUrl INFO 83 [677] R:OK -2015-03-11 21:22:31 sendUrl INFO 83 [678] R:OK -2015-03-11 21:23:21 queue INFO >>83 [679] -2015-03-11 21:23:21 sendUrl INFO 83 [679] R:OK -2015-03-11 21:24:11 queue INFO >>83 [680] -2015-03-11 21:24:11 sendUrl INFO 83 [680] R:OK -2015-03-11 21:25:01 queue INFO >>83 [681] -2015-03-11 21:25:01 sendUrl INFO 83 [681] R:OK -2015-03-11 21:25:51 queue INFO >>83 [682] -2015-03-11 21:25:51 sendUrl INFO 83 [682] R:OK -2015-03-11 21:26:41 queue INFO >>83 [683] -2015-03-11 21:26:41 sendUrl INFO 83 [683] R:OK -2015-03-11 21:27:31 queue INFO >>83 [684] -2015-03-11 21:27:32 sendUrl INFO 83 [684] R:OK -2015-03-11 21:28:22 queue INFO >>83 [685] -2015-03-11 21:28:22 sendUrl INFO 83 [685] R:OK -2015-03-11 21:29:12 queue INFO >>83 [686] -2015-03-11 21:29:12 sendUrl INFO 83 [686] R:OK -2015-03-11 21:29:27 queue INFO 87 [687] -2015-03-11 21:29:27 queue INFO >87 [688] -2015-03-11 21:29:28 sendUrl INFO 87 [687] R:OK -2015-03-11 21:29:28 sendUrl INFO 87 [688] R:OK -2015-03-11 21:29:29 queue INFO 83 [689] -2015-03-11 21:29:29 queue INFO >83 [690] -2015-03-11 21:29:29 sendUrl INFO 83 [689] R:OK -2015-03-11 21:29:30 sendUrl INFO 83 [690] R:OK -2015-03-11 21:30:19 queue INFO >>83 [691] -2015-03-11 21:30:19 sendUrl INFO 83 [691] R:OK -2015-03-11 21:31:07 queue INFO A3 [692] -2015-03-11 21:31:07 queue INFO >A3 [693] -2015-03-11 21:31:07 sendUrl INFO A3 [692] R:OK -2015-03-11 21:31:08 sendUrl INFO A3 [693] R:OK -2015-03-11 21:31:24 queue INFO 83 [694] -2015-03-11 21:31:24 sendUrl INFO 83 [694] R:OK -2015-03-11 21:31:24 queue INFO >83 [695] -2015-03-11 21:31:24 sendUrl INFO 83 [695] R:OK -2015-03-11 21:32:14 queue INFO >>83 [696] -2015-03-11 21:32:14 sendUrl INFO 83 [696] R:OK -2015-03-11 21:33:04 queue INFO >>83 [697] -2015-03-11 21:33:05 sendUrl INFO 83 [697] R:OK -2015-03-11 21:33:54 queue INFO >>83 [698] -2015-03-11 21:33:54 sendUrl INFO 83 [698] R:OK -2015-03-11 21:34:44 queue INFO >>83 [699] -2015-03-11 21:34:45 sendUrl INFO 83 [699] R:OK -2015-03-11 21:35:34 queue INFO >>83 [700] -2015-03-11 21:35:35 sendUrl INFO 83 [700] R:OK -2015-03-11 21:36:25 queue INFO >>83 [701] -2015-03-11 21:36:25 sendUrl INFO 83 [701] R:OK -2015-03-11 21:36:35 queue INFO 87 [702] -2015-03-11 21:36:35 queue INFO >87 [703] -2015-03-11 21:36:35 sendUrl INFO 87 [702] R:OK -2015-03-11 21:36:36 sendUrl INFO 87 [703] R:OK -2015-03-11 21:36:37 queue INFO 83 [704] -2015-03-11 21:36:37 sendUrl INFO 83 [704] R:OK -2015-03-11 21:36:37 queue INFO >83 [705] -2015-03-11 21:36:37 sendUrl INFO 83 [705] R:OK -2015-03-11 21:37:27 queue INFO >>83 [706] -2015-03-11 21:37:27 sendUrl INFO 83 [706] R:OK -2015-03-11 21:38:17 queue INFO >>83 [707] -2015-03-11 21:38:18 sendUrl INFO 83 [707] R:OK -2015-03-11 21:39:07 queue INFO >>83 [708] -2015-03-11 21:39:07 sendUrl INFO 83 [708] R:OK -2015-03-11 21:39:51 queue INFO 89 [709] -2015-03-11 21:39:51 queue INFO >89 [710] -2015-03-11 21:39:51 sendUrl INFO 89 [709] R:OK -2015-03-11 21:39:52 sendUrl INFO 89 [710] R:OK -2015-03-11 21:40:41 queue INFO >>89 [711] -2015-03-11 21:40:41 sendUrl INFO 89 [711] R:OK -2015-03-11 21:41:31 queue INFO >>89 [712] -2015-03-11 21:41:31 sendUrl INFO 89 [712] R:OK -2015-03-11 21:42:21 queue INFO >>89 [713] -2015-03-11 21:42:22 sendUrl INFO 89 [713] R:OK -2015-03-11 21:42:53 queue INFO 81 [714] -2015-03-11 21:42:53 queue INFO >81 [715] -2015-03-11 21:42:53 sendUrl INFO 81 [714] R:OK -2015-03-11 21:42:53 sendUrl INFO 81 [715] R:OK -2015-03-11 21:42:54 queue INFO 83 [716] -2015-03-11 21:42:55 queue INFO >83 [717] -2015-03-11 21:42:55 sendUrl INFO 83 [716] R:OK -2015-03-11 21:42:55 sendUrl INFO 83 [717] R:OK -2015-03-11 21:43:43 queue INFO 87 [718] -2015-03-11 21:43:44 queue INFO >87 [719] -2015-03-11 21:43:44 sendUrl INFO 87 [718] R:OK -2015-03-11 21:43:44 sendUrl INFO 87 [719] R:OK -2015-03-11 21:43:45 queue INFO 83 [720] -2015-03-11 21:43:45 queue INFO >83 [721] -2015-03-11 21:43:45 sendUrl INFO 83 [720] R:OK -2015-03-11 21:43:46 sendUrl INFO 83 [721] R:OK -2015-03-11 21:44:35 queue INFO >>83 [722] -2015-03-11 21:44:36 sendUrl INFO 83 [722] R:OK -2015-03-11 21:45:25 queue INFO >>83 [723] -2015-03-11 21:45:25 sendUrl INFO 83 [723] R:OK -2015-03-11 21:46:15 queue INFO >>83 [724] -2015-03-11 21:46:16 sendUrl INFO 83 [724] R:OK -2015-03-11 21:47:05 queue INFO >>83 [725] -2015-03-11 21:47:06 sendUrl INFO 83 [725] R:OK -2015-03-11 21:47:56 queue INFO >>83 [726] -2015-03-11 21:47:56 sendUrl INFO 83 [726] R:OK -2015-03-11 21:48:46 queue INFO >>83 [727] -2015-03-11 21:48:46 sendUrl INFO 83 [727] R:OK -2015-03-11 21:49:36 queue INFO >>83 [728] -2015-03-11 21:49:36 sendUrl INFO 83 [728] R:OK -2015-03-11 21:50:26 queue INFO >>83 [729] -2015-03-11 21:50:26 sendUrl INFO 83 [729] R:OK -2015-03-11 21:50:51 queue INFO 87 [730] -2015-03-11 21:50:52 sendUrl INFO 87 [730] R:OK -2015-03-11 21:50:52 queue INFO >87 [731] -2015-03-11 21:50:52 sendUrl INFO 87 [731] R:OK -2015-03-11 21:50:53 queue INFO 83 [732] -2015-03-11 21:50:53 queue INFO >83 [733] -2015-03-11 21:50:54 sendUrl INFO 83 [732] R:OK -2015-03-11 21:50:54 sendUrl INFO 83 [733] R:OK -2015-03-11 21:51:43 queue INFO >>83 [734] -2015-03-11 21:51:43 sendUrl INFO 83 [734] R:OK -2015-03-11 21:52:33 queue INFO >>83 [735] -2015-03-11 21:52:34 sendUrl INFO 83 [735] R:OK -2015-03-11 21:53:23 queue INFO >>83 [736] -2015-03-11 21:53:24 sendUrl INFO 83 [736] R:OK -2015-03-11 21:54:14 queue INFO >>83 [737] -2015-03-11 21:54:14 sendUrl INFO 83 [737] R:OK -2015-03-11 21:55:04 queue INFO >>83 [738] -2015-03-11 21:55:04 sendUrl INFO 83 [738] R:OK -2015-03-11 21:55:54 queue INFO >>83 [739] -2015-03-11 21:55:54 sendUrl INFO 83 [739] R:OK -2015-03-11 21:56:44 queue INFO >>83 [740] -2015-03-11 21:56:44 sendUrl INFO 83 [740] R:OK -2015-03-11 21:57:34 queue INFO >>83 [741] -2015-03-11 21:57:35 sendUrl INFO 83 [741] R:OK -2015-03-11 21:58:12 queue INFO 87 [742] -2015-03-11 21:58:12 queue INFO >87 [743] -2015-03-11 21:58:13 sendUrl INFO 87 [742] R:OK -2015-03-11 21:58:13 sendUrl INFO 87 [743] R:OK -2015-03-11 21:58:14 queue INFO 83 [744] -2015-03-11 21:58:14 queue INFO >83 [745] -2015-03-11 21:58:14 sendUrl INFO 83 [744] R:OK -2015-03-11 21:58:15 sendUrl INFO 83 [745] R:OK -2015-03-11 21:58:27 queue INFO C3 [746] -2015-03-11 21:58:27 queue INFO >C3 [747] -2015-03-11 21:58:27 sendUrl INFO C3 [746] R:OK -2015-03-11 21:58:28 sendUrl INFO C3 [747] R:OK -2015-03-11 21:59:17 queue INFO >>C3 [748] -2015-03-11 21:59:17 sendUrl INFO C3 [748] R:OK -2015-03-11 22:00:07 queue INFO >>C3 [749] -2015-03-11 22:00:07 sendUrl INFO C3 [749] R:OK -2015-03-11 22:00:57 queue INFO >>C3 [750] -2015-03-11 22:00:58 sendUrl INFO C3 [750] R:OK -2015-03-11 22:01:47 queue INFO >>C3 [751] -2015-03-11 22:01:48 sendUrl INFO C3 [751] R:OK -2015-03-11 22:02:38 queue INFO >>C3 [752] -2015-03-11 22:02:38 sendUrl INFO C3 [752] R:OK -2015-03-11 22:03:28 queue INFO >>C3 [753] -2015-03-11 22:03:28 sendUrl INFO C3 [753] R:OK -2015-03-11 22:04:18 queue INFO >>C3 [754] -2015-03-11 22:04:18 sendUrl INFO C3 [754] R:OK -2015-03-11 22:05:08 queue INFO >>C3 [755] -2015-03-11 22:05:08 sendUrl INFO C3 [755] R:OK -2015-03-11 22:05:21 queue INFO C7 [756] -2015-03-11 22:05:21 queue INFO >C7 [757] -2015-03-11 22:05:21 sendUrl INFO C7 [756] R:OK -2015-03-11 22:05:22 sendUrl INFO C7 [757] R:OK -2015-03-11 22:05:22 queue INFO C3 [758] -2015-03-11 22:05:23 queue INFO >C3 [759] -2015-03-11 22:05:23 sendUrl INFO C3 [758] R:OK -2015-03-11 22:05:23 sendUrl INFO C3 [759] R:OK -2015-03-11 22:05:35 queue INFO 83 [760] -2015-03-11 22:05:35 queue INFO >83 [761] -2015-03-11 22:05:35 sendUrl INFO 83 [760] R:OK -2015-03-11 22:05:36 sendUrl INFO 83 [761] R:OK -2015-03-11 22:06:25 queue INFO >>83 [762] -2015-03-11 22:06:26 sendUrl INFO 83 [762] R:OK -2015-03-11 22:07:15 queue INFO >>83 [763] -2015-03-11 22:07:16 sendUrl INFO 83 [763] R:OK -2015-03-11 22:08:06 queue INFO >>83 [764] -2015-03-11 22:08:06 sendUrl INFO 83 [764] R:OK -2015-03-11 22:08:56 queue INFO >>83 [765] -2015-03-11 22:08:56 sendUrl INFO 83 [765] R:OK -2015-03-11 22:09:46 queue INFO >>83 [766] -2015-03-11 22:09:46 sendUrl INFO 83 [766] R:OK -2015-03-11 22:10:36 queue INFO >>83 [767] -2015-03-11 22:10:36 sendUrl INFO 83 [767] R:OK -2015-03-11 22:11:26 queue INFO >>83 [768] -2015-03-11 22:11:26 sendUrl INFO 83 [768] R:OK -2015-03-11 22:12:16 queue INFO >>83 [769] -2015-03-11 22:12:17 sendUrl INFO 83 [769] R:OK -2015-03-11 22:12:32 queue INFO 87 [770] -2015-03-11 22:12:32 queue INFO >87 [771] -2015-03-11 22:12:32 sendUrl INFO 87 [770] R:OK -2015-03-11 22:12:33 sendUrl INFO 87 [771] R:OK -2015-03-11 22:12:33 queue INFO 83 [772] -2015-03-11 22:12:34 queue INFO >83 [773] -2015-03-11 22:12:34 sendUrl INFO 83 [772] R:OK -2015-03-11 22:12:34 sendUrl INFO 83 [773] R:OK -2015-03-11 22:13:24 queue INFO >>83 [774] -2015-03-11 22:13:24 sendUrl INFO 83 [774] R:OK -2015-03-11 22:14:14 queue INFO >>83 [775] -2015-03-11 22:14:14 sendUrl INFO 83 [775] R:OK -2015-03-11 22:15:04 queue INFO >>83 [776] -2015-03-11 22:15:04 sendUrl INFO 83 [776] R:OK -2015-03-11 22:15:54 queue INFO >>83 [777] -2015-03-11 22:15:55 sendUrl INFO 83 [777] R:OK -2015-03-11 22:16:44 queue INFO >>83 [778] -2015-03-11 22:16:44 sendUrl INFO 83 [778] R:OK -2015-03-11 22:17:34 queue INFO >>83 [779] -2015-03-11 22:17:35 sendUrl INFO 83 [779] R:OK -2015-03-11 22:18:24 queue INFO >>83 [780] -2015-03-11 22:18:25 sendUrl INFO 83 [780] R:OK -2015-03-11 22:19:15 queue INFO >>83 [781] -2015-03-11 22:19:15 sendUrl INFO 83 [781] R:OK -2015-03-11 22:19:40 queue INFO 87 [782] -2015-03-11 22:19:40 sendUrl INFO 87 [782] R:OK -2015-03-11 22:19:40 queue INFO >87 [783] -2015-03-11 22:19:41 sendUrl INFO 87 [783] R:OK -2015-03-11 22:19:41 queue INFO 83 [784] -2015-03-11 22:19:42 queue INFO >83 [785] -2015-03-11 22:19:42 sendUrl INFO 83 [784] R:OK -2015-03-11 22:19:43 sendUrl INFO 83 [785] R:OK -2015-03-11 22:20:32 queue INFO >>83 [786] -2015-03-11 22:20:32 sendUrl INFO 83 [786] R:OK -2015-03-11 22:21:22 queue INFO >>83 [787] -2015-03-11 22:21:22 sendUrl INFO 83 [787] R:OK -2015-03-11 22:22:12 queue INFO >>83 [788] -2015-03-11 22:22:12 sendUrl INFO 83 [788] R:OK -2015-03-11 22:23:02 queue INFO >>83 [789] -2015-03-11 22:23:02 sendUrl INFO 83 [789] R:OK -2015-03-11 22:23:52 queue INFO >>83 [790] -2015-03-11 22:23:53 sendUrl INFO 83 [790] R:OK -2015-03-11 22:24:42 queue INFO >>83 [791] -2015-03-11 22:24:43 sendUrl INFO 83 [791] R:OK -2015-03-11 22:25:33 queue INFO >>83 [792] -2015-03-11 22:25:33 sendUrl INFO 83 [792] R:OK -2015-03-11 22:26:23 queue INFO >>83 [793] -2015-03-11 22:26:23 sendUrl INFO 83 [793] R:OK -2015-03-11 22:26:48 queue INFO 87 [794] -2015-03-11 22:26:48 queue INFO >87 [795] -2015-03-11 22:26:48 sendUrl INFO 87 [794] R:OK -2015-03-11 22:26:49 sendUrl INFO 87 [795] R:OK -2015-03-11 22:26:50 queue INFO 83 [796] -2015-03-11 22:26:50 queue INFO >83 [797] -2015-03-11 22:26:50 sendUrl INFO 83 [796] R:OK -2015-03-11 22:26:50 sendUrl INFO 83 [797] R:OK -2015-03-11 22:27:40 queue INFO >>83 [798] -2015-03-11 22:27:40 sendUrl INFO 83 [798] R:OK -2015-03-11 22:28:30 queue INFO >>83 [799] -2015-03-11 22:28:30 sendUrl INFO 83 [799] R:OK -2015-03-11 22:29:20 queue INFO >>83 [800] -2015-03-11 22:29:20 sendUrl INFO 83 [800] R:OK -2015-03-11 22:30:10 queue INFO >>83 [801] -2015-03-11 22:30:11 sendUrl INFO 83 [801] R:OK -2015-03-11 22:31:00 queue INFO >>83 [802] -2015-03-11 22:31:01 sendUrl INFO 83 [802] R:OK -2015-03-11 22:31:51 queue INFO >>83 [803] -2015-03-11 22:31:51 sendUrl INFO 83 [803] R:OK -2015-03-11 22:32:41 queue INFO >>83 [804] -2015-03-11 22:32:41 sendUrl INFO 83 [804] R:OK -2015-03-11 22:33:31 queue INFO >>83 [805] -2015-03-11 22:33:31 sendUrl INFO 83 [805] R:OK -2015-03-11 22:34:09 queue INFO 87 [806] -2015-03-11 22:34:09 queue INFO >87 [807] -2015-03-11 22:34:09 sendUrl INFO 87 [806] R:OK -2015-03-11 22:34:09 sendUrl INFO 87 [807] R:OK -2015-03-11 22:34:10 queue INFO 83 [808] -2015-03-11 22:34:10 sendUrl INFO 83 [808] R:OK -2015-03-11 22:34:10 queue INFO >83 [809] -2015-03-11 22:34:11 sendUrl INFO 83 [809] R:OK -2015-03-11 22:35:00 queue INFO >>83 [810] -2015-03-11 22:35:01 sendUrl INFO 83 [810] R:OK -2015-03-11 22:35:50 queue INFO >>83 [811] -2015-03-11 22:35:51 sendUrl INFO 83 [811] R:OK -2015-03-11 22:36:41 queue INFO >>83 [812] -2015-03-11 22:36:41 sendUrl INFO 83 [812] R:OK -2015-03-11 22:37:31 queue INFO >>83 [813] -2015-03-11 22:37:31 sendUrl INFO 83 [813] R:OK -2015-03-11 22:38:21 queue INFO >>83 [814] -2015-03-11 22:38:21 sendUrl INFO 83 [814] R:OK -2015-03-11 22:39:11 queue INFO >>83 [815] -2015-03-11 22:39:11 sendUrl INFO 83 [815] R:OK -2015-03-11 22:40:01 queue INFO >>83 [816] -2015-03-11 22:40:02 sendUrl INFO 83 [816] R:OK -2015-03-11 22:40:51 queue INFO >>83 [817] -2015-03-11 22:40:51 sendUrl INFO 83 [817] R:OK -2015-03-11 22:41:17 queue INFO 87 [818] -2015-03-11 22:41:17 queue INFO >87 [819] -2015-03-11 22:41:17 sendUrl INFO 87 [818] R:OK -2015-03-11 22:41:18 sendUrl INFO 87 [819] R:OK -2015-03-11 22:41:18 queue INFO 83 [820] -2015-03-11 22:41:19 queue INFO >83 [821] -2015-03-11 22:41:19 sendUrl INFO 83 [820] R:OK -2015-03-11 22:41:19 sendUrl INFO 83 [821] R:OK -2015-03-11 22:41:31 queue INFO C3 [822] -2015-03-11 22:41:32 queue INFO >C3 [823] -2015-03-11 22:41:32 sendUrl INFO C3 [822] R:OK -2015-03-11 22:41:32 sendUrl INFO C3 [823] R:OK -2015-03-11 22:42:22 queue INFO >>C3 [824] -2015-03-11 22:42:22 sendUrl INFO C3 [824] R:OK -2015-03-11 22:43:12 queue INFO >>C3 [825] -2015-03-11 22:43:12 sendUrl INFO C3 [825] R:OK -2015-03-11 22:44:02 queue INFO >>C3 [826] -2015-03-11 22:44:02 sendUrl INFO C3 [826] R:OK -2015-03-11 22:44:52 queue INFO >>C3 [827] -2015-03-11 22:44:53 sendUrl INFO C3 [827] R:OK -2015-03-11 22:45:42 queue INFO >>C3 [828] -2015-03-11 22:45:42 sendUrl INFO C3 [828] R:OK -2015-03-11 22:46:32 queue INFO >>C3 [829] -2015-03-11 22:46:33 sendUrl INFO C3 [829] R:OK -2015-03-11 22:47:23 queue INFO >>C3 [830] -2015-03-11 22:47:23 sendUrl INFO C3 [830] R:OK -2015-03-11 22:48:13 queue INFO >>C3 [831] -2015-03-11 22:48:13 sendUrl INFO C3 [831] R:OK -2015-03-11 22:48:26 queue INFO C7 [832] -2015-03-11 22:48:26 queue INFO >C7 [833] -2015-03-11 22:48:26 sendUrl INFO C7 [832] R:OK -2015-03-11 22:48:26 sendUrl INFO C7 [833] R:OK -2015-03-11 22:48:27 queue INFO C3 [834] -2015-03-11 22:48:27 queue INFO >C3 [835] -2015-03-11 22:48:28 sendUrl INFO C3 [834] R:OK -2015-03-11 22:48:28 sendUrl INFO C3 [835] R:OK -2015-03-11 22:48:40 queue INFO 83 [836] -2015-03-11 22:48:40 queue INFO >83 [837] -2015-03-11 22:48:40 sendUrl INFO 83 [836] R:OK -2015-03-11 22:48:41 sendUrl INFO 83 [837] R:OK -2015-03-11 22:49:30 queue INFO >>83 [838] -2015-03-11 22:49:30 sendUrl INFO 83 [838] R:OK -2015-03-11 22:50:20 queue INFO >>83 [839] -2015-03-11 22:50:20 sendUrl INFO 83 [839] R:OK -2015-03-11 22:51:10 queue INFO >>83 [840] -2015-03-11 22:51:11 sendUrl INFO 83 [840] R:OK -2015-03-11 22:52:00 queue INFO >>83 [841] -2015-03-11 22:52:00 sendUrl INFO 83 [841] R:OK -2015-03-11 22:52:50 queue INFO >>83 [842] -2015-03-11 22:52:51 sendUrl INFO 83 [842] R:OK -2015-03-11 22:53:40 queue INFO >>83 [843] -2015-03-11 22:53:41 sendUrl INFO 83 [843] R:OK -2015-03-11 22:54:31 queue INFO >>83 [844] -2015-03-11 22:54:31 sendUrl INFO 83 [844] R:OK -2015-03-11 22:55:21 queue INFO >>83 [845] -2015-03-11 22:55:21 sendUrl INFO 83 [845] R:OK -2015-03-11 22:55:36 queue INFO 87 [846] -2015-03-11 22:55:37 queue INFO >87 [847] -2015-03-11 22:55:37 sendUrl INFO 87 [846] R:OK -2015-03-11 22:55:37 sendUrl INFO 87 [847] R:OK -2015-03-11 22:55:38 queue INFO 83 [848] -2015-03-11 22:55:38 queue INFO >83 [849] -2015-03-11 22:55:38 sendUrl INFO 83 [848] R:OK -2015-03-11 22:55:39 sendUrl INFO 83 [849] R:OK -2015-03-11 22:56:28 queue INFO >>83 [850] -2015-03-11 22:56:29 sendUrl INFO 83 [850] R:OK -2015-03-11 22:57:18 queue INFO >>83 [851] -2015-03-11 22:57:19 sendUrl INFO 83 [851] R:OK -2015-03-11 22:58:09 queue INFO >>83 [852] -2015-03-11 22:58:09 sendUrl INFO 83 [852] R:OK -2015-03-11 22:58:59 queue INFO >>83 [853] -2015-03-11 22:58:59 sendUrl INFO 83 [853] R:OK -2015-03-11 22:59:49 queue INFO >>83 [854] -2015-03-11 22:59:49 sendUrl INFO 83 [854] R:OK -2015-03-11 23:00:39 queue INFO >>83 [855] -2015-03-11 23:00:39 sendUrl INFO 83 [855] R:OK -2015-03-11 23:01:10 queue INFO 81 [856] -2015-03-11 23:01:10 sendUrl INFO 81 [856] R:OK -2015-03-11 23:01:10 queue INFO >81 [857] -2015-03-11 23:01:11 sendUrl INFO 81 [857] R:OK -2015-03-11 23:02:00 queue INFO >>81 [858] -2015-03-11 23:02:00 sendUrl INFO 81 [858] R:OK -2015-03-11 23:02:45 queue INFO 85 [859] -2015-03-11 23:02:45 sendUrl INFO 85 [859] R:OK -2015-03-11 23:02:45 queue INFO >85 [860] -2015-03-11 23:02:45 sendUrl INFO 85 [860] R:OK -2015-03-11 23:02:46 queue INFO 81 [861] -2015-03-11 23:02:46 queue INFO >81 [862] -2015-03-11 23:02:47 sendUrl INFO 81 [861] R:OK -2015-03-11 23:02:47 sendUrl INFO 81 [862] R:OK -2015-03-11 23:03:36 queue INFO >>81 [863] -2015-03-11 23:03:37 sendUrl INFO 81 [863] R:OK -2015-03-11 23:04:26 queue INFO >>81 [864] -2015-03-11 23:04:27 sendUrl INFO 81 [864] R:OK -2015-03-11 23:04:57 queue INFO 99 [865] -2015-03-11 23:04:57 sendUrl INFO 99 [865] R:OK -2015-03-11 23:04:57 queue INFO >99 [866] -2015-03-11 23:04:58 sendUrl INFO 99 [866] R:OK -2015-03-11 23:05:47 queue INFO >>99 [867] -2015-03-11 23:05:47 sendUrl INFO 99 [867] R:OK -2015-03-11 23:06:37 queue INFO >>99 [868] -2015-03-11 23:06:38 sendUrl INFO 99 [868] R:OK -2015-03-11 23:07:27 queue INFO >>99 [869] -2015-03-11 23:07:28 sendUrl INFO 99 [869] R:OK -2015-03-11 23:08:18 queue INFO >>99 [870] -2015-03-11 23:08:18 sendUrl INFO 99 [870] R:OK -2015-03-11 23:08:44 queue INFO 89 [871] -2015-03-11 23:08:44 queue INFO >89 [872] -2015-03-11 23:08:44 sendUrl INFO 89 [871] R:OK -2015-03-11 23:08:45 sendUrl INFO 89 [872] R:OK -2015-03-11 23:08:47 queue INFO 81 [873] -2015-03-11 23:08:48 sendUrl INFO 81 [873] R:OK -2015-03-11 23:08:48 queue INFO >81 [874] -2015-03-11 23:08:48 sendUrl INFO 81 [874] R:OK -2015-03-11 23:09:02 queue INFO 83 [875] -2015-03-11 23:09:02 queue INFO >83 [876] -2015-03-11 23:09:02 sendUrl INFO 83 [875] R:OK -2015-03-11 23:09:03 sendUrl INFO 83 [876] R:OK -2015-03-11 23:09:52 queue INFO >>83 [877] -2015-03-11 23:09:52 sendUrl INFO 83 [877] R:OK -2015-03-11 23:10:42 queue INFO >>83 [878] -2015-03-11 23:10:42 sendUrl INFO 83 [878] R:OK -2015-03-11 23:11:32 queue INFO >>83 [879] -2015-03-11 23:11:33 sendUrl INFO 83 [879] R:OK -2015-03-11 23:12:22 queue INFO >>83 [880] -2015-03-11 23:12:23 sendUrl INFO 83 [880] R:OK -2015-03-11 23:12:33 queue INFO A3 [881] -2015-03-11 23:12:33 queue INFO >A3 [882] -2015-03-11 23:12:33 sendUrl INFO A3 [881] R:OK -2015-03-11 23:12:34 sendUrl INFO A3 [882] R:OK -2015-03-11 23:12:54 queue INFO 83 [883] -2015-03-11 23:12:54 queue INFO >83 [884] -2015-03-11 23:12:54 sendUrl INFO 83 [883] R:OK -2015-03-11 23:12:55 sendUrl INFO 83 [884] R:OK -2015-03-11 23:13:44 queue INFO >>83 [885] -2015-03-11 23:13:44 sendUrl INFO 83 [885] R:OK -2015-03-11 23:14:34 queue INFO >>83 [886] -2015-03-11 23:14:34 sendUrl INFO 83 [886] R:OK -2015-03-11 23:15:24 queue INFO >>83 [887] -2015-03-11 23:15:25 sendUrl INFO 83 [887] R:OK -2015-03-11 23:16:14 queue INFO >>83 [888] -2015-03-11 23:16:15 sendUrl INFO 83 [888] R:OK -2015-03-11 23:16:28 queue INFO 87 [889] -2015-03-11 23:16:28 queue INFO >87 [890] -2015-03-11 23:16:29 sendUrl INFO 87 [889] R:OK -2015-03-11 23:16:29 sendUrl INFO 87 [890] R:OK -2015-03-11 23:16:30 queue INFO 83 [891] -2015-03-11 23:16:30 queue INFO >83 [892] -2015-03-11 23:16:30 sendUrl INFO 83 [891] R:OK -2015-03-11 23:16:31 sendUrl INFO 83 [892] R:OK -2015-03-11 23:17:20 queue INFO >>83 [893] -2015-03-11 23:17:21 sendUrl INFO 83 [893] R:OK -2015-03-11 23:18:10 queue INFO >>83 [894] -2015-03-11 23:18:10 sendUrl INFO 83 [894] R:OK -2015-03-11 23:19:00 queue INFO >>83 [895] -2015-03-11 23:19:01 sendUrl INFO 83 [895] R:OK -2015-03-11 23:19:50 queue INFO >>83 [896] -2015-03-11 23:19:51 sendUrl INFO 83 [896] R:OK -2015-03-11 23:20:41 queue INFO >>83 [897] -2015-03-11 23:20:41 sendUrl INFO 83 [897] R:OK -2015-03-11 23:21:31 queue INFO >>83 [898] -2015-03-11 23:21:31 sendUrl INFO 83 [898] R:OK -2015-03-11 23:22:21 queue INFO >>83 [899] -2015-03-11 23:22:21 sendUrl INFO 83 [899] R:OK -2015-03-11 23:23:11 queue INFO >>83 [900] -2015-03-11 23:23:11 sendUrl INFO 83 [900] R:OK -2015-03-11 23:23:36 queue INFO 87 [901] -2015-03-11 23:23:37 sendUrl INFO 87 [901] R:OK -2015-03-11 23:23:37 queue INFO >87 [902] -2015-03-11 23:23:37 sendUrl INFO 87 [902] R:OK -2015-03-11 23:23:38 queue INFO 83 [903] -2015-03-11 23:23:38 queue INFO >83 [904] -2015-03-11 23:23:39 sendUrl INFO 83 [903] R:OK -2015-03-11 23:23:39 sendUrl INFO 83 [904] R:OK -2015-03-11 23:24:28 queue INFO >>83 [905] -2015-03-11 23:24:28 sendUrl INFO 83 [905] R:OK -2015-03-11 23:25:18 queue INFO >>83 [906] -2015-03-11 23:25:19 sendUrl INFO 83 [906] R:OK -2015-03-11 23:26:08 queue INFO >>83 [907] -2015-03-11 23:26:09 sendUrl INFO 83 [907] R:OK -2015-03-11 23:26:59 queue INFO >>83 [908] -2015-03-11 23:26:59 sendUrl INFO 83 [908] R:OK -2015-03-11 23:27:49 queue INFO >>83 [909] -2015-03-11 23:27:49 sendUrl INFO 83 [909] R:OK -2015-03-11 23:28:39 queue INFO >>83 [910] -2015-03-11 23:28:39 sendUrl INFO 83 [910] R:OK -2015-03-11 23:29:29 queue INFO >>83 [911] -2015-03-11 23:29:29 sendUrl INFO 83 [911] R:OK -2015-03-11 23:30:19 queue INFO >>83 [912] -2015-03-11 23:30:20 sendUrl INFO 83 [912] R:OK -2015-03-11 23:30:44 queue INFO 87 [913] -2015-03-11 23:30:45 queue INFO >87 [914] -2015-03-11 23:30:45 sendUrl INFO 87 [913] R:OK -2015-03-11 23:30:45 sendUrl INFO 87 [914] R:OK -2015-03-11 23:30:46 queue INFO 83 [915] -2015-03-11 23:30:46 queue INFO >83 [916] -2015-03-11 23:30:46 sendUrl INFO 83 [915] R:OK -2015-03-11 23:30:47 sendUrl INFO 83 [916] R:OK -2015-03-11 23:31:36 queue INFO >>83 [917] -2015-03-11 23:31:37 sendUrl INFO 83 [917] R:OK -2015-03-11 23:32:26 queue INFO >>83 [918] -2015-03-11 23:32:26 sendUrl INFO 83 [918] R:OK -2015-03-11 23:33:17 queue INFO >>83 [919] -2015-03-11 23:33:17 sendUrl INFO 83 [919] R:OK -2015-03-11 23:34:07 queue INFO >>83 [920] -2015-03-11 23:34:07 sendUrl INFO 83 [920] R:OK -2015-03-11 23:34:57 queue INFO >>83 [921] -2015-03-11 23:34:57 sendUrl INFO 83 [921] R:OK -2015-03-11 23:35:47 queue INFO >>83 [922] -2015-03-11 23:35:47 sendUrl INFO 83 [922] R:OK -2015-03-11 23:36:37 queue INFO >>83 [923] -2015-03-11 23:36:38 sendUrl INFO 83 [923] R:OK -2015-03-11 23:37:27 queue INFO >>83 [924] -2015-03-11 23:37:27 sendUrl INFO 83 [924] R:OK -2015-03-11 23:37:53 queue INFO 87 [925] -2015-03-11 23:37:53 queue INFO >87 [926] -2015-03-11 23:37:53 sendUrl INFO 87 [925] R:OK -2015-03-11 23:37:54 sendUrl INFO 87 [926] R:OK -2015-03-11 23:37:55 queue INFO 83 [927] -2015-03-11 23:37:55 queue INFO >83 [928] -2015-03-11 23:37:55 sendUrl INFO 83 [927] R:OK -2015-03-11 23:37:56 sendUrl INFO 83 [928] R:OK -2015-03-11 23:38:07 queue INFO C3 [929] -2015-03-11 23:38:08 queue INFO >C3 [930] -2015-03-11 23:38:08 sendUrl INFO C3 [929] R:OK -2015-03-11 23:38:08 sendUrl INFO C3 [930] R:OK -2015-03-11 23:38:58 queue INFO >>C3 [931] -2015-03-11 23:38:58 sendUrl INFO C3 [931] R:OK -2015-03-11 23:39:48 queue INFO >>C3 [932] -2015-03-11 23:39:48 sendUrl INFO C3 [932] R:OK -2015-03-11 23:40:38 queue INFO >>C3 [933] -2015-03-11 23:40:38 sendUrl INFO C3 [933] R:OK -2015-03-11 23:41:28 queue INFO >>C3 [934] -2015-03-11 23:41:29 sendUrl INFO C3 [934] R:OK -2015-03-11 23:42:18 queue INFO >>C3 [935] -2015-03-11 23:42:18 sendUrl INFO C3 [935] R:OK -2015-03-11 23:43:08 queue INFO >>C3 [936] -2015-03-11 23:43:09 sendUrl INFO C3 [936] R:OK -2015-03-11 23:43:58 queue INFO >>C3 [937] -2015-03-11 23:43:59 sendUrl INFO C3 [937] R:OK -2015-03-11 23:44:49 queue INFO >>C3 [938] -2015-03-11 23:44:49 sendUrl INFO C3 [938] R:OK -2015-03-11 23:45:02 queue INFO C7 [939] -2015-03-11 23:45:02 queue INFO >C7 [940] -2015-03-11 23:45:02 sendUrl INFO C7 [939] R:OK -2015-03-11 23:45:03 sendUrl INFO C7 [940] R:OK -2015-03-11 23:45:03 queue INFO C3 [941] -2015-03-11 23:45:03 queue INFO >C3 [942] -2015-03-11 23:45:04 sendUrl INFO C3 [941] R:OK -2015-03-11 23:45:04 sendUrl INFO C3 [942] R:OK -2015-03-11 23:45:28 queue INFO 83 [943] -2015-03-11 23:45:28 queue INFO >83 [944] -2015-03-11 23:45:29 sendUrl INFO 83 [943] R:OK -2015-03-11 23:45:29 sendUrl INFO 83 [944] R:OK -2015-03-11 23:46:18 queue INFO >>83 [945] -2015-03-11 23:46:19 sendUrl INFO 83 [945] R:OK -2015-03-11 23:47:08 queue INFO >>83 [946] -2015-03-11 23:47:09 sendUrl INFO 83 [946] R:OK -2015-03-11 23:47:59 queue INFO >>83 [947] -2015-03-11 23:47:59 sendUrl INFO 83 [947] R:OK -2015-03-11 23:48:49 queue INFO >>83 [948] -2015-03-11 23:48:49 sendUrl INFO 83 [948] R:OK -2015-03-11 23:49:39 queue INFO >>83 [949] -2015-03-11 23:49:39 sendUrl INFO 83 [949] R:OK -2015-03-11 23:50:29 queue INFO >>83 [950] -2015-03-11 23:50:29 sendUrl INFO 83 [950] R:OK -2015-03-11 23:51:19 queue INFO >>83 [951] -2015-03-11 23:51:20 sendUrl INFO 83 [951] R:OK -2015-03-11 23:52:09 queue INFO >>83 [952] -2015-03-11 23:52:10 sendUrl INFO 83 [952] R:OK -2015-03-11 23:52:25 queue INFO 87 [953] -2015-03-11 23:52:25 sendUrl INFO 87 [953] R:OK -2015-03-11 23:52:25 queue INFO >87 [954] -2015-03-11 23:52:25 sendUrl INFO 87 [954] R:OK -2015-03-11 23:52:26 queue INFO 83 [955] -2015-03-11 23:52:27 queue INFO >83 [956] -2015-03-11 23:52:27 sendUrl INFO 83 [955] R:OK -2015-03-11 23:52:27 sendUrl INFO 83 [956] R:OK -2015-03-11 23:53:17 queue INFO >>83 [957] -2015-03-11 23:53:17 sendUrl INFO 83 [957] R:OK -2015-03-11 23:54:07 queue INFO >>83 [958] -2015-03-11 23:54:07 sendUrl INFO 83 [958] R:OK -2015-03-11 23:54:57 queue INFO >>83 [959] -2015-03-11 23:54:57 sendUrl INFO 83 [959] R:OK -2015-03-11 23:55:47 queue INFO >>83 [960] -2015-03-11 23:55:47 sendUrl INFO 83 [960] R:OK -2015-03-11 23:56:37 queue INFO >>83 [961] -2015-03-11 23:56:38 sendUrl INFO 83 [961] R:OK -2015-03-11 23:57:27 queue INFO >>83 [962] -2015-03-11 23:57:27 sendUrl INFO 83 [962] R:OK -2015-03-11 23:58:18 queue INFO >>83 [963] -2015-03-11 23:58:18 sendUrl INFO 83 [963] R:OK -2015-03-11 23:59:08 queue INFO >>83 [964] -2015-03-11 23:59:08 sendUrl INFO 83 [964] R:OK -2015-03-11 23:59:33 queue INFO 87 [965] -2015-03-11 23:59:33 queue INFO >87 [966] -2015-03-11 23:59:33 sendUrl INFO 87 [965] R:OK -2015-03-11 23:59:34 sendUrl INFO 87 [966] R:OK -2015-03-11 23:59:35 queue INFO 83 [967] -2015-03-11 23:59:35 queue INFO >83 [968] -2015-03-11 23:59:35 sendUrl INFO 83 [967] R:OK -2015-03-11 23:59:35 sendUrl INFO 83 [968] R:OK -2015-03-12 00:00:25 queue INFO >>83 [969] -2015-03-12 00:00:25 sendUrl INFO 83 [969] R:OK -2015-03-12 00:01:15 queue INFO >>83 [970] -2015-03-12 00:01:15 sendUrl INFO 83 [970] R:OK -2015-03-12 00:02:05 queue INFO >>83 [971] -2015-03-12 00:02:05 sendUrl INFO 83 [971] R:OK -2015-03-12 00:02:55 queue INFO >>83 [972] -2015-03-12 00:02:56 sendUrl INFO 83 [972] R:OK -2015-03-12 00:03:45 queue INFO >>83 [973] -2015-03-12 00:03:45 sendUrl INFO 83 [973] R:OK -2015-03-12 00:04:35 queue INFO >>83 [974] -2015-03-12 00:04:36 sendUrl INFO 83 [974] R:OK -2015-03-12 00:05:26 queue INFO >>83 [975] -2015-03-12 00:05:26 sendUrl INFO 83 [975] R:OK -2015-03-12 00:06:16 queue INFO >>83 [976] -2015-03-12 00:06:16 sendUrl INFO 83 [976] R:OK -2015-03-12 00:06:41 queue INFO 87 [977] -2015-03-12 00:06:41 queue INFO >87 [978] -2015-03-12 00:06:42 sendUrl INFO 87 [977] R:OK -2015-03-12 00:06:42 sendUrl INFO 87 [978] R:OK -2015-03-12 00:06:43 queue INFO 83 [979] -2015-03-12 00:06:43 queue INFO >83 [980] -2015-03-12 00:06:43 sendUrl INFO 83 [979] R:OK -2015-03-12 00:06:44 sendUrl INFO 83 [980] R:OK -2015-03-12 00:07:33 queue INFO >>83 [981] -2015-03-12 00:07:33 sendUrl INFO 83 [981] R:OK -2015-03-12 00:08:23 queue INFO >>83 [982] -2015-03-12 00:08:23 sendUrl INFO 83 [982] R:OK -2015-03-12 00:09:13 queue INFO >>83 [983] -2015-03-12 00:09:14 sendUrl INFO 83 [983] R:OK -2015-03-12 00:10:03 queue INFO >>83 [984] -2015-03-12 00:10:03 sendUrl INFO 83 [984] R:OK -2015-03-12 00:10:53 queue INFO >>83 [985] -2015-03-12 00:10:54 sendUrl INFO 83 [985] R:OK -2015-03-12 00:11:43 queue INFO >>83 [986] -2015-03-12 00:11:44 sendUrl INFO 83 [986] R:OK -2015-03-12 00:12:34 queue INFO >>83 [987] -2015-03-12 00:12:34 sendUrl INFO 83 [987] R:OK -2015-03-12 00:13:24 queue INFO >>83 [988] -2015-03-12 00:13:24 sendUrl INFO 83 [988] R:OK -2015-03-12 00:13:49 queue INFO 87 [989] -2015-03-12 00:13:49 queue INFO >87 [990] -2015-03-12 00:13:49 sendUrl INFO 87 [989] R:OK -2015-03-12 00:13:50 sendUrl INFO 87 [990] R:OK -2015-03-12 00:13:51 queue INFO 83 [991] -2015-03-12 00:13:51 queue INFO >83 [992] -2015-03-12 00:13:51 sendUrl INFO 83 [991] R:OK -2015-03-12 00:13:51 sendUrl INFO 83 [992] R:OK -2015-03-12 00:14:41 queue INFO >>83 [993] -2015-03-12 00:14:41 sendUrl INFO 83 [993] R:OK -2015-03-12 00:15:31 queue INFO >>83 [994] -2015-03-12 00:15:32 sendUrl INFO 83 [994] R:OK -2015-03-12 00:16:21 queue INFO >>83 [995] -2015-03-12 00:16:21 sendUrl INFO 83 [995] R:OK -2015-03-12 00:17:11 queue INFO >>83 [996] -2015-03-12 00:17:12 sendUrl INFO 83 [996] R:OK -2015-03-12 00:18:02 queue INFO >>83 [997] -2015-03-12 00:18:02 sendUrl INFO 83 [997] R:OK -2015-03-12 00:18:52 queue INFO >>83 [998] -2015-03-12 00:18:52 sendUrl INFO 83 [998] R:OK -2015-03-12 00:19:42 queue INFO >>83 [999] -2015-03-12 00:19:42 sendUrl INFO 83 [999] R:OK -2015-03-12 00:20:32 queue INFO >>83 [0] -2015-03-12 00:20:32 sendUrl INFO 83 [0] R:OK -2015-03-12 00:21:03 queue INFO 87 [1] -2015-03-12 00:21:03 sendUrl INFO 87 [1] R:OK -2015-03-12 00:21:03 queue INFO >87 [2] -2015-03-12 00:21:03 sendUrl INFO 87 [2] R:OK -2015-03-12 00:21:04 queue INFO 83 [3] -2015-03-12 00:21:04 queue INFO >83 [4] -2015-03-12 00:21:05 sendUrl INFO 83 [3] R:OK -2015-03-12 00:21:05 sendUrl INFO 83 [4] R:OK -2015-03-12 00:21:30 queue INFO C3 [5] -2015-03-12 00:21:30 queue INFO >C3 [6] -2015-03-12 00:21:30 sendUrl INFO C3 [5] R:OK -2015-03-12 00:21:31 sendUrl INFO C3 [6] R:OK -2015-03-12 00:22:20 queue INFO >>C3 [7] -2015-03-12 00:22:20 sendUrl INFO C3 [7] R:OK -2015-03-12 00:23:10 queue INFO >>C3 [8] -2015-03-12 00:23:10 sendUrl INFO C3 [8] R:OK -2015-03-12 00:24:00 queue INFO >>C3 [9] -2015-03-12 00:24:01 sendUrl INFO C3 [9] R:OK -2015-03-12 00:24:50 queue INFO >>C3 [10] -2015-03-12 00:24:50 sendUrl INFO C3 [10] R:OK -2015-03-12 00:25:40 queue INFO >>C3 [11] -2015-03-12 00:25:41 sendUrl INFO C3 [11] R:OK -2015-03-12 00:26:30 queue INFO >>C3 [12] -2015-03-12 00:26:31 sendUrl INFO C3 [12] R:OK -2015-03-12 00:27:21 queue INFO >>C3 [13] -2015-03-12 00:27:21 sendUrl INFO C3 [13] R:OK -2015-03-12 00:28:11 queue INFO >>C3 [14] -2015-03-12 00:28:11 sendUrl INFO C3 [14] R:OK -2015-03-12 00:28:24 queue INFO C7 [15] -2015-03-12 00:28:24 sendUrl INFO C7 [15] R:OK -2015-03-12 00:28:24 queue INFO >C7 [16] -2015-03-12 00:28:24 sendUrl INFO C7 [16] R:OK -2015-03-12 00:28:25 queue INFO C3 [17] -2015-03-12 00:28:25 queue INFO >C3 [18] -2015-03-12 00:28:26 sendUrl INFO C3 [17] R:OK -2015-03-12 00:28:26 sendUrl INFO C3 [18] R:OK -2015-03-12 00:28:38 queue INFO 83 [19] -2015-03-12 00:28:38 queue INFO >83 [20] -2015-03-12 00:28:38 sendUrl INFO 83 [19] R:OK -2015-03-12 00:28:39 sendUrl INFO 83 [20] R:OK -2015-03-12 00:29:28 queue INFO >>83 [21] -2015-03-12 00:29:28 sendUrl INFO 83 [21] R:OK -2015-03-12 00:30:18 queue INFO >>83 [22] -2015-03-12 00:30:19 sendUrl INFO 83 [22] R:OK -2015-03-12 00:31:08 queue INFO >>83 [23] -2015-03-12 00:31:09 sendUrl INFO 83 [23] R:OK -2015-03-12 00:31:58 queue INFO >>83 [24] -2015-03-12 00:31:59 sendUrl INFO 83 [24] R:OK -2015-03-12 00:32:49 queue INFO >>83 [25] -2015-03-12 00:32:49 sendUrl INFO 83 [25] R:OK -2015-03-12 00:33:39 queue INFO >>83 [26] -2015-03-12 00:33:39 sendUrl INFO 83 [26] R:OK -2015-03-12 00:34:29 queue INFO >>83 [27] -2015-03-12 00:34:29 sendUrl INFO 83 [27] R:OK -2015-03-12 00:35:19 queue INFO >>83 [28] -2015-03-12 00:35:20 sendUrl INFO 83 [28] R:OK -2015-03-12 00:35:35 queue INFO 87 [29] -2015-03-12 00:35:35 sendUrl INFO 87 [29] R:OK -2015-03-12 00:35:35 queue INFO >87 [30] -2015-03-12 00:35:35 sendUrl INFO 87 [30] R:OK -2015-03-12 00:35:36 queue INFO 83 [31] -2015-03-12 00:35:36 queue INFO >83 [32] -2015-03-12 00:35:37 sendUrl INFO 83 [31] R:OK -2015-03-12 00:35:37 sendUrl INFO 83 [32] R:OK -2015-03-12 00:36:26 queue INFO >>83 [33] -2015-03-12 00:36:26 sendUrl INFO 83 [33] R:OK -2015-03-12 00:37:16 queue INFO >>83 [34] -2015-03-12 00:37:17 sendUrl INFO 83 [34] R:OK -2015-03-12 00:38:07 queue INFO >>83 [35] -2015-03-12 00:38:07 sendUrl INFO 83 [35] R:OK -2015-03-12 00:38:57 queue INFO >>83 [36] -2015-03-12 00:38:57 sendUrl INFO 83 [36] R:OK -2015-03-12 00:39:47 queue INFO >>83 [37] -2015-03-12 00:39:47 sendUrl INFO 83 [37] R:OK -2015-03-12 00:40:37 queue INFO >>83 [38] -2015-03-12 00:40:37 sendUrl INFO 83 [38] R:OK -2015-03-12 00:41:27 queue INFO >>83 [39] -2015-03-12 00:41:27 sendUrl INFO 83 [39] R:OK -2015-03-12 00:42:17 queue INFO >>83 [40] -2015-03-12 00:42:18 sendUrl INFO 83 [40] R:OK -2015-03-12 00:42:43 queue INFO 87 [41] -2015-03-12 00:42:43 queue INFO >87 [42] -2015-03-12 00:42:43 sendUrl INFO 87 [41] R:OK -2015-03-12 00:42:43 sendUrl INFO 87 [42] R:OK -2015-03-12 00:42:44 queue INFO 83 [43] -2015-03-12 00:42:44 queue INFO >83 [44] -2015-03-12 00:42:45 sendUrl INFO 83 [43] R:OK -2015-03-12 00:42:45 sendUrl INFO 83 [44] R:OK -2015-03-12 00:43:34 queue INFO >>83 [45] -2015-03-12 00:43:35 sendUrl INFO 83 [45] R:OK -2015-03-12 00:44:25 queue INFO >>83 [46] -2015-03-12 00:44:25 sendUrl INFO 83 [46] R:OK -2015-03-12 00:45:15 queue INFO >>83 [47] -2015-03-12 00:45:15 sendUrl INFO 83 [47] R:OK -2015-03-12 00:46:05 queue INFO >>83 [48] -2015-03-12 00:46:05 sendUrl INFO 83 [48] R:OK -2015-03-12 00:46:55 queue INFO >>83 [49] -2015-03-12 00:46:55 sendUrl INFO 83 [49] R:OK -2015-03-12 00:47:45 queue INFO >>83 [50] -2015-03-12 00:47:45 sendUrl INFO 83 [50] R:OK -2015-03-12 00:48:35 queue INFO >>83 [51] -2015-03-12 00:48:36 sendUrl INFO 83 [51] R:OK -2015-03-12 00:49:25 queue INFO >>83 [52] -2015-03-12 00:49:26 sendUrl INFO 83 [52] R:OK -2015-03-12 00:49:51 queue INFO 87 [53] -2015-03-12 00:49:51 queue INFO >87 [54] -2015-03-12 00:49:51 sendUrl INFO 87 [53] R:OK -2015-03-12 00:49:52 sendUrl INFO 87 [54] R:OK -2015-03-12 00:49:52 queue INFO 83 [55] -2015-03-12 00:49:53 queue INFO >83 [56] -2015-03-12 00:49:53 sendUrl INFO 83 [55] R:OK -2015-03-12 00:49:53 sendUrl INFO 83 [56] R:OK -2015-03-12 00:50:42 queue INFO >>83 [57] -2015-03-12 00:50:43 sendUrl INFO 83 [57] R:OK -2015-03-12 00:51:33 queue INFO >>83 [58] -2015-03-12 00:51:33 sendUrl INFO 83 [58] R:OK -2015-03-12 00:52:23 queue INFO >>83 [59] -2015-03-12 00:52:23 sendUrl INFO 83 [59] R:OK -2015-03-12 00:53:13 queue INFO >>83 [60] -2015-03-12 00:53:13 sendUrl INFO 83 [60] R:OK -2015-03-12 00:54:03 queue INFO >>83 [61] -2015-03-12 00:54:03 sendUrl INFO 83 [61] R:OK -2015-03-12 00:54:53 queue INFO >>83 [62] -2015-03-12 00:54:54 sendUrl INFO 83 [62] R:OK -2015-03-12 00:55:43 queue INFO >>83 [63] -2015-03-12 00:55:44 sendUrl INFO 83 [63] R:OK -2015-03-12 00:56:34 queue INFO >>83 [64] -2015-03-12 00:56:34 sendUrl INFO 83 [64] R:OK -2015-03-12 00:56:59 queue INFO 87 [65] -2015-03-12 00:56:59 queue INFO >87 [66] -2015-03-12 00:56:59 sendUrl INFO 87 [65] R:OK -2015-03-12 00:57:00 sendUrl INFO 87 [66] R:OK -2015-03-12 00:57:00 queue INFO 83 [67] -2015-03-12 00:57:01 queue INFO >83 [68] -2015-03-12 00:57:01 sendUrl INFO 83 [67] R:OK -2015-03-12 00:57:01 sendUrl INFO 83 [68] R:OK -2015-03-12 00:57:51 queue INFO >>83 [69] -2015-03-12 00:57:51 sendUrl INFO 83 [69] R:OK -2015-03-12 00:58:41 queue INFO >>83 [70] -2015-03-12 00:58:41 sendUrl INFO 83 [70] R:OK -2015-03-12 00:59:31 queue INFO >>83 [71] -2015-03-12 00:59:31 sendUrl INFO 83 [71] R:OK -2015-03-12 01:00:21 queue INFO >>83 [72] -2015-03-12 01:00:21 sendUrl INFO 83 [72] R:OK -2015-03-12 01:01:11 queue INFO >>83 [73] -2015-03-12 01:01:11 sendUrl INFO 83 [73] R:OK -2015-03-12 01:02:01 queue INFO >>83 [74] -2015-03-12 01:02:02 sendUrl INFO 83 [74] R:OK -2015-03-12 01:02:52 queue INFO >>83 [75] -2015-03-12 01:02:52 sendUrl INFO 83 [75] R:OK -2015-03-12 01:03:42 queue INFO >>83 [76] -2015-03-12 01:03:42 sendUrl INFO 83 [76] R:OK -2015-03-12 01:04:20 queue INFO 87 [77] -2015-03-12 01:04:20 queue INFO >87 [78] -2015-03-12 01:04:20 sendUrl INFO 87 [77] R:OK -2015-03-12 01:04:21 sendUrl INFO 87 [78] R:OK -2015-03-12 01:04:21 queue INFO 83 [79] -2015-03-12 01:04:21 queue INFO >83 [80] -2015-03-12 01:04:22 sendUrl INFO 83 [79] R:OK -2015-03-12 01:04:22 sendUrl INFO 83 [80] R:OK -2015-03-12 01:04:34 queue INFO C3 [81] -2015-03-12 01:04:34 queue INFO >C3 [82] -2015-03-12 01:04:35 sendUrl INFO C3 [81] R:OK -2015-03-12 01:04:35 sendUrl INFO C3 [82] R:OK -2015-03-12 01:05:24 queue INFO >>C3 [83] -2015-03-12 01:05:24 sendUrl INFO C3 [83] R:OK -2015-03-12 01:06:15 queue INFO >>C3 [84] -2015-03-12 01:06:15 sendUrl INFO C3 [84] R:OK -2015-03-12 01:07:05 queue INFO >>C3 [85] -2015-03-12 01:07:05 sendUrl INFO C3 [85] R:OK -2015-03-12 01:07:55 queue INFO >>C3 [86] -2015-03-12 01:07:55 sendUrl INFO C3 [86] R:OK -2015-03-12 01:08:45 queue INFO >>C3 [87] -2015-03-12 01:08:45 sendUrl INFO C3 [87] R:OK -2015-03-12 01:09:35 queue INFO >>C3 [88] -2015-03-12 01:09:36 sendUrl INFO C3 [88] R:OK -2015-03-12 01:10:25 queue INFO >>C3 [89] -2015-03-12 01:10:25 sendUrl INFO C3 [89] R:OK -2015-03-12 01:11:15 queue INFO >>C3 [90] -2015-03-12 01:11:16 sendUrl INFO C3 [90] R:OK -2015-03-12 01:11:28 queue INFO C7 [91] -2015-03-12 01:11:28 sendUrl INFO C7 [91] R:OK -2015-03-12 01:11:28 queue INFO >C7 [92] -2015-03-12 01:11:29 sendUrl INFO C7 [92] R:OK -2015-03-12 01:11:30 queue INFO C3 [93] -2015-03-12 01:11:30 queue INFO >C3 [94] -2015-03-12 01:11:30 sendUrl INFO C3 [93] R:OK -2015-03-12 01:11:31 sendUrl INFO C3 [94] R:OK -2015-03-12 01:11:43 queue INFO 83 [95] -2015-03-12 01:11:43 queue INFO >83 [96] -2015-03-12 01:11:43 sendUrl INFO 83 [95] R:OK -2015-03-12 01:11:43 sendUrl INFO 83 [96] R:OK -2015-03-12 01:12:33 queue INFO >>83 [97] -2015-03-12 01:12:33 sendUrl INFO 83 [97] R:OK -2015-03-12 01:13:23 queue INFO >>83 [98] -2015-03-12 01:13:23 sendUrl INFO 83 [98] R:OK -2015-03-12 01:14:13 queue INFO >>83 [99] -2015-03-12 01:14:13 sendUrl INFO 83 [99] R:OK -2015-03-12 01:15:03 queue INFO >>83 [100] -2015-03-12 01:15:03 sendUrl INFO 83 [100] R:OK -2015-03-12 01:15:53 queue INFO >>83 [101] -2015-03-12 01:15:54 sendUrl INFO 83 [101] R:OK -2015-03-12 01:16:43 queue INFO >>83 [102] -2015-03-12 01:16:44 sendUrl INFO 83 [102] R:OK -2015-03-12 01:17:34 queue INFO >>83 [103] -2015-03-12 01:17:34 sendUrl INFO 83 [103] R:OK -2015-03-12 01:18:24 queue INFO >>83 [104] -2015-03-12 01:18:24 sendUrl INFO 83 [104] R:OK -2015-03-12 01:18:39 queue INFO 87 [105] -2015-03-12 01:18:39 queue INFO >87 [106] -2015-03-12 01:18:40 sendUrl INFO 87 [105] R:OK -2015-03-12 01:18:40 sendUrl INFO 87 [106] R:OK -2015-03-12 01:18:41 queue INFO 83 [107] -2015-03-12 01:18:41 queue INFO >83 [108] -2015-03-12 01:18:41 sendUrl INFO 83 [107] R:OK -2015-03-12 01:18:42 sendUrl INFO 83 [108] R:OK -2015-03-12 01:19:31 queue INFO >>83 [109] -2015-03-12 01:19:31 sendUrl INFO 83 [109] R:OK -2015-03-12 01:20:21 queue INFO >>83 [110] -2015-03-12 01:20:21 sendUrl INFO 83 [110] R:OK -2015-03-12 01:21:11 queue INFO >>83 [111] -2015-03-12 01:21:12 sendUrl INFO 83 [111] R:OK -2015-03-12 01:22:01 queue INFO >>83 [112] -2015-03-12 01:22:02 sendUrl INFO 83 [112] R:OK -2015-03-12 01:22:52 queue INFO >>83 [113] -2015-03-12 01:22:52 sendUrl INFO 83 [113] R:OK -2015-03-12 01:23:42 queue INFO >>83 [114] -2015-03-12 01:23:42 sendUrl INFO 83 [114] R:OK -2015-03-12 01:24:32 queue INFO >>83 [115] -2015-03-12 01:24:32 sendUrl INFO 83 [115] R:OK -2015-03-12 01:25:22 queue INFO >>83 [116] -2015-03-12 01:25:22 sendUrl INFO 83 [116] R:OK -2015-03-12 01:25:47 queue INFO 87 [117] -2015-03-12 01:25:48 queue INFO >87 [118] -2015-03-12 01:25:48 sendUrl INFO 87 [117] R:OK -2015-03-12 01:25:48 sendUrl INFO 87 [118] R:OK -2015-03-12 01:25:49 queue INFO 83 [119] -2015-03-12 01:25:49 queue INFO >83 [120] -2015-03-12 01:25:49 sendUrl INFO 83 [119] R:OK -2015-03-12 01:25:50 sendUrl INFO 83 [120] R:OK -2015-03-12 01:26:39 queue INFO >>83 [121] -2015-03-12 01:26:39 sendUrl INFO 83 [121] R:OK -2015-03-12 01:27:29 queue INFO >>83 [122] -2015-03-12 01:27:30 sendUrl INFO 83 [122] R:OK -2015-03-12 01:28:19 queue INFO >>83 [123] -2015-03-12 01:28:20 sendUrl INFO 83 [123] R:OK -2015-03-12 01:29:10 queue INFO >>83 [124] -2015-03-12 01:29:10 sendUrl INFO 83 [124] R:OK -2015-03-12 01:30:00 queue INFO >>83 [125] -2015-03-12 01:30:00 sendUrl INFO 83 [125] R:OK -2015-03-12 01:30:50 queue INFO >>83 [126] -2015-03-12 01:30:50 sendUrl INFO 83 [126] R:OK -2015-03-12 01:31:40 queue INFO >>83 [127] -2015-03-12 01:31:40 sendUrl INFO 83 [127] R:OK -2015-03-12 01:32:30 queue INFO >>83 [128] -2015-03-12 01:32:30 sendUrl INFO 83 [128] R:OK -2015-03-12 01:32:55 queue INFO 87 [129] -2015-03-12 01:32:56 queue INFO >87 [130] -2015-03-12 01:32:56 sendUrl INFO 87 [129] R:OK -2015-03-12 01:32:56 sendUrl INFO 87 [130] R:OK -2015-03-12 01:32:57 queue INFO 83 [131] -2015-03-12 01:32:57 queue INFO >83 [132] -2015-03-12 01:32:57 sendUrl INFO 83 [131] R:OK -2015-03-12 01:32:58 sendUrl INFO 83 [132] R:OK -2015-03-12 01:33:47 queue INFO >>83 [133] -2015-03-12 01:33:47 sendUrl INFO 83 [133] R:OK -2015-03-12 01:34:37 queue INFO >>83 [134] -2015-03-12 01:34:38 sendUrl INFO 83 [134] R:OK -2015-03-12 01:35:27 queue INFO >>83 [135] -2015-03-12 01:35:28 sendUrl INFO 83 [135] R:OK -2015-03-12 01:36:18 queue INFO >>83 [136] -2015-03-12 01:36:18 sendUrl INFO 83 [136] R:OK -2015-03-12 01:37:08 queue INFO >>83 [137] -2015-03-12 01:37:08 sendUrl INFO 83 [137] R:OK -2015-03-12 01:37:58 queue INFO >>83 [138] -2015-03-12 01:37:58 sendUrl INFO 83 [138] R:OK -2015-03-12 01:38:48 queue INFO >>83 [139] -2015-03-12 01:38:48 sendUrl INFO 83 [139] R:OK -2015-03-12 01:39:38 queue INFO >>83 [140] -2015-03-12 01:39:39 sendUrl INFO 83 [140] R:OK -2015-03-12 01:40:16 queue INFO 87 [141] -2015-03-12 01:40:16 queue INFO >87 [142] -2015-03-12 01:40:16 sendUrl INFO 87 [141] R:OK -2015-03-12 01:40:17 sendUrl INFO 87 [142] R:OK -2015-03-12 01:40:17 queue INFO 83 [143] -2015-03-12 01:40:18 queue INFO >83 [144] -2015-03-12 01:40:18 sendUrl INFO 83 [143] R:OK -2015-03-12 01:40:18 sendUrl INFO 83 [144] R:OK -2015-03-12 01:41:08 queue INFO >>83 [145] -2015-03-12 01:41:08 sendUrl INFO 83 [145] R:OK -2015-03-12 01:41:58 queue INFO >>83 [146] -2015-03-12 01:41:58 sendUrl INFO 83 [146] R:OK -2015-03-12 01:42:48 queue INFO >>83 [147] -2015-03-12 01:42:48 sendUrl INFO 83 [147] R:OK -2015-03-12 01:43:38 queue INFO >>83 [148] -2015-03-12 01:43:38 sendUrl INFO 83 [148] R:OK -2015-03-12 01:44:28 queue INFO >>83 [149] -2015-03-12 01:44:29 sendUrl INFO 83 [149] R:OK -2015-03-12 01:45:18 queue INFO >>83 [150] -2015-03-12 01:45:19 sendUrl INFO 83 [150] R:OK -2015-03-12 01:46:08 queue INFO >>83 [151] -2015-03-12 01:46:09 sendUrl INFO 83 [151] R:OK -2015-03-12 01:46:59 queue INFO >>83 [152] -2015-03-12 01:46:59 sendUrl INFO 83 [152] R:OK -2015-03-12 01:47:24 queue INFO 87 [153] -2015-03-12 01:47:24 queue INFO >87 [154] -2015-03-12 01:47:25 sendUrl INFO 87 [153] R:OK -2015-03-12 01:47:25 sendUrl INFO 87 [154] R:OK -2015-03-12 01:47:26 queue INFO 83 [155] -2015-03-12 01:47:26 queue INFO >83 [156] -2015-03-12 01:47:26 sendUrl INFO 83 [155] R:OK -2015-03-12 01:47:27 sendUrl INFO 83 [156] R:OK -2015-03-12 01:47:39 queue INFO C3 [157] -2015-03-12 01:47:39 queue INFO >C3 [158] -2015-03-12 01:47:39 sendUrl INFO C3 [157] R:OK -2015-03-12 01:47:40 sendUrl INFO C3 [158] R:OK -2015-03-12 01:48:29 queue INFO >>C3 [159] -2015-03-12 01:48:30 sendUrl INFO C3 [159] R:OK -2015-03-12 01:49:19 queue INFO >>C3 [160] -2015-03-12 01:49:19 sendUrl INFO C3 [160] R:OK -2015-03-12 01:50:09 queue INFO >>C3 [161] -2015-03-12 01:50:10 sendUrl INFO C3 [161] R:OK -2015-03-12 01:51:00 queue INFO >>C3 [162] -2015-03-12 01:51:00 sendUrl INFO C3 [162] R:OK -2015-03-12 01:51:50 queue INFO >>C3 [163] -2015-03-12 01:51:50 sendUrl INFO C3 [163] R:OK -2015-03-12 01:52:40 queue INFO >>C3 [164] -2015-03-12 01:52:40 sendUrl INFO C3 [164] R:OK -2015-03-12 01:53:30 queue INFO >>C3 [165] -2015-03-12 01:53:30 sendUrl INFO C3 [165] R:OK -2015-03-12 01:54:20 queue INFO >>C3 [166] -2015-03-12 01:54:20 sendUrl INFO C3 [166] R:OK -2015-03-12 01:54:33 queue INFO C7 [167] -2015-03-12 01:54:33 queue INFO >C7 [168] -2015-03-12 01:54:34 sendUrl INFO C7 [167] R:OK -2015-03-12 01:54:34 sendUrl INFO C7 [168] R:OK -2015-03-12 01:54:35 queue INFO C3 [169] -2015-03-12 01:54:35 queue INFO >C3 [170] -2015-03-12 01:54:35 sendUrl INFO C3 [169] R:OK -2015-03-12 01:54:36 sendUrl INFO C3 [170] R:OK -2015-03-12 01:54:47 queue INFO 83 [171] -2015-03-12 01:54:47 queue INFO >83 [172] -2015-03-12 01:54:48 sendUrl INFO 83 [171] R:OK -2015-03-12 01:54:48 sendUrl INFO 83 [172] R:OK -2015-03-12 01:55:37 queue INFO >>83 [173] -2015-03-12 01:55:37 sendUrl INFO 83 [173] R:OK -2015-03-12 01:56:28 queue INFO >>83 [174] -2015-03-12 01:56:28 sendUrl INFO 83 [174] R:OK -2015-03-12 01:57:18 queue INFO >>83 [175] -2015-03-12 01:57:18 sendUrl INFO 83 [175] R:OK -2015-03-12 01:58:08 queue INFO >>83 [176] -2015-03-12 01:58:08 sendUrl INFO 83 [176] R:OK -2015-03-12 01:58:58 queue INFO >>83 [177] -2015-03-12 01:58:58 sendUrl INFO 83 [177] R:OK -2015-03-12 01:59:48 queue INFO >>83 [178] -2015-03-12 01:59:49 sendUrl INFO 83 [178] R:OK -2015-03-12 02:00:38 queue INFO >>83 [179] -2015-03-12 02:00:38 sendUrl INFO 83 [179] R:OK -2015-03-12 02:01:28 queue INFO >>83 [180] -2015-03-12 02:01:29 sendUrl INFO 83 [180] R:OK -2015-03-12 02:01:48 queue INFO 87 [181] -2015-03-12 02:01:48 queue INFO >87 [182] -2015-03-12 02:01:48 sendUrl INFO 87 [181] R:OK -2015-03-12 02:01:49 sendUrl INFO 87 [182] R:OK -2015-03-12 02:01:50 queue INFO 83 [183] -2015-03-12 02:01:50 queue INFO >83 [184] -2015-03-12 02:01:50 sendUrl INFO 83 [183] R:OK -2015-03-12 02:01:50 sendUrl INFO 83 [184] R:OK -2015-03-12 02:02:40 queue INFO >>83 [185] -2015-03-12 02:02:40 sendUrl INFO 83 [185] R:OK -2015-03-12 02:03:30 queue INFO >>83 [186] -2015-03-12 02:03:30 sendUrl INFO 83 [186] R:OK -2015-03-12 02:04:20 queue INFO >>83 [187] -2015-03-12 02:04:20 sendUrl INFO 83 [187] R:OK -2015-03-12 02:05:10 queue INFO >>83 [188] -2015-03-12 02:05:11 sendUrl INFO 83 [188] R:OK -2015-03-12 02:06:00 queue INFO >>83 [189] -2015-03-12 02:06:01 sendUrl INFO 83 [189] R:OK -2015-03-12 02:06:50 queue INFO >>83 [190] -2015-03-12 02:06:51 sendUrl INFO 83 [190] R:OK -2015-03-12 02:07:41 queue INFO >>83 [191] -2015-03-12 02:07:41 sendUrl INFO 83 [191] R:OK -2015-03-12 02:08:31 queue INFO >>83 [192] -2015-03-12 02:08:31 sendUrl INFO 83 [192] R:OK -2015-03-12 02:08:56 queue INFO 87 [193] -2015-03-12 02:08:56 queue INFO >87 [194] -2015-03-12 02:08:57 sendUrl INFO 87 [193] R:OK -2015-03-12 02:08:57 sendUrl INFO 87 [194] R:OK -2015-03-12 02:08:58 queue INFO 83 [195] -2015-03-12 02:08:58 queue INFO >83 [196] -2015-03-12 02:08:58 sendUrl INFO 83 [195] R:OK -2015-03-12 02:08:59 sendUrl INFO 83 [196] R:OK -2015-03-12 02:09:48 queue INFO >>83 [197] -2015-03-12 02:09:48 sendUrl INFO 83 [197] R:OK -2015-03-12 02:10:38 queue INFO >>83 [198] -2015-03-12 02:10:38 sendUrl INFO 83 [198] R:OK -2015-03-12 02:11:28 queue INFO >>83 [199] -2015-03-12 02:11:29 sendUrl INFO 83 [199] R:OK -2015-03-12 02:12:18 queue INFO >>83 [200] -2015-03-12 02:12:19 sendUrl INFO 83 [200] R:OK -2015-03-12 02:13:09 queue INFO >>83 [201] -2015-03-12 02:13:09 sendUrl INFO 83 [201] R:OK -2015-03-12 02:13:59 queue INFO >>83 [202] -2015-03-12 02:13:59 sendUrl INFO 83 [202] R:OK -2015-03-12 02:14:49 queue INFO >>83 [203] -2015-03-12 02:14:49 sendUrl INFO 83 [203] R:OK -2015-03-12 02:15:39 queue INFO >>83 [204] -2015-03-12 02:15:39 sendUrl INFO 83 [204] R:OK -2015-03-12 02:16:17 queue INFO 87 [205] -2015-03-12 02:16:17 queue INFO >87 [206] -2015-03-12 02:16:17 sendUrl INFO 87 [205] R:OK -2015-03-12 02:16:18 sendUrl INFO 87 [206] R:OK -2015-03-12 02:16:18 queue INFO 83 [207] -2015-03-12 02:16:19 queue INFO >83 [208] -2015-03-12 02:16:19 sendUrl INFO 83 [207] R:OK -2015-03-12 02:16:19 sendUrl INFO 83 [208] R:OK -2015-03-12 02:17:08 queue INFO >>83 [209] -2015-03-12 02:17:09 sendUrl INFO 83 [209] R:OK -2015-03-12 02:17:59 queue INFO >>83 [210] -2015-03-12 02:17:59 sendUrl INFO 83 [210] R:OK -2015-03-12 02:18:49 queue INFO >>83 [211] -2015-03-12 02:18:49 sendUrl INFO 83 [211] R:OK -2015-03-12 02:19:39 queue INFO >>83 [212] -2015-03-12 02:19:39 sendUrl INFO 83 [212] R:OK -2015-03-12 02:20:29 queue INFO >>83 [213] -2015-03-12 02:20:29 sendUrl INFO 83 [213] R:OK -2015-03-12 02:21:19 queue INFO >>83 [214] -2015-03-12 02:21:20 sendUrl INFO 83 [214] R:OK -2015-03-12 02:22:09 queue INFO >>83 [215] -2015-03-12 02:22:09 sendUrl INFO 83 [215] R:OK -2015-03-12 02:22:59 queue INFO >>83 [216] -2015-03-12 02:23:00 sendUrl INFO 83 [216] R:OK -2015-03-12 02:23:25 queue INFO 87 [217] -2015-03-12 02:23:25 sendUrl INFO 87 [217] R:OK -2015-03-12 02:23:25 queue INFO >87 [218] -2015-03-12 02:23:25 sendUrl INFO 87 [218] R:OK -2015-03-12 02:23:26 queue INFO 83 [219] -2015-03-12 02:23:27 queue INFO >83 [220] -2015-03-12 02:23:27 sendUrl INFO 83 [219] R:OK -2015-03-12 02:23:27 sendUrl INFO 83 [220] R:OK -2015-03-12 02:24:17 queue INFO >>83 [221] -2015-03-12 02:24:17 sendUrl INFO 83 [221] R:OK -2015-03-12 02:25:07 queue INFO >>83 [222] -2015-03-12 02:25:07 sendUrl INFO 83 [222] R:OK -2015-03-12 02:25:57 queue INFO >>83 [223] -2015-03-12 02:25:57 sendUrl INFO 83 [223] R:OK -2015-03-12 02:26:47 queue INFO >>83 [224] -2015-03-12 02:26:47 sendUrl INFO 83 [224] R:OK -2015-03-12 02:27:37 queue INFO >>83 [225] -2015-03-12 02:27:38 sendUrl INFO 83 [225] R:OK -2015-03-12 02:28:27 queue INFO >>83 [226] -2015-03-12 02:28:27 sendUrl INFO 83 [226] R:OK -2015-03-12 02:29:18 queue INFO >>83 [227] -2015-03-12 02:29:18 sendUrl INFO 83 [227] R:OK -2015-03-12 02:30:08 queue INFO >>83 [228] -2015-03-12 02:30:08 sendUrl INFO 83 [228] R:OK -2015-03-12 02:30:33 queue INFO 87 [229] -2015-03-12 02:30:33 queue INFO >87 [230] -2015-03-12 02:30:33 sendUrl INFO 87 [229] R:OK -2015-03-12 02:30:34 sendUrl INFO 87 [230] R:OK -2015-03-12 02:30:35 queue INFO 83 [231] -2015-03-12 02:30:35 queue INFO >83 [232] -2015-03-12 02:30:35 sendUrl INFO 83 [231] R:OK -2015-03-12 02:30:36 sendUrl INFO 83 [232] R:OK -2015-03-12 02:30:48 queue INFO C3 [233] -2015-03-12 02:30:48 sendUrl INFO C3 [233] R:OK -2015-03-12 02:30:48 queue INFO >C3 [234] -2015-03-12 02:30:48 sendUrl INFO C3 [234] R:OK -2015-03-12 02:31:38 queue INFO >>C3 [235] -2015-03-12 02:31:38 sendUrl INFO C3 [235] R:OK -2015-03-12 02:32:28 queue INFO >>C3 [236] -2015-03-12 02:32:29 sendUrl INFO C3 [236] R:OK -2015-03-12 02:33:18 queue INFO >>C3 [237] -2015-03-12 02:33:18 sendUrl INFO C3 [237] R:OK -2015-03-12 02:34:08 queue INFO >>C3 [238] -2015-03-12 02:34:09 sendUrl INFO C3 [238] R:OK -2015-03-12 02:34:59 queue INFO >>C3 [239] -2015-03-12 02:34:59 sendUrl INFO C3 [239] R:OK -2015-03-12 02:35:49 queue INFO >>C3 [240] -2015-03-12 02:35:49 sendUrl INFO C3 [240] R:OK -2015-03-12 02:36:39 queue INFO >>C3 [241] -2015-03-12 02:36:39 sendUrl INFO C3 [241] R:OK -2015-03-12 02:37:29 queue INFO >>C3 [242] -2015-03-12 02:37:29 sendUrl INFO C3 [242] R:OK -2015-03-12 02:37:42 queue INFO C7 [243] -2015-03-12 02:37:42 queue INFO >C7 [244] -2015-03-12 02:37:42 sendUrl INFO C7 [243] R:OK -2015-03-12 02:37:43 sendUrl INFO C7 [244] R:OK -2015-03-12 02:37:44 queue INFO C3 [245] -2015-03-12 02:37:44 sendUrl INFO C3 [245] R:OK -2015-03-12 02:37:44 queue INFO >C3 [246] -2015-03-12 02:37:44 sendUrl INFO C3 [246] R:OK -2015-03-12 02:37:56 queue INFO 83 [247] -2015-03-12 02:37:56 sendUrl INFO 83 [247] R:OK -2015-03-12 02:37:56 queue INFO >83 [248] -2015-03-12 02:37:57 sendUrl INFO 83 [248] R:OK -2015-03-12 02:38:46 queue INFO >>83 [249] -2015-03-12 02:38:47 sendUrl INFO 83 [249] R:OK -2015-03-12 02:39:36 queue INFO >>83 [250] -2015-03-12 02:39:37 sendUrl INFO 83 [250] R:OK -2015-03-12 02:40:27 queue INFO >>83 [251] -2015-03-12 02:40:27 sendUrl INFO 83 [251] R:OK -2015-03-12 02:41:17 queue INFO >>83 [252] -2015-03-12 02:41:17 sendUrl INFO 83 [252] R:OK -2015-03-12 02:42:07 queue INFO >>83 [253] -2015-03-12 02:42:07 sendUrl INFO 83 [253] R:OK -2015-03-12 02:42:57 queue INFO >>83 [254] -2015-03-12 02:42:57 sendUrl INFO 83 [254] R:OK -2015-03-12 02:43:47 queue INFO >>83 [255] -2015-03-12 02:43:48 sendUrl INFO 83 [255] R:OK -2015-03-12 02:44:37 queue INFO >>83 [256] -2015-03-12 02:44:37 sendUrl INFO 83 [256] R:OK -2015-03-12 02:44:53 queue INFO 87 [257] -2015-03-12 02:44:53 queue INFO >87 [258] -2015-03-12 02:44:53 sendUrl INFO 87 [257] R:OK -2015-03-12 02:44:54 sendUrl INFO 87 [258] R:OK -2015-03-12 02:44:54 queue INFO 83 [259] -2015-03-12 02:44:55 sendUrl INFO 83 [259] R:OK -2015-03-12 02:44:55 queue INFO >83 [260] -2015-03-12 02:44:55 sendUrl INFO 83 [260] R:OK -2015-03-12 02:45:45 queue INFO >>83 [261] -2015-03-12 02:45:45 sendUrl INFO 83 [261] R:OK -2015-03-12 02:46:35 queue INFO >>83 [262] -2015-03-12 02:46:35 sendUrl INFO 83 [262] R:OK -2015-03-12 02:47:25 queue INFO >>83 [263] -2015-03-12 02:47:25 sendUrl INFO 83 [263] R:OK -2015-03-12 02:48:15 queue INFO >>83 [264] -2015-03-12 02:48:15 sendUrl INFO 83 [264] R:OK -2015-03-12 02:49:05 queue INFO >>83 [265] -2015-03-12 02:49:05 sendUrl INFO 83 [265] R:OK -2015-03-12 02:49:55 queue INFO >>83 [266] -2015-03-12 02:49:56 sendUrl INFO 83 [266] R:OK -2015-03-12 02:50:45 queue INFO >>83 [267] -2015-03-12 02:50:46 sendUrl INFO 83 [267] R:OK -2015-03-12 02:51:35 queue INFO >>83 [268] -2015-03-12 02:51:36 sendUrl INFO 83 [268] R:OK -2015-03-12 02:52:13 queue INFO 87 [269] -2015-03-12 02:52:13 queue INFO >87 [270] -2015-03-12 02:52:13 sendUrl INFO 87 [269] R:OK -2015-03-12 02:52:14 sendUrl INFO 87 [270] R:OK -2015-03-12 02:52:15 queue INFO 83 [271] -2015-03-12 02:52:15 queue INFO >83 [272] -2015-03-12 02:52:15 sendUrl INFO 83 [271] R:OK -2015-03-12 02:52:15 sendUrl INFO 83 [272] R:OK -2015-03-12 02:53:05 queue INFO >>83 [273] -2015-03-12 02:53:05 sendUrl INFO 83 [273] R:OK -2015-03-12 02:53:55 queue INFO >>83 [274] -2015-03-12 02:53:56 sendUrl INFO 83 [274] R:OK -2015-03-12 02:54:45 queue INFO >>83 [275] -2015-03-12 02:54:45 sendUrl INFO 83 [275] R:OK -2015-03-12 02:55:35 queue INFO >>83 [276] -2015-03-12 02:55:36 sendUrl INFO 83 [276] R:OK -2015-03-12 02:56:25 queue INFO >>83 [277] -2015-03-12 02:56:26 sendUrl INFO 83 [277] R:OK -2015-03-12 02:57:16 queue INFO >>83 [278] -2015-03-12 02:57:16 sendUrl INFO 83 [278] R:OK -2015-03-12 02:58:06 queue INFO >>83 [279] -2015-03-12 02:58:06 sendUrl INFO 83 [279] R:OK -2015-03-12 02:58:56 queue INFO >>83 [280] -2015-03-12 02:58:56 sendUrl INFO 83 [280] R:OK -2015-03-12 02:59:21 queue INFO 87 [281] -2015-03-12 02:59:21 queue INFO >87 [282] -2015-03-12 02:59:22 sendUrl INFO 87 [281] R:OK -2015-03-12 02:59:22 sendUrl INFO 87 [282] R:OK -2015-03-12 02:59:23 queue INFO 83 [283] -2015-03-12 02:59:23 queue INFO >83 [284] -2015-03-12 02:59:23 sendUrl INFO 83 [283] R:OK -2015-03-12 02:59:24 sendUrl INFO 83 [284] R:OK -2015-03-12 03:00:13 queue INFO >>83 [285] -2015-03-12 03:00:13 sendUrl INFO 83 [285] R:OK -2015-03-12 03:01:03 queue INFO >>83 [286] -2015-03-12 03:01:03 sendUrl INFO 83 [286] R:OK -2015-03-12 03:01:53 queue INFO >>83 [287] -2015-03-12 03:01:54 sendUrl INFO 83 [287] R:OK -2015-03-12 03:02:43 queue INFO >>83 [288] -2015-03-12 03:02:44 sendUrl INFO 83 [288] R:OK -2015-03-12 03:03:34 queue INFO >>83 [289] -2015-03-12 03:03:34 sendUrl INFO 83 [289] R:OK -2015-03-12 03:04:24 queue INFO >>83 [290] -2015-03-12 03:04:24 sendUrl INFO 83 [290] R:OK -2015-03-12 03:05:14 queue INFO >>83 [291] -2015-03-12 03:05:14 sendUrl INFO 83 [291] R:OK -2015-03-12 03:06:04 queue INFO >>83 [292] -2015-03-12 03:06:04 sendUrl INFO 83 [292] R:OK -2015-03-12 03:06:30 queue INFO 87 [293] -2015-03-12 03:06:30 queue INFO >87 [294] -2015-03-12 03:06:30 sendUrl INFO 87 [293] R:OK -2015-03-12 03:06:31 sendUrl INFO 87 [294] R:OK -2015-03-12 03:06:31 queue INFO 83 [295] -2015-03-12 03:06:31 queue INFO >83 [296] -2015-03-12 03:06:32 sendUrl INFO 83 [295] R:OK -2015-03-12 03:06:32 sendUrl INFO 83 [296] R:OK -2015-03-12 03:07:21 queue INFO >>83 [297] -2015-03-12 03:07:21 sendUrl INFO 83 [297] R:OK -2015-03-12 03:08:11 queue INFO >>83 [298] -2015-03-12 03:08:12 sendUrl INFO 83 [298] R:OK -2015-03-12 03:09:02 queue INFO >>83 [299] -2015-03-12 03:09:02 sendUrl INFO 83 [299] R:OK -2015-03-12 03:09:52 queue INFO >>83 [300] -2015-03-12 03:09:52 sendUrl INFO 83 [300] R:OK -2015-03-12 03:10:42 queue INFO >>83 [301] -2015-03-12 03:10:42 sendUrl INFO 83 [301] R:OK -2015-03-12 03:11:32 queue INFO >>83 [302] -2015-03-12 03:11:33 sendUrl INFO 83 [302] R:OK -2015-03-12 03:12:22 queue INFO >>83 [303] -2015-03-12 03:12:22 sendUrl INFO 83 [303] R:OK -2015-03-12 03:13:12 queue INFO >>83 [304] -2015-03-12 03:13:13 sendUrl INFO 83 [304] R:OK -2015-03-12 03:13:38 queue INFO 87 [305] -2015-03-12 03:13:38 sendUrl INFO 87 [305] R:OK -2015-03-12 03:13:38 queue INFO >87 [306] -2015-03-12 03:13:38 sendUrl INFO 87 [306] R:OK -2015-03-12 03:13:39 queue INFO 83 [307] -2015-03-12 03:13:40 queue INFO >83 [308] -2015-03-12 03:13:40 sendUrl INFO 83 [307] R:OK -2015-03-12 03:13:40 sendUrl INFO 83 [308] R:OK -2015-03-12 03:13:52 queue INFO C3 [309] -2015-03-12 03:13:53 sendUrl INFO C3 [309] R:OK -2015-03-12 03:13:53 queue INFO >C3 [310] -2015-03-12 03:13:53 sendUrl INFO C3 [310] R:OK -2015-03-12 03:14:43 queue INFO >>C3 [311] -2015-03-12 03:14:43 sendUrl INFO C3 [311] R:OK -2015-03-12 03:15:33 queue INFO >>C3 [312] -2015-03-12 03:15:33 sendUrl INFO C3 [312] R:OK -2015-03-12 03:16:23 queue INFO >>C3 [313] -2015-03-12 03:16:23 sendUrl INFO C3 [313] R:OK -2015-03-12 03:17:13 queue INFO >>C3 [314] -2015-03-12 03:17:13 sendUrl INFO C3 [314] R:OK -2015-03-12 03:18:03 queue INFO >>C3 [315] -2015-03-12 03:18:03 sendUrl INFO C3 [315] R:OK -2015-03-12 03:18:53 queue INFO >>C3 [316] -2015-03-12 03:18:54 sendUrl INFO C3 [316] R:OK -2015-03-12 03:19:43 queue INFO >>C3 [317] -2015-03-12 03:19:44 sendUrl INFO C3 [317] R:OK -2015-03-12 03:20:34 queue INFO >>C3 [318] -2015-03-12 03:20:34 sendUrl INFO C3 [318] R:OK -2015-03-12 03:20:47 queue INFO C7 [319] -2015-03-12 03:20:47 queue INFO >C7 [320] -2015-03-12 03:20:47 sendUrl INFO C7 [319] R:OK -2015-03-12 03:20:47 sendUrl INFO C7 [320] R:OK -2015-03-12 03:20:48 queue INFO C3 [321] -2015-03-12 03:20:48 sendUrl INFO C3 [321] R:OK -2015-03-12 03:20:48 queue INFO >C3 [322] -2015-03-12 03:20:49 sendUrl INFO C3 [322] R:OK -2015-03-12 03:21:13 queue INFO 83 [323] -2015-03-12 03:21:13 queue INFO >83 [324] -2015-03-12 03:21:13 sendUrl INFO 83 [323] R:OK -2015-03-12 03:21:14 sendUrl INFO 83 [324] R:OK -2015-03-12 03:22:03 queue INFO >>83 [325] -2015-03-12 03:22:04 sendUrl INFO 83 [325] R:OK -2015-03-12 03:22:54 queue INFO >>83 [326] -2015-03-12 03:22:54 sendUrl INFO 83 [326] R:OK -2015-03-12 03:23:44 queue INFO >>83 [327] -2015-03-12 03:23:44 sendUrl INFO 83 [327] R:OK -2015-03-12 03:24:34 queue INFO >>83 [328] -2015-03-12 03:24:34 sendUrl INFO 83 [328] R:OK -2015-03-12 03:25:24 queue INFO >>83 [329] -2015-03-12 03:25:24 sendUrl INFO 83 [329] R:OK -2015-03-12 03:26:14 queue INFO >>83 [330] -2015-03-12 03:26:14 sendUrl INFO 83 [330] R:OK -2015-03-12 03:27:04 queue INFO >>83 [331] -2015-03-12 03:27:05 sendUrl INFO 83 [331] R:OK -2015-03-12 03:27:54 queue INFO >>83 [332] -2015-03-12 03:27:55 sendUrl INFO 83 [332] R:OK -2015-03-12 03:28:10 queue INFO 87 [333] -2015-03-12 03:28:10 queue INFO >87 [334] -2015-03-12 03:28:10 sendUrl INFO 87 [333] R:OK -2015-03-12 03:28:11 sendUrl INFO 87 [334] R:OK -2015-03-12 03:28:11 queue INFO 83 [335] -2015-03-12 03:28:11 queue INFO >83 [336] -2015-03-12 03:28:12 sendUrl INFO 83 [335] R:OK -2015-03-12 03:28:12 sendUrl INFO 83 [336] R:OK -2015-03-12 03:29:01 queue INFO >>83 [337] -2015-03-12 03:29:02 sendUrl INFO 83 [337] R:OK -2015-03-12 03:29:52 queue INFO >>83 [338] -2015-03-12 03:29:52 sendUrl INFO 83 [338] R:OK -2015-03-12 03:30:42 queue INFO >>83 [339] -2015-03-12 03:30:42 sendUrl INFO 83 [339] R:OK -2015-03-12 03:31:32 queue INFO >>83 [340] -2015-03-12 03:31:32 sendUrl INFO 83 [340] R:OK -2015-03-12 03:32:22 queue INFO >>83 [341] -2015-03-12 03:32:22 sendUrl INFO 83 [341] R:OK -2015-03-12 03:33:12 queue INFO >>83 [342] -2015-03-12 03:33:13 sendUrl INFO 83 [342] R:OK -2015-03-12 03:34:02 queue INFO >>83 [343] -2015-03-12 03:34:03 sendUrl INFO 83 [343] R:OK -2015-03-12 03:34:52 queue INFO >>83 [344] -2015-03-12 03:34:53 sendUrl INFO 83 [344] R:OK -2015-03-12 03:35:18 queue INFO 87 [345] -2015-03-12 03:35:18 queue INFO >87 [346] -2015-03-12 03:35:18 sendUrl INFO 87 [345] R:OK -2015-03-12 03:35:19 sendUrl INFO 87 [346] R:OK -2015-03-12 03:35:19 queue INFO 83 [347] -2015-03-12 03:35:20 sendUrl INFO 83 [347] R:OK -2015-03-12 03:35:20 queue INFO >83 [348] -2015-03-12 03:35:20 sendUrl INFO 83 [348] R:OK -2015-03-12 03:36:10 queue INFO >>83 [349] -2015-03-12 03:36:10 sendUrl INFO 83 [349] R:OK -2015-03-12 03:37:00 queue INFO >>83 [350] -2015-03-12 03:37:00 sendUrl INFO 83 [350] R:OK -2015-03-12 03:37:50 queue INFO >>83 [351] -2015-03-12 03:37:50 sendUrl INFO 83 [351] R:OK -2015-03-12 03:38:40 queue INFO >>83 [352] -2015-03-12 03:38:40 sendUrl INFO 83 [352] R:OK -2015-03-12 03:39:30 queue INFO >>83 [353] -2015-03-12 03:39:31 sendUrl INFO 83 [353] R:OK -2015-03-12 03:40:20 queue INFO >>83 [354] -2015-03-12 03:40:21 sendUrl INFO 83 [354] R:OK -2015-03-12 03:41:10 queue INFO >>83 [355] -2015-03-12 03:41:11 sendUrl INFO 83 [355] R:OK -2015-03-12 03:42:01 queue INFO >>83 [356] -2015-03-12 03:42:01 sendUrl INFO 83 [356] R:OK -2015-03-12 03:42:26 queue INFO 87 [357] -2015-03-12 03:42:26 queue INFO >87 [358] -2015-03-12 03:42:26 sendUrl INFO 87 [357] R:OK -2015-03-12 03:42:27 sendUrl INFO 87 [358] R:OK -2015-03-12 03:42:28 queue INFO 83 [359] -2015-03-12 03:42:28 queue INFO >83 [360] -2015-03-12 03:42:28 sendUrl INFO 83 [359] R:OK -2015-03-12 03:42:28 sendUrl INFO 83 [360] R:OK -2015-03-12 03:43:18 queue INFO >>83 [361] -2015-03-12 03:43:18 sendUrl INFO 83 [361] R:OK -2015-03-12 03:44:08 queue INFO >>83 [362] -2015-03-12 03:44:08 sendUrl INFO 83 [362] R:OK -2015-03-12 03:44:58 queue INFO >>83 [363] -2015-03-12 03:44:58 sendUrl INFO 83 [363] R:OK -2015-03-12 03:45:48 queue INFO >>83 [364] -2015-03-12 03:45:48 sendUrl INFO 83 [364] R:OK -2015-03-12 03:46:38 queue INFO >>83 [365] -2015-03-12 03:46:39 sendUrl INFO 83 [365] R:OK -2015-03-12 03:47:28 queue INFO >>83 [366] -2015-03-12 03:47:29 sendUrl INFO 83 [366] R:OK -2015-03-12 03:48:19 queue INFO >>83 [367] -2015-03-12 03:48:19 sendUrl INFO 83 [367] R:OK -2015-03-12 03:49:09 queue INFO >>83 [368] -2015-03-12 03:49:09 sendUrl INFO 83 [368] R:OK -2015-03-12 03:49:34 queue INFO 87 [369] -2015-03-12 03:49:34 queue INFO >87 [370] -2015-03-12 03:49:35 sendUrl INFO 87 [369] R:OK -2015-03-12 03:49:35 sendUrl INFO 87 [370] R:OK -2015-03-12 03:49:36 queue INFO 83 [371] -2015-03-12 03:49:36 queue INFO >83 [372] -2015-03-12 03:49:36 sendUrl INFO 83 [371] R:OK -2015-03-12 03:49:37 sendUrl INFO 83 [372] R:OK -2015-03-12 03:50:26 queue INFO >>83 [373] -2015-03-12 03:50:26 sendUrl INFO 83 [373] R:OK -2015-03-12 03:51:16 queue INFO >>83 [374] -2015-03-12 03:51:16 sendUrl INFO 83 [374] R:OK -2015-03-12 03:52:06 queue INFO >>83 [375] -2015-03-12 03:52:07 sendUrl INFO 83 [375] R:OK -2015-03-12 03:52:56 queue INFO >>83 [376] -2015-03-12 03:52:57 sendUrl INFO 83 [376] R:OK -2015-03-12 03:53:47 queue INFO >>83 [377] -2015-03-12 03:53:47 sendUrl INFO 83 [377] R:OK -2015-03-12 03:54:37 queue INFO >>83 [378] -2015-03-12 03:54:37 sendUrl INFO 83 [378] R:OK -2015-03-12 03:55:27 queue INFO >>83 [379] -2015-03-12 03:55:27 sendUrl INFO 83 [379] R:OK -2015-03-12 03:56:17 queue INFO >>83 [380] -2015-03-12 03:56:17 sendUrl INFO 83 [380] R:OK -2015-03-12 03:56:43 queue INFO 87 [381] -2015-03-12 03:56:43 queue INFO >87 [382] -2015-03-12 03:56:43 sendUrl INFO 87 [381] R:OK -2015-03-12 03:56:44 sendUrl INFO 87 [382] R:OK -2015-03-12 03:56:44 queue INFO 83 [383] -2015-03-12 03:56:44 queue INFO >83 [384] -2015-03-12 03:56:45 sendUrl INFO 83 [383] R:OK -2015-03-12 03:56:45 sendUrl INFO 83 [384] R:OK -2015-03-12 03:57:09 queue INFO C3 [385] -2015-03-12 03:57:10 queue INFO >C3 [386] -2015-03-12 03:57:10 sendUrl INFO C3 [385] R:OK -2015-03-12 03:57:10 sendUrl INFO C3 [386] R:OK -2015-03-12 03:58:00 queue INFO >>C3 [387] -2015-03-12 03:58:00 sendUrl INFO C3 [387] R:OK -2015-03-12 03:58:50 queue INFO >>C3 [388] -2015-03-12 03:58:50 sendUrl INFO C3 [388] R:OK -2015-03-12 03:59:40 queue INFO >>C3 [389] -2015-03-12 03:59:40 sendUrl INFO C3 [389] R:OK -2015-03-12 04:00:30 queue INFO >>C3 [390] -2015-03-12 04:00:30 sendUrl INFO C3 [390] R:OK -2015-03-12 04:01:20 queue INFO >>C3 [391] -2015-03-12 04:01:20 sendUrl INFO C3 [391] R:OK -2015-03-12 04:02:10 queue INFO >>C3 [392] -2015-03-12 04:02:11 sendUrl INFO C3 [392] R:OK -2015-03-12 04:03:00 queue INFO >>C3 [393] -2015-03-12 04:03:01 sendUrl INFO C3 [393] R:OK -2015-03-12 04:03:51 queue INFO >>C3 [394] -2015-03-12 04:03:51 sendUrl INFO C3 [394] R:OK -2015-03-12 04:04:04 queue INFO C7 [395] -2015-03-12 04:04:04 queue INFO >C7 [396] -2015-03-12 04:04:04 sendUrl INFO C7 [395] R:OK -2015-03-12 04:04:05 sendUrl INFO C7 [396] R:OK -2015-03-12 04:04:05 queue INFO C3 [397] -2015-03-12 04:04:05 queue INFO >C3 [398] -2015-03-12 04:04:06 sendUrl INFO C3 [397] R:OK -2015-03-12 04:04:06 sendUrl INFO C3 [398] R:OK -2015-03-12 04:04:18 queue INFO 83 [399] -2015-03-12 04:04:18 queue INFO >83 [400] -2015-03-12 04:04:18 sendUrl INFO 83 [399] R:OK -2015-03-12 04:04:19 sendUrl INFO 83 [400] R:OK -2015-03-12 04:05:08 queue INFO >>83 [401] -2015-03-12 04:05:08 sendUrl INFO 83 [401] R:OK -2015-03-12 04:05:58 queue INFO >>83 [402] -2015-03-12 04:05:58 sendUrl INFO 83 [402] R:OK -2015-03-12 04:06:48 queue INFO >>83 [403] -2015-03-12 04:06:49 sendUrl INFO 83 [403] R:OK -2015-03-12 04:07:39 queue INFO >>83 [404] -2015-03-12 04:07:39 sendUrl INFO 83 [404] R:OK -2015-03-12 04:08:29 queue INFO >>83 [405] -2015-03-12 04:08:29 sendUrl INFO 83 [405] R:OK -2015-03-12 04:09:19 queue INFO >>83 [406] -2015-03-12 04:09:19 sendUrl INFO 83 [406] R:OK -2015-03-12 04:10:09 queue INFO >>83 [407] -2015-03-12 04:10:09 sendUrl INFO 83 [407] R:OK -2015-03-12 04:10:59 queue INFO >>83 [408] -2015-03-12 04:10:59 sendUrl INFO 83 [408] R:OK -2015-03-12 04:11:14 queue INFO 87 [409] -2015-03-12 04:11:15 queue INFO >87 [410] -2015-03-12 04:11:15 sendUrl INFO 87 [409] R:OK -2015-03-12 04:11:15 sendUrl INFO 87 [410] R:OK -2015-03-12 04:11:16 queue INFO 83 [411] -2015-03-12 04:11:16 queue INFO >83 [412] -2015-03-12 04:11:16 sendUrl INFO 83 [411] R:OK -2015-03-12 04:11:17 sendUrl INFO 83 [412] R:OK -2015-03-12 04:12:06 queue INFO >>83 [413] -2015-03-12 04:12:06 sendUrl INFO 83 [413] R:OK -2015-03-12 04:12:56 queue INFO >>83 [414] -2015-03-12 04:12:57 sendUrl INFO 83 [414] R:OK -2015-03-12 04:13:46 queue INFO >>83 [415] -2015-03-12 04:13:47 sendUrl INFO 83 [415] R:OK -2015-03-12 04:14:37 queue INFO >>83 [416] -2015-03-12 04:14:37 sendUrl INFO 83 [416] R:OK -2015-03-12 04:15:27 queue INFO >>83 [417] -2015-03-12 04:15:27 sendUrl INFO 83 [417] R:OK -2015-03-12 04:16:17 queue INFO >>83 [418] -2015-03-12 04:16:17 sendUrl INFO 83 [418] R:OK -2015-03-12 04:17:07 queue INFO >>83 [419] -2015-03-12 04:17:07 sendUrl INFO 83 [419] R:OK -2015-03-12 04:17:57 queue INFO >>83 [420] -2015-03-12 04:17:58 sendUrl INFO 83 [420] R:OK -2015-03-12 04:18:22 queue INFO 87 [421] -2015-03-12 04:18:23 queue INFO >87 [422] -2015-03-12 04:18:23 sendUrl INFO 87 [421] R:OK -2015-03-12 04:18:23 sendUrl INFO 87 [422] R:OK -2015-03-12 04:18:24 queue INFO 83 [423] -2015-03-12 04:18:24 sendUrl INFO 83 [423] R:OK -2015-03-12 04:18:24 queue INFO >83 [424] -2015-03-12 04:18:25 sendUrl INFO 83 [424] R:OK -2015-03-12 04:19:14 queue INFO >>83 [425] -2015-03-12 04:19:15 sendUrl INFO 83 [425] R:OK -2015-03-12 04:20:04 queue INFO >>83 [426] -2015-03-12 04:20:05 sendUrl INFO 83 [426] R:OK -2015-03-12 04:20:55 queue INFO >>83 [427] -2015-03-12 04:20:55 sendUrl INFO 83 [427] R:OK -2015-03-12 04:21:45 queue INFO >>83 [428] -2015-03-12 04:21:45 sendUrl INFO 83 [428] R:OK -2015-03-12 04:22:35 queue INFO >>83 [429] -2015-03-12 04:22:35 sendUrl INFO 83 [429] R:OK -2015-03-12 04:23:25 queue INFO >>83 [430] -2015-03-12 04:23:25 sendUrl INFO 83 [430] R:OK -2015-03-12 04:24:15 queue INFO >>83 [431] -2015-03-12 04:24:16 sendUrl INFO 83 [431] R:OK -2015-03-12 04:25:05 queue INFO >>83 [432] -2015-03-12 04:25:05 sendUrl INFO 83 [432] R:OK -2015-03-12 04:25:31 queue INFO 87 [433] -2015-03-12 04:25:31 queue INFO >87 [434] -2015-03-12 04:25:31 sendUrl INFO 87 [433] R:OK -2015-03-12 04:25:32 sendUrl INFO 87 [434] R:OK -2015-03-12 04:25:32 queue INFO 83 [435] -2015-03-12 04:25:32 queue INFO >83 [436] -2015-03-12 04:25:33 sendUrl INFO 83 [435] R:OK -2015-03-12 04:25:33 sendUrl INFO 83 [436] R:OK -2015-03-12 04:26:22 queue INFO >>83 [437] -2015-03-12 04:26:23 sendUrl INFO 83 [437] R:OK -2015-03-12 04:27:12 queue INFO >>83 [438] -2015-03-12 04:27:13 sendUrl INFO 83 [438] R:OK -2015-03-12 04:28:03 queue INFO >>83 [439] -2015-03-12 04:28:03 sendUrl INFO 83 [439] R:OK -2015-03-12 04:28:53 queue INFO >>83 [440] -2015-03-12 04:28:53 sendUrl INFO 83 [440] R:OK -2015-03-12 04:29:43 queue INFO >>83 [441] -2015-03-12 04:29:43 sendUrl INFO 83 [441] R:OK -2015-03-12 04:30:33 queue INFO >>83 [442] -2015-03-12 04:30:34 sendUrl INFO 83 [442] R:OK -2015-03-12 04:31:23 queue INFO >>83 [443] -2015-03-12 04:31:23 sendUrl INFO 83 [443] R:OK -2015-03-12 04:32:13 queue INFO >>83 [444] -2015-03-12 04:32:14 sendUrl INFO 83 [444] R:OK -2015-03-12 04:32:33 queue INFO 81 [445] -2015-03-12 04:32:33 queue INFO >81 [446] -2015-03-12 04:32:33 sendUrl INFO 81 [445] R:OK -2015-03-12 04:32:34 sendUrl INFO 81 [446] R:OK -2015-03-12 04:32:39 queue INFO 85 [447] -2015-03-12 04:32:39 queue INFO >85 [448] -2015-03-12 04:32:39 sendUrl INFO 85 [447] R:OK -2015-03-12 04:32:39 sendUrl INFO 85 [448] R:OK -2015-03-12 04:32:40 queue INFO 81 [449] -2015-03-12 04:32:40 sendUrl INFO 81 [449] R:OK -2015-03-12 04:32:41 queue INFO >81 [450] -2015-03-12 04:32:41 sendUrl INFO 81 [450] R:OK -2015-03-12 04:33:30 queue INFO >>81 [451] -2015-03-12 04:33:31 sendUrl INFO 81 [451] R:OK -2015-03-12 04:34:21 queue INFO >>81 [452] -2015-03-12 04:34:21 sendUrl INFO 81 [452] R:OK -2015-03-12 04:35:11 queue INFO >>81 [453] -2015-03-12 04:35:11 sendUrl INFO 81 [453] R:OK -2015-03-12 04:36:01 queue INFO >>81 [454] -2015-03-12 04:36:01 sendUrl INFO 81 [454] R:OK -2015-03-12 04:36:51 queue INFO >>81 [455] -2015-03-12 04:36:52 sendUrl INFO 81 [455] R:OK -2015-03-12 04:37:41 queue INFO >>81 [456] -2015-03-12 04:37:41 sendUrl INFO 81 [456] R:OK -2015-03-12 04:38:31 queue INFO >>81 [457] -2015-03-12 04:38:32 sendUrl INFO 81 [457] R:OK -2015-03-12 04:39:22 queue INFO >>81 [458] -2015-03-12 04:39:22 sendUrl INFO 81 [458] R:OK -2015-03-12 04:40:12 queue INFO >>81 [459] -2015-03-12 04:40:12 sendUrl INFO 81 [459] R:OK -2015-03-12 04:41:02 queue INFO >>81 [460] -2015-03-12 04:41:02 queue INFO 83 [461] -2015-03-12 04:41:02 queue INFO >83 [462] -2015-03-12 04:41:02 sendUrl INFO 81 [460] R:OK -2015-03-12 04:41:03 sendUrl INFO 83 [461] R:OK -2015-03-12 04:41:03 sendUrl INFO 83 [462] R:OK -2015-03-12 04:41:52 queue INFO >>83 [463] -2015-03-12 04:41:53 sendUrl INFO 83 [463] R:OK -2015-03-12 04:42:42 queue INFO >>83 [464] -2015-03-12 04:42:43 sendUrl INFO 83 [464] R:OK -2015-03-12 04:43:32 queue INFO >>83 [465] -2015-03-12 04:43:33 sendUrl INFO 83 [465] R:OK -2015-03-12 04:44:23 queue INFO >>83 [466] -2015-03-12 04:44:23 sendUrl INFO 83 [466] R:OK -2015-03-12 04:45:13 queue INFO >>83 [467] -2015-03-12 04:45:13 sendUrl INFO 83 [467] R:OK -2015-03-12 04:46:03 queue INFO >>83 [468] -2015-03-12 04:46:03 sendUrl INFO 83 [468] R:OK -2015-03-12 04:46:53 queue INFO >>83 [469] -2015-03-12 04:46:53 sendUrl INFO 83 [469] R:OK -2015-03-12 04:47:43 queue INFO >>83 [470] -2015-03-12 04:47:43 sendUrl INFO 83 [470] R:OK -2015-03-12 04:48:26 queue INFO 87 [471] -2015-03-12 04:48:27 queue INFO >87 [472] -2015-03-12 04:48:27 sendUrl INFO 87 [471] R:OK -2015-03-12 04:48:27 sendUrl INFO 87 [472] R:OK -2015-03-12 04:48:28 queue INFO 83 [473] -2015-03-12 04:48:28 sendUrl INFO 83 [473] R:OK -2015-03-12 04:48:28 queue INFO >83 [474] -2015-03-12 04:48:29 sendUrl INFO 83 [474] R:OK -2015-03-12 04:49:18 queue INFO >>83 [475] -2015-03-12 04:49:18 sendUrl INFO 83 [475] R:OK -2015-03-12 04:50:08 queue INFO >>83 [476] -2015-03-12 04:50:09 sendUrl INFO 83 [476] R:OK -2015-03-12 04:50:58 queue INFO >>83 [477] -2015-03-12 04:50:59 sendUrl INFO 83 [477] R:OK -2015-03-12 04:51:49 queue INFO >>83 [478] -2015-03-12 04:51:49 sendUrl INFO 83 [478] R:OK -2015-03-12 04:52:39 queue INFO >>83 [479] -2015-03-12 04:52:39 sendUrl INFO 83 [479] R:OK -2015-03-12 04:53:29 queue INFO >>83 [480] -2015-03-12 04:53:29 sendUrl INFO 83 [480] R:OK -2015-03-12 04:54:19 queue INFO >>83 [481] -2015-03-12 04:54:19 sendUrl INFO 83 [481] R:OK -2015-03-12 04:55:09 queue INFO >>83 [482] -2015-03-12 04:55:09 sendUrl INFO 83 [482] R:OK -2015-03-12 04:55:34 queue INFO 87 [483] -2015-03-12 04:55:34 queue INFO >87 [484] -2015-03-12 04:55:34 sendUrl INFO 87 [483] R:OK -2015-03-12 04:55:35 sendUrl INFO 87 [484] R:OK -2015-03-12 04:55:36 queue INFO 83 [485] -2015-03-12 04:55:36 sendUrl INFO 83 [485] R:OK -2015-03-12 04:55:36 queue INFO >83 [486] -2015-03-12 04:55:36 sendUrl INFO 83 [486] R:OK -2015-03-12 04:56:26 queue INFO >>83 [487] -2015-03-12 04:56:26 sendUrl INFO 83 [487] R:OK -2015-03-12 04:57:16 queue INFO >>83 [488] -2015-03-12 04:57:17 sendUrl INFO 83 [488] R:OK -2015-03-12 04:58:06 queue INFO >>83 [489] -2015-03-12 04:58:06 sendUrl INFO 83 [489] R:OK -2015-03-12 04:58:56 queue INFO >>83 [490] -2015-03-12 04:58:57 sendUrl INFO 83 [490] R:OK -2015-03-12 04:59:47 queue INFO >>83 [491] -2015-03-12 04:59:47 sendUrl INFO 83 [491] R:OK -2015-03-12 05:00:37 queue INFO >>83 [492] -2015-03-12 05:00:37 sendUrl INFO 83 [492] R:OK -2015-03-12 05:01:27 queue INFO >>83 [493] -2015-03-12 05:01:27 sendUrl INFO 83 [493] R:OK -2015-03-12 05:02:17 queue INFO >>83 [494] -2015-03-12 05:02:17 sendUrl INFO 83 [494] R:OK -2015-03-12 05:02:43 queue INFO 87 [495] -2015-03-12 05:02:43 queue INFO >87 [496] -2015-03-12 05:02:43 sendUrl INFO 87 [495] R:OK -2015-03-12 05:02:43 sendUrl INFO 87 [496] R:OK -2015-03-12 05:02:44 queue INFO 83 [497] -2015-03-12 05:02:44 sendUrl INFO 83 [497] R:OK -2015-03-12 05:02:44 queue INFO >83 [498] -2015-03-12 05:02:45 sendUrl INFO 83 [498] R:OK -2015-03-12 05:03:34 queue INFO >>83 [499] -2015-03-12 05:03:35 sendUrl INFO 83 [499] R:OK -2015-03-12 05:04:24 queue INFO >>83 [500] -2015-03-12 05:04:25 sendUrl INFO 83 [500] R:OK -2015-03-12 05:05:15 queue INFO >>83 [501] -2015-03-12 05:05:15 sendUrl INFO 83 [501] R:OK -2015-03-12 05:06:05 queue INFO >>83 [502] -2015-03-12 05:06:05 sendUrl INFO 83 [502] R:OK -2015-03-12 05:06:55 queue INFO >>83 [503] -2015-03-12 05:06:55 sendUrl INFO 83 [503] R:OK -2015-03-12 05:07:45 queue INFO >>83 [504] -2015-03-12 05:07:45 sendUrl INFO 83 [504] R:OK -2015-03-12 05:08:35 queue INFO >>83 [505] -2015-03-12 05:08:36 sendUrl INFO 83 [505] R:OK -2015-03-12 05:09:25 queue INFO >>83 [506] -2015-03-12 05:09:25 sendUrl INFO 83 [506] R:OK -2015-03-12 05:09:51 queue INFO 87 [507] -2015-03-12 05:09:51 queue INFO >87 [508] -2015-03-12 05:09:51 sendUrl INFO 87 [507] R:OK -2015-03-12 05:09:52 sendUrl INFO 87 [508] R:OK -2015-03-12 05:09:52 queue INFO 83 [509] -2015-03-12 05:09:53 queue INFO >83 [510] -2015-03-12 05:09:53 sendUrl INFO 83 [509] R:OK -2015-03-12 05:09:53 sendUrl INFO 83 [510] R:OK -2015-03-12 05:10:06 queue INFO C3 [511] -2015-03-12 05:10:06 queue INFO >C3 [512] -2015-03-12 05:10:06 sendUrl INFO C3 [511] R:OK -2015-03-12 05:10:06 sendUrl INFO C3 [512] R:OK -2015-03-12 05:10:56 queue INFO >>C3 [513] -2015-03-12 05:10:56 sendUrl INFO C3 [513] R:OK -2015-03-12 05:11:46 queue INFO >>C3 [514] -2015-03-12 05:11:46 sendUrl INFO C3 [514] R:OK -2015-03-12 05:12:36 queue INFO >>C3 [515] -2015-03-12 05:12:36 sendUrl INFO C3 [515] R:OK -2015-03-12 05:13:26 queue INFO >>C3 [516] -2015-03-12 05:13:27 sendUrl INFO C3 [516] R:OK -2015-03-12 05:14:16 queue INFO >>C3 [517] -2015-03-12 05:14:16 sendUrl INFO C3 [517] R:OK -2015-03-12 05:15:06 queue INFO >>C3 [518] -2015-03-12 05:15:07 sendUrl INFO C3 [518] R:OK -2015-03-12 05:15:56 queue INFO >>C3 [519] -2015-03-12 05:15:57 sendUrl INFO C3 [519] R:OK -2015-03-12 05:16:47 queue INFO >>C3 [520] -2015-03-12 05:16:47 sendUrl INFO C3 [520] R:OK -2015-03-12 05:17:00 queue INFO C7 [521] -2015-03-12 05:17:00 queue INFO >C7 [522] -2015-03-12 05:17:00 sendUrl INFO C7 [521] R:OK -2015-03-12 05:17:01 sendUrl INFO C7 [522] R:OK -2015-03-12 05:17:01 queue INFO C3 [523] -2015-03-12 05:17:01 queue INFO >C3 [524] -2015-03-12 05:17:02 sendUrl INFO C3 [523] R:OK -2015-03-12 05:17:02 sendUrl INFO C3 [524] R:OK -2015-03-12 05:17:26 queue INFO 83 [525] -2015-03-12 05:17:27 queue INFO >83 [526] -2015-03-12 05:17:27 sendUrl INFO 83 [525] R:OK -2015-03-12 05:17:27 sendUrl INFO 83 [526] R:OK -2015-03-12 05:18:16 queue INFO >>83 [527] -2015-03-12 05:18:17 sendUrl INFO 83 [527] R:OK -2015-03-12 05:19:07 queue INFO >>83 [528] -2015-03-12 05:19:07 sendUrl INFO 83 [528] R:OK -2015-03-12 05:19:57 queue INFO >>83 [529] -2015-03-12 05:19:57 sendUrl INFO 83 [529] R:OK -2015-03-12 05:20:47 queue INFO >>83 [530] -2015-03-12 05:20:47 sendUrl INFO 83 [530] R:OK -2015-03-12 05:21:37 queue INFO >>83 [531] -2015-03-12 05:21:37 sendUrl INFO 83 [531] R:OK -2015-03-12 05:22:27 queue INFO >>83 [532] -2015-03-12 05:22:28 sendUrl INFO 83 [532] R:OK -2015-03-12 05:23:17 queue INFO >>83 [533] -2015-03-12 05:23:18 sendUrl INFO 83 [533] R:OK -2015-03-12 05:24:07 queue INFO >>83 [534] -2015-03-12 05:24:08 sendUrl INFO 83 [534] R:OK -2015-03-12 05:24:23 queue INFO 87 [535] -2015-03-12 05:24:23 queue INFO >87 [536] -2015-03-12 05:24:23 sendUrl INFO 87 [535] R:OK -2015-03-12 05:24:24 sendUrl INFO 87 [536] R:OK -2015-03-12 05:24:25 queue INFO 83 [537] -2015-03-12 05:24:25 queue INFO >83 [538] -2015-03-12 05:24:25 sendUrl INFO 83 [537] R:OK -2015-03-12 05:24:25 sendUrl INFO 83 [538] R:OK -2015-03-12 05:25:15 queue INFO >>83 [539] -2015-03-12 05:25:15 sendUrl INFO 83 [539] R:OK -2015-03-12 05:26:05 queue INFO >>83 [540] -2015-03-12 05:26:05 sendUrl INFO 83 [540] R:OK -2015-03-12 05:26:55 queue INFO >>83 [541] -2015-03-12 05:26:55 sendUrl INFO 83 [541] R:OK -2015-03-12 05:27:45 queue INFO >>83 [542] -2015-03-12 05:27:45 sendUrl INFO 83 [542] R:OK -2015-03-12 05:28:35 queue INFO >>83 [543] -2015-03-12 05:28:36 sendUrl INFO 83 [543] R:OK -2015-03-12 05:29:25 queue INFO >>83 [544] -2015-03-12 05:29:25 sendUrl INFO 83 [544] R:OK -2015-03-12 05:30:15 queue INFO >>83 [545] -2015-03-12 05:30:16 sendUrl INFO 83 [545] R:OK -2015-03-12 05:31:06 queue INFO >>83 [546] -2015-03-12 05:31:06 sendUrl INFO 83 [546] R:OK -2015-03-12 05:31:31 queue INFO 87 [547] -2015-03-12 05:31:31 queue INFO >87 [548] -2015-03-12 05:31:31 sendUrl INFO 87 [547] R:OK -2015-03-12 05:31:32 sendUrl INFO 87 [548] R:OK -2015-03-12 05:31:32 queue INFO 83 [549] -2015-03-12 05:31:33 queue INFO >83 [550] -2015-03-12 05:31:33 sendUrl INFO 83 [549] R:OK -2015-03-12 05:31:33 sendUrl INFO 83 [550] R:OK -2015-03-12 05:32:23 queue INFO >>83 [551] -2015-03-12 05:32:23 sendUrl INFO 83 [551] R:OK -2015-03-12 05:33:13 queue INFO >>83 [552] -2015-03-12 05:33:13 sendUrl INFO 83 [552] R:OK -2015-03-12 05:34:03 queue INFO >>83 [553] -2015-03-12 05:34:03 sendUrl INFO 83 [553] R:OK -2015-03-12 05:34:53 queue INFO >>83 [554] -2015-03-12 05:34:54 sendUrl INFO 83 [554] R:OK -2015-03-12 05:35:43 queue INFO >>83 [555] -2015-03-12 05:35:43 sendUrl INFO 83 [555] R:OK -2015-03-12 05:36:33 queue INFO >>83 [556] -2015-03-12 05:36:34 sendUrl INFO 83 [556] R:OK -2015-03-12 05:37:24 queue INFO >>83 [557] -2015-03-12 05:37:24 sendUrl INFO 83 [557] R:OK -2015-03-12 05:38:14 queue INFO >>83 [558] -2015-03-12 05:38:14 sendUrl INFO 83 [558] R:OK -2015-03-12 05:38:39 queue INFO 87 [559] -2015-03-12 05:38:39 queue INFO >87 [560] -2015-03-12 05:38:39 sendUrl INFO 87 [559] R:OK -2015-03-12 05:38:40 sendUrl INFO 87 [560] R:OK -2015-03-12 05:38:41 queue INFO 83 [561] -2015-03-12 05:38:41 queue INFO >83 [562] -2015-03-12 05:38:41 sendUrl INFO 83 [561] R:OK -2015-03-12 05:38:42 sendUrl INFO 83 [562] R:OK -2015-03-12 05:39:31 queue INFO >>83 [563] -2015-03-12 05:39:31 sendUrl INFO 83 [563] R:OK -2015-03-12 05:40:21 queue INFO >>83 [564] -2015-03-12 05:40:21 sendUrl INFO 83 [564] R:OK -2015-03-12 05:41:11 queue INFO >>83 [565] -2015-03-12 05:41:11 sendUrl INFO 83 [565] R:OK -2015-03-12 05:42:01 queue INFO >>83 [566] -2015-03-12 05:42:01 sendUrl INFO 83 [566] R:OK -2015-03-12 05:42:51 queue INFO >>83 [567] -2015-03-12 05:42:52 sendUrl INFO 83 [567] R:OK -2015-03-12 05:43:41 queue INFO >>83 [568] -2015-03-12 05:43:42 sendUrl INFO 83 [568] R:OK -2015-03-12 05:44:31 queue INFO >>83 [569] -2015-03-12 05:44:32 sendUrl INFO 83 [569] R:OK -2015-03-12 05:45:22 queue INFO >>83 [570] -2015-03-12 05:45:22 sendUrl INFO 83 [570] R:OK -2015-03-12 05:45:47 queue INFO 87 [571] -2015-03-12 05:45:47 queue INFO >87 [572] -2015-03-12 05:45:47 sendUrl INFO 87 [571] R:OK -2015-03-12 05:45:48 sendUrl INFO 87 [572] R:OK -2015-03-12 05:45:49 queue INFO 83 [573] -2015-03-12 05:45:49 sendUrl INFO 83 [573] R:OK -2015-03-12 05:45:49 queue INFO >83 [574] -2015-03-12 05:45:49 sendUrl INFO 83 [574] R:OK -2015-03-12 05:46:39 queue INFO >>83 [575] -2015-03-12 05:46:39 sendUrl INFO 83 [575] R:OK -2015-03-12 05:47:29 queue INFO >>83 [576] -2015-03-12 05:47:30 sendUrl INFO 83 [576] R:OK -2015-03-12 05:48:19 queue INFO >>83 [577] -2015-03-12 05:48:19 sendUrl INFO 83 [577] R:OK -2015-03-12 05:49:09 queue INFO >>83 [578] -2015-03-12 05:49:10 sendUrl INFO 83 [578] R:OK -2015-03-12 05:50:00 queue INFO >>83 [579] -2015-03-12 05:50:00 sendUrl INFO 83 [579] R:OK -2015-03-12 05:50:50 queue INFO >>83 [580] -2015-03-12 05:50:50 sendUrl INFO 83 [580] R:OK -2015-03-12 05:51:40 queue INFO >>83 [581] -2015-03-12 05:51:40 sendUrl INFO 83 [581] R:OK -2015-03-12 05:52:30 queue INFO >>83 [582] -2015-03-12 05:52:31 sendUrl INFO 83 [582] R:OK -2015-03-12 05:52:56 queue INFO 87 [583] -2015-03-12 05:52:56 queue INFO >87 [584] -2015-03-12 05:52:56 sendUrl INFO 87 [583] R:OK -2015-03-12 05:52:56 sendUrl INFO 87 [584] R:OK -2015-03-12 05:52:57 queue INFO 83 [585] -2015-03-12 05:52:57 sendUrl INFO 83 [585] R:OK -2015-03-12 05:52:57 queue INFO >83 [586] -2015-03-12 05:52:58 sendUrl INFO 83 [586] R:OK -2015-03-12 05:53:22 queue INFO C3 [587] -2015-03-12 05:53:23 queue INFO >C3 [588] -2015-03-12 05:53:23 sendUrl INFO C3 [587] R:OK -2015-03-12 05:53:23 sendUrl INFO C3 [588] R:OK -2015-03-12 05:54:13 queue INFO >>C3 [589] -2015-03-12 05:54:13 sendUrl INFO C3 [589] R:OK -2015-03-12 05:55:03 queue INFO >>C3 [590] -2015-03-12 05:55:03 sendUrl INFO C3 [590] R:OK -2015-03-12 05:55:53 queue INFO >>C3 [591] -2015-03-12 05:55:53 sendUrl INFO C3 [591] R:OK -2015-03-12 05:56:43 queue INFO >>C3 [592] -2015-03-12 05:56:43 sendUrl INFO C3 [592] R:OK -2015-03-12 05:57:33 queue INFO >>C3 [593] -2015-03-12 05:57:34 sendUrl INFO C3 [593] R:OK -2015-03-12 05:58:23 queue INFO >>C3 [594] -2015-03-12 05:58:23 sendUrl INFO C3 [594] R:OK -2015-03-12 05:59:14 queue INFO >>C3 [595] -2015-03-12 05:59:14 sendUrl INFO C3 [595] R:OK -2015-03-12 06:00:04 queue INFO >>C3 [596] -2015-03-12 06:00:04 sendUrl INFO C3 [596] R:OK -2015-03-12 06:00:17 queue INFO C7 [597] -2015-03-12 06:00:17 queue INFO >C7 [598] -2015-03-12 06:00:17 sendUrl INFO C7 [597] R:OK -2015-03-12 06:00:18 sendUrl INFO C7 [598] R:OK -2015-03-12 06:00:18 queue INFO C3 [599] -2015-03-12 06:00:19 queue INFO >C3 [600] -2015-03-12 06:00:19 sendUrl INFO C3 [599] R:OK -2015-03-12 06:00:19 sendUrl INFO C3 [600] R:OK -2015-03-12 06:00:31 queue INFO 83 [601] -2015-03-12 06:00:31 queue INFO >83 [602] -2015-03-12 06:00:31 sendUrl INFO 83 [601] R:OK -2015-03-12 06:00:32 sendUrl INFO 83 [602] R:OK -2015-03-12 06:01:21 queue INFO >>83 [603] -2015-03-12 06:01:22 sendUrl INFO 83 [603] R:OK -2015-03-12 06:02:11 queue INFO >>83 [604] -2015-03-12 06:02:11 sendUrl INFO 83 [604] R:OK -2015-03-12 06:03:01 queue INFO >>83 [605] -2015-03-12 06:03:02 sendUrl INFO 83 [605] R:OK -2015-03-12 06:03:52 queue INFO >>83 [606] -2015-03-12 06:03:52 sendUrl INFO 83 [606] R:OK -2015-03-12 06:04:42 queue INFO >>83 [607] -2015-03-12 06:04:42 sendUrl INFO 83 [607] R:OK -2015-03-12 06:05:32 queue INFO >>83 [608] -2015-03-12 06:05:32 sendUrl INFO 83 [608] R:OK -2015-03-12 06:06:22 queue INFO >>83 [609] -2015-03-12 06:06:22 sendUrl INFO 83 [609] R:OK -2015-03-12 06:07:12 queue INFO >>83 [610] -2015-03-12 06:07:13 sendUrl INFO 83 [610] R:OK -2015-03-12 06:07:27 queue INFO 87 [611] -2015-03-12 06:07:28 queue INFO >87 [612] -2015-03-12 06:07:28 sendUrl INFO 87 [611] R:OK -2015-03-12 06:07:28 sendUrl INFO 87 [612] R:OK -2015-03-12 06:07:29 queue INFO 83 [613] -2015-03-12 06:07:29 sendUrl INFO 83 [613] R:OK -2015-03-12 06:07:29 queue INFO >83 [614] -2015-03-12 06:07:30 sendUrl INFO 83 [614] R:OK -2015-03-12 06:08:19 queue INFO >>83 [615] -2015-03-12 06:08:19 sendUrl INFO 83 [615] R:OK -2015-03-12 06:09:09 queue INFO >>83 [616] -2015-03-12 06:09:10 sendUrl INFO 83 [616] R:OK -2015-03-12 06:09:59 queue INFO >>83 [617] -2015-03-12 06:10:00 sendUrl INFO 83 [617] R:OK -2015-03-12 06:10:50 queue INFO >>83 [618] -2015-03-12 06:10:50 sendUrl INFO 83 [618] R:OK -2015-03-12 06:11:40 queue INFO >>83 [619] -2015-03-12 06:11:40 sendUrl INFO 83 [619] R:OK -2015-03-12 06:12:30 queue INFO >>83 [620] -2015-03-12 06:12:30 sendUrl INFO 83 [620] R:OK -2015-03-12 06:13:20 queue INFO >>83 [621] -2015-03-12 06:13:20 sendUrl INFO 83 [621] R:OK -2015-03-12 06:14:10 queue INFO >>83 [622] -2015-03-12 06:14:10 sendUrl INFO 83 [622] R:OK -2015-03-12 06:14:36 queue INFO 87 [623] -2015-03-12 06:14:36 queue INFO >87 [624] -2015-03-12 06:14:36 sendUrl INFO 87 [623] R:OK -2015-03-12 06:14:36 sendUrl INFO 87 [624] R:OK -2015-03-12 06:14:37 queue INFO 83 [625] -2015-03-12 06:14:37 queue INFO >83 [626] -2015-03-12 06:14:37 sendUrl INFO 83 [625] R:OK -2015-03-12 06:14:38 sendUrl INFO 83 [626] R:OK -2015-03-12 06:15:27 queue INFO >>83 [627] -2015-03-12 06:15:28 sendUrl INFO 83 [627] R:OK -2015-03-12 06:16:17 queue INFO >>83 [628] -2015-03-12 06:16:18 sendUrl INFO 83 [628] R:OK -2015-03-12 06:17:08 queue INFO >>83 [629] -2015-03-12 06:17:08 sendUrl INFO 83 [629] R:OK -2015-03-12 06:17:58 queue INFO >>83 [630] -2015-03-12 06:17:58 sendUrl INFO 83 [630] R:OK -2015-03-12 06:18:48 queue INFO >>83 [631] -2015-03-12 06:18:48 sendUrl INFO 83 [631] R:OK -2015-03-12 06:19:38 queue INFO >>83 [632] -2015-03-12 06:19:38 sendUrl INFO 83 [632] R:OK -2015-03-12 06:20:28 queue INFO >>83 [633] -2015-03-12 06:20:28 sendUrl INFO 83 [633] R:OK -2015-03-12 06:21:18 queue INFO >>83 [634] -2015-03-12 06:21:19 sendUrl INFO 83 [634] R:OK -2015-03-12 06:21:44 queue INFO 87 [635] -2015-03-12 06:21:44 queue INFO >87 [636] -2015-03-12 06:21:44 sendUrl INFO 87 [635] R:OK -2015-03-12 06:21:44 sendUrl INFO 87 [636] R:OK -2015-03-12 06:21:45 queue INFO 83 [637] -2015-03-12 06:21:45 sendUrl INFO 83 [637] R:OK -2015-03-12 06:21:45 queue INFO >83 [638] -2015-03-12 06:21:46 sendUrl INFO 83 [638] R:OK -2015-03-12 06:22:35 queue INFO >>83 [639] -2015-03-12 06:22:36 sendUrl INFO 83 [639] R:OK -2015-03-12 06:23:26 queue INFO >>83 [640] -2015-03-12 06:23:26 sendUrl INFO 83 [640] R:OK -2015-03-12 06:24:16 queue INFO >>83 [641] -2015-03-12 06:24:16 sendUrl INFO 83 [641] R:OK -2015-03-12 06:25:06 queue INFO >>83 [642] -2015-03-12 06:25:06 sendUrl INFO 83 [642] R:OK -2015-03-12 06:25:56 queue INFO >>83 [643] -2015-03-12 06:25:56 sendUrl INFO 83 [643] R:OK -2015-03-12 06:26:46 queue INFO >>83 [644] -2015-03-12 06:26:46 sendUrl INFO 83 [644] R:OK -2015-03-12 06:27:36 queue INFO >>83 [645] -2015-03-12 06:27:37 sendUrl INFO 83 [645] R:OK -2015-03-12 06:28:26 queue INFO >>83 [646] -2015-03-12 06:28:27 sendUrl INFO 83 [646] R:OK -2015-03-12 06:28:52 queue INFO 87 [647] -2015-03-12 06:28:52 queue INFO >87 [648] -2015-03-12 06:28:52 sendUrl INFO 87 [647] R:OK -2015-03-12 06:28:53 sendUrl INFO 87 [648] R:OK -2015-03-12 06:28:54 queue INFO 83 [649] -2015-03-12 06:28:54 sendUrl INFO 83 [649] R:OK -2015-03-12 06:28:54 queue INFO >83 [650] -2015-03-12 06:28:54 sendUrl INFO 83 [650] R:OK -2015-03-12 06:29:44 queue INFO >>83 [651] -2015-03-12 06:29:44 sendUrl INFO 83 [651] R:OK -2015-03-12 06:30:34 queue INFO >>83 [652] -2015-03-12 06:30:34 sendUrl INFO 83 [652] R:OK -2015-03-12 06:31:24 queue INFO >>83 [653] -2015-03-12 06:31:24 sendUrl INFO 83 [653] R:OK -2015-03-12 06:32:14 queue INFO >>83 [654] -2015-03-12 06:32:15 sendUrl INFO 83 [654] R:OK -2015-03-12 06:33:04 queue INFO >>83 [655] -2015-03-12 06:33:05 sendUrl INFO 83 [655] R:OK -2015-03-12 06:33:54 queue INFO >>83 [656] -2015-03-12 06:33:55 sendUrl INFO 83 [656] R:OK -2015-03-12 06:34:45 queue INFO >>83 [657] -2015-03-12 06:34:45 sendUrl INFO 83 [657] R:OK -2015-03-12 06:35:31 queue INFO 81 [658] -2015-03-12 06:35:31 sendUrl INFO 81 [658] R:OK -2015-03-12 06:35:31 queue INFO >81 [659] -2015-03-12 06:35:31 sendUrl INFO 81 [659] R:OK -2015-03-12 06:36:13 queue INFO 85 [660] -2015-03-12 06:36:13 queue INFO >85 [661] -2015-03-12 06:36:13 sendUrl INFO 85 [660] R:OK -2015-03-12 06:36:14 sendUrl INFO 85 [661] R:OK -2015-03-12 06:36:14 queue INFO 81 [662] -2015-03-12 06:36:14 queue INFO >81 [663] -2015-03-12 06:36:15 sendUrl INFO 81 [662] R:OK -2015-03-12 06:36:15 sendUrl INFO 81 [663] R:OK -2015-03-12 06:36:45 queue INFO 83 [664] -2015-03-12 06:36:45 queue INFO >83 [665] -2015-03-12 06:36:45 sendUrl INFO 83 [664] R:OK -2015-03-12 06:36:45 sendUrl INFO 83 [665] R:OK -2015-03-12 06:37:35 queue INFO >>83 [666] -2015-03-12 06:37:35 sendUrl INFO 83 [666] R:OK -2015-03-12 06:38:25 queue INFO >>83 [667] -2015-03-12 06:38:25 sendUrl INFO 83 [667] R:OK -2015-03-12 06:39:15 queue INFO >>83 [668] -2015-03-12 06:39:15 sendUrl INFO 83 [668] R:OK -2015-03-12 06:40:05 queue INFO >>83 [669] -2015-03-12 06:40:06 sendUrl INFO 83 [669] R:OK -2015-03-12 06:40:55 queue INFO >>83 [670] -2015-03-12 06:40:55 sendUrl INFO 83 [670] R:OK -2015-03-12 06:41:45 queue INFO >>83 [671] -2015-03-12 06:41:46 sendUrl INFO 83 [671] R:OK -2015-03-12 06:42:36 queue INFO >>83 [672] -2015-03-12 06:42:36 sendUrl INFO 83 [672] R:OK -2015-03-12 06:43:26 queue INFO >>83 [673] -2015-03-12 06:43:26 sendUrl INFO 83 [673] R:OK -2015-03-12 06:44:10 queue INFO 87 [674] -2015-03-12 06:44:11 queue INFO >87 [675] -2015-03-12 06:44:11 sendUrl INFO 87 [674] R:OK -2015-03-12 06:44:11 sendUrl INFO 87 [675] R:OK -2015-03-12 06:44:12 queue INFO 83 [676] -2015-03-12 06:44:12 queue INFO >83 [677] -2015-03-12 06:44:12 sendUrl INFO 83 [676] R:OK -2015-03-12 06:44:13 sendUrl INFO 83 [677] R:OK -2015-03-12 06:45:02 queue INFO >>83 [678] -2015-03-12 06:45:03 sendUrl INFO 83 [678] R:OK -2015-03-12 06:45:52 queue INFO >>83 [679] -2015-03-12 06:45:52 sendUrl INFO 83 [679] R:OK -2015-03-12 06:46:42 queue INFO >>83 [680] -2015-03-12 06:46:43 sendUrl INFO 83 [680] R:OK -2015-03-12 06:47:33 queue INFO >>83 [681] -2015-03-12 06:47:33 sendUrl INFO 83 [681] R:OK -2015-03-12 06:48:23 queue INFO >>83 [682] -2015-03-12 06:48:23 sendUrl INFO 83 [682] R:OK -2015-03-12 06:49:13 queue INFO >>83 [683] -2015-03-12 06:49:13 sendUrl INFO 83 [683] R:OK -2015-03-12 06:50:03 queue INFO >>83 [684] -2015-03-12 06:50:03 sendUrl INFO 83 [684] R:OK -2015-03-12 06:50:53 queue INFO >>83 [685] -2015-03-12 06:50:53 sendUrl INFO 83 [685] R:OK -2015-03-12 06:51:18 queue INFO 87 [686] -2015-03-12 06:51:19 queue INFO >87 [687] -2015-03-12 06:51:19 sendUrl INFO 87 [686] R:OK -2015-03-12 06:51:19 sendUrl INFO 87 [687] R:OK -2015-03-12 06:51:20 queue INFO 83 [688] -2015-03-12 06:51:20 sendUrl INFO 83 [688] R:OK -2015-03-12 06:51:20 queue INFO >83 [689] -2015-03-12 06:51:21 sendUrl INFO 83 [689] R:OK -2015-03-12 06:52:10 queue INFO >>83 [690] -2015-03-12 06:52:10 sendUrl INFO 83 [690] R:OK -2015-03-12 06:53:00 queue INFO >>83 [691] -2015-03-12 06:53:01 sendUrl INFO 83 [691] R:OK -2015-03-12 06:53:50 queue INFO >>83 [692] -2015-03-12 06:53:51 sendUrl INFO 83 [692] R:OK -2015-03-12 06:54:41 queue INFO >>83 [693] -2015-03-12 06:54:41 sendUrl INFO 83 [693] R:OK -2015-03-12 06:55:31 queue INFO >>83 [694] -2015-03-12 06:55:31 sendUrl INFO 83 [694] R:OK -2015-03-12 06:56:21 queue INFO >>83 [695] -2015-03-12 06:56:21 sendUrl INFO 83 [695] R:OK -2015-03-12 06:57:11 queue INFO >>83 [696] -2015-03-12 06:57:12 sendUrl INFO 83 [696] R:OK -2015-03-12 06:58:01 queue INFO >>83 [697] -2015-03-12 06:58:01 sendUrl INFO 83 [697] R:OK -2015-03-12 06:58:27 queue INFO 87 [698] -2015-03-12 06:58:27 queue INFO >87 [699] -2015-03-12 06:58:27 sendUrl INFO 87 [698] R:OK -2015-03-12 06:58:28 sendUrl INFO 87 [699] R:OK -2015-03-12 06:58:28 queue INFO 83 [700] -2015-03-12 06:58:29 queue INFO >83 [701] -2015-03-12 06:58:29 sendUrl INFO 83 [700] R:OK -2015-03-12 06:58:29 sendUrl INFO 83 [701] R:OK -2015-03-12 06:59:18 queue INFO >>83 [702] -2015-03-12 06:59:19 sendUrl INFO 83 [702] R:OK -2015-03-12 07:00:09 queue INFO >>83 [703] -2015-03-12 07:00:09 sendUrl INFO 83 [703] R:OK -2015-03-12 07:00:59 queue INFO >>83 [704] -2015-03-12 07:00:59 sendUrl INFO 83 [704] R:OK -2015-03-12 07:01:49 queue INFO >>83 [705] -2015-03-12 07:01:49 sendUrl INFO 83 [705] R:OK -2015-03-12 07:02:39 queue INFO >>83 [706] -2015-03-12 07:02:39 sendUrl INFO 83 [706] R:OK -2015-03-12 07:03:29 queue INFO >>83 [707] -2015-03-12 07:03:30 sendUrl INFO 83 [707] R:OK -2015-03-12 07:04:19 queue INFO >>83 [708] -2015-03-12 07:04:19 sendUrl INFO 83 [708] R:OK -2015-03-12 07:05:10 queue INFO >>83 [709] -2015-03-12 07:05:10 sendUrl INFO 83 [709] R:OK -2015-03-12 07:05:35 queue INFO 87 [710] -2015-03-12 07:05:35 queue INFO >87 [711] -2015-03-12 07:05:36 sendUrl INFO 87 [710] R:OK -2015-03-12 07:05:36 sendUrl INFO 87 [711] R:OK -2015-03-12 07:05:37 queue INFO 83 [712] -2015-03-12 07:05:37 queue INFO >83 [713] -2015-03-12 07:05:37 sendUrl INFO 83 [712] R:OK -2015-03-12 07:05:38 sendUrl INFO 83 [713] R:OK -2015-03-12 07:05:50 queue INFO C3 [714] -2015-03-12 07:05:50 queue INFO >C3 [715] -2015-03-12 07:05:50 sendUrl INFO C3 [714] R:OK -2015-03-12 07:05:51 sendUrl INFO C3 [715] R:OK -2015-03-12 07:06:40 queue INFO >>C3 [716] -2015-03-12 07:06:40 sendUrl INFO C3 [716] R:OK -2015-03-12 07:07:30 queue INFO >>C3 [717] -2015-03-12 07:07:30 sendUrl INFO C3 [717] R:OK -2015-03-12 07:08:20 queue INFO >>C3 [718] -2015-03-12 07:08:21 sendUrl INFO C3 [718] R:OK -2015-03-12 07:09:10 queue INFO >>C3 [719] -2015-03-12 07:09:10 sendUrl INFO C3 [719] R:OK -2015-03-12 07:10:00 queue INFO >>C3 [720] -2015-03-12 07:10:01 sendUrl INFO C3 [720] R:OK -2015-03-12 07:10:51 queue INFO >>C3 [721] -2015-03-12 07:10:51 sendUrl INFO C3 [721] R:OK -2015-03-12 07:11:41 queue INFO >>C3 [722] -2015-03-12 07:11:41 sendUrl INFO C3 [722] R:OK -2015-03-12 07:12:31 queue INFO >>C3 [723] -2015-03-12 07:12:31 sendUrl INFO C3 [723] R:OK -2015-03-12 07:12:44 queue INFO C7 [724] -2015-03-12 07:12:44 sendUrl INFO C7 [724] R:OK -2015-03-12 07:12:44 queue INFO >C7 [725] -2015-03-12 07:12:44 sendUrl INFO C7 [725] R:OK -2015-03-12 07:12:45 queue INFO C3 [726] -2015-03-12 07:12:46 queue INFO >C3 [727] -2015-03-12 07:12:46 sendUrl INFO C3 [726] R:OK -2015-03-12 07:12:46 sendUrl INFO C3 [727] R:OK -2015-03-12 07:13:10 queue INFO 83 [728] -2015-03-12 07:13:11 sendUrl INFO 83 [728] R:OK -2015-03-12 07:13:11 queue INFO >83 [729] -2015-03-12 07:13:11 sendUrl INFO 83 [729] R:OK -2015-03-12 07:14:01 queue INFO >>83 [730] -2015-03-12 07:14:01 sendUrl INFO 83 [730] R:OK -2015-03-12 07:14:51 queue INFO >>83 [731] -2015-03-12 07:14:51 sendUrl INFO 83 [731] R:OK -2015-03-12 07:15:41 queue INFO >>83 [732] -2015-03-12 07:15:41 sendUrl INFO 83 [732] R:OK -2015-03-12 07:16:31 queue INFO >>83 [733] -2015-03-12 07:16:31 sendUrl INFO 83 [733] R:OK -2015-03-12 07:17:21 queue INFO >>83 [734] -2015-03-12 07:17:22 sendUrl INFO 83 [734] R:OK -2015-03-12 07:18:11 queue INFO >>83 [735] -2015-03-12 07:18:12 sendUrl INFO 83 [735] R:OK -2015-03-12 07:19:01 queue INFO >>83 [736] -2015-03-12 07:19:02 sendUrl INFO 83 [736] R:OK -2015-03-12 07:19:52 queue INFO >>83 [737] -2015-03-12 07:19:52 sendUrl INFO 83 [737] R:OK -2015-03-12 07:20:07 queue INFO 87 [738] -2015-03-12 07:20:07 queue INFO >87 [739] -2015-03-12 07:20:07 sendUrl INFO 87 [738] R:OK -2015-03-12 07:20:08 sendUrl INFO 87 [739] R:OK -2015-03-12 07:20:08 queue INFO 83 [740] -2015-03-12 07:20:09 queue INFO >83 [741] -2015-03-12 07:20:09 sendUrl INFO 83 [740] R:OK -2015-03-12 07:20:09 sendUrl INFO 83 [741] R:OK -2015-03-12 07:20:59 queue INFO >>83 [742] -2015-03-12 07:20:59 sendUrl INFO 83 [742] R:OK -2015-03-12 07:21:49 queue INFO >>83 [743] -2015-03-12 07:21:49 sendUrl INFO 83 [743] R:OK -2015-03-12 07:22:39 queue INFO >>83 [744] -2015-03-12 07:22:39 sendUrl INFO 83 [744] R:OK -2015-03-12 07:23:29 queue INFO >>83 [745] -2015-03-12 07:23:29 sendUrl INFO 83 [745] R:OK -2015-03-12 07:24:19 queue INFO >>83 [746] -2015-03-12 07:24:20 sendUrl INFO 83 [746] R:OK -2015-03-12 07:25:09 queue INFO >>83 [747] -2015-03-12 07:25:10 sendUrl INFO 83 [747] R:OK -2015-03-12 07:25:59 queue INFO >>83 [748] -2015-03-12 07:26:00 sendUrl INFO 83 [748] R:OK -2015-03-12 07:26:50 queue INFO >>83 [749] -2015-03-12 07:26:50 sendUrl INFO 83 [749] R:OK -2015-03-12 07:27:31 queue INFO 87 [750] -2015-03-12 07:27:31 queue INFO >87 [751] -2015-03-12 07:27:31 sendUrl INFO 87 [750] R:OK -2015-03-12 07:27:32 sendUrl INFO 87 [751] R:OK -2015-03-12 07:27:33 queue INFO 83 [752] -2015-03-12 07:27:33 sendUrl INFO 83 [752] R:OK -2015-03-12 07:27:33 queue INFO >83 [753] -2015-03-12 07:27:33 sendUrl INFO 83 [753] R:OK -2015-03-12 07:28:23 queue INFO >>83 [754] -2015-03-12 07:28:23 sendUrl INFO 83 [754] R:OK -2015-03-12 07:29:13 queue INFO >>83 [755] -2015-03-12 07:29:14 sendUrl INFO 83 [755] R:OK -2015-03-12 07:30:03 queue INFO >>83 [756] -2015-03-12 07:30:03 sendUrl INFO 83 [756] R:OK -2015-03-12 07:30:53 queue INFO >>83 [757] -2015-03-12 07:30:54 sendUrl INFO 83 [757] R:OK -2015-03-12 07:31:43 queue INFO >>83 [758] -2015-03-12 07:31:44 sendUrl INFO 83 [758] R:OK -2015-03-12 07:32:34 queue INFO >>83 [759] -2015-03-12 07:32:34 sendUrl INFO 83 [759] R:OK -2015-03-12 07:33:24 queue INFO >>83 [760] -2015-03-12 07:33:24 sendUrl INFO 83 [760] R:OK -2015-03-12 07:34:14 queue INFO >>83 [761] -2015-03-12 07:34:14 sendUrl INFO 83 [761] R:OK -2015-03-12 07:34:39 queue INFO 87 [762] -2015-03-12 07:34:39 queue INFO >87 [763] -2015-03-12 07:34:40 sendUrl INFO 87 [762] R:OK -2015-03-12 07:34:40 sendUrl INFO 87 [763] R:OK -2015-03-12 07:34:41 queue INFO 83 [764] -2015-03-12 07:34:41 queue INFO >83 [765] -2015-03-12 07:34:41 sendUrl INFO 83 [764] R:OK -2015-03-12 07:34:42 sendUrl INFO 83 [765] R:OK -2015-03-12 07:35:31 queue INFO >>83 [766] -2015-03-12 07:35:31 sendUrl INFO 83 [766] R:OK -2015-03-12 07:36:21 queue INFO >>83 [767] -2015-03-12 07:36:21 sendUrl INFO 83 [767] R:OK -2015-03-12 07:37:11 queue INFO >>83 [768] -2015-03-12 07:37:12 sendUrl INFO 83 [768] R:OK -2015-03-12 07:38:01 queue INFO >>83 [769] -2015-03-12 07:38:01 sendUrl INFO 83 [769] R:OK -2015-03-12 07:38:52 queue INFO >>83 [770] -2015-03-12 07:38:52 sendUrl INFO 83 [770] R:OK -2015-03-12 07:39:42 queue INFO >>83 [771] -2015-03-12 07:39:42 sendUrl INFO 83 [771] R:OK -2015-03-12 07:40:32 queue INFO >>83 [772] -2015-03-12 07:40:32 sendUrl INFO 83 [772] R:OK -2015-03-12 07:41:22 queue INFO >>83 [773] -2015-03-12 07:41:22 sendUrl INFO 83 [773] R:OK -2015-03-12 07:41:47 queue INFO 87 [774] -2015-03-12 07:41:47 queue INFO >87 [775] -2015-03-12 07:41:47 sendUrl INFO 87 [774] R:OK -2015-03-12 07:41:48 sendUrl INFO 87 [775] R:OK -2015-03-12 07:41:49 queue INFO 83 [776] -2015-03-12 07:41:49 sendUrl INFO 83 [776] R:OK -2015-03-12 07:41:49 queue INFO >83 [777] -2015-03-12 07:41:49 sendUrl INFO 83 [777] R:OK -2015-03-12 07:42:39 queue INFO >>83 [778] -2015-03-12 07:42:39 sendUrl INFO 83 [778] R:OK -2015-03-12 07:43:29 queue INFO >>83 [779] -2015-03-12 07:43:30 sendUrl INFO 83 [779] R:OK -2015-03-12 07:44:19 queue INFO >>83 [780] -2015-03-12 07:44:19 sendUrl INFO 83 [780] R:OK -2015-03-12 07:45:09 queue INFO >>83 [781] -2015-03-12 07:45:10 sendUrl INFO 83 [781] R:OK -2015-03-12 07:46:00 queue INFO >>83 [782] -2015-03-12 07:46:00 sendUrl INFO 83 [782] R:OK -2015-03-12 07:46:50 queue INFO >>83 [783] -2015-03-12 07:46:50 sendUrl INFO 83 [783] R:OK -2015-03-12 07:47:40 queue INFO >>83 [784] -2015-03-12 07:47:40 sendUrl INFO 83 [784] R:OK -2015-03-12 07:48:30 queue INFO >>83 [785] -2015-03-12 07:48:30 sendUrl INFO 83 [785] R:OK -2015-03-12 07:48:56 queue INFO 87 [786] -2015-03-12 07:48:56 queue INFO >87 [787] -2015-03-12 07:48:56 sendUrl INFO 87 [786] R:OK -2015-03-12 07:48:56 sendUrl INFO 87 [787] R:OK -2015-03-12 07:48:57 queue INFO 83 [788] -2015-03-12 07:48:57 sendUrl INFO 83 [788] R:OK -2015-03-12 07:48:57 queue INFO >83 [789] -2015-03-12 07:48:58 sendUrl INFO 83 [789] R:OK -2015-03-12 07:49:22 queue INFO C3 [790] -2015-03-12 07:49:23 queue INFO >C3 [791] -2015-03-12 07:49:23 sendUrl INFO C3 [790] R:OK -2015-03-12 07:49:23 sendUrl INFO C3 [791] R:OK -2015-03-12 07:50:13 queue INFO >>C3 [792] -2015-03-12 07:50:13 sendUrl INFO C3 [792] R:OK -2015-03-12 07:51:03 queue INFO >>C3 [793] -2015-03-12 07:51:03 sendUrl INFO C3 [793] R:OK -2015-03-12 07:51:53 queue INFO >>C3 [794] -2015-03-12 07:51:53 sendUrl INFO C3 [794] R:OK -2015-03-12 07:52:43 queue INFO >>C3 [795] -2015-03-12 07:52:43 sendUrl INFO C3 [795] R:OK -2015-03-12 07:53:33 queue INFO >>C3 [796] -2015-03-12 07:53:34 sendUrl INFO C3 [796] R:OK -2015-03-12 07:54:23 queue INFO >>C3 [797] -2015-03-12 07:54:23 sendUrl INFO C3 [797] R:OK -2015-03-12 07:55:13 queue INFO >>C3 [798] -2015-03-12 07:55:14 sendUrl INFO C3 [798] R:OK -2015-03-12 07:56:04 queue INFO >>C3 [799] -2015-03-12 07:56:04 sendUrl INFO C3 [799] R:OK -2015-03-12 07:56:17 queue INFO C7 [800] -2015-03-12 07:56:17 sendUrl INFO C7 [800] R:OK -2015-03-12 07:56:17 queue INFO >C7 [801] -2015-03-12 07:56:17 sendUrl INFO C7 [801] R:OK -2015-03-12 07:56:18 queue INFO C3 [802] -2015-03-12 07:56:18 queue INFO >C3 [803] -2015-03-12 07:56:19 sendUrl INFO C3 [802] R:OK -2015-03-12 07:56:19 sendUrl INFO C3 [803] R:OK -2015-03-12 07:56:31 queue INFO 83 [804] -2015-03-12 07:56:31 queue INFO >83 [805] -2015-03-12 07:56:31 sendUrl INFO 83 [804] R:OK -2015-03-12 07:56:32 sendUrl INFO 83 [805] R:OK -2015-03-12 07:57:21 queue INFO >>83 [806] -2015-03-12 07:57:21 sendUrl INFO 83 [806] R:OK -2015-03-12 07:58:11 queue INFO >>83 [807] -2015-03-12 07:58:12 sendUrl INFO 83 [807] R:OK -2015-03-12 07:59:01 queue INFO >>83 [808] -2015-03-12 07:59:01 sendUrl INFO 83 [808] R:OK -2015-03-12 07:59:51 queue INFO >>83 [809] -2015-03-12 07:59:52 sendUrl INFO 83 [809] R:OK -2015-03-12 08:00:42 queue INFO >>83 [810] -2015-03-12 08:00:42 sendUrl INFO 83 [810] R:OK -2015-03-12 08:01:32 queue INFO >>83 [811] -2015-03-12 08:01:32 sendUrl INFO 83 [811] R:OK -2015-03-12 08:02:22 queue INFO >>83 [812] -2015-03-12 08:02:22 sendUrl INFO 83 [812] R:OK -2015-03-12 08:03:12 queue INFO >>83 [813] -2015-03-12 08:03:12 sendUrl INFO 83 [813] R:OK -2015-03-12 08:03:27 queue INFO 87 [814] -2015-03-12 08:03:28 queue INFO >87 [815] -2015-03-12 08:03:28 sendUrl INFO 87 [814] R:OK -2015-03-12 08:03:28 sendUrl INFO 87 [815] R:OK -2015-03-12 08:03:29 queue INFO 83 [816] -2015-03-12 08:03:29 sendUrl INFO 83 [816] R:OK -2015-03-12 08:03:29 queue INFO >83 [817] -2015-03-12 08:03:30 sendUrl INFO 83 [817] R:OK -2015-03-12 08:04:19 queue INFO >>83 [818] -2015-03-12 08:04:19 sendUrl INFO 83 [818] R:OK -2015-03-12 08:05:09 queue INFO >>83 [819] -2015-03-12 08:05:10 sendUrl INFO 83 [819] R:OK -2015-03-12 08:05:59 queue INFO >>83 [820] -2015-03-12 08:06:00 sendUrl INFO 83 [820] R:OK -2015-03-12 08:06:50 queue INFO >>83 [821] -2015-03-12 08:06:50 sendUrl INFO 83 [821] R:OK -2015-03-12 08:07:40 queue INFO >>83 [822] -2015-03-12 08:07:40 sendUrl INFO 83 [822] R:OK -2015-03-12 08:08:30 queue INFO >>83 [823] -2015-03-12 08:08:30 sendUrl INFO 83 [823] R:OK -2015-03-12 08:09:20 queue INFO >>83 [824] -2015-03-12 08:09:20 sendUrl INFO 83 [824] R:OK -2015-03-12 08:10:10 queue INFO >>83 [825] -2015-03-12 08:10:10 sendUrl INFO 83 [825] R:OK -2015-03-12 08:11:00 queue INFO >>83 [826] -2015-03-12 08:11:01 sendUrl INFO 83 [826] R:OK -2015-03-12 08:11:50 queue INFO >>83 [827] -2015-03-12 08:11:51 sendUrl INFO 83 [827] R:OK -2015-03-12 08:12:26 queue INFO 81 [828] -2015-03-12 08:12:26 queue INFO >81 [829] -2015-03-12 08:12:26 sendUrl INFO 81 [828] R:OK -2015-03-12 08:12:27 sendUrl INFO 81 [829] R:OK -2015-03-12 08:13:16 queue INFO >>81 [830] -2015-03-12 08:13:17 sendUrl INFO 81 [830] R:OK -2015-03-12 08:14:06 queue INFO >>81 [831] -2015-03-12 08:14:06 sendUrl INFO 81 [831] R:OK -2015-03-12 08:14:56 queue INFO >>81 [832] -2015-03-12 08:14:57 sendUrl INFO 81 [832] R:OK -2015-03-12 08:15:46 queue INFO >>81 [833] -2015-03-12 08:15:47 sendUrl INFO 81 [833] R:OK -2015-03-12 08:16:37 queue INFO >>81 [834] -2015-03-12 08:16:37 sendUrl INFO 81 [834] R:OK -2015-03-12 08:17:27 queue INFO >>81 [835] -2015-03-12 08:17:27 sendUrl INFO 81 [835] R:OK -2015-03-12 08:18:17 queue INFO >>81 [836] -2015-03-12 08:18:17 sendUrl INFO 81 [836] R:OK -2015-03-12 08:18:31 queue INFO 87 [837] -2015-03-12 08:18:31 queue INFO >87 [838] -2015-03-12 08:18:32 sendUrl INFO 87 [837] R:OK -2015-03-12 08:18:32 sendUrl INFO 87 [838] R:OK -2015-03-12 08:18:33 queue INFO 83 [839] -2015-03-12 08:18:33 queue INFO >83 [840] -2015-03-12 08:18:33 sendUrl INFO 83 [839] R:OK -2015-03-12 08:18:34 sendUrl INFO 83 [840] R:OK -2015-03-12 08:19:23 queue INFO >>83 [841] -2015-03-12 08:19:23 sendUrl INFO 83 [841] R:OK -2015-03-12 08:20:13 queue INFO >>83 [842] -2015-03-12 08:20:13 sendUrl INFO 83 [842] R:OK -2015-03-12 08:21:03 queue INFO >>83 [843] -2015-03-12 08:21:04 sendUrl INFO 83 [843] R:OK -2015-03-12 08:21:53 queue INFO >>83 [844] -2015-03-12 08:21:53 sendUrl INFO 83 [844] R:OK -2015-03-12 08:22:43 queue INFO >>83 [845] -2015-03-12 08:22:44 sendUrl INFO 83 [845] R:OK -2015-03-12 08:23:34 queue INFO >>83 [846] -2015-03-12 08:23:34 sendUrl INFO 83 [846] R:OK -2015-03-12 08:24:24 queue INFO >>83 [847] -2015-03-12 08:24:24 sendUrl INFO 83 [847] R:OK -2015-03-12 08:25:14 queue INFO >>83 [848] -2015-03-12 08:25:14 sendUrl INFO 83 [848] R:OK -2015-03-12 08:25:39 queue INFO 87 [849] -2015-03-12 08:25:39 sendUrl INFO 87 [849] R:OK -2015-03-12 08:25:40 queue INFO >87 [850] -2015-03-12 08:25:40 sendUrl INFO 87 [850] R:OK -2015-03-12 08:25:41 queue INFO 83 [851] -2015-03-12 08:25:41 queue INFO >83 [852] -2015-03-12 08:25:41 sendUrl INFO 83 [851] R:OK -2015-03-12 08:25:42 sendUrl INFO 83 [852] R:OK -2015-03-12 08:26:31 queue INFO >>83 [853] -2015-03-12 08:26:31 sendUrl INFO 83 [853] R:OK -2015-03-12 08:27:21 queue INFO >>83 [854] -2015-03-12 08:27:22 sendUrl INFO 83 [854] R:OK -2015-03-12 08:28:11 queue INFO >>83 [855] -2015-03-12 08:28:11 sendUrl INFO 83 [855] R:OK -2015-03-12 08:29:02 queue INFO >>83 [856] -2015-03-12 08:29:02 sendUrl INFO 83 [856] R:OK -2015-03-12 08:29:52 queue INFO >>83 [857] -2015-03-12 08:29:52 sendUrl INFO 83 [857] R:OK -2015-03-12 08:30:42 queue INFO >>83 [858] -2015-03-12 08:30:42 sendUrl INFO 83 [858] R:OK -2015-03-12 08:31:32 queue INFO >>83 [859] -2015-03-12 08:31:32 sendUrl INFO 83 [859] R:OK -2015-03-12 08:32:22 queue INFO >>83 [860] -2015-03-12 08:32:23 sendUrl INFO 83 [860] R:OK -2015-03-12 08:32:47 queue INFO 87 [861] -2015-03-12 08:32:48 queue INFO >87 [862] -2015-03-12 08:32:48 sendUrl INFO 87 [861] R:OK -2015-03-12 08:32:48 sendUrl INFO 87 [862] R:OK -2015-03-12 08:32:49 queue INFO 83 [863] -2015-03-12 08:32:49 queue INFO >83 [864] -2015-03-12 08:32:49 sendUrl INFO 83 [863] R:OK -2015-03-12 08:32:50 sendUrl INFO 83 [864] R:OK -2015-03-12 08:33:39 queue INFO >>83 [865] -2015-03-12 08:33:40 sendUrl INFO 83 [865] R:OK -2015-03-12 08:34:29 queue INFO >>83 [866] -2015-03-12 08:34:29 sendUrl INFO 83 [866] R:OK -2015-03-12 08:35:19 queue INFO >>83 [867] -2015-03-12 08:35:20 sendUrl INFO 83 [867] R:OK -2015-03-12 08:36:10 queue INFO >>83 [868] -2015-03-12 08:36:10 sendUrl INFO 83 [868] R:OK -2015-03-12 08:37:00 queue INFO >>83 [869] -2015-03-12 08:37:00 sendUrl INFO 83 [869] R:OK -2015-03-12 08:37:50 queue INFO >>83 [870] -2015-03-12 08:37:50 sendUrl INFO 83 [870] R:OK -2015-03-12 08:38:40 queue INFO >>83 [871] -2015-03-12 08:38:40 sendUrl INFO 83 [871] R:OK -2015-03-12 08:39:30 queue INFO >>83 [872] -2015-03-12 08:39:31 sendUrl INFO 83 [872] R:OK -2015-03-12 08:40:08 queue INFO 87 [873] -2015-03-12 08:40:08 sendUrl INFO 87 [873] R:OK -2015-03-12 08:40:08 queue INFO >87 [874] -2015-03-12 08:40:09 sendUrl INFO 87 [874] R:OK -2015-03-12 08:40:10 queue INFO 83 [875] -2015-03-12 08:40:10 queue INFO >83 [876] -2015-03-12 08:40:10 sendUrl INFO 83 [875] R:OK -2015-03-12 08:40:11 sendUrl INFO 83 [876] R:OK -2015-03-12 08:40:23 queue INFO C3 [877] -2015-03-12 08:40:23 queue INFO >C3 [878] -2015-03-12 08:40:23 sendUrl INFO C3 [877] R:OK -2015-03-12 08:40:23 sendUrl INFO C3 [878] R:OK -2015-03-12 08:41:13 queue INFO >>C3 [879] -2015-03-12 08:41:13 sendUrl INFO C3 [879] R:OK -2015-03-12 08:42:03 queue INFO >>C3 [880] -2015-03-12 08:42:03 sendUrl INFO C3 [880] R:OK -2015-03-12 08:42:53 queue INFO >>C3 [881] -2015-03-12 08:42:53 sendUrl INFO C3 [881] R:OK -2015-03-12 08:43:43 queue INFO >>C3 [882] -2015-03-12 08:43:44 sendUrl INFO C3 [882] R:OK -2015-03-12 08:44:33 queue INFO >>C3 [883] -2015-03-12 08:44:34 sendUrl INFO C3 [883] R:OK -2015-03-12 08:45:24 queue INFO >>C3 [884] -2015-03-12 08:45:24 sendUrl INFO C3 [884] R:OK -2015-03-12 08:46:14 queue INFO >>C3 [885] -2015-03-12 08:46:14 sendUrl INFO C3 [885] R:OK -2015-03-12 08:47:04 queue INFO >>C3 [886] -2015-03-12 08:47:04 sendUrl INFO C3 [886] R:OK -2015-03-12 08:47:17 queue INFO C7 [887] -2015-03-12 08:47:17 queue INFO >C7 [888] -2015-03-12 08:47:17 sendUrl INFO C7 [887] R:OK -2015-03-12 08:47:18 sendUrl INFO C7 [888] R:OK -2015-03-12 08:47:18 queue INFO C3 [889] -2015-03-12 08:47:19 sendUrl INFO C3 [889] R:OK -2015-03-12 08:47:19 queue INFO >C3 [890] -2015-03-12 08:47:19 sendUrl INFO C3 [890] R:OK -2015-03-12 08:47:31 queue INFO 83 [891] -2015-03-12 08:47:31 sendUrl INFO 83 [891] R:OK -2015-03-12 08:47:31 queue INFO >83 [892] -2015-03-12 08:47:32 sendUrl INFO 83 [892] R:OK -2015-03-12 08:48:21 queue INFO >>83 [893] -2015-03-12 08:48:22 sendUrl INFO 83 [893] R:OK -2015-03-12 08:49:11 queue INFO >>83 [894] -2015-03-12 08:49:12 sendUrl INFO 83 [894] R:OK -2015-03-12 08:50:01 queue INFO >>83 [895] -2015-03-12 08:50:02 sendUrl INFO 83 [895] R:OK -2015-03-12 08:50:52 queue INFO >>83 [896] -2015-03-12 08:50:52 sendUrl INFO 83 [896] R:OK -2015-03-12 08:51:42 queue INFO >>83 [897] -2015-03-12 08:51:42 sendUrl INFO 83 [897] R:OK -2015-03-12 08:52:32 queue INFO >>83 [898] -2015-03-12 08:52:32 sendUrl INFO 83 [898] R:OK -2015-03-12 08:53:22 queue INFO >>83 [899] -2015-03-12 08:53:23 sendUrl INFO 83 [899] R:OK -2015-03-12 08:54:12 queue INFO >>83 [900] -2015-03-12 08:54:12 sendUrl INFO 83 [900] R:OK -2015-03-12 08:54:28 queue INFO 87 [901] -2015-03-12 08:54:28 queue INFO >87 [902] -2015-03-12 08:54:28 sendUrl INFO 87 [901] R:OK -2015-03-12 08:54:28 sendUrl INFO 87 [902] R:OK -2015-03-12 08:54:29 queue INFO 83 [903] -2015-03-12 08:54:30 sendUrl INFO 83 [903] R:OK -2015-03-12 08:54:30 queue INFO >83 [904] -2015-03-12 08:54:30 sendUrl INFO 83 [904] R:OK -2015-03-12 08:55:20 queue INFO >>83 [905] -2015-03-12 08:55:20 sendUrl INFO 83 [905] R:OK -2015-03-12 08:56:10 queue INFO >>83 [906] -2015-03-12 08:56:10 sendUrl INFO 83 [906] R:OK -2015-03-12 08:57:00 queue INFO >>83 [907] -2015-03-12 08:57:00 sendUrl INFO 83 [907] R:OK -2015-03-12 08:57:50 queue INFO >>83 [908] -2015-03-12 08:57:50 sendUrl INFO 83 [908] R:OK -2015-03-12 08:58:40 queue INFO >>83 [909] -2015-03-12 08:58:41 sendUrl INFO 83 [909] R:OK -2015-03-12 08:59:30 queue INFO >>83 [910] -2015-03-12 08:59:30 sendUrl INFO 83 [910] R:OK -2015-03-12 09:00:20 queue INFO >>83 [911] -2015-03-12 09:00:21 sendUrl INFO 83 [911] R:OK -2015-03-12 09:01:11 queue INFO >>83 [912] -2015-03-12 09:01:11 sendUrl INFO 83 [912] R:OK -2015-03-12 09:01:36 queue INFO 87 [913] -2015-03-12 09:01:36 queue INFO >87 [914] -2015-03-12 09:01:36 sendUrl INFO 87 [913] R:OK -2015-03-12 09:01:37 sendUrl INFO 87 [914] R:OK -2015-03-12 09:01:37 queue INFO 83 [915] -2015-03-12 09:01:38 queue INFO >83 [916] -2015-03-12 09:01:38 sendUrl INFO 83 [915] R:OK -2015-03-12 09:01:38 sendUrl INFO 83 [916] R:OK -2015-03-12 09:02:27 queue INFO >>83 [917] -2015-03-12 09:02:28 sendUrl INFO 83 [917] R:OK -2015-03-12 09:03:18 queue INFO >>83 [918] -2015-03-12 09:03:18 sendUrl INFO 83 [918] R:OK -2015-03-12 09:04:08 queue INFO >>83 [919] -2015-03-12 09:04:08 sendUrl INFO 83 [919] R:OK -2015-03-12 09:04:58 queue INFO >>83 [920] -2015-03-12 09:04:58 sendUrl INFO 83 [920] R:OK -2015-03-12 09:05:48 queue INFO >>83 [921] -2015-03-12 09:05:49 sendUrl INFO 83 [921] R:OK -2015-03-12 09:06:25 queue INFO 81 [922] -2015-03-12 09:06:25 queue INFO >81 [923] -2015-03-12 09:06:25 sendUrl INFO 81 [922] R:OK -2015-03-12 09:06:26 sendUrl INFO 81 [923] R:OK -2015-03-12 09:07:15 queue INFO >>81 [924] -2015-03-12 09:07:15 sendUrl INFO 81 [924] R:OK -2015-03-12 09:08:05 queue INFO >>81 [925] -2015-03-12 09:08:05 sendUrl INFO 81 [925] R:OK -2015-03-12 09:08:55 queue INFO >>81 [926] -2015-03-12 09:08:56 sendUrl INFO 81 [926] R:OK -2015-03-12 09:09:20 queue INFO 85 [927] -2015-03-12 09:09:20 queue INFO >85 [928] -2015-03-12 09:09:20 sendUrl INFO 85 [927] R:OK -2015-03-12 09:09:21 sendUrl INFO 85 [928] R:OK -2015-03-12 09:09:22 queue INFO 81 [929] -2015-03-12 09:09:22 queue INFO >81 [930] -2015-03-12 09:09:22 sendUrl INFO 81 [929] R:OK -2015-03-12 09:09:22 sendUrl INFO 81 [930] R:OK -2015-03-12 09:10:12 queue INFO >>81 [931] -2015-03-12 09:10:12 sendUrl INFO 81 [931] R:OK -2015-03-12 09:11:02 queue INFO >>81 [932] -2015-03-12 09:11:02 sendUrl INFO 81 [932] R:OK -2015-03-12 09:11:42 queue INFO 83 [933] -2015-03-12 09:11:42 sendUrl INFO 83 [933] R:OK -2015-03-12 09:11:42 queue INFO >83 [934] -2015-03-12 09:11:42 sendUrl INFO 83 [934] R:OK -2015-03-12 09:12:32 queue INFO >>83 [935] -2015-03-12 09:12:32 sendUrl INFO 83 [935] R:OK -2015-03-12 09:13:22 queue INFO >>83 [936] -2015-03-12 09:13:23 sendUrl INFO 83 [936] R:OK -2015-03-12 09:14:12 queue INFO >>83 [937] -2015-03-12 09:14:12 sendUrl INFO 83 [937] R:OK -2015-03-12 09:15:02 queue INFO >>83 [938] -2015-03-12 09:15:03 sendUrl INFO 83 [938] R:OK -2015-03-12 09:15:53 queue INFO >>83 [939] -2015-03-12 09:15:53 sendUrl INFO 83 [939] R:OK -2015-03-12 09:16:43 queue INFO >>83 [940] -2015-03-12 09:16:43 sendUrl INFO 83 [940] R:OK -2015-03-12 09:17:33 queue INFO >>83 [941] -2015-03-12 09:17:33 sendUrl INFO 83 [941] R:OK -2015-03-12 09:18:23 queue INFO >>83 [942] -2015-03-12 09:18:24 sendUrl INFO 83 [942] R:OK -2015-03-12 09:19:07 queue INFO 87 [943] -2015-03-12 09:19:08 queue INFO >87 [944] -2015-03-12 09:19:08 sendUrl INFO 87 [943] R:OK -2015-03-12 09:19:08 sendUrl INFO 87 [944] R:OK -2015-03-12 09:19:09 queue INFO 83 [945] -2015-03-12 09:19:09 queue INFO >83 [946] -2015-03-12 09:19:09 sendUrl INFO 83 [945] R:OK -2015-03-12 09:19:10 sendUrl INFO 83 [946] R:OK -2015-03-12 09:19:59 queue INFO >>83 [947] -2015-03-12 09:19:59 sendUrl INFO 83 [947] R:OK -2015-03-12 09:20:49 queue INFO >>83 [948] -2015-03-12 09:20:50 sendUrl INFO 83 [948] R:OK -2015-03-12 09:21:39 queue INFO >>83 [949] -2015-03-12 09:21:40 sendUrl INFO 83 [949] R:OK -2015-03-12 09:22:30 queue INFO >>83 [950] -2015-03-12 09:22:30 sendUrl INFO 83 [950] R:OK -2015-03-12 09:23:20 queue INFO >>83 [951] -2015-03-12 09:23:20 sendUrl INFO 83 [951] R:OK -2015-03-12 09:24:10 queue INFO >>83 [952] -2015-03-12 09:24:10 sendUrl INFO 83 [952] R:OK -2015-03-12 09:25:00 queue INFO >>83 [953] -2015-03-12 09:25:00 sendUrl INFO 83 [953] R:OK -2015-03-12 09:25:50 queue INFO >>83 [954] -2015-03-12 09:25:51 sendUrl INFO 83 [954] R:OK -2015-03-12 09:26:15 queue INFO 87 [955] -2015-03-12 09:26:16 queue INFO >87 [956] -2015-03-12 09:26:16 sendUrl INFO 87 [955] R:OK -2015-03-12 09:26:16 sendUrl INFO 87 [956] R:OK -2015-03-12 09:26:17 queue INFO 83 [957] -2015-03-12 09:26:17 queue INFO >83 [958] -2015-03-12 09:26:17 sendUrl INFO 83 [957] R:OK -2015-03-12 09:26:18 sendUrl INFO 83 [958] R:OK -2015-03-12 09:27:07 queue INFO >>83 [959] -2015-03-12 09:27:08 sendUrl INFO 83 [959] R:OK -2015-03-12 09:27:57 queue INFO >>83 [960] -2015-03-12 09:27:58 sendUrl INFO 83 [960] R:OK -2015-03-12 09:28:47 queue INFO >>83 [961] -2015-03-12 09:28:48 sendUrl INFO 83 [961] R:OK -2015-03-12 09:29:38 queue INFO >>83 [962] -2015-03-12 09:29:38 sendUrl INFO 83 [962] R:OK -2015-03-12 09:30:28 queue INFO >>83 [963] -2015-03-12 09:30:28 sendUrl INFO 83 [963] R:OK -2015-03-12 09:31:18 queue INFO >>83 [964] -2015-03-12 09:31:18 sendUrl INFO 83 [964] R:OK -2015-03-12 09:32:08 queue INFO >>83 [965] -2015-03-12 09:32:09 sendUrl INFO 83 [965] R:OK -2015-03-12 09:32:58 queue INFO >>83 [966] -2015-03-12 09:32:58 sendUrl INFO 83 [966] R:OK -2015-03-12 09:33:24 queue INFO 87 [967] -2015-03-12 09:33:24 queue INFO >87 [968] -2015-03-12 09:33:24 sendUrl INFO 87 [967] R:OK -2015-03-12 09:33:25 sendUrl INFO 87 [968] R:OK -2015-03-12 09:33:25 queue INFO 83 [969] -2015-03-12 09:33:25 queue INFO >83 [970] -2015-03-12 09:33:26 sendUrl INFO 83 [969] R:OK -2015-03-12 09:33:26 sendUrl INFO 83 [970] R:OK -2015-03-12 09:34:15 queue INFO >>83 [971] -2015-03-12 09:34:15 sendUrl INFO 83 [971] R:OK diff --git a/ConfIOB/Donati/1012_157/logfile.txt.20130927 b/ConfIOB/Donati/1012_157/logfile.txt.20130927 deleted file mode 100644 index 242c376..0000000 --- a/ConfIOB/Donati/1012_157/logfile.txt.20130927 +++ /dev/null @@ -1,5856 +0,0 @@ -[2013-09-23 15:21:34] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-23 15:23:36] Avvio ProgrammaReadPar IOB-pi v.1.1 -[2013-09-23 15:23:36] Start ReadPar IOB-pi v.1.1 -[2013-09-23 15:23:37] 0 -[2013-09-23 15:23:39] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-23 22:16:37] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1012&valore=0 -[2013-09-23 22:16:38] 1 -[2013-09-23 22:16:39] NETWORK:Errore http-no com rete-timeout per url: http://192.168.51.71/MPIO/sendReboot.aspx?idxMacchina=1012 -[2013-09-23 22:17:41] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1012&valore=1 -[2013-09-23 22:17:41] 2 -[2013-09-23 22:18:45] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1012&valore=2 -[2013-09-23 22:18:45] 4 -[2013-09-23 22:19:48] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1012&valore=4 -[2013-09-23 22:19:49] 8 -[2013-09-23 22:20:52] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1012&valore=8 -[2013-09-23 22:20:52] 10 -[2013-09-23 22:21:56] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1012&valore=10 -[2013-09-23 22:21:56] 20 -[2013-09-23 22:22:59] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1012&valore=20 -[2013-09-23 22:23:00] 40 -[2013-09-23 22:24:03] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1012&valore=40 -[2013-09-23 22:24:03] 80 -[2013-09-23 22:24:33] Avvio ProgrammaReadPar IOB-pi v.1.1 -[2013-09-23 22:24:33] Start ReadPar IOB-pi v.1.1 -[2013-09-23 22:24:33] 1 -[2013-09-23 22:24:35] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-23 22:24:35] >1 -[2013-09-24 15:55:02] >>1 -[2013-09-24 15:56:02] >>1 -[2013-09-24 15:57:02] >>1 -[2013-09-24 15:57:49] Avvio ProgrammaReadPar IOB-pi v.1.1 -[2013-09-24 15:57:49] Start ReadPar IOB-pi v.1.1 -[2013-09-24 15:57:50] 1 -[2013-09-24 15:57:51] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-24 15:57:52] >1 -[2013-09-24 15:59:06] >>1 -[2013-09-24 15:59:21] Avvio ProgrammaReadPar IOB-pi v.1.1 -[2013-09-24 15:59:21] Start ReadPar IOB-pi v.1.1 -[2013-09-24 15:59:22] 81 -[2013-09-24 15:59:24] >81 -[2013-09-24 15:59:24] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-24 16:03:02] 99 -[2013-09-24 16:03:04] >99 -[2013-09-24 16:03:45] 89 -[2013-09-24 16:03:47] >89 -[2013-09-24 16:03:50] 81 -[2013-09-24 16:03:51] >81 -[2013-09-24 16:04:16] 83 -[2013-09-24 16:04:18] >83 -[2013-09-24 16:05:18] >>83 -[2013-09-24 16:06:18] >>83 -[2013-09-24 16:07:18] >>83 -[2013-09-24 16:08:19] >>83 -[2013-09-24 16:09:19] >>83 -[2013-09-24 16:10:19] >>83 -[2013-09-24 16:11:19] >>83 -[2013-09-24 16:11:34] 87 -[2013-09-24 16:11:35] 83 -[2013-09-24 16:11:39] >83 -[2013-09-24 16:12:42] >>83 -[2013-09-24 16:13:43] >>83 -[2013-09-24 16:14:43] >>83 -[2013-09-24 16:15:43] >>83 -[2013-09-24 16:16:43] >>83 -[2013-09-24 16:17:44] >>83 -[2013-09-24 16:18:44] >>83 -[2013-09-24 16:19:00] 87 -[2013-09-24 16:19:02] 83 -[2013-09-24 16:19:04] >83 -[2013-09-24 16:20:03] >>83 -[2013-09-24 16:21:04] >>83 -[2013-09-24 16:22:04] >>83 -[2013-09-24 16:23:04] >>83 -[2013-09-24 16:24:04] >>83 -[2013-09-24 16:25:05] >>83 -[2013-09-24 16:25:59] 87 -[2013-09-24 16:26:01] 83 -[2013-09-24 16:26:02] >83 -[2013-09-24 16:26:14] C3 -[2013-09-24 16:26:15] >C3 -[2013-09-24 16:27:15] >>C3 -[2013-09-24 16:28:15] >>C3 -[2013-09-24 16:29:15] >>C3 -[2013-09-24 16:30:16] >>C3 -[2013-09-24 16:31:16] >>C3 -[2013-09-24 16:32:16] >>C3 -[2013-09-24 16:32:58] C7 -[2013-09-24 16:32:59] C3 -[2013-09-24 16:33:01] >C3 -[2013-09-24 16:33:25] 83 -[2013-09-24 16:33:26] >83 -[2013-09-24 16:34:26] >>83 -[2013-09-24 16:35:26] >>83 -[2013-09-24 16:36:26] >>83 -[2013-09-24 16:37:26] >>83 -[2013-09-24 16:38:27] >>83 -[2013-09-24 16:39:27] >>83 -[2013-09-24 16:40:11] 87 -[2013-09-24 16:40:13] 83 -[2013-09-24 16:40:14] >83 -[2013-09-24 16:41:14] >>83 -[2013-09-24 16:42:14] >>83 -[2013-09-24 16:43:14] >>83 -[2013-09-24 16:44:15] >>83 -[2013-09-24 16:45:15] >>83 -[2013-09-24 16:46:15] >>83 -[2013-09-24 16:47:09] 87 -[2013-09-24 16:47:11] 83 -[2013-09-24 16:47:12] >83 -[2013-09-24 16:48:12] >>83 -[2013-09-24 16:49:12] >>83 -[2013-09-24 16:50:13] >>83 -[2013-09-24 16:51:13] >>83 -[2013-09-24 16:52:13] >>83 -[2013-09-24 16:53:13] >>83 -[2013-09-24 16:54:07] 87 -[2013-09-24 16:54:09] 83 -[2013-09-24 16:54:10] >83 -[2013-09-24 16:55:10] >>83 -[2013-09-24 16:56:10] >>83 -[2013-09-24 16:57:10] >>83 -[2013-09-24 16:58:11] >>83 -[2013-09-24 16:59:11] >>83 -[2013-09-24 17:00:11] >>83 -[2013-09-24 17:01:05] 87 -[2013-09-24 17:01:07] 83 -[2013-09-24 17:01:08] >83 -[2013-09-24 17:02:08] >>83 -[2013-09-24 17:03:08] >>83 -[2013-09-24 17:04:08] >>83 -[2013-09-24 17:05:09] >>83 -[2013-09-24 17:06:09] >>83 -[2013-09-24 17:07:09] >>83 -[2013-09-24 17:08:04] 87 -[2013-09-24 17:08:05] 83 -[2013-09-24 17:08:07] >83 -[2013-09-24 17:08:31] C3 -[2013-09-24 17:08:32] >C3 -[2013-09-24 17:09:32] >>C3 -[2013-09-24 17:10:32] >>C3 -[2013-09-24 17:11:32] >>C3 -[2013-09-24 17:12:33] >>C3 -[2013-09-24 17:13:33] >>C3 -[2013-09-24 17:14:33] >>C3 -[2013-09-24 17:15:15] C7 -[2013-09-24 17:15:16] C3 -[2013-09-24 17:15:18] >C3 -[2013-09-24 17:15:29] 83 -[2013-09-24 17:15:31] >83 -[2013-09-24 17:16:30] >>83 -[2013-09-24 17:17:31] >>83 -[2013-09-24 17:18:31] >>83 -[2013-09-24 17:19:31] >>83 -[2013-09-24 17:20:31] >>83 -[2013-09-24 17:21:31] >>83 -[2013-09-24 17:22:16] 87 -[2013-09-24 17:22:17] 83 -[2013-09-24 17:22:19] >83 -[2013-09-24 17:23:19] >>83 -[2013-09-24 17:24:19] >>83 -[2013-09-24 17:25:19] >>83 -[2013-09-24 17:26:19] >>83 -[2013-09-24 17:27:19] >>83 -[2013-09-24 17:28:20] >>83 -[2013-09-24 17:29:13] 87 -[2013-09-24 17:29:15] 83 -[2013-09-24 17:29:17] >83 -[2013-09-24 17:30:16] >>83 -[2013-09-24 17:31:16] >>83 -[2013-09-24 17:32:17] >>83 -[2013-09-24 17:33:17] >>83 -[2013-09-24 17:34:17] >>83 -[2013-09-24 17:35:17] >>83 -[2013-09-24 17:36:11] 87 -[2013-09-24 17:36:13] 83 -[2013-09-24 17:36:15] >83 -[2013-09-24 17:37:14] >>83 -[2013-09-24 17:38:15] >>83 -[2013-09-24 17:39:15] >>83 -[2013-09-24 17:40:15] >>83 -[2013-09-24 17:41:15] >>83 -[2013-09-24 17:42:15] >>83 -[2013-09-24 17:43:10] 87 -[2013-09-24 17:43:11] 83 -[2013-09-24 17:43:13] >83 -[2013-09-24 17:44:13] >>83 -[2013-09-24 17:45:13] >>83 -[2013-09-24 17:46:13] >>83 -[2013-09-24 17:47:13] >>83 -[2013-09-24 17:48:14] >>83 -[2013-09-24 17:49:14] >>83 -[2013-09-24 17:50:14] >>83 -[2013-09-24 17:50:21] 87 -[2013-09-24 17:50:22] 83 -[2013-09-24 17:50:24] >83 -[2013-09-24 17:50:35] C3 -[2013-09-24 17:50:37] >C3 -[2013-09-24 17:51:36] >>C3 -[2013-09-24 17:52:36] >>C3 -[2013-09-24 17:53:37] >>C3 -[2013-09-24 17:54:37] >>C3 -[2013-09-24 17:55:37] >>C3 -[2013-09-24 17:56:37] >>C3 -[2013-09-24 17:57:19] C7 -[2013-09-24 17:57:21] C3 -[2013-09-24 17:57:22] >C3 -[2013-09-24 17:57:33] 83 -[2013-09-24 17:57:35] >83 -[2013-09-24 17:58:35] >>83 -[2013-09-24 17:59:35] >>83 -[2013-09-24 18:00:35] >>83 -[2013-09-24 18:01:35] >>83 -[2013-09-24 18:02:36] >>83 -[2013-09-24 18:03:36] >>83 -[2013-09-24 18:04:20] 87 -[2013-09-24 18:04:22] 83 -[2013-09-24 18:04:23] >83 -[2013-09-24 18:05:23] >>83 -[2013-09-24 18:06:23] >>83 -[2013-09-24 18:07:23] >>83 -[2013-09-24 18:08:24] >>83 -[2013-09-24 18:09:24] >>83 -[2013-09-24 18:10:24] >>83 -[2013-09-24 18:11:18] 87 -[2013-09-24 18:11:19] 83 -[2013-09-24 18:11:21] >83 -[2013-09-24 18:12:21] >>83 -[2013-09-24 18:13:21] >>83 -[2013-09-24 18:14:21] >>83 -[2013-09-24 18:15:21] >>83 -[2013-09-24 18:16:21] >>83 -[2013-09-24 18:17:22] >>83 -[2013-09-24 18:18:16] 87 -[2013-09-24 18:18:17] 83 -[2013-09-24 18:18:19] >83 -[2013-09-24 18:19:19] >>83 -[2013-09-24 18:20:19] >>83 -[2013-09-24 18:21:19] >>83 -[2013-09-24 18:22:19] >>83 -[2013-09-24 18:23:20] >>83 -[2013-09-24 18:24:20] >>83 -[2013-09-24 18:25:20] >>83 -[2013-09-24 18:25:26] 87 -[2013-09-24 18:25:28] 83 -[2013-09-24 18:25:29] >83 -[2013-09-24 18:26:29] >>83 -[2013-09-24 18:27:29] >>83 -[2013-09-24 18:28:30] >>83 -[2013-09-24 18:29:30] >>83 -[2013-09-24 18:30:30] >>83 -[2013-09-24 18:31:30] >>83 -[2013-09-24 18:32:25] 87 -[2013-09-24 18:32:27] 83 -[2013-09-24 18:32:28] >83 -[2013-09-24 18:32:39] C3 -[2013-09-24 18:32:41] >C3 -[2013-09-24 18:33:41] >>C3 -[2013-09-24 18:34:41] >>C3 -[2013-09-24 18:35:41] >>C3 -[2013-09-24 18:36:41] >>C3 -[2013-09-24 18:37:41] >>C3 -[2013-09-24 18:38:42] >>C3 -[2013-09-24 18:39:23] C7 -[2013-09-24 18:39:25] C3 -[2013-09-24 18:39:27] >C3 -[2013-09-24 18:39:38] 83 -[2013-09-24 18:39:39] >83 -[2013-09-24 18:40:39] >>83 -[2013-09-24 18:41:39] >>83 -[2013-09-24 18:42:39] >>83 -[2013-09-24 18:43:40] >>83 -[2013-09-24 18:44:40] >>83 -[2013-09-24 18:45:40] >>83 -[2013-09-24 18:46:24] 87 -[2013-09-24 18:46:26] 83 -[2013-09-24 18:46:27] >83 -[2013-09-24 18:47:27] >>83 -[2013-09-24 18:48:27] >>83 -[2013-09-24 18:49:28] >>83 -[2013-09-24 18:50:28] >>83 -[2013-09-24 18:51:28] >>83 -[2013-09-24 18:52:28] >>83 -[2013-09-24 18:53:22] 87 -[2013-09-24 18:53:24] 83 -[2013-09-24 18:53:25] >83 -[2013-09-24 18:54:25] >>83 -[2013-09-24 18:55:25] >>83 -[2013-09-24 18:56:25] >>83 -[2013-09-24 18:57:26] >>83 -[2013-09-24 18:58:26] >>83 -[2013-09-24 18:59:26] >>83 -[2013-09-24 19:00:26] >>83 -[2013-09-24 19:00:33] 87 -[2013-09-24 19:00:34] 83 -[2013-09-24 19:00:36] >83 -[2013-09-24 19:01:36] >>83 -[2013-09-24 19:02:36] >>83 -[2013-09-24 19:03:36] >>83 -[2013-09-24 19:04:36] >>83 -[2013-09-24 19:05:37] >>83 -[2013-09-24 19:06:37] >>83 -[2013-09-24 19:07:31] 87 -[2013-09-24 19:07:33] 83 -[2013-09-24 19:07:34] >83 -[2013-09-24 19:08:34] >>83 -[2013-09-24 19:09:34] >>83 -[2013-09-24 19:10:34] >>83 -[2013-09-24 19:11:35] >>83 -[2013-09-24 19:12:35] >>83 -[2013-09-24 19:13:35] >>83 -[2013-09-24 19:14:29] 87 -[2013-09-24 19:14:31] 83 -[2013-09-24 19:14:32] >83 -[2013-09-24 19:14:44] C3 -[2013-09-24 19:14:45] >C3 -[2013-09-24 19:15:45] >>C3 -[2013-09-24 19:16:45] >>C3 -[2013-09-24 19:17:45] >>C3 -[2013-09-24 19:18:46] >>C3 -[2013-09-24 19:19:46] >>C3 -[2013-09-24 19:20:07] C1 -[2013-09-24 19:20:09] >C1 -[2013-09-24 19:21:08] >>C1 -[2013-09-24 19:21:28] C5 -[2013-09-24 19:21:29] C1 -[2013-09-24 19:21:31] >C1 -[2013-09-24 19:21:40] D9 -[2013-09-24 19:21:41] >D9 -[2013-09-24 19:22:41] >>D9 -[2013-09-24 19:23:41] >>D9 -[2013-09-24 19:23:56] C9 -[2013-09-24 19:23:58] >C9 -[2013-09-24 19:23:59] C1 -[2013-09-24 19:24:01] >C1 -[2013-09-24 19:24:04] C3 -[2013-09-24 19:24:06] >C3 -[2013-09-24 19:24:38] 83 -[2013-09-24 19:24:40] >83 -[2013-09-24 19:25:39] >>83 -[2013-09-24 19:26:40] >>83 -[2013-09-24 19:27:40] >>83 -[2013-09-24 19:28:40] >>83 -[2013-09-24 19:29:40] >>83 -[2013-09-24 19:30:40] >>83 -[2013-09-24 19:31:23] 87 -[2013-09-24 19:31:24] 83 -[2013-09-24 19:31:26] >83 -[2013-09-24 19:32:26] >>83 -[2013-09-24 19:33:26] >>83 -[2013-09-24 19:34:26] >>83 -[2013-09-24 19:35:26] >>83 -[2013-09-24 19:36:26] >>83 -[2013-09-24 19:37:27] >>83 -[2013-09-24 19:38:21] 87 -[2013-09-24 19:38:22] 83 -[2013-09-24 19:38:24] >83 -[2013-09-24 19:39:24] >>83 -[2013-09-24 19:40:24] >>83 -[2013-09-24 19:41:24] >>83 -[2013-09-24 19:42:24] >>83 -[2013-09-24 19:43:25] >>83 -[2013-09-24 19:44:25] >>83 -[2013-09-24 19:45:19] 87 -[2013-09-24 19:45:21] 83 -[2013-09-24 19:45:22] >83 -[2013-09-24 19:46:22] >>83 -[2013-09-24 19:47:22] >>83 -[2013-09-24 19:48:22] >>83 -[2013-09-24 19:49:23] >>83 -[2013-09-24 19:50:23] >>83 -[2013-09-24 19:51:23] >>83 -[2013-09-24 19:52:17] 87 -[2013-09-24 19:52:19] 83 -[2013-09-24 19:52:21] >83 -[2013-09-24 19:52:32] C3 -[2013-09-24 19:52:33] >C3 -[2013-09-24 19:53:33] >>C3 -[2013-09-24 19:54:33] >>C3 -[2013-09-24 19:55:33] >>C3 -[2013-09-24 19:56:34] >>C3 -[2013-09-24 19:57:34] >>C3 -[2013-09-24 19:58:34] >>C3 -[2013-09-24 19:59:16] C7 -[2013-09-24 19:59:17] C3 -[2013-09-24 19:59:19] >C3 -[2013-09-24 19:59:43] 83 -[2013-09-24 19:59:44] >83 -[2013-09-24 20:00:44] >>83 -[2013-09-24 20:01:46] >>83 -[2013-09-24 20:02:46] >>83 -[2013-09-24 20:03:46] >>83 -[2013-09-24 20:04:46] >>83 -[2013-09-24 20:05:47] >>83 -[2013-09-24 20:06:29] 87 -[2013-09-24 20:06:31] 83 -[2013-09-24 20:06:32] >83 -[2013-09-24 20:07:32] >>83 -[2013-09-24 20:08:32] >>83 -[2013-09-24 20:09:33] >>83 -[2013-09-24 20:10:33] >>83 -[2013-09-24 20:11:33] >>83 -[2013-09-24 20:12:33] >>83 -[2013-09-24 20:13:27] 87 -[2013-09-24 20:13:29] 83 -[2013-09-24 20:13:30] >83 -[2013-09-24 20:14:30] >>83 -[2013-09-24 20:15:30] >>83 -[2013-09-24 20:16:30] >>83 -[2013-09-24 20:17:31] >>83 -[2013-09-24 20:18:31] >>83 -[2013-09-24 20:19:31] >>83 -[2013-09-24 20:20:25] 87 -[2013-09-24 20:20:27] 83 -[2013-09-24 20:20:28] >83 -[2013-09-24 20:21:28] >>83 -[2013-09-24 20:22:28] >>83 -[2013-09-24 20:23:29] >>83 -[2013-09-24 20:24:29] >>83 -[2013-09-24 20:25:29] >>83 -[2013-09-24 20:26:29] >>83 -[2013-09-24 20:27:23] 87 -[2013-09-24 20:27:25] 83 -[2013-09-24 20:27:27] >83 -[2013-09-24 20:28:26] >>83 -[2013-09-24 20:29:27] >>83 -[2013-09-24 20:30:27] >>83 -[2013-09-24 20:31:27] >>83 -[2013-09-24 20:32:27] >>83 -[2013-09-24 20:33:27] >>83 -[2013-09-24 20:34:22] 87 -[2013-09-24 20:34:23] 83 -[2013-09-24 20:34:25] >83 -[2013-09-24 20:34:48] C3 -[2013-09-24 20:34:50] >C3 -[2013-09-24 20:35:50] >>C3 -[2013-09-24 20:36:50] >>C3 -[2013-09-24 20:37:50] >>C3 -[2013-09-24 20:38:50] >>C3 -[2013-09-24 20:39:51] >>C3 -[2013-09-24 20:40:51] >>C3 -[2013-09-24 20:41:32] C7 -[2013-09-24 20:41:34] C3 -[2013-09-24 20:41:36] >C3 -[2013-09-24 20:41:47] 83 -[2013-09-24 20:41:48] >83 -[2013-09-24 20:42:48] >>83 -[2013-09-24 20:43:50] >>83 -[2013-09-24 20:44:50] >>83 -[2013-09-24 20:45:51] >>83 -[2013-09-24 20:46:51] >>83 -[2013-09-24 20:47:34] 81 -[2013-09-24 20:47:35] >81 -[2013-09-24 20:48:35] >>81 -[2013-09-24 20:48:47] 85 -[2013-09-24 20:48:49] 81 -[2013-09-24 20:48:51] >81 -[2013-09-24 20:49:50] >>81 -[2013-09-24 20:50:47] 99 -[2013-09-24 20:50:48] >99 -[2013-09-24 20:51:48] >>99 -[2013-09-24 20:52:48] >>99 -[2013-09-24 20:53:48] >>99 -[2013-09-24 20:54:49] >>99 -[2013-09-24 20:55:49] >>99 -[2013-09-24 20:56:49] >>99 -[2013-09-24 20:57:49] >>99 -[2013-09-24 20:58:49] >>99 -[2013-09-24 20:59:45] 89 -[2013-09-24 20:59:47] >89 -[2013-09-24 20:59:48] 81 -[2013-09-24 20:59:50] >81 -[2013-09-24 21:00:03] 83 -[2013-09-24 21:00:05] >83 -[2013-09-24 21:01:04] >>83 -[2013-09-24 21:02:05] >>83 -[2013-09-24 21:03:05] >>83 -[2013-09-24 21:04:05] >>83 -[2013-09-24 21:05:05] >>83 -[2013-09-24 21:06:05] >>83 -[2013-09-24 21:07:06] >>83 -[2013-09-24 21:07:19] 87 -[2013-09-24 21:07:20] 83 -[2013-09-24 21:07:22] >83 -[2013-09-24 21:08:22] >>83 -[2013-09-24 21:09:22] >>83 -[2013-09-24 21:10:22] >>83 -[2013-09-24 21:11:22] >>83 -[2013-09-24 21:12:23] >>83 -[2013-09-24 21:13:23] >>83 -[2013-09-24 21:14:17] 87 -[2013-09-24 21:14:18] 83 -[2013-09-24 21:14:20] >83 -[2013-09-24 21:15:20] >>83 -[2013-09-24 21:16:20] >>83 -[2013-09-24 21:17:20] >>83 -[2013-09-24 21:18:20] >>83 -[2013-09-24 21:19:20] >>83 -[2013-09-24 21:20:21] >>83 -[2013-09-24 21:21:15] 87 -[2013-09-24 21:21:16] 83 -[2013-09-24 21:21:18] >83 -[2013-09-24 21:22:18] >>83 -[2013-09-24 21:23:18] >>83 -[2013-09-24 21:24:18] >>83 -[2013-09-24 21:25:18] >>83 -[2013-09-24 21:26:19] >>83 -[2013-09-24 21:27:19] >>83 -[2013-09-24 21:28:13] 87 -[2013-09-24 21:28:15] 83 -[2013-09-24 21:28:16] >83 -[2013-09-24 21:28:28] C3 -[2013-09-24 21:28:29] >C3 -[2013-09-24 21:29:29] >>C3 -[2013-09-24 21:30:29] >>C3 -[2013-09-24 21:31:30] >>C3 -[2013-09-24 21:32:30] >>C3 -[2013-09-24 21:33:30] >>C3 -[2013-09-24 21:34:30] >>C3 -[2013-09-24 21:35:12] C7 -[2013-09-24 21:35:14] C3 -[2013-09-24 21:35:15] >C3 -[2013-09-24 21:35:38] 83 -[2013-09-24 21:35:40] >83 -[2013-09-24 21:36:40] >>83 -[2013-09-24 21:37:40] >>83 -[2013-09-24 21:38:40] >>83 -[2013-09-24 21:39:40] >>83 -[2013-09-24 21:40:40] >>83 -[2013-09-24 21:41:41] >>83 -[2013-09-24 21:42:25] 87 -[2013-09-24 21:42:26] 83 -[2013-09-24 21:42:28] >83 -[2013-09-24 21:43:28] >>83 -[2013-09-24 21:44:28] >>83 -[2013-09-24 21:45:28] >>83 -[2013-09-24 21:46:28] >>83 -[2013-09-24 21:47:29] >>83 -[2013-09-24 21:48:29] >>83 -[2013-09-24 21:49:23] 87 -[2013-09-24 21:49:25] 83 -[2013-09-24 21:49:26] >83 -[2013-09-24 21:50:26] >>83 -[2013-09-24 21:51:26] >>83 -[2013-09-24 21:52:26] >>83 -[2013-09-24 21:53:27] >>83 -[2013-09-24 21:54:27] >>83 -[2013-09-24 21:55:27] >>83 -[2013-09-24 21:56:21] 87 -[2013-09-24 21:56:23] 83 -[2013-09-24 21:56:24] >83 -[2013-09-24 21:57:24] >>83 -[2013-09-24 21:58:24] >>83 -[2013-09-24 21:59:25] >>83 -[2013-09-24 22:00:25] >>83 -[2013-09-24 22:01:25] >>83 -[2013-09-24 22:02:25] >>83 -[2013-09-24 22:03:19] 87 -[2013-09-24 22:03:21] 83 -[2013-09-24 22:03:22] >83 -[2013-09-24 22:04:22] >>83 -[2013-09-24 22:05:22] >>83 -[2013-09-24 22:06:22] >>83 -[2013-09-24 22:07:22] >>83 -[2013-09-24 22:08:23] >>83 -[2013-09-24 22:09:23] >>83 -[2013-09-24 22:10:18] 87 -[2013-09-24 22:10:19] 83 -[2013-09-24 22:10:21] >83 -[2013-09-24 22:10:44] C3 -[2013-09-24 22:10:46] >C3 -[2013-09-24 22:11:46] >>C3 -[2013-09-24 22:12:46] >>C3 -[2013-09-24 22:13:46] >>C3 -[2013-09-24 22:14:46] >>C3 -[2013-09-24 22:15:47] >>C3 -[2013-09-24 22:16:47] >>C3 -[2013-09-24 22:17:28] C7 -[2013-09-24 22:17:30] C3 -[2013-09-24 22:17:32] >C3 -[2013-09-24 22:17:43] 83 -[2013-09-24 22:17:44] >83 -[2013-09-24 22:18:44] >>83 -[2013-09-24 22:19:44] >>83 -[2013-09-24 22:20:45] >>83 -[2013-09-24 22:21:45] >>83 -[2013-09-24 22:22:45] >>83 -[2013-09-24 22:23:45] >>83 -[2013-09-24 22:24:29] 87 -[2013-09-24 22:24:31] 83 -[2013-09-24 22:24:33] >83 -[2013-09-24 22:25:32] >>83 -[2013-09-24 22:26:33] >>83 -[2013-09-24 22:27:33] >>83 -[2013-09-24 22:28:33] >>83 -[2013-09-24 22:29:33] >>83 -[2013-09-24 22:30:33] >>83 -[2013-09-24 22:31:28] 87 -[2013-09-24 22:31:29] 83 -[2013-09-24 22:31:30] >83 -[2013-09-24 22:32:30] >>83 -[2013-09-24 22:33:30] >>83 -[2013-09-24 22:34:30] >>83 -[2013-09-24 22:35:31] >>83 -[2013-09-24 22:36:31] >>83 -[2013-09-24 22:37:31] >>83 -[2013-09-24 22:38:25] 87 -[2013-09-24 22:38:27] 83 -[2013-09-24 22:38:29] >83 -[2013-09-24 22:39:28] >>83 -[2013-09-24 22:40:28] >>83 -[2013-09-24 22:41:29] >>83 -[2013-09-24 22:42:29] >>83 -[2013-09-24 22:43:29] >>83 -[2013-09-24 22:44:29] >>83 -[2013-09-24 22:44:32] 81 -[2013-09-24 22:44:34] >81 -[2013-09-24 22:45:25] 85 -[2013-09-24 22:45:26] 81 -[2013-09-24 22:45:28] >81 -[2013-09-24 22:46:28] >>81 -[2013-09-24 22:46:49] 83 -[2013-09-24 22:46:51] >83 -[2013-09-24 22:47:51] >>83 -[2013-09-24 22:48:51] >>83 -[2013-09-24 22:49:51] >>83 -[2013-09-24 22:50:51] >>83 -[2013-09-24 22:51:51] >>83 -[2013-09-24 22:52:52] >>83 -[2013-09-24 22:53:52] >>83 -[2013-09-24 22:54:05] 87 -[2013-09-24 22:54:07] 83 -[2013-09-24 22:54:08] >83 -[2013-09-24 22:55:08] >>83 -[2013-09-24 22:56:08] >>83 -[2013-09-24 22:57:08] >>83 -[2013-09-24 22:58:08] >>83 -[2013-09-24 22:59:09] >>83 -[2013-09-24 23:00:09] >>83 -[2013-09-24 23:01:03] 87 -[2013-09-24 23:01:04] 83 -[2013-09-24 23:01:06] >83 -[2013-09-24 23:02:06] >>83 -[2013-09-24 23:03:06] >>83 -[2013-09-24 23:04:06] >>83 -[2013-09-24 23:05:06] >>83 -[2013-09-24 23:06:06] >>83 -[2013-09-24 23:07:07] >>83 -[2013-09-24 23:08:01] 87 -[2013-09-24 23:08:03] 83 -[2013-09-24 23:08:04] >83 -[2013-09-24 23:09:04] >>83 -[2013-09-24 23:10:04] >>83 -[2013-09-24 23:11:04] >>83 -[2013-09-24 23:12:04] >>83 -[2013-09-24 23:13:05] >>83 -[2013-09-24 23:14:05] >>83 -[2013-09-24 23:14:59] 87 -[2013-09-24 23:15:01] 83 -[2013-09-24 23:15:02] >83 -[2013-09-24 23:15:14] C3 -[2013-09-24 23:15:16] >C3 -[2013-09-24 23:16:15] >>C3 -[2013-09-24 23:17:15] >>C3 -[2013-09-24 23:18:16] >>C3 -[2013-09-24 23:19:16] >>C3 -[2013-09-24 23:20:16] >>C3 -[2013-09-24 23:21:16] >>C3 -[2013-09-24 23:21:58] C7 -[2013-09-24 23:22:00] C3 -[2013-09-24 23:22:01] >C3 -[2013-09-24 23:22:24] 83 -[2013-09-24 23:22:26] >83 -[2013-09-24 23:23:26] >>83 -[2013-09-24 23:24:26] >>83 -[2013-09-24 23:25:26] >>83 -[2013-09-24 23:26:26] >>83 -[2013-09-24 23:27:27] >>83 -[2013-09-24 23:28:27] >>83 -[2013-09-24 23:29:11] 87 -[2013-09-24 23:29:13] 83 -[2013-09-24 23:29:14] >83 -[2013-09-24 23:30:14] >>83 -[2013-09-24 23:31:14] >>83 -[2013-09-24 23:32:14] >>83 -[2013-09-24 23:33:14] >>83 -[2013-09-24 23:34:15] >>83 -[2013-09-24 23:35:15] >>83 -[2013-09-24 23:36:09] 87 -[2013-09-24 23:36:11] 83 -[2013-09-24 23:36:12] >83 -[2013-09-24 23:37:12] >>83 -[2013-09-24 23:38:12] >>83 -[2013-09-24 23:39:12] >>83 -[2013-09-24 23:40:13] >>83 -[2013-09-24 23:41:13] >>83 -[2013-09-24 23:42:13] >>83 -[2013-09-24 23:43:07] 87 -[2013-09-24 23:43:09] 83 -[2013-09-24 23:43:11] >83 -[2013-09-24 23:44:10] >>83 -[2013-09-24 23:45:10] >>83 -[2013-09-24 23:46:11] >>83 -[2013-09-24 23:47:11] >>83 -[2013-09-24 23:48:11] >>83 -[2013-09-24 23:49:11] >>83 -[2013-09-24 23:50:05] 87 -[2013-09-24 23:50:07] 83 -[2013-09-24 23:50:09] >83 -[2013-09-24 23:51:08] >>83 -[2013-09-24 23:52:08] >>83 -[2013-09-24 23:53:09] >>83 -[2013-09-24 23:54:09] >>83 -[2013-09-24 23:55:09] >>83 -[2013-09-24 23:56:09] >>83 -[2013-09-24 23:57:04] 87 -[2013-09-24 23:57:05] 83 -[2013-09-24 23:57:07] >83 -[2013-09-24 23:57:30] C3 -[2013-09-24 23:57:32] >C3 -[2013-09-24 23:58:32] >>C3 -[2013-09-24 23:59:32] >>C3 -[2013-09-25 00:00:32] >>C3 -[2013-09-25 00:01:33] >>C3 -[2013-09-25 00:02:33] >>C3 -[2013-09-25 00:03:33] >>C3 -[2013-09-25 00:04:15] C7 -[2013-09-25 00:04:16] C3 -[2013-09-25 00:04:18] >C3 -[2013-09-25 00:04:29] 83 -[2013-09-25 00:04:31] >83 -[2013-09-25 00:05:30] >>83 -[2013-09-25 00:06:31] >>83 -[2013-09-25 00:07:31] >>83 -[2013-09-25 00:08:31] >>83 -[2013-09-25 00:09:31] >>83 -[2013-09-25 00:10:31] >>83 -[2013-09-25 00:11:16] 87 -[2013-09-25 00:11:17] 83 -[2013-09-25 00:11:19] >83 -[2013-09-25 00:12:19] >>83 -[2013-09-25 00:13:19] >>83 -[2013-09-25 00:14:19] >>83 -[2013-09-25 00:15:19] >>83 -[2013-09-25 00:16:19] >>83 -[2013-09-25 00:17:20] >>83 -[2013-09-25 00:18:14] 87 -[2013-09-25 00:18:15] 83 -[2013-09-25 00:18:17] >83 -[2013-09-25 00:19:17] >>83 -[2013-09-25 00:20:17] >>83 -[2013-09-25 00:21:17] >>83 -[2013-09-25 00:22:17] >>83 -[2013-09-25 00:23:18] >>83 -[2013-09-25 00:23:18] 81 -[2013-09-25 00:23:20] >81 -[2013-09-25 00:24:20] >>81 -[2013-09-25 00:25:12] 85 -[2013-09-25 00:25:13] 81 -[2013-09-25 00:25:15] >81 -[2013-09-25 00:26:01] 83 -[2013-09-25 00:26:02] >83 -[2013-09-25 00:27:03] >>83 -[2013-09-25 00:28:04] >>83 -[2013-09-25 00:29:04] >>83 -[2013-09-25 00:30:04] >>83 -[2013-09-25 00:31:04] >>83 -[2013-09-25 00:32:04] >>83 -[2013-09-25 00:33:05] >>83 -[2013-09-25 00:33:16] 87 -[2013-09-25 00:33:18] 83 -[2013-09-25 00:33:19] >83 -[2013-09-25 00:34:19] >>83 -[2013-09-25 00:35:19] >>83 -[2013-09-25 00:36:20] >>83 -[2013-09-25 00:37:20] >>83 -[2013-09-25 00:38:20] >>83 -[2013-09-25 00:39:20] >>83 -[2013-09-25 00:40:14] 87 -[2013-09-25 00:40:16] 83 -[2013-09-25 00:40:17] >83 -[2013-09-25 00:41:17] >>83 -[2013-09-25 00:42:17] >>83 -[2013-09-25 00:43:17] >>83 -[2013-09-25 00:44:18] >>83 -[2013-09-25 00:45:18] >>83 -[2013-09-25 00:46:18] >>83 -[2013-09-25 00:47:12] 87 -[2013-09-25 00:47:14] 83 -[2013-09-25 00:47:15] >83 -[2013-09-25 00:48:15] >>83 -[2013-09-25 00:49:15] >>83 -[2013-09-25 00:50:16] >>83 -[2013-09-25 00:51:16] >>83 -[2013-09-25 00:52:16] >>83 -[2013-09-25 00:53:16] >>83 -[2013-09-25 00:54:10] 87 -[2013-09-25 00:54:12] 83 -[2013-09-25 00:54:14] >83 -[2013-09-25 00:54:25] C3 -[2013-09-25 00:54:27] >C3 -[2013-09-25 00:55:27] >>C3 -[2013-09-25 00:56:27] >>C3 -[2013-09-25 00:57:27] >>C3 -[2013-09-25 00:58:27] >>C3 -[2013-09-25 00:59:27] >>C3 -[2013-09-25 01:00:28] >>C3 -[2013-09-25 01:01:09] C7 -[2013-09-25 01:01:11] C3 -[2013-09-25 01:01:13] >C3 -[2013-09-25 01:01:36] 83 -[2013-09-25 01:01:37] >83 -[2013-09-25 01:02:37] >>83 -[2013-09-25 01:03:37] >>83 -[2013-09-25 01:04:37] >>83 -[2013-09-25 01:05:38] >>83 -[2013-09-25 01:06:38] >>83 -[2013-09-25 01:07:38] >>83 -[2013-09-25 01:08:22] 87 -[2013-09-25 01:08:24] 83 -[2013-09-25 01:08:25] >83 -[2013-09-25 01:09:25] >>83 -[2013-09-25 01:10:25] >>83 -[2013-09-25 01:11:26] >>83 -[2013-09-25 01:12:26] >>83 -[2013-09-25 01:13:26] >>83 -[2013-09-25 01:14:26] >>83 -[2013-09-25 01:15:20] 87 -[2013-09-25 01:15:22] 83 -[2013-09-25 01:15:24] >83 -[2013-09-25 01:16:23] >>83 -[2013-09-25 01:17:24] >>83 -[2013-09-25 01:18:24] >>83 -[2013-09-25 01:19:24] >>83 -[2013-09-25 01:20:24] >>83 -[2013-09-25 01:21:24] >>83 -[2013-09-25 01:22:19] 87 -[2013-09-25 01:22:20] 83 -[2013-09-25 01:22:22] >83 -[2013-09-25 01:23:22] >>83 -[2013-09-25 01:24:22] >>83 -[2013-09-25 01:25:22] >>83 -[2013-09-25 01:26:22] >>83 -[2013-09-25 01:27:22] >>83 -[2013-09-25 01:28:23] >>83 -[2013-09-25 01:28:31] 81 -[2013-09-25 01:28:32] >81 -[2013-09-25 01:29:17] 85 -[2013-09-25 01:29:18] 81 -[2013-09-25 01:29:20] >81 -[2013-09-25 01:29:36] 99 -[2013-09-25 01:29:38] >99 -[2013-09-25 01:30:37] >>99 -[2013-09-25 01:31:37] >>99 -[2013-09-25 01:32:38] >>99 -[2013-09-25 01:33:03] 89 -[2013-09-25 01:33:05] >89 -[2013-09-25 01:33:07] 81 -[2013-09-25 01:33:09] >81 -[2013-09-25 01:33:26] 83 -[2013-09-25 01:33:27] >83 -[2013-09-25 01:34:27] >>83 -[2013-09-25 01:35:27] >>83 -[2013-09-25 01:36:28] >>83 -[2013-09-25 01:37:28] >>83 -[2013-09-25 01:38:28] >>83 -[2013-09-25 01:39:28] >>83 -[2013-09-25 01:40:28] >>83 -[2013-09-25 01:40:41] 87 -[2013-09-25 01:40:43] 83 -[2013-09-25 01:40:44] >83 -[2013-09-25 01:41:44] >>83 -[2013-09-25 01:42:44] >>83 -[2013-09-25 01:43:44] >>83 -[2013-09-25 01:44:45] >>83 -[2013-09-25 01:45:45] >>83 -[2013-09-25 01:46:45] >>83 -[2013-09-25 01:47:39] 87 -[2013-09-25 01:47:41] 83 -[2013-09-25 01:47:42] >83 -[2013-09-25 01:48:42] >>83 -[2013-09-25 01:49:42] >>83 -[2013-09-25 01:50:43] >>83 -[2013-09-25 01:51:43] >>83 -[2013-09-25 01:52:43] >>83 -[2013-09-25 01:53:43] >>83 -[2013-09-25 01:54:37] 87 -[2013-09-25 01:54:39] 83 -[2013-09-25 01:54:41] >83 -[2013-09-25 01:55:40] >>83 -[2013-09-25 01:56:41] >>83 -[2013-09-25 01:57:41] >>83 -[2013-09-25 01:58:41] >>83 -[2013-09-25 01:59:41] >>83 -[2013-09-25 02:00:41] >>83 -[2013-09-25 02:01:36] 87 -[2013-09-25 02:01:37] 83 -[2013-09-25 02:01:39] >83 -[2013-09-25 02:01:50] C3 -[2013-09-25 02:01:52] >C3 -[2013-09-25 02:02:52] >>C3 -[2013-09-25 02:03:52] >>C3 -[2013-09-25 02:04:52] >>C3 -[2013-09-25 02:05:52] >>C3 -[2013-09-25 02:06:46] C1 -[2013-09-25 02:06:47] >C1 -[2013-09-25 02:07:47] >>C1 -[2013-09-25 02:08:35] C5 -[2013-09-25 02:08:36] C1 -[2013-09-25 02:08:37] >C1 -[2013-09-25 02:09:21] C3 -[2013-09-25 02:09:23] >C3 -[2013-09-25 02:09:52] 83 -[2013-09-25 02:09:54] >83 -[2013-09-25 02:10:53] >>83 -[2013-09-25 02:11:54] >>83 -[2013-09-25 02:12:54] >>83 -[2013-09-25 02:13:54] >>83 -[2013-09-25 02:14:54] >>83 -[2013-09-25 02:15:54] >>83 -[2013-09-25 02:16:37] 87 -[2013-09-25 02:16:38] 83 -[2013-09-25 02:16:40] >83 -[2013-09-25 02:17:40] >>83 -[2013-09-25 02:18:40] >>83 -[2013-09-25 02:19:40] >>83 -[2013-09-25 02:20:40] >>83 -[2013-09-25 02:21:40] >>83 -[2013-09-25 02:22:41] >>83 -[2013-09-25 02:23:35] 87 -[2013-09-25 02:23:36] 83 -[2013-09-25 02:23:38] >83 -[2013-09-25 02:24:38] >>83 -[2013-09-25 02:25:38] >>83 -[2013-09-25 02:26:38] >>83 -[2013-09-25 02:27:38] >>83 -[2013-09-25 02:28:39] >>83 -[2013-09-25 02:29:39] >>83 -[2013-09-25 02:30:33] 87 -[2013-09-25 02:30:34] 83 -[2013-09-25 02:30:36] >83 -[2013-09-25 02:31:36] >>83 -[2013-09-25 02:32:36] >>83 -[2013-09-25 02:33:36] >>83 -[2013-09-25 02:34:36] >>83 -[2013-09-25 02:35:37] >>83 -[2013-09-25 02:36:37] >>83 -[2013-09-25 02:37:32] 87 -[2013-09-25 02:37:33] 83 -[2013-09-25 02:37:35] >83 -[2013-09-25 02:37:46] C3 -[2013-09-25 02:37:48] >C3 -[2013-09-25 02:38:47] >>C3 -[2013-09-25 02:39:47] >>C3 -[2013-09-25 02:40:48] >>C3 -[2013-09-25 02:41:48] >>C3 -[2013-09-25 02:42:48] >>C3 -[2013-09-25 02:43:48] >>C3 -[2013-09-25 02:44:30] C7 -[2013-09-25 02:44:32] C3 -[2013-09-25 02:44:33] >C3 -[2013-09-25 02:44:56] 83 -[2013-09-25 02:44:58] >83 -[2013-09-25 02:45:58] >>83 -[2013-09-25 02:46:58] >>83 -[2013-09-25 02:47:58] >>83 -[2013-09-25 02:48:58] >>83 -[2013-09-25 02:49:58] >>83 -[2013-09-25 02:50:59] >>83 -[2013-09-25 02:51:43] 87 -[2013-09-25 02:51:45] 83 -[2013-09-25 02:51:46] >83 -[2013-09-25 02:52:46] >>83 -[2013-09-25 02:53:46] >>83 -[2013-09-25 02:54:46] >>83 -[2013-09-25 02:55:47] >>83 -[2013-09-25 02:56:47] >>83 -[2013-09-25 02:57:47] >>83 -[2013-09-25 02:58:41] 87 -[2013-09-25 02:58:43] 83 -[2013-09-25 02:58:44] >83 -[2013-09-25 02:59:44] >>83 -[2013-09-25 03:00:44] >>83 -[2013-09-25 03:01:45] >>83 -[2013-09-25 03:02:45] >>83 -[2013-09-25 03:03:45] >>83 -[2013-09-25 03:04:45] >>83 -[2013-09-25 03:05:39] 87 -[2013-09-25 03:05:41] 83 -[2013-09-25 03:05:43] >83 -[2013-09-25 03:06:42] >>83 -[2013-09-25 03:07:43] >>83 -[2013-09-25 03:08:43] >>83 -[2013-09-25 03:09:43] >>83 -[2013-09-25 03:10:43] >>83 -[2013-09-25 03:11:43] >>83 -[2013-09-25 03:12:38] 87 -[2013-09-25 03:12:39] 83 -[2013-09-25 03:12:41] >83 -[2013-09-25 03:13:40] >>83 -[2013-09-25 03:14:41] >>83 -[2013-09-25 03:15:41] >>83 -[2013-09-25 03:16:41] >>83 -[2013-09-25 03:17:41] >>83 -[2013-09-25 03:18:42] >>83 -[2013-09-25 03:19:36] 87 -[2013-09-25 03:19:37] 83 -[2013-09-25 03:19:39] >83 -[2013-09-25 03:20:03] C3 -[2013-09-25 03:20:04] >C3 -[2013-09-25 03:21:04] >>C3 -[2013-09-25 03:22:04] >>C3 -[2013-09-25 03:23:04] >>C3 -[2013-09-25 03:24:05] >>C3 -[2013-09-25 03:25:05] >>C3 -[2013-09-25 03:26:05] >>C3 -[2013-09-25 03:26:47] C7 -[2013-09-25 03:26:48] C3 -[2013-09-25 03:26:50] >C3 -[2013-09-25 03:27:01] 83 -[2013-09-25 03:27:03] >83 -[2013-09-25 03:28:02] >>83 -[2013-09-25 03:29:03] >>83 -[2013-09-25 03:30:03] >>83 -[2013-09-25 03:31:03] >>83 -[2013-09-25 03:32:03] >>83 -[2013-09-25 03:33:04] >>83 -[2013-09-25 03:33:48] 87 -[2013-09-25 03:33:49] 83 -[2013-09-25 03:33:51] >83 -[2013-09-25 03:34:51] >>83 -[2013-09-25 03:35:51] >>83 -[2013-09-25 03:36:51] >>83 -[2013-09-25 03:37:51] >>83 -[2013-09-25 03:38:51] >>83 -[2013-09-25 03:39:52] >>83 -[2013-09-25 03:40:46] 87 -[2013-09-25 03:40:47] 83 -[2013-09-25 03:40:49] >83 -[2013-09-25 03:41:49] >>83 -[2013-09-25 03:42:49] >>83 -[2013-09-25 03:43:49] >>83 -[2013-09-25 03:44:49] >>83 -[2013-09-25 03:45:50] >>83 -[2013-09-25 03:46:50] >>83 -[2013-09-25 03:47:43] 87 -[2013-09-25 03:47:45] 83 -[2013-09-25 03:47:47] >83 -[2013-09-25 03:48:46] >>83 -[2013-09-25 03:49:47] >>83 -[2013-09-25 03:50:47] >>83 -[2013-09-25 03:51:47] >>83 -[2013-09-25 03:52:47] >>83 -[2013-09-25 03:53:48] >>83 -[2013-09-25 03:54:42] 87 -[2013-09-25 03:54:43] 83 -[2013-09-25 03:54:45] >83 -[2013-09-25 03:55:45] >>83 -[2013-09-25 03:56:45] >>83 -[2013-09-25 03:57:45] >>83 -[2013-09-25 03:58:45] >>83 -[2013-09-25 03:59:46] >>83 -[2013-09-25 04:00:46] >>83 -[2013-09-25 04:01:46] >>83 -[2013-09-25 04:01:53] 87 -[2013-09-25 04:01:54] 83 -[2013-09-25 04:01:56] >83 -[2013-09-25 04:02:07] C3 -[2013-09-25 04:02:09] >C3 -[2013-09-25 04:03:08] >>C3 -[2013-09-25 04:04:09] >>C3 -[2013-09-25 04:05:09] >>C3 -[2013-09-25 04:06:09] >>C3 -[2013-09-25 04:07:09] >>C3 -[2013-09-25 04:08:09] >>C3 -[2013-09-25 04:08:51] C7 -[2013-09-25 04:08:53] C3 -[2013-09-25 04:08:54] >C3 -[2013-09-25 04:09:05] 83 -[2013-09-25 04:09:07] >83 -[2013-09-25 04:10:07] >>83 -[2013-09-25 04:11:07] >>83 -[2013-09-25 04:12:07] >>83 -[2013-09-25 04:13:07] >>83 -[2013-09-25 04:14:07] >>83 -[2013-09-25 04:15:08] >>83 -[2013-09-25 04:15:52] 87 -[2013-09-25 04:15:53] 83 -[2013-09-25 04:15:55] >83 -[2013-09-25 04:16:55] >>83 -[2013-09-25 04:17:55] >>83 -[2013-09-25 04:18:55] >>83 -[2013-09-25 04:19:55] >>83 -[2013-09-25 04:20:56] >>83 -[2013-09-25 04:21:56] >>83 -[2013-09-25 04:22:50] 87 -[2013-09-25 04:22:52] 83 -[2013-09-25 04:22:53] >83 -[2013-09-25 04:23:53] >>83 -[2013-09-25 04:24:54] >>83 -[2013-09-25 04:25:54] >>83 -[2013-09-25 04:26:55] >>83 -[2013-09-25 04:27:55] >>83 -[2013-09-25 04:28:55] >>83 -[2013-09-25 04:29:48] 87 -[2013-09-25 04:29:50] 83 -[2013-09-25 04:29:51] >83 -[2013-09-25 04:30:51] >>83 -[2013-09-25 04:31:51] >>83 -[2013-09-25 04:32:51] >>83 -[2013-09-25 04:33:51] >>83 -[2013-09-25 04:34:52] >>83 -[2013-09-25 04:35:52] >>83 -[2013-09-25 04:36:52] >>83 -[2013-09-25 04:36:59] 87 -[2013-09-25 04:37:00] 83 -[2013-09-25 04:37:02] >83 -[2013-09-25 04:38:02] >>83 -[2013-09-25 04:39:02] >>83 -[2013-09-25 04:40:02] >>83 -[2013-09-25 04:41:02] >>83 -[2013-09-25 04:42:03] >>83 -[2013-09-25 04:43:03] >>83 -[2013-09-25 04:43:57] 87 -[2013-09-25 04:43:59] 83 -[2013-09-25 04:44:00] >83 -[2013-09-25 04:44:11] C3 -[2013-09-25 04:44:13] >C3 -[2013-09-25 04:45:13] >>C3 -[2013-09-25 04:46:13] >>C3 -[2013-09-25 04:47:13] >>C3 -[2013-09-25 04:48:13] >>C3 -[2013-09-25 04:49:13] >>C3 -[2013-09-25 04:50:14] >>C3 -[2013-09-25 04:51:04] C7 -[2013-09-25 04:51:05] C3 -[2013-09-25 04:51:07] >C3 -[2013-09-25 04:51:18] 83 -[2013-09-25 04:51:20] >83 -[2013-09-25 04:52:20] >>83 -[2013-09-25 04:53:20] >>83 -[2013-09-25 04:54:20] >>83 -[2013-09-25 04:55:20] >>83 -[2013-09-25 04:56:20] >>83 -[2013-09-25 04:57:21] >>83 -[2013-09-25 04:58:05] 87 -[2013-09-25 04:58:06] 83 -[2013-09-25 04:58:08] >83 -[2013-09-25 04:59:08] >>83 -[2013-09-25 05:00:08] >>83 -[2013-09-25 05:01:08] >>83 -[2013-09-25 05:02:08] >>83 -[2013-09-25 05:03:09] >>83 -[2013-09-25 05:04:09] >>83 -[2013-09-25 05:05:03] 87 -[2013-09-25 05:05:05] 83 -[2013-09-25 05:05:06] >83 -[2013-09-25 05:06:06] >>83 -[2013-09-25 05:07:06] >>83 -[2013-09-25 05:08:06] >>83 -[2013-09-25 05:09:07] >>83 -[2013-09-25 05:10:07] >>83 -[2013-09-25 05:11:07] >>83 -[2013-09-25 05:12:07] >>83 -[2013-09-25 05:12:13] 87 -[2013-09-25 05:12:15] 83 -[2013-09-25 05:12:17] >83 -[2013-09-25 05:13:16] >>83 -[2013-09-25 05:14:16] >>83 -[2013-09-25 05:15:17] >>83 -[2013-09-25 05:16:17] >>83 -[2013-09-25 05:17:17] >>83 -[2013-09-25 05:18:17] >>83 -[2013-09-25 05:19:11] 87 -[2013-09-25 05:19:13] 83 -[2013-09-25 05:19:15] >83 -[2013-09-25 05:20:14] >>83 -[2013-09-25 05:21:15] >>83 -[2013-09-25 05:22:15] >>83 -[2013-09-25 05:23:15] >>83 -[2013-09-25 05:24:15] >>83 -[2013-09-25 05:25:15] >>83 -[2013-09-25 05:26:10] 87 -[2013-09-25 05:26:11] 83 -[2013-09-25 05:26:13] >83 -[2013-09-25 05:26:24] C3 -[2013-09-25 05:26:26] >C3 -[2013-09-25 05:27:25] >>C3 -[2013-09-25 05:28:26] >>C3 -[2013-09-25 05:29:26] >>C3 -[2013-09-25 05:30:15] C1 -[2013-09-25 05:30:17] >C1 -[2013-09-25 05:31:16] >>C1 -[2013-09-25 05:32:17] >>C1 -[2013-09-25 05:33:08] C5 -[2013-09-25 05:33:10] C1 -[2013-09-25 05:33:11] >C1 -[2013-09-25 05:33:42] D9 -[2013-09-25 05:33:44] >D9 -[2013-09-25 05:34:43] >>D9 -[2013-09-25 05:35:44] >>D9 -[2013-09-25 05:36:44] >>D9 -[2013-09-25 05:37:44] >>D9 -[2013-09-25 05:38:44] >>D9 -[2013-09-25 05:39:05] C9 -[2013-09-25 05:39:06] >C9 -[2013-09-25 05:39:07] C1 -[2013-09-25 05:39:09] >C1 -[2013-09-25 05:39:20] C3 -[2013-09-25 05:39:21] >C3 -[2013-09-25 05:39:50] 83 -[2013-09-25 05:39:51] >83 -[2013-09-25 05:40:51] >>83 -[2013-09-25 05:41:51] >>83 -[2013-09-25 05:42:52] >>83 -[2013-09-25 05:43:52] >>83 -[2013-09-25 05:44:52] >>83 -[2013-09-25 05:45:52] >>83 -[2013-09-25 05:46:35] 87 -[2013-09-25 05:46:36] 83 -[2013-09-25 05:46:38] >83 -[2013-09-25 05:47:38] >>83 -[2013-09-25 05:48:38] >>83 -[2013-09-25 05:49:38] >>83 -[2013-09-25 05:50:38] >>83 -[2013-09-25 05:51:39] >>83 -[2013-09-25 05:52:39] >>83 -[2013-09-25 05:53:32] 87 -[2013-09-25 05:53:34] 83 -[2013-09-25 05:53:36] >83 -[2013-09-25 05:54:35] >>83 -[2013-09-25 05:55:36] >>83 -[2013-09-25 05:56:36] >>83 -[2013-09-25 05:57:36] >>83 -[2013-09-25 05:58:36] >>83 -[2013-09-25 05:59:36] >>83 -[2013-09-25 06:00:31] 87 -[2013-09-25 06:00:32] 83 -[2013-09-25 06:00:34] >83 -[2013-09-25 06:01:34] >>83 -[2013-09-25 06:02:34] >>83 -[2013-09-25 06:03:34] >>83 -[2013-09-25 06:04:34] >>83 -[2013-09-25 06:05:34] >>83 -[2013-09-25 06:06:35] >>83 -[2013-09-25 06:07:29] 87 -[2013-09-25 06:07:31] 83 -[2013-09-25 06:07:32] >83 -[2013-09-25 06:07:44] C3 -[2013-09-25 06:07:45] >C3 -[2013-09-25 06:08:45] >>C3 -[2013-09-25 06:09:45] >>C3 -[2013-09-25 06:10:45] >>C3 -[2013-09-25 06:11:46] >>C3 -[2013-09-25 06:12:46] >>C3 -[2013-09-25 06:13:46] >>C3 -[2013-09-25 06:14:28] C7 -[2013-09-25 06:14:29] C3 -[2013-09-25 06:14:31] >C3 -[2013-09-25 06:14:54] 83 -[2013-09-25 06:14:56] >83 -[2013-09-25 06:15:56] >>83 -[2013-09-25 06:16:56] >>83 -[2013-09-25 06:17:56] >>83 -[2013-09-25 06:18:56] >>83 -[2013-09-25 06:19:56] >>83 -[2013-09-25 06:20:57] >>83 -[2013-09-25 06:21:41] 87 -[2013-09-25 06:21:42] 83 -[2013-09-25 06:21:44] >83 -[2013-09-25 06:22:44] >>83 -[2013-09-25 06:23:44] >>83 -[2013-09-25 06:24:44] >>83 -[2013-09-25 06:25:44] >>83 -[2013-09-25 06:26:45] >>83 -[2013-09-25 06:27:18] 81 -[2013-09-25 06:27:20] >81 -[2013-09-25 06:28:20] >>81 -[2013-09-25 06:28:39] 85 -[2013-09-25 06:28:41] 81 -[2013-09-25 06:28:42] >81 -[2013-09-25 06:28:47] 99 -[2013-09-25 06:28:49] >99 -[2013-09-25 06:29:48] >>99 -[2013-09-25 06:30:49] >>99 -[2013-09-25 06:31:49] >>99 -[2013-09-25 06:32:49] >>99 -[2013-09-25 06:32:52] 89 -[2013-09-25 06:32:53] >89 -[2013-09-25 06:32:56] 81 -[2013-09-25 06:32:58] >81 -[2013-09-25 06:33:03] 83 -[2013-09-25 06:33:04] >83 -[2013-09-25 06:34:04] >>83 -[2013-09-25 06:35:04] >>83 -[2013-09-25 06:36:04] >>83 -[2013-09-25 06:37:05] >>83 -[2013-09-25 06:38:05] >>83 -[2013-09-25 06:39:05] >>83 -[2013-09-25 06:40:05] >>83 -[2013-09-25 06:40:32] 87 -[2013-09-25 06:40:33] 83 -[2013-09-25 06:40:35] >83 -[2013-09-25 06:41:35] >>83 -[2013-09-25 06:42:35] >>83 -[2013-09-25 06:43:35] >>83 -[2013-09-25 06:44:35] >>83 -[2013-09-25 06:45:36] >>83 -[2013-09-25 06:46:36] >>83 -[2013-09-25 06:47:30] 87 -[2013-09-25 06:47:31] 83 -[2013-09-25 06:47:33] >83 -[2013-09-25 06:48:32] >>83 -[2013-09-25 06:49:33] >>83 -[2013-09-25 06:50:33] >>83 -[2013-09-25 06:51:33] >>83 -[2013-09-25 06:52:33] >>83 -[2013-09-25 06:53:34] >>83 -[2013-09-25 06:54:28] 87 -[2013-09-25 06:54:29] 83 -[2013-09-25 06:54:31] >83 -[2013-09-25 06:55:31] >>83 -[2013-09-25 06:56:31] >>83 -[2013-09-25 06:57:31] >>83 -[2013-09-25 06:58:31] >>83 -[2013-09-25 06:59:32] >>83 -[2013-09-25 07:00:32] >>83 -[2013-09-25 07:01:26] 87 -[2013-09-25 07:01:28] 83 -[2013-09-25 07:01:29] >83 -[2013-09-25 07:01:41] C3 -[2013-09-25 07:01:42] >C3 -[2013-09-25 07:02:42] >>C3 -[2013-09-25 07:03:42] >>C3 -[2013-09-25 07:04:43] >>C3 -[2013-09-25 07:05:43] >>C3 -[2013-09-25 07:06:43] >>C3 -[2013-09-25 07:07:43] >>C3 -[2013-09-25 07:08:25] C7 -[2013-09-25 07:08:27] C3 -[2013-09-25 07:08:28] >C3 -[2013-09-25 07:08:51] 83 -[2013-09-25 07:08:53] >83 -[2013-09-25 07:09:53] >>83 -[2013-09-25 07:10:53] >>83 -[2013-09-25 07:11:53] >>83 -[2013-09-25 07:12:53] >>83 -[2013-09-25 07:13:53] >>83 -[2013-09-25 07:14:54] >>83 -[2013-09-25 07:15:38] 87 -[2013-09-25 07:15:39] 83 -[2013-09-25 07:15:41] >83 -[2013-09-25 07:16:41] >>83 -[2013-09-25 07:17:41] >>83 -[2013-09-25 07:18:41] >>83 -[2013-09-25 07:19:41] >>83 -[2013-09-25 07:20:42] >>83 -[2013-09-25 07:21:42] >>83 -[2013-09-25 07:22:36] 87 -[2013-09-25 07:22:38] 83 -[2013-09-25 07:22:39] >83 -[2013-09-25 07:23:39] >>83 -[2013-09-25 07:24:39] >>83 -[2013-09-25 07:25:39] >>83 -[2013-09-25 07:26:40] >>83 -[2013-09-25 07:27:40] >>83 -[2013-09-25 07:28:40] >>83 -[2013-09-25 07:29:34] 87 -[2013-09-25 07:29:36] 83 -[2013-09-25 07:29:38] >83 -[2013-09-25 07:30:37] >>83 -[2013-09-25 07:31:37] >>83 -[2013-09-25 07:32:38] >>83 -[2013-09-25 07:33:38] >>83 -[2013-09-25 07:34:38] >>83 -[2013-09-25 07:35:38] >>83 -[2013-09-25 07:36:32] 87 -[2013-09-25 07:36:34] 83 -[2013-09-25 07:36:35] >83 -[2013-09-25 07:37:35] >>83 -[2013-09-25 07:38:35] >>83 -[2013-09-25 07:39:35] >>83 -[2013-09-25 07:40:36] >>83 -[2013-09-25 07:41:36] >>83 -[2013-09-25 07:42:36] >>83 -[2013-09-25 07:43:31] 87 -[2013-09-25 07:43:32] 83 -[2013-09-25 07:43:34] >83 -[2013-09-25 07:43:58] C3 -[2013-09-25 07:43:59] >C3 -[2013-09-25 07:44:59] >>C3 -[2013-09-25 07:45:59] >>C3 -[2013-09-25 07:46:59] >>C3 -[2013-09-25 07:48:00] >>C3 -[2013-09-25 07:49:00] >>C3 -[2013-09-25 07:50:00] >>C3 -[2013-09-25 07:50:42] C7 -[2013-09-25 07:50:43] C3 -[2013-09-25 07:50:45] >C3 -[2013-09-25 07:50:56] 83 -[2013-09-25 07:50:57] >83 -[2013-09-25 07:51:57] >>83 -[2013-09-25 07:52:12] 81 -[2013-09-25 07:52:13] >81 -[2013-09-25 07:52:42] 83 -[2013-09-25 07:52:44] >83 -[2013-09-25 07:53:44] >>83 -[2013-09-25 07:54:44] >>83 -[2013-09-25 07:55:44] >>83 -[2013-09-25 07:56:44] >>83 -[2013-09-25 07:57:42] 87 -[2013-09-25 07:57:44] 83 -[2013-09-25 07:57:46] >83 -[2013-09-25 07:58:45] >>83 -[2013-09-25 07:59:46] >>83 -[2013-09-25 08:00:46] >>83 -[2013-09-25 08:01:46] >>83 -[2013-09-25 08:02:46] >>83 -[2013-09-25 08:03:46] >>83 -[2013-09-25 08:04:40] 87 -[2013-09-25 08:04:42] 83 -[2013-09-25 08:04:43] >83 -[2013-09-25 08:05:43] >>83 -[2013-09-25 08:06:43] >>83 -[2013-09-25 08:07:44] >>83 -[2013-09-25 08:08:44] >>83 -[2013-09-25 08:09:44] >>83 -[2013-09-25 08:10:44] >>83 -[2013-09-25 08:11:38] 87 -[2013-09-25 08:11:40] 83 -[2013-09-25 08:11:42] >83 -[2013-09-25 08:12:41] >>83 -[2013-09-25 08:13:42] >>83 -[2013-09-25 08:14:42] >>83 -[2013-09-25 08:15:42] >>83 -[2013-09-25 08:16:42] >>83 -[2013-09-25 08:17:42] >>83 -[2013-09-25 08:18:37] 87 -[2013-09-25 08:18:38] 83 -[2013-09-25 08:18:40] >83 -[2013-09-25 08:19:40] >>83 -[2013-09-25 08:20:40] >>83 -[2013-09-25 08:21:40] >>83 -[2013-09-25 08:22:40] >>83 -[2013-09-25 08:23:40] >>83 -[2013-09-25 08:24:41] >>83 -[2013-09-25 08:25:41] >>83 -[2013-09-25 08:25:47] 87 -[2013-09-25 08:25:49] 83 -[2013-09-25 08:25:51] >83 -[2013-09-25 08:26:02] C3 -[2013-09-25 08:26:03] >C3 -[2013-09-25 08:27:03] >>C3 -[2013-09-25 08:28:03] >>C3 -[2013-09-25 08:29:03] >>C3 -[2013-09-25 08:30:04] >>C3 -[2013-09-25 08:31:04] >>C3 -[2013-09-25 08:32:04] >>C3 -[2013-09-25 08:32:46] C7 -[2013-09-25 08:32:47] C3 -[2013-09-25 08:32:49] >C3 -[2013-09-25 08:33:00] 83 -[2013-09-25 08:33:02] >83 -[2013-09-25 08:34:01] >>83 -[2013-09-25 08:35:02] >>83 -[2013-09-25 08:36:02] >>83 -[2013-09-25 08:37:02] >>83 -[2013-09-25 08:38:02] >>83 -[2013-09-25 08:38:46] 81 -[2013-09-25 08:38:48] >81 -[2013-09-25 08:39:07] 83 -[2013-09-25 08:39:09] >83 -[2013-09-25 08:39:47] 87 -[2013-09-25 08:39:48] 83 -[2013-09-25 08:39:50] >83 -[2013-09-25 08:40:49] >>83 -[2013-09-25 08:41:50] >>83 -[2013-09-25 08:42:50] >>83 -[2013-09-25 08:43:50] >>83 -[2013-09-25 08:44:50] >>83 -[2013-09-25 08:45:51] >>83 -[2013-09-25 08:46:45] 87 -[2013-09-25 08:46:46] 83 -[2013-09-25 08:46:48] >83 -[2013-09-25 08:47:48] >>83 -[2013-09-25 08:48:48] >>83 -[2013-09-25 08:49:48] >>83 -[2013-09-25 08:50:48] >>83 -[2013-09-25 08:51:49] >>83 -[2013-09-25 08:52:49] >>83 -[2013-09-25 08:53:43] 87 -[2013-09-25 08:53:45] 83 -[2013-09-25 08:53:46] >83 -[2013-09-25 08:54:46] >>83 -[2013-09-25 08:55:46] >>83 -[2013-09-25 08:56:46] >>83 -[2013-09-25 08:57:47] >>83 -[2013-09-25 08:58:47] >>83 -[2013-09-25 08:59:47] >>83 -[2013-09-25 09:00:47] >>83 -[2013-09-25 09:00:53] 87 -[2013-09-25 09:00:55] 83 -[2013-09-25 09:00:57] >83 -[2013-09-25 09:01:56] >>83 -[2013-09-25 09:02:56] >>83 -[2013-09-25 09:03:57] >>83 -[2013-09-25 09:04:57] >>83 -[2013-09-25 09:05:57] >>83 -[2013-09-25 09:06:57] >>83 -[2013-09-25 09:07:53] 87 -[2013-09-25 09:07:55] 83 -[2013-09-25 09:07:57] >83 -[2013-09-25 09:08:08] C3 -[2013-09-25 09:08:10] >C3 -[2013-09-25 09:09:09] >>C3 -[2013-09-25 09:10:09] >>C3 -[2013-09-25 09:11:10] >>C3 -[2013-09-25 09:12:10] >>C3 -[2013-09-25 09:13:10] >>C3 -[2013-09-25 09:14:10] >>C3 -[2013-09-25 09:14:52] C7 -[2013-09-25 09:14:54] C3 -[2013-09-25 09:14:55] >C3 -[2013-09-25 09:15:06] 83 -[2013-09-25 09:15:08] >83 -[2013-09-25 09:15:27] 81 -[2013-09-25 09:15:28] >81 -[2013-09-25 09:15:44] 83 -[2013-09-25 09:15:46] >83 -[2013-09-25 09:16:46] >>83 -[2013-09-25 09:17:46] >>83 -[2013-09-25 09:18:46] >>83 -[2013-09-25 09:19:46] >>83 -[2013-09-25 09:20:47] >>83 -[2013-09-25 09:21:47] >>83 -[2013-09-25 09:21:53] 87 -[2013-09-25 09:21:54] 83 -[2013-09-25 09:21:56] >83 -[2013-09-25 09:22:56] >>83 -[2013-09-25 09:23:56] >>83 -[2013-09-25 09:24:56] >>83 -[2013-09-25 09:25:56] >>83 -[2013-09-25 09:26:57] >>83 -[2013-09-25 09:27:57] >>83 -[2013-09-25 09:28:51] 87 -[2013-09-25 09:28:52] 83 -[2013-09-25 09:28:54] >83 -[2013-09-25 09:29:54] >>83 -[2013-09-25 09:30:54] >>83 -[2013-09-25 09:31:54] >>83 -[2013-09-25 09:32:54] >>83 -[2013-09-25 09:33:54] >>83 -[2013-09-25 09:34:55] >>83 -[2013-09-25 09:35:55] >>83 -[2013-09-25 09:36:01] 87 -[2013-09-25 09:36:03] 83 -[2013-09-25 09:36:05] >83 -[2013-09-25 09:37:04] >>83 -[2013-09-25 09:38:05] >>83 -[2013-09-25 09:39:05] >>83 -[2013-09-25 09:40:05] >>83 -[2013-09-25 09:41:05] >>83 -[2013-09-25 09:42:05] >>83 -[2013-09-25 09:42:59] 87 -[2013-09-25 09:43:01] 83 -[2013-09-25 09:43:02] >83 -[2013-09-25 09:44:02] >>83 -[2013-09-25 09:45:02] >>83 -[2013-09-25 09:46:03] >>83 -[2013-09-25 09:47:03] >>83 -[2013-09-25 09:48:03] >>83 -[2013-09-25 09:49:03] >>83 -[2013-09-25 09:49:58] 87 -[2013-09-25 09:49:59] 83 -[2013-09-25 09:50:01] >83 -[2013-09-25 09:50:12] C3 -[2013-09-25 09:50:14] >C3 -[2013-09-25 09:51:14] >>C3 -[2013-09-25 09:52:14] >>C3 -[2013-09-25 09:53:14] >>C3 -[2013-09-25 09:54:14] >>C3 -[2013-09-25 09:55:14] >>C3 -[2013-09-25 09:56:15] >>C3 -[2013-09-25 09:56:56] C7 -[2013-09-25 09:56:58] C3 -[2013-09-25 09:57:00] >C3 -[2013-09-25 09:57:11] 83 -[2013-09-25 09:57:12] >83 -[2013-09-25 09:58:12] >>83 -[2013-09-25 09:59:12] >>83 -[2013-09-25 10:00:12] >>83 -[2013-09-25 10:01:13] >>83 -[2013-09-25 10:02:13] >>83 -[2013-09-25 10:03:13] >>83 -[2013-09-25 10:03:57] 87 -[2013-09-25 10:03:59] 83 -[2013-09-25 10:04:00] >83 -[2013-09-25 10:05:00] >>83 -[2013-09-25 10:06:00] >>83 -[2013-09-25 10:07:01] >>83 -[2013-09-25 10:08:01] >>83 -[2013-09-25 10:09:01] >>83 -[2013-09-25 10:10:01] >>83 -[2013-09-25 10:11:02] >>83 -[2013-09-25 10:11:07] 87 -[2013-09-25 10:11:09] 83 -[2013-09-25 10:11:11] >83 -[2013-09-25 10:12:10] >>83 -[2013-09-25 10:13:11] >>83 -[2013-09-25 10:14:11] >>83 -[2013-09-25 10:15:11] >>83 -[2013-09-25 10:16:11] >>83 -[2013-09-25 10:17:12] >>83 -[2013-09-25 10:18:06] 87 -[2013-09-25 10:18:07] 83 -[2013-09-25 10:18:09] >83 -[2013-09-25 10:19:09] >>83 -[2013-09-25 10:20:09] >>83 -[2013-09-25 10:21:10] >>83 -[2013-09-25 10:22:10] >>83 -[2013-09-25 10:23:10] >>83 -[2013-09-25 10:24:10] >>83 -[2013-09-25 10:25:04] 87 -[2013-09-25 10:25:05] 83 -[2013-09-25 10:25:07] >83 -[2013-09-25 10:26:06] >>83 -[2013-09-25 10:27:07] >>83 -[2013-09-25 10:28:07] >>83 -[2013-09-25 10:29:07] >>83 -[2013-09-25 10:30:07] >>83 -[2013-09-25 10:31:08] >>83 -[2013-09-25 10:32:02] 87 -[2013-09-25 10:32:04] 83 -[2013-09-25 10:32:06] >83 -[2013-09-25 10:32:17] C3 -[2013-09-25 10:32:18] >C3 -[2013-09-25 10:33:18] >>C3 -[2013-09-25 10:34:18] >>C3 -[2013-09-25 10:35:18] >>C3 -[2013-09-25 10:36:19] >>C3 -[2013-09-25 10:37:19] >>C3 -[2013-09-25 10:38:19] >>C3 -[2013-09-25 10:39:01] C7 -[2013-09-25 10:39:02] C3 -[2013-09-25 10:39:04] >C3 -[2013-09-25 10:39:28] 83 -[2013-09-25 10:39:29] >83 -[2013-09-25 10:40:29] >>83 -[2013-09-25 10:41:29] >>83 -[2013-09-25 10:42:29] >>83 -[2013-09-25 10:43:30] >>83 -[2013-09-25 10:44:30] >>83 -[2013-09-25 10:45:30] >>83 -[2013-09-25 10:46:14] 87 -[2013-09-25 10:46:16] 83 -[2013-09-25 10:46:17] >83 -[2013-09-25 10:47:17] >>83 -[2013-09-25 10:48:17] >>83 -[2013-09-25 10:49:18] >>83 -[2013-09-25 10:50:18] >>83 -[2013-09-25 10:51:18] >>83 -[2013-09-25 10:52:18] >>83 -[2013-09-25 10:53:12] 87 -[2013-09-25 10:53:14] 83 -[2013-09-25 10:53:16] >83 -[2013-09-25 10:54:15] >>83 -[2013-09-25 10:55:16] >>83 -[2013-09-25 10:56:16] >>83 -[2013-09-25 10:57:16] >>83 -[2013-09-25 10:58:16] >>83 -[2013-09-25 10:59:16] >>83 -[2013-09-25 11:00:10] 87 -[2013-09-25 11:00:12] 83 -[2013-09-25 11:00:13] >83 -[2013-09-25 11:01:13] >>83 -[2013-09-25 11:02:13] >>83 -[2013-09-25 11:03:14] >>83 -[2013-09-25 11:04:14] >>83 -[2013-09-25 11:05:14] >>83 -[2013-09-25 11:06:14] >>83 -[2013-09-25 11:07:08] 87 -[2013-09-25 11:07:10] 83 -[2013-09-25 11:07:11] >83 -[2013-09-25 11:08:11] >>83 -[2013-09-25 11:09:11] >>83 -[2013-09-25 11:10:12] >>83 -[2013-09-25 11:11:12] >>83 -[2013-09-25 11:12:12] >>83 -[2013-09-25 11:13:12] >>83 -[2013-09-25 11:14:06] 87 -[2013-09-25 11:14:08] 83 -[2013-09-25 11:14:10] >83 -[2013-09-25 11:14:33] C3 -[2013-09-25 11:14:35] >C3 -[2013-09-25 11:15:35] >>C3 -[2013-09-25 11:16:35] >>C3 -[2013-09-25 11:17:35] >>C3 -[2013-09-25 11:18:35] >>C3 -[2013-09-25 11:19:36] >>C3 -[2013-09-25 11:20:36] >>C3 -[2013-09-25 11:21:24] C7 -[2013-09-25 11:21:26] C3 -[2013-09-25 11:21:28] >C3 -[2013-09-25 11:21:38] 83 -[2013-09-25 11:21:40] >83 -[2013-09-25 11:22:09] 81 -[2013-09-25 11:22:11] >81 -[2013-09-25 11:22:26] 83 -[2013-09-25 11:22:28] >83 -[2013-09-25 11:23:28] >>83 -[2013-09-25 11:24:28] >>83 -[2013-09-25 11:25:28] >>83 -[2013-09-25 11:26:28] >>83 -[2013-09-25 11:27:29] >>83 -[2013-09-25 11:28:25] 87 -[2013-09-25 11:28:27] 83 -[2013-09-25 11:28:28] >83 -[2013-09-25 11:29:28] >>83 -[2013-09-25 11:30:28] >>83 -[2013-09-25 11:31:29] >>83 -[2013-09-25 11:32:29] >>83 -[2013-09-25 11:33:29] >>83 -[2013-09-25 11:34:29] >>83 -[2013-09-25 11:34:47] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1012&valore=83 -[2013-09-25 11:35:23] 87 -[2013-09-25 11:35:26] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1012&valore=87 -[2013-09-25 11:35:27] 83 -[2013-09-25 11:35:29] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1012&valore=83 -[2013-09-25 11:35:31] >83 -[2013-09-25 11:35:32] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1012&valore=83 -[2013-09-25 11:36:32] >>83 -[2013-09-25 11:36:35] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1012&valore=83 -[2013-09-25 11:37:35] >>83 -[2013-09-25 11:38:35] >>83 -[2013-09-25 11:39:36] >>83 -[2013-09-25 11:40:37] >>83 -[2013-09-25 11:41:37] >>83 -[2013-09-25 11:42:21] 87 -[2013-09-25 11:42:23] 83 -[2013-09-25 11:42:25] >83 -[2013-09-25 11:43:24] >>83 -[2013-09-25 11:44:25] >>83 -[2013-09-25 11:45:25] >>83 -[2013-09-25 11:46:25] >>83 -[2013-09-25 11:47:25] >>83 -[2013-09-25 11:48:25] >>83 -[2013-09-25 11:49:19] 87 -[2013-09-25 11:49:21] 83 -[2013-09-25 11:49:22] >83 -[2013-09-25 11:50:22] >>83 -[2013-09-25 11:51:22] >>83 -[2013-09-25 11:52:22] >>83 -[2013-09-25 11:53:23] >>83 -[2013-09-25 11:54:23] >>83 -[2013-09-25 11:55:23] >>83 -[2013-09-25 11:56:23] >>83 -[2013-09-25 11:56:30] 87 -[2013-09-25 11:56:32] 83 -[2013-09-25 11:56:33] >83 -[2013-09-25 11:56:45] C3 -[2013-09-25 11:56:46] >C3 -[2013-09-25 11:57:46] >>C3 -[2013-09-25 11:58:47] >>C3 -[2013-09-25 11:59:05] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1012&valore=C3 -[2013-09-25 12:00:05] >>C3 -[2013-09-25 12:00:08] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1012&valore=C3 -[2013-09-25 12:01:08] >>C3 -[2013-09-25 12:01:11] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1012&valore=C3 -[2013-09-25 12:02:11] >>C3 -[2013-09-25 12:03:16] >>C3 -[2013-09-25 12:03:29] C7 -[2013-09-25 12:03:30] C3 -[2013-09-25 12:03:32] >C3 -[2013-09-25 12:03:43] 83 -[2013-09-25 12:03:45] >83 -[2013-09-25 12:04:44] >>83 -[2013-09-25 12:05:45] >>83 -[2013-09-25 12:06:45] >>83 -[2013-09-25 12:07:45] >>83 -[2013-09-25 12:08:45] >>83 -[2013-09-25 12:09:46] >>83 -[2013-09-25 12:10:30] 87 -[2013-09-25 12:10:31] 83 -[2013-09-25 12:10:33] >83 -[2013-09-25 12:11:33] >>83 -[2013-09-25 12:12:33] >>83 -[2013-09-25 12:13:33] >>83 -[2013-09-25 12:14:33] >>83 -[2013-09-25 12:15:34] >>83 -[2013-09-25 12:16:34] >>83 -[2013-09-25 12:17:27] 87 -[2013-09-25 12:17:29] 83 -[2013-09-25 12:17:31] >83 -[2013-09-25 12:18:30] >>83 -[2013-09-25 12:19:31] >>83 -[2013-09-25 12:20:31] >>83 -[2013-09-25 12:21:31] >>83 -[2013-09-25 12:22:31] >>83 -[2013-09-25 12:23:31] >>83 -[2013-09-25 12:24:26] 87 -[2013-09-25 12:24:27] 83 -[2013-09-25 12:24:29] >83 -[2013-09-25 12:25:29] >>83 -[2013-09-25 12:26:29] >>83 -[2013-09-25 12:27:29] >>83 -[2013-09-25 12:28:29] >>83 -[2013-09-25 12:29:29] >>83 -[2013-09-25 12:30:30] >>83 -[2013-09-25 12:31:30] >>83 -[2013-09-25 12:31:36] 87 -[2013-09-25 12:31:38] 83 -[2013-09-25 12:31:39] >83 -[2013-09-25 12:32:39] >>83 -[2013-09-25 12:33:39] >>83 -[2013-09-25 12:34:39] >>83 -[2013-09-25 12:35:40] >>83 -[2013-09-25 12:36:40] >>83 -[2013-09-25 12:37:40] >>83 -[2013-09-25 12:38:34] 87 -[2013-09-25 12:38:36] 83 -[2013-09-25 12:38:37] >83 -[2013-09-25 12:38:49] C3 -[2013-09-25 12:38:51] >C3 -[2013-09-25 12:39:50] >>C3 -[2013-09-25 12:40:51] >>C3 -[2013-09-25 12:41:51] >>C3 -[2013-09-25 12:42:51] >>C3 -[2013-09-25 12:43:51] >>C3 -[2013-09-25 12:44:51] >>C3 -[2013-09-25 12:45:33] C7 -[2013-09-25 12:45:35] C3 -[2013-09-25 12:45:36] >C3 -[2013-09-25 12:45:47] 83 -[2013-09-25 12:45:49] >83 -[2013-09-25 12:46:49] >>83 -[2013-09-25 12:47:49] >>83 -[2013-09-25 12:48:49] >>83 -[2013-09-25 12:49:49] >>83 -[2013-09-25 12:50:50] >>83 -[2013-09-25 12:51:50] >>83 -[2013-09-25 12:52:34] 87 -[2013-09-25 12:52:36] 83 -[2013-09-25 12:52:37] >83 -[2013-09-25 12:53:37] >>83 -[2013-09-25 12:54:37] >>83 -[2013-09-25 12:55:37] >>83 -[2013-09-25 12:56:38] >>83 -[2013-09-25 12:57:38] >>83 -[2013-09-25 12:58:38] >>83 -[2013-09-25 12:59:32] 87 -[2013-09-25 12:59:33] 83 -[2013-09-25 12:59:35] >83 -[2013-09-25 13:00:35] >>83 -[2013-09-25 13:01:35] >>83 -[2013-09-25 13:02:35] >>83 -[2013-09-25 13:03:35] >>83 -[2013-09-25 13:04:36] >>83 -[2013-09-25 13:05:36] >>83 -[2013-09-25 13:06:36] >>83 -[2013-09-25 13:06:43] 87 -[2013-09-25 13:06:44] 83 -[2013-09-25 13:06:46] >83 -[2013-09-25 13:07:46] >>83 -[2013-09-25 13:08:46] >>83 -[2013-09-25 13:09:46] >>83 -[2013-09-25 13:10:46] >>83 -[2013-09-25 13:11:46] >>83 -[2013-09-25 13:12:47] >>83 -[2013-09-25 13:13:40] 87 -[2013-09-25 13:13:42] 83 -[2013-09-25 13:13:43] >83 -[2013-09-25 13:14:43] >>83 -[2013-09-25 13:15:43] >>83 -[2013-09-25 13:16:44] >>83 -[2013-09-25 13:17:44] >>83 -[2013-09-25 13:18:45] >>83 -[2013-09-25 13:19:45] >>83 -[2013-09-25 13:20:39] 87 -[2013-09-25 13:20:41] 83 -[2013-09-25 13:20:42] >83 -[2013-09-25 13:20:53] C3 -[2013-09-25 13:20:55] >C3 -[2013-09-25 13:21:55] >>C3 -[2013-09-25 13:22:55] >>C3 -[2013-09-25 13:23:55] >>C3 -[2013-09-25 13:24:55] >>C3 -[2013-09-25 13:25:56] >>C3 -[2013-09-25 13:26:56] >>C3 -[2013-09-25 13:27:37] C7 -[2013-09-25 13:27:39] C3 -[2013-09-25 13:27:41] >C3 -[2013-09-25 13:27:52] 83 -[2013-09-25 13:27:54] >83 -[2013-09-25 13:28:53] >>83 -[2013-09-25 13:29:53] >>83 -[2013-09-25 13:30:54] >>83 -[2013-09-25 13:31:54] >>83 -[2013-09-25 13:32:54] >>83 -[2013-09-25 13:33:54] >>83 -[2013-09-25 13:34:38] 87 -[2013-09-25 13:34:40] 83 -[2013-09-25 13:34:42] >83 -[2013-09-25 13:35:41] >>83 -[2013-09-25 13:36:42] >>83 -[2013-09-25 13:37:42] >>83 -[2013-09-25 13:38:42] >>83 -[2013-09-25 13:39:42] >>83 -[2013-09-25 13:40:42] >>83 -[2013-09-25 13:41:43] >>83 -[2013-09-25 13:41:49] 87 -[2013-09-25 13:41:50] 83 -[2013-09-25 13:41:52] >83 -[2013-09-25 13:42:52] >>83 -[2013-09-25 13:43:52] >>83 -[2013-09-25 13:44:52] >>83 -[2013-09-25 13:45:52] >>83 -[2013-09-25 13:46:53] >>83 -[2013-09-25 13:47:53] >>83 -[2013-09-25 13:48:47] 87 -[2013-09-25 13:48:49] 83 -[2013-09-25 13:48:50] >83 -[2013-09-25 13:49:50] >>83 -[2013-09-25 13:50:50] >>83 -[2013-09-25 13:51:50] >>83 -[2013-09-25 13:52:51] >>83 -[2013-09-25 13:53:51] >>83 -[2013-09-25 13:54:51] >>83 -[2013-09-25 13:55:45] 87 -[2013-09-25 13:55:46] 83 -[2013-09-25 13:55:48] >83 -[2013-09-25 13:56:48] >>83 -[2013-09-25 13:57:48] >>83 -[2013-09-25 13:58:48] >>83 -[2013-09-25 13:59:48] >>83 -[2013-09-25 14:00:48] >>83 -[2013-09-25 14:01:49] >>83 -[2013-09-25 14:02:43] 87 -[2013-09-25 14:02:45] 83 -[2013-09-25 14:02:47] >83 -[2013-09-25 14:02:58] C3 -[2013-09-25 14:02:59] >C3 -[2013-09-25 14:03:59] >>C3 -[2013-09-25 14:04:59] >>C3 -[2013-09-25 14:06:00] >>C3 -[2013-09-25 14:07:00] >>C3 -[2013-09-25 14:08:00] >>C3 -[2013-09-25 14:09:00] >>C3 -[2013-09-25 14:09:42] C7 -[2013-09-25 14:09:43] C3 -[2013-09-25 14:09:45] >C3 -[2013-09-25 14:10:09] 83 -[2013-09-25 14:10:10] >83 -[2013-09-25 14:11:10] >>83 -[2013-09-25 14:12:10] >>83 -[2013-09-25 14:13:10] >>83 -[2013-09-25 14:14:11] >>83 -[2013-09-25 14:15:11] >>83 -[2013-09-25 14:16:11] >>83 -[2013-09-25 14:16:55] 87 -[2013-09-25 14:16:57] 83 -[2013-09-25 14:16:58] >83 -[2013-09-25 14:17:58] >>83 -[2013-09-25 14:18:58] >>83 -[2013-09-25 14:19:59] >>83 -[2013-09-25 14:20:59] >>83 -[2013-09-25 14:21:59] >>83 -[2013-09-25 14:22:59] >>83 -[2013-09-25 14:23:53] 87 -[2013-09-25 14:23:55] 83 -[2013-09-25 14:23:56] >83 -[2013-09-25 14:24:56] >>83 -[2013-09-25 14:25:56] >>83 -[2013-09-25 14:26:56] >>83 -[2013-09-25 14:27:57] >>83 -[2013-09-25 14:28:57] >>83 -[2013-09-25 14:29:57] >>83 -[2013-09-25 14:30:51] 87 -[2013-09-25 14:30:53] 83 -[2013-09-25 14:30:54] >83 -[2013-09-25 14:31:54] >>83 -[2013-09-25 14:32:54] >>83 -[2013-09-25 14:33:55] >>83 -[2013-09-25 14:34:55] >>83 -[2013-09-25 14:35:55] >>83 -[2013-09-25 14:36:55] >>83 -[2013-09-25 14:37:49] 87 -[2013-09-25 14:37:51] 83 -[2013-09-25 14:37:52] >83 -[2013-09-25 14:38:52] >>83 -[2013-09-25 14:39:52] >>83 -[2013-09-25 14:40:53] >>83 -[2013-09-25 14:41:53] >>83 -[2013-09-25 14:42:53] >>83 -[2013-09-25 14:43:53] >>83 -[2013-09-25 14:44:48] 87 -[2013-09-25 14:44:50] 83 -[2013-09-25 14:44:51] >83 -[2013-09-25 14:45:15] C3 -[2013-09-25 14:45:16] >C3 -[2013-09-25 14:46:16] >>C3 -[2013-09-25 14:47:16] >>C3 -[2013-09-25 14:48:17] >>C3 -[2013-09-25 14:49:17] >>C3 -[2013-09-25 14:50:17] >>C3 -[2013-09-25 14:51:17] >>C3 -[2013-09-25 14:51:59] C7 -[2013-09-25 14:52:01] C3 -[2013-09-25 14:52:02] >C3 -[2013-09-25 14:52:13] 83 -[2013-09-25 14:52:14] >83 -[2013-09-25 14:53:08] 81 -[2013-09-25 14:53:10] >81 -[2013-09-25 14:54:10] >>81 -[2013-09-25 14:54:48] 83 -[2013-09-25 14:54:49] >83 -[2013-09-25 14:55:49] >>83 -[2013-09-25 14:56:49] >>83 -[2013-09-25 14:57:49] >>83 -[2013-09-25 14:58:50] >>83 -[2013-09-25 14:59:00] 87 -[2013-09-25 14:59:01] 83 -[2013-09-25 14:59:03] >83 -[2013-09-25 15:00:03] >>83 -[2013-09-25 15:01:03] >>83 -[2013-09-25 15:02:03] >>83 -[2013-09-25 15:03:03] >>83 -[2013-09-25 15:04:04] >>83 -[2013-09-25 15:05:04] >>83 -[2013-09-25 15:05:57] 87 -[2013-09-25 15:05:59] 83 -[2013-09-25 15:06:01] >83 -[2013-09-25 15:07:00] >>83 -[2013-09-25 15:08:01] >>83 -[2013-09-25 15:09:01] >>83 -[2013-09-25 15:10:01] >>83 -[2013-09-25 15:11:01] >>83 -[2013-09-25 15:12:01] >>83 -[2013-09-25 15:12:56] 87 -[2013-09-25 15:12:57] 83 -[2013-09-25 15:12:59] >83 -[2013-09-25 15:13:59] >>83 -[2013-09-25 15:14:59] >>83 -[2013-09-25 15:15:59] >>83 -[2013-09-25 15:16:59] >>83 -[2013-09-25 15:17:59] >>83 -[2013-09-25 15:19:00] >>83 -[2013-09-25 15:19:54] 87 -[2013-09-25 15:19:55] 83 -[2013-09-25 15:19:57] >83 -[2013-09-25 15:20:57] >>83 -[2013-09-25 15:21:57] >>83 -[2013-09-25 15:22:57] >>83 -[2013-09-25 15:23:57] >>83 -[2013-09-25 15:24:58] >>83 -[2013-09-25 15:25:58] >>83 -[2013-09-25 15:26:58] >>83 -[2013-09-25 15:27:05] 87 -[2013-09-25 15:27:06] 83 -[2013-09-25 15:27:08] >83 -[2013-09-25 15:27:19] C3 -[2013-09-25 15:27:21] >C3 -[2013-09-25 15:28:20] >>C3 -[2013-09-25 15:29:21] >>C3 -[2013-09-25 15:30:21] >>C3 -[2013-09-25 15:31:21] >>C3 -[2013-09-25 15:32:21] >>C3 -[2013-09-25 15:33:21] >>C3 -[2013-09-25 15:34:03] C7 -[2013-09-25 15:34:05] C3 -[2013-09-25 15:34:06] >C3 -[2013-09-25 15:34:18] 83 -[2013-09-25 15:34:19] >83 -[2013-09-25 15:35:19] >>83 -[2013-09-25 15:36:19] >>83 -[2013-09-25 15:37:19] >>83 -[2013-09-25 15:38:19] >>83 -[2013-09-25 15:39:20] >>83 -[2013-09-25 15:40:20] >>83 -[2013-09-25 15:41:04] 87 -[2013-09-25 15:41:06] 83 -[2013-09-25 15:41:07] >83 -[2013-09-25 15:42:07] >>83 -[2013-09-25 15:43:07] >>83 -[2013-09-25 15:44:07] >>83 -[2013-09-25 15:45:08] >>83 -[2013-09-25 15:46:08] >>83 -[2013-09-25 15:47:08] >>83 -[2013-09-25 15:48:02] 87 -[2013-09-25 15:48:03] 83 -[2013-09-25 15:48:05] >83 -[2013-09-25 15:49:05] >>83 -[2013-09-25 15:50:05] >>83 -[2013-09-25 15:51:05] >>83 -[2013-09-25 15:52:05] >>83 -[2013-09-25 15:53:06] >>83 -[2013-09-25 15:54:06] >>83 -[2013-09-25 15:55:00] 87 -[2013-09-25 15:55:02] 83 -[2013-09-25 15:55:03] >83 -[2013-09-25 15:56:03] >>83 -[2013-09-25 15:57:03] >>83 -[2013-09-25 15:58:03] >>83 -[2013-09-25 15:59:04] >>83 -[2013-09-25 16:00:04] >>83 -[2013-09-25 16:01:04] >>83 -[2013-09-25 16:02:04] >>83 -[2013-09-25 16:02:10] 87 -[2013-09-25 16:02:12] 83 -[2013-09-25 16:02:14] >83 -[2013-09-25 16:03:13] >>83 -[2013-09-25 16:04:14] >>83 -[2013-09-25 16:05:14] >>83 -[2013-09-25 16:06:14] >>83 -[2013-09-25 16:07:14] >>83 -[2013-09-25 16:08:14] >>83 -[2013-09-25 16:09:09] 87 -[2013-09-25 16:09:10] 83 -[2013-09-25 16:09:12] >83 -[2013-09-25 16:09:24] C3 -[2013-09-25 16:09:25] >C3 -[2013-09-25 16:10:25] >>C3 -[2013-09-25 16:11:25] >>C3 -[2013-09-25 16:12:25] >>C3 -[2013-09-25 16:13:26] >>C3 -[2013-09-25 16:14:26] >>C3 -[2013-09-25 16:15:26] >>C3 -[2013-09-25 16:16:08] C7 -[2013-09-25 16:16:09] C3 -[2013-09-25 16:16:11] >C3 -[2013-09-25 16:16:22] 83 -[2013-09-25 16:16:24] >83 -[2013-09-25 16:17:23] >>83 -[2013-09-25 16:18:14] 81 -[2013-09-25 16:18:16] >81 -[2013-09-25 16:18:27] 83 -[2013-09-25 16:18:28] >83 -[2013-09-25 16:19:28] >>83 -[2013-09-25 16:20:28] >>83 -[2013-09-25 16:21:29] >>83 -[2013-09-25 16:22:29] >>83 -[2013-09-25 16:23:08] 87 -[2013-09-25 16:23:10] 83 -[2013-09-25 16:23:12] >83 -[2013-09-25 16:24:11] >>83 -[2013-09-25 16:25:12] >>83 -[2013-09-25 16:26:12] >>83 -[2013-09-25 16:27:12] >>83 -[2013-09-25 16:28:12] >>83 -[2013-09-25 16:29:12] >>83 -[2013-09-25 16:30:07] 87 -[2013-09-25 16:30:08] 83 -[2013-09-25 16:30:09] >83 -[2013-09-25 16:31:09] >>83 -[2013-09-25 16:32:09] >>83 -[2013-09-25 16:33:10] >>83 -[2013-09-25 16:34:10] >>83 -[2013-09-25 16:35:10] >>83 -[2013-09-25 16:36:10] >>83 -[2013-09-25 16:37:10] >>83 -[2013-09-25 16:37:17] 87 -[2013-09-25 16:37:19] 83 -[2013-09-25 16:37:20] >83 -[2013-09-25 16:38:20] >>83 -[2013-09-25 16:39:20] >>83 -[2013-09-25 16:40:20] >>83 -[2013-09-25 16:41:21] >>83 -[2013-09-25 16:42:21] >>83 -[2013-09-25 16:43:21] >>83 -[2013-09-25 16:44:15] 87 -[2013-09-25 16:44:16] 83 -[2013-09-25 16:44:18] >83 -[2013-09-25 16:45:18] >>83 -[2013-09-25 16:46:18] >>83 -[2013-09-25 16:47:18] >>83 -[2013-09-25 16:48:18] >>83 -[2013-09-25 16:49:19] >>83 -[2013-09-25 16:50:19] >>83 -[2013-09-25 16:51:14] 87 -[2013-09-25 16:51:15] 83 -[2013-09-25 16:51:16] >83 -[2013-09-25 16:51:28] C3 -[2013-09-25 16:51:30] >C3 -[2013-09-25 16:52:29] >>C3 -[2013-09-25 16:53:29] >>C3 -[2013-09-25 16:54:30] >>C3 -[2013-09-25 16:55:30] >>C3 -[2013-09-25 16:56:30] >>C3 -[2013-09-25 16:57:30] >>C3 -[2013-09-25 16:58:12] C7 -[2013-09-25 16:58:14] C3 -[2013-09-25 16:58:15] >C3 -[2013-09-25 16:58:26] 83 -[2013-09-25 16:58:28] >83 -[2013-09-25 16:59:28] >>83 -[2013-09-25 17:00:28] >>83 -[2013-09-25 17:01:28] >>83 -[2013-09-25 17:02:28] >>83 -[2013-09-25 17:03:29] >>83 -[2013-09-25 17:04:29] >>83 -[2013-09-25 17:05:13] 87 -[2013-09-25 17:05:15] 83 -[2013-09-25 17:05:16] >83 -[2013-09-25 17:06:16] >>83 -[2013-09-25 17:07:16] >>83 -[2013-09-25 17:08:16] >>83 -[2013-09-25 17:09:17] >>83 -[2013-09-25 17:10:17] >>83 -[2013-09-25 17:11:17] >>83 -[2013-09-25 17:12:17] >>83 -[2013-09-25 17:12:23] 87 -[2013-09-25 17:12:25] 83 -[2013-09-25 17:12:27] >83 -[2013-09-25 17:13:26] >>83 -[2013-09-25 17:14:26] >>83 -[2013-09-25 17:15:27] >>83 -[2013-09-25 17:16:27] >>83 -[2013-09-25 17:17:27] >>83 -[2013-09-25 17:18:27] >>83 -[2013-09-25 17:19:21] 87 -[2013-09-25 17:19:23] 83 -[2013-09-25 17:19:25] >83 -[2013-09-25 17:20:24] >>83 -[2013-09-25 17:21:25] >>83 -[2013-09-25 17:22:25] >>83 -[2013-09-25 17:23:25] >>83 -[2013-09-25 17:24:25] >>83 -[2013-09-25 17:25:25] >>83 -[2013-09-25 17:26:19] 87 -[2013-09-25 17:26:21] 83 -[2013-09-25 17:26:22] >83 -[2013-09-25 17:27:22] >>83 -[2013-09-25 17:28:22] >>83 -[2013-09-25 17:29:23] >>83 -[2013-09-25 17:30:23] >>83 -[2013-09-25 17:31:23] >>83 -[2013-09-25 17:32:23] >>83 -[2013-09-25 17:33:18] 87 -[2013-09-25 17:33:19] 83 -[2013-09-25 17:33:21] >83 -[2013-09-25 17:33:32] C3 -[2013-09-25 17:33:34] >C3 -[2013-09-25 17:34:34] >>C3 -[2013-09-25 17:35:34] >>C3 -[2013-09-25 17:36:34] >>C3 -[2013-09-25 17:37:34] >>C3 -[2013-09-25 17:38:34] >>C3 -[2013-09-25 17:39:35] >>C3 -[2013-09-25 17:40:16] C7 -[2013-09-25 17:40:18] C3 -[2013-09-25 17:40:20] >C3 -[2013-09-25 17:40:43] 83 -[2013-09-25 17:40:45] >83 -[2013-09-25 17:41:45] >>83 -[2013-09-25 17:42:42] 81 -[2013-09-25 17:42:44] >81 -[2013-09-25 17:42:58] 83 -[2013-09-25 17:43:00] >83 -[2013-09-25 17:43:59] >>83 -[2013-09-25 17:44:59] >>83 -[2013-09-25 17:46:00] >>83 -[2013-09-25 17:47:00] >>83 -[2013-09-25 17:47:30] 87 -[2013-09-25 17:47:31] 83 -[2013-09-25 17:47:33] >83 -[2013-09-25 17:48:33] >>83 -[2013-09-25 17:49:33] >>83 -[2013-09-25 17:50:33] >>83 -[2013-09-25 17:51:33] >>83 -[2013-09-25 17:52:33] >>83 -[2013-09-25 17:53:34] >>83 -[2013-09-25 17:54:28] 87 -[2013-09-25 17:54:29] 83 -[2013-09-25 17:54:31] >83 -[2013-09-25 17:55:31] >>83 -[2013-09-25 17:56:31] >>83 -[2013-09-25 17:57:31] >>83 -[2013-09-25 17:58:31] >>83 -[2013-09-25 17:59:32] >>83 -[2013-09-25 18:00:32] >>83 -[2013-09-25 18:01:25] 87 -[2013-09-25 18:01:27] 83 -[2013-09-25 18:01:29] >83 -[2013-09-25 18:02:28] >>83 -[2013-09-25 18:03:29] >>83 -[2013-09-25 18:04:29] >>83 -[2013-09-25 18:05:29] >>83 -[2013-09-25 18:06:29] >>83 -[2013-09-25 18:07:29] >>83 -[2013-09-25 18:08:24] 87 -[2013-09-25 18:08:25] 83 -[2013-09-25 18:08:27] >83 -[2013-09-25 18:09:27] >>83 -[2013-09-25 18:10:27] >>83 -[2013-09-25 18:11:27] >>83 -[2013-09-25 18:12:27] >>83 -[2013-09-25 18:13:28] >>83 -[2013-09-25 18:14:28] >>83 -[2013-09-25 18:15:22] 87 -[2013-09-25 18:15:24] 83 -[2013-09-25 18:15:25] >83 -[2013-09-25 18:15:49] C3 -[2013-09-25 18:15:50] >C3 -[2013-09-25 18:16:50] >>C3 -[2013-09-25 18:17:50] >>C3 -[2013-09-25 18:18:51] >>C3 -[2013-09-25 18:19:51] >>C3 -[2013-09-25 18:20:51] >>C3 -[2013-09-25 18:21:51] >>C3 -[2013-09-25 18:22:33] C7 -[2013-09-25 18:22:35] C3 -[2013-09-25 18:22:36] >C3 -[2013-09-25 18:22:47] 83 -[2013-09-25 18:22:49] >83 -[2013-09-25 18:23:49] >>83 -[2013-09-25 18:24:49] >>83 -[2013-09-25 18:25:49] >>83 -[2013-09-25 18:26:49] >>83 -[2013-09-25 18:27:49] >>83 -[2013-09-25 18:28:50] >>83 -[2013-09-25 18:29:34] 87 -[2013-09-25 18:29:35] 83 -[2013-09-25 18:29:37] >83 -[2013-09-25 18:30:37] >>83 -[2013-09-25 18:31:37] >>83 -[2013-09-25 18:32:37] >>83 -[2013-09-25 18:33:37] >>83 -[2013-09-25 18:34:38] >>83 -[2013-09-25 18:35:38] >>83 -[2013-09-25 18:36:32] 87 -[2013-09-25 18:36:34] 83 -[2013-09-25 18:36:35] >83 -[2013-09-25 18:37:35] >>83 -[2013-09-25 18:38:35] >>83 -[2013-09-25 18:39:35] >>83 -[2013-09-25 18:40:36] >>83 -[2013-09-25 18:41:36] >>83 -[2013-09-25 18:42:36] >>83 -[2013-09-25 18:43:30] 87 -[2013-09-25 18:43:31] 83 -[2013-09-25 18:43:33] >83 -[2013-09-25 18:44:33] >>83 -[2013-09-25 18:45:33] >>83 -[2013-09-25 18:46:33] >>83 -[2013-09-25 18:47:33] >>83 -[2013-09-25 18:48:34] >>83 -[2013-09-25 18:49:34] >>83 -[2013-09-25 18:50:28] 87 -[2013-09-25 18:50:30] 83 -[2013-09-25 18:50:31] >83 -[2013-09-25 18:51:31] >>83 -[2013-09-25 18:51:43] C3 -[2013-09-25 18:51:44] >C3 -[2013-09-25 18:52:17] C1 -[2013-09-25 18:52:19] >C1 -[2013-09-25 18:52:28] 81 -[2013-09-25 18:52:30] >81 -[2013-09-25 18:53:29] >>81 -[2013-09-25 18:54:30] >>81 -[2013-09-25 18:55:30] >>81 -[2013-09-25 18:56:30] >>81 -[2013-09-25 18:57:30] >>81 -[2013-09-25 18:58:30] >>81 -[2013-09-25 18:59:13] 85 -[2013-09-25 18:59:14] 81 -[2013-09-25 18:59:16] >81 -[2013-09-25 19:00:16] >>81 -[2013-09-25 19:01:16] >>81 -[2013-09-25 19:02:16] >>81 -[2013-09-25 19:03:16] >>81 -[2013-09-25 19:04:16] >>81 -[2013-09-25 19:05:00] 99 -[2013-09-25 19:05:02] >99 -[2013-09-25 19:06:01] >>99 -[2013-09-25 19:07:02] 89 -[2013-09-25 19:07:03] >89 -[2013-09-25 19:07:05] 81 -[2013-09-25 19:07:06] >81 -[2013-09-25 19:07:22] 83 -[2013-09-25 19:07:23] >83 -[2013-09-25 19:08:23] >>83 -[2013-09-25 19:09:23] >>83 -[2013-09-25 19:10:23] >>83 -[2013-09-25 19:11:24] >>83 -[2013-09-25 19:12:24] >>83 -[2013-09-25 19:13:24] >>83 -[2013-09-25 19:14:24] >>83 -[2013-09-25 19:14:37] 87 -[2013-09-25 19:14:38] 83 -[2013-09-25 19:14:40] >83 -[2013-09-25 19:15:39] >>83 -[2013-09-25 19:16:40] >>83 -[2013-09-25 19:17:40] >>83 -[2013-09-25 19:18:40] >>83 -[2013-09-25 19:19:40] >>83 -[2013-09-25 19:20:40] >>83 -[2013-09-25 19:21:35] 87 -[2013-09-25 19:21:36] 83 -[2013-09-25 19:21:38] >83 -[2013-09-25 19:22:38] >>83 -[2013-09-25 19:23:38] >>83 -[2013-09-25 19:24:38] >>83 -[2013-09-25 19:25:38] >>83 -[2013-09-25 19:26:38] >>83 -[2013-09-25 19:27:39] >>83 -[2013-09-25 19:28:33] 87 -[2013-09-25 19:28:34] 83 -[2013-09-25 19:28:36] >83 -[2013-09-25 19:29:36] >>83 -[2013-09-25 19:30:36] >>83 -[2013-09-25 19:31:36] >>83 -[2013-09-25 19:32:36] >>83 -[2013-09-25 19:33:37] >>83 -[2013-09-25 19:34:37] >>83 -[2013-09-25 19:35:31] 87 -[2013-09-25 19:35:33] 83 -[2013-09-25 19:35:34] >83 -[2013-09-25 19:35:46] C3 -[2013-09-25 19:35:47] >C3 -[2013-09-25 19:36:47] >>C3 -[2013-09-25 19:37:47] >>C3 -[2013-09-25 19:38:48] >>C3 -[2013-09-25 19:39:48] >>C3 -[2013-09-25 19:40:48] >>C3 -[2013-09-25 19:41:48] >>C3 -[2013-09-25 19:42:30] C7 -[2013-09-25 19:42:32] C3 -[2013-09-25 19:42:33] >C3 -[2013-09-25 19:42:56] 83 -[2013-09-25 19:42:58] >83 -[2013-09-25 19:43:58] >>83 -[2013-09-25 19:44:58] >>83 -[2013-09-25 19:45:58] >>83 -[2013-09-25 19:46:59] >>83 -[2013-09-25 19:47:59] >>83 -[2013-09-25 19:48:59] >>83 -[2013-09-25 19:49:43] 87 -[2013-09-25 19:49:45] 83 -[2013-09-25 19:49:48] >83 -[2013-09-25 19:50:47] >>83 -[2013-09-25 19:51:48] >>83 -[2013-09-25 19:52:48] >>83 -[2013-09-25 19:53:48] >>83 -[2013-09-25 19:54:48] >>83 -[2013-09-25 19:55:49] >>83 -[2013-09-25 19:56:41] 87 -[2013-09-25 19:56:43] 83 -[2013-09-25 19:56:44] >83 -[2013-09-25 19:57:44] >>83 -[2013-09-25 19:58:44] >>83 -[2013-09-25 19:59:45] >>83 -[2013-09-25 20:00:45] >>83 -[2013-09-25 20:01:45] >>83 -[2013-09-25 20:02:45] >>83 -[2013-09-25 20:03:39] 87 -[2013-09-25 20:03:41] 83 -[2013-09-25 20:03:42] >83 -[2013-09-25 20:04:42] >>83 -[2013-09-25 20:05:42] >>83 -[2013-09-25 20:06:42] >>83 -[2013-09-25 20:07:43] >>83 -[2013-09-25 20:08:43] >>83 -[2013-09-25 20:09:43] >>83 -[2013-09-25 20:10:37] 87 -[2013-09-25 20:10:39] 83 -[2013-09-25 20:10:40] >83 -[2013-09-25 20:11:40] >>83 -[2013-09-25 20:12:40] >>83 -[2013-09-25 20:13:41] >>83 -[2013-09-25 20:14:41] >>83 -[2013-09-25 20:15:41] >>83 -[2013-09-25 20:16:41] >>83 -[2013-09-25 20:17:35] 87 -[2013-09-25 20:17:37] 83 -[2013-09-25 20:17:39] >83 -[2013-09-25 20:18:02] C3 -[2013-09-25 20:18:04] >C3 -[2013-09-25 20:19:04] >>C3 -[2013-09-25 20:20:04] >>C3 -[2013-09-25 20:21:04] >>C3 -[2013-09-25 20:22:04] >>C3 -[2013-09-25 20:23:04] >>C3 -[2013-09-25 20:24:05] >>C3 -[2013-09-25 20:24:47] C7 -[2013-09-25 20:24:48] C3 -[2013-09-25 20:24:50] >C3 -[2013-09-25 20:25:01] 83 -[2013-09-25 20:25:02] >83 -[2013-09-25 20:26:02] >>83 -[2013-09-25 20:27:02] >>83 -[2013-09-25 20:28:02] >>83 -[2013-09-25 20:29:03] >>83 -[2013-09-25 20:30:03] >>83 -[2013-09-25 20:31:03] >>83 -[2013-09-25 20:31:47] 87 -[2013-09-25 20:31:49] 83 -[2013-09-25 20:31:50] >83 -[2013-09-25 20:32:50] >>83 -[2013-09-25 20:33:50] >>83 -[2013-09-25 20:34:51] >>83 -[2013-09-25 20:35:51] >>83 -[2013-09-25 20:36:51] >>83 -[2013-09-25 20:37:51] >>83 -[2013-09-25 20:38:45] 87 -[2013-09-25 20:38:47] 83 -[2013-09-25 20:38:49] >83 -[2013-09-25 20:39:48] >>83 -[2013-09-25 20:40:49] >>83 -[2013-09-25 20:41:49] >>83 -[2013-09-25 20:42:49] >>83 -[2013-09-25 20:43:49] >>83 -[2013-09-25 20:44:14] 81 -[2013-09-25 20:44:16] >81 -[2013-09-25 20:45:16] >>81 -[2013-09-25 20:45:48] 85 -[2013-09-25 20:45:49] 81 -[2013-09-25 20:45:51] >81 -[2013-09-25 20:46:27] 83 -[2013-09-25 20:46:28] >83 -[2013-09-25 20:47:28] >>83 -[2013-09-25 20:48:28] >>83 -[2013-09-25 20:49:29] >>83 -[2013-09-25 20:50:29] >>83 -[2013-09-25 20:51:29] >>83 -[2013-09-25 20:52:29] >>83 -[2013-09-25 20:53:29] >>83 -[2013-09-25 20:53:43] 87 -[2013-09-25 20:53:44] 83 -[2013-09-25 20:53:46] >83 -[2013-09-25 20:54:45] >>83 -[2013-09-25 20:55:46] >>83 -[2013-09-25 20:56:46] >>83 -[2013-09-25 20:57:46] >>83 -[2013-09-25 20:58:46] >>83 -[2013-09-25 20:59:47] >>83 -[2013-09-25 21:00:40] 87 -[2013-09-25 21:00:42] 83 -[2013-09-25 21:00:43] >83 -[2013-09-25 21:01:43] >>83 -[2013-09-25 21:02:43] >>83 -[2013-09-25 21:03:44] >>83 -[2013-09-25 21:04:44] >>83 -[2013-09-25 21:05:44] >>83 -[2013-09-25 21:06:44] >>83 -[2013-09-25 21:07:38] 87 -[2013-09-25 21:07:40] 83 -[2013-09-25 21:07:42] >83 -[2013-09-25 21:08:41] >>83 -[2013-09-25 21:09:42] >>83 -[2013-09-25 21:10:42] >>83 -[2013-09-25 21:11:42] >>83 -[2013-09-25 21:12:42] >>83 -[2013-09-25 21:13:42] >>83 -[2013-09-25 21:14:37] 87 -[2013-09-25 21:14:38] 83 -[2013-09-25 21:14:40] >83 -[2013-09-25 21:14:52] C3 -[2013-09-25 21:14:53] >C3 -[2013-09-25 21:15:53] >>C3 -[2013-09-25 21:16:53] >>C3 -[2013-09-25 21:17:53] >>C3 -[2013-09-25 21:18:54] >>C3 -[2013-09-25 21:19:54] >>C3 -[2013-09-25 21:20:54] >>C3 -[2013-09-25 21:21:36] C7 -[2013-09-25 21:21:37] C3 -[2013-09-25 21:21:39] >C3 -[2013-09-25 21:22:02] 83 -[2013-09-25 21:22:04] >83 -[2013-09-25 21:23:03] >>83 -[2013-09-25 21:24:04] >>83 -[2013-09-25 21:25:04] >>83 -[2013-09-25 21:26:04] >>83 -[2013-09-25 21:27:04] >>83 -[2013-09-25 21:28:04] >>83 -[2013-09-25 21:28:49] 87 -[2013-09-25 21:28:50] 83 -[2013-09-25 21:28:52] >83 -[2013-09-25 21:29:52] >>83 -[2013-09-25 21:30:52] >>83 -[2013-09-25 21:31:52] >>83 -[2013-09-25 21:32:52] >>83 -[2013-09-25 21:33:52] >>83 -[2013-09-25 21:34:53] >>83 -[2013-09-25 21:35:47] 87 -[2013-09-25 21:35:48] 83 -[2013-09-25 21:35:50] >83 -[2013-09-25 21:36:50] >>83 -[2013-09-25 21:37:50] >>83 -[2013-09-25 21:38:50] >>83 -[2013-09-25 21:39:50] >>83 -[2013-09-25 21:40:51] >>83 -[2013-09-25 21:41:51] >>83 -[2013-09-25 21:42:45] 87 -[2013-09-25 21:42:46] 83 -[2013-09-25 21:42:48] >83 -[2013-09-25 21:43:48] >>83 -[2013-09-25 21:44:48] >>83 -[2013-09-25 21:45:48] >>83 -[2013-09-25 21:46:48] >>83 -[2013-09-25 21:47:48] >>83 -[2013-09-25 21:48:49] >>83 -[2013-09-25 21:49:43] 87 -[2013-09-25 21:49:44] 83 -[2013-09-25 21:49:46] >83 -[2013-09-25 21:50:46] >>83 -[2013-09-25 21:51:46] >>83 -[2013-09-25 21:52:46] >>83 -[2013-09-25 21:53:46] >>83 -[2013-09-25 21:54:47] >>83 -[2013-09-25 21:55:47] >>83 -[2013-09-25 21:56:41] 87 -[2013-09-25 21:56:43] 83 -[2013-09-25 21:56:45] >83 -[2013-09-25 21:57:08] C3 -[2013-09-25 21:57:10] >C3 -[2013-09-25 21:58:10] >>C3 -[2013-09-25 21:59:10] >>C3 -[2013-09-25 22:00:10] >>C3 -[2013-09-25 22:01:10] >>C3 -[2013-09-25 22:02:11] >>C3 -[2013-09-25 22:03:11] >>C3 -[2013-09-25 22:03:52] C7 -[2013-09-25 22:03:54] C3 -[2013-09-25 22:03:56] >C3 -[2013-09-25 22:04:06] 83 -[2013-09-25 22:04:08] >83 -[2013-09-25 22:05:08] >>83 -[2013-09-25 22:06:08] >>83 -[2013-09-25 22:07:08] >>83 -[2013-09-25 22:08:08] >>83 -[2013-09-25 22:09:09] >>83 -[2013-09-25 22:10:09] >>83 -[2013-09-25 22:10:53] 87 -[2013-09-25 22:10:55] 83 -[2013-09-25 22:10:56] >83 -[2013-09-25 22:11:56] >>83 -[2013-09-25 22:12:56] >>83 -[2013-09-25 22:13:56] >>83 -[2013-09-25 22:14:57] >>83 -[2013-09-25 22:15:57] >>83 -[2013-09-25 22:16:57] >>83 -[2013-09-25 22:17:00] 81 -[2013-09-25 22:17:01] >81 -[2013-09-25 22:17:51] 85 -[2013-09-25 22:17:53] 81 -[2013-09-25 22:17:54] >81 -[2013-09-25 22:18:12] 83 -[2013-09-25 22:18:13] >83 -[2013-09-25 22:19:13] >>83 -[2013-09-25 22:20:13] >>83 -[2013-09-25 22:21:14] >>83 -[2013-09-25 22:22:14] >>83 -[2013-09-25 22:23:14] >>83 -[2013-09-25 22:24:14] >>83 -[2013-09-25 22:25:14] >>83 -[2013-09-25 22:25:28] 87 -[2013-09-25 22:25:30] 83 -[2013-09-25 22:25:31] >83 -[2013-09-25 22:26:31] >>83 -[2013-09-25 22:27:31] >>83 -[2013-09-25 22:28:31] >>83 -[2013-09-25 22:29:32] >>83 -[2013-09-25 22:30:32] >>83 -[2013-09-25 22:31:32] >>83 -[2013-09-25 22:32:26] 87 -[2013-09-25 22:32:27] 83 -[2013-09-25 22:32:29] >83 -[2013-09-25 22:33:29] >>83 -[2013-09-25 22:34:29] >>83 -[2013-09-25 22:35:29] >>83 -[2013-09-25 22:36:29] >>83 -[2013-09-25 22:37:29] >>83 -[2013-09-25 22:38:30] >>83 -[2013-09-25 22:39:24] 87 -[2013-09-25 22:39:26] 83 -[2013-09-25 22:39:27] >83 -[2013-09-25 22:40:27] >>83 -[2013-09-25 22:41:27] >>83 -[2013-09-25 22:42:27] >>83 -[2013-09-25 22:43:28] >>83 -[2013-09-25 22:44:28] >>83 -[2013-09-25 22:45:28] >>83 -[2013-09-25 22:46:22] 87 -[2013-09-25 22:46:24] 83 -[2013-09-25 22:46:25] >83 -[2013-09-25 22:46:37] C3 -[2013-09-25 22:46:39] >C3 -[2013-09-25 22:47:38] >>C3 -[2013-09-25 22:48:39] >>C3 -[2013-09-25 22:49:39] >>C3 -[2013-09-25 22:50:39] >>C3 -[2013-09-25 22:51:39] >>C3 -[2013-09-25 22:52:39] >>C3 -[2013-09-25 22:53:21] C7 -[2013-09-25 22:53:23] C3 -[2013-09-25 22:53:24] >C3 -[2013-09-25 22:53:47] 83 -[2013-09-25 22:53:49] >83 -[2013-09-25 22:54:49] >>83 -[2013-09-25 22:55:49] >>83 -[2013-09-25 22:56:49] >>83 -[2013-09-25 22:57:49] >>83 -[2013-09-25 22:58:50] >>83 -[2013-09-25 22:59:50] >>83 -[2013-09-25 23:00:34] 87 -[2013-09-25 23:00:36] 83 -[2013-09-25 23:00:37] >83 -[2013-09-25 23:01:37] >>83 -[2013-09-25 23:02:37] >>83 -[2013-09-25 23:03:38] >>83 -[2013-09-25 23:04:38] >>83 -[2013-09-25 23:05:38] >>83 -[2013-09-25 23:06:38] >>83 -[2013-09-25 23:07:32] 87 -[2013-09-25 23:07:34] 83 -[2013-09-25 23:07:36] >83 -[2013-09-25 23:08:35] >>83 -[2013-09-25 23:09:36] >>83 -[2013-09-25 23:10:36] >>83 -[2013-09-25 23:11:36] >>83 -[2013-09-25 23:12:36] >>83 -[2013-09-25 23:13:36] >>83 -[2013-09-25 23:14:30] 87 -[2013-09-25 23:14:32] 83 -[2013-09-25 23:14:33] >83 -[2013-09-25 23:15:33] >>83 -[2013-09-25 23:16:33] >>83 -[2013-09-25 23:17:33] >>83 -[2013-09-25 23:18:34] >>83 -[2013-09-25 23:19:34] >>83 -[2013-09-25 23:20:34] >>83 -[2013-09-25 23:21:28] 87 -[2013-09-25 23:21:30] 83 -[2013-09-25 23:21:32] >83 -[2013-09-25 23:22:31] >>83 -[2013-09-25 23:23:32] >>83 -[2013-09-25 23:24:32] >>83 -[2013-09-25 23:25:32] >>83 -[2013-09-25 23:26:32] >>83 -[2013-09-25 23:27:32] >>83 -[2013-09-25 23:28:27] 87 -[2013-09-25 23:28:28] 83 -[2013-09-25 23:28:30] >83 -[2013-09-25 23:28:53] C3 -[2013-09-25 23:28:55] >C3 -[2013-09-25 23:29:55] >>C3 -[2013-09-25 23:30:55] >>C3 -[2013-09-25 23:31:55] >>C3 -[2013-09-25 23:32:55] >>C3 -[2013-09-25 23:33:56] >>C3 -[2013-09-25 23:34:56] >>C3 -[2013-09-25 23:35:37] C7 -[2013-09-25 23:35:39] C3 -[2013-09-25 23:35:41] >C3 -[2013-09-25 23:35:52] 83 -[2013-09-25 23:35:54] >83 -[2013-09-25 23:36:53] >>83 -[2013-09-25 23:37:53] >>83 -[2013-09-25 23:38:54] >>83 -[2013-09-25 23:39:54] >>83 -[2013-09-25 23:40:54] >>83 -[2013-09-25 23:41:54] >>83 -[2013-09-25 23:42:38] 87 -[2013-09-25 23:42:40] 83 -[2013-09-25 23:42:42] >83 -[2013-09-25 23:43:41] >>83 -[2013-09-25 23:44:42] >>83 -[2013-09-25 23:45:42] >>83 -[2013-09-25 23:46:42] >>83 -[2013-09-25 23:47:42] >>83 -[2013-09-25 23:48:42] >>83 -[2013-09-25 23:49:37] 87 -[2013-09-25 23:49:38] 83 -[2013-09-25 23:49:40] >83 -[2013-09-25 23:50:40] >>83 -[2013-09-25 23:51:40] >>83 -[2013-09-25 23:52:40] >>83 -[2013-09-25 23:53:40] >>83 -[2013-09-25 23:54:40] >>83 -[2013-09-25 23:55:41] >>83 -[2013-09-25 23:56:34] 87 -[2013-09-25 23:56:36] 83 -[2013-09-25 23:56:38] >83 -[2013-09-25 23:57:37] >>83 -[2013-09-25 23:58:38] >>83 -[2013-09-25 23:59:38] >>83 -[2013-09-26 00:00:38] >>83 -[2013-09-26 00:01:38] >>83 -[2013-09-26 00:02:38] >>83 -[2013-09-26 00:03:33] 87 -[2013-09-26 00:03:34] 83 -[2013-09-26 00:03:36] >83 -[2013-09-26 00:04:36] >>83 -[2013-09-26 00:05:36] >>83 -[2013-09-26 00:06:36] >>83 -[2013-09-26 00:07:36] >>83 -[2013-09-26 00:08:36] >>83 -[2013-09-26 00:09:37] >>83 -[2013-09-26 00:10:37] >>83 -[2013-09-26 00:10:43] 87 -[2013-09-26 00:10:45] 83 -[2013-09-26 00:10:47] >83 -[2013-09-26 00:10:58] C3 -[2013-09-26 00:10:59] >C3 -[2013-09-26 00:11:59] >>C3 -[2013-09-26 00:12:59] >>C3 -[2013-09-26 00:14:00] >>C3 -[2013-09-26 00:15:00] >>C3 -[2013-09-26 00:16:00] >>C3 -[2013-09-26 00:17:00] >>C3 -[2013-09-26 00:17:42] C7 -[2013-09-26 00:17:44] C3 -[2013-09-26 00:17:45] >C3 -[2013-09-26 00:17:57] 83 -[2013-09-26 00:17:58] >83 -[2013-09-26 00:18:58] >>83 -[2013-09-26 00:19:58] >>83 -[2013-09-26 00:20:58] >>83 -[2013-09-26 00:21:58] >>83 -[2013-09-26 00:22:59] >>83 -[2013-09-26 00:23:59] >>83 -[2013-09-26 00:24:43] 87 -[2013-09-26 00:24:45] 83 -[2013-09-26 00:24:46] >83 -[2013-09-26 00:25:46] >>83 -[2013-09-26 00:26:46] >>83 -[2013-09-26 00:27:46] >>83 -[2013-09-26 00:28:47] >>83 -[2013-09-26 00:29:47] >>83 -[2013-09-26 00:30:47] >>83 -[2013-09-26 00:31:41] 87 -[2013-09-26 00:31:42] 83 -[2013-09-26 00:31:44] >83 -[2013-09-26 00:32:44] >>83 -[2013-09-26 00:33:44] >>83 -[2013-09-26 00:34:44] >>83 -[2013-09-26 00:35:44] >>83 -[2013-09-26 00:36:45] >>83 -[2013-09-26 00:37:45] >>83 -[2013-09-26 00:38:39] 87 -[2013-09-26 00:38:41] 83 -[2013-09-26 00:38:42] >83 -[2013-09-26 00:39:42] >>83 -[2013-09-26 00:40:42] >>83 -[2013-09-26 00:41:42] >>83 -[2013-09-26 00:42:43] >>83 -[2013-09-26 00:43:43] >>83 -[2013-09-26 00:44:43] >>83 -[2013-09-26 00:45:43] >>83 -[2013-09-26 00:45:49] 87 -[2013-09-26 00:45:51] 83 -[2013-09-26 00:45:53] >83 -[2013-09-26 00:46:52] >>83 -[2013-09-26 00:47:52] >>83 -[2013-09-26 00:48:53] >>83 -[2013-09-26 00:49:53] >>83 -[2013-09-26 00:50:53] >>83 -[2013-09-26 00:51:53] >>83 -[2013-09-26 00:52:48] 87 -[2013-09-26 00:52:49] 83 -[2013-09-26 00:52:51] >83 -[2013-09-26 00:53:02] C3 -[2013-09-26 00:53:04] >C3 -[2013-09-26 00:54:04] >>C3 -[2013-09-26 00:55:04] >>C3 -[2013-09-26 00:56:04] >>C3 -[2013-09-26 00:57:04] >>C3 -[2013-09-26 00:58:05] >>C3 -[2013-09-26 00:59:05] >>C3 -[2013-09-26 00:59:46] C7 -[2013-09-26 00:59:48] C3 -[2013-09-26 00:59:50] >C3 -[2013-09-26 01:00:01] 83 -[2013-09-26 01:00:02] >83 -[2013-09-26 01:01:02] >>83 -[2013-09-26 01:02:02] >>83 -[2013-09-26 01:03:03] >>83 -[2013-09-26 01:04:03] >>83 -[2013-09-26 01:05:03] >>83 -[2013-09-26 01:06:03] >>83 -[2013-09-26 01:06:47] 87 -[2013-09-26 01:06:49] 83 -[2013-09-26 01:06:50] >83 -[2013-09-26 01:07:50] >>83 -[2013-09-26 01:08:50] >>83 -[2013-09-26 01:09:50] >>83 -[2013-09-26 01:10:50] >>83 -[2013-09-26 01:11:51] >>83 -[2013-09-26 01:12:51] >>83 -[2013-09-26 01:13:45] 87 -[2013-09-26 01:13:47] 83 -[2013-09-26 01:13:48] >83 -[2013-09-26 01:14:48] >>83 -[2013-09-26 01:15:48] >>83 -[2013-09-26 01:16:48] >>83 -[2013-09-26 01:17:49] >>83 -[2013-09-26 01:18:49] >>83 -[2013-09-26 01:19:49] >>83 -[2013-09-26 01:20:49] >>83 -[2013-09-26 01:20:56] 87 -[2013-09-26 01:20:57] 83 -[2013-09-26 01:20:59] >83 -[2013-09-26 01:21:59] >>83 -[2013-09-26 01:22:59] >>83 -[2013-09-26 01:23:59] >>83 -[2013-09-26 01:24:59] >>83 -[2013-09-26 01:26:00] >>83 -[2013-09-26 01:27:00] >>83 -[2013-09-26 01:27:54] 87 -[2013-09-26 01:27:55] 83 -[2013-09-26 01:27:57] >83 -[2013-09-26 01:29:01] >>83 -[2013-09-26 01:30:01] >>83 -[2013-09-26 01:31:02] >>83 -[2013-09-26 01:32:02] >>83 -[2013-09-26 01:33:02] >>83 -[2013-09-26 01:34:02] >>83 -[2013-09-26 01:34:52] 87 -[2013-09-26 01:34:54] 83 -[2013-09-26 01:34:55] >83 -[2013-09-26 01:35:07] C3 -[2013-09-26 01:35:08] >C3 -[2013-09-26 01:36:08] >>C3 -[2013-09-26 01:37:08] >>C3 -[2013-09-26 01:38:09] >>C3 -[2013-09-26 01:39:09] >>C3 -[2013-09-26 01:40:09] >>C3 -[2013-09-26 01:41:09] >>C3 -[2013-09-26 01:41:51] C7 -[2013-09-26 01:41:52] C3 -[2013-09-26 01:41:54] >C3 -[2013-09-26 01:42:05] 83 -[2013-09-26 01:42:07] >83 -[2013-09-26 01:43:07] >>83 -[2013-09-26 01:44:07] >>83 -[2013-09-26 01:45:07] >>83 -[2013-09-26 01:46:07] >>83 -[2013-09-26 01:47:07] >>83 -[2013-09-26 01:48:08] >>83 -[2013-09-26 01:48:52] 87 -[2013-09-26 01:48:53] 83 -[2013-09-26 01:48:55] >83 -[2013-09-26 01:49:55] >>83 -[2013-09-26 01:50:55] >>83 -[2013-09-26 01:51:55] >>83 -[2013-09-26 01:52:55] >>83 -[2013-09-26 01:53:56] >>83 -[2013-09-26 01:54:56] >>83 -[2013-09-26 01:55:56] >>83 -[2013-09-26 01:56:02] 87 -[2013-09-26 01:56:04] 83 -[2013-09-26 01:56:05] >83 -[2013-09-26 01:57:05] >>83 -[2013-09-26 01:58:05] >>83 -[2013-09-26 01:59:06] >>83 -[2013-09-26 02:00:06] >>83 -[2013-09-26 02:01:06] >>83 -[2013-09-26 02:02:01] 81 -[2013-09-26 02:02:02] >81 -[2013-09-26 02:03:00] 85 -[2013-09-26 02:03:02] 81 -[2013-09-26 02:03:03] >81 -[2013-09-26 02:03:19] 83 -[2013-09-26 02:03:20] >83 -[2013-09-26 02:04:20] >>83 -[2013-09-26 02:05:20] >>83 -[2013-09-26 02:06:21] >>83 -[2013-09-26 02:07:21] >>83 -[2013-09-26 02:08:21] >>83 -[2013-09-26 02:09:21] >>83 -[2013-09-26 02:10:21] >>83 -[2013-09-26 02:10:34] 87 -[2013-09-26 02:10:36] 83 -[2013-09-26 02:10:37] >83 -[2013-09-26 02:11:37] >>83 -[2013-09-26 02:12:37] >>83 -[2013-09-26 02:13:37] >>83 -[2013-09-26 02:14:38] >>83 -[2013-09-26 02:15:38] >>83 -[2013-09-26 02:16:38] >>83 -[2013-09-26 02:17:32] 87 -[2013-09-26 02:17:34] 83 -[2013-09-26 02:17:36] >83 -[2013-09-26 02:18:35] >>83 -[2013-09-26 02:19:36] >>83 -[2013-09-26 02:20:36] >>83 -[2013-09-26 02:21:36] >>83 -[2013-09-26 02:22:36] >>83 -[2013-09-26 02:23:36] >>83 -[2013-09-26 02:24:31] 87 -[2013-09-26 02:24:32] 83 -[2013-09-26 02:24:34] >83 -[2013-09-26 02:25:34] >>83 -[2013-09-26 02:26:34] >>83 -[2013-09-26 02:27:34] >>83 -[2013-09-26 02:28:34] >>83 -[2013-09-26 02:29:34] >>83 -[2013-09-26 02:30:35] >>83 -[2013-09-26 02:31:29] 87 -[2013-09-26 02:31:30] 83 -[2013-09-26 02:31:32] >83 -[2013-09-26 02:31:43] C3 -[2013-09-26 02:31:45] >C3 -[2013-09-26 02:32:45] >>C3 -[2013-09-26 02:33:45] >>C3 -[2013-09-26 02:34:45] >>C3 -[2013-09-26 02:35:45] >>C3 -[2013-09-26 02:36:45] >>C3 -[2013-09-26 02:37:46] >>C3 -[2013-09-26 02:38:27] C7 -[2013-09-26 02:38:29] C3 -[2013-09-26 02:38:30] >C3 -[2013-09-26 02:38:54] 83 -[2013-09-26 02:38:56] >83 -[2013-09-26 02:39:56] >>83 -[2013-09-26 02:40:56] >>83 -[2013-09-26 02:41:56] >>83 -[2013-09-26 02:42:56] >>83 -[2013-09-26 02:43:56] >>83 -[2013-09-26 02:44:57] >>83 -[2013-09-26 02:45:41] 87 -[2013-09-26 02:45:42] 83 -[2013-09-26 02:45:44] >83 -[2013-09-26 02:46:44] >>83 -[2013-09-26 02:47:44] >>83 -[2013-09-26 02:48:44] >>83 -[2013-09-26 02:49:44] >>83 -[2013-09-26 02:50:44] >>83 -[2013-09-26 02:51:45] >>83 -[2013-09-26 02:52:38] 87 -[2013-09-26 02:52:40] 83 -[2013-09-26 02:52:42] >83 -[2013-09-26 02:53:41] >>83 -[2013-09-26 02:54:42] >>83 -[2013-09-26 02:55:42] >>83 -[2013-09-26 02:56:42] >>83 -[2013-09-26 02:57:42] >>83 -[2013-09-26 02:58:42] >>83 -[2013-09-26 02:59:37] 87 -[2013-09-26 02:59:38] 83 -[2013-09-26 02:59:40] >83 -[2013-09-26 03:00:40] >>83 -[2013-09-26 03:01:40] >>83 -[2013-09-26 03:02:40] >>83 -[2013-09-26 03:03:40] >>83 -[2013-09-26 03:04:40] >>83 -[2013-09-26 03:05:41] >>83 -[2013-09-26 03:06:35] 87 -[2013-09-26 03:06:36] 83 -[2013-09-26 03:06:38] >83 -[2013-09-26 03:07:38] >>83 -[2013-09-26 03:08:38] >>83 -[2013-09-26 03:09:38] >>83 -[2013-09-26 03:10:38] >>83 -[2013-09-26 03:11:39] >>83 -[2013-09-26 03:12:39] >>83 -[2013-09-26 03:13:33] 87 -[2013-09-26 03:13:35] 83 -[2013-09-26 03:13:36] >83 -[2013-09-26 03:14:00] C3 -[2013-09-26 03:14:02] >C3 -[2013-09-26 03:15:01] >>C3 -[2013-09-26 03:16:01] >>C3 -[2013-09-26 03:17:02] >>C3 -[2013-09-26 03:18:02] >>C3 -[2013-09-26 03:19:02] >>C3 -[2013-09-26 03:20:02] >>C3 -[2013-09-26 03:20:44] C7 -[2013-09-26 03:20:46] C3 -[2013-09-26 03:20:47] >C3 -[2013-09-26 03:20:58] 83 -[2013-09-26 03:21:00] >83 -[2013-09-26 03:22:00] >>83 -[2013-09-26 03:23:00] >>83 -[2013-09-26 03:24:00] >>83 -[2013-09-26 03:25:00] >>83 -[2013-09-26 03:26:00] >>83 -[2013-09-26 03:27:01] >>83 -[2013-09-26 03:27:45] 87 -[2013-09-26 03:27:46] 83 -[2013-09-26 03:27:48] >83 -[2013-09-26 03:28:48] >>83 -[2013-09-26 03:29:48] >>83 -[2013-09-26 03:30:48] >>83 -[2013-09-26 03:31:48] >>83 -[2013-09-26 03:32:49] >>83 -[2013-09-26 03:33:49] >>83 -[2013-09-26 03:34:43] 87 -[2013-09-26 03:34:45] 83 -[2013-09-26 03:34:46] >83 -[2013-09-26 03:35:46] >>83 -[2013-09-26 03:36:46] >>83 -[2013-09-26 03:37:46] >>83 -[2013-09-26 03:38:47] >>83 -[2013-09-26 03:39:47] >>83 -[2013-09-26 03:40:47] >>83 -[2013-09-26 03:41:41] 87 -[2013-09-26 03:41:42] 83 -[2013-09-26 03:41:44] >83 -[2013-09-26 03:42:44] >>83 -[2013-09-26 03:43:44] >>83 -[2013-09-26 03:44:44] >>83 -[2013-09-26 03:45:44] >>83 -[2013-09-26 03:46:45] >>83 -[2013-09-26 03:47:45] >>83 -[2013-09-26 03:48:39] 87 -[2013-09-26 03:48:41] 83 -[2013-09-26 03:48:42] >83 -[2013-09-26 03:49:42] >>83 -[2013-09-26 03:50:42] >>83 -[2013-09-26 03:51:42] >>83 -[2013-09-26 03:52:43] >>83 -[2013-09-26 03:53:43] >>83 -[2013-09-26 03:54:43] >>83 -[2013-09-26 03:55:43] >>83 -[2013-09-26 03:55:50] 87 -[2013-09-26 03:55:51] 83 -[2013-09-26 03:55:53] >83 -[2013-09-26 03:56:04] C3 -[2013-09-26 03:56:06] >C3 -[2013-09-26 03:57:06] >>C3 -[2013-09-26 03:58:06] >>C3 -[2013-09-26 03:59:06] >>C3 -[2013-09-26 04:00:06] >>C3 -[2013-09-26 04:01:06] >>C3 -[2013-09-26 04:02:07] >>C3 -[2013-09-26 04:02:48] C7 -[2013-09-26 04:02:50] C3 -[2013-09-26 04:02:52] >C3 -[2013-09-26 04:03:03] 83 -[2013-09-26 04:03:04] >83 -[2013-09-26 04:04:04] >>83 -[2013-09-26 04:05:04] >>83 -[2013-09-26 04:06:04] >>83 -[2013-09-26 04:07:05] >>83 -[2013-09-26 04:08:05] >>83 -[2013-09-26 04:09:05] >>83 -[2013-09-26 04:09:49] 87 -[2013-09-26 04:09:51] 83 -[2013-09-26 04:09:52] >83 -[2013-09-26 04:10:52] >>83 -[2013-09-26 04:11:52] >>83 -[2013-09-26 04:12:53] >>83 -[2013-09-26 04:13:53] >>83 -[2013-09-26 04:14:53] >>83 -[2013-09-26 04:15:53] >>83 -[2013-09-26 04:16:47] 87 -[2013-09-26 04:16:49] 83 -[2013-09-26 04:16:51] >83 -[2013-09-26 04:17:50] >>83 -[2013-09-26 04:18:51] >>83 -[2013-09-26 04:19:51] >>83 -[2013-09-26 04:20:51] >>83 -[2013-09-26 04:21:51] >>83 -[2013-09-26 04:22:52] >>83 -[2013-09-26 04:23:45] 87 -[2013-09-26 04:23:47] 83 -[2013-09-26 04:23:48] >83 -[2013-09-26 04:24:48] >>83 -[2013-09-26 04:25:48] >>83 -[2013-09-26 04:26:49] >>83 -[2013-09-26 04:27:49] >>83 -[2013-09-26 04:28:49] >>83 -[2013-09-26 04:29:49] >>83 -[2013-09-26 04:30:49] >>83 -[2013-09-26 04:30:56] 87 -[2013-09-26 04:30:58] 83 -[2013-09-26 04:30:59] >83 -[2013-09-26 04:31:59] >>83 -[2013-09-26 04:32:59] >>83 -[2013-09-26 04:33:59] >>83 -[2013-09-26 04:35:00] >>83 -[2013-09-26 04:36:00] >>83 -[2013-09-26 04:37:00] >>83 -[2013-09-26 04:37:54] 87 -[2013-09-26 04:37:56] 83 -[2013-09-26 04:37:57] >83 -[2013-09-26 04:38:09] C3 -[2013-09-26 04:38:10] >C3 -[2013-09-26 04:39:10] >>C3 -[2013-09-26 04:40:10] >>C3 -[2013-09-26 04:41:10] >>C3 -[2013-09-26 04:42:11] >>C3 -[2013-09-26 04:43:11] >>C3 -[2013-09-26 04:44:11] >>C3 -[2013-09-26 04:44:53] C7 -[2013-09-26 04:44:54] C3 -[2013-09-26 04:44:56] >C3 -[2013-09-26 04:45:07] 83 -[2013-09-26 04:45:09] >83 -[2013-09-26 04:46:08] >>83 -[2013-09-26 04:47:09] >>83 -[2013-09-26 04:48:09] >>83 -[2013-09-26 04:49:09] >>83 -[2013-09-26 04:50:09] >>83 -[2013-09-26 04:51:09] >>83 -[2013-09-26 04:51:54] 87 -[2013-09-26 04:51:55] 83 -[2013-09-26 04:51:57] >83 -[2013-09-26 04:52:57] >>83 -[2013-09-26 04:53:57] >>83 -[2013-09-26 04:54:57] >>83 -[2013-09-26 04:55:57] >>83 -[2013-09-26 04:56:57] >>83 -[2013-09-26 04:57:58] >>83 -[2013-09-26 04:58:52] 87 -[2013-09-26 04:58:53] 83 -[2013-09-26 04:58:55] >83 -[2013-09-26 04:59:55] >>83 -[2013-09-26 05:00:55] >>83 -[2013-09-26 05:01:55] >>83 -[2013-09-26 05:02:55] >>83 -[2013-09-26 05:03:56] >>83 -[2013-09-26 05:04:56] >>83 -[2013-09-26 05:05:56] >>83 -[2013-09-26 05:06:02] 87 -[2013-09-26 05:06:04] 83 -[2013-09-26 05:06:05] >83 -[2013-09-26 05:07:05] >>83 -[2013-09-26 05:08:05] >>83 -[2013-09-26 05:09:06] >>83 -[2013-09-26 05:10:06] >>83 -[2013-09-26 05:11:06] >>83 -[2013-09-26 05:12:06] >>83 -[2013-09-26 05:13:00] 87 -[2013-09-26 05:13:02] 83 -[2013-09-26 05:13:04] >83 -[2013-09-26 05:14:03] >>83 -[2013-09-26 05:15:04] >>83 -[2013-09-26 05:16:04] >>83 -[2013-09-26 05:17:04] >>83 -[2013-09-26 05:18:04] >>83 -[2013-09-26 05:19:04] >>83 -[2013-09-26 05:19:59] 87 -[2013-09-26 05:20:00] 83 -[2013-09-26 05:20:02] >83 -[2013-09-26 05:20:13] C3 -[2013-09-26 05:20:15] >C3 -[2013-09-26 05:21:14] >>C3 -[2013-09-26 05:22:15] >>C3 -[2013-09-26 05:23:15] >>C3 -[2013-09-26 05:24:15] >>C3 -[2013-09-26 05:25:15] >>C3 -[2013-09-26 05:26:15] >>C3 -[2013-09-26 05:26:57] C7 -[2013-09-26 05:26:59] C3 -[2013-09-26 05:27:00] >C3 -[2013-09-26 05:27:12] 83 -[2013-09-26 05:27:13] >83 -[2013-09-26 05:27:55] 81 -[2013-09-26 05:27:57] >81 -[2013-09-26 05:28:20] 83 -[2013-09-26 05:28:22] >83 -[2013-09-26 05:29:21] >>83 -[2013-09-26 05:30:22] >>83 -[2013-09-26 05:31:22] >>83 -[2013-09-26 05:32:22] >>83 -[2013-09-26 05:33:22] >>83 -[2013-09-26 05:33:58] 87 -[2013-09-26 05:34:00] 83 -[2013-09-26 05:34:01] >83 -[2013-09-26 05:35:01] >>83 -[2013-09-26 05:36:01] >>83 -[2013-09-26 05:37:01] >>83 -[2013-09-26 05:38:02] >>83 -[2013-09-26 05:39:02] >>83 -[2013-09-26 05:40:02] >>83 -[2013-09-26 05:41:02] >>83 -[2013-09-26 05:41:08] 87 -[2013-09-26 05:41:10] 83 -[2013-09-26 05:41:12] >83 -[2013-09-26 05:42:11] >>83 -[2013-09-26 05:43:12] >>83 -[2013-09-26 05:44:12] >>83 -[2013-09-26 05:45:12] >>83 -[2013-09-26 05:46:12] >>83 -[2013-09-26 05:47:12] >>83 -[2013-09-26 05:48:07] 87 -[2013-09-26 05:48:08] 83 -[2013-09-26 05:48:10] >83 -[2013-09-26 05:49:10] >>83 -[2013-09-26 05:50:10] >>83 -[2013-09-26 05:51:10] >>83 -[2013-09-26 05:52:10] >>83 -[2013-09-26 05:53:10] >>83 -[2013-09-26 05:54:11] >>83 -[2013-09-26 05:55:05] 87 -[2013-09-26 05:55:06] 83 -[2013-09-26 05:55:08] >83 -[2013-09-26 05:56:08] >>83 -[2013-09-26 05:57:08] >>83 -[2013-09-26 05:58:08] >>83 -[2013-09-26 05:59:08] >>83 -[2013-09-26 06:00:09] >>83 -[2013-09-26 06:01:09] >>83 -[2013-09-26 06:02:03] 87 -[2013-09-26 06:02:05] 83 -[2013-09-26 06:02:06] >83 -[2013-09-26 06:02:17] C3 -[2013-09-26 06:02:19] >C3 -[2013-09-26 06:03:19] >>C3 -[2013-09-26 06:04:19] >>C3 -[2013-09-26 06:05:19] >>C3 -[2013-09-26 06:06:19] >>C3 -[2013-09-26 06:07:20] >>C3 -[2013-09-26 06:08:20] >>C3 -[2013-09-26 06:09:01] C7 -[2013-09-26 06:09:03] C3 -[2013-09-26 06:09:05] >C3 -[2013-09-26 06:09:28] 83 -[2013-09-26 06:09:30] >83 -[2013-09-26 06:10:30] >>83 -[2013-09-26 06:11:30] >>83 -[2013-09-26 06:12:30] >>83 -[2013-09-26 06:13:30] >>83 -[2013-09-26 06:14:31] >>83 -[2013-09-26 06:15:31] >>83 -[2013-09-26 06:16:15] 87 -[2013-09-26 06:16:17] 83 -[2013-09-26 06:16:18] >83 -[2013-09-26 06:17:18] >>83 -[2013-09-26 06:18:18] >>83 -[2013-09-26 06:19:18] >>83 -[2013-09-26 06:20:19] >>83 -[2013-09-26 06:21:19] >>83 -[2013-09-26 06:22:19] >>83 -[2013-09-26 06:23:13] 87 -[2013-09-26 06:23:14] 83 -[2013-09-26 06:23:16] >83 -[2013-09-26 06:24:16] >>83 -[2013-09-26 06:25:16] >>83 -[2013-09-26 06:26:16] >>83 -[2013-09-26 06:27:16] >>83 -[2013-09-26 06:28:17] >>83 -[2013-09-26 06:29:17] >>83 -[2013-09-26 06:30:11] 87 -[2013-09-26 06:30:13] 83 -[2013-09-26 06:30:14] >83 -[2013-09-26 06:31:14] >>83 -[2013-09-26 06:32:14] >>83 -[2013-09-26 06:33:14] >>83 -[2013-09-26 06:34:15] >>83 -[2013-09-26 06:35:15] >>83 -[2013-09-26 06:36:15] >>83 -[2013-09-26 06:37:09] 87 -[2013-09-26 06:37:11] 83 -[2013-09-26 06:37:12] >83 -[2013-09-26 06:38:12] >>83 -[2013-09-26 06:39:12] >>83 -[2013-09-26 06:40:12] >>83 -[2013-09-26 06:41:13] >>83 -[2013-09-26 06:42:13] >>83 -[2013-09-26 06:43:13] >>83 -[2013-09-26 06:44:07] 87 -[2013-09-26 06:44:09] 83 -[2013-09-26 06:44:11] >83 -[2013-09-26 06:44:34] C3 -[2013-09-26 06:44:36] >C3 -[2013-09-26 06:45:36] >>C3 -[2013-09-26 06:46:36] >>C3 -[2013-09-26 06:47:36] >>C3 -[2013-09-26 06:48:36] >>C3 -[2013-09-26 06:49:36] >>C3 -[2013-09-26 06:50:37] >>C3 -[2013-09-26 06:51:18] C7 -[2013-09-26 06:51:20] C3 -[2013-09-26 06:51:22] >C3 -[2013-09-26 06:51:33] 83 -[2013-09-26 06:51:34] >83 -[2013-09-26 06:52:16] 81 -[2013-09-26 06:52:18] >81 -[2013-09-26 06:52:35] 83 -[2013-09-26 06:52:37] >83 -[2013-09-26 06:53:37] >>83 -[2013-09-26 06:54:37] >>83 -[2013-09-26 06:55:37] >>83 -[2013-09-26 06:56:37] >>83 -[2013-09-26 06:57:37] >>83 -[2013-09-26 06:58:19] 87 -[2013-09-26 06:58:21] 83 -[2013-09-26 06:58:22] >83 -[2013-09-26 06:59:22] >>83 -[2013-09-26 07:00:22] >>83 -[2013-09-26 07:01:22] >>83 -[2013-09-26 07:02:24] >>83 -[2013-09-26 07:03:24] >>83 -[2013-09-26 07:04:24] >>83 -[2013-09-26 07:05:17] 87 -[2013-09-26 07:05:19] 83 -[2013-09-26 07:05:20] >83 -[2013-09-26 07:06:18] A3 -[2013-09-26 07:06:20] >A3 -[2013-09-26 07:06:47] 83 -[2013-09-26 07:06:49] >83 -[2013-09-26 07:07:48] >>83 -[2013-09-26 07:08:49] >>83 -[2013-09-26 07:09:49] >>83 -[2013-09-26 07:10:49] >>83 -[2013-09-26 07:11:49] >>83 -[2013-09-26 07:12:15] 87 -[2013-09-26 07:12:17] 83 -[2013-09-26 07:12:19] >83 -[2013-09-26 07:13:18] >>83 -[2013-09-26 07:14:18] >>83 -[2013-09-26 07:15:19] >>83 -[2013-09-26 07:16:19] >>83 -[2013-09-26 07:17:19] >>83 -[2013-09-26 07:18:19] >>83 -[2013-09-26 07:19:14] 87 -[2013-09-26 07:19:15] 83 -[2013-09-26 07:19:17] >83 -[2013-09-26 07:20:16] >>83 -[2013-09-26 07:21:17] >>83 -[2013-09-26 07:22:17] >>83 -[2013-09-26 07:23:17] >>83 -[2013-09-26 07:24:17] >>83 -[2013-09-26 07:25:18] >>83 -[2013-09-26 07:26:18] >>83 -[2013-09-26 07:26:24] 87 -[2013-09-26 07:26:26] 83 -[2013-09-26 07:26:27] >83 -[2013-09-26 07:26:39] C3 -[2013-09-26 07:26:40] >C3 -[2013-09-26 07:27:40] >>C3 -[2013-09-26 07:28:40] >>C3 -[2013-09-26 07:29:41] >>C3 -[2013-09-26 07:30:41] >>C3 -[2013-09-26 07:31:41] >>C3 -[2013-09-26 07:32:41] >>C3 -[2013-09-26 07:33:23] C7 -[2013-09-26 07:33:24] C3 -[2013-09-26 07:33:26] >C3 -[2013-09-26 07:33:37] 83 -[2013-09-26 07:33:39] >83 -[2013-09-26 07:34:38] >>83 -[2013-09-26 07:35:39] >>83 -[2013-09-26 07:36:39] >>83 -[2013-09-26 07:37:39] >>83 -[2013-09-26 07:38:39] >>83 -[2013-09-26 07:39:39] >>83 -[2013-09-26 07:40:24] 87 -[2013-09-26 07:40:25] 83 -[2013-09-26 07:40:27] >83 -[2013-09-26 07:41:27] >>83 -[2013-09-26 07:42:27] >>83 -[2013-09-26 07:43:27] >>83 -[2013-09-26 07:44:27] >>83 -[2013-09-26 07:45:27] >>83 -[2013-09-26 07:46:28] >>83 -[2013-09-26 07:46:53] 81 -[2013-09-26 07:46:55] >81 -[2013-09-26 07:47:22] 85 -[2013-09-26 07:47:23] 81 -[2013-09-26 07:47:25] >81 -[2013-09-26 07:47:46] 99 -[2013-09-26 07:47:48] >99 -[2013-09-26 07:48:47] >>99 -[2013-09-26 07:49:48] >>99 -[2013-09-26 07:50:28] 89 -[2013-09-26 07:50:29] >89 -[2013-09-26 07:50:31] 81 -[2013-09-26 07:50:36] >81 -[2013-09-26 07:50:53] 83 -[2013-09-26 07:50:55] >83 -[2013-09-26 07:51:55] >>83 -[2013-09-26 07:52:55] >>83 -[2013-09-26 07:53:55] >>83 -[2013-09-26 07:54:55] >>83 -[2013-09-26 07:55:56] >>83 -[2013-09-26 07:56:56] >>83 -[2013-09-26 07:57:56] >>83 -[2013-09-26 07:58:09] 87 -[2013-09-26 07:58:11] 83 -[2013-09-26 07:58:12] >83 -[2013-09-26 07:59:12] >>83 -[2013-09-26 08:00:12] >>83 -[2013-09-26 08:01:13] >>83 -[2013-09-26 08:02:13] >>83 -[2013-09-26 08:03:13] >>83 -[2013-09-26 08:04:15] >>83 -[2013-09-26 08:05:07] 87 -[2013-09-26 08:05:09] 83 -[2013-09-26 08:05:11] >83 -[2013-09-26 08:06:10] >>83 -[2013-09-26 08:07:11] >>83 -[2013-09-26 08:08:11] >>83 -[2013-09-26 08:09:11] >>83 -[2013-09-26 08:10:11] >>83 -[2013-09-26 08:11:11] >>83 -[2013-09-26 08:12:06] 87 -[2013-09-26 08:12:07] 83 -[2013-09-26 08:12:09] >83 -[2013-09-26 08:13:09] >>83 -[2013-09-26 08:14:09] >>83 -[2013-09-26 08:15:09] >>83 -[2013-09-26 08:16:09] >>83 -[2013-09-26 08:17:10] >>83 -[2013-09-26 08:18:10] >>83 -[2013-09-26 08:19:04] 87 -[2013-09-26 08:19:06] 83 -[2013-09-26 08:19:07] >83 -[2013-09-26 08:19:18] C3 -[2013-09-26 08:19:20] >C3 -[2013-09-26 08:20:20] >>C3 -[2013-09-26 08:21:20] >>C3 -[2013-09-26 08:22:20] >>C3 -[2013-09-26 08:23:20] >>C3 -[2013-09-26 08:24:21] >>C3 -[2013-09-26 08:25:21] >>C3 -[2013-09-26 08:26:02] C7 -[2013-09-26 08:26:04] C3 -[2013-09-26 08:26:06] >C3 -[2013-09-26 08:26:29] 83 -[2013-09-26 08:26:31] >83 -[2013-09-26 08:27:31] >>83 -[2013-09-26 08:27:35] 81 -[2013-09-26 08:27:36] >81 -[2013-09-26 08:27:53] 83 -[2013-09-26 08:27:55] >83 -[2013-09-26 08:28:54] >>83 -[2013-09-26 08:29:55] >>83 -[2013-09-26 08:30:55] >>83 -[2013-09-26 08:31:55] >>83 -[2013-09-26 08:32:55] >>83 -[2013-09-26 08:33:16] 87 -[2013-09-26 08:33:17] 83 -[2013-09-26 08:33:19] >83 -[2013-09-26 08:34:19] >>83 -[2013-09-26 08:35:19] >>83 -[2013-09-26 08:36:19] >>83 -[2013-09-26 08:37:19] >>83 -[2013-09-26 08:38:20] >>83 -[2013-09-26 08:39:20] >>83 -[2013-09-26 08:40:14] 87 -[2013-09-26 08:40:15] 83 -[2013-09-26 08:40:17] >83 -[2013-09-26 08:41:17] >>83 -[2013-09-26 08:42:17] >>83 -[2013-09-26 08:43:17] >>83 -[2013-09-26 08:44:17] >>83 -[2013-09-26 08:45:17] >>83 -[2013-09-26 08:46:18] >>83 -[2013-09-26 08:47:12] 87 -[2013-09-26 08:47:13] 83 -[2013-09-26 08:47:15] >83 -[2013-09-26 08:48:15] >>83 -[2013-09-26 08:49:15] >>83 -[2013-09-26 08:50:15] >>83 -[2013-09-26 08:51:15] >>83 -[2013-09-26 08:52:15] >>83 -[2013-09-26 08:53:16] >>83 -[2013-09-26 08:54:10] 87 -[2013-09-26 08:54:11] 83 -[2013-09-26 08:54:13] >83 -[2013-09-26 08:55:13] >>83 -[2013-09-26 08:56:13] >>83 -[2013-09-26 08:57:13] >>83 -[2013-09-26 08:58:13] >>83 -[2013-09-26 08:59:14] >>83 -[2013-09-26 09:00:14] >>83 -[2013-09-26 09:01:09] 87 -[2013-09-26 09:01:10] 83 -[2013-09-26 09:01:12] >83 -[2013-09-26 09:01:35] C3 -[2013-09-26 09:01:37] >C3 -[2013-09-26 09:02:36] >>C3 -[2013-09-26 09:03:37] >>C3 -[2013-09-26 09:04:37] >>C3 -[2013-09-26 09:05:37] >>C3 -[2013-09-26 09:06:37] >>C3 -[2013-09-26 09:07:37] >>C3 -[2013-09-26 09:08:20] C7 -[2013-09-26 09:08:21] C3 -[2013-09-26 09:08:23] >C3 -[2013-09-26 09:08:33] 83 -[2013-09-26 09:08:35] >83 -[2013-09-26 09:09:35] >>83 -[2013-09-26 09:10:35] >>83 -[2013-09-26 09:11:35] >>83 -[2013-09-26 09:12:35] >>83 -[2013-09-26 09:13:08] 81 -[2013-09-26 09:13:09] >81 -[2013-09-26 09:13:27] 83 -[2013-09-26 09:13:28] >83 -[2013-09-26 09:14:28] >>83 -[2013-09-26 09:15:20] 87 -[2013-09-26 09:15:22] 83 -[2013-09-26 09:15:24] >83 -[2013-09-26 09:16:23] >>83 -[2013-09-26 09:17:24] >>83 -[2013-09-26 09:18:24] >>83 -[2013-09-26 09:19:24] >>83 -[2013-09-26 09:20:24] >>83 -[2013-09-26 09:21:24] >>83 -[2013-09-26 09:22:21] 87 -[2013-09-26 09:22:23] 83 -[2013-09-26 09:22:24] >83 -[2013-09-26 09:23:24] >>83 -[2013-09-26 09:24:24] >>83 -[2013-09-26 09:25:25] >>83 -[2013-09-26 09:26:25] >>83 -[2013-09-26 09:27:25] >>83 -[2013-09-26 09:28:25] >>83 -[2013-09-26 09:29:19] 87 -[2013-09-26 09:29:21] 83 -[2013-09-26 09:29:22] >83 -[2013-09-26 09:30:22] >>83 -[2013-09-26 09:31:24] >>83 -[2013-09-26 09:32:24] >>83 -[2013-09-26 09:33:24] >>83 -[2013-09-26 09:34:24] >>83 -[2013-09-26 09:35:24] >>83 -[2013-09-26 09:36:17] 87 -[2013-09-26 09:36:19] 83 -[2013-09-26 09:36:20] >83 -[2013-09-26 09:37:20] >>83 -[2013-09-26 09:38:20] >>83 -[2013-09-26 09:39:20] >>83 -[2013-09-26 09:40:21] >>83 -[2013-09-26 09:41:21] >>83 -[2013-09-26 09:42:21] >>83 -[2013-09-26 09:43:21] >>83 -[2013-09-26 09:43:28] 87 -[2013-09-26 09:43:30] 83 -[2013-09-26 09:43:31] >83 -[2013-09-26 09:43:42] C3 -[2013-09-26 09:43:44] >C3 -[2013-09-26 09:44:44] >>C3 -[2013-09-26 09:45:44] >>C3 -[2013-09-26 09:46:44] >>C3 -[2013-09-26 09:47:44] >>C3 -[2013-09-26 09:48:44] >>C3 -[2013-09-26 09:49:45] >>C3 -[2013-09-26 09:50:26] C7 -[2013-09-26 09:50:28] C3 -[2013-09-26 09:50:30] >C3 -[2013-09-26 09:50:41] 83 -[2013-09-26 09:50:42] >83 -[2013-09-26 09:51:42] >>83 -[2013-09-26 09:52:42] >>83 -[2013-09-26 09:53:43] >>83 -[2013-09-26 09:54:43] >>83 -[2013-09-26 09:55:43] >>83 -[2013-09-26 09:56:43] >>83 -[2013-09-26 09:57:27] 87 -[2013-09-26 09:57:29] 83 -[2013-09-26 09:57:31] >83 -[2013-09-26 09:58:30] >>83 -[2013-09-26 09:59:31] >>83 -[2013-09-26 10:00:31] >>83 -[2013-09-26 10:01:31] >>83 -[2013-09-26 10:02:31] >>83 -[2013-09-26 10:03:31] >>83 -[2013-09-26 10:04:26] 87 -[2013-09-26 10:04:27] 83 -[2013-09-26 10:04:29] >83 -[2013-09-26 10:05:29] >>83 -[2013-09-26 10:06:29] >>83 -[2013-09-26 10:07:29] >>83 -[2013-09-26 10:08:29] >>83 -[2013-09-26 10:09:29] >>83 -[2013-09-26 10:10:30] >>83 -[2013-09-26 10:11:23] 87 -[2013-09-26 10:11:25] 83 -[2013-09-26 10:11:27] >83 -[2013-09-26 10:12:26] >>83 -[2013-09-26 10:13:27] >>83 -[2013-09-26 10:14:27] >>83 -[2013-09-26 10:15:27] >>83 -[2013-09-26 10:16:27] >>83 -[2013-09-26 10:17:27] >>83 -[2013-09-26 10:18:28] >>83 -[2013-09-26 10:18:34] 87 -[2013-09-26 10:18:35] 83 -[2013-09-26 10:18:37] >83 -[2013-09-26 10:19:37] >>83 -[2013-09-26 10:20:37] >>83 -[2013-09-26 10:21:37] >>83 -[2013-09-26 10:22:37] >>83 -[2013-09-26 10:23:38] >>83 -[2013-09-26 10:24:38] >>83 -[2013-09-26 10:25:32] 87 -[2013-09-26 10:25:34] 83 -[2013-09-26 10:25:35] >83 -[2013-09-26 10:25:47] C3 -[2013-09-26 10:25:49] >C3 -[2013-09-26 10:26:48] >>C3 -[2013-09-26 10:27:49] >>C3 -[2013-09-26 10:28:49] >>C3 -[2013-09-26 10:29:49] >>C3 -[2013-09-26 10:30:49] >>C3 -[2013-09-26 10:31:49] >>C3 -[2013-09-26 10:32:31] C7 -[2013-09-26 10:32:33] C3 -[2013-09-26 10:32:34] >C3 -[2013-09-26 10:32:45] 83 -[2013-09-26 10:32:47] >83 -[2013-09-26 10:33:46] >>83 -[2013-09-26 10:34:46] >>83 -[2013-09-26 10:35:47] >>83 -[2013-09-26 10:36:47] >>83 -[2013-09-26 10:37:47] >>83 -[2013-09-26 10:38:47] >>83 -[2013-09-26 10:39:31] 87 -[2013-09-26 10:39:33] 83 -[2013-09-26 10:39:35] >83 -[2013-09-26 10:40:34] >>83 -[2013-09-26 10:41:35] >>83 -[2013-09-26 10:42:35] >>83 -[2013-09-26 10:43:35] >>83 -[2013-09-26 10:44:35] >>83 -[2013-09-26 10:45:36] >>83 -[2013-09-26 10:46:30] 87 -[2013-09-26 10:46:31] 83 -[2013-09-26 10:46:33] >83 -[2013-09-26 10:47:33] >>83 -[2013-09-26 10:48:33] >>83 -[2013-09-26 10:49:33] >>83 -[2013-09-26 10:50:33] >>83 -[2013-09-26 10:51:34] >>83 -[2013-09-26 10:52:34] >>83 -[2013-09-26 10:53:34] >>83 -[2013-09-26 10:53:40] 87 -[2013-09-26 10:53:42] 83 -[2013-09-26 10:53:43] >83 -[2013-09-26 10:54:43] >>83 -[2013-09-26 10:55:43] >>83 -[2013-09-26 10:56:44] >>83 -[2013-09-26 10:57:44] >>83 -[2013-09-26 10:58:44] >>83 -[2013-09-26 10:59:44] >>83 -[2013-09-26 11:00:38] 87 -[2013-09-26 11:00:40] 83 -[2013-09-26 11:00:42] >83 -[2013-09-26 11:01:41] >>83 -[2013-09-26 11:02:42] >>83 -[2013-09-26 11:03:42] >>83 -[2013-09-26 11:04:42] >>83 -[2013-09-26 11:05:42] >>83 -[2013-09-26 11:06:43] >>83 -[2013-09-26 11:07:37] 87 -[2013-09-26 11:07:38] 83 -[2013-09-26 11:07:40] >83 -[2013-09-26 11:07:51] C3 -[2013-09-26 11:07:53] >C3 -[2013-09-26 11:08:52] >>C3 -[2013-09-26 11:09:53] >>C3 -[2013-09-26 11:10:53] >>C3 -[2013-09-26 11:11:53] >>C3 -[2013-09-26 11:12:53] >>C3 -[2013-09-26 11:13:54] >>C3 -[2013-09-26 11:14:35] C7 -[2013-09-26 11:14:37] C3 -[2013-09-26 11:14:38] >C3 -[2013-09-26 11:14:50] 83 -[2013-09-26 11:14:51] >83 -[2013-09-26 11:15:51] >>83 -[2013-09-26 11:16:51] >>83 -[2013-09-26 11:17:15] 81 -[2013-09-26 11:17:16] >81 -[2013-09-26 11:17:31] 83 -[2013-09-26 11:17:32] >83 -[2013-09-26 11:18:32] >>83 -[2013-09-26 11:19:32] >>83 -[2013-09-26 11:20:32] >>83 -[2013-09-26 11:21:32] >>83 -[2013-09-26 11:21:36] 87 -[2013-09-26 11:21:38] 83 -[2013-09-26 11:21:39] >83 -[2013-09-26 11:22:39] >>83 -[2013-09-26 11:23:39] >>83 -[2013-09-26 11:24:40] >>83 -[2013-09-26 11:25:40] >>83 -[2013-09-26 11:26:40] >>83 -[2013-09-26 11:27:40] >>83 -[2013-09-26 11:28:40] >>83 -[2013-09-26 11:28:46] 87 -[2013-09-26 11:28:48] 83 -[2013-09-26 11:28:50] >83 -[2013-09-26 11:29:49] >>83 -[2013-09-26 11:30:50] >>83 -[2013-09-26 11:31:50] >>83 -[2013-09-26 11:32:50] >>83 -[2013-09-26 11:33:50] >>83 -[2013-09-26 11:34:51] >>83 -[2013-09-26 11:35:45] 87 -[2013-09-26 11:35:46] 83 -[2013-09-26 11:35:48] >83 -[2013-09-26 11:36:47] >>83 -[2013-09-26 11:37:48] >>83 -[2013-09-26 11:38:48] >>83 -[2013-09-26 11:39:48] >>83 -[2013-09-26 11:40:48] >>83 -[2013-09-26 11:41:48] >>83 -[2013-09-26 11:42:43] 87 -[2013-09-26 11:42:44] 83 -[2013-09-26 11:42:46] >83 -[2013-09-26 11:43:46] >>83 -[2013-09-26 11:44:46] >>83 -[2013-09-26 11:45:46] >>83 -[2013-09-26 11:46:46] >>83 -[2013-09-26 11:47:46] >>83 -[2013-09-26 11:48:47] >>83 -[2013-09-26 11:49:41] 87 -[2013-09-26 11:49:42] 83 -[2013-09-26 11:49:44] >83 -[2013-09-26 11:49:56] C3 -[2013-09-26 11:49:57] >C3 -[2013-09-26 11:50:57] >>C3 -[2013-09-26 11:51:57] >>C3 -[2013-09-26 11:52:57] >>C3 -[2013-09-26 11:53:58] >>C3 -[2013-09-26 11:54:58] >>C3 -[2013-09-26 11:55:58] >>C3 -[2013-09-26 11:56:40] C7 -[2013-09-26 11:56:41] C3 -[2013-09-26 11:56:43] >C3 -[2013-09-26 11:57:06] 83 -[2013-09-26 11:57:08] >83 -[2013-09-26 11:58:07] >>83 -[2013-09-26 11:59:08] >>83 -[2013-09-26 12:00:08] >>83 -[2013-09-26 12:01:08] >>83 -[2013-09-26 12:02:08] >>83 -[2013-09-26 12:03:09] >>83 -[2013-09-26 12:03:53] 87 -[2013-09-26 12:03:54] 83 -[2013-09-26 12:03:56] >83 -[2013-09-26 12:04:56] >>83 -[2013-09-26 12:05:56] >>83 -[2013-09-26 12:06:56] >>83 -[2013-09-26 12:07:56] >>83 -[2013-09-26 12:08:57] >>83 -[2013-09-26 12:09:57] >>83 -[2013-09-26 12:10:51] 87 -[2013-09-26 12:10:53] 83 -[2013-09-26 12:10:54] >83 -[2013-09-26 12:11:54] >>83 -[2013-09-26 12:12:54] >>83 -[2013-09-26 12:13:54] >>83 -[2013-09-26 12:14:55] >>83 -[2013-09-26 12:15:55] >>83 -[2013-09-26 12:16:55] >>83 -[2013-09-26 12:17:49] 87 -[2013-09-26 12:17:50] 83 -[2013-09-26 12:17:52] >83 -[2013-09-26 12:18:52] >>83 -[2013-09-26 12:19:52] >>83 -[2013-09-26 12:20:52] >>83 -[2013-09-26 12:21:52] >>83 -[2013-09-26 12:22:53] >>83 -[2013-09-26 12:23:53] >>83 -[2013-09-26 12:24:47] 87 -[2013-09-26 12:24:49] 83 -[2013-09-26 12:24:50] >83 -[2013-09-26 12:25:50] >>83 -[2013-09-26 12:26:50] >>83 -[2013-09-26 12:27:50] >>83 -[2013-09-26 12:28:51] >>83 -[2013-09-26 12:29:37] 81 -[2013-09-26 12:29:39] >81 -[2013-09-26 12:30:39] >>81 -[2013-09-26 12:31:39] >>81 -[2013-09-26 12:31:45] 85 -[2013-09-26 12:31:47] 81 -[2013-09-26 12:31:49] >81 -[2013-09-26 12:31:52] 99 -[2013-09-26 12:31:54] >99 -[2013-09-26 12:32:54] >>99 -[2013-09-26 12:33:54] >>99 -[2013-09-26 12:34:54] >>99 -[2013-09-26 12:35:54] >>99 -[2013-09-26 12:36:54] >>99 -[2013-09-26 12:37:03] 89 -[2013-09-26 12:37:05] >89 -[2013-09-26 12:37:07] 81 -[2013-09-26 12:37:08] >81 -[2013-09-26 12:37:17] 83 -[2013-09-26 12:37:18] >83 -[2013-09-26 12:38:18] >>83 -[2013-09-26 12:39:18] >>83 -[2013-09-26 12:40:18] >>83 -[2013-09-26 12:41:19] >>83 -[2013-09-26 12:42:19] >>83 -[2013-09-26 12:43:19] >>83 -[2013-09-26 12:44:19] >>83 -[2013-09-26 12:44:33] 87 -[2013-09-26 12:44:35] 83 -[2013-09-26 12:44:37] >83 -[2013-09-26 12:45:36] >>83 -[2013-09-26 12:46:37] >>83 -[2013-09-26 12:47:37] >>83 -[2013-09-26 12:48:37] >>83 -[2013-09-26 12:49:37] >>83 -[2013-09-26 12:50:37] >>83 -[2013-09-26 12:51:32] 87 -[2013-09-26 12:51:33] 83 -[2013-09-26 12:51:35] >83 -[2013-09-26 12:52:35] >>83 -[2013-09-26 12:53:35] >>83 -[2013-09-26 12:54:35] >>83 -[2013-09-26 12:55:35] >>83 -[2013-09-26 12:56:35] >>83 -[2013-09-26 12:57:36] >>83 -[2013-09-26 12:58:30] 87 -[2013-09-26 12:58:31] 83 -[2013-09-26 12:58:33] >83 -[2013-09-26 12:59:32] >>83 -[2013-09-26 13:00:32] >>83 -[2013-09-26 13:01:33] >>83 -[2013-09-26 13:02:33] >>83 -[2013-09-26 13:03:33] >>83 -[2013-09-26 13:04:33] >>83 -[2013-09-26 13:05:28] 87 -[2013-09-26 13:05:30] 83 -[2013-09-26 13:05:31] >83 -[2013-09-26 13:05:42] C3 -[2013-09-26 13:05:44] >C3 -[2013-09-26 13:06:44] >>C3 -[2013-09-26 13:07:44] >>C3 -[2013-09-26 13:08:44] >>C3 -[2013-09-26 13:09:44] >>C3 -[2013-09-26 13:10:45] >>C3 -[2013-09-26 13:11:45] >>C3 -[2013-09-26 13:12:26] C7 -[2013-09-26 13:12:28] C3 -[2013-09-26 13:12:30] >C3 -[2013-09-26 13:12:53] 83 -[2013-09-26 13:12:55] >83 -[2013-09-26 13:13:55] >>83 -[2013-09-26 13:14:55] >>83 -[2013-09-26 13:15:55] >>83 -[2013-09-26 13:16:55] >>83 -[2013-09-26 13:17:56] >>83 -[2013-09-26 13:18:56] >>83 -[2013-09-26 13:19:39] 87 -[2013-09-26 13:19:41] 83 -[2013-09-26 13:19:43] >83 -[2013-09-26 13:20:42] >>83 -[2013-09-26 13:21:43] >>83 -[2013-09-26 13:22:43] >>83 -[2013-09-26 13:23:43] >>83 -[2013-09-26 13:24:43] >>83 -[2013-09-26 13:25:44] >>83 -[2013-09-26 13:26:38] 87 -[2013-09-26 13:26:40] 83 -[2013-09-26 13:26:41] >83 -[2013-09-26 13:27:41] >>83 -[2013-09-26 13:28:41] >>83 -[2013-09-26 13:29:41] >>83 -[2013-09-26 13:30:42] >>83 -[2013-09-26 13:31:42] >>83 -[2013-09-26 13:32:42] >>83 -[2013-09-26 13:33:36] 87 -[2013-09-26 13:33:38] 83 -[2013-09-26 13:33:39] >83 -[2013-09-26 13:34:39] >>83 -[2013-09-26 13:35:39] >>83 -[2013-09-26 13:36:40] >>83 -[2013-09-26 13:37:40] >>83 -[2013-09-26 13:38:40] >>83 -[2013-09-26 13:39:40] >>83 -[2013-09-26 13:40:34] 87 -[2013-09-26 13:40:36] 83 -[2013-09-26 13:40:37] >83 -[2013-09-26 13:41:37] >>83 -[2013-09-26 13:42:37] >>83 -[2013-09-26 13:43:37] >>83 -[2013-09-26 13:44:38] >>83 -[2013-09-26 13:45:38] >>83 -[2013-09-26 13:46:38] >>83 -[2013-09-26 13:47:33] 87 -[2013-09-26 13:47:34] 83 -[2013-09-26 13:47:36] >83 -[2013-09-26 13:48:00] C3 -[2013-09-26 13:48:01] >C3 -[2013-09-26 13:49:01] >>C3 -[2013-09-26 13:50:01] >>C3 -[2013-09-26 13:51:01] >>C3 -[2013-09-26 13:52:02] >>C3 -[2013-09-26 13:53:02] >>C3 -[2013-09-26 13:54:02] >>C3 -[2013-09-26 13:54:44] C7 -[2013-09-26 13:54:45] C3 -[2013-09-26 13:54:47] >C3 -[2013-09-26 13:54:57] 83 -[2013-09-26 13:54:59] >83 -[2013-09-26 13:55:59] >>83 -[2013-09-26 13:56:59] >>83 -[2013-09-26 13:57:59] >>83 -[2013-09-26 13:58:59] >>83 -[2013-09-26 14:00:00] >>83 -[2013-09-26 14:01:00] >>83 -[2013-09-26 14:01:44] 87 -[2013-09-26 14:01:46] 83 -[2013-09-26 14:01:47] >83 -[2013-09-26 14:02:47] >>83 -[2013-09-26 14:03:47] >>83 -[2013-09-26 14:04:47] >>83 -[2013-09-26 14:05:48] >>83 -[2013-09-26 14:06:48] >>83 -[2013-09-26 14:07:48] >>83 -[2013-09-26 14:08:42] 87 -[2013-09-26 14:08:44] 83 -[2013-09-26 14:08:46] >83 -[2013-09-26 14:09:45] >>83 -[2013-09-26 14:10:45] >>83 -[2013-09-26 14:11:46] >>83 -[2013-09-26 14:12:46] >>83 -[2013-09-26 14:13:46] >>83 -[2013-09-26 14:14:46] >>83 -[2013-09-26 14:15:41] 87 -[2013-09-26 14:15:42] 83 -[2013-09-26 14:15:44] >83 -[2013-09-26 14:16:43] >>83 -[2013-09-26 14:17:44] >>83 -[2013-09-26 14:18:44] >>83 -[2013-09-26 14:19:44] >>83 -[2013-09-26 14:20:44] >>83 -[2013-09-26 14:21:45] >>83 -[2013-09-26 14:22:38] 87 -[2013-09-26 14:22:40] 83 -[2013-09-26 14:22:42] >83 -[2013-09-26 14:23:41] >>83 -[2013-09-26 14:24:41] >>83 -[2013-09-26 14:25:42] >>83 -[2013-09-26 14:26:42] >>83 -[2013-09-26 14:27:42] >>83 -[2013-09-26 14:28:42] >>83 -[2013-09-26 14:29:42] >>83 -[2013-09-26 14:29:49] 87 -[2013-09-26 14:29:51] 83 -[2013-09-26 14:29:52] >83 -[2013-09-26 14:30:03] C3 -[2013-09-26 14:30:05] >C3 -[2013-09-26 14:31:05] >>C3 -[2013-09-26 14:32:05] >>C3 -[2013-09-26 14:33:05] >>C3 -[2013-09-26 14:34:05] >>C3 -[2013-09-26 14:35:06] >>C3 -[2013-09-26 14:36:06] >>C3 -[2013-09-26 14:36:48] C7 -[2013-09-26 14:36:49] C3 -[2013-09-26 14:36:51] >C3 -[2013-09-26 14:37:02] 83 -[2013-09-26 14:37:04] >83 -[2013-09-26 14:38:03] >>83 -[2013-09-26 14:39:04] >>83 -[2013-09-26 14:40:04] >>83 -[2013-09-26 14:41:04] >>83 -[2013-09-26 14:42:04] >>83 -[2013-09-26 14:43:04] >>83 -[2013-09-26 14:43:49] 87 -[2013-09-26 14:43:50] 83 -[2013-09-26 14:43:52] >83 -[2013-09-26 14:44:52] >>83 -[2013-09-26 14:45:52] >>83 -[2013-09-26 14:46:52] >>83 -[2013-09-26 14:47:52] >>83 -[2013-09-26 14:48:52] >>83 -[2013-09-26 14:49:53] >>83 -[2013-09-26 14:50:47] 87 -[2013-09-26 14:50:48] 83 -[2013-09-26 14:50:50] >83 -[2013-09-26 14:51:50] >>83 -[2013-09-26 14:52:50] >>83 -[2013-09-26 14:53:50] >>83 -[2013-09-26 14:54:50] >>83 -[2013-09-26 14:55:51] >>83 -[2013-09-26 14:56:51] >>83 -[2013-09-26 14:57:45] 87 -[2013-09-26 14:57:46] 83 -[2013-09-26 14:57:48] >83 -[2013-09-26 14:58:48] >>83 -[2013-09-26 14:59:48] >>83 -[2013-09-26 15:00:48] >>83 -[2013-09-26 15:01:48] >>83 -[2013-09-26 15:02:48] >>83 -[2013-09-26 15:03:49] >>83 -[2013-09-26 15:04:49] >>83 -[2013-09-26 15:04:55] 87 -[2013-09-26 15:04:57] 83 -[2013-09-26 15:04:58] >83 -[2013-09-26 15:05:58] >>83 -[2013-09-26 15:06:58] >>83 -[2013-09-26 15:07:58] >>83 -[2013-09-26 15:08:59] >>83 -[2013-09-26 15:09:59] >>83 -[2013-09-26 15:10:59] >>83 -[2013-09-26 15:11:54] 87 -[2013-09-26 15:11:55] 83 -[2013-09-26 15:12:02] >83 -[2013-09-26 15:12:08] C3 -[2013-09-26 15:12:10] >C3 -[2013-09-26 15:13:10] >>C3 -[2013-09-26 15:14:10] >>C3 -[2013-09-26 15:15:10] >>C3 -[2013-09-26 15:16:10] >>C3 -[2013-09-26 15:17:10] >>C3 -[2013-09-26 15:18:11] >>C3 -[2013-09-26 15:18:52] C7 -[2013-09-26 15:18:54] C3 -[2013-09-26 15:18:56] >C3 -[2013-09-26 15:19:06] 83 -[2013-09-26 15:19:08] >83 -[2013-09-26 15:20:08] >>83 -[2013-09-26 15:21:08] >>83 -[2013-09-26 15:22:08] >>83 -[2013-09-26 15:23:08] >>83 -[2013-09-26 15:24:08] >>83 -[2013-09-26 15:25:09] >>83 -[2013-09-26 15:25:53] 87 -[2013-09-26 15:25:54] 83 -[2013-09-26 15:25:56] >83 -[2013-09-26 15:26:56] >>83 -[2013-09-26 15:27:56] >>83 -[2013-09-26 15:28:56] >>83 -[2013-09-26 15:29:56] >>83 -[2013-09-26 15:30:57] >>83 -[2013-09-26 15:31:57] >>83 -[2013-09-26 15:32:51] 87 -[2013-09-26 15:32:53] 83 -[2013-09-26 15:32:54] >83 -[2013-09-26 15:33:54] >>83 -[2013-09-26 15:34:54] >>83 -[2013-09-26 15:35:54] >>83 -[2013-09-26 15:36:55] >>83 -[2013-09-26 15:37:55] >>83 -[2013-09-26 15:38:55] >>83 -[2013-09-26 15:39:55] >>83 -[2013-09-26 15:40:01] 87 -[2013-09-26 15:40:03] 83 -[2013-09-26 15:40:05] >83 -[2013-09-26 15:41:04] >>83 -[2013-09-26 15:42:05] >>83 -[2013-09-26 15:43:05] >>83 -[2013-09-26 15:44:05] >>83 -[2013-09-26 15:45:05] >>83 -[2013-09-26 15:46:05] >>83 -[2013-09-26 15:47:00] 87 -[2013-09-26 15:47:01] 83 -[2013-09-26 15:47:03] >83 -[2013-09-26 15:48:03] >>83 -[2013-09-26 15:49:03] >>83 -[2013-09-26 15:50:03] >>83 -[2013-09-26 15:51:03] >>83 -[2013-09-26 15:52:03] >>83 -[2013-09-26 15:53:04] >>83 -[2013-09-26 15:53:58] 87 -[2013-09-26 15:53:59] 83 -[2013-09-26 15:54:01] >83 -[2013-09-26 15:54:13] C3 -[2013-09-26 15:54:14] >C3 -[2013-09-26 15:55:14] >>C3 -[2013-09-26 15:56:14] >>C3 -[2013-09-26 15:57:14] >>C3 -[2013-09-26 15:58:15] >>C3 -[2013-09-26 15:59:15] >>C3 -[2013-09-26 16:00:15] >>C3 -[2013-09-26 16:00:57] C7 -[2013-09-26 16:00:58] C3 -[2013-09-26 16:01:00] >C3 -[2013-09-26 16:01:11] 83 -[2013-09-26 16:01:12] >83 -[2013-09-26 16:02:12] >>83 -[2013-09-26 16:03:12] >>83 -[2013-09-26 16:04:13] >>83 -[2013-09-26 16:05:13] >>83 -[2013-09-26 16:06:13] >>83 -[2013-09-26 16:07:13] >>83 -[2013-09-26 16:07:57] 87 -[2013-09-26 16:07:59] 83 -[2013-09-26 16:08:01] >83 -[2013-09-26 16:09:00] >>83 -[2013-09-26 16:10:01] >>83 -[2013-09-26 16:11:01] >>83 -[2013-09-26 16:12:01] >>83 -[2013-09-26 16:13:01] >>83 -[2013-09-26 16:14:01] >>83 -[2013-09-26 16:15:02] >>83 -[2013-09-26 16:15:08] 87 -[2013-09-26 16:15:09] 83 -[2013-09-26 16:15:11] >83 -[2013-09-26 16:16:11] >>83 -[2013-09-26 16:17:11] >>83 -[2013-09-26 16:18:11] >>83 -[2013-09-26 16:19:11] >>83 -[2013-09-26 16:20:11] >>83 -[2013-09-26 16:21:12] >>83 -[2013-09-26 16:22:06] 87 -[2013-09-26 16:22:07] 83 -[2013-09-26 16:22:09] >83 -[2013-09-26 16:23:09] >>83 -[2013-09-26 16:24:09] >>83 -[2013-09-26 16:25:09] >>83 -[2013-09-26 16:26:09] >>83 -[2013-09-26 16:27:10] >>83 -[2013-09-26 16:28:10] >>83 -[2013-09-26 16:29:04] 87 -[2013-09-26 16:29:06] 83 -[2013-09-26 16:29:07] >83 -[2013-09-26 16:30:07] >>83 -[2013-09-26 16:31:07] >>83 -[2013-09-26 16:32:08] >>83 -[2013-09-26 16:33:08] >>83 -[2013-09-26 16:34:08] >>83 -[2013-09-26 16:35:08] >>83 -[2013-09-26 16:36:02] 87 -[2013-09-26 16:36:04] 83 -[2013-09-26 16:36:06] >83 -[2013-09-26 16:36:17] C3 -[2013-09-26 16:36:18] >C3 -[2013-09-26 16:37:18] >>C3 -[2013-09-26 16:38:18] >>C3 -[2013-09-26 16:39:19] >>C3 -[2013-09-26 16:40:19] >>C3 -[2013-09-26 16:41:19] >>C3 -[2013-09-26 16:42:19] >>C3 -[2013-09-26 16:43:01] C7 -[2013-09-26 16:43:03] C3 -[2013-09-26 16:43:04] >C3 -[2013-09-26 16:43:28] 83 -[2013-09-26 16:43:29] >83 -[2013-09-26 16:44:29] >>83 -[2013-09-26 16:45:29] >>83 -[2013-09-26 16:46:29] >>83 -[2013-09-26 16:47:30] >>83 -[2013-09-26 16:48:30] >>83 -[2013-09-26 16:49:30] >>83 -[2013-09-26 16:50:14] 87 -[2013-09-26 16:50:16] 83 -[2013-09-26 16:50:17] >83 -[2013-09-26 16:51:17] >>83 -[2013-09-26 16:52:17] >>83 -[2013-09-26 16:53:18] >>83 -[2013-09-26 16:54:18] >>83 -[2013-09-26 16:55:18] >>83 -[2013-09-26 16:56:18] >>83 -[2013-09-26 16:57:12] 87 -[2013-09-26 16:57:14] 83 -[2013-09-26 16:57:16] >83 -[2013-09-26 16:58:15] >>83 -[2013-09-26 16:59:16] >>83 -[2013-09-26 17:00:16] >>83 -[2013-09-26 17:01:16] >>83 -[2013-09-26 17:02:16] >>83 -[2013-09-26 17:03:17] >>83 -[2013-09-26 17:04:10] 87 -[2013-09-26 17:04:12] 83 -[2013-09-26 17:04:13] >83 -[2013-09-26 17:05:13] >>83 -[2013-09-26 17:06:13] >>83 -[2013-09-26 17:07:14] >>83 -[2013-09-26 17:08:14] >>83 -[2013-09-26 17:09:14] >>83 -[2013-09-26 17:10:14] >>83 -[2013-09-26 17:11:08] 87 -[2013-09-26 17:11:10] 83 -[2013-09-26 17:11:12] >83 -[2013-09-26 17:12:11] >>83 -[2013-09-26 17:13:12] >>83 -[2013-09-26 17:14:12] >>83 -[2013-09-26 17:15:12] >>83 -[2013-09-26 17:16:12] >>83 -[2013-09-26 17:17:12] >>83 -[2013-09-26 17:18:07] 87 -[2013-09-26 17:18:08] 83 -[2013-09-26 17:18:10] >83 -[2013-09-26 17:18:34] C3 -[2013-09-26 17:18:35] >C3 -[2013-09-26 17:19:35] >>C3 -[2013-09-26 17:20:35] >>C3 -[2013-09-26 17:21:35] >>C3 -[2013-09-26 17:22:36] >>C3 -[2013-09-26 17:23:36] >>C3 -[2013-09-26 17:24:36] >>C3 -[2013-09-26 17:25:18] C7 -[2013-09-26 17:25:19] C3 -[2013-09-26 17:25:21] >C3 -[2013-09-26 17:25:32] 83 -[2013-09-26 17:25:34] >83 -[2013-09-26 17:26:33] >>83 -[2013-09-26 17:27:34] >>83 -[2013-09-26 17:28:34] >>83 -[2013-09-26 17:29:34] >>83 -[2013-09-26 17:30:34] >>83 -[2013-09-26 17:31:34] >>83 -[2013-09-26 17:32:19] 87 -[2013-09-26 17:32:20] 83 -[2013-09-26 17:32:22] >83 -[2013-09-26 17:33:22] >>83 -[2013-09-26 17:34:22] >>83 -[2013-09-26 17:35:22] >>83 -[2013-09-26 17:36:22] >>83 -[2013-09-26 17:37:23] >>83 -[2013-09-26 17:38:23] >>83 -[2013-09-26 17:39:16] 87 -[2013-09-26 17:39:18] 83 -[2013-09-26 17:39:20] >83 -[2013-09-26 17:40:19] >>83 -[2013-09-26 17:41:20] >>83 -[2013-09-26 17:42:20] >>83 -[2013-09-26 17:43:20] >>83 -[2013-09-26 17:44:20] >>83 -[2013-09-26 17:45:20] >>83 -[2013-09-26 17:46:15] 87 -[2013-09-26 17:46:16] 83 -[2013-09-26 17:46:18] >83 -[2013-09-26 17:47:18] >>83 -[2013-09-26 17:48:18] >>83 -[2013-09-26 17:49:24] >>83 -[2013-09-26 17:50:25] >>83 -[2013-09-26 17:51:25] >>83 -[2013-09-26 17:52:25] >>83 -[2013-09-26 17:53:13] 87 -[2013-09-26 17:53:14] 83 -[2013-09-26 17:53:16] >83 -[2013-09-26 17:54:16] >>83 -[2013-09-26 17:55:16] >>83 -[2013-09-26 17:56:16] >>83 -[2013-09-26 17:57:16] >>83 -[2013-09-26 17:58:17] >>83 -[2013-09-26 17:59:17] >>83 -[2013-09-26 18:00:17] >>83 -[2013-09-26 18:00:24] 87 -[2013-09-26 18:00:25] 83 -[2013-09-26 18:00:27] >83 -[2013-09-26 18:00:38] C3 -[2013-09-26 18:00:40] >C3 -[2013-09-26 18:01:39] >>C3 -[2013-09-26 18:02:40] >>C3 -[2013-09-26 18:03:40] >>C3 -[2013-09-26 18:04:40] >>C3 -[2013-09-26 18:05:40] >>C3 -[2013-09-26 18:06:40] >>C3 -[2013-09-26 18:07:22] C7 -[2013-09-26 18:07:24] C3 -[2013-09-26 18:07:25] >C3 -[2013-09-26 18:07:36] 83 -[2013-09-26 18:07:38] >83 -[2013-09-26 18:08:38] >>83 -[2013-09-26 18:09:38] >>83 -[2013-09-26 18:10:38] >>83 -[2013-09-26 18:11:38] >>83 -[2013-09-26 18:12:38] >>83 -[2013-09-26 18:13:38] >>83 -[2013-09-26 18:14:23] 87 -[2013-09-26 18:14:25] 83 -[2013-09-26 18:14:26] >83 -[2013-09-26 18:15:26] >>83 -[2013-09-26 18:16:26] >>83 -[2013-09-26 18:17:26] >>83 -[2013-09-26 18:18:26] >>83 -[2013-09-26 18:19:26] >>83 -[2013-09-26 18:20:27] >>83 -[2013-09-26 18:21:21] 87 -[2013-09-26 18:21:23] 83 -[2013-09-26 18:21:24] >83 -[2013-09-26 18:22:24] >>83 -[2013-09-26 18:23:24] >>83 -[2013-09-26 18:24:24] >>83 -[2013-09-26 18:25:24] >>83 -[2013-09-26 18:26:25] >>83 -[2013-09-26 18:27:25] >>83 -[2013-09-26 18:28:19] 87 -[2013-09-26 18:28:20] 83 -[2013-09-26 18:28:22] >83 -[2013-09-26 18:29:22] >>83 -[2013-09-26 18:30:22] >>83 -[2013-09-26 18:31:22] >>83 -[2013-09-26 18:32:22] >>83 -[2013-09-26 18:33:22] >>83 -[2013-09-26 18:34:22] >>83 -[2013-09-26 18:35:23] >>83 -[2013-09-26 18:35:30] 87 -[2013-09-26 18:35:31] 83 -[2013-09-26 18:35:33] >83 -[2013-09-26 18:36:32] >>83 -[2013-09-26 18:37:33] >>83 -[2013-09-26 18:38:33] >>83 -[2013-09-26 18:39:33] >>83 -[2013-09-26 18:40:33] >>83 -[2013-09-26 18:41:33] >>83 -[2013-09-26 18:42:28] 87 -[2013-09-26 18:42:29] 83 -[2013-09-26 18:42:31] >83 -[2013-09-26 18:42:43] C3 -[2013-09-26 18:42:44] >C3 -[2013-09-26 18:43:44] >>C3 -[2013-09-26 18:44:44] >>C3 -[2013-09-26 18:45:44] >>C3 -[2013-09-26 18:46:44] >>C3 -[2013-09-26 18:47:44] >>C3 -[2013-09-26 18:48:44] >>C3 -[2013-09-26 18:49:27] C7 -[2013-09-26 18:49:28] C3 -[2013-09-26 18:49:30] >C3 -[2013-09-26 18:49:41] 83 -[2013-09-26 18:49:43] >83 -[2013-09-26 18:50:42] >>83 -[2013-09-26 18:51:43] >>83 -[2013-09-26 18:52:43] >>83 -[2013-09-26 18:53:43] >>83 -[2013-09-26 18:54:43] >>83 -[2013-09-26 18:55:43] >>83 -[2013-09-26 18:56:28] 87 -[2013-09-26 18:56:29] 83 -[2013-09-26 18:56:30] >83 -[2013-09-26 18:57:30] >>83 -[2013-09-26 18:58:30] >>83 -[2013-09-26 18:59:30] >>83 -[2013-09-26 19:00:30] >>83 -[2013-09-26 19:01:31] >>83 -[2013-09-26 19:02:31] >>83 -[2013-09-26 19:03:25] 87 -[2013-09-26 19:03:27] 83 -[2013-09-26 19:03:29] >83 -[2013-09-26 19:04:28] >>83 -[2013-09-26 19:05:28] >>83 -[2013-09-26 19:06:29] >>83 -[2013-09-26 19:07:29] >>83 -[2013-09-26 19:08:29] >>83 -[2013-09-26 19:09:29] >>83 -[2013-09-26 19:10:29] >>83 -[2013-09-26 19:10:36] 87 -[2013-09-26 19:10:37] 83 -[2013-09-26 19:10:39] >83 -[2013-09-26 19:11:38] >>83 -[2013-09-26 19:12:39] >>83 -[2013-09-26 19:13:17] 81 -[2013-09-26 19:13:18] >81 -[2013-09-26 19:13:37] 83 -[2013-09-26 19:13:39] >83 -[2013-09-26 19:14:38] >>83 -[2013-09-26 19:15:38] >>83 -[2013-09-26 19:16:38] >>83 -[2013-09-26 19:17:14] 81 -[2013-09-26 19:17:16] >81 -[2013-09-26 19:17:34] 85 -[2013-09-26 19:17:36] 81 -[2013-09-26 19:17:37] >81 -[2013-09-26 19:18:37] >>81 -[2013-09-26 19:19:37] >>81 -[2013-09-26 19:20:17] 91 -[2013-09-26 19:20:18] >91 -[2013-09-26 19:20:33] 81 -[2013-09-26 19:20:35] >81 -[2013-09-26 19:20:37] 83 -[2013-09-26 19:20:39] >83 -[2013-09-26 19:21:38] >>83 -[2013-09-26 19:22:39] >>83 -[2013-09-26 19:23:39] >>83 -[2013-09-26 19:24:39] >>83 -[2013-09-26 19:25:39] >>83 -[2013-09-26 19:26:39] >>83 -[2013-09-26 19:27:39] >>83 -[2013-09-26 19:27:51] 87 -[2013-09-26 19:27:52] 83 -[2013-09-26 19:27:54] >83 -[2013-09-26 19:28:54] >>83 -[2013-09-26 19:29:54] >>83 -[2013-09-26 19:30:54] >>83 -[2013-09-26 19:31:54] >>83 -[2013-09-26 19:32:54] >>83 -[2013-09-26 19:33:54] >>83 -[2013-09-26 19:34:49] 87 -[2013-09-26 19:34:51] 83 -[2013-09-26 19:34:52] >83 -[2013-09-26 19:35:52] >>83 -[2013-09-26 19:36:52] >>83 -[2013-09-26 19:37:52] >>83 -[2013-09-26 19:38:52] >>83 -[2013-09-26 19:39:52] >>83 -[2013-09-26 19:40:52] >>83 -[2013-09-26 19:41:47] 87 -[2013-09-26 19:41:48] 83 -[2013-09-26 19:41:50] >83 -[2013-09-26 19:42:50] >>83 -[2013-09-26 19:43:50] >>83 -[2013-09-26 19:44:50] >>83 -[2013-09-26 19:45:50] >>83 -[2013-09-26 19:46:50] >>83 -[2013-09-26 19:47:50] >>83 -[2013-09-26 19:48:45] 87 -[2013-09-26 19:48:47] 83 -[2013-09-26 19:48:49] >83 -[2013-09-26 19:49:00] C3 -[2013-09-26 19:49:01] >C3 -[2013-09-26 19:50:01] >>C3 -[2013-09-26 19:51:01] >>C3 -[2013-09-26 19:52:01] >>C3 -[2013-09-26 19:53:01] >>C3 -[2013-09-26 19:54:01] >>C3 -[2013-09-26 19:55:02] >>C3 -[2013-09-26 19:55:44] C7 -[2013-09-26 19:55:45] >C7 -[2013-09-26 19:55:46] C3 -[2013-09-26 19:55:47] >C3 -[2013-09-26 19:56:10] 83 -[2013-09-26 19:56:12] >83 -[2013-09-26 19:57:12] >>83 -[2013-09-26 19:58:12] >>83 -[2013-09-26 19:59:12] >>83 -[2013-09-26 20:00:12] >>83 -[2013-09-26 20:01:12] >>83 -[2013-09-26 20:02:12] >>83 -[2013-09-26 20:02:57] 87 -[2013-09-26 20:02:58] 83 -[2013-09-26 20:03:00] >83 -[2013-09-26 20:04:00] >>83 -[2013-09-26 20:05:00] >>83 -[2013-09-26 20:06:00] >>83 -[2013-09-26 20:07:00] >>83 -[2013-09-26 20:08:00] >>83 -[2013-09-26 20:09:00] >>83 -[2013-09-26 20:09:55] 87 -[2013-09-26 20:09:57] 83 -[2013-09-26 20:09:58] >83 -[2013-09-26 20:10:58] >>83 -[2013-09-26 20:11:58] >>83 -[2013-09-26 20:12:58] >>83 -[2013-09-26 20:13:58] >>83 -[2013-09-26 20:14:58] >>83 -[2013-09-26 20:15:59] >>83 -[2013-09-26 20:16:53] 87 -[2013-09-26 20:16:55] 83 -[2013-09-26 20:16:56] >83 -[2013-09-26 20:17:56] >>83 -[2013-09-26 20:18:56] >>83 -[2013-09-26 20:19:56] >>83 -[2013-09-26 20:20:56] >>83 -[2013-09-26 20:21:57] >>83 -[2013-09-26 20:22:57] >>83 -[2013-09-26 20:23:51] 87 -[2013-09-26 20:23:53] 83 -[2013-09-26 20:23:55] >83 -[2013-09-26 20:24:54] >>83 -[2013-09-26 20:25:54] >>83 -[2013-09-26 20:26:54] >>83 -[2013-09-26 20:27:55] >>83 -[2013-09-26 20:28:55] >>83 -[2013-09-26 20:29:55] >>83 -[2013-09-26 20:30:49] 87 -[2013-09-26 20:30:51] 83 -[2013-09-26 20:30:53] >83 -[2013-09-26 20:31:16] C3 -[2013-09-26 20:31:18] >C3 -[2013-09-26 20:32:18] >>C3 -[2013-09-26 20:33:18] >>C3 -[2013-09-26 20:34:18] >>C3 -[2013-09-26 20:35:18] >>C3 -[2013-09-26 20:36:18] >>C3 -[2013-09-26 20:37:18] >>C3 -[2013-09-26 20:38:01] C7 -[2013-09-26 20:38:02] C3 -[2013-09-26 20:38:04] >C3 -[2013-09-26 20:38:15] 83 -[2013-09-26 20:38:17] >83 -[2013-09-26 20:39:16] >>83 -[2013-09-26 20:40:16] >>83 -[2013-09-26 20:41:16] >>83 -[2013-09-26 20:42:17] >>83 -[2013-09-26 20:43:17] >>83 -[2013-09-26 20:44:17] >>83 -[2013-09-26 20:45:01] 87 -[2013-09-26 20:45:03] 83 -[2013-09-26 20:45:05] >83 -[2013-09-26 20:46:04] >>83 -[2013-09-26 20:47:04] >>83 -[2013-09-26 20:48:05] >>83 -[2013-09-26 20:49:05] >>83 -[2013-09-26 20:50:05] >>83 -[2013-09-26 20:50:38] 81 -[2013-09-26 20:50:40] >81 -[2013-09-26 20:51:39] >>81 -[2013-09-26 20:51:59] 85 -[2013-09-26 20:52:01] 81 -[2013-09-26 20:52:03] >81 -[2013-09-26 20:52:07] 99 -[2013-09-26 20:52:08] >99 -[2013-09-26 20:53:08] >>99 -[2013-09-26 20:54:08] >>99 -[2013-09-26 20:55:01] B9 -[2013-09-26 20:55:03] >B9 -[2013-09-26 20:56:02] >>B9 -[2013-09-26 20:57:02] >>B9 -[2013-09-26 20:57:41] 99 -[2013-09-26 20:57:42] >99 -[2013-09-26 20:58:42] >>99 -[2013-09-26 20:59:42] >>99 -[2013-09-26 21:00:42] >>99 -[2013-09-26 21:01:42] >>99 -[2013-09-26 21:02:42] >>99 -[2013-09-26 21:03:42] >>99 -[2013-09-26 21:04:42] >>99 -[2013-09-26 21:04:53] 89 -[2013-09-26 21:04:55] >89 -[2013-09-26 21:04:56] 81 -[2013-09-26 21:04:57] >81 -[2013-09-26 21:05:17] 83 -[2013-09-26 21:05:19] >83 -[2013-09-26 21:06:18] >>83 -[2013-09-26 21:07:18] >>83 -[2013-09-26 21:08:18] >>83 -[2013-09-26 21:09:19] >>83 -[2013-09-26 21:10:19] >>83 -[2013-09-26 21:11:19] >>83 -[2013-09-26 21:12:19] >>83 -[2013-09-26 21:12:34] 87 -[2013-09-26 21:12:36] 83 -[2013-09-26 21:12:38] >83 -[2013-09-26 21:13:37] >>83 -[2013-09-26 21:14:38] >>83 -[2013-09-26 21:15:38] >>83 -[2013-09-26 21:16:38] >>83 -[2013-09-26 21:17:38] >>83 -[2013-09-26 21:18:38] >>83 -[2013-09-26 21:19:32] 87 -[2013-09-26 21:19:34] 83 -[2013-09-26 21:19:35] >83 -[2013-09-26 21:20:30] A3 -[2013-09-26 21:20:31] >A3 -[2013-09-26 21:20:35] 83 -[2013-09-26 21:20:36] >83 -[2013-09-26 21:21:36] >>83 -[2013-09-26 21:22:36] >>83 -[2013-09-26 21:23:36] >>83 -[2013-09-26 21:24:36] >>83 -[2013-09-26 21:25:37] >>83 -[2013-09-26 21:26:31] 87 -[2013-09-26 21:26:32] 83 -[2013-09-26 21:26:34] >83 -[2013-09-26 21:27:34] >>83 -[2013-09-26 21:28:34] >>83 -[2013-09-26 21:29:34] >>83 -[2013-09-26 21:30:34] >>83 -[2013-09-26 21:31:34] >>83 -[2013-09-26 21:32:34] >>83 -[2013-09-26 21:33:29] 87 -[2013-09-26 21:33:30] 83 -[2013-09-26 21:33:32] >83 -[2013-09-26 21:33:43] C3 -[2013-09-26 21:33:45] >C3 -[2013-09-26 21:34:44] >>C3 -[2013-09-26 21:35:44] >>C3 -[2013-09-26 21:36:45] >>C3 -[2013-09-26 21:37:45] >>C3 -[2013-09-26 21:38:45] >>C3 -[2013-09-26 21:39:45] >>C3 -[2013-09-26 21:40:28] C7 -[2013-09-26 21:40:29] C3 -[2013-09-26 21:40:31] >C3 -[2013-09-26 21:40:54] 83 -[2013-09-26 21:40:56] >83 -[2013-09-26 21:41:55] >>83 -[2013-09-26 21:42:56] >>83 -[2013-09-26 21:43:56] >>83 -[2013-09-26 21:44:56] >>83 -[2013-09-26 21:45:56] >>83 -[2013-09-26 21:46:56] >>83 -[2013-09-26 21:47:41] 87 -[2013-09-26 21:47:42] 83 -[2013-09-26 21:47:44] >83 -[2013-09-26 21:48:44] >>83 -[2013-09-26 21:49:44] >>83 -[2013-09-26 21:50:44] >>83 -[2013-09-26 21:51:44] >>83 -[2013-09-26 21:52:44] >>83 -[2013-09-26 21:53:44] >>83 -[2013-09-26 21:54:39] 87 -[2013-09-26 21:54:41] 83 -[2013-09-26 21:54:42] >83 -[2013-09-26 21:55:42] >>83 -[2013-09-26 21:56:42] >>83 -[2013-09-26 21:57:42] >>83 -[2013-09-26 21:58:42] >>83 -[2013-09-26 21:59:42] >>83 -[2013-09-26 22:00:42] >>83 -[2013-09-26 22:01:37] 87 -[2013-09-26 22:01:38] 83 -[2013-09-26 22:01:40] >83 -[2013-09-26 22:02:40] >>83 -[2013-09-26 22:03:40] >>83 -[2013-09-26 22:04:40] >>83 -[2013-09-26 22:05:40] >>83 -[2013-09-26 22:06:40] >>83 -[2013-09-26 22:07:40] >>83 -[2013-09-26 22:08:35] 87 -[2013-09-26 22:08:36] 83 -[2013-09-26 22:08:38] >83 -[2013-09-26 22:09:38] >>83 -[2013-09-26 22:10:38] >>83 -[2013-09-26 22:11:38] >>83 -[2013-09-26 22:12:38] >>83 -[2013-09-26 22:13:38] >>83 -[2013-09-26 22:14:38] >>83 -[2013-09-26 22:15:33] 87 -[2013-09-26 22:15:35] 83 -[2013-09-26 22:15:37] >83 -[2013-09-26 22:16:00] C3 -[2013-09-26 22:16:02] >C3 -[2013-09-26 22:17:01] >>C3 -[2013-09-26 22:18:02] >>C3 -[2013-09-26 22:19:02] >>C3 -[2013-09-26 22:20:02] >>C3 -[2013-09-26 22:21:02] >>C3 -[2013-09-26 22:22:02] >>C3 -[2013-09-26 22:22:44] C7 -[2013-09-26 22:22:46] C3 -[2013-09-26 22:22:47] >C3 -[2013-09-26 22:22:58] 83 -[2013-09-26 22:23:00] >83 -[2013-09-26 22:24:00] >>83 -[2013-09-26 22:25:00] >>83 -[2013-09-26 22:26:00] >>83 -[2013-09-26 22:27:00] >>83 -[2013-09-26 22:28:00] >>83 -[2013-09-26 22:29:00] >>83 -[2013-09-26 22:29:45] 87 -[2013-09-26 22:29:47] 83 -[2013-09-26 22:29:48] >83 -[2013-09-26 22:30:48] >>83 -[2013-09-26 22:31:48] >>83 -[2013-09-26 22:32:48] >>83 -[2013-09-26 22:33:48] >>83 -[2013-09-26 22:34:48] >>83 -[2013-09-26 22:35:48] >>83 -[2013-09-26 22:36:43] 87 -[2013-09-26 22:36:45] 83 -[2013-09-26 22:36:46] >83 -[2013-09-26 22:37:46] >>83 -[2013-09-26 22:38:46] >>83 -[2013-09-26 22:39:46] >>83 -[2013-09-26 22:40:46] >>83 -[2013-09-26 22:41:47] >>83 -[2013-09-26 22:42:47] >>83 -[2013-09-26 22:43:41] 87 -[2013-09-26 22:43:43] 83 -[2013-09-26 22:43:45] >83 -[2013-09-26 22:44:44] >>83 -[2013-09-26 22:45:44] >>83 -[2013-09-26 22:46:44] >>83 -[2013-09-26 22:47:45] >>83 -[2013-09-26 22:48:45] >>83 -[2013-09-26 22:49:45] >>83 -[2013-09-26 22:50:39] 87 -[2013-09-26 22:50:41] 83 -[2013-09-26 22:50:43] >83 -[2013-09-26 22:51:42] >>83 -[2013-09-26 22:52:42] >>83 -[2013-09-26 22:53:43] >>83 -[2013-09-26 22:54:43] >>83 -[2013-09-26 22:55:43] >>83 -[2013-09-26 22:56:43] >>83 -[2013-09-26 22:57:43] >>83 -[2013-09-26 22:57:50] 87 -[2013-09-26 22:57:52] 83 -[2013-09-26 22:57:53] >83 -[2013-09-26 22:58:04] C3 -[2013-09-26 22:58:06] >C3 -[2013-09-26 22:59:06] >>C3 -[2013-09-26 23:00:06] >>C3 -[2013-09-26 23:01:06] >>C3 -[2013-09-26 23:02:06] >>C3 -[2013-09-26 23:03:06] >>C3 -[2013-09-26 23:04:06] >>C3 -[2013-09-26 23:04:48] C7 -[2013-09-26 23:04:50] C3 -[2013-09-26 23:04:52] >C3 -[2013-09-26 23:05:03] 83 -[2013-09-26 23:05:05] >83 -[2013-09-26 23:06:04] >>83 -[2013-09-26 23:07:04] >>83 -[2013-09-26 23:08:05] >>83 -[2013-09-26 23:09:05] >>83 -[2013-09-26 23:10:05] >>83 -[2013-09-26 23:11:05] >>83 -[2013-09-26 23:11:50] 87 -[2013-09-26 23:11:51] 83 -[2013-09-26 23:11:52] >83 -[2013-09-26 23:12:52] >>83 -[2013-09-26 23:13:52] >>83 -[2013-09-26 23:14:52] >>83 -[2013-09-26 23:15:52] >>83 -[2013-09-26 23:16:53] >>83 -[2013-09-26 23:17:53] >>83 -[2013-09-26 23:18:47] 87 -[2013-09-26 23:18:49] 83 -[2013-09-26 23:18:51] >83 -[2013-09-26 23:19:50] >>83 -[2013-09-26 23:20:50] >>83 -[2013-09-26 23:21:50] >>83 -[2013-09-26 23:22:51] >>83 -[2013-09-26 23:23:51] >>83 -[2013-09-26 23:24:51] >>83 -[2013-09-26 23:25:45] 87 -[2013-09-26 23:25:47] 83 -[2013-09-26 23:25:49] >83 -[2013-09-26 23:26:48] >>83 -[2013-09-26 23:27:49] >>83 -[2013-09-26 23:28:49] >>83 -[2013-09-26 23:29:49] >>83 -[2013-09-26 23:30:49] >>83 -[2013-09-26 23:31:49] >>83 -[2013-09-26 23:32:49] >>83 -[2013-09-26 23:32:56] 87 -[2013-09-26 23:32:57] 83 -[2013-09-26 23:32:59] >83 -[2013-09-26 23:33:59] >>83 -[2013-09-26 23:34:59] >>83 -[2013-09-26 23:35:59] >>83 -[2013-09-26 23:36:59] >>83 -[2013-09-26 23:37:59] >>83 -[2013-09-26 23:38:59] >>83 -[2013-09-26 23:39:54] 87 -[2013-09-26 23:39:56] 83 -[2013-09-26 23:39:58] >83 -[2013-09-26 23:40:09] C3 -[2013-09-26 23:40:10] >C3 -[2013-09-26 23:41:10] >>C3 -[2013-09-26 23:42:10] >>C3 -[2013-09-26 23:43:10] >>C3 -[2013-09-26 23:44:10] >>C3 -[2013-09-26 23:45:10] >>C3 -[2013-09-26 23:46:11] >>C3 -[2013-09-26 23:46:53] C7 -[2013-09-26 23:46:55] C3 -[2013-09-26 23:46:56] >C3 -[2013-09-26 23:47:07] 83 -[2013-09-26 23:47:09] >83 -[2013-09-26 23:48:09] >>83 -[2013-09-26 23:49:09] >>83 -[2013-09-26 23:50:09] >>83 -[2013-09-26 23:51:09] >>83 -[2013-09-26 23:52:09] >>83 -[2013-09-26 23:53:09] >>83 -[2013-09-26 23:53:54] 87 -[2013-09-26 23:53:55] 83 -[2013-09-26 23:53:57] >83 -[2013-09-26 23:54:57] >>83 -[2013-09-26 23:55:57] >>83 -[2013-09-26 23:56:57] >>83 -[2013-09-26 23:57:57] >>83 -[2013-09-26 23:58:57] >>83 -[2013-09-26 23:59:57] >>83 -[2013-09-27 00:00:52] 87 -[2013-09-27 00:00:54] 83 -[2013-09-27 00:00:55] >83 -[2013-09-27 00:01:55] >>83 -[2013-09-27 00:02:55] >>83 -[2013-09-27 00:03:55] >>83 -[2013-09-27 00:04:55] >>83 -[2013-09-27 00:05:55] >>83 -[2013-09-27 00:06:56] >>83 -[2013-09-27 00:07:56] >>83 -[2013-09-27 00:08:02] 87 -[2013-09-27 00:08:04] 83 -[2013-09-27 00:08:06] >83 -[2013-09-27 00:09:05] >>83 -[2013-09-27 00:10:05] >>83 -[2013-09-27 00:11:05] >>83 -[2013-09-27 00:12:06] >>83 -[2013-09-27 00:13:06] >>83 -[2013-09-27 00:14:06] >>83 -[2013-09-27 00:15:00] 87 -[2013-09-27 00:15:02] 83 -[2013-09-27 00:15:04] >83 -[2013-09-27 00:16:03] >>83 -[2013-09-27 00:17:03] >>83 -[2013-09-27 00:18:04] >>83 -[2013-09-27 00:19:04] >>83 -[2013-09-27 00:20:04] >>83 -[2013-09-27 00:20:11] 81 -[2013-09-27 00:20:13] >81 -[2013-09-27 00:21:13] >>81 -[2013-09-27 00:21:59] 85 -[2013-09-27 00:22:00] 81 -[2013-09-27 00:22:02] >81 -[2013-09-27 00:22:19] 83 -[2013-09-27 00:22:21] >83 -[2013-09-27 00:23:20] >>83 -[2013-09-27 00:24:20] >>83 -[2013-09-27 00:25:21] >>83 -[2013-09-27 00:26:21] >>83 -[2013-09-27 00:27:21] >>83 -[2013-09-27 00:28:21] >>83 -[2013-09-27 00:29:21] >>83 -[2013-09-27 00:29:34] 87 -[2013-09-27 00:29:35] 83 -[2013-09-27 00:29:37] >83 -[2013-09-27 00:30:37] >>83 -[2013-09-27 00:31:37] >>83 -[2013-09-27 00:32:37] >>83 -[2013-09-27 00:33:37] >>83 -[2013-09-27 00:34:37] >>83 -[2013-09-27 00:35:37] >>83 -[2013-09-27 00:36:31] 87 -[2013-09-27 00:36:33] 83 -[2013-09-27 00:36:35] >83 -[2013-09-27 00:37:34] >>83 -[2013-09-27 00:38:34] >>83 -[2013-09-27 00:39:35] >>83 -[2013-09-27 00:40:35] >>83 -[2013-09-27 00:41:35] >>83 -[2013-09-27 00:42:35] >>83 -[2013-09-27 00:43:30] 87 -[2013-09-27 00:43:31] 83 -[2013-09-27 00:43:33] >83 -[2013-09-27 00:44:32] >>83 -[2013-09-27 00:45:33] >>83 -[2013-09-27 00:46:33] >>83 -[2013-09-27 00:47:33] >>83 -[2013-09-27 00:48:33] >>83 -[2013-09-27 00:49:33] >>83 -[2013-09-27 00:50:28] 87 -[2013-09-27 00:50:30] 83 -[2013-09-27 00:50:31] >83 -[2013-09-27 00:50:43] C3 -[2013-09-27 00:50:44] >C3 -[2013-09-27 00:51:44] >>C3 -[2013-09-27 00:52:44] >>C3 -[2013-09-27 00:53:44] >>C3 -[2013-09-27 00:54:44] >>C3 -[2013-09-27 00:55:44] >>C3 -[2013-09-27 00:56:44] >>C3 -[2013-09-27 00:57:26] C7 -[2013-09-27 00:57:28] >C7 -[2013-09-27 00:57:29] C3 -[2013-09-27 00:57:30] >C3 -[2013-09-27 00:57:53] 83 -[2013-09-27 00:57:55] >83 -[2013-09-27 00:58:54] >>83 -[2013-09-27 00:59:55] >>83 -[2013-09-27 01:00:55] >>83 -[2013-09-27 01:01:55] >>83 -[2013-09-27 01:02:55] >>83 -[2013-09-27 01:03:55] >>83 -[2013-09-27 01:04:40] 87 -[2013-09-27 01:04:41] 83 -[2013-09-27 01:04:43] >83 -[2013-09-27 01:05:43] >>83 -[2013-09-27 01:06:43] >>83 -[2013-09-27 01:07:43] >>83 -[2013-09-27 01:08:43] >>83 -[2013-09-27 01:09:43] >>83 -[2013-09-27 01:10:43] >>83 -[2013-09-27 01:11:38] 87 -[2013-09-27 01:11:40] 83 -[2013-09-27 01:11:41] >83 -[2013-09-27 01:12:41] >>83 -[2013-09-27 01:13:41] >>83 -[2013-09-27 01:14:41] >>83 -[2013-09-27 01:15:41] >>83 -[2013-09-27 01:16:41] >>83 -[2013-09-27 01:17:41] >>83 -[2013-09-27 01:18:36] 87 -[2013-09-27 01:18:38] 83 -[2013-09-27 01:18:39] >83 -[2013-09-27 01:19:39] >>83 -[2013-09-27 01:20:39] >>83 -[2013-09-27 01:21:39] >>83 -[2013-09-27 01:22:39] >>83 -[2013-09-27 01:23:40] >>83 -[2013-09-27 01:24:40] >>83 -[2013-09-27 01:25:34] 87 -[2013-09-27 01:25:36] 83 -[2013-09-27 01:25:38] >83 -[2013-09-27 01:26:37] >>83 -[2013-09-27 01:27:37] >>83 -[2013-09-27 01:28:37] >>83 -[2013-09-27 01:29:38] >>83 -[2013-09-27 01:30:38] >>83 -[2013-09-27 01:31:38] >>83 -[2013-09-27 01:32:32] 87 -[2013-09-27 01:32:34] 83 -[2013-09-27 01:32:36] >83 -[2013-09-27 01:32:59] C3 -[2013-09-27 01:33:01] >C3 -[2013-09-27 01:34:00] >>C3 -[2013-09-27 01:35:01] >>C3 -[2013-09-27 01:36:01] >>C3 -[2013-09-27 01:37:01] >>C3 -[2013-09-27 01:38:01] >>C3 -[2013-09-27 01:39:01] >>C3 -[2013-09-27 01:39:43] C7 -[2013-09-27 01:39:45] >C7 -[2013-09-27 01:39:45] C3 -[2013-09-27 01:39:47] >C3 -[2013-09-27 01:39:58] 83 -[2013-09-27 01:40:00] >83 -[2013-09-27 01:40:59] >>83 -[2013-09-27 01:41:59] >>83 -[2013-09-27 01:42:59] >>83 -[2013-09-27 01:44:00] >>83 -[2013-09-27 01:45:00] >>83 -[2013-09-27 01:46:00] >>83 -[2013-09-27 01:46:10] 81 -[2013-09-27 01:46:12] >81 -[2013-09-27 01:46:44] 85 -[2013-09-27 01:46:46] 81 -[2013-09-27 01:46:47] >81 -[2013-09-27 01:47:02] 83 -[2013-09-27 01:47:04] >83 -[2013-09-27 01:48:04] >>83 -[2013-09-27 01:49:04] >>83 -[2013-09-27 01:50:04] >>83 -[2013-09-27 01:51:04] >>83 -[2013-09-27 01:52:04] >>83 -[2013-09-27 01:53:04] >>83 -[2013-09-27 01:54:05] >>83 -[2013-09-27 01:54:18] 87 -[2013-09-27 01:54:19] 83 -[2013-09-27 01:54:21] >83 -[2013-09-27 01:55:20] >>83 -[2013-09-27 01:56:21] >>83 -[2013-09-27 01:57:21] >>83 -[2013-09-27 01:58:21] >>83 -[2013-09-27 01:59:21] >>83 -[2013-09-27 02:00:21] >>83 -[2013-09-27 02:01:15] 87 -[2013-09-27 02:01:17] 83 -[2013-09-27 02:01:19] >83 -[2013-09-27 02:02:18] >>83 -[2013-09-27 02:03:18] >>83 -[2013-09-27 02:04:18] >>83 -[2013-09-27 02:05:19] >>83 -[2013-09-27 02:06:19] >>83 -[2013-09-27 02:07:19] >>83 -[2013-09-27 02:08:13] 87 -[2013-09-27 02:08:15] 83 -[2013-09-27 02:08:17] >83 -[2013-09-27 02:09:16] >>83 -[2013-09-27 02:10:16] >>83 -[2013-09-27 02:11:17] >>83 -[2013-09-27 02:12:17] >>83 -[2013-09-27 02:13:17] >>83 -[2013-09-27 02:14:17] >>83 -[2013-09-27 02:15:12] 87 -[2013-09-27 02:15:14] 83 -[2013-09-27 02:15:15] >83 -[2013-09-27 02:15:26] C3 -[2013-09-27 02:15:28] >C3 -[2013-09-27 02:16:28] >>C3 -[2013-09-27 02:17:28] >>C3 -[2013-09-27 02:18:28] >>C3 -[2013-09-27 02:19:28] >>C3 -[2013-09-27 02:20:28] >>C3 -[2013-09-27 02:21:28] >>C3 -[2013-09-27 02:22:10] C7 -[2013-09-27 02:22:12] >C7 -[2013-09-27 02:22:12] C3 -[2013-09-27 02:22:14] >C3 -[2013-09-27 02:22:37] 83 -[2013-09-27 02:22:39] >83 -[2013-09-27 02:23:38] >>83 -[2013-09-27 02:24:38] >>83 -[2013-09-27 02:25:39] >>83 -[2013-09-27 02:26:39] >>83 -[2013-09-27 02:27:39] >>83 -[2013-09-27 02:28:39] >>83 -[2013-09-27 02:29:24] 87 -[2013-09-27 02:29:25] 83 -[2013-09-27 02:29:27] >83 -[2013-09-27 02:30:26] >>83 -[2013-09-27 02:31:27] >>83 -[2013-09-27 02:32:27] >>83 -[2013-09-27 02:33:27] >>83 -[2013-09-27 02:34:27] >>83 -[2013-09-27 02:35:27] >>83 -[2013-09-27 02:35:47] 81 -[2013-09-27 02:35:48] >81 -[2013-09-27 02:36:22] 85 -[2013-09-27 02:36:24] 81 -[2013-09-27 02:36:25] >81 -[2013-09-27 02:36:47] 83 -[2013-09-27 02:36:49] >83 -[2013-09-27 02:37:49] >>83 -[2013-09-27 02:38:49] >>83 -[2013-09-27 02:39:49] >>83 -[2013-09-27 02:40:49] >>83 -[2013-09-27 02:41:49] >>83 -[2013-09-27 02:42:49] >>83 -[2013-09-27 02:43:49] >>83 -[2013-09-27 02:44:04] 87 -[2013-09-27 02:44:06] 83 -[2013-09-27 02:44:07] >83 -[2013-09-27 02:45:07] >>83 -[2013-09-27 02:46:07] >>83 -[2013-09-27 02:47:07] >>83 -[2013-09-27 02:48:07] >>83 -[2013-09-27 02:49:07] >>83 -[2013-09-27 02:50:07] >>83 -[2013-09-27 02:51:02] 87 -[2013-09-27 02:51:04] 83 -[2013-09-27 02:51:05] >83 -[2013-09-27 02:52:05] >>83 -[2013-09-27 02:53:05] >>83 -[2013-09-27 02:54:05] >>83 -[2013-09-27 02:55:05] >>83 -[2013-09-27 02:56:05] >>83 -[2013-09-27 02:57:06] >>83 -[2013-09-27 02:58:00] 87 -[2013-09-27 02:58:02] 83 -[2013-09-27 02:58:03] >83 -[2013-09-27 02:59:03] >>83 -[2013-09-27 03:00:03] >>83 -[2013-09-27 03:01:03] >>83 -[2013-09-27 03:02:04] >>83 -[2013-09-27 03:03:04] >>83 -[2013-09-27 03:04:04] >>83 -[2013-09-27 03:04:58] 87 -[2013-09-27 03:05:00] 83 -[2013-09-27 03:05:02] >83 -[2013-09-27 03:05:13] C3 -[2013-09-27 03:05:14] >C3 -[2013-09-27 03:06:14] >>C3 -[2013-09-27 03:07:14] >>C3 -[2013-09-27 03:08:14] >>C3 -[2013-09-27 03:09:14] >>C3 -[2013-09-27 03:10:14] >>C3 -[2013-09-27 03:11:15] >>C3 -[2013-09-27 03:11:57] C7 -[2013-09-27 03:11:59] C3 -[2013-09-27 03:12:00] >C3 -[2013-09-27 03:12:24] 83 -[2013-09-27 03:12:25] >83 -[2013-09-27 03:13:25] >>83 -[2013-09-27 03:14:25] >>83 -[2013-09-27 03:15:25] >>83 -[2013-09-27 03:16:25] >>83 -[2013-09-27 03:17:26] >>83 -[2013-09-27 03:18:26] >>83 -[2013-09-27 03:19:10] 87 -[2013-09-27 03:19:12] 83 -[2013-09-27 03:19:14] >83 -[2013-09-27 03:20:13] >>83 -[2013-09-27 03:21:13] >>83 -[2013-09-27 03:22:14] >>83 -[2013-09-27 03:23:14] >>83 -[2013-09-27 03:24:14] >>83 -[2013-09-27 03:25:14] >>83 -[2013-09-27 03:26:08] 87 -[2013-09-27 03:26:10] 83 -[2013-09-27 03:26:11] >83 -[2013-09-27 03:27:11] >>83 -[2013-09-27 03:28:11] >>83 -[2013-09-27 03:29:11] >>83 -[2013-09-27 03:30:11] >>83 -[2013-09-27 03:31:11] >>83 -[2013-09-27 03:32:12] >>83 -[2013-09-27 03:33:06] 87 -[2013-09-27 03:33:08] 83 -[2013-09-27 03:33:09] >83 -[2013-09-27 03:34:09] >>83 -[2013-09-27 03:35:09] >>83 -[2013-09-27 03:36:09] >>83 -[2013-09-27 03:37:10] >>83 -[2013-09-27 03:38:10] >>83 -[2013-09-27 03:39:10] >>83 -[2013-09-27 03:40:04] 87 -[2013-09-27 03:40:06] 83 -[2013-09-27 03:40:08] >83 -[2013-09-27 03:41:07] >>83 -[2013-09-27 03:42:07] >>83 -[2013-09-27 03:43:08] >>83 -[2013-09-27 03:44:08] >>83 -[2013-09-27 03:45:08] >>83 -[2013-09-27 03:46:08] >>83 -[2013-09-27 03:47:03] 87 -[2013-09-27 03:47:04] 83 -[2013-09-27 03:47:06] >83 -[2013-09-27 03:47:30] C3 -[2013-09-27 03:47:31] >C3 -[2013-09-27 03:48:31] >>C3 -[2013-09-27 03:49:31] >>C3 -[2013-09-27 03:50:31] >>C3 -[2013-09-27 03:51:31] >>C3 -[2013-09-27 03:52:32] >>C3 -[2013-09-27 03:53:32] >>C3 -[2013-09-27 03:54:14] C7 -[2013-09-27 03:54:15] C3 -[2013-09-27 03:54:17] >C3 -[2013-09-27 03:54:28] 83 -[2013-09-27 03:54:30] >83 -[2013-09-27 03:55:29] >>83 -[2013-09-27 03:56:29] >>83 -[2013-09-27 03:57:30] >>83 -[2013-09-27 03:58:30] >>83 -[2013-09-27 03:59:30] >>83 -[2013-09-27 04:00:30] >>83 -[2013-09-27 04:01:15] 87 -[2013-09-27 04:01:16] 83 -[2013-09-27 04:01:18] >83 -[2013-09-27 04:02:17] >>83 -[2013-09-27 04:03:18] >>83 -[2013-09-27 04:04:18] >>83 -[2013-09-27 04:05:18] >>83 -[2013-09-27 04:06:18] >>83 -[2013-09-27 04:07:18] >>83 -[2013-09-27 04:08:13] 87 -[2013-09-27 04:08:14] 83 -[2013-09-27 04:08:16] >83 -[2013-09-27 04:09:16] >>83 -[2013-09-27 04:10:16] >>83 -[2013-09-27 04:11:16] >>83 -[2013-09-27 04:12:16] >>83 -[2013-09-27 04:13:16] >>83 -[2013-09-27 04:14:16] >>83 -[2013-09-27 04:15:11] 87 -[2013-09-27 04:15:12] 83 -[2013-09-27 04:15:14] >83 -[2013-09-27 04:16:14] >>83 -[2013-09-27 04:17:14] >>83 -[2013-09-27 04:18:14] >>83 -[2013-09-27 04:19:14] >>83 -[2013-09-27 04:20:14] >>83 -[2013-09-27 04:21:14] >>83 -[2013-09-27 04:22:09] 87 -[2013-09-27 04:22:11] 83 -[2013-09-27 04:22:12] >83 -[2013-09-27 04:23:12] >>83 -[2013-09-27 04:24:12] >>83 -[2013-09-27 04:25:12] >>83 -[2013-09-27 04:26:12] >>83 -[2013-09-27 04:27:12] >>83 -[2013-09-27 04:28:13] >>83 -[2013-09-27 04:29:13] >>83 -[2013-09-27 04:29:20] 87 -[2013-09-27 04:29:21] 83 -[2013-09-27 04:29:22] >83 -[2013-09-27 04:29:34] C3 -[2013-09-27 04:29:36] >C3 -[2013-09-27 04:30:35] >>C3 -[2013-09-27 04:31:35] >>C3 -[2013-09-27 04:32:35] >>C3 -[2013-09-27 04:33:36] >>C3 -[2013-09-27 04:34:36] >>C3 -[2013-09-27 04:35:36] >>C3 -[2013-09-27 04:36:18] C7 -[2013-09-27 04:36:19] >C7 -[2013-09-27 04:36:20] C3 -[2013-09-27 04:36:22] >C3 -[2013-09-27 04:36:33] 83 -[2013-09-27 04:36:34] >83 -[2013-09-27 04:37:34] >>83 -[2013-09-27 04:38:34] >>83 -[2013-09-27 04:39:34] >>83 -[2013-09-27 04:40:34] >>83 -[2013-09-27 04:41:34] >>83 -[2013-09-27 04:42:35] >>83 -[2013-09-27 04:43:16] 81 -[2013-09-27 04:43:18] >81 -[2013-09-27 04:43:19] 85 -[2013-09-27 04:43:20] 81 -[2013-09-27 04:43:22] >81 -[2013-09-27 04:43:47] 83 -[2013-09-27 04:43:48] >83 -[2013-09-27 04:44:48] >>83 -[2013-09-27 04:45:48] >>83 -[2013-09-27 04:46:48] >>83 -[2013-09-27 04:47:48] >>83 -[2013-09-27 04:48:48] >>83 -[2013-09-27 04:49:49] >>83 -[2013-09-27 04:50:49] >>83 -[2013-09-27 04:51:03] 87 -[2013-09-27 04:51:04] 83 -[2013-09-27 04:51:06] >83 -[2013-09-27 04:52:06] >>83 -[2013-09-27 04:53:06] >>83 -[2013-09-27 04:54:06] >>83 -[2013-09-27 04:55:06] >>83 -[2013-09-27 04:56:06] >>83 -[2013-09-27 04:57:06] >>83 -[2013-09-27 04:58:01] 87 -[2013-09-27 04:58:03] 83 -[2013-09-27 04:58:04] >83 -[2013-09-27 04:59:04] >>83 -[2013-09-27 05:00:04] >>83 -[2013-09-27 05:01:04] >>83 -[2013-09-27 05:02:04] >>83 -[2013-09-27 05:03:04] >>83 -[2013-09-27 05:04:04] >>83 -[2013-09-27 05:04:59] 87 -[2013-09-27 05:05:01] 83 -[2013-09-27 05:05:02] >83 -[2013-09-27 05:06:02] >>83 -[2013-09-27 05:07:02] >>83 -[2013-09-27 05:08:02] >>83 -[2013-09-27 05:09:02] >>83 -[2013-09-27 05:10:02] >>83 -[2013-09-27 05:11:03] >>83 -[2013-09-27 05:11:57] 87 -[2013-09-27 05:11:59] 83 -[2013-09-27 05:12:01] >83 -[2013-09-27 05:12:12] C3 -[2013-09-27 05:12:14] >C3 -[2013-09-27 05:13:13] >>C3 -[2013-09-27 05:14:13] >>C3 -[2013-09-27 05:15:14] >>C3 -[2013-09-27 05:16:16] >>C3 -[2013-09-27 05:17:16] >>C3 -[2013-09-27 05:18:16] >>C3 -[2013-09-27 05:18:56] C7 -[2013-09-27 05:18:57] C3 -[2013-09-27 05:18:59] >C3 -[2013-09-27 05:19:23] 83 -[2013-09-27 05:19:24] >83 -[2013-09-27 05:20:24] >>83 -[2013-09-27 05:21:24] >>83 -[2013-09-27 05:22:24] >>83 -[2013-09-27 05:23:24] >>83 -[2013-09-27 05:24:24] >>83 -[2013-09-27 05:25:24] >>83 -[2013-09-27 05:26:09] 87 -[2013-09-27 05:26:11] 83 -[2013-09-27 05:26:12] >83 -[2013-09-27 05:27:12] >>83 -[2013-09-27 05:28:12] >>83 -[2013-09-27 05:29:12] >>83 -[2013-09-27 05:30:12] >>83 -[2013-09-27 05:31:12] >>83 -[2013-09-27 05:32:13] >>83 -[2013-09-27 05:33:07] 87 -[2013-09-27 05:33:09] 83 -[2013-09-27 05:33:11] >83 -[2013-09-27 05:34:10] >>83 -[2013-09-27 05:35:10] >>83 -[2013-09-27 05:36:10] >>83 -[2013-09-27 05:37:11] >>83 -[2013-09-27 05:38:11] >>83 -[2013-09-27 05:39:11] >>83 -[2013-09-27 05:40:05] 87 -[2013-09-27 05:40:07] 83 -[2013-09-27 05:40:09] >83 -[2013-09-27 05:41:08] >>83 -[2013-09-27 05:42:08] >>83 -[2013-09-27 05:43:09] >>83 -[2013-09-27 05:44:09] >>83 -[2013-09-27 05:45:09] >>83 -[2013-09-27 05:46:09] >>83 -[2013-09-27 05:47:04] 87 -[2013-09-27 05:47:05] 83 -[2013-09-27 05:47:07] >83 -[2013-09-27 05:48:07] >>83 -[2013-09-27 05:49:07] >>83 -[2013-09-27 05:50:07] >>83 -[2013-09-27 05:51:07] >>83 -[2013-09-27 05:52:07] >>83 -[2013-09-27 05:53:07] >>83 -[2013-09-27 05:54:02] 87 -[2013-09-27 05:54:03] 83 -[2013-09-27 05:54:05] >83 -[2013-09-27 05:54:29] C3 -[2013-09-27 05:54:30] >C3 -[2013-09-27 05:55:30] >>C3 -[2013-09-27 05:56:30] >>C3 -[2013-09-27 05:57:30] >>C3 -[2013-09-27 05:58:30] >>C3 -[2013-09-27 05:59:30] >>C3 -[2013-09-27 06:00:31] >>C3 -[2013-09-27 06:01:13] C7 -[2013-09-27 06:01:14] C3 -[2013-09-27 06:01:16] >C3 -[2013-09-27 06:01:27] 83 -[2013-09-27 06:01:29] >83 -[2013-09-27 06:01:33] 81 -[2013-09-27 06:01:35] >81 -[2013-09-27 06:01:50] 83 -[2013-09-27 06:01:52] >83 -[2013-09-27 06:02:51] >>83 -[2013-09-27 06:03:52] >>83 -[2013-09-27 06:04:52] >>83 -[2013-09-27 06:05:52] >>83 -[2013-09-27 06:06:52] >>83 -[2013-09-27 06:07:52] >>83 -[2013-09-27 06:08:14] 87 -[2013-09-27 06:08:15] 83 -[2013-09-27 06:08:17] >83 -[2013-09-27 06:09:17] >>83 -[2013-09-27 06:10:17] >>83 -[2013-09-27 06:11:17] >>83 -[2013-09-27 06:12:17] >>83 -[2013-09-27 06:13:17] >>83 -[2013-09-27 06:14:17] >>83 -[2013-09-27 06:15:12] 87 -[2013-09-27 06:15:13] 83 -[2013-09-27 06:15:15] >83 -[2013-09-27 06:16:15] >>83 -[2013-09-27 06:17:15] >>83 -[2013-09-27 06:18:15] >>83 -[2013-09-27 06:19:15] >>83 -[2013-09-27 06:20:15] >>83 -[2013-09-27 06:21:15] >>83 -[2013-09-27 06:22:09] 87 -[2013-09-27 06:22:11] 83 -[2013-09-27 06:22:13] >83 -[2013-09-27 06:23:12] >>83 -[2013-09-27 06:24:13] >>83 -[2013-09-27 06:25:13] >>83 -[2013-09-27 06:26:13] >>83 -[2013-09-27 06:27:13] >>83 -[2013-09-27 06:28:13] >>83 -[2013-09-27 06:29:08] 87 -[2013-09-27 06:29:09] 83 -[2013-09-27 06:29:11] >83 -[2013-09-27 06:30:11] >>83 -[2013-09-27 06:31:11] >>83 -[2013-09-27 06:32:11] >>83 -[2013-09-27 06:33:11] >>83 -[2013-09-27 06:34:11] >>83 -[2013-09-27 06:35:11] >>83 -[2013-09-27 06:36:11] >>83 -[2013-09-27 06:36:18] 87 -[2013-09-27 06:36:20] 83 -[2013-09-27 06:36:22] >83 -[2013-09-27 06:36:33] C3 -[2013-09-27 06:36:35] >C3 -[2013-09-27 06:37:34] >>C3 -[2013-09-27 06:38:35] >>C3 -[2013-09-27 06:39:35] >>C3 -[2013-09-27 06:40:35] >>C3 -[2013-09-27 06:41:35] >>C3 -[2013-09-27 06:42:35] >>C3 -[2013-09-27 06:43:17] C7 -[2013-09-27 06:43:19] C3 -[2013-09-27 06:43:20] >C3 -[2013-09-27 06:43:31] 83 -[2013-09-27 06:43:33] >83 -[2013-09-27 06:44:33] >>83 -[2013-09-27 06:45:33] >>83 -[2013-09-27 06:46:33] >>83 -[2013-09-27 06:47:33] >>83 -[2013-09-27 06:48:33] >>83 -[2013-09-27 06:49:33] >>83 -[2013-09-27 06:50:18] 87 -[2013-09-27 06:50:19] >87 -[2013-09-27 06:50:20] 83 -[2013-09-27 06:50:25] >83 -[2013-09-27 06:51:24] >>83 -[2013-09-27 06:52:25] >>83 -[2013-09-27 06:53:25] >>83 -[2013-09-27 06:54:25] >>83 -[2013-09-27 06:55:25] >>83 -[2013-09-27 06:56:25] >>83 -[2013-09-27 06:57:16] 87 -[2013-09-27 06:57:18] 83 -[2013-09-27 06:57:19] >83 -[2013-09-27 06:58:19] >>83 -[2013-09-27 06:59:19] >>83 -[2013-09-27 07:00:19] >>83 -[2013-09-27 07:01:20] >>83 -[2013-09-27 07:02:20] >>83 -[2013-09-27 07:03:20] >>83 -[2013-09-27 07:04:14] 87 -[2013-09-27 07:04:16] 83 -[2013-09-27 07:04:17] >83 -[2013-09-27 07:05:17] >>83 -[2013-09-27 07:06:17] >>83 -[2013-09-27 07:07:17] >>83 -[2013-09-27 07:08:18] >>83 -[2013-09-27 07:09:18] >>83 -[2013-09-27 07:10:18] >>83 -[2013-09-27 07:11:18] >>83 -[2013-09-27 07:11:24] 87 -[2013-09-27 07:11:26] 83 -[2013-09-27 07:11:28] >83 -[2013-09-27 07:12:27] >>83 -[2013-09-27 07:13:27] >>83 -[2013-09-27 07:14:28] >>83 -[2013-09-27 07:15:28] >>83 -[2013-09-27 07:16:28] >>83 -[2013-09-27 07:17:28] >>83 -[2013-09-27 07:18:23] 87 -[2013-09-27 07:18:25] 83 -[2013-09-27 07:18:26] >83 -[2013-09-27 07:18:55] C3 -[2013-09-27 07:18:57] >C3 -[2013-09-27 07:19:08] 83 -[2013-09-27 07:19:09] >83 -[2013-09-27 07:20:09] >>83 -[2013-09-27 07:21:09] >>83 -[2013-09-27 07:21:21] 81 -[2013-09-27 07:21:22] >81 -[2013-09-27 07:21:40] 83 -[2013-09-27 07:21:42] >83 -[2013-09-27 07:22:41] >>83 -[2013-09-27 07:23:42] >>83 -[2013-09-27 07:24:42] >>83 -[2013-09-27 07:25:42] >>83 -[2013-09-27 07:25:54] 87 -[2013-09-27 07:25:56] 83 -[2013-09-27 07:25:57] >83 -[2013-09-27 07:26:57] >>83 -[2013-09-27 07:27:57] >>83 -[2013-09-27 07:28:57] >>83 -[2013-09-27 07:29:57] >>83 -[2013-09-27 07:30:57] >>83 -[2013-09-27 07:31:57] >>83 -[2013-09-27 07:32:52] 87 -[2013-09-27 07:32:54] 83 -[2013-09-27 07:32:55] >83 -[2013-09-27 07:33:55] >>83 -[2013-09-27 07:34:55] >>83 -[2013-09-27 07:35:55] >>83 -[2013-09-27 07:36:55] >>83 -[2013-09-27 07:37:56] >>83 -[2013-09-27 07:38:56] >>83 -[2013-09-27 07:39:56] >>83 -[2013-09-27 07:40:02] 87 -[2013-09-27 07:40:04] 83 -[2013-09-27 07:40:06] >83 -[2013-09-27 07:41:05] >>83 -[2013-09-27 07:42:05] >>83 -[2013-09-27 07:43:06] >>83 -[2013-09-27 07:44:06] >>83 -[2013-09-27 07:45:06] >>83 -[2013-09-27 07:46:06] >>83 -[2013-09-27 07:47:01] 87 -[2013-09-27 07:47:02] 83 -[2013-09-27 07:47:04] >83 -[2013-09-27 07:48:03] >>83 -[2013-09-27 07:49:04] >>83 -[2013-09-27 07:50:04] >>83 -[2013-09-27 07:51:04] >>83 -[2013-09-27 07:52:04] >>83 -[2013-09-27 07:53:04] >>83 -[2013-09-27 07:53:59] 87 -[2013-09-27 07:54:01] 83 -[2013-09-27 07:54:02] >83 -[2013-09-27 07:54:14] C3 -[2013-09-27 07:54:15] >C3 -[2013-09-27 07:55:15] >>C3 -[2013-09-27 07:56:15] >>C3 -[2013-09-27 07:57:15] >>C3 -[2013-09-27 07:58:15] >>C3 -[2013-09-27 07:59:15] >>C3 -[2013-09-27 08:00:15] >>C3 -[2013-09-27 08:00:57] C7 -[2013-09-27 08:00:59] C3 -[2013-09-27 08:01:01] >C3 -[2013-09-27 08:01:12] 83 -[2013-09-27 08:01:14] >83 -[2013-09-27 08:02:13] >>83 -[2013-09-27 08:03:14] >>83 -[2013-09-27 08:04:14] >>83 -[2013-09-27 08:05:14] >>83 -[2013-09-27 08:06:14] >>83 -[2013-09-27 08:07:14] >>83 -[2013-09-27 08:07:59] 87 -[2013-09-27 08:08:00] 83 -[2013-09-27 08:08:01] >83 -[2013-09-27 08:09:01] >>83 -[2013-09-27 08:10:01] >>83 -[2013-09-27 08:11:01] >>83 -[2013-09-27 08:12:01] >>83 -[2013-09-27 08:13:02] >>83 -[2013-09-27 08:14:02] >>83 -[2013-09-27 08:15:02] >>83 -[2013-09-27 08:15:09] 87 -[2013-09-27 08:15:11] 83 -[2013-09-27 08:15:12] >83 -[2013-09-27 08:16:12] >>83 -[2013-09-27 08:17:12] >>83 -[2013-09-27 08:18:12] >>83 -[2013-09-27 08:19:12] >>83 -[2013-09-27 08:20:12] >>83 -[2013-09-27 08:21:12] >>83 -[2013-09-27 08:22:07] 87 -[2013-09-27 08:22:09] 83 -[2013-09-27 08:22:10] >83 -[2013-09-27 08:23:10] >>83 -[2013-09-27 08:24:10] >>83 -[2013-09-27 08:25:10] >>83 -[2013-09-27 08:26:10] >>83 -[2013-09-27 08:27:11] >>83 -[2013-09-27 08:28:11] >>83 -[2013-09-27 08:29:08] 87 -[2013-09-27 08:29:09] 83 -[2013-09-27 08:29:11] >83 -[2013-09-27 08:30:11] >>83 -[2013-09-27 08:31:11] >>83 -[2013-09-27 08:32:11] >>83 -[2013-09-27 08:33:11] >>83 -[2013-09-27 08:34:11] >>83 -[2013-09-27 08:35:11] >>83 -[2013-09-27 08:36:06] 87 -[2013-09-27 08:36:08] 83 -[2013-09-27 08:36:10] >83 -[2013-09-27 08:36:21] C3 -[2013-09-27 08:36:22] >C3 -[2013-09-27 08:37:22] >>C3 -[2013-09-27 08:38:22] >>C3 -[2013-09-27 08:39:22] >>C3 -[2013-09-27 08:40:22] >>C3 -[2013-09-27 08:41:22] >>C3 -[2013-09-27 08:42:23] >>C3 -[2013-09-27 08:43:05] C7 -[2013-09-27 08:43:07] C3 -[2013-09-27 08:43:08] >C3 -[2013-09-27 08:43:32] 83 -[2013-09-27 08:43:34] >83 -[2013-09-27 08:44:33] >>83 -[2013-09-27 08:45:33] >>83 -[2013-09-27 08:46:33] >>83 -[2013-09-27 08:47:34] >>83 -[2013-09-27 08:48:34] >>83 -[2013-09-27 08:49:33] 81 -[2013-09-27 08:49:34] >81 -[2013-09-27 08:49:52] 83 -[2013-09-27 08:49:54] >83 -[2013-09-27 08:50:18] 87 -[2013-09-27 08:50:20] 83 -[2013-09-27 08:50:21] >83 -[2013-09-27 08:51:21] >>83 -[2013-09-27 08:52:21] >>83 -[2013-09-27 08:53:21] >>83 -[2013-09-27 08:54:22] >>83 -[2013-09-27 08:55:22] >>83 -[2013-09-27 08:56:22] >>83 -[2013-09-27 08:57:16] 87 -[2013-09-27 08:57:18] 83 -[2013-09-27 08:57:20] >83 -[2013-09-27 08:58:19] >>83 -[2013-09-27 08:59:20] >>83 -[2013-09-27 09:00:20] >>83 -[2013-09-27 09:01:20] >>83 -[2013-09-27 09:02:20] >>83 -[2013-09-27 09:03:20] >>83 -[2013-09-27 09:04:14] 87 -[2013-09-27 09:04:16] 83 -[2013-09-27 09:04:17] >83 -[2013-09-27 09:05:17] >>83 -[2013-09-27 09:06:17] >>83 -[2013-09-27 09:07:17] >>83 -[2013-09-27 09:08:17] >>83 -[2013-09-27 09:09:18] >>83 -[2013-09-27 09:10:18] >>83 -[2013-09-27 09:11:12] 87 -[2013-09-27 09:11:14] 83 -[2013-09-27 09:11:16] >83 -[2013-09-27 09:12:15] >>83 -[2013-09-27 09:13:15] >>83 -[2013-09-27 09:14:15] >>83 -[2013-09-27 09:15:16] >>83 -[2013-09-27 09:16:16] >>83 -[2013-09-27 09:17:16] >>83 -[2013-09-27 09:18:11] 87 -[2013-09-27 09:18:13] 83 -[2013-09-27 09:18:14] >83 -[2013-09-27 09:18:38] C3 -[2013-09-27 09:18:39] >C3 -[2013-09-27 09:19:39] >>C3 -[2013-09-27 09:20:39] >>C3 -[2013-09-27 09:21:39] >>C3 -[2013-09-27 09:22:39] >>C3 -[2013-09-27 09:23:40] >>C3 -[2013-09-27 09:24:40] >>C3 -[2013-09-27 09:25:22] C7 -[2013-09-27 09:25:23] C3 -[2013-09-27 09:25:25] >C3 -[2013-09-27 09:25:36] 83 -[2013-09-27 09:25:38] >83 -[2013-09-27 09:26:37] >>83 -[2013-09-27 09:27:11] 81 -[2013-09-27 09:27:12] >81 -[2013-09-27 09:27:29] 83 -[2013-09-27 09:27:31] >83 -[2013-09-27 09:28:30] >>83 -[2013-09-27 09:29:30] >>83 -[2013-09-27 09:30:31] >>83 -[2013-09-27 09:31:31] >>83 -[2013-09-27 09:32:23] 87 -[2013-09-27 09:32:24] 83 -[2013-09-27 09:32:26] >83 -[2013-09-27 09:33:26] >>83 -[2013-09-27 09:34:26] >>83 -[2013-09-27 09:35:26] >>83 -[2013-09-27 09:36:26] >>83 -[2013-09-27 09:37:26] >>83 -[2013-09-27 09:38:26] >>83 -[2013-09-27 09:39:21] 87 -[2013-09-27 09:39:22] 83 -[2013-09-27 09:39:24] >83 -[2013-09-27 09:40:23] >>83 -[2013-09-27 09:41:23] >>83 -[2013-09-27 09:42:24] >>83 -[2013-09-27 09:43:24] >>83 -[2013-09-27 09:44:24] >>83 -[2013-09-27 09:45:24] >>83 -[2013-09-27 09:46:19] 87 -[2013-09-27 09:46:20] 83 -[2013-09-27 09:46:22] >83 -[2013-09-27 09:47:21] >>83 -[2013-09-27 09:48:22] >>83 -[2013-09-27 09:49:22] >>83 -[2013-09-27 09:50:22] >>83 -[2013-09-27 09:51:22] >>83 -[2013-09-27 09:52:22] >>83 -[2013-09-27 09:53:17] 87 -[2013-09-27 09:53:18] 83 -[2013-09-27 09:53:20] >83 -[2013-09-27 09:54:20] >>83 -[2013-09-27 09:55:20] >>83 -[2013-09-27 09:56:20] >>83 -[2013-09-27 09:57:20] >>83 -[2013-09-27 09:58:20] >>83 -[2013-09-27 09:59:20] >>83 -[2013-09-27 10:00:20] >>83 -[2013-09-27 10:00:28] 87 -[2013-09-27 10:00:29] 83 -[2013-09-27 10:00:31] >83 -[2013-09-27 10:00:42] C3 -[2013-09-27 10:00:44] >C3 -[2013-09-27 10:01:44] >>C3 -[2013-09-27 10:02:44] >>C3 -[2013-09-27 10:03:44] >>C3 -[2013-09-27 10:04:44] >>C3 -[2013-09-27 10:05:44] >>C3 -[2013-09-27 10:06:44] >>C3 -[2013-09-27 10:07:26] C7 -[2013-09-27 10:07:28] C3 -[2013-09-27 10:07:29] >C3 -[2013-09-27 10:07:40] 83 -[2013-09-27 10:07:42] >83 -[2013-09-27 10:08:42] >>83 -[2013-09-27 10:09:42] >>83 -[2013-09-27 10:10:42] >>83 -[2013-09-27 10:11:42] >>83 -[2013-09-27 10:12:42] >>83 -[2013-09-27 10:13:42] >>83 -[2013-09-27 10:14:27] 87 -[2013-09-27 10:14:29] 83 -[2013-09-27 10:14:30] >83 -[2013-09-27 10:15:30] >>83 -[2013-09-27 10:16:30] >>83 -[2013-09-27 10:17:30] >>83 -[2013-09-27 10:18:30] >>83 -[2013-09-27 10:19:30] >>83 -[2013-09-27 10:20:30] >>83 -[2013-09-27 10:21:25] 87 -[2013-09-27 10:21:27] 83 -[2013-09-27 10:21:28] >83 -[2013-09-27 10:22:28] >>83 -[2013-09-27 10:23:28] >>83 -[2013-09-27 10:24:28] >>83 -[2013-09-27 10:25:28] >>83 -[2013-09-27 10:26:29] >>83 -[2013-09-27 10:27:29] >>83 -[2013-09-27 10:28:23] 87 -[2013-09-27 10:28:24] 83 -[2013-09-27 10:28:26] >83 -[2013-09-27 10:29:26] >>83 -[2013-09-27 10:30:26] >>83 -[2013-09-27 10:31:26] >>83 -[2013-09-27 10:32:26] >>83 -[2013-09-27 10:33:26] >>83 -[2013-09-27 10:34:26] >>83 -[2013-09-27 10:35:27] >>83 -[2013-09-27 10:35:34] 87 -[2013-09-27 10:35:35] 83 -[2013-09-27 10:35:37] >83 -[2013-09-27 10:36:36] >>83 -[2013-09-27 10:37:37] >>83 -[2013-09-27 10:38:37] >>83 -[2013-09-27 10:39:37] >>83 -[2013-09-27 10:40:37] >>83 -[2013-09-27 10:41:37] >>83 -[2013-09-27 10:42:32] 87 -[2013-09-27 10:42:33] 83 -[2013-09-27 10:42:35] >83 -[2013-09-27 10:42:47] C3 -[2013-09-27 10:42:48] >C3 -[2013-09-27 10:43:48] >>C3 -[2013-09-27 10:44:48] >>C3 -[2013-09-27 10:45:48] >>C3 -[2013-09-27 10:46:48] >>C3 -[2013-09-27 10:47:48] >>C3 -[2013-09-27 10:48:48] >>C3 -[2013-09-27 10:49:31] C7 -[2013-09-27 10:49:32] C3 -[2013-09-27 10:49:34] >C3 -[2013-09-27 10:49:45] 83 -[2013-09-27 10:49:47] >83 -[2013-09-27 10:50:46] >>83 -[2013-09-27 10:51:47] >>83 -[2013-09-27 10:52:47] >>83 -[2013-09-27 10:53:47] >>83 -[2013-09-27 10:54:47] >>83 -[2013-09-27 10:55:47] >>83 -[2013-09-27 10:56:32] 87 -[2013-09-27 10:56:33] 83 -[2013-09-27 10:56:35] >83 -[2013-09-27 10:57:35] >>83 -[2013-09-27 10:58:35] >>83 -[2013-09-27 10:59:35] >>83 -[2013-09-27 11:00:35] >>83 -[2013-09-27 11:01:35] >>83 -[2013-09-27 11:02:35] >>83 -[2013-09-27 11:03:29] 87 -[2013-09-27 11:03:31] 83 -[2013-09-27 11:03:33] >83 -[2013-09-27 11:04:32] >>83 -[2013-09-27 11:05:32] >>83 -[2013-09-27 11:06:33] >>83 -[2013-09-27 11:07:33] >>83 -[2013-09-27 11:08:33] >>83 -[2013-09-27 11:09:33] >>83 -[2013-09-27 11:10:33] >>83 -[2013-09-27 11:10:40] 87 -[2013-09-27 11:10:41] 83 -[2013-09-27 11:10:43] >83 -[2013-09-27 11:11:43] >>83 -[2013-09-27 11:12:43] >>83 -[2013-09-27 11:13:43] >>83 -[2013-09-27 11:14:43] >>83 -[2013-09-27 11:15:43] >>83 -[2013-09-27 11:16:43] >>83 -[2013-09-27 11:17:38] 87 -[2013-09-27 11:17:39] 83 -[2013-09-27 11:17:41] >83 -[2013-09-27 11:18:41] >>83 -[2013-09-27 11:19:41] >>83 -[2013-09-27 11:20:41] >>83 -[2013-09-27 11:21:41] >>83 -[2013-09-27 11:22:41] >>83 -[2013-09-27 11:23:41] >>83 -[2013-09-27 11:24:37] 87 -[2013-09-27 11:24:38] 83 -[2013-09-27 11:24:40] >83 -[2013-09-27 11:24:51] C3 -[2013-09-27 11:24:52] >C3 -[2013-09-27 11:25:52] >>C3 -[2013-09-27 11:26:52] >>C3 -[2013-09-27 11:27:52] >>C3 -[2013-09-27 11:28:52] >>C3 -[2013-09-27 11:29:53] >>C3 -[2013-09-27 11:30:53] >>C3 -[2013-09-27 11:31:35] C7 -[2013-09-27 11:31:37] C3 -[2013-09-27 11:31:38] >C3 -[2013-09-27 11:31:49] 83 -[2013-09-27 11:31:51] >83 -[2013-09-27 11:31:56] 81 -[2013-09-27 11:31:57] >81 -[2013-09-27 11:32:09] 83 -[2013-09-27 11:32:11] >83 -[2013-09-27 11:33:11] >>83 -[2013-09-27 11:34:11] >>83 -[2013-09-27 11:35:11] >>83 -[2013-09-27 11:36:11] >>83 -[2013-09-27 11:37:11] >>83 -[2013-09-27 11:38:11] >>83 -[2013-09-27 11:38:36] 87 -[2013-09-27 11:38:37] 83 -[2013-09-27 11:38:39] >83 -[2013-09-27 11:39:39] >>83 -[2013-09-27 11:40:39] >>83 diff --git a/ConfIOB/Donati/1012_157/old/IOB.cfg b/ConfIOB/Donati/1012_157/old/IOB.cfg deleted file mode 100644 index 183aace..0000000 --- a/ConfIOB/Donati/1012_157/old/IOB.cfg +++ /dev/null @@ -1,19 +0,0 @@ -[id] -idxMacchina = 1012 - -[web] -URLBASE = http://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina= -URLADV1 = &valore= -URLREBO = http://192.168.51.71/MPIO/sendReboot.aspx?idxMacchina= - -[time] -SAMPLETIME = 0.5 -TIMEOUTSHORT = 2 -TIMEOUTLONG = 60 - -[log] -LOGLEVEL = 10 -LOGFILE = logfile.txt - -[comm] -port = /dev/ttyAMA0 diff --git a/ConfIOB/Donati/1012_157/old/readParallela.py b/ConfIOB/Donati/1012_157/old/readParallela.py deleted file mode 100644 index 7520b36..0000000 --- a/ConfIOB/Donati/1012_157/old/readParallela.py +++ /dev/null @@ -1,337 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -# readParallela v. 1.1 - -#--------------------------------------------------------------- - - -import time -import sys - - -from datetime import datetime - -import urllib -import ConfigParser -import os, sys - -#--------------------------------------------------------------- - -# COSTANTI -MSGLEN = 9 -TIMEOUTSERIALE = 10 -MAXRETRY = 3 - -PROGRAM_NAME ="ReadPar IOB-pi v.1.1" - -# DA FILE CONF -idxMacchina = "1001" -SAMPLETIME = 0.1 -TIMEOUTSHORT = (SAMPLETIME*20) -TIMEOUTLONG = (SAMPLETIME*600) - -# VAR -to_enable = False -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG -to_serial = TIMEOUTSERIALE -to_retry = MAXRETRY -errormsglen = 0 - -# VAR - -out_0 = 24 -out_1 = 26 - -in_0 = 11 -in_1 = 12 -in_2 = 13 -in_3 = 15 -in_4 = 16 -in_5 = 18 -in_6 = 22 -in_7 = 7 - -#--------------------------------------------------------------- -# classe logger - -class Logger: - def __init__(self, filename): - try: - self.filename = filename - except: - logga("LOGGER: errore try su self.filename") - sys.exit(1) - def __call__(self, string): - try: - file = open(self.filename, 'a') - file.write('[' + time.strftime("%Y-%m-%d %H:%M:%S") + '] ') - file.write(string + '\n') - file.close() - except: - logga("LOGGER: errore try su scrittura") - sys.exit(1) - -#--------------------------------------------------------------- -# lettura parallela -# ritorna il byte letto pulito ( due char hex ) - -def readParallela(): - - global in_0 - global in_1 - global in_2 - global in_3 - global in_4 - global in_5 - global in_6 - global in_7 - - global GPIO - - current = '' - -# print "input : " - - # ritorna '' se non ci sono abbastanza caratteri - try: - num_value = 255 - -# print "num_value : " , num_value , in_0 - - if GPIO.input(in_0): - num_value = num_value - 1 - - if GPIO.input(in_1): - num_value = num_value - 2 - - if GPIO.input(in_2): - num_value = num_value - 4 - - if GPIO.input(in_3): - num_value = num_value - 8 - - if GPIO.input(in_4): - num_value = num_value - 16 - - if GPIO.input(in_5): - num_value = num_value - 32 - - if GPIO.input(in_6): - num_value = num_value - 64 - - if GPIO.input(in_7): - num_value = num_value - 128 - - current = hex( num_value ).replace ( "0x" , "" ).upper() - -# print "\n\n\n\n\n" , num_value , current - - ##### convertire in HEX !!!! - - except: - pass - - return current - - - -#--------------------------------------------------------------- -#Funzione di scrittura su url con try-except - -def chiamaUrl(): - - try: - url = URLBASE + idxMacchina + URLADV1 + value - urllib.urlopen ( url ) - except: - logga ( "NETWORK:Errore http-no com rete-timeout" + url ) - print "Url aforte" , url - -#--------------------------------------------------------------- -# Funzione che verifica possibilità di creare log e include testo corrente - -def logga(message) : - try: - log(message) - except : - pass - -#--------------------------------------------------------------- -def avviaParallela(): - - try: - - GPIO.setmode(GPIO.BOARD) - - GPIO.setwarnings(False) - - #GPIO.setup(out_0, GPIO.OUT) # output 0 - #GPIO.setup(out_1, GPIO.OUT) # output 1 - - GPIO.setup(in_0, GPIO.IN) # input 0 - GPIO.setup(in_1, GPIO.IN) # input 1 - GPIO.setup(in_2, GPIO.IN) # input 2 - GPIO.setup(in_3, GPIO.IN) # input 3 - GPIO.setup(in_4, GPIO.IN) # input 4 - GPIO.setup(in_5, GPIO.IN) # input 5 - GPIO.setup(in_6, GPIO.IN) # input 6 - GPIO.setup(in_7, GPIO.IN) # input 7 - - except: - print( "\n\n" + PROGRAM_NAME + " - Error 3 on RPi.GPIO ! \n\n") - sys.exit(1) - - - print( "\n\n" + PROGRAM_NAME + " - init ok \n\n") - - -#--------------------------------------------------------------- -#--------------------------------------------------------------- -# MAIN - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'IOB.cfg' ) - - SAMPLETIME = config.getfloat ( 'time' , 'SAMPLETIME' ) - TIMEOUTSHORT = config.getfloat ( 'time' , 'TIMEOUTSHORT' ) - TIMEOUTLONG = config.getfloat ( 'time' , 'TIMEOUTLONG' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - - - URLBASE = config.get ( 'web' , 'URLBASE' ) - URLADV1 = config.get ( 'web' , 'URLADV1' ) - - LOGFILE = config.get ( 'log' , 'LOGFILE' ) - LOGLEVEL = config.get ( 'log' , 'LOGLEVEL' ) -except: - print "\n\n" + PROGRAM_NAME + ' - Error 4 - in config file ' 'IOB.cfg' - sys.exit(1) - -# oggetto Logger -try: - log = Logger(LOGFILE) -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) - -print "\n\n" + PROGRAM_NAME + "\n\n" - -global startstatus -startstatus = 1 - -if startstatus == 1: - logga("Avvio Programma" + PROGRAM_NAME) - -## Verifica l'OS e di conseguenza carica il file relativo con metodo di lockfile appropriato + check singola istanza -if os.name == 'posix': - import unix -else: - import win - -logga ( "Start " + PROGRAM_NAME ) - - -# lettura file configurazione - -# [id] -# idxMacchina = 2001 -# [time] -# SAMPLETIME = 0.1 -# TIMEOUTSHORT = 200 -# TIMEOUTLONG = 6000 - - -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' TIMEOUTSHORT = %4.2f' % ( TIMEOUTSHORT ) ) -print ( ' TIMEOUTLONG = %4.2f' % ( TIMEOUTLONG ) ) -print ( ' URLBASE = %s' % ( URLBASE ) ) -print ( ' URLADV1 = %s' % ( URLADV1 ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) -print ( ' LOGLEVEL = %s' % ( LOGLEVEL ) ) - -# -sys.stdout.write ( 'idxMacchina ?' + idxMacchina + '\n') - -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG - - -#-------------------------------------------------------------- -# apertura parallela - -try: - import RPi.GPIO as GPIO -except RuntimeError: - print( "\n\n" + PROGRAM_NAME + " - Error 1 - you need superuser privileges") -except: - print( "\n\n" + PROGRAM_NAME + " - Error 2 - you need superuser privileges. USE 'sudo' to run your script\n\n") - sys.exit(1) - - -avviaParallela() - -#--------------------------------------------------------------- -# ciclo forever and ever - -old = '' - -while 1: - - try: - time.sleep (SAMPLETIME) - except: - logga("First_SLEEP: errore attesa sampletime") - - # lettura dati da IOB - value = readParallela() - - if ( value != '' ) : - if value != old : - #loggo e invio dati - try: - logga ( value ) - errormsglen = 0 - chiamaUrl() - except: - logga("URLBROWSER: errore registrazione valore e chiamaUrl") - pass - #enable e reset timer - to_enable = True - to_short = TIMEOUTSHORT - to_long = TIMEOUTLONG - - old = value - - - # gestione timeout breve - if ( to_enable ) : - to_short = to_short - SAMPLETIME - if to_short <= 0: - #loggo e invio dati - try: - logga ( '>' + value ) - errormsglen = 0 - chiamaUrl() - except: - pass - to_short = TIMEOUTSHORT - to_enable = False # dopo un colpo il timer breve viene disabilitato - to_long = TIMEOUTLONG - - # gestione timeout lungo - to_long = to_long - SAMPLETIME - if to_long <= 0: - #loggo e invio dati - try: - logga ( '>>' + value ) - errormsglen = 0 - chiamaUrl() - except: - pass - to_long = TIMEOUTLONG - - diff --git a/ConfIOB/Donati/1012_157/readParallela.py b/ConfIOB/Donati/1012_157/readParallela.py deleted file mode 100644 index 5a38f21..0000000 --- a/ConfIOB/Donati/1012_157/readParallela.py +++ /dev/null @@ -1,530 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -# readParallela v. 1.8 -# versione estetica di Carlo + single instance timer - -#--------------------------------------------------------------- -# levare locking -# timer semplificata -# GPIO global - - -import time -import sys - - -from datetime import datetime - -import urllib -import ConfigParser -import os, sys - -import logging -import logging.handlers -import threading -import Queue -#-------------------------------------------------------------- - -# COSTANTI -MSGLEN = 9 -TIMEOUTSERIALE = 10 -MAXRETRY = 3 - -PROGRAM_NAME ="ReadPar IOB-pi v.1.8" - -# DA FILE CONF -idxMacchina = "1001" -SAMPLETIME = 0.1 -TIMEOUTSHORT = (SAMPLETIME*20) -TIMEOUTLONG = (SAMPLETIME*600) -SENDURLTIME = 0.08 - -# VAR -to_enable = False -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG -to_serial = TIMEOUTSERIALE -to_retry = MAXRETRY -errormsglen = 0 - -# VAR - -out_0 = 24 -out_1 = 26 - -in_0 = 11 -in_1 = 12 -in_2 = 13 -in_3 = 15 -in_4 = 16 -in_5 = 18 -in_6 = 22 -in_7 = 7 - -# contatore: serve x match tra accoda ed invia x possibile controllo a posteriori... ogni volta che accodo incremento di 1, va da 0 a 999 -cont = '0' - -# variabile stato online/offline della macchina -onLine = '1' - -# variabile stato seinding/waiting x la parte invio URL -sending = '0' - -# variabile stato timer thread busy -timer_busy = False - -#-------------------------------------------------------------- -# Gestione coda (condivisa) x registrazione eventi ed invio URL -#print "Creazione coda 1000 elementi" - -Coda = Queue.Queue(0) - -#queueLock = threading.Lock() - -#--------------------------------------------------------------- -# lettura parallela -# ritorna il byte letto pulito ( due char hex ) - -def readParallela(): - - global in_0 - global in_1 - global in_2 - global in_3 - global in_4 - global in_5 - global in_6 - global in_7 - - global GPIO - - current = '' - -# print "input : " - - # ritorna '' se non ci sono abbastanza caratteri - try: - num_value = 255 - -# print "num_value : " , num_value , in_0 - - if GPIO.input(in_0): - num_value = num_value - 1 - - if GPIO.input(in_1): - num_value = num_value - 2 - - if GPIO.input(in_2): - num_value = num_value - 4 - - if GPIO.input(in_3): - num_value = num_value - 8 - - if GPIO.input(in_4): - num_value = num_value - 16 - - if GPIO.input(in_5): - num_value = num_value - 32 - - if GPIO.input(in_6): - num_value = num_value - 64 - - if GPIO.input(in_7): - num_value = num_value - 128 - - current = hex( num_value ).replace ( "0x" , "" ).upper() - -# print "\n\n\n\n\n" , num_value , current - - except: - pass - - return current - - -#-------------------------------------------------------------- -# MARCO: cambiare: chiama URL NON deve chiamare url MA METTERE IN CODA (riempiCoda!!!) -# la parte URL vera va messa in svuotaCoda, PARAMETRICA - -#--------------------------------------------------------------- -#Funzione di scrittura su coda con try-except - -def accoda(): - - try: -# url = URLBASE + idxMacchina + URLADV1 + value -# urllib.urlopen ( url ) - #dtEve = time.strftime("%y%m%d%H%M%S")+"000" - dtEve = datetime.utcnow().strftime('%Y%m%d%H%M%S%f')[:-3] - #logPro.debug( "Nuovo valore inserito in coda: " + dtEve + "#" + value + '#' + cont) - #print(dtEve) - #queueLock.acquire() - Coda.put(dtEve + '#' + value + '#' + cont) - #queueLock.release() - #print "Nuovo valore inserito in coda: " + dtEve + "#", value - - except Queue.Full: - logPro.error( "Quque full" + dtEve + '#' + value + '#' + cont ) - except: - logPro.error( "NETWORK:Errore http-no com rete-timeout" + url ) -# print "Url aforte" , url - - -#-------------------------------------------------------------- -# MARCO: scrivere svuotaCoda come thread etc... -def svuota_coda(): - - global onLine - global sending - global timer_busy - - #print "start timer " - - if ( timer_busy == False ): - timer_busy = True - #print "start timer ok " - - try: - if not Coda.empty(): - #print "coda da svuotare!" - response = urllib.urlopen(URLALIVE) - answ = response.read() - if answ == 'OK': - #print "OK alive" - response2 = urllib.urlopen(URLENABLED + idxMacchina) - answ2 = response2.read() - if answ2 == 'OK': - # aggiorno stato ad online - if onLine == '0': - logPro.info("IOB ONLINE!") - #print("IOB ONLINE") - - onLine = '1' # imposto comunque online - else: - if onLine == '1': - logPro.error("IOB offline") - #print("IOB offline") - - onLine = '0' - else: - if onLine == '1': - logPro.error("Server offline") - #print("Server offline") - - onLine = '0' - - # ora verifico SE si possa inviare (ovvero sia online server e NON ci siano altri send attivi...) - if onLine == '1': - if sending == '0': - #segnalo che sono in sending! - sending = '1' - - # formatto dataOra corrente - #dtCurr = time.strftime("%y%m%d%H%M%S")+"000" - dtCurr = datetime.utcnow().strftime('%Y%m%d%H%M%S%f')[:-3] - # prendo 1 valore dalla coda... - #queueLock.acquire() - resp = Coda.get() - # RILASCIO SUBITO la coda x nuovi insert... - #queueLock.release() - - - # recupero valori da coda! - dtEve = resp.split("#")[0] - value = resp.split("#")[1] - cnt = resp.split("#")[2] - url = URLBASE + idxMacchina + URLADV1 + value - url = url + '&dtCurr=' + dtCurr + '&dtEve=' + dtEve + '&cnt=' + cnt - # CHIAMO URL - response3 = urllib.urlopen ( url ) - answ3 = response3.read() - #print(url) - #logPro.debug(url) - - - # log valore inviato! - logSnd.info( value + ' ['+ cnt +']' + ' R:' + answ3 ) - #print "Valore smaltito dalla coda" - - # completato invio, riporto sending a zero! - sending = '0' - else: - logPro.info("WAIT active send to complete") - - else: - pass - - else: - pass - - except: - if onLine == '1': - logPro.error("Server Non raggiungibile") - #print "Non raggiungibile" - - onLine = '0' - -# in ogni caso - - timer_busy = False - #print "end timer ok" - - - #print "end timer " - - -#--------------------------------------------------------------- -# funzione timer thread -#--------------------------------------------------------------- -def do_every (interval, worker_func, iterations = 0): - if iterations != 1: - threading.Timer ( - interval, - do_every, [interval, worker_func, 0 if iterations == 0 else iterations-1] - ).start (); - - worker_func (); - -#--------------------------------------------------------------- -# gestione contatore -#--------------------------------------------------------------- -def contatore(): - - try: - global cont - ctr = int(cont) - ctr +=1 - ctr = ctr % 1000 # round robin 1000 eventi x track - cont = str(ctr) - except: - print("errore incremento contatore") - -#--------------------------------------------------------------- -# avvia porta parallela -#--------------------------------------------------------------- -def avviaParallela(): - - global in_0 - global in_1 - global in_2 - global in_3 - global in_4 - global in_5 - global in_6 - global in_7 - - global GPIO - - try: - - GPIO.setmode(GPIO.BOARD) - - GPIO.setwarnings(False) - - #GPIO.setup(out_0, GPIO.OUT) # output 0 - #GPIO.setup(out_1, GPIO.OUT) # output 1 - - GPIO.setup(in_0, GPIO.IN) # input 0 - GPIO.setup(in_1, GPIO.IN) # input 1 - GPIO.setup(in_2, GPIO.IN) # input 2 - GPIO.setup(in_3, GPIO.IN) # input 3 - GPIO.setup(in_4, GPIO.IN) # input 4 - GPIO.setup(in_5, GPIO.IN) # input 5 - GPIO.setup(in_6, GPIO.IN) # input 6 - GPIO.setup(in_7, GPIO.IN) # input 7 - - except: - print( "\n\n" + PROGRAM_NAME + " - Error 3 on RPi.GPIO ! \n\n") - sys.exit(1) - - - print( "\n\n" + PROGRAM_NAME + " - init ok \n\n") - - -#--------------------------------------------------------------- -#--------------------------------------------------------------- -# MAIN - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'IOB.cfg' ) - - SAMPLETIME = config.getfloat ( 'time' , 'SAMPLETIME' ) - TIMEOUTSHORT = config.getfloat ( 'time' , 'TIMEOUTSHORT' ) - TIMEOUTLONG = config.getfloat ( 'time' , 'TIMEOUTLONG' ) - SENDURLTIME = config.getfloat ( 'time' , 'SENDURLTIME' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - - - URLBASE = config.get ( 'web' , 'URLBASE' ) - URLENABLED = config.get('web' , 'URLENABLED') - URLALIVE = config.get ('web' , 'URLALIVE') - URLADV1 = config.get ( 'web' , 'URLADV1' ) - - LOGFILE = config.get ( 'log' , 'LOGFILE' ) - LOGLEVEL = config.get ( 'log' , 'LOGLEVEL' ) -except: - print "\n\n" + PROGRAM_NAME + ' - Error 4 - in config file ' 'IOB.cfg' - sys.exit(1) - -#-------------------------------------------- -# oggetto Logger -#-------------------------------------------- -try: - logging.basicConfig(level=logging.DEBUG, - format='%(asctime)s %(name)-8s %(levelname)-8s %(message)s', - datefmt='%Y-%m-%d %H:%M:%S', - filename=LOGFILE, - filemode='a' - ) - - # aggiungo 2 logger specifici x queue e send... - logQue = logging.getLogger('queue') - logSnd = logging.getLogger('sendUrl') - logPro = logging.getLogger('program') - -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) -#-------------------------------------------- - - -print "\n\n" + PROGRAM_NAME + "\n\n" - -global startstatus -startstatus = 1 - -if startstatus == 1: - logPro.info("Avvio Programma" + PROGRAM_NAME) - -## Verifica l'OS e di conseguenza carica il file relativo con metodo di lockfile appropriato + check singola istanza -if os.name == 'posix': - import unix -else: - import win - -logPro.info( "Start " + PROGRAM_NAME ) - - -# lettura file configurazione - -# [id] -# idxMacchina = 2001 -# [time] -# SAMPLETIME = 0.1 -# TIMEOUTSHORT = 200 -# TIMEOUTLONG = 6000 - - -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' SAMPLETIME = %4.2f' % ( SAMPLETIME ) ) -print ( ' TIMEOUTSHORT = %4.2f' % ( TIMEOUTSHORT ) ) -print ( ' TIMEOUTLONG = %4.2f' % ( TIMEOUTLONG ) ) -print ( ' SENDURLTIME = %4.2f' % ( SENDURLTIME ) ) -print ( ' URLBASE = %s' % ( URLBASE ) ) -print ( ' URLADV1 = %s' % ( URLADV1 ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) -print ( ' LOGLEVEL = %s' % ( LOGLEVEL ) ) - -# -sys.stdout.write ( 'idxMacchina ?' + idxMacchina + '\n') - -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG - - -#-------------------------------------------------------------- -# apertura parallela - -try: - import RPi.GPIO as GPIO -except RuntimeError: - print( "\n\n" + PROGRAM_NAME + " - Error 1 - you need superuser privileges") -except: - print( "\n\n" + PROGRAM_NAME + " - Error 2 - you need superuser privileges. USE 'sudo' to run your script\n\n") - sys.exit(1) - - -avviaParallela() - - -#-------------------------------------------------------------- -# MARCO: qui inserire avvio thread di "svuotaCoda" - -# avviaSvuotaCoda -#print "Avvia svuota coda" - -do_every ( SENDURLTIME , svuota_coda ); - -#--------------------------------------------------------------- -# ciclo forever and ever - -old = '' - -#print "Avvio ciclo" -logPro.info("Avvio loop principale") -while 1: - - try: - time.sleep (SAMPLETIME) - except: - logPro.info("First_SLEEP: errore attesa sampletime") - - # lettura dati da IOB - value = readParallela() - - if ( value != '' ) : - if value != old : - #loggo e invio dati - try: - logQue.info( value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda") - pass - #enable e reset timer - to_enable = True - to_short = TIMEOUTSHORT - to_long = TIMEOUTLONG - - old = value - - - # gestione timeout breve - if ( to_enable ) : - to_short = to_short - SAMPLETIME - if to_short <= 0: - #loggo e invio dati - try: - logQue.info( '>' + value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda TO_short") - pass - to_short = TIMEOUTSHORT - to_enable = False # dopo un colpo il timer breve viene disabilitato - to_long = TIMEOUTLONG - - # gestione timeout lungo - to_long = to_long - SAMPLETIME - if to_long <= 0: - #loggo e invio dati - try: - logQue.info( '>>' + value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda TO_long") - pass - to_long = TIMEOUTLONG - - - - diff --git a/ConfIOB/Donati/1012_157/sendReboot.py b/ConfIOB/Donati/1012_157/sendReboot.py deleted file mode 100644 index 36dd316..0000000 --- a/ConfIOB/Donati/1012_157/sendReboot.py +++ /dev/null @@ -1,96 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -# sendReboot v. 1.1 - -#--------------------------------------------------------------- - - -import time -import sys - - -from datetime import datetime - -import urllib -import ConfigParser -import os, sys - -import logging - -#--------------------------------------------------------------- - -# COSTANTI -PROGRAM_NAME ="SendReboot IOB-pi v.1.3" - -# DA FILE CONF -idxMacchina = "99" - -#--------------------------------------------------------------- -#Funzione di scrittura su url con try-except - -def chiamaUrl(): - - try: - url = URLREBO + idxMacchina - urllib.urlopen ( url ) - except: - logging.info ( "NETWORK:Errore http-no com rete-timeout per url: " + url ) - print "Url aforte" , url - -#--------------------------------------------------------------- -# MAIN -#--------------------------------------------------------------- - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'IOB.cfg' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - - - URLREBO = config.get ( 'web' , 'URLREBO' ) - - LOGFILE = config.get ( 'log' , 'LOGREBO' ) -except: - print "\n\n" + PROGRAM_NAME + ' - Error 4 - in config file ' 'IOB.cfg' - sys.exit(1) - - -#-------------------------------------------- -# oggetto Logger -#-------------------------------------------- -try: -# log = Logger(LOGFILE) - logging.basicConfig(level=logging.DEBUG, - format='%(asctime)s %(name)-8s %(levelname)-8s %(message)s', - datefmt='%Y-%m-%d %H:%M:%S', - filename=LOGFILE, - filemode='a') - -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) -#-------------------------------------------- - - -print "\n\n" + PROGRAM_NAME + "\n\n" - -global startstatus -startstatus = 1 - -if startstatus == 1: - logging.info("Avvio Programma" + PROGRAM_NAME) - - -# lettura file configurazione - - -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' URLREBO = %s' % ( URLREBO ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) - - -chiamaUrl() - diff --git a/ConfIOB/Donati/1012_157/sendRebootIOB b/ConfIOB/Donati/1012_157/sendRebootIOB deleted file mode 100644 index fa28624..0000000 --- a/ConfIOB/Donati/1012_157/sendRebootIOB +++ /dev/null @@ -1,29 +0,0 @@ -### BEGIN INIT INFO -# Provides: sendReboot -# Required-Start: $remote_fs $syslog -# Required-Stop: $remote_fs $syslog -# Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 -# Short-Description: Steamware's IOB reboot signal -# Description: Steamware's sendReboot segnalazione reboot dispositivo -### END INIT INFO - -#! /bin/sh -# /etc/init.d/sendReboot - - - -export HOME -case "$1" in - start) - echo "Starting sendReboot" - cd /home/pi/steamware - /usr/bin/python ./sendReboot.py 2>&1 & - ;; - *) - echo "Usage: /etc/init.d/sendReboot {start}" - exit 1 - ;; -esac -exit 0 - diff --git a/ConfIOB/Donati/1012_157/unix.py b/ConfIOB/Donati/1012_157/unix.py deleted file mode 100644 index 44cec83..0000000 --- a/ConfIOB/Donati/1012_157/unix.py +++ /dev/null @@ -1,31 +0,0 @@ -import fcntl -import os - - -#--------------------------------------------------------------- -# meccanismo di file lock per evitare multiple instances -# The function will try to lock the file specified , if it success, return True, else return False. -# The nice thing is that the lock will be dropped when the program terminates. -# >>>Use : -# if not lockFile(".lock.pod"): -# sys.exit(0) - -def lockFile ( lockfile ) : - - fd = os.open ( lockfile , os.O_CREAT | os.O_TRUNC | os.O_WRONLY ) - try: - # Request exclusive (EX) non-blocking (NB) advisory lock. - fcntl.lockf ( fd , fcntl.LOCK_EX | fcntl.LOCK_NB ) - except IOError: - return False - - return True - -if not lockFile ( ".lockfile" ) : - print '\n noi non siamo soli ...\n' - logga ( "LOCK: Piu istanze aperte") - sys.exit ( 0 ) - -#- print '\n running alone ...\n' - - diff --git a/ConfIOB/Donati/1013_158/IOB.cfg b/ConfIOB/Donati/1013_158/IOB.cfg deleted file mode 100644 index ad18453..0000000 --- a/ConfIOB/Donati/1013_158/IOB.cfg +++ /dev/null @@ -1,23 +0,0 @@ -[id] -idxMacchina = 1013 - -[web] -URLBASE = http://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina= -URLALIVE = http://192.168.51.71/MPIO/Alive.aspx -URLENABLED = http://192.168.51.71/MPIO/Enabled.aspx?idxMacchina= -URLADV1 = &valore= -URLREBO = http://192.168.51.71/MPIO/sendReboot.aspx?idxMacchina= - -[time] -SAMPLETIME = 0.20 -TIMEOUTSHORT = 0.30 -TIMEOUTLONG = 50 -SENDURLTIME = 0.50 - -[log] -LOGLEVEL = 10 -LOGFILE = logfile.txt -LOGREBO = logReboot.txt - -[comm] -port = /dev/ttyAMA0 diff --git a/ConfIOB/Donati/1013_158/MapoIOB b/ConfIOB/Donati/1013_158/MapoIOB deleted file mode 100644 index c49ec0a..0000000 --- a/ConfIOB/Donati/1013_158/MapoIOB +++ /dev/null @@ -1,41 +0,0 @@ -### BEGIN INIT INFO -# Provides: MapoIOB: script Steamware per avvio driver IOB -# Required-Start: $remote_fs $syslog ramlog -# Required-Stop: $remote_fs $syslog ramlog -# Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 -# Short-Description: Steamware's MapoIOB driver -# Description: Steamware's MapoIOB driver, versione lettura porta parallela -### END INIT INFO - -#! /bin/sh -# /etc/init.d/MapoIOB - -export HOME -case "$1" in - start) - echo "Starting readParallela" - cd /home/pi/steamware - /usr/bin/python ./readParallela.py 2>&1 & - ;; - stop) - echo "Stopping readParallela" - RS_PID=`ps auxwww | grep readParallela.py | head -1 | awk '{print $2}'` - kill -9 $RS_PID - cd /home/pi/steamware - rm .lockfile - ;; - restart) - ## Stop the service and regardless of whether it was - ## running or not, start it again. - $0 stop - killall python - $0 start - ;; - *) - echo "Usage: /etc/init.d/MapoIOB {start|stop|restart}" - exit 1 - ;; -esac -exit 0 - diff --git a/ConfIOB/Donati/1013_158/checkAlive.sh b/ConfIOB/Donati/1013_158/checkAlive.sh deleted file mode 100644 index 92bc816..0000000 --- a/ConfIOB/Donati/1013_158/checkAlive.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/bash - -# controlla se il logfile è correntemente scritto (quindi MapoIOB è alive) altrimenti riavvia! - -DATE=`date +%Y-%m-%d` -cd /var/log -if [ -f MapoIOB ] - then - # controllo SE sia stato acceduto da meno di 2 minuti (=alive da log...) - trovato=`find . -name 'MapoIOB*' -cmin -1` - if [[ $trovato != './MapoIOB' ]] - then - /etc/init.d/MapoIOB restart - echo $date + "riavvio!" - fi -else - # in questo caso AVVIO il processo MapoIOB - /etc/init.d/MapoIOB start - echo $date + "file non trovato, avvio!" -fi diff --git a/ConfIOB/Donati/1013_158/cleanPython.sh b/ConfIOB/Donati/1013_158/cleanPython.sh deleted file mode 100644 index c4f616a..0000000 --- a/ConfIOB/Donati/1013_158/cleanPython.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash - -DATE=`date +%Y-%m-%d_%T` -# log inizio pulizia -echo $DATE " - INIZIO pulizia processi python" >> clean.log -# effettua pulizia processi: killa tutti i processi python -killall python - -# avvia MapoIob -/etc/init.d/MapoIOB start - -# log fatto! -DATE=`date +%Y-%m-%d_%T` -echo $DATE " - FINE pulizia processi python + riavvio MapoIOB" >> clean.log diff --git a/ConfIOB/Donati/1013_158/logfile.txt b/ConfIOB/Donati/1013_158/logfile.txt deleted file mode 100644 index bbc866b..0000000 --- a/ConfIOB/Donati/1013_158/logfile.txt +++ /dev/null @@ -1,15221 +0,0 @@ -2015-03-09 06:26:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.7 -2015-03-09 06:26:02 program INFO Start ReadPar IOB-pi v.1.7 -2015-03-09 06:26:02 program INFO Avvio loop principale -2015-03-09 06:26:03 queue INFO 9 [0] -2015-03-09 06:26:03 queue INFO >9 [1] -2015-03-09 06:26:03 sendUrl INFO 9 [0] R:OK -2015-03-09 06:26:03 sendUrl INFO 9 [1] R:OK -2015-03-09 06:26:53 queue INFO >>9 [2] -2015-03-09 06:26:53 sendUrl INFO 9 [2] R:OK -2015-03-09 06:27:43 queue INFO >>9 [3] -2015-03-09 06:27:43 sendUrl INFO 9 [3] R:OK -2015-03-09 06:28:33 queue INFO >>9 [4] -2015-03-09 06:28:33 sendUrl INFO 9 [4] R:OK -2015-03-09 06:29:23 queue INFO >>9 [5] -2015-03-09 06:29:23 sendUrl INFO 9 [5] R:OK -2015-03-09 06:30:13 queue INFO >>9 [6] -2015-03-09 06:30:14 sendUrl INFO 9 [6] R:OK -2015-03-09 06:31:03 queue INFO >>9 [7] -2015-03-09 06:31:03 sendUrl INFO 9 [7] R:OK -2015-03-09 06:31:54 queue INFO >>9 [8] -2015-03-09 06:31:54 sendUrl INFO 9 [8] R:OK -2015-03-09 06:32:44 queue INFO >>9 [9] -2015-03-09 06:32:44 sendUrl INFO 9 [9] R:OK -2015-03-09 06:33:34 queue INFO >>9 [10] -2015-03-09 06:33:34 sendUrl INFO 9 [10] R:OK -2015-03-09 06:34:24 queue INFO >>9 [11] -2015-03-09 06:34:24 sendUrl INFO 9 [11] R:OK -2015-03-09 06:35:14 queue INFO >>9 [12] -2015-03-09 06:35:15 sendUrl INFO 9 [12] R:OK -2015-03-09 06:36:04 queue INFO >>9 [13] -2015-03-09 06:36:05 sendUrl INFO 9 [13] R:OK -2015-03-09 06:36:54 queue INFO >>9 [14] -2015-03-09 06:36:55 sendUrl INFO 9 [14] R:OK -2015-03-09 06:37:45 queue INFO >>9 [15] -2015-03-09 06:37:45 sendUrl INFO 9 [15] R:OK -2015-03-09 06:38:35 queue INFO >>9 [16] -2015-03-09 06:38:35 sendUrl INFO 9 [16] R:OK -2015-03-09 06:39:25 queue INFO >>9 [17] -2015-03-09 06:39:25 sendUrl INFO 9 [17] R:OK -2015-03-09 06:40:15 queue INFO >>9 [18] -2015-03-09 06:40:15 sendUrl INFO 9 [18] R:OK -2015-03-09 06:41:05 queue INFO >>9 [19] -2015-03-09 06:41:06 sendUrl INFO 9 [19] R:OK -2015-03-09 06:41:55 queue INFO >>9 [20] -2015-03-09 06:41:56 sendUrl INFO 9 [20] R:OK -2015-03-09 06:42:46 queue INFO >>9 [21] -2015-03-09 06:42:46 sendUrl INFO 9 [21] R:OK -2015-03-09 06:43:36 queue INFO >>9 [22] -2015-03-09 06:43:36 sendUrl INFO 9 [22] R:OK -2015-03-09 06:44:26 queue INFO >>9 [23] -2015-03-09 06:44:26 sendUrl INFO 9 [23] R:OK -2015-03-09 06:45:16 queue INFO >>9 [24] -2015-03-09 06:45:16 sendUrl INFO 9 [24] R:OK -2015-03-09 06:46:06 queue INFO >>9 [25] -2015-03-09 06:46:07 sendUrl INFO 9 [25] R:OK -2015-03-09 06:46:56 queue INFO >>9 [26] -2015-03-09 06:46:57 sendUrl INFO 9 [26] R:OK -2015-03-09 06:47:46 queue INFO >>9 [27] -2015-03-09 06:47:47 sendUrl INFO 9 [27] R:OK -2015-03-09 06:48:37 queue INFO >>9 [28] -2015-03-09 06:48:37 sendUrl INFO 9 [28] R:OK -2015-03-09 06:49:27 queue INFO >>9 [29] -2015-03-09 06:49:27 sendUrl INFO 9 [29] R:OK -2015-03-09 06:50:17 queue INFO >>9 [30] -2015-03-09 06:50:17 sendUrl INFO 9 [30] R:OK -2015-03-09 06:51:07 queue INFO >>9 [31] -2015-03-09 06:51:08 sendUrl INFO 9 [31] R:OK -2015-03-09 06:51:57 queue INFO >>9 [32] -2015-03-09 06:51:57 sendUrl INFO 9 [32] R:OK -2015-03-09 06:52:47 queue INFO >>9 [33] -2015-03-09 06:52:48 sendUrl INFO 9 [33] R:OK -2015-03-09 06:53:38 queue INFO >>9 [34] -2015-03-09 06:53:38 sendUrl INFO 9 [34] R:OK -2015-03-09 06:54:28 queue INFO >>9 [35] -2015-03-09 06:54:28 sendUrl INFO 9 [35] R:OK -2015-03-09 06:55:18 queue INFO >>9 [36] -2015-03-09 06:55:18 sendUrl INFO 9 [36] R:OK -2015-03-09 06:56:08 queue INFO >>9 [37] -2015-03-09 06:56:08 sendUrl INFO 9 [37] R:OK -2015-03-09 06:56:58 queue INFO >>9 [38] -2015-03-09 06:56:58 sendUrl INFO 9 [38] R:OK -2015-03-09 06:57:48 queue INFO >>9 [39] -2015-03-09 06:57:49 sendUrl INFO 9 [39] R:OK -2015-03-09 06:58:38 queue INFO >>9 [40] -2015-03-09 06:58:39 sendUrl INFO 9 [40] R:OK -2015-03-09 06:59:29 queue INFO >>9 [41] -2015-03-09 06:59:29 sendUrl INFO 9 [41] R:OK -2015-03-09 07:00:19 queue INFO >>9 [42] -2015-03-09 07:00:19 sendUrl INFO 9 [42] R:OK -2015-03-09 07:01:09 queue INFO >>9 [43] -2015-03-09 07:01:09 sendUrl INFO 9 [43] R:OK -2015-03-09 07:01:59 queue INFO >>9 [44] -2015-03-09 07:01:59 sendUrl INFO 9 [44] R:OK -2015-03-09 07:02:49 queue INFO >>9 [45] -2015-03-09 07:02:49 sendUrl INFO 9 [45] R:OK -2015-03-09 07:03:39 queue INFO >>9 [46] -2015-03-09 07:03:40 sendUrl INFO 9 [46] R:OK -2015-03-09 07:04:30 queue INFO >>9 [47] -2015-03-09 07:04:30 sendUrl INFO 9 [47] R:OK -2015-03-09 07:05:20 queue INFO >>9 [48] -2015-03-09 07:05:20 sendUrl INFO 9 [48] R:OK -2015-03-09 07:06:10 queue INFO >>9 [49] -2015-03-09 07:06:10 sendUrl INFO 9 [49] R:OK -2015-03-09 07:07:00 queue INFO >>9 [50] -2015-03-09 07:07:01 sendUrl INFO 9 [50] R:OK -2015-03-09 07:07:50 queue INFO >>9 [51] -2015-03-09 07:07:50 sendUrl INFO 9 [51] R:OK -2015-03-09 07:08:40 queue INFO >>9 [52] -2015-03-09 07:08:41 sendUrl INFO 9 [52] R:OK -2015-03-09 07:09:30 queue INFO >>9 [53] -2015-03-09 07:09:31 sendUrl INFO 9 [53] R:OK -2015-03-09 07:10:21 queue INFO >>9 [54] -2015-03-09 07:10:21 sendUrl INFO 9 [54] R:OK -2015-03-09 07:11:11 queue INFO >>9 [55] -2015-03-09 07:11:11 sendUrl INFO 9 [55] R:OK -2015-03-09 07:12:01 queue INFO >>9 [56] -2015-03-09 07:12:01 sendUrl INFO 9 [56] R:OK -2015-03-09 07:12:51 queue INFO >>9 [57] -2015-03-09 07:12:51 sendUrl INFO 9 [57] R:OK -2015-03-09 07:13:41 queue INFO >>9 [58] -2015-03-09 07:13:42 sendUrl INFO 9 [58] R:OK -2015-03-09 07:14:31 queue INFO >>9 [59] -2015-03-09 07:14:32 sendUrl INFO 9 [59] R:OK -2015-03-09 07:15:21 queue INFO >>9 [60] -2015-03-09 07:15:22 sendUrl INFO 9 [60] R:OK -2015-03-09 07:16:12 queue INFO >>9 [61] -2015-03-09 07:16:12 sendUrl INFO 9 [61] R:OK -2015-03-09 07:17:02 queue INFO >>9 [62] -2015-03-09 07:17:02 sendUrl INFO 9 [62] R:OK -2015-03-09 07:17:52 queue INFO >>9 [63] -2015-03-09 07:17:52 sendUrl INFO 9 [63] R:OK -2015-03-09 07:18:42 queue INFO >>9 [64] -2015-03-09 07:18:42 sendUrl INFO 9 [64] R:OK -2015-03-09 07:19:32 queue INFO >>9 [65] -2015-03-09 07:19:33 sendUrl INFO 9 [65] R:OK -2015-03-09 07:20:22 queue INFO >>9 [66] -2015-03-09 07:20:22 sendUrl INFO 9 [66] R:OK -2015-03-09 07:21:12 queue INFO >>9 [67] -2015-03-09 07:21:13 sendUrl INFO 9 [67] R:OK -2015-03-09 07:22:03 queue INFO >>9 [68] -2015-03-09 07:22:03 sendUrl INFO 9 [68] R:OK -2015-03-09 07:22:53 queue INFO >>9 [69] -2015-03-09 07:22:53 sendUrl INFO 9 [69] R:OK -2015-03-09 07:23:43 queue INFO >>9 [70] -2015-03-09 07:23:43 sendUrl INFO 9 [70] R:OK -2015-03-09 07:24:33 queue INFO >>9 [71] -2015-03-09 07:24:33 sendUrl INFO 9 [71] R:OK -2015-03-09 07:25:23 queue INFO >>9 [72] -2015-03-09 07:25:23 sendUrl INFO 9 [72] R:OK -2015-03-09 07:26:13 queue INFO >>9 [73] -2015-03-09 07:26:14 sendUrl INFO 9 [73] R:OK -2015-03-09 07:27:03 queue INFO >>9 [74] -2015-03-09 07:27:04 sendUrl INFO 9 [74] R:OK -2015-03-09 07:27:54 queue INFO >>9 [75] -2015-03-09 07:27:54 sendUrl INFO 9 [75] R:OK -2015-03-09 07:28:44 queue INFO >>9 [76] -2015-03-09 07:28:44 sendUrl INFO 9 [76] R:OK -2015-03-09 07:29:34 queue INFO >>9 [77] -2015-03-09 07:29:34 sendUrl INFO 9 [77] R:OK -2015-03-09 07:30:24 queue INFO >>9 [78] -2015-03-09 07:30:24 sendUrl INFO 9 [78] R:OK -2015-03-09 07:31:14 queue INFO >>9 [79] -2015-03-09 07:31:14 sendUrl INFO 9 [79] R:OK -2015-03-09 07:32:04 queue INFO >>9 [80] -2015-03-09 07:32:05 sendUrl INFO 9 [80] R:OK -2015-03-09 07:32:54 queue INFO >>9 [81] -2015-03-09 07:32:55 sendUrl INFO 9 [81] R:OK -2015-03-09 07:33:45 queue INFO >>9 [82] -2015-03-09 07:33:45 sendUrl INFO 9 [82] R:OK -2015-03-09 07:34:35 queue INFO >>9 [83] -2015-03-09 07:34:35 sendUrl INFO 9 [83] R:OK -2015-03-09 07:35:25 queue INFO >>9 [84] -2015-03-09 07:35:25 sendUrl INFO 9 [84] R:OK -2015-03-09 07:36:15 queue INFO >>9 [85] -2015-03-09 07:36:15 sendUrl INFO 9 [85] R:OK -2015-03-09 07:37:05 queue INFO >>9 [86] -2015-03-09 07:37:06 sendUrl INFO 9 [86] R:OK -2015-03-09 07:37:55 queue INFO >>9 [87] -2015-03-09 07:37:56 sendUrl INFO 9 [87] R:OK -2015-03-09 07:38:46 queue INFO >>9 [88] -2015-03-09 07:38:46 sendUrl INFO 9 [88] R:OK -2015-03-09 07:39:36 queue INFO >>9 [89] -2015-03-09 07:39:36 sendUrl INFO 9 [89] R:OK -2015-03-09 07:40:26 queue INFO >>9 [90] -2015-03-09 07:40:26 sendUrl INFO 9 [90] R:OK -2015-03-09 07:41:16 queue INFO >>9 [91] -2015-03-09 07:41:16 sendUrl INFO 9 [91] R:OK -2015-03-09 07:42:06 queue INFO >>9 [92] -2015-03-09 07:42:07 sendUrl INFO 9 [92] R:OK -2015-03-09 07:42:56 queue INFO >>9 [93] -2015-03-09 07:42:56 sendUrl INFO 9 [93] R:OK -2015-03-09 07:43:46 queue INFO >>9 [94] -2015-03-09 07:43:47 sendUrl INFO 9 [94] R:OK -2015-03-09 07:44:37 queue INFO >>9 [95] -2015-03-09 07:44:37 sendUrl INFO 9 [95] R:OK -2015-03-09 07:45:27 queue INFO >>9 [96] -2015-03-09 07:45:27 sendUrl INFO 9 [96] R:OK -2015-03-09 07:46:17 queue INFO >>9 [97] -2015-03-09 07:46:17 sendUrl INFO 9 [97] R:OK -2015-03-09 07:47:07 queue INFO >>9 [98] -2015-03-09 07:47:08 sendUrl INFO 9 [98] R:OK -2015-03-09 07:47:57 queue INFO >>9 [99] -2015-03-09 07:47:58 sendUrl INFO 9 [99] R:OK -2015-03-09 07:48:47 queue INFO >>9 [100] -2015-03-09 07:48:48 sendUrl INFO 9 [100] R:OK -2015-03-09 07:49:38 queue INFO >>9 [101] -2015-03-09 07:49:38 sendUrl INFO 9 [101] R:OK -2015-03-09 07:50:28 queue INFO >>9 [102] -2015-03-09 07:50:28 sendUrl INFO 9 [102] R:OK -2015-03-09 07:51:18 queue INFO >>9 [103] -2015-03-09 07:51:18 sendUrl INFO 9 [103] R:OK -2015-03-09 07:52:08 queue INFO >>9 [104] -2015-03-09 07:52:08 sendUrl INFO 9 [104] R:OK -2015-03-09 07:52:58 queue INFO >>9 [105] -2015-03-09 07:52:59 sendUrl INFO 9 [105] R:OK -2015-03-09 07:53:48 queue INFO >>9 [106] -2015-03-09 07:53:49 sendUrl INFO 9 [106] R:OK -2015-03-09 07:54:38 queue INFO >>9 [107] -2015-03-09 07:54:39 sendUrl INFO 9 [107] R:OK -2015-03-09 07:55:29 queue INFO >>9 [108] -2015-03-09 07:55:29 sendUrl INFO 9 [108] R:OK -2015-03-09 07:56:19 queue INFO >>9 [109] -2015-03-09 07:56:19 sendUrl INFO 9 [109] R:OK -2015-03-09 07:57:09 queue INFO >>9 [110] -2015-03-09 07:57:09 sendUrl INFO 9 [110] R:OK -2015-03-09 07:57:59 queue INFO >>9 [111] -2015-03-09 07:57:59 sendUrl INFO 9 [111] R:OK -2015-03-09 07:58:49 queue INFO >>9 [112] -2015-03-09 07:58:49 sendUrl INFO 9 [112] R:OK -2015-03-09 07:59:39 queue INFO >>9 [113] -2015-03-09 07:59:40 sendUrl INFO 9 [113] R:OK -2015-03-09 08:00:29 queue INFO >>9 [114] -2015-03-09 08:00:30 sendUrl INFO 9 [114] R:OK -2015-03-09 08:01:20 queue INFO >>9 [115] -2015-03-09 08:01:20 sendUrl INFO 9 [115] R:OK -2015-03-09 08:02:10 queue INFO >>9 [116] -2015-03-09 08:02:10 sendUrl INFO 9 [116] R:OK -2015-03-09 08:03:00 queue INFO >>9 [117] -2015-03-09 08:03:00 sendUrl INFO 9 [117] R:OK -2015-03-09 08:03:50 queue INFO >>9 [118] -2015-03-09 08:03:50 sendUrl INFO 9 [118] R:OK -2015-03-09 08:04:40 queue INFO >>9 [119] -2015-03-09 08:04:41 sendUrl INFO 9 [119] R:OK -2015-03-09 08:05:30 queue INFO >>9 [120] -2015-03-09 08:05:31 sendUrl INFO 9 [120] R:OK -2015-03-09 08:05:57 queue INFO 29 [121] -2015-03-09 08:05:57 queue INFO >29 [122] -2015-03-09 08:05:57 sendUrl INFO 29 [121] R:OK -2015-03-09 08:05:58 sendUrl INFO 29 [122] R:OK -2015-03-09 08:05:58 queue INFO 21 [123] -2015-03-09 08:05:58 queue INFO >21 [124] -2015-03-09 08:05:58 sendUrl INFO 21 [123] R:OK -2015-03-09 08:05:59 sendUrl INFO 21 [124] R:OK -2015-03-09 08:06:05 queue INFO 9 [125] -2015-03-09 08:06:05 queue INFO >9 [126] -2015-03-09 08:06:05 sendUrl INFO 9 [125] R:OK -2015-03-09 08:06:05 queue INFO 29 [127] -2015-03-09 08:06:06 queue INFO >29 [128] -2015-03-09 08:06:06 sendUrl INFO 9 [126] R:OK -2015-03-09 08:06:06 queue INFO 21 [129] -2015-03-09 08:06:06 queue INFO >21 [130] -2015-03-09 08:06:06 sendUrl INFO 29 [127] R:OK -2015-03-09 08:06:07 sendUrl INFO 29 [128] R:OK -2015-03-09 08:06:07 sendUrl INFO 21 [129] R:OK -2015-03-09 08:06:08 sendUrl INFO 21 [130] R:OK -2015-03-09 08:06:56 queue INFO >>21 [131] -2015-03-09 08:06:56 sendUrl INFO 21 [131] R:OK -2015-03-09 08:07:46 queue INFO >>21 [132] -2015-03-09 08:07:46 sendUrl INFO 21 [132] R:OK -2015-03-09 08:08:36 queue INFO >>21 [133] -2015-03-09 08:08:37 sendUrl INFO 21 [133] R:OK -2015-03-09 08:09:26 queue INFO >>21 [134] -2015-03-09 08:09:27 sendUrl INFO 21 [134] R:OK -2015-03-09 08:10:17 queue INFO >>21 [135] -2015-03-09 08:10:17 sendUrl INFO 21 [135] R:OK -2015-03-09 08:11:07 queue INFO >>21 [136] -2015-03-09 08:11:07 sendUrl INFO 21 [136] R:OK -2015-03-09 08:11:57 queue INFO >>21 [137] -2015-03-09 08:11:57 sendUrl INFO 21 [137] R:OK -2015-03-09 08:12:47 queue INFO >>21 [138] -2015-03-09 08:12:47 sendUrl INFO 21 [138] R:OK -2015-03-09 08:13:37 queue INFO >>21 [139] -2015-03-09 08:13:37 sendUrl INFO 21 [139] R:OK -2015-03-09 08:14:27 queue INFO >>21 [140] -2015-03-09 08:14:28 sendUrl INFO 21 [140] R:OK -2015-03-09 08:15:17 queue INFO >>21 [141] -2015-03-09 08:15:18 sendUrl INFO 21 [141] R:OK -2015-03-09 08:16:08 queue INFO >>21 [142] -2015-03-09 08:16:08 sendUrl INFO 21 [142] R:OK -2015-03-09 08:16:58 queue INFO >>21 [143] -2015-03-09 08:16:58 sendUrl INFO 21 [143] R:OK -2015-03-09 08:17:48 queue INFO >>21 [144] -2015-03-09 08:17:48 sendUrl INFO 21 [144] R:OK -2015-03-09 08:18:38 queue INFO >>21 [145] -2015-03-09 08:18:38 sendUrl INFO 21 [145] R:OK -2015-03-09 08:19:28 queue INFO >>21 [146] -2015-03-09 08:19:29 sendUrl INFO 21 [146] R:OK -2015-03-09 08:20:18 queue INFO >>21 [147] -2015-03-09 08:20:19 sendUrl INFO 21 [147] R:OK -2015-03-09 08:21:09 queue INFO >>21 [148] -2015-03-09 08:21:09 sendUrl INFO 21 [148] R:OK -2015-03-09 08:21:59 queue INFO >>21 [149] -2015-03-09 08:21:59 sendUrl INFO 21 [149] R:OK -2015-03-09 08:21:59 queue INFO 29 [150] -2015-03-09 08:22:00 queue INFO >29 [151] -2015-03-09 08:22:00 sendUrl INFO 29 [150] R:OK -2015-03-09 08:22:00 sendUrl INFO 29 [151] R:OK -2015-03-09 08:22:49 queue INFO >>29 [152] -2015-03-09 08:22:50 sendUrl INFO 29 [152] R:OK -2015-03-09 08:23:40 queue INFO >>29 [153] -2015-03-09 08:23:40 sendUrl INFO 29 [153] R:OK -2015-03-09 08:24:30 queue INFO >>29 [154] -2015-03-09 08:24:30 sendUrl INFO 29 [154] R:OK -2015-03-09 08:25:20 queue INFO >>29 [155] -2015-03-09 08:25:20 sendUrl INFO 29 [155] R:OK -2015-03-09 08:26:10 queue INFO >>29 [156] -2015-03-09 08:26:10 sendUrl INFO 29 [156] R:OK -2015-03-09 08:27:00 queue INFO >>29 [157] -2015-03-09 08:27:01 sendUrl INFO 29 [157] R:OK -2015-03-09 08:27:50 queue INFO >>29 [158] -2015-03-09 08:27:51 sendUrl INFO 29 [158] R:OK -2015-03-09 08:28:41 queue INFO >>29 [159] -2015-03-09 08:28:41 sendUrl INFO 29 [159] R:OK -2015-03-09 08:29:31 queue INFO >>29 [160] -2015-03-09 08:29:31 sendUrl INFO 29 [160] R:OK -2015-03-09 08:30:21 queue INFO >>29 [161] -2015-03-09 08:30:21 sendUrl INFO 29 [161] R:OK -2015-03-09 08:31:11 queue INFO >>29 [162] -2015-03-09 08:31:11 sendUrl INFO 29 [162] R:OK -2015-03-09 08:32:01 queue INFO >>29 [163] -2015-03-09 08:32:01 sendUrl INFO 29 [163] R:OK -2015-03-09 08:32:51 queue INFO >>29 [164] -2015-03-09 08:32:52 sendUrl INFO 29 [164] R:OK -2015-03-09 08:33:41 queue INFO >>29 [165] -2015-03-09 08:33:42 sendUrl INFO 29 [165] R:OK -2015-03-09 08:34:32 queue INFO >>29 [166] -2015-03-09 08:34:32 sendUrl INFO 29 [166] R:OK -2015-03-09 08:35:22 queue INFO >>29 [167] -2015-03-09 08:35:22 sendUrl INFO 29 [167] R:OK -2015-03-09 08:36:12 queue INFO >>29 [168] -2015-03-09 08:36:12 sendUrl INFO 29 [168] R:OK -2015-03-09 08:37:02 queue INFO >>29 [169] -2015-03-09 08:37:02 sendUrl INFO 29 [169] R:OK -2015-03-09 08:37:52 queue INFO >>29 [170] -2015-03-09 08:37:53 sendUrl INFO 29 [170] R:OK -2015-03-09 08:38:42 queue INFO >>29 [171] -2015-03-09 08:38:43 sendUrl INFO 29 [171] R:OK -2015-03-09 08:39:33 queue INFO >>29 [172] -2015-03-09 08:39:33 sendUrl INFO 29 [172] R:OK -2015-03-09 08:40:23 queue INFO >>29 [173] -2015-03-09 08:40:23 sendUrl INFO 29 [173] R:OK -2015-03-09 08:41:13 queue INFO >>29 [174] -2015-03-09 08:41:13 sendUrl INFO 29 [174] R:OK -2015-03-09 08:42:03 queue INFO >>29 [175] -2015-03-09 08:42:03 sendUrl INFO 29 [175] R:OK -2015-03-09 08:42:53 queue INFO >>29 [176] -2015-03-09 08:42:54 sendUrl INFO 29 [176] R:OK -2015-03-09 08:43:43 queue INFO >>29 [177] -2015-03-09 08:43:43 sendUrl INFO 29 [177] R:OK -2015-03-09 08:44:33 queue INFO >>29 [178] -2015-03-09 08:44:34 sendUrl INFO 29 [178] R:OK -2015-03-09 08:45:24 queue INFO >>29 [179] -2015-03-09 08:45:24 sendUrl INFO 29 [179] R:OK -2015-03-09 08:46:14 queue INFO >>29 [180] -2015-03-09 08:46:14 sendUrl INFO 29 [180] R:OK -2015-03-09 08:47:04 queue INFO >>29 [181] -2015-03-09 08:47:04 sendUrl INFO 29 [181] R:OK -2015-03-09 08:47:54 queue INFO >>29 [182] -2015-03-09 08:47:54 sendUrl INFO 29 [182] R:OK -2015-03-09 08:48:44 queue INFO >>29 [183] -2015-03-09 08:48:44 sendUrl INFO 29 [183] R:OK -2015-03-09 08:49:34 queue INFO >>29 [184] -2015-03-09 08:49:34 sendUrl INFO 29 [184] R:OK -2015-03-09 08:50:24 queue INFO >>29 [185] -2015-03-09 08:50:25 sendUrl INFO 29 [185] R:OK -2015-03-09 08:51:15 queue INFO >>29 [186] -2015-03-09 08:51:15 sendUrl INFO 29 [186] R:OK -2015-03-09 08:52:05 queue INFO >>29 [187] -2015-03-09 08:52:05 sendUrl INFO 29 [187] R:OK -2015-03-09 08:52:55 queue INFO >>29 [188] -2015-03-09 08:52:55 sendUrl INFO 29 [188] R:OK -2015-03-09 08:53:45 queue INFO >>29 [189] -2015-03-09 08:53:45 sendUrl INFO 29 [189] R:OK -2015-03-09 08:54:35 queue INFO >>29 [190] -2015-03-09 08:54:35 sendUrl INFO 29 [190] R:OK -2015-03-09 08:55:25 queue INFO >>29 [191] -2015-03-09 08:55:26 sendUrl INFO 29 [191] R:OK -2015-03-09 08:56:15 queue INFO >>29 [192] -2015-03-09 08:56:16 sendUrl INFO 29 [192] R:OK -2015-03-09 08:57:06 queue INFO >>29 [193] -2015-03-09 08:57:06 sendUrl INFO 29 [193] R:OK -2015-03-09 08:57:56 queue INFO >>29 [194] -2015-03-09 08:57:56 sendUrl INFO 29 [194] R:OK -2015-03-09 08:58:46 queue INFO >>29 [195] -2015-03-09 08:58:46 sendUrl INFO 29 [195] R:OK -2015-03-09 08:59:36 queue INFO >>29 [196] -2015-03-09 08:59:36 sendUrl INFO 29 [196] R:OK -2015-03-09 09:00:26 queue INFO >>29 [197] -2015-03-09 09:00:27 sendUrl INFO 29 [197] R:OK -2015-03-09 09:01:16 queue INFO >>29 [198] -2015-03-09 09:01:16 sendUrl INFO 29 [198] R:OK -2015-03-09 09:02:07 queue INFO >>29 [199] -2015-03-09 09:02:07 sendUrl INFO 29 [199] R:OK -2015-03-09 09:02:57 queue INFO >>29 [200] -2015-03-09 09:02:57 sendUrl INFO 29 [200] R:OK -2015-03-09 09:03:47 queue INFO >>29 [201] -2015-03-09 09:03:47 sendUrl INFO 29 [201] R:OK -2015-03-09 09:04:37 queue INFO >>29 [202] -2015-03-09 09:04:37 sendUrl INFO 29 [202] R:OK -2015-03-09 09:05:27 queue INFO >>29 [203] -2015-03-09 09:05:28 sendUrl INFO 29 [203] R:OK -2015-03-09 09:06:17 queue INFO >>29 [204] -2015-03-09 09:06:18 sendUrl INFO 29 [204] R:OK -2015-03-09 09:07:07 queue INFO >>29 [205] -2015-03-09 09:07:08 sendUrl INFO 29 [205] R:OK -2015-03-09 09:07:58 queue INFO >>29 [206] -2015-03-09 09:07:58 sendUrl INFO 29 [206] R:OK -2015-03-09 09:08:48 queue INFO >>29 [207] -2015-03-09 09:08:48 sendUrl INFO 29 [207] R:OK -2015-03-09 09:09:38 queue INFO >>29 [208] -2015-03-09 09:09:38 sendUrl INFO 29 [208] R:OK -2015-03-09 09:10:28 queue INFO >>29 [209] -2015-03-09 09:10:28 sendUrl INFO 29 [209] R:OK -2015-03-09 09:11:18 queue INFO >>29 [210] -2015-03-09 09:11:19 sendUrl INFO 29 [210] R:OK -2015-03-09 09:12:08 queue INFO >>29 [211] -2015-03-09 09:12:09 sendUrl INFO 29 [211] R:OK -2015-03-09 09:12:59 queue INFO >>29 [212] -2015-03-09 09:12:59 sendUrl INFO 29 [212] R:OK -2015-03-09 09:13:49 queue INFO >>29 [213] -2015-03-09 09:13:49 sendUrl INFO 29 [213] R:OK -2015-03-09 09:14:39 queue INFO >>29 [214] -2015-03-09 09:14:39 sendUrl INFO 29 [214] R:OK -2015-03-09 09:15:29 queue INFO >>29 [215] -2015-03-09 09:15:29 sendUrl INFO 29 [215] R:OK -2015-03-09 09:16:19 queue INFO >>29 [216] -2015-03-09 09:16:20 sendUrl INFO 29 [216] R:OK -2015-03-09 09:17:09 queue INFO >>29 [217] -2015-03-09 09:17:09 sendUrl INFO 29 [217] R:OK -2015-03-09 09:17:59 queue INFO >>29 [218] -2015-03-09 09:18:00 sendUrl INFO 29 [218] R:OK -2015-03-09 09:18:50 queue INFO >>29 [219] -2015-03-09 09:18:50 sendUrl INFO 29 [219] R:OK -2015-03-09 09:19:40 queue INFO >>29 [220] -2015-03-09 09:19:40 sendUrl INFO 29 [220] R:OK -2015-03-09 09:20:30 queue INFO >>29 [221] -2015-03-09 09:20:30 sendUrl INFO 29 [221] R:OK -2015-03-09 09:21:20 queue INFO >>29 [222] -2015-03-09 09:21:21 sendUrl INFO 29 [222] R:OK -2015-03-09 09:22:10 queue INFO >>29 [223] -2015-03-09 09:22:10 sendUrl INFO 29 [223] R:OK -2015-03-09 09:23:00 queue INFO >>29 [224] -2015-03-09 09:23:01 sendUrl INFO 29 [224] R:OK -2015-03-09 09:23:51 queue INFO >>29 [225] -2015-03-09 09:23:51 sendUrl INFO 29 [225] R:OK -2015-03-09 09:24:41 queue INFO >>29 [226] -2015-03-09 09:24:41 sendUrl INFO 29 [226] R:OK -2015-03-09 09:25:31 queue INFO >>29 [227] -2015-03-09 09:25:31 sendUrl INFO 29 [227] R:OK -2015-03-09 09:26:21 queue INFO >>29 [228] -2015-03-09 09:26:21 sendUrl INFO 29 [228] R:OK -2015-03-09 09:27:11 queue INFO >>29 [229] -2015-03-09 09:27:11 sendUrl INFO 29 [229] R:OK -2015-03-09 09:28:01 queue INFO >>29 [230] -2015-03-09 09:28:02 sendUrl INFO 29 [230] R:OK -2015-03-09 09:28:51 queue INFO >>29 [231] -2015-03-09 09:28:52 sendUrl INFO 29 [231] R:OK -2015-03-09 09:29:41 queue INFO >>29 [232] -2015-03-09 09:29:42 sendUrl INFO 29 [232] R:OK -2015-03-09 09:30:32 queue INFO >>29 [233] -2015-03-09 09:30:32 sendUrl INFO 29 [233] R:OK -2015-03-09 09:31:22 queue INFO >>29 [234] -2015-03-09 09:31:22 sendUrl INFO 29 [234] R:OK -2015-03-09 09:32:12 queue INFO >>29 [235] -2015-03-09 09:32:12 sendUrl INFO 29 [235] R:OK -2015-03-09 09:33:02 queue INFO >>29 [236] -2015-03-09 09:33:02 sendUrl INFO 29 [236] R:OK -2015-03-09 09:33:52 queue INFO >>29 [237] -2015-03-09 09:33:53 sendUrl INFO 29 [237] R:OK -2015-03-09 09:34:42 queue INFO >>29 [238] -2015-03-09 09:34:42 sendUrl INFO 29 [238] R:OK -2015-03-09 09:35:32 queue INFO >>29 [239] -2015-03-09 09:35:33 sendUrl INFO 29 [239] R:OK -2015-03-09 09:36:23 queue INFO >>29 [240] -2015-03-09 09:36:23 sendUrl INFO 29 [240] R:OK -2015-03-09 09:37:13 queue INFO >>29 [241] -2015-03-09 09:37:13 sendUrl INFO 29 [241] R:OK -2015-03-09 09:38:03 queue INFO >>29 [242] -2015-03-09 09:38:03 sendUrl INFO 29 [242] R:OK -2015-03-09 09:38:53 queue INFO >>29 [243] -2015-03-09 09:38:54 sendUrl INFO 29 [243] R:OK -2015-03-09 09:39:43 queue INFO >>29 [244] -2015-03-09 09:39:43 sendUrl INFO 29 [244] R:OK -2015-03-09 09:40:33 queue INFO >>29 [245] -2015-03-09 09:40:34 sendUrl INFO 29 [245] R:OK -2015-03-09 09:41:24 queue INFO >>29 [246] -2015-03-09 09:41:24 sendUrl INFO 29 [246] R:OK -2015-03-09 09:42:14 queue INFO >>29 [247] -2015-03-09 09:42:14 sendUrl INFO 29 [247] R:OK -2015-03-09 09:43:04 queue INFO >>29 [248] -2015-03-09 09:43:04 sendUrl INFO 29 [248] R:OK -2015-03-09 09:43:54 queue INFO >>29 [249] -2015-03-09 09:43:54 sendUrl INFO 29 [249] R:OK -2015-03-09 09:44:44 queue INFO >>29 [250] -2015-03-09 09:44:44 sendUrl INFO 29 [250] R:OK -2015-03-09 09:45:34 queue INFO >>29 [251] -2015-03-09 09:45:35 sendUrl INFO 29 [251] R:OK -2015-03-09 09:46:24 queue INFO >>29 [252] -2015-03-09 09:46:25 sendUrl INFO 29 [252] R:OK -2015-03-09 09:47:15 queue INFO >>29 [253] -2015-03-09 09:47:15 sendUrl INFO 29 [253] R:OK -2015-03-09 09:48:05 queue INFO >>29 [254] -2015-03-09 09:48:05 sendUrl INFO 29 [254] R:OK -2015-03-09 09:48:55 queue INFO >>29 [255] -2015-03-09 09:48:55 sendUrl INFO 29 [255] R:OK -2015-03-09 09:49:45 queue INFO >>29 [256] -2015-03-09 09:49:45 sendUrl INFO 29 [256] R:OK -2015-03-09 09:50:35 queue INFO >>29 [257] -2015-03-09 09:50:36 sendUrl INFO 29 [257] R:OK -2015-03-09 09:51:25 queue INFO >>29 [258] -2015-03-09 09:51:26 sendUrl INFO 29 [258] R:OK -2015-03-09 09:52:16 queue INFO >>29 [259] -2015-03-09 09:52:16 sendUrl INFO 29 [259] R:OK -2015-03-09 09:53:06 queue INFO >>29 [260] -2015-03-09 09:53:06 sendUrl INFO 29 [260] R:OK -2015-03-09 09:53:56 queue INFO >>29 [261] -2015-03-09 09:53:56 sendUrl INFO 29 [261] R:OK -2015-03-09 09:54:46 queue INFO >>29 [262] -2015-03-09 09:54:46 sendUrl INFO 29 [262] R:OK -2015-03-09 09:55:36 queue INFO >>29 [263] -2015-03-09 09:55:36 sendUrl INFO 29 [263] R:OK -2015-03-09 09:56:26 queue INFO >>29 [264] -2015-03-09 09:56:27 sendUrl INFO 29 [264] R:OK -2015-03-09 09:57:16 queue INFO >>29 [265] -2015-03-09 09:57:17 sendUrl INFO 29 [265] R:OK -2015-03-09 09:58:07 queue INFO >>29 [266] -2015-03-09 09:58:07 sendUrl INFO 29 [266] R:OK -2015-03-09 09:58:57 queue INFO >>29 [267] -2015-03-09 09:58:57 sendUrl INFO 29 [267] R:OK -2015-03-09 09:59:47 queue INFO >>29 [268] -2015-03-09 09:59:47 sendUrl INFO 29 [268] R:OK -2015-03-09 10:00:37 queue INFO >>29 [269] -2015-03-09 10:00:37 sendUrl INFO 29 [269] R:OK -2015-03-09 10:01:27 queue INFO >>29 [270] -2015-03-09 10:01:28 sendUrl INFO 29 [270] R:OK -2015-03-09 10:02:17 queue INFO >>29 [271] -2015-03-09 10:02:17 sendUrl INFO 29 [271] R:OK -2015-03-09 10:03:07 queue INFO >>29 [272] -2015-03-09 10:03:08 sendUrl INFO 29 [272] R:OK -2015-03-09 10:03:58 queue INFO >>29 [273] -2015-03-09 10:03:58 sendUrl INFO 29 [273] R:OK -2015-03-09 10:04:48 queue INFO >>29 [274] -2015-03-09 10:04:48 sendUrl INFO 29 [274] R:OK -2015-03-09 10:05:38 queue INFO >>29 [275] -2015-03-09 10:05:38 sendUrl INFO 29 [275] R:OK -2015-03-09 10:06:28 queue INFO >>29 [276] -2015-03-09 10:06:28 sendUrl INFO 29 [276] R:OK -2015-03-09 10:07:18 queue INFO >>29 [277] -2015-03-09 10:07:18 sendUrl INFO 29 [277] R:OK -2015-03-09 10:08:08 queue INFO >>29 [278] -2015-03-09 10:08:08 sendUrl INFO 29 [278] R:OK -2015-03-09 10:08:58 queue INFO >>29 [279] -2015-03-09 10:08:59 sendUrl INFO 29 [279] R:OK -2015-03-09 10:09:49 queue INFO >>29 [280] -2015-03-09 10:09:49 sendUrl INFO 29 [280] R:OK -2015-03-09 10:10:39 queue INFO >>29 [281] -2015-03-09 10:10:39 sendUrl INFO 29 [281] R:OK -2015-03-09 10:11:29 queue INFO >>29 [282] -2015-03-09 10:11:29 sendUrl INFO 29 [282] R:OK -2015-03-09 10:12:19 queue INFO >>29 [283] -2015-03-09 10:12:19 sendUrl INFO 29 [283] R:OK -2015-03-09 10:13:09 queue INFO >>29 [284] -2015-03-09 10:13:09 sendUrl INFO 29 [284] R:OK -2015-03-09 10:13:59 queue INFO >>29 [285] -2015-03-09 10:14:00 sendUrl INFO 29 [285] R:OK -2015-03-09 10:14:49 queue INFO >>29 [286] -2015-03-09 10:14:50 sendUrl INFO 29 [286] R:OK -2015-03-09 10:15:39 queue INFO >>29 [287] -2015-03-09 10:15:40 sendUrl INFO 29 [287] R:OK -2015-03-09 10:16:30 queue INFO >>29 [288] -2015-03-09 10:16:30 sendUrl INFO 29 [288] R:OK -2015-03-09 10:17:20 queue INFO >>29 [289] -2015-03-09 10:17:20 sendUrl INFO 29 [289] R:OK -2015-03-09 10:18:10 queue INFO >>29 [290] -2015-03-09 10:18:10 sendUrl INFO 29 [290] R:OK -2015-03-09 10:19:00 queue INFO >>29 [291] -2015-03-09 10:19:00 sendUrl INFO 29 [291] R:OK -2015-03-09 10:19:50 queue INFO >>29 [292] -2015-03-09 10:19:51 sendUrl INFO 29 [292] R:OK -2015-03-09 10:20:40 queue INFO >>29 [293] -2015-03-09 10:20:41 sendUrl INFO 29 [293] R:OK -2015-03-09 10:21:30 queue INFO >>29 [294] -2015-03-09 10:21:31 sendUrl INFO 29 [294] R:OK -2015-03-09 10:22:21 queue INFO >>29 [295] -2015-03-09 10:22:21 sendUrl INFO 29 [295] R:OK -2015-03-09 10:23:11 queue INFO >>29 [296] -2015-03-09 10:23:11 sendUrl INFO 29 [296] R:OK -2015-03-09 10:24:01 queue INFO >>29 [297] -2015-03-09 10:24:01 sendUrl INFO 29 [297] R:OK -2015-03-09 10:24:51 queue INFO >>29 [298] -2015-03-09 10:24:52 sendUrl INFO 29 [298] R:OK -2015-03-09 10:25:41 queue INFO >>29 [299] -2015-03-09 10:25:41 sendUrl INFO 29 [299] R:OK -2015-03-09 10:26:31 queue INFO >>29 [300] -2015-03-09 10:26:32 sendUrl INFO 29 [300] R:OK -2015-03-09 10:27:22 queue INFO >>29 [301] -2015-03-09 10:27:22 sendUrl INFO 29 [301] R:OK -2015-03-09 10:28:12 queue INFO >>29 [302] -2015-03-09 10:28:12 sendUrl INFO 29 [302] R:OK -2015-03-09 10:29:02 queue INFO >>29 [303] -2015-03-09 10:29:02 sendUrl INFO 29 [303] R:OK -2015-03-09 10:29:52 queue INFO >>29 [304] -2015-03-09 10:29:53 sendUrl INFO 29 [304] R:OK -2015-03-09 10:30:42 queue INFO >>29 [305] -2015-03-09 10:30:42 sendUrl INFO 29 [305] R:OK -2015-03-09 10:31:32 queue INFO >>29 [306] -2015-03-09 10:31:33 sendUrl INFO 29 [306] R:OK -2015-03-09 10:32:22 queue INFO >>29 [307] -2015-03-09 10:32:23 sendUrl INFO 29 [307] R:OK -2015-03-09 10:33:13 queue INFO >>29 [308] -2015-03-09 10:33:13 sendUrl INFO 29 [308] R:OK -2015-03-09 10:34:03 queue INFO >>29 [309] -2015-03-09 10:34:03 sendUrl INFO 29 [309] R:OK -2015-03-09 10:34:53 queue INFO >>29 [310] -2015-03-09 10:34:53 sendUrl INFO 29 [310] R:OK -2015-03-09 10:35:43 queue INFO >>29 [311] -2015-03-09 10:35:43 sendUrl INFO 29 [311] R:OK -2015-03-09 10:36:33 queue INFO >>29 [312] -2015-03-09 10:36:33 sendUrl INFO 29 [312] R:OK -2015-03-09 10:37:23 queue INFO >>29 [313] -2015-03-09 10:37:24 sendUrl INFO 29 [313] R:OK -2015-03-09 10:38:13 queue INFO >>29 [314] -2015-03-09 10:38:14 sendUrl INFO 29 [314] R:OK -2015-03-09 10:39:04 queue INFO >>29 [315] -2015-03-09 10:39:04 sendUrl INFO 29 [315] R:OK -2015-03-09 10:39:54 queue INFO >>29 [316] -2015-03-09 10:39:54 sendUrl INFO 29 [316] R:OK -2015-03-09 10:40:44 queue INFO >>29 [317] -2015-03-09 10:40:44 sendUrl INFO 29 [317] R:OK -2015-03-09 10:41:34 queue INFO >>29 [318] -2015-03-09 10:41:34 sendUrl INFO 29 [318] R:OK -2015-03-09 10:42:24 queue INFO >>29 [319] -2015-03-09 10:42:25 sendUrl INFO 29 [319] R:OK -2015-03-09 10:43:14 queue INFO >>29 [320] -2015-03-09 10:43:14 sendUrl INFO 29 [320] R:OK -2015-03-09 10:44:04 queue INFO >>29 [321] -2015-03-09 10:44:05 sendUrl INFO 29 [321] R:OK -2015-03-09 10:44:55 queue INFO >>29 [322] -2015-03-09 10:44:55 sendUrl INFO 29 [322] R:OK -2015-03-09 10:45:45 queue INFO >>29 [323] -2015-03-09 10:45:45 sendUrl INFO 29 [323] R:OK -2015-03-09 10:46:35 queue INFO >>29 [324] -2015-03-09 10:46:35 sendUrl INFO 29 [324] R:OK -2015-03-09 10:47:25 queue INFO >>29 [325] -2015-03-09 10:47:25 sendUrl INFO 29 [325] R:OK -2015-03-09 10:48:15 queue INFO >>29 [326] -2015-03-09 10:48:15 sendUrl INFO 29 [326] R:OK -2015-03-09 10:49:05 queue INFO >>29 [327] -2015-03-09 10:49:06 sendUrl INFO 29 [327] R:OK -2015-03-09 10:49:56 queue INFO >>29 [328] -2015-03-09 10:49:56 sendUrl INFO 29 [328] R:OK -2015-03-09 10:50:46 queue INFO >>29 [329] -2015-03-09 10:50:46 sendUrl INFO 29 [329] R:OK -2015-03-09 10:51:36 queue INFO >>29 [330] -2015-03-09 10:51:36 sendUrl INFO 29 [330] R:OK -2015-03-09 10:52:26 queue INFO >>29 [331] -2015-03-09 10:52:26 sendUrl INFO 29 [331] R:OK -2015-03-09 10:53:16 queue INFO >>29 [332] -2015-03-09 10:53:17 sendUrl INFO 29 [332] R:OK -2015-03-09 10:54:06 queue INFO >>29 [333] -2015-03-09 10:54:07 sendUrl INFO 29 [333] R:OK -2015-03-09 10:54:56 queue INFO >>29 [334] -2015-03-09 10:54:57 sendUrl INFO 29 [334] R:OK -2015-03-09 10:55:47 queue INFO >>29 [335] -2015-03-09 10:55:47 sendUrl INFO 29 [335] R:OK -2015-03-09 10:56:37 queue INFO >>29 [336] -2015-03-09 10:56:37 sendUrl INFO 29 [336] R:OK -2015-03-09 10:57:27 queue INFO >>29 [337] -2015-03-09 10:57:27 sendUrl INFO 29 [337] R:OK -2015-03-09 10:58:17 queue INFO >>29 [338] -2015-03-09 10:58:18 sendUrl INFO 29 [338] R:OK -2015-03-09 10:59:07 queue INFO >>29 [339] -2015-03-09 10:59:07 sendUrl INFO 29 [339] R:OK -2015-03-09 10:59:57 queue INFO >>29 [340] -2015-03-09 10:59:58 sendUrl INFO 29 [340] R:OK -2015-03-09 11:00:48 queue INFO >>29 [341] -2015-03-09 11:00:48 sendUrl INFO 29 [341] R:OK -2015-03-09 11:01:38 queue INFO >>29 [342] -2015-03-09 11:01:38 sendUrl INFO 29 [342] R:OK -2015-03-09 11:02:28 queue INFO >>29 [343] -2015-03-09 11:02:28 sendUrl INFO 29 [343] R:OK -2015-03-09 11:03:18 queue INFO >>29 [344] -2015-03-09 11:03:18 sendUrl INFO 29 [344] R:OK -2015-03-09 11:04:08 queue INFO >>29 [345] -2015-03-09 11:04:08 sendUrl INFO 29 [345] R:OK -2015-03-09 11:04:58 queue INFO >>29 [346] -2015-03-09 11:04:59 sendUrl INFO 29 [346] R:OK -2015-03-09 11:05:48 queue INFO >>29 [347] -2015-03-09 11:05:49 sendUrl INFO 29 [347] R:OK -2015-03-09 11:06:39 queue INFO >>29 [348] -2015-03-09 11:06:39 sendUrl INFO 29 [348] R:OK -2015-03-09 11:07:29 queue INFO >>29 [349] -2015-03-09 11:07:29 sendUrl INFO 29 [349] R:OK -2015-03-09 11:08:19 queue INFO >>29 [350] -2015-03-09 11:08:19 sendUrl INFO 29 [350] R:OK -2015-03-09 11:09:09 queue INFO >>29 [351] -2015-03-09 11:09:09 sendUrl INFO 29 [351] R:OK -2015-03-09 11:09:59 queue INFO >>29 [352] -2015-03-09 11:10:00 sendUrl INFO 29 [352] R:OK -2015-03-09 11:10:49 queue INFO >>29 [353] -2015-03-09 11:10:50 sendUrl INFO 29 [353] R:OK -2015-03-09 11:11:40 queue INFO >>29 [354] -2015-03-09 11:11:40 sendUrl INFO 29 [354] R:OK -2015-03-09 11:12:30 queue INFO >>29 [355] -2015-03-09 11:12:30 sendUrl INFO 29 [355] R:OK -2015-03-09 11:13:20 queue INFO >>29 [356] -2015-03-09 11:13:20 sendUrl INFO 29 [356] R:OK -2015-03-09 11:14:10 queue INFO >>29 [357] -2015-03-09 11:14:10 sendUrl INFO 29 [357] R:OK -2015-03-09 11:15:00 queue INFO >>29 [358] -2015-03-09 11:15:00 sendUrl INFO 29 [358] R:OK -2015-03-09 11:15:50 queue INFO >>29 [359] -2015-03-09 11:15:51 sendUrl INFO 29 [359] R:OK -2015-03-09 11:16:40 queue INFO >>29 [360] -2015-03-09 11:16:41 sendUrl INFO 29 [360] R:OK -2015-03-09 11:17:31 queue INFO >>29 [361] -2015-03-09 11:17:31 sendUrl INFO 29 [361] R:OK -2015-03-09 11:18:21 queue INFO >>29 [362] -2015-03-09 11:18:21 sendUrl INFO 29 [362] R:OK -2015-03-09 11:19:11 queue INFO >>29 [363] -2015-03-09 11:19:11 sendUrl INFO 29 [363] R:OK -2015-03-09 11:20:01 queue INFO >>29 [364] -2015-03-09 11:20:01 sendUrl INFO 29 [364] R:OK -2015-03-09 11:20:51 queue INFO >>29 [365] -2015-03-09 11:20:52 sendUrl INFO 29 [365] R:OK -2015-03-09 11:21:41 queue INFO >>29 [366] -2015-03-09 11:21:42 sendUrl INFO 29 [366] R:OK -2015-03-09 11:22:32 queue INFO >>29 [367] -2015-03-09 11:22:32 sendUrl INFO 29 [367] R:OK -2015-03-09 11:23:22 queue INFO >>29 [368] -2015-03-09 11:23:22 sendUrl INFO 29 [368] R:OK -2015-03-09 11:24:12 queue INFO >>29 [369] -2015-03-09 11:24:12 sendUrl INFO 29 [369] R:OK -2015-03-09 11:25:02 queue INFO >>29 [370] -2015-03-09 11:25:02 sendUrl INFO 29 [370] R:OK -2015-03-09 11:25:52 queue INFO >>29 [371] -2015-03-09 11:25:53 sendUrl INFO 29 [371] R:OK -2015-03-09 11:26:42 queue INFO >>29 [372] -2015-03-09 11:26:43 sendUrl INFO 29 [372] R:OK -2015-03-09 11:27:32 queue INFO >>29 [373] -2015-03-09 11:27:33 sendUrl INFO 29 [373] R:OK -2015-03-09 11:28:23 queue INFO >>29 [374] -2015-03-09 11:28:23 sendUrl INFO 29 [374] R:OK -2015-03-09 11:29:13 queue INFO >>29 [375] -2015-03-09 11:29:13 sendUrl INFO 29 [375] R:OK -2015-03-09 11:30:03 queue INFO >>29 [376] -2015-03-09 11:30:03 sendUrl INFO 29 [376] R:OK -2015-03-09 11:30:53 queue INFO >>29 [377] -2015-03-09 11:30:53 sendUrl INFO 29 [377] R:OK -2015-03-09 11:31:43 queue INFO >>29 [378] -2015-03-09 11:31:44 sendUrl INFO 29 [378] R:OK -2015-03-09 11:32:33 queue INFO >>29 [379] -2015-03-09 11:32:33 sendUrl INFO 29 [379] R:OK -2015-03-09 11:33:23 queue INFO >>29 [380] -2015-03-09 11:33:24 sendUrl INFO 29 [380] R:OK -2015-03-09 11:34:13 queue INFO >>29 [381] -2015-03-09 11:34:14 sendUrl INFO 29 [381] R:OK -2015-03-09 11:35:04 queue INFO >>29 [382] -2015-03-09 11:35:04 sendUrl INFO 29 [382] R:OK -2015-03-09 11:35:54 queue INFO >>29 [383] -2015-03-09 11:35:54 sendUrl INFO 29 [383] R:OK -2015-03-09 11:36:44 queue INFO >>29 [384] -2015-03-09 11:36:44 sendUrl INFO 29 [384] R:OK -2015-03-09 11:37:34 queue INFO >>29 [385] -2015-03-09 11:37:34 sendUrl INFO 29 [385] R:OK -2015-03-09 11:38:24 queue INFO >>29 [386] -2015-03-09 11:38:25 sendUrl INFO 29 [386] R:OK -2015-03-09 11:39:14 queue INFO >>29 [387] -2015-03-09 11:39:15 sendUrl INFO 29 [387] R:OK -2015-03-09 11:40:05 queue INFO >>29 [388] -2015-03-09 11:40:05 sendUrl INFO 29 [388] R:OK -2015-03-09 11:40:55 queue INFO >>29 [389] -2015-03-09 11:40:55 sendUrl INFO 29 [389] R:OK -2015-03-09 11:41:45 queue INFO >>29 [390] -2015-03-09 11:41:45 sendUrl INFO 29 [390] R:OK -2015-03-09 11:42:35 queue INFO >>29 [391] -2015-03-09 11:42:35 sendUrl INFO 29 [391] R:OK -2015-03-09 11:43:25 queue INFO >>29 [392] -2015-03-09 11:43:25 sendUrl INFO 29 [392] R:OK -2015-03-09 11:44:15 queue INFO >>29 [393] -2015-03-09 11:44:16 sendUrl INFO 29 [393] R:OK -2015-03-09 11:45:05 queue INFO >>29 [394] -2015-03-09 11:45:06 sendUrl INFO 29 [394] R:OK -2015-03-09 11:45:56 queue INFO >>29 [395] -2015-03-09 11:45:56 sendUrl INFO 29 [395] R:OK -2015-03-09 11:46:46 queue INFO >>29 [396] -2015-03-09 11:46:46 sendUrl INFO 29 [396] R:OK -2015-03-09 11:47:36 queue INFO >>29 [397] -2015-03-09 11:47:36 sendUrl INFO 29 [397] R:OK -2015-03-09 11:48:26 queue INFO >>29 [398] -2015-03-09 11:48:26 sendUrl INFO 29 [398] R:OK -2015-03-09 11:49:16 queue INFO >>29 [399] -2015-03-09 11:49:17 sendUrl INFO 29 [399] R:OK -2015-03-09 11:50:06 queue INFO >>29 [400] -2015-03-09 11:50:07 sendUrl INFO 29 [400] R:OK -2015-03-09 11:50:57 queue INFO >>29 [401] -2015-03-09 11:50:57 sendUrl INFO 29 [401] R:OK -2015-03-09 11:51:47 queue INFO >>29 [402] -2015-03-09 11:51:47 sendUrl INFO 29 [402] R:OK -2015-03-09 11:52:37 queue INFO >>29 [403] -2015-03-09 11:52:37 sendUrl INFO 29 [403] R:OK -2015-03-09 11:53:27 queue INFO >>29 [404] -2015-03-09 11:53:27 sendUrl INFO 29 [404] R:OK -2015-03-09 11:54:17 queue INFO >>29 [405] -2015-03-09 11:54:18 sendUrl INFO 29 [405] R:OK -2015-03-09 11:55:07 queue INFO >>29 [406] -2015-03-09 11:55:07 sendUrl INFO 29 [406] R:OK -2015-03-09 11:55:57 queue INFO >>29 [407] -2015-03-09 11:55:58 sendUrl INFO 29 [407] R:OK -2015-03-09 11:56:48 queue INFO >>29 [408] -2015-03-09 11:56:48 sendUrl INFO 29 [408] R:OK -2015-03-09 11:57:38 queue INFO >>29 [409] -2015-03-09 11:57:38 sendUrl INFO 29 [409] R:OK -2015-03-09 11:58:28 queue INFO >>29 [410] -2015-03-09 11:58:28 sendUrl INFO 29 [410] R:OK -2015-03-09 11:59:18 queue INFO >>29 [411] -2015-03-09 11:59:19 sendUrl INFO 29 [411] R:OK -2015-03-09 12:00:08 queue INFO >>29 [412] -2015-03-09 12:00:08 sendUrl INFO 29 [412] R:OK -2015-03-09 12:00:58 queue INFO >>29 [413] -2015-03-09 12:00:59 sendUrl INFO 29 [413] R:OK -2015-03-09 12:01:49 queue INFO >>29 [414] -2015-03-09 12:01:49 sendUrl INFO 29 [414] R:OK -2015-03-09 12:02:39 queue INFO >>29 [415] -2015-03-09 12:02:39 sendUrl INFO 29 [415] R:OK -2015-03-09 12:03:29 queue INFO >>29 [416] -2015-03-09 12:03:29 sendUrl INFO 29 [416] R:OK -2015-03-09 12:04:19 queue INFO >>29 [417] -2015-03-09 12:04:19 sendUrl INFO 29 [417] R:OK -2015-03-09 12:05:09 queue INFO >>29 [418] -2015-03-09 12:05:10 sendUrl INFO 29 [418] R:OK -2015-03-09 12:05:59 queue INFO >>29 [419] -2015-03-09 12:06:00 sendUrl INFO 29 [419] R:OK -2015-03-09 12:06:49 queue INFO >>29 [420] -2015-03-09 12:06:50 sendUrl INFO 29 [420] R:OK -2015-03-09 12:07:40 queue INFO >>29 [421] -2015-03-09 12:07:40 sendUrl INFO 29 [421] R:OK -2015-03-09 12:08:30 queue INFO >>29 [422] -2015-03-09 12:08:30 sendUrl INFO 29 [422] R:OK -2015-03-09 12:09:20 queue INFO >>29 [423] -2015-03-09 12:09:20 sendUrl INFO 29 [423] R:OK -2015-03-09 12:10:10 queue INFO >>29 [424] -2015-03-09 12:10:11 sendUrl INFO 29 [424] R:OK -2015-03-09 12:11:00 queue INFO >>29 [425] -2015-03-09 12:11:00 sendUrl INFO 29 [425] R:OK -2015-03-09 12:11:50 queue INFO >>29 [426] -2015-03-09 12:11:51 sendUrl INFO 29 [426] R:OK -2015-03-09 12:12:41 queue INFO >>29 [427] -2015-03-09 12:12:41 sendUrl INFO 29 [427] R:OK -2015-03-09 12:13:31 queue INFO >>29 [428] -2015-03-09 12:13:31 sendUrl INFO 29 [428] R:OK -2015-03-09 12:14:21 queue INFO >>29 [429] -2015-03-09 12:14:21 sendUrl INFO 29 [429] R:OK -2015-03-09 12:15:11 queue INFO >>29 [430] -2015-03-09 12:15:12 sendUrl INFO 29 [430] R:OK -2015-03-09 12:16:01 queue INFO >>29 [431] -2015-03-09 12:16:01 sendUrl INFO 29 [431] R:OK -2015-03-09 12:16:51 queue INFO >>29 [432] -2015-03-09 12:16:52 sendUrl INFO 29 [432] R:OK -2015-03-09 12:17:41 queue INFO >>29 [433] -2015-03-09 12:17:42 sendUrl INFO 29 [433] R:OK -2015-03-09 12:18:32 queue INFO >>29 [434] -2015-03-09 12:18:32 sendUrl INFO 29 [434] R:OK -2015-03-09 12:19:22 queue INFO >>29 [435] -2015-03-09 12:19:22 sendUrl INFO 29 [435] R:OK -2015-03-09 12:20:12 queue INFO >>29 [436] -2015-03-09 12:20:12 sendUrl INFO 29 [436] R:OK -2015-03-09 12:21:02 queue INFO >>29 [437] -2015-03-09 12:21:02 sendUrl INFO 29 [437] R:OK -2015-03-09 12:21:52 queue INFO >>29 [438] -2015-03-09 12:21:53 sendUrl INFO 29 [438] R:OK -2015-03-09 12:22:42 queue INFO >>29 [439] -2015-03-09 12:22:43 sendUrl INFO 29 [439] R:OK -2015-03-09 12:23:33 queue INFO >>29 [440] -2015-03-09 12:23:33 sendUrl INFO 29 [440] R:OK -2015-03-09 12:24:23 queue INFO >>29 [441] -2015-03-09 12:24:23 sendUrl INFO 29 [441] R:OK -2015-03-09 12:25:13 queue INFO >>29 [442] -2015-03-09 12:25:13 sendUrl INFO 29 [442] R:OK -2015-03-09 12:26:03 queue INFO >>29 [443] -2015-03-09 12:26:03 sendUrl INFO 29 [443] R:OK -2015-03-09 12:26:53 queue INFO >>29 [444] -2015-03-09 12:26:53 sendUrl INFO 29 [444] R:OK -2015-03-09 12:27:43 queue INFO >>29 [445] -2015-03-09 12:27:44 sendUrl INFO 29 [445] R:OK -2015-03-09 12:28:33 queue INFO >>29 [446] -2015-03-09 12:28:34 sendUrl INFO 29 [446] R:OK -2015-03-09 12:29:24 queue INFO >>29 [447] -2015-03-09 12:29:24 sendUrl INFO 29 [447] R:OK -2015-03-09 12:30:14 queue INFO >>29 [448] -2015-03-09 12:30:14 sendUrl INFO 29 [448] R:OK -2015-03-09 12:31:04 queue INFO >>29 [449] -2015-03-09 12:31:04 sendUrl INFO 29 [449] R:OK -2015-03-09 12:31:47 queue INFO 21 [450] -2015-03-09 12:31:47 queue INFO >21 [451] -2015-03-09 12:31:47 sendUrl INFO 21 [450] R:OK -2015-03-09 12:31:48 sendUrl INFO 21 [451] R:OK -2015-03-09 12:32:37 queue INFO >>21 [452] -2015-03-09 12:32:38 sendUrl INFO 21 [452] R:OK -2015-03-09 12:32:40 queue INFO 1 [453] -2015-03-09 12:32:40 queue INFO >1 [454] -2015-03-09 12:32:41 sendUrl INFO 1 [453] R:OK -2015-03-09 12:32:41 sendUrl INFO 1 [454] R:OK -2015-03-09 12:33:22 queue INFO 81 [455] -2015-03-09 12:33:22 queue INFO >81 [456] -2015-03-09 12:33:22 sendUrl INFO 81 [455] R:OK -2015-03-09 12:33:23 sendUrl INFO 81 [456] R:OK -2015-03-09 12:33:23 queue INFO 83 [457] -2015-03-09 12:33:24 queue INFO 3 [458] -2015-03-09 12:33:24 queue INFO >3 [459] -2015-03-09 12:33:24 sendUrl INFO 83 [457] R:OK -2015-03-09 12:33:24 sendUrl INFO 3 [458] R:OK -2015-03-09 12:33:25 sendUrl INFO 3 [459] R:OK -2015-03-09 12:34:14 queue INFO >>3 [460] -2015-03-09 12:34:14 sendUrl INFO 3 [460] R:OK -2015-03-09 12:35:04 queue INFO >>3 [461] -2015-03-09 12:35:04 sendUrl INFO 3 [461] R:OK -2015-03-09 12:35:54 queue INFO >>3 [462] -2015-03-09 12:35:54 sendUrl INFO 3 [462] R:OK -2015-03-09 12:36:44 queue INFO >>3 [463] -2015-03-09 12:36:44 sendUrl INFO 3 [463] R:OK -2015-03-09 12:37:34 queue INFO >>3 [464] -2015-03-09 12:37:35 sendUrl INFO 3 [464] R:OK -2015-03-09 12:38:24 queue INFO >>3 [465] -2015-03-09 12:38:25 sendUrl INFO 3 [465] R:OK -2015-03-09 12:39:15 queue INFO >>3 [466] -2015-03-09 12:39:15 sendUrl INFO 3 [466] R:OK -2015-03-09 12:40:05 queue INFO >>3 [467] -2015-03-09 12:40:05 sendUrl INFO 3 [467] R:OK -2015-03-09 12:40:55 queue INFO >>3 [468] -2015-03-09 12:40:55 sendUrl INFO 3 [468] R:OK -2015-03-09 12:41:45 queue INFO >>3 [469] -2015-03-09 12:41:45 sendUrl INFO 3 [469] R:OK -2015-03-09 12:42:35 queue INFO >>3 [470] -2015-03-09 12:42:36 sendUrl INFO 3 [470] R:OK -2015-03-09 12:43:25 queue INFO >>3 [471] -2015-03-09 12:43:26 sendUrl INFO 3 [471] R:OK -2015-03-09 12:44:16 queue INFO >>3 [472] -2015-03-09 12:44:16 sendUrl INFO 3 [472] R:OK -2015-03-09 12:45:06 queue INFO >>3 [473] -2015-03-09 12:45:06 sendUrl INFO 3 [473] R:OK -2015-03-09 12:45:56 queue INFO >>3 [474] -2015-03-09 12:45:56 sendUrl INFO 3 [474] R:OK -2015-03-09 12:46:46 queue INFO >>3 [475] -2015-03-09 12:46:46 sendUrl INFO 3 [475] R:OK -2015-03-09 12:47:36 queue INFO >>3 [476] -2015-03-09 12:47:37 sendUrl INFO 3 [476] R:OK -2015-03-09 12:48:26 queue INFO >>3 [477] -2015-03-09 12:48:26 sendUrl INFO 3 [477] R:OK -2015-03-09 12:49:16 queue INFO >>3 [478] -2015-03-09 12:49:17 sendUrl INFO 3 [478] R:OK -2015-03-09 12:50:07 queue INFO >>3 [479] -2015-03-09 12:50:07 sendUrl INFO 3 [479] R:OK -2015-03-09 12:50:57 queue INFO >>3 [480] -2015-03-09 12:50:57 sendUrl INFO 3 [480] R:OK -2015-03-09 12:51:47 queue INFO >>3 [481] -2015-03-09 12:51:47 sendUrl INFO 3 [481] R:OK -2015-03-09 12:52:37 queue INFO >>3 [482] -2015-03-09 12:52:38 sendUrl INFO 3 [482] R:OK -2015-03-09 12:53:27 queue INFO >>3 [483] -2015-03-09 12:53:27 sendUrl INFO 3 [483] R:OK -2015-03-09 12:54:17 queue INFO >>3 [484] -2015-03-09 12:54:18 sendUrl INFO 3 [484] R:OK -2015-03-09 12:54:31 queue INFO 83 [485] -2015-03-09 12:54:31 queue INFO >83 [486] -2015-03-09 12:54:31 sendUrl INFO 83 [485] R:OK -2015-03-09 12:54:32 sendUrl INFO 83 [486] R:OK -2015-03-09 12:54:33 queue INFO 3 [487] -2015-03-09 12:54:33 sendUrl INFO 3 [487] R:OK -2015-03-09 12:54:33 queue INFO >3 [488] -2015-03-09 12:54:33 sendUrl INFO 3 [488] R:OK -2015-03-09 12:55:23 queue INFO >>3 [489] -2015-03-09 12:55:23 sendUrl INFO 3 [489] R:OK -2015-03-09 12:56:13 queue INFO >>3 [490] -2015-03-09 12:56:14 sendUrl INFO 3 [490] R:OK -2015-03-09 12:57:03 queue INFO >>3 [491] -2015-03-09 12:57:03 sendUrl INFO 3 [491] R:OK -2015-03-09 12:57:53 queue INFO >>3 [492] -2015-03-09 12:57:54 sendUrl INFO 3 [492] R:OK -2015-03-09 12:58:44 queue INFO >>3 [493] -2015-03-09 12:58:44 sendUrl INFO 3 [493] R:OK -2015-03-09 12:59:34 queue INFO >>3 [494] -2015-03-09 12:59:34 sendUrl INFO 3 [494] R:OK -2015-03-09 13:00:24 queue INFO >>3 [495] -2015-03-09 13:00:24 sendUrl INFO 3 [495] R:OK -2015-03-09 13:01:14 queue INFO >>3 [496] -2015-03-09 13:01:15 sendUrl INFO 3 [496] R:OK -2015-03-09 13:02:04 queue INFO >>3 [497] -2015-03-09 13:02:04 sendUrl INFO 3 [497] R:OK -2015-03-09 13:02:29 queue INFO 83 [498] -2015-03-09 13:02:29 queue INFO >83 [499] -2015-03-09 13:02:29 sendUrl INFO 83 [498] R:OK -2015-03-09 13:02:30 sendUrl INFO 83 [499] R:OK -2015-03-09 13:02:30 queue INFO 3 [500] -2015-03-09 13:02:30 queue INFO >3 [501] -2015-03-09 13:02:31 sendUrl INFO 3 [500] R:OK -2015-03-09 13:02:31 sendUrl INFO 3 [501] R:OK -2015-03-09 13:03:20 queue INFO >>3 [502] -2015-03-09 13:03:21 sendUrl INFO 3 [502] R:OK -2015-03-09 13:04:11 queue INFO >>3 [503] -2015-03-09 13:04:11 sendUrl INFO 3 [503] R:OK -2015-03-09 13:05:01 queue INFO >>3 [504] -2015-03-09 13:05:01 sendUrl INFO 3 [504] R:OK -2015-03-09 13:05:51 queue INFO >>3 [505] -2015-03-09 13:05:51 sendUrl INFO 3 [505] R:OK -2015-03-09 13:06:41 queue INFO >>3 [506] -2015-03-09 13:06:41 sendUrl INFO 3 [506] R:OK -2015-03-09 13:07:31 queue INFO >>3 [507] -2015-03-09 13:07:32 sendUrl INFO 3 [507] R:OK -2015-03-09 13:08:21 queue INFO >>3 [508] -2015-03-09 13:08:21 sendUrl INFO 3 [508] R:OK -2015-03-09 13:09:11 queue INFO >>3 [509] -2015-03-09 13:09:12 sendUrl INFO 3 [509] R:OK -2015-03-09 13:10:02 queue INFO >>3 [510] -2015-03-09 13:10:02 sendUrl INFO 3 [510] R:OK -2015-03-09 13:10:26 queue INFO 83 [511] -2015-03-09 13:10:26 queue INFO >83 [512] -2015-03-09 13:10:26 sendUrl INFO 83 [511] R:OK -2015-03-09 13:10:27 sendUrl INFO 83 [512] R:OK -2015-03-09 13:10:28 queue INFO 3 [513] -2015-03-09 13:10:28 queue INFO >3 [514] -2015-03-09 13:10:28 sendUrl INFO 3 [513] R:OK -2015-03-09 13:10:28 sendUrl INFO 3 [514] R:OK -2015-03-09 13:11:18 queue INFO >>3 [515] -2015-03-09 13:11:18 sendUrl INFO 3 [515] R:OK -2015-03-09 13:12:08 queue INFO >>3 [516] -2015-03-09 13:12:08 sendUrl INFO 3 [516] R:OK -2015-03-09 13:12:58 queue INFO >>3 [517] -2015-03-09 13:12:58 sendUrl INFO 3 [517] R:OK -2015-03-09 13:13:48 queue INFO >>3 [518] -2015-03-09 13:13:49 sendUrl INFO 3 [518] R:OK -2015-03-09 13:14:38 queue INFO >>3 [519] -2015-03-09 13:14:38 sendUrl INFO 3 [519] R:OK -2015-03-09 13:15:28 queue INFO >>3 [520] -2015-03-09 13:15:29 sendUrl INFO 3 [520] R:OK -2015-03-09 13:16:19 queue INFO >>3 [521] -2015-03-09 13:16:19 sendUrl INFO 3 [521] R:OK -2015-03-09 13:17:09 queue INFO >>3 [522] -2015-03-09 13:17:09 sendUrl INFO 3 [522] R:OK -2015-03-09 13:17:59 queue INFO >>3 [523] -2015-03-09 13:17:59 sendUrl INFO 3 [523] R:OK -2015-03-09 13:18:41 queue INFO 83 [524] -2015-03-09 13:18:41 queue INFO >83 [525] -2015-03-09 13:18:42 sendUrl INFO 83 [524] R:OK -2015-03-09 13:18:42 sendUrl INFO 83 [525] R:OK -2015-03-09 13:18:43 queue INFO 3 [526] -2015-03-09 13:18:43 queue INFO >3 [527] -2015-03-09 13:18:43 sendUrl INFO 3 [526] R:OK -2015-03-09 13:18:44 sendUrl INFO 3 [527] R:OK -2015-03-09 13:19:33 queue INFO >>3 [528] -2015-03-09 13:19:33 sendUrl INFO 3 [528] R:OK -2015-03-09 13:20:23 queue INFO >>3 [529] -2015-03-09 13:20:23 sendUrl INFO 3 [529] R:OK -2015-03-09 13:21:13 queue INFO >>3 [530] -2015-03-09 13:21:14 sendUrl INFO 3 [530] R:OK -2015-03-09 13:22:03 queue INFO >>3 [531] -2015-03-09 13:22:04 sendUrl INFO 3 [531] R:OK -2015-03-09 13:22:53 queue INFO >>3 [532] -2015-03-09 13:22:54 sendUrl INFO 3 [532] R:OK -2015-03-09 13:23:44 queue INFO >>3 [533] -2015-03-09 13:23:44 sendUrl INFO 3 [533] R:OK -2015-03-09 13:24:34 queue INFO >>3 [534] -2015-03-09 13:24:34 sendUrl INFO 3 [534] R:OK -2015-03-09 13:25:24 queue INFO >>3 [535] -2015-03-09 13:25:24 sendUrl INFO 3 [535] R:OK -2015-03-09 13:26:14 queue INFO >>3 [536] -2015-03-09 13:26:14 sendUrl INFO 3 [536] R:OK -2015-03-09 13:26:29 queue INFO 83 [537] -2015-03-09 13:26:29 queue INFO >83 [538] -2015-03-09 13:26:30 sendUrl INFO 83 [537] R:OK -2015-03-09 13:26:30 sendUrl INFO 83 [538] R:OK -2015-03-09 13:26:31 queue INFO 3 [539] -2015-03-09 13:26:31 queue INFO >3 [540] -2015-03-09 13:26:31 sendUrl INFO 3 [539] R:OK -2015-03-09 13:26:32 sendUrl INFO 3 [540] R:OK -2015-03-09 13:27:21 queue INFO >>3 [541] -2015-03-09 13:27:21 sendUrl INFO 3 [541] R:OK -2015-03-09 13:28:11 queue INFO >>3 [542] -2015-03-09 13:28:11 sendUrl INFO 3 [542] R:OK -2015-03-09 13:29:01 queue INFO >>3 [543] -2015-03-09 13:29:02 sendUrl INFO 3 [543] R:OK -2015-03-09 13:29:51 queue INFO >>3 [544] -2015-03-09 13:29:52 sendUrl INFO 3 [544] R:OK -2015-03-09 13:30:42 queue INFO >>3 [545] -2015-03-09 13:30:42 sendUrl INFO 3 [545] R:OK -2015-03-09 13:31:32 queue INFO >>3 [546] -2015-03-09 13:31:32 sendUrl INFO 3 [546] R:OK -2015-03-09 13:32:22 queue INFO >>3 [547] -2015-03-09 13:32:22 sendUrl INFO 3 [547] R:OK -2015-03-09 13:33:12 queue INFO >>3 [548] -2015-03-09 13:33:12 sendUrl INFO 3 [548] R:OK -2015-03-09 13:34:02 queue INFO >>3 [549] -2015-03-09 13:34:03 sendUrl INFO 3 [549] R:OK -2015-03-09 13:34:27 queue INFO 83 [550] -2015-03-09 13:34:27 queue INFO >83 [551] -2015-03-09 13:34:28 sendUrl INFO 83 [550] R:OK -2015-03-09 13:34:28 sendUrl INFO 83 [551] R:OK -2015-03-09 13:34:29 queue INFO 3 [552] -2015-03-09 13:34:29 queue INFO >3 [553] -2015-03-09 13:34:29 sendUrl INFO 3 [552] R:OK -2015-03-09 13:34:30 sendUrl INFO 3 [553] R:OK -2015-03-09 13:35:19 queue INFO >>3 [554] -2015-03-09 13:35:19 sendUrl INFO 3 [554] R:OK -2015-03-09 13:36:09 queue INFO >>3 [555] -2015-03-09 13:36:09 sendUrl INFO 3 [555] R:OK -2015-03-09 13:36:59 queue INFO >>3 [556] -2015-03-09 13:37:00 sendUrl INFO 3 [556] R:OK -2015-03-09 13:37:49 queue INFO >>3 [557] -2015-03-09 13:37:49 sendUrl INFO 3 [557] R:OK -2015-03-09 13:38:39 queue INFO >>3 [558] -2015-03-09 13:38:40 sendUrl INFO 3 [558] R:OK -2015-03-09 13:39:29 queue INFO >>3 [559] -2015-03-09 13:39:30 sendUrl INFO 3 [559] R:OK -2015-03-09 13:40:20 queue INFO >>3 [560] -2015-03-09 13:40:20 sendUrl INFO 3 [560] R:OK -2015-03-09 13:41:10 queue INFO >>3 [561] -2015-03-09 13:41:10 sendUrl INFO 3 [561] R:OK -2015-03-09 13:42:00 queue INFO >>3 [562] -2015-03-09 13:42:00 sendUrl INFO 3 [562] R:OK -2015-03-09 13:42:15 queue INFO 83 [563] -2015-03-09 13:42:15 sendUrl INFO 83 [563] R:OK -2015-03-09 13:42:15 queue INFO >83 [564] -2015-03-09 13:42:16 sendUrl INFO 83 [564] R:OK -2015-03-09 13:42:17 queue INFO 3 [565] -2015-03-09 13:42:17 sendUrl INFO 3 [565] R:OK -2015-03-09 13:42:17 queue INFO >3 [566] -2015-03-09 13:42:17 sendUrl INFO 3 [566] R:OK -2015-03-09 13:43:07 queue INFO >>3 [567] -2015-03-09 13:43:07 sendUrl INFO 3 [567] R:OK -2015-03-09 13:43:57 queue INFO >>3 [568] -2015-03-09 13:43:57 sendUrl INFO 3 [568] R:OK -2015-03-09 13:44:47 queue INFO >>3 [569] -2015-03-09 13:44:47 sendUrl INFO 3 [569] R:OK -2015-03-09 13:45:37 queue INFO >>3 [570] -2015-03-09 13:45:37 sendUrl INFO 3 [570] R:OK -2015-03-09 13:46:27 queue INFO >>3 [571] -2015-03-09 13:46:28 sendUrl INFO 3 [571] R:OK -2015-03-09 13:47:17 queue INFO >>3 [572] -2015-03-09 13:47:18 sendUrl INFO 3 [572] R:OK -2015-03-09 13:48:08 queue INFO >>3 [573] -2015-03-09 13:48:08 sendUrl INFO 3 [573] R:OK -2015-03-09 13:48:58 queue INFO >>3 [574] -2015-03-09 13:48:58 sendUrl INFO 3 [574] R:OK -2015-03-09 13:49:48 queue INFO >>3 [575] -2015-03-09 13:49:48 sendUrl INFO 3 [575] R:OK -2015-03-09 13:50:13 queue INFO 83 [576] -2015-03-09 13:50:13 queue INFO >83 [577] -2015-03-09 13:50:13 sendUrl INFO 83 [576] R:OK -2015-03-09 13:50:14 sendUrl INFO 83 [577] R:OK -2015-03-09 13:50:14 queue INFO 3 [578] -2015-03-09 13:50:15 queue INFO >3 [579] -2015-03-09 13:50:15 sendUrl INFO 3 [578] R:OK -2015-03-09 13:50:15 sendUrl INFO 3 [579] R:OK -2015-03-09 13:51:05 queue INFO >>3 [580] -2015-03-09 13:51:05 sendUrl INFO 3 [580] R:OK -2015-03-09 13:51:33 queue INFO 1 [581] -2015-03-09 13:51:33 queue INFO >1 [582] -2015-03-09 13:51:33 sendUrl INFO 1 [581] R:OK -2015-03-09 13:51:34 sendUrl INFO 1 [582] R:OK -2015-03-09 13:52:23 queue INFO >>1 [583] -2015-03-09 13:52:23 sendUrl INFO 1 [583] R:OK -2015-03-09 13:53:13 queue INFO >>1 [584] -2015-03-09 13:53:14 sendUrl INFO 1 [584] R:OK -2015-03-09 13:54:03 queue INFO >>1 [585] -2015-03-09 13:54:03 sendUrl INFO 1 [585] R:OK -2015-03-09 13:54:53 queue INFO >>1 [586] -2015-03-09 13:54:54 sendUrl INFO 1 [586] R:OK -2015-03-09 13:55:44 queue INFO >>1 [587] -2015-03-09 13:55:44 sendUrl INFO 1 [587] R:OK -2015-03-09 13:56:34 queue INFO >>1 [588] -2015-03-09 13:56:34 sendUrl INFO 1 [588] R:OK -2015-03-09 13:57:24 queue INFO >>1 [589] -2015-03-09 13:57:24 sendUrl INFO 1 [589] R:OK -2015-03-09 13:58:14 queue INFO >>1 [590] -2015-03-09 13:58:15 sendUrl INFO 1 [590] R:OK -2015-03-09 13:58:27 queue INFO 21 [591] -2015-03-09 13:58:27 queue INFO 1 [592] -2015-03-09 13:58:27 queue INFO >1 [593] -2015-03-09 13:58:27 sendUrl INFO 21 [591] R:OK -2015-03-09 13:58:28 sendUrl INFO 1 [592] R:OK -2015-03-09 13:58:28 queue INFO 21 [594] -2015-03-09 13:58:28 queue INFO >21 [595] -2015-03-09 13:58:28 sendUrl INFO 1 [593] R:OK -2015-03-09 13:58:29 sendUrl INFO 21 [594] R:OK -2015-03-09 13:58:29 sendUrl INFO 21 [595] R:OK -2015-03-09 13:58:31 queue INFO 1 [596] -2015-03-09 13:58:31 sendUrl INFO 1 [596] R:OK -2015-03-09 13:58:31 queue INFO >1 [597] -2015-03-09 13:58:32 sendUrl INFO 1 [597] R:OK -2015-03-09 13:58:32 queue INFO 21 [598] -2015-03-09 13:58:32 queue INFO >21 [599] -2015-03-09 13:58:32 sendUrl INFO 21 [598] R:OK -2015-03-09 13:58:33 sendUrl INFO 21 [599] R:OK -2015-03-09 13:59:22 queue INFO >>21 [600] -2015-03-09 13:59:22 sendUrl INFO 21 [600] R:OK -2015-03-09 14:00:12 queue INFO >>21 [601] -2015-03-09 14:00:12 sendUrl INFO 21 [601] R:OK -2015-03-09 14:01:02 queue INFO >>21 [602] -2015-03-09 14:01:03 sendUrl INFO 21 [602] R:OK -2015-03-09 14:01:52 queue INFO >>21 [603] -2015-03-09 14:01:53 sendUrl INFO 21 [603] R:OK -2015-03-09 14:02:43 queue INFO >>21 [604] -2015-03-09 14:02:43 sendUrl INFO 21 [604] R:OK -2015-03-09 14:03:33 queue INFO >>21 [605] -2015-03-09 14:03:33 sendUrl INFO 21 [605] R:OK -2015-03-09 14:04:23 queue INFO >>21 [606] -2015-03-09 14:04:23 sendUrl INFO 21 [606] R:OK -2015-03-09 14:05:13 queue INFO >>21 [607] -2015-03-09 14:05:13 sendUrl INFO 21 [607] R:OK -2015-03-09 14:06:03 queue INFO >>21 [608] -2015-03-09 14:06:03 sendUrl INFO 21 [608] R:OK -2015-03-09 14:06:53 queue INFO >>21 [609] -2015-03-09 14:06:54 sendUrl INFO 21 [609] R:OK -2015-03-09 14:07:43 queue INFO >>21 [610] -2015-03-09 14:07:44 sendUrl INFO 21 [610] R:OK -2015-03-09 14:08:34 queue INFO >>21 [611] -2015-03-09 14:08:34 sendUrl INFO 21 [611] R:OK -2015-03-09 14:09:24 queue INFO >>21 [612] -2015-03-09 14:09:24 sendUrl INFO 21 [612] R:OK -2015-03-09 14:10:14 queue INFO >>21 [613] -2015-03-09 14:10:14 sendUrl INFO 21 [613] R:OK -2015-03-09 14:11:04 queue INFO >>21 [614] -2015-03-09 14:11:04 sendUrl INFO 21 [614] R:OK -2015-03-09 14:11:09 queue INFO 1 [615] -2015-03-09 14:11:09 queue INFO >1 [616] -2015-03-09 14:11:09 sendUrl INFO 1 [615] R:OK -2015-03-09 14:11:10 sendUrl INFO 1 [616] R:OK -2015-03-09 14:11:28 queue INFO 21 [617] -2015-03-09 14:11:29 queue INFO 1 [618] -2015-03-09 14:11:29 queue INFO >1 [619] -2015-03-09 14:11:29 sendUrl INFO 21 [617] R:OK -2015-03-09 14:11:30 sendUrl INFO 1 [618] R:OK -2015-03-09 14:11:30 sendUrl INFO 1 [619] R:OK -2015-03-09 14:11:46 queue INFO 81 [620] -2015-03-09 14:11:46 queue INFO >81 [621] -2015-03-09 14:11:46 sendUrl INFO 81 [620] R:OK -2015-03-09 14:11:47 sendUrl INFO 81 [621] R:OK -2015-03-09 14:11:47 queue INFO 83 [622] -2015-03-09 14:11:48 queue INFO 3 [623] -2015-03-09 14:11:48 sendUrl INFO 83 [622] R:OK -2015-03-09 14:11:48 queue INFO >3 [624] -2015-03-09 14:11:48 sendUrl INFO 3 [623] R:OK -2015-03-09 14:11:49 sendUrl INFO 3 [624] R:OK -2015-03-09 14:12:38 queue INFO >>3 [625] -2015-03-09 14:12:38 sendUrl INFO 3 [625] R:OK -2015-03-09 14:13:28 queue INFO >>3 [626] -2015-03-09 14:13:28 sendUrl INFO 3 [626] R:OK -2015-03-09 14:14:18 queue INFO >>3 [627] -2015-03-09 14:14:18 sendUrl INFO 3 [627] R:OK -2015-03-09 14:15:08 queue INFO >>3 [628] -2015-03-09 14:15:08 sendUrl INFO 3 [628] R:OK -2015-03-09 14:15:58 queue INFO >>3 [629] -2015-03-09 14:15:58 sendUrl INFO 3 [629] R:OK -2015-03-09 14:16:48 queue INFO >>3 [630] -2015-03-09 14:16:49 sendUrl INFO 3 [630] R:OK -2015-03-09 14:17:38 queue INFO >>3 [631] -2015-03-09 14:17:39 sendUrl INFO 3 [631] R:OK -2015-03-09 14:18:29 queue INFO >>3 [632] -2015-03-09 14:18:29 sendUrl INFO 3 [632] R:OK -2015-03-09 14:19:19 queue INFO >>3 [633] -2015-03-09 14:19:19 sendUrl INFO 3 [633] R:OK -2015-03-09 14:19:44 queue INFO 83 [634] -2015-03-09 14:19:44 sendUrl INFO 83 [634] R:OK -2015-03-09 14:19:44 queue INFO >83 [635] -2015-03-09 14:19:44 sendUrl INFO 83 [635] R:OK -2015-03-09 14:19:45 queue INFO 3 [636] -2015-03-09 14:19:45 queue INFO >3 [637] -2015-03-09 14:19:46 sendUrl INFO 3 [636] R:OK -2015-03-09 14:19:46 sendUrl INFO 3 [637] R:OK -2015-03-09 14:20:35 queue INFO >>3 [638] -2015-03-09 14:20:36 sendUrl INFO 3 [638] R:OK -2015-03-09 14:21:26 queue INFO >>3 [639] -2015-03-09 14:21:26 sendUrl INFO 3 [639] R:OK -2015-03-09 14:22:16 queue INFO >>3 [640] -2015-03-09 14:22:16 sendUrl INFO 3 [640] R:OK -2015-03-09 14:23:06 queue INFO >>3 [641] -2015-03-09 14:23:06 sendUrl INFO 3 [641] R:OK -2015-03-09 14:23:56 queue INFO >>3 [642] -2015-03-09 14:23:57 sendUrl INFO 3 [642] R:OK -2015-03-09 14:24:46 queue INFO >>3 [643] -2015-03-09 14:24:46 sendUrl INFO 3 [643] R:OK -2015-03-09 14:25:36 queue INFO >>3 [644] -2015-03-09 14:25:37 sendUrl INFO 3 [644] R:OK -2015-03-09 14:26:26 queue INFO >>3 [645] -2015-03-09 14:26:27 sendUrl INFO 3 [645] R:OK -2015-03-09 14:27:17 queue INFO >>3 [646] -2015-03-09 14:27:17 sendUrl INFO 3 [646] R:OK -2015-03-09 14:27:32 queue INFO 83 [647] -2015-03-09 14:27:32 queue INFO >83 [648] -2015-03-09 14:27:32 sendUrl INFO 83 [647] R:OK -2015-03-09 14:27:32 sendUrl INFO 83 [648] R:OK -2015-03-09 14:27:33 queue INFO 3 [649] -2015-03-09 14:27:33 sendUrl INFO 3 [649] R:OK -2015-03-09 14:27:34 queue INFO >3 [650] -2015-03-09 14:27:34 sendUrl INFO 3 [650] R:OK -2015-03-09 14:28:23 queue INFO >>3 [651] -2015-03-09 14:28:24 sendUrl INFO 3 [651] R:OK -2015-03-09 14:29:14 queue INFO >>3 [652] -2015-03-09 14:29:14 sendUrl INFO 3 [652] R:OK -2015-03-09 14:30:04 queue INFO >>3 [653] -2015-03-09 14:30:04 sendUrl INFO 3 [653] R:OK -2015-03-09 14:30:54 queue INFO >>3 [654] -2015-03-09 14:30:54 sendUrl INFO 3 [654] R:OK -2015-03-09 14:31:44 queue INFO >>3 [655] -2015-03-09 14:31:44 sendUrl INFO 3 [655] R:OK -2015-03-09 14:32:34 queue INFO >>3 [656] -2015-03-09 14:32:34 sendUrl INFO 3 [656] R:OK -2015-03-09 14:33:24 queue INFO >>3 [657] -2015-03-09 14:33:25 sendUrl INFO 3 [657] R:OK -2015-03-09 14:34:15 queue INFO >>3 [658] -2015-03-09 14:34:15 sendUrl INFO 3 [658] R:OK -2015-03-09 14:35:05 queue INFO >>3 [659] -2015-03-09 14:35:05 sendUrl INFO 3 [659] R:OK -2015-03-09 14:35:29 queue INFO 83 [660] -2015-03-09 14:35:30 queue INFO >83 [661] -2015-03-09 14:35:30 sendUrl INFO 83 [660] R:OK -2015-03-09 14:35:30 sendUrl INFO 83 [661] R:OK -2015-03-09 14:35:31 queue INFO 3 [662] -2015-03-09 14:35:31 queue INFO >3 [663] -2015-03-09 14:35:31 sendUrl INFO 3 [662] R:OK -2015-03-09 14:35:32 sendUrl INFO 3 [663] R:OK -2015-03-09 14:36:21 queue INFO >>3 [664] -2015-03-09 14:36:22 sendUrl INFO 3 [664] R:OK -2015-03-09 14:37:11 queue INFO >>3 [665] -2015-03-09 14:37:11 sendUrl INFO 3 [665] R:OK -2015-03-09 14:38:01 queue INFO >>3 [666] -2015-03-09 14:38:02 sendUrl INFO 3 [666] R:OK -2015-03-09 14:38:52 queue INFO >>3 [667] -2015-03-09 14:38:52 sendUrl INFO 3 [667] R:OK -2015-03-09 14:39:42 queue INFO >>3 [668] -2015-03-09 14:39:42 sendUrl INFO 3 [668] R:OK -2015-03-09 14:40:32 queue INFO >>3 [669] -2015-03-09 14:40:32 sendUrl INFO 3 [669] R:OK -2015-03-09 14:41:22 queue INFO >>3 [670] -2015-03-09 14:41:23 sendUrl INFO 3 [670] R:OK -2015-03-09 14:42:12 queue INFO >>3 [671] -2015-03-09 14:42:12 sendUrl INFO 3 [671] R:OK -2015-03-09 14:43:02 queue INFO >>3 [672] -2015-03-09 14:43:03 sendUrl INFO 3 [672] R:OK -2015-03-09 14:43:18 queue INFO 83 [673] -2015-03-09 14:43:18 queue INFO >83 [674] -2015-03-09 14:43:18 sendUrl INFO 83 [673] R:OK -2015-03-09 14:43:18 sendUrl INFO 83 [674] R:OK -2015-03-09 14:43:19 queue INFO 3 [675] -2015-03-09 14:43:19 sendUrl INFO 3 [675] R:OK -2015-03-09 14:43:19 queue INFO >3 [676] -2015-03-09 14:43:20 sendUrl INFO 3 [676] R:OK -2015-03-09 14:44:09 queue INFO >>3 [677] -2015-03-09 14:44:10 sendUrl INFO 3 [677] R:OK -2015-03-09 14:45:00 queue INFO >>3 [678] -2015-03-09 14:45:00 sendUrl INFO 3 [678] R:OK -2015-03-09 14:45:50 queue INFO >>3 [679] -2015-03-09 14:45:50 sendUrl INFO 3 [679] R:OK -2015-03-09 14:46:40 queue INFO >>3 [680] -2015-03-09 14:46:40 sendUrl INFO 3 [680] R:OK -2015-03-09 14:47:30 queue INFO >>3 [681] -2015-03-09 14:47:30 sendUrl INFO 3 [681] R:OK -2015-03-09 14:48:20 queue INFO >>3 [682] -2015-03-09 14:48:20 sendUrl INFO 3 [682] R:OK -2015-03-09 14:49:10 queue INFO >>3 [683] -2015-03-09 14:49:11 sendUrl INFO 3 [683] R:OK -2015-03-09 14:49:36 queue INFO 21 [684] -2015-03-09 14:49:36 queue INFO >21 [685] -2015-03-09 14:49:36 sendUrl INFO 21 [684] R:OK -2015-03-09 14:49:37 sendUrl INFO 21 [685] R:OK -2015-03-09 14:49:38 queue INFO 1 [686] -2015-03-09 14:49:38 queue INFO >1 [687] -2015-03-09 14:49:38 sendUrl INFO 1 [686] R:OK -2015-03-09 14:49:38 sendUrl INFO 1 [687] R:OK -2015-03-09 14:49:42 queue INFO 3 [688] -2015-03-09 14:49:42 queue INFO >3 [689] -2015-03-09 14:49:42 sendUrl INFO 3 [688] R:OK -2015-03-09 14:49:43 sendUrl INFO 3 [689] R:OK -2015-03-09 14:50:32 queue INFO >>3 [690] -2015-03-09 14:50:32 sendUrl INFO 3 [690] R:OK -2015-03-09 14:51:15 queue INFO 83 [691] -2015-03-09 14:51:15 queue INFO >83 [692] -2015-03-09 14:51:16 sendUrl INFO 83 [691] R:OK -2015-03-09 14:51:16 sendUrl INFO 83 [692] R:OK -2015-03-09 14:51:17 queue INFO 3 [693] -2015-03-09 14:51:17 queue INFO >3 [694] -2015-03-09 14:51:17 sendUrl INFO 3 [693] R:OK -2015-03-09 14:51:18 sendUrl INFO 3 [694] R:OK -2015-03-09 14:52:07 queue INFO >>3 [695] -2015-03-09 14:52:07 sendUrl INFO 3 [695] R:OK -2015-03-09 14:52:57 queue INFO >>3 [696] -2015-03-09 14:52:57 sendUrl INFO 3 [696] R:OK -2015-03-09 14:53:47 queue INFO >>3 [697] -2015-03-09 14:53:48 sendUrl INFO 3 [697] R:OK -2015-03-09 14:54:37 queue INFO >>3 [698] -2015-03-09 14:54:38 sendUrl INFO 3 [698] R:OK -2015-03-09 14:55:27 queue INFO >>3 [699] -2015-03-09 14:55:28 sendUrl INFO 3 [699] R:OK -2015-03-09 14:56:18 queue INFO >>3 [700] -2015-03-09 14:56:18 sendUrl INFO 3 [700] R:OK -2015-03-09 14:57:08 queue INFO >>3 [701] -2015-03-09 14:57:08 sendUrl INFO 3 [701] R:OK -2015-03-09 14:57:58 queue INFO >>3 [702] -2015-03-09 14:57:58 sendUrl INFO 3 [702] R:OK -2015-03-09 14:58:48 queue INFO >>3 [703] -2015-03-09 14:58:49 sendUrl INFO 3 [703] R:OK -2015-03-09 14:59:03 queue INFO 83 [704] -2015-03-09 14:59:03 queue INFO >83 [705] -2015-03-09 14:59:04 sendUrl INFO 83 [704] R:OK -2015-03-09 14:59:04 sendUrl INFO 83 [705] R:OK -2015-03-09 14:59:05 queue INFO 3 [706] -2015-03-09 14:59:05 queue INFO >3 [707] -2015-03-09 14:59:05 sendUrl INFO 3 [706] R:OK -2015-03-09 14:59:06 sendUrl INFO 3 [707] R:OK -2015-03-09 14:59:55 queue INFO >>3 [708] -2015-03-09 14:59:55 sendUrl INFO 3 [708] R:OK -2015-03-09 15:00:45 queue INFO >>3 [709] -2015-03-09 15:00:45 sendUrl INFO 3 [709] R:OK -2015-03-09 15:01:35 queue INFO >>3 [710] -2015-03-09 15:01:36 sendUrl INFO 3 [710] R:OK -2015-03-09 15:02:26 queue INFO >>3 [711] -2015-03-09 15:02:26 sendUrl INFO 3 [711] R:OK -2015-03-09 15:03:16 queue INFO >>3 [712] -2015-03-09 15:03:16 sendUrl INFO 3 [712] R:OK -2015-03-09 15:04:06 queue INFO >>3 [713] -2015-03-09 15:04:06 sendUrl INFO 3 [713] R:OK -2015-03-09 15:04:56 queue INFO >>3 [714] -2015-03-09 15:04:57 sendUrl INFO 3 [714] R:OK -2015-03-09 15:05:46 queue INFO >>3 [715] -2015-03-09 15:05:46 sendUrl INFO 3 [715] R:OK -2015-03-09 15:06:36 queue INFO >>3 [716] -2015-03-09 15:06:37 sendUrl INFO 3 [716] R:OK -2015-03-09 15:07:01 queue INFO 83 [717] -2015-03-09 15:07:01 queue INFO >83 [718] -2015-03-09 15:07:01 sendUrl INFO 83 [717] R:OK -2015-03-09 15:07:02 sendUrl INFO 83 [718] R:OK -2015-03-09 15:07:03 queue INFO 3 [719] -2015-03-09 15:07:03 queue INFO >3 [720] -2015-03-09 15:07:03 sendUrl INFO 3 [719] R:OK -2015-03-09 15:07:03 sendUrl INFO 3 [720] R:OK -2015-03-09 15:07:53 queue INFO >>3 [721] -2015-03-09 15:07:53 sendUrl INFO 3 [721] R:OK -2015-03-09 15:08:43 queue INFO >>3 [722] -2015-03-09 15:08:43 sendUrl INFO 3 [722] R:OK -2015-03-09 15:09:33 queue INFO >>3 [723] -2015-03-09 15:09:33 sendUrl INFO 3 [723] R:OK -2015-03-09 15:10:23 queue INFO >>3 [724] -2015-03-09 15:10:24 sendUrl INFO 3 [724] R:OK -2015-03-09 15:11:13 queue INFO >>3 [725] -2015-03-09 15:11:14 sendUrl INFO 3 [725] R:OK -2015-03-09 15:12:03 queue INFO >>3 [726] -2015-03-09 15:12:04 sendUrl INFO 3 [726] R:OK -2015-03-09 15:12:54 queue INFO >>3 [727] -2015-03-09 15:12:54 sendUrl INFO 3 [727] R:OK -2015-03-09 15:13:44 queue INFO >>3 [728] -2015-03-09 15:13:44 sendUrl INFO 3 [728] R:OK -2015-03-09 15:14:34 queue INFO >>3 [729] -2015-03-09 15:14:34 sendUrl INFO 3 [729] R:OK -2015-03-09 15:15:24 queue INFO >>3 [730] -2015-03-09 15:15:24 sendUrl INFO 3 [730] R:OK -2015-03-09 15:16:14 queue INFO >>3 [731] -2015-03-09 15:16:15 sendUrl INFO 3 [731] R:OK -2015-03-09 15:16:20 queue INFO 83 [732] -2015-03-09 15:16:20 queue INFO >83 [733] -2015-03-09 15:16:21 sendUrl INFO 83 [732] R:OK -2015-03-09 15:16:21 sendUrl INFO 83 [733] R:OK -2015-03-09 15:16:22 queue INFO 3 [734] -2015-03-09 15:16:22 queue INFO >3 [735] -2015-03-09 15:16:22 sendUrl INFO 3 [734] R:OK -2015-03-09 15:16:23 sendUrl INFO 3 [735] R:OK -2015-03-09 15:17:12 queue INFO >>3 [736] -2015-03-09 15:17:12 sendUrl INFO 3 [736] R:OK -2015-03-09 15:18:02 queue INFO >>3 [737] -2015-03-09 15:18:02 sendUrl INFO 3 [737] R:OK -2015-03-09 15:18:52 queue INFO >>3 [738] -2015-03-09 15:18:53 sendUrl INFO 3 [738] R:OK -2015-03-09 15:19:42 queue INFO >>3 [739] -2015-03-09 15:19:42 sendUrl INFO 3 [739] R:OK -2015-03-09 15:20:32 queue INFO >>3 [740] -2015-03-09 15:20:33 sendUrl INFO 3 [740] R:OK -2015-03-09 15:21:23 queue INFO >>3 [741] -2015-03-09 15:21:23 sendUrl INFO 3 [741] R:OK -2015-03-09 15:22:13 queue INFO >>3 [742] -2015-03-09 15:22:13 sendUrl INFO 3 [742] R:OK -2015-03-09 15:23:03 queue INFO >>3 [743] -2015-03-09 15:23:03 sendUrl INFO 3 [743] R:OK -2015-03-09 15:23:53 queue INFO >>3 [744] -2015-03-09 15:23:54 sendUrl INFO 3 [744] R:OK -2015-03-09 15:24:18 queue INFO 83 [745] -2015-03-09 15:24:18 queue INFO >83 [746] -2015-03-09 15:24:18 sendUrl INFO 83 [745] R:OK -2015-03-09 15:24:19 sendUrl INFO 83 [746] R:OK -2015-03-09 15:24:19 queue INFO 3 [747] -2015-03-09 15:24:20 queue INFO >3 [748] -2015-03-09 15:24:20 sendUrl INFO 3 [747] R:OK -2015-03-09 15:24:20 sendUrl INFO 3 [748] R:OK -2015-03-09 15:25:09 queue INFO >>3 [749] -2015-03-09 15:25:10 sendUrl INFO 3 [749] R:OK -2015-03-09 15:26:00 queue INFO >>3 [750] -2015-03-09 15:26:00 sendUrl INFO 3 [750] R:OK -2015-03-09 15:26:50 queue INFO >>3 [751] -2015-03-09 15:26:50 sendUrl INFO 3 [751] R:OK -2015-03-09 15:27:40 queue INFO >>3 [752] -2015-03-09 15:27:40 sendUrl INFO 3 [752] R:OK -2015-03-09 15:28:30 queue INFO >>3 [753] -2015-03-09 15:28:30 sendUrl INFO 3 [753] R:OK -2015-03-09 15:29:20 queue INFO >>3 [754] -2015-03-09 15:29:21 sendUrl INFO 3 [754] R:OK -2015-03-09 15:30:10 queue INFO >>3 [755] -2015-03-09 15:30:11 sendUrl INFO 3 [755] R:OK -2015-03-09 15:31:01 queue INFO >>3 [756] -2015-03-09 15:31:01 sendUrl INFO 3 [756] R:OK -2015-03-09 15:31:51 queue INFO >>3 [757] -2015-03-09 15:31:51 sendUrl INFO 3 [757] R:OK -2015-03-09 15:32:06 queue INFO 83 [758] -2015-03-09 15:32:06 sendUrl INFO 83 [758] R:OK -2015-03-09 15:32:06 queue INFO >83 [759] -2015-03-09 15:32:06 sendUrl INFO 83 [759] R:OK -2015-03-09 15:32:07 queue INFO 3 [760] -2015-03-09 15:32:08 queue INFO >3 [761] -2015-03-09 15:32:08 sendUrl INFO 3 [760] R:OK -2015-03-09 15:32:08 sendUrl INFO 3 [761] R:OK -2015-03-09 15:32:58 queue INFO >>3 [762] -2015-03-09 15:32:58 sendUrl INFO 3 [762] R:OK -2015-03-09 15:33:48 queue INFO >>3 [763] -2015-03-09 15:33:48 sendUrl INFO 3 [763] R:OK -2015-03-09 15:34:38 queue INFO >>3 [764] -2015-03-09 15:34:38 sendUrl INFO 3 [764] R:OK -2015-03-09 15:35:28 queue INFO >>3 [765] -2015-03-09 15:35:28 sendUrl INFO 3 [765] R:OK -2015-03-09 15:36:18 queue INFO >>3 [766] -2015-03-09 15:36:19 sendUrl INFO 3 [766] R:OK -2015-03-09 15:37:08 queue INFO >>3 [767] -2015-03-09 15:37:08 sendUrl INFO 3 [767] R:OK -2015-03-09 15:37:58 queue INFO >>3 [768] -2015-03-09 15:37:59 sendUrl INFO 3 [768] R:OK -2015-03-09 15:38:49 queue INFO >>3 [769] -2015-03-09 15:38:49 sendUrl INFO 3 [769] R:OK -2015-03-09 15:39:39 queue INFO >>3 [770] -2015-03-09 15:39:39 sendUrl INFO 3 [770] R:OK -2015-03-09 15:40:03 queue INFO 83 [771] -2015-03-09 15:40:04 queue INFO >83 [772] -2015-03-09 15:40:04 sendUrl INFO 83 [771] R:OK -2015-03-09 15:40:04 sendUrl INFO 83 [772] R:OK -2015-03-09 15:40:05 queue INFO 3 [773] -2015-03-09 15:40:05 sendUrl INFO 3 [773] R:OK -2015-03-09 15:40:05 queue INFO >3 [774] -2015-03-09 15:40:06 sendUrl INFO 3 [774] R:OK -2015-03-09 15:40:55 queue INFO >>3 [775] -2015-03-09 15:40:55 sendUrl INFO 3 [775] R:OK -2015-03-09 15:41:45 queue INFO >>3 [776] -2015-03-09 15:41:46 sendUrl INFO 3 [776] R:OK -2015-03-09 15:42:35 queue INFO >>3 [777] -2015-03-09 15:42:36 sendUrl INFO 3 [777] R:OK -2015-03-09 15:43:26 queue INFO >>3 [778] -2015-03-09 15:43:26 sendUrl INFO 3 [778] R:OK -2015-03-09 15:44:16 queue INFO >>3 [779] -2015-03-09 15:44:16 sendUrl INFO 3 [779] R:OK -2015-03-09 15:45:06 queue INFO >>3 [780] -2015-03-09 15:45:06 sendUrl INFO 3 [780] R:OK -2015-03-09 15:45:56 queue INFO >>3 [781] -2015-03-09 15:45:56 sendUrl INFO 3 [781] R:OK -2015-03-09 15:46:46 queue INFO >>3 [782] -2015-03-09 15:46:47 sendUrl INFO 3 [782] R:OK -2015-03-09 15:47:36 queue INFO >>3 [783] -2015-03-09 15:47:37 sendUrl INFO 3 [783] R:OK -2015-03-09 15:47:52 queue INFO 83 [784] -2015-03-09 15:47:52 sendUrl INFO 83 [784] R:OK -2015-03-09 15:47:52 queue INFO >83 [785] -2015-03-09 15:47:52 sendUrl INFO 83 [785] R:OK -2015-03-09 15:47:53 queue INFO 3 [786] -2015-03-09 15:47:53 queue INFO >3 [787] -2015-03-09 15:47:54 sendUrl INFO 3 [786] R:OK -2015-03-09 15:47:54 sendUrl INFO 3 [787] R:OK -2015-03-09 15:48:43 queue INFO >>3 [788] -2015-03-09 15:48:44 sendUrl INFO 3 [788] R:OK -2015-03-09 15:49:34 queue INFO >>3 [789] -2015-03-09 15:49:34 sendUrl INFO 3 [789] R:OK -2015-03-09 15:50:24 queue INFO >>3 [790] -2015-03-09 15:50:24 sendUrl INFO 3 [790] R:OK -2015-03-09 15:51:14 queue INFO >>3 [791] -2015-03-09 15:51:14 sendUrl INFO 3 [791] R:OK -2015-03-09 15:52:04 queue INFO >>3 [792] -2015-03-09 15:52:04 sendUrl INFO 3 [792] R:OK -2015-03-09 15:52:54 queue INFO >>3 [793] -2015-03-09 15:52:54 sendUrl INFO 3 [793] R:OK -2015-03-09 15:53:44 queue INFO >>3 [794] -2015-03-09 15:53:45 sendUrl INFO 3 [794] R:OK -2015-03-09 15:54:34 queue INFO >>3 [795] -2015-03-09 15:54:35 sendUrl INFO 3 [795] R:OK -2015-03-09 15:55:25 queue INFO >>3 [796] -2015-03-09 15:55:25 sendUrl INFO 3 [796] R:OK -2015-03-09 15:55:49 queue INFO 83 [797] -2015-03-09 15:55:49 sendUrl INFO 83 [797] R:OK -2015-03-09 15:55:50 queue INFO >83 [798] -2015-03-09 15:55:50 sendUrl INFO 83 [798] R:OK -2015-03-09 15:55:51 queue INFO 3 [799] -2015-03-09 15:55:51 queue INFO >3 [800] -2015-03-09 15:55:52 sendUrl INFO 3 [799] R:OK -2015-03-09 15:55:52 sendUrl INFO 3 [800] R:OK -2015-03-09 15:56:41 queue INFO >>3 [801] -2015-03-09 15:56:41 sendUrl INFO 3 [801] R:OK -2015-03-09 15:57:31 queue INFO >>3 [802] -2015-03-09 15:57:32 sendUrl INFO 3 [802] R:OK -2015-03-09 15:58:21 queue INFO >>3 [803] -2015-03-09 15:58:21 sendUrl INFO 3 [803] R:OK -2015-03-09 15:59:12 queue INFO >>3 [804] -2015-03-09 15:59:12 sendUrl INFO 3 [804] R:OK -2015-03-09 16:00:02 queue INFO >>3 [805] -2015-03-09 16:00:02 sendUrl INFO 3 [805] R:OK -2015-03-09 16:00:52 queue INFO >>3 [806] -2015-03-09 16:00:52 sendUrl INFO 3 [806] R:OK -2015-03-09 16:01:42 queue INFO >>3 [807] -2015-03-09 16:01:42 sendUrl INFO 3 [807] R:OK -2015-03-09 16:02:32 queue INFO >>3 [808] -2015-03-09 16:02:33 sendUrl INFO 3 [808] R:OK -2015-03-09 16:03:22 queue INFO >>3 [809] -2015-03-09 16:03:23 sendUrl INFO 3 [809] R:OK -2015-03-09 16:03:38 queue INFO 83 [810] -2015-03-09 16:03:38 sendUrl INFO 83 [810] R:OK -2015-03-09 16:03:38 queue INFO >83 [811] -2015-03-09 16:03:38 sendUrl INFO 83 [811] R:OK -2015-03-09 16:03:39 queue INFO 3 [812] -2015-03-09 16:03:39 queue INFO >3 [813] -2015-03-09 16:03:40 sendUrl INFO 3 [812] R:OK -2015-03-09 16:03:40 sendUrl INFO 3 [813] R:OK -2015-03-09 16:04:29 queue INFO >>3 [814] -2015-03-09 16:04:30 sendUrl INFO 3 [814] R:OK -2015-03-09 16:05:19 queue INFO >>3 [815] -2015-03-09 16:05:20 sendUrl INFO 3 [815] R:OK -2015-03-09 16:06:10 queue INFO >>3 [816] -2015-03-09 16:06:10 sendUrl INFO 3 [816] R:OK -2015-03-09 16:07:00 queue INFO >>3 [817] -2015-03-09 16:07:00 sendUrl INFO 3 [817] R:OK -2015-03-09 16:07:50 queue INFO >>3 [818] -2015-03-09 16:07:50 sendUrl INFO 3 [818] R:OK -2015-03-09 16:08:40 queue INFO >>3 [819] -2015-03-09 16:08:40 sendUrl INFO 3 [819] R:OK -2015-03-09 16:09:30 queue INFO >>3 [820] -2015-03-09 16:09:31 sendUrl INFO 3 [820] R:OK -2015-03-09 16:10:20 queue INFO >>3 [821] -2015-03-09 16:10:21 sendUrl INFO 3 [821] R:OK -2015-03-09 16:11:11 queue INFO >>3 [822] -2015-03-09 16:11:11 sendUrl INFO 3 [822] R:OK -2015-03-09 16:11:35 queue INFO 83 [823] -2015-03-09 16:11:35 queue INFO >83 [824] -2015-03-09 16:11:35 sendUrl INFO 83 [823] R:OK -2015-03-09 16:11:36 sendUrl INFO 83 [824] R:OK -2015-03-09 16:11:37 queue INFO 3 [825] -2015-03-09 16:11:37 queue INFO >3 [826] -2015-03-09 16:11:37 sendUrl INFO 3 [825] R:OK -2015-03-09 16:11:38 sendUrl INFO 3 [826] R:OK -2015-03-09 16:12:27 queue INFO >>3 [827] -2015-03-09 16:12:27 sendUrl INFO 3 [827] R:OK -2015-03-09 16:13:17 queue INFO >>3 [828] -2015-03-09 16:13:18 sendUrl INFO 3 [828] R:OK -2015-03-09 16:14:07 queue INFO >>3 [829] -2015-03-09 16:14:07 sendUrl INFO 3 [829] R:OK -2015-03-09 16:14:57 queue INFO >>3 [830] -2015-03-09 16:14:58 sendUrl INFO 3 [830] R:OK -2015-03-09 16:15:48 queue INFO >>3 [831] -2015-03-09 16:15:48 sendUrl INFO 3 [831] R:OK -2015-03-09 16:16:38 queue INFO >>3 [832] -2015-03-09 16:16:38 sendUrl INFO 3 [832] R:OK -2015-03-09 16:17:28 queue INFO >>3 [833] -2015-03-09 16:17:28 sendUrl INFO 3 [833] R:OK -2015-03-09 16:18:18 queue INFO >>3 [834] -2015-03-09 16:18:18 sendUrl INFO 3 [834] R:OK -2015-03-09 16:19:08 queue INFO >>3 [835] -2015-03-09 16:19:08 sendUrl INFO 3 [835] R:OK -2015-03-09 16:19:23 queue INFO 83 [836] -2015-03-09 16:19:24 queue INFO >83 [837] -2015-03-09 16:19:24 sendUrl INFO 83 [836] R:OK -2015-03-09 16:19:25 sendUrl INFO 83 [837] R:OK -2015-03-09 16:19:25 queue INFO 3 [838] -2015-03-09 16:19:25 queue INFO >3 [839] -2015-03-09 16:19:26 sendUrl INFO 3 [838] R:OK -2015-03-09 16:19:26 sendUrl INFO 3 [839] R:OK -2015-03-09 16:20:15 queue INFO >>3 [840] -2015-03-09 16:20:15 sendUrl INFO 3 [840] R:OK -2015-03-09 16:21:05 queue INFO >>3 [841] -2015-03-09 16:21:06 sendUrl INFO 3 [841] R:OK -2015-03-09 16:21:56 queue INFO >>3 [842] -2015-03-09 16:21:56 sendUrl INFO 3 [842] R:OK -2015-03-09 16:22:46 queue INFO >>3 [843] -2015-03-09 16:22:46 sendUrl INFO 3 [843] R:OK -2015-03-09 16:23:36 queue INFO >>3 [844] -2015-03-09 16:23:36 sendUrl INFO 3 [844] R:OK -2015-03-09 16:24:26 queue INFO >>3 [845] -2015-03-09 16:24:27 sendUrl INFO 3 [845] R:OK -2015-03-09 16:25:16 queue INFO >>3 [846] -2015-03-09 16:25:16 sendUrl INFO 3 [846] R:OK -2015-03-09 16:26:06 queue INFO >>3 [847] -2015-03-09 16:26:07 sendUrl INFO 3 [847] R:OK -2015-03-09 16:26:56 queue INFO >>3 [848] -2015-03-09 16:26:57 sendUrl INFO 3 [848] R:OK -2015-03-09 16:27:21 queue INFO 83 [849] -2015-03-09 16:27:21 sendUrl INFO 83 [849] R:OK -2015-03-09 16:27:21 queue INFO >83 [850] -2015-03-09 16:27:22 sendUrl INFO 83 [850] R:OK -2015-03-09 16:27:23 queue INFO 3 [851] -2015-03-09 16:27:23 queue INFO >3 [852] -2015-03-09 16:27:23 sendUrl INFO 3 [851] R:OK -2015-03-09 16:27:24 sendUrl INFO 3 [852] R:OK -2015-03-09 16:28:13 queue INFO >>3 [853] -2015-03-09 16:28:13 sendUrl INFO 3 [853] R:OK -2015-03-09 16:29:03 queue INFO >>3 [854] -2015-03-09 16:29:03 sendUrl INFO 3 [854] R:OK -2015-03-09 16:29:53 queue INFO >>3 [855] -2015-03-09 16:29:54 sendUrl INFO 3 [855] R:OK -2015-03-09 16:30:43 queue INFO >>3 [856] -2015-03-09 16:30:44 sendUrl INFO 3 [856] R:OK -2015-03-09 16:31:33 queue INFO >>3 [857] -2015-03-09 16:31:34 sendUrl INFO 3 [857] R:OK -2015-03-09 16:32:24 queue INFO >>3 [858] -2015-03-09 16:32:24 sendUrl INFO 3 [858] R:OK -2015-03-09 16:33:14 queue INFO >>3 [859] -2015-03-09 16:33:14 sendUrl INFO 3 [859] R:OK -2015-03-09 16:34:04 queue INFO >>3 [860] -2015-03-09 16:34:04 sendUrl INFO 3 [860] R:OK -2015-03-09 16:34:54 queue INFO >>3 [861] -2015-03-09 16:34:54 sendUrl INFO 3 [861] R:OK -2015-03-09 16:35:09 queue INFO 83 [862] -2015-03-09 16:35:09 queue INFO >83 [863] -2015-03-09 16:35:09 sendUrl INFO 83 [862] R:OK -2015-03-09 16:35:10 sendUrl INFO 83 [863] R:OK -2015-03-09 16:35:11 queue INFO 3 [864] -2015-03-09 16:35:11 sendUrl INFO 3 [864] R:OK -2015-03-09 16:35:11 queue INFO >3 [865] -2015-03-09 16:35:11 sendUrl INFO 3 [865] R:OK -2015-03-09 16:36:01 queue INFO >>3 [866] -2015-03-09 16:36:01 sendUrl INFO 3 [866] R:OK -2015-03-09 16:36:51 queue INFO >>3 [867] -2015-03-09 16:36:52 sendUrl INFO 3 [867] R:OK -2015-03-09 16:37:41 queue INFO >>3 [868] -2015-03-09 16:37:41 sendUrl INFO 3 [868] R:OK -2015-03-09 16:38:31 queue INFO >>3 [869] -2015-03-09 16:38:32 sendUrl INFO 3 [869] R:OK -2015-03-09 16:39:22 queue INFO >>3 [870] -2015-03-09 16:39:22 sendUrl INFO 3 [870] R:OK -2015-03-09 16:40:12 queue INFO >>3 [871] -2015-03-09 16:40:12 sendUrl INFO 3 [871] R:OK -2015-03-09 16:41:02 queue INFO >>3 [872] -2015-03-09 16:41:02 sendUrl INFO 3 [872] R:OK -2015-03-09 16:41:52 queue INFO >>3 [873] -2015-03-09 16:41:52 sendUrl INFO 3 [873] R:OK -2015-03-09 16:42:42 queue INFO >>3 [874] -2015-03-09 16:42:42 sendUrl INFO 3 [874] R:OK -2015-03-09 16:43:07 queue INFO 83 [875] -2015-03-09 16:43:07 queue INFO >83 [876] -2015-03-09 16:43:07 sendUrl INFO 83 [875] R:OK -2015-03-09 16:43:08 sendUrl INFO 83 [876] R:OK -2015-03-09 16:43:08 queue INFO 3 [877] -2015-03-09 16:43:09 queue INFO >3 [878] -2015-03-09 16:43:09 sendUrl INFO 3 [877] R:OK -2015-03-09 16:43:09 sendUrl INFO 3 [878] R:OK -2015-03-09 16:43:59 queue INFO >>3 [879] -2015-03-09 16:43:59 sendUrl INFO 3 [879] R:OK -2015-03-09 16:44:49 queue INFO >>3 [880] -2015-03-09 16:44:49 sendUrl INFO 3 [880] R:OK -2015-03-09 16:45:39 queue INFO >>3 [881] -2015-03-09 16:45:39 sendUrl INFO 3 [881] R:OK -2015-03-09 16:46:29 queue INFO >>3 [882] -2015-03-09 16:46:29 sendUrl INFO 3 [882] R:OK -2015-03-09 16:47:19 queue INFO >>3 [883] -2015-03-09 16:47:19 sendUrl INFO 3 [883] R:OK -2015-03-09 16:48:09 queue INFO >>3 [884] -2015-03-09 16:48:10 sendUrl INFO 3 [884] R:OK -2015-03-09 16:48:59 queue INFO >>3 [885] -2015-03-09 16:49:00 sendUrl INFO 3 [885] R:OK -2015-03-09 16:49:50 queue INFO >>3 [886] -2015-03-09 16:49:50 sendUrl INFO 3 [886] R:OK -2015-03-09 16:50:40 queue INFO >>3 [887] -2015-03-09 16:50:40 sendUrl INFO 3 [887] R:OK -2015-03-09 16:51:30 queue INFO >>3 [888] -2015-03-09 16:51:30 sendUrl INFO 3 [888] R:OK -2015-03-09 16:51:38 queue INFO 83 [889] -2015-03-09 16:51:39 sendUrl INFO 83 [889] R:OK -2015-03-09 16:51:39 queue INFO >83 [890] -2015-03-09 16:51:39 sendUrl INFO 83 [890] R:OK -2015-03-09 16:51:40 queue INFO 3 [891] -2015-03-09 16:51:40 queue INFO >3 [892] -2015-03-09 16:51:41 sendUrl INFO 3 [891] R:OK -2015-03-09 16:51:41 sendUrl INFO 3 [892] R:OK -2015-03-09 16:52:30 queue INFO >>3 [893] -2015-03-09 16:52:30 sendUrl INFO 3 [893] R:OK -2015-03-09 16:53:20 queue INFO >>3 [894] -2015-03-09 16:53:21 sendUrl INFO 3 [894] R:OK -2015-03-09 16:53:58 queue INFO 1 [895] -2015-03-09 16:53:58 queue INFO >1 [896] -2015-03-09 16:53:58 sendUrl INFO 1 [895] R:OK -2015-03-09 16:53:58 sendUrl INFO 1 [896] R:OK -2015-03-09 16:54:48 queue INFO >>1 [897] -2015-03-09 16:54:48 sendUrl INFO 1 [897] R:OK -2015-03-09 16:55:38 queue INFO >>1 [898] -2015-03-09 16:55:38 sendUrl INFO 1 [898] R:OK -2015-03-09 16:56:28 queue INFO >>1 [899] -2015-03-09 16:56:28 sendUrl INFO 1 [899] R:OK -2015-03-09 16:57:18 queue INFO >>1 [900] -2015-03-09 16:57:18 sendUrl INFO 1 [900] R:OK -2015-03-09 16:58:08 queue INFO >>1 [901] -2015-03-09 16:58:09 sendUrl INFO 1 [901] R:OK -2015-03-09 16:58:59 queue INFO >>1 [902] -2015-03-09 16:58:59 sendUrl INFO 1 [902] R:OK -2015-03-09 16:59:49 queue INFO >>1 [903] -2015-03-09 16:59:49 sendUrl INFO 1 [903] R:OK -2015-03-09 17:00:39 queue INFO >>1 [904] -2015-03-09 17:00:39 sendUrl INFO 1 [904] R:OK -2015-03-09 17:01:29 queue INFO >>1 [905] -2015-03-09 17:01:29 sendUrl INFO 1 [905] R:OK -2015-03-09 17:01:33 queue INFO 21 [906] -2015-03-09 17:01:33 queue INFO 1 [907] -2015-03-09 17:01:33 sendUrl INFO 21 [906] R:OK -2015-03-09 17:01:33 queue INFO >1 [908] -2015-03-09 17:01:34 sendUrl INFO 1 [907] R:OK -2015-03-09 17:01:34 sendUrl INFO 1 [908] R:OK -2015-03-09 17:01:35 queue INFO 21 [909] -2015-03-09 17:01:35 queue INFO >21 [910] -2015-03-09 17:01:36 sendUrl INFO 21 [909] R:OK -2015-03-09 17:01:36 sendUrl INFO 21 [910] R:OK -2015-03-09 17:02:25 queue INFO >>21 [911] -2015-03-09 17:02:26 sendUrl INFO 21 [911] R:OK -2015-03-09 17:03:15 queue INFO >>21 [912] -2015-03-09 17:03:16 sendUrl INFO 21 [912] R:OK -2015-03-09 17:04:06 queue INFO >>21 [913] -2015-03-09 17:04:06 sendUrl INFO 21 [913] R:OK -2015-03-09 17:04:56 queue INFO >>21 [914] -2015-03-09 17:04:56 sendUrl INFO 21 [914] R:OK -2015-03-09 17:05:46 queue INFO >>21 [915] -2015-03-09 17:05:46 sendUrl INFO 21 [915] R:OK -2015-03-09 17:06:36 queue INFO >>21 [916] -2015-03-09 17:06:37 sendUrl INFO 21 [916] R:OK -2015-03-09 17:07:26 queue INFO >>21 [917] -2015-03-09 17:07:26 sendUrl INFO 21 [917] R:OK -2015-03-09 17:08:16 queue INFO >>21 [918] -2015-03-09 17:08:17 sendUrl INFO 21 [918] R:OK -2015-03-09 17:09:07 queue INFO >>21 [919] -2015-03-09 17:09:07 sendUrl INFO 21 [919] R:OK -2015-03-09 17:09:57 queue INFO >>21 [920] -2015-03-09 17:09:57 sendUrl INFO 21 [920] R:OK -2015-03-09 17:10:32 queue INFO 1 [921] -2015-03-09 17:10:32 queue INFO >1 [922] -2015-03-09 17:10:32 sendUrl INFO 1 [921] R:OK -2015-03-09 17:10:33 sendUrl INFO 1 [922] R:OK -2015-03-09 17:11:10 queue INFO 81 [923] -2015-03-09 17:11:11 queue INFO >81 [924] -2015-03-09 17:11:11 sendUrl INFO 81 [923] R:OK -2015-03-09 17:11:11 sendUrl INFO 81 [924] R:OK -2015-03-09 17:11:12 queue INFO 83 [925] -2015-03-09 17:11:12 sendUrl INFO 83 [925] R:OK -2015-03-09 17:11:12 queue INFO 3 [926] -2015-03-09 17:11:12 queue INFO >3 [927] -2015-03-09 17:11:12 sendUrl INFO 3 [926] R:OK -2015-03-09 17:11:13 sendUrl INFO 3 [927] R:OK -2015-03-09 17:12:02 queue INFO >>3 [928] -2015-03-09 17:12:02 sendUrl INFO 3 [928] R:OK -2015-03-09 17:12:52 queue INFO >>3 [929] -2015-03-09 17:12:53 sendUrl INFO 3 [929] R:OK -2015-03-09 17:13:34 queue INFO 21 [930] -2015-03-09 17:13:34 sendUrl INFO 21 [930] R:OK -2015-03-09 17:13:34 queue INFO 1 [931] -2015-03-09 17:13:35 queue INFO >1 [932] -2015-03-09 17:13:35 sendUrl INFO 1 [931] R:OK -2015-03-09 17:13:35 sendUrl INFO 1 [932] R:OK -2015-03-09 17:13:54 queue INFO 21 [933] -2015-03-09 17:13:54 sendUrl INFO 21 [933] R:OK -2015-03-09 17:13:54 queue INFO 1 [934] -2015-03-09 17:13:54 queue INFO >1 [935] -2015-03-09 17:13:55 sendUrl INFO 1 [934] R:OK -2015-03-09 17:13:55 sendUrl INFO 1 [935] R:OK -2015-03-09 17:13:56 queue INFO 21 [936] -2015-03-09 17:13:56 queue INFO 1 [937] -2015-03-09 17:13:56 sendUrl INFO 21 [936] R:OK -2015-03-09 17:13:56 queue INFO >1 [938] -2015-03-09 17:13:57 sendUrl INFO 1 [937] R:OK -2015-03-09 17:13:57 queue INFO 21 [939] -2015-03-09 17:13:57 queue INFO 1 [940] -2015-03-09 17:13:57 sendUrl INFO 1 [938] R:OK -2015-03-09 17:13:57 queue INFO >1 [941] -2015-03-09 17:13:58 sendUrl INFO 21 [939] R:OK -2015-03-09 17:13:58 sendUrl INFO 1 [940] R:OK -2015-03-09 17:13:58 queue INFO 21 [942] -2015-03-09 17:13:58 queue INFO 1 [943] -2015-03-09 17:13:59 sendUrl INFO 1 [941] R:OK -2015-03-09 17:13:59 queue INFO >1 [944] -2015-03-09 17:13:59 sendUrl INFO 21 [942] R:OK -2015-03-09 17:14:00 sendUrl INFO 1 [943] R:OK -2015-03-09 17:14:00 sendUrl INFO 1 [944] R:OK -2015-03-09 17:14:21 queue INFO 3 [945] -2015-03-09 17:14:21 queue INFO >3 [946] -2015-03-09 17:14:22 sendUrl INFO 3 [945] R:OK -2015-03-09 17:14:22 sendUrl INFO 3 [946] R:OK -2015-03-09 17:15:11 queue INFO >>3 [947] -2015-03-09 17:15:12 sendUrl INFO 3 [947] R:OK -2015-03-09 17:16:01 queue INFO >>3 [948] -2015-03-09 17:16:02 sendUrl INFO 3 [948] R:OK -2015-03-09 17:16:52 queue INFO >>3 [949] -2015-03-09 17:16:52 sendUrl INFO 3 [949] R:OK -2015-03-09 17:17:42 queue INFO >>3 [950] -2015-03-09 17:17:42 sendUrl INFO 3 [950] R:OK -2015-03-09 17:18:32 queue INFO >>3 [951] -2015-03-09 17:18:32 sendUrl INFO 3 [951] R:OK -2015-03-09 17:18:58 queue INFO 83 [952] -2015-03-09 17:18:59 sendUrl INFO 83 [952] R:OK -2015-03-09 17:18:59 queue INFO >83 [953] -2015-03-09 17:18:59 sendUrl INFO 83 [953] R:OK -2015-03-09 17:19:00 queue INFO 3 [954] -2015-03-09 17:19:00 queue INFO >3 [955] -2015-03-09 17:19:01 sendUrl INFO 3 [954] R:OK -2015-03-09 17:19:01 sendUrl INFO 3 [955] R:OK -2015-03-09 17:19:50 queue INFO >>3 [956] -2015-03-09 17:19:50 sendUrl INFO 3 [956] R:OK -2015-03-09 17:20:40 queue INFO >>3 [957] -2015-03-09 17:20:41 sendUrl INFO 3 [957] R:OK -2015-03-09 17:21:30 queue INFO >>3 [958] -2015-03-09 17:21:31 sendUrl INFO 3 [958] R:OK -2015-03-09 17:22:21 queue INFO >>3 [959] -2015-03-09 17:22:21 sendUrl INFO 3 [959] R:OK -2015-03-09 17:23:11 queue INFO >>3 [960] -2015-03-09 17:23:11 sendUrl INFO 3 [960] R:OK -2015-03-09 17:24:01 queue INFO >>3 [961] -2015-03-09 17:24:01 sendUrl INFO 3 [961] R:OK -2015-03-09 17:24:51 queue INFO >>3 [962] -2015-03-09 17:24:51 sendUrl INFO 3 [962] R:OK -2015-03-09 17:25:41 queue INFO >>3 [963] -2015-03-09 17:25:42 sendUrl INFO 3 [963] R:OK -2015-03-09 17:26:31 queue INFO >>3 [964] -2015-03-09 17:26:32 sendUrl INFO 3 [964] R:OK -2015-03-09 17:26:56 queue INFO 83 [965] -2015-03-09 17:26:56 queue INFO >83 [966] -2015-03-09 17:26:56 sendUrl INFO 83 [965] R:OK -2015-03-09 17:26:57 sendUrl INFO 83 [966] R:OK -2015-03-09 17:26:58 queue INFO 3 [967] -2015-03-09 17:26:58 sendUrl INFO 3 [967] R:OK -2015-03-09 17:26:58 queue INFO >3 [968] -2015-03-09 17:26:58 sendUrl INFO 3 [968] R:OK -2015-03-09 17:27:48 queue INFO >>3 [969] -2015-03-09 17:27:48 sendUrl INFO 3 [969] R:OK -2015-03-09 17:28:38 queue INFO >>3 [970] -2015-03-09 17:28:38 sendUrl INFO 3 [970] R:OK -2015-03-09 17:29:28 queue INFO >>3 [971] -2015-03-09 17:29:28 sendUrl INFO 3 [971] R:OK -2015-03-09 17:30:18 queue INFO >>3 [972] -2015-03-09 17:30:19 sendUrl INFO 3 [972] R:OK -2015-03-09 17:31:08 queue INFO >>3 [973] -2015-03-09 17:31:09 sendUrl INFO 3 [973] R:OK -2015-03-09 17:31:59 queue INFO >>3 [974] -2015-03-09 17:31:59 sendUrl INFO 3 [974] R:OK -2015-03-09 17:32:49 queue INFO >>3 [975] -2015-03-09 17:32:49 sendUrl INFO 3 [975] R:OK -2015-03-09 17:33:39 queue INFO >>3 [976] -2015-03-09 17:33:39 sendUrl INFO 3 [976] R:OK -2015-03-09 17:34:29 queue INFO >>3 [977] -2015-03-09 17:34:29 sendUrl INFO 3 [977] R:OK -2015-03-09 17:34:44 queue INFO 83 [978] -2015-03-09 17:34:44 queue INFO >83 [979] -2015-03-09 17:34:44 sendUrl INFO 83 [978] R:OK -2015-03-09 17:34:45 sendUrl INFO 83 [979] R:OK -2015-03-09 17:34:46 queue INFO 3 [980] -2015-03-09 17:34:46 queue INFO >3 [981] -2015-03-09 17:34:46 sendUrl INFO 3 [980] R:OK -2015-03-09 17:34:46 sendUrl INFO 3 [981] R:OK -2015-03-09 17:35:36 queue INFO >>3 [982] -2015-03-09 17:35:36 sendUrl INFO 3 [982] R:OK -2015-03-09 17:36:26 queue INFO >>3 [983] -2015-03-09 17:36:27 sendUrl INFO 3 [983] R:OK -2015-03-09 17:37:16 queue INFO >>3 [984] -2015-03-09 17:37:16 sendUrl INFO 3 [984] R:OK -2015-03-09 17:38:06 queue INFO >>3 [985] -2015-03-09 17:38:07 sendUrl INFO 3 [985] R:OK -2015-03-09 17:38:56 queue INFO >>3 [986] -2015-03-09 17:38:57 sendUrl INFO 3 [986] R:OK -2015-03-09 17:39:47 queue INFO >>3 [987] -2015-03-09 17:39:47 sendUrl INFO 3 [987] R:OK -2015-03-09 17:40:37 queue INFO >>3 [988] -2015-03-09 17:40:37 sendUrl INFO 3 [988] R:OK -2015-03-09 17:41:27 queue INFO >>3 [989] -2015-03-09 17:41:27 sendUrl INFO 3 [989] R:OK -2015-03-09 17:42:17 queue INFO >>3 [990] -2015-03-09 17:42:17 sendUrl INFO 3 [990] R:OK -2015-03-09 17:42:42 queue INFO 83 [991] -2015-03-09 17:42:42 queue INFO >83 [992] -2015-03-09 17:42:42 sendUrl INFO 83 [991] R:OK -2015-03-09 17:42:43 sendUrl INFO 83 [992] R:OK -2015-03-09 17:42:44 queue INFO 3 [993] -2015-03-09 17:42:44 sendUrl INFO 3 [993] R:OK -2015-03-09 17:42:44 queue INFO >3 [994] -2015-03-09 17:42:44 sendUrl INFO 3 [994] R:OK -2015-03-09 17:43:34 queue INFO >>3 [995] -2015-03-09 17:43:34 sendUrl INFO 3 [995] R:OK -2015-03-09 17:44:24 queue INFO >>3 [996] -2015-03-09 17:44:24 sendUrl INFO 3 [996] R:OK -2015-03-09 17:45:14 queue INFO >>3 [997] -2015-03-09 17:45:14 sendUrl INFO 3 [997] R:OK -2015-03-09 17:46:04 queue INFO >>3 [998] -2015-03-09 17:46:04 sendUrl INFO 3 [998] R:OK -2015-03-09 17:46:54 queue INFO >>3 [999] -2015-03-09 17:46:55 sendUrl INFO 3 [999] R:OK -2015-03-09 17:47:44 queue INFO >>3 [0] -2015-03-09 17:47:45 sendUrl INFO 3 [0] R:OK -2015-03-09 17:48:35 queue INFO >>3 [1] -2015-03-09 17:48:35 sendUrl INFO 3 [1] R:OK -2015-03-09 17:49:25 queue INFO >>3 [2] -2015-03-09 17:49:25 sendUrl INFO 3 [2] R:OK -2015-03-09 17:50:15 queue INFO >>3 [3] -2015-03-09 17:50:15 sendUrl INFO 3 [3] R:OK -2015-03-09 17:50:30 queue INFO 83 [4] -2015-03-09 17:50:30 sendUrl INFO 83 [4] R:OK -2015-03-09 17:50:30 queue INFO >83 [5] -2015-03-09 17:50:31 sendUrl INFO 83 [5] R:OK -2015-03-09 17:50:32 queue INFO 3 [6] -2015-03-09 17:50:32 queue INFO >3 [7] -2015-03-09 17:50:32 sendUrl INFO 3 [6] R:OK -2015-03-09 17:50:33 sendUrl INFO 3 [7] R:OK -2015-03-09 17:51:22 queue INFO >>3 [8] -2015-03-09 17:51:22 sendUrl INFO 3 [8] R:OK -2015-03-09 17:52:12 queue INFO >>3 [9] -2015-03-09 17:52:12 sendUrl INFO 3 [9] R:OK -2015-03-09 17:53:02 queue INFO >>3 [10] -2015-03-09 17:53:03 sendUrl INFO 3 [10] R:OK -2015-03-09 17:53:52 queue INFO >>3 [11] -2015-03-09 17:53:53 sendUrl INFO 3 [11] R:OK -2015-03-09 17:54:43 queue INFO >>3 [12] -2015-03-09 17:54:43 sendUrl INFO 3 [12] R:OK -2015-03-09 17:55:33 queue INFO >>3 [13] -2015-03-09 17:55:33 sendUrl INFO 3 [13] R:OK -2015-03-09 17:56:23 queue INFO >>3 [14] -2015-03-09 17:56:23 sendUrl INFO 3 [14] R:OK -2015-03-09 17:57:13 queue INFO >>3 [15] -2015-03-09 17:57:13 sendUrl INFO 3 [15] R:OK -2015-03-09 17:58:03 queue INFO >>3 [16] -2015-03-09 17:58:03 sendUrl INFO 3 [16] R:OK -2015-03-09 17:58:28 queue INFO 83 [17] -2015-03-09 17:58:28 queue INFO >83 [18] -2015-03-09 17:58:28 sendUrl INFO 83 [17] R:OK -2015-03-09 17:58:28 sendUrl INFO 83 [18] R:OK -2015-03-09 17:58:29 queue INFO 3 [19] -2015-03-09 17:58:29 queue INFO >3 [20] -2015-03-09 17:58:30 sendUrl INFO 3 [19] R:OK -2015-03-09 17:58:30 sendUrl INFO 3 [20] R:OK -2015-03-09 17:59:19 queue INFO >>3 [21] -2015-03-09 17:59:20 sendUrl INFO 3 [21] R:OK -2015-03-09 18:00:10 queue INFO >>3 [22] -2015-03-09 18:00:10 sendUrl INFO 3 [22] R:OK -2015-03-09 18:01:00 queue INFO >>3 [23] -2015-03-09 18:01:00 sendUrl INFO 3 [23] R:OK -2015-03-09 18:01:50 queue INFO >>3 [24] -2015-03-09 18:01:50 sendUrl INFO 3 [24] R:OK -2015-03-09 18:02:40 queue INFO >>3 [25] -2015-03-09 18:02:40 sendUrl INFO 3 [25] R:OK -2015-03-09 18:03:30 queue INFO >>3 [26] -2015-03-09 18:03:30 sendUrl INFO 3 [26] R:OK -2015-03-09 18:04:20 queue INFO >>3 [27] -2015-03-09 18:04:21 sendUrl INFO 3 [27] R:OK -2015-03-09 18:05:10 queue INFO >>3 [28] -2015-03-09 18:05:11 sendUrl INFO 3 [28] R:OK -2015-03-09 18:06:01 queue INFO >>3 [29] -2015-03-09 18:06:01 sendUrl INFO 3 [29] R:OK -2015-03-09 18:06:16 queue INFO 83 [30] -2015-03-09 18:06:16 queue INFO >83 [31] -2015-03-09 18:06:16 sendUrl INFO 83 [30] R:OK -2015-03-09 18:06:17 sendUrl INFO 83 [31] R:OK -2015-03-09 18:06:17 queue INFO 3 [32] -2015-03-09 18:06:17 queue INFO >3 [33] -2015-03-09 18:06:18 sendUrl INFO 3 [32] R:OK -2015-03-09 18:06:18 sendUrl INFO 3 [33] R:OK -2015-03-09 18:07:07 queue INFO >>3 [34] -2015-03-09 18:07:08 sendUrl INFO 3 [34] R:OK -2015-03-09 18:07:58 queue INFO >>3 [35] -2015-03-09 18:07:58 sendUrl INFO 3 [35] R:OK -2015-03-09 18:08:48 queue INFO >>3 [36] -2015-03-09 18:08:48 sendUrl INFO 3 [36] R:OK -2015-03-09 18:09:38 queue INFO >>3 [37] -2015-03-09 18:09:38 sendUrl INFO 3 [37] R:OK -2015-03-09 18:10:28 queue INFO >>3 [38] -2015-03-09 18:10:28 sendUrl INFO 3 [38] R:OK -2015-03-09 18:11:18 queue INFO >>3 [39] -2015-03-09 18:11:19 sendUrl INFO 3 [39] R:OK -2015-03-09 18:12:08 queue INFO >>3 [40] -2015-03-09 18:12:08 sendUrl INFO 3 [40] R:OK -2015-03-09 18:12:58 queue INFO >>3 [41] -2015-03-09 18:12:59 sendUrl INFO 3 [41] R:OK -2015-03-09 18:13:48 queue INFO >>3 [42] -2015-03-09 18:13:49 sendUrl INFO 3 [42] R:OK -2015-03-09 18:14:14 queue INFO 83 [43] -2015-03-09 18:14:14 queue INFO >83 [44] -2015-03-09 18:14:14 sendUrl INFO 83 [43] R:OK -2015-03-09 18:14:14 sendUrl INFO 83 [44] R:OK -2015-03-09 18:14:15 queue INFO 3 [45] -2015-03-09 18:14:15 queue INFO >3 [46] -2015-03-09 18:14:15 sendUrl INFO 3 [45] R:OK -2015-03-09 18:14:16 sendUrl INFO 3 [46] R:OK -2015-03-09 18:15:05 queue INFO >>3 [47] -2015-03-09 18:15:06 sendUrl INFO 3 [47] R:OK -2015-03-09 18:15:55 queue INFO >>3 [48] -2015-03-09 18:15:56 sendUrl INFO 3 [48] R:OK -2015-03-09 18:16:46 queue INFO >>3 [49] -2015-03-09 18:16:46 sendUrl INFO 3 [49] R:OK -2015-03-09 18:17:36 queue INFO >>3 [50] -2015-03-09 18:17:36 sendUrl INFO 3 [50] R:OK -2015-03-09 18:18:26 queue INFO >>3 [51] -2015-03-09 18:18:26 sendUrl INFO 3 [51] R:OK -2015-03-09 18:19:16 queue INFO >>3 [52] -2015-03-09 18:19:16 sendUrl INFO 3 [52] R:OK -2015-03-09 18:20:06 queue INFO >>3 [53] -2015-03-09 18:20:07 sendUrl INFO 3 [53] R:OK -2015-03-09 18:20:56 queue INFO >>3 [54] -2015-03-09 18:20:57 sendUrl INFO 3 [54] R:OK -2015-03-09 18:21:47 queue INFO >>3 [55] -2015-03-09 18:21:47 sendUrl INFO 3 [55] R:OK -2015-03-09 18:22:02 queue INFO 83 [56] -2015-03-09 18:22:02 queue INFO >83 [57] -2015-03-09 18:22:02 sendUrl INFO 83 [56] R:OK -2015-03-09 18:22:02 sendUrl INFO 83 [57] R:OK -2015-03-09 18:22:03 queue INFO 3 [58] -2015-03-09 18:22:03 sendUrl INFO 3 [58] R:OK -2015-03-09 18:22:04 queue INFO >3 [59] -2015-03-09 18:22:04 sendUrl INFO 3 [59] R:OK -2015-03-09 18:22:54 queue INFO >>3 [60] -2015-03-09 18:22:54 sendUrl INFO 3 [60] R:OK -2015-03-09 18:23:44 queue INFO >>3 [61] -2015-03-09 18:23:44 sendUrl INFO 3 [61] R:OK -2015-03-09 18:24:34 queue INFO >>3 [62] -2015-03-09 18:24:34 sendUrl INFO 3 [62] R:OK -2015-03-09 18:25:24 queue INFO >>3 [63] -2015-03-09 18:25:24 sendUrl INFO 3 [63] R:OK -2015-03-09 18:26:14 queue INFO >>3 [64] -2015-03-09 18:26:15 sendUrl INFO 3 [64] R:OK -2015-03-09 18:27:04 queue INFO >>3 [65] -2015-03-09 18:27:04 sendUrl INFO 3 [65] R:OK -2015-03-09 18:27:54 queue INFO >>3 [66] -2015-03-09 18:27:55 sendUrl INFO 3 [66] R:OK -2015-03-09 18:28:45 queue INFO >>3 [67] -2015-03-09 18:28:45 sendUrl INFO 3 [67] R:OK -2015-03-09 18:29:35 queue INFO >>3 [68] -2015-03-09 18:29:35 sendUrl INFO 3 [68] R:OK -2015-03-09 18:29:59 queue INFO 83 [69] -2015-03-09 18:30:00 queue INFO >83 [70] -2015-03-09 18:30:00 sendUrl INFO 83 [69] R:OK -2015-03-09 18:30:00 sendUrl INFO 83 [70] R:OK -2015-03-09 18:30:01 queue INFO 3 [71] -2015-03-09 18:30:01 sendUrl INFO 3 [71] R:OK -2015-03-09 18:30:01 queue INFO >3 [72] -2015-03-09 18:30:02 sendUrl INFO 3 [72] R:OK -2015-03-09 18:30:51 queue INFO >>3 [73] -2015-03-09 18:30:51 sendUrl INFO 3 [73] R:OK -2015-03-09 18:31:41 queue INFO >>3 [74] -2015-03-09 18:31:42 sendUrl INFO 3 [74] R:OK -2015-03-09 18:32:31 queue INFO >>3 [75] -2015-03-09 18:32:32 sendUrl INFO 3 [75] R:OK -2015-03-09 18:33:22 queue INFO >>3 [76] -2015-03-09 18:33:22 sendUrl INFO 3 [76] R:OK -2015-03-09 18:34:12 queue INFO >>3 [77] -2015-03-09 18:34:12 sendUrl INFO 3 [77] R:OK -2015-03-09 18:35:02 queue INFO >>3 [78] -2015-03-09 18:35:02 sendUrl INFO 3 [78] R:OK -2015-03-09 18:35:52 queue INFO >>3 [79] -2015-03-09 18:35:52 sendUrl INFO 3 [79] R:OK -2015-03-09 18:36:42 queue INFO >>3 [80] -2015-03-09 18:36:43 sendUrl INFO 3 [80] R:OK -2015-03-09 18:37:32 queue INFO >>3 [81] -2015-03-09 18:37:33 sendUrl INFO 3 [81] R:OK -2015-03-09 18:37:48 queue INFO 83 [82] -2015-03-09 18:37:48 sendUrl INFO 83 [82] R:OK -2015-03-09 18:37:48 queue INFO >83 [83] -2015-03-09 18:37:48 sendUrl INFO 83 [83] R:OK -2015-03-09 18:37:49 queue INFO 3 [84] -2015-03-09 18:37:49 queue INFO >3 [85] -2015-03-09 18:37:49 sendUrl INFO 3 [84] R:OK -2015-03-09 18:37:50 sendUrl INFO 3 [85] R:OK -2015-03-09 18:38:39 queue INFO >>3 [86] -2015-03-09 18:38:40 sendUrl INFO 3 [86] R:OK -2015-03-09 18:39:29 queue INFO >>3 [87] -2015-03-09 18:39:29 sendUrl INFO 3 [87] R:OK -2015-03-09 18:40:20 queue INFO >>3 [88] -2015-03-09 18:40:20 sendUrl INFO 3 [88] R:OK -2015-03-09 18:41:10 queue INFO >>3 [89] -2015-03-09 18:41:10 sendUrl INFO 3 [89] R:OK -2015-03-09 18:42:00 queue INFO >>3 [90] -2015-03-09 18:42:00 sendUrl INFO 3 [90] R:OK -2015-03-09 18:42:50 queue INFO >>3 [91] -2015-03-09 18:42:50 sendUrl INFO 3 [91] R:OK -2015-03-09 18:43:40 queue INFO >>3 [92] -2015-03-09 18:43:41 sendUrl INFO 3 [92] R:OK -2015-03-09 18:44:30 queue INFO >>3 [93] -2015-03-09 18:44:30 sendUrl INFO 3 [93] R:OK -2015-03-09 18:45:20 queue INFO >>3 [94] -2015-03-09 18:45:21 sendUrl INFO 3 [94] R:OK -2015-03-09 18:45:46 queue INFO 83 [95] -2015-03-09 18:45:46 queue INFO >83 [96] -2015-03-09 18:45:46 sendUrl INFO 83 [95] R:OK -2015-03-09 18:45:46 sendUrl INFO 83 [96] R:OK -2015-03-09 18:45:47 queue INFO 3 [97] -2015-03-09 18:45:47 queue INFO >3 [98] -2015-03-09 18:45:48 sendUrl INFO 3 [97] R:OK -2015-03-09 18:45:48 sendUrl INFO 3 [98] R:OK -2015-03-09 18:46:37 queue INFO >>3 [99] -2015-03-09 18:46:37 sendUrl INFO 3 [99] R:OK -2015-03-09 18:47:27 queue INFO >>3 [100] -2015-03-09 18:47:28 sendUrl INFO 3 [100] R:OK -2015-03-09 18:48:17 queue INFO >>3 [101] -2015-03-09 18:48:17 sendUrl INFO 3 [101] R:OK -2015-03-09 18:49:08 queue INFO >>3 [102] -2015-03-09 18:49:08 sendUrl INFO 3 [102] R:OK -2015-03-09 18:49:58 queue INFO >>3 [103] -2015-03-09 18:49:58 sendUrl INFO 3 [103] R:OK -2015-03-09 18:50:48 queue INFO >>3 [104] -2015-03-09 18:50:48 sendUrl INFO 3 [104] R:OK -2015-03-09 18:51:38 queue INFO >>3 [105] -2015-03-09 18:51:38 sendUrl INFO 3 [105] R:OK -2015-03-09 18:52:28 queue INFO >>3 [106] -2015-03-09 18:52:29 sendUrl INFO 3 [106] R:OK -2015-03-09 18:53:18 queue INFO >>3 [107] -2015-03-09 18:53:18 sendUrl INFO 3 [107] R:OK -2015-03-09 18:53:33 queue INFO 83 [108] -2015-03-09 18:53:34 sendUrl INFO 83 [108] R:OK -2015-03-09 18:53:34 queue INFO >83 [109] -2015-03-09 18:53:34 sendUrl INFO 83 [109] R:OK -2015-03-09 18:53:35 queue INFO 3 [110] -2015-03-09 18:53:35 queue INFO >3 [111] -2015-03-09 18:53:36 sendUrl INFO 3 [110] R:OK -2015-03-09 18:53:36 sendUrl INFO 3 [111] R:OK -2015-03-09 18:54:25 queue INFO >>3 [112] -2015-03-09 18:54:25 sendUrl INFO 3 [112] R:OK -2015-03-09 18:55:15 queue INFO >>3 [113] -2015-03-09 18:55:16 sendUrl INFO 3 [113] R:OK -2015-03-09 18:56:05 queue INFO >>3 [114] -2015-03-09 18:56:06 sendUrl INFO 3 [114] R:OK -2015-03-09 18:56:56 queue INFO >>3 [115] -2015-03-09 18:56:56 sendUrl INFO 3 [115] R:OK -2015-03-09 18:57:46 queue INFO >>3 [116] -2015-03-09 18:57:46 sendUrl INFO 3 [116] R:OK -2015-03-09 18:58:36 queue INFO >>3 [117] -2015-03-09 18:58:36 sendUrl INFO 3 [117] R:OK -2015-03-09 18:59:26 queue INFO >>3 [118] -2015-03-09 18:59:26 sendUrl INFO 3 [118] R:OK -2015-03-09 19:00:16 queue INFO >>3 [119] -2015-03-09 19:00:16 sendUrl INFO 3 [119] R:OK -2015-03-09 19:01:06 queue INFO >>3 [120] -2015-03-09 19:01:07 sendUrl INFO 3 [120] R:OK -2015-03-09 19:01:31 queue INFO 83 [121] -2015-03-09 19:01:31 queue INFO >83 [122] -2015-03-09 19:01:32 sendUrl INFO 83 [121] R:OK -2015-03-09 19:01:32 sendUrl INFO 83 [122] R:OK -2015-03-09 19:01:33 queue INFO 3 [123] -2015-03-09 19:01:33 queue INFO >3 [124] -2015-03-09 19:01:33 sendUrl INFO 3 [123] R:OK -2015-03-09 19:01:34 sendUrl INFO 3 [124] R:OK -2015-03-09 19:02:23 queue INFO >>3 [125] -2015-03-09 19:02:23 sendUrl INFO 3 [125] R:OK -2015-03-09 19:03:13 queue INFO >>3 [126] -2015-03-09 19:03:13 sendUrl INFO 3 [126] R:OK -2015-03-09 19:04:03 queue INFO >>3 [127] -2015-03-09 19:04:04 sendUrl INFO 3 [127] R:OK -2015-03-09 19:04:33 queue INFO 21 [128] -2015-03-09 19:04:33 queue INFO >21 [129] -2015-03-09 19:04:33 sendUrl INFO 21 [128] R:OK -2015-03-09 19:04:34 sendUrl INFO 21 [129] R:OK -2015-03-09 19:05:23 queue INFO >>21 [130] -2015-03-09 19:05:23 sendUrl INFO 21 [130] R:OK -2015-03-09 19:06:05 queue INFO 1 [131] -2015-03-09 19:06:05 queue INFO >1 [132] -2015-03-09 19:06:05 sendUrl INFO 1 [131] R:OK -2015-03-09 19:06:06 sendUrl INFO 1 [132] R:OK -2015-03-09 19:06:21 queue INFO 3 [133] -2015-03-09 19:06:22 queue INFO >3 [134] -2015-03-09 19:06:22 sendUrl INFO 3 [133] R:OK -2015-03-09 19:06:22 sendUrl INFO 3 [134] R:OK -2015-03-09 19:07:12 queue INFO >>3 [135] -2015-03-09 19:07:12 sendUrl INFO 3 [135] R:OK -2015-03-09 19:08:02 queue INFO >>3 [136] -2015-03-09 19:08:02 sendUrl INFO 3 [136] R:OK -2015-03-09 19:08:52 queue INFO >>3 [137] -2015-03-09 19:08:52 sendUrl INFO 3 [137] R:OK -2015-03-09 19:09:42 queue INFO >>3 [138] -2015-03-09 19:09:43 sendUrl INFO 3 [138] R:OK -2015-03-09 19:10:32 queue INFO >>3 [139] -2015-03-09 19:10:32 sendUrl INFO 3 [139] R:OK -2015-03-09 19:10:59 queue INFO 83 [140] -2015-03-09 19:10:59 queue INFO >83 [141] -2015-03-09 19:10:59 sendUrl INFO 83 [140] R:OK -2015-03-09 19:11:00 sendUrl INFO 83 [141] R:OK -2015-03-09 19:11:00 queue INFO 3 [142] -2015-03-09 19:11:00 queue INFO >3 [143] -2015-03-09 19:11:01 sendUrl INFO 3 [142] R:OK -2015-03-09 19:11:01 sendUrl INFO 3 [143] R:OK -2015-03-09 19:11:50 queue INFO >>3 [144] -2015-03-09 19:11:50 sendUrl INFO 3 [144] R:OK -2015-03-09 19:12:40 queue INFO >>3 [145] -2015-03-09 19:12:41 sendUrl INFO 3 [145] R:OK -2015-03-09 19:13:31 queue INFO >>3 [146] -2015-03-09 19:13:31 sendUrl INFO 3 [146] R:OK -2015-03-09 19:14:21 queue INFO >>3 [147] -2015-03-09 19:14:21 sendUrl INFO 3 [147] R:OK -2015-03-09 19:15:11 queue INFO >>3 [148] -2015-03-09 19:15:11 sendUrl INFO 3 [148] R:OK -2015-03-09 19:16:01 queue INFO >>3 [149] -2015-03-09 19:16:02 sendUrl INFO 3 [149] R:OK -2015-03-09 19:16:51 queue INFO >>3 [150] -2015-03-09 19:16:51 sendUrl INFO 3 [150] R:OK -2015-03-09 19:17:41 queue INFO >>3 [151] -2015-03-09 19:17:42 sendUrl INFO 3 [151] R:OK -2015-03-09 19:18:32 queue INFO >>3 [152] -2015-03-09 19:18:32 sendUrl INFO 3 [152] R:OK -2015-03-09 19:18:56 queue INFO 83 [153] -2015-03-09 19:18:57 queue INFO >83 [154] -2015-03-09 19:18:57 sendUrl INFO 83 [153] R:OK -2015-03-09 19:18:57 sendUrl INFO 83 [154] R:OK -2015-03-09 19:18:58 queue INFO 3 [155] -2015-03-09 19:18:58 queue INFO >3 [156] -2015-03-09 19:18:58 sendUrl INFO 3 [155] R:OK -2015-03-09 19:18:59 sendUrl INFO 3 [156] R:OK -2015-03-09 19:19:48 queue INFO >>3 [157] -2015-03-09 19:19:49 sendUrl INFO 3 [157] R:OK -2015-03-09 19:20:38 queue INFO >>3 [158] -2015-03-09 19:20:38 sendUrl INFO 3 [158] R:OK -2015-03-09 19:21:28 queue INFO >>3 [159] -2015-03-09 19:21:29 sendUrl INFO 3 [159] R:OK -2015-03-09 19:22:19 queue INFO >>3 [160] -2015-03-09 19:22:19 sendUrl INFO 3 [160] R:OK -2015-03-09 19:23:09 queue INFO >>3 [161] -2015-03-09 19:23:09 sendUrl INFO 3 [161] R:OK -2015-03-09 19:23:59 queue INFO >>3 [162] -2015-03-09 19:23:59 sendUrl INFO 3 [162] R:OK -2015-03-09 19:24:49 queue INFO >>3 [163] -2015-03-09 19:24:50 sendUrl INFO 3 [163] R:OK -2015-03-09 19:25:39 queue INFO >>3 [164] -2015-03-09 19:25:39 sendUrl INFO 3 [164] R:OK -2015-03-09 19:26:29 queue INFO >>3 [165] -2015-03-09 19:26:30 sendUrl INFO 3 [165] R:OK -2015-03-09 19:26:45 queue INFO 83 [166] -2015-03-09 19:26:45 queue INFO >83 [167] -2015-03-09 19:26:45 sendUrl INFO 83 [166] R:OK -2015-03-09 19:26:45 sendUrl INFO 83 [167] R:OK -2015-03-09 19:26:46 queue INFO 3 [168] -2015-03-09 19:26:46 queue INFO >3 [169] -2015-03-09 19:26:46 sendUrl INFO 3 [168] R:OK -2015-03-09 19:26:47 sendUrl INFO 3 [169] R:OK -2015-03-09 19:27:36 queue INFO >>3 [170] -2015-03-09 19:27:37 sendUrl INFO 3 [170] R:OK -2015-03-09 19:28:27 queue INFO >>3 [171] -2015-03-09 19:28:27 sendUrl INFO 3 [171] R:OK -2015-03-09 19:29:17 queue INFO >>3 [172] -2015-03-09 19:29:17 sendUrl INFO 3 [172] R:OK -2015-03-09 19:30:07 queue INFO >>3 [173] -2015-03-09 19:30:07 sendUrl INFO 3 [173] R:OK -2015-03-09 19:30:57 queue INFO >>3 [174] -2015-03-09 19:30:57 sendUrl INFO 3 [174] R:OK -2015-03-09 19:31:47 queue INFO >>3 [175] -2015-03-09 19:31:47 sendUrl INFO 3 [175] R:OK -2015-03-09 19:32:37 queue INFO >>3 [176] -2015-03-09 19:32:38 sendUrl INFO 3 [176] R:OK -2015-03-09 19:33:27 queue INFO >>3 [177] -2015-03-09 19:33:28 sendUrl INFO 3 [177] R:OK -2015-03-09 19:34:18 queue INFO >>3 [178] -2015-03-09 19:34:18 sendUrl INFO 3 [178] R:OK -2015-03-09 19:34:42 queue INFO 83 [179] -2015-03-09 19:34:43 queue INFO >83 [180] -2015-03-09 19:34:43 sendUrl INFO 83 [179] R:OK -2015-03-09 19:34:43 sendUrl INFO 83 [180] R:OK -2015-03-09 19:34:44 queue INFO 3 [181] -2015-03-09 19:34:44 queue INFO >3 [182] -2015-03-09 19:34:44 sendUrl INFO 3 [181] R:OK -2015-03-09 19:34:45 sendUrl INFO 3 [182] R:OK -2015-03-09 19:35:34 queue INFO >>3 [183] -2015-03-09 19:35:34 sendUrl INFO 3 [183] R:OK -2015-03-09 19:36:24 queue INFO >>3 [184] -2015-03-09 19:36:25 sendUrl INFO 3 [184] R:OK -2015-03-09 19:37:14 queue INFO >>3 [185] -2015-03-09 19:37:15 sendUrl INFO 3 [185] R:OK -2015-03-09 19:38:05 queue INFO >>3 [186] -2015-03-09 19:38:05 sendUrl INFO 3 [186] R:OK -2015-03-09 19:38:55 queue INFO >>3 [187] -2015-03-09 19:38:55 sendUrl INFO 3 [187] R:OK -2015-03-09 19:39:45 queue INFO >>3 [188] -2015-03-09 19:39:45 sendUrl INFO 3 [188] R:OK -2015-03-09 19:40:35 queue INFO >>3 [189] -2015-03-09 19:40:35 sendUrl INFO 3 [189] R:OK -2015-03-09 19:41:25 queue INFO >>3 [190] -2015-03-09 19:41:25 sendUrl INFO 3 [190] R:OK -2015-03-09 19:42:15 queue INFO >>3 [191] -2015-03-09 19:42:16 sendUrl INFO 3 [191] R:OK -2015-03-09 19:42:30 queue INFO 83 [192] -2015-03-09 19:42:31 queue INFO >83 [193] -2015-03-09 19:42:31 sendUrl INFO 83 [192] R:OK -2015-03-09 19:42:31 sendUrl INFO 83 [193] R:OK -2015-03-09 19:42:32 queue INFO 3 [194] -2015-03-09 19:42:32 queue INFO >3 [195] -2015-03-09 19:42:32 sendUrl INFO 3 [194] R:OK -2015-03-09 19:42:33 sendUrl INFO 3 [195] R:OK -2015-03-09 19:43:22 queue INFO >>3 [196] -2015-03-09 19:43:23 sendUrl INFO 3 [196] R:OK -2015-03-09 19:44:12 queue INFO >>3 [197] -2015-03-09 19:44:12 sendUrl INFO 3 [197] R:OK -2015-03-09 19:45:02 queue INFO >>3 [198] -2015-03-09 19:45:03 sendUrl INFO 3 [198] R:OK -2015-03-09 19:45:53 queue INFO >>3 [199] -2015-03-09 19:45:53 sendUrl INFO 3 [199] R:OK -2015-03-09 19:46:43 queue INFO >>3 [200] -2015-03-09 19:46:43 sendUrl INFO 3 [200] R:OK -2015-03-09 19:47:33 queue INFO >>3 [201] -2015-03-09 19:47:33 sendUrl INFO 3 [201] R:OK -2015-03-09 19:48:23 queue INFO >>3 [202] -2015-03-09 19:48:23 sendUrl INFO 3 [202] R:OK -2015-03-09 19:49:13 queue INFO >>3 [203] -2015-03-09 19:49:13 sendUrl INFO 3 [203] R:OK -2015-03-09 19:50:03 queue INFO >>3 [204] -2015-03-09 19:50:04 sendUrl INFO 3 [204] R:OK -2015-03-09 19:50:28 queue INFO 83 [205] -2015-03-09 19:50:28 queue INFO >83 [206] -2015-03-09 19:50:28 sendUrl INFO 83 [205] R:OK -2015-03-09 19:50:29 sendUrl INFO 83 [206] R:OK -2015-03-09 19:50:30 queue INFO 3 [207] -2015-03-09 19:50:30 sendUrl INFO 3 [207] R:OK -2015-03-09 19:50:30 queue INFO >3 [208] -2015-03-09 19:50:30 sendUrl INFO 3 [208] R:OK -2015-03-09 19:51:20 queue INFO >>3 [209] -2015-03-09 19:51:20 sendUrl INFO 3 [209] R:OK -2015-03-09 19:52:10 queue INFO >>3 [210] -2015-03-09 19:52:11 sendUrl INFO 3 [210] R:OK -2015-03-09 19:53:00 queue INFO >>3 [211] -2015-03-09 19:53:00 sendUrl INFO 3 [211] R:OK -2015-03-09 19:53:50 queue INFO >>3 [212] -2015-03-09 19:53:51 sendUrl INFO 3 [212] R:OK -2015-03-09 19:54:41 queue INFO >>3 [213] -2015-03-09 19:54:41 sendUrl INFO 3 [213] R:OK -2015-03-09 19:55:31 queue INFO >>3 [214] -2015-03-09 19:55:31 sendUrl INFO 3 [214] R:OK -2015-03-09 19:56:21 queue INFO >>3 [215] -2015-03-09 19:56:21 sendUrl INFO 3 [215] R:OK -2015-03-09 19:57:11 queue INFO >>3 [216] -2015-03-09 19:57:11 sendUrl INFO 3 [216] R:OK -2015-03-09 19:58:01 queue INFO >>3 [217] -2015-03-09 19:58:01 sendUrl INFO 3 [217] R:OK -2015-03-09 19:58:16 queue INFO 83 [218] -2015-03-09 19:58:16 queue INFO >83 [219] -2015-03-09 19:58:17 sendUrl INFO 83 [218] R:OK -2015-03-09 19:58:17 sendUrl INFO 83 [219] R:OK -2015-03-09 19:58:18 queue INFO 3 [220] -2015-03-09 19:58:18 queue INFO >3 [221] -2015-03-09 19:58:18 sendUrl INFO 3 [220] R:OK -2015-03-09 19:58:19 sendUrl INFO 3 [221] R:OK -2015-03-09 19:59:08 queue INFO >>3 [222] -2015-03-09 19:59:08 sendUrl INFO 3 [222] R:OK -2015-03-09 19:59:58 queue INFO >>3 [223] -2015-03-09 19:59:58 sendUrl INFO 3 [223] R:OK -2015-03-09 20:00:48 queue INFO >>3 [224] -2015-03-09 20:00:49 sendUrl INFO 3 [224] R:OK -2015-03-09 20:01:38 queue INFO >>3 [225] -2015-03-09 20:01:39 sendUrl INFO 3 [225] R:OK -2015-03-09 20:02:29 queue INFO >>3 [226] -2015-03-09 20:02:29 sendUrl INFO 3 [226] R:OK -2015-03-09 20:03:19 queue INFO >>3 [227] -2015-03-09 20:03:19 sendUrl INFO 3 [227] R:OK -2015-03-09 20:04:09 queue INFO >>3 [228] -2015-03-09 20:04:09 sendUrl INFO 3 [228] R:OK -2015-03-09 20:04:59 queue INFO >>3 [229] -2015-03-09 20:04:59 sendUrl INFO 3 [229] R:OK -2015-03-09 20:05:49 queue INFO >>3 [230] -2015-03-09 20:05:50 sendUrl INFO 3 [230] R:OK -2015-03-09 20:06:14 queue INFO 83 [231] -2015-03-09 20:06:14 queue INFO >83 [232] -2015-03-09 20:06:14 sendUrl INFO 83 [231] R:OK -2015-03-09 20:06:15 sendUrl INFO 83 [232] R:OK -2015-03-09 20:06:15 queue INFO 3 [233] -2015-03-09 20:06:16 queue INFO >3 [234] -2015-03-09 20:06:16 sendUrl INFO 3 [233] R:OK -2015-03-09 20:06:16 sendUrl INFO 3 [234] R:OK -2015-03-09 20:07:06 queue INFO >>3 [235] -2015-03-09 20:07:06 sendUrl INFO 3 [235] R:OK -2015-03-09 20:07:56 queue INFO >>3 [236] -2015-03-09 20:07:56 sendUrl INFO 3 [236] R:OK -2015-03-09 20:08:46 queue INFO >>3 [237] -2015-03-09 20:08:46 sendUrl INFO 3 [237] R:OK -2015-03-09 20:09:36 queue INFO >>3 [238] -2015-03-09 20:09:37 sendUrl INFO 3 [238] R:OK -2015-03-09 20:10:26 queue INFO >>3 [239] -2015-03-09 20:10:26 sendUrl INFO 3 [239] R:OK -2015-03-09 20:11:16 queue INFO >>3 [240] -2015-03-09 20:11:17 sendUrl INFO 3 [240] R:OK -2015-03-09 20:12:07 queue INFO >>3 [241] -2015-03-09 20:12:07 sendUrl INFO 3 [241] R:OK -2015-03-09 20:12:57 queue INFO >>3 [242] -2015-03-09 20:12:57 sendUrl INFO 3 [242] R:OK -2015-03-09 20:13:47 queue INFO >>3 [243] -2015-03-09 20:13:47 sendUrl INFO 3 [243] R:OK -2015-03-09 20:14:02 queue INFO 83 [244] -2015-03-09 20:14:02 queue INFO >83 [245] -2015-03-09 20:14:02 sendUrl INFO 83 [244] R:OK -2015-03-09 20:14:03 sendUrl INFO 83 [245] R:OK -2015-03-09 20:14:04 queue INFO 3 [246] -2015-03-09 20:14:04 queue INFO >3 [247] -2015-03-09 20:14:04 sendUrl INFO 3 [246] R:OK -2015-03-09 20:14:04 sendUrl INFO 3 [247] R:OK -2015-03-09 20:14:54 queue INFO >>3 [248] -2015-03-09 20:14:54 sendUrl INFO 3 [248] R:OK -2015-03-09 20:15:44 queue INFO >>3 [249] -2015-03-09 20:15:45 sendUrl INFO 3 [249] R:OK -2015-03-09 20:16:34 queue INFO >>3 [250] -2015-03-09 20:16:34 sendUrl INFO 3 [250] R:OK -2015-03-09 20:17:24 queue INFO >>3 [251] -2015-03-09 20:17:25 sendUrl INFO 3 [251] R:OK -2015-03-09 20:18:14 queue INFO >>3 [252] -2015-03-09 20:18:15 sendUrl INFO 3 [252] R:OK -2015-03-09 20:19:05 queue INFO >>3 [253] -2015-03-09 20:19:05 sendUrl INFO 3 [253] R:OK -2015-03-09 20:19:55 queue INFO >>3 [254] -2015-03-09 20:19:55 sendUrl INFO 3 [254] R:OK -2015-03-09 20:20:45 queue INFO >>3 [255] -2015-03-09 20:20:45 sendUrl INFO 3 [255] R:OK -2015-03-09 20:21:35 queue INFO >>3 [256] -2015-03-09 20:21:35 sendUrl INFO 3 [256] R:OK -2015-03-09 20:22:00 queue INFO 83 [257] -2015-03-09 20:22:00 queue INFO >83 [258] -2015-03-09 20:22:00 sendUrl INFO 83 [257] R:OK -2015-03-09 20:22:01 sendUrl INFO 83 [258] R:OK -2015-03-09 20:22:01 queue INFO 3 [259] -2015-03-09 20:22:02 queue INFO >3 [260] -2015-03-09 20:22:02 sendUrl INFO 3 [259] R:OK -2015-03-09 20:22:02 sendUrl INFO 3 [260] R:OK -2015-03-09 20:22:52 queue INFO >>3 [261] -2015-03-09 20:22:52 sendUrl INFO 3 [261] R:OK -2015-03-09 20:23:42 queue INFO >>3 [262] -2015-03-09 20:23:42 sendUrl INFO 3 [262] R:OK -2015-03-09 20:24:32 queue INFO >>3 [263] -2015-03-09 20:24:32 sendUrl INFO 3 [263] R:OK -2015-03-09 20:25:22 queue INFO >>3 [264] -2015-03-09 20:25:22 sendUrl INFO 3 [264] R:OK -2015-03-09 20:26:12 queue INFO >>3 [265] -2015-03-09 20:26:12 sendUrl INFO 3 [265] R:OK -2015-03-09 20:27:02 queue INFO >>3 [266] -2015-03-09 20:27:03 sendUrl INFO 3 [266] R:OK -2015-03-09 20:27:52 queue INFO >>3 [267] -2015-03-09 20:27:53 sendUrl INFO 3 [267] R:OK -2015-03-09 20:28:43 queue INFO >>3 [268] -2015-03-09 20:28:43 sendUrl INFO 3 [268] R:OK -2015-03-09 20:29:33 queue INFO >>3 [269] -2015-03-09 20:29:33 sendUrl INFO 3 [269] R:OK -2015-03-09 20:29:48 queue INFO 83 [270] -2015-03-09 20:29:48 queue INFO >83 [271] -2015-03-09 20:29:48 sendUrl INFO 83 [270] R:OK -2015-03-09 20:29:49 sendUrl INFO 83 [271] R:OK -2015-03-09 20:29:50 queue INFO 3 [272] -2015-03-09 20:29:50 sendUrl INFO 3 [272] R:OK -2015-03-09 20:29:50 queue INFO >3 [273] -2015-03-09 20:29:50 sendUrl INFO 3 [273] R:OK -2015-03-09 20:30:40 queue INFO >>3 [274] -2015-03-09 20:30:40 sendUrl INFO 3 [274] R:OK -2015-03-09 20:31:30 queue INFO >>3 [275] -2015-03-09 20:31:30 sendUrl INFO 3 [275] R:OK -2015-03-09 20:32:20 queue INFO >>3 [276] -2015-03-09 20:32:20 sendUrl INFO 3 [276] R:OK -2015-03-09 20:33:10 queue INFO >>3 [277] -2015-03-09 20:33:11 sendUrl INFO 3 [277] R:OK -2015-03-09 20:34:00 queue INFO >>3 [278] -2015-03-09 20:34:00 sendUrl INFO 3 [278] R:OK -2015-03-09 20:34:50 queue INFO >>3 [279] -2015-03-09 20:34:51 sendUrl INFO 3 [279] R:OK -2015-03-09 20:35:41 queue INFO >>3 [280] -2015-03-09 20:35:41 sendUrl INFO 3 [280] R:OK -2015-03-09 20:36:31 queue INFO >>3 [281] -2015-03-09 20:36:31 sendUrl INFO 3 [281] R:OK -2015-03-09 20:37:21 queue INFO >>3 [282] -2015-03-09 20:37:21 sendUrl INFO 3 [282] R:OK -2015-03-09 20:37:46 queue INFO 83 [283] -2015-03-09 20:37:46 queue INFO >83 [284] -2015-03-09 20:37:46 sendUrl INFO 83 [283] R:OK -2015-03-09 20:37:46 sendUrl INFO 83 [284] R:OK -2015-03-09 20:37:47 queue INFO 3 [285] -2015-03-09 20:37:47 sendUrl INFO 3 [285] R:OK -2015-03-09 20:37:48 queue INFO >3 [286] -2015-03-09 20:37:48 sendUrl INFO 3 [286] R:OK -2015-03-09 20:38:37 queue INFO >>3 [287] -2015-03-09 20:38:38 sendUrl INFO 3 [287] R:OK -2015-03-09 20:39:28 queue INFO >>3 [288] -2015-03-09 20:39:28 sendUrl INFO 3 [288] R:OK -2015-03-09 20:40:18 queue INFO >>3 [289] -2015-03-09 20:40:18 sendUrl INFO 3 [289] R:OK -2015-03-09 20:41:08 queue INFO >>3 [290] -2015-03-09 20:41:08 sendUrl INFO 3 [290] R:OK -2015-03-09 20:41:58 queue INFO >>3 [291] -2015-03-09 20:41:59 sendUrl INFO 3 [291] R:OK -2015-03-09 20:42:48 queue INFO >>3 [292] -2015-03-09 20:42:48 sendUrl INFO 3 [292] R:OK -2015-03-09 20:43:38 queue INFO >>3 [293] -2015-03-09 20:43:39 sendUrl INFO 3 [293] R:OK -2015-03-09 20:44:29 queue INFO >>3 [294] -2015-03-09 20:44:29 sendUrl INFO 3 [294] R:OK -2015-03-09 20:45:19 queue INFO >>3 [295] -2015-03-09 20:45:19 sendUrl INFO 3 [295] R:OK -2015-03-09 20:45:34 queue INFO 83 [296] -2015-03-09 20:45:34 queue INFO >83 [297] -2015-03-09 20:45:34 sendUrl INFO 83 [296] R:OK -2015-03-09 20:45:35 sendUrl INFO 83 [297] R:OK -2015-03-09 20:45:35 queue INFO 3 [298] -2015-03-09 20:45:36 queue INFO >3 [299] -2015-03-09 20:45:36 sendUrl INFO 3 [298] R:OK -2015-03-09 20:45:36 sendUrl INFO 3 [299] R:OK -2015-03-09 20:46:25 queue INFO >>3 [300] -2015-03-09 20:46:26 sendUrl INFO 3 [300] R:OK -2015-03-09 20:47:16 queue INFO >>3 [301] -2015-03-09 20:47:16 sendUrl INFO 3 [301] R:OK -2015-03-09 20:48:06 queue INFO >>3 [302] -2015-03-09 20:48:06 sendUrl INFO 3 [302] R:OK -2015-03-09 20:48:56 queue INFO >>3 [303] -2015-03-09 20:48:56 sendUrl INFO 3 [303] R:OK -2015-03-09 20:49:46 queue INFO >>3 [304] -2015-03-09 20:49:46 sendUrl INFO 3 [304] R:OK -2015-03-09 20:50:36 queue INFO >>3 [305] -2015-03-09 20:50:37 sendUrl INFO 3 [305] R:OK -2015-03-09 20:51:26 queue INFO >>3 [306] -2015-03-09 20:51:26 sendUrl INFO 3 [306] R:OK -2015-03-09 20:52:16 queue INFO >>3 [307] -2015-03-09 20:52:17 sendUrl INFO 3 [307] R:OK -2015-03-09 20:53:07 queue INFO >>3 [308] -2015-03-09 20:53:07 sendUrl INFO 3 [308] R:OK -2015-03-09 20:53:31 queue INFO 83 [309] -2015-03-09 20:53:32 queue INFO >83 [310] -2015-03-09 20:53:32 sendUrl INFO 83 [309] R:OK -2015-03-09 20:53:32 sendUrl INFO 83 [310] R:OK -2015-03-09 20:53:33 queue INFO 3 [311] -2015-03-09 20:53:33 queue INFO >3 [312] -2015-03-09 20:53:33 sendUrl INFO 3 [311] R:OK -2015-03-09 20:53:34 sendUrl INFO 3 [312] R:OK -2015-03-09 20:54:23 queue INFO >>3 [313] -2015-03-09 20:54:24 sendUrl INFO 3 [313] R:OK -2015-03-09 20:55:13 queue INFO >>3 [314] -2015-03-09 20:55:13 sendUrl INFO 3 [314] R:OK -2015-03-09 20:56:03 queue INFO >>3 [315] -2015-03-09 20:56:04 sendUrl INFO 3 [315] R:OK -2015-03-09 20:56:54 queue INFO >>3 [316] -2015-03-09 20:56:54 sendUrl INFO 3 [316] R:OK -2015-03-09 20:57:44 queue INFO >>3 [317] -2015-03-09 20:57:44 sendUrl INFO 3 [317] R:OK -2015-03-09 20:58:34 queue INFO >>3 [318] -2015-03-09 20:58:34 sendUrl INFO 3 [318] R:OK -2015-03-09 20:59:24 queue INFO >>3 [319] -2015-03-09 20:59:25 sendUrl INFO 3 [319] R:OK -2015-03-09 21:00:14 queue INFO >>3 [320] -2015-03-09 21:00:14 sendUrl INFO 3 [320] R:OK -2015-03-09 21:01:04 queue INFO >>3 [321] -2015-03-09 21:01:05 sendUrl INFO 3 [321] R:OK -2015-03-09 21:01:20 queue INFO 83 [322] -2015-03-09 21:01:20 queue INFO >83 [323] -2015-03-09 21:01:20 sendUrl INFO 83 [322] R:OK -2015-03-09 21:01:20 sendUrl INFO 83 [323] R:OK -2015-03-09 21:01:21 queue INFO 3 [324] -2015-03-09 21:01:21 queue INFO >3 [325] -2015-03-09 21:01:21 sendUrl INFO 3 [324] R:OK -2015-03-09 21:01:22 sendUrl INFO 3 [325] R:OK -2015-03-09 21:02:11 queue INFO >>3 [326] -2015-03-09 21:02:12 sendUrl INFO 3 [326] R:OK -2015-03-09 21:03:02 queue INFO >>3 [327] -2015-03-09 21:03:02 sendUrl INFO 3 [327] R:OK -2015-03-09 21:03:52 queue INFO >>3 [328] -2015-03-09 21:03:52 sendUrl INFO 3 [328] R:OK -2015-03-09 21:04:42 queue INFO >>3 [329] -2015-03-09 21:04:42 sendUrl INFO 3 [329] R:OK -2015-03-09 21:05:32 queue INFO >>3 [330] -2015-03-09 21:05:32 sendUrl INFO 3 [330] R:OK -2015-03-09 21:06:22 queue INFO >>3 [331] -2015-03-09 21:06:22 sendUrl INFO 3 [331] R:OK -2015-03-09 21:07:12 queue INFO >>3 [332] -2015-03-09 21:07:13 sendUrl INFO 3 [332] R:OK -2015-03-09 21:08:02 queue INFO >>3 [333] -2015-03-09 21:08:03 sendUrl INFO 3 [333] R:OK -2015-03-09 21:08:53 queue INFO >>3 [334] -2015-03-09 21:08:53 sendUrl INFO 3 [334] R:OK -2015-03-09 21:09:17 queue INFO 83 [335] -2015-03-09 21:09:17 queue INFO >83 [336] -2015-03-09 21:09:18 sendUrl INFO 83 [335] R:OK -2015-03-09 21:09:18 sendUrl INFO 83 [336] R:OK -2015-03-09 21:09:19 queue INFO 3 [337] -2015-03-09 21:09:19 queue INFO >3 [338] -2015-03-09 21:09:19 sendUrl INFO 3 [337] R:OK -2015-03-09 21:09:20 sendUrl INFO 3 [338] R:OK -2015-03-09 21:10:09 queue INFO >>3 [339] -2015-03-09 21:10:09 sendUrl INFO 3 [339] R:OK -2015-03-09 21:10:59 queue INFO >>3 [340] -2015-03-09 21:10:59 sendUrl INFO 3 [340] R:OK -2015-03-09 21:11:49 queue INFO >>3 [341] -2015-03-09 21:11:50 sendUrl INFO 3 [341] R:OK -2015-03-09 21:12:39 queue INFO >>3 [342] -2015-03-09 21:12:40 sendUrl INFO 3 [342] R:OK -2015-03-09 21:13:30 queue INFO >>3 [343] -2015-03-09 21:13:30 sendUrl INFO 3 [343] R:OK -2015-03-09 21:14:20 queue INFO >>3 [344] -2015-03-09 21:14:20 sendUrl INFO 3 [344] R:OK -2015-03-09 21:15:10 queue INFO >>3 [345] -2015-03-09 21:15:10 sendUrl INFO 3 [345] R:OK -2015-03-09 21:16:00 queue INFO >>3 [346] -2015-03-09 21:16:00 sendUrl INFO 3 [346] R:OK -2015-03-09 21:16:50 queue INFO >>3 [347] -2015-03-09 21:16:51 sendUrl INFO 3 [347] R:OK -2015-03-09 21:17:05 queue INFO 83 [348] -2015-03-09 21:17:06 queue INFO >83 [349] -2015-03-09 21:17:06 sendUrl INFO 83 [348] R:OK -2015-03-09 21:17:06 sendUrl INFO 83 [349] R:OK -2015-03-09 21:17:07 queue INFO 3 [350] -2015-03-09 21:17:07 queue INFO >3 [351] -2015-03-09 21:17:07 sendUrl INFO 3 [350] R:OK -2015-03-09 21:17:08 sendUrl INFO 3 [351] R:OK -2015-03-09 21:17:57 queue INFO >>3 [352] -2015-03-09 21:17:58 sendUrl INFO 3 [352] R:OK -2015-03-09 21:18:47 queue INFO >>3 [353] -2015-03-09 21:18:47 sendUrl INFO 3 [353] R:OK -2015-03-09 21:19:37 queue INFO >>3 [354] -2015-03-09 21:19:38 sendUrl INFO 3 [354] R:OK -2015-03-09 21:20:28 queue INFO >>3 [355] -2015-03-09 21:20:28 sendUrl INFO 3 [355] R:OK -2015-03-09 21:21:18 queue INFO >>3 [356] -2015-03-09 21:21:18 sendUrl INFO 3 [356] R:OK -2015-03-09 21:22:08 queue INFO >>3 [357] -2015-03-09 21:22:08 sendUrl INFO 3 [357] R:OK -2015-03-09 21:22:58 queue INFO >>3 [358] -2015-03-09 21:22:58 sendUrl INFO 3 [358] R:OK -2015-03-09 21:23:48 queue INFO >>3 [359] -2015-03-09 21:23:48 sendUrl INFO 3 [359] R:OK -2015-03-09 21:24:38 queue INFO >>3 [360] -2015-03-09 21:24:39 sendUrl INFO 3 [360] R:OK -2015-03-09 21:25:03 queue INFO 83 [361] -2015-03-09 21:25:04 queue INFO >83 [362] -2015-03-09 21:25:04 sendUrl INFO 83 [361] R:OK -2015-03-09 21:25:04 sendUrl INFO 83 [362] R:OK -2015-03-09 21:25:05 queue INFO 3 [363] -2015-03-09 21:25:05 sendUrl INFO 3 [363] R:OK -2015-03-09 21:25:05 queue INFO >3 [364] -2015-03-09 21:25:05 sendUrl INFO 3 [364] R:OK -2015-03-09 21:25:55 queue INFO >>3 [365] -2015-03-09 21:25:55 sendUrl INFO 3 [365] R:OK -2015-03-09 21:26:45 queue INFO >>3 [366] -2015-03-09 21:26:46 sendUrl INFO 3 [366] R:OK -2015-03-09 21:27:35 queue INFO >>3 [367] -2015-03-09 21:27:35 sendUrl INFO 3 [367] R:OK -2015-03-09 21:28:25 queue INFO >>3 [368] -2015-03-09 21:28:26 sendUrl INFO 3 [368] R:OK -2015-03-09 21:29:16 queue INFO >>3 [369] -2015-03-09 21:29:16 sendUrl INFO 3 [369] R:OK -2015-03-09 21:30:06 queue INFO >>3 [370] -2015-03-09 21:30:06 sendUrl INFO 3 [370] R:OK -2015-03-09 21:30:56 queue INFO >>3 [371] -2015-03-09 21:30:56 sendUrl INFO 3 [371] R:OK -2015-03-09 21:31:46 queue INFO >>3 [372] -2015-03-09 21:31:46 sendUrl INFO 3 [372] R:OK -2015-03-09 21:32:36 queue INFO >>3 [373] -2015-03-09 21:32:36 sendUrl INFO 3 [373] R:OK -2015-03-09 21:32:51 queue INFO 83 [374] -2015-03-09 21:32:52 queue INFO >83 [375] -2015-03-09 21:32:52 sendUrl INFO 83 [374] R:OK -2015-03-09 21:32:52 sendUrl INFO 83 [375] R:OK -2015-03-09 21:32:53 queue INFO 3 [376] -2015-03-09 21:32:53 queue INFO >3 [377] -2015-03-09 21:32:54 sendUrl INFO 3 [376] R:OK -2015-03-09 21:32:54 sendUrl INFO 3 [377] R:OK -2015-03-09 21:33:43 queue INFO >>3 [378] -2015-03-09 21:33:43 sendUrl INFO 3 [378] R:OK -2015-03-09 21:34:33 queue INFO >>3 [379] -2015-03-09 21:34:34 sendUrl INFO 3 [379] R:OK -2015-03-09 21:35:23 queue INFO >>3 [380] -2015-03-09 21:35:24 sendUrl INFO 3 [380] R:OK -2015-03-09 21:36:14 queue INFO >>3 [381] -2015-03-09 21:36:14 sendUrl INFO 3 [381] R:OK -2015-03-09 21:37:04 queue INFO >>3 [382] -2015-03-09 21:37:04 sendUrl INFO 3 [382] R:OK -2015-03-09 21:37:54 queue INFO >>3 [383] -2015-03-09 21:37:54 sendUrl INFO 3 [383] R:OK -2015-03-09 21:38:44 queue INFO >>3 [384] -2015-03-09 21:38:44 sendUrl INFO 3 [384] R:OK -2015-03-09 21:39:34 queue INFO >>3 [385] -2015-03-09 21:39:35 sendUrl INFO 3 [385] R:OK -2015-03-09 21:40:24 queue INFO >>3 [386] -2015-03-09 21:40:25 sendUrl INFO 3 [386] R:OK -2015-03-09 21:40:49 queue INFO 83 [387] -2015-03-09 21:40:49 queue INFO >83 [388] -2015-03-09 21:40:49 sendUrl INFO 83 [387] R:OK -2015-03-09 21:40:50 sendUrl INFO 83 [388] R:OK -2015-03-09 21:40:51 queue INFO 3 [389] -2015-03-09 21:40:51 sendUrl INFO 3 [389] R:OK -2015-03-09 21:40:51 queue INFO >3 [390] -2015-03-09 21:40:51 sendUrl INFO 3 [390] R:OK -2015-03-09 21:41:41 queue INFO >>3 [391] -2015-03-09 21:41:41 sendUrl INFO 3 [391] R:OK -2015-03-09 21:42:31 queue INFO >>3 [392] -2015-03-09 21:42:31 sendUrl INFO 3 [392] R:OK -2015-03-09 21:43:21 queue INFO >>3 [393] -2015-03-09 21:43:21 sendUrl INFO 3 [393] R:OK -2015-03-09 21:44:11 queue INFO >>3 [394] -2015-03-09 21:44:12 sendUrl INFO 3 [394] R:OK -2015-03-09 21:45:01 queue INFO >>3 [395] -2015-03-09 21:45:02 sendUrl INFO 3 [395] R:OK -2015-03-09 21:45:52 queue INFO >>3 [396] -2015-03-09 21:45:52 sendUrl INFO 3 [396] R:OK -2015-03-09 21:46:42 queue INFO >>3 [397] -2015-03-09 21:46:42 sendUrl INFO 3 [397] R:OK -2015-03-09 21:47:32 queue INFO >>3 [398] -2015-03-09 21:47:32 sendUrl INFO 3 [398] R:OK -2015-03-09 21:48:22 queue INFO >>3 [399] -2015-03-09 21:48:22 sendUrl INFO 3 [399] R:OK -2015-03-09 21:48:37 queue INFO 83 [400] -2015-03-09 21:48:37 queue INFO >83 [401] -2015-03-09 21:48:37 sendUrl INFO 83 [400] R:OK -2015-03-09 21:48:38 sendUrl INFO 83 [401] R:OK -2015-03-09 21:48:39 queue INFO 3 [402] -2015-03-09 21:48:39 sendUrl INFO 3 [402] R:OK -2015-03-09 21:48:39 queue INFO >3 [403] -2015-03-09 21:48:39 sendUrl INFO 3 [403] R:OK -2015-03-09 21:49:29 queue INFO >>3 [404] -2015-03-09 21:49:29 sendUrl INFO 3 [404] R:OK -2015-03-09 21:50:19 queue INFO >>3 [405] -2015-03-09 21:50:20 sendUrl INFO 3 [405] R:OK -2015-03-09 21:51:09 queue INFO >>3 [406] -2015-03-09 21:51:09 sendUrl INFO 3 [406] R:OK -2015-03-09 21:51:59 queue INFO >>3 [407] -2015-03-09 21:52:00 sendUrl INFO 3 [407] R:OK -2015-03-09 21:52:49 queue INFO >>3 [408] -2015-03-09 21:52:50 sendUrl INFO 3 [408] R:OK -2015-03-09 21:53:40 queue INFO >>3 [409] -2015-03-09 21:53:40 sendUrl INFO 3 [409] R:OK -2015-03-09 21:54:30 queue INFO >>3 [410] -2015-03-09 21:54:30 sendUrl INFO 3 [410] R:OK -2015-03-09 21:55:20 queue INFO >>3 [411] -2015-03-09 21:55:20 sendUrl INFO 3 [411] R:OK -2015-03-09 21:56:10 queue INFO >>3 [412] -2015-03-09 21:56:10 sendUrl INFO 3 [412] R:OK -2015-03-09 21:56:35 queue INFO 83 [413] -2015-03-09 21:56:35 queue INFO >83 [414] -2015-03-09 21:56:36 sendUrl INFO 83 [413] R:OK -2015-03-09 21:56:36 sendUrl INFO 83 [414] R:OK -2015-03-09 21:56:37 queue INFO 3 [415] -2015-03-09 21:56:37 queue INFO >3 [416] -2015-03-09 21:56:37 sendUrl INFO 3 [415] R:OK -2015-03-09 21:56:38 sendUrl INFO 3 [416] R:OK -2015-03-09 21:57:27 queue INFO >>3 [417] -2015-03-09 21:57:27 sendUrl INFO 3 [417] R:OK -2015-03-09 21:58:17 queue INFO >>3 [418] -2015-03-09 21:58:17 sendUrl INFO 3 [418] R:OK -2015-03-09 21:59:07 queue INFO >>3 [419] -2015-03-09 21:59:08 sendUrl INFO 3 [419] R:OK -2015-03-09 21:59:57 queue INFO >>3 [420] -2015-03-09 21:59:58 sendUrl INFO 3 [420] R:OK -2015-03-09 22:00:48 queue INFO >>3 [421] -2015-03-09 22:00:48 sendUrl INFO 3 [421] R:OK -2015-03-09 22:01:38 queue INFO >>3 [422] -2015-03-09 22:01:38 sendUrl INFO 3 [422] R:OK -2015-03-09 22:02:28 queue INFO >>3 [423] -2015-03-09 22:02:28 sendUrl INFO 3 [423] R:OK -2015-03-09 22:03:18 queue INFO >>3 [424] -2015-03-09 22:03:18 sendUrl INFO 3 [424] R:OK -2015-03-09 22:04:08 queue INFO >>3 [425] -2015-03-09 22:04:09 sendUrl INFO 3 [425] R:OK -2015-03-09 22:04:23 queue INFO 83 [426] -2015-03-09 22:04:23 queue INFO >83 [427] -2015-03-09 22:04:24 sendUrl INFO 83 [426] R:OK -2015-03-09 22:04:24 sendUrl INFO 83 [427] R:OK -2015-03-09 22:04:25 queue INFO 3 [428] -2015-03-09 22:04:25 queue INFO >3 [429] -2015-03-09 22:04:25 sendUrl INFO 3 [428] R:OK -2015-03-09 22:04:26 sendUrl INFO 3 [429] R:OK -2015-03-09 22:05:15 queue INFO >>3 [430] -2015-03-09 22:05:15 sendUrl INFO 3 [430] R:OK -2015-03-09 22:06:05 queue INFO >>3 [431] -2015-03-09 22:06:05 sendUrl INFO 3 [431] R:OK -2015-03-09 22:06:55 queue INFO >>3 [432] -2015-03-09 22:06:56 sendUrl INFO 3 [432] R:OK -2015-03-09 22:07:45 queue INFO >>3 [433] -2015-03-09 22:07:46 sendUrl INFO 3 [433] R:OK -2015-03-09 22:08:36 queue INFO >>3 [434] -2015-03-09 22:08:36 sendUrl INFO 3 [434] R:OK -2015-03-09 22:09:26 queue INFO >>3 [435] -2015-03-09 22:09:26 sendUrl INFO 3 [435] R:OK -2015-03-09 22:10:16 queue INFO >>3 [436] -2015-03-09 22:10:16 sendUrl INFO 3 [436] R:OK -2015-03-09 22:11:06 queue INFO >>3 [437] -2015-03-09 22:11:06 sendUrl INFO 3 [437] R:OK -2015-03-09 22:11:56 queue INFO >>3 [438] -2015-03-09 22:11:56 sendUrl INFO 3 [438] R:OK -2015-03-09 22:12:21 queue INFO 83 [439] -2015-03-09 22:12:21 queue INFO >83 [440] -2015-03-09 22:12:21 sendUrl INFO 83 [439] R:OK -2015-03-09 22:12:22 sendUrl INFO 83 [440] R:OK -2015-03-09 22:12:22 queue INFO 3 [441] -2015-03-09 22:12:23 queue INFO >3 [442] -2015-03-09 22:12:23 sendUrl INFO 3 [441] R:OK -2015-03-09 22:12:23 sendUrl INFO 3 [442] R:OK -2015-03-09 22:13:13 queue INFO >>3 [443] -2015-03-09 22:13:13 sendUrl INFO 3 [443] R:OK -2015-03-09 22:14:03 queue INFO >>3 [444] -2015-03-09 22:14:03 sendUrl INFO 3 [444] R:OK -2015-03-09 22:14:53 queue INFO >>3 [445] -2015-03-09 22:14:53 sendUrl INFO 3 [445] R:OK -2015-03-09 22:15:43 queue INFO >>3 [446] -2015-03-09 22:15:43 sendUrl INFO 3 [446] R:OK -2015-03-09 22:16:33 queue INFO >>3 [447] -2015-03-09 22:16:34 sendUrl INFO 3 [447] R:OK -2015-03-09 22:17:23 queue INFO >>3 [448] -2015-03-09 22:17:24 sendUrl INFO 3 [448] R:OK -2015-03-09 22:18:14 queue INFO >>3 [449] -2015-03-09 22:18:14 sendUrl INFO 3 [449] R:OK -2015-03-09 22:19:04 queue INFO >>3 [450] -2015-03-09 22:19:04 sendUrl INFO 3 [450] R:OK -2015-03-09 22:19:54 queue INFO >>3 [451] -2015-03-09 22:19:54 sendUrl INFO 3 [451] R:OK -2015-03-09 22:20:09 queue INFO 83 [452] -2015-03-09 22:20:09 queue INFO >83 [453] -2015-03-09 22:20:10 sendUrl INFO 83 [452] R:OK -2015-03-09 22:20:10 sendUrl INFO 83 [453] R:OK -2015-03-09 22:20:11 queue INFO 3 [454] -2015-03-09 22:20:11 queue INFO >3 [455] -2015-03-09 22:20:11 sendUrl INFO 3 [454] R:OK -2015-03-09 22:20:12 sendUrl INFO 3 [455] R:OK -2015-03-09 22:21:01 queue INFO >>3 [456] -2015-03-09 22:21:01 sendUrl INFO 3 [456] R:OK -2015-03-09 22:21:51 queue INFO >>3 [457] -2015-03-09 22:21:51 sendUrl INFO 3 [457] R:OK -2015-03-09 22:22:41 queue INFO >>3 [458] -2015-03-09 22:22:42 sendUrl INFO 3 [458] R:OK -2015-03-09 22:23:31 queue INFO >>3 [459] -2015-03-09 22:23:31 sendUrl INFO 3 [459] R:OK -2015-03-09 22:24:21 queue INFO >>3 [460] -2015-03-09 22:24:22 sendUrl INFO 3 [460] R:OK -2015-03-09 22:25:12 queue INFO >>3 [461] -2015-03-09 22:25:12 sendUrl INFO 3 [461] R:OK -2015-03-09 22:26:02 queue INFO >>3 [462] -2015-03-09 22:26:02 sendUrl INFO 3 [462] R:OK -2015-03-09 22:26:52 queue INFO >>3 [463] -2015-03-09 22:26:52 sendUrl INFO 3 [463] R:OK -2015-03-09 22:27:42 queue INFO >>3 [464] -2015-03-09 22:27:43 sendUrl INFO 3 [464] R:OK -2015-03-09 22:28:07 queue INFO 83 [465] -2015-03-09 22:28:07 queue INFO >83 [466] -2015-03-09 22:28:07 sendUrl INFO 83 [465] R:OK -2015-03-09 22:28:08 sendUrl INFO 83 [466] R:OK -2015-03-09 22:28:09 queue INFO 3 [467] -2015-03-09 22:28:09 queue INFO >3 [468] -2015-03-09 22:28:09 sendUrl INFO 3 [467] R:OK -2015-03-09 22:28:09 sendUrl INFO 3 [468] R:OK -2015-03-09 22:28:59 queue INFO >>3 [469] -2015-03-09 22:28:59 sendUrl INFO 3 [469] R:OK -2015-03-09 22:29:49 queue INFO >>3 [470] -2015-03-09 22:29:49 sendUrl INFO 3 [470] R:OK -2015-03-09 22:30:39 queue INFO >>3 [471] -2015-03-09 22:30:39 sendUrl INFO 3 [471] R:OK -2015-03-09 22:31:29 queue INFO >>3 [472] -2015-03-09 22:31:30 sendUrl INFO 3 [472] R:OK -2015-03-09 22:32:19 queue INFO >>3 [473] -2015-03-09 22:32:19 sendUrl INFO 3 [473] R:OK -2015-03-09 22:33:09 queue INFO >>3 [474] -2015-03-09 22:33:10 sendUrl INFO 3 [474] R:OK -2015-03-09 22:34:00 queue INFO >>3 [475] -2015-03-09 22:34:00 sendUrl INFO 3 [475] R:OK -2015-03-09 22:34:50 queue INFO >>3 [476] -2015-03-09 22:34:50 sendUrl INFO 3 [476] R:OK -2015-03-09 22:35:40 queue INFO >>3 [477] -2015-03-09 22:35:40 sendUrl INFO 3 [477] R:OK -2015-03-09 22:35:55 queue INFO 83 [478] -2015-03-09 22:35:55 queue INFO >83 [479] -2015-03-09 22:35:55 sendUrl INFO 83 [478] R:OK -2015-03-09 22:35:56 sendUrl INFO 83 [479] R:OK -2015-03-09 22:35:57 queue INFO 3 [480] -2015-03-09 22:35:57 queue INFO >3 [481] -2015-03-09 22:35:57 sendUrl INFO 3 [480] R:OK -2015-03-09 22:35:57 sendUrl INFO 3 [481] R:OK -2015-03-09 22:36:47 queue INFO >>3 [482] -2015-03-09 22:36:47 sendUrl INFO 3 [482] R:OK -2015-03-09 22:37:37 queue INFO >>3 [483] -2015-03-09 22:37:37 sendUrl INFO 3 [483] R:OK -2015-03-09 22:38:27 queue INFO >>3 [484] -2015-03-09 22:38:27 sendUrl INFO 3 [484] R:OK -2015-03-09 22:39:17 queue INFO >>3 [485] -2015-03-09 22:39:18 sendUrl INFO 3 [485] R:OK -2015-03-09 22:40:07 queue INFO >>3 [486] -2015-03-09 22:40:08 sendUrl INFO 3 [486] R:OK -2015-03-09 22:40:57 queue INFO >>3 [487] -2015-03-09 22:40:58 sendUrl INFO 3 [487] R:OK -2015-03-09 22:41:48 queue INFO >>3 [488] -2015-03-09 22:41:48 sendUrl INFO 3 [488] R:OK -2015-03-09 22:42:38 queue INFO >>3 [489] -2015-03-09 22:42:38 sendUrl INFO 3 [489] R:OK -2015-03-09 22:43:28 queue INFO >>3 [490] -2015-03-09 22:43:28 sendUrl INFO 3 [490] R:OK -2015-03-09 22:43:53 queue INFO 83 [491] -2015-03-09 22:43:53 queue INFO >83 [492] -2015-03-09 22:43:53 sendUrl INFO 83 [491] R:OK -2015-03-09 22:43:54 sendUrl INFO 83 [492] R:OK -2015-03-09 22:43:54 queue INFO 3 [493] -2015-03-09 22:43:54 queue INFO >3 [494] -2015-03-09 22:43:55 sendUrl INFO 3 [493] R:OK -2015-03-09 22:43:55 sendUrl INFO 3 [494] R:OK -2015-03-09 22:44:44 queue INFO >>3 [495] -2015-03-09 22:44:45 sendUrl INFO 3 [495] R:OK -2015-03-09 22:45:35 queue INFO >>3 [496] -2015-03-09 22:45:35 sendUrl INFO 3 [496] R:OK -2015-03-09 22:46:25 queue INFO >>3 [497] -2015-03-09 22:46:25 sendUrl INFO 3 [497] R:OK -2015-03-09 22:47:15 queue INFO >>3 [498] -2015-03-09 22:47:15 sendUrl INFO 3 [498] R:OK -2015-03-09 22:48:05 queue INFO >>3 [499] -2015-03-09 22:48:05 sendUrl INFO 3 [499] R:OK -2015-03-09 22:48:55 queue INFO >>3 [500] -2015-03-09 22:48:56 sendUrl INFO 3 [500] R:OK -2015-03-09 22:49:45 queue INFO >>3 [501] -2015-03-09 22:49:45 sendUrl INFO 3 [501] R:OK -2015-03-09 22:50:35 queue INFO >>3 [502] -2015-03-09 22:50:36 sendUrl INFO 3 [502] R:OK -2015-03-09 22:51:26 queue INFO >>3 [503] -2015-03-09 22:51:26 sendUrl INFO 3 [503] R:OK -2015-03-09 22:51:41 queue INFO 83 [504] -2015-03-09 22:51:41 queue INFO >83 [505] -2015-03-09 22:51:41 sendUrl INFO 83 [504] R:OK -2015-03-09 22:51:42 sendUrl INFO 83 [505] R:OK -2015-03-09 22:51:42 queue INFO 3 [506] -2015-03-09 22:51:43 queue INFO >3 [507] -2015-03-09 22:51:43 sendUrl INFO 3 [506] R:OK -2015-03-09 22:51:43 sendUrl INFO 3 [507] R:OK -2015-03-09 22:52:33 queue INFO >>3 [508] -2015-03-09 22:52:33 sendUrl INFO 3 [508] R:OK -2015-03-09 22:53:23 queue INFO >>3 [509] -2015-03-09 22:53:23 sendUrl INFO 3 [509] R:OK -2015-03-09 22:54:13 queue INFO >>3 [510] -2015-03-09 22:54:13 sendUrl INFO 3 [510] R:OK -2015-03-09 22:55:03 queue INFO >>3 [511] -2015-03-09 22:55:04 sendUrl INFO 3 [511] R:OK -2015-03-09 22:55:53 queue INFO >>3 [512] -2015-03-09 22:55:53 sendUrl INFO 3 [512] R:OK -2015-03-09 22:56:43 queue INFO >>3 [513] -2015-03-09 22:56:44 sendUrl INFO 3 [513] R:OK -2015-03-09 22:57:33 queue INFO >>3 [514] -2015-03-09 22:57:34 sendUrl INFO 3 [514] R:OK -2015-03-09 22:58:24 queue INFO >>3 [515] -2015-03-09 22:58:24 sendUrl INFO 3 [515] R:OK -2015-03-09 22:59:14 queue INFO >>3 [516] -2015-03-09 22:59:14 sendUrl INFO 3 [516] R:OK -2015-03-09 22:59:39 queue INFO 83 [517] -2015-03-09 22:59:39 sendUrl INFO 83 [517] R:OK -2015-03-09 22:59:39 queue INFO >83 [518] -2015-03-09 22:59:39 sendUrl INFO 83 [518] R:OK -2015-03-09 22:59:40 queue INFO 3 [519] -2015-03-09 22:59:41 queue INFO >3 [520] -2015-03-09 22:59:41 sendUrl INFO 3 [519] R:OK -2015-03-09 22:59:41 sendUrl INFO 3 [520] R:OK -2015-03-09 23:00:31 queue INFO >>3 [521] -2015-03-09 23:00:31 sendUrl INFO 3 [521] R:OK -2015-03-09 23:01:21 queue INFO >>3 [522] -2015-03-09 23:01:21 sendUrl INFO 3 [522] R:OK -2015-03-09 23:02:11 queue INFO >>3 [523] -2015-03-09 23:02:11 sendUrl INFO 3 [523] R:OK -2015-03-09 23:03:01 queue INFO >>3 [524] -2015-03-09 23:03:01 sendUrl INFO 3 [524] R:OK -2015-03-09 23:03:51 queue INFO >>3 [525] -2015-03-09 23:03:52 sendUrl INFO 3 [525] R:OK -2015-03-09 23:04:41 queue INFO >>3 [526] -2015-03-09 23:04:41 sendUrl INFO 3 [526] R:OK -2015-03-09 23:05:31 queue INFO >>3 [527] -2015-03-09 23:05:32 sendUrl INFO 3 [527] R:OK -2015-03-09 23:06:22 queue INFO >>3 [528] -2015-03-09 23:06:22 sendUrl INFO 3 [528] R:OK -2015-03-09 23:07:12 queue INFO >>3 [529] -2015-03-09 23:07:12 sendUrl INFO 3 [529] R:OK -2015-03-09 23:07:27 queue INFO 83 [530] -2015-03-09 23:07:27 sendUrl INFO 83 [530] R:OK -2015-03-09 23:07:27 queue INFO >83 [531] -2015-03-09 23:07:28 sendUrl INFO 83 [531] R:OK -2015-03-09 23:07:29 queue INFO 3 [532] -2015-03-09 23:07:29 queue INFO >3 [533] -2015-03-09 23:07:29 sendUrl INFO 3 [532] R:OK -2015-03-09 23:07:30 sendUrl INFO 3 [533] R:OK -2015-03-09 23:08:19 queue INFO >>3 [534] -2015-03-09 23:08:19 sendUrl INFO 3 [534] R:OK -2015-03-09 23:09:09 queue INFO >>3 [535] -2015-03-09 23:09:09 sendUrl INFO 3 [535] R:OK -2015-03-09 23:09:59 queue INFO >>3 [536] -2015-03-09 23:10:00 sendUrl INFO 3 [536] R:OK -2015-03-09 23:10:49 queue INFO >>3 [537] -2015-03-09 23:10:49 sendUrl INFO 3 [537] R:OK -2015-03-09 23:11:39 queue INFO >>3 [538] -2015-03-09 23:11:40 sendUrl INFO 3 [538] R:OK -2015-03-09 23:12:29 queue INFO >>3 [539] -2015-03-09 23:12:30 sendUrl INFO 3 [539] R:OK -2015-03-09 23:13:20 queue INFO >>3 [540] -2015-03-09 23:13:20 sendUrl INFO 3 [540] R:OK -2015-03-09 23:14:10 queue INFO >>3 [541] -2015-03-09 23:14:10 sendUrl INFO 3 [541] R:OK -2015-03-09 23:15:00 queue INFO >>3 [542] -2015-03-09 23:15:00 sendUrl INFO 3 [542] R:OK -2015-03-09 23:15:25 queue INFO 83 [543] -2015-03-09 23:15:25 sendUrl INFO 83 [543] R:OK -2015-03-09 23:15:25 queue INFO >83 [544] -2015-03-09 23:15:25 sendUrl INFO 83 [544] R:OK -2015-03-09 23:15:26 queue INFO 3 [545] -2015-03-09 23:15:26 queue INFO >3 [546] -2015-03-09 23:15:27 sendUrl INFO 3 [545] R:OK -2015-03-09 23:15:27 sendUrl INFO 3 [546] R:OK -2015-03-09 23:16:16 queue INFO >>3 [547] -2015-03-09 23:16:17 sendUrl INFO 3 [547] R:OK -2015-03-09 23:17:06 queue INFO >>3 [548] -2015-03-09 23:17:07 sendUrl INFO 3 [548] R:OK -2015-03-09 23:17:57 queue INFO >>3 [549] -2015-03-09 23:17:57 sendUrl INFO 3 [549] R:OK -2015-03-09 23:18:47 queue INFO >>3 [550] -2015-03-09 23:18:47 sendUrl INFO 3 [550] R:OK -2015-03-09 23:19:37 queue INFO >>3 [551] -2015-03-09 23:19:37 sendUrl INFO 3 [551] R:OK -2015-03-09 23:20:27 queue INFO >>3 [552] -2015-03-09 23:20:27 sendUrl INFO 3 [552] R:OK -2015-03-09 23:21:17 queue INFO >>3 [553] -2015-03-09 23:21:18 sendUrl INFO 3 [553] R:OK -2015-03-09 23:22:07 queue INFO >>3 [554] -2015-03-09 23:22:08 sendUrl INFO 3 [554] R:OK -2015-03-09 23:22:58 queue INFO >>3 [555] -2015-03-09 23:22:58 sendUrl INFO 3 [555] R:OK -2015-03-09 23:23:13 queue INFO 83 [556] -2015-03-09 23:23:13 queue INFO >83 [557] -2015-03-09 23:23:13 sendUrl INFO 83 [556] R:OK -2015-03-09 23:23:13 sendUrl INFO 83 [557] R:OK -2015-03-09 23:23:14 queue INFO 3 [558] -2015-03-09 23:23:14 sendUrl INFO 3 [558] R:OK -2015-03-09 23:23:14 queue INFO >3 [559] -2015-03-09 23:23:15 sendUrl INFO 3 [559] R:OK -2015-03-09 23:24:04 queue INFO >>3 [560] -2015-03-09 23:24:05 sendUrl INFO 3 [560] R:OK -2015-03-09 23:24:55 queue INFO >>3 [561] -2015-03-09 23:24:55 sendUrl INFO 3 [561] R:OK -2015-03-09 23:25:45 queue INFO >>3 [562] -2015-03-09 23:25:45 sendUrl INFO 3 [562] R:OK -2015-03-09 23:26:35 queue INFO 21 [563] -2015-03-09 23:26:35 queue INFO >21 [564] -2015-03-09 23:26:35 sendUrl INFO 21 [563] R:OK -2015-03-09 23:26:36 sendUrl INFO 21 [564] R:OK -2015-03-09 23:27:25 queue INFO >>21 [565] -2015-03-09 23:27:25 sendUrl INFO 21 [565] R:OK -2015-03-09 23:28:15 queue INFO >>21 [566] -2015-03-09 23:28:15 sendUrl INFO 21 [566] R:OK -2015-03-09 23:29:05 queue INFO >>21 [567] -2015-03-09 23:29:06 sendUrl INFO 21 [567] R:OK -2015-03-09 23:29:55 queue INFO >>21 [568] -2015-03-09 23:29:56 sendUrl INFO 21 [568] R:OK -2015-03-09 23:30:45 queue INFO >>21 [569] -2015-03-09 23:30:46 sendUrl INFO 21 [569] R:OK -2015-03-09 23:31:36 queue INFO >>21 [570] -2015-03-09 23:31:36 sendUrl INFO 21 [570] R:OK -2015-03-09 23:32:26 queue INFO >>21 [571] -2015-03-09 23:32:26 sendUrl INFO 21 [571] R:OK -2015-03-09 23:32:45 queue INFO 1 [572] -2015-03-09 23:32:45 queue INFO >1 [573] -2015-03-09 23:32:45 sendUrl INFO 1 [572] R:OK -2015-03-09 23:32:46 sendUrl INFO 1 [573] R:OK -2015-03-09 23:33:00 queue INFO 3 [574] -2015-03-09 23:33:00 queue INFO >3 [575] -2015-03-09 23:33:00 sendUrl INFO 3 [574] R:OK -2015-03-09 23:33:01 sendUrl INFO 3 [575] R:OK -2015-03-09 23:33:50 queue INFO >>3 [576] -2015-03-09 23:33:50 sendUrl INFO 3 [576] R:OK -2015-03-09 23:34:40 queue INFO >>3 [577] -2015-03-09 23:34:40 sendUrl INFO 3 [577] R:OK -2015-03-09 23:35:30 queue INFO >>3 [578] -2015-03-09 23:35:31 sendUrl INFO 3 [578] R:OK -2015-03-09 23:36:20 queue INFO >>3 [579] -2015-03-09 23:36:21 sendUrl INFO 3 [579] R:OK -2015-03-09 23:37:11 queue INFO >>3 [580] -2015-03-09 23:37:11 sendUrl INFO 3 [580] R:OK -2015-03-09 23:37:49 queue INFO 83 [581] -2015-03-09 23:37:49 queue INFO >83 [582] -2015-03-09 23:37:49 sendUrl INFO 83 [581] R:OK -2015-03-09 23:37:50 sendUrl INFO 83 [582] R:OK -2015-03-09 23:37:50 queue INFO 3 [583] -2015-03-09 23:37:51 queue INFO >3 [584] -2015-03-09 23:37:51 sendUrl INFO 3 [583] R:OK -2015-03-09 23:37:51 sendUrl INFO 3 [584] R:OK -2015-03-09 23:38:40 queue INFO >>3 [585] -2015-03-09 23:38:41 sendUrl INFO 3 [585] R:OK -2015-03-09 23:39:31 queue INFO >>3 [586] -2015-03-09 23:39:31 sendUrl INFO 3 [586] R:OK -2015-03-09 23:40:21 queue INFO >>3 [587] -2015-03-09 23:40:21 sendUrl INFO 3 [587] R:OK -2015-03-09 23:41:11 queue INFO >>3 [588] -2015-03-09 23:41:11 sendUrl INFO 3 [588] R:OK -2015-03-09 23:42:01 queue INFO >>3 [589] -2015-03-09 23:42:01 sendUrl INFO 3 [589] R:OK -2015-03-09 23:42:51 queue INFO >>3 [590] -2015-03-09 23:42:52 sendUrl INFO 3 [590] R:OK -2015-03-09 23:43:41 queue INFO >>3 [591] -2015-03-09 23:43:42 sendUrl INFO 3 [591] R:OK -2015-03-09 23:44:32 queue INFO >>3 [592] -2015-03-09 23:44:32 sendUrl INFO 3 [592] R:OK -2015-03-09 23:45:22 queue INFO >>3 [593] -2015-03-09 23:45:22 sendUrl INFO 3 [593] R:OK -2015-03-09 23:45:37 queue INFO 83 [594] -2015-03-09 23:45:37 queue INFO >83 [595] -2015-03-09 23:45:37 sendUrl INFO 83 [594] R:OK -2015-03-09 23:45:38 sendUrl INFO 83 [595] R:OK -2015-03-09 23:45:39 queue INFO 3 [596] -2015-03-09 23:45:39 queue INFO >3 [597] -2015-03-09 23:45:39 sendUrl INFO 3 [596] R:OK -2015-03-09 23:45:39 sendUrl INFO 3 [597] R:OK -2015-03-09 23:46:29 queue INFO >>3 [598] -2015-03-09 23:46:29 sendUrl INFO 3 [598] R:OK -2015-03-09 23:47:19 queue INFO >>3 [599] -2015-03-09 23:47:19 sendUrl INFO 3 [599] R:OK -2015-03-09 23:48:09 queue INFO >>3 [600] -2015-03-09 23:48:09 sendUrl INFO 3 [600] R:OK -2015-03-09 23:48:59 queue INFO >>3 [601] -2015-03-09 23:49:00 sendUrl INFO 3 [601] R:OK -2015-03-09 23:49:49 queue INFO >>3 [602] -2015-03-09 23:49:50 sendUrl INFO 3 [602] R:OK -2015-03-09 23:50:39 queue INFO >>3 [603] -2015-03-09 23:50:40 sendUrl INFO 3 [603] R:OK -2015-03-09 23:51:30 queue INFO >>3 [604] -2015-03-09 23:51:30 sendUrl INFO 3 [604] R:OK -2015-03-09 23:52:20 queue INFO >>3 [605] -2015-03-09 23:52:20 sendUrl INFO 3 [605] R:OK -2015-03-09 23:53:10 queue INFO >>3 [606] -2015-03-09 23:53:10 sendUrl INFO 3 [606] R:OK -2015-03-09 23:53:35 queue INFO 83 [607] -2015-03-09 23:53:35 queue INFO >83 [608] -2015-03-09 23:53:35 sendUrl INFO 83 [607] R:OK -2015-03-09 23:53:36 sendUrl INFO 83 [608] R:OK -2015-03-09 23:53:36 queue INFO 3 [609] -2015-03-09 23:53:36 queue INFO >3 [610] -2015-03-09 23:53:37 sendUrl INFO 3 [609] R:OK -2015-03-09 23:53:37 sendUrl INFO 3 [610] R:OK -2015-03-09 23:54:26 queue INFO >>3 [611] -2015-03-09 23:54:27 sendUrl INFO 3 [611] R:OK -2015-03-09 23:55:16 queue INFO >>3 [612] -2015-03-09 23:55:17 sendUrl INFO 3 [612] R:OK -2015-03-09 23:56:07 queue INFO >>3 [613] -2015-03-09 23:56:07 sendUrl INFO 3 [613] R:OK -2015-03-09 23:56:57 queue INFO >>3 [614] -2015-03-09 23:56:57 sendUrl INFO 3 [614] R:OK -2015-03-09 23:57:47 queue INFO >>3 [615] -2015-03-09 23:57:47 sendUrl INFO 3 [615] R:OK -2015-03-09 23:58:37 queue INFO >>3 [616] -2015-03-09 23:58:38 sendUrl INFO 3 [616] R:OK -2015-03-09 23:59:27 queue INFO >>3 [617] -2015-03-09 23:59:27 sendUrl INFO 3 [617] R:OK -2015-03-10 00:00:17 queue INFO >>3 [618] -2015-03-10 00:00:18 sendUrl INFO 3 [618] R:OK -2015-03-10 00:01:07 queue INFO >>3 [619] -2015-03-10 00:01:08 sendUrl INFO 3 [619] R:OK -2015-03-10 00:01:23 queue INFO 83 [620] -2015-03-10 00:01:23 queue INFO >83 [621] -2015-03-10 00:01:23 sendUrl INFO 83 [620] R:OK -2015-03-10 00:01:24 sendUrl INFO 83 [621] R:OK -2015-03-10 00:01:24 queue INFO 3 [622] -2015-03-10 00:01:24 queue INFO >3 [623] -2015-03-10 00:01:25 sendUrl INFO 3 [622] R:OK -2015-03-10 00:01:25 sendUrl INFO 3 [623] R:OK -2015-03-10 00:02:14 queue INFO >>3 [624] -2015-03-10 00:02:15 sendUrl INFO 3 [624] R:OK -2015-03-10 00:03:05 queue INFO >>3 [625] -2015-03-10 00:03:05 sendUrl INFO 3 [625] R:OK -2015-03-10 00:03:55 queue INFO >>3 [626] -2015-03-10 00:03:55 sendUrl INFO 3 [626] R:OK -2015-03-10 00:04:45 queue INFO >>3 [627] -2015-03-10 00:04:45 sendUrl INFO 3 [627] R:OK -2015-03-10 00:05:35 queue INFO >>3 [628] -2015-03-10 00:05:35 sendUrl INFO 3 [628] R:OK -2015-03-10 00:06:25 queue INFO >>3 [629] -2015-03-10 00:06:26 sendUrl INFO 3 [629] R:OK -2015-03-10 00:07:15 queue INFO >>3 [630] -2015-03-10 00:07:16 sendUrl INFO 3 [630] R:OK -2015-03-10 00:08:05 queue INFO >>3 [631] -2015-03-10 00:08:06 sendUrl INFO 3 [631] R:OK -2015-03-10 00:08:56 queue INFO >>3 [632] -2015-03-10 00:08:56 sendUrl INFO 3 [632] R:OK -2015-03-10 00:09:20 queue INFO 83 [633] -2015-03-10 00:09:21 queue INFO >83 [634] -2015-03-10 00:09:21 sendUrl INFO 83 [633] R:OK -2015-03-10 00:09:21 sendUrl INFO 83 [634] R:OK -2015-03-10 00:09:22 queue INFO 3 [635] -2015-03-10 00:09:22 queue INFO >3 [636] -2015-03-10 00:09:22 sendUrl INFO 3 [635] R:OK -2015-03-10 00:09:23 sendUrl INFO 3 [636] R:OK -2015-03-10 00:10:12 queue INFO >>3 [637] -2015-03-10 00:10:13 sendUrl INFO 3 [637] R:OK -2015-03-10 00:11:02 queue INFO >>3 [638] -2015-03-10 00:11:03 sendUrl INFO 3 [638] R:OK -2015-03-10 00:11:53 queue INFO >>3 [639] -2015-03-10 00:11:53 sendUrl INFO 3 [639] R:OK -2015-03-10 00:12:43 queue INFO >>3 [640] -2015-03-10 00:12:43 sendUrl INFO 3 [640] R:OK -2015-03-10 00:13:33 queue INFO >>3 [641] -2015-03-10 00:13:33 sendUrl INFO 3 [641] R:OK -2015-03-10 00:14:23 queue INFO >>3 [642] -2015-03-10 00:14:23 sendUrl INFO 3 [642] R:OK -2015-03-10 00:15:13 queue INFO >>3 [643] -2015-03-10 00:15:13 sendUrl INFO 3 [643] R:OK -2015-03-10 00:16:03 queue INFO >>3 [644] -2015-03-10 00:16:04 sendUrl INFO 3 [644] R:OK -2015-03-10 00:16:53 queue INFO >>3 [645] -2015-03-10 00:16:54 sendUrl INFO 3 [645] R:OK -2015-03-10 00:17:09 queue INFO 83 [646] -2015-03-10 00:17:09 queue INFO >83 [647] -2015-03-10 00:17:09 sendUrl INFO 83 [646] R:OK -2015-03-10 00:17:10 sendUrl INFO 83 [647] R:OK -2015-03-10 00:17:10 queue INFO 3 [648] -2015-03-10 00:17:11 queue INFO >3 [649] -2015-03-10 00:17:11 sendUrl INFO 3 [648] R:OK -2015-03-10 00:17:11 sendUrl INFO 3 [649] R:OK -2015-03-10 00:18:00 queue INFO >>3 [650] -2015-03-10 00:18:01 sendUrl INFO 3 [650] R:OK -2015-03-10 00:18:51 queue INFO >>3 [651] -2015-03-10 00:18:51 sendUrl INFO 3 [651] R:OK -2015-03-10 00:19:41 queue INFO >>3 [652] -2015-03-10 00:19:41 sendUrl INFO 3 [652] R:OK -2015-03-10 00:20:31 queue INFO >>3 [653] -2015-03-10 00:20:31 sendUrl INFO 3 [653] R:OK -2015-03-10 00:21:21 queue INFO >>3 [654] -2015-03-10 00:21:21 sendUrl INFO 3 [654] R:OK -2015-03-10 00:22:11 queue INFO >>3 [655] -2015-03-10 00:22:12 sendUrl INFO 3 [655] R:OK -2015-03-10 00:23:01 queue INFO >>3 [656] -2015-03-10 00:23:02 sendUrl INFO 3 [656] R:OK -2015-03-10 00:23:52 queue INFO >>3 [657] -2015-03-10 00:23:52 sendUrl INFO 3 [657] R:OK -2015-03-10 00:24:42 queue INFO >>3 [658] -2015-03-10 00:24:42 sendUrl INFO 3 [658] R:OK -2015-03-10 00:25:06 queue INFO 83 [659] -2015-03-10 00:25:07 queue INFO >83 [660] -2015-03-10 00:25:07 sendUrl INFO 83 [659] R:OK -2015-03-10 00:25:07 sendUrl INFO 83 [660] R:OK -2015-03-10 00:25:08 queue INFO 3 [661] -2015-03-10 00:25:08 queue INFO >3 [662] -2015-03-10 00:25:08 sendUrl INFO 3 [661] R:OK -2015-03-10 00:25:09 sendUrl INFO 3 [662] R:OK -2015-03-10 00:25:58 queue INFO >>3 [663] -2015-03-10 00:25:59 sendUrl INFO 3 [663] R:OK -2015-03-10 00:26:48 queue INFO >>3 [664] -2015-03-10 00:26:48 sendUrl INFO 3 [664] R:OK -2015-03-10 00:27:38 queue INFO >>3 [665] -2015-03-10 00:27:39 sendUrl INFO 3 [665] R:OK -2015-03-10 00:28:28 queue INFO >>3 [666] -2015-03-10 00:28:29 sendUrl INFO 3 [666] R:OK -2015-03-10 00:29:19 queue INFO >>3 [667] -2015-03-10 00:29:19 sendUrl INFO 3 [667] R:OK -2015-03-10 00:30:09 queue INFO >>3 [668] -2015-03-10 00:30:09 sendUrl INFO 3 [668] R:OK -2015-03-10 00:30:59 queue INFO >>3 [669] -2015-03-10 00:30:59 sendUrl INFO 3 [669] R:OK -2015-03-10 00:31:49 queue INFO >>3 [670] -2015-03-10 00:31:49 sendUrl INFO 3 [670] R:OK -2015-03-10 00:32:39 queue INFO >>3 [671] -2015-03-10 00:32:39 sendUrl INFO 3 [671] R:OK -2015-03-10 00:32:54 queue INFO 83 [672] -2015-03-10 00:32:55 queue INFO >83 [673] -2015-03-10 00:32:55 sendUrl INFO 83 [672] R:OK -2015-03-10 00:32:55 sendUrl INFO 83 [673] R:OK -2015-03-10 00:32:56 queue INFO 3 [674] -2015-03-10 00:32:56 queue INFO >3 [675] -2015-03-10 00:32:56 sendUrl INFO 3 [674] R:OK -2015-03-10 00:32:57 sendUrl INFO 3 [675] R:OK -2015-03-10 00:33:46 queue INFO >>3 [676] -2015-03-10 00:33:47 sendUrl INFO 3 [676] R:OK -2015-03-10 00:34:36 queue INFO >>3 [677] -2015-03-10 00:34:37 sendUrl INFO 3 [677] R:OK -2015-03-10 00:35:26 queue INFO >>3 [678] -2015-03-10 00:35:27 sendUrl INFO 3 [678] R:OK -2015-03-10 00:36:17 queue INFO >>3 [679] -2015-03-10 00:36:17 sendUrl INFO 3 [679] R:OK -2015-03-10 00:37:07 queue INFO >>3 [680] -2015-03-10 00:37:07 sendUrl INFO 3 [680] R:OK -2015-03-10 00:37:57 queue INFO >>3 [681] -2015-03-10 00:37:57 sendUrl INFO 3 [681] R:OK -2015-03-10 00:38:47 queue INFO >>3 [682] -2015-03-10 00:38:47 sendUrl INFO 3 [682] R:OK -2015-03-10 00:39:37 queue INFO >>3 [683] -2015-03-10 00:39:38 sendUrl INFO 3 [683] R:OK -2015-03-10 00:40:27 queue INFO >>3 [684] -2015-03-10 00:40:27 sendUrl INFO 3 [684] R:OK -2015-03-10 00:40:52 queue INFO 83 [685] -2015-03-10 00:40:53 queue INFO >83 [686] -2015-03-10 00:40:53 sendUrl INFO 83 [685] R:OK -2015-03-10 00:40:53 sendUrl INFO 83 [686] R:OK -2015-03-10 00:40:54 queue INFO 3 [687] -2015-03-10 00:40:54 sendUrl INFO 3 [687] R:OK -2015-03-10 00:40:54 queue INFO >3 [688] -2015-03-10 00:40:55 sendUrl INFO 3 [688] R:OK -2015-03-10 00:41:44 queue INFO >>3 [689] -2015-03-10 00:41:44 sendUrl INFO 3 [689] R:OK -2015-03-10 00:42:34 queue INFO >>3 [690] -2015-03-10 00:42:35 sendUrl INFO 3 [690] R:OK -2015-03-10 00:43:24 queue INFO >>3 [691] -2015-03-10 00:43:25 sendUrl INFO 3 [691] R:OK -2015-03-10 00:44:14 queue INFO >>3 [692] -2015-03-10 00:44:15 sendUrl INFO 3 [692] R:OK -2015-03-10 00:45:05 queue INFO >>3 [693] -2015-03-10 00:45:05 sendUrl INFO 3 [693] R:OK -2015-03-10 00:45:55 queue INFO >>3 [694] -2015-03-10 00:45:55 sendUrl INFO 3 [694] R:OK -2015-03-10 00:46:45 queue INFO >>3 [695] -2015-03-10 00:46:45 sendUrl INFO 3 [695] R:OK -2015-03-10 00:47:35 queue INFO >>3 [696] -2015-03-10 00:47:35 sendUrl INFO 3 [696] R:OK -2015-03-10 00:48:25 queue INFO >>3 [697] -2015-03-10 00:48:26 sendUrl INFO 3 [697] R:OK -2015-03-10 00:48:40 queue INFO 83 [698] -2015-03-10 00:48:41 queue INFO >83 [699] -2015-03-10 00:48:41 sendUrl INFO 83 [698] R:OK -2015-03-10 00:48:41 sendUrl INFO 83 [699] R:OK -2015-03-10 00:48:42 queue INFO 3 [700] -2015-03-10 00:48:42 queue INFO >3 [701] -2015-03-10 00:48:43 sendUrl INFO 3 [700] R:OK -2015-03-10 00:48:43 sendUrl INFO 3 [701] R:OK -2015-03-10 00:49:32 queue INFO >>3 [702] -2015-03-10 00:49:32 sendUrl INFO 3 [702] R:OK -2015-03-10 00:50:22 queue INFO >>3 [703] -2015-03-10 00:50:23 sendUrl INFO 3 [703] R:OK -2015-03-10 00:51:13 queue INFO >>3 [704] -2015-03-10 00:51:13 sendUrl INFO 3 [704] R:OK -2015-03-10 00:52:03 queue INFO >>3 [705] -2015-03-10 00:52:03 sendUrl INFO 3 [705] R:OK -2015-03-10 00:52:53 queue INFO >>3 [706] -2015-03-10 00:52:53 sendUrl INFO 3 [706] R:OK -2015-03-10 00:53:43 queue INFO >>3 [707] -2015-03-10 00:53:43 sendUrl INFO 3 [707] R:OK -2015-03-10 00:54:33 queue INFO >>3 [708] -2015-03-10 00:54:33 sendUrl INFO 3 [708] R:OK -2015-03-10 00:55:23 queue INFO >>3 [709] -2015-03-10 00:55:24 sendUrl INFO 3 [709] R:OK -2015-03-10 00:56:13 queue INFO >>3 [710] -2015-03-10 00:56:14 sendUrl INFO 3 [710] R:OK -2015-03-10 00:56:38 queue INFO 83 [711] -2015-03-10 00:56:38 queue INFO >83 [712] -2015-03-10 00:56:38 sendUrl INFO 83 [711] R:OK -2015-03-10 00:56:39 sendUrl INFO 83 [712] R:OK -2015-03-10 00:56:40 queue INFO 3 [713] -2015-03-10 00:56:40 sendUrl INFO 3 [713] R:OK -2015-03-10 00:56:40 queue INFO >3 [714] -2015-03-10 00:56:40 sendUrl INFO 3 [714] R:OK -2015-03-10 00:57:30 queue INFO >>3 [715] -2015-03-10 00:57:30 sendUrl INFO 3 [715] R:OK -2015-03-10 00:58:20 queue INFO >>3 [716] -2015-03-10 00:58:21 sendUrl INFO 3 [716] R:OK -2015-03-10 00:59:10 queue INFO >>3 [717] -2015-03-10 00:59:10 sendUrl INFO 3 [717] R:OK -2015-03-10 01:00:00 queue INFO >>3 [718] -2015-03-10 01:00:01 sendUrl INFO 3 [718] R:OK -2015-03-10 01:00:51 queue INFO >>3 [719] -2015-03-10 01:00:51 sendUrl INFO 3 [719] R:OK -2015-03-10 01:01:41 queue INFO >>3 [720] -2015-03-10 01:01:41 sendUrl INFO 3 [720] R:OK -2015-03-10 01:02:31 queue INFO >>3 [721] -2015-03-10 01:02:31 sendUrl INFO 3 [721] R:OK -2015-03-10 01:03:21 queue INFO >>3 [722] -2015-03-10 01:03:21 sendUrl INFO 3 [722] R:OK -2015-03-10 01:04:11 queue INFO >>3 [723] -2015-03-10 01:04:11 sendUrl INFO 3 [723] R:OK -2015-03-10 01:04:26 queue INFO 83 [724] -2015-03-10 01:04:27 sendUrl INFO 83 [724] R:OK -2015-03-10 01:04:27 queue INFO >83 [725] -2015-03-10 01:04:27 sendUrl INFO 83 [725] R:OK -2015-03-10 01:04:28 queue INFO 3 [726] -2015-03-10 01:04:28 queue INFO >3 [727] -2015-03-10 01:04:29 sendUrl INFO 3 [726] R:OK -2015-03-10 01:04:29 sendUrl INFO 3 [727] R:OK -2015-03-10 01:05:18 queue INFO >>3 [728] -2015-03-10 01:05:18 sendUrl INFO 3 [728] R:OK -2015-03-10 01:06:08 queue INFO >>3 [729] -2015-03-10 01:06:09 sendUrl INFO 3 [729] R:OK -2015-03-10 01:06:58 queue INFO >>3 [730] -2015-03-10 01:06:59 sendUrl INFO 3 [730] R:OK -2015-03-10 01:07:49 queue INFO >>3 [731] -2015-03-10 01:07:49 sendUrl INFO 3 [731] R:OK -2015-03-10 01:08:39 queue INFO >>3 [732] -2015-03-10 01:08:39 sendUrl INFO 3 [732] R:OK -2015-03-10 01:09:29 queue INFO >>3 [733] -2015-03-10 01:09:29 sendUrl INFO 3 [733] R:OK -2015-03-10 01:10:19 queue INFO >>3 [734] -2015-03-10 01:10:19 sendUrl INFO 3 [734] R:OK -2015-03-10 01:11:09 queue INFO >>3 [735] -2015-03-10 01:11:10 sendUrl INFO 3 [735] R:OK -2015-03-10 01:11:59 queue INFO >>3 [736] -2015-03-10 01:12:00 sendUrl INFO 3 [736] R:OK -2015-03-10 01:12:24 queue INFO 83 [737] -2015-03-10 01:12:24 queue INFO >83 [738] -2015-03-10 01:12:25 sendUrl INFO 83 [737] R:OK -2015-03-10 01:12:25 sendUrl INFO 83 [738] R:OK -2015-03-10 01:12:26 queue INFO 3 [739] -2015-03-10 01:12:26 queue INFO >3 [740] -2015-03-10 01:12:26 sendUrl INFO 3 [739] R:OK -2015-03-10 01:12:27 sendUrl INFO 3 [740] R:OK -2015-03-10 01:13:16 queue INFO >>3 [741] -2015-03-10 01:13:17 sendUrl INFO 3 [741] R:OK -2015-03-10 01:14:06 queue INFO >>3 [742] -2015-03-10 01:14:06 sendUrl INFO 3 [742] R:OK -2015-03-10 01:14:56 queue INFO >>3 [743] -2015-03-10 01:14:57 sendUrl INFO 3 [743] R:OK -2015-03-10 01:15:46 queue INFO >>3 [744] -2015-03-10 01:15:47 sendUrl INFO 3 [744] R:OK -2015-03-10 01:16:37 queue INFO >>3 [745] -2015-03-10 01:16:37 sendUrl INFO 3 [745] R:OK -2015-03-10 01:17:27 queue INFO >>3 [746] -2015-03-10 01:17:27 sendUrl INFO 3 [746] R:OK -2015-03-10 01:18:17 queue INFO >>3 [747] -2015-03-10 01:18:17 sendUrl INFO 3 [747] R:OK -2015-03-10 01:19:07 queue INFO >>3 [748] -2015-03-10 01:19:07 sendUrl INFO 3 [748] R:OK -2015-03-10 01:19:57 queue INFO >>3 [749] -2015-03-10 01:19:58 sendUrl INFO 3 [749] R:OK -2015-03-10 01:20:12 queue INFO 83 [750] -2015-03-10 01:20:13 queue INFO >83 [751] -2015-03-10 01:20:13 sendUrl INFO 83 [750] R:OK -2015-03-10 01:20:13 sendUrl INFO 83 [751] R:OK -2015-03-10 01:20:14 queue INFO 3 [752] -2015-03-10 01:20:14 queue INFO >3 [753] -2015-03-10 01:20:14 sendUrl INFO 3 [752] R:OK -2015-03-10 01:20:15 sendUrl INFO 3 [753] R:OK -2015-03-10 01:21:04 queue INFO >>3 [754] -2015-03-10 01:21:05 sendUrl INFO 3 [754] R:OK -2015-03-10 01:21:54 queue INFO >>3 [755] -2015-03-10 01:21:55 sendUrl INFO 3 [755] R:OK -2015-03-10 01:22:45 queue INFO >>3 [756] -2015-03-10 01:22:45 sendUrl INFO 3 [756] R:OK -2015-03-10 01:23:35 queue INFO >>3 [757] -2015-03-10 01:23:35 sendUrl INFO 3 [757] R:OK -2015-03-10 01:24:25 queue INFO >>3 [758] -2015-03-10 01:24:25 sendUrl INFO 3 [758] R:OK -2015-03-10 01:25:15 queue INFO >>3 [759] -2015-03-10 01:25:15 sendUrl INFO 3 [759] R:OK -2015-03-10 01:26:05 queue INFO >>3 [760] -2015-03-10 01:26:06 sendUrl INFO 3 [760] R:OK -2015-03-10 01:26:55 queue INFO >>3 [761] -2015-03-10 01:26:56 sendUrl INFO 3 [761] R:OK -2015-03-10 01:27:45 queue INFO >>3 [762] -2015-03-10 01:27:46 sendUrl INFO 3 [762] R:OK -2015-03-10 01:28:10 queue INFO 83 [763] -2015-03-10 01:28:10 queue INFO >83 [764] -2015-03-10 01:28:11 sendUrl INFO 83 [763] R:OK -2015-03-10 01:28:11 sendUrl INFO 83 [764] R:OK -2015-03-10 01:28:12 queue INFO 3 [765] -2015-03-10 01:28:12 queue INFO >3 [766] -2015-03-10 01:28:12 sendUrl INFO 3 [765] R:OK -2015-03-10 01:28:13 sendUrl INFO 3 [766] R:OK -2015-03-10 01:29:02 queue INFO >>3 [767] -2015-03-10 01:29:02 sendUrl INFO 3 [767] R:OK -2015-03-10 01:29:52 queue INFO >>3 [768] -2015-03-10 01:29:52 sendUrl INFO 3 [768] R:OK -2015-03-10 01:30:42 queue INFO >>3 [769] -2015-03-10 01:30:43 sendUrl INFO 3 [769] R:OK -2015-03-10 01:31:32 queue INFO >>3 [770] -2015-03-10 01:31:32 sendUrl INFO 3 [770] R:OK -2015-03-10 01:32:22 queue INFO >>3 [771] -2015-03-10 01:32:23 sendUrl INFO 3 [771] R:OK -2015-03-10 01:33:13 queue INFO >>3 [772] -2015-03-10 01:33:13 sendUrl INFO 3 [772] R:OK -2015-03-10 01:34:03 queue INFO >>3 [773] -2015-03-10 01:34:03 sendUrl INFO 3 [773] R:OK -2015-03-10 01:34:53 queue INFO >>3 [774] -2015-03-10 01:34:53 sendUrl INFO 3 [774] R:OK -2015-03-10 01:35:43 queue INFO >>3 [775] -2015-03-10 01:35:43 sendUrl INFO 3 [775] R:OK -2015-03-10 01:35:58 queue INFO 83 [776] -2015-03-10 01:35:58 queue INFO >83 [777] -2015-03-10 01:35:59 sendUrl INFO 83 [776] R:OK -2015-03-10 01:35:59 sendUrl INFO 83 [777] R:OK -2015-03-10 01:36:00 queue INFO 3 [778] -2015-03-10 01:36:00 queue INFO >3 [779] -2015-03-10 01:36:00 sendUrl INFO 3 [778] R:OK -2015-03-10 01:36:01 sendUrl INFO 3 [779] R:OK -2015-03-10 01:36:50 queue INFO >>3 [780] -2015-03-10 01:36:50 sendUrl INFO 3 [780] R:OK -2015-03-10 01:37:40 queue INFO >>3 [781] -2015-03-10 01:37:40 sendUrl INFO 3 [781] R:OK -2015-03-10 01:38:30 queue INFO >>3 [782] -2015-03-10 01:38:31 sendUrl INFO 3 [782] R:OK -2015-03-10 01:39:20 queue INFO >>3 [783] -2015-03-10 01:39:21 sendUrl INFO 3 [783] R:OK -2015-03-10 01:40:11 queue INFO >>3 [784] -2015-03-10 01:40:11 sendUrl INFO 3 [784] R:OK -2015-03-10 01:41:01 queue INFO >>3 [785] -2015-03-10 01:41:01 sendUrl INFO 3 [785] R:OK -2015-03-10 01:41:51 queue INFO >>3 [786] -2015-03-10 01:41:51 sendUrl INFO 3 [786] R:OK -2015-03-10 01:42:41 queue INFO >>3 [787] -2015-03-10 01:42:41 sendUrl INFO 3 [787] R:OK -2015-03-10 01:43:31 queue INFO >>3 [788] -2015-03-10 01:43:32 sendUrl INFO 3 [788] R:OK -2015-03-10 01:43:56 queue INFO 83 [789] -2015-03-10 01:43:56 queue INFO >83 [790] -2015-03-10 01:43:56 sendUrl INFO 83 [789] R:OK -2015-03-10 01:43:57 sendUrl INFO 83 [790] R:OK -2015-03-10 01:43:58 queue INFO 3 [791] -2015-03-10 01:43:58 queue INFO >3 [792] -2015-03-10 01:43:58 sendUrl INFO 3 [791] R:OK -2015-03-10 01:43:58 sendUrl INFO 3 [792] R:OK -2015-03-10 01:44:48 queue INFO >>3 [793] -2015-03-10 01:44:48 sendUrl INFO 3 [793] R:OK -2015-03-10 01:45:09 queue INFO 9 [794] -2015-03-10 01:45:09 queue INFO >9 [795] -2015-03-10 01:45:09 sendUrl INFO 9 [794] R:OK -2015-03-10 01:45:10 sendUrl INFO 9 [795] R:OK -2015-03-10 01:45:59 queue INFO >>9 [796] -2015-03-10 01:45:59 sendUrl INFO 9 [796] R:OK -2015-03-10 01:46:49 queue INFO >>9 [797] -2015-03-10 01:46:50 sendUrl INFO 9 [797] R:OK -2015-03-10 01:47:39 queue INFO >>9 [798] -2015-03-10 01:47:40 sendUrl INFO 9 [798] R:OK -2015-03-10 01:48:09 queue INFO 29 [799] -2015-03-10 01:48:09 queue INFO >29 [800] -2015-03-10 01:48:09 queue INFO 21 [801] -2015-03-10 01:48:10 queue INFO >21 [802] -2015-03-10 01:48:10 sendUrl INFO 29 [799] R:OK -2015-03-10 01:48:10 sendUrl INFO 29 [800] R:OK -2015-03-10 01:48:11 sendUrl INFO 21 [801] R:OK -2015-03-10 01:48:11 queue INFO 1 [803] -2015-03-10 01:48:11 sendUrl INFO 21 [802] R:OK -2015-03-10 01:48:11 queue INFO >1 [804] -2015-03-10 01:48:12 sendUrl INFO 1 [803] R:OK -2015-03-10 01:48:12 sendUrl INFO 1 [804] R:OK -2015-03-10 01:48:27 queue INFO 3 [805] -2015-03-10 01:48:27 queue INFO >3 [806] -2015-03-10 01:48:28 sendUrl INFO 3 [805] R:OK -2015-03-10 01:48:28 sendUrl INFO 3 [806] R:OK -2015-03-10 01:49:17 queue INFO >>3 [807] -2015-03-10 01:49:18 sendUrl INFO 3 [807] R:OK -2015-03-10 01:50:08 queue INFO >>3 [808] -2015-03-10 01:50:08 sendUrl INFO 3 [808] R:OK -2015-03-10 01:50:58 queue INFO >>3 [809] -2015-03-10 01:50:58 sendUrl INFO 3 [809] R:OK -2015-03-10 01:51:44 queue INFO 83 [810] -2015-03-10 01:51:44 queue INFO >83 [811] -2015-03-10 01:51:45 sendUrl INFO 83 [810] R:OK -2015-03-10 01:51:45 sendUrl INFO 83 [811] R:OK -2015-03-10 01:51:46 queue INFO 3 [812] -2015-03-10 01:51:46 queue INFO >3 [813] -2015-03-10 01:51:46 sendUrl INFO 3 [812] R:OK -2015-03-10 01:51:47 sendUrl INFO 3 [813] R:OK -2015-03-10 01:52:36 queue INFO >>3 [814] -2015-03-10 01:52:36 sendUrl INFO 3 [814] R:OK -2015-03-10 01:52:46 queue INFO 9 [815] -2015-03-10 01:52:46 queue INFO >9 [816] -2015-03-10 01:52:46 sendUrl INFO 9 [815] R:OK -2015-03-10 01:52:47 sendUrl INFO 9 [816] R:OK -2015-03-10 01:53:05 queue INFO 29 [817] -2015-03-10 01:53:05 queue INFO >29 [818] -2015-03-10 01:53:06 queue INFO 21 [819] -2015-03-10 01:53:06 sendUrl INFO 29 [817] R:OK -2015-03-10 01:53:06 queue INFO >21 [820] -2015-03-10 01:53:06 sendUrl INFO 29 [818] R:OK -2015-03-10 01:53:07 sendUrl INFO 21 [819] R:OK -2015-03-10 01:53:07 sendUrl INFO 21 [820] R:OK -2015-03-10 01:53:07 queue INFO 1 [821] -2015-03-10 01:53:08 queue INFO >1 [822] -2015-03-10 01:53:08 sendUrl INFO 1 [821] R:OK -2015-03-10 01:53:08 sendUrl INFO 1 [822] R:OK -2015-03-10 01:53:20 queue INFO 21 [823] -2015-03-10 01:53:20 queue INFO >21 [824] -2015-03-10 01:53:21 sendUrl INFO 21 [823] R:OK -2015-03-10 01:53:21 sendUrl INFO 21 [824] R:OK -2015-03-10 01:53:22 queue INFO 1 [825] -2015-03-10 01:53:22 sendUrl INFO 1 [825] R:OK -2015-03-10 01:53:22 queue INFO >1 [826] -2015-03-10 01:53:23 sendUrl INFO 1 [826] R:OK -2015-03-10 01:53:26 queue INFO 3 [827] -2015-03-10 01:53:26 queue INFO >3 [828] -2015-03-10 01:53:27 sendUrl INFO 3 [827] R:OK -2015-03-10 01:53:27 sendUrl INFO 3 [828] R:OK -2015-03-10 01:54:16 queue INFO >>3 [829] -2015-03-10 01:54:17 sendUrl INFO 3 [829] R:OK -2015-03-10 01:55:07 queue INFO >>3 [830] -2015-03-10 01:55:07 sendUrl INFO 3 [830] R:OK -2015-03-10 01:55:57 queue INFO >>3 [831] -2015-03-10 01:55:57 sendUrl INFO 3 [831] R:OK -2015-03-10 01:56:47 queue INFO >>3 [832] -2015-03-10 01:56:47 sendUrl INFO 3 [832] R:OK -2015-03-10 01:57:37 queue INFO >>3 [833] -2015-03-10 01:57:37 sendUrl INFO 3 [833] R:OK -2015-03-10 01:58:27 queue INFO >>3 [834] -2015-03-10 01:58:27 sendUrl INFO 3 [834] R:OK -2015-03-10 01:59:17 queue INFO >>3 [835] -2015-03-10 01:59:18 sendUrl INFO 3 [835] R:OK -2015-03-10 01:59:42 queue INFO 83 [836] -2015-03-10 01:59:42 queue INFO >83 [837] -2015-03-10 01:59:42 sendUrl INFO 83 [836] R:OK -2015-03-10 01:59:43 sendUrl INFO 83 [837] R:OK -2015-03-10 01:59:44 queue INFO 3 [838] -2015-03-10 01:59:44 queue INFO >3 [839] -2015-03-10 01:59:44 sendUrl INFO 3 [838] R:OK -2015-03-10 01:59:44 sendUrl INFO 3 [839] R:OK -2015-03-10 02:00:34 queue INFO >>3 [840] -2015-03-10 02:00:34 sendUrl INFO 3 [840] R:OK -2015-03-10 02:01:24 queue INFO >>3 [841] -2015-03-10 02:01:24 sendUrl INFO 3 [841] R:OK -2015-03-10 02:02:14 queue INFO >>3 [842] -2015-03-10 02:02:14 sendUrl INFO 3 [842] R:OK -2015-03-10 02:03:04 queue INFO >>3 [843] -2015-03-10 02:03:05 sendUrl INFO 3 [843] R:OK -2015-03-10 02:03:54 queue INFO >>3 [844] -2015-03-10 02:03:54 sendUrl INFO 3 [844] R:OK -2015-03-10 02:04:44 queue INFO >>3 [845] -2015-03-10 02:04:45 sendUrl INFO 3 [845] R:OK -2015-03-10 02:05:35 queue INFO >>3 [846] -2015-03-10 02:05:35 sendUrl INFO 3 [846] R:OK -2015-03-10 02:06:25 queue INFO >>3 [847] -2015-03-10 02:06:25 sendUrl INFO 3 [847] R:OK -2015-03-10 02:07:15 queue INFO >>3 [848] -2015-03-10 02:07:15 sendUrl INFO 3 [848] R:OK -2015-03-10 02:07:30 queue INFO 83 [849] -2015-03-10 02:07:30 queue INFO >83 [850] -2015-03-10 02:07:30 sendUrl INFO 83 [849] R:OK -2015-03-10 02:07:31 sendUrl INFO 83 [850] R:OK -2015-03-10 02:07:32 queue INFO 3 [851] -2015-03-10 02:07:32 queue INFO >3 [852] -2015-03-10 02:07:32 sendUrl INFO 3 [851] R:OK -2015-03-10 02:07:32 sendUrl INFO 3 [852] R:OK -2015-03-10 02:08:22 queue INFO >>3 [853] -2015-03-10 02:08:22 sendUrl INFO 3 [853] R:OK -2015-03-10 02:09:12 queue INFO >>3 [854] -2015-03-10 02:09:12 sendUrl INFO 3 [854] R:OK -2015-03-10 02:10:02 queue INFO >>3 [855] -2015-03-10 02:10:02 sendUrl INFO 3 [855] R:OK -2015-03-10 02:10:52 queue INFO >>3 [856] -2015-03-10 02:10:53 sendUrl INFO 3 [856] R:OK -2015-03-10 02:11:42 queue INFO >>3 [857] -2015-03-10 02:11:43 sendUrl INFO 3 [857] R:OK -2015-03-10 02:12:32 queue INFO >>3 [858] -2015-03-10 02:12:33 sendUrl INFO 3 [858] R:OK -2015-03-10 02:13:23 queue INFO >>3 [859] -2015-03-10 02:13:23 sendUrl INFO 3 [859] R:OK -2015-03-10 02:14:13 queue INFO >>3 [860] -2015-03-10 02:14:13 sendUrl INFO 3 [860] R:OK -2015-03-10 02:15:03 queue INFO >>3 [861] -2015-03-10 02:15:03 sendUrl INFO 3 [861] R:OK -2015-03-10 02:15:28 queue INFO 83 [862] -2015-03-10 02:15:28 queue INFO >83 [863] -2015-03-10 02:15:28 sendUrl INFO 83 [862] R:OK -2015-03-10 02:15:29 sendUrl INFO 83 [863] R:OK -2015-03-10 02:15:29 queue INFO 3 [864] -2015-03-10 02:15:30 sendUrl INFO 3 [864] R:OK -2015-03-10 02:15:30 queue INFO >3 [865] -2015-03-10 02:15:30 sendUrl INFO 3 [865] R:OK -2015-03-10 02:16:20 queue INFO >>3 [866] -2015-03-10 02:16:20 sendUrl INFO 3 [866] R:OK -2015-03-10 02:17:10 queue INFO >>3 [867] -2015-03-10 02:17:10 sendUrl INFO 3 [867] R:OK -2015-03-10 02:18:00 queue INFO >>3 [868] -2015-03-10 02:18:00 sendUrl INFO 3 [868] R:OK -2015-03-10 02:18:50 queue INFO >>3 [869] -2015-03-10 02:18:50 sendUrl INFO 3 [869] R:OK -2015-03-10 02:19:40 queue INFO >>3 [870] -2015-03-10 02:19:41 sendUrl INFO 3 [870] R:OK -2015-03-10 02:20:30 queue INFO >>3 [871] -2015-03-10 02:20:31 sendUrl INFO 3 [871] R:OK -2015-03-10 02:21:20 queue INFO >>3 [872] -2015-03-10 02:21:21 sendUrl INFO 3 [872] R:OK -2015-03-10 02:22:11 queue INFO >>3 [873] -2015-03-10 02:22:11 sendUrl INFO 3 [873] R:OK -2015-03-10 02:23:01 queue INFO >>3 [874] -2015-03-10 02:23:01 sendUrl INFO 3 [874] R:OK -2015-03-10 02:23:16 queue INFO 83 [875] -2015-03-10 02:23:16 sendUrl INFO 83 [875] R:OK -2015-03-10 02:23:16 queue INFO >83 [876] -2015-03-10 02:23:17 sendUrl INFO 83 [876] R:OK -2015-03-10 02:23:18 queue INFO 3 [877] -2015-03-10 02:23:18 queue INFO >3 [878] -2015-03-10 02:23:18 sendUrl INFO 3 [877] R:OK -2015-03-10 02:23:19 sendUrl INFO 3 [878] R:OK -2015-03-10 02:24:08 queue INFO >>3 [879] -2015-03-10 02:24:08 sendUrl INFO 3 [879] R:OK -2015-03-10 02:24:58 queue INFO >>3 [880] -2015-03-10 02:24:58 sendUrl INFO 3 [880] R:OK -2015-03-10 02:25:48 queue INFO >>3 [881] -2015-03-10 02:25:48 sendUrl INFO 3 [881] R:OK -2015-03-10 02:26:38 queue INFO >>3 [882] -2015-03-10 02:26:39 sendUrl INFO 3 [882] R:OK -2015-03-10 02:27:28 queue INFO >>3 [883] -2015-03-10 02:27:29 sendUrl INFO 3 [883] R:OK -2015-03-10 02:28:19 queue INFO >>3 [884] -2015-03-10 02:28:19 sendUrl INFO 3 [884] R:OK -2015-03-10 02:29:09 queue INFO >>3 [885] -2015-03-10 02:29:09 sendUrl INFO 3 [885] R:OK -2015-03-10 02:29:59 queue INFO >>3 [886] -2015-03-10 02:29:59 sendUrl INFO 3 [886] R:OK -2015-03-10 02:30:49 queue INFO >>3 [887] -2015-03-10 02:30:49 sendUrl INFO 3 [887] R:OK -2015-03-10 02:31:14 queue INFO 83 [888] -2015-03-10 02:31:14 sendUrl INFO 83 [888] R:OK -2015-03-10 02:31:14 queue INFO >83 [889] -2015-03-10 02:31:14 sendUrl INFO 83 [889] R:OK -2015-03-10 02:31:15 queue INFO 3 [890] -2015-03-10 02:31:16 queue INFO >3 [891] -2015-03-10 02:31:16 sendUrl INFO 3 [890] R:OK -2015-03-10 02:31:16 sendUrl INFO 3 [891] R:OK -2015-03-10 02:32:05 queue INFO >>3 [892] -2015-03-10 02:32:06 sendUrl INFO 3 [892] R:OK -2015-03-10 02:32:31 queue INFO 9 [893] -2015-03-10 02:32:31 queue INFO >9 [894] -2015-03-10 02:32:31 sendUrl INFO 9 [893] R:OK -2015-03-10 02:32:32 sendUrl INFO 9 [894] R:OK -2015-03-10 02:33:00 queue INFO 29 [895] -2015-03-10 02:33:00 queue INFO >29 [896] -2015-03-10 02:33:00 sendUrl INFO 29 [895] R:OK -2015-03-10 02:33:00 queue INFO 21 [897] -2015-03-10 02:33:01 queue INFO >21 [898] -2015-03-10 02:33:01 sendUrl INFO 29 [896] R:OK -2015-03-10 02:33:01 sendUrl INFO 21 [897] R:OK -2015-03-10 02:33:02 sendUrl INFO 21 [898] R:OK -2015-03-10 02:33:03 queue INFO 1 [899] -2015-03-10 02:33:03 queue INFO >1 [900] -2015-03-10 02:33:03 sendUrl INFO 1 [899] R:OK -2015-03-10 02:33:04 sendUrl INFO 1 [900] R:OK -2015-03-10 02:33:18 queue INFO 3 [901] -2015-03-10 02:33:18 sendUrl INFO 3 [901] R:OK -2015-03-10 02:33:18 queue INFO >3 [902] -2015-03-10 02:33:19 sendUrl INFO 3 [902] R:OK -2015-03-10 02:33:22 queue INFO 21 [903] -2015-03-10 02:33:22 sendUrl INFO 21 [903] R:OK -2015-03-10 02:33:22 queue INFO >21 [904] -2015-03-10 02:33:23 queue INFO 1 [905] -2015-03-10 02:33:23 queue INFO >1 [906] -2015-03-10 02:33:23 sendUrl INFO 21 [904] R:OK -2015-03-10 02:33:23 sendUrl INFO 1 [905] R:OK -2015-03-10 02:33:24 sendUrl INFO 1 [906] R:OK -2015-03-10 02:33:40 queue INFO 3 [907] -2015-03-10 02:33:40 queue INFO >3 [908] -2015-03-10 02:33:40 sendUrl INFO 3 [907] R:OK -2015-03-10 02:33:41 sendUrl INFO 3 [908] R:OK -2015-03-10 02:34:30 queue INFO >>3 [909] -2015-03-10 02:34:31 sendUrl INFO 3 [909] R:OK -2015-03-10 02:35:20 queue INFO >>3 [910] -2015-03-10 02:35:21 sendUrl INFO 3 [910] R:OK -2015-03-10 02:36:11 queue INFO >>3 [911] -2015-03-10 02:36:11 sendUrl INFO 3 [911] R:OK -2015-03-10 02:37:01 queue INFO >>3 [912] -2015-03-10 02:37:01 sendUrl INFO 3 [912] R:OK -2015-03-10 02:37:51 queue INFO >>3 [913] -2015-03-10 02:37:51 sendUrl INFO 3 [913] R:OK -2015-03-10 02:38:41 queue INFO >>3 [914] -2015-03-10 02:38:41 sendUrl INFO 3 [914] R:OK -2015-03-10 02:39:02 queue INFO 83 [915] -2015-03-10 02:39:02 sendUrl INFO 83 [915] R:OK -2015-03-10 02:39:02 queue INFO >83 [916] -2015-03-10 02:39:03 sendUrl INFO 83 [916] R:OK -2015-03-10 02:39:04 queue INFO 3 [917] -2015-03-10 02:39:04 queue INFO >3 [918] -2015-03-10 02:39:04 sendUrl INFO 3 [917] R:OK -2015-03-10 02:39:05 sendUrl INFO 3 [918] R:OK -2015-03-10 02:39:54 queue INFO >>3 [919] -2015-03-10 02:39:54 sendUrl INFO 3 [919] R:OK -2015-03-10 02:40:44 queue INFO >>3 [920] -2015-03-10 02:40:44 sendUrl INFO 3 [920] R:OK -2015-03-10 02:41:34 queue INFO >>3 [921] -2015-03-10 02:41:35 sendUrl INFO 3 [921] R:OK -2015-03-10 02:42:18 queue INFO 1 [922] -2015-03-10 02:42:19 queue INFO >1 [923] -2015-03-10 02:42:19 sendUrl INFO 1 [922] R:OK -2015-03-10 02:42:19 sendUrl INFO 1 [923] R:OK -2015-03-10 02:43:08 queue INFO >>1 [924] -2015-03-10 02:43:09 sendUrl INFO 1 [924] R:OK -2015-03-10 02:43:59 queue INFO >>1 [925] -2015-03-10 02:43:59 sendUrl INFO 1 [925] R:OK -2015-03-10 02:44:49 queue INFO >>1 [926] -2015-03-10 02:44:49 sendUrl INFO 1 [926] R:OK -2015-03-10 02:45:39 queue INFO >>1 [927] -2015-03-10 02:45:39 sendUrl INFO 1 [927] R:OK -2015-03-10 02:46:29 queue INFO >>1 [928] -2015-03-10 02:46:30 sendUrl INFO 1 [928] R:OK -2015-03-10 02:47:00 queue INFO 21 [929] -2015-03-10 02:47:00 sendUrl INFO 21 [929] R:OK -2015-03-10 02:47:00 queue INFO >21 [930] -2015-03-10 02:47:00 sendUrl INFO 21 [930] R:OK -2015-03-10 02:47:50 queue INFO >>21 [931] -2015-03-10 02:47:50 sendUrl INFO 21 [931] R:OK -2015-03-10 02:48:40 queue INFO >>21 [932] -2015-03-10 02:48:40 sendUrl INFO 21 [932] R:OK -2015-03-10 02:49:30 queue INFO >>21 [933] -2015-03-10 02:49:30 sendUrl INFO 21 [933] R:OK -2015-03-10 02:50:20 queue INFO >>21 [934] -2015-03-10 02:50:21 sendUrl INFO 21 [934] R:OK -2015-03-10 02:51:10 queue INFO >>21 [935] -2015-03-10 02:51:10 sendUrl INFO 21 [935] R:OK -2015-03-10 02:52:00 queue INFO >>21 [936] -2015-03-10 02:52:01 sendUrl INFO 21 [936] R:OK -2015-03-10 02:52:51 queue INFO >>21 [937] -2015-03-10 02:52:51 sendUrl INFO 21 [937] R:OK -2015-03-10 02:53:41 queue INFO >>21 [938] -2015-03-10 02:53:41 sendUrl INFO 21 [938] R:OK -2015-03-10 02:54:31 queue INFO >>21 [939] -2015-03-10 02:54:31 sendUrl INFO 21 [939] R:OK -2015-03-10 02:55:21 queue INFO >>21 [940] -2015-03-10 02:55:21 sendUrl INFO 21 [940] R:OK -2015-03-10 02:56:11 queue INFO >>21 [941] -2015-03-10 02:56:11 sendUrl INFO 21 [941] R:OK -2015-03-10 02:57:01 queue INFO >>21 [942] -2015-03-10 02:57:02 sendUrl INFO 21 [942] R:OK -2015-03-10 02:57:51 queue INFO >>21 [943] -2015-03-10 02:57:52 sendUrl INFO 21 [943] R:OK -2015-03-10 02:58:42 queue INFO >>21 [944] -2015-03-10 02:58:42 sendUrl INFO 21 [944] R:OK -2015-03-10 02:59:32 queue INFO >>21 [945] -2015-03-10 02:59:32 sendUrl INFO 21 [945] R:OK -2015-03-10 03:00:07 queue INFO 1 [946] -2015-03-10 03:00:07 queue INFO >1 [947] -2015-03-10 03:00:08 sendUrl INFO 1 [946] R:OK -2015-03-10 03:00:08 sendUrl INFO 1 [947] R:OK -2015-03-10 03:00:52 queue INFO 81 [948] -2015-03-10 03:00:52 queue INFO >81 [949] -2015-03-10 03:00:52 sendUrl INFO 81 [948] R:OK -2015-03-10 03:00:53 sendUrl INFO 81 [949] R:OK -2015-03-10 03:00:53 queue INFO 83 [950] -2015-03-10 03:00:54 queue INFO 3 [951] -2015-03-10 03:00:54 queue INFO >3 [952] -2015-03-10 03:00:54 sendUrl INFO 83 [950] R:OK -2015-03-10 03:00:54 sendUrl INFO 3 [951] R:OK -2015-03-10 03:00:55 sendUrl INFO 3 [952] R:OK -2015-03-10 03:01:44 queue INFO >>3 [953] -2015-03-10 03:01:44 sendUrl INFO 3 [953] R:OK -2015-03-10 03:02:34 queue INFO >>3 [954] -2015-03-10 03:02:34 sendUrl INFO 3 [954] R:OK -2015-03-10 03:03:24 queue INFO >>3 [955] -2015-03-10 03:03:24 sendUrl INFO 3 [955] R:OK -2015-03-10 03:04:14 queue INFO >>3 [956] -2015-03-10 03:04:15 sendUrl INFO 3 [956] R:OK -2015-03-10 03:05:04 queue INFO >>3 [957] -2015-03-10 03:05:05 sendUrl INFO 3 [957] R:OK -2015-03-10 03:05:54 queue INFO >>3 [958] -2015-03-10 03:05:55 sendUrl INFO 3 [958] R:OK -2015-03-10 03:06:45 queue INFO >>3 [959] -2015-03-10 03:06:45 sendUrl INFO 3 [959] R:OK -2015-03-10 03:07:35 queue INFO >>3 [960] -2015-03-10 03:07:35 sendUrl INFO 3 [960] R:OK -2015-03-10 03:08:25 queue INFO >>3 [961] -2015-03-10 03:08:25 sendUrl INFO 3 [961] R:OK -2015-03-10 03:08:40 queue INFO 83 [962] -2015-03-10 03:08:40 queue INFO >83 [963] -2015-03-10 03:08:41 sendUrl INFO 83 [962] R:OK -2015-03-10 03:08:41 sendUrl INFO 83 [963] R:OK -2015-03-10 03:08:42 queue INFO 3 [964] -2015-03-10 03:08:42 queue INFO >3 [965] -2015-03-10 03:08:42 sendUrl INFO 3 [964] R:OK -2015-03-10 03:08:42 sendUrl INFO 3 [965] R:OK -2015-03-10 03:09:32 queue INFO >>3 [966] -2015-03-10 03:09:32 sendUrl INFO 3 [966] R:OK -2015-03-10 03:10:22 queue INFO >>3 [967] -2015-03-10 03:10:23 sendUrl INFO 3 [967] R:OK -2015-03-10 03:11:12 queue INFO >>3 [968] -2015-03-10 03:11:12 sendUrl INFO 3 [968] R:OK -2015-03-10 03:12:02 queue INFO >>3 [969] -2015-03-10 03:12:03 sendUrl INFO 3 [969] R:OK -2015-03-10 03:12:53 queue INFO >>3 [970] -2015-03-10 03:12:53 sendUrl INFO 3 [970] R:OK -2015-03-10 03:13:43 queue INFO >>3 [971] -2015-03-10 03:13:43 sendUrl INFO 3 [971] R:OK -2015-03-10 03:14:33 queue INFO >>3 [972] -2015-03-10 03:14:33 sendUrl INFO 3 [972] R:OK -2015-03-10 03:15:23 queue INFO >>3 [973] -2015-03-10 03:15:23 sendUrl INFO 3 [973] R:OK -2015-03-10 03:16:13 queue INFO >>3 [974] -2015-03-10 03:16:13 sendUrl INFO 3 [974] R:OK -2015-03-10 03:16:38 queue INFO 83 [975] -2015-03-10 03:16:38 queue INFO >83 [976] -2015-03-10 03:16:38 sendUrl INFO 83 [975] R:OK -2015-03-10 03:16:39 sendUrl INFO 83 [976] R:OK -2015-03-10 03:16:39 queue INFO 3 [977] -2015-03-10 03:16:40 queue INFO >3 [978] -2015-03-10 03:16:40 sendUrl INFO 3 [977] R:OK -2015-03-10 03:16:40 sendUrl INFO 3 [978] R:OK -2015-03-10 03:17:30 queue INFO >>3 [979] -2015-03-10 03:17:30 sendUrl INFO 3 [979] R:OK -2015-03-10 03:18:20 queue INFO >>3 [980] -2015-03-10 03:18:20 sendUrl INFO 3 [980] R:OK -2015-03-10 03:19:10 queue INFO >>3 [981] -2015-03-10 03:19:10 sendUrl INFO 3 [981] R:OK -2015-03-10 03:20:00 queue INFO >>3 [982] -2015-03-10 03:20:00 sendUrl INFO 3 [982] R:OK -2015-03-10 03:20:50 queue INFO >>3 [983] -2015-03-10 03:20:50 sendUrl INFO 3 [983] R:OK -2015-03-10 03:21:40 queue INFO >>3 [984] -2015-03-10 03:21:41 sendUrl INFO 3 [984] R:OK -2015-03-10 03:22:30 queue INFO >>3 [985] -2015-03-10 03:22:31 sendUrl INFO 3 [985] R:OK -2015-03-10 03:23:20 queue INFO >>3 [986] -2015-03-10 03:23:21 sendUrl INFO 3 [986] R:OK -2015-03-10 03:24:11 queue INFO >>3 [987] -2015-03-10 03:24:11 sendUrl INFO 3 [987] R:OK -2015-03-10 03:24:26 queue INFO 83 [988] -2015-03-10 03:24:26 queue INFO >83 [989] -2015-03-10 03:24:26 sendUrl INFO 83 [988] R:OK -2015-03-10 03:24:27 sendUrl INFO 83 [989] R:OK -2015-03-10 03:24:27 queue INFO 3 [990] -2015-03-10 03:24:28 queue INFO >3 [991] -2015-03-10 03:24:28 sendUrl INFO 3 [990] R:OK -2015-03-10 03:24:28 sendUrl INFO 3 [991] R:OK -2015-03-10 03:25:18 queue INFO >>3 [992] -2015-03-10 03:25:18 sendUrl INFO 3 [992] R:OK -2015-03-10 03:26:08 queue INFO >>3 [993] -2015-03-10 03:26:08 sendUrl INFO 3 [993] R:OK -2015-03-10 03:26:58 queue INFO >>3 [994] -2015-03-10 03:26:58 sendUrl INFO 3 [994] R:OK -2015-03-10 03:27:48 queue INFO >>3 [995] -2015-03-10 03:27:49 sendUrl INFO 3 [995] R:OK -2015-03-10 03:28:38 queue INFO >>3 [996] -2015-03-10 03:28:38 sendUrl INFO 3 [996] R:OK -2015-03-10 03:29:28 queue INFO >>3 [997] -2015-03-10 03:29:29 sendUrl INFO 3 [997] R:OK -2015-03-10 03:30:19 queue INFO >>3 [998] -2015-03-10 03:30:19 sendUrl INFO 3 [998] R:OK -2015-03-10 03:31:09 queue INFO >>3 [999] -2015-03-10 03:31:09 sendUrl INFO 3 [999] R:OK -2015-03-10 03:31:59 queue INFO >>3 [0] -2015-03-10 03:31:59 sendUrl INFO 3 [0] R:OK -2015-03-10 03:32:24 queue INFO 83 [1] -2015-03-10 03:32:24 queue INFO >83 [2] -2015-03-10 03:32:24 sendUrl INFO 83 [1] R:OK -2015-03-10 03:32:24 sendUrl INFO 83 [2] R:OK -2015-03-10 03:32:25 queue INFO 3 [3] -2015-03-10 03:32:26 sendUrl INFO 3 [3] R:OK -2015-03-10 03:32:26 queue INFO >3 [4] -2015-03-10 03:32:26 sendUrl INFO 3 [4] R:OK -2015-03-10 03:33:15 queue INFO >>3 [5] -2015-03-10 03:33:16 sendUrl INFO 3 [5] R:OK -2015-03-10 03:34:06 queue INFO >>3 [6] -2015-03-10 03:34:06 sendUrl INFO 3 [6] R:OK -2015-03-10 03:34:56 queue INFO >>3 [7] -2015-03-10 03:34:56 sendUrl INFO 3 [7] R:OK -2015-03-10 03:35:46 queue INFO >>3 [8] -2015-03-10 03:35:46 sendUrl INFO 3 [8] R:OK -2015-03-10 03:36:36 queue INFO >>3 [9] -2015-03-10 03:36:37 sendUrl INFO 3 [9] R:OK -2015-03-10 03:37:26 queue INFO >>3 [10] -2015-03-10 03:37:27 sendUrl INFO 3 [10] R:OK -2015-03-10 03:38:16 queue INFO >>3 [11] -2015-03-10 03:38:17 sendUrl INFO 3 [11] R:OK -2015-03-10 03:39:07 queue INFO >>3 [12] -2015-03-10 03:39:07 sendUrl INFO 3 [12] R:OK -2015-03-10 03:39:57 queue INFO >>3 [13] -2015-03-10 03:39:57 sendUrl INFO 3 [13] R:OK -2015-03-10 03:40:12 queue INFO 83 [14] -2015-03-10 03:40:12 sendUrl INFO 83 [14] R:OK -2015-03-10 03:40:12 queue INFO >83 [15] -2015-03-10 03:40:13 sendUrl INFO 83 [15] R:OK -2015-03-10 03:40:14 queue INFO 3 [16] -2015-03-10 03:40:14 queue INFO >3 [17] -2015-03-10 03:40:14 sendUrl INFO 3 [16] R:OK -2015-03-10 03:40:15 sendUrl INFO 3 [17] R:OK -2015-03-10 03:41:04 queue INFO >>3 [18] -2015-03-10 03:41:04 sendUrl INFO 3 [18] R:OK -2015-03-10 03:41:54 queue INFO >>3 [19] -2015-03-10 03:41:54 sendUrl INFO 3 [19] R:OK -2015-03-10 03:42:44 queue INFO >>3 [20] -2015-03-10 03:42:44 sendUrl INFO 3 [20] R:OK -2015-03-10 03:43:34 queue INFO >>3 [21] -2015-03-10 03:43:34 sendUrl INFO 3 [21] R:OK -2015-03-10 03:44:24 queue INFO >>3 [22] -2015-03-10 03:44:25 sendUrl INFO 3 [22] R:OK -2015-03-10 03:45:14 queue INFO >>3 [23] -2015-03-10 03:45:15 sendUrl INFO 3 [23] R:OK -2015-03-10 03:46:05 queue INFO >>3 [24] -2015-03-10 03:46:05 sendUrl INFO 3 [24] R:OK -2015-03-10 03:46:55 queue INFO >>3 [25] -2015-03-10 03:46:55 sendUrl INFO 3 [25] R:OK -2015-03-10 03:47:45 queue INFO >>3 [26] -2015-03-10 03:47:45 sendUrl INFO 3 [26] R:OK -2015-03-10 03:48:10 queue INFO 83 [27] -2015-03-10 03:48:10 queue INFO >83 [28] -2015-03-10 03:48:10 sendUrl INFO 83 [27] R:OK -2015-03-10 03:48:10 sendUrl INFO 83 [28] R:OK -2015-03-10 03:48:11 queue INFO 3 [29] -2015-03-10 03:48:11 sendUrl INFO 3 [29] R:OK -2015-03-10 03:48:11 queue INFO >3 [30] -2015-03-10 03:48:12 sendUrl INFO 3 [30] R:OK -2015-03-10 03:49:01 queue INFO >>3 [31] -2015-03-10 03:49:02 sendUrl INFO 3 [31] R:OK -2015-03-10 03:49:52 queue INFO >>3 [32] -2015-03-10 03:49:52 sendUrl INFO 3 [32] R:OK -2015-03-10 03:50:42 queue INFO >>3 [33] -2015-03-10 03:50:42 sendUrl INFO 3 [33] R:OK -2015-03-10 03:51:32 queue INFO >>3 [34] -2015-03-10 03:51:32 sendUrl INFO 3 [34] R:OK -2015-03-10 03:52:22 queue INFO >>3 [35] -2015-03-10 03:52:23 sendUrl INFO 3 [35] R:OK -2015-03-10 03:53:12 queue INFO >>3 [36] -2015-03-10 03:53:12 sendUrl INFO 3 [36] R:OK -2015-03-10 03:54:02 queue INFO >>3 [37] -2015-03-10 03:54:03 sendUrl INFO 3 [37] R:OK -2015-03-10 03:54:52 queue INFO >>3 [38] -2015-03-10 03:54:53 sendUrl INFO 3 [38] R:OK -2015-03-10 03:55:43 queue INFO >>3 [39] -2015-03-10 03:55:43 sendUrl INFO 3 [39] R:OK -2015-03-10 03:55:58 queue INFO 83 [40] -2015-03-10 03:55:58 queue INFO >83 [41] -2015-03-10 03:55:58 sendUrl INFO 83 [40] R:OK -2015-03-10 03:55:58 sendUrl INFO 83 [41] R:OK -2015-03-10 03:55:59 queue INFO 3 [42] -2015-03-10 03:55:59 queue INFO >3 [43] -2015-03-10 03:55:59 sendUrl INFO 3 [42] R:OK -2015-03-10 03:56:00 sendUrl INFO 3 [43] R:OK -2015-03-10 03:56:49 queue INFO >>3 [44] -2015-03-10 03:56:50 sendUrl INFO 3 [44] R:OK -2015-03-10 03:57:40 queue INFO >>3 [45] -2015-03-10 03:57:40 sendUrl INFO 3 [45] R:OK -2015-03-10 03:58:30 queue INFO >>3 [46] -2015-03-10 03:58:30 sendUrl INFO 3 [46] R:OK -2015-03-10 03:59:20 queue INFO >>3 [47] -2015-03-10 03:59:20 sendUrl INFO 3 [47] R:OK -2015-03-10 04:00:10 queue INFO >>3 [48] -2015-03-10 04:00:10 sendUrl INFO 3 [48] R:OK -2015-03-10 04:01:00 queue INFO >>3 [49] -2015-03-10 04:01:00 sendUrl INFO 3 [49] R:OK -2015-03-10 04:01:50 queue INFO >>3 [50] -2015-03-10 04:01:51 sendUrl INFO 3 [50] R:OK -2015-03-10 04:02:40 queue INFO >>3 [51] -2015-03-10 04:02:41 sendUrl INFO 3 [51] R:OK -2015-03-10 04:03:31 queue INFO >>3 [52] -2015-03-10 04:03:31 sendUrl INFO 3 [52] R:OK -2015-03-10 04:03:56 queue INFO 83 [53] -2015-03-10 04:03:56 queue INFO >83 [54] -2015-03-10 04:03:56 sendUrl INFO 83 [53] R:OK -2015-03-10 04:03:57 sendUrl INFO 83 [54] R:OK -2015-03-10 04:03:57 queue INFO 3 [55] -2015-03-10 04:03:57 queue INFO >3 [56] -2015-03-10 04:03:58 sendUrl INFO 3 [55] R:OK -2015-03-10 04:03:58 sendUrl INFO 3 [56] R:OK -2015-03-10 04:04:47 queue INFO >>3 [57] -2015-03-10 04:04:47 sendUrl INFO 3 [57] R:OK -2015-03-10 04:05:37 queue INFO >>3 [58] -2015-03-10 04:05:38 sendUrl INFO 3 [58] R:OK -2015-03-10 04:06:28 queue INFO >>3 [59] -2015-03-10 04:06:28 sendUrl INFO 3 [59] R:OK -2015-03-10 04:07:18 queue INFO >>3 [60] -2015-03-10 04:07:18 sendUrl INFO 3 [60] R:OK -2015-03-10 04:08:08 queue INFO >>3 [61] -2015-03-10 04:08:08 sendUrl INFO 3 [61] R:OK -2015-03-10 04:08:58 queue INFO >>3 [62] -2015-03-10 04:08:58 sendUrl INFO 3 [62] R:OK -2015-03-10 04:09:48 queue INFO >>3 [63] -2015-03-10 04:09:49 sendUrl INFO 3 [63] R:OK -2015-03-10 04:10:38 queue INFO >>3 [64] -2015-03-10 04:10:39 sendUrl INFO 3 [64] R:OK -2015-03-10 04:11:29 queue INFO >>3 [65] -2015-03-10 04:11:29 sendUrl INFO 3 [65] R:OK -2015-03-10 04:11:44 queue INFO 83 [66] -2015-03-10 04:11:44 queue INFO >83 [67] -2015-03-10 04:11:44 sendUrl INFO 83 [66] R:OK -2015-03-10 04:11:45 sendUrl INFO 83 [67] R:OK -2015-03-10 04:11:45 queue INFO 3 [68] -2015-03-10 04:11:46 queue INFO >3 [69] -2015-03-10 04:11:46 sendUrl INFO 3 [68] R:OK -2015-03-10 04:11:46 sendUrl INFO 3 [69] R:OK -2015-03-10 04:12:36 queue INFO >>3 [70] -2015-03-10 04:12:36 sendUrl INFO 3 [70] R:OK -2015-03-10 04:13:26 queue INFO >>3 [71] -2015-03-10 04:13:26 sendUrl INFO 3 [71] R:OK -2015-03-10 04:14:16 queue INFO >>3 [72] -2015-03-10 04:14:16 sendUrl INFO 3 [72] R:OK -2015-03-10 04:15:06 queue INFO >>3 [73] -2015-03-10 04:15:06 sendUrl INFO 3 [73] R:OK -2015-03-10 04:15:56 queue INFO >>3 [74] -2015-03-10 04:15:56 sendUrl INFO 3 [74] R:OK -2015-03-10 04:16:46 queue INFO >>3 [75] -2015-03-10 04:16:47 sendUrl INFO 3 [75] R:OK -2015-03-10 04:17:36 queue INFO >>3 [76] -2015-03-10 04:17:37 sendUrl INFO 3 [76] R:OK -2015-03-10 04:18:27 queue INFO >>3 [77] -2015-03-10 04:18:27 sendUrl INFO 3 [77] R:OK -2015-03-10 04:19:17 queue INFO >>3 [78] -2015-03-10 04:19:17 sendUrl INFO 3 [78] R:OK -2015-03-10 04:19:41 queue INFO 83 [79] -2015-03-10 04:19:42 queue INFO >83 [80] -2015-03-10 04:19:42 sendUrl INFO 83 [79] R:OK -2015-03-10 04:19:42 sendUrl INFO 83 [80] R:OK -2015-03-10 04:19:43 queue INFO 3 [81] -2015-03-10 04:19:43 queue INFO >3 [82] -2015-03-10 04:19:44 sendUrl INFO 3 [81] R:OK -2015-03-10 04:19:44 sendUrl INFO 3 [82] R:OK -2015-03-10 04:20:33 queue INFO >>3 [83] -2015-03-10 04:20:33 sendUrl INFO 3 [83] R:OK -2015-03-10 04:21:23 queue INFO >>3 [84] -2015-03-10 04:21:24 sendUrl INFO 3 [84] R:OK -2015-03-10 04:22:13 queue INFO >>3 [85] -2015-03-10 04:22:14 sendUrl INFO 3 [85] R:OK -2015-03-10 04:23:04 queue INFO >>3 [86] -2015-03-10 04:23:04 sendUrl INFO 3 [86] R:OK -2015-03-10 04:23:54 queue INFO >>3 [87] -2015-03-10 04:23:54 sendUrl INFO 3 [87] R:OK -2015-03-10 04:24:44 queue INFO >>3 [88] -2015-03-10 04:24:44 sendUrl INFO 3 [88] R:OK -2015-03-10 04:25:34 queue INFO >>3 [89] -2015-03-10 04:25:34 sendUrl INFO 3 [89] R:OK -2015-03-10 04:26:24 queue INFO >>3 [90] -2015-03-10 04:26:25 sendUrl INFO 3 [90] R:OK -2015-03-10 04:27:14 queue INFO >>3 [91] -2015-03-10 04:27:14 sendUrl INFO 3 [91] R:OK -2015-03-10 04:27:29 queue INFO 83 [92] -2015-03-10 04:27:30 sendUrl INFO 83 [92] R:OK -2015-03-10 04:27:30 queue INFO >83 [93] -2015-03-10 04:27:30 sendUrl INFO 83 [93] R:OK -2015-03-10 04:27:31 queue INFO 3 [94] -2015-03-10 04:27:31 queue INFO >3 [95] -2015-03-10 04:27:32 sendUrl INFO 3 [94] R:OK -2015-03-10 04:27:32 sendUrl INFO 3 [95] R:OK -2015-03-10 04:28:21 queue INFO >>3 [96] -2015-03-10 04:28:21 sendUrl INFO 3 [96] R:OK -2015-03-10 04:29:11 queue INFO >>3 [97] -2015-03-10 04:29:12 sendUrl INFO 3 [97] R:OK -2015-03-10 04:30:02 queue INFO >>3 [98] -2015-03-10 04:30:02 sendUrl INFO 3 [98] R:OK -2015-03-10 04:30:52 queue INFO >>3 [99] -2015-03-10 04:30:52 sendUrl INFO 3 [99] R:OK -2015-03-10 04:31:42 queue INFO >>3 [100] -2015-03-10 04:31:42 sendUrl INFO 3 [100] R:OK -2015-03-10 04:32:32 queue INFO >>3 [101] -2015-03-10 04:32:32 sendUrl INFO 3 [101] R:OK -2015-03-10 04:33:22 queue INFO >>3 [102] -2015-03-10 04:33:22 sendUrl INFO 3 [102] R:OK -2015-03-10 04:34:12 queue INFO >>3 [103] -2015-03-10 04:34:13 sendUrl INFO 3 [103] R:OK -2015-03-10 04:34:32 queue INFO 9 [104] -2015-03-10 04:34:32 sendUrl INFO 9 [104] R:OK -2015-03-10 04:34:33 queue INFO >9 [105] -2015-03-10 04:34:33 sendUrl INFO 9 [105] R:OK -2015-03-10 04:35:11 queue INFO 29 [106] -2015-03-10 04:35:11 sendUrl INFO 29 [106] R:OK -2015-03-10 04:35:11 queue INFO >29 [107] -2015-03-10 04:35:12 sendUrl INFO 29 [107] R:OK -2015-03-10 04:35:12 queue INFO 21 [108] -2015-03-10 04:35:12 queue INFO >21 [109] -2015-03-10 04:35:12 sendUrl INFO 21 [108] R:OK -2015-03-10 04:35:13 sendUrl INFO 21 [109] R:OK -2015-03-10 04:36:02 queue INFO >>21 [110] -2015-03-10 04:36:03 sendUrl INFO 21 [110] R:OK -2015-03-10 04:36:52 queue INFO >>21 [111] -2015-03-10 04:36:52 sendUrl INFO 21 [111] R:OK -2015-03-10 04:37:42 queue INFO >>21 [112] -2015-03-10 04:37:43 sendUrl INFO 21 [112] R:OK -2015-03-10 04:37:46 queue INFO 1 [113] -2015-03-10 04:37:46 queue INFO >1 [114] -2015-03-10 04:37:46 sendUrl INFO 1 [113] R:OK -2015-03-10 04:37:47 sendUrl INFO 1 [114] R:OK -2015-03-10 04:38:22 queue INFO 3 [115] -2015-03-10 04:38:23 queue INFO >3 [116] -2015-03-10 04:38:23 sendUrl INFO 3 [115] R:OK -2015-03-10 04:38:23 sendUrl INFO 3 [116] R:OK -2015-03-10 04:39:07 queue INFO 83 [117] -2015-03-10 04:39:07 queue INFO >83 [118] -2015-03-10 04:39:07 sendUrl INFO 83 [117] R:OK -2015-03-10 04:39:08 sendUrl INFO 83 [118] R:OK -2015-03-10 04:39:08 queue INFO 3 [119] -2015-03-10 04:39:09 queue INFO >3 [120] -2015-03-10 04:39:09 sendUrl INFO 3 [119] R:OK -2015-03-10 04:39:09 sendUrl INFO 3 [120] R:OK -2015-03-10 04:39:59 queue INFO >>3 [121] -2015-03-10 04:39:59 sendUrl INFO 3 [121] R:OK -2015-03-10 04:40:49 queue INFO >>3 [122] -2015-03-10 04:40:49 sendUrl INFO 3 [122] R:OK -2015-03-10 04:41:39 queue INFO >>3 [123] -2015-03-10 04:41:39 sendUrl INFO 3 [123] R:OK -2015-03-10 04:42:29 queue INFO >>3 [124] -2015-03-10 04:42:29 sendUrl INFO 3 [124] R:OK -2015-03-10 04:43:19 queue INFO >>3 [125] -2015-03-10 04:43:19 sendUrl INFO 3 [125] R:OK -2015-03-10 04:44:09 queue INFO >>3 [126] -2015-03-10 04:44:10 sendUrl INFO 3 [126] R:OK -2015-03-10 04:44:59 queue INFO >>3 [127] -2015-03-10 04:45:00 sendUrl INFO 3 [127] R:OK -2015-03-10 04:45:50 queue INFO >>3 [128] -2015-03-10 04:45:50 sendUrl INFO 3 [128] R:OK -2015-03-10 04:46:40 queue INFO >>3 [129] -2015-03-10 04:46:40 sendUrl INFO 3 [129] R:OK -2015-03-10 04:46:55 queue INFO 83 [130] -2015-03-10 04:46:55 sendUrl INFO 83 [130] R:OK -2015-03-10 04:46:55 queue INFO >83 [131] -2015-03-10 04:46:55 sendUrl INFO 83 [131] R:OK -2015-03-10 04:46:56 queue INFO 3 [132] -2015-03-10 04:46:57 queue INFO >3 [133] -2015-03-10 04:46:57 sendUrl INFO 3 [132] R:OK -2015-03-10 04:46:57 sendUrl INFO 3 [133] R:OK -2015-03-10 04:47:47 queue INFO >>3 [134] -2015-03-10 04:47:47 sendUrl INFO 3 [134] R:OK -2015-03-10 04:48:37 queue INFO >>3 [135] -2015-03-10 04:48:37 sendUrl INFO 3 [135] R:OK -2015-03-10 04:49:27 queue INFO >>3 [136] -2015-03-10 04:49:27 sendUrl INFO 3 [136] R:OK -2015-03-10 04:50:17 queue INFO >>3 [137] -2015-03-10 04:50:17 sendUrl INFO 3 [137] R:OK -2015-03-10 04:51:07 queue INFO >>3 [138] -2015-03-10 04:51:08 sendUrl INFO 3 [138] R:OK -2015-03-10 04:51:57 queue INFO >>3 [139] -2015-03-10 04:51:57 sendUrl INFO 3 [139] R:OK -2015-03-10 04:52:47 queue INFO >>3 [140] -2015-03-10 04:52:48 sendUrl INFO 3 [140] R:OK -2015-03-10 04:53:38 queue INFO >>3 [141] -2015-03-10 04:53:38 sendUrl INFO 3 [141] R:OK -2015-03-10 04:54:28 queue INFO >>3 [142] -2015-03-10 04:54:28 sendUrl INFO 3 [142] R:OK -2015-03-10 04:54:52 queue INFO 83 [143] -2015-03-10 04:54:53 sendUrl INFO 83 [143] R:OK -2015-03-10 04:54:53 queue INFO >83 [144] -2015-03-10 04:54:53 sendUrl INFO 83 [144] R:OK -2015-03-10 04:54:54 queue INFO 3 [145] -2015-03-10 04:54:54 queue INFO >3 [146] -2015-03-10 04:54:55 sendUrl INFO 3 [145] R:OK -2015-03-10 04:54:55 sendUrl INFO 3 [146] R:OK -2015-03-10 04:55:44 queue INFO >>3 [147] -2015-03-10 04:55:44 sendUrl INFO 3 [147] R:OK -2015-03-10 04:56:34 queue INFO >>3 [148] -2015-03-10 04:56:35 sendUrl INFO 3 [148] R:OK -2015-03-10 04:57:25 queue INFO >>3 [149] -2015-03-10 04:57:25 sendUrl INFO 3 [149] R:OK -2015-03-10 04:58:15 queue INFO >>3 [150] -2015-03-10 04:58:15 sendUrl INFO 3 [150] R:OK -2015-03-10 04:59:05 queue INFO >>3 [151] -2015-03-10 04:59:05 sendUrl INFO 3 [151] R:OK -2015-03-10 04:59:55 queue INFO >>3 [152] -2015-03-10 04:59:55 sendUrl INFO 3 [152] R:OK -2015-03-10 05:00:45 queue INFO >>3 [153] -2015-03-10 05:00:45 sendUrl INFO 3 [153] R:OK -2015-03-10 05:01:35 queue INFO >>3 [154] -2015-03-10 05:01:36 sendUrl INFO 3 [154] R:OK -2015-03-10 05:02:25 queue INFO >>3 [155] -2015-03-10 05:02:26 sendUrl INFO 3 [155] R:OK -2015-03-10 05:02:40 queue INFO 83 [156] -2015-03-10 05:02:41 queue INFO >83 [157] -2015-03-10 05:02:41 sendUrl INFO 83 [156] R:OK -2015-03-10 05:02:41 sendUrl INFO 83 [157] R:OK -2015-03-10 05:02:42 queue INFO 3 [158] -2015-03-10 05:02:42 sendUrl INFO 3 [158] R:OK -2015-03-10 05:02:42 queue INFO >3 [159] -2015-03-10 05:02:43 sendUrl INFO 3 [159] R:OK -2015-03-10 05:03:32 queue INFO >>3 [160] -2015-03-10 05:03:33 sendUrl INFO 3 [160] R:OK -2015-03-10 05:04:22 queue INFO >>3 [161] -2015-03-10 05:04:23 sendUrl INFO 3 [161] R:OK -2015-03-10 05:05:13 queue INFO >>3 [162] -2015-03-10 05:05:13 sendUrl INFO 3 [162] R:OK -2015-03-10 05:06:03 queue INFO >>3 [163] -2015-03-10 05:06:03 sendUrl INFO 3 [163] R:OK -2015-03-10 05:06:53 queue INFO >>3 [164] -2015-03-10 05:06:53 sendUrl INFO 3 [164] R:OK -2015-03-10 05:07:43 queue INFO >>3 [165] -2015-03-10 05:07:43 sendUrl INFO 3 [165] R:OK -2015-03-10 05:08:33 queue INFO >>3 [166] -2015-03-10 05:08:34 sendUrl INFO 3 [166] R:OK -2015-03-10 05:09:23 queue INFO >>3 [167] -2015-03-10 05:09:23 sendUrl INFO 3 [167] R:OK -2015-03-10 05:10:13 queue INFO >>3 [168] -2015-03-10 05:10:14 sendUrl INFO 3 [168] R:OK -2015-03-10 05:10:38 queue INFO 83 [169] -2015-03-10 05:10:38 sendUrl INFO 83 [169] R:OK -2015-03-10 05:10:39 queue INFO >83 [170] -2015-03-10 05:10:39 sendUrl INFO 83 [170] R:OK -2015-03-10 05:10:40 queue INFO 3 [171] -2015-03-10 05:10:40 queue INFO >3 [172] -2015-03-10 05:10:40 sendUrl INFO 3 [171] R:OK -2015-03-10 05:10:41 sendUrl INFO 3 [172] R:OK -2015-03-10 05:11:30 queue INFO >>3 [173] -2015-03-10 05:11:30 sendUrl INFO 3 [173] R:OK -2015-03-10 05:12:20 queue INFO >>3 [174] -2015-03-10 05:12:21 sendUrl INFO 3 [174] R:OK -2015-03-10 05:13:10 queue INFO >>3 [175] -2015-03-10 05:13:11 sendUrl INFO 3 [175] R:OK -2015-03-10 05:14:01 queue INFO >>3 [176] -2015-03-10 05:14:01 sendUrl INFO 3 [176] R:OK -2015-03-10 05:14:51 queue INFO >>3 [177] -2015-03-10 05:14:51 sendUrl INFO 3 [177] R:OK -2015-03-10 05:15:41 queue INFO >>3 [178] -2015-03-10 05:15:41 sendUrl INFO 3 [178] R:OK -2015-03-10 05:16:31 queue INFO >>3 [179] -2015-03-10 05:16:31 sendUrl INFO 3 [179] R:OK -2015-03-10 05:17:21 queue INFO >>3 [180] -2015-03-10 05:17:21 sendUrl INFO 3 [180] R:OK -2015-03-10 05:18:11 queue INFO >>3 [181] -2015-03-10 05:18:11 sendUrl INFO 3 [181] R:OK -2015-03-10 05:18:27 queue INFO 83 [182] -2015-03-10 05:18:27 queue INFO >83 [183] -2015-03-10 05:18:27 sendUrl INFO 83 [182] R:OK -2015-03-10 05:18:28 sendUrl INFO 83 [183] R:OK -2015-03-10 05:18:28 queue INFO 3 [184] -2015-03-10 05:18:28 queue INFO >3 [185] -2015-03-10 05:18:29 sendUrl INFO 3 [184] R:OK -2015-03-10 05:18:29 sendUrl INFO 3 [185] R:OK -2015-03-10 05:19:18 queue INFO >>3 [186] -2015-03-10 05:19:18 sendUrl INFO 3 [186] R:OK -2015-03-10 05:20:08 queue INFO >>3 [187] -2015-03-10 05:20:09 sendUrl INFO 3 [187] R:OK -2015-03-10 05:20:59 queue INFO >>3 [188] -2015-03-10 05:20:59 sendUrl INFO 3 [188] R:OK -2015-03-10 05:21:49 queue INFO >>3 [189] -2015-03-10 05:21:49 sendUrl INFO 3 [189] R:OK -2015-03-10 05:22:39 queue INFO >>3 [190] -2015-03-10 05:22:39 sendUrl INFO 3 [190] R:OK -2015-03-10 05:23:29 queue INFO >>3 [191] -2015-03-10 05:23:30 sendUrl INFO 3 [191] R:OK -2015-03-10 05:24:19 queue INFO >>3 [192] -2015-03-10 05:24:19 sendUrl INFO 3 [192] R:OK -2015-03-10 05:25:09 queue INFO >>3 [193] -2015-03-10 05:25:10 sendUrl INFO 3 [193] R:OK -2015-03-10 05:26:00 queue INFO >>3 [194] -2015-03-10 05:26:00 sendUrl INFO 3 [194] R:OK -2015-03-10 05:26:24 queue INFO 83 [195] -2015-03-10 05:26:24 queue INFO >83 [196] -2015-03-10 05:26:25 sendUrl INFO 83 [195] R:OK -2015-03-10 05:26:25 sendUrl INFO 83 [196] R:OK -2015-03-10 05:26:26 queue INFO 3 [197] -2015-03-10 05:26:26 queue INFO >3 [198] -2015-03-10 05:26:26 sendUrl INFO 3 [197] R:OK -2015-03-10 05:26:27 sendUrl INFO 3 [198] R:OK -2015-03-10 05:27:16 queue INFO >>3 [199] -2015-03-10 05:27:16 sendUrl INFO 3 [199] R:OK -2015-03-10 05:28:06 queue INFO >>3 [200] -2015-03-10 05:28:06 sendUrl INFO 3 [200] R:OK -2015-03-10 05:28:56 queue INFO >>3 [201] -2015-03-10 05:28:57 sendUrl INFO 3 [201] R:OK -2015-03-10 05:29:46 queue INFO >>3 [202] -2015-03-10 05:29:47 sendUrl INFO 3 [202] R:OK -2015-03-10 05:30:37 queue INFO >>3 [203] -2015-03-10 05:30:37 sendUrl INFO 3 [203] R:OK -2015-03-10 05:31:27 queue INFO >>3 [204] -2015-03-10 05:31:27 sendUrl INFO 3 [204] R:OK -2015-03-10 05:32:17 queue INFO >>3 [205] -2015-03-10 05:32:17 sendUrl INFO 3 [205] R:OK -2015-03-10 05:33:07 queue INFO >>3 [206] -2015-03-10 05:33:07 sendUrl INFO 3 [206] R:OK -2015-03-10 05:33:57 queue INFO >>3 [207] -2015-03-10 05:33:58 sendUrl INFO 3 [207] R:OK -2015-03-10 05:34:12 queue INFO 83 [208] -2015-03-10 05:34:12 sendUrl INFO 83 [208] R:OK -2015-03-10 05:34:12 queue INFO >83 [209] -2015-03-10 05:34:13 sendUrl INFO 83 [209] R:OK -2015-03-10 05:34:14 queue INFO 3 [210] -2015-03-10 05:34:14 queue INFO >3 [211] -2015-03-10 05:34:14 sendUrl INFO 3 [210] R:OK -2015-03-10 05:34:15 sendUrl INFO 3 [211] R:OK -2015-03-10 05:35:04 queue INFO >>3 [212] -2015-03-10 05:35:04 sendUrl INFO 3 [212] R:OK -2015-03-10 05:35:54 queue INFO >>3 [213] -2015-03-10 05:35:55 sendUrl INFO 3 [213] R:OK -2015-03-10 05:36:44 queue INFO >>3 [214] -2015-03-10 05:36:44 sendUrl INFO 3 [214] R:OK -2015-03-10 05:37:34 queue INFO >>3 [215] -2015-03-10 05:37:35 sendUrl INFO 3 [215] R:OK -2015-03-10 05:38:25 queue INFO >>3 [216] -2015-03-10 05:38:25 sendUrl INFO 3 [216] R:OK -2015-03-10 05:39:15 queue INFO >>3 [217] -2015-03-10 05:39:15 sendUrl INFO 3 [217] R:OK -2015-03-10 05:40:05 queue INFO >>3 [218] -2015-03-10 05:40:05 sendUrl INFO 3 [218] R:OK -2015-03-10 05:40:55 queue INFO >>3 [219] -2015-03-10 05:40:56 sendUrl INFO 3 [219] R:OK -2015-03-10 05:41:45 queue INFO >>3 [220] -2015-03-10 05:41:45 sendUrl INFO 3 [220] R:OK -2015-03-10 05:42:10 queue INFO 83 [221] -2015-03-10 05:42:10 queue INFO >83 [222] -2015-03-10 05:42:11 sendUrl INFO 83 [221] R:OK -2015-03-10 05:42:11 sendUrl INFO 83 [222] R:OK -2015-03-10 05:42:12 queue INFO 3 [223] -2015-03-10 05:42:12 queue INFO >3 [224] -2015-03-10 05:42:12 sendUrl INFO 3 [223] R:OK -2015-03-10 05:42:13 sendUrl INFO 3 [224] R:OK -2015-03-10 05:43:02 queue INFO >>3 [225] -2015-03-10 05:43:02 sendUrl INFO 3 [225] R:OK -2015-03-10 05:43:20 queue INFO 21 [226] -2015-03-10 05:43:20 queue INFO >21 [227] -2015-03-10 05:43:20 sendUrl INFO 21 [226] R:OK -2015-03-10 05:43:21 sendUrl INFO 21 [227] R:OK -2015-03-10 05:44:10 queue INFO >>21 [228] -2015-03-10 05:44:10 sendUrl INFO 21 [228] R:OK -2015-03-10 05:45:00 queue INFO >>21 [229] -2015-03-10 05:45:00 sendUrl INFO 21 [229] R:OK -2015-03-10 05:45:50 queue INFO >>21 [230] -2015-03-10 05:45:51 sendUrl INFO 21 [230] R:OK -2015-03-10 05:46:16 queue INFO 1 [231] -2015-03-10 05:46:16 sendUrl INFO 1 [231] R:OK -2015-03-10 05:46:16 queue INFO >1 [232] -2015-03-10 05:46:17 sendUrl INFO 1 [232] R:OK -2015-03-10 05:46:56 queue INFO 3 [233] -2015-03-10 05:46:57 sendUrl INFO 3 [233] R:OK -2015-03-10 05:46:57 queue INFO >3 [234] -2015-03-10 05:46:57 sendUrl INFO 3 [234] R:OK -2015-03-10 05:47:47 queue INFO >>3 [235] -2015-03-10 05:47:47 sendUrl INFO 3 [235] R:OK -2015-03-10 05:48:37 queue INFO >>3 [236] -2015-03-10 05:48:37 sendUrl INFO 3 [236] R:OK -2015-03-10 05:49:27 queue INFO >>3 [237] -2015-03-10 05:49:27 sendUrl INFO 3 [237] R:OK -2015-03-10 05:50:17 queue INFO >>3 [238] -2015-03-10 05:50:17 sendUrl INFO 3 [238] R:OK -2015-03-10 05:51:07 queue INFO >>3 [239] -2015-03-10 05:51:08 sendUrl INFO 3 [239] R:OK -2015-03-10 05:51:57 queue INFO >>3 [240] -2015-03-10 05:51:58 sendUrl INFO 3 [240] R:OK -2015-03-10 05:52:47 queue INFO >>3 [241] -2015-03-10 05:52:48 sendUrl INFO 3 [241] R:OK -2015-03-10 05:53:02 queue INFO 83 [242] -2015-03-10 05:53:02 sendUrl INFO 83 [242] R:OK -2015-03-10 05:53:03 queue INFO >83 [243] -2015-03-10 05:53:03 sendUrl INFO 83 [243] R:OK -2015-03-10 05:53:04 queue INFO 3 [244] -2015-03-10 05:53:04 queue INFO >3 [245] -2015-03-10 05:53:05 sendUrl INFO 3 [244] R:OK -2015-03-10 05:53:05 sendUrl INFO 3 [245] R:OK -2015-03-10 05:53:54 queue INFO >>3 [246] -2015-03-10 05:53:54 sendUrl INFO 3 [246] R:OK -2015-03-10 05:54:44 queue INFO >>3 [247] -2015-03-10 05:54:45 sendUrl INFO 3 [247] R:OK -2015-03-10 05:55:34 queue INFO >>3 [248] -2015-03-10 05:55:35 sendUrl INFO 3 [248] R:OK -2015-03-10 05:56:25 queue INFO >>3 [249] -2015-03-10 05:56:25 sendUrl INFO 3 [249] R:OK -2015-03-10 05:57:15 queue INFO >>3 [250] -2015-03-10 05:57:15 sendUrl INFO 3 [250] R:OK -2015-03-10 05:58:05 queue INFO >>3 [251] -2015-03-10 05:58:05 sendUrl INFO 3 [251] R:OK -2015-03-10 05:58:55 queue INFO >>3 [252] -2015-03-10 05:58:55 sendUrl INFO 3 [252] R:OK -2015-03-10 05:59:45 queue INFO >>3 [253] -2015-03-10 05:59:46 sendUrl INFO 3 [253] R:OK -2015-03-10 06:00:35 queue INFO >>3 [254] -2015-03-10 06:00:36 sendUrl INFO 3 [254] R:OK -2015-03-10 06:01:00 queue INFO 83 [255] -2015-03-10 06:01:00 queue INFO >83 [256] -2015-03-10 06:01:00 sendUrl INFO 83 [255] R:OK -2015-03-10 06:01:01 sendUrl INFO 83 [256] R:OK -2015-03-10 06:01:02 queue INFO 3 [257] -2015-03-10 06:01:02 sendUrl INFO 3 [257] R:OK -2015-03-10 06:01:02 queue INFO >3 [258] -2015-03-10 06:01:02 sendUrl INFO 3 [258] R:OK -2015-03-10 06:01:52 queue INFO >>3 [259] -2015-03-10 06:01:52 sendUrl INFO 3 [259] R:OK -2015-03-10 06:02:42 queue INFO >>3 [260] -2015-03-10 06:02:42 sendUrl INFO 3 [260] R:OK -2015-03-10 06:03:32 queue INFO >>3 [261] -2015-03-10 06:03:32 sendUrl INFO 3 [261] R:OK -2015-03-10 06:04:22 queue INFO >>3 [262] -2015-03-10 06:04:23 sendUrl INFO 3 [262] R:OK -2015-03-10 06:05:12 queue INFO >>3 [263] -2015-03-10 06:05:13 sendUrl INFO 3 [263] R:OK -2015-03-10 06:06:03 queue INFO >>3 [264] -2015-03-10 06:06:03 sendUrl INFO 3 [264] R:OK -2015-03-10 06:06:53 queue INFO >>3 [265] -2015-03-10 06:06:53 sendUrl INFO 3 [265] R:OK -2015-03-10 06:07:43 queue INFO >>3 [266] -2015-03-10 06:07:43 sendUrl INFO 3 [266] R:OK -2015-03-10 06:08:33 queue INFO >>3 [267] -2015-03-10 06:08:33 sendUrl INFO 3 [267] R:OK -2015-03-10 06:08:48 queue INFO 83 [268] -2015-03-10 06:08:48 queue INFO >83 [269] -2015-03-10 06:08:48 sendUrl INFO 83 [268] R:OK -2015-03-10 06:08:49 sendUrl INFO 83 [269] R:OK -2015-03-10 06:08:50 queue INFO 3 [270] -2015-03-10 06:08:50 queue INFO >3 [271] -2015-03-10 06:08:50 sendUrl INFO 3 [270] R:OK -2015-03-10 06:08:50 sendUrl INFO 3 [271] R:OK -2015-03-10 06:09:40 queue INFO >>3 [272] -2015-03-10 06:09:40 sendUrl INFO 3 [272] R:OK -2015-03-10 06:10:30 queue INFO >>3 [273] -2015-03-10 06:10:30 sendUrl INFO 3 [273] R:OK -2015-03-10 06:11:20 queue INFO >>3 [274] -2015-03-10 06:11:20 sendUrl INFO 3 [274] R:OK -2015-03-10 06:12:10 queue INFO >>3 [275] -2015-03-10 06:12:11 sendUrl INFO 3 [275] R:OK -2015-03-10 06:13:00 queue INFO >>3 [276] -2015-03-10 06:13:01 sendUrl INFO 3 [276] R:OK -2015-03-10 06:13:51 queue INFO >>3 [277] -2015-03-10 06:13:51 sendUrl INFO 3 [277] R:OK -2015-03-10 06:14:41 queue INFO >>3 [278] -2015-03-10 06:14:41 sendUrl INFO 3 [278] R:OK -2015-03-10 06:15:31 queue INFO >>3 [279] -2015-03-10 06:15:31 sendUrl INFO 3 [279] R:OK -2015-03-10 06:16:21 queue INFO >>3 [280] -2015-03-10 06:16:21 sendUrl INFO 3 [280] R:OK -2015-03-10 06:17:11 queue INFO >>3 [281] -2015-03-10 06:17:12 sendUrl INFO 3 [281] R:OK -2015-03-10 06:18:01 queue INFO >>3 [282] -2015-03-10 06:18:02 sendUrl INFO 3 [282] R:OK -2015-03-10 06:18:51 queue INFO >>3 [283] -2015-03-10 06:18:52 sendUrl INFO 3 [283] R:OK -2015-03-10 06:19:42 queue INFO >>3 [284] -2015-03-10 06:19:42 sendUrl INFO 3 [284] R:OK -2015-03-10 06:19:44 queue INFO 83 [285] -2015-03-10 06:19:45 queue INFO >83 [286] -2015-03-10 06:19:45 sendUrl INFO 83 [285] R:OK -2015-03-10 06:19:45 sendUrl INFO 83 [286] R:OK -2015-03-10 06:19:46 queue INFO 3 [287] -2015-03-10 06:19:46 queue INFO >3 [288] -2015-03-10 06:19:46 sendUrl INFO 3 [287] R:OK -2015-03-10 06:19:47 sendUrl INFO 3 [288] R:OK -2015-03-10 06:20:36 queue INFO >>3 [289] -2015-03-10 06:20:37 sendUrl INFO 3 [289] R:OK -2015-03-10 06:21:26 queue INFO >>3 [290] -2015-03-10 06:21:26 sendUrl INFO 3 [290] R:OK -2015-03-10 06:22:16 queue INFO >>3 [291] -2015-03-10 06:22:17 sendUrl INFO 3 [291] R:OK -2015-03-10 06:23:06 queue INFO >>3 [292] -2015-03-10 06:23:07 sendUrl INFO 3 [292] R:OK -2015-03-10 06:23:57 queue INFO >>3 [293] -2015-03-10 06:23:57 sendUrl INFO 3 [293] R:OK -2015-03-10 06:24:47 queue INFO >>3 [294] -2015-03-10 06:24:47 sendUrl INFO 3 [294] R:OK -2015-03-10 06:25:37 queue INFO >>3 [295] -2015-03-10 06:25:37 sendUrl INFO 3 [295] R:OK -2015-03-10 06:26:27 queue INFO >>3 [296] -2015-03-10 06:26:27 sendUrl INFO 3 [296] R:OK -2015-03-10 06:27:17 queue INFO >>3 [297] -2015-03-10 06:27:17 sendUrl INFO 3 [297] R:OK -2015-03-10 06:27:33 queue INFO 83 [298] -2015-03-10 06:27:33 queue INFO >83 [299] -2015-03-10 06:27:33 sendUrl INFO 83 [298] R:OK -2015-03-10 06:27:33 sendUrl INFO 83 [299] R:OK -2015-03-10 06:27:34 queue INFO 3 [300] -2015-03-10 06:27:34 sendUrl INFO 3 [300] R:OK -2015-03-10 06:27:34 queue INFO >3 [301] -2015-03-10 06:27:35 sendUrl INFO 3 [301] R:OK -2015-03-10 06:28:24 queue INFO >>3 [302] -2015-03-10 06:28:25 sendUrl INFO 3 [302] R:OK -2015-03-10 06:29:15 queue INFO >>3 [303] -2015-03-10 06:29:15 sendUrl INFO 3 [303] R:OK -2015-03-10 06:30:05 queue INFO >>3 [304] -2015-03-10 06:30:05 sendUrl INFO 3 [304] R:OK -2015-03-10 06:30:55 queue INFO >>3 [305] -2015-03-10 06:30:55 sendUrl INFO 3 [305] R:OK -2015-03-10 06:31:45 queue INFO >>3 [306] -2015-03-10 06:31:46 sendUrl INFO 3 [306] R:OK -2015-03-10 06:32:35 queue INFO >>3 [307] -2015-03-10 06:32:35 sendUrl INFO 3 [307] R:OK -2015-03-10 06:33:25 queue INFO >>3 [308] -2015-03-10 06:33:26 sendUrl INFO 3 [308] R:OK -2015-03-10 06:34:15 queue INFO >>3 [309] -2015-03-10 06:34:16 sendUrl INFO 3 [309] R:OK -2015-03-10 06:35:06 queue INFO >>3 [310] -2015-03-10 06:35:06 sendUrl INFO 3 [310] R:OK -2015-03-10 06:35:27 queue INFO 21 [311] -2015-03-10 06:35:28 queue INFO >21 [312] -2015-03-10 06:35:28 sendUrl INFO 21 [311] R:OK -2015-03-10 06:35:28 sendUrl INFO 21 [312] R:OK -2015-03-10 06:36:17 queue INFO >>21 [313] -2015-03-10 06:36:18 sendUrl INFO 21 [313] R:OK -2015-03-10 06:37:08 queue INFO >>21 [314] -2015-03-10 06:37:08 sendUrl INFO 21 [314] R:OK -2015-03-10 06:37:58 queue INFO >>21 [315] -2015-03-10 06:37:58 sendUrl INFO 21 [315] R:OK -2015-03-10 06:38:48 queue INFO >>21 [316] -2015-03-10 06:38:48 sendUrl INFO 21 [316] R:OK -2015-03-10 06:39:38 queue INFO >>21 [317] -2015-03-10 06:39:38 sendUrl INFO 21 [317] R:OK -2015-03-10 06:40:28 queue INFO >>21 [318] -2015-03-10 06:40:29 sendUrl INFO 21 [318] R:OK -2015-03-10 06:41:18 queue INFO >>21 [319] -2015-03-10 06:41:19 sendUrl INFO 21 [319] R:OK -2015-03-10 06:42:09 queue INFO >>21 [320] -2015-03-10 06:42:09 sendUrl INFO 21 [320] R:OK -2015-03-10 06:42:59 queue INFO >>21 [321] -2015-03-10 06:42:59 sendUrl INFO 21 [321] R:OK -2015-03-10 06:43:49 queue INFO >>21 [322] -2015-03-10 06:43:49 sendUrl INFO 21 [322] R:OK -2015-03-10 06:44:39 queue INFO >>21 [323] -2015-03-10 06:44:39 sendUrl INFO 21 [323] R:OK -2015-03-10 06:44:47 queue INFO 1 [324] -2015-03-10 06:44:47 queue INFO >1 [325] -2015-03-10 06:44:47 sendUrl INFO 1 [324] R:OK -2015-03-10 06:44:48 sendUrl INFO 1 [325] R:OK -2015-03-10 06:45:31 queue INFO 81 [326] -2015-03-10 06:45:32 queue INFO >81 [327] -2015-03-10 06:45:32 sendUrl INFO 81 [326] R:OK -2015-03-10 06:45:32 sendUrl INFO 81 [327] R:OK -2015-03-10 06:45:33 queue INFO 83 [328] -2015-03-10 06:45:33 queue INFO 3 [329] -2015-03-10 06:45:33 sendUrl INFO 83 [328] R:OK -2015-03-10 06:45:33 queue INFO >3 [330] -2015-03-10 06:45:34 sendUrl INFO 3 [329] R:OK -2015-03-10 06:45:34 sendUrl INFO 3 [330] R:OK -2015-03-10 06:46:23 queue INFO >>3 [331] -2015-03-10 06:46:23 sendUrl INFO 3 [331] R:OK -2015-03-10 06:47:13 queue INFO >>3 [332] -2015-03-10 06:47:14 sendUrl INFO 3 [332] R:OK -2015-03-10 06:48:03 queue INFO >>3 [333] -2015-03-10 06:48:04 sendUrl INFO 3 [333] R:OK -2015-03-10 06:48:54 queue INFO >>3 [334] -2015-03-10 06:48:54 sendUrl INFO 3 [334] R:OK -2015-03-10 06:49:44 queue INFO >>3 [335] -2015-03-10 06:49:44 sendUrl INFO 3 [335] R:OK -2015-03-10 06:50:34 queue INFO >>3 [336] -2015-03-10 06:50:34 sendUrl INFO 3 [336] R:OK -2015-03-10 06:51:24 queue INFO >>3 [337] -2015-03-10 06:51:24 sendUrl INFO 3 [337] R:OK -2015-03-10 06:52:14 queue INFO >>3 [338] -2015-03-10 06:52:14 sendUrl INFO 3 [338] R:OK -2015-03-10 06:53:04 queue INFO >>3 [339] -2015-03-10 06:53:05 sendUrl INFO 3 [339] R:OK -2015-03-10 06:53:20 queue INFO 83 [340] -2015-03-10 06:53:20 queue INFO >83 [341] -2015-03-10 06:53:20 sendUrl INFO 83 [340] R:OK -2015-03-10 06:53:20 sendUrl INFO 83 [341] R:OK -2015-03-10 06:53:21 queue INFO 3 [342] -2015-03-10 06:53:21 queue INFO >3 [343] -2015-03-10 06:53:21 sendUrl INFO 3 [342] R:OK -2015-03-10 06:53:22 sendUrl INFO 3 [343] R:OK -2015-03-10 06:54:11 queue INFO >>3 [344] -2015-03-10 06:54:12 sendUrl INFO 3 [344] R:OK -2015-03-10 06:55:01 queue INFO >>3 [345] -2015-03-10 06:55:01 sendUrl INFO 3 [345] R:OK -2015-03-10 06:55:51 queue INFO >>3 [346] -2015-03-10 06:55:52 sendUrl INFO 3 [346] R:OK -2015-03-10 06:56:42 queue INFO >>3 [347] -2015-03-10 06:56:42 sendUrl INFO 3 [347] R:OK -2015-03-10 06:57:32 queue INFO >>3 [348] -2015-03-10 06:57:32 sendUrl INFO 3 [348] R:OK -2015-03-10 06:58:22 queue INFO >>3 [349] -2015-03-10 06:58:22 sendUrl INFO 3 [349] R:OK -2015-03-10 06:59:12 queue INFO >>3 [350] -2015-03-10 06:59:12 sendUrl INFO 3 [350] R:OK -2015-03-10 07:00:02 queue INFO >>3 [351] -2015-03-10 07:00:03 sendUrl INFO 3 [351] R:OK -2015-03-10 07:00:52 queue INFO >>3 [352] -2015-03-10 07:00:53 sendUrl INFO 3 [352] R:OK -2015-03-10 07:01:17 queue INFO 83 [353] -2015-03-10 07:01:17 queue INFO >83 [354] -2015-03-10 07:01:18 sendUrl INFO 83 [353] R:OK -2015-03-10 07:01:18 sendUrl INFO 83 [354] R:OK -2015-03-10 07:01:19 queue INFO 3 [355] -2015-03-10 07:01:19 sendUrl INFO 3 [355] R:OK -2015-03-10 07:01:19 queue INFO >3 [356] -2015-03-10 07:01:20 sendUrl INFO 3 [356] R:OK -2015-03-10 07:02:09 queue INFO >>3 [357] -2015-03-10 07:02:09 sendUrl INFO 3 [357] R:OK -2015-03-10 07:02:59 queue INFO >>3 [358] -2015-03-10 07:03:00 sendUrl INFO 3 [358] R:OK -2015-03-10 07:03:49 queue INFO >>3 [359] -2015-03-10 07:03:50 sendUrl INFO 3 [359] R:OK -2015-03-10 07:04:39 queue INFO >>3 [360] -2015-03-10 07:04:40 sendUrl INFO 3 [360] R:OK -2015-03-10 07:05:30 queue INFO >>3 [361] -2015-03-10 07:05:30 sendUrl INFO 3 [361] R:OK -2015-03-10 07:06:20 queue INFO >>3 [362] -2015-03-10 07:06:20 sendUrl INFO 3 [362] R:OK -2015-03-10 07:07:10 queue INFO >>3 [363] -2015-03-10 07:07:10 sendUrl INFO 3 [363] R:OK -2015-03-10 07:08:00 queue INFO >>3 [364] -2015-03-10 07:08:00 sendUrl INFO 3 [364] R:OK -2015-03-10 07:08:50 queue INFO >>3 [365] -2015-03-10 07:08:51 sendUrl INFO 3 [365] R:OK -2015-03-10 07:09:05 queue INFO 83 [366] -2015-03-10 07:09:06 queue INFO >83 [367] -2015-03-10 07:09:06 sendUrl INFO 83 [366] R:OK -2015-03-10 07:09:06 sendUrl INFO 83 [367] R:OK -2015-03-10 07:09:07 queue INFO 3 [368] -2015-03-10 07:09:07 sendUrl INFO 3 [368] R:OK -2015-03-10 07:09:07 queue INFO >3 [369] -2015-03-10 07:09:08 sendUrl INFO 3 [369] R:OK -2015-03-10 07:09:57 queue INFO >>3 [370] -2015-03-10 07:09:58 sendUrl INFO 3 [370] R:OK -2015-03-10 07:10:47 queue INFO >>3 [371] -2015-03-10 07:10:48 sendUrl INFO 3 [371] R:OK -2015-03-10 07:11:38 queue INFO >>3 [372] -2015-03-10 07:11:38 sendUrl INFO 3 [372] R:OK -2015-03-10 07:12:28 queue INFO >>3 [373] -2015-03-10 07:12:28 sendUrl INFO 3 [373] R:OK -2015-03-10 07:13:18 queue INFO >>3 [374] -2015-03-10 07:13:18 sendUrl INFO 3 [374] R:OK -2015-03-10 07:14:08 queue INFO >>3 [375] -2015-03-10 07:14:08 sendUrl INFO 3 [375] R:OK -2015-03-10 07:14:58 queue INFO >>3 [376] -2015-03-10 07:14:59 sendUrl INFO 3 [376] R:OK -2015-03-10 07:15:48 queue INFO >>3 [377] -2015-03-10 07:15:48 sendUrl INFO 3 [377] R:OK -2015-03-10 07:16:38 queue INFO >>3 [378] -2015-03-10 07:16:39 sendUrl INFO 3 [378] R:OK -2015-03-10 07:17:03 queue INFO 83 [379] -2015-03-10 07:17:03 queue INFO >83 [380] -2015-03-10 07:17:03 sendUrl INFO 83 [379] R:OK -2015-03-10 07:17:04 sendUrl INFO 83 [380] R:OK -2015-03-10 07:17:05 queue INFO 3 [381] -2015-03-10 07:17:05 queue INFO >3 [382] -2015-03-10 07:17:05 sendUrl INFO 3 [381] R:OK -2015-03-10 07:17:05 sendUrl INFO 3 [382] R:OK -2015-03-10 07:17:55 queue INFO >>3 [383] -2015-03-10 07:17:55 sendUrl INFO 3 [383] R:OK -2015-03-10 07:18:45 queue INFO >>3 [384] -2015-03-10 07:18:46 sendUrl INFO 3 [384] R:OK -2015-03-10 07:19:35 queue INFO >>3 [385] -2015-03-10 07:19:35 sendUrl INFO 3 [385] R:OK -2015-03-10 07:20:25 queue INFO >>3 [386] -2015-03-10 07:20:26 sendUrl INFO 3 [386] R:OK -2015-03-10 07:21:15 queue INFO >>3 [387] -2015-03-10 07:21:16 sendUrl INFO 3 [387] R:OK -2015-03-10 07:22:06 queue INFO >>3 [388] -2015-03-10 07:22:06 sendUrl INFO 3 [388] R:OK -2015-03-10 07:22:56 queue INFO >>3 [389] -2015-03-10 07:22:56 sendUrl INFO 3 [389] R:OK -2015-03-10 07:23:46 queue INFO >>3 [390] -2015-03-10 07:23:46 sendUrl INFO 3 [390] R:OK -2015-03-10 07:24:36 queue INFO >>3 [391] -2015-03-10 07:24:36 sendUrl INFO 3 [391] R:OK -2015-03-10 07:24:51 queue INFO 83 [392] -2015-03-10 07:24:51 queue INFO >83 [393] -2015-03-10 07:24:52 sendUrl INFO 83 [392] R:OK -2015-03-10 07:24:52 sendUrl INFO 83 [393] R:OK -2015-03-10 07:24:53 queue INFO 3 [394] -2015-03-10 07:24:53 queue INFO >3 [395] -2015-03-10 07:24:53 sendUrl INFO 3 [394] R:OK -2015-03-10 07:24:54 sendUrl INFO 3 [395] R:OK -2015-03-10 07:25:43 queue INFO >>3 [396] -2015-03-10 07:25:43 sendUrl INFO 3 [396] R:OK -2015-03-10 07:26:33 queue INFO >>3 [397] -2015-03-10 07:26:33 sendUrl INFO 3 [397] R:OK -2015-03-10 07:27:23 queue INFO >>3 [398] -2015-03-10 07:27:24 sendUrl INFO 3 [398] R:OK -2015-03-10 07:28:13 queue INFO >>3 [399] -2015-03-10 07:28:14 sendUrl INFO 3 [399] R:OK -2015-03-10 07:29:04 queue INFO >>3 [400] -2015-03-10 07:29:04 sendUrl INFO 3 [400] R:OK -2015-03-10 07:29:54 queue INFO >>3 [401] -2015-03-10 07:29:54 sendUrl INFO 3 [401] R:OK -2015-03-10 07:30:44 queue INFO >>3 [402] -2015-03-10 07:30:44 sendUrl INFO 3 [402] R:OK -2015-03-10 07:31:34 queue INFO >>3 [403] -2015-03-10 07:31:34 sendUrl INFO 3 [403] R:OK -2015-03-10 07:32:24 queue INFO >>3 [404] -2015-03-10 07:32:25 sendUrl INFO 3 [404] R:OK -2015-03-10 07:32:49 queue INFO 83 [405] -2015-03-10 07:32:49 queue INFO >83 [406] -2015-03-10 07:32:49 sendUrl INFO 83 [405] R:OK -2015-03-10 07:32:50 sendUrl INFO 83 [406] R:OK -2015-03-10 07:32:51 queue INFO 3 [407] -2015-03-10 07:32:51 sendUrl INFO 3 [407] R:OK -2015-03-10 07:32:51 queue INFO >3 [408] -2015-03-10 07:32:51 sendUrl INFO 3 [408] R:OK -2015-03-10 07:33:41 queue INFO >>3 [409] -2015-03-10 07:33:41 sendUrl INFO 3 [409] R:OK -2015-03-10 07:34:31 queue INFO >>3 [410] -2015-03-10 07:34:31 sendUrl INFO 3 [410] R:OK -2015-03-10 07:35:21 queue INFO >>3 [411] -2015-03-10 07:35:21 sendUrl INFO 3 [411] R:OK -2015-03-10 07:36:11 queue INFO >>3 [412] -2015-03-10 07:36:12 sendUrl INFO 3 [412] R:OK -2015-03-10 07:37:01 queue INFO >>3 [413] -2015-03-10 07:37:02 sendUrl INFO 3 [413] R:OK -2015-03-10 07:37:52 queue INFO >>3 [414] -2015-03-10 07:37:52 sendUrl INFO 3 [414] R:OK -2015-03-10 07:38:42 queue INFO >>3 [415] -2015-03-10 07:38:42 sendUrl INFO 3 [415] R:OK -2015-03-10 07:39:32 queue INFO >>3 [416] -2015-03-10 07:39:32 sendUrl INFO 3 [416] R:OK -2015-03-10 07:40:22 queue INFO >>3 [417] -2015-03-10 07:40:22 sendUrl INFO 3 [417] R:OK -2015-03-10 07:40:37 queue INFO 83 [418] -2015-03-10 07:40:37 sendUrl INFO 83 [418] R:OK -2015-03-10 07:40:37 queue INFO >83 [419] -2015-03-10 07:40:38 sendUrl INFO 83 [419] R:OK -2015-03-10 07:40:39 queue INFO 3 [420] -2015-03-10 07:40:39 queue INFO >3 [421] -2015-03-10 07:40:39 sendUrl INFO 3 [420] R:OK -2015-03-10 07:40:40 sendUrl INFO 3 [421] R:OK -2015-03-10 07:41:29 queue INFO >>3 [422] -2015-03-10 07:41:29 sendUrl INFO 3 [422] R:OK -2015-03-10 07:42:19 queue INFO >>3 [423] -2015-03-10 07:42:20 sendUrl INFO 3 [423] R:OK -2015-03-10 07:43:09 queue INFO >>3 [424] -2015-03-10 07:43:09 sendUrl INFO 3 [424] R:OK -2015-03-10 07:43:59 queue INFO >>3 [425] -2015-03-10 07:44:00 sendUrl INFO 3 [425] R:OK -2015-03-10 07:44:49 queue INFO >>3 [426] -2015-03-10 07:44:50 sendUrl INFO 3 [426] R:OK -2015-03-10 07:45:40 queue INFO >>3 [427] -2015-03-10 07:45:40 sendUrl INFO 3 [427] R:OK -2015-03-10 07:46:30 queue INFO >>3 [428] -2015-03-10 07:46:30 sendUrl INFO 3 [428] R:OK -2015-03-10 07:47:20 queue INFO >>3 [429] -2015-03-10 07:47:20 sendUrl INFO 3 [429] R:OK -2015-03-10 07:48:10 queue INFO >>3 [430] -2015-03-10 07:48:10 sendUrl INFO 3 [430] R:OK -2015-03-10 07:48:35 queue INFO 83 [431] -2015-03-10 07:48:35 queue INFO >83 [432] -2015-03-10 07:48:35 sendUrl INFO 83 [431] R:OK -2015-03-10 07:48:36 sendUrl INFO 83 [432] R:OK -2015-03-10 07:48:37 queue INFO 3 [433] -2015-03-10 07:48:37 sendUrl INFO 3 [433] R:OK -2015-03-10 07:48:37 queue INFO >3 [434] -2015-03-10 07:48:37 sendUrl INFO 3 [434] R:OK -2015-03-10 07:49:27 queue INFO >>3 [435] -2015-03-10 07:49:27 sendUrl INFO 3 [435] R:OK -2015-03-10 07:50:17 queue INFO >>3 [436] -2015-03-10 07:50:17 sendUrl INFO 3 [436] R:OK -2015-03-10 07:51:07 queue INFO >>3 [437] -2015-03-10 07:51:07 sendUrl INFO 3 [437] R:OK -2015-03-10 07:51:57 queue INFO >>3 [438] -2015-03-10 07:51:57 sendUrl INFO 3 [438] R:OK -2015-03-10 07:52:47 queue INFO >>3 [439] -2015-03-10 07:52:47 sendUrl INFO 3 [439] R:OK -2015-03-10 07:53:37 queue INFO >>3 [440] -2015-03-10 07:53:38 sendUrl INFO 3 [440] R:OK -2015-03-10 07:54:27 queue INFO >>3 [441] -2015-03-10 07:54:28 sendUrl INFO 3 [441] R:OK -2015-03-10 07:55:18 queue INFO >>3 [442] -2015-03-10 07:55:18 sendUrl INFO 3 [442] R:OK -2015-03-10 07:56:08 queue INFO >>3 [443] -2015-03-10 07:56:08 sendUrl INFO 3 [443] R:OK -2015-03-10 07:56:23 queue INFO 83 [444] -2015-03-10 07:56:23 queue INFO >83 [445] -2015-03-10 07:56:23 sendUrl INFO 83 [444] R:OK -2015-03-10 07:56:24 sendUrl INFO 83 [445] R:OK -2015-03-10 07:56:25 queue INFO 3 [446] -2015-03-10 07:56:25 queue INFO >3 [447] -2015-03-10 07:56:25 sendUrl INFO 3 [446] R:OK -2015-03-10 07:56:25 sendUrl INFO 3 [447] R:OK -2015-03-10 07:57:15 queue INFO >>3 [448] -2015-03-10 07:57:15 sendUrl INFO 3 [448] R:OK -2015-03-10 07:58:05 queue INFO >>3 [449] -2015-03-10 07:58:05 sendUrl INFO 3 [449] R:OK -2015-03-10 07:58:55 queue INFO >>3 [450] -2015-03-10 07:58:55 sendUrl INFO 3 [450] R:OK -2015-03-10 07:59:45 queue INFO >>3 [451] -2015-03-10 07:59:46 sendUrl INFO 3 [451] R:OK -2015-03-10 08:00:35 queue INFO >>3 [452] -2015-03-10 08:00:35 sendUrl INFO 3 [452] R:OK -2015-03-10 08:01:25 queue INFO >>3 [453] -2015-03-10 08:01:26 sendUrl INFO 3 [453] R:OK -2015-03-10 08:02:16 queue INFO >>3 [454] -2015-03-10 08:02:16 sendUrl INFO 3 [454] R:OK -2015-03-10 08:03:06 queue INFO >>3 [455] -2015-03-10 08:03:06 sendUrl INFO 3 [455] R:OK -2015-03-10 08:03:56 queue INFO >>3 [456] -2015-03-10 08:03:56 sendUrl INFO 3 [456] R:OK -2015-03-10 08:04:21 queue INFO 83 [457] -2015-03-10 08:04:21 sendUrl INFO 83 [457] R:OK -2015-03-10 08:04:21 queue INFO >83 [458] -2015-03-10 08:04:21 sendUrl INFO 83 [458] R:OK -2015-03-10 08:04:22 queue INFO 3 [459] -2015-03-10 08:04:23 queue INFO >3 [460] -2015-03-10 08:04:23 sendUrl INFO 3 [459] R:OK -2015-03-10 08:04:23 sendUrl INFO 3 [460] R:OK -2015-03-10 08:05:13 queue INFO >>3 [461] -2015-03-10 08:05:13 sendUrl INFO 3 [461] R:OK -2015-03-10 08:06:03 queue INFO >>3 [462] -2015-03-10 08:06:03 sendUrl INFO 3 [462] R:OK -2015-03-10 08:06:53 queue INFO >>3 [463] -2015-03-10 08:06:53 sendUrl INFO 3 [463] R:OK -2015-03-10 08:07:43 queue INFO >>3 [464] -2015-03-10 08:07:43 sendUrl INFO 3 [464] R:OK -2015-03-10 08:08:33 queue INFO >>3 [465] -2015-03-10 08:08:34 sendUrl INFO 3 [465] R:OK -2015-03-10 08:09:23 queue INFO >>3 [466] -2015-03-10 08:09:23 sendUrl INFO 3 [466] R:OK -2015-03-10 08:10:13 queue INFO >>3 [467] -2015-03-10 08:10:14 sendUrl INFO 3 [467] R:OK -2015-03-10 08:11:04 queue INFO >>3 [468] -2015-03-10 08:11:04 sendUrl INFO 3 [468] R:OK -2015-03-10 08:11:54 queue INFO >>3 [469] -2015-03-10 08:11:54 sendUrl INFO 3 [469] R:OK -2015-03-10 08:12:09 queue INFO 83 [470] -2015-03-10 08:12:09 queue INFO >83 [471] -2015-03-10 08:12:09 sendUrl INFO 83 [470] R:OK -2015-03-10 08:12:10 sendUrl INFO 83 [471] R:OK -2015-03-10 08:12:10 queue INFO 3 [472] -2015-03-10 08:12:11 sendUrl INFO 3 [472] R:OK -2015-03-10 08:12:11 queue INFO >3 [473] -2015-03-10 08:12:11 sendUrl INFO 3 [473] R:OK -2015-03-10 08:13:01 queue INFO >>3 [474] -2015-03-10 08:13:01 sendUrl INFO 3 [474] R:OK -2015-03-10 08:13:51 queue INFO >>3 [475] -2015-03-10 08:13:51 sendUrl INFO 3 [475] R:OK -2015-03-10 08:14:41 queue INFO >>3 [476] -2015-03-10 08:14:41 sendUrl INFO 3 [476] R:OK -2015-03-10 08:15:31 queue INFO >>3 [477] -2015-03-10 08:15:31 sendUrl INFO 3 [477] R:OK -2015-03-10 08:16:21 queue INFO >>3 [478] -2015-03-10 08:16:21 sendUrl INFO 3 [478] R:OK -2015-03-10 08:17:11 queue INFO >>3 [479] -2015-03-10 08:17:12 sendUrl INFO 3 [479] R:OK -2015-03-10 08:18:02 queue INFO >>3 [480] -2015-03-10 08:18:02 sendUrl INFO 3 [480] R:OK -2015-03-10 08:18:52 queue INFO >>3 [481] -2015-03-10 08:18:52 sendUrl INFO 3 [481] R:OK -2015-03-10 08:19:42 queue INFO >>3 [482] -2015-03-10 08:19:42 sendUrl INFO 3 [482] R:OK -2015-03-10 08:20:06 queue INFO 83 [483] -2015-03-10 08:20:07 queue INFO >83 [484] -2015-03-10 08:20:07 sendUrl INFO 83 [483] R:OK -2015-03-10 08:20:07 sendUrl INFO 83 [484] R:OK -2015-03-10 08:20:08 queue INFO 3 [485] -2015-03-10 08:20:08 queue INFO >3 [486] -2015-03-10 08:20:08 sendUrl INFO 3 [485] R:OK -2015-03-10 08:20:09 sendUrl INFO 3 [486] R:OK -2015-03-10 08:20:58 queue INFO >>3 [487] -2015-03-10 08:20:59 sendUrl INFO 3 [487] R:OK -2015-03-10 08:21:48 queue INFO >>3 [488] -2015-03-10 08:21:48 sendUrl INFO 3 [488] R:OK -2015-03-10 08:22:39 queue INFO >>3 [489] -2015-03-10 08:22:39 sendUrl INFO 3 [489] R:OK -2015-03-10 08:23:29 queue INFO >>3 [490] -2015-03-10 08:23:29 sendUrl INFO 3 [490] R:OK -2015-03-10 08:24:19 queue INFO >>3 [491] -2015-03-10 08:24:19 sendUrl INFO 3 [491] R:OK -2015-03-10 08:25:09 queue INFO >>3 [492] -2015-03-10 08:25:09 sendUrl INFO 3 [492] R:OK -2015-03-10 08:25:59 queue INFO >>3 [493] -2015-03-10 08:26:00 sendUrl INFO 3 [493] R:OK -2015-03-10 08:26:26 queue INFO 1 [494] -2015-03-10 08:26:26 queue INFO >1 [495] -2015-03-10 08:26:26 sendUrl INFO 1 [494] R:OK -2015-03-10 08:26:27 sendUrl INFO 1 [495] R:OK -2015-03-10 08:27:16 queue INFO >>1 [496] -2015-03-10 08:27:16 sendUrl INFO 1 [496] R:OK -2015-03-10 08:28:06 queue INFO >>1 [497] -2015-03-10 08:28:07 sendUrl INFO 1 [497] R:OK -2015-03-10 08:28:56 queue INFO >>1 [498] -2015-03-10 08:28:57 sendUrl INFO 1 [498] R:OK -2015-03-10 08:29:00 queue INFO 21 [499] -2015-03-10 08:29:00 queue INFO >21 [500] -2015-03-10 08:29:00 sendUrl INFO 21 [499] R:OK -2015-03-10 08:29:01 sendUrl INFO 21 [500] R:OK -2015-03-10 08:29:02 queue INFO 1 [501] -2015-03-10 08:29:02 queue INFO >1 [502] -2015-03-10 08:29:02 queue INFO 21 [503] -2015-03-10 08:29:02 sendUrl INFO 1 [501] R:OK -2015-03-10 08:29:03 queue INFO >21 [504] -2015-03-10 08:29:03 sendUrl INFO 1 [502] R:OK -2015-03-10 08:29:03 sendUrl INFO 21 [503] R:OK -2015-03-10 08:29:04 sendUrl INFO 21 [504] R:OK -2015-03-10 08:29:52 queue INFO >>21 [505] -2015-03-10 08:29:53 sendUrl INFO 21 [505] R:OK -2015-03-10 08:30:43 queue INFO >>21 [506] -2015-03-10 08:30:43 sendUrl INFO 21 [506] R:OK -2015-03-10 08:31:33 queue INFO >>21 [507] -2015-03-10 08:31:33 sendUrl INFO 21 [507] R:OK -2015-03-10 08:32:23 queue INFO >>21 [508] -2015-03-10 08:32:23 sendUrl INFO 21 [508] R:OK -2015-03-10 08:33:13 queue INFO >>21 [509] -2015-03-10 08:33:14 sendUrl INFO 21 [509] R:OK -2015-03-10 08:34:03 queue INFO >>21 [510] -2015-03-10 08:34:03 sendUrl INFO 21 [510] R:OK -2015-03-10 08:34:53 queue INFO >>21 [511] -2015-03-10 08:34:54 sendUrl INFO 21 [511] R:OK -2015-03-10 08:35:44 queue INFO >>21 [512] -2015-03-10 08:35:44 sendUrl INFO 21 [512] R:OK -2015-03-10 08:36:34 queue INFO >>21 [513] -2015-03-10 08:36:34 sendUrl INFO 21 [513] R:OK -2015-03-10 08:37:24 queue INFO >>21 [514] -2015-03-10 08:37:24 sendUrl INFO 21 [514] R:OK -2015-03-10 08:37:51 queue INFO 1 [515] -2015-03-10 08:37:51 queue INFO >1 [516] -2015-03-10 08:37:51 sendUrl INFO 1 [515] R:OK -2015-03-10 08:37:51 sendUrl INFO 1 [516] R:OK -2015-03-10 08:38:41 queue INFO >>1 [517] -2015-03-10 08:38:41 sendUrl INFO 1 [517] R:OK -2015-03-10 08:39:10 queue INFO 81 [518] -2015-03-10 08:39:10 queue INFO >81 [519] -2015-03-10 08:39:10 sendUrl INFO 81 [518] R:OK -2015-03-10 08:39:10 sendUrl INFO 81 [519] R:OK -2015-03-10 08:39:11 queue INFO 3 [520] -2015-03-10 08:39:11 queue INFO >3 [521] -2015-03-10 08:39:12 sendUrl INFO 3 [520] R:OK -2015-03-10 08:39:12 sendUrl INFO 3 [521] R:OK -2015-03-10 08:40:01 queue INFO >>3 [522] -2015-03-10 08:40:02 sendUrl INFO 3 [522] R:OK -2015-03-10 08:40:52 queue INFO >>3 [523] -2015-03-10 08:40:52 sendUrl INFO 3 [523] R:OK -2015-03-10 08:41:42 queue INFO >>3 [524] -2015-03-10 08:41:42 sendUrl INFO 3 [524] R:OK -2015-03-10 08:42:32 queue INFO >>3 [525] -2015-03-10 08:42:32 sendUrl INFO 3 [525] R:OK -2015-03-10 08:43:22 queue INFO >>3 [526] -2015-03-10 08:43:22 sendUrl INFO 3 [526] R:OK -2015-03-10 08:44:12 queue INFO >>3 [527] -2015-03-10 08:44:13 sendUrl INFO 3 [527] R:OK -2015-03-10 08:45:02 queue INFO >>3 [528] -2015-03-10 08:45:03 sendUrl INFO 3 [528] R:OK -2015-03-10 08:45:52 queue INFO >>3 [529] -2015-03-10 08:45:53 sendUrl INFO 3 [529] R:OK -2015-03-10 08:46:43 queue INFO >>3 [530] -2015-03-10 08:46:43 sendUrl INFO 3 [530] R:OK -2015-03-10 08:47:07 queue INFO 83 [531] -2015-03-10 08:47:08 queue INFO >83 [532] -2015-03-10 08:47:08 sendUrl INFO 83 [531] R:OK -2015-03-10 08:47:08 sendUrl INFO 83 [532] R:OK -2015-03-10 08:47:09 queue INFO 3 [533] -2015-03-10 08:47:09 sendUrl INFO 3 [533] R:OK -2015-03-10 08:47:09 queue INFO >3 [534] -2015-03-10 08:47:10 sendUrl INFO 3 [534] R:OK -2015-03-10 08:47:59 queue INFO >>3 [535] -2015-03-10 08:48:00 sendUrl INFO 3 [535] R:OK -2015-03-10 08:48:49 queue INFO >>3 [536] -2015-03-10 08:48:50 sendUrl INFO 3 [536] R:OK -2015-03-10 08:49:40 queue INFO >>3 [537] -2015-03-10 08:49:40 sendUrl INFO 3 [537] R:OK -2015-03-10 08:50:30 queue INFO >>3 [538] -2015-03-10 08:50:30 sendUrl INFO 3 [538] R:OK -2015-03-10 08:51:20 queue INFO >>3 [539] -2015-03-10 08:51:20 sendUrl INFO 3 [539] R:OK -2015-03-10 08:52:10 queue INFO >>3 [540] -2015-03-10 08:52:10 sendUrl INFO 3 [540] R:OK -2015-03-10 08:53:00 queue INFO >>3 [541] -2015-03-10 08:53:01 sendUrl INFO 3 [541] R:OK -2015-03-10 08:53:50 queue INFO >>3 [542] -2015-03-10 08:53:50 sendUrl INFO 3 [542] R:OK -2015-03-10 08:54:40 queue INFO >>3 [543] -2015-03-10 08:54:41 sendUrl INFO 3 [543] R:OK -2015-03-10 08:54:55 queue INFO 83 [544] -2015-03-10 08:54:56 queue INFO >83 [545] -2015-03-10 08:54:56 sendUrl INFO 83 [544] R:OK -2015-03-10 08:54:56 sendUrl INFO 83 [545] R:OK -2015-03-10 08:54:57 queue INFO 3 [546] -2015-03-10 08:54:57 queue INFO >3 [547] -2015-03-10 08:54:57 sendUrl INFO 3 [546] R:OK -2015-03-10 08:54:58 sendUrl INFO 3 [547] R:OK -2015-03-10 08:55:47 queue INFO >>3 [548] -2015-03-10 08:55:48 sendUrl INFO 3 [548] R:OK -2015-03-10 08:56:37 queue INFO >>3 [549] -2015-03-10 08:56:38 sendUrl INFO 3 [549] R:OK -2015-03-10 08:57:28 queue INFO >>3 [550] -2015-03-10 08:57:28 sendUrl INFO 3 [550] R:OK -2015-03-10 08:58:18 queue INFO >>3 [551] -2015-03-10 08:58:18 sendUrl INFO 3 [551] R:OK -2015-03-10 08:59:08 queue INFO >>3 [552] -2015-03-10 08:59:08 sendUrl INFO 3 [552] R:OK -2015-03-10 08:59:58 queue INFO >>3 [553] -2015-03-10 08:59:58 sendUrl INFO 3 [553] R:OK -2015-03-10 09:00:48 queue INFO >>3 [554] -2015-03-10 09:00:49 sendUrl INFO 3 [554] R:OK -2015-03-10 09:01:38 queue INFO >>3 [555] -2015-03-10 09:01:39 sendUrl INFO 3 [555] R:OK -2015-03-10 09:02:28 queue INFO >>3 [556] -2015-03-10 09:02:29 sendUrl INFO 3 [556] R:OK -2015-03-10 09:02:53 queue INFO 83 [557] -2015-03-10 09:02:53 queue INFO >83 [558] -2015-03-10 09:02:54 sendUrl INFO 83 [557] R:OK -2015-03-10 09:02:54 sendUrl INFO 83 [558] R:OK -2015-03-10 09:02:55 queue INFO 3 [559] -2015-03-10 09:02:55 queue INFO >3 [560] -2015-03-10 09:02:55 sendUrl INFO 3 [559] R:OK -2015-03-10 09:02:56 sendUrl INFO 3 [560] R:OK -2015-03-10 09:03:45 queue INFO >>3 [561] -2015-03-10 09:03:45 sendUrl INFO 3 [561] R:OK -2015-03-10 09:04:35 queue INFO >>3 [562] -2015-03-10 09:04:35 sendUrl INFO 3 [562] R:OK -2015-03-10 09:05:25 queue INFO >>3 [563] -2015-03-10 09:05:26 sendUrl INFO 3 [563] R:OK -2015-03-10 09:06:15 queue INFO >>3 [564] -2015-03-10 09:06:16 sendUrl INFO 3 [564] R:OK -2015-03-10 09:07:06 queue INFO >>3 [565] -2015-03-10 09:07:06 sendUrl INFO 3 [565] R:OK -2015-03-10 09:07:56 queue INFO >>3 [566] -2015-03-10 09:07:56 sendUrl INFO 3 [566] R:OK -2015-03-10 09:08:46 queue INFO >>3 [567] -2015-03-10 09:08:46 sendUrl INFO 3 [567] R:OK -2015-03-10 09:09:36 queue INFO >>3 [568] -2015-03-10 09:09:36 sendUrl INFO 3 [568] R:OK -2015-03-10 09:10:26 queue INFO >>3 [569] -2015-03-10 09:10:27 sendUrl INFO 3 [569] R:OK -2015-03-10 09:10:41 queue INFO 83 [570] -2015-03-10 09:10:42 queue INFO >83 [571] -2015-03-10 09:10:42 sendUrl INFO 83 [570] R:OK -2015-03-10 09:10:42 sendUrl INFO 83 [571] R:OK -2015-03-10 09:10:43 queue INFO 3 [572] -2015-03-10 09:10:43 queue INFO >3 [573] -2015-03-10 09:10:43 sendUrl INFO 3 [572] R:OK -2015-03-10 09:10:44 sendUrl INFO 3 [573] R:OK -2015-03-10 09:11:33 queue INFO >>3 [574] -2015-03-10 09:11:34 sendUrl INFO 3 [574] R:OK -2015-03-10 09:12:23 queue INFO >>3 [575] -2015-03-10 09:12:24 sendUrl INFO 3 [575] R:OK -2015-03-10 09:13:13 queue INFO >>3 [576] -2015-03-10 09:13:14 sendUrl INFO 3 [576] R:OK -2015-03-10 09:14:04 queue INFO >>3 [577] -2015-03-10 09:14:04 sendUrl INFO 3 [577] R:OK -2015-03-10 09:14:54 queue INFO >>3 [578] -2015-03-10 09:14:54 sendUrl INFO 3 [578] R:OK -2015-03-10 09:15:44 queue INFO >>3 [579] -2015-03-10 09:15:44 sendUrl INFO 3 [579] R:OK -2015-03-10 09:16:34 queue INFO >>3 [580] -2015-03-10 09:16:35 sendUrl INFO 3 [580] R:OK -2015-03-10 09:17:24 queue INFO >>3 [581] -2015-03-10 09:17:24 sendUrl INFO 3 [581] R:OK -2015-03-10 09:18:14 queue INFO >>3 [582] -2015-03-10 09:18:15 sendUrl INFO 3 [582] R:OK -2015-03-10 09:18:39 queue INFO 83 [583] -2015-03-10 09:18:39 queue INFO >83 [584] -2015-03-10 09:18:39 sendUrl INFO 83 [583] R:OK -2015-03-10 09:18:40 sendUrl INFO 83 [584] R:OK -2015-03-10 09:18:41 queue INFO 3 [585] -2015-03-10 09:18:41 queue INFO >3 [586] -2015-03-10 09:18:41 sendUrl INFO 3 [585] R:OK -2015-03-10 09:18:41 sendUrl INFO 3 [586] R:OK -2015-03-10 09:19:31 queue INFO >>3 [587] -2015-03-10 09:19:31 sendUrl INFO 3 [587] R:OK -2015-03-10 09:20:21 queue INFO >>3 [588] -2015-03-10 09:20:21 sendUrl INFO 3 [588] R:OK -2015-03-10 09:21:11 queue INFO >>3 [589] -2015-03-10 09:21:11 sendUrl INFO 3 [589] R:OK -2015-03-10 09:22:01 queue INFO >>3 [590] -2015-03-10 09:22:02 sendUrl INFO 3 [590] R:OK -2015-03-10 09:22:51 queue INFO >>3 [591] -2015-03-10 09:22:52 sendUrl INFO 3 [591] R:OK -2015-03-10 09:23:42 queue INFO >>3 [592] -2015-03-10 09:23:42 sendUrl INFO 3 [592] R:OK -2015-03-10 09:24:32 queue INFO >>3 [593] -2015-03-10 09:24:32 sendUrl INFO 3 [593] R:OK -2015-03-10 09:25:22 queue INFO >>3 [594] -2015-03-10 09:25:22 sendUrl INFO 3 [594] R:OK -2015-03-10 09:26:12 queue INFO >>3 [595] -2015-03-10 09:26:12 sendUrl INFO 3 [595] R:OK -2015-03-10 09:26:27 queue INFO 83 [596] -2015-03-10 09:26:27 queue INFO >83 [597] -2015-03-10 09:26:28 sendUrl INFO 83 [596] R:OK -2015-03-10 09:26:28 sendUrl INFO 83 [597] R:OK -2015-03-10 09:26:29 queue INFO 3 [598] -2015-03-10 09:26:29 queue INFO >3 [599] -2015-03-10 09:26:29 sendUrl INFO 3 [598] R:OK -2015-03-10 09:26:30 sendUrl INFO 3 [599] R:OK -2015-03-10 09:27:19 queue INFO >>3 [600] -2015-03-10 09:27:19 sendUrl INFO 3 [600] R:OK -2015-03-10 09:28:09 queue INFO >>3 [601] -2015-03-10 09:28:09 sendUrl INFO 3 [601] R:OK -2015-03-10 09:28:59 queue INFO >>3 [602] -2015-03-10 09:29:00 sendUrl INFO 3 [602] R:OK -2015-03-10 09:29:49 queue INFO >>3 [603] -2015-03-10 09:29:50 sendUrl INFO 3 [603] R:OK -2015-03-10 09:30:39 queue INFO >>3 [604] -2015-03-10 09:30:40 sendUrl INFO 3 [604] R:OK -2015-03-10 09:31:30 queue INFO >>3 [605] -2015-03-10 09:31:30 sendUrl INFO 3 [605] R:OK -2015-03-10 09:32:20 queue INFO >>3 [606] -2015-03-10 09:32:20 sendUrl INFO 3 [606] R:OK -2015-03-10 09:33:10 queue INFO >>3 [607] -2015-03-10 09:33:10 sendUrl INFO 3 [607] R:OK -2015-03-10 09:34:00 queue INFO >>3 [608] -2015-03-10 09:34:01 sendUrl INFO 3 [608] R:OK -2015-03-10 09:34:25 queue INFO 83 [609] -2015-03-10 09:34:25 queue INFO >83 [610] -2015-03-10 09:34:25 sendUrl INFO 83 [609] R:OK -2015-03-10 09:34:26 sendUrl INFO 83 [610] R:OK -2015-03-10 09:34:26 queue INFO 3 [611] -2015-03-10 09:34:27 queue INFO >3 [612] -2015-03-10 09:34:27 sendUrl INFO 3 [611] R:OK -2015-03-10 09:34:27 sendUrl INFO 3 [612] R:OK -2015-03-10 09:35:16 queue INFO >>3 [613] -2015-03-10 09:35:17 sendUrl INFO 3 [613] R:OK -2015-03-10 09:36:07 queue INFO >>3 [614] -2015-03-10 09:36:07 sendUrl INFO 3 [614] R:OK -2015-03-10 09:36:57 queue INFO >>3 [615] -2015-03-10 09:36:57 sendUrl INFO 3 [615] R:OK -2015-03-10 09:37:47 queue INFO >>3 [616] -2015-03-10 09:37:47 sendUrl INFO 3 [616] R:OK -2015-03-10 09:38:37 queue INFO >>3 [617] -2015-03-10 09:38:37 sendUrl INFO 3 [617] R:OK -2015-03-10 09:39:27 queue INFO >>3 [618] -2015-03-10 09:39:28 sendUrl INFO 3 [618] R:OK -2015-03-10 09:40:17 queue INFO >>3 [619] -2015-03-10 09:40:18 sendUrl INFO 3 [619] R:OK -2015-03-10 09:41:08 queue INFO >>3 [620] -2015-03-10 09:41:08 sendUrl INFO 3 [620] R:OK -2015-03-10 09:41:58 queue INFO >>3 [621] -2015-03-10 09:41:58 sendUrl INFO 3 [621] R:OK -2015-03-10 09:42:13 queue INFO 83 [622] -2015-03-10 09:42:13 queue INFO >83 [623] -2015-03-10 09:42:13 sendUrl INFO 83 [622] R:OK -2015-03-10 09:42:14 sendUrl INFO 83 [623] R:OK -2015-03-10 09:42:15 queue INFO 3 [624] -2015-03-10 09:42:15 queue INFO >3 [625] -2015-03-10 09:42:15 sendUrl INFO 3 [624] R:OK -2015-03-10 09:42:15 sendUrl INFO 3 [625] R:OK -2015-03-10 09:43:05 queue INFO >>3 [626] -2015-03-10 09:43:05 sendUrl INFO 3 [626] R:OK -2015-03-10 09:43:55 queue INFO >>3 [627] -2015-03-10 09:43:55 sendUrl INFO 3 [627] R:OK -2015-03-10 09:44:45 queue INFO >>3 [628] -2015-03-10 09:44:45 sendUrl INFO 3 [628] R:OK -2015-03-10 09:45:35 queue INFO >>3 [629] -2015-03-10 09:45:36 sendUrl INFO 3 [629] R:OK -2015-03-10 09:46:25 queue INFO >>3 [630] -2015-03-10 09:46:26 sendUrl INFO 3 [630] R:OK -2015-03-10 09:47:15 queue INFO >>3 [631] -2015-03-10 09:47:16 sendUrl INFO 3 [631] R:OK -2015-03-10 09:48:06 queue INFO >>3 [632] -2015-03-10 09:48:06 sendUrl INFO 3 [632] R:OK -2015-03-10 09:48:56 queue INFO >>3 [633] -2015-03-10 09:48:56 sendUrl INFO 3 [633] R:OK -2015-03-10 09:49:46 queue INFO >>3 [634] -2015-03-10 09:49:46 sendUrl INFO 3 [634] R:OK -2015-03-10 09:50:11 queue INFO 83 [635] -2015-03-10 09:50:11 queue INFO >83 [636] -2015-03-10 09:50:11 sendUrl INFO 83 [635] R:OK -2015-03-10 09:50:12 sendUrl INFO 83 [636] R:OK -2015-03-10 09:50:12 queue INFO 3 [637] -2015-03-10 09:50:12 queue INFO >3 [638] -2015-03-10 09:50:13 sendUrl INFO 3 [637] R:OK -2015-03-10 09:50:13 sendUrl INFO 3 [638] R:OK -2015-03-10 09:51:02 queue INFO >>3 [639] -2015-03-10 09:51:03 sendUrl INFO 3 [639] R:OK -2015-03-10 09:51:53 queue INFO >>3 [640] -2015-03-10 09:51:53 sendUrl INFO 3 [640] R:OK -2015-03-10 09:52:43 queue INFO >>3 [641] -2015-03-10 09:52:43 sendUrl INFO 3 [641] R:OK -2015-03-10 09:53:33 queue INFO >>3 [642] -2015-03-10 09:53:33 sendUrl INFO 3 [642] R:OK -2015-03-10 09:54:23 queue INFO >>3 [643] -2015-03-10 09:54:23 sendUrl INFO 3 [643] R:OK -2015-03-10 09:55:13 queue INFO >>3 [644] -2015-03-10 09:55:14 sendUrl INFO 3 [644] R:OK -2015-03-10 09:56:03 queue INFO >>3 [645] -2015-03-10 09:56:03 sendUrl INFO 3 [645] R:OK -2015-03-10 09:56:53 queue INFO >>3 [646] -2015-03-10 09:56:54 sendUrl INFO 3 [646] R:OK -2015-03-10 09:57:44 queue INFO >>3 [647] -2015-03-10 09:57:44 sendUrl INFO 3 [647] R:OK -2015-03-10 09:57:59 queue INFO 83 [648] -2015-03-10 09:57:59 queue INFO >83 [649] -2015-03-10 09:57:59 sendUrl INFO 83 [648] R:OK -2015-03-10 09:58:00 sendUrl INFO 83 [649] R:OK -2015-03-10 09:58:00 queue INFO 3 [650] -2015-03-10 09:58:01 queue INFO >3 [651] -2015-03-10 09:58:01 sendUrl INFO 3 [650] R:OK -2015-03-10 09:58:01 sendUrl INFO 3 [651] R:OK -2015-03-10 09:58:51 queue INFO >>3 [652] -2015-03-10 09:58:51 sendUrl INFO 3 [652] R:OK -2015-03-10 09:59:41 queue INFO >>3 [653] -2015-03-10 09:59:41 sendUrl INFO 3 [653] R:OK -2015-03-10 10:00:31 queue INFO >>3 [654] -2015-03-10 10:00:31 sendUrl INFO 3 [654] R:OK -2015-03-10 10:01:21 queue INFO >>3 [655] -2015-03-10 10:01:21 sendUrl INFO 3 [655] R:OK -2015-03-10 10:02:11 queue INFO >>3 [656] -2015-03-10 10:02:11 sendUrl INFO 3 [656] R:OK -2015-03-10 10:03:01 queue INFO >>3 [657] -2015-03-10 10:03:02 sendUrl INFO 3 [657] R:OK -2015-03-10 10:03:51 queue INFO >>3 [658] -2015-03-10 10:03:52 sendUrl INFO 3 [658] R:OK -2015-03-10 10:04:41 queue INFO >>3 [659] -2015-03-10 10:04:42 sendUrl INFO 3 [659] R:OK -2015-03-10 10:05:32 queue INFO >>3 [660] -2015-03-10 10:05:32 sendUrl INFO 3 [660] R:OK -2015-03-10 10:05:56 queue INFO 83 [661] -2015-03-10 10:05:56 sendUrl INFO 83 [661] R:OK -2015-03-10 10:05:57 queue INFO >83 [662] -2015-03-10 10:05:57 sendUrl INFO 83 [662] R:OK -2015-03-10 10:05:58 queue INFO 3 [663] -2015-03-10 10:05:58 queue INFO >3 [664] -2015-03-10 10:05:58 sendUrl INFO 3 [663] R:OK -2015-03-10 10:05:59 sendUrl INFO 3 [664] R:OK -2015-03-10 10:06:48 queue INFO >>3 [665] -2015-03-10 10:06:48 sendUrl INFO 3 [665] R:OK -2015-03-10 10:07:38 queue INFO >>3 [666] -2015-03-10 10:07:39 sendUrl INFO 3 [666] R:OK -2015-03-10 10:08:28 queue INFO >>3 [667] -2015-03-10 10:08:29 sendUrl INFO 3 [667] R:OK -2015-03-10 10:09:19 queue INFO >>3 [668] -2015-03-10 10:09:19 sendUrl INFO 3 [668] R:OK -2015-03-10 10:10:09 queue INFO >>3 [669] -2015-03-10 10:10:09 sendUrl INFO 3 [669] R:OK -2015-03-10 10:10:59 queue INFO >>3 [670] -2015-03-10 10:10:59 sendUrl INFO 3 [670] R:OK -2015-03-10 10:11:49 queue INFO >>3 [671] -2015-03-10 10:11:49 sendUrl INFO 3 [671] R:OK -2015-03-10 10:12:39 queue INFO >>3 [672] -2015-03-10 10:12:40 sendUrl INFO 3 [672] R:OK -2015-03-10 10:13:29 queue INFO >>3 [673] -2015-03-10 10:13:29 sendUrl INFO 3 [673] R:OK -2015-03-10 10:13:45 queue INFO 83 [674] -2015-03-10 10:13:45 queue INFO >83 [675] -2015-03-10 10:13:45 sendUrl INFO 83 [674] R:OK -2015-03-10 10:13:46 sendUrl INFO 83 [675] R:OK -2015-03-10 10:13:46 queue INFO 3 [676] -2015-03-10 10:13:47 queue INFO >3 [677] -2015-03-10 10:13:47 sendUrl INFO 3 [676] R:OK -2015-03-10 10:13:47 sendUrl INFO 3 [677] R:OK -2015-03-10 10:14:37 queue INFO >>3 [678] -2015-03-10 10:14:37 sendUrl INFO 3 [678] R:OK -2015-03-10 10:15:27 queue INFO >>3 [679] -2015-03-10 10:15:27 sendUrl INFO 3 [679] R:OK -2015-03-10 10:16:17 queue INFO >>3 [680] -2015-03-10 10:16:17 sendUrl INFO 3 [680] R:OK -2015-03-10 10:17:07 queue INFO >>3 [681] -2015-03-10 10:17:07 sendUrl INFO 3 [681] R:OK -2015-03-10 10:17:57 queue INFO >>3 [682] -2015-03-10 10:17:57 sendUrl INFO 3 [682] R:OK -2015-03-10 10:18:47 queue INFO >>3 [683] -2015-03-10 10:18:48 sendUrl INFO 3 [683] R:OK -2015-03-10 10:19:37 queue INFO >>3 [684] -2015-03-10 10:19:38 sendUrl INFO 3 [684] R:OK -2015-03-10 10:20:28 queue INFO >>3 [685] -2015-03-10 10:20:28 sendUrl INFO 3 [685] R:OK -2015-03-10 10:21:18 queue INFO >>3 [686] -2015-03-10 10:21:18 sendUrl INFO 3 [686] R:OK -2015-03-10 10:21:42 queue INFO 83 [687] -2015-03-10 10:21:43 queue INFO >83 [688] -2015-03-10 10:21:43 sendUrl INFO 83 [687] R:OK -2015-03-10 10:21:43 sendUrl INFO 83 [688] R:OK -2015-03-10 10:21:44 queue INFO 3 [689] -2015-03-10 10:21:44 queue INFO >3 [690] -2015-03-10 10:21:44 sendUrl INFO 3 [689] R:OK -2015-03-10 10:21:45 sendUrl INFO 3 [690] R:OK -2015-03-10 10:22:34 queue INFO >>3 [691] -2015-03-10 10:22:35 sendUrl INFO 3 [691] R:OK -2015-03-10 10:23:24 queue INFO >>3 [692] -2015-03-10 10:23:24 sendUrl INFO 3 [692] R:OK -2015-03-10 10:24:14 queue INFO >>3 [693] -2015-03-10 10:24:15 sendUrl INFO 3 [693] R:OK -2015-03-10 10:25:05 queue INFO >>3 [694] -2015-03-10 10:25:05 sendUrl INFO 3 [694] R:OK -2015-03-10 10:25:55 queue INFO >>3 [695] -2015-03-10 10:25:55 sendUrl INFO 3 [695] R:OK -2015-03-10 10:26:45 queue INFO >>3 [696] -2015-03-10 10:26:45 sendUrl INFO 3 [696] R:OK -2015-03-10 10:27:35 queue INFO >>3 [697] -2015-03-10 10:27:36 sendUrl INFO 3 [697] R:OK -2015-03-10 10:28:25 queue INFO >>3 [698] -2015-03-10 10:28:25 sendUrl INFO 3 [698] R:OK -2015-03-10 10:29:15 queue INFO >>3 [699] -2015-03-10 10:29:16 sendUrl INFO 3 [699] R:OK -2015-03-10 10:29:30 queue INFO 83 [700] -2015-03-10 10:29:31 queue INFO >83 [701] -2015-03-10 10:29:31 sendUrl INFO 83 [700] R:OK -2015-03-10 10:29:31 sendUrl INFO 83 [701] R:OK -2015-03-10 10:29:32 queue INFO 3 [702] -2015-03-10 10:29:32 queue INFO >3 [703] -2015-03-10 10:29:32 sendUrl INFO 3 [702] R:OK -2015-03-10 10:29:33 sendUrl INFO 3 [703] R:OK -2015-03-10 10:30:22 queue INFO >>3 [704] -2015-03-10 10:30:23 sendUrl INFO 3 [704] R:OK -2015-03-10 10:31:12 queue INFO >>3 [705] -2015-03-10 10:31:13 sendUrl INFO 3 [705] R:OK -2015-03-10 10:32:03 queue INFO >>3 [706] -2015-03-10 10:32:03 sendUrl INFO 3 [706] R:OK -2015-03-10 10:32:53 queue INFO >>3 [707] -2015-03-10 10:32:53 sendUrl INFO 3 [707] R:OK -2015-03-10 10:33:43 queue INFO >>3 [708] -2015-03-10 10:33:43 sendUrl INFO 3 [708] R:OK -2015-03-10 10:34:33 queue INFO >>3 [709] -2015-03-10 10:34:33 sendUrl INFO 3 [709] R:OK -2015-03-10 10:35:23 queue INFO >>3 [710] -2015-03-10 10:35:23 sendUrl INFO 3 [710] R:OK -2015-03-10 10:36:13 queue INFO >>3 [711] -2015-03-10 10:36:14 sendUrl INFO 3 [711] R:OK -2015-03-10 10:37:03 queue INFO >>3 [712] -2015-03-10 10:37:04 sendUrl INFO 3 [712] R:OK -2015-03-10 10:37:28 queue INFO 83 [713] -2015-03-10 10:37:28 queue INFO >83 [714] -2015-03-10 10:37:29 sendUrl INFO 83 [713] R:OK -2015-03-10 10:37:29 sendUrl INFO 83 [714] R:OK -2015-03-10 10:37:30 queue INFO 3 [715] -2015-03-10 10:37:30 queue INFO >3 [716] -2015-03-10 10:37:30 sendUrl INFO 3 [715] R:OK -2015-03-10 10:37:31 sendUrl INFO 3 [716] R:OK -2015-03-10 10:38:20 queue INFO >>3 [717] -2015-03-10 10:38:20 sendUrl INFO 3 [717] R:OK -2015-03-10 10:39:10 queue INFO >>3 [718] -2015-03-10 10:39:10 sendUrl INFO 3 [718] R:OK -2015-03-10 10:40:00 queue INFO >>3 [719] -2015-03-10 10:40:01 sendUrl INFO 3 [719] R:OK -2015-03-10 10:40:50 queue INFO >>3 [720] -2015-03-10 10:40:50 sendUrl INFO 3 [720] R:OK -2015-03-10 10:41:40 queue INFO >>3 [721] -2015-03-10 10:41:41 sendUrl INFO 3 [721] R:OK -2015-03-10 10:42:30 queue INFO >>3 [722] -2015-03-10 10:42:31 sendUrl INFO 3 [722] R:OK -2015-03-10 10:43:21 queue INFO >>3 [723] -2015-03-10 10:43:21 sendUrl INFO 3 [723] R:OK -2015-03-10 10:44:11 queue INFO >>3 [724] -2015-03-10 10:44:11 sendUrl INFO 3 [724] R:OK -2015-03-10 10:45:01 queue INFO >>3 [725] -2015-03-10 10:45:01 sendUrl INFO 3 [725] R:OK -2015-03-10 10:45:16 queue INFO 83 [726] -2015-03-10 10:45:17 queue INFO >83 [727] -2015-03-10 10:45:17 sendUrl INFO 83 [726] R:OK -2015-03-10 10:45:17 sendUrl INFO 83 [727] R:OK -2015-03-10 10:45:18 queue INFO 3 [728] -2015-03-10 10:45:18 queue INFO >3 [729] -2015-03-10 10:45:18 sendUrl INFO 3 [728] R:OK -2015-03-10 10:45:19 sendUrl INFO 3 [729] R:OK -2015-03-10 10:46:08 queue INFO >>3 [730] -2015-03-10 10:46:09 sendUrl INFO 3 [730] R:OK -2015-03-10 10:46:58 queue INFO >>3 [731] -2015-03-10 10:46:58 sendUrl INFO 3 [731] R:OK -2015-03-10 10:47:48 queue INFO >>3 [732] -2015-03-10 10:47:49 sendUrl INFO 3 [732] R:OK -2015-03-10 10:48:39 queue INFO >>3 [733] -2015-03-10 10:48:39 sendUrl INFO 3 [733] R:OK -2015-03-10 10:49:29 queue INFO >>3 [734] -2015-03-10 10:49:29 sendUrl INFO 3 [734] R:OK -2015-03-10 10:50:19 queue INFO >>3 [735] -2015-03-10 10:50:19 sendUrl INFO 3 [735] R:OK -2015-03-10 10:51:09 queue INFO >>3 [736] -2015-03-10 10:51:09 sendUrl INFO 3 [736] R:OK -2015-03-10 10:51:59 queue INFO >>3 [737] -2015-03-10 10:51:59 sendUrl INFO 3 [737] R:OK -2015-03-10 10:52:49 queue INFO >>3 [738] -2015-03-10 10:52:50 sendUrl INFO 3 [738] R:OK -2015-03-10 10:53:14 queue INFO 83 [739] -2015-03-10 10:53:14 queue INFO >83 [740] -2015-03-10 10:53:15 sendUrl INFO 83 [739] R:OK -2015-03-10 10:53:15 sendUrl INFO 83 [740] R:OK -2015-03-10 10:53:16 queue INFO 3 [741] -2015-03-10 10:53:16 queue INFO >3 [742] -2015-03-10 10:53:16 sendUrl INFO 3 [741] R:OK -2015-03-10 10:53:17 sendUrl INFO 3 [742] R:OK -2015-03-10 10:54:06 queue INFO >>3 [743] -2015-03-10 10:54:06 sendUrl INFO 3 [743] R:OK -2015-03-10 10:54:56 queue INFO >>3 [744] -2015-03-10 10:54:56 sendUrl INFO 3 [744] R:OK -2015-03-10 10:55:46 queue INFO >>3 [745] -2015-03-10 10:55:47 sendUrl INFO 3 [745] R:OK -2015-03-10 10:56:36 queue INFO >>3 [746] -2015-03-10 10:56:36 sendUrl INFO 3 [746] R:OK -2015-03-10 10:57:26 queue INFO >>3 [747] -2015-03-10 10:57:27 sendUrl INFO 3 [747] R:OK -2015-03-10 10:58:17 queue INFO >>3 [748] -2015-03-10 10:58:17 sendUrl INFO 3 [748] R:OK -2015-03-10 10:59:07 queue INFO >>3 [749] -2015-03-10 10:59:07 sendUrl INFO 3 [749] R:OK -2015-03-10 10:59:57 queue INFO >>3 [750] -2015-03-10 10:59:57 sendUrl INFO 3 [750] R:OK -2015-03-10 11:00:47 queue INFO >>3 [751] -2015-03-10 11:00:48 sendUrl INFO 3 [751] R:OK -2015-03-10 11:01:02 queue INFO 83 [752] -2015-03-10 11:01:02 queue INFO >83 [753] -2015-03-10 11:01:03 sendUrl INFO 83 [752] R:OK -2015-03-10 11:01:03 sendUrl INFO 83 [753] R:OK -2015-03-10 11:01:04 queue INFO 3 [754] -2015-03-10 11:01:04 queue INFO >3 [755] -2015-03-10 11:01:04 sendUrl INFO 3 [754] R:OK -2015-03-10 11:01:05 sendUrl INFO 3 [755] R:OK -2015-03-10 11:01:54 queue INFO >>3 [756] -2015-03-10 11:01:54 sendUrl INFO 3 [756] R:OK -2015-03-10 11:02:44 queue INFO >>3 [757] -2015-03-10 11:02:44 sendUrl INFO 3 [757] R:OK -2015-03-10 11:03:34 queue INFO >>3 [758] -2015-03-10 11:03:35 sendUrl INFO 3 [758] R:OK -2015-03-10 11:04:24 queue INFO >>3 [759] -2015-03-10 11:04:25 sendUrl INFO 3 [759] R:OK -2015-03-10 11:05:15 queue INFO >>3 [760] -2015-03-10 11:05:15 sendUrl INFO 3 [760] R:OK -2015-03-10 11:06:05 queue INFO >>3 [761] -2015-03-10 11:06:05 sendUrl INFO 3 [761] R:OK -2015-03-10 11:06:55 queue INFO >>3 [762] -2015-03-10 11:06:55 sendUrl INFO 3 [762] R:OK -2015-03-10 11:07:45 queue INFO >>3 [763] -2015-03-10 11:07:45 sendUrl INFO 3 [763] R:OK -2015-03-10 11:08:35 queue INFO >>3 [764] -2015-03-10 11:08:36 sendUrl INFO 3 [764] R:OK -2015-03-10 11:09:00 queue INFO 83 [765] -2015-03-10 11:09:00 sendUrl INFO 83 [765] R:OK -2015-03-10 11:09:00 queue INFO >83 [766] -2015-03-10 11:09:00 sendUrl INFO 83 [766] R:OK -2015-03-10 11:09:01 queue INFO 3 [767] -2015-03-10 11:09:02 queue INFO >3 [768] -2015-03-10 11:09:02 sendUrl INFO 3 [767] R:OK -2015-03-10 11:09:02 sendUrl INFO 3 [768] R:OK -2015-03-10 11:09:51 queue INFO >>3 [769] -2015-03-10 11:09:52 sendUrl INFO 3 [769] R:OK -2015-03-10 11:10:42 queue INFO >>3 [770] -2015-03-10 11:10:42 sendUrl INFO 3 [770] R:OK -2015-03-10 11:11:32 queue INFO >>3 [771] -2015-03-10 11:11:32 sendUrl INFO 3 [771] R:OK -2015-03-10 11:12:22 queue INFO >>3 [772] -2015-03-10 11:12:22 sendUrl INFO 3 [772] R:OK -2015-03-10 11:13:12 queue INFO >>3 [773] -2015-03-10 11:13:13 sendUrl INFO 3 [773] R:OK -2015-03-10 11:14:02 queue INFO >>3 [774] -2015-03-10 11:14:02 sendUrl INFO 3 [774] R:OK -2015-03-10 11:14:52 queue INFO >>3 [775] -2015-03-10 11:14:53 sendUrl INFO 3 [775] R:OK -2015-03-10 11:15:43 queue INFO >>3 [776] -2015-03-10 11:15:43 sendUrl INFO 3 [776] R:OK -2015-03-10 11:16:33 queue INFO >>3 [777] -2015-03-10 11:16:33 sendUrl INFO 3 [777] R:OK -2015-03-10 11:16:48 queue INFO 83 [778] -2015-03-10 11:16:48 queue INFO >83 [779] -2015-03-10 11:16:49 sendUrl INFO 83 [778] R:OK -2015-03-10 11:16:49 sendUrl INFO 83 [779] R:OK -2015-03-10 11:16:50 queue INFO 3 [780] -2015-03-10 11:16:50 queue INFO >3 [781] -2015-03-10 11:16:50 sendUrl INFO 3 [780] R:OK -2015-03-10 11:16:51 sendUrl INFO 3 [781] R:OK -2015-03-10 11:17:40 queue INFO >>3 [782] -2015-03-10 11:17:40 sendUrl INFO 3 [782] R:OK -2015-03-10 11:18:30 queue INFO >>3 [783] -2015-03-10 11:18:30 sendUrl INFO 3 [783] R:OK -2015-03-10 11:19:20 queue INFO >>3 [784] -2015-03-10 11:19:21 sendUrl INFO 3 [784] R:OK -2015-03-10 11:20:10 queue INFO >>3 [785] -2015-03-10 11:20:11 sendUrl INFO 3 [785] R:OK -2015-03-10 11:21:00 queue INFO >>3 [786] -2015-03-10 11:21:01 sendUrl INFO 3 [786] R:OK -2015-03-10 11:21:51 queue INFO >>3 [787] -2015-03-10 11:21:51 sendUrl INFO 3 [787] R:OK -2015-03-10 11:22:41 queue INFO >>3 [788] -2015-03-10 11:22:41 sendUrl INFO 3 [788] R:OK -2015-03-10 11:23:31 queue INFO >>3 [789] -2015-03-10 11:23:31 sendUrl INFO 3 [789] R:OK -2015-03-10 11:24:21 queue INFO >>3 [790] -2015-03-10 11:24:21 sendUrl INFO 3 [790] R:OK -2015-03-10 11:24:46 queue INFO 83 [791] -2015-03-10 11:24:46 queue INFO >83 [792] -2015-03-10 11:24:46 sendUrl INFO 83 [791] R:OK -2015-03-10 11:24:47 sendUrl INFO 83 [792] R:OK -2015-03-10 11:24:47 queue INFO 3 [793] -2015-03-10 11:24:48 queue INFO >3 [794] -2015-03-10 11:24:48 sendUrl INFO 3 [793] R:OK -2015-03-10 11:24:48 sendUrl INFO 3 [794] R:OK -2015-03-10 11:25:38 queue INFO >>3 [795] -2015-03-10 11:25:38 sendUrl INFO 3 [795] R:OK -2015-03-10 11:26:28 queue INFO >>3 [796] -2015-03-10 11:26:28 sendUrl INFO 3 [796] R:OK -2015-03-10 11:27:18 queue INFO >>3 [797] -2015-03-10 11:27:18 sendUrl INFO 3 [797] R:OK -2015-03-10 11:28:08 queue INFO >>3 [798] -2015-03-10 11:28:09 sendUrl INFO 3 [798] R:OK -2015-03-10 11:28:58 queue INFO >>3 [799] -2015-03-10 11:28:58 sendUrl INFO 3 [799] R:OK -2015-03-10 11:29:48 queue INFO >>3 [800] -2015-03-10 11:29:49 sendUrl INFO 3 [800] R:OK -2015-03-10 11:30:38 queue INFO >>3 [801] -2015-03-10 11:30:39 sendUrl INFO 3 [801] R:OK -2015-03-10 11:31:29 queue INFO >>3 [802] -2015-03-10 11:31:29 sendUrl INFO 3 [802] R:OK -2015-03-10 11:32:19 queue INFO >>3 [803] -2015-03-10 11:32:19 sendUrl INFO 3 [803] R:OK -2015-03-10 11:32:34 queue INFO 83 [804] -2015-03-10 11:32:34 queue INFO >83 [805] -2015-03-10 11:32:34 sendUrl INFO 83 [804] R:OK -2015-03-10 11:32:35 sendUrl INFO 83 [805] R:OK -2015-03-10 11:32:35 queue INFO 3 [806] -2015-03-10 11:32:36 queue INFO >3 [807] -2015-03-10 11:32:36 sendUrl INFO 3 [806] R:OK -2015-03-10 11:32:36 sendUrl INFO 3 [807] R:OK -2015-03-10 11:33:26 queue INFO >>3 [808] -2015-03-10 11:33:26 sendUrl INFO 3 [808] R:OK -2015-03-10 11:34:16 queue INFO >>3 [809] -2015-03-10 11:34:16 sendUrl INFO 3 [809] R:OK -2015-03-10 11:35:06 queue INFO >>3 [810] -2015-03-10 11:35:06 sendUrl INFO 3 [810] R:OK -2015-03-10 11:35:56 queue INFO >>3 [811] -2015-03-10 11:35:56 sendUrl INFO 3 [811] R:OK -2015-03-10 11:36:46 queue INFO >>3 [812] -2015-03-10 11:36:47 sendUrl INFO 3 [812] R:OK -2015-03-10 11:37:36 queue INFO >>3 [813] -2015-03-10 11:37:37 sendUrl INFO 3 [813] R:OK -2015-03-10 11:38:27 queue INFO >>3 [814] -2015-03-10 11:38:27 sendUrl INFO 3 [814] R:OK -2015-03-10 11:39:17 queue INFO >>3 [815] -2015-03-10 11:39:17 sendUrl INFO 3 [815] R:OK -2015-03-10 11:40:07 queue INFO >>3 [816] -2015-03-10 11:40:07 sendUrl INFO 3 [816] R:OK -2015-03-10 11:40:31 queue INFO 83 [817] -2015-03-10 11:40:32 queue INFO >83 [818] -2015-03-10 11:40:32 sendUrl INFO 83 [817] R:OK -2015-03-10 11:40:33 sendUrl INFO 83 [818] R:OK -2015-03-10 11:40:33 queue INFO 3 [819] -2015-03-10 11:40:33 queue INFO >3 [820] -2015-03-10 11:40:34 sendUrl INFO 3 [819] R:OK -2015-03-10 11:40:34 sendUrl INFO 3 [820] R:OK -2015-03-10 11:41:23 queue INFO >>3 [821] -2015-03-10 11:41:23 sendUrl INFO 3 [821] R:OK -2015-03-10 11:42:13 queue INFO >>3 [822] -2015-03-10 11:42:14 sendUrl INFO 3 [822] R:OK -2015-03-10 11:43:04 queue INFO >>3 [823] -2015-03-10 11:43:04 sendUrl INFO 3 [823] R:OK -2015-03-10 11:43:54 queue INFO >>3 [824] -2015-03-10 11:43:54 sendUrl INFO 3 [824] R:OK -2015-03-10 11:44:44 queue INFO >>3 [825] -2015-03-10 11:44:44 sendUrl INFO 3 [825] R:OK -2015-03-10 11:45:34 queue INFO >>3 [826] -2015-03-10 11:45:35 sendUrl INFO 3 [826] R:OK -2015-03-10 11:46:24 queue INFO >>3 [827] -2015-03-10 11:46:24 sendUrl INFO 3 [827] R:OK -2015-03-10 11:47:14 queue INFO >>3 [828] -2015-03-10 11:47:15 sendUrl INFO 3 [828] R:OK -2015-03-10 11:48:04 queue INFO >>3 [829] -2015-03-10 11:48:05 sendUrl INFO 3 [829] R:OK -2015-03-10 11:48:23 queue INFO 83 [830] -2015-03-10 11:48:23 queue INFO >83 [831] -2015-03-10 11:48:24 sendUrl INFO 83 [830] R:OK -2015-03-10 11:48:24 sendUrl INFO 83 [831] R:OK -2015-03-10 11:48:25 queue INFO 3 [832] -2015-03-10 11:48:25 queue INFO >3 [833] -2015-03-10 11:48:25 sendUrl INFO 3 [832] R:OK -2015-03-10 11:48:26 sendUrl INFO 3 [833] R:OK -2015-03-10 11:49:15 queue INFO >>3 [834] -2015-03-10 11:49:15 sendUrl INFO 3 [834] R:OK -2015-03-10 11:50:05 queue INFO >>3 [835] -2015-03-10 11:50:05 sendUrl INFO 3 [835] R:OK -2015-03-10 11:50:55 queue INFO >>3 [836] -2015-03-10 11:50:55 sendUrl INFO 3 [836] R:OK -2015-03-10 11:51:45 queue INFO >>3 [837] -2015-03-10 11:51:46 sendUrl INFO 3 [837] R:OK -2015-03-10 11:52:35 queue INFO >>3 [838] -2015-03-10 11:52:36 sendUrl INFO 3 [838] R:OK -2015-03-10 11:53:25 queue INFO >>3 [839] -2015-03-10 11:53:26 sendUrl INFO 3 [839] R:OK -2015-03-10 11:54:16 queue INFO >>3 [840] -2015-03-10 11:54:16 sendUrl INFO 3 [840] R:OK -2015-03-10 11:55:06 queue INFO >>3 [841] -2015-03-10 11:55:06 sendUrl INFO 3 [841] R:OK -2015-03-10 11:55:56 queue INFO >>3 [842] -2015-03-10 11:55:56 sendUrl INFO 3 [842] R:OK -2015-03-10 11:56:21 queue INFO 83 [843] -2015-03-10 11:56:21 sendUrl INFO 83 [843] R:OK -2015-03-10 11:56:21 queue INFO >83 [844] -2015-03-10 11:56:21 sendUrl INFO 83 [844] R:OK -2015-03-10 11:56:22 queue INFO 3 [845] -2015-03-10 11:56:23 queue INFO >3 [846] -2015-03-10 11:56:23 sendUrl INFO 3 [845] R:OK -2015-03-10 11:56:23 sendUrl INFO 3 [846] R:OK -2015-03-10 11:57:13 queue INFO >>3 [847] -2015-03-10 11:57:13 sendUrl INFO 3 [847] R:OK -2015-03-10 11:58:03 queue INFO >>3 [848] -2015-03-10 11:58:03 sendUrl INFO 3 [848] R:OK -2015-03-10 11:58:53 queue INFO >>3 [849] -2015-03-10 11:58:53 sendUrl INFO 3 [849] R:OK -2015-03-10 11:59:43 queue INFO >>3 [850] -2015-03-10 11:59:43 sendUrl INFO 3 [850] R:OK -2015-03-10 12:00:33 queue INFO >>3 [851] -2015-03-10 12:00:34 sendUrl INFO 3 [851] R:OK -2015-03-10 12:01:00 queue INFO 21 [852] -2015-03-10 12:01:01 queue INFO 1 [853] -2015-03-10 12:01:01 sendUrl INFO 21 [852] R:OK -2015-03-10 12:01:01 queue INFO >1 [854] -2015-03-10 12:01:01 sendUrl INFO 1 [853] R:OK -2015-03-10 12:01:02 sendUrl INFO 1 [854] R:OK -2015-03-10 12:01:19 queue INFO 3 [855] -2015-03-10 12:01:19 queue INFO >3 [856] -2015-03-10 12:01:19 sendUrl INFO 3 [855] R:OK -2015-03-10 12:01:20 sendUrl INFO 3 [856] R:OK -2015-03-10 12:02:09 queue INFO >>3 [857] -2015-03-10 12:02:09 sendUrl INFO 3 [857] R:OK -2015-03-10 12:02:59 queue INFO >>3 [858] -2015-03-10 12:03:00 sendUrl INFO 3 [858] R:OK -2015-03-10 12:03:49 queue INFO >>3 [859] -2015-03-10 12:03:50 sendUrl INFO 3 [859] R:OK -2015-03-10 12:04:09 queue INFO 83 [860] -2015-03-10 12:04:09 queue INFO >83 [861] -2015-03-10 12:04:10 sendUrl INFO 83 [860] R:OK -2015-03-10 12:04:10 sendUrl INFO 83 [861] R:OK -2015-03-10 12:04:11 queue INFO 3 [862] -2015-03-10 12:04:11 queue INFO >3 [863] -2015-03-10 12:04:11 sendUrl INFO 3 [862] R:OK -2015-03-10 12:04:12 sendUrl INFO 3 [863] R:OK -2015-03-10 12:05:01 queue INFO >>3 [864] -2015-03-10 12:05:01 sendUrl INFO 3 [864] R:OK -2015-03-10 12:05:51 queue INFO >>3 [865] -2015-03-10 12:05:51 sendUrl INFO 3 [865] R:OK -2015-03-10 12:06:41 queue INFO >>3 [866] -2015-03-10 12:06:42 sendUrl INFO 3 [866] R:OK -2015-03-10 12:07:31 queue INFO >>3 [867] -2015-03-10 12:07:31 sendUrl INFO 3 [867] R:OK -2015-03-10 12:08:21 queue INFO >>3 [868] -2015-03-10 12:08:22 sendUrl INFO 3 [868] R:OK -2015-03-10 12:09:12 queue INFO >>3 [869] -2015-03-10 12:09:12 sendUrl INFO 3 [869] R:OK -2015-03-10 12:10:02 queue INFO >>3 [870] -2015-03-10 12:10:02 sendUrl INFO 3 [870] R:OK -2015-03-10 12:10:52 queue INFO >>3 [871] -2015-03-10 12:10:52 sendUrl INFO 3 [871] R:OK -2015-03-10 12:11:42 queue INFO >>3 [872] -2015-03-10 12:11:43 sendUrl INFO 3 [872] R:OK -2015-03-10 12:12:06 queue INFO 83 [873] -2015-03-10 12:12:07 queue INFO >83 [874] -2015-03-10 12:12:07 sendUrl INFO 83 [873] R:OK -2015-03-10 12:12:07 sendUrl INFO 83 [874] R:OK -2015-03-10 12:12:08 queue INFO 3 [875] -2015-03-10 12:12:08 queue INFO >3 [876] -2015-03-10 12:12:08 sendUrl INFO 3 [875] R:OK -2015-03-10 12:12:09 sendUrl INFO 3 [876] R:OK -2015-03-10 12:12:58 queue INFO >>3 [877] -2015-03-10 12:12:59 sendUrl INFO 3 [877] R:OK -2015-03-10 12:13:48 queue INFO >>3 [878] -2015-03-10 12:13:49 sendUrl INFO 3 [878] R:OK -2015-03-10 12:14:39 queue INFO >>3 [879] -2015-03-10 12:14:39 sendUrl INFO 3 [879] R:OK -2015-03-10 12:15:29 queue INFO >>3 [880] -2015-03-10 12:15:29 sendUrl INFO 3 [880] R:OK -2015-03-10 12:16:19 queue INFO >>3 [881] -2015-03-10 12:16:19 sendUrl INFO 3 [881] R:OK -2015-03-10 12:17:09 queue INFO >>3 [882] -2015-03-10 12:17:09 sendUrl INFO 3 [882] R:OK -2015-03-10 12:17:59 queue INFO >>3 [883] -2015-03-10 12:17:59 sendUrl INFO 3 [883] R:OK -2015-03-10 12:18:49 queue INFO >>3 [884] -2015-03-10 12:18:49 sendUrl INFO 3 [884] R:OK -2015-03-10 12:19:39 queue INFO >>3 [885] -2015-03-10 12:19:40 sendUrl INFO 3 [885] R:OK -2015-03-10 12:19:55 queue INFO 83 [886] -2015-03-10 12:19:55 sendUrl INFO 83 [886] R:OK -2015-03-10 12:19:55 queue INFO >83 [887] -2015-03-10 12:19:55 sendUrl INFO 83 [887] R:OK -2015-03-10 12:19:56 queue INFO 3 [888] -2015-03-10 12:19:56 sendUrl INFO 3 [888] R:OK -2015-03-10 12:19:57 queue INFO >3 [889] -2015-03-10 12:19:57 sendUrl INFO 3 [889] R:OK -2015-03-10 12:20:46 queue INFO >>3 [890] -2015-03-10 12:20:47 sendUrl INFO 3 [890] R:OK -2015-03-10 12:21:37 queue INFO >>3 [891] -2015-03-10 12:21:37 sendUrl INFO 3 [891] R:OK -2015-03-10 12:22:27 queue INFO >>3 [892] -2015-03-10 12:22:27 sendUrl INFO 3 [892] R:OK -2015-03-10 12:23:17 queue INFO >>3 [893] -2015-03-10 12:23:17 sendUrl INFO 3 [893] R:OK -2015-03-10 12:24:07 queue INFO >>3 [894] -2015-03-10 12:24:08 sendUrl INFO 3 [894] R:OK -2015-03-10 12:24:57 queue INFO >>3 [895] -2015-03-10 12:24:57 sendUrl INFO 3 [895] R:OK -2015-03-10 12:25:47 queue INFO >>3 [896] -2015-03-10 12:25:48 sendUrl INFO 3 [896] R:OK -2015-03-10 12:26:38 queue INFO >>3 [897] -2015-03-10 12:26:38 sendUrl INFO 3 [897] R:OK -2015-03-10 12:27:28 queue INFO >>3 [898] -2015-03-10 12:27:28 sendUrl INFO 3 [898] R:OK -2015-03-10 12:27:53 queue INFO 83 [899] -2015-03-10 12:27:53 queue INFO >83 [900] -2015-03-10 12:27:53 sendUrl INFO 83 [899] R:OK -2015-03-10 12:27:54 sendUrl INFO 83 [900] R:OK -2015-03-10 12:27:54 queue INFO 3 [901] -2015-03-10 12:27:54 queue INFO >3 [902] -2015-03-10 12:27:55 sendUrl INFO 3 [901] R:OK -2015-03-10 12:27:55 sendUrl INFO 3 [902] R:OK -2015-03-10 12:28:44 queue INFO >>3 [903] -2015-03-10 12:28:44 sendUrl INFO 3 [903] R:OK -2015-03-10 12:29:34 queue INFO >>3 [904] -2015-03-10 12:29:35 sendUrl INFO 3 [904] R:OK -2015-03-10 12:30:25 queue INFO >>3 [905] -2015-03-10 12:30:25 sendUrl INFO 3 [905] R:OK -2015-03-10 12:31:15 queue INFO >>3 [906] -2015-03-10 12:31:15 sendUrl INFO 3 [906] R:OK -2015-03-10 12:32:05 queue INFO >>3 [907] -2015-03-10 12:32:05 sendUrl INFO 3 [907] R:OK -2015-03-10 12:32:55 queue INFO >>3 [908] -2015-03-10 12:32:56 sendUrl INFO 3 [908] R:OK -2015-03-10 12:33:45 queue INFO >>3 [909] -2015-03-10 12:33:45 sendUrl INFO 3 [909] R:OK -2015-03-10 12:34:35 queue INFO >>3 [910] -2015-03-10 12:34:36 sendUrl INFO 3 [910] R:OK -2015-03-10 12:35:26 queue INFO >>3 [911] -2015-03-10 12:35:26 sendUrl INFO 3 [911] R:OK -2015-03-10 12:35:41 queue INFO 83 [912] -2015-03-10 12:35:41 sendUrl INFO 83 [912] R:OK -2015-03-10 12:35:41 queue INFO >83 [913] -2015-03-10 12:35:41 sendUrl INFO 83 [913] R:OK -2015-03-10 12:35:42 queue INFO 3 [914] -2015-03-10 12:35:42 queue INFO >3 [915] -2015-03-10 12:35:43 sendUrl INFO 3 [914] R:OK -2015-03-10 12:35:43 sendUrl INFO 3 [915] R:OK -2015-03-10 12:36:32 queue INFO >>3 [916] -2015-03-10 12:36:33 sendUrl INFO 3 [916] R:OK -2015-03-10 12:37:23 queue INFO >>3 [917] -2015-03-10 12:37:23 sendUrl INFO 3 [917] R:OK -2015-03-10 12:38:13 queue INFO >>3 [918] -2015-03-10 12:38:13 sendUrl INFO 3 [918] R:OK -2015-03-10 12:39:03 queue INFO >>3 [919] -2015-03-10 12:39:03 sendUrl INFO 3 [919] R:OK -2015-03-10 12:39:53 queue INFO >>3 [920] -2015-03-10 12:39:53 sendUrl INFO 3 [920] R:OK -2015-03-10 12:40:43 queue INFO >>3 [921] -2015-03-10 12:40:43 sendUrl INFO 3 [921] R:OK -2015-03-10 12:41:33 queue INFO >>3 [922] -2015-03-10 12:41:34 sendUrl INFO 3 [922] R:OK -2015-03-10 12:42:23 queue INFO >>3 [923] -2015-03-10 12:42:24 sendUrl INFO 3 [923] R:OK -2015-03-10 12:43:14 queue INFO >>3 [924] -2015-03-10 12:43:14 sendUrl INFO 3 [924] R:OK -2015-03-10 12:43:38 queue INFO 83 [925] -2015-03-10 12:43:38 queue INFO >83 [926] -2015-03-10 12:43:38 sendUrl INFO 83 [925] R:OK -2015-03-10 12:43:39 sendUrl INFO 83 [926] R:OK -2015-03-10 12:43:40 queue INFO 3 [927] -2015-03-10 12:43:40 queue INFO >3 [928] -2015-03-10 12:43:40 sendUrl INFO 3 [927] R:OK -2015-03-10 12:43:40 sendUrl INFO 3 [928] R:OK -2015-03-10 12:44:30 queue INFO >>3 [929] -2015-03-10 12:44:30 sendUrl INFO 3 [929] R:OK -2015-03-10 12:45:20 queue INFO >>3 [930] -2015-03-10 12:45:20 sendUrl INFO 3 [930] R:OK -2015-03-10 12:46:10 queue INFO >>3 [931] -2015-03-10 12:46:10 sendUrl INFO 3 [931] R:OK -2015-03-10 12:47:00 queue INFO >>3 [932] -2015-03-10 12:47:01 sendUrl INFO 3 [932] R:OK -2015-03-10 12:47:50 queue INFO >>3 [933] -2015-03-10 12:47:51 sendUrl INFO 3 [933] R:OK -2015-03-10 12:48:41 queue INFO >>3 [934] -2015-03-10 12:48:41 sendUrl INFO 3 [934] R:OK -2015-03-10 12:49:31 queue INFO >>3 [935] -2015-03-10 12:49:31 sendUrl INFO 3 [935] R:OK -2015-03-10 12:50:21 queue INFO >>3 [936] -2015-03-10 12:50:21 sendUrl INFO 3 [936] R:OK -2015-03-10 12:51:11 queue INFO >>3 [937] -2015-03-10 12:51:11 sendUrl INFO 3 [937] R:OK -2015-03-10 12:51:27 queue INFO 83 [938] -2015-03-10 12:51:27 sendUrl INFO 83 [938] R:OK -2015-03-10 12:51:27 queue INFO >83 [939] -2015-03-10 12:51:27 sendUrl INFO 83 [939] R:OK -2015-03-10 12:51:28 queue INFO 3 [940] -2015-03-10 12:51:28 queue INFO >3 [941] -2015-03-10 12:51:29 sendUrl INFO 3 [940] R:OK -2015-03-10 12:51:29 sendUrl INFO 3 [941] R:OK -2015-03-10 12:52:18 queue INFO >>3 [942] -2015-03-10 12:52:18 sendUrl INFO 3 [942] R:OK -2015-03-10 12:53:08 queue INFO >>3 [943] -2015-03-10 12:53:09 sendUrl INFO 3 [943] R:OK -2015-03-10 12:53:59 queue INFO >>3 [944] -2015-03-10 12:53:59 sendUrl INFO 3 [944] R:OK -2015-03-10 12:54:49 queue INFO >>3 [945] -2015-03-10 12:54:49 sendUrl INFO 3 [945] R:OK -2015-03-10 12:55:39 queue INFO >>3 [946] -2015-03-10 12:55:39 sendUrl INFO 3 [946] R:OK -2015-03-10 12:56:29 queue INFO >>3 [947] -2015-03-10 12:56:29 sendUrl INFO 3 [947] R:OK -2015-03-10 12:57:19 queue INFO >>3 [948] -2015-03-10 12:57:19 sendUrl INFO 3 [948] R:OK -2015-03-10 12:58:09 queue INFO >>3 [949] -2015-03-10 12:58:10 sendUrl INFO 3 [949] R:OK -2015-03-10 12:58:59 queue INFO >>3 [950] -2015-03-10 12:59:00 sendUrl INFO 3 [950] R:OK -2015-03-10 12:59:50 queue INFO >>3 [951] -2015-03-10 12:59:50 sendUrl INFO 3 [951] R:OK -2015-03-10 12:59:58 queue INFO 83 [952] -2015-03-10 12:59:58 queue INFO >83 [953] -2015-03-10 12:59:59 sendUrl INFO 83 [952] R:OK -2015-03-10 12:59:59 sendUrl INFO 83 [953] R:OK -2015-03-10 13:00:00 queue INFO 3 [954] -2015-03-10 13:00:00 queue INFO >3 [955] -2015-03-10 13:00:00 sendUrl INFO 3 [954] R:OK -2015-03-10 13:00:01 sendUrl INFO 3 [955] R:OK -2015-03-10 13:00:50 queue INFO >>3 [956] -2015-03-10 13:00:50 sendUrl INFO 3 [956] R:OK -2015-03-10 13:01:40 queue INFO >>3 [957] -2015-03-10 13:01:41 sendUrl INFO 3 [957] R:OK -2015-03-10 13:02:30 queue INFO >>3 [958] -2015-03-10 13:02:31 sendUrl INFO 3 [958] R:OK -2015-03-10 13:03:21 queue INFO >>3 [959] -2015-03-10 13:03:21 sendUrl INFO 3 [959] R:OK -2015-03-10 13:04:11 queue INFO >>3 [960] -2015-03-10 13:04:11 sendUrl INFO 3 [960] R:OK -2015-03-10 13:05:01 queue INFO >>3 [961] -2015-03-10 13:05:01 sendUrl INFO 3 [961] R:OK -2015-03-10 13:05:51 queue INFO >>3 [962] -2015-03-10 13:05:51 sendUrl INFO 3 [962] R:OK -2015-03-10 13:06:41 queue INFO >>3 [963] -2015-03-10 13:06:41 sendUrl INFO 3 [963] R:OK -2015-03-10 13:07:31 queue INFO >>3 [964] -2015-03-10 13:07:32 sendUrl INFO 3 [964] R:OK -2015-03-10 13:07:46 queue INFO 83 [965] -2015-03-10 13:07:47 queue INFO >83 [966] -2015-03-10 13:07:47 sendUrl INFO 83 [965] R:OK -2015-03-10 13:07:47 sendUrl INFO 83 [966] R:OK -2015-03-10 13:07:48 queue INFO 3 [967] -2015-03-10 13:07:48 queue INFO >3 [968] -2015-03-10 13:07:48 sendUrl INFO 3 [967] R:OK -2015-03-10 13:07:49 sendUrl INFO 3 [968] R:OK -2015-03-10 13:08:38 queue INFO >>3 [969] -2015-03-10 13:08:39 sendUrl INFO 3 [969] R:OK -2015-03-10 13:09:28 queue INFO >>3 [970] -2015-03-10 13:09:28 sendUrl INFO 3 [970] R:OK -2015-03-10 13:10:18 queue INFO >>3 [971] -2015-03-10 13:10:19 sendUrl INFO 3 [971] R:OK -2015-03-10 13:11:09 queue INFO >>3 [972] -2015-03-10 13:11:09 sendUrl INFO 3 [972] R:OK -2015-03-10 13:11:59 queue INFO >>3 [973] -2015-03-10 13:11:59 sendUrl INFO 3 [973] R:OK -2015-03-10 13:12:49 queue INFO >>3 [974] -2015-03-10 13:12:49 sendUrl INFO 3 [974] R:OK -2015-03-10 13:13:39 queue INFO >>3 [975] -2015-03-10 13:13:40 sendUrl INFO 3 [975] R:OK -2015-03-10 13:14:29 queue INFO >>3 [976] -2015-03-10 13:14:29 sendUrl INFO 3 [976] R:OK -2015-03-10 13:14:53 queue INFO 1 [977] -2015-03-10 13:14:53 queue INFO >1 [978] -2015-03-10 13:14:54 sendUrl INFO 1 [977] R:OK -2015-03-10 13:14:54 sendUrl INFO 1 [978] R:OK -2015-03-10 13:15:43 queue INFO >>1 [979] -2015-03-10 13:15:44 sendUrl INFO 1 [979] R:OK -2015-03-10 13:15:52 queue INFO 21 [980] -2015-03-10 13:15:52 queue INFO >21 [981] -2015-03-10 13:15:52 sendUrl INFO 21 [980] R:OK -2015-03-10 13:15:53 queue INFO 1 [982] -2015-03-10 13:15:53 queue INFO >1 [983] -2015-03-10 13:15:53 sendUrl INFO 21 [981] R:OK -2015-03-10 13:15:53 sendUrl INFO 1 [982] R:OK -2015-03-10 13:15:54 sendUrl INFO 1 [983] R:OK -2015-03-10 13:15:55 queue INFO 21 [984] -2015-03-10 13:15:55 sendUrl INFO 21 [984] R:OK -2015-03-10 13:15:55 queue INFO >21 [985] -2015-03-10 13:15:55 sendUrl INFO 21 [985] R:OK -2015-03-10 13:16:45 queue INFO >>21 [986] -2015-03-10 13:16:45 sendUrl INFO 21 [986] R:OK -2015-03-10 13:17:35 queue INFO >>21 [987] -2015-03-10 13:17:36 sendUrl INFO 21 [987] R:OK -2015-03-10 13:18:25 queue INFO >>21 [988] -2015-03-10 13:18:25 sendUrl INFO 21 [988] R:OK -2015-03-10 13:19:15 queue INFO >>21 [989] -2015-03-10 13:19:16 sendUrl INFO 21 [989] R:OK -2015-03-10 13:20:06 queue INFO >>21 [990] -2015-03-10 13:20:06 sendUrl INFO 21 [990] R:OK -2015-03-10 13:20:56 queue INFO >>21 [991] -2015-03-10 13:20:56 sendUrl INFO 21 [991] R:OK -2015-03-10 13:21:46 queue INFO >>21 [992] -2015-03-10 13:21:46 sendUrl INFO 21 [992] R:OK -2015-03-10 13:22:36 queue INFO >>21 [993] -2015-03-10 13:22:36 sendUrl INFO 21 [993] R:OK -2015-03-10 13:23:26 queue INFO >>21 [994] -2015-03-10 13:23:26 sendUrl INFO 21 [994] R:OK -2015-03-10 13:24:16 queue INFO >>21 [995] -2015-03-10 13:24:17 sendUrl INFO 21 [995] R:OK -2015-03-10 13:25:00 queue INFO 1 [996] -2015-03-10 13:25:00 queue INFO >1 [997] -2015-03-10 13:25:01 sendUrl INFO 1 [996] R:OK -2015-03-10 13:25:01 queue INFO 21 [998] -2015-03-10 13:25:01 queue INFO >21 [999] -2015-03-10 13:25:01 sendUrl INFO 1 [997] R:OK -2015-03-10 13:25:02 sendUrl INFO 21 [998] R:OK -2015-03-10 13:25:02 sendUrl INFO 21 [999] R:OK -2015-03-10 13:25:10 queue INFO 1 [0] -2015-03-10 13:25:11 queue INFO 21 [1] -2015-03-10 13:25:11 sendUrl INFO 1 [0] R:OK -2015-03-10 13:25:11 queue INFO >21 [2] -2015-03-10 13:25:11 sendUrl INFO 21 [1] R:OK -2015-03-10 13:25:12 sendUrl INFO 21 [2] R:OK -2015-03-10 13:25:22 queue INFO 1 [3] -2015-03-10 13:25:23 queue INFO >1 [4] -2015-03-10 13:25:23 queue INFO 21 [5] -2015-03-10 13:25:23 sendUrl INFO 1 [3] R:OK -2015-03-10 13:25:23 queue INFO >21 [6] -2015-03-10 13:25:23 sendUrl INFO 1 [4] R:OK -2015-03-10 13:25:24 sendUrl INFO 21 [5] R:OK -2015-03-10 13:25:24 sendUrl INFO 21 [6] R:OK -2015-03-10 13:25:35 queue INFO 1 [7] -2015-03-10 13:25:35 queue INFO >1 [8] -2015-03-10 13:25:35 sendUrl INFO 1 [7] R:OK -2015-03-10 13:25:36 sendUrl INFO 1 [8] R:OK -2015-03-10 13:26:09 queue INFO 81 [9] -2015-03-10 13:26:09 queue INFO >81 [10] -2015-03-10 13:26:09 sendUrl INFO 81 [9] R:OK -2015-03-10 13:26:10 sendUrl INFO 81 [10] R:OK -2015-03-10 13:26:10 queue INFO 83 [11] -2015-03-10 13:26:10 queue INFO 3 [12] -2015-03-10 13:26:11 queue INFO >3 [13] -2015-03-10 13:26:11 sendUrl INFO 83 [11] R:OK -2015-03-10 13:26:11 sendUrl INFO 3 [12] R:OK -2015-03-10 13:26:12 sendUrl INFO 3 [13] R:OK -2015-03-10 13:27:00 queue INFO >>3 [14] -2015-03-10 13:27:01 sendUrl INFO 3 [14] R:OK -2015-03-10 13:27:16 queue INFO 21 [15] -2015-03-10 13:27:16 sendUrl INFO 21 [15] R:OK -2015-03-10 13:27:16 queue INFO 1 [16] -2015-03-10 13:27:16 queue INFO >1 [17] -2015-03-10 13:27:17 sendUrl INFO 1 [16] R:OK -2015-03-10 13:27:17 sendUrl INFO 1 [17] R:OK -2015-03-10 13:27:25 queue INFO 21 [18] -2015-03-10 13:27:25 sendUrl INFO 21 [18] R:OK -2015-03-10 13:27:25 queue INFO 1 [19] -2015-03-10 13:27:25 queue INFO >1 [20] -2015-03-10 13:27:25 sendUrl INFO 1 [19] R:OK -2015-03-10 13:27:26 sendUrl INFO 1 [20] R:OK -2015-03-10 13:27:29 queue INFO 3 [21] -2015-03-10 13:27:29 queue INFO >3 [22] -2015-03-10 13:27:29 sendUrl INFO 3 [21] R:OK -2015-03-10 13:27:30 sendUrl INFO 3 [22] R:OK -2015-03-10 13:28:19 queue INFO >>3 [23] -2015-03-10 13:28:19 sendUrl INFO 3 [23] R:OK -2015-03-10 13:29:09 queue INFO >>3 [24] -2015-03-10 13:29:09 sendUrl INFO 3 [24] R:OK -2015-03-10 13:29:59 queue INFO >>3 [25] -2015-03-10 13:30:00 sendUrl INFO 3 [25] R:OK -2015-03-10 13:30:49 queue INFO >>3 [26] -2015-03-10 13:30:50 sendUrl INFO 3 [26] R:OK -2015-03-10 13:31:40 queue INFO >>3 [27] -2015-03-10 13:31:40 sendUrl INFO 3 [27] R:OK -2015-03-10 13:32:30 queue INFO >>3 [28] -2015-03-10 13:32:30 sendUrl INFO 3 [28] R:OK -2015-03-10 13:32:40 queue INFO 1 [29] -2015-03-10 13:32:40 queue INFO >1 [30] -2015-03-10 13:32:40 sendUrl INFO 1 [29] R:OK -2015-03-10 13:32:41 sendUrl INFO 1 [30] R:OK -2015-03-10 13:33:30 queue INFO >>1 [31] -2015-03-10 13:33:30 sendUrl INFO 1 [31] R:OK -2015-03-10 13:33:55 queue INFO 21 [32] -2015-03-10 13:33:55 sendUrl INFO 21 [32] R:OK -2015-03-10 13:33:55 queue INFO >21 [33] -2015-03-10 13:33:56 sendUrl INFO 21 [33] R:OK -2015-03-10 13:34:45 queue INFO >>21 [34] -2015-03-10 13:34:46 sendUrl INFO 21 [34] R:OK -2015-03-10 13:35:35 queue INFO >>21 [35] -2015-03-10 13:35:36 sendUrl INFO 21 [35] R:OK -2015-03-10 13:36:05 queue INFO 1 [36] -2015-03-10 13:36:05 queue INFO >1 [37] -2015-03-10 13:36:06 sendUrl INFO 1 [36] R:OK -2015-03-10 13:36:06 sendUrl INFO 1 [37] R:OK -2015-03-10 13:36:38 queue INFO 81 [38] -2015-03-10 13:36:38 sendUrl INFO 81 [38] R:OK -2015-03-10 13:36:38 queue INFO >81 [39] -2015-03-10 13:36:39 sendUrl INFO 81 [39] R:OK -2015-03-10 13:36:39 queue INFO 83 [40] -2015-03-10 13:36:40 queue INFO >83 [41] -2015-03-10 13:36:40 queue INFO 3 [42] -2015-03-10 13:36:40 sendUrl INFO 83 [40] R:OK -2015-03-10 13:36:40 queue INFO >3 [43] -2015-03-10 13:36:40 sendUrl INFO 83 [41] R:OK -2015-03-10 13:36:41 sendUrl INFO 3 [42] R:OK -2015-03-10 13:36:41 sendUrl INFO 3 [43] R:OK -2015-03-10 13:37:30 queue INFO >>3 [44] -2015-03-10 13:37:30 sendUrl INFO 3 [44] R:OK -2015-03-10 13:38:20 queue INFO >>3 [45] -2015-03-10 13:38:21 sendUrl INFO 3 [45] R:OK -2015-03-10 13:39:10 queue INFO >>3 [46] -2015-03-10 13:39:10 sendUrl INFO 3 [46] R:OK -2015-03-10 13:40:00 queue INFO >>3 [47] -2015-03-10 13:40:01 sendUrl INFO 3 [47] R:OK -2015-03-10 13:40:11 queue INFO 9 [48] -2015-03-10 13:40:11 sendUrl INFO 9 [48] R:OK -2015-03-10 13:40:11 queue INFO >9 [49] -2015-03-10 13:40:11 sendUrl INFO 9 [49] R:OK -2015-03-10 13:40:32 queue INFO 29 [50] -2015-03-10 13:40:32 queue INFO >29 [51] -2015-03-10 13:40:32 sendUrl INFO 29 [50] R:OK -2015-03-10 13:40:32 sendUrl INFO 29 [51] R:OK -2015-03-10 13:40:37 queue INFO 21 [52] -2015-03-10 13:40:37 sendUrl INFO 21 [52] R:OK -2015-03-10 13:40:38 queue INFO >21 [53] -2015-03-10 13:40:38 sendUrl INFO 21 [53] R:OK -2015-03-10 13:40:42 queue INFO 1 [54] -2015-03-10 13:40:42 queue INFO >1 [55] -2015-03-10 13:40:43 sendUrl INFO 1 [54] R:OK -2015-03-10 13:40:43 sendUrl INFO 1 [55] R:OK -2015-03-10 13:40:58 queue INFO 3 [56] -2015-03-10 13:40:58 queue INFO >3 [57] -2015-03-10 13:40:59 sendUrl INFO 3 [56] R:OK -2015-03-10 13:40:59 sendUrl INFO 3 [57] R:OK -2015-03-10 13:41:48 queue INFO >>3 [58] -2015-03-10 13:41:48 sendUrl INFO 3 [58] R:OK -2015-03-10 13:42:39 queue INFO >>3 [59] -2015-03-10 13:42:39 sendUrl INFO 3 [59] R:OK -2015-03-10 13:43:29 queue INFO >>3 [60] -2015-03-10 13:43:29 sendUrl INFO 3 [60] R:OK -2015-03-10 13:44:19 queue INFO >>3 [61] -2015-03-10 13:44:19 sendUrl INFO 3 [61] R:OK -2015-03-10 13:45:09 queue INFO >>3 [62] -2015-03-10 13:45:09 sendUrl INFO 3 [62] R:OK -2015-03-10 13:45:18 queue INFO 83 [63] -2015-03-10 13:45:18 queue INFO >83 [64] -2015-03-10 13:45:18 sendUrl INFO 83 [63] R:OK -2015-03-10 13:45:19 sendUrl INFO 83 [64] R:OK -2015-03-10 13:45:20 queue INFO 3 [65] -2015-03-10 13:45:20 queue INFO >3 [66] -2015-03-10 13:45:20 sendUrl INFO 3 [65] R:OK -2015-03-10 13:45:20 sendUrl INFO 3 [66] R:OK -2015-03-10 13:46:10 queue INFO >>3 [67] -2015-03-10 13:46:10 sendUrl INFO 3 [67] R:OK -2015-03-10 13:47:00 queue INFO >>3 [68] -2015-03-10 13:47:00 sendUrl INFO 3 [68] R:OK -2015-03-10 13:47:50 queue INFO >>3 [69] -2015-03-10 13:47:50 sendUrl INFO 3 [69] R:OK -2015-03-10 13:48:40 queue INFO >>3 [70] -2015-03-10 13:48:41 sendUrl INFO 3 [70] R:OK -2015-03-10 13:49:30 queue INFO >>3 [71] -2015-03-10 13:49:31 sendUrl INFO 3 [71] R:OK -2015-03-10 13:50:21 queue INFO >>3 [72] -2015-03-10 13:50:21 sendUrl INFO 3 [72] R:OK -2015-03-10 13:51:11 queue INFO >>3 [73] -2015-03-10 13:51:11 sendUrl INFO 3 [73] R:OK -2015-03-10 13:52:01 queue INFO >>3 [74] -2015-03-10 13:52:01 sendUrl INFO 3 [74] R:OK -2015-03-10 13:52:51 queue INFO >>3 [75] -2015-03-10 13:52:51 sendUrl INFO 3 [75] R:OK -2015-03-10 13:53:06 queue INFO 83 [76] -2015-03-10 13:53:06 queue INFO >83 [77] -2015-03-10 13:53:07 sendUrl INFO 83 [76] R:OK -2015-03-10 13:53:07 sendUrl INFO 83 [77] R:OK -2015-03-10 13:53:08 queue INFO 3 [78] -2015-03-10 13:53:08 queue INFO >3 [79] -2015-03-10 13:53:08 sendUrl INFO 3 [78] R:OK -2015-03-10 13:53:09 sendUrl INFO 3 [79] R:OK -2015-03-10 13:53:58 queue INFO >>3 [80] -2015-03-10 13:53:58 sendUrl INFO 3 [80] R:OK -2015-03-10 13:54:48 queue INFO >>3 [81] -2015-03-10 13:54:48 sendUrl INFO 3 [81] R:OK -2015-03-10 13:55:38 queue INFO >>3 [82] -2015-03-10 13:55:39 sendUrl INFO 3 [82] R:OK -2015-03-10 13:56:28 queue INFO >>3 [83] -2015-03-10 13:56:28 sendUrl INFO 3 [83] R:OK -2015-03-10 13:57:18 queue INFO >>3 [84] -2015-03-10 13:57:19 sendUrl INFO 3 [84] R:OK -2015-03-10 13:58:09 queue INFO >>3 [85] -2015-03-10 13:58:09 sendUrl INFO 3 [85] R:OK -2015-03-10 13:58:59 queue INFO >>3 [86] -2015-03-10 13:58:59 sendUrl INFO 3 [86] R:OK -2015-03-10 13:59:49 queue INFO >>3 [87] -2015-03-10 13:59:49 sendUrl INFO 3 [87] R:OK -2015-03-10 14:00:39 queue INFO >>3 [88] -2015-03-10 14:00:40 sendUrl INFO 3 [88] R:OK -2015-03-10 14:01:29 queue INFO >>3 [89] -2015-03-10 14:01:29 sendUrl INFO 3 [89] R:OK -2015-03-10 14:01:56 queue INFO 83 [90] -2015-03-10 14:01:57 queue INFO >83 [91] -2015-03-10 14:01:57 sendUrl INFO 83 [90] R:OK -2015-03-10 14:01:58 sendUrl INFO 83 [91] R:OK -2015-03-10 14:01:58 queue INFO 3 [92] -2015-03-10 14:01:58 queue INFO >3 [93] -2015-03-10 14:01:59 sendUrl INFO 3 [92] R:OK -2015-03-10 14:01:59 sendUrl INFO 3 [93] R:OK -2015-03-10 14:02:48 queue INFO >>3 [94] -2015-03-10 14:02:48 sendUrl INFO 3 [94] R:OK -2015-03-10 14:03:38 queue INFO >>3 [95] -2015-03-10 14:03:39 sendUrl INFO 3 [95] R:OK -2015-03-10 14:04:29 queue INFO >>3 [96] -2015-03-10 14:04:29 sendUrl INFO 3 [96] R:OK -2015-03-10 14:05:19 queue INFO >>3 [97] -2015-03-10 14:05:19 sendUrl INFO 3 [97] R:OK -2015-03-10 14:06:09 queue INFO >>3 [98] -2015-03-10 14:06:09 sendUrl INFO 3 [98] R:OK -2015-03-10 14:06:59 queue INFO >>3 [99] -2015-03-10 14:06:59 sendUrl INFO 3 [99] R:OK -2015-03-10 14:07:49 queue INFO >>3 [100] -2015-03-10 14:07:49 sendUrl INFO 3 [100] R:OK -2015-03-10 14:08:39 queue INFO >>3 [101] -2015-03-10 14:08:40 sendUrl INFO 3 [101] R:OK -2015-03-10 14:09:29 queue INFO >>3 [102] -2015-03-10 14:09:30 sendUrl INFO 3 [102] R:OK -2015-03-10 14:09:45 queue INFO 83 [103] -2015-03-10 14:09:45 queue INFO >83 [104] -2015-03-10 14:09:45 sendUrl INFO 83 [103] R:OK -2015-03-10 14:09:46 sendUrl INFO 83 [104] R:OK -2015-03-10 14:09:46 queue INFO 3 [105] -2015-03-10 14:09:47 queue INFO >3 [106] -2015-03-10 14:09:47 sendUrl INFO 3 [105] R:OK -2015-03-10 14:09:47 sendUrl INFO 3 [106] R:OK -2015-03-10 14:10:36 queue INFO >>3 [107] -2015-03-10 14:10:37 sendUrl INFO 3 [107] R:OK -2015-03-10 14:11:27 queue INFO >>3 [108] -2015-03-10 14:11:27 sendUrl INFO 3 [108] R:OK -2015-03-10 14:12:17 queue INFO >>3 [109] -2015-03-10 14:12:17 sendUrl INFO 3 [109] R:OK -2015-03-10 14:13:07 queue INFO >>3 [110] -2015-03-10 14:13:07 sendUrl INFO 3 [110] R:OK -2015-03-10 14:13:57 queue INFO >>3 [111] -2015-03-10 14:13:57 sendUrl INFO 3 [111] R:OK -2015-03-10 14:14:47 queue INFO >>3 [112] -2015-03-10 14:14:48 sendUrl INFO 3 [112] R:OK -2015-03-10 14:15:37 queue INFO >>3 [113] -2015-03-10 14:15:38 sendUrl INFO 3 [113] R:OK -2015-03-10 14:15:45 queue INFO 21 [114] -2015-03-10 14:15:45 sendUrl INFO 21 [114] R:OK -2015-03-10 14:15:45 queue INFO 1 [115] -2015-03-10 14:15:45 queue INFO >1 [116] -2015-03-10 14:15:46 sendUrl INFO 1 [115] R:OK -2015-03-10 14:15:46 sendUrl INFO 1 [116] R:OK -2015-03-10 14:15:47 queue INFO 3 [117] -2015-03-10 14:15:47 queue INFO >3 [118] -2015-03-10 14:15:47 sendUrl INFO 3 [117] R:OK -2015-03-10 14:15:48 sendUrl INFO 3 [118] R:OK -2015-03-10 14:15:57 queue INFO 21 [119] -2015-03-10 14:15:57 queue INFO 1 [120] -2015-03-10 14:15:57 sendUrl INFO 21 [119] R:OK -2015-03-10 14:15:57 queue INFO >1 [121] -2015-03-10 14:15:58 sendUrl INFO 1 [120] R:OK -2015-03-10 14:15:58 sendUrl INFO 1 [121] R:OK -2015-03-10 14:16:09 queue INFO 21 [122] -2015-03-10 14:16:09 sendUrl INFO 21 [122] R:OK -2015-03-10 14:16:09 queue INFO 1 [123] -2015-03-10 14:16:09 queue INFO >1 [124] -2015-03-10 14:16:09 sendUrl INFO 1 [123] R:OK -2015-03-10 14:16:10 sendUrl INFO 1 [124] R:OK -2015-03-10 14:16:22 queue INFO 3 [125] -2015-03-10 14:16:22 sendUrl INFO 3 [125] R:OK -2015-03-10 14:16:22 queue INFO >3 [126] -2015-03-10 14:16:22 queue INFO 21 [127] -2015-03-10 14:16:22 queue INFO 1 [128] -2015-03-10 14:16:22 sendUrl INFO 3 [126] R:OK -2015-03-10 14:16:23 queue INFO >1 [129] -2015-03-10 14:16:23 sendUrl INFO 21 [127] R:OK -2015-03-10 14:16:23 sendUrl INFO 1 [128] R:OK -2015-03-10 14:16:24 sendUrl INFO 1 [129] R:OK -2015-03-10 14:16:34 queue INFO 3 [130] -2015-03-10 14:16:35 sendUrl INFO 3 [130] R:OK -2015-03-10 14:16:35 queue INFO >3 [131] -2015-03-10 14:16:35 sendUrl INFO 3 [131] R:OK -2015-03-10 14:17:25 queue INFO >>3 [132] -2015-03-10 14:17:25 sendUrl INFO 3 [132] R:OK -2015-03-10 14:17:42 queue INFO 83 [133] -2015-03-10 14:17:43 queue INFO >83 [134] -2015-03-10 14:17:43 sendUrl INFO 83 [133] R:OK -2015-03-10 14:17:43 sendUrl INFO 83 [134] R:OK -2015-03-10 14:17:44 queue INFO 3 [135] -2015-03-10 14:17:44 queue INFO >3 [136] -2015-03-10 14:17:45 sendUrl INFO 3 [135] R:OK -2015-03-10 14:17:45 sendUrl INFO 3 [136] R:OK -2015-03-10 14:18:34 queue INFO >>3 [137] -2015-03-10 14:18:34 sendUrl INFO 3 [137] R:OK -2015-03-10 14:19:24 queue INFO >>3 [138] -2015-03-10 14:19:25 sendUrl INFO 3 [138] R:OK -2015-03-10 14:20:14 queue INFO >>3 [139] -2015-03-10 14:20:15 sendUrl INFO 3 [139] R:OK -2015-03-10 14:21:05 queue INFO >>3 [140] -2015-03-10 14:21:05 sendUrl INFO 3 [140] R:OK -2015-03-10 14:21:55 queue INFO >>3 [141] -2015-03-10 14:21:55 sendUrl INFO 3 [141] R:OK -2015-03-10 14:22:45 queue INFO >>3 [142] -2015-03-10 14:22:45 sendUrl INFO 3 [142] R:OK -2015-03-10 14:23:35 queue INFO >>3 [143] -2015-03-10 14:23:35 sendUrl INFO 3 [143] R:OK -2015-03-10 14:24:25 queue INFO >>3 [144] -2015-03-10 14:24:26 sendUrl INFO 3 [144] R:OK -2015-03-10 14:25:15 queue INFO >>3 [145] -2015-03-10 14:25:15 sendUrl INFO 3 [145] R:OK -2015-03-10 14:25:30 queue INFO 83 [146] -2015-03-10 14:25:31 queue INFO >83 [147] -2015-03-10 14:25:31 sendUrl INFO 83 [146] R:OK -2015-03-10 14:25:31 sendUrl INFO 83 [147] R:OK -2015-03-10 14:25:32 queue INFO 3 [148] -2015-03-10 14:25:32 sendUrl INFO 3 [148] R:OK -2015-03-10 14:25:32 queue INFO >3 [149] -2015-03-10 14:25:33 sendUrl INFO 3 [149] R:OK -2015-03-10 14:26:22 queue INFO >>3 [150] -2015-03-10 14:26:22 sendUrl INFO 3 [150] R:OK -2015-03-10 14:27:12 queue INFO >>3 [151] -2015-03-10 14:27:13 sendUrl INFO 3 [151] R:OK -2015-03-10 14:28:02 queue INFO >>3 [152] -2015-03-10 14:28:03 sendUrl INFO 3 [152] R:OK -2015-03-10 14:28:53 queue INFO >>3 [153] -2015-03-10 14:28:53 sendUrl INFO 3 [153] R:OK -2015-03-10 14:29:43 queue INFO >>3 [154] -2015-03-10 14:29:43 sendUrl INFO 3 [154] R:OK -2015-03-10 14:30:33 queue INFO >>3 [155] -2015-03-10 14:30:33 sendUrl INFO 3 [155] R:OK -2015-03-10 14:31:23 queue INFO >>3 [156] -2015-03-10 14:31:23 sendUrl INFO 3 [156] R:OK -2015-03-10 14:32:13 queue INFO >>3 [157] -2015-03-10 14:32:14 sendUrl INFO 3 [157] R:OK -2015-03-10 14:33:03 queue INFO >>3 [158] -2015-03-10 14:33:04 sendUrl INFO 3 [158] R:OK -2015-03-10 14:33:28 queue INFO 83 [159] -2015-03-10 14:33:28 queue INFO >83 [160] -2015-03-10 14:33:29 sendUrl INFO 83 [159] R:OK -2015-03-10 14:33:29 sendUrl INFO 83 [160] R:OK -2015-03-10 14:33:30 queue INFO 3 [161] -2015-03-10 14:33:30 queue INFO >3 [162] -2015-03-10 14:33:30 sendUrl INFO 3 [161] R:OK -2015-03-10 14:33:31 sendUrl INFO 3 [162] R:OK -2015-03-10 14:34:20 queue INFO >>3 [163] -2015-03-10 14:34:20 sendUrl INFO 3 [163] R:OK -2015-03-10 14:35:10 queue INFO >>3 [164] -2015-03-10 14:35:10 sendUrl INFO 3 [164] R:OK -2015-03-10 14:36:00 queue INFO >>3 [165] -2015-03-10 14:36:01 sendUrl INFO 3 [165] R:OK -2015-03-10 14:36:50 queue INFO >>3 [166] -2015-03-10 14:36:51 sendUrl INFO 3 [166] R:OK -2015-03-10 14:37:41 queue INFO >>3 [167] -2015-03-10 14:37:41 sendUrl INFO 3 [167] R:OK -2015-03-10 14:38:31 queue INFO >>3 [168] -2015-03-10 14:38:31 sendUrl INFO 3 [168] R:OK -2015-03-10 14:39:21 queue INFO >>3 [169] -2015-03-10 14:39:21 sendUrl INFO 3 [169] R:OK -2015-03-10 14:40:11 queue INFO >>3 [170] -2015-03-10 14:40:12 sendUrl INFO 3 [170] R:OK -2015-03-10 14:41:01 queue INFO >>3 [171] -2015-03-10 14:41:01 sendUrl INFO 3 [171] R:OK -2015-03-10 14:41:16 queue INFO 83 [172] -2015-03-10 14:41:16 sendUrl INFO 83 [172] R:OK -2015-03-10 14:41:17 queue INFO >83 [173] -2015-03-10 14:41:17 sendUrl INFO 83 [173] R:OK -2015-03-10 14:41:18 queue INFO 3 [174] -2015-03-10 14:41:18 queue INFO >3 [175] -2015-03-10 14:41:19 sendUrl INFO 3 [174] R:OK -2015-03-10 14:41:19 sendUrl INFO 3 [175] R:OK -2015-03-10 14:42:08 queue INFO >>3 [176] -2015-03-10 14:42:08 sendUrl INFO 3 [176] R:OK -2015-03-10 14:42:58 queue INFO >>3 [177] -2015-03-10 14:42:59 sendUrl INFO 3 [177] R:OK -2015-03-10 14:43:48 queue INFO >>3 [178] -2015-03-10 14:43:48 sendUrl INFO 3 [178] R:OK -2015-03-10 14:44:39 queue INFO >>3 [179] -2015-03-10 14:44:39 sendUrl INFO 3 [179] R:OK -2015-03-10 14:45:29 queue INFO >>3 [180] -2015-03-10 14:45:29 sendUrl INFO 3 [180] R:OK -2015-03-10 14:46:19 queue INFO >>3 [181] -2015-03-10 14:46:19 sendUrl INFO 3 [181] R:OK -2015-03-10 14:47:09 queue INFO >>3 [182] -2015-03-10 14:47:09 sendUrl INFO 3 [182] R:OK -2015-03-10 14:47:59 queue INFO >>3 [183] -2015-03-10 14:48:00 sendUrl INFO 3 [183] R:OK -2015-03-10 14:48:49 queue INFO >>3 [184] -2015-03-10 14:48:49 sendUrl INFO 3 [184] R:OK -2015-03-10 14:49:14 queue INFO 83 [185] -2015-03-10 14:49:14 queue INFO >83 [186] -2015-03-10 14:49:14 sendUrl INFO 83 [185] R:OK -2015-03-10 14:49:15 sendUrl INFO 83 [186] R:OK -2015-03-10 14:49:16 queue INFO 3 [187] -2015-03-10 14:49:16 sendUrl INFO 3 [187] R:OK -2015-03-10 14:49:16 queue INFO >3 [188] -2015-03-10 14:49:16 sendUrl INFO 3 [188] R:OK -2015-03-10 14:50:06 queue INFO >>3 [189] -2015-03-10 14:50:06 sendUrl INFO 3 [189] R:OK -2015-03-10 14:50:56 queue INFO >>3 [190] -2015-03-10 14:50:56 sendUrl INFO 3 [190] R:OK -2015-03-10 14:51:23 queue INFO 21 [191] -2015-03-10 14:51:23 queue INFO 1 [192] -2015-03-10 14:51:23 sendUrl INFO 21 [191] R:OK -2015-03-10 14:51:23 queue INFO >1 [193] -2015-03-10 14:51:24 sendUrl INFO 1 [192] R:OK -2015-03-10 14:51:24 sendUrl INFO 1 [193] R:OK -2015-03-10 14:51:36 queue INFO 21 [194] -2015-03-10 14:51:36 sendUrl INFO 21 [194] R:OK -2015-03-10 14:51:36 queue INFO 1 [195] -2015-03-10 14:51:36 queue INFO >1 [196] -2015-03-10 14:51:37 sendUrl INFO 1 [195] R:OK -2015-03-10 14:51:37 sendUrl INFO 1 [196] R:OK -2015-03-10 14:51:40 queue INFO 3 [197] -2015-03-10 14:51:41 queue INFO >3 [198] -2015-03-10 14:51:41 sendUrl INFO 3 [197] R:OK -2015-03-10 14:51:41 sendUrl INFO 3 [198] R:OK -2015-03-10 14:52:31 queue INFO >>3 [199] -2015-03-10 14:52:31 sendUrl INFO 3 [199] R:OK -2015-03-10 14:53:21 queue INFO >>3 [200] -2015-03-10 14:53:21 sendUrl INFO 3 [200] R:OK -2015-03-10 14:54:11 queue INFO >>3 [201] -2015-03-10 14:54:11 sendUrl INFO 3 [201] R:OK -2015-03-10 14:55:01 queue INFO >>3 [202] -2015-03-10 14:55:02 sendUrl INFO 3 [202] R:OK -2015-03-10 14:55:51 queue INFO >>3 [203] -2015-03-10 14:55:51 sendUrl INFO 3 [203] R:OK -2015-03-10 14:56:41 queue INFO >>3 [204] -2015-03-10 14:56:42 sendUrl INFO 3 [204] R:OK -2015-03-10 14:57:02 queue INFO 83 [205] -2015-03-10 14:57:02 sendUrl INFO 83 [205] R:OK -2015-03-10 14:57:02 queue INFO >83 [206] -2015-03-10 14:57:03 sendUrl INFO 83 [206] R:OK -2015-03-10 14:57:04 queue INFO 3 [207] -2015-03-10 14:57:04 queue INFO >3 [208] -2015-03-10 14:57:04 sendUrl INFO 3 [207] R:OK -2015-03-10 14:57:04 sendUrl INFO 3 [208] R:OK -2015-03-10 14:57:54 queue INFO >>3 [209] -2015-03-10 14:57:54 sendUrl INFO 3 [209] R:OK -2015-03-10 14:58:44 queue INFO >>3 [210] -2015-03-10 14:58:44 sendUrl INFO 3 [210] R:OK -2015-03-10 14:59:34 queue INFO >>3 [211] -2015-03-10 14:59:34 sendUrl INFO 3 [211] R:OK -2015-03-10 15:00:24 queue INFO >>3 [212] -2015-03-10 15:00:25 sendUrl INFO 3 [212] R:OK -2015-03-10 15:01:14 queue INFO >>3 [213] -2015-03-10 15:01:15 sendUrl INFO 3 [213] R:OK -2015-03-10 15:02:05 queue INFO >>3 [214] -2015-03-10 15:02:05 sendUrl INFO 3 [214] R:OK -2015-03-10 15:02:55 queue INFO >>3 [215] -2015-03-10 15:02:55 sendUrl INFO 3 [215] R:OK -2015-03-10 15:03:45 queue INFO >>3 [216] -2015-03-10 15:03:45 sendUrl INFO 3 [216] R:OK -2015-03-10 15:04:35 queue INFO >>3 [217] -2015-03-10 15:04:35 sendUrl INFO 3 [217] R:OK -2015-03-10 15:05:00 queue INFO 83 [218] -2015-03-10 15:05:00 queue INFO >83 [219] -2015-03-10 15:05:01 sendUrl INFO 83 [218] R:OK -2015-03-10 15:05:01 sendUrl INFO 83 [219] R:OK -2015-03-10 15:05:02 queue INFO 3 [220] -2015-03-10 15:05:02 queue INFO >3 [221] -2015-03-10 15:05:02 sendUrl INFO 3 [220] R:OK -2015-03-10 15:05:03 sendUrl INFO 3 [221] R:OK -2015-03-10 15:05:52 queue INFO >>3 [222] -2015-03-10 15:05:52 sendUrl INFO 3 [222] R:OK -2015-03-10 15:06:42 queue INFO >>3 [223] -2015-03-10 15:06:42 sendUrl INFO 3 [223] R:OK -2015-03-10 15:07:32 queue INFO >>3 [224] -2015-03-10 15:07:33 sendUrl INFO 3 [224] R:OK -2015-03-10 15:08:22 queue INFO >>3 [225] -2015-03-10 15:08:22 sendUrl INFO 3 [225] R:OK -2015-03-10 15:09:12 queue INFO >>3 [226] -2015-03-10 15:09:13 sendUrl INFO 3 [226] R:OK -2015-03-10 15:10:03 queue INFO >>3 [227] -2015-03-10 15:10:03 sendUrl INFO 3 [227] R:OK -2015-03-10 15:10:53 queue INFO >>3 [228] -2015-03-10 15:10:53 sendUrl INFO 3 [228] R:OK -2015-03-10 15:11:43 queue INFO >>3 [229] -2015-03-10 15:11:43 sendUrl INFO 3 [229] R:OK -2015-03-10 15:12:33 queue INFO >>3 [230] -2015-03-10 15:12:34 sendUrl INFO 3 [230] R:OK -2015-03-10 15:12:48 queue INFO 83 [231] -2015-03-10 15:12:48 queue INFO >83 [232] -2015-03-10 15:12:49 sendUrl INFO 83 [231] R:OK -2015-03-10 15:12:49 sendUrl INFO 83 [232] R:OK -2015-03-10 15:12:50 queue INFO 3 [233] -2015-03-10 15:12:50 queue INFO >3 [234] -2015-03-10 15:12:50 sendUrl INFO 3 [233] R:OK -2015-03-10 15:12:51 sendUrl INFO 3 [234] R:OK -2015-03-10 15:13:40 queue INFO >>3 [235] -2015-03-10 15:13:40 sendUrl INFO 3 [235] R:OK -2015-03-10 15:14:30 queue INFO >>3 [236] -2015-03-10 15:14:30 sendUrl INFO 3 [236] R:OK -2015-03-10 15:15:20 queue INFO >>3 [237] -2015-03-10 15:15:21 sendUrl INFO 3 [237] R:OK -2015-03-10 15:16:10 queue INFO >>3 [238] -2015-03-10 15:16:11 sendUrl INFO 3 [238] R:OK -2015-03-10 15:17:00 queue INFO >>3 [239] -2015-03-10 15:17:01 sendUrl INFO 3 [239] R:OK -2015-03-10 15:17:51 queue INFO >>3 [240] -2015-03-10 15:17:51 sendUrl INFO 3 [240] R:OK -2015-03-10 15:18:41 queue INFO >>3 [241] -2015-03-10 15:18:41 sendUrl INFO 3 [241] R:OK -2015-03-10 15:19:31 queue INFO >>3 [242] -2015-03-10 15:19:31 sendUrl INFO 3 [242] R:OK -2015-03-10 15:20:21 queue INFO >>3 [243] -2015-03-10 15:20:21 sendUrl INFO 3 [243] R:OK -2015-03-10 15:20:46 queue INFO 83 [244] -2015-03-10 15:20:46 sendUrl INFO 83 [244] R:OK -2015-03-10 15:20:46 queue INFO >83 [245] -2015-03-10 15:20:46 sendUrl INFO 83 [245] R:OK -2015-03-10 15:20:47 queue INFO 3 [246] -2015-03-10 15:20:48 queue INFO >3 [247] -2015-03-10 15:20:48 sendUrl INFO 3 [246] R:OK -2015-03-10 15:20:48 sendUrl INFO 3 [247] R:OK -2015-03-10 15:21:38 queue INFO >>3 [248] -2015-03-10 15:21:38 sendUrl INFO 3 [248] R:OK -2015-03-10 15:22:28 queue INFO >>3 [249] -2015-03-10 15:22:28 sendUrl INFO 3 [249] R:OK -2015-03-10 15:23:18 queue INFO >>3 [250] -2015-03-10 15:23:18 sendUrl INFO 3 [250] R:OK -2015-03-10 15:24:08 queue INFO >>3 [251] -2015-03-10 15:24:08 sendUrl INFO 3 [251] R:OK -2015-03-10 15:24:58 queue INFO >>3 [252] -2015-03-10 15:24:59 sendUrl INFO 3 [252] R:OK -2015-03-10 15:25:48 queue INFO >>3 [253] -2015-03-10 15:25:48 sendUrl INFO 3 [253] R:OK -2015-03-10 15:26:38 queue INFO >>3 [254] -2015-03-10 15:26:39 sendUrl INFO 3 [254] R:OK -2015-03-10 15:27:29 queue INFO >>3 [255] -2015-03-10 15:27:29 sendUrl INFO 3 [255] R:OK -2015-03-10 15:28:19 queue INFO >>3 [256] -2015-03-10 15:28:19 sendUrl INFO 3 [256] R:OK -2015-03-10 15:28:34 queue INFO 83 [257] -2015-03-10 15:28:34 queue INFO >83 [258] -2015-03-10 15:28:34 sendUrl INFO 83 [257] R:OK -2015-03-10 15:28:35 sendUrl INFO 83 [258] R:OK -2015-03-10 15:28:35 queue INFO 3 [259] -2015-03-10 15:28:36 sendUrl INFO 3 [259] R:OK -2015-03-10 15:28:36 queue INFO >3 [260] -2015-03-10 15:28:36 sendUrl INFO 3 [260] R:OK -2015-03-10 15:29:26 queue INFO >>3 [261] -2015-03-10 15:29:26 sendUrl INFO 3 [261] R:OK -2015-03-10 15:30:16 queue INFO >>3 [262] -2015-03-10 15:30:16 sendUrl INFO 3 [262] R:OK -2015-03-10 15:31:06 queue INFO >>3 [263] -2015-03-10 15:31:06 sendUrl INFO 3 [263] R:OK -2015-03-10 15:31:56 queue INFO >>3 [264] -2015-03-10 15:31:56 sendUrl INFO 3 [264] R:OK -2015-03-10 15:32:46 queue INFO >>3 [265] -2015-03-10 15:32:46 sendUrl INFO 3 [265] R:OK -2015-03-10 15:33:36 queue INFO >>3 [266] -2015-03-10 15:33:37 sendUrl INFO 3 [266] R:OK -2015-03-10 15:34:26 queue INFO >>3 [267] -2015-03-10 15:34:26 sendUrl INFO 3 [267] R:OK -2015-03-10 15:35:16 queue INFO >>3 [268] -2015-03-10 15:35:17 sendUrl INFO 3 [268] R:OK -2015-03-10 15:36:07 queue INFO >>3 [269] -2015-03-10 15:36:07 sendUrl INFO 3 [269] R:OK -2015-03-10 15:36:32 queue INFO 83 [270] -2015-03-10 15:36:32 sendUrl INFO 83 [270] R:OK -2015-03-10 15:36:32 queue INFO >83 [271] -2015-03-10 15:36:32 sendUrl INFO 83 [271] R:OK -2015-03-10 15:36:33 queue INFO 3 [272] -2015-03-10 15:36:33 queue INFO >3 [273] -2015-03-10 15:36:34 sendUrl INFO 3 [272] R:OK -2015-03-10 15:36:34 sendUrl INFO 3 [273] R:OK -2015-03-10 15:37:23 queue INFO >>3 [274] -2015-03-10 15:37:24 sendUrl INFO 3 [274] R:OK -2015-03-10 15:38:14 queue INFO >>3 [275] -2015-03-10 15:38:14 sendUrl INFO 3 [275] R:OK -2015-03-10 15:39:04 queue INFO >>3 [276] -2015-03-10 15:39:04 sendUrl INFO 3 [276] R:OK -2015-03-10 15:39:54 queue INFO >>3 [277] -2015-03-10 15:39:54 sendUrl INFO 3 [277] R:OK -2015-03-10 15:40:44 queue INFO >>3 [278] -2015-03-10 15:40:44 sendUrl INFO 3 [278] R:OK -2015-03-10 15:41:34 queue INFO >>3 [279] -2015-03-10 15:41:34 sendUrl INFO 3 [279] R:OK -2015-03-10 15:42:24 queue INFO >>3 [280] -2015-03-10 15:42:25 sendUrl INFO 3 [280] R:OK -2015-03-10 15:43:14 queue INFO >>3 [281] -2015-03-10 15:43:15 sendUrl INFO 3 [281] R:OK -2015-03-10 15:44:05 queue INFO >>3 [282] -2015-03-10 15:44:05 sendUrl INFO 3 [282] R:OK -2015-03-10 15:44:20 queue INFO 83 [283] -2015-03-10 15:44:20 queue INFO >83 [284] -2015-03-10 15:44:20 sendUrl INFO 83 [283] R:OK -2015-03-10 15:44:21 sendUrl INFO 83 [284] R:OK -2015-03-10 15:44:21 queue INFO 3 [285] -2015-03-10 15:44:22 queue INFO >3 [286] -2015-03-10 15:44:22 sendUrl INFO 3 [285] R:OK -2015-03-10 15:44:22 sendUrl INFO 3 [286] R:OK -2015-03-10 15:45:12 queue INFO >>3 [287] -2015-03-10 15:45:12 sendUrl INFO 3 [287] R:OK -2015-03-10 15:46:02 queue INFO >>3 [288] -2015-03-10 15:46:02 sendUrl INFO 3 [288] R:OK -2015-03-10 15:46:52 queue INFO >>3 [289] -2015-03-10 15:46:52 sendUrl INFO 3 [289] R:OK -2015-03-10 15:47:42 queue INFO >>3 [290] -2015-03-10 15:47:42 sendUrl INFO 3 [290] R:OK -2015-03-10 15:48:32 queue INFO >>3 [291] -2015-03-10 15:48:33 sendUrl INFO 3 [291] R:OK -2015-03-10 15:49:22 queue INFO >>3 [292] -2015-03-10 15:49:23 sendUrl INFO 3 [292] R:OK -2015-03-10 15:50:13 queue INFO >>3 [293] -2015-03-10 15:50:13 sendUrl INFO 3 [293] R:OK -2015-03-10 15:51:03 queue INFO >>3 [294] -2015-03-10 15:51:03 sendUrl INFO 3 [294] R:OK -2015-03-10 15:51:53 queue INFO >>3 [295] -2015-03-10 15:51:53 sendUrl INFO 3 [295] R:OK -2015-03-10 15:52:17 queue INFO 83 [296] -2015-03-10 15:52:18 queue INFO >83 [297] -2015-03-10 15:52:18 sendUrl INFO 83 [296] R:OK -2015-03-10 15:52:18 sendUrl INFO 83 [297] R:OK -2015-03-10 15:52:19 queue INFO 3 [298] -2015-03-10 15:52:19 sendUrl INFO 3 [298] R:OK -2015-03-10 15:52:19 queue INFO >3 [299] -2015-03-10 15:52:20 sendUrl INFO 3 [299] R:OK -2015-03-10 15:53:09 queue INFO >>3 [300] -2015-03-10 15:53:09 sendUrl INFO 3 [300] R:OK -2015-03-10 15:53:59 queue INFO >>3 [301] -2015-03-10 15:54:00 sendUrl INFO 3 [301] R:OK -2015-03-10 15:54:49 queue INFO >>3 [302] -2015-03-10 15:54:50 sendUrl INFO 3 [302] R:OK -2015-03-10 15:55:40 queue INFO >>3 [303] -2015-03-10 15:55:40 sendUrl INFO 3 [303] R:OK -2015-03-10 15:56:30 queue INFO >>3 [304] -2015-03-10 15:56:30 sendUrl INFO 3 [304] R:OK -2015-03-10 15:57:20 queue INFO >>3 [305] -2015-03-10 15:57:20 sendUrl INFO 3 [305] R:OK -2015-03-10 15:58:10 queue INFO >>3 [306] -2015-03-10 15:58:10 sendUrl INFO 3 [306] R:OK -2015-03-10 15:59:00 queue INFO >>3 [307] -2015-03-10 15:59:00 sendUrl INFO 3 [307] R:OK -2015-03-10 15:59:50 queue INFO >>3 [308] -2015-03-10 15:59:51 sendUrl INFO 3 [308] R:OK -2015-03-10 16:00:06 queue INFO 83 [309] -2015-03-10 16:00:06 sendUrl INFO 83 [309] R:OK -2015-03-10 16:00:06 queue INFO >83 [310] -2015-03-10 16:00:06 sendUrl INFO 83 [310] R:OK -2015-03-10 16:00:07 queue INFO 3 [311] -2015-03-10 16:00:07 queue INFO >3 [312] -2015-03-10 16:00:08 sendUrl INFO 3 [311] R:OK -2015-03-10 16:00:08 sendUrl INFO 3 [312] R:OK -2015-03-10 16:00:57 queue INFO >>3 [313] -2015-03-10 16:00:58 sendUrl INFO 3 [313] R:OK -2015-03-10 16:01:48 queue INFO >>3 [314] -2015-03-10 16:01:48 sendUrl INFO 3 [314] R:OK -2015-03-10 16:02:38 queue INFO >>3 [315] -2015-03-10 16:02:38 sendUrl INFO 3 [315] R:OK -2015-03-10 16:03:28 queue INFO >>3 [316] -2015-03-10 16:03:28 sendUrl INFO 3 [316] R:OK -2015-03-10 16:04:15 queue INFO 21 [317] -2015-03-10 16:04:16 queue INFO 1 [318] -2015-03-10 16:04:16 queue INFO >1 [319] -2015-03-10 16:04:16 sendUrl INFO 21 [317] R:OK -2015-03-10 16:04:16 sendUrl INFO 1 [318] R:OK -2015-03-10 16:04:17 sendUrl INFO 1 [319] R:OK -2015-03-10 16:04:37 queue INFO 3 [320] -2015-03-10 16:04:37 queue INFO >3 [321] -2015-03-10 16:04:37 sendUrl INFO 3 [320] R:OK -2015-03-10 16:04:38 sendUrl INFO 3 [321] R:OK -2015-03-10 16:05:27 queue INFO >>3 [322] -2015-03-10 16:05:27 sendUrl INFO 3 [322] R:OK -2015-03-10 16:06:17 queue INFO >>3 [323] -2015-03-10 16:06:17 sendUrl INFO 3 [323] R:OK -2015-03-10 16:07:07 queue INFO >>3 [324] -2015-03-10 16:07:08 sendUrl INFO 3 [324] R:OK -2015-03-10 16:07:57 queue INFO >>3 [325] -2015-03-10 16:07:57 sendUrl INFO 3 [325] R:OK -2015-03-10 16:08:03 queue INFO 83 [326] -2015-03-10 16:08:03 queue INFO >83 [327] -2015-03-10 16:08:04 sendUrl INFO 83 [326] R:OK -2015-03-10 16:08:04 sendUrl INFO 83 [327] R:OK -2015-03-10 16:08:05 queue INFO 3 [328] -2015-03-10 16:08:05 sendUrl INFO 3 [328] R:OK -2015-03-10 16:08:05 queue INFO >3 [329] -2015-03-10 16:08:06 sendUrl INFO 3 [329] R:OK -2015-03-10 16:08:41 queue INFO 21 [330] -2015-03-10 16:08:42 queue INFO 1 [331] -2015-03-10 16:08:42 queue INFO >1 [332] -2015-03-10 16:08:42 sendUrl INFO 21 [330] R:OK -2015-03-10 16:08:42 sendUrl INFO 1 [331] R:OK -2015-03-10 16:08:43 sendUrl INFO 1 [332] R:OK -2015-03-10 16:08:51 queue INFO 3 [333] -2015-03-10 16:08:51 sendUrl INFO 3 [333] R:OK -2015-03-10 16:08:51 queue INFO >3 [334] -2015-03-10 16:08:52 sendUrl INFO 3 [334] R:OK -2015-03-10 16:09:41 queue INFO >>3 [335] -2015-03-10 16:09:42 sendUrl INFO 3 [335] R:OK -2015-03-10 16:10:32 queue INFO >>3 [336] -2015-03-10 16:10:32 sendUrl INFO 3 [336] R:OK -2015-03-10 16:11:22 queue INFO >>3 [337] -2015-03-10 16:11:22 sendUrl INFO 3 [337] R:OK -2015-03-10 16:12:12 queue INFO >>3 [338] -2015-03-10 16:12:12 sendUrl INFO 3 [338] R:OK -2015-03-10 16:13:02 queue INFO >>3 [339] -2015-03-10 16:13:03 sendUrl INFO 3 [339] R:OK -2015-03-10 16:13:52 queue INFO >>3 [340] -2015-03-10 16:13:52 sendUrl INFO 3 [340] R:OK -2015-03-10 16:14:42 queue INFO >>3 [341] -2015-03-10 16:14:43 sendUrl INFO 3 [341] R:OK -2015-03-10 16:15:32 queue INFO >>3 [342] -2015-03-10 16:15:33 sendUrl INFO 3 [342] R:OK -2015-03-10 16:15:51 queue INFO 83 [343] -2015-03-10 16:15:52 queue INFO >83 [344] -2015-03-10 16:15:52 sendUrl INFO 83 [343] R:OK -2015-03-10 16:15:52 sendUrl INFO 83 [344] R:OK -2015-03-10 16:15:53 queue INFO 3 [345] -2015-03-10 16:15:53 queue INFO >3 [346] -2015-03-10 16:15:54 sendUrl INFO 3 [345] R:OK -2015-03-10 16:15:54 sendUrl INFO 3 [346] R:OK -2015-03-10 16:16:43 queue INFO >>3 [347] -2015-03-10 16:16:44 sendUrl INFO 3 [347] R:OK -2015-03-10 16:17:33 queue INFO >>3 [348] -2015-03-10 16:17:34 sendUrl INFO 3 [348] R:OK -2015-03-10 16:18:24 queue INFO >>3 [349] -2015-03-10 16:18:24 sendUrl INFO 3 [349] R:OK -2015-03-10 16:19:14 queue INFO >>3 [350] -2015-03-10 16:19:14 sendUrl INFO 3 [350] R:OK -2015-03-10 16:20:04 queue INFO >>3 [351] -2015-03-10 16:20:04 sendUrl INFO 3 [351] R:OK -2015-03-10 16:20:54 queue INFO >>3 [352] -2015-03-10 16:20:54 sendUrl INFO 3 [352] R:OK -2015-03-10 16:21:44 queue INFO >>3 [353] -2015-03-10 16:21:45 sendUrl INFO 3 [353] R:OK -2015-03-10 16:22:34 queue INFO >>3 [354] -2015-03-10 16:22:35 sendUrl INFO 3 [354] R:OK -2015-03-10 16:23:24 queue INFO >>3 [355] -2015-03-10 16:23:25 sendUrl INFO 3 [355] R:OK -2015-03-10 16:23:49 queue INFO 83 [356] -2015-03-10 16:23:49 queue INFO >83 [357] -2015-03-10 16:23:49 sendUrl INFO 83 [356] R:OK -2015-03-10 16:23:50 sendUrl INFO 83 [357] R:OK -2015-03-10 16:23:51 queue INFO 3 [358] -2015-03-10 16:23:51 sendUrl INFO 3 [358] R:OK -2015-03-10 16:23:51 queue INFO >3 [359] -2015-03-10 16:23:51 sendUrl INFO 3 [359] R:OK -2015-03-10 16:24:41 queue INFO >>3 [360] -2015-03-10 16:24:41 sendUrl INFO 3 [360] R:OK -2015-03-10 16:25:31 queue INFO >>3 [361] -2015-03-10 16:25:32 sendUrl INFO 3 [361] R:OK -2015-03-10 16:26:21 queue INFO >>3 [362] -2015-03-10 16:26:21 sendUrl INFO 3 [362] R:OK -2015-03-10 16:27:11 queue INFO >>3 [363] -2015-03-10 16:27:12 sendUrl INFO 3 [363] R:OK -2015-03-10 16:28:02 queue INFO >>3 [364] -2015-03-10 16:28:02 sendUrl INFO 3 [364] R:OK -2015-03-10 16:28:52 queue INFO >>3 [365] -2015-03-10 16:28:52 sendUrl INFO 3 [365] R:OK -2015-03-10 16:29:42 queue INFO >>3 [366] -2015-03-10 16:29:42 sendUrl INFO 3 [366] R:OK -2015-03-10 16:30:32 queue INFO >>3 [367] -2015-03-10 16:30:32 sendUrl INFO 3 [367] R:OK -2015-03-10 16:31:22 queue INFO >>3 [368] -2015-03-10 16:31:22 sendUrl INFO 3 [368] R:OK -2015-03-10 16:31:37 queue INFO 83 [369] -2015-03-10 16:31:37 queue INFO >83 [370] -2015-03-10 16:31:38 sendUrl INFO 83 [369] R:OK -2015-03-10 16:31:38 sendUrl INFO 83 [370] R:OK -2015-03-10 16:31:39 queue INFO 3 [371] -2015-03-10 16:31:39 queue INFO >3 [372] -2015-03-10 16:31:39 sendUrl INFO 3 [371] R:OK -2015-03-10 16:31:40 sendUrl INFO 3 [372] R:OK -2015-03-10 16:32:29 queue INFO >>3 [373] -2015-03-10 16:32:29 sendUrl INFO 3 [373] R:OK -2015-03-10 16:33:19 queue INFO >>3 [374] -2015-03-10 16:33:19 sendUrl INFO 3 [374] R:OK -2015-03-10 16:34:09 queue INFO >>3 [375] -2015-03-10 16:34:10 sendUrl INFO 3 [375] R:OK -2015-03-10 16:34:59 queue INFO >>3 [376] -2015-03-10 16:35:00 sendUrl INFO 3 [376] R:OK -2015-03-10 16:35:50 queue INFO >>3 [377] -2015-03-10 16:35:50 sendUrl INFO 3 [377] R:OK -2015-03-10 16:36:40 queue INFO >>3 [378] -2015-03-10 16:36:40 sendUrl INFO 3 [378] R:OK -2015-03-10 16:37:30 queue INFO >>3 [379] -2015-03-10 16:37:30 sendUrl INFO 3 [379] R:OK -2015-03-10 16:38:20 queue INFO >>3 [380] -2015-03-10 16:38:20 sendUrl INFO 3 [380] R:OK -2015-03-10 16:39:10 queue INFO >>3 [381] -2015-03-10 16:39:11 sendUrl INFO 3 [381] R:OK -2015-03-10 16:40:00 queue INFO >>3 [382] -2015-03-10 16:40:00 sendUrl INFO 3 [382] R:OK -2015-03-10 16:40:18 queue INFO 83 [383] -2015-03-10 16:40:19 sendUrl INFO 83 [383] R:OK -2015-03-10 16:40:19 queue INFO >83 [384] -2015-03-10 16:40:19 sendUrl INFO 83 [384] R:OK -2015-03-10 16:40:20 queue INFO 3 [385] -2015-03-10 16:40:20 queue INFO >3 [386] -2015-03-10 16:40:21 sendUrl INFO 3 [385] R:OK -2015-03-10 16:40:21 sendUrl INFO 3 [386] R:OK -2015-03-10 16:41:10 queue INFO >>3 [387] -2015-03-10 16:41:10 sendUrl INFO 3 [387] R:OK -2015-03-10 16:42:00 queue INFO >>3 [388] -2015-03-10 16:42:01 sendUrl INFO 3 [388] R:OK -2015-03-10 16:42:50 queue INFO >>3 [389] -2015-03-10 16:42:51 sendUrl INFO 3 [389] R:OK -2015-03-10 16:43:41 queue INFO >>3 [390] -2015-03-10 16:43:41 sendUrl INFO 3 [390] R:OK -2015-03-10 16:44:31 queue INFO >>3 [391] -2015-03-10 16:44:31 sendUrl INFO 3 [391] R:OK -2015-03-10 16:45:21 queue INFO >>3 [392] -2015-03-10 16:45:21 sendUrl INFO 3 [392] R:OK -2015-03-10 16:46:11 queue INFO >>3 [393] -2015-03-10 16:46:11 sendUrl INFO 3 [393] R:OK -2015-03-10 16:47:01 queue INFO >>3 [394] -2015-03-10 16:47:02 sendUrl INFO 3 [394] R:OK -2015-03-10 16:47:51 queue INFO >>3 [395] -2015-03-10 16:47:52 sendUrl INFO 3 [395] R:OK -2015-03-10 16:48:06 queue INFO 83 [396] -2015-03-10 16:48:07 queue INFO >83 [397] -2015-03-10 16:48:07 sendUrl INFO 83 [396] R:OK -2015-03-10 16:48:07 sendUrl INFO 83 [397] R:OK -2015-03-10 16:48:08 queue INFO 3 [398] -2015-03-10 16:48:08 sendUrl INFO 3 [398] R:OK -2015-03-10 16:48:08 queue INFO >3 [399] -2015-03-10 16:48:09 sendUrl INFO 3 [399] R:OK -2015-03-10 16:48:58 queue INFO >>3 [400] -2015-03-10 16:48:59 sendUrl INFO 3 [400] R:OK -2015-03-10 16:49:48 queue INFO >>3 [401] -2015-03-10 16:49:49 sendUrl INFO 3 [401] R:OK -2015-03-10 16:50:38 queue INFO >>3 [402] -2015-03-10 16:50:39 sendUrl INFO 3 [402] R:OK -2015-03-10 16:51:29 queue INFO >>3 [403] -2015-03-10 16:51:29 sendUrl INFO 3 [403] R:OK -2015-03-10 16:52:19 queue INFO >>3 [404] -2015-03-10 16:52:19 sendUrl INFO 3 [404] R:OK -2015-03-10 16:53:09 queue INFO >>3 [405] -2015-03-10 16:53:09 sendUrl INFO 3 [405] R:OK -2015-03-10 16:53:59 queue INFO >>3 [406] -2015-03-10 16:54:00 sendUrl INFO 3 [406] R:OK -2015-03-10 16:54:49 queue INFO >>3 [407] -2015-03-10 16:54:49 sendUrl INFO 3 [407] R:OK -2015-03-10 16:55:39 queue INFO >>3 [408] -2015-03-10 16:55:40 sendUrl INFO 3 [408] R:OK -2015-03-10 16:56:04 queue INFO 83 [409] -2015-03-10 16:56:04 queue INFO >83 [410] -2015-03-10 16:56:04 sendUrl INFO 83 [409] R:OK -2015-03-10 16:56:05 sendUrl INFO 83 [410] R:OK -2015-03-10 16:56:05 queue INFO 3 [411] -2015-03-10 16:56:06 queue INFO >3 [412] -2015-03-10 16:56:06 sendUrl INFO 3 [411] R:OK -2015-03-10 16:56:06 sendUrl INFO 3 [412] R:OK -2015-03-10 16:56:15 queue INFO 9 [413] -2015-03-10 16:56:15 queue INFO >9 [414] -2015-03-10 16:56:15 sendUrl INFO 9 [413] R:OK -2015-03-10 16:56:15 sendUrl INFO 9 [414] R:OK -2015-03-10 16:57:03 queue INFO 29 [415] -2015-03-10 16:57:03 sendUrl INFO 29 [415] R:OK -2015-03-10 16:57:03 queue INFO >29 [416] -2015-03-10 16:57:03 queue INFO 21 [417] -2015-03-10 16:57:03 queue INFO >21 [418] -2015-03-10 16:57:03 sendUrl INFO 29 [416] R:OK -2015-03-10 16:57:04 sendUrl INFO 21 [417] R:OK -2015-03-10 16:57:04 sendUrl INFO 21 [418] R:OK -2015-03-10 16:57:32 queue INFO 1 [419] -2015-03-10 16:57:33 sendUrl INFO 1 [419] R:OK -2015-03-10 16:57:33 queue INFO >1 [420] -2015-03-10 16:57:33 sendUrl INFO 1 [420] R:OK -2015-03-10 16:57:41 queue INFO 3 [421] -2015-03-10 16:57:41 queue INFO >3 [422] -2015-03-10 16:57:41 sendUrl INFO 3 [421] R:OK -2015-03-10 16:57:42 sendUrl INFO 3 [422] R:OK -2015-03-10 16:58:31 queue INFO >>3 [423] -2015-03-10 16:58:31 sendUrl INFO 3 [423] R:OK -2015-03-10 16:59:21 queue INFO >>3 [424] -2015-03-10 16:59:21 sendUrl INFO 3 [424] R:OK -2015-03-10 17:00:11 queue INFO >>3 [425] -2015-03-10 17:00:12 sendUrl INFO 3 [425] R:OK -2015-03-10 17:01:01 queue INFO >>3 [426] -2015-03-10 17:01:01 sendUrl INFO 3 [426] R:OK -2015-03-10 17:01:51 queue INFO >>3 [427] -2015-03-10 17:01:52 sendUrl INFO 3 [427] R:OK -2015-03-10 17:02:41 queue INFO >>3 [428] -2015-03-10 17:02:42 sendUrl INFO 3 [428] R:OK -2015-03-10 17:03:32 queue INFO >>3 [429] -2015-03-10 17:03:32 sendUrl INFO 3 [429] R:OK -2015-03-10 17:04:22 queue INFO >>3 [430] -2015-03-10 17:04:22 sendUrl INFO 3 [430] R:OK -2015-03-10 17:04:56 queue INFO 83 [431] -2015-03-10 17:04:57 queue INFO >83 [432] -2015-03-10 17:04:57 sendUrl INFO 83 [431] R:OK -2015-03-10 17:04:57 sendUrl INFO 83 [432] R:OK -2015-03-10 17:04:58 queue INFO 3 [433] -2015-03-10 17:04:58 queue INFO >3 [434] -2015-03-10 17:04:59 sendUrl INFO 3 [433] R:OK -2015-03-10 17:04:59 sendUrl INFO 3 [434] R:OK -2015-03-10 17:05:48 queue INFO >>3 [435] -2015-03-10 17:05:49 sendUrl INFO 3 [435] R:OK -2015-03-10 17:06:38 queue INFO >>3 [436] -2015-03-10 17:06:39 sendUrl INFO 3 [436] R:OK -2015-03-10 17:07:29 queue INFO >>3 [437] -2015-03-10 17:07:29 sendUrl INFO 3 [437] R:OK -2015-03-10 17:08:19 queue INFO >>3 [438] -2015-03-10 17:08:19 sendUrl INFO 3 [438] R:OK -2015-03-10 17:09:09 queue INFO >>3 [439] -2015-03-10 17:09:09 sendUrl INFO 3 [439] R:OK -2015-03-10 17:09:59 queue INFO >>3 [440] -2015-03-10 17:10:00 sendUrl INFO 3 [440] R:OK -2015-03-10 17:10:49 queue INFO >>3 [441] -2015-03-10 17:10:49 sendUrl INFO 3 [441] R:OK -2015-03-10 17:11:39 queue INFO >>3 [442] -2015-03-10 17:11:40 sendUrl INFO 3 [442] R:OK -2015-03-10 17:12:29 queue INFO >>3 [443] -2015-03-10 17:12:30 sendUrl INFO 3 [443] R:OK -2015-03-10 17:12:54 queue INFO 83 [444] -2015-03-10 17:12:55 queue INFO >83 [445] -2015-03-10 17:12:55 sendUrl INFO 83 [444] R:OK -2015-03-10 17:12:55 sendUrl INFO 83 [445] R:OK -2015-03-10 17:12:56 queue INFO 3 [446] -2015-03-10 17:12:56 queue INFO >3 [447] -2015-03-10 17:12:56 sendUrl INFO 3 [446] R:OK -2015-03-10 17:12:57 sendUrl INFO 3 [447] R:OK -2015-03-10 17:13:46 queue INFO >>3 [448] -2015-03-10 17:13:47 sendUrl INFO 3 [448] R:OK -2015-03-10 17:14:36 queue INFO >>3 [449] -2015-03-10 17:14:36 sendUrl INFO 3 [449] R:OK -2015-03-10 17:15:26 queue INFO >>3 [450] -2015-03-10 17:15:27 sendUrl INFO 3 [450] R:OK -2015-03-10 17:16:17 queue INFO >>3 [451] -2015-03-10 17:16:17 sendUrl INFO 3 [451] R:OK -2015-03-10 17:17:07 queue INFO >>3 [452] -2015-03-10 17:17:07 sendUrl INFO 3 [452] R:OK -2015-03-10 17:17:57 queue INFO >>3 [453] -2015-03-10 17:17:57 sendUrl INFO 3 [453] R:OK -2015-03-10 17:18:47 queue INFO >>3 [454] -2015-03-10 17:18:48 sendUrl INFO 3 [454] R:OK -2015-03-10 17:19:37 queue INFO >>3 [455] -2015-03-10 17:19:37 sendUrl INFO 3 [455] R:OK -2015-03-10 17:20:27 queue INFO >>3 [456] -2015-03-10 17:20:28 sendUrl INFO 3 [456] R:OK -2015-03-10 17:20:42 queue INFO 83 [457] -2015-03-10 17:20:43 queue INFO >83 [458] -2015-03-10 17:20:43 sendUrl INFO 83 [457] R:OK -2015-03-10 17:20:43 sendUrl INFO 83 [458] R:OK -2015-03-10 17:20:44 queue INFO 3 [459] -2015-03-10 17:20:44 queue INFO >3 [460] -2015-03-10 17:20:44 sendUrl INFO 3 [459] R:OK -2015-03-10 17:20:45 sendUrl INFO 3 [460] R:OK -2015-03-10 17:21:34 queue INFO >>3 [461] -2015-03-10 17:21:35 sendUrl INFO 3 [461] R:OK -2015-03-10 17:22:24 queue INFO >>3 [462] -2015-03-10 17:22:25 sendUrl INFO 3 [462] R:OK -2015-03-10 17:23:14 queue INFO >>3 [463] -2015-03-10 17:23:15 sendUrl INFO 3 [463] R:OK -2015-03-10 17:24:05 queue INFO >>3 [464] -2015-03-10 17:24:05 sendUrl INFO 3 [464] R:OK -2015-03-10 17:24:55 queue INFO >>3 [465] -2015-03-10 17:24:55 sendUrl INFO 3 [465] R:OK -2015-03-10 17:25:45 queue INFO >>3 [466] -2015-03-10 17:25:45 sendUrl INFO 3 [466] R:OK -2015-03-10 17:26:35 queue INFO >>3 [467] -2015-03-10 17:26:35 sendUrl INFO 3 [467] R:OK -2015-03-10 17:27:25 queue INFO >>3 [468] -2015-03-10 17:27:26 sendUrl INFO 3 [468] R:OK -2015-03-10 17:28:15 queue INFO >>3 [469] -2015-03-10 17:28:15 sendUrl INFO 3 [469] R:OK -2015-03-10 17:28:40 queue INFO 83 [470] -2015-03-10 17:28:40 queue INFO >83 [471] -2015-03-10 17:28:41 sendUrl INFO 83 [470] R:OK -2015-03-10 17:28:41 sendUrl INFO 83 [471] R:OK -2015-03-10 17:28:42 queue INFO 3 [472] -2015-03-10 17:28:42 queue INFO >3 [473] -2015-03-10 17:28:42 sendUrl INFO 3 [472] R:OK -2015-03-10 17:28:43 sendUrl INFO 3 [473] R:OK -2015-03-10 17:29:32 queue INFO >>3 [474] -2015-03-10 17:29:32 sendUrl INFO 3 [474] R:OK -2015-03-10 17:30:22 queue INFO >>3 [475] -2015-03-10 17:30:22 sendUrl INFO 3 [475] R:OK -2015-03-10 17:30:34 queue INFO 21 [476] -2015-03-10 17:30:34 queue INFO 1 [477] -2015-03-10 17:30:34 sendUrl INFO 21 [476] R:OK -2015-03-10 17:30:34 queue INFO >1 [478] -2015-03-10 17:30:35 sendUrl INFO 1 [477] R:OK -2015-03-10 17:30:35 sendUrl INFO 1 [478] R:OK -2015-03-10 17:30:44 queue INFO 3 [479] -2015-03-10 17:30:45 queue INFO >3 [480] -2015-03-10 17:30:45 sendUrl INFO 3 [479] R:OK -2015-03-10 17:30:45 sendUrl INFO 3 [480] R:OK -2015-03-10 17:31:35 queue INFO >>3 [481] -2015-03-10 17:31:35 sendUrl INFO 3 [481] R:OK -2015-03-10 17:32:25 queue INFO >>3 [482] -2015-03-10 17:32:25 sendUrl INFO 3 [482] R:OK -2015-03-10 17:33:15 queue INFO >>3 [483] -2015-03-10 17:33:15 sendUrl INFO 3 [483] R:OK -2015-03-10 17:34:05 queue INFO >>3 [484] -2015-03-10 17:34:05 sendUrl INFO 3 [484] R:OK -2015-03-10 17:34:55 queue INFO >>3 [485] -2015-03-10 17:34:56 sendUrl INFO 3 [485] R:OK -2015-03-10 17:35:45 queue INFO >>3 [486] -2015-03-10 17:35:46 sendUrl INFO 3 [486] R:OK -2015-03-10 17:36:28 queue INFO 83 [487] -2015-03-10 17:36:28 queue INFO >83 [488] -2015-03-10 17:36:29 sendUrl INFO 83 [487] R:OK -2015-03-10 17:36:29 sendUrl INFO 83 [488] R:OK -2015-03-10 17:36:30 queue INFO 3 [489] -2015-03-10 17:36:30 queue INFO >3 [490] -2015-03-10 17:36:30 sendUrl INFO 3 [489] R:OK -2015-03-10 17:36:31 sendUrl INFO 3 [490] R:OK -2015-03-10 17:37:20 queue INFO >>3 [491] -2015-03-10 17:37:21 sendUrl INFO 3 [491] R:OK -2015-03-10 17:38:10 queue INFO >>3 [492] -2015-03-10 17:38:10 sendUrl INFO 3 [492] R:OK -2015-03-10 17:39:00 queue INFO >>3 [493] -2015-03-10 17:39:01 sendUrl INFO 3 [493] R:OK -2015-03-10 17:39:50 queue INFO >>3 [494] -2015-03-10 17:39:51 sendUrl INFO 3 [494] R:OK -2015-03-10 17:40:41 queue INFO >>3 [495] -2015-03-10 17:40:41 sendUrl INFO 3 [495] R:OK -2015-03-10 17:41:31 queue INFO >>3 [496] -2015-03-10 17:41:31 sendUrl INFO 3 [496] R:OK -2015-03-10 17:42:21 queue INFO >>3 [497] -2015-03-10 17:42:21 sendUrl INFO 3 [497] R:OK -2015-03-10 17:43:11 queue INFO >>3 [498] -2015-03-10 17:43:11 sendUrl INFO 3 [498] R:OK -2015-03-10 17:44:01 queue INFO >>3 [499] -2015-03-10 17:44:01 sendUrl INFO 3 [499] R:OK -2015-03-10 17:44:26 queue INFO 83 [500] -2015-03-10 17:44:26 queue INFO >83 [501] -2015-03-10 17:44:26 sendUrl INFO 83 [500] R:OK -2015-03-10 17:44:27 sendUrl INFO 83 [501] R:OK -2015-03-10 17:44:28 queue INFO 3 [502] -2015-03-10 17:44:28 queue INFO >3 [503] -2015-03-10 17:44:28 sendUrl INFO 3 [502] R:OK -2015-03-10 17:44:28 sendUrl INFO 3 [503] R:OK -2015-03-10 17:45:18 queue INFO >>3 [504] -2015-03-10 17:45:18 sendUrl INFO 3 [504] R:OK -2015-03-10 17:46:08 queue INFO >>3 [505] -2015-03-10 17:46:08 sendUrl INFO 3 [505] R:OK -2015-03-10 17:46:58 queue INFO >>3 [506] -2015-03-10 17:46:58 sendUrl INFO 3 [506] R:OK -2015-03-10 17:47:48 queue INFO >>3 [507] -2015-03-10 17:47:48 sendUrl INFO 3 [507] R:OK -2015-03-10 17:48:38 queue INFO >>3 [508] -2015-03-10 17:48:39 sendUrl INFO 3 [508] R:OK -2015-03-10 17:49:28 queue INFO >>3 [509] -2015-03-10 17:49:29 sendUrl INFO 3 [509] R:OK -2015-03-10 17:50:19 queue INFO >>3 [510] -2015-03-10 17:50:19 sendUrl INFO 3 [510] R:OK -2015-03-10 17:51:09 queue INFO >>3 [511] -2015-03-10 17:51:09 sendUrl INFO 3 [511] R:OK -2015-03-10 17:51:59 queue INFO >>3 [512] -2015-03-10 17:51:59 sendUrl INFO 3 [512] R:OK -2015-03-10 17:52:14 queue INFO 83 [513] -2015-03-10 17:52:14 queue INFO >83 [514] -2015-03-10 17:52:15 sendUrl INFO 83 [513] R:OK -2015-03-10 17:52:15 sendUrl INFO 83 [514] R:OK -2015-03-10 17:52:16 queue INFO 3 [515] -2015-03-10 17:52:16 queue INFO >3 [516] -2015-03-10 17:52:16 sendUrl INFO 3 [515] R:OK -2015-03-10 17:52:17 sendUrl INFO 3 [516] R:OK -2015-03-10 17:52:39 queue INFO 21 [517] -2015-03-10 17:52:39 queue INFO 1 [518] -2015-03-10 17:52:39 queue INFO >1 [519] -2015-03-10 17:52:39 sendUrl INFO 21 [517] R:OK -2015-03-10 17:52:40 sendUrl INFO 1 [518] R:OK -2015-03-10 17:52:40 sendUrl INFO 1 [519] R:OK -2015-03-10 17:52:46 queue INFO 3 [520] -2015-03-10 17:52:46 queue INFO >3 [521] -2015-03-10 17:52:47 sendUrl INFO 3 [520] R:OK -2015-03-10 17:52:47 sendUrl INFO 3 [521] R:OK -2015-03-10 17:52:52 queue INFO 21 [522] -2015-03-10 17:52:52 queue INFO 1 [523] -2015-03-10 17:52:53 queue INFO >1 [524] -2015-03-10 17:52:53 sendUrl INFO 21 [522] R:OK -2015-03-10 17:52:53 sendUrl INFO 1 [523] R:OK -2015-03-10 17:52:54 sendUrl INFO 1 [524] R:OK -2015-03-10 17:53:02 queue INFO 3 [525] -2015-03-10 17:53:02 queue INFO >3 [526] -2015-03-10 17:53:02 sendUrl INFO 3 [525] R:OK -2015-03-10 17:53:03 sendUrl INFO 3 [526] R:OK -2015-03-10 17:53:52 queue INFO >>3 [527] -2015-03-10 17:53:52 sendUrl INFO 3 [527] R:OK -2015-03-10 17:54:42 queue INFO >>3 [528] -2015-03-10 17:54:43 sendUrl INFO 3 [528] R:OK -2015-03-10 17:55:32 queue INFO >>3 [529] -2015-03-10 17:55:33 sendUrl INFO 3 [529] R:OK -2015-03-10 17:56:23 queue INFO >>3 [530] -2015-03-10 17:56:23 sendUrl INFO 3 [530] R:OK -2015-03-10 17:57:13 queue INFO >>3 [531] -2015-03-10 17:57:13 sendUrl INFO 3 [531] R:OK -2015-03-10 17:58:03 queue INFO >>3 [532] -2015-03-10 17:58:03 sendUrl INFO 3 [532] R:OK -2015-03-10 17:58:53 queue INFO >>3 [533] -2015-03-10 17:58:53 sendUrl INFO 3 [533] R:OK -2015-03-10 17:59:43 queue INFO >>3 [534] -2015-03-10 17:59:44 sendUrl INFO 3 [534] R:OK -2015-03-10 18:00:33 queue INFO >>3 [535] -2015-03-10 18:00:34 sendUrl INFO 3 [535] R:OK -2015-03-10 18:01:23 queue INFO >>3 [536] -2015-03-10 18:01:24 sendUrl INFO 3 [536] R:OK -2015-03-10 18:02:14 queue INFO >>3 [537] -2015-03-10 18:02:14 sendUrl INFO 3 [537] R:OK -2015-03-10 18:03:04 queue INFO >>3 [538] -2015-03-10 18:03:04 sendUrl INFO 3 [538] R:OK -2015-03-10 18:03:54 queue INFO >>3 [539] -2015-03-10 18:03:54 sendUrl INFO 3 [539] R:OK -2015-03-10 18:04:44 queue INFO >>3 [540] -2015-03-10 18:04:45 sendUrl INFO 3 [540] R:OK -2015-03-10 18:05:10 queue INFO 83 [541] -2015-03-10 18:05:10 sendUrl INFO 83 [541] R:OK -2015-03-10 18:05:10 queue INFO >83 [542] -2015-03-10 18:05:11 sendUrl INFO 83 [542] R:OK -2015-03-10 18:05:12 queue INFO 3 [543] -2015-03-10 18:05:12 queue INFO >3 [544] -2015-03-10 18:05:12 sendUrl INFO 3 [543] R:OK -2015-03-10 18:05:13 sendUrl INFO 3 [544] R:OK -2015-03-10 18:06:02 queue INFO >>3 [545] -2015-03-10 18:06:02 sendUrl INFO 3 [545] R:OK -2015-03-10 18:06:52 queue INFO >>3 [546] -2015-03-10 18:06:52 sendUrl INFO 3 [546] R:OK -2015-03-10 18:07:42 queue INFO >>3 [547] -2015-03-10 18:07:43 sendUrl INFO 3 [547] R:OK -2015-03-10 18:08:32 queue INFO >>3 [548] -2015-03-10 18:08:33 sendUrl INFO 3 [548] R:OK -2015-03-10 18:09:23 queue INFO >>3 [549] -2015-03-10 18:09:23 sendUrl INFO 3 [549] R:OK -2015-03-10 18:10:13 queue INFO >>3 [550] -2015-03-10 18:10:13 sendUrl INFO 3 [550] R:OK -2015-03-10 18:11:03 queue INFO >>3 [551] -2015-03-10 18:11:03 sendUrl INFO 3 [551] R:OK -2015-03-10 18:11:53 queue INFO >>3 [552] -2015-03-10 18:11:53 sendUrl INFO 3 [552] R:OK -2015-03-10 18:12:43 queue INFO >>3 [553] -2015-03-10 18:12:43 sendUrl INFO 3 [553] R:OK -2015-03-10 18:12:59 queue INFO 83 [554] -2015-03-10 18:12:59 queue INFO >83 [555] -2015-03-10 18:12:59 sendUrl INFO 83 [554] R:OK -2015-03-10 18:12:59 sendUrl INFO 83 [555] R:OK -2015-03-10 18:13:00 queue INFO 3 [556] -2015-03-10 18:13:00 queue INFO >3 [557] -2015-03-10 18:13:00 sendUrl INFO 3 [556] R:OK -2015-03-10 18:13:01 sendUrl INFO 3 [557] R:OK -2015-03-10 18:13:50 queue INFO >>3 [558] -2015-03-10 18:13:50 sendUrl INFO 3 [558] R:OK -2015-03-10 18:14:40 queue INFO >>3 [559] -2015-03-10 18:14:41 sendUrl INFO 3 [559] R:OK -2015-03-10 18:15:30 queue INFO >>3 [560] -2015-03-10 18:15:31 sendUrl INFO 3 [560] R:OK -2015-03-10 18:16:21 queue INFO >>3 [561] -2015-03-10 18:16:21 sendUrl INFO 3 [561] R:OK -2015-03-10 18:17:11 queue INFO >>3 [562] -2015-03-10 18:17:11 sendUrl INFO 3 [562] R:OK -2015-03-10 18:18:01 queue INFO >>3 [563] -2015-03-10 18:18:01 sendUrl INFO 3 [563] R:OK -2015-03-10 18:18:51 queue INFO >>3 [564] -2015-03-10 18:18:51 sendUrl INFO 3 [564] R:OK -2015-03-10 18:19:41 queue INFO >>3 [565] -2015-03-10 18:19:42 sendUrl INFO 3 [565] R:OK -2015-03-10 18:20:31 queue INFO >>3 [566] -2015-03-10 18:20:32 sendUrl INFO 3 [566] R:OK -2015-03-10 18:21:21 queue INFO >>3 [567] -2015-03-10 18:21:22 sendUrl INFO 3 [567] R:OK -2015-03-10 18:22:12 queue INFO >>3 [568] -2015-03-10 18:22:12 sendUrl INFO 3 [568] R:OK -2015-03-10 18:22:16 queue INFO 83 [569] -2015-03-10 18:22:16 queue INFO >83 [570] -2015-03-10 18:22:16 sendUrl INFO 83 [569] R:OK -2015-03-10 18:22:17 sendUrl INFO 83 [570] R:OK -2015-03-10 18:22:17 queue INFO 3 [571] -2015-03-10 18:22:17 queue INFO >3 [572] -2015-03-10 18:22:18 sendUrl INFO 3 [571] R:OK -2015-03-10 18:22:18 sendUrl INFO 3 [572] R:OK -2015-03-10 18:23:07 queue INFO >>3 [573] -2015-03-10 18:23:07 sendUrl INFO 3 [573] R:OK -2015-03-10 18:23:57 queue INFO >>3 [574] -2015-03-10 18:23:58 sendUrl INFO 3 [574] R:OK -2015-03-10 18:24:48 queue INFO >>3 [575] -2015-03-10 18:24:48 sendUrl INFO 3 [575] R:OK -2015-03-10 18:25:38 queue INFO >>3 [576] -2015-03-10 18:25:38 sendUrl INFO 3 [576] R:OK -2015-03-10 18:26:28 queue INFO >>3 [577] -2015-03-10 18:26:28 sendUrl INFO 3 [577] R:OK -2015-03-10 18:27:18 queue INFO >>3 [578] -2015-03-10 18:27:18 sendUrl INFO 3 [578] R:OK -2015-03-10 18:28:08 queue INFO >>3 [579] -2015-03-10 18:28:08 sendUrl INFO 3 [579] R:OK -2015-03-10 18:28:58 queue INFO >>3 [580] -2015-03-10 18:28:59 sendUrl INFO 3 [580] R:OK -2015-03-10 18:29:48 queue INFO >>3 [581] -2015-03-10 18:29:49 sendUrl INFO 3 [581] R:OK -2015-03-10 18:30:04 queue INFO 83 [582] -2015-03-10 18:30:04 queue INFO >83 [583] -2015-03-10 18:30:04 sendUrl INFO 83 [582] R:OK -2015-03-10 18:30:05 sendUrl INFO 83 [583] R:OK -2015-03-10 18:30:05 queue INFO 3 [584] -2015-03-10 18:30:06 queue INFO >3 [585] -2015-03-10 18:30:06 sendUrl INFO 3 [584] R:OK -2015-03-10 18:30:06 sendUrl INFO 3 [585] R:OK -2015-03-10 18:30:55 queue INFO >>3 [586] -2015-03-10 18:30:56 sendUrl INFO 3 [586] R:OK -2015-03-10 18:31:46 queue INFO >>3 [587] -2015-03-10 18:31:46 sendUrl INFO 3 [587] R:OK -2015-03-10 18:32:36 queue INFO >>3 [588] -2015-03-10 18:32:36 sendUrl INFO 3 [588] R:OK -2015-03-10 18:33:26 queue INFO >>3 [589] -2015-03-10 18:33:26 sendUrl INFO 3 [589] R:OK -2015-03-10 18:34:16 queue INFO >>3 [590] -2015-03-10 18:34:16 sendUrl INFO 3 [590] R:OK -2015-03-10 18:35:06 queue INFO >>3 [591] -2015-03-10 18:35:07 sendUrl INFO 3 [591] R:OK -2015-03-10 18:35:56 queue INFO >>3 [592] -2015-03-10 18:35:57 sendUrl INFO 3 [592] R:OK -2015-03-10 18:36:47 queue INFO >>3 [593] -2015-03-10 18:36:47 sendUrl INFO 3 [593] R:OK -2015-03-10 18:37:37 queue INFO >>3 [594] -2015-03-10 18:37:37 sendUrl INFO 3 [594] R:OK -2015-03-10 18:38:01 queue INFO 83 [595] -2015-03-10 18:38:01 sendUrl INFO 83 [595] R:OK -2015-03-10 18:38:02 queue INFO >83 [596] -2015-03-10 18:38:02 sendUrl INFO 83 [596] R:OK -2015-03-10 18:38:02 queue INFO 89 [597] -2015-03-10 18:38:02 queue INFO >89 [598] -2015-03-10 18:38:03 sendUrl INFO 89 [597] R:OK -2015-03-10 18:38:03 sendUrl INFO 89 [598] R:OK -2015-03-10 18:38:03 queue INFO 9 [599] -2015-03-10 18:38:03 queue INFO >9 [600] -2015-03-10 18:38:03 sendUrl INFO 9 [599] R:OK -2015-03-10 18:38:04 sendUrl INFO 9 [600] R:OK -2015-03-10 18:38:26 queue INFO 29 [601] -2015-03-10 18:38:27 queue INFO >29 [602] -2015-03-10 18:38:27 sendUrl INFO 29 [601] R:OK -2015-03-10 18:38:27 queue INFO 21 [603] -2015-03-10 18:38:27 queue INFO >21 [604] -2015-03-10 18:38:27 sendUrl INFO 29 [602] R:OK -2015-03-10 18:38:28 sendUrl INFO 21 [603] R:OK -2015-03-10 18:38:28 sendUrl INFO 21 [604] R:OK -2015-03-10 18:39:17 queue INFO >>21 [605] -2015-03-10 18:39:17 sendUrl INFO 21 [605] R:OK -2015-03-10 18:40:07 queue INFO >>21 [606] -2015-03-10 18:40:07 sendUrl INFO 21 [606] R:OK -2015-03-10 18:40:17 queue INFO 1 [607] -2015-03-10 18:40:18 queue INFO >1 [608] -2015-03-10 18:40:18 sendUrl INFO 1 [607] R:OK -2015-03-10 18:40:18 sendUrl INFO 1 [608] R:OK -2015-03-10 18:40:19 queue INFO 3 [609] -2015-03-10 18:40:20 queue INFO >3 [610] -2015-03-10 18:40:20 sendUrl INFO 3 [609] R:OK -2015-03-10 18:40:20 sendUrl INFO 3 [610] R:OK -2015-03-10 18:41:10 queue INFO >>3 [611] -2015-03-10 18:41:10 sendUrl INFO 3 [611] R:OK -2015-03-10 18:42:00 queue INFO >>3 [612] -2015-03-10 18:42:00 sendUrl INFO 3 [612] R:OK -2015-03-10 18:42:50 queue INFO >>3 [613] -2015-03-10 18:42:50 sendUrl INFO 3 [613] R:OK -2015-03-10 18:43:40 queue INFO >>3 [614] -2015-03-10 18:43:40 sendUrl INFO 3 [614] R:OK -2015-03-10 18:44:30 queue INFO >>3 [615] -2015-03-10 18:44:31 sendUrl INFO 3 [615] R:OK -2015-03-10 18:45:20 queue INFO >>3 [616] -2015-03-10 18:45:20 sendUrl INFO 3 [616] R:OK -2015-03-10 18:46:10 queue INFO >>3 [617] -2015-03-10 18:46:11 sendUrl INFO 3 [617] R:OK -2015-03-10 18:47:01 queue INFO >>3 [618] -2015-03-10 18:47:01 sendUrl INFO 3 [618] R:OK -2015-03-10 18:47:51 queue INFO >>3 [619] -2015-03-10 18:47:51 sendUrl INFO 3 [619] R:OK -2015-03-10 18:47:51 queue INFO 83 [620] -2015-03-10 18:47:52 queue INFO >83 [621] -2015-03-10 18:47:52 sendUrl INFO 83 [620] R:OK -2015-03-10 18:47:52 sendUrl INFO 83 [621] R:OK -2015-03-10 18:47:53 queue INFO 3 [622] -2015-03-10 18:47:53 queue INFO >3 [623] -2015-03-10 18:47:53 sendUrl INFO 3 [622] R:OK -2015-03-10 18:47:54 sendUrl INFO 3 [623] R:OK -2015-03-10 18:48:43 queue INFO >>3 [624] -2015-03-10 18:48:43 sendUrl INFO 3 [624] R:OK -2015-03-10 18:49:33 queue INFO >>3 [625] -2015-03-10 18:49:34 sendUrl INFO 3 [625] R:OK -2015-03-10 18:50:23 queue INFO >>3 [626] -2015-03-10 18:50:24 sendUrl INFO 3 [626] R:OK -2015-03-10 18:51:14 queue INFO >>3 [627] -2015-03-10 18:51:14 sendUrl INFO 3 [627] R:OK -2015-03-10 18:52:04 queue INFO >>3 [628] -2015-03-10 18:52:04 sendUrl INFO 3 [628] R:OK -2015-03-10 18:52:54 queue INFO >>3 [629] -2015-03-10 18:52:54 sendUrl INFO 3 [629] R:OK -2015-03-10 18:53:44 queue INFO >>3 [630] -2015-03-10 18:53:44 sendUrl INFO 3 [630] R:OK -2015-03-10 18:54:34 queue INFO >>3 [631] -2015-03-10 18:54:34 sendUrl INFO 3 [631] R:OK -2015-03-10 18:55:24 queue INFO >>3 [632] -2015-03-10 18:55:24 sendUrl INFO 3 [632] R:OK -2015-03-10 18:55:49 queue INFO 83 [633] -2015-03-10 18:55:49 sendUrl INFO 83 [633] R:OK -2015-03-10 18:55:49 queue INFO >83 [634] -2015-03-10 18:55:50 sendUrl INFO 83 [634] R:OK -2015-03-10 18:55:51 queue INFO 3 [635] -2015-03-10 18:55:51 queue INFO >3 [636] -2015-03-10 18:55:51 sendUrl INFO 3 [635] R:OK -2015-03-10 18:55:52 sendUrl INFO 3 [636] R:OK -2015-03-10 18:56:41 queue INFO >>3 [637] -2015-03-10 18:56:41 sendUrl INFO 3 [637] R:OK -2015-03-10 18:57:31 queue INFO >>3 [638] -2015-03-10 18:57:31 sendUrl INFO 3 [638] R:OK -2015-03-10 18:58:21 queue INFO >>3 [639] -2015-03-10 18:58:22 sendUrl INFO 3 [639] R:OK -2015-03-10 18:59:11 queue INFO >>3 [640] -2015-03-10 18:59:11 sendUrl INFO 3 [640] R:OK -2015-03-10 19:00:01 queue INFO >>3 [641] -2015-03-10 19:00:02 sendUrl INFO 3 [641] R:OK -2015-03-10 19:00:52 queue INFO >>3 [642] -2015-03-10 19:00:52 sendUrl INFO 3 [642] R:OK -2015-03-10 19:01:42 queue INFO >>3 [643] -2015-03-10 19:01:42 sendUrl INFO 3 [643] R:OK -2015-03-10 19:02:32 queue INFO >>3 [644] -2015-03-10 19:02:32 sendUrl INFO 3 [644] R:OK -2015-03-10 19:03:22 queue INFO >>3 [645] -2015-03-10 19:03:22 sendUrl INFO 3 [645] R:OK -2015-03-10 19:03:37 queue INFO 83 [646] -2015-03-10 19:03:37 queue INFO >83 [647] -2015-03-10 19:03:37 sendUrl INFO 83 [646] R:OK -2015-03-10 19:03:38 sendUrl INFO 83 [647] R:OK -2015-03-10 19:03:39 queue INFO 3 [648] -2015-03-10 19:03:39 queue INFO >3 [649] -2015-03-10 19:03:39 sendUrl INFO 3 [648] R:OK -2015-03-10 19:03:39 sendUrl INFO 3 [649] R:OK -2015-03-10 19:04:29 queue INFO >>3 [650] -2015-03-10 19:04:29 sendUrl INFO 3 [650] R:OK -2015-03-10 19:05:19 queue INFO >>3 [651] -2015-03-10 19:05:19 sendUrl INFO 3 [651] R:OK -2015-03-10 19:06:09 queue INFO >>3 [652] -2015-03-10 19:06:09 sendUrl INFO 3 [652] R:OK -2015-03-10 19:06:59 queue INFO >>3 [653] -2015-03-10 19:07:00 sendUrl INFO 3 [653] R:OK -2015-03-10 19:07:49 queue INFO >>3 [654] -2015-03-10 19:07:49 sendUrl INFO 3 [654] R:OK -2015-03-10 19:08:39 queue INFO >>3 [655] -2015-03-10 19:08:40 sendUrl INFO 3 [655] R:OK -2015-03-10 19:09:30 queue INFO >>3 [656] -2015-03-10 19:09:30 sendUrl INFO 3 [656] R:OK -2015-03-10 19:10:20 queue INFO >>3 [657] -2015-03-10 19:10:20 sendUrl INFO 3 [657] R:OK -2015-03-10 19:11:10 queue INFO >>3 [658] -2015-03-10 19:11:10 sendUrl INFO 3 [658] R:OK -2015-03-10 19:11:35 queue INFO 83 [659] -2015-03-10 19:11:35 queue INFO >83 [660] -2015-03-10 19:11:35 sendUrl INFO 83 [659] R:OK -2015-03-10 19:11:35 sendUrl INFO 83 [660] R:OK -2015-03-10 19:11:36 queue INFO 3 [661] -2015-03-10 19:11:36 sendUrl INFO 3 [661] R:OK -2015-03-10 19:11:37 queue INFO >3 [662] -2015-03-10 19:11:37 sendUrl INFO 3 [662] R:OK -2015-03-10 19:12:26 queue INFO >>3 [663] -2015-03-10 19:12:27 sendUrl INFO 3 [663] R:OK -2015-03-10 19:13:17 queue INFO >>3 [664] -2015-03-10 19:13:17 sendUrl INFO 3 [664] R:OK -2015-03-10 19:14:07 queue INFO >>3 [665] -2015-03-10 19:14:07 sendUrl INFO 3 [665] R:OK -2015-03-10 19:14:57 queue INFO >>3 [666] -2015-03-10 19:14:57 sendUrl INFO 3 [666] R:OK -2015-03-10 19:15:47 queue INFO >>3 [667] -2015-03-10 19:15:48 sendUrl INFO 3 [667] R:OK -2015-03-10 19:16:37 queue INFO >>3 [668] -2015-03-10 19:16:37 sendUrl INFO 3 [668] R:OK -2015-03-10 19:17:27 queue INFO >>3 [669] -2015-03-10 19:17:28 sendUrl INFO 3 [669] R:OK -2015-03-10 19:18:18 queue INFO >>3 [670] -2015-03-10 19:18:18 sendUrl INFO 3 [670] R:OK -2015-03-10 19:19:08 queue INFO >>3 [671] -2015-03-10 19:19:08 sendUrl INFO 3 [671] R:OK -2015-03-10 19:19:23 queue INFO 83 [672] -2015-03-10 19:19:23 sendUrl INFO 83 [672] R:OK -2015-03-10 19:19:23 queue INFO >83 [673] -2015-03-10 19:19:24 sendUrl INFO 83 [673] R:OK -2015-03-10 19:19:25 queue INFO 3 [674] -2015-03-10 19:19:25 queue INFO >3 [675] -2015-03-10 19:19:25 sendUrl INFO 3 [674] R:OK -2015-03-10 19:19:26 sendUrl INFO 3 [675] R:OK -2015-03-10 19:20:15 queue INFO >>3 [676] -2015-03-10 19:20:15 sendUrl INFO 3 [676] R:OK -2015-03-10 19:21:05 queue INFO >>3 [677] -2015-03-10 19:21:05 sendUrl INFO 3 [677] R:OK -2015-03-10 19:21:55 queue INFO >>3 [678] -2015-03-10 19:21:55 sendUrl INFO 3 [678] R:OK -2015-03-10 19:22:45 queue INFO >>3 [679] -2015-03-10 19:22:45 sendUrl INFO 3 [679] R:OK -2015-03-10 19:23:35 queue INFO >>3 [680] -2015-03-10 19:23:35 sendUrl INFO 3 [680] R:OK -2015-03-10 19:24:25 queue INFO >>3 [681] -2015-03-10 19:24:26 sendUrl INFO 3 [681] R:OK -2015-03-10 19:25:15 queue INFO >>3 [682] -2015-03-10 19:25:16 sendUrl INFO 3 [682] R:OK -2015-03-10 19:26:06 queue INFO >>3 [683] -2015-03-10 19:26:06 sendUrl INFO 3 [683] R:OK -2015-03-10 19:26:56 queue INFO >>3 [684] -2015-03-10 19:26:56 sendUrl INFO 3 [684] R:OK -2015-03-10 19:27:21 queue INFO 83 [685] -2015-03-10 19:27:21 sendUrl INFO 83 [685] R:OK -2015-03-10 19:27:21 queue INFO >83 [686] -2015-03-10 19:27:21 sendUrl INFO 83 [686] R:OK -2015-03-10 19:27:22 queue INFO 3 [687] -2015-03-10 19:27:22 queue INFO >3 [688] -2015-03-10 19:27:23 sendUrl INFO 3 [687] R:OK -2015-03-10 19:27:23 sendUrl INFO 3 [688] R:OK -2015-03-10 19:28:12 queue INFO >>3 [689] -2015-03-10 19:28:13 sendUrl INFO 3 [689] R:OK -2015-03-10 19:29:03 queue INFO >>3 [690] -2015-03-10 19:29:03 sendUrl INFO 3 [690] R:OK -2015-03-10 19:29:53 queue INFO >>3 [691] -2015-03-10 19:29:53 sendUrl INFO 3 [691] R:OK -2015-03-10 19:30:43 queue INFO >>3 [692] -2015-03-10 19:30:43 sendUrl INFO 3 [692] R:OK -2015-03-10 19:31:33 queue INFO >>3 [693] -2015-03-10 19:31:33 sendUrl INFO 3 [693] R:OK -2015-03-10 19:32:23 queue INFO >>3 [694] -2015-03-10 19:32:23 sendUrl INFO 3 [694] R:OK -2015-03-10 19:33:13 queue INFO >>3 [695] -2015-03-10 19:33:14 sendUrl INFO 3 [695] R:OK -2015-03-10 19:34:03 queue INFO >>3 [696] -2015-03-10 19:34:04 sendUrl INFO 3 [696] R:OK -2015-03-10 19:34:54 queue INFO >>3 [697] -2015-03-10 19:34:54 sendUrl INFO 3 [697] R:OK -2015-03-10 19:35:09 queue INFO 83 [698] -2015-03-10 19:35:09 sendUrl INFO 83 [698] R:OK -2015-03-10 19:35:09 queue INFO >83 [699] -2015-03-10 19:35:09 sendUrl INFO 83 [699] R:OK -2015-03-10 19:35:10 queue INFO 3 [700] -2015-03-10 19:35:11 queue INFO >3 [701] -2015-03-10 19:35:11 sendUrl INFO 3 [700] R:OK -2015-03-10 19:35:11 sendUrl INFO 3 [701] R:OK -2015-03-10 19:36:01 queue INFO >>3 [702] -2015-03-10 19:36:01 sendUrl INFO 3 [702] R:OK -2015-03-10 19:36:51 queue INFO >>3 [703] -2015-03-10 19:36:51 sendUrl INFO 3 [703] R:OK -2015-03-10 19:37:41 queue INFO >>3 [704] -2015-03-10 19:37:41 sendUrl INFO 3 [704] R:OK -2015-03-10 19:38:31 queue INFO >>3 [705] -2015-03-10 19:38:31 sendUrl INFO 3 [705] R:OK -2015-03-10 19:39:21 queue INFO >>3 [706] -2015-03-10 19:39:21 sendUrl INFO 3 [706] R:OK -2015-03-10 19:40:11 queue INFO >>3 [707] -2015-03-10 19:40:11 sendUrl INFO 3 [707] R:OK -2015-03-10 19:41:01 queue INFO >>3 [708] -2015-03-10 19:41:02 sendUrl INFO 3 [708] R:OK -2015-03-10 19:41:51 queue INFO >>3 [709] -2015-03-10 19:41:52 sendUrl INFO 3 [709] R:OK -2015-03-10 19:42:42 queue INFO >>3 [710] -2015-03-10 19:42:42 sendUrl INFO 3 [710] R:OK -2015-03-10 19:43:06 queue INFO 83 [711] -2015-03-10 19:43:07 queue INFO >83 [712] -2015-03-10 19:43:07 sendUrl INFO 83 [711] R:OK -2015-03-10 19:43:07 sendUrl INFO 83 [712] R:OK -2015-03-10 19:43:08 queue INFO 3 [713] -2015-03-10 19:43:08 queue INFO >3 [714] -2015-03-10 19:43:08 sendUrl INFO 3 [713] R:OK -2015-03-10 19:43:09 sendUrl INFO 3 [714] R:OK -2015-03-10 19:43:58 queue INFO >>3 [715] -2015-03-10 19:43:58 sendUrl INFO 3 [715] R:OK -2015-03-10 19:44:48 queue INFO >>3 [716] -2015-03-10 19:44:48 sendUrl INFO 3 [716] R:OK -2015-03-10 19:45:38 queue INFO >>3 [717] -2015-03-10 19:45:39 sendUrl INFO 3 [717] R:OK -2015-03-10 19:46:29 queue INFO >>3 [718] -2015-03-10 19:46:29 sendUrl INFO 3 [718] R:OK -2015-03-10 19:47:19 queue INFO >>3 [719] -2015-03-10 19:47:19 sendUrl INFO 3 [719] R:OK -2015-03-10 19:48:09 queue INFO >>3 [720] -2015-03-10 19:48:09 sendUrl INFO 3 [720] R:OK -2015-03-10 19:48:59 queue INFO >>3 [721] -2015-03-10 19:48:59 sendUrl INFO 3 [721] R:OK -2015-03-10 19:49:49 queue INFO >>3 [722] -2015-03-10 19:49:49 sendUrl INFO 3 [722] R:OK -2015-03-10 19:50:39 queue INFO >>3 [723] -2015-03-10 19:50:40 sendUrl INFO 3 [723] R:OK -2015-03-10 19:50:55 queue INFO 83 [724] -2015-03-10 19:50:55 sendUrl INFO 83 [724] R:OK -2015-03-10 19:50:55 queue INFO >83 [725] -2015-03-10 19:50:55 sendUrl INFO 83 [725] R:OK -2015-03-10 19:50:56 queue INFO 3 [726] -2015-03-10 19:50:56 queue INFO >3 [727] -2015-03-10 19:50:57 sendUrl INFO 3 [726] R:OK -2015-03-10 19:50:57 sendUrl INFO 3 [727] R:OK -2015-03-10 19:51:46 queue INFO >>3 [728] -2015-03-10 19:51:47 sendUrl INFO 3 [728] R:OK -2015-03-10 19:52:36 queue INFO >>3 [729] -2015-03-10 19:52:37 sendUrl INFO 3 [729] R:OK -2015-03-10 19:53:27 queue INFO >>3 [730] -2015-03-10 19:53:27 sendUrl INFO 3 [730] R:OK -2015-03-10 19:54:17 queue INFO >>3 [731] -2015-03-10 19:54:17 sendUrl INFO 3 [731] R:OK -2015-03-10 19:55:07 queue INFO >>3 [732] -2015-03-10 19:55:07 sendUrl INFO 3 [732] R:OK -2015-03-10 19:55:12 queue INFO 1 [733] -2015-03-10 19:55:12 sendUrl INFO 1 [733] R:OK -2015-03-10 19:55:13 queue INFO >1 [734] -2015-03-10 19:55:13 sendUrl INFO 1 [734] R:OK -2015-03-10 19:55:26 queue INFO 3 [735] -2015-03-10 19:55:26 queue INFO >3 [736] -2015-03-10 19:55:26 sendUrl INFO 3 [735] R:OK -2015-03-10 19:55:27 sendUrl INFO 3 [736] R:OK -2015-03-10 19:56:16 queue INFO >>3 [737] -2015-03-10 19:56:16 sendUrl INFO 3 [737] R:OK -2015-03-10 19:57:06 queue INFO >>3 [738] -2015-03-10 19:57:06 sendUrl INFO 3 [738] R:OK -2015-03-10 19:57:56 queue INFO >>3 [739] -2015-03-10 19:57:57 sendUrl INFO 3 [739] R:OK -2015-03-10 19:58:46 queue INFO >>3 [740] -2015-03-10 19:58:47 sendUrl INFO 3 [740] R:OK -2015-03-10 19:58:52 queue INFO 83 [741] -2015-03-10 19:58:53 queue INFO >83 [742] -2015-03-10 19:58:53 sendUrl INFO 83 [741] R:OK -2015-03-10 19:58:53 sendUrl INFO 83 [742] R:OK -2015-03-10 19:58:54 queue INFO 3 [743] -2015-03-10 19:58:54 queue INFO >3 [744] -2015-03-10 19:58:55 sendUrl INFO 3 [743] R:OK -2015-03-10 19:58:55 sendUrl INFO 3 [744] R:OK -2015-03-10 19:59:44 queue INFO >>3 [745] -2015-03-10 19:59:44 sendUrl INFO 3 [745] R:OK -2015-03-10 20:00:34 queue INFO >>3 [746] -2015-03-10 20:00:35 sendUrl INFO 3 [746] R:OK -2015-03-10 20:01:24 queue INFO >>3 [747] -2015-03-10 20:01:25 sendUrl INFO 3 [747] R:OK -2015-03-10 20:02:15 queue INFO >>3 [748] -2015-03-10 20:02:15 sendUrl INFO 3 [748] R:OK -2015-03-10 20:03:05 queue INFO >>3 [749] -2015-03-10 20:03:05 sendUrl INFO 3 [749] R:OK -2015-03-10 20:03:55 queue INFO >>3 [750] -2015-03-10 20:03:55 sendUrl INFO 3 [750] R:OK -2015-03-10 20:04:45 queue INFO >>3 [751] -2015-03-10 20:04:45 sendUrl INFO 3 [751] R:OK -2015-03-10 20:05:35 queue INFO >>3 [752] -2015-03-10 20:05:36 sendUrl INFO 3 [752] R:OK -2015-03-10 20:06:25 queue INFO >>3 [753] -2015-03-10 20:06:25 sendUrl INFO 3 [753] R:OK -2015-03-10 20:06:40 queue INFO 83 [754] -2015-03-10 20:06:41 sendUrl INFO 83 [754] R:OK -2015-03-10 20:06:41 queue INFO >83 [755] -2015-03-10 20:06:41 sendUrl INFO 83 [755] R:OK -2015-03-10 20:06:42 queue INFO 3 [756] -2015-03-10 20:06:42 queue INFO >3 [757] -2015-03-10 20:06:43 sendUrl INFO 3 [756] R:OK -2015-03-10 20:06:43 sendUrl INFO 3 [757] R:OK -2015-03-10 20:07:32 queue INFO >>3 [758] -2015-03-10 20:07:32 sendUrl INFO 3 [758] R:OK -2015-03-10 20:08:22 queue INFO >>3 [759] -2015-03-10 20:08:23 sendUrl INFO 3 [759] R:OK -2015-03-10 20:09:12 queue INFO >>3 [760] -2015-03-10 20:09:13 sendUrl INFO 3 [760] R:OK -2015-03-10 20:10:03 queue INFO >>3 [761] -2015-03-10 20:10:03 sendUrl INFO 3 [761] R:OK -2015-03-10 20:10:53 queue INFO >>3 [762] -2015-03-10 20:10:53 sendUrl INFO 3 [762] R:OK -2015-03-10 20:11:43 queue INFO >>3 [763] -2015-03-10 20:11:43 sendUrl INFO 3 [763] R:OK -2015-03-10 20:12:33 queue INFO >>3 [764] -2015-03-10 20:12:33 sendUrl INFO 3 [764] R:OK -2015-03-10 20:13:23 queue INFO >>3 [765] -2015-03-10 20:13:24 sendUrl INFO 3 [765] R:OK -2015-03-10 20:14:13 queue INFO >>3 [766] -2015-03-10 20:14:14 sendUrl INFO 3 [766] R:OK -2015-03-10 20:14:38 queue INFO 83 [767] -2015-03-10 20:14:38 queue INFO >83 [768] -2015-03-10 20:14:38 sendUrl INFO 83 [767] R:OK -2015-03-10 20:14:39 sendUrl INFO 83 [768] R:OK -2015-03-10 20:14:40 queue INFO 3 [769] -2015-03-10 20:14:40 sendUrl INFO 3 [769] R:OK -2015-03-10 20:14:40 queue INFO >3 [770] -2015-03-10 20:14:40 sendUrl INFO 3 [770] R:OK -2015-03-10 20:15:30 queue INFO >>3 [771] -2015-03-10 20:15:30 sendUrl INFO 3 [771] R:OK -2015-03-10 20:16:20 queue INFO >>3 [772] -2015-03-10 20:16:20 sendUrl INFO 3 [772] R:OK -2015-03-10 20:17:10 queue INFO >>3 [773] -2015-03-10 20:17:10 sendUrl INFO 3 [773] R:OK -2015-03-10 20:18:00 queue INFO >>3 [774] -2015-03-10 20:18:01 sendUrl INFO 3 [774] R:OK -2015-03-10 20:18:50 queue INFO >>3 [775] -2015-03-10 20:18:50 sendUrl INFO 3 [775] R:OK -2015-03-10 20:19:41 queue INFO >>3 [776] -2015-03-10 20:19:41 sendUrl INFO 3 [776] R:OK -2015-03-10 20:20:31 queue INFO >>3 [777] -2015-03-10 20:20:31 sendUrl INFO 3 [777] R:OK -2015-03-10 20:21:21 queue INFO >>3 [778] -2015-03-10 20:21:21 sendUrl INFO 3 [778] R:OK -2015-03-10 20:22:11 queue INFO >>3 [779] -2015-03-10 20:22:11 sendUrl INFO 3 [779] R:OK -2015-03-10 20:22:26 queue INFO 83 [780] -2015-03-10 20:22:26 sendUrl INFO 83 [780] R:OK -2015-03-10 20:22:27 queue INFO >83 [781] -2015-03-10 20:22:27 sendUrl INFO 83 [781] R:OK -2015-03-10 20:22:28 queue INFO 3 [782] -2015-03-10 20:22:28 queue INFO >3 [783] -2015-03-10 20:22:28 sendUrl INFO 3 [782] R:OK -2015-03-10 20:22:29 sendUrl INFO 3 [783] R:OK -2015-03-10 20:23:18 queue INFO >>3 [784] -2015-03-10 20:23:18 sendUrl INFO 3 [784] R:OK -2015-03-10 20:24:08 queue INFO >>3 [785] -2015-03-10 20:24:09 sendUrl INFO 3 [785] R:OK -2015-03-10 20:24:58 queue INFO >>3 [786] -2015-03-10 20:24:59 sendUrl INFO 3 [786] R:OK -2015-03-10 20:25:49 queue INFO >>3 [787] -2015-03-10 20:25:49 sendUrl INFO 3 [787] R:OK -2015-03-10 20:26:39 queue INFO >>3 [788] -2015-03-10 20:26:39 sendUrl INFO 3 [788] R:OK -2015-03-10 20:27:29 queue INFO >>3 [789] -2015-03-10 20:27:29 sendUrl INFO 3 [789] R:OK -2015-03-10 20:28:19 queue INFO >>3 [790] -2015-03-10 20:28:19 sendUrl INFO 3 [790] R:OK -2015-03-10 20:29:09 queue INFO >>3 [791] -2015-03-10 20:29:10 sendUrl INFO 3 [791] R:OK -2015-03-10 20:29:59 queue INFO >>3 [792] -2015-03-10 20:29:59 sendUrl INFO 3 [792] R:OK -2015-03-10 20:30:24 queue INFO 83 [793] -2015-03-10 20:30:24 queue INFO >83 [794] -2015-03-10 20:30:25 sendUrl INFO 83 [793] R:OK -2015-03-10 20:30:25 sendUrl INFO 83 [794] R:OK -2015-03-10 20:30:26 queue INFO 3 [795] -2015-03-10 20:30:26 queue INFO >3 [796] -2015-03-10 20:30:26 sendUrl INFO 3 [795] R:OK -2015-03-10 20:30:27 sendUrl INFO 3 [796] R:OK -2015-03-10 20:31:16 queue INFO >>3 [797] -2015-03-10 20:31:16 sendUrl INFO 3 [797] R:OK -2015-03-10 20:32:06 queue INFO >>3 [798] -2015-03-10 20:32:06 sendUrl INFO 3 [798] R:OK -2015-03-10 20:32:56 queue INFO >>3 [799] -2015-03-10 20:32:56 sendUrl INFO 3 [799] R:OK -2015-03-10 20:33:46 queue INFO >>3 [800] -2015-03-10 20:33:46 sendUrl INFO 3 [800] R:OK -2015-03-10 20:34:36 queue INFO >>3 [801] -2015-03-10 20:34:37 sendUrl INFO 3 [801] R:OK -2015-03-10 20:35:26 queue INFO >>3 [802] -2015-03-10 20:35:27 sendUrl INFO 3 [802] R:OK -2015-03-10 20:36:17 queue INFO >>3 [803] -2015-03-10 20:36:17 sendUrl INFO 3 [803] R:OK -2015-03-10 20:37:07 queue INFO >>3 [804] -2015-03-10 20:37:07 sendUrl INFO 3 [804] R:OK -2015-03-10 20:37:57 queue INFO >>3 [805] -2015-03-10 20:37:57 sendUrl INFO 3 [805] R:OK -2015-03-10 20:38:12 queue INFO 83 [806] -2015-03-10 20:38:12 queue INFO >83 [807] -2015-03-10 20:38:13 sendUrl INFO 83 [806] R:OK -2015-03-10 20:38:13 sendUrl INFO 83 [807] R:OK -2015-03-10 20:38:14 queue INFO 3 [808] -2015-03-10 20:38:14 queue INFO >3 [809] -2015-03-10 20:38:14 sendUrl INFO 3 [808] R:OK -2015-03-10 20:38:15 sendUrl INFO 3 [809] R:OK -2015-03-10 20:39:04 queue INFO >>3 [810] -2015-03-10 20:39:04 sendUrl INFO 3 [810] R:OK -2015-03-10 20:39:54 queue INFO >>3 [811] -2015-03-10 20:39:54 sendUrl INFO 3 [811] R:OK -2015-03-10 20:40:44 queue INFO >>3 [812] -2015-03-10 20:40:45 sendUrl INFO 3 [812] R:OK -2015-03-10 20:41:34 queue INFO >>3 [813] -2015-03-10 20:41:35 sendUrl INFO 3 [813] R:OK -2015-03-10 20:42:25 queue INFO >>3 [814] -2015-03-10 20:42:25 sendUrl INFO 3 [814] R:OK -2015-03-10 20:43:15 queue INFO >>3 [815] -2015-03-10 20:43:15 sendUrl INFO 3 [815] R:OK -2015-03-10 20:44:05 queue INFO >>3 [816] -2015-03-10 20:44:05 sendUrl INFO 3 [816] R:OK -2015-03-10 20:44:55 queue INFO >>3 [817] -2015-03-10 20:44:55 sendUrl INFO 3 [817] R:OK -2015-03-10 20:45:45 queue INFO >>3 [818] -2015-03-10 20:45:46 sendUrl INFO 3 [818] R:OK -2015-03-10 20:46:10 queue INFO 83 [819] -2015-03-10 20:46:10 queue INFO >83 [820] -2015-03-10 20:46:10 sendUrl INFO 83 [819] R:OK -2015-03-10 20:46:11 sendUrl INFO 83 [820] R:OK -2015-03-10 20:46:11 queue INFO 3 [821] -2015-03-10 20:46:12 queue INFO >3 [822] -2015-03-10 20:46:12 sendUrl INFO 3 [821] R:OK -2015-03-10 20:46:12 sendUrl INFO 3 [822] R:OK -2015-03-10 20:47:02 queue INFO >>3 [823] -2015-03-10 20:47:02 sendUrl INFO 3 [823] R:OK -2015-03-10 20:47:52 queue INFO >>3 [824] -2015-03-10 20:47:52 sendUrl INFO 3 [824] R:OK -2015-03-10 20:48:42 queue INFO >>3 [825] -2015-03-10 20:48:42 sendUrl INFO 3 [825] R:OK -2015-03-10 20:49:32 queue INFO >>3 [826] -2015-03-10 20:49:32 sendUrl INFO 3 [826] R:OK -2015-03-10 20:50:22 queue INFO >>3 [827] -2015-03-10 20:50:23 sendUrl INFO 3 [827] R:OK -2015-03-10 20:51:12 queue INFO >>3 [828] -2015-03-10 20:51:13 sendUrl INFO 3 [828] R:OK -2015-03-10 20:52:03 queue INFO >>3 [829] -2015-03-10 20:52:03 sendUrl INFO 3 [829] R:OK -2015-03-10 20:52:53 queue INFO >>3 [830] -2015-03-10 20:52:53 sendUrl INFO 3 [830] R:OK -2015-03-10 20:53:43 queue INFO >>3 [831] -2015-03-10 20:53:43 sendUrl INFO 3 [831] R:OK -2015-03-10 20:53:58 queue INFO 83 [832] -2015-03-10 20:53:58 queue INFO >83 [833] -2015-03-10 20:53:59 sendUrl INFO 83 [832] R:OK -2015-03-10 20:53:59 sendUrl INFO 83 [833] R:OK -2015-03-10 20:54:00 queue INFO 3 [834] -2015-03-10 20:54:00 queue INFO >3 [835] -2015-03-10 20:54:00 sendUrl INFO 3 [834] R:OK -2015-03-10 20:54:01 sendUrl INFO 3 [835] R:OK -2015-03-10 20:54:50 queue INFO >>3 [836] -2015-03-10 20:54:50 sendUrl INFO 3 [836] R:OK -2015-03-10 20:55:40 queue INFO >>3 [837] -2015-03-10 20:55:40 sendUrl INFO 3 [837] R:OK -2015-03-10 20:56:30 queue INFO >>3 [838] -2015-03-10 20:56:31 sendUrl INFO 3 [838] R:OK -2015-03-10 20:57:20 queue INFO >>3 [839] -2015-03-10 20:57:20 sendUrl INFO 3 [839] R:OK -2015-03-10 20:58:10 queue INFO >>3 [840] -2015-03-10 20:58:11 sendUrl INFO 3 [840] R:OK -2015-03-10 20:59:01 queue INFO >>3 [841] -2015-03-10 20:59:01 sendUrl INFO 3 [841] R:OK -2015-03-10 20:59:51 queue INFO >>3 [842] -2015-03-10 20:59:51 sendUrl INFO 3 [842] R:OK -2015-03-10 21:00:41 queue INFO >>3 [843] -2015-03-10 21:00:41 sendUrl INFO 3 [843] R:OK -2015-03-10 21:01:31 queue INFO >>3 [844] -2015-03-10 21:01:32 sendUrl INFO 3 [844] R:OK -2015-03-10 21:01:56 queue INFO 83 [845] -2015-03-10 21:01:56 queue INFO >83 [846] -2015-03-10 21:01:56 sendUrl INFO 83 [845] R:OK -2015-03-10 21:01:57 sendUrl INFO 83 [846] R:OK -2015-03-10 21:01:57 queue INFO 3 [847] -2015-03-10 21:01:58 queue INFO >3 [848] -2015-03-10 21:01:58 sendUrl INFO 3 [847] R:OK -2015-03-10 21:01:58 sendUrl INFO 3 [848] R:OK -2015-03-10 21:02:48 queue INFO >>3 [849] -2015-03-10 21:02:48 sendUrl INFO 3 [849] R:OK -2015-03-10 21:03:38 queue INFO >>3 [850] -2015-03-10 21:03:38 sendUrl INFO 3 [850] R:OK -2015-03-10 21:04:28 queue INFO >>3 [851] -2015-03-10 21:04:28 sendUrl INFO 3 [851] R:OK -2015-03-10 21:05:18 queue INFO >>3 [852] -2015-03-10 21:05:18 sendUrl INFO 3 [852] R:OK -2015-03-10 21:06:08 queue INFO >>3 [853] -2015-03-10 21:06:08 sendUrl INFO 3 [853] R:OK -2015-03-10 21:06:58 queue INFO >>3 [854] -2015-03-10 21:06:59 sendUrl INFO 3 [854] R:OK -2015-03-10 21:07:48 queue INFO >>3 [855] -2015-03-10 21:07:49 sendUrl INFO 3 [855] R:OK -2015-03-10 21:08:39 queue INFO >>3 [856] -2015-03-10 21:08:39 sendUrl INFO 3 [856] R:OK -2015-03-10 21:09:29 queue INFO >>3 [857] -2015-03-10 21:09:29 sendUrl INFO 3 [857] R:OK -2015-03-10 21:09:44 queue INFO 83 [858] -2015-03-10 21:09:44 queue INFO >83 [859] -2015-03-10 21:09:44 sendUrl INFO 83 [858] R:OK -2015-03-10 21:09:45 sendUrl INFO 83 [859] R:OK -2015-03-10 21:09:45 queue INFO 3 [860] -2015-03-10 21:09:46 queue INFO >3 [861] -2015-03-10 21:09:46 sendUrl INFO 3 [860] R:OK -2015-03-10 21:09:46 sendUrl INFO 3 [861] R:OK -2015-03-10 21:10:36 queue INFO >>3 [862] -2015-03-10 21:10:36 sendUrl INFO 3 [862] R:OK -2015-03-10 21:11:26 queue INFO >>3 [863] -2015-03-10 21:11:26 sendUrl INFO 3 [863] R:OK -2015-03-10 21:12:16 queue INFO >>3 [864] -2015-03-10 21:12:16 sendUrl INFO 3 [864] R:OK -2015-03-10 21:13:06 queue INFO >>3 [865] -2015-03-10 21:13:06 sendUrl INFO 3 [865] R:OK -2015-03-10 21:13:56 queue INFO >>3 [866] -2015-03-10 21:13:57 sendUrl INFO 3 [866] R:OK -2015-03-10 21:14:46 queue INFO >>3 [867] -2015-03-10 21:14:46 sendUrl INFO 3 [867] R:OK -2015-03-10 21:15:36 queue INFO >>3 [868] -2015-03-10 21:15:37 sendUrl INFO 3 [868] R:OK -2015-03-10 21:16:27 queue INFO >>3 [869] -2015-03-10 21:16:27 sendUrl INFO 3 [869] R:OK -2015-03-10 21:17:17 queue INFO >>3 [870] -2015-03-10 21:17:17 sendUrl INFO 3 [870] R:OK -2015-03-10 21:17:41 queue INFO 83 [871] -2015-03-10 21:17:42 sendUrl INFO 83 [871] R:OK -2015-03-10 21:17:42 queue INFO >83 [872] -2015-03-10 21:17:42 sendUrl INFO 83 [872] R:OK -2015-03-10 21:17:43 queue INFO 3 [873] -2015-03-10 21:17:43 queue INFO >3 [874] -2015-03-10 21:17:44 sendUrl INFO 3 [873] R:OK -2015-03-10 21:17:44 sendUrl INFO 3 [874] R:OK -2015-03-10 21:18:33 queue INFO >>3 [875] -2015-03-10 21:18:33 sendUrl INFO 3 [875] R:OK -2015-03-10 21:19:23 queue INFO >>3 [876] -2015-03-10 21:19:24 sendUrl INFO 3 [876] R:OK -2015-03-10 21:20:13 queue INFO >>3 [877] -2015-03-10 21:20:14 sendUrl INFO 3 [877] R:OK -2015-03-10 21:21:04 queue INFO >>3 [878] -2015-03-10 21:21:04 sendUrl INFO 3 [878] R:OK -2015-03-10 21:21:54 queue INFO >>3 [879] -2015-03-10 21:21:54 sendUrl INFO 3 [879] R:OK -2015-03-10 21:22:44 queue INFO >>3 [880] -2015-03-10 21:22:44 sendUrl INFO 3 [880] R:OK -2015-03-10 21:23:34 queue INFO >>3 [881] -2015-03-10 21:23:34 sendUrl INFO 3 [881] R:OK -2015-03-10 21:24:24 queue INFO >>3 [882] -2015-03-10 21:24:24 sendUrl INFO 3 [882] R:OK -2015-03-10 21:25:14 queue INFO >>3 [883] -2015-03-10 21:25:15 sendUrl INFO 3 [883] R:OK -2015-03-10 21:25:30 queue INFO 83 [884] -2015-03-10 21:25:30 queue INFO >83 [885] -2015-03-10 21:25:30 sendUrl INFO 83 [884] R:OK -2015-03-10 21:25:31 sendUrl INFO 83 [885] R:OK -2015-03-10 21:25:31 queue INFO 3 [886] -2015-03-10 21:25:32 queue INFO >3 [887] -2015-03-10 21:25:32 sendUrl INFO 3 [886] R:OK -2015-03-10 21:25:32 sendUrl INFO 3 [887] R:OK -2015-03-10 21:26:22 queue INFO >>3 [888] -2015-03-10 21:26:22 sendUrl INFO 3 [888] R:OK -2015-03-10 21:27:12 queue INFO >>3 [889] -2015-03-10 21:27:12 sendUrl INFO 3 [889] R:OK -2015-03-10 21:28:02 queue INFO >>3 [890] -2015-03-10 21:28:02 sendUrl INFO 3 [890] R:OK -2015-03-10 21:28:52 queue INFO >>3 [891] -2015-03-10 21:28:53 sendUrl INFO 3 [891] R:OK -2015-03-10 21:29:42 queue INFO >>3 [892] -2015-03-10 21:29:42 sendUrl INFO 3 [892] R:OK -2015-03-10 21:30:32 queue INFO >>3 [893] -2015-03-10 21:30:33 sendUrl INFO 3 [893] R:OK -2015-03-10 21:31:23 queue INFO >>3 [894] -2015-03-10 21:31:23 sendUrl INFO 3 [894] R:OK -2015-03-10 21:32:13 queue INFO >>3 [895] -2015-03-10 21:32:13 sendUrl INFO 3 [895] R:OK -2015-03-10 21:33:03 queue INFO >>3 [896] -2015-03-10 21:33:03 sendUrl INFO 3 [896] R:OK -2015-03-10 21:33:28 queue INFO 83 [897] -2015-03-10 21:33:28 queue INFO >83 [898] -2015-03-10 21:33:28 sendUrl INFO 83 [897] R:OK -2015-03-10 21:33:28 sendUrl INFO 83 [898] R:OK -2015-03-10 21:33:29 queue INFO 3 [899] -2015-03-10 21:33:29 queue INFO >3 [900] -2015-03-10 21:33:29 sendUrl INFO 3 [899] R:OK -2015-03-10 21:33:30 sendUrl INFO 3 [900] R:OK -2015-03-10 21:34:19 queue INFO >>3 [901] -2015-03-10 21:34:20 sendUrl INFO 3 [901] R:OK -2015-03-10 21:35:09 queue INFO >>3 [902] -2015-03-10 21:35:10 sendUrl INFO 3 [902] R:OK -2015-03-10 21:36:00 queue INFO >>3 [903] -2015-03-10 21:36:00 sendUrl INFO 3 [903] R:OK -2015-03-10 21:36:50 queue INFO >>3 [904] -2015-03-10 21:36:50 sendUrl INFO 3 [904] R:OK -2015-03-10 21:37:40 queue INFO >>3 [905] -2015-03-10 21:37:40 sendUrl INFO 3 [905] R:OK -2015-03-10 21:38:30 queue INFO >>3 [906] -2015-03-10 21:38:30 sendUrl INFO 3 [906] R:OK -2015-03-10 21:39:20 queue INFO >>3 [907] -2015-03-10 21:39:21 sendUrl INFO 3 [907] R:OK -2015-03-10 21:40:10 queue INFO >>3 [908] -2015-03-10 21:40:11 sendUrl INFO 3 [908] R:OK -2015-03-10 21:41:01 queue INFO >>3 [909] -2015-03-10 21:41:01 sendUrl INFO 3 [909] R:OK -2015-03-10 21:41:16 queue INFO 83 [910] -2015-03-10 21:41:16 queue INFO >83 [911] -2015-03-10 21:41:16 sendUrl INFO 83 [910] R:OK -2015-03-10 21:41:17 sendUrl INFO 83 [911] R:OK -2015-03-10 21:41:17 queue INFO 3 [912] -2015-03-10 21:41:17 queue INFO >3 [913] -2015-03-10 21:41:18 sendUrl INFO 3 [912] R:OK -2015-03-10 21:41:18 sendUrl INFO 3 [913] R:OK -2015-03-10 21:42:07 queue INFO >>3 [914] -2015-03-10 21:42:08 sendUrl INFO 3 [914] R:OK -2015-03-10 21:42:57 queue INFO >>3 [915] -2015-03-10 21:42:58 sendUrl INFO 3 [915] R:OK -2015-03-10 21:43:48 queue INFO >>3 [916] -2015-03-10 21:43:48 sendUrl INFO 3 [916] R:OK -2015-03-10 21:44:38 queue INFO >>3 [917] -2015-03-10 21:44:38 sendUrl INFO 3 [917] R:OK -2015-03-10 21:45:28 queue INFO >>3 [918] -2015-03-10 21:45:28 sendUrl INFO 3 [918] R:OK -2015-03-10 21:46:18 queue INFO >>3 [919] -2015-03-10 21:46:19 sendUrl INFO 3 [919] R:OK -2015-03-10 21:47:08 queue INFO >>3 [920] -2015-03-10 21:47:08 sendUrl INFO 3 [920] R:OK -2015-03-10 21:47:58 queue INFO >>3 [921] -2015-03-10 21:47:59 sendUrl INFO 3 [921] R:OK -2015-03-10 21:48:49 queue INFO >>3 [922] -2015-03-10 21:48:49 sendUrl INFO 3 [922] R:OK -2015-03-10 21:49:13 queue INFO 83 [923] -2015-03-10 21:49:13 queue INFO >83 [924] -2015-03-10 21:49:14 sendUrl INFO 83 [923] R:OK -2015-03-10 21:49:14 sendUrl INFO 83 [924] R:OK -2015-03-10 21:49:15 queue INFO 3 [925] -2015-03-10 21:49:15 queue INFO >3 [926] -2015-03-10 21:49:15 sendUrl INFO 3 [925] R:OK -2015-03-10 21:49:16 sendUrl INFO 3 [926] R:OK -2015-03-10 21:50:05 queue INFO >>3 [927] -2015-03-10 21:50:05 sendUrl INFO 3 [927] R:OK -2015-03-10 21:50:55 queue INFO >>3 [928] -2015-03-10 21:50:55 sendUrl INFO 3 [928] R:OK -2015-03-10 21:51:45 queue INFO >>3 [929] -2015-03-10 21:51:46 sendUrl INFO 3 [929] R:OK -2015-03-10 21:52:35 queue INFO >>3 [930] -2015-03-10 21:52:36 sendUrl INFO 3 [930] R:OK -2015-03-10 21:53:26 queue INFO >>3 [931] -2015-03-10 21:53:26 sendUrl INFO 3 [931] R:OK -2015-03-10 21:54:16 queue INFO >>3 [932] -2015-03-10 21:54:16 sendUrl INFO 3 [932] R:OK -2015-03-10 21:55:06 queue INFO >>3 [933] -2015-03-10 21:55:06 sendUrl INFO 3 [933] R:OK -2015-03-10 21:55:56 queue INFO >>3 [934] -2015-03-10 21:55:56 sendUrl INFO 3 [934] R:OK -2015-03-10 21:56:46 queue INFO >>3 [935] -2015-03-10 21:56:47 sendUrl INFO 3 [935] R:OK -2015-03-10 21:57:02 queue INFO 83 [936] -2015-03-10 21:57:02 queue INFO >83 [937] -2015-03-10 21:57:02 sendUrl INFO 83 [936] R:OK -2015-03-10 21:57:02 sendUrl INFO 83 [937] R:OK -2015-03-10 21:57:03 queue INFO 3 [938] -2015-03-10 21:57:03 sendUrl INFO 3 [938] R:OK -2015-03-10 21:57:03 queue INFO >3 [939] -2015-03-10 21:57:04 sendUrl INFO 3 [939] R:OK -2015-03-10 21:57:53 queue INFO >>3 [940] -2015-03-10 21:57:54 sendUrl INFO 3 [940] R:OK -2015-03-10 21:58:44 queue INFO >>3 [941] -2015-03-10 21:58:44 sendUrl INFO 3 [941] R:OK -2015-03-10 21:59:34 queue INFO >>3 [942] -2015-03-10 21:59:34 sendUrl INFO 3 [942] R:OK -2015-03-10 22:00:24 queue INFO >>3 [943] -2015-03-10 22:00:24 sendUrl INFO 3 [943] R:OK -2015-03-10 22:01:14 queue INFO >>3 [944] -2015-03-10 22:01:15 sendUrl INFO 3 [944] R:OK -2015-03-10 22:02:04 queue INFO >>3 [945] -2015-03-10 22:02:04 sendUrl INFO 3 [945] R:OK -2015-03-10 22:02:54 queue INFO >>3 [946] -2015-03-10 22:02:55 sendUrl INFO 3 [946] R:OK -2015-03-10 22:03:45 queue INFO >>3 [947] -2015-03-10 22:03:45 sendUrl INFO 3 [947] R:OK -2015-03-10 22:04:35 queue INFO >>3 [948] -2015-03-10 22:04:35 sendUrl INFO 3 [948] R:OK -2015-03-10 22:04:59 queue INFO 83 [949] -2015-03-10 22:05:00 queue INFO >83 [950] -2015-03-10 22:05:00 sendUrl INFO 83 [949] R:OK -2015-03-10 22:05:00 sendUrl INFO 83 [950] R:OK -2015-03-10 22:05:01 queue INFO 3 [951] -2015-03-10 22:05:01 queue INFO >3 [952] -2015-03-10 22:05:01 sendUrl INFO 3 [951] R:OK -2015-03-10 22:05:02 sendUrl INFO 3 [952] R:OK -2015-03-10 22:05:51 queue INFO >>3 [953] -2015-03-10 22:05:51 sendUrl INFO 3 [953] R:OK -2015-03-10 22:06:41 queue INFO >>3 [954] -2015-03-10 22:06:42 sendUrl INFO 3 [954] R:OK -2015-03-10 22:07:31 queue INFO >>3 [955] -2015-03-10 22:07:32 sendUrl INFO 3 [955] R:OK -2015-03-10 22:08:22 queue INFO >>3 [956] -2015-03-10 22:08:22 sendUrl INFO 3 [956] R:OK -2015-03-10 22:09:12 queue INFO >>3 [957] -2015-03-10 22:09:12 sendUrl INFO 3 [957] R:OK -2015-03-10 22:10:02 queue INFO >>3 [958] -2015-03-10 22:10:02 sendUrl INFO 3 [958] R:OK -2015-03-10 22:10:52 queue INFO >>3 [959] -2015-03-10 22:10:52 sendUrl INFO 3 [959] R:OK -2015-03-10 22:11:42 queue INFO >>3 [960] -2015-03-10 22:11:42 sendUrl INFO 3 [960] R:OK -2015-03-10 22:12:32 queue INFO >>3 [961] -2015-03-10 22:12:33 sendUrl INFO 3 [961] R:OK -2015-03-10 22:13:22 queue INFO >>3 [962] -2015-03-10 22:13:23 sendUrl INFO 3 [962] R:OK -2015-03-10 22:14:09 queue INFO 83 [963] -2015-03-10 22:14:09 queue INFO >83 [964] -2015-03-10 22:14:09 sendUrl INFO 83 [963] R:OK -2015-03-10 22:14:10 sendUrl INFO 83 [964] R:OK -2015-03-10 22:14:11 queue INFO 3 [965] -2015-03-10 22:14:11 sendUrl INFO 3 [965] R:OK -2015-03-10 22:14:11 queue INFO >3 [966] -2015-03-10 22:14:11 sendUrl INFO 3 [966] R:OK -2015-03-10 22:15:01 queue INFO >>3 [967] -2015-03-10 22:15:01 sendUrl INFO 3 [967] R:OK -2015-03-10 22:15:51 queue INFO >>3 [968] -2015-03-10 22:15:51 sendUrl INFO 3 [968] R:OK -2015-03-10 22:16:41 queue INFO >>3 [969] -2015-03-10 22:16:41 sendUrl INFO 3 [969] R:OK -2015-03-10 22:17:31 queue INFO >>3 [970] -2015-03-10 22:17:32 sendUrl INFO 3 [970] R:OK -2015-03-10 22:18:21 queue INFO >>3 [971] -2015-03-10 22:18:22 sendUrl INFO 3 [971] R:OK -2015-03-10 22:19:12 queue INFO >>3 [972] -2015-03-10 22:19:12 sendUrl INFO 3 [972] R:OK -2015-03-10 22:20:02 queue INFO >>3 [973] -2015-03-10 22:20:02 sendUrl INFO 3 [973] R:OK -2015-03-10 22:20:52 queue INFO >>3 [974] -2015-03-10 22:20:52 sendUrl INFO 3 [974] R:OK -2015-03-10 22:21:42 queue INFO >>3 [975] -2015-03-10 22:21:42 sendUrl INFO 3 [975] R:OK -2015-03-10 22:22:07 queue INFO 83 [976] -2015-03-10 22:22:07 queue INFO >83 [977] -2015-03-10 22:22:07 sendUrl INFO 83 [976] R:OK -2015-03-10 22:22:07 sendUrl INFO 83 [977] R:OK -2015-03-10 22:22:08 queue INFO 3 [978] -2015-03-10 22:22:08 queue INFO >3 [979] -2015-03-10 22:22:09 sendUrl INFO 3 [978] R:OK -2015-03-10 22:22:09 sendUrl INFO 3 [979] R:OK -2015-03-10 22:22:58 queue INFO >>3 [980] -2015-03-10 22:22:59 sendUrl INFO 3 [980] R:OK -2015-03-10 22:23:49 queue INFO >>3 [981] -2015-03-10 22:23:49 sendUrl INFO 3 [981] R:OK -2015-03-10 22:24:39 queue INFO >>3 [982] -2015-03-10 22:24:39 sendUrl INFO 3 [982] R:OK -2015-03-10 22:25:29 queue INFO >>3 [983] -2015-03-10 22:25:29 sendUrl INFO 3 [983] R:OK -2015-03-10 22:26:19 queue INFO >>3 [984] -2015-03-10 22:26:19 sendUrl INFO 3 [984] R:OK -2015-03-10 22:27:09 queue INFO >>3 [985] -2015-03-10 22:27:09 sendUrl INFO 3 [985] R:OK -2015-03-10 22:27:59 queue INFO >>3 [986] -2015-03-10 22:28:00 sendUrl INFO 3 [986] R:OK -2015-03-10 22:28:49 queue INFO >>3 [987] -2015-03-10 22:28:50 sendUrl INFO 3 [987] R:OK -2015-03-10 22:29:40 queue INFO >>3 [988] -2015-03-10 22:29:40 sendUrl INFO 3 [988] R:OK -2015-03-10 22:29:55 queue INFO 83 [989] -2015-03-10 22:29:55 queue INFO >83 [990] -2015-03-10 22:29:56 sendUrl INFO 83 [989] R:OK -2015-03-10 22:29:56 sendUrl INFO 83 [990] R:OK -2015-03-10 22:29:57 queue INFO 3 [991] -2015-03-10 22:29:57 queue INFO >3 [992] -2015-03-10 22:29:57 sendUrl INFO 3 [991] R:OK -2015-03-10 22:29:58 sendUrl INFO 3 [992] R:OK -2015-03-10 22:30:47 queue INFO >>3 [993] -2015-03-10 22:30:47 sendUrl INFO 3 [993] R:OK -2015-03-10 22:31:37 queue INFO >>3 [994] -2015-03-10 22:31:37 sendUrl INFO 3 [994] R:OK -2015-03-10 22:32:27 queue INFO >>3 [995] -2015-03-10 22:32:28 sendUrl INFO 3 [995] R:OK -2015-03-10 22:33:17 queue INFO >>3 [996] -2015-03-10 22:33:17 sendUrl INFO 3 [996] R:OK -2015-03-10 22:34:07 queue INFO >>3 [997] -2015-03-10 22:34:08 sendUrl INFO 3 [997] R:OK -2015-03-10 22:34:58 queue INFO >>3 [998] -2015-03-10 22:34:58 sendUrl INFO 3 [998] R:OK -2015-03-10 22:35:48 queue INFO >>3 [999] -2015-03-10 22:35:48 sendUrl INFO 3 [999] R:OK -2015-03-10 22:36:38 queue INFO >>3 [0] -2015-03-10 22:36:38 sendUrl INFO 3 [0] R:OK -2015-03-10 22:37:28 queue INFO >>3 [1] -2015-03-10 22:37:29 sendUrl INFO 3 [1] R:OK -2015-03-10 22:37:53 queue INFO 83 [2] -2015-03-10 22:37:53 queue INFO >83 [3] -2015-03-10 22:37:53 sendUrl INFO 83 [2] R:OK -2015-03-10 22:37:54 sendUrl INFO 83 [3] R:OK -2015-03-10 22:37:54 queue INFO 3 [4] -2015-03-10 22:37:55 queue INFO >3 [5] -2015-03-10 22:37:55 sendUrl INFO 3 [4] R:OK -2015-03-10 22:37:55 sendUrl INFO 3 [5] R:OK -2015-03-10 22:38:45 queue INFO >>3 [6] -2015-03-10 22:38:45 sendUrl INFO 3 [6] R:OK -2015-03-10 22:39:35 queue INFO >>3 [7] -2015-03-10 22:39:35 sendUrl INFO 3 [7] R:OK -2015-03-10 22:40:25 queue INFO >>3 [8] -2015-03-10 22:40:25 sendUrl INFO 3 [8] R:OK -2015-03-10 22:41:15 queue INFO >>3 [9] -2015-03-10 22:41:15 sendUrl INFO 3 [9] R:OK -2015-03-10 22:42:05 queue INFO >>3 [10] -2015-03-10 22:42:05 sendUrl INFO 3 [10] R:OK -2015-03-10 22:42:55 queue INFO >>3 [11] -2015-03-10 22:42:55 sendUrl INFO 3 [11] R:OK -2015-03-10 22:43:45 queue INFO >>3 [12] -2015-03-10 22:43:46 sendUrl INFO 3 [12] R:OK -2015-03-10 22:44:35 queue INFO >>3 [13] -2015-03-10 22:44:36 sendUrl INFO 3 [13] R:OK -2015-03-10 22:45:26 queue INFO >>3 [14] -2015-03-10 22:45:26 sendUrl INFO 3 [14] R:OK -2015-03-10 22:45:41 queue INFO 83 [15] -2015-03-10 22:45:41 sendUrl INFO 83 [15] R:OK -2015-03-10 22:45:41 queue INFO >83 [16] -2015-03-10 22:45:41 sendUrl INFO 83 [16] R:OK -2015-03-10 22:45:42 queue INFO 3 [17] -2015-03-10 22:45:43 queue INFO >3 [18] -2015-03-10 22:45:43 sendUrl INFO 3 [17] R:OK -2015-03-10 22:45:43 sendUrl INFO 3 [18] R:OK -2015-03-10 22:46:33 queue INFO >>3 [19] -2015-03-10 22:46:33 sendUrl INFO 3 [19] R:OK -2015-03-10 22:47:23 queue INFO >>3 [20] -2015-03-10 22:47:23 sendUrl INFO 3 [20] R:OK -2015-03-10 22:48:13 queue INFO >>3 [21] -2015-03-10 22:48:13 sendUrl INFO 3 [21] R:OK -2015-03-10 22:49:03 queue INFO >>3 [22] -2015-03-10 22:49:03 sendUrl INFO 3 [22] R:OK -2015-03-10 22:49:53 queue INFO >>3 [23] -2015-03-10 22:49:54 sendUrl INFO 3 [23] R:OK -2015-03-10 22:50:43 queue INFO >>3 [24] -2015-03-10 22:50:43 sendUrl INFO 3 [24] R:OK -2015-03-10 22:51:33 queue INFO >>3 [25] -2015-03-10 22:51:34 sendUrl INFO 3 [25] R:OK -2015-03-10 22:52:24 queue INFO >>3 [26] -2015-03-10 22:52:24 sendUrl INFO 3 [26] R:OK -2015-03-10 22:53:14 queue INFO >>3 [27] -2015-03-10 22:53:14 sendUrl INFO 3 [27] R:OK -2015-03-10 22:53:38 queue INFO 83 [28] -2015-03-10 22:53:39 sendUrl INFO 83 [28] R:OK -2015-03-10 22:53:39 queue INFO >83 [29] -2015-03-10 22:53:39 sendUrl INFO 83 [29] R:OK -2015-03-10 22:53:40 queue INFO 3 [30] -2015-03-10 22:53:40 queue INFO >3 [31] -2015-03-10 22:53:41 sendUrl INFO 3 [30] R:OK -2015-03-10 22:53:41 sendUrl INFO 3 [31] R:OK -2015-03-10 22:54:30 queue INFO >>3 [32] -2015-03-10 22:54:30 sendUrl INFO 3 [32] R:OK -2015-03-10 22:55:20 queue INFO >>3 [33] -2015-03-10 22:55:21 sendUrl INFO 3 [33] R:OK -2015-03-10 22:56:11 queue INFO >>3 [34] -2015-03-10 22:56:11 sendUrl INFO 3 [34] R:OK -2015-03-10 22:57:01 queue INFO >>3 [35] -2015-03-10 22:57:01 sendUrl INFO 3 [35] R:OK -2015-03-10 22:57:51 queue INFO >>3 [36] -2015-03-10 22:57:51 sendUrl INFO 3 [36] R:OK -2015-03-10 22:58:41 queue INFO >>3 [37] -2015-03-10 22:58:41 sendUrl INFO 3 [37] R:OK -2015-03-10 22:59:31 queue INFO >>3 [38] -2015-03-10 22:59:31 sendUrl INFO 3 [38] R:OK -2015-03-10 23:00:21 queue INFO >>3 [39] -2015-03-10 23:00:22 sendUrl INFO 3 [39] R:OK -2015-03-10 23:01:11 queue INFO >>3 [40] -2015-03-10 23:01:12 sendUrl INFO 3 [40] R:OK -2015-03-10 23:01:27 queue INFO 83 [41] -2015-03-10 23:01:27 queue INFO >83 [42] -2015-03-10 23:01:27 sendUrl INFO 83 [41] R:OK -2015-03-10 23:01:28 sendUrl INFO 83 [42] R:OK -2015-03-10 23:01:28 queue INFO 3 [43] -2015-03-10 23:01:29 queue INFO >3 [44] -2015-03-10 23:01:29 sendUrl INFO 3 [43] R:OK -2015-03-10 23:01:29 sendUrl INFO 3 [44] R:OK -2015-03-10 23:02:19 queue INFO >>3 [45] -2015-03-10 23:02:19 sendUrl INFO 3 [45] R:OK -2015-03-10 23:03:09 queue INFO >>3 [46] -2015-03-10 23:03:09 sendUrl INFO 3 [46] R:OK -2015-03-10 23:03:59 queue INFO >>3 [47] -2015-03-10 23:03:59 sendUrl INFO 3 [47] R:OK -2015-03-10 23:04:49 queue INFO >>3 [48] -2015-03-10 23:04:50 sendUrl INFO 3 [48] R:OK -2015-03-10 23:05:39 queue INFO >>3 [49] -2015-03-10 23:05:39 sendUrl INFO 3 [49] R:OK -2015-03-10 23:06:29 queue INFO >>3 [50] -2015-03-10 23:06:30 sendUrl INFO 3 [50] R:OK -2015-03-10 23:07:20 queue INFO >>3 [51] -2015-03-10 23:07:20 sendUrl INFO 3 [51] R:OK -2015-03-10 23:08:10 queue INFO >>3 [52] -2015-03-10 23:08:10 sendUrl INFO 3 [52] R:OK -2015-03-10 23:09:00 queue INFO >>3 [53] -2015-03-10 23:09:00 sendUrl INFO 3 [53] R:OK -2015-03-10 23:09:25 queue INFO 83 [54] -2015-03-10 23:09:25 queue INFO >83 [55] -2015-03-10 23:09:25 sendUrl INFO 83 [54] R:OK -2015-03-10 23:09:25 sendUrl INFO 83 [55] R:OK -2015-03-10 23:09:26 queue INFO 3 [56] -2015-03-10 23:09:26 queue INFO >3 [57] -2015-03-10 23:09:26 sendUrl INFO 3 [56] R:OK -2015-03-10 23:09:27 sendUrl INFO 3 [57] R:OK -2015-03-10 23:10:16 queue INFO >>3 [58] -2015-03-10 23:10:17 sendUrl INFO 3 [58] R:OK -2015-03-10 23:11:06 queue INFO >>3 [59] -2015-03-10 23:11:07 sendUrl INFO 3 [59] R:OK -2015-03-10 23:11:57 queue INFO >>3 [60] -2015-03-10 23:11:57 sendUrl INFO 3 [60] R:OK -2015-03-10 23:12:47 queue INFO >>3 [61] -2015-03-10 23:12:47 sendUrl INFO 3 [61] R:OK -2015-03-10 23:13:37 queue INFO >>3 [62] -2015-03-10 23:13:37 sendUrl INFO 3 [62] R:OK -2015-03-10 23:14:27 queue INFO >>3 [63] -2015-03-10 23:14:27 sendUrl INFO 3 [63] R:OK -2015-03-10 23:15:17 queue INFO >>3 [64] -2015-03-10 23:15:17 sendUrl INFO 3 [64] R:OK -2015-03-10 23:16:07 queue INFO >>3 [65] -2015-03-10 23:16:08 sendUrl INFO 3 [65] R:OK -2015-03-10 23:16:58 queue INFO >>3 [66] -2015-03-10 23:16:58 sendUrl INFO 3 [66] R:OK -2015-03-10 23:17:13 queue INFO 83 [67] -2015-03-10 23:17:13 queue INFO >83 [68] -2015-03-10 23:17:13 sendUrl INFO 83 [67] R:OK -2015-03-10 23:17:14 sendUrl INFO 83 [68] R:OK -2015-03-10 23:17:14 queue INFO 3 [69] -2015-03-10 23:17:14 queue INFO >3 [70] -2015-03-10 23:17:15 sendUrl INFO 3 [69] R:OK -2015-03-10 23:17:15 sendUrl INFO 3 [70] R:OK -2015-03-10 23:18:04 queue INFO >>3 [71] -2015-03-10 23:18:04 sendUrl INFO 3 [71] R:OK -2015-03-10 23:18:54 queue INFO >>3 [72] -2015-03-10 23:18:55 sendUrl INFO 3 [72] R:OK -2015-03-10 23:19:45 queue INFO >>3 [73] -2015-03-10 23:19:45 sendUrl INFO 3 [73] R:OK -2015-03-10 23:20:35 queue INFO >>3 [74] -2015-03-10 23:20:35 sendUrl INFO 3 [74] R:OK -2015-03-10 23:21:25 queue INFO >>3 [75] -2015-03-10 23:21:25 sendUrl INFO 3 [75] R:OK -2015-03-10 23:22:15 queue INFO >>3 [76] -2015-03-10 23:22:16 sendUrl INFO 3 [76] R:OK -2015-03-10 23:23:05 queue INFO >>3 [77] -2015-03-10 23:23:05 sendUrl INFO 3 [77] R:OK -2015-03-10 23:23:55 queue INFO >>3 [78] -2015-03-10 23:23:56 sendUrl INFO 3 [78] R:OK -2015-03-10 23:24:46 queue INFO >>3 [79] -2015-03-10 23:24:46 sendUrl INFO 3 [79] R:OK -2015-03-10 23:25:10 queue INFO 83 [80] -2015-03-10 23:25:10 queue INFO >83 [81] -2015-03-10 23:25:11 sendUrl INFO 83 [80] R:OK -2015-03-10 23:25:11 sendUrl INFO 83 [81] R:OK -2015-03-10 23:25:12 queue INFO 3 [82] -2015-03-10 23:25:12 queue INFO >3 [83] -2015-03-10 23:25:12 sendUrl INFO 3 [82] R:OK -2015-03-10 23:25:13 sendUrl INFO 3 [83] R:OK -2015-03-10 23:26:02 queue INFO >>3 [84] -2015-03-10 23:26:02 sendUrl INFO 3 [84] R:OK -2015-03-10 23:26:52 queue INFO >>3 [85] -2015-03-10 23:26:52 sendUrl INFO 3 [85] R:OK -2015-03-10 23:27:42 queue INFO >>3 [86] -2015-03-10 23:27:43 sendUrl INFO 3 [86] R:OK -2015-03-10 23:28:32 queue INFO >>3 [87] -2015-03-10 23:28:33 sendUrl INFO 3 [87] R:OK -2015-03-10 23:29:23 queue INFO >>3 [88] -2015-03-10 23:29:23 sendUrl INFO 3 [88] R:OK -2015-03-10 23:30:13 queue INFO >>3 [89] -2015-03-10 23:30:13 sendUrl INFO 3 [89] R:OK -2015-03-10 23:31:03 queue INFO >>3 [90] -2015-03-10 23:31:03 sendUrl INFO 3 [90] R:OK -2015-03-10 23:31:53 queue INFO >>3 [91] -2015-03-10 23:31:53 sendUrl INFO 3 [91] R:OK -2015-03-10 23:32:43 queue INFO >>3 [92] -2015-03-10 23:32:43 sendUrl INFO 3 [92] R:OK -2015-03-10 23:32:59 queue INFO 83 [93] -2015-03-10 23:32:59 queue INFO >83 [94] -2015-03-10 23:32:59 sendUrl INFO 83 [93] R:OK -2015-03-10 23:32:59 sendUrl INFO 83 [94] R:OK -2015-03-10 23:33:00 queue INFO 3 [95] -2015-03-10 23:33:00 queue INFO >3 [96] -2015-03-10 23:33:00 sendUrl INFO 3 [95] R:OK -2015-03-10 23:33:01 sendUrl INFO 3 [96] R:OK -2015-03-10 23:33:50 queue INFO >>3 [97] -2015-03-10 23:33:51 sendUrl INFO 3 [97] R:OK -2015-03-10 23:34:40 queue INFO >>3 [98] -2015-03-10 23:34:41 sendUrl INFO 3 [98] R:OK -2015-03-10 23:35:31 queue INFO >>3 [99] -2015-03-10 23:35:31 sendUrl INFO 3 [99] R:OK -2015-03-10 23:36:21 queue INFO >>3 [100] -2015-03-10 23:36:21 sendUrl INFO 3 [100] R:OK -2015-03-10 23:37:11 queue INFO >>3 [101] -2015-03-10 23:37:11 sendUrl INFO 3 [101] R:OK -2015-03-10 23:38:01 queue INFO >>3 [102] -2015-03-10 23:38:01 sendUrl INFO 3 [102] R:OK -2015-03-10 23:38:51 queue INFO >>3 [103] -2015-03-10 23:38:51 sendUrl INFO 3 [103] R:OK -2015-03-10 23:39:41 queue INFO >>3 [104] -2015-03-10 23:39:42 sendUrl INFO 3 [104] R:OK -2015-03-10 23:40:31 queue INFO >>3 [105] -2015-03-10 23:40:32 sendUrl INFO 3 [105] R:OK -2015-03-10 23:40:56 queue INFO 83 [106] -2015-03-10 23:40:57 queue INFO >83 [107] -2015-03-10 23:40:57 sendUrl INFO 83 [106] R:OK -2015-03-10 23:40:57 sendUrl INFO 83 [107] R:OK -2015-03-10 23:40:58 queue INFO 3 [108] -2015-03-10 23:40:58 queue INFO >3 [109] -2015-03-10 23:40:58 sendUrl INFO 3 [108] R:OK -2015-03-10 23:40:59 sendUrl INFO 3 [109] R:OK -2015-03-10 23:41:48 queue INFO >>3 [110] -2015-03-10 23:41:48 sendUrl INFO 3 [110] R:OK -2015-03-10 23:42:38 queue INFO >>3 [111] -2015-03-10 23:42:39 sendUrl INFO 3 [111] R:OK -2015-03-10 23:43:28 queue INFO >>3 [112] -2015-03-10 23:43:29 sendUrl INFO 3 [112] R:OK -2015-03-10 23:44:19 queue INFO >>3 [113] -2015-03-10 23:44:19 sendUrl INFO 3 [113] R:OK -2015-03-10 23:45:09 queue INFO >>3 [114] -2015-03-10 23:45:09 sendUrl INFO 3 [114] R:OK -2015-03-10 23:45:59 queue INFO >>3 [115] -2015-03-10 23:45:59 sendUrl INFO 3 [115] R:OK -2015-03-10 23:46:49 queue INFO >>3 [116] -2015-03-10 23:46:49 sendUrl INFO 3 [116] R:OK -2015-03-10 23:47:39 queue INFO >>3 [117] -2015-03-10 23:47:39 sendUrl INFO 3 [117] R:OK -2015-03-10 23:48:29 queue INFO >>3 [118] -2015-03-10 23:48:30 sendUrl INFO 3 [118] R:OK -2015-03-10 23:48:44 queue INFO 83 [119] -2015-03-10 23:48:45 queue INFO >83 [120] -2015-03-10 23:48:45 sendUrl INFO 83 [119] R:OK -2015-03-10 23:48:45 sendUrl INFO 83 [120] R:OK -2015-03-10 23:48:46 queue INFO 3 [121] -2015-03-10 23:48:46 queue INFO >3 [122] -2015-03-10 23:48:46 sendUrl INFO 3 [121] R:OK -2015-03-10 23:48:47 sendUrl INFO 3 [122] R:OK -2015-03-10 23:49:36 queue INFO >>3 [123] -2015-03-10 23:49:37 sendUrl INFO 3 [123] R:OK -2015-03-10 23:50:26 queue INFO >>3 [124] -2015-03-10 23:50:26 sendUrl INFO 3 [124] R:OK -2015-03-10 23:51:16 queue INFO >>3 [125] -2015-03-10 23:51:17 sendUrl INFO 3 [125] R:OK -2015-03-10 23:52:07 queue INFO >>3 [126] -2015-03-10 23:52:07 sendUrl INFO 3 [126] R:OK -2015-03-10 23:52:57 queue INFO >>3 [127] -2015-03-10 23:52:57 sendUrl INFO 3 [127] R:OK -2015-03-10 23:53:47 queue INFO >>3 [128] -2015-03-10 23:53:47 sendUrl INFO 3 [128] R:OK -2015-03-10 23:54:37 queue INFO >>3 [129] -2015-03-10 23:54:37 sendUrl INFO 3 [129] R:OK -2015-03-10 23:55:27 queue INFO >>3 [130] -2015-03-10 23:55:27 sendUrl INFO 3 [130] R:OK -2015-03-10 23:56:17 queue INFO >>3 [131] -2015-03-10 23:56:18 sendUrl INFO 3 [131] R:OK -2015-03-10 23:56:42 queue INFO 83 [132] -2015-03-10 23:56:42 queue INFO >83 [133] -2015-03-10 23:56:42 sendUrl INFO 83 [132] R:OK -2015-03-10 23:56:43 sendUrl INFO 83 [133] R:OK -2015-03-10 23:56:44 queue INFO 3 [134] -2015-03-10 23:56:44 queue INFO >3 [135] -2015-03-10 23:56:44 sendUrl INFO 3 [134] R:OK -2015-03-10 23:56:44 sendUrl INFO 3 [135] R:OK -2015-03-10 23:57:34 queue INFO >>3 [136] -2015-03-10 23:57:34 sendUrl INFO 3 [136] R:OK -2015-03-10 23:58:24 queue INFO >>3 [137] -2015-03-10 23:58:24 sendUrl INFO 3 [137] R:OK -2015-03-10 23:59:14 queue INFO >>3 [138] -2015-03-10 23:59:14 sendUrl INFO 3 [138] R:OK -2015-03-11 00:00:04 queue INFO >>3 [139] -2015-03-11 00:00:05 sendUrl INFO 3 [139] R:OK -2015-03-11 00:00:54 queue INFO >>3 [140] -2015-03-11 00:00:55 sendUrl INFO 3 [140] R:OK -2015-03-11 00:01:45 queue INFO >>3 [141] -2015-03-11 00:01:45 sendUrl INFO 3 [141] R:OK -2015-03-11 00:02:35 queue INFO >>3 [142] -2015-03-11 00:02:35 sendUrl INFO 3 [142] R:OK -2015-03-11 00:03:25 queue INFO >>3 [143] -2015-03-11 00:03:25 sendUrl INFO 3 [143] R:OK -2015-03-11 00:04:15 queue INFO >>3 [144] -2015-03-11 00:04:15 sendUrl INFO 3 [144] R:OK -2015-03-11 00:04:30 queue INFO 83 [145] -2015-03-11 00:04:31 sendUrl INFO 83 [145] R:OK -2015-03-11 00:04:31 queue INFO >83 [146] -2015-03-11 00:04:31 sendUrl INFO 83 [146] R:OK -2015-03-11 00:04:32 queue INFO 3 [147] -2015-03-11 00:04:32 queue INFO >3 [148] -2015-03-11 00:04:33 sendUrl INFO 3 [147] R:OK -2015-03-11 00:04:33 sendUrl INFO 3 [148] R:OK -2015-03-11 00:05:22 queue INFO >>3 [149] -2015-03-11 00:05:22 sendUrl INFO 3 [149] R:OK -2015-03-11 00:06:12 queue INFO >>3 [150] -2015-03-11 00:06:13 sendUrl INFO 3 [150] R:OK -2015-03-11 00:07:02 queue INFO >>3 [151] -2015-03-11 00:07:03 sendUrl INFO 3 [151] R:OK -2015-03-11 00:07:53 queue INFO >>3 [152] -2015-03-11 00:07:53 sendUrl INFO 3 [152] R:OK -2015-03-11 00:08:43 queue INFO >>3 [153] -2015-03-11 00:08:43 sendUrl INFO 3 [153] R:OK -2015-03-11 00:09:33 queue INFO >>3 [154] -2015-03-11 00:09:33 sendUrl INFO 3 [154] R:OK -2015-03-11 00:10:23 queue INFO >>3 [155] -2015-03-11 00:10:23 sendUrl INFO 3 [155] R:OK -2015-03-11 00:11:13 queue INFO >>3 [156] -2015-03-11 00:11:13 sendUrl INFO 3 [156] R:OK -2015-03-11 00:12:03 queue INFO >>3 [157] -2015-03-11 00:12:04 sendUrl INFO 3 [157] R:OK -2015-03-11 00:12:28 queue INFO 83 [158] -2015-03-11 00:12:28 queue INFO >83 [159] -2015-03-11 00:12:28 sendUrl INFO 83 [158] R:OK -2015-03-11 00:12:29 sendUrl INFO 83 [159] R:OK -2015-03-11 00:12:30 queue INFO 3 [160] -2015-03-11 00:12:30 sendUrl INFO 3 [160] R:OK -2015-03-11 00:12:30 queue INFO >3 [161] -2015-03-11 00:12:30 sendUrl INFO 3 [161] R:OK -2015-03-11 00:13:20 queue INFO >>3 [162] -2015-03-11 00:13:20 sendUrl INFO 3 [162] R:OK -2015-03-11 00:14:10 queue INFO >>3 [163] -2015-03-11 00:14:10 sendUrl INFO 3 [163] R:OK -2015-03-11 00:15:00 queue INFO >>3 [164] -2015-03-11 00:15:00 sendUrl INFO 3 [164] R:OK -2015-03-11 00:15:50 queue INFO >>3 [165] -2015-03-11 00:15:51 sendUrl INFO 3 [165] R:OK -2015-03-11 00:16:40 queue INFO >>3 [166] -2015-03-11 00:16:41 sendUrl INFO 3 [166] R:OK -2015-03-11 00:17:31 queue INFO >>3 [167] -2015-03-11 00:17:31 sendUrl INFO 3 [167] R:OK -2015-03-11 00:18:21 queue INFO >>3 [168] -2015-03-11 00:18:21 sendUrl INFO 3 [168] R:OK -2015-03-11 00:19:11 queue INFO >>3 [169] -2015-03-11 00:19:11 sendUrl INFO 3 [169] R:OK -2015-03-11 00:20:01 queue INFO >>3 [170] -2015-03-11 00:20:01 sendUrl INFO 3 [170] R:OK -2015-03-11 00:20:16 queue INFO 83 [171] -2015-03-11 00:20:16 sendUrl INFO 83 [171] R:OK -2015-03-11 00:20:17 queue INFO >83 [172] -2015-03-11 00:20:17 sendUrl INFO 83 [172] R:OK -2015-03-11 00:20:18 queue INFO 3 [173] -2015-03-11 00:20:18 queue INFO >3 [174] -2015-03-11 00:20:18 sendUrl INFO 3 [173] R:OK -2015-03-11 00:20:19 sendUrl INFO 3 [174] R:OK -2015-03-11 00:21:08 queue INFO >>3 [175] -2015-03-11 00:21:08 sendUrl INFO 3 [175] R:OK -2015-03-11 00:21:58 queue INFO >>3 [176] -2015-03-11 00:21:59 sendUrl INFO 3 [176] R:OK -2015-03-11 00:22:48 queue INFO >>3 [177] -2015-03-11 00:22:49 sendUrl INFO 3 [177] R:OK -2015-03-11 00:23:39 queue INFO >>3 [178] -2015-03-11 00:23:39 sendUrl INFO 3 [178] R:OK -2015-03-11 00:24:29 queue INFO >>3 [179] -2015-03-11 00:24:29 sendUrl INFO 3 [179] R:OK -2015-03-11 00:25:19 queue INFO >>3 [180] -2015-03-11 00:25:19 sendUrl INFO 3 [180] R:OK -2015-03-11 00:26:09 queue INFO >>3 [181] -2015-03-11 00:26:09 sendUrl INFO 3 [181] R:OK -2015-03-11 00:26:59 queue INFO >>3 [182] -2015-03-11 00:27:00 sendUrl INFO 3 [182] R:OK -2015-03-11 00:27:49 queue INFO >>3 [183] -2015-03-11 00:27:49 sendUrl INFO 3 [183] R:OK -2015-03-11 00:28:14 queue INFO 83 [184] -2015-03-11 00:28:14 sendUrl INFO 83 [184] R:OK -2015-03-11 00:28:14 queue INFO >83 [185] -2015-03-11 00:28:15 sendUrl INFO 83 [185] R:OK -2015-03-11 00:28:16 queue INFO 3 [186] -2015-03-11 00:28:16 queue INFO >3 [187] -2015-03-11 00:28:16 sendUrl INFO 3 [186] R:OK -2015-03-11 00:28:17 sendUrl INFO 3 [187] R:OK -2015-03-11 00:29:06 queue INFO >>3 [188] -2015-03-11 00:29:06 sendUrl INFO 3 [188] R:OK -2015-03-11 00:29:56 queue INFO >>3 [189] -2015-03-11 00:29:56 sendUrl INFO 3 [189] R:OK -2015-03-11 00:30:46 queue INFO >>3 [190] -2015-03-11 00:30:47 sendUrl INFO 3 [190] R:OK -2015-03-11 00:31:36 queue INFO >>3 [191] -2015-03-11 00:31:36 sendUrl INFO 3 [191] R:OK -2015-03-11 00:32:26 queue INFO >>3 [192] -2015-03-11 00:32:27 sendUrl INFO 3 [192] R:OK -2015-03-11 00:33:17 queue INFO >>3 [193] -2015-03-11 00:33:17 sendUrl INFO 3 [193] R:OK -2015-03-11 00:34:07 queue INFO >>3 [194] -2015-03-11 00:34:07 sendUrl INFO 3 [194] R:OK -2015-03-11 00:34:57 queue INFO >>3 [195] -2015-03-11 00:34:57 sendUrl INFO 3 [195] R:OK -2015-03-11 00:35:47 queue INFO >>3 [196] -2015-03-11 00:35:47 sendUrl INFO 3 [196] R:OK -2015-03-11 00:36:02 queue INFO 83 [197] -2015-03-11 00:36:02 queue INFO >83 [198] -2015-03-11 00:36:03 sendUrl INFO 83 [197] R:OK -2015-03-11 00:36:03 sendUrl INFO 83 [198] R:OK -2015-03-11 00:36:04 queue INFO 3 [199] -2015-03-11 00:36:04 queue INFO >3 [200] -2015-03-11 00:36:04 sendUrl INFO 3 [199] R:OK -2015-03-11 00:36:05 sendUrl INFO 3 [200] R:OK -2015-03-11 00:36:05 queue INFO 9 [201] -2015-03-11 00:36:05 queue INFO >9 [202] -2015-03-11 00:36:06 sendUrl INFO 9 [201] R:OK -2015-03-11 00:36:06 sendUrl INFO 9 [202] R:OK -2015-03-11 00:36:55 queue INFO >>9 [203] -2015-03-11 00:36:56 sendUrl INFO 9 [203] R:OK -2015-03-11 00:37:46 queue INFO >>9 [204] -2015-03-11 00:37:46 sendUrl INFO 9 [204] R:OK -2015-03-11 00:38:36 queue INFO >>9 [205] -2015-03-11 00:38:36 sendUrl INFO 9 [205] R:OK -2015-03-11 00:39:26 queue INFO >>9 [206] -2015-03-11 00:39:26 sendUrl INFO 9 [206] R:OK -2015-03-11 00:40:16 queue INFO >>9 [207] -2015-03-11 00:40:16 sendUrl INFO 9 [207] R:OK -2015-03-11 00:41:06 queue INFO >>9 [208] -2015-03-11 00:41:06 sendUrl INFO 9 [208] R:OK -2015-03-11 00:41:56 queue INFO >>9 [209] -2015-03-11 00:41:57 sendUrl INFO 9 [209] R:OK -2015-03-11 00:42:46 queue INFO >>9 [210] -2015-03-11 00:42:47 sendUrl INFO 9 [210] R:OK -2015-03-11 00:43:37 queue INFO >>9 [211] -2015-03-11 00:43:37 sendUrl INFO 9 [211] R:OK -2015-03-11 00:44:27 queue INFO >>9 [212] -2015-03-11 00:44:27 sendUrl INFO 9 [212] R:OK -2015-03-11 00:45:17 queue INFO >>9 [213] -2015-03-11 00:45:17 sendUrl INFO 9 [213] R:OK -2015-03-11 00:46:07 queue INFO >>9 [214] -2015-03-11 00:46:07 sendUrl INFO 9 [214] R:OK -2015-03-11 00:46:57 queue INFO >>9 [215] -2015-03-11 00:46:58 sendUrl INFO 9 [215] R:OK -2015-03-11 00:47:47 queue INFO >>9 [216] -2015-03-11 00:47:48 sendUrl INFO 9 [216] R:OK -2015-03-11 00:47:57 queue INFO 29 [217] -2015-03-11 00:47:57 queue INFO >29 [218] -2015-03-11 00:47:57 sendUrl INFO 29 [217] R:OK -2015-03-11 00:47:58 sendUrl INFO 29 [218] R:OK -2015-03-11 00:48:47 queue INFO >>29 [219] -2015-03-11 00:48:47 sendUrl INFO 29 [219] R:OK -2015-03-11 00:49:37 queue INFO >>29 [220] -2015-03-11 00:49:37 sendUrl INFO 29 [220] R:OK -2015-03-11 00:50:27 queue INFO >>29 [221] -2015-03-11 00:50:28 sendUrl INFO 29 [221] R:OK -2015-03-11 00:51:17 queue INFO >>29 [222] -2015-03-11 00:51:17 sendUrl INFO 29 [222] R:OK -2015-03-11 00:52:07 queue INFO >>29 [223] -2015-03-11 00:52:08 sendUrl INFO 29 [223] R:OK -2015-03-11 00:52:57 queue INFO >>29 [224] -2015-03-11 00:52:58 sendUrl INFO 29 [224] R:OK -2015-03-11 00:53:48 queue INFO >>29 [225] -2015-03-11 00:53:48 sendUrl INFO 29 [225] R:OK -2015-03-11 00:54:38 queue INFO >>29 [226] -2015-03-11 00:54:38 sendUrl INFO 29 [226] R:OK -2015-03-11 00:55:28 queue INFO >>29 [227] -2015-03-11 00:55:28 sendUrl INFO 29 [227] R:OK -2015-03-11 00:56:18 queue INFO >>29 [228] -2015-03-11 00:56:18 sendUrl INFO 29 [228] R:OK -2015-03-11 00:57:08 queue INFO >>29 [229] -2015-03-11 00:57:08 sendUrl INFO 29 [229] R:OK -2015-03-11 00:57:58 queue INFO >>29 [230] -2015-03-11 00:57:59 sendUrl INFO 29 [230] R:OK -2015-03-11 00:58:48 queue INFO >>29 [231] -2015-03-11 00:58:49 sendUrl INFO 29 [231] R:OK -2015-03-11 00:59:39 queue INFO >>29 [232] -2015-03-11 00:59:39 sendUrl INFO 29 [232] R:OK -2015-03-11 01:00:29 queue INFO >>29 [233] -2015-03-11 01:00:29 sendUrl INFO 29 [233] R:OK -2015-03-11 01:01:19 queue INFO >>29 [234] -2015-03-11 01:01:19 sendUrl INFO 29 [234] R:OK -2015-03-11 01:02:09 queue INFO >>29 [235] -2015-03-11 01:02:09 sendUrl INFO 29 [235] R:OK -2015-03-11 01:02:56 queue INFO 21 [236] -2015-03-11 01:02:56 queue INFO >21 [237] -2015-03-11 01:02:57 sendUrl INFO 21 [236] R:OK -2015-03-11 01:02:57 sendUrl INFO 21 [237] R:OK -2015-03-11 01:03:46 queue INFO >>21 [238] -2015-03-11 01:03:46 sendUrl INFO 21 [238] R:OK -2015-03-11 01:04:10 queue INFO 1 [239] -2015-03-11 01:04:10 queue INFO >1 [240] -2015-03-11 01:04:10 sendUrl INFO 1 [239] R:OK -2015-03-11 01:04:11 sendUrl INFO 1 [240] R:OK -2015-03-11 01:04:43 queue INFO 81 [241] -2015-03-11 01:04:43 sendUrl INFO 81 [241] R:OK -2015-03-11 01:04:43 queue INFO >81 [242] -2015-03-11 01:04:44 sendUrl INFO 81 [242] R:OK -2015-03-11 01:04:44 queue INFO 83 [243] -2015-03-11 01:04:45 queue INFO 3 [244] -2015-03-11 01:04:45 sendUrl INFO 83 [243] R:OK -2015-03-11 01:04:45 queue INFO >3 [245] -2015-03-11 01:04:45 sendUrl INFO 3 [244] R:OK -2015-03-11 01:04:46 sendUrl INFO 3 [245] R:OK -2015-03-11 01:05:35 queue INFO >>3 [246] -2015-03-11 01:05:35 sendUrl INFO 3 [246] R:OK -2015-03-11 01:06:25 queue INFO >>3 [247] -2015-03-11 01:06:25 sendUrl INFO 3 [247] R:OK -2015-03-11 01:07:15 queue INFO >>3 [248] -2015-03-11 01:07:15 sendUrl INFO 3 [248] R:OK -2015-03-11 01:08:05 queue INFO >>3 [249] -2015-03-11 01:08:06 sendUrl INFO 3 [249] R:OK -2015-03-11 01:08:38 queue INFO 21 [250] -2015-03-11 01:08:38 queue INFO >21 [251] -2015-03-11 01:08:38 sendUrl INFO 21 [250] R:OK -2015-03-11 01:08:39 queue INFO 1 [252] -2015-03-11 01:08:39 queue INFO >1 [253] -2015-03-11 01:08:39 sendUrl INFO 21 [251] R:OK -2015-03-11 01:08:39 sendUrl INFO 1 [252] R:OK -2015-03-11 01:08:40 sendUrl INFO 1 [253] R:OK -2015-03-11 01:08:48 queue INFO 3 [254] -2015-03-11 01:08:48 queue INFO >3 [255] -2015-03-11 01:08:48 sendUrl INFO 3 [254] R:OK -2015-03-11 01:08:49 sendUrl INFO 3 [255] R:OK -2015-03-11 01:09:38 queue INFO >>3 [256] -2015-03-11 01:09:38 sendUrl INFO 3 [256] R:OK -2015-03-11 01:10:28 queue INFO >>3 [257] -2015-03-11 01:10:29 sendUrl INFO 3 [257] R:OK -2015-03-11 01:11:18 queue INFO >>3 [258] -2015-03-11 01:11:18 sendUrl INFO 3 [258] R:OK -2015-03-11 01:12:08 queue INFO >>3 [259] -2015-03-11 01:12:09 sendUrl INFO 3 [259] R:OK -2015-03-11 01:12:31 queue INFO 83 [260] -2015-03-11 01:12:32 queue INFO >83 [261] -2015-03-11 01:12:32 sendUrl INFO 83 [260] R:OK -2015-03-11 01:12:32 sendUrl INFO 83 [261] R:OK -2015-03-11 01:12:33 queue INFO 3 [262] -2015-03-11 01:12:33 queue INFO >3 [263] -2015-03-11 01:12:33 sendUrl INFO 3 [262] R:OK -2015-03-11 01:12:34 sendUrl INFO 3 [263] R:OK -2015-03-11 01:13:23 queue INFO >>3 [264] -2015-03-11 01:13:23 sendUrl INFO 3 [264] R:OK -2015-03-11 01:14:13 queue INFO >>3 [265] -2015-03-11 01:14:14 sendUrl INFO 3 [265] R:OK -2015-03-11 01:15:03 queue INFO >>3 [266] -2015-03-11 01:15:04 sendUrl INFO 3 [266] R:OK -2015-03-11 01:15:54 queue INFO >>3 [267] -2015-03-11 01:15:54 sendUrl INFO 3 [267] R:OK -2015-03-11 01:16:44 queue INFO >>3 [268] -2015-03-11 01:16:44 sendUrl INFO 3 [268] R:OK -2015-03-11 01:17:34 queue INFO >>3 [269] -2015-03-11 01:17:34 sendUrl INFO 3 [269] R:OK -2015-03-11 01:18:24 queue INFO >>3 [270] -2015-03-11 01:18:24 sendUrl INFO 3 [270] R:OK -2015-03-11 01:19:14 queue INFO >>3 [271] -2015-03-11 01:19:15 sendUrl INFO 3 [271] R:OK -2015-03-11 01:20:04 queue INFO >>3 [272] -2015-03-11 01:20:04 sendUrl INFO 3 [272] R:OK -2015-03-11 01:20:29 queue INFO 83 [273] -2015-03-11 01:20:29 sendUrl INFO 83 [273] R:OK -2015-03-11 01:20:29 queue INFO >83 [274] -2015-03-11 01:20:30 sendUrl INFO 83 [274] R:OK -2015-03-11 01:20:31 queue INFO 3 [275] -2015-03-11 01:20:31 queue INFO >3 [276] -2015-03-11 01:20:31 sendUrl INFO 3 [275] R:OK -2015-03-11 01:20:32 sendUrl INFO 3 [276] R:OK -2015-03-11 01:21:21 queue INFO >>3 [277] -2015-03-11 01:21:21 sendUrl INFO 3 [277] R:OK -2015-03-11 01:22:11 queue INFO >>3 [278] -2015-03-11 01:22:11 sendUrl INFO 3 [278] R:OK -2015-03-11 01:23:01 queue INFO >>3 [279] -2015-03-11 01:23:02 sendUrl INFO 3 [279] R:OK -2015-03-11 01:23:51 queue INFO >>3 [280] -2015-03-11 01:23:51 sendUrl INFO 3 [280] R:OK -2015-03-11 01:24:41 queue INFO >>3 [281] -2015-03-11 01:24:42 sendUrl INFO 3 [281] R:OK -2015-03-11 01:25:32 queue INFO >>3 [282] -2015-03-11 01:25:32 sendUrl INFO 3 [282] R:OK -2015-03-11 01:26:22 queue INFO >>3 [283] -2015-03-11 01:26:22 sendUrl INFO 3 [283] R:OK -2015-03-11 01:27:12 queue INFO >>3 [284] -2015-03-11 01:27:12 sendUrl INFO 3 [284] R:OK -2015-03-11 01:28:02 queue INFO >>3 [285] -2015-03-11 01:28:02 sendUrl INFO 3 [285] R:OK -2015-03-11 01:28:17 queue INFO 83 [286] -2015-03-11 01:28:17 queue INFO >83 [287] -2015-03-11 01:28:17 sendUrl INFO 83 [286] R:OK -2015-03-11 01:28:18 sendUrl INFO 83 [287] R:OK -2015-03-11 01:28:19 queue INFO 3 [288] -2015-03-11 01:28:19 sendUrl INFO 3 [288] R:OK -2015-03-11 01:28:19 queue INFO >3 [289] -2015-03-11 01:28:19 sendUrl INFO 3 [289] R:OK -2015-03-11 01:29:09 queue INFO >>3 [290] -2015-03-11 01:29:09 sendUrl INFO 3 [290] R:OK -2015-03-11 01:29:59 queue INFO >>3 [291] -2015-03-11 01:29:59 sendUrl INFO 3 [291] R:OK -2015-03-11 01:30:49 queue INFO >>3 [292] -2015-03-11 01:30:49 sendUrl INFO 3 [292] R:OK -2015-03-11 01:31:39 queue INFO >>3 [293] -2015-03-11 01:31:40 sendUrl INFO 3 [293] R:OK -2015-03-11 01:32:29 queue INFO >>3 [294] -2015-03-11 01:32:30 sendUrl INFO 3 [294] R:OK -2015-03-11 01:33:20 queue INFO >>3 [295] -2015-03-11 01:33:20 sendUrl INFO 3 [295] R:OK -2015-03-11 01:34:10 queue INFO >>3 [296] -2015-03-11 01:34:10 sendUrl INFO 3 [296] R:OK -2015-03-11 01:35:00 queue INFO >>3 [297] -2015-03-11 01:35:00 sendUrl INFO 3 [297] R:OK -2015-03-11 01:35:50 queue INFO >>3 [298] -2015-03-11 01:35:50 sendUrl INFO 3 [298] R:OK -2015-03-11 01:36:15 queue INFO 83 [299] -2015-03-11 01:36:15 queue INFO >83 [300] -2015-03-11 01:36:15 sendUrl INFO 83 [299] R:OK -2015-03-11 01:36:16 sendUrl INFO 83 [300] R:OK -2015-03-11 01:36:16 queue INFO 3 [301] -2015-03-11 01:36:17 queue INFO >3 [302] -2015-03-11 01:36:17 sendUrl INFO 3 [301] R:OK -2015-03-11 01:36:17 sendUrl INFO 3 [302] R:OK -2015-03-11 01:37:07 queue INFO >>3 [303] -2015-03-11 01:37:07 sendUrl INFO 3 [303] R:OK -2015-03-11 01:37:57 queue INFO >>3 [304] -2015-03-11 01:37:57 sendUrl INFO 3 [304] R:OK -2015-03-11 01:38:47 queue INFO >>3 [305] -2015-03-11 01:38:47 sendUrl INFO 3 [305] R:OK -2015-03-11 01:39:37 queue INFO >>3 [306] -2015-03-11 01:39:37 sendUrl INFO 3 [306] R:OK -2015-03-11 01:40:27 queue INFO >>3 [307] -2015-03-11 01:40:28 sendUrl INFO 3 [307] R:OK -2015-03-11 01:41:17 queue INFO >>3 [308] -2015-03-11 01:41:18 sendUrl INFO 3 [308] R:OK -2015-03-11 01:42:08 queue INFO >>3 [309] -2015-03-11 01:42:08 sendUrl INFO 3 [309] R:OK -2015-03-11 01:42:58 queue INFO >>3 [310] -2015-03-11 01:42:58 sendUrl INFO 3 [310] R:OK -2015-03-11 01:43:48 queue INFO >>3 [311] -2015-03-11 01:43:48 sendUrl INFO 3 [311] R:OK -2015-03-11 01:44:03 queue INFO 83 [312] -2015-03-11 01:44:03 queue INFO >83 [313] -2015-03-11 01:44:04 sendUrl INFO 83 [312] R:OK -2015-03-11 01:44:04 sendUrl INFO 83 [313] R:OK -2015-03-11 01:44:05 queue INFO 3 [314] -2015-03-11 01:44:05 queue INFO >3 [315] -2015-03-11 01:44:05 sendUrl INFO 3 [314] R:OK -2015-03-11 01:44:06 sendUrl INFO 3 [315] R:OK -2015-03-11 01:44:55 queue INFO >>3 [316] -2015-03-11 01:44:55 sendUrl INFO 3 [316] R:OK -2015-03-11 01:45:45 queue INFO >>3 [317] -2015-03-11 01:45:45 sendUrl INFO 3 [317] R:OK -2015-03-11 01:46:35 queue INFO >>3 [318] -2015-03-11 01:46:36 sendUrl INFO 3 [318] R:OK -2015-03-11 01:47:25 queue INFO >>3 [319] -2015-03-11 01:47:26 sendUrl INFO 3 [319] R:OK -2015-03-11 01:48:15 queue INFO >>3 [320] -2015-03-11 01:48:16 sendUrl INFO 3 [320] R:OK -2015-03-11 01:49:06 queue INFO >>3 [321] -2015-03-11 01:49:06 sendUrl INFO 3 [321] R:OK -2015-03-11 01:49:56 queue INFO >>3 [322] -2015-03-11 01:49:56 sendUrl INFO 3 [322] R:OK -2015-03-11 01:50:46 queue INFO >>3 [323] -2015-03-11 01:50:46 sendUrl INFO 3 [323] R:OK -2015-03-11 01:51:36 queue INFO >>3 [324] -2015-03-11 01:51:37 sendUrl INFO 3 [324] R:OK -2015-03-11 01:52:01 queue INFO 83 [325] -2015-03-11 01:52:01 queue INFO >83 [326] -2015-03-11 01:52:01 sendUrl INFO 83 [325] R:OK -2015-03-11 01:52:02 sendUrl INFO 83 [326] R:OK -2015-03-11 01:52:02 queue INFO 3 [327] -2015-03-11 01:52:03 queue INFO >3 [328] -2015-03-11 01:52:03 sendUrl INFO 3 [327] R:OK -2015-03-11 01:52:03 sendUrl INFO 3 [328] R:OK -2015-03-11 01:52:53 queue INFO >>3 [329] -2015-03-11 01:52:53 sendUrl INFO 3 [329] R:OK -2015-03-11 01:53:43 queue INFO >>3 [330] -2015-03-11 01:53:43 sendUrl INFO 3 [330] R:OK -2015-03-11 01:54:33 queue INFO >>3 [331] -2015-03-11 01:54:33 sendUrl INFO 3 [331] R:OK -2015-03-11 01:55:23 queue INFO >>3 [332] -2015-03-11 01:55:23 sendUrl INFO 3 [332] R:OK -2015-03-11 01:56:13 queue INFO >>3 [333] -2015-03-11 01:56:13 sendUrl INFO 3 [333] R:OK -2015-03-11 01:57:03 queue INFO >>3 [334] -2015-03-11 01:57:04 sendUrl INFO 3 [334] R:OK -2015-03-11 01:57:53 queue INFO >>3 [335] -2015-03-11 01:57:54 sendUrl INFO 3 [335] R:OK -2015-03-11 01:58:44 queue INFO >>3 [336] -2015-03-11 01:58:44 sendUrl INFO 3 [336] R:OK -2015-03-11 01:59:34 queue INFO >>3 [337] -2015-03-11 01:59:34 sendUrl INFO 3 [337] R:OK -2015-03-11 01:59:49 queue INFO 83 [338] -2015-03-11 01:59:49 queue INFO >83 [339] -2015-03-11 01:59:49 sendUrl INFO 83 [338] R:OK -2015-03-11 01:59:50 sendUrl INFO 83 [339] R:OK -2015-03-11 01:59:50 queue INFO 3 [340] -2015-03-11 01:59:51 queue INFO >3 [341] -2015-03-11 01:59:51 sendUrl INFO 3 [340] R:OK -2015-03-11 01:59:51 sendUrl INFO 3 [341] R:OK -2015-03-11 02:00:41 queue INFO >>3 [342] -2015-03-11 02:00:41 sendUrl INFO 3 [342] R:OK -2015-03-11 02:01:31 queue INFO >>3 [343] -2015-03-11 02:01:31 sendUrl INFO 3 [343] R:OK -2015-03-11 02:02:21 queue INFO >>3 [344] -2015-03-11 02:02:21 sendUrl INFO 3 [344] R:OK -2015-03-11 02:03:11 queue INFO >>3 [345] -2015-03-11 02:03:11 sendUrl INFO 3 [345] R:OK -2015-03-11 02:04:01 queue INFO >>3 [346] -2015-03-11 02:04:02 sendUrl INFO 3 [346] R:OK -2015-03-11 02:04:51 queue INFO >>3 [347] -2015-03-11 02:04:51 sendUrl INFO 3 [347] R:OK -2015-03-11 02:05:41 queue INFO >>3 [348] -2015-03-11 02:05:42 sendUrl INFO 3 [348] R:OK -2015-03-11 02:06:31 queue INFO >>3 [349] -2015-03-11 02:06:32 sendUrl INFO 3 [349] R:OK -2015-03-11 02:07:22 queue INFO >>3 [350] -2015-03-11 02:07:22 sendUrl INFO 3 [350] R:OK -2015-03-11 02:07:47 queue INFO 83 [351] -2015-03-11 02:07:47 queue INFO >83 [352] -2015-03-11 02:07:47 sendUrl INFO 83 [351] R:OK -2015-03-11 02:07:48 sendUrl INFO 83 [352] R:OK -2015-03-11 02:07:48 queue INFO 3 [353] -2015-03-11 02:07:48 queue INFO >3 [354] -2015-03-11 02:07:49 sendUrl INFO 3 [353] R:OK -2015-03-11 02:07:49 sendUrl INFO 3 [354] R:OK -2015-03-11 02:08:38 queue INFO >>3 [355] -2015-03-11 02:08:39 sendUrl INFO 3 [355] R:OK -2015-03-11 02:09:29 queue INFO >>3 [356] -2015-03-11 02:09:29 sendUrl INFO 3 [356] R:OK -2015-03-11 02:10:19 queue INFO >>3 [357] -2015-03-11 02:10:19 sendUrl INFO 3 [357] R:OK -2015-03-11 02:11:09 queue INFO >>3 [358] -2015-03-11 02:11:09 sendUrl INFO 3 [358] R:OK -2015-03-11 02:11:59 queue INFO >>3 [359] -2015-03-11 02:11:59 sendUrl INFO 3 [359] R:OK -2015-03-11 02:12:49 queue INFO >>3 [360] -2015-03-11 02:12:50 sendUrl INFO 3 [360] R:OK -2015-03-11 02:13:39 queue INFO >>3 [361] -2015-03-11 02:13:39 sendUrl INFO 3 [361] R:OK -2015-03-11 02:14:29 queue INFO >>3 [362] -2015-03-11 02:14:30 sendUrl INFO 3 [362] R:OK -2015-03-11 02:15:20 queue INFO >>3 [363] -2015-03-11 02:15:20 sendUrl INFO 3 [363] R:OK -2015-03-11 02:15:35 queue INFO 83 [364] -2015-03-11 02:15:35 queue INFO >83 [365] -2015-03-11 02:15:35 sendUrl INFO 83 [364] R:OK -2015-03-11 02:15:36 sendUrl INFO 83 [365] R:OK -2015-03-11 02:15:37 queue INFO 3 [366] -2015-03-11 02:15:37 queue INFO >3 [367] -2015-03-11 02:15:37 sendUrl INFO 3 [366] R:OK -2015-03-11 02:15:37 sendUrl INFO 3 [367] R:OK -2015-03-11 02:16:27 queue INFO >>3 [368] -2015-03-11 02:16:27 sendUrl INFO 3 [368] R:OK -2015-03-11 02:17:17 queue INFO >>3 [369] -2015-03-11 02:17:17 sendUrl INFO 3 [369] R:OK -2015-03-11 02:18:07 queue INFO >>3 [370] -2015-03-11 02:18:07 sendUrl INFO 3 [370] R:OK -2015-03-11 02:18:57 queue INFO >>3 [371] -2015-03-11 02:18:58 sendUrl INFO 3 [371] R:OK -2015-03-11 02:19:47 queue INFO >>3 [372] -2015-03-11 02:19:47 sendUrl INFO 3 [372] R:OK -2015-03-11 02:20:37 queue INFO >>3 [373] -2015-03-11 02:20:38 sendUrl INFO 3 [373] R:OK -2015-03-11 02:21:28 queue INFO >>3 [374] -2015-03-11 02:21:28 sendUrl INFO 3 [374] R:OK -2015-03-11 02:22:18 queue INFO >>3 [375] -2015-03-11 02:22:18 sendUrl INFO 3 [375] R:OK -2015-03-11 02:23:08 queue INFO >>3 [376] -2015-03-11 02:23:08 sendUrl INFO 3 [376] R:OK -2015-03-11 02:23:33 queue INFO 83 [377] -2015-03-11 02:23:33 queue INFO >83 [378] -2015-03-11 02:23:33 sendUrl INFO 83 [377] R:OK -2015-03-11 02:23:33 sendUrl INFO 83 [378] R:OK -2015-03-11 02:23:34 queue INFO 3 [379] -2015-03-11 02:23:34 queue INFO >3 [380] -2015-03-11 02:23:34 sendUrl INFO 3 [379] R:OK -2015-03-11 02:23:35 sendUrl INFO 3 [380] R:OK -2015-03-11 02:24:24 queue INFO >>3 [381] -2015-03-11 02:24:25 sendUrl INFO 3 [381] R:OK -2015-03-11 02:25:14 queue INFO >>3 [382] -2015-03-11 02:25:15 sendUrl INFO 3 [382] R:OK -2015-03-11 02:26:05 queue INFO >>3 [383] -2015-03-11 02:26:05 sendUrl INFO 3 [383] R:OK -2015-03-11 02:26:55 queue INFO >>3 [384] -2015-03-11 02:26:55 sendUrl INFO 3 [384] R:OK -2015-03-11 02:27:45 queue INFO >>3 [385] -2015-03-11 02:27:45 sendUrl INFO 3 [385] R:OK -2015-03-11 02:28:35 queue INFO >>3 [386] -2015-03-11 02:28:35 sendUrl INFO 3 [386] R:OK -2015-03-11 02:29:25 queue INFO >>3 [387] -2015-03-11 02:29:26 sendUrl INFO 3 [387] R:OK -2015-03-11 02:30:15 queue INFO >>3 [388] -2015-03-11 02:30:16 sendUrl INFO 3 [388] R:OK -2015-03-11 02:31:06 queue INFO >>3 [389] -2015-03-11 02:31:06 sendUrl INFO 3 [389] R:OK -2015-03-11 02:31:21 queue INFO 83 [390] -2015-03-11 02:31:21 queue INFO >83 [391] -2015-03-11 02:31:21 sendUrl INFO 83 [390] R:OK -2015-03-11 02:31:22 sendUrl INFO 83 [391] R:OK -2015-03-11 02:31:22 queue INFO 3 [392] -2015-03-11 02:31:23 queue INFO >3 [393] -2015-03-11 02:31:23 sendUrl INFO 3 [392] R:OK -2015-03-11 02:31:23 sendUrl INFO 3 [393] R:OK -2015-03-11 02:32:13 queue INFO >>3 [394] -2015-03-11 02:32:13 sendUrl INFO 3 [394] R:OK -2015-03-11 02:33:03 queue INFO >>3 [395] -2015-03-11 02:33:03 sendUrl INFO 3 [395] R:OK -2015-03-11 02:33:53 queue INFO >>3 [396] -2015-03-11 02:33:53 sendUrl INFO 3 [396] R:OK -2015-03-11 02:34:43 queue INFO >>3 [397] -2015-03-11 02:34:43 sendUrl INFO 3 [397] R:OK -2015-03-11 02:35:33 queue INFO >>3 [398] -2015-03-11 02:35:33 sendUrl INFO 3 [398] R:OK -2015-03-11 02:36:23 queue INFO >>3 [399] -2015-03-11 02:36:24 sendUrl INFO 3 [399] R:OK -2015-03-11 02:37:13 queue INFO >>3 [400] -2015-03-11 02:37:13 sendUrl INFO 3 [400] R:OK -2015-03-11 02:37:24 queue INFO 1 [401] -2015-03-11 02:37:24 queue INFO >1 [402] -2015-03-11 02:37:25 sendUrl INFO 1 [401] R:OK -2015-03-11 02:37:25 sendUrl INFO 1 [402] R:OK -2015-03-11 02:38:14 queue INFO >>1 [403] -2015-03-11 02:38:14 sendUrl INFO 1 [403] R:OK -2015-03-11 02:39:04 queue INFO >>1 [404] -2015-03-11 02:39:05 sendUrl INFO 1 [404] R:OK -2015-03-11 02:39:55 queue INFO >>1 [405] -2015-03-11 02:39:55 sendUrl INFO 1 [405] R:OK -2015-03-11 02:40:45 queue INFO >>1 [406] -2015-03-11 02:40:45 sendUrl INFO 1 [406] R:OK -2015-03-11 02:41:35 queue INFO >>1 [407] -2015-03-11 02:41:35 sendUrl INFO 1 [407] R:OK -2015-03-11 02:42:25 queue INFO >>1 [408] -2015-03-11 02:42:26 sendUrl INFO 1 [408] R:OK -2015-03-11 02:43:15 queue INFO >>1 [409] -2015-03-11 02:43:15 sendUrl INFO 1 [409] R:OK -2015-03-11 02:44:05 queue INFO >>1 [410] -2015-03-11 02:44:06 sendUrl INFO 1 [410] R:OK -2015-03-11 02:44:55 queue INFO >>1 [411] -2015-03-11 02:44:56 sendUrl INFO 1 [411] R:OK -2015-03-11 02:45:00 queue INFO 21 [412] -2015-03-11 02:45:00 queue INFO >21 [413] -2015-03-11 02:45:01 sendUrl INFO 21 [412] R:OK -2015-03-11 02:45:01 sendUrl INFO 21 [413] R:OK -2015-03-11 02:45:50 queue INFO >>21 [414] -2015-03-11 02:45:50 sendUrl INFO 21 [414] R:OK -2015-03-11 02:46:40 queue INFO >>21 [415] -2015-03-11 02:46:41 sendUrl INFO 21 [415] R:OK -2015-03-11 02:47:31 queue INFO >>21 [416] -2015-03-11 02:47:31 sendUrl INFO 21 [416] R:OK -2015-03-11 02:48:21 queue INFO >>21 [417] -2015-03-11 02:48:21 sendUrl INFO 21 [417] R:OK -2015-03-11 02:49:11 queue INFO >>21 [418] -2015-03-11 02:49:11 sendUrl INFO 21 [418] R:OK -2015-03-11 02:50:01 queue INFO >>21 [419] -2015-03-11 02:50:02 sendUrl INFO 21 [419] R:OK -2015-03-11 02:50:51 queue INFO >>21 [420] -2015-03-11 02:50:51 sendUrl INFO 21 [420] R:OK -2015-03-11 02:51:41 queue INFO >>21 [421] -2015-03-11 02:51:42 sendUrl INFO 21 [421] R:OK -2015-03-11 02:52:31 queue INFO >>21 [422] -2015-03-11 02:52:32 sendUrl INFO 21 [422] R:OK -2015-03-11 02:53:22 queue INFO >>21 [423] -2015-03-11 02:53:22 sendUrl INFO 21 [423] R:OK -2015-03-11 02:54:12 queue INFO >>21 [424] -2015-03-11 02:54:12 sendUrl INFO 21 [424] R:OK -2015-03-11 02:55:02 queue INFO >>21 [425] -2015-03-11 02:55:02 sendUrl INFO 21 [425] R:OK -2015-03-11 02:55:52 queue INFO >>21 [426] -2015-03-11 02:55:52 sendUrl INFO 21 [426] R:OK -2015-03-11 02:56:42 queue INFO >>21 [427] -2015-03-11 02:56:43 sendUrl INFO 21 [427] R:OK -2015-03-11 02:57:32 queue INFO >>21 [428] -2015-03-11 02:57:33 sendUrl INFO 21 [428] R:OK -2015-03-11 02:58:23 queue INFO >>21 [429] -2015-03-11 02:58:23 sendUrl INFO 21 [429] R:OK -2015-03-11 02:59:13 queue INFO >>21 [430] -2015-03-11 02:59:13 sendUrl INFO 21 [430] R:OK -2015-03-11 02:59:32 queue INFO 1 [431] -2015-03-11 02:59:32 queue INFO >1 [432] -2015-03-11 02:59:32 sendUrl INFO 1 [431] R:OK -2015-03-11 02:59:32 sendUrl INFO 1 [432] R:OK -2015-03-11 03:00:06 queue INFO 81 [433] -2015-03-11 03:00:06 queue INFO >81 [434] -2015-03-11 03:00:07 sendUrl INFO 81 [433] R:OK -2015-03-11 03:00:07 sendUrl INFO 81 [434] R:OK -2015-03-11 03:00:07 queue INFO 83 [435] -2015-03-11 03:00:07 queue INFO 3 [436] -2015-03-11 03:00:08 sendUrl INFO 83 [435] R:OK -2015-03-11 03:00:08 queue INFO >3 [437] -2015-03-11 03:00:08 sendUrl INFO 3 [436] R:OK -2015-03-11 03:00:09 sendUrl INFO 3 [437] R:OK -2015-03-11 03:00:58 queue INFO >>3 [438] -2015-03-11 03:00:58 sendUrl INFO 3 [438] R:OK -2015-03-11 03:01:48 queue INFO >>3 [439] -2015-03-11 03:01:48 sendUrl INFO 3 [439] R:OK -2015-03-11 03:02:38 queue INFO >>3 [440] -2015-03-11 03:02:38 sendUrl INFO 3 [440] R:OK -2015-03-11 03:03:28 queue INFO >>3 [441] -2015-03-11 03:03:28 sendUrl INFO 3 [441] R:OK -2015-03-11 03:04:18 queue INFO >>3 [442] -2015-03-11 03:04:19 sendUrl INFO 3 [442] R:OK -2015-03-11 03:05:08 queue INFO >>3 [443] -2015-03-11 03:05:09 sendUrl INFO 3 [443] R:OK -2015-03-11 03:05:59 queue INFO >>3 [444] -2015-03-11 03:05:59 sendUrl INFO 3 [444] R:OK -2015-03-11 03:06:49 queue INFO >>3 [445] -2015-03-11 03:06:49 sendUrl INFO 3 [445] R:OK -2015-03-11 03:07:39 queue INFO >>3 [446] -2015-03-11 03:07:39 sendUrl INFO 3 [446] R:OK -2015-03-11 03:07:54 queue INFO 83 [447] -2015-03-11 03:07:54 sendUrl INFO 83 [447] R:OK -2015-03-11 03:07:54 queue INFO >83 [448] -2015-03-11 03:07:55 sendUrl INFO 83 [448] R:OK -2015-03-11 03:07:56 queue INFO 3 [449] -2015-03-11 03:07:56 queue INFO >3 [450] -2015-03-11 03:07:56 sendUrl INFO 3 [449] R:OK -2015-03-11 03:07:57 sendUrl INFO 3 [450] R:OK -2015-03-11 03:08:46 queue INFO >>3 [451] -2015-03-11 03:08:46 sendUrl INFO 3 [451] R:OK -2015-03-11 03:09:36 queue INFO >>3 [452] -2015-03-11 03:09:36 sendUrl INFO 3 [452] R:OK -2015-03-11 03:10:26 queue INFO >>3 [453] -2015-03-11 03:10:26 sendUrl INFO 3 [453] R:OK -2015-03-11 03:11:16 queue INFO >>3 [454] -2015-03-11 03:11:17 sendUrl INFO 3 [454] R:OK -2015-03-11 03:12:06 queue INFO >>3 [455] -2015-03-11 03:12:07 sendUrl INFO 3 [455] R:OK -2015-03-11 03:12:57 queue INFO >>3 [456] -2015-03-11 03:12:57 sendUrl INFO 3 [456] R:OK -2015-03-11 03:13:47 queue INFO >>3 [457] -2015-03-11 03:13:47 sendUrl INFO 3 [457] R:OK -2015-03-11 03:14:37 queue INFO >>3 [458] -2015-03-11 03:14:37 sendUrl INFO 3 [458] R:OK -2015-03-11 03:15:27 queue INFO >>3 [459] -2015-03-11 03:15:27 sendUrl INFO 3 [459] R:OK -2015-03-11 03:15:52 queue INFO 83 [460] -2015-03-11 03:15:52 queue INFO >83 [461] -2015-03-11 03:15:53 sendUrl INFO 83 [460] R:OK -2015-03-11 03:15:53 sendUrl INFO 83 [461] R:OK -2015-03-11 03:15:54 queue INFO 3 [462] -2015-03-11 03:15:54 queue INFO >3 [463] -2015-03-11 03:15:54 sendUrl INFO 3 [462] R:OK -2015-03-11 03:15:54 sendUrl INFO 3 [463] R:OK -2015-03-11 03:16:44 queue INFO >>3 [464] -2015-03-11 03:16:44 sendUrl INFO 3 [464] R:OK -2015-03-11 03:17:34 queue INFO >>3 [465] -2015-03-11 03:17:34 sendUrl INFO 3 [465] R:OK -2015-03-11 03:18:24 queue INFO >>3 [466] -2015-03-11 03:18:24 sendUrl INFO 3 [466] R:OK -2015-03-11 03:19:14 queue INFO >>3 [467] -2015-03-11 03:19:14 sendUrl INFO 3 [467] R:OK -2015-03-11 03:20:04 queue INFO >>3 [468] -2015-03-11 03:20:05 sendUrl INFO 3 [468] R:OK -2015-03-11 03:20:54 queue INFO >>3 [469] -2015-03-11 03:20:54 sendUrl INFO 3 [469] R:OK -2015-03-11 03:21:44 queue INFO >>3 [470] -2015-03-11 03:21:45 sendUrl INFO 3 [470] R:OK -2015-03-11 03:22:35 queue INFO >>3 [471] -2015-03-11 03:22:35 sendUrl INFO 3 [471] R:OK -2015-03-11 03:23:25 queue INFO >>3 [472] -2015-03-11 03:23:25 sendUrl INFO 3 [472] R:OK -2015-03-11 03:23:40 queue INFO 83 [473] -2015-03-11 03:23:40 sendUrl INFO 83 [473] R:OK -2015-03-11 03:23:40 queue INFO >83 [474] -2015-03-11 03:23:41 sendUrl INFO 83 [474] R:OK -2015-03-11 03:23:42 queue INFO 3 [475] -2015-03-11 03:23:42 queue INFO >3 [476] -2015-03-11 03:23:42 sendUrl INFO 3 [475] R:OK -2015-03-11 03:23:43 sendUrl INFO 3 [476] R:OK -2015-03-11 03:24:32 queue INFO >>3 [477] -2015-03-11 03:24:32 sendUrl INFO 3 [477] R:OK -2015-03-11 03:25:22 queue INFO >>3 [478] -2015-03-11 03:25:22 sendUrl INFO 3 [478] R:OK -2015-03-11 03:26:12 queue INFO >>3 [479] -2015-03-11 03:26:13 sendUrl INFO 3 [479] R:OK -2015-03-11 03:27:02 queue INFO >>3 [480] -2015-03-11 03:27:02 sendUrl INFO 3 [480] R:OK -2015-03-11 03:27:52 queue INFO >>3 [481] -2015-03-11 03:27:53 sendUrl INFO 3 [481] R:OK -2015-03-11 03:28:43 queue INFO >>3 [482] -2015-03-11 03:28:43 sendUrl INFO 3 [482] R:OK -2015-03-11 03:29:33 queue INFO >>3 [483] -2015-03-11 03:29:33 sendUrl INFO 3 [483] R:OK -2015-03-11 03:30:23 queue INFO >>3 [484] -2015-03-11 03:30:23 sendUrl INFO 3 [484] R:OK -2015-03-11 03:31:13 queue INFO >>3 [485] -2015-03-11 03:31:13 sendUrl INFO 3 [485] R:OK -2015-03-11 03:31:38 queue INFO 83 [486] -2015-03-11 03:31:38 queue INFO >83 [487] -2015-03-11 03:31:38 sendUrl INFO 83 [486] R:OK -2015-03-11 03:31:39 sendUrl INFO 83 [487] R:OK -2015-03-11 03:31:39 queue INFO 3 [488] -2015-03-11 03:31:40 queue INFO >3 [489] -2015-03-11 03:31:40 sendUrl INFO 3 [488] R:OK -2015-03-11 03:31:40 sendUrl INFO 3 [489] R:OK -2015-03-11 03:32:30 queue INFO >>3 [490] -2015-03-11 03:32:30 sendUrl INFO 3 [490] R:OK -2015-03-11 03:33:20 queue INFO >>3 [491] -2015-03-11 03:33:20 sendUrl INFO 3 [491] R:OK -2015-03-11 03:34:10 queue INFO >>3 [492] -2015-03-11 03:34:10 sendUrl INFO 3 [492] R:OK -2015-03-11 03:35:00 queue INFO >>3 [493] -2015-03-11 03:35:00 sendUrl INFO 3 [493] R:OK -2015-03-11 03:35:50 queue INFO >>3 [494] -2015-03-11 03:35:51 sendUrl INFO 3 [494] R:OK -2015-03-11 03:36:40 queue INFO >>3 [495] -2015-03-11 03:36:41 sendUrl INFO 3 [495] R:OK -2015-03-11 03:37:31 queue INFO >>3 [496] -2015-03-11 03:37:31 sendUrl INFO 3 [496] R:OK -2015-03-11 03:38:21 queue INFO >>3 [497] -2015-03-11 03:38:21 sendUrl INFO 3 [497] R:OK -2015-03-11 03:39:11 queue INFO >>3 [498] -2015-03-11 03:39:11 sendUrl INFO 3 [498] R:OK -2015-03-11 03:39:26 queue INFO 83 [499] -2015-03-11 03:39:26 queue INFO >83 [500] -2015-03-11 03:39:26 sendUrl INFO 83 [499] R:OK -2015-03-11 03:39:27 sendUrl INFO 83 [500] R:OK -2015-03-11 03:39:28 queue INFO 3 [501] -2015-03-11 03:39:28 queue INFO >3 [502] -2015-03-11 03:39:28 sendUrl INFO 3 [501] R:OK -2015-03-11 03:39:28 sendUrl INFO 3 [502] R:OK -2015-03-11 03:40:18 queue INFO >>3 [503] -2015-03-11 03:40:18 sendUrl INFO 3 [503] R:OK -2015-03-11 03:41:08 queue INFO >>3 [504] -2015-03-11 03:41:08 sendUrl INFO 3 [504] R:OK -2015-03-11 03:41:58 queue INFO >>3 [505] -2015-03-11 03:41:58 sendUrl INFO 3 [505] R:OK -2015-03-11 03:42:48 queue INFO >>3 [506] -2015-03-11 03:42:49 sendUrl INFO 3 [506] R:OK -2015-03-11 03:43:38 queue INFO >>3 [507] -2015-03-11 03:43:39 sendUrl INFO 3 [507] R:OK -2015-03-11 03:44:29 queue INFO >>3 [508] -2015-03-11 03:44:29 sendUrl INFO 3 [508] R:OK -2015-03-11 03:45:19 queue INFO >>3 [509] -2015-03-11 03:45:19 sendUrl INFO 3 [509] R:OK -2015-03-11 03:46:09 queue INFO >>3 [510] -2015-03-11 03:46:09 sendUrl INFO 3 [510] R:OK -2015-03-11 03:46:59 queue INFO >>3 [511] -2015-03-11 03:46:59 sendUrl INFO 3 [511] R:OK -2015-03-11 03:47:24 queue INFO 83 [512] -2015-03-11 03:47:24 queue INFO >83 [513] -2015-03-11 03:47:24 sendUrl INFO 83 [512] R:OK -2015-03-11 03:47:25 sendUrl INFO 83 [513] R:OK -2015-03-11 03:47:25 queue INFO 3 [514] -2015-03-11 03:47:25 queue INFO >3 [515] -2015-03-11 03:47:26 sendUrl INFO 3 [514] R:OK -2015-03-11 03:47:26 sendUrl INFO 3 [515] R:OK -2015-03-11 03:48:15 queue INFO >>3 [516] -2015-03-11 03:48:15 sendUrl INFO 3 [516] R:OK -2015-03-11 03:49:05 queue INFO >>3 [517] -2015-03-11 03:49:06 sendUrl INFO 3 [517] R:OK -2015-03-11 03:49:56 queue INFO >>3 [518] -2015-03-11 03:49:56 sendUrl INFO 3 [518] R:OK -2015-03-11 03:50:46 queue INFO >>3 [519] -2015-03-11 03:50:46 sendUrl INFO 3 [519] R:OK -2015-03-11 03:51:36 queue INFO >>3 [520] -2015-03-11 03:51:36 sendUrl INFO 3 [520] R:OK -2015-03-11 03:52:26 queue INFO >>3 [521] -2015-03-11 03:52:27 sendUrl INFO 3 [521] R:OK -2015-03-11 03:53:16 queue INFO >>3 [522] -2015-03-11 03:53:16 sendUrl INFO 3 [522] R:OK -2015-03-11 03:54:06 queue INFO >>3 [523] -2015-03-11 03:54:07 sendUrl INFO 3 [523] R:OK -2015-03-11 03:54:57 queue INFO >>3 [524] -2015-03-11 03:54:57 sendUrl INFO 3 [524] R:OK -2015-03-11 03:55:12 queue INFO 83 [525] -2015-03-11 03:55:12 queue INFO >83 [526] -2015-03-11 03:55:12 sendUrl INFO 83 [525] R:OK -2015-03-11 03:55:13 sendUrl INFO 83 [526] R:OK -2015-03-11 03:55:13 queue INFO 3 [527] -2015-03-11 03:55:14 queue INFO >3 [528] -2015-03-11 03:55:14 sendUrl INFO 3 [527] R:OK -2015-03-11 03:55:14 sendUrl INFO 3 [528] R:OK -2015-03-11 03:56:04 queue INFO >>3 [529] -2015-03-11 03:56:04 sendUrl INFO 3 [529] R:OK -2015-03-11 03:56:54 queue INFO >>3 [530] -2015-03-11 03:56:54 sendUrl INFO 3 [530] R:OK -2015-03-11 03:57:44 queue INFO >>3 [531] -2015-03-11 03:57:44 sendUrl INFO 3 [531] R:OK -2015-03-11 03:58:34 queue INFO >>3 [532] -2015-03-11 03:58:34 sendUrl INFO 3 [532] R:OK -2015-03-11 03:59:24 queue INFO >>3 [533] -2015-03-11 03:59:24 sendUrl INFO 3 [533] R:OK -2015-03-11 04:00:14 queue INFO >>3 [534] -2015-03-11 04:00:15 sendUrl INFO 3 [534] R:OK -2015-03-11 04:01:04 queue INFO >>3 [535] -2015-03-11 04:01:05 sendUrl INFO 3 [535] R:OK -2015-03-11 04:01:55 queue INFO >>3 [536] -2015-03-11 04:01:55 sendUrl INFO 3 [536] R:OK -2015-03-11 04:02:45 queue INFO >>3 [537] -2015-03-11 04:02:45 sendUrl INFO 3 [537] R:OK -2015-03-11 04:03:10 queue INFO 83 [538] -2015-03-11 04:03:10 queue INFO >83 [539] -2015-03-11 04:03:10 sendUrl INFO 83 [538] R:OK -2015-03-11 04:03:10 sendUrl INFO 83 [539] R:OK -2015-03-11 04:03:11 queue INFO 3 [540] -2015-03-11 04:03:11 queue INFO >3 [541] -2015-03-11 04:03:12 sendUrl INFO 3 [540] R:OK -2015-03-11 04:03:12 sendUrl INFO 3 [541] R:OK -2015-03-11 04:04:01 queue INFO >>3 [542] -2015-03-11 04:04:02 sendUrl INFO 3 [542] R:OK -2015-03-11 04:04:52 queue INFO >>3 [543] -2015-03-11 04:04:52 sendUrl INFO 3 [543] R:OK -2015-03-11 04:05:42 queue INFO >>3 [544] -2015-03-11 04:05:42 sendUrl INFO 3 [544] R:OK -2015-03-11 04:06:32 queue INFO >>3 [545] -2015-03-11 04:06:32 sendUrl INFO 3 [545] R:OK -2015-03-11 04:07:22 queue INFO >>3 [546] -2015-03-11 04:07:22 sendUrl INFO 3 [546] R:OK -2015-03-11 04:08:12 queue INFO >>3 [547] -2015-03-11 04:08:12 sendUrl INFO 3 [547] R:OK -2015-03-11 04:09:02 queue INFO >>3 [548] -2015-03-11 04:09:03 sendUrl INFO 3 [548] R:OK -2015-03-11 04:09:52 queue INFO >>3 [549] -2015-03-11 04:09:53 sendUrl INFO 3 [549] R:OK -2015-03-11 04:10:43 queue INFO >>3 [550] -2015-03-11 04:10:43 sendUrl INFO 3 [550] R:OK -2015-03-11 04:10:58 queue INFO 83 [551] -2015-03-11 04:10:58 queue INFO >83 [552] -2015-03-11 04:10:58 sendUrl INFO 83 [551] R:OK -2015-03-11 04:10:59 sendUrl INFO 83 [552] R:OK -2015-03-11 04:10:59 queue INFO 3 [553] -2015-03-11 04:11:00 sendUrl INFO 3 [553] R:OK -2015-03-11 04:11:00 queue INFO >3 [554] -2015-03-11 04:11:00 sendUrl INFO 3 [554] R:OK -2015-03-11 04:11:50 queue INFO >>3 [555] -2015-03-11 04:11:50 sendUrl INFO 3 [555] R:OK -2015-03-11 04:12:40 queue INFO >>3 [556] -2015-03-11 04:12:40 sendUrl INFO 3 [556] R:OK -2015-03-11 04:13:30 queue INFO >>3 [557] -2015-03-11 04:13:30 sendUrl INFO 3 [557] R:OK -2015-03-11 04:14:20 queue INFO >>3 [558] -2015-03-11 04:14:20 sendUrl INFO 3 [558] R:OK -2015-03-11 04:15:10 queue INFO >>3 [559] -2015-03-11 04:15:11 sendUrl INFO 3 [559] R:OK -2015-03-11 04:16:00 queue INFO >>3 [560] -2015-03-11 04:16:01 sendUrl INFO 3 [560] R:OK -2015-03-11 04:16:51 queue INFO >>3 [561] -2015-03-11 04:16:51 sendUrl INFO 3 [561] R:OK -2015-03-11 04:17:41 queue INFO >>3 [562] -2015-03-11 04:17:41 sendUrl INFO 3 [562] R:OK -2015-03-11 04:18:31 queue INFO >>3 [563] -2015-03-11 04:18:31 sendUrl INFO 3 [563] R:OK -2015-03-11 04:18:56 queue INFO 83 [564] -2015-03-11 04:18:56 queue INFO >83 [565] -2015-03-11 04:18:56 sendUrl INFO 83 [564] R:OK -2015-03-11 04:18:56 sendUrl INFO 83 [565] R:OK -2015-03-11 04:18:57 queue INFO 3 [566] -2015-03-11 04:18:57 sendUrl INFO 3 [566] R:OK -2015-03-11 04:18:57 queue INFO >3 [567] -2015-03-11 04:18:58 sendUrl INFO 3 [567] R:OK -2015-03-11 04:19:47 queue INFO >>3 [568] -2015-03-11 04:19:48 sendUrl INFO 3 [568] R:OK -2015-03-11 04:20:37 queue INFO >>3 [569] -2015-03-11 04:20:38 sendUrl INFO 3 [569] R:OK -2015-03-11 04:21:28 queue INFO >>3 [570] -2015-03-11 04:21:28 sendUrl INFO 3 [570] R:OK -2015-03-11 04:22:18 queue INFO >>3 [571] -2015-03-11 04:22:18 sendUrl INFO 3 [571] R:OK -2015-03-11 04:23:08 queue INFO >>3 [572] -2015-03-11 04:23:08 sendUrl INFO 3 [572] R:OK -2015-03-11 04:23:58 queue INFO >>3 [573] -2015-03-11 04:23:58 sendUrl INFO 3 [573] R:OK -2015-03-11 04:24:48 queue INFO >>3 [574] -2015-03-11 04:24:49 sendUrl INFO 3 [574] R:OK -2015-03-11 04:25:38 queue INFO >>3 [575] -2015-03-11 04:25:38 sendUrl INFO 3 [575] R:OK -2015-03-11 04:26:29 queue INFO >>3 [576] -2015-03-11 04:26:29 sendUrl INFO 3 [576] R:OK -2015-03-11 04:26:44 queue INFO 83 [577] -2015-03-11 04:26:44 queue INFO >83 [578] -2015-03-11 04:26:44 sendUrl INFO 83 [577] R:OK -2015-03-11 04:26:44 sendUrl INFO 83 [578] R:OK -2015-03-11 04:26:45 queue INFO 3 [579] -2015-03-11 04:26:45 queue INFO >3 [580] -2015-03-11 04:26:45 sendUrl INFO 3 [579] R:OK -2015-03-11 04:26:46 sendUrl INFO 3 [580] R:OK -2015-03-11 04:27:35 queue INFO >>3 [581] -2015-03-11 04:27:36 sendUrl INFO 3 [581] R:OK -2015-03-11 04:28:25 queue INFO >>3 [582] -2015-03-11 04:28:26 sendUrl INFO 3 [582] R:OK -2015-03-11 04:29:16 queue INFO >>3 [583] -2015-03-11 04:29:16 sendUrl INFO 3 [583] R:OK -2015-03-11 04:30:06 queue INFO >>3 [584] -2015-03-11 04:30:06 sendUrl INFO 3 [584] R:OK -2015-03-11 04:30:56 queue INFO >>3 [585] -2015-03-11 04:30:56 sendUrl INFO 3 [585] R:OK -2015-03-11 04:31:46 queue INFO >>3 [586] -2015-03-11 04:31:46 sendUrl INFO 3 [586] R:OK -2015-03-11 04:32:36 queue INFO >>3 [587] -2015-03-11 04:32:37 sendUrl INFO 3 [587] R:OK -2015-03-11 04:33:26 queue INFO >>3 [588] -2015-03-11 04:33:27 sendUrl INFO 3 [588] R:OK -2015-03-11 04:34:17 queue INFO >>3 [589] -2015-03-11 04:34:17 sendUrl INFO 3 [589] R:OK -2015-03-11 04:34:41 queue INFO 83 [590] -2015-03-11 04:34:42 sendUrl INFO 83 [590] R:OK -2015-03-11 04:34:42 queue INFO >83 [591] -2015-03-11 04:34:42 sendUrl INFO 83 [591] R:OK -2015-03-11 04:34:43 queue INFO 3 [592] -2015-03-11 04:34:43 queue INFO >3 [593] -2015-03-11 04:34:44 sendUrl INFO 3 [592] R:OK -2015-03-11 04:34:44 sendUrl INFO 3 [593] R:OK -2015-03-11 04:35:33 queue INFO >>3 [594] -2015-03-11 04:35:33 sendUrl INFO 3 [594] R:OK -2015-03-11 04:36:23 queue INFO >>3 [595] -2015-03-11 04:36:24 sendUrl INFO 3 [595] R:OK -2015-03-11 04:37:13 queue INFO >>3 [596] -2015-03-11 04:37:14 sendUrl INFO 3 [596] R:OK -2015-03-11 04:38:04 queue INFO >>3 [597] -2015-03-11 04:38:04 sendUrl INFO 3 [597] R:OK -2015-03-11 04:38:54 queue INFO >>3 [598] -2015-03-11 04:38:54 sendUrl INFO 3 [598] R:OK -2015-03-11 04:39:44 queue INFO >>3 [599] -2015-03-11 04:39:44 sendUrl INFO 3 [599] R:OK -2015-03-11 04:40:34 queue INFO >>3 [600] -2015-03-11 04:40:34 sendUrl INFO 3 [600] R:OK -2015-03-11 04:41:24 queue INFO >>3 [601] -2015-03-11 04:41:25 sendUrl INFO 3 [601] R:OK -2015-03-11 04:42:14 queue INFO >>3 [602] -2015-03-11 04:42:15 sendUrl INFO 3 [602] R:OK -2015-03-11 04:42:30 queue INFO 83 [603] -2015-03-11 04:42:30 queue INFO >83 [604] -2015-03-11 04:42:30 sendUrl INFO 83 [603] R:OK -2015-03-11 04:42:31 sendUrl INFO 83 [604] R:OK -2015-03-11 04:42:31 queue INFO 3 [605] -2015-03-11 04:42:31 queue INFO >3 [606] -2015-03-11 04:42:32 sendUrl INFO 3 [605] R:OK -2015-03-11 04:42:32 sendUrl INFO 3 [606] R:OK -2015-03-11 04:43:21 queue INFO >>3 [607] -2015-03-11 04:43:22 sendUrl INFO 3 [607] R:OK -2015-03-11 04:44:12 queue INFO >>3 [608] -2015-03-11 04:44:12 sendUrl INFO 3 [608] R:OK -2015-03-11 04:45:02 queue INFO >>3 [609] -2015-03-11 04:45:02 sendUrl INFO 3 [609] R:OK -2015-03-11 04:45:52 queue INFO >>3 [610] -2015-03-11 04:45:52 sendUrl INFO 3 [610] R:OK -2015-03-11 04:46:42 queue INFO >>3 [611] -2015-03-11 04:46:42 sendUrl INFO 3 [611] R:OK -2015-03-11 04:47:32 queue INFO >>3 [612] -2015-03-11 04:47:33 sendUrl INFO 3 [612] R:OK -2015-03-11 04:48:22 queue INFO >>3 [613] -2015-03-11 04:48:23 sendUrl INFO 3 [613] R:OK -2015-03-11 04:49:12 queue INFO >>3 [614] -2015-03-11 04:49:13 sendUrl INFO 3 [614] R:OK -2015-03-11 04:50:03 queue INFO >>3 [615] -2015-03-11 04:50:03 sendUrl INFO 3 [615] R:OK -2015-03-11 04:50:27 queue INFO 83 [616] -2015-03-11 04:50:27 sendUrl INFO 83 [616] R:OK -2015-03-11 04:50:28 queue INFO >83 [617] -2015-03-11 04:50:28 sendUrl INFO 83 [617] R:OK -2015-03-11 04:50:29 queue INFO 3 [618] -2015-03-11 04:50:29 queue INFO >3 [619] -2015-03-11 04:50:29 sendUrl INFO 3 [618] R:OK -2015-03-11 04:50:30 sendUrl INFO 3 [619] R:OK -2015-03-11 04:51:19 queue INFO >>3 [620] -2015-03-11 04:51:19 sendUrl INFO 3 [620] R:OK -2015-03-11 04:52:09 queue INFO >>3 [621] -2015-03-11 04:52:10 sendUrl INFO 3 [621] R:OK -2015-03-11 04:52:59 queue INFO >>3 [622] -2015-03-11 04:53:00 sendUrl INFO 3 [622] R:OK -2015-03-11 04:53:50 queue INFO >>3 [623] -2015-03-11 04:53:50 sendUrl INFO 3 [623] R:OK -2015-03-11 04:54:40 queue INFO >>3 [624] -2015-03-11 04:54:40 sendUrl INFO 3 [624] R:OK -2015-03-11 04:55:30 queue INFO >>3 [625] -2015-03-11 04:55:30 sendUrl INFO 3 [625] R:OK -2015-03-11 04:56:20 queue INFO >>3 [626] -2015-03-11 04:56:20 sendUrl INFO 3 [626] R:OK -2015-03-11 04:57:10 queue INFO >>3 [627] -2015-03-11 04:57:11 sendUrl INFO 3 [627] R:OK -2015-03-11 04:58:00 queue INFO >>3 [628] -2015-03-11 04:58:00 sendUrl INFO 3 [628] R:OK -2015-03-11 04:58:15 queue INFO 83 [629] -2015-03-11 04:58:16 queue INFO >83 [630] -2015-03-11 04:58:16 sendUrl INFO 83 [629] R:OK -2015-03-11 04:58:16 sendUrl INFO 83 [630] R:OK -2015-03-11 04:58:17 queue INFO 3 [631] -2015-03-11 04:58:17 sendUrl INFO 3 [631] R:OK -2015-03-11 04:58:17 queue INFO >3 [632] -2015-03-11 04:58:18 sendUrl INFO 3 [632] R:OK -2015-03-11 04:59:07 queue INFO >>3 [633] -2015-03-11 04:59:07 sendUrl INFO 3 [633] R:OK -2015-03-11 04:59:57 queue INFO >>3 [634] -2015-03-11 04:59:58 sendUrl INFO 3 [634] R:OK -2015-03-11 05:00:47 queue INFO >>3 [635] -2015-03-11 05:00:48 sendUrl INFO 3 [635] R:OK -2015-03-11 05:01:38 queue INFO >>3 [636] -2015-03-11 05:01:38 sendUrl INFO 3 [636] R:OK -2015-03-11 05:02:28 queue INFO >>3 [637] -2015-03-11 05:02:28 sendUrl INFO 3 [637] R:OK -2015-03-11 05:03:18 queue INFO >>3 [638] -2015-03-11 05:03:18 sendUrl INFO 3 [638] R:OK -2015-03-11 05:04:08 queue INFO >>3 [639] -2015-03-11 05:04:08 sendUrl INFO 3 [639] R:OK -2015-03-11 05:04:58 queue INFO >>3 [640] -2015-03-11 05:04:59 sendUrl INFO 3 [640] R:OK -2015-03-11 05:05:48 queue INFO >>3 [641] -2015-03-11 05:05:49 sendUrl INFO 3 [641] R:OK -2015-03-11 05:06:13 queue INFO 83 [642] -2015-03-11 05:06:13 queue INFO >83 [643] -2015-03-11 05:06:14 sendUrl INFO 83 [642] R:OK -2015-03-11 05:06:14 sendUrl INFO 83 [643] R:OK -2015-03-11 05:06:15 queue INFO 3 [644] -2015-03-11 05:06:15 sendUrl INFO 3 [644] R:OK -2015-03-11 05:06:15 queue INFO >3 [645] -2015-03-11 05:06:15 sendUrl INFO 3 [645] R:OK -2015-03-11 05:07:05 queue INFO >>3 [646] -2015-03-11 05:07:05 sendUrl INFO 3 [646] R:OK -2015-03-11 05:07:55 queue INFO >>3 [647] -2015-03-11 05:07:55 sendUrl INFO 3 [647] R:OK -2015-03-11 05:08:45 queue INFO >>3 [648] -2015-03-11 05:08:45 sendUrl INFO 3 [648] R:OK -2015-03-11 05:09:35 queue INFO >>3 [649] -2015-03-11 05:09:36 sendUrl INFO 3 [649] R:OK -2015-03-11 05:10:25 queue INFO >>3 [650] -2015-03-11 05:10:26 sendUrl INFO 3 [650] R:OK -2015-03-11 05:11:15 queue INFO >>3 [651] -2015-03-11 05:11:16 sendUrl INFO 3 [651] R:OK -2015-03-11 05:12:06 queue INFO >>3 [652] -2015-03-11 05:12:06 sendUrl INFO 3 [652] R:OK -2015-03-11 05:12:56 queue INFO >>3 [653] -2015-03-11 05:12:56 sendUrl INFO 3 [653] R:OK -2015-03-11 05:13:46 queue INFO >>3 [654] -2015-03-11 05:13:46 sendUrl INFO 3 [654] R:OK -2015-03-11 05:14:01 queue INFO 83 [655] -2015-03-11 05:14:01 sendUrl INFO 83 [655] R:OK -2015-03-11 05:14:01 queue INFO >83 [656] -2015-03-11 05:14:02 sendUrl INFO 83 [656] R:OK -2015-03-11 05:14:03 queue INFO 3 [657] -2015-03-11 05:14:03 queue INFO >3 [658] -2015-03-11 05:14:03 sendUrl INFO 3 [657] R:OK -2015-03-11 05:14:04 sendUrl INFO 3 [658] R:OK -2015-03-11 05:14:53 queue INFO >>3 [659] -2015-03-11 05:14:53 sendUrl INFO 3 [659] R:OK -2015-03-11 05:15:17 queue INFO 21 [660] -2015-03-11 05:15:17 sendUrl INFO 21 [660] R:OK -2015-03-11 05:15:17 queue INFO 1 [661] -2015-03-11 05:15:18 queue INFO >1 [662] -2015-03-11 05:15:18 sendUrl INFO 1 [661] R:OK -2015-03-11 05:15:18 sendUrl INFO 1 [662] R:OK -2015-03-11 05:15:21 queue INFO 3 [663] -2015-03-11 05:15:21 sendUrl INFO 3 [663] R:OK -2015-03-11 05:15:22 queue INFO >3 [664] -2015-03-11 05:15:22 sendUrl INFO 3 [664] R:OK -2015-03-11 05:16:11 queue INFO >>3 [665] -2015-03-11 05:16:12 sendUrl INFO 3 [665] R:OK -2015-03-11 05:17:02 queue INFO >>3 [666] -2015-03-11 05:17:02 sendUrl INFO 3 [666] R:OK -2015-03-11 05:17:52 queue INFO >>3 [667] -2015-03-11 05:17:52 sendUrl INFO 3 [667] R:OK -2015-03-11 05:18:42 queue INFO >>3 [668] -2015-03-11 05:18:42 sendUrl INFO 3 [668] R:OK -2015-03-11 05:19:32 queue INFO >>3 [669] -2015-03-11 05:19:33 sendUrl INFO 3 [669] R:OK -2015-03-11 05:20:22 queue INFO >>3 [670] -2015-03-11 05:20:22 sendUrl INFO 3 [670] R:OK -2015-03-11 05:21:12 queue INFO >>3 [671] -2015-03-11 05:21:13 sendUrl INFO 3 [671] R:OK -2015-03-11 05:21:59 queue INFO 83 [672] -2015-03-11 05:21:59 queue INFO >83 [673] -2015-03-11 05:21:59 sendUrl INFO 83 [672] R:OK -2015-03-11 05:22:00 sendUrl INFO 83 [673] R:OK -2015-03-11 05:22:01 queue INFO 3 [674] -2015-03-11 05:22:01 sendUrl INFO 3 [674] R:OK -2015-03-11 05:22:01 queue INFO >3 [675] -2015-03-11 05:22:01 sendUrl INFO 3 [675] R:OK -2015-03-11 05:22:51 queue INFO >>3 [676] -2015-03-11 05:22:51 sendUrl INFO 3 [676] R:OK -2015-03-11 05:23:41 queue INFO >>3 [677] -2015-03-11 05:23:41 sendUrl INFO 3 [677] R:OK -2015-03-11 05:24:31 queue INFO >>3 [678] -2015-03-11 05:24:31 sendUrl INFO 3 [678] R:OK -2015-03-11 05:25:21 queue INFO >>3 [679] -2015-03-11 05:25:21 sendUrl INFO 3 [679] R:OK -2015-03-11 05:26:11 queue INFO >>3 [680] -2015-03-11 05:26:12 sendUrl INFO 3 [680] R:OK -2015-03-11 05:27:01 queue INFO >>3 [681] -2015-03-11 05:27:02 sendUrl INFO 3 [681] R:OK -2015-03-11 05:27:52 queue INFO >>3 [682] -2015-03-11 05:27:52 sendUrl INFO 3 [682] R:OK -2015-03-11 05:28:42 queue INFO >>3 [683] -2015-03-11 05:28:42 sendUrl INFO 3 [683] R:OK -2015-03-11 05:29:32 queue INFO >>3 [684] -2015-03-11 05:29:32 sendUrl INFO 3 [684] R:OK -2015-03-11 05:29:47 queue INFO 83 [685] -2015-03-11 05:29:47 queue INFO >83 [686] -2015-03-11 05:29:47 sendUrl INFO 83 [685] R:OK -2015-03-11 05:29:48 sendUrl INFO 83 [686] R:OK -2015-03-11 05:29:49 queue INFO 3 [687] -2015-03-11 05:29:49 queue INFO >3 [688] -2015-03-11 05:29:49 sendUrl INFO 3 [687] R:OK -2015-03-11 05:29:49 sendUrl INFO 3 [688] R:OK -2015-03-11 05:30:39 queue INFO >>3 [689] -2015-03-11 05:30:39 sendUrl INFO 3 [689] R:OK -2015-03-11 05:31:29 queue INFO >>3 [690] -2015-03-11 05:31:29 sendUrl INFO 3 [690] R:OK -2015-03-11 05:32:19 queue INFO >>3 [691] -2015-03-11 05:32:19 sendUrl INFO 3 [691] R:OK -2015-03-11 05:33:09 queue INFO >>3 [692] -2015-03-11 05:33:10 sendUrl INFO 3 [692] R:OK -2015-03-11 05:33:59 queue INFO >>3 [693] -2015-03-11 05:33:59 sendUrl INFO 3 [693] R:OK -2015-03-11 05:34:49 queue INFO >>3 [694] -2015-03-11 05:34:50 sendUrl INFO 3 [694] R:OK -2015-03-11 05:35:40 queue INFO >>3 [695] -2015-03-11 05:35:40 sendUrl INFO 3 [695] R:OK -2015-03-11 05:36:30 queue INFO >>3 [696] -2015-03-11 05:36:30 sendUrl INFO 3 [696] R:OK -2015-03-11 05:37:20 queue INFO >>3 [697] -2015-03-11 05:37:20 sendUrl INFO 3 [697] R:OK -2015-03-11 05:37:45 queue INFO 83 [698] -2015-03-11 05:37:45 sendUrl INFO 83 [698] R:OK -2015-03-11 05:37:45 queue INFO >83 [699] -2015-03-11 05:37:45 sendUrl INFO 83 [699] R:OK -2015-03-11 05:37:46 queue INFO 3 [700] -2015-03-11 05:37:47 queue INFO >3 [701] -2015-03-11 05:37:47 sendUrl INFO 3 [700] R:OK -2015-03-11 05:37:47 sendUrl INFO 3 [701] R:OK -2015-03-11 05:38:37 queue INFO >>3 [702] -2015-03-11 05:38:37 sendUrl INFO 3 [702] R:OK -2015-03-11 05:39:27 queue INFO >>3 [703] -2015-03-11 05:39:27 sendUrl INFO 3 [703] R:OK -2015-03-11 05:40:17 queue INFO >>3 [704] -2015-03-11 05:40:17 sendUrl INFO 3 [704] R:OK -2015-03-11 05:40:51 queue INFO 1 [705] -2015-03-11 05:40:51 queue INFO >1 [706] -2015-03-11 05:40:51 sendUrl INFO 1 [705] R:OK -2015-03-11 05:40:52 sendUrl INFO 1 [706] R:OK -2015-03-11 05:41:41 queue INFO >>1 [707] -2015-03-11 05:41:41 sendUrl INFO 1 [707] R:OK -2015-03-11 05:42:31 queue INFO >>1 [708] -2015-03-11 05:42:32 sendUrl INFO 1 [708] R:OK -2015-03-11 05:43:21 queue INFO >>1 [709] -2015-03-11 05:43:22 sendUrl INFO 1 [709] R:OK -2015-03-11 05:44:12 queue INFO >>1 [710] -2015-03-11 05:44:12 sendUrl INFO 1 [710] R:OK -2015-03-11 05:45:02 queue INFO >>1 [711] -2015-03-11 05:45:02 sendUrl INFO 1 [711] R:OK -2015-03-11 05:45:52 queue INFO >>1 [712] -2015-03-11 05:45:52 sendUrl INFO 1 [712] R:OK -2015-03-11 05:46:09 queue INFO 21 [713] -2015-03-11 05:46:09 queue INFO >21 [714] -2015-03-11 05:46:09 sendUrl INFO 21 [713] R:OK -2015-03-11 05:46:10 sendUrl INFO 21 [714] R:OK -2015-03-11 05:46:59 queue INFO >>21 [715] -2015-03-11 05:47:00 sendUrl INFO 21 [715] R:OK -2015-03-11 05:47:49 queue INFO >>21 [716] -2015-03-11 05:47:49 sendUrl INFO 21 [716] R:OK -2015-03-11 05:48:39 queue INFO >>21 [717] -2015-03-11 05:48:40 sendUrl INFO 21 [717] R:OK -2015-03-11 05:49:30 queue INFO >>21 [718] -2015-03-11 05:49:30 sendUrl INFO 21 [718] R:OK -2015-03-11 05:50:20 queue INFO >>21 [719] -2015-03-11 05:50:20 sendUrl INFO 21 [719] R:OK -2015-03-11 05:51:10 queue INFO >>21 [720] -2015-03-11 05:51:10 sendUrl INFO 21 [720] R:OK -2015-03-11 05:52:00 queue INFO >>21 [721] -2015-03-11 05:52:00 sendUrl INFO 21 [721] R:OK -2015-03-11 05:52:50 queue INFO >>21 [722] -2015-03-11 05:52:50 sendUrl INFO 21 [722] R:OK -2015-03-11 05:53:40 queue INFO >>21 [723] -2015-03-11 05:53:41 sendUrl INFO 21 [723] R:OK -2015-03-11 05:54:30 queue INFO >>21 [724] -2015-03-11 05:54:31 sendUrl INFO 21 [724] R:OK -2015-03-11 05:55:21 queue INFO >>21 [725] -2015-03-11 05:55:21 sendUrl INFO 21 [725] R:OK -2015-03-11 05:56:11 queue INFO >>21 [726] -2015-03-11 05:56:11 sendUrl INFO 21 [726] R:OK -2015-03-11 05:57:01 queue INFO >>21 [727] -2015-03-11 05:57:01 sendUrl INFO 21 [727] R:OK -2015-03-11 05:57:51 queue INFO >>21 [728] -2015-03-11 05:57:51 sendUrl INFO 21 [728] R:OK -2015-03-11 05:58:41 queue INFO >>21 [729] -2015-03-11 05:58:41 sendUrl INFO 21 [729] R:OK -2015-03-11 05:59:31 queue INFO >>21 [730] -2015-03-11 05:59:32 sendUrl INFO 21 [730] R:OK -2015-03-11 06:00:00 queue INFO 1 [731] -2015-03-11 06:00:00 queue INFO >1 [732] -2015-03-11 06:00:00 sendUrl INFO 1 [731] R:OK -2015-03-11 06:00:01 sendUrl INFO 1 [732] R:OK -2015-03-11 06:00:28 queue INFO 81 [733] -2015-03-11 06:00:28 sendUrl INFO 81 [733] R:OK -2015-03-11 06:00:28 queue INFO >81 [734] -2015-03-11 06:00:29 sendUrl INFO 81 [734] R:OK -2015-03-11 06:00:29 queue INFO 83 [735] -2015-03-11 06:00:29 queue INFO 3 [736] -2015-03-11 06:00:30 queue INFO >3 [737] -2015-03-11 06:00:30 sendUrl INFO 83 [735] R:OK -2015-03-11 06:00:30 sendUrl INFO 3 [736] R:OK -2015-03-11 06:00:31 sendUrl INFO 3 [737] R:OK -2015-03-11 06:01:10 queue INFO 21 [738] -2015-03-11 06:01:11 queue INFO 1 [739] -2015-03-11 06:01:11 queue INFO >1 [740] -2015-03-11 06:01:11 sendUrl INFO 21 [738] R:OK -2015-03-11 06:01:11 sendUrl INFO 1 [739] R:OK -2015-03-11 06:01:12 sendUrl INFO 1 [740] R:OK -2015-03-11 06:01:16 queue INFO 3 [741] -2015-03-11 06:01:16 queue INFO >3 [742] -2015-03-11 06:01:16 sendUrl INFO 3 [741] R:OK -2015-03-11 06:01:16 sendUrl INFO 3 [742] R:OK -2015-03-11 06:01:19 queue INFO 21 [743] -2015-03-11 06:01:19 queue INFO 1 [744] -2015-03-11 06:01:19 queue INFO >1 [745] -2015-03-11 06:01:19 sendUrl INFO 21 [743] R:OK -2015-03-11 06:01:20 sendUrl INFO 1 [744] R:OK -2015-03-11 06:01:20 sendUrl INFO 1 [745] R:OK -2015-03-11 06:01:31 queue INFO 3 [746] -2015-03-11 06:01:32 sendUrl INFO 3 [746] R:OK -2015-03-11 06:01:32 queue INFO >3 [747] -2015-03-11 06:01:32 sendUrl INFO 3 [747] R:OK -2015-03-11 06:02:21 queue INFO >>3 [748] -2015-03-11 06:02:22 sendUrl INFO 3 [748] R:OK -2015-03-11 06:03:12 queue INFO >>3 [749] -2015-03-11 06:03:12 sendUrl INFO 3 [749] R:OK -2015-03-11 06:04:02 queue INFO >>3 [750] -2015-03-11 06:04:02 sendUrl INFO 3 [750] R:OK -2015-03-11 06:04:52 queue INFO >>3 [751] -2015-03-11 06:04:52 sendUrl INFO 3 [751] R:OK -2015-03-11 06:05:42 queue INFO >>3 [752] -2015-03-11 06:05:42 sendUrl INFO 3 [752] R:OK -2015-03-11 06:06:32 queue INFO >>3 [753] -2015-03-11 06:06:33 sendUrl INFO 3 [753] R:OK -2015-03-11 06:07:22 queue INFO >>3 [754] -2015-03-11 06:07:23 sendUrl INFO 3 [754] R:OK -2015-03-11 06:08:13 queue INFO >>3 [755] -2015-03-11 06:08:13 sendUrl INFO 3 [755] R:OK -2015-03-11 06:08:26 queue INFO 83 [756] -2015-03-11 06:08:26 queue INFO >83 [757] -2015-03-11 06:08:26 sendUrl INFO 83 [756] R:OK -2015-03-11 06:08:26 sendUrl INFO 83 [757] R:OK -2015-03-11 06:08:27 queue INFO 3 [758] -2015-03-11 06:08:27 sendUrl INFO 3 [758] R:OK -2015-03-11 06:08:27 queue INFO >3 [759] -2015-03-11 06:08:28 sendUrl INFO 3 [759] R:OK -2015-03-11 06:09:17 queue INFO >>3 [760] -2015-03-11 06:09:18 sendUrl INFO 3 [760] R:OK -2015-03-11 06:10:07 queue INFO >>3 [761] -2015-03-11 06:10:08 sendUrl INFO 3 [761] R:OK -2015-03-11 06:10:58 queue INFO >>3 [762] -2015-03-11 06:10:58 sendUrl INFO 3 [762] R:OK -2015-03-11 06:11:48 queue INFO >>3 [763] -2015-03-11 06:11:48 sendUrl INFO 3 [763] R:OK -2015-03-11 06:12:38 queue INFO >>3 [764] -2015-03-11 06:12:38 sendUrl INFO 3 [764] R:OK -2015-03-11 06:13:28 queue INFO >>3 [765] -2015-03-11 06:13:28 sendUrl INFO 3 [765] R:OK -2015-03-11 06:14:18 queue INFO >>3 [766] -2015-03-11 06:14:19 sendUrl INFO 3 [766] R:OK -2015-03-11 06:15:08 queue INFO >>3 [767] -2015-03-11 06:15:08 sendUrl INFO 3 [767] R:OK -2015-03-11 06:15:58 queue INFO >>3 [768] -2015-03-11 06:15:59 sendUrl INFO 3 [768] R:OK -2015-03-11 06:16:14 queue INFO 83 [769] -2015-03-11 06:16:14 queue INFO >83 [770] -2015-03-11 06:16:14 sendUrl INFO 83 [769] R:OK -2015-03-11 06:16:14 sendUrl INFO 83 [770] R:OK -2015-03-11 06:16:15 queue INFO 3 [771] -2015-03-11 06:16:15 queue INFO >3 [772] -2015-03-11 06:16:15 sendUrl INFO 3 [771] R:OK -2015-03-11 06:16:16 sendUrl INFO 3 [772] R:OK -2015-03-11 06:17:05 queue INFO >>3 [773] -2015-03-11 06:17:06 sendUrl INFO 3 [773] R:OK -2015-03-11 06:17:56 queue INFO >>3 [774] -2015-03-11 06:17:56 sendUrl INFO 3 [774] R:OK -2015-03-11 06:18:46 queue INFO >>3 [775] -2015-03-11 06:18:46 sendUrl INFO 3 [775] R:OK -2015-03-11 06:19:36 queue INFO >>3 [776] -2015-03-11 06:19:36 sendUrl INFO 3 [776] R:OK -2015-03-11 06:20:26 queue INFO >>3 [777] -2015-03-11 06:20:26 sendUrl INFO 3 [777] R:OK -2015-03-11 06:21:16 queue INFO >>3 [778] -2015-03-11 06:21:16 sendUrl INFO 3 [778] R:OK -2015-03-11 06:22:06 queue INFO >>3 [779] -2015-03-11 06:22:07 sendUrl INFO 3 [779] R:OK -2015-03-11 06:22:56 queue INFO >>3 [780] -2015-03-11 06:22:57 sendUrl INFO 3 [780] R:OK -2015-03-11 06:23:47 queue INFO >>3 [781] -2015-03-11 06:23:47 sendUrl INFO 3 [781] R:OK -2015-03-11 06:24:11 queue INFO 83 [782] -2015-03-11 06:24:11 queue INFO >83 [783] -2015-03-11 06:24:12 sendUrl INFO 83 [782] R:OK -2015-03-11 06:24:12 sendUrl INFO 83 [783] R:OK -2015-03-11 06:24:13 queue INFO 3 [784] -2015-03-11 06:24:13 queue INFO >3 [785] -2015-03-11 06:24:13 sendUrl INFO 3 [784] R:OK -2015-03-11 06:24:14 sendUrl INFO 3 [785] R:OK -2015-03-11 06:25:03 queue INFO >>3 [786] -2015-03-11 06:25:04 sendUrl INFO 3 [786] R:OK -2015-03-11 06:25:53 queue INFO >>3 [787] -2015-03-11 06:25:53 sendUrl INFO 3 [787] R:OK -2015-03-11 06:26:43 queue INFO >>3 [788] -2015-03-11 06:26:44 sendUrl INFO 3 [788] R:OK -2015-03-11 06:27:33 queue INFO >>3 [789] -2015-03-11 06:27:34 sendUrl INFO 3 [789] R:OK -2015-03-11 06:28:24 queue INFO >>3 [790] -2015-03-11 06:28:24 sendUrl INFO 3 [790] R:OK -2015-03-11 06:29:14 queue INFO >>3 [791] -2015-03-11 06:29:14 sendUrl INFO 3 [791] R:OK -2015-03-11 06:30:04 queue INFO >>3 [792] -2015-03-11 06:30:04 sendUrl INFO 3 [792] R:OK -2015-03-11 06:30:54 queue INFO >>3 [793] -2015-03-11 06:30:54 sendUrl INFO 3 [793] R:OK -2015-03-11 06:31:44 queue INFO >>3 [794] -2015-03-11 06:31:45 sendUrl INFO 3 [794] R:OK -2015-03-11 06:32:00 queue INFO 83 [795] -2015-03-11 06:32:00 queue INFO >83 [796] -2015-03-11 06:32:00 sendUrl INFO 83 [795] R:OK -2015-03-11 06:32:00 sendUrl INFO 83 [796] R:OK -2015-03-11 06:32:01 queue INFO 3 [797] -2015-03-11 06:32:01 sendUrl INFO 3 [797] R:OK -2015-03-11 06:32:01 queue INFO >3 [798] -2015-03-11 06:32:02 sendUrl INFO 3 [798] R:OK -2015-03-11 06:32:51 queue INFO >>3 [799] -2015-03-11 06:32:52 sendUrl INFO 3 [799] R:OK -2015-03-11 06:33:41 queue INFO >>3 [800] -2015-03-11 06:33:42 sendUrl INFO 3 [800] R:OK -2015-03-11 06:34:32 queue INFO >>3 [801] -2015-03-11 06:34:32 sendUrl INFO 3 [801] R:OK -2015-03-11 06:35:22 queue INFO >>3 [802] -2015-03-11 06:35:22 sendUrl INFO 3 [802] R:OK -2015-03-11 06:36:12 queue INFO >>3 [803] -2015-03-11 06:36:12 sendUrl INFO 3 [803] R:OK -2015-03-11 06:37:02 queue INFO >>3 [804] -2015-03-11 06:37:02 sendUrl INFO 3 [804] R:OK -2015-03-11 06:37:52 queue INFO >>3 [805] -2015-03-11 06:37:53 sendUrl INFO 3 [805] R:OK -2015-03-11 06:38:42 queue INFO >>3 [806] -2015-03-11 06:38:42 sendUrl INFO 3 [806] R:OK -2015-03-11 06:39:33 queue INFO >>3 [807] -2015-03-11 06:39:33 sendUrl INFO 3 [807] R:OK -2015-03-11 06:39:57 queue INFO 83 [808] -2015-03-11 06:39:57 queue INFO >83 [809] -2015-03-11 06:39:58 sendUrl INFO 83 [808] R:OK -2015-03-11 06:39:58 sendUrl INFO 83 [809] R:OK -2015-03-11 06:39:59 queue INFO 3 [810] -2015-03-11 06:39:59 queue INFO >3 [811] -2015-03-11 06:39:59 sendUrl INFO 3 [810] R:OK -2015-03-11 06:39:59 sendUrl INFO 3 [811] R:OK -2015-03-11 06:40:49 queue INFO >>3 [812] -2015-03-11 06:40:49 sendUrl INFO 3 [812] R:OK -2015-03-11 06:41:39 queue INFO >>3 [813] -2015-03-11 06:41:40 sendUrl INFO 3 [813] R:OK -2015-03-11 06:42:29 queue INFO >>3 [814] -2015-03-11 06:42:29 sendUrl INFO 3 [814] R:OK -2015-03-11 06:43:19 queue INFO >>3 [815] -2015-03-11 06:43:20 sendUrl INFO 3 [815] R:OK -2015-03-11 06:44:10 queue INFO >>3 [816] -2015-03-11 06:44:10 sendUrl INFO 3 [816] R:OK -2015-03-11 06:45:00 queue INFO >>3 [817] -2015-03-11 06:45:00 sendUrl INFO 3 [817] R:OK -2015-03-11 06:45:50 queue INFO >>3 [818] -2015-03-11 06:45:50 sendUrl INFO 3 [818] R:OK -2015-03-11 06:46:40 queue INFO >>3 [819] -2015-03-11 06:46:40 sendUrl INFO 3 [819] R:OK -2015-03-11 06:47:30 queue INFO >>3 [820] -2015-03-11 06:47:30 sendUrl INFO 3 [820] R:OK -2015-03-11 06:47:45 queue INFO 83 [821] -2015-03-11 06:47:46 queue INFO >83 [822] -2015-03-11 06:47:46 sendUrl INFO 83 [821] R:OK -2015-03-11 06:47:46 sendUrl INFO 83 [822] R:OK -2015-03-11 06:47:47 queue INFO 3 [823] -2015-03-11 06:47:47 queue INFO >3 [824] -2015-03-11 06:47:48 sendUrl INFO 3 [823] R:OK -2015-03-11 06:47:48 sendUrl INFO 3 [824] R:OK -2015-03-11 06:48:37 queue INFO >>3 [825] -2015-03-11 06:48:37 sendUrl INFO 3 [825] R:OK -2015-03-11 06:49:27 queue INFO >>3 [826] -2015-03-11 06:49:28 sendUrl INFO 3 [826] R:OK -2015-03-11 06:50:17 queue INFO >>3 [827] -2015-03-11 06:50:18 sendUrl INFO 3 [827] R:OK -2015-03-11 06:51:08 queue INFO >>3 [828] -2015-03-11 06:51:08 sendUrl INFO 3 [828] R:OK -2015-03-11 06:51:58 queue INFO >>3 [829] -2015-03-11 06:51:58 sendUrl INFO 3 [829] R:OK -2015-03-11 06:52:48 queue INFO >>3 [830] -2015-03-11 06:52:48 sendUrl INFO 3 [830] R:OK -2015-03-11 06:53:38 queue INFO >>3 [831] -2015-03-11 06:53:38 sendUrl INFO 3 [831] R:OK -2015-03-11 06:54:28 queue INFO >>3 [832] -2015-03-11 06:54:28 sendUrl INFO 3 [832] R:OK -2015-03-11 06:55:18 queue INFO >>3 [833] -2015-03-11 06:55:19 sendUrl INFO 3 [833] R:OK -2015-03-11 06:55:43 queue INFO 83 [834] -2015-03-11 06:55:43 queue INFO >83 [835] -2015-03-11 06:55:43 sendUrl INFO 83 [834] R:OK -2015-03-11 06:55:44 sendUrl INFO 83 [835] R:OK -2015-03-11 06:55:44 queue INFO 3 [836] -2015-03-11 06:55:45 queue INFO >3 [837] -2015-03-11 06:55:45 sendUrl INFO 3 [836] R:OK -2015-03-11 06:55:45 sendUrl INFO 3 [837] R:OK -2015-03-11 06:56:35 queue INFO >>3 [838] -2015-03-11 06:56:35 sendUrl INFO 3 [838] R:OK -2015-03-11 06:57:25 queue INFO >>3 [839] -2015-03-11 06:57:25 sendUrl INFO 3 [839] R:OK -2015-03-11 06:58:15 queue INFO >>3 [840] -2015-03-11 06:58:15 sendUrl INFO 3 [840] R:OK -2015-03-11 06:59:05 queue INFO >>3 [841] -2015-03-11 06:59:05 sendUrl INFO 3 [841] R:OK -2015-03-11 06:59:55 queue INFO >>3 [842] -2015-03-11 06:59:56 sendUrl INFO 3 [842] R:OK -2015-03-11 07:00:45 queue INFO >>3 [843] -2015-03-11 07:00:45 sendUrl INFO 3 [843] R:OK -2015-03-11 07:01:35 queue INFO >>3 [844] -2015-03-11 07:01:36 sendUrl INFO 3 [844] R:OK -2015-03-11 07:02:26 queue INFO >>3 [845] -2015-03-11 07:02:26 sendUrl INFO 3 [845] R:OK -2015-03-11 07:03:16 queue INFO >>3 [846] -2015-03-11 07:03:16 sendUrl INFO 3 [846] R:OK -2015-03-11 07:03:31 queue INFO 83 [847] -2015-03-11 07:03:32 queue INFO >83 [848] -2015-03-11 07:03:32 sendUrl INFO 83 [847] R:OK -2015-03-11 07:03:32 sendUrl INFO 83 [848] R:OK -2015-03-11 07:03:33 queue INFO 3 [849] -2015-03-11 07:03:33 sendUrl INFO 3 [849] R:OK -2015-03-11 07:03:33 queue INFO >3 [850] -2015-03-11 07:03:34 sendUrl INFO 3 [850] R:OK -2015-03-11 07:04:23 queue INFO >>3 [851] -2015-03-11 07:04:23 sendUrl INFO 3 [851] R:OK -2015-03-11 07:05:13 queue INFO >>3 [852] -2015-03-11 07:05:14 sendUrl INFO 3 [852] R:OK -2015-03-11 07:06:03 queue INFO >>3 [853] -2015-03-11 07:06:04 sendUrl INFO 3 [853] R:OK -2015-03-11 07:06:54 queue INFO >>3 [854] -2015-03-11 07:06:54 sendUrl INFO 3 [854] R:OK -2015-03-11 07:07:44 queue INFO >>3 [855] -2015-03-11 07:07:44 sendUrl INFO 3 [855] R:OK -2015-03-11 07:08:34 queue INFO >>3 [856] -2015-03-11 07:08:34 sendUrl INFO 3 [856] R:OK -2015-03-11 07:09:24 queue INFO >>3 [857] -2015-03-11 07:09:24 sendUrl INFO 3 [857] R:OK -2015-03-11 07:10:14 queue INFO >>3 [858] -2015-03-11 07:10:15 sendUrl INFO 3 [858] R:OK -2015-03-11 07:11:04 queue INFO >>3 [859] -2015-03-11 07:11:05 sendUrl INFO 3 [859] R:OK -2015-03-11 07:11:29 queue INFO 83 [860] -2015-03-11 07:11:29 queue INFO >83 [861] -2015-03-11 07:11:29 sendUrl INFO 83 [860] R:OK -2015-03-11 07:11:30 sendUrl INFO 83 [861] R:OK -2015-03-11 07:11:31 queue INFO 3 [862] -2015-03-11 07:11:31 queue INFO >3 [863] -2015-03-11 07:11:31 sendUrl INFO 3 [862] R:OK -2015-03-11 07:11:31 sendUrl INFO 3 [863] R:OK -2015-03-11 07:12:21 queue INFO >>3 [864] -2015-03-11 07:12:21 sendUrl INFO 3 [864] R:OK -2015-03-11 07:13:11 queue INFO >>3 [865] -2015-03-11 07:13:11 sendUrl INFO 3 [865] R:OK -2015-03-11 07:14:01 queue INFO >>3 [866] -2015-03-11 07:14:01 sendUrl INFO 3 [866] R:OK -2015-03-11 07:14:51 queue INFO >>3 [867] -2015-03-11 07:14:52 sendUrl INFO 3 [867] R:OK -2015-03-11 07:15:41 queue INFO >>3 [868] -2015-03-11 07:15:41 sendUrl INFO 3 [868] R:OK -2015-03-11 07:16:31 queue INFO >>3 [869] -2015-03-11 07:16:32 sendUrl INFO 3 [869] R:OK -2015-03-11 07:17:21 queue INFO >>3 [870] -2015-03-11 07:17:22 sendUrl INFO 3 [870] R:OK -2015-03-11 07:18:12 queue INFO >>3 [871] -2015-03-11 07:18:12 sendUrl INFO 3 [871] R:OK -2015-03-11 07:19:02 queue INFO >>3 [872] -2015-03-11 07:19:02 sendUrl INFO 3 [872] R:OK -2015-03-11 07:19:17 queue INFO 83 [873] -2015-03-11 07:19:17 queue INFO >83 [874] -2015-03-11 07:19:17 sendUrl INFO 83 [873] R:OK -2015-03-11 07:19:18 sendUrl INFO 83 [874] R:OK -2015-03-11 07:19:19 queue INFO 3 [875] -2015-03-11 07:19:19 queue INFO >3 [876] -2015-03-11 07:19:19 sendUrl INFO 3 [875] R:OK -2015-03-11 07:19:19 sendUrl INFO 3 [876] R:OK -2015-03-11 07:19:42 queue INFO 21 [877] -2015-03-11 07:19:43 queue INFO 1 [878] -2015-03-11 07:19:43 sendUrl INFO 21 [877] R:OK -2015-03-11 07:19:43 queue INFO >1 [879] -2015-03-11 07:19:43 sendUrl INFO 1 [878] R:OK -2015-03-11 07:19:44 sendUrl INFO 1 [879] R:OK -2015-03-11 07:19:49 queue INFO 3 [880] -2015-03-11 07:19:49 queue INFO >3 [881] -2015-03-11 07:19:50 sendUrl INFO 3 [880] R:OK -2015-03-11 07:19:50 sendUrl INFO 3 [881] R:OK -2015-03-11 07:20:39 queue INFO >>3 [882] -2015-03-11 07:20:39 sendUrl INFO 3 [882] R:OK -2015-03-11 07:21:29 queue INFO >>3 [883] -2015-03-11 07:21:30 sendUrl INFO 3 [883] R:OK -2015-03-11 07:22:20 queue INFO >>3 [884] -2015-03-11 07:22:20 sendUrl INFO 3 [884] R:OK -2015-03-11 07:23:10 queue INFO >>3 [885] -2015-03-11 07:23:10 sendUrl INFO 3 [885] R:OK -2015-03-11 07:24:00 queue INFO >>3 [886] -2015-03-11 07:24:00 sendUrl INFO 3 [886] R:OK -2015-03-11 07:24:50 queue INFO >>3 [887] -2015-03-11 07:24:51 sendUrl INFO 3 [887] R:OK -2015-03-11 07:25:40 queue INFO >>3 [888] -2015-03-11 07:25:40 sendUrl INFO 3 [888] R:OK -2015-03-11 07:26:30 queue INFO >>3 [889] -2015-03-11 07:26:31 sendUrl INFO 3 [889] R:OK -2015-03-11 07:27:15 queue INFO 83 [890] -2015-03-11 07:27:15 queue INFO >83 [891] -2015-03-11 07:27:15 sendUrl INFO 83 [890] R:OK -2015-03-11 07:27:16 sendUrl INFO 83 [891] R:OK -2015-03-11 07:27:16 queue INFO 3 [892] -2015-03-11 07:27:16 queue INFO >3 [893] -2015-03-11 07:27:17 sendUrl INFO 3 [892] R:OK -2015-03-11 07:27:17 sendUrl INFO 3 [893] R:OK -2015-03-11 07:28:06 queue INFO >>3 [894] -2015-03-11 07:28:07 sendUrl INFO 3 [894] R:OK -2015-03-11 07:28:57 queue INFO >>3 [895] -2015-03-11 07:28:57 sendUrl INFO 3 [895] R:OK -2015-03-11 07:29:47 queue INFO >>3 [896] -2015-03-11 07:29:47 sendUrl INFO 3 [896] R:OK -2015-03-11 07:30:37 queue INFO >>3 [897] -2015-03-11 07:30:37 sendUrl INFO 3 [897] R:OK -2015-03-11 07:31:27 queue INFO >>3 [898] -2015-03-11 07:31:27 sendUrl INFO 3 [898] R:OK -2015-03-11 07:32:17 queue INFO >>3 [899] -2015-03-11 07:32:18 sendUrl INFO 3 [899] R:OK -2015-03-11 07:33:07 queue INFO >>3 [900] -2015-03-11 07:33:07 sendUrl INFO 3 [900] R:OK -2015-03-11 07:33:57 queue INFO >>3 [901] -2015-03-11 07:33:58 sendUrl INFO 3 [901] R:OK -2015-03-11 07:34:48 queue INFO >>3 [902] -2015-03-11 07:34:48 sendUrl INFO 3 [902] R:OK -2015-03-11 07:35:03 queue INFO 83 [903] -2015-03-11 07:35:03 queue INFO >83 [904] -2015-03-11 07:35:03 sendUrl INFO 83 [903] R:OK -2015-03-11 07:35:04 sendUrl INFO 83 [904] R:OK -2015-03-11 07:35:05 queue INFO 3 [905] -2015-03-11 07:35:05 sendUrl INFO 3 [905] R:OK -2015-03-11 07:35:05 queue INFO >3 [906] -2015-03-11 07:35:05 sendUrl INFO 3 [906] R:OK -2015-03-11 07:35:55 queue INFO >>3 [907] -2015-03-11 07:35:55 sendUrl INFO 3 [907] R:OK -2015-03-11 07:36:45 queue INFO >>3 [908] -2015-03-11 07:36:45 sendUrl INFO 3 [908] R:OK -2015-03-11 07:37:35 queue INFO >>3 [909] -2015-03-11 07:37:35 sendUrl INFO 3 [909] R:OK -2015-03-11 07:38:25 queue INFO >>3 [910] -2015-03-11 07:38:26 sendUrl INFO 3 [910] R:OK -2015-03-11 07:39:15 queue INFO >>3 [911] -2015-03-11 07:39:15 sendUrl INFO 3 [911] R:OK -2015-03-11 07:40:05 queue INFO >>3 [912] -2015-03-11 07:40:06 sendUrl INFO 3 [912] R:OK -2015-03-11 07:40:56 queue INFO >>3 [913] -2015-03-11 07:40:56 sendUrl INFO 3 [913] R:OK -2015-03-11 07:41:46 queue INFO >>3 [914] -2015-03-11 07:41:46 sendUrl INFO 3 [914] R:OK -2015-03-11 07:42:36 queue INFO >>3 [915] -2015-03-11 07:42:36 sendUrl INFO 3 [915] R:OK -2015-03-11 07:43:01 queue INFO 83 [916] -2015-03-11 07:43:01 queue INFO >83 [917] -2015-03-11 07:43:01 sendUrl INFO 83 [916] R:OK -2015-03-11 07:43:01 sendUrl INFO 83 [917] R:OK -2015-03-11 07:43:02 queue INFO 3 [918] -2015-03-11 07:43:02 queue INFO >3 [919] -2015-03-11 07:43:02 sendUrl INFO 3 [918] R:OK -2015-03-11 07:43:03 sendUrl INFO 3 [919] R:OK -2015-03-11 07:43:52 queue INFO >>3 [920] -2015-03-11 07:43:53 sendUrl INFO 3 [920] R:OK -2015-03-11 07:44:42 queue INFO >>3 [921] -2015-03-11 07:44:43 sendUrl INFO 3 [921] R:OK -2015-03-11 07:45:33 queue INFO >>3 [922] -2015-03-11 07:45:33 sendUrl INFO 3 [922] R:OK -2015-03-11 07:46:23 queue INFO >>3 [923] -2015-03-11 07:46:23 sendUrl INFO 3 [923] R:OK -2015-03-11 07:47:13 queue INFO >>3 [924] -2015-03-11 07:47:13 sendUrl INFO 3 [924] R:OK -2015-03-11 07:48:03 queue INFO >>3 [925] -2015-03-11 07:48:03 sendUrl INFO 3 [925] R:OK -2015-03-11 07:48:53 queue INFO >>3 [926] -2015-03-11 07:48:53 sendUrl INFO 3 [926] R:OK -2015-03-11 07:49:43 queue INFO >>3 [927] -2015-03-11 07:49:44 sendUrl INFO 3 [927] R:OK -2015-03-11 07:50:33 queue INFO >>3 [928] -2015-03-11 07:50:34 sendUrl INFO 3 [928] R:OK -2015-03-11 07:51:01 queue INFO 83 [929] -2015-03-11 07:51:02 sendUrl INFO 83 [929] R:OK -2015-03-11 07:51:02 queue INFO >83 [930] -2015-03-11 07:51:02 sendUrl INFO 83 [930] R:OK -2015-03-11 07:51:03 queue INFO 3 [931] -2015-03-11 07:51:03 queue INFO >3 [932] -2015-03-11 07:51:04 sendUrl INFO 3 [931] R:OK -2015-03-11 07:51:04 sendUrl INFO 3 [932] R:OK -2015-03-11 07:51:53 queue INFO >>3 [933] -2015-03-11 07:51:53 sendUrl INFO 3 [933] R:OK -2015-03-11 07:52:43 queue INFO >>3 [934] -2015-03-11 07:52:44 sendUrl INFO 3 [934] R:OK -2015-03-11 07:53:34 queue INFO >>3 [935] -2015-03-11 07:53:34 sendUrl INFO 3 [935] R:OK -2015-03-11 07:54:24 queue INFO >>3 [936] -2015-03-11 07:54:24 sendUrl INFO 3 [936] R:OK -2015-03-11 07:55:14 queue INFO >>3 [937] -2015-03-11 07:55:14 sendUrl INFO 3 [937] R:OK -2015-03-11 07:56:04 queue INFO >>3 [938] -2015-03-11 07:56:04 sendUrl INFO 3 [938] R:OK -2015-03-11 07:56:54 queue INFO >>3 [939] -2015-03-11 07:56:54 sendUrl INFO 3 [939] R:OK -2015-03-11 07:57:44 queue INFO >>3 [940] -2015-03-11 07:57:44 sendUrl INFO 3 [940] R:OK -2015-03-11 07:58:34 queue INFO >>3 [941] -2015-03-11 07:58:35 sendUrl INFO 3 [941] R:OK -2015-03-11 07:58:59 queue INFO 83 [942] -2015-03-11 07:58:59 sendUrl INFO 83 [942] R:OK -2015-03-11 07:58:59 queue INFO >83 [943] -2015-03-11 07:59:00 sendUrl INFO 83 [943] R:OK -2015-03-11 07:59:01 queue INFO 3 [944] -2015-03-11 07:59:01 queue INFO >3 [945] -2015-03-11 07:59:01 sendUrl INFO 3 [944] R:OK -2015-03-11 07:59:02 sendUrl INFO 3 [945] R:OK -2015-03-11 07:59:51 queue INFO >>3 [946] -2015-03-11 07:59:51 sendUrl INFO 3 [946] R:OK -2015-03-11 08:00:41 queue INFO >>3 [947] -2015-03-11 08:00:42 sendUrl INFO 3 [947] R:OK -2015-03-11 08:01:31 queue INFO >>3 [948] -2015-03-11 08:01:31 sendUrl INFO 3 [948] R:OK -2015-03-11 08:02:21 queue INFO >>3 [949] -2015-03-11 08:02:22 sendUrl INFO 3 [949] R:OK -2015-03-11 08:03:11 queue INFO >>3 [950] -2015-03-11 08:03:12 sendUrl INFO 3 [950] R:OK -2015-03-11 08:04:02 queue INFO >>3 [951] -2015-03-11 08:04:02 sendUrl INFO 3 [951] R:OK -2015-03-11 08:04:52 queue INFO >>3 [952] -2015-03-11 08:04:52 sendUrl INFO 3 [952] R:OK -2015-03-11 08:05:42 queue INFO >>3 [953] -2015-03-11 08:05:43 sendUrl INFO 3 [953] R:OK -2015-03-11 08:06:32 queue INFO >>3 [954] -2015-03-11 08:06:32 sendUrl INFO 3 [954] R:OK -2015-03-11 08:06:47 queue INFO 83 [955] -2015-03-11 08:06:47 sendUrl INFO 83 [955] R:OK -2015-03-11 08:06:48 queue INFO >83 [956] -2015-03-11 08:06:48 sendUrl INFO 83 [956] R:OK -2015-03-11 08:06:49 queue INFO 3 [957] -2015-03-11 08:06:49 queue INFO >3 [958] -2015-03-11 08:06:50 sendUrl INFO 3 [957] R:OK -2015-03-11 08:06:50 sendUrl INFO 3 [958] R:OK -2015-03-11 08:07:39 queue INFO >>3 [959] -2015-03-11 08:07:39 sendUrl INFO 3 [959] R:OK -2015-03-11 08:08:29 queue INFO >>3 [960] -2015-03-11 08:08:30 sendUrl INFO 3 [960] R:OK -2015-03-11 08:09:19 queue INFO >>3 [961] -2015-03-11 08:09:20 sendUrl INFO 3 [961] R:OK -2015-03-11 08:10:10 queue INFO >>3 [962] -2015-03-11 08:10:10 sendUrl INFO 3 [962] R:OK -2015-03-11 08:11:00 queue INFO >>3 [963] -2015-03-11 08:11:00 sendUrl INFO 3 [963] R:OK -2015-03-11 08:11:50 queue INFO >>3 [964] -2015-03-11 08:11:50 sendUrl INFO 3 [964] R:OK -2015-03-11 08:12:40 queue INFO >>3 [965] -2015-03-11 08:12:40 sendUrl INFO 3 [965] R:OK -2015-03-11 08:13:30 queue INFO >>3 [966] -2015-03-11 08:13:31 sendUrl INFO 3 [966] R:OK -2015-03-11 08:14:20 queue INFO >>3 [967] -2015-03-11 08:14:20 sendUrl INFO 3 [967] R:OK -2015-03-11 08:14:45 queue INFO 83 [968] -2015-03-11 08:14:45 queue INFO >83 [969] -2015-03-11 08:14:46 sendUrl INFO 83 [968] R:OK -2015-03-11 08:14:46 sendUrl INFO 83 [969] R:OK -2015-03-11 08:14:47 queue INFO 3 [970] -2015-03-11 08:14:47 sendUrl INFO 3 [970] R:OK -2015-03-11 08:14:47 queue INFO >3 [971] -2015-03-11 08:14:47 sendUrl INFO 3 [971] R:OK -2015-03-11 08:15:37 queue INFO >>3 [972] -2015-03-11 08:15:37 sendUrl INFO 3 [972] R:OK -2015-03-11 08:16:27 queue INFO >>3 [973] -2015-03-11 08:16:27 sendUrl INFO 3 [973] R:OK -2015-03-11 08:17:17 queue INFO >>3 [974] -2015-03-11 08:17:17 sendUrl INFO 3 [974] R:OK -2015-03-11 08:18:07 queue INFO >>3 [975] -2015-03-11 08:18:08 sendUrl INFO 3 [975] R:OK -2015-03-11 08:18:57 queue INFO >>3 [976] -2015-03-11 08:18:57 sendUrl INFO 3 [976] R:OK -2015-03-11 08:19:47 queue INFO >>3 [977] -2015-03-11 08:19:48 sendUrl INFO 3 [977] R:OK -2015-03-11 08:20:37 queue INFO >>3 [978] -2015-03-11 08:20:38 sendUrl INFO 3 [978] R:OK -2015-03-11 08:21:28 queue INFO >>3 [979] -2015-03-11 08:21:28 sendUrl INFO 3 [979] R:OK -2015-03-11 08:22:18 queue INFO >>3 [980] -2015-03-11 08:22:18 sendUrl INFO 3 [980] R:OK -2015-03-11 08:22:33 queue INFO 83 [981] -2015-03-11 08:22:33 queue INFO >83 [982] -2015-03-11 08:22:33 sendUrl INFO 83 [981] R:OK -2015-03-11 08:22:34 sendUrl INFO 83 [982] R:OK -2015-03-11 08:22:35 queue INFO 3 [983] -2015-03-11 08:22:35 sendUrl INFO 3 [983] R:OK -2015-03-11 08:22:35 queue INFO >3 [984] -2015-03-11 08:22:35 sendUrl INFO 3 [984] R:OK -2015-03-11 08:23:25 queue INFO >>3 [985] -2015-03-11 08:23:25 sendUrl INFO 3 [985] R:OK -2015-03-11 08:24:15 queue INFO >>3 [986] -2015-03-11 08:24:15 sendUrl INFO 3 [986] R:OK -2015-03-11 08:25:05 queue INFO >>3 [987] -2015-03-11 08:25:05 sendUrl INFO 3 [987] R:OK -2015-03-11 08:25:55 queue INFO >>3 [988] -2015-03-11 08:25:56 sendUrl INFO 3 [988] R:OK -2015-03-11 08:26:45 queue INFO >>3 [989] -2015-03-11 08:26:46 sendUrl INFO 3 [989] R:OK -2015-03-11 08:27:36 queue INFO >>3 [990] -2015-03-11 08:27:36 sendUrl INFO 3 [990] R:OK -2015-03-11 08:28:26 queue INFO >>3 [991] -2015-03-11 08:28:26 sendUrl INFO 3 [991] R:OK -2015-03-11 08:29:16 queue INFO >>3 [992] -2015-03-11 08:29:16 sendUrl INFO 3 [992] R:OK -2015-03-11 08:30:06 queue INFO >>3 [993] -2015-03-11 08:30:06 sendUrl INFO 3 [993] R:OK -2015-03-11 08:30:19 queue INFO 21 [994] -2015-03-11 08:30:19 sendUrl INFO 21 [994] R:OK -2015-03-11 08:30:19 queue INFO 1 [995] -2015-03-11 08:30:20 queue INFO >1 [996] -2015-03-11 08:30:20 sendUrl INFO 1 [995] R:OK -2015-03-11 08:30:20 sendUrl INFO 1 [996] R:OK -2015-03-11 08:30:31 queue INFO 81 [997] -2015-03-11 08:30:31 queue INFO >81 [998] -2015-03-11 08:30:31 sendUrl INFO 81 [997] R:OK -2015-03-11 08:30:32 sendUrl INFO 81 [998] R:OK -2015-03-11 08:30:32 queue INFO 1 [999] -2015-03-11 08:30:33 queue INFO >1 [0] -2015-03-11 08:30:33 sendUrl INFO 1 [999] R:OK -2015-03-11 08:30:33 sendUrl INFO 1 [0] R:OK -2015-03-11 08:30:34 queue INFO 21 [1] -2015-03-11 08:30:34 sendUrl INFO 21 [1] R:OK -2015-03-11 08:30:34 queue INFO >21 [2] -2015-03-11 08:30:34 queue INFO 1 [3] -2015-03-11 08:30:35 sendUrl INFO 21 [2] R:OK -2015-03-11 08:30:35 queue INFO >1 [4] -2015-03-11 08:30:35 sendUrl INFO 1 [3] R:OK -2015-03-11 08:30:36 sendUrl INFO 1 [4] R:OK -2015-03-11 08:30:47 queue INFO 3 [5] -2015-03-11 08:30:47 queue INFO >3 [6] -2015-03-11 08:30:48 sendUrl INFO 3 [5] R:OK -2015-03-11 08:30:48 sendUrl INFO 3 [6] R:OK -2015-03-11 08:31:37 queue INFO >>3 [7] -2015-03-11 08:31:37 sendUrl INFO 3 [7] R:OK -2015-03-11 08:32:27 queue INFO >>3 [8] -2015-03-11 08:32:28 sendUrl INFO 3 [8] R:OK -2015-03-11 08:33:18 queue INFO >>3 [9] -2015-03-11 08:33:18 sendUrl INFO 3 [9] R:OK -2015-03-11 08:33:36 queue INFO 21 [10] -2015-03-11 08:33:36 queue INFO 1 [11] -2015-03-11 08:33:36 sendUrl INFO 21 [10] R:OK -2015-03-11 08:33:36 queue INFO >1 [12] -2015-03-11 08:33:37 sendUrl INFO 1 [11] R:OK -2015-03-11 08:33:37 sendUrl INFO 1 [12] R:OK -2015-03-11 08:33:42 queue INFO 3 [13] -2015-03-11 08:33:42 sendUrl INFO 3 [13] R:OK -2015-03-11 08:33:42 queue INFO >3 [14] -2015-03-11 08:33:42 sendUrl INFO 3 [14] R:OK -2015-03-11 08:34:32 queue INFO >>3 [15] -2015-03-11 08:34:32 sendUrl INFO 3 [15] R:OK -2015-03-11 08:35:22 queue INFO >>3 [16] -2015-03-11 08:35:22 sendUrl INFO 3 [16] R:OK -2015-03-11 08:36:12 queue INFO >>3 [17] -2015-03-11 08:36:12 sendUrl INFO 3 [17] R:OK -2015-03-11 08:37:02 queue INFO >>3 [18] -2015-03-11 08:37:03 sendUrl INFO 3 [18] R:OK -2015-03-11 08:37:52 queue INFO >>3 [19] -2015-03-11 08:37:53 sendUrl INFO 3 [19] R:OK -2015-03-11 08:38:43 queue INFO >>3 [20] -2015-03-11 08:38:43 sendUrl INFO 3 [20] R:OK -2015-03-11 08:39:33 queue INFO >>3 [21] -2015-03-11 08:39:33 sendUrl INFO 3 [21] R:OK -2015-03-11 08:40:08 queue INFO 1 [22] -2015-03-11 08:40:08 sendUrl INFO 1 [22] R:OK -2015-03-11 08:40:08 queue INFO >1 [23] -2015-03-11 08:40:09 sendUrl INFO 1 [23] R:OK -2015-03-11 08:40:58 queue INFO >>1 [24] -2015-03-11 08:40:59 sendUrl INFO 1 [24] R:OK -2015-03-11 08:41:49 queue INFO >>1 [25] -2015-03-11 08:41:49 sendUrl INFO 1 [25] R:OK -2015-03-11 08:42:39 queue INFO >>1 [26] -2015-03-11 08:42:39 sendUrl INFO 1 [26] R:OK -2015-03-11 08:43:19 queue INFO 81 [27] -2015-03-11 08:43:19 queue INFO >81 [28] -2015-03-11 08:43:20 sendUrl INFO 81 [27] R:OK -2015-03-11 08:43:20 sendUrl INFO 81 [28] R:OK -2015-03-11 08:43:21 queue INFO 83 [29] -2015-03-11 08:43:21 queue INFO 3 [30] -2015-03-11 08:43:21 queue INFO >3 [31] -2015-03-11 08:43:21 sendUrl INFO 83 [29] R:OK -2015-03-11 08:43:22 sendUrl INFO 3 [30] R:OK -2015-03-11 08:43:22 sendUrl INFO 3 [31] R:OK -2015-03-11 08:44:11 queue INFO >>3 [32] -2015-03-11 08:44:12 sendUrl INFO 3 [32] R:OK -2015-03-11 08:45:01 queue INFO >>3 [33] -2015-03-11 08:45:01 sendUrl INFO 3 [33] R:OK -2015-03-11 08:45:51 queue INFO >>3 [34] -2015-03-11 08:45:52 sendUrl INFO 3 [34] R:OK -2015-03-11 08:46:41 queue INFO >>3 [35] -2015-03-11 08:46:42 sendUrl INFO 3 [35] R:OK -2015-03-11 08:47:32 queue INFO >>3 [36] -2015-03-11 08:47:32 sendUrl INFO 3 [36] R:OK -2015-03-11 08:48:22 queue INFO >>3 [37] -2015-03-11 08:48:22 sendUrl INFO 3 [37] R:OK -2015-03-11 08:49:12 queue INFO >>3 [38] -2015-03-11 08:49:12 sendUrl INFO 3 [38] R:OK -2015-03-11 08:50:02 queue INFO >>3 [39] -2015-03-11 08:50:02 sendUrl INFO 3 [39] R:OK -2015-03-11 08:50:52 queue INFO >>3 [40] -2015-03-11 08:50:53 sendUrl INFO 3 [40] R:OK -2015-03-11 08:51:17 queue INFO 83 [41] -2015-03-11 08:51:17 queue INFO >83 [42] -2015-03-11 08:51:17 sendUrl INFO 83 [41] R:OK -2015-03-11 08:51:18 sendUrl INFO 83 [42] R:OK -2015-03-11 08:51:19 queue INFO 3 [43] -2015-03-11 08:51:19 queue INFO >3 [44] -2015-03-11 08:51:19 sendUrl INFO 3 [43] R:OK -2015-03-11 08:51:19 sendUrl INFO 3 [44] R:OK -2015-03-11 08:52:09 queue INFO >>3 [45] -2015-03-11 08:52:09 sendUrl INFO 3 [45] R:OK -2015-03-11 08:52:59 queue INFO >>3 [46] -2015-03-11 08:52:59 sendUrl INFO 3 [46] R:OK -2015-03-11 08:53:49 queue INFO >>3 [47] -2015-03-11 08:53:49 sendUrl INFO 3 [47] R:OK -2015-03-11 08:54:39 queue INFO >>3 [48] -2015-03-11 08:54:39 sendUrl INFO 3 [48] R:OK -2015-03-11 08:55:29 queue INFO >>3 [49] -2015-03-11 08:55:30 sendUrl INFO 3 [49] R:OK -2015-03-11 08:56:19 queue INFO >>3 [50] -2015-03-11 08:56:20 sendUrl INFO 3 [50] R:OK -2015-03-11 08:57:10 queue INFO >>3 [51] -2015-03-11 08:57:10 sendUrl INFO 3 [51] R:OK -2015-03-11 08:58:00 queue INFO >>3 [52] -2015-03-11 08:58:00 sendUrl INFO 3 [52] R:OK -2015-03-11 08:58:50 queue INFO >>3 [53] -2015-03-11 08:58:50 sendUrl INFO 3 [53] R:OK -2015-03-11 08:59:05 queue INFO 83 [54] -2015-03-11 08:59:05 queue INFO >83 [55] -2015-03-11 08:59:06 sendUrl INFO 83 [54] R:OK -2015-03-11 08:59:06 sendUrl INFO 83 [55] R:OK -2015-03-11 08:59:07 queue INFO 3 [56] -2015-03-11 08:59:07 queue INFO >3 [57] -2015-03-11 08:59:07 sendUrl INFO 3 [56] R:OK -2015-03-11 08:59:08 sendUrl INFO 3 [57] R:OK -2015-03-11 08:59:57 queue INFO >>3 [58] -2015-03-11 08:59:57 sendUrl INFO 3 [58] R:OK -2015-03-11 09:00:47 queue INFO >>3 [59] -2015-03-11 09:00:47 sendUrl INFO 3 [59] R:OK -2015-03-11 09:01:37 queue INFO >>3 [60] -2015-03-11 09:01:38 sendUrl INFO 3 [60] R:OK -2015-03-11 09:02:27 queue INFO >>3 [61] -2015-03-11 09:02:27 sendUrl INFO 3 [61] R:OK -2015-03-11 09:03:17 queue INFO >>3 [62] -2015-03-11 09:03:18 sendUrl INFO 3 [62] R:OK -2015-03-11 09:04:07 queue INFO >>3 [63] -2015-03-11 09:04:08 sendUrl INFO 3 [63] R:OK -2015-03-11 09:04:58 queue INFO >>3 [64] -2015-03-11 09:04:58 sendUrl INFO 3 [64] R:OK -2015-03-11 09:05:48 queue INFO >>3 [65] -2015-03-11 09:05:48 sendUrl INFO 3 [65] R:OK -2015-03-11 09:06:38 queue INFO >>3 [66] -2015-03-11 09:06:38 sendUrl INFO 3 [66] R:OK -2015-03-11 09:07:03 queue INFO 83 [67] -2015-03-11 09:07:03 sendUrl INFO 83 [67] R:OK -2015-03-11 09:07:03 queue INFO >83 [68] -2015-03-11 09:07:03 sendUrl INFO 83 [68] R:OK -2015-03-11 09:07:04 queue INFO 3 [69] -2015-03-11 09:07:04 queue INFO >3 [70] -2015-03-11 09:07:05 sendUrl INFO 3 [69] R:OK -2015-03-11 09:07:05 sendUrl INFO 3 [70] R:OK -2015-03-11 09:07:54 queue INFO >>3 [71] -2015-03-11 09:07:55 sendUrl INFO 3 [71] R:OK -2015-03-11 09:08:45 queue INFO >>3 [72] -2015-03-11 09:08:45 sendUrl INFO 3 [72] R:OK -2015-03-11 09:09:35 queue INFO >>3 [73] -2015-03-11 09:09:35 sendUrl INFO 3 [73] R:OK -2015-03-11 09:10:25 queue INFO >>3 [74] -2015-03-11 09:10:25 sendUrl INFO 3 [74] R:OK -2015-03-11 09:11:15 queue INFO >>3 [75] -2015-03-11 09:11:15 sendUrl INFO 3 [75] R:OK -2015-03-11 09:12:05 queue INFO >>3 [76] -2015-03-11 09:12:05 sendUrl INFO 3 [76] R:OK -2015-03-11 09:12:55 queue INFO >>3 [77] -2015-03-11 09:12:56 sendUrl INFO 3 [77] R:OK -2015-03-11 09:13:45 queue INFO >>3 [78] -2015-03-11 09:13:46 sendUrl INFO 3 [78] R:OK -2015-03-11 09:14:36 queue INFO >>3 [79] -2015-03-11 09:14:36 sendUrl INFO 3 [79] R:OK -2015-03-11 09:14:51 queue INFO 83 [80] -2015-03-11 09:14:51 queue INFO >83 [81] -2015-03-11 09:14:51 sendUrl INFO 83 [80] R:OK -2015-03-11 09:14:52 sendUrl INFO 83 [81] R:OK -2015-03-11 09:14:53 queue INFO 3 [82] -2015-03-11 09:14:53 queue INFO >3 [83] -2015-03-11 09:14:53 sendUrl INFO 3 [82] R:OK -2015-03-11 09:14:53 sendUrl INFO 3 [83] R:OK -2015-03-11 09:15:43 queue INFO >>3 [84] -2015-03-11 09:15:43 sendUrl INFO 3 [84] R:OK -2015-03-11 09:16:33 queue INFO >>3 [85] -2015-03-11 09:16:34 sendUrl INFO 3 [85] R:OK -2015-03-11 09:17:23 queue INFO >>3 [86] -2015-03-11 09:17:23 sendUrl INFO 3 [86] R:OK -2015-03-11 09:18:13 queue INFO >>3 [87] -2015-03-11 09:18:14 sendUrl INFO 3 [87] R:OK -2015-03-11 09:19:03 queue INFO >>3 [88] -2015-03-11 09:19:04 sendUrl INFO 3 [88] R:OK -2015-03-11 09:19:53 queue INFO >>3 [89] -2015-03-11 09:19:54 sendUrl INFO 3 [89] R:OK -2015-03-11 09:20:44 queue INFO >>3 [90] -2015-03-11 09:20:44 sendUrl INFO 3 [90] R:OK -2015-03-11 09:21:34 queue INFO >>3 [91] -2015-03-11 09:21:34 sendUrl INFO 3 [91] R:OK -2015-03-11 09:22:24 queue INFO >>3 [92] -2015-03-11 09:22:24 sendUrl INFO 3 [92] R:OK -2015-03-11 09:22:49 queue INFO 83 [93] -2015-03-11 09:22:49 queue INFO >83 [94] -2015-03-11 09:22:49 sendUrl INFO 83 [93] R:OK -2015-03-11 09:22:50 sendUrl INFO 83 [94] R:OK -2015-03-11 09:22:50 queue INFO 3 [95] -2015-03-11 09:22:51 queue INFO >3 [96] -2015-03-11 09:22:51 sendUrl INFO 3 [95] R:OK -2015-03-11 09:22:51 sendUrl INFO 3 [96] R:OK -2015-03-11 09:23:40 queue INFO >>3 [97] -2015-03-11 09:23:41 sendUrl INFO 3 [97] R:OK -2015-03-11 09:24:31 queue INFO >>3 [98] -2015-03-11 09:24:31 sendUrl INFO 3 [98] R:OK -2015-03-11 09:25:21 queue INFO >>3 [99] -2015-03-11 09:25:21 sendUrl INFO 3 [99] R:OK -2015-03-11 09:26:11 queue INFO >>3 [100] -2015-03-11 09:26:11 sendUrl INFO 3 [100] R:OK -2015-03-11 09:27:01 queue INFO >>3 [101] -2015-03-11 09:27:01 sendUrl INFO 3 [101] R:OK -2015-03-11 09:27:51 queue INFO >>3 [102] -2015-03-11 09:27:52 sendUrl INFO 3 [102] R:OK -2015-03-11 09:28:41 queue INFO >>3 [103] -2015-03-11 09:28:42 sendUrl INFO 3 [103] R:OK -2015-03-11 09:29:31 queue INFO >>3 [104] -2015-03-11 09:29:32 sendUrl INFO 3 [104] R:OK -2015-03-11 09:30:22 queue INFO >>3 [105] -2015-03-11 09:30:22 sendUrl INFO 3 [105] R:OK -2015-03-11 09:30:37 queue INFO 83 [106] -2015-03-11 09:30:37 queue INFO >83 [107] -2015-03-11 09:30:37 sendUrl INFO 83 [106] R:OK -2015-03-11 09:30:38 sendUrl INFO 83 [107] R:OK -2015-03-11 09:30:38 queue INFO 3 [108] -2015-03-11 09:30:39 queue INFO >3 [109] -2015-03-11 09:30:39 sendUrl INFO 3 [108] R:OK -2015-03-11 09:30:39 sendUrl INFO 3 [109] R:OK -2015-03-11 09:31:29 queue INFO >>3 [110] -2015-03-11 09:31:29 sendUrl INFO 3 [110] R:OK -2015-03-11 09:32:19 queue INFO >>3 [111] -2015-03-11 09:32:19 sendUrl INFO 3 [111] R:OK -2015-03-11 09:33:09 queue INFO >>3 [112] -2015-03-11 09:33:09 sendUrl INFO 3 [112] R:OK -2015-03-11 09:33:59 queue INFO >>3 [113] -2015-03-11 09:34:00 sendUrl INFO 3 [113] R:OK -2015-03-11 09:34:49 queue INFO >>3 [114] -2015-03-11 09:34:49 sendUrl INFO 3 [114] R:OK -2015-03-11 09:35:39 queue INFO >>3 [115] -2015-03-11 09:35:40 sendUrl INFO 3 [115] R:OK -2015-03-11 09:36:29 queue INFO >>3 [116] -2015-03-11 09:36:30 sendUrl INFO 3 [116] R:OK -2015-03-11 09:37:20 queue INFO >>3 [117] -2015-03-11 09:37:20 sendUrl INFO 3 [117] R:OK -2015-03-11 09:38:10 queue INFO >>3 [118] -2015-03-11 09:38:10 sendUrl INFO 3 [118] R:OK -2015-03-11 09:38:34 queue INFO 83 [119] -2015-03-11 09:38:35 queue INFO >83 [120] -2015-03-11 09:38:35 sendUrl INFO 83 [119] R:OK -2015-03-11 09:38:35 sendUrl INFO 83 [120] R:OK -2015-03-11 09:38:36 queue INFO 3 [121] -2015-03-11 09:38:36 queue INFO >3 [122] -2015-03-11 09:38:36 sendUrl INFO 3 [121] R:OK -2015-03-11 09:38:37 sendUrl INFO 3 [122] R:OK -2015-03-11 09:39:26 queue INFO >>3 [123] -2015-03-11 09:39:27 sendUrl INFO 3 [123] R:OK -2015-03-11 09:40:16 queue INFO >>3 [124] -2015-03-11 09:40:17 sendUrl INFO 3 [124] R:OK -2015-03-11 09:41:06 queue INFO >>3 [125] -2015-03-11 09:41:07 sendUrl INFO 3 [125] R:OK -2015-03-11 09:41:57 queue INFO >>3 [126] -2015-03-11 09:41:57 sendUrl INFO 3 [126] R:OK -2015-03-11 09:42:47 queue INFO >>3 [127] -2015-03-11 09:42:47 sendUrl INFO 3 [127] R:OK -2015-03-11 09:43:37 queue INFO >>3 [128] -2015-03-11 09:43:37 sendUrl INFO 3 [128] R:OK -2015-03-11 09:44:27 queue INFO >>3 [129] -2015-03-11 09:44:27 sendUrl INFO 3 [129] R:OK -2015-03-11 09:45:17 queue INFO >>3 [130] -2015-03-11 09:45:18 sendUrl INFO 3 [130] R:OK -2015-03-11 09:46:07 queue INFO >>3 [131] -2015-03-11 09:46:08 sendUrl INFO 3 [131] R:OK -2015-03-11 09:46:23 queue INFO 83 [132] -2015-03-11 09:46:23 queue INFO >83 [133] -2015-03-11 09:46:23 sendUrl INFO 83 [132] R:OK -2015-03-11 09:46:24 sendUrl INFO 83 [133] R:OK -2015-03-11 09:46:24 queue INFO 3 [134] -2015-03-11 09:46:24 queue INFO >3 [135] -2015-03-11 09:46:25 sendUrl INFO 3 [134] R:OK -2015-03-11 09:46:25 sendUrl INFO 3 [135] R:OK -2015-03-11 09:47:14 queue INFO >>3 [136] -2015-03-11 09:47:15 sendUrl INFO 3 [136] R:OK -2015-03-11 09:48:05 queue INFO >>3 [137] -2015-03-11 09:48:05 sendUrl INFO 3 [137] R:OK -2015-03-11 09:48:55 queue INFO >>3 [138] -2015-03-11 09:48:55 sendUrl INFO 3 [138] R:OK -2015-03-11 09:49:45 queue INFO >>3 [139] -2015-03-11 09:49:45 sendUrl INFO 3 [139] R:OK -2015-03-11 09:50:35 queue INFO >>3 [140] -2015-03-11 09:50:35 sendUrl INFO 3 [140] R:OK -2015-03-11 09:51:25 queue INFO >>3 [141] -2015-03-11 09:51:26 sendUrl INFO 3 [141] R:OK -2015-03-11 09:52:15 queue INFO >>3 [142] -2015-03-11 09:52:16 sendUrl INFO 3 [142] R:OK -2015-03-11 09:53:05 queue INFO >>3 [143] -2015-03-11 09:53:06 sendUrl INFO 3 [143] R:OK -2015-03-11 09:53:56 queue INFO >>3 [144] -2015-03-11 09:53:56 sendUrl INFO 3 [144] R:OK -2015-03-11 09:54:20 queue INFO 83 [145] -2015-03-11 09:54:20 queue INFO >83 [146] -2015-03-11 09:54:21 sendUrl INFO 83 [145] R:OK -2015-03-11 09:54:21 sendUrl INFO 83 [146] R:OK -2015-03-11 09:54:22 queue INFO 3 [147] -2015-03-11 09:54:22 queue INFO >3 [148] -2015-03-11 09:54:22 sendUrl INFO 3 [147] R:OK -2015-03-11 09:54:23 sendUrl INFO 3 [148] R:OK -2015-03-11 09:55:12 queue INFO >>3 [149] -2015-03-11 09:55:13 sendUrl INFO 3 [149] R:OK -2015-03-11 09:56:02 queue INFO >>3 [150] -2015-03-11 09:56:02 sendUrl INFO 3 [150] R:OK -2015-03-11 09:56:52 queue INFO >>3 [151] -2015-03-11 09:56:53 sendUrl INFO 3 [151] R:OK -2015-03-11 09:57:43 queue INFO >>3 [152] -2015-03-11 09:57:43 sendUrl INFO 3 [152] R:OK -2015-03-11 09:58:33 queue INFO >>3 [153] -2015-03-11 09:58:33 sendUrl INFO 3 [153] R:OK -2015-03-11 09:59:23 queue INFO >>3 [154] -2015-03-11 09:59:23 sendUrl INFO 3 [154] R:OK -2015-03-11 10:00:13 queue INFO >>3 [155] -2015-03-11 10:00:13 sendUrl INFO 3 [155] R:OK -2015-03-11 10:01:03 queue INFO >>3 [156] -2015-03-11 10:01:03 sendUrl INFO 3 [156] R:OK -2015-03-11 10:01:53 queue INFO >>3 [157] -2015-03-11 10:01:54 sendUrl INFO 3 [157] R:OK -2015-03-11 10:02:08 queue INFO 83 [158] -2015-03-11 10:02:09 queue INFO >83 [159] -2015-03-11 10:02:09 sendUrl INFO 83 [158] R:OK -2015-03-11 10:02:09 sendUrl INFO 83 [159] R:OK -2015-03-11 10:02:10 queue INFO 3 [160] -2015-03-11 10:02:10 queue INFO >3 [161] -2015-03-11 10:02:10 sendUrl INFO 3 [160] R:OK -2015-03-11 10:02:11 sendUrl INFO 3 [161] R:OK -2015-03-11 10:03:00 queue INFO >>3 [162] -2015-03-11 10:03:00 sendUrl INFO 3 [162] R:OK -2015-03-11 10:03:50 queue INFO >>3 [163] -2015-03-11 10:03:51 sendUrl INFO 3 [163] R:OK -2015-03-11 10:04:40 queue INFO >>3 [164] -2015-03-11 10:04:41 sendUrl INFO 3 [164] R:OK -2015-03-11 10:05:31 queue INFO >>3 [165] -2015-03-11 10:05:31 sendUrl INFO 3 [165] R:OK -2015-03-11 10:06:21 queue INFO >>3 [166] -2015-03-11 10:06:21 sendUrl INFO 3 [166] R:OK -2015-03-11 10:07:11 queue INFO >>3 [167] -2015-03-11 10:07:11 sendUrl INFO 3 [167] R:OK -2015-03-11 10:08:01 queue INFO >>3 [168] -2015-03-11 10:08:01 sendUrl INFO 3 [168] R:OK -2015-03-11 10:08:51 queue INFO >>3 [169] -2015-03-11 10:08:52 sendUrl INFO 3 [169] R:OK -2015-03-11 10:09:41 queue INFO >>3 [170] -2015-03-11 10:09:42 sendUrl INFO 3 [170] R:OK -2015-03-11 10:10:06 queue INFO 83 [171] -2015-03-11 10:10:06 queue INFO >83 [172] -2015-03-11 10:10:07 sendUrl INFO 83 [171] R:OK -2015-03-11 10:10:07 sendUrl INFO 83 [172] R:OK -2015-03-11 10:10:08 queue INFO 3 [173] -2015-03-11 10:10:08 queue INFO >3 [174] -2015-03-11 10:10:08 sendUrl INFO 3 [173] R:OK -2015-03-11 10:10:09 sendUrl INFO 3 [174] R:OK -2015-03-11 10:10:58 queue INFO >>3 [175] -2015-03-11 10:10:58 sendUrl INFO 3 [175] R:OK -2015-03-11 10:11:48 queue INFO >>3 [176] -2015-03-11 10:11:48 sendUrl INFO 3 [176] R:OK -2015-03-11 10:12:38 queue INFO >>3 [177] -2015-03-11 10:12:39 sendUrl INFO 3 [177] R:OK -2015-03-11 10:13:28 queue INFO >>3 [178] -2015-03-11 10:13:28 sendUrl INFO 3 [178] R:OK -2015-03-11 10:14:18 queue INFO >>3 [179] -2015-03-11 10:14:19 sendUrl INFO 3 [179] R:OK -2015-03-11 10:15:08 queue INFO >>3 [180] -2015-03-11 10:15:09 sendUrl INFO 3 [180] R:OK -2015-03-11 10:15:59 queue INFO >>3 [181] -2015-03-11 10:15:59 sendUrl INFO 3 [181] R:OK -2015-03-11 10:16:49 queue INFO >>3 [182] -2015-03-11 10:16:49 sendUrl INFO 3 [182] R:OK -2015-03-11 10:17:39 queue INFO >>3 [183] -2015-03-11 10:17:39 sendUrl INFO 3 [183] R:OK -2015-03-11 10:17:54 queue INFO 83 [184] -2015-03-11 10:17:55 queue INFO >83 [185] -2015-03-11 10:17:55 sendUrl INFO 83 [184] R:OK -2015-03-11 10:17:55 sendUrl INFO 83 [185] R:OK -2015-03-11 10:17:56 queue INFO 3 [186] -2015-03-11 10:17:56 queue INFO >3 [187] -2015-03-11 10:17:56 sendUrl INFO 3 [186] R:OK -2015-03-11 10:17:57 sendUrl INFO 3 [187] R:OK -2015-03-11 10:18:46 queue INFO >>3 [188] -2015-03-11 10:18:47 sendUrl INFO 3 [188] R:OK -2015-03-11 10:19:36 queue INFO >>3 [189] -2015-03-11 10:19:37 sendUrl INFO 3 [189] R:OK -2015-03-11 10:20:26 queue INFO >>3 [190] -2015-03-11 10:20:27 sendUrl INFO 3 [190] R:OK -2015-03-11 10:21:17 queue INFO >>3 [191] -2015-03-11 10:21:17 sendUrl INFO 3 [191] R:OK -2015-03-11 10:22:07 queue INFO >>3 [192] -2015-03-11 10:22:07 sendUrl INFO 3 [192] R:OK -2015-03-11 10:22:57 queue INFO >>3 [193] -2015-03-11 10:22:57 sendUrl INFO 3 [193] R:OK -2015-03-11 10:23:47 queue INFO >>3 [194] -2015-03-11 10:23:48 sendUrl INFO 3 [194] R:OK -2015-03-11 10:24:37 queue INFO >>3 [195] -2015-03-11 10:24:37 sendUrl INFO 3 [195] R:OK -2015-03-11 10:25:27 queue INFO >>3 [196] -2015-03-11 10:25:28 sendUrl INFO 3 [196] R:OK -2015-03-11 10:25:52 queue INFO 83 [197] -2015-03-11 10:25:52 queue INFO >83 [198] -2015-03-11 10:25:52 sendUrl INFO 83 [197] R:OK -2015-03-11 10:25:53 sendUrl INFO 83 [198] R:OK -2015-03-11 10:25:54 queue INFO 3 [199] -2015-03-11 10:25:54 queue INFO >3 [200] -2015-03-11 10:25:54 sendUrl INFO 3 [199] R:OK -2015-03-11 10:25:54 sendUrl INFO 3 [200] R:OK -2015-03-11 10:26:44 queue INFO >>3 [201] -2015-03-11 10:26:44 sendUrl INFO 3 [201] R:OK -2015-03-11 10:27:34 queue INFO >>3 [202] -2015-03-11 10:27:34 sendUrl INFO 3 [202] R:OK -2015-03-11 10:28:24 queue INFO >>3 [203] -2015-03-11 10:28:24 sendUrl INFO 3 [203] R:OK -2015-03-11 10:29:14 queue INFO >>3 [204] -2015-03-11 10:29:15 sendUrl INFO 3 [204] R:OK -2015-03-11 10:30:04 queue INFO >>3 [205] -2015-03-11 10:30:05 sendUrl INFO 3 [205] R:OK -2015-03-11 10:30:55 queue INFO >>3 [206] -2015-03-11 10:30:55 sendUrl INFO 3 [206] R:OK -2015-03-11 10:31:45 queue INFO >>3 [207] -2015-03-11 10:31:45 sendUrl INFO 3 [207] R:OK -2015-03-11 10:32:35 queue INFO >>3 [208] -2015-03-11 10:32:35 sendUrl INFO 3 [208] R:OK -2015-03-11 10:33:25 queue INFO >>3 [209] -2015-03-11 10:33:25 sendUrl INFO 3 [209] R:OK -2015-03-11 10:33:40 queue INFO 83 [210] -2015-03-11 10:33:40 queue INFO >83 [211] -2015-03-11 10:33:41 sendUrl INFO 83 [210] R:OK -2015-03-11 10:33:41 sendUrl INFO 83 [211] R:OK -2015-03-11 10:33:42 queue INFO 3 [212] -2015-03-11 10:33:42 queue INFO >3 [213] -2015-03-11 10:33:42 sendUrl INFO 3 [212] R:OK -2015-03-11 10:33:43 sendUrl INFO 3 [213] R:OK -2015-03-11 10:34:32 queue INFO >>3 [214] -2015-03-11 10:34:32 sendUrl INFO 3 [214] R:OK -2015-03-11 10:35:22 queue INFO >>3 [215] -2015-03-11 10:35:22 sendUrl INFO 3 [215] R:OK -2015-03-11 10:36:12 queue INFO >>3 [216] -2015-03-11 10:36:13 sendUrl INFO 3 [216] R:OK -2015-03-11 10:37:02 queue INFO >>3 [217] -2015-03-11 10:37:02 sendUrl INFO 3 [217] R:OK -2015-03-11 10:37:52 queue INFO >>3 [218] -2015-03-11 10:37:53 sendUrl INFO 3 [218] R:OK -2015-03-11 10:38:42 queue INFO >>3 [219] -2015-03-11 10:38:43 sendUrl INFO 3 [219] R:OK -2015-03-11 10:39:33 queue INFO >>3 [220] -2015-03-11 10:39:33 sendUrl INFO 3 [220] R:OK -2015-03-11 10:40:23 queue INFO >>3 [221] -2015-03-11 10:40:23 sendUrl INFO 3 [221] R:OK -2015-03-11 10:41:13 queue INFO >>3 [222] -2015-03-11 10:41:13 sendUrl INFO 3 [222] R:OK -2015-03-11 10:41:38 queue INFO 83 [223] -2015-03-11 10:41:38 queue INFO >83 [224] -2015-03-11 10:41:38 sendUrl INFO 83 [223] R:OK -2015-03-11 10:41:39 sendUrl INFO 83 [224] R:OK -2015-03-11 10:41:39 queue INFO 3 [225] -2015-03-11 10:41:40 queue INFO >3 [226] -2015-03-11 10:41:40 sendUrl INFO 3 [225] R:OK -2015-03-11 10:41:40 sendUrl INFO 3 [226] R:OK -2015-03-11 10:42:30 queue INFO >>3 [227] -2015-03-11 10:42:30 sendUrl INFO 3 [227] R:OK -2015-03-11 10:43:20 queue INFO >>3 [228] -2015-03-11 10:43:20 sendUrl INFO 3 [228] R:OK -2015-03-11 10:44:10 queue INFO >>3 [229] -2015-03-11 10:44:10 sendUrl INFO 3 [229] R:OK -2015-03-11 10:45:00 queue INFO >>3 [230] -2015-03-11 10:45:00 sendUrl INFO 3 [230] R:OK -2015-03-11 10:45:50 queue INFO >>3 [231] -2015-03-11 10:45:50 sendUrl INFO 3 [231] R:OK -2015-03-11 10:46:40 queue INFO >>3 [232] -2015-03-11 10:46:41 sendUrl INFO 3 [232] R:OK -2015-03-11 10:47:30 queue INFO >>3 [233] -2015-03-11 10:47:31 sendUrl INFO 3 [233] R:OK -2015-03-11 10:48:21 queue INFO >>3 [234] -2015-03-11 10:48:21 sendUrl INFO 3 [234] R:OK -2015-03-11 10:49:11 queue INFO >>3 [235] -2015-03-11 10:49:11 sendUrl INFO 3 [235] R:OK -2015-03-11 10:49:26 queue INFO 83 [236] -2015-03-11 10:49:26 queue INFO >83 [237] -2015-03-11 10:49:26 sendUrl INFO 83 [236] R:OK -2015-03-11 10:49:27 sendUrl INFO 83 [237] R:OK -2015-03-11 10:49:28 queue INFO 3 [238] -2015-03-11 10:49:28 queue INFO >3 [239] -2015-03-11 10:49:28 sendUrl INFO 3 [238] R:OK -2015-03-11 10:49:28 sendUrl INFO 3 [239] R:OK -2015-03-11 10:50:18 queue INFO >>3 [240] -2015-03-11 10:50:18 sendUrl INFO 3 [240] R:OK -2015-03-11 10:51:08 queue INFO >>3 [241] -2015-03-11 10:51:08 sendUrl INFO 3 [241] R:OK -2015-03-11 10:51:58 queue INFO >>3 [242] -2015-03-11 10:51:58 sendUrl INFO 3 [242] R:OK -2015-03-11 10:52:48 queue INFO >>3 [243] -2015-03-11 10:52:49 sendUrl INFO 3 [243] R:OK -2015-03-11 10:53:38 queue INFO >>3 [244] -2015-03-11 10:53:39 sendUrl INFO 3 [244] R:OK -2015-03-11 10:54:29 queue INFO >>3 [245] -2015-03-11 10:54:29 sendUrl INFO 3 [245] R:OK -2015-03-11 10:55:19 queue INFO >>3 [246] -2015-03-11 10:55:19 sendUrl INFO 3 [246] R:OK -2015-03-11 10:56:09 queue INFO >>3 [247] -2015-03-11 10:56:09 sendUrl INFO 3 [247] R:OK -2015-03-11 10:56:59 queue INFO >>3 [248] -2015-03-11 10:56:59 sendUrl INFO 3 [248] R:OK -2015-03-11 10:57:24 queue INFO 83 [249] -2015-03-11 10:57:24 queue INFO >83 [250] -2015-03-11 10:57:24 sendUrl INFO 83 [249] R:OK -2015-03-11 10:57:25 sendUrl INFO 83 [250] R:OK -2015-03-11 10:57:25 queue INFO 3 [251] -2015-03-11 10:57:25 queue INFO >3 [252] -2015-03-11 10:57:26 sendUrl INFO 3 [251] R:OK -2015-03-11 10:57:26 sendUrl INFO 3 [252] R:OK -2015-03-11 10:58:15 queue INFO >>3 [253] -2015-03-11 10:58:16 sendUrl INFO 3 [253] R:OK -2015-03-11 10:59:06 queue INFO >>3 [254] -2015-03-11 10:59:06 sendUrl INFO 3 [254] R:OK -2015-03-11 10:59:56 queue INFO >>3 [255] -2015-03-11 10:59:56 sendUrl INFO 3 [255] R:OK -2015-03-11 11:00:46 queue INFO >>3 [256] -2015-03-11 11:00:46 sendUrl INFO 3 [256] R:OK -2015-03-11 11:01:36 queue INFO >>3 [257] -2015-03-11 11:01:36 sendUrl INFO 3 [257] R:OK -2015-03-11 11:02:26 queue INFO >>3 [258] -2015-03-11 11:02:27 sendUrl INFO 3 [258] R:OK -2015-03-11 11:03:16 queue INFO >>3 [259] -2015-03-11 11:03:16 sendUrl INFO 3 [259] R:OK -2015-03-11 11:04:06 queue INFO >>3 [260] -2015-03-11 11:04:07 sendUrl INFO 3 [260] R:OK -2015-03-11 11:04:57 queue INFO >>3 [261] -2015-03-11 11:04:57 sendUrl INFO 3 [261] R:OK -2015-03-11 11:05:12 queue INFO 83 [262] -2015-03-11 11:05:12 queue INFO >83 [263] -2015-03-11 11:05:12 sendUrl INFO 83 [262] R:OK -2015-03-11 11:05:13 sendUrl INFO 83 [263] R:OK -2015-03-11 11:05:13 queue INFO 3 [264] -2015-03-11 11:05:14 queue INFO >3 [265] -2015-03-11 11:05:14 sendUrl INFO 3 [264] R:OK -2015-03-11 11:05:14 sendUrl INFO 3 [265] R:OK -2015-03-11 11:06:04 queue INFO >>3 [266] -2015-03-11 11:06:04 sendUrl INFO 3 [266] R:OK -2015-03-11 11:06:54 queue INFO >>3 [267] -2015-03-11 11:06:54 sendUrl INFO 3 [267] R:OK -2015-03-11 11:07:44 queue INFO >>3 [268] -2015-03-11 11:07:44 sendUrl INFO 3 [268] R:OK -2015-03-11 11:08:34 queue INFO >>3 [269] -2015-03-11 11:08:35 sendUrl INFO 3 [269] R:OK -2015-03-11 11:09:24 queue INFO >>3 [270] -2015-03-11 11:09:24 sendUrl INFO 3 [270] R:OK -2015-03-11 11:10:14 queue INFO >>3 [271] -2015-03-11 11:10:15 sendUrl INFO 3 [271] R:OK -2015-03-11 11:11:05 queue INFO >>3 [272] -2015-03-11 11:11:05 sendUrl INFO 3 [272] R:OK -2015-03-11 11:11:55 queue INFO >>3 [273] -2015-03-11 11:11:55 sendUrl INFO 3 [273] R:OK -2015-03-11 11:12:45 queue INFO >>3 [274] -2015-03-11 11:12:45 sendUrl INFO 3 [274] R:OK -2015-03-11 11:13:09 queue INFO 83 [275] -2015-03-11 11:13:10 queue INFO >83 [276] -2015-03-11 11:13:10 sendUrl INFO 83 [275] R:OK -2015-03-11 11:13:10 sendUrl INFO 83 [276] R:OK -2015-03-11 11:13:11 queue INFO 3 [277] -2015-03-11 11:13:11 queue INFO >3 [278] -2015-03-11 11:13:11 sendUrl INFO 3 [277] R:OK -2015-03-11 11:13:12 sendUrl INFO 3 [278] R:OK -2015-03-11 11:14:01 queue INFO >>3 [279] -2015-03-11 11:14:01 sendUrl INFO 3 [279] R:OK -2015-03-11 11:14:51 queue INFO >>3 [280] -2015-03-11 11:14:52 sendUrl INFO 3 [280] R:OK -2015-03-11 11:15:41 queue INFO >>3 [281] -2015-03-11 11:15:42 sendUrl INFO 3 [281] R:OK -2015-03-11 11:16:32 queue INFO >>3 [282] -2015-03-11 11:16:32 sendUrl INFO 3 [282] R:OK -2015-03-11 11:16:43 queue INFO 21 [283] -2015-03-11 11:16:44 queue INFO 1 [284] -2015-03-11 11:16:44 queue INFO >1 [285] -2015-03-11 11:16:44 sendUrl INFO 21 [283] R:OK -2015-03-11 11:16:44 sendUrl INFO 1 [284] R:OK -2015-03-11 11:16:45 sendUrl INFO 1 [285] R:OK -2015-03-11 11:16:47 queue INFO 3 [286] -2015-03-11 11:16:48 queue INFO >3 [287] -2015-03-11 11:16:48 sendUrl INFO 3 [286] R:OK -2015-03-11 11:16:48 sendUrl INFO 3 [287] R:OK -2015-03-11 11:17:38 queue INFO >>3 [288] -2015-03-11 11:17:38 sendUrl INFO 3 [288] R:OK -2015-03-11 11:18:28 queue INFO >>3 [289] -2015-03-11 11:18:28 sendUrl INFO 3 [289] R:OK -2015-03-11 11:19:18 queue INFO >>3 [290] -2015-03-11 11:19:18 sendUrl INFO 3 [290] R:OK -2015-03-11 11:20:08 queue INFO >>3 [291] -2015-03-11 11:20:08 sendUrl INFO 3 [291] R:OK -2015-03-11 11:20:58 queue INFO 83 [292] -2015-03-11 11:20:58 queue INFO >83 [293] -2015-03-11 11:20:58 sendUrl INFO 83 [292] R:OK -2015-03-11 11:20:59 sendUrl INFO 83 [293] R:OK -2015-03-11 11:20:59 queue INFO 3 [294] -2015-03-11 11:20:59 queue INFO >3 [295] -2015-03-11 11:21:00 sendUrl INFO 3 [294] R:OK -2015-03-11 11:21:00 sendUrl INFO 3 [295] R:OK -2015-03-11 11:21:49 queue INFO >>3 [296] -2015-03-11 11:21:50 sendUrl INFO 3 [296] R:OK -2015-03-11 11:22:39 queue INFO >>3 [297] -2015-03-11 11:22:40 sendUrl INFO 3 [297] R:OK -2015-03-11 11:23:30 queue INFO >>3 [298] -2015-03-11 11:23:30 sendUrl INFO 3 [298] R:OK -2015-03-11 11:24:20 queue INFO >>3 [299] -2015-03-11 11:24:20 sendUrl INFO 3 [299] R:OK -2015-03-11 11:25:10 queue INFO >>3 [300] -2015-03-11 11:25:10 sendUrl INFO 3 [300] R:OK -2015-03-11 11:26:00 queue INFO >>3 [301] -2015-03-11 11:26:01 sendUrl INFO 3 [301] R:OK -2015-03-11 11:26:50 queue INFO >>3 [302] -2015-03-11 11:26:50 sendUrl INFO 3 [302] R:OK -2015-03-11 11:27:40 queue INFO >>3 [303] -2015-03-11 11:27:41 sendUrl INFO 3 [303] R:OK -2015-03-11 11:28:31 queue INFO >>3 [304] -2015-03-11 11:28:31 sendUrl INFO 3 [304] R:OK -2015-03-11 11:28:55 queue INFO 83 [305] -2015-03-11 11:28:56 queue INFO >83 [306] -2015-03-11 11:28:56 sendUrl INFO 83 [305] R:OK -2015-03-11 11:28:56 sendUrl INFO 83 [306] R:OK -2015-03-11 11:28:57 queue INFO 3 [307] -2015-03-11 11:28:57 queue INFO >3 [308] -2015-03-11 11:28:57 sendUrl INFO 3 [307] R:OK -2015-03-11 11:28:58 sendUrl INFO 3 [308] R:OK -2015-03-11 11:29:47 queue INFO >>3 [309] -2015-03-11 11:29:48 sendUrl INFO 3 [309] R:OK -2015-03-11 11:30:37 queue INFO >>3 [310] -2015-03-11 11:30:37 sendUrl INFO 3 [310] R:OK -2015-03-11 11:31:28 queue INFO >>3 [311] -2015-03-11 11:31:28 sendUrl INFO 3 [311] R:OK -2015-03-11 11:32:18 queue INFO >>3 [312] -2015-03-11 11:32:18 sendUrl INFO 3 [312] R:OK -2015-03-11 11:33:08 queue INFO >>3 [313] -2015-03-11 11:33:08 sendUrl INFO 3 [313] R:OK -2015-03-11 11:33:58 queue INFO >>3 [314] -2015-03-11 11:33:58 sendUrl INFO 3 [314] R:OK -2015-03-11 11:34:48 queue INFO >>3 [315] -2015-03-11 11:34:49 sendUrl INFO 3 [315] R:OK -2015-03-11 11:35:38 queue INFO >>3 [316] -2015-03-11 11:35:38 sendUrl INFO 3 [316] R:OK -2015-03-11 11:36:28 queue INFO >>3 [317] -2015-03-11 11:36:29 sendUrl INFO 3 [317] R:OK -2015-03-11 11:36:44 queue INFO 83 [318] -2015-03-11 11:36:44 queue INFO >83 [319] -2015-03-11 11:36:44 sendUrl INFO 83 [318] R:OK -2015-03-11 11:36:44 sendUrl INFO 83 [319] R:OK -2015-03-11 11:36:45 queue INFO 3 [320] -2015-03-11 11:36:45 queue INFO >3 [321] -2015-03-11 11:36:45 sendUrl INFO 3 [320] R:OK -2015-03-11 11:36:46 sendUrl INFO 3 [321] R:OK -2015-03-11 11:37:35 queue INFO >>3 [322] -2015-03-11 11:37:36 sendUrl INFO 3 [322] R:OK -2015-03-11 11:38:25 queue INFO >>3 [323] -2015-03-11 11:38:26 sendUrl INFO 3 [323] R:OK -2015-03-11 11:39:16 queue INFO >>3 [324] -2015-03-11 11:39:16 sendUrl INFO 3 [324] R:OK -2015-03-11 11:40:06 queue INFO >>3 [325] -2015-03-11 11:40:06 sendUrl INFO 3 [325] R:OK -2015-03-11 11:40:56 queue INFO >>3 [326] -2015-03-11 11:40:56 sendUrl INFO 3 [326] R:OK -2015-03-11 11:41:46 queue INFO >>3 [327] -2015-03-11 11:41:46 sendUrl INFO 3 [327] R:OK -2015-03-11 11:42:36 queue INFO >>3 [328] -2015-03-11 11:42:36 sendUrl INFO 3 [328] R:OK -2015-03-11 11:43:26 queue INFO >>3 [329] -2015-03-11 11:43:27 sendUrl INFO 3 [329] R:OK -2015-03-11 11:44:16 queue INFO >>3 [330] -2015-03-11 11:44:17 sendUrl INFO 3 [330] R:OK -2015-03-11 11:44:41 queue INFO 83 [331] -2015-03-11 11:44:41 queue INFO >83 [332] -2015-03-11 11:44:42 sendUrl INFO 83 [331] R:OK -2015-03-11 11:44:42 sendUrl INFO 83 [332] R:OK -2015-03-11 11:44:43 queue INFO 3 [333] -2015-03-11 11:44:43 queue INFO >3 [334] -2015-03-11 11:44:43 sendUrl INFO 3 [333] R:OK -2015-03-11 11:44:44 sendUrl INFO 3 [334] R:OK -2015-03-11 11:45:33 queue INFO >>3 [335] -2015-03-11 11:45:33 sendUrl INFO 3 [335] R:OK -2015-03-11 11:46:23 queue INFO >>3 [336] -2015-03-11 11:46:23 sendUrl INFO 3 [336] R:OK -2015-03-11 11:47:13 queue INFO >>3 [337] -2015-03-11 11:47:14 sendUrl INFO 3 [337] R:OK -2015-03-11 11:48:03 queue INFO >>3 [338] -2015-03-11 11:48:03 sendUrl INFO 3 [338] R:OK -2015-03-11 11:48:54 queue INFO >>3 [339] -2015-03-11 11:48:54 sendUrl INFO 3 [339] R:OK -2015-03-11 11:49:44 queue INFO >>3 [340] -2015-03-11 11:49:44 sendUrl INFO 3 [340] R:OK -2015-03-11 11:50:34 queue INFO >>3 [341] -2015-03-11 11:50:34 sendUrl INFO 3 [341] R:OK -2015-03-11 11:51:24 queue INFO >>3 [342] -2015-03-11 11:51:24 sendUrl INFO 3 [342] R:OK -2015-03-11 11:52:14 queue INFO >>3 [343] -2015-03-11 11:52:15 sendUrl INFO 3 [343] R:OK -2015-03-11 11:52:29 queue INFO 83 [344] -2015-03-11 11:52:30 queue INFO >83 [345] -2015-03-11 11:52:30 sendUrl INFO 83 [344] R:OK -2015-03-11 11:52:30 sendUrl INFO 83 [345] R:OK -2015-03-11 11:52:31 queue INFO 3 [346] -2015-03-11 11:52:31 queue INFO >3 [347] -2015-03-11 11:52:31 sendUrl INFO 3 [346] R:OK -2015-03-11 11:52:32 sendUrl INFO 3 [347] R:OK -2015-03-11 11:53:21 queue INFO >>3 [348] -2015-03-11 11:53:22 sendUrl INFO 3 [348] R:OK -2015-03-11 11:54:11 queue INFO >>3 [349] -2015-03-11 11:54:11 sendUrl INFO 3 [349] R:OK -2015-03-11 11:55:01 queue INFO >>3 [350] -2015-03-11 11:55:02 sendUrl INFO 3 [350] R:OK -2015-03-11 11:55:15 queue INFO 21 [351] -2015-03-11 11:55:15 queue INFO 1 [352] -2015-03-11 11:55:16 queue INFO >1 [353] -2015-03-11 11:55:16 sendUrl INFO 21 [351] R:OK -2015-03-11 11:55:16 sendUrl INFO 1 [352] R:OK -2015-03-11 11:55:17 sendUrl INFO 1 [353] R:OK -2015-03-11 11:55:18 queue INFO 3 [354] -2015-03-11 11:55:18 queue INFO >3 [355] -2015-03-11 11:55:18 sendUrl INFO 3 [354] R:OK -2015-03-11 11:55:19 sendUrl INFO 3 [355] R:OK -2015-03-11 11:55:27 queue INFO 21 [356] -2015-03-11 11:55:27 queue INFO 1 [357] -2015-03-11 11:55:27 queue INFO >1 [358] -2015-03-11 11:55:27 sendUrl INFO 21 [356] R:OK -2015-03-11 11:55:28 sendUrl INFO 1 [357] R:OK -2015-03-11 11:55:28 sendUrl INFO 1 [358] R:OK -2015-03-11 11:55:40 queue INFO 3 [359] -2015-03-11 11:55:41 sendUrl INFO 3 [359] R:OK -2015-03-11 11:55:41 queue INFO >3 [360] -2015-03-11 11:55:41 sendUrl INFO 3 [360] R:OK -2015-03-11 11:56:31 queue INFO >>3 [361] -2015-03-11 11:56:31 sendUrl INFO 3 [361] R:OK -2015-03-11 11:57:21 queue INFO >>3 [362] -2015-03-11 11:57:21 sendUrl INFO 3 [362] R:OK -2015-03-11 11:58:11 queue INFO >>3 [363] -2015-03-11 11:58:11 sendUrl INFO 3 [363] R:OK -2015-03-11 11:59:01 queue INFO >>3 [364] -2015-03-11 11:59:01 sendUrl INFO 3 [364] R:OK -2015-03-11 11:59:51 queue INFO >>3 [365] -2015-03-11 11:59:52 sendUrl INFO 3 [365] R:OK -2015-03-11 12:00:27 queue INFO 83 [366] -2015-03-11 12:00:27 queue INFO >83 [367] -2015-03-11 12:00:27 sendUrl INFO 83 [366] R:OK -2015-03-11 12:00:28 sendUrl INFO 83 [367] R:OK -2015-03-11 12:00:29 queue INFO 3 [368] -2015-03-11 12:00:29 queue INFO >3 [369] -2015-03-11 12:00:29 sendUrl INFO 3 [368] R:OK -2015-03-11 12:00:29 sendUrl INFO 3 [369] R:OK -2015-03-11 12:01:19 queue INFO >>3 [370] -2015-03-11 12:01:19 sendUrl INFO 3 [370] R:OK -2015-03-11 12:02:09 queue INFO >>3 [371] -2015-03-11 12:02:09 sendUrl INFO 3 [371] R:OK -2015-03-11 12:02:59 queue INFO >>3 [372] -2015-03-11 12:02:59 sendUrl INFO 3 [372] R:OK -2015-03-11 12:03:49 queue INFO >>3 [373] -2015-03-11 12:03:49 sendUrl INFO 3 [373] R:OK -2015-03-11 12:04:39 queue INFO >>3 [374] -2015-03-11 12:04:40 sendUrl INFO 3 [374] R:OK -2015-03-11 12:05:29 queue INFO >>3 [375] -2015-03-11 12:05:30 sendUrl INFO 3 [375] R:OK -2015-03-11 12:06:20 queue INFO >>3 [376] -2015-03-11 12:06:20 sendUrl INFO 3 [376] R:OK -2015-03-11 12:07:10 queue INFO >>3 [377] -2015-03-11 12:07:10 sendUrl INFO 3 [377] R:OK -2015-03-11 12:08:00 queue INFO >>3 [378] -2015-03-11 12:08:00 sendUrl INFO 3 [378] R:OK -2015-03-11 12:08:15 queue INFO 83 [379] -2015-03-11 12:08:15 queue INFO >83 [380] -2015-03-11 12:08:16 sendUrl INFO 83 [379] R:OK -2015-03-11 12:08:16 sendUrl INFO 83 [380] R:OK -2015-03-11 12:08:17 queue INFO 3 [381] -2015-03-11 12:08:17 queue INFO >3 [382] -2015-03-11 12:08:17 sendUrl INFO 3 [381] R:OK -2015-03-11 12:08:18 sendUrl INFO 3 [382] R:OK -2015-03-11 12:09:07 queue INFO >>3 [383] -2015-03-11 12:09:07 sendUrl INFO 3 [383] R:OK -2015-03-11 12:09:57 queue INFO >>3 [384] -2015-03-11 12:09:57 sendUrl INFO 3 [384] R:OK -2015-03-11 12:10:47 queue INFO >>3 [385] -2015-03-11 12:10:48 sendUrl INFO 3 [385] R:OK -2015-03-11 12:11:37 queue INFO >>3 [386] -2015-03-11 12:11:37 sendUrl INFO 3 [386] R:OK -2015-03-11 12:12:27 queue INFO >>3 [387] -2015-03-11 12:12:28 sendUrl INFO 3 [387] R:OK -2015-03-11 12:13:18 queue INFO >>3 [388] -2015-03-11 12:13:18 sendUrl INFO 3 [388] R:OK -2015-03-11 12:14:08 queue INFO >>3 [389] -2015-03-11 12:14:08 sendUrl INFO 3 [389] R:OK -2015-03-11 12:14:58 queue INFO >>3 [390] -2015-03-11 12:14:58 sendUrl INFO 3 [390] R:OK -2015-03-11 12:15:48 queue INFO >>3 [391] -2015-03-11 12:15:49 sendUrl INFO 3 [391] R:OK -2015-03-11 12:16:13 queue INFO 83 [392] -2015-03-11 12:16:13 queue INFO >83 [393] -2015-03-11 12:16:13 sendUrl INFO 83 [392] R:OK -2015-03-11 12:16:14 sendUrl INFO 83 [393] R:OK -2015-03-11 12:16:14 queue INFO 3 [394] -2015-03-11 12:16:15 queue INFO >3 [395] -2015-03-11 12:16:15 sendUrl INFO 3 [394] R:OK -2015-03-11 12:16:15 sendUrl INFO 3 [395] R:OK -2015-03-11 12:17:04 queue INFO >>3 [396] -2015-03-11 12:17:05 sendUrl INFO 3 [396] R:OK -2015-03-11 12:17:55 queue INFO >>3 [397] -2015-03-11 12:17:55 sendUrl INFO 3 [397] R:OK -2015-03-11 12:18:45 queue INFO >>3 [398] -2015-03-11 12:18:45 sendUrl INFO 3 [398] R:OK -2015-03-11 12:19:35 queue INFO >>3 [399] -2015-03-11 12:19:35 sendUrl INFO 3 [399] R:OK -2015-03-11 12:20:25 queue INFO >>3 [400] -2015-03-11 12:20:25 sendUrl INFO 3 [400] R:OK -2015-03-11 12:21:15 queue INFO >>3 [401] -2015-03-11 12:21:16 sendUrl INFO 3 [401] R:OK -2015-03-11 12:22:05 queue INFO >>3 [402] -2015-03-11 12:22:06 sendUrl INFO 3 [402] R:OK -2015-03-11 12:22:56 queue INFO >>3 [403] -2015-03-11 12:22:56 sendUrl INFO 3 [403] R:OK -2015-03-11 12:23:46 queue INFO >>3 [404] -2015-03-11 12:23:46 sendUrl INFO 3 [404] R:OK -2015-03-11 12:24:01 queue INFO 83 [405] -2015-03-11 12:24:01 queue INFO >83 [406] -2015-03-11 12:24:01 sendUrl INFO 83 [405] R:OK -2015-03-11 12:24:02 sendUrl INFO 83 [406] R:OK -2015-03-11 12:24:03 queue INFO 3 [407] -2015-03-11 12:24:03 queue INFO >3 [408] -2015-03-11 12:24:03 sendUrl INFO 3 [407] R:OK -2015-03-11 12:24:03 sendUrl INFO 3 [408] R:OK -2015-03-11 12:24:53 queue INFO >>3 [409] -2015-03-11 12:24:53 sendUrl INFO 3 [409] R:OK -2015-03-11 12:25:18 queue INFO 21 [410] -2015-03-11 12:25:19 queue INFO 1 [411] -2015-03-11 12:25:19 queue INFO >1 [412] -2015-03-11 12:25:19 sendUrl INFO 21 [410] R:OK -2015-03-11 12:25:19 sendUrl INFO 1 [411] R:OK -2015-03-11 12:25:20 sendUrl INFO 1 [412] R:OK -2015-03-11 12:25:21 queue INFO 3 [413] -2015-03-11 12:25:21 queue INFO >3 [414] -2015-03-11 12:25:21 sendUrl INFO 3 [413] R:OK -2015-03-11 12:25:22 sendUrl INFO 3 [414] R:OK -2015-03-11 12:26:11 queue INFO >>3 [415] -2015-03-11 12:26:11 sendUrl INFO 3 [415] R:OK -2015-03-11 12:26:27 queue INFO 21 [416] -2015-03-11 12:26:27 queue INFO 1 [417] -2015-03-11 12:26:27 queue INFO >1 [418] -2015-03-11 12:26:27 sendUrl INFO 21 [416] R:OK -2015-03-11 12:26:28 sendUrl INFO 1 [417] R:OK -2015-03-11 12:26:28 sendUrl INFO 1 [418] R:OK -2015-03-11 12:26:40 queue INFO 21 [419] -2015-03-11 12:26:40 sendUrl INFO 21 [419] R:OK -2015-03-11 12:26:40 queue INFO 1 [420] -2015-03-11 12:26:40 queue INFO >1 [421] -2015-03-11 12:26:41 sendUrl INFO 1 [420] R:OK -2015-03-11 12:26:41 sendUrl INFO 1 [421] R:OK -2015-03-11 12:26:49 queue INFO 3 [422] -2015-03-11 12:26:50 sendUrl INFO 3 [422] R:OK -2015-03-11 12:26:50 queue INFO >3 [423] -2015-03-11 12:26:50 sendUrl INFO 3 [423] R:OK -2015-03-11 12:27:40 queue INFO >>3 [424] -2015-03-11 12:27:40 sendUrl INFO 3 [424] R:OK -2015-03-11 12:28:30 queue INFO >>3 [425] -2015-03-11 12:28:30 sendUrl INFO 3 [425] R:OK -2015-03-11 12:29:20 queue INFO >>3 [426] -2015-03-11 12:29:20 sendUrl INFO 3 [426] R:OK -2015-03-11 12:30:10 queue INFO >>3 [427] -2015-03-11 12:30:10 sendUrl INFO 3 [427] R:OK -2015-03-11 12:31:00 queue INFO >>3 [428] -2015-03-11 12:31:01 sendUrl INFO 3 [428] R:OK -2015-03-11 12:31:50 queue INFO >>3 [429] -2015-03-11 12:31:51 sendUrl INFO 3 [429] R:OK -2015-03-11 12:31:59 queue INFO 83 [430] -2015-03-11 12:31:59 queue INFO >83 [431] -2015-03-11 12:31:59 sendUrl INFO 83 [430] R:OK -2015-03-11 12:32:00 sendUrl INFO 83 [431] R:OK -2015-03-11 12:32:00 queue INFO 3 [432] -2015-03-11 12:32:01 queue INFO >3 [433] -2015-03-11 12:32:01 sendUrl INFO 3 [432] R:OK -2015-03-11 12:32:01 sendUrl INFO 3 [433] R:OK -2015-03-11 12:32:51 queue INFO >>3 [434] -2015-03-11 12:32:51 sendUrl INFO 3 [434] R:OK -2015-03-11 12:33:41 queue INFO >>3 [435] -2015-03-11 12:33:41 sendUrl INFO 3 [435] R:OK -2015-03-11 12:34:31 queue INFO >>3 [436] -2015-03-11 12:34:31 sendUrl INFO 3 [436] R:OK -2015-03-11 12:35:21 queue INFO >>3 [437] -2015-03-11 12:35:21 sendUrl INFO 3 [437] R:OK -2015-03-11 12:36:11 queue INFO >>3 [438] -2015-03-11 12:36:11 sendUrl INFO 3 [438] R:OK -2015-03-11 12:37:01 queue INFO >>3 [439] -2015-03-11 12:37:02 sendUrl INFO 3 [439] R:OK -2015-03-11 12:37:51 queue INFO >>3 [440] -2015-03-11 12:37:52 sendUrl INFO 3 [440] R:OK -2015-03-11 12:38:42 queue INFO >>3 [441] -2015-03-11 12:38:42 sendUrl INFO 3 [441] R:OK -2015-03-11 12:39:32 queue INFO >>3 [442] -2015-03-11 12:39:32 sendUrl INFO 3 [442] R:OK -2015-03-11 12:39:47 queue INFO 83 [443] -2015-03-11 12:39:47 queue INFO >83 [444] -2015-03-11 12:39:47 sendUrl INFO 83 [443] R:OK -2015-03-11 12:39:48 sendUrl INFO 83 [444] R:OK -2015-03-11 12:39:48 queue INFO 3 [445] -2015-03-11 12:39:49 queue INFO >3 [446] -2015-03-11 12:39:49 sendUrl INFO 3 [445] R:OK -2015-03-11 12:39:49 sendUrl INFO 3 [446] R:OK -2015-03-11 12:40:39 queue INFO >>3 [447] -2015-03-11 12:40:39 sendUrl INFO 3 [447] R:OK -2015-03-11 12:41:29 queue INFO >>3 [448] -2015-03-11 12:41:29 sendUrl INFO 3 [448] R:OK -2015-03-11 12:42:19 queue INFO >>3 [449] -2015-03-11 12:42:19 sendUrl INFO 3 [449] R:OK -2015-03-11 12:43:09 queue INFO >>3 [450] -2015-03-11 12:43:10 sendUrl INFO 3 [450] R:OK -2015-03-11 12:43:59 queue INFO >>3 [451] -2015-03-11 12:43:59 sendUrl INFO 3 [451] R:OK -2015-03-11 12:44:49 queue INFO >>3 [452] -2015-03-11 12:44:50 sendUrl INFO 3 [452] R:OK -2015-03-11 12:45:40 queue INFO >>3 [453] -2015-03-11 12:45:40 sendUrl INFO 3 [453] R:OK -2015-03-11 12:46:30 queue INFO >>3 [454] -2015-03-11 12:46:30 sendUrl INFO 3 [454] R:OK -2015-03-11 12:47:20 queue INFO >>3 [455] -2015-03-11 12:47:20 sendUrl INFO 3 [455] R:OK -2015-03-11 12:47:44 queue INFO 83 [456] -2015-03-11 12:47:44 sendUrl INFO 83 [456] R:OK -2015-03-11 12:47:45 queue INFO >83 [457] -2015-03-11 12:47:45 sendUrl INFO 83 [457] R:OK -2015-03-11 12:47:46 queue INFO 3 [458] -2015-03-11 12:47:46 queue INFO >3 [459] -2015-03-11 12:47:47 sendUrl INFO 3 [458] R:OK -2015-03-11 12:47:47 sendUrl INFO 3 [459] R:OK -2015-03-11 12:48:36 queue INFO >>3 [460] -2015-03-11 12:48:36 sendUrl INFO 3 [460] R:OK -2015-03-11 12:49:26 queue INFO >>3 [461] -2015-03-11 12:49:27 sendUrl INFO 3 [461] R:OK -2015-03-11 12:50:16 queue INFO >>3 [462] -2015-03-11 12:50:16 sendUrl INFO 3 [462] R:OK -2015-03-11 12:51:07 queue INFO >>3 [463] -2015-03-11 12:51:07 sendUrl INFO 3 [463] R:OK -2015-03-11 12:51:57 queue INFO >>3 [464] -2015-03-11 12:51:57 sendUrl INFO 3 [464] R:OK -2015-03-11 12:52:47 queue INFO >>3 [465] -2015-03-11 12:52:47 sendUrl INFO 3 [465] R:OK -2015-03-11 12:53:37 queue INFO >>3 [466] -2015-03-11 12:53:37 sendUrl INFO 3 [466] R:OK -2015-03-11 12:54:27 queue INFO >>3 [467] -2015-03-11 12:54:28 sendUrl INFO 3 [467] R:OK -2015-03-11 12:55:17 queue INFO >>3 [468] -2015-03-11 12:55:17 sendUrl INFO 3 [468] R:OK -2015-03-11 12:55:33 queue INFO 83 [469] -2015-03-11 12:55:33 queue INFO >83 [470] -2015-03-11 12:55:33 sendUrl INFO 83 [469] R:OK -2015-03-11 12:55:34 sendUrl INFO 83 [470] R:OK -2015-03-11 12:55:34 queue INFO 3 [471] -2015-03-11 12:55:35 queue INFO >3 [472] -2015-03-11 12:55:35 sendUrl INFO 3 [471] R:OK -2015-03-11 12:55:35 sendUrl INFO 3 [472] R:OK -2015-03-11 12:56:24 queue INFO >>3 [473] -2015-03-11 12:56:25 sendUrl INFO 3 [473] R:OK -2015-03-11 12:57:15 queue INFO >>3 [474] -2015-03-11 12:57:15 sendUrl INFO 3 [474] R:OK -2015-03-11 12:58:05 queue INFO >>3 [475] -2015-03-11 12:58:05 sendUrl INFO 3 [475] R:OK -2015-03-11 12:58:55 queue INFO >>3 [476] -2015-03-11 12:58:55 sendUrl INFO 3 [476] R:OK -2015-03-11 12:59:45 queue INFO >>3 [477] -2015-03-11 12:59:45 sendUrl INFO 3 [477] R:OK -2015-03-11 13:00:35 queue INFO >>3 [478] -2015-03-11 13:00:36 sendUrl INFO 3 [478] R:OK -2015-03-11 13:01:25 queue INFO >>3 [479] -2015-03-11 13:01:25 sendUrl INFO 3 [479] R:OK -2015-03-11 13:02:15 queue INFO >>3 [480] -2015-03-11 13:02:16 sendUrl INFO 3 [480] R:OK -2015-03-11 13:03:06 queue INFO >>3 [481] -2015-03-11 13:03:06 sendUrl INFO 3 [481] R:OK -2015-03-11 13:03:30 queue INFO 83 [482] -2015-03-11 13:03:31 queue INFO >83 [483] -2015-03-11 13:03:31 sendUrl INFO 83 [482] R:OK -2015-03-11 13:03:31 sendUrl INFO 83 [483] R:OK -2015-03-11 13:03:32 queue INFO 3 [484] -2015-03-11 13:03:32 queue INFO >3 [485] -2015-03-11 13:03:32 sendUrl INFO 3 [484] R:OK -2015-03-11 13:03:33 sendUrl INFO 3 [485] R:OK -2015-03-11 13:04:22 queue INFO >>3 [486] -2015-03-11 13:04:23 sendUrl INFO 3 [486] R:OK -2015-03-11 13:05:12 queue INFO >>3 [487] -2015-03-11 13:05:12 sendUrl INFO 3 [487] R:OK -2015-03-11 13:06:02 queue INFO >>3 [488] -2015-03-11 13:06:03 sendUrl INFO 3 [488] R:OK -2015-03-11 13:06:53 queue INFO >>3 [489] -2015-03-11 13:06:53 sendUrl INFO 3 [489] R:OK -2015-03-11 13:07:43 queue INFO >>3 [490] -2015-03-11 13:07:43 sendUrl INFO 3 [490] R:OK -2015-03-11 13:08:33 queue INFO >>3 [491] -2015-03-11 13:08:33 sendUrl INFO 3 [491] R:OK -2015-03-11 13:09:23 queue INFO >>3 [492] -2015-03-11 13:09:23 sendUrl INFO 3 [492] R:OK -2015-03-11 13:10:13 queue INFO >>3 [493] -2015-03-11 13:10:14 sendUrl INFO 3 [493] R:OK -2015-03-11 13:11:03 queue INFO >>3 [494] -2015-03-11 13:11:04 sendUrl INFO 3 [494] R:OK -2015-03-11 13:11:18 queue INFO 83 [495] -2015-03-11 13:11:19 queue INFO >83 [496] -2015-03-11 13:11:19 sendUrl INFO 83 [495] R:OK -2015-03-11 13:11:19 sendUrl INFO 83 [496] R:OK -2015-03-11 13:11:20 queue INFO 3 [497] -2015-03-11 13:11:20 queue INFO >3 [498] -2015-03-11 13:11:20 sendUrl INFO 3 [497] R:OK -2015-03-11 13:11:21 sendUrl INFO 3 [498] R:OK -2015-03-11 13:12:10 queue INFO >>3 [499] -2015-03-11 13:12:10 sendUrl INFO 3 [499] R:OK -2015-03-11 13:13:00 queue INFO >>3 [500] -2015-03-11 13:13:01 sendUrl INFO 3 [500] R:OK -2015-03-11 13:13:50 queue INFO >>3 [501] -2015-03-11 13:13:51 sendUrl INFO 3 [501] R:OK -2015-03-11 13:14:41 queue INFO >>3 [502] -2015-03-11 13:14:41 sendUrl INFO 3 [502] R:OK -2015-03-11 13:15:31 queue INFO >>3 [503] -2015-03-11 13:15:31 sendUrl INFO 3 [503] R:OK -2015-03-11 13:16:21 queue INFO >>3 [504] -2015-03-11 13:16:21 sendUrl INFO 3 [504] R:OK -2015-03-11 13:17:11 queue INFO >>3 [505] -2015-03-11 13:17:11 sendUrl INFO 3 [505] R:OK -2015-03-11 13:18:01 queue INFO >>3 [506] -2015-03-11 13:18:02 sendUrl INFO 3 [506] R:OK -2015-03-11 13:18:51 queue INFO >>3 [507] -2015-03-11 13:18:52 sendUrl INFO 3 [507] R:OK -2015-03-11 13:19:16 queue INFO 83 [508] -2015-03-11 13:19:16 queue INFO >83 [509] -2015-03-11 13:19:17 sendUrl INFO 83 [508] R:OK -2015-03-11 13:19:17 sendUrl INFO 83 [509] R:OK -2015-03-11 13:19:18 queue INFO 3 [510] -2015-03-11 13:19:18 queue INFO >3 [511] -2015-03-11 13:19:18 sendUrl INFO 3 [510] R:OK -2015-03-11 13:19:19 sendUrl INFO 3 [511] R:OK -2015-03-11 13:20:08 queue INFO >>3 [512] -2015-03-11 13:20:08 sendUrl INFO 3 [512] R:OK -2015-03-11 13:20:58 queue INFO >>3 [513] -2015-03-11 13:20:58 sendUrl INFO 3 [513] R:OK -2015-03-11 13:21:48 queue INFO >>3 [514] -2015-03-11 13:21:49 sendUrl INFO 3 [514] R:OK -2015-03-11 13:22:38 queue INFO >>3 [515] -2015-03-11 13:22:39 sendUrl INFO 3 [515] R:OK -2015-03-11 13:23:28 queue INFO >>3 [516] -2015-03-11 13:23:29 sendUrl INFO 3 [516] R:OK -2015-03-11 13:24:19 queue INFO >>3 [517] -2015-03-11 13:24:19 sendUrl INFO 3 [517] R:OK -2015-03-11 13:25:09 queue INFO >>3 [518] -2015-03-11 13:25:09 sendUrl INFO 3 [518] R:OK -2015-03-11 13:25:59 queue INFO >>3 [519] -2015-03-11 13:25:59 sendUrl INFO 3 [519] R:OK -2015-03-11 13:26:49 queue INFO >>3 [520] -2015-03-11 13:26:49 sendUrl INFO 3 [520] R:OK -2015-03-11 13:27:04 queue INFO 83 [521] -2015-03-11 13:27:05 queue INFO >83 [522] -2015-03-11 13:27:05 sendUrl INFO 83 [521] R:OK -2015-03-11 13:27:05 sendUrl INFO 83 [522] R:OK -2015-03-11 13:27:06 queue INFO 3 [523] -2015-03-11 13:27:06 queue INFO >3 [524] -2015-03-11 13:27:06 sendUrl INFO 3 [523] R:OK -2015-03-11 13:27:07 sendUrl INFO 3 [524] R:OK -2015-03-11 13:27:56 queue INFO >>3 [525] -2015-03-11 13:27:57 sendUrl INFO 3 [525] R:OK -2015-03-11 13:28:46 queue INFO >>3 [526] -2015-03-11 13:28:46 sendUrl INFO 3 [526] R:OK -2015-03-11 13:29:36 queue INFO >>3 [527] -2015-03-11 13:29:37 sendUrl INFO 3 [527] R:OK -2015-03-11 13:30:27 queue INFO >>3 [528] -2015-03-11 13:30:27 sendUrl INFO 3 [528] R:OK -2015-03-11 13:31:17 queue INFO >>3 [529] -2015-03-11 13:31:17 sendUrl INFO 3 [529] R:OK -2015-03-11 13:32:07 queue INFO >>3 [530] -2015-03-11 13:32:07 sendUrl INFO 3 [530] R:OK -2015-03-11 13:32:57 queue INFO >>3 [531] -2015-03-11 13:32:57 sendUrl INFO 3 [531] R:OK -2015-03-11 13:33:47 queue INFO >>3 [532] -2015-03-11 13:33:48 sendUrl INFO 3 [532] R:OK -2015-03-11 13:34:37 queue INFO >>3 [533] -2015-03-11 13:34:38 sendUrl INFO 3 [533] R:OK -2015-03-11 13:35:27 queue INFO >>3 [534] -2015-03-11 13:35:28 sendUrl INFO 3 [534] R:OK -2015-03-11 13:36:18 queue INFO >>3 [535] -2015-03-11 13:36:18 sendUrl INFO 3 [535] R:OK -2015-03-11 13:37:06 queue INFO 83 [536] -2015-03-11 13:37:06 queue INFO >83 [537] -2015-03-11 13:37:06 sendUrl INFO 83 [536] R:OK -2015-03-11 13:37:06 sendUrl INFO 83 [537] R:OK -2015-03-11 13:37:07 queue INFO 3 [538] -2015-03-11 13:37:07 queue INFO >3 [539] -2015-03-11 13:37:07 sendUrl INFO 3 [538] R:OK -2015-03-11 13:37:08 sendUrl INFO 3 [539] R:OK -2015-03-11 13:37:43 queue INFO 21 [540] -2015-03-11 13:37:43 queue INFO >21 [541] -2015-03-11 13:37:44 sendUrl INFO 21 [540] R:OK -2015-03-11 13:37:44 sendUrl INFO 21 [541] R:OK -2015-03-11 13:37:44 queue INFO 1 [542] -2015-03-11 13:37:45 sendUrl INFO 1 [542] R:OK -2015-03-11 13:37:45 queue INFO >1 [543] -2015-03-11 13:37:45 sendUrl INFO 1 [543] R:OK -2015-03-11 13:37:54 queue INFO 3 [544] -2015-03-11 13:37:54 sendUrl INFO 3 [544] R:OK -2015-03-11 13:37:54 queue INFO >3 [545] -2015-03-11 13:37:54 sendUrl INFO 3 [545] R:OK -2015-03-11 13:38:44 queue INFO >>3 [546] -2015-03-11 13:38:44 sendUrl INFO 3 [546] R:OK -2015-03-11 13:39:34 queue INFO >>3 [547] -2015-03-11 13:39:34 sendUrl INFO 3 [547] R:OK -2015-03-11 13:40:24 queue INFO >>3 [548] -2015-03-11 13:40:24 sendUrl INFO 3 [548] R:OK -2015-03-11 13:41:14 queue INFO >>3 [549] -2015-03-11 13:41:15 sendUrl INFO 3 [549] R:OK -2015-03-11 13:42:04 queue INFO >>3 [550] -2015-03-11 13:42:05 sendUrl INFO 3 [550] R:OK -2015-03-11 13:42:54 queue INFO >>3 [551] -2015-03-11 13:42:55 sendUrl INFO 3 [551] R:OK -2015-03-11 13:43:45 queue INFO >>3 [552] -2015-03-11 13:43:45 sendUrl INFO 3 [552] R:OK -2015-03-11 13:44:35 queue INFO >>3 [553] -2015-03-11 13:44:35 sendUrl INFO 3 [553] R:OK -2015-03-11 13:44:54 queue INFO 83 [554] -2015-03-11 13:44:54 queue INFO >83 [555] -2015-03-11 13:44:54 sendUrl INFO 83 [554] R:OK -2015-03-11 13:44:55 sendUrl INFO 83 [555] R:OK -2015-03-11 13:44:55 queue INFO 3 [556] -2015-03-11 13:44:56 sendUrl INFO 3 [556] R:OK -2015-03-11 13:44:56 queue INFO >3 [557] -2015-03-11 13:44:56 sendUrl INFO 3 [557] R:OK -2015-03-11 13:45:46 queue INFO >>3 [558] -2015-03-11 13:45:46 sendUrl INFO 3 [558] R:OK -2015-03-11 13:46:36 queue INFO >>3 [559] -2015-03-11 13:46:36 sendUrl INFO 3 [559] R:OK -2015-03-11 13:47:26 queue INFO >>3 [560] -2015-03-11 13:47:26 sendUrl INFO 3 [560] R:OK -2015-03-11 13:48:16 queue INFO >>3 [561] -2015-03-11 13:48:16 sendUrl INFO 3 [561] R:OK -2015-03-11 13:49:06 queue INFO >>3 [562] -2015-03-11 13:49:07 sendUrl INFO 3 [562] R:OK -2015-03-11 13:49:56 queue INFO >>3 [563] -2015-03-11 13:49:57 sendUrl INFO 3 [563] R:OK -2015-03-11 13:50:46 queue INFO >>3 [564] -2015-03-11 13:50:47 sendUrl INFO 3 [564] R:OK -2015-03-11 13:51:37 queue INFO >>3 [565] -2015-03-11 13:51:37 sendUrl INFO 3 [565] R:OK -2015-03-11 13:52:27 queue INFO >>3 [566] -2015-03-11 13:52:27 sendUrl INFO 3 [566] R:OK -2015-03-11 13:52:51 queue INFO 83 [567] -2015-03-11 13:52:51 queue INFO >83 [568] -2015-03-11 13:52:52 sendUrl INFO 83 [567] R:OK -2015-03-11 13:52:52 sendUrl INFO 83 [568] R:OK -2015-03-11 13:52:53 queue INFO 3 [569] -2015-03-11 13:52:53 queue INFO >3 [570] -2015-03-11 13:52:53 sendUrl INFO 3 [569] R:OK -2015-03-11 13:52:54 sendUrl INFO 3 [570] R:OK -2015-03-11 13:53:43 queue INFO >>3 [571] -2015-03-11 13:53:44 sendUrl INFO 3 [571] R:OK -2015-03-11 13:54:33 queue INFO >>3 [572] -2015-03-11 13:54:33 sendUrl INFO 3 [572] R:OK -2015-03-11 13:55:23 queue INFO >>3 [573] -2015-03-11 13:55:24 sendUrl INFO 3 [573] R:OK -2015-03-11 13:56:13 queue INFO >>3 [574] -2015-03-11 13:56:14 sendUrl INFO 3 [574] R:OK -2015-03-11 13:57:04 queue INFO >>3 [575] -2015-03-11 13:57:04 sendUrl INFO 3 [575] R:OK -2015-03-11 13:57:54 queue INFO >>3 [576] -2015-03-11 13:57:54 sendUrl INFO 3 [576] R:OK -2015-03-11 13:58:44 queue INFO >>3 [577] -2015-03-11 13:58:44 sendUrl INFO 3 [577] R:OK -2015-03-11 13:59:34 queue INFO >>3 [578] -2015-03-11 13:59:34 sendUrl INFO 3 [578] R:OK -2015-03-11 14:00:24 queue INFO >>3 [579] -2015-03-11 14:00:25 sendUrl INFO 3 [579] R:OK -2015-03-11 14:00:40 queue INFO 83 [580] -2015-03-11 14:00:40 queue INFO >83 [581] -2015-03-11 14:00:40 sendUrl INFO 83 [580] R:OK -2015-03-11 14:00:40 sendUrl INFO 83 [581] R:OK -2015-03-11 14:00:41 queue INFO 3 [582] -2015-03-11 14:00:41 sendUrl INFO 3 [582] R:OK -2015-03-11 14:00:41 queue INFO >3 [583] -2015-03-11 14:00:42 sendUrl INFO 3 [583] R:OK -2015-03-11 14:01:31 queue INFO >>3 [584] -2015-03-11 14:01:32 sendUrl INFO 3 [584] R:OK -2015-03-11 14:02:21 queue INFO >>3 [585] -2015-03-11 14:02:22 sendUrl INFO 3 [585] R:OK -2015-03-11 14:03:12 queue INFO >>3 [586] -2015-03-11 14:03:12 sendUrl INFO 3 [586] R:OK -2015-03-11 14:04:02 queue INFO >>3 [587] -2015-03-11 14:04:02 sendUrl INFO 3 [587] R:OK -2015-03-11 14:04:52 queue INFO >>3 [588] -2015-03-11 14:04:52 sendUrl INFO 3 [588] R:OK -2015-03-11 14:05:42 queue INFO >>3 [589] -2015-03-11 14:05:42 sendUrl INFO 3 [589] R:OK -2015-03-11 14:06:32 queue INFO >>3 [590] -2015-03-11 14:06:33 sendUrl INFO 3 [590] R:OK -2015-03-11 14:07:22 queue INFO >>3 [591] -2015-03-11 14:07:23 sendUrl INFO 3 [591] R:OK -2015-03-11 14:08:12 queue INFO >>3 [592] -2015-03-11 14:08:13 sendUrl INFO 3 [592] R:OK -2015-03-11 14:08:37 queue INFO 83 [593] -2015-03-11 14:08:38 queue INFO >83 [594] -2015-03-11 14:08:38 sendUrl INFO 83 [593] R:OK -2015-03-11 14:08:38 sendUrl INFO 83 [594] R:OK -2015-03-11 14:08:39 queue INFO 3 [595] -2015-03-11 14:08:39 queue INFO >3 [596] -2015-03-11 14:08:40 sendUrl INFO 3 [595] R:OK -2015-03-11 14:08:40 sendUrl INFO 3 [596] R:OK -2015-03-11 14:09:29 queue INFO >>3 [597] -2015-03-11 14:09:29 sendUrl INFO 3 [597] R:OK -2015-03-11 14:10:19 queue INFO >>3 [598] -2015-03-11 14:10:20 sendUrl INFO 3 [598] R:OK -2015-03-11 14:11:09 queue INFO >>3 [599] -2015-03-11 14:11:10 sendUrl INFO 3 [599] R:OK -2015-03-11 14:12:00 queue INFO >>3 [600] -2015-03-11 14:12:00 sendUrl INFO 3 [600] R:OK -2015-03-11 14:12:50 queue INFO >>3 [601] -2015-03-11 14:12:50 sendUrl INFO 3 [601] R:OK -2015-03-11 14:13:40 queue INFO >>3 [602] -2015-03-11 14:13:40 sendUrl INFO 3 [602] R:OK -2015-03-11 14:14:30 queue INFO >>3 [603] -2015-03-11 14:14:30 sendUrl INFO 3 [603] R:OK -2015-03-11 14:15:20 queue INFO >>3 [604] -2015-03-11 14:15:21 sendUrl INFO 3 [604] R:OK -2015-03-11 14:16:10 queue INFO >>3 [605] -2015-03-11 14:16:11 sendUrl INFO 3 [605] R:OK -2015-03-11 14:16:25 queue INFO 83 [606] -2015-03-11 14:16:26 queue INFO >83 [607] -2015-03-11 14:16:26 sendUrl INFO 83 [606] R:OK -2015-03-11 14:16:26 sendUrl INFO 83 [607] R:OK -2015-03-11 14:16:27 queue INFO 3 [608] -2015-03-11 14:16:27 queue INFO >3 [609] -2015-03-11 14:16:27 sendUrl INFO 3 [608] R:OK -2015-03-11 14:16:28 sendUrl INFO 3 [609] R:OK -2015-03-11 14:17:17 queue INFO >>3 [610] -2015-03-11 14:17:18 sendUrl INFO 3 [610] R:OK -2015-03-11 14:18:07 queue INFO >>3 [611] -2015-03-11 14:18:08 sendUrl INFO 3 [611] R:OK -2015-03-11 14:18:57 queue INFO >>3 [612] -2015-03-11 14:18:58 sendUrl INFO 3 [612] R:OK -2015-03-11 14:19:48 queue INFO >>3 [613] -2015-03-11 14:19:48 sendUrl INFO 3 [613] R:OK -2015-03-11 14:20:38 queue INFO >>3 [614] -2015-03-11 14:20:38 sendUrl INFO 3 [614] R:OK -2015-03-11 14:21:28 queue INFO >>3 [615] -2015-03-11 14:21:28 sendUrl INFO 3 [615] R:OK -2015-03-11 14:22:18 queue INFO >>3 [616] -2015-03-11 14:22:19 sendUrl INFO 3 [616] R:OK -2015-03-11 14:23:08 queue INFO >>3 [617] -2015-03-11 14:23:08 sendUrl INFO 3 [617] R:OK -2015-03-11 14:23:58 queue INFO >>3 [618] -2015-03-11 14:23:59 sendUrl INFO 3 [618] R:OK -2015-03-11 14:24:23 queue INFO 83 [619] -2015-03-11 14:24:23 queue INFO >83 [620] -2015-03-11 14:24:23 sendUrl INFO 83 [619] R:OK -2015-03-11 14:24:24 sendUrl INFO 83 [620] R:OK -2015-03-11 14:24:25 queue INFO 3 [621] -2015-03-11 14:24:25 queue INFO >3 [622] -2015-03-11 14:24:25 sendUrl INFO 3 [621] R:OK -2015-03-11 14:24:25 sendUrl INFO 3 [622] R:OK -2015-03-11 14:25:15 queue INFO >>3 [623] -2015-03-11 14:25:15 sendUrl INFO 3 [623] R:OK -2015-03-11 14:26:05 queue INFO >>3 [624] -2015-03-11 14:26:05 sendUrl INFO 3 [624] R:OK -2015-03-11 14:26:55 queue INFO >>3 [625] -2015-03-11 14:26:55 sendUrl INFO 3 [625] R:OK -2015-03-11 14:27:45 queue INFO >>3 [626] -2015-03-11 14:27:46 sendUrl INFO 3 [626] R:OK -2015-03-11 14:28:35 queue INFO >>3 [627] -2015-03-11 14:28:36 sendUrl INFO 3 [627] R:OK -2015-03-11 14:29:26 queue INFO >>3 [628] -2015-03-11 14:29:26 sendUrl INFO 3 [628] R:OK -2015-03-11 14:30:16 queue INFO >>3 [629] -2015-03-11 14:30:16 sendUrl INFO 3 [629] R:OK -2015-03-11 14:31:06 queue INFO >>3 [630] -2015-03-11 14:31:06 sendUrl INFO 3 [630] R:OK -2015-03-11 14:31:56 queue INFO >>3 [631] -2015-03-11 14:31:56 sendUrl INFO 3 [631] R:OK -2015-03-11 14:32:11 queue INFO 83 [632] -2015-03-11 14:32:11 queue INFO >83 [633] -2015-03-11 14:32:12 sendUrl INFO 83 [632] R:OK -2015-03-11 14:32:12 sendUrl INFO 83 [633] R:OK -2015-03-11 14:32:13 queue INFO 3 [634] -2015-03-11 14:32:13 sendUrl INFO 3 [634] R:OK -2015-03-11 14:32:13 queue INFO >3 [635] -2015-03-11 14:32:14 sendUrl INFO 3 [635] R:OK -2015-03-11 14:33:03 queue INFO >>3 [636] -2015-03-11 14:33:03 sendUrl INFO 3 [636] R:OK -2015-03-11 14:33:53 queue INFO >>3 [637] -2015-03-11 14:33:54 sendUrl INFO 3 [637] R:OK -2015-03-11 14:34:43 queue INFO >>3 [638] -2015-03-11 14:34:44 sendUrl INFO 3 [638] R:OK -2015-03-11 14:35:34 queue INFO >>3 [639] -2015-03-11 14:35:34 sendUrl INFO 3 [639] R:OK -2015-03-11 14:36:24 queue INFO >>3 [640] -2015-03-11 14:36:24 sendUrl INFO 3 [640] R:OK -2015-03-11 14:37:14 queue INFO >>3 [641] -2015-03-11 14:37:14 sendUrl INFO 3 [641] R:OK -2015-03-11 14:38:04 queue INFO >>3 [642] -2015-03-11 14:38:04 sendUrl INFO 3 [642] R:OK -2015-03-11 14:38:54 queue INFO >>3 [643] -2015-03-11 14:38:54 sendUrl INFO 3 [643] R:OK -2015-03-11 14:39:44 queue INFO >>3 [644] -2015-03-11 14:39:45 sendUrl INFO 3 [644] R:OK -2015-03-11 14:40:09 queue INFO 83 [645] -2015-03-11 14:40:09 sendUrl INFO 83 [645] R:OK -2015-03-11 14:40:09 queue INFO >83 [646] -2015-03-11 14:40:10 sendUrl INFO 83 [646] R:OK -2015-03-11 14:40:11 queue INFO 3 [647] -2015-03-11 14:40:11 queue INFO >3 [648] -2015-03-11 14:40:11 sendUrl INFO 3 [647] R:OK -2015-03-11 14:40:12 sendUrl INFO 3 [648] R:OK -2015-03-11 14:41:01 queue INFO >>3 [649] -2015-03-11 14:41:01 sendUrl INFO 3 [649] R:OK -2015-03-11 14:41:51 queue INFO >>3 [650] -2015-03-11 14:41:51 sendUrl INFO 3 [650] R:OK -2015-03-11 14:42:41 queue INFO >>3 [651] -2015-03-11 14:42:42 sendUrl INFO 3 [651] R:OK -2015-03-11 14:43:31 queue INFO >>3 [652] -2015-03-11 14:43:32 sendUrl INFO 3 [652] R:OK -2015-03-11 14:44:22 queue INFO >>3 [653] -2015-03-11 14:44:22 sendUrl INFO 3 [653] R:OK -2015-03-11 14:45:12 queue INFO >>3 [654] -2015-03-11 14:45:12 sendUrl INFO 3 [654] R:OK -2015-03-11 14:46:02 queue INFO >>3 [655] -2015-03-11 14:46:02 sendUrl INFO 3 [655] R:OK -2015-03-11 14:46:52 queue INFO >>3 [656] -2015-03-11 14:46:52 sendUrl INFO 3 [656] R:OK -2015-03-11 14:47:42 queue INFO >>3 [657] -2015-03-11 14:47:42 sendUrl INFO 3 [657] R:OK -2015-03-11 14:47:57 queue INFO 83 [658] -2015-03-11 14:47:57 queue INFO >83 [659] -2015-03-11 14:47:57 sendUrl INFO 83 [658] R:OK -2015-03-11 14:47:58 sendUrl INFO 83 [659] R:OK -2015-03-11 14:47:59 queue INFO 3 [660] -2015-03-11 14:47:59 sendUrl INFO 3 [660] R:OK -2015-03-11 14:47:59 queue INFO >3 [661] -2015-03-11 14:47:59 sendUrl INFO 3 [661] R:OK -2015-03-11 14:48:49 queue INFO >>3 [662] -2015-03-11 14:48:49 sendUrl INFO 3 [662] R:OK -2015-03-11 14:49:39 queue INFO >>3 [663] -2015-03-11 14:49:40 sendUrl INFO 3 [663] R:OK -2015-03-11 14:50:29 queue INFO >>3 [664] -2015-03-11 14:50:29 sendUrl INFO 3 [664] R:OK -2015-03-11 14:51:19 queue INFO >>3 [665] -2015-03-11 14:51:20 sendUrl INFO 3 [665] R:OK -2015-03-11 14:52:10 queue INFO >>3 [666] -2015-03-11 14:52:10 sendUrl INFO 3 [666] R:OK -2015-03-11 14:53:00 queue INFO >>3 [667] -2015-03-11 14:53:00 sendUrl INFO 3 [667] R:OK -2015-03-11 14:53:50 queue INFO >>3 [668] -2015-03-11 14:53:50 sendUrl INFO 3 [668] R:OK -2015-03-11 14:54:40 queue INFO >>3 [669] -2015-03-11 14:54:41 sendUrl INFO 3 [669] R:OK -2015-03-11 14:55:30 queue INFO >>3 [670] -2015-03-11 14:55:30 sendUrl INFO 3 [670] R:OK -2015-03-11 14:55:55 queue INFO 83 [671] -2015-03-11 14:55:55 queue INFO >83 [672] -2015-03-11 14:55:55 sendUrl INFO 83 [671] R:OK -2015-03-11 14:55:56 sendUrl INFO 83 [672] R:OK -2015-03-11 14:55:56 queue INFO 3 [673] -2015-03-11 14:55:57 sendUrl INFO 3 [673] R:OK -2015-03-11 14:55:57 queue INFO >3 [674] -2015-03-11 14:55:57 sendUrl INFO 3 [674] R:OK -2015-03-11 14:56:47 queue INFO >>3 [675] -2015-03-11 14:56:47 sendUrl INFO 3 [675] R:OK -2015-03-11 14:57:37 queue INFO >>3 [676] -2015-03-11 14:57:37 sendUrl INFO 3 [676] R:OK -2015-03-11 14:58:27 queue INFO >>3 [677] -2015-03-11 14:58:27 sendUrl INFO 3 [677] R:OK -2015-03-11 14:59:17 queue INFO >>3 [678] -2015-03-11 14:59:17 sendUrl INFO 3 [678] R:OK -2015-03-11 15:00:07 queue INFO >>3 [679] -2015-03-11 15:00:08 sendUrl INFO 3 [679] R:OK -2015-03-11 15:00:57 queue INFO >>3 [680] -2015-03-11 15:00:58 sendUrl INFO 3 [680] R:OK -2015-03-11 15:01:48 queue INFO >>3 [681] -2015-03-11 15:01:48 sendUrl INFO 3 [681] R:OK -2015-03-11 15:02:38 queue INFO >>3 [682] -2015-03-11 15:02:38 sendUrl INFO 3 [682] R:OK -2015-03-11 15:03:28 queue INFO >>3 [683] -2015-03-11 15:03:28 sendUrl INFO 3 [683] R:OK -2015-03-11 15:03:43 queue INFO 83 [684] -2015-03-11 15:03:43 sendUrl INFO 83 [684] R:OK -2015-03-11 15:03:43 queue INFO >83 [685] -2015-03-11 15:03:44 sendUrl INFO 83 [685] R:OK -2015-03-11 15:03:45 queue INFO 3 [686] -2015-03-11 15:03:45 queue INFO >3 [687] -2015-03-11 15:03:45 sendUrl INFO 3 [686] R:OK -2015-03-11 15:03:46 sendUrl INFO 3 [687] R:OK -2015-03-11 15:04:35 queue INFO >>3 [688] -2015-03-11 15:04:35 sendUrl INFO 3 [688] R:OK -2015-03-11 15:05:25 queue INFO >>3 [689] -2015-03-11 15:05:25 sendUrl INFO 3 [689] R:OK -2015-03-11 15:06:15 queue INFO >>3 [690] -2015-03-11 15:06:15 sendUrl INFO 3 [690] R:OK -2015-03-11 15:07:05 queue INFO >>3 [691] -2015-03-11 15:07:06 sendUrl INFO 3 [691] R:OK -2015-03-11 15:07:55 queue INFO >>3 [692] -2015-03-11 15:07:56 sendUrl INFO 3 [692] R:OK -2015-03-11 15:08:46 queue INFO >>3 [693] -2015-03-11 15:08:46 sendUrl INFO 3 [693] R:OK -2015-03-11 15:09:36 queue INFO >>3 [694] -2015-03-11 15:09:36 sendUrl INFO 3 [694] R:OK -2015-03-11 15:10:26 queue INFO >>3 [695] -2015-03-11 15:10:26 sendUrl INFO 3 [695] R:OK -2015-03-11 15:11:16 queue INFO >>3 [696] -2015-03-11 15:11:16 sendUrl INFO 3 [696] R:OK -2015-03-11 15:11:41 queue INFO 83 [697] -2015-03-11 15:11:41 sendUrl INFO 83 [697] R:OK -2015-03-11 15:11:41 queue INFO >83 [698] -2015-03-11 15:11:41 sendUrl INFO 83 [698] R:OK -2015-03-11 15:11:42 queue INFO 3 [699] -2015-03-11 15:11:42 queue INFO >3 [700] -2015-03-11 15:11:43 sendUrl INFO 3 [699] R:OK -2015-03-11 15:11:43 sendUrl INFO 3 [700] R:OK -2015-03-11 15:12:32 queue INFO >>3 [701] -2015-03-11 15:12:33 sendUrl INFO 3 [701] R:OK -2015-03-11 15:13:23 queue INFO >>3 [702] -2015-03-11 15:13:23 sendUrl INFO 3 [702] R:OK -2015-03-11 15:14:13 queue INFO >>3 [703] -2015-03-11 15:14:13 sendUrl INFO 3 [703] R:OK -2015-03-11 15:15:03 queue INFO >>3 [704] -2015-03-11 15:15:03 sendUrl INFO 3 [704] R:OK -2015-03-11 15:15:53 queue INFO >>3 [705] -2015-03-11 15:15:53 sendUrl INFO 3 [705] R:OK -2015-03-11 15:16:43 queue INFO >>3 [706] -2015-03-11 15:16:44 sendUrl INFO 3 [706] R:OK -2015-03-11 15:17:33 queue INFO >>3 [707] -2015-03-11 15:17:33 sendUrl INFO 3 [707] R:OK -2015-03-11 15:18:23 queue INFO >>3 [708] -2015-03-11 15:18:24 sendUrl INFO 3 [708] R:OK -2015-03-11 15:19:14 queue INFO >>3 [709] -2015-03-11 15:19:14 sendUrl INFO 3 [709] R:OK -2015-03-11 15:19:29 queue INFO 83 [710] -2015-03-11 15:19:29 queue INFO >83 [711] -2015-03-11 15:19:29 sendUrl INFO 83 [710] R:OK -2015-03-11 15:19:30 sendUrl INFO 83 [711] R:OK -2015-03-11 15:19:30 queue INFO 3 [712] -2015-03-11 15:19:31 queue INFO >3 [713] -2015-03-11 15:19:31 sendUrl INFO 3 [712] R:OK -2015-03-11 15:19:31 sendUrl INFO 3 [713] R:OK -2015-03-11 15:20:21 queue INFO >>3 [714] -2015-03-11 15:20:21 sendUrl INFO 3 [714] R:OK -2015-03-11 15:21:11 queue INFO >>3 [715] -2015-03-11 15:21:11 sendUrl INFO 3 [715] R:OK -2015-03-11 15:22:01 queue INFO >>3 [716] -2015-03-11 15:22:01 sendUrl INFO 3 [716] R:OK -2015-03-11 15:22:51 queue INFO >>3 [717] -2015-03-11 15:22:52 sendUrl INFO 3 [717] R:OK -2015-03-11 15:23:41 queue INFO >>3 [718] -2015-03-11 15:23:41 sendUrl INFO 3 [718] R:OK -2015-03-11 15:24:31 queue INFO >>3 [719] -2015-03-11 15:24:32 sendUrl INFO 3 [719] R:OK -2015-03-11 15:25:21 queue INFO >>3 [720] -2015-03-11 15:25:22 sendUrl INFO 3 [720] R:OK -2015-03-11 15:26:12 queue INFO >>3 [721] -2015-03-11 15:26:12 sendUrl INFO 3 [721] R:OK -2015-03-11 15:27:02 queue INFO >>3 [722] -2015-03-11 15:27:02 sendUrl INFO 3 [722] R:OK -2015-03-11 15:27:26 queue INFO 83 [723] -2015-03-11 15:27:27 queue INFO >83 [724] -2015-03-11 15:27:27 sendUrl INFO 83 [723] R:OK -2015-03-11 15:27:27 sendUrl INFO 83 [724] R:OK -2015-03-11 15:27:28 queue INFO 3 [725] -2015-03-11 15:27:28 queue INFO >3 [726] -2015-03-11 15:27:28 sendUrl INFO 3 [725] R:OK -2015-03-11 15:27:29 sendUrl INFO 3 [726] R:OK -2015-03-11 15:28:18 queue INFO >>3 [727] -2015-03-11 15:28:19 sendUrl INFO 3 [727] R:OK -2015-03-11 15:29:08 queue INFO >>3 [728] -2015-03-11 15:29:09 sendUrl INFO 3 [728] R:OK -2015-03-11 15:29:59 queue INFO >>3 [729] -2015-03-11 15:29:59 sendUrl INFO 3 [729] R:OK -2015-03-11 15:30:49 queue INFO >>3 [730] -2015-03-11 15:30:49 sendUrl INFO 3 [730] R:OK -2015-03-11 15:31:39 queue INFO >>3 [731] -2015-03-11 15:31:39 sendUrl INFO 3 [731] R:OK -2015-03-11 15:32:29 queue INFO >>3 [732] -2015-03-11 15:32:29 sendUrl INFO 3 [732] R:OK -2015-03-11 15:33:19 queue INFO >>3 [733] -2015-03-11 15:33:19 sendUrl INFO 3 [733] R:OK -2015-03-11 15:34:09 queue INFO >>3 [734] -2015-03-11 15:34:10 sendUrl INFO 3 [734] R:OK -2015-03-11 15:34:59 queue INFO >>3 [735] -2015-03-11 15:35:00 sendUrl INFO 3 [735] R:OK -2015-03-11 15:35:15 queue INFO 83 [736] -2015-03-11 15:35:15 sendUrl INFO 83 [736] R:OK -2015-03-11 15:35:15 queue INFO >83 [737] -2015-03-11 15:35:15 sendUrl INFO 83 [737] R:OK -2015-03-11 15:35:16 queue INFO 3 [738] -2015-03-11 15:35:17 queue INFO >3 [739] -2015-03-11 15:35:17 sendUrl INFO 3 [738] R:OK -2015-03-11 15:35:18 sendUrl INFO 3 [739] R:OK -2015-03-11 15:36:07 queue INFO >>3 [740] -2015-03-11 15:36:07 sendUrl INFO 3 [740] R:OK -2015-03-11 15:36:57 queue INFO >>3 [741] -2015-03-11 15:36:57 sendUrl INFO 3 [741] R:OK -2015-03-11 15:37:47 queue INFO >>3 [742] -2015-03-11 15:37:48 sendUrl INFO 3 [742] R:OK -2015-03-11 15:38:37 queue INFO >>3 [743] -2015-03-11 15:38:37 sendUrl INFO 3 [743] R:OK -2015-03-11 15:39:27 queue INFO >>3 [744] -2015-03-11 15:39:28 sendUrl INFO 3 [744] R:OK -2015-03-11 15:40:17 queue INFO >>3 [745] -2015-03-11 15:40:18 sendUrl INFO 3 [745] R:OK -2015-03-11 15:41:07 queue INFO >>3 [746] -2015-03-11 15:41:08 sendUrl INFO 3 [746] R:OK -2015-03-11 15:41:58 queue INFO >>3 [747] -2015-03-11 15:41:58 sendUrl INFO 3 [747] R:OK -2015-03-11 15:42:48 queue INFO >>3 [748] -2015-03-11 15:42:48 sendUrl INFO 3 [748] R:OK -2015-03-11 15:43:13 queue INFO 83 [749] -2015-03-11 15:43:13 sendUrl INFO 83 [749] R:OK -2015-03-11 15:43:13 queue INFO >83 [750] -2015-03-11 15:43:13 sendUrl INFO 83 [750] R:OK -2015-03-11 15:43:14 queue INFO 3 [751] -2015-03-11 15:43:14 queue INFO >3 [752] -2015-03-11 15:43:15 sendUrl INFO 3 [751] R:OK -2015-03-11 15:43:15 sendUrl INFO 3 [752] R:OK -2015-03-11 15:44:04 queue INFO >>3 [753] -2015-03-11 15:44:05 sendUrl INFO 3 [753] R:OK -2015-03-11 15:44:54 queue INFO >>3 [754] -2015-03-11 15:44:55 sendUrl INFO 3 [754] R:OK -2015-03-11 15:45:45 queue INFO >>3 [755] -2015-03-11 15:45:45 sendUrl INFO 3 [755] R:OK -2015-03-11 15:46:35 queue INFO >>3 [756] -2015-03-11 15:46:35 sendUrl INFO 3 [756] R:OK -2015-03-11 15:47:25 queue INFO >>3 [757] -2015-03-11 15:47:25 sendUrl INFO 3 [757] R:OK -2015-03-11 15:48:15 queue INFO >>3 [758] -2015-03-11 15:48:15 sendUrl INFO 3 [758] R:OK -2015-03-11 15:49:05 queue INFO >>3 [759] -2015-03-11 15:49:06 sendUrl INFO 3 [759] R:OK -2015-03-11 15:49:55 queue INFO >>3 [760] -2015-03-11 15:49:56 sendUrl INFO 3 [760] R:OK -2015-03-11 15:50:46 queue INFO >>3 [761] -2015-03-11 15:50:46 sendUrl INFO 3 [761] R:OK -2015-03-11 15:51:36 queue INFO >>3 [762] -2015-03-11 15:51:36 sendUrl INFO 3 [762] R:OK -2015-03-11 15:51:59 queue INFO 83 [763] -2015-03-11 15:51:59 queue INFO >83 [764] -2015-03-11 15:52:00 sendUrl INFO 83 [763] R:OK -2015-03-11 15:52:00 sendUrl INFO 83 [764] R:OK -2015-03-11 15:52:01 queue INFO 3 [765] -2015-03-11 15:52:01 queue INFO >3 [766] -2015-03-11 15:52:01 sendUrl INFO 3 [765] R:OK -2015-03-11 15:52:02 sendUrl INFO 3 [766] R:OK -2015-03-11 15:52:51 queue INFO >>3 [767] -2015-03-11 15:52:51 sendUrl INFO 3 [767] R:OK -2015-03-11 15:53:41 queue INFO >>3 [768] -2015-03-11 15:53:41 sendUrl INFO 3 [768] R:OK -2015-03-11 15:54:31 queue INFO >>3 [769] -2015-03-11 15:54:32 sendUrl INFO 3 [769] R:OK -2015-03-11 15:55:21 queue INFO >>3 [770] -2015-03-11 15:55:22 sendUrl INFO 3 [770] R:OK -2015-03-11 15:56:12 queue INFO >>3 [771] -2015-03-11 15:56:12 sendUrl INFO 3 [771] R:OK -2015-03-11 15:57:02 queue INFO >>3 [772] -2015-03-11 15:57:02 sendUrl INFO 3 [772] R:OK -2015-03-11 15:57:52 queue INFO >>3 [773] -2015-03-11 15:57:52 sendUrl INFO 3 [773] R:OK -2015-03-11 15:58:42 queue INFO >>3 [774] -2015-03-11 15:58:42 sendUrl INFO 3 [774] R:OK -2015-03-11 15:59:32 queue INFO >>3 [775] -2015-03-11 15:59:32 sendUrl INFO 3 [775] R:OK -2015-03-11 15:59:57 queue INFO 83 [776] -2015-03-11 15:59:57 queue INFO >83 [777] -2015-03-11 15:59:57 sendUrl INFO 83 [776] R:OK -2015-03-11 15:59:57 sendUrl INFO 83 [777] R:OK -2015-03-11 15:59:58 queue INFO 3 [778] -2015-03-11 15:59:58 queue INFO >3 [779] -2015-03-11 15:59:58 sendUrl INFO 3 [778] R:OK -2015-03-11 15:59:59 sendUrl INFO 3 [779] R:OK -2015-03-11 16:00:48 queue INFO >>3 [780] -2015-03-11 16:00:49 sendUrl INFO 3 [780] R:OK -2015-03-11 16:01:39 queue INFO >>3 [781] -2015-03-11 16:01:39 sendUrl INFO 3 [781] R:OK -2015-03-11 16:02:29 queue INFO >>3 [782] -2015-03-11 16:02:29 sendUrl INFO 3 [782] R:OK -2015-03-11 16:03:19 queue INFO >>3 [783] -2015-03-11 16:03:19 sendUrl INFO 3 [783] R:OK -2015-03-11 16:04:09 queue INFO >>3 [784] -2015-03-11 16:04:09 sendUrl INFO 3 [784] R:OK -2015-03-11 16:04:59 queue INFO >>3 [785] -2015-03-11 16:04:59 sendUrl INFO 3 [785] R:OK -2015-03-11 16:05:49 queue INFO >>3 [786] -2015-03-11 16:05:50 sendUrl INFO 3 [786] R:OK -2015-03-11 16:06:39 queue INFO >>3 [787] -2015-03-11 16:06:40 sendUrl INFO 3 [787] R:OK -2015-03-11 16:07:30 queue INFO >>3 [788] -2015-03-11 16:07:30 sendUrl INFO 3 [788] R:OK -2015-03-11 16:07:45 queue INFO 83 [789] -2015-03-11 16:07:45 queue INFO >83 [790] -2015-03-11 16:07:46 sendUrl INFO 83 [789] R:OK -2015-03-11 16:07:46 sendUrl INFO 83 [790] R:OK -2015-03-11 16:07:47 queue INFO 3 [791] -2015-03-11 16:07:47 queue INFO >3 [792] -2015-03-11 16:07:47 sendUrl INFO 3 [791] R:OK -2015-03-11 16:07:48 sendUrl INFO 3 [792] R:OK -2015-03-11 16:08:37 queue INFO >>3 [793] -2015-03-11 16:08:37 sendUrl INFO 3 [793] R:OK -2015-03-11 16:09:27 queue INFO >>3 [794] -2015-03-11 16:09:27 sendUrl INFO 3 [794] R:OK -2015-03-11 16:10:17 queue INFO >>3 [795] -2015-03-11 16:10:18 sendUrl INFO 3 [795] R:OK -2015-03-11 16:11:07 queue INFO >>3 [796] -2015-03-11 16:11:07 sendUrl INFO 3 [796] R:OK -2015-03-11 16:11:57 queue INFO >>3 [797] -2015-03-11 16:11:58 sendUrl INFO 3 [797] R:OK -2015-03-11 16:12:48 queue INFO >>3 [798] -2015-03-11 16:12:48 sendUrl INFO 3 [798] R:OK -2015-03-11 16:13:38 queue INFO >>3 [799] -2015-03-11 16:13:38 sendUrl INFO 3 [799] R:OK -2015-03-11 16:14:28 queue INFO >>3 [800] -2015-03-11 16:14:28 sendUrl INFO 3 [800] R:OK -2015-03-11 16:15:18 queue INFO >>3 [801] -2015-03-11 16:15:18 sendUrl INFO 3 [801] R:OK -2015-03-11 16:15:43 queue INFO 83 [802] -2015-03-11 16:15:43 queue INFO >83 [803] -2015-03-11 16:15:43 sendUrl INFO 83 [802] R:OK -2015-03-11 16:15:44 sendUrl INFO 83 [803] R:OK -2015-03-11 16:15:44 queue INFO 3 [804] -2015-03-11 16:15:45 queue INFO >3 [805] -2015-03-11 16:15:45 sendUrl INFO 3 [804] R:OK -2015-03-11 16:15:45 sendUrl INFO 3 [805] R:OK -2015-03-11 16:16:34 queue INFO >>3 [806] -2015-03-11 16:16:35 sendUrl INFO 3 [806] R:OK -2015-03-11 16:17:25 queue INFO >>3 [807] -2015-03-11 16:17:25 sendUrl INFO 3 [807] R:OK -2015-03-11 16:18:15 queue INFO >>3 [808] -2015-03-11 16:18:15 sendUrl INFO 3 [808] R:OK -2015-03-11 16:19:05 queue INFO >>3 [809] -2015-03-11 16:19:05 sendUrl INFO 3 [809] R:OK -2015-03-11 16:19:55 queue INFO >>3 [810] -2015-03-11 16:19:56 sendUrl INFO 3 [810] R:OK -2015-03-11 16:20:45 queue INFO >>3 [811] -2015-03-11 16:20:45 sendUrl INFO 3 [811] R:OK -2015-03-11 16:21:35 queue INFO >>3 [812] -2015-03-11 16:21:36 sendUrl INFO 3 [812] R:OK -2015-03-11 16:22:26 queue INFO >>3 [813] -2015-03-11 16:22:26 sendUrl INFO 3 [813] R:OK -2015-03-11 16:23:16 queue INFO >>3 [814] -2015-03-11 16:23:16 sendUrl INFO 3 [814] R:OK -2015-03-11 16:23:31 queue INFO 83 [815] -2015-03-11 16:23:31 queue INFO >83 [816] -2015-03-11 16:23:31 sendUrl INFO 83 [815] R:OK -2015-03-11 16:23:31 sendUrl INFO 83 [816] R:OK -2015-03-11 16:23:32 queue INFO 3 [817] -2015-03-11 16:23:33 sendUrl INFO 3 [817] R:OK -2015-03-11 16:23:33 queue INFO >3 [818] -2015-03-11 16:23:33 sendUrl INFO 3 [818] R:OK -2015-03-11 16:24:23 queue INFO >>3 [819] -2015-03-11 16:24:23 sendUrl INFO 3 [819] R:OK -2015-03-11 16:25:13 queue INFO >>3 [820] -2015-03-11 16:25:13 sendUrl INFO 3 [820] R:OK -2015-03-11 16:26:03 queue INFO >>3 [821] -2015-03-11 16:26:03 sendUrl INFO 3 [821] R:OK -2015-03-11 16:26:53 queue INFO >>3 [822] -2015-03-11 16:26:53 sendUrl INFO 3 [822] R:OK -2015-03-11 16:27:43 queue INFO >>3 [823] -2015-03-11 16:27:44 sendUrl INFO 3 [823] R:OK -2015-03-11 16:28:33 queue INFO >>3 [824] -2015-03-11 16:28:33 sendUrl INFO 3 [824] R:OK -2015-03-11 16:29:23 queue INFO >>3 [825] -2015-03-11 16:29:24 sendUrl INFO 3 [825] R:OK -2015-03-11 16:30:14 queue INFO >>3 [826] -2015-03-11 16:30:14 sendUrl INFO 3 [826] R:OK -2015-03-11 16:31:04 queue INFO >>3 [827] -2015-03-11 16:31:04 sendUrl INFO 3 [827] R:OK -2015-03-11 16:31:28 queue INFO 83 [828] -2015-03-11 16:31:29 queue INFO >83 [829] -2015-03-11 16:31:29 sendUrl INFO 83 [828] R:OK -2015-03-11 16:31:29 sendUrl INFO 83 [829] R:OK -2015-03-11 16:31:30 queue INFO 3 [830] -2015-03-11 16:31:30 sendUrl INFO 3 [830] R:OK -2015-03-11 16:31:30 queue INFO >3 [831] -2015-03-11 16:31:31 sendUrl INFO 3 [831] R:OK -2015-03-11 16:32:20 queue INFO >>3 [832] -2015-03-11 16:32:21 sendUrl INFO 3 [832] R:OK -2015-03-11 16:33:10 queue INFO >>3 [833] -2015-03-11 16:33:11 sendUrl INFO 3 [833] R:OK -2015-03-11 16:34:00 queue INFO >>3 [834] -2015-03-11 16:34:01 sendUrl INFO 3 [834] R:OK -2015-03-11 16:34:51 queue INFO >>3 [835] -2015-03-11 16:34:51 sendUrl INFO 3 [835] R:OK -2015-03-11 16:35:41 queue INFO >>3 [836] -2015-03-11 16:35:41 sendUrl INFO 3 [836] R:OK -2015-03-11 16:36:31 queue INFO >>3 [837] -2015-03-11 16:36:31 sendUrl INFO 3 [837] R:OK -2015-03-11 16:37:21 queue INFO >>3 [838] -2015-03-11 16:37:22 sendUrl INFO 3 [838] R:OK -2015-03-11 16:38:11 queue INFO >>3 [839] -2015-03-11 16:38:11 sendUrl INFO 3 [839] R:OK -2015-03-11 16:39:01 queue INFO >>3 [840] -2015-03-11 16:39:02 sendUrl INFO 3 [840] R:OK -2015-03-11 16:39:17 queue INFO 83 [841] -2015-03-11 16:39:17 sendUrl INFO 83 [841] R:OK -2015-03-11 16:39:17 queue INFO >83 [842] -2015-03-11 16:39:17 sendUrl INFO 83 [842] R:OK -2015-03-11 16:39:18 queue INFO 3 [843] -2015-03-11 16:39:18 queue INFO >3 [844] -2015-03-11 16:39:19 sendUrl INFO 3 [843] R:OK -2015-03-11 16:39:19 sendUrl INFO 3 [844] R:OK -2015-03-11 16:40:08 queue INFO >>3 [845] -2015-03-11 16:40:09 sendUrl INFO 3 [845] R:OK -2015-03-11 16:40:59 queue INFO >>3 [846] -2015-03-11 16:40:59 sendUrl INFO 3 [846] R:OK -2015-03-11 16:41:16 queue INFO 1 [847] -2015-03-11 16:41:16 queue INFO >1 [848] -2015-03-11 16:41:17 sendUrl INFO 1 [847] R:OK -2015-03-11 16:41:17 sendUrl INFO 1 [848] R:OK -2015-03-11 16:42:06 queue INFO >>1 [849] -2015-03-11 16:42:06 sendUrl INFO 1 [849] R:OK -2015-03-11 16:42:56 queue INFO >>1 [850] -2015-03-11 16:42:57 sendUrl INFO 1 [850] R:OK -2015-03-11 16:43:46 queue INFO >>1 [851] -2015-03-11 16:43:47 sendUrl INFO 1 [851] R:OK -2015-03-11 16:44:37 queue INFO >>1 [852] -2015-03-11 16:44:37 sendUrl INFO 1 [852] R:OK -2015-03-11 16:45:27 queue INFO >>1 [853] -2015-03-11 16:45:27 sendUrl INFO 1 [853] R:OK -2015-03-11 16:46:17 queue INFO >>1 [854] -2015-03-11 16:46:17 sendUrl INFO 1 [854] R:OK -2015-03-11 16:47:07 queue INFO >>1 [855] -2015-03-11 16:47:07 sendUrl INFO 1 [855] R:OK -2015-03-11 16:47:16 queue INFO 21 [856] -2015-03-11 16:47:16 queue INFO >21 [857] -2015-03-11 16:47:16 sendUrl INFO 21 [856] R:OK -2015-03-11 16:47:16 sendUrl INFO 21 [857] R:OK -2015-03-11 16:47:18 queue INFO 1 [858] -2015-03-11 16:47:18 queue INFO >1 [859] -2015-03-11 16:47:18 queue INFO 21 [860] -2015-03-11 16:47:18 sendUrl INFO 1 [858] R:OK -2015-03-11 16:47:18 queue INFO >21 [861] -2015-03-11 16:47:19 sendUrl INFO 1 [859] R:OK -2015-03-11 16:47:19 sendUrl INFO 21 [860] R:OK -2015-03-11 16:47:20 sendUrl INFO 21 [861] R:OK -2015-03-11 16:47:21 queue INFO 1 [862] -2015-03-11 16:47:21 sendUrl INFO 1 [862] R:OK -2015-03-11 16:47:21 queue INFO >1 [863] -2015-03-11 16:47:21 queue INFO 21 [864] -2015-03-11 16:47:22 sendUrl INFO 1 [863] R:OK -2015-03-11 16:47:22 queue INFO >21 [865] -2015-03-11 16:47:22 queue INFO 1 [866] -2015-03-11 16:47:22 queue INFO >1 [867] -2015-03-11 16:47:22 sendUrl INFO 21 [864] R:OK -2015-03-11 16:47:22 queue INFO 21 [868] -2015-03-11 16:47:22 queue INFO >21 [869] -2015-03-11 16:47:23 sendUrl INFO 21 [865] R:OK -2015-03-11 16:47:23 sendUrl INFO 1 [866] R:OK -2015-03-11 16:47:24 sendUrl INFO 1 [867] R:OK -2015-03-11 16:47:24 sendUrl INFO 21 [868] R:OK -2015-03-11 16:47:25 sendUrl INFO 21 [869] R:OK -2015-03-11 16:47:27 queue INFO 1 [870] -2015-03-11 16:47:27 queue INFO >1 [871] -2015-03-11 16:47:28 queue INFO 21 [872] -2015-03-11 16:47:28 sendUrl INFO 1 [870] R:OK -2015-03-11 16:47:28 queue INFO >21 [873] -2015-03-11 16:47:28 queue INFO 1 [874] -2015-03-11 16:47:28 sendUrl INFO 1 [871] R:OK -2015-03-11 16:47:28 queue INFO >1 [875] -2015-03-11 16:47:28 queue INFO 21 [876] -2015-03-11 16:47:29 queue INFO >21 [877] -2015-03-11 16:47:29 sendUrl INFO 21 [872] R:OK -2015-03-11 16:47:29 sendUrl INFO 21 [873] R:OK -2015-03-11 16:47:30 sendUrl INFO 1 [874] R:OK -2015-03-11 16:47:30 sendUrl INFO 1 [875] R:OK -2015-03-11 16:47:31 sendUrl INFO 21 [876] R:OK -2015-03-11 16:47:31 sendUrl INFO 21 [877] R:OK -2015-03-11 16:48:19 queue INFO >>21 [878] -2015-03-11 16:48:19 sendUrl INFO 21 [878] R:OK -2015-03-11 16:49:09 queue INFO >>21 [879] -2015-03-11 16:49:09 sendUrl INFO 21 [879] R:OK -2015-03-11 16:49:59 queue INFO >>21 [880] -2015-03-11 16:49:59 sendUrl INFO 21 [880] R:OK -2015-03-11 16:50:49 queue INFO >>21 [881] -2015-03-11 16:50:49 sendUrl INFO 21 [881] R:OK -2015-03-11 16:51:39 queue INFO >>21 [882] -2015-03-11 16:51:39 sendUrl INFO 21 [882] R:OK -2015-03-11 16:52:29 queue INFO >>21 [883] -2015-03-11 16:52:30 sendUrl INFO 21 [883] R:OK -2015-03-11 16:53:19 queue INFO >>21 [884] -2015-03-11 16:53:20 sendUrl INFO 21 [884] R:OK -2015-03-11 16:54:10 queue INFO >>21 [885] -2015-03-11 16:54:10 sendUrl INFO 21 [885] R:OK -2015-03-11 16:55:00 queue INFO >>21 [886] -2015-03-11 16:55:00 sendUrl INFO 21 [886] R:OK -2015-03-11 16:55:50 queue INFO >>21 [887] -2015-03-11 16:55:50 sendUrl INFO 21 [887] R:OK -2015-03-11 16:56:29 queue INFO 29 [888] -2015-03-11 16:56:29 queue INFO >29 [889] -2015-03-11 16:56:30 sendUrl INFO 29 [888] R:OK -2015-03-11 16:56:30 sendUrl INFO 29 [889] R:OK -2015-03-11 16:57:19 queue INFO >>29 [890] -2015-03-11 16:57:20 sendUrl INFO 29 [890] R:OK -2015-03-11 16:57:20 queue INFO 21 [891] -2015-03-11 16:57:20 sendUrl INFO 21 [891] R:OK -2015-03-11 16:57:20 queue INFO 29 [892] -2015-03-11 16:57:20 queue INFO >29 [893] -2015-03-11 16:57:21 sendUrl INFO 29 [892] R:OK -2015-03-11 16:57:21 queue INFO 21 [894] -2015-03-11 16:57:21 sendUrl INFO 29 [893] R:OK -2015-03-11 16:57:21 queue INFO 29 [895] -2015-03-11 16:57:21 queue INFO >29 [896] -2015-03-11 16:57:22 sendUrl INFO 21 [894] R:OK -2015-03-11 16:57:22 sendUrl INFO 29 [895] R:OK -2015-03-11 16:57:23 sendUrl INFO 29 [896] R:OK -2015-03-11 16:57:25 queue INFO 9 [897] -2015-03-11 16:57:25 queue INFO 29 [898] -2015-03-11 16:57:26 queue INFO >29 [899] -2015-03-11 16:57:26 sendUrl INFO 9 [897] R:OK -2015-03-11 16:57:26 sendUrl INFO 29 [898] R:OK -2015-03-11 16:57:27 sendUrl INFO 29 [899] R:OK -2015-03-11 16:57:33 queue INFO 21 [900] -2015-03-11 16:57:34 queue INFO 29 [901] -2015-03-11 16:57:34 sendUrl INFO 21 [900] R:OK -2015-03-11 16:57:34 queue INFO >29 [902] -2015-03-11 16:57:34 sendUrl INFO 29 [901] R:OK -2015-03-11 16:57:35 sendUrl INFO 29 [902] R:OK -2015-03-11 16:57:35 queue INFO 9 [903] -2015-03-11 16:57:35 queue INFO >9 [904] -2015-03-11 16:57:35 queue INFO 1 [905] -2015-03-11 16:57:35 sendUrl INFO 9 [903] R:OK -2015-03-11 16:57:35 queue INFO 9 [906] -2015-03-11 16:57:36 queue INFO >9 [907] -2015-03-11 16:57:36 sendUrl INFO 9 [904] R:OK -2015-03-11 16:57:36 sendUrl INFO 1 [905] R:OK -2015-03-11 16:57:37 sendUrl INFO 9 [906] R:OK -2015-03-11 16:57:37 sendUrl INFO 9 [907] R:OK -2015-03-11 16:57:38 queue INFO 1 [908] -2015-03-11 16:57:38 queue INFO >1 [909] -2015-03-11 16:57:38 sendUrl INFO 1 [908] R:OK -2015-03-11 16:57:39 queue INFO 9 [910] -2015-03-11 16:57:39 sendUrl INFO 1 [909] R:OK -2015-03-11 16:57:39 queue INFO >9 [911] -2015-03-11 16:57:39 sendUrl INFO 9 [910] R:OK -2015-03-11 16:57:40 sendUrl INFO 9 [911] R:OK -2015-03-11 16:57:40 queue INFO 29 [912] -2015-03-11 16:57:40 queue INFO >29 [913] -2015-03-11 16:57:40 sendUrl INFO 29 [912] R:OK -2015-03-11 16:57:41 sendUrl INFO 29 [913] R:OK -2015-03-11 16:58:14 queue INFO 21 [914] -2015-03-11 16:58:15 sendUrl INFO 21 [914] R:OK -2015-03-11 16:58:15 queue INFO 29 [915] -2015-03-11 16:58:15 queue INFO >29 [916] -2015-03-11 16:58:15 sendUrl INFO 29 [915] R:OK -2015-03-11 16:58:16 sendUrl INFO 29 [916] R:OK -2015-03-11 16:59:05 queue INFO >>29 [917] -2015-03-11 16:59:05 sendUrl INFO 29 [917] R:OK -2015-03-11 16:59:55 queue INFO 21 [918] -2015-03-11 16:59:55 queue INFO >21 [919] -2015-03-11 16:59:55 sendUrl INFO 21 [918] R:OK -2015-03-11 16:59:56 sendUrl INFO 21 [919] R:OK -2015-03-11 17:00:35 queue INFO 1 [920] -2015-03-11 17:00:35 queue INFO >1 [921] -2015-03-11 17:00:35 sendUrl INFO 1 [920] R:OK -2015-03-11 17:00:35 sendUrl INFO 1 [921] R:OK -2015-03-11 17:00:59 queue INFO 81 [922] -2015-03-11 17:00:59 queue INFO >81 [923] -2015-03-11 17:01:00 sendUrl INFO 81 [922] R:OK -2015-03-11 17:01:00 sendUrl INFO 81 [923] R:OK -2015-03-11 17:01:00 queue INFO 83 [924] -2015-03-11 17:01:01 sendUrl INFO 83 [924] R:OK -2015-03-11 17:01:01 queue INFO 3 [925] -2015-03-11 17:01:01 queue INFO >3 [926] -2015-03-11 17:01:01 sendUrl INFO 3 [925] R:OK -2015-03-11 17:01:02 sendUrl INFO 3 [926] R:OK -2015-03-11 17:01:51 queue INFO >>3 [927] -2015-03-11 17:01:51 sendUrl INFO 3 [927] R:OK -2015-03-11 17:02:41 queue INFO >>3 [928] -2015-03-11 17:02:41 sendUrl INFO 3 [928] R:OK -2015-03-11 17:03:31 queue INFO >>3 [929] -2015-03-11 17:03:32 sendUrl INFO 3 [929] R:OK -2015-03-11 17:04:21 queue INFO >>3 [930] -2015-03-11 17:04:21 sendUrl INFO 3 [930] R:OK -2015-03-11 17:05:11 queue INFO >>3 [931] -2015-03-11 17:05:12 sendUrl INFO 3 [931] R:OK -2015-03-11 17:06:02 queue INFO >>3 [932] -2015-03-11 17:06:02 sendUrl INFO 3 [932] R:OK -2015-03-11 17:06:52 queue INFO >>3 [933] -2015-03-11 17:06:52 sendUrl INFO 3 [933] R:OK -2015-03-11 17:07:42 queue INFO >>3 [934] -2015-03-11 17:07:42 sendUrl INFO 3 [934] R:OK -2015-03-11 17:08:32 queue INFO >>3 [935] -2015-03-11 17:08:32 sendUrl INFO 3 [935] R:OK -2015-03-11 17:08:47 queue INFO 83 [936] -2015-03-11 17:08:47 queue INFO >83 [937] -2015-03-11 17:08:48 sendUrl INFO 83 [936] R:OK -2015-03-11 17:08:48 sendUrl INFO 83 [937] R:OK -2015-03-11 17:08:49 queue INFO 3 [938] -2015-03-11 17:08:49 queue INFO >3 [939] -2015-03-11 17:08:49 sendUrl INFO 3 [938] R:OK -2015-03-11 17:08:50 sendUrl INFO 3 [939] R:OK -2015-03-11 17:09:39 queue INFO >>3 [940] -2015-03-11 17:09:39 sendUrl INFO 3 [940] R:OK -2015-03-11 17:10:29 queue INFO >>3 [941] -2015-03-11 17:10:29 sendUrl INFO 3 [941] R:OK -2015-03-11 17:11:19 queue INFO >>3 [942] -2015-03-11 17:11:20 sendUrl INFO 3 [942] R:OK -2015-03-11 17:12:10 queue INFO >>3 [943] -2015-03-11 17:12:10 sendUrl INFO 3 [943] R:OK -2015-03-11 17:13:00 queue INFO >>3 [944] -2015-03-11 17:13:00 sendUrl INFO 3 [944] R:OK -2015-03-11 17:13:50 queue INFO >>3 [945] -2015-03-11 17:13:50 sendUrl INFO 3 [945] R:OK -2015-03-11 17:14:40 queue INFO >>3 [946] -2015-03-11 17:14:40 sendUrl INFO 3 [946] R:OK -2015-03-11 17:15:30 queue INFO >>3 [947] -2015-03-11 17:15:30 sendUrl INFO 3 [947] R:OK -2015-03-11 17:16:20 queue INFO >>3 [948] -2015-03-11 17:16:21 sendUrl INFO 3 [948] R:OK -2015-03-11 17:16:49 queue INFO 83 [949] -2015-03-11 17:16:49 queue INFO >83 [950] -2015-03-11 17:16:50 sendUrl INFO 83 [949] R:OK -2015-03-11 17:16:50 sendUrl INFO 83 [950] R:OK -2015-03-11 17:16:51 queue INFO 3 [951] -2015-03-11 17:16:51 queue INFO >3 [952] -2015-03-11 17:16:51 sendUrl INFO 3 [951] R:OK -2015-03-11 17:16:52 sendUrl INFO 3 [952] R:OK -2015-03-11 17:17:41 queue INFO >>3 [953] -2015-03-11 17:17:41 sendUrl INFO 3 [953] R:OK -2015-03-11 17:18:31 queue INFO >>3 [954] -2015-03-11 17:18:31 sendUrl INFO 3 [954] R:OK -2015-03-11 17:19:21 queue INFO >>3 [955] -2015-03-11 17:19:22 sendUrl INFO 3 [955] R:OK -2015-03-11 17:20:11 queue INFO >>3 [956] -2015-03-11 17:20:12 sendUrl INFO 3 [956] R:OK -2015-03-11 17:21:02 queue INFO >>3 [957] -2015-03-11 17:21:02 sendUrl INFO 3 [957] R:OK -2015-03-11 17:21:52 queue INFO >>3 [958] -2015-03-11 17:21:52 sendUrl INFO 3 [958] R:OK -2015-03-11 17:22:42 queue INFO >>3 [959] -2015-03-11 17:22:42 sendUrl INFO 3 [959] R:OK -2015-03-11 17:23:32 queue INFO >>3 [960] -2015-03-11 17:23:32 sendUrl INFO 3 [960] R:OK -2015-03-11 17:24:22 queue INFO >>3 [961] -2015-03-11 17:24:23 sendUrl INFO 3 [961] R:OK -2015-03-11 17:24:37 queue INFO 83 [962] -2015-03-11 17:24:37 queue INFO >83 [963] -2015-03-11 17:24:38 sendUrl INFO 83 [962] R:OK -2015-03-11 17:24:38 sendUrl INFO 83 [963] R:OK -2015-03-11 17:24:39 queue INFO 3 [964] -2015-03-11 17:24:39 queue INFO >3 [965] -2015-03-11 17:24:39 sendUrl INFO 3 [964] R:OK -2015-03-11 17:24:40 sendUrl INFO 3 [965] R:OK -2015-03-11 17:25:29 queue INFO >>3 [966] -2015-03-11 17:25:30 sendUrl INFO 3 [966] R:OK -2015-03-11 17:26:19 queue INFO >>3 [967] -2015-03-11 17:26:19 sendUrl INFO 3 [967] R:OK -2015-03-11 17:27:09 queue INFO >>3 [968] -2015-03-11 17:27:10 sendUrl INFO 3 [968] R:OK -2015-03-11 17:27:59 queue INFO >>3 [969] -2015-03-11 17:28:00 sendUrl INFO 3 [969] R:OK -2015-03-11 17:28:50 queue INFO >>3 [970] -2015-03-11 17:28:50 sendUrl INFO 3 [970] R:OK -2015-03-11 17:29:40 queue INFO >>3 [971] -2015-03-11 17:29:40 sendUrl INFO 3 [971] R:OK -2015-03-11 17:30:30 queue INFO >>3 [972] -2015-03-11 17:30:30 sendUrl INFO 3 [972] R:OK -2015-03-11 17:31:20 queue INFO >>3 [973] -2015-03-11 17:31:20 sendUrl INFO 3 [973] R:OK -2015-03-11 17:32:10 queue INFO >>3 [974] -2015-03-11 17:32:11 sendUrl INFO 3 [974] R:OK -2015-03-11 17:32:35 queue INFO 83 [975] -2015-03-11 17:32:35 queue INFO >83 [976] -2015-03-11 17:32:35 sendUrl INFO 83 [975] R:OK -2015-03-11 17:32:36 sendUrl INFO 83 [976] R:OK -2015-03-11 17:32:37 queue INFO 3 [977] -2015-03-11 17:32:37 queue INFO >3 [978] -2015-03-11 17:32:37 sendUrl INFO 3 [977] R:OK -2015-03-11 17:32:37 sendUrl INFO 3 [978] R:OK -2015-03-11 17:33:27 queue INFO >>3 [979] -2015-03-11 17:33:27 sendUrl INFO 3 [979] R:OK -2015-03-11 17:34:17 queue INFO >>3 [980] -2015-03-11 17:34:17 sendUrl INFO 3 [980] R:OK -2015-03-11 17:35:07 queue INFO >>3 [981] -2015-03-11 17:35:07 sendUrl INFO 3 [981] R:OK -2015-03-11 17:35:57 queue INFO >>3 [982] -2015-03-11 17:35:58 sendUrl INFO 3 [982] R:OK -2015-03-11 17:36:47 queue INFO >>3 [983] -2015-03-11 17:36:48 sendUrl INFO 3 [983] R:OK -2015-03-11 17:37:38 queue INFO >>3 [984] -2015-03-11 17:37:38 sendUrl INFO 3 [984] R:OK -2015-03-11 17:38:28 queue INFO >>3 [985] -2015-03-11 17:38:28 sendUrl INFO 3 [985] R:OK -2015-03-11 17:39:18 queue INFO >>3 [986] -2015-03-11 17:39:18 sendUrl INFO 3 [986] R:OK -2015-03-11 17:40:08 queue INFO >>3 [987] -2015-03-11 17:40:08 sendUrl INFO 3 [987] R:OK -2015-03-11 17:40:58 queue INFO >>3 [988] -2015-03-11 17:40:59 sendUrl INFO 3 [988] R:OK -2015-03-11 17:41:06 queue INFO 83 [989] -2015-03-11 17:41:06 sendUrl INFO 83 [989] R:OK -2015-03-11 17:41:06 queue INFO >83 [990] -2015-03-11 17:41:07 sendUrl INFO 83 [990] R:OK -2015-03-11 17:41:08 queue INFO 3 [991] -2015-03-11 17:41:08 queue INFO >3 [992] -2015-03-11 17:41:08 sendUrl INFO 3 [991] R:OK -2015-03-11 17:41:09 sendUrl INFO 3 [992] R:OK -2015-03-11 17:41:58 queue INFO >>3 [993] -2015-03-11 17:41:58 sendUrl INFO 3 [993] R:OK -2015-03-11 17:42:48 queue INFO >>3 [994] -2015-03-11 17:42:48 sendUrl INFO 3 [994] R:OK -2015-03-11 17:43:38 queue INFO >>3 [995] -2015-03-11 17:43:39 sendUrl INFO 3 [995] R:OK -2015-03-11 17:44:28 queue INFO >>3 [996] -2015-03-11 17:44:29 sendUrl INFO 3 [996] R:OK -2015-03-11 17:45:19 queue INFO >>3 [997] -2015-03-11 17:45:19 sendUrl INFO 3 [997] R:OK -2015-03-11 17:46:09 queue INFO >>3 [998] -2015-03-11 17:46:09 sendUrl INFO 3 [998] R:OK -2015-03-11 17:46:59 queue INFO >>3 [999] -2015-03-11 17:46:59 sendUrl INFO 3 [999] R:OK -2015-03-11 17:47:49 queue INFO >>3 [0] -2015-03-11 17:47:50 sendUrl INFO 3 [0] R:OK -2015-03-11 17:48:39 queue INFO >>3 [1] -2015-03-11 17:48:39 sendUrl INFO 3 [1] R:OK -2015-03-11 17:49:04 queue INFO 83 [2] -2015-03-11 17:49:04 sendUrl INFO 83 [2] R:OK -2015-03-11 17:49:04 queue INFO >83 [3] -2015-03-11 17:49:05 sendUrl INFO 83 [3] R:OK -2015-03-11 17:49:05 queue INFO 3 [4] -2015-03-11 17:49:06 queue INFO >3 [5] -2015-03-11 17:49:06 sendUrl INFO 3 [4] R:OK -2015-03-11 17:49:07 sendUrl INFO 3 [5] R:OK -2015-03-11 17:49:56 queue INFO >>3 [6] -2015-03-11 17:49:56 sendUrl INFO 3 [6] R:OK -2015-03-11 17:50:46 queue INFO >>3 [7] -2015-03-11 17:50:46 sendUrl INFO 3 [7] R:OK -2015-03-11 17:51:36 queue INFO >>3 [8] -2015-03-11 17:51:36 sendUrl INFO 3 [8] R:OK -2015-03-11 17:52:26 queue INFO >>3 [9] -2015-03-11 17:52:26 sendUrl INFO 3 [9] R:OK -2015-03-11 17:53:16 queue INFO >>3 [10] -2015-03-11 17:53:17 sendUrl INFO 3 [10] R:OK -2015-03-11 17:54:06 queue INFO >>3 [11] -2015-03-11 17:54:07 sendUrl INFO 3 [11] R:OK -2015-03-11 17:54:57 queue INFO >>3 [12] -2015-03-11 17:54:57 sendUrl INFO 3 [12] R:OK -2015-03-11 17:55:47 queue INFO >>3 [13] -2015-03-11 17:55:47 sendUrl INFO 3 [13] R:OK -2015-03-11 17:56:37 queue INFO >>3 [14] -2015-03-11 17:56:37 sendUrl INFO 3 [14] R:OK -2015-03-11 17:56:52 queue INFO 83 [15] -2015-03-11 17:56:52 queue INFO >83 [16] -2015-03-11 17:56:53 sendUrl INFO 83 [15] R:OK -2015-03-11 17:56:53 sendUrl INFO 83 [16] R:OK -2015-03-11 17:56:54 queue INFO 3 [17] -2015-03-11 17:56:54 queue INFO >3 [18] -2015-03-11 17:56:54 sendUrl INFO 3 [17] R:OK -2015-03-11 17:56:55 sendUrl INFO 3 [18] R:OK -2015-03-11 17:57:44 queue INFO >>3 [19] -2015-03-11 17:57:44 sendUrl INFO 3 [19] R:OK -2015-03-11 17:58:34 queue INFO >>3 [20] -2015-03-11 17:58:34 sendUrl INFO 3 [20] R:OK -2015-03-11 17:59:24 queue INFO >>3 [21] -2015-03-11 17:59:25 sendUrl INFO 3 [21] R:OK -2015-03-11 18:00:14 queue INFO >>3 [22] -2015-03-11 18:00:15 sendUrl INFO 3 [22] R:OK -2015-03-11 18:01:04 queue INFO >>3 [23] -2015-03-11 18:01:05 sendUrl INFO 3 [23] R:OK -2015-03-11 18:01:55 queue INFO >>3 [24] -2015-03-11 18:01:55 sendUrl INFO 3 [24] R:OK -2015-03-11 18:02:45 queue INFO >>3 [25] -2015-03-11 18:02:45 sendUrl INFO 3 [25] R:OK -2015-03-11 18:03:35 queue INFO >>3 [26] -2015-03-11 18:03:35 sendUrl INFO 3 [26] R:OK -2015-03-11 18:04:25 queue INFO >>3 [27] -2015-03-11 18:04:25 sendUrl INFO 3 [27] R:OK -2015-03-11 18:04:50 queue INFO 83 [28] -2015-03-11 18:04:50 sendUrl INFO 83 [28] R:OK -2015-03-11 18:04:50 queue INFO >83 [29] -2015-03-11 18:04:50 sendUrl INFO 83 [29] R:OK -2015-03-11 18:04:51 queue INFO 3 [30] -2015-03-11 18:04:52 queue INFO >3 [31] -2015-03-11 18:04:52 sendUrl INFO 3 [30] R:OK -2015-03-11 18:04:52 sendUrl INFO 3 [31] R:OK -2015-03-11 18:05:42 queue INFO >>3 [32] -2015-03-11 18:05:42 sendUrl INFO 3 [32] R:OK -2015-03-11 18:06:32 queue INFO >>3 [33] -2015-03-11 18:06:32 sendUrl INFO 3 [33] R:OK -2015-03-11 18:07:22 queue INFO >>3 [34] -2015-03-11 18:07:22 sendUrl INFO 3 [34] R:OK -2015-03-11 18:08:12 queue INFO >>3 [35] -2015-03-11 18:08:12 sendUrl INFO 3 [35] R:OK -2015-03-11 18:09:02 queue INFO >>3 [36] -2015-03-11 18:09:03 sendUrl INFO 3 [36] R:OK -2015-03-11 18:09:52 queue INFO >>3 [37] -2015-03-11 18:09:52 sendUrl INFO 3 [37] R:OK -2015-03-11 18:10:42 queue INFO >>3 [38] -2015-03-11 18:10:43 sendUrl INFO 3 [38] R:OK -2015-03-11 18:11:33 queue INFO >>3 [39] -2015-03-11 18:11:33 sendUrl INFO 3 [39] R:OK -2015-03-11 18:12:23 queue INFO >>3 [40] -2015-03-11 18:12:23 sendUrl INFO 3 [40] R:OK -2015-03-11 18:12:38 queue INFO 83 [41] -2015-03-11 18:12:38 queue INFO >83 [42] -2015-03-11 18:12:39 sendUrl INFO 83 [41] R:OK -2015-03-11 18:12:39 sendUrl INFO 83 [42] R:OK -2015-03-11 18:12:40 queue INFO 3 [43] -2015-03-11 18:12:40 queue INFO >3 [44] -2015-03-11 18:12:40 sendUrl INFO 3 [43] R:OK -2015-03-11 18:12:41 sendUrl INFO 3 [44] R:OK -2015-03-11 18:13:30 queue INFO >>3 [45] -2015-03-11 18:13:30 sendUrl INFO 3 [45] R:OK -2015-03-11 18:14:20 queue INFO >>3 [46] -2015-03-11 18:14:20 sendUrl INFO 3 [46] R:OK -2015-03-11 18:15:10 queue INFO >>3 [47] -2015-03-11 18:15:11 sendUrl INFO 3 [47] R:OK -2015-03-11 18:16:00 queue INFO >>3 [48] -2015-03-11 18:16:00 sendUrl INFO 3 [48] R:OK -2015-03-11 18:16:50 queue INFO >>3 [49] -2015-03-11 18:16:51 sendUrl INFO 3 [49] R:OK -2015-03-11 18:17:41 queue INFO >>3 [50] -2015-03-11 18:17:41 sendUrl INFO 3 [50] R:OK -2015-03-11 18:18:31 queue INFO >>3 [51] -2015-03-11 18:18:31 sendUrl INFO 3 [51] R:OK -2015-03-11 18:19:21 queue INFO >>3 [52] -2015-03-11 18:19:21 sendUrl INFO 3 [52] R:OK -2015-03-11 18:20:11 queue INFO >>3 [53] -2015-03-11 18:20:12 sendUrl INFO 3 [53] R:OK -2015-03-11 18:20:35 queue INFO 83 [54] -2015-03-11 18:20:36 queue INFO >83 [55] -2015-03-11 18:20:36 sendUrl INFO 83 [54] R:OK -2015-03-11 18:20:36 sendUrl INFO 83 [55] R:OK -2015-03-11 18:20:37 queue INFO 3 [56] -2015-03-11 18:20:37 sendUrl INFO 3 [56] R:OK -2015-03-11 18:20:37 queue INFO >3 [57] -2015-03-11 18:20:38 sendUrl INFO 3 [57] R:OK -2015-03-11 18:21:27 queue INFO >>3 [58] -2015-03-11 18:21:28 sendUrl INFO 3 [58] R:OK -2015-03-11 18:22:17 queue INFO >>3 [59] -2015-03-11 18:22:18 sendUrl INFO 3 [59] R:OK -2015-03-11 18:23:08 queue INFO >>3 [60] -2015-03-11 18:23:08 sendUrl INFO 3 [60] R:OK -2015-03-11 18:23:58 queue INFO >>3 [61] -2015-03-11 18:23:58 sendUrl INFO 3 [61] R:OK -2015-03-11 18:24:48 queue INFO >>3 [62] -2015-03-11 18:24:48 sendUrl INFO 3 [62] R:OK -2015-03-11 18:25:38 queue INFO >>3 [63] -2015-03-11 18:25:38 sendUrl INFO 3 [63] R:OK -2015-03-11 18:26:28 queue INFO >>3 [64] -2015-03-11 18:26:29 sendUrl INFO 3 [64] R:OK -2015-03-11 18:27:18 queue INFO >>3 [65] -2015-03-11 18:27:18 sendUrl INFO 3 [65] R:OK -2015-03-11 18:28:08 queue INFO >>3 [66] -2015-03-11 18:28:09 sendUrl INFO 3 [66] R:OK -2015-03-11 18:28:24 queue INFO 83 [67] -2015-03-11 18:28:24 queue INFO >83 [68] -2015-03-11 18:28:24 sendUrl INFO 83 [67] R:OK -2015-03-11 18:28:25 sendUrl INFO 83 [68] R:OK -2015-03-11 18:28:25 queue INFO 3 [69] -2015-03-11 18:28:26 queue INFO >3 [70] -2015-03-11 18:28:26 sendUrl INFO 3 [69] R:OK -2015-03-11 18:28:26 sendUrl INFO 3 [70] R:OK -2015-03-11 18:29:16 queue INFO >>3 [71] -2015-03-11 18:29:16 sendUrl INFO 3 [71] R:OK -2015-03-11 18:30:06 queue INFO >>3 [72] -2015-03-11 18:30:06 sendUrl INFO 3 [72] R:OK -2015-03-11 18:30:56 queue INFO >>3 [73] -2015-03-11 18:30:56 sendUrl INFO 3 [73] R:OK -2015-03-11 18:31:46 queue INFO >>3 [74] -2015-03-11 18:31:46 sendUrl INFO 3 [74] R:OK -2015-03-11 18:32:36 queue INFO >>3 [75] -2015-03-11 18:32:37 sendUrl INFO 3 [75] R:OK -2015-03-11 18:33:26 queue INFO >>3 [76] -2015-03-11 18:33:26 sendUrl INFO 3 [76] R:OK -2015-03-11 18:34:16 queue INFO >>3 [77] -2015-03-11 18:34:17 sendUrl INFO 3 [77] R:OK -2015-03-11 18:35:07 queue INFO >>3 [78] -2015-03-11 18:35:07 sendUrl INFO 3 [78] R:OK -2015-03-11 18:35:57 queue INFO >>3 [79] -2015-03-11 18:35:57 sendUrl INFO 3 [79] R:OK -2015-03-11 18:36:22 queue INFO 83 [80] -2015-03-11 18:36:22 queue INFO >83 [81] -2015-03-11 18:36:22 sendUrl INFO 83 [80] R:OK -2015-03-11 18:36:23 sendUrl INFO 83 [81] R:OK -2015-03-11 18:36:23 queue INFO 3 [82] -2015-03-11 18:36:23 queue INFO >3 [83] -2015-03-11 18:36:24 sendUrl INFO 3 [82] R:OK -2015-03-11 18:36:24 sendUrl INFO 3 [83] R:OK -2015-03-11 18:37:13 queue INFO >>3 [84] -2015-03-11 18:37:14 sendUrl INFO 3 [84] R:OK -2015-03-11 18:38:03 queue INFO >>3 [85] -2015-03-11 18:38:04 sendUrl INFO 3 [85] R:OK -2015-03-11 18:38:54 queue INFO >>3 [86] -2015-03-11 18:38:54 sendUrl INFO 3 [86] R:OK -2015-03-11 18:39:44 queue INFO >>3 [87] -2015-03-11 18:39:44 sendUrl INFO 3 [87] R:OK -2015-03-11 18:40:34 queue INFO >>3 [88] -2015-03-11 18:40:34 sendUrl INFO 3 [88] R:OK -2015-03-11 18:41:24 queue INFO >>3 [89] -2015-03-11 18:41:25 sendUrl INFO 3 [89] R:OK -2015-03-11 18:42:14 queue INFO >>3 [90] -2015-03-11 18:42:14 sendUrl INFO 3 [90] R:OK -2015-03-11 18:43:04 queue INFO >>3 [91] -2015-03-11 18:43:05 sendUrl INFO 3 [91] R:OK -2015-03-11 18:43:55 queue INFO >>3 [92] -2015-03-11 18:43:55 sendUrl INFO 3 [92] R:OK -2015-03-11 18:44:10 queue INFO 83 [93] -2015-03-11 18:44:10 queue INFO >83 [94] -2015-03-11 18:44:10 sendUrl INFO 83 [93] R:OK -2015-03-11 18:44:11 sendUrl INFO 83 [94] R:OK -2015-03-11 18:44:11 queue INFO 3 [95] -2015-03-11 18:44:11 queue INFO >3 [96] -2015-03-11 18:44:12 sendUrl INFO 3 [95] R:OK -2015-03-11 18:44:12 sendUrl INFO 3 [96] R:OK -2015-03-11 18:45:01 queue INFO >>3 [97] -2015-03-11 18:45:02 sendUrl INFO 3 [97] R:OK -2015-03-11 18:45:51 queue INFO >>3 [98] -2015-03-11 18:45:52 sendUrl INFO 3 [98] R:OK -2015-03-11 18:46:42 queue INFO >>3 [99] -2015-03-11 18:46:42 sendUrl INFO 3 [99] R:OK -2015-03-11 18:47:32 queue INFO >>3 [100] -2015-03-11 18:47:32 sendUrl INFO 3 [100] R:OK -2015-03-11 18:48:22 queue INFO >>3 [101] -2015-03-11 18:48:22 sendUrl INFO 3 [101] R:OK -2015-03-11 18:49:12 queue INFO >>3 [102] -2015-03-11 18:49:13 sendUrl INFO 3 [102] R:OK -2015-03-11 18:50:02 queue INFO >>3 [103] -2015-03-11 18:50:02 sendUrl INFO 3 [103] R:OK -2015-03-11 18:50:52 queue INFO >>3 [104] -2015-03-11 18:50:53 sendUrl INFO 3 [104] R:OK -2015-03-11 18:51:43 queue INFO >>3 [105] -2015-03-11 18:51:43 sendUrl INFO 3 [105] R:OK -2015-03-11 18:52:33 queue INFO >>3 [106] -2015-03-11 18:52:33 sendUrl INFO 3 [106] R:OK -2015-03-11 18:53:00 queue INFO 83 [107] -2015-03-11 18:53:00 queue INFO >83 [108] -2015-03-11 18:53:00 sendUrl INFO 83 [107] R:OK -2015-03-11 18:53:01 sendUrl INFO 83 [108] R:OK -2015-03-11 18:53:02 queue INFO 3 [109] -2015-03-11 18:53:02 sendUrl INFO 3 [109] R:OK -2015-03-11 18:53:02 queue INFO >3 [110] -2015-03-11 18:53:02 sendUrl INFO 3 [110] R:OK -2015-03-11 18:53:52 queue INFO >>3 [111] -2015-03-11 18:53:52 sendUrl INFO 3 [111] R:OK -2015-03-11 18:54:42 queue INFO >>3 [112] -2015-03-11 18:54:42 sendUrl INFO 3 [112] R:OK -2015-03-11 18:55:32 queue INFO >>3 [113] -2015-03-11 18:55:32 sendUrl INFO 3 [113] R:OK -2015-03-11 18:56:22 queue INFO >>3 [114] -2015-03-11 18:56:23 sendUrl INFO 3 [114] R:OK -2015-03-11 18:57:12 queue INFO >>3 [115] -2015-03-11 18:57:13 sendUrl INFO 3 [115] R:OK -2015-03-11 18:58:03 queue INFO >>3 [116] -2015-03-11 18:58:03 sendUrl INFO 3 [116] R:OK -2015-03-11 18:58:53 queue INFO >>3 [117] -2015-03-11 18:58:53 sendUrl INFO 3 [117] R:OK -2015-03-11 18:59:43 queue INFO >>3 [118] -2015-03-11 18:59:43 sendUrl INFO 3 [118] R:OK -2015-03-11 19:00:33 queue INFO >>3 [119] -2015-03-11 19:00:33 sendUrl INFO 3 [119] R:OK -2015-03-11 19:00:48 queue INFO 83 [120] -2015-03-11 19:00:48 sendUrl INFO 83 [120] R:OK -2015-03-11 19:00:48 queue INFO >83 [121] -2015-03-11 19:00:49 sendUrl INFO 83 [121] R:OK -2015-03-11 19:00:50 queue INFO 3 [122] -2015-03-11 19:00:50 queue INFO >3 [123] -2015-03-11 19:00:50 sendUrl INFO 3 [122] R:OK -2015-03-11 19:00:51 sendUrl INFO 3 [123] R:OK -2015-03-11 19:01:40 queue INFO >>3 [124] -2015-03-11 19:01:40 sendUrl INFO 3 [124] R:OK -2015-03-11 19:02:30 queue INFO >>3 [125] -2015-03-11 19:02:30 sendUrl INFO 3 [125] R:OK -2015-03-11 19:03:20 queue INFO >>3 [126] -2015-03-11 19:03:20 sendUrl INFO 3 [126] R:OK -2015-03-11 19:04:10 queue INFO >>3 [127] -2015-03-11 19:04:11 sendUrl INFO 3 [127] R:OK -2015-03-11 19:05:00 queue INFO >>3 [128] -2015-03-11 19:05:01 sendUrl INFO 3 [128] R:OK -2015-03-11 19:05:51 queue INFO >>3 [129] -2015-03-11 19:05:51 sendUrl INFO 3 [129] R:OK -2015-03-11 19:06:41 queue INFO >>3 [130] -2015-03-11 19:06:41 sendUrl INFO 3 [130] R:OK -2015-03-11 19:07:31 queue INFO >>3 [131] -2015-03-11 19:07:31 sendUrl INFO 3 [131] R:OK -2015-03-11 19:08:21 queue INFO >>3 [132] -2015-03-11 19:08:21 sendUrl INFO 3 [132] R:OK -2015-03-11 19:09:11 queue INFO >>3 [133] -2015-03-11 19:09:12 sendUrl INFO 3 [133] R:OK -2015-03-11 19:09:33 queue INFO 83 [134] -2015-03-11 19:09:34 queue INFO >83 [135] -2015-03-11 19:09:34 sendUrl INFO 83 [134] R:OK -2015-03-11 19:09:34 sendUrl INFO 83 [135] R:OK -2015-03-11 19:09:35 queue INFO 3 [136] -2015-03-11 19:09:35 queue INFO >3 [137] -2015-03-11 19:09:35 sendUrl INFO 3 [136] R:OK -2015-03-11 19:09:36 sendUrl INFO 3 [137] R:OK -2015-03-11 19:10:25 queue INFO >>3 [138] -2015-03-11 19:10:26 sendUrl INFO 3 [138] R:OK -2015-03-11 19:11:15 queue INFO >>3 [139] -2015-03-11 19:11:16 sendUrl INFO 3 [139] R:OK -2015-03-11 19:12:06 queue INFO >>3 [140] -2015-03-11 19:12:06 sendUrl INFO 3 [140] R:OK -2015-03-11 19:12:56 queue INFO >>3 [141] -2015-03-11 19:12:56 sendUrl INFO 3 [141] R:OK -2015-03-11 19:13:46 queue INFO >>3 [142] -2015-03-11 19:13:46 sendUrl INFO 3 [142] R:OK -2015-03-11 19:14:36 queue INFO >>3 [143] -2015-03-11 19:14:36 sendUrl INFO 3 [143] R:OK -2015-03-11 19:15:26 queue INFO >>3 [144] -2015-03-11 19:15:27 sendUrl INFO 3 [144] R:OK -2015-03-11 19:16:16 queue INFO >>3 [145] -2015-03-11 19:16:17 sendUrl INFO 3 [145] R:OK -2015-03-11 19:17:06 queue INFO >>3 [146] -2015-03-11 19:17:07 sendUrl INFO 3 [146] R:OK -2015-03-11 19:17:22 queue INFO 83 [147] -2015-03-11 19:17:22 queue INFO >83 [148] -2015-03-11 19:17:22 sendUrl INFO 83 [147] R:OK -2015-03-11 19:17:22 sendUrl INFO 83 [148] R:OK -2015-03-11 19:17:23 queue INFO 3 [149] -2015-03-11 19:17:23 queue INFO >3 [150] -2015-03-11 19:17:24 sendUrl INFO 3 [149] R:OK -2015-03-11 19:17:24 sendUrl INFO 3 [150] R:OK -2015-03-11 19:18:13 queue INFO >>3 [151] -2015-03-11 19:18:14 sendUrl INFO 3 [151] R:OK -2015-03-11 19:19:03 queue INFO >>3 [152] -2015-03-11 19:19:04 sendUrl INFO 3 [152] R:OK -2015-03-11 19:19:54 queue INFO >>3 [153] -2015-03-11 19:19:54 sendUrl INFO 3 [153] R:OK -2015-03-11 19:20:44 queue INFO >>3 [154] -2015-03-11 19:20:44 sendUrl INFO 3 [154] R:OK -2015-03-11 19:21:34 queue INFO >>3 [155] -2015-03-11 19:21:34 sendUrl INFO 3 [155] R:OK -2015-03-11 19:22:24 queue INFO >>3 [156] -2015-03-11 19:22:24 sendUrl INFO 3 [156] R:OK -2015-03-11 19:23:14 queue INFO >>3 [157] -2015-03-11 19:23:14 sendUrl INFO 3 [157] R:OK -2015-03-11 19:24:04 queue INFO >>3 [158] -2015-03-11 19:24:05 sendUrl INFO 3 [158] R:OK -2015-03-11 19:24:54 queue INFO >>3 [159] -2015-03-11 19:24:55 sendUrl INFO 3 [159] R:OK -2015-03-11 19:25:19 queue INFO 83 [160] -2015-03-11 19:25:20 queue INFO >83 [161] -2015-03-11 19:25:20 sendUrl INFO 83 [160] R:OK -2015-03-11 19:25:20 sendUrl INFO 83 [161] R:OK -2015-03-11 19:25:21 queue INFO 3 [162] -2015-03-11 19:25:21 queue INFO >3 [163] -2015-03-11 19:25:21 sendUrl INFO 3 [162] R:OK -2015-03-11 19:25:22 sendUrl INFO 3 [163] R:OK -2015-03-11 19:26:11 queue INFO >>3 [164] -2015-03-11 19:26:11 sendUrl INFO 3 [164] R:OK -2015-03-11 19:27:01 queue INFO >>3 [165] -2015-03-11 19:27:01 sendUrl INFO 3 [165] R:OK -2015-03-11 19:27:51 queue INFO >>3 [166] -2015-03-11 19:27:52 sendUrl INFO 3 [166] R:OK -2015-03-11 19:28:42 queue INFO >>3 [167] -2015-03-11 19:28:42 sendUrl INFO 3 [167] R:OK -2015-03-11 19:29:32 queue INFO >>3 [168] -2015-03-11 19:29:32 sendUrl INFO 3 [168] R:OK -2015-03-11 19:30:22 queue INFO >>3 [169] -2015-03-11 19:30:22 sendUrl INFO 3 [169] R:OK -2015-03-11 19:31:12 queue INFO >>3 [170] -2015-03-11 19:31:13 sendUrl INFO 3 [170] R:OK -2015-03-11 19:32:02 queue INFO >>3 [171] -2015-03-11 19:32:02 sendUrl INFO 3 [171] R:OK -2015-03-11 19:32:52 queue INFO >>3 [172] -2015-03-11 19:32:53 sendUrl INFO 3 [172] R:OK -2015-03-11 19:33:08 queue INFO 83 [173] -2015-03-11 19:33:08 queue INFO >83 [174] -2015-03-11 19:33:08 sendUrl INFO 83 [173] R:OK -2015-03-11 19:33:08 sendUrl INFO 83 [174] R:OK -2015-03-11 19:33:09 queue INFO 3 [175] -2015-03-11 19:33:09 sendUrl INFO 3 [175] R:OK -2015-03-11 19:33:09 queue INFO >3 [176] -2015-03-11 19:33:10 sendUrl INFO 3 [176] R:OK -2015-03-11 19:33:59 queue INFO >>3 [177] -2015-03-11 19:34:00 sendUrl INFO 3 [177] R:OK -2015-03-11 19:34:49 queue INFO >>3 [178] -2015-03-11 19:34:50 sendUrl INFO 3 [178] R:OK -2015-03-11 19:35:40 queue INFO >>3 [179] -2015-03-11 19:35:40 sendUrl INFO 3 [179] R:OK -2015-03-11 19:36:30 queue INFO >>3 [180] -2015-03-11 19:36:30 sendUrl INFO 3 [180] R:OK -2015-03-11 19:37:20 queue INFO >>3 [181] -2015-03-11 19:37:20 sendUrl INFO 3 [181] R:OK -2015-03-11 19:38:10 queue INFO >>3 [182] -2015-03-11 19:38:10 sendUrl INFO 3 [182] R:OK -2015-03-11 19:39:00 queue INFO >>3 [183] -2015-03-11 19:39:01 sendUrl INFO 3 [183] R:OK -2015-03-11 19:39:50 queue INFO >>3 [184] -2015-03-11 19:39:50 sendUrl INFO 3 [184] R:OK -2015-03-11 19:40:41 queue INFO >>3 [185] -2015-03-11 19:40:41 sendUrl INFO 3 [185] R:OK -2015-03-11 19:41:05 queue INFO 83 [186] -2015-03-11 19:41:05 queue INFO >83 [187] -2015-03-11 19:41:06 sendUrl INFO 83 [186] R:OK -2015-03-11 19:41:06 sendUrl INFO 83 [187] R:OK -2015-03-11 19:41:07 queue INFO 3 [188] -2015-03-11 19:41:07 queue INFO >3 [189] -2015-03-11 19:41:07 sendUrl INFO 3 [188] R:OK -2015-03-11 19:41:08 sendUrl INFO 3 [189] R:OK -2015-03-11 19:41:57 queue INFO >>3 [190] -2015-03-11 19:41:57 sendUrl INFO 3 [190] R:OK -2015-03-11 19:42:47 queue INFO >>3 [191] -2015-03-11 19:42:47 sendUrl INFO 3 [191] R:OK -2015-03-11 19:43:37 queue INFO >>3 [192] -2015-03-11 19:43:38 sendUrl INFO 3 [192] R:OK -2015-03-11 19:44:27 queue INFO >>3 [193] -2015-03-11 19:44:27 sendUrl INFO 3 [193] R:OK -2015-03-11 19:45:17 queue INFO >>3 [194] -2015-03-11 19:45:18 sendUrl INFO 3 [194] R:OK -2015-03-11 19:46:08 queue INFO >>3 [195] -2015-03-11 19:46:08 sendUrl INFO 3 [195] R:OK -2015-03-11 19:46:58 queue INFO >>3 [196] -2015-03-11 19:46:58 sendUrl INFO 3 [196] R:OK -2015-03-11 19:47:48 queue INFO >>3 [197] -2015-03-11 19:47:48 sendUrl INFO 3 [197] R:OK -2015-03-11 19:48:38 queue INFO >>3 [198] -2015-03-11 19:48:39 sendUrl INFO 3 [198] R:OK -2015-03-11 19:48:53 queue INFO 83 [199] -2015-03-11 19:48:53 queue INFO >83 [200] -2015-03-11 19:48:54 sendUrl INFO 83 [199] R:OK -2015-03-11 19:48:54 sendUrl INFO 83 [200] R:OK -2015-03-11 19:48:55 queue INFO 3 [201] -2015-03-11 19:48:55 queue INFO >3 [202] -2015-03-11 19:48:55 sendUrl INFO 3 [201] R:OK -2015-03-11 19:48:56 sendUrl INFO 3 [202] R:OK -2015-03-11 19:49:45 queue INFO >>3 [203] -2015-03-11 19:49:45 sendUrl INFO 3 [203] R:OK -2015-03-11 19:50:35 queue INFO >>3 [204] -2015-03-11 19:50:35 sendUrl INFO 3 [204] R:OK -2015-03-11 19:51:25 queue INFO >>3 [205] -2015-03-11 19:51:26 sendUrl INFO 3 [205] R:OK -2015-03-11 19:52:15 queue INFO >>3 [206] -2015-03-11 19:52:16 sendUrl INFO 3 [206] R:OK -2015-03-11 19:53:06 queue INFO >>3 [207] -2015-03-11 19:53:06 sendUrl INFO 3 [207] R:OK -2015-03-11 19:53:56 queue INFO >>3 [208] -2015-03-11 19:53:56 sendUrl INFO 3 [208] R:OK -2015-03-11 19:54:46 queue INFO >>3 [209] -2015-03-11 19:54:46 sendUrl INFO 3 [209] R:OK -2015-03-11 19:55:36 queue INFO >>3 [210] -2015-03-11 19:55:36 sendUrl INFO 3 [210] R:OK -2015-03-11 19:56:26 queue INFO >>3 [211] -2015-03-11 19:56:27 sendUrl INFO 3 [211] R:OK -2015-03-11 19:56:51 queue INFO 83 [212] -2015-03-11 19:56:51 queue INFO >83 [213] -2015-03-11 19:56:51 sendUrl INFO 83 [212] R:OK -2015-03-11 19:56:52 sendUrl INFO 83 [213] R:OK -2015-03-11 19:56:53 queue INFO 3 [214] -2015-03-11 19:56:53 sendUrl INFO 3 [214] R:OK -2015-03-11 19:56:53 queue INFO >3 [215] -2015-03-11 19:56:53 sendUrl INFO 3 [215] R:OK -2015-03-11 19:57:43 queue INFO >>3 [216] -2015-03-11 19:57:43 sendUrl INFO 3 [216] R:OK -2015-03-11 19:58:33 queue INFO >>3 [217] -2015-03-11 19:58:34 sendUrl INFO 3 [217] R:OK -2015-03-11 19:59:23 queue INFO >>3 [218] -2015-03-11 19:59:23 sendUrl INFO 3 [218] R:OK -2015-03-11 20:00:13 queue INFO >>3 [219] -2015-03-11 20:00:14 sendUrl INFO 3 [219] R:OK -2015-03-11 20:01:03 queue INFO >>3 [220] -2015-03-11 20:01:04 sendUrl INFO 3 [220] R:OK -2015-03-11 20:01:54 queue INFO >>3 [221] -2015-03-11 20:01:54 sendUrl INFO 3 [221] R:OK -2015-03-11 20:02:44 queue INFO >>3 [222] -2015-03-11 20:02:44 sendUrl INFO 3 [222] R:OK -2015-03-11 20:03:34 queue INFO >>3 [223] -2015-03-11 20:03:35 sendUrl INFO 3 [223] R:OK -2015-03-11 20:04:24 queue INFO >>3 [224] -2015-03-11 20:04:24 sendUrl INFO 3 [224] R:OK -2015-03-11 20:04:39 queue INFO 83 [225] -2015-03-11 20:04:39 queue INFO >83 [226] -2015-03-11 20:04:39 sendUrl INFO 83 [225] R:OK -2015-03-11 20:04:40 sendUrl INFO 83 [226] R:OK -2015-03-11 20:04:41 queue INFO 3 [227] -2015-03-11 20:04:41 queue INFO >3 [228] -2015-03-11 20:04:41 sendUrl INFO 3 [227] R:OK -2015-03-11 20:04:41 sendUrl INFO 3 [228] R:OK -2015-03-11 20:05:31 queue INFO >>3 [229] -2015-03-11 20:05:31 sendUrl INFO 3 [229] R:OK -2015-03-11 20:06:21 queue INFO >>3 [230] -2015-03-11 20:06:22 sendUrl INFO 3 [230] R:OK -2015-03-11 20:07:11 queue INFO >>3 [231] -2015-03-11 20:07:11 sendUrl INFO 3 [231] R:OK -2015-03-11 20:08:00 queue INFO 1 [232] -2015-03-11 20:08:00 queue INFO >1 [233] -2015-03-11 20:08:00 sendUrl INFO 1 [232] R:OK -2015-03-11 20:08:00 sendUrl INFO 1 [233] R:OK -2015-03-11 20:08:50 queue INFO >>1 [234] -2015-03-11 20:08:50 sendUrl INFO 1 [234] R:OK -2015-03-11 20:09:11 queue INFO 9 [235] -2015-03-11 20:09:11 sendUrl INFO 9 [235] R:OK -2015-03-11 20:09:11 queue INFO >9 [236] -2015-03-11 20:09:12 sendUrl INFO 9 [236] R:OK -2015-03-11 20:09:53 queue INFO 29 [237] -2015-03-11 20:09:53 sendUrl INFO 29 [237] R:OK -2015-03-11 20:09:53 queue INFO >29 [238] -2015-03-11 20:09:54 sendUrl INFO 29 [238] R:OK -2015-03-11 20:09:54 queue INFO 21 [239] -2015-03-11 20:09:54 queue INFO >21 [240] -2015-03-11 20:09:54 sendUrl INFO 21 [239] R:OK -2015-03-11 20:09:54 queue INFO 1 [241] -2015-03-11 20:09:54 queue INFO >1 [242] -2015-03-11 20:09:55 sendUrl INFO 21 [240] R:OK -2015-03-11 20:09:55 sendUrl INFO 1 [241] R:OK -2015-03-11 20:09:56 sendUrl INFO 1 [242] R:OK -2015-03-11 20:10:12 queue INFO 3 [243] -2015-03-11 20:10:12 sendUrl INFO 3 [243] R:OK -2015-03-11 20:10:12 queue INFO >3 [244] -2015-03-11 20:10:12 sendUrl INFO 3 [244] R:OK -2015-03-11 20:11:02 queue INFO >>3 [245] -2015-03-11 20:11:02 sendUrl INFO 3 [245] R:OK -2015-03-11 20:11:52 queue INFO >>3 [246] -2015-03-11 20:11:52 sendUrl INFO 3 [246] R:OK -2015-03-11 20:12:42 queue INFO >>3 [247] -2015-03-11 20:12:42 sendUrl INFO 3 [247] R:OK -2015-03-11 20:13:32 queue INFO >>3 [248] -2015-03-11 20:13:33 sendUrl INFO 3 [248] R:OK -2015-03-11 20:13:39 queue INFO 83 [249] -2015-03-11 20:13:39 queue INFO >83 [250] -2015-03-11 20:13:39 sendUrl INFO 83 [249] R:OK -2015-03-11 20:13:40 sendUrl INFO 83 [250] R:OK -2015-03-11 20:13:40 queue INFO 3 [251] -2015-03-11 20:13:40 queue INFO >3 [252] -2015-03-11 20:13:41 sendUrl INFO 3 [251] R:OK -2015-03-11 20:13:41 sendUrl INFO 3 [252] R:OK -2015-03-11 20:14:30 queue INFO >>3 [253] -2015-03-11 20:14:30 sendUrl INFO 3 [253] R:OK -2015-03-11 20:15:21 queue INFO >>3 [254] -2015-03-11 20:15:21 sendUrl INFO 3 [254] R:OK -2015-03-11 20:16:11 queue INFO >>3 [255] -2015-03-11 20:16:11 sendUrl INFO 3 [255] R:OK -2015-03-11 20:17:01 queue INFO >>3 [256] -2015-03-11 20:17:01 sendUrl INFO 3 [256] R:OK -2015-03-11 20:17:51 queue INFO >>3 [257] -2015-03-11 20:17:51 sendUrl INFO 3 [257] R:OK -2015-03-11 20:18:41 queue INFO >>3 [258] -2015-03-11 20:18:42 sendUrl INFO 3 [258] R:OK -2015-03-11 20:19:31 queue INFO >>3 [259] -2015-03-11 20:19:31 sendUrl INFO 3 [259] R:OK -2015-03-11 20:20:21 queue INFO >>3 [260] -2015-03-11 20:20:22 sendUrl INFO 3 [260] R:OK -2015-03-11 20:21:12 queue INFO >>3 [261] -2015-03-11 20:21:12 sendUrl INFO 3 [261] R:OK -2015-03-11 20:21:27 queue INFO 83 [262] -2015-03-11 20:21:27 sendUrl INFO 83 [262] R:OK -2015-03-11 20:21:27 queue INFO >83 [263] -2015-03-11 20:21:27 sendUrl INFO 83 [263] R:OK -2015-03-11 20:21:28 queue INFO 3 [264] -2015-03-11 20:21:28 queue INFO >3 [265] -2015-03-11 20:21:29 sendUrl INFO 3 [264] R:OK -2015-03-11 20:21:29 sendUrl INFO 3 [265] R:OK -2015-03-11 20:22:18 queue INFO >>3 [266] -2015-03-11 20:22:19 sendUrl INFO 3 [266] R:OK -2015-03-11 20:23:09 queue INFO >>3 [267] -2015-03-11 20:23:09 sendUrl INFO 3 [267] R:OK -2015-03-11 20:23:59 queue INFO >>3 [268] -2015-03-11 20:23:59 sendUrl INFO 3 [268] R:OK -2015-03-11 20:24:49 queue INFO >>3 [269] -2015-03-11 20:24:49 sendUrl INFO 3 [269] R:OK -2015-03-11 20:25:39 queue INFO >>3 [270] -2015-03-11 20:25:39 sendUrl INFO 3 [270] R:OK -2015-03-11 20:26:29 queue INFO >>3 [271] -2015-03-11 20:26:29 sendUrl INFO 3 [271] R:OK -2015-03-11 20:27:19 queue INFO >>3 [272] -2015-03-11 20:27:20 sendUrl INFO 3 [272] R:OK -2015-03-11 20:28:09 queue INFO >>3 [273] -2015-03-11 20:28:10 sendUrl INFO 3 [273] R:OK -2015-03-11 20:29:00 queue INFO >>3 [274] -2015-03-11 20:29:00 sendUrl INFO 3 [274] R:OK -2015-03-11 20:29:24 queue INFO 83 [275] -2015-03-11 20:29:25 queue INFO >83 [276] -2015-03-11 20:29:25 sendUrl INFO 83 [275] R:OK -2015-03-11 20:29:25 sendUrl INFO 83 [276] R:OK -2015-03-11 20:29:26 queue INFO 3 [277] -2015-03-11 20:29:26 queue INFO >3 [278] -2015-03-11 20:29:26 sendUrl INFO 3 [277] R:OK -2015-03-11 20:29:27 sendUrl INFO 3 [278] R:OK -2015-03-11 20:30:16 queue INFO >>3 [279] -2015-03-11 20:30:17 sendUrl INFO 3 [279] R:OK -2015-03-11 20:31:06 queue INFO >>3 [280] -2015-03-11 20:31:07 sendUrl INFO 3 [280] R:OK -2015-03-11 20:31:56 queue INFO >>3 [281] -2015-03-11 20:31:57 sendUrl INFO 3 [281] R:OK -2015-03-11 20:32:47 queue INFO >>3 [282] -2015-03-11 20:32:47 sendUrl INFO 3 [282] R:OK -2015-03-11 20:33:37 queue INFO >>3 [283] -2015-03-11 20:33:37 sendUrl INFO 3 [283] R:OK -2015-03-11 20:34:27 queue INFO >>3 [284] -2015-03-11 20:34:27 sendUrl INFO 3 [284] R:OK -2015-03-11 20:35:17 queue INFO >>3 [285] -2015-03-11 20:35:17 sendUrl INFO 3 [285] R:OK -2015-03-11 20:36:07 queue INFO >>3 [286] -2015-03-11 20:36:08 sendUrl INFO 3 [286] R:OK -2015-03-11 20:36:57 queue INFO >>3 [287] -2015-03-11 20:36:57 sendUrl INFO 3 [287] R:OK -2015-03-11 20:37:13 queue INFO 83 [288] -2015-03-11 20:37:13 queue INFO >83 [289] -2015-03-11 20:37:13 sendUrl INFO 83 [288] R:OK -2015-03-11 20:37:14 sendUrl INFO 83 [289] R:OK -2015-03-11 20:37:14 queue INFO 3 [290] -2015-03-11 20:37:15 queue INFO >3 [291] -2015-03-11 20:37:15 sendUrl INFO 3 [290] R:OK -2015-03-11 20:37:15 sendUrl INFO 3 [291] R:OK -2015-03-11 20:38:04 queue INFO >>3 [292] -2015-03-11 20:38:05 sendUrl INFO 3 [292] R:OK -2015-03-11 20:38:55 queue INFO >>3 [293] -2015-03-11 20:38:55 sendUrl INFO 3 [293] R:OK -2015-03-11 20:39:45 queue INFO >>3 [294] -2015-03-11 20:39:45 sendUrl INFO 3 [294] R:OK -2015-03-11 20:40:35 queue INFO >>3 [295] -2015-03-11 20:40:35 sendUrl INFO 3 [295] R:OK -2015-03-11 20:41:25 queue INFO >>3 [296] -2015-03-11 20:41:25 sendUrl INFO 3 [296] R:OK -2015-03-11 20:42:15 queue INFO >>3 [297] -2015-03-11 20:42:16 sendUrl INFO 3 [297] R:OK -2015-03-11 20:43:05 queue INFO >>3 [298] -2015-03-11 20:43:06 sendUrl INFO 3 [298] R:OK -2015-03-11 20:43:56 queue INFO >>3 [299] -2015-03-11 20:43:56 sendUrl INFO 3 [299] R:OK -2015-03-11 20:44:46 queue INFO >>3 [300] -2015-03-11 20:44:46 sendUrl INFO 3 [300] R:OK -2015-03-11 20:45:10 queue INFO 83 [301] -2015-03-11 20:45:10 queue INFO >83 [302] -2015-03-11 20:45:11 sendUrl INFO 83 [301] R:OK -2015-03-11 20:45:11 sendUrl INFO 83 [302] R:OK -2015-03-11 20:45:12 queue INFO 3 [303] -2015-03-11 20:45:12 queue INFO >3 [304] -2015-03-11 20:45:12 sendUrl INFO 3 [303] R:OK -2015-03-11 20:45:13 sendUrl INFO 3 [304] R:OK -2015-03-11 20:46:02 queue INFO >>3 [305] -2015-03-11 20:46:02 sendUrl INFO 3 [305] R:OK -2015-03-11 20:46:52 queue INFO >>3 [306] -2015-03-11 20:46:52 sendUrl INFO 3 [306] R:OK -2015-03-11 20:47:42 queue INFO >>3 [307] -2015-03-11 20:47:43 sendUrl INFO 3 [307] R:OK -2015-03-11 20:48:32 queue INFO >>3 [308] -2015-03-11 20:48:33 sendUrl INFO 3 [308] R:OK -2015-03-11 20:49:23 queue INFO >>3 [309] -2015-03-11 20:49:23 sendUrl INFO 3 [309] R:OK -2015-03-11 20:50:13 queue INFO >>3 [310] -2015-03-11 20:50:13 sendUrl INFO 3 [310] R:OK -2015-03-11 20:51:03 queue INFO >>3 [311] -2015-03-11 20:51:03 sendUrl INFO 3 [311] R:OK -2015-03-11 20:51:53 queue INFO >>3 [312] -2015-03-11 20:51:53 sendUrl INFO 3 [312] R:OK -2015-03-11 20:52:43 queue INFO >>3 [313] -2015-03-11 20:52:43 sendUrl INFO 3 [313] R:OK -2015-03-11 20:52:58 queue INFO 83 [314] -2015-03-11 20:52:59 queue INFO >83 [315] -2015-03-11 20:52:59 sendUrl INFO 83 [314] R:OK -2015-03-11 20:52:59 sendUrl INFO 83 [315] R:OK -2015-03-11 20:53:00 queue INFO 3 [316] -2015-03-11 20:53:00 queue INFO >3 [317] -2015-03-11 20:53:00 sendUrl INFO 3 [316] R:OK -2015-03-11 20:53:01 sendUrl INFO 3 [317] R:OK -2015-03-11 20:53:50 queue INFO >>3 [318] -2015-03-11 20:53:51 sendUrl INFO 3 [318] R:OK -2015-03-11 20:54:40 queue INFO >>3 [319] -2015-03-11 20:54:41 sendUrl INFO 3 [319] R:OK -2015-03-11 20:55:30 queue INFO >>3 [320] -2015-03-11 20:55:31 sendUrl INFO 3 [320] R:OK -2015-03-11 20:56:21 queue INFO >>3 [321] -2015-03-11 20:56:21 sendUrl INFO 3 [321] R:OK -2015-03-11 20:57:11 queue INFO >>3 [322] -2015-03-11 20:57:11 sendUrl INFO 3 [322] R:OK -2015-03-11 20:58:01 queue INFO >>3 [323] -2015-03-11 20:58:01 sendUrl INFO 3 [323] R:OK -2015-03-11 20:58:51 queue INFO >>3 [324] -2015-03-11 20:58:51 sendUrl INFO 3 [324] R:OK -2015-03-11 20:59:41 queue INFO >>3 [325] -2015-03-11 20:59:42 sendUrl INFO 3 [325] R:OK -2015-03-11 21:00:31 queue INFO >>3 [326] -2015-03-11 21:00:32 sendUrl INFO 3 [326] R:OK -2015-03-11 21:00:56 queue INFO 83 [327] -2015-03-11 21:00:56 queue INFO >83 [328] -2015-03-11 21:00:57 sendUrl INFO 83 [327] R:OK -2015-03-11 21:00:57 sendUrl INFO 83 [328] R:OK -2015-03-11 21:00:58 queue INFO 3 [329] -2015-03-11 21:00:58 queue INFO >3 [330] -2015-03-11 21:00:58 sendUrl INFO 3 [329] R:OK -2015-03-11 21:00:59 sendUrl INFO 3 [330] R:OK -2015-03-11 21:01:48 queue INFO >>3 [331] -2015-03-11 21:01:48 sendUrl INFO 3 [331] R:OK -2015-03-11 21:02:38 queue INFO >>3 [332] -2015-03-11 21:02:38 sendUrl INFO 3 [332] R:OK -2015-03-11 21:03:28 queue INFO >>3 [333] -2015-03-11 21:03:29 sendUrl INFO 3 [333] R:OK -2015-03-11 21:04:18 queue INFO >>3 [334] -2015-03-11 21:04:18 sendUrl INFO 3 [334] R:OK -2015-03-11 21:05:08 queue INFO >>3 [335] -2015-03-11 21:05:09 sendUrl INFO 3 [335] R:OK -2015-03-11 21:05:59 queue INFO >>3 [336] -2015-03-11 21:05:59 sendUrl INFO 3 [336] R:OK -2015-03-11 21:06:49 queue INFO >>3 [337] -2015-03-11 21:06:49 sendUrl INFO 3 [337] R:OK -2015-03-11 21:07:39 queue INFO >>3 [338] -2015-03-11 21:07:39 sendUrl INFO 3 [338] R:OK -2015-03-11 21:08:29 queue INFO >>3 [339] -2015-03-11 21:08:30 sendUrl INFO 3 [339] R:OK -2015-03-11 21:08:44 queue INFO 83 [340] -2015-03-11 21:08:45 queue INFO >83 [341] -2015-03-11 21:08:45 sendUrl INFO 83 [340] R:OK -2015-03-11 21:08:45 sendUrl INFO 83 [341] R:OK -2015-03-11 21:08:46 queue INFO 3 [342] -2015-03-11 21:08:46 queue INFO >3 [343] -2015-03-11 21:08:46 sendUrl INFO 3 [342] R:OK -2015-03-11 21:08:47 sendUrl INFO 3 [343] R:OK -2015-03-11 21:09:36 queue INFO >>3 [344] -2015-03-11 21:09:37 sendUrl INFO 3 [344] R:OK -2015-03-11 21:10:26 queue INFO >>3 [345] -2015-03-11 21:10:26 sendUrl INFO 3 [345] R:OK -2015-03-11 21:11:16 queue INFO >>3 [346] -2015-03-11 21:11:17 sendUrl INFO 3 [346] R:OK -2015-03-11 21:12:07 queue INFO >>3 [347] -2015-03-11 21:12:07 sendUrl INFO 3 [347] R:OK -2015-03-11 21:12:57 queue INFO >>3 [348] -2015-03-11 21:12:57 sendUrl INFO 3 [348] R:OK -2015-03-11 21:13:47 queue INFO >>3 [349] -2015-03-11 21:13:47 sendUrl INFO 3 [349] R:OK -2015-03-11 21:14:37 queue INFO >>3 [350] -2015-03-11 21:14:37 sendUrl INFO 3 [350] R:OK -2015-03-11 21:15:27 queue INFO >>3 [351] -2015-03-11 21:15:27 sendUrl INFO 3 [351] R:OK -2015-03-11 21:16:17 queue INFO >>3 [352] -2015-03-11 21:16:17 sendUrl INFO 3 [352] R:OK -2015-03-11 21:16:42 queue INFO 83 [353] -2015-03-11 21:16:42 queue INFO >83 [354] -2015-03-11 21:16:42 sendUrl INFO 83 [353] R:OK -2015-03-11 21:16:43 sendUrl INFO 83 [354] R:OK -2015-03-11 21:16:44 queue INFO 3 [355] -2015-03-11 21:16:44 queue INFO >3 [356] -2015-03-11 21:16:44 sendUrl INFO 3 [355] R:OK -2015-03-11 21:16:44 sendUrl INFO 3 [356] R:OK -2015-03-11 21:17:34 queue INFO >>3 [357] -2015-03-11 21:17:34 sendUrl INFO 3 [357] R:OK -2015-03-11 21:18:24 queue INFO >>3 [358] -2015-03-11 21:18:24 sendUrl INFO 3 [358] R:OK -2015-03-11 21:19:14 queue INFO >>3 [359] -2015-03-11 21:19:14 sendUrl INFO 3 [359] R:OK -2015-03-11 21:20:04 queue INFO >>3 [360] -2015-03-11 21:20:05 sendUrl INFO 3 [360] R:OK -2015-03-11 21:20:54 queue INFO >>3 [361] -2015-03-11 21:20:55 sendUrl INFO 3 [361] R:OK -2015-03-11 21:21:44 queue INFO >>3 [362] -2015-03-11 21:21:45 sendUrl INFO 3 [362] R:OK -2015-03-11 21:22:35 queue INFO >>3 [363] -2015-03-11 21:22:35 sendUrl INFO 3 [363] R:OK -2015-03-11 21:23:25 queue INFO >>3 [364] -2015-03-11 21:23:25 sendUrl INFO 3 [364] R:OK -2015-03-11 21:24:15 queue INFO >>3 [365] -2015-03-11 21:24:15 sendUrl INFO 3 [365] R:OK -2015-03-11 21:24:30 queue INFO 83 [366] -2015-03-11 21:24:30 queue INFO >83 [367] -2015-03-11 21:24:31 sendUrl INFO 83 [366] R:OK -2015-03-11 21:24:31 sendUrl INFO 83 [367] R:OK -2015-03-11 21:24:32 queue INFO 3 [368] -2015-03-11 21:24:32 queue INFO >3 [369] -2015-03-11 21:24:32 sendUrl INFO 3 [368] R:OK -2015-03-11 21:24:33 sendUrl INFO 3 [369] R:OK -2015-03-11 21:25:22 queue INFO >>3 [370] -2015-03-11 21:25:22 sendUrl INFO 3 [370] R:OK -2015-03-11 21:26:12 queue INFO >>3 [371] -2015-03-11 21:26:12 sendUrl INFO 3 [371] R:OK -2015-03-11 21:27:02 queue INFO >>3 [372] -2015-03-11 21:27:03 sendUrl INFO 3 [372] R:OK -2015-03-11 21:27:52 queue INFO >>3 [373] -2015-03-11 21:27:52 sendUrl INFO 3 [373] R:OK -2015-03-11 21:28:42 queue INFO >>3 [374] -2015-03-11 21:28:43 sendUrl INFO 3 [374] R:OK -2015-03-11 21:29:33 queue INFO >>3 [375] -2015-03-11 21:29:33 sendUrl INFO 3 [375] R:OK -2015-03-11 21:30:23 queue INFO >>3 [376] -2015-03-11 21:30:23 sendUrl INFO 3 [376] R:OK -2015-03-11 21:31:13 queue INFO >>3 [377] -2015-03-11 21:31:13 sendUrl INFO 3 [377] R:OK -2015-03-11 21:32:03 queue INFO >>3 [378] -2015-03-11 21:32:03 sendUrl INFO 3 [378] R:OK -2015-03-11 21:32:28 queue INFO 83 [379] -2015-03-11 21:32:28 queue INFO >83 [380] -2015-03-11 21:32:28 sendUrl INFO 83 [379] R:OK -2015-03-11 21:32:29 sendUrl INFO 83 [380] R:OK -2015-03-11 21:32:29 queue INFO 3 [381] -2015-03-11 21:32:30 queue INFO >3 [382] -2015-03-11 21:32:30 sendUrl INFO 3 [381] R:OK -2015-03-11 21:32:30 sendUrl INFO 3 [382] R:OK -2015-03-11 21:33:20 queue INFO >>3 [383] -2015-03-11 21:33:20 sendUrl INFO 3 [383] R:OK -2015-03-11 21:34:10 queue INFO >>3 [384] -2015-03-11 21:34:10 sendUrl INFO 3 [384] R:OK -2015-03-11 21:35:00 queue INFO >>3 [385] -2015-03-11 21:35:00 sendUrl INFO 3 [385] R:OK -2015-03-11 21:35:50 queue INFO >>3 [386] -2015-03-11 21:35:51 sendUrl INFO 3 [386] R:OK -2015-03-11 21:36:40 queue INFO >>3 [387] -2015-03-11 21:36:40 sendUrl INFO 3 [387] R:OK -2015-03-11 21:37:30 queue INFO >>3 [388] -2015-03-11 21:37:31 sendUrl INFO 3 [388] R:OK -2015-03-11 21:38:21 queue INFO >>3 [389] -2015-03-11 21:38:21 sendUrl INFO 3 [389] R:OK -2015-03-11 21:39:11 queue INFO >>3 [390] -2015-03-11 21:39:11 sendUrl INFO 3 [390] R:OK -2015-03-11 21:40:01 queue INFO >>3 [391] -2015-03-11 21:40:01 sendUrl INFO 3 [391] R:OK -2015-03-11 21:40:16 queue INFO 83 [392] -2015-03-11 21:40:16 queue INFO >83 [393] -2015-03-11 21:40:16 sendUrl INFO 83 [392] R:OK -2015-03-11 21:40:17 sendUrl INFO 83 [393] R:OK -2015-03-11 21:40:18 queue INFO 3 [394] -2015-03-11 21:40:18 queue INFO >3 [395] -2015-03-11 21:40:18 sendUrl INFO 3 [394] R:OK -2015-03-11 21:40:18 sendUrl INFO 3 [395] R:OK -2015-03-11 21:41:08 queue INFO >>3 [396] -2015-03-11 21:41:08 sendUrl INFO 3 [396] R:OK -2015-03-11 21:41:58 queue INFO >>3 [397] -2015-03-11 21:41:59 sendUrl INFO 3 [397] R:OK -2015-03-11 21:42:48 queue INFO >>3 [398] -2015-03-11 21:42:48 sendUrl INFO 3 [398] R:OK -2015-03-11 21:43:38 queue INFO >>3 [399] -2015-03-11 21:43:39 sendUrl INFO 3 [399] R:OK -2015-03-11 21:44:28 queue INFO >>3 [400] -2015-03-11 21:44:29 sendUrl INFO 3 [400] R:OK -2015-03-11 21:45:19 queue INFO >>3 [401] -2015-03-11 21:45:19 sendUrl INFO 3 [401] R:OK -2015-03-11 21:46:09 queue INFO >>3 [402] -2015-03-11 21:46:09 sendUrl INFO 3 [402] R:OK -2015-03-11 21:46:59 queue INFO >>3 [403] -2015-03-11 21:46:59 sendUrl INFO 3 [403] R:OK -2015-03-11 21:47:49 queue INFO >>3 [404] -2015-03-11 21:47:49 sendUrl INFO 3 [404] R:OK -2015-03-11 21:48:14 queue INFO 83 [405] -2015-03-11 21:48:14 queue INFO >83 [406] -2015-03-11 21:48:14 sendUrl INFO 83 [405] R:OK -2015-03-11 21:48:15 sendUrl INFO 83 [406] R:OK -2015-03-11 21:48:15 queue INFO 3 [407] -2015-03-11 21:48:16 queue INFO >3 [408] -2015-03-11 21:48:16 sendUrl INFO 3 [407] R:OK -2015-03-11 21:48:16 sendUrl INFO 3 [408] R:OK -2015-03-11 21:49:05 queue INFO >>3 [409] -2015-03-11 21:49:06 sendUrl INFO 3 [409] R:OK -2015-03-11 21:49:56 queue INFO >>3 [410] -2015-03-11 21:49:56 sendUrl INFO 3 [410] R:OK -2015-03-11 21:50:46 queue INFO >>3 [411] -2015-03-11 21:50:46 sendUrl INFO 3 [411] R:OK -2015-03-11 21:51:36 queue INFO >>3 [412] -2015-03-11 21:51:36 sendUrl INFO 3 [412] R:OK -2015-03-11 21:52:26 queue INFO >>3 [413] -2015-03-11 21:52:26 sendUrl INFO 3 [413] R:OK -2015-03-11 21:53:16 queue INFO >>3 [414] -2015-03-11 21:53:17 sendUrl INFO 3 [414] R:OK -2015-03-11 21:54:06 queue INFO >>3 [415] -2015-03-11 21:54:07 sendUrl INFO 3 [415] R:OK -2015-03-11 21:54:57 queue INFO >>3 [416] -2015-03-11 21:54:57 sendUrl INFO 3 [416] R:OK -2015-03-11 21:55:47 queue INFO >>3 [417] -2015-03-11 21:55:47 sendUrl INFO 3 [417] R:OK -2015-03-11 21:56:02 queue INFO 83 [418] -2015-03-11 21:56:02 queue INFO >83 [419] -2015-03-11 21:56:02 sendUrl INFO 83 [418] R:OK -2015-03-11 21:56:03 sendUrl INFO 83 [419] R:OK -2015-03-11 21:56:04 queue INFO 3 [420] -2015-03-11 21:56:04 sendUrl INFO 3 [420] R:OK -2015-03-11 21:56:04 queue INFO >3 [421] -2015-03-11 21:56:04 sendUrl INFO 3 [421] R:OK -2015-03-11 21:56:54 queue INFO >>3 [422] -2015-03-11 21:56:54 sendUrl INFO 3 [422] R:OK -2015-03-11 21:57:44 queue INFO >>3 [423] -2015-03-11 21:57:44 sendUrl INFO 3 [423] R:OK -2015-03-11 21:58:34 queue INFO >>3 [424] -2015-03-11 21:58:34 sendUrl INFO 3 [424] R:OK -2015-03-11 21:59:24 queue INFO >>3 [425] -2015-03-11 21:59:25 sendUrl INFO 3 [425] R:OK -2015-03-11 22:00:14 queue INFO >>3 [426] -2015-03-11 22:00:15 sendUrl INFO 3 [426] R:OK -2015-03-11 22:01:04 queue INFO >>3 [427] -2015-03-11 22:01:05 sendUrl INFO 3 [427] R:OK -2015-03-11 22:01:55 queue INFO >>3 [428] -2015-03-11 22:01:55 sendUrl INFO 3 [428] R:OK -2015-03-11 22:02:45 queue INFO >>3 [429] -2015-03-11 22:02:45 sendUrl INFO 3 [429] R:OK -2015-03-11 22:03:35 queue INFO >>3 [430] -2015-03-11 22:03:35 sendUrl INFO 3 [430] R:OK -2015-03-11 22:04:00 queue INFO 83 [431] -2015-03-11 22:04:00 queue INFO >83 [432] -2015-03-11 22:04:00 sendUrl INFO 83 [431] R:OK -2015-03-11 22:04:01 sendUrl INFO 83 [432] R:OK -2015-03-11 22:04:01 queue INFO 3 [433] -2015-03-11 22:04:02 queue INFO >3 [434] -2015-03-11 22:04:02 sendUrl INFO 3 [433] R:OK -2015-03-11 22:04:02 sendUrl INFO 3 [434] R:OK -2015-03-11 22:04:52 queue INFO >>3 [435] -2015-03-11 22:04:52 sendUrl INFO 3 [435] R:OK -2015-03-11 22:05:42 queue INFO >>3 [436] -2015-03-11 22:05:42 sendUrl INFO 3 [436] R:OK -2015-03-11 22:06:32 queue INFO >>3 [437] -2015-03-11 22:06:32 sendUrl INFO 3 [437] R:OK -2015-03-11 22:07:22 queue INFO >>3 [438] -2015-03-11 22:07:22 sendUrl INFO 3 [438] R:OK -2015-03-11 22:08:12 queue INFO >>3 [439] -2015-03-11 22:08:13 sendUrl INFO 3 [439] R:OK -2015-03-11 22:09:02 queue INFO >>3 [440] -2015-03-11 22:09:03 sendUrl INFO 3 [440] R:OK -2015-03-11 22:09:52 queue INFO >>3 [441] -2015-03-11 22:09:53 sendUrl INFO 3 [441] R:OK -2015-03-11 22:10:43 queue INFO >>3 [442] -2015-03-11 22:10:43 sendUrl INFO 3 [442] R:OK -2015-03-11 22:11:33 queue INFO >>3 [443] -2015-03-11 22:11:33 sendUrl INFO 3 [443] R:OK -2015-03-11 22:11:48 queue INFO 83 [444] -2015-03-11 22:11:48 queue INFO >83 [445] -2015-03-11 22:11:49 sendUrl INFO 83 [444] R:OK -2015-03-11 22:11:49 sendUrl INFO 83 [445] R:OK -2015-03-11 22:11:50 queue INFO 3 [446] -2015-03-11 22:11:50 queue INFO >3 [447] -2015-03-11 22:11:50 sendUrl INFO 3 [446] R:OK -2015-03-11 22:11:51 sendUrl INFO 3 [447] R:OK -2015-03-11 22:12:40 queue INFO >>3 [448] -2015-03-11 22:12:40 sendUrl INFO 3 [448] R:OK -2015-03-11 22:13:30 queue INFO >>3 [449] -2015-03-11 22:13:30 sendUrl INFO 3 [449] R:OK -2015-03-11 22:14:20 queue INFO >>3 [450] -2015-03-11 22:14:21 sendUrl INFO 3 [450] R:OK -2015-03-11 22:15:10 queue INFO >>3 [451] -2015-03-11 22:15:10 sendUrl INFO 3 [451] R:OK -2015-03-11 22:16:00 queue INFO >>3 [452] -2015-03-11 22:16:01 sendUrl INFO 3 [452] R:OK -2015-03-11 22:16:51 queue INFO >>3 [453] -2015-03-11 22:16:51 sendUrl INFO 3 [453] R:OK -2015-03-11 22:17:41 queue INFO >>3 [454] -2015-03-11 22:17:41 sendUrl INFO 3 [454] R:OK -2015-03-11 22:18:31 queue INFO >>3 [455] -2015-03-11 22:18:31 sendUrl INFO 3 [455] R:OK -2015-03-11 22:19:21 queue INFO >>3 [456] -2015-03-11 22:19:22 sendUrl INFO 3 [456] R:OK -2015-03-11 22:19:46 queue INFO 83 [457] -2015-03-11 22:19:46 queue INFO >83 [458] -2015-03-11 22:19:46 sendUrl INFO 83 [457] R:OK -2015-03-11 22:19:47 sendUrl INFO 83 [458] R:OK -2015-03-11 22:19:47 queue INFO 3 [459] -2015-03-11 22:19:48 queue INFO >3 [460] -2015-03-11 22:19:48 sendUrl INFO 3 [459] R:OK -2015-03-11 22:19:48 sendUrl INFO 3 [460] R:OK -2015-03-11 22:20:37 queue INFO >>3 [461] -2015-03-11 22:20:38 sendUrl INFO 3 [461] R:OK -2015-03-11 22:21:28 queue INFO >>3 [462] -2015-03-11 22:21:28 sendUrl INFO 3 [462] R:OK -2015-03-11 22:22:18 queue INFO >>3 [463] -2015-03-11 22:22:18 sendUrl INFO 3 [463] R:OK -2015-03-11 22:23:08 queue INFO >>3 [464] -2015-03-11 22:23:08 sendUrl INFO 3 [464] R:OK -2015-03-11 22:23:58 queue INFO >>3 [465] -2015-03-11 22:23:58 sendUrl INFO 3 [465] R:OK -2015-03-11 22:24:48 queue INFO >>3 [466] -2015-03-11 22:24:49 sendUrl INFO 3 [466] R:OK -2015-03-11 22:25:38 queue INFO >>3 [467] -2015-03-11 22:25:39 sendUrl INFO 3 [467] R:OK -2015-03-11 22:26:29 queue INFO >>3 [468] -2015-03-11 22:26:29 sendUrl INFO 3 [468] R:OK -2015-03-11 22:27:19 queue INFO >>3 [469] -2015-03-11 22:27:19 sendUrl INFO 3 [469] R:OK -2015-03-11 22:27:34 queue INFO 83 [470] -2015-03-11 22:27:34 sendUrl INFO 83 [470] R:OK -2015-03-11 22:27:34 queue INFO >83 [471] -2015-03-11 22:27:34 sendUrl INFO 83 [471] R:OK -2015-03-11 22:27:35 queue INFO 3 [472] -2015-03-11 22:27:36 queue INFO >3 [473] -2015-03-11 22:27:36 sendUrl INFO 3 [472] R:OK -2015-03-11 22:27:36 sendUrl INFO 3 [473] R:OK -2015-03-11 22:28:25 queue INFO >>3 [474] -2015-03-11 22:28:26 sendUrl INFO 3 [474] R:OK -2015-03-11 22:29:16 queue INFO >>3 [475] -2015-03-11 22:29:16 sendUrl INFO 3 [475] R:OK -2015-03-11 22:30:06 queue INFO >>3 [476] -2015-03-11 22:30:06 sendUrl INFO 3 [476] R:OK -2015-03-11 22:30:56 queue INFO >>3 [477] -2015-03-11 22:30:56 sendUrl INFO 3 [477] R:OK -2015-03-11 22:31:46 queue INFO >>3 [478] -2015-03-11 22:31:47 sendUrl INFO 3 [478] R:OK -2015-03-11 22:32:36 queue INFO >>3 [479] -2015-03-11 22:32:36 sendUrl INFO 3 [479] R:OK -2015-03-11 22:33:26 queue INFO >>3 [480] -2015-03-11 22:33:27 sendUrl INFO 3 [480] R:OK -2015-03-11 22:34:17 queue INFO >>3 [481] -2015-03-11 22:34:17 sendUrl INFO 3 [481] R:OK -2015-03-11 22:35:07 queue INFO >>3 [482] -2015-03-11 22:35:07 sendUrl INFO 3 [482] R:OK -2015-03-11 22:35:32 queue INFO 83 [483] -2015-03-11 22:35:32 queue INFO >83 [484] -2015-03-11 22:35:32 sendUrl INFO 83 [483] R:OK -2015-03-11 22:35:33 sendUrl INFO 83 [484] R:OK -2015-03-11 22:35:33 queue INFO 3 [485] -2015-03-11 22:35:33 queue INFO >3 [486] -2015-03-11 22:35:34 sendUrl INFO 3 [485] R:OK -2015-03-11 22:35:34 sendUrl INFO 3 [486] R:OK -2015-03-11 22:36:23 queue INFO >>3 [487] -2015-03-11 22:36:24 sendUrl INFO 3 [487] R:OK -2015-03-11 22:37:14 queue INFO >>3 [488] -2015-03-11 22:37:14 sendUrl INFO 3 [488] R:OK -2015-03-11 22:38:04 queue INFO >>3 [489] -2015-03-11 22:38:04 sendUrl INFO 3 [489] R:OK -2015-03-11 22:38:54 queue INFO >>3 [490] -2015-03-11 22:38:54 sendUrl INFO 3 [490] R:OK -2015-03-11 22:39:44 queue INFO >>3 [491] -2015-03-11 22:39:44 sendUrl INFO 3 [491] R:OK -2015-03-11 22:40:34 queue INFO >>3 [492] -2015-03-11 22:40:35 sendUrl INFO 3 [492] R:OK -2015-03-11 22:41:24 queue INFO >>3 [493] -2015-03-11 22:41:24 sendUrl INFO 3 [493] R:OK -2015-03-11 22:42:14 queue INFO >>3 [494] -2015-03-11 22:42:15 sendUrl INFO 3 [494] R:OK -2015-03-11 22:43:04 queue INFO >>3 [495] -2015-03-11 22:43:05 sendUrl INFO 3 [495] R:OK -2015-03-11 22:43:20 queue INFO 83 [496] -2015-03-11 22:43:20 queue INFO >83 [497] -2015-03-11 22:43:21 sendUrl INFO 83 [496] R:OK -2015-03-11 22:43:21 sendUrl INFO 83 [497] R:OK -2015-03-11 22:43:22 queue INFO 3 [498] -2015-03-11 22:43:22 queue INFO >3 [499] -2015-03-11 22:43:22 sendUrl INFO 3 [498] R:OK -2015-03-11 22:43:23 sendUrl INFO 3 [499] R:OK -2015-03-11 22:44:12 queue INFO >>3 [500] -2015-03-11 22:44:12 sendUrl INFO 3 [500] R:OK -2015-03-11 22:45:02 queue INFO >>3 [501] -2015-03-11 22:45:02 sendUrl INFO 3 [501] R:OK -2015-03-11 22:45:52 queue INFO >>3 [502] -2015-03-11 22:45:52 sendUrl INFO 3 [502] R:OK -2015-03-11 22:46:42 queue INFO >>3 [503] -2015-03-11 22:46:43 sendUrl INFO 3 [503] R:OK -2015-03-11 22:47:32 queue INFO >>3 [504] -2015-03-11 22:47:33 sendUrl INFO 3 [504] R:OK -2015-03-11 22:48:23 queue INFO >>3 [505] -2015-03-11 22:48:23 sendUrl INFO 3 [505] R:OK -2015-03-11 22:49:13 queue INFO >>3 [506] -2015-03-11 22:49:13 sendUrl INFO 3 [506] R:OK -2015-03-11 22:50:03 queue INFO >>3 [507] -2015-03-11 22:50:03 sendUrl INFO 3 [507] R:OK -2015-03-11 22:50:53 queue INFO >>3 [508] -2015-03-11 22:50:53 sendUrl INFO 3 [508] R:OK -2015-03-11 22:51:18 queue INFO 83 [509] -2015-03-11 22:51:18 queue INFO >83 [510] -2015-03-11 22:51:18 sendUrl INFO 83 [509] R:OK -2015-03-11 22:51:18 sendUrl INFO 83 [510] R:OK -2015-03-11 22:51:19 queue INFO 3 [511] -2015-03-11 22:51:19 sendUrl INFO 3 [511] R:OK -2015-03-11 22:51:19 queue INFO >3 [512] -2015-03-11 22:51:20 sendUrl INFO 3 [512] R:OK -2015-03-11 22:52:09 queue INFO >>3 [513] -2015-03-11 22:52:10 sendUrl INFO 3 [513] R:OK -2015-03-11 22:53:00 queue INFO >>3 [514] -2015-03-11 22:53:00 sendUrl INFO 3 [514] R:OK -2015-03-11 22:53:50 queue INFO >>3 [515] -2015-03-11 22:53:50 sendUrl INFO 3 [515] R:OK -2015-03-11 22:54:40 queue INFO >>3 [516] -2015-03-11 22:54:40 sendUrl INFO 3 [516] R:OK -2015-03-11 22:55:30 queue INFO >>3 [517] -2015-03-11 22:55:31 sendUrl INFO 3 [517] R:OK -2015-03-11 22:56:20 queue INFO >>3 [518] -2015-03-11 22:56:20 sendUrl INFO 3 [518] R:OK -2015-03-11 22:57:10 queue INFO >>3 [519] -2015-03-11 22:57:11 sendUrl INFO 3 [519] R:OK -2015-03-11 22:58:01 queue INFO >>3 [520] -2015-03-11 22:58:01 sendUrl INFO 3 [520] R:OK -2015-03-11 22:58:51 queue INFO >>3 [521] -2015-03-11 22:58:51 sendUrl INFO 3 [521] R:OK -2015-03-11 22:59:06 queue INFO 83 [522] -2015-03-11 22:59:06 queue INFO >83 [523] -2015-03-11 22:59:06 sendUrl INFO 83 [522] R:OK -2015-03-11 22:59:07 sendUrl INFO 83 [523] R:OK -2015-03-11 22:59:07 queue INFO 3 [524] -2015-03-11 22:59:08 queue INFO >3 [525] -2015-03-11 22:59:08 sendUrl INFO 3 [524] R:OK -2015-03-11 22:59:08 sendUrl INFO 3 [525] R:OK -2015-03-11 22:59:57 queue INFO >>3 [526] -2015-03-11 22:59:58 sendUrl INFO 3 [526] R:OK -2015-03-11 23:00:48 queue INFO >>3 [527] -2015-03-11 23:00:48 sendUrl INFO 3 [527] R:OK -2015-03-11 23:01:38 queue INFO >>3 [528] -2015-03-11 23:01:38 sendUrl INFO 3 [528] R:OK -2015-03-11 23:02:28 queue INFO >>3 [529] -2015-03-11 23:02:28 sendUrl INFO 3 [529] R:OK -2015-03-11 23:03:18 queue INFO >>3 [530] -2015-03-11 23:03:18 sendUrl INFO 3 [530] R:OK -2015-03-11 23:04:08 queue INFO >>3 [531] -2015-03-11 23:04:09 sendUrl INFO 3 [531] R:OK -2015-03-11 23:04:58 queue INFO >>3 [532] -2015-03-11 23:04:59 sendUrl INFO 3 [532] R:OK -2015-03-11 23:05:49 queue INFO >>3 [533] -2015-03-11 23:05:49 sendUrl INFO 3 [533] R:OK -2015-03-11 23:06:39 queue INFO >>3 [534] -2015-03-11 23:06:39 sendUrl INFO 3 [534] R:OK -2015-03-11 23:07:04 queue INFO 83 [535] -2015-03-11 23:07:04 sendUrl INFO 83 [535] R:OK -2015-03-11 23:07:04 queue INFO >83 [536] -2015-03-11 23:07:04 sendUrl INFO 83 [536] R:OK -2015-03-11 23:07:05 queue INFO 3 [537] -2015-03-11 23:07:05 queue INFO >3 [538] -2015-03-11 23:07:06 sendUrl INFO 3 [537] R:OK -2015-03-11 23:07:06 sendUrl INFO 3 [538] R:OK -2015-03-11 23:07:55 queue INFO >>3 [539] -2015-03-11 23:07:56 sendUrl INFO 3 [539] R:OK -2015-03-11 23:08:45 queue INFO >>3 [540] -2015-03-11 23:08:46 sendUrl INFO 3 [540] R:OK -2015-03-11 23:09:36 queue INFO >>3 [541] -2015-03-11 23:09:36 sendUrl INFO 3 [541] R:OK -2015-03-11 23:10:26 queue INFO >>3 [542] -2015-03-11 23:10:26 sendUrl INFO 3 [542] R:OK -2015-03-11 23:11:16 queue INFO >>3 [543] -2015-03-11 23:11:16 sendUrl INFO 3 [543] R:OK -2015-03-11 23:12:06 queue INFO >>3 [544] -2015-03-11 23:12:06 sendUrl INFO 3 [544] R:OK -2015-03-11 23:12:56 queue INFO >>3 [545] -2015-03-11 23:12:57 sendUrl INFO 3 [545] R:OK -2015-03-11 23:13:46 queue INFO >>3 [546] -2015-03-11 23:13:46 sendUrl INFO 3 [546] R:OK -2015-03-11 23:14:36 queue INFO >>3 [547] -2015-03-11 23:14:37 sendUrl INFO 3 [547] R:OK -2015-03-11 23:14:52 queue INFO 83 [548] -2015-03-11 23:14:52 queue INFO >83 [549] -2015-03-11 23:14:52 sendUrl INFO 83 [548] R:OK -2015-03-11 23:14:53 sendUrl INFO 83 [549] R:OK -2015-03-11 23:14:53 queue INFO 3 [550] -2015-03-11 23:14:54 queue INFO >3 [551] -2015-03-11 23:14:54 sendUrl INFO 3 [550] R:OK -2015-03-11 23:14:54 sendUrl INFO 3 [551] R:OK -2015-03-11 23:15:44 queue INFO >>3 [552] -2015-03-11 23:15:44 sendUrl INFO 3 [552] R:OK -2015-03-11 23:16:34 queue INFO >>3 [553] -2015-03-11 23:16:34 sendUrl INFO 3 [553] R:OK -2015-03-11 23:17:24 queue INFO >>3 [554] -2015-03-11 23:17:24 sendUrl INFO 3 [554] R:OK -2015-03-11 23:18:14 queue INFO >>3 [555] -2015-03-11 23:18:14 sendUrl INFO 3 [555] R:OK -2015-03-11 23:19:04 queue INFO >>3 [556] -2015-03-11 23:19:05 sendUrl INFO 3 [556] R:OK -2015-03-11 23:19:54 queue INFO >>3 [557] -2015-03-11 23:19:55 sendUrl INFO 3 [557] R:OK -2015-03-11 23:20:44 queue INFO >>3 [558] -2015-03-11 23:20:45 sendUrl INFO 3 [558] R:OK -2015-03-11 23:21:35 queue INFO >>3 [559] -2015-03-11 23:21:35 sendUrl INFO 3 [559] R:OK -2015-03-11 23:22:25 queue INFO >>3 [560] -2015-03-11 23:22:25 sendUrl INFO 3 [560] R:OK -2015-03-11 23:22:49 queue INFO 83 [561] -2015-03-11 23:22:50 queue INFO >83 [562] -2015-03-11 23:22:50 sendUrl INFO 83 [561] R:OK -2015-03-11 23:22:51 sendUrl INFO 83 [562] R:OK -2015-03-11 23:22:51 queue INFO 3 [563] -2015-03-11 23:22:51 queue INFO >3 [564] -2015-03-11 23:22:52 sendUrl INFO 3 [563] R:OK -2015-03-11 23:22:52 sendUrl INFO 3 [564] R:OK -2015-03-11 23:23:41 queue INFO >>3 [565] -2015-03-11 23:23:41 sendUrl INFO 3 [565] R:OK -2015-03-11 23:24:31 queue INFO >>3 [566] -2015-03-11 23:24:32 sendUrl INFO 3 [566] R:OK -2015-03-11 23:25:22 queue INFO >>3 [567] -2015-03-11 23:25:22 sendUrl INFO 3 [567] R:OK -2015-03-11 23:26:12 queue INFO >>3 [568] -2015-03-11 23:26:12 sendUrl INFO 3 [568] R:OK -2015-03-11 23:27:02 queue INFO >>3 [569] -2015-03-11 23:27:02 sendUrl INFO 3 [569] R:OK -2015-03-11 23:27:52 queue INFO >>3 [570] -2015-03-11 23:27:52 sendUrl INFO 3 [570] R:OK -2015-03-11 23:28:42 queue INFO >>3 [571] -2015-03-11 23:28:42 sendUrl INFO 3 [571] R:OK -2015-03-11 23:29:32 queue INFO >>3 [572] -2015-03-11 23:29:33 sendUrl INFO 3 [572] R:OK -2015-03-11 23:30:22 queue INFO >>3 [573] -2015-03-11 23:30:23 sendUrl INFO 3 [573] R:OK -2015-03-11 23:30:38 queue INFO 83 [574] -2015-03-11 23:30:38 queue INFO >83 [575] -2015-03-11 23:30:38 sendUrl INFO 83 [574] R:OK -2015-03-11 23:30:39 sendUrl INFO 83 [575] R:OK -2015-03-11 23:30:39 queue INFO 3 [576] -2015-03-11 23:30:39 sendUrl INFO 3 [576] R:OK -2015-03-11 23:30:39 queue INFO >3 [577] -2015-03-11 23:30:40 sendUrl INFO 3 [577] R:OK -2015-03-11 23:31:29 queue INFO >>3 [578] -2015-03-11 23:31:30 sendUrl INFO 3 [578] R:OK -2015-03-11 23:32:19 queue INFO >>3 [579] -2015-03-11 23:32:20 sendUrl INFO 3 [579] R:OK -2015-03-11 23:33:10 queue INFO >>3 [580] -2015-03-11 23:33:10 sendUrl INFO 3 [580] R:OK -2015-03-11 23:34:00 queue INFO >>3 [581] -2015-03-11 23:34:00 sendUrl INFO 3 [581] R:OK -2015-03-11 23:34:50 queue INFO >>3 [582] -2015-03-11 23:34:50 sendUrl INFO 3 [582] R:OK -2015-03-11 23:35:40 queue INFO >>3 [583] -2015-03-11 23:35:40 sendUrl INFO 3 [583] R:OK -2015-03-11 23:36:30 queue INFO >>3 [584] -2015-03-11 23:36:31 sendUrl INFO 3 [584] R:OK -2015-03-11 23:37:20 queue INFO >>3 [585] -2015-03-11 23:37:21 sendUrl INFO 3 [585] R:OK -2015-03-11 23:38:10 queue INFO >>3 [586] -2015-03-11 23:38:11 sendUrl INFO 3 [586] R:OK -2015-03-11 23:38:36 queue INFO 83 [587] -2015-03-11 23:38:36 queue INFO >83 [588] -2015-03-11 23:38:36 sendUrl INFO 83 [587] R:OK -2015-03-11 23:38:36 sendUrl INFO 83 [588] R:OK -2015-03-11 23:38:37 queue INFO 3 [589] -2015-03-11 23:38:37 queue INFO >3 [590] -2015-03-11 23:38:37 sendUrl INFO 3 [589] R:OK -2015-03-11 23:38:38 sendUrl INFO 3 [590] R:OK -2015-03-11 23:39:27 queue INFO >>3 [591] -2015-03-11 23:39:28 sendUrl INFO 3 [591] R:OK -2015-03-11 23:40:17 queue INFO >>3 [592] -2015-03-11 23:40:18 sendUrl INFO 3 [592] R:OK -2015-03-11 23:41:07 queue INFO >>3 [593] -2015-03-11 23:41:08 sendUrl INFO 3 [593] R:OK -2015-03-11 23:41:58 queue INFO >>3 [594] -2015-03-11 23:41:58 sendUrl INFO 3 [594] R:OK -2015-03-11 23:42:48 queue INFO >>3 [595] -2015-03-11 23:42:48 sendUrl INFO 3 [595] R:OK -2015-03-11 23:43:38 queue INFO >>3 [596] -2015-03-11 23:43:38 sendUrl INFO 3 [596] R:OK -2015-03-11 23:44:28 queue INFO >>3 [597] -2015-03-11 23:44:28 sendUrl INFO 3 [597] R:OK -2015-03-11 23:45:18 queue INFO >>3 [598] -2015-03-11 23:45:19 sendUrl INFO 3 [598] R:OK -2015-03-11 23:46:08 queue INFO >>3 [599] -2015-03-11 23:46:09 sendUrl INFO 3 [599] R:OK -2015-03-11 23:46:24 queue INFO 83 [600] -2015-03-11 23:46:24 queue INFO >83 [601] -2015-03-11 23:46:24 sendUrl INFO 83 [600] R:OK -2015-03-11 23:46:24 sendUrl INFO 83 [601] R:OK -2015-03-11 23:46:25 queue INFO 3 [602] -2015-03-11 23:46:25 queue INFO >3 [603] -2015-03-11 23:46:26 sendUrl INFO 3 [602] R:OK -2015-03-11 23:46:26 sendUrl INFO 3 [603] R:OK -2015-03-11 23:47:15 queue INFO >>3 [604] -2015-03-11 23:47:16 sendUrl INFO 3 [604] R:OK -2015-03-11 23:48:05 queue INFO >>3 [605] -2015-03-11 23:48:06 sendUrl INFO 3 [605] R:OK -2015-03-11 23:48:56 queue INFO >>3 [606] -2015-03-11 23:48:56 sendUrl INFO 3 [606] R:OK -2015-03-11 23:49:46 queue INFO >>3 [607] -2015-03-11 23:49:46 sendUrl INFO 3 [607] R:OK -2015-03-11 23:50:36 queue INFO >>3 [608] -2015-03-11 23:50:36 sendUrl INFO 3 [608] R:OK -2015-03-11 23:51:26 queue INFO >>3 [609] -2015-03-11 23:51:27 sendUrl INFO 3 [609] R:OK -2015-03-11 23:52:16 queue INFO >>3 [610] -2015-03-11 23:52:16 sendUrl INFO 3 [610] R:OK -2015-03-11 23:53:06 queue INFO >>3 [611] -2015-03-11 23:53:07 sendUrl INFO 3 [611] R:OK -2015-03-11 23:53:56 queue INFO >>3 [612] -2015-03-11 23:53:57 sendUrl INFO 3 [612] R:OK -2015-03-11 23:54:21 queue INFO 83 [613] -2015-03-11 23:54:22 queue INFO >83 [614] -2015-03-11 23:54:22 sendUrl INFO 83 [613] R:OK -2015-03-11 23:54:22 sendUrl INFO 83 [614] R:OK -2015-03-11 23:54:23 queue INFO 3 [615] -2015-03-11 23:54:23 queue INFO >3 [616] -2015-03-11 23:54:23 sendUrl INFO 3 [615] R:OK -2015-03-11 23:54:24 sendUrl INFO 3 [616] R:OK -2015-03-11 23:55:13 queue INFO >>3 [617] -2015-03-11 23:55:14 sendUrl INFO 3 [617] R:OK -2015-03-11 23:56:03 queue INFO >>3 [618] -2015-03-11 23:56:03 sendUrl INFO 3 [618] R:OK -2015-03-11 23:56:53 queue INFO >>3 [619] -2015-03-11 23:56:54 sendUrl INFO 3 [619] R:OK -2015-03-11 23:57:43 queue INFO >>3 [620] -2015-03-11 23:57:44 sendUrl INFO 3 [620] R:OK -2015-03-11 23:58:34 queue INFO >>3 [621] -2015-03-11 23:58:34 sendUrl INFO 3 [621] R:OK -2015-03-11 23:59:24 queue INFO >>3 [622] -2015-03-11 23:59:24 sendUrl INFO 3 [622] R:OK -2015-03-12 00:00:14 queue INFO >>3 [623] -2015-03-12 00:00:14 sendUrl INFO 3 [623] R:OK -2015-03-12 00:01:04 queue INFO >>3 [624] -2015-03-12 00:01:04 sendUrl INFO 3 [624] R:OK -2015-03-12 00:01:54 queue INFO >>3 [625] -2015-03-12 00:01:55 sendUrl INFO 3 [625] R:OK -2015-03-12 00:02:09 queue INFO 83 [626] -2015-03-12 00:02:10 queue INFO >83 [627] -2015-03-12 00:02:10 sendUrl INFO 83 [626] R:OK -2015-03-12 00:02:10 sendUrl INFO 83 [627] R:OK -2015-03-12 00:02:11 queue INFO 3 [628] -2015-03-12 00:02:11 queue INFO >3 [629] -2015-03-12 00:02:11 sendUrl INFO 3 [628] R:OK -2015-03-12 00:02:12 sendUrl INFO 3 [629] R:OK -2015-03-12 00:03:01 queue INFO >>3 [630] -2015-03-12 00:03:02 sendUrl INFO 3 [630] R:OK -2015-03-12 00:03:51 queue INFO >>3 [631] -2015-03-12 00:03:52 sendUrl INFO 3 [631] R:OK -2015-03-12 00:04:42 queue INFO >>3 [632] -2015-03-12 00:04:42 sendUrl INFO 3 [632] R:OK -2015-03-12 00:05:32 queue INFO >>3 [633] -2015-03-12 00:05:32 sendUrl INFO 3 [633] R:OK -2015-03-12 00:06:22 queue INFO >>3 [634] -2015-03-12 00:06:22 sendUrl INFO 3 [634] R:OK -2015-03-12 00:07:12 queue INFO >>3 [635] -2015-03-12 00:07:12 sendUrl INFO 3 [635] R:OK -2015-03-12 00:08:02 queue INFO >>3 [636] -2015-03-12 00:08:02 sendUrl INFO 3 [636] R:OK -2015-03-12 00:08:52 queue INFO >>3 [637] -2015-03-12 00:08:53 sendUrl INFO 3 [637] R:OK -2015-03-12 00:09:42 queue INFO >>3 [638] -2015-03-12 00:09:43 sendUrl INFO 3 [638] R:OK -2015-03-12 00:10:07 queue INFO 83 [639] -2015-03-12 00:10:07 queue INFO >83 [640] -2015-03-12 00:10:08 sendUrl INFO 83 [639] R:OK -2015-03-12 00:10:08 sendUrl INFO 83 [640] R:OK -2015-03-12 00:10:09 queue INFO 3 [641] -2015-03-12 00:10:09 queue INFO >3 [642] -2015-03-12 00:10:09 sendUrl INFO 3 [641] R:OK -2015-03-12 00:10:10 sendUrl INFO 3 [642] R:OK -2015-03-12 00:10:59 queue INFO >>3 [643] -2015-03-12 00:10:59 sendUrl INFO 3 [643] R:OK -2015-03-12 00:11:49 queue INFO >>3 [644] -2015-03-12 00:11:49 sendUrl INFO 3 [644] R:OK -2015-03-12 00:12:39 queue INFO >>3 [645] -2015-03-12 00:12:40 sendUrl INFO 3 [645] R:OK -2015-03-12 00:13:29 queue INFO >>3 [646] -2015-03-12 00:13:30 sendUrl INFO 3 [646] R:OK -2015-03-12 00:14:19 queue INFO >>3 [647] -2015-03-12 00:14:20 sendUrl INFO 3 [647] R:OK -2015-03-12 00:15:10 queue INFO >>3 [648] -2015-03-12 00:15:10 sendUrl INFO 3 [648] R:OK -2015-03-12 00:16:00 queue INFO >>3 [649] -2015-03-12 00:16:00 sendUrl INFO 3 [649] R:OK -2015-03-12 00:16:50 queue INFO >>3 [650] -2015-03-12 00:16:50 sendUrl INFO 3 [650] R:OK -2015-03-12 00:17:40 queue INFO >>3 [651] -2015-03-12 00:17:41 sendUrl INFO 3 [651] R:OK -2015-03-12 00:17:55 queue INFO 83 [652] -2015-03-12 00:17:56 queue INFO >83 [653] -2015-03-12 00:17:56 sendUrl INFO 83 [652] R:OK -2015-03-12 00:17:56 sendUrl INFO 83 [653] R:OK -2015-03-12 00:17:57 queue INFO 3 [654] -2015-03-12 00:17:57 queue INFO >3 [655] -2015-03-12 00:17:57 sendUrl INFO 3 [654] R:OK -2015-03-12 00:17:58 sendUrl INFO 3 [655] R:OK -2015-03-12 00:18:47 queue INFO >>3 [656] -2015-03-12 00:18:48 sendUrl INFO 3 [656] R:OK -2015-03-12 00:19:37 queue INFO >>3 [657] -2015-03-12 00:19:37 sendUrl INFO 3 [657] R:OK -2015-03-12 00:20:27 queue INFO >>3 [658] -2015-03-12 00:20:28 sendUrl INFO 3 [658] R:OK -2015-03-12 00:21:18 queue INFO >>3 [659] -2015-03-12 00:21:18 sendUrl INFO 3 [659] R:OK -2015-03-12 00:22:08 queue INFO >>3 [660] -2015-03-12 00:22:08 sendUrl INFO 3 [660] R:OK -2015-03-12 00:22:58 queue INFO >>3 [661] -2015-03-12 00:22:58 sendUrl INFO 3 [661] R:OK -2015-03-12 00:23:48 queue INFO >>3 [662] -2015-03-12 00:23:49 sendUrl INFO 3 [662] R:OK -2015-03-12 00:24:38 queue INFO >>3 [663] -2015-03-12 00:24:38 sendUrl INFO 3 [663] R:OK -2015-03-12 00:25:28 queue INFO >>3 [664] -2015-03-12 00:25:29 sendUrl INFO 3 [664] R:OK -2015-03-12 00:25:53 queue INFO 83 [665] -2015-03-12 00:25:53 queue INFO >83 [666] -2015-03-12 00:25:53 sendUrl INFO 83 [665] R:OK -2015-03-12 00:25:54 sendUrl INFO 83 [666] R:OK -2015-03-12 00:25:55 queue INFO 3 [667] -2015-03-12 00:25:55 queue INFO >3 [668] -2015-03-12 00:25:55 sendUrl INFO 3 [667] R:OK -2015-03-12 00:25:55 sendUrl INFO 3 [668] R:OK -2015-03-12 00:26:45 queue INFO >>3 [669] -2015-03-12 00:26:45 sendUrl INFO 3 [669] R:OK -2015-03-12 00:27:35 queue INFO >>3 [670] -2015-03-12 00:27:35 sendUrl INFO 3 [670] R:OK -2015-03-12 00:28:25 queue INFO >>3 [671] -2015-03-12 00:28:25 sendUrl INFO 3 [671] R:OK -2015-03-12 00:29:15 queue INFO >>3 [672] -2015-03-12 00:29:16 sendUrl INFO 3 [672] R:OK -2015-03-12 00:30:05 queue INFO >>3 [673] -2015-03-12 00:30:06 sendUrl INFO 3 [673] R:OK -2015-03-12 00:30:56 queue INFO >>3 [674] -2015-03-12 00:30:56 sendUrl INFO 3 [674] R:OK -2015-03-12 00:31:46 queue INFO >>3 [675] -2015-03-12 00:31:46 sendUrl INFO 3 [675] R:OK -2015-03-12 00:32:36 queue INFO >>3 [676] -2015-03-12 00:32:36 sendUrl INFO 3 [676] R:OK -2015-03-12 00:33:26 queue INFO >>3 [677] -2015-03-12 00:33:26 sendUrl INFO 3 [677] R:OK -2015-03-12 00:33:41 queue INFO 83 [678] -2015-03-12 00:33:41 queue INFO >83 [679] -2015-03-12 00:33:42 sendUrl INFO 83 [678] R:OK -2015-03-12 00:33:42 sendUrl INFO 83 [679] R:OK -2015-03-12 00:33:43 queue INFO 3 [680] -2015-03-12 00:33:43 sendUrl INFO 3 [680] R:OK -2015-03-12 00:33:43 queue INFO >3 [681] -2015-03-12 00:33:43 sendUrl INFO 3 [681] R:OK -2015-03-12 00:34:33 queue INFO >>3 [682] -2015-03-12 00:34:33 sendUrl INFO 3 [682] R:OK -2015-03-12 00:35:23 queue INFO >>3 [683] -2015-03-12 00:35:24 sendUrl INFO 3 [683] R:OK -2015-03-12 00:36:13 queue INFO >>3 [684] -2015-03-12 00:36:14 sendUrl INFO 3 [684] R:OK -2015-03-12 00:37:03 queue INFO >>3 [685] -2015-03-12 00:37:04 sendUrl INFO 3 [685] R:OK -2015-03-12 00:37:54 queue INFO >>3 [686] -2015-03-12 00:37:54 sendUrl INFO 3 [686] R:OK -2015-03-12 00:38:44 queue INFO >>3 [687] -2015-03-12 00:38:44 sendUrl INFO 3 [687] R:OK -2015-03-12 00:39:34 queue INFO >>3 [688] -2015-03-12 00:39:34 sendUrl INFO 3 [688] R:OK -2015-03-12 00:40:24 queue INFO >>3 [689] -2015-03-12 00:40:24 sendUrl INFO 3 [689] R:OK -2015-03-12 00:41:14 queue INFO >>3 [690] -2015-03-12 00:41:15 sendUrl INFO 3 [690] R:OK -2015-03-12 00:41:39 queue INFO 83 [691] -2015-03-12 00:41:39 sendUrl INFO 83 [691] R:OK -2015-03-12 00:41:39 queue INFO >83 [692] -2015-03-12 00:41:40 sendUrl INFO 83 [692] R:OK -2015-03-12 00:41:41 queue INFO 3 [693] -2015-03-12 00:41:41 queue INFO >3 [694] -2015-03-12 00:41:41 sendUrl INFO 3 [693] R:OK -2015-03-12 00:41:42 sendUrl INFO 3 [694] R:OK -2015-03-12 00:42:31 queue INFO >>3 [695] -2015-03-12 00:42:31 sendUrl INFO 3 [695] R:OK -2015-03-12 00:43:21 queue INFO >>3 [696] -2015-03-12 00:43:21 sendUrl INFO 3 [696] R:OK -2015-03-12 00:44:11 queue INFO >>3 [697] -2015-03-12 00:44:12 sendUrl INFO 3 [697] R:OK -2015-03-12 00:45:01 queue INFO >>3 [698] -2015-03-12 00:45:02 sendUrl INFO 3 [698] R:OK -2015-03-12 00:45:51 queue INFO >>3 [699] -2015-03-12 00:45:52 sendUrl INFO 3 [699] R:OK -2015-03-12 00:46:42 queue INFO >>3 [700] -2015-03-12 00:46:42 sendUrl INFO 3 [700] R:OK -2015-03-12 00:47:32 queue INFO >>3 [701] -2015-03-12 00:47:32 sendUrl INFO 3 [701] R:OK -2015-03-12 00:48:22 queue INFO >>3 [702] -2015-03-12 00:48:22 sendUrl INFO 3 [702] R:OK -2015-03-12 00:49:12 queue INFO >>3 [703] -2015-03-12 00:49:12 sendUrl INFO 3 [703] R:OK -2015-03-12 00:49:27 queue INFO 83 [704] -2015-03-12 00:49:28 queue INFO >83 [705] -2015-03-12 00:49:28 sendUrl INFO 83 [704] R:OK -2015-03-12 00:49:28 sendUrl INFO 83 [705] R:OK -2015-03-12 00:49:29 queue INFO 3 [706] -2015-03-12 00:49:29 queue INFO >3 [707] -2015-03-12 00:49:29 sendUrl INFO 3 [706] R:OK -2015-03-12 00:49:30 sendUrl INFO 3 [707] R:OK -2015-03-12 00:50:19 queue INFO >>3 [708] -2015-03-12 00:50:19 sendUrl INFO 3 [708] R:OK -2015-03-12 00:51:09 queue INFO >>3 [709] -2015-03-12 00:51:09 sendUrl INFO 3 [709] R:OK -2015-03-12 00:51:59 queue INFO >>3 [710] -2015-03-12 00:52:00 sendUrl INFO 3 [710] R:OK -2015-03-12 00:52:50 queue INFO >>3 [711] -2015-03-12 00:52:50 sendUrl INFO 3 [711] R:OK -2015-03-12 00:53:40 queue INFO >>3 [712] -2015-03-12 00:53:40 sendUrl INFO 3 [712] R:OK -2015-03-12 00:54:30 queue INFO >>3 [713] -2015-03-12 00:54:30 sendUrl INFO 3 [713] R:OK -2015-03-12 00:55:20 queue INFO >>3 [714] -2015-03-12 00:55:20 sendUrl INFO 3 [714] R:OK -2015-03-12 00:56:10 queue INFO >>3 [715] -2015-03-12 00:56:11 sendUrl INFO 3 [715] R:OK -2015-03-12 00:57:00 queue INFO >>3 [716] -2015-03-12 00:57:01 sendUrl INFO 3 [716] R:OK -2015-03-12 00:57:25 queue INFO 83 [717] -2015-03-12 00:57:25 queue INFO >83 [718] -2015-03-12 00:57:26 sendUrl INFO 83 [717] R:OK -2015-03-12 00:57:26 sendUrl INFO 83 [718] R:OK -2015-03-12 00:57:27 queue INFO 3 [719] -2015-03-12 00:57:27 queue INFO >3 [720] -2015-03-12 00:57:27 sendUrl INFO 3 [719] R:OK -2015-03-12 00:57:28 sendUrl INFO 3 [720] R:OK -2015-03-12 00:58:17 queue INFO >>3 [721] -2015-03-12 00:58:17 sendUrl INFO 3 [721] R:OK -2015-03-12 00:59:07 queue INFO >>3 [722] -2015-03-12 00:59:07 sendUrl INFO 3 [722] R:OK -2015-03-12 00:59:57 queue INFO >>3 [723] -2015-03-12 00:59:58 sendUrl INFO 3 [723] R:OK -2015-03-12 01:00:47 queue INFO >>3 [724] -2015-03-12 01:00:47 sendUrl INFO 3 [724] R:OK -2015-03-12 01:01:37 queue INFO >>3 [725] -2015-03-12 01:01:38 sendUrl INFO 3 [725] R:OK -2015-03-12 01:02:28 queue INFO >>3 [726] -2015-03-12 01:02:28 sendUrl INFO 3 [726] R:OK -2015-03-12 01:03:18 queue INFO >>3 [727] -2015-03-12 01:03:18 sendUrl INFO 3 [727] R:OK -2015-03-12 01:04:08 queue INFO >>3 [728] -2015-03-12 01:04:08 sendUrl INFO 3 [728] R:OK -2015-03-12 01:04:58 queue INFO >>3 [729] -2015-03-12 01:04:59 sendUrl INFO 3 [729] R:OK -2015-03-12 01:05:13 queue INFO 83 [730] -2015-03-12 01:05:13 sendUrl INFO 83 [730] R:OK -2015-03-12 01:05:13 queue INFO >83 [731] -2015-03-12 01:05:14 sendUrl INFO 83 [731] R:OK -2015-03-12 01:05:15 queue INFO 3 [732] -2015-03-12 01:05:15 queue INFO >3 [733] -2015-03-12 01:05:15 sendUrl INFO 3 [732] R:OK -2015-03-12 01:05:16 sendUrl INFO 3 [733] R:OK -2015-03-12 01:06:05 queue INFO >>3 [734] -2015-03-12 01:06:05 sendUrl INFO 3 [734] R:OK -2015-03-12 01:06:55 queue INFO >>3 [735] -2015-03-12 01:06:55 sendUrl INFO 3 [735] R:OK -2015-03-12 01:07:45 queue INFO >>3 [736] -2015-03-12 01:07:45 sendUrl INFO 3 [736] R:OK -2015-03-12 01:08:35 queue INFO >>3 [737] -2015-03-12 01:08:35 sendUrl INFO 3 [737] R:OK -2015-03-12 01:09:25 queue INFO >>3 [738] -2015-03-12 01:09:26 sendUrl INFO 3 [738] R:OK -2015-03-12 01:10:16 queue INFO >>3 [739] -2015-03-12 01:10:16 sendUrl INFO 3 [739] R:OK -2015-03-12 01:11:06 queue INFO >>3 [740] -2015-03-12 01:11:06 sendUrl INFO 3 [740] R:OK -2015-03-12 01:11:56 queue INFO >>3 [741] -2015-03-12 01:11:56 sendUrl INFO 3 [741] R:OK -2015-03-12 01:12:46 queue INFO >>3 [742] -2015-03-12 01:12:46 sendUrl INFO 3 [742] R:OK -2015-03-12 01:13:11 queue INFO 83 [743] -2015-03-12 01:13:11 queue INFO >83 [744] -2015-03-12 01:13:11 sendUrl INFO 83 [743] R:OK -2015-03-12 01:13:12 sendUrl INFO 83 [744] R:OK -2015-03-12 01:13:12 queue INFO 3 [745] -2015-03-12 01:13:13 queue INFO >3 [746] -2015-03-12 01:13:13 sendUrl INFO 3 [745] R:OK -2015-03-12 01:13:13 sendUrl INFO 3 [746] R:OK -2015-03-12 01:14:03 queue INFO >>3 [747] -2015-03-12 01:14:03 sendUrl INFO 3 [747] R:OK -2015-03-12 01:14:53 queue INFO >>3 [748] -2015-03-12 01:14:53 sendUrl INFO 3 [748] R:OK -2015-03-12 01:15:43 queue INFO >>3 [749] -2015-03-12 01:15:43 sendUrl INFO 3 [749] R:OK -2015-03-12 01:16:33 queue INFO >>3 [750] -2015-03-12 01:16:33 sendUrl INFO 3 [750] R:OK -2015-03-12 01:17:23 queue INFO >>3 [751] -2015-03-12 01:17:24 sendUrl INFO 3 [751] R:OK -2015-03-12 01:18:13 queue INFO >>3 [752] -2015-03-12 01:18:14 sendUrl INFO 3 [752] R:OK -2015-03-12 01:19:04 queue INFO >>3 [753] -2015-03-12 01:19:04 sendUrl INFO 3 [753] R:OK -2015-03-12 01:19:54 queue INFO >>3 [754] -2015-03-12 01:19:54 sendUrl INFO 3 [754] R:OK -2015-03-12 01:20:44 queue INFO >>3 [755] -2015-03-12 01:20:44 sendUrl INFO 3 [755] R:OK -2015-03-12 01:20:59 queue INFO 83 [756] -2015-03-12 01:20:59 queue INFO >83 [757] -2015-03-12 01:20:59 sendUrl INFO 83 [756] R:OK -2015-03-12 01:21:00 sendUrl INFO 83 [757] R:OK -2015-03-12 01:21:01 queue INFO 3 [758] -2015-03-12 01:21:01 queue INFO >3 [759] -2015-03-12 01:21:01 sendUrl INFO 3 [758] R:OK -2015-03-12 01:21:01 sendUrl INFO 3 [759] R:OK -2015-03-12 01:21:51 queue INFO >>3 [760] -2015-03-12 01:21:51 sendUrl INFO 3 [760] R:OK -2015-03-12 01:22:41 queue INFO >>3 [761] -2015-03-12 01:22:41 sendUrl INFO 3 [761] R:OK -2015-03-12 01:23:31 queue INFO >>3 [762] -2015-03-12 01:23:31 sendUrl INFO 3 [762] R:OK -2015-03-12 01:24:21 queue INFO >>3 [763] -2015-03-12 01:24:22 sendUrl INFO 3 [763] R:OK -2015-03-12 01:25:11 queue INFO >>3 [764] -2015-03-12 01:25:12 sendUrl INFO 3 [764] R:OK -2015-03-12 01:26:02 queue INFO >>3 [765] -2015-03-12 01:26:02 sendUrl INFO 3 [765] R:OK -2015-03-12 01:26:52 queue INFO >>3 [766] -2015-03-12 01:26:52 sendUrl INFO 3 [766] R:OK -2015-03-12 01:27:42 queue INFO >>3 [767] -2015-03-12 01:27:42 sendUrl INFO 3 [767] R:OK -2015-03-12 01:28:32 queue INFO >>3 [768] -2015-03-12 01:28:32 sendUrl INFO 3 [768] R:OK -2015-03-12 01:28:57 queue INFO 83 [769] -2015-03-12 01:28:57 queue INFO >83 [770] -2015-03-12 01:28:57 sendUrl INFO 83 [769] R:OK -2015-03-12 01:28:58 sendUrl INFO 83 [770] R:OK -2015-03-12 01:28:58 queue INFO 3 [771] -2015-03-12 01:28:59 queue INFO >3 [772] -2015-03-12 01:28:59 sendUrl INFO 3 [771] R:OK -2015-03-12 01:28:59 sendUrl INFO 3 [772] R:OK -2015-03-12 01:29:49 queue INFO >>3 [773] -2015-03-12 01:29:49 sendUrl INFO 3 [773] R:OK -2015-03-12 01:30:39 queue INFO >>3 [774] -2015-03-12 01:30:39 sendUrl INFO 3 [774] R:OK -2015-03-12 01:31:29 queue INFO >>3 [775] -2015-03-12 01:31:29 sendUrl INFO 3 [775] R:OK -2015-03-12 01:32:19 queue INFO >>3 [776] -2015-03-12 01:32:20 sendUrl INFO 3 [776] R:OK -2015-03-12 01:33:09 queue INFO >>3 [777] -2015-03-12 01:33:09 sendUrl INFO 3 [777] R:OK -2015-03-12 01:33:59 queue INFO >>3 [778] -2015-03-12 01:34:00 sendUrl INFO 3 [778] R:OK -2015-03-12 01:34:49 queue INFO >>3 [779] -2015-03-12 01:34:50 sendUrl INFO 3 [779] R:OK -2015-03-12 01:35:40 queue INFO >>3 [780] -2015-03-12 01:35:40 sendUrl INFO 3 [780] R:OK -2015-03-12 01:36:30 queue INFO >>3 [781] -2015-03-12 01:36:30 sendUrl INFO 3 [781] R:OK -2015-03-12 01:36:45 queue INFO 83 [782] -2015-03-12 01:36:45 queue INFO >83 [783] -2015-03-12 01:36:45 sendUrl INFO 83 [782] R:OK -2015-03-12 01:36:46 sendUrl INFO 83 [783] R:OK -2015-03-12 01:36:46 queue INFO 3 [784] -2015-03-12 01:36:47 queue INFO >3 [785] -2015-03-12 01:36:47 sendUrl INFO 3 [784] R:OK -2015-03-12 01:36:47 sendUrl INFO 3 [785] R:OK -2015-03-12 01:37:36 queue INFO >>3 [786] -2015-03-12 01:37:37 sendUrl INFO 3 [786] R:OK -2015-03-12 01:38:27 queue INFO >>3 [787] -2015-03-12 01:38:27 sendUrl INFO 3 [787] R:OK -2015-03-12 01:39:17 queue INFO >>3 [788] -2015-03-12 01:39:17 sendUrl INFO 3 [788] R:OK -2015-03-12 01:40:07 queue INFO >>3 [789] -2015-03-12 01:40:07 sendUrl INFO 3 [789] R:OK -2015-03-12 01:40:57 queue INFO >>3 [790] -2015-03-12 01:40:57 sendUrl INFO 3 [790] R:OK -2015-03-12 01:41:47 queue INFO >>3 [791] -2015-03-12 01:41:47 sendUrl INFO 3 [791] R:OK -2015-03-12 01:42:37 queue INFO >>3 [792] -2015-03-12 01:42:38 sendUrl INFO 3 [792] R:OK -2015-03-12 01:43:27 queue INFO >>3 [793] -2015-03-12 01:43:28 sendUrl INFO 3 [793] R:OK -2015-03-12 01:44:18 queue INFO >>3 [794] -2015-03-12 01:44:18 sendUrl INFO 3 [794] R:OK -2015-03-12 01:44:43 queue INFO 83 [795] -2015-03-12 01:44:43 queue INFO >83 [796] -2015-03-12 01:44:43 sendUrl INFO 83 [795] R:OK -2015-03-12 01:44:43 sendUrl INFO 83 [796] R:OK -2015-03-12 01:44:44 queue INFO 3 [797] -2015-03-12 01:44:44 queue INFO >3 [798] -2015-03-12 01:44:45 sendUrl INFO 3 [797] R:OK -2015-03-12 01:44:45 sendUrl INFO 3 [798] R:OK -2015-03-12 01:45:34 queue INFO >>3 [799] -2015-03-12 01:45:35 sendUrl INFO 3 [799] R:OK -2015-03-12 01:46:25 queue INFO >>3 [800] -2015-03-12 01:46:25 sendUrl INFO 3 [800] R:OK -2015-03-12 01:47:15 queue INFO >>3 [801] -2015-03-12 01:47:15 sendUrl INFO 3 [801] R:OK -2015-03-12 01:48:05 queue INFO >>3 [802] -2015-03-12 01:48:05 sendUrl INFO 3 [802] R:OK -2015-03-12 01:48:55 queue INFO >>3 [803] -2015-03-12 01:48:55 sendUrl INFO 3 [803] R:OK -2015-03-12 01:49:45 queue INFO >>3 [804] -2015-03-12 01:49:46 sendUrl INFO 3 [804] R:OK -2015-03-12 01:50:35 queue INFO >>3 [805] -2015-03-12 01:50:35 sendUrl INFO 3 [805] R:OK -2015-03-12 01:51:25 queue INFO >>3 [806] -2015-03-12 01:51:26 sendUrl INFO 3 [806] R:OK -2015-03-12 01:52:15 queue INFO >>3 [807] -2015-03-12 01:52:16 sendUrl INFO 3 [807] R:OK -2015-03-12 01:52:31 queue INFO 83 [808] -2015-03-12 01:52:31 queue INFO >83 [809] -2015-03-12 01:52:31 sendUrl INFO 83 [808] R:OK -2015-03-12 01:52:32 sendUrl INFO 83 [809] R:OK -2015-03-12 01:52:33 queue INFO 3 [810] -2015-03-12 01:52:33 sendUrl INFO 3 [810] R:OK -2015-03-12 01:52:33 queue INFO >3 [811] -2015-03-12 01:52:33 sendUrl INFO 3 [811] R:OK -2015-03-12 01:53:23 queue INFO >>3 [812] -2015-03-12 01:53:23 sendUrl INFO 3 [812] R:OK -2015-03-12 01:54:13 queue INFO >>3 [813] -2015-03-12 01:54:13 sendUrl INFO 3 [813] R:OK -2015-03-12 01:55:03 queue INFO >>3 [814] -2015-03-12 01:55:03 sendUrl INFO 3 [814] R:OK -2015-03-12 01:55:53 queue INFO >>3 [815] -2015-03-12 01:55:53 sendUrl INFO 3 [815] R:OK -2015-03-12 01:56:43 queue INFO >>3 [816] -2015-03-12 01:56:44 sendUrl INFO 3 [816] R:OK -2015-03-12 01:57:33 queue INFO >>3 [817] -2015-03-12 01:57:34 sendUrl INFO 3 [817] R:OK -2015-03-12 01:58:24 queue INFO >>3 [818] -2015-03-12 01:58:24 sendUrl INFO 3 [818] R:OK -2015-03-12 01:59:14 queue INFO >>3 [819] -2015-03-12 01:59:14 sendUrl INFO 3 [819] R:OK -2015-03-12 02:00:04 queue INFO >>3 [820] -2015-03-12 02:00:04 sendUrl INFO 3 [820] R:OK -2015-03-12 02:00:29 queue INFO 83 [821] -2015-03-12 02:00:29 queue INFO >83 [822] -2015-03-12 02:00:29 sendUrl INFO 83 [821] R:OK -2015-03-12 02:00:29 sendUrl INFO 83 [822] R:OK -2015-03-12 02:00:30 queue INFO 3 [823] -2015-03-12 02:00:30 queue INFO >3 [824] -2015-03-12 02:00:30 sendUrl INFO 3 [823] R:OK -2015-03-12 02:00:31 sendUrl INFO 3 [824] R:OK -2015-03-12 02:01:20 queue INFO >>3 [825] -2015-03-12 02:01:21 sendUrl INFO 3 [825] R:OK -2015-03-12 02:02:10 queue INFO >>3 [826] -2015-03-12 02:02:11 sendUrl INFO 3 [826] R:OK -2015-03-12 02:03:01 queue INFO >>3 [827] -2015-03-12 02:03:01 sendUrl INFO 3 [827] R:OK -2015-03-12 02:03:51 queue INFO >>3 [828] -2015-03-12 02:03:51 sendUrl INFO 3 [828] R:OK -2015-03-12 02:04:41 queue INFO >>3 [829] -2015-03-12 02:04:41 sendUrl INFO 3 [829] R:OK -2015-03-12 02:05:31 queue INFO >>3 [830] -2015-03-12 02:05:31 sendUrl INFO 3 [830] R:OK -2015-03-12 02:06:21 queue INFO >>3 [831] -2015-03-12 02:06:21 sendUrl INFO 3 [831] R:OK -2015-03-12 02:07:11 queue INFO >>3 [832] -2015-03-12 02:07:12 sendUrl INFO 3 [832] R:OK -2015-03-12 02:08:01 queue INFO >>3 [833] -2015-03-12 02:08:02 sendUrl INFO 3 [833] R:OK -2015-03-12 02:08:51 queue INFO >>3 [834] -2015-03-12 02:08:52 sendUrl INFO 3 [834] R:OK -2015-03-12 02:09:10 queue INFO 83 [835] -2015-03-12 02:09:10 queue INFO >83 [836] -2015-03-12 02:09:10 sendUrl INFO 83 [835] R:OK -2015-03-12 02:09:10 sendUrl INFO 83 [836] R:OK -2015-03-12 02:09:11 queue INFO 3 [837] -2015-03-12 02:09:11 queue INFO >3 [838] -2015-03-12 02:09:11 sendUrl INFO 3 [837] R:OK -2015-03-12 02:09:12 sendUrl INFO 3 [838] R:OK -2015-03-12 02:10:01 queue INFO >>3 [839] -2015-03-12 02:10:02 sendUrl INFO 3 [839] R:OK -2015-03-12 02:10:51 queue INFO >>3 [840] -2015-03-12 02:10:52 sendUrl INFO 3 [840] R:OK -2015-03-12 02:11:42 queue INFO >>3 [841] -2015-03-12 02:11:42 sendUrl INFO 3 [841] R:OK -2015-03-12 02:12:32 queue INFO >>3 [842] -2015-03-12 02:12:32 sendUrl INFO 3 [842] R:OK -2015-03-12 02:13:22 queue INFO >>3 [843] -2015-03-12 02:13:22 sendUrl INFO 3 [843] R:OK -2015-03-12 02:14:12 queue INFO >>3 [844] -2015-03-12 02:14:12 sendUrl INFO 3 [844] R:OK -2015-03-12 02:15:02 queue INFO >>3 [845] -2015-03-12 02:15:03 sendUrl INFO 3 [845] R:OK -2015-03-12 02:15:52 queue INFO >>3 [846] -2015-03-12 02:15:53 sendUrl INFO 3 [846] R:OK -2015-03-12 02:16:43 queue INFO >>3 [847] -2015-03-12 02:16:43 sendUrl INFO 3 [847] R:OK -2015-03-12 02:17:07 queue INFO 83 [848] -2015-03-12 02:17:08 queue INFO >83 [849] -2015-03-12 02:17:08 sendUrl INFO 83 [848] R:OK -2015-03-12 02:17:08 sendUrl INFO 83 [849] R:OK -2015-03-12 02:17:09 queue INFO 3 [850] -2015-03-12 02:17:09 queue INFO >3 [851] -2015-03-12 02:17:10 sendUrl INFO 3 [850] R:OK -2015-03-12 02:17:10 sendUrl INFO 3 [851] R:OK -2015-03-12 02:17:59 queue INFO >>3 [852] -2015-03-12 02:17:59 sendUrl INFO 3 [852] R:OK -2015-03-12 02:18:49 queue INFO >>3 [853] -2015-03-12 02:18:50 sendUrl INFO 3 [853] R:OK -2015-03-12 02:19:39 queue INFO >>3 [854] -2015-03-12 02:19:40 sendUrl INFO 3 [854] R:OK -2015-03-12 02:20:30 queue INFO >>3 [855] -2015-03-12 02:20:30 sendUrl INFO 3 [855] R:OK -2015-03-12 02:21:20 queue INFO >>3 [856] -2015-03-12 02:21:20 sendUrl INFO 3 [856] R:OK -2015-03-12 02:22:10 queue INFO >>3 [857] -2015-03-12 02:22:10 sendUrl INFO 3 [857] R:OK -2015-03-12 02:23:00 queue INFO >>3 [858] -2015-03-12 02:23:00 sendUrl INFO 3 [858] R:OK -2015-03-12 02:23:50 queue INFO >>3 [859] -2015-03-12 02:23:51 sendUrl INFO 3 [859] R:OK -2015-03-12 02:24:40 queue INFO >>3 [860] -2015-03-12 02:24:41 sendUrl INFO 3 [860] R:OK -2015-03-12 02:24:56 queue INFO 83 [861] -2015-03-12 02:24:56 queue INFO >83 [862] -2015-03-12 02:24:56 sendUrl INFO 83 [861] R:OK -2015-03-12 02:24:57 sendUrl INFO 83 [862] R:OK -2015-03-12 02:24:57 queue INFO 3 [863] -2015-03-12 02:24:57 sendUrl INFO 3 [863] R:OK -2015-03-12 02:24:57 queue INFO >3 [864] -2015-03-12 02:24:58 sendUrl INFO 3 [864] R:OK -2015-03-12 02:25:47 queue INFO >>3 [865] -2015-03-12 02:25:48 sendUrl INFO 3 [865] R:OK -2015-03-12 02:26:37 queue INFO >>3 [866] -2015-03-12 02:26:38 sendUrl INFO 3 [866] R:OK -2015-03-12 02:27:27 queue INFO >>3 [867] -2015-03-12 02:27:28 sendUrl INFO 3 [867] R:OK -2015-03-12 02:28:18 queue INFO >>3 [868] -2015-03-12 02:28:18 sendUrl INFO 3 [868] R:OK -2015-03-12 02:29:08 queue INFO >>3 [869] -2015-03-12 02:29:08 sendUrl INFO 3 [869] R:OK -2015-03-12 02:29:58 queue INFO >>3 [870] -2015-03-12 02:29:58 sendUrl INFO 3 [870] R:OK -2015-03-12 02:30:48 queue INFO >>3 [871] -2015-03-12 02:30:49 sendUrl INFO 3 [871] R:OK -2015-03-12 02:31:38 queue INFO >>3 [872] -2015-03-12 02:31:38 sendUrl INFO 3 [872] R:OK -2015-03-12 02:32:28 queue INFO >>3 [873] -2015-03-12 02:32:29 sendUrl INFO 3 [873] R:OK -2015-03-12 02:32:53 queue INFO 83 [874] -2015-03-12 02:32:53 sendUrl INFO 83 [874] R:OK -2015-03-12 02:32:53 queue INFO >83 [875] -2015-03-12 02:32:54 sendUrl INFO 83 [875] R:OK -2015-03-12 02:32:55 queue INFO 3 [876] -2015-03-12 02:32:55 queue INFO >3 [877] -2015-03-12 02:32:55 sendUrl INFO 3 [876] R:OK -2015-03-12 02:32:56 sendUrl INFO 3 [877] R:OK -2015-03-12 02:33:45 queue INFO >>3 [878] -2015-03-12 02:33:45 sendUrl INFO 3 [878] R:OK -2015-03-12 02:34:35 queue INFO >>3 [879] -2015-03-12 02:34:36 sendUrl INFO 3 [879] R:OK -2015-03-12 02:35:25 queue INFO >>3 [880] -2015-03-12 02:35:25 sendUrl INFO 3 [880] R:OK -2015-03-12 02:36:15 queue INFO >>3 [881] -2015-03-12 02:36:16 sendUrl INFO 3 [881] R:OK -2015-03-12 02:37:05 queue INFO >>3 [882] -2015-03-12 02:37:06 sendUrl INFO 3 [882] R:OK -2015-03-12 02:37:56 queue INFO >>3 [883] -2015-03-12 02:37:56 sendUrl INFO 3 [883] R:OK -2015-03-12 02:38:46 queue INFO >>3 [884] -2015-03-12 02:38:46 sendUrl INFO 3 [884] R:OK -2015-03-12 02:39:36 queue INFO >>3 [885] -2015-03-12 02:39:36 sendUrl INFO 3 [885] R:OK -2015-03-12 02:40:26 queue INFO >>3 [886] -2015-03-12 02:40:26 sendUrl INFO 3 [886] R:OK -2015-03-12 02:40:41 queue INFO 83 [887] -2015-03-12 02:40:42 queue INFO >83 [888] -2015-03-12 02:40:42 sendUrl INFO 83 [887] R:OK -2015-03-12 02:40:42 sendUrl INFO 83 [888] R:OK -2015-03-12 02:40:43 queue INFO 3 [889] -2015-03-12 02:40:43 sendUrl INFO 3 [889] R:OK -2015-03-12 02:40:43 queue INFO >3 [890] -2015-03-12 02:40:44 sendUrl INFO 3 [890] R:OK -2015-03-12 02:41:33 queue INFO >>3 [891] -2015-03-12 02:41:33 sendUrl INFO 3 [891] R:OK -2015-03-12 02:42:23 queue INFO >>3 [892] -2015-03-12 02:42:24 sendUrl INFO 3 [892] R:OK -2015-03-12 02:43:13 queue INFO >>3 [893] -2015-03-12 02:43:14 sendUrl INFO 3 [893] R:OK -2015-03-12 02:44:04 queue INFO >>3 [894] -2015-03-12 02:44:04 sendUrl INFO 3 [894] R:OK -2015-03-12 02:44:54 queue INFO >>3 [895] -2015-03-12 02:44:54 sendUrl INFO 3 [895] R:OK -2015-03-12 02:45:44 queue INFO >>3 [896] -2015-03-12 02:45:44 sendUrl INFO 3 [896] R:OK -2015-03-12 02:46:34 queue INFO >>3 [897] -2015-03-12 02:46:34 sendUrl INFO 3 [897] R:OK -2015-03-12 02:47:24 queue INFO >>3 [898] -2015-03-12 02:47:24 sendUrl INFO 3 [898] R:OK -2015-03-12 02:48:14 queue INFO >>3 [899] -2015-03-12 02:48:15 sendUrl INFO 3 [899] R:OK -2015-03-12 02:48:39 queue INFO 83 [900] -2015-03-12 02:48:39 sendUrl INFO 83 [900] R:OK -2015-03-12 02:48:39 queue INFO >83 [901] -2015-03-12 02:48:40 sendUrl INFO 83 [901] R:OK -2015-03-12 02:48:41 queue INFO 3 [902] -2015-03-12 02:48:41 queue INFO >3 [903] -2015-03-12 02:48:41 sendUrl INFO 3 [902] R:OK -2015-03-12 02:48:42 sendUrl INFO 3 [903] R:OK -2015-03-12 02:49:31 queue INFO >>3 [904] -2015-03-12 02:49:32 sendUrl INFO 3 [904] R:OK -2015-03-12 02:50:21 queue INFO >>3 [905] -2015-03-12 02:50:21 sendUrl INFO 3 [905] R:OK -2015-03-12 02:51:11 queue INFO >>3 [906] -2015-03-12 02:51:12 sendUrl INFO 3 [906] R:OK -2015-03-12 02:52:01 queue INFO >>3 [907] -2015-03-12 02:52:02 sendUrl INFO 3 [907] R:OK -2015-03-12 02:52:52 queue INFO >>3 [908] -2015-03-12 02:52:52 sendUrl INFO 3 [908] R:OK -2015-03-12 02:53:42 queue INFO >>3 [909] -2015-03-12 02:53:42 sendUrl INFO 3 [909] R:OK -2015-03-12 02:54:32 queue INFO >>3 [910] -2015-03-12 02:54:32 sendUrl INFO 3 [910] R:OK -2015-03-12 02:55:22 queue INFO >>3 [911] -2015-03-12 02:55:22 sendUrl INFO 3 [911] R:OK -2015-03-12 02:56:12 queue INFO >>3 [912] -2015-03-12 02:56:12 sendUrl INFO 3 [912] R:OK -2015-03-12 02:56:27 queue INFO 83 [913] -2015-03-12 02:56:28 queue INFO >83 [914] -2015-03-12 02:56:28 sendUrl INFO 83 [913] R:OK -2015-03-12 02:56:28 sendUrl INFO 83 [914] R:OK -2015-03-12 02:56:29 queue INFO 3 [915] -2015-03-12 02:56:29 queue INFO >3 [916] -2015-03-12 02:56:29 sendUrl INFO 3 [915] R:OK -2015-03-12 02:56:30 sendUrl INFO 3 [916] R:OK -2015-03-12 02:57:19 queue INFO >>3 [917] -2015-03-12 02:57:20 sendUrl INFO 3 [917] R:OK -2015-03-12 02:58:09 queue INFO >>3 [918] -2015-03-12 02:58:10 sendUrl INFO 3 [918] R:OK -2015-03-12 02:58:59 queue INFO >>3 [919] -2015-03-12 02:59:00 sendUrl INFO 3 [919] R:OK -2015-03-12 02:59:50 queue INFO >>3 [920] -2015-03-12 02:59:50 sendUrl INFO 3 [920] R:OK -2015-03-12 03:00:40 queue INFO >>3 [921] -2015-03-12 03:00:40 sendUrl INFO 3 [921] R:OK -2015-03-12 03:01:30 queue INFO >>3 [922] -2015-03-12 03:01:30 sendUrl INFO 3 [922] R:OK -2015-03-12 03:02:20 queue INFO >>3 [923] -2015-03-12 03:02:20 sendUrl INFO 3 [923] R:OK -2015-03-12 03:03:10 queue INFO >>3 [924] -2015-03-12 03:03:11 sendUrl INFO 3 [924] R:OK -2015-03-12 03:04:00 queue INFO >>3 [925] -2015-03-12 03:04:00 sendUrl INFO 3 [925] R:OK -2015-03-12 03:04:25 queue INFO 83 [926] -2015-03-12 03:04:25 queue INFO >83 [927] -2015-03-12 03:04:26 sendUrl INFO 83 [926] R:OK -2015-03-12 03:04:26 sendUrl INFO 83 [927] R:OK -2015-03-12 03:04:27 queue INFO 3 [928] -2015-03-12 03:04:27 queue INFO >3 [929] -2015-03-12 03:04:27 sendUrl INFO 3 [928] R:OK -2015-03-12 03:04:28 sendUrl INFO 3 [929] R:OK -2015-03-12 03:05:17 queue INFO >>3 [930] -2015-03-12 03:05:17 sendUrl INFO 3 [930] R:OK -2015-03-12 03:06:07 queue INFO >>3 [931] -2015-03-12 03:06:07 sendUrl INFO 3 [931] R:OK -2015-03-12 03:06:57 queue INFO >>3 [932] -2015-03-12 03:06:58 sendUrl INFO 3 [932] R:OK -2015-03-12 03:07:47 queue INFO >>3 [933] -2015-03-12 03:07:47 sendUrl INFO 3 [933] R:OK -2015-03-12 03:08:37 queue INFO >>3 [934] -2015-03-12 03:08:38 sendUrl INFO 3 [934] R:OK -2015-03-12 03:09:28 queue INFO >>3 [935] -2015-03-12 03:09:28 sendUrl INFO 3 [935] R:OK -2015-03-12 03:10:18 queue INFO >>3 [936] -2015-03-12 03:10:18 sendUrl INFO 3 [936] R:OK -2015-03-12 03:11:08 queue INFO >>3 [937] -2015-03-12 03:11:08 sendUrl INFO 3 [937] R:OK -2015-03-12 03:11:58 queue INFO >>3 [938] -2015-03-12 03:11:59 sendUrl INFO 3 [938] R:OK -2015-03-12 03:12:13 queue INFO 83 [939] -2015-03-12 03:12:13 sendUrl INFO 83 [939] R:OK -2015-03-12 03:12:13 queue INFO >83 [940] -2015-03-12 03:12:14 sendUrl INFO 83 [940] R:OK -2015-03-12 03:12:15 queue INFO 3 [941] -2015-03-12 03:12:15 queue INFO >3 [942] -2015-03-12 03:12:15 sendUrl INFO 3 [941] R:OK -2015-03-12 03:12:16 sendUrl INFO 3 [942] R:OK -2015-03-12 03:13:05 queue INFO >>3 [943] -2015-03-12 03:13:05 sendUrl INFO 3 [943] R:OK -2015-03-12 03:13:55 queue INFO >>3 [944] -2015-03-12 03:13:55 sendUrl INFO 3 [944] R:OK -2015-03-12 03:14:45 queue INFO >>3 [945] -2015-03-12 03:14:46 sendUrl INFO 3 [945] R:OK -2015-03-12 03:15:35 queue INFO >>3 [946] -2015-03-12 03:15:36 sendUrl INFO 3 [946] R:OK -2015-03-12 03:16:25 queue INFO >>3 [947] -2015-03-12 03:16:26 sendUrl INFO 3 [947] R:OK -2015-03-12 03:17:16 queue INFO >>3 [948] -2015-03-12 03:17:16 sendUrl INFO 3 [948] R:OK -2015-03-12 03:18:06 queue INFO >>3 [949] -2015-03-12 03:18:06 sendUrl INFO 3 [949] R:OK -2015-03-12 03:18:56 queue INFO >>3 [950] -2015-03-12 03:18:56 sendUrl INFO 3 [950] R:OK -2015-03-12 03:19:46 queue INFO >>3 [951] -2015-03-12 03:19:46 sendUrl INFO 3 [951] R:OK -2015-03-12 03:20:11 queue INFO 83 [952] -2015-03-12 03:20:11 queue INFO >83 [953] -2015-03-12 03:20:11 sendUrl INFO 83 [952] R:OK -2015-03-12 03:20:12 sendUrl INFO 83 [953] R:OK -2015-03-12 03:20:13 queue INFO 3 [954] -2015-03-12 03:20:13 queue INFO >3 [955] -2015-03-12 03:20:13 sendUrl INFO 3 [954] R:OK -2015-03-12 03:20:13 sendUrl INFO 3 [955] R:OK -2015-03-12 03:21:03 queue INFO >>3 [956] -2015-03-12 03:21:03 sendUrl INFO 3 [956] R:OK -2015-03-12 03:21:53 queue INFO >>3 [957] -2015-03-12 03:21:53 sendUrl INFO 3 [957] R:OK -2015-03-12 03:22:43 queue INFO >>3 [958] -2015-03-12 03:22:43 sendUrl INFO 3 [958] R:OK -2015-03-12 03:23:33 queue INFO >>3 [959] -2015-03-12 03:23:34 sendUrl INFO 3 [959] R:OK -2015-03-12 03:24:23 queue INFO >>3 [960] -2015-03-12 03:24:24 sendUrl INFO 3 [960] R:OK -2015-03-12 03:25:13 queue INFO >>3 [961] -2015-03-12 03:25:14 sendUrl INFO 3 [961] R:OK -2015-03-12 03:26:04 queue INFO >>3 [962] -2015-03-12 03:26:04 sendUrl INFO 3 [962] R:OK -2015-03-12 03:26:54 queue INFO >>3 [963] -2015-03-12 03:26:54 sendUrl INFO 3 [963] R:OK -2015-03-12 03:27:44 queue INFO >>3 [964] -2015-03-12 03:27:44 sendUrl INFO 3 [964] R:OK -2015-03-12 03:27:59 queue INFO 83 [965] -2015-03-12 03:27:59 queue INFO >83 [966] -2015-03-12 03:28:00 sendUrl INFO 83 [965] R:OK -2015-03-12 03:28:00 sendUrl INFO 83 [966] R:OK -2015-03-12 03:28:01 queue INFO 3 [967] -2015-03-12 03:28:01 queue INFO >3 [968] -2015-03-12 03:28:01 sendUrl INFO 3 [967] R:OK -2015-03-12 03:28:02 sendUrl INFO 3 [968] R:OK -2015-03-12 03:28:51 queue INFO >>3 [969] -2015-03-12 03:28:51 sendUrl INFO 3 [969] R:OK -2015-03-12 03:29:41 queue INFO >>3 [970] -2015-03-12 03:29:41 sendUrl INFO 3 [970] R:OK -2015-03-12 03:30:31 queue INFO >>3 [971] -2015-03-12 03:30:32 sendUrl INFO 3 [971] R:OK -2015-03-12 03:31:21 queue INFO >>3 [972] -2015-03-12 03:31:22 sendUrl INFO 3 [972] R:OK -2015-03-12 03:32:12 queue INFO >>3 [973] -2015-03-12 03:32:12 sendUrl INFO 3 [973] R:OK -2015-03-12 03:33:02 queue INFO >>3 [974] -2015-03-12 03:33:02 sendUrl INFO 3 [974] R:OK -2015-03-12 03:33:52 queue INFO >>3 [975] -2015-03-12 03:33:52 sendUrl INFO 3 [975] R:OK -2015-03-12 03:34:42 queue INFO >>3 [976] -2015-03-12 03:34:42 sendUrl INFO 3 [976] R:OK -2015-03-12 03:35:32 queue INFO >>3 [977] -2015-03-12 03:35:33 sendUrl INFO 3 [977] R:OK -2015-03-12 03:35:57 queue INFO 83 [978] -2015-03-12 03:35:57 queue INFO >83 [979] -2015-03-12 03:35:57 sendUrl INFO 83 [978] R:OK -2015-03-12 03:35:58 sendUrl INFO 83 [979] R:OK -2015-03-12 03:35:58 queue INFO 3 [980] -2015-03-12 03:35:59 queue INFO >3 [981] -2015-03-12 03:35:59 sendUrl INFO 3 [980] R:OK -2015-03-12 03:35:59 sendUrl INFO 3 [981] R:OK -2015-03-12 03:36:49 queue INFO >>3 [982] -2015-03-12 03:36:49 sendUrl INFO 3 [982] R:OK -2015-03-12 03:37:39 queue INFO >>3 [983] -2015-03-12 03:37:39 sendUrl INFO 3 [983] R:OK -2015-03-12 03:38:29 queue INFO >>3 [984] -2015-03-12 03:38:29 sendUrl INFO 3 [984] R:OK -2015-03-12 03:39:19 queue INFO >>3 [985] -2015-03-12 03:39:20 sendUrl INFO 3 [985] R:OK -2015-03-12 03:40:09 queue INFO >>3 [986] -2015-03-12 03:40:09 sendUrl INFO 3 [986] R:OK -2015-03-12 03:40:59 queue INFO >>3 [987] -2015-03-12 03:41:00 sendUrl INFO 3 [987] R:OK -2015-03-12 03:41:49 queue INFO >>3 [988] -2015-03-12 03:41:50 sendUrl INFO 3 [988] R:OK -2015-03-12 03:42:40 queue INFO >>3 [989] -2015-03-12 03:42:40 sendUrl INFO 3 [989] R:OK -2015-03-12 03:43:30 queue INFO >>3 [990] -2015-03-12 03:43:30 sendUrl INFO 3 [990] R:OK -2015-03-12 03:43:45 queue INFO 83 [991] -2015-03-12 03:43:45 queue INFO >83 [992] -2015-03-12 03:43:45 sendUrl INFO 83 [991] R:OK -2015-03-12 03:43:46 sendUrl INFO 83 [992] R:OK -2015-03-12 03:43:47 queue INFO 3 [993] -2015-03-12 03:43:47 queue INFO >3 [994] -2015-03-12 03:43:47 sendUrl INFO 3 [993] R:OK -2015-03-12 03:43:47 sendUrl INFO 3 [994] R:OK -2015-03-12 03:44:37 queue INFO >>3 [995] -2015-03-12 03:44:37 sendUrl INFO 3 [995] R:OK -2015-03-12 03:45:27 queue INFO >>3 [996] -2015-03-12 03:45:28 sendUrl INFO 3 [996] R:OK -2015-03-12 03:46:17 queue INFO >>3 [997] -2015-03-12 03:46:17 sendUrl INFO 3 [997] R:OK -2015-03-12 03:47:07 queue INFO >>3 [998] -2015-03-12 03:47:08 sendUrl INFO 3 [998] R:OK -2015-03-12 03:47:57 queue INFO >>3 [999] -2015-03-12 03:47:58 sendUrl INFO 3 [999] R:OK -2015-03-12 03:48:48 queue INFO >>3 [0] -2015-03-12 03:48:48 sendUrl INFO 3 [0] R:OK -2015-03-12 03:49:38 queue INFO >>3 [1] -2015-03-12 03:49:38 sendUrl INFO 3 [1] R:OK -2015-03-12 03:50:28 queue INFO >>3 [2] -2015-03-12 03:50:28 sendUrl INFO 3 [2] R:OK -2015-03-12 03:51:18 queue INFO >>3 [3] -2015-03-12 03:51:18 sendUrl INFO 3 [3] R:OK -2015-03-12 03:51:43 queue INFO 83 [4] -2015-03-12 03:51:43 sendUrl INFO 83 [4] R:OK -2015-03-12 03:51:43 queue INFO >83 [5] -2015-03-12 03:51:44 sendUrl INFO 83 [5] R:OK -2015-03-12 03:51:45 queue INFO 3 [6] -2015-03-12 03:51:45 queue INFO >3 [7] -2015-03-12 03:51:45 sendUrl INFO 3 [6] R:OK -2015-03-12 03:51:46 sendUrl INFO 3 [7] R:OK -2015-03-12 03:52:35 queue INFO >>3 [8] -2015-03-12 03:52:35 sendUrl INFO 3 [8] R:OK -2015-03-12 03:53:25 queue INFO >>3 [9] -2015-03-12 03:53:25 sendUrl INFO 3 [9] R:OK -2015-03-12 03:54:15 queue INFO >>3 [10] -2015-03-12 03:54:16 sendUrl INFO 3 [10] R:OK -2015-03-12 03:55:05 queue INFO >>3 [11] -2015-03-12 03:55:05 sendUrl INFO 3 [11] R:OK -2015-03-12 03:55:55 queue INFO >>3 [12] -2015-03-12 03:55:56 sendUrl INFO 3 [12] R:OK -2015-03-12 03:56:45 queue INFO >>3 [13] -2015-03-12 03:56:46 sendUrl INFO 3 [13] R:OK -2015-03-12 03:57:36 queue INFO >>3 [14] -2015-03-12 03:57:36 sendUrl INFO 3 [14] R:OK -2015-03-12 03:58:26 queue INFO >>3 [15] -2015-03-12 03:58:26 sendUrl INFO 3 [15] R:OK -2015-03-12 03:59:16 queue INFO >>3 [16] -2015-03-12 03:59:16 sendUrl INFO 3 [16] R:OK -2015-03-12 03:59:31 queue INFO 83 [17] -2015-03-12 03:59:31 queue INFO >83 [18] -2015-03-12 03:59:32 sendUrl INFO 83 [17] R:OK -2015-03-12 03:59:32 sendUrl INFO 83 [18] R:OK -2015-03-12 03:59:33 queue INFO 3 [19] -2015-03-12 03:59:33 queue INFO >3 [20] -2015-03-12 03:59:33 sendUrl INFO 3 [19] R:OK -2015-03-12 03:59:34 sendUrl INFO 3 [20] R:OK -2015-03-12 04:00:23 queue INFO >>3 [21] -2015-03-12 04:00:23 sendUrl INFO 3 [21] R:OK -2015-03-12 04:01:13 queue INFO >>3 [22] -2015-03-12 04:01:13 sendUrl INFO 3 [22] R:OK -2015-03-12 04:02:03 queue INFO >>3 [23] -2015-03-12 04:02:03 sendUrl INFO 3 [23] R:OK -2015-03-12 04:02:53 queue INFO >>3 [24] -2015-03-12 04:02:53 sendUrl INFO 3 [24] R:OK -2015-03-12 04:03:43 queue INFO >>3 [25] -2015-03-12 04:03:44 sendUrl INFO 3 [25] R:OK -2015-03-12 04:04:33 queue INFO >>3 [26] -2015-03-12 04:04:34 sendUrl INFO 3 [26] R:OK -2015-03-12 04:05:24 queue INFO >>3 [27] -2015-03-12 04:05:24 sendUrl INFO 3 [27] R:OK -2015-03-12 04:06:14 queue INFO >>3 [28] -2015-03-12 04:06:14 sendUrl INFO 3 [28] R:OK -2015-03-12 04:07:04 queue INFO >>3 [29] -2015-03-12 04:07:04 sendUrl INFO 3 [29] R:OK -2015-03-12 04:07:29 queue INFO 83 [30] -2015-03-12 04:07:29 queue INFO >83 [31] -2015-03-12 04:07:29 sendUrl INFO 83 [30] R:OK -2015-03-12 04:07:30 sendUrl INFO 83 [31] R:OK -2015-03-12 04:07:30 queue INFO 3 [32] -2015-03-12 04:07:31 queue INFO >3 [33] -2015-03-12 04:07:31 sendUrl INFO 3 [32] R:OK -2015-03-12 04:07:31 sendUrl INFO 3 [33] R:OK -2015-03-12 04:08:21 queue INFO >>3 [34] -2015-03-12 04:08:21 sendUrl INFO 3 [34] R:OK -2015-03-12 04:09:11 queue INFO >>3 [35] -2015-03-12 04:09:11 sendUrl INFO 3 [35] R:OK -2015-03-12 04:10:01 queue INFO >>3 [36] -2015-03-12 04:10:01 sendUrl INFO 3 [36] R:OK -2015-03-12 04:10:51 queue INFO >>3 [37] -2015-03-12 04:10:51 sendUrl INFO 3 [37] R:OK -2015-03-12 04:11:41 queue INFO >>3 [38] -2015-03-12 04:11:42 sendUrl INFO 3 [38] R:OK -2015-03-12 04:12:31 queue INFO >>3 [39] -2015-03-12 04:12:32 sendUrl INFO 3 [39] R:OK -2015-03-12 04:13:21 queue INFO >>3 [40] -2015-03-12 04:13:22 sendUrl INFO 3 [40] R:OK -2015-03-12 04:14:12 queue INFO >>3 [41] -2015-03-12 04:14:12 sendUrl INFO 3 [41] R:OK -2015-03-12 04:15:02 queue INFO >>3 [42] -2015-03-12 04:15:02 sendUrl INFO 3 [42] R:OK -2015-03-12 04:15:17 queue INFO 83 [43] -2015-03-12 04:15:17 queue INFO >83 [44] -2015-03-12 04:15:18 sendUrl INFO 83 [43] R:OK -2015-03-12 04:15:18 sendUrl INFO 83 [44] R:OK -2015-03-12 04:15:19 queue INFO 3 [45] -2015-03-12 04:15:19 queue INFO >3 [46] -2015-03-12 04:15:19 sendUrl INFO 3 [45] R:OK -2015-03-12 04:15:19 sendUrl INFO 3 [46] R:OK -2015-03-12 04:16:09 queue INFO >>3 [47] -2015-03-12 04:16:09 sendUrl INFO 3 [47] R:OK -2015-03-12 04:16:59 queue INFO >>3 [48] -2015-03-12 04:16:59 sendUrl INFO 3 [48] R:OK -2015-03-12 04:17:49 queue INFO >>3 [49] -2015-03-12 04:17:49 sendUrl INFO 3 [49] R:OK -2015-03-12 04:18:39 queue INFO >>3 [50] -2015-03-12 04:18:39 sendUrl INFO 3 [50] R:OK -2015-03-12 04:19:29 queue INFO >>3 [51] -2015-03-12 04:19:30 sendUrl INFO 3 [51] R:OK -2015-03-12 04:20:19 queue INFO >>3 [52] -2015-03-12 04:20:19 sendUrl INFO 3 [52] R:OK -2015-03-12 04:21:10 queue INFO >>3 [53] -2015-03-12 04:21:10 sendUrl INFO 3 [53] R:OK -2015-03-12 04:22:00 queue INFO >>3 [54] -2015-03-12 04:22:00 sendUrl INFO 3 [54] R:OK -2015-03-12 04:22:50 queue INFO >>3 [55] -2015-03-12 04:22:50 sendUrl INFO 3 [55] R:OK -2015-03-12 04:23:15 queue INFO 83 [56] -2015-03-12 04:23:15 queue INFO >83 [57] -2015-03-12 04:23:15 sendUrl INFO 83 [56] R:OK -2015-03-12 04:23:16 sendUrl INFO 83 [57] R:OK -2015-03-12 04:23:16 queue INFO 3 [58] -2015-03-12 04:23:16 queue INFO >3 [59] -2015-03-12 04:23:17 sendUrl INFO 3 [58] R:OK -2015-03-12 04:23:17 sendUrl INFO 3 [59] R:OK -2015-03-12 04:24:06 queue INFO >>3 [60] -2015-03-12 04:24:07 sendUrl INFO 3 [60] R:OK -2015-03-12 04:24:57 queue INFO >>3 [61] -2015-03-12 04:24:57 sendUrl INFO 3 [61] R:OK -2015-03-12 04:25:47 queue INFO >>3 [62] -2015-03-12 04:25:47 sendUrl INFO 3 [62] R:OK -2015-03-12 04:26:37 queue INFO >>3 [63] -2015-03-12 04:26:37 sendUrl INFO 3 [63] R:OK -2015-03-12 04:27:27 queue INFO >>3 [64] -2015-03-12 04:27:27 sendUrl INFO 3 [64] R:OK -2015-03-12 04:28:17 queue INFO >>3 [65] -2015-03-12 04:28:18 sendUrl INFO 3 [65] R:OK -2015-03-12 04:29:07 queue INFO >>3 [66] -2015-03-12 04:29:08 sendUrl INFO 3 [66] R:OK -2015-03-12 04:29:58 queue INFO >>3 [67] -2015-03-12 04:29:58 sendUrl INFO 3 [67] R:OK -2015-03-12 04:30:48 queue INFO >>3 [68] -2015-03-12 04:30:48 sendUrl INFO 3 [68] R:OK -2015-03-12 04:31:03 queue INFO 83 [69] -2015-03-12 04:31:03 queue INFO >83 [70] -2015-03-12 04:31:03 sendUrl INFO 83 [69] R:OK -2015-03-12 04:31:04 sendUrl INFO 83 [70] R:OK -2015-03-12 04:31:05 queue INFO 3 [71] -2015-03-12 04:31:05 queue INFO >3 [72] -2015-03-12 04:31:05 sendUrl INFO 3 [71] R:OK -2015-03-12 04:31:05 sendUrl INFO 3 [72] R:OK -2015-03-12 04:31:55 queue INFO >>3 [73] -2015-03-12 04:31:55 sendUrl INFO 3 [73] R:OK -2015-03-12 04:32:45 queue INFO >>3 [74] -2015-03-12 04:32:45 sendUrl INFO 3 [74] R:OK -2015-03-12 04:33:35 queue INFO >>3 [75] -2015-03-12 04:33:35 sendUrl INFO 3 [75] R:OK -2015-03-12 04:34:25 queue INFO >>3 [76] -2015-03-12 04:34:26 sendUrl INFO 3 [76] R:OK -2015-03-12 04:35:15 queue INFO >>3 [77] -2015-03-12 04:35:15 sendUrl INFO 3 [77] R:OK -2015-03-12 04:36:05 queue INFO >>3 [78] -2015-03-12 04:36:06 sendUrl INFO 3 [78] R:OK -2015-03-12 04:36:56 queue INFO >>3 [79] -2015-03-12 04:36:56 sendUrl INFO 3 [79] R:OK -2015-03-12 04:37:46 queue INFO >>3 [80] -2015-03-12 04:37:46 sendUrl INFO 3 [80] R:OK -2015-03-12 04:38:36 queue INFO >>3 [81] -2015-03-12 04:38:36 sendUrl INFO 3 [81] R:OK -2015-03-12 04:39:01 queue INFO 83 [82] -2015-03-12 04:39:01 queue INFO >83 [83] -2015-03-12 04:39:01 sendUrl INFO 83 [82] R:OK -2015-03-12 04:39:02 sendUrl INFO 83 [83] R:OK -2015-03-12 04:39:02 queue INFO 3 [84] -2015-03-12 04:39:02 queue INFO >3 [85] -2015-03-12 04:39:03 sendUrl INFO 3 [84] R:OK -2015-03-12 04:39:03 sendUrl INFO 3 [85] R:OK -2015-03-12 04:39:52 queue INFO >>3 [86] -2015-03-12 04:39:53 sendUrl INFO 3 [86] R:OK -2015-03-12 04:40:42 queue INFO >>3 [87] -2015-03-12 04:40:43 sendUrl INFO 3 [87] R:OK -2015-03-12 04:41:33 queue INFO >>3 [88] -2015-03-12 04:41:33 sendUrl INFO 3 [88] R:OK -2015-03-12 04:42:23 queue INFO >>3 [89] -2015-03-12 04:42:23 sendUrl INFO 3 [89] R:OK -2015-03-12 04:43:13 queue INFO >>3 [90] -2015-03-12 04:43:13 sendUrl INFO 3 [90] R:OK -2015-03-12 04:44:03 queue INFO >>3 [91] -2015-03-12 04:44:04 sendUrl INFO 3 [91] R:OK -2015-03-12 04:44:53 queue INFO >>3 [92] -2015-03-12 04:44:53 sendUrl INFO 3 [92] R:OK -2015-03-12 04:45:43 queue INFO >>3 [93] -2015-03-12 04:45:44 sendUrl INFO 3 [93] R:OK -2015-03-12 04:46:34 queue INFO >>3 [94] -2015-03-12 04:46:34 sendUrl INFO 3 [94] R:OK -2015-03-12 04:46:49 queue INFO 83 [95] -2015-03-12 04:46:49 queue INFO >83 [96] -2015-03-12 04:46:49 sendUrl INFO 83 [95] R:OK -2015-03-12 04:46:50 sendUrl INFO 83 [96] R:OK -2015-03-12 04:46:50 queue INFO 3 [97] -2015-03-12 04:46:50 queue INFO >3 [98] -2015-03-12 04:46:51 sendUrl INFO 3 [97] R:OK -2015-03-12 04:46:51 sendUrl INFO 3 [98] R:OK -2015-03-12 04:47:40 queue INFO >>3 [99] -2015-03-12 04:47:40 sendUrl INFO 3 [99] R:OK -2015-03-12 04:48:31 queue INFO >>3 [100] -2015-03-12 04:48:31 sendUrl INFO 3 [100] R:OK -2015-03-12 04:49:21 queue INFO >>3 [101] -2015-03-12 04:49:21 sendUrl INFO 3 [101] R:OK -2015-03-12 04:50:11 queue INFO >>3 [102] -2015-03-12 04:50:11 sendUrl INFO 3 [102] R:OK -2015-03-12 04:51:01 queue INFO >>3 [103] -2015-03-12 04:51:01 sendUrl INFO 3 [103] R:OK -2015-03-12 04:51:51 queue INFO >>3 [104] -2015-03-12 04:51:52 sendUrl INFO 3 [104] R:OK -2015-03-12 04:52:41 queue INFO >>3 [105] -2015-03-12 04:52:41 sendUrl INFO 3 [105] R:OK -2015-03-12 04:53:31 queue INFO >>3 [106] -2015-03-12 04:53:32 sendUrl INFO 3 [106] R:OK -2015-03-12 04:54:22 queue INFO >>3 [107] -2015-03-12 04:54:22 sendUrl INFO 3 [107] R:OK -2015-03-12 04:54:46 queue INFO 83 [108] -2015-03-12 04:54:47 queue INFO >83 [109] -2015-03-12 04:54:47 sendUrl INFO 83 [108] R:OK -2015-03-12 04:54:47 sendUrl INFO 83 [109] R:OK -2015-03-12 04:54:48 queue INFO 3 [110] -2015-03-12 04:54:48 queue INFO >3 [111] -2015-03-12 04:54:48 sendUrl INFO 3 [110] R:OK -2015-03-12 04:54:49 sendUrl INFO 3 [111] R:OK -2015-03-12 04:55:38 queue INFO >>3 [112] -2015-03-12 04:55:39 sendUrl INFO 3 [112] R:OK -2015-03-12 04:56:28 queue INFO >>3 [113] -2015-03-12 04:56:28 sendUrl INFO 3 [113] R:OK -2015-03-12 04:57:19 queue INFO >>3 [114] -2015-03-12 04:57:19 sendUrl INFO 3 [114] R:OK -2015-03-12 04:58:09 queue INFO >>3 [115] -2015-03-12 04:58:09 sendUrl INFO 3 [115] R:OK -2015-03-12 04:58:59 queue INFO >>3 [116] -2015-03-12 04:58:59 sendUrl INFO 3 [116] R:OK -2015-03-12 04:59:49 queue INFO >>3 [117] -2015-03-12 04:59:49 sendUrl INFO 3 [117] R:OK -2015-03-12 05:00:39 queue INFO >>3 [118] -2015-03-12 05:00:40 sendUrl INFO 3 [118] R:OK -2015-03-12 05:01:29 queue INFO >>3 [119] -2015-03-12 05:01:29 sendUrl INFO 3 [119] R:OK -2015-03-12 05:02:19 queue INFO >>3 [120] -2015-03-12 05:02:20 sendUrl INFO 3 [120] R:OK -2015-03-12 05:02:35 queue INFO 83 [121] -2015-03-12 05:02:35 queue INFO >83 [122] -2015-03-12 05:02:35 sendUrl INFO 83 [121] R:OK -2015-03-12 05:02:35 sendUrl INFO 83 [122] R:OK -2015-03-12 05:02:36 queue INFO 3 [123] -2015-03-12 05:02:36 queue INFO >3 [124] -2015-03-12 05:02:36 sendUrl INFO 3 [123] R:OK -2015-03-12 05:02:37 sendUrl INFO 3 [124] R:OK -2015-03-12 05:03:26 queue INFO >>3 [125] -2015-03-12 05:03:27 sendUrl INFO 3 [125] R:OK -2015-03-12 05:04:17 queue INFO >>3 [126] -2015-03-12 05:04:17 sendUrl INFO 3 [126] R:OK -2015-03-12 05:05:07 queue INFO >>3 [127] -2015-03-12 05:05:07 sendUrl INFO 3 [127] R:OK -2015-03-12 05:05:57 queue INFO >>3 [128] -2015-03-12 05:05:57 sendUrl INFO 3 [128] R:OK -2015-03-12 05:06:47 queue INFO >>3 [129] -2015-03-12 05:06:47 sendUrl INFO 3 [129] R:OK -2015-03-12 05:07:37 queue INFO >>3 [130] -2015-03-12 05:07:37 sendUrl INFO 3 [130] R:OK -2015-03-12 05:08:27 queue INFO >>3 [131] -2015-03-12 05:08:28 sendUrl INFO 3 [131] R:OK -2015-03-12 05:09:17 queue INFO >>3 [132] -2015-03-12 05:09:18 sendUrl INFO 3 [132] R:OK -2015-03-12 05:10:08 queue INFO >>3 [133] -2015-03-12 05:10:08 sendUrl INFO 3 [133] R:OK -2015-03-12 05:10:32 queue INFO 83 [134] -2015-03-12 05:10:33 queue INFO >83 [135] -2015-03-12 05:10:33 sendUrl INFO 83 [134] R:OK -2015-03-12 05:10:33 sendUrl INFO 83 [135] R:OK -2015-03-12 05:10:34 queue INFO 3 [136] -2015-03-12 05:10:34 queue INFO >3 [137] -2015-03-12 05:10:34 sendUrl INFO 3 [136] R:OK -2015-03-12 05:10:35 sendUrl INFO 3 [137] R:OK -2015-03-12 05:11:24 queue INFO >>3 [138] -2015-03-12 05:11:24 sendUrl INFO 3 [138] R:OK -2015-03-12 05:12:14 queue INFO >>3 [139] -2015-03-12 05:12:14 sendUrl INFO 3 [139] R:OK -2015-03-12 05:13:04 queue INFO >>3 [140] -2015-03-12 05:13:05 sendUrl INFO 3 [140] R:OK -2015-03-12 05:13:54 queue INFO >>3 [141] -2015-03-12 05:13:55 sendUrl INFO 3 [141] R:OK -2015-03-12 05:14:45 queue INFO >>3 [142] -2015-03-12 05:14:45 sendUrl INFO 3 [142] R:OK -2015-03-12 05:15:35 queue INFO >>3 [143] -2015-03-12 05:15:35 sendUrl INFO 3 [143] R:OK -2015-03-12 05:16:25 queue INFO >>3 [144] -2015-03-12 05:16:25 sendUrl INFO 3 [144] R:OK -2015-03-12 05:17:15 queue INFO >>3 [145] -2015-03-12 05:17:15 sendUrl INFO 3 [145] R:OK -2015-03-12 05:18:05 queue INFO >>3 [146] -2015-03-12 05:18:06 sendUrl INFO 3 [146] R:OK -2015-03-12 05:18:20 queue INFO 83 [147] -2015-03-12 05:18:21 queue INFO >83 [148] -2015-03-12 05:18:21 sendUrl INFO 83 [147] R:OK -2015-03-12 05:18:21 sendUrl INFO 83 [148] R:OK -2015-03-12 05:18:22 queue INFO 3 [149] -2015-03-12 05:18:22 queue INFO >3 [150] -2015-03-12 05:18:22 sendUrl INFO 3 [149] R:OK -2015-03-12 05:18:23 sendUrl INFO 3 [150] R:OK -2015-03-12 05:19:12 queue INFO >>3 [151] -2015-03-12 05:19:13 sendUrl INFO 3 [151] R:OK -2015-03-12 05:20:02 queue INFO >>3 [152] -2015-03-12 05:20:02 sendUrl INFO 3 [152] R:OK -2015-03-12 05:20:52 queue INFO >>3 [153] -2015-03-12 05:20:53 sendUrl INFO 3 [153] R:OK -2015-03-12 05:21:43 queue INFO >>3 [154] -2015-03-12 05:21:43 sendUrl INFO 3 [154] R:OK -2015-03-12 05:22:33 queue INFO >>3 [155] -2015-03-12 05:22:33 sendUrl INFO 3 [155] R:OK -2015-03-12 05:23:23 queue INFO >>3 [156] -2015-03-12 05:23:23 sendUrl INFO 3 [156] R:OK -2015-03-12 05:24:13 queue INFO >>3 [157] -2015-03-12 05:24:14 sendUrl INFO 3 [157] R:OK -2015-03-12 05:25:03 queue INFO >>3 [158] -2015-03-12 05:25:03 sendUrl INFO 3 [158] R:OK -2015-03-12 05:25:53 queue INFO >>3 [159] -2015-03-12 05:25:54 sendUrl INFO 3 [159] R:OK -2015-03-12 05:26:18 queue INFO 83 [160] -2015-03-12 05:26:18 queue INFO >83 [161] -2015-03-12 05:26:18 sendUrl INFO 83 [160] R:OK -2015-03-12 05:26:19 sendUrl INFO 83 [161] R:OK -2015-03-12 05:26:20 queue INFO 3 [162] -2015-03-12 05:26:20 sendUrl INFO 3 [162] R:OK -2015-03-12 05:26:20 queue INFO >3 [163] -2015-03-12 05:26:20 sendUrl INFO 3 [163] R:OK -2015-03-12 05:27:10 queue INFO >>3 [164] -2015-03-12 05:27:10 sendUrl INFO 3 [164] R:OK -2015-03-12 05:28:00 queue INFO >>3 [165] -2015-03-12 05:28:01 sendUrl INFO 3 [165] R:OK -2015-03-12 05:28:50 queue INFO >>3 [166] -2015-03-12 05:28:50 sendUrl INFO 3 [166] R:OK -2015-03-12 05:29:40 queue INFO >>3 [167] -2015-03-12 05:29:41 sendUrl INFO 3 [167] R:OK -2015-03-12 05:30:30 queue INFO >>3 [168] -2015-03-12 05:30:31 sendUrl INFO 3 [168] R:OK -2015-03-12 05:31:21 queue INFO >>3 [169] -2015-03-12 05:31:21 sendUrl INFO 3 [169] R:OK -2015-03-12 05:32:11 queue INFO >>3 [170] -2015-03-12 05:32:11 sendUrl INFO 3 [170] R:OK -2015-03-12 05:33:01 queue INFO >>3 [171] -2015-03-12 05:33:01 sendUrl INFO 3 [171] R:OK -2015-03-12 05:33:51 queue INFO >>3 [172] -2015-03-12 05:33:51 sendUrl INFO 3 [172] R:OK -2015-03-12 05:34:06 queue INFO 83 [173] -2015-03-12 05:34:07 sendUrl INFO 83 [173] R:OK -2015-03-12 05:34:07 queue INFO >83 [174] -2015-03-12 05:34:07 sendUrl INFO 83 [174] R:OK -2015-03-12 05:34:08 queue INFO 3 [175] -2015-03-12 05:34:08 queue INFO >3 [176] -2015-03-12 05:34:08 sendUrl INFO 3 [175] R:OK -2015-03-12 05:34:09 sendUrl INFO 3 [176] R:OK -2015-03-12 05:34:58 queue INFO >>3 [177] -2015-03-12 05:34:58 sendUrl INFO 3 [177] R:OK -2015-03-12 05:35:48 queue INFO >>3 [178] -2015-03-12 05:35:48 sendUrl INFO 3 [178] R:OK -2015-03-12 05:36:38 queue INFO >>3 [179] -2015-03-12 05:36:39 sendUrl INFO 3 [179] R:OK -2015-03-12 05:37:28 queue INFO >>3 [180] -2015-03-12 05:37:29 sendUrl INFO 3 [180] R:OK -2015-03-12 05:38:19 queue INFO >>3 [181] -2015-03-12 05:38:19 sendUrl INFO 3 [181] R:OK -2015-03-12 05:39:09 queue INFO >>3 [182] -2015-03-12 05:39:09 sendUrl INFO 3 [182] R:OK -2015-03-12 05:39:59 queue INFO >>3 [183] -2015-03-12 05:39:59 sendUrl INFO 3 [183] R:OK -2015-03-12 05:40:49 queue INFO >>3 [184] -2015-03-12 05:40:49 sendUrl INFO 3 [184] R:OK -2015-03-12 05:41:39 queue INFO >>3 [185] -2015-03-12 05:41:40 sendUrl INFO 3 [185] R:OK -2015-03-12 05:42:04 queue INFO 83 [186] -2015-03-12 05:42:04 queue INFO >83 [187] -2015-03-12 05:42:04 sendUrl INFO 83 [186] R:OK -2015-03-12 05:42:05 sendUrl INFO 83 [187] R:OK -2015-03-12 05:42:05 queue INFO 3 [188] -2015-03-12 05:42:06 queue INFO >3 [189] -2015-03-12 05:42:06 sendUrl INFO 3 [188] R:OK -2015-03-12 05:42:06 sendUrl INFO 3 [189] R:OK -2015-03-12 05:42:56 queue INFO >>3 [190] -2015-03-12 05:42:56 sendUrl INFO 3 [190] R:OK -2015-03-12 05:43:46 queue INFO >>3 [191] -2015-03-12 05:43:46 sendUrl INFO 3 [191] R:OK -2015-03-12 05:44:36 queue INFO >>3 [192] -2015-03-12 05:44:36 sendUrl INFO 3 [192] R:OK -2015-03-12 05:45:26 queue INFO >>3 [193] -2015-03-12 05:45:26 sendUrl INFO 3 [193] R:OK -2015-03-12 05:46:16 queue INFO >>3 [194] -2015-03-12 05:46:16 sendUrl INFO 3 [194] R:OK -2015-03-12 05:47:06 queue INFO >>3 [195] -2015-03-12 05:47:07 sendUrl INFO 3 [195] R:OK -2015-03-12 05:47:56 queue INFO >>3 [196] -2015-03-12 05:47:57 sendUrl INFO 3 [196] R:OK -2015-03-12 05:48:47 queue INFO >>3 [197] -2015-03-12 05:48:47 sendUrl INFO 3 [197] R:OK -2015-03-12 05:49:37 queue INFO >>3 [198] -2015-03-12 05:49:37 sendUrl INFO 3 [198] R:OK -2015-03-12 05:49:52 queue INFO 83 [199] -2015-03-12 05:49:52 queue INFO >83 [200] -2015-03-12 05:49:52 sendUrl INFO 83 [199] R:OK -2015-03-12 05:49:53 sendUrl INFO 83 [200] R:OK -2015-03-12 05:49:54 queue INFO 3 [201] -2015-03-12 05:49:54 queue INFO >3 [202] -2015-03-12 05:49:54 sendUrl INFO 3 [201] R:OK -2015-03-12 05:49:54 sendUrl INFO 3 [202] R:OK -2015-03-12 05:50:44 queue INFO >>3 [203] -2015-03-12 05:50:44 sendUrl INFO 3 [203] R:OK -2015-03-12 05:51:34 queue INFO >>3 [204] -2015-03-12 05:51:34 sendUrl INFO 3 [204] R:OK -2015-03-12 05:52:24 queue INFO >>3 [205] -2015-03-12 05:52:24 sendUrl INFO 3 [205] R:OK -2015-03-12 05:53:14 queue INFO >>3 [206] -2015-03-12 05:53:15 sendUrl INFO 3 [206] R:OK -2015-03-12 05:54:04 queue INFO >>3 [207] -2015-03-12 05:54:05 sendUrl INFO 3 [207] R:OK -2015-03-12 05:54:54 queue INFO >>3 [208] -2015-03-12 05:54:55 sendUrl INFO 3 [208] R:OK -2015-03-12 05:55:45 queue INFO >>3 [209] -2015-03-12 05:55:45 sendUrl INFO 3 [209] R:OK -2015-03-12 05:56:35 queue INFO >>3 [210] -2015-03-12 05:56:35 sendUrl INFO 3 [210] R:OK -2015-03-12 05:57:25 queue INFO >>3 [211] -2015-03-12 05:57:25 sendUrl INFO 3 [211] R:OK -2015-03-12 05:57:50 queue INFO 83 [212] -2015-03-12 05:57:50 queue INFO >83 [213] -2015-03-12 05:57:50 sendUrl INFO 83 [212] R:OK -2015-03-12 05:57:51 sendUrl INFO 83 [213] R:OK -2015-03-12 05:57:51 queue INFO 3 [214] -2015-03-12 05:57:52 queue INFO >3 [215] -2015-03-12 05:57:52 sendUrl INFO 3 [214] R:OK -2015-03-12 05:57:52 sendUrl INFO 3 [215] R:OK -2015-03-12 05:58:42 queue INFO >>3 [216] -2015-03-12 05:58:42 sendUrl INFO 3 [216] R:OK -2015-03-12 05:59:32 queue INFO >>3 [217] -2015-03-12 05:59:32 sendUrl INFO 3 [217] R:OK -2015-03-12 06:00:22 queue INFO >>3 [218] -2015-03-12 06:00:22 sendUrl INFO 3 [218] R:OK -2015-03-12 06:01:12 queue INFO >>3 [219] -2015-03-12 06:01:12 sendUrl INFO 3 [219] R:OK -2015-03-12 06:02:02 queue INFO >>3 [220] -2015-03-12 06:02:02 sendUrl INFO 3 [220] R:OK -2015-03-12 06:02:52 queue INFO >>3 [221] -2015-03-12 06:02:53 sendUrl INFO 3 [221] R:OK -2015-03-12 06:03:42 queue INFO >>3 [222] -2015-03-12 06:03:43 sendUrl INFO 3 [222] R:OK -2015-03-12 06:04:33 queue INFO >>3 [223] -2015-03-12 06:04:33 sendUrl INFO 3 [223] R:OK -2015-03-12 06:04:47 queue INFO 1 [224] -2015-03-12 06:04:47 queue INFO >1 [225] -2015-03-12 06:04:47 sendUrl INFO 1 [224] R:OK -2015-03-12 06:04:48 sendUrl INFO 1 [225] R:OK -2015-03-12 06:05:37 queue INFO >>1 [226] -2015-03-12 06:05:38 sendUrl INFO 1 [226] R:OK -2015-03-12 06:06:21 queue INFO 21 [227] -2015-03-12 06:06:21 queue INFO >21 [228] -2015-03-12 06:06:22 sendUrl INFO 21 [227] R:OK -2015-03-12 06:06:22 sendUrl INFO 21 [228] R:OK -2015-03-12 06:06:23 queue INFO 1 [229] -2015-03-12 06:06:23 queue INFO >1 [230] -2015-03-12 06:06:23 sendUrl INFO 1 [229] R:OK -2015-03-12 06:06:23 queue INFO 21 [231] -2015-03-12 06:06:23 queue INFO >21 [232] -2015-03-12 06:06:24 sendUrl INFO 1 [230] R:OK -2015-03-12 06:06:24 sendUrl INFO 21 [231] R:OK -2015-03-12 06:06:25 sendUrl INFO 21 [232] R:OK -2015-03-12 06:07:13 queue INFO >>21 [233] -2015-03-12 06:07:14 sendUrl INFO 21 [233] R:OK -2015-03-12 06:08:03 queue INFO >>21 [234] -2015-03-12 06:08:04 sendUrl INFO 21 [234] R:OK -2015-03-12 06:08:54 queue INFO >>21 [235] -2015-03-12 06:08:54 sendUrl INFO 21 [235] R:OK -2015-03-12 06:09:44 queue INFO >>21 [236] -2015-03-12 06:09:44 sendUrl INFO 21 [236] R:OK -2015-03-12 06:10:34 queue INFO >>21 [237] -2015-03-12 06:10:34 sendUrl INFO 21 [237] R:OK -2015-03-12 06:11:24 queue INFO >>21 [238] -2015-03-12 06:11:25 sendUrl INFO 21 [238] R:OK -2015-03-12 06:12:14 queue INFO >>21 [239] -2015-03-12 06:12:14 sendUrl INFO 21 [239] R:OK -2015-03-12 06:13:04 queue INFO >>21 [240] -2015-03-12 06:13:05 sendUrl INFO 21 [240] R:OK -2015-03-12 06:13:37 queue INFO 1 [241] -2015-03-12 06:13:37 queue INFO >1 [242] -2015-03-12 06:13:37 sendUrl INFO 1 [241] R:OK -2015-03-12 06:13:38 sendUrl INFO 1 [242] R:OK -2015-03-12 06:14:12 queue INFO 81 [243] -2015-03-12 06:14:12 queue INFO >81 [244] -2015-03-12 06:14:12 sendUrl INFO 81 [243] R:OK -2015-03-12 06:14:13 sendUrl INFO 81 [244] R:OK -2015-03-12 06:14:13 queue INFO 83 [245] -2015-03-12 06:14:13 queue INFO 3 [246] -2015-03-12 06:14:14 queue INFO >3 [247] -2015-03-12 06:14:14 sendUrl INFO 83 [245] R:OK -2015-03-12 06:14:14 sendUrl INFO 3 [246] R:OK -2015-03-12 06:14:15 sendUrl INFO 3 [247] R:OK -2015-03-12 06:15:04 queue INFO >>3 [248] -2015-03-12 06:15:04 sendUrl INFO 3 [248] R:OK -2015-03-12 06:15:54 queue INFO >>3 [249] -2015-03-12 06:15:54 sendUrl INFO 3 [249] R:OK -2015-03-12 06:16:44 queue INFO >>3 [250] -2015-03-12 06:16:44 sendUrl INFO 3 [250] R:OK -2015-03-12 06:17:34 queue INFO >>3 [251] -2015-03-12 06:17:35 sendUrl INFO 3 [251] R:OK -2015-03-12 06:18:24 queue INFO >>3 [252] -2015-03-12 06:18:24 sendUrl INFO 3 [252] R:OK -2015-03-12 06:19:14 queue INFO >>3 [253] -2015-03-12 06:19:15 sendUrl INFO 3 [253] R:OK -2015-03-12 06:20:04 queue INFO >>3 [254] -2015-03-12 06:20:05 sendUrl INFO 3 [254] R:OK -2015-03-12 06:20:55 queue INFO >>3 [255] -2015-03-12 06:20:55 sendUrl INFO 3 [255] R:OK -2015-03-12 06:21:45 queue INFO >>3 [256] -2015-03-12 06:21:45 sendUrl INFO 3 [256] R:OK -2015-03-12 06:22:35 queue INFO >>3 [257] -2015-03-12 06:22:35 sendUrl INFO 3 [257] R:OK -2015-03-12 06:23:25 queue INFO >>3 [258] -2015-03-12 06:23:25 sendUrl INFO 3 [258] R:OK -2015-03-12 06:23:36 queue INFO 83 [259] -2015-03-12 06:23:36 queue INFO >83 [260] -2015-03-12 06:23:36 sendUrl INFO 83 [259] R:OK -2015-03-12 06:23:36 sendUrl INFO 83 [260] R:OK -2015-03-12 06:23:37 queue INFO 3 [261] -2015-03-12 06:23:38 sendUrl INFO 3 [261] R:OK -2015-03-12 06:23:38 queue INFO >3 [262] -2015-03-12 06:23:38 sendUrl INFO 3 [262] R:OK -2015-03-12 06:23:53 queue INFO 21 [263] -2015-03-12 06:23:53 queue INFO 1 [264] -2015-03-12 06:23:53 queue INFO >1 [265] -2015-03-12 06:23:53 sendUrl INFO 21 [263] R:OK -2015-03-12 06:23:54 sendUrl INFO 1 [264] R:OK -2015-03-12 06:23:54 sendUrl INFO 1 [265] R:OK -2015-03-12 06:24:02 queue INFO 21 [266] -2015-03-12 06:24:02 queue INFO 1 [267] -2015-03-12 06:24:03 queue INFO >1 [268] -2015-03-12 06:24:03 sendUrl INFO 21 [266] R:OK -2015-03-12 06:24:03 sendUrl INFO 1 [267] R:OK -2015-03-12 06:24:04 sendUrl INFO 1 [268] R:OK -2015-03-12 06:24:08 queue INFO 3 [269] -2015-03-12 06:24:08 sendUrl INFO 3 [269] R:OK -2015-03-12 06:24:08 queue INFO >3 [270] -2015-03-12 06:24:09 sendUrl INFO 3 [270] R:OK -2015-03-12 06:24:58 queue INFO >>3 [271] -2015-03-12 06:24:59 sendUrl INFO 3 [271] R:OK -2015-03-12 06:25:48 queue INFO >>3 [272] -2015-03-12 06:25:49 sendUrl INFO 3 [272] R:OK -2015-03-12 06:26:38 queue INFO >>3 [273] -2015-03-12 06:26:39 sendUrl INFO 3 [273] R:OK -2015-03-12 06:27:29 queue INFO >>3 [274] -2015-03-12 06:27:29 sendUrl INFO 3 [274] R:OK -2015-03-12 06:28:19 queue INFO >>3 [275] -2015-03-12 06:28:19 sendUrl INFO 3 [275] R:OK -2015-03-12 06:29:09 queue INFO >>3 [276] -2015-03-12 06:29:09 sendUrl INFO 3 [276] R:OK -2015-03-12 06:29:59 queue INFO >>3 [277] -2015-03-12 06:30:00 sendUrl INFO 3 [277] R:OK -2015-03-12 06:30:49 queue INFO >>3 [278] -2015-03-12 06:30:49 sendUrl INFO 3 [278] R:OK -2015-03-12 06:31:24 queue INFO 83 [279] -2015-03-12 06:31:24 queue INFO >83 [280] -2015-03-12 06:31:24 sendUrl INFO 83 [279] R:OK -2015-03-12 06:31:25 sendUrl INFO 83 [280] R:OK -2015-03-12 06:31:26 queue INFO 3 [281] -2015-03-12 06:31:26 queue INFO >3 [282] -2015-03-12 06:31:26 sendUrl INFO 3 [281] R:OK -2015-03-12 06:31:27 sendUrl INFO 3 [282] R:OK -2015-03-12 06:32:16 queue INFO >>3 [283] -2015-03-12 06:32:16 sendUrl INFO 3 [283] R:OK -2015-03-12 06:33:06 queue INFO >>3 [284] -2015-03-12 06:33:06 sendUrl INFO 3 [284] R:OK -2015-03-12 06:33:56 queue INFO >>3 [285] -2015-03-12 06:33:56 sendUrl INFO 3 [285] R:OK -2015-03-12 06:34:46 queue INFO >>3 [286] -2015-03-12 06:34:46 sendUrl INFO 3 [286] R:OK -2015-03-12 06:35:36 queue INFO >>3 [287] -2015-03-12 06:35:36 sendUrl INFO 3 [287] R:OK -2015-03-12 06:36:26 queue INFO >>3 [288] -2015-03-12 06:36:27 sendUrl INFO 3 [288] R:OK -2015-03-12 06:37:16 queue INFO >>3 [289] -2015-03-12 06:37:17 sendUrl INFO 3 [289] R:OK -2015-03-12 06:38:07 queue INFO >>3 [290] -2015-03-12 06:38:07 sendUrl INFO 3 [290] R:OK -2015-03-12 06:38:57 queue INFO >>3 [291] -2015-03-12 06:38:57 sendUrl INFO 3 [291] R:OK -2015-03-12 06:39:21 queue INFO 83 [292] -2015-03-12 06:39:22 queue INFO >83 [293] -2015-03-12 06:39:22 sendUrl INFO 83 [292] R:OK -2015-03-12 06:39:22 sendUrl INFO 83 [293] R:OK -2015-03-12 06:39:23 queue INFO 3 [294] -2015-03-12 06:39:23 queue INFO >3 [295] -2015-03-12 06:39:23 sendUrl INFO 3 [294] R:OK -2015-03-12 06:39:24 sendUrl INFO 3 [295] R:OK -2015-03-12 06:40:13 queue INFO >>3 [296] -2015-03-12 06:40:14 sendUrl INFO 3 [296] R:OK -2015-03-12 06:41:03 queue INFO >>3 [297] -2015-03-12 06:41:04 sendUrl INFO 3 [297] R:OK -2015-03-12 06:41:53 queue INFO >>3 [298] -2015-03-12 06:41:54 sendUrl INFO 3 [298] R:OK -2015-03-12 06:42:44 queue INFO >>3 [299] -2015-03-12 06:42:44 sendUrl INFO 3 [299] R:OK -2015-03-12 06:43:34 queue INFO >>3 [300] -2015-03-12 06:43:34 sendUrl INFO 3 [300] R:OK -2015-03-12 06:44:24 queue INFO >>3 [301] -2015-03-12 06:44:24 sendUrl INFO 3 [301] R:OK -2015-03-12 06:45:14 queue INFO >>3 [302] -2015-03-12 06:45:15 sendUrl INFO 3 [302] R:OK -2015-03-12 06:46:04 queue INFO >>3 [303] -2015-03-12 06:46:05 sendUrl INFO 3 [303] R:OK -2015-03-12 06:46:54 queue INFO >>3 [304] -2015-03-12 06:46:55 sendUrl INFO 3 [304] R:OK -2015-03-12 06:47:10 queue INFO 83 [305] -2015-03-12 06:47:10 sendUrl INFO 83 [305] R:OK -2015-03-12 06:47:10 queue INFO >83 [306] -2015-03-12 06:47:10 sendUrl INFO 83 [306] R:OK -2015-03-12 06:47:11 queue INFO 3 [307] -2015-03-12 06:47:12 queue INFO >3 [308] -2015-03-12 06:47:12 sendUrl INFO 3 [307] R:OK -2015-03-12 06:47:12 sendUrl INFO 3 [308] R:OK -2015-03-12 06:48:02 queue INFO >>3 [309] -2015-03-12 06:48:02 sendUrl INFO 3 [309] R:OK -2015-03-12 06:48:52 queue INFO >>3 [310] -2015-03-12 06:48:52 sendUrl INFO 3 [310] R:OK -2015-03-12 06:49:42 queue INFO >>3 [311] -2015-03-12 06:49:43 sendUrl INFO 3 [311] R:OK -2015-03-12 06:50:32 queue INFO >>3 [312] -2015-03-12 06:50:32 sendUrl INFO 3 [312] R:OK -2015-03-12 06:51:22 queue INFO >>3 [313] -2015-03-12 06:51:23 sendUrl INFO 3 [313] R:OK -2015-03-12 06:52:12 queue INFO >>3 [314] -2015-03-12 06:52:13 sendUrl INFO 3 [314] R:OK -2015-03-12 06:53:03 queue INFO >>3 [315] -2015-03-12 06:53:03 sendUrl INFO 3 [315] R:OK -2015-03-12 06:53:53 queue INFO >>3 [316] -2015-03-12 06:53:53 sendUrl INFO 3 [316] R:OK -2015-03-12 06:54:43 queue INFO >>3 [317] -2015-03-12 06:54:43 sendUrl INFO 3 [317] R:OK -2015-03-12 06:55:08 queue INFO 83 [318] -2015-03-12 06:55:08 queue INFO >83 [319] -2015-03-12 06:55:08 sendUrl INFO 83 [318] R:OK -2015-03-12 06:55:08 sendUrl INFO 83 [319] R:OK -2015-03-12 06:55:09 queue INFO 3 [320] -2015-03-12 06:55:09 sendUrl INFO 3 [320] R:OK -2015-03-12 06:55:09 queue INFO >3 [321] -2015-03-12 06:55:10 sendUrl INFO 3 [321] R:OK -2015-03-12 06:55:59 queue INFO >>3 [322] -2015-03-12 06:56:00 sendUrl INFO 3 [322] R:OK -2015-03-12 06:56:49 queue INFO >>3 [323] -2015-03-12 06:56:50 sendUrl INFO 3 [323] R:OK -2015-03-12 06:57:40 queue INFO >>3 [324] -2015-03-12 06:57:40 sendUrl INFO 3 [324] R:OK -2015-03-12 06:58:30 queue INFO >>3 [325] -2015-03-12 06:58:30 sendUrl INFO 3 [325] R:OK -2015-03-12 06:59:20 queue INFO >>3 [326] -2015-03-12 06:59:20 sendUrl INFO 3 [326] R:OK -2015-03-12 07:00:10 queue INFO >>3 [327] -2015-03-12 07:00:10 sendUrl INFO 3 [327] R:OK -2015-03-12 07:01:00 queue INFO >>3 [328] -2015-03-12 07:01:01 sendUrl INFO 3 [328] R:OK -2015-03-12 07:01:50 queue INFO >>3 [329] -2015-03-12 07:01:51 sendUrl INFO 3 [329] R:OK -2015-03-12 07:02:41 queue INFO >>3 [330] -2015-03-12 07:02:41 sendUrl INFO 3 [330] R:OK -2015-03-12 07:02:56 queue INFO 83 [331] -2015-03-12 07:02:56 queue INFO >83 [332] -2015-03-12 07:02:56 sendUrl INFO 83 [331] R:OK -2015-03-12 07:02:56 sendUrl INFO 83 [332] R:OK -2015-03-12 07:02:57 queue INFO 3 [333] -2015-03-12 07:02:57 queue INFO >3 [334] -2015-03-12 07:02:58 sendUrl INFO 3 [333] R:OK -2015-03-12 07:02:58 sendUrl INFO 3 [334] R:OK -2015-03-12 07:03:47 queue INFO >>3 [335] -2015-03-12 07:03:48 sendUrl INFO 3 [335] R:OK -2015-03-12 07:04:37 queue INFO >>3 [336] -2015-03-12 07:04:38 sendUrl INFO 3 [336] R:OK -2015-03-12 07:05:28 queue INFO >>3 [337] -2015-03-12 07:05:28 sendUrl INFO 3 [337] R:OK -2015-03-12 07:06:18 queue INFO >>3 [338] -2015-03-12 07:06:18 sendUrl INFO 3 [338] R:OK -2015-03-12 07:07:08 queue INFO >>3 [339] -2015-03-12 07:07:08 sendUrl INFO 3 [339] R:OK -2015-03-12 07:07:58 queue INFO >>3 [340] -2015-03-12 07:07:59 sendUrl INFO 3 [340] R:OK -2015-03-12 07:08:48 queue INFO >>3 [341] -2015-03-12 07:08:48 sendUrl INFO 3 [341] R:OK -2015-03-12 07:09:38 queue INFO >>3 [342] -2015-03-12 07:09:39 sendUrl INFO 3 [342] R:OK -2015-03-12 07:10:29 queue INFO >>3 [343] -2015-03-12 07:10:29 sendUrl INFO 3 [343] R:OK -2015-03-12 07:10:53 queue INFO 83 [344] -2015-03-12 07:10:53 queue INFO >83 [345] -2015-03-12 07:10:54 sendUrl INFO 83 [344] R:OK -2015-03-12 07:10:54 sendUrl INFO 83 [345] R:OK -2015-03-12 07:10:55 queue INFO 3 [346] -2015-03-12 07:10:55 queue INFO >3 [347] -2015-03-12 07:10:55 sendUrl INFO 3 [346] R:OK -2015-03-12 07:10:56 sendUrl INFO 3 [347] R:OK -2015-03-12 07:11:45 queue INFO >>3 [348] -2015-03-12 07:11:45 sendUrl INFO 3 [348] R:OK -2015-03-12 07:12:35 queue INFO >>3 [349] -2015-03-12 07:12:35 sendUrl INFO 3 [349] R:OK -2015-03-12 07:13:25 queue INFO >>3 [350] -2015-03-12 07:13:26 sendUrl INFO 3 [350] R:OK -2015-03-12 07:14:15 queue INFO >>3 [351] -2015-03-12 07:14:16 sendUrl INFO 3 [351] R:OK -2015-03-12 07:15:06 queue INFO >>3 [352] -2015-03-12 07:15:06 sendUrl INFO 3 [352] R:OK -2015-03-12 07:15:56 queue INFO >>3 [353] -2015-03-12 07:15:56 sendUrl INFO 3 [353] R:OK -2015-03-12 07:16:46 queue INFO >>3 [354] -2015-03-12 07:16:46 sendUrl INFO 3 [354] R:OK -2015-03-12 07:17:36 queue INFO >>3 [355] -2015-03-12 07:17:36 sendUrl INFO 3 [355] R:OK -2015-03-12 07:18:26 queue INFO >>3 [356] -2015-03-12 07:18:27 sendUrl INFO 3 [356] R:OK -2015-03-12 07:18:41 queue INFO 83 [357] -2015-03-12 07:18:42 queue INFO >83 [358] -2015-03-12 07:18:42 sendUrl INFO 83 [357] R:OK -2015-03-12 07:18:42 sendUrl INFO 83 [358] R:OK -2015-03-12 07:18:43 queue INFO 3 [359] -2015-03-12 07:18:43 queue INFO >3 [360] -2015-03-12 07:18:43 sendUrl INFO 3 [359] R:OK -2015-03-12 07:18:44 sendUrl INFO 3 [360] R:OK -2015-03-12 07:19:33 queue INFO >>3 [361] -2015-03-12 07:19:34 sendUrl INFO 3 [361] R:OK -2015-03-12 07:20:23 queue INFO >>3 [362] -2015-03-12 07:20:24 sendUrl INFO 3 [362] R:OK -2015-03-12 07:21:14 queue INFO >>3 [363] -2015-03-12 07:21:14 sendUrl INFO 3 [363] R:OK -2015-03-12 07:22:04 queue INFO >>3 [364] -2015-03-12 07:22:04 sendUrl INFO 3 [364] R:OK -2015-03-12 07:22:54 queue INFO >>3 [365] -2015-03-12 07:22:54 sendUrl INFO 3 [365] R:OK -2015-03-12 07:23:44 queue INFO >>3 [366] -2015-03-12 07:23:44 sendUrl INFO 3 [366] R:OK -2015-03-12 07:24:34 queue INFO >>3 [367] -2015-03-12 07:24:34 sendUrl INFO 3 [367] R:OK -2015-03-12 07:25:24 queue INFO >>3 [368] -2015-03-12 07:25:25 sendUrl INFO 3 [368] R:OK -2015-03-12 07:26:14 queue INFO >>3 [369] -2015-03-12 07:26:15 sendUrl INFO 3 [369] R:OK -2015-03-12 07:26:39 queue INFO 83 [370] -2015-03-12 07:26:39 queue INFO >83 [371] -2015-03-12 07:26:40 sendUrl INFO 83 [370] R:OK -2015-03-12 07:26:40 sendUrl INFO 83 [371] R:OK -2015-03-12 07:26:41 queue INFO 3 [372] -2015-03-12 07:26:41 queue INFO >3 [373] -2015-03-12 07:26:41 sendUrl INFO 3 [372] R:OK -2015-03-12 07:26:42 sendUrl INFO 3 [373] R:OK -2015-03-12 07:27:31 queue INFO >>3 [374] -2015-03-12 07:27:31 sendUrl INFO 3 [374] R:OK -2015-03-12 07:28:21 queue INFO >>3 [375] -2015-03-12 07:28:21 sendUrl INFO 3 [375] R:OK -2015-03-12 07:29:11 queue INFO >>3 [376] -2015-03-12 07:29:12 sendUrl INFO 3 [376] R:OK -2015-03-12 07:30:01 queue INFO >>3 [377] -2015-03-12 07:30:01 sendUrl INFO 3 [377] R:OK -2015-03-12 07:30:51 queue INFO >>3 [378] -2015-03-12 07:30:52 sendUrl INFO 3 [378] R:OK -2015-03-12 07:31:42 queue INFO >>3 [379] -2015-03-12 07:31:42 sendUrl INFO 3 [379] R:OK -2015-03-12 07:32:32 queue INFO >>3 [380] -2015-03-12 07:32:32 sendUrl INFO 3 [380] R:OK -2015-03-12 07:33:22 queue INFO >>3 [381] -2015-03-12 07:33:22 sendUrl INFO 3 [381] R:OK -2015-03-12 07:34:12 queue INFO >>3 [382] -2015-03-12 07:34:13 sendUrl INFO 3 [382] R:OK -2015-03-12 07:34:27 queue INFO 83 [383] -2015-03-12 07:34:28 queue INFO >83 [384] -2015-03-12 07:34:28 sendUrl INFO 83 [383] R:OK -2015-03-12 07:34:28 sendUrl INFO 83 [384] R:OK -2015-03-12 07:34:29 queue INFO 3 [385] -2015-03-12 07:34:29 queue INFO >3 [386] -2015-03-12 07:34:29 sendUrl INFO 3 [385] R:OK -2015-03-12 07:34:30 sendUrl INFO 3 [386] R:OK -2015-03-12 07:35:19 queue INFO >>3 [387] -2015-03-12 07:35:20 sendUrl INFO 3 [387] R:OK -2015-03-12 07:36:09 queue INFO >>3 [388] -2015-03-12 07:36:09 sendUrl INFO 3 [388] R:OK -2015-03-12 07:36:59 queue INFO >>3 [389] -2015-03-12 07:37:00 sendUrl INFO 3 [389] R:OK -2015-03-12 07:37:50 queue INFO >>3 [390] -2015-03-12 07:37:50 sendUrl INFO 3 [390] R:OK -2015-03-12 07:38:40 queue INFO >>3 [391] -2015-03-12 07:38:40 sendUrl INFO 3 [391] R:OK -2015-03-12 07:39:30 queue INFO >>3 [392] -2015-03-12 07:39:30 sendUrl INFO 3 [392] R:OK -2015-03-12 07:40:20 queue INFO >>3 [393] -2015-03-12 07:40:20 sendUrl INFO 3 [393] R:OK -2015-03-12 07:41:10 queue INFO >>3 [394] -2015-03-12 07:41:10 sendUrl INFO 3 [394] R:OK -2015-03-12 07:42:00 queue INFO >>3 [395] -2015-03-12 07:42:01 sendUrl INFO 3 [395] R:OK -2015-03-12 07:42:25 queue INFO 83 [396] -2015-03-12 07:42:25 queue INFO >83 [397] -2015-03-12 07:42:25 sendUrl INFO 83 [396] R:OK -2015-03-12 07:42:26 sendUrl INFO 83 [397] R:OK -2015-03-12 07:42:27 queue INFO 3 [398] -2015-03-12 07:42:27 queue INFO >3 [399] -2015-03-12 07:42:27 sendUrl INFO 3 [398] R:OK -2015-03-12 07:42:27 sendUrl INFO 3 [399] R:OK -2015-03-12 07:43:17 queue INFO >>3 [400] -2015-03-12 07:43:17 sendUrl INFO 3 [400] R:OK -2015-03-12 07:44:07 queue INFO >>3 [401] -2015-03-12 07:44:07 sendUrl INFO 3 [401] R:OK -2015-03-12 07:44:57 queue INFO >>3 [402] -2015-03-12 07:44:57 sendUrl INFO 3 [402] R:OK -2015-03-12 07:45:47 queue INFO >>3 [403] -2015-03-12 07:45:47 sendUrl INFO 3 [403] R:OK -2015-03-12 07:46:37 queue INFO >>3 [404] -2015-03-12 07:46:38 sendUrl INFO 3 [404] R:OK -2015-03-12 07:47:28 queue INFO >>3 [405] -2015-03-12 07:47:28 sendUrl INFO 3 [405] R:OK -2015-03-12 07:48:18 queue INFO >>3 [406] -2015-03-12 07:48:18 sendUrl INFO 3 [406] R:OK -2015-03-12 07:49:08 queue INFO >>3 [407] -2015-03-12 07:49:08 sendUrl INFO 3 [407] R:OK -2015-03-12 07:49:58 queue INFO >>3 [408] -2015-03-12 07:49:58 sendUrl INFO 3 [408] R:OK -2015-03-12 07:50:13 queue INFO 83 [409] -2015-03-12 07:50:13 queue INFO >83 [410] -2015-03-12 07:50:14 sendUrl INFO 83 [409] R:OK -2015-03-12 07:50:14 sendUrl INFO 83 [410] R:OK -2015-03-12 07:50:15 queue INFO 3 [411] -2015-03-12 07:50:15 queue INFO >3 [412] -2015-03-12 07:50:15 sendUrl INFO 3 [411] R:OK -2015-03-12 07:50:16 sendUrl INFO 3 [412] R:OK -2015-03-12 07:51:05 queue INFO >>3 [413] -2015-03-12 07:51:05 sendUrl INFO 3 [413] R:OK -2015-03-12 07:51:55 queue INFO >>3 [414] -2015-03-12 07:51:55 sendUrl INFO 3 [414] R:OK -2015-03-12 07:52:45 queue INFO >>3 [415] -2015-03-12 07:52:46 sendUrl INFO 3 [415] R:OK -2015-03-12 07:53:26 queue INFO 21 [416] -2015-03-12 07:53:26 queue INFO 1 [417] -2015-03-12 07:53:26 sendUrl INFO 21 [416] R:OK -2015-03-12 07:53:26 queue INFO >1 [418] -2015-03-12 07:53:26 sendUrl INFO 1 [417] R:OK -2015-03-12 07:53:27 sendUrl INFO 1 [418] R:OK -2015-03-12 07:53:36 queue INFO 21 [419] -2015-03-12 07:53:36 queue INFO 1 [420] -2015-03-12 07:53:36 sendUrl INFO 21 [419] R:OK -2015-03-12 07:53:36 queue INFO >1 [421] -2015-03-12 07:53:36 sendUrl INFO 1 [420] R:OK -2015-03-12 07:53:37 sendUrl INFO 1 [421] R:OK -2015-03-12 07:53:51 queue INFO 3 [422] -2015-03-12 07:53:51 queue INFO >3 [423] -2015-03-12 07:53:52 sendUrl INFO 3 [422] R:OK -2015-03-12 07:53:52 sendUrl INFO 3 [423] R:OK -2015-03-12 07:54:41 queue INFO >>3 [424] -2015-03-12 07:54:41 sendUrl INFO 3 [424] R:OK -2015-03-12 07:55:31 queue INFO >>3 [425] -2015-03-12 07:55:32 sendUrl INFO 3 [425] R:OK -2015-03-12 07:56:22 queue INFO >>3 [426] -2015-03-12 07:56:22 sendUrl INFO 3 [426] R:OK -2015-03-12 07:57:12 queue INFO >>3 [427] -2015-03-12 07:57:12 sendUrl INFO 3 [427] R:OK -2015-03-12 07:58:02 queue INFO >>3 [428] -2015-03-12 07:58:02 sendUrl INFO 3 [428] R:OK -2015-03-12 07:58:11 queue INFO 83 [429] -2015-03-12 07:58:11 queue INFO >83 [430] -2015-03-12 07:58:11 sendUrl INFO 83 [429] R:OK -2015-03-12 07:58:12 sendUrl INFO 83 [430] R:OK -2015-03-12 07:58:13 queue INFO 3 [431] -2015-03-12 07:58:13 queue INFO >3 [432] -2015-03-12 07:58:13 sendUrl INFO 3 [431] R:OK -2015-03-12 07:58:13 sendUrl INFO 3 [432] R:OK -2015-03-12 07:58:26 queue INFO 21 [433] -2015-03-12 07:58:26 sendUrl INFO 21 [433] R:OK -2015-03-12 07:58:26 queue INFO 1 [434] -2015-03-12 07:58:26 queue INFO >1 [435] -2015-03-12 07:58:26 sendUrl INFO 1 [434] R:OK -2015-03-12 07:58:27 sendUrl INFO 1 [435] R:OK -2015-03-12 07:58:27 queue INFO 3 [436] -2015-03-12 07:58:28 queue INFO >3 [437] -2015-03-12 07:58:28 sendUrl INFO 3 [436] R:OK -2015-03-12 07:58:28 sendUrl INFO 3 [437] R:OK -2015-03-12 07:58:39 queue INFO 21 [438] -2015-03-12 07:58:39 queue INFO 1 [439] -2015-03-12 07:58:39 queue INFO >1 [440] -2015-03-12 07:58:40 sendUrl INFO 21 [438] R:OK -2015-03-12 07:58:40 sendUrl INFO 1 [439] R:OK -2015-03-12 07:58:41 sendUrl INFO 1 [440] R:OK -2015-03-12 07:58:42 queue INFO 3 [441] -2015-03-12 07:58:42 queue INFO >3 [442] -2015-03-12 07:58:42 sendUrl INFO 3 [441] R:OK -2015-03-12 07:58:43 sendUrl INFO 3 [442] R:OK -2015-03-12 07:58:53 queue INFO 21 [443] -2015-03-12 07:58:53 queue INFO 1 [444] -2015-03-12 07:58:53 sendUrl INFO 21 [443] R:OK -2015-03-12 07:58:53 queue INFO >1 [445] -2015-03-12 07:58:54 sendUrl INFO 1 [444] R:OK -2015-03-12 07:58:54 sendUrl INFO 1 [445] R:OK -2015-03-12 07:58:59 queue INFO 3 [446] -2015-03-12 07:58:59 queue INFO >3 [447] -2015-03-12 07:58:59 sendUrl INFO 3 [446] R:OK -2015-03-12 07:59:00 sendUrl INFO 3 [447] R:OK -2015-03-12 07:59:49 queue INFO >>3 [448] -2015-03-12 07:59:49 sendUrl INFO 3 [448] R:OK -2015-03-12 08:00:39 queue INFO >>3 [449] -2015-03-12 08:00:39 sendUrl INFO 3 [449] R:OK -2015-03-12 08:01:29 queue INFO >>3 [450] -2015-03-12 08:01:30 sendUrl INFO 3 [450] R:OK -2015-03-12 08:02:19 queue INFO >>3 [451] -2015-03-12 08:02:20 sendUrl INFO 3 [451] R:OK -2015-03-12 08:03:10 queue INFO >>3 [452] -2015-03-12 08:03:10 sendUrl INFO 3 [452] R:OK -2015-03-12 08:04:00 queue INFO >>3 [453] -2015-03-12 08:04:00 sendUrl INFO 3 [453] R:OK -2015-03-12 08:04:50 queue INFO >>3 [454] -2015-03-12 08:04:50 sendUrl INFO 3 [454] R:OK -2015-03-12 08:05:40 queue INFO >>3 [455] -2015-03-12 08:05:40 sendUrl INFO 3 [455] R:OK -2015-03-12 08:05:59 queue INFO 83 [456] -2015-03-12 08:05:59 queue INFO >83 [457] -2015-03-12 08:05:59 sendUrl INFO 83 [456] R:OK -2015-03-12 08:06:00 sendUrl INFO 83 [457] R:OK -2015-03-12 08:06:01 queue INFO 3 [458] -2015-03-12 08:06:01 queue INFO >3 [459] -2015-03-12 08:06:01 sendUrl INFO 3 [458] R:OK -2015-03-12 08:06:01 sendUrl INFO 3 [459] R:OK -2015-03-12 08:06:51 queue INFO >>3 [460] -2015-03-12 08:06:51 sendUrl INFO 3 [460] R:OK -2015-03-12 08:07:41 queue INFO >>3 [461] -2015-03-12 08:07:41 sendUrl INFO 3 [461] R:OK -2015-03-12 08:08:31 queue INFO >>3 [462] -2015-03-12 08:08:31 sendUrl INFO 3 [462] R:OK -2015-03-12 08:09:21 queue INFO >>3 [463] -2015-03-12 08:09:21 sendUrl INFO 3 [463] R:OK -2015-03-12 08:10:11 queue INFO >>3 [464] -2015-03-12 08:10:12 sendUrl INFO 3 [464] R:OK -2015-03-12 08:11:01 queue INFO >>3 [465] -2015-03-12 08:11:02 sendUrl INFO 3 [465] R:OK -2015-03-12 08:11:52 queue INFO >>3 [466] -2015-03-12 08:11:52 sendUrl INFO 3 [466] R:OK -2015-03-12 08:12:42 queue INFO >>3 [467] -2015-03-12 08:12:42 sendUrl INFO 3 [467] R:OK -2015-03-12 08:13:32 queue INFO >>3 [468] -2015-03-12 08:13:32 sendUrl INFO 3 [468] R:OK -2015-03-12 08:13:57 queue INFO 83 [469] -2015-03-12 08:13:57 queue INFO >83 [470] -2015-03-12 08:13:57 sendUrl INFO 83 [469] R:OK -2015-03-12 08:13:58 sendUrl INFO 83 [470] R:OK -2015-03-12 08:13:58 queue INFO 3 [471] -2015-03-12 08:13:58 queue INFO >3 [472] -2015-03-12 08:13:59 sendUrl INFO 3 [471] R:OK -2015-03-12 08:13:59 sendUrl INFO 3 [472] R:OK -2015-03-12 08:14:48 queue INFO >>3 [473] -2015-03-12 08:14:49 sendUrl INFO 3 [473] R:OK -2015-03-12 08:15:38 queue INFO >>3 [474] -2015-03-12 08:15:39 sendUrl INFO 3 [474] R:OK -2015-03-12 08:16:29 queue INFO >>3 [475] -2015-03-12 08:16:29 sendUrl INFO 3 [475] R:OK -2015-03-12 08:17:19 queue INFO >>3 [476] -2015-03-12 08:17:19 sendUrl INFO 3 [476] R:OK -2015-03-12 08:18:09 queue INFO >>3 [477] -2015-03-12 08:18:09 sendUrl INFO 3 [477] R:OK -2015-03-12 08:18:59 queue INFO >>3 [478] -2015-03-12 08:18:59 sendUrl INFO 3 [478] R:OK -2015-03-12 08:19:49 queue INFO >>3 [479] -2015-03-12 08:19:50 sendUrl INFO 3 [479] R:OK -2015-03-12 08:20:39 queue INFO >>3 [480] -2015-03-12 08:20:39 sendUrl INFO 3 [480] R:OK -2015-03-12 08:21:29 queue INFO >>3 [481] -2015-03-12 08:21:30 sendUrl INFO 3 [481] R:OK -2015-03-12 08:21:45 queue INFO 83 [482] -2015-03-12 08:21:45 queue INFO >83 [483] -2015-03-12 08:21:45 sendUrl INFO 83 [482] R:OK -2015-03-12 08:21:46 sendUrl INFO 83 [483] R:OK -2015-03-12 08:21:46 queue INFO 3 [484] -2015-03-12 08:21:47 queue INFO >3 [485] -2015-03-12 08:21:47 sendUrl INFO 3 [484] R:OK -2015-03-12 08:21:47 sendUrl INFO 3 [485] R:OK -2015-03-12 08:22:37 queue INFO >>3 [486] -2015-03-12 08:22:37 sendUrl INFO 3 [486] R:OK -2015-03-12 08:23:27 queue INFO >>3 [487] -2015-03-12 08:23:27 sendUrl INFO 3 [487] R:OK -2015-03-12 08:24:17 queue INFO >>3 [488] -2015-03-12 08:24:17 sendUrl INFO 3 [488] R:OK -2015-03-12 08:25:07 queue INFO >>3 [489] -2015-03-12 08:25:07 sendUrl INFO 3 [489] R:OK -2015-03-12 08:25:57 queue INFO >>3 [490] -2015-03-12 08:25:58 sendUrl INFO 3 [490] R:OK -2015-03-12 08:26:47 queue INFO >>3 [491] -2015-03-12 08:26:48 sendUrl INFO 3 [491] R:OK -2015-03-12 08:27:37 queue INFO >>3 [492] -2015-03-12 08:27:38 sendUrl INFO 3 [492] R:OK -2015-03-12 08:28:28 queue INFO >>3 [493] -2015-03-12 08:28:28 sendUrl INFO 3 [493] R:OK -2015-03-12 08:29:18 queue INFO >>3 [494] -2015-03-12 08:29:18 sendUrl INFO 3 [494] R:OK -2015-03-12 08:29:43 queue INFO 83 [495] -2015-03-12 08:29:43 queue INFO >83 [496] -2015-03-12 08:29:43 sendUrl INFO 83 [495] R:OK -2015-03-12 08:29:44 sendUrl INFO 83 [496] R:OK -2015-03-12 08:29:44 queue INFO 3 [497] -2015-03-12 08:29:44 queue INFO >3 [498] -2015-03-12 08:29:45 sendUrl INFO 3 [497] R:OK -2015-03-12 08:29:45 sendUrl INFO 3 [498] R:OK -2015-03-12 08:30:34 queue INFO >>3 [499] -2015-03-12 08:30:35 sendUrl INFO 3 [499] R:OK -2015-03-12 08:31:24 queue INFO >>3 [500] -2015-03-12 08:31:25 sendUrl INFO 3 [500] R:OK -2015-03-12 08:32:15 queue INFO >>3 [501] -2015-03-12 08:32:15 sendUrl INFO 3 [501] R:OK -2015-03-12 08:33:05 queue INFO >>3 [502] -2015-03-12 08:33:05 sendUrl INFO 3 [502] R:OK -2015-03-12 08:33:55 queue INFO >>3 [503] -2015-03-12 08:33:55 sendUrl INFO 3 [503] R:OK -2015-03-12 08:34:45 queue INFO >>3 [504] -2015-03-12 08:34:46 sendUrl INFO 3 [504] R:OK -2015-03-12 08:35:35 queue INFO >>3 [505] -2015-03-12 08:35:35 sendUrl INFO 3 [505] R:OK -2015-03-12 08:36:25 queue INFO >>3 [506] -2015-03-12 08:36:26 sendUrl INFO 3 [506] R:OK -2015-03-12 08:37:15 queue INFO >>3 [507] -2015-03-12 08:37:16 sendUrl INFO 3 [507] R:OK -2015-03-12 08:37:31 queue INFO 83 [508] -2015-03-12 08:37:31 queue INFO >83 [509] -2015-03-12 08:37:31 sendUrl INFO 83 [508] R:OK -2015-03-12 08:37:32 sendUrl INFO 83 [509] R:OK -2015-03-12 08:37:32 queue INFO 3 [510] -2015-03-12 08:37:33 queue INFO >3 [511] -2015-03-12 08:37:33 sendUrl INFO 3 [510] R:OK -2015-03-12 08:37:33 sendUrl INFO 3 [511] R:OK -2015-03-12 08:38:22 queue INFO >>3 [512] -2015-03-12 08:38:23 sendUrl INFO 3 [512] R:OK -2015-03-12 08:39:13 queue INFO >>3 [513] -2015-03-12 08:39:13 sendUrl INFO 3 [513] R:OK -2015-03-12 08:40:03 queue INFO >>3 [514] -2015-03-12 08:40:03 sendUrl INFO 3 [514] R:OK -2015-03-12 08:40:53 queue INFO >>3 [515] -2015-03-12 08:40:53 sendUrl INFO 3 [515] R:OK -2015-03-12 08:41:43 queue INFO >>3 [516] -2015-03-12 08:41:43 sendUrl INFO 3 [516] R:OK -2015-03-12 08:42:33 queue INFO >>3 [517] -2015-03-12 08:42:33 sendUrl INFO 3 [517] R:OK -2015-03-12 08:43:23 queue INFO >>3 [518] -2015-03-12 08:43:24 sendUrl INFO 3 [518] R:OK -2015-03-12 08:44:13 queue INFO >>3 [519] -2015-03-12 08:44:14 sendUrl INFO 3 [519] R:OK -2015-03-12 08:45:04 queue INFO >>3 [520] -2015-03-12 08:45:04 sendUrl INFO 3 [520] R:OK -2015-03-12 08:45:28 queue INFO 83 [521] -2015-03-12 08:45:28 queue INFO >83 [522] -2015-03-12 08:45:28 sendUrl INFO 83 [521] R:OK -2015-03-12 08:45:29 sendUrl INFO 83 [522] R:OK -2015-03-12 08:45:30 queue INFO 3 [523] -2015-03-12 08:45:30 sendUrl INFO 3 [523] R:OK -2015-03-12 08:45:30 queue INFO >3 [524] -2015-03-12 08:45:30 sendUrl INFO 3 [524] R:OK -2015-03-12 08:46:20 queue INFO >>3 [525] -2015-03-12 08:46:20 sendUrl INFO 3 [525] R:OK -2015-03-12 08:47:10 queue INFO >>3 [526] -2015-03-12 08:47:11 sendUrl INFO 3 [526] R:OK -2015-03-12 08:48:00 queue INFO >>3 [527] -2015-03-12 08:48:00 sendUrl INFO 3 [527] R:OK -2015-03-12 08:48:50 queue INFO >>3 [528] -2015-03-12 08:48:51 sendUrl INFO 3 [528] R:OK -2015-03-12 08:49:41 queue INFO >>3 [529] -2015-03-12 08:49:41 sendUrl INFO 3 [529] R:OK -2015-03-12 08:50:31 queue INFO >>3 [530] -2015-03-12 08:50:31 sendUrl INFO 3 [530] R:OK -2015-03-12 08:51:21 queue INFO >>3 [531] -2015-03-12 08:51:21 sendUrl INFO 3 [531] R:OK -2015-03-12 08:52:11 queue INFO >>3 [532] -2015-03-12 08:52:11 sendUrl INFO 3 [532] R:OK -2015-03-12 08:53:01 queue INFO >>3 [533] -2015-03-12 08:53:01 sendUrl INFO 3 [533] R:OK -2015-03-12 08:53:17 queue INFO 83 [534] -2015-03-12 08:53:17 queue INFO >83 [535] -2015-03-12 08:53:17 sendUrl INFO 83 [534] R:OK -2015-03-12 08:53:18 sendUrl INFO 83 [535] R:OK -2015-03-12 08:53:18 queue INFO 3 [536] -2015-03-12 08:53:18 queue INFO >3 [537] -2015-03-12 08:53:19 sendUrl INFO 3 [536] R:OK -2015-03-12 08:53:19 sendUrl INFO 3 [537] R:OK -2015-03-12 08:54:08 queue INFO >>3 [538] -2015-03-12 08:54:09 sendUrl INFO 3 [538] R:OK -2015-03-12 08:54:59 queue INFO >>3 [539] -2015-03-12 08:54:59 sendUrl INFO 3 [539] R:OK -2015-03-12 08:55:49 queue INFO >>3 [540] -2015-03-12 08:55:49 sendUrl INFO 3 [540] R:OK -2015-03-12 08:56:39 queue INFO >>3 [541] -2015-03-12 08:56:39 sendUrl INFO 3 [541] R:OK -2015-03-12 08:57:29 queue INFO >>3 [542] -2015-03-12 08:57:29 sendUrl INFO 3 [542] R:OK -2015-03-12 08:58:19 queue INFO >>3 [543] -2015-03-12 08:58:20 sendUrl INFO 3 [543] R:OK -2015-03-12 08:59:09 queue INFO >>3 [544] -2015-03-12 08:59:09 sendUrl INFO 3 [544] R:OK -2015-03-12 08:59:59 queue INFO >>3 [545] -2015-03-12 09:00:00 sendUrl INFO 3 [545] R:OK -2015-03-12 09:00:50 queue INFO >>3 [546] -2015-03-12 09:00:50 sendUrl INFO 3 [546] R:OK -2015-03-12 09:01:14 queue INFO 83 [547] -2015-03-12 09:01:14 queue INFO >83 [548] -2015-03-12 09:01:15 sendUrl INFO 83 [547] R:OK -2015-03-12 09:01:15 sendUrl INFO 83 [548] R:OK -2015-03-12 09:01:16 queue INFO 3 [549] -2015-03-12 09:01:16 queue INFO >3 [550] -2015-03-12 09:01:16 sendUrl INFO 3 [549] R:OK -2015-03-12 09:01:17 sendUrl INFO 3 [550] R:OK -2015-03-12 09:02:06 queue INFO >>3 [551] -2015-03-12 09:02:07 sendUrl INFO 3 [551] R:OK -2015-03-12 09:02:56 queue INFO >>3 [552] -2015-03-12 09:02:56 sendUrl INFO 3 [552] R:OK -2015-03-12 09:03:46 queue INFO >>3 [553] -2015-03-12 09:03:47 sendUrl INFO 3 [553] R:OK -2015-03-12 09:04:36 queue INFO >>3 [554] -2015-03-12 09:04:37 sendUrl INFO 3 [554] R:OK -2015-03-12 09:05:27 queue INFO >>3 [555] -2015-03-12 09:05:27 sendUrl INFO 3 [555] R:OK -2015-03-12 09:06:17 queue INFO >>3 [556] -2015-03-12 09:06:17 sendUrl INFO 3 [556] R:OK -2015-03-12 09:07:07 queue INFO >>3 [557] -2015-03-12 09:07:07 sendUrl INFO 3 [557] R:OK -2015-03-12 09:07:57 queue INFO >>3 [558] -2015-03-12 09:07:57 sendUrl INFO 3 [558] R:OK -2015-03-12 09:08:47 queue INFO >>3 [559] -2015-03-12 09:08:48 sendUrl INFO 3 [559] R:OK -2015-03-12 09:09:02 queue INFO 83 [560] -2015-03-12 09:09:02 queue INFO >83 [561] -2015-03-12 09:09:03 sendUrl INFO 83 [560] R:OK -2015-03-12 09:09:03 sendUrl INFO 83 [561] R:OK -2015-03-12 09:09:04 queue INFO 3 [562] -2015-03-12 09:09:04 queue INFO >3 [563] -2015-03-12 09:09:04 sendUrl INFO 3 [562] R:OK -2015-03-12 09:09:05 sendUrl INFO 3 [563] R:OK -2015-03-12 09:09:54 queue INFO >>3 [564] -2015-03-12 09:09:54 sendUrl INFO 3 [564] R:OK -2015-03-12 09:10:44 queue INFO >>3 [565] -2015-03-12 09:10:45 sendUrl INFO 3 [565] R:OK -2015-03-12 09:11:34 queue INFO >>3 [566] -2015-03-12 09:11:35 sendUrl INFO 3 [566] R:OK -2015-03-12 09:12:25 queue INFO >>3 [567] -2015-03-12 09:12:25 sendUrl INFO 3 [567] R:OK -2015-03-12 09:13:15 queue INFO >>3 [568] -2015-03-12 09:13:15 sendUrl INFO 3 [568] R:OK -2015-03-12 09:14:05 queue INFO >>3 [569] -2015-03-12 09:14:05 sendUrl INFO 3 [569] R:OK -2015-03-12 09:14:55 queue INFO >>3 [570] -2015-03-12 09:14:55 sendUrl INFO 3 [570] R:OK -2015-03-12 09:15:45 queue INFO >>3 [571] -2015-03-12 09:15:46 sendUrl INFO 3 [571] R:OK -2015-03-12 09:16:35 queue INFO >>3 [572] -2015-03-12 09:16:35 sendUrl INFO 3 [572] R:OK -2015-03-12 09:17:00 queue INFO 83 [573] -2015-03-12 09:17:00 sendUrl INFO 83 [573] R:OK -2015-03-12 09:17:00 queue INFO >83 [574] -2015-03-12 09:17:01 sendUrl INFO 83 [574] R:OK -2015-03-12 09:17:02 queue INFO 3 [575] -2015-03-12 09:17:02 queue INFO >3 [576] -2015-03-12 09:17:02 sendUrl INFO 3 [575] R:OK -2015-03-12 09:17:03 sendUrl INFO 3 [576] R:OK -2015-03-12 09:17:52 queue INFO >>3 [577] -2015-03-12 09:17:52 sendUrl INFO 3 [577] R:OK -2015-03-12 09:18:42 queue INFO >>3 [578] -2015-03-12 09:18:42 sendUrl INFO 3 [578] R:OK -2015-03-12 09:19:32 queue INFO >>3 [579] -2015-03-12 09:19:32 sendUrl INFO 3 [579] R:OK -2015-03-12 09:19:57 queue INFO 21 [580] -2015-03-12 09:19:57 queue INFO 1 [581] -2015-03-12 09:19:57 queue INFO >1 [582] -2015-03-12 09:19:57 sendUrl INFO 21 [580] R:OK -2015-03-12 09:19:58 sendUrl INFO 1 [581] R:OK -2015-03-12 09:19:58 sendUrl INFO 1 [582] R:OK -2015-03-12 09:20:11 queue INFO 3 [583] -2015-03-12 09:20:11 queue INFO >3 [584] -2015-03-12 09:20:11 sendUrl INFO 3 [583] R:OK -2015-03-12 09:20:12 sendUrl INFO 3 [584] R:OK -2015-03-12 09:21:01 queue INFO >>3 [585] -2015-03-12 09:21:02 sendUrl INFO 3 [585] R:OK -2015-03-12 09:21:51 queue INFO >>3 [586] -2015-03-12 09:21:52 sendUrl INFO 3 [586] R:OK -2015-03-12 09:22:41 queue INFO >>3 [587] -2015-03-12 09:22:42 sendUrl INFO 3 [587] R:OK -2015-03-12 09:23:32 queue INFO >>3 [588] -2015-03-12 09:23:32 sendUrl INFO 3 [588] R:OK -2015-03-12 09:24:22 queue INFO >>3 [589] -2015-03-12 09:24:22 sendUrl INFO 3 [589] R:OK -2015-03-12 09:24:48 queue INFO 83 [590] -2015-03-12 09:24:48 queue INFO >83 [591] -2015-03-12 09:24:49 sendUrl INFO 83 [590] R:OK -2015-03-12 09:24:49 sendUrl INFO 83 [591] R:OK -2015-03-12 09:24:50 queue INFO 3 [592] -2015-03-12 09:24:50 queue INFO >3 [593] -2015-03-12 09:24:50 sendUrl INFO 3 [592] R:OK -2015-03-12 09:24:51 sendUrl INFO 3 [593] R:OK -2015-03-12 09:25:40 queue INFO >>3 [594] -2015-03-12 09:25:40 sendUrl INFO 3 [594] R:OK -2015-03-12 09:26:30 queue INFO >>3 [595] -2015-03-12 09:26:30 sendUrl INFO 3 [595] R:OK -2015-03-12 09:27:20 queue INFO >>3 [596] -2015-03-12 09:27:21 sendUrl INFO 3 [596] R:OK -2015-03-12 09:28:10 queue INFO >>3 [597] -2015-03-12 09:28:11 sendUrl INFO 3 [597] R:OK -2015-03-12 09:29:01 queue INFO >>3 [598] -2015-03-12 09:29:01 sendUrl INFO 3 [598] R:OK -2015-03-12 09:29:51 queue INFO >>3 [599] -2015-03-12 09:29:51 sendUrl INFO 3 [599] R:OK -2015-03-12 09:30:41 queue INFO >>3 [600] -2015-03-12 09:30:41 sendUrl INFO 3 [600] R:OK -2015-03-12 09:31:31 queue INFO >>3 [601] -2015-03-12 09:31:31 sendUrl INFO 3 [601] R:OK -2015-03-12 09:32:21 queue INFO >>3 [602] -2015-03-12 09:32:21 sendUrl INFO 3 [602] R:OK -2015-03-12 09:32:46 queue INFO 83 [603] -2015-03-12 09:32:46 sendUrl INFO 83 [603] R:OK -2015-03-12 09:32:46 queue INFO >83 [604] -2015-03-12 09:32:46 sendUrl INFO 83 [604] R:OK -2015-03-12 09:32:47 queue INFO 3 [605] -2015-03-12 09:32:48 queue INFO >3 [606] -2015-03-12 09:32:48 sendUrl INFO 3 [605] R:OK -2015-03-12 09:32:48 sendUrl INFO 3 [606] R:OK -2015-03-12 09:33:38 queue INFO >>3 [607] -2015-03-12 09:33:38 sendUrl INFO 3 [607] R:OK -2015-03-12 09:34:28 queue INFO >>3 [608] -2015-03-12 09:34:28 sendUrl INFO 3 [608] R:OK diff --git a/ConfIOB/Donati/1013_158/logfile.txt.20130927 b/ConfIOB/Donati/1013_158/logfile.txt.20130927 deleted file mode 100644 index 29fc191..0000000 --- a/ConfIOB/Donati/1013_158/logfile.txt.20130927 +++ /dev/null @@ -1,7582 +0,0 @@ -[2013-09-23 15:21:34] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-23 15:23:36] Avvio ProgrammaReadPar IOB-pi v.1.1 -[2013-09-23 15:23:36] Start ReadPar IOB-pi v.1.1 -[2013-09-23 15:23:37] 0 -[2013-09-23 15:23:39] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-23 22:16:37] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1012&valore=0 -[2013-09-23 22:16:38] 1 -[2013-09-23 22:16:39] NETWORK:Errore http-no com rete-timeout per url: http://192.168.51.71/MPIO/sendReboot.aspx?idxMacchina=1012 -[2013-09-23 22:17:41] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1012&valore=1 -[2013-09-23 22:17:41] 2 -[2013-09-23 22:18:45] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1012&valore=2 -[2013-09-23 22:18:45] 4 -[2013-09-23 22:19:48] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1012&valore=4 -[2013-09-23 22:19:49] 8 -[2013-09-23 22:20:52] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1012&valore=8 -[2013-09-23 22:20:52] 10 -[2013-09-23 22:21:56] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1012&valore=10 -[2013-09-23 22:21:56] 20 -[2013-09-23 22:22:59] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1012&valore=20 -[2013-09-23 22:23:00] 40 -[2013-09-23 22:24:03] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1012&valore=40 -[2013-09-23 22:24:03] 80 -[2013-09-23 22:24:33] Avvio ProgrammaReadPar IOB-pi v.1.1 -[2013-09-23 22:24:33] Start ReadPar IOB-pi v.1.1 -[2013-09-23 22:24:33] D -[2013-09-23 22:24:35] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-23 22:24:35] >D -[2013-09-24 17:13:55] >>D -[2013-09-24 17:14:57] Avvio ProgrammaReadPar IOB-pi v.1.1 -[2013-09-24 17:14:57] Start ReadPar IOB-pi v.1.1 -[2013-09-24 17:14:58] 9 -[2013-09-24 17:14:59] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-24 17:14:59] >9 -[2013-09-24 17:15:52] Avvio ProgrammaReadPar IOB-pi v.1.1 -[2013-09-24 17:15:52] Start ReadPar IOB-pi v.1.1 -[2013-09-24 17:15:53] D -[2013-09-24 17:15:55] >D -[2013-09-24 17:15:55] Avvio ProgrammaSendReboot IOB-pi v.1.1 -[2013-09-24 17:19:35] >>D -[2013-09-24 17:20:09] 2D -[2013-09-24 17:20:11] 25 -[2013-09-24 17:20:13] >25 -[2013-09-24 17:20:53] 21 -[2013-09-24 17:20:55] >21 -[2013-09-24 17:21:17] 1 -[2013-09-24 17:21:19] >1 -[2013-09-24 17:21:57] 5 -[2013-09-24 17:21:58] 7 -[2013-09-24 17:21:59] 3 -[2013-09-24 17:22:00] >3 -[2013-09-24 17:23:00] >>3 -[2013-09-24 17:24:00] >>3 -[2013-09-24 17:25:00] >>3 -[2013-09-24 17:26:01] >>3 -[2013-09-24 17:26:51] 7 -[2013-09-24 17:26:53] >7 -[2013-09-24 17:27:11] 3 -[2013-09-24 17:27:13] >3 -[2013-09-24 17:27:46] 7 -[2013-09-24 17:27:47] 3 -[2013-09-24 17:27:49] >3 -[2013-09-24 17:28:12] 7 -[2013-09-24 17:28:14] >7 -[2013-09-24 17:28:15] 3 -[2013-09-24 17:28:16] >3 -[2013-09-24 17:28:39] 7 -[2013-09-24 17:28:40] 3 -[2013-09-24 17:28:42] >3 -[2013-09-24 17:28:46] 7 -[2013-09-24 17:28:47] 3 -[2013-09-24 17:28:49] >3 -[2013-09-24 17:28:52] 7 -[2013-09-24 17:28:54] >7 -[2013-09-24 17:28:55] 3 -[2013-09-24 17:28:56] >3 -[2013-09-24 17:29:56] >>3 -[2013-09-24 17:30:56] >>3 -[2013-09-24 17:31:56] >>3 -[2013-09-24 17:32:57] >>3 -[2013-09-24 17:33:03] 7 -[2013-09-24 17:33:04] 3 -[2013-09-24 17:33:06] >3 -[2013-09-24 17:33:09] 7 -[2013-09-24 17:33:11] 3 -[2013-09-24 17:33:12] 7 -[2013-09-24 17:33:13] >7 -[2013-09-24 17:34:13] >>7 -[2013-09-24 17:34:54] 3 -[2013-09-24 17:34:56] >3 -[2013-09-24 17:35:10] 7 -[2013-09-24 17:35:11] 3 -[2013-09-24 17:35:11] 7 -[2013-09-24 17:35:13] >7 -[2013-09-24 17:36:13] >>7 -[2013-09-24 17:37:13] >>7 -[2013-09-24 17:38:13] >>7 -[2013-09-24 17:39:13] >>7 -[2013-09-24 17:40:13] >>7 -[2013-09-24 17:40:27] 3 -[2013-09-24 17:40:29] >3 -[2013-09-24 17:41:28] >>3 -[2013-09-24 17:42:29] >>3 -[2013-09-24 17:42:56] 7 -[2013-09-24 17:42:57] >7 -[2013-09-24 17:43:01] 3 -[2013-09-24 17:43:03] >3 -[2013-09-24 17:43:46] 7 -[2013-09-24 17:43:47] >7 -[2013-09-24 17:44:01] 3 -[2013-09-24 17:44:02] >3 -[2013-09-24 17:44:48] 7 -[2013-09-24 17:44:50] >7 -[2013-09-24 17:45:03] 3 -[2013-09-24 17:45:05] >3 -[2013-09-24 17:45:45] 7 -[2013-09-24 17:45:46] >7 -[2013-09-24 17:45:56] 3 -[2013-09-24 17:45:58] >3 -[2013-09-24 17:46:03] 7 -[2013-09-24 17:46:04] 3 -[2013-09-24 17:46:05] >3 -[2013-09-24 17:46:06] 7 -[2013-09-24 17:46:08] >7 -[2013-09-24 17:46:17] 3 -[2013-09-24 17:46:17] 7 -[2013-09-24 17:46:19] >7 -[2013-09-24 17:46:59] 3 -[2013-09-24 17:47:01] >3 -[2013-09-24 17:48:00] >>3 -[2013-09-24 17:48:09] 7 -[2013-09-24 17:48:10] >7 -[2013-09-24 17:48:19] 3 -[2013-09-24 17:48:20] >3 -[2013-09-24 17:49:00] 7 -[2013-09-24 17:49:02] >7 -[2013-09-24 17:50:01] >>7 -[2013-09-24 17:51:02] >>7 -[2013-09-24 17:52:02] >>7 -[2013-09-24 17:52:17] 3 -[2013-09-24 17:52:19] >3 -[2013-09-24 17:52:55] 7 -[2013-09-24 17:52:57] >7 -[2013-09-24 17:53:57] >>7 -[2013-09-24 17:54:57] >>7 -[2013-09-24 17:55:57] >>7 -[2013-09-24 17:56:57] >>7 -[2013-09-24 17:57:57] >>7 -[2013-09-24 17:58:58] >>7 -[2013-09-24 17:59:58] >>7 -[2013-09-24 18:00:58] >>7 -[2013-09-24 18:01:58] >>7 -[2013-09-24 18:02:58] >>7 -[2013-09-24 18:03:59] >>7 -[2013-09-24 18:04:59] >>7 -[2013-09-24 18:05:59] >>7 -[2013-09-24 18:06:59] >>7 -[2013-09-24 18:07:59] >>7 -[2013-09-24 18:09:00] >>7 -[2013-09-24 18:10:00] >>7 -[2013-09-24 18:11:00] >>7 -[2013-09-24 18:12:00] >>7 -[2013-09-24 18:13:00] >>7 -[2013-09-24 18:14:01] >>7 -[2013-09-24 18:15:01] >>7 -[2013-09-24 18:16:01] >>7 -[2013-09-24 18:17:01] >>7 -[2013-09-24 18:18:01] >>7 -[2013-09-24 18:18:23] 25 -[2013-09-24 18:18:24] >25 -[2013-09-24 18:18:34] 5 -[2013-09-24 18:18:36] >5 -[2013-09-24 18:19:11] 7 -[2013-09-24 18:19:13] >7 -[2013-09-24 18:20:12] >>7 -[2013-09-24 18:21:13] >>7 -[2013-09-24 18:22:13] >>7 -[2013-09-24 18:23:13] >>7 -[2013-09-24 18:24:13] >>7 -[2013-09-24 18:25:14] >>7 -[2013-09-24 18:26:14] >>7 -[2013-09-24 18:27:14] >>7 -[2013-09-24 18:28:14] >>7 -[2013-09-24 18:29:14] >>7 -[2013-09-24 18:30:15] >>7 -[2013-09-24 18:31:15] >>7 -[2013-09-24 18:32:15] >>7 -[2013-09-24 18:33:15] >>7 -[2013-09-24 18:34:15] >>7 -[2013-09-24 18:35:16] >>7 -[2013-09-24 18:36:16] >>7 -[2013-09-24 18:37:16] >>7 -[2013-09-24 18:38:16] >>7 -[2013-09-24 18:39:16] >>7 -[2013-09-24 18:40:17] >>7 -[2013-09-24 18:41:17] >>7 -[2013-09-24 18:42:17] >>7 -[2013-09-24 18:43:17] >>7 -[2013-09-24 18:44:17] >>7 -[2013-09-24 18:45:18] >>7 -[2013-09-24 18:46:18] >>7 -[2013-09-24 18:47:18] >>7 -[2013-09-24 18:48:18] >>7 -[2013-09-24 18:49:18] >>7 -[2013-09-24 18:50:19] >>7 -[2013-09-24 18:51:19] >>7 -[2013-09-24 18:52:19] >>7 -[2013-09-24 18:53:19] >>7 -[2013-09-24 18:54:19] >>7 -[2013-09-24 18:55:02] 3 -[2013-09-24 18:55:04] >3 -[2013-09-24 18:55:26] 7 -[2013-09-24 18:55:28] >7 -[2013-09-24 18:56:27] >>7 -[2013-09-24 18:57:27] >>7 -[2013-09-24 18:58:28] >>7 -[2013-09-24 18:59:28] >>7 -[2013-09-24 19:00:28] >>7 -[2013-09-24 19:01:28] >>7 -[2013-09-24 19:02:11] 3 -[2013-09-24 19:02:13] >3 -[2013-09-24 19:03:13] >>3 -[2013-09-24 19:04:13] >>3 -[2013-09-24 19:05:13] >>3 -[2013-09-24 19:06:13] >>3 -[2013-09-24 19:06:38] 7 -[2013-09-24 19:06:39] >7 -[2013-09-24 19:07:39] >>7 -[2013-09-24 19:08:39] >>7 -[2013-09-24 19:09:39] >>7 -[2013-09-24 19:10:40] >>7 -[2013-09-24 19:11:40] >>7 -[2013-09-24 19:12:40] >>7 -[2013-09-24 19:13:40] >>7 -[2013-09-24 19:14:40] >>7 -[2013-09-24 19:15:41] >>7 -[2013-09-24 19:16:41] >>7 -[2013-09-24 19:17:41] >>7 -[2013-09-24 19:18:41] >>7 -[2013-09-24 19:19:41] >>7 -[2013-09-24 19:20:42] >>7 -[2013-09-24 19:21:34] 3 -[2013-09-24 19:21:36] >3 -[2013-09-24 19:21:50] 7 -[2013-09-24 19:21:52] >7 -[2013-09-24 19:22:51] >>7 -[2013-09-24 19:23:03] 3 -[2013-09-24 19:23:05] >3 -[2013-09-24 19:24:04] >>3 -[2013-09-24 19:24:24] 7 -[2013-09-24 19:24:25] >7 -[2013-09-24 19:25:25] >>7 -[2013-09-24 19:26:25] >>7 -[2013-09-24 19:27:13] 25 -[2013-09-24 19:27:15] >25 -[2013-09-24 19:27:25] 5 -[2013-09-24 19:27:27] >5 -[2013-09-24 19:27:38] 7 -[2013-09-24 19:27:40] >7 -[2013-09-24 19:28:40] >>7 -[2013-09-24 19:29:40] >>7 -[2013-09-24 19:30:40] >>7 -[2013-09-24 19:31:40] >>7 -[2013-09-24 19:32:40] >>7 -[2013-09-24 19:32:53] 3 -[2013-09-24 19:32:55] >3 -[2013-09-24 19:33:54] >>3 -[2013-09-24 19:34:55] >>3 -[2013-09-24 19:35:55] >>3 -[2013-09-24 19:36:39] 7 -[2013-09-24 19:36:40] >7 -[2013-09-24 19:36:47] 3 -[2013-09-24 19:36:49] >3 -[2013-09-24 19:37:49] >>3 -[2013-09-24 19:38:49] >>3 -[2013-09-24 19:39:49] >>3 -[2013-09-24 19:40:49] >>3 -[2013-09-24 19:41:49] >>3 -[2013-09-24 19:42:50] >>3 -[2013-09-24 19:43:44] 7 -[2013-09-24 19:43:46] >7 -[2013-09-24 19:44:12] 3 -[2013-09-24 19:44:14] >3 -[2013-09-24 19:44:23] 7 -[2013-09-24 19:44:25] >7 -[2013-09-24 19:44:56] 3 -[2013-09-24 19:44:57] >3 -[2013-09-24 19:45:57] >>3 -[2013-09-24 19:46:57] >>3 -[2013-09-24 19:47:57] >>3 -[2013-09-24 19:48:58] >>3 -[2013-09-24 19:49:58] >>3 -[2013-09-24 19:50:41] 7 -[2013-09-24 19:50:43] >7 -[2013-09-24 19:50:50] 3 -[2013-09-24 19:50:52] >3 -[2013-09-24 19:51:52] >>3 -[2013-09-24 19:52:52] >>3 -[2013-09-24 19:53:52] >>3 -[2013-09-24 19:54:52] >>3 -[2013-09-24 19:55:53] >>3 -[2013-09-24 19:56:07] 7 -[2013-09-24 19:56:09] >7 -[2013-09-24 19:56:51] 3 -[2013-09-24 19:56:53] >3 -[2013-09-24 19:57:41] 7 -[2013-09-24 19:57:42] >7 -[2013-09-24 19:58:42] >>7 -[2013-09-24 19:59:42] >>7 -[2013-09-24 20:00:14] 3 -[2013-09-24 20:00:16] >3 -[2013-09-24 20:01:15] >>3 -[2013-09-24 20:02:15] 7 -[2013-09-24 20:02:17] >7 -[2013-09-24 20:03:16] >>7 -[2013-09-24 20:04:17] >>7 -[2013-09-24 20:05:17] >>7 -[2013-09-24 20:06:17] >>7 -[2013-09-24 20:06:44] 3 -[2013-09-24 20:06:46] >3 -[2013-09-24 20:07:09] 7 -[2013-09-24 20:07:11] >7 -[2013-09-24 20:08:10] >>7 -[2013-09-24 20:09:10] >>7 -[2013-09-24 20:10:11] >>7 -[2013-09-24 20:11:11] >>7 -[2013-09-24 20:12:11] >>7 -[2013-09-24 20:13:11] >>7 -[2013-09-24 20:14:11] >>7 -[2013-09-24 20:15:12] >>7 -[2013-09-24 20:16:12] >>7 -[2013-09-24 20:17:12] >>7 -[2013-09-24 20:18:12] >>7 -[2013-09-24 20:19:13] >>7 -[2013-09-24 20:20:13] >>7 -[2013-09-24 20:21:13] >>7 -[2013-09-24 20:22:13] >>7 -[2013-09-24 20:23:13] >>7 -[2013-09-24 20:24:14] >>7 -[2013-09-24 20:25:14] >>7 -[2013-09-24 20:26:14] >>7 -[2013-09-24 20:27:14] >>7 -[2013-09-24 20:28:14] >>7 -[2013-09-24 20:29:15] >>7 -[2013-09-24 20:30:15] >>7 -[2013-09-24 20:31:15] >>7 -[2013-09-24 20:32:15] >>7 -[2013-09-24 20:33:15] >>7 -[2013-09-24 20:34:16] >>7 -[2013-09-24 20:35:16] >>7 -[2013-09-24 20:36:16] >>7 -[2013-09-24 20:37:16] >>7 -[2013-09-24 20:38:16] >>7 -[2013-09-24 20:39:04] 3 -[2013-09-24 20:39:06] >3 -[2013-09-24 20:39:13] 7 -[2013-09-24 20:39:14] >7 -[2013-09-24 20:39:59] 3 -[2013-09-24 20:40:01] >3 -[2013-09-24 20:41:00] >>3 -[2013-09-24 20:41:39] 7 -[2013-09-24 20:41:41] >7 -[2013-09-24 20:41:55] 3 -[2013-09-24 20:41:57] >3 -[2013-09-24 20:42:08] 21 -[2013-09-24 20:42:09] 1 -[2013-09-24 20:42:10] >1 -[2013-09-24 20:42:14] 3 -[2013-09-24 20:42:16] >3 -[2013-09-24 20:42:20] 21 -[2013-09-24 20:42:21] 1 -[2013-09-24 20:42:23] >1 -[2013-09-24 20:42:37] 3 -[2013-09-24 20:42:38] >3 -[2013-09-24 20:42:51] 7 -[2013-09-24 20:42:52] 3 -[2013-09-24 20:42:54] >3 -[2013-09-24 20:43:53] >>3 -[2013-09-24 20:44:38] 7 -[2013-09-24 20:44:40] >7 -[2013-09-24 20:45:39] >>7 -[2013-09-24 20:46:40] >>7 -[2013-09-24 20:47:40] >>7 -[2013-09-24 20:48:40] >>7 -[2013-09-24 20:49:40] >>7 -[2013-09-24 20:50:40] >>7 -[2013-09-24 20:51:41] >>7 -[2013-09-24 20:52:41] >>7 -[2013-09-24 20:53:41] >>7 -[2013-09-24 20:54:41] >>7 -[2013-09-24 20:55:41] >>7 -[2013-09-24 20:56:42] >>7 -[2013-09-24 20:57:42] >>7 -[2013-09-24 20:58:42] >>7 -[2013-09-24 20:59:42] >>7 -[2013-09-24 21:00:42] >>7 -[2013-09-24 21:01:43] >>7 -[2013-09-24 21:02:43] >>7 -[2013-09-24 21:03:43] >>7 -[2013-09-24 21:04:43] >>7 -[2013-09-24 21:05:43] >>7 -[2013-09-24 21:06:44] >>7 -[2013-09-24 21:07:44] >>7 -[2013-09-24 21:07:46] 3 -[2013-09-24 21:07:48] >3 -[2013-09-24 21:07:59] 7 -[2013-09-24 21:08:01] >7 -[2013-09-24 21:09:01] >>7 -[2013-09-24 21:10:01] >>7 -[2013-09-24 21:10:27] 3 -[2013-09-24 21:10:29] >3 -[2013-09-24 21:10:41] 7 -[2013-09-24 21:10:42] >7 -[2013-09-24 21:11:42] >>7 -[2013-09-24 21:12:42] >>7 -[2013-09-24 21:13:42] >>7 -[2013-09-24 21:14:43] >>7 -[2013-09-24 21:15:03] 3 -[2013-09-24 21:15:04] >3 -[2013-09-24 21:15:23] 7 -[2013-09-24 21:15:25] >7 -[2013-09-24 21:16:24] >>7 -[2013-09-24 21:17:25] >>7 -[2013-09-24 21:18:25] >>7 -[2013-09-24 21:18:33] 3 -[2013-09-24 21:18:35] >3 -[2013-09-24 21:19:35] >>3 -[2013-09-24 21:19:52] 7 -[2013-09-24 21:19:53] 3 -[2013-09-24 21:19:54] 7 -[2013-09-24 21:19:54] 3 -[2013-09-24 21:19:55] 7 -[2013-09-24 21:19:56] 3 -[2013-09-24 21:19:56] 7 -[2013-09-24 21:19:58] >7 -[2013-09-24 21:20:58] >>7 -[2013-09-24 21:21:58] >>7 -[2013-09-24 21:22:32] 3 -[2013-09-24 21:22:34] >3 -[2013-09-24 21:23:05] 7 -[2013-09-24 21:23:07] >7 -[2013-09-24 21:24:07] >>7 -[2013-09-24 21:25:07] >>7 -[2013-09-24 21:26:07] >>7 -[2013-09-24 21:27:07] >>7 -[2013-09-24 21:27:23] 3 -[2013-09-24 21:27:24] >3 -[2013-09-24 21:27:29] 7 -[2013-09-24 21:27:30] >7 -[2013-09-24 21:27:32] 3 -[2013-09-24 21:27:33] 7 -[2013-09-24 21:27:35] >7 -[2013-09-24 21:27:35] 3 -[2013-09-24 21:27:37] >3 -[2013-09-24 21:27:37] 7 -[2013-09-24 21:27:39] 3 -[2013-09-24 21:27:40] 7 -[2013-09-24 21:27:41] >7 -[2013-09-24 21:28:41] >>7 -[2013-09-24 21:29:41] >>7 -[2013-09-24 21:30:41] >>7 -[2013-09-24 21:31:42] >>7 -[2013-09-24 21:32:42] >>7 -[2013-09-24 21:33:42] >>7 -[2013-09-24 21:34:42] >>7 -[2013-09-24 21:35:42] >>7 -[2013-09-24 21:36:43] >>7 -[2013-09-24 21:37:43] >>7 -[2013-09-24 21:38:43] >>7 -[2013-09-24 21:39:43] >>7 -[2013-09-24 21:40:43] >>7 -[2013-09-24 21:41:44] >>7 -[2013-09-24 21:42:44] >>7 -[2013-09-24 21:43:44] >>7 -[2013-09-24 21:44:44] >>7 -[2013-09-24 21:45:44] >>7 -[2013-09-24 21:46:45] >>7 -[2013-09-24 21:47:45] >>7 -[2013-09-24 21:48:45] >>7 -[2013-09-24 21:49:45] >>7 -[2013-09-24 21:49:59] 3 -[2013-09-24 21:50:01] >3 -[2013-09-24 21:50:06] 7 -[2013-09-24 21:50:07] >7 -[2013-09-24 21:51:07] >>7 -[2013-09-24 21:52:07] >>7 -[2013-09-24 21:53:07] >>7 -[2013-09-24 21:54:08] >>7 -[2013-09-24 21:55:08] >>7 -[2013-09-24 21:56:08] >>7 -[2013-09-24 21:57:08] >>7 -[2013-09-24 21:58:08] >>7 -[2013-09-24 21:59:09] >>7 -[2013-09-24 22:00:09] >>7 -[2013-09-24 22:01:09] >>7 -[2013-09-24 22:02:09] >>7 -[2013-09-24 22:03:09] >>7 -[2013-09-24 22:03:42] 3 -[2013-09-24 22:03:44] >3 -[2013-09-24 22:04:09] 7 -[2013-09-24 22:04:11] >7 -[2013-09-24 22:04:16] 3 -[2013-09-24 22:04:17] >3 -[2013-09-24 22:05:17] >>3 -[2013-09-24 22:05:51] 7 -[2013-09-24 22:05:53] >7 -[2013-09-24 22:06:08] 3 -[2013-09-24 22:06:10] >3 -[2013-09-24 22:07:10] >>3 -[2013-09-24 22:08:10] >>3 -[2013-09-24 22:08:39] 7 -[2013-09-24 22:08:41] >7 -[2013-09-24 22:09:41] >>7 -[2013-09-24 22:10:41] >>7 -[2013-09-24 22:11:41] >>7 -[2013-09-24 22:12:41] >>7 -[2013-09-24 22:13:41] >>7 -[2013-09-24 22:14:42] >>7 -[2013-09-24 22:15:42] >>7 -[2013-09-24 22:16:42] >>7 -[2013-09-24 22:17:42] >>7 -[2013-09-24 22:18:42] >>7 -[2013-09-24 22:19:43] >>7 -[2013-09-24 22:20:43] >>7 -[2013-09-24 22:21:19] 3 -[2013-09-24 22:21:21] >3 -[2013-09-24 22:21:33] 7 -[2013-09-24 22:21:35] >7 -[2013-09-24 22:22:14] 3 -[2013-09-24 22:22:16] >3 -[2013-09-24 22:23:15] >>3 -[2013-09-24 22:23:59] 7 -[2013-09-24 22:24:00] >7 -[2013-09-24 22:24:01] 3 -[2013-09-24 22:24:02] 7 -[2013-09-24 22:24:04] >7 -[2013-09-24 22:24:25] 3 -[2013-09-24 22:24:27] >3 -[2013-09-24 22:25:08] 7 -[2013-09-24 22:25:10] >7 -[2013-09-24 22:25:16] 3 -[2013-09-24 22:25:17] >3 -[2013-09-24 22:26:17] >>3 -[2013-09-24 22:26:48] 7 -[2013-09-24 22:26:49] 3 -[2013-09-24 22:26:50] 7 -[2013-09-24 22:26:51] 3 -[2013-09-24 22:26:53] >3 -[2013-09-24 22:27:01] 7 -[2013-09-24 22:27:02] >7 -[2013-09-24 22:27:20] 3 -[2013-09-24 22:27:21] >3 -[2013-09-24 22:27:28] 7 -[2013-09-24 22:27:30] >7 -[2013-09-24 22:28:30] >>7 -[2013-09-24 22:29:30] >>7 -[2013-09-24 22:30:30] >>7 -[2013-09-24 22:31:30] >>7 -[2013-09-24 22:32:30] >>7 -[2013-09-24 22:33:31] >>7 -[2013-09-24 22:34:31] >>7 -[2013-09-24 22:35:31] >>7 -[2013-09-24 22:36:31] >>7 -[2013-09-24 22:37:31] >>7 -[2013-09-24 22:38:32] >>7 -[2013-09-24 22:39:32] >>7 -[2013-09-24 22:40:32] >>7 -[2013-09-24 22:41:32] >>7 -[2013-09-24 22:42:32] >>7 -[2013-09-24 22:43:04] 3 -[2013-09-24 22:43:05] >3 -[2013-09-24 22:43:33] 7 -[2013-09-24 22:43:35] >7 -[2013-09-24 22:44:35] >>7 -[2013-09-24 22:44:59] 3 -[2013-09-24 22:45:01] >3 -[2013-09-24 22:45:47] 7 -[2013-09-24 22:45:48] 3 -[2013-09-24 22:45:49] >3 -[2013-09-24 22:45:55] 7 -[2013-09-24 22:45:57] >7 -[2013-09-24 22:46:14] 3 -[2013-09-24 22:46:15] >3 -[2013-09-24 22:46:16] 7 -[2013-09-24 22:46:18] >7 -[2013-09-24 22:46:28] 3 -[2013-09-24 22:46:29] >3 -[2013-09-24 22:46:40] 7 -[2013-09-24 22:46:41] >7 -[2013-09-24 22:46:43] 3 -[2013-09-24 22:46:45] >3 -[2013-09-24 22:46:49] 7 -[2013-09-24 22:46:50] >7 -[2013-09-24 22:47:50] >>7 -[2013-09-24 22:48:50] >>7 -[2013-09-24 22:49:50] >>7 -[2013-09-24 22:50:51] >>7 -[2013-09-24 22:51:51] >>7 -[2013-09-24 22:52:51] >>7 -[2013-09-24 22:53:51] >>7 -[2013-09-24 22:54:51] >>7 -[2013-09-24 22:55:52] >>7 -[2013-09-24 22:56:52] >>7 -[2013-09-24 22:57:52] >>7 -[2013-09-24 22:58:52] >>7 -[2013-09-24 22:59:52] >>7 -[2013-09-24 23:00:01] 3 -[2013-09-24 23:00:02] >3 -[2013-09-24 23:00:10] 7 -[2013-09-24 23:00:11] >7 -[2013-09-24 23:00:34] 3 -[2013-09-24 23:00:35] >3 -[2013-09-24 23:01:35] >>3 -[2013-09-24 23:01:36] 7 -[2013-09-24 23:01:38] >7 -[2013-09-24 23:02:03] 3 -[2013-09-24 23:02:05] >3 -[2013-09-24 23:02:17] 7 -[2013-09-24 23:02:18] >7 -[2013-09-24 23:02:57] 3 -[2013-09-24 23:02:59] >3 -[2013-09-24 23:03:08] 7 -[2013-09-24 23:03:10] >7 -[2013-09-24 23:04:10] >>7 -[2013-09-24 23:05:10] >>7 -[2013-09-24 23:06:10] >>7 -[2013-09-24 23:07:10] >>7 -[2013-09-24 23:07:37] 3 -[2013-09-24 23:07:38] >3 -[2013-09-24 23:07:42] 7 -[2013-09-24 23:07:44] >7 -[2013-09-24 23:08:43] >>7 -[2013-09-24 23:09:44] >>7 -[2013-09-24 23:10:44] >>7 -[2013-09-24 23:11:44] >>7 -[2013-09-24 23:12:44] >>7 -[2013-09-24 23:13:44] >>7 -[2013-09-24 23:13:59] 25 -[2013-09-24 23:13:59] 5 -[2013-09-24 23:14:01] >5 -[2013-09-24 23:14:26] 7 -[2013-09-24 23:14:28] >7 -[2013-09-24 23:15:14] 3 -[2013-09-24 23:15:16] >3 -[2013-09-24 23:15:18] 7 -[2013-09-24 23:15:20] >7 -[2013-09-24 23:15:25] 3 -[2013-09-24 23:15:26] >3 -[2013-09-24 23:15:38] 7 -[2013-09-24 23:15:39] >7 -[2013-09-24 23:15:41] 3 -[2013-09-24 23:15:43] >3 -[2013-09-24 23:16:43] >>3 -[2013-09-24 23:17:19] 7 -[2013-09-24 23:17:21] >7 -[2013-09-24 23:17:30] 3 -[2013-09-24 23:17:31] >3 -[2013-09-24 23:18:08] 7 -[2013-09-24 23:18:10] >7 -[2013-09-24 23:18:17] 3 -[2013-09-24 23:18:18] >3 -[2013-09-24 23:18:48] 7 -[2013-09-24 23:18:50] >7 -[2013-09-24 23:19:03] 3 -[2013-09-24 23:19:05] >3 -[2013-09-24 23:19:20] 7 -[2013-09-24 23:19:22] >7 -[2013-09-24 23:19:33] 3 -[2013-09-24 23:19:34] >3 -[2013-09-24 23:19:55] 7 -[2013-09-24 23:19:56] >7 -[2013-09-24 23:20:12] 3 -[2013-09-24 23:20:14] >3 -[2013-09-24 23:20:54] 7 -[2013-09-24 23:20:56] >7 -[2013-09-24 23:21:06] 3 -[2013-09-24 23:21:08] >3 -[2013-09-24 23:21:21] 7 -[2013-09-24 23:21:23] >7 -[2013-09-24 23:21:23] 3 -[2013-09-24 23:21:25] >3 -[2013-09-24 23:22:25] >>3 -[2013-09-24 23:23:25] >>3 -[2013-09-24 23:23:42] 7 -[2013-09-24 23:23:43] 3 -[2013-09-24 23:23:45] >3 -[2013-09-24 23:23:57] 7 -[2013-09-24 23:23:59] >7 -[2013-09-24 23:24:02] 3 -[2013-09-24 23:24:03] >3 -[2013-09-24 23:24:39] 7 -[2013-09-24 23:24:40] >7 -[2013-09-24 23:24:41] 3 -[2013-09-24 23:24:42] >3 -[2013-09-24 23:24:54] 7 -[2013-09-24 23:24:54] 3 -[2013-09-24 23:24:55] 7 -[2013-09-24 23:24:57] >7 -[2013-09-24 23:25:04] 3 -[2013-09-24 23:25:06] >3 -[2013-09-24 23:25:23] 7 -[2013-09-24 23:25:25] >7 -[2013-09-24 23:25:30] 3 -[2013-09-24 23:25:31] >3 -[2013-09-24 23:25:40] 7 -[2013-09-24 23:25:41] >7 -[2013-09-24 23:25:51] 3 -[2013-09-24 23:25:52] >3 -[2013-09-24 23:25:59] 7 -[2013-09-24 23:26:00] >7 -[2013-09-24 23:26:06] 3 -[2013-09-24 23:26:07] >3 -[2013-09-24 23:26:57] 7 -[2013-09-24 23:26:59] >7 -[2013-09-24 23:27:09] 3 -[2013-09-24 23:27:11] >3 -[2013-09-24 23:28:11] >>3 -[2013-09-24 23:28:12] 7 -[2013-09-24 23:28:12] 3 -[2013-09-24 23:28:14] >3 -[2013-09-24 23:28:28] 7 -[2013-09-24 23:28:29] >7 -[2013-09-24 23:28:30] 3 -[2013-09-24 23:28:31] >3 -[2013-09-24 23:28:38] 7 -[2013-09-24 23:28:39] >7 -[2013-09-24 23:28:45] 3 -[2013-09-24 23:28:47] >3 -[2013-09-24 23:28:58] 7 -[2013-09-24 23:28:59] >7 -[2013-09-24 23:29:03] 3 -[2013-09-24 23:29:05] >3 -[2013-09-24 23:29:08] 7 -[2013-09-24 23:29:09] 3 -[2013-09-24 23:29:10] >3 -[2013-09-24 23:29:46] 7 -[2013-09-24 23:29:48] >7 -[2013-09-24 23:30:10] 3 -[2013-09-24 23:30:11] >3 -[2013-09-24 23:30:13] 7 -[2013-09-24 23:30:15] >7 -[2013-09-24 23:30:20] 3 -[2013-09-24 23:30:21] >3 -[2013-09-24 23:30:23] 7 -[2013-09-24 23:30:25] >7 -[2013-09-24 23:30:41] 3 -[2013-09-24 23:30:42] >3 -[2013-09-24 23:30:54] 7 -[2013-09-24 23:30:56] >7 -[2013-09-24 23:31:03] 3 -[2013-09-24 23:31:05] >3 -[2013-09-24 23:31:08] 7 -[2013-09-24 23:31:10] >7 -[2013-09-24 23:31:18] 3 -[2013-09-24 23:31:20] >3 -[2013-09-24 23:31:29] 7 -[2013-09-24 23:31:30] >7 -[2013-09-24 23:31:31] 3 -[2013-09-24 23:31:33] >3 -[2013-09-24 23:31:36] 7 -[2013-09-24 23:31:38] >7 -[2013-09-24 23:31:42] 3 -[2013-09-24 23:31:43] >3 -[2013-09-24 23:31:47] 7 -[2013-09-24 23:31:49] >7 -[2013-09-24 23:32:48] >>7 -[2013-09-24 23:33:43] 3 -[2013-09-24 23:33:45] >3 -[2013-09-24 23:34:02] 7 -[2013-09-24 23:34:03] >7 -[2013-09-24 23:35:03] >>7 -[2013-09-24 23:36:03] >>7 -[2013-09-24 23:37:04] >>7 -[2013-09-24 23:38:04] >>7 -[2013-09-24 23:39:04] >>7 -[2013-09-24 23:40:04] >>7 -[2013-09-24 23:41:04] >>7 -[2013-09-24 23:42:05] >>7 -[2013-09-24 23:43:05] >>7 -[2013-09-24 23:44:05] >>7 -[2013-09-24 23:45:05] >>7 -[2013-09-24 23:46:05] >>7 -[2013-09-24 23:47:06] >>7 -[2013-09-24 23:48:06] >>7 -[2013-09-24 23:49:06] >>7 -[2013-09-24 23:50:06] >>7 -[2013-09-24 23:51:06] >>7 -[2013-09-24 23:52:07] >>7 -[2013-09-24 23:53:07] >>7 -[2013-09-24 23:54:07] >>7 -[2013-09-24 23:55:07] >>7 -[2013-09-24 23:56:07] >>7 -[2013-09-24 23:57:08] >>7 -[2013-09-24 23:58:08] >>7 -[2013-09-24 23:59:08] >>7 -[2013-09-25 00:00:08] >>7 -[2013-09-25 00:01:09] >>7 -[2013-09-25 00:02:09] >>7 -[2013-09-25 00:03:09] >>7 -[2013-09-25 00:04:09] >>7 -[2013-09-25 00:05:09] >>7 -[2013-09-25 00:06:09] >>7 -[2013-09-25 00:07:10] >>7 -[2013-09-25 00:08:10] >>7 -[2013-09-25 00:09:10] >>7 -[2013-09-25 00:10:10] >>7 -[2013-09-25 00:11:11] >>7 -[2013-09-25 00:12:11] >>7 -[2013-09-25 00:13:04] 3 -[2013-09-25 00:13:06] >3 -[2013-09-25 00:13:11] 7 -[2013-09-25 00:13:11] 3 -[2013-09-25 00:13:12] 7 -[2013-09-25 00:13:14] >7 -[2013-09-25 00:14:13] >>7 -[2013-09-25 00:14:41] 3 -[2013-09-25 00:14:42] >3 -[2013-09-25 00:14:52] 7 -[2013-09-25 00:14:53] 3 -[2013-09-25 00:14:55] 7 -[2013-09-25 00:14:55] 3 -[2013-09-25 00:14:56] 7 -[2013-09-25 00:14:57] >7 -[2013-09-25 00:15:57] >>7 -[2013-09-25 00:16:57] >>7 -[2013-09-25 00:17:41] 3 -[2013-09-25 00:17:43] >3 -[2013-09-25 00:18:42] >>3 -[2013-09-25 00:19:43] >>3 -[2013-09-25 00:20:43] >>3 -[2013-09-25 00:21:27] 7 -[2013-09-25 00:21:28] 3 -[2013-09-25 00:21:29] >3 -[2013-09-25 00:21:59] 7 -[2013-09-25 00:22:00] 3 -[2013-09-25 00:22:02] >3 -[2013-09-25 00:23:01] >>3 -[2013-09-25 00:24:02] >>3 -[2013-09-25 00:24:37] 7 -[2013-09-25 00:24:39] >7 -[2013-09-25 00:24:56] 3 -[2013-09-25 00:24:58] >3 -[2013-09-25 00:25:57] >>3 -[2013-09-25 00:26:58] >>3 -[2013-09-25 00:27:58] >>3 -[2013-09-25 00:28:58] >>3 -[2013-09-25 00:29:58] >>3 -[2013-09-25 00:30:58] >>3 -[2013-09-25 00:31:34] 7 -[2013-09-25 00:31:35] >7 -[2013-09-25 00:31:45] 3 -[2013-09-25 00:31:46] >3 -[2013-09-25 00:32:46] >>3 -[2013-09-25 00:33:46] >>3 -[2013-09-25 00:34:47] >>3 -[2013-09-25 00:35:47] >>3 -[2013-09-25 00:36:47] >>3 -[2013-09-25 00:37:47] >>3 -[2013-09-25 00:38:39] 7 -[2013-09-25 00:38:41] >7 -[2013-09-25 00:38:47] 3 -[2013-09-25 00:38:48] >3 -[2013-09-25 00:39:48] >>3 -[2013-09-25 00:40:48] >>3 -[2013-09-25 00:41:48] >>3 -[2013-09-25 00:42:49] >>3 -[2013-09-25 00:43:49] >>3 -[2013-09-25 00:44:53] >>3 -[2013-09-25 00:45:31] 7 -[2013-09-25 00:45:33] >7 -[2013-09-25 00:45:52] 3 -[2013-09-25 00:45:53] >3 -[2013-09-25 00:46:53] >>3 -[2013-09-25 00:47:53] >>3 -[2013-09-25 00:48:53] >>3 -[2013-09-25 00:49:25] 1 -[2013-09-25 00:49:26] >1 -[2013-09-25 00:49:31] 3 -[2013-09-25 00:49:32] >3 -[2013-09-25 00:49:34] 21 -[2013-09-25 00:49:35] 1 -[2013-09-25 00:49:36] >1 -[2013-09-25 00:49:38] 5 -[2013-09-25 00:49:40] 1 -[2013-09-25 00:49:42] >1 -[2013-09-25 00:49:48] 5 -[2013-09-25 00:49:49] 1 -[2013-09-25 00:49:51] >1 -[2013-09-25 00:49:53] 5 -[2013-09-25 00:49:54] 7 -[2013-09-25 00:49:56] 5 -[2013-09-25 00:49:58] >5 -[2013-09-25 00:50:07] 7 -[2013-09-25 00:50:09] >7 -[2013-09-25 00:50:59] 3 -[2013-09-25 00:51:01] >3 -[2013-09-25 00:52:01] >>3 -[2013-09-25 00:52:42] 7 -[2013-09-25 00:52:44] >7 -[2013-09-25 00:52:47] 3 -[2013-09-25 00:52:48] >3 -[2013-09-25 00:53:48] >>3 -[2013-09-25 00:54:48] >>3 -[2013-09-25 00:55:48] >>3 -[2013-09-25 00:56:49] >>3 -[2013-09-25 00:57:49] >>3 -[2013-09-25 00:58:52] >>3 -[2013-09-25 00:59:38] 7 -[2013-09-25 00:59:40] >7 -[2013-09-25 00:59:46] 3 -[2013-09-25 00:59:47] >3 -[2013-09-25 01:00:47] >>3 -[2013-09-25 01:01:24] 7 -[2013-09-25 01:01:25] >7 -[2013-09-25 01:01:26] 3 -[2013-09-25 01:01:28] >3 -[2013-09-25 01:01:39] 7 -[2013-09-25 01:01:41] >7 -[2013-09-25 01:01:57] 3 -[2013-09-25 01:01:59] >3 -[2013-09-25 01:02:59] >>3 -[2013-09-25 01:03:07] 7 -[2013-09-25 01:03:09] >7 -[2013-09-25 01:03:37] 3 -[2013-09-25 01:03:38] >3 -[2013-09-25 01:04:38] >>3 -[2013-09-25 01:05:38] >>3 -[2013-09-25 01:06:38] >>3 -[2013-09-25 01:06:45] 7 -[2013-09-25 01:06:46] >7 -[2013-09-25 01:06:53] 3 -[2013-09-25 01:06:55] >3 -[2013-09-25 01:07:55] >>3 -[2013-09-25 01:08:55] >>3 -[2013-09-25 01:09:55] >>3 -[2013-09-25 01:10:40] 7 -[2013-09-25 01:10:42] >7 -[2013-09-25 01:11:25] 3 -[2013-09-25 01:11:27] >3 -[2013-09-25 01:12:26] >>3 -[2013-09-25 01:12:36] 7 -[2013-09-25 01:12:38] >7 -[2013-09-25 01:13:20] 3 -[2013-09-25 01:13:22] >3 -[2013-09-25 01:13:41] 7 -[2013-09-25 01:13:43] >7 -[2013-09-25 01:14:42] >>7 -[2013-09-25 01:15:43] >>7 -[2013-09-25 01:16:13] 3 -[2013-09-25 01:16:15] >3 -[2013-09-25 01:17:15] >>3 -[2013-09-25 01:18:15] >>3 -[2013-09-25 01:19:08] 7 -[2013-09-25 01:19:10] >7 -[2013-09-25 01:19:46] 3 -[2013-09-25 01:19:48] >3 -[2013-09-25 01:20:47] 7 -[2013-09-25 01:20:48] >7 -[2013-09-25 01:20:53] 3 -[2013-09-25 01:20:55] >3 -[2013-09-25 01:21:55] >>3 -[2013-09-25 01:22:55] >>3 -[2013-09-25 01:23:35] 7 -[2013-09-25 01:23:37] >7 -[2013-09-25 01:24:36] >>7 -[2013-09-25 01:24:48] 3 -[2013-09-25 01:24:50] >3 -[2013-09-25 01:25:49] >>3 -[2013-09-25 01:26:16] 7 -[2013-09-25 01:26:18] >7 -[2013-09-25 01:27:17] >>7 -[2013-09-25 01:27:26] 3 -[2013-09-25 01:27:27] >3 -[2013-09-25 01:27:43] 7 -[2013-09-25 01:27:45] >7 -[2013-09-25 01:27:56] 3 -[2013-09-25 01:27:57] >3 -[2013-09-25 01:28:57] >>3 -[2013-09-25 01:29:57] >>3 -[2013-09-25 01:30:57] >>3 -[2013-09-25 01:31:58] >>3 -[2013-09-25 01:32:58] >>3 -[2013-09-25 01:33:58] >>3 -[2013-09-25 01:34:49] 7 -[2013-09-25 01:34:51] >7 -[2013-09-25 01:34:57] 3 -[2013-09-25 01:34:58] >3 -[2013-09-25 01:35:58] >>3 -[2013-09-25 01:36:58] >>3 -[2013-09-25 01:37:59] >>3 -[2013-09-25 01:38:59] >>3 -[2013-09-25 01:39:59] >>3 -[2013-09-25 01:40:59] >>3 -[2013-09-25 01:41:46] 7 -[2013-09-25 01:41:48] >7 -[2013-09-25 01:41:55] 3 -[2013-09-25 01:41:58] >3 -[2013-09-25 01:42:52] 7 -[2013-09-25 01:42:53] 3 -[2013-09-25 01:42:55] >3 -[2013-09-25 01:43:39] 7 -[2013-09-25 01:43:41] >7 -[2013-09-25 01:44:40] >>7 -[2013-09-25 01:45:40] >>7 -[2013-09-25 01:46:41] >>7 -[2013-09-25 01:47:41] >>7 -[2013-09-25 01:48:41] >>7 -[2013-09-25 01:49:41] >>7 -[2013-09-25 01:50:06] 3 -[2013-09-25 01:50:08] >3 -[2013-09-25 01:51:07] >>3 -[2013-09-25 01:51:09] 7 -[2013-09-25 01:51:11] >7 -[2013-09-25 01:52:11] >>7 -[2013-09-25 01:53:11] >>7 -[2013-09-25 01:53:51] 3 -[2013-09-25 01:53:52] >3 -[2013-09-25 01:54:52] >>3 -[2013-09-25 01:55:48] 7 -[2013-09-25 01:55:50] >7 -[2013-09-25 01:56:41] 3 -[2013-09-25 01:56:43] >3 -[2013-09-25 01:57:42] >>3 -[2013-09-25 01:58:43] >>3 -[2013-09-25 01:59:43] >>3 -[2013-09-25 02:00:43] >>3 -[2013-09-25 02:01:43] >>3 -[2013-09-25 02:02:43] >>3 -[2013-09-25 02:02:54] 7 -[2013-09-25 02:02:56] >7 -[2013-09-25 02:03:02] 3 -[2013-09-25 02:03:03] >3 -[2013-09-25 02:04:03] >>3 -[2013-09-25 02:05:03] >>3 -[2013-09-25 02:06:04] >>3 -[2013-09-25 02:06:30] 7 -[2013-09-25 02:06:31] >7 -[2013-09-25 02:06:39] 3 -[2013-09-25 02:06:41] >3 -[2013-09-25 02:07:41] >>3 -[2013-09-25 02:08:41] >>3 -[2013-09-25 02:09:27] 7 -[2013-09-25 02:09:27] 3 -[2013-09-25 02:09:28] 7 -[2013-09-25 02:09:30] >7 -[2013-09-25 02:09:37] 3 -[2013-09-25 02:09:38] >3 -[2013-09-25 02:09:51] 7 -[2013-09-25 02:09:53] >7 -[2013-09-25 02:09:58] 3 -[2013-09-25 02:09:59] >3 -[2013-09-25 02:10:59] >>3 -[2013-09-25 02:11:24] 7 -[2013-09-25 02:11:24] 3 -[2013-09-25 02:11:26] >3 -[2013-09-25 02:11:47] 7 -[2013-09-25 02:11:49] >7 -[2013-09-25 02:12:48] >>7 -[2013-09-25 02:13:49] >>7 -[2013-09-25 02:14:49] >>7 -[2013-09-25 02:15:49] >>7 -[2013-09-25 02:16:49] >>7 -[2013-09-25 02:17:49] >>7 -[2013-09-25 02:18:50] >>7 -[2013-09-25 02:19:50] >>7 -[2013-09-25 02:20:45] 3 -[2013-09-25 02:20:46] >3 -[2013-09-25 02:21:11] 7 -[2013-09-25 02:21:12] 3 -[2013-09-25 02:21:14] >3 -[2013-09-25 02:21:30] 7 -[2013-09-25 02:21:30] 3 -[2013-09-25 02:21:31] 7 -[2013-09-25 02:21:33] >7 -[2013-09-25 02:21:58] 3 -[2013-09-25 02:21:59] >3 -[2013-09-25 02:22:06] 7 -[2013-09-25 02:22:08] >7 -[2013-09-25 02:23:07] >>7 -[2013-09-25 02:24:08] 3 -[2013-09-25 02:24:09] >3 -[2013-09-25 02:24:27] 7 -[2013-09-25 02:24:28] >7 -[2013-09-25 02:24:29] 3 -[2013-09-25 02:24:31] >3 -[2013-09-25 02:24:34] 7 -[2013-09-25 02:24:36] >7 -[2013-09-25 02:25:31] 3 -[2013-09-25 02:25:33] >3 -[2013-09-25 02:26:32] >>3 -[2013-09-25 02:27:21] 7 -[2013-09-25 02:27:21] 3 -[2013-09-25 02:27:22] 7 -[2013-09-25 02:27:23] >7 -[2013-09-25 02:28:07] 3 -[2013-09-25 02:28:08] >3 -[2013-09-25 02:29:08] >>3 -[2013-09-25 02:30:08] >>3 -[2013-09-25 02:30:59] 7 -[2013-09-25 02:31:01] >7 -[2013-09-25 02:31:04] 3 -[2013-09-25 02:31:05] >3 -[2013-09-25 02:32:05] >>3 -[2013-09-25 02:33:05] >>3 -[2013-09-25 02:34:05] >>3 -[2013-09-25 02:35:06] >>3 -[2013-09-25 02:36:06] >>3 -[2013-09-25 02:37:06] >>3 -[2013-09-25 02:37:56] 7 -[2013-09-25 02:37:57] >7 -[2013-09-25 02:38:02] 3 -[2013-09-25 02:38:04] >3 -[2013-09-25 02:39:04] >>3 -[2013-09-25 02:40:04] >>3 -[2013-09-25 02:41:04] >>3 -[2013-09-25 02:42:04] >>3 -[2013-09-25 02:43:05] >>3 -[2013-09-25 02:43:56] 7 -[2013-09-25 02:43:57] >7 -[2013-09-25 02:44:20] 3 -[2013-09-25 02:44:21] >3 -[2013-09-25 02:45:01] 7 -[2013-09-25 02:45:03] >7 -[2013-09-25 02:45:11] 3 -[2013-09-25 02:45:12] >3 -[2013-09-25 02:46:12] >>3 -[2013-09-25 02:47:12] >>3 -[2013-09-25 02:48:12] >>3 -[2013-09-25 02:49:13] >>3 -[2013-09-25 02:50:13] >>3 -[2013-09-25 02:51:13] >>3 -[2013-09-25 02:51:58] 7 -[2013-09-25 02:52:00] >7 -[2013-09-25 02:52:03] 3 -[2013-09-25 02:52:05] >3 -[2013-09-25 02:53:05] >>3 -[2013-09-25 02:54:05] >>3 -[2013-09-25 02:55:05] >>3 -[2013-09-25 02:56:05] >>3 -[2013-09-25 02:57:06] >>3 -[2013-09-25 02:58:06] >>3 -[2013-09-25 02:59:04] 7 -[2013-09-25 02:59:06] >7 -[2013-09-25 02:59:12] 3 -[2013-09-25 02:59:13] >3 -[2013-09-25 03:00:13] >>3 -[2013-09-25 03:01:13] >>3 -[2013-09-25 03:02:14] >>3 -[2013-09-25 03:03:14] >>3 -[2013-09-25 03:03:47] 7 -[2013-09-25 03:03:49] >7 -[2013-09-25 03:03:57] 3 -[2013-09-25 03:03:59] >3 -[2013-09-25 03:04:59] >>3 -[2013-09-25 03:05:26] 7 -[2013-09-25 03:05:28] >7 -[2013-09-25 03:05:45] 3 -[2013-09-25 03:05:47] >3 -[2013-09-25 03:06:00] 7 -[2013-09-25 03:06:02] >7 -[2013-09-25 03:06:35] 3 -[2013-09-25 03:06:36] >3 -[2013-09-25 03:07:36] >>3 -[2013-09-25 03:08:36] >>3 -[2013-09-25 03:09:36] >>3 -[2013-09-25 03:10:36] >>3 -[2013-09-25 03:11:37] >>3 -[2013-09-25 03:12:37] >>3 -[2013-09-25 03:13:07] 7 -[2013-09-25 03:13:08] >7 -[2013-09-25 03:13:13] 3 -[2013-09-25 03:13:14] >3 -[2013-09-25 03:14:14] >>3 -[2013-09-25 03:15:14] >>3 -[2013-09-25 03:16:15] >>3 -[2013-09-25 03:16:36] 7 -[2013-09-25 03:16:37] >7 -[2013-09-25 03:17:11] 3 -[2013-09-25 03:17:12] >3 -[2013-09-25 03:18:12] >>3 -[2013-09-25 03:19:12] >>3 -[2013-09-25 03:20:03] 7 -[2013-09-25 03:20:04] >7 -[2013-09-25 03:20:44] 3 -[2013-09-25 03:20:45] >3 -[2013-09-25 03:21:45] >>3 -[2013-09-25 03:22:45] >>3 -[2013-09-25 03:23:45] >>3 -[2013-09-25 03:24:23] 7 -[2013-09-25 03:24:23] 3 -[2013-09-25 03:24:25] >3 -[2013-09-25 03:24:28] 7 -[2013-09-25 03:24:30] >7 -[2013-09-25 03:25:29] >>7 -[2013-09-25 03:26:29] >>7 -[2013-09-25 03:27:07] 3 -[2013-09-25 03:27:09] 7 -[2013-09-25 03:27:10] >7 -[2013-09-25 03:27:20] 3 -[2013-09-25 03:27:21] >3 -[2013-09-25 03:27:36] 7 -[2013-09-25 03:27:37] >7 -[2013-09-25 03:28:09] 3 -[2013-09-25 03:28:10] >3 -[2013-09-25 03:28:16] 7 -[2013-09-25 03:28:17] >7 -[2013-09-25 03:29:17] >>7 -[2013-09-25 03:30:17] >>7 -[2013-09-25 03:30:43] 3 -[2013-09-25 03:30:45] >3 -[2013-09-25 03:30:57] 7 -[2013-09-25 03:30:58] >7 -[2013-09-25 03:31:58] >>7 -[2013-09-25 03:32:58] >>7 -[2013-09-25 03:33:01] 3 -[2013-09-25 03:33:03] >3 -[2013-09-25 03:33:22] 7 -[2013-09-25 03:33:22] 3 -[2013-09-25 03:33:23] 7 -[2013-09-25 03:33:25] >7 -[2013-09-25 03:33:25] 3 -[2013-09-25 03:33:27] >3 -[2013-09-25 03:34:05] 7 -[2013-09-25 03:34:07] >7 -[2013-09-25 03:34:13] 3 -[2013-09-25 03:34:14] >3 -[2013-09-25 03:34:58] 7 -[2013-09-25 03:34:59] >7 -[2013-09-25 03:35:04] 1 -[2013-09-25 03:35:06] >1 -[2013-09-25 03:35:23] 5 -[2013-09-25 03:35:25] >5 -[2013-09-25 03:36:24] >>5 -[2013-09-25 03:36:56] 25 -[2013-09-25 03:36:58] >25 -[2013-09-25 03:37:57] >>25 -[2013-09-25 03:38:58] >>25 -[2013-09-25 03:39:58] >>25 -[2013-09-25 03:40:58] >>25 -[2013-09-25 03:41:58] >>25 -[2013-09-25 03:42:59] >>25 -[2013-09-25 03:43:05] 5 -[2013-09-25 03:43:07] >5 -[2013-09-25 03:43:11] 7 -[2013-09-25 03:43:13] >7 -[2013-09-25 03:44:12] >>7 -[2013-09-25 03:44:38] 3 -[2013-09-25 03:44:40] >3 -[2013-09-25 03:45:09] 7 -[2013-09-25 03:45:10] 3 -[2013-09-25 03:45:11] >3 -[2013-09-25 03:45:28] 7 -[2013-09-25 03:45:29] 3 -[2013-09-25 03:45:30] >3 -[2013-09-25 03:45:31] 7 -[2013-09-25 03:45:33] >7 -[2013-09-25 03:45:49] 3 -[2013-09-25 03:45:50] >3 -[2013-09-25 03:46:31] 7 -[2013-09-25 03:46:33] >7 -[2013-09-25 03:47:32] >>7 -[2013-09-25 03:48:33] >>7 -[2013-09-25 03:49:33] >>7 -[2013-09-25 03:49:42] 5 -[2013-09-25 03:49:43] >5 -[2013-09-25 03:50:11] 25 -[2013-09-25 03:50:12] >25 -[2013-09-25 03:51:12] >>25 -[2013-09-25 03:52:12] >>25 -[2013-09-25 03:52:52] 5 -[2013-09-25 03:52:53] >5 -[2013-09-25 03:53:34] 7 -[2013-09-25 03:53:36] >7 -[2013-09-25 03:54:35] >>7 -[2013-09-25 03:55:36] >>7 -[2013-09-25 03:56:36] >>7 -[2013-09-25 03:57:36] >>7 -[2013-09-25 03:58:36] >>7 -[2013-09-25 03:59:37] >>7 -[2013-09-25 04:00:37] >>7 -[2013-09-25 04:01:37] >>7 -[2013-09-25 04:02:37] >>7 -[2013-09-25 04:03:37] >>7 -[2013-09-25 04:04:38] >>7 -[2013-09-25 04:05:38] >>7 -[2013-09-25 04:06:38] >>7 -[2013-09-25 04:07:38] >>7 -[2013-09-25 04:08:38] >>7 -[2013-09-25 04:09:38] >>7 -[2013-09-25 04:10:39] >>7 -[2013-09-25 04:11:39] >>7 -[2013-09-25 04:12:39] >>7 -[2013-09-25 04:13:39] >>7 -[2013-09-25 04:14:40] >>7 -[2013-09-25 04:15:40] >>7 -[2013-09-25 04:16:40] >>7 -[2013-09-25 04:17:40] >>7 -[2013-09-25 04:18:40] >>7 -[2013-09-25 04:19:41] >>7 -[2013-09-25 04:20:41] >>7 -[2013-09-25 04:21:41] >>7 -[2013-09-25 04:22:41] >>7 -[2013-09-25 04:23:41] >>7 -[2013-09-25 04:24:42] >>7 -[2013-09-25 04:25:42] >>7 -[2013-09-25 04:26:42] >>7 -[2013-09-25 04:27:42] >>7 -[2013-09-25 04:28:42] >>7 -[2013-09-25 04:29:43] >>7 -[2013-09-25 04:30:43] >>7 -[2013-09-25 04:31:43] >>7 -[2013-09-25 04:32:43] >>7 -[2013-09-25 04:33:43] >>7 -[2013-09-25 04:34:44] >>7 -[2013-09-25 04:35:44] >>7 -[2013-09-25 04:36:44] >>7 -[2013-09-25 04:37:44] >>7 -[2013-09-25 04:38:44] >>7 -[2013-09-25 04:39:45] >>7 -[2013-09-25 04:40:45] >>7 -[2013-09-25 04:41:45] >>7 -[2013-09-25 04:42:45] >>7 -[2013-09-25 04:43:45] >>7 -[2013-09-25 04:44:46] >>7 -[2013-09-25 04:45:46] >>7 -[2013-09-25 04:46:46] >>7 -[2013-09-25 04:47:46] >>7 -[2013-09-25 04:48:46] >>7 -[2013-09-25 04:49:47] >>7 -[2013-09-25 04:50:47] >>7 -[2013-09-25 04:51:47] >>7 -[2013-09-25 04:52:47] >>7 -[2013-09-25 04:53:48] >>7 -[2013-09-25 04:54:48] >>7 -[2013-09-25 04:55:48] >>7 -[2013-09-25 04:56:48] >>7 -[2013-09-25 04:57:48] >>7 -[2013-09-25 04:58:49] >>7 -[2013-09-25 04:59:49] >>7 -[2013-09-25 05:00:49] >>7 -[2013-09-25 05:01:49] >>7 -[2013-09-25 05:02:49] >>7 -[2013-09-25 05:03:50] >>7 -[2013-09-25 05:04:50] >>7 -[2013-09-25 05:05:50] >>7 -[2013-09-25 05:06:50] >>7 -[2013-09-25 05:07:50] >>7 -[2013-09-25 05:08:51] >>7 -[2013-09-25 05:09:51] >>7 -[2013-09-25 05:10:51] >>7 -[2013-09-25 05:11:51] >>7 -[2013-09-25 05:12:51] >>7 -[2013-09-25 05:13:52] >>7 -[2013-09-25 05:14:52] >>7 -[2013-09-25 05:15:52] >>7 -[2013-09-25 05:16:52] >>7 -[2013-09-25 05:17:52] >>7 -[2013-09-25 05:18:53] >>7 -[2013-09-25 05:19:53] >>7 -[2013-09-25 05:20:53] >>7 -[2013-09-25 05:21:53] >>7 -[2013-09-25 05:22:53] >>7 -[2013-09-25 05:23:54] >>7 -[2013-09-25 05:24:54] >>7 -[2013-09-25 05:25:54] >>7 -[2013-09-25 05:26:54] >>7 -[2013-09-25 05:27:47] 3 -[2013-09-25 05:27:49] >3 -[2013-09-25 05:27:59] 7 -[2013-09-25 05:28:01] >7 -[2013-09-25 05:29:01] >>7 -[2013-09-25 05:30:01] >>7 -[2013-09-25 05:31:01] >>7 -[2013-09-25 05:32:01] >>7 -[2013-09-25 05:33:01] >>7 -[2013-09-25 05:34:02] >>7 -[2013-09-25 05:35:02] >>7 -[2013-09-25 05:36:02] >>7 -[2013-09-25 05:37:02] >>7 -[2013-09-25 05:38:02] >>7 -[2013-09-25 05:39:03] >>7 -[2013-09-25 05:40:03] >>7 -[2013-09-25 05:41:03] >>7 -[2013-09-25 05:42:03] >>7 -[2013-09-25 05:43:03] >>7 -[2013-09-25 05:44:04] >>7 -[2013-09-25 05:45:04] >>7 -[2013-09-25 05:46:04] >>7 -[2013-09-25 05:47:04] >>7 -[2013-09-25 05:48:04] >>7 -[2013-09-25 05:49:05] >>7 -[2013-09-25 05:50:05] >>7 -[2013-09-25 05:51:05] >>7 -[2013-09-25 05:52:05] >>7 -[2013-09-25 05:53:05] >>7 -[2013-09-25 05:54:06] >>7 -[2013-09-25 05:55:06] >>7 -[2013-09-25 05:56:06] >>7 -[2013-09-25 05:57:06] >>7 -[2013-09-25 05:58:06] >>7 -[2013-09-25 05:59:07] >>7 -[2013-09-25 06:00:07] >>7 -[2013-09-25 06:01:07] >>7 -[2013-09-25 06:02:07] >>7 -[2013-09-25 06:03:07] >>7 -[2013-09-25 06:04:08] >>7 -[2013-09-25 06:05:08] >>7 -[2013-09-25 06:06:08] >>7 -[2013-09-25 06:07:08] >>7 -[2013-09-25 06:08:09] >>7 -[2013-09-25 06:08:38] 3 -[2013-09-25 06:08:40] >3 -[2013-09-25 06:08:42] 7 -[2013-09-25 06:08:44] >7 -[2013-09-25 06:09:40] 3 -[2013-09-25 06:09:41] >3 -[2013-09-25 06:10:33] 7 -[2013-09-25 06:10:34] >7 -[2013-09-25 06:10:39] 3 -[2013-09-25 06:10:40] >3 -[2013-09-25 06:11:40] >>3 -[2013-09-25 06:12:40] >>3 -[2013-09-25 06:13:41] >>3 -[2013-09-25 06:14:41] >>3 -[2013-09-25 06:15:41] >>3 -[2013-09-25 06:16:41] >>3 -[2013-09-25 06:17:29] 7 -[2013-09-25 06:17:31] >7 -[2013-09-25 06:17:37] 3 -[2013-09-25 06:17:38] >3 -[2013-09-25 06:18:38] >>3 -[2013-09-25 06:19:38] >>3 -[2013-09-25 06:20:38] >>3 -[2013-09-25 06:21:39] >>3 -[2013-09-25 06:22:39] >>3 -[2013-09-25 06:23:39] >>3 -[2013-09-25 06:24:35] 7 -[2013-09-25 06:24:36] >7 -[2013-09-25 06:24:42] 3 -[2013-09-25 06:24:44] >3 -[2013-09-25 06:25:43] >>3 -[2013-09-25 06:26:44] >>3 -[2013-09-25 06:27:44] >>3 -[2013-09-25 06:28:44] >>3 -[2013-09-25 06:29:44] >>3 -[2013-09-25 06:30:44] >>3 -[2013-09-25 06:31:31] 7 -[2013-09-25 06:31:33] >7 -[2013-09-25 06:31:40] 3 -[2013-09-25 06:31:41] >3 -[2013-09-25 06:32:41] >>3 -[2013-09-25 06:33:41] >>3 -[2013-09-25 06:34:42] >>3 -[2013-09-25 06:35:42] >>3 -[2013-09-25 06:36:42] >>3 -[2013-09-25 06:37:42] >>3 -[2013-09-25 06:38:37] 7 -[2013-09-25 06:38:39] >7 -[2013-09-25 06:38:42] 3 -[2013-09-25 06:38:43] >3 -[2013-09-25 06:39:43] >>3 -[2013-09-25 06:40:43] >>3 -[2013-09-25 06:40:49] 1 -[2013-09-25 06:40:51] >1 -[2013-09-25 06:41:51] >>1 -[2013-09-25 06:42:02] 5 -[2013-09-25 06:42:04] >5 -[2013-09-25 06:43:04] >>5 -[2013-09-25 06:44:04] >>5 -[2013-09-25 06:44:27] 1 -[2013-09-25 06:44:28] >1 -[2013-09-25 06:44:54] 5 -[2013-09-25 06:44:56] 1 -[2013-09-25 06:44:58] >1 -[2013-09-25 06:45:28] 9 -[2013-09-25 06:45:29] >9 -[2013-09-25 06:45:46] 29 -[2013-09-25 06:45:46] 21 -[2013-09-25 06:45:48] >21 -[2013-09-25 06:46:47] >>21 -[2013-09-25 06:47:48] >>21 -[2013-09-25 06:48:48] >>21 -[2013-09-25 06:49:28] 25 -[2013-09-25 06:49:30] >25 -[2013-09-25 06:49:34] 21 -[2013-09-25 06:49:35] >21 -[2013-09-25 06:50:35] >>21 -[2013-09-25 06:50:53] 1 -[2013-09-25 06:50:54] >1 -[2013-09-25 06:51:54] >>1 -[2013-09-25 06:52:43] 5 -[2013-09-25 06:52:44] 1 -[2013-09-25 06:52:45] 5 -[2013-09-25 06:52:47] >5 -[2013-09-25 06:53:46] >>5 -[2013-09-25 06:54:30] 1 -[2013-09-25 06:54:32] >1 -[2013-09-25 06:54:32] 5 -[2013-09-25 06:54:34] >5 -[2013-09-25 06:54:38] D -[2013-09-25 06:54:40] >D -[2013-09-25 06:54:45] 9 -[2013-09-25 06:54:46] >9 -[2013-09-25 06:55:00] D -[2013-09-25 06:55:01] 2D -[2013-09-25 06:55:01] 25 -[2013-09-25 06:55:03] >25 -[2013-09-25 06:55:08] 21 -[2013-09-25 06:55:08] 9 -[2013-09-25 06:55:09] 29 -[2013-09-25 06:55:09] 21 -[2013-09-25 06:55:11] >21 -[2013-09-25 06:55:16] 9 -[2013-09-25 06:55:17] 29 -[2013-09-25 06:55:18] 21 -[2013-09-25 06:55:19] 29 -[2013-09-25 06:55:20] >29 -[2013-09-25 06:55:25] 21 -[2013-09-25 06:55:27] >21 -[2013-09-25 06:55:51] 1 -[2013-09-25 06:55:53] >1 -[2013-09-25 06:56:28] 5 -[2013-09-25 06:56:29] 7 -[2013-09-25 06:56:31] >7 -[2013-09-25 06:57:30] >>7 -[2013-09-25 06:57:58] 3 -[2013-09-25 06:58:00] >3 -[2013-09-25 06:58:04] 7 -[2013-09-25 06:58:05] >7 -[2013-09-25 06:58:17] 3 -[2013-09-25 06:58:18] >3 -[2013-09-25 06:58:36] 7 -[2013-09-25 06:58:38] 3 -[2013-09-25 06:58:40] >3 -[2013-09-25 06:58:48] 7 -[2013-09-25 06:58:50] >7 -[2013-09-25 06:59:33] 3 -[2013-09-25 06:59:34] >3 -[2013-09-25 07:00:34] >>3 -[2013-09-25 07:00:55] 7 -[2013-09-25 07:00:56] 3 -[2013-09-25 07:00:58] >3 -[2013-09-25 07:01:57] >>3 -[2013-09-25 07:02:58] >>3 -[2013-09-25 07:03:12] 7 -[2013-09-25 07:03:13] >7 -[2013-09-25 07:03:16] 3 -[2013-09-25 07:03:18] >3 -[2013-09-25 07:03:34] 7 -[2013-09-25 07:03:35] >7 -[2013-09-25 07:04:20] 3 -[2013-09-25 07:04:21] >3 -[2013-09-25 07:04:50] 7 -[2013-09-25 07:04:51] >7 -[2013-09-25 07:04:55] 3 -[2013-09-25 07:04:56] >3 -[2013-09-25 07:05:11] 7 -[2013-09-25 07:05:12] >7 -[2013-09-25 07:05:14] 3 -[2013-09-25 07:05:15] 7 -[2013-09-25 07:05:16] >7 -[2013-09-25 07:05:18] 3 -[2013-09-25 07:05:20] >3 -[2013-09-25 07:05:45] 7 -[2013-09-25 07:05:46] 3 -[2013-09-25 07:05:48] >3 -[2013-09-25 07:06:48] >>3 -[2013-09-25 07:06:52] 7 -[2013-09-25 07:06:53] >7 -[2013-09-25 07:06:57] 3 -[2013-09-25 07:06:57] 7 -[2013-09-25 07:06:58] 3 -[2013-09-25 07:06:58] 7 -[2013-09-25 07:07:00] >7 -[2013-09-25 07:07:11] 3 -[2013-09-25 07:07:12] >3 -[2013-09-25 07:07:39] 7 -[2013-09-25 07:07:41] >7 -[2013-09-25 07:07:44] 3 -[2013-09-25 07:07:45] >3 -[2013-09-25 07:08:06] 7 -[2013-09-25 07:08:08] 3 -[2013-09-25 07:08:09] >3 -[2013-09-25 07:08:10] 7 -[2013-09-25 07:08:12] >7 -[2013-09-25 07:08:29] 3 -[2013-09-25 07:08:30] 7 -[2013-09-25 07:08:31] >7 -[2013-09-25 07:08:36] 3 -[2013-09-25 07:08:38] >3 -[2013-09-25 07:08:39] 7 -[2013-09-25 07:08:41] >7 -[2013-09-25 07:08:49] 3 -[2013-09-25 07:08:51] >3 -[2013-09-25 07:08:55] 7 -[2013-09-25 07:08:57] >7 -[2013-09-25 07:09:03] 3 -[2013-09-25 07:09:05] >3 -[2013-09-25 07:10:05] >>3 -[2013-09-25 07:10:30] 7 -[2013-09-25 07:10:32] >7 -[2013-09-25 07:10:46] 3 -[2013-09-25 07:10:48] >3 -[2013-09-25 07:10:50] 7 -[2013-09-25 07:10:51] >7 -[2013-09-25 07:11:17] 3 -[2013-09-25 07:11:18] >3 -[2013-09-25 07:11:34] 7 -[2013-09-25 07:11:35] >7 -[2013-09-25 07:11:43] 3 -[2013-09-25 07:11:45] >3 -[2013-09-25 07:11:57] 7 -[2013-09-25 07:11:58] >7 -[2013-09-25 07:12:11] 3 -[2013-09-25 07:12:13] >3 -[2013-09-25 07:13:12] >>3 -[2013-09-25 07:13:48] 7 -[2013-09-25 07:13:50] >7 -[2013-09-25 07:13:56] 3 -[2013-09-25 07:13:57] >3 -[2013-09-25 07:14:17] 7 -[2013-09-25 07:14:18] 3 -[2013-09-25 07:14:20] >3 -[2013-09-25 07:14:25] 7 -[2013-09-25 07:14:26] >7 -[2013-09-25 07:14:43] 3 -[2013-09-25 07:14:45] >3 -[2013-09-25 07:15:09] 7 -[2013-09-25 07:15:10] 3 -[2013-09-25 07:15:12] >3 -[2013-09-25 07:15:20] 7 -[2013-09-25 07:15:21] >7 -[2013-09-25 07:15:22] 3 -[2013-09-25 07:15:23] 7 -[2013-09-25 07:15:24] >7 -[2013-09-25 07:15:25] 3 -[2013-09-25 07:15:27] >3 -[2013-09-25 07:15:30] 7 -[2013-09-25 07:15:31] >7 -[2013-09-25 07:15:33] 3 -[2013-09-25 07:15:34] >3 -[2013-09-25 07:15:38] 7 -[2013-09-25 07:15:39] >7 -[2013-09-25 07:15:46] 3 -[2013-09-25 07:15:47] >3 -[2013-09-25 07:16:30] 7 -[2013-09-25 07:16:31] 3 -[2013-09-25 07:16:32] >3 -[2013-09-25 07:16:34] 7 -[2013-09-25 07:16:35] 3 -[2013-09-25 07:16:37] >3 -[2013-09-25 07:17:00] 7 -[2013-09-25 07:17:02] >7 -[2013-09-25 07:17:12] 3 -[2013-09-25 07:17:13] >3 -[2013-09-25 07:17:16] 7 -[2013-09-25 07:17:18] >7 -[2013-09-25 07:17:29] 3 -[2013-09-25 07:17:31] >3 -[2013-09-25 07:17:36] 7 -[2013-09-25 07:17:38] >7 -[2013-09-25 07:18:29] 3 -[2013-09-25 07:18:31] >3 -[2013-09-25 07:19:31] >>3 -[2013-09-25 07:20:31] >>3 -[2013-09-25 07:20:46] 7 -[2013-09-25 07:20:48] >7 -[2013-09-25 07:21:01] 3 -[2013-09-25 07:21:02] >3 -[2013-09-25 07:22:02] >>3 -[2013-09-25 07:23:00] 7 -[2013-09-25 07:23:02] >7 -[2013-09-25 07:23:10] 3 -[2013-09-25 07:23:12] >3 -[2013-09-25 07:23:14] 7 -[2013-09-25 07:23:15] 3 -[2013-09-25 07:23:17] >3 -[2013-09-25 07:23:18] 7 -[2013-09-25 07:23:19] >7 -[2013-09-25 07:23:35] 3 -[2013-09-25 07:23:36] >3 -[2013-09-25 07:23:42] 7 -[2013-09-25 07:23:44] >7 -[2013-09-25 07:23:51] 3 -[2013-09-25 07:23:53] >3 -[2013-09-25 07:24:13] 7 -[2013-09-25 07:24:15] >7 -[2013-09-25 07:24:28] 3 -[2013-09-25 07:24:30] >3 -[2013-09-25 07:24:33] 7 -[2013-09-25 07:24:34] >7 -[2013-09-25 07:24:35] 3 -[2013-09-25 07:24:37] >3 -[2013-09-25 07:25:37] >>3 -[2013-09-25 07:26:37] >>3 -[2013-09-25 07:27:37] >>3 -[2013-09-25 07:28:06] 7 -[2013-09-25 07:28:08] >7 -[2013-09-25 07:28:12] 3 -[2013-09-25 07:28:14] >3 -[2013-09-25 07:29:14] >>3 -[2013-09-25 07:30:07] 7 -[2013-09-25 07:30:08] 3 -[2013-09-25 07:30:10] >3 -[2013-09-25 07:30:58] 7 -[2013-09-25 07:31:00] >7 -[2013-09-25 07:31:16] 3 -[2013-09-25 07:31:18] >3 -[2013-09-25 07:31:37] 7 -[2013-09-25 07:31:39] >7 -[2013-09-25 07:31:41] 3 -[2013-09-25 07:31:43] >3 -[2013-09-25 07:32:23] 7 -[2013-09-25 07:32:25] >7 -[2013-09-25 07:32:26] 3 -[2013-09-25 07:32:27] >3 -[2013-09-25 07:33:27] >>3 -[2013-09-25 07:34:27] >>3 -[2013-09-25 07:35:27] >>3 -[2013-09-25 07:36:28] >>3 -[2013-09-25 07:37:28] >>3 -[2013-09-25 07:38:28] >>3 -[2013-09-25 07:38:35] 7 -[2013-09-25 07:38:37] >7 -[2013-09-25 07:38:37] 3 -[2013-09-25 07:38:39] >3 -[2013-09-25 07:39:39] >>3 -[2013-09-25 07:40:39] >>3 -[2013-09-25 07:41:37] 7 -[2013-09-25 07:41:38] 3 -[2013-09-25 07:41:39] >3 -[2013-09-25 07:42:39] >>3 -[2013-09-25 07:43:39] >>3 -[2013-09-25 07:44:39] >>3 -[2013-09-25 07:45:40] >>3 -[2013-09-25 07:45:41] 7 -[2013-09-25 07:45:43] >7 -[2013-09-25 07:46:02] 3 -[2013-09-25 07:46:04] >3 -[2013-09-25 07:46:20] 7 -[2013-09-25 07:46:22] >7 -[2013-09-25 07:46:26] 3 -[2013-09-25 07:46:28] 7 -[2013-09-25 07:46:29] >7 -[2013-09-25 07:47:01] 3 -[2013-09-25 07:47:03] >3 -[2013-09-25 07:48:02] >>3 -[2013-09-25 07:49:02] >>3 -[2013-09-25 07:49:15] 7 -[2013-09-25 07:49:15] 3 -[2013-09-25 07:49:17] >3 -[2013-09-25 07:49:18] 7 -[2013-09-25 07:49:19] 3 -[2013-09-25 07:49:20] 7 -[2013-09-25 07:49:22] 3 -[2013-09-25 07:49:23] >3 -[2013-09-25 07:50:23] >>3 -[2013-09-25 07:50:45] 7 -[2013-09-25 07:50:46] 3 -[2013-09-25 07:50:47] 7 -[2013-09-25 07:50:48] >7 -[2013-09-25 07:50:51] 3 -[2013-09-25 07:50:53] >3 -[2013-09-25 07:50:58] 7 -[2013-09-25 07:50:59] >7 -[2013-09-25 07:51:05] 3 -[2013-09-25 07:51:07] >3 -[2013-09-25 07:51:11] 7 -[2013-09-25 07:51:12] 3 -[2013-09-25 07:51:13] >3 -[2013-09-25 07:51:41] 7 -[2013-09-25 07:51:43] >7 -[2013-09-25 07:51:47] 3 -[2013-09-25 07:51:49] >3 -[2013-09-25 07:51:54] 7 -[2013-09-25 07:51:56] >7 -[2013-09-25 07:52:02] 3 -[2013-09-25 07:52:02] 7 -[2013-09-25 07:52:04] >7 -[2013-09-25 07:52:05] 3 -[2013-09-25 07:52:06] 7 -[2013-09-25 07:52:06] 3 -[2013-09-25 07:52:07] 7 -[2013-09-25 07:52:09] >7 -[2013-09-25 07:52:15] 3 -[2013-09-25 07:52:17] >3 -[2013-09-25 07:52:18] 7 -[2013-09-25 07:52:19] >7 -[2013-09-25 07:53:05] 3 -[2013-09-25 07:53:06] >3 -[2013-09-25 07:53:11] 7 -[2013-09-25 07:53:12] 3 -[2013-09-25 07:53:13] >3 -[2013-09-25 07:53:15] 7 -[2013-09-25 07:53:15] 3 -[2013-09-25 07:53:17] >3 -[2013-09-25 07:53:35] 7 -[2013-09-25 07:53:37] >7 -[2013-09-25 07:53:43] 3 -[2013-09-25 07:53:45] >3 -[2013-09-25 07:53:55] 7 -[2013-09-25 07:53:57] >7 -[2013-09-25 07:53:59] 3 -[2013-09-25 07:54:01] >3 -[2013-09-25 07:54:39] 7 -[2013-09-25 07:54:40] 3 -[2013-09-25 07:54:41] >3 -[2013-09-25 07:54:43] 7 -[2013-09-25 07:54:44] 3 -[2013-09-25 07:54:45] >3 -[2013-09-25 07:55:45] >>3 -[2013-09-25 07:56:18] 7 -[2013-09-25 07:56:19] >7 -[2013-09-25 07:56:28] 3 -[2013-09-25 07:56:30] >3 -[2013-09-25 07:56:50] 7 -[2013-09-25 07:56:51] >7 -[2013-09-25 07:56:56] 3 -[2013-09-25 07:56:58] >3 -[2013-09-25 07:57:58] >>3 -[2013-09-25 07:58:58] >>3 -[2013-09-25 07:59:44] 7 -[2013-09-25 07:59:45] >7 -[2013-09-25 07:59:47] 3 -[2013-09-25 07:59:49] >3 -[2013-09-25 07:59:54] 7 -[2013-09-25 07:59:56] >7 -[2013-09-25 08:00:08] 3 -[2013-09-25 08:00:10] >3 -[2013-09-25 08:00:19] 7 -[2013-09-25 08:00:21] >7 -[2013-09-25 08:00:24] 3 -[2013-09-25 08:00:25] >3 -[2013-09-25 08:00:29] 7 -[2013-09-25 08:00:30] >7 -[2013-09-25 08:00:45] 3 -[2013-09-25 08:00:46] >3 -[2013-09-25 08:00:48] 7 -[2013-09-25 08:00:49] >7 -[2013-09-25 08:01:19] 3 -[2013-09-25 08:01:20] >3 -[2013-09-25 08:02:20] >>3 -[2013-09-25 08:03:20] >>3 -[2013-09-25 08:04:20] >>3 -[2013-09-25 08:05:21] >>3 -[2013-09-25 08:06:21] >>3 -[2013-09-25 08:06:40] 7 -[2013-09-25 08:06:42] 3 -[2013-09-25 08:06:43] >3 -[2013-09-25 08:07:22] 7 -[2013-09-25 08:07:24] >7 -[2013-09-25 08:08:01] 3 -[2013-09-25 08:08:03] >3 -[2013-09-25 08:08:15] 7 -[2013-09-25 08:08:17] >7 -[2013-09-25 08:08:34] 3 -[2013-09-25 08:08:35] >3 -[2013-09-25 08:09:25] 7 -[2013-09-25 08:09:26] >7 -[2013-09-25 08:10:04] 3 -[2013-09-25 08:10:05] >3 -[2013-09-25 08:11:05] >>3 -[2013-09-25 08:12:05] >>3 -[2013-09-25 08:13:01] 7 -[2013-09-25 08:13:02] >7 -[2013-09-25 08:13:39] 3 -[2013-09-25 08:13:41] >3 -[2013-09-25 08:13:46] 7 -[2013-09-25 08:13:47] >7 -[2013-09-25 08:13:49] 3 -[2013-09-25 08:13:50] >3 -[2013-09-25 08:14:50] >>3 -[2013-09-25 08:15:50] >>3 -[2013-09-25 08:16:51] >>3 -[2013-09-25 08:17:38] 7 -[2013-09-25 08:17:40] >7 -[2013-09-25 08:18:40] >>7 -[2013-09-25 08:19:11] 3 -[2013-09-25 08:19:12] >3 -[2013-09-25 08:20:12] >>3 -[2013-09-25 08:20:42] 7 -[2013-09-25 08:20:44] >7 -[2013-09-25 08:20:45] 3 -[2013-09-25 08:20:46] >3 -[2013-09-25 08:21:46] >>3 -[2013-09-25 08:22:46] >>3 -[2013-09-25 08:23:46] >>3 -[2013-09-25 08:24:46] >>3 -[2013-09-25 08:25:47] >>3 -[2013-09-25 08:26:31] 7 -[2013-09-25 08:26:33] >7 -[2013-09-25 08:26:39] 3 -[2013-09-25 08:26:40] >3 -[2013-09-25 08:27:29] 7 -[2013-09-25 08:27:31] >7 -[2013-09-25 08:27:38] 3 -[2013-09-25 08:27:39] >3 -[2013-09-25 08:27:43] 7 -[2013-09-25 08:27:45] >7 -[2013-09-25 08:28:02] 3 -[2013-09-25 08:28:03] >3 -[2013-09-25 08:28:52] 7 -[2013-09-25 08:28:53] >7 -[2013-09-25 08:28:59] 3 -[2013-09-25 08:29:01] >3 -[2013-09-25 08:30:01] >>3 -[2013-09-25 08:31:01] >>3 -[2013-09-25 08:32:01] >>3 -[2013-09-25 08:33:01] >>3 -[2013-09-25 08:34:02] >>3 -[2013-09-25 08:34:45] 7 -[2013-09-25 08:34:46] >7 -[2013-09-25 08:34:47] 3 -[2013-09-25 08:34:49] >3 -[2013-09-25 08:34:49] 7 -[2013-09-25 08:34:51] >7 -[2013-09-25 08:35:00] 3 -[2013-09-25 08:35:02] >3 -[2013-09-25 08:35:17] 7 -[2013-09-25 08:35:18] >7 -[2013-09-25 08:35:37] 3 -[2013-09-25 08:35:39] >3 -[2013-09-25 08:35:54] 7 -[2013-09-25 08:35:55] >7 -[2013-09-25 08:36:34] 3 -[2013-09-25 08:36:35] >3 -[2013-09-25 08:37:35] >>3 -[2013-09-25 08:38:35] >>3 -[2013-09-25 08:39:35] >>3 -[2013-09-25 08:39:37] 7 -[2013-09-25 08:39:39] 3 -[2013-09-25 08:39:40] >3 -[2013-09-25 08:40:40] >>3 -[2013-09-25 08:40:41] 7 -[2013-09-25 08:40:42] 3 -[2013-09-25 08:40:43] >3 -[2013-09-25 08:41:43] >>3 -[2013-09-25 08:41:51] 7 -[2013-09-25 08:41:53] >7 -[2013-09-25 08:42:09] 3 -[2013-09-25 08:42:11] 7 -[2013-09-25 08:42:12] >7 -[2013-09-25 08:42:23] 3 -[2013-09-25 08:42:25] >3 -[2013-09-25 08:43:25] >>3 -[2013-09-25 08:44:25] >>3 -[2013-09-25 08:45:25] >>3 -[2013-09-25 08:46:25] >>3 -[2013-09-25 08:47:25] >>3 -[2013-09-25 08:48:26] >>3 -[2013-09-25 08:48:47] 7 -[2013-09-25 08:48:49] >7 -[2013-09-25 08:48:50] 3 -[2013-09-25 08:48:51] >3 -[2013-09-25 08:49:51] >>3 -[2013-09-25 08:50:51] >>3 -[2013-09-25 08:51:51] >>3 -[2013-09-25 08:52:52] >>3 -[2013-09-25 08:53:52] >>3 -[2013-09-25 08:54:52] >>3 -[2013-09-25 08:55:52] >>3 -[2013-09-25 08:55:53] 7 -[2013-09-25 08:55:55] >7 -[2013-09-25 08:56:03] 3 -[2013-09-25 08:56:05] >3 -[2013-09-25 08:57:04] >>3 -[2013-09-25 08:58:05] >>3 -[2013-09-25 08:59:05] >>3 -[2013-09-25 09:00:05] >>3 -[2013-09-25 09:01:05] >>3 -[2013-09-25 09:02:05] >>3 -[2013-09-25 09:02:50] 7 -[2013-09-25 09:02:52] 3 -[2013-09-25 09:02:53] >3 -[2013-09-25 09:03:47] 7 -[2013-09-25 09:03:49] >7 -[2013-09-25 09:04:47] 3 -[2013-09-25 09:04:48] >3 -[2013-09-25 09:05:15] 7 -[2013-09-25 09:05:16] >7 -[2013-09-25 09:06:16] >>7 -[2013-09-25 09:06:54] 3 -[2013-09-25 09:06:55] >3 -[2013-09-25 09:07:08] 7 -[2013-09-25 09:07:09] >7 -[2013-09-25 09:08:09] >>7 -[2013-09-25 09:09:09] >>7 -[2013-09-25 09:09:31] 3 -[2013-09-25 09:09:32] >3 -[2013-09-25 09:09:56] 7 -[2013-09-25 09:09:57] >7 -[2013-09-25 09:09:59] 3 -[2013-09-25 09:10:00] >3 -[2013-09-25 09:11:00] >>3 -[2013-09-25 09:12:00] >>3 -[2013-09-25 09:13:00] >>3 -[2013-09-25 09:14:01] >>3 -[2013-09-25 09:15:01] >>3 -[2013-09-25 09:16:01] >>3 -[2013-09-25 09:16:52] 7 -[2013-09-25 09:16:54] >7 -[2013-09-25 09:16:56] 3 -[2013-09-25 09:16:57] >3 -[2013-09-25 09:17:57] >>3 -[2013-09-25 09:18:00] 7 -[2013-09-25 09:18:01] >7 -[2013-09-25 09:18:14] 3 -[2013-09-25 09:18:15] >3 -[2013-09-25 09:19:15] >>3 -[2013-09-25 09:20:15] >>3 -[2013-09-25 09:21:15] >>3 -[2013-09-25 09:22:16] >>3 -[2013-09-25 09:23:16] >>3 -[2013-09-25 09:23:58] 7 -[2013-09-25 09:24:00] >7 -[2013-09-25 09:24:01] 3 -[2013-09-25 09:24:02] >3 -[2013-09-25 09:25:02] >>3 -[2013-09-25 09:26:02] >>3 -[2013-09-25 09:27:02] >>3 -[2013-09-25 09:28:03] >>3 -[2013-09-25 09:29:03] >>3 -[2013-09-25 09:30:03] >>3 -[2013-09-25 09:30:55] 7 -[2013-09-25 09:30:56] 3 -[2013-09-25 09:30:58] >3 -[2013-09-25 09:31:58] >>3 -[2013-09-25 09:32:58] >>3 -[2013-09-25 09:33:58] >>3 -[2013-09-25 09:34:58] >>3 -[2013-09-25 09:35:59] >>3 -[2013-09-25 09:36:59] >>3 -[2013-09-25 09:37:59] >>3 -[2013-09-25 09:38:36] 7 -[2013-09-25 09:38:38] >7 -[2013-09-25 09:38:38] 3 -[2013-09-25 09:38:40] >3 -[2013-09-25 09:39:40] >>3 -[2013-09-25 09:40:40] >>3 -[2013-09-25 09:41:40] >>3 -[2013-09-25 09:42:40] >>3 -[2013-09-25 09:43:41] >>3 -[2013-09-25 09:44:41] >>3 -[2013-09-25 09:45:32] 7 -[2013-09-25 09:45:34] >7 -[2013-09-25 09:45:35] 3 -[2013-09-25 09:45:36] >3 -[2013-09-25 09:46:36] >>3 -[2013-09-25 09:47:36] >>3 -[2013-09-25 09:48:27] 7 -[2013-09-25 09:48:28] 3 -[2013-09-25 09:48:29] >3 -[2013-09-25 09:48:44] 7 -[2013-09-25 09:48:45] >7 -[2013-09-25 09:48:51] 3 -[2013-09-25 09:48:53] >3 -[2013-09-25 09:49:52] >>3 -[2013-09-25 09:50:53] >>3 -[2013-09-25 09:51:53] >>3 -[2013-09-25 09:52:39] 7 -[2013-09-25 09:52:40] >7 -[2013-09-25 09:52:41] 3 -[2013-09-25 09:52:42] >3 -[2013-09-25 09:53:42] >>3 -[2013-09-25 09:54:42] >>3 -[2013-09-25 09:55:43] >>3 -[2013-09-25 09:55:49] 7 -[2013-09-25 09:55:50] >7 -[2013-09-25 09:56:06] 3 -[2013-09-25 09:56:08] >3 -[2013-09-25 09:57:07] >>3 -[2013-09-25 09:58:08] >>3 -[2013-09-25 09:59:08] >>3 -[2013-09-25 09:59:35] 7 -[2013-09-25 09:59:36] >7 -[2013-09-25 09:59:49] 3 -[2013-09-25 09:59:50] >3 -[2013-09-25 09:59:51] 7 -[2013-09-25 09:59:52] >7 -[2013-09-25 10:00:01] 3 -[2013-09-25 10:00:03] >3 -[2013-09-25 10:01:02] >>3 -[2013-09-25 10:02:03] >>3 -[2013-09-25 10:03:03] >>3 -[2013-09-25 10:04:03] >>3 -[2013-09-25 10:05:03] >>3 -[2013-09-25 10:06:04] >>3 -[2013-09-25 10:06:41] 7 -[2013-09-25 10:06:43] >7 -[2013-09-25 10:06:48] 3 -[2013-09-25 10:06:49] >3 -[2013-09-25 10:07:49] >>3 -[2013-09-25 10:08:49] >>3 -[2013-09-25 10:08:54] 7 -[2013-09-25 10:08:55] >7 -[2013-09-25 10:08:57] 3 -[2013-09-25 10:08:59] >3 -[2013-09-25 10:09:59] >>3 -[2013-09-25 10:10:59] >>3 -[2013-09-25 10:11:59] >>3 -[2013-09-25 10:13:00] >>3 -[2013-09-25 10:13:37] 7 -[2013-09-25 10:13:39] >7 -[2013-09-25 10:13:55] 3 -[2013-09-25 10:13:56] >3 -[2013-09-25 10:14:09] 7 -[2013-09-25 10:14:10] >7 -[2013-09-25 10:14:21] 3 -[2013-09-25 10:14:23] >3 -[2013-09-25 10:14:32] 7 -[2013-09-25 10:14:33] >7 -[2013-09-25 10:15:33] >>7 -[2013-09-25 10:15:53] 3 -[2013-09-25 10:15:54] >3 -[2013-09-25 10:16:45] 7 -[2013-09-25 10:16:47] >7 -[2013-09-25 10:17:01] 3 -[2013-09-25 10:17:03] >3 -[2013-09-25 10:18:03] >>3 -[2013-09-25 10:19:03] >>3 -[2013-09-25 10:20:04] >>3 -[2013-09-25 10:20:43] 7 -[2013-09-25 10:20:45] >7 -[2013-09-25 10:20:47] 3 -[2013-09-25 10:20:49] >3 -[2013-09-25 10:21:48] >>3 -[2013-09-25 10:22:49] >>3 -[2013-09-25 10:23:49] >>3 -[2013-09-25 10:24:49] >>3 -[2013-09-25 10:25:49] >>3 -[2013-09-25 10:26:49] >>3 -[2013-09-25 10:27:40] 7 -[2013-09-25 10:27:42] >7 -[2013-09-25 10:28:02] 3 -[2013-09-25 10:28:03] >3 -[2013-09-25 10:29:03] >>3 -[2013-09-25 10:30:03] >>3 -[2013-09-25 10:31:04] >>3 -[2013-09-25 10:32:04] >>3 -[2013-09-25 10:33:04] >>3 -[2013-09-25 10:34:04] >>3 -[2013-09-25 10:34:46] 7 -[2013-09-25 10:34:48] >7 -[2013-09-25 10:34:53] 3 -[2013-09-25 10:34:54] >3 -[2013-09-25 10:35:54] >>3 -[2013-09-25 10:36:54] >>3 -[2013-09-25 10:37:54] >>3 -[2013-09-25 10:38:55] >>3 -[2013-09-25 10:39:55] >>3 -[2013-09-25 10:40:55] >>3 -[2013-09-25 10:41:42] 7 -[2013-09-25 10:41:44] >7 -[2013-09-25 10:41:47] 3 -[2013-09-25 10:41:49] >3 -[2013-09-25 10:42:48] >>3 -[2013-09-25 10:43:49] >>3 -[2013-09-25 10:44:49] >>3 -[2013-09-25 10:45:49] >>3 -[2013-09-25 10:46:49] >>3 -[2013-09-25 10:47:49] >>3 -[2013-09-25 10:48:49] 7 -[2013-09-25 10:48:50] >7 -[2013-09-25 10:49:08] 3 -[2013-09-25 10:49:09] >3 -[2013-09-25 10:49:22] 7 -[2013-09-25 10:49:23] >7 -[2013-09-25 10:49:49] 3 -[2013-09-25 10:49:51] >3 -[2013-09-25 10:50:10] 7 -[2013-09-25 10:50:12] >7 -[2013-09-25 10:50:14] 3 -[2013-09-25 10:50:15] >3 -[2013-09-25 10:50:31] 7 -[2013-09-25 10:50:32] 3 -[2013-09-25 10:50:34] >3 -[2013-09-25 10:51:16] 7 -[2013-09-25 10:51:17] >7 -[2013-09-25 10:51:18] 3 -[2013-09-25 10:51:20] >3 -[2013-09-25 10:51:40] 7 -[2013-09-25 10:51:42] >7 -[2013-09-25 10:51:46] 3 -[2013-09-25 10:51:48] >3 -[2013-09-25 10:52:47] >>3 -[2013-09-25 10:53:48] >>3 -[2013-09-25 10:53:50] 7 -[2013-09-25 10:53:51] 3 -[2013-09-25 10:53:53] >3 -[2013-09-25 10:54:46] 7 -[2013-09-25 10:54:48] 3 -[2013-09-25 10:54:49] >3 -[2013-09-25 10:54:55] 7 -[2013-09-25 10:54:58] >7 -[2013-09-25 10:55:00] 3 -[2013-09-25 10:55:01] >3 -[2013-09-25 10:55:32] 7 -[2013-09-25 10:55:34] >7 -[2013-09-25 10:55:42] 3 -[2013-09-25 10:55:44] >3 -[2013-09-25 10:55:45] 7 -[2013-09-25 10:55:47] >7 -[2013-09-25 10:55:52] 3 -[2013-09-25 10:55:53] >3 -[2013-09-25 10:55:54] 7 -[2013-09-25 10:55:56] >7 -[2013-09-25 10:56:03] 3 -[2013-09-25 10:56:04] >3 -[2013-09-25 10:57:04] >>3 -[2013-09-25 10:58:04] >>3 -[2013-09-25 10:59:05] >>3 -[2013-09-25 11:00:05] >>3 -[2013-09-25 11:01:05] >>3 -[2013-09-25 11:02:05] >>3 -[2013-09-25 11:02:50] 7 -[2013-09-25 11:02:52] >7 -[2013-09-25 11:02:55] 3 -[2013-09-25 11:02:57] >3 -[2013-09-25 11:03:57] >>3 -[2013-09-25 11:04:02] 7 -[2013-09-25 11:04:04] >7 -[2013-09-25 11:04:05] 3 -[2013-09-25 11:04:06] >3 -[2013-09-25 11:05:06] >>3 -[2013-09-25 11:06:06] >>3 -[2013-09-25 11:07:07] >>3 -[2013-09-25 11:07:45] 7 -[2013-09-25 11:07:47] >7 -[2013-09-25 11:08:05] 3 -[2013-09-25 11:08:07] >3 -[2013-09-25 11:08:19] 7 -[2013-09-25 11:08:20] 3 -[2013-09-25 11:08:22] >3 -[2013-09-25 11:08:26] 7 -[2013-09-25 11:08:27] >7 -[2013-09-25 11:08:36] 3 -[2013-09-25 11:08:37] >3 -[2013-09-25 11:09:37] >>3 -[2013-09-25 11:09:47] 7 -[2013-09-25 11:09:49] >7 -[2013-09-25 11:10:08] 3 -[2013-09-25 11:10:10] >3 -[2013-09-25 11:10:30] 7 -[2013-09-25 11:10:32] >7 -[2013-09-25 11:10:37] 3 -[2013-09-25 11:10:38] >3 -[2013-09-25 11:11:38] >>3 -[2013-09-25 11:12:37] 7 -[2013-09-25 11:12:38] >7 -[2013-09-25 11:12:47] 3 -[2013-09-25 11:12:49] >3 -[2013-09-25 11:13:49] >>3 -[2013-09-25 11:14:49] >>3 -[2013-09-25 11:15:49] >>3 -[2013-09-25 11:16:49] >>3 -[2013-09-25 11:16:53] 7 -[2013-09-25 11:16:55] >7 -[2013-09-25 11:16:55] 3 -[2013-09-25 11:16:57] >3 -[2013-09-25 11:17:57] 7 -[2013-09-25 11:17:57] 3 -[2013-09-25 11:17:59] >3 -[2013-09-25 11:18:01] 7 -[2013-09-25 11:18:03] >7 -[2013-09-25 11:18:11] 3 -[2013-09-25 11:18:13] >3 -[2013-09-25 11:18:15] 7 -[2013-09-25 11:18:17] >7 -[2013-09-25 11:19:17] >>7 -[2013-09-25 11:19:35] 3 -[2013-09-25 11:19:36] >3 -[2013-09-25 11:20:36] >>3 -[2013-09-25 11:21:03] 7 -[2013-09-25 11:21:05] >7 -[2013-09-25 11:21:08] 3 -[2013-09-25 11:21:09] >3 -[2013-09-25 11:22:09] >>3 -[2013-09-25 11:22:16] 7 -[2013-09-25 11:22:18] >7 -[2013-09-25 11:22:20] 3 -[2013-09-25 11:22:22] >3 -[2013-09-25 11:23:21] >>3 -[2013-09-25 11:23:50] 7 -[2013-09-25 11:23:51] >7 -[2013-09-25 11:24:10] 3 -[2013-09-25 11:24:12] >3 -[2013-09-25 11:24:22] 7 -[2013-09-25 11:24:24] >7 -[2013-09-25 11:24:31] 3 -[2013-09-25 11:24:33] >3 -[2013-09-25 11:25:33] >>3 -[2013-09-25 11:26:33] >>3 -[2013-09-25 11:27:33] >>3 -[2013-09-25 11:28:33] >>3 -[2013-09-25 11:29:34] >>3 -[2013-09-25 11:30:34] >>3 -[2013-09-25 11:30:56] 7 -[2013-09-25 11:30:58] >7 -[2013-09-25 11:31:10] 3 -[2013-09-25 11:31:12] >3 -[2013-09-25 11:32:12] >>3 -[2013-09-25 11:33:12] >>3 -[2013-09-25 11:34:12] >>3 -[2013-09-25 11:34:30] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1013&valore=3 -[2013-09-25 11:35:30] >>3 -[2013-09-25 11:35:33] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1013&valore=3 -[2013-09-25 11:36:34] >>3 -[2013-09-25 11:36:37] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1013&valore=3 -[2013-09-25 11:37:37] >>3 -[2013-09-25 11:37:52] 7 -[2013-09-25 11:37:54] >7 -[2013-09-25 11:37:56] 3 -[2013-09-25 11:37:58] >3 -[2013-09-25 11:38:03] 7 -[2013-09-25 11:38:03] 3 -[2013-09-25 11:38:05] >3 -[2013-09-25 11:38:32] 7 -[2013-09-25 11:38:33] 3 -[2013-09-25 11:38:35] >3 -[2013-09-25 11:38:35] 7 -[2013-09-25 11:38:37] >7 -[2013-09-25 11:38:38] 3 -[2013-09-25 11:38:39] >3 -[2013-09-25 11:38:41] 7 -[2013-09-25 11:38:42] >7 -[2013-09-25 11:38:51] 3 -[2013-09-25 11:38:53] >3 -[2013-09-25 11:39:25] 7 -[2013-09-25 11:39:27] >7 -[2013-09-25 11:39:33] 3 -[2013-09-25 11:39:35] >3 -[2013-09-25 11:40:00] 7 -[2013-09-25 11:40:01] >7 -[2013-09-25 11:40:04] 3 -[2013-09-25 11:40:06] >3 -[2013-09-25 11:41:05] >>3 -[2013-09-25 11:42:05] >>3 -[2013-09-25 11:43:06] >>3 -[2013-09-25 11:44:06] >>3 -[2013-09-25 11:44:58] 7 -[2013-09-25 11:45:00] >7 -[2013-09-25 11:45:01] 3 -[2013-09-25 11:45:03] >3 -[2013-09-25 11:45:54] 7 -[2013-09-25 11:45:55] >7 -[2013-09-25 11:45:57] 3 -[2013-09-25 11:45:59] >3 -[2013-09-25 11:46:03] 7 -[2013-09-25 11:46:05] >7 -[2013-09-25 11:46:16] 3 -[2013-09-25 11:46:17] >3 -[2013-09-25 11:46:23] 7 -[2013-09-25 11:46:25] >7 -[2013-09-25 11:46:29] 3 -[2013-09-25 11:46:30] >3 -[2013-09-25 11:46:43] 7 -[2013-09-25 11:46:45] >7 -[2013-09-25 11:46:55] 3 -[2013-09-25 11:46:57] >3 -[2013-09-25 11:47:57] >>3 -[2013-09-25 11:48:57] >>3 -[2013-09-25 11:49:57] >>3 -[2013-09-25 11:50:57] >>3 -[2013-09-25 11:51:58] >>3 -[2013-09-25 11:52:01] 7 -[2013-09-25 11:52:03] >7 -[2013-09-25 11:53:03] >>7 -[2013-09-25 11:53:20] 3 -[2013-09-25 11:53:22] >3 -[2013-09-25 11:54:22] >>3 -[2013-09-25 11:55:22] >>3 -[2013-09-25 11:56:22] >>3 -[2013-09-25 11:57:12] 7 -[2013-09-25 11:57:14] >7 -[2013-09-25 11:58:14] >>7 -[2013-09-25 11:58:18] 3 -[2013-09-25 11:58:20] >3 -[2013-09-25 11:59:07] 7 -[2013-09-25 11:59:25] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1013&valore=7 -[2013-09-25 11:59:26] 3 -[2013-09-25 11:59:29] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1013&valore=3 -[2013-09-25 11:59:30] 7 -[2013-09-25 11:59:32] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1013&valore=7 -[2013-09-25 11:59:33] >7 -[2013-09-25 11:59:36] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1013&valore=7 -[2013-09-25 11:59:38] 3 -[2013-09-25 11:59:39] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1013&valore=3 -[2013-09-25 11:59:41] >3 -[2013-09-25 11:59:44] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1013&valore=3 -[2013-09-25 12:00:43] >>3 -[2013-09-25 12:00:46] NETWORK:Errore http-no com rete-timeouthttp://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina=1013&valore=3 -[2013-09-25 12:01:46] >>3 -[2013-09-25 12:02:46] >>3 -[2013-09-25 12:03:47] >>3 -[2013-09-25 12:04:47] >>3 -[2013-09-25 12:05:47] >>3 -[2013-09-25 12:06:03] 7 -[2013-09-25 12:06:05] 3 -[2013-09-25 12:06:06] >3 -[2013-09-25 12:07:06] >>3 -[2013-09-25 12:08:06] >>3 -[2013-09-25 12:09:07] >>3 -[2013-09-25 12:10:07] >>3 -[2013-09-25 12:11:07] >>3 -[2013-09-25 12:12:07] >>3 -[2013-09-25 12:13:07] >>3 -[2013-09-25 12:13:10] 7 -[2013-09-25 12:13:11] 3 -[2013-09-25 12:13:13] >3 -[2013-09-25 12:14:13] >>3 -[2013-09-25 12:15:13] >>3 -[2013-09-25 12:16:13] >>3 -[2013-09-25 12:17:13] >>3 -[2013-09-25 12:18:13] >>3 -[2013-09-25 12:19:14] >>3 -[2013-09-25 12:20:06] 7 -[2013-09-25 12:20:07] 3 -[2013-09-25 12:20:09] >3 -[2013-09-25 12:21:09] >>3 -[2013-09-25 12:22:09] >>3 -[2013-09-25 12:23:09] >>3 -[2013-09-25 12:24:09] >>3 -[2013-09-25 12:25:10] >>3 -[2013-09-25 12:26:10] >>3 -[2013-09-25 12:27:10] >>3 -[2013-09-25 12:27:12] 7 -[2013-09-25 12:27:14] 3 -[2013-09-25 12:27:15] >3 -[2013-09-25 12:27:44] 21 -[2013-09-25 12:27:46] >21 -[2013-09-25 12:27:56] 1 -[2013-09-25 12:27:57] >1 -[2013-09-25 12:28:52] 3 -[2013-09-25 12:28:54] >3 -[2013-09-25 12:29:53] >>3 -[2013-09-25 12:30:53] >>3 -[2013-09-25 12:31:54] >>3 -[2013-09-25 12:32:54] >>3 -[2013-09-25 12:33:54] >>3 -[2013-09-25 12:34:54] >>3 -[2013-09-25 12:35:29] 7 -[2013-09-25 12:35:31] >7 -[2013-09-25 12:35:36] 3 -[2013-09-25 12:35:37] >3 -[2013-09-25 12:36:37] >>3 -[2013-09-25 12:37:37] >>3 -[2013-09-25 12:38:37] >>3 -[2013-09-25 12:38:51] 7 -[2013-09-25 12:38:53] >7 -[2013-09-25 12:38:55] 3 -[2013-09-25 12:38:56] >3 -[2013-09-25 12:39:56] >>3 -[2013-09-25 12:40:13] 7 -[2013-09-25 12:40:14] 3 -[2013-09-25 12:40:16] >3 -[2013-09-25 12:41:15] >>3 -[2013-09-25 12:41:52] 7 -[2013-09-25 12:41:53] 3 -[2013-09-25 12:41:54] 7 -[2013-09-25 12:41:54] 3 -[2013-09-25 12:41:56] >3 -[2013-09-25 12:42:35] 7 -[2013-09-25 12:42:37] >7 -[2013-09-25 12:42:39] 3 -[2013-09-25 12:42:41] >3 -[2013-09-25 12:43:40] >>3 -[2013-09-25 12:44:40] >>3 -[2013-09-25 12:45:41] >>3 -[2013-09-25 12:46:41] >>3 -[2013-09-25 12:47:41] >>3 -[2013-09-25 12:48:41] >>3 -[2013-09-25 12:49:31] 7 -[2013-09-25 12:49:33] >7 -[2013-09-25 12:49:33] 3 -[2013-09-25 12:49:35] >3 -[2013-09-25 12:50:35] >>3 -[2013-09-25 12:51:35] >>3 -[2013-09-25 12:52:35] >>3 -[2013-09-25 12:53:35] >>3 -[2013-09-25 12:54:36] >>3 -[2013-09-25 12:55:36] >>3 -[2013-09-25 12:56:36] >>3 -[2013-09-25 12:56:38] 7 -[2013-09-25 12:56:39] >7 -[2013-09-25 12:57:15] 3 -[2013-09-25 12:57:17] >3 -[2013-09-25 12:58:16] >>3 -[2013-09-25 12:59:17] >>3 -[2013-09-25 13:00:17] >>3 -[2013-09-25 13:01:17] >>3 -[2013-09-25 13:02:17] >>3 -[2013-09-25 13:03:17] >>3 -[2013-09-25 13:03:34] 7 -[2013-09-25 13:03:36] >7 -[2013-09-25 13:03:53] 3 -[2013-09-25 13:03:55] >3 -[2013-09-25 13:04:55] >>3 -[2013-09-25 13:05:55] >>3 -[2013-09-25 13:06:00] 7 -[2013-09-25 13:06:02] >7 -[2013-09-25 13:06:03] 3 -[2013-09-25 13:06:04] >3 -[2013-09-25 13:07:04] >>3 -[2013-09-25 13:08:04] >>3 -[2013-09-25 13:08:41] 7 -[2013-09-25 13:08:42] 3 -[2013-09-25 13:08:44] >3 -[2013-09-25 13:09:19] 7 -[2013-09-25 13:09:20] 3 -[2013-09-25 13:09:22] >3 -[2013-09-25 13:10:02] 7 -[2013-09-25 13:10:02] 3 -[2013-09-25 13:10:04] >3 -[2013-09-25 13:10:05] 7 -[2013-09-25 13:10:06] 3 -[2013-09-25 13:10:08] >3 -[2013-09-25 13:10:40] 7 -[2013-09-25 13:10:41] >7 -[2013-09-25 13:10:51] 3 -[2013-09-25 13:10:53] >3 -[2013-09-25 13:11:30] 21 -[2013-09-25 13:11:31] >21 -[2013-09-25 13:11:35] 25 -[2013-09-25 13:11:37] >25 -[2013-09-25 13:11:41] 5 -[2013-09-25 13:11:42] 1 -[2013-09-25 13:11:44] >1 -[2013-09-25 13:12:11] 5 -[2013-09-25 13:12:13] >5 -[2013-09-25 13:12:15] 7 -[2013-09-25 13:12:16] >7 -[2013-09-25 13:12:22] 3 -[2013-09-25 13:12:24] >3 -[2013-09-25 13:12:25] 7 -[2013-09-25 13:12:26] >7 -[2013-09-25 13:12:51] 3 -[2013-09-25 13:12:52] >3 -[2013-09-25 13:13:52] >>3 -[2013-09-25 13:14:29] 7 -[2013-09-25 13:14:30] >7 -[2013-09-25 13:15:30] >>7 -[2013-09-25 13:16:30] >>7 -[2013-09-25 13:17:30] >>7 -[2013-09-25 13:17:37] 3 -[2013-09-25 13:17:39] >3 -[2013-09-25 13:18:34] 7 -[2013-09-25 13:18:38] 3 -[2013-09-25 13:18:44] >3 -[2013-09-25 13:19:43] >>3 -[2013-09-25 13:20:43] >>3 -[2013-09-25 13:21:44] >>3 -[2013-09-25 13:22:44] >>3 -[2013-09-25 13:23:44] >>3 -[2013-09-25 13:24:44] >>3 -[2013-09-25 13:25:44] >>3 -[2013-09-25 13:26:00] 7 -[2013-09-25 13:26:01] >7 -[2013-09-25 13:27:01] >>7 -[2013-09-25 13:27:30] 3 -[2013-09-25 13:27:32] >3 -[2013-09-25 13:27:34] 7 -[2013-09-25 13:27:36] >7 -[2013-09-25 13:27:44] 3 -[2013-09-25 13:27:46] >3 -[2013-09-25 13:28:46] >>3 -[2013-09-25 13:29:46] >>3 -[2013-09-25 13:30:46] >>3 -[2013-09-25 13:31:46] >>3 -[2013-09-25 13:32:46] >>3 -[2013-09-25 13:32:56] 7 -[2013-09-25 13:32:58] >7 -[2013-09-25 13:33:08] 3 -[2013-09-25 13:33:10] >3 -[2013-09-25 13:33:21] 7 -[2013-09-25 13:33:22] >7 -[2013-09-25 13:33:46] 3 -[2013-09-25 13:33:47] >3 -[2013-09-25 13:34:04] 7 -[2013-09-25 13:34:06] >7 -[2013-09-25 13:34:14] 3 -[2013-09-25 13:34:16] >3 -[2013-09-25 13:34:25] 7 -[2013-09-25 13:34:26] >7 -[2013-09-25 13:34:55] 3 -[2013-09-25 13:34:57] >3 -[2013-09-25 13:35:57] >>3 -[2013-09-25 13:36:57] >>3 -[2013-09-25 13:37:57] >>3 -[2013-09-25 13:38:57] >>3 -[2013-09-25 13:39:58] >>3 -[2013-09-25 13:40:02] 7 -[2013-09-25 13:40:04] >7 -[2013-09-25 13:40:04] 3 -[2013-09-25 13:40:06] >3 -[2013-09-25 13:40:19] 7 -[2013-09-25 13:40:21] >7 -[2013-09-25 13:40:27] 3 -[2013-09-25 13:40:29] >3 -[2013-09-25 13:40:57] 7 -[2013-09-25 13:40:59] >7 -[2013-09-25 13:41:08] 3 -[2013-09-25 13:41:10] >3 -[2013-09-25 13:42:09] >>3 -[2013-09-25 13:43:09] >>3 -[2013-09-25 13:44:10] >>3 -[2013-09-25 13:45:10] >>3 -[2013-09-25 13:46:10] >>3 -[2013-09-25 13:46:59] 7 -[2013-09-25 13:47:00] >7 -[2013-09-25 13:47:19] 3 -[2013-09-25 13:47:21] >3 -[2013-09-25 13:48:20] >>3 -[2013-09-25 13:49:20] >>3 -[2013-09-25 13:50:21] >>3 -[2013-09-25 13:51:21] >>3 -[2013-09-25 13:52:21] >>3 -[2013-09-25 13:53:21] >>3 -[2013-09-25 13:54:04] 7 -[2013-09-25 13:54:06] >7 -[2013-09-25 13:54:17] 3 -[2013-09-25 13:54:18] >3 -[2013-09-25 13:54:33] 7 -[2013-09-25 13:54:34] 3 -[2013-09-25 13:54:35] >3 -[2013-09-25 13:55:35] >>3 -[2013-09-25 13:55:51] 7 -[2013-09-25 13:55:52] 3 -[2013-09-25 13:55:54] >3 -[2013-09-25 13:56:54] >>3 -[2013-09-25 13:57:54] >>3 -[2013-09-25 13:58:54] >>3 -[2013-09-25 13:59:54] >>3 -[2013-09-25 14:00:54] >>3 -[2013-09-25 14:01:01] 7 -[2013-09-25 14:01:03] >7 -[2013-09-25 14:01:08] 3 -[2013-09-25 14:01:10] >3 -[2013-09-25 14:02:07] 7 -[2013-09-25 14:02:08] >7 -[2013-09-25 14:02:14] 3 -[2013-09-25 14:02:15] >3 -[2013-09-25 14:03:15] >>3 -[2013-09-25 14:04:15] >>3 -[2013-09-25 14:05:15] >>3 -[2013-09-25 14:06:16] >>3 -[2013-09-25 14:07:16] >>3 -[2013-09-25 14:08:07] 7 -[2013-09-25 14:08:09] >7 -[2013-09-25 14:08:17] 3 -[2013-09-25 14:08:18] >3 -[2013-09-25 14:09:18] >>3 -[2013-09-25 14:10:18] >>3 -[2013-09-25 14:11:19] >>3 -[2013-09-25 14:12:19] >>3 -[2013-09-25 14:13:19] >>3 -[2013-09-25 14:14:19] >>3 -[2013-09-25 14:15:03] 7 -[2013-09-25 14:15:05] >7 -[2013-09-25 14:15:06] 3 -[2013-09-25 14:15:07] >3 -[2013-09-25 14:15:27] 7 -[2013-09-25 14:15:28] >7 -[2013-09-25 14:15:29] 3 -[2013-09-25 14:15:31] >3 -[2013-09-25 14:16:30] >>3 -[2013-09-25 14:16:43] 7 -[2013-09-25 14:16:45] >7 -[2013-09-25 14:16:48] 3 -[2013-09-25 14:16:49] >3 -[2013-09-25 14:17:48] 7 -[2013-09-25 14:17:49] 3 -[2013-09-25 14:17:50] >3 -[2013-09-25 14:18:50] >>3 -[2013-09-25 14:19:50] >>3 -[2013-09-25 14:20:51] >>3 -[2013-09-25 14:21:51] >>3 -[2013-09-25 14:22:10] 7 -[2013-09-25 14:22:11] >7 -[2013-09-25 14:22:13] 3 -[2013-09-25 14:22:14] >3 -[2013-09-25 14:23:14] >>3 -[2013-09-25 14:24:14] >>3 -[2013-09-25 14:25:14] >>3 -[2013-09-25 14:26:15] >>3 -[2013-09-25 14:27:15] >>3 -[2013-09-25 14:28:15] >>3 -[2013-09-25 14:29:06] 7 -[2013-09-25 14:29:08] >7 -[2013-09-25 14:29:12] 3 -[2013-09-25 14:29:14] >3 -[2013-09-25 14:30:13] >>3 -[2013-09-25 14:30:23] 7 -[2013-09-25 14:30:24] 3 -[2013-09-25 14:30:26] >3 -[2013-09-25 14:30:28] 7 -[2013-09-25 14:30:29] >7 -[2013-09-25 14:30:45] 3 -[2013-09-25 14:30:47] >3 -[2013-09-25 14:31:46] >>3 -[2013-09-25 14:32:47] >>3 -[2013-09-25 14:33:47] >>3 -[2013-09-25 14:34:47] >>3 -[2013-09-25 14:35:47] >>3 -[2013-09-25 14:36:12] 7 -[2013-09-25 14:36:13] >7 -[2013-09-25 14:37:13] >>7 -[2013-09-25 14:37:14] 3 -[2013-09-25 14:37:15] >3 -[2013-09-25 14:37:25] 7 -[2013-09-25 14:37:26] >7 -[2013-09-25 14:37:28] 3 -[2013-09-25 14:37:30] >3 -[2013-09-25 14:38:03] 21 -[2013-09-25 14:38:04] >21 -[2013-09-25 14:38:16] 1 -[2013-09-25 14:38:18] >1 -[2013-09-25 14:38:25] 5 -[2013-09-25 14:38:27] >5 -[2013-09-25 14:38:31] 1 -[2013-09-25 14:38:32] >1 -[2013-09-25 14:38:39] 5 -[2013-09-25 14:38:40] 1 -[2013-09-25 14:38:41] >1 -[2013-09-25 14:38:52] 7 -[2013-09-25 14:38:54] >7 -[2013-09-25 14:39:19] 3 -[2013-09-25 14:39:20] >3 -[2013-09-25 14:39:31] 7 -[2013-09-25 14:39:32] >7 -[2013-09-25 14:39:38] 3 -[2013-09-25 14:39:39] >3 -[2013-09-25 14:39:40] 7 -[2013-09-25 14:39:41] 3 -[2013-09-25 14:39:43] >3 -[2013-09-25 14:40:43] >>3 -[2013-09-25 14:40:47] 7 -[2013-09-25 14:40:48] 3 -[2013-09-25 14:40:49] >3 -[2013-09-25 14:40:56] 7 -[2013-09-25 14:40:58] >7 -[2013-09-25 14:41:01] 3 -[2013-09-25 14:41:03] >3 -[2013-09-25 14:42:03] >>3 -[2013-09-25 14:42:55] 7 -[2013-09-25 14:42:56] 3 -[2013-09-25 14:42:57] >3 -[2013-09-25 14:43:57] >>3 -[2013-09-25 14:44:12] 7 -[2013-09-25 14:44:13] >7 -[2013-09-25 14:44:15] 3 -[2013-09-25 14:44:16] >3 -[2013-09-25 14:45:16] >>3 -[2013-09-25 14:45:28] 7 -[2013-09-25 14:45:29] >7 -[2013-09-25 14:45:30] 3 -[2013-09-25 14:45:32] >3 -[2013-09-25 14:45:37] 7 -[2013-09-25 14:45:38] >7 -[2013-09-25 14:45:44] 3 -[2013-09-25 14:45:46] >3 -[2013-09-25 14:45:54] 7 -[2013-09-25 14:45:55] >7 -[2013-09-25 14:46:38] 3 -[2013-09-25 14:46:39] >3 -[2013-09-25 14:47:39] >>3 -[2013-09-25 14:48:39] >>3 -[2013-09-25 14:49:20] 7 -[2013-09-25 14:49:22] >7 -[2013-09-25 14:49:25] 3 -[2013-09-25 14:49:26] >3 -[2013-09-25 14:50:13] 7 -[2013-09-25 14:50:14] >7 -[2013-09-25 14:50:15] 3 -[2013-09-25 14:50:17] >3 -[2013-09-25 14:50:58] 7 -[2013-09-25 14:50:59] 3 -[2013-09-25 14:51:00] >3 -[2013-09-25 14:51:11] 7 -[2013-09-25 14:51:12] 3 -[2013-09-25 14:51:13] 7 -[2013-09-25 14:51:15] >7 -[2013-09-25 14:51:17] 3 -[2013-09-25 14:51:18] 7 -[2013-09-25 14:51:19] >7 -[2013-09-25 14:51:22] 3 -[2013-09-25 14:51:24] >3 -[2013-09-25 14:51:25] 7 -[2013-09-25 14:51:26] >7 -[2013-09-25 14:51:53] 3 -[2013-09-25 14:51:55] 7 -[2013-09-25 14:51:56] >7 -[2013-09-25 14:52:02] 3 -[2013-09-25 14:52:03] >3 -[2013-09-25 14:52:25] 7 -[2013-09-25 14:52:26] >7 -[2013-09-25 14:52:37] 3 -[2013-09-25 14:52:38] 7 -[2013-09-25 14:52:40] >7 -[2013-09-25 14:52:42] 3 -[2013-09-25 14:52:44] >3 -[2013-09-25 14:52:44] 7 -[2013-09-25 14:52:45] 3 -[2013-09-25 14:52:46] 7 -[2013-09-25 14:52:47] >7 -[2013-09-25 14:52:48] 3 -[2013-09-25 14:52:50] >3 -[2013-09-25 14:52:52] 7 -[2013-09-25 14:52:54] >7 -[2013-09-25 14:53:21] 3 -[2013-09-25 14:53:23] >3 -[2013-09-25 14:54:23] >>3 -[2013-09-25 14:55:01] 7 -[2013-09-25 14:55:03] >7 -[2013-09-25 14:55:20] 3 -[2013-09-25 14:55:21] >3 -[2013-09-25 14:56:21] >>3 -[2013-09-25 14:57:21] >>3 -[2013-09-25 14:58:14] 7 -[2013-09-25 14:58:16] >7 -[2013-09-25 14:58:21] 3 -[2013-09-25 14:58:23] >3 -[2013-09-25 14:59:23] >>3 -[2013-09-25 15:00:23] >>3 -[2013-09-25 15:01:23] >>3 -[2013-09-25 15:02:23] >>3 -[2013-09-25 15:03:23] >>3 -[2013-09-25 15:04:24] >>3 -[2013-09-25 15:05:20] 7 -[2013-09-25 15:05:22] >7 -[2013-09-25 15:05:31] 3 -[2013-09-25 15:05:32] >3 -[2013-09-25 15:05:33] 7 -[2013-09-25 15:05:34] >7 -[2013-09-25 15:05:41] 3 -[2013-09-25 15:05:42] >3 -[2013-09-25 15:05:53] 7 -[2013-09-25 15:05:55] >7 -[2013-09-25 15:06:05] 3 -[2013-09-25 15:06:07] >3 -[2013-09-25 15:07:06] >>3 -[2013-09-25 15:08:07] >>3 -[2013-09-25 15:08:29] 7 -[2013-09-25 15:08:30] >7 -[2013-09-25 15:08:52] 3 -[2013-09-25 15:08:54] >3 -[2013-09-25 15:09:53] >>3 -[2013-09-25 15:10:54] >>3 -[2013-09-25 15:11:54] >>3 -[2013-09-25 15:12:16] 7 -[2013-09-25 15:12:18] >7 -[2013-09-25 15:12:19] 3 -[2013-09-25 15:12:20] >3 -[2013-09-25 15:13:20] >>3 -[2013-09-25 15:14:20] >>3 -[2013-09-25 15:15:21] >>3 -[2013-09-25 15:16:21] >>3 -[2013-09-25 15:17:21] >>3 -[2013-09-25 15:18:21] >>3 -[2013-09-25 15:19:21] >>3 -[2013-09-25 15:19:22] 7 -[2013-09-25 15:19:24] >7 -[2013-09-25 15:20:24] >>7 -[2013-09-25 15:20:24] 3 -[2013-09-25 15:20:26] >3 -[2013-09-25 15:21:26] >>3 -[2013-09-25 15:21:31] 7 -[2013-09-25 15:21:33] 3 -[2013-09-25 15:21:34] >3 -[2013-09-25 15:22:34] >>3 -[2013-09-25 15:23:34] >>3 -[2013-09-25 15:24:34] >>3 -[2013-09-25 15:25:35] >>3 -[2013-09-25 15:26:19] 7 -[2013-09-25 15:26:21] 3 -[2013-09-25 15:26:22] >3 -[2013-09-25 15:27:22] >>3 -[2013-09-25 15:28:22] >>3 -[2013-09-25 15:29:23] >>3 -[2013-09-25 15:30:23] >>3 -[2013-09-25 15:31:23] >>3 -[2013-09-25 15:32:23] >>3 -[2013-09-25 15:33:23] >>3 -[2013-09-25 15:33:25] 7 -[2013-09-25 15:33:27] >7 -[2013-09-25 15:33:37] 3 -[2013-09-25 15:33:38] >3 -[2013-09-25 15:34:38] >>3 -[2013-09-25 15:35:38] >>3 -[2013-09-25 15:36:39] >>3 -[2013-09-25 15:37:39] >>3 -[2013-09-25 15:38:39] >>3 -[2013-09-25 15:39:39] >>3 -[2013-09-25 15:40:21] 7 -[2013-09-25 15:40:23] >7 -[2013-09-25 15:40:24] 3 -[2013-09-25 15:40:26] >3 -[2013-09-25 15:40:41] 7 -[2013-09-25 15:40:41] 3 -[2013-09-25 15:40:43] >3 -[2013-09-25 15:40:51] 7 -[2013-09-25 15:40:53] >7 -[2013-09-25 15:41:05] 3 -[2013-09-25 15:41:07] >3 -[2013-09-25 15:42:06] >>3 -[2013-09-25 15:43:07] >>3 -[2013-09-25 15:44:07] >>3 -[2013-09-25 15:45:07] >>3 -[2013-09-25 15:46:07] >>3 -[2013-09-25 15:47:07] >>3 -[2013-09-25 15:47:27] 7 -[2013-09-25 15:47:29] >7 -[2013-09-25 15:47:30] 3 -[2013-09-25 15:47:31] >3 -[2013-09-25 15:48:31] >>3 -[2013-09-25 15:49:31] >>3 -[2013-09-25 15:50:32] >>3 -[2013-09-25 15:51:32] >>3 -[2013-09-25 15:52:32] >>3 -[2013-09-25 15:53:32] >>3 -[2013-09-25 15:54:24] 7 -[2013-09-25 15:54:25] >7 -[2013-09-25 15:54:26] 3 -[2013-09-25 15:54:28] >3 -[2013-09-25 15:55:27] >>3 -[2013-09-25 15:56:28] >>3 -[2013-09-25 15:57:28] >>3 -[2013-09-25 15:58:28] >>3 -[2013-09-25 15:59:28] >>3 -[2013-09-25 16:00:28] >>3 -[2013-09-25 16:01:29] >>3 -[2013-09-25 16:01:30] 7 -[2013-09-25 16:01:31] >7 -[2013-09-25 16:01:32] 3 -[2013-09-25 16:01:34] >3 -[2013-09-25 16:02:03] 21 -[2013-09-25 16:02:04] >21 -[2013-09-25 16:02:15] 1 -[2013-09-25 16:02:17] >1 -[2013-09-25 16:03:16] >>1 -[2013-09-25 16:04:11] 3 -[2013-09-25 16:04:13] >3 -[2013-09-25 16:05:12] >>3 -[2013-09-25 16:06:13] >>3 -[2013-09-25 16:07:13] >>3 -[2013-09-25 16:08:13] >>3 -[2013-09-25 16:09:13] >>3 -[2013-09-25 16:10:14] >>3 -[2013-09-25 16:10:48] 7 -[2013-09-25 16:10:50] 3 -[2013-09-25 16:10:51] >3 -[2013-09-25 16:11:51] >>3 -[2013-09-25 16:12:51] >>3 -[2013-09-25 16:13:52] >>3 -[2013-09-25 16:14:52] >>3 -[2013-09-25 16:15:52] >>3 -[2013-09-25 16:16:52] >>3 -[2013-09-25 16:17:52] >>3 -[2013-09-25 16:17:54] 7 -[2013-09-25 16:17:56] >7 -[2013-09-25 16:17:56] 3 -[2013-09-25 16:17:58] >3 -[2013-09-25 16:18:58] >>3 -[2013-09-25 16:19:58] >>3 -[2013-09-25 16:20:58] >>3 -[2013-09-25 16:21:58] >>3 -[2013-09-25 16:22:58] >>3 -[2013-09-25 16:23:59] >>3 -[2013-09-25 16:24:50] 7 -[2013-09-25 16:24:52] >7 -[2013-09-25 16:24:54] 3 -[2013-09-25 16:24:55] >3 -[2013-09-25 16:25:55] >>3 -[2013-09-25 16:26:55] >>3 -[2013-09-25 16:27:55] >>3 -[2013-09-25 16:28:56] >>3 -[2013-09-25 16:29:56] >>3 -[2013-09-25 16:30:56] >>3 -[2013-09-25 16:31:56] >>3 -[2013-09-25 16:31:57] 7 -[2013-09-25 16:31:58] 3 -[2013-09-25 16:32:00] >3 -[2013-09-25 16:33:00] >>3 -[2013-09-25 16:34:00] >>3 -[2013-09-25 16:35:00] >>3 -[2013-09-25 16:36:00] >>3 -[2013-09-25 16:37:01] >>3 -[2013-09-25 16:38:01] >>3 -[2013-09-25 16:38:53] 7 -[2013-09-25 16:38:55] >7 -[2013-09-25 16:38:55] 3 -[2013-09-25 16:38:57] >3 -[2013-09-25 16:39:56] >>3 -[2013-09-25 16:40:57] >>3 -[2013-09-25 16:41:57] >>3 -[2013-09-25 16:42:57] >>3 -[2013-09-25 16:43:57] >>3 -[2013-09-25 16:44:57] >>3 -[2013-09-25 16:45:58] >>3 -[2013-09-25 16:46:58] >>3 -[2013-09-25 16:47:03] 7 -[2013-09-25 16:47:04] >7 -[2013-09-25 16:47:05] 3 -[2013-09-25 16:47:07] >3 -[2013-09-25 16:47:10] 7 -[2013-09-25 16:47:12] >7 -[2013-09-25 16:47:14] 3 -[2013-09-25 16:47:15] >3 -[2013-09-25 16:48:15] >>3 -[2013-09-25 16:49:15] >>3 -[2013-09-25 16:50:16] >>3 -[2013-09-25 16:51:16] >>3 -[2013-09-25 16:52:16] >>3 -[2013-09-25 16:53:16] >>3 -[2013-09-25 16:53:59] 7 -[2013-09-25 16:54:01] >7 -[2013-09-25 16:54:12] 3 -[2013-09-25 16:54:13] >3 -[2013-09-25 16:54:15] 7 -[2013-09-25 16:54:17] >7 -[2013-09-25 16:54:36] 3 -[2013-09-25 16:54:38] >3 -[2013-09-25 16:54:42] 7 -[2013-09-25 16:54:44] >7 -[2013-09-25 16:54:52] 3 -[2013-09-25 16:54:54] >3 -[2013-09-25 16:55:01] 7 -[2013-09-25 16:55:03] >7 -[2013-09-25 16:55:22] 3 -[2013-09-25 16:55:24] >3 -[2013-09-25 16:55:38] 7 -[2013-09-25 16:55:38] 3 -[2013-09-25 16:55:39] 7 -[2013-09-25 16:55:39] 3 -[2013-09-25 16:55:41] 7 -[2013-09-25 16:55:42] >7 -[2013-09-25 16:56:00] 3 -[2013-09-25 16:56:01] >3 -[2013-09-25 16:57:01] >>3 -[2013-09-25 16:58:01] >>3 -[2013-09-25 16:59:02] >>3 -[2013-09-25 17:00:02] >>3 -[2013-09-25 17:01:02] >>3 -[2013-09-25 17:01:05] 7 -[2013-09-25 17:01:07] >7 -[2013-09-25 17:01:20] 3 -[2013-09-25 17:01:22] >3 -[2013-09-25 17:01:28] 7 -[2013-09-25 17:01:29] >7 -[2013-09-25 17:01:34] 3 -[2013-09-25 17:01:35] >3 -[2013-09-25 17:01:40] 7 -[2013-09-25 17:01:41] 3 -[2013-09-25 17:01:42] >3 -[2013-09-25 17:01:48] 7 -[2013-09-25 17:01:49] >7 -[2013-09-25 17:01:59] 3 -[2013-09-25 17:02:00] 7 -[2013-09-25 17:02:02] >7 -[2013-09-25 17:02:06] 3 -[2013-09-25 17:02:07] >3 -[2013-09-25 17:02:16] 7 -[2013-09-25 17:02:18] 3 -[2013-09-25 17:02:19] >3 -[2013-09-25 17:03:19] >>3 -[2013-09-25 17:04:19] >>3 -[2013-09-25 17:05:19] >>3 -[2013-09-25 17:06:20] >>3 -[2013-09-25 17:07:20] >>3 -[2013-09-25 17:08:01] 7 -[2013-09-25 17:08:03] >7 -[2013-09-25 17:08:05] 3 -[2013-09-25 17:08:06] >3 -[2013-09-25 17:09:06] >>3 -[2013-09-25 17:10:06] >>3 -[2013-09-25 17:11:06] >>3 -[2013-09-25 17:12:07] >>3 -[2013-09-25 17:13:07] >>3 -[2013-09-25 17:14:07] >>3 -[2013-09-25 17:15:07] 7 -[2013-09-25 17:15:09] >7 -[2013-09-25 17:15:10] 3 -[2013-09-25 17:15:12] >3 -[2013-09-25 17:16:11] >>3 -[2013-09-25 17:17:12] >>3 -[2013-09-25 17:18:12] >>3 -[2013-09-25 17:19:12] >>3 -[2013-09-25 17:20:12] >>3 -[2013-09-25 17:21:12] >>3 -[2013-09-25 17:22:04] 7 -[2013-09-25 17:22:05] >7 -[2013-09-25 17:22:06] 3 -[2013-09-25 17:22:07] >3 -[2013-09-25 17:23:07] >>3 -[2013-09-25 17:24:07] >>3 -[2013-09-25 17:25:08] >>3 -[2013-09-25 17:26:08] >>3 -[2013-09-25 17:27:08] >>3 -[2013-09-25 17:28:08] >>3 -[2013-09-25 17:29:08] >>3 -[2013-09-25 17:29:10] 7 -[2013-09-25 17:29:12] 3 -[2013-09-25 17:29:13] >3 -[2013-09-25 17:30:13] >>3 -[2013-09-25 17:31:13] >>3 -[2013-09-25 17:32:13] >>3 -[2013-09-25 17:33:14] >>3 -[2013-09-25 17:34:14] >>3 -[2013-09-25 17:35:14] >>3 -[2013-09-25 17:36:06] 7 -[2013-09-25 17:36:08] >7 -[2013-09-25 17:36:08] 3 -[2013-09-25 17:36:10] >3 -[2013-09-25 17:37:10] >>3 -[2013-09-25 17:38:10] >>3 -[2013-09-25 17:39:10] >>3 -[2013-09-25 17:40:10] >>3 -[2013-09-25 17:41:11] >>3 -[2013-09-25 17:42:11] >>3 -[2013-09-25 17:43:11] >>3 -[2013-09-25 17:44:11] >>3 -[2013-09-25 17:44:54] 7 -[2013-09-25 17:44:55] >7 -[2013-09-25 17:44:56] 3 -[2013-09-25 17:44:58] >3 -[2013-09-25 17:45:09] 21 -[2013-09-25 17:45:10] >21 -[2013-09-25 17:45:20] 1 -[2013-09-25 17:45:22] >1 -[2013-09-25 17:45:50] 3 -[2013-09-25 17:45:52] >3 -[2013-09-25 17:46:51] >>3 -[2013-09-25 17:47:51] >>3 -[2013-09-25 17:48:52] >>3 -[2013-09-25 17:49:52] >>3 -[2013-09-25 17:50:52] >>3 -[2013-09-25 17:51:52] >>3 -[2013-09-25 17:52:27] 7 -[2013-09-25 17:52:29] 3 -[2013-09-25 17:52:30] >3 -[2013-09-25 17:53:30] >>3 -[2013-09-25 17:54:30] >>3 -[2013-09-25 17:55:30] >>3 -[2013-09-25 17:56:31] >>3 -[2013-09-25 17:57:31] >>3 -[2013-09-25 17:58:31] >>3 -[2013-09-25 17:59:31] >>3 -[2013-09-25 17:59:33] 7 -[2013-09-25 17:59:34] >7 -[2013-09-25 17:59:35] 3 -[2013-09-25 17:59:37] >3 -[2013-09-25 18:00:36] >>3 -[2013-09-25 18:01:37] >>3 -[2013-09-25 18:02:37] >>3 -[2013-09-25 18:03:37] >>3 -[2013-09-25 18:04:37] >>3 -[2013-09-25 18:05:37] >>3 -[2013-09-25 18:06:29] 7 -[2013-09-25 18:06:31] >7 -[2013-09-25 18:06:32] 3 -[2013-09-25 18:06:33] >3 -[2013-09-25 18:07:33] >>3 -[2013-09-25 18:08:33] >>3 -[2013-09-25 18:09:34] >>3 -[2013-09-25 18:10:34] >>3 -[2013-09-25 18:11:34] >>3 -[2013-09-25 18:12:34] >>3 -[2013-09-25 18:13:34] >>3 -[2013-09-25 18:13:35] 7 -[2013-09-25 18:13:37] 3 -[2013-09-25 18:13:39] >3 -[2013-09-25 18:14:38] >>3 -[2013-09-25 18:15:39] >>3 -[2013-09-25 18:16:39] >>3 -[2013-09-25 18:17:39] >>3 -[2013-09-25 18:18:39] >>3 -[2013-09-25 18:19:39] >>3 -[2013-09-25 18:20:32] 7 -[2013-09-25 18:20:33] 3 -[2013-09-25 18:20:35] >3 -[2013-09-25 18:21:35] >>3 -[2013-09-25 18:22:35] >>3 -[2013-09-25 18:23:35] >>3 -[2013-09-25 18:24:35] >>3 -[2013-09-25 18:25:36] >>3 -[2013-09-25 18:26:36] >>3 -[2013-09-25 18:27:36] >>3 -[2013-09-25 18:27:38] 7 -[2013-09-25 18:27:39] >7 -[2013-09-25 18:27:40] 3 -[2013-09-25 18:27:41] >3 -[2013-09-25 18:28:41] >>3 -[2013-09-25 18:29:41] >>3 -[2013-09-25 18:30:11] 21 -[2013-09-25 18:30:13] >21 -[2013-09-25 18:31:12] >>21 -[2013-09-25 18:32:13] 1 -[2013-09-25 18:32:14] >1 -[2013-09-25 18:32:43] 3 -[2013-09-25 18:32:45] >3 -[2013-09-25 18:33:45] >>3 -[2013-09-25 18:34:54] >>3 -[2013-09-25 18:35:54] >>3 -[2013-09-25 18:36:54] >>3 -[2013-09-25 18:37:23] 7 -[2013-09-25 18:37:24] >7 -[2013-09-25 18:37:26] 3 -[2013-09-25 18:37:27] >3 -[2013-09-25 18:38:27] >>3 -[2013-09-25 18:39:27] >>3 -[2013-09-25 18:40:27] >>3 -[2013-09-25 18:41:27] >>3 -[2013-09-25 18:42:28] >>3 -[2013-09-25 18:43:28] >>3 -[2013-09-25 18:44:28] >>3 -[2013-09-25 18:44:29] 7 -[2013-09-25 18:44:30] >7 -[2013-09-25 18:44:31] 3 -[2013-09-25 18:44:33] >3 -[2013-09-25 18:45:32] >>3 -[2013-09-25 18:46:32] >>3 -[2013-09-25 18:47:33] >>3 -[2013-09-25 18:48:33] >>3 -[2013-09-25 18:49:33] >>3 -[2013-09-25 18:50:33] >>3 -[2013-09-25 18:51:25] 7 -[2013-09-25 18:51:27] >7 -[2013-09-25 18:51:27] 3 -[2013-09-25 18:51:29] >3 -[2013-09-25 18:52:29] >>3 -[2013-09-25 18:53:29] >>3 -[2013-09-25 18:54:29] >>3 -[2013-09-25 18:55:29] >>3 -[2013-09-25 18:56:29] >>3 -[2013-09-25 18:57:30] >>3 -[2013-09-25 18:58:30] >>3 -[2013-09-25 18:58:32] 7 -[2013-09-25 18:58:33] 3 -[2013-09-25 18:58:35] >3 -[2013-09-25 18:59:34] >>3 -[2013-09-25 19:00:35] >>3 -[2013-09-25 19:01:35] >>3 -[2013-09-25 19:02:35] >>3 -[2013-09-25 19:03:35] >>3 -[2013-09-25 19:04:36] >>3 -[2013-09-25 19:05:28] 7 -[2013-09-25 19:05:29] >7 -[2013-09-25 19:05:30] 3 -[2013-09-25 19:05:32] >3 -[2013-09-25 19:06:31] >>3 -[2013-09-25 19:07:39] >>3 -[2013-09-25 19:08:39] >>3 -[2013-09-25 19:09:39] >>3 -[2013-09-25 19:10:39] >>3 -[2013-09-25 19:11:39] >>3 -[2013-09-25 19:12:34] 7 -[2013-09-25 19:12:35] >7 -[2013-09-25 19:12:36] 3 -[2013-09-25 19:12:37] >3 -[2013-09-25 19:13:37] >>3 -[2013-09-25 19:14:37] >>3 -[2013-09-25 19:15:38] >>3 -[2013-09-25 19:16:38] >>3 -[2013-09-25 19:17:38] >>3 -[2013-09-25 19:18:38] >>3 -[2013-09-25 19:19:30] 7 -[2013-09-25 19:19:32] 3 -[2013-09-25 19:19:34] >3 -[2013-09-25 19:20:33] >>3 -[2013-09-25 19:21:34] >>3 -[2013-09-25 19:22:34] >>3 -[2013-09-25 19:23:34] >>3 -[2013-09-25 19:24:34] >>3 -[2013-09-25 19:25:34] >>3 -[2013-09-25 19:26:35] >>3 -[2013-09-25 19:26:36] 7 -[2013-09-25 19:26:38] 3 -[2013-09-25 19:26:39] >3 -[2013-09-25 19:27:39] >>3 -[2013-09-25 19:28:39] >>3 -[2013-09-25 19:29:40] >>3 -[2013-09-25 19:30:40] >>3 -[2013-09-25 19:31:40] >>3 -[2013-09-25 19:32:40] >>3 -[2013-09-25 19:33:33] 7 -[2013-09-25 19:33:35] 3 -[2013-09-25 19:33:36] >3 -[2013-09-25 19:34:36] >>3 -[2013-09-25 19:35:02] 21 -[2013-09-25 19:35:04] >21 -[2013-09-25 19:35:20] 1 -[2013-09-25 19:35:21] >1 -[2013-09-25 19:36:21] >>1 -[2013-09-25 19:37:21] >>1 -[2013-09-25 19:38:22] >>1 -[2013-09-25 19:39:05] 3 -[2013-09-25 19:39:07] >3 -[2013-09-25 19:40:07] >>3 -[2013-09-25 19:41:07] >>3 -[2013-09-25 19:42:07] >>3 -[2013-09-25 19:42:13] 7 -[2013-09-25 19:42:14] 3 -[2013-09-25 19:42:14] 7 -[2013-09-25 19:42:16] >7 -[2013-09-25 19:43:05] 3 -[2013-09-25 19:43:06] >3 -[2013-09-25 19:44:06] >>3 -[2013-09-25 19:44:57] 7 -[2013-09-25 19:44:58] >7 -[2013-09-25 19:45:01] 3 -[2013-09-25 19:45:03] >3 -[2013-09-25 19:46:02] >>3 -[2013-09-25 19:47:03] >>3 -[2013-09-25 19:48:03] >>3 -[2013-09-25 19:49:03] >>3 -[2013-09-25 19:49:08] 7 -[2013-09-25 19:49:10] >7 -[2013-09-25 19:50:10] >>7 -[2013-09-25 19:51:10] >>7 -[2013-09-25 19:52:10] >>7 -[2013-09-25 19:52:30] 3 -[2013-09-25 19:52:31] >3 -[2013-09-25 19:53:31] >>3 -[2013-09-25 19:54:31] >>3 -[2013-09-25 19:55:31] >>3 -[2013-09-25 19:56:32] >>3 -[2013-09-25 19:57:32] >>3 -[2013-09-25 19:58:32] >>3 -[2013-09-25 19:58:59] 7 -[2013-09-25 19:59:00] >7 -[2013-09-25 19:59:04] 3 -[2013-09-25 19:59:06] >3 -[2013-09-25 20:00:05] >>3 -[2013-09-25 20:01:05] >>3 -[2013-09-25 20:02:06] >>3 -[2013-09-25 20:03:06] >>3 -[2013-09-25 20:04:06] >>3 -[2013-09-25 20:05:06] >>3 -[2013-09-25 20:05:55] 7 -[2013-09-25 20:05:57] >7 -[2013-09-25 20:05:58] 3 -[2013-09-25 20:05:59] >3 -[2013-09-25 20:06:59] >>3 -[2013-09-25 20:07:59] >>3 -[2013-09-25 20:08:59] >>3 -[2013-09-25 20:10:00] >>3 -[2013-09-25 20:11:00] >>3 -[2013-09-25 20:12:00] >>3 -[2013-09-25 20:13:00] >>3 -[2013-09-25 20:13:01] 7 -[2013-09-25 20:13:03] >7 -[2013-09-25 20:13:05] 3 -[2013-09-25 20:13:06] >3 -[2013-09-25 20:13:10] 1 -[2013-09-25 20:13:12] >1 -[2013-09-25 20:13:21] 3 -[2013-09-25 20:13:22] >3 -[2013-09-25 20:13:26] 1 -[2013-09-25 20:13:28] >1 -[2013-09-25 20:13:39] 3 -[2013-09-25 20:13:40] >3 -[2013-09-25 20:14:40] >>3 -[2013-09-25 20:15:40] >>3 -[2013-09-25 20:16:40] >>3 -[2013-09-25 20:17:41] >>3 -[2013-09-25 20:18:25] 1 -[2013-09-25 20:18:26] >1 -[2013-09-25 20:18:40] 5 -[2013-09-25 20:18:42] >5 -[2013-09-25 20:18:57] 1 -[2013-09-25 20:18:59] >1 -[2013-09-25 20:19:06] 5 -[2013-09-25 20:19:07] 1 -[2013-09-25 20:19:08] 5 -[2013-09-25 20:19:10] >5 -[2013-09-25 20:19:19] 1 -[2013-09-25 20:19:20] >1 -[2013-09-25 20:19:31] 5 -[2013-09-25 20:19:32] 1 -[2013-09-25 20:19:33] 5 -[2013-09-25 20:19:34] >5 -[2013-09-25 20:19:37] 1 -[2013-09-25 20:19:38] >1 -[2013-09-25 20:20:38] >>1 -[2013-09-25 20:21:00] 5 -[2013-09-25 20:21:02] >5 -[2013-09-25 20:21:09] 1 -[2013-09-25 20:21:11] >1 -[2013-09-25 20:22:10] >>1 -[2013-09-25 20:22:12] 5 -[2013-09-25 20:22:14] >5 -[2013-09-25 20:22:21] 1 -[2013-09-25 20:22:22] >1 -[2013-09-25 20:22:36] 5 -[2013-09-25 20:22:38] >5 -[2013-09-25 20:22:53] 1 -[2013-09-25 20:22:55] >1 -[2013-09-25 20:23:18] 5 -[2013-09-25 20:23:19] >5 -[2013-09-25 20:23:21] 25 -[2013-09-25 20:23:23] >25 -[2013-09-25 20:24:23] >>25 -[2013-09-25 20:25:14] 5 -[2013-09-25 20:25:15] >5 -[2013-09-25 20:25:57] 7 -[2013-09-25 20:25:58] >7 -[2013-09-25 20:26:58] >>7 -[2013-09-25 20:27:58] >>7 -[2013-09-25 20:28:58] >>7 -[2013-09-25 20:29:42] 5 -[2013-09-25 20:29:43] >5 -[2013-09-25 20:30:24] 1 -[2013-09-25 20:30:26] >1 -[2013-09-25 20:31:13] 5 -[2013-09-25 20:31:15] >5 -[2013-09-25 20:31:40] 1 -[2013-09-25 20:31:42] >1 -[2013-09-25 20:31:43] 5 -[2013-09-25 20:31:44] >5 -[2013-09-25 20:32:29] 1 -[2013-09-25 20:32:31] >1 -[2013-09-25 20:32:33] 5 -[2013-09-25 20:32:35] >5 -[2013-09-25 20:32:53] 1 -[2013-09-25 20:32:55] >1 -[2013-09-25 20:32:55] 21 -[2013-09-25 20:32:57] >21 -[2013-09-25 20:32:59] 25 -[2013-09-25 20:33:01] >25 -[2013-09-25 20:33:05] 21 -[2013-09-25 20:33:06] >21 -[2013-09-25 20:33:45] 1 -[2013-09-25 20:33:47] >1 -[2013-09-25 20:34:27] 5 -[2013-09-25 20:34:29] 7 -[2013-09-25 20:34:30] 3 -[2013-09-25 20:34:31] >3 -[2013-09-25 20:35:31] >>3 -[2013-09-25 20:36:30] 7 -[2013-09-25 20:36:31] 3 -[2013-09-25 20:36:32] 7 -[2013-09-25 20:36:33] >7 -[2013-09-25 20:36:40] 3 -[2013-09-25 20:36:41] >3 -[2013-09-25 20:37:41] >>3 -[2013-09-25 20:38:26] 7 -[2013-09-25 20:38:28] >7 -[2013-09-25 20:39:09] 3 -[2013-09-25 20:39:11] >3 -[2013-09-25 20:39:19] 7 -[2013-09-25 20:39:21] >7 -[2013-09-25 20:39:28] 3 -[2013-09-25 20:39:30] >3 -[2013-09-25 20:39:54] 7 -[2013-09-25 20:39:56] >7 -[2013-09-25 20:40:56] >>7 -[2013-09-25 20:41:26] 3 -[2013-09-25 20:41:28] >3 -[2013-09-25 20:42:00] 7 -[2013-09-25 20:42:01] >7 -[2013-09-25 20:43:01] >>7 -[2013-09-25 20:43:25] 3 -[2013-09-25 20:43:26] >3 -[2013-09-25 20:44:26] >>3 -[2013-09-25 20:44:34] 7 -[2013-09-25 20:44:35] >7 -[2013-09-25 20:45:35] >>7 -[2013-09-25 20:45:37] 3 -[2013-09-25 20:45:39] >3 -[2013-09-25 20:46:38] >>3 -[2013-09-25 20:46:54] 7 -[2013-09-25 20:46:55] 3 -[2013-09-25 20:46:56] >3 -[2013-09-25 20:46:59] 7 -[2013-09-25 20:47:01] >7 -[2013-09-25 20:47:26] 3 -[2013-09-25 20:47:28] >3 -[2013-09-25 20:48:27] >>3 -[2013-09-25 20:48:30] 7 -[2013-09-25 20:48:31] >7 -[2013-09-25 20:48:33] 3 -[2013-09-25 20:48:34] >3 -[2013-09-25 20:49:34] >>3 -[2013-09-25 20:50:34] >>3 -[2013-09-25 20:51:35] >>3 -[2013-09-25 20:52:35] >>3 -[2013-09-25 20:53:35] >>3 -[2013-09-25 20:54:35] >>3 -[2013-09-25 20:55:26] 7 -[2013-09-25 20:55:28] >7 -[2013-09-25 20:55:30] 3 -[2013-09-25 20:55:31] >3 -[2013-09-25 20:56:31] >>3 -[2013-09-25 20:57:31] >>3 -[2013-09-25 20:58:31] >>3 -[2013-09-25 20:59:32] >>3 -[2013-09-25 20:59:41] 7 -[2013-09-25 20:59:43] >7 -[2013-09-25 21:00:43] >>7 -[2013-09-25 21:01:29] 3 -[2013-09-25 21:01:31] >3 -[2013-09-25 21:02:09] 7 -[2013-09-25 21:02:10] >7 -[2013-09-25 21:03:10] >>7 -[2013-09-25 21:04:10] >>7 -[2013-09-25 21:05:10] >>7 -[2013-09-25 21:06:11] >>7 -[2013-09-25 21:07:11] >>7 -[2013-09-25 21:08:11] >>7 -[2013-09-25 21:08:45] 3 -[2013-09-25 21:08:47] >3 -[2013-09-25 21:09:28] 7 -[2013-09-25 21:09:30] >7 -[2013-09-25 21:09:35] 3 -[2013-09-25 21:09:36] >3 -[2013-09-25 21:09:49] 7 -[2013-09-25 21:09:51] >7 -[2013-09-25 21:10:51] >>7 -[2013-09-25 21:11:51] >>7 -[2013-09-25 21:12:00] 3 -[2013-09-25 21:12:01] >3 -[2013-09-25 21:12:39] 7 -[2013-09-25 21:12:41] >7 -[2013-09-25 21:13:41] >>7 -[2013-09-25 21:14:31] 3 -[2013-09-25 21:14:33] >3 -[2013-09-25 21:15:33] >>3 -[2013-09-25 21:16:33] >>3 -[2013-09-25 21:16:35] 7 -[2013-09-25 21:16:36] >7 -[2013-09-25 21:17:16] 3 -[2013-09-25 21:17:18] >3 -[2013-09-25 21:17:33] 7 -[2013-09-25 21:17:34] >7 -[2013-09-25 21:18:34] >>7 -[2013-09-25 21:19:34] >>7 -[2013-09-25 21:20:34] >>7 -[2013-09-25 21:21:17] 3 -[2013-09-25 21:21:19] >3 -[2013-09-25 21:22:18] >>3 -[2013-09-25 21:23:19] >>3 -[2013-09-25 21:23:31] 7 -[2013-09-25 21:23:33] >7 -[2013-09-25 21:23:37] 3 -[2013-09-25 21:23:38] >3 -[2013-09-25 21:24:38] >>3 -[2013-09-25 21:25:38] >>3 -[2013-09-25 21:26:38] >>3 -[2013-09-25 21:27:39] >>3 -[2013-09-25 21:28:39] >>3 -[2013-09-25 21:29:39] >>3 -[2013-09-25 21:30:37] 7 -[2013-09-25 21:30:38] >7 -[2013-09-25 21:30:42] 3 -[2013-09-25 21:30:43] >3 -[2013-09-25 21:31:43] >>3 -[2013-09-25 21:32:43] >>3 -[2013-09-25 21:33:43] >>3 -[2013-09-25 21:34:21] 21 -[2013-09-25 21:34:22] 1 -[2013-09-25 21:34:24] >1 -[2013-09-25 21:34:31] 3 -[2013-09-25 21:34:33] >3 -[2013-09-25 21:34:54] 7 -[2013-09-25 21:34:55] >7 -[2013-09-25 21:35:06] 3 -[2013-09-25 21:35:08] >3 -[2013-09-25 21:35:13] 7 -[2013-09-25 21:35:15] >7 -[2013-09-25 21:35:32] 3 -[2013-09-25 21:35:34] >3 -[2013-09-25 21:36:00] 7 -[2013-09-25 21:36:01] >7 -[2013-09-25 21:36:15] 3 -[2013-09-25 21:36:17] >3 -[2013-09-25 21:37:02] 7 -[2013-09-25 21:37:02] 3 -[2013-09-25 21:37:04] >3 -[2013-09-25 21:37:07] 7 -[2013-09-25 21:37:09] >7 -[2013-09-25 21:38:08] >>7 -[2013-09-25 21:38:45] 3 -[2013-09-25 21:38:46] >3 -[2013-09-25 21:39:46] >>3 -[2013-09-25 21:40:12] 7 -[2013-09-25 21:40:14] >7 -[2013-09-25 21:41:13] >>7 -[2013-09-25 21:41:22] 3 -[2013-09-25 21:41:23] >3 -[2013-09-25 21:42:23] >>3 -[2013-09-25 21:43:23] >>3 -[2013-09-25 21:44:23] >>3 -[2013-09-25 21:44:40] 7 -[2013-09-25 21:44:41] >7 -[2013-09-25 21:44:45] 3 -[2013-09-25 21:44:46] >3 -[2013-09-25 21:45:46] >>3 -[2013-09-25 21:46:46] >>3 -[2013-09-25 21:47:47] >>3 -[2013-09-25 21:48:47] >>3 -[2013-09-25 21:48:50] 7 -[2013-09-25 21:48:52] >7 -[2013-09-25 21:49:52] >>7 -[2013-09-25 21:50:09] 3 -[2013-09-25 21:50:11] >3 -[2013-09-25 21:51:11] >>3 -[2013-09-25 21:51:36] 7 -[2013-09-25 21:51:37] >7 -[2013-09-25 21:51:45] 3 -[2013-09-25 21:51:47] >3 -[2013-09-25 21:52:46] >>3 -[2013-09-25 21:53:47] >>3 -[2013-09-25 21:54:47] >>3 -[2013-09-25 21:55:47] >>3 -[2013-09-25 21:56:47] >>3 -[2013-09-25 21:57:47] >>3 -[2013-09-25 21:58:42] 7 -[2013-09-25 21:58:44] 3 -[2013-09-25 21:58:45] >3 -[2013-09-25 21:59:45] >>3 -[2013-09-25 22:00:45] >>3 -[2013-09-25 22:01:26] 1 -[2013-09-25 22:01:28] >1 -[2013-09-25 22:01:48] 3 -[2013-09-25 22:01:50] >3 -[2013-09-25 22:02:50] >>3 -[2013-09-25 22:03:50] >>3 -[2013-09-25 22:04:50] >>3 -[2013-09-25 22:05:38] 7 -[2013-09-25 22:05:40] >7 -[2013-09-25 22:05:43] 3 -[2013-09-25 22:05:44] >3 -[2013-09-25 22:06:44] >>3 -[2013-09-25 22:07:44] >>3 -[2013-09-25 22:08:44] >>3 -[2013-09-25 22:09:45] >>3 -[2013-09-25 22:10:45] >>3 -[2013-09-25 22:11:25] 7 -[2013-09-25 22:11:26] >7 -[2013-09-25 22:12:02] 3 -[2013-09-25 22:12:04] >3 -[2013-09-25 22:12:21] 7 -[2013-09-25 22:12:23] >7 -[2013-09-25 22:12:32] 3 -[2013-09-25 22:12:33] >3 -[2013-09-25 22:12:43] 7 -[2013-09-25 22:12:45] >7 -[2013-09-25 22:13:13] 3 -[2013-09-25 22:13:15] >3 -[2013-09-25 22:14:15] >>3 -[2013-09-25 22:15:15] >>3 -[2013-09-25 22:16:15] >>3 -[2013-09-25 22:16:57] 7 -[2013-09-25 22:16:59] >7 -[2013-09-25 22:17:59] >>7 -[2013-09-25 22:18:28] 3 -[2013-09-25 22:18:28] 7 -[2013-09-25 22:18:30] >7 -[2013-09-25 22:19:30] >>7 -[2013-09-25 22:19:36] 3 -[2013-09-25 22:19:37] >3 -[2013-09-25 22:19:41] 7 -[2013-09-25 22:19:43] >7 -[2013-09-25 22:19:47] 3 -[2013-09-25 22:19:49] >3 -[2013-09-25 22:20:49] >>3 -[2013-09-25 22:20:57] 7 -[2013-09-25 22:20:59] >7 -[2013-09-25 22:21:59] >>7 -[2013-09-25 22:22:59] >>7 -[2013-09-25 22:23:00] 3 -[2013-09-25 22:23:02] >3 -[2013-09-25 22:24:02] >>3 -[2013-09-25 22:24:43] 7 -[2013-09-25 22:24:44] 3 -[2013-09-25 22:24:46] >3 -[2013-09-25 22:25:00] 7 -[2013-09-25 22:25:02] >7 -[2013-09-25 22:26:02] >>7 -[2013-09-25 22:27:02] >>7 -[2013-09-25 22:28:02] >>7 -[2013-09-25 22:29:02] >>7 -[2013-09-25 22:30:02] >>7 -[2013-09-25 22:30:14] 3 -[2013-09-25 22:30:16] >3 -[2013-09-25 22:30:25] 7 -[2013-09-25 22:30:26] 3 -[2013-09-25 22:30:27] >3 -[2013-09-25 22:30:38] 7 -[2013-09-25 22:30:39] 3 -[2013-09-25 22:30:39] 7 -[2013-09-25 22:30:41] >7 -[2013-09-25 22:31:25] 3 -[2013-09-25 22:31:26] >3 -[2013-09-25 22:32:19] 7 -[2013-09-25 22:32:21] >7 -[2013-09-25 22:32:22] 3 -[2013-09-25 22:32:24] >3 -[2013-09-25 22:33:24] >>3 -[2013-09-25 22:33:43] 7 -[2013-09-25 22:33:45] >7 -[2013-09-25 22:33:55] 3 -[2013-09-25 22:33:57] >3 -[2013-09-25 22:34:20] 7 -[2013-09-25 22:34:21] >7 -[2013-09-25 22:35:21] >>7 -[2013-09-25 22:36:21] >>7 -[2013-09-25 22:36:48] 3 -[2013-09-25 22:36:50] >3 -[2013-09-25 22:37:07] 7 -[2013-09-25 22:37:08] >7 -[2013-09-25 22:37:39] 3 -[2013-09-25 22:37:41] >3 -[2013-09-25 22:38:24] 7 -[2013-09-25 22:38:26] >7 -[2013-09-25 22:39:26] >>7 -[2013-09-25 22:39:41] 3 -[2013-09-25 22:39:43] >3 -[2013-09-25 22:40:43] >>3 -[2013-09-25 22:40:49] 7 -[2013-09-25 22:40:51] >7 -[2013-09-25 22:41:00] 3 -[2013-09-25 22:41:02] >3 -[2013-09-25 22:42:01] >>3 -[2013-09-25 22:43:01] >>3 -[2013-09-25 22:44:02] >>3 -[2013-09-25 22:45:02] >>3 -[2013-09-25 22:46:02] >>3 -[2013-09-25 22:47:02] >>3 -[2013-09-25 22:47:09] 7 -[2013-09-25 22:47:10] 3 -[2013-09-25 22:47:11] 7 -[2013-09-25 22:47:12] >7 -[2013-09-25 22:47:47] 3 -[2013-09-25 22:47:49] >3 -[2013-09-25 22:48:49] >>3 -[2013-09-25 22:49:49] >>3 -[2013-09-25 22:50:49] >>3 -[2013-09-25 22:51:49] >>3 -[2013-09-25 22:52:50] >>3 -[2013-09-25 22:53:50] >>3 -[2013-09-25 22:54:50] >>3 -[2013-09-25 22:54:52] 7 -[2013-09-25 22:54:53] 3 -[2013-09-25 22:54:55] >3 -[2013-09-25 22:55:55] >>3 -[2013-09-25 22:56:55] >>3 -[2013-09-25 22:57:55] >>3 -[2013-09-25 22:58:55] >>3 -[2013-09-25 22:59:55] >>3 -[2013-09-25 23:00:56] >>3 -[2013-09-25 23:01:48] 7 -[2013-09-25 23:01:50] >7 -[2013-09-25 23:01:50] 3 -[2013-09-25 23:01:52] >3 -[2013-09-25 23:02:51] >>3 -[2013-09-25 23:03:52] >>3 -[2013-09-25 23:04:52] >>3 -[2013-09-25 23:05:52] >>3 -[2013-09-25 23:06:52] >>3 -[2013-09-25 23:07:52] >>3 -[2013-09-25 23:08:53] >>3 -[2013-09-25 23:08:54] 7 -[2013-09-25 23:08:56] 3 -[2013-09-25 23:08:58] >3 -[2013-09-25 23:09:57] >>3 -[2013-09-25 23:10:57] >>3 -[2013-09-25 23:11:58] >>3 -[2013-09-25 23:12:58] >>3 -[2013-09-25 23:13:58] >>3 -[2013-09-25 23:14:58] >>3 -[2013-09-25 23:15:51] 7 -[2013-09-25 23:15:52] >7 -[2013-09-25 23:15:53] 3 -[2013-09-25 23:15:55] >3 -[2013-09-25 23:16:55] >>3 -[2013-09-25 23:17:55] >>3 -[2013-09-25 23:18:55] >>3 -[2013-09-25 23:19:55] >>3 -[2013-09-25 23:20:55] >>3 -[2013-09-25 23:21:56] >>3 -[2013-09-25 23:22:56] >>3 -[2013-09-25 23:22:56] 7 -[2013-09-25 23:22:58] >7 -[2013-09-25 23:22:59] 3 -[2013-09-25 23:23:00] >3 -[2013-09-25 23:24:00] >>3 -[2013-09-25 23:25:00] >>3 -[2013-09-25 23:26:00] >>3 -[2013-09-25 23:27:01] >>3 -[2013-09-25 23:28:01] >>3 -[2013-09-25 23:29:01] >>3 -[2013-09-25 23:29:53] 7 -[2013-09-25 23:29:55] 3 -[2013-09-25 23:29:56] >3 -[2013-09-25 23:30:56] >>3 -[2013-09-25 23:31:56] >>3 -[2013-09-25 23:32:30] 21 -[2013-09-25 23:32:30] 1 -[2013-09-25 23:32:32] >1 -[2013-09-25 23:32:35] 3 -[2013-09-25 23:32:37] >3 -[2013-09-25 23:32:41] 21 -[2013-09-25 23:32:41] 1 -[2013-09-25 23:32:43] >1 -[2013-09-25 23:33:00] 3 -[2013-09-25 23:33:01] >3 -[2013-09-25 23:34:01] >>3 -[2013-09-25 23:35:01] >>3 -[2013-09-25 23:36:01] >>3 -[2013-09-25 23:36:59] 7 -[2013-09-25 23:37:01] 3 -[2013-09-25 23:37:02] >3 -[2013-09-25 23:38:02] >>3 -[2013-09-25 23:39:02] >>3 -[2013-09-25 23:40:02] >>3 -[2013-09-25 23:41:03] >>3 -[2013-09-25 23:42:03] >>3 -[2013-09-25 23:43:03] >>3 -[2013-09-25 23:43:55] 7 -[2013-09-25 23:43:57] >7 -[2013-09-25 23:43:58] 3 -[2013-09-25 23:43:59] >3 -[2013-09-25 23:44:59] >>3 -[2013-09-25 23:45:59] >>3 -[2013-09-25 23:46:59] >>3 -[2013-09-25 23:48:00] >>3 -[2013-09-25 23:49:00] >>3 -[2013-09-25 23:50:00] >>3 -[2013-09-25 23:51:00] >>3 -[2013-09-25 23:51:01] 7 -[2013-09-25 23:51:03] >7 -[2013-09-25 23:51:04] 3 -[2013-09-25 23:51:05] >3 -[2013-09-25 23:52:05] >>3 -[2013-09-25 23:53:05] >>3 -[2013-09-25 23:54:05] >>3 -[2013-09-25 23:55:06] >>3 -[2013-09-25 23:56:06] >>3 -[2013-09-25 23:57:06] >>3 -[2013-09-25 23:57:58] 7 -[2013-09-25 23:57:59] >7 -[2013-09-25 23:58:00] 3 -[2013-09-25 23:58:02] >3 -[2013-09-25 23:59:01] >>3 -[2013-09-26 00:00:01] >>3 -[2013-09-26 00:01:02] >>3 -[2013-09-26 00:02:02] >>3 -[2013-09-26 00:03:02] >>3 -[2013-09-26 00:04:02] >>3 -[2013-09-26 00:05:03] >>3 -[2013-09-26 00:05:04] 7 -[2013-09-26 00:05:06] 3 -[2013-09-26 00:05:07] >3 -[2013-09-26 00:06:07] >>3 -[2013-09-26 00:07:07] >>3 -[2013-09-26 00:08:08] >>3 -[2013-09-26 00:09:08] >>3 -[2013-09-26 00:10:08] >>3 -[2013-09-26 00:11:08] >>3 -[2013-09-26 00:12:00] 7 -[2013-09-26 00:12:02] 3 -[2013-09-26 00:12:04] >3 -[2013-09-26 00:13:03] >>3 -[2013-09-26 00:14:04] >>3 -[2013-09-26 00:15:04] >>3 -[2013-09-26 00:16:04] >>3 -[2013-09-26 00:16:47] 1 -[2013-09-26 00:16:48] >1 -[2013-09-26 00:16:52] 3 -[2013-09-26 00:16:54] >3 -[2013-09-26 00:17:53] >>3 -[2013-09-26 00:18:53] >>3 -[2013-09-26 00:19:06] 7 -[2013-09-26 00:19:08] 3 -[2013-09-26 00:19:09] >3 -[2013-09-26 00:20:09] >>3 -[2013-09-26 00:21:09] >>3 -[2013-09-26 00:22:09] >>3 -[2013-09-26 00:23:10] >>3 -[2013-09-26 00:24:10] >>3 -[2013-09-26 00:25:10] >>3 -[2013-09-26 00:26:03] 7 -[2013-09-26 00:26:04] >7 -[2013-09-26 00:26:40] 3 -[2013-09-26 00:26:41] >3 -[2013-09-26 00:27:41] >>3 -[2013-09-26 00:28:41] >>3 -[2013-09-26 00:29:41] >>3 -[2013-09-26 00:30:42] >>3 -[2013-09-26 00:31:42] >>3 -[2013-09-26 00:32:42] >>3 -[2013-09-26 00:33:09] 7 -[2013-09-26 00:33:10] >7 -[2013-09-26 00:33:11] 3 -[2013-09-26 00:33:12] >3 -[2013-09-26 00:34:12] >>3 -[2013-09-26 00:35:12] >>3 -[2013-09-26 00:36:13] >>3 -[2013-09-26 00:37:13] >>3 -[2013-09-26 00:38:13] >>3 -[2013-09-26 00:39:13] >>3 -[2013-09-26 00:40:05] 7 -[2013-09-26 00:40:07] 3 -[2013-09-26 00:40:09] >3 -[2013-09-26 00:41:08] >>3 -[2013-09-26 00:42:09] >>3 -[2013-09-26 00:43:09] >>3 -[2013-09-26 00:44:09] >>3 -[2013-09-26 00:45:09] >>3 -[2013-09-26 00:46:09] >>3 -[2013-09-26 00:47:10] >>3 -[2013-09-26 00:47:11] 7 -[2013-09-26 00:47:13] >7 -[2013-09-26 00:47:13] 3 -[2013-09-26 00:47:15] >3 -[2013-09-26 00:48:15] >>3 -[2013-09-26 00:49:15] >>3 -[2013-09-26 00:50:15] >>3 -[2013-09-26 00:51:15] >>3 -[2013-09-26 00:52:16] >>3 -[2013-09-26 00:53:16] >>3 -[2013-09-26 00:54:07] 7 -[2013-09-26 00:54:09] >7 -[2013-09-26 00:54:10] 3 -[2013-09-26 00:54:11] >3 -[2013-09-26 00:55:11] >>3 -[2013-09-26 00:56:11] >>3 -[2013-09-26 00:57:12] >>3 -[2013-09-26 00:58:12] >>3 -[2013-09-26 00:59:12] >>3 -[2013-09-26 01:00:12] >>3 -[2013-09-26 01:01:12] >>3 -[2013-09-26 01:01:13] 7 -[2013-09-26 01:01:15] >7 -[2013-09-26 01:01:16] 3 -[2013-09-26 01:01:17] >3 -[2013-09-26 01:02:17] >>3 -[2013-09-26 01:03:17] >>3 -[2013-09-26 01:04:17] >>3 -[2013-09-26 01:05:18] >>3 -[2013-09-26 01:06:18] >>3 -[2013-09-26 01:07:18] >>3 -[2013-09-26 01:08:10] 7 -[2013-09-26 01:08:12] 3 -[2013-09-26 01:08:14] >3 -[2013-09-26 01:09:13] >>3 -[2013-09-26 01:10:13] >>3 -[2013-09-26 01:11:14] >>3 -[2013-09-26 01:12:14] >>3 -[2013-09-26 01:13:14] >>3 -[2013-09-26 01:14:14] >>3 -[2013-09-26 01:15:14] >>3 -[2013-09-26 01:15:16] 7 -[2013-09-26 01:15:18] 3 -[2013-09-26 01:15:19] >3 -[2013-09-26 01:16:19] >>3 -[2013-09-26 01:17:19] >>3 -[2013-09-26 01:18:19] >>3 -[2013-09-26 01:19:20] >>3 -[2013-09-26 01:20:20] >>3 -[2013-09-26 01:21:20] >>3 -[2013-09-26 01:22:12] 7 -[2013-09-26 01:22:14] >7 -[2013-09-26 01:22:15] 3 -[2013-09-26 01:22:16] >3 -[2013-09-26 01:23:16] >>3 -[2013-09-26 01:23:28] 1 -[2013-09-26 01:23:29] >1 -[2013-09-26 01:23:49] 3 -[2013-09-26 01:23:51] >3 -[2013-09-26 01:24:50] >>3 -[2013-09-26 01:25:50] >>3 -[2013-09-26 01:26:51] >>3 -[2013-09-26 01:27:51] >>3 -[2013-09-26 01:28:51] >>3 -[2013-09-26 01:29:19] 7 -[2013-09-26 01:29:20] 3 -[2013-09-26 01:29:22] >3 -[2013-09-26 01:30:22] >>3 -[2013-09-26 01:31:22] >>3 -[2013-09-26 01:32:22] >>3 -[2013-09-26 01:33:22] >>3 -[2013-09-26 01:34:23] >>3 -[2013-09-26 01:35:23] >>3 -[2013-09-26 01:36:15] 7 -[2013-09-26 01:36:17] >7 -[2013-09-26 01:36:17] 3 -[2013-09-26 01:36:19] >3 -[2013-09-26 01:37:19] >>3 -[2013-09-26 01:38:19] >>3 -[2013-09-26 01:39:19] >>3 -[2013-09-26 01:40:19] >>3 -[2013-09-26 01:41:19] >>3 -[2013-09-26 01:42:20] >>3 -[2013-09-26 01:43:20] >>3 -[2013-09-26 01:43:21] 7 -[2013-09-26 01:43:23] 3 -[2013-09-26 01:43:24] >3 -[2013-09-26 01:44:24] >>3 -[2013-09-26 01:45:24] >>3 -[2013-09-26 01:46:24] >>3 -[2013-09-26 01:47:25] >>3 -[2013-09-26 01:48:25] >>3 -[2013-09-26 01:49:25] >>3 -[2013-09-26 01:50:18] 7 -[2013-09-26 01:50:19] 3 -[2013-09-26 01:50:21] >3 -[2013-09-26 01:51:21] >>3 -[2013-09-26 01:52:21] >>3 -[2013-09-26 01:53:21] >>3 -[2013-09-26 01:54:21] >>3 -[2013-09-26 01:55:21] >>3 -[2013-09-26 01:56:22] >>3 -[2013-09-26 01:57:22] >>3 -[2013-09-26 01:57:23] 7 -[2013-09-26 01:57:25] >7 -[2013-09-26 01:57:26] 3 -[2013-09-26 01:57:27] >3 -[2013-09-26 01:58:27] >>3 -[2013-09-26 01:59:27] >>3 -[2013-09-26 02:00:27] >>3 -[2013-09-26 02:01:28] >>3 -[2013-09-26 02:02:28] >>3 -[2013-09-26 02:03:28] >>3 -[2013-09-26 02:04:20] 7 -[2013-09-26 02:04:21] 3 -[2013-09-26 02:04:23] >3 -[2013-09-26 02:05:23] >>3 -[2013-09-26 02:06:23] >>3 -[2013-09-26 02:07:23] >>3 -[2013-09-26 02:08:23] >>3 -[2013-09-26 02:09:24] >>3 -[2013-09-26 02:10:24] >>3 -[2013-09-26 02:11:24] >>3 -[2013-09-26 02:11:26] 7 -[2013-09-26 02:11:28] 3 -[2013-09-26 02:11:29] >3 -[2013-09-26 02:12:29] >>3 -[2013-09-26 02:13:29] >>3 -[2013-09-26 02:14:22] 1 -[2013-09-26 02:14:24] >1 -[2013-09-26 02:14:32] 3 -[2013-09-26 02:14:33] 1 -[2013-09-26 02:14:34] >1 -[2013-09-26 02:14:50] 21 -[2013-09-26 02:14:51] 1 -[2013-09-26 02:14:52] >1 -[2013-09-26 02:14:57] 3 -[2013-09-26 02:14:58] >3 -[2013-09-26 02:15:58] >>3 -[2013-09-26 02:16:58] >>3 -[2013-09-26 02:17:58] >>3 -[2013-09-26 02:18:22] 7 -[2013-09-26 02:18:24] >7 -[2013-09-26 02:18:25] 3 -[2013-09-26 02:18:26] >3 -[2013-09-26 02:19:26] >>3 -[2013-09-26 02:20:26] >>3 -[2013-09-26 02:21:26] >>3 -[2013-09-26 02:22:27] >>3 -[2013-09-26 02:23:27] >>3 -[2013-09-26 02:24:27] >>3 -[2013-09-26 02:25:27] >>3 -[2013-09-26 02:25:28] 7 -[2013-09-26 02:25:30] 3 -[2013-09-26 02:25:32] >3 -[2013-09-26 02:26:31] >>3 -[2013-09-26 02:27:32] >>3 -[2013-09-26 02:28:32] >>3 -[2013-09-26 02:29:32] >>3 -[2013-09-26 02:30:32] >>3 -[2013-09-26 02:31:32] >>3 -[2013-09-26 02:32:25] 7 -[2013-09-26 02:32:26] 3 -[2013-09-26 02:32:28] >3 -[2013-09-26 02:33:28] >>3 -[2013-09-26 02:34:28] >>3 -[2013-09-26 02:35:28] >>3 -[2013-09-26 02:36:28] >>3 -[2013-09-26 02:37:28] >>3 -[2013-09-26 02:38:29] >>3 -[2013-09-26 02:39:29] >>3 -[2013-09-26 02:39:31] 7 -[2013-09-26 02:39:33] 3 -[2013-09-26 02:39:34] >3 -[2013-09-26 02:40:34] >>3 -[2013-09-26 02:41:34] >>3 -[2013-09-26 02:42:34] >>3 -[2013-09-26 02:43:35] >>3 -[2013-09-26 02:44:35] >>3 -[2013-09-26 02:45:35] >>3 -[2013-09-26 02:46:27] 7 -[2013-09-26 02:46:29] 3 -[2013-09-26 02:46:30] >3 -[2013-09-26 02:47:30] >>3 -[2013-09-26 02:48:30] >>3 -[2013-09-26 02:49:31] >>3 -[2013-09-26 02:50:31] >>3 -[2013-09-26 02:51:31] >>3 -[2013-09-26 02:52:31] >>3 -[2013-09-26 02:53:31] >>3 -[2013-09-26 02:53:33] 7 -[2013-09-26 02:53:35] >7 -[2013-09-26 02:53:35] 3 -[2013-09-26 02:53:37] >3 -[2013-09-26 02:54:37] >>3 -[2013-09-26 02:55:37] >>3 -[2013-09-26 02:56:37] >>3 -[2013-09-26 02:57:37] >>3 -[2013-09-26 02:58:37] >>3 -[2013-09-26 02:59:38] >>3 -[2013-09-26 03:00:29] 7 -[2013-09-26 03:00:31] >7 -[2013-09-26 03:00:32] 3 -[2013-09-26 03:00:33] >3 -[2013-09-26 03:01:33] >>3 -[2013-09-26 03:02:33] >>3 -[2013-09-26 03:03:33] >>3 -[2013-09-26 03:04:34] >>3 -[2013-09-26 03:05:34] >>3 -[2013-09-26 03:06:34] >>3 -[2013-09-26 03:07:34] >>3 -[2013-09-26 03:07:35] 7 -[2013-09-26 03:07:37] >7 -[2013-09-26 03:07:38] 3 -[2013-09-26 03:07:39] >3 -[2013-09-26 03:08:39] >>3 -[2013-09-26 03:09:39] >>3 -[2013-09-26 03:10:39] >>3 -[2013-09-26 03:11:40] >>3 -[2013-09-26 03:12:40] >>3 -[2013-09-26 03:13:40] >>3 -[2013-09-26 03:14:32] 7 -[2013-09-26 03:14:34] 3 -[2013-09-26 03:14:36] >3 -[2013-09-26 03:15:35] >>3 -[2013-09-26 03:16:35] >>3 -[2013-09-26 03:17:36] >>3 -[2013-09-26 03:18:36] >>3 -[2013-09-26 03:19:36] >>3 -[2013-09-26 03:20:36] >>3 -[2013-09-26 03:21:36] >>3 -[2013-09-26 03:21:38] 7 -[2013-09-26 03:21:40] 3 -[2013-09-26 03:21:41] >3 -[2013-09-26 03:22:41] >>3 -[2013-09-26 03:23:13] 1 -[2013-09-26 03:23:15] 3 -[2013-09-26 03:23:16] >3 -[2013-09-26 03:23:43] 21 -[2013-09-26 03:23:43] 1 -[2013-09-26 03:23:45] >1 -[2013-09-26 03:23:58] 3 -[2013-09-26 03:24:00] >3 -[2013-09-26 03:24:59] >>3 -[2013-09-26 03:26:00] >>3 -[2013-09-26 03:27:00] >>3 -[2013-09-26 03:28:00] >>3 -[2013-09-26 03:28:35] 7 -[2013-09-26 03:28:36] 3 -[2013-09-26 03:28:38] >3 -[2013-09-26 03:29:08] 7 -[2013-09-26 03:29:10] >7 -[2013-09-26 03:30:09] >>7 -[2013-09-26 03:31:10] >>7 -[2013-09-26 03:32:10] >>7 -[2013-09-26 03:33:10] >>7 -[2013-09-26 03:34:10] >>7 -[2013-09-26 03:35:10] >>7 -[2013-09-26 03:35:20] 3 -[2013-09-26 03:35:21] >3 -[2013-09-26 03:35:40] 7 -[2013-09-26 03:35:42] >7 -[2013-09-26 03:35:46] 3 -[2013-09-26 03:35:47] >3 -[2013-09-26 03:35:57] 7 -[2013-09-26 03:35:59] >7 -[2013-09-26 03:36:58] >>7 -[2013-09-26 03:37:59] >>7 -[2013-09-26 03:38:08] 3 -[2013-09-26 03:38:09] >3 -[2013-09-26 03:38:51] 7 -[2013-09-26 03:38:53] >7 -[2013-09-26 03:39:06] 3 -[2013-09-26 03:39:08] >3 -[2013-09-26 03:40:08] >>3 -[2013-09-26 03:41:05] 7 -[2013-09-26 03:41:07] 3 -[2013-09-26 03:41:07] 7 -[2013-09-26 03:41:09] >7 -[2013-09-26 03:41:09] 3 -[2013-09-26 03:41:11] >3 -[2013-09-26 03:42:06] 7 -[2013-09-26 03:42:08] >7 -[2013-09-26 03:42:08] 3 -[2013-09-26 03:42:10] >3 -[2013-09-26 03:42:12] 7 -[2013-09-26 03:42:14] >7 -[2013-09-26 03:43:14] >>7 -[2013-09-26 03:44:14] >>7 -[2013-09-26 03:44:18] 3 -[2013-09-26 03:44:20] >3 -[2013-09-26 03:45:19] >>3 -[2013-09-26 03:46:19] >>3 -[2013-09-26 03:47:20] >>3 -[2013-09-26 03:48:20] >>3 -[2013-09-26 03:49:20] >>3 -[2013-09-26 03:49:25] 7 -[2013-09-26 03:49:27] >7 -[2013-09-26 03:49:50] 3 -[2013-09-26 03:49:52] >3 -[2013-09-26 03:50:22] 7 -[2013-09-26 03:50:23] 3 -[2013-09-26 03:50:25] >3 -[2013-09-26 03:50:32] 7 -[2013-09-26 03:50:33] >7 -[2013-09-26 03:51:33] >>7 -[2013-09-26 03:51:43] 5 -[2013-09-26 03:51:44] >5 -[2013-09-26 03:52:03] 7 -[2013-09-26 03:52:04] >7 -[2013-09-26 03:53:04] >>7 -[2013-09-26 03:54:04] >>7 -[2013-09-26 03:55:04] >>7 -[2013-09-26 03:56:04] >>7 -[2013-09-26 03:57:05] >>7 -[2013-09-26 03:58:05] >>7 -[2013-09-26 03:59:05] >>7 -[2013-09-26 04:00:05] >>7 -[2013-09-26 04:00:28] 3 -[2013-09-26 04:00:30] >3 -[2013-09-26 04:01:30] >>3 -[2013-09-26 04:02:30] >>3 -[2013-09-26 04:03:30] >>3 -[2013-09-26 04:03:45] 7 -[2013-09-26 04:03:47] >7 -[2013-09-26 04:03:48] 3 -[2013-09-26 04:03:50] >3 -[2013-09-26 04:04:49] >>3 -[2013-09-26 04:05:50] >>3 -[2013-09-26 04:06:50] >>3 -[2013-09-26 04:07:50] >>3 -[2013-09-26 04:08:50] >>3 -[2013-09-26 04:09:50] >>3 -[2013-09-26 04:10:42] 7 -[2013-09-26 04:10:43] >7 -[2013-09-26 04:10:46] 3 -[2013-09-26 04:10:47] >3 -[2013-09-26 04:10:57] 7 -[2013-09-26 04:10:59] >7 -[2013-09-26 04:11:15] 3 -[2013-09-26 04:11:17] >3 -[2013-09-26 04:12:17] >>3 -[2013-09-26 04:12:53] 7 -[2013-09-26 04:12:55] >7 -[2013-09-26 04:13:54] >>7 -[2013-09-26 04:14:54] >>7 -[2013-09-26 04:15:55] >>7 -[2013-09-26 04:16:55] >>7 -[2013-09-26 04:17:55] >>7 -[2013-09-26 04:17:58] 3 -[2013-09-26 04:17:59] >3 -[2013-09-26 04:18:05] 7 -[2013-09-26 04:18:07] >7 -[2013-09-26 04:19:06] >>7 -[2013-09-26 04:20:07] >>7 -[2013-09-26 04:21:07] >>7 -[2013-09-26 04:22:07] >>7 -[2013-09-26 04:23:07] >>7 -[2013-09-26 04:24:07] >>7 -[2013-09-26 04:25:08] >>7 -[2013-09-26 04:26:08] >>7 -[2013-09-26 04:27:08] >>7 -[2013-09-26 04:28:08] >>7 -[2013-09-26 04:29:08] >>7 -[2013-09-26 04:29:20] 3 -[2013-09-26 04:29:22] >3 -[2013-09-26 04:30:21] >>3 -[2013-09-26 04:31:05] 7 -[2013-09-26 04:31:07] >7 -[2013-09-26 04:32:06] >>7 -[2013-09-26 04:33:07] >>7 -[2013-09-26 04:34:07] >>7 -[2013-09-26 04:35:07] >>7 -[2013-09-26 04:35:58] 3 -[2013-09-26 04:36:00] >3 -[2013-09-26 04:36:40] 7 -[2013-09-26 04:36:42] >7 -[2013-09-26 04:37:42] >>7 -[2013-09-26 04:38:42] >>7 -[2013-09-26 04:39:42] >>7 -[2013-09-26 04:40:42] >>7 -[2013-09-26 04:41:43] >>7 -[2013-09-26 04:42:43] >>7 -[2013-09-26 04:43:43] >>7 -[2013-09-26 04:44:43] >>7 -[2013-09-26 04:45:43] >>7 -[2013-09-26 04:46:09] 3 -[2013-09-26 04:46:10] >3 -[2013-09-26 04:47:10] >>3 -[2013-09-26 04:48:10] >>3 -[2013-09-26 04:49:10] >>3 -[2013-09-26 04:50:11] >>3 -[2013-09-26 04:50:42] 7 -[2013-09-26 04:50:43] >7 -[2013-09-26 04:50:55] 3 -[2013-09-26 04:50:57] >3 -[2013-09-26 04:51:56] >>3 -[2013-09-26 04:52:00] 7 -[2013-09-26 04:52:02] >7 -[2013-09-26 04:52:14] 3 -[2013-09-26 04:52:16] >3 -[2013-09-26 04:52:49] 7 -[2013-09-26 04:52:51] >7 -[2013-09-26 04:52:55] 3 -[2013-09-26 04:52:57] >3 -[2013-09-26 04:53:56] >>3 -[2013-09-26 04:54:56] >>3 -[2013-09-26 04:55:03] 7 -[2013-09-26 04:55:05] >7 -[2013-09-26 04:56:04] >>7 -[2013-09-26 04:56:16] 3 -[2013-09-26 04:56:17] >3 -[2013-09-26 04:57:17] >>3 -[2013-09-26 04:58:17] >>3 -[2013-09-26 04:59:08] 7 -[2013-09-26 04:59:09] >7 -[2013-09-26 05:00:09] >>7 -[2013-09-26 05:01:09] >>7 -[2013-09-26 05:02:10] >>7 -[2013-09-26 05:03:10] >>7 -[2013-09-26 05:04:10] >>7 -[2013-09-26 05:05:10] >>7 -[2013-09-26 05:05:37] 3 -[2013-09-26 05:05:39] >3 -[2013-09-26 05:06:18] 7 -[2013-09-26 05:06:18] 3 -[2013-09-26 05:06:19] 7 -[2013-09-26 05:06:20] 3 -[2013-09-26 05:06:21] >3 -[2013-09-26 05:06:24] 7 -[2013-09-26 05:06:26] >7 -[2013-09-26 05:07:26] >>7 -[2013-09-26 05:08:26] >>7 -[2013-09-26 05:09:26] >>7 -[2013-09-26 05:10:03] 3 -[2013-09-26 05:10:05] >3 -[2013-09-26 05:10:51] 7 -[2013-09-26 05:10:53] >7 -[2013-09-26 05:11:52] >>7 -[2013-09-26 05:12:53] >>7 -[2013-09-26 05:13:02] 3 -[2013-09-26 05:13:03] >3 -[2013-09-26 05:13:58] 7 -[2013-09-26 05:13:59] >7 -[2013-09-26 05:14:01] 3 -[2013-09-26 05:14:03] >3 -[2013-09-26 05:15:03] >>3 -[2013-09-26 05:16:03] >>3 -[2013-09-26 05:16:47] 7 -[2013-09-26 05:16:47] 3 -[2013-09-26 05:16:49] >3 -[2013-09-26 05:16:57] 7 -[2013-09-26 05:16:59] >7 -[2013-09-26 05:17:33] 3 -[2013-09-26 05:17:35] >3 -[2013-09-26 05:17:51] 7 -[2013-09-26 05:17:53] >7 -[2013-09-26 05:18:52] >>7 -[2013-09-26 05:19:50] 3 -[2013-09-26 05:19:52] >3 -[2013-09-26 05:20:51] >>3 -[2013-09-26 05:20:54] 7 -[2013-09-26 05:20:56] >7 -[2013-09-26 05:21:01] 3 -[2013-09-26 05:21:03] >3 -[2013-09-26 05:22:03] >>3 -[2013-09-26 05:23:03] >>3 -[2013-09-26 05:24:03] >>3 -[2013-09-26 05:24:42] 7 -[2013-09-26 05:24:44] >7 -[2013-09-26 05:25:44] >>7 -[2013-09-26 05:25:49] 3 -[2013-09-26 05:25:50] >3 -[2013-09-26 05:26:50] >>3 -[2013-09-26 05:27:50] >>3 -[2013-09-26 05:28:00] 7 -[2013-09-26 05:28:02] >7 -[2013-09-26 05:28:05] 3 -[2013-09-26 05:28:06] >3 -[2013-09-26 05:29:06] >>3 -[2013-09-26 05:30:06] >>3 -[2013-09-26 05:31:06] >>3 -[2013-09-26 05:32:07] >>3 -[2013-09-26 05:33:07] >>3 -[2013-09-26 05:34:07] >>3 -[2013-09-26 05:34:56] 7 -[2013-09-26 05:34:58] >7 -[2013-09-26 05:35:00] 3 -[2013-09-26 05:35:02] >3 -[2013-09-26 05:36:01] >>3 -[2013-09-26 05:37:02] >>3 -[2013-09-26 05:38:02] >>3 -[2013-09-26 05:39:02] >>3 -[2013-09-26 05:40:02] >>3 -[2013-09-26 05:41:02] >>3 -[2013-09-26 05:42:03] 7 -[2013-09-26 05:42:04] >7 -[2013-09-26 05:42:05] 3 -[2013-09-26 05:42:06] >3 -[2013-09-26 05:43:06] >>3 -[2013-09-26 05:44:06] >>3 -[2013-09-26 05:45:07] >>3 -[2013-09-26 05:46:07] >>3 -[2013-09-26 05:47:07] >>3 -[2013-09-26 05:47:20] 7 -[2013-09-26 05:47:22] 3 -[2013-09-26 05:47:23] >3 -[2013-09-26 05:47:24] 7 -[2013-09-26 05:47:25] 3 -[2013-09-26 05:47:27] >3 -[2013-09-26 05:48:26] >>3 -[2013-09-26 05:48:59] 7 -[2013-09-26 05:49:01] >7 -[2013-09-26 05:49:02] 3 -[2013-09-26 05:49:04] >3 -[2013-09-26 05:50:04] >>3 -[2013-09-26 05:51:04] >>3 -[2013-09-26 05:52:04] >>3 -[2013-09-26 05:53:04] >>3 -[2013-09-26 05:54:04] >>3 -[2013-09-26 05:55:05] >>3 -[2013-09-26 05:56:05] 7 -[2013-09-26 05:56:06] >7 -[2013-09-26 05:56:08] 3 -[2013-09-26 05:56:09] >3 -[2013-09-26 05:57:09] >>3 -[2013-09-26 05:58:09] >>3 -[2013-09-26 05:59:09] >>3 -[2013-09-26 06:00:09] >>3 -[2013-09-26 06:01:10] >>3 -[2013-09-26 06:02:10] >>3 -[2013-09-26 06:03:01] 7 -[2013-09-26 06:03:03] >7 -[2013-09-26 06:03:05] 3 -[2013-09-26 06:03:06] >3 -[2013-09-26 06:04:06] >>3 -[2013-09-26 06:04:33] 7 -[2013-09-26 06:04:34] 3 -[2013-09-26 06:04:36] >3 -[2013-09-26 06:05:35] >>3 -[2013-09-26 06:06:40] >>3 -[2013-09-26 06:07:40] >>3 -[2013-09-26 06:08:40] >>3 -[2013-09-26 06:09:40] >>3 -[2013-09-26 06:10:07] 7 -[2013-09-26 06:10:09] >7 -[2013-09-26 06:10:09] 3 -[2013-09-26 06:10:11] >3 -[2013-09-26 06:11:11] >>3 -[2013-09-26 06:12:11] >>3 -[2013-09-26 06:13:11] >>3 -[2013-09-26 06:14:11] >>3 -[2013-09-26 06:15:12] >>3 -[2013-09-26 06:16:12] >>3 -[2013-09-26 06:17:04] 7 -[2013-09-26 06:17:05] >7 -[2013-09-26 06:17:07] 3 -[2013-09-26 06:17:09] >3 -[2013-09-26 06:18:09] >>3 -[2013-09-26 06:19:09] >>3 -[2013-09-26 06:20:09] >>3 -[2013-09-26 06:21:09] >>3 -[2013-09-26 06:22:10] >>3 -[2013-09-26 06:23:10] >>3 -[2013-09-26 06:24:10] 7 -[2013-09-26 06:24:12] >7 -[2013-09-26 06:24:13] 3 -[2013-09-26 06:24:15] >3 -[2013-09-26 06:25:15] >>3 -[2013-09-26 06:26:15] >>3 -[2013-09-26 06:27:15] >>3 -[2013-09-26 06:28:15] >>3 -[2013-09-26 06:29:15] >>3 -[2013-09-26 06:30:16] >>3 -[2013-09-26 06:31:06] 7 -[2013-09-26 06:31:08] >7 -[2013-09-26 06:31:08] 3 -[2013-09-26 06:31:10] >3 -[2013-09-26 06:32:10] >>3 -[2013-09-26 06:33:10] >>3 -[2013-09-26 06:34:10] >>3 -[2013-09-26 06:35:10] >>3 -[2013-09-26 06:36:11] >>3 -[2013-09-26 06:37:11] >>3 -[2013-09-26 06:38:11] >>3 -[2013-09-26 06:38:12] 7 -[2013-09-26 06:38:14] >7 -[2013-09-26 06:38:15] 3 -[2013-09-26 06:38:17] >3 -[2013-09-26 06:39:16] >>3 -[2013-09-26 06:40:16] >>3 -[2013-09-26 06:41:17] >>3 -[2013-09-26 06:42:17] >>3 -[2013-09-26 06:43:17] >>3 -[2013-09-26 06:44:17] >>3 -[2013-09-26 06:45:09] 7 -[2013-09-26 06:45:10] >7 -[2013-09-26 06:45:12] 3 -[2013-09-26 06:45:14] >3 -[2013-09-26 06:46:14] >>3 -[2013-09-26 06:47:14] >>3 -[2013-09-26 06:48:14] >>3 -[2013-09-26 06:49:14] >>3 -[2013-09-26 06:50:14] >>3 -[2013-09-26 06:51:15] >>3 -[2013-09-26 06:52:14] 7 -[2013-09-26 06:52:16] >7 -[2013-09-26 06:52:17] 3 -[2013-09-26 06:52:18] >3 -[2013-09-26 06:53:18] >>3 -[2013-09-26 06:54:18] >>3 -[2013-09-26 06:55:18] >>3 -[2013-09-26 06:56:19] >>3 -[2013-09-26 06:57:19] >>3 -[2013-09-26 06:58:19] >>3 -[2013-09-26 06:59:11] 7 -[2013-09-26 06:59:12] >7 -[2013-09-26 06:59:13] 3 -[2013-09-26 06:59:15] >3 -[2013-09-26 07:00:14] >>3 -[2013-09-26 07:01:15] >>3 -[2013-09-26 07:02:15] >>3 -[2013-09-26 07:03:15] >>3 -[2013-09-26 07:04:15] >>3 -[2013-09-26 07:05:15] >>3 -[2013-09-26 07:06:16] >>3 -[2013-09-26 07:06:17] 7 -[2013-09-26 07:06:19] 3 -[2013-09-26 07:06:20] >3 -[2013-09-26 07:07:20] >>3 -[2013-09-26 07:08:20] >>3 -[2013-09-26 07:09:21] >>3 -[2013-09-26 07:10:21] >>3 -[2013-09-26 07:11:21] >>3 -[2013-09-26 07:12:21] >>3 -[2013-09-26 07:13:13] 7 -[2013-09-26 07:13:15] >7 -[2013-09-26 07:13:16] 3 -[2013-09-26 07:13:17] >3 -[2013-09-26 07:14:17] >>3 -[2013-09-26 07:15:17] >>3 -[2013-09-26 07:16:17] >>3 -[2013-09-26 07:17:18] >>3 -[2013-09-26 07:18:18] >>3 -[2013-09-26 07:19:18] >>3 -[2013-09-26 07:20:18] >>3 -[2013-09-26 07:20:19] 7 -[2013-09-26 07:20:21] 3 -[2013-09-26 07:20:23] >3 -[2013-09-26 07:21:22] >>3 -[2013-09-26 07:22:23] >>3 -[2013-09-26 07:23:23] >>3 -[2013-09-26 07:24:23] >>3 -[2013-09-26 07:25:23] >>3 -[2013-09-26 07:26:24] >>3 -[2013-09-26 07:27:16] 7 -[2013-09-26 07:27:17] >7 -[2013-09-26 07:27:18] 3 -[2013-09-26 07:27:20] >3 -[2013-09-26 07:28:19] >>3 -[2013-09-26 07:29:20] >>3 -[2013-09-26 07:30:20] >>3 -[2013-09-26 07:31:20] >>3 -[2013-09-26 07:32:20] >>3 -[2013-09-26 07:33:20] >>3 -[2013-09-26 07:34:21] >>3 -[2013-09-26 07:34:22] 7 -[2013-09-26 07:34:23] 3 -[2013-09-26 07:34:25] >3 -[2013-09-26 07:35:25] >>3 -[2013-09-26 07:36:25] >>3 -[2013-09-26 07:37:25] >>3 -[2013-09-26 07:38:25] >>3 -[2013-09-26 07:39:26] >>3 -[2013-09-26 07:40:26] >>3 -[2013-09-26 07:41:18] 7 -[2013-09-26 07:41:20] 3 -[2013-09-26 07:41:22] >3 -[2013-09-26 07:42:21] >>3 -[2013-09-26 07:43:22] >>3 -[2013-09-26 07:44:22] >>3 -[2013-09-26 07:45:22] >>3 -[2013-09-26 07:46:22] >>3 -[2013-09-26 07:47:22] >>3 -[2013-09-26 07:48:23] >>3 -[2013-09-26 07:48:24] 7 -[2013-09-26 07:48:26] 3 -[2013-09-26 07:48:27] >3 -[2013-09-26 07:49:27] >>3 -[2013-09-26 07:50:27] >>3 -[2013-09-26 07:51:28] >>3 -[2013-09-26 07:52:28] >>3 -[2013-09-26 07:53:28] >>3 -[2013-09-26 07:54:28] >>3 -[2013-09-26 07:55:20] 7 -[2013-09-26 07:55:22] >7 -[2013-09-26 07:55:23] 3 -[2013-09-26 07:55:24] >3 -[2013-09-26 07:56:24] >>3 -[2013-09-26 07:57:24] >>3 -[2013-09-26 07:58:25] >>3 -[2013-09-26 07:59:25] >>3 -[2013-09-26 08:00:25] >>3 -[2013-09-26 08:01:25] >>3 -[2013-09-26 08:02:25] >>3 -[2013-09-26 08:02:26] 7 -[2013-09-26 08:02:28] >7 -[2013-09-26 08:02:29] 3 -[2013-09-26 08:02:30] >3 -[2013-09-26 08:03:30] >>3 -[2013-09-26 08:04:30] >>3 -[2013-09-26 08:05:30] >>3 -[2013-09-26 08:06:31] >>3 -[2013-09-26 08:07:31] >>3 -[2013-09-26 08:08:31] >>3 -[2013-09-26 08:09:23] 7 -[2013-09-26 08:09:25] 3 -[2013-09-26 08:09:27] >3 -[2013-09-26 08:10:26] >>3 -[2013-09-26 08:11:26] >>3 -[2013-09-26 08:12:27] >>3 -[2013-09-26 08:13:27] >>3 -[2013-09-26 08:14:27] >>3 -[2013-09-26 08:15:27] >>3 -[2013-09-26 08:16:28] >>3 -[2013-09-26 08:16:29] 7 -[2013-09-26 08:16:31] >7 -[2013-09-26 08:16:31] 3 -[2013-09-26 08:16:33] >3 -[2013-09-26 08:17:33] >>3 -[2013-09-26 08:18:33] >>3 -[2013-09-26 08:19:33] >>3 -[2013-09-26 08:20:33] >>3 -[2013-09-26 08:21:34] >>3 -[2013-09-26 08:22:34] >>3 -[2013-09-26 08:23:25] 7 -[2013-09-26 08:23:27] >7 -[2013-09-26 08:23:28] 3 -[2013-09-26 08:23:29] >3 -[2013-09-26 08:24:29] >>3 -[2013-09-26 08:25:29] >>3 -[2013-09-26 08:26:30] >>3 -[2013-09-26 08:27:30] >>3 -[2013-09-26 08:28:30] >>3 -[2013-09-26 08:29:30] >>3 -[2013-09-26 08:30:30] >>3 -[2013-09-26 08:30:31] 7 -[2013-09-26 08:30:33] >7 -[2013-09-26 08:30:34] 3 -[2013-09-26 08:30:35] >3 -[2013-09-26 08:31:35] >>3 -[2013-09-26 08:32:35] >>3 -[2013-09-26 08:33:35] >>3 -[2013-09-26 08:34:36] >>3 -[2013-09-26 08:35:36] >>3 -[2013-09-26 08:36:36] >>3 -[2013-09-26 08:37:28] 7 -[2013-09-26 08:37:29] >7 -[2013-09-26 08:37:30] 3 -[2013-09-26 08:37:32] >3 -[2013-09-26 08:38:31] >>3 -[2013-09-26 08:39:32] >>3 -[2013-09-26 08:40:32] >>3 -[2013-09-26 08:41:32] >>3 -[2013-09-26 08:42:32] >>3 -[2013-09-26 08:43:32] >>3 -[2013-09-26 08:44:33] >>3 -[2013-09-26 08:44:34] 7 -[2013-09-26 08:44:35] >7 -[2013-09-26 08:44:36] 3 -[2013-09-26 08:44:38] >3 -[2013-09-26 08:45:37] >>3 -[2013-09-26 08:46:38] >>3 -[2013-09-26 08:47:38] >>3 -[2013-09-26 08:48:38] >>3 -[2013-09-26 08:49:38] >>3 -[2013-09-26 08:50:38] >>3 -[2013-09-26 08:51:31] 7 -[2013-09-26 08:51:32] 3 -[2013-09-26 08:51:34] >3 -[2013-09-26 08:52:34] >>3 -[2013-09-26 08:53:34] >>3 -[2013-09-26 08:54:34] >>3 -[2013-09-26 08:55:34] >>3 -[2013-09-26 08:56:35] >>3 -[2013-09-26 08:57:35] >>3 -[2013-09-26 08:58:35] >>3 -[2013-09-26 08:58:37] 7 -[2013-09-26 08:58:38] 3 -[2013-09-26 08:58:40] >3 -[2013-09-26 08:59:40] >>3 -[2013-09-26 09:00:40] >>3 -[2013-09-26 09:01:40] >>3 -[2013-09-26 09:02:40] >>3 -[2013-09-26 09:03:40] >>3 -[2013-09-26 09:04:41] >>3 -[2013-09-26 09:05:33] 7 -[2013-09-26 09:05:34] >7 -[2013-09-26 09:05:35] 3 -[2013-09-26 09:05:37] >3 -[2013-09-26 09:06:36] >>3 -[2013-09-26 09:07:37] >>3 -[2013-09-26 09:08:37] >>3 -[2013-09-26 09:09:37] >>3 -[2013-09-26 09:10:37] >>3 -[2013-09-26 09:11:37] >>3 -[2013-09-26 09:12:38] >>3 -[2013-09-26 09:12:39] 7 -[2013-09-26 09:12:40] >7 -[2013-09-26 09:12:41] 3 -[2013-09-26 09:12:43] >3 -[2013-09-26 09:13:42] >>3 -[2013-09-26 09:14:42] >>3 -[2013-09-26 09:15:43] >>3 -[2013-09-26 09:16:43] >>3 -[2013-09-26 09:17:43] >>3 -[2013-09-26 09:18:43] >>3 -[2013-09-26 09:19:36] 7 -[2013-09-26 09:19:37] 3 -[2013-09-26 09:19:39] >3 -[2013-09-26 09:20:39] >>3 -[2013-09-26 09:21:39] >>3 -[2013-09-26 09:22:39] >>3 -[2013-09-26 09:23:39] >>3 -[2013-09-26 09:24:39] >>3 -[2013-09-26 09:25:40] >>3 -[2013-09-26 09:26:40] >>3 -[2013-09-26 09:26:41] 7 -[2013-09-26 09:26:43] 3 -[2013-09-26 09:26:45] >3 -[2013-09-26 09:27:44] >>3 -[2013-09-26 09:28:45] >>3 -[2013-09-26 09:29:45] >>3 -[2013-09-26 09:30:45] >>3 -[2013-09-26 09:31:45] >>3 -[2013-09-26 09:32:45] >>3 -[2013-09-26 09:33:38] 7 -[2013-09-26 09:33:39] >7 -[2013-09-26 09:33:40] 3 -[2013-09-26 09:33:41] >3 -[2013-09-26 09:34:41] >>3 -[2013-09-26 09:35:41] >>3 -[2013-09-26 09:36:42] >>3 -[2013-09-26 09:37:42] >>3 -[2013-09-26 09:38:42] >>3 -[2013-09-26 09:39:42] >>3 -[2013-09-26 09:40:42] >>3 -[2013-09-26 09:40:44] 7 -[2013-09-26 09:40:45] 3 -[2013-09-26 09:40:47] >3 -[2013-09-26 09:41:47] >>3 -[2013-09-26 09:42:47] >>3 -[2013-09-26 09:43:47] >>3 -[2013-09-26 09:44:47] >>3 -[2013-09-26 09:45:47] >>3 -[2013-09-26 09:46:48] >>3 -[2013-09-26 09:47:40] 7 -[2013-09-26 09:47:42] 3 -[2013-09-26 09:47:44] >3 -[2013-09-26 09:48:43] >>3 -[2013-09-26 09:49:44] >>3 -[2013-09-26 09:50:44] >>3 -[2013-09-26 09:51:44] >>3 -[2013-09-26 09:52:44] >>3 -[2013-09-26 09:53:44] >>3 -[2013-09-26 09:54:45] >>3 -[2013-09-26 09:54:46] 7 -[2013-09-26 09:54:48] >7 -[2013-09-26 09:54:48] 3 -[2013-09-26 09:54:50] >3 -[2013-09-26 09:55:50] >>3 -[2013-09-26 09:56:50] >>3 -[2013-09-26 09:57:50] >>3 -[2013-09-26 09:58:50] >>3 -[2013-09-26 09:59:51] >>3 -[2013-09-26 10:00:51] >>3 -[2013-09-26 10:01:43] 7 -[2013-09-26 10:01:44] >7 -[2013-09-26 10:01:45] 3 -[2013-09-26 10:01:46] >3 -[2013-09-26 10:02:46] >>3 -[2013-09-26 10:03:46] >>3 -[2013-09-26 10:04:47] >>3 -[2013-09-26 10:05:47] >>3 -[2013-09-26 10:06:47] >>3 -[2013-09-26 10:07:47] >>3 -[2013-09-26 10:08:47] >>3 -[2013-09-26 10:08:48] 7 -[2013-09-26 10:08:50] >7 -[2013-09-26 10:08:51] 3 -[2013-09-26 10:08:52] >3 -[2013-09-26 10:09:52] >>3 -[2013-09-26 10:10:52] >>3 -[2013-09-26 10:11:52] >>3 -[2013-09-26 10:12:53] >>3 -[2013-09-26 10:13:53] >>3 -[2013-09-26 10:14:53] >>3 -[2013-09-26 10:15:45] 7 -[2013-09-26 10:15:47] 3 -[2013-09-26 10:15:49] >3 -[2013-09-26 10:16:48] >>3 -[2013-09-26 10:17:48] >>3 -[2013-09-26 10:18:49] >>3 -[2013-09-26 10:19:49] >>3 -[2013-09-26 10:20:49] >>3 -[2013-09-26 10:21:49] >>3 -[2013-09-26 10:22:50] >>3 -[2013-09-26 10:22:51] 7 -[2013-09-26 10:22:53] 3 -[2013-09-26 10:22:54] >3 -[2013-09-26 10:23:54] >>3 -[2013-09-26 10:24:54] >>3 -[2013-09-26 10:25:55] >>3 -[2013-09-26 10:26:55] >>3 -[2013-09-26 10:27:55] >>3 -[2013-09-26 10:28:55] >>3 -[2013-09-26 10:29:47] 7 -[2013-09-26 10:29:49] >7 -[2013-09-26 10:29:50] 3 -[2013-09-26 10:29:51] >3 -[2013-09-26 10:30:51] >>3 -[2013-09-26 10:31:51] >>3 -[2013-09-26 10:32:51] >>3 -[2013-09-26 10:33:52] >>3 -[2013-09-26 10:34:52] >>3 -[2013-09-26 10:35:52] >>3 -[2013-09-26 10:36:52] >>3 -[2013-09-26 10:36:53] 7 -[2013-09-26 10:36:55] >7 -[2013-09-26 10:36:56] 3 -[2013-09-26 10:36:57] >3 -[2013-09-26 10:37:57] >>3 -[2013-09-26 10:38:57] >>3 -[2013-09-26 10:39:57] >>3 -[2013-09-26 10:40:58] >>3 -[2013-09-26 10:41:58] >>3 -[2013-09-26 10:42:58] >>3 -[2013-09-26 10:43:50] 7 -[2013-09-26 10:43:51] 3 -[2013-09-26 10:43:53] >3 -[2013-09-26 10:44:53] >>3 -[2013-09-26 10:45:53] >>3 -[2013-09-26 10:46:53] >>3 -[2013-09-26 10:47:53] >>3 -[2013-09-26 10:48:54] >>3 -[2013-09-26 10:49:54] >>3 -[2013-09-26 10:50:54] >>3 -[2013-09-26 10:50:56] 7 -[2013-09-26 10:50:57] >7 -[2013-09-26 10:50:58] 3 -[2013-09-26 10:51:00] >3 -[2013-09-26 10:52:00] >>3 -[2013-09-26 10:53:00] >>3 -[2013-09-26 10:54:00] >>3 -[2013-09-26 10:55:00] >>3 -[2013-09-26 10:56:01] >>3 -[2013-09-26 10:57:01] >>3 -[2013-09-26 10:57:52] 7 -[2013-09-26 10:57:54] >7 -[2013-09-26 10:57:55] 3 -[2013-09-26 10:57:56] >3 -[2013-09-26 10:58:56] >>3 -[2013-09-26 10:59:56] >>3 -[2013-09-26 11:00:57] >>3 -[2013-09-26 11:01:57] >>3 -[2013-09-26 11:02:57] >>3 -[2013-09-26 11:03:57] >>3 -[2013-09-26 11:04:57] >>3 -[2013-09-26 11:04:59] 7 -[2013-09-26 11:05:00] >7 -[2013-09-26 11:05:01] 3 -[2013-09-26 11:05:02] >3 -[2013-09-26 11:06:02] >>3 -[2013-09-26 11:07:02] >>3 -[2013-09-26 11:08:03] >>3 -[2013-09-26 11:09:03] >>3 -[2013-09-26 11:10:03] >>3 -[2013-09-26 11:11:03] >>3 -[2013-09-26 11:11:54] 7 -[2013-09-26 11:11:56] >7 -[2013-09-26 11:11:57] 3 -[2013-09-26 11:11:58] >3 -[2013-09-26 11:12:58] >>3 -[2013-09-26 11:13:58] >>3 -[2013-09-26 11:14:59] >>3 -[2013-09-26 11:16:02] >>3 -[2013-09-26 11:17:02] >>3 -[2013-09-26 11:18:02] >>3 -[2013-09-26 11:19:01] 7 -[2013-09-26 11:19:02] 3 -[2013-09-26 11:19:04] >3 -[2013-09-26 11:20:04] >>3 -[2013-09-26 11:21:04] >>3 -[2013-09-26 11:22:04] >>3 -[2013-09-26 11:23:04] >>3 -[2013-09-26 11:24:05] >>3 -[2013-09-26 11:25:05] >>3 -[2013-09-26 11:25:57] 7 -[2013-09-26 11:25:59] >7 -[2013-09-26 11:25:59] 3 -[2013-09-26 11:26:01] >3 -[2013-09-26 11:27:01] >>3 -[2013-09-26 11:28:01] >>3 -[2013-09-26 11:29:01] >>3 -[2013-09-26 11:30:01] >>3 -[2013-09-26 11:31:02] >>3 -[2013-09-26 11:32:02] >>3 -[2013-09-26 11:33:02] >>3 -[2013-09-26 11:33:03] 7 -[2013-09-26 11:33:05] >7 -[2013-09-26 11:33:05] 3 -[2013-09-26 11:33:07] >3 -[2013-09-26 11:34:07] >>3 -[2013-09-26 11:35:07] >>3 -[2013-09-26 11:36:07] >>3 -[2013-09-26 11:37:07] >>3 -[2013-09-26 11:38:07] >>3 -[2013-09-26 11:39:08] >>3 -[2013-09-26 11:40:00] 7 -[2013-09-26 11:40:01] 3 -[2013-09-26 11:40:03] >3 -[2013-09-26 11:41:03] >>3 -[2013-09-26 11:42:03] >>3 -[2013-09-26 11:43:03] >>3 -[2013-09-26 11:44:04] >>3 -[2013-09-26 11:45:04] >>3 -[2013-09-26 11:46:04] >>3 -[2013-09-26 11:47:04] >>3 -[2013-09-26 11:47:10] 1 -[2013-09-26 11:47:10] 21 -[2013-09-26 11:47:12] >21 -[2013-09-26 11:48:08] 1 -[2013-09-26 11:48:10] >1 -[2013-09-26 11:48:26] 5 -[2013-09-26 11:48:27] 7 -[2013-09-26 11:48:27] 3 -[2013-09-26 11:48:29] >3 -[2013-09-26 11:49:29] >>3 -[2013-09-26 11:50:29] >>3 -[2013-09-26 11:51:29] >>3 -[2013-09-26 11:52:29] >>3 -[2013-09-26 11:53:29] >>3 -[2013-09-26 11:54:30] >>3 -[2013-09-26 11:55:22] 7 -[2013-09-26 11:55:24] >7 -[2013-09-26 11:55:24] 3 -[2013-09-26 11:55:26] >3 -[2013-09-26 11:56:25] >>3 -[2013-09-26 11:57:26] >>3 -[2013-09-26 11:58:26] >>3 -[2013-09-26 11:59:26] >>3 -[2013-09-26 12:00:26] >>3 -[2013-09-26 12:01:27] >>3 -[2013-09-26 12:02:27] >>3 -[2013-09-26 12:02:28] 7 -[2013-09-26 12:02:29] >7 -[2013-09-26 12:02:30] 3 -[2013-09-26 12:02:32] >3 -[2013-09-26 12:03:31] >>3 -[2013-09-26 12:04:32] >>3 -[2013-09-26 12:05:32] >>3 -[2013-09-26 12:06:32] >>3 -[2013-09-26 12:07:32] >>3 -[2013-09-26 12:08:32] >>3 -[2013-09-26 12:09:24] 7 -[2013-09-26 12:09:26] 3 -[2013-09-26 12:09:27] >3 -[2013-09-26 12:10:27] >>3 -[2013-09-26 12:11:27] >>3 -[2013-09-26 12:12:28] >>3 -[2013-09-26 12:13:28] >>3 -[2013-09-26 12:14:28] >>3 -[2013-09-26 12:15:28] >>3 -[2013-09-26 12:16:28] >>3 -[2013-09-26 12:16:30] 7 -[2013-09-26 12:16:32] 3 -[2013-09-26 12:16:33] >3 -[2013-09-26 12:17:33] >>3 -[2013-09-26 12:18:33] >>3 -[2013-09-26 12:19:33] >>3 -[2013-09-26 12:20:34] >>3 -[2013-09-26 12:21:34] >>3 -[2013-09-26 12:22:34] >>3 -[2013-09-26 12:23:27] 7 -[2013-09-26 12:23:28] 3 -[2013-09-26 12:23:30] >3 -[2013-09-26 12:24:30] >>3 -[2013-09-26 12:25:30] >>3 -[2013-09-26 12:26:30] >>3 -[2013-09-26 12:27:30] >>3 -[2013-09-26 12:28:31] >>3 -[2013-09-26 12:29:31] >>3 -[2013-09-26 12:30:31] >>3 -[2013-09-26 12:30:33] 7 -[2013-09-26 12:30:34] >7 -[2013-09-26 12:30:35] 3 -[2013-09-26 12:30:36] >3 -[2013-09-26 12:31:36] >>3 -[2013-09-26 12:32:36] >>3 -[2013-09-26 12:33:37] >>3 -[2013-09-26 12:34:37] >>3 -[2013-09-26 12:35:37] >>3 -[2013-09-26 12:36:37] >>3 -[2013-09-26 12:37:29] 7 -[2013-09-26 12:37:31] >7 -[2013-09-26 12:37:31] 3 -[2013-09-26 12:37:33] >3 -[2013-09-26 12:38:33] >>3 -[2013-09-26 12:39:33] >>3 -[2013-09-26 12:40:33] >>3 -[2013-09-26 12:41:33] >>3 -[2013-09-26 12:42:33] >>3 -[2013-09-26 12:43:34] >>3 -[2013-09-26 12:44:34] >>3 -[2013-09-26 12:44:35] 7 -[2013-09-26 12:44:37] >7 -[2013-09-26 12:44:39] 3 -[2013-09-26 12:44:41] >3 -[2013-09-26 12:45:41] >>3 -[2013-09-26 12:46:41] >>3 -[2013-09-26 12:47:17] 7 -[2013-09-26 12:47:18] 3 -[2013-09-26 12:47:20] >3 -[2013-09-26 12:48:14] 7 -[2013-09-26 12:48:15] >7 -[2013-09-26 12:48:18] 3 -[2013-09-26 12:48:19] >3 -[2013-09-26 12:48:31] 7 -[2013-09-26 12:48:33] >7 -[2013-09-26 12:48:39] 3 -[2013-09-26 12:48:40] >3 -[2013-09-26 12:49:40] >>3 -[2013-09-26 12:49:50] 7 -[2013-09-26 12:49:50] 3 -[2013-09-26 12:49:52] 7 -[2013-09-26 12:49:54] >7 -[2013-09-26 12:50:00] 3 -[2013-09-26 12:50:02] >3 -[2013-09-26 12:50:24] 7 -[2013-09-26 12:50:26] >7 -[2013-09-26 12:51:14] 3 -[2013-09-26 12:51:14] 7 -[2013-09-26 12:51:16] >7 -[2013-09-26 12:51:23] 3 -[2013-09-26 12:51:25] >3 -[2013-09-26 12:51:31] 7 -[2013-09-26 12:51:33] >7 -[2013-09-26 12:51:34] 3 -[2013-09-26 12:51:36] >3 -[2013-09-26 12:52:35] >>3 -[2013-09-26 12:53:36] >>3 -[2013-09-26 12:54:36] >>3 -[2013-09-26 12:55:36] >>3 -[2013-09-26 12:56:36] >>3 -[2013-09-26 12:57:37] >>3 -[2013-09-26 12:58:37] >>3 -[2013-09-26 12:58:37] 7 -[2013-09-26 12:58:39] >7 -[2013-09-26 12:58:41] 3 -[2013-09-26 12:58:43] >3 -[2013-09-26 12:59:43] >>3 -[2013-09-26 13:00:43] >>3 -[2013-09-26 13:01:43] >>3 -[2013-09-26 13:02:00] 7 -[2013-09-26 13:02:02] 3 -[2013-09-26 13:02:03] >3 -[2013-09-26 13:03:03] >>3 -[2013-09-26 13:03:05] 7 -[2013-09-26 13:03:06] >7 -[2013-09-26 13:04:06] >>7 -[2013-09-26 13:05:06] >>7 -[2013-09-26 13:05:16] 3 -[2013-09-26 13:05:18] >3 -[2013-09-26 13:05:34] 7 -[2013-09-26 13:05:36] >7 -[2013-09-26 13:06:37] >>7 -[2013-09-26 13:06:41] 3 -[2013-09-26 13:06:43] 7 -[2013-09-26 13:06:44] >7 -[2013-09-26 13:07:00] 3 -[2013-09-26 13:07:02] >3 -[2013-09-26 13:07:56] 7 -[2013-09-26 13:07:58] >7 -[2013-09-26 13:08:58] >>7 -[2013-09-26 13:09:58] >>7 -[2013-09-26 13:10:58] >>7 -[2013-09-26 13:11:58] >>7 -[2013-09-26 13:12:59] >>7 -[2013-09-26 13:13:59] >>7 -[2013-09-26 13:14:59] >>7 -[2013-09-26 13:15:59] >>7 -[2013-09-26 13:16:59] >>7 -[2013-09-26 13:18:00] >>7 -[2013-09-26 13:18:22] 3 -[2013-09-26 13:18:23] >3 -[2013-09-26 13:19:23] >>3 -[2013-09-26 13:19:36] 7 -[2013-09-26 13:19:38] >7 -[2013-09-26 13:19:46] 3 -[2013-09-26 13:19:48] >3 -[2013-09-26 13:20:50] >>3 -[2013-09-26 13:21:50] >>3 -[2013-09-26 13:22:06] 7 -[2013-09-26 13:22:07] >7 -[2013-09-26 13:23:07] >>7 -[2013-09-26 13:24:07] >>7 -[2013-09-26 13:25:07] >>7 -[2013-09-26 13:26:08] >>7 -[2013-09-26 13:27:08] >>7 -[2013-09-26 13:28:08] >>7 -[2013-09-26 13:29:08] >>7 -[2013-09-26 13:30:08] >>7 -[2013-09-26 13:31:09] >>7 -[2013-09-26 13:32:09] >>7 -[2013-09-26 13:33:09] >>7 -[2013-09-26 13:34:09] >>7 -[2013-09-26 13:35:09] >>7 -[2013-09-26 13:36:10] >>7 -[2013-09-26 13:37:10] >>7 -[2013-09-26 13:38:10] >>7 -[2013-09-26 13:39:10] >>7 -[2013-09-26 13:40:10] >>7 -[2013-09-26 13:41:11] >>7 -[2013-09-26 13:42:11] >>7 -[2013-09-26 13:43:11] >>7 -[2013-09-26 13:44:11] >>7 -[2013-09-26 13:45:11] >>7 -[2013-09-26 13:46:12] >>7 -[2013-09-26 13:47:12] >>7 -[2013-09-26 13:48:12] >>7 -[2013-09-26 13:49:12] >>7 -[2013-09-26 13:50:12] >>7 -[2013-09-26 13:51:13] >>7 -[2013-09-26 13:52:13] >>7 -[2013-09-26 13:53:13] >>7 -[2013-09-26 13:54:13] >>7 -[2013-09-26 13:55:13] >>7 -[2013-09-26 13:56:14] >>7 -[2013-09-26 13:57:14] >>7 -[2013-09-26 13:58:14] >>7 -[2013-09-26 13:59:14] >>7 -[2013-09-26 14:00:15] >>7 -[2013-09-26 14:00:32] 3 -[2013-09-26 14:00:33] >3 -[2013-09-26 14:01:33] >>3 -[2013-09-26 14:01:44] 7 -[2013-09-26 14:01:45] >7 -[2013-09-26 14:01:50] 3 -[2013-09-26 14:01:52] >3 -[2013-09-26 14:02:18] 7 -[2013-09-26 14:02:20] >7 -[2013-09-26 14:02:24] 3 -[2013-09-26 14:02:26] >3 -[2013-09-26 14:02:30] 7 -[2013-09-26 14:02:32] >7 -[2013-09-26 14:03:32] >>7 -[2013-09-26 14:04:32] >>7 -[2013-09-26 14:05:32] >>7 -[2013-09-26 14:06:21] 3 -[2013-09-26 14:06:22] >3 -[2013-09-26 14:06:23] 7 -[2013-09-26 14:06:25] >7 -[2013-09-26 14:06:54] 3 -[2013-09-26 14:06:55] >3 -[2013-09-26 14:06:58] 7 -[2013-09-26 14:06:59] >7 -[2013-09-26 14:07:59] >>7 -[2013-09-26 14:08:30] 3 -[2013-09-26 14:08:40] >3 -[2013-09-26 14:08:50] 7 -[2013-09-26 14:08:51] >7 -[2013-09-26 14:09:07] 3 -[2013-09-26 14:09:08] >3 -[2013-09-26 14:09:22] 7 -[2013-09-26 14:09:24] >7 -[2013-09-26 14:09:29] 3 -[2013-09-26 14:09:31] >3 -[2013-09-26 14:09:48] 7 -[2013-09-26 14:09:50] >7 -[2013-09-26 14:10:18] 3 -[2013-09-26 14:10:19] >3 -[2013-09-26 14:10:23] 7 -[2013-09-26 14:10:25] >7 -[2013-09-26 14:11:25] >>7 -[2013-09-26 14:11:35] 3 -[2013-09-26 14:11:37] >3 -[2013-09-26 14:11:47] 7 -[2013-09-26 14:11:49] >7 -[2013-09-26 14:12:08] 3 -[2013-09-26 14:12:10] >3 -[2013-09-26 14:12:14] 7 -[2013-09-26 14:12:15] >7 -[2013-09-26 14:12:25] 3 -[2013-09-26 14:12:26] >3 -[2013-09-26 14:12:28] 7 -[2013-09-26 14:12:30] >7 -[2013-09-26 14:12:37] 3 -[2013-09-26 14:12:39] >3 -[2013-09-26 14:12:42] 7 -[2013-09-26 14:12:44] >7 -[2013-09-26 14:13:18] 3 -[2013-09-26 14:13:19] >3 -[2013-09-26 14:13:28] 7 -[2013-09-26 14:13:30] >7 -[2013-09-26 14:13:31] 3 -[2013-09-26 14:13:33] >3 -[2013-09-26 14:13:37] 7 -[2013-09-26 14:13:39] 3 -[2013-09-26 14:13:40] 7 -[2013-09-26 14:13:42] >7 -[2013-09-26 14:14:16] 3 -[2013-09-26 14:14:18] >3 -[2013-09-26 14:14:25] 7 -[2013-09-26 14:14:27] >7 -[2013-09-26 14:14:31] 3 -[2013-09-26 14:14:33] >3 -[2013-09-26 14:14:40] 7 -[2013-09-26 14:14:42] >7 -[2013-09-26 14:14:50] 3 -[2013-09-26 14:14:51] 7 -[2013-09-26 14:14:53] >7 -[2013-09-26 14:15:36] 3 -[2013-09-26 14:15:37] >3 -[2013-09-26 14:15:41] 7 -[2013-09-26 14:15:42] >7 -[2013-09-26 14:15:45] 3 -[2013-09-26 14:15:46] 7 -[2013-09-26 14:15:48] >7 -[2013-09-26 14:16:48] >>7 -[2013-09-26 14:17:48] >>7 -[2013-09-26 14:18:48] >>7 -[2013-09-26 14:19:48] >>7 -[2013-09-26 14:20:36] 3 -[2013-09-26 14:20:38] >3 -[2013-09-26 14:20:50] 7 -[2013-09-26 14:20:51] 3 -[2013-09-26 14:20:52] 7 -[2013-09-26 14:20:54] >7 -[2013-09-26 14:21:15] 3 -[2013-09-26 14:21:16] >3 -[2013-09-26 14:21:52] 7 -[2013-09-26 14:21:52] 3 -[2013-09-26 14:21:53] 7 -[2013-09-26 14:21:53] 3 -[2013-09-26 14:21:55] >3 -[2013-09-26 14:22:12] 7 -[2013-09-26 14:22:13] >7 -[2013-09-26 14:22:26] 3 -[2013-09-26 14:22:28] >3 -[2013-09-26 14:22:52] 7 -[2013-09-26 14:22:54] >7 -[2013-09-26 14:22:59] 3 -[2013-09-26 14:23:01] >3 -[2013-09-26 14:23:07] 7 -[2013-09-26 14:23:09] >7 -[2013-09-26 14:23:22] 3 -[2013-09-26 14:23:23] >3 -[2013-09-26 14:23:44] 7 -[2013-09-26 14:23:46] >7 -[2013-09-26 14:24:45] >>7 -[2013-09-26 14:25:46] >>7 -[2013-09-26 14:26:46] >>7 -[2013-09-26 14:27:46] >>7 -[2013-09-26 14:28:46] >>7 -[2013-09-26 14:29:46] >>7 -[2013-09-26 14:30:47] >>7 -[2013-09-26 14:31:47] >>7 -[2013-09-26 14:32:06] 3 -[2013-09-26 14:32:08] >3 -[2013-09-26 14:32:29] 7 -[2013-09-26 14:32:30] >7 -[2013-09-26 14:33:11] 3 -[2013-09-26 14:33:13] >3 -[2013-09-26 14:33:42] 7 -[2013-09-26 14:33:44] >7 -[2013-09-26 14:34:44] >>7 -[2013-09-26 14:35:44] >>7 -[2013-09-26 14:36:44] >>7 -[2013-09-26 14:36:46] 3 -[2013-09-26 14:36:48] >3 -[2013-09-26 14:36:55] 7 -[2013-09-26 14:36:57] >7 -[2013-09-26 14:36:58] 3 -[2013-09-26 14:36:59] >3 -[2013-09-26 14:37:59] >>3 -[2013-09-26 14:38:59] >>3 -[2013-09-26 14:40:00] >>3 -[2013-09-26 14:41:00] >>3 -[2013-09-26 14:42:00] >>3 -[2013-09-26 14:42:26] 7 -[2013-09-26 14:42:28] >7 -[2013-09-26 14:42:32] 3 -[2013-09-26 14:42:34] >3 -[2013-09-26 14:42:47] 7 -[2013-09-26 14:42:49] >7 -[2013-09-26 14:42:49] 3 -[2013-09-26 14:42:51] >3 -[2013-09-26 14:43:17] 7 -[2013-09-26 14:43:18] 3 -[2013-09-26 14:43:19] >3 -[2013-09-26 14:43:37] 7 -[2013-09-26 14:43:39] >7 -[2013-09-26 14:43:58] 3 -[2013-09-26 14:43:59] >3 -[2013-09-26 14:44:53] 7 -[2013-09-26 14:44:55] >7 -[2013-09-26 14:45:31] 3 -[2013-09-26 14:45:33] >3 -[2013-09-26 14:45:41] 7 -[2013-09-26 14:45:43] >7 -[2013-09-26 14:46:43] >>7 -[2013-09-26 14:47:43] >>7 -[2013-09-26 14:48:43] >>7 -[2013-09-26 14:49:43] >>7 -[2013-09-26 14:50:15] 3 -[2013-09-26 14:50:17] >3 -[2013-09-26 14:50:20] 7 -[2013-09-26 14:50:22] >7 -[2013-09-26 14:50:28] 3 -[2013-09-26 14:50:30] >3 -[2013-09-26 14:50:34] 7 -[2013-09-26 14:50:36] >7 -[2013-09-26 14:51:36] >>7 -[2013-09-26 14:52:36] >>7 -[2013-09-26 14:53:36] >>7 -[2013-09-26 14:54:36] >>7 -[2013-09-26 14:55:36] >>7 -[2013-09-26 14:56:37] >>7 -[2013-09-26 14:57:37] >>7 -[2013-09-26 14:58:37] >>7 -[2013-09-26 14:59:02] 3 -[2013-09-26 14:59:03] >3 -[2013-09-26 15:00:03] >>3 -[2013-09-26 15:01:03] >>3 -[2013-09-26 15:02:04] >>3 -[2013-09-26 15:03:04] >>3 -[2013-09-26 15:04:04] >>3 -[2013-09-26 15:05:00] 7 -[2013-09-26 15:05:01] >7 -[2013-09-26 15:05:03] 3 -[2013-09-26 15:05:05] >3 -[2013-09-26 15:06:05] >>3 -[2013-09-26 15:07:05] >>3 -[2013-09-26 15:08:05] >>3 -[2013-09-26 15:08:51] 7 -[2013-09-26 15:08:53] >7 -[2013-09-26 15:08:54] 3 -[2013-09-26 15:08:56] >3 -[2013-09-26 15:09:56] >>3 -[2013-09-26 15:10:32] 7 -[2013-09-26 15:10:34] >7 -[2013-09-26 15:10:47] 3 -[2013-09-26 15:10:48] >3 -[2013-09-26 15:11:48] >>3 -[2013-09-26 15:11:56] 7 -[2013-09-26 15:12:06] 3 -[2013-09-26 15:12:09] >3 -[2013-09-26 15:13:09] >>3 -[2013-09-26 15:14:09] >>3 -[2013-09-26 15:15:09] >>3 -[2013-09-26 15:16:10] >>3 -[2013-09-26 15:17:10] >>3 -[2013-09-26 15:18:10] >>3 -[2013-09-26 15:19:02] 7 -[2013-09-26 15:19:04] >7 -[2013-09-26 15:19:09] 3 -[2013-09-26 15:19:11] >3 -[2013-09-26 15:19:20] 7 -[2013-09-26 15:19:22] >7 -[2013-09-26 15:20:22] >>7 -[2013-09-26 15:20:43] 3 -[2013-09-26 15:20:44] >3 -[2013-09-26 15:21:44] >>3 -[2013-09-26 15:22:39] 7 -[2013-09-26 15:22:48] >7 -[2013-09-26 15:23:25] 3 -[2013-09-26 15:23:27] >3 -[2013-09-26 15:23:42] 7 -[2013-09-26 15:23:44] >7 -[2013-09-26 15:24:43] >>7 -[2013-09-26 15:25:44] >>7 -[2013-09-26 15:26:44] >>7 -[2013-09-26 15:27:07] 3 -[2013-09-26 15:27:09] >3 -[2013-09-26 15:27:09] 7 -[2013-09-26 15:27:11] >7 -[2013-09-26 15:27:44] 3 -[2013-09-26 15:27:45] 7 -[2013-09-26 15:27:47] >7 -[2013-09-26 15:27:55] 3 -[2013-09-26 15:27:57] >3 -[2013-09-26 15:28:08] 7 -[2013-09-26 15:28:10] >7 -[2013-09-26 15:28:20] 3 -[2013-09-26 15:28:22] >3 -[2013-09-26 15:29:21] >>3 -[2013-09-26 15:30:22] >>3 -[2013-09-26 15:31:22] >>3 -[2013-09-26 15:32:22] >>3 -[2013-09-26 15:33:05] 7 -[2013-09-26 15:33:06] >7 -[2013-09-26 15:33:12] 3 -[2013-09-26 15:33:14] >3 -[2013-09-26 15:34:13] >>3 -[2013-09-26 15:35:14] >>3 -[2013-09-26 15:35:27] 7 -[2013-09-26 15:35:29] >7 -[2013-09-26 15:35:49] 3 -[2013-09-26 15:35:51] >3 -[2013-09-26 15:36:50] >>3 -[2013-09-26 15:37:01] 7 -[2013-09-26 15:37:03] >7 -[2013-09-26 15:37:28] 3 -[2013-09-26 15:37:30] >3 -[2013-09-26 15:38:12] 7 -[2013-09-26 15:38:13] >7 -[2013-09-26 15:38:17] 3 -[2013-09-26 15:38:18] >3 -[2013-09-26 15:38:25] 7 -[2013-09-26 15:38:27] >7 -[2013-09-26 15:39:26] >>7 -[2013-09-26 15:39:33] 3 -[2013-09-26 15:39:35] >3 -[2013-09-26 15:40:01] 7 -[2013-09-26 15:40:03] >7 -[2013-09-26 15:40:16] 3 -[2013-09-26 15:40:17] >3 -[2013-09-26 15:40:43] 7 -[2013-09-26 15:40:45] >7 -[2013-09-26 15:41:45] >>7 -[2013-09-26 15:42:03] 3 -[2013-09-26 15:42:05] >3 -[2013-09-26 15:42:12] 7 -[2013-09-26 15:42:14] >7 -[2013-09-26 15:43:13] >>7 -[2013-09-26 15:43:32] 3 -[2013-09-26 15:43:33] >3 -[2013-09-26 15:44:02] 7 -[2013-09-26 15:44:04] >7 -[2013-09-26 15:44:18] 3 -[2013-09-26 15:44:19] >3 -[2013-09-26 15:44:27] 7 -[2013-09-26 15:44:29] >7 -[2013-09-26 15:44:49] 3 -[2013-09-26 15:44:51] >3 -[2013-09-26 15:45:00] 7 -[2013-09-26 15:45:01] 3 -[2013-09-26 15:45:02] 7 -[2013-09-26 15:45:03] 3 -[2013-09-26 15:45:05] >3 -[2013-09-26 15:46:04] >>3 -[2013-09-26 15:46:28] 7 -[2013-09-26 15:46:30] >7 -[2013-09-26 15:46:36] 3 -[2013-09-26 15:46:38] >3 -[2013-09-26 15:46:50] 7 -[2013-09-26 15:46:52] >7 -[2013-09-26 15:46:52] 3 -[2013-09-26 15:46:54] >3 -[2013-09-26 15:47:07] 7 -[2013-09-26 15:47:09] >7 -[2013-09-26 15:47:11] 3 -[2013-09-26 15:47:13] >3 -[2013-09-26 15:47:28] 7 -[2013-09-26 15:47:30] >7 -[2013-09-26 15:47:32] 3 -[2013-09-26 15:47:34] >3 -[2013-09-26 15:47:42] 7 -[2013-09-26 15:47:44] 3 -[2013-09-26 15:47:45] 7 -[2013-09-26 15:47:45] 3 -[2013-09-26 15:47:47] >3 -[2013-09-26 15:47:59] 7 -[2013-09-26 15:48:00] >7 -[2013-09-26 15:48:06] 3 -[2013-09-26 15:48:08] >3 -[2013-09-26 15:48:15] 7 -[2013-09-26 15:48:17] >7 -[2013-09-26 15:48:34] 3 -[2013-09-26 15:48:36] >3 -[2013-09-26 15:49:06] 7 -[2013-09-26 15:49:07] >7 -[2013-09-26 15:49:11] 3 -[2013-09-26 15:49:12] >3 -[2013-09-26 15:49:22] 7 -[2013-09-26 15:49:23] >7 -[2013-09-26 15:49:26] 3 -[2013-09-26 15:49:27] >3 -[2013-09-26 15:50:06] 7 -[2013-09-26 15:50:08] >7 -[2013-09-26 15:50:29] 3 -[2013-09-26 15:50:30] >3 -[2013-09-26 15:50:56] 7 -[2013-09-26 15:50:58] >7 -[2013-09-26 15:51:10] 3 -[2013-09-26 15:51:11] >3 -[2013-09-26 15:51:19] 7 -[2013-09-26 15:51:20] >7 -[2013-09-26 15:51:21] 3 -[2013-09-26 15:51:27] >3 -[2013-09-26 15:51:29] 7 -[2013-09-26 15:51:30] >7 -[2013-09-26 15:52:00] 3 -[2013-09-26 15:52:01] >3 -[2013-09-26 15:52:17] 7 -[2013-09-26 15:52:19] >7 -[2013-09-26 15:52:34] 3 -[2013-09-26 15:52:36] >3 -[2013-09-26 15:52:41] 7 -[2013-09-26 15:52:42] >7 -[2013-09-26 15:52:46] 3 -[2013-09-26 15:52:48] >3 -[2013-09-26 15:52:52] 7 -[2013-09-26 15:52:53] >7 -[2013-09-26 15:53:18] 3 -[2013-09-26 15:53:20] >3 -[2013-09-26 15:53:58] 7 -[2013-09-26 15:53:59] >7 -[2013-09-26 15:54:11] 3 -[2013-09-26 15:54:13] >3 -[2013-09-26 15:54:22] 7 -[2013-09-26 15:54:23] >7 -[2013-09-26 15:54:26] 3 -[2013-09-26 15:54:27] >3 -[2013-09-26 15:54:32] 7 -[2013-09-26 15:54:33] 3 -[2013-09-26 15:54:34] 7 -[2013-09-26 15:54:35] >7 -[2013-09-26 15:55:33] 3 -[2013-09-26 15:55:35] >3 -[2013-09-26 15:55:42] 7 -[2013-09-26 15:55:43] >7 -[2013-09-26 15:56:20] 3 -[2013-09-26 15:56:22] >3 -[2013-09-26 15:56:25] 7 -[2013-09-26 15:56:26] >7 -[2013-09-26 15:57:26] >>7 -[2013-09-26 15:58:26] >>7 -[2013-09-26 15:59:27] >>7 -[2013-09-26 16:00:27] >>7 -[2013-09-26 16:01:27] >>7 -[2013-09-26 16:02:27] >>7 -[2013-09-26 16:03:27] >>7 -[2013-09-26 16:04:19] 3 -[2013-09-26 16:04:20] >3 -[2013-09-26 16:04:45] 7 -[2013-09-26 16:04:45] 3 -[2013-09-26 16:04:47] 7 -[2013-09-26 16:04:49] >7 -[2013-09-26 16:04:51] 3 -[2013-09-26 16:04:52] >3 -[2013-09-26 16:04:58] 7 -[2013-09-26 16:04:59] >7 -[2013-09-26 16:05:05] 3 -[2013-09-26 16:05:07] >3 -[2013-09-26 16:05:08] 7 -[2013-09-26 16:05:10] >7 -[2013-09-26 16:06:09] 3 -[2013-09-26 16:06:10] >3 -[2013-09-26 16:06:31] 7 -[2013-09-26 16:06:32] >7 -[2013-09-26 16:06:37] 3 -[2013-09-26 16:06:38] >3 -[2013-09-26 16:06:41] 7 -[2013-09-26 16:06:43] >7 -[2013-09-26 16:06:49] 3 -[2013-09-26 16:06:51] >3 -[2013-09-26 16:07:50] >>3 -[2013-09-26 16:08:06] 7 -[2013-09-26 16:08:08] >7 -[2013-09-26 16:08:12] 3 -[2013-09-26 16:08:13] >3 -[2013-09-26 16:09:13] >>3 -[2013-09-26 16:10:13] >>3 -[2013-09-26 16:11:14] >>3 -[2013-09-26 16:12:14] >>3 -[2013-09-26 16:12:20] 7 -[2013-09-26 16:12:22] >7 -[2013-09-26 16:12:27] 3 -[2013-09-26 16:12:28] >3 -[2013-09-26 16:12:38] 7 -[2013-09-26 16:12:40] >7 -[2013-09-26 16:12:44] 3 -[2013-09-26 16:12:45] >3 -[2013-09-26 16:12:51] 7 -[2013-09-26 16:12:53] >7 -[2013-09-26 16:13:52] >>7 -[2013-09-26 16:13:55] 3 -[2013-09-26 16:13:56] >3 -[2013-09-26 16:14:56] >>3 -[2013-09-26 16:15:01] 7 -[2013-09-26 16:15:02] 3 -[2013-09-26 16:15:03] >3 -[2013-09-26 16:15:12] 7 -[2013-09-26 16:15:13] >7 -[2013-09-26 16:15:19] 3 -[2013-09-26 16:15:25] >3 -[2013-09-26 16:15:53] 7 -[2013-09-26 16:15:55] >7 -[2013-09-26 16:15:56] 3 -[2013-09-26 16:15:58] >3 -[2013-09-26 16:16:32] 7 -[2013-09-26 16:16:34] >7 -[2013-09-26 16:17:34] >>7 -[2013-09-26 16:18:34] >>7 -[2013-09-26 16:18:35] 3 -[2013-09-26 16:18:37] >3 -[2013-09-26 16:19:02] 7 -[2013-09-26 16:19:03] >7 -[2013-09-26 16:20:03] >>7 -[2013-09-26 16:21:03] >>7 -[2013-09-26 16:21:36] 3 -[2013-09-26 16:21:37] >3 -[2013-09-26 16:22:09] 7 -[2013-09-26 16:22:10] >7 -[2013-09-26 16:22:34] 3 -[2013-09-26 16:22:36] >3 -[2013-09-26 16:23:36] >>3 -[2013-09-26 16:24:36] >>3 -[2013-09-26 16:25:36] >>3 -[2013-09-26 16:26:00] 7 -[2013-09-26 16:26:01] 3 -[2013-09-26 16:26:03] >3 -[2013-09-26 16:26:04] 7 -[2013-09-26 16:26:06] >7 -[2013-09-26 16:26:28] 3 -[2013-09-26 16:26:30] >3 -[2013-09-26 16:27:30] >>3 -[2013-09-26 16:28:30] >>3 -[2013-09-26 16:29:14] 7 -[2013-09-26 16:29:16] >7 -[2013-09-26 16:29:34] 3 -[2013-09-26 16:29:35] >3 -[2013-09-26 16:30:35] >>3 -[2013-09-26 16:31:35] >>3 -[2013-09-26 16:32:35] >>3 -[2013-09-26 16:33:23] 7 -[2013-09-26 16:33:23] 3 -[2013-09-26 16:33:24] 7 -[2013-09-26 16:33:24] 3 -[2013-09-26 16:33:26] >3 -[2013-09-26 16:33:35] 7 -[2013-09-26 16:33:36] >7 -[2013-09-26 16:33:37] 3 -[2013-09-26 16:33:38] 7 -[2013-09-26 16:33:39] >7 -[2013-09-26 16:34:39] >>7 -[2013-09-26 16:35:39] >>7 -[2013-09-26 16:35:53] 3 -[2013-09-26 16:35:55] >3 -[2013-09-26 16:36:11] 7 -[2013-09-26 16:36:12] >7 -[2013-09-26 16:37:12] >>7 -[2013-09-26 16:37:38] 3 -[2013-09-26 16:37:40] >3 -[2013-09-26 16:38:23] 7 -[2013-09-26 16:38:25] 3 -[2013-09-26 16:38:27] >3 -[2013-09-26 16:38:48] 7 -[2013-09-26 16:38:50] >7 -[2013-09-26 16:39:36] 3 -[2013-09-26 16:39:37] >3 -[2013-09-26 16:40:21] 7 -[2013-09-26 16:40:23] >7 -[2013-09-26 16:40:55] 3 -[2013-09-26 16:40:57] >3 -[2013-09-26 16:41:56] >>3 -[2013-09-26 16:42:56] >>3 -[2013-09-26 16:43:17] 7 -[2013-09-26 16:43:18] >7 -[2013-09-26 16:43:22] 3 -[2013-09-26 16:43:24] >3 -[2013-09-26 16:44:24] >>3 -[2013-09-26 16:45:24] >>3 -[2013-09-26 16:46:07] 1 -[2013-09-26 16:46:08] >1 -[2013-09-26 16:46:24] 5 -[2013-09-26 16:46:26] >5 -[2013-09-26 16:46:33] 1 -[2013-09-26 16:46:35] >1 -[2013-09-26 16:46:39] 5 -[2013-09-26 16:46:40] >5 -[2013-09-26 16:47:19] 1 -[2013-09-26 16:47:21] >1 -[2013-09-26 16:48:11] 5 -[2013-09-26 16:48:13] >5 -[2013-09-26 16:48:22] 1 -[2013-09-26 16:48:24] >1 -[2013-09-26 16:48:31] 5 -[2013-09-26 16:48:32] >5 -[2013-09-26 16:49:34] >>5 -[2013-09-26 16:49:58] 1 -[2013-09-26 16:50:00] >1 -[2013-09-26 16:50:20] 21 -[2013-09-26 16:50:21] >21 -[2013-09-26 16:51:21] >>21 -[2013-09-26 16:51:24] 25 -[2013-09-26 16:51:26] >25 -[2013-09-26 16:52:26] >>25 -[2013-09-26 16:53:13] 21 -[2013-09-26 16:53:15] >21 -[2013-09-26 16:53:21] 25 -[2013-09-26 16:53:23] >25 -[2013-09-26 16:54:22] >>25 -[2013-09-26 16:55:22] >>25 -[2013-09-26 16:56:23] >>25 -[2013-09-26 16:56:50] 21 -[2013-09-26 16:56:51] >21 -[2013-09-26 16:57:51] >>21 -[2013-09-26 16:58:04] 25 -[2013-09-26 16:58:06] >25 -[2013-09-26 16:59:06] >>25 -[2013-09-26 17:00:06] >>25 -[2013-09-26 17:01:06] >>25 -[2013-09-26 17:02:06] >>25 -[2013-09-26 17:02:57] 21 -[2013-09-26 17:02:59] >21 -[2013-09-26 17:03:58] >>21 -[2013-09-26 17:04:08] 25 -[2013-09-26 17:04:09] 21 -[2013-09-26 17:04:10] 25 -[2013-09-26 17:04:10] 21 -[2013-09-26 17:04:11] 25 -[2013-09-26 17:04:12] >25 -[2013-09-26 17:05:12] >>25 -[2013-09-26 17:06:12] >>25 -[2013-09-26 17:07:13] >>25 -[2013-09-26 17:07:59] 21 -[2013-09-26 17:08:00] >21 -[2013-09-26 17:09:00] >>21 -[2013-09-26 17:10:00] >>21 -[2013-09-26 17:11:01] >>21 -[2013-09-26 17:12:01] >>21 -[2013-09-26 17:12:52] 1 -[2013-09-26 17:12:54] >1 -[2013-09-26 17:13:03] 21 -[2013-09-26 17:13:05] >21 -[2013-09-26 17:13:15] 1 -[2013-09-26 17:13:17] >1 -[2013-09-26 17:13:33] 5 -[2013-09-26 17:13:35] >5 -[2013-09-26 17:13:38] 1 -[2013-09-26 17:13:40] >1 -[2013-09-26 17:14:40] >>1 -[2013-09-26 17:14:41] 5 -[2013-09-26 17:14:42] 7 -[2013-09-26 17:14:44] >7 -[2013-09-26 17:14:46] 3 -[2013-09-26 17:14:47] >3 -[2013-09-26 17:15:31] 7 -[2013-09-26 17:15:33] >7 -[2013-09-26 17:16:29] 3 -[2013-09-26 17:16:30] >3 -[2013-09-26 17:17:30] >>3 -[2013-09-26 17:18:13] 7 -[2013-09-26 17:18:15] >7 -[2013-09-26 17:18:31] 3 -[2013-09-26 17:18:32] >3 -[2013-09-26 17:18:58] 7 -[2013-09-26 17:18:59] >7 -[2013-09-26 17:19:28] 3 -[2013-09-26 17:19:29] 7 -[2013-09-26 17:19:31] >7 -[2013-09-26 17:20:30] >>7 -[2013-09-26 17:21:29] 3 -[2013-09-26 17:21:31] >3 -[2013-09-26 17:21:47] 7 -[2013-09-26 17:21:48] >7 -[2013-09-26 17:21:58] 3 -[2013-09-26 17:21:59] >3 -[2013-09-26 17:22:33] 7 -[2013-09-26 17:22:35] >7 -[2013-09-26 17:22:57] 3 -[2013-09-26 17:22:58] >3 -[2013-09-26 17:23:15] 7 -[2013-09-26 17:23:16] 3 -[2013-09-26 17:23:17] 7 -[2013-09-26 17:23:18] >7 -[2013-09-26 17:24:18] >>7 -[2013-09-26 17:24:29] 3 -[2013-09-26 17:24:30] >3 -[2013-09-26 17:25:30] >>3 -[2013-09-26 17:26:07] 7 -[2013-09-26 17:26:07] 3 -[2013-09-26 17:26:09] >3 -[2013-09-26 17:26:13] 7 -[2013-09-26 17:26:14] >7 -[2013-09-26 17:26:18] 3 -[2013-09-26 17:26:19] >3 -[2013-09-26 17:27:19] >>3 -[2013-09-26 17:28:19] >>3 -[2013-09-26 17:28:43] 7 -[2013-09-26 17:28:45] >7 -[2013-09-26 17:28:46] 3 -[2013-09-26 17:28:48] >3 -[2013-09-26 17:29:48] >>3 -[2013-09-26 17:30:48] >>3 -[2013-09-26 17:31:48] >>3 -[2013-09-26 17:32:48] >>3 -[2013-09-26 17:33:49] >>3 -[2013-09-26 17:34:49] >>3 -[2013-09-26 17:35:49] >>3 -[2013-09-26 17:35:50] 7 -[2013-09-26 17:35:51] 3 -[2013-09-26 17:35:53] >3 -[2013-09-26 17:36:52] >>3 -[2013-09-26 17:37:53] >>3 -[2013-09-26 17:38:53] >>3 -[2013-09-26 17:39:53] >>3 -[2013-09-26 17:40:53] >>3 -[2013-09-26 17:41:53] >>3 -[2013-09-26 17:42:46] 7 -[2013-09-26 17:42:47] >7 -[2013-09-26 17:42:48] 3 -[2013-09-26 17:42:50] >3 -[2013-09-26 17:43:49] >>3 -[2013-09-26 17:44:49] >>3 -[2013-09-26 17:45:50] >>3 -[2013-09-26 17:46:50] >>3 -[2013-09-26 17:47:50] >>3 -[2013-09-26 17:48:50] >>3 -[2013-09-26 17:49:51] >>3 -[2013-09-26 17:49:52] 7 -[2013-09-26 17:49:53] >7 -[2013-09-26 17:49:54] 3 -[2013-09-26 17:49:55] >3 -[2013-09-26 17:50:55] >>3 -[2013-09-26 17:51:55] >>3 -[2013-09-26 17:52:56] >>3 -[2013-09-26 17:53:56] >>3 -[2013-09-26 17:54:56] >>3 -[2013-09-26 17:55:56] >>3 -[2013-09-26 17:56:48] 7 -[2013-09-26 17:56:50] >7 -[2013-09-26 17:56:51] 3 -[2013-09-26 17:56:52] >3 -[2013-09-26 17:57:52] >>3 -[2013-09-26 17:58:52] >>3 -[2013-09-26 17:59:52] >>3 -[2013-09-26 18:00:53] >>3 -[2013-09-26 18:01:53] >>3 -[2013-09-26 18:02:53] >>3 -[2013-09-26 18:03:53] >>3 -[2013-09-26 18:03:54] 7 -[2013-09-26 18:03:56] >7 -[2013-09-26 18:03:57] 3 -[2013-09-26 18:03:58] >3 -[2013-09-26 18:04:58] >>3 -[2013-09-26 18:05:58] >>3 -[2013-09-26 18:06:59] >>3 -[2013-09-26 18:07:59] >>3 -[2013-09-26 18:08:59] >>3 -[2013-09-26 18:09:59] >>3 -[2013-09-26 18:10:50] 7 -[2013-09-26 18:10:52] >7 -[2013-09-26 18:10:53] 3 -[2013-09-26 18:10:54] >3 -[2013-09-26 18:11:54] >>3 -[2013-09-26 18:12:54] >>3 -[2013-09-26 18:13:54] >>3 -[2013-09-26 18:14:55] >>3 -[2013-09-26 18:15:55] >>3 -[2013-09-26 18:16:55] >>3 -[2013-09-26 18:17:55] >>3 -[2013-09-26 18:17:59] 7 -[2013-09-26 18:18:00] >7 -[2013-09-26 18:18:03] 3 -[2013-09-26 18:18:04] >3 -[2013-09-26 18:19:04] >>3 -[2013-09-26 18:20:04] >>3 -[2013-09-26 18:21:04] >>3 -[2013-09-26 18:22:05] >>3 -[2013-09-26 18:23:05] >>3 -[2013-09-26 18:24:05] >>3 -[2013-09-26 18:24:55] 7 -[2013-09-26 18:24:57] >7 -[2013-09-26 18:24:58] 3 -[2013-09-26 18:24:59] >3 -[2013-09-26 18:25:59] >>3 -[2013-09-26 18:26:59] >>3 -[2013-09-26 18:27:59] >>3 -[2013-09-26 18:29:00] >>3 -[2013-09-26 18:30:00] >>3 -[2013-09-26 18:31:00] >>3 -[2013-09-26 18:32:00] >>3 -[2013-09-26 18:32:01] 7 -[2013-09-26 18:32:03] >7 -[2013-09-26 18:32:05] 3 -[2013-09-26 18:32:07] >3 -[2013-09-26 18:33:06] >>3 -[2013-09-26 18:34:07] >>3 -[2013-09-26 18:35:07] >>3 -[2013-09-26 18:36:07] >>3 -[2013-09-26 18:37:07] >>3 -[2013-09-26 18:38:08] >>3 -[2013-09-26 18:38:58] 7 -[2013-09-26 18:39:00] 3 -[2013-09-26 18:39:01] >3 -[2013-09-26 18:40:01] >>3 -[2013-09-26 18:41:01] >>3 -[2013-09-26 18:42:02] >>3 -[2013-09-26 18:43:02] >>3 -[2013-09-26 18:44:02] >>3 -[2013-09-26 18:45:02] >>3 -[2013-09-26 18:46:02] >>3 -[2013-09-26 18:46:04] 7 -[2013-09-26 18:46:06] 3 -[2013-09-26 18:46:07] >3 -[2013-09-26 18:47:07] >>3 -[2013-09-26 18:48:07] >>3 -[2013-09-26 18:49:07] >>3 -[2013-09-26 18:50:08] >>3 -[2013-09-26 18:51:08] >>3 -[2013-09-26 18:52:08] >>3 -[2013-09-26 18:53:00] 7 -[2013-09-26 18:53:02] >7 -[2013-09-26 18:53:03] 3 -[2013-09-26 18:53:04] >3 -[2013-09-26 18:54:04] >>3 -[2013-09-26 18:55:04] >>3 -[2013-09-26 18:56:04] >>3 -[2013-09-26 18:57:05] >>3 -[2013-09-26 18:58:05] >>3 -[2013-09-26 18:59:05] >>3 -[2013-09-26 19:00:05] >>3 -[2013-09-26 19:00:06] 7 -[2013-09-26 19:00:08] >7 -[2013-09-26 19:00:09] 3 -[2013-09-26 19:00:10] >3 -[2013-09-26 19:01:10] >>3 -[2013-09-26 19:02:10] >>3 -[2013-09-26 19:03:10] >>3 -[2013-09-26 19:04:11] >>3 -[2013-09-26 19:05:11] >>3 -[2013-09-26 19:06:11] >>3 -[2013-09-26 19:07:03] 7 -[2013-09-26 19:07:04] >7 -[2013-09-26 19:07:05] 3 -[2013-09-26 19:07:07] >3 -[2013-09-26 19:08:06] >>3 -[2013-09-26 19:09:06] >>3 -[2013-09-26 19:10:07] >>3 -[2013-09-26 19:11:07] >>3 -[2013-09-26 19:12:07] >>3 -[2013-09-26 19:13:07] >>3 -[2013-09-26 19:14:08] >>3 -[2013-09-26 19:14:09] 7 -[2013-09-26 19:14:10] 3 -[2013-09-26 19:14:12] >3 -[2013-09-26 19:15:12] >>3 -[2013-09-26 19:16:12] >>3 -[2013-09-26 19:17:12] >>3 -[2013-09-26 19:18:12] >>3 -[2013-09-26 19:19:12] >>3 -[2013-09-26 19:20:13] >>3 -[2013-09-26 19:21:05] 7 -[2013-09-26 19:21:07] >7 -[2013-09-26 19:21:08] 3 -[2013-09-26 19:21:09] >3 -[2013-09-26 19:22:09] >>3 -[2013-09-26 19:23:09] >>3 -[2013-09-26 19:24:09] >>3 -[2013-09-26 19:25:10] >>3 -[2013-09-26 19:26:10] >>3 -[2013-09-26 19:27:10] >>3 -[2013-09-26 19:28:10] >>3 -[2013-09-26 19:28:11] 7 -[2013-09-26 19:28:13] >7 -[2013-09-26 19:28:14] 3 -[2013-09-26 19:28:16] >3 -[2013-09-26 19:29:16] >>3 -[2013-09-26 19:30:16] >>3 -[2013-09-26 19:31:16] >>3 -[2013-09-26 19:32:16] >>3 -[2013-09-26 19:33:16] >>3 -[2013-09-26 19:34:17] >>3 -[2013-09-26 19:35:08] 7 -[2013-09-26 19:35:09] 3 -[2013-09-26 19:35:11] >3 -[2013-09-26 19:35:23] 21 -[2013-09-26 19:35:24] >21 -[2013-09-26 19:35:34] 1 -[2013-09-26 19:35:36] >1 -[2013-09-26 19:36:04] 3 -[2013-09-26 19:36:05] >3 -[2013-09-26 19:37:05] >>3 -[2013-09-26 19:38:05] >>3 -[2013-09-26 19:39:06] >>3 -[2013-09-26 19:40:06] >>3 -[2013-09-26 19:41:06] >>3 -[2013-09-26 19:42:06] >>3 -[2013-09-26 19:42:50] 7 -[2013-09-26 19:42:52] 3 -[2013-09-26 19:42:54] >3 -[2013-09-26 19:43:53] >>3 -[2013-09-26 19:44:54] >>3 -[2013-09-26 19:45:54] >>3 -[2013-09-26 19:46:54] >>3 -[2013-09-26 19:47:54] >>3 -[2013-09-26 19:48:55] >>3 -[2013-09-26 19:49:47] 7 -[2013-09-26 19:49:48] 3 -[2013-09-26 19:49:50] >3 -[2013-09-26 19:50:50] >>3 -[2013-09-26 19:51:50] >>3 -[2013-09-26 19:52:50] >>3 -[2013-09-26 19:53:50] >>3 -[2013-09-26 19:54:51] >>3 -[2013-09-26 19:55:51] >>3 -[2013-09-26 19:56:51] >>3 -[2013-09-26 19:56:53] 7 -[2013-09-26 19:56:54] >7 -[2013-09-26 19:56:55] 3 -[2013-09-26 19:56:56] >3 -[2013-09-26 19:57:56] >>3 -[2013-09-26 19:58:56] >>3 -[2013-09-26 19:59:57] >>3 -[2013-09-26 20:00:57] >>3 -[2013-09-26 20:01:57] >>3 -[2013-09-26 20:02:57] >>3 -[2013-09-26 20:03:49] 7 -[2013-09-26 20:03:51] >7 -[2013-09-26 20:03:51] 3 -[2013-09-26 20:03:53] >3 -[2013-09-26 20:04:53] >>3 -[2013-09-26 20:05:53] >>3 -[2013-09-26 20:06:53] >>3 -[2013-09-26 20:07:53] >>3 -[2013-09-26 20:08:53] >>3 -[2013-09-26 20:09:54] >>3 -[2013-09-26 20:10:54] >>3 -[2013-09-26 20:10:55] 7 -[2013-09-26 20:10:57] >7 -[2013-09-26 20:10:57] 3 -[2013-09-26 20:10:59] >3 -[2013-09-26 20:11:59] >>3 -[2013-09-26 20:12:59] >>3 -[2013-09-26 20:13:59] >>3 -[2013-09-26 20:14:59] >>3 -[2013-09-26 20:15:45] 1 -[2013-09-26 20:15:47] 3 -[2013-09-26 20:15:48] >3 -[2013-09-26 20:15:56] 21 -[2013-09-26 20:15:57] 1 -[2013-09-26 20:15:59] >1 -[2013-09-26 20:16:08] 21 -[2013-09-26 20:16:09] 1 -[2013-09-26 20:16:11] >1 -[2013-09-26 20:16:20] 3 -[2013-09-26 20:16:22] >3 -[2013-09-26 20:17:22] >>3 -[2013-09-26 20:17:52] 7 -[2013-09-26 20:17:53] 3 -[2013-09-26 20:17:55] >3 -[2013-09-26 20:18:55] >>3 -[2013-09-26 20:19:55] >>3 -[2013-09-26 20:20:55] >>3 -[2013-09-26 20:21:55] >>3 -[2013-09-26 20:22:56] >>3 -[2013-09-26 20:23:56] >>3 -[2013-09-26 20:24:56] >>3 -[2013-09-26 20:24:58] 7 -[2013-09-26 20:24:59] >7 -[2013-09-26 20:25:00] 3 -[2013-09-26 20:25:01] >3 -[2013-09-26 20:26:01] >>3 -[2013-09-26 20:27:01] >>3 -[2013-09-26 20:28:02] >>3 -[2013-09-26 20:29:02] >>3 -[2013-09-26 20:30:02] >>3 -[2013-09-26 20:31:02] >>3 -[2013-09-26 20:31:54] 7 -[2013-09-26 20:31:56] >7 -[2013-09-26 20:31:57] 3 -[2013-09-26 20:31:58] >3 -[2013-09-26 20:32:58] >>3 -[2013-09-26 20:33:58] >>3 -[2013-09-26 20:34:59] >>3 -[2013-09-26 20:35:59] >>3 -[2013-09-26 20:36:59] >>3 -[2013-09-26 20:37:00] 7 -[2013-09-26 20:37:02] >7 -[2013-09-26 20:37:08] 3 -[2013-09-26 20:37:10] >3 -[2013-09-26 20:38:10] >>3 -[2013-09-26 20:39:00] 7 -[2013-09-26 20:39:02] >7 -[2013-09-26 20:39:04] 3 -[2013-09-26 20:39:05] >3 -[2013-09-26 20:40:05] >>3 -[2013-09-26 20:41:05] >>3 -[2013-09-26 20:42:05] >>3 -[2013-09-26 20:43:06] >>3 -[2013-09-26 20:43:21] 7 -[2013-09-26 20:43:23] >7 -[2013-09-26 20:43:47] 3 -[2013-09-26 20:43:49] >3 -[2013-09-26 20:44:48] >>3 -[2013-09-26 20:45:49] >>3 -[2013-09-26 20:45:56] 7 -[2013-09-26 20:45:58] >7 -[2013-09-26 20:46:00] 3 -[2013-09-26 20:46:02] >3 -[2013-09-26 20:46:39] 7 -[2013-09-26 20:46:41] >7 -[2013-09-26 20:46:52] 3 -[2013-09-26 20:46:54] >3 -[2013-09-26 20:47:04] 7 -[2013-09-26 20:47:06] 3 -[2013-09-26 20:47:07] >3 -[2013-09-26 20:47:08] 7 -[2013-09-26 20:47:09] 3 -[2013-09-26 20:47:10] 7 -[2013-09-26 20:47:11] >7 -[2013-09-26 20:48:11] >>7 -[2013-09-26 20:48:11] 3 -[2013-09-26 20:48:13] >3 -[2013-09-26 20:49:13] >>3 -[2013-09-26 20:49:56] 7 -[2013-09-26 20:49:58] >7 -[2013-09-26 20:50:44] 3 -[2013-09-26 20:50:45] >3 -[2013-09-26 20:51:45] >>3 -[2013-09-26 20:52:45] >>3 -[2013-09-26 20:53:03] 7 -[2013-09-26 20:53:04] >7 -[2013-09-26 20:53:07] 3 -[2013-09-26 20:53:09] >3 -[2013-09-26 20:54:09] >>3 -[2013-09-26 20:55:09] >>3 -[2013-09-26 20:55:41] 7 -[2013-09-26 20:55:43] >7 -[2013-09-26 20:56:11] 3 -[2013-09-26 20:56:13] >3 -[2013-09-26 20:57:13] >>3 -[2013-09-26 20:57:42] 7 -[2013-09-26 20:57:44] >7 -[2013-09-26 20:58:44] >>7 -[2013-09-26 20:59:44] >>7 -[2013-09-26 21:00:44] >>7 -[2013-09-26 21:01:44] >>7 -[2013-09-26 21:02:45] >>7 -[2013-09-26 21:02:50] 3 -[2013-09-26 21:02:52] >3 -[2013-09-26 21:03:52] >>3 -[2013-09-26 21:04:52] >>3 -[2013-09-26 21:05:25] 7 -[2013-09-26 21:05:27] 3 -[2013-09-26 21:05:28] >3 -[2013-09-26 21:05:40] 7 -[2013-09-26 21:05:41] 3 -[2013-09-26 21:05:42] 7 -[2013-09-26 21:05:43] >7 -[2013-09-26 21:06:43] >>7 -[2013-09-26 21:06:51] 3 -[2013-09-26 21:06:53] >3 -[2013-09-26 21:07:05] 7 -[2013-09-26 21:07:06] >7 -[2013-09-26 21:08:06] >>7 -[2013-09-26 21:09:06] >>7 -[2013-09-26 21:09:11] 3 -[2013-09-26 21:09:13] >3 -[2013-09-26 21:10:11] 7 -[2013-09-26 21:10:13] >7 -[2013-09-26 21:10:14] 3 -[2013-09-26 21:10:15] >3 -[2013-09-26 21:10:16] 7 -[2013-09-26 21:10:17] 3 -[2013-09-26 21:10:17] 7 -[2013-09-26 21:10:19] >7 -[2013-09-26 21:10:19] 3 -[2013-09-26 21:10:21] 7 -[2013-09-26 21:10:21] 3 -[2013-09-26 21:10:22] 7 -[2013-09-26 21:10:23] >7 -[2013-09-26 21:11:23] >>7 -[2013-09-26 21:12:23] >>7 -[2013-09-26 21:13:24] >>7 -[2013-09-26 21:14:08] 3 -[2013-09-26 21:14:09] >3 -[2013-09-26 21:15:09] >>3 -[2013-09-26 21:16:09] >>3 -[2013-09-26 21:17:10] >>3 -[2013-09-26 21:18:10] >>3 -[2013-09-26 21:19:10] >>3 -[2013-09-26 21:20:10] >>3 -[2013-09-26 21:21:07] 7 -[2013-09-26 21:21:09] >7 -[2013-09-26 21:21:11] 3 -[2013-09-26 21:21:12] >3 -[2013-09-26 21:22:12] >>3 -[2013-09-26 21:23:12] >>3 -[2013-09-26 21:24:12] >>3 -[2013-09-26 21:25:13] >>3 -[2013-09-26 21:26:13] >>3 -[2013-09-26 21:27:13] >>3 -[2013-09-26 21:28:04] 7 -[2013-09-26 21:28:05] >7 -[2013-09-26 21:28:07] 3 -[2013-09-26 21:28:09] >3 -[2013-09-26 21:29:08] >>3 -[2013-09-26 21:30:09] >>3 -[2013-09-26 21:31:09] >>3 -[2013-09-26 21:32:09] >>3 -[2013-09-26 21:33:09] >>3 -[2013-09-26 21:34:09] >>3 -[2013-09-26 21:35:10] 7 -[2013-09-26 21:35:11] >7 -[2013-09-26 21:35:13] 3 -[2013-09-26 21:35:15] >3 -[2013-09-26 21:36:14] >>3 -[2013-09-26 21:37:15] >>3 -[2013-09-26 21:38:15] >>3 -[2013-09-26 21:39:15] >>3 -[2013-09-26 21:39:58] 7 -[2013-09-26 21:39:59] >7 -[2013-09-26 21:40:06] 3 -[2013-09-26 21:40:08] >3 -[2013-09-26 21:41:08] >>3 -[2013-09-26 21:42:06] 7 -[2013-09-26 21:42:08] >7 -[2013-09-26 21:42:09] 3 -[2013-09-26 21:42:10] >3 -[2013-09-26 21:43:10] >>3 -[2013-09-26 21:44:10] >>3 -[2013-09-26 21:45:10] 7 -[2013-09-26 21:45:12] >7 -[2013-09-26 21:46:11] >>7 -[2013-09-26 21:47:12] >>7 -[2013-09-26 21:47:41] 3 -[2013-09-26 21:47:43] >3 -[2013-09-26 21:48:42] >>3 -[2013-09-26 21:49:12] 7 -[2013-09-26 21:49:14] >7 -[2013-09-26 21:49:43] 3 -[2013-09-26 21:49:44] >3 -[2013-09-26 21:50:44] >>3 -[2013-09-26 21:51:44] >>3 -[2013-09-26 21:52:45] >>3 -[2013-09-26 21:53:45] >>3 -[2013-09-26 21:54:45] >>3 -[2013-09-26 21:55:45] >>3 -[2013-09-26 21:55:51] 7 -[2013-09-26 21:55:53] >7 -[2013-09-26 21:56:53] >>7 -[2013-09-26 21:57:53] >>7 -[2013-09-26 21:58:53] >>7 -[2013-09-26 21:59:21] 3 -[2013-09-26 21:59:22] >3 -[2013-09-26 21:59:26] 7 -[2013-09-26 21:59:27] >7 -[2013-09-26 22:00:27] >>7 -[2013-09-26 22:01:27] >>7 -[2013-09-26 22:02:27] >>7 -[2013-09-26 22:03:28] >>7 -[2013-09-26 22:03:39] 3 -[2013-09-26 22:03:40] >3 -[2013-09-26 22:04:40] >>3 -[2013-09-26 22:05:33] 7 -[2013-09-26 22:05:34] >7 -[2013-09-26 22:06:34] >>7 -[2013-09-26 22:07:34] >>7 -[2013-09-26 22:08:35] >>7 -[2013-09-26 22:09:35] >>7 -[2013-09-26 22:09:46] 5 -[2013-09-26 22:09:48] >5 -[2013-09-26 22:10:13] 7 -[2013-09-26 22:10:14] >7 -[2013-09-26 22:10:25] 5 -[2013-09-26 22:10:27] >5 -[2013-09-26 22:10:31] 7 -[2013-09-26 22:10:32] >7 -[2013-09-26 22:10:44] 25 -[2013-09-26 22:10:45] 5 -[2013-09-26 22:10:46] >5 -[2013-09-26 22:10:49] 7 -[2013-09-26 22:10:50] >7 -[2013-09-26 22:11:50] >>7 -[2013-09-26 22:12:08] 25 -[2013-09-26 22:12:09] 5 -[2013-09-26 22:12:10] 7 -[2013-09-26 22:12:11] >7 -[2013-09-26 22:12:17] 5 -[2013-09-26 22:12:19] >5 -[2013-09-26 22:12:31] 7 -[2013-09-26 22:12:33] >7 -[2013-09-26 22:13:32] >>7 -[2013-09-26 22:14:33] >>7 -[2013-09-26 22:15:33] >>7 -[2013-09-26 22:16:33] >>7 -[2013-09-26 22:17:33] >>7 -[2013-09-26 22:18:33] >>7 -[2013-09-26 22:19:34] >>7 -[2013-09-26 22:20:34] >>7 -[2013-09-26 22:21:34] >>7 -[2013-09-26 22:22:34] >>7 -[2013-09-26 22:23:34] >>7 -[2013-09-26 22:24:35] >>7 -[2013-09-26 22:25:35] >>7 -[2013-09-26 22:26:35] >>7 -[2013-09-26 22:27:35] >>7 -[2013-09-26 22:28:36] >>7 -[2013-09-26 22:29:36] >>7 -[2013-09-26 22:30:36] >>7 -[2013-09-26 22:31:36] >>7 -[2013-09-26 22:32:36] >>7 -[2013-09-26 22:33:37] >>7 -[2013-09-26 22:34:37] >>7 -[2013-09-26 22:35:37] >>7 -[2013-09-26 22:36:37] >>7 -[2013-09-26 22:37:37] >>7 -[2013-09-26 22:38:38] >>7 -[2013-09-26 22:39:38] >>7 -[2013-09-26 22:40:38] >>7 -[2013-09-26 22:41:38] >>7 -[2013-09-26 22:42:38] >>7 -[2013-09-26 22:43:39] >>7 -[2013-09-26 22:44:39] >>7 -[2013-09-26 22:45:39] >>7 -[2013-09-26 22:46:39] >>7 -[2013-09-26 22:47:39] >>7 -[2013-09-26 22:48:40] >>7 -[2013-09-26 22:49:40] >>7 -[2013-09-26 22:50:40] >>7 -[2013-09-26 22:51:40] >>7 -[2013-09-26 22:52:41] >>7 -[2013-09-26 22:53:41] >>7 -[2013-09-26 22:54:41] >>7 -[2013-09-26 22:55:41] >>7 -[2013-09-26 22:56:41] >>7 -[2013-09-26 22:57:42] >>7 -[2013-09-26 22:58:42] >>7 -[2013-09-26 22:59:42] >>7 -[2013-09-26 23:00:42] >>7 -[2013-09-26 23:01:42] >>7 -[2013-09-26 23:02:43] >>7 -[2013-09-26 23:03:43] >>7 -[2013-09-26 23:04:43] >>7 -[2013-09-26 23:05:43] >>7 -[2013-09-26 23:06:43] >>7 -[2013-09-26 23:07:44] >>7 -[2013-09-26 23:08:44] >>7 -[2013-09-26 23:09:44] >>7 -[2013-09-26 23:10:44] >>7 -[2013-09-26 23:11:45] >>7 -[2013-09-26 23:12:45] >>7 -[2013-09-26 23:13:45] >>7 -[2013-09-26 23:14:45] >>7 -[2013-09-26 23:15:45] >>7 -[2013-09-26 23:16:46] >>7 -[2013-09-26 23:17:46] >>7 -[2013-09-26 23:18:46] >>7 -[2013-09-26 23:19:46] >>7 -[2013-09-26 23:20:46] >>7 -[2013-09-26 23:21:47] >>7 -[2013-09-26 23:22:47] >>7 -[2013-09-26 23:23:47] >>7 -[2013-09-26 23:24:47] >>7 -[2013-09-26 23:25:47] >>7 -[2013-09-26 23:26:48] >>7 -[2013-09-26 23:27:11] 3 -[2013-09-26 23:27:13] >3 -[2013-09-26 23:27:30] 7 -[2013-09-26 23:27:31] >7 -[2013-09-26 23:28:31] >>7 -[2013-09-26 23:29:31] >>7 -[2013-09-26 23:30:31] >>7 -[2013-09-26 23:31:32] >>7 -[2013-09-26 23:32:32] >>7 -[2013-09-26 23:33:32] >>7 -[2013-09-26 23:34:22] 3 -[2013-09-26 23:34:23] >3 -[2013-09-26 23:34:26] 7 -[2013-09-26 23:34:28] >7 -[2013-09-26 23:35:27] >>7 -[2013-09-26 23:36:27] >>7 -[2013-09-26 23:36:37] 3 -[2013-09-26 23:36:39] >3 -[2013-09-26 23:37:38] >>3 -[2013-09-26 23:38:39] >>3 -[2013-09-26 23:39:39] >>3 -[2013-09-26 23:40:39] >>3 -[2013-09-26 23:41:32] 7 -[2013-09-26 23:41:33] >7 -[2013-09-26 23:42:33] >>7 -[2013-09-26 23:43:20] 3 -[2013-09-26 23:43:22] >3 -[2013-09-26 23:44:22] >>3 -[2013-09-26 23:45:22] >>3 -[2013-09-26 23:46:22] >>3 -[2013-09-26 23:47:22] >>3 -[2013-09-26 23:48:23] >>3 -[2013-09-26 23:48:28] 7 -[2013-09-26 23:48:30] >7 -[2013-09-26 23:48:37] 3 -[2013-09-26 23:48:39] >3 -[2013-09-26 23:49:38] >>3 -[2013-09-26 23:50:39] >>3 -[2013-09-26 23:51:39] >>3 -[2013-09-26 23:52:39] >>3 -[2013-09-26 23:53:39] >>3 -[2013-09-26 23:54:11] 7 -[2013-09-26 23:54:12] 3 -[2013-09-26 23:54:14] >3 -[2013-09-26 23:54:58] 7 -[2013-09-26 23:54:59] >7 -[2013-09-26 23:55:04] 3 -[2013-09-26 23:55:05] >3 -[2013-09-26 23:55:27] 7 -[2013-09-26 23:55:29] >7 -[2013-09-26 23:55:46] 3 -[2013-09-26 23:55:47] >3 -[2013-09-26 23:56:34] 7 -[2013-09-26 23:56:34] 3 -[2013-09-26 23:56:35] 7 -[2013-09-26 23:56:36] 3 -[2013-09-26 23:56:38] >3 -[2013-09-26 23:57:38] >>3 -[2013-09-26 23:58:38] >>3 -[2013-09-26 23:59:38] >>3 -[2013-09-27 00:00:38] >>3 -[2013-09-27 00:01:39] >>3 -[2013-09-27 00:02:31] 7 -[2013-09-27 00:02:32] >7 -[2013-09-27 00:02:38] 3 -[2013-09-27 00:02:39] >3 -[2013-09-27 00:03:39] >>3 -[2013-09-27 00:03:41] 7 -[2013-09-27 00:03:42] >7 -[2013-09-27 00:03:45] 3 -[2013-09-27 00:03:46] >3 -[2013-09-27 00:03:47] 7 -[2013-09-27 00:03:48] 3 -[2013-09-27 00:03:49] 7 -[2013-09-27 00:03:50] >7 -[2013-09-27 00:04:50] >>7 -[2013-09-27 00:05:12] 3 -[2013-09-27 00:05:14] >3 -[2013-09-27 00:06:14] >>3 -[2013-09-27 00:07:14] >>3 -[2013-09-27 00:08:14] >>3 -[2013-09-27 00:09:14] >>3 -[2013-09-27 00:09:37] 7 -[2013-09-27 00:09:38] >7 -[2013-09-27 00:09:45] 3 -[2013-09-27 00:09:46] >3 -[2013-09-27 00:10:14] 7 -[2013-09-27 00:10:15] 3 -[2013-09-27 00:10:16] >3 -[2013-09-27 00:10:46] 7 -[2013-09-27 00:10:48] >7 -[2013-09-27 00:11:21] 3 -[2013-09-27 00:11:22] >3 -[2013-09-27 00:12:22] >>3 -[2013-09-27 00:13:22] >>3 -[2013-09-27 00:14:23] >>3 -[2013-09-27 00:15:23] >>3 -[2013-09-27 00:16:23] >>3 -[2013-09-27 00:16:33] 7 -[2013-09-27 00:16:35] >7 -[2013-09-27 00:16:39] 3 -[2013-09-27 00:16:41] >3 -[2013-09-27 00:17:41] >>3 -[2013-09-27 00:18:41] >>3 -[2013-09-27 00:19:41] >>3 -[2013-09-27 00:20:41] >>3 -[2013-09-27 00:21:42] >>3 -[2013-09-27 00:22:42] >>3 -[2013-09-27 00:23:39] 7 -[2013-09-27 00:23:41] >7 -[2013-09-27 00:23:49] 3 -[2013-09-27 00:23:50] >3 -[2013-09-27 00:24:50] >>3 -[2013-09-27 00:25:50] >>3 -[2013-09-27 00:26:51] >>3 -[2013-09-27 00:27:51] >>3 -[2013-09-27 00:28:51] >>3 -[2013-09-27 00:29:51] >>3 -[2013-09-27 00:30:35] 7 -[2013-09-27 00:30:37] >7 -[2013-09-27 00:31:37] >>7 -[2013-09-27 00:32:37] >>7 -[2013-09-27 00:33:37] >>7 -[2013-09-27 00:34:37] >>7 -[2013-09-27 00:35:38] >>7 -[2013-09-27 00:36:38] >>7 -[2013-09-27 00:37:38] >>7 -[2013-09-27 00:38:38] >>7 -[2013-09-27 00:39:38] >>7 -[2013-09-27 00:40:39] >>7 -[2013-09-27 00:41:39] >>7 -[2013-09-27 00:42:39] >>7 -[2013-09-27 00:43:39] >>7 -[2013-09-27 00:44:39] >>7 -[2013-09-27 00:45:40] >>7 -[2013-09-27 00:46:40] >>7 -[2013-09-27 00:47:40] >>7 -[2013-09-27 00:48:40] >>7 -[2013-09-27 00:49:40] >>7 -[2013-09-27 00:50:41] >>7 -[2013-09-27 00:51:41] >>7 -[2013-09-27 00:52:41] >>7 -[2013-09-27 00:53:41] >>7 -[2013-09-27 00:54:41] >>7 -[2013-09-27 00:55:42] >>7 -[2013-09-27 00:56:42] >>7 -[2013-09-27 00:57:42] >>7 -[2013-09-27 00:58:42] >>7 -[2013-09-27 00:59:06] 5 -[2013-09-27 00:59:08] >5 -[2013-09-27 00:59:18] 7 -[2013-09-27 00:59:20] >7 -[2013-09-27 01:00:20] >>7 -[2013-09-27 01:01:20] >>7 -[2013-09-27 01:02:20] >>7 -[2013-09-27 01:03:20] >>7 -[2013-09-27 01:04:20] >>7 -[2013-09-27 01:04:50] 3 -[2013-09-27 01:04:52] >3 -[2013-09-27 01:05:46] 7 -[2013-09-27 01:05:48] >7 -[2013-09-27 01:06:48] >>7 -[2013-09-27 01:07:48] >>7 -[2013-09-27 01:08:48] >>7 -[2013-09-27 01:09:48] >>7 -[2013-09-27 01:10:49] >>7 -[2013-09-27 01:11:49] >>7 -[2013-09-27 01:12:49] >>7 -[2013-09-27 01:13:49] >>7 -[2013-09-27 01:14:49] >>7 -[2013-09-27 01:15:50] >>7 -[2013-09-27 01:16:50] >>7 -[2013-09-27 01:17:50] >>7 -[2013-09-27 01:18:50] >>7 -[2013-09-27 01:19:50] >>7 -[2013-09-27 01:20:51] >>7 -[2013-09-27 01:21:51] >>7 -[2013-09-27 01:22:51] >>7 -[2013-09-27 01:23:51] >>7 -[2013-09-27 01:24:51] >>7 -[2013-09-27 01:25:52] >>7 -[2013-09-27 01:26:52] >>7 -[2013-09-27 01:27:52] >>7 -[2013-09-27 01:28:52] >>7 -[2013-09-27 01:29:52] >>7 -[2013-09-27 01:30:53] >>7 -[2013-09-27 01:31:53] >>7 -[2013-09-27 01:32:53] >>7 -[2013-09-27 01:33:53] >>7 -[2013-09-27 01:34:54] >>7 -[2013-09-27 01:35:54] >>7 -[2013-09-27 01:36:54] >>7 -[2013-09-27 01:37:54] >>7 -[2013-09-27 01:38:54] >>7 -[2013-09-27 01:39:55] >>7 -[2013-09-27 01:40:55] >>7 -[2013-09-27 01:41:55] >>7 -[2013-09-27 01:42:56] >>7 -[2013-09-27 01:43:56] >>7 -[2013-09-27 01:44:19] 3 -[2013-09-27 01:44:20] >3 -[2013-09-27 01:44:22] 7 -[2013-09-27 01:44:23] >7 -[2013-09-27 01:45:23] >>7 -[2013-09-27 01:46:23] >>7 -[2013-09-27 01:47:24] >>7 -[2013-09-27 01:48:24] >>7 -[2013-09-27 01:49:24] >>7 -[2013-09-27 01:50:24] >>7 -[2013-09-27 01:51:24] >>7 -[2013-09-27 01:52:25] >>7 -[2013-09-27 01:53:25] >>7 -[2013-09-27 01:54:25] >>7 -[2013-09-27 01:55:25] >>7 -[2013-09-27 01:56:25] >>7 -[2013-09-27 01:57:26] >>7 -[2013-09-27 01:58:26] >>7 -[2013-09-27 01:59:26] >>7 -[2013-09-27 02:00:26] >>7 -[2013-09-27 02:00:33] 3 -[2013-09-27 02:00:35] >3 -[2013-09-27 02:01:34] >>3 -[2013-09-27 02:01:53] 7 -[2013-09-27 02:01:55] >7 -[2013-09-27 02:02:54] >>7 -[2013-09-27 02:03:55] >>7 -[2013-09-27 02:04:55] >>7 -[2013-09-27 02:05:55] >>7 -[2013-09-27 02:06:55] >>7 -[2013-09-27 02:07:55] >>7 -[2013-09-27 02:08:56] >>7 -[2013-09-27 02:09:56] >>7 -[2013-09-27 02:10:06] 3 -[2013-09-27 02:10:07] >3 -[2013-09-27 02:10:39] 7 -[2013-09-27 02:10:40] 3 -[2013-09-27 02:10:41] 7 -[2013-09-27 02:10:43] >7 -[2013-09-27 02:11:42] >>7 -[2013-09-27 02:12:43] >>7 -[2013-09-27 02:13:43] >>7 -[2013-09-27 02:14:43] >>7 -[2013-09-27 02:14:59] 3 -[2013-09-27 02:15:01] >3 -[2013-09-27 02:16:00] >>3 -[2013-09-27 02:16:14] 7 -[2013-09-27 02:16:16] >7 -[2013-09-27 02:17:01] 3 -[2013-09-27 02:17:02] >3 -[2013-09-27 02:17:47] 7 -[2013-09-27 02:17:49] >7 -[2013-09-27 02:18:48] >>7 -[2013-09-27 02:19:49] >>7 -[2013-09-27 02:20:49] >>7 -[2013-09-27 02:21:49] >>7 -[2013-09-27 02:22:49] >>7 -[2013-09-27 02:23:10] 3 -[2013-09-27 02:23:11] 7 -[2013-09-27 02:23:13] >7 -[2013-09-27 02:24:12] >>7 -[2013-09-27 02:25:13] >>7 -[2013-09-27 02:26:13] >>7 -[2013-09-27 02:27:13] >>7 -[2013-09-27 02:28:13] >>7 -[2013-09-27 02:29:13] >>7 -[2013-09-27 02:30:13] >>7 -[2013-09-27 02:30:53] 3 -[2013-09-27 02:30:54] >3 -[2013-09-27 02:31:02] 7 -[2013-09-27 02:31:03] 3 -[2013-09-27 02:31:05] >3 -[2013-09-27 02:32:05] >>3 -[2013-09-27 02:33:05] >>3 -[2013-09-27 02:34:05] >>3 -[2013-09-27 02:35:05] >>3 -[2013-09-27 02:36:06] >>3 -[2013-09-27 02:37:06] >>3 -[2013-09-27 02:37:13] 7 -[2013-09-27 02:37:15] >7 -[2013-09-27 02:37:23] 3 -[2013-09-27 02:37:24] >3 -[2013-09-27 02:38:24] >>3 -[2013-09-27 02:39:24] >>3 -[2013-09-27 02:40:25] >>3 -[2013-09-27 02:40:51] 7 -[2013-09-27 02:40:52] 3 -[2013-09-27 02:40:53] 7 -[2013-09-27 02:40:55] >7 -[2013-09-27 02:41:54] >>7 -[2013-09-27 02:42:55] >>7 -[2013-09-27 02:43:55] >>7 -[2013-09-27 02:44:55] >>7 -[2013-09-27 02:45:55] >>7 -[2013-09-27 02:46:55] >>7 -[2013-09-27 02:47:56] >>7 -[2013-09-27 02:48:56] >>7 -[2013-09-27 02:49:56] >>7 -[2013-09-27 02:50:56] >>7 -[2013-09-27 02:51:56] >>7 -[2013-09-27 02:52:57] >>7 -[2013-09-27 02:53:57] >>7 -[2013-09-27 02:54:57] >>7 -[2013-09-27 02:55:57] >>7 -[2013-09-27 02:56:57] >>7 -[2013-09-27 02:57:58] >>7 -[2013-09-27 02:58:58] >>7 -[2013-09-27 02:59:58] >>7 -[2013-09-27 03:00:58] >>7 -[2013-09-27 03:01:04] 3 -[2013-09-27 03:01:06] >3 -[2013-09-27 03:02:06] >>3 -[2013-09-27 03:03:06] >>3 -[2013-09-27 03:03:32] 7 -[2013-09-27 03:03:33] >7 -[2013-09-27 03:04:33] >>7 -[2013-09-27 03:05:33] >>7 -[2013-09-27 03:06:33] >>7 -[2013-09-27 03:07:34] >>7 -[2013-09-27 03:08:34] >>7 -[2013-09-27 03:09:34] >>7 -[2013-09-27 03:10:34] >>7 -[2013-09-27 03:11:35] >>7 -[2013-09-27 03:12:35] >>7 -[2013-09-27 03:13:26] 3 -[2013-09-27 03:13:28] >3 -[2013-09-27 03:14:27] >>3 -[2013-09-27 03:15:03] 7 -[2013-09-27 03:15:04] >7 -[2013-09-27 03:16:04] >>7 -[2013-09-27 03:17:04] >>7 -[2013-09-27 03:18:04] >>7 -[2013-09-27 03:19:05] >>7 -[2013-09-27 03:20:05] >>7 -[2013-09-27 03:20:59] 3 -[2013-09-27 03:21:01] >3 -[2013-09-27 03:21:13] 7 -[2013-09-27 03:21:13] 3 -[2013-09-27 03:21:15] >3 -[2013-09-27 03:21:17] 7 -[2013-09-27 03:21:19] >7 -[2013-09-27 03:22:18] >>7 -[2013-09-27 03:23:19] >>7 -[2013-09-27 03:24:19] >>7 -[2013-09-27 03:25:19] >>7 -[2013-09-27 03:26:19] >>7 -[2013-09-27 03:27:01] 3 -[2013-09-27 03:27:03] >3 -[2013-09-27 03:27:05] 7 -[2013-09-27 03:27:06] >7 -[2013-09-27 03:28:06] >>7 -[2013-09-27 03:29:06] >>7 -[2013-09-27 03:30:06] >>7 -[2013-09-27 03:31:07] >>7 -[2013-09-27 03:32:07] >>7 -[2013-09-27 03:33:07] >>7 -[2013-09-27 03:33:54] 3 -[2013-09-27 03:33:55] >3 -[2013-09-27 03:34:03] 7 -[2013-09-27 03:34:05] >7 -[2013-09-27 03:34:24] 3 -[2013-09-27 03:34:26] >3 -[2013-09-27 03:35:26] >>3 -[2013-09-27 03:35:32] 7 -[2013-09-27 03:35:33] >7 -[2013-09-27 03:35:55] 3 -[2013-09-27 03:35:56] >3 -[2013-09-27 03:35:58] 7 -[2013-09-27 03:36:00] >7 -[2013-09-27 03:36:33] 3 -[2013-09-27 03:36:34] >3 -[2013-09-27 03:37:34] >>3 -[2013-09-27 03:38:34] >>3 -[2013-09-27 03:39:34] >>3 -[2013-09-27 03:40:34] 7 -[2013-09-27 03:40:36] >7 -[2013-09-27 03:41:19] 3 -[2013-09-27 03:41:21] >3 -[2013-09-27 03:42:21] >>3 -[2013-09-27 03:42:24] 7 -[2013-09-27 03:42:26] >7 -[2013-09-27 03:43:25] >>7 -[2013-09-27 03:44:25] >>7 -[2013-09-27 03:44:51] 3 -[2013-09-27 03:44:53] >3 -[2013-09-27 03:45:10] 7 -[2013-09-27 03:45:12] >7 -[2013-09-27 03:45:37] 3 -[2013-09-27 03:45:39] >3 -[2013-09-27 03:45:51] 7 -[2013-09-27 03:45:53] >7 -[2013-09-27 03:46:53] >>7 -[2013-09-27 03:47:53] >>7 -[2013-09-27 03:48:53] >>7 -[2013-09-27 03:49:54] >>7 -[2013-09-27 03:50:54] >>7 -[2013-09-27 03:51:54] >>7 -[2013-09-27 03:52:54] >>7 -[2013-09-27 03:53:54] >>7 -[2013-09-27 03:54:55] >>7 -[2013-09-27 03:55:50] 3 -[2013-09-27 03:55:52] >3 -[2013-09-27 03:56:02] 7 -[2013-09-27 03:56:03] >7 -[2013-09-27 03:57:03] >>7 -[2013-09-27 03:58:03] >>7 -[2013-09-27 03:59:03] >>7 -[2013-09-27 04:00:04] >>7 -[2013-09-27 04:01:04] >>7 -[2013-09-27 04:02:04] >>7 -[2013-09-27 04:03:05] >>7 -[2013-09-27 04:04:05] >>7 -[2013-09-27 04:05:05] >>7 -[2013-09-27 04:06:05] >>7 -[2013-09-27 04:06:20] 3 -[2013-09-27 04:06:22] >3 -[2013-09-27 04:07:22] >>3 -[2013-09-27 04:08:22] >>3 -[2013-09-27 04:09:22] >>3 -[2013-09-27 04:10:22] >>3 -[2013-09-27 04:11:12] 7 -[2013-09-27 04:11:14] >7 -[2013-09-27 04:11:14] 3 -[2013-09-27 04:11:16] >3 -[2013-09-27 04:12:16] >>3 -[2013-09-27 04:13:16] >>3 -[2013-09-27 04:14:16] >>3 -[2013-09-27 04:15:16] >>3 -[2013-09-27 04:16:16] >>3 -[2013-09-27 04:17:17] >>3 -[2013-09-27 04:18:17] >>3 -[2013-09-27 04:18:18] 7 -[2013-09-27 04:18:20] >7 -[2013-09-27 04:18:20] 3 -[2013-09-27 04:18:22] >3 -[2013-09-27 04:19:22] >>3 -[2013-09-27 04:20:22] >>3 -[2013-09-27 04:21:22] >>3 -[2013-09-27 04:22:22] >>3 -[2013-09-27 04:23:23] >>3 -[2013-09-27 04:24:23] >>3 -[2013-09-27 04:25:21] 7 -[2013-09-27 04:25:23] >7 -[2013-09-27 04:25:23] 3 -[2013-09-27 04:25:25] >3 -[2013-09-27 04:26:25] >>3 -[2013-09-27 04:27:25] >>3 -[2013-09-27 04:28:25] >>3 -[2013-09-27 04:29:25] >>3 -[2013-09-27 04:30:25] >>3 -[2013-09-27 04:31:26] >>3 -[2013-09-27 04:32:26] >>3 -[2013-09-27 04:32:27] 7 -[2013-09-27 04:32:29] >7 -[2013-09-27 04:32:29] 3 -[2013-09-27 04:32:31] >3 -[2013-09-27 04:33:31] >>3 -[2013-09-27 04:34:31] >>3 -[2013-09-27 04:35:31] >>3 -[2013-09-27 04:36:31] >>3 -[2013-09-27 04:37:31] >>3 -[2013-09-27 04:38:32] >>3 -[2013-09-27 04:39:23] 7 -[2013-09-27 04:39:25] >7 -[2013-09-27 04:39:26] 3 -[2013-09-27 04:39:27] >3 -[2013-09-27 04:40:27] >>3 -[2013-09-27 04:41:27] >>3 -[2013-09-27 04:42:27] >>3 -[2013-09-27 04:43:28] >>3 -[2013-09-27 04:44:28] >>3 -[2013-09-27 04:45:28] >>3 -[2013-09-27 04:46:28] >>3 -[2013-09-27 04:46:29] 7 -[2013-09-27 04:46:31] >7 -[2013-09-27 04:46:32] 3 -[2013-09-27 04:46:34] >3 -[2013-09-27 04:47:33] >>3 -[2013-09-27 04:48:34] >>3 -[2013-09-27 04:49:34] >>3 -[2013-09-27 04:50:34] >>3 -[2013-09-27 04:51:34] >>3 -[2013-09-27 04:52:34] >>3 -[2013-09-27 04:53:26] 7 -[2013-09-27 04:53:27] >7 -[2013-09-27 04:53:28] 3 -[2013-09-27 04:53:30] >3 -[2013-09-27 04:54:30] >>3 -[2013-09-27 04:55:30] >>3 -[2013-09-27 04:56:30] >>3 -[2013-09-27 04:57:30] >>3 -[2013-09-27 04:58:31] >>3 -[2013-09-27 04:59:31] >>3 -[2013-09-27 05:00:31] >>3 -[2013-09-27 05:00:32] 7 -[2013-09-27 05:00:33] >7 -[2013-09-27 05:00:34] 3 -[2013-09-27 05:00:36] >3 -[2013-09-27 05:01:36] >>3 -[2013-09-27 05:02:36] >>3 -[2013-09-27 05:03:36] >>3 -[2013-09-27 05:04:36] >>3 -[2013-09-27 05:05:37] >>3 -[2013-09-27 05:06:37] >>3 -[2013-09-27 05:07:28] 7 -[2013-09-27 05:07:30] >7 -[2013-09-27 05:07:31] 3 -[2013-09-27 05:07:32] >3 -[2013-09-27 05:08:32] >>3 -[2013-09-27 05:09:32] >>3 -[2013-09-27 05:10:33] >>3 -[2013-09-27 05:11:33] >>3 -[2013-09-27 05:12:33] >>3 -[2013-09-27 05:13:33] >>3 -[2013-09-27 05:14:33] >>3 -[2013-09-27 05:14:34] 7 -[2013-09-27 05:14:36] >7 -[2013-09-27 05:14:38] 3 -[2013-09-27 05:14:39] >3 -[2013-09-27 05:15:39] >>3 -[2013-09-27 05:16:08] 7 -[2013-09-27 05:16:09] 3 -[2013-09-27 05:16:11] >3 -[2013-09-27 05:17:11] >>3 -[2013-09-27 05:18:11] >>3 -[2013-09-27 05:19:11] >>3 -[2013-09-27 05:20:00] 7 -[2013-09-27 05:20:02] >7 -[2013-09-27 05:20:38] 3 -[2013-09-27 05:20:40] >3 -[2013-09-27 05:21:31] 7 -[2013-09-27 05:21:32] >7 -[2013-09-27 05:21:33] 3 -[2013-09-27 05:21:35] >3 -[2013-09-27 05:22:35] >>3 -[2013-09-27 05:23:35] >>3 -[2013-09-27 05:24:35] >>3 -[2013-09-27 05:25:35] >>3 -[2013-09-27 05:26:36] >>3 -[2013-09-27 05:27:36] >>3 -[2013-09-27 05:28:36] >>3 -[2013-09-27 05:28:37] 7 -[2013-09-27 05:28:38] >7 -[2013-09-27 05:28:39] 3 -[2013-09-27 05:28:41] >3 -[2013-09-27 05:29:41] >>3 -[2013-09-27 05:30:41] >>3 -[2013-09-27 05:31:41] >>3 -[2013-09-27 05:32:41] >>3 -[2013-09-27 05:33:42] >>3 -[2013-09-27 05:34:42] >>3 -[2013-09-27 05:35:33] 7 -[2013-09-27 05:35:35] >7 -[2013-09-27 05:35:36] 3 -[2013-09-27 05:35:38] >3 -[2013-09-27 05:36:38] >>3 -[2013-09-27 05:37:38] >>3 -[2013-09-27 05:38:38] >>3 -[2013-09-27 05:39:38] >>3 -[2013-09-27 05:40:39] >>3 -[2013-09-27 05:41:39] >>3 -[2013-09-27 05:42:39] 7 -[2013-09-27 05:42:41] >7 -[2013-09-27 05:42:44] 3 -[2013-09-27 05:42:45] >3 -[2013-09-27 05:43:45] >>3 -[2013-09-27 05:44:45] >>3 -[2013-09-27 05:45:45] >>3 -[2013-09-27 05:46:46] >>3 -[2013-09-27 05:47:46] >>3 -[2013-09-27 05:48:46] >>3 -[2013-09-27 05:49:36] 7 -[2013-09-27 05:49:37] >7 -[2013-09-27 05:49:39] 3 -[2013-09-27 05:49:40] >3 -[2013-09-27 05:50:40] >>3 -[2013-09-27 05:51:40] >>3 -[2013-09-27 05:52:05] 7 -[2013-09-27 05:52:05] 3 -[2013-09-27 05:52:06] 7 -[2013-09-27 05:52:07] 3 -[2013-09-27 05:52:07] 7 -[2013-09-27 05:52:09] 3 -[2013-09-27 05:52:11] >3 -[2013-09-27 05:53:10] >>3 -[2013-09-27 05:54:11] >>3 -[2013-09-27 05:55:11] >>3 -[2013-09-27 05:56:11] >>3 -[2013-09-27 05:56:42] 7 -[2013-09-27 05:56:43] >7 -[2013-09-27 05:56:44] 3 -[2013-09-27 05:56:46] >3 -[2013-09-27 05:57:46] >>3 -[2013-09-27 05:58:46] >>3 -[2013-09-27 05:59:46] >>3 -[2013-09-27 06:00:46] >>3 -[2013-09-27 06:01:47] >>3 -[2013-09-27 06:02:47] >>3 -[2013-09-27 06:03:38] 7 -[2013-09-27 06:03:40] >7 -[2013-09-27 06:03:42] 3 -[2013-09-27 06:03:43] >3 -[2013-09-27 06:04:43] >>3 -[2013-09-27 06:05:43] >>3 -[2013-09-27 06:06:44] >>3 -[2013-09-27 06:07:44] >>3 -[2013-09-27 06:08:44] >>3 -[2013-09-27 06:09:44] >>3 -[2013-09-27 06:10:44] 7 -[2013-09-27 06:10:46] >7 -[2013-09-27 06:10:48] 3 -[2013-09-27 06:10:49] >3 -[2013-09-27 06:11:49] >>3 -[2013-09-27 06:12:49] >>3 -[2013-09-27 06:13:50] >>3 -[2013-09-27 06:14:50] >>3 -[2013-09-27 06:15:50] >>3 -[2013-09-27 06:16:50] >>3 -[2013-09-27 06:17:40] 7 -[2013-09-27 06:17:42] >7 -[2013-09-27 06:17:44] 3 -[2013-09-27 06:17:46] >3 -[2013-09-27 06:18:46] >>3 -[2013-09-27 06:19:46] >>3 -[2013-09-27 06:20:46] >>3 -[2013-09-27 06:21:46] >>3 -[2013-09-27 06:22:46] >>3 -[2013-09-27 06:23:47] >>3 -[2013-09-27 06:24:46] 7 -[2013-09-27 06:24:48] >7 -[2013-09-27 06:24:50] 3 -[2013-09-27 06:24:51] >3 -[2013-09-27 06:25:51] >>3 -[2013-09-27 06:26:51] >>3 -[2013-09-27 06:27:51] >>3 -[2013-09-27 06:28:52] >>3 -[2013-09-27 06:29:52] >>3 -[2013-09-27 06:30:52] >>3 -[2013-09-27 06:31:17] 7 -[2013-09-27 06:31:18] 3 -[2013-09-27 06:31:19] >3 -[2013-09-27 06:31:43] 7 -[2013-09-27 06:31:50] 3 -[2013-09-27 06:31:51] >3 -[2013-09-27 06:32:03] 7 -[2013-09-27 06:32:05] >7 -[2013-09-27 06:33:04] >>7 -[2013-09-27 06:33:05] 3 -[2013-09-27 06:33:07] >3 -[2013-09-27 06:34:07] >>3 -[2013-09-27 06:35:11] >>3 -[2013-09-27 06:36:11] >>3 -[2013-09-27 06:37:11] >>3 -[2013-09-27 06:38:11] >>3 -[2013-09-27 06:38:49] 7 -[2013-09-27 06:38:50] >7 -[2013-09-27 06:38:51] 3 -[2013-09-27 06:38:53] >3 -[2013-09-27 06:39:53] >>3 -[2013-09-27 06:40:53] >>3 -[2013-09-27 06:41:53] >>3 -[2013-09-27 06:42:53] >>3 -[2013-09-27 06:43:54] >>3 -[2013-09-27 06:44:54] >>3 -[2013-09-27 06:45:46] 7 -[2013-09-27 06:45:47] >7 -[2013-09-27 06:45:48] 3 -[2013-09-27 06:45:49] >3 -[2013-09-27 06:46:49] >>3 -[2013-09-27 06:47:49] >>3 -[2013-09-27 06:48:50] >>3 -[2013-09-27 06:49:50] >>3 -[2013-09-27 06:50:50] >>3 -[2013-09-27 06:51:50] >>3 -[2013-09-27 06:52:50] >>3 -[2013-09-27 06:52:51] 7 -[2013-09-27 06:52:56] 3 -[2013-09-27 06:53:02] >3 -[2013-09-27 06:54:02] >>3 -[2013-09-27 06:55:02] >>3 -[2013-09-27 06:56:03] >>3 -[2013-09-27 06:57:03] >>3 -[2013-09-27 06:58:07] >>3 -[2013-09-27 06:59:07] >>3 -[2013-09-27 06:59:48] 7 -[2013-09-27 06:59:49] >7 -[2013-09-27 06:59:50] 3 -[2013-09-27 06:59:52] >3 -[2013-09-27 07:00:51] >>3 -[2013-09-27 07:01:52] >>3 -[2013-09-27 07:02:52] >>3 -[2013-09-27 07:03:52] >>3 -[2013-09-27 07:04:52] >>3 -[2013-09-27 07:05:52] >>3 -[2013-09-27 07:06:53] >>3 -[2013-09-27 07:06:54] 7 -[2013-09-27 07:06:55] >7 -[2013-09-27 07:06:57] 3 -[2013-09-27 07:06:58] >3 -[2013-09-27 07:07:58] >>3 -[2013-09-27 07:08:58] >>3 -[2013-09-27 07:09:58] >>3 -[2013-09-27 07:10:59] >>3 -[2013-09-27 07:11:59] >>3 -[2013-09-27 07:12:59] >>3 -[2013-09-27 07:13:50] 7 -[2013-09-27 07:13:52] >7 -[2013-09-27 07:13:54] 3 -[2013-09-27 07:13:56] >3 -[2013-09-27 07:14:54] 7 -[2013-09-27 07:14:56] >7 -[2013-09-27 07:15:56] >>7 -[2013-09-27 07:16:10] 3 -[2013-09-27 07:16:11] >3 -[2013-09-27 07:17:11] >>3 -[2013-09-27 07:18:11] >>3 -[2013-09-27 07:19:12] >>3 -[2013-09-27 07:20:12] >>3 -[2013-09-27 07:20:56] 7 -[2013-09-27 07:20:58] >7 -[2013-09-27 07:20:58] 3 -[2013-09-27 07:21:00] >3 -[2013-09-27 07:22:00] >>3 -[2013-09-27 07:23:00] >>3 -[2013-09-27 07:24:00] >>3 -[2013-09-27 07:25:00] >>3 -[2013-09-27 07:26:01] >>3 -[2013-09-27 07:27:01] >>3 -[2013-09-27 07:27:52] 7 -[2013-09-27 07:27:54] >7 -[2013-09-27 07:27:55] 3 -[2013-09-27 07:27:57] >3 -[2013-09-27 07:28:57] >>3 -[2013-09-27 07:29:57] >>3 -[2013-09-27 07:30:57] >>3 -[2013-09-27 07:31:57] >>3 -[2013-09-27 07:32:57] >>3 -[2013-09-27 07:33:58] >>3 -[2013-09-27 07:34:58] >>3 -[2013-09-27 07:34:58] 7 -[2013-09-27 07:35:00] >7 -[2013-09-27 07:35:01] 3 -[2013-09-27 07:35:02] >3 -[2013-09-27 07:36:02] >>3 -[2013-09-27 07:37:02] >>3 -[2013-09-27 07:38:03] >>3 -[2013-09-27 07:39:03] >>3 -[2013-09-27 07:40:03] >>3 -[2013-09-27 07:41:03] >>3 -[2013-09-27 07:41:55] 7 -[2013-09-27 07:41:56] >7 -[2013-09-27 07:41:57] 3 -[2013-09-27 07:41:59] >3 -[2013-09-27 07:42:58] >>3 -[2013-09-27 07:43:59] >>3 -[2013-09-27 07:44:59] >>3 -[2013-09-27 07:45:59] >>3 -[2013-09-27 07:46:59] >>3 -[2013-09-27 07:48:00] >>3 -[2013-09-27 07:49:00] >>3 -[2013-09-27 07:49:01] 7 -[2013-09-27 07:49:03] >7 -[2013-09-27 07:49:04] 3 -[2013-09-27 07:49:06] >3 -[2013-09-27 07:50:06] >>3 -[2013-09-27 07:51:06] >>3 -[2013-09-27 07:52:06] >>3 -[2013-09-27 07:53:06] >>3 -[2013-09-27 07:54:06] >>3 -[2013-09-27 07:54:35] 7 -[2013-09-27 07:54:37] >7 -[2013-09-27 07:54:39] 3 -[2013-09-27 07:54:41] >3 -[2013-09-27 07:55:41] >>3 -[2013-09-27 07:55:50] 7 -[2013-09-27 07:55:52] >7 -[2013-09-27 07:55:54] 3 -[2013-09-27 07:55:56] >3 -[2013-09-27 07:55:57] 7 -[2013-09-27 07:55:59] >7 -[2013-09-27 07:56:02] 3 -[2013-09-27 07:56:03] >3 -[2013-09-27 07:56:57] 7 -[2013-09-27 07:56:59] >7 -[2013-09-27 07:57:59] >>7 -[2013-09-27 07:58:24] 3 -[2013-09-27 07:58:26] >3 -[2013-09-27 07:59:03] 7 -[2013-09-27 07:59:04] 3 -[2013-09-27 07:59:06] >3 -[2013-09-27 08:00:05] >>3 -[2013-09-27 08:01:06] >>3 -[2013-09-27 08:02:06] >>3 -[2013-09-27 08:03:03] 7 -[2013-09-27 08:03:05] >7 -[2013-09-27 08:03:06] 3 -[2013-09-27 08:03:07] >3 -[2013-09-27 08:04:07] >>3 -[2013-09-27 08:05:07] >>3 -[2013-09-27 08:05:12] 7 -[2013-09-27 08:05:14] >7 -[2013-09-27 08:05:17] 3 -[2013-09-27 08:05:18] >3 -[2013-09-27 08:06:18] >>3 -[2013-09-27 08:07:18] >>3 -[2013-09-27 08:07:44] 7 -[2013-09-27 08:07:46] >7 -[2013-09-27 08:08:33] 3 -[2013-09-27 08:08:34] >3 -[2013-09-27 08:09:34] >>3 -[2013-09-27 08:10:00] 7 -[2013-09-27 08:10:01] >7 -[2013-09-27 08:10:03] 3 -[2013-09-27 08:10:05] >3 -[2013-09-27 08:11:04] >>3 -[2013-09-27 08:12:05] >>3 -[2013-09-27 08:13:05] >>3 -[2013-09-27 08:14:05] >>3 -[2013-09-27 08:15:05] >>3 -[2013-09-27 08:16:06] >>3 -[2013-09-27 08:17:06] 7 -[2013-09-27 08:17:07] >7 -[2013-09-27 08:17:09] 3 -[2013-09-27 08:17:10] >3 -[2013-09-27 08:18:10] >>3 -[2013-09-27 08:19:10] >>3 -[2013-09-27 08:20:10] >>3 -[2013-09-27 08:21:11] >>3 -[2013-09-27 08:22:11] >>3 -[2013-09-27 08:23:11] >>3 -[2013-09-27 08:24:02] 7 -[2013-09-27 08:24:04] >7 -[2013-09-27 08:24:05] 3 -[2013-09-27 08:24:07] >3 -[2013-09-27 08:25:06] >>3 -[2013-09-27 08:25:49] 7 -[2013-09-27 08:25:51] >7 -[2013-09-27 08:26:05] 3 -[2013-09-27 08:26:07] >3 -[2013-09-27 08:27:07] >>3 -[2013-09-27 08:28:07] >>3 -[2013-09-27 08:29:07] >>3 -[2013-09-27 08:30:07] >>3 -[2013-09-27 08:31:07] >>3 -[2013-09-27 08:31:09] 7 -[2013-09-27 08:31:10] >7 -[2013-09-27 08:31:11] 3 -[2013-09-27 08:31:12] >3 -[2013-09-27 08:32:12] >>3 -[2013-09-27 08:33:12] >>3 -[2013-09-27 08:34:13] >>3 -[2013-09-27 08:35:13] >>3 -[2013-09-27 08:36:13] >>3 -[2013-09-27 08:37:13] >>3 -[2013-09-27 08:38:05] 7 -[2013-09-27 08:38:07] >7 -[2013-09-27 08:38:08] 3 -[2013-09-27 08:38:10] >3 -[2013-09-27 08:39:10] >>3 -[2013-09-27 08:40:10] >>3 -[2013-09-27 08:41:10] >>3 -[2013-09-27 08:42:10] >>3 -[2013-09-27 08:42:56] 7 -[2013-09-27 08:42:58] >7 -[2013-09-27 08:43:01] 3 -[2013-09-27 08:43:03] >3 -[2013-09-27 08:43:20] 7 -[2013-09-27 08:43:22] >7 -[2013-09-27 08:43:55] 3 -[2013-09-27 08:43:56] >3 -[2013-09-27 08:44:06] 7 -[2013-09-27 08:44:08] >7 -[2013-09-27 08:44:15] 3 -[2013-09-27 08:44:16] >3 -[2013-09-27 08:44:19] 7 -[2013-09-27 08:44:19] 3 -[2013-09-27 08:44:21] >3 -[2013-09-27 08:44:24] 7 -[2013-09-27 08:44:25] 3 -[2013-09-27 08:44:26] >3 -[2013-09-27 08:44:35] 7 -[2013-09-27 08:44:37] >7 -[2013-09-27 08:44:53] 3 -[2013-09-27 08:44:54] >3 -[2013-09-27 08:44:59] 7 -[2013-09-27 08:45:01] >7 -[2013-09-27 08:45:22] 3 -[2013-09-27 08:45:24] >3 -[2013-09-27 08:45:32] 7 -[2013-09-27 08:45:33] >7 -[2013-09-27 08:45:53] 3 -[2013-09-27 08:45:55] >3 -[2013-09-27 08:45:58] 7 -[2013-09-27 08:46:00] >7 -[2013-09-27 08:46:01] 3 -[2013-09-27 08:46:02] >3 -[2013-09-27 08:46:08] 7 -[2013-09-27 08:46:10] >7 -[2013-09-27 08:47:09] >>7 -[2013-09-27 08:48:10] >>7 -[2013-09-27 08:49:10] >>7 -[2013-09-27 08:50:10] >>7 -[2013-09-27 08:51:10] >>7 -[2013-09-27 08:52:11] >>7 -[2013-09-27 08:53:11] >>7 -[2013-09-27 08:54:11] >>7 -[2013-09-27 08:55:11] >>7 -[2013-09-27 08:56:11] >>7 -[2013-09-27 08:57:12] >>7 -[2013-09-27 08:58:12] >>7 -[2013-09-27 08:59:12] >>7 -[2013-09-27 09:00:12] >>7 -[2013-09-27 09:01:12] >>7 -[2013-09-27 09:02:00] 3 -[2013-09-27 09:02:01] >3 -[2013-09-27 09:03:01] >>3 -[2013-09-27 09:04:01] >>3 -[2013-09-27 09:05:01] >>3 -[2013-09-27 09:06:02] >>3 -[2013-09-27 09:06:10] 7 -[2013-09-27 09:06:11] >7 -[2013-09-27 09:06:37] 3 -[2013-09-27 09:06:39] >3 -[2013-09-27 09:07:38] >>3 -[2013-09-27 09:08:15] 7 -[2013-09-27 09:08:17] >7 -[2013-09-27 09:09:04] 3 -[2013-09-27 09:09:06] >3 -[2013-09-27 09:10:06] >>3 -[2013-09-27 09:11:06] >>3 -[2013-09-27 09:12:06] >>3 -[2013-09-27 09:12:25] 7 -[2013-09-27 09:12:26] >7 -[2013-09-27 09:12:28] 3 -[2013-09-27 09:12:30] >3 -[2013-09-27 09:13:16] 7 -[2013-09-27 09:13:18] >7 -[2013-09-27 09:13:23] 3 -[2013-09-27 09:13:25] >3 -[2013-09-27 09:14:25] >>3 -[2013-09-27 09:15:25] >>3 -[2013-09-27 09:16:25] >>3 -[2013-09-27 09:17:26] >>3 -[2013-09-27 09:18:26] >>3 -[2013-09-27 09:19:26] >>3 -[2013-09-27 09:20:12] 7 -[2013-09-27 09:20:14] >7 -[2013-09-27 09:20:19] 3 -[2013-09-27 09:20:21] >3 -[2013-09-27 09:21:21] >>3 -[2013-09-27 09:22:21] >>3 -[2013-09-27 09:23:21] >>3 -[2013-09-27 09:24:21] >>3 -[2013-09-27 09:25:22] >>3 -[2013-09-27 09:26:22] >>3 -[2013-09-27 09:27:18] 7 -[2013-09-27 09:27:20] >7 -[2013-09-27 09:27:24] 3 -[2013-09-27 09:27:25] >3 -[2013-09-27 09:28:25] >>3 -[2013-09-27 09:29:25] >>3 -[2013-09-27 09:30:26] >>3 -[2013-09-27 09:31:26] >>3 -[2013-09-27 09:32:26] >>3 -[2013-09-27 09:33:26] >>3 -[2013-09-27 09:34:15] 7 -[2013-09-27 09:34:17] >7 -[2013-09-27 09:34:21] 3 -[2013-09-27 09:34:22] >3 -[2013-09-27 09:35:22] >>3 -[2013-09-27 09:36:22] >>3 -[2013-09-27 09:37:22] >>3 -[2013-09-27 09:38:23] >>3 -[2013-09-27 09:39:23] >>3 -[2013-09-27 09:40:23] >>3 -[2013-09-27 09:40:41] 1 -[2013-09-27 09:40:43] >1 -[2013-09-27 09:41:13] 5 -[2013-09-27 09:41:14] 25 -[2013-09-27 09:41:16] >25 -[2013-09-27 09:41:46] 21 -[2013-09-27 09:41:48] >21 -[2013-09-27 09:42:20] 25 -[2013-09-27 09:42:21] 21 -[2013-09-27 09:42:22] 25 -[2013-09-27 09:42:24] >25 -[2013-09-27 09:42:41] 21 -[2013-09-27 09:42:43] >21 -[2013-09-27 09:43:05] 25 -[2013-09-27 09:43:07] >25 -[2013-09-27 09:44:04] 5 -[2013-09-27 09:44:06] >5 -[2013-09-27 09:44:43] 7 -[2013-09-27 09:44:44] >7 -[2013-09-27 09:45:44] >>7 -[2013-09-27 09:46:44] >>7 -[2013-09-27 09:47:44] >>7 -[2013-09-27 09:48:45] >>7 -[2013-09-27 09:49:45] >>7 -[2013-09-27 09:50:45] >>7 -[2013-09-27 09:51:45] >>7 -[2013-09-27 09:52:46] >>7 -[2013-09-27 09:53:46] >>7 -[2013-09-27 09:54:46] >>7 -[2013-09-27 09:55:46] >>7 -[2013-09-27 09:56:46] >>7 -[2013-09-27 09:57:47] >>7 -[2013-09-27 09:58:47] >>7 -[2013-09-27 09:59:47] >>7 -[2013-09-27 10:00:47] >>7 -[2013-09-27 10:01:47] >>7 -[2013-09-27 10:02:48] >>7 -[2013-09-27 10:03:48] >>7 -[2013-09-27 10:03:51] 3 -[2013-09-27 10:03:53] >3 -[2013-09-27 10:04:52] >>3 -[2013-09-27 10:05:06] 7 -[2013-09-27 10:05:08] 3 -[2013-09-27 10:05:10] >3 -[2013-09-27 10:05:40] 7 -[2013-09-27 10:05:42] >7 -[2013-09-27 10:06:15] 3 -[2013-09-27 10:06:16] >3 -[2013-09-27 10:06:36] 7 -[2013-09-27 10:06:37] 3 -[2013-09-27 10:06:38] 7 -[2013-09-27 10:06:40] >7 -[2013-09-27 10:06:50] 3 -[2013-09-27 10:06:52] >3 -[2013-09-27 10:07:51] 7 -[2013-09-27 10:07:53] >7 -[2013-09-27 10:08:52] >>7 -[2013-09-27 10:09:17] 3 -[2013-09-27 10:09:19] >3 -[2013-09-27 10:09:39] 7 -[2013-09-27 10:09:40] 3 -[2013-09-27 10:09:42] >3 -[2013-09-27 10:10:22] 7 -[2013-09-27 10:10:24] >7 -[2013-09-27 10:10:27] 3 -[2013-09-27 10:10:28] 7 -[2013-09-27 10:10:30] >7 -[2013-09-27 10:10:34] 3 -[2013-09-27 10:10:36] >3 -[2013-09-27 10:10:46] 7 -[2013-09-27 10:10:47] >7 -[2013-09-27 10:11:47] >>7 -[2013-09-27 10:12:47] >>7 -[2013-09-27 10:12:57] 3 -[2013-09-27 10:12:59] >3 -[2013-09-27 10:13:59] >>3 -[2013-09-27 10:14:59] >>3 -[2013-09-27 10:15:59] >>3 -[2013-09-27 10:16:49] 7 -[2013-09-27 10:16:49] 3 -[2013-09-27 10:16:51] >3 -[2013-09-27 10:16:52] 7 -[2013-09-27 10:16:52] 3 -[2013-09-27 10:16:54] 7 -[2013-09-27 10:16:54] 3 -[2013-09-27 10:16:55] 7 -[2013-09-27 10:16:55] 3 -[2013-09-27 10:16:57] >3 -[2013-09-27 10:17:52] 7 -[2013-09-27 10:17:53] 3 -[2013-09-27 10:17:55] 7 -[2013-09-27 10:17:57] >7 -[2013-09-27 10:18:56] >>7 -[2013-09-27 10:19:19] 3 -[2013-09-27 10:19:20] >3 -[2013-09-27 10:20:20] >>3 -[2013-09-27 10:20:58] 7 -[2013-09-27 10:21:00] >7 -[2013-09-27 10:21:59] >>7 -[2013-09-27 10:22:19] 3 -[2013-09-27 10:22:20] >3 -[2013-09-27 10:23:20] >>3 -[2013-09-27 10:24:20] >>3 -[2013-09-27 10:25:20] >>3 -[2013-09-27 10:26:05] 7 -[2013-09-27 10:26:07] >7 -[2013-09-27 10:26:14] 3 -[2013-09-27 10:26:16] >3 -[2013-09-27 10:27:15] >>3 -[2013-09-27 10:27:33] 7 -[2013-09-27 10:27:35] >7 -[2013-09-27 10:28:35] >>7 -[2013-09-27 10:28:39] 3 -[2013-09-27 10:28:41] >3 -[2013-09-27 10:29:40] >>3 -[2013-09-27 10:30:41] >>3 -[2013-09-27 10:30:45] 7 -[2013-09-27 10:30:45] 3 -[2013-09-27 10:30:46] 7 -[2013-09-27 10:30:48] >7 -[2013-09-27 10:31:28] 3 -[2013-09-27 10:31:29] >3 -[2013-09-27 10:32:29] >>3 -[2013-09-27 10:33:11] 7 -[2013-09-27 10:33:13] >7 -[2013-09-27 10:33:50] 3 -[2013-09-27 10:33:52] >3 -[2013-09-27 10:34:52] >>3 -[2013-09-27 10:35:52] >>3 -[2013-09-27 10:36:52] >>3 -[2013-09-27 10:37:52] >>3 -[2013-09-27 10:38:52] >>3 -[2013-09-27 10:39:53] >>3 -[2013-09-27 10:40:08] 7 -[2013-09-27 10:40:09] >7 -[2013-09-27 10:40:15] 3 -[2013-09-27 10:40:16] >3 -[2013-09-27 10:41:16] >>3 -[2013-09-27 10:42:16] >>3 -[2013-09-27 10:43:16] >>3 -[2013-09-27 10:44:17] >>3 -[2013-09-27 10:45:17] >>3 -[2013-09-27 10:46:17] >>3 -[2013-09-27 10:47:14] 7 -[2013-09-27 10:47:15] >7 -[2013-09-27 10:47:24] 3 -[2013-09-27 10:47:25] >3 -[2013-09-27 10:48:25] >>3 -[2013-09-27 10:49:25] >>3 -[2013-09-27 10:50:25] >>3 -[2013-09-27 10:51:26] >>3 -[2013-09-27 10:52:26] >>3 -[2013-09-27 10:53:26] >>3 -[2013-09-27 10:54:11] 7 -[2013-09-27 10:54:12] >7 -[2013-09-27 10:54:19] 3 -[2013-09-27 10:54:20] >3 -[2013-09-27 10:55:20] >>3 -[2013-09-27 10:56:20] >>3 -[2013-09-27 10:57:21] >>3 -[2013-09-27 10:58:21] >>3 -[2013-09-27 10:59:21] >>3 -[2013-09-27 11:00:21] >>3 -[2013-09-27 11:01:17] 7 -[2013-09-27 11:01:18] >7 -[2013-09-27 11:01:21] 3 -[2013-09-27 11:01:23] >3 -[2013-09-27 11:02:23] >>3 -[2013-09-27 11:03:23] >>3 -[2013-09-27 11:04:23] >>3 -[2013-09-27 11:05:23] >>3 -[2013-09-27 11:06:24] >>3 -[2013-09-27 11:07:24] >>3 -[2013-09-27 11:08:12] 7 -[2013-09-27 11:08:14] >7 -[2013-09-27 11:08:21] 3 -[2013-09-27 11:08:22] >3 -[2013-09-27 11:09:22] >>3 -[2013-09-27 11:10:22] >>3 -[2013-09-27 11:11:22] >>3 -[2013-09-27 11:12:23] >>3 -[2013-09-27 11:13:23] >>3 -[2013-09-27 11:13:38] 7 -[2013-09-27 11:13:38] 3 -[2013-09-27 11:13:40] 7 -[2013-09-27 11:13:41] 3 -[2013-09-27 11:13:42] 7 -[2013-09-27 11:13:42] 3 -[2013-09-27 11:13:44] >3 -[2013-09-27 11:13:52] 7 -[2013-09-27 11:13:54] >7 -[2013-09-27 11:14:53] >>7 -[2013-09-27 11:15:32] 3 -[2013-09-27 11:15:34] >3 -[2013-09-27 11:15:41] 7 -[2013-09-27 11:15:41] 3 -[2013-09-27 11:15:43] >3 -[2013-09-27 11:15:44] 7 -[2013-09-27 11:15:46] >7 -[2013-09-27 11:16:46] >>7 -[2013-09-27 11:17:46] >>7 -[2013-09-27 11:18:46] >>7 -[2013-09-27 11:19:33] 3 -[2013-09-27 11:19:35] >3 -[2013-09-27 11:19:49] 7 -[2013-09-27 11:19:51] >7 -[2013-09-27 11:20:51] >>7 -[2013-09-27 11:21:51] >>7 -[2013-09-27 11:22:51] >>7 -[2013-09-27 11:23:16] 3 -[2013-09-27 11:23:18] >3 -[2013-09-27 11:24:17] >>3 -[2013-09-27 11:25:17] >>3 -[2013-09-27 11:26:17] >>3 -[2013-09-27 11:27:18] >>3 -[2013-09-27 11:28:18] >>3 -[2013-09-27 11:29:18] >>3 -[2013-09-27 11:29:21] 7 -[2013-09-27 11:29:22] >7 -[2013-09-27 11:29:26] 3 -[2013-09-27 11:29:28] >3 -[2013-09-27 11:30:27] >>3 -[2013-09-27 11:31:27] >>3 -[2013-09-27 11:31:42] 7 -[2013-09-27 11:31:44] >7 -[2013-09-27 11:31:51] 3 -[2013-09-27 11:31:52] >3 -[2013-09-27 11:32:52] >>3 -[2013-09-27 11:33:52] >>3 -[2013-09-27 11:34:52] >>3 -[2013-09-27 11:35:52] >>3 -[2013-09-27 11:36:21] 7 -[2013-09-27 11:36:23] >7 -[2013-09-27 11:36:29] 3 -[2013-09-27 11:36:31] >3 -[2013-09-27 11:37:30] >>3 -[2013-09-27 11:38:30] >>3 -[2013-09-27 11:39:31] >>3 diff --git a/ConfIOB/Donati/1013_158/old/IOB.cfg b/ConfIOB/Donati/1013_158/old/IOB.cfg deleted file mode 100644 index 53061fb..0000000 --- a/ConfIOB/Donati/1013_158/old/IOB.cfg +++ /dev/null @@ -1,19 +0,0 @@ -[id] -idxMacchina = 1013 - -[web] -URLBASE = http://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina= -URLADV1 = &valore= -URLREBO = http://192.168.51.71/MPIO/sendReboot.aspx?idxMacchina= - -[time] -SAMPLETIME = 0.5 -TIMEOUTSHORT = 2 -TIMEOUTLONG = 60 - -[log] -LOGLEVEL = 10 -LOGFILE = logfile.txt - -[comm] -port = /dev/ttyAMA0 diff --git a/ConfIOB/Donati/1013_158/old/readParallela.py b/ConfIOB/Donati/1013_158/old/readParallela.py deleted file mode 100644 index 7520b36..0000000 --- a/ConfIOB/Donati/1013_158/old/readParallela.py +++ /dev/null @@ -1,337 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -# readParallela v. 1.1 - -#--------------------------------------------------------------- - - -import time -import sys - - -from datetime import datetime - -import urllib -import ConfigParser -import os, sys - -#--------------------------------------------------------------- - -# COSTANTI -MSGLEN = 9 -TIMEOUTSERIALE = 10 -MAXRETRY = 3 - -PROGRAM_NAME ="ReadPar IOB-pi v.1.1" - -# DA FILE CONF -idxMacchina = "1001" -SAMPLETIME = 0.1 -TIMEOUTSHORT = (SAMPLETIME*20) -TIMEOUTLONG = (SAMPLETIME*600) - -# VAR -to_enable = False -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG -to_serial = TIMEOUTSERIALE -to_retry = MAXRETRY -errormsglen = 0 - -# VAR - -out_0 = 24 -out_1 = 26 - -in_0 = 11 -in_1 = 12 -in_2 = 13 -in_3 = 15 -in_4 = 16 -in_5 = 18 -in_6 = 22 -in_7 = 7 - -#--------------------------------------------------------------- -# classe logger - -class Logger: - def __init__(self, filename): - try: - self.filename = filename - except: - logga("LOGGER: errore try su self.filename") - sys.exit(1) - def __call__(self, string): - try: - file = open(self.filename, 'a') - file.write('[' + time.strftime("%Y-%m-%d %H:%M:%S") + '] ') - file.write(string + '\n') - file.close() - except: - logga("LOGGER: errore try su scrittura") - sys.exit(1) - -#--------------------------------------------------------------- -# lettura parallela -# ritorna il byte letto pulito ( due char hex ) - -def readParallela(): - - global in_0 - global in_1 - global in_2 - global in_3 - global in_4 - global in_5 - global in_6 - global in_7 - - global GPIO - - current = '' - -# print "input : " - - # ritorna '' se non ci sono abbastanza caratteri - try: - num_value = 255 - -# print "num_value : " , num_value , in_0 - - if GPIO.input(in_0): - num_value = num_value - 1 - - if GPIO.input(in_1): - num_value = num_value - 2 - - if GPIO.input(in_2): - num_value = num_value - 4 - - if GPIO.input(in_3): - num_value = num_value - 8 - - if GPIO.input(in_4): - num_value = num_value - 16 - - if GPIO.input(in_5): - num_value = num_value - 32 - - if GPIO.input(in_6): - num_value = num_value - 64 - - if GPIO.input(in_7): - num_value = num_value - 128 - - current = hex( num_value ).replace ( "0x" , "" ).upper() - -# print "\n\n\n\n\n" , num_value , current - - ##### convertire in HEX !!!! - - except: - pass - - return current - - - -#--------------------------------------------------------------- -#Funzione di scrittura su url con try-except - -def chiamaUrl(): - - try: - url = URLBASE + idxMacchina + URLADV1 + value - urllib.urlopen ( url ) - except: - logga ( "NETWORK:Errore http-no com rete-timeout" + url ) - print "Url aforte" , url - -#--------------------------------------------------------------- -# Funzione che verifica possibilità di creare log e include testo corrente - -def logga(message) : - try: - log(message) - except : - pass - -#--------------------------------------------------------------- -def avviaParallela(): - - try: - - GPIO.setmode(GPIO.BOARD) - - GPIO.setwarnings(False) - - #GPIO.setup(out_0, GPIO.OUT) # output 0 - #GPIO.setup(out_1, GPIO.OUT) # output 1 - - GPIO.setup(in_0, GPIO.IN) # input 0 - GPIO.setup(in_1, GPIO.IN) # input 1 - GPIO.setup(in_2, GPIO.IN) # input 2 - GPIO.setup(in_3, GPIO.IN) # input 3 - GPIO.setup(in_4, GPIO.IN) # input 4 - GPIO.setup(in_5, GPIO.IN) # input 5 - GPIO.setup(in_6, GPIO.IN) # input 6 - GPIO.setup(in_7, GPIO.IN) # input 7 - - except: - print( "\n\n" + PROGRAM_NAME + " - Error 3 on RPi.GPIO ! \n\n") - sys.exit(1) - - - print( "\n\n" + PROGRAM_NAME + " - init ok \n\n") - - -#--------------------------------------------------------------- -#--------------------------------------------------------------- -# MAIN - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'IOB.cfg' ) - - SAMPLETIME = config.getfloat ( 'time' , 'SAMPLETIME' ) - TIMEOUTSHORT = config.getfloat ( 'time' , 'TIMEOUTSHORT' ) - TIMEOUTLONG = config.getfloat ( 'time' , 'TIMEOUTLONG' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - - - URLBASE = config.get ( 'web' , 'URLBASE' ) - URLADV1 = config.get ( 'web' , 'URLADV1' ) - - LOGFILE = config.get ( 'log' , 'LOGFILE' ) - LOGLEVEL = config.get ( 'log' , 'LOGLEVEL' ) -except: - print "\n\n" + PROGRAM_NAME + ' - Error 4 - in config file ' 'IOB.cfg' - sys.exit(1) - -# oggetto Logger -try: - log = Logger(LOGFILE) -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) - -print "\n\n" + PROGRAM_NAME + "\n\n" - -global startstatus -startstatus = 1 - -if startstatus == 1: - logga("Avvio Programma" + PROGRAM_NAME) - -## Verifica l'OS e di conseguenza carica il file relativo con metodo di lockfile appropriato + check singola istanza -if os.name == 'posix': - import unix -else: - import win - -logga ( "Start " + PROGRAM_NAME ) - - -# lettura file configurazione - -# [id] -# idxMacchina = 2001 -# [time] -# SAMPLETIME = 0.1 -# TIMEOUTSHORT = 200 -# TIMEOUTLONG = 6000 - - -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' TIMEOUTSHORT = %4.2f' % ( TIMEOUTSHORT ) ) -print ( ' TIMEOUTLONG = %4.2f' % ( TIMEOUTLONG ) ) -print ( ' URLBASE = %s' % ( URLBASE ) ) -print ( ' URLADV1 = %s' % ( URLADV1 ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) -print ( ' LOGLEVEL = %s' % ( LOGLEVEL ) ) - -# -sys.stdout.write ( 'idxMacchina ?' + idxMacchina + '\n') - -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG - - -#-------------------------------------------------------------- -# apertura parallela - -try: - import RPi.GPIO as GPIO -except RuntimeError: - print( "\n\n" + PROGRAM_NAME + " - Error 1 - you need superuser privileges") -except: - print( "\n\n" + PROGRAM_NAME + " - Error 2 - you need superuser privileges. USE 'sudo' to run your script\n\n") - sys.exit(1) - - -avviaParallela() - -#--------------------------------------------------------------- -# ciclo forever and ever - -old = '' - -while 1: - - try: - time.sleep (SAMPLETIME) - except: - logga("First_SLEEP: errore attesa sampletime") - - # lettura dati da IOB - value = readParallela() - - if ( value != '' ) : - if value != old : - #loggo e invio dati - try: - logga ( value ) - errormsglen = 0 - chiamaUrl() - except: - logga("URLBROWSER: errore registrazione valore e chiamaUrl") - pass - #enable e reset timer - to_enable = True - to_short = TIMEOUTSHORT - to_long = TIMEOUTLONG - - old = value - - - # gestione timeout breve - if ( to_enable ) : - to_short = to_short - SAMPLETIME - if to_short <= 0: - #loggo e invio dati - try: - logga ( '>' + value ) - errormsglen = 0 - chiamaUrl() - except: - pass - to_short = TIMEOUTSHORT - to_enable = False # dopo un colpo il timer breve viene disabilitato - to_long = TIMEOUTLONG - - # gestione timeout lungo - to_long = to_long - SAMPLETIME - if to_long <= 0: - #loggo e invio dati - try: - logga ( '>>' + value ) - errormsglen = 0 - chiamaUrl() - except: - pass - to_long = TIMEOUTLONG - - diff --git a/ConfIOB/Donati/1013_158/readParallela.py b/ConfIOB/Donati/1013_158/readParallela.py deleted file mode 100644 index 5a38f21..0000000 --- a/ConfIOB/Donati/1013_158/readParallela.py +++ /dev/null @@ -1,530 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -# readParallela v. 1.8 -# versione estetica di Carlo + single instance timer - -#--------------------------------------------------------------- -# levare locking -# timer semplificata -# GPIO global - - -import time -import sys - - -from datetime import datetime - -import urllib -import ConfigParser -import os, sys - -import logging -import logging.handlers -import threading -import Queue -#-------------------------------------------------------------- - -# COSTANTI -MSGLEN = 9 -TIMEOUTSERIALE = 10 -MAXRETRY = 3 - -PROGRAM_NAME ="ReadPar IOB-pi v.1.8" - -# DA FILE CONF -idxMacchina = "1001" -SAMPLETIME = 0.1 -TIMEOUTSHORT = (SAMPLETIME*20) -TIMEOUTLONG = (SAMPLETIME*600) -SENDURLTIME = 0.08 - -# VAR -to_enable = False -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG -to_serial = TIMEOUTSERIALE -to_retry = MAXRETRY -errormsglen = 0 - -# VAR - -out_0 = 24 -out_1 = 26 - -in_0 = 11 -in_1 = 12 -in_2 = 13 -in_3 = 15 -in_4 = 16 -in_5 = 18 -in_6 = 22 -in_7 = 7 - -# contatore: serve x match tra accoda ed invia x possibile controllo a posteriori... ogni volta che accodo incremento di 1, va da 0 a 999 -cont = '0' - -# variabile stato online/offline della macchina -onLine = '1' - -# variabile stato seinding/waiting x la parte invio URL -sending = '0' - -# variabile stato timer thread busy -timer_busy = False - -#-------------------------------------------------------------- -# Gestione coda (condivisa) x registrazione eventi ed invio URL -#print "Creazione coda 1000 elementi" - -Coda = Queue.Queue(0) - -#queueLock = threading.Lock() - -#--------------------------------------------------------------- -# lettura parallela -# ritorna il byte letto pulito ( due char hex ) - -def readParallela(): - - global in_0 - global in_1 - global in_2 - global in_3 - global in_4 - global in_5 - global in_6 - global in_7 - - global GPIO - - current = '' - -# print "input : " - - # ritorna '' se non ci sono abbastanza caratteri - try: - num_value = 255 - -# print "num_value : " , num_value , in_0 - - if GPIO.input(in_0): - num_value = num_value - 1 - - if GPIO.input(in_1): - num_value = num_value - 2 - - if GPIO.input(in_2): - num_value = num_value - 4 - - if GPIO.input(in_3): - num_value = num_value - 8 - - if GPIO.input(in_4): - num_value = num_value - 16 - - if GPIO.input(in_5): - num_value = num_value - 32 - - if GPIO.input(in_6): - num_value = num_value - 64 - - if GPIO.input(in_7): - num_value = num_value - 128 - - current = hex( num_value ).replace ( "0x" , "" ).upper() - -# print "\n\n\n\n\n" , num_value , current - - except: - pass - - return current - - -#-------------------------------------------------------------- -# MARCO: cambiare: chiama URL NON deve chiamare url MA METTERE IN CODA (riempiCoda!!!) -# la parte URL vera va messa in svuotaCoda, PARAMETRICA - -#--------------------------------------------------------------- -#Funzione di scrittura su coda con try-except - -def accoda(): - - try: -# url = URLBASE + idxMacchina + URLADV1 + value -# urllib.urlopen ( url ) - #dtEve = time.strftime("%y%m%d%H%M%S")+"000" - dtEve = datetime.utcnow().strftime('%Y%m%d%H%M%S%f')[:-3] - #logPro.debug( "Nuovo valore inserito in coda: " + dtEve + "#" + value + '#' + cont) - #print(dtEve) - #queueLock.acquire() - Coda.put(dtEve + '#' + value + '#' + cont) - #queueLock.release() - #print "Nuovo valore inserito in coda: " + dtEve + "#", value - - except Queue.Full: - logPro.error( "Quque full" + dtEve + '#' + value + '#' + cont ) - except: - logPro.error( "NETWORK:Errore http-no com rete-timeout" + url ) -# print "Url aforte" , url - - -#-------------------------------------------------------------- -# MARCO: scrivere svuotaCoda come thread etc... -def svuota_coda(): - - global onLine - global sending - global timer_busy - - #print "start timer " - - if ( timer_busy == False ): - timer_busy = True - #print "start timer ok " - - try: - if not Coda.empty(): - #print "coda da svuotare!" - response = urllib.urlopen(URLALIVE) - answ = response.read() - if answ == 'OK': - #print "OK alive" - response2 = urllib.urlopen(URLENABLED + idxMacchina) - answ2 = response2.read() - if answ2 == 'OK': - # aggiorno stato ad online - if onLine == '0': - logPro.info("IOB ONLINE!") - #print("IOB ONLINE") - - onLine = '1' # imposto comunque online - else: - if onLine == '1': - logPro.error("IOB offline") - #print("IOB offline") - - onLine = '0' - else: - if onLine == '1': - logPro.error("Server offline") - #print("Server offline") - - onLine = '0' - - # ora verifico SE si possa inviare (ovvero sia online server e NON ci siano altri send attivi...) - if onLine == '1': - if sending == '0': - #segnalo che sono in sending! - sending = '1' - - # formatto dataOra corrente - #dtCurr = time.strftime("%y%m%d%H%M%S")+"000" - dtCurr = datetime.utcnow().strftime('%Y%m%d%H%M%S%f')[:-3] - # prendo 1 valore dalla coda... - #queueLock.acquire() - resp = Coda.get() - # RILASCIO SUBITO la coda x nuovi insert... - #queueLock.release() - - - # recupero valori da coda! - dtEve = resp.split("#")[0] - value = resp.split("#")[1] - cnt = resp.split("#")[2] - url = URLBASE + idxMacchina + URLADV1 + value - url = url + '&dtCurr=' + dtCurr + '&dtEve=' + dtEve + '&cnt=' + cnt - # CHIAMO URL - response3 = urllib.urlopen ( url ) - answ3 = response3.read() - #print(url) - #logPro.debug(url) - - - # log valore inviato! - logSnd.info( value + ' ['+ cnt +']' + ' R:' + answ3 ) - #print "Valore smaltito dalla coda" - - # completato invio, riporto sending a zero! - sending = '0' - else: - logPro.info("WAIT active send to complete") - - else: - pass - - else: - pass - - except: - if onLine == '1': - logPro.error("Server Non raggiungibile") - #print "Non raggiungibile" - - onLine = '0' - -# in ogni caso - - timer_busy = False - #print "end timer ok" - - - #print "end timer " - - -#--------------------------------------------------------------- -# funzione timer thread -#--------------------------------------------------------------- -def do_every (interval, worker_func, iterations = 0): - if iterations != 1: - threading.Timer ( - interval, - do_every, [interval, worker_func, 0 if iterations == 0 else iterations-1] - ).start (); - - worker_func (); - -#--------------------------------------------------------------- -# gestione contatore -#--------------------------------------------------------------- -def contatore(): - - try: - global cont - ctr = int(cont) - ctr +=1 - ctr = ctr % 1000 # round robin 1000 eventi x track - cont = str(ctr) - except: - print("errore incremento contatore") - -#--------------------------------------------------------------- -# avvia porta parallela -#--------------------------------------------------------------- -def avviaParallela(): - - global in_0 - global in_1 - global in_2 - global in_3 - global in_4 - global in_5 - global in_6 - global in_7 - - global GPIO - - try: - - GPIO.setmode(GPIO.BOARD) - - GPIO.setwarnings(False) - - #GPIO.setup(out_0, GPIO.OUT) # output 0 - #GPIO.setup(out_1, GPIO.OUT) # output 1 - - GPIO.setup(in_0, GPIO.IN) # input 0 - GPIO.setup(in_1, GPIO.IN) # input 1 - GPIO.setup(in_2, GPIO.IN) # input 2 - GPIO.setup(in_3, GPIO.IN) # input 3 - GPIO.setup(in_4, GPIO.IN) # input 4 - GPIO.setup(in_5, GPIO.IN) # input 5 - GPIO.setup(in_6, GPIO.IN) # input 6 - GPIO.setup(in_7, GPIO.IN) # input 7 - - except: - print( "\n\n" + PROGRAM_NAME + " - Error 3 on RPi.GPIO ! \n\n") - sys.exit(1) - - - print( "\n\n" + PROGRAM_NAME + " - init ok \n\n") - - -#--------------------------------------------------------------- -#--------------------------------------------------------------- -# MAIN - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'IOB.cfg' ) - - SAMPLETIME = config.getfloat ( 'time' , 'SAMPLETIME' ) - TIMEOUTSHORT = config.getfloat ( 'time' , 'TIMEOUTSHORT' ) - TIMEOUTLONG = config.getfloat ( 'time' , 'TIMEOUTLONG' ) - SENDURLTIME = config.getfloat ( 'time' , 'SENDURLTIME' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - - - URLBASE = config.get ( 'web' , 'URLBASE' ) - URLENABLED = config.get('web' , 'URLENABLED') - URLALIVE = config.get ('web' , 'URLALIVE') - URLADV1 = config.get ( 'web' , 'URLADV1' ) - - LOGFILE = config.get ( 'log' , 'LOGFILE' ) - LOGLEVEL = config.get ( 'log' , 'LOGLEVEL' ) -except: - print "\n\n" + PROGRAM_NAME + ' - Error 4 - in config file ' 'IOB.cfg' - sys.exit(1) - -#-------------------------------------------- -# oggetto Logger -#-------------------------------------------- -try: - logging.basicConfig(level=logging.DEBUG, - format='%(asctime)s %(name)-8s %(levelname)-8s %(message)s', - datefmt='%Y-%m-%d %H:%M:%S', - filename=LOGFILE, - filemode='a' - ) - - # aggiungo 2 logger specifici x queue e send... - logQue = logging.getLogger('queue') - logSnd = logging.getLogger('sendUrl') - logPro = logging.getLogger('program') - -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) -#-------------------------------------------- - - -print "\n\n" + PROGRAM_NAME + "\n\n" - -global startstatus -startstatus = 1 - -if startstatus == 1: - logPro.info("Avvio Programma" + PROGRAM_NAME) - -## Verifica l'OS e di conseguenza carica il file relativo con metodo di lockfile appropriato + check singola istanza -if os.name == 'posix': - import unix -else: - import win - -logPro.info( "Start " + PROGRAM_NAME ) - - -# lettura file configurazione - -# [id] -# idxMacchina = 2001 -# [time] -# SAMPLETIME = 0.1 -# TIMEOUTSHORT = 200 -# TIMEOUTLONG = 6000 - - -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' SAMPLETIME = %4.2f' % ( SAMPLETIME ) ) -print ( ' TIMEOUTSHORT = %4.2f' % ( TIMEOUTSHORT ) ) -print ( ' TIMEOUTLONG = %4.2f' % ( TIMEOUTLONG ) ) -print ( ' SENDURLTIME = %4.2f' % ( SENDURLTIME ) ) -print ( ' URLBASE = %s' % ( URLBASE ) ) -print ( ' URLADV1 = %s' % ( URLADV1 ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) -print ( ' LOGLEVEL = %s' % ( LOGLEVEL ) ) - -# -sys.stdout.write ( 'idxMacchina ?' + idxMacchina + '\n') - -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG - - -#-------------------------------------------------------------- -# apertura parallela - -try: - import RPi.GPIO as GPIO -except RuntimeError: - print( "\n\n" + PROGRAM_NAME + " - Error 1 - you need superuser privileges") -except: - print( "\n\n" + PROGRAM_NAME + " - Error 2 - you need superuser privileges. USE 'sudo' to run your script\n\n") - sys.exit(1) - - -avviaParallela() - - -#-------------------------------------------------------------- -# MARCO: qui inserire avvio thread di "svuotaCoda" - -# avviaSvuotaCoda -#print "Avvia svuota coda" - -do_every ( SENDURLTIME , svuota_coda ); - -#--------------------------------------------------------------- -# ciclo forever and ever - -old = '' - -#print "Avvio ciclo" -logPro.info("Avvio loop principale") -while 1: - - try: - time.sleep (SAMPLETIME) - except: - logPro.info("First_SLEEP: errore attesa sampletime") - - # lettura dati da IOB - value = readParallela() - - if ( value != '' ) : - if value != old : - #loggo e invio dati - try: - logQue.info( value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda") - pass - #enable e reset timer - to_enable = True - to_short = TIMEOUTSHORT - to_long = TIMEOUTLONG - - old = value - - - # gestione timeout breve - if ( to_enable ) : - to_short = to_short - SAMPLETIME - if to_short <= 0: - #loggo e invio dati - try: - logQue.info( '>' + value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda TO_short") - pass - to_short = TIMEOUTSHORT - to_enable = False # dopo un colpo il timer breve viene disabilitato - to_long = TIMEOUTLONG - - # gestione timeout lungo - to_long = to_long - SAMPLETIME - if to_long <= 0: - #loggo e invio dati - try: - logQue.info( '>>' + value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda TO_long") - pass - to_long = TIMEOUTLONG - - - - diff --git a/ConfIOB/Donati/1013_158/sendReboot.py b/ConfIOB/Donati/1013_158/sendReboot.py deleted file mode 100644 index 36dd316..0000000 --- a/ConfIOB/Donati/1013_158/sendReboot.py +++ /dev/null @@ -1,96 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -# sendReboot v. 1.1 - -#--------------------------------------------------------------- - - -import time -import sys - - -from datetime import datetime - -import urllib -import ConfigParser -import os, sys - -import logging - -#--------------------------------------------------------------- - -# COSTANTI -PROGRAM_NAME ="SendReboot IOB-pi v.1.3" - -# DA FILE CONF -idxMacchina = "99" - -#--------------------------------------------------------------- -#Funzione di scrittura su url con try-except - -def chiamaUrl(): - - try: - url = URLREBO + idxMacchina - urllib.urlopen ( url ) - except: - logging.info ( "NETWORK:Errore http-no com rete-timeout per url: " + url ) - print "Url aforte" , url - -#--------------------------------------------------------------- -# MAIN -#--------------------------------------------------------------- - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'IOB.cfg' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - - - URLREBO = config.get ( 'web' , 'URLREBO' ) - - LOGFILE = config.get ( 'log' , 'LOGREBO' ) -except: - print "\n\n" + PROGRAM_NAME + ' - Error 4 - in config file ' 'IOB.cfg' - sys.exit(1) - - -#-------------------------------------------- -# oggetto Logger -#-------------------------------------------- -try: -# log = Logger(LOGFILE) - logging.basicConfig(level=logging.DEBUG, - format='%(asctime)s %(name)-8s %(levelname)-8s %(message)s', - datefmt='%Y-%m-%d %H:%M:%S', - filename=LOGFILE, - filemode='a') - -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) -#-------------------------------------------- - - -print "\n\n" + PROGRAM_NAME + "\n\n" - -global startstatus -startstatus = 1 - -if startstatus == 1: - logging.info("Avvio Programma" + PROGRAM_NAME) - - -# lettura file configurazione - - -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' URLREBO = %s' % ( URLREBO ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) - - -chiamaUrl() - diff --git a/ConfIOB/Donati/1013_158/unix.py b/ConfIOB/Donati/1013_158/unix.py deleted file mode 100644 index 12fb3dc..0000000 --- a/ConfIOB/Donati/1013_158/unix.py +++ /dev/null @@ -1,31 +0,0 @@ -import fcntl -import os -import logging - -#--------------------------------------------------------------- -# meccanismo di file lock per evitare multiple instances -# The function will try to lock the file specified , if it success, return True, else return False. -# The nice thing is that the lock will be dropped when the program terminates. -# >>>Use : -# if not lockFile(".lock.pod"): -# sys.exit(0) - -def lockFile ( lockfile ) : - - fd = os.open ( lockfile , os.O_CREAT | os.O_TRUNC | os.O_WRONLY ) - try: - # Request exclusive (EX) non-blocking (NB) advisory lock. - fcntl.lockf ( fd , fcntl.LOCK_EX | fcntl.LOCK_NB ) - except IOError: - return False - - return True - -if not lockFile ( ".lockfile" ) : - print '\n noi non siamo soli ...\n' - logging.error( "LOCK: Piu istanze aperte") - #sys.exit ( 0 ) - -#- print '\n running alone ...\n' - - diff --git a/ConfIOB/Donati/1014_159/IOB.cfg b/ConfIOB/Donati/1014_159/IOB.cfg deleted file mode 100644 index 6cc9f3e..0000000 --- a/ConfIOB/Donati/1014_159/IOB.cfg +++ /dev/null @@ -1,23 +0,0 @@ -[id] -idxMacchina = 1014 - -[web] -URLBASE = http://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina= -URLALIVE = http://192.168.51.71/MPIO/Alive.aspx -URLENABLED = http://192.168.51.71/MPIO/Enabled.aspx?idxMacchina= -URLADV1 = &valore= -URLREBO = http://192.168.51.71/MPIO/sendReboot.aspx?idxMacchina= - -[time] -SAMPLETIME = 0.20 -TIMEOUTSHORT = 0.30 -TIMEOUTLONG = 50 -SENDURLTIME = 0.50 - -[log] -LOGLEVEL = 10 -LOGFILE = logfile.txt -LOGREBO = logReboot.txt - -[comm] -port = /dev/ttyAMA0 diff --git a/ConfIOB/Donati/1014_159/MapoIOB b/ConfIOB/Donati/1014_159/MapoIOB deleted file mode 100644 index c49ec0a..0000000 --- a/ConfIOB/Donati/1014_159/MapoIOB +++ /dev/null @@ -1,41 +0,0 @@ -### BEGIN INIT INFO -# Provides: MapoIOB: script Steamware per avvio driver IOB -# Required-Start: $remote_fs $syslog ramlog -# Required-Stop: $remote_fs $syslog ramlog -# Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 -# Short-Description: Steamware's MapoIOB driver -# Description: Steamware's MapoIOB driver, versione lettura porta parallela -### END INIT INFO - -#! /bin/sh -# /etc/init.d/MapoIOB - -export HOME -case "$1" in - start) - echo "Starting readParallela" - cd /home/pi/steamware - /usr/bin/python ./readParallela.py 2>&1 & - ;; - stop) - echo "Stopping readParallela" - RS_PID=`ps auxwww | grep readParallela.py | head -1 | awk '{print $2}'` - kill -9 $RS_PID - cd /home/pi/steamware - rm .lockfile - ;; - restart) - ## Stop the service and regardless of whether it was - ## running or not, start it again. - $0 stop - killall python - $0 start - ;; - *) - echo "Usage: /etc/init.d/MapoIOB {start|stop|restart}" - exit 1 - ;; -esac -exit 0 - diff --git a/ConfIOB/Donati/1014_159/checkAlive.sh b/ConfIOB/Donati/1014_159/checkAlive.sh deleted file mode 100644 index 92bc816..0000000 --- a/ConfIOB/Donati/1014_159/checkAlive.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/bash - -# controlla se il logfile è correntemente scritto (quindi MapoIOB è alive) altrimenti riavvia! - -DATE=`date +%Y-%m-%d` -cd /var/log -if [ -f MapoIOB ] - then - # controllo SE sia stato acceduto da meno di 2 minuti (=alive da log...) - trovato=`find . -name 'MapoIOB*' -cmin -1` - if [[ $trovato != './MapoIOB' ]] - then - /etc/init.d/MapoIOB restart - echo $date + "riavvio!" - fi -else - # in questo caso AVVIO il processo MapoIOB - /etc/init.d/MapoIOB start - echo $date + "file non trovato, avvio!" -fi diff --git a/ConfIOB/Donati/1014_159/cleanPython.sh b/ConfIOB/Donati/1014_159/cleanPython.sh deleted file mode 100644 index c4f616a..0000000 --- a/ConfIOB/Donati/1014_159/cleanPython.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash - -DATE=`date +%Y-%m-%d_%T` -# log inizio pulizia -echo $DATE " - INIZIO pulizia processi python" >> clean.log -# effettua pulizia processi: killa tutti i processi python -killall python - -# avvia MapoIob -/etc/init.d/MapoIOB start - -# log fatto! -DATE=`date +%Y-%m-%d_%T` -echo $DATE " - FINE pulizia processi python + riavvio MapoIOB" >> clean.log diff --git a/ConfIOB/Donati/1014_159/logfile.txt b/ConfIOB/Donati/1014_159/logfile.txt deleted file mode 100644 index 7bbb72e..0000000 --- a/ConfIOB/Donati/1014_159/logfile.txt +++ /dev/null @@ -1,5087 +0,0 @@ -2015-03-12 06:26:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.7 -2015-03-12 06:26:02 program INFO Start ReadPar IOB-pi v.1.7 -2015-03-12 06:26:02 program INFO Avvio loop principale -2015-03-12 06:26:02 queue INFO 1 [0] -2015-03-12 06:26:02 queue INFO >1 [1] -2015-03-12 06:26:02 sendUrl INFO 1 [0] R:OK -2015-03-12 06:26:03 sendUrl INFO 1 [1] R:OK -2015-03-12 06:26:52 queue INFO >>1 [2] -2015-03-12 06:26:52 sendUrl INFO 1 [2] R:OK -2015-03-12 06:27:42 queue INFO >>1 [3] -2015-03-12 06:27:42 sendUrl INFO 1 [3] R:OK -2015-03-12 06:28:32 queue INFO >>1 [4] -2015-03-12 06:28:37 sendUrl INFO 1 [4] R:OK -2015-03-12 06:29:22 queue INFO >>1 [5] -2015-03-12 06:29:23 sendUrl INFO 1 [5] R:OK -2015-03-12 06:30:12 queue INFO >>1 [6] -2015-03-12 06:30:13 sendUrl INFO 1 [6] R:OK -2015-03-12 06:31:03 queue INFO >>1 [7] -2015-03-12 06:31:03 sendUrl INFO 1 [7] R:OK -2015-03-12 06:31:53 queue INFO >>1 [8] -2015-03-12 06:31:53 sendUrl INFO 1 [8] R:OK -2015-03-12 06:32:43 queue INFO >>1 [9] -2015-03-12 06:32:43 sendUrl INFO 1 [9] R:OK -2015-03-12 06:33:33 queue INFO >>1 [10] -2015-03-12 06:33:34 sendUrl INFO 1 [10] R:OK -2015-03-12 06:34:23 queue INFO >>1 [11] -2015-03-12 06:34:23 sendUrl INFO 1 [11] R:OK -2015-03-12 06:35:13 queue INFO >>1 [12] -2015-03-12 06:35:14 sendUrl INFO 1 [12] R:OK -2015-03-12 06:36:03 queue INFO >>1 [13] -2015-03-12 06:36:04 sendUrl INFO 1 [13] R:OK -2015-03-12 06:36:54 queue INFO >>1 [14] -2015-03-12 06:36:54 sendUrl INFO 1 [14] R:OK -2015-03-12 06:37:44 queue INFO >>1 [15] -2015-03-12 06:37:44 sendUrl INFO 1 [15] R:OK -2015-03-12 06:38:34 queue INFO >>1 [16] -2015-03-12 06:38:35 sendUrl INFO 1 [16] R:OK -2015-03-12 06:39:24 queue INFO >>1 [17] -2015-03-12 06:39:24 sendUrl INFO 1 [17] R:OK -2015-03-12 06:40:14 queue INFO >>1 [18] -2015-03-12 06:40:15 sendUrl INFO 1 [18] R:OK -2015-03-12 06:41:04 queue INFO >>1 [19] -2015-03-12 06:41:05 sendUrl INFO 1 [19] R:OK -2015-03-12 06:41:55 queue INFO >>1 [20] -2015-03-12 06:41:55 sendUrl INFO 1 [20] R:OK -2015-03-12 06:42:45 queue INFO >>1 [21] -2015-03-12 06:42:45 sendUrl INFO 1 [21] R:OK -2015-03-12 06:43:35 queue INFO >>1 [22] -2015-03-12 06:43:35 sendUrl INFO 1 [22] R:OK -2015-03-12 06:44:25 queue INFO >>1 [23] -2015-03-12 06:44:25 sendUrl INFO 1 [23] R:OK -2015-03-12 06:45:15 queue INFO >>1 [24] -2015-03-12 06:45:16 sendUrl INFO 1 [24] R:OK -2015-03-12 06:46:05 queue INFO >>1 [25] -2015-03-12 06:46:06 sendUrl INFO 1 [25] R:OK -2015-03-12 06:46:55 queue INFO >>1 [26] -2015-03-12 06:46:56 sendUrl INFO 1 [26] R:OK -2015-03-12 06:47:46 queue INFO >>1 [27] -2015-03-12 06:47:53 sendUrl INFO 1 [27] R:OK -2015-03-12 06:48:36 queue INFO >>1 [28] -2015-03-12 06:48:36 sendUrl INFO 1 [28] R:OK -2015-03-12 06:49:26 queue INFO >>1 [29] -2015-03-12 06:49:26 sendUrl INFO 1 [29] R:OK -2015-03-12 06:50:16 queue INFO >>1 [30] -2015-03-12 06:50:17 sendUrl INFO 1 [30] R:OK -2015-03-12 06:51:06 queue INFO >>1 [31] -2015-03-12 06:51:07 sendUrl INFO 1 [31] R:OK -2015-03-12 06:51:56 queue INFO >>1 [32] -2015-03-12 06:51:57 sendUrl INFO 1 [32] R:OK -2015-03-12 06:52:47 queue INFO >>1 [33] -2015-03-12 06:53:02 sendUrl INFO 1 [33] R:OK -2015-03-12 06:53:37 queue INFO >>1 [34] -2015-03-12 06:53:37 sendUrl INFO 1 [34] R:OK -2015-03-12 06:54:27 queue INFO >>1 [35] -2015-03-12 06:54:28 sendUrl INFO 1 [35] R:OK -2015-03-12 06:55:17 queue INFO >>1 [36] -2015-03-12 06:55:17 sendUrl INFO 1 [36] R:OK -2015-03-12 06:56:07 queue INFO >>1 [37] -2015-03-12 06:56:15 sendUrl INFO 1 [37] R:OK -2015-03-12 06:56:57 queue INFO >>1 [38] -2015-03-12 06:56:58 sendUrl INFO 1 [38] R:OK -2015-03-12 06:57:47 queue INFO >>1 [39] -2015-03-12 06:57:48 sendUrl INFO 1 [39] R:OK -2015-03-12 06:58:38 queue INFO >>1 [40] -2015-03-12 06:58:38 sendUrl INFO 1 [40] R:OK -2015-03-12 06:59:28 queue INFO >>1 [41] -2015-03-12 06:59:29 sendUrl INFO 1 [41] R:OK -2015-03-12 07:00:18 queue INFO >>1 [42] -2015-03-12 07:00:25 sendUrl INFO 1 [42] R:OK -2015-03-12 07:01:08 queue INFO >>1 [43] -2015-03-12 07:01:16 sendUrl INFO 1 [43] R:OK -2015-03-12 07:01:58 queue INFO >>1 [44] -2015-03-12 07:01:59 sendUrl INFO 1 [44] R:OK -2015-03-12 07:02:48 queue INFO >>1 [45] -2015-03-12 07:02:49 sendUrl INFO 1 [45] R:OK -2015-03-12 07:03:39 queue INFO >>1 [46] -2015-03-12 07:03:49 sendUrl INFO 1 [46] R:OK -2015-03-12 07:04:16 queue INFO 21 [47] -2015-03-12 07:04:17 queue INFO >21 [48] -2015-03-12 07:04:17 program INFO WAIT active send to complete -2015-03-12 07:04:18 program INFO WAIT active send to complete -2015-03-12 07:04:18 program INFO WAIT active send to complete -2015-03-12 07:04:19 program INFO WAIT active send to complete -2015-03-12 07:04:19 program INFO WAIT active send to complete -2015-03-12 07:04:20 program INFO WAIT active send to complete -2015-03-12 07:04:20 program INFO WAIT active send to complete -2015-03-12 07:04:21 program INFO WAIT active send to complete -2015-03-12 07:04:21 sendUrl INFO 21 [47] R:OK -2015-03-12 07:04:29 sendUrl INFO 21 [48] R:OK -2015-03-12 07:05:07 queue INFO >>21 [49] -2015-03-12 07:05:11 sendUrl INFO 21 [49] R:OK -2015-03-12 07:05:57 queue INFO >>21 [50] -2015-03-12 07:06:02 sendUrl INFO 21 [50] R:OK -2015-03-12 07:06:47 queue INFO >>21 [51] -2015-03-12 07:06:52 sendUrl INFO 21 [51] R:OK -2015-03-12 07:07:37 queue INFO >>21 [52] -2015-03-12 07:07:48 sendUrl INFO 21 [52] R:OK -2015-03-12 07:08:27 queue INFO >>21 [53] -2015-03-12 07:08:32 sendUrl INFO 21 [53] R:OK -2015-03-12 07:09:17 queue INFO >>21 [54] -2015-03-12 07:09:22 sendUrl INFO 21 [54] R:OK -2015-03-12 07:10:07 queue INFO >>21 [55] -2015-03-12 07:10:12 sendUrl INFO 21 [55] R:OK -2015-03-12 07:10:58 queue INFO >>21 [56] -2015-03-12 07:11:02 sendUrl INFO 21 [56] R:OK -2015-03-12 07:11:48 queue INFO >>21 [57] -2015-03-12 07:11:54 sendUrl INFO 21 [57] R:OK -2015-03-12 07:12:38 queue INFO >>21 [58] -2015-03-12 07:12:44 sendUrl INFO 21 [58] R:OK -2015-03-12 07:13:28 queue INFO >>21 [59] -2015-03-12 07:13:28 program ERROR IOB offline -2015-03-12 07:13:29 program INFO IOB ONLINE! -2015-03-12 07:13:34 sendUrl INFO 21 [59] R:OK -2015-03-12 07:14:18 queue INFO >>21 [60] -2015-03-12 07:14:24 sendUrl INFO 21 [60] R:OK -2015-03-12 07:15:08 queue INFO >>21 [61] -2015-03-12 07:15:29 sendUrl INFO 21 [61] R:OK -2015-03-12 07:15:58 queue INFO >>21 [62] -2015-03-12 07:16:05 sendUrl INFO 21 [62] R:OK -2015-03-12 07:16:49 queue INFO >>21 [63] -2015-03-12 07:16:55 sendUrl INFO 21 [63] R:OK -2015-03-12 07:17:39 queue INFO >>21 [64] -2015-03-12 07:18:00 sendUrl INFO 21 [64] R:OK -2015-03-12 07:18:29 queue INFO >>21 [65] -2015-03-12 07:18:30 sendUrl INFO 21 [65] R:OK -2015-03-12 07:19:19 queue INFO >>21 [66] -2015-03-12 07:19:20 sendUrl INFO 21 [66] R:OK -2015-03-12 07:20:09 queue INFO >>21 [67] -2015-03-12 07:20:30 sendUrl INFO 21 [67] R:OK -2015-03-12 07:20:59 queue INFO >>21 [68] -2015-03-12 07:21:00 sendUrl INFO 21 [68] R:OK -2015-03-12 07:21:50 queue INFO >>21 [69] -2015-03-12 07:21:51 sendUrl INFO 21 [69] R:OK -2015-03-12 07:22:40 queue INFO >>21 [70] -2015-03-12 07:23:01 sendUrl INFO 21 [70] R:OK -2015-03-12 07:23:30 queue INFO >>21 [71] -2015-03-12 07:23:31 sendUrl INFO 21 [71] R:OK -2015-03-12 07:24:20 queue INFO >>21 [72] -2015-03-12 07:24:41 sendUrl INFO 21 [72] R:OK -2015-03-12 07:25:10 queue INFO >>21 [73] -2015-03-12 07:25:26 sendUrl INFO 21 [73] R:OK -2015-03-12 07:26:00 queue INFO >>21 [74] -2015-03-12 07:26:02 sendUrl INFO 21 [74] R:OK -2015-03-12 07:26:50 queue INFO >>21 [75] -2015-03-12 07:26:59 sendUrl INFO 21 [75] R:OK -2015-03-12 07:27:41 queue INFO >>21 [76] -2015-03-12 07:27:42 sendUrl INFO 21 [76] R:OK -2015-03-12 07:28:31 queue INFO >>21 [77] -2015-03-12 07:28:41 sendUrl INFO 21 [77] R:OK -2015-03-12 07:29:21 queue INFO >>21 [78] -2015-03-12 07:29:33 sendUrl INFO 21 [78] R:OK -2015-03-12 07:30:11 queue INFO >>21 [79] -2015-03-12 07:30:15 sendUrl INFO 21 [79] R:OK -2015-03-12 07:31:01 queue INFO >>21 [80] -2015-03-12 07:31:17 sendUrl INFO 21 [80] R:OK -2015-03-12 07:31:51 queue INFO >>21 [81] -2015-03-12 07:31:56 sendUrl INFO 21 [81] R:OK -2015-03-12 07:32:42 queue INFO >>21 [82] -2015-03-12 07:32:42 sendUrl INFO 21 [82] R:OK -2015-03-12 07:33:32 queue INFO >>21 [83] -2015-03-12 07:33:53 sendUrl INFO 21 [83] R:OK -2015-03-12 07:34:22 queue INFO >>21 [84] -2015-03-12 07:34:43 sendUrl INFO 21 [84] R:OK -2015-03-12 07:35:12 queue INFO >>21 [85] -2015-03-12 07:35:33 sendUrl INFO 21 [85] R:OK -2015-03-12 07:36:02 queue INFO >>21 [86] -2015-03-12 07:36:23 sendUrl INFO 21 [86] R:OK -2015-03-12 07:36:52 queue INFO >>21 [87] -2015-03-12 07:37:13 sendUrl INFO 21 [87] R:OK -2015-03-12 07:37:42 queue INFO >>21 [88] -2015-03-12 07:37:43 sendUrl INFO 21 [88] R:OK -2015-03-12 07:38:33 queue INFO >>21 [89] -2015-03-12 07:38:37 sendUrl INFO 21 [89] R:OK -2015-03-12 07:39:23 queue INFO >>21 [90] -2015-03-12 07:39:28 sendUrl INFO 21 [90] R:OK -2015-03-12 07:40:13 queue INFO >>21 [91] -2015-03-12 07:40:14 sendUrl INFO 21 [91] R:OK -2015-03-12 07:41:03 queue INFO >>21 [92] -2015-03-12 07:41:08 sendUrl INFO 21 [92] R:OK -2015-03-12 07:41:53 queue INFO >>21 [93] -2015-03-12 07:41:58 sendUrl INFO 21 [93] R:OK -2015-03-12 07:42:43 queue INFO >>21 [94] -2015-03-12 07:42:48 sendUrl INFO 21 [94] R:OK -2015-03-12 07:43:34 queue INFO >>21 [95] -2015-03-12 07:43:34 sendUrl INFO 21 [95] R:OK -2015-03-12 07:44:24 queue INFO >>21 [96] -2015-03-12 07:44:29 sendUrl INFO 21 [96] R:OK -2015-03-12 07:45:14 queue INFO >>21 [97] -2015-03-12 07:45:15 sendUrl INFO 21 [97] R:OK -2015-03-12 07:46:04 queue INFO >>21 [98] -2015-03-12 07:46:14 sendUrl INFO 21 [98] R:OK -2015-03-12 07:46:54 queue INFO >>21 [99] -2015-03-12 07:46:57 sendUrl INFO 21 [99] R:OK -2015-03-12 07:47:44 queue INFO >>21 [100] -2015-03-12 07:47:47 sendUrl INFO 21 [100] R:OK -2015-03-12 07:48:34 queue INFO >>21 [101] -2015-03-12 07:48:46 sendUrl INFO 21 [101] R:OK -2015-03-12 07:49:25 queue INFO >>21 [102] -2015-03-12 07:49:28 sendUrl INFO 21 [102] R:OK -2015-03-12 07:50:15 queue INFO >>21 [103] -2015-03-12 07:50:15 sendUrl INFO 21 [103] R:OK -2015-03-12 07:51:05 queue INFO >>21 [104] -2015-03-12 07:51:05 sendUrl INFO 21 [104] R:OK -2015-03-12 07:51:55 queue INFO >>21 [105] -2015-03-12 07:51:55 sendUrl INFO 21 [105] R:OK -2015-03-12 07:52:45 queue INFO >>21 [106] -2015-03-12 07:52:46 sendUrl INFO 21 [106] R:OK -2015-03-12 07:53:35 queue INFO >>21 [107] -2015-03-12 07:53:36 sendUrl INFO 21 [107] R:OK -2015-03-12 07:54:25 queue INFO >>21 [108] -2015-03-12 07:54:26 sendUrl INFO 21 [108] R:OK -2015-03-12 07:55:16 queue INFO >>21 [109] -2015-03-12 07:55:16 sendUrl INFO 21 [109] R:OK -2015-03-12 07:56:06 queue INFO >>21 [110] -2015-03-12 07:56:06 sendUrl INFO 21 [110] R:OK -2015-03-12 07:56:56 queue INFO >>21 [111] -2015-03-12 07:56:56 sendUrl INFO 21 [111] R:OK -2015-03-12 07:57:46 queue INFO >>21 [112] -2015-03-12 07:57:46 sendUrl INFO 21 [112] R:OK -2015-03-12 07:58:36 queue INFO >>21 [113] -2015-03-12 07:58:37 sendUrl INFO 21 [113] R:OK -2015-03-12 07:59:26 queue INFO >>21 [114] -2015-03-12 07:59:26 sendUrl INFO 21 [114] R:OK -2015-03-12 08:00:16 queue INFO >>21 [115] -2015-03-12 08:00:17 sendUrl INFO 21 [115] R:OK -2015-03-12 08:01:07 queue INFO >>21 [116] -2015-03-12 08:01:07 sendUrl INFO 21 [116] R:OK -2015-03-12 08:01:57 queue INFO >>21 [117] -2015-03-12 08:01:57 sendUrl INFO 21 [117] R:OK -2015-03-12 08:02:47 queue INFO >>21 [118] -2015-03-12 08:02:47 sendUrl INFO 21 [118] R:OK -2015-03-12 08:03:37 queue INFO >>21 [119] -2015-03-12 08:03:37 sendUrl INFO 21 [119] R:OK -2015-03-12 08:04:27 queue INFO >>21 [120] -2015-03-12 08:04:27 sendUrl INFO 21 [120] R:OK -2015-03-12 08:05:17 queue INFO >>21 [121] -2015-03-12 08:05:18 sendUrl INFO 21 [121] R:OK -2015-03-12 08:06:07 queue INFO >>21 [122] -2015-03-12 08:06:08 sendUrl INFO 21 [122] R:OK -2015-03-12 08:06:58 queue INFO >>21 [123] -2015-03-12 08:06:58 sendUrl INFO 21 [123] R:OK -2015-03-12 08:07:48 queue INFO >>21 [124] -2015-03-12 08:07:48 sendUrl INFO 21 [124] R:OK -2015-03-12 08:08:38 queue INFO >>21 [125] -2015-03-12 08:08:38 sendUrl INFO 21 [125] R:OK -2015-03-12 08:09:28 queue INFO >>21 [126] -2015-03-12 08:09:28 sendUrl INFO 21 [126] R:OK -2015-03-12 08:10:18 queue INFO >>21 [127] -2015-03-12 08:10:19 sendUrl INFO 21 [127] R:OK -2015-03-12 08:11:08 queue INFO >>21 [128] -2015-03-12 08:11:09 sendUrl INFO 21 [128] R:OK -2015-03-12 08:11:59 queue INFO >>21 [129] -2015-03-12 08:11:59 sendUrl INFO 21 [129] R:OK -2015-03-12 08:12:49 queue INFO >>21 [130] -2015-03-12 08:12:49 sendUrl INFO 21 [130] R:OK -2015-03-12 08:13:39 queue INFO >>21 [131] -2015-03-12 08:13:39 sendUrl INFO 21 [131] R:OK -2015-03-12 08:14:29 queue INFO >>21 [132] -2015-03-12 08:14:29 sendUrl INFO 21 [132] R:OK -2015-03-12 08:15:19 queue INFO >>21 [133] -2015-03-12 08:15:20 sendUrl INFO 21 [133] R:OK -2015-03-12 08:16:09 queue INFO >>21 [134] -2015-03-12 08:16:10 sendUrl INFO 21 [134] R:OK -2015-03-12 08:16:59 queue INFO >>21 [135] -2015-03-12 08:17:00 sendUrl INFO 21 [135] R:OK -2015-03-12 08:17:50 queue INFO >>21 [136] -2015-03-12 08:17:50 sendUrl INFO 21 [136] R:OK -2015-03-12 08:18:40 queue INFO >>21 [137] -2015-03-12 08:18:40 sendUrl INFO 21 [137] R:OK -2015-03-12 08:19:30 queue INFO >>21 [138] -2015-03-12 08:19:30 sendUrl INFO 21 [138] R:OK -2015-03-12 08:20:20 queue INFO >>21 [139] -2015-03-12 08:20:20 sendUrl INFO 21 [139] R:OK -2015-03-12 08:21:10 queue INFO >>21 [140] -2015-03-12 08:21:11 sendUrl INFO 21 [140] R:OK -2015-03-12 08:22:00 queue INFO >>21 [141] -2015-03-12 08:22:01 sendUrl INFO 21 [141] R:OK -2015-03-12 08:22:51 queue INFO >>21 [142] -2015-03-12 08:22:51 sendUrl INFO 21 [142] R:OK -2015-03-12 08:23:41 queue INFO >>21 [143] -2015-03-12 08:23:41 sendUrl INFO 21 [143] R:OK -2015-03-12 08:24:31 queue INFO >>21 [144] -2015-03-12 08:24:31 sendUrl INFO 21 [144] R:OK -2015-03-12 08:25:21 queue INFO >>21 [145] -2015-03-12 08:25:21 sendUrl INFO 21 [145] R:OK -2015-03-12 08:26:11 queue INFO >>21 [146] -2015-03-12 08:26:11 sendUrl INFO 21 [146] R:OK -2015-03-12 08:27:01 queue INFO >>21 [147] -2015-03-12 08:27:02 sendUrl INFO 21 [147] R:OK -2015-03-12 08:27:51 queue INFO >>21 [148] -2015-03-12 08:27:52 sendUrl INFO 21 [148] R:OK -2015-03-12 08:28:42 queue INFO >>21 [149] -2015-03-12 08:28:42 sendUrl INFO 21 [149] R:OK -2015-03-12 08:29:32 queue INFO >>21 [150] -2015-03-12 08:29:32 sendUrl INFO 21 [150] R:OK -2015-03-12 08:30:22 queue INFO >>21 [151] -2015-03-12 08:30:22 sendUrl INFO 21 [151] R:OK -2015-03-12 08:31:12 queue INFO >>21 [152] -2015-03-12 08:31:12 sendUrl INFO 21 [152] R:OK -2015-03-12 08:32:02 queue INFO >>21 [153] -2015-03-12 08:32:03 sendUrl INFO 21 [153] R:OK -2015-03-12 08:32:52 queue INFO >>21 [154] -2015-03-12 08:32:53 sendUrl INFO 21 [154] R:OK -2015-03-12 08:33:43 queue INFO >>21 [155] -2015-03-12 08:33:43 sendUrl INFO 21 [155] R:OK -2015-03-12 08:34:33 queue INFO >>21 [156] -2015-03-12 08:34:33 sendUrl INFO 21 [156] R:OK -2015-03-12 08:35:23 queue INFO >>21 [157] -2015-03-12 08:35:23 sendUrl INFO 21 [157] R:OK -2015-03-12 08:36:13 queue INFO >>21 [158] -2015-03-12 08:36:13 sendUrl INFO 21 [158] R:OK -2015-03-12 08:37:03 queue INFO >>21 [159] -2015-03-12 08:37:04 sendUrl INFO 21 [159] R:OK -2015-03-12 08:37:53 queue INFO >>21 [160] -2015-03-12 08:37:54 sendUrl INFO 21 [160] R:OK -2015-03-12 08:38:43 queue INFO >>21 [161] -2015-03-12 08:38:44 sendUrl INFO 21 [161] R:OK -2015-03-12 08:39:34 queue INFO >>21 [162] -2015-03-12 08:39:34 sendUrl INFO 21 [162] R:OK -2015-03-12 08:40:24 queue INFO >>21 [163] -2015-03-12 08:40:24 sendUrl INFO 21 [163] R:OK -2015-03-12 08:41:14 queue INFO >>21 [164] -2015-03-12 08:41:14 sendUrl INFO 21 [164] R:OK -2015-03-12 08:42:04 queue INFO >>21 [165] -2015-03-12 08:42:04 sendUrl INFO 21 [165] R:OK -2015-03-12 08:42:54 queue INFO >>21 [166] -2015-03-12 08:42:54 sendUrl INFO 21 [166] R:OK -2015-03-12 08:43:44 queue INFO >>21 [167] -2015-03-12 08:43:45 sendUrl INFO 21 [167] R:OK -2015-03-12 08:44:35 queue INFO >>21 [168] -2015-03-12 08:44:35 sendUrl INFO 21 [168] R:OK -2015-03-12 08:45:25 queue INFO >>21 [169] -2015-03-12 08:45:25 sendUrl INFO 21 [169] R:OK -2015-03-12 08:46:15 queue INFO >>21 [170] -2015-03-12 08:46:15 sendUrl INFO 21 [170] R:OK -2015-03-12 08:47:05 queue INFO >>21 [171] -2015-03-12 08:47:05 sendUrl INFO 21 [171] R:OK -2015-03-12 08:47:55 queue INFO >>21 [172] -2015-03-12 08:47:55 sendUrl INFO 21 [172] R:OK -2015-03-12 08:48:45 queue INFO >>21 [173] -2015-03-12 08:48:46 sendUrl INFO 21 [173] R:OK -2015-03-12 08:49:35 queue INFO >>21 [174] -2015-03-12 08:49:35 sendUrl INFO 21 [174] R:OK -2015-03-12 08:50:25 queue INFO >>21 [175] -2015-03-12 08:50:26 sendUrl INFO 21 [175] R:OK -2015-03-12 08:51:16 queue INFO >>21 [176] -2015-03-12 08:51:16 sendUrl INFO 21 [176] R:OK -2015-03-12 08:52:06 queue INFO >>21 [177] -2015-03-12 08:52:06 sendUrl INFO 21 [177] R:OK -2015-03-12 08:52:56 queue INFO >>21 [178] -2015-03-12 08:52:56 sendUrl INFO 21 [178] R:OK -2015-03-12 08:53:46 queue INFO >>21 [179] -2015-03-12 08:53:47 sendUrl INFO 21 [179] R:OK -2015-03-12 08:54:36 queue INFO >>21 [180] -2015-03-12 08:54:36 sendUrl INFO 21 [180] R:OK -2015-03-12 08:55:26 queue INFO >>21 [181] -2015-03-12 08:55:27 sendUrl INFO 21 [181] R:OK -2015-03-12 08:56:16 queue INFO >>21 [182] -2015-03-12 08:56:17 sendUrl INFO 21 [182] R:OK -2015-03-12 08:57:07 queue INFO >>21 [183] -2015-03-12 08:57:07 sendUrl INFO 21 [183] R:OK -2015-03-12 08:57:57 queue INFO >>21 [184] -2015-03-12 08:57:57 sendUrl INFO 21 [184] R:OK -2015-03-12 08:58:47 queue INFO >>21 [185] -2015-03-12 08:58:47 sendUrl INFO 21 [185] R:OK -2015-03-12 08:59:37 queue INFO >>21 [186] -2015-03-12 08:59:37 sendUrl INFO 21 [186] R:OK -2015-03-12 09:00:27 queue INFO >>21 [187] -2015-03-12 09:00:28 sendUrl INFO 21 [187] R:OK -2015-03-12 09:01:17 queue INFO >>21 [188] -2015-03-12 09:01:18 sendUrl INFO 21 [188] R:OK -2015-03-12 09:02:08 queue INFO >>21 [189] -2015-03-12 09:02:08 sendUrl INFO 21 [189] R:OK -2015-03-12 09:02:58 queue INFO >>21 [190] -2015-03-12 09:03:18 sendUrl INFO 21 [190] R:OK -2015-03-12 09:03:48 queue INFO >>21 [191] -2015-03-12 09:03:48 sendUrl INFO 21 [191] R:OK -2015-03-12 09:04:38 queue INFO >>21 [192] -2015-03-12 09:04:38 sendUrl INFO 21 [192] R:OK -2015-03-12 09:05:28 queue INFO >>21 [193] -2015-03-12 09:05:29 sendUrl INFO 21 [193] R:OK -2015-03-12 09:06:18 queue INFO >>21 [194] -2015-03-12 09:06:19 sendUrl INFO 21 [194] R:OK -2015-03-12 09:07:08 queue INFO >>21 [195] -2015-03-12 09:07:09 sendUrl INFO 21 [195] R:OK -2015-03-12 09:07:59 queue INFO >>21 [196] -2015-03-12 09:08:07 sendUrl INFO 21 [196] R:OK -2015-03-12 09:08:49 queue INFO >>21 [197] -2015-03-12 09:08:49 sendUrl INFO 21 [197] R:OK -2015-03-12 09:09:39 queue INFO >>21 [198] -2015-03-12 09:09:39 sendUrl INFO 21 [198] R:OK -2015-03-12 09:10:29 queue INFO >>21 [199] -2015-03-12 09:10:31 sendUrl INFO 21 [199] R:OK -2015-03-12 09:11:19 queue INFO >>21 [200] -2015-03-12 09:11:20 sendUrl INFO 21 [200] R:OK -2015-03-12 09:12:09 queue INFO >>21 [201] -2015-03-12 09:12:24 sendUrl INFO 21 [201] R:OK -2015-03-12 09:13:00 queue INFO >>21 [202] -2015-03-12 09:13:21 sendUrl INFO 21 [202] R:OK -2015-03-12 09:13:50 queue INFO >>21 [203] -2015-03-12 09:14:06 sendUrl INFO 21 [203] R:OK -2015-03-12 09:14:40 queue INFO >>21 [204] -2015-03-12 09:14:56 sendUrl INFO 21 [204] R:OK -2015-03-12 09:15:30 queue INFO >>21 [205] -2015-03-12 09:15:51 sendUrl INFO 21 [205] R:OK -2015-03-12 09:16:20 queue INFO >>21 [206] -2015-03-12 09:16:36 sendUrl INFO 21 [206] R:OK -2015-03-12 09:17:10 queue INFO >>21 [207] -2015-03-12 09:17:27 sendUrl INFO 21 [207] R:OK -2015-03-12 09:18:00 queue INFO >>21 [208] -2015-03-12 09:18:17 sendUrl INFO 21 [208] R:OK -2015-03-12 09:18:51 queue INFO >>21 [209] -2015-03-12 09:18:51 sendUrl INFO 21 [209] R:OK -2015-03-12 09:19:41 queue INFO >>21 [210] -2015-03-12 09:19:57 sendUrl INFO 21 [210] R:OK -2015-03-12 09:20:31 queue INFO >>21 [211] -2015-03-12 09:20:32 sendUrl INFO 21 [211] R:OK -2015-03-12 09:21:21 queue INFO >>21 [212] -2015-03-12 09:21:22 sendUrl INFO 21 [212] R:OK -2015-03-12 09:22:11 queue INFO >>21 [213] -2015-03-12 09:22:13 sendUrl INFO 21 [213] R:OK -2015-03-12 09:23:01 queue INFO >>21 [214] -2015-03-12 09:23:03 sendUrl INFO 21 [214] R:OK -2015-03-12 09:23:52 queue INFO >>21 [215] -2015-03-12 09:23:53 sendUrl INFO 21 [215] R:OK -2015-03-12 09:24:42 queue INFO >>21 [216] -2015-03-12 09:24:43 sendUrl INFO 21 [216] R:OK -2015-03-12 09:25:32 queue INFO >>21 [217] -2015-03-12 09:25:33 sendUrl INFO 21 [217] R:OK -2015-03-12 09:26:22 queue INFO >>21 [218] -2015-03-12 09:26:23 sendUrl INFO 21 [218] R:OK -2015-03-12 09:27:12 queue INFO >>21 [219] -2015-03-12 09:27:13 sendUrl INFO 21 [219] R:OK -2015-03-12 09:28:02 queue INFO >>21 [220] -2015-03-12 09:28:04 sendUrl INFO 21 [220] R:OK -2015-03-12 09:28:52 queue INFO >>21 [221] -2015-03-12 09:28:53 sendUrl INFO 21 [221] R:OK -2015-03-12 09:29:43 queue INFO >>21 [222] -2015-03-12 09:29:46 sendUrl INFO 21 [222] R:OK -2015-03-12 09:30:33 queue INFO >>21 [223] -2015-03-12 09:30:33 sendUrl INFO 21 [223] R:OK -2015-03-12 09:31:23 queue INFO >>21 [224] -2015-03-12 09:31:43 sendUrl INFO 21 [224] R:OK -2015-03-12 09:32:13 queue INFO >>21 [225] -2015-03-12 09:32:34 sendUrl INFO 21 [225] R:OK -2015-03-12 09:33:03 queue INFO >>21 [226] -2015-03-12 09:33:04 sendUrl INFO 21 [226] R:OK -2015-03-12 09:33:53 queue INFO >>21 [227] -2015-03-12 09:34:14 sendUrl INFO 21 [227] R:OK -2015-03-12 09:34:44 queue INFO >>21 [228] -2015-03-12 09:35:04 sendUrl INFO 21 [228] R:OK -2015-03-12 09:35:34 queue INFO >>21 [229] -2015-03-12 09:35:34 sendUrl INFO 21 [229] R:OK -2015-03-12 09:36:24 queue INFO >>21 [230] -2015-03-12 09:36:44 sendUrl INFO 21 [230] R:OK -2015-03-12 09:37:14 queue INFO >>21 [231] -2015-03-12 09:37:34 sendUrl INFO 21 [231] R:OK -2015-03-12 09:38:04 queue INFO >>21 [232] -2015-03-12 09:38:05 sendUrl INFO 21 [232] R:OK -2015-03-12 09:38:54 queue INFO >>21 [233] -2015-03-12 09:39:15 sendUrl INFO 21 [233] R:OK -2015-03-12 09:39:44 queue INFO >>21 [234] -2015-03-12 09:40:05 sendUrl INFO 21 [234] R:OK -2015-03-12 09:40:35 queue INFO >>21 [235] -2015-03-12 09:40:35 sendUrl INFO 21 [235] R:OK -2015-03-12 09:41:25 queue INFO >>21 [236] -2015-03-12 09:41:45 sendUrl INFO 21 [236] R:OK -2015-03-12 09:42:15 queue INFO >>21 [237] -2015-03-12 09:42:30 sendUrl INFO 21 [237] R:OK -2015-03-12 09:43:05 queue INFO >>21 [238] -2015-03-12 09:43:22 sendUrl INFO 21 [238] R:OK -2015-03-12 09:43:55 queue INFO >>21 [239] -2015-03-12 09:43:56 sendUrl INFO 21 [239] R:OK -2015-03-12 09:44:45 queue INFO >>21 [240] -2015-03-12 09:44:50 sendUrl INFO 21 [240] R:OK -2015-03-12 09:45:35 queue INFO >>21 [241] -2015-03-12 09:45:40 sendUrl INFO 21 [241] R:OK -2015-03-12 09:46:26 queue INFO >>21 [242] -2015-03-12 09:46:32 sendUrl INFO 21 [242] R:OK -2015-03-12 09:47:16 queue INFO >>21 [243] -2015-03-12 09:47:19 sendUrl INFO 21 [243] R:OK -2015-03-12 09:48:06 queue INFO >>21 [244] -2015-03-12 09:48:11 sendUrl INFO 21 [244] R:OK -2015-03-12 09:48:56 queue INFO >>21 [245] -2015-03-12 09:49:02 sendUrl INFO 21 [245] R:OK -2015-03-12 09:49:46 queue INFO >>21 [246] -2015-03-12 09:49:47 sendUrl INFO 21 [246] R:OK -2015-03-12 09:50:36 queue INFO >>21 [247] -2015-03-12 09:50:43 sendUrl INFO 21 [247] R:OK -2015-03-12 09:51:26 queue INFO >>21 [248] -2015-03-12 09:51:33 sendUrl INFO 21 [248] R:OK -2015-03-12 09:52:17 queue INFO >>21 [249] -2015-03-12 09:52:17 sendUrl INFO 21 [249] R:OK -2015-03-12 09:53:07 queue INFO >>21 [250] -2015-03-12 09:53:08 sendUrl INFO 21 [250] R:OK -2015-03-12 09:53:57 queue INFO >>21 [251] -2015-03-12 09:54:17 sendUrl INFO 21 [251] R:OK -2015-03-12 09:54:47 queue INFO >>21 [252] -2015-03-12 09:54:48 sendUrl INFO 21 [252] R:OK -2015-03-12 09:55:37 queue INFO >>21 [253] -2015-03-12 09:55:57 sendUrl INFO 21 [253] R:OK -2015-03-12 09:56:27 queue INFO >>21 [254] -2015-03-12 09:56:48 sendUrl INFO 21 [254] R:OK -2015-03-12 09:57:17 queue INFO >>21 [255] -2015-03-12 09:57:28 sendUrl INFO 21 [255] R:OK -2015-03-12 09:58:08 queue INFO >>21 [256] -2015-03-12 09:58:18 sendUrl INFO 21 [256] R:OK -2015-03-12 09:58:58 queue INFO >>21 [257] -2015-03-12 09:59:08 sendUrl INFO 21 [257] R:OK -2015-03-12 09:59:48 queue INFO >>21 [258] -2015-03-12 09:59:48 sendUrl INFO 21 [258] R:OK -2015-03-12 10:00:38 queue INFO >>21 [259] -2015-03-12 10:00:39 sendUrl INFO 21 [259] R:OK -2015-03-12 10:01:28 queue INFO >>21 [260] -2015-03-12 10:01:30 sendUrl INFO 21 [260] R:OK -2015-03-12 10:02:18 queue INFO >>21 [261] -2015-03-12 10:02:20 sendUrl INFO 21 [261] R:OK -2015-03-12 10:03:09 queue INFO >>21 [262] -2015-03-12 10:03:10 sendUrl INFO 21 [262] R:OK -2015-03-12 10:03:59 queue INFO >>21 [263] -2015-03-12 10:04:00 sendUrl INFO 21 [263] R:OK -2015-03-12 10:04:49 queue INFO >>21 [264] -2015-03-12 10:04:50 sendUrl INFO 21 [264] R:OK -2015-03-12 10:05:39 queue INFO >>21 [265] -2015-03-12 10:05:40 sendUrl INFO 21 [265] R:OK -2015-03-12 10:06:29 queue INFO >>21 [266] -2015-03-12 10:06:31 sendUrl INFO 21 [266] R:OK -2015-03-12 10:07:19 queue INFO >>21 [267] -2015-03-12 10:07:21 sendUrl INFO 21 [267] R:OK -2015-03-12 10:08:09 queue INFO >>21 [268] -2015-03-12 10:08:11 sendUrl INFO 21 [268] R:OK -2015-03-12 10:09:00 queue INFO >>21 [269] -2015-03-12 10:09:00 sendUrl INFO 21 [269] R:OK -2015-03-12 10:09:50 queue INFO >>21 [270] -2015-03-12 10:09:52 sendUrl INFO 21 [270] R:OK -2015-03-12 10:10:40 queue INFO >>21 [271] -2015-03-12 10:10:41 sendUrl INFO 21 [271] R:OK -2015-03-12 10:11:30 queue INFO >>21 [272] -2015-03-12 10:11:42 sendUrl INFO 21 [272] R:OK -2015-03-12 10:12:20 queue INFO >>21 [273] -2015-03-12 10:12:32 sendUrl INFO 21 [273] R:OK -2015-03-12 10:13:10 queue INFO >>21 [274] -2015-03-12 10:13:31 sendUrl INFO 21 [274] R:OK -2015-03-12 10:14:01 queue INFO >>21 [275] -2015-03-12 10:14:13 sendUrl INFO 21 [275] R:OK -2015-03-12 10:14:51 queue INFO >>21 [276] -2015-03-12 10:15:03 sendUrl INFO 21 [276] R:OK -2015-03-12 10:15:41 queue INFO >>21 [277] -2015-03-12 10:16:01 sendUrl INFO 21 [277] R:OK -2015-03-12 10:16:31 queue INFO >>21 [278] -2015-03-12 10:16:43 sendUrl INFO 21 [278] R:OK -2015-03-12 10:17:21 queue INFO >>21 [279] -2015-03-12 10:17:41 sendUrl INFO 21 [279] R:OK -2015-03-12 10:18:11 queue INFO >>21 [280] -2015-03-12 10:18:32 sendUrl INFO 21 [280] R:OK -2015-03-12 10:19:01 queue INFO >>21 [281] -2015-03-12 10:19:06 sendUrl INFO 21 [281] R:OK -2015-03-12 10:19:52 queue INFO >>21 [282] -2015-03-12 10:20:12 sendUrl INFO 21 [282] R:OK -2015-03-12 10:20:42 queue INFO >>21 [283] -2015-03-12 10:21:02 sendUrl INFO 21 [283] R:OK -2015-03-12 10:21:32 queue INFO >>21 [284] -2015-03-12 10:21:37 sendUrl INFO 21 [284] R:OK -2015-03-12 10:22:22 queue INFO >>21 [285] -2015-03-12 10:22:42 sendUrl INFO 21 [285] R:OK -2015-03-12 10:23:12 queue INFO >>21 [286] -2015-03-12 10:23:26 sendUrl INFO 21 [286] R:OK -2015-03-12 10:24:02 queue INFO >>21 [287] -2015-03-12 10:24:07 sendUrl INFO 21 [287] R:OK -2015-03-12 10:24:53 queue INFO >>21 [288] -2015-03-12 10:25:09 sendUrl INFO 21 [288] R:OK -2015-03-12 10:25:43 queue INFO >>21 [289] -2015-03-12 10:25:48 sendUrl INFO 21 [289] R:OK -2015-03-12 10:26:33 queue INFO >>21 [290] -2015-03-12 10:26:43 sendUrl INFO 21 [290] R:OK -2015-03-12 10:27:23 queue INFO >>21 [291] -2015-03-12 10:27:33 sendUrl INFO 21 [291] R:OK -2015-03-12 10:28:13 queue INFO >>21 [292] -2015-03-12 10:28:18 sendUrl INFO 21 [292] R:OK -2015-03-12 10:29:03 queue INFO >>21 [293] -2015-03-12 10:29:07 sendUrl INFO 21 [293] R:OK -2015-03-12 10:29:53 queue INFO >>21 [294] -2015-03-12 10:30:14 sendUrl INFO 21 [294] R:OK -2015-03-12 10:30:43 queue INFO >>21 [295] -2015-03-12 10:31:04 sendUrl INFO 21 [295] R:OK -2015-03-12 10:31:34 queue INFO >>21 [296] -2015-03-12 10:31:50 sendUrl INFO 21 [296] R:OK -2015-03-12 10:32:24 queue INFO >>21 [297] -2015-03-12 10:32:24 sendUrl INFO 21 [297] R:OK -2015-03-12 10:33:14 queue INFO >>21 [298] -2015-03-12 10:33:15 sendUrl INFO 21 [298] R:OK -2015-03-12 10:34:04 queue INFO >>21 [299] -2015-03-12 10:34:17 sendUrl INFO 21 [299] R:OK -2015-03-12 10:34:54 queue INFO >>21 [300] -2015-03-12 10:35:07 sendUrl INFO 21 [300] R:OK -2015-03-12 10:35:44 queue INFO >>21 [301] -2015-03-12 10:35:45 sendUrl INFO 21 [301] R:OK -2015-03-12 10:36:35 queue INFO >>21 [302] -2015-03-12 10:36:48 sendUrl INFO 21 [302] R:OK -2015-03-12 10:37:25 queue INFO >>21 [303] -2015-03-12 10:37:38 sendUrl INFO 21 [303] R:OK -2015-03-12 10:38:15 queue INFO >>21 [304] -2015-03-12 10:38:16 sendUrl INFO 21 [304] R:OK -2015-03-12 10:39:05 queue INFO >>21 [305] -2015-03-12 10:39:13 sendUrl INFO 21 [305] R:OK -2015-03-12 10:39:55 queue INFO >>21 [306] -2015-03-12 10:40:03 sendUrl INFO 21 [306] R:OK -2015-03-12 10:40:45 queue INFO >>21 [307] -2015-03-12 10:40:46 sendUrl INFO 21 [307] R:OK -2015-03-12 10:41:35 queue INFO >>21 [308] -2015-03-12 10:41:44 sendUrl INFO 21 [308] R:OK -2015-03-12 10:42:26 queue INFO >>21 [309] -2015-03-12 10:42:34 sendUrl INFO 21 [309] R:OK -2015-03-12 10:43:16 queue INFO >>21 [310] -2015-03-12 10:43:24 sendUrl INFO 21 [310] R:OK -2015-03-12 10:44:06 queue INFO >>21 [311] -2015-03-12 10:44:14 sendUrl INFO 21 [311] R:OK -2015-03-12 10:44:56 queue INFO >>21 [312] -2015-03-12 10:45:04 sendUrl INFO 21 [312] R:OK -2015-03-12 10:45:46 queue INFO >>21 [313] -2015-03-12 10:45:54 sendUrl INFO 21 [313] R:OK -2015-03-12 10:46:36 queue INFO >>21 [314] -2015-03-12 10:46:44 sendUrl INFO 21 [314] R:OK -2015-03-12 10:47:27 queue INFO >>21 [315] -2015-03-12 10:47:32 sendUrl INFO 21 [315] R:OK -2015-03-12 10:48:17 queue INFO >>21 [316] -2015-03-12 10:48:17 sendUrl INFO 21 [316] R:OK -2015-03-12 10:48:38 queue INFO 1 [317] -2015-03-12 10:48:38 queue INFO >1 [318] -2015-03-12 10:48:38 program INFO WAIT active send to complete -2015-03-12 10:48:39 program INFO WAIT active send to complete -2015-03-12 10:48:39 program INFO WAIT active send to complete -2015-03-12 10:48:40 program INFO WAIT active send to complete -2015-03-12 10:48:40 program INFO WAIT active send to complete -2015-03-12 10:48:41 program INFO WAIT active send to complete -2015-03-12 10:48:41 program INFO WAIT active send to complete -2015-03-12 10:48:42 program INFO WAIT active send to complete -2015-03-12 10:48:42 program INFO WAIT active send to complete -2015-03-12 10:48:43 program INFO WAIT active send to complete -2015-03-12 10:48:43 program INFO WAIT active send to complete -2015-03-12 10:48:44 program INFO WAIT active send to complete -2015-03-12 10:48:44 sendUrl INFO 1 [317] R:OK -2015-03-12 10:48:48 sendUrl INFO 1 [318] R:OK -2015-03-12 10:49:28 queue INFO >>1 [319] -2015-03-12 10:49:34 sendUrl INFO 1 [319] R:OK -2015-03-12 10:50:18 queue INFO >>1 [320] -2015-03-12 10:50:19 sendUrl INFO 1 [320] R:OK -2015-03-12 10:51:08 queue INFO >>1 [321] -2015-03-12 10:51:15 sendUrl INFO 1 [321] R:OK -2015-03-12 10:51:58 queue INFO >>1 [322] -2015-03-12 10:52:05 sendUrl INFO 1 [322] R:OK -2015-03-12 10:52:49 queue INFO >>1 [323] -2015-03-12 10:52:49 sendUrl INFO 1 [323] R:OK -2015-03-12 10:53:39 queue INFO >>1 [324] -2015-03-12 10:53:45 sendUrl INFO 1 [324] R:OK -2015-03-12 10:54:29 queue INFO >>1 [325] -2015-03-12 10:54:35 sendUrl INFO 1 [325] R:OK -2015-03-12 10:55:19 queue INFO >>1 [326] -2015-03-12 10:55:20 sendUrl INFO 1 [326] R:OK -2015-03-12 10:56:09 queue INFO >>1 [327] -2015-03-12 10:56:09 sendUrl INFO 1 [327] R:OK -2015-03-12 10:56:59 queue INFO >>1 [328] -2015-03-12 10:57:00 sendUrl INFO 1 [328] R:OK -2015-03-12 10:57:49 queue INFO >>1 [329] -2015-03-12 10:57:50 sendUrl INFO 1 [329] R:OK -2015-03-12 10:58:40 queue INFO >>1 [330] -2015-03-12 10:58:40 sendUrl INFO 1 [330] R:OK -2015-03-12 10:59:30 queue INFO >>1 [331] -2015-03-12 10:59:30 sendUrl INFO 1 [331] R:OK -2015-03-12 11:00:20 queue INFO >>1 [332] -2015-03-12 11:00:20 sendUrl INFO 1 [332] R:OK -2015-03-12 11:01:10 queue INFO >>1 [333] -2015-03-12 11:01:10 sendUrl INFO 1 [333] R:OK -2015-03-12 11:02:00 queue INFO >>1 [334] -2015-03-12 11:02:01 sendUrl INFO 1 [334] R:OK -2015-03-12 11:02:50 queue INFO >>1 [335] -2015-03-12 11:02:51 sendUrl INFO 1 [335] R:OK -2015-03-12 11:03:41 queue INFO >>1 [336] -2015-03-12 11:03:41 sendUrl INFO 1 [336] R:OK -2015-03-12 11:04:31 queue INFO >>1 [337] -2015-03-12 11:04:31 sendUrl INFO 1 [337] R:OK -2015-03-12 11:05:21 queue INFO >>1 [338] -2015-03-12 11:05:21 sendUrl INFO 1 [338] R:OK -2015-03-12 11:06:11 queue INFO >>1 [339] -2015-03-12 11:06:11 sendUrl INFO 1 [339] R:OK -2015-03-12 11:07:01 queue INFO >>1 [340] -2015-03-12 11:07:02 sendUrl INFO 1 [340] R:OK -2015-03-12 11:07:51 queue INFO >>1 [341] -2015-03-12 11:07:51 sendUrl INFO 1 [341] R:OK -2015-03-12 11:08:41 queue INFO >>1 [342] -2015-03-12 11:08:42 sendUrl INFO 1 [342] R:OK -2015-03-12 11:09:31 queue INFO >>1 [343] -2015-03-12 11:09:32 sendUrl INFO 1 [343] R:OK -2015-03-12 11:10:22 queue INFO >>1 [344] -2015-03-12 11:10:22 sendUrl INFO 1 [344] R:OK -2015-03-12 11:11:12 queue INFO >>1 [345] -2015-03-12 11:11:12 sendUrl INFO 1 [345] R:OK -2015-03-12 11:12:02 queue INFO >>1 [346] -2015-03-12 11:12:02 sendUrl INFO 1 [346] R:OK -2015-03-12 11:12:52 queue INFO >>1 [347] -2015-03-12 11:12:52 sendUrl INFO 1 [347] R:OK -2015-03-12 11:13:42 queue INFO >>1 [348] -2015-03-12 11:13:43 sendUrl INFO 1 [348] R:OK -2015-03-12 11:14:32 queue INFO >>1 [349] -2015-03-12 11:14:32 sendUrl INFO 1 [349] R:OK -2015-03-12 11:15:22 queue INFO >>1 [350] -2015-03-12 11:15:23 sendUrl INFO 1 [350] R:OK -2015-03-12 11:16:13 queue INFO >>1 [351] -2015-03-12 11:16:13 sendUrl INFO 1 [351] R:OK -2015-03-12 11:17:03 queue INFO >>1 [352] -2015-03-12 11:17:03 sendUrl INFO 1 [352] R:OK -2015-03-12 11:17:53 queue INFO >>1 [353] -2015-03-12 11:17:53 sendUrl INFO 1 [353] R:OK -2015-03-12 11:18:43 queue INFO >>1 [354] -2015-03-12 11:18:44 sendUrl INFO 1 [354] R:OK -2015-03-12 11:19:33 queue INFO >>1 [355] -2015-03-12 11:19:33 sendUrl INFO 1 [355] R:OK -2015-03-12 11:20:23 queue INFO >>1 [356] -2015-03-12 11:20:24 sendUrl INFO 1 [356] R:OK -2015-03-12 11:21:14 queue INFO >>1 [357] -2015-03-12 11:21:14 sendUrl INFO 1 [357] R:OK -2015-03-12 11:22:04 queue INFO >>1 [358] -2015-03-12 11:22:04 sendUrl INFO 1 [358] R:OK -2015-03-12 11:22:54 queue INFO >>1 [359] -2015-03-12 11:22:54 sendUrl INFO 1 [359] R:OK -2015-03-12 11:23:44 queue INFO >>1 [360] -2015-03-12 11:23:45 sendUrl INFO 1 [360] R:OK -2015-03-12 11:24:34 queue INFO >>1 [361] -2015-03-12 11:24:34 sendUrl INFO 1 [361] R:OK -2015-03-12 11:25:24 queue INFO >>1 [362] -2015-03-12 11:25:25 sendUrl INFO 1 [362] R:OK -2015-03-12 11:26:14 queue INFO >>1 [363] -2015-03-12 11:26:15 sendUrl INFO 1 [363] R:OK -2015-03-12 11:27:05 queue INFO >>1 [364] -2015-03-12 11:27:05 sendUrl INFO 1 [364] R:OK -2015-03-12 11:27:55 queue INFO >>1 [365] -2015-03-12 11:27:55 sendUrl INFO 1 [365] R:OK -2015-03-12 11:28:45 queue INFO >>1 [366] -2015-03-12 11:28:45 sendUrl INFO 1 [366] R:OK -2015-03-12 11:29:35 queue INFO >>1 [367] -2015-03-12 11:29:35 sendUrl INFO 1 [367] R:OK -2015-03-12 11:30:25 queue INFO >>1 [368] -2015-03-12 11:30:26 sendUrl INFO 1 [368] R:OK -2015-03-12 11:31:15 queue INFO >>1 [369] -2015-03-12 11:31:16 sendUrl INFO 1 [369] R:OK -2015-03-12 11:32:06 queue INFO >>1 [370] -2015-03-12 11:32:06 sendUrl INFO 1 [370] R:OK -2015-03-12 11:32:56 queue INFO >>1 [371] -2015-03-12 11:32:56 sendUrl INFO 1 [371] R:OK -2015-03-12 11:33:46 queue INFO >>1 [372] -2015-03-12 11:33:46 sendUrl INFO 1 [372] R:OK -2015-03-12 11:34:36 queue INFO >>1 [373] -2015-03-12 11:34:36 sendUrl INFO 1 [373] R:OK -2015-03-12 11:35:26 queue INFO >>1 [374] -2015-03-12 11:35:27 sendUrl INFO 1 [374] R:OK -2015-03-12 11:36:16 queue INFO >>1 [375] -2015-03-12 11:36:17 sendUrl INFO 1 [375] R:OK -2015-03-12 11:37:06 queue INFO >>1 [376] -2015-03-12 11:37:07 sendUrl INFO 1 [376] R:OK -2015-03-12 11:37:57 queue INFO >>1 [377] -2015-03-12 11:37:57 sendUrl INFO 1 [377] R:OK -2015-03-12 11:38:47 queue INFO >>1 [378] -2015-03-12 11:38:47 sendUrl INFO 1 [378] R:OK -2015-03-12 11:39:37 queue INFO >>1 [379] -2015-03-12 11:39:37 sendUrl INFO 1 [379] R:OK -2015-03-12 11:40:27 queue INFO >>1 [380] -2015-03-12 11:40:27 sendUrl INFO 1 [380] R:OK -2015-03-12 11:41:17 queue INFO >>1 [381] -2015-03-12 11:41:18 sendUrl INFO 1 [381] R:OK -2015-03-12 11:42:07 queue INFO >>1 [382] -2015-03-12 11:42:08 sendUrl INFO 1 [382] R:OK -2015-03-12 11:42:58 queue INFO >>1 [383] -2015-03-12 11:42:58 sendUrl INFO 1 [383] R:OK -2015-03-12 11:43:48 queue INFO >>1 [384] -2015-03-12 11:43:48 sendUrl INFO 1 [384] R:OK -2015-03-12 11:44:38 queue INFO >>1 [385] -2015-03-12 11:44:38 sendUrl INFO 1 [385] R:OK -2015-03-12 11:45:28 queue INFO >>1 [386] -2015-03-12 11:45:28 sendUrl INFO 1 [386] R:OK -2015-03-12 11:46:18 queue INFO >>1 [387] -2015-03-12 11:46:18 sendUrl INFO 1 [387] R:OK -2015-03-12 11:47:08 queue INFO >>1 [388] -2015-03-12 11:47:09 sendUrl INFO 1 [388] R:OK -2015-03-12 11:47:58 queue INFO >>1 [389] -2015-03-12 11:47:59 sendUrl INFO 1 [389] R:OK -2015-03-12 11:48:49 queue INFO >>1 [390] -2015-03-12 11:48:49 sendUrl INFO 1 [390] R:OK -2015-03-12 11:49:39 queue INFO >>1 [391] -2015-03-12 11:49:39 sendUrl INFO 1 [391] R:OK -2015-03-12 11:50:29 queue INFO >>1 [392] -2015-03-12 11:50:29 sendUrl INFO 1 [392] R:OK -2015-03-12 11:51:19 queue INFO >>1 [393] -2015-03-12 11:51:19 sendUrl INFO 1 [393] R:OK -2015-03-12 11:52:09 queue INFO >>1 [394] -2015-03-12 11:52:10 sendUrl INFO 1 [394] R:OK -2015-03-12 11:52:59 queue INFO >>1 [395] -2015-03-12 11:53:00 sendUrl INFO 1 [395] R:OK -2015-03-12 11:53:50 queue INFO >>1 [396] -2015-03-12 11:53:50 sendUrl INFO 1 [396] R:OK -2015-03-12 11:54:40 queue INFO >>1 [397] -2015-03-12 11:54:40 sendUrl INFO 1 [397] R:OK -2015-03-12 11:55:30 queue INFO >>1 [398] -2015-03-12 11:55:30 sendUrl INFO 1 [398] R:OK -2015-03-12 11:56:20 queue INFO >>1 [399] -2015-03-12 11:56:20 sendUrl INFO 1 [399] R:OK -2015-03-12 11:57:10 queue INFO >>1 [400] -2015-03-12 11:57:10 sendUrl INFO 1 [400] R:OK -2015-03-12 11:58:00 queue INFO >>1 [401] -2015-03-12 11:58:01 sendUrl INFO 1 [401] R:OK -2015-03-12 11:58:50 queue INFO >>1 [402] -2015-03-12 11:58:51 sendUrl INFO 1 [402] R:OK -2015-03-12 11:59:41 queue INFO >>1 [403] -2015-03-12 11:59:41 sendUrl INFO 1 [403] R:OK -2015-03-12 12:00:31 queue INFO >>1 [404] -2015-03-12 12:00:31 sendUrl INFO 1 [404] R:OK -2015-03-12 12:01:21 queue INFO >>1 [405] -2015-03-12 12:01:21 sendUrl INFO 1 [405] R:OK -2015-03-12 12:02:11 queue INFO >>1 [406] -2015-03-12 12:02:11 sendUrl INFO 1 [406] R:OK -2015-03-12 12:03:01 queue INFO >>1 [407] -2015-03-12 12:03:02 sendUrl INFO 1 [407] R:OK -2015-03-12 12:03:51 queue INFO >>1 [408] -2015-03-12 12:03:52 sendUrl INFO 1 [408] R:OK -2015-03-12 12:04:42 queue INFO >>1 [409] -2015-03-12 12:04:42 sendUrl INFO 1 [409] R:OK -2015-03-12 12:05:32 queue INFO >>1 [410] -2015-03-12 12:05:32 sendUrl INFO 1 [410] R:OK -2015-03-12 12:06:22 queue INFO >>1 [411] -2015-03-12 12:06:22 sendUrl INFO 1 [411] R:OK -2015-03-12 12:07:12 queue INFO >>1 [412] -2015-03-12 12:07:12 sendUrl INFO 1 [412] R:OK -2015-03-12 12:08:02 queue INFO >>1 [413] -2015-03-12 12:08:03 sendUrl INFO 1 [413] R:OK -2015-03-12 12:08:52 queue INFO >>1 [414] -2015-03-12 12:08:52 sendUrl INFO 1 [414] R:OK -2015-03-12 12:09:42 queue INFO >>1 [415] -2015-03-12 12:09:43 sendUrl INFO 1 [415] R:OK -2015-03-12 12:10:33 queue INFO >>1 [416] -2015-03-12 12:10:33 sendUrl INFO 1 [416] R:OK -2015-03-12 12:11:23 queue INFO >>1 [417] -2015-03-12 12:11:23 sendUrl INFO 1 [417] R:OK -2015-03-12 12:12:13 queue INFO >>1 [418] -2015-03-12 12:12:13 sendUrl INFO 1 [418] R:OK -2015-03-12 12:13:03 queue INFO >>1 [419] -2015-03-12 12:13:04 sendUrl INFO 1 [419] R:OK -2015-03-12 12:13:53 queue INFO >>1 [420] -2015-03-12 12:13:53 sendUrl INFO 1 [420] R:OK -2015-03-12 12:14:43 queue INFO >>1 [421] -2015-03-12 12:14:44 sendUrl INFO 1 [421] R:OK -2015-03-12 12:15:34 queue INFO >>1 [422] -2015-03-12 12:15:34 sendUrl INFO 1 [422] R:OK -2015-03-12 12:16:24 queue INFO >>1 [423] -2015-03-12 12:16:24 sendUrl INFO 1 [423] R:OK -2015-03-12 12:17:14 queue INFO >>1 [424] -2015-03-12 12:17:14 sendUrl INFO 1 [424] R:OK -2015-03-12 12:18:04 queue INFO >>1 [425] -2015-03-12 12:18:04 sendUrl INFO 1 [425] R:OK -2015-03-12 12:18:54 queue INFO >>1 [426] -2015-03-12 12:18:54 sendUrl INFO 1 [426] R:OK -2015-03-12 12:19:44 queue INFO >>1 [427] -2015-03-12 12:19:45 sendUrl INFO 1 [427] R:OK -2015-03-12 12:20:34 queue INFO >>1 [428] -2015-03-12 12:20:35 sendUrl INFO 1 [428] R:OK -2015-03-12 12:21:25 queue INFO >>1 [429] -2015-03-12 12:21:25 sendUrl INFO 1 [429] R:OK -2015-03-12 12:22:15 queue INFO >>1 [430] -2015-03-12 12:22:15 sendUrl INFO 1 [430] R:OK -2015-03-12 12:23:05 queue INFO >>1 [431] -2015-03-12 12:23:05 sendUrl INFO 1 [431] R:OK -2015-03-12 12:23:55 queue INFO >>1 [432] -2015-03-12 12:23:55 sendUrl INFO 1 [432] R:OK -2015-03-12 12:24:45 queue INFO >>1 [433] -2015-03-12 12:24:46 sendUrl INFO 1 [433] R:OK -2015-03-12 12:25:35 queue INFO >>1 [434] -2015-03-12 12:25:36 sendUrl INFO 1 [434] R:OK -2015-03-12 12:26:25 queue INFO >>1 [435] -2015-03-12 12:26:26 sendUrl INFO 1 [435] R:OK -2015-03-12 12:27:16 queue INFO >>1 [436] -2015-03-12 12:27:16 sendUrl INFO 1 [436] R:OK -2015-03-12 12:28:06 queue INFO >>1 [437] -2015-03-12 12:28:06 sendUrl INFO 1 [437] R:OK -2015-03-12 12:28:56 queue INFO >>1 [438] -2015-03-12 12:28:56 sendUrl INFO 1 [438] R:OK -2015-03-12 12:29:46 queue INFO >>1 [439] -2015-03-12 12:29:47 sendUrl INFO 1 [439] R:OK -2015-03-12 12:30:36 queue INFO >>1 [440] -2015-03-12 12:30:36 sendUrl INFO 1 [440] R:OK -2015-03-12 12:31:26 queue INFO >>1 [441] -2015-03-12 12:31:27 sendUrl INFO 1 [441] R:OK -2015-03-12 12:32:16 queue INFO >>1 [442] -2015-03-12 12:32:16 sendUrl INFO 1 [442] R:OK -2015-03-12 12:33:07 queue INFO >>1 [443] -2015-03-12 12:33:07 sendUrl INFO 1 [443] R:OK -2015-03-12 12:33:57 queue INFO >>1 [444] -2015-03-12 12:33:57 sendUrl INFO 1 [444] R:OK -2015-03-12 12:34:47 queue INFO >>1 [445] -2015-03-12 12:34:47 sendUrl INFO 1 [445] R:OK -2015-03-12 12:35:37 queue INFO >>1 [446] -2015-03-12 12:35:37 sendUrl INFO 1 [446] R:OK -2015-03-12 12:36:27 queue INFO >>1 [447] -2015-03-12 12:36:27 sendUrl INFO 1 [447] R:OK -2015-03-12 12:37:17 queue INFO >>1 [448] -2015-03-12 12:37:17 sendUrl INFO 1 [448] R:OK -2015-03-12 12:38:07 queue INFO >>1 [449] -2015-03-12 12:38:08 sendUrl INFO 1 [449] R:OK -2015-03-12 12:38:57 queue INFO >>1 [450] -2015-03-12 12:38:58 sendUrl INFO 1 [450] R:OK -2015-03-12 12:39:48 queue INFO >>1 [451] -2015-03-12 12:39:48 sendUrl INFO 1 [451] R:OK -2015-03-12 12:40:38 queue INFO >>1 [452] -2015-03-12 12:40:38 sendUrl INFO 1 [452] R:OK -2015-03-12 12:41:28 queue INFO >>1 [453] -2015-03-12 12:41:28 sendUrl INFO 1 [453] R:OK -2015-03-12 12:42:18 queue INFO >>1 [454] -2015-03-12 12:42:18 sendUrl INFO 1 [454] R:OK -2015-03-12 12:43:08 queue INFO >>1 [455] -2015-03-12 12:43:09 sendUrl INFO 1 [455] R:OK -2015-03-12 12:43:58 queue INFO >>1 [456] -2015-03-12 12:43:59 sendUrl INFO 1 [456] R:OK -2015-03-12 12:44:49 queue INFO >>1 [457] -2015-03-12 12:44:49 sendUrl INFO 1 [457] R:OK -2015-03-12 12:45:39 queue INFO >>1 [458] -2015-03-12 12:45:39 sendUrl INFO 1 [458] R:OK -2015-03-12 12:46:29 queue INFO >>1 [459] -2015-03-12 12:46:29 sendUrl INFO 1 [459] R:OK -2015-03-12 12:47:19 queue INFO >>1 [460] -2015-03-12 12:47:19 sendUrl INFO 1 [460] R:OK -2015-03-12 12:48:09 queue INFO >>1 [461] -2015-03-12 12:48:10 sendUrl INFO 1 [461] R:OK -2015-03-12 12:48:59 queue INFO >>1 [462] -2015-03-12 12:48:59 sendUrl INFO 1 [462] R:OK -2015-03-12 12:49:49 queue INFO >>1 [463] -2015-03-12 12:49:50 sendUrl INFO 1 [463] R:OK -2015-03-12 12:50:40 queue INFO >>1 [464] -2015-03-12 12:50:40 sendUrl INFO 1 [464] R:OK -2015-03-12 12:51:30 queue INFO >>1 [465] -2015-03-12 12:51:30 sendUrl INFO 1 [465] R:OK -2015-03-12 12:52:20 queue INFO >>1 [466] -2015-03-12 12:52:20 sendUrl INFO 1 [466] R:OK -2015-03-12 12:53:10 queue INFO >>1 [467] -2015-03-12 12:53:11 sendUrl INFO 1 [467] R:OK -2015-03-12 12:54:00 queue INFO >>1 [468] -2015-03-12 12:54:00 sendUrl INFO 1 [468] R:OK -2015-03-12 12:54:50 queue INFO >>1 [469] -2015-03-12 12:54:51 sendUrl INFO 1 [469] R:OK -2015-03-12 12:55:41 queue INFO >>1 [470] -2015-03-12 12:55:41 sendUrl INFO 1 [470] R:OK -2015-03-12 12:56:31 queue INFO >>1 [471] -2015-03-12 12:56:31 sendUrl INFO 1 [471] R:OK -2015-03-12 12:57:21 queue INFO >>1 [472] -2015-03-12 12:57:21 sendUrl INFO 1 [472] R:OK -2015-03-12 12:57:51 queue INFO 21 [473] -2015-03-12 12:57:51 queue INFO >21 [474] -2015-03-12 12:57:51 sendUrl INFO 21 [473] R:OK -2015-03-12 12:57:52 sendUrl INFO 21 [474] R:OK -2015-03-12 12:58:05 queue INFO 1 [475] -2015-03-12 12:58:05 queue INFO >1 [476] -2015-03-12 12:58:06 sendUrl INFO 1 [475] R:OK -2015-03-12 12:58:06 sendUrl INFO 1 [476] R:OK -2015-03-12 12:58:43 queue INFO 5 [477] -2015-03-12 12:58:44 queue INFO >5 [478] -2015-03-12 12:58:44 sendUrl INFO 5 [477] R:OK -2015-03-12 12:58:44 sendUrl INFO 5 [478] R:OK -2015-03-12 12:58:45 queue INFO 1 [479] -2015-03-12 12:58:45 queue INFO >1 [480] -2015-03-12 12:58:45 sendUrl INFO 1 [479] R:OK -2015-03-12 12:58:46 sendUrl INFO 1 [480] R:OK -2015-03-12 12:59:35 queue INFO >>1 [481] -2015-03-12 12:59:36 sendUrl INFO 1 [481] R:OK -2015-03-12 12:59:52 queue INFO 3 [482] -2015-03-12 12:59:52 queue INFO >3 [483] -2015-03-12 12:59:52 sendUrl INFO 3 [482] R:OK -2015-03-12 12:59:52 sendUrl INFO 3 [483] R:OK -2015-03-12 13:00:42 queue INFO >>3 [484] -2015-03-12 13:00:42 sendUrl INFO 3 [484] R:OK -2015-03-12 13:01:32 queue INFO >>3 [485] -2015-03-12 13:01:32 sendUrl INFO 3 [485] R:OK -2015-03-12 13:02:22 queue INFO >>3 [486] -2015-03-12 13:02:22 sendUrl INFO 3 [486] R:OK -2015-03-12 13:03:12 queue INFO >>3 [487] -2015-03-12 13:03:12 sendUrl INFO 3 [487] R:OK -2015-03-12 13:04:02 queue INFO >>3 [488] -2015-03-12 13:04:03 sendUrl INFO 3 [488] R:OK -2015-03-12 13:04:52 queue INFO >>3 [489] -2015-03-12 13:04:53 sendUrl INFO 3 [489] R:OK -2015-03-12 13:05:43 queue INFO >>3 [490] -2015-03-12 13:05:43 sendUrl INFO 3 [490] R:OK -2015-03-12 13:06:33 queue INFO >>3 [491] -2015-03-12 13:06:33 sendUrl INFO 3 [491] R:OK -2015-03-12 13:06:52 queue INFO 7 [492] -2015-03-12 13:06:52 queue INFO >7 [493] -2015-03-12 13:06:52 sendUrl INFO 7 [492] R:OK -2015-03-12 13:06:53 sendUrl INFO 7 [493] R:OK -2015-03-12 13:06:54 queue INFO 3 [494] -2015-03-12 13:06:54 queue INFO >3 [495] -2015-03-12 13:06:54 sendUrl INFO 3 [494] R:OK -2015-03-12 13:06:54 sendUrl INFO 3 [495] R:OK -2015-03-12 13:07:44 queue INFO >>3 [496] -2015-03-12 13:07:44 sendUrl INFO 3 [496] R:OK -2015-03-12 13:08:34 queue INFO >>3 [497] -2015-03-12 13:08:34 sendUrl INFO 3 [497] R:OK -2015-03-12 13:09:24 queue INFO >>3 [498] -2015-03-12 13:09:24 sendUrl INFO 3 [498] R:OK -2015-03-12 13:10:14 queue INFO >>3 [499] -2015-03-12 13:10:15 sendUrl INFO 3 [499] R:OK -2015-03-12 13:11:04 queue INFO >>3 [500] -2015-03-12 13:11:05 sendUrl INFO 3 [500] R:OK -2015-03-12 13:11:55 queue INFO >>3 [501] -2015-03-12 13:11:55 sendUrl INFO 3 [501] R:OK -2015-03-12 13:12:45 queue INFO >>3 [502] -2015-03-12 13:12:45 sendUrl INFO 3 [502] R:OK -2015-03-12 13:13:35 queue INFO >>3 [503] -2015-03-12 13:13:40 sendUrl INFO 3 [503] R:OK -2015-03-12 13:14:25 queue INFO >>3 [504] -2015-03-12 13:14:26 sendUrl INFO 3 [504] R:OK -2015-03-12 13:15:01 queue INFO 7 [505] -2015-03-12 13:15:01 queue INFO >7 [506] -2015-03-12 13:15:02 program INFO WAIT active send to complete -2015-03-12 13:15:02 program INFO WAIT active send to complete -2015-03-12 13:15:02 queue INFO 3 [507] -2015-03-12 13:15:02 queue INFO >3 [508] -2015-03-12 13:15:03 program INFO WAIT active send to complete -2015-03-12 13:15:03 program INFO WAIT active send to complete -2015-03-12 13:15:04 program INFO WAIT active send to complete -2015-03-12 13:15:04 program INFO WAIT active send to complete -2015-03-12 13:15:05 program INFO WAIT active send to complete -2015-03-12 13:15:05 program INFO WAIT active send to complete -2015-03-12 13:15:06 program INFO WAIT active send to complete -2015-03-12 13:15:06 program INFO WAIT active send to complete -2015-03-12 13:15:07 program INFO WAIT active send to complete -2015-03-12 13:15:07 program INFO WAIT active send to complete -2015-03-12 13:15:08 program INFO WAIT active send to complete -2015-03-12 13:15:08 program INFO WAIT active send to complete -2015-03-12 13:15:08 sendUrl INFO 7 [505] R:OK -2015-03-12 13:15:09 program INFO WAIT active send to complete -2015-03-12 13:15:10 program INFO WAIT active send to complete -2015-03-12 13:15:10 program INFO WAIT active send to complete -2015-03-12 13:15:11 program INFO WAIT active send to complete -2015-03-12 13:15:11 program INFO WAIT active send to complete -2015-03-12 13:15:12 program INFO WAIT active send to complete -2015-03-12 13:15:12 program INFO WAIT active send to complete -2015-03-12 13:15:13 program INFO WAIT active send to complete -2015-03-12 13:15:13 program INFO WAIT active send to complete -2015-03-12 13:15:14 program INFO WAIT active send to complete -2015-03-12 13:15:14 program INFO WAIT active send to complete -2015-03-12 13:15:15 program INFO WAIT active send to complete -2015-03-12 13:15:15 program INFO WAIT active send to complete -2015-03-12 13:15:16 program INFO WAIT active send to complete -2015-03-12 13:15:16 program INFO WAIT active send to complete -2015-03-12 13:15:17 program INFO WAIT active send to complete -2015-03-12 13:15:17 program INFO WAIT active send to complete -2015-03-12 13:15:18 program INFO WAIT active send to complete -2015-03-12 13:15:18 program INFO WAIT active send to complete -2015-03-12 13:15:19 program INFO WAIT active send to complete -2015-03-12 13:15:19 program INFO WAIT active send to complete -2015-03-12 13:15:19 sendUrl INFO 7 [506] R:OK -2015-03-12 13:15:20 program INFO WAIT active send to complete -2015-03-12 13:15:20 sendUrl INFO 3 [507] R:OK -2015-03-12 13:15:21 sendUrl INFO 3 [508] R:OK -2015-03-12 13:15:52 queue INFO >>3 [509] -2015-03-12 13:15:59 sendUrl INFO 3 [509] R:OK -2015-03-12 13:16:42 queue INFO >>3 [510] -2015-03-12 13:16:43 sendUrl INFO 3 [510] R:OK -2015-03-12 13:17:33 queue INFO >>3 [511] -2015-03-12 13:17:51 sendUrl INFO 3 [511] R:OK -2015-03-12 13:18:23 queue INFO >>3 [512] -2015-03-12 13:18:41 sendUrl INFO 3 [512] R:OK -2015-03-12 13:19:13 queue INFO >>3 [513] -2015-03-12 13:19:25 sendUrl INFO 3 [513] R:OK -2015-03-12 13:20:03 queue INFO >>3 [514] -2015-03-12 13:20:04 sendUrl INFO 3 [514] R:OK -2015-03-12 13:20:53 queue INFO >>3 [515] -2015-03-12 13:20:54 sendUrl INFO 3 [515] R:OK -2015-03-12 13:21:43 queue INFO >>3 [516] -2015-03-12 13:21:44 sendUrl INFO 3 [516] R:OK -2015-03-12 13:22:33 queue INFO >>3 [517] -2015-03-12 13:22:34 sendUrl INFO 3 [517] R:OK -2015-03-12 13:23:09 queue INFO 7 [518] -2015-03-12 13:23:10 queue INFO >7 [519] -2015-03-12 13:23:10 sendUrl INFO 7 [518] R:OK -2015-03-12 13:23:11 queue INFO 3 [520] -2015-03-12 13:23:11 queue INFO >3 [521] -2015-03-12 13:23:11 program INFO WAIT active send to complete -2015-03-12 13:23:12 program INFO WAIT active send to complete -2015-03-12 13:23:12 program INFO WAIT active send to complete -2015-03-12 13:23:13 program INFO WAIT active send to complete -2015-03-12 13:23:13 program INFO WAIT active send to complete -2015-03-12 13:23:14 program INFO WAIT active send to complete -2015-03-12 13:23:14 program INFO WAIT active send to complete -2015-03-12 13:23:15 program INFO WAIT active send to complete -2015-03-12 13:23:15 program INFO WAIT active send to complete -2015-03-12 13:23:16 program INFO WAIT active send to complete -2015-03-12 13:23:16 sendUrl INFO 7 [519] R:OK -2015-03-12 13:23:17 program INFO WAIT active send to complete -2015-03-12 13:23:17 program INFO WAIT active send to complete -2015-03-12 13:23:18 program INFO WAIT active send to complete -2015-03-12 13:23:18 program INFO WAIT active send to complete -2015-03-12 13:23:19 program INFO WAIT active send to complete -2015-03-12 13:23:19 program INFO WAIT active send to complete -2015-03-12 13:23:20 program INFO WAIT active send to complete -2015-03-12 13:23:20 program INFO WAIT active send to complete -2015-03-12 13:23:21 program INFO WAIT active send to complete -2015-03-12 13:23:21 program INFO WAIT active send to complete -2015-03-12 13:23:22 program INFO WAIT active send to complete -2015-03-12 13:23:22 program INFO WAIT active send to complete -2015-03-12 13:23:23 program INFO WAIT active send to complete -2015-03-12 13:23:23 program INFO WAIT active send to complete -2015-03-12 13:23:24 program INFO WAIT active send to complete -2015-03-12 13:23:24 program INFO WAIT active send to complete -2015-03-12 13:23:25 program INFO WAIT active send to complete -2015-03-12 13:23:25 program INFO WAIT active send to complete -2015-03-12 13:23:26 program INFO WAIT active send to complete -2015-03-12 13:23:26 program INFO WAIT active send to complete -2015-03-12 13:23:27 program INFO WAIT active send to complete -2015-03-12 13:23:27 program INFO WAIT active send to complete -2015-03-12 13:23:28 program INFO WAIT active send to complete -2015-03-12 13:23:28 program INFO WAIT active send to complete -2015-03-12 13:23:29 program INFO WAIT active send to complete -2015-03-12 13:23:29 program INFO WAIT active send to complete -2015-03-12 13:23:30 sendUrl INFO 3 [520] R:OK -2015-03-12 13:23:30 sendUrl INFO 3 [521] R:OK -2015-03-12 13:24:01 queue INFO >>3 [522] -2015-03-12 13:24:06 sendUrl INFO 3 [522] R:OK -2015-03-12 13:24:51 queue INFO >>3 [523] -2015-03-12 13:24:52 sendUrl INFO 3 [523] R:OK -2015-03-12 13:25:41 queue INFO >>3 [524] -2015-03-12 13:25:42 sendUrl INFO 3 [524] R:OK -2015-03-12 13:26:32 queue INFO >>3 [525] -2015-03-12 13:26:37 sendUrl INFO 3 [525] R:OK -2015-03-12 13:27:22 queue INFO >>3 [526] -2015-03-12 13:27:27 sendUrl INFO 3 [526] R:OK -2015-03-12 13:28:12 queue INFO >>3 [527] -2015-03-12 13:28:13 sendUrl INFO 3 [527] R:OK -2015-03-12 13:29:02 queue INFO >>3 [528] -2015-03-12 13:29:07 sendUrl INFO 3 [528] R:OK -2015-03-12 13:29:52 queue INFO >>3 [529] -2015-03-12 13:29:53 sendUrl INFO 3 [529] R:OK -2015-03-12 13:30:42 queue INFO >>3 [530] -2015-03-12 13:30:43 sendUrl INFO 3 [530] R:OK -2015-03-12 13:31:18 queue INFO 7 [531] -2015-03-12 13:31:19 queue INFO >7 [532] -2015-03-12 13:31:19 sendUrl INFO 7 [531] R:OK -2015-03-12 13:31:19 sendUrl INFO 7 [532] R:OK -2015-03-12 13:31:20 queue INFO 3 [533] -2015-03-12 13:31:20 queue INFO >3 [534] -2015-03-12 13:31:20 sendUrl INFO 3 [533] R:OK -2015-03-12 13:31:23 sendUrl INFO 3 [534] R:OK -2015-03-12 13:32:10 queue INFO >>3 [535] -2015-03-12 13:32:14 sendUrl INFO 3 [535] R:OK -2015-03-12 13:33:00 queue INFO >>3 [536] -2015-03-12 13:33:04 sendUrl INFO 3 [536] R:OK -2015-03-12 13:33:50 queue INFO >>3 [537] -2015-03-12 13:33:54 sendUrl INFO 3 [537] R:OK -2015-03-12 13:34:41 queue INFO >>3 [538] -2015-03-12 13:34:41 sendUrl INFO 3 [538] R:OK -2015-03-12 13:35:31 queue INFO >>3 [539] -2015-03-12 13:35:31 sendUrl INFO 3 [539] R:OK -2015-03-12 13:36:21 queue INFO >>3 [540] -2015-03-12 13:36:21 sendUrl INFO 3 [540] R:OK -2015-03-12 13:37:11 queue INFO >>3 [541] -2015-03-12 13:37:12 sendUrl INFO 3 [541] R:OK -2015-03-12 13:38:01 queue INFO >>3 [542] -2015-03-12 13:38:05 sendUrl INFO 3 [542] R:OK -2015-03-12 13:38:51 queue INFO >>3 [543] -2015-03-12 13:38:52 sendUrl INFO 3 [543] R:OK -2015-03-12 13:39:27 queue INFO 7 [544] -2015-03-12 13:39:28 queue INFO >7 [545] -2015-03-12 13:39:28 program INFO WAIT active send to complete -2015-03-12 13:39:29 program INFO WAIT active send to complete -2015-03-12 13:39:29 queue INFO 3 [546] -2015-03-12 13:39:29 queue INFO >3 [547] -2015-03-12 13:39:29 program INFO WAIT active send to complete -2015-03-12 13:39:30 program INFO WAIT active send to complete -2015-03-12 13:39:30 program INFO WAIT active send to complete -2015-03-12 13:39:31 program INFO WAIT active send to complete -2015-03-12 13:39:31 program INFO WAIT active send to complete -2015-03-12 13:39:32 program INFO WAIT active send to complete -2015-03-12 13:39:32 program INFO WAIT active send to complete -2015-03-12 13:39:33 program INFO WAIT active send to complete -2015-03-12 13:39:33 program INFO WAIT active send to complete -2015-03-12 13:39:34 program INFO WAIT active send to complete -2015-03-12 13:39:34 program INFO WAIT active send to complete -2015-03-12 13:39:35 sendUrl INFO 7 [544] R:OK -2015-03-12 13:39:35 program INFO WAIT active send to complete -2015-03-12 13:39:36 program INFO WAIT active send to complete -2015-03-12 13:39:36 program INFO WAIT active send to complete -2015-03-12 13:39:37 program INFO WAIT active send to complete -2015-03-12 13:39:37 program INFO WAIT active send to complete -2015-03-12 13:39:38 program INFO WAIT active send to complete -2015-03-12 13:39:38 program INFO WAIT active send to complete -2015-03-12 13:39:39 program INFO WAIT active send to complete -2015-03-12 13:39:39 sendUrl INFO 7 [545] R:OK -2015-03-12 13:39:40 program INFO WAIT active send to complete -2015-03-12 13:39:40 program INFO WAIT active send to complete -2015-03-12 13:39:41 program INFO WAIT active send to complete -2015-03-12 13:39:41 program INFO WAIT active send to complete -2015-03-12 13:39:42 program INFO WAIT active send to complete -2015-03-12 13:39:42 program INFO WAIT active send to complete -2015-03-12 13:39:43 program INFO WAIT active send to complete -2015-03-12 13:39:43 program INFO WAIT active send to complete -2015-03-12 13:39:44 program INFO WAIT active send to complete -2015-03-12 13:39:44 program INFO WAIT active send to complete -2015-03-12 13:39:45 program INFO WAIT active send to complete -2015-03-12 13:39:45 program INFO WAIT active send to complete -2015-03-12 13:39:46 program INFO WAIT active send to complete -2015-03-12 13:39:46 program INFO WAIT active send to complete -2015-03-12 13:39:47 program INFO WAIT active send to complete -2015-03-12 13:39:47 program INFO WAIT active send to complete -2015-03-12 13:39:48 program INFO WAIT active send to complete -2015-03-12 13:39:48 program INFO WAIT active send to complete -2015-03-12 13:39:49 program INFO WAIT active send to complete -2015-03-12 13:39:49 program INFO WAIT active send to complete -2015-03-12 13:39:50 program INFO WAIT active send to complete -2015-03-12 13:39:50 program INFO WAIT active send to complete -2015-03-12 13:39:51 program INFO WAIT active send to complete -2015-03-12 13:39:52 program INFO WAIT active send to complete -2015-03-12 13:39:52 program INFO WAIT active send to complete -2015-03-12 13:39:53 program INFO WAIT active send to complete -2015-03-12 13:39:53 program INFO WAIT active send to complete -2015-03-12 13:39:54 program INFO WAIT active send to complete -2015-03-12 13:39:54 program INFO WAIT active send to complete -2015-03-12 13:39:55 program INFO WAIT active send to complete -2015-03-12 13:39:55 program INFO WAIT active send to complete -2015-03-12 13:39:56 program INFO WAIT active send to complete -2015-03-12 13:39:56 program INFO WAIT active send to complete -2015-03-12 13:39:57 program INFO WAIT active send to complete -2015-03-12 13:39:57 program INFO WAIT active send to complete -2015-03-12 13:39:57 sendUrl INFO 3 [546] R:OK -2015-03-12 13:40:02 sendUrl INFO 3 [547] R:OK -2015-03-12 13:40:19 queue INFO >>3 [548] -2015-03-12 13:40:19 sendUrl INFO 3 [548] R:OK -2015-03-12 13:40:34 queue INFO 21 [549] -2015-03-12 13:40:34 queue INFO >21 [550] -2015-03-12 13:40:35 sendUrl INFO 21 [549] R:OK -2015-03-12 13:40:48 sendUrl INFO 21 [550] R:OK -2015-03-12 13:41:24 queue INFO >>21 [551] -2015-03-12 13:41:25 sendUrl INFO 21 [551] R:OK -2015-03-12 13:42:14 queue INFO >>21 [552] -2015-03-12 13:42:24 queue INFO 1 [553] -2015-03-12 13:42:24 queue INFO >1 [554] -2015-03-12 13:42:24 program INFO WAIT active send to complete -2015-03-12 13:42:25 program INFO WAIT active send to complete -2015-03-12 13:42:25 program INFO WAIT active send to complete -2015-03-12 13:42:26 program INFO WAIT active send to complete -2015-03-12 13:42:26 program INFO WAIT active send to complete -2015-03-12 13:42:27 program INFO WAIT active send to complete -2015-03-12 13:42:27 program INFO WAIT active send to complete -2015-03-12 13:42:28 program INFO WAIT active send to complete -2015-03-12 13:42:28 sendUrl INFO 21 [552] R:OK -2015-03-12 13:42:29 program INFO WAIT active send to complete -2015-03-12 13:42:29 program INFO WAIT active send to complete -2015-03-12 13:42:30 program INFO WAIT active send to complete -2015-03-12 13:42:30 program INFO WAIT active send to complete -2015-03-12 13:42:31 program INFO WAIT active send to complete -2015-03-12 13:42:31 program INFO WAIT active send to complete -2015-03-12 13:42:32 program INFO WAIT active send to complete -2015-03-12 13:42:32 program INFO WAIT active send to complete -2015-03-12 13:42:32 sendUrl INFO 1 [553] R:OK -2015-03-12 13:42:33 sendUrl INFO 1 [554] R:OK -2015-03-12 13:42:38 queue INFO 3 [555] -2015-03-12 13:42:38 queue INFO >3 [556] -2015-03-12 13:42:38 sendUrl INFO 3 [555] R:OK -2015-03-12 13:42:39 sendUrl INFO 3 [556] R:OK -2015-03-12 13:43:28 queue INFO >>3 [557] -2015-03-12 13:43:29 sendUrl INFO 3 [557] R:OK -2015-03-12 13:44:18 queue INFO >>3 [558] -2015-03-12 13:44:20 sendUrl INFO 3 [558] R:OK -2015-03-12 13:45:08 queue INFO >>3 [559] -2015-03-12 13:45:09 sendUrl INFO 3 [559] R:OK -2015-03-12 13:45:59 queue INFO >>3 [560] -2015-03-12 13:46:09 sendUrl INFO 3 [560] R:OK -2015-03-12 13:46:49 queue INFO >>3 [561] -2015-03-12 13:47:07 sendUrl INFO 3 [561] R:OK -2015-03-12 13:47:39 queue INFO >>3 [562] -2015-03-12 13:47:40 sendUrl INFO 3 [562] R:OK -2015-03-12 13:48:29 queue INFO >>3 [563] -2015-03-12 13:48:34 sendUrl INFO 3 [563] R:OK -2015-03-12 13:49:19 queue INFO >>3 [564] -2015-03-12 13:49:19 sendUrl INFO 3 [564] R:OK -2015-03-12 13:49:39 queue INFO 7 [565] -2015-03-12 13:49:39 queue INFO >7 [566] -2015-03-12 13:49:39 program INFO WAIT active send to complete -2015-03-12 13:49:40 program INFO WAIT active send to complete -2015-03-12 13:49:40 queue INFO 3 [567] -2015-03-12 13:49:40 program INFO WAIT active send to complete -2015-03-12 13:49:40 queue INFO >3 [568] -2015-03-12 13:49:41 program INFO WAIT active send to complete -2015-03-12 13:49:41 program INFO WAIT active send to complete -2015-03-12 13:49:42 program INFO WAIT active send to complete -2015-03-12 13:49:42 program INFO WAIT active send to complete -2015-03-12 13:49:43 program INFO WAIT active send to complete -2015-03-12 13:49:43 program INFO WAIT active send to complete -2015-03-12 13:49:44 program INFO WAIT active send to complete -2015-03-12 13:49:44 program INFO WAIT active send to complete -2015-03-12 13:49:45 sendUrl INFO 7 [565] R:OK -2015-03-12 13:49:45 program INFO WAIT active send to complete -2015-03-12 13:49:45 sendUrl INFO 7 [566] R:OK -2015-03-12 13:49:46 program INFO WAIT active send to complete -2015-03-12 13:49:47 program INFO WAIT active send to complete -2015-03-12 13:49:47 sendUrl INFO 3 [567] R:OK -2015-03-12 13:49:48 sendUrl INFO 3 [568] R:OK -2015-03-12 13:50:30 queue INFO >>3 [569] -2015-03-12 13:50:34 sendUrl INFO 3 [569] R:OK -2015-03-12 13:51:21 queue INFO >>3 [570] -2015-03-12 13:51:25 sendUrl INFO 3 [570] R:OK -2015-03-12 13:52:11 queue INFO >>3 [571] -2015-03-12 13:52:11 sendUrl INFO 3 [571] R:OK -2015-03-12 13:53:01 queue INFO >>3 [572] -2015-03-12 13:53:05 sendUrl INFO 3 [572] R:OK -2015-03-12 13:53:51 queue INFO >>3 [573] -2015-03-12 13:53:55 sendUrl INFO 3 [573] R:OK -2015-03-12 13:54:41 queue INFO >>3 [574] -2015-03-12 13:54:42 sendUrl INFO 3 [574] R:OK -2015-03-12 13:55:31 queue INFO >>3 [575] -2015-03-12 13:55:55 sendUrl INFO 3 [575] R:OK -2015-03-12 13:56:21 queue INFO >>3 [576] -2015-03-12 13:56:40 sendUrl INFO 3 [576] R:OK -2015-03-12 13:57:12 queue INFO >>3 [577] -2015-03-12 13:57:14 sendUrl INFO 3 [577] R:OK -2015-03-12 13:57:47 queue INFO 7 [578] -2015-03-12 13:57:48 queue INFO >7 [579] -2015-03-12 13:57:48 program INFO WAIT active send to complete -2015-03-12 13:57:49 program INFO WAIT active send to complete -2015-03-12 13:57:49 queue INFO 3 [580] -2015-03-12 13:57:49 queue INFO >3 [581] -2015-03-12 13:57:49 program INFO WAIT active send to complete -2015-03-12 13:57:50 program INFO WAIT active send to complete -2015-03-12 13:57:50 program INFO WAIT active send to complete -2015-03-12 13:57:51 program INFO WAIT active send to complete -2015-03-12 13:57:51 sendUrl INFO 7 [578] R:OK -2015-03-12 13:57:52 program INFO WAIT active send to complete -2015-03-12 13:57:52 program INFO WAIT active send to complete -2015-03-12 13:57:53 program INFO WAIT active send to complete -2015-03-12 13:57:53 program INFO WAIT active send to complete -2015-03-12 13:57:54 program INFO WAIT active send to complete -2015-03-12 13:57:54 sendUrl INFO 7 [579] R:OK -2015-03-12 13:57:55 program INFO WAIT active send to complete -2015-03-12 13:57:55 program INFO WAIT active send to complete -2015-03-12 13:57:56 program INFO WAIT active send to complete -2015-03-12 13:57:56 program INFO WAIT active send to complete -2015-03-12 13:57:57 program INFO WAIT active send to complete -2015-03-12 13:57:57 program INFO WAIT active send to complete -2015-03-12 13:57:58 program INFO WAIT active send to complete -2015-03-12 13:57:58 program INFO WAIT active send to complete -2015-03-12 13:57:59 program INFO WAIT active send to complete -2015-03-12 13:57:59 program INFO WAIT active send to complete -2015-03-12 13:58:00 program INFO WAIT active send to complete -2015-03-12 13:58:00 program INFO WAIT active send to complete -2015-03-12 13:58:01 program INFO WAIT active send to complete -2015-03-12 13:58:01 program INFO WAIT active send to complete -2015-03-12 13:58:02 program INFO WAIT active send to complete -2015-03-12 13:58:02 program INFO WAIT active send to complete -2015-03-12 13:58:03 program INFO WAIT active send to complete -2015-03-12 13:58:03 program INFO WAIT active send to complete -2015-03-12 13:58:04 program INFO WAIT active send to complete -2015-03-12 13:58:04 program INFO WAIT active send to complete -2015-03-12 13:58:05 program INFO WAIT active send to complete -2015-03-12 13:58:05 sendUrl INFO 3 [580] R:OK -2015-03-12 13:58:06 sendUrl INFO 3 [581] R:OK -2015-03-12 13:58:39 queue INFO >>3 [582] -2015-03-12 13:58:40 sendUrl INFO 3 [582] R:OK -2015-03-12 13:59:29 queue INFO >>3 [583] -2015-03-12 13:59:30 sendUrl INFO 3 [583] R:OK -2015-03-12 14:00:19 queue INFO >>3 [584] -2015-03-12 14:00:20 sendUrl INFO 3 [584] R:OK -2015-03-12 14:01:09 queue INFO >>3 [585] -2015-03-12 14:01:10 sendUrl INFO 3 [585] R:OK -2015-03-12 14:02:00 queue INFO >>3 [586] -2015-03-12 14:02:02 sendUrl INFO 3 [586] R:OK -2015-03-12 14:02:50 queue INFO >>3 [587] -2015-03-12 14:02:50 sendUrl INFO 3 [587] R:OK -2015-03-12 14:03:40 queue INFO >>3 [588] -2015-03-12 14:03:41 sendUrl INFO 3 [588] R:OK -2015-03-12 14:04:30 queue INFO >>3 [589] -2015-03-12 14:04:52 sendUrl INFO 3 [589] R:OK -2015-03-12 14:05:20 queue INFO >>3 [590] -2015-03-12 14:05:35 sendUrl INFO 3 [590] R:OK -2015-03-12 14:05:56 queue INFO 7 [591] -2015-03-12 14:05:56 queue INFO >7 [592] -2015-03-12 14:05:57 program INFO WAIT active send to complete -2015-03-12 14:05:57 sendUrl INFO 7 [591] R:OK -2015-03-12 14:05:57 queue INFO 3 [593] -2015-03-12 14:05:58 queue INFO >3 [594] -2015-03-12 14:05:58 program INFO WAIT active send to complete -2015-03-12 14:05:58 program INFO WAIT active send to complete -2015-03-12 14:05:59 program INFO WAIT active send to complete -2015-03-12 14:05:59 program INFO WAIT active send to complete -2015-03-12 14:06:00 program INFO WAIT active send to complete -2015-03-12 14:06:00 program INFO WAIT active send to complete -2015-03-12 14:06:01 program INFO WAIT active send to complete -2015-03-12 14:06:01 program INFO WAIT active send to complete -2015-03-12 14:06:02 program INFO WAIT active send to complete -2015-03-12 14:06:02 program INFO WAIT active send to complete -2015-03-12 14:06:03 program INFO WAIT active send to complete -2015-03-12 14:06:03 program INFO WAIT active send to complete -2015-03-12 14:06:04 program INFO WAIT active send to complete -2015-03-12 14:06:04 program INFO WAIT active send to complete -2015-03-12 14:06:05 program INFO WAIT active send to complete -2015-03-12 14:06:05 program INFO WAIT active send to complete -2015-03-12 14:06:06 program INFO WAIT active send to complete -2015-03-12 14:06:06 program INFO WAIT active send to complete -2015-03-12 14:06:07 program INFO WAIT active send to complete -2015-03-12 14:06:08 program INFO WAIT active send to complete -2015-03-12 14:06:08 program INFO WAIT active send to complete -2015-03-12 14:06:09 program INFO WAIT active send to complete -2015-03-12 14:06:09 program INFO WAIT active send to complete -2015-03-12 14:06:10 program INFO WAIT active send to complete -2015-03-12 14:06:10 program INFO WAIT active send to complete -2015-03-12 14:06:11 program INFO WAIT active send to complete -2015-03-12 14:06:11 program INFO WAIT active send to complete -2015-03-12 14:06:12 program INFO WAIT active send to complete -2015-03-12 14:06:12 program INFO WAIT active send to complete -2015-03-12 14:06:13 program INFO WAIT active send to complete -2015-03-12 14:06:13 program INFO WAIT active send to complete -2015-03-12 14:06:14 program INFO WAIT active send to complete -2015-03-12 14:06:14 program INFO WAIT active send to complete -2015-03-12 14:06:15 program INFO WAIT active send to complete -2015-03-12 14:06:15 program INFO WAIT active send to complete -2015-03-12 14:06:16 program INFO WAIT active send to complete -2015-03-12 14:06:16 program INFO WAIT active send to complete -2015-03-12 14:06:17 program INFO WAIT active send to complete -2015-03-12 14:06:17 program INFO WAIT active send to complete -2015-03-12 14:06:18 program INFO WAIT active send to complete -2015-03-12 14:06:18 program INFO WAIT active send to complete -2015-03-12 14:06:19 program INFO WAIT active send to complete -2015-03-12 14:06:19 program INFO WAIT active send to complete -2015-03-12 14:06:20 program INFO WAIT active send to complete -2015-03-12 14:06:20 program INFO WAIT active send to complete -2015-03-12 14:06:21 program INFO WAIT active send to complete -2015-03-12 14:06:21 program INFO WAIT active send to complete -2015-03-12 14:06:22 program INFO WAIT active send to complete -2015-03-12 14:06:22 program INFO WAIT active send to complete -2015-03-12 14:06:23 program INFO WAIT active send to complete -2015-03-12 14:06:23 sendUrl INFO 7 [592] R:OK -2015-03-12 14:06:24 program INFO WAIT active send to complete -2015-03-12 14:06:24 program INFO WAIT active send to complete -2015-03-12 14:06:25 program INFO WAIT active send to complete -2015-03-12 14:06:25 program INFO WAIT active send to complete -2015-03-12 14:06:26 program INFO WAIT active send to complete -2015-03-12 14:06:26 program INFO WAIT active send to complete -2015-03-12 14:06:27 program INFO WAIT active send to complete -2015-03-12 14:06:27 program INFO WAIT active send to complete -2015-03-12 14:06:28 program INFO WAIT active send to complete -2015-03-12 14:06:28 program INFO WAIT active send to complete -2015-03-12 14:06:29 program INFO WAIT active send to complete -2015-03-12 14:06:29 program INFO WAIT active send to complete -2015-03-12 14:06:30 program INFO WAIT active send to complete -2015-03-12 14:06:30 program INFO WAIT active send to complete -2015-03-12 14:06:31 program INFO WAIT active send to complete -2015-03-12 14:06:31 program INFO WAIT active send to complete -2015-03-12 14:06:32 program INFO WAIT active send to complete -2015-03-12 14:06:32 program INFO WAIT active send to complete -2015-03-12 14:06:33 program INFO WAIT active send to complete -2015-03-12 14:06:33 sendUrl INFO 3 [593] R:OK -2015-03-12 14:06:42 sendUrl INFO 3 [594] R:OK -2015-03-12 14:06:48 queue INFO >>3 [595] -2015-03-12 14:07:18 sendUrl INFO 3 [595] R:OK -2015-03-12 14:07:38 queue INFO >>3 [596] -2015-03-12 14:07:43 sendUrl INFO 3 [596] R:OK -2015-03-12 14:08:28 queue INFO >>3 [597] -2015-03-12 14:08:35 sendUrl INFO 3 [597] R:OK -2015-03-12 14:09:18 queue INFO >>3 [598] -2015-03-12 14:09:25 sendUrl INFO 3 [598] R:OK -2015-03-12 14:10:08 queue INFO >>3 [599] -2015-03-12 14:10:15 sendUrl INFO 3 [599] R:OK -2015-03-12 14:10:58 queue INFO >>3 [600] -2015-03-12 14:10:59 sendUrl INFO 3 [600] R:OK -2015-03-12 14:11:48 queue INFO >>3 [601] -2015-03-12 14:11:50 sendUrl INFO 3 [601] R:OK -2015-03-12 14:12:39 queue INFO >>3 [602] -2015-03-12 14:12:40 sendUrl INFO 3 [602] R:OK -2015-03-12 14:13:29 queue INFO >>3 [603] -2015-03-12 14:13:30 sendUrl INFO 3 [603] R:OK -2015-03-12 14:14:05 queue INFO 7 [604] -2015-03-12 14:14:05 queue INFO >7 [605] -2015-03-12 14:14:05 sendUrl INFO 7 [604] R:OK -2015-03-12 14:14:06 queue INFO 3 [606] -2015-03-12 14:14:06 queue INFO >3 [607] -2015-03-12 14:14:07 program INFO WAIT active send to complete -2015-03-12 14:14:07 program INFO WAIT active send to complete -2015-03-12 14:14:08 program INFO WAIT active send to complete -2015-03-12 14:14:08 program INFO WAIT active send to complete -2015-03-12 14:14:09 program INFO WAIT active send to complete -2015-03-12 14:14:09 program INFO WAIT active send to complete -2015-03-12 14:14:10 program INFO WAIT active send to complete -2015-03-12 14:14:10 sendUrl INFO 7 [605] R:OK -2015-03-12 14:14:11 program INFO WAIT active send to complete -2015-03-12 14:14:11 program INFO WAIT active send to complete -2015-03-12 14:14:12 program INFO WAIT active send to complete -2015-03-12 14:14:12 program INFO WAIT active send to complete -2015-03-12 14:14:13 program INFO WAIT active send to complete -2015-03-12 14:14:13 program INFO WAIT active send to complete -2015-03-12 14:14:14 program INFO WAIT active send to complete -2015-03-12 14:14:14 program INFO WAIT active send to complete -2015-03-12 14:14:15 program INFO WAIT active send to complete -2015-03-12 14:14:15 program INFO WAIT active send to complete -2015-03-12 14:14:16 program INFO WAIT active send to complete -2015-03-12 14:14:16 program INFO WAIT active send to complete -2015-03-12 14:14:17 sendUrl INFO 3 [606] R:OK -2015-03-12 14:14:20 sendUrl INFO 3 [607] R:OK -2015-03-12 14:14:56 queue INFO >>3 [608] -2015-03-12 14:14:57 sendUrl INFO 3 [608] R:OK -2015-03-12 14:15:47 queue INFO >>3 [609] -2015-03-12 14:15:47 sendUrl INFO 3 [609] R:OK -2015-03-12 14:16:37 queue INFO >>3 [610] -2015-03-12 14:16:41 sendUrl INFO 3 [610] R:OK -2015-03-12 14:17:27 queue INFO >>3 [611] -2015-03-12 14:17:31 sendUrl INFO 3 [611] R:OK -2015-03-12 14:18:17 queue INFO >>3 [612] -2015-03-12 14:18:17 sendUrl INFO 3 [612] R:OK -2015-03-12 14:19:07 queue INFO >>3 [613] -2015-03-12 14:19:07 sendUrl INFO 3 [613] R:OK -2015-03-12 14:19:57 queue INFO >>3 [614] -2015-03-12 14:19:58 sendUrl INFO 3 [614] R:OK -2015-03-12 14:20:47 queue INFO >>3 [615] -2015-03-12 14:20:48 sendUrl INFO 3 [615] R:OK -2015-03-12 14:21:38 queue INFO >>3 [616] -2015-03-12 14:21:38 sendUrl INFO 3 [616] R:OK -2015-03-12 14:22:14 queue INFO 7 [617] -2015-03-12 14:22:14 queue INFO >7 [618] -2015-03-12 14:22:14 sendUrl INFO 7 [617] R:OK -2015-03-12 14:22:14 sendUrl INFO 7 [618] R:OK -2015-03-12 14:22:15 queue INFO 3 [619] -2015-03-12 14:22:15 queue INFO >3 [620] -2015-03-12 14:22:16 sendUrl INFO 3 [619] R:OK -2015-03-12 14:22:16 sendUrl INFO 3 [620] R:OK -2015-03-12 14:23:05 queue INFO >>3 [621] -2015-03-12 14:23:05 sendUrl INFO 3 [621] R:OK -2015-03-12 14:23:55 queue INFO >>3 [622] -2015-03-12 14:23:56 sendUrl INFO 3 [622] R:OK -2015-03-12 14:24:46 queue INFO >>3 [623] -2015-03-12 14:24:46 sendUrl INFO 3 [623] R:OK -2015-03-12 14:25:36 queue INFO >>3 [624] -2015-03-12 14:25:36 sendUrl INFO 3 [624] R:OK -2015-03-12 14:26:26 queue INFO >>3 [625] -2015-03-12 14:26:26 sendUrl INFO 3 [625] R:OK -2015-03-12 14:27:16 queue INFO >>3 [626] -2015-03-12 14:27:16 sendUrl INFO 3 [626] R:OK -2015-03-12 14:28:06 queue INFO >>3 [627] -2015-03-12 14:28:06 sendUrl INFO 3 [627] R:OK -2015-03-12 14:28:56 queue INFO >>3 [628] -2015-03-12 14:28:57 sendUrl INFO 3 [628] R:OK -2015-03-12 14:29:46 queue INFO >>3 [629] -2015-03-12 14:29:47 sendUrl INFO 3 [629] R:OK -2015-03-12 14:30:23 queue INFO 7 [630] -2015-03-12 14:30:23 queue INFO >7 [631] -2015-03-12 14:30:23 sendUrl INFO 7 [630] R:OK -2015-03-12 14:30:24 sendUrl INFO 7 [631] R:OK -2015-03-12 14:30:24 queue INFO 3 [632] -2015-03-12 14:30:24 queue INFO >3 [633] -2015-03-12 14:30:25 sendUrl INFO 3 [632] R:OK -2015-03-12 14:30:25 sendUrl INFO 3 [633] R:OK -2015-03-12 14:31:14 queue INFO >>3 [634] -2015-03-12 14:31:15 sendUrl INFO 3 [634] R:OK -2015-03-12 14:32:04 queue INFO >>3 [635] -2015-03-12 14:32:05 sendUrl INFO 3 [635] R:OK -2015-03-12 14:32:55 queue INFO >>3 [636] -2015-03-12 14:32:55 sendUrl INFO 3 [636] R:OK -2015-03-12 14:33:45 queue INFO >>3 [637] -2015-03-12 14:33:45 sendUrl INFO 3 [637] R:OK -2015-03-12 14:34:35 queue INFO >>3 [638] -2015-03-12 14:34:35 sendUrl INFO 3 [638] R:OK -2015-03-12 14:35:25 queue INFO >>3 [639] -2015-03-12 14:35:26 sendUrl INFO 3 [639] R:OK -2015-03-12 14:36:15 queue INFO >>3 [640] -2015-03-12 14:36:15 sendUrl INFO 3 [640] R:OK -2015-03-12 14:37:05 queue INFO >>3 [641] -2015-03-12 14:37:16 sendUrl INFO 3 [641] R:OK -2015-03-12 14:37:56 queue INFO >>3 [642] -2015-03-12 14:38:03 sendUrl INFO 3 [642] R:OK -2015-03-12 14:38:32 queue INFO 7 [643] -2015-03-12 14:38:32 queue INFO >7 [644] -2015-03-12 14:38:32 program INFO WAIT active send to complete -2015-03-12 14:38:33 program INFO WAIT active send to complete -2015-03-12 14:38:33 queue INFO 3 [645] -2015-03-12 14:38:33 queue INFO >3 [646] -2015-03-12 14:38:33 program INFO WAIT active send to complete -2015-03-12 14:38:34 program INFO WAIT active send to complete -2015-03-12 14:38:34 program INFO WAIT active send to complete -2015-03-12 14:38:35 program INFO WAIT active send to complete -2015-03-12 14:38:35 program INFO WAIT active send to complete -2015-03-12 14:38:36 program INFO WAIT active send to complete -2015-03-12 14:38:36 program INFO WAIT active send to complete -2015-03-12 14:38:37 sendUrl INFO 7 [643] R:OK -2015-03-12 14:38:37 program INFO WAIT active send to complete -2015-03-12 14:38:38 program INFO WAIT active send to complete -2015-03-12 14:38:38 program INFO WAIT active send to complete -2015-03-12 14:38:39 program INFO WAIT active send to complete -2015-03-12 14:38:39 program INFO WAIT active send to complete -2015-03-12 14:38:40 program INFO WAIT active send to complete -2015-03-12 14:38:40 program INFO WAIT active send to complete -2015-03-12 14:38:41 program INFO WAIT active send to complete -2015-03-12 14:38:41 program INFO WAIT active send to complete -2015-03-12 14:38:42 program INFO WAIT active send to complete -2015-03-12 14:38:42 program INFO WAIT active send to complete -2015-03-12 14:38:43 program INFO WAIT active send to complete -2015-03-12 14:38:43 program INFO WAIT active send to complete -2015-03-12 14:38:44 program INFO WAIT active send to complete -2015-03-12 14:38:44 program INFO WAIT active send to complete -2015-03-12 14:38:45 program INFO WAIT active send to complete -2015-03-12 14:38:45 program INFO WAIT active send to complete -2015-03-12 14:38:46 program INFO WAIT active send to complete -2015-03-12 14:38:46 program INFO WAIT active send to complete -2015-03-12 14:38:47 program INFO WAIT active send to complete -2015-03-12 14:38:47 program INFO WAIT active send to complete -2015-03-12 14:38:48 program INFO WAIT active send to complete -2015-03-12 14:38:48 program INFO WAIT active send to complete -2015-03-12 14:38:49 program INFO WAIT active send to complete -2015-03-12 14:38:50 program INFO WAIT active send to complete -2015-03-12 14:38:50 program INFO WAIT active send to complete -2015-03-12 14:38:51 program INFO WAIT active send to complete -2015-03-12 14:38:51 program INFO WAIT active send to complete -2015-03-12 14:38:52 program INFO WAIT active send to complete -2015-03-12 14:38:52 program INFO WAIT active send to complete -2015-03-12 14:38:53 program INFO WAIT active send to complete -2015-03-12 14:38:53 program INFO WAIT active send to complete -2015-03-12 14:38:54 program INFO WAIT active send to complete -2015-03-12 14:38:54 program INFO WAIT active send to complete -2015-03-12 14:38:54 sendUrl INFO 7 [644] R:OK -2015-03-12 14:38:55 program INFO WAIT active send to complete -2015-03-12 14:38:56 program INFO WAIT active send to complete -2015-03-12 14:38:56 program INFO WAIT active send to complete -2015-03-12 14:38:57 program INFO WAIT active send to complete -2015-03-12 14:38:57 program INFO WAIT active send to complete -2015-03-12 14:38:58 program INFO WAIT active send to complete -2015-03-12 14:38:58 sendUrl INFO 3 [645] R:OK -2015-03-12 14:39:05 sendUrl INFO 3 [646] R:OK -2015-03-12 14:39:23 queue INFO >>3 [647] -2015-03-12 14:39:24 sendUrl INFO 3 [647] R:OK -2015-03-12 14:40:13 queue INFO >>3 [648] -2015-03-12 14:40:14 sendUrl INFO 3 [648] R:OK -2015-03-12 14:41:04 queue INFO >>3 [649] -2015-03-12 14:41:07 sendUrl INFO 3 [649] R:OK -2015-03-12 14:41:54 queue INFO >>3 [650] -2015-03-12 14:41:54 sendUrl INFO 3 [650] R:OK -2015-03-12 14:42:44 queue INFO >>3 [651] -2015-03-12 14:42:48 sendUrl INFO 3 [651] R:OK -2015-03-12 14:43:34 queue INFO >>3 [652] -2015-03-12 14:43:38 sendUrl INFO 3 [652] R:OK -2015-03-12 14:44:24 queue INFO >>3 [653] -2015-03-12 14:44:24 sendUrl INFO 3 [653] R:OK -2015-03-12 14:45:14 queue INFO >>3 [654] -2015-03-12 14:45:17 sendUrl INFO 3 [654] R:OK -2015-03-12 14:46:04 queue INFO >>3 [655] -2015-03-12 14:46:07 sendUrl INFO 3 [655] R:OK -2015-03-12 14:46:40 queue INFO 7 [656] -2015-03-12 14:46:40 queue INFO >7 [657] -2015-03-12 14:46:41 program INFO WAIT active send to complete -2015-03-12 14:46:42 program INFO WAIT active send to complete -2015-03-12 14:46:42 queue INFO 3 [658] -2015-03-12 14:46:42 queue INFO >3 [659] -2015-03-12 14:46:42 program INFO WAIT active send to complete -2015-03-12 14:46:43 program INFO WAIT active send to complete -2015-03-12 14:46:43 program INFO WAIT active send to complete -2015-03-12 14:46:44 program INFO WAIT active send to complete -2015-03-12 14:46:44 program INFO WAIT active send to complete -2015-03-12 14:46:45 program INFO WAIT active send to complete -2015-03-12 14:46:45 program INFO WAIT active send to complete -2015-03-12 14:46:46 program INFO WAIT active send to complete -2015-03-12 14:46:46 program INFO WAIT active send to complete -2015-03-12 14:46:47 program INFO WAIT active send to complete -2015-03-12 14:46:47 program INFO WAIT active send to complete -2015-03-12 14:46:48 program INFO WAIT active send to complete -2015-03-12 14:46:48 program INFO WAIT active send to complete -2015-03-12 14:46:49 program INFO WAIT active send to complete -2015-03-12 14:46:49 program INFO WAIT active send to complete -2015-03-12 14:46:50 program INFO WAIT active send to complete -2015-03-12 14:46:50 program INFO WAIT active send to complete -2015-03-12 14:46:51 program INFO WAIT active send to complete -2015-03-12 14:46:51 program INFO WAIT active send to complete -2015-03-12 14:46:52 program INFO WAIT active send to complete -2015-03-12 14:46:52 program INFO WAIT active send to complete -2015-03-12 14:46:53 program INFO WAIT active send to complete -2015-03-12 14:46:53 program INFO WAIT active send to complete -2015-03-12 14:46:54 program INFO WAIT active send to complete -2015-03-12 14:46:54 program INFO WAIT active send to complete -2015-03-12 14:46:55 program INFO WAIT active send to complete -2015-03-12 14:46:55 program INFO WAIT active send to complete -2015-03-12 14:46:56 program INFO WAIT active send to complete -2015-03-12 14:46:56 program INFO WAIT active send to complete -2015-03-12 14:46:57 program INFO WAIT active send to complete -2015-03-12 14:46:57 sendUrl INFO 7 [656] R:OK -2015-03-12 14:46:58 program INFO WAIT active send to complete -2015-03-12 14:46:58 sendUrl INFO 7 [657] R:OK -2015-03-12 14:46:58 sendUrl INFO 3 [658] R:OK -2015-03-12 14:47:02 sendUrl INFO 3 [659] R:OK -2015-03-12 14:47:32 queue INFO >>3 [660] -2015-03-12 14:47:41 sendUrl INFO 3 [660] R:OK -2015-03-12 14:48:22 queue INFO >>3 [661] -2015-03-12 14:48:33 sendUrl INFO 3 [661] R:OK -2015-03-12 14:49:12 queue INFO >>3 [662] -2015-03-12 14:49:13 sendUrl INFO 3 [662] R:OK -2015-03-12 14:50:02 queue INFO >>3 [663] -2015-03-12 14:50:03 sendUrl INFO 3 [663] R:OK -2015-03-12 14:50:53 queue INFO >>3 [664] -2015-03-12 14:50:53 sendUrl INFO 3 [664] R:OK -2015-03-12 14:51:43 queue INFO >>3 [665] -2015-03-12 14:51:43 sendUrl INFO 3 [665] R:OK -2015-03-12 14:52:33 queue INFO >>3 [666] -2015-03-12 14:52:33 sendUrl INFO 3 [666] R:OK -2015-03-12 14:53:23 queue INFO >>3 [667] -2015-03-12 14:53:23 sendUrl INFO 3 [667] R:OK -2015-03-12 14:54:13 queue INFO >>3 [668] -2015-03-12 14:54:24 sendUrl INFO 3 [668] R:OK -2015-03-12 14:54:49 queue INFO 7 [669] -2015-03-12 14:54:49 queue INFO >7 [670] -2015-03-12 14:54:50 program INFO WAIT active send to complete -2015-03-12 14:54:50 program INFO WAIT active send to complete -2015-03-12 14:54:50 queue INFO 3 [671] -2015-03-12 14:54:51 queue INFO >3 [672] -2015-03-12 14:54:51 program INFO WAIT active send to complete -2015-03-12 14:54:51 program INFO WAIT active send to complete -2015-03-12 14:54:52 program INFO WAIT active send to complete -2015-03-12 14:54:52 program INFO WAIT active send to complete -2015-03-12 14:54:53 program INFO WAIT active send to complete -2015-03-12 14:54:53 program INFO WAIT active send to complete -2015-03-12 14:54:54 program INFO WAIT active send to complete -2015-03-12 14:54:54 program INFO WAIT active send to complete -2015-03-12 14:54:55 program INFO WAIT active send to complete -2015-03-12 14:54:55 program INFO WAIT active send to complete -2015-03-12 14:54:56 program INFO WAIT active send to complete -2015-03-12 14:54:56 program INFO WAIT active send to complete -2015-03-12 14:54:57 program INFO WAIT active send to complete -2015-03-12 14:54:57 program INFO WAIT active send to complete -2015-03-12 14:54:58 program INFO WAIT active send to complete -2015-03-12 14:54:58 program INFO WAIT active send to complete -2015-03-12 14:54:59 program INFO WAIT active send to complete -2015-03-12 14:54:59 program INFO WAIT active send to complete -2015-03-12 14:55:00 program INFO WAIT active send to complete -2015-03-12 14:55:00 program INFO WAIT active send to complete -2015-03-12 14:55:01 program INFO WAIT active send to complete -2015-03-12 14:55:02 program INFO WAIT active send to complete -2015-03-12 14:55:02 program INFO WAIT active send to complete -2015-03-12 14:55:03 program INFO WAIT active send to complete -2015-03-12 14:55:03 program INFO WAIT active send to complete -2015-03-12 14:55:04 program INFO WAIT active send to complete -2015-03-12 14:55:04 program INFO WAIT active send to complete -2015-03-12 14:55:05 program INFO WAIT active send to complete -2015-03-12 14:55:05 program INFO WAIT active send to complete -2015-03-12 14:55:06 program INFO WAIT active send to complete -2015-03-12 14:55:06 program INFO WAIT active send to complete -2015-03-12 14:55:07 program INFO WAIT active send to complete -2015-03-12 14:55:07 program INFO WAIT active send to complete -2015-03-12 14:55:08 program INFO WAIT active send to complete -2015-03-12 14:55:08 program INFO WAIT active send to complete -2015-03-12 14:55:09 program INFO WAIT active send to complete -2015-03-12 14:55:09 program INFO WAIT active send to complete -2015-03-12 14:55:10 program INFO WAIT active send to complete -2015-03-12 14:55:10 program INFO WAIT active send to complete -2015-03-12 14:55:11 program INFO WAIT active send to complete -2015-03-12 14:55:11 program INFO WAIT active send to complete -2015-03-12 14:55:12 program INFO WAIT active send to complete -2015-03-12 14:55:12 program INFO WAIT active send to complete -2015-03-12 14:55:13 program INFO WAIT active send to complete -2015-03-12 14:55:13 program INFO WAIT active send to complete -2015-03-12 14:55:14 program INFO WAIT active send to complete -2015-03-12 14:55:14 sendUrl INFO 7 [669] R:OK -2015-03-12 14:55:15 program INFO WAIT active send to complete -2015-03-12 14:55:15 program INFO WAIT active send to complete -2015-03-12 14:55:16 program INFO WAIT active send to complete -2015-03-12 14:55:16 program INFO WAIT active send to complete -2015-03-12 14:55:17 program INFO WAIT active send to complete -2015-03-12 14:55:17 program INFO WAIT active send to complete -2015-03-12 14:55:18 program INFO WAIT active send to complete -2015-03-12 14:55:18 program INFO WAIT active send to complete -2015-03-12 14:55:19 program INFO WAIT active send to complete -2015-03-12 14:55:19 program INFO WAIT active send to complete -2015-03-12 14:55:20 program INFO WAIT active send to complete -2015-03-12 14:55:20 sendUrl INFO 7 [670] R:OK -2015-03-12 14:55:21 program INFO WAIT active send to complete -2015-03-12 14:55:21 program INFO WAIT active send to complete -2015-03-12 14:55:22 program INFO WAIT active send to complete -2015-03-12 14:55:22 program INFO WAIT active send to complete -2015-03-12 14:55:23 program INFO WAIT active send to complete -2015-03-12 14:55:23 program INFO WAIT active send to complete -2015-03-12 14:55:24 program INFO WAIT active send to complete -2015-03-12 14:55:24 program INFO WAIT active send to complete -2015-03-12 14:55:25 program INFO WAIT active send to complete -2015-03-12 14:55:25 program INFO WAIT active send to complete -2015-03-12 14:55:26 program INFO WAIT active send to complete -2015-03-12 14:55:26 program INFO WAIT active send to complete -2015-03-12 14:55:27 program INFO WAIT active send to complete -2015-03-12 14:55:27 program INFO WAIT active send to complete -2015-03-12 14:55:28 program INFO WAIT active send to complete -2015-03-12 14:55:28 program INFO WAIT active send to complete -2015-03-12 14:55:29 program INFO WAIT active send to complete -2015-03-12 14:55:29 program INFO WAIT active send to complete -2015-03-12 14:55:30 program INFO WAIT active send to complete -2015-03-12 14:55:30 program INFO WAIT active send to complete -2015-03-12 14:55:31 program INFO WAIT active send to complete -2015-03-12 14:55:31 program INFO WAIT active send to complete -2015-03-12 14:55:31 sendUrl INFO 3 [671] R:OK -2015-03-12 14:55:33 sendUrl INFO 3 [672] R:OK -2015-03-12 14:55:41 queue INFO >>3 [673] -2015-03-12 14:56:04 sendUrl INFO 3 [673] R:OK -2015-03-12 14:56:31 queue INFO >>3 [674] -2015-03-12 14:56:54 sendUrl INFO 3 [674] R:OK -2015-03-12 14:57:21 queue INFO >>3 [675] -2015-03-12 14:57:21 sendUrl INFO 3 [675] R:OK -2015-03-12 14:58:11 queue INFO >>3 [676] -2015-03-12 14:58:12 sendUrl INFO 3 [676] R:OK -2015-03-12 14:59:01 queue INFO >>3 [677] -2015-03-12 14:59:06 sendUrl INFO 3 [677] R:OK -2015-03-12 14:59:51 queue INFO >>3 [678] -2015-03-12 14:59:52 sendUrl INFO 3 [678] R:OK -2015-03-12 15:00:42 queue INFO >>3 [679] -2015-03-12 15:00:46 sendUrl INFO 3 [679] R:OK -2015-03-12 15:01:32 queue INFO >>3 [680] -2015-03-12 15:01:32 sendUrl INFO 3 [680] R:OK -2015-03-12 15:02:22 queue INFO >>3 [681] -2015-03-12 15:02:22 sendUrl INFO 3 [681] R:OK -2015-03-12 15:02:58 queue INFO 7 [682] -2015-03-12 15:02:58 queue INFO >7 [683] -2015-03-12 15:02:59 program INFO WAIT active send to complete -2015-03-12 15:02:59 queue INFO 3 [684] -2015-03-12 15:02:59 program INFO WAIT active send to complete -2015-03-12 15:02:59 queue INFO >3 [685] -2015-03-12 15:03:00 program INFO WAIT active send to complete -2015-03-12 15:03:00 program INFO WAIT active send to complete -2015-03-12 15:03:01 program INFO WAIT active send to complete -2015-03-12 15:03:01 program INFO WAIT active send to complete -2015-03-12 15:03:02 program INFO WAIT active send to complete -2015-03-12 15:03:02 program INFO WAIT active send to complete -2015-03-12 15:03:03 program INFO WAIT active send to complete -2015-03-12 15:03:03 program INFO WAIT active send to complete -2015-03-12 15:03:04 program INFO WAIT active send to complete -2015-03-12 15:03:04 program INFO WAIT active send to complete -2015-03-12 15:03:05 program INFO WAIT active send to complete -2015-03-12 15:03:05 program INFO WAIT active send to complete -2015-03-12 15:03:06 program INFO WAIT active send to complete -2015-03-12 15:03:06 program INFO WAIT active send to complete -2015-03-12 15:03:07 program INFO WAIT active send to complete -2015-03-12 15:03:07 program INFO WAIT active send to complete -2015-03-12 15:03:08 program INFO WAIT active send to complete -2015-03-12 15:03:08 program INFO WAIT active send to complete -2015-03-12 15:03:09 program INFO WAIT active send to complete -2015-03-12 15:03:09 program INFO WAIT active send to complete -2015-03-12 15:03:10 program INFO WAIT active send to complete -2015-03-12 15:03:10 program INFO WAIT active send to complete -2015-03-12 15:03:11 program INFO WAIT active send to complete -2015-03-12 15:03:11 program INFO WAIT active send to complete -2015-03-12 15:03:12 program INFO WAIT active send to complete -2015-03-12 15:03:12 sendUrl INFO 7 [682] R:OK -2015-03-12 15:03:13 program INFO WAIT active send to complete -2015-03-12 15:03:13 program INFO WAIT active send to complete -2015-03-12 15:03:14 program INFO WAIT active send to complete -2015-03-12 15:03:14 program INFO WAIT active send to complete -2015-03-12 15:03:15 sendUrl INFO 7 [683] R:OK -2015-03-12 15:03:15 program INFO WAIT active send to complete -2015-03-12 15:03:16 program INFO WAIT active send to complete -2015-03-12 15:03:16 program INFO WAIT active send to complete -2015-03-12 15:03:17 program INFO WAIT active send to complete -2015-03-12 15:03:17 program INFO WAIT active send to complete -2015-03-12 15:03:18 program INFO WAIT active send to complete -2015-03-12 15:03:18 program INFO WAIT active send to complete -2015-03-12 15:03:19 program INFO WAIT active send to complete -2015-03-12 15:03:19 program INFO WAIT active send to complete -2015-03-12 15:03:20 program INFO WAIT active send to complete -2015-03-12 15:03:20 program INFO WAIT active send to complete -2015-03-12 15:03:21 program INFO WAIT active send to complete -2015-03-12 15:03:21 program INFO WAIT active send to complete -2015-03-12 15:03:22 sendUrl INFO 3 [684] R:OK -2015-03-12 15:03:22 sendUrl INFO 3 [685] R:OK -2015-03-12 15:03:49 queue INFO >>3 [686] -2015-03-12 15:04:03 sendUrl INFO 3 [686] R:OK -2015-03-12 15:04:39 queue INFO >>3 [687] -2015-03-12 15:04:53 sendUrl INFO 3 [687] R:OK -2015-03-12 15:05:30 queue INFO >>3 [688] -2015-03-12 15:05:43 sendUrl INFO 3 [688] R:OK -2015-03-12 15:06:20 queue INFO >>3 [689] -2015-03-12 15:06:21 sendUrl INFO 3 [689] R:OK -2015-03-12 15:07:10 queue INFO >>3 [690] -2015-03-12 15:07:26 sendUrl INFO 3 [690] R:OK -2015-03-12 15:08:00 queue INFO >>3 [691] -2015-03-12 15:08:07 sendUrl INFO 3 [691] R:OK -2015-03-12 15:08:50 queue INFO >>3 [692] -2015-03-12 15:08:59 sendUrl INFO 3 [692] R:OK -2015-03-12 15:09:40 queue INFO >>3 [693] -2015-03-12 15:09:49 sendUrl INFO 3 [693] R:OK -2015-03-12 15:10:31 queue INFO >>3 [694] -2015-03-12 15:10:31 sendUrl INFO 3 [694] R:OK -2015-03-12 15:11:06 queue INFO 7 [695] -2015-03-12 15:11:07 sendUrl INFO 7 [695] R:OK -2015-03-12 15:11:07 queue INFO >7 [696] -2015-03-12 15:11:07 sendUrl INFO 7 [696] R:OK -2015-03-12 15:11:08 queue INFO 3 [697] -2015-03-12 15:11:08 queue INFO >3 [698] -2015-03-12 15:11:09 sendUrl INFO 3 [697] R:OK -2015-03-12 15:11:09 sendUrl INFO 3 [698] R:OK -2015-03-12 15:11:58 queue INFO >>3 [699] -2015-03-12 15:11:58 sendUrl INFO 3 [699] R:OK -2015-03-12 15:12:48 queue INFO >>3 [700] -2015-03-12 15:12:49 program ERROR IOB offline -2015-03-12 15:12:49 program INFO IOB ONLINE! -2015-03-12 15:12:49 sendUrl INFO 3 [700] R: -2015-03-12 15:13:39 queue INFO >>3 [701] -2015-03-12 15:13:39 program ERROR IOB offline -2015-03-12 15:13:40 program INFO IOB ONLINE! -2015-03-12 15:13:40 sendUrl INFO 3 [701] R: -2015-03-12 15:14:29 queue INFO >>3 [702] -2015-03-12 15:14:29 program ERROR IOB offline -2015-03-12 15:14:29 program INFO IOB ONLINE! -2015-03-12 15:14:29 sendUrl INFO 3 [702] R: -2015-03-12 15:15:19 queue INFO >>3 [703] -2015-03-12 15:15:19 sendUrl INFO 3 [703] R:OK -2015-03-12 15:16:09 queue INFO >>3 [704] -2015-03-12 15:16:10 sendUrl INFO 3 [704] R:OK -2015-03-12 15:16:59 queue INFO >>3 [705] -2015-03-12 15:16:59 sendUrl INFO 3 [705] R:OK -2015-03-12 15:17:49 queue INFO >>3 [706] -2015-03-12 15:17:50 sendUrl INFO 3 [706] R:OK -2015-03-12 15:18:39 queue INFO >>3 [707] -2015-03-12 15:18:40 sendUrl INFO 3 [707] R:OK -2015-03-12 15:19:16 queue INFO 7 [708] -2015-03-12 15:19:16 queue INFO >7 [709] -2015-03-12 15:19:16 sendUrl INFO 7 [708] R:OK -2015-03-12 15:19:16 sendUrl INFO 7 [709] R:OK -2015-03-12 15:19:17 queue INFO 3 [710] -2015-03-12 15:19:17 sendUrl INFO 3 [710] R:OK -2015-03-12 15:19:17 queue INFO >3 [711] -2015-03-12 15:19:18 sendUrl INFO 3 [711] R:OK -2015-03-12 15:20:07 queue INFO >>3 [712] -2015-03-12 15:20:08 sendUrl INFO 3 [712] R:OK -2015-03-12 15:20:36 queue INFO 1 [713] -2015-03-12 15:20:36 sendUrl INFO 1 [713] R:OK -2015-03-12 15:20:36 queue INFO >1 [714] -2015-03-12 15:20:36 sendUrl INFO 1 [714] R:OK -2015-03-12 15:21:26 queue INFO >>1 [715] -2015-03-12 15:21:26 sendUrl INFO 1 [715] R:OK -2015-03-12 15:22:16 queue INFO >>1 [716] -2015-03-12 15:22:16 sendUrl INFO 1 [716] R:OK -2015-03-12 15:23:06 queue INFO >>1 [717] -2015-03-12 15:23:06 sendUrl INFO 1 [717] R:OK -2015-03-12 15:23:56 queue INFO >>1 [718] -2015-03-12 15:23:57 sendUrl INFO 1 [718] R:OK -2015-03-12 15:24:46 queue INFO >>1 [719] -2015-03-12 15:24:47 sendUrl INFO 1 [719] R:OK -2015-03-12 15:25:37 queue INFO >>1 [720] -2015-03-12 15:25:37 sendUrl INFO 1 [720] R:OK -2015-03-12 15:26:27 queue INFO >>1 [721] -2015-03-12 15:26:27 sendUrl INFO 1 [721] R:OK -2015-03-12 15:27:17 queue INFO >>1 [722] -2015-03-12 15:27:17 sendUrl INFO 1 [722] R:OK -2015-03-12 15:27:19 queue INFO 21 [723] -2015-03-12 15:27:19 queue INFO >21 [724] -2015-03-12 15:27:19 sendUrl INFO 21 [723] R:OK -2015-03-12 15:27:20 sendUrl INFO 21 [724] R:OK -2015-03-12 15:28:09 queue INFO >>21 [725] -2015-03-12 15:28:10 sendUrl INFO 21 [725] R:OK -2015-03-12 15:28:59 queue INFO >>21 [726] -2015-03-12 15:29:00 sendUrl INFO 21 [726] R:OK -2015-03-12 15:29:50 queue INFO >>21 [727] -2015-03-12 15:29:50 sendUrl INFO 21 [727] R:OK -2015-03-12 15:30:40 queue INFO >>21 [728] -2015-03-12 15:30:40 sendUrl INFO 21 [728] R:OK -2015-03-12 15:30:49 queue INFO 1 [729] -2015-03-12 15:30:50 queue INFO >1 [730] -2015-03-12 15:30:50 sendUrl INFO 1 [729] R:OK -2015-03-12 15:30:50 sendUrl INFO 1 [730] R:OK -2015-03-12 15:31:15 queue INFO 5 [731] -2015-03-12 15:31:15 queue INFO >5 [732] -2015-03-12 15:31:15 sendUrl INFO 5 [731] R:OK -2015-03-12 15:31:16 sendUrl INFO 5 [732] R:OK -2015-03-12 15:31:17 queue INFO 1 [733] -2015-03-12 15:31:17 queue INFO >1 [734] -2015-03-12 15:31:17 sendUrl INFO 1 [733] R:OK -2015-03-12 15:31:17 sendUrl INFO 1 [734] R:OK -2015-03-12 15:32:07 queue INFO >>1 [735] -2015-03-12 15:32:07 sendUrl INFO 1 [735] R:OK -2015-03-12 15:32:23 queue INFO 3 [736] -2015-03-12 15:32:23 queue INFO >3 [737] -2015-03-12 15:32:23 sendUrl INFO 3 [736] R:OK -2015-03-12 15:32:24 sendUrl INFO 3 [737] R:OK -2015-03-12 15:33:13 queue INFO >>3 [738] -2015-03-12 15:33:14 sendUrl INFO 3 [738] R:OK -2015-03-12 15:34:03 queue INFO >>3 [739] -2015-03-12 15:34:04 sendUrl INFO 3 [739] R:OK -2015-03-12 15:34:53 queue INFO >>3 [740] -2015-03-12 15:34:54 sendUrl INFO 3 [740] R:OK -2015-03-12 15:35:44 queue INFO >>3 [741] -2015-03-12 15:35:44 sendUrl INFO 3 [741] R:OK -2015-03-12 15:36:34 queue INFO >>3 [742] -2015-03-12 15:36:34 sendUrl INFO 3 [742] R:OK -2015-03-12 15:37:24 queue INFO >>3 [743] -2015-03-12 15:37:24 sendUrl INFO 3 [743] R:OK -2015-03-12 15:38:14 queue INFO >>3 [744] -2015-03-12 15:38:14 sendUrl INFO 3 [744] R:OK -2015-03-12 15:39:04 queue INFO >>3 [745] -2015-03-12 15:39:04 sendUrl INFO 3 [745] R:OK -2015-03-12 15:39:24 queue INFO 7 [746] -2015-03-12 15:39:24 queue INFO >7 [747] -2015-03-12 15:39:24 sendUrl INFO 7 [746] R:OK -2015-03-12 15:39:25 sendUrl INFO 7 [747] R:OK -2015-03-12 15:39:25 queue INFO 3 [748] -2015-03-12 15:39:25 queue INFO >3 [749] -2015-03-12 15:39:26 sendUrl INFO 3 [748] R:OK -2015-03-12 15:39:26 sendUrl INFO 3 [749] R:OK -2015-03-12 15:40:15 queue INFO >>3 [750] -2015-03-12 15:40:15 sendUrl INFO 3 [750] R:OK -2015-03-12 15:41:05 queue INFO >>3 [751] -2015-03-12 15:41:06 sendUrl INFO 3 [751] R:OK -2015-03-12 15:41:56 queue INFO >>3 [752] -2015-03-12 15:41:56 sendUrl INFO 3 [752] R:OK -2015-03-12 15:42:46 queue INFO >>3 [753] -2015-03-12 15:42:46 sendUrl INFO 3 [753] R:OK -2015-03-12 15:43:36 queue INFO >>3 [754] -2015-03-12 15:43:36 sendUrl INFO 3 [754] R:OK -2015-03-12 15:44:26 queue INFO >>3 [755] -2015-03-12 15:44:26 sendUrl INFO 3 [755] R:OK -2015-03-12 15:45:16 queue INFO >>3 [756] -2015-03-12 15:45:16 sendUrl INFO 3 [756] R:OK -2015-03-12 15:46:06 queue INFO >>3 [757] -2015-03-12 15:46:07 sendUrl INFO 3 [757] R:OK -2015-03-12 15:46:56 queue INFO >>3 [758] -2015-03-12 15:46:57 sendUrl INFO 3 [758] R:OK -2015-03-12 15:47:32 queue INFO 7 [759] -2015-03-12 15:47:33 queue INFO >7 [760] -2015-03-12 15:47:33 sendUrl INFO 7 [759] R:OK -2015-03-12 15:47:33 sendUrl INFO 7 [760] R:OK -2015-03-12 15:47:34 queue INFO 3 [761] -2015-03-12 15:47:34 queue INFO >3 [762] -2015-03-12 15:47:34 sendUrl INFO 3 [761] R:OK -2015-03-12 15:47:35 sendUrl INFO 3 [762] R:OK -2015-03-12 15:48:24 queue INFO >>3 [763] -2015-03-12 15:48:24 sendUrl INFO 3 [763] R:OK -2015-03-12 15:49:14 queue INFO >>3 [764] -2015-03-12 15:49:14 sendUrl INFO 3 [764] R:OK -2015-03-12 15:50:04 queue INFO >>3 [765] -2015-03-12 15:50:05 sendUrl INFO 3 [765] R:OK -2015-03-12 15:50:54 queue INFO >>3 [766] -2015-03-12 15:50:55 sendUrl INFO 3 [766] R:OK -2015-03-12 15:51:45 queue INFO >>3 [767] -2015-03-12 15:51:45 sendUrl INFO 3 [767] R:OK -2015-03-12 15:52:35 queue INFO >>3 [768] -2015-03-12 15:52:35 sendUrl INFO 3 [768] R:OK -2015-03-12 15:53:25 queue INFO >>3 [769] -2015-03-12 15:53:25 sendUrl INFO 3 [769] R:OK -2015-03-12 15:54:15 queue INFO >>3 [770] -2015-03-12 15:54:15 sendUrl INFO 3 [770] R:OK -2015-03-12 15:55:05 queue INFO >>3 [771] -2015-03-12 15:55:05 sendUrl INFO 3 [771] R:OK -2015-03-12 15:55:55 queue INFO >>3 [772] -2015-03-12 15:55:56 sendUrl INFO 3 [772] R:OK -2015-03-12 15:56:39 queue INFO 7 [773] -2015-03-12 15:56:40 queue INFO >7 [774] -2015-03-12 15:56:40 sendUrl INFO 7 [773] R:OK -2015-03-12 15:56:40 sendUrl INFO 7 [774] R:OK -2015-03-12 15:56:41 queue INFO 3 [775] -2015-03-12 15:56:41 queue INFO >3 [776] -2015-03-12 15:56:41 sendUrl INFO 3 [775] R:OK -2015-03-12 15:56:42 sendUrl INFO 3 [776] R:OK -2015-03-12 15:57:31 queue INFO >>3 [777] -2015-03-12 15:57:31 sendUrl INFO 3 [777] R:OK -2015-03-12 15:58:21 queue INFO >>3 [778] -2015-03-12 15:58:22 sendUrl INFO 3 [778] R:OK -2015-03-12 15:59:11 queue INFO >>3 [779] -2015-03-12 15:59:12 sendUrl INFO 3 [779] R:OK -2015-03-12 16:00:01 queue INFO >>3 [780] -2015-03-12 16:00:02 sendUrl INFO 3 [780] R:OK -2015-03-12 16:00:52 queue INFO >>3 [781] -2015-03-12 16:00:52 sendUrl INFO 3 [781] R:OK -2015-03-12 16:01:42 queue INFO >>3 [782] -2015-03-12 16:01:42 sendUrl INFO 3 [782] R:OK -2015-03-12 16:02:32 queue INFO >>3 [783] -2015-03-12 16:02:32 sendUrl INFO 3 [783] R:OK -2015-03-12 16:03:22 queue INFO >>3 [784] -2015-03-12 16:03:22 sendUrl INFO 3 [784] R:OK -2015-03-12 16:04:12 queue INFO >>3 [785] -2015-03-12 16:04:13 sendUrl INFO 3 [785] R:OK -2015-03-12 16:04:48 queue INFO 7 [786] -2015-03-12 16:04:49 queue INFO >7 [787] -2015-03-12 16:04:49 sendUrl INFO 7 [786] R:OK -2015-03-12 16:04:49 sendUrl INFO 7 [787] R:OK -2015-03-12 16:04:50 queue INFO 3 [788] -2015-03-12 16:04:50 queue INFO >3 [789] -2015-03-12 16:04:50 sendUrl INFO 3 [788] R:OK -2015-03-12 16:04:51 sendUrl INFO 3 [789] R:OK -2015-03-12 16:05:40 queue INFO >>3 [790] -2015-03-12 16:05:40 sendUrl INFO 3 [790] R:OK -2015-03-12 16:06:30 queue INFO >>3 [791] -2015-03-12 16:06:30 sendUrl INFO 3 [791] R:OK -2015-03-12 16:07:20 queue INFO >>3 [792] -2015-03-12 16:07:21 sendUrl INFO 3 [792] R:OK -2015-03-12 16:08:10 queue INFO >>3 [793] -2015-03-12 16:08:11 sendUrl INFO 3 [793] R:OK -2015-03-12 16:09:01 queue INFO >>3 [794] -2015-03-12 16:09:01 sendUrl INFO 3 [794] R:OK -2015-03-12 16:09:51 queue INFO >>3 [795] -2015-03-12 16:09:51 sendUrl INFO 3 [795] R:OK -2015-03-12 16:10:41 queue INFO >>3 [796] -2015-03-12 16:10:41 sendUrl INFO 3 [796] R:OK -2015-03-12 16:11:31 queue INFO >>3 [797] -2015-03-12 16:11:31 sendUrl INFO 3 [797] R:OK -2015-03-12 16:12:21 queue INFO >>3 [798] -2015-03-12 16:12:34 sendUrl INFO 3 [798] R:OK -2015-03-12 16:12:57 queue INFO 7 [799] -2015-03-12 16:12:57 queue INFO >7 [800] -2015-03-12 16:12:58 program INFO WAIT active send to complete -2015-03-12 16:12:59 program INFO WAIT active send to complete -2015-03-12 16:12:59 queue INFO 3 [801] -2015-03-12 16:12:59 queue INFO >3 [802] -2015-03-12 16:12:59 program INFO WAIT active send to complete -2015-03-12 16:13:00 program INFO WAIT active send to complete -2015-03-12 16:13:00 program INFO WAIT active send to complete -2015-03-12 16:13:01 program INFO WAIT active send to complete -2015-03-12 16:13:01 program INFO WAIT active send to complete -2015-03-12 16:13:02 program INFO WAIT active send to complete -2015-03-12 16:13:02 program INFO WAIT active send to complete -2015-03-12 16:13:03 program INFO WAIT active send to complete -2015-03-12 16:13:03 program INFO WAIT active send to complete -2015-03-12 16:13:04 program INFO WAIT active send to complete -2015-03-12 16:13:04 sendUrl INFO 7 [799] R:OK -2015-03-12 16:13:05 program INFO WAIT active send to complete -2015-03-12 16:13:05 program INFO WAIT active send to complete -2015-03-12 16:13:06 program INFO WAIT active send to complete -2015-03-12 16:13:06 program INFO WAIT active send to complete -2015-03-12 16:13:07 program INFO WAIT active send to complete -2015-03-12 16:13:07 program INFO WAIT active send to complete -2015-03-12 16:13:08 program INFO WAIT active send to complete -2015-03-12 16:13:08 program INFO WAIT active send to complete -2015-03-12 16:13:09 program INFO WAIT active send to complete -2015-03-12 16:13:09 program INFO WAIT active send to complete -2015-03-12 16:13:10 program INFO WAIT active send to complete -2015-03-12 16:13:10 program INFO WAIT active send to complete -2015-03-12 16:13:11 program INFO WAIT active send to complete -2015-03-12 16:13:11 sendUrl INFO 7 [800] R:OK -2015-03-12 16:13:12 program INFO WAIT active send to complete -2015-03-12 16:13:12 program INFO WAIT active send to complete -2015-03-12 16:13:13 program INFO WAIT active send to complete -2015-03-12 16:13:13 program INFO WAIT active send to complete -2015-03-12 16:13:14 program INFO WAIT active send to complete -2015-03-12 16:13:14 program INFO WAIT active send to complete -2015-03-12 16:13:15 program INFO WAIT active send to complete -2015-03-12 16:13:15 program INFO WAIT active send to complete -2015-03-12 16:13:16 program INFO WAIT active send to complete -2015-03-12 16:13:16 program INFO WAIT active send to complete -2015-03-12 16:13:17 program INFO WAIT active send to complete -2015-03-12 16:13:17 program INFO WAIT active send to complete -2015-03-12 16:13:18 program INFO WAIT active send to complete -2015-03-12 16:13:18 program INFO WAIT active send to complete -2015-03-12 16:13:19 program INFO WAIT active send to complete -2015-03-12 16:13:19 program INFO WAIT active send to complete -2015-03-12 16:13:20 program INFO WAIT active send to complete -2015-03-12 16:13:20 program INFO WAIT active send to complete -2015-03-12 16:13:21 program INFO WAIT active send to complete -2015-03-12 16:13:21 program INFO WAIT active send to complete -2015-03-12 16:13:22 program INFO WAIT active send to complete -2015-03-12 16:13:22 program INFO WAIT active send to complete -2015-03-12 16:13:23 program INFO WAIT active send to complete -2015-03-12 16:13:23 program INFO WAIT active send to complete -2015-03-12 16:13:24 sendUrl INFO 3 [801] R:OK -2015-03-12 16:13:25 sendUrl INFO 3 [802] R:OK -2015-03-12 16:13:49 queue INFO >>3 [803] -2015-03-12 16:13:54 sendUrl INFO 3 [803] R:OK -2015-03-12 16:14:39 queue INFO >>3 [804] -2015-03-12 16:14:40 sendUrl INFO 3 [804] R:OK -2015-03-12 16:15:29 queue INFO >>3 [805] -2015-03-12 16:15:30 sendUrl INFO 3 [805] R:OK -2015-03-12 16:16:19 queue INFO >>3 [806] -2015-03-12 16:16:24 sendUrl INFO 3 [806] R:OK -2015-03-12 16:17:10 queue INFO >>3 [807] -2015-03-12 16:17:10 sendUrl INFO 3 [807] R:OK -2015-03-12 16:18:00 queue INFO >>3 [808] -2015-03-12 16:18:05 sendUrl INFO 3 [808] R:OK -2015-03-12 16:18:50 queue INFO >>3 [809] -2015-03-12 16:18:55 sendUrl INFO 3 [809] R:OK -2015-03-12 16:19:40 queue INFO >>3 [810] -2015-03-12 16:19:41 sendUrl INFO 3 [810] R:OK -2015-03-12 16:20:30 queue INFO >>3 [811] -2015-03-12 16:20:31 sendUrl INFO 3 [811] R:OK -2015-03-12 16:21:06 queue INFO 7 [812] -2015-03-12 16:21:06 queue INFO >7 [813] -2015-03-12 16:21:07 program INFO WAIT active send to complete -2015-03-12 16:21:08 program INFO WAIT active send to complete -2015-03-12 16:21:08 queue INFO 3 [814] -2015-03-12 16:21:08 queue INFO >3 [815] -2015-03-12 16:21:08 program INFO WAIT active send to complete -2015-03-12 16:21:09 program INFO WAIT active send to complete -2015-03-12 16:21:09 program INFO WAIT active send to complete -2015-03-12 16:21:10 program INFO WAIT active send to complete -2015-03-12 16:21:10 sendUrl INFO 7 [812] R:OK -2015-03-12 16:21:11 program INFO WAIT active send to complete -2015-03-12 16:21:11 program INFO WAIT active send to complete -2015-03-12 16:21:12 program INFO WAIT active send to complete -2015-03-12 16:21:12 program INFO WAIT active send to complete -2015-03-12 16:21:13 program INFO WAIT active send to complete -2015-03-12 16:21:13 program INFO WAIT active send to complete -2015-03-12 16:21:14 program INFO WAIT active send to complete -2015-03-12 16:21:14 program INFO WAIT active send to complete -2015-03-12 16:21:15 program INFO WAIT active send to complete -2015-03-12 16:21:15 program INFO WAIT active send to complete -2015-03-12 16:21:16 program INFO WAIT active send to complete -2015-03-12 16:21:16 program INFO WAIT active send to complete -2015-03-12 16:21:17 program INFO WAIT active send to complete -2015-03-12 16:21:17 program INFO WAIT active send to complete -2015-03-12 16:21:18 program INFO WAIT active send to complete -2015-03-12 16:21:18 program INFO WAIT active send to complete -2015-03-12 16:21:19 program INFO WAIT active send to complete -2015-03-12 16:21:19 program INFO WAIT active send to complete -2015-03-12 16:21:20 program INFO WAIT active send to complete -2015-03-12 16:21:20 program INFO WAIT active send to complete -2015-03-12 16:21:21 program INFO WAIT active send to complete -2015-03-12 16:21:21 program INFO WAIT active send to complete -2015-03-12 16:21:22 program INFO WAIT active send to complete -2015-03-12 16:21:22 sendUrl INFO 7 [813] R:OK -2015-03-12 16:21:23 program INFO WAIT active send to complete -2015-03-12 16:21:23 program INFO WAIT active send to complete -2015-03-12 16:21:24 program INFO WAIT active send to complete -2015-03-12 16:21:24 program INFO WAIT active send to complete -2015-03-12 16:21:25 program INFO WAIT active send to complete -2015-03-12 16:21:25 program INFO WAIT active send to complete -2015-03-12 16:21:25 sendUrl INFO 3 [814] R:OK -2015-03-12 16:21:31 sendUrl INFO 3 [815] R:OK -2015-03-12 16:21:58 queue INFO >>3 [816] -2015-03-12 16:21:59 sendUrl INFO 3 [816] R:OK -2015-03-12 16:22:48 queue INFO >>3 [817] -2015-03-12 16:22:49 sendUrl INFO 3 [817] R:OK -2015-03-12 16:23:38 queue INFO >>3 [818] -2015-03-12 16:23:39 sendUrl INFO 3 [818] R:OK -2015-03-12 16:24:28 queue INFO >>3 [819] -2015-03-12 16:24:29 sendUrl INFO 3 [819] R:OK -2015-03-12 16:25:19 queue INFO >>3 [820] -2015-03-12 16:25:21 sendUrl INFO 3 [820] R:OK -2015-03-12 16:26:09 queue INFO >>3 [821] -2015-03-12 16:26:18 sendUrl INFO 3 [821] R:OK -2015-03-12 16:26:59 queue INFO >>3 [822] -2015-03-12 16:26:59 sendUrl INFO 3 [822] R:OK -2015-03-12 16:27:49 queue INFO >>3 [823] -2015-03-12 16:27:54 sendUrl INFO 3 [823] R:OK -2015-03-12 16:28:39 queue INFO >>3 [824] -2015-03-12 16:28:47 sendUrl INFO 3 [824] R:OK -2015-03-12 16:29:15 queue INFO 7 [825] -2015-03-12 16:29:15 queue INFO >7 [826] -2015-03-12 16:29:15 sendUrl INFO 7 [825] R:OK -2015-03-12 16:29:16 sendUrl INFO 7 [826] R:OK -2015-03-12 16:29:16 queue INFO 3 [827] -2015-03-12 16:29:17 queue INFO >3 [828] -2015-03-12 16:29:17 program INFO WAIT active send to complete -2015-03-12 16:29:18 program INFO WAIT active send to complete -2015-03-12 16:29:18 sendUrl INFO 3 [827] R:OK -2015-03-12 16:29:18 sendUrl INFO 3 [828] R:OK -2015-03-12 16:30:07 queue INFO >>3 [829] -2015-03-12 16:30:10 sendUrl INFO 3 [829] R:OK -2015-03-12 16:30:57 queue INFO >>3 [830] -2015-03-12 16:31:00 sendUrl INFO 3 [830] R:OK -2015-03-12 16:31:47 queue INFO >>3 [831] -2015-03-12 16:31:48 sendUrl INFO 3 [831] R:OK -2015-03-12 16:32:37 queue INFO >>3 [832] -2015-03-12 16:32:40 sendUrl INFO 3 [832] R:OK -2015-03-12 16:33:27 queue INFO >>3 [833] -2015-03-12 16:33:28 sendUrl INFO 3 [833] R:OK -2015-03-12 16:34:17 queue INFO >>3 [834] -2015-03-12 16:34:36 sendUrl INFO 3 [834] R:OK -2015-03-12 16:35:08 queue INFO >>3 [835] -2015-03-12 16:35:26 sendUrl INFO 3 [835] R:OK -2015-03-12 16:35:58 queue INFO >>3 [836] -2015-03-12 16:36:01 sendUrl INFO 3 [836] R:OK -2015-03-12 16:36:48 queue INFO >>3 [837] -2015-03-12 16:36:54 sendUrl INFO 3 [837] R:OK -2015-03-12 16:37:24 queue INFO 7 [838] -2015-03-12 16:37:24 queue INFO >7 [839] -2015-03-12 16:37:24 program INFO WAIT active send to complete -2015-03-12 16:37:25 program INFO WAIT active send to complete -2015-03-12 16:37:25 queue INFO 3 [840] -2015-03-12 16:37:25 queue INFO >3 [841] -2015-03-12 16:37:26 program INFO WAIT active send to complete -2015-03-12 16:37:26 program INFO WAIT active send to complete -2015-03-12 16:37:27 program INFO WAIT active send to complete -2015-03-12 16:37:27 program INFO WAIT active send to complete -2015-03-12 16:37:28 program INFO WAIT active send to complete -2015-03-12 16:37:28 program INFO WAIT active send to complete -2015-03-12 16:37:29 program INFO WAIT active send to complete -2015-03-12 16:37:29 program INFO WAIT active send to complete -2015-03-12 16:37:30 program INFO WAIT active send to complete -2015-03-12 16:37:30 program INFO WAIT active send to complete -2015-03-12 16:37:31 program INFO WAIT active send to complete -2015-03-12 16:37:31 program INFO WAIT active send to complete -2015-03-12 16:37:32 program INFO WAIT active send to complete -2015-03-12 16:37:32 program INFO WAIT active send to complete -2015-03-12 16:37:33 program INFO WAIT active send to complete -2015-03-12 16:37:33 program INFO WAIT active send to complete -2015-03-12 16:37:34 program INFO WAIT active send to complete -2015-03-12 16:37:34 program INFO WAIT active send to complete -2015-03-12 16:37:35 program INFO WAIT active send to complete -2015-03-12 16:37:35 program INFO WAIT active send to complete -2015-03-12 16:37:36 program INFO WAIT active send to complete -2015-03-12 16:37:36 program ERROR IOB offline -2015-03-12 16:37:37 program INFO IOB ONLINE! -2015-03-12 16:37:37 program INFO WAIT active send to complete -2015-03-12 16:37:37 program INFO WAIT active send to complete -2015-03-12 16:37:37 sendUrl INFO 7 [838] R: -2015-03-12 16:37:38 program INFO WAIT active send to complete -2015-03-12 16:37:39 program INFO WAIT active send to complete -2015-03-12 16:37:39 program INFO WAIT active send to complete -2015-03-12 16:37:40 program INFO WAIT active send to complete -2015-03-12 16:37:40 program INFO WAIT active send to complete -2015-03-12 16:37:41 program INFO WAIT active send to complete -2015-03-12 16:37:41 sendUrl INFO 7 [839] R: -2015-03-12 16:37:42 program INFO WAIT active send to complete -2015-03-12 16:37:42 program INFO WAIT active send to complete -2015-03-12 16:37:43 program ERROR IOB offline -2015-03-12 16:37:43 program INFO IOB ONLINE! -2015-03-12 16:37:43 program INFO WAIT active send to complete -2015-03-12 16:37:44 program INFO WAIT active send to complete -2015-03-12 16:37:44 sendUrl INFO 3 [840] R: -2015-03-12 16:37:44 program ERROR IOB offline -2015-03-12 16:37:45 program INFO IOB ONLINE! -2015-03-12 16:37:56 sendUrl INFO 3 [841] R: -2015-03-12 16:38:15 queue INFO >>3 [842] -2015-03-12 16:38:15 program ERROR IOB offline -2015-03-12 16:38:16 program INFO IOB ONLINE! -2015-03-12 16:38:30 sendUrl INFO 3 [842] R: -2015-03-12 16:39:05 queue INFO >>3 [843] -2015-03-12 16:39:22 sendUrl INFO 3 [843] R: -2015-03-12 16:39:55 queue INFO >>3 [844] -2015-03-12 16:39:56 program ERROR IOB offline -2015-03-12 16:39:56 program INFO IOB ONLINE! -2015-03-12 16:40:15 sendUrl INFO 3 [844] R: -2015-03-12 16:40:46 queue INFO >>3 [845] -2015-03-12 16:40:46 program ERROR IOB offline -2015-03-12 16:40:46 program INFO IOB ONLINE! -2015-03-12 16:41:04 sendUrl INFO 3 [845] R: -2015-03-12 16:41:36 queue INFO >>3 [846] -2015-03-12 16:41:37 sendUrl INFO 3 [846] R:OK -2015-03-12 16:42:26 queue INFO >>3 [847] -2015-03-12 16:42:35 sendUrl INFO 3 [847] R:OK -2015-03-12 16:43:16 queue INFO >>3 [848] -2015-03-12 16:43:33 sendUrl INFO 3 [848] R:OK -2015-03-12 16:44:06 queue INFO >>3 [849] -2015-03-12 16:44:08 sendUrl INFO 3 [849] R:OK -2015-03-12 16:44:56 queue INFO >>3 [850] -2015-03-12 16:45:01 sendUrl INFO 3 [850] R:OK -2015-03-12 16:45:32 queue INFO 7 [851] -2015-03-12 16:45:32 queue INFO >7 [852] -2015-03-12 16:45:33 program INFO WAIT active send to complete -2015-03-12 16:45:34 program INFO WAIT active send to complete -2015-03-12 16:45:34 queue INFO 3 [853] -2015-03-12 16:45:34 queue INFO >3 [854] -2015-03-12 16:45:34 program INFO WAIT active send to complete -2015-03-12 16:45:35 program INFO WAIT active send to complete -2015-03-12 16:45:35 program INFO WAIT active send to complete -2015-03-12 16:45:36 program INFO WAIT active send to complete -2015-03-12 16:45:36 program INFO WAIT active send to complete -2015-03-12 16:45:37 program INFO WAIT active send to complete -2015-03-12 16:45:37 program INFO WAIT active send to complete -2015-03-12 16:45:38 program INFO WAIT active send to complete -2015-03-12 16:45:38 program INFO WAIT active send to complete -2015-03-12 16:45:39 program INFO WAIT active send to complete -2015-03-12 16:45:39 program INFO WAIT active send to complete -2015-03-12 16:45:40 sendUrl INFO 7 [851] R:OK -2015-03-12 16:45:40 program INFO WAIT active send to complete -2015-03-12 16:45:41 program INFO WAIT active send to complete -2015-03-12 16:45:41 program INFO WAIT active send to complete -2015-03-12 16:45:42 program INFO WAIT active send to complete -2015-03-12 16:45:42 program INFO WAIT active send to complete -2015-03-12 16:45:43 program INFO WAIT active send to complete -2015-03-12 16:45:43 program INFO WAIT active send to complete -2015-03-12 16:45:44 program INFO WAIT active send to complete -2015-03-12 16:45:44 program INFO WAIT active send to complete -2015-03-12 16:45:45 program INFO WAIT active send to complete -2015-03-12 16:45:45 program INFO WAIT active send to complete -2015-03-12 16:45:46 program INFO WAIT active send to complete -2015-03-12 16:45:46 program INFO WAIT active send to complete -2015-03-12 16:45:47 program INFO WAIT active send to complete -2015-03-12 16:45:47 program INFO WAIT active send to complete -2015-03-12 16:45:48 program INFO WAIT active send to complete -2015-03-12 16:45:48 program INFO WAIT active send to complete -2015-03-12 16:45:49 program INFO WAIT active send to complete -2015-03-12 16:45:49 program INFO WAIT active send to complete -2015-03-12 16:45:50 program INFO WAIT active send to complete -2015-03-12 16:45:50 program INFO WAIT active send to complete -2015-03-12 16:45:51 program INFO WAIT active send to complete -2015-03-12 16:45:51 sendUrl INFO 7 [852] R:OK -2015-03-12 16:45:52 program INFO WAIT active send to complete -2015-03-12 16:45:52 program INFO WAIT active send to complete -2015-03-12 16:45:53 program INFO WAIT active send to complete -2015-03-12 16:45:53 program INFO WAIT active send to complete -2015-03-12 16:45:54 program INFO WAIT active send to complete -2015-03-12 16:45:54 program INFO WAIT active send to complete -2015-03-12 16:45:55 program INFO WAIT active send to complete -2015-03-12 16:45:56 program INFO WAIT active send to complete -2015-03-12 16:45:56 program INFO WAIT active send to complete -2015-03-12 16:45:57 program INFO WAIT active send to complete -2015-03-12 16:45:57 program INFO WAIT active send to complete -2015-03-12 16:45:58 program INFO WAIT active send to complete -2015-03-12 16:45:58 sendUrl INFO 3 [853] R:OK -2015-03-12 16:45:59 sendUrl INFO 3 [854] R:OK -2015-03-12 16:46:24 queue INFO >>3 [855] -2015-03-12 16:46:25 sendUrl INFO 3 [855] R:OK -2015-03-12 16:47:14 queue INFO >>3 [856] -2015-03-12 16:47:20 sendUrl INFO 3 [856] R:OK -2015-03-12 16:48:04 queue INFO >>3 [857] -2015-03-12 16:48:07 sendUrl INFO 3 [857] R:OK -2015-03-12 16:48:54 queue INFO >>3 [858] -2015-03-12 16:48:55 sendUrl INFO 3 [858] R:OK -2015-03-12 16:49:45 queue INFO >>3 [859] -2015-03-12 16:49:51 sendUrl INFO 3 [859] R:OK -2015-03-12 16:50:35 queue INFO >>3 [860] -2015-03-12 16:50:35 sendUrl INFO 3 [860] R:OK -2015-03-12 16:51:25 queue INFO >>3 [861] -2015-03-12 16:51:34 sendUrl INFO 3 [861] R:OK -2015-03-12 16:52:15 queue INFO >>3 [862] -2015-03-12 16:52:47 sendUrl INFO 3 [862] R:OK -2015-03-12 16:53:05 queue INFO >>3 [863] -2015-03-12 16:53:12 sendUrl INFO 3 [863] R:OK -2015-03-12 16:53:41 queue INFO 7 [864] -2015-03-12 16:53:41 queue INFO >7 [865] -2015-03-12 16:53:42 program INFO WAIT active send to complete -2015-03-12 16:53:43 program INFO WAIT active send to complete -2015-03-12 16:53:43 queue INFO 3 [866] -2015-03-12 16:53:43 queue INFO >3 [867] -2015-03-12 16:53:43 program INFO WAIT active send to complete -2015-03-12 16:53:44 program INFO WAIT active send to complete -2015-03-12 16:53:44 program INFO WAIT active send to complete -2015-03-12 16:53:45 program INFO WAIT active send to complete -2015-03-12 16:53:45 program INFO WAIT active send to complete -2015-03-12 16:53:46 program INFO WAIT active send to complete -2015-03-12 16:53:46 program INFO WAIT active send to complete -2015-03-12 16:53:47 program INFO WAIT active send to complete -2015-03-12 16:53:47 program INFO WAIT active send to complete -2015-03-12 16:53:48 program INFO WAIT active send to complete -2015-03-12 16:53:48 program INFO WAIT active send to complete -2015-03-12 16:53:49 program INFO WAIT active send to complete -2015-03-12 16:53:49 program INFO WAIT active send to complete -2015-03-12 16:53:50 program INFO WAIT active send to complete -2015-03-12 16:53:50 program INFO WAIT active send to complete -2015-03-12 16:53:51 program INFO WAIT active send to complete -2015-03-12 16:53:51 program INFO WAIT active send to complete -2015-03-12 16:53:52 program INFO WAIT active send to complete -2015-03-12 16:53:52 program INFO WAIT active send to complete -2015-03-12 16:53:53 program INFO WAIT active send to complete -2015-03-12 16:53:53 program INFO WAIT active send to complete -2015-03-12 16:53:54 program INFO WAIT active send to complete -2015-03-12 16:53:54 program INFO WAIT active send to complete -2015-03-12 16:53:55 program INFO WAIT active send to complete -2015-03-12 16:53:55 program INFO WAIT active send to complete -2015-03-12 16:53:56 program INFO WAIT active send to complete -2015-03-12 16:53:56 program INFO WAIT active send to complete -2015-03-12 16:53:57 program INFO WAIT active send to complete -2015-03-12 16:53:57 program INFO WAIT active send to complete -2015-03-12 16:53:57 sendUrl INFO 7 [864] R:OK -2015-03-12 16:53:58 program INFO WAIT active send to complete -2015-03-12 16:53:59 program INFO WAIT active send to complete -2015-03-12 16:53:59 program INFO WAIT active send to complete -2015-03-12 16:54:00 program INFO WAIT active send to complete -2015-03-12 16:54:00 program INFO WAIT active send to complete -2015-03-12 16:54:01 program INFO WAIT active send to complete -2015-03-12 16:54:01 program INFO WAIT active send to complete -2015-03-12 16:54:02 program INFO WAIT active send to complete -2015-03-12 16:54:02 program INFO WAIT active send to complete -2015-03-12 16:54:03 program INFO WAIT active send to complete -2015-03-12 16:54:03 program INFO WAIT active send to complete -2015-03-12 16:54:04 program INFO WAIT active send to complete -2015-03-12 16:54:04 program INFO WAIT active send to complete -2015-03-12 16:54:05 program INFO WAIT active send to complete -2015-03-12 16:54:05 program INFO WAIT active send to complete -2015-03-12 16:54:06 program INFO WAIT active send to complete -2015-03-12 16:54:06 program INFO WAIT active send to complete -2015-03-12 16:54:07 program INFO WAIT active send to complete -2015-03-12 16:54:07 program INFO WAIT active send to complete -2015-03-12 16:54:08 program INFO WAIT active send to complete -2015-03-12 16:54:08 program INFO WAIT active send to complete -2015-03-12 16:54:09 program INFO WAIT active send to complete -2015-03-12 16:54:09 program INFO WAIT active send to complete -2015-03-12 16:54:10 program INFO WAIT active send to complete -2015-03-12 16:54:10 program INFO WAIT active send to complete -2015-03-12 16:54:11 program INFO WAIT active send to complete -2015-03-12 16:54:11 program INFO WAIT active send to complete -2015-03-12 16:54:12 program INFO WAIT active send to complete -2015-03-12 16:54:12 program INFO WAIT active send to complete -2015-03-12 16:54:13 program INFO WAIT active send to complete -2015-03-12 16:54:13 program INFO WAIT active send to complete -2015-03-12 16:54:14 program INFO WAIT active send to complete -2015-03-12 16:54:14 program INFO WAIT active send to complete -2015-03-12 16:54:15 program INFO WAIT active send to complete -2015-03-12 16:54:15 program INFO WAIT active send to complete -2015-03-12 16:54:16 program INFO WAIT active send to complete -2015-03-12 16:54:16 program INFO WAIT active send to complete -2015-03-12 16:54:17 program INFO WAIT active send to complete -2015-03-12 16:54:17 program INFO WAIT active send to complete -2015-03-12 16:54:18 program INFO WAIT active send to complete -2015-03-12 16:54:18 program INFO WAIT active send to complete -2015-03-12 16:54:19 program INFO WAIT active send to complete -2015-03-12 16:54:19 program INFO WAIT active send to complete -2015-03-12 16:54:20 program INFO WAIT active send to complete -2015-03-12 16:54:20 program INFO WAIT active send to complete -2015-03-12 16:54:21 program INFO WAIT active send to complete -2015-03-12 16:54:21 program INFO WAIT active send to complete -2015-03-12 16:54:22 program INFO WAIT active send to complete -2015-03-12 16:54:22 program INFO WAIT active send to complete -2015-03-12 16:54:23 program INFO WAIT active send to complete -2015-03-12 16:54:23 program INFO WAIT active send to complete -2015-03-12 16:54:24 program INFO WAIT active send to complete -2015-03-12 16:54:25 program INFO WAIT active send to complete -2015-03-12 16:54:25 program INFO WAIT active send to complete -2015-03-12 16:54:26 program INFO WAIT active send to complete -2015-03-12 16:54:26 program INFO WAIT active send to complete -2015-03-12 16:54:27 program INFO WAIT active send to complete -2015-03-12 16:54:27 program INFO WAIT active send to complete -2015-03-12 16:54:28 program INFO WAIT active send to complete -2015-03-12 16:54:28 sendUrl INFO 7 [865] R:OK -2015-03-12 16:54:29 sendUrl INFO 3 [866] R:OK -2015-03-12 16:54:29 sendUrl INFO 3 [867] R:OK -2015-03-12 16:54:33 queue INFO >>3 [868] -2015-03-12 16:54:39 sendUrl INFO 3 [868] R:OK -2015-03-12 16:55:23 queue INFO >>3 [869] -2015-03-12 16:55:24 sendUrl INFO 3 [869] R:OK -2015-03-12 16:56:13 queue INFO >>3 [870] -2015-03-12 16:56:32 sendUrl INFO 3 [870] R:OK -2015-03-12 16:57:03 queue INFO >>3 [871] -2015-03-12 16:57:18 sendUrl INFO 3 [871] R:OK -2015-03-12 16:57:54 queue INFO >>3 [872] -2015-03-12 16:57:55 sendUrl INFO 3 [872] R:OK -2015-03-12 16:58:44 queue INFO >>3 [873] -2015-03-12 16:59:03 sendUrl INFO 3 [873] R:OK -2015-03-12 16:59:34 queue INFO >>3 [874] -2015-03-12 16:59:35 sendUrl INFO 3 [874] R:OK -2015-03-12 17:00:24 queue INFO >>3 [875] -2015-03-12 17:00:43 sendUrl INFO 3 [875] R:OK -2015-03-12 17:01:14 queue INFO >>3 [876] -2015-03-12 17:01:37 sendUrl INFO 3 [876] R:OK -2015-03-12 17:01:50 queue INFO 7 [877] -2015-03-12 17:01:50 queue INFO >7 [878] -2015-03-12 17:01:51 program INFO WAIT active send to complete -2015-03-12 17:01:51 program INFO WAIT active send to complete -2015-03-12 17:01:52 queue INFO 3 [879] -2015-03-12 17:01:52 program INFO WAIT active send to complete -2015-03-12 17:01:52 queue INFO >3 [880] -2015-03-12 17:01:52 program INFO WAIT active send to complete -2015-03-12 17:01:53 program INFO WAIT active send to complete -2015-03-12 17:01:53 program INFO WAIT active send to complete -2015-03-12 17:01:54 program INFO WAIT active send to complete -2015-03-12 17:01:54 program INFO WAIT active send to complete -2015-03-12 17:01:55 program INFO WAIT active send to complete -2015-03-12 17:01:55 program INFO WAIT active send to complete -2015-03-12 17:01:56 program INFO WAIT active send to complete -2015-03-12 17:01:56 program INFO WAIT active send to complete -2015-03-12 17:01:57 program INFO WAIT active send to complete -2015-03-12 17:01:58 program INFO WAIT active send to complete -2015-03-12 17:01:58 program INFO WAIT active send to complete -2015-03-12 17:01:59 program INFO WAIT active send to complete -2015-03-12 17:01:59 program INFO WAIT active send to complete -2015-03-12 17:02:00 program INFO WAIT active send to complete -2015-03-12 17:02:00 program INFO WAIT active send to complete -2015-03-12 17:02:01 program INFO WAIT active send to complete -2015-03-12 17:02:01 program INFO WAIT active send to complete -2015-03-12 17:02:02 program INFO WAIT active send to complete -2015-03-12 17:02:02 program INFO WAIT active send to complete -2015-03-12 17:02:03 sendUrl INFO 7 [877] R:OK -2015-03-12 17:02:03 program INFO WAIT active send to complete -2015-03-12 17:02:04 program INFO WAIT active send to complete -2015-03-12 17:02:04 program INFO WAIT active send to complete -2015-03-12 17:02:05 program INFO WAIT active send to complete -2015-03-12 17:02:05 program INFO WAIT active send to complete -2015-03-12 17:02:06 program INFO WAIT active send to complete -2015-03-12 17:02:06 program INFO WAIT active send to complete -2015-03-12 17:02:07 program INFO WAIT active send to complete -2015-03-12 17:02:07 program INFO WAIT active send to complete -2015-03-12 17:02:08 program INFO WAIT active send to complete -2015-03-12 17:02:08 sendUrl INFO 7 [878] R:OK -2015-03-12 17:02:09 program INFO WAIT active send to complete -2015-03-12 17:02:09 program INFO WAIT active send to complete -2015-03-12 17:02:10 program INFO WAIT active send to complete -2015-03-12 17:02:10 program INFO WAIT active send to complete -2015-03-12 17:02:11 program INFO WAIT active send to complete -2015-03-12 17:02:11 program INFO WAIT active send to complete -2015-03-12 17:02:12 program INFO WAIT active send to complete -2015-03-12 17:02:12 program INFO WAIT active send to complete -2015-03-12 17:02:13 program INFO WAIT active send to complete -2015-03-12 17:02:13 program INFO WAIT active send to complete -2015-03-12 17:02:14 program INFO WAIT active send to complete -2015-03-12 17:02:14 program INFO WAIT active send to complete -2015-03-12 17:02:15 program INFO WAIT active send to complete -2015-03-12 17:02:15 program INFO WAIT active send to complete -2015-03-12 17:02:16 program INFO WAIT active send to complete -2015-03-12 17:02:16 program INFO WAIT active send to complete -2015-03-12 17:02:17 program INFO WAIT active send to complete -2015-03-12 17:02:17 program INFO WAIT active send to complete -2015-03-12 17:02:18 program INFO WAIT active send to complete -2015-03-12 17:02:18 sendUrl INFO 3 [879] R:OK -2015-03-12 17:02:19 sendUrl INFO 3 [880] R:OK -2015-03-12 17:02:42 queue INFO >>3 [881] -2015-03-12 17:02:54 sendUrl INFO 3 [881] R:OK -2015-03-12 17:03:32 queue INFO >>3 [882] -2015-03-12 17:03:44 sendUrl INFO 3 [882] R:OK -2015-03-12 17:04:22 queue INFO >>3 [883] -2015-03-12 17:04:30 sendUrl INFO 3 [883] R:OK -2015-03-12 17:05:12 queue INFO >>3 [884] -2015-03-12 17:05:21 sendUrl INFO 3 [884] R:OK -2015-03-12 17:06:03 queue INFO >>3 [885] -2015-03-12 17:06:10 sendUrl INFO 3 [885] R:OK -2015-03-12 17:06:53 queue INFO >>3 [886] -2015-03-12 17:07:01 sendUrl INFO 3 [886] R:OK -2015-03-12 17:07:43 queue INFO >>3 [887] -2015-03-12 17:07:43 sendUrl INFO 3 [887] R:OK -2015-03-12 17:08:33 queue INFO >>3 [888] -2015-03-12 17:08:33 sendUrl INFO 3 [888] R:OK -2015-03-12 17:09:23 queue INFO >>3 [889] -2015-03-12 17:09:24 sendUrl INFO 3 [889] R:OK -2015-03-12 17:09:59 queue INFO 7 [890] -2015-03-12 17:09:59 sendUrl INFO 7 [890] R:OK -2015-03-12 17:09:59 queue INFO >7 [891] -2015-03-12 17:10:00 sendUrl INFO 7 [891] R:OK -2015-03-12 17:10:01 queue INFO 3 [892] -2015-03-12 17:10:01 queue INFO >3 [893] -2015-03-12 17:10:01 sendUrl INFO 3 [892] R:OK -2015-03-12 17:10:02 sendUrl INFO 3 [893] R:OK -2015-03-12 17:10:51 queue INFO >>3 [894] -2015-03-12 17:10:51 sendUrl INFO 3 [894] R:OK -2015-03-12 17:11:41 queue INFO >>3 [895] -2015-03-12 17:11:41 sendUrl INFO 3 [895] R:OK -2015-03-12 17:12:31 queue INFO >>3 [896] -2015-03-12 17:12:32 sendUrl INFO 3 [896] R:OK -2015-03-12 17:13:21 queue INFO >>3 [897] -2015-03-12 17:13:22 sendUrl INFO 3 [897] R:OK -2015-03-12 17:14:11 queue INFO >>3 [898] -2015-03-12 17:14:12 sendUrl INFO 3 [898] R:OK -2015-03-12 17:14:40 program INFO Avvio ProgrammaReadPar IOB-pi v.1.7 -2015-03-12 17:14:40 program INFO Start ReadPar IOB-pi v.1.7 -2015-03-12 17:14:40 program INFO Avvio loop principale -2015-03-12 17:14:40 queue INFO 3 [0] -2015-03-12 17:14:41 queue INFO >3 [1] -2015-03-12 17:14:41 sendUrl INFO 3 [0] R:OK -2015-03-12 17:14:41 sendUrl INFO 3 [1] R:OK -2015-03-12 17:15:31 queue INFO >>3 [2] -2015-03-12 17:15:31 sendUrl INFO 3 [2] R:OK -2015-03-12 17:16:21 queue INFO >>3 [3] -2015-03-12 17:16:21 sendUrl INFO 3 [3] R:OK -2015-03-12 17:17:11 queue INFO >>3 [4] -2015-03-12 17:17:11 sendUrl INFO 3 [4] R:OK -2015-03-12 17:18:01 queue INFO >>3 [5] -2015-03-12 17:18:01 sendUrl INFO 3 [5] R:OK -2015-03-12 17:18:08 queue INFO 7 [6] -2015-03-12 17:18:08 queue INFO >7 [7] -2015-03-12 17:18:08 sendUrl INFO 7 [6] R:OK -2015-03-12 17:18:09 sendUrl INFO 7 [7] R:OK -2015-03-12 17:18:09 queue INFO 3 [8] -2015-03-12 17:18:10 queue INFO >3 [9] -2015-03-12 17:18:10 sendUrl INFO 3 [8] R:OK -2015-03-12 17:18:11 program INFO WAIT active send to complete -2015-03-12 17:18:11 sendUrl INFO 3 [9] R:OK -2015-03-12 17:19:00 queue INFO >>3 [10] -2015-03-12 17:19:00 sendUrl INFO 3 [10] R:OK -2015-03-12 17:19:50 queue INFO >>3 [11] -2015-03-12 17:19:50 sendUrl INFO 3 [11] R:OK -2015-03-12 17:20:40 queue INFO >>3 [12] -2015-03-12 17:20:40 sendUrl INFO 3 [12] R:OK -2015-03-12 17:21:30 queue INFO >>3 [13] -2015-03-12 17:21:31 sendUrl INFO 3 [13] R:OK -2015-03-12 17:22:20 queue INFO >>3 [14] -2015-03-12 17:22:20 sendUrl INFO 3 [14] R:OK -2015-03-12 17:23:10 queue INFO >>3 [15] -2015-03-12 17:23:11 sendUrl INFO 3 [15] R:OK -2015-03-12 17:24:01 queue INFO >>3 [16] -2015-03-12 17:24:01 sendUrl INFO 3 [16] R:OK -2015-03-12 17:24:51 queue INFO >>3 [17] -2015-03-12 17:24:51 sendUrl INFO 3 [17] R:OK -2015-03-12 17:25:41 queue INFO >>3 [18] -2015-03-12 17:25:41 sendUrl INFO 3 [18] R:OK -2015-03-12 17:26:04 queue INFO 21 [19] -2015-03-12 17:26:05 queue INFO >21 [20] -2015-03-12 17:26:05 sendUrl INFO 21 [19] R:OK -2015-03-12 17:26:05 sendUrl INFO 21 [20] R:OK -2015-03-12 17:26:55 queue INFO >>21 [21] -2015-03-12 17:26:55 sendUrl INFO 21 [21] R:OK -2015-03-12 17:27:35 queue INFO 1 [22] -2015-03-12 17:27:35 queue INFO >1 [23] -2015-03-12 17:27:35 sendUrl INFO 1 [22] R:OK -2015-03-12 17:27:35 sendUrl INFO 1 [23] R:OK -2015-03-12 17:27:58 queue INFO 5 [24] -2015-03-12 17:27:58 queue INFO >5 [25] -2015-03-12 17:27:59 sendUrl INFO 5 [24] R:OK -2015-03-12 17:27:59 sendUrl INFO 5 [25] R:OK -2015-03-12 17:28:00 queue INFO 1 [26] -2015-03-12 17:28:00 queue INFO >1 [27] -2015-03-12 17:28:00 sendUrl INFO 1 [26] R:OK -2015-03-12 17:28:01 sendUrl INFO 1 [27] R:OK -2015-03-12 17:28:50 queue INFO >>1 [28] -2015-03-12 17:28:50 sendUrl INFO 1 [28] R:OK -2015-03-12 17:29:06 queue INFO 3 [29] -2015-03-12 17:29:06 queue INFO >3 [30] -2015-03-12 17:29:07 sendUrl INFO 3 [29] R:OK -2015-03-12 17:29:07 sendUrl INFO 3 [30] R:OK -2015-03-12 17:29:56 queue INFO >>3 [31] -2015-03-12 17:29:57 sendUrl INFO 3 [31] R:OK -2015-03-12 17:30:47 queue INFO >>3 [32] -2015-03-12 17:30:47 sendUrl INFO 3 [32] R:OK -2015-03-12 17:31:37 queue INFO >>3 [33] -2015-03-12 17:31:37 sendUrl INFO 3 [33] R:OK -2015-03-12 17:32:27 queue INFO >>3 [34] -2015-03-12 17:32:27 sendUrl INFO 3 [34] R:OK -2015-03-12 17:33:17 queue INFO >>3 [35] -2015-03-12 17:33:17 sendUrl INFO 3 [35] R:OK -2015-03-12 17:34:07 queue INFO >>3 [36] -2015-03-12 17:34:08 sendUrl INFO 3 [36] R:OK -2015-03-12 17:34:57 queue INFO >>3 [37] -2015-03-12 17:34:58 sendUrl INFO 3 [37] R:OK -2015-03-12 17:35:47 queue INFO >>3 [38] -2015-03-12 17:35:48 sendUrl INFO 3 [38] R:OK -2015-03-12 17:36:07 queue INFO 7 [39] -2015-03-12 17:36:07 queue INFO >7 [40] -2015-03-12 17:36:07 sendUrl INFO 7 [39] R:OK -2015-03-12 17:36:08 sendUrl INFO 7 [40] R:OK -2015-03-12 17:36:08 queue INFO 3 [41] -2015-03-12 17:36:09 queue INFO >3 [42] -2015-03-12 17:36:09 sendUrl INFO 3 [41] R:OK -2015-03-12 17:36:09 sendUrl INFO 3 [42] R:OK -2015-03-12 17:36:58 queue INFO >>3 [43] -2015-03-12 17:36:59 sendUrl INFO 3 [43] R:OK -2015-03-12 17:37:49 queue INFO >>3 [44] -2015-03-12 17:37:49 sendUrl INFO 3 [44] R:OK -2015-03-12 17:38:39 queue INFO >>3 [45] -2015-03-12 17:38:39 sendUrl INFO 3 [45] R:OK -2015-03-12 17:39:29 queue INFO >>3 [46] -2015-03-12 17:39:30 sendUrl INFO 3 [46] R:OK -2015-03-12 17:40:19 queue INFO >>3 [47] -2015-03-12 17:40:19 sendUrl INFO 3 [47] R:OK -2015-03-12 17:41:09 queue INFO >>3 [48] -2015-03-12 17:41:10 sendUrl INFO 3 [48] R:OK -2015-03-12 17:41:59 queue INFO >>3 [49] -2015-03-12 17:42:00 sendUrl INFO 3 [49] R:OK -2015-03-12 17:42:50 queue INFO >>3 [50] -2015-03-12 17:42:50 sendUrl INFO 3 [50] R:OK -2015-03-12 17:43:40 queue INFO >>3 [51] -2015-03-12 17:43:40 sendUrl INFO 3 [51] R:OK -2015-03-12 17:44:16 queue INFO 7 [52] -2015-03-12 17:44:16 queue INFO >7 [53] -2015-03-12 17:44:16 sendUrl INFO 7 [52] R:OK -2015-03-12 17:44:17 sendUrl INFO 7 [53] R:OK -2015-03-12 17:44:17 queue INFO 3 [54] -2015-03-12 17:44:17 queue INFO >3 [55] -2015-03-12 17:44:18 sendUrl INFO 3 [54] R:OK -2015-03-12 17:44:18 sendUrl INFO 3 [55] R:OK -2015-03-12 17:45:07 queue INFO >>3 [56] -2015-03-12 17:45:08 sendUrl INFO 3 [56] R:OK -2015-03-12 17:45:58 queue INFO >>3 [57] -2015-03-12 17:45:58 sendUrl INFO 3 [57] R:OK -2015-03-12 17:46:48 queue INFO >>3 [58] -2015-03-12 17:46:48 sendUrl INFO 3 [58] R:OK -2015-03-12 17:47:38 queue INFO >>3 [59] -2015-03-12 17:47:38 sendUrl INFO 3 [59] R:OK -2015-03-12 17:48:28 queue INFO >>3 [60] -2015-03-12 17:48:28 sendUrl INFO 3 [60] R:OK -2015-03-12 17:49:18 queue INFO >>3 [61] -2015-03-12 17:49:19 sendUrl INFO 3 [61] R:OK -2015-03-12 17:50:08 queue INFO >>3 [62] -2015-03-12 17:50:09 sendUrl INFO 3 [62] R:OK -2015-03-12 17:50:58 queue INFO >>3 [63] -2015-03-12 17:50:59 sendUrl INFO 3 [63] R:OK -2015-03-12 17:51:49 queue INFO >>3 [64] -2015-03-12 17:51:49 sendUrl INFO 3 [64] R:OK -2015-03-12 17:52:25 queue INFO 7 [65] -2015-03-12 17:52:25 queue INFO >7 [66] -2015-03-12 17:52:25 sendUrl INFO 7 [65] R:OK -2015-03-12 17:52:26 sendUrl INFO 7 [66] R:OK -2015-03-12 17:52:26 queue INFO 3 [67] -2015-03-12 17:52:26 queue INFO >3 [68] -2015-03-12 17:52:27 sendUrl INFO 3 [67] R:OK -2015-03-12 17:52:27 sendUrl INFO 3 [68] R:OK -2015-03-12 17:53:16 queue INFO >>3 [69] -2015-03-12 17:53:17 sendUrl INFO 3 [69] R:OK -2015-03-12 17:54:07 queue INFO >>3 [70] -2015-03-12 17:54:07 sendUrl INFO 3 [70] R:OK -2015-03-12 17:54:57 queue INFO >>3 [71] -2015-03-12 17:54:57 sendUrl INFO 3 [71] R:OK -2015-03-12 17:55:47 queue INFO >>3 [72] -2015-03-12 17:55:47 sendUrl INFO 3 [72] R:OK -2015-03-12 17:56:37 queue INFO >>3 [73] -2015-03-12 17:56:37 sendUrl INFO 3 [73] R:OK -2015-03-12 17:57:27 queue INFO >>3 [74] -2015-03-12 17:57:28 sendUrl INFO 3 [74] R:OK -2015-03-12 17:58:17 queue INFO >>3 [75] -2015-03-12 17:58:18 sendUrl INFO 3 [75] R:OK -2015-03-12 17:59:08 queue INFO >>3 [76] -2015-03-12 17:59:08 sendUrl INFO 3 [76] R:OK -2015-03-12 17:59:58 queue INFO >>3 [77] -2015-03-12 17:59:58 sendUrl INFO 3 [77] R:OK -2015-03-12 18:00:34 queue INFO 7 [78] -2015-03-12 18:00:34 sendUrl INFO 7 [78] R:OK -2015-03-12 18:00:34 queue INFO >7 [79] -2015-03-12 18:00:34 sendUrl INFO 7 [79] R:OK -2015-03-12 18:00:35 queue INFO 3 [80] -2015-03-12 18:00:35 queue INFO >3 [81] -2015-03-12 18:00:35 sendUrl INFO 3 [80] R:OK -2015-03-12 18:00:36 sendUrl INFO 3 [81] R:OK -2015-03-12 18:01:25 queue INFO >>3 [82] -2015-03-12 18:01:26 sendUrl INFO 3 [82] R:OK -2015-03-12 18:02:15 queue INFO >>3 [83] -2015-03-12 18:02:16 sendUrl INFO 3 [83] R:OK -2015-03-12 18:03:06 queue INFO >>3 [84] -2015-03-12 18:03:06 sendUrl INFO 3 [84] R:OK -2015-03-12 18:03:56 queue INFO >>3 [85] -2015-03-12 18:03:56 sendUrl INFO 3 [85] R:OK -2015-03-12 18:04:46 queue INFO >>3 [86] -2015-03-12 18:04:46 sendUrl INFO 3 [86] R:OK -2015-03-12 18:05:36 queue INFO >>3 [87] -2015-03-12 18:05:36 sendUrl INFO 3 [87] R:OK -2015-03-12 18:06:26 queue INFO >>3 [88] -2015-03-12 18:06:27 sendUrl INFO 3 [88] R:OK -2015-03-12 18:07:16 queue INFO >>3 [89] -2015-03-12 18:07:17 sendUrl INFO 3 [89] R:OK -2015-03-12 18:08:07 queue INFO >>3 [90] -2015-03-12 18:08:07 sendUrl INFO 3 [90] R:OK -2015-03-12 18:08:42 queue INFO 7 [91] -2015-03-12 18:08:43 queue INFO >7 [92] -2015-03-12 18:08:43 sendUrl INFO 7 [91] R:OK -2015-03-12 18:08:43 sendUrl INFO 7 [92] R:OK -2015-03-12 18:08:44 queue INFO 3 [93] -2015-03-12 18:08:44 queue INFO >3 [94] -2015-03-12 18:08:44 sendUrl INFO 3 [93] R:OK -2015-03-12 18:08:45 sendUrl INFO 3 [94] R:OK -2015-03-12 18:09:34 queue INFO >>3 [95] -2015-03-12 18:09:34 sendUrl INFO 3 [95] R:OK -2015-03-12 18:10:24 queue INFO >>3 [96] -2015-03-12 18:10:24 sendUrl INFO 3 [96] R:OK -2015-03-12 18:11:14 queue INFO >>3 [97] -2015-03-12 18:11:15 sendUrl INFO 3 [97] R:OK -2015-03-12 18:12:04 queue INFO >>3 [98] -2015-03-12 18:12:05 sendUrl INFO 3 [98] R:OK -2015-03-12 18:12:55 queue INFO >>3 [99] -2015-03-12 18:12:55 sendUrl INFO 3 [99] R:OK -2015-03-12 18:13:45 queue INFO >>3 [100] -2015-03-12 18:13:45 sendUrl INFO 3 [100] R:OK -2015-03-12 18:14:35 queue INFO >>3 [101] -2015-03-12 18:14:35 sendUrl INFO 3 [101] R:OK -2015-03-12 18:15:25 queue INFO >>3 [102] -2015-03-12 18:15:25 sendUrl INFO 3 [102] R:OK -2015-03-12 18:16:15 queue INFO >>3 [103] -2015-03-12 18:16:16 sendUrl INFO 3 [103] R:OK -2015-03-12 18:16:51 queue INFO 7 [104] -2015-03-12 18:16:51 queue INFO >7 [105] -2015-03-12 18:16:51 sendUrl INFO 7 [104] R:OK -2015-03-12 18:16:52 sendUrl INFO 7 [105] R:OK -2015-03-12 18:16:53 queue INFO 3 [106] -2015-03-12 18:16:53 queue INFO >3 [107] -2015-03-12 18:16:53 sendUrl INFO 3 [106] R:OK -2015-03-12 18:16:53 sendUrl INFO 3 [107] R:OK -2015-03-12 18:17:43 queue INFO >>3 [108] -2015-03-12 18:17:43 sendUrl INFO 3 [108] R:OK -2015-03-12 18:18:33 queue INFO >>3 [109] -2015-03-12 18:18:33 sendUrl INFO 3 [109] R:OK -2015-03-12 18:19:23 queue INFO >>3 [110] -2015-03-12 18:19:23 sendUrl INFO 3 [110] R:OK -2015-03-12 18:20:13 queue INFO >>3 [111] -2015-03-12 18:20:14 sendUrl INFO 3 [111] R:OK -2015-03-12 18:21:03 queue INFO >>3 [112] -2015-03-12 18:21:04 sendUrl INFO 3 [112] R:OK -2015-03-12 18:21:53 queue INFO >>3 [113] -2015-03-12 18:21:54 sendUrl INFO 3 [113] R:OK -2015-03-12 18:22:44 queue INFO >>3 [114] -2015-03-12 18:22:44 sendUrl INFO 3 [114] R:OK -2015-03-12 18:23:34 queue INFO >>3 [115] -2015-03-12 18:23:34 sendUrl INFO 3 [115] R:OK -2015-03-12 18:24:24 queue INFO >>3 [116] -2015-03-12 18:24:24 sendUrl INFO 3 [116] R:OK -2015-03-12 18:25:00 queue INFO 7 [117] -2015-03-12 18:25:00 queue INFO >7 [118] -2015-03-12 18:25:00 sendUrl INFO 7 [117] R:OK -2015-03-12 18:25:01 sendUrl INFO 7 [118] R:OK -2015-03-12 18:25:01 queue INFO 3 [119] -2015-03-12 18:25:01 queue INFO >3 [120] -2015-03-12 18:25:02 sendUrl INFO 3 [119] R:OK -2015-03-12 18:25:02 sendUrl INFO 3 [120] R:OK -2015-03-12 18:25:51 queue INFO >>3 [121] -2015-03-12 18:25:52 sendUrl INFO 3 [121] R:OK -2015-03-12 18:26:42 queue INFO >>3 [122] -2015-03-12 18:26:42 sendUrl INFO 3 [122] R:OK -2015-03-12 18:27:32 queue INFO >>3 [123] -2015-03-12 18:27:32 sendUrl INFO 3 [123] R:OK -2015-03-12 18:28:22 queue INFO >>3 [124] -2015-03-12 18:28:22 sendUrl INFO 3 [124] R:OK -2015-03-12 18:29:12 queue INFO >>3 [125] -2015-03-12 18:29:12 sendUrl INFO 3 [125] R:OK -2015-03-12 18:30:02 queue INFO >>3 [126] -2015-03-12 18:30:03 sendUrl INFO 3 [126] R:OK -2015-03-12 18:30:52 queue INFO >>3 [127] -2015-03-12 18:30:52 sendUrl INFO 3 [127] R:OK -2015-03-12 18:31:42 queue INFO >>3 [128] -2015-03-12 18:31:43 sendUrl INFO 3 [128] R:OK -2015-03-12 18:32:33 queue INFO >>3 [129] -2015-03-12 18:32:33 sendUrl INFO 3 [129] R:OK -2015-03-12 18:33:09 queue INFO 7 [130] -2015-03-12 18:33:09 sendUrl INFO 7 [130] R:OK -2015-03-12 18:33:09 queue INFO >7 [131] -2015-03-12 18:33:09 sendUrl INFO 7 [131] R:OK -2015-03-12 18:33:10 queue INFO 3 [132] -2015-03-12 18:33:10 queue INFO >3 [133] -2015-03-12 18:33:10 sendUrl INFO 3 [132] R:OK -2015-03-12 18:33:11 sendUrl INFO 3 [133] R:OK -2015-03-12 18:34:00 queue INFO >>3 [134] -2015-03-12 18:34:01 sendUrl INFO 3 [134] R:OK -2015-03-12 18:34:50 queue INFO >>3 [135] -2015-03-12 18:34:51 sendUrl INFO 3 [135] R:OK -2015-03-12 18:35:41 queue INFO >>3 [136] -2015-03-12 18:35:41 sendUrl INFO 3 [136] R:OK -2015-03-12 18:36:31 queue INFO >>3 [137] -2015-03-12 18:36:31 sendUrl INFO 3 [137] R:OK -2015-03-12 18:37:21 queue INFO >>3 [138] -2015-03-12 18:37:21 sendUrl INFO 3 [138] R:OK -2015-03-12 18:38:11 queue INFO >>3 [139] -2015-03-12 18:38:11 sendUrl INFO 3 [139] R:OK -2015-03-12 18:39:01 queue INFO >>3 [140] -2015-03-12 18:39:02 sendUrl INFO 3 [140] R:OK -2015-03-12 18:39:51 queue INFO >>3 [141] -2015-03-12 18:39:51 sendUrl INFO 3 [141] R:OK -2015-03-12 18:40:41 queue INFO >>3 [142] -2015-03-12 18:40:42 sendUrl INFO 3 [142] R:OK -2015-03-12 18:41:32 queue INFO >>3 [143] -2015-03-12 18:41:32 sendUrl INFO 3 [143] R:OK -2015-03-12 18:42:22 queue INFO >>3 [144] -2015-03-12 18:42:22 sendUrl INFO 3 [144] R:OK -2015-03-12 18:42:26 queue INFO 7 [145] -2015-03-12 18:42:26 queue INFO >7 [146] -2015-03-12 18:42:27 sendUrl INFO 7 [145] R:OK -2015-03-12 18:42:27 sendUrl INFO 7 [146] R:OK -2015-03-12 18:42:28 queue INFO 3 [147] -2015-03-12 18:42:28 sendUrl INFO 3 [147] R:OK -2015-03-12 18:42:28 queue INFO >3 [148] -2015-03-12 18:42:28 sendUrl INFO 3 [148] R:OK -2015-03-12 18:43:18 queue INFO >>3 [149] -2015-03-12 18:43:18 sendUrl INFO 3 [149] R:OK -2015-03-12 18:44:08 queue INFO >>3 [150] -2015-03-12 18:44:09 sendUrl INFO 3 [150] R:OK -2015-03-12 18:44:58 queue INFO >>3 [151] -2015-03-12 18:44:58 sendUrl INFO 3 [151] R:OK -2015-03-12 18:45:48 queue INFO >>3 [152] -2015-03-12 18:45:49 sendUrl INFO 3 [152] R:OK -2015-03-12 18:46:39 queue INFO >>3 [153] -2015-03-12 18:46:39 sendUrl INFO 3 [153] R:OK -2015-03-12 18:47:29 queue INFO >>3 [154] -2015-03-12 18:47:29 sendUrl INFO 3 [154] R:OK -2015-03-12 18:48:19 queue INFO >>3 [155] -2015-03-12 18:48:19 sendUrl INFO 3 [155] R:OK -2015-03-12 18:49:09 queue INFO >>3 [156] -2015-03-12 18:49:09 sendUrl INFO 3 [156] R:OK -2015-03-12 18:49:59 queue INFO >>3 [157] -2015-03-12 18:49:59 sendUrl INFO 3 [157] R:OK -2015-03-12 18:50:49 queue INFO >>3 [158] -2015-03-12 18:50:49 sendUrl INFO 3 [158] R:OK -2015-03-12 18:51:39 queue INFO >>3 [159] -2015-03-12 18:51:40 sendUrl INFO 3 [159] R:OK -2015-03-12 18:52:29 queue INFO >>3 [160] -2015-03-12 18:52:30 sendUrl INFO 3 [160] R:OK -2015-03-12 18:53:20 queue INFO >>3 [161] -2015-03-12 18:53:20 sendUrl INFO 3 [161] R:OK -2015-03-12 18:54:10 queue INFO >>3 [162] -2015-03-12 18:54:10 sendUrl INFO 3 [162] R:OK -2015-03-12 18:55:00 queue INFO >>3 [163] -2015-03-12 18:55:00 sendUrl INFO 3 [163] R:OK -2015-03-12 18:55:50 queue INFO >>3 [164] -2015-03-12 18:55:50 sendUrl INFO 3 [164] R:OK -2015-03-12 18:56:40 queue INFO >>3 [165] -2015-03-12 18:56:41 sendUrl INFO 3 [165] R:OK -2015-03-12 18:57:30 queue INFO >>3 [166] -2015-03-12 18:57:31 sendUrl INFO 3 [166] R:OK -2015-03-12 18:58:21 queue INFO >>3 [167] -2015-03-12 18:58:21 sendUrl INFO 3 [167] R:OK -2015-03-12 18:59:11 queue INFO >>3 [168] -2015-03-12 18:59:11 sendUrl INFO 3 [168] R:OK -2015-03-12 19:00:01 queue INFO >>3 [169] -2015-03-12 19:00:01 sendUrl INFO 3 [169] R:OK -2015-03-12 19:00:51 queue INFO >>3 [170] -2015-03-12 19:00:51 sendUrl INFO 3 [170] R:OK -2015-03-12 19:01:41 queue INFO >>3 [171] -2015-03-12 19:01:42 sendUrl INFO 3 [171] R:OK -2015-03-12 19:02:31 queue INFO >>3 [172] -2015-03-12 19:02:31 sendUrl INFO 3 [172] R:OK -2015-03-12 19:03:21 queue INFO >>3 [173] -2015-03-12 19:03:22 sendUrl INFO 3 [173] R:OK -2015-03-12 19:04:12 queue INFO >>3 [174] -2015-03-12 19:04:12 sendUrl INFO 3 [174] R:OK -2015-03-12 19:05:02 queue INFO >>3 [175] -2015-03-12 19:05:02 sendUrl INFO 3 [175] R:OK -2015-03-12 19:05:17 queue INFO 7 [176] -2015-03-12 19:05:18 sendUrl INFO 7 [176] R:OK -2015-03-12 19:05:18 queue INFO >7 [177] -2015-03-12 19:05:18 sendUrl INFO 7 [177] R:OK -2015-03-12 19:05:19 queue INFO 3 [178] -2015-03-12 19:05:19 queue INFO >3 [179] -2015-03-12 19:05:20 sendUrl INFO 3 [178] R:OK -2015-03-12 19:05:20 sendUrl INFO 3 [179] R:OK -2015-03-12 19:06:09 queue INFO >>3 [180] -2015-03-12 19:06:09 sendUrl INFO 3 [180] R:OK -2015-03-12 19:06:59 queue INFO >>3 [181] -2015-03-12 19:07:00 sendUrl INFO 3 [181] R:OK -2015-03-12 19:07:49 queue INFO >>3 [182] -2015-03-12 19:07:50 sendUrl INFO 3 [182] R:OK -2015-03-12 19:08:40 queue INFO >>3 [183] -2015-03-12 19:08:40 sendUrl INFO 3 [183] R:OK -2015-03-12 19:09:30 queue INFO >>3 [184] -2015-03-12 19:09:30 sendUrl INFO 3 [184] R:OK -2015-03-12 19:10:20 queue INFO >>3 [185] -2015-03-12 19:10:20 sendUrl INFO 3 [185] R:OK -2015-03-12 19:11:10 queue INFO >>3 [186] -2015-03-12 19:11:10 sendUrl INFO 3 [186] R:OK -2015-03-12 19:12:00 queue INFO >>3 [187] -2015-03-12 19:12:01 sendUrl INFO 3 [187] R:OK -2015-03-12 19:12:50 queue INFO >>3 [188] -2015-03-12 19:12:50 sendUrl INFO 3 [188] R:OK -2015-03-12 19:13:26 queue INFO 7 [189] -2015-03-12 19:13:26 sendUrl INFO 7 [189] R:OK -2015-03-12 19:13:26 queue INFO >7 [190] -2015-03-12 19:13:27 sendUrl INFO 7 [190] R:OK -2015-03-12 19:13:27 queue INFO 3 [191] -2015-03-12 19:13:28 queue INFO >3 [192] -2015-03-12 19:13:28 sendUrl INFO 3 [191] R:OK -2015-03-12 19:13:28 sendUrl INFO 3 [192] R:OK -2015-03-12 19:14:18 queue INFO >>3 [193] -2015-03-12 19:14:18 sendUrl INFO 3 [193] R:OK -2015-03-12 19:15:08 queue INFO >>3 [194] -2015-03-12 19:15:08 sendUrl INFO 3 [194] R:OK -2015-03-12 19:15:58 queue INFO >>3 [195] -2015-03-12 19:15:58 sendUrl INFO 3 [195] R:OK -2015-03-12 19:16:48 queue INFO >>3 [196] -2015-03-12 19:16:49 sendUrl INFO 3 [196] R:OK -2015-03-12 19:17:38 queue INFO >>3 [197] -2015-03-12 19:17:38 sendUrl INFO 3 [197] R:OK -2015-03-12 19:18:28 queue INFO >>3 [198] -2015-03-12 19:18:29 sendUrl INFO 3 [198] R:OK -2015-03-12 19:19:19 queue INFO >>3 [199] -2015-03-12 19:19:19 sendUrl INFO 3 [199] R:OK -2015-03-12 19:20:09 queue INFO >>3 [200] -2015-03-12 19:20:09 sendUrl INFO 3 [200] R:OK -2015-03-12 19:20:59 queue INFO >>3 [201] -2015-03-12 19:20:59 sendUrl INFO 3 [201] R:OK -2015-03-12 19:21:35 queue INFO 7 [202] -2015-03-12 19:21:35 sendUrl INFO 7 [202] R:OK -2015-03-12 19:21:35 queue INFO >7 [203] -2015-03-12 19:21:35 sendUrl INFO 7 [203] R:OK -2015-03-12 19:21:36 queue INFO 3 [204] -2015-03-12 19:21:36 queue INFO >3 [205] -2015-03-12 19:21:36 sendUrl INFO 3 [204] R:OK -2015-03-12 19:21:37 sendUrl INFO 3 [205] R:OK -2015-03-12 19:22:26 queue INFO >>3 [206] -2015-03-12 19:22:27 sendUrl INFO 3 [206] R:OK -2015-03-12 19:23:16 queue INFO >>3 [207] -2015-03-12 19:23:17 sendUrl INFO 3 [207] R:OK -2015-03-12 19:24:07 queue INFO >>3 [208] -2015-03-12 19:24:07 sendUrl INFO 3 [208] R:OK -2015-03-12 19:24:57 queue INFO >>3 [209] -2015-03-12 19:24:57 sendUrl INFO 3 [209] R:OK -2015-03-12 19:25:47 queue INFO >>3 [210] -2015-03-12 19:25:47 sendUrl INFO 3 [210] R:OK -2015-03-12 19:26:37 queue INFO >>3 [211] -2015-03-12 19:26:37 sendUrl INFO 3 [211] R:OK -2015-03-12 19:27:27 queue INFO >>3 [212] -2015-03-12 19:27:27 sendUrl INFO 3 [212] R:OK -2015-03-12 19:28:17 queue INFO >>3 [213] -2015-03-12 19:28:18 sendUrl INFO 3 [213] R:OK -2015-03-12 19:29:07 queue INFO >>3 [214] -2015-03-12 19:29:08 sendUrl INFO 3 [214] R:OK -2015-03-12 19:29:43 queue INFO 7 [215] -2015-03-12 19:29:44 queue INFO >7 [216] -2015-03-12 19:29:44 sendUrl INFO 7 [215] R:OK -2015-03-12 19:29:44 sendUrl INFO 7 [216] R:OK -2015-03-12 19:29:45 queue INFO 3 [217] -2015-03-12 19:29:45 queue INFO >3 [218] -2015-03-12 19:29:45 sendUrl INFO 3 [217] R:OK -2015-03-12 19:29:46 sendUrl INFO 3 [218] R:OK -2015-03-12 19:30:35 queue INFO >>3 [219] -2015-03-12 19:30:35 sendUrl INFO 3 [219] R:OK -2015-03-12 19:30:49 queue INFO 21 [220] -2015-03-12 19:30:49 queue INFO >21 [221] -2015-03-12 19:30:50 sendUrl INFO 21 [220] R:OK -2015-03-12 19:30:50 sendUrl INFO 21 [221] R:OK -2015-03-12 19:31:39 queue INFO >>21 [222] -2015-03-12 19:31:39 sendUrl INFO 21 [222] R:OK -2015-03-12 19:32:29 queue INFO >>21 [223] -2015-03-12 19:32:30 sendUrl INFO 21 [223] R:OK -2015-03-12 19:33:20 queue INFO >>21 [224] -2015-03-12 19:33:20 sendUrl INFO 21 [224] R:OK -2015-03-12 19:34:10 queue INFO >>21 [225] -2015-03-12 19:34:10 sendUrl INFO 21 [225] R:OK -2015-03-12 19:34:24 queue INFO 1 [226] -2015-03-12 19:34:24 sendUrl INFO 1 [226] R:OK -2015-03-12 19:34:24 queue INFO >1 [227] -2015-03-12 19:34:24 sendUrl INFO 1 [227] R:OK -2015-03-12 19:34:38 queue INFO 3 [228] -2015-03-12 19:34:38 queue INFO >3 [229] -2015-03-12 19:34:38 sendUrl INFO 3 [228] R:OK -2015-03-12 19:34:39 sendUrl INFO 3 [229] R:OK -2015-03-12 19:35:28 queue INFO >>3 [230] -2015-03-12 19:35:28 sendUrl INFO 3 [230] R:OK -2015-03-12 19:36:18 queue INFO >>3 [231] -2015-03-12 19:36:18 sendUrl INFO 3 [231] R:OK -2015-03-12 19:37:08 queue INFO >>3 [232] -2015-03-12 19:37:09 sendUrl INFO 3 [232] R:OK -2015-03-12 19:37:58 queue INFO >>3 [233] -2015-03-12 19:37:59 sendUrl INFO 3 [233] R:OK -2015-03-12 19:38:49 queue INFO >>3 [234] -2015-03-12 19:38:49 sendUrl INFO 3 [234] R:OK -2015-03-12 19:39:39 queue INFO >>3 [235] -2015-03-12 19:39:39 sendUrl INFO 3 [235] R:OK -2015-03-12 19:40:29 queue INFO >>3 [236] -2015-03-12 19:40:29 sendUrl INFO 3 [236] R:OK -2015-03-12 19:41:19 queue INFO >>3 [237] -2015-03-12 19:41:19 sendUrl INFO 3 [237] R:OK -2015-03-12 19:41:39 queue INFO 7 [238] -2015-03-12 19:41:39 queue INFO >7 [239] -2015-03-12 19:41:39 sendUrl INFO 7 [238] R:OK -2015-03-12 19:41:39 sendUrl INFO 7 [239] R:OK -2015-03-12 19:41:40 queue INFO 3 [240] -2015-03-12 19:41:40 queue INFO >3 [241] -2015-03-12 19:41:40 sendUrl INFO 3 [240] R:OK -2015-03-12 19:41:41 sendUrl INFO 3 [241] R:OK -2015-03-12 19:42:30 queue INFO >>3 [242] -2015-03-12 19:42:31 sendUrl INFO 3 [242] R:OK -2015-03-12 19:43:20 queue INFO >>3 [243] -2015-03-12 19:43:21 sendUrl INFO 3 [243] R:OK -2015-03-12 19:44:10 queue INFO >>3 [244] -2015-03-12 19:44:11 sendUrl INFO 3 [244] R:OK -2015-03-12 19:45:01 queue INFO >>3 [245] -2015-03-12 19:45:01 sendUrl INFO 3 [245] R:OK -2015-03-12 19:45:51 queue INFO >>3 [246] -2015-03-12 19:45:51 sendUrl INFO 3 [246] R:OK -2015-03-12 19:46:41 queue INFO >>3 [247] -2015-03-12 19:46:41 sendUrl INFO 3 [247] R:OK -2015-03-12 19:47:31 queue INFO >>3 [248] -2015-03-12 19:47:31 sendUrl INFO 3 [248] R:OK -2015-03-12 19:48:21 queue INFO >>3 [249] -2015-03-12 19:48:21 sendUrl INFO 3 [249] R:OK -2015-03-12 19:49:11 queue INFO >>3 [250] -2015-03-12 19:49:12 sendUrl INFO 3 [250] R:OK -2015-03-12 19:50:02 queue INFO >>3 [251] -2015-03-12 19:50:02 sendUrl INFO 3 [251] R:OK -2015-03-12 19:50:26 queue INFO 7 [252] -2015-03-12 19:50:26 queue INFO >7 [253] -2015-03-12 19:50:26 sendUrl INFO 7 [252] R:OK -2015-03-12 19:50:26 sendUrl INFO 7 [253] R:OK -2015-03-12 19:50:27 queue INFO 3 [254] -2015-03-12 19:50:27 queue INFO >3 [255] -2015-03-12 19:50:27 sendUrl INFO 3 [254] R:OK -2015-03-12 19:50:28 sendUrl INFO 3 [255] R:OK -2015-03-12 19:51:17 queue INFO >>3 [256] -2015-03-12 19:51:18 sendUrl INFO 3 [256] R:OK -2015-03-12 19:52:07 queue INFO >>3 [257] -2015-03-12 19:52:07 sendUrl INFO 3 [257] R:OK -2015-03-12 19:52:57 queue INFO >>3 [258] -2015-03-12 19:52:58 sendUrl INFO 3 [258] R:OK -2015-03-12 19:53:48 queue INFO >>3 [259] -2015-03-12 19:53:48 sendUrl INFO 3 [259] R:OK -2015-03-12 19:54:38 queue INFO >>3 [260] -2015-03-12 19:54:38 sendUrl INFO 3 [260] R:OK -2015-03-12 19:55:28 queue INFO >>3 [261] -2015-03-12 19:55:28 sendUrl INFO 3 [261] R:OK -2015-03-12 19:56:18 queue INFO >>3 [262] -2015-03-12 19:56:18 sendUrl INFO 3 [262] R:OK -2015-03-12 19:57:08 queue INFO >>3 [263] -2015-03-12 19:57:08 sendUrl INFO 3 [263] R:OK -2015-03-12 19:57:58 queue INFO >>3 [264] -2015-03-12 19:57:59 sendUrl INFO 3 [264] R:OK -2015-03-12 19:58:48 queue INFO >>3 [265] -2015-03-12 19:58:49 sendUrl INFO 3 [265] R:OK -2015-03-12 19:59:26 queue INFO 7 [266] -2015-03-12 19:59:26 sendUrl INFO 7 [266] R:OK -2015-03-12 19:59:26 queue INFO >7 [267] -2015-03-12 19:59:27 sendUrl INFO 7 [267] R:OK -2015-03-12 19:59:28 queue INFO 3 [268] -2015-03-12 19:59:28 queue INFO >3 [269] -2015-03-12 19:59:28 sendUrl INFO 3 [268] R:OK -2015-03-12 19:59:29 sendUrl INFO 3 [269] R:OK -2015-03-12 20:00:18 queue INFO >>3 [270] -2015-03-12 20:00:18 sendUrl INFO 3 [270] R:OK -2015-03-12 20:01:08 queue INFO >>3 [271] -2015-03-12 20:01:09 sendUrl INFO 3 [271] R:OK -2015-03-12 20:01:58 queue INFO >>3 [272] -2015-03-12 20:01:59 sendUrl INFO 3 [272] R:OK -2015-03-12 20:02:48 queue INFO >>3 [273] -2015-03-12 20:02:49 sendUrl INFO 3 [273] R:OK -2015-03-12 20:03:39 queue INFO >>3 [274] -2015-03-12 20:03:39 sendUrl INFO 3 [274] R:OK -2015-03-12 20:04:29 queue INFO >>3 [275] -2015-03-12 20:04:29 sendUrl INFO 3 [275] R:OK -2015-03-12 20:05:19 queue INFO >>3 [276] -2015-03-12 20:05:19 sendUrl INFO 3 [276] R:OK -2015-03-12 20:06:09 queue INFO >>3 [277] -2015-03-12 20:06:10 sendUrl INFO 3 [277] R:OK -2015-03-12 20:06:59 queue INFO >>3 [278] -2015-03-12 20:06:59 sendUrl INFO 3 [278] R:OK -2015-03-12 20:07:49 queue INFO >>3 [279] -2015-03-12 20:07:50 sendUrl INFO 3 [279] R:OK -2015-03-12 20:08:40 queue INFO >>3 [280] -2015-03-12 20:08:40 sendUrl INFO 3 [280] R:OK -2015-03-12 20:09:30 queue INFO >>3 [281] -2015-03-12 20:09:30 sendUrl INFO 3 [281] R:OK -2015-03-12 20:10:20 queue INFO >>3 [282] -2015-03-12 20:10:20 sendUrl INFO 3 [282] R:OK -2015-03-12 20:11:10 queue INFO >>3 [283] -2015-03-12 20:11:10 sendUrl INFO 3 [283] R:OK -2015-03-12 20:12:00 queue INFO >>3 [284] -2015-03-12 20:12:00 sendUrl INFO 3 [284] R:OK -2015-03-12 20:12:47 queue INFO 7 [285] -2015-03-12 20:12:47 queue INFO >7 [286] -2015-03-12 20:12:47 sendUrl INFO 7 [285] R:OK -2015-03-12 20:12:48 sendUrl INFO 7 [286] R:OK -2015-03-12 20:12:48 queue INFO 3 [287] -2015-03-12 20:12:49 queue INFO >3 [288] -2015-03-12 20:12:49 sendUrl INFO 3 [287] R:OK -2015-03-12 20:12:49 sendUrl INFO 3 [288] R:OK -2015-03-12 20:13:38 queue INFO >>3 [289] -2015-03-12 20:13:39 sendUrl INFO 3 [289] R:OK -2015-03-12 20:14:29 queue INFO >>3 [290] -2015-03-12 20:14:29 sendUrl INFO 3 [290] R:OK -2015-03-12 20:15:19 queue INFO >>3 [291] -2015-03-12 20:15:19 sendUrl INFO 3 [291] R:OK -2015-03-12 20:16:09 queue INFO >>3 [292] -2015-03-12 20:16:09 sendUrl INFO 3 [292] R:OK -2015-03-12 20:16:59 queue INFO >>3 [293] -2015-03-12 20:16:59 sendUrl INFO 3 [293] R:OK -2015-03-12 20:17:49 queue INFO >>3 [294] -2015-03-12 20:17:50 sendUrl INFO 3 [294] R:OK -2015-03-12 20:18:39 queue INFO >>3 [295] -2015-03-12 20:18:40 sendUrl INFO 3 [295] R:OK -2015-03-12 20:19:30 queue INFO >>3 [296] -2015-03-12 20:19:30 sendUrl INFO 3 [296] R:OK -2015-03-12 20:20:20 queue INFO >>3 [297] -2015-03-12 20:20:20 sendUrl INFO 3 [297] R:OK -2015-03-12 20:21:10 queue INFO >>3 [298] -2015-03-12 20:21:10 sendUrl INFO 3 [298] R:OK -2015-03-12 20:21:30 queue INFO 7 [299] -2015-03-12 20:21:31 queue INFO >7 [300] -2015-03-12 20:21:31 sendUrl INFO 7 [299] R:OK -2015-03-12 20:21:31 sendUrl INFO 7 [300] R:OK -2015-03-12 20:21:32 queue INFO 3 [301] -2015-03-12 20:21:32 sendUrl INFO 3 [301] R:OK -2015-03-12 20:21:32 queue INFO >3 [302] -2015-03-12 20:21:33 sendUrl INFO 3 [302] R:OK -2015-03-12 20:22:22 queue INFO >>3 [303] -2015-03-12 20:22:22 sendUrl INFO 3 [303] R:OK -2015-03-12 20:23:12 queue INFO >>3 [304] -2015-03-12 20:23:13 sendUrl INFO 3 [304] R:OK -2015-03-12 20:24:02 queue INFO >>3 [305] -2015-03-12 20:24:03 sendUrl INFO 3 [305] R:OK -2015-03-12 20:24:53 queue INFO >>3 [306] -2015-03-12 20:24:53 sendUrl INFO 3 [306] R:OK -2015-03-12 20:25:43 queue INFO >>3 [307] -2015-03-12 20:25:43 sendUrl INFO 3 [307] R:OK -2015-03-12 20:26:33 queue INFO >>3 [308] -2015-03-12 20:26:33 sendUrl INFO 3 [308] R:OK -2015-03-12 20:27:23 queue INFO >>3 [309] -2015-03-12 20:27:23 sendUrl INFO 3 [309] R:OK -2015-03-12 20:28:13 queue INFO >>3 [310] -2015-03-12 20:28:13 sendUrl INFO 3 [310] R:OK -2015-03-12 20:29:03 queue INFO >>3 [311] -2015-03-12 20:29:04 sendUrl INFO 3 [311] R:OK -2015-03-12 20:29:39 queue INFO 7 [312] -2015-03-12 20:29:39 sendUrl INFO 7 [312] R:OK -2015-03-12 20:29:39 queue INFO >7 [313] -2015-03-12 20:29:40 sendUrl INFO 7 [313] R:OK -2015-03-12 20:29:41 queue INFO 3 [314] -2015-03-12 20:29:41 queue INFO >3 [315] -2015-03-12 20:29:41 sendUrl INFO 3 [314] R:OK -2015-03-12 20:29:41 sendUrl INFO 3 [315] R:OK -2015-03-12 20:30:31 queue INFO >>3 [316] -2015-03-12 20:30:31 sendUrl INFO 3 [316] R:OK -2015-03-12 20:31:21 queue INFO >>3 [317] -2015-03-12 20:31:21 sendUrl INFO 3 [317] R:OK -2015-03-12 20:32:11 queue INFO >>3 [318] -2015-03-12 20:32:11 sendUrl INFO 3 [318] R:OK -2015-03-12 20:33:01 queue INFO >>3 [319] -2015-03-12 20:33:02 sendUrl INFO 3 [319] R:OK -2015-03-12 20:33:51 queue INFO >>3 [320] -2015-03-12 20:33:51 sendUrl INFO 3 [320] R:OK -2015-03-12 20:34:42 queue INFO >>3 [321] -2015-03-12 20:34:42 sendUrl INFO 3 [321] R:OK -2015-03-12 20:35:32 queue INFO >>3 [322] -2015-03-12 20:35:32 sendUrl INFO 3 [322] R:OK -2015-03-12 20:36:22 queue INFO >>3 [323] -2015-03-12 20:36:22 sendUrl INFO 3 [323] R:OK -2015-03-12 20:37:12 queue INFO >>3 [324] -2015-03-12 20:37:12 sendUrl INFO 3 [324] R:OK -2015-03-12 20:37:48 queue INFO 7 [325] -2015-03-12 20:37:48 queue INFO >7 [326] -2015-03-12 20:37:49 sendUrl INFO 7 [325] R:OK -2015-03-12 20:37:49 sendUrl INFO 7 [326] R:OK -2015-03-12 20:37:50 queue INFO 3 [327] -2015-03-12 20:37:50 queue INFO >3 [328] -2015-03-12 20:37:50 sendUrl INFO 3 [327] R:OK -2015-03-12 20:37:51 sendUrl INFO 3 [328] R:OK -2015-03-12 20:38:40 queue INFO >>3 [329] -2015-03-12 20:38:40 sendUrl INFO 3 [329] R:OK -2015-03-12 20:39:30 queue INFO >>3 [330] -2015-03-12 20:39:30 sendUrl INFO 3 [330] R:OK -2015-03-12 20:40:20 queue INFO >>3 [331] -2015-03-12 20:40:21 sendUrl INFO 3 [331] R:OK -2015-03-12 20:41:10 queue INFO >>3 [332] -2015-03-12 20:41:10 sendUrl INFO 3 [332] R:OK -2015-03-12 20:42:00 queue INFO >>3 [333] -2015-03-12 20:42:01 sendUrl INFO 3 [333] R:OK -2015-03-12 20:42:50 queue INFO >>3 [334] -2015-03-12 20:42:50 sendUrl INFO 3 [334] R:OK -2015-03-12 20:43:41 queue INFO >>3 [335] -2015-03-12 20:43:41 sendUrl INFO 3 [335] R:OK -2015-03-12 20:44:31 queue INFO >>3 [336] -2015-03-12 20:44:31 sendUrl INFO 3 [336] R:OK -2015-03-12 20:45:21 queue INFO >>3 [337] -2015-03-12 20:45:21 sendUrl INFO 3 [337] R:OK -2015-03-12 20:45:57 queue INFO 7 [338] -2015-03-12 20:45:57 queue INFO >7 [339] -2015-03-12 20:45:57 sendUrl INFO 7 [338] R:OK -2015-03-12 20:45:58 sendUrl INFO 7 [339] R:OK -2015-03-12 20:45:59 queue INFO 3 [340] -2015-03-12 20:45:59 sendUrl INFO 3 [340] R:OK -2015-03-12 20:45:59 queue INFO >3 [341] -2015-03-12 20:45:59 sendUrl INFO 3 [341] R:OK -2015-03-12 20:46:49 queue INFO >>3 [342] -2015-03-12 20:46:49 sendUrl INFO 3 [342] R:OK -2015-03-12 20:47:39 queue INFO >>3 [343] -2015-03-12 20:47:39 sendUrl INFO 3 [343] R:OK -2015-03-12 20:48:29 queue INFO >>3 [344] -2015-03-12 20:48:29 sendUrl INFO 3 [344] R:OK -2015-03-12 20:48:37 queue INFO 1 [345] -2015-03-12 20:48:37 sendUrl INFO 1 [345] R:OK -2015-03-12 20:48:37 queue INFO >1 [346] -2015-03-12 20:48:37 sendUrl INFO 1 [346] R:OK -2015-03-12 20:49:27 queue INFO >>1 [347] -2015-03-12 20:49:27 sendUrl INFO 1 [347] R:OK -2015-03-12 20:50:17 queue INFO >>1 [348] -2015-03-12 20:50:17 sendUrl INFO 1 [348] R:OK -2015-03-12 20:51:07 queue INFO >>1 [349] -2015-03-12 20:51:07 sendUrl INFO 1 [349] R:OK -2015-03-12 20:51:57 queue INFO >>1 [350] -2015-03-12 20:51:58 sendUrl INFO 1 [350] R:OK -2015-03-12 20:52:47 queue INFO >>1 [351] -2015-03-12 20:52:47 sendUrl INFO 1 [351] R:OK -2015-03-12 20:53:26 queue INFO 3 [352] -2015-03-12 20:53:26 queue INFO >3 [353] -2015-03-12 20:53:26 sendUrl INFO 3 [352] R:OK -2015-03-12 20:53:27 sendUrl INFO 3 [353] R:OK -2015-03-12 20:54:06 queue INFO 1 [354] -2015-03-12 20:54:06 queue INFO 5 [355] -2015-03-12 20:54:06 queue INFO >5 [356] -2015-03-12 20:54:06 sendUrl INFO 1 [354] R:OK -2015-03-12 20:54:07 sendUrl INFO 5 [355] R:OK -2015-03-12 20:54:07 sendUrl INFO 5 [356] R:OK -2015-03-12 20:54:08 queue INFO 1 [357] -2015-03-12 20:54:08 queue INFO >1 [358] -2015-03-12 20:54:08 sendUrl INFO 1 [357] R:OK -2015-03-12 20:54:08 sendUrl INFO 1 [358] R:OK -2015-03-12 20:54:58 queue INFO >>1 [359] -2015-03-12 20:54:58 sendUrl INFO 1 [359] R:OK -2015-03-12 20:55:48 queue INFO >>1 [360] -2015-03-12 20:55:48 sendUrl INFO 1 [360] R:OK -2015-03-12 20:56:38 queue INFO >>1 [361] -2015-03-12 20:56:38 sendUrl INFO 1 [361] R:OK -2015-03-12 20:57:28 queue INFO >>1 [362] -2015-03-12 20:57:28 sendUrl INFO 1 [362] R:OK -2015-03-12 20:58:18 queue INFO >>1 [363] -2015-03-12 20:58:19 sendUrl INFO 1 [363] R:OK -2015-03-12 20:59:08 queue INFO >>1 [364] -2015-03-12 20:59:09 sendUrl INFO 1 [364] R:OK -2015-03-12 20:59:59 queue INFO >>1 [365] -2015-03-12 20:59:59 sendUrl INFO 1 [365] R:OK -2015-03-12 21:00:49 queue INFO >>1 [366] -2015-03-12 21:00:49 sendUrl INFO 1 [366] R:OK -2015-03-12 21:01:39 queue INFO >>1 [367] -2015-03-12 21:01:39 sendUrl INFO 1 [367] R:OK -2015-03-12 21:02:29 queue INFO >>1 [368] -2015-03-12 21:02:29 sendUrl INFO 1 [368] R:OK -2015-03-12 21:03:19 queue INFO >>1 [369] -2015-03-12 21:03:20 sendUrl INFO 1 [369] R:OK -2015-03-12 21:04:09 queue INFO >>1 [370] -2015-03-12 21:04:09 sendUrl INFO 1 [370] R:OK -2015-03-12 21:04:59 queue INFO >>1 [371] -2015-03-12 21:05:00 sendUrl INFO 1 [371] R:OK -2015-03-12 21:05:50 queue INFO >>1 [372] -2015-03-12 21:05:50 sendUrl INFO 1 [372] R:OK -2015-03-12 21:06:40 queue INFO >>1 [373] -2015-03-12 21:06:40 sendUrl INFO 1 [373] R:OK -2015-03-12 21:07:30 queue INFO >>1 [374] -2015-03-12 21:07:30 sendUrl INFO 1 [374] R:OK -2015-03-12 21:08:20 queue INFO >>1 [375] -2015-03-12 21:08:21 sendUrl INFO 1 [375] R:OK -2015-03-12 21:09:10 queue INFO >>1 [376] -2015-03-12 21:09:10 sendUrl INFO 1 [376] R:OK -2015-03-12 21:10:00 queue INFO >>1 [377] -2015-03-12 21:10:01 sendUrl INFO 1 [377] R:OK -2015-03-12 21:10:51 queue INFO >>1 [378] -2015-03-12 21:10:51 sendUrl INFO 1 [378] R:OK -2015-03-12 21:11:41 queue INFO >>1 [379] -2015-03-12 21:11:41 sendUrl INFO 1 [379] R:OK -2015-03-12 21:12:31 queue INFO >>1 [380] -2015-03-12 21:12:31 sendUrl INFO 1 [380] R:OK -2015-03-12 21:13:21 queue INFO >>1 [381] -2015-03-12 21:13:21 sendUrl INFO 1 [381] R:OK -2015-03-12 21:14:11 queue INFO >>1 [382] -2015-03-12 21:14:11 sendUrl INFO 1 [382] R:OK -2015-03-12 21:15:01 queue INFO >>1 [383] -2015-03-12 21:15:02 sendUrl INFO 1 [383] R:OK -2015-03-12 21:15:51 queue INFO >>1 [384] -2015-03-12 21:15:52 sendUrl INFO 1 [384] R:OK -2015-03-12 21:16:42 queue INFO >>1 [385] -2015-03-12 21:16:42 sendUrl INFO 1 [385] R:OK -2015-03-12 21:17:32 queue INFO >>1 [386] -2015-03-12 21:17:32 sendUrl INFO 1 [386] R:OK -2015-03-12 21:18:22 queue INFO >>1 [387] -2015-03-12 21:18:22 sendUrl INFO 1 [387] R:OK -2015-03-12 21:19:12 queue INFO >>1 [388] -2015-03-12 21:19:12 sendUrl INFO 1 [388] R:OK -2015-03-12 21:20:02 queue INFO >>1 [389] -2015-03-12 21:20:03 sendUrl INFO 1 [389] R:OK -2015-03-12 21:20:52 queue INFO >>1 [390] -2015-03-12 21:20:53 sendUrl INFO 1 [390] R:OK -2015-03-12 21:21:42 queue INFO >>1 [391] -2015-03-12 21:21:43 sendUrl INFO 1 [391] R:OK -2015-03-12 21:22:33 queue INFO >>1 [392] -2015-03-12 21:22:33 sendUrl INFO 1 [392] R:OK -2015-03-12 21:23:23 queue INFO >>1 [393] -2015-03-12 21:23:23 sendUrl INFO 1 [393] R:OK -2015-03-12 21:24:13 queue INFO >>1 [394] -2015-03-12 21:24:13 sendUrl INFO 1 [394] R:OK -2015-03-12 21:25:03 queue INFO >>1 [395] -2015-03-12 21:25:04 sendUrl INFO 1 [395] R:OK -2015-03-12 21:25:53 queue INFO >>1 [396] -2015-03-12 21:25:53 sendUrl INFO 1 [396] R:OK -2015-03-12 21:26:43 queue INFO >>1 [397] -2015-03-12 21:26:44 sendUrl INFO 1 [397] R:OK -2015-03-12 21:27:34 queue INFO >>1 [398] -2015-03-12 21:27:34 sendUrl INFO 1 [398] R:OK -2015-03-12 21:28:24 queue INFO >>1 [399] -2015-03-12 21:28:24 sendUrl INFO 1 [399] R:OK -2015-03-12 21:29:14 queue INFO >>1 [400] -2015-03-12 21:29:14 sendUrl INFO 1 [400] R:OK -2015-03-12 21:30:04 queue INFO >>1 [401] -2015-03-12 21:30:04 sendUrl INFO 1 [401] R:OK -2015-03-12 21:30:54 queue INFO >>1 [402] -2015-03-12 21:30:54 sendUrl INFO 1 [402] R:OK -2015-03-12 21:31:44 queue INFO >>1 [403] -2015-03-12 21:31:45 sendUrl INFO 1 [403] R:OK -2015-03-12 21:32:34 queue INFO >>1 [404] -2015-03-12 21:32:35 sendUrl INFO 1 [404] R:OK -2015-03-12 21:33:25 queue INFO >>1 [405] -2015-03-12 21:33:25 sendUrl INFO 1 [405] R:OK -2015-03-12 21:34:15 queue INFO >>1 [406] -2015-03-12 21:34:15 sendUrl INFO 1 [406] R:OK -2015-03-12 21:35:05 queue INFO >>1 [407] -2015-03-12 21:35:05 sendUrl INFO 1 [407] R:OK -2015-03-12 21:35:55 queue INFO >>1 [408] -2015-03-12 21:35:55 sendUrl INFO 1 [408] R:OK -2015-03-12 21:36:45 queue INFO >>1 [409] -2015-03-12 21:36:45 sendUrl INFO 1 [409] R:OK -2015-03-12 21:37:35 queue INFO >>1 [410] -2015-03-12 21:37:36 sendUrl INFO 1 [410] R:OK -2015-03-12 21:38:25 queue INFO >>1 [411] -2015-03-12 21:38:26 sendUrl INFO 1 [411] R:OK -2015-03-12 21:39:15 queue INFO >>1 [412] -2015-03-12 21:39:16 sendUrl INFO 1 [412] R:OK -2015-03-12 21:40:06 queue INFO >>1 [413] -2015-03-12 21:40:06 sendUrl INFO 1 [413] R:OK -2015-03-12 21:40:56 queue INFO >>1 [414] -2015-03-12 21:40:56 sendUrl INFO 1 [414] R:OK -2015-03-12 21:41:46 queue INFO >>1 [415] -2015-03-12 21:41:46 sendUrl INFO 1 [415] R:OK -2015-03-12 21:42:36 queue INFO >>1 [416] -2015-03-12 21:42:37 sendUrl INFO 1 [416] R:OK -2015-03-12 21:43:26 queue INFO >>1 [417] -2015-03-12 21:43:26 sendUrl INFO 1 [417] R:OK -2015-03-12 21:44:16 queue INFO >>1 [418] -2015-03-12 21:44:17 sendUrl INFO 1 [418] R:OK -2015-03-12 21:45:07 queue INFO >>1 [419] -2015-03-12 21:45:07 sendUrl INFO 1 [419] R:OK -2015-03-12 21:45:57 queue INFO >>1 [420] -2015-03-12 21:45:57 sendUrl INFO 1 [420] R:OK -2015-03-12 21:46:47 queue INFO >>1 [421] -2015-03-12 21:46:47 sendUrl INFO 1 [421] R:OK -2015-03-12 21:47:37 queue INFO >>1 [422] -2015-03-12 21:47:38 sendUrl INFO 1 [422] R:OK -2015-03-12 21:48:27 queue INFO >>1 [423] -2015-03-12 21:48:27 sendUrl INFO 1 [423] R:OK -2015-03-12 21:49:17 queue INFO >>1 [424] -2015-03-12 21:49:18 sendUrl INFO 1 [424] R:OK -2015-03-12 21:50:07 queue INFO >>1 [425] -2015-03-12 21:50:08 sendUrl INFO 1 [425] R:OK -2015-03-12 21:50:58 queue INFO >>1 [426] -2015-03-12 21:50:58 sendUrl INFO 1 [426] R:OK -2015-03-12 21:51:48 queue INFO >>1 [427] -2015-03-12 21:51:48 sendUrl INFO 1 [427] R:OK -2015-03-12 21:52:38 queue INFO >>1 [428] -2015-03-12 21:52:38 sendUrl INFO 1 [428] R:OK -2015-03-12 21:53:28 queue INFO >>1 [429] -2015-03-12 21:53:28 sendUrl INFO 1 [429] R:OK -2015-03-12 21:54:18 queue INFO >>1 [430] -2015-03-12 21:54:18 sendUrl INFO 1 [430] R:OK -2015-03-12 21:55:08 queue INFO >>1 [431] -2015-03-12 21:55:08 sendUrl INFO 1 [431] R:OK -2015-03-12 21:55:58 queue INFO >>1 [432] -2015-03-12 21:55:59 sendUrl INFO 1 [432] R:OK -2015-03-12 21:56:49 queue INFO >>1 [433] -2015-03-12 21:56:49 sendUrl INFO 1 [433] R:OK -2015-03-12 21:57:39 queue INFO >>1 [434] -2015-03-12 21:57:39 sendUrl INFO 1 [434] R:OK -2015-03-12 21:58:29 queue INFO >>1 [435] -2015-03-12 21:58:29 sendUrl INFO 1 [435] R:OK -2015-03-12 21:59:19 queue INFO >>1 [436] -2015-03-12 21:59:19 sendUrl INFO 1 [436] R:OK -2015-03-12 22:00:09 queue INFO >>1 [437] -2015-03-12 22:00:09 sendUrl INFO 1 [437] R:OK -2015-03-12 22:00:59 queue INFO >>1 [438] -2015-03-12 22:00:59 sendUrl INFO 1 [438] R:OK -2015-03-12 22:01:49 queue INFO >>1 [439] -2015-03-12 22:01:50 sendUrl INFO 1 [439] R:OK -2015-03-12 22:02:39 queue INFO >>1 [440] -2015-03-12 22:02:39 sendUrl INFO 1 [440] R:OK -2015-03-12 22:03:30 queue INFO >>1 [441] -2015-03-12 22:03:30 sendUrl INFO 1 [441] R:OK -2015-03-12 22:04:20 queue INFO >>1 [442] -2015-03-12 22:04:20 sendUrl INFO 1 [442] R:OK -2015-03-12 22:05:10 queue INFO >>1 [443] -2015-03-12 22:05:10 sendUrl INFO 1 [443] R:OK -2015-03-12 22:06:00 queue INFO >>1 [444] -2015-03-12 22:06:00 sendUrl INFO 1 [444] R:OK -2015-03-12 22:06:50 queue INFO >>1 [445] -2015-03-12 22:06:51 sendUrl INFO 1 [445] R:OK -2015-03-12 22:07:40 queue INFO >>1 [446] -2015-03-12 22:07:40 sendUrl INFO 1 [446] R:OK -2015-03-12 22:08:30 queue INFO >>1 [447] -2015-03-12 22:08:31 sendUrl INFO 1 [447] R:OK -2015-03-12 22:09:21 queue INFO >>1 [448] -2015-03-12 22:09:21 sendUrl INFO 1 [448] R:OK -2015-03-12 22:10:11 queue INFO >>1 [449] -2015-03-12 22:10:11 sendUrl INFO 1 [449] R:OK -2015-03-12 22:11:01 queue INFO >>1 [450] -2015-03-12 22:11:01 sendUrl INFO 1 [450] R:OK -2015-03-12 22:11:51 queue INFO >>1 [451] -2015-03-12 22:11:52 sendUrl INFO 1 [451] R:OK -2015-03-12 22:12:41 queue INFO >>1 [452] -2015-03-12 22:12:41 sendUrl INFO 1 [452] R:OK -2015-03-12 22:13:31 queue INFO >>1 [453] -2015-03-12 22:13:32 sendUrl INFO 1 [453] R:OK -2015-03-12 22:14:22 queue INFO >>1 [454] -2015-03-12 22:14:22 sendUrl INFO 1 [454] R:OK -2015-03-12 22:15:12 queue INFO >>1 [455] -2015-03-12 22:15:12 sendUrl INFO 1 [455] R:OK -2015-03-12 22:16:02 queue INFO >>1 [456] -2015-03-12 22:16:02 sendUrl INFO 1 [456] R:OK -2015-03-12 22:16:52 queue INFO >>1 [457] -2015-03-12 22:16:52 sendUrl INFO 1 [457] R:OK -2015-03-12 22:17:42 queue INFO >>1 [458] -2015-03-12 22:17:42 sendUrl INFO 1 [458] R:OK -2015-03-12 22:18:32 queue INFO >>1 [459] -2015-03-12 22:18:33 sendUrl INFO 1 [459] R:OK -2015-03-12 22:19:22 queue INFO >>1 [460] -2015-03-12 22:19:23 sendUrl INFO 1 [460] R:OK -2015-03-12 22:20:13 queue INFO >>1 [461] -2015-03-12 22:20:13 sendUrl INFO 1 [461] R:OK -2015-03-12 22:21:03 queue INFO >>1 [462] -2015-03-12 22:21:03 sendUrl INFO 1 [462] R:OK -2015-03-12 22:21:53 queue INFO >>1 [463] -2015-03-12 22:21:53 sendUrl INFO 1 [463] R:OK -2015-03-12 22:22:43 queue INFO >>1 [464] -2015-03-12 22:22:43 sendUrl INFO 1 [464] R:OK -2015-03-12 22:23:33 queue INFO >>1 [465] -2015-03-12 22:23:33 sendUrl INFO 1 [465] R:OK -2015-03-12 22:24:23 queue INFO >>1 [466] -2015-03-12 22:24:24 sendUrl INFO 1 [466] R:OK -2015-03-12 22:25:13 queue INFO >>1 [467] -2015-03-12 22:25:14 sendUrl INFO 1 [467] R:OK -2015-03-12 22:26:03 queue INFO >>1 [468] -2015-03-12 22:26:04 sendUrl INFO 1 [468] R:OK -2015-03-12 22:26:54 queue INFO >>1 [469] -2015-03-12 22:26:54 sendUrl INFO 1 [469] R:OK -2015-03-12 22:27:44 queue INFO >>1 [470] -2015-03-12 22:27:44 sendUrl INFO 1 [470] R:OK -2015-03-12 22:28:34 queue INFO >>1 [471] -2015-03-12 22:28:34 sendUrl INFO 1 [471] R:OK -2015-03-12 22:29:24 queue INFO >>1 [472] -2015-03-12 22:29:25 sendUrl INFO 1 [472] R:OK -2015-03-12 22:30:14 queue INFO >>1 [473] -2015-03-12 22:30:14 sendUrl INFO 1 [473] R:OK -2015-03-12 22:31:04 queue INFO >>1 [474] -2015-03-12 22:31:05 sendUrl INFO 1 [474] R:OK -2015-03-12 22:31:54 queue INFO >>1 [475] -2015-03-12 22:31:55 sendUrl INFO 1 [475] R:OK -2015-03-12 22:32:45 queue INFO >>1 [476] -2015-03-12 22:32:45 sendUrl INFO 1 [476] R:OK -2015-03-12 22:33:35 queue INFO >>1 [477] -2015-03-12 22:33:35 sendUrl INFO 1 [477] R:OK -2015-03-12 22:34:25 queue INFO >>1 [478] -2015-03-12 22:34:25 sendUrl INFO 1 [478] R:OK -2015-03-12 22:35:15 queue INFO >>1 [479] -2015-03-12 22:35:15 sendUrl INFO 1 [479] R:OK -2015-03-12 22:36:05 queue INFO >>1 [480] -2015-03-12 22:36:06 sendUrl INFO 1 [480] R:OK -2015-03-12 22:36:55 queue INFO >>1 [481] -2015-03-12 22:36:55 sendUrl INFO 1 [481] R:OK -2015-03-12 22:37:45 queue INFO >>1 [482] -2015-03-12 22:37:46 sendUrl INFO 1 [482] R:OK -2015-03-12 22:38:36 queue INFO >>1 [483] -2015-03-12 22:38:36 sendUrl INFO 1 [483] R:OK -2015-03-12 22:39:26 queue INFO >>1 [484] -2015-03-12 22:39:26 sendUrl INFO 1 [484] R:OK -2015-03-12 22:40:16 queue INFO >>1 [485] -2015-03-12 22:40:16 sendUrl INFO 1 [485] R:OK -2015-03-12 22:41:06 queue INFO >>1 [486] -2015-03-12 22:41:06 sendUrl INFO 1 [486] R:OK -2015-03-12 22:41:56 queue INFO >>1 [487] -2015-03-12 22:41:56 sendUrl INFO 1 [487] R:OK -2015-03-12 22:42:46 queue INFO >>1 [488] -2015-03-12 22:42:47 sendUrl INFO 1 [488] R:OK -2015-03-12 22:43:36 queue INFO >>1 [489] -2015-03-12 22:43:37 sendUrl INFO 1 [489] R:OK -2015-03-12 22:44:27 queue INFO >>1 [490] -2015-03-12 22:44:27 sendUrl INFO 1 [490] R:OK -2015-03-12 22:45:17 queue INFO >>1 [491] -2015-03-12 22:45:17 sendUrl INFO 1 [491] R:OK -2015-03-12 22:46:07 queue INFO >>1 [492] -2015-03-12 22:46:07 sendUrl INFO 1 [492] R:OK -2015-03-12 22:46:57 queue INFO >>1 [493] -2015-03-12 22:46:57 sendUrl INFO 1 [493] R:OK -2015-03-12 22:47:47 queue INFO >>1 [494] -2015-03-12 22:47:48 sendUrl INFO 1 [494] R:OK -2015-03-12 22:48:37 queue INFO >>1 [495] -2015-03-12 22:48:38 sendUrl INFO 1 [495] R:OK -2015-03-12 22:49:28 queue INFO >>1 [496] -2015-03-12 22:49:28 sendUrl INFO 1 [496] R:OK -2015-03-12 22:50:18 queue INFO >>1 [497] -2015-03-12 22:50:18 sendUrl INFO 1 [497] R:OK -2015-03-12 22:51:08 queue INFO >>1 [498] -2015-03-12 22:51:08 sendUrl INFO 1 [498] R:OK -2015-03-12 22:51:58 queue INFO >>1 [499] -2015-03-12 22:51:58 sendUrl INFO 1 [499] R:OK -2015-03-12 22:52:48 queue INFO >>1 [500] -2015-03-12 22:52:49 sendUrl INFO 1 [500] R:OK -2015-03-12 22:53:38 queue INFO >>1 [501] -2015-03-12 22:53:39 sendUrl INFO 1 [501] R:OK -2015-03-12 22:54:28 queue INFO >>1 [502] -2015-03-12 22:54:29 sendUrl INFO 1 [502] R:OK -2015-03-12 22:55:19 queue INFO >>1 [503] -2015-03-12 22:55:19 sendUrl INFO 1 [503] R:OK -2015-03-12 22:56:09 queue INFO >>1 [504] -2015-03-12 22:56:09 sendUrl INFO 1 [504] R:OK -2015-03-12 22:56:59 queue INFO >>1 [505] -2015-03-12 22:56:59 sendUrl INFO 1 [505] R:OK -2015-03-12 22:57:49 queue INFO >>1 [506] -2015-03-12 22:57:49 sendUrl INFO 1 [506] R:OK -2015-03-12 22:58:39 queue INFO >>1 [507] -2015-03-12 22:58:39 sendUrl INFO 1 [507] R:OK -2015-03-12 22:59:29 queue INFO >>1 [508] -2015-03-12 22:59:30 sendUrl INFO 1 [508] R:OK -2015-03-12 23:00:19 queue INFO >>1 [509] -2015-03-12 23:00:20 sendUrl INFO 1 [509] R:OK -2015-03-12 23:01:10 queue INFO >>1 [510] -2015-03-12 23:01:10 sendUrl INFO 1 [510] R:OK -2015-03-12 23:02:00 queue INFO >>1 [511] -2015-03-12 23:02:00 sendUrl INFO 1 [511] R:OK -2015-03-12 23:02:50 queue INFO >>1 [512] -2015-03-12 23:02:50 sendUrl INFO 1 [512] R:OK -2015-03-12 23:03:40 queue INFO >>1 [513] -2015-03-12 23:03:40 sendUrl INFO 1 [513] R:OK -2015-03-12 23:04:30 queue INFO >>1 [514] -2015-03-12 23:04:30 sendUrl INFO 1 [514] R:OK -2015-03-12 23:05:20 queue INFO >>1 [515] -2015-03-12 23:05:21 sendUrl INFO 1 [515] R:OK -2015-03-12 23:06:10 queue INFO >>1 [516] -2015-03-12 23:06:11 sendUrl INFO 1 [516] R:OK -2015-03-12 23:07:01 queue INFO >>1 [517] -2015-03-12 23:07:01 sendUrl INFO 1 [517] R:OK -2015-03-12 23:07:51 queue INFO >>1 [518] -2015-03-12 23:07:51 sendUrl INFO 1 [518] R:OK -2015-03-12 23:08:41 queue INFO >>1 [519] -2015-03-12 23:08:41 sendUrl INFO 1 [519] R:OK -2015-03-12 23:09:31 queue INFO >>1 [520] -2015-03-12 23:09:31 sendUrl INFO 1 [520] R:OK -2015-03-12 23:10:21 queue INFO >>1 [521] -2015-03-12 23:10:22 sendUrl INFO 1 [521] R:OK -2015-03-12 23:11:11 queue INFO >>1 [522] -2015-03-12 23:11:11 sendUrl INFO 1 [522] R:OK -2015-03-12 23:12:01 queue INFO >>1 [523] -2015-03-12 23:12:02 sendUrl INFO 1 [523] R:OK -2015-03-12 23:12:52 queue INFO >>1 [524] -2015-03-12 23:12:52 sendUrl INFO 1 [524] R:OK -2015-03-12 23:13:42 queue INFO >>1 [525] -2015-03-12 23:13:42 sendUrl INFO 1 [525] R:OK -2015-03-12 23:14:32 queue INFO >>1 [526] -2015-03-12 23:14:32 sendUrl INFO 1 [526] R:OK -2015-03-12 23:15:22 queue INFO >>1 [527] -2015-03-12 23:15:23 sendUrl INFO 1 [527] R:OK -2015-03-12 23:16:12 queue INFO >>1 [528] -2015-03-12 23:16:12 sendUrl INFO 1 [528] R:OK -2015-03-12 23:17:02 queue INFO >>1 [529] -2015-03-12 23:17:03 sendUrl INFO 1 [529] R:OK -2015-03-12 23:17:53 queue INFO >>1 [530] -2015-03-12 23:17:53 sendUrl INFO 1 [530] R:OK -2015-03-12 23:18:43 queue INFO >>1 [531] -2015-03-12 23:18:43 sendUrl INFO 1 [531] R:OK -2015-03-12 23:19:33 queue INFO >>1 [532] -2015-03-12 23:19:33 sendUrl INFO 1 [532] R:OK -2015-03-12 23:20:23 queue INFO >>1 [533] -2015-03-12 23:20:23 sendUrl INFO 1 [533] R:OK -2015-03-12 23:21:13 queue INFO >>1 [534] -2015-03-12 23:21:13 sendUrl INFO 1 [534] R:OK -2015-03-12 23:22:03 queue INFO >>1 [535] -2015-03-12 23:22:04 sendUrl INFO 1 [535] R:OK -2015-03-12 23:22:53 queue INFO >>1 [536] -2015-03-12 23:22:54 sendUrl INFO 1 [536] R:OK -2015-03-12 23:23:44 queue INFO >>1 [537] -2015-03-12 23:23:44 sendUrl INFO 1 [537] R:OK -2015-03-12 23:24:34 queue INFO >>1 [538] -2015-03-12 23:24:34 sendUrl INFO 1 [538] R:OK -2015-03-12 23:25:24 queue INFO >>1 [539] -2015-03-12 23:25:24 sendUrl INFO 1 [539] R:OK -2015-03-12 23:26:14 queue INFO >>1 [540] -2015-03-12 23:26:14 sendUrl INFO 1 [540] R:OK -2015-03-12 23:27:04 queue INFO >>1 [541] -2015-03-12 23:27:05 sendUrl INFO 1 [541] R:OK -2015-03-12 23:27:54 queue INFO >>1 [542] -2015-03-12 23:27:54 sendUrl INFO 1 [542] R:OK -2015-03-12 23:28:44 queue INFO >>1 [543] -2015-03-12 23:28:45 sendUrl INFO 1 [543] R:OK -2015-03-12 23:29:35 queue INFO >>1 [544] -2015-03-12 23:29:35 sendUrl INFO 1 [544] R:OK -2015-03-12 23:30:25 queue INFO >>1 [545] -2015-03-12 23:30:25 sendUrl INFO 1 [545] R:OK -2015-03-12 23:31:15 queue INFO >>1 [546] -2015-03-12 23:31:15 sendUrl INFO 1 [546] R:OK -2015-03-12 23:32:05 queue INFO >>1 [547] -2015-03-12 23:32:05 sendUrl INFO 1 [547] R:OK -2015-03-12 23:32:55 queue INFO >>1 [548] -2015-03-12 23:32:55 sendUrl INFO 1 [548] R:OK -2015-03-12 23:33:45 queue INFO >>1 [549] -2015-03-12 23:33:46 sendUrl INFO 1 [549] R:OK -2015-03-12 23:34:35 queue INFO >>1 [550] -2015-03-12 23:34:36 sendUrl INFO 1 [550] R:OK -2015-03-12 23:35:26 queue INFO >>1 [551] -2015-03-12 23:35:26 sendUrl INFO 1 [551] R:OK -2015-03-12 23:36:16 queue INFO >>1 [552] -2015-03-12 23:36:16 sendUrl INFO 1 [552] R:OK -2015-03-12 23:37:06 queue INFO >>1 [553] -2015-03-12 23:37:06 sendUrl INFO 1 [553] R:OK -2015-03-12 23:37:56 queue INFO >>1 [554] -2015-03-12 23:37:56 sendUrl INFO 1 [554] R:OK -2015-03-12 23:38:46 queue INFO >>1 [555] -2015-03-12 23:38:46 sendUrl INFO 1 [555] R:OK -2015-03-12 23:39:36 queue INFO >>1 [556] -2015-03-12 23:39:37 sendUrl INFO 1 [556] R:OK -2015-03-12 23:40:26 queue INFO >>1 [557] -2015-03-12 23:40:27 sendUrl INFO 1 [557] R:OK -2015-03-12 23:41:17 queue INFO >>1 [558] -2015-03-12 23:41:17 sendUrl INFO 1 [558] R:OK -2015-03-12 23:42:07 queue INFO >>1 [559] -2015-03-12 23:42:07 sendUrl INFO 1 [559] R:OK -2015-03-12 23:42:57 queue INFO >>1 [560] -2015-03-12 23:42:57 sendUrl INFO 1 [560] R:OK -2015-03-12 23:43:47 queue INFO >>1 [561] -2015-03-12 23:43:47 sendUrl INFO 1 [561] R:OK -2015-03-12 23:44:37 queue INFO >>1 [562] -2015-03-12 23:44:38 sendUrl INFO 1 [562] R:OK -2015-03-12 23:45:27 queue INFO >>1 [563] -2015-03-12 23:45:28 sendUrl INFO 1 [563] R:OK -2015-03-12 23:46:17 queue INFO >>1 [564] -2015-03-12 23:46:18 sendUrl INFO 1 [564] R:OK -2015-03-12 23:47:08 queue INFO >>1 [565] -2015-03-12 23:47:08 sendUrl INFO 1 [565] R:OK -2015-03-12 23:47:58 queue INFO >>1 [566] -2015-03-12 23:47:58 sendUrl INFO 1 [566] R:OK -2015-03-12 23:48:48 queue INFO >>1 [567] -2015-03-12 23:48:48 sendUrl INFO 1 [567] R:OK -2015-03-12 23:49:38 queue INFO >>1 [568] -2015-03-12 23:49:39 sendUrl INFO 1 [568] R:OK -2015-03-12 23:50:28 queue INFO >>1 [569] -2015-03-12 23:50:28 sendUrl INFO 1 [569] R:OK -2015-03-12 23:51:18 queue INFO >>1 [570] -2015-03-12 23:51:19 sendUrl INFO 1 [570] R:OK -2015-03-12 23:52:09 queue INFO >>1 [571] -2015-03-12 23:52:09 sendUrl INFO 1 [571] R:OK -2015-03-12 23:52:59 queue INFO >>1 [572] -2015-03-12 23:52:59 sendUrl INFO 1 [572] R:OK -2015-03-12 23:53:49 queue INFO >>1 [573] -2015-03-12 23:53:49 sendUrl INFO 1 [573] R:OK -2015-03-12 23:54:39 queue INFO >>1 [574] -2015-03-12 23:54:40 sendUrl INFO 1 [574] R:OK -2015-03-12 23:55:29 queue INFO >>1 [575] -2015-03-12 23:55:29 sendUrl INFO 1 [575] R:OK -2015-03-12 23:56:19 queue INFO >>1 [576] -2015-03-12 23:56:20 sendUrl INFO 1 [576] R:OK -2015-03-12 23:57:09 queue INFO >>1 [577] -2015-03-12 23:57:10 sendUrl INFO 1 [577] R:OK -2015-03-12 23:58:00 queue INFO >>1 [578] -2015-03-12 23:58:00 sendUrl INFO 1 [578] R:OK -2015-03-12 23:58:50 queue INFO >>1 [579] -2015-03-12 23:58:50 sendUrl INFO 1 [579] R:OK -2015-03-12 23:59:40 queue INFO >>1 [580] -2015-03-12 23:59:40 sendUrl INFO 1 [580] R:OK -2015-03-13 00:00:30 queue INFO >>1 [581] -2015-03-13 00:00:30 sendUrl INFO 1 [581] R:OK -2015-03-13 00:01:20 queue INFO >>1 [582] -2015-03-13 00:01:21 sendUrl INFO 1 [582] R:OK -2015-03-13 00:02:10 queue INFO >>1 [583] -2015-03-13 00:02:11 sendUrl INFO 1 [583] R:OK -2015-03-13 00:03:01 queue INFO >>1 [584] -2015-03-13 00:03:01 sendUrl INFO 1 [584] R:OK -2015-03-13 00:03:51 queue INFO >>1 [585] -2015-03-13 00:03:51 sendUrl INFO 1 [585] R:OK -2015-03-13 00:04:41 queue INFO >>1 [586] -2015-03-13 00:04:41 sendUrl INFO 1 [586] R:OK -2015-03-13 00:05:31 queue INFO >>1 [587] -2015-03-13 00:05:31 sendUrl INFO 1 [587] R:OK -2015-03-13 00:06:21 queue INFO >>1 [588] -2015-03-13 00:06:22 sendUrl INFO 1 [588] R:OK -2015-03-13 00:07:11 queue INFO >>1 [589] -2015-03-13 00:07:11 sendUrl INFO 1 [589] R:OK -2015-03-13 00:08:01 queue INFO >>1 [590] -2015-03-13 00:08:02 sendUrl INFO 1 [590] R:OK -2015-03-13 00:08:52 queue INFO >>1 [591] -2015-03-13 00:08:52 sendUrl INFO 1 [591] R:OK -2015-03-13 00:09:42 queue INFO >>1 [592] -2015-03-13 00:09:42 sendUrl INFO 1 [592] R:OK -2015-03-13 00:10:32 queue INFO >>1 [593] -2015-03-13 00:10:32 sendUrl INFO 1 [593] R:OK -2015-03-13 00:11:22 queue INFO >>1 [594] -2015-03-13 00:11:23 sendUrl INFO 1 [594] R:OK -2015-03-13 00:12:12 queue INFO >>1 [595] -2015-03-13 00:12:12 sendUrl INFO 1 [595] R:OK -2015-03-13 00:13:02 queue INFO >>1 [596] -2015-03-13 00:13:03 sendUrl INFO 1 [596] R:OK -2015-03-13 00:13:53 queue INFO >>1 [597] -2015-03-13 00:13:53 sendUrl INFO 1 [597] R:OK -2015-03-13 00:14:43 queue INFO >>1 [598] -2015-03-13 00:14:43 sendUrl INFO 1 [598] R:OK -2015-03-13 00:15:33 queue INFO >>1 [599] -2015-03-13 00:15:33 sendUrl INFO 1 [599] R:OK -2015-03-13 00:16:23 queue INFO >>1 [600] -2015-03-13 00:16:24 sendUrl INFO 1 [600] R:OK -2015-03-13 00:17:13 queue INFO >>1 [601] -2015-03-13 00:17:13 sendUrl INFO 1 [601] R:OK -2015-03-13 00:18:03 queue INFO >>1 [602] -2015-03-13 00:18:04 sendUrl INFO 1 [602] R:OK -2015-03-13 00:18:53 queue INFO >>1 [603] -2015-03-13 00:18:54 sendUrl INFO 1 [603] R:OK -2015-03-13 00:19:44 queue INFO >>1 [604] -2015-03-13 00:19:44 sendUrl INFO 1 [604] R:OK -2015-03-13 00:20:34 queue INFO >>1 [605] -2015-03-13 00:20:34 sendUrl INFO 1 [605] R:OK -2015-03-13 00:21:24 queue INFO >>1 [606] -2015-03-13 00:21:24 sendUrl INFO 1 [606] R:OK -2015-03-13 00:22:14 queue INFO >>1 [607] -2015-03-13 00:22:14 sendUrl INFO 1 [607] R:OK -2015-03-13 00:23:04 queue INFO >>1 [608] -2015-03-13 00:23:05 sendUrl INFO 1 [608] R:OK -2015-03-13 00:23:54 queue INFO >>1 [609] -2015-03-13 00:23:54 sendUrl INFO 1 [609] R:OK -2015-03-13 00:24:44 queue INFO >>1 [610] -2015-03-13 00:24:45 sendUrl INFO 1 [610] R:OK -2015-03-13 00:25:35 queue INFO >>1 [611] -2015-03-13 00:25:35 sendUrl INFO 1 [611] R:OK -2015-03-13 00:26:25 queue INFO >>1 [612] -2015-03-13 00:26:25 sendUrl INFO 1 [612] R:OK -2015-03-13 00:27:15 queue INFO >>1 [613] -2015-03-13 00:27:15 sendUrl INFO 1 [613] R:OK -2015-03-13 00:28:05 queue INFO >>1 [614] -2015-03-13 00:28:06 sendUrl INFO 1 [614] R:OK -2015-03-13 00:28:55 queue INFO >>1 [615] -2015-03-13 00:28:55 sendUrl INFO 1 [615] R:OK -2015-03-13 00:29:45 queue INFO >>1 [616] -2015-03-13 00:29:46 sendUrl INFO 1 [616] R:OK -2015-03-13 00:30:36 queue INFO >>1 [617] -2015-03-13 00:30:36 sendUrl INFO 1 [617] R:OK -2015-03-13 00:31:26 queue INFO >>1 [618] -2015-03-13 00:31:26 sendUrl INFO 1 [618] R:OK -2015-03-13 00:32:16 queue INFO >>1 [619] -2015-03-13 00:32:16 sendUrl INFO 1 [619] R:OK -2015-03-13 00:33:06 queue INFO >>1 [620] -2015-03-13 00:33:06 sendUrl INFO 1 [620] R:OK -2015-03-13 00:33:56 queue INFO >>1 [621] -2015-03-13 00:33:56 sendUrl INFO 1 [621] R:OK -2015-03-13 00:34:46 queue INFO >>1 [622] -2015-03-13 00:34:47 sendUrl INFO 1 [622] R:OK -2015-03-13 00:35:36 queue INFO >>1 [623] -2015-03-13 00:35:37 sendUrl INFO 1 [623] R:OK -2015-03-13 00:36:27 queue INFO >>1 [624] -2015-03-13 00:36:27 sendUrl INFO 1 [624] R:OK -2015-03-13 00:37:17 queue INFO >>1 [625] -2015-03-13 00:37:17 sendUrl INFO 1 [625] R:OK -2015-03-13 00:38:07 queue INFO >>1 [626] -2015-03-13 00:38:07 sendUrl INFO 1 [626] R:OK -2015-03-13 00:38:57 queue INFO >>1 [627] -2015-03-13 00:38:57 sendUrl INFO 1 [627] R:OK -2015-03-13 00:39:47 queue INFO >>1 [628] -2015-03-13 00:39:48 sendUrl INFO 1 [628] R:OK -2015-03-13 00:40:37 queue INFO >>1 [629] -2015-03-13 00:40:38 sendUrl INFO 1 [629] R:OK -2015-03-13 00:41:28 queue INFO >>1 [630] -2015-03-13 00:41:28 sendUrl INFO 1 [630] R:OK -2015-03-13 00:42:18 queue INFO >>1 [631] -2015-03-13 00:42:18 sendUrl INFO 1 [631] R:OK -2015-03-13 00:43:08 queue INFO >>1 [632] -2015-03-13 00:43:08 sendUrl INFO 1 [632] R:OK -2015-03-13 00:43:58 queue INFO >>1 [633] -2015-03-13 00:43:58 sendUrl INFO 1 [633] R:OK -2015-03-13 00:44:48 queue INFO >>1 [634] -2015-03-13 00:44:48 sendUrl INFO 1 [634] R:OK -2015-03-13 00:45:38 queue INFO >>1 [635] -2015-03-13 00:45:39 sendUrl INFO 1 [635] R:OK -2015-03-13 00:46:28 queue INFO >>1 [636] -2015-03-13 00:46:28 sendUrl INFO 1 [636] R:OK -2015-03-13 00:47:18 queue INFO >>1 [637] -2015-03-13 00:47:19 sendUrl INFO 1 [637] R:OK -2015-03-13 00:48:09 queue INFO >>1 [638] -2015-03-13 00:48:09 sendUrl INFO 1 [638] R:OK -2015-03-13 00:48:59 queue INFO >>1 [639] -2015-03-13 00:48:59 sendUrl INFO 1 [639] R:OK -2015-03-13 00:49:49 queue INFO >>1 [640] -2015-03-13 00:49:49 sendUrl INFO 1 [640] R:OK -2015-03-13 00:50:39 queue INFO >>1 [641] -2015-03-13 00:50:40 sendUrl INFO 1 [641] R:OK -2015-03-13 00:51:29 queue INFO >>1 [642] -2015-03-13 00:51:29 sendUrl INFO 1 [642] R:OK -2015-03-13 00:52:19 queue INFO >>1 [643] -2015-03-13 00:52:20 sendUrl INFO 1 [643] R:OK -2015-03-13 00:53:09 queue INFO >>1 [644] -2015-03-13 00:53:10 sendUrl INFO 1 [644] R:OK -2015-03-13 00:54:00 queue INFO >>1 [645] -2015-03-13 00:54:00 sendUrl INFO 1 [645] R:OK -2015-03-13 00:54:50 queue INFO >>1 [646] -2015-03-13 00:54:50 sendUrl INFO 1 [646] R:OK -2015-03-13 00:55:40 queue INFO >>1 [647] -2015-03-13 00:55:40 sendUrl INFO 1 [647] R:OK -2015-03-13 00:56:30 queue INFO >>1 [648] -2015-03-13 00:56:30 sendUrl INFO 1 [648] R:OK -2015-03-13 00:57:20 queue INFO >>1 [649] -2015-03-13 00:57:21 sendUrl INFO 1 [649] R:OK -2015-03-13 00:58:10 queue INFO >>1 [650] -2015-03-13 00:58:10 sendUrl INFO 1 [650] R:OK -2015-03-13 00:59:00 queue INFO >>1 [651] -2015-03-13 00:59:01 sendUrl INFO 1 [651] R:OK -2015-03-13 00:59:51 queue INFO >>1 [652] -2015-03-13 00:59:51 sendUrl INFO 1 [652] R:OK -2015-03-13 01:00:41 queue INFO >>1 [653] -2015-03-13 01:00:41 sendUrl INFO 1 [653] R:OK -2015-03-13 01:01:31 queue INFO >>1 [654] -2015-03-13 01:01:31 sendUrl INFO 1 [654] R:OK -2015-03-13 01:02:21 queue INFO >>1 [655] -2015-03-13 01:02:21 sendUrl INFO 1 [655] R:OK -2015-03-13 01:03:11 queue INFO >>1 [656] -2015-03-13 01:03:11 sendUrl INFO 1 [656] R:OK -2015-03-13 01:04:01 queue INFO >>1 [657] -2015-03-13 01:04:02 sendUrl INFO 1 [657] R:OK -2015-03-13 01:04:51 queue INFO >>1 [658] -2015-03-13 01:04:52 sendUrl INFO 1 [658] R:OK -2015-03-13 01:05:42 queue INFO >>1 [659] -2015-03-13 01:05:42 sendUrl INFO 1 [659] R:OK -2015-03-13 01:06:32 queue INFO >>1 [660] -2015-03-13 01:06:32 sendUrl INFO 1 [660] R:OK -2015-03-13 01:07:22 queue INFO >>1 [661] -2015-03-13 01:07:22 sendUrl INFO 1 [661] R:OK -2015-03-13 01:08:12 queue INFO >>1 [662] -2015-03-13 01:08:12 sendUrl INFO 1 [662] R:OK -2015-03-13 01:09:02 queue INFO >>1 [663] -2015-03-13 01:09:03 sendUrl INFO 1 [663] R:OK -2015-03-13 01:09:52 queue INFO >>1 [664] -2015-03-13 01:09:53 sendUrl INFO 1 [664] R:OK -2015-03-13 01:10:42 queue INFO >>1 [665] -2015-03-13 01:10:43 sendUrl INFO 1 [665] R:OK -2015-03-13 01:11:33 queue INFO >>1 [666] -2015-03-13 01:11:33 sendUrl INFO 1 [666] R:OK -2015-03-13 01:12:23 queue INFO >>1 [667] -2015-03-13 01:12:23 sendUrl INFO 1 [667] R:OK -2015-03-13 01:13:13 queue INFO >>1 [668] -2015-03-13 01:13:13 sendUrl INFO 1 [668] R:OK -2015-03-13 01:14:03 queue INFO >>1 [669] -2015-03-13 01:14:03 sendUrl INFO 1 [669] R:OK -2015-03-13 01:14:53 queue INFO >>1 [670] -2015-03-13 01:14:54 sendUrl INFO 1 [670] R:OK -2015-03-13 01:15:43 queue INFO >>1 [671] -2015-03-13 01:15:43 sendUrl INFO 1 [671] R:OK -2015-03-13 01:16:33 queue INFO >>1 [672] -2015-03-13 01:16:34 sendUrl INFO 1 [672] R:OK -2015-03-13 01:17:24 queue INFO >>1 [673] -2015-03-13 01:17:24 sendUrl INFO 1 [673] R:OK -2015-03-13 01:18:14 queue INFO >>1 [674] -2015-03-13 01:18:14 sendUrl INFO 1 [674] R:OK -2015-03-13 01:19:04 queue INFO >>1 [675] -2015-03-13 01:19:04 sendUrl INFO 1 [675] R:OK -2015-03-13 01:19:54 queue INFO >>1 [676] -2015-03-13 01:19:54 sendUrl INFO 1 [676] R:OK -2015-03-13 01:20:44 queue INFO >>1 [677] -2015-03-13 01:20:44 sendUrl INFO 1 [677] R:OK -2015-03-13 01:21:34 queue INFO >>1 [678] -2015-03-13 01:21:35 sendUrl INFO 1 [678] R:OK -2015-03-13 01:22:24 queue INFO >>1 [679] -2015-03-13 01:22:25 sendUrl INFO 1 [679] R:OK -2015-03-13 01:23:15 queue INFO >>1 [680] -2015-03-13 01:23:15 sendUrl INFO 1 [680] R:OK -2015-03-13 01:24:05 queue INFO >>1 [681] -2015-03-13 01:24:05 sendUrl INFO 1 [681] R:OK -2015-03-13 01:24:55 queue INFO >>1 [682] -2015-03-13 01:24:55 sendUrl INFO 1 [682] R:OK -2015-03-13 01:25:45 queue INFO >>1 [683] -2015-03-13 01:25:45 sendUrl INFO 1 [683] R:OK -2015-03-13 01:26:35 queue INFO >>1 [684] -2015-03-13 01:26:36 sendUrl INFO 1 [684] R:OK -2015-03-13 01:27:25 queue INFO >>1 [685] -2015-03-13 01:27:25 sendUrl INFO 1 [685] R:OK -2015-03-13 01:28:16 queue INFO >>1 [686] -2015-03-13 01:28:16 sendUrl INFO 1 [686] R:OK -2015-03-13 01:29:06 queue INFO >>1 [687] -2015-03-13 01:29:06 sendUrl INFO 1 [687] R:OK -2015-03-13 01:29:56 queue INFO >>1 [688] -2015-03-13 01:29:56 sendUrl INFO 1 [688] R:OK -2015-03-13 01:30:46 queue INFO >>1 [689] -2015-03-13 01:30:46 sendUrl INFO 1 [689] R:OK -2015-03-13 01:31:36 queue INFO >>1 [690] -2015-03-13 01:31:37 sendUrl INFO 1 [690] R:OK -2015-03-13 01:32:26 queue INFO >>1 [691] -2015-03-13 01:32:26 sendUrl INFO 1 [691] R:OK -2015-03-13 01:33:16 queue INFO >>1 [692] -2015-03-13 01:33:17 sendUrl INFO 1 [692] R:OK -2015-03-13 01:34:07 queue INFO >>1 [693] -2015-03-13 01:34:07 sendUrl INFO 1 [693] R:OK -2015-03-13 01:34:57 queue INFO >>1 [694] -2015-03-13 01:34:57 sendUrl INFO 1 [694] R:OK -2015-03-13 01:35:47 queue INFO >>1 [695] -2015-03-13 01:35:47 sendUrl INFO 1 [695] R:OK -2015-03-13 01:36:37 queue INFO >>1 [696] -2015-03-13 01:36:38 sendUrl INFO 1 [696] R:OK -2015-03-13 01:37:27 queue INFO >>1 [697] -2015-03-13 01:37:27 sendUrl INFO 1 [697] R:OK -2015-03-13 01:38:17 queue INFO >>1 [698] -2015-03-13 01:38:18 sendUrl INFO 1 [698] R:OK -2015-03-13 01:39:07 queue INFO >>1 [699] -2015-03-13 01:39:08 sendUrl INFO 1 [699] R:OK -2015-03-13 01:39:58 queue INFO >>1 [700] -2015-03-13 01:39:58 sendUrl INFO 1 [700] R:OK -2015-03-13 01:40:48 queue INFO >>1 [701] -2015-03-13 01:40:48 sendUrl INFO 1 [701] R:OK -2015-03-13 01:41:38 queue INFO >>1 [702] -2015-03-13 01:41:38 sendUrl INFO 1 [702] R:OK -2015-03-13 01:42:28 queue INFO >>1 [703] -2015-03-13 01:42:28 sendUrl INFO 1 [703] R:OK -2015-03-13 01:43:18 queue INFO >>1 [704] -2015-03-13 01:43:19 sendUrl INFO 1 [704] R:OK -2015-03-13 01:44:08 queue INFO >>1 [705] -2015-03-13 01:44:09 sendUrl INFO 1 [705] R:OK -2015-03-13 01:44:59 queue INFO >>1 [706] -2015-03-13 01:44:59 sendUrl INFO 1 [706] R:OK -2015-03-13 01:45:49 queue INFO >>1 [707] -2015-03-13 01:45:49 sendUrl INFO 1 [707] R:OK -2015-03-13 01:46:39 queue INFO >>1 [708] -2015-03-13 01:46:39 sendUrl INFO 1 [708] R:OK -2015-03-13 01:47:29 queue INFO >>1 [709] -2015-03-13 01:47:29 sendUrl INFO 1 [709] R:OK -2015-03-13 01:48:19 queue INFO >>1 [710] -2015-03-13 01:48:20 sendUrl INFO 1 [710] R:OK -2015-03-13 01:49:09 queue INFO >>1 [711] -2015-03-13 01:49:09 sendUrl INFO 1 [711] R:OK -2015-03-13 01:49:59 queue INFO >>1 [712] -2015-03-13 01:50:00 sendUrl INFO 1 [712] R:OK -2015-03-13 01:50:50 queue INFO >>1 [713] -2015-03-13 01:50:50 sendUrl INFO 1 [713] R:OK -2015-03-13 01:51:40 queue INFO >>1 [714] -2015-03-13 01:51:40 sendUrl INFO 1 [714] R:OK -2015-03-13 01:52:30 queue INFO >>1 [715] -2015-03-13 01:52:30 sendUrl INFO 1 [715] R:OK -2015-03-13 01:53:20 queue INFO >>1 [716] -2015-03-13 01:53:21 sendUrl INFO 1 [716] R:OK -2015-03-13 01:54:10 queue INFO >>1 [717] -2015-03-13 01:54:10 sendUrl INFO 1 [717] R:OK -2015-03-13 01:55:00 queue INFO >>1 [718] -2015-03-13 01:55:01 sendUrl INFO 1 [718] R:OK -2015-03-13 01:55:51 queue INFO >>1 [719] -2015-03-13 01:55:51 sendUrl INFO 1 [719] R:OK -2015-03-13 01:56:41 queue INFO >>1 [720] -2015-03-13 01:56:41 sendUrl INFO 1 [720] R:OK -2015-03-13 01:57:31 queue INFO >>1 [721] -2015-03-13 01:57:31 sendUrl INFO 1 [721] R:OK -2015-03-13 01:58:21 queue INFO >>1 [722] -2015-03-13 01:58:21 sendUrl INFO 1 [722] R:OK -2015-03-13 01:59:11 queue INFO >>1 [723] -2015-03-13 01:59:11 sendUrl INFO 1 [723] R:OK -2015-03-13 02:00:01 queue INFO >>1 [724] -2015-03-13 02:00:02 sendUrl INFO 1 [724] R:OK -2015-03-13 02:00:51 queue INFO >>1 [725] -2015-03-13 02:00:52 sendUrl INFO 1 [725] R:OK -2015-03-13 02:01:42 queue INFO >>1 [726] -2015-03-13 02:01:42 sendUrl INFO 1 [726] R:OK -2015-03-13 02:02:32 queue INFO >>1 [727] -2015-03-13 02:02:32 sendUrl INFO 1 [727] R:OK -2015-03-13 02:03:22 queue INFO >>1 [728] -2015-03-13 02:03:22 sendUrl INFO 1 [728] R:OK -2015-03-13 02:04:12 queue INFO >>1 [729] -2015-03-13 02:04:12 sendUrl INFO 1 [729] R:OK -2015-03-13 02:05:02 queue INFO >>1 [730] -2015-03-13 02:05:03 sendUrl INFO 1 [730] R:OK -2015-03-13 02:05:52 queue INFO >>1 [731] -2015-03-13 02:05:53 sendUrl INFO 1 [731] R:OK -2015-03-13 02:06:43 queue INFO >>1 [732] -2015-03-13 02:06:43 sendUrl INFO 1 [732] R:OK -2015-03-13 02:07:33 queue INFO >>1 [733] -2015-03-13 02:07:33 sendUrl INFO 1 [733] R:OK -2015-03-13 02:08:23 queue INFO >>1 [734] -2015-03-13 02:08:23 sendUrl INFO 1 [734] R:OK -2015-03-13 02:09:13 queue INFO >>1 [735] -2015-03-13 02:09:13 sendUrl INFO 1 [735] R:OK -2015-03-13 02:10:03 queue INFO >>1 [736] -2015-03-13 02:10:03 sendUrl INFO 1 [736] R:OK -2015-03-13 02:10:53 queue INFO >>1 [737] -2015-03-13 02:10:54 sendUrl INFO 1 [737] R:OK -2015-03-13 02:11:43 queue INFO >>1 [738] -2015-03-13 02:11:44 sendUrl INFO 1 [738] R:OK -2015-03-13 02:12:34 queue INFO >>1 [739] -2015-03-13 02:12:34 sendUrl INFO 1 [739] R:OK -2015-03-13 02:13:24 queue INFO >>1 [740] -2015-03-13 02:13:24 sendUrl INFO 1 [740] R:OK -2015-03-13 02:14:14 queue INFO >>1 [741] -2015-03-13 02:14:14 sendUrl INFO 1 [741] R:OK -2015-03-13 02:15:04 queue INFO >>1 [742] -2015-03-13 02:15:04 sendUrl INFO 1 [742] R:OK -2015-03-13 02:15:54 queue INFO >>1 [743] -2015-03-13 02:15:55 sendUrl INFO 1 [743] R:OK -2015-03-13 02:16:44 queue INFO >>1 [744] -2015-03-13 02:16:45 sendUrl INFO 1 [744] R:OK -2015-03-13 02:17:34 queue INFO >>1 [745] -2015-03-13 02:17:35 sendUrl INFO 1 [745] R:OK -2015-03-13 02:18:25 queue INFO >>1 [746] -2015-03-13 02:18:25 sendUrl INFO 1 [746] R:OK -2015-03-13 02:19:15 queue INFO >>1 [747] -2015-03-13 02:19:15 sendUrl INFO 1 [747] R:OK -2015-03-13 02:20:05 queue INFO >>1 [748] -2015-03-13 02:20:05 sendUrl INFO 1 [748] R:OK -2015-03-13 02:20:55 queue INFO >>1 [749] -2015-03-13 02:20:56 sendUrl INFO 1 [749] R:OK -2015-03-13 02:21:45 queue INFO >>1 [750] -2015-03-13 02:21:45 sendUrl INFO 1 [750] R:OK -2015-03-13 02:22:35 queue INFO >>1 [751] -2015-03-13 02:22:36 sendUrl INFO 1 [751] R:OK -2015-03-13 02:23:26 queue INFO >>1 [752] -2015-03-13 02:23:26 sendUrl INFO 1 [752] R:OK -2015-03-13 02:24:16 queue INFO >>1 [753] -2015-03-13 02:24:16 sendUrl INFO 1 [753] R:OK -2015-03-13 02:25:06 queue INFO >>1 [754] -2015-03-13 02:25:06 sendUrl INFO 1 [754] R:OK -2015-03-13 02:25:56 queue INFO >>1 [755] -2015-03-13 02:25:56 sendUrl INFO 1 [755] R:OK -2015-03-13 02:26:46 queue INFO >>1 [756] -2015-03-13 02:26:46 sendUrl INFO 1 [756] R:OK -2015-03-13 02:27:36 queue INFO >>1 [757] -2015-03-13 02:27:37 sendUrl INFO 1 [757] R:OK -2015-03-13 02:28:26 queue INFO >>1 [758] -2015-03-13 02:28:26 sendUrl INFO 1 [758] R:OK -2015-03-13 02:29:16 queue INFO >>1 [759] -2015-03-13 02:29:17 sendUrl INFO 1 [759] R:OK -2015-03-13 02:30:07 queue INFO >>1 [760] -2015-03-13 02:30:07 sendUrl INFO 1 [760] R:OK -2015-03-13 02:30:57 queue INFO >>1 [761] -2015-03-13 02:30:57 sendUrl INFO 1 [761] R:OK -2015-03-13 02:31:47 queue INFO >>1 [762] -2015-03-13 02:31:47 sendUrl INFO 1 [762] R:OK -2015-03-13 02:32:37 queue INFO >>1 [763] -2015-03-13 02:32:37 sendUrl INFO 1 [763] R:OK -2015-03-13 02:33:27 queue INFO >>1 [764] -2015-03-13 02:33:27 sendUrl INFO 1 [764] R:OK -2015-03-13 02:34:17 queue INFO >>1 [765] -2015-03-13 02:34:18 sendUrl INFO 1 [765] R:OK -2015-03-13 02:35:08 queue INFO >>1 [766] -2015-03-13 02:35:08 sendUrl INFO 1 [766] R:OK -2015-03-13 02:35:58 queue INFO >>1 [767] -2015-03-13 02:35:58 sendUrl INFO 1 [767] R:OK -2015-03-13 02:36:48 queue INFO >>1 [768] -2015-03-13 02:36:48 sendUrl INFO 1 [768] R:OK -2015-03-13 02:37:38 queue INFO >>1 [769] -2015-03-13 02:37:38 sendUrl INFO 1 [769] R:OK -2015-03-13 02:38:28 queue INFO >>1 [770] -2015-03-13 02:38:28 sendUrl INFO 1 [770] R:OK -2015-03-13 02:39:18 queue INFO >>1 [771] -2015-03-13 02:39:18 sendUrl INFO 1 [771] R:OK -2015-03-13 02:40:08 queue INFO >>1 [772] -2015-03-13 02:40:09 sendUrl INFO 1 [772] R:OK -2015-03-13 02:40:58 queue INFO >>1 [773] -2015-03-13 02:40:59 sendUrl INFO 1 [773] R:OK -2015-03-13 02:41:49 queue INFO >>1 [774] -2015-03-13 02:41:49 sendUrl INFO 1 [774] R:OK -2015-03-13 02:42:39 queue INFO >>1 [775] -2015-03-13 02:42:39 sendUrl INFO 1 [775] R:OK -2015-03-13 02:43:29 queue INFO >>1 [776] -2015-03-13 02:43:29 sendUrl INFO 1 [776] R:OK -2015-03-13 02:44:19 queue INFO >>1 [777] -2015-03-13 02:44:19 sendUrl INFO 1 [777] R:OK -2015-03-13 02:45:09 queue INFO >>1 [778] -2015-03-13 02:45:10 sendUrl INFO 1 [778] R:OK -2015-03-13 02:45:59 queue INFO >>1 [779] -2015-03-13 02:45:59 sendUrl INFO 1 [779] R:OK -2015-03-13 02:46:49 queue INFO >>1 [780] -2015-03-13 02:46:50 sendUrl INFO 1 [780] R:OK -2015-03-13 02:47:40 queue INFO >>1 [781] -2015-03-13 02:47:40 sendUrl INFO 1 [781] R:OK -2015-03-13 02:48:30 queue INFO >>1 [782] -2015-03-13 02:48:30 sendUrl INFO 1 [782] R:OK -2015-03-13 02:49:20 queue INFO >>1 [783] -2015-03-13 02:49:20 sendUrl INFO 1 [783] R:OK -2015-03-13 02:50:10 queue INFO >>1 [784] -2015-03-13 02:50:11 sendUrl INFO 1 [784] R:OK -2015-03-13 02:51:00 queue INFO >>1 [785] -2015-03-13 02:51:00 sendUrl INFO 1 [785] R:OK -2015-03-13 02:51:50 queue INFO >>1 [786] -2015-03-13 02:51:51 sendUrl INFO 1 [786] R:OK -2015-03-13 02:52:40 queue INFO >>1 [787] -2015-03-13 02:52:41 sendUrl INFO 1 [787] R:OK -2015-03-13 02:53:30 queue INFO >>1 [788] -2015-03-13 02:53:31 sendUrl INFO 1 [788] R:OK -2015-03-13 02:54:21 queue INFO >>1 [789] -2015-03-13 02:54:21 sendUrl INFO 1 [789] R:OK -2015-03-13 02:55:11 queue INFO >>1 [790] -2015-03-13 02:55:11 sendUrl INFO 1 [790] R:OK -2015-03-13 02:56:01 queue INFO >>1 [791] -2015-03-13 02:56:01 sendUrl INFO 1 [791] R:OK -2015-03-13 02:56:51 queue INFO >>1 [792] -2015-03-13 02:56:51 sendUrl INFO 1 [792] R:OK -2015-03-13 02:57:41 queue INFO >>1 [793] -2015-03-13 02:57:42 sendUrl INFO 1 [793] R:OK -2015-03-13 02:58:31 queue INFO >>1 [794] -2015-03-13 02:58:32 sendUrl INFO 1 [794] R:OK -2015-03-13 02:59:22 queue INFO >>1 [795] -2015-03-13 02:59:22 sendUrl INFO 1 [795] R:OK -2015-03-13 03:00:12 queue INFO >>1 [796] -2015-03-13 03:00:12 sendUrl INFO 1 [796] R:OK -2015-03-13 03:01:02 queue INFO >>1 [797] -2015-03-13 03:01:02 sendUrl INFO 1 [797] R:OK -2015-03-13 03:01:52 queue INFO >>1 [798] -2015-03-13 03:01:52 sendUrl INFO 1 [798] R:OK -2015-03-13 03:02:42 queue INFO >>1 [799] -2015-03-13 03:02:42 sendUrl INFO 1 [799] R:OK -2015-03-13 03:03:32 queue INFO >>1 [800] -2015-03-13 03:03:33 sendUrl INFO 1 [800] R:OK -2015-03-13 03:04:22 queue INFO >>1 [801] -2015-03-13 03:04:23 sendUrl INFO 1 [801] R:OK -2015-03-13 03:05:13 queue INFO >>1 [802] -2015-03-13 03:05:13 sendUrl INFO 1 [802] R:OK -2015-03-13 03:06:03 queue INFO >>1 [803] -2015-03-13 03:06:03 sendUrl INFO 1 [803] R:OK -2015-03-13 03:06:53 queue INFO >>1 [804] -2015-03-13 03:06:53 sendUrl INFO 1 [804] R:OK -2015-03-13 03:07:43 queue INFO >>1 [805] -2015-03-13 03:07:43 sendUrl INFO 1 [805] R:OK -2015-03-13 03:08:33 queue INFO >>1 [806] -2015-03-13 03:08:33 sendUrl INFO 1 [806] R:OK -2015-03-13 03:09:23 queue INFO >>1 [807] -2015-03-13 03:09:24 sendUrl INFO 1 [807] R:OK -2015-03-13 03:10:13 queue INFO >>1 [808] -2015-03-13 03:10:13 sendUrl INFO 1 [808] R:OK -2015-03-13 03:11:03 queue INFO >>1 [809] -2015-03-13 03:11:04 sendUrl INFO 1 [809] R:OK -2015-03-13 03:11:54 queue INFO >>1 [810] -2015-03-13 03:11:54 sendUrl INFO 1 [810] R:OK -2015-03-13 03:12:44 queue INFO >>1 [811] -2015-03-13 03:12:44 sendUrl INFO 1 [811] R:OK -2015-03-13 03:13:34 queue INFO >>1 [812] -2015-03-13 03:13:34 sendUrl INFO 1 [812] R:OK -2015-03-13 03:14:24 queue INFO >>1 [813] -2015-03-13 03:14:25 sendUrl INFO 1 [813] R:OK -2015-03-13 03:15:14 queue INFO >>1 [814] -2015-03-13 03:15:14 sendUrl INFO 1 [814] R:OK -2015-03-13 03:16:04 queue INFO >>1 [815] -2015-03-13 03:16:05 sendUrl INFO 1 [815] R:OK -2015-03-13 03:16:55 queue INFO >>1 [816] -2015-03-13 03:16:55 sendUrl INFO 1 [816] R:OK -2015-03-13 03:17:45 queue INFO >>1 [817] -2015-03-13 03:17:45 sendUrl INFO 1 [817] R:OK -2015-03-13 03:18:35 queue INFO >>1 [818] -2015-03-13 03:18:35 sendUrl INFO 1 [818] R:OK -2015-03-13 03:19:25 queue INFO >>1 [819] -2015-03-13 03:19:25 sendUrl INFO 1 [819] R:OK -2015-03-13 03:20:15 queue INFO >>1 [820] -2015-03-13 03:20:15 sendUrl INFO 1 [820] R:OK -2015-03-13 03:21:05 queue INFO >>1 [821] -2015-03-13 03:21:06 sendUrl INFO 1 [821] R:OK -2015-03-13 03:21:55 queue INFO >>1 [822] -2015-03-13 03:21:56 sendUrl INFO 1 [822] R:OK -2015-03-13 03:22:45 queue INFO >>1 [823] -2015-03-13 03:22:46 sendUrl INFO 1 [823] R:OK -2015-03-13 03:23:36 queue INFO >>1 [824] -2015-03-13 03:23:36 sendUrl INFO 1 [824] R:OK -2015-03-13 03:24:26 queue INFO >>1 [825] -2015-03-13 03:24:26 sendUrl INFO 1 [825] R:OK -2015-03-13 03:25:16 queue INFO >>1 [826] -2015-03-13 03:25:16 sendUrl INFO 1 [826] R:OK -2015-03-13 03:26:06 queue INFO >>1 [827] -2015-03-13 03:26:06 sendUrl INFO 1 [827] R:OK -2015-03-13 03:26:56 queue INFO >>1 [828] -2015-03-13 03:26:57 sendUrl INFO 1 [828] R:OK -2015-03-13 03:27:46 queue INFO >>1 [829] -2015-03-13 03:27:47 sendUrl INFO 1 [829] R:OK -2015-03-13 03:28:36 queue INFO >>1 [830] -2015-03-13 03:28:37 sendUrl INFO 1 [830] R:OK -2015-03-13 03:29:27 queue INFO >>1 [831] -2015-03-13 03:29:27 sendUrl INFO 1 [831] R:OK -2015-03-13 03:30:17 queue INFO >>1 [832] -2015-03-13 03:30:17 sendUrl INFO 1 [832] R:OK -2015-03-13 03:31:07 queue INFO >>1 [833] -2015-03-13 03:31:07 sendUrl INFO 1 [833] R:OK -2015-03-13 03:31:57 queue INFO >>1 [834] -2015-03-13 03:31:57 sendUrl INFO 1 [834] R:OK -2015-03-13 03:32:47 queue INFO >>1 [835] -2015-03-13 03:32:47 sendUrl INFO 1 [835] R:OK -2015-03-13 03:33:37 queue INFO >>1 [836] -2015-03-13 03:33:38 sendUrl INFO 1 [836] R:OK -2015-03-13 03:34:27 queue INFO >>1 [837] -2015-03-13 03:34:28 sendUrl INFO 1 [837] R:OK -2015-03-13 03:35:18 queue INFO >>1 [838] -2015-03-13 03:35:18 sendUrl INFO 1 [838] R:OK -2015-03-13 03:36:08 queue INFO >>1 [839] -2015-03-13 03:36:08 sendUrl INFO 1 [839] R:OK -2015-03-13 03:36:58 queue INFO >>1 [840] -2015-03-13 03:36:58 sendUrl INFO 1 [840] R:OK -2015-03-13 03:37:48 queue INFO >>1 [841] -2015-03-13 03:37:48 sendUrl INFO 1 [841] R:OK -2015-03-13 03:38:38 queue INFO >>1 [842] -2015-03-13 03:38:39 sendUrl INFO 1 [842] R:OK -2015-03-13 03:39:28 queue INFO >>1 [843] -2015-03-13 03:39:28 sendUrl INFO 1 [843] R:OK -2015-03-13 03:40:18 queue INFO >>1 [844] -2015-03-13 03:40:19 sendUrl INFO 1 [844] R:OK -2015-03-13 03:41:08 queue INFO >>1 [845] -2015-03-13 03:41:09 sendUrl INFO 1 [845] R:OK -2015-03-13 03:41:59 queue INFO >>1 [846] -2015-03-13 03:41:59 sendUrl INFO 1 [846] R:OK -2015-03-13 03:42:49 queue INFO >>1 [847] -2015-03-13 03:42:49 sendUrl INFO 1 [847] R:OK -2015-03-13 03:43:39 queue INFO >>1 [848] -2015-03-13 03:43:39 sendUrl INFO 1 [848] R:OK -2015-03-13 03:44:29 queue INFO >>1 [849] -2015-03-13 03:44:29 sendUrl INFO 1 [849] R:OK -2015-03-13 03:45:19 queue INFO >>1 [850] -2015-03-13 03:45:19 sendUrl INFO 1 [850] R:OK -2015-03-13 03:46:09 queue INFO >>1 [851] -2015-03-13 03:46:10 sendUrl INFO 1 [851] R:OK -2015-03-13 03:46:59 queue INFO >>1 [852] -2015-03-13 03:47:00 sendUrl INFO 1 [852] R:OK -2015-03-13 03:47:50 queue INFO >>1 [853] -2015-03-13 03:47:50 sendUrl INFO 1 [853] R:OK -2015-03-13 03:48:40 queue INFO >>1 [854] -2015-03-13 03:48:40 sendUrl INFO 1 [854] R:OK -2015-03-13 03:49:30 queue INFO >>1 [855] -2015-03-13 03:49:30 sendUrl INFO 1 [855] R:OK -2015-03-13 03:50:20 queue INFO >>1 [856] -2015-03-13 03:50:20 sendUrl INFO 1 [856] R:OK -2015-03-13 03:51:10 queue INFO >>1 [857] -2015-03-13 03:51:11 sendUrl INFO 1 [857] R:OK -2015-03-13 03:52:00 queue INFO >>1 [858] -2015-03-13 03:52:00 sendUrl INFO 1 [858] R:OK -2015-03-13 03:52:50 queue INFO >>1 [859] -2015-03-13 03:52:51 sendUrl INFO 1 [859] R:OK -2015-03-13 03:53:40 queue INFO >>1 [860] -2015-03-13 03:53:41 sendUrl INFO 1 [860] R:OK -2015-03-13 03:54:31 queue INFO >>1 [861] -2015-03-13 03:54:31 sendUrl INFO 1 [861] R:OK -2015-03-13 03:55:21 queue INFO >>1 [862] -2015-03-13 03:55:21 sendUrl INFO 1 [862] R:OK -2015-03-13 03:56:11 queue INFO >>1 [863] -2015-03-13 03:56:12 sendUrl INFO 1 [863] R:OK -2015-03-13 03:57:01 queue INFO >>1 [864] -2015-03-13 03:57:01 sendUrl INFO 1 [864] R:OK -2015-03-13 03:57:51 queue INFO >>1 [865] -2015-03-13 03:57:52 sendUrl INFO 1 [865] R:OK -2015-03-13 03:58:41 queue INFO >>1 [866] -2015-03-13 03:58:41 sendUrl INFO 1 [866] R:OK -2015-03-13 03:59:00 queue INFO 5 [867] -2015-03-13 03:59:00 queue INFO >5 [868] -2015-03-13 03:59:01 sendUrl INFO 5 [867] R:OK -2015-03-13 03:59:01 sendUrl INFO 5 [868] R:OK -2015-03-13 03:59:02 queue INFO 1 [869] -2015-03-13 03:59:02 queue INFO >1 [870] -2015-03-13 03:59:02 sendUrl INFO 1 [869] R:OK -2015-03-13 03:59:03 sendUrl INFO 1 [870] R:OK -2015-03-13 03:59:52 queue INFO >>1 [871] -2015-03-13 03:59:52 sendUrl INFO 1 [871] R:OK -2015-03-13 04:00:08 queue INFO 3 [872] -2015-03-13 04:00:08 queue INFO >3 [873] -2015-03-13 04:00:09 sendUrl INFO 3 [872] R:OK -2015-03-13 04:00:09 sendUrl INFO 3 [873] R:OK -2015-03-13 04:00:58 queue INFO >>3 [874] -2015-03-13 04:00:58 sendUrl INFO 3 [874] R:OK -2015-03-13 04:01:48 queue INFO >>3 [875] -2015-03-13 04:01:49 sendUrl INFO 3 [875] R:OK -2015-03-13 04:02:39 queue INFO >>3 [876] -2015-03-13 04:02:39 sendUrl INFO 3 [876] R:OK -2015-03-13 04:03:29 queue INFO >>3 [877] -2015-03-13 04:03:29 sendUrl INFO 3 [877] R:OK -2015-03-13 04:04:19 queue INFO >>3 [878] -2015-03-13 04:04:19 sendUrl INFO 3 [878] R:OK -2015-03-13 04:05:09 queue INFO >>3 [879] -2015-03-13 04:05:10 sendUrl INFO 3 [879] R:OK -2015-03-13 04:05:59 queue INFO >>3 [880] -2015-03-13 04:05:59 sendUrl INFO 3 [880] R:OK -2015-03-13 04:06:49 queue INFO >>3 [881] -2015-03-13 04:06:50 sendUrl INFO 3 [881] R:OK -2015-03-13 04:07:09 queue INFO 7 [882] -2015-03-13 04:07:09 sendUrl INFO 7 [882] R:OK -2015-03-13 04:07:09 queue INFO >7 [883] -2015-03-13 04:07:09 sendUrl INFO 7 [883] R:OK -2015-03-13 04:07:10 queue INFO 3 [884] -2015-03-13 04:07:10 queue INFO >3 [885] -2015-03-13 04:07:10 sendUrl INFO 3 [884] R:OK -2015-03-13 04:07:11 sendUrl INFO 3 [885] R:OK -2015-03-13 04:08:00 queue INFO >>3 [886] -2015-03-13 04:08:01 sendUrl INFO 3 [886] R:OK -2015-03-13 04:08:50 queue INFO >>3 [887] -2015-03-13 04:08:51 sendUrl INFO 3 [887] R:OK -2015-03-13 04:09:41 queue INFO >>3 [888] -2015-03-13 04:09:41 sendUrl INFO 3 [888] R:OK -2015-03-13 04:10:31 queue INFO >>3 [889] -2015-03-13 04:10:31 sendUrl INFO 3 [889] R:OK -2015-03-13 04:11:21 queue INFO >>3 [890] -2015-03-13 04:11:21 sendUrl INFO 3 [890] R:OK -2015-03-13 04:12:11 queue INFO >>3 [891] -2015-03-13 04:12:11 sendUrl INFO 3 [891] R:OK -2015-03-13 04:13:01 queue INFO >>3 [892] -2015-03-13 04:13:02 sendUrl INFO 3 [892] R:OK -2015-03-13 04:13:51 queue INFO >>3 [893] -2015-03-13 04:13:51 sendUrl INFO 3 [893] R:OK -2015-03-13 04:14:42 queue INFO >>3 [894] -2015-03-13 04:14:42 sendUrl INFO 3 [894] R:OK -2015-03-13 04:15:17 queue INFO 7 [895] -2015-03-13 04:15:18 sendUrl INFO 7 [895] R:OK -2015-03-13 04:15:18 queue INFO >7 [896] -2015-03-13 04:15:18 sendUrl INFO 7 [896] R:OK -2015-03-13 04:15:19 queue INFO 3 [897] -2015-03-13 04:15:19 queue INFO >3 [898] -2015-03-13 04:15:19 sendUrl INFO 3 [897] R:OK -2015-03-13 04:15:20 sendUrl INFO 3 [898] R:OK -2015-03-13 04:16:09 queue INFO >>3 [899] -2015-03-13 04:16:09 sendUrl INFO 3 [899] R:OK -2015-03-13 04:16:59 queue INFO >>3 [900] -2015-03-13 04:16:59 sendUrl INFO 3 [900] R:OK -2015-03-13 04:17:49 queue INFO >>3 [901] -2015-03-13 04:17:50 sendUrl INFO 3 [901] R:OK -2015-03-13 04:18:39 queue INFO >>3 [902] -2015-03-13 04:18:40 sendUrl INFO 3 [902] R:OK -2015-03-13 04:19:29 queue INFO >>3 [903] -2015-03-13 04:19:30 sendUrl INFO 3 [903] R:OK -2015-03-13 04:20:20 queue INFO >>3 [904] -2015-03-13 04:20:20 sendUrl INFO 3 [904] R:OK -2015-03-13 04:21:10 queue INFO >>3 [905] -2015-03-13 04:21:10 sendUrl INFO 3 [905] R:OK -2015-03-13 04:22:00 queue INFO >>3 [906] -2015-03-13 04:22:00 sendUrl INFO 3 [906] R:OK -2015-03-13 04:22:50 queue INFO >>3 [907] -2015-03-13 04:22:51 sendUrl INFO 3 [907] R:OK -2015-03-13 04:23:26 queue INFO 7 [908] -2015-03-13 04:23:26 sendUrl INFO 7 [908] R:OK -2015-03-13 04:23:26 queue INFO >7 [909] -2015-03-13 04:23:27 sendUrl INFO 7 [909] R:OK -2015-03-13 04:23:28 queue INFO 3 [910] -2015-03-13 04:23:28 queue INFO >3 [911] -2015-03-13 04:23:28 sendUrl INFO 3 [910] R:OK -2015-03-13 04:23:29 sendUrl INFO 3 [911] R:OK -2015-03-13 04:24:18 queue INFO >>3 [912] -2015-03-13 04:24:18 sendUrl INFO 3 [912] R:OK -2015-03-13 04:25:08 queue INFO >>3 [913] -2015-03-13 04:25:08 sendUrl INFO 3 [913] R:OK -2015-03-13 04:25:58 queue INFO >>3 [914] -2015-03-13 04:25:58 sendUrl INFO 3 [914] R:OK -2015-03-13 04:26:48 queue INFO >>3 [915] -2015-03-13 04:26:49 sendUrl INFO 3 [915] R:OK -2015-03-13 04:27:38 queue INFO >>3 [916] -2015-03-13 04:27:39 sendUrl INFO 3 [916] R:OK -2015-03-13 04:28:29 queue INFO >>3 [917] -2015-03-13 04:28:29 sendUrl INFO 3 [917] R:OK -2015-03-13 04:29:19 queue INFO >>3 [918] -2015-03-13 04:29:19 sendUrl INFO 3 [918] R:OK -2015-03-13 04:30:09 queue INFO >>3 [919] -2015-03-13 04:30:09 sendUrl INFO 3 [919] R:OK -2015-03-13 04:30:59 queue INFO >>3 [920] -2015-03-13 04:30:59 sendUrl INFO 3 [920] R:OK -2015-03-13 04:31:35 queue INFO 7 [921] -2015-03-13 04:31:35 queue INFO >7 [922] -2015-03-13 04:31:36 sendUrl INFO 7 [921] R:OK -2015-03-13 04:31:36 sendUrl INFO 7 [922] R:OK -2015-03-13 04:31:37 queue INFO 3 [923] -2015-03-13 04:31:37 queue INFO >3 [924] -2015-03-13 04:31:37 sendUrl INFO 3 [923] R:OK -2015-03-13 04:31:38 sendUrl INFO 3 [924] R:OK -2015-03-13 04:32:27 queue INFO >>3 [925] -2015-03-13 04:32:27 sendUrl INFO 3 [925] R:OK -2015-03-13 04:33:17 queue INFO >>3 [926] -2015-03-13 04:33:17 sendUrl INFO 3 [926] R:OK -2015-03-13 04:34:07 queue INFO >>3 [927] -2015-03-13 04:34:07 sendUrl INFO 3 [927] R:OK -2015-03-13 04:34:57 queue INFO >>3 [928] -2015-03-13 04:34:57 sendUrl INFO 3 [928] R:OK -2015-03-13 04:35:47 queue INFO >>3 [929] -2015-03-13 04:35:48 sendUrl INFO 3 [929] R:OK -2015-03-13 04:36:37 queue INFO >>3 [930] -2015-03-13 04:36:37 sendUrl INFO 3 [930] R:OK -2015-03-13 04:37:27 queue INFO >>3 [931] -2015-03-13 04:37:28 sendUrl INFO 3 [931] R:OK -2015-03-13 04:38:18 queue INFO >>3 [932] -2015-03-13 04:38:18 sendUrl INFO 3 [932] R:OK -2015-03-13 04:39:08 queue INFO >>3 [933] -2015-03-13 04:39:08 sendUrl INFO 3 [933] R:OK -2015-03-13 04:39:44 queue INFO 7 [934] -2015-03-13 04:39:44 sendUrl INFO 7 [934] R:OK -2015-03-13 04:39:44 queue INFO >7 [935] -2015-03-13 04:39:45 sendUrl INFO 7 [935] R:OK -2015-03-13 04:39:46 queue INFO 3 [936] -2015-03-13 04:39:46 queue INFO >3 [937] -2015-03-13 04:39:46 sendUrl INFO 3 [936] R:OK -2015-03-13 04:39:46 sendUrl INFO 3 [937] R:OK -2015-03-13 04:40:36 queue INFO >>3 [938] -2015-03-13 04:40:36 sendUrl INFO 3 [938] R:OK -2015-03-13 04:41:26 queue INFO >>3 [939] -2015-03-13 04:41:26 sendUrl INFO 3 [939] R:OK -2015-03-13 04:42:16 queue INFO >>3 [940] -2015-03-13 04:42:16 sendUrl INFO 3 [940] R:OK -2015-03-13 04:43:06 queue INFO >>3 [941] -2015-03-13 04:43:07 sendUrl INFO 3 [941] R:OK -2015-03-13 04:43:56 queue INFO >>3 [942] -2015-03-13 04:43:56 sendUrl INFO 3 [942] R:OK -2015-03-13 04:44:46 queue INFO >>3 [943] -2015-03-13 04:44:47 sendUrl INFO 3 [943] R:OK -2015-03-13 04:45:37 queue INFO >>3 [944] -2015-03-13 04:45:37 sendUrl INFO 3 [944] R:OK -2015-03-13 04:46:27 queue INFO >>3 [945] -2015-03-13 04:46:27 sendUrl INFO 3 [945] R:OK -2015-03-13 04:47:17 queue INFO >>3 [946] -2015-03-13 04:47:17 sendUrl INFO 3 [946] R:OK -2015-03-13 04:47:53 queue INFO 7 [947] -2015-03-13 04:47:53 queue INFO >7 [948] -2015-03-13 04:47:53 sendUrl INFO 7 [947] R:OK -2015-03-13 04:47:54 sendUrl INFO 7 [948] R:OK -2015-03-13 04:47:55 queue INFO 3 [949] -2015-03-13 04:47:55 queue INFO >3 [950] -2015-03-13 04:47:55 sendUrl INFO 3 [949] R:OK -2015-03-13 04:47:55 sendUrl INFO 3 [950] R:OK -2015-03-13 04:48:45 queue INFO >>3 [951] -2015-03-13 04:48:45 sendUrl INFO 3 [951] R:OK -2015-03-13 04:49:35 queue INFO >>3 [952] -2015-03-13 04:49:35 sendUrl INFO 3 [952] R:OK -2015-03-13 04:50:25 queue INFO >>3 [953] -2015-03-13 04:50:25 sendUrl INFO 3 [953] R:OK -2015-03-13 04:51:15 queue INFO >>3 [954] -2015-03-13 04:51:16 sendUrl INFO 3 [954] R:OK -2015-03-13 04:52:05 queue INFO >>3 [955] -2015-03-13 04:52:06 sendUrl INFO 3 [955] R:OK -2015-03-13 04:52:55 queue INFO >>3 [956] -2015-03-13 04:52:56 sendUrl INFO 3 [956] R:OK -2015-03-13 04:53:46 queue INFO >>3 [957] -2015-03-13 04:53:46 sendUrl INFO 3 [957] R:OK -2015-03-13 04:54:36 queue INFO >>3 [958] -2015-03-13 04:54:36 sendUrl INFO 3 [958] R:OK -2015-03-13 04:55:26 queue INFO >>3 [959] -2015-03-13 04:55:26 sendUrl INFO 3 [959] R:OK -2015-03-13 04:56:02 queue INFO 7 [960] -2015-03-13 04:56:02 queue INFO >7 [961] -2015-03-13 04:56:02 sendUrl INFO 7 [960] R:OK -2015-03-13 04:56:03 sendUrl INFO 7 [961] R:OK -2015-03-13 04:56:03 queue INFO 3 [962] -2015-03-13 04:56:03 queue INFO >3 [963] -2015-03-13 04:56:04 sendUrl INFO 3 [962] R:OK -2015-03-13 04:56:04 sendUrl INFO 3 [963] R:OK -2015-03-13 04:56:53 queue INFO >>3 [964] -2015-03-13 04:56:54 sendUrl INFO 3 [964] R:OK -2015-03-13 04:57:44 queue INFO >>3 [965] -2015-03-13 04:57:44 sendUrl INFO 3 [965] R:OK -2015-03-13 04:58:34 queue INFO >>3 [966] -2015-03-13 04:58:34 sendUrl INFO 3 [966] R:OK -2015-03-13 04:59:24 queue INFO >>3 [967] -2015-03-13 04:59:24 sendUrl INFO 3 [967] R:OK -2015-03-13 05:00:14 queue INFO >>3 [968] -2015-03-13 05:00:14 sendUrl INFO 3 [968] R:OK -2015-03-13 05:01:04 queue INFO >>3 [969] -2015-03-13 05:01:05 sendUrl INFO 3 [969] R:OK -2015-03-13 05:01:54 queue INFO >>3 [970] -2015-03-13 05:01:54 sendUrl INFO 3 [970] R:OK -2015-03-13 05:02:44 queue INFO >>3 [971] -2015-03-13 05:02:45 sendUrl INFO 3 [971] R:OK -2015-03-13 05:03:35 queue INFO >>3 [972] -2015-03-13 05:03:35 sendUrl INFO 3 [972] R:OK -2015-03-13 05:04:10 queue INFO 7 [973] -2015-03-13 05:04:11 queue INFO >7 [974] -2015-03-13 05:04:11 sendUrl INFO 7 [973] R:OK -2015-03-13 05:04:11 sendUrl INFO 7 [974] R:OK -2015-03-13 05:04:12 queue INFO 3 [975] -2015-03-13 05:04:12 queue INFO >3 [976] -2015-03-13 05:04:12 sendUrl INFO 3 [975] R:OK -2015-03-13 05:04:13 sendUrl INFO 3 [976] R:OK -2015-03-13 05:05:02 queue INFO >>3 [977] -2015-03-13 05:05:02 sendUrl INFO 3 [977] R:OK -2015-03-13 05:05:52 queue INFO >>3 [978] -2015-03-13 05:05:53 sendUrl INFO 3 [978] R:OK -2015-03-13 05:06:42 queue INFO >>3 [979] -2015-03-13 05:06:43 sendUrl INFO 3 [979] R:OK -2015-03-13 05:07:33 queue INFO >>3 [980] -2015-03-13 05:07:33 sendUrl INFO 3 [980] R:OK -2015-03-13 05:08:23 queue INFO >>3 [981] -2015-03-13 05:08:23 sendUrl INFO 3 [981] R:OK -2015-03-13 05:09:13 queue INFO >>3 [982] -2015-03-13 05:09:13 sendUrl INFO 3 [982] R:OK -2015-03-13 05:10:03 queue INFO >>3 [983] -2015-03-13 05:10:03 sendUrl INFO 3 [983] R:OK -2015-03-13 05:10:53 queue INFO >>3 [984] -2015-03-13 05:10:53 sendUrl INFO 3 [984] R:OK -2015-03-13 05:11:43 queue INFO >>3 [985] -2015-03-13 05:11:44 sendUrl INFO 3 [985] R:OK -2015-03-13 05:12:19 queue INFO 7 [986] -2015-03-13 05:12:19 queue INFO >7 [987] -2015-03-13 05:12:20 sendUrl INFO 7 [986] R:OK -2015-03-13 05:12:20 sendUrl INFO 7 [987] R:OK -2015-03-13 05:12:21 queue INFO 3 [988] -2015-03-13 05:12:21 queue INFO >3 [989] -2015-03-13 05:12:21 sendUrl INFO 3 [988] R:OK -2015-03-13 05:12:22 sendUrl INFO 3 [989] R:OK -2015-03-13 05:13:11 queue INFO >>3 [990] -2015-03-13 05:13:11 sendUrl INFO 3 [990] R:OK -2015-03-13 05:14:01 queue INFO >>3 [991] -2015-03-13 05:14:01 sendUrl INFO 3 [991] R:OK -2015-03-13 05:14:51 queue INFO >>3 [992] -2015-03-13 05:14:52 sendUrl INFO 3 [992] R:OK -2015-03-13 05:15:41 queue INFO >>3 [993] -2015-03-13 05:15:41 sendUrl INFO 3 [993] R:OK -2015-03-13 05:16:31 queue INFO >>3 [994] -2015-03-13 05:16:32 sendUrl INFO 3 [994] R:OK -2015-03-13 05:17:22 queue INFO >>3 [995] -2015-03-13 05:17:22 sendUrl INFO 3 [995] R:OK -2015-03-13 05:18:12 queue INFO >>3 [996] -2015-03-13 05:18:12 sendUrl INFO 3 [996] R:OK -2015-03-13 05:19:02 queue INFO >>3 [997] -2015-03-13 05:19:02 sendUrl INFO 3 [997] R:OK -2015-03-13 05:19:52 queue INFO >>3 [998] -2015-03-13 05:19:53 sendUrl INFO 3 [998] R:OK -2015-03-13 05:20:28 queue INFO 7 [999] -2015-03-13 05:20:28 queue INFO >7 [0] -2015-03-13 05:20:28 sendUrl INFO 7 [999] R:OK -2015-03-13 05:20:29 sendUrl INFO 7 [0] R:OK -2015-03-13 05:20:30 queue INFO 3 [1] -2015-03-13 05:20:30 queue INFO >3 [2] -2015-03-13 05:20:30 sendUrl INFO 3 [1] R:OK -2015-03-13 05:20:30 sendUrl INFO 3 [2] R:OK -2015-03-13 05:21:20 queue INFO >>3 [3] -2015-03-13 05:21:20 sendUrl INFO 3 [3] R:OK -2015-03-13 05:22:10 queue INFO >>3 [4] -2015-03-13 05:22:10 sendUrl INFO 3 [4] R:OK -2015-03-13 05:23:00 queue INFO >>3 [5] -2015-03-13 05:23:00 sendUrl INFO 3 [5] R:OK -2015-03-13 05:23:50 queue INFO >>3 [6] -2015-03-13 05:23:51 sendUrl INFO 3 [6] R:OK -2015-03-13 05:24:40 queue INFO >>3 [7] -2015-03-13 05:24:40 sendUrl INFO 3 [7] R:OK -2015-03-13 05:25:30 queue INFO >>3 [8] -2015-03-13 05:25:31 sendUrl INFO 3 [8] R:OK -2015-03-13 05:26:21 queue INFO >>3 [9] -2015-03-13 05:26:21 sendUrl INFO 3 [9] R:OK -2015-03-13 05:27:11 queue INFO >>3 [10] -2015-03-13 05:27:11 sendUrl INFO 3 [10] R:OK -2015-03-13 05:28:01 queue INFO >>3 [11] -2015-03-13 05:28:01 sendUrl INFO 3 [11] R:OK -2015-03-13 05:28:37 queue INFO 7 [12] -2015-03-13 05:28:37 queue INFO >7 [13] -2015-03-13 05:28:38 sendUrl INFO 7 [12] R:OK -2015-03-13 05:28:38 sendUrl INFO 7 [13] R:OK -2015-03-13 05:28:39 queue INFO 3 [14] -2015-03-13 05:28:39 queue INFO >3 [15] -2015-03-13 05:28:39 sendUrl INFO 3 [14] R:OK -2015-03-13 05:28:39 sendUrl INFO 3 [15] R:OK -2015-03-13 05:29:29 queue INFO >>3 [16] -2015-03-13 05:29:29 sendUrl INFO 3 [16] R:OK -2015-03-13 05:30:19 queue INFO >>3 [17] -2015-03-13 05:30:19 sendUrl INFO 3 [17] R:OK -2015-03-13 05:31:09 queue INFO >>3 [18] -2015-03-13 05:31:09 sendUrl INFO 3 [18] R:OK -2015-03-13 05:31:59 queue INFO >>3 [19] -2015-03-13 05:31:59 sendUrl INFO 3 [19] R:OK -2015-03-13 05:32:49 queue INFO >>3 [20] -2015-03-13 05:32:50 sendUrl INFO 3 [20] R:OK -2015-03-13 05:33:39 queue INFO >>3 [21] -2015-03-13 05:33:39 sendUrl INFO 3 [21] R:OK -2015-03-13 05:34:29 queue INFO >>3 [22] -2015-03-13 05:34:30 sendUrl INFO 3 [22] R:OK -2015-03-13 05:35:20 queue INFO >>3 [23] -2015-03-13 05:35:20 sendUrl INFO 3 [23] R:OK -2015-03-13 05:36:10 queue INFO >>3 [24] -2015-03-13 05:36:10 sendUrl INFO 3 [24] R:OK -2015-03-13 05:36:46 queue INFO 7 [25] -2015-03-13 05:36:46 queue INFO >7 [26] -2015-03-13 05:36:46 sendUrl INFO 7 [25] R:OK -2015-03-13 05:36:47 sendUrl INFO 7 [26] R:OK -2015-03-13 05:36:47 queue INFO 3 [27] -2015-03-13 05:36:48 queue INFO >3 [28] -2015-03-13 05:36:48 sendUrl INFO 3 [27] R:OK -2015-03-13 05:36:48 sendUrl INFO 3 [28] R:OK -2015-03-13 05:37:38 queue INFO >>3 [29] -2015-03-13 05:37:38 sendUrl INFO 3 [29] R:OK -2015-03-13 05:38:28 queue INFO >>3 [30] -2015-03-13 05:38:28 sendUrl INFO 3 [30] R:OK -2015-03-13 05:39:18 queue INFO >>3 [31] -2015-03-13 05:39:18 sendUrl INFO 3 [31] R:OK -2015-03-13 05:40:08 queue INFO >>3 [32] -2015-03-13 05:40:09 sendUrl INFO 3 [32] R:OK -2015-03-13 05:40:58 queue INFO >>3 [33] -2015-03-13 05:40:59 sendUrl INFO 3 [33] R:OK -2015-03-13 05:41:48 queue INFO >>3 [34] -2015-03-13 05:41:49 sendUrl INFO 3 [34] R:OK -2015-03-13 05:42:39 queue INFO >>3 [35] -2015-03-13 05:42:39 sendUrl INFO 3 [35] R:OK -2015-03-13 05:43:29 queue INFO >>3 [36] -2015-03-13 05:43:29 sendUrl INFO 3 [36] R:OK -2015-03-13 05:44:19 queue INFO >>3 [37] -2015-03-13 05:44:19 sendUrl INFO 3 [37] R:OK -2015-03-13 05:44:55 queue INFO 7 [38] -2015-03-13 05:44:55 queue INFO >7 [39] -2015-03-13 05:44:55 sendUrl INFO 7 [38] R:OK -2015-03-13 05:44:55 sendUrl INFO 7 [39] R:OK -2015-03-13 05:44:56 queue INFO 3 [40] -2015-03-13 05:44:56 queue INFO >3 [41] -2015-03-13 05:44:56 sendUrl INFO 3 [40] R:OK -2015-03-13 05:44:57 sendUrl INFO 3 [41] R:OK -2015-03-13 05:45:46 queue INFO >>3 [42] -2015-03-13 05:45:47 sendUrl INFO 3 [42] R:OK -2015-03-13 05:46:36 queue INFO >>3 [43] -2015-03-13 05:46:37 sendUrl INFO 3 [43] R:OK -2015-03-13 05:47:26 queue INFO >>3 [44] -2015-03-13 05:47:27 sendUrl INFO 3 [44] R:OK -2015-03-13 05:48:17 queue INFO >>3 [45] -2015-03-13 05:48:17 sendUrl INFO 3 [45] R:OK -2015-03-13 05:49:07 queue INFO >>3 [46] -2015-03-13 05:49:07 sendUrl INFO 3 [46] R:OK -2015-03-13 05:49:57 queue INFO >>3 [47] -2015-03-13 05:49:57 sendUrl INFO 3 [47] R:OK -2015-03-13 05:50:47 queue INFO >>3 [48] -2015-03-13 05:50:47 sendUrl INFO 3 [48] R:OK -2015-03-13 05:51:37 queue INFO >>3 [49] -2015-03-13 05:51:38 sendUrl INFO 3 [49] R:OK -2015-03-13 05:52:27 queue INFO >>3 [50] -2015-03-13 05:52:28 sendUrl INFO 3 [50] R:OK -2015-03-13 05:53:03 queue INFO 7 [51] -2015-03-13 05:53:03 queue INFO >7 [52] -2015-03-13 05:53:04 sendUrl INFO 7 [51] R:OK -2015-03-13 05:53:04 sendUrl INFO 7 [52] R:OK -2015-03-13 05:53:05 queue INFO 3 [53] -2015-03-13 05:53:05 queue INFO >3 [54] -2015-03-13 05:53:05 sendUrl INFO 3 [53] R:OK -2015-03-13 05:53:06 sendUrl INFO 3 [54] R:OK -2015-03-13 05:53:55 queue INFO >>3 [55] -2015-03-13 05:53:55 sendUrl INFO 3 [55] R:OK -2015-03-13 05:54:45 queue INFO >>3 [56] -2015-03-13 05:54:45 sendUrl INFO 3 [56] R:OK -2015-03-13 05:55:35 queue INFO >>3 [57] -2015-03-13 05:55:36 sendUrl INFO 3 [57] R:OK -2015-03-13 05:56:25 queue INFO >>3 [58] -2015-03-13 05:56:26 sendUrl INFO 3 [58] R:OK -2015-03-13 05:57:16 queue INFO >>3 [59] -2015-03-13 05:57:16 sendUrl INFO 3 [59] R:OK -2015-03-13 05:58:06 queue INFO >>3 [60] -2015-03-13 05:58:06 sendUrl INFO 3 [60] R:OK -2015-03-13 05:58:56 queue INFO >>3 [61] -2015-03-13 05:58:56 sendUrl INFO 3 [61] R:OK -2015-03-13 05:59:46 queue INFO >>3 [62] -2015-03-13 05:59:46 sendUrl INFO 3 [62] R:OK -2015-03-13 06:00:36 queue INFO >>3 [63] -2015-03-13 06:00:37 sendUrl INFO 3 [63] R:OK -2015-03-13 06:01:12 queue INFO 7 [64] -2015-03-13 06:01:12 queue INFO >7 [65] -2015-03-13 06:01:12 sendUrl INFO 7 [64] R:OK -2015-03-13 06:01:13 sendUrl INFO 7 [65] R:OK -2015-03-13 06:01:14 queue INFO 3 [66] -2015-03-13 06:01:14 queue INFO >3 [67] -2015-03-13 06:01:14 sendUrl INFO 3 [66] R:OK -2015-03-13 06:01:14 sendUrl INFO 3 [67] R:OK -2015-03-13 06:02:04 queue INFO >>3 [68] -2015-03-13 06:02:04 sendUrl INFO 3 [68] R:OK -2015-03-13 06:02:54 queue INFO >>3 [69] -2015-03-13 06:02:54 sendUrl INFO 3 [69] R:OK -2015-03-13 06:03:44 queue INFO >>3 [70] -2015-03-13 06:03:44 sendUrl INFO 3 [70] R:OK -2015-03-13 06:04:34 queue INFO >>3 [71] -2015-03-13 06:04:35 sendUrl INFO 3 [71] R:OK -2015-03-13 06:05:24 queue INFO >>3 [72] -2015-03-13 06:05:24 sendUrl INFO 3 [72] R:OK -2015-03-13 06:06:14 queue INFO >>3 [73] -2015-03-13 06:06:15 sendUrl INFO 3 [73] R:OK -2015-03-13 06:07:05 queue INFO >>3 [74] -2015-03-13 06:07:05 sendUrl INFO 3 [74] R:OK -2015-03-13 06:07:55 queue INFO >>3 [75] -2015-03-13 06:07:55 sendUrl INFO 3 [75] R:OK -2015-03-13 06:08:45 queue INFO >>3 [76] -2015-03-13 06:08:45 sendUrl INFO 3 [76] R:OK -2015-03-13 06:09:21 queue INFO 7 [77] -2015-03-13 06:09:21 queue INFO >7 [78] -2015-03-13 06:09:21 sendUrl INFO 7 [77] R:OK -2015-03-13 06:09:22 sendUrl INFO 7 [78] R:OK -2015-03-13 06:09:22 queue INFO 3 [79] -2015-03-13 06:09:23 sendUrl INFO 3 [79] R:OK -2015-03-13 06:09:23 queue INFO >3 [80] -2015-03-13 06:09:23 sendUrl INFO 3 [80] R:OK -2015-03-13 06:10:13 queue INFO >>3 [81] -2015-03-13 06:10:13 sendUrl INFO 3 [81] R:OK -2015-03-13 06:11:03 queue INFO >>3 [82] -2015-03-13 06:11:03 sendUrl INFO 3 [82] R:OK -2015-03-13 06:11:53 queue INFO >>3 [83] -2015-03-13 06:11:53 sendUrl INFO 3 [83] R:OK -2015-03-13 06:12:43 queue INFO >>3 [84] -2015-03-13 06:12:43 sendUrl INFO 3 [84] R:OK -2015-03-13 06:13:33 queue INFO >>3 [85] -2015-03-13 06:13:34 sendUrl INFO 3 [85] R:OK -2015-03-13 06:14:23 queue INFO >>3 [86] -2015-03-13 06:14:24 sendUrl INFO 3 [86] R:OK -2015-03-13 06:15:14 queue INFO >>3 [87] -2015-03-13 06:15:14 sendUrl INFO 3 [87] R:OK -2015-03-13 06:16:04 queue INFO >>3 [88] -2015-03-13 06:16:04 sendUrl INFO 3 [88] R:OK -2015-03-13 06:16:54 queue INFO >>3 [89] -2015-03-13 06:16:54 sendUrl INFO 3 [89] R:OK -2015-03-13 06:17:30 queue INFO 7 [90] -2015-03-13 06:17:30 queue INFO >7 [91] -2015-03-13 06:17:30 sendUrl INFO 7 [90] R:OK -2015-03-13 06:17:31 sendUrl INFO 7 [91] R:OK -2015-03-13 06:17:32 queue INFO 3 [92] -2015-03-13 06:17:32 queue INFO >3 [93] -2015-03-13 06:17:32 sendUrl INFO 3 [92] R:OK -2015-03-13 06:17:32 sendUrl INFO 3 [93] R:OK -2015-03-13 06:18:22 queue INFO >>3 [94] -2015-03-13 06:18:22 sendUrl INFO 3 [94] R:OK -2015-03-13 06:19:12 queue INFO >>3 [95] -2015-03-13 06:19:12 sendUrl INFO 3 [95] R:OK -2015-03-13 06:20:02 queue INFO >>3 [96] -2015-03-13 06:20:02 sendUrl INFO 3 [96] R:OK -2015-03-13 06:20:52 queue INFO >>3 [97] -2015-03-13 06:20:53 sendUrl INFO 3 [97] R:OK -2015-03-13 06:21:42 queue INFO >>3 [98] -2015-03-13 06:21:42 sendUrl INFO 3 [98] R:OK -2015-03-13 06:22:32 queue INFO >>3 [99] -2015-03-13 06:22:33 sendUrl INFO 3 [99] R:OK -2015-03-13 06:23:23 queue INFO >>3 [100] -2015-03-13 06:23:23 sendUrl INFO 3 [100] R:OK -2015-03-13 06:24:13 queue INFO >>3 [101] -2015-03-13 06:24:13 sendUrl INFO 3 [101] R:OK -2015-03-13 06:25:03 queue INFO >>3 [102] -2015-03-13 06:25:03 sendUrl INFO 3 [102] R:OK -2015-03-13 06:25:39 queue INFO 7 [103] -2015-03-13 06:25:39 queue INFO >7 [104] -2015-03-13 06:25:39 sendUrl INFO 7 [103] R:OK -2015-03-13 06:25:40 sendUrl INFO 7 [104] R:OK -2015-03-13 06:25:40 queue INFO 3 [105] -2015-03-13 06:25:41 sendUrl INFO 3 [105] R:OK -2015-03-13 06:25:41 queue INFO >3 [106] -2015-03-13 06:25:41 sendUrl INFO 3 [106] R:OK -2015-03-13 06:26:31 queue INFO >>3 [107] -2015-03-13 06:26:31 sendUrl INFO 3 [107] R:OK -2015-03-13 06:27:21 queue INFO >>3 [108] -2015-03-13 06:27:21 sendUrl INFO 3 [108] R:OK -2015-03-13 06:28:11 queue INFO >>3 [109] -2015-03-13 06:28:11 sendUrl INFO 3 [109] R:OK -2015-03-13 06:29:01 queue INFO >>3 [110] -2015-03-13 06:29:01 sendUrl INFO 3 [110] R:OK -2015-03-13 06:29:51 queue INFO >>3 [111] -2015-03-13 06:29:52 sendUrl INFO 3 [111] R:OK -2015-03-13 06:30:41 queue INFO >>3 [112] -2015-03-13 06:30:42 sendUrl INFO 3 [112] R:OK -2015-03-13 06:31:31 queue INFO >>3 [113] -2015-03-13 06:31:32 sendUrl INFO 3 [113] R:OK -2015-03-13 06:32:22 queue INFO >>3 [114] -2015-03-13 06:32:22 sendUrl INFO 3 [114] R:OK -2015-03-13 06:33:12 queue INFO >>3 [115] -2015-03-13 06:33:12 sendUrl INFO 3 [115] R:OK -2015-03-13 06:33:47 queue INFO 7 [116] -2015-03-13 06:33:48 queue INFO >7 [117] -2015-03-13 06:33:48 sendUrl INFO 7 [116] R:OK -2015-03-13 06:33:48 sendUrl INFO 7 [117] R:OK -2015-03-13 06:33:49 queue INFO 3 [118] -2015-03-13 06:33:49 sendUrl INFO 3 [118] R:OK -2015-03-13 06:33:49 queue INFO >3 [119] -2015-03-13 06:33:50 sendUrl INFO 3 [119] R:OK -2015-03-13 06:34:39 queue INFO >>3 [120] -2015-03-13 06:34:40 sendUrl INFO 3 [120] R:OK -2015-03-13 06:35:29 queue INFO >>3 [121] -2015-03-13 06:35:30 sendUrl INFO 3 [121] R:OK -2015-03-13 06:36:20 queue INFO >>3 [122] -2015-03-13 06:36:20 sendUrl INFO 3 [122] R:OK -2015-03-13 06:37:10 queue INFO >>3 [123] -2015-03-13 06:37:10 sendUrl INFO 3 [123] R:OK -2015-03-13 06:38:00 queue INFO >>3 [124] -2015-03-13 06:38:00 sendUrl INFO 3 [124] R:OK -2015-03-13 06:38:50 queue INFO >>3 [125] -2015-03-13 06:38:50 sendUrl INFO 3 [125] R:OK -2015-03-13 06:39:40 queue INFO >>3 [126] -2015-03-13 06:39:41 sendUrl INFO 3 [126] R:OK -2015-03-13 06:40:30 queue INFO >>3 [127] -2015-03-13 06:40:30 sendUrl INFO 3 [127] R:OK -2015-03-13 06:41:20 queue INFO >>3 [128] -2015-03-13 06:41:21 sendUrl INFO 3 [128] R:OK -2015-03-13 06:41:56 queue INFO 7 [129] -2015-03-13 06:41:56 queue INFO >7 [130] -2015-03-13 06:41:57 sendUrl INFO 7 [129] R:OK -2015-03-13 06:41:57 sendUrl INFO 7 [130] R:OK -2015-03-13 06:41:58 queue INFO 3 [131] -2015-03-13 06:41:58 queue INFO >3 [132] -2015-03-13 06:41:58 sendUrl INFO 3 [131] R:OK -2015-03-13 06:41:58 sendUrl INFO 3 [132] R:OK -2015-03-13 06:42:48 queue INFO >>3 [133] -2015-03-13 06:42:48 sendUrl INFO 3 [133] R:OK -2015-03-13 06:43:38 queue INFO >>3 [134] -2015-03-13 06:43:39 sendUrl INFO 3 [134] R:OK -2015-03-13 06:44:28 queue INFO >>3 [135] -2015-03-13 06:44:28 sendUrl INFO 3 [135] R:OK -2015-03-13 06:45:18 queue INFO >>3 [136] -2015-03-13 06:45:19 sendUrl INFO 3 [136] R:OK -2015-03-13 06:46:09 queue INFO >>3 [137] -2015-03-13 06:46:09 sendUrl INFO 3 [137] R:OK -2015-03-13 06:46:59 queue INFO >>3 [138] -2015-03-13 06:46:59 sendUrl INFO 3 [138] R:OK -2015-03-13 06:47:49 queue INFO >>3 [139] -2015-03-13 06:47:49 sendUrl INFO 3 [139] R:OK -2015-03-13 06:48:39 queue INFO >>3 [140] -2015-03-13 06:48:39 sendUrl INFO 3 [140] R:OK -2015-03-13 06:49:29 queue INFO >>3 [141] -2015-03-13 06:49:29 sendUrl INFO 3 [141] R:OK -2015-03-13 06:50:05 queue INFO 7 [142] -2015-03-13 06:50:05 queue INFO >7 [143] -2015-03-13 06:50:05 sendUrl INFO 7 [142] R:OK -2015-03-13 06:50:06 sendUrl INFO 7 [143] R:OK -2015-03-13 06:50:06 queue INFO 3 [144] -2015-03-13 06:50:07 queue INFO >3 [145] -2015-03-13 06:50:07 sendUrl INFO 3 [144] R:OK -2015-03-13 06:50:07 sendUrl INFO 3 [145] R:OK -2015-03-13 06:50:57 queue INFO >>3 [146] -2015-03-13 06:50:57 sendUrl INFO 3 [146] R:OK -2015-03-13 06:51:47 queue INFO >>3 [147] -2015-03-13 06:51:47 sendUrl INFO 3 [147] R:OK -2015-03-13 06:52:37 queue INFO >>3 [148] -2015-03-13 06:52:37 sendUrl INFO 3 [148] R:OK -2015-03-13 06:53:27 queue INFO >>3 [149] -2015-03-13 06:53:28 sendUrl INFO 3 [149] R:OK -2015-03-13 06:54:17 queue INFO >>3 [150] -2015-03-13 06:54:17 sendUrl INFO 3 [150] R:OK -2015-03-13 06:55:07 queue INFO >>3 [151] -2015-03-13 06:55:08 sendUrl INFO 3 [151] R:OK -2015-03-13 06:55:57 queue INFO >>3 [152] -2015-03-13 06:55:58 sendUrl INFO 3 [152] R:OK -2015-03-13 06:56:48 queue INFO >>3 [153] -2015-03-13 06:56:48 sendUrl INFO 3 [153] R:OK -2015-03-13 06:57:38 queue INFO >>3 [154] -2015-03-13 06:57:38 sendUrl INFO 3 [154] R:OK -2015-03-13 06:58:14 queue INFO 7 [155] -2015-03-13 06:58:14 queue INFO >7 [156] -2015-03-13 06:58:14 sendUrl INFO 7 [155] R:OK -2015-03-13 06:58:15 sendUrl INFO 7 [156] R:OK -2015-03-13 06:58:15 queue INFO 3 [157] -2015-03-13 06:58:16 sendUrl INFO 3 [157] R:OK -2015-03-13 06:58:16 queue INFO >3 [158] -2015-03-13 06:58:16 sendUrl INFO 3 [158] R:OK -2015-03-13 06:59:06 queue INFO >>3 [159] -2015-03-13 06:59:06 sendUrl INFO 3 [159] R:OK -2015-03-13 06:59:56 queue INFO >>3 [160] -2015-03-13 06:59:56 sendUrl INFO 3 [160] R:OK -2015-03-13 07:00:12 queue INFO 1 [161] -2015-03-13 07:00:12 sendUrl INFO 1 [161] R:OK -2015-03-13 07:00:12 queue INFO >1 [162] -2015-03-13 07:00:12 sendUrl INFO 1 [162] R:OK -2015-03-13 07:01:02 queue INFO >>1 [163] -2015-03-13 07:01:02 sendUrl INFO 1 [163] R:OK -2015-03-13 07:01:52 queue INFO >>1 [164] -2015-03-13 07:01:52 sendUrl INFO 1 [164] R:OK -2015-03-13 07:02:42 queue INFO >>1 [165] -2015-03-13 07:02:42 sendUrl INFO 1 [165] R:OK -2015-03-13 07:03:32 queue INFO >>1 [166] -2015-03-13 07:03:33 sendUrl INFO 1 [166] R:OK -2015-03-13 07:04:22 queue INFO >>1 [167] -2015-03-13 07:04:23 sendUrl INFO 1 [167] R:OK -2015-03-13 07:05:13 queue INFO >>1 [168] -2015-03-13 07:05:13 sendUrl INFO 1 [168] R:OK -2015-03-13 07:06:03 queue INFO >>1 [169] -2015-03-13 07:06:03 sendUrl INFO 1 [169] R:OK -2015-03-13 07:06:53 queue INFO >>1 [170] -2015-03-13 07:06:53 sendUrl INFO 1 [170] R:OK -2015-03-13 07:07:43 queue INFO >>1 [171] -2015-03-13 07:07:43 sendUrl INFO 1 [171] R:OK -2015-03-13 07:08:33 queue INFO >>1 [172] -2015-03-13 07:08:34 sendUrl INFO 1 [172] R:OK -2015-03-13 07:09:23 queue INFO >>1 [173] -2015-03-13 07:09:23 sendUrl INFO 1 [173] R:OK -2015-03-13 07:10:14 queue INFO >>1 [174] -2015-03-13 07:10:14 sendUrl INFO 1 [174] R:OK -2015-03-13 07:11:04 queue INFO >>1 [175] -2015-03-13 07:11:04 sendUrl INFO 1 [175] R:OK -2015-03-13 07:11:54 queue INFO >>1 [176] -2015-03-13 07:11:54 sendUrl INFO 1 [176] R:OK -2015-03-13 07:12:44 queue INFO >>1 [177] -2015-03-13 07:12:44 sendUrl INFO 1 [177] R:OK -2015-03-13 07:13:34 queue INFO >>1 [178] -2015-03-13 07:13:35 sendUrl INFO 1 [178] R:OK -2015-03-13 07:14:24 queue INFO >>1 [179] -2015-03-13 07:14:24 sendUrl INFO 1 [179] R:OK -2015-03-13 07:15:14 queue INFO >>1 [180] -2015-03-13 07:15:15 sendUrl INFO 1 [180] R:OK -2015-03-13 07:16:05 queue INFO >>1 [181] -2015-03-13 07:16:05 sendUrl INFO 1 [181] R:OK -2015-03-13 07:16:55 queue INFO >>1 [182] -2015-03-13 07:16:55 sendUrl INFO 1 [182] R:OK -2015-03-13 07:17:45 queue INFO >>1 [183] -2015-03-13 07:17:45 sendUrl INFO 1 [183] R:OK -2015-03-13 07:18:35 queue INFO >>1 [184] -2015-03-13 07:18:36 sendUrl INFO 1 [184] R:OK -2015-03-13 07:18:45 queue INFO 21 [185] -2015-03-13 07:18:45 queue INFO >21 [186] -2015-03-13 07:18:45 sendUrl INFO 21 [185] R:OK -2015-03-13 07:18:46 sendUrl INFO 21 [186] R:OK -2015-03-13 07:19:04 queue INFO 1 [187] -2015-03-13 07:19:05 queue INFO >1 [188] -2015-03-13 07:19:05 sendUrl INFO 1 [187] R:OK -2015-03-13 07:19:05 sendUrl INFO 1 [188] R:OK -2015-03-13 07:19:12 queue INFO 21 [189] -2015-03-13 07:19:13 queue INFO >21 [190] -2015-03-13 07:19:13 sendUrl INFO 21 [189] R:OK -2015-03-13 07:19:13 sendUrl INFO 21 [190] R:OK -2015-03-13 07:19:22 queue INFO 1 [191] -2015-03-13 07:19:22 queue INFO >1 [192] -2015-03-13 07:19:22 sendUrl INFO 1 [191] R:OK -2015-03-13 07:19:22 sendUrl INFO 1 [192] R:OK -2015-03-13 07:19:50 queue INFO 5 [193] -2015-03-13 07:19:50 queue INFO >5 [194] -2015-03-13 07:19:50 sendUrl INFO 5 [193] R:OK -2015-03-13 07:19:51 sendUrl INFO 5 [194] R:OK -2015-03-13 07:19:52 queue INFO 1 [195] -2015-03-13 07:19:52 sendUrl INFO 1 [195] R:OK -2015-03-13 07:19:52 queue INFO >1 [196] -2015-03-13 07:19:52 sendUrl INFO 1 [196] R:OK -2015-03-13 07:20:42 queue INFO >>1 [197] -2015-03-13 07:20:42 sendUrl INFO 1 [197] R:OK -2015-03-13 07:21:32 queue INFO >>1 [198] -2015-03-13 07:21:32 sendUrl INFO 1 [198] R:OK -2015-03-13 07:22:22 queue INFO >>1 [199] -2015-03-13 07:22:22 sendUrl INFO 1 [199] R:OK -2015-03-13 07:23:12 queue INFO >>1 [200] -2015-03-13 07:23:12 sendUrl INFO 1 [200] R:OK -2015-03-13 07:24:02 queue INFO >>1 [201] -2015-03-13 07:24:03 sendUrl INFO 1 [201] R:OK -2015-03-13 07:24:52 queue INFO >>1 [202] -2015-03-13 07:24:53 sendUrl INFO 1 [202] R:OK -2015-03-13 07:25:43 queue INFO >>1 [203] -2015-03-13 07:25:43 sendUrl INFO 1 [203] R:OK -2015-03-13 07:26:33 queue INFO >>1 [204] -2015-03-13 07:26:33 sendUrl INFO 1 [204] R:OK -2015-03-13 07:27:23 queue INFO >>1 [205] -2015-03-13 07:27:23 sendUrl INFO 1 [205] R:OK -2015-03-13 07:27:59 queue INFO 21 [206] -2015-03-13 07:28:00 queue INFO >21 [207] -2015-03-13 07:28:00 sendUrl INFO 21 [206] R:OK -2015-03-13 07:28:00 sendUrl INFO 21 [207] R:OK -2015-03-13 07:28:23 queue INFO 1 [208] -2015-03-13 07:28:23 queue INFO >1 [209] -2015-03-13 07:28:23 sendUrl INFO 1 [208] R:OK -2015-03-13 07:28:24 sendUrl INFO 1 [209] R:OK -2015-03-13 07:29:13 queue INFO >>1 [210] -2015-03-13 07:29:13 sendUrl INFO 1 [210] R:OK -2015-03-13 07:30:03 queue INFO >>1 [211] -2015-03-13 07:30:04 sendUrl INFO 1 [211] R:OK -2015-03-13 07:30:53 queue INFO >>1 [212] -2015-03-13 07:30:54 sendUrl INFO 1 [212] R:OK -2015-03-13 07:31:43 queue INFO >>1 [213] -2015-03-13 07:31:44 sendUrl INFO 1 [213] R:OK -2015-03-13 07:32:34 queue INFO >>1 [214] -2015-03-13 07:32:34 sendUrl INFO 1 [214] R:OK -2015-03-13 07:33:24 queue INFO >>1 [215] -2015-03-13 07:33:24 sendUrl INFO 1 [215] R:OK -2015-03-13 07:34:14 queue INFO >>1 [216] -2015-03-13 07:34:14 sendUrl INFO 1 [216] R:OK -2015-03-13 07:35:04 queue INFO >>1 [217] -2015-03-13 07:35:04 sendUrl INFO 1 [217] R:OK -2015-03-13 07:35:54 queue INFO >>1 [218] -2015-03-13 07:35:55 sendUrl INFO 1 [218] R:OK -2015-03-13 07:36:44 queue INFO >>1 [219] -2015-03-13 07:36:45 sendUrl INFO 1 [219] R:OK -2015-03-13 07:37:35 queue INFO >>1 [220] -2015-03-13 07:37:35 sendUrl INFO 1 [220] R:OK -2015-03-13 07:38:25 queue INFO >>1 [221] -2015-03-13 07:38:25 sendUrl INFO 1 [221] R:OK -2015-03-13 07:39:15 queue INFO >>1 [222] -2015-03-13 07:39:15 sendUrl INFO 1 [222] R:OK diff --git a/ConfIOB/Donati/1014_159/logfile_2014.12.15_19.00.txt b/ConfIOB/Donati/1014_159/logfile_2014.12.15_19.00.txt deleted file mode 100644 index bc0dd5b..0000000 --- a/ConfIOB/Donati/1014_159/logfile_2014.12.15_19.00.txt +++ /dev/null @@ -1,78233 +0,0 @@ -2013-11-15 09:49:18 program INFO Avvio ProgrammaReadPar IOB-pi v.1.6 -2013-11-15 09:49:18 program INFO Start ReadPar IOB-pi v.1.6 -2013-11-15 09:49:18 program INFO Avvio loop principale -2013-11-15 09:49:19 queue INFO 3 [0] -2013-11-15 09:49:19 program ERROR Server Non raggiungibile -2013-11-15 09:49:20 queue INFO >3 [1] -2013-11-15 09:50:10 queue INFO >>3 [2] -2013-11-15 09:50:44 program INFO Avvio ProgrammaReadPar IOB-pi v.1.6 -2013-11-15 09:50:44 program INFO Start ReadPar IOB-pi v.1.6 -2013-11-15 09:50:44 program INFO Avvio loop principale -2013-11-15 09:50:45 queue INFO 4 [0] -2013-11-15 09:50:45 program ERROR Server Non raggiungibile -2013-11-15 09:50:46 queue INFO >4 [1] -2013-11-15 09:51:36 queue INFO >>4 [2] -2013-11-15 09:52:26 queue INFO >>4 [3] -2013-11-15 09:52:46 program INFO Avvio ProgrammaReadPar IOB-pi v.1.6 -2013-11-15 09:52:46 program INFO Start ReadPar IOB-pi v.1.6 -2013-11-15 09:52:46 program INFO Avvio loop principale -2013-11-15 09:52:46 queue INFO 0 [0] -2013-11-15 09:52:47 program ERROR Server offline -2013-11-15 09:52:47 queue INFO 4 [1] -2013-11-15 09:52:47 queue INFO 0 [2] -2013-11-15 09:52:48 queue INFO 4 [3] -2013-11-15 09:52:48 queue INFO 0 [4] -2013-11-15 09:52:49 queue INFO 4 [5] -2013-11-15 09:52:49 queue INFO 0 [6] -2013-11-15 09:52:49 queue INFO 4 [7] -2013-11-15 09:52:49 queue INFO 0 [8] -2013-11-15 09:52:50 queue INFO 4 [9] -2013-11-15 09:52:50 queue INFO 0 [10] -2013-11-15 09:52:50 queue INFO 4 [11] -2013-11-15 09:52:51 queue INFO 0 [12] -2013-11-15 09:52:51 queue INFO 4 [13] -2013-11-15 09:52:51 queue INFO 0 [14] -2013-11-15 09:52:52 queue INFO 4 [15] -2013-11-15 09:52:52 queue INFO 0 [16] -2013-11-15 09:52:52 queue INFO 4 [17] -2013-11-15 09:52:53 queue INFO 0 [18] -2013-11-15 09:52:53 queue INFO 4 [19] -2013-11-15 09:52:53 queue INFO 0 [20] -2013-11-15 09:52:54 queue INFO 4 [21] -2013-11-15 09:52:54 queue INFO 0 [22] -2013-11-15 09:52:54 queue INFO 4 [23] -2013-11-15 09:52:55 queue INFO 0 [24] -2013-11-15 09:52:55 queue INFO 4 [25] -2013-11-15 09:52:55 queue INFO 0 [26] -2013-11-15 09:52:56 queue INFO 4 [27] -2013-11-15 09:52:56 queue INFO 0 [28] -2013-11-15 09:52:56 queue INFO 4 [29] -2013-11-15 09:52:57 queue INFO 0 [30] -2013-11-15 09:52:57 queue INFO 4 [31] -2013-11-15 09:52:58 queue INFO 0 [32] -2013-11-15 09:52:58 queue INFO 4 [33] -2013-11-15 09:52:58 queue INFO 0 [34] -2013-11-15 09:52:59 queue INFO 4 [35] -2013-11-15 09:52:59 queue INFO 0 [36] -2013-11-15 09:52:59 queue INFO 4 [37] -2013-11-15 09:53:00 queue INFO 0 [38] -2013-11-15 09:53:00 queue INFO 4 [39] -2013-11-15 09:53:00 queue INFO 0 [40] -2013-11-15 09:53:01 queue INFO 4 [41] -2013-11-15 09:53:01 queue INFO 0 [42] -2013-11-15 09:53:01 queue INFO 4 [43] -2013-11-15 09:53:01 queue INFO 0 [44] -2013-11-15 09:53:02 queue INFO 4 [45] -2013-11-15 09:53:02 queue INFO 0 [46] -2013-11-15 09:53:02 queue INFO 4 [47] -2013-11-15 09:53:03 queue INFO 0 [48] -2013-11-15 09:53:03 queue INFO 4 [49] -2013-11-15 09:53:03 queue INFO 0 [50] -2013-11-15 09:53:04 queue INFO 4 [51] -2013-11-15 09:53:04 queue INFO 0 [52] -2013-11-15 09:53:04 queue INFO 4 [53] -2013-11-15 09:53:05 queue INFO 0 [54] -2013-11-15 09:53:05 queue INFO 4 [55] -2013-11-15 09:53:05 queue INFO 0 [56] -2013-11-15 09:53:06 queue INFO 4 [57] -2013-11-15 09:53:06 queue INFO 0 [58] -2013-11-15 09:53:06 queue INFO 4 [59] -2013-11-15 09:53:07 queue INFO 0 [60] -2013-11-15 09:53:07 queue INFO 4 [61] -2013-11-15 09:53:07 queue INFO 0 [62] -2013-11-15 09:53:08 queue INFO 4 [63] -2013-11-15 09:53:08 queue INFO 0 [64] -2013-11-15 09:53:08 queue INFO 4 [65] -2013-11-15 09:53:09 queue INFO 0 [66] -2013-11-15 09:53:09 queue INFO 4 [67] -2013-11-15 09:53:09 queue INFO 0 [68] -2013-11-15 09:53:10 queue INFO 4 [69] -2013-11-15 09:53:10 queue INFO 0 [70] -2013-11-15 09:53:10 queue INFO 4 [71] -2013-11-15 09:53:11 queue INFO 0 [72] -2013-11-15 09:53:11 queue INFO 4 [73] -2013-11-15 09:53:11 queue INFO 0 [74] -2013-11-15 09:53:12 queue INFO 4 [75] -2013-11-15 09:53:12 queue INFO 0 [76] -2013-11-15 09:53:12 queue INFO 4 [77] -2013-11-15 09:53:13 queue INFO 0 [78] -2013-11-15 09:53:13 queue INFO 4 [79] -2013-11-15 09:53:13 queue INFO 0 [80] -2013-11-15 09:53:14 queue INFO 4 [81] -2013-11-15 09:53:14 queue INFO 0 [82] -2013-11-15 09:53:14 queue INFO 4 [83] -2013-11-15 09:53:14 queue INFO 0 [84] -2013-11-15 09:53:15 queue INFO 4 [85] -2013-11-15 09:53:15 queue INFO 0 [86] -2013-11-15 09:53:15 queue INFO 4 [87] -2013-11-15 09:53:16 queue INFO 0 [88] -2013-11-15 09:53:16 queue INFO 4 [89] -2013-11-15 09:53:16 queue INFO 0 [90] -2013-11-15 09:53:17 queue INFO 4 [91] -2013-11-15 09:53:17 queue INFO 0 [92] -2013-11-15 09:53:17 queue INFO 4 [93] -2013-11-15 09:53:18 queue INFO 0 [94] -2013-11-15 09:53:18 queue INFO 4 [95] -2013-11-15 09:53:18 queue INFO 0 [96] -2013-11-15 09:53:19 queue INFO 4 [97] -2013-11-15 09:53:19 queue INFO 0 [98] -2013-11-15 09:53:19 queue INFO 4 [99] -2013-11-15 09:53:20 queue INFO 0 [100] -2013-11-15 09:53:20 queue INFO 4 [101] -2013-11-15 09:53:20 queue INFO 0 [102] -2013-11-15 09:53:21 queue INFO 4 [103] -2013-11-15 09:53:21 queue INFO 0 [104] -2013-11-15 09:53:21 queue INFO 4 [105] -2013-11-15 09:53:22 queue INFO 0 [106] -2013-11-15 09:53:22 queue INFO 4 [107] -2013-11-15 09:53:22 queue INFO 0 [108] -2013-11-15 09:53:23 queue INFO 4 [109] -2013-11-15 09:53:23 queue INFO 0 [110] -2013-11-15 09:53:23 queue INFO 4 [111] -2013-11-15 09:53:24 queue INFO 0 [112] -2013-11-15 09:53:24 queue INFO 4 [113] -2013-11-15 09:53:24 queue INFO 0 [114] -2013-11-15 09:53:25 queue INFO 4 [115] -2013-11-15 09:53:25 queue INFO 0 [116] -2013-11-15 09:53:25 queue INFO 4 [117] -2013-11-15 09:53:26 queue INFO 0 [118] -2013-11-15 09:53:26 queue INFO 4 [119] -2013-11-15 09:53:26 queue INFO 0 [120] -2013-11-15 09:53:27 queue INFO 4 [121] -2013-11-15 09:53:27 queue INFO 0 [122] -2013-11-15 09:53:27 queue INFO 4 [123] -2013-11-15 09:53:28 queue INFO 0 [124] -2013-11-15 09:53:28 queue INFO 4 [125] -2013-11-15 09:53:28 queue INFO 0 [126] -2013-11-15 09:53:29 queue INFO 4 [127] -2013-11-15 09:53:29 queue INFO 0 [128] -2013-11-15 09:53:29 queue INFO 4 [129] -2013-11-15 09:53:30 queue INFO 0 [130] -2013-11-15 09:53:30 queue INFO 4 [131] -2013-11-15 09:53:30 queue INFO 0 [132] -2013-11-15 09:53:31 queue INFO 4 [133] -2013-11-15 09:53:31 queue INFO 0 [134] -2013-11-15 09:53:31 queue INFO 4 [135] -2013-11-15 09:53:32 queue INFO 0 [136] -2013-11-15 09:53:32 queue INFO 4 [137] -2013-11-15 09:53:32 queue INFO 0 [138] -2013-11-15 09:53:33 queue INFO 4 [139] -2013-11-15 09:53:33 queue INFO 0 [140] -2013-11-15 09:53:33 queue INFO 4 [141] -2013-11-15 09:53:34 queue INFO 0 [142] -2013-11-15 09:53:34 queue INFO 4 [143] -2013-11-15 09:53:34 queue INFO 0 [144] -2013-11-15 09:53:35 queue INFO 4 [145] -2013-11-15 09:53:35 queue INFO 0 [146] -2013-11-15 09:53:35 queue INFO 4 [147] -2013-11-15 09:53:36 queue INFO 0 [148] -2013-11-15 09:53:36 queue INFO 4 [149] -2013-11-15 09:53:36 queue INFO 0 [150] -2013-11-15 09:53:37 queue INFO 4 [151] -2013-11-15 09:53:37 queue INFO 0 [152] -2013-11-15 09:53:37 queue INFO 4 [153] -2013-11-15 09:53:38 queue INFO 0 [154] -2013-11-15 09:53:38 queue INFO 4 [155] -2013-11-15 09:53:38 queue INFO 0 [156] -2013-11-15 09:53:39 queue INFO 4 [157] -2013-11-15 09:53:39 queue INFO 0 [158] -2013-11-15 09:53:39 queue INFO 4 [159] -2013-11-15 09:53:39 queue INFO 0 [160] -2013-11-15 09:53:40 queue INFO 4 [161] -2013-11-15 09:53:40 queue INFO 0 [162] -2013-11-15 09:53:40 queue INFO 4 [163] -2013-11-15 09:53:41 queue INFO 0 [164] -2013-11-15 09:53:41 queue INFO 4 [165] -2013-11-15 09:53:41 queue INFO 0 [166] -2013-11-15 09:53:42 queue INFO 4 [167] -2013-11-15 09:53:42 queue INFO 0 [168] -2013-11-15 09:53:42 queue INFO 4 [169] -2013-11-15 09:53:43 queue INFO 0 [170] -2013-11-15 09:53:43 queue INFO 4 [171] -2013-11-15 09:53:43 queue INFO 0 [172] -2013-11-15 09:53:44 queue INFO 4 [173] -2013-11-15 09:53:44 queue INFO 0 [174] -2013-11-15 09:53:44 queue INFO 4 [175] -2013-11-15 09:53:45 queue INFO 0 [176] -2013-11-15 09:53:45 queue INFO 4 [177] -2013-11-15 09:53:45 queue INFO 0 [178] -2013-11-15 09:53:46 queue INFO 4 [179] -2013-11-15 09:53:46 queue INFO 0 [180] -2013-11-15 09:53:46 queue INFO 4 [181] -2013-11-15 09:53:47 queue INFO 0 [182] -2013-11-15 09:53:47 queue INFO 4 [183] -2013-11-15 09:53:47 queue INFO 0 [184] -2013-11-15 09:53:48 queue INFO 4 [185] -2013-11-15 09:53:48 queue INFO 0 [186] -2013-11-15 09:53:48 queue INFO 4 [187] -2013-11-15 09:53:49 queue INFO 0 [188] -2013-11-15 09:53:49 queue INFO 4 [189] -2013-11-15 09:53:49 queue INFO 0 [190] -2013-11-15 09:53:50 queue INFO 4 [191] -2013-11-15 09:53:50 queue INFO 0 [192] -2013-11-15 09:53:50 queue INFO 4 [193] -2013-11-15 09:53:51 queue INFO 0 [194] -2013-11-15 09:53:51 queue INFO 4 [195] -2013-11-15 09:53:51 queue INFO 0 [196] -2013-11-15 09:53:52 queue INFO 4 [197] -2013-11-15 09:53:52 queue INFO 0 [198] -2013-11-15 09:53:52 queue INFO 4 [199] -2013-11-15 09:53:53 queue INFO 0 [200] -2013-11-15 09:53:53 queue INFO 4 [201] -2013-11-15 09:53:53 queue INFO 0 [202] -2013-11-15 09:53:54 queue INFO 4 [203] -2013-11-15 09:53:54 queue INFO 0 [204] -2013-11-15 09:53:54 queue INFO 4 [205] -2013-11-15 09:53:55 queue INFO 0 [206] -2013-11-15 09:53:55 queue INFO 4 [207] -2013-11-15 09:53:55 queue INFO 0 [208] -2013-11-15 09:53:56 queue INFO 4 [209] -2013-11-15 09:53:56 queue INFO 0 [210] -2013-11-15 09:53:56 queue INFO 4 [211] -2013-11-15 09:53:57 queue INFO 0 [212] -2013-11-15 09:53:57 queue INFO 4 [213] -2013-11-15 09:53:57 queue INFO 0 [214] -2013-11-15 09:53:58 queue INFO 4 [215] -2013-11-15 09:53:58 queue INFO 0 [216] -2013-11-15 09:53:58 queue INFO 4 [217] -2013-11-15 09:53:59 queue INFO 0 [218] -2013-11-15 09:53:59 queue INFO 4 [219] -2013-11-15 09:53:59 queue INFO 0 [220] -2013-11-15 09:54:00 queue INFO 4 [221] -2013-11-15 09:54:00 queue INFO 0 [222] -2013-11-15 09:54:00 queue INFO 4 [223] -2013-11-15 09:54:01 queue INFO 0 [224] -2013-11-15 09:54:01 queue INFO 4 [225] -2013-11-15 09:54:01 queue INFO 0 [226] -2013-11-15 09:54:02 queue INFO 4 [227] -2013-11-15 09:54:02 queue INFO 0 [228] -2013-11-15 09:54:02 queue INFO 4 [229] -2013-11-15 09:54:03 queue INFO 0 [230] -2013-11-15 09:54:03 queue INFO 4 [231] -2013-11-15 09:54:03 queue INFO 0 [232] -2013-11-15 09:54:04 queue INFO 4 [233] -2013-11-15 09:54:04 queue INFO 0 [234] -2013-11-15 09:54:04 queue INFO 4 [235] -2013-11-15 09:54:05 queue INFO 0 [236] -2013-11-15 09:54:05 queue INFO 4 [237] -2013-11-15 09:54:05 queue INFO 0 [238] -2013-11-15 09:54:06 queue INFO 4 [239] -2013-11-15 09:54:06 queue INFO 0 [240] -2013-11-15 09:54:06 queue INFO 4 [241] -2013-11-15 09:54:07 queue INFO 0 [242] -2013-11-15 09:54:07 queue INFO 4 [243] -2013-11-15 09:54:07 queue INFO 0 [244] -2013-11-15 09:54:08 queue INFO 4 [245] -2013-11-15 09:54:08 queue INFO 0 [246] -2013-11-15 09:54:08 queue INFO 4 [247] -2013-11-15 09:54:09 queue INFO 0 [248] -2013-11-15 09:54:09 queue INFO 4 [249] -2013-11-15 09:54:09 queue INFO 0 [250] -2013-11-15 09:54:10 queue INFO 4 [251] -2013-11-15 09:54:10 queue INFO 0 [252] -2013-11-15 09:54:10 queue INFO 4 [253] -2013-11-15 09:54:11 queue INFO 0 [254] -2013-11-15 09:54:11 queue INFO 4 [255] -2013-11-15 09:54:11 queue INFO 0 [256] -2013-11-15 09:54:12 queue INFO 4 [257] -2013-11-15 09:54:12 queue INFO 0 [258] -2013-11-15 09:54:12 queue INFO 4 [259] -2013-11-15 09:54:13 queue INFO 0 [260] -2013-11-15 09:54:13 queue INFO 4 [261] -2013-11-15 09:54:13 queue INFO 0 [262] -2013-11-15 09:54:14 queue INFO 4 [263] -2013-11-15 09:54:14 queue INFO 0 [264] -2013-11-15 09:54:14 queue INFO 4 [265] -2013-11-15 09:54:14 queue INFO 0 [266] -2013-11-15 09:54:15 queue INFO 4 [267] -2013-11-15 09:54:15 queue INFO 0 [268] -2013-11-15 09:54:15 queue INFO 4 [269] -2013-11-15 09:54:16 queue INFO 0 [270] -2013-11-15 09:54:16 queue INFO 4 [271] -2013-11-15 09:54:16 queue INFO 0 [272] -2013-11-15 09:54:17 queue INFO 4 [273] -2013-11-15 09:54:17 queue INFO 0 [274] -2013-11-15 09:54:18 queue INFO 4 [275] -2013-11-15 09:54:18 queue INFO 0 [276] -2013-11-15 09:54:18 queue INFO 4 [277] -2013-11-15 09:54:19 queue INFO 0 [278] -2013-11-15 09:54:19 queue INFO 4 [279] -2013-11-15 09:54:19 queue INFO 0 [280] -2013-11-15 09:54:20 queue INFO 4 [281] -2013-11-15 09:54:20 queue INFO 0 [282] -2013-11-15 09:54:20 queue INFO 4 [283] -2013-11-15 09:54:21 queue INFO 0 [284] -2013-11-15 09:54:21 queue INFO 4 [285] -2013-11-15 09:54:21 queue INFO 0 [286] -2013-11-15 09:54:22 queue INFO 4 [287] -2013-11-15 09:54:22 queue INFO 0 [288] -2013-11-15 09:54:22 queue INFO 4 [289] -2013-11-15 09:54:23 queue INFO 0 [290] -2013-11-15 09:54:23 queue INFO 4 [291] -2013-11-15 09:54:23 queue INFO 0 [292] -2013-11-15 09:54:24 queue INFO 4 [293] -2013-11-15 09:54:24 queue INFO 0 [294] -2013-11-15 09:54:24 queue INFO 4 [295] -2013-11-15 09:54:25 queue INFO 0 [296] -2013-11-15 09:54:25 queue INFO 4 [297] -2013-11-15 09:54:25 queue INFO 0 [298] -2013-11-15 09:54:26 queue INFO 4 [299] -2013-11-15 09:54:26 queue INFO 0 [300] -2013-11-15 09:54:26 queue INFO 4 [301] -2013-11-15 09:54:27 queue INFO 0 [302] -2013-11-15 09:54:27 queue INFO 4 [303] -2013-11-15 09:54:27 queue INFO 0 [304] -2013-11-15 09:54:28 queue INFO 4 [305] -2013-11-15 09:54:28 queue INFO 0 [306] -2013-11-15 09:54:28 queue INFO 4 [307] -2013-11-15 09:54:29 queue INFO 0 [308] -2013-11-15 09:54:29 queue INFO 4 [309] -2013-11-15 09:54:29 queue INFO 0 [310] -2013-11-15 09:54:30 queue INFO 4 [311] -2013-11-15 09:54:30 queue INFO 0 [312] -2013-11-15 09:54:30 queue INFO 4 [313] -2013-11-15 09:54:31 queue INFO 0 [314] -2013-11-15 09:54:31 queue INFO 4 [315] -2013-11-15 09:54:31 queue INFO 0 [316] -2013-11-15 09:54:32 queue INFO 4 [317] -2013-11-15 09:54:32 queue INFO 0 [318] -2013-11-15 09:54:32 queue INFO 4 [319] -2013-11-15 09:54:33 queue INFO 0 [320] -2013-11-15 09:54:33 queue INFO 4 [321] -2013-11-15 09:54:33 queue INFO 0 [322] -2013-11-15 09:54:34 queue INFO 4 [323] -2013-11-15 09:54:34 queue INFO 0 [324] -2013-11-15 09:54:34 queue INFO 4 [325] -2013-11-15 09:54:35 queue INFO 0 [326] -2013-11-15 09:54:35 queue INFO 4 [327] -2013-11-15 09:54:35 queue INFO 0 [328] -2013-11-15 09:54:36 queue INFO 4 [329] -2013-11-15 09:54:36 queue INFO 0 [330] -2013-11-15 09:54:36 queue INFO 4 [331] -2013-11-15 09:54:36 queue INFO 0 [332] -2013-11-15 09:54:37 queue INFO 4 [333] -2013-11-15 09:54:37 queue INFO 0 [334] -2013-11-15 09:54:37 queue INFO 4 [335] -2013-11-15 09:54:38 queue INFO 0 [336] -2013-11-15 09:54:38 queue INFO 4 [337] -2013-11-15 09:54:38 queue INFO 0 [338] -2013-11-15 09:54:39 queue INFO 4 [339] -2013-11-15 09:54:39 queue INFO 0 [340] -2013-11-15 09:54:39 queue INFO 4 [341] -2013-11-15 09:54:40 queue INFO 0 [342] -2013-11-15 09:54:40 queue INFO 4 [343] -2013-11-15 09:54:40 queue INFO 0 [344] -2013-11-15 09:54:41 queue INFO 4 [345] -2013-11-15 09:54:41 queue INFO 0 [346] -2013-11-15 09:54:41 queue INFO 4 [347] -2013-11-15 09:54:42 queue INFO 0 [348] -2013-11-15 09:54:42 queue INFO 4 [349] -2013-11-15 09:54:42 queue INFO 0 [350] -2013-11-15 09:54:43 queue INFO 4 [351] -2013-11-15 09:54:43 queue INFO 0 [352] -2013-11-15 09:54:43 queue INFO 4 [353] -2013-11-15 09:54:44 queue INFO 0 [354] -2013-11-15 09:54:44 queue INFO 4 [355] -2013-11-15 09:54:45 queue INFO 0 [356] -2013-11-15 09:54:45 queue INFO 4 [357] -2013-11-15 09:54:45 queue INFO 0 [358] -2013-11-15 09:54:46 queue INFO 4 [359] -2013-11-15 09:54:46 queue INFO 0 [360] -2013-11-15 09:54:46 queue INFO 4 [361] -2013-11-15 09:54:47 queue INFO 0 [362] -2013-11-15 09:54:47 queue INFO 4 [363] -2013-11-15 09:54:47 queue INFO 0 [364] -2013-11-15 09:54:48 queue INFO 4 [365] -2013-11-15 09:54:48 queue INFO 0 [366] -2013-11-15 09:54:48 queue INFO 4 [367] -2013-11-15 09:54:49 queue INFO 0 [368] -2013-11-15 09:54:49 queue INFO 4 [369] -2013-11-15 09:54:49 queue INFO 0 [370] -2013-11-15 09:54:50 queue INFO 4 [371] -2013-11-15 09:54:50 queue INFO 0 [372] -2013-11-15 09:54:50 queue INFO 4 [373] -2013-11-15 09:54:50 queue INFO 0 [374] -2013-11-15 09:54:51 queue INFO 4 [375] -2013-11-15 09:54:51 queue INFO 0 [376] -2013-11-15 09:54:51 queue INFO 4 [377] -2013-11-15 09:54:52 queue INFO 0 [378] -2013-11-15 09:54:52 queue INFO 4 [379] -2013-11-15 09:54:52 queue INFO 0 [380] -2013-11-15 09:54:53 queue INFO 4 [381] -2013-11-15 09:54:53 queue INFO 0 [382] -2013-11-15 09:54:53 queue INFO 4 [383] -2013-11-15 09:54:54 queue INFO 0 [384] -2013-11-15 09:54:54 queue INFO 4 [385] -2013-11-15 09:54:54 queue INFO 0 [386] -2013-11-15 09:54:55 queue INFO 4 [387] -2013-11-15 09:54:55 queue INFO 0 [388] -2013-11-15 09:54:55 queue INFO 4 [389] -2013-11-15 09:54:56 queue INFO 0 [390] -2013-11-15 09:54:56 queue INFO 4 [391] -2013-11-15 09:54:56 queue INFO 0 [392] -2013-11-15 09:54:57 queue INFO 4 [393] -2013-11-15 09:54:57 queue INFO 0 [394] -2013-11-15 09:54:57 queue INFO 4 [395] -2013-11-15 09:54:58 queue INFO 0 [396] -2013-11-15 09:54:58 queue INFO 4 [397] -2013-11-15 09:54:58 queue INFO 0 [398] -2013-11-15 09:54:59 queue INFO 4 [399] -2013-11-15 09:54:59 queue INFO 0 [400] -2013-11-15 09:54:59 queue INFO 4 [401] -2013-11-15 09:55:00 queue INFO 0 [402] -2013-11-15 09:55:00 queue INFO 4 [403] -2013-11-15 09:55:00 queue INFO 0 [404] -2013-11-15 09:55:01 queue INFO 4 [405] -2013-11-15 09:55:01 queue INFO 0 [406] -2013-11-15 09:55:01 queue INFO 4 [407] -2013-11-15 09:55:02 queue INFO 0 [408] -2013-11-15 09:55:02 queue INFO 4 [409] -2013-11-15 09:55:02 queue INFO 0 [410] -2013-11-15 09:55:03 queue INFO 4 [411] -2013-11-15 09:55:03 queue INFO 0 [412] -2013-11-15 09:55:03 queue INFO 4 [413] -2013-11-15 09:55:04 queue INFO 0 [414] -2013-11-15 09:55:04 queue INFO 4 [415] -2013-11-15 09:55:04 queue INFO 0 [416] -2013-11-15 09:55:05 queue INFO 4 [417] -2013-11-15 09:55:05 queue INFO 0 [418] -2013-11-15 09:55:05 queue INFO 4 [419] -2013-11-15 09:55:06 queue INFO 0 [420] -2013-11-15 09:55:06 queue INFO 4 [421] -2013-11-15 09:55:06 queue INFO 0 [422] -2013-11-15 09:55:07 queue INFO 4 [423] -2013-11-15 09:55:07 queue INFO 0 [424] -2013-11-15 09:55:07 queue INFO 4 [425] -2013-11-15 09:55:08 queue INFO 0 [426] -2013-11-15 09:55:08 queue INFO 4 [427] -2013-11-15 09:55:08 queue INFO 0 [428] -2013-11-15 09:55:09 queue INFO 4 [429] -2013-11-15 09:55:09 queue INFO 0 [430] -2013-11-15 09:55:09 queue INFO 4 [431] -2013-11-15 09:55:10 queue INFO 0 [432] -2013-11-15 09:55:10 queue INFO 4 [433] -2013-11-15 09:55:10 queue INFO 0 [434] -2013-11-15 09:55:11 queue INFO 4 [435] -2013-11-15 09:55:11 queue INFO 0 [436] -2013-11-15 09:55:11 queue INFO 4 [437] -2013-11-15 09:55:12 queue INFO 0 [438] -2013-11-15 09:55:12 queue INFO 4 [439] -2013-11-15 09:55:12 queue INFO 0 [440] -2013-11-15 09:55:13 queue INFO 4 [441] -2013-11-15 09:55:13 queue INFO 0 [442] -2013-11-15 09:55:13 queue INFO 4 [443] -2013-11-15 09:55:14 queue INFO 0 [444] -2013-11-15 09:55:14 queue INFO 4 [445] -2013-11-15 09:55:14 queue INFO 0 [446] -2013-11-15 09:55:15 queue INFO 4 [447] -2013-11-15 09:55:15 queue INFO 0 [448] -2013-11-15 09:55:15 queue INFO 4 [449] -2013-11-15 09:55:16 queue INFO 0 [450] -2013-11-15 09:55:16 queue INFO 4 [451] -2013-11-15 09:55:16 queue INFO 0 [452] -2013-11-15 09:55:17 queue INFO 4 [453] -2013-11-15 09:55:17 queue INFO 0 [454] -2013-11-15 09:55:17 queue INFO 4 [455] -2013-11-15 09:55:18 queue INFO 0 [456] -2013-11-15 09:55:18 queue INFO 4 [457] -2013-11-15 09:55:18 queue INFO 0 [458] -2013-11-15 09:55:19 queue INFO 4 [459] -2013-11-15 09:55:19 queue INFO 0 [460] -2013-11-15 09:55:19 queue INFO 4 [461] -2013-11-15 09:55:20 queue INFO 0 [462] -2013-11-15 09:55:20 queue INFO 4 [463] -2013-11-15 09:55:20 queue INFO 0 [464] -2013-11-15 09:55:21 queue INFO 4 [465] -2013-11-15 09:55:21 queue INFO 0 [466] -2013-11-15 09:55:21 queue INFO 4 [467] -2013-11-15 09:55:22 queue INFO 0 [468] -2013-11-15 09:55:22 queue INFO 4 [469] -2013-11-15 09:55:22 queue INFO 0 [470] -2013-11-15 09:55:23 queue INFO 4 [471] -2013-11-15 09:55:23 queue INFO 0 [472] -2013-11-15 09:55:23 queue INFO 4 [473] -2013-11-15 09:55:24 queue INFO 0 [474] -2013-11-15 09:55:24 queue INFO 4 [475] -2013-11-15 09:55:24 queue INFO 0 [476] -2013-11-15 09:55:25 queue INFO 4 [477] -2013-11-15 09:55:25 queue INFO 0 [478] -2013-11-15 09:55:25 queue INFO 4 [479] -2013-11-15 09:55:26 queue INFO 0 [480] -2013-11-15 09:55:26 queue INFO 4 [481] -2013-11-15 09:55:26 queue INFO 0 [482] -2013-11-15 09:55:27 queue INFO 4 [483] -2013-11-15 09:55:27 queue INFO 0 [484] -2013-11-15 09:55:27 queue INFO 4 [485] -2013-11-15 09:55:27 queue INFO 0 [486] -2013-11-15 09:55:28 queue INFO 4 [487] -2013-11-15 09:55:28 queue INFO 0 [488] -2013-11-15 09:55:28 queue INFO 4 [489] -2013-11-15 09:55:29 queue INFO 0 [490] -2013-11-15 09:55:29 queue INFO 4 [491] -2013-11-15 09:55:29 queue INFO 0 [492] -2013-11-15 09:55:30 queue INFO 4 [493] -2013-11-15 09:55:30 queue INFO 0 [494] -2013-11-15 09:55:30 queue INFO 4 [495] -2013-11-15 09:55:31 queue INFO 0 [496] -2013-11-15 09:55:31 queue INFO 4 [497] -2013-11-15 09:55:31 queue INFO 0 [498] -2013-11-15 09:55:32 queue INFO 4 [499] -2013-11-15 09:55:32 queue INFO 0 [500] -2013-11-15 09:55:32 queue INFO 4 [501] -2013-11-15 09:55:33 queue INFO 0 [502] -2013-11-15 09:55:33 queue INFO 4 [503] -2013-11-15 09:55:33 queue INFO 0 [504] -2013-11-15 09:55:34 queue INFO 4 [505] -2013-11-15 09:55:34 queue INFO 0 [506] -2013-11-15 09:55:34 queue INFO 4 [507] -2013-11-15 09:55:35 queue INFO 0 [508] -2013-11-15 09:55:35 queue INFO 4 [509] -2013-11-15 09:55:35 queue INFO 0 [510] -2013-11-15 09:55:36 queue INFO 4 [511] -2013-11-15 09:55:36 queue INFO 0 [512] -2013-11-15 09:55:36 queue INFO 4 [513] -2013-11-15 09:55:37 queue INFO 0 [514] -2013-11-15 09:55:37 queue INFO 4 [515] -2013-11-15 09:55:37 queue INFO 0 [516] -2013-11-15 09:55:38 queue INFO 4 [517] -2013-11-15 09:55:38 queue INFO 0 [518] -2013-11-15 09:55:38 queue INFO 4 [519] -2013-11-15 09:55:39 queue INFO 0 [520] -2013-11-15 09:55:39 queue INFO 4 [521] -2013-11-15 09:55:40 queue INFO 0 [522] -2013-11-15 09:55:40 queue INFO 4 [523] -2013-11-15 09:55:40 queue INFO 0 [524] -2013-11-15 09:55:41 queue INFO 4 [525] -2013-11-15 09:55:41 queue INFO 0 [526] -2013-11-15 09:55:41 queue INFO 4 [527] -2013-11-15 09:55:42 queue INFO 0 [528] -2013-11-15 09:55:42 queue INFO 4 [529] -2013-11-15 09:55:42 queue INFO 0 [530] -2013-11-15 09:55:43 queue INFO 4 [531] -2013-11-15 09:55:43 queue INFO 0 [532] -2013-11-15 09:55:43 queue INFO 4 [533] -2013-11-15 09:55:44 queue INFO 0 [534] -2013-11-15 09:55:44 queue INFO 4 [535] -2013-11-15 09:55:44 queue INFO 0 [536] -2013-11-15 09:55:45 queue INFO 4 [537] -2013-11-15 09:55:45 queue INFO 0 [538] -2013-11-15 09:55:45 queue INFO 4 [539] -2013-11-15 09:55:45 queue INFO 0 [540] -2013-11-15 09:55:46 queue INFO 4 [541] -2013-11-15 09:55:46 queue INFO 0 [542] -2013-11-15 09:55:46 queue INFO 4 [543] -2013-11-15 09:55:47 queue INFO 0 [544] -2013-11-15 09:55:47 queue INFO 4 [545] -2013-11-15 09:55:47 queue INFO 0 [546] -2013-11-15 09:55:48 queue INFO 4 [547] -2013-11-15 09:55:48 queue INFO 0 [548] -2013-11-15 09:55:48 queue INFO 4 [549] -2013-11-15 09:55:49 queue INFO 0 [550] -2013-11-15 09:55:49 queue INFO 4 [551] -2013-11-15 09:55:49 queue INFO 0 [552] -2013-11-15 09:55:50 queue INFO 4 [553] -2013-11-15 09:55:50 queue INFO 0 [554] -2013-11-15 09:55:50 queue INFO 4 [555] -2013-11-15 09:55:51 queue INFO 0 [556] -2013-11-15 09:55:51 queue INFO 4 [557] -2013-11-15 09:55:51 queue INFO 0 [558] -2013-11-15 09:55:52 queue INFO 4 [559] -2013-11-15 09:55:52 queue INFO 0 [560] -2013-11-15 09:55:52 queue INFO 4 [561] -2013-11-15 09:55:53 queue INFO 0 [562] -2013-11-15 09:55:53 queue INFO 4 [563] -2013-11-15 09:55:53 queue INFO 0 [564] -2013-11-15 09:55:54 queue INFO 4 [565] -2013-11-15 09:55:54 queue INFO 0 [566] -2013-11-15 09:55:54 queue INFO 4 [567] -2013-11-15 09:55:55 queue INFO 0 [568] -2013-11-15 09:55:55 queue INFO 4 [569] -2013-11-15 09:55:55 queue INFO 0 [570] -2013-11-15 09:55:56 queue INFO 4 [571] -2013-11-15 09:55:56 queue INFO 0 [572] -2013-11-15 09:55:56 queue INFO 4 [573] -2013-11-15 09:55:57 queue INFO 0 [574] -2013-11-15 09:55:57 queue INFO 4 [575] -2013-11-15 09:55:57 queue INFO 0 [576] -2013-11-15 09:55:58 queue INFO 4 [577] -2013-11-15 09:55:58 queue INFO 0 [578] -2013-11-15 09:55:58 queue INFO 4 [579] -2013-11-15 09:55:59 queue INFO 0 [580] -2013-11-15 09:55:59 queue INFO 4 [581] -2013-11-15 09:55:59 queue INFO 0 [582] -2013-11-15 09:56:00 queue INFO 4 [583] -2013-11-15 09:56:00 queue INFO 0 [584] -2013-11-15 09:56:00 queue INFO 4 [585] -2013-11-15 09:56:01 queue INFO 0 [586] -2013-11-15 09:56:01 queue INFO 4 [587] -2013-11-15 09:56:01 queue INFO 0 [588] -2013-11-15 09:56:02 queue INFO 4 [589] -2013-11-15 09:56:02 queue INFO 0 [590] -2013-11-15 09:56:02 queue INFO 4 [591] -2013-11-15 09:56:02 queue INFO 0 [592] -2013-11-15 09:56:03 queue INFO 4 [593] -2013-11-15 09:56:03 queue INFO 0 [594] -2013-11-15 09:56:03 queue INFO 4 [595] -2013-11-15 09:56:04 queue INFO 0 [596] -2013-11-15 09:56:04 queue INFO 4 [597] -2013-11-15 09:56:04 queue INFO 0 [598] -2013-11-15 09:56:05 queue INFO 4 [599] -2013-11-15 09:56:05 queue INFO 0 [600] -2013-11-15 09:56:05 queue INFO 4 [601] -2013-11-15 09:56:06 queue INFO 0 [602] -2013-11-15 09:56:06 queue INFO 4 [603] -2013-11-15 09:56:07 queue INFO 0 [604] -2013-11-15 09:56:07 queue INFO 4 [605] -2013-11-15 09:56:07 queue INFO 0 [606] -2013-11-15 09:56:08 queue INFO 4 [607] -2013-11-15 09:56:08 queue INFO 0 [608] -2013-11-15 09:56:08 queue INFO 4 [609] -2013-11-15 09:56:09 queue INFO 0 [610] -2013-11-15 09:56:09 queue INFO 4 [611] -2013-11-15 09:56:09 queue INFO 0 [612] -2013-11-15 09:56:10 queue INFO 4 [613] -2013-11-15 09:56:10 queue INFO 0 [614] -2013-11-15 09:56:10 queue INFO 4 [615] -2013-11-15 09:56:11 queue INFO 0 [616] -2013-11-15 09:56:11 queue INFO 4 [617] -2013-11-15 09:56:11 queue INFO 0 [618] -2013-11-15 09:56:12 queue INFO 4 [619] -2013-11-15 09:56:12 queue INFO 0 [620] -2013-11-15 09:56:12 queue INFO 4 [621] -2013-11-15 09:56:12 queue INFO 0 [622] -2013-11-15 09:56:13 queue INFO 4 [623] -2013-11-15 09:56:13 queue INFO 0 [624] -2013-11-15 09:56:13 queue INFO 4 [625] -2013-11-15 09:56:14 queue INFO 0 [626] -2013-11-15 09:56:14 queue INFO 4 [627] -2013-11-15 09:56:14 queue INFO 0 [628] -2013-11-15 09:56:15 queue INFO 4 [629] -2013-11-15 09:56:15 queue INFO 0 [630] -2013-11-15 09:56:15 queue INFO 4 [631] -2013-11-15 09:56:16 queue INFO 0 [632] -2013-11-15 09:56:16 queue INFO 4 [633] -2013-11-15 09:56:16 queue INFO 0 [634] -2013-11-15 09:56:17 queue INFO 4 [635] -2013-11-15 09:56:17 queue INFO 0 [636] -2013-11-15 09:56:17 queue INFO 4 [637] -2013-11-15 09:56:18 queue INFO 0 [638] -2013-11-15 09:56:18 queue INFO 4 [639] -2013-11-15 09:56:18 queue INFO 0 [640] -2013-11-15 09:56:19 queue INFO 4 [641] -2013-11-15 09:56:19 queue INFO 0 [642] -2013-11-15 09:56:19 queue INFO 4 [643] -2013-11-15 09:56:20 queue INFO 0 [644] -2013-11-15 09:56:20 queue INFO 4 [645] -2013-11-15 09:56:20 queue INFO 0 [646] -2013-11-15 09:56:21 queue INFO 4 [647] -2013-11-15 09:56:21 queue INFO 0 [648] -2013-11-15 09:56:21 queue INFO 4 [649] -2013-11-15 09:56:22 queue INFO 0 [650] -2013-11-15 09:56:22 queue INFO 4 [651] -2013-11-15 09:56:22 queue INFO 0 [652] -2013-11-15 09:56:23 queue INFO 4 [653] -2013-11-15 09:56:23 queue INFO 0 [654] -2013-11-15 09:56:23 queue INFO 4 [655] -2013-11-15 09:56:24 queue INFO 0 [656] -2013-11-15 09:56:24 queue INFO 4 [657] -2013-11-15 09:56:24 queue INFO 0 [658] -2013-11-15 09:56:25 queue INFO 4 [659] -2013-11-15 09:56:25 queue INFO 0 [660] -2013-11-15 09:56:25 queue INFO 4 [661] -2013-11-15 09:56:25 queue INFO 0 [662] -2013-11-15 09:56:26 queue INFO 4 [663] -2013-11-15 09:56:26 queue INFO 0 [664] -2013-11-15 09:56:26 queue INFO 4 [665] -2013-11-15 09:56:27 queue INFO 0 [666] -2013-11-15 09:56:27 queue INFO 4 [667] -2013-11-15 09:56:27 queue INFO 0 [668] -2013-11-15 09:56:28 queue INFO 4 [669] -2013-11-15 09:56:28 queue INFO 0 [670] -2013-11-15 09:56:28 queue INFO 4 [671] -2013-11-15 09:56:29 queue INFO 0 [672] -2013-11-15 09:56:29 queue INFO 4 [673] -2013-11-15 09:56:29 queue INFO 0 [674] -2013-11-15 09:56:30 queue INFO 4 [675] -2013-11-15 09:56:30 queue INFO 0 [676] -2013-11-15 09:56:30 queue INFO 4 [677] -2013-11-15 09:56:31 queue INFO 0 [678] -2013-11-15 09:56:31 queue INFO 4 [679] -2013-11-15 09:56:31 queue INFO 0 [680] -2013-11-15 09:56:32 queue INFO 4 [681] -2013-11-15 09:56:32 queue INFO 0 [682] -2013-11-15 09:56:32 queue INFO 4 [683] -2013-11-15 09:56:33 queue INFO 0 [684] -2013-11-15 09:56:33 queue INFO 4 [685] -2013-11-15 09:56:34 queue INFO 0 [686] -2013-11-15 09:56:34 queue INFO 4 [687] -2013-11-15 09:56:34 queue INFO 0 [688] -2013-11-15 09:56:35 queue INFO 4 [689] -2013-11-15 09:56:35 queue INFO 0 [690] -2013-11-15 09:56:35 queue INFO 4 [691] -2013-11-15 09:56:35 queue INFO 0 [692] -2013-11-15 09:56:36 queue INFO 4 [693] -2013-11-15 09:56:36 queue INFO 0 [694] -2013-11-15 09:56:36 queue INFO 4 [695] -2013-11-15 09:56:37 queue INFO 0 [696] -2013-11-15 09:56:37 queue INFO 4 [697] -2013-11-15 09:56:37 queue INFO 0 [698] -2013-11-15 09:56:38 queue INFO 4 [699] -2013-11-15 09:56:38 queue INFO 0 [700] -2013-11-15 09:56:38 queue INFO 4 [701] -2013-11-15 09:56:39 queue INFO 0 [702] -2013-11-15 09:56:39 queue INFO 4 [703] -2013-11-15 09:56:39 queue INFO 0 [704] -2013-11-15 09:56:40 queue INFO 4 [705] -2013-11-15 09:56:40 queue INFO 0 [706] -2013-11-15 09:56:40 queue INFO 4 [707] -2013-11-15 09:56:41 queue INFO 0 [708] -2013-11-15 09:56:41 queue INFO 4 [709] -2013-11-15 09:56:41 queue INFO 0 [710] -2013-11-15 09:56:42 queue INFO 4 [711] -2013-11-15 09:56:42 queue INFO 0 [712] -2013-11-15 09:56:42 queue INFO 4 [713] -2013-11-15 09:56:43 queue INFO 0 [714] -2013-11-15 09:56:43 queue INFO 4 [715] -2013-11-15 09:56:43 queue INFO 0 [716] -2013-11-15 09:56:44 queue INFO 4 [717] -2013-11-15 09:56:44 queue INFO 0 [718] -2013-11-15 09:56:44 queue INFO 4 [719] -2013-11-15 09:56:45 queue INFO 0 [720] -2013-11-15 09:56:45 queue INFO 4 [721] -2013-11-15 09:56:45 queue INFO 0 [722] -2013-11-15 09:56:46 queue INFO 4 [723] -2013-11-15 09:56:46 queue INFO 0 [724] -2013-11-15 09:56:46 queue INFO 4 [725] -2013-11-15 09:56:47 queue INFO 0 [726] -2013-11-15 09:56:47 queue INFO 4 [727] -2013-11-15 09:56:47 queue INFO 0 [728] -2013-11-15 09:56:48 queue INFO 4 [729] -2013-11-15 09:56:48 queue INFO 0 [730] -2013-11-15 09:56:48 queue INFO 4 [731] -2013-11-15 09:56:48 queue INFO 0 [732] -2013-11-15 09:56:49 queue INFO 4 [733] -2013-11-15 09:56:49 queue INFO 0 [734] -2013-11-15 09:56:49 queue INFO 4 [735] -2013-11-15 09:56:50 queue INFO 0 [736] -2013-11-15 09:56:50 queue INFO 4 [737] -2013-11-15 09:56:50 queue INFO 0 [738] -2013-11-15 09:56:51 queue INFO 4 [739] -2013-11-15 09:56:51 queue INFO 0 [740] -2013-11-15 09:56:51 queue INFO 4 [741] -2013-11-15 09:56:52 queue INFO 0 [742] -2013-11-15 09:56:52 queue INFO 4 [743] -2013-11-15 09:56:52 queue INFO 0 [744] -2013-11-15 09:56:53 queue INFO 4 [745] -2013-11-15 09:56:53 queue INFO 0 [746] -2013-11-15 09:56:53 queue INFO 4 [747] -2013-11-15 09:56:54 queue INFO 0 [748] -2013-11-15 09:56:54 queue INFO 4 [749] -2013-11-15 09:56:54 queue INFO 0 [750] -2013-11-15 09:56:55 queue INFO 4 [751] -2013-11-15 09:56:55 queue INFO 0 [752] -2013-11-15 09:56:55 queue INFO 4 [753] -2013-11-15 09:56:56 queue INFO 0 [754] -2013-11-15 09:56:56 queue INFO 4 [755] -2013-11-15 09:56:56 queue INFO 0 [756] -2013-11-15 09:56:57 queue INFO 4 [757] -2013-11-15 09:56:57 queue INFO 0 [758] -2013-11-15 09:56:57 queue INFO 4 [759] -2013-11-15 09:56:58 queue INFO 0 [760] -2013-11-15 09:56:58 queue INFO 4 [761] -2013-11-15 09:56:58 queue INFO 0 [762] -2013-11-15 09:56:59 queue INFO 4 [763] -2013-11-15 09:56:59 queue INFO 0 [764] -2013-11-15 09:56:59 queue INFO 4 [765] -2013-11-15 09:57:00 queue INFO 0 [766] -2013-11-15 09:57:00 queue INFO 4 [767] -2013-11-15 09:57:00 queue INFO 0 [768] -2013-11-15 09:57:01 queue INFO 4 [769] -2013-11-15 09:57:01 queue INFO 0 [770] -2013-11-15 09:57:01 queue INFO 4 [771] -2013-11-15 09:57:02 queue INFO 0 [772] -2013-11-15 09:57:02 queue INFO 4 [773] -2013-11-15 09:57:02 queue INFO 0 [774] -2013-11-15 09:57:03 queue INFO 4 [775] -2013-11-15 09:57:03 queue INFO 0 [776] -2013-11-15 09:57:03 queue INFO 4 [777] -2013-11-15 09:57:04 queue INFO 0 [778] -2013-11-15 09:57:04 queue INFO 4 [779] -2013-11-15 09:57:04 queue INFO 0 [780] -2013-11-15 09:57:05 queue INFO 4 [781] -2013-11-15 09:57:05 queue INFO 0 [782] -2013-11-15 09:57:05 queue INFO 4 [783] -2013-11-15 09:57:06 queue INFO 0 [784] -2013-11-15 09:57:06 queue INFO 4 [785] -2013-11-15 09:57:06 queue INFO 0 [786] -2013-11-15 09:57:07 queue INFO 4 [787] -2013-11-15 09:57:07 queue INFO 0 [788] -2013-11-15 09:57:07 queue INFO 4 [789] -2013-11-15 09:57:08 queue INFO 0 [790] -2013-11-15 09:57:08 queue INFO 4 [791] -2013-11-15 09:57:08 queue INFO 0 [792] -2013-11-15 09:57:09 queue INFO 4 [793] -2013-11-15 09:57:09 queue INFO 0 [794] -2013-11-15 09:57:09 queue INFO 4 [795] -2013-11-15 09:57:10 queue INFO 0 [796] -2013-11-15 09:57:10 queue INFO 4 [797] -2013-11-15 09:57:10 queue INFO 0 [798] -2013-11-15 09:57:11 queue INFO 4 [799] -2013-11-15 09:57:11 queue INFO 0 [800] -2013-11-15 09:57:11 queue INFO 4 [801] -2013-11-15 09:57:11 queue INFO 0 [802] -2013-11-15 09:57:12 queue INFO 4 [803] -2013-11-15 09:57:12 queue INFO 0 [804] -2013-11-15 09:57:13 queue INFO 4 [805] -2013-11-15 09:57:13 queue INFO 0 [806] -2013-11-15 09:57:13 queue INFO 4 [807] -2013-11-15 09:57:13 queue INFO 0 [808] -2013-11-15 09:57:14 queue INFO 4 [809] -2013-11-15 09:57:14 queue INFO 0 [810] -2013-11-15 09:57:14 queue INFO 4 [811] -2013-11-15 09:57:15 queue INFO 0 [812] -2013-11-15 09:57:15 queue INFO 4 [813] -2013-11-15 09:57:15 queue INFO 0 [814] -2013-11-15 09:57:16 queue INFO 4 [815] -2013-11-15 09:57:16 queue INFO 0 [816] -2013-11-15 09:57:16 queue INFO 4 [817] -2013-11-15 09:57:17 queue INFO 0 [818] -2013-11-15 09:57:17 queue INFO 4 [819] -2013-11-15 09:57:17 queue INFO 0 [820] -2013-11-15 09:57:18 queue INFO 4 [821] -2013-11-15 09:57:18 queue INFO 0 [822] -2013-11-15 09:57:18 queue INFO 4 [823] -2013-11-15 09:57:19 queue INFO 0 [824] -2013-11-15 09:57:19 queue INFO 4 [825] -2013-11-15 09:57:19 queue INFO 0 [826] -2013-11-15 09:57:20 queue INFO 4 [827] -2013-11-15 09:57:20 queue INFO 0 [828] -2013-11-15 09:57:20 queue INFO 4 [829] -2013-11-15 09:57:21 queue INFO 0 [830] -2013-11-15 09:57:21 queue INFO 4 [831] -2013-11-15 09:57:21 queue INFO 0 [832] -2013-11-15 09:57:22 queue INFO 4 [833] -2013-11-15 09:57:22 queue INFO 0 [834] -2013-11-15 09:57:22 queue INFO 4 [835] -2013-11-15 09:57:23 queue INFO 0 [836] -2013-11-15 09:57:23 queue INFO 4 [837] -2013-11-15 09:57:23 queue INFO 0 [838] -2013-11-15 09:57:24 queue INFO 4 [839] -2013-11-15 09:57:24 queue INFO 0 [840] -2013-11-15 09:57:24 queue INFO 4 [841] -2013-11-15 09:57:25 queue INFO 0 [842] -2013-11-15 09:57:25 queue INFO 4 [843] -2013-11-15 09:57:25 queue INFO 0 [844] -2013-11-15 09:57:26 queue INFO 4 [845] -2013-11-15 09:57:26 queue INFO 0 [846] -2013-11-15 09:57:26 queue INFO 4 [847] -2013-11-15 09:57:27 queue INFO 0 [848] -2013-11-15 09:57:27 queue INFO 4 [849] -2013-11-15 09:57:28 queue INFO 0 [850] -2013-11-15 09:57:28 queue INFO 4 [851] -2013-11-15 09:57:28 queue INFO 0 [852] -2013-11-15 09:57:29 queue INFO 4 [853] -2013-11-15 09:57:29 queue INFO 0 [854] -2013-11-15 09:57:29 queue INFO 4 [855] -2013-11-15 09:57:30 queue INFO 0 [856] -2013-11-15 09:57:30 queue INFO 4 [857] -2013-11-15 09:57:30 queue INFO 0 [858] -2013-11-15 09:57:31 queue INFO 4 [859] -2013-11-15 09:57:31 queue INFO 0 [860] -2013-11-15 09:57:31 queue INFO 4 [861] -2013-11-15 09:57:31 queue INFO 0 [862] -2013-11-15 09:57:32 queue INFO 4 [863] -2013-11-15 09:57:32 queue INFO 0 [864] -2013-11-15 09:57:32 queue INFO 4 [865] -2013-11-15 09:57:33 queue INFO 0 [866] -2013-11-15 09:57:33 queue INFO 4 [867] -2013-11-15 09:57:33 queue INFO 0 [868] -2013-11-15 09:57:34 queue INFO 4 [869] -2013-11-15 09:57:34 queue INFO 0 [870] -2013-11-15 09:57:34 queue INFO 4 [871] -2013-11-15 09:57:35 queue INFO 0 [872] -2013-11-15 09:57:35 queue INFO 4 [873] -2013-11-15 09:57:35 queue INFO 0 [874] -2013-11-15 09:57:36 queue INFO 4 [875] -2013-11-15 09:57:36 queue INFO 0 [876] -2013-11-15 09:57:36 queue INFO 4 [877] -2013-11-15 09:57:37 queue INFO 0 [878] -2013-11-15 09:57:37 queue INFO 4 [879] -2013-11-15 09:57:37 queue INFO 0 [880] -2013-11-15 09:57:38 queue INFO 4 [881] -2013-11-15 09:57:38 queue INFO 0 [882] -2013-11-15 09:57:38 queue INFO 4 [883] -2013-11-15 09:57:39 queue INFO 0 [884] -2013-11-15 09:57:39 queue INFO 4 [885] -2013-11-15 09:57:39 queue INFO 0 [886] -2013-11-15 09:57:40 queue INFO 4 [887] -2013-11-15 09:57:40 queue INFO 0 [888] -2013-11-15 09:57:40 queue INFO 4 [889] -2013-11-15 09:57:41 queue INFO 0 [890] -2013-11-15 09:57:41 queue INFO 4 [891] -2013-11-15 09:57:41 queue INFO 0 [892] -2013-11-15 09:57:42 queue INFO 4 [893] -2013-11-15 09:57:42 queue INFO 0 [894] -2013-11-15 09:57:42 queue INFO 4 [895] -2013-11-15 09:57:43 queue INFO 0 [896] -2013-11-15 09:57:43 queue INFO 4 [897] -2013-11-15 09:57:43 queue INFO 0 [898] -2013-11-15 09:57:44 queue INFO 4 [899] -2013-11-15 09:57:44 queue INFO 0 [900] -2013-11-15 09:57:44 queue INFO 4 [901] -2013-11-15 09:57:44 queue INFO 0 [902] -2013-11-15 09:57:45 queue INFO 4 [903] -2013-11-15 09:57:45 queue INFO 0 [904] -2013-11-15 09:57:45 queue INFO 4 [905] -2013-11-15 09:57:46 queue INFO 0 [906] -2013-11-15 09:57:46 queue INFO 4 [907] -2013-11-15 09:57:46 queue INFO 0 [908] -2013-11-15 09:57:47 queue INFO 4 [909] -2013-11-15 09:57:47 queue INFO 0 [910] -2013-11-15 09:57:47 queue INFO 4 [911] -2013-11-15 09:57:48 queue INFO 0 [912] -2013-11-15 09:57:48 queue INFO 4 [913] -2013-11-15 09:57:48 queue INFO 0 [914] -2013-11-15 09:57:49 queue INFO 4 [915] -2013-11-15 09:57:49 queue INFO 0 [916] -2013-11-15 09:57:49 queue INFO 4 [917] -2013-11-15 09:57:50 queue INFO 0 [918] -2013-11-15 09:57:50 queue INFO 4 [919] -2013-11-15 09:57:50 queue INFO 0 [920] -2013-11-15 09:57:51 queue INFO 4 [921] -2013-11-15 09:57:51 queue INFO 0 [922] -2013-11-15 09:57:51 queue INFO 4 [923] -2013-11-15 09:57:52 queue INFO 0 [924] -2013-11-15 09:57:52 queue INFO 4 [925] -2013-11-15 09:57:52 queue INFO 0 [926] -2013-11-15 09:57:53 queue INFO 4 [927] -2013-11-15 09:57:53 queue INFO 0 [928] -2013-11-15 09:57:53 queue INFO 4 [929] -2013-11-15 09:57:54 queue INFO 0 [930] -2013-11-15 09:57:54 queue INFO 4 [931] -2013-11-15 09:57:54 queue INFO 0 [932] -2013-11-15 09:57:55 queue INFO 4 [933] -2013-11-15 09:57:55 queue INFO 0 [934] -2013-11-15 09:57:55 queue INFO 4 [935] -2013-11-15 09:57:56 queue INFO 0 [936] -2013-11-15 09:57:56 queue INFO 4 [937] -2013-11-15 09:57:56 queue INFO 0 [938] -2013-11-15 09:57:57 queue INFO 4 [939] -2013-11-15 09:57:57 queue INFO 0 [940] -2013-11-15 09:57:57 queue INFO 4 [941] -2013-11-15 09:57:58 queue INFO 0 [942] -2013-11-15 09:57:58 queue INFO 4 [943] -2013-11-15 09:57:58 queue INFO 0 [944] -2013-11-15 09:57:59 queue INFO 4 [945] -2013-11-15 09:57:59 queue INFO 0 [946] -2013-11-15 09:57:59 queue INFO 4 [947] -2013-11-15 09:58:00 queue INFO 0 [948] -2013-11-15 09:58:00 queue INFO 4 [949] -2013-11-15 09:58:00 queue INFO 0 [950] -2013-11-15 09:58:01 queue INFO 4 [951] -2013-11-15 09:58:01 queue INFO 0 [952] -2013-11-15 09:58:01 queue INFO 4 [953] -2013-11-15 09:58:02 queue INFO 0 [954] -2013-11-15 09:58:02 queue INFO 4 [955] -2013-11-15 09:58:02 queue INFO 0 [956] -2013-11-15 09:58:03 queue INFO 4 [957] -2013-11-15 09:58:03 queue INFO 0 [958] -2013-11-15 09:58:03 queue INFO 4 [959] -2013-11-15 09:58:04 queue INFO 0 [960] -2013-11-15 09:58:04 queue INFO 4 [961] -2013-11-15 09:58:04 queue INFO 0 [962] -2013-11-15 09:58:05 queue INFO 4 [963] -2013-11-15 09:58:05 queue INFO 0 [964] -2013-11-15 09:58:05 queue INFO 4 [965] -2013-11-15 09:58:06 queue INFO 0 [966] -2013-11-15 09:58:06 queue INFO 4 [967] -2013-11-15 09:58:06 queue INFO 0 [968] -2013-11-15 09:58:07 queue INFO 4 [969] -2013-11-15 09:58:07 queue INFO 0 [970] -2013-11-15 09:58:07 queue INFO 4 [971] -2013-11-15 09:58:08 queue INFO 0 [972] -2013-11-15 09:58:08 queue INFO 4 [973] -2013-11-15 09:58:08 queue INFO 0 [974] -2013-11-15 09:58:09 queue INFO 4 [975] -2013-11-15 09:58:09 queue INFO 0 [976] -2013-11-15 09:58:09 queue INFO 4 [977] -2013-11-15 09:58:09 queue INFO 0 [978] -2013-11-15 09:58:10 queue INFO 4 [979] -2013-11-15 09:58:10 queue INFO 0 [980] -2013-11-15 09:58:10 queue INFO 4 [981] -2013-11-15 09:58:11 queue INFO 0 [982] -2013-11-15 09:58:11 queue INFO 4 [983] -2013-11-15 09:58:11 queue INFO 0 [984] -2013-11-15 09:58:12 queue INFO 4 [985] -2013-11-15 09:58:12 queue INFO 0 [986] -2013-11-15 09:58:12 queue INFO 4 [987] -2013-11-15 09:58:13 queue INFO 0 [988] -2013-11-15 09:58:13 queue INFO 4 [989] -2013-11-15 09:58:13 queue INFO 0 [990] -2013-11-15 09:58:14 queue INFO 4 [991] -2013-11-15 09:58:14 queue INFO 0 [992] -2013-11-15 09:58:14 queue INFO 4 [993] -2013-11-15 09:58:15 queue INFO 0 [994] -2013-11-15 09:58:15 queue INFO 4 [995] -2013-11-15 09:58:15 queue INFO 0 [996] -2013-11-15 09:58:16 queue INFO 4 [997] -2013-11-15 09:58:16 queue INFO 0 [998] -2013-11-15 09:58:16 queue INFO 4 [999] -2013-11-15 09:58:17 queue INFO 0 [0] -2013-11-15 09:58:17 queue INFO 4 [1] -2013-11-15 09:58:17 queue INFO 0 [2] -2013-11-15 09:58:18 queue INFO 4 [3] -2013-11-15 09:58:18 queue INFO 0 [4] -2013-11-15 09:58:18 queue INFO 4 [5] -2013-11-15 09:58:19 queue INFO 0 [6] -2013-11-15 09:58:19 queue INFO 4 [7] -2013-11-15 09:58:19 queue INFO 0 [8] -2013-11-15 09:58:20 queue INFO 4 [9] -2013-11-15 09:58:20 queue INFO 0 [10] -2013-11-15 09:58:20 queue INFO 4 [11] -2013-11-15 09:58:21 queue INFO 0 [12] -2013-11-15 09:58:21 queue INFO 4 [13] -2013-11-15 09:58:22 queue INFO 0 [14] -2013-11-15 09:58:22 queue INFO 4 [15] -2013-11-15 09:58:22 queue INFO 0 [16] -2013-11-15 09:58:22 queue INFO 4 [17] -2013-11-15 09:58:23 queue INFO 0 [18] -2013-11-15 09:58:23 queue INFO 4 [19] -2013-11-15 09:58:23 queue INFO 0 [20] -2013-11-15 09:58:24 queue INFO 4 [21] -2013-11-15 09:58:24 queue INFO 0 [22] -2013-11-15 09:58:24 queue INFO 4 [23] -2013-11-15 09:58:25 queue INFO 0 [24] -2013-11-15 09:58:25 queue INFO 4 [25] -2013-11-15 09:58:25 queue INFO 0 [26] -2013-11-15 09:58:26 queue INFO 4 [27] -2013-11-15 09:58:26 queue INFO 0 [28] -2013-11-15 09:58:26 queue INFO 4 [29] -2013-11-15 09:58:27 queue INFO 0 [30] -2013-11-15 09:58:27 queue INFO 4 [31] -2013-11-15 09:58:27 queue INFO 0 [32] -2013-11-15 09:58:28 queue INFO 4 [33] -2013-11-15 09:58:28 queue INFO 0 [34] -2013-11-15 09:58:28 queue INFO 4 [35] -2013-11-15 09:58:29 queue INFO 0 [36] -2013-11-15 09:58:29 queue INFO 4 [37] -2013-11-15 09:58:29 queue INFO 0 [38] -2013-11-15 09:58:30 queue INFO 4 [39] -2013-11-15 09:58:30 queue INFO 0 [40] -2013-11-15 09:58:30 queue INFO 4 [41] -2013-11-15 09:58:31 queue INFO 0 [42] -2013-11-15 09:58:31 queue INFO 4 [43] -2013-11-15 09:58:31 queue INFO 0 [44] -2013-11-15 09:58:32 queue INFO 4 [45] -2013-11-15 09:58:32 queue INFO 0 [46] -2013-11-15 09:58:32 queue INFO 4 [47] -2013-11-15 09:58:33 queue INFO 0 [48] -2013-11-15 09:58:33 queue INFO 4 [49] -2013-11-15 09:58:33 queue INFO 0 [50] -2013-11-15 09:58:34 queue INFO 4 [51] -2013-11-15 09:58:34 queue INFO 0 [52] -2013-11-15 09:58:34 queue INFO 4 [53] -2013-11-15 09:58:34 queue INFO 0 [54] -2013-11-15 09:58:35 queue INFO 4 [55] -2013-11-15 09:58:35 queue INFO 0 [56] -2013-11-15 09:58:35 queue INFO 4 [57] -2013-11-15 09:58:36 queue INFO 0 [58] -2013-11-15 09:58:36 queue INFO 4 [59] -2013-11-15 09:58:36 queue INFO 0 [60] -2013-11-15 09:58:37 queue INFO 4 [61] -2013-11-15 09:58:37 queue INFO 0 [62] -2013-11-15 09:58:37 queue INFO 4 [63] -2013-11-15 09:58:38 queue INFO 0 [64] -2013-11-15 09:58:38 queue INFO 4 [65] -2013-11-15 09:58:38 queue INFO 0 [66] -2013-11-15 09:58:39 queue INFO 4 [67] -2013-11-15 09:58:39 queue INFO 0 [68] -2013-11-15 09:58:39 queue INFO 4 [69] -2013-11-15 09:58:40 queue INFO 0 [70] -2013-11-15 09:58:40 queue INFO 4 [71] -2013-11-15 09:58:40 queue INFO 0 [72] -2013-11-15 09:58:41 queue INFO 4 [73] -2013-11-15 09:58:41 queue INFO 0 [74] -2013-11-15 09:58:41 queue INFO 4 [75] -2013-11-15 09:58:42 queue INFO 0 [76] -2013-11-15 09:58:42 queue INFO 4 [77] -2013-11-15 09:58:42 queue INFO 0 [78] -2013-11-15 09:58:43 queue INFO 4 [79] -2013-11-15 09:58:43 queue INFO 0 [80] -2013-11-15 09:58:43 queue INFO 4 [81] -2013-11-15 09:58:44 queue INFO 0 [82] -2013-11-15 09:58:44 queue INFO 4 [83] -2013-11-15 09:58:44 queue INFO 0 [84] -2013-11-15 09:58:45 queue INFO 4 [85] -2013-11-15 09:58:45 queue INFO 0 [86] -2013-11-15 09:58:45 queue INFO 4 [87] -2013-11-15 09:58:45 queue INFO 0 [88] -2013-11-15 09:58:46 queue INFO 4 [89] -2013-11-15 09:58:46 queue INFO 0 [90] -2013-11-15 09:58:46 queue INFO 4 [91] -2013-11-15 09:58:47 queue INFO 0 [92] -2013-11-15 09:58:47 queue INFO 4 [93] -2013-11-15 09:58:47 queue INFO 0 [94] -2013-11-15 09:58:48 queue INFO 4 [95] -2013-11-15 09:58:48 queue INFO 0 [96] -2013-11-15 09:58:48 queue INFO 4 [97] -2013-11-15 09:58:49 queue INFO 0 [98] -2013-11-15 09:58:49 queue INFO 4 [99] -2013-11-15 09:58:50 queue INFO 0 [100] -2013-11-15 09:58:50 queue INFO 4 [101] -2013-11-15 09:58:50 queue INFO 0 [102] -2013-11-15 09:58:51 queue INFO 4 [103] -2013-11-15 09:58:51 queue INFO 0 [104] -2013-11-15 09:58:51 queue INFO 4 [105] -2013-11-15 09:58:52 queue INFO 0 [106] -2013-11-15 09:58:52 queue INFO 4 [107] -2013-11-15 09:58:52 queue INFO 0 [108] -2013-11-15 09:58:53 queue INFO 4 [109] -2013-11-15 09:58:53 queue INFO 0 [110] -2013-11-15 09:58:53 queue INFO 4 [111] -2013-11-15 09:58:54 queue INFO 0 [112] -2013-11-15 09:58:54 queue INFO 4 [113] -2013-11-15 09:58:54 queue INFO 0 [114] -2013-11-15 09:58:55 queue INFO 4 [115] -2013-11-15 09:58:55 queue INFO 0 [116] -2013-11-15 09:58:55 queue INFO 4 [117] -2013-11-15 09:58:55 queue INFO 0 [118] -2013-11-15 09:58:56 queue INFO 4 [119] -2013-11-15 09:58:56 queue INFO 0 [120] -2013-11-15 09:58:56 queue INFO 4 [121] -2013-11-15 09:58:57 queue INFO 0 [122] -2013-11-15 09:58:57 queue INFO 4 [123] -2013-11-15 09:58:57 queue INFO 0 [124] -2013-11-15 09:58:58 queue INFO 4 [125] -2013-11-15 09:58:58 queue INFO 0 [126] -2013-11-15 09:58:58 queue INFO 4 [127] -2013-11-15 09:58:59 queue INFO 0 [128] -2013-11-15 09:58:59 queue INFO 4 [129] -2013-11-15 09:58:59 queue INFO 0 [130] -2013-11-15 09:59:00 queue INFO 4 [131] -2013-11-15 09:59:00 queue INFO 0 [132] -2013-11-15 09:59:00 queue INFO 4 [133] -2013-11-15 09:59:01 queue INFO 0 [134] -2013-11-15 09:59:01 queue INFO 4 [135] -2013-11-15 09:59:01 queue INFO 0 [136] -2013-11-15 09:59:02 queue INFO 4 [137] -2013-11-15 09:59:02 queue INFO 0 [138] -2013-11-15 09:59:02 queue INFO 4 [139] -2013-11-15 09:59:03 queue INFO 0 [140] -2013-11-15 09:59:03 queue INFO 4 [141] -2013-11-15 09:59:03 queue INFO 0 [142] -2013-11-15 09:59:04 queue INFO 4 [143] -2013-11-15 09:59:04 queue INFO 0 [144] -2013-11-15 09:59:04 queue INFO 4 [145] -2013-11-15 09:59:05 queue INFO 0 [146] -2013-11-15 09:59:05 queue INFO 4 [147] -2013-11-15 09:59:05 queue INFO 0 [148] -2013-11-15 09:59:06 queue INFO 4 [149] -2013-11-15 09:59:06 queue INFO 0 [150] -2013-11-15 09:59:06 queue INFO 4 [151] -2013-11-15 09:59:07 queue INFO 0 [152] -2013-11-15 09:59:07 queue INFO 4 [153] -2013-11-15 09:59:07 queue INFO 0 [154] -2013-11-15 09:59:08 queue INFO 4 [155] -2013-11-15 09:59:08 queue INFO 0 [156] -2013-11-15 09:59:08 queue INFO 4 [157] -2013-11-15 09:59:09 queue INFO 0 [158] -2013-11-15 09:59:09 queue INFO 4 [159] -2013-11-15 09:59:09 queue INFO 0 [160] -2013-11-15 09:59:10 queue INFO 4 [161] -2013-11-15 09:59:10 queue INFO 0 [162] -2013-11-15 09:59:10 queue INFO 4 [163] -2013-11-15 09:59:11 queue INFO 0 [164] -2013-11-15 09:59:11 queue INFO 4 [165] -2013-11-15 09:59:11 queue INFO 0 [166] -2013-11-15 09:59:12 queue INFO 4 [167] -2013-11-15 09:59:12 queue INFO 0 [168] -2013-11-15 09:59:12 queue INFO 4 [169] -2013-11-15 09:59:13 queue INFO 0 [170] -2013-11-15 09:59:13 queue INFO 4 [171] -2013-11-15 09:59:13 queue INFO 0 [172] -2013-11-15 09:59:14 queue INFO 4 [173] -2013-11-15 09:59:14 queue INFO 0 [174] -2013-11-15 09:59:14 queue INFO 4 [175] -2013-11-15 09:59:15 queue INFO 0 [176] -2013-11-15 09:59:15 queue INFO 4 [177] -2013-11-15 09:59:15 queue INFO 0 [178] -2013-11-15 09:59:16 queue INFO 4 [179] -2013-11-15 09:59:16 queue INFO 0 [180] -2013-11-15 09:59:16 queue INFO 4 [181] -2013-11-15 09:59:17 queue INFO 0 [182] -2013-11-15 09:59:17 queue INFO 4 [183] -2013-11-15 09:59:17 queue INFO 0 [184] -2013-11-15 09:59:18 queue INFO 4 [185] -2013-11-15 09:59:18 queue INFO 0 [186] -2013-11-15 09:59:18 queue INFO 4 [187] -2013-11-15 09:59:19 queue INFO 0 [188] -2013-11-15 09:59:19 queue INFO 4 [189] -2013-11-15 09:59:19 queue INFO 0 [190] -2013-11-15 09:59:20 queue INFO 4 [191] -2013-11-15 09:59:20 queue INFO 0 [192] -2013-11-15 09:59:20 queue INFO 4 [193] -2013-11-15 09:59:21 queue INFO 0 [194] -2013-11-15 09:59:21 queue INFO 4 [195] -2013-11-15 09:59:21 queue INFO 0 [196] -2013-11-15 09:59:22 queue INFO 4 [197] -2013-11-15 09:59:22 queue INFO 0 [198] -2013-11-15 09:59:22 queue INFO 4 [199] -2013-11-15 09:59:23 queue INFO 0 [200] -2013-11-15 09:59:23 queue INFO 4 [201] -2013-11-15 09:59:23 queue INFO 0 [202] -2013-11-15 09:59:24 queue INFO 4 [203] -2013-11-15 09:59:24 queue INFO 0 [204] -2013-11-15 09:59:24 queue INFO 4 [205] -2013-11-15 09:59:25 queue INFO 0 [206] -2013-11-15 09:59:25 queue INFO 4 [207] -2013-11-15 09:59:25 queue INFO 0 [208] -2013-11-15 09:59:26 queue INFO 4 [209] -2013-11-15 09:59:26 queue INFO 0 [210] -2013-11-15 09:59:26 queue INFO 4 [211] -2013-11-15 09:59:27 queue INFO 0 [212] -2013-11-15 09:59:27 queue INFO 4 [213] -2013-11-15 09:59:27 queue INFO 0 [214] -2013-11-15 09:59:28 queue INFO 4 [215] -2013-11-15 09:59:28 queue INFO 0 [216] -2013-11-15 09:59:28 queue INFO 4 [217] -2013-11-15 09:59:29 queue INFO 0 [218] -2013-11-15 09:59:29 queue INFO 4 [219] -2013-11-15 09:59:29 queue INFO 0 [220] -2013-11-15 09:59:30 queue INFO 4 [221] -2013-11-15 09:59:30 queue INFO 0 [222] -2013-11-15 09:59:30 queue INFO 4 [223] -2013-11-15 09:59:31 queue INFO 0 [224] -2013-11-15 09:59:31 queue INFO 4 [225] -2013-11-15 09:59:31 queue INFO 0 [226] -2013-11-15 09:59:32 queue INFO 4 [227] -2013-11-15 09:59:32 queue INFO 0 [228] -2013-11-15 09:59:32 queue INFO 4 [229] -2013-11-15 09:59:32 queue INFO 0 [230] -2013-11-15 09:59:33 queue INFO 4 [231] -2013-11-15 09:59:33 queue INFO 0 [232] -2013-11-15 09:59:33 queue INFO 4 [233] -2013-11-15 09:59:34 queue INFO 0 [234] -2013-11-15 09:59:34 queue INFO 4 [235] -2013-11-15 09:59:34 queue INFO 0 [236] -2013-11-15 09:59:35 queue INFO 4 [237] -2013-11-15 09:59:35 queue INFO 0 [238] -2013-11-15 09:59:35 queue INFO 4 [239] -2013-11-15 09:59:36 queue INFO 0 [240] -2013-11-15 09:59:36 queue INFO 4 [241] -2013-11-15 09:59:36 queue INFO 0 [242] -2013-11-15 09:59:37 queue INFO 4 [243] -2013-11-15 09:59:37 queue INFO 0 [244] -2013-11-15 09:59:37 queue INFO 4 [245] -2013-11-15 09:59:38 queue INFO 0 [246] -2013-11-15 09:59:38 queue INFO 4 [247] -2013-11-15 09:59:38 queue INFO 0 [248] -2013-11-15 09:59:39 queue INFO 4 [249] -2013-11-15 09:59:39 queue INFO 0 [250] -2013-11-15 09:59:39 queue INFO 4 [251] -2013-11-15 09:59:40 queue INFO 0 [252] -2013-11-15 09:59:40 queue INFO 4 [253] -2013-11-15 09:59:40 queue INFO 0 [254] -2013-11-15 09:59:41 queue INFO 4 [255] -2013-11-15 09:59:41 queue INFO 0 [256] -2013-11-15 09:59:41 queue INFO 4 [257] -2013-11-15 09:59:42 queue INFO 0 [258] -2013-11-15 09:59:42 queue INFO 4 [259] -2013-11-15 09:59:42 queue INFO 0 [260] -2013-11-15 09:59:43 queue INFO 4 [261] -2013-11-15 09:59:43 queue INFO 0 [262] -2013-11-15 09:59:44 queue INFO 4 [263] -2013-11-15 09:59:44 queue INFO 0 [264] -2013-11-15 09:59:44 queue INFO 4 [265] -2013-11-15 09:59:45 queue INFO 0 [266] -2013-11-15 09:59:45 queue INFO 4 [267] -2013-11-15 09:59:45 queue INFO 0 [268] -2013-11-15 09:59:46 queue INFO 4 [269] -2013-11-15 09:59:46 queue INFO 0 [270] -2013-11-15 09:59:46 queue INFO 4 [271] -2013-11-15 09:59:47 queue INFO 0 [272] -2013-11-15 09:59:47 queue INFO 4 [273] -2013-11-15 09:59:47 queue INFO 0 [274] -2013-11-15 09:59:48 queue INFO 4 [275] -2013-11-15 09:59:48 queue INFO 0 [276] -2013-11-15 09:59:48 queue INFO 4 [277] -2013-11-15 09:59:49 queue INFO 0 [278] -2013-11-15 09:59:49 queue INFO 4 [279] -2013-11-15 09:59:49 queue INFO 0 [280] -2013-11-15 09:59:50 queue INFO 4 [281] -2013-11-15 09:59:50 queue INFO 0 [282] -2013-11-15 09:59:50 queue INFO 4 [283] -2013-11-15 09:59:51 queue INFO 0 [284] -2013-11-15 09:59:51 queue INFO 4 [285] -2013-11-15 09:59:51 queue INFO 0 [286] -2013-11-15 09:59:52 queue INFO 4 [287] -2013-11-15 09:59:52 queue INFO 0 [288] -2013-11-15 09:59:52 queue INFO 4 [289] -2013-11-15 09:59:53 queue INFO 0 [290] -2013-11-15 09:59:53 queue INFO 4 [291] -2013-11-15 09:59:53 queue INFO 0 [292] -2013-11-15 09:59:54 queue INFO 4 [293] -2013-11-15 09:59:54 queue INFO 0 [294] -2013-11-15 09:59:54 queue INFO 4 [295] -2013-11-15 09:59:55 queue INFO 0 [296] -2013-11-15 09:59:55 queue INFO 4 [297] -2013-11-15 09:59:55 queue INFO 0 [298] -2013-11-15 09:59:56 queue INFO 4 [299] -2013-11-15 09:59:56 queue INFO 0 [300] -2013-11-15 09:59:56 queue INFO 4 [301] -2013-11-15 09:59:57 queue INFO 0 [302] -2013-11-15 09:59:57 queue INFO 4 [303] -2013-11-15 09:59:57 queue INFO 0 [304] -2013-11-15 09:59:58 queue INFO 4 [305] -2013-11-15 09:59:58 queue INFO 0 [306] -2013-11-15 09:59:58 queue INFO 4 [307] -2013-11-15 09:59:59 queue INFO 0 [308] -2013-11-15 09:59:59 queue INFO 4 [309] -2013-11-15 09:59:59 queue INFO 0 [310] -2013-11-15 10:00:00 queue INFO 4 [311] -2013-11-15 10:00:00 queue INFO 0 [312] -2013-11-15 10:00:00 queue INFO 4 [313] -2013-11-15 10:00:01 queue INFO 0 [314] -2013-11-15 10:00:01 queue INFO 4 [315] -2013-11-15 10:00:02 queue INFO 0 [316] -2013-11-15 10:00:02 queue INFO 4 [317] -2013-11-15 10:00:02 queue INFO 0 [318] -2013-11-15 10:00:03 queue INFO 4 [319] -2013-11-15 10:00:03 queue INFO 0 [320] -2013-11-15 10:00:03 queue INFO 4 [321] -2013-11-15 10:00:04 queue INFO 0 [322] -2013-11-15 10:00:04 queue INFO 4 [323] -2013-11-15 10:00:04 queue INFO 0 [324] -2013-11-15 10:00:05 queue INFO 4 [325] -2013-11-15 10:00:05 queue INFO 0 [326] -2013-11-15 10:00:05 queue INFO 4 [327] -2013-11-15 10:00:05 queue INFO 0 [328] -2013-11-15 10:00:06 queue INFO 4 [329] -2013-11-15 10:00:06 queue INFO 0 [330] -2013-11-15 10:00:06 queue INFO 4 [331] -2013-11-15 10:00:07 queue INFO 0 [332] -2013-11-15 10:00:07 queue INFO 4 [333] -2013-11-15 10:00:08 queue INFO 0 [334] -2013-11-15 10:00:08 queue INFO 4 [335] -2013-11-15 10:00:08 queue INFO 0 [336] -2013-11-15 10:00:09 queue INFO 4 [337] -2013-11-15 10:00:09 queue INFO 0 [338] -2013-11-15 10:00:09 queue INFO 4 [339] -2013-11-15 10:00:10 queue INFO 0 [340] -2013-11-15 10:00:10 queue INFO 4 [341] -2013-11-15 10:00:10 queue INFO 0 [342] -2013-11-15 10:00:11 queue INFO 4 [343] -2013-11-15 10:00:11 queue INFO 0 [344] -2013-11-15 10:00:11 queue INFO 4 [345] -2013-11-15 10:00:12 queue INFO 0 [346] -2013-11-15 10:00:12 queue INFO 4 [347] -2013-11-15 10:00:12 queue INFO 0 [348] -2013-11-15 10:00:13 queue INFO 4 [349] -2013-11-15 10:00:13 queue INFO 0 [350] -2013-11-15 10:00:13 queue INFO 4 [351] -2013-11-15 10:00:14 queue INFO 0 [352] -2013-11-15 10:00:14 queue INFO 4 [353] -2013-11-15 10:00:14 queue INFO 0 [354] -2013-11-15 10:00:15 queue INFO 4 [355] -2013-11-15 10:00:15 queue INFO 0 [356] -2013-11-15 10:00:15 queue INFO 4 [357] -2013-11-15 10:00:16 queue INFO 0 [358] -2013-11-15 10:00:16 queue INFO 4 [359] -2013-11-15 10:00:16 queue INFO 0 [360] -2013-11-15 10:00:17 queue INFO 4 [361] -2013-11-15 10:00:17 queue INFO 0 [362] -2013-11-15 10:00:17 queue INFO 4 [363] -2013-11-15 10:00:18 queue INFO 0 [364] -2013-11-15 10:00:18 queue INFO 4 [365] -2013-11-15 10:00:18 queue INFO 0 [366] -2013-11-15 10:00:19 queue INFO 4 [367] -2013-11-15 10:00:19 queue INFO 0 [368] -2013-11-15 10:00:19 queue INFO 4 [369] -2013-11-15 10:00:20 queue INFO 0 [370] -2013-11-15 10:00:20 queue INFO 4 [371] -2013-11-15 10:00:20 queue INFO 0 [372] -2013-11-15 10:00:21 queue INFO 4 [373] -2013-11-15 10:00:21 queue INFO 0 [374] -2013-11-15 10:00:21 queue INFO 4 [375] -2013-11-15 10:00:22 queue INFO 0 [376] -2013-11-15 10:00:22 queue INFO 4 [377] -2013-11-15 10:00:22 queue INFO 0 [378] -2013-11-15 10:00:23 queue INFO 4 [379] -2013-11-15 10:00:23 queue INFO 0 [380] -2013-11-15 10:00:23 queue INFO 4 [381] -2013-11-15 10:00:24 queue INFO 0 [382] -2013-11-15 10:00:24 queue INFO 4 [383] -2013-11-15 10:00:24 queue INFO 0 [384] -2013-11-15 10:00:25 queue INFO 4 [385] -2013-11-15 10:00:25 queue INFO 0 [386] -2013-11-15 10:00:25 queue INFO 4 [387] -2013-11-15 10:00:26 queue INFO 0 [388] -2013-11-15 10:00:26 queue INFO 4 [389] -2013-11-15 10:00:26 queue INFO 0 [390] -2013-11-15 10:00:27 queue INFO 4 [391] -2013-11-15 10:00:27 queue INFO 0 [392] -2013-11-15 10:00:27 queue INFO 4 [393] -2013-11-15 10:00:28 queue INFO 0 [394] -2013-11-15 10:00:28 queue INFO 4 [395] -2013-11-15 10:00:28 queue INFO 0 [396] -2013-11-15 10:00:28 queue INFO 4 [397] -2013-11-15 10:00:29 queue INFO 0 [398] -2013-11-15 10:00:29 queue INFO 4 [399] -2013-11-15 10:00:29 queue INFO 0 [400] -2013-11-15 10:00:30 queue INFO 4 [401] -2013-11-15 10:00:30 queue INFO 0 [402] -2013-11-15 10:00:30 queue INFO 4 [403] -2013-11-15 10:00:31 queue INFO 0 [404] -2013-11-15 10:00:31 queue INFO 4 [405] -2013-11-15 10:00:31 queue INFO 0 [406] -2013-11-15 10:00:32 queue INFO 4 [407] -2013-11-15 10:00:32 queue INFO 0 [408] -2013-11-15 10:00:32 queue INFO 4 [409] -2013-11-15 10:00:33 queue INFO 0 [410] -2013-11-15 10:00:33 queue INFO 4 [411] -2013-11-15 10:00:33 queue INFO 0 [412] -2013-11-15 10:00:34 queue INFO 4 [413] -2013-11-15 10:00:34 queue INFO 0 [414] -2013-11-15 10:00:35 queue INFO 4 [415] -2013-11-15 10:00:35 queue INFO 0 [416] -2013-11-15 10:00:35 queue INFO 4 [417] -2013-11-15 10:00:36 queue INFO 0 [418] -2013-11-15 10:00:36 queue INFO 4 [419] -2013-11-15 10:00:36 queue INFO 0 [420] -2013-11-15 10:00:37 queue INFO 4 [421] -2013-11-15 10:00:37 queue INFO 0 [422] -2013-11-15 10:00:37 queue INFO 4 [423] -2013-11-15 10:00:38 queue INFO 0 [424] -2013-11-15 10:00:38 queue INFO 4 [425] -2013-11-15 10:00:38 queue INFO 0 [426] -2013-11-15 10:00:39 queue INFO 4 [427] -2013-11-15 10:00:39 queue INFO 0 [428] -2013-11-15 10:00:39 queue INFO 4 [429] -2013-11-15 10:00:40 queue INFO 0 [430] -2013-11-15 10:00:40 queue INFO 4 [431] -2013-11-15 10:00:40 queue INFO 0 [432] -2013-11-15 10:00:41 queue INFO 4 [433] -2013-11-15 10:00:41 queue INFO 0 [434] -2013-11-15 10:00:41 queue INFO 4 [435] -2013-11-15 10:00:42 queue INFO 0 [436] -2013-11-15 10:00:42 queue INFO 4 [437] -2013-11-15 10:00:42 queue INFO 0 [438] -2013-11-15 10:00:43 queue INFO 4 [439] -2013-11-15 10:00:43 queue INFO 0 [440] -2013-11-15 10:00:43 queue INFO 4 [441] -2013-11-15 10:00:44 queue INFO 0 [442] -2013-11-15 10:00:44 queue INFO 4 [443] -2013-11-15 10:00:44 queue INFO 0 [444] -2013-11-15 10:00:45 queue INFO 4 [445] -2013-11-15 10:00:45 queue INFO 0 [446] -2013-11-15 10:00:45 queue INFO 4 [447] -2013-11-15 10:00:46 queue INFO 0 [448] -2013-11-15 10:00:46 queue INFO 4 [449] -2013-11-15 10:00:46 queue INFO 0 [450] -2013-11-15 10:00:47 queue INFO 4 [451] -2013-11-15 10:00:47 queue INFO 0 [452] -2013-11-15 10:00:47 queue INFO 4 [453] -2013-11-15 10:00:47 queue INFO 0 [454] -2013-11-15 10:00:48 queue INFO 4 [455] -2013-11-15 10:00:48 queue INFO 0 [456] -2013-11-15 10:00:48 queue INFO 4 [457] -2013-11-15 10:00:49 queue INFO 0 [458] -2013-11-15 10:00:49 queue INFO 4 [459] -2013-11-15 10:00:49 queue INFO 0 [460] -2013-11-15 10:00:50 queue INFO 4 [461] -2013-11-15 10:00:50 queue INFO 0 [462] -2013-11-15 10:00:50 queue INFO 4 [463] -2013-11-15 10:00:51 queue INFO 0 [464] -2013-11-15 10:00:51 queue INFO 4 [465] -2013-11-15 10:00:51 queue INFO 0 [466] -2013-11-15 10:00:52 queue INFO 4 [467] -2013-11-15 10:00:52 queue INFO 0 [468] -2013-11-15 10:00:52 queue INFO 4 [469] -2013-11-15 10:00:53 queue INFO 0 [470] -2013-11-15 10:00:53 queue INFO 4 [471] -2013-11-15 10:00:53 queue INFO 0 [472] -2013-11-15 10:00:54 queue INFO 4 [473] -2013-11-15 10:00:54 queue INFO 0 [474] -2013-11-15 10:00:54 queue INFO 4 [475] -2013-11-15 10:00:55 queue INFO 0 [476] -2013-11-15 10:00:55 queue INFO 4 [477] -2013-11-15 10:00:55 queue INFO 0 [478] -2013-11-15 10:00:56 queue INFO 4 [479] -2013-11-15 10:00:56 queue INFO 0 [480] -2013-11-15 10:00:56 queue INFO 4 [481] -2013-11-15 10:00:57 queue INFO 0 [482] -2013-11-15 10:00:57 queue INFO 4 [483] -2013-11-15 10:00:57 queue INFO 0 [484] -2013-11-15 10:00:58 queue INFO 4 [485] -2013-11-15 10:00:58 queue INFO 0 [486] -2013-11-15 10:00:58 queue INFO 4 [487] -2013-11-15 10:00:59 queue INFO 0 [488] -2013-11-15 10:00:59 queue INFO 4 [489] -2013-11-15 10:00:59 queue INFO 0 [490] -2013-11-15 10:01:00 queue INFO 4 [491] -2013-11-15 10:01:00 queue INFO 0 [492] -2013-11-15 10:01:00 queue INFO 4 [493] -2013-11-15 10:01:01 queue INFO 0 [494] -2013-11-15 10:01:01 queue INFO 4 [495] -2013-11-15 10:01:01 queue INFO 0 [496] -2013-11-15 10:01:02 queue INFO 4 [497] -2013-11-15 10:01:02 queue INFO 0 [498] -2013-11-15 10:01:02 queue INFO 4 [499] -2013-11-15 10:01:03 queue INFO 0 [500] -2013-11-15 10:01:03 queue INFO 4 [501] -2013-11-15 10:01:03 queue INFO 0 [502] -2013-11-15 10:01:04 queue INFO 4 [503] -2013-11-15 10:01:04 queue INFO 0 [504] -2013-11-15 10:01:04 queue INFO 4 [505] -2013-11-15 10:01:05 queue INFO 0 [506] -2013-11-15 10:01:05 queue INFO 4 [507] -2013-11-15 10:01:05 queue INFO 0 [508] -2013-11-15 10:01:06 queue INFO 4 [509] -2013-11-15 10:01:06 queue INFO 0 [510] -2013-11-15 10:01:06 queue INFO 4 [511] -2013-11-15 10:01:07 queue INFO 0 [512] -2013-11-15 10:01:07 queue INFO 4 [513] -2013-11-15 10:01:08 queue INFO 0 [514] -2013-11-15 10:01:08 queue INFO 4 [515] -2013-11-15 10:01:08 queue INFO 0 [516] -2013-11-15 10:01:09 queue INFO 4 [517] -2013-11-15 10:01:09 queue INFO 0 [518] -2013-11-15 10:01:09 queue INFO 4 [519] -2013-11-15 10:01:10 queue INFO 0 [520] -2013-11-15 10:01:10 queue INFO 4 [521] -2013-11-15 10:01:10 queue INFO 0 [522] -2013-11-15 10:01:11 queue INFO 4 [523] -2013-11-15 10:01:11 queue INFO 0 [524] -2013-11-15 10:01:11 queue INFO 4 [525] -2013-11-15 10:01:12 queue INFO 0 [526] -2013-11-15 10:01:12 queue INFO 4 [527] -2013-11-15 10:01:12 queue INFO 0 [528] -2013-11-15 10:01:13 queue INFO 4 [529] -2013-11-15 10:01:13 queue INFO 0 [530] -2013-11-15 10:01:13 queue INFO 4 [531] -2013-11-15 10:01:13 queue INFO 0 [532] -2013-11-15 10:01:14 queue INFO 4 [533] -2013-11-15 10:01:14 queue INFO 0 [534] -2013-11-15 10:01:14 queue INFO 4 [535] -2013-11-15 10:01:15 queue INFO 0 [536] -2013-11-15 10:01:15 queue INFO 4 [537] -2013-11-15 10:01:15 queue INFO 0 [538] -2013-11-15 10:01:16 queue INFO 4 [539] -2013-11-15 10:01:16 queue INFO 0 [540] -2013-11-15 10:01:16 queue INFO 4 [541] -2013-11-15 10:01:17 queue INFO 0 [542] -2013-11-15 10:01:17 queue INFO 4 [543] -2013-11-15 10:01:17 queue INFO 0 [544] -2013-11-15 10:01:18 queue INFO 4 [545] -2013-11-15 10:01:18 queue INFO 0 [546] -2013-11-15 10:01:18 queue INFO 4 [547] -2013-11-15 10:01:19 queue INFO 0 [548] -2013-11-15 10:01:19 queue INFO 4 [549] -2013-11-15 10:01:19 queue INFO 0 [550] -2013-11-15 10:01:20 queue INFO 4 [551] -2013-11-15 10:01:20 queue INFO 0 [552] -2013-11-15 10:01:20 queue INFO 4 [553] -2013-11-15 10:01:21 queue INFO 0 [554] -2013-11-15 10:01:21 queue INFO 4 [555] -2013-11-15 10:01:21 queue INFO 0 [556] -2013-11-15 10:01:22 queue INFO 4 [557] -2013-11-15 10:01:22 queue INFO 0 [558] -2013-11-15 10:01:22 queue INFO 4 [559] -2013-11-15 10:01:23 queue INFO 0 [560] -2013-11-15 10:01:23 queue INFO 4 [561] -2013-11-15 10:01:23 queue INFO 0 [562] -2013-11-15 10:01:24 queue INFO 4 [563] -2013-11-15 10:01:24 queue INFO 0 [564] -2013-11-15 10:01:24 queue INFO 4 [565] -2013-11-15 10:01:25 queue INFO 0 [566] -2013-11-15 10:01:25 queue INFO 4 [567] -2013-11-15 10:01:25 queue INFO 0 [568] -2013-11-15 10:01:26 queue INFO 4 [569] -2013-11-15 10:01:26 queue INFO 0 [570] -2013-11-15 10:01:26 queue INFO 4 [571] -2013-11-15 10:01:27 queue INFO 0 [572] -2013-11-15 10:01:27 queue INFO 4 [573] -2013-11-15 10:01:27 queue INFO 0 [574] -2013-11-15 10:01:28 queue INFO 4 [575] -2013-11-15 10:01:28 queue INFO 0 [576] -2013-11-15 10:01:29 queue INFO 4 [577] -2013-11-15 10:01:29 queue INFO 0 [578] -2013-11-15 10:01:29 queue INFO 4 [579] -2013-11-15 10:01:30 queue INFO 0 [580] -2013-11-15 10:01:30 queue INFO 4 [581] -2013-11-15 10:01:30 queue INFO 0 [582] -2013-11-15 10:01:31 queue INFO 4 [583] -2013-11-15 10:01:31 queue INFO 0 [584] -2013-11-15 10:01:31 queue INFO 4 [585] -2013-11-15 10:01:32 queue INFO 0 [586] -2013-11-15 10:01:32 queue INFO 4 [587] -2013-11-15 10:01:32 queue INFO 0 [588] -2013-11-15 10:01:33 queue INFO 4 [589] -2013-11-15 10:01:33 queue INFO 0 [590] -2013-11-15 10:01:33 queue INFO 4 [591] -2013-11-15 10:01:34 queue INFO 0 [592] -2013-11-15 10:01:34 queue INFO 4 [593] -2013-11-15 10:01:34 queue INFO 0 [594] -2013-11-15 10:01:34 queue INFO 4 [595] -2013-11-15 10:01:35 queue INFO 0 [596] -2013-11-15 10:01:35 queue INFO 4 [597] -2013-11-15 10:01:35 queue INFO 0 [598] -2013-11-15 10:01:36 queue INFO 4 [599] -2013-11-15 10:01:36 queue INFO 0 [600] -2013-11-15 10:01:36 queue INFO 4 [601] -2013-11-15 10:01:37 queue INFO 0 [602] -2013-11-15 10:01:37 queue INFO 4 [603] -2013-11-15 10:01:37 queue INFO 0 [604] -2013-11-15 10:01:38 queue INFO 4 [605] -2013-11-15 10:01:38 queue INFO 0 [606] -2013-11-15 10:01:38 queue INFO 4 [607] -2013-11-15 10:01:39 queue INFO 0 [608] -2013-11-15 10:01:39 queue INFO 4 [609] -2013-11-15 10:01:39 queue INFO 0 [610] -2013-11-15 10:01:40 queue INFO 4 [611] -2013-11-15 10:01:40 queue INFO 0 [612] -2013-11-15 10:01:40 queue INFO 4 [613] -2013-11-15 10:01:41 queue INFO 0 [614] -2013-11-15 10:01:41 queue INFO 4 [615] -2013-11-15 10:01:41 queue INFO 0 [616] -2013-11-15 10:01:42 queue INFO 4 [617] -2013-11-15 10:01:42 queue INFO 0 [618] -2013-11-15 10:01:42 queue INFO 4 [619] -2013-11-15 10:01:43 queue INFO 0 [620] -2013-11-15 10:01:43 queue INFO 4 [621] -2013-11-15 10:01:43 queue INFO 0 [622] -2013-11-15 10:01:44 queue INFO 4 [623] -2013-11-15 10:01:44 queue INFO 0 [624] -2013-11-15 10:01:44 queue INFO 4 [625] -2013-11-15 10:01:45 queue INFO 0 [626] -2013-11-15 10:01:45 queue INFO 4 [627] -2013-11-15 10:01:45 queue INFO 0 [628] -2013-11-15 10:01:46 queue INFO 4 [629] -2013-11-15 10:01:46 queue INFO 0 [630] -2013-11-15 10:01:46 queue INFO 4 [631] -2013-11-15 10:01:47 queue INFO 0 [632] -2013-11-15 10:01:47 queue INFO 4 [633] -2013-11-15 10:01:47 queue INFO 0 [634] -2013-11-15 10:01:48 queue INFO 4 [635] -2013-11-15 10:01:48 queue INFO 0 [636] -2013-11-15 10:01:48 queue INFO 4 [637] -2013-11-15 10:01:49 queue INFO 0 [638] -2013-11-15 10:01:49 queue INFO 4 [639] -2013-11-15 10:01:49 queue INFO 0 [640] -2013-11-15 10:01:50 queue INFO 4 [641] -2013-11-15 10:01:50 queue INFO 0 [642] -2013-11-15 10:01:50 queue INFO 4 [643] -2013-11-15 10:01:51 queue INFO 0 [644] -2013-11-15 10:01:51 queue INFO 4 [645] -2013-11-15 10:01:51 queue INFO 0 [646] -2013-11-15 10:01:52 queue INFO 4 [647] -2013-11-15 10:01:52 queue INFO 0 [648] -2013-11-15 10:01:52 queue INFO 4 [649] -2013-11-15 10:01:53 queue INFO 0 [650] -2013-11-15 10:01:53 queue INFO 4 [651] -2013-11-15 10:01:53 queue INFO 0 [652] -2013-11-15 10:01:54 queue INFO 4 [653] -2013-11-15 10:01:54 queue INFO 0 [654] -2013-11-15 10:01:55 queue INFO 4 [655] -2013-11-15 10:01:55 queue INFO 0 [656] -2013-11-15 10:01:55 queue INFO 4 [657] -2013-11-15 10:01:55 queue INFO 0 [658] -2013-11-15 10:01:56 queue INFO 4 [659] -2013-11-15 10:01:56 queue INFO 0 [660] -2013-11-15 10:01:56 queue INFO 4 [661] -2013-11-15 10:01:57 queue INFO 0 [662] -2013-11-15 10:01:57 queue INFO 4 [663] -2013-11-15 10:01:57 queue INFO 0 [664] -2013-11-15 10:01:58 queue INFO 4 [665] -2013-11-15 10:01:58 queue INFO 0 [666] -2013-11-15 10:01:58 queue INFO 4 [667] -2013-11-15 10:01:59 queue INFO 0 [668] -2013-11-15 10:01:59 queue INFO 4 [669] -2013-11-15 10:01:59 queue INFO 0 [670] -2013-11-15 10:02:00 queue INFO 4 [671] -2013-11-15 10:02:00 queue INFO 0 [672] -2013-11-15 10:02:00 queue INFO 4 [673] -2013-11-15 10:02:01 queue INFO 0 [674] -2013-11-15 10:02:01 queue INFO 4 [675] -2013-11-15 10:02:01 queue INFO 0 [676] -2013-11-15 10:02:02 queue INFO 4 [677] -2013-11-15 10:02:02 queue INFO 0 [678] -2013-11-15 10:02:02 queue INFO 4 [679] -2013-11-15 10:02:03 queue INFO 0 [680] -2013-11-15 10:02:03 queue INFO 4 [681] -2013-11-15 10:02:03 queue INFO 0 [682] -2013-11-15 10:02:04 queue INFO 4 [683] -2013-11-15 10:02:04 queue INFO 0 [684] -2013-11-15 10:02:04 queue INFO 4 [685] -2013-11-15 10:02:05 queue INFO 0 [686] -2013-11-15 10:02:05 queue INFO 4 [687] -2013-11-15 10:02:05 queue INFO 0 [688] -2013-11-15 10:02:06 queue INFO 4 [689] -2013-11-15 10:02:06 queue INFO 0 [690] -2013-11-15 10:02:06 queue INFO 4 [691] -2013-11-15 10:02:07 queue INFO 0 [692] -2013-11-15 10:02:07 queue INFO 4 [693] -2013-11-15 10:02:07 queue INFO 0 [694] -2013-11-15 10:02:08 queue INFO 4 [695] -2013-11-15 10:02:08 queue INFO 0 [696] -2013-11-15 10:02:08 queue INFO 4 [697] -2013-11-15 10:02:09 queue INFO 0 [698] -2013-11-15 10:02:09 queue INFO 4 [699] -2013-11-15 10:02:09 queue INFO 0 [700] -2013-11-15 10:02:09 queue INFO 4 [701] -2013-11-15 10:02:10 queue INFO 0 [702] -2013-11-15 10:02:10 queue INFO 4 [703] -2013-11-15 10:02:11 queue INFO 0 [704] -2013-11-15 10:02:11 queue INFO 4 [705] -2013-11-15 10:02:11 queue INFO 0 [706] -2013-11-15 10:02:12 queue INFO 4 [707] -2013-11-15 10:02:12 queue INFO 0 [708] -2013-11-15 10:02:12 queue INFO 4 [709] -2013-11-15 10:02:13 queue INFO 0 [710] -2013-11-15 10:02:13 queue INFO 4 [711] -2013-11-15 10:02:13 queue INFO 0 [712] -2013-11-15 10:02:14 queue INFO 4 [713] -2013-11-15 10:02:14 queue INFO 0 [714] -2013-11-15 10:02:14 queue INFO 4 [715] -2013-11-15 10:02:15 queue INFO 0 [716] -2013-11-15 10:02:15 queue INFO 4 [717] -2013-11-15 10:02:15 queue INFO 0 [718] -2013-11-15 10:02:16 queue INFO 4 [719] -2013-11-15 10:02:16 queue INFO 0 [720] -2013-11-15 10:02:16 queue INFO 4 [721] -2013-11-15 10:02:17 queue INFO 0 [722] -2013-11-15 10:02:17 queue INFO 4 [723] -2013-11-15 10:02:17 queue INFO 0 [724] -2013-11-15 10:02:18 queue INFO 4 [725] -2013-11-15 10:02:18 queue INFO 0 [726] -2013-11-15 10:02:18 queue INFO 4 [727] -2013-11-15 10:02:19 queue INFO 0 [728] -2013-11-15 10:02:19 queue INFO 4 [729] -2013-11-15 10:02:19 queue INFO 0 [730] -2013-11-15 10:02:20 queue INFO 4 [731] -2013-11-15 10:02:20 queue INFO 0 [732] -2013-11-15 10:02:20 queue INFO 4 [733] -2013-11-15 10:02:21 queue INFO 0 [734] -2013-11-15 10:02:21 queue INFO 4 [735] -2013-11-15 10:02:21 queue INFO 0 [736] -2013-11-15 10:02:22 queue INFO 4 [737] -2013-11-15 10:02:22 queue INFO 0 [738] -2013-11-15 10:02:22 queue INFO 4 [739] -2013-11-15 10:02:23 queue INFO 0 [740] -2013-11-15 10:02:23 queue INFO 4 [741] -2013-11-15 10:02:24 queue INFO 0 [742] -2013-11-15 10:02:24 queue INFO 4 [743] -2013-11-15 10:02:24 queue INFO 0 [744] -2013-11-15 10:02:24 queue INFO 4 [745] -2013-11-15 10:02:25 queue INFO 0 [746] -2013-11-15 10:02:25 queue INFO 4 [747] -2013-11-15 10:02:25 queue INFO 0 [748] -2013-11-15 10:02:26 queue INFO 4 [749] -2013-11-15 10:02:26 queue INFO 0 [750] -2013-11-15 10:02:26 queue INFO 4 [751] -2013-11-15 10:02:27 queue INFO 0 [752] -2013-11-15 10:02:27 queue INFO 4 [753] -2013-11-15 10:02:27 queue INFO 0 [754] -2013-11-15 10:02:28 queue INFO 4 [755] -2013-11-15 10:02:28 queue INFO 0 [756] -2013-11-15 10:02:28 queue INFO 4 [757] -2013-11-15 10:02:29 queue INFO 0 [758] -2013-11-15 10:02:29 queue INFO 4 [759] -2013-11-15 10:02:29 queue INFO 0 [760] -2013-11-15 10:02:30 queue INFO 4 [761] -2013-11-15 10:02:30 queue INFO 0 [762] -2013-11-15 10:02:30 queue INFO 4 [763] -2013-11-15 10:02:31 queue INFO 0 [764] -2013-11-15 10:02:31 queue INFO 4 [765] -2013-11-15 10:02:31 queue INFO 0 [766] -2013-11-15 10:02:32 queue INFO 4 [767] -2013-11-15 10:02:32 queue INFO 0 [768] -2013-11-15 10:02:32 queue INFO 4 [769] -2013-11-15 10:02:33 queue INFO 0 [770] -2013-11-15 10:02:33 queue INFO 4 [771] -2013-11-15 10:02:33 queue INFO 0 [772] -2013-11-15 10:02:34 queue INFO 4 [773] -2013-11-15 10:02:34 queue INFO 0 [774] -2013-11-15 10:02:34 queue INFO 4 [775] -2013-11-15 10:02:35 queue INFO 0 [776] -2013-11-15 10:02:35 queue INFO 4 [777] -2013-11-15 10:02:35 queue INFO 0 [778] -2013-11-15 10:02:36 queue INFO 4 [779] -2013-11-15 10:02:36 queue INFO 0 [780] -2013-11-15 10:02:36 queue INFO 4 [781] -2013-11-15 10:02:37 queue INFO 0 [782] -2013-11-15 10:02:37 queue INFO 4 [783] -2013-11-15 10:02:37 queue INFO 0 [784] -2013-11-15 10:02:38 queue INFO 4 [785] -2013-11-15 10:02:38 queue INFO 0 [786] -2013-11-15 10:02:38 queue INFO 4 [787] -2013-11-15 10:02:38 queue INFO 0 [788] -2013-11-15 10:02:39 queue INFO 4 [789] -2013-11-15 10:02:39 queue INFO 0 [790] -2013-11-15 10:02:39 queue INFO 4 [791] -2013-11-15 10:02:40 queue INFO 0 [792] -2013-11-15 10:02:40 queue INFO 4 [793] -2013-11-15 10:02:40 queue INFO 0 [794] -2013-11-15 10:02:41 queue INFO 4 [795] -2013-11-15 10:02:41 queue INFO 0 [796] -2013-11-15 10:02:42 queue INFO 4 [797] -2013-11-15 10:02:42 queue INFO 0 [798] -2013-11-15 10:02:42 queue INFO 4 [799] -2013-11-15 10:02:43 queue INFO 0 [800] -2013-11-15 10:02:43 queue INFO 4 [801] -2013-11-15 10:02:43 queue INFO 0 [802] -2013-11-15 10:02:44 queue INFO 4 [803] -2013-11-15 10:02:44 queue INFO 0 [804] -2013-11-15 10:02:44 queue INFO 4 [805] -2013-11-15 10:02:45 queue INFO 0 [806] -2013-11-15 10:02:45 queue INFO 4 [807] -2013-11-15 10:02:45 queue INFO 0 [808] -2013-11-15 10:02:45 queue INFO 4 [809] -2013-11-15 10:02:46 queue INFO 0 [810] -2013-11-15 10:02:46 queue INFO 4 [811] -2013-11-15 10:02:47 queue INFO 0 [812] -2013-11-15 10:02:47 queue INFO 4 [813] -2013-11-15 10:02:47 queue INFO 0 [814] -2013-11-15 10:02:48 queue INFO 4 [815] -2013-11-15 10:02:48 queue INFO 0 [816] -2013-11-15 10:02:48 queue INFO 4 [817] -2013-11-15 10:02:49 queue INFO 0 [818] -2013-11-15 10:02:49 queue INFO 4 [819] -2013-11-15 10:02:49 queue INFO 0 [820] -2013-11-15 10:02:50 queue INFO 4 [821] -2013-11-15 10:02:50 queue INFO 0 [822] -2013-11-15 10:02:50 queue INFO 4 [823] -2013-11-15 10:02:51 queue INFO 0 [824] -2013-11-15 10:02:51 queue INFO 4 [825] -2013-11-15 10:02:51 queue INFO 0 [826] -2013-11-15 10:02:52 queue INFO 4 [827] -2013-11-15 10:02:52 queue INFO 0 [828] -2013-11-15 10:02:52 queue INFO 4 [829] -2013-11-15 10:02:53 queue INFO 0 [830] -2013-11-15 10:02:53 queue INFO 4 [831] -2013-11-15 10:02:53 queue INFO 0 [832] -2013-11-15 10:02:54 queue INFO 4 [833] -2013-11-15 10:02:54 queue INFO 0 [834] -2013-11-15 10:02:54 queue INFO 4 [835] -2013-11-15 10:02:55 queue INFO 0 [836] -2013-11-15 10:02:55 queue INFO 4 [837] -2013-11-15 10:02:55 queue INFO 0 [838] -2013-11-15 10:02:56 queue INFO 4 [839] -2013-11-15 10:02:56 queue INFO 0 [840] -2013-11-15 10:02:56 queue INFO 4 [841] -2013-11-15 10:02:56 queue INFO 0 [842] -2013-11-15 10:02:57 queue INFO 4 [843] -2013-11-15 10:02:57 queue INFO 0 [844] -2013-11-15 10:02:58 queue INFO 4 [845] -2013-11-15 10:02:58 queue INFO 0 [846] -2013-11-15 10:02:58 queue INFO 4 [847] -2013-11-15 10:02:58 queue INFO 0 [848] -2013-11-15 10:02:59 queue INFO 4 [849] -2013-11-15 10:02:59 queue INFO 0 [850] -2013-11-15 10:02:59 queue INFO 4 [851] -2013-11-15 10:03:00 queue INFO 0 [852] -2013-11-15 10:03:00 queue INFO 4 [853] -2013-11-15 10:03:00 queue INFO 0 [854] -2013-11-15 10:03:01 queue INFO 4 [855] -2013-11-15 10:03:01 queue INFO 0 [856] -2013-11-15 10:03:01 queue INFO 4 [857] -2013-11-15 10:03:02 queue INFO 0 [858] -2013-11-15 10:03:02 queue INFO 4 [859] -2013-11-15 10:03:02 queue INFO 0 [860] -2013-11-15 10:03:03 queue INFO 4 [861] -2013-11-15 10:03:03 queue INFO 0 [862] -2013-11-15 10:03:03 queue INFO 4 [863] -2013-11-15 10:03:04 queue INFO 0 [864] -2013-11-15 10:03:04 queue INFO 4 [865] -2013-11-15 10:03:04 queue INFO 0 [866] -2013-11-15 10:03:05 queue INFO 4 [867] -2013-11-15 10:03:05 queue INFO 0 [868] -2013-11-15 10:03:05 queue INFO 4 [869] -2013-11-15 10:03:06 queue INFO 0 [870] -2013-11-15 10:03:06 queue INFO 4 [871] -2013-11-15 10:03:06 queue INFO 0 [872] -2013-11-15 10:03:07 queue INFO 4 [873] -2013-11-15 10:03:07 queue INFO 0 [874] -2013-11-15 10:03:07 queue INFO 4 [875] -2013-11-15 10:03:08 queue INFO 0 [876] -2013-11-15 10:03:08 queue INFO 4 [877] -2013-11-15 10:03:08 queue INFO 0 [878] -2013-11-15 10:03:09 queue INFO 4 [879] -2013-11-15 10:03:09 queue INFO 0 [880] -2013-11-15 10:03:09 queue INFO 4 [881] -2013-11-15 10:03:10 queue INFO 0 [882] -2013-11-15 10:03:10 queue INFO 4 [883] -2013-11-15 10:03:10 queue INFO 0 [884] -2013-11-15 10:03:11 queue INFO 4 [885] -2013-11-15 10:03:11 queue INFO 0 [886] -2013-11-15 10:03:11 queue INFO 4 [887] -2013-11-15 10:03:11 queue INFO 0 [888] -2013-11-15 10:03:12 queue INFO 4 [889] -2013-11-15 10:03:12 queue INFO 0 [890] -2013-11-15 10:03:12 queue INFO 4 [891] -2013-11-15 10:03:13 queue INFO 0 [892] -2013-11-15 10:03:13 queue INFO 4 [893] -2013-11-15 10:03:14 queue INFO 0 [894] -2013-11-15 10:03:14 queue INFO 4 [895] -2013-11-15 10:03:14 queue INFO 0 [896] -2013-11-15 10:03:15 queue INFO 4 [897] -2013-11-15 10:03:15 queue INFO 0 [898] -2013-11-15 10:03:15 queue INFO 4 [899] -2013-11-15 10:03:16 queue INFO 0 [900] -2013-11-15 10:03:16 queue INFO 4 [901] -2013-11-15 10:03:16 queue INFO 0 [902] -2013-11-15 10:03:17 queue INFO 4 [903] -2013-11-15 10:03:17 queue INFO 0 [904] -2013-11-15 10:03:17 queue INFO 4 [905] -2013-11-15 10:03:18 queue INFO 0 [906] -2013-11-15 10:03:18 queue INFO 4 [907] -2013-11-15 10:03:18 queue INFO 0 [908] -2013-11-15 10:03:19 queue INFO 4 [909] -2013-11-15 10:03:19 queue INFO 0 [910] -2013-11-15 10:03:19 queue INFO 4 [911] -2013-11-15 10:03:20 queue INFO 0 [912] -2013-11-15 10:03:20 queue INFO 4 [913] -2013-11-15 10:03:20 queue INFO 0 [914] -2013-11-15 10:03:21 queue INFO 4 [915] -2013-11-15 10:03:21 queue INFO 0 [916] -2013-11-15 10:03:21 queue INFO 4 [917] -2013-11-15 10:03:21 queue INFO 0 [918] -2013-11-15 10:03:22 queue INFO 4 [919] -2013-11-15 10:03:22 queue INFO 0 [920] -2013-11-15 10:03:23 queue INFO 4 [921] -2013-11-15 10:03:23 queue INFO 0 [922] -2013-11-15 10:03:23 queue INFO 4 [923] -2013-11-15 10:03:23 queue INFO 0 [924] -2013-11-15 10:03:24 queue INFO 4 [925] -2013-11-15 10:03:24 queue INFO 0 [926] -2013-11-15 10:03:24 queue INFO 4 [927] -2013-11-15 10:03:25 queue INFO 0 [928] -2013-11-15 10:03:25 queue INFO 4 [929] -2013-11-15 10:03:25 queue INFO 0 [930] -2013-11-15 10:03:26 queue INFO 4 [931] -2013-11-15 10:03:26 queue INFO 0 [932] -2013-11-15 10:03:26 queue INFO 4 [933] -2013-11-15 10:03:27 queue INFO 0 [934] -2013-11-15 10:03:27 queue INFO 4 [935] -2013-11-15 10:03:27 queue INFO 0 [936] -2013-11-15 10:03:28 queue INFO 4 [937] -2013-11-15 10:03:28 queue INFO 0 [938] -2013-11-15 10:03:28 queue INFO 4 [939] -2013-11-15 10:03:29 queue INFO 0 [940] -2013-11-15 10:03:29 queue INFO 4 [941] -2013-11-15 10:03:29 queue INFO 0 [942] -2013-11-15 10:03:30 queue INFO 4 [943] -2013-11-15 10:03:30 queue INFO 0 [944] -2013-11-15 10:03:30 queue INFO 4 [945] -2013-11-15 10:03:31 queue INFO 0 [946] -2013-11-15 10:03:31 queue INFO 4 [947] -2013-11-15 10:03:31 queue INFO 0 [948] -2013-11-15 10:03:32 queue INFO 4 [949] -2013-11-15 10:03:32 queue INFO 0 [950] -2013-11-15 10:03:32 queue INFO 4 [951] -2013-11-15 10:03:33 queue INFO 0 [952] -2013-11-15 10:03:33 queue INFO 4 [953] -2013-11-15 10:03:33 queue INFO 0 [954] -2013-11-15 10:03:34 queue INFO 4 [955] -2013-11-15 10:03:34 queue INFO 0 [956] -2013-11-15 10:03:34 queue INFO 4 [957] -2013-11-15 10:03:35 queue INFO 0 [958] -2013-11-15 10:03:35 queue INFO 4 [959] -2013-11-15 10:03:35 queue INFO 0 [960] -2013-11-15 10:03:36 queue INFO 4 [961] -2013-11-15 10:03:36 queue INFO 0 [962] -2013-11-15 10:03:36 queue INFO 4 [963] -2013-11-15 10:03:37 queue INFO 0 [964] -2013-11-15 10:03:37 queue INFO 4 [965] -2013-11-15 10:03:37 queue INFO 0 [966] -2013-11-15 10:03:38 queue INFO 4 [967] -2013-11-15 10:03:38 queue INFO 0 [968] -2013-11-15 10:03:38 queue INFO 4 [969] -2013-11-15 10:03:38 queue INFO 0 [970] -2013-11-15 10:03:39 queue INFO 4 [971] -2013-11-15 10:03:39 queue INFO 0 [972] -2013-11-15 10:03:39 queue INFO 4 [973] -2013-11-15 10:03:40 queue INFO 0 [974] -2013-11-15 10:03:40 queue INFO 4 [975] -2013-11-15 10:03:41 queue INFO 0 [976] -2013-11-15 10:03:41 queue INFO 4 [977] -2013-11-15 10:03:41 queue INFO 0 [978] -2013-11-15 10:03:42 queue INFO 4 [979] -2013-11-15 10:03:42 queue INFO 0 [980] -2013-11-15 10:03:42 queue INFO 4 [981] -2013-11-15 10:03:43 queue INFO 0 [982] -2013-11-15 10:03:43 queue INFO 4 [983] -2013-11-15 10:03:43 queue INFO 0 [984] -2013-11-15 10:03:44 queue INFO 4 [985] -2013-11-15 10:03:44 queue INFO 0 [986] -2013-11-15 10:03:44 queue INFO 4 [987] -2013-11-15 10:03:45 queue INFO 0 [988] -2013-11-15 10:03:45 queue INFO 4 [989] -2013-11-15 10:03:45 queue INFO 0 [990] -2013-11-15 10:03:46 queue INFO 4 [991] -2013-11-15 10:03:46 queue INFO 0 [992] -2013-11-15 10:03:46 queue INFO 4 [993] -2013-11-15 10:03:46 queue INFO 0 [994] -2013-11-15 10:03:47 queue INFO 4 [995] -2013-11-15 10:03:47 queue INFO 0 [996] -2013-11-15 10:03:47 queue INFO 4 [997] -2013-11-15 10:03:48 queue INFO 0 [998] -2013-11-15 10:03:48 queue INFO 4 [999] -2013-11-15 10:03:48 queue INFO 0 [0] -2013-11-15 10:03:49 queue INFO 4 [1] -2013-11-15 10:03:49 queue INFO 0 [2] -2013-11-15 10:03:49 queue INFO 4 [3] -2013-11-15 10:03:50 queue INFO 0 [4] -2013-11-15 10:03:50 queue INFO 4 [5] -2013-11-15 10:03:50 queue INFO 0 [6] -2013-11-15 10:03:51 queue INFO 4 [7] -2013-11-15 10:03:51 queue INFO 0 [8] -2013-11-15 10:03:51 queue INFO 4 [9] -2013-11-15 10:03:52 queue INFO 0 [10] -2013-11-15 10:03:52 queue INFO 4 [11] -2013-11-15 10:03:52 queue INFO 0 [12] -2013-11-15 10:03:53 queue INFO 4 [13] -2013-11-15 10:03:53 queue INFO 0 [14] -2013-11-15 10:03:53 queue INFO 4 [15] -2013-11-15 10:03:54 queue INFO 0 [16] -2013-11-15 10:03:54 queue INFO 4 [17] -2013-11-15 10:03:54 queue INFO 0 [18] -2013-11-15 10:03:55 queue INFO 4 [19] -2013-11-15 10:03:55 queue INFO 0 [20] -2013-11-15 10:03:55 queue INFO 4 [21] -2013-11-15 10:03:55 queue INFO 0 [22] -2013-11-15 10:03:56 queue INFO 4 [23] -2013-11-15 10:03:56 queue INFO 0 [24] -2013-11-15 10:03:56 queue INFO 4 [25] -2013-11-15 10:03:57 queue INFO 0 [26] -2013-11-15 10:03:57 queue INFO 4 [27] -2013-11-15 10:03:57 queue INFO 0 [28] -2013-11-15 10:03:58 queue INFO 4 [29] -2013-11-15 10:03:58 queue INFO 0 [30] -2013-11-15 10:03:58 queue INFO 4 [31] -2013-11-15 10:03:59 queue INFO 0 [32] -2013-11-15 10:03:59 queue INFO 4 [33] -2013-11-15 10:03:59 queue INFO 0 [34] -2013-11-15 10:04:00 queue INFO 4 [35] -2013-11-15 10:04:00 queue INFO 0 [36] -2013-11-15 10:04:00 queue INFO 4 [37] -2013-11-15 10:04:01 queue INFO 0 [38] -2013-11-15 10:04:01 queue INFO 4 [39] -2013-11-15 10:04:01 queue INFO 0 [40] -2013-11-15 10:04:02 queue INFO 4 [41] -2013-11-15 10:04:02 queue INFO 0 [42] -2013-11-15 10:04:02 queue INFO 4 [43] -2013-11-15 10:04:03 queue INFO 0 [44] -2013-11-15 10:04:03 queue INFO 4 [45] -2013-11-15 10:04:03 queue INFO 0 [46] -2013-11-15 10:04:04 queue INFO 4 [47] -2013-11-15 10:04:04 queue INFO 0 [48] -2013-11-15 10:04:04 queue INFO 4 [49] -2013-11-15 10:04:05 queue INFO 0 [50] -2013-11-15 10:04:05 queue INFO 4 [51] -2013-11-15 10:04:05 queue INFO 0 [52] -2013-11-15 10:04:06 queue INFO 4 [53] -2013-11-15 10:04:06 queue INFO 0 [54] -2013-11-15 10:04:06 queue INFO 4 [55] -2013-11-15 10:04:07 queue INFO 0 [56] -2013-11-15 10:04:07 queue INFO 4 [57] -2013-11-15 10:04:07 queue INFO 0 [58] -2013-11-15 10:04:08 queue INFO 4 [59] -2013-11-15 10:04:08 queue INFO 0 [60] -2013-11-15 10:04:08 queue INFO 4 [61] -2013-11-15 10:04:09 queue INFO 0 [62] -2013-11-15 10:04:09 queue INFO 4 [63] -2013-11-15 10:04:09 queue INFO 0 [64] -2013-11-15 10:04:10 queue INFO 4 [65] -2013-11-15 10:04:10 queue INFO 0 [66] -2013-11-15 10:04:10 queue INFO 4 [67] -2013-11-15 10:04:11 queue INFO 0 [68] -2013-11-15 10:04:11 queue INFO 4 [69] -2013-11-15 10:04:11 queue INFO 0 [70] -2013-11-15 10:04:12 queue INFO 4 [71] -2013-11-15 10:04:12 queue INFO 0 [72] -2013-11-15 10:04:12 queue INFO 4 [73] -2013-11-15 10:04:13 queue INFO 0 [74] -2013-11-15 10:04:13 queue INFO 4 [75] -2013-11-15 10:04:13 queue INFO 0 [76] -2013-11-15 10:04:14 queue INFO 4 [77] -2013-11-15 10:04:14 queue INFO 0 [78] -2013-11-15 10:04:14 queue INFO 4 [79] -2013-11-15 10:04:15 queue INFO 0 [80] -2013-11-15 10:04:15 queue INFO 4 [81] -2013-11-15 10:04:15 queue INFO 0 [82] -2013-11-15 10:04:16 queue INFO 4 [83] -2013-11-15 10:04:16 queue INFO 0 [84] -2013-11-15 10:04:16 queue INFO 4 [85] -2013-11-15 10:04:17 queue INFO 0 [86] -2013-11-15 10:04:17 queue INFO 4 [87] -2013-11-15 10:04:17 queue INFO 0 [88] -2013-11-15 10:04:18 queue INFO 4 [89] -2013-11-15 10:04:18 queue INFO 0 [90] -2013-11-15 10:04:18 queue INFO 4 [91] -2013-11-15 10:04:18 queue INFO 0 [92] -2013-11-15 10:04:19 queue INFO 4 [93] -2013-11-15 10:04:19 queue INFO 0 [94] -2013-11-15 10:04:19 queue INFO 4 [95] -2013-11-15 10:04:20 queue INFO 0 [96] -2013-11-15 10:04:20 queue INFO 4 [97] -2013-11-15 10:04:20 queue INFO 0 [98] -2013-11-15 10:04:21 queue INFO 4 [99] -2013-11-15 10:04:21 queue INFO 0 [100] -2013-11-15 10:04:21 queue INFO 4 [101] -2013-11-15 10:04:22 queue INFO 0 [102] -2013-11-15 10:04:22 queue INFO 4 [103] -2013-11-15 10:04:22 queue INFO 0 [104] -2013-11-15 10:04:23 queue INFO 4 [105] -2013-11-15 10:04:23 queue INFO 0 [106] -2013-11-15 10:04:23 queue INFO 4 [107] -2013-11-15 10:04:24 queue INFO 0 [108] -2013-11-15 10:04:24 queue INFO 4 [109] -2013-11-15 10:04:24 queue INFO 0 [110] -2013-11-15 10:04:25 queue INFO 4 [111] -2013-11-15 10:04:25 queue INFO 0 [112] -2013-11-15 10:04:25 queue INFO 4 [113] -2013-11-15 10:04:26 queue INFO 0 [114] -2013-11-15 10:04:26 queue INFO 4 [115] -2013-11-15 10:04:26 queue INFO 0 [116] -2013-11-15 10:04:27 queue INFO 4 [117] -2013-11-15 10:04:27 queue INFO 0 [118] -2013-11-15 10:04:27 queue INFO 4 [119] -2013-11-15 10:04:28 queue INFO 0 [120] -2013-11-15 10:04:28 queue INFO 4 [121] -2013-11-15 10:04:28 queue INFO 0 [122] -2013-11-15 10:04:29 queue INFO 4 [123] -2013-11-15 10:04:29 queue INFO 0 [124] -2013-11-15 10:04:29 queue INFO 4 [125] -2013-11-15 10:04:30 queue INFO 0 [126] -2013-11-15 10:04:30 queue INFO 4 [127] -2013-11-15 10:04:30 queue INFO 0 [128] -2013-11-15 10:04:31 queue INFO 4 [129] -2013-11-15 10:04:31 queue INFO 0 [130] -2013-11-15 10:04:32 queue INFO 4 [131] -2013-11-15 10:04:32 queue INFO 0 [132] -2013-11-15 10:04:32 queue INFO 4 [133] -2013-11-15 10:04:33 queue INFO 0 [134] -2013-11-15 10:04:33 queue INFO 4 [135] -2013-11-15 10:04:33 queue INFO 0 [136] -2013-11-15 10:04:34 queue INFO 4 [137] -2013-11-15 10:04:34 queue INFO 0 [138] -2013-11-15 10:04:34 queue INFO 4 [139] -2013-11-15 10:04:35 queue INFO 0 [140] -2013-11-15 10:04:35 queue INFO 4 [141] -2013-11-15 10:04:35 queue INFO 0 [142] -2013-11-15 10:04:36 queue INFO 4 [143] -2013-11-15 10:04:36 queue INFO 0 [144] -2013-11-15 10:04:36 queue INFO 4 [145] -2013-11-15 10:04:37 queue INFO 0 [146] -2013-11-15 10:04:37 queue INFO 4 [147] -2013-11-15 10:04:37 queue INFO 0 [148] -2013-11-15 10:04:37 queue INFO 4 [149] -2013-11-15 10:04:38 queue INFO 0 [150] -2013-11-15 10:04:38 queue INFO 4 [151] -2013-11-15 10:04:38 queue INFO 0 [152] -2013-11-15 10:04:39 queue INFO 4 [153] -2013-11-15 10:04:39 queue INFO 0 [154] -2013-11-15 10:04:39 queue INFO 4 [155] -2013-11-15 10:04:40 queue INFO 0 [156] -2013-11-15 10:04:40 queue INFO 4 [157] -2013-11-15 10:04:40 queue INFO 0 [158] -2013-11-15 10:04:41 queue INFO 4 [159] -2013-11-15 10:04:41 queue INFO 0 [160] -2013-11-15 10:04:41 queue INFO 4 [161] -2013-11-15 10:04:42 queue INFO 0 [162] -2013-11-15 10:04:42 queue INFO 4 [163] -2013-11-15 10:04:42 queue INFO 0 [164] -2013-11-15 10:04:43 queue INFO 4 [165] -2013-11-15 10:04:43 queue INFO 0 [166] -2013-11-15 10:04:43 queue INFO 4 [167] -2013-11-15 10:04:44 queue INFO 0 [168] -2013-11-15 10:04:44 queue INFO 4 [169] -2013-11-15 10:04:44 queue INFO 0 [170] -2013-11-15 10:04:45 queue INFO 4 [171] -2013-11-15 10:04:45 queue INFO 0 [172] -2013-11-15 10:04:45 queue INFO 4 [173] -2013-11-15 10:04:46 queue INFO 0 [174] -2013-11-15 10:04:46 queue INFO 4 [175] -2013-11-15 10:04:46 queue INFO 0 [176] -2013-11-15 10:04:47 queue INFO 4 [177] -2013-11-15 10:04:47 queue INFO 0 [178] -2013-11-15 10:04:47 queue INFO 4 [179] -2013-11-15 10:04:48 queue INFO 0 [180] -2013-11-15 10:04:48 queue INFO 4 [181] -2013-11-15 10:04:48 queue INFO 0 [182] -2013-11-15 10:04:49 queue INFO 4 [183] -2013-11-15 10:04:49 queue INFO 0 [184] -2013-11-15 10:04:49 queue INFO 4 [185] -2013-11-15 10:04:50 queue INFO 0 [186] -2013-11-15 10:04:50 queue INFO 4 [187] -2013-11-15 10:04:50 queue INFO 0 [188] -2013-11-15 10:04:51 queue INFO 4 [189] -2013-11-15 10:04:51 queue INFO 0 [190] -2013-11-15 10:04:51 queue INFO 4 [191] -2013-11-15 10:04:52 queue INFO 0 [192] -2013-11-15 10:04:52 queue INFO 4 [193] -2013-11-15 10:04:52 queue INFO 0 [194] -2013-11-15 10:04:53 queue INFO 4 [195] -2013-11-15 10:04:53 queue INFO 0 [196] -2013-11-15 10:04:53 queue INFO 4 [197] -2013-11-15 10:04:54 queue INFO 0 [198] -2013-11-15 10:04:54 queue INFO 4 [199] -2013-11-15 10:04:54 queue INFO 0 [200] -2013-11-15 10:04:55 queue INFO 4 [201] -2013-11-15 10:04:55 queue INFO 0 [202] -2013-11-15 10:04:55 queue INFO 4 [203] -2013-11-15 10:04:55 queue INFO 0 [204] -2013-11-15 10:04:56 queue INFO 4 [205] -2013-11-15 10:04:56 queue INFO 0 [206] -2013-11-15 10:04:56 queue INFO 4 [207] -2013-11-15 10:04:57 queue INFO 0 [208] -2013-11-15 10:04:57 queue INFO 4 [209] -2013-11-15 10:04:57 queue INFO 0 [210] -2013-11-15 10:04:58 queue INFO 4 [211] -2013-11-15 10:04:58 queue INFO 0 [212] -2013-11-15 10:04:58 queue INFO 4 [213] -2013-11-15 10:04:59 queue INFO 0 [214] -2013-11-15 10:04:59 queue INFO 4 [215] -2013-11-15 10:05:00 queue INFO 0 [216] -2013-11-15 10:05:00 queue INFO 4 [217] -2013-11-15 10:05:00 queue INFO 0 [218] -2013-11-15 10:05:01 queue INFO 4 [219] -2013-11-15 10:05:01 queue INFO 0 [220] -2013-11-15 10:05:01 queue INFO 4 [221] -2013-11-15 10:05:02 queue INFO 0 [222] -2013-11-15 10:05:02 queue INFO 4 [223] -2013-11-15 10:05:02 queue INFO 0 [224] -2013-11-15 10:05:03 queue INFO 4 [225] -2013-11-15 10:05:03 queue INFO 0 [226] -2013-11-15 10:05:03 queue INFO 4 [227] -2013-11-15 10:05:04 queue INFO 0 [228] -2013-11-15 10:05:04 queue INFO 4 [229] -2013-11-15 10:05:04 queue INFO 0 [230] -2013-11-15 10:05:05 queue INFO 4 [231] -2013-11-15 10:05:05 queue INFO 0 [232] -2013-11-15 10:05:05 queue INFO 4 [233] -2013-11-15 10:05:05 queue INFO 0 [234] -2013-11-15 10:05:06 queue INFO 4 [235] -2013-11-15 10:05:06 queue INFO 0 [236] -2013-11-15 10:05:06 queue INFO 4 [237] -2013-11-15 10:05:07 queue INFO 0 [238] -2013-11-15 10:05:07 queue INFO 4 [239] -2013-11-15 10:05:07 queue INFO 0 [240] -2013-11-15 10:05:08 queue INFO 4 [241] -2013-11-15 10:05:08 queue INFO 0 [242] -2013-11-15 10:05:08 queue INFO 4 [243] -2014-12-15 11:17:02 queue INFO 0 [244] -2014-12-15 11:17:02 queue INFO 4 [245] -2014-12-15 11:17:02 queue INFO 0 [246] -2014-12-15 11:17:03 queue INFO 4 [247] -2014-12-15 11:17:03 queue INFO 0 [248] -2014-12-15 11:17:03 queue INFO 4 [249] -2014-12-15 11:17:04 queue INFO 0 [250] -2014-12-15 11:17:04 queue INFO 4 [251] -2014-12-15 11:17:04 queue INFO 0 [252] -2014-12-15 11:17:05 queue INFO 4 [253] -2014-12-15 11:17:05 queue INFO 0 [254] -2014-12-15 11:17:06 queue INFO 4 [255] -2014-12-15 11:17:06 queue INFO 0 [256] -2014-12-15 11:17:06 queue INFO 4 [257] -2014-12-15 11:17:07 queue INFO 0 [258] -2014-12-15 11:17:07 queue INFO 4 [259] -2014-12-15 11:17:07 queue INFO 0 [260] -2014-12-15 11:17:08 queue INFO 4 [261] -2014-12-15 11:17:08 queue INFO 0 [262] -2014-12-15 11:17:08 queue INFO 4 [263] -2014-12-15 11:17:09 queue INFO 0 [264] -2014-12-15 11:17:09 queue INFO 4 [265] -2014-12-15 11:17:09 queue INFO 0 [266] -2014-12-15 11:17:10 queue INFO 4 [267] -2014-12-15 11:17:10 queue INFO 0 [268] -2014-12-15 11:17:10 queue INFO 4 [269] -2014-12-15 11:17:11 queue INFO 0 [270] -2014-12-15 11:17:11 queue INFO 4 [271] -2014-12-15 11:17:11 queue INFO 0 [272] -2014-12-15 11:17:11 queue INFO 4 [273] -2014-12-15 11:17:12 queue INFO 0 [274] -2014-12-15 11:17:12 queue INFO 4 [275] -2014-12-15 11:17:13 queue INFO 0 [276] -2014-12-15 11:17:13 queue INFO 4 [277] -2014-12-15 11:17:13 queue INFO 0 [278] -2014-12-15 11:17:13 queue INFO 4 [279] -2014-12-15 11:17:14 queue INFO 0 [280] -2014-12-15 11:17:14 queue INFO 4 [281] -2014-12-15 11:17:14 queue INFO 0 [282] -2014-12-15 11:17:15 queue INFO 4 [283] -2014-12-15 11:17:15 queue INFO 0 [284] -2014-12-15 11:17:15 queue INFO 4 [285] -2014-12-15 11:17:16 queue INFO 0 [286] -2014-12-15 11:17:16 queue INFO 4 [287] -2014-12-15 11:17:16 queue INFO 0 [288] -2014-12-15 11:17:17 queue INFO 4 [289] -2014-12-15 11:17:17 queue INFO 0 [290] -2014-12-15 11:17:17 queue INFO 4 [291] -2014-12-15 11:17:18 queue INFO 0 [292] -2014-12-15 11:17:18 queue INFO 4 [293] -2014-12-15 11:17:18 queue INFO 0 [294] -2014-12-15 11:17:19 queue INFO 4 [295] -2014-12-15 11:17:19 queue INFO 0 [296] -2014-12-15 11:17:19 queue INFO 4 [297] -2014-12-15 11:17:20 queue INFO 0 [298] -2014-12-15 11:17:20 queue INFO 4 [299] -2014-12-15 11:17:20 queue INFO 0 [300] -2014-12-15 11:17:21 queue INFO 4 [301] -2014-12-15 11:17:21 queue INFO 0 [302] -2014-12-15 11:17:21 queue INFO 4 [303] -2014-12-15 11:17:22 queue INFO 0 [304] -2014-12-15 11:17:22 queue INFO 4 [305] -2014-12-15 11:17:22 queue INFO 0 [306] -2014-12-15 11:17:23 queue INFO 4 [307] -2014-12-15 11:17:23 queue INFO 0 [308] -2014-12-15 11:17:23 queue INFO 4 [309] -2014-12-15 11:17:24 queue INFO 0 [310] -2014-12-15 11:17:24 queue INFO 4 [311] -2014-12-15 11:17:24 queue INFO 0 [312] -2014-12-15 11:17:25 queue INFO 4 [313] -2014-12-15 11:17:25 queue INFO 0 [314] -2014-12-15 11:17:25 queue INFO 4 [315] -2014-12-15 11:17:26 queue INFO 0 [316] -2014-12-15 11:17:26 queue INFO 4 [317] -2014-12-15 11:17:26 queue INFO 0 [318] -2014-12-15 11:17:27 queue INFO 4 [319] -2014-12-15 11:17:27 queue INFO 0 [320] -2014-12-15 11:17:27 queue INFO 4 [321] -2014-12-15 11:17:28 queue INFO 0 [322] -2014-12-15 11:17:28 queue INFO 4 [323] -2014-12-15 11:17:28 queue INFO 0 [324] -2014-12-15 11:17:29 queue INFO 4 [325] -2014-12-15 11:17:29 queue INFO 0 [326] -2014-12-15 11:17:29 queue INFO 4 [327] -2014-12-15 11:17:29 queue INFO 0 [328] -2014-12-15 11:17:30 queue INFO 4 [329] -2014-12-15 11:17:30 queue INFO 0 [330] -2014-12-15 11:17:30 queue INFO 4 [331] -2014-12-15 11:17:31 queue INFO 0 [332] -2014-12-15 11:17:31 queue INFO 4 [333] -2014-12-15 11:17:31 queue INFO 0 [334] -2014-12-15 11:17:32 queue INFO 4 [335] -2014-12-15 11:17:32 queue INFO 0 [336] -2014-12-15 11:17:33 queue INFO 4 [337] -2014-12-15 11:17:33 queue INFO 0 [338] -2014-12-15 11:17:33 queue INFO 4 [339] -2014-12-15 11:17:34 queue INFO 0 [340] -2014-12-15 11:17:34 queue INFO 4 [341] -2014-12-15 11:17:34 queue INFO 0 [342] -2014-12-15 11:17:35 queue INFO 4 [343] -2014-12-15 11:17:35 queue INFO 0 [344] -2014-12-15 11:17:35 queue INFO 4 [345] -2014-12-15 11:17:36 queue INFO 0 [346] -2014-12-15 11:17:36 queue INFO 4 [347] -2014-12-15 11:17:36 queue INFO 0 [348] -2014-12-15 11:17:37 queue INFO 4 [349] -2014-12-15 11:17:37 queue INFO 0 [350] -2014-12-15 11:17:37 queue INFO 4 [351] -2014-12-15 11:17:38 queue INFO 0 [352] -2014-12-15 11:17:38 queue INFO 4 [353] -2014-12-15 11:17:38 queue INFO 0 [354] -2014-12-15 11:17:39 queue INFO 4 [355] -2014-12-15 11:17:39 queue INFO 0 [356] -2014-12-15 11:17:39 queue INFO 4 [357] -2014-12-15 11:17:40 queue INFO 0 [358] -2014-12-15 11:17:40 queue INFO 4 [359] -2014-12-15 11:17:40 queue INFO 0 [360] -2014-12-15 11:17:41 queue INFO 4 [361] -2014-12-15 11:17:41 queue INFO 0 [362] -2014-12-15 11:17:41 queue INFO 4 [363] -2014-12-15 11:17:41 queue INFO 0 [364] -2014-12-15 11:17:42 queue INFO 4 [365] -2014-12-15 11:17:42 queue INFO 0 [366] -2014-12-15 11:17:43 queue INFO 4 [367] -2014-12-15 11:17:43 queue INFO 0 [368] -2014-12-15 11:17:43 queue INFO 4 [369] -2014-12-15 11:17:43 queue INFO 0 [370] -2014-12-15 11:17:44 queue INFO 4 [371] -2014-12-15 11:17:44 queue INFO 0 [372] -2014-12-15 11:17:44 queue INFO 4 [373] -2014-12-15 11:17:45 queue INFO 0 [374] -2014-12-15 11:17:45 queue INFO 4 [375] -2014-12-15 11:17:45 queue INFO 0 [376] -2014-12-15 11:17:46 queue INFO 4 [377] -2014-12-15 11:17:46 queue INFO 0 [378] -2014-12-15 11:17:46 queue INFO 4 [379] -2014-12-15 11:17:47 queue INFO 0 [380] -2014-12-15 11:17:47 queue INFO 4 [381] -2014-12-15 11:17:47 queue INFO 0 [382] -2014-12-15 11:17:48 queue INFO 4 [383] -2014-12-15 11:17:48 queue INFO 0 [384] -2014-12-15 11:17:48 queue INFO 4 [385] -2014-12-15 11:17:49 queue INFO 0 [386] -2014-12-15 11:17:49 queue INFO 4 [387] -2014-12-15 11:17:49 queue INFO 0 [388] -2014-12-15 11:17:50 queue INFO 4 [389] -2014-12-15 11:17:50 queue INFO 0 [390] -2014-12-15 11:17:50 queue INFO 4 [391] -2014-12-15 11:17:51 queue INFO 0 [392] -2014-12-15 11:17:51 queue INFO 4 [393] -2014-12-15 11:17:51 queue INFO 0 [394] -2014-12-15 11:17:52 queue INFO 4 [395] -2014-12-15 11:17:52 queue INFO 0 [396] -2014-12-15 11:17:52 queue INFO 4 [397] -2014-12-15 11:17:53 queue INFO 0 [398] -2014-12-15 11:17:53 queue INFO 4 [399] -2014-12-15 11:17:53 queue INFO 0 [400] -2014-12-15 11:17:54 queue INFO 4 [401] -2014-12-15 11:17:54 queue INFO 0 [402] -2014-12-15 11:17:54 queue INFO 4 [403] -2014-12-15 11:17:55 queue INFO 0 [404] -2014-12-15 11:17:55 queue INFO 4 [405] -2014-12-15 11:17:55 queue INFO 0 [406] -2014-12-15 11:17:56 queue INFO 4 [407] -2014-12-15 11:17:56 queue INFO 0 [408] -2014-12-15 11:17:56 queue INFO 4 [409] -2014-12-15 11:17:57 queue INFO 0 [410] -2014-12-15 11:17:57 queue INFO 4 [411] -2014-12-15 11:17:57 queue INFO 0 [412] -2014-12-15 11:17:58 queue INFO 4 [413] -2014-12-15 11:17:58 queue INFO 0 [414] -2014-12-15 11:17:59 queue INFO 4 [415] -2014-12-15 11:17:59 queue INFO 0 [416] -2014-12-15 11:17:59 queue INFO 4 [417] -2014-12-15 11:18:00 queue INFO 0 [418] -2014-12-15 11:18:00 queue INFO 4 [419] -2014-12-15 11:18:00 queue INFO 0 [420] -2014-12-15 11:18:01 queue INFO 4 [421] -2014-12-15 11:18:01 queue INFO 0 [422] -2014-12-15 11:18:01 queue INFO 4 [423] -2014-12-15 11:18:02 queue INFO 0 [424] -2014-12-15 11:18:02 queue INFO 4 [425] -2014-12-15 11:18:02 queue INFO 0 [426] -2014-12-15 11:18:03 queue INFO 4 [427] -2014-12-15 11:18:03 queue INFO 0 [428] -2014-12-15 11:18:03 queue INFO 4 [429] -2014-12-15 11:18:04 queue INFO 0 [430] -2014-12-15 11:18:04 queue INFO 4 [431] -2014-12-15 11:18:04 queue INFO 0 [432] -2014-12-15 11:18:05 queue INFO 4 [433] -2014-12-15 11:18:05 queue INFO 0 [434] -2014-12-15 11:18:05 queue INFO 4 [435] -2014-12-15 11:18:06 queue INFO 0 [436] -2014-12-15 11:18:06 queue INFO 4 [437] -2014-12-15 11:18:06 queue INFO 0 [438] -2014-12-15 11:18:07 queue INFO 4 [439] -2014-12-15 11:18:07 queue INFO 0 [440] -2014-12-15 11:18:07 queue INFO 4 [441] -2014-12-15 11:18:07 queue INFO 0 [442] -2014-12-15 11:18:08 queue INFO 4 [443] -2014-12-15 11:18:08 queue INFO 0 [444] -2014-12-15 11:18:08 queue INFO 4 [445] -2014-12-15 11:18:09 queue INFO 0 [446] -2014-12-15 11:18:09 queue INFO 4 [447] -2014-12-15 11:18:09 queue INFO 0 [448] -2014-12-15 11:18:10 queue INFO 4 [449] -2014-12-15 11:18:10 queue INFO 0 [450] -2014-12-15 11:18:10 queue INFO 4 [451] -2014-12-15 11:18:11 queue INFO 0 [452] -2014-12-15 11:18:11 queue INFO 4 [453] -2014-12-15 11:18:11 queue INFO 0 [454] -2014-12-15 11:18:12 queue INFO 4 [455] -2014-12-15 11:18:12 queue INFO 0 [456] -2014-12-15 11:18:12 queue INFO 4 [457] -2014-12-15 11:18:13 queue INFO 0 [458] -2014-12-15 11:18:13 queue INFO 4 [459] -2014-12-15 11:18:13 queue INFO 0 [460] -2014-12-15 11:18:14 queue INFO 4 [461] -2014-12-15 11:18:14 queue INFO 0 [462] -2014-12-15 11:18:14 queue INFO 4 [463] -2014-12-15 11:18:15 queue INFO 0 [464] -2014-12-15 11:18:15 queue INFO 4 [465] -2014-12-15 11:18:15 queue INFO 0 [466] -2014-12-15 11:18:16 queue INFO 4 [467] -2014-12-15 11:18:16 queue INFO 0 [468] -2014-12-15 11:18:16 queue INFO 4 [469] -2014-12-15 11:18:17 queue INFO 0 [470] -2014-12-15 11:18:17 queue INFO 4 [471] -2014-12-15 11:18:17 queue INFO 0 [472] -2014-12-15 11:18:18 queue INFO 4 [473] -2014-12-15 11:18:18 queue INFO 0 [474] -2014-12-15 11:18:18 queue INFO 4 [475] -2014-12-15 11:18:19 queue INFO 0 [476] -2014-12-15 11:18:19 queue INFO 4 [477] -2014-12-15 11:18:19 queue INFO 0 [478] -2014-12-15 11:18:20 queue INFO 4 [479] -2014-12-15 11:18:20 queue INFO 0 [480] -2014-12-15 11:18:20 queue INFO 4 [481] -2014-12-15 11:18:21 queue INFO 0 [482] -2014-12-15 11:18:21 queue INFO 4 [483] -2014-12-15 11:18:21 queue INFO 0 [484] -2014-12-15 11:18:22 queue INFO 4 [485] -2014-12-15 11:18:22 queue INFO 0 [486] -2014-12-15 11:18:22 queue INFO 4 [487] -2014-12-15 11:18:23 queue INFO 0 [488] -2014-12-15 11:18:23 queue INFO 4 [489] -2014-12-15 11:18:23 queue INFO 0 [490] -2014-12-15 11:18:24 queue INFO 4 [491] -2014-12-15 11:18:24 queue INFO 0 [492] -2014-12-15 11:18:24 queue INFO 4 [493] -2014-12-15 11:18:25 queue INFO 0 [494] -2014-12-15 11:18:25 queue INFO 4 [495] -2014-12-15 11:18:25 queue INFO 0 [496] -2014-12-15 11:18:26 queue INFO 4 [497] -2014-12-15 11:18:26 queue INFO 0 [498] -2014-12-15 11:18:26 queue INFO 4 [499] -2014-12-15 11:18:27 queue INFO 0 [500] -2014-12-15 11:18:27 queue INFO 4 [501] -2014-12-15 11:18:27 queue INFO 0 [502] -2014-12-15 11:18:28 queue INFO 4 [503] -2014-12-15 11:18:28 queue INFO 0 [504] -2014-12-15 11:18:28 queue INFO 4 [505] -2014-12-15 11:18:29 queue INFO 0 [506] -2014-12-15 11:18:29 queue INFO 4 [507] -2014-12-15 11:18:29 queue INFO 0 [508] -2014-12-15 11:18:30 queue INFO 4 [509] -2014-12-15 11:18:30 queue INFO 0 [510] -2014-12-15 11:18:30 queue INFO 4 [511] -2014-12-15 11:18:31 queue INFO 0 [512] -2014-12-15 11:18:31 queue INFO 4 [513] -2014-12-15 11:18:31 queue INFO 0 [514] -2014-12-15 11:18:32 queue INFO 4 [515] -2014-12-15 11:18:32 queue INFO 0 [516] -2014-12-15 11:18:32 queue INFO 4 [517] -2014-12-15 11:18:33 queue INFO 0 [518] -2014-12-15 11:18:33 queue INFO 4 [519] -2014-12-15 11:18:33 queue INFO 0 [520] -2014-12-15 11:18:34 queue INFO 4 [521] -2014-12-15 11:18:34 queue INFO 0 [522] -2014-12-15 11:18:34 queue INFO 4 [523] -2014-12-15 11:18:35 queue INFO 0 [524] -2014-12-15 11:18:35 queue INFO 4 [525] -2014-12-15 11:18:35 queue INFO 0 [526] -2014-12-15 11:18:36 queue INFO 4 [527] -2014-12-15 11:18:36 queue INFO 0 [528] -2014-12-15 11:18:36 queue INFO 4 [529] -2014-12-15 11:18:37 queue INFO 0 [530] -2014-12-15 11:18:37 queue INFO 4 [531] -2014-12-15 11:18:37 queue INFO 0 [532] -2014-12-15 11:18:38 queue INFO 4 [533] -2014-12-15 11:18:38 queue INFO 0 [534] -2014-12-15 11:18:38 queue INFO 4 [535] -2014-12-15 11:18:39 queue INFO 0 [536] -2014-12-15 11:18:39 queue INFO 4 [537] -2014-12-15 11:18:39 queue INFO 0 [538] -2014-12-15 11:18:40 queue INFO 4 [539] -2014-12-15 11:18:40 queue INFO 0 [540] -2014-12-15 11:18:40 queue INFO 4 [541] -2014-12-15 11:18:40 queue INFO 0 [542] -2014-12-15 11:18:41 queue INFO 4 [543] -2014-12-15 11:18:41 queue INFO 0 [544] -2014-12-15 11:18:41 queue INFO 4 [545] -2014-12-15 11:18:42 queue INFO 0 [546] -2014-12-15 11:18:42 queue INFO 4 [547] -2014-12-15 11:18:42 queue INFO 0 [548] -2014-12-15 11:18:43 queue INFO 4 [549] -2014-12-15 11:18:43 queue INFO 0 [550] -2014-12-15 11:18:43 queue INFO 4 [551] -2014-12-15 11:18:44 queue INFO 0 [552] -2014-12-15 11:18:44 queue INFO 4 [553] -2014-12-15 11:18:44 queue INFO 0 [554] -2014-12-15 11:18:45 queue INFO 4 [555] -2014-12-15 11:18:45 queue INFO 0 [556] -2014-12-15 11:18:45 queue INFO 4 [557] -2014-12-15 11:18:46 queue INFO 0 [558] -2014-12-15 11:18:46 queue INFO 4 [559] -2014-12-15 11:18:46 queue INFO 0 [560] -2014-12-15 11:18:47 queue INFO 4 [561] -2014-12-15 11:18:47 queue INFO 0 [562] -2014-12-15 11:18:47 queue INFO 4 [563] -2014-12-15 11:18:48 queue INFO 0 [564] -2014-12-15 11:18:48 queue INFO 4 [565] -2014-12-15 11:18:48 queue INFO 0 [566] -2014-12-15 11:18:49 queue INFO 4 [567] -2014-12-15 11:18:49 queue INFO 0 [568] -2014-12-15 11:18:49 queue INFO 4 [569] -2014-12-15 11:18:50 queue INFO 0 [570] -2014-12-15 11:18:50 queue INFO 4 [571] -2014-12-15 11:18:50 queue INFO 0 [572] -2014-12-15 11:18:51 queue INFO 4 [573] -2014-12-15 11:18:51 queue INFO 0 [574] -2014-12-15 11:18:51 queue INFO 4 [575] -2014-12-15 11:18:52 queue INFO 0 [576] -2014-12-15 11:18:52 queue INFO 4 [577] -2014-12-15 11:18:52 queue INFO 0 [578] -2014-12-15 11:18:53 queue INFO 4 [579] -2014-12-15 11:18:53 queue INFO 0 [580] -2014-12-15 11:18:53 queue INFO 4 [581] -2014-12-15 11:18:54 queue INFO 0 [582] -2014-12-15 11:18:54 queue INFO 4 [583] -2014-12-15 11:18:54 queue INFO 0 [584] -2014-12-15 11:18:55 queue INFO 4 [585] -2014-12-15 11:18:55 queue INFO 0 [586] -2014-12-15 11:18:55 queue INFO 4 [587] -2014-12-15 11:18:56 queue INFO 0 [588] -2014-12-15 11:18:56 queue INFO 4 [589] -2014-12-15 11:18:56 queue INFO 0 [590] -2014-12-15 11:18:57 queue INFO 4 [591] -2014-12-15 11:18:57 queue INFO 0 [592] -2014-12-15 11:18:57 queue INFO 4 [593] -2014-12-15 11:18:58 queue INFO 0 [594] -2014-12-15 11:18:58 queue INFO 4 [595] -2014-12-15 11:18:58 queue INFO 0 [596] -2014-12-15 11:18:59 queue INFO 4 [597] -2014-12-15 11:18:59 queue INFO 0 [598] -2014-12-15 11:18:59 queue INFO 4 [599] -2014-12-15 11:19:00 queue INFO 0 [600] -2014-12-15 11:19:00 queue INFO 4 [601] -2014-12-15 11:19:00 queue INFO 0 [602] -2014-12-15 11:19:01 queue INFO 4 [603] -2014-12-15 11:19:01 queue INFO 0 [604] -2014-12-15 11:19:02 queue INFO 4 [605] -2014-12-15 11:19:02 queue INFO 0 [606] -2014-12-15 11:19:02 queue INFO 4 [607] -2014-12-15 11:19:03 queue INFO 0 [608] -2014-12-15 11:19:03 queue INFO 4 [609] -2014-12-15 11:19:03 queue INFO 0 [610] -2014-12-15 11:19:04 queue INFO 4 [611] -2014-12-15 11:19:04 queue INFO 0 [612] -2014-12-15 11:19:04 queue INFO 4 [613] -2014-12-15 11:19:05 queue INFO 0 [614] -2014-12-15 11:19:05 queue INFO 4 [615] -2014-12-15 11:19:05 queue INFO 0 [616] -2014-12-15 11:19:06 queue INFO 4 [617] -2014-12-15 11:19:06 queue INFO 0 [618] -2014-12-15 11:19:06 queue INFO 4 [619] -2014-12-15 11:19:07 queue INFO 0 [620] -2014-12-15 11:19:07 queue INFO 4 [621] -2014-12-15 11:19:07 queue INFO 0 [622] -2014-12-15 11:19:07 queue INFO 4 [623] -2014-12-15 11:19:08 queue INFO 0 [624] -2014-12-15 11:19:08 queue INFO 4 [625] -2014-12-15 11:19:08 queue INFO 0 [626] -2014-12-15 11:19:09 queue INFO 4 [627] -2014-12-15 11:19:09 queue INFO 0 [628] -2014-12-15 11:19:09 queue INFO 4 [629] -2014-12-15 11:19:10 queue INFO 0 [630] -2014-12-15 11:19:10 queue INFO 4 [631] -2014-12-15 11:19:10 queue INFO 0 [632] -2014-12-15 11:19:11 queue INFO 4 [633] -2014-12-15 11:19:11 queue INFO 0 [634] -2014-12-15 11:19:11 queue INFO 4 [635] -2014-12-15 11:19:12 queue INFO 0 [636] -2014-12-15 11:19:12 queue INFO 4 [637] -2014-12-15 11:19:12 queue INFO 0 [638] -2014-12-15 11:19:13 queue INFO 4 [639] -2014-12-15 11:19:13 queue INFO 0 [640] -2014-12-15 11:19:13 queue INFO 4 [641] -2014-12-15 11:19:14 queue INFO 0 [642] -2014-12-15 11:19:14 queue INFO 4 [643] -2014-12-15 11:19:14 queue INFO 0 [644] -2014-12-15 11:19:15 queue INFO 4 [645] -2014-12-15 11:19:15 queue INFO 0 [646] -2014-12-15 11:19:15 queue INFO 4 [647] -2014-12-15 11:19:16 queue INFO 0 [648] -2014-12-15 11:19:16 queue INFO 4 [649] -2014-12-15 11:19:16 queue INFO 0 [650] -2014-12-15 11:19:17 queue INFO 4 [651] -2014-12-15 11:19:17 queue INFO 0 [652] -2014-12-15 11:19:17 queue INFO 4 [653] -2014-12-15 11:19:18 queue INFO 0 [654] -2014-12-15 11:19:18 queue INFO 4 [655] -2014-12-15 11:19:18 queue INFO 0 [656] -2014-12-15 11:19:19 queue INFO 4 [657] -2014-12-15 11:19:19 queue INFO 0 [658] -2014-12-15 11:19:20 queue INFO 4 [659] -2014-12-15 11:19:20 queue INFO 0 [660] -2014-12-15 11:19:20 queue INFO 4 [661] -2014-12-15 11:19:21 queue INFO 0 [662] -2014-12-15 11:19:21 queue INFO 4 [663] -2014-12-15 11:19:21 queue INFO 0 [664] -2014-12-15 11:19:22 queue INFO 4 [665] -2014-12-15 11:19:22 queue INFO 0 [666] -2014-12-15 11:19:22 queue INFO 4 [667] -2014-12-15 11:19:22 queue INFO 0 [668] -2014-12-15 11:19:23 queue INFO 4 [669] -2014-12-15 11:19:23 queue INFO 0 [670] -2014-12-15 11:19:23 queue INFO 4 [671] -2014-12-15 11:19:24 queue INFO 0 [672] -2014-12-15 11:19:24 queue INFO 4 [673] -2014-12-15 11:19:24 queue INFO 0 [674] -2014-12-15 11:19:25 queue INFO 4 [675] -2014-12-15 11:19:25 queue INFO 0 [676] -2014-12-15 11:19:25 queue INFO 4 [677] -2014-12-15 11:19:26 queue INFO 0 [678] -2014-12-15 11:19:26 queue INFO 4 [679] -2014-12-15 11:19:26 queue INFO 0 [680] -2014-12-15 11:19:27 queue INFO 4 [681] -2014-12-15 11:19:27 queue INFO 0 [682] -2014-12-15 11:19:27 queue INFO 4 [683] -2014-12-15 11:19:28 queue INFO 0 [684] -2014-12-15 11:19:28 queue INFO 4 [685] -2014-12-15 11:19:28 queue INFO 0 [686] -2014-12-15 11:19:29 queue INFO 4 [687] -2014-12-15 11:19:29 queue INFO 0 [688] -2014-12-15 11:19:29 queue INFO 4 [689] -2014-12-15 11:19:30 queue INFO 0 [690] -2014-12-15 11:19:30 queue INFO 4 [691] -2014-12-15 11:19:30 queue INFO 0 [692] -2014-12-15 11:19:31 queue INFO 4 [693] -2014-12-15 11:19:31 queue INFO 0 [694] -2014-12-15 11:19:31 queue INFO 4 [695] -2014-12-15 11:19:32 queue INFO 0 [696] -2014-12-15 11:19:32 queue INFO 4 [697] -2014-12-15 11:19:32 queue INFO 0 [698] -2014-12-15 11:19:33 queue INFO 4 [699] -2014-12-15 11:19:33 queue INFO 0 [700] -2014-12-15 11:19:33 queue INFO 4 [701] -2014-12-15 11:19:34 queue INFO 0 [702] -2014-12-15 11:19:34 queue INFO 4 [703] -2014-12-15 11:19:34 queue INFO 0 [704] -2014-12-15 11:19:35 queue INFO 4 [705] -2014-12-15 11:19:35 queue INFO 0 [706] -2014-12-15 11:19:35 queue INFO 4 [707] -2014-12-15 11:19:36 queue INFO 0 [708] -2014-12-15 11:19:36 queue INFO 4 [709] -2014-12-15 11:19:36 queue INFO 0 [710] -2014-12-15 11:19:37 queue INFO 4 [711] -2014-12-15 11:19:37 queue INFO 0 [712] -2014-12-15 11:19:37 queue INFO 4 [713] -2014-12-15 11:19:38 queue INFO 0 [714] -2014-12-15 11:19:38 queue INFO 4 [715] -2014-12-15 11:19:38 queue INFO 0 [716] -2014-12-15 11:19:39 queue INFO 4 [717] -2014-12-15 11:19:39 queue INFO 0 [718] -2014-12-15 11:19:39 queue INFO 4 [719] -2014-12-15 11:19:40 queue INFO 0 [720] -2014-12-15 11:19:40 queue INFO 4 [721] -2014-12-15 11:19:40 queue INFO 0 [722] -2014-12-15 11:19:41 queue INFO 4 [723] -2014-12-15 11:19:41 queue INFO 0 [724] -2014-12-15 11:19:41 queue INFO 4 [725] -2014-12-15 11:19:41 queue INFO 0 [726] -2014-12-15 11:19:42 queue INFO 4 [727] -2014-12-15 11:19:42 queue INFO 0 [728] -2014-12-15 11:19:42 queue INFO 4 [729] -2014-12-15 11:19:43 queue INFO 0 [730] -2014-12-15 11:19:43 queue INFO 4 [731] -2014-12-15 11:19:43 queue INFO 0 [732] -2014-12-15 11:19:44 queue INFO 4 [733] -2014-12-15 11:19:44 queue INFO 0 [734] -2014-12-15 11:19:44 queue INFO 4 [735] -2014-12-15 11:19:45 queue INFO 0 [736] -2014-12-15 11:19:45 queue INFO 4 [737] -2014-12-15 11:19:45 queue INFO 0 [738] -2014-12-15 11:19:46 queue INFO 4 [739] -2014-12-15 11:19:46 queue INFO 0 [740] -2014-12-15 11:19:47 queue INFO 4 [741] -2014-12-15 11:19:47 queue INFO 0 [742] -2014-12-15 11:19:47 queue INFO 4 [743] -2014-12-15 11:19:48 queue INFO 0 [744] -2014-12-15 11:19:48 queue INFO 4 [745] -2014-12-15 11:19:48 queue INFO 0 [746] -2014-12-15 11:19:49 queue INFO 4 [747] -2014-12-15 11:19:49 queue INFO 0 [748] -2014-12-15 11:19:49 queue INFO 4 [749] -2014-12-15 11:19:50 queue INFO 0 [750] -2014-12-15 11:19:50 queue INFO 4 [751] -2014-12-15 11:19:50 queue INFO 0 [752] -2014-12-15 11:19:51 queue INFO 4 [753] -2014-12-15 11:19:51 queue INFO 0 [754] -2014-12-15 11:19:51 queue INFO 4 [755] -2014-12-15 11:19:52 queue INFO 0 [756] -2014-12-15 11:19:52 queue INFO 4 [757] -2014-12-15 11:19:52 queue INFO 0 [758] -2014-12-15 11:19:53 queue INFO 4 [759] -2014-12-15 11:19:53 queue INFO 0 [760] -2014-12-15 11:19:53 queue INFO 4 [761] -2014-12-15 11:19:53 queue INFO 0 [762] -2014-12-15 11:19:54 queue INFO 4 [763] -2014-12-15 11:19:54 queue INFO 0 [764] -2014-12-15 11:19:54 queue INFO 4 [765] -2014-12-15 11:19:55 queue INFO 0 [766] -2014-12-15 11:19:55 queue INFO 4 [767] -2014-12-15 11:19:56 queue INFO 0 [768] -2014-12-15 11:19:56 queue INFO 4 [769] -2014-12-15 11:19:56 queue INFO 0 [770] -2014-12-15 11:19:57 queue INFO 4 [771] -2014-12-15 11:19:57 queue INFO 0 [772] -2014-12-15 11:19:57 queue INFO 4 [773] -2014-12-15 11:19:58 queue INFO 0 [774] -2014-12-15 11:19:58 queue INFO 4 [775] -2014-12-15 11:19:58 queue INFO 0 [776] -2014-12-15 11:19:59 queue INFO 4 [777] -2014-12-15 11:19:59 queue INFO 0 [778] -2014-12-15 11:19:59 queue INFO 4 [779] -2014-12-15 11:20:00 queue INFO 0 [780] -2014-12-15 11:20:00 queue INFO 4 [781] -2014-12-15 11:20:00 queue INFO 0 [782] -2014-12-15 11:20:01 queue INFO 4 [783] -2014-12-15 11:20:01 queue INFO 0 [784] -2014-12-15 11:20:01 queue INFO 4 [785] -2014-12-15 11:20:02 queue INFO 0 [786] -2014-12-15 11:20:02 queue INFO 4 [787] -2014-12-15 11:20:02 queue INFO 0 [788] -2014-12-15 11:20:03 queue INFO 4 [789] -2014-12-15 11:20:03 queue INFO 0 [790] -2014-12-15 11:20:03 queue INFO 4 [791] -2014-12-15 11:20:04 queue INFO 0 [792] -2014-12-15 11:20:04 queue INFO 4 [793] -2014-12-15 11:20:04 queue INFO 0 [794] -2014-12-15 11:20:05 queue INFO 4 [795] -2014-12-15 11:20:05 queue INFO 0 [796] -2014-12-15 11:20:05 queue INFO 4 [797] -2014-12-15 11:20:06 queue INFO 0 [798] -2014-12-15 11:20:06 queue INFO 4 [799] -2014-12-15 11:20:06 queue INFO 0 [800] -2014-12-15 11:20:07 queue INFO 4 [801] -2014-12-15 11:20:07 queue INFO 0 [802] -2014-12-15 11:20:07 queue INFO 4 [803] -2014-12-15 11:20:08 queue INFO 0 [804] -2014-12-15 11:20:08 queue INFO 4 [805] -2014-12-15 11:20:08 queue INFO 0 [806] -2014-12-15 11:20:09 queue INFO 4 [807] -2014-12-15 11:20:09 queue INFO 0 [808] -2014-12-15 11:20:09 queue INFO 4 [809] -2014-12-15 11:20:10 queue INFO 0 [810] -2014-12-15 11:20:10 queue INFO 4 [811] -2014-12-15 11:20:10 queue INFO 0 [812] -2014-12-15 11:20:11 queue INFO 4 [813] -2014-12-15 11:20:11 queue INFO 0 [814] -2014-12-15 11:20:11 queue INFO 4 [815] -2014-12-15 11:20:11 queue INFO 0 [816] -2014-12-15 11:20:12 queue INFO 4 [817] -2014-12-15 11:20:12 queue INFO 0 [818] -2014-12-15 11:20:13 queue INFO 4 [819] -2014-12-15 11:20:13 queue INFO 0 [820] -2014-12-15 11:20:13 queue INFO 4 [821] -2014-12-15 11:20:14 queue INFO 0 [822] -2014-12-15 11:20:14 queue INFO 4 [823] -2014-12-15 11:20:14 queue INFO 0 [824] -2014-12-15 11:20:15 queue INFO 4 [825] -2014-12-15 11:20:15 queue INFO 0 [826] -2014-12-15 11:20:15 queue INFO 4 [827] -2014-12-15 11:20:16 queue INFO 0 [828] -2014-12-15 11:20:16 queue INFO 4 [829] -2014-12-15 11:20:16 queue INFO 0 [830] -2014-12-15 11:20:17 queue INFO 4 [831] -2014-12-15 11:20:17 queue INFO 0 [832] -2014-12-15 11:20:17 queue INFO 4 [833] -2014-12-15 11:20:18 queue INFO 0 [834] -2014-12-15 11:20:18 queue INFO 4 [835] -2014-12-15 11:20:18 queue INFO 0 [836] -2014-12-15 11:20:19 queue INFO 4 [837] -2014-12-15 11:20:19 queue INFO 0 [838] -2014-12-15 11:20:19 queue INFO 4 [839] -2014-12-15 11:20:20 queue INFO 0 [840] -2014-12-15 11:20:20 queue INFO 4 [841] -2014-12-15 11:20:20 queue INFO 0 [842] -2014-12-15 11:20:21 queue INFO 4 [843] -2014-12-15 11:20:21 queue INFO 0 [844] -2014-12-15 11:20:21 queue INFO 4 [845] -2014-12-15 11:20:22 queue INFO 0 [846] -2014-12-15 11:20:22 queue INFO 4 [847] -2014-12-15 11:20:22 queue INFO 0 [848] -2014-12-15 11:20:23 queue INFO 4 [849] -2014-12-15 11:20:23 queue INFO 0 [850] -2014-12-15 11:20:23 queue INFO 4 [851] -2014-12-15 11:20:24 queue INFO 0 [852] -2014-12-15 11:20:24 queue INFO 4 [853] -2014-12-15 11:20:24 queue INFO 0 [854] -2014-12-15 11:20:25 queue INFO 4 [855] -2014-12-15 11:20:25 queue INFO 0 [856] -2014-12-15 11:20:25 queue INFO 4 [857] -2014-12-15 11:20:26 queue INFO 0 [858] -2014-12-15 11:20:26 queue INFO 4 [859] -2014-12-15 11:20:26 queue INFO 0 [860] -2014-12-15 11:20:27 queue INFO 4 [861] -2014-12-15 11:20:27 queue INFO 0 [862] -2014-12-15 11:20:27 queue INFO 4 [863] -2014-12-15 11:20:27 queue INFO 0 [864] -2014-12-15 11:20:28 queue INFO 4 [865] -2014-12-15 11:20:28 queue INFO 0 [866] -2014-12-15 11:20:28 queue INFO 4 [867] -2014-12-15 11:20:29 queue INFO 0 [868] -2014-12-15 11:20:29 queue INFO 4 [869] -2014-12-15 11:20:29 queue INFO 0 [870] -2014-12-15 11:20:30 queue INFO 4 [871] -2014-12-15 11:20:30 queue INFO 0 [872] -2014-12-15 11:20:30 queue INFO 4 [873] -2014-12-15 11:20:31 queue INFO 0 [874] -2014-12-15 11:20:31 queue INFO 4 [875] -2014-12-15 11:20:31 queue INFO 0 [876] -2014-12-15 11:20:32 queue INFO 4 [877] -2014-12-15 11:20:32 queue INFO 0 [878] -2014-12-15 11:20:32 queue INFO 4 [879] -2014-12-15 11:20:33 queue INFO 0 [880] -2014-12-15 11:20:33 queue INFO 4 [881] -2014-12-15 11:20:33 queue INFO 0 [882] -2014-12-15 11:20:34 queue INFO 4 [883] -2014-12-15 11:20:34 queue INFO 0 [884] -2014-12-15 11:20:34 queue INFO 4 [885] -2014-12-15 11:20:35 queue INFO 0 [886] -2014-12-15 11:20:35 queue INFO 4 [887] -2014-12-15 11:20:35 queue INFO 0 [888] -2014-12-15 11:20:36 queue INFO 4 [889] -2014-12-15 11:20:36 queue INFO 0 [890] -2014-12-15 11:20:36 queue INFO 4 [891] -2014-12-15 11:20:37 queue INFO 0 [892] -2014-12-15 11:20:37 queue INFO 4 [893] -2014-12-15 11:20:37 queue INFO 0 [894] -2014-12-15 11:20:38 queue INFO 4 [895] -2014-12-15 11:20:38 queue INFO 0 [896] -2014-12-15 11:20:38 queue INFO 4 [897] -2014-12-15 11:20:39 queue INFO 0 [898] -2014-12-15 11:20:39 queue INFO 4 [899] -2014-12-15 11:20:40 queue INFO 0 [900] -2014-12-15 11:20:40 queue INFO 4 [901] -2014-12-15 11:20:40 queue INFO 0 [902] -2014-12-15 11:20:41 queue INFO 4 [903] -2014-12-15 11:20:41 queue INFO 0 [904] -2014-12-15 11:20:41 queue INFO 4 [905] -2014-12-15 11:20:42 queue INFO 0 [906] -2014-12-15 11:20:42 queue INFO 4 [907] -2014-12-15 11:20:42 queue INFO 0 [908] -2014-12-15 11:20:43 queue INFO 4 [909] -2014-12-15 11:20:43 queue INFO 0 [910] -2014-12-15 11:20:43 queue INFO 4 [911] -2014-12-15 11:20:43 queue INFO 0 [912] -2014-12-15 11:20:44 queue INFO 4 [913] -2014-12-15 11:20:44 queue INFO 0 [914] -2014-12-15 11:20:44 queue INFO 4 [915] -2014-12-15 11:20:45 queue INFO 0 [916] -2014-12-15 11:20:45 queue INFO 4 [917] -2014-12-15 11:20:45 queue INFO 0 [918] -2014-12-15 11:20:46 queue INFO 4 [919] -2014-12-15 11:20:46 queue INFO 0 [920] -2014-12-15 11:20:46 queue INFO 4 [921] -2014-12-15 11:20:47 queue INFO 0 [922] -2014-12-15 11:20:47 queue INFO 4 [923] -2014-12-15 11:20:47 queue INFO 0 [924] -2014-12-15 11:20:48 queue INFO 4 [925] -2014-12-15 11:20:48 queue INFO 0 [926] -2014-12-15 11:20:48 queue INFO 4 [927] -2014-12-15 11:20:49 queue INFO 0 [928] -2014-12-15 11:20:49 queue INFO 4 [929] -2014-12-15 11:20:49 queue INFO 0 [930] -2014-12-15 11:20:50 queue INFO 4 [931] -2014-12-15 11:20:50 queue INFO 0 [932] -2014-12-15 11:20:50 queue INFO 4 [933] -2014-12-15 11:20:51 queue INFO 0 [934] -2014-12-15 11:20:51 queue INFO 4 [935] -2014-12-15 11:20:51 queue INFO 0 [936] -2014-12-15 11:20:52 queue INFO 4 [937] -2014-12-15 11:20:52 queue INFO 0 [938] -2014-12-15 11:20:52 queue INFO 4 [939] -2014-12-15 11:20:53 queue INFO 0 [940] -2014-12-15 11:20:53 queue INFO 4 [941] -2014-12-15 11:20:53 queue INFO 0 [942] -2014-12-15 11:20:54 queue INFO 4 [943] -2014-12-15 11:20:54 queue INFO 0 [944] -2014-12-15 11:20:54 queue INFO 4 [945] -2014-12-15 11:20:55 queue INFO 0 [946] -2014-12-15 11:20:55 queue INFO 4 [947] -2014-12-15 11:20:55 queue INFO 0 [948] -2014-12-15 11:20:56 queue INFO 4 [949] -2014-12-15 11:20:56 queue INFO 0 [950] -2014-12-15 11:20:56 queue INFO 4 [951] -2014-12-15 11:20:57 queue INFO 0 [952] -2014-12-15 11:20:57 queue INFO 4 [953] -2014-12-15 11:20:57 queue INFO 0 [954] -2014-12-15 11:20:58 queue INFO 4 [955] -2014-12-15 11:20:58 queue INFO 0 [956] -2014-12-15 11:20:58 queue INFO 4 [957] -2014-12-15 11:20:59 queue INFO 0 [958] -2014-12-15 11:20:59 queue INFO 4 [959] -2014-12-15 11:20:59 queue INFO 0 [960] -2014-12-15 11:21:00 queue INFO 4 [961] -2014-12-15 11:21:00 queue INFO 0 [962] -2014-12-15 11:21:00 queue INFO 4 [963] -2014-12-15 11:21:01 queue INFO 0 [964] -2014-12-15 11:21:01 queue INFO 4 [965] -2014-12-15 11:21:01 queue INFO 0 [966] -2014-12-15 11:21:02 queue INFO 4 [967] -2014-12-15 11:21:02 queue INFO 0 [968] -2014-12-15 11:21:02 queue INFO 4 [969] -2014-12-15 11:21:03 queue INFO 0 [970] -2014-12-15 11:21:03 queue INFO 4 [971] -2014-12-15 11:21:03 queue INFO 0 [972] -2014-12-15 11:21:04 queue INFO 4 [973] -2014-12-15 11:21:04 queue INFO 0 [974] -2014-12-15 11:21:04 queue INFO 4 [975] -2014-12-15 11:21:05 queue INFO 0 [976] -2014-12-15 11:21:05 queue INFO 4 [977] -2014-12-15 11:21:06 queue INFO 0 [978] -2014-12-15 11:21:06 queue INFO 4 [979] -2014-12-15 11:21:06 queue INFO 0 [980] -2014-12-15 11:21:07 queue INFO 4 [981] -2014-12-15 11:21:07 queue INFO 0 [982] -2014-12-15 11:21:07 queue INFO 4 [983] -2014-12-15 11:21:08 queue INFO 0 [984] -2014-12-15 11:21:08 queue INFO 4 [985] -2014-12-15 11:21:08 queue INFO 0 [986] -2014-12-15 11:21:09 queue INFO 4 [987] -2014-12-15 11:21:09 queue INFO 0 [988] -2014-12-15 11:21:09 queue INFO 4 [989] -2014-12-15 11:21:10 queue INFO 0 [990] -2014-12-15 11:21:10 queue INFO 4 [991] -2014-12-15 11:21:10 queue INFO 0 [992] -2014-12-15 11:21:11 queue INFO 4 [993] -2014-12-15 11:21:11 queue INFO 0 [994] -2014-12-15 11:21:11 queue INFO 4 [995] -2014-12-15 11:21:12 queue INFO 0 [996] -2014-12-15 11:21:12 queue INFO 4 [997] -2014-12-15 11:21:12 queue INFO 0 [998] -2014-12-15 11:21:13 queue INFO 4 [999] -2014-12-15 11:21:13 queue INFO 0 [0] -2014-12-15 11:21:13 queue INFO 4 [1] -2014-12-15 11:21:14 queue INFO 0 [2] -2014-12-15 11:21:14 queue INFO 4 [3] -2014-12-15 11:21:14 queue INFO 0 [4] -2014-12-15 11:21:15 queue INFO 4 [5] -2014-12-15 11:21:15 queue INFO 0 [6] -2014-12-15 11:21:15 queue INFO 4 [7] -2014-12-15 11:21:16 queue INFO 0 [8] -2014-12-15 11:21:16 queue INFO 4 [9] -2014-12-15 11:21:16 queue INFO 0 [10] -2014-12-15 11:21:17 queue INFO 4 [11] -2014-12-15 11:21:17 queue INFO 0 [12] -2014-12-15 11:21:17 queue INFO 4 [13] -2014-12-15 11:21:18 queue INFO 0 [14] -2014-12-15 11:21:18 queue INFO 4 [15] -2014-12-15 11:21:18 queue INFO 0 [16] -2014-12-15 11:21:19 queue INFO 4 [17] -2014-12-15 11:21:19 queue INFO 0 [18] -2014-12-15 11:21:19 queue INFO 4 [19] -2014-12-15 11:21:20 queue INFO 0 [20] -2014-12-15 11:21:20 queue INFO 4 [21] -2014-12-15 11:21:21 queue INFO 0 [22] -2014-12-15 11:21:21 queue INFO 4 [23] -2014-12-15 11:21:21 queue INFO 0 [24] -2014-12-15 11:21:22 queue INFO 4 [25] -2014-12-15 11:21:22 queue INFO 0 [26] -2014-12-15 11:21:22 queue INFO 4 [27] -2014-12-15 11:21:23 queue INFO 0 [28] -2014-12-15 11:21:23 queue INFO 4 [29] -2014-12-15 11:21:23 queue INFO 0 [30] -2014-12-15 11:21:24 queue INFO 4 [31] -2014-12-15 11:21:24 queue INFO 0 [32] -2014-12-15 11:21:25 queue INFO 4 [33] -2014-12-15 11:21:25 queue INFO 0 [34] -2014-12-15 11:21:25 queue INFO 4 [35] -2014-12-15 11:21:26 queue INFO 0 [36] -2014-12-15 11:21:26 queue INFO 4 [37] -2014-12-15 11:21:26 queue INFO 0 [38] -2014-12-15 11:21:27 queue INFO 4 [39] -2014-12-15 11:21:27 queue INFO 0 [40] -2014-12-15 11:21:27 queue INFO 4 [41] -2014-12-15 11:21:27 queue INFO 0 [42] -2014-12-15 11:21:28 queue INFO 4 [43] -2014-12-15 11:21:28 queue INFO 0 [44] -2014-12-15 11:21:28 queue INFO 4 [45] -2014-12-15 11:21:29 queue INFO 0 [46] -2014-12-15 11:21:29 queue INFO 4 [47] -2014-12-15 11:21:29 queue INFO 0 [48] -2014-12-15 11:21:30 queue INFO 4 [49] -2014-12-15 11:21:30 queue INFO 0 [50] -2014-12-15 11:21:31 queue INFO 4 [51] -2014-12-15 11:21:31 queue INFO 0 [52] -2014-12-15 11:21:31 queue INFO 4 [53] -2014-12-15 11:21:32 queue INFO 0 [54] -2014-12-15 11:21:32 queue INFO 4 [55] -2014-12-15 11:21:32 queue INFO 0 [56] -2014-12-15 11:21:33 queue INFO 4 [57] -2014-12-15 11:21:33 queue INFO 0 [58] -2014-12-15 11:21:33 queue INFO 4 [59] -2014-12-15 11:21:34 queue INFO 0 [60] -2014-12-15 11:21:34 queue INFO 4 [61] -2014-12-15 11:21:34 queue INFO 0 [62] -2014-12-15 11:21:35 queue INFO 4 [63] -2014-12-15 11:21:35 queue INFO 0 [64] -2014-12-15 11:21:35 queue INFO 4 [65] -2014-12-15 11:21:36 queue INFO 0 [66] -2014-12-15 11:21:36 queue INFO 4 [67] -2014-12-15 11:21:36 queue INFO 0 [68] -2014-12-15 11:21:37 queue INFO 4 [69] -2014-12-15 11:21:37 queue INFO 0 [70] -2014-12-15 11:21:37 queue INFO 4 [71] -2014-12-15 11:21:38 queue INFO 0 [72] -2014-12-15 11:21:38 queue INFO 4 [73] -2014-12-15 11:21:38 queue INFO 0 [74] -2014-12-15 11:21:39 queue INFO 4 [75] -2014-12-15 11:21:39 queue INFO 0 [76] -2014-12-15 11:21:39 queue INFO 4 [77] -2014-12-15 11:21:40 queue INFO 0 [78] -2014-12-15 11:21:40 queue INFO 4 [79] -2014-12-15 11:21:40 queue INFO 0 [80] -2014-12-15 11:21:41 queue INFO 4 [81] -2014-12-15 11:21:41 queue INFO 0 [82] -2014-12-15 11:21:41 queue INFO 4 [83] -2014-12-15 11:21:42 queue INFO 0 [84] -2014-12-15 11:21:42 queue INFO 4 [85] -2014-12-15 11:21:42 queue INFO 0 [86] -2014-12-15 11:21:43 queue INFO 4 [87] -2014-12-15 11:21:43 queue INFO 0 [88] -2014-12-15 11:21:43 queue INFO 4 [89] -2014-12-15 11:21:44 queue INFO 0 [90] -2014-12-15 11:21:44 queue INFO 4 [91] -2014-12-15 11:21:44 queue INFO 0 [92] -2014-12-15 11:21:45 queue INFO 4 [93] -2014-12-15 11:21:45 queue INFO 0 [94] -2014-12-15 11:21:45 queue INFO 4 [95] -2014-12-15 11:21:46 queue INFO 0 [96] -2014-12-15 11:21:46 queue INFO 4 [97] -2014-12-15 11:21:46 queue INFO 0 [98] -2014-12-15 11:21:47 queue INFO 4 [99] -2014-12-15 11:21:47 queue INFO 0 [100] -2014-12-15 11:21:47 queue INFO 4 [101] -2014-12-15 11:21:48 queue INFO 0 [102] -2014-12-15 11:21:48 queue INFO 4 [103] -2014-12-15 11:21:48 queue INFO 0 [104] -2014-12-15 11:21:49 queue INFO 4 [105] -2014-12-15 11:21:49 queue INFO 0 [106] -2014-12-15 11:21:49 queue INFO 4 [107] -2014-12-15 11:21:50 queue INFO 0 [108] -2014-12-15 11:21:50 queue INFO 4 [109] -2014-12-15 11:21:50 queue INFO 0 [110] -2014-12-15 11:21:51 queue INFO 4 [111] -2014-12-15 11:21:51 queue INFO 0 [112] -2014-12-15 11:21:51 queue INFO 4 [113] -2014-12-15 11:21:52 queue INFO 0 [114] -2014-12-15 11:21:52 queue INFO 4 [115] -2014-12-15 11:21:52 queue INFO 0 [116] -2014-12-15 11:21:53 queue INFO 4 [117] -2014-12-15 11:21:53 queue INFO 0 [118] -2014-12-15 11:21:53 queue INFO 4 [119] -2014-12-15 11:21:54 queue INFO 0 [120] -2014-12-15 11:21:54 queue INFO 4 [121] -2014-12-15 11:21:54 queue INFO 0 [122] -2014-12-15 11:21:55 queue INFO 4 [123] -2014-12-15 11:21:55 queue INFO 0 [124] -2014-12-15 11:21:55 queue INFO 4 [125] -2014-12-15 11:21:56 queue INFO 0 [126] -2014-12-15 11:21:56 queue INFO 4 [127] -2014-12-15 11:21:57 queue INFO 0 [128] -2014-12-15 11:21:57 queue INFO 4 [129] -2014-12-15 11:21:57 queue INFO 0 [130] -2014-12-15 11:21:58 queue INFO 4 [131] -2014-12-15 11:21:58 queue INFO 0 [132] -2014-12-15 11:21:58 queue INFO 4 [133] -2014-12-15 11:21:59 queue INFO 0 [134] -2014-12-15 11:21:59 queue INFO 4 [135] -2014-12-15 11:21:59 queue INFO 0 [136] -2014-12-15 11:22:00 queue INFO 4 [137] -2014-12-15 11:22:00 queue INFO 0 [138] -2014-12-15 11:22:00 queue INFO 4 [139] -2014-12-15 11:22:01 queue INFO 0 [140] -2014-12-15 11:22:01 queue INFO 4 [141] -2014-12-15 11:22:01 queue INFO 0 [142] -2014-12-15 11:22:02 queue INFO 4 [143] -2014-12-15 11:22:02 queue INFO 0 [144] -2014-12-15 11:22:02 queue INFO 4 [145] -2014-12-15 11:22:03 queue INFO 0 [146] -2014-12-15 11:22:03 queue INFO 4 [147] -2014-12-15 11:22:03 queue INFO 0 [148] -2014-12-15 11:22:04 queue INFO 4 [149] -2014-12-15 11:22:04 queue INFO 0 [150] -2014-12-15 11:22:04 queue INFO 4 [151] -2014-12-15 11:22:05 queue INFO 0 [152] -2014-12-15 11:22:05 queue INFO 4 [153] -2014-12-15 11:22:05 queue INFO 0 [154] -2014-12-15 11:22:06 queue INFO 4 [155] -2014-12-15 11:22:06 queue INFO 0 [156] -2014-12-15 11:22:06 queue INFO 4 [157] -2014-12-15 11:22:07 queue INFO 0 [158] -2014-12-15 11:22:07 queue INFO 4 [159] -2014-12-15 11:22:08 queue INFO 0 [160] -2014-12-15 11:22:08 queue INFO 4 [161] -2014-12-15 11:22:08 queue INFO 0 [162] -2014-12-15 11:22:09 queue INFO 4 [163] -2014-12-15 11:22:09 queue INFO 0 [164] -2014-12-15 11:22:09 queue INFO 4 [165] -2014-12-15 11:22:10 queue INFO 0 [166] -2014-12-15 11:22:10 queue INFO 4 [167] -2014-12-15 11:22:10 queue INFO 0 [168] -2014-12-15 11:22:11 queue INFO 4 [169] -2014-12-15 11:22:11 queue INFO 0 [170] -2014-12-15 11:22:11 queue INFO 4 [171] -2014-12-15 11:22:12 queue INFO 0 [172] -2014-12-15 11:22:12 queue INFO 4 [173] -2014-12-15 11:22:12 queue INFO 0 [174] -2014-12-15 11:22:13 queue INFO 4 [175] -2014-12-15 11:22:13 queue INFO 0 [176] -2014-12-15 11:22:13 queue INFO 4 [177] -2014-12-15 11:22:14 queue INFO 0 [178] -2014-12-15 11:22:14 queue INFO 4 [179] -2014-12-15 11:22:14 queue INFO 0 [180] -2014-12-15 11:22:15 queue INFO 4 [181] -2014-12-15 11:22:15 queue INFO 0 [182] -2014-12-15 11:22:15 queue INFO 4 [183] -2014-12-15 11:22:15 queue INFO 0 [184] -2014-12-15 11:22:16 queue INFO 4 [185] -2014-12-15 11:22:16 queue INFO 0 [186] -2014-12-15 11:22:16 queue INFO 4 [187] -2014-12-15 11:22:17 queue INFO 0 [188] -2014-12-15 11:22:17 queue INFO 4 [189] -2014-12-15 11:22:17 queue INFO 0 [190] -2014-12-15 11:22:18 queue INFO 4 [191] -2014-12-15 11:22:18 queue INFO 0 [192] -2014-12-15 11:22:18 queue INFO 4 [193] -2014-12-15 11:22:19 queue INFO 0 [194] -2014-12-15 11:22:19 queue INFO 4 [195] -2014-12-15 11:22:19 queue INFO 0 [196] -2014-12-15 11:22:20 queue INFO 4 [197] -2014-12-15 11:22:20 queue INFO 0 [198] -2014-12-15 11:22:20 queue INFO 4 [199] -2014-12-15 11:22:21 queue INFO 0 [200] -2014-12-15 11:22:21 queue INFO 4 [201] -2014-12-15 11:22:21 queue INFO 0 [202] -2014-12-15 11:22:22 queue INFO 4 [203] -2014-12-15 11:22:22 queue INFO 0 [204] -2014-12-15 11:22:22 queue INFO 4 [205] -2014-12-15 11:22:23 queue INFO 0 [206] -2014-12-15 11:22:23 queue INFO 4 [207] -2014-12-15 11:22:24 queue INFO 0 [208] -2014-12-15 11:22:24 queue INFO 4 [209] -2014-12-15 11:22:24 queue INFO 0 [210] -2014-12-15 11:22:25 queue INFO 4 [211] -2014-12-15 11:22:25 queue INFO 0 [212] -2014-12-15 11:22:25 queue INFO 4 [213] -2014-12-15 11:22:26 queue INFO 0 [214] -2014-12-15 11:22:26 queue INFO 4 [215] -2014-12-15 11:22:26 queue INFO 0 [216] -2014-12-15 11:22:27 queue INFO 4 [217] -2014-12-15 11:22:27 queue INFO 0 [218] -2014-12-15 11:22:27 queue INFO 4 [219] -2014-12-15 11:22:28 queue INFO 0 [220] -2014-12-15 11:22:28 queue INFO 4 [221] -2014-12-15 11:22:28 queue INFO 0 [222] -2014-12-15 11:22:29 queue INFO 4 [223] -2014-12-15 11:22:29 queue INFO 0 [224] -2014-12-15 11:22:29 queue INFO 4 [225] -2014-12-15 11:22:30 queue INFO 0 [226] -2014-12-15 11:22:30 queue INFO 4 [227] -2014-12-15 11:22:30 queue INFO 0 [228] -2014-12-15 11:22:31 queue INFO 4 [229] -2014-12-15 11:22:31 queue INFO 0 [230] -2014-12-15 11:22:31 queue INFO 4 [231] -2014-12-15 11:22:31 queue INFO 0 [232] -2014-12-15 11:22:32 queue INFO 4 [233] -2014-12-15 11:22:32 queue INFO 0 [234] -2014-12-15 11:22:32 queue INFO 4 [235] -2014-12-15 11:22:33 queue INFO 0 [236] -2014-12-15 11:22:33 queue INFO 4 [237] -2014-12-15 11:22:33 queue INFO 0 [238] -2014-12-15 11:22:34 queue INFO 4 [239] -2014-12-15 11:22:34 queue INFO 0 [240] -2014-12-15 11:22:34 queue INFO 4 [241] -2014-12-15 11:22:35 queue INFO 0 [242] -2014-12-15 11:22:35 queue INFO 4 [243] -2014-12-15 11:22:35 queue INFO 0 [244] -2014-12-15 11:22:36 queue INFO 4 [245] -2014-12-15 11:22:36 queue INFO 0 [246] -2014-12-15 11:22:36 queue INFO 4 [247] -2014-12-15 11:22:37 queue INFO 0 [248] -2014-12-15 11:22:37 queue INFO 4 [249] -2014-12-15 11:22:37 queue INFO 0 [250] -2014-12-15 11:22:38 queue INFO 4 [251] -2014-12-15 11:22:38 queue INFO 0 [252] -2014-12-15 11:22:38 queue INFO 4 [253] -2014-12-15 11:22:39 queue INFO 0 [254] -2014-12-15 11:22:39 queue INFO 4 [255] -2014-12-15 11:22:39 queue INFO 0 [256] -2014-12-15 11:22:40 queue INFO 4 [257] -2014-12-15 11:22:40 queue INFO 0 [258] -2014-12-15 11:22:41 queue INFO 4 [259] -2014-12-15 11:22:41 queue INFO 0 [260] -2014-12-15 11:22:41 queue INFO 4 [261] -2014-12-15 11:22:41 queue INFO 0 [262] -2014-12-15 11:22:42 queue INFO 4 [263] -2014-12-15 11:22:42 queue INFO 0 [264] -2014-12-15 11:22:42 queue INFO 4 [265] -2014-12-15 11:22:43 queue INFO 0 [266] -2014-12-15 11:22:43 queue INFO 4 [267] -2014-12-15 11:22:43 queue INFO 0 [268] -2014-12-15 11:22:44 queue INFO 4 [269] -2014-12-15 11:22:44 queue INFO 0 [270] -2014-12-15 11:22:44 queue INFO 4 [271] -2014-12-15 11:22:45 queue INFO 0 [272] -2014-12-15 11:22:45 queue INFO 4 [273] -2014-12-15 11:22:45 queue INFO 0 [274] -2014-12-15 11:22:46 queue INFO 4 [275] -2014-12-15 11:22:46 queue INFO 0 [276] -2014-12-15 11:22:46 queue INFO 4 [277] -2014-12-15 11:22:47 queue INFO 0 [278] -2014-12-15 11:22:47 queue INFO 4 [279] -2014-12-15 11:22:47 queue INFO 0 [280] -2014-12-15 11:22:48 queue INFO 4 [281] -2014-12-15 11:22:48 queue INFO 0 [282] -2014-12-15 11:22:48 queue INFO 4 [283] -2014-12-15 11:22:49 queue INFO 0 [284] -2014-12-15 11:22:49 queue INFO 4 [285] -2014-12-15 11:22:50 queue INFO 0 [286] -2014-12-15 11:22:50 queue INFO 4 [287] -2014-12-15 11:22:50 queue INFO 0 [288] -2014-12-15 11:22:51 queue INFO 4 [289] -2014-12-15 11:22:51 queue INFO 0 [290] -2014-12-15 11:22:51 queue INFO 4 [291] -2014-12-15 11:22:52 queue INFO 0 [292] -2014-12-15 11:22:52 queue INFO 4 [293] -2014-12-15 11:22:52 queue INFO 0 [294] -2014-12-15 11:22:53 queue INFO 4 [295] -2014-12-15 11:22:53 queue INFO 0 [296] -2014-12-15 11:22:53 queue INFO 4 [297] -2014-12-15 11:22:54 queue INFO 0 [298] -2014-12-15 11:22:54 queue INFO 4 [299] -2014-12-15 11:22:54 queue INFO 0 [300] -2014-12-15 11:22:55 queue INFO 4 [301] -2014-12-15 11:22:55 queue INFO 0 [302] -2014-12-15 11:22:55 queue INFO 4 [303] -2014-12-15 11:22:56 queue INFO 0 [304] -2014-12-15 11:22:56 queue INFO 4 [305] -2014-12-15 11:22:56 queue INFO 0 [306] -2014-12-15 11:22:57 queue INFO 4 [307] -2014-12-15 11:22:57 queue INFO 0 [308] -2014-12-15 11:22:57 queue INFO 4 [309] -2014-12-15 11:22:58 queue INFO 0 [310] -2014-12-15 11:22:58 queue INFO 4 [311] -2014-12-15 11:22:58 queue INFO 0 [312] -2014-12-15 11:22:59 queue INFO 4 [313] -2014-12-15 11:22:59 queue INFO 0 [314] -2014-12-15 11:22:59 queue INFO 4 [315] -2014-12-15 11:22:59 queue INFO 0 [316] -2014-12-15 11:23:00 queue INFO 4 [317] -2014-12-15 11:23:00 queue INFO 0 [318] -2014-12-15 11:23:00 queue INFO 4 [319] -2014-12-15 11:23:01 queue INFO 0 [320] -2014-12-15 11:23:01 queue INFO 4 [321] -2014-12-15 11:23:01 queue INFO 0 [322] -2014-12-15 11:23:02 queue INFO 4 [323] -2014-12-15 11:23:02 queue INFO 0 [324] -2014-12-15 11:23:02 queue INFO 4 [325] -2014-12-15 11:23:03 queue INFO 0 [326] -2014-12-15 11:23:03 queue INFO 4 [327] -2014-12-15 11:23:03 queue INFO 0 [328] -2014-12-15 11:23:04 queue INFO 4 [329] -2014-12-15 11:23:04 queue INFO 0 [330] -2014-12-15 11:23:04 queue INFO 4 [331] -2014-12-15 11:23:05 queue INFO 0 [332] -2014-12-15 11:23:05 queue INFO 4 [333] -2014-12-15 11:23:05 queue INFO 0 [334] -2014-12-15 11:23:06 queue INFO 4 [335] -2014-12-15 11:23:06 queue INFO 0 [336] -2014-12-15 11:23:06 queue INFO 4 [337] -2014-12-15 11:23:07 queue INFO 0 [338] -2014-12-15 11:23:07 queue INFO 4 [339] -2014-12-15 11:23:07 queue INFO 0 [340] -2014-12-15 11:23:08 queue INFO 4 [341] -2014-12-15 11:23:08 queue INFO 0 [342] -2014-12-15 11:23:08 queue INFO 4 [343] -2014-12-15 11:23:09 queue INFO 0 [344] -2014-12-15 11:23:09 queue INFO 4 [345] -2014-12-15 11:23:09 queue INFO 0 [346] -2014-12-15 11:23:10 queue INFO 4 [347] -2014-12-15 11:23:10 queue INFO 0 [348] -2014-12-15 11:23:10 queue INFO 4 [349] -2014-12-15 11:23:11 queue INFO 0 [350] -2014-12-15 11:23:11 queue INFO 4 [351] -2014-12-15 11:23:11 queue INFO 0 [352] -2014-12-15 11:23:12 queue INFO 4 [353] -2014-12-15 11:23:12 queue INFO 0 [354] -2014-12-15 11:23:12 queue INFO 4 [355] -2014-12-15 11:23:13 queue INFO 0 [356] -2014-12-15 11:23:13 queue INFO 4 [357] -2014-12-15 11:23:13 queue INFO 0 [358] -2014-12-15 11:23:14 queue INFO 4 [359] -2014-12-15 11:23:14 queue INFO 0 [360] -2014-12-15 11:23:14 queue INFO 4 [361] -2014-12-15 11:23:15 queue INFO 0 [362] -2014-12-15 11:23:15 queue INFO 4 [363] -2014-12-15 11:23:15 queue INFO 0 [364] -2014-12-15 11:23:16 queue INFO 4 [365] -2014-12-15 11:23:16 queue INFO 0 [366] -2014-12-15 11:23:16 queue INFO 4 [367] -2014-12-15 11:23:17 queue INFO 0 [368] -2014-12-15 11:23:17 queue INFO 4 [369] -2014-12-15 11:23:18 queue INFO 0 [370] -2014-12-15 11:23:18 queue INFO 4 [371] -2014-12-15 11:23:18 queue INFO 0 [372] -2014-12-15 11:23:18 queue INFO 4 [373] -2014-12-15 11:23:19 queue INFO 0 [374] -2014-12-15 11:23:19 queue INFO 4 [375] -2014-12-15 11:23:19 queue INFO 0 [376] -2014-12-15 11:23:20 queue INFO 4 [377] -2014-12-15 11:23:20 queue INFO 0 [378] -2014-12-15 11:23:21 queue INFO 4 [379] -2014-12-15 11:23:21 queue INFO 0 [380] -2014-12-15 11:23:21 queue INFO 4 [381] -2014-12-15 11:23:21 queue INFO 0 [382] -2014-12-15 11:23:22 queue INFO 4 [383] -2014-12-15 11:23:22 queue INFO 0 [384] -2014-12-15 11:23:22 queue INFO 4 [385] -2014-12-15 11:23:23 queue INFO 0 [386] -2014-12-15 11:23:23 queue INFO 4 [387] -2014-12-15 11:23:23 queue INFO 0 [388] -2014-12-15 11:23:24 queue INFO 4 [389] -2014-12-15 11:23:24 queue INFO 0 [390] -2014-12-15 11:23:24 queue INFO 4 [391] -2014-12-15 11:23:25 queue INFO 0 [392] -2014-12-15 11:23:25 queue INFO 4 [393] -2014-12-15 11:23:25 queue INFO 0 [394] -2014-12-15 11:23:26 queue INFO 4 [395] -2014-12-15 11:23:26 queue INFO 0 [396] -2014-12-15 11:23:26 queue INFO 4 [397] -2014-12-15 11:23:27 queue INFO 0 [398] -2014-12-15 11:23:27 queue INFO 4 [399] -2014-12-15 11:23:27 queue INFO 0 [400] -2014-12-15 11:23:28 queue INFO 4 [401] -2014-12-15 11:23:28 queue INFO 0 [402] -2014-12-15 11:23:28 queue INFO 4 [403] -2014-12-15 11:23:29 queue INFO 0 [404] -2014-12-15 11:23:29 queue INFO 4 [405] -2014-12-15 11:23:29 queue INFO 0 [406] -2014-12-15 11:23:30 queue INFO 4 [407] -2014-12-15 11:23:30 queue INFO 0 [408] -2014-12-15 11:23:30 queue INFO 4 [409] -2014-12-15 11:23:31 queue INFO 0 [410] -2014-12-15 11:23:31 queue INFO 4 [411] -2014-12-15 11:23:31 queue INFO 0 [412] -2014-12-15 11:23:32 queue INFO 4 [413] -2014-12-15 11:23:32 queue INFO 0 [414] -2014-12-15 11:23:32 queue INFO 4 [415] -2014-12-15 11:23:33 queue INFO 0 [416] -2014-12-15 11:23:33 queue INFO 4 [417] -2014-12-15 11:23:33 queue INFO 0 [418] -2014-12-15 11:23:34 queue INFO 4 [419] -2014-12-15 11:23:34 queue INFO 0 [420] -2014-12-15 11:23:34 queue INFO 4 [421] -2014-12-15 11:23:35 queue INFO 0 [422] -2014-12-15 11:23:35 queue INFO 4 [423] -2014-12-15 11:23:35 queue INFO 0 [424] -2014-12-15 11:23:36 queue INFO 4 [425] -2014-12-15 11:23:36 queue INFO 0 [426] -2014-12-15 11:23:36 queue INFO 4 [427] -2014-12-15 11:23:37 queue INFO 0 [428] -2014-12-15 11:23:37 queue INFO 4 [429] -2014-12-15 11:23:37 queue INFO 0 [430] -2014-12-15 11:23:38 queue INFO 4 [431] -2014-12-15 11:23:38 queue INFO 0 [432] -2014-12-15 11:23:38 queue INFO 4 [433] -2014-12-15 11:23:39 queue INFO 0 [434] -2014-12-15 11:23:39 queue INFO 4 [435] -2014-12-15 11:23:39 queue INFO 0 [436] -2014-12-15 11:23:40 queue INFO 4 [437] -2014-12-15 11:23:40 queue INFO 0 [438] -2014-12-15 11:23:40 queue INFO 4 [439] -2014-12-15 11:23:41 queue INFO 0 [440] -2014-12-15 11:23:41 queue INFO 4 [441] -2014-12-15 11:23:41 queue INFO 0 [442] -2014-12-15 11:23:42 queue INFO 4 [443] -2014-12-15 11:23:42 queue INFO 0 [444] -2014-12-15 11:23:42 queue INFO 4 [445] -2014-12-15 11:23:43 queue INFO 0 [446] -2014-12-15 11:23:43 queue INFO 4 [447] -2014-12-15 11:23:43 queue INFO 0 [448] -2014-12-15 11:23:44 queue INFO 4 [449] -2014-12-15 11:23:44 queue INFO 0 [450] -2014-12-15 11:23:44 queue INFO 4 [451] -2014-12-15 11:23:45 queue INFO 0 [452] -2014-12-15 11:23:45 queue INFO 4 [453] -2014-12-15 11:23:45 queue INFO 0 [454] -2014-12-15 11:23:46 queue INFO 4 [455] -2014-12-15 11:23:46 queue INFO 0 [456] -2014-12-15 11:23:46 queue INFO 4 [457] -2014-12-15 11:23:47 queue INFO 0 [458] -2014-12-15 11:23:47 queue INFO 4 [459] -2014-12-15 11:23:47 queue INFO 0 [460] -2014-12-15 11:23:48 queue INFO 4 [461] -2014-12-15 11:23:48 queue INFO 0 [462] -2014-12-15 11:23:48 queue INFO 4 [463] -2014-12-15 11:23:49 queue INFO 0 [464] -2014-12-15 11:23:49 queue INFO 4 [465] -2014-12-15 11:23:49 queue INFO 0 [466] -2014-12-15 11:23:50 queue INFO 4 [467] -2014-12-15 11:23:50 queue INFO 0 [468] -2014-12-15 11:23:50 queue INFO 4 [469] -2014-12-15 11:23:51 queue INFO 0 [470] -2014-12-15 11:23:51 queue INFO 4 [471] -2014-12-15 11:23:51 queue INFO 0 [472] -2014-12-15 11:23:52 queue INFO 4 [473] -2014-12-15 11:23:52 queue INFO 0 [474] -2014-12-15 11:23:52 queue INFO 4 [475] -2014-12-15 11:23:53 queue INFO 0 [476] -2014-12-15 11:23:53 queue INFO 4 [477] -2014-12-15 11:23:53 queue INFO 0 [478] -2014-12-15 11:23:54 queue INFO 4 [479] -2014-12-15 11:23:54 queue INFO 0 [480] -2014-12-15 11:23:54 queue INFO 4 [481] -2014-12-15 11:23:55 queue INFO 0 [482] -2014-12-15 11:23:55 queue INFO 4 [483] -2014-12-15 11:23:55 queue INFO 0 [484] -2014-12-15 11:23:56 queue INFO 4 [485] -2014-12-15 11:23:56 queue INFO 0 [486] -2014-12-15 11:23:56 queue INFO 4 [487] -2014-12-15 11:23:57 queue INFO 0 [488] -2014-12-15 11:23:57 queue INFO 4 [489] -2014-12-15 11:23:57 queue INFO 0 [490] -2014-12-15 11:23:58 queue INFO 4 [491] -2014-12-15 11:23:58 queue INFO 0 [492] -2014-12-15 11:23:58 queue INFO 4 [493] -2014-12-15 11:23:59 queue INFO 0 [494] -2014-12-15 11:23:59 queue INFO 4 [495] -2014-12-15 11:23:59 queue INFO 0 [496] -2014-12-15 11:24:00 queue INFO 4 [497] -2014-12-15 11:24:00 queue INFO 0 [498] -2014-12-15 11:24:00 queue INFO 4 [499] -2014-12-15 11:24:01 queue INFO 0 [500] -2014-12-15 11:24:01 queue INFO 4 [501] -2014-12-15 11:24:01 queue INFO 0 [502] -2014-12-15 11:24:02 queue INFO 4 [503] -2014-12-15 11:24:02 queue INFO 0 [504] -2014-12-15 11:24:02 queue INFO 4 [505] -2014-12-15 11:24:03 queue INFO 0 [506] -2014-12-15 11:24:03 queue INFO 4 [507] -2014-12-15 11:24:03 queue INFO 0 [508] -2014-12-15 11:24:04 queue INFO 4 [509] -2014-12-15 11:24:04 queue INFO 0 [510] -2014-12-15 11:24:04 queue INFO 4 [511] -2014-12-15 11:24:05 queue INFO 0 [512] -2014-12-15 11:24:05 queue INFO 4 [513] -2014-12-15 11:24:05 queue INFO 0 [514] -2014-12-15 11:24:06 queue INFO 4 [515] -2014-12-15 11:24:06 queue INFO 0 [516] -2014-12-15 11:24:06 queue INFO 4 [517] -2014-12-15 11:24:07 queue INFO 0 [518] -2014-12-15 11:24:07 queue INFO 4 [519] -2014-12-15 11:24:07 queue INFO 0 [520] -2014-12-15 11:24:08 queue INFO 4 [521] -2014-12-15 11:24:08 queue INFO 0 [522] -2014-12-15 11:24:08 queue INFO 4 [523] -2014-12-15 11:24:09 queue INFO 0 [524] -2014-12-15 11:24:09 queue INFO 4 [525] -2014-12-15 11:24:09 queue INFO 0 [526] -2014-12-15 11:24:10 queue INFO 4 [527] -2014-12-15 11:24:10 queue INFO 0 [528] -2014-12-15 11:24:10 queue INFO 4 [529] -2014-12-15 11:24:11 queue INFO 0 [530] -2014-12-15 11:24:11 queue INFO 4 [531] -2014-12-15 11:24:12 queue INFO 0 [532] -2014-12-15 11:24:12 queue INFO 4 [533] -2014-12-15 11:24:12 queue INFO 0 [534] -2014-12-15 11:24:13 queue INFO 4 [535] -2014-12-15 11:24:13 queue INFO 0 [536] -2014-12-15 11:24:13 queue INFO 4 [537] -2014-12-15 11:24:13 queue INFO 0 [538] -2014-12-15 11:24:14 queue INFO 4 [539] -2014-12-15 11:24:14 queue INFO 0 [540] -2014-12-15 11:24:14 queue INFO 4 [541] -2014-12-15 11:24:15 queue INFO 0 [542] -2014-12-15 11:24:15 queue INFO 4 [543] -2014-12-15 11:24:15 queue INFO 0 [544] -2014-12-15 11:24:16 queue INFO 4 [545] -2014-12-15 11:24:16 queue INFO 0 [546] -2014-12-15 11:24:16 queue INFO 4 [547] -2014-12-15 11:24:17 queue INFO 0 [548] -2014-12-15 11:24:17 queue INFO 4 [549] -2014-12-15 11:24:17 queue INFO 0 [550] -2014-12-15 11:24:18 queue INFO 4 [551] -2014-12-15 11:24:18 queue INFO 0 [552] -2014-12-15 11:24:18 queue INFO 4 [553] -2014-12-15 11:24:19 queue INFO 0 [554] -2014-12-15 11:24:19 queue INFO 4 [555] -2014-12-15 11:24:19 queue INFO 0 [556] -2014-12-15 11:24:20 queue INFO 4 [557] -2014-12-15 11:24:20 queue INFO 0 [558] -2014-12-15 11:24:20 queue INFO 4 [559] -2014-12-15 11:24:21 queue INFO 0 [560] -2014-12-15 11:24:21 queue INFO 4 [561] -2014-12-15 11:24:21 queue INFO 0 [562] -2014-12-15 11:24:22 queue INFO 4 [563] -2014-12-15 11:24:22 queue INFO 0 [564] -2014-12-15 11:24:22 queue INFO 4 [565] -2014-12-15 11:24:23 queue INFO 0 [566] -2014-12-15 11:24:23 queue INFO 4 [567] -2014-12-15 11:24:23 queue INFO 0 [568] -2014-12-15 11:24:24 queue INFO 4 [569] -2014-12-15 11:24:24 queue INFO 0 [570] -2014-12-15 11:24:24 queue INFO 4 [571] -2014-12-15 11:24:25 queue INFO 0 [572] -2014-12-15 11:24:25 queue INFO 4 [573] -2014-12-15 11:24:25 queue INFO 0 [574] -2014-12-15 11:24:26 queue INFO 4 [575] -2014-12-15 11:24:26 queue INFO 0 [576] -2014-12-15 11:24:26 queue INFO 4 [577] -2014-12-15 11:24:27 queue INFO 0 [578] -2014-12-15 11:24:27 queue INFO 4 [579] -2014-12-15 11:24:27 queue INFO 0 [580] -2014-12-15 11:24:28 queue INFO 4 [581] -2014-12-15 11:24:28 queue INFO 0 [582] -2014-12-15 11:24:28 queue INFO 4 [583] -2014-12-15 11:24:29 queue INFO 0 [584] -2014-12-15 11:24:29 queue INFO 4 [585] -2014-12-15 11:24:29 queue INFO 0 [586] -2014-12-15 11:24:30 queue INFO 4 [587] -2014-12-15 11:24:30 queue INFO 0 [588] -2014-12-15 11:24:30 queue INFO 4 [589] -2014-12-15 11:24:30 queue INFO 0 [590] -2014-12-15 11:24:31 queue INFO 4 [591] -2014-12-15 11:24:31 queue INFO 0 [592] -2014-12-15 11:24:31 queue INFO 4 [593] -2014-12-15 11:24:32 queue INFO 0 [594] -2014-12-15 11:24:32 queue INFO 4 [595] -2014-12-15 11:24:32 queue INFO 0 [596] -2014-12-15 11:24:33 queue INFO 4 [597] -2014-12-15 11:24:33 queue INFO 0 [598] -2014-12-15 11:24:33 queue INFO 4 [599] -2014-12-15 11:24:34 queue INFO 0 [600] -2014-12-15 11:24:34 queue INFO 4 [601] -2014-12-15 11:24:34 queue INFO 0 [602] -2014-12-15 11:24:35 queue INFO 4 [603] -2014-12-15 11:24:35 queue INFO 0 [604] -2014-12-15 11:24:35 queue INFO 4 [605] -2014-12-15 11:24:36 queue INFO 0 [606] -2014-12-15 11:24:36 queue INFO 4 [607] -2014-12-15 11:24:36 queue INFO 0 [608] -2014-12-15 11:24:37 queue INFO 4 [609] -2014-12-15 11:24:37 queue INFO 0 [610] -2014-12-15 11:24:37 queue INFO 4 [611] -2014-12-15 11:24:38 queue INFO 0 [612] -2014-12-15 11:24:38 queue INFO 4 [613] -2014-12-15 11:24:39 queue INFO 0 [614] -2014-12-15 11:24:39 queue INFO 4 [615] -2014-12-15 11:24:39 queue INFO 0 [616] -2014-12-15 11:24:40 queue INFO 4 [617] -2014-12-15 11:24:40 queue INFO 0 [618] -2014-12-15 11:24:40 queue INFO 4 [619] -2014-12-15 11:24:40 queue INFO 0 [620] -2014-12-15 11:24:41 queue INFO 4 [621] -2014-12-15 11:24:41 queue INFO 0 [622] -2014-12-15 11:24:41 queue INFO 4 [623] -2014-12-15 11:24:42 queue INFO 0 [624] -2014-12-15 11:24:42 queue INFO 4 [625] -2014-12-15 11:24:42 queue INFO 0 [626] -2014-12-15 11:24:43 queue INFO 4 [627] -2014-12-15 11:24:43 queue INFO 0 [628] -2014-12-15 11:24:43 queue INFO 4 [629] -2014-12-15 11:24:44 queue INFO 0 [630] -2014-12-15 11:24:44 queue INFO 4 [631] -2014-12-15 11:24:44 queue INFO 0 [632] -2014-12-15 11:24:45 queue INFO 4 [633] -2014-12-15 11:24:45 queue INFO 0 [634] -2014-12-15 11:24:45 queue INFO 4 [635] -2014-12-15 11:24:46 queue INFO 0 [636] -2014-12-15 11:24:46 queue INFO 4 [637] -2014-12-15 11:24:46 queue INFO 0 [638] -2014-12-15 11:24:47 queue INFO 4 [639] -2014-12-15 11:24:47 queue INFO 0 [640] -2014-12-15 11:24:47 queue INFO 4 [641] -2014-12-15 11:24:48 queue INFO 0 [642] -2014-12-15 11:24:48 queue INFO 4 [643] -2014-12-15 11:24:48 queue INFO 0 [644] -2014-12-15 11:24:49 queue INFO 4 [645] -2014-12-15 11:24:49 queue INFO 0 [646] -2014-12-15 11:24:49 queue INFO 4 [647] -2014-12-15 11:24:50 queue INFO 0 [648] -2014-12-15 11:24:50 queue INFO 4 [649] -2014-12-15 11:24:50 queue INFO 0 [650] -2014-12-15 11:24:51 queue INFO 4 [651] -2014-12-15 11:24:51 queue INFO 0 [652] -2014-12-15 11:24:51 queue INFO 4 [653] -2014-12-15 11:24:52 queue INFO 0 [654] -2014-12-15 11:24:52 queue INFO 4 [655] -2014-12-15 11:24:52 queue INFO 0 [656] -2014-12-15 11:24:53 queue INFO 4 [657] -2014-12-15 11:24:53 queue INFO 0 [658] -2014-12-15 11:24:53 queue INFO 4 [659] -2014-12-15 11:24:54 queue INFO 0 [660] -2014-12-15 11:24:54 queue INFO 4 [661] -2014-12-15 11:24:54 queue INFO 0 [662] -2014-12-15 11:24:55 queue INFO 4 [663] -2014-12-15 11:24:55 queue INFO 0 [664] -2014-12-15 11:24:55 queue INFO 4 [665] -2014-12-15 11:24:56 queue INFO 0 [666] -2014-12-15 11:24:56 queue INFO 4 [667] -2014-12-15 11:24:56 queue INFO 0 [668] -2014-12-15 11:24:56 queue INFO 4 [669] -2014-12-15 11:24:57 queue INFO 0 [670] -2014-12-15 11:24:57 queue INFO 4 [671] -2014-12-15 11:24:57 queue INFO 0 [672] -2014-12-15 11:24:58 queue INFO 4 [673] -2014-12-15 11:24:58 queue INFO 0 [674] -2014-12-15 11:24:58 queue INFO 4 [675] -2014-12-15 11:24:59 queue INFO 0 [676] -2014-12-15 11:24:59 queue INFO 4 [677] -2014-12-15 11:24:59 queue INFO 0 [678] -2014-12-15 11:25:00 queue INFO 4 [679] -2014-12-15 11:25:00 queue INFO 0 [680] -2014-12-15 11:25:00 queue INFO 4 [681] -2014-12-15 11:25:01 queue INFO 0 [682] -2014-12-15 11:25:01 queue INFO 4 [683] -2014-12-15 11:25:01 queue INFO 0 [684] -2014-12-15 11:25:02 queue INFO 4 [685] -2014-12-15 11:25:02 queue INFO 0 [686] -2014-12-15 11:25:02 queue INFO 4 [687] -2014-12-15 11:25:03 queue INFO 0 [688] -2014-12-15 11:25:03 queue INFO 4 [689] -2014-12-15 11:25:03 queue INFO 0 [690] -2014-12-15 11:25:04 queue INFO 4 [691] -2014-12-15 11:25:04 queue INFO 0 [692] -2014-12-15 11:25:04 queue INFO 4 [693] -2014-12-15 11:25:05 queue INFO 0 [694] -2014-12-15 11:25:05 queue INFO 4 [695] -2014-12-15 11:25:06 queue INFO 0 [696] -2014-12-15 11:25:06 queue INFO 4 [697] -2014-12-15 11:25:06 queue INFO 0 [698] -2014-12-15 11:25:07 queue INFO 4 [699] -2014-12-15 11:25:07 queue INFO 0 [700] -2014-12-15 11:25:07 queue INFO 4 [701] -2014-12-15 11:25:08 queue INFO 0 [702] -2014-12-15 11:25:08 queue INFO 4 [703] -2014-12-15 11:25:08 queue INFO 0 [704] -2014-12-15 11:25:09 queue INFO 4 [705] -2014-12-15 11:25:09 queue INFO 0 [706] -2014-12-15 11:25:09 queue INFO 4 [707] -2014-12-15 11:25:10 queue INFO 0 [708] -2014-12-15 11:25:10 queue INFO 4 [709] -2014-12-15 11:25:10 queue INFO 0 [710] -2014-12-15 11:25:11 queue INFO 4 [711] -2014-12-15 11:25:11 queue INFO 0 [712] -2014-12-15 11:25:11 queue INFO 4 [713] -2014-12-15 11:25:11 queue INFO 0 [714] -2014-12-15 11:25:12 queue INFO 4 [715] -2014-12-15 11:25:12 queue INFO 0 [716] -2014-12-15 11:25:13 queue INFO 4 [717] -2014-12-15 11:25:13 queue INFO 0 [718] -2014-12-15 11:25:13 queue INFO 4 [719] -2014-12-15 11:25:13 queue INFO 0 [720] -2014-12-15 11:25:14 queue INFO 4 [721] -2014-12-15 11:25:14 queue INFO 0 [722] -2014-12-15 11:25:14 queue INFO 4 [723] -2014-12-15 11:25:15 queue INFO 0 [724] -2014-12-15 11:25:15 queue INFO 4 [725] -2014-12-15 11:25:15 queue INFO 0 [726] -2014-12-15 11:25:16 queue INFO 4 [727] -2014-12-15 11:25:16 queue INFO 0 [728] -2014-12-15 11:25:16 queue INFO 4 [729] -2014-12-15 11:25:17 queue INFO 0 [730] -2014-12-15 11:25:17 queue INFO 4 [731] -2014-12-15 11:25:17 queue INFO 0 [732] -2014-12-15 11:25:18 queue INFO 4 [733] -2014-12-15 11:25:18 queue INFO 0 [734] -2014-12-15 11:25:18 queue INFO 4 [735] -2014-12-15 11:25:19 queue INFO 0 [736] -2014-12-15 11:25:19 queue INFO 4 [737] -2014-12-15 11:25:19 queue INFO 0 [738] -2014-12-15 11:25:20 queue INFO 4 [739] -2014-12-15 11:25:20 queue INFO 0 [740] -2014-12-15 11:25:20 queue INFO 4 [741] -2014-12-15 11:25:21 queue INFO 0 [742] -2014-12-15 11:25:21 queue INFO 4 [743] -2014-12-15 11:25:21 queue INFO 0 [744] -2014-12-15 11:25:22 queue INFO 4 [745] -2014-12-15 11:25:22 queue INFO 0 [746] -2014-12-15 11:25:22 queue INFO 4 [747] -2014-12-15 11:25:23 queue INFO 0 [748] -2014-12-15 11:25:23 queue INFO 4 [749] -2014-12-15 11:25:23 queue INFO 0 [750] -2014-12-15 11:25:24 queue INFO 4 [751] -2014-12-15 11:25:24 queue INFO 0 [752] -2014-12-15 11:25:24 queue INFO 4 [753] -2014-12-15 11:25:25 queue INFO 0 [754] -2014-12-15 11:25:25 queue INFO 4 [755] -2014-12-15 11:25:25 queue INFO 0 [756] -2014-12-15 11:25:26 queue INFO 4 [757] -2014-12-15 11:25:26 queue INFO 0 [758] -2014-12-15 11:25:26 queue INFO 4 [759] -2014-12-15 11:25:27 queue INFO 0 [760] -2014-12-15 11:25:27 queue INFO 4 [761] -2014-12-15 11:25:27 queue INFO 0 [762] -2014-12-15 11:25:28 queue INFO 4 [763] -2014-12-15 11:25:28 queue INFO 0 [764] -2014-12-15 11:25:28 queue INFO 4 [765] -2014-12-15 11:25:29 queue INFO 0 [766] -2014-12-15 11:25:29 queue INFO 4 [767] -2014-12-15 11:25:29 queue INFO 0 [768] -2014-12-15 11:25:30 queue INFO 4 [769] -2014-12-15 11:25:30 queue INFO 0 [770] -2014-12-15 11:25:30 queue INFO 4 [771] -2014-12-15 11:25:31 queue INFO 0 [772] -2014-12-15 11:25:31 queue INFO 4 [773] -2014-12-15 11:25:31 queue INFO 0 [774] -2014-12-15 11:25:32 queue INFO 4 [775] -2014-12-15 11:25:32 queue INFO 0 [776] -2014-12-15 11:25:32 queue INFO 4 [777] -2014-12-15 11:25:33 queue INFO 0 [778] -2014-12-15 11:25:33 queue INFO 4 [779] -2014-12-15 11:25:33 queue INFO 0 [780] -2014-12-15 11:25:34 queue INFO 4 [781] -2014-12-15 11:25:34 queue INFO 0 [782] -2014-12-15 11:25:34 queue INFO 4 [783] -2014-12-15 11:25:35 queue INFO 0 [784] -2014-12-15 11:25:35 queue INFO 4 [785] -2014-12-15 11:25:35 queue INFO 0 [786] -2014-12-15 11:25:36 queue INFO 4 [787] -2014-12-15 11:25:36 queue INFO 0 [788] -2014-12-15 11:25:36 queue INFO 4 [789] -2014-12-15 11:25:37 queue INFO 0 [790] -2014-12-15 11:25:37 queue INFO 4 [791] -2014-12-15 11:25:37 queue INFO 0 [792] -2014-12-15 11:25:38 queue INFO 4 [793] -2014-12-15 11:25:38 queue INFO 0 [794] -2014-12-15 11:25:38 queue INFO 4 [795] -2014-12-15 11:25:39 queue INFO 0 [796] -2014-12-15 11:25:39 queue INFO 4 [797] -2014-12-15 11:25:39 queue INFO 0 [798] -2014-12-15 11:25:40 queue INFO 4 [799] -2014-12-15 11:25:40 queue INFO 0 [800] -2014-12-15 11:25:40 queue INFO 4 [801] -2014-12-15 11:25:41 queue INFO 0 [802] -2014-12-15 11:25:41 queue INFO 4 [803] -2014-12-15 11:25:41 queue INFO 0 [804] -2014-12-15 11:25:42 queue INFO 4 [805] -2014-12-15 11:25:42 queue INFO 0 [806] -2014-12-15 11:25:42 queue INFO 4 [807] -2014-12-15 11:25:43 queue INFO 0 [808] -2014-12-15 11:25:43 queue INFO 4 [809] -2014-12-15 11:25:43 queue INFO 0 [810] -2014-12-15 11:25:44 queue INFO 4 [811] -2014-12-15 11:25:44 queue INFO 0 [812] -2014-12-15 11:25:44 queue INFO 4 [813] -2014-12-15 11:25:45 queue INFO 0 [814] -2014-12-15 11:25:45 queue INFO 4 [815] -2014-12-15 11:25:45 queue INFO 0 [816] -2014-12-15 11:25:46 queue INFO 4 [817] -2014-12-15 11:25:46 queue INFO 0 [818] -2014-12-15 11:25:46 queue INFO 4 [819] -2014-12-15 11:25:47 queue INFO 0 [820] -2014-12-15 11:25:47 queue INFO 4 [821] -2014-12-15 11:25:47 queue INFO 0 [822] -2014-12-15 11:25:48 queue INFO 4 [823] -2014-12-15 11:25:48 queue INFO 0 [824] -2014-12-15 11:25:48 queue INFO 4 [825] -2014-12-15 11:25:49 queue INFO 0 [826] -2014-12-15 11:25:49 queue INFO 4 [827] -2014-12-15 11:25:49 queue INFO 0 [828] -2014-12-15 11:25:50 queue INFO 4 [829] -2014-12-15 11:25:50 queue INFO 0 [830] -2014-12-15 11:25:50 queue INFO 4 [831] -2014-12-15 11:25:51 queue INFO 0 [832] -2014-12-15 11:25:51 queue INFO 4 [833] -2014-12-15 11:25:51 queue INFO 0 [834] -2014-12-15 11:25:52 queue INFO 4 [835] -2014-12-15 11:25:52 queue INFO 0 [836] -2014-12-15 11:25:52 queue INFO 4 [837] -2014-12-15 11:25:53 queue INFO 0 [838] -2014-12-15 11:25:53 queue INFO 4 [839] -2014-12-15 11:25:53 queue INFO 0 [840] -2014-12-15 11:25:54 queue INFO 4 [841] -2014-12-15 11:25:54 queue INFO 0 [842] -2014-12-15 11:25:54 queue INFO 4 [843] -2014-12-15 11:25:55 queue INFO 0 [844] -2014-12-15 11:25:55 queue INFO 4 [845] -2014-12-15 11:25:55 queue INFO 0 [846] -2014-12-15 11:25:55 queue INFO 4 [847] -2014-12-15 11:25:56 queue INFO 0 [848] -2014-12-15 11:25:56 queue INFO 4 [849] -2014-12-15 11:25:56 queue INFO 0 [850] -2014-12-15 11:25:57 queue INFO 4 [851] -2014-12-15 11:25:57 queue INFO 0 [852] -2014-12-15 11:25:57 queue INFO 4 [853] -2014-12-15 11:25:58 queue INFO 0 [854] -2014-12-15 11:25:58 queue INFO 4 [855] -2014-12-15 11:25:59 queue INFO 0 [856] -2014-12-15 11:25:59 queue INFO 4 [857] -2014-12-15 11:25:59 queue INFO 0 [858] -2014-12-15 11:26:00 queue INFO 4 [859] -2014-12-15 11:26:00 queue INFO 0 [860] -2014-12-15 11:26:00 queue INFO 4 [861] -2014-12-15 11:26:01 queue INFO 0 [862] -2014-12-15 11:26:01 queue INFO 4 [863] -2014-12-15 11:26:01 queue INFO 0 [864] -2014-12-15 11:26:02 queue INFO 4 [865] -2014-12-15 11:26:02 queue INFO 0 [866] -2014-12-15 11:26:02 queue INFO 4 [867] -2014-12-15 11:26:03 queue INFO 0 [868] -2014-12-15 11:26:03 queue INFO 4 [869] -2014-12-15 11:26:03 queue INFO 0 [870] -2014-12-15 11:26:04 queue INFO 4 [871] -2014-12-15 11:26:04 queue INFO 0 [872] -2014-12-15 11:26:04 queue INFO 4 [873] -2014-12-15 11:26:05 queue INFO 0 [874] -2014-12-15 11:26:05 queue INFO 4 [875] -2014-12-15 11:26:05 queue INFO 0 [876] -2014-12-15 11:26:06 queue INFO 4 [877] -2014-12-15 11:26:06 queue INFO 0 [878] -2014-12-15 11:26:06 queue INFO 4 [879] -2014-12-15 11:26:07 queue INFO 0 [880] -2014-12-15 11:26:07 queue INFO 4 [881] -2014-12-15 11:26:07 queue INFO 0 [882] -2014-12-15 11:26:08 queue INFO 4 [883] -2014-12-15 11:26:08 queue INFO 0 [884] -2014-12-15 11:26:08 queue INFO 4 [885] -2014-12-15 11:26:08 queue INFO 0 [886] -2014-12-15 11:26:09 queue INFO 4 [887] -2014-12-15 11:26:09 queue INFO 0 [888] -2014-12-15 11:26:09 queue INFO 4 [889] -2014-12-15 11:26:10 queue INFO 0 [890] -2014-12-15 11:26:10 queue INFO 4 [891] -2014-12-15 11:26:10 queue INFO 0 [892] -2014-12-15 11:26:11 queue INFO 4 [893] -2014-12-15 11:26:11 queue INFO 0 [894] -2014-12-15 11:26:11 queue INFO 4 [895] -2014-12-15 11:26:12 queue INFO 0 [896] -2014-12-15 11:26:12 queue INFO 4 [897] -2014-12-15 11:26:12 queue INFO 0 [898] -2014-12-15 11:26:13 queue INFO 4 [899] -2014-12-15 11:26:13 queue INFO 0 [900] -2014-12-15 11:26:13 queue INFO 4 [901] -2014-12-15 11:26:14 queue INFO 0 [902] -2014-12-15 11:26:14 queue INFO 4 [903] -2014-12-15 11:26:14 queue INFO 0 [904] -2014-12-15 11:26:15 queue INFO 4 [905] -2014-12-15 11:26:15 queue INFO 0 [906] -2014-12-15 11:26:15 queue INFO 4 [907] -2014-12-15 11:26:16 queue INFO 0 [908] -2014-12-15 11:26:16 queue INFO 4 [909] -2014-12-15 11:26:16 queue INFO 0 [910] -2014-12-15 11:26:17 queue INFO 4 [911] -2014-12-15 11:26:17 queue INFO 0 [912] -2014-12-15 11:26:17 queue INFO 4 [913] -2014-12-15 11:26:18 queue INFO 0 [914] -2014-12-15 11:26:18 queue INFO 4 [915] -2014-12-15 11:26:18 queue INFO 0 [916] -2014-12-15 11:26:19 queue INFO 4 [917] -2014-12-15 11:26:19 queue INFO 0 [918] -2014-12-15 11:26:19 queue INFO 4 [919] -2014-12-15 11:26:20 queue INFO 0 [920] -2014-12-15 11:26:20 queue INFO 4 [921] -2014-12-15 11:26:20 queue INFO 0 [922] -2014-12-15 11:26:21 queue INFO 4 [923] -2014-12-15 11:26:21 queue INFO 0 [924] -2014-12-15 11:26:21 queue INFO 4 [925] -2014-12-15 11:26:21 queue INFO 0 [926] -2014-12-15 11:26:22 queue INFO 4 [927] -2014-12-15 11:26:22 queue INFO 0 [928] -2014-12-15 11:26:22 queue INFO 4 [929] -2014-12-15 11:26:23 queue INFO 0 [930] -2014-12-15 11:26:23 queue INFO 4 [931] -2014-12-15 11:26:23 queue INFO 0 [932] -2014-12-15 11:26:24 queue INFO 4 [933] -2014-12-15 11:26:24 queue INFO 0 [934] -2014-12-15 11:26:24 queue INFO 4 [935] -2014-12-15 11:26:25 queue INFO 0 [936] -2014-12-15 11:26:25 queue INFO 4 [937] -2014-12-15 11:26:26 queue INFO 0 [938] -2014-12-15 11:26:26 queue INFO 4 [939] -2014-12-15 11:26:26 queue INFO 0 [940] -2014-12-15 11:26:27 queue INFO 4 [941] -2014-12-15 11:26:27 queue INFO 0 [942] -2014-12-15 11:26:27 queue INFO 4 [943] -2014-12-15 11:26:28 queue INFO 0 [944] -2014-12-15 11:26:28 queue INFO 4 [945] -2014-12-15 11:26:28 queue INFO 0 [946] -2014-12-15 11:26:29 queue INFO 4 [947] -2014-12-15 11:26:29 queue INFO 0 [948] -2014-12-15 11:26:29 queue INFO 4 [949] -2014-12-15 11:26:30 queue INFO 0 [950] -2014-12-15 11:26:30 queue INFO 4 [951] -2014-12-15 11:26:30 queue INFO 0 [952] -2014-12-15 11:26:31 queue INFO 4 [953] -2014-12-15 11:26:31 queue INFO 0 [954] -2014-12-15 11:26:31 queue INFO 4 [955] -2014-12-15 11:26:31 queue INFO 0 [956] -2014-12-15 11:26:32 queue INFO 4 [957] -2014-12-15 11:26:32 queue INFO 0 [958] -2014-12-15 11:26:32 queue INFO 4 [959] -2014-12-15 11:26:33 queue INFO 0 [960] -2014-12-15 11:26:33 queue INFO 4 [961] -2014-12-15 11:26:33 queue INFO 0 [962] -2014-12-15 11:26:34 queue INFO 4 [963] -2014-12-15 11:26:34 queue INFO 0 [964] -2014-12-15 11:26:34 queue INFO 4 [965] -2014-12-15 11:26:35 queue INFO 0 [966] -2014-12-15 11:26:35 queue INFO 4 [967] -2014-12-15 11:26:35 queue INFO 0 [968] -2014-12-15 11:26:36 queue INFO 4 [969] -2014-12-15 11:26:36 queue INFO 0 [970] -2014-12-15 11:26:36 queue INFO 4 [971] -2014-12-15 11:26:37 queue INFO 0 [972] -2014-12-15 11:26:37 queue INFO 4 [973] -2014-12-15 11:26:37 queue INFO 0 [974] -2014-12-15 11:26:38 queue INFO 4 [975] -2014-12-15 11:26:38 queue INFO 0 [976] -2014-12-15 11:26:38 queue INFO 4 [977] -2014-12-15 11:26:39 queue INFO 0 [978] -2014-12-15 11:26:39 queue INFO 4 [979] -2014-12-15 11:26:39 queue INFO 0 [980] -2014-12-15 11:26:40 queue INFO 4 [981] -2014-12-15 11:26:40 queue INFO 0 [982] -2014-12-15 11:26:40 queue INFO 4 [983] -2014-12-15 11:26:41 queue INFO 0 [984] -2014-12-15 11:26:41 queue INFO 4 [985] -2014-12-15 11:26:41 queue INFO 0 [986] -2014-12-15 11:26:42 queue INFO 4 [987] -2014-12-15 11:26:42 queue INFO 0 [988] -2014-12-15 11:26:42 queue INFO 4 [989] -2014-12-15 11:26:43 queue INFO 0 [990] -2014-12-15 11:26:43 queue INFO 4 [991] -2014-12-15 11:26:43 queue INFO 0 [992] -2014-12-15 11:26:44 queue INFO 4 [993] -2014-12-15 11:26:44 queue INFO 0 [994] -2014-12-15 11:26:44 queue INFO 4 [995] -2014-12-15 11:26:44 queue INFO 0 [996] -2014-12-15 11:26:45 queue INFO 4 [997] -2014-12-15 11:26:45 queue INFO 0 [998] -2014-12-15 11:26:45 queue INFO 4 [999] -2014-12-15 11:26:46 queue INFO 0 [0] -2014-12-15 11:26:46 queue INFO 4 [1] -2014-12-15 11:26:46 queue INFO 0 [2] -2014-12-15 11:26:47 queue INFO 4 [3] -2014-12-15 11:26:47 queue INFO 0 [4] -2014-12-15 11:26:47 queue INFO 4 [5] -2014-12-15 11:26:48 queue INFO 0 [6] -2014-12-15 11:26:48 queue INFO 4 [7] -2014-12-15 11:26:48 queue INFO 0 [8] -2014-12-15 11:26:49 queue INFO 4 [9] -2014-12-15 11:26:49 queue INFO 0 [10] -2014-12-15 11:26:49 queue INFO 4 [11] -2014-12-15 11:26:50 queue INFO 0 [12] -2014-12-15 11:26:50 queue INFO 4 [13] -2014-12-15 11:26:50 queue INFO 0 [14] -2014-12-15 11:26:51 queue INFO 4 [15] -2014-12-15 11:26:51 queue INFO 0 [16] -2014-12-15 11:26:51 queue INFO 4 [17] -2014-12-15 11:26:52 queue INFO 0 [18] -2014-12-15 11:26:52 queue INFO 4 [19] -2014-12-15 11:26:52 queue INFO 0 [20] -2014-12-15 11:26:53 queue INFO 4 [21] -2014-12-15 11:26:53 queue INFO 0 [22] -2014-12-15 11:26:54 queue INFO 4 [23] -2014-12-15 11:26:54 queue INFO 0 [24] -2014-12-15 11:26:54 queue INFO 4 [25] -2014-12-15 11:26:54 queue INFO 0 [26] -2014-12-15 11:26:55 queue INFO 4 [27] -2014-12-15 11:26:55 queue INFO 0 [28] -2014-12-15 11:26:55 queue INFO 4 [29] -2014-12-15 11:26:56 queue INFO 0 [30] -2014-12-15 11:26:56 queue INFO 4 [31] -2014-12-15 11:26:56 queue INFO 0 [32] -2014-12-15 11:26:57 queue INFO 4 [33] -2014-12-15 11:26:57 queue INFO 0 [34] -2014-12-15 11:26:57 queue INFO 4 [35] -2014-12-15 11:26:58 queue INFO 0 [36] -2014-12-15 11:26:58 queue INFO 4 [37] -2014-12-15 11:26:58 queue INFO 0 [38] -2014-12-15 11:26:59 queue INFO 4 [39] -2014-12-15 11:26:59 queue INFO 0 [40] -2014-12-15 11:26:59 queue INFO 4 [41] -2014-12-15 11:27:00 queue INFO 0 [42] -2014-12-15 11:27:00 queue INFO 4 [43] -2014-12-15 11:27:00 queue INFO 0 [44] -2014-12-15 11:27:01 queue INFO 4 [45] -2014-12-15 11:27:01 queue INFO 0 [46] -2014-12-15 11:27:01 queue INFO 4 [47] -2014-12-15 11:27:02 queue INFO 0 [48] -2014-12-15 11:27:02 queue INFO 4 [49] -2014-12-15 11:27:02 queue INFO 0 [50] -2014-12-15 11:27:03 queue INFO 4 [51] -2014-12-15 11:27:03 queue INFO 0 [52] -2014-12-15 11:27:03 queue INFO 4 [53] -2014-12-15 11:27:04 queue INFO 0 [54] -2014-12-15 11:27:04 queue INFO 4 [55] -2014-12-15 11:27:04 queue INFO 0 [56] -2014-12-15 11:27:05 queue INFO 4 [57] -2014-12-15 11:27:05 queue INFO 0 [58] -2014-12-15 11:27:05 queue INFO 4 [59] -2014-12-15 11:27:05 queue INFO 0 [60] -2014-12-15 11:27:06 queue INFO 4 [61] -2014-12-15 11:27:06 queue INFO 0 [62] -2014-12-15 11:27:06 queue INFO 4 [63] -2014-12-15 11:27:07 queue INFO 0 [64] -2014-12-15 11:27:07 queue INFO 4 [65] -2014-12-15 11:27:07 queue INFO 0 [66] -2014-12-15 11:27:08 queue INFO 4 [67] -2014-12-15 11:27:08 queue INFO 0 [68] -2014-12-15 11:27:08 queue INFO 4 [69] -2014-12-15 11:27:09 queue INFO 0 [70] -2014-12-15 11:27:09 queue INFO 4 [71] -2014-12-15 11:27:09 queue INFO 0 [72] -2014-12-15 11:27:10 queue INFO 4 [73] -2014-12-15 11:27:10 queue INFO 0 [74] -2014-12-15 11:27:10 queue INFO 4 [75] -2014-12-15 11:27:11 queue INFO 0 [76] -2014-12-15 11:27:11 queue INFO 4 [77] -2014-12-15 11:27:11 queue INFO 0 [78] -2014-12-15 11:27:12 queue INFO 4 [79] -2014-12-15 11:27:12 queue INFO 0 [80] -2014-12-15 11:27:12 queue INFO 4 [81] -2014-12-15 11:27:13 queue INFO 0 [82] -2014-12-15 11:27:13 queue INFO 4 [83] -2014-12-15 11:27:13 queue INFO 0 [84] -2014-12-15 11:27:14 queue INFO 4 [85] -2014-12-15 11:27:14 queue INFO 0 [86] -2014-12-15 11:27:14 queue INFO 4 [87] -2014-12-15 11:27:15 queue INFO 0 [88] -2014-12-15 11:27:15 queue INFO 4 [89] -2014-12-15 11:27:15 queue INFO 0 [90] -2014-12-15 11:27:16 queue INFO 4 [91] -2014-12-15 11:27:16 queue INFO 0 [92] -2014-12-15 11:27:16 queue INFO 4 [93] -2014-12-15 11:27:17 queue INFO 0 [94] -2014-12-15 11:27:17 queue INFO 4 [95] -2014-12-15 11:27:17 queue INFO 0 [96] -2014-12-15 11:27:18 queue INFO 4 [97] -2014-12-15 11:27:18 queue INFO 0 [98] -2014-12-15 11:27:18 queue INFO 4 [99] -2014-12-15 11:27:19 queue INFO 0 [100] -2014-12-15 11:27:19 queue INFO 4 [101] -2014-12-15 11:27:19 queue INFO 0 [102] -2014-12-15 11:27:20 queue INFO 4 [103] -2014-12-15 11:27:20 queue INFO 0 [104] -2014-12-15 11:27:20 queue INFO 4 [105] -2014-12-15 11:27:21 queue INFO 0 [106] -2014-12-15 11:27:21 queue INFO 4 [107] -2014-12-15 11:27:21 queue INFO 0 [108] -2014-12-15 11:27:22 queue INFO 4 [109] -2014-12-15 11:27:22 queue INFO 0 [110] -2014-12-15 11:27:22 queue INFO 4 [111] -2014-12-15 11:27:23 queue INFO 0 [112] -2014-12-15 11:27:23 queue INFO 4 [113] -2014-12-15 11:27:23 queue INFO 0 [114] -2014-12-15 11:27:24 queue INFO 4 [115] -2014-12-15 11:27:24 queue INFO 0 [116] -2014-12-15 11:27:24 queue INFO 4 [117] -2014-12-15 11:27:25 queue INFO 0 [118] -2014-12-15 11:27:25 queue INFO 4 [119] -2014-12-15 11:27:25 queue INFO 0 [120] -2014-12-15 11:27:26 queue INFO 4 [121] -2014-12-15 11:27:26 queue INFO 0 [122] -2014-12-15 11:27:26 queue INFO 4 [123] -2014-12-15 11:27:27 queue INFO 0 [124] -2014-12-15 11:27:27 queue INFO 4 [125] -2014-12-15 11:27:27 queue INFO 0 [126] -2014-12-15 11:27:28 queue INFO 4 [127] -2014-12-15 11:27:28 queue INFO 0 [128] -2014-12-15 11:27:28 queue INFO 4 [129] -2014-12-15 11:27:29 queue INFO 0 [130] -2014-12-15 11:27:29 queue INFO 4 [131] -2014-12-15 11:27:29 queue INFO 0 [132] -2014-12-15 11:27:30 queue INFO 4 [133] -2014-12-15 11:27:30 queue INFO 0 [134] -2014-12-15 11:27:30 queue INFO 4 [135] -2014-12-15 11:27:31 queue INFO 0 [136] -2014-12-15 11:27:31 queue INFO 4 [137] -2014-12-15 11:27:31 queue INFO 0 [138] -2014-12-15 11:27:32 queue INFO 4 [139] -2014-12-15 11:27:32 queue INFO 0 [140] -2014-12-15 11:27:32 queue INFO 4 [141] -2014-12-15 11:27:33 queue INFO 0 [142] -2014-12-15 11:27:33 queue INFO 4 [143] -2014-12-15 11:27:33 queue INFO 0 [144] -2014-12-15 11:27:34 queue INFO 4 [145] -2014-12-15 11:27:34 queue INFO 0 [146] -2014-12-15 11:27:34 queue INFO 4 [147] -2014-12-15 11:27:34 queue INFO 0 [148] -2014-12-15 11:27:35 queue INFO 4 [149] -2014-12-15 11:27:35 queue INFO 0 [150] -2014-12-15 11:27:35 queue INFO 4 [151] -2014-12-15 11:27:36 queue INFO 0 [152] -2014-12-15 11:27:36 queue INFO 4 [153] -2014-12-15 11:27:36 queue INFO 0 [154] -2014-12-15 11:27:37 queue INFO 4 [155] -2014-12-15 11:27:37 queue INFO 0 [156] -2014-12-15 11:27:37 queue INFO 4 [157] -2014-12-15 11:27:38 queue INFO 0 [158] -2014-12-15 11:27:38 queue INFO 4 [159] -2014-12-15 11:27:38 queue INFO 0 [160] -2014-12-15 11:27:39 queue INFO 4 [161] -2014-12-15 11:27:39 queue INFO 0 [162] -2014-12-15 11:27:39 queue INFO 4 [163] -2014-12-15 11:27:40 queue INFO 0 [164] -2014-12-15 11:27:40 queue INFO 4 [165] -2014-12-15 11:27:40 queue INFO 0 [166] -2014-12-15 11:27:41 queue INFO 4 [167] -2014-12-15 11:27:41 queue INFO 0 [168] -2014-12-15 11:27:41 queue INFO 4 [169] -2014-12-15 11:27:42 queue INFO 0 [170] -2014-12-15 11:27:42 queue INFO 4 [171] -2014-12-15 11:27:42 queue INFO 0 [172] -2014-12-15 11:27:43 queue INFO 4 [173] -2014-12-15 11:27:43 queue INFO 0 [174] -2014-12-15 11:27:43 queue INFO 4 [175] -2014-12-15 11:27:44 queue INFO 0 [176] -2014-12-15 11:27:44 queue INFO 4 [177] -2014-12-15 11:27:44 queue INFO 0 [178] -2014-12-15 11:27:45 queue INFO 4 [179] -2014-12-15 11:27:45 queue INFO 0 [180] -2014-12-15 11:27:45 queue INFO 4 [181] -2014-12-15 11:27:46 queue INFO 0 [182] -2014-12-15 11:27:46 queue INFO 4 [183] -2014-12-15 11:27:47 queue INFO 0 [184] -2014-12-15 11:27:47 queue INFO 4 [185] -2014-12-15 11:27:47 queue INFO 0 [186] -2014-12-15 11:27:48 queue INFO 4 [187] -2014-12-15 11:27:48 queue INFO 0 [188] -2014-12-15 11:27:48 queue INFO 4 [189] -2014-12-15 11:27:49 queue INFO 0 [190] -2014-12-15 11:27:49 queue INFO 4 [191] -2014-12-15 11:27:49 queue INFO 0 [192] -2014-12-15 11:27:50 queue INFO 4 [193] -2014-12-15 11:27:50 queue INFO 0 [194] -2014-12-15 11:27:50 queue INFO 4 [195] -2014-12-15 11:27:51 queue INFO 0 [196] -2014-12-15 11:27:51 queue INFO 4 [197] -2014-12-15 11:27:51 queue INFO 0 [198] -2014-12-15 11:27:52 queue INFO 4 [199] -2014-12-15 11:27:52 queue INFO 0 [200] -2014-12-15 11:27:52 queue INFO 4 [201] -2014-12-15 11:27:53 queue INFO 0 [202] -2014-12-15 11:27:53 queue INFO 4 [203] -2014-12-15 11:27:53 queue INFO 0 [204] -2014-12-15 11:27:53 queue INFO 4 [205] -2014-12-15 11:27:54 queue INFO 0 [206] -2014-12-15 11:27:54 queue INFO 4 [207] -2014-12-15 11:27:54 queue INFO 0 [208] -2014-12-15 11:27:55 queue INFO 4 [209] -2014-12-15 11:27:55 queue INFO 0 [210] -2014-12-15 11:27:55 queue INFO 4 [211] -2014-12-15 11:27:56 queue INFO 0 [212] -2014-12-15 11:27:56 queue INFO 4 [213] -2014-12-15 11:27:56 queue INFO 0 [214] -2014-12-15 11:27:57 queue INFO 4 [215] -2014-12-15 11:27:57 queue INFO 0 [216] -2014-12-15 11:27:57 queue INFO 4 [217] -2014-12-15 11:27:58 queue INFO 0 [218] -2014-12-15 11:27:58 queue INFO 4 [219] -2014-12-15 11:27:58 queue INFO 0 [220] -2014-12-15 11:27:59 queue INFO 4 [221] -2014-12-15 11:27:59 queue INFO 0 [222] -2014-12-15 11:27:59 queue INFO 4 [223] -2014-12-15 11:28:00 queue INFO 0 [224] -2014-12-15 11:28:00 queue INFO 4 [225] -2014-12-15 11:28:00 queue INFO 0 [226] -2014-12-15 11:28:01 queue INFO 4 [227] -2014-12-15 11:28:01 queue INFO 0 [228] -2014-12-15 11:28:01 queue INFO 4 [229] -2014-12-15 11:28:02 queue INFO 0 [230] -2014-12-15 11:28:02 queue INFO 4 [231] -2014-12-15 11:28:02 queue INFO 0 [232] -2014-12-15 11:28:03 queue INFO 4 [233] -2014-12-15 11:28:03 queue INFO 0 [234] -2014-12-15 11:28:03 queue INFO 4 [235] -2014-12-15 11:28:04 queue INFO 0 [236] -2014-12-15 11:28:04 queue INFO 4 [237] -2014-12-15 11:28:04 queue INFO 0 [238] -2014-12-15 11:28:05 queue INFO 4 [239] -2014-12-15 11:28:05 queue INFO 0 [240] -2014-12-15 11:28:05 queue INFO 4 [241] -2014-12-15 11:28:06 queue INFO 0 [242] -2014-12-15 11:28:06 queue INFO 4 [243] -2014-12-15 11:28:06 queue INFO 0 [244] -2014-12-15 11:28:07 queue INFO 4 [245] -2014-12-15 11:28:07 queue INFO 0 [246] -2014-12-15 11:28:07 queue INFO 4 [247] -2014-12-15 11:28:08 queue INFO 0 [248] -2014-12-15 11:28:08 queue INFO 4 [249] -2014-12-15 11:28:08 queue INFO 0 [250] -2014-12-15 11:28:09 queue INFO 4 [251] -2014-12-15 11:28:09 queue INFO 0 [252] -2014-12-15 11:28:09 queue INFO 4 [253] -2014-12-15 11:28:10 queue INFO 0 [254] -2014-12-15 11:28:10 queue INFO 4 [255] -2014-12-15 11:28:10 queue INFO 0 [256] -2014-12-15 11:28:11 queue INFO 4 [257] -2014-12-15 11:28:11 queue INFO 0 [258] -2014-12-15 11:28:11 queue INFO 4 [259] -2014-12-15 11:28:12 queue INFO 0 [260] -2014-12-15 11:28:12 queue INFO 4 [261] -2014-12-15 11:28:12 queue INFO 0 [262] -2014-12-15 11:28:13 queue INFO 4 [263] -2014-12-15 11:28:13 queue INFO 0 [264] -2014-12-15 11:28:13 queue INFO 4 [265] -2014-12-15 11:28:14 queue INFO 0 [266] -2014-12-15 11:28:14 queue INFO 4 [267] -2014-12-15 11:28:14 queue INFO 0 [268] -2014-12-15 11:28:15 queue INFO 4 [269] -2014-12-15 11:28:15 queue INFO 0 [270] -2014-12-15 11:28:15 queue INFO 4 [271] -2014-12-15 11:28:16 queue INFO 0 [272] -2014-12-15 11:28:16 queue INFO 4 [273] -2014-12-15 11:28:16 queue INFO 0 [274] -2014-12-15 11:28:17 queue INFO 4 [275] -2014-12-15 11:28:17 queue INFO 0 [276] -2014-12-15 11:28:17 queue INFO 4 [277] -2014-12-15 11:28:18 queue INFO 0 [278] -2014-12-15 11:28:18 queue INFO 4 [279] -2014-12-15 11:28:18 queue INFO 0 [280] -2014-12-15 11:28:19 queue INFO 4 [281] -2014-12-15 11:28:19 queue INFO 0 [282] -2014-12-15 11:28:19 queue INFO 4 [283] -2014-12-15 11:28:20 queue INFO 0 [284] -2014-12-15 11:28:20 queue INFO 4 [285] -2014-12-15 11:28:20 queue INFO 0 [286] -2014-12-15 11:28:21 queue INFO 4 [287] -2014-12-15 11:28:21 queue INFO 0 [288] -2014-12-15 11:28:21 queue INFO 4 [289] -2014-12-15 11:28:22 queue INFO 0 [290] -2014-12-15 11:28:22 queue INFO 4 [291] -2014-12-15 11:28:22 queue INFO 0 [292] -2014-12-15 11:28:23 queue INFO 4 [293] -2014-12-15 11:28:23 queue INFO 0 [294] -2014-12-15 11:28:24 queue INFO 4 [295] -2014-12-15 11:28:24 queue INFO 0 [296] -2014-12-15 11:28:24 queue INFO 4 [297] -2014-12-15 11:28:24 queue INFO 0 [298] -2014-12-15 11:28:25 queue INFO 4 [299] -2014-12-15 11:28:25 queue INFO 0 [300] -2014-12-15 11:28:25 queue INFO 4 [301] -2014-12-15 11:28:26 queue INFO 0 [302] -2014-12-15 11:28:26 queue INFO 4 [303] -2014-12-15 11:28:26 queue INFO 0 [304] -2014-12-15 11:28:27 queue INFO 4 [305] -2014-12-15 11:28:27 queue INFO 0 [306] -2014-12-15 11:28:27 queue INFO 4 [307] -2014-12-15 11:28:28 queue INFO 0 [308] -2014-12-15 11:28:28 queue INFO 4 [309] -2014-12-15 11:28:28 queue INFO 0 [310] -2014-12-15 11:28:29 queue INFO 4 [311] -2014-12-15 11:28:29 queue INFO 0 [312] -2014-12-15 11:28:29 queue INFO 4 [313] -2014-12-15 11:28:30 queue INFO 0 [314] -2014-12-15 11:28:30 queue INFO 4 [315] -2014-12-15 11:28:30 queue INFO 0 [316] -2014-12-15 11:28:31 queue INFO 4 [317] -2014-12-15 11:28:31 queue INFO 0 [318] -2014-12-15 11:28:31 queue INFO 4 [319] -2014-12-15 11:28:32 queue INFO 0 [320] -2014-12-15 11:28:32 queue INFO 4 [321] -2014-12-15 11:28:32 queue INFO 0 [322] -2014-12-15 11:28:33 queue INFO 4 [323] -2014-12-15 11:28:33 queue INFO 0 [324] -2014-12-15 11:28:33 queue INFO 4 [325] -2014-12-15 11:28:34 queue INFO 0 [326] -2014-12-15 11:28:34 queue INFO 4 [327] -2014-12-15 11:28:34 queue INFO 0 [328] -2014-12-15 11:28:35 queue INFO 4 [329] -2014-12-15 11:28:35 queue INFO 0 [330] -2014-12-15 11:28:35 queue INFO 4 [331] -2014-12-15 11:28:36 queue INFO 0 [332] -2014-12-15 11:28:36 queue INFO 4 [333] -2014-12-15 11:28:36 queue INFO 0 [334] -2014-12-15 11:28:37 queue INFO 4 [335] -2014-12-15 11:28:37 queue INFO 0 [336] -2014-12-15 11:28:37 queue INFO 4 [337] -2014-12-15 11:28:38 queue INFO 0 [338] -2014-12-15 11:28:38 queue INFO 4 [339] -2014-12-15 11:28:38 queue INFO 0 [340] -2014-12-15 11:28:39 queue INFO 4 [341] -2014-12-15 11:28:39 queue INFO 0 [342] -2014-12-15 11:28:39 queue INFO 4 [343] -2014-12-15 11:28:40 queue INFO 0 [344] -2014-12-15 11:28:40 queue INFO 4 [345] -2014-12-15 11:28:40 queue INFO 0 [346] -2014-12-15 11:28:41 queue INFO 4 [347] -2014-12-15 11:28:41 queue INFO 0 [348] -2014-12-15 11:28:41 queue INFO 4 [349] -2014-12-15 11:28:42 queue INFO 0 [350] -2014-12-15 11:28:42 queue INFO 4 [351] -2014-12-15 11:28:42 queue INFO 0 [352] -2014-12-15 11:28:43 queue INFO 4 [353] -2014-12-15 11:28:43 queue INFO 0 [354] -2014-12-15 11:28:43 queue INFO 4 [355] -2014-12-15 11:28:44 queue INFO 0 [356] -2014-12-15 11:28:44 queue INFO 4 [357] -2014-12-15 11:28:44 queue INFO 0 [358] -2014-12-15 11:28:45 queue INFO 4 [359] -2014-12-15 11:28:45 queue INFO 0 [360] -2014-12-15 11:28:45 queue INFO 4 [361] -2014-12-15 11:28:46 queue INFO 0 [362] -2014-12-15 11:28:46 queue INFO 4 [363] -2014-12-15 11:28:46 queue INFO 0 [364] -2014-12-15 11:28:47 queue INFO 4 [365] -2014-12-15 11:28:47 queue INFO 0 [366] -2014-12-15 11:28:47 queue INFO 4 [367] -2014-12-15 11:28:48 queue INFO 0 [368] -2014-12-15 11:28:48 queue INFO 4 [369] -2014-12-15 11:28:48 queue INFO 0 [370] -2014-12-15 11:28:49 queue INFO 4 [371] -2014-12-15 11:28:49 queue INFO 0 [372] -2014-12-15 11:28:49 queue INFO 4 [373] -2014-12-15 11:28:50 queue INFO 0 [374] -2014-12-15 11:28:50 queue INFO 4 [375] -2014-12-15 11:28:50 queue INFO 0 [376] -2014-12-15 11:28:51 queue INFO 4 [377] -2014-12-15 11:28:51 queue INFO 0 [378] -2014-12-15 11:28:51 queue INFO 4 [379] -2014-12-15 11:28:52 queue INFO 0 [380] -2014-12-15 11:28:52 queue INFO 4 [381] -2014-12-15 11:28:52 queue INFO 0 [382] -2014-12-15 11:28:53 queue INFO 4 [383] -2014-12-15 11:28:53 queue INFO 0 [384] -2014-12-15 11:28:53 queue INFO 4 [385] -2014-12-15 11:28:54 queue INFO 0 [386] -2014-12-15 11:28:54 queue INFO 4 [387] -2014-12-15 11:28:55 queue INFO 0 [388] -2014-12-15 11:28:55 queue INFO 4 [389] -2014-12-15 11:28:55 queue INFO 0 [390] -2014-12-15 11:28:56 queue INFO 4 [391] -2014-12-15 11:28:56 queue INFO 0 [392] -2014-12-15 11:28:56 queue INFO 4 [393] -2014-12-15 11:28:57 queue INFO 0 [394] -2014-12-15 11:28:57 queue INFO 4 [395] -2014-12-15 11:28:57 queue INFO 0 [396] -2014-12-15 11:28:58 queue INFO 4 [397] -2014-12-15 11:28:58 queue INFO 0 [398] -2014-12-15 11:28:58 queue INFO 4 [399] -2014-12-15 11:28:58 queue INFO 0 [400] -2014-12-15 11:28:59 queue INFO 4 [401] -2014-12-15 11:28:59 queue INFO 0 [402] -2014-12-15 11:28:59 queue INFO 4 [403] -2014-12-15 11:29:00 queue INFO 0 [404] -2014-12-15 11:29:00 queue INFO 4 [405] -2014-12-15 11:29:00 queue INFO 0 [406] -2014-12-15 11:29:01 queue INFO 4 [407] -2014-12-15 11:29:01 queue INFO 0 [408] -2014-12-15 11:29:01 queue INFO 4 [409] -2014-12-15 11:29:02 queue INFO 0 [410] -2014-12-15 11:29:02 queue INFO 4 [411] -2014-12-15 11:29:02 queue INFO 0 [412] -2014-12-15 11:29:03 queue INFO 4 [413] -2014-12-15 11:29:03 queue INFO 0 [414] -2014-12-15 11:29:03 queue INFO 4 [415] -2014-12-15 11:29:04 queue INFO 0 [416] -2014-12-15 11:29:04 queue INFO 4 [417] -2014-12-15 11:29:04 queue INFO 0 [418] -2014-12-15 11:29:05 queue INFO 4 [419] -2014-12-15 11:29:05 queue INFO 0 [420] -2014-12-15 11:29:05 queue INFO 4 [421] -2014-12-15 11:29:06 queue INFO 0 [422] -2014-12-15 11:29:06 queue INFO 4 [423] -2014-12-15 11:29:07 queue INFO 0 [424] -2014-12-15 11:29:07 queue INFO 4 [425] -2014-12-15 11:29:07 queue INFO 0 [426] -2014-12-15 11:29:08 queue INFO 4 [427] -2014-12-15 11:29:08 queue INFO 0 [428] -2014-12-15 11:29:08 queue INFO 4 [429] -2014-12-15 11:29:09 queue INFO 0 [430] -2014-12-15 11:29:09 queue INFO 4 [431] -2014-12-15 11:29:09 queue INFO 0 [432] -2014-12-15 11:29:10 queue INFO 4 [433] -2014-12-15 11:29:10 queue INFO 0 [434] -2014-12-15 11:29:10 queue INFO 4 [435] -2014-12-15 11:29:11 queue INFO 0 [436] -2014-12-15 11:29:11 queue INFO 4 [437] -2014-12-15 11:29:11 queue INFO 0 [438] -2014-12-15 11:29:12 queue INFO 4 [439] -2014-12-15 11:29:12 queue INFO 0 [440] -2014-12-15 11:29:12 queue INFO 4 [441] -2014-12-15 11:29:13 queue INFO 0 [442] -2014-12-15 11:29:13 queue INFO 4 [443] -2014-12-15 11:29:13 queue INFO 0 [444] -2014-12-15 11:29:14 queue INFO 4 [445] -2014-12-15 11:29:14 queue INFO 0 [446] -2014-12-15 11:29:14 queue INFO 4 [447] -2014-12-15 11:29:14 queue INFO 0 [448] -2014-12-15 11:29:15 queue INFO 4 [449] -2014-12-15 11:29:15 queue INFO 0 [450] -2014-12-15 11:29:15 queue INFO 4 [451] -2014-12-15 11:29:16 queue INFO 0 [452] -2014-12-15 11:29:16 queue INFO 4 [453] -2014-12-15 11:29:16 queue INFO 0 [454] -2014-12-15 11:29:17 queue INFO 4 [455] -2014-12-15 11:29:17 queue INFO 0 [456] -2014-12-15 11:29:17 queue INFO 4 [457] -2014-12-15 11:29:18 queue INFO 0 [458] -2014-12-15 11:29:18 queue INFO 4 [459] -2014-12-15 11:29:18 queue INFO 0 [460] -2014-12-15 11:29:19 queue INFO 4 [461] -2014-12-15 11:29:19 queue INFO 0 [462] -2014-12-15 11:29:19 queue INFO 4 [463] -2014-12-15 11:29:20 queue INFO 0 [464] -2014-12-15 11:29:20 queue INFO 4 [465] -2014-12-15 11:29:20 queue INFO 0 [466] -2014-12-15 11:29:21 queue INFO 4 [467] -2014-12-15 11:29:21 queue INFO 0 [468] -2014-12-15 11:29:21 queue INFO 4 [469] -2014-12-15 11:29:22 queue INFO 0 [470] -2014-12-15 11:29:22 queue INFO 4 [471] -2014-12-15 11:29:22 queue INFO 0 [472] -2014-12-15 11:29:23 queue INFO 4 [473] -2014-12-15 11:29:23 queue INFO 0 [474] -2014-12-15 11:29:23 queue INFO 4 [475] -2014-12-15 11:29:24 queue INFO 0 [476] -2014-12-15 11:29:24 queue INFO 4 [477] -2014-12-15 11:29:24 queue INFO 0 [478] -2014-12-15 11:29:25 queue INFO 4 [479] -2014-12-15 11:29:25 queue INFO 0 [480] -2014-12-15 11:29:25 queue INFO 4 [481] -2014-12-15 11:29:26 queue INFO 0 [482] -2014-12-15 11:29:26 queue INFO 4 [483] -2014-12-15 11:29:26 queue INFO 0 [484] -2014-12-15 11:29:27 queue INFO 4 [485] -2014-12-15 11:29:27 queue INFO 0 [486] -2014-12-15 11:29:27 queue INFO 4 [487] -2014-12-15 11:29:28 queue INFO 0 [488] -2014-12-15 11:29:28 queue INFO 4 [489] -2014-12-15 11:29:28 queue INFO 0 [490] -2014-12-15 11:29:29 queue INFO 4 [491] -2014-12-15 11:29:29 queue INFO 0 [492] -2014-12-15 11:29:29 queue INFO 4 [493] -2014-12-15 11:29:30 queue INFO 0 [494] -2014-12-15 11:29:30 queue INFO 4 [495] -2014-12-15 11:29:30 queue INFO 0 [496] -2014-12-15 11:29:31 queue INFO 4 [497] -2014-12-15 11:29:31 queue INFO 0 [498] -2014-12-15 11:29:31 queue INFO 4 [499] -2014-12-15 11:29:32 queue INFO 0 [500] -2014-12-15 11:29:32 queue INFO 4 [501] -2014-12-15 11:29:32 queue INFO 0 [502] -2014-12-15 11:29:32 queue INFO 4 [503] -2014-12-15 11:29:33 queue INFO 0 [504] -2014-12-15 11:29:33 queue INFO 4 [505] -2014-12-15 11:29:33 queue INFO 0 [506] -2014-12-15 11:29:34 queue INFO 4 [507] -2014-12-15 11:29:34 queue INFO 0 [508] -2014-12-15 11:29:35 queue INFO 4 [509] -2014-12-15 11:29:35 queue INFO 0 [510] -2014-12-15 11:29:35 queue INFO 4 [511] -2014-12-15 11:29:36 queue INFO 0 [512] -2014-12-15 11:29:36 queue INFO 4 [513] -2014-12-15 11:29:36 queue INFO 0 [514] -2014-12-15 11:29:37 queue INFO 4 [515] -2014-12-15 11:29:37 queue INFO 0 [516] -2014-12-15 11:29:37 queue INFO 4 [517] -2014-12-15 11:29:38 queue INFO 0 [518] -2014-12-15 11:29:38 queue INFO 4 [519] -2014-12-15 11:29:38 queue INFO 0 [520] -2014-12-15 11:29:39 queue INFO 4 [521] -2014-12-15 11:29:39 queue INFO 0 [522] -2014-12-15 11:29:39 queue INFO 4 [523] -2014-12-15 11:29:40 queue INFO 0 [524] -2014-12-15 11:29:40 queue INFO 4 [525] -2014-12-15 11:29:40 queue INFO 0 [526] -2014-12-15 11:29:41 queue INFO 4 [527] -2014-12-15 11:29:41 queue INFO 0 [528] -2014-12-15 11:29:41 queue INFO 4 [529] -2014-12-15 11:29:42 queue INFO 0 [530] -2014-12-15 11:29:42 queue INFO 4 [531] -2014-12-15 11:29:42 queue INFO 0 [532] -2014-12-15 11:29:43 queue INFO 4 [533] -2014-12-15 11:29:43 queue INFO 0 [534] -2014-12-15 11:29:43 queue INFO 4 [535] -2014-12-15 11:29:44 queue INFO 0 [536] -2014-12-15 11:29:44 queue INFO 4 [537] -2014-12-15 11:29:44 queue INFO 0 [538] -2014-12-15 11:29:45 queue INFO 4 [539] -2014-12-15 11:29:45 queue INFO 0 [540] -2014-12-15 11:29:45 queue INFO 4 [541] -2014-12-15 11:29:45 queue INFO 0 [542] -2014-12-15 11:29:46 queue INFO 4 [543] -2014-12-15 11:29:46 queue INFO 0 [544] -2014-12-15 11:29:46 queue INFO 4 [545] -2014-12-15 11:29:47 queue INFO 0 [546] -2014-12-15 11:29:47 queue INFO 4 [547] -2014-12-15 11:29:47 queue INFO 0 [548] -2014-12-15 11:29:48 queue INFO 4 [549] -2014-12-15 11:29:48 queue INFO 0 [550] -2014-12-15 11:29:48 queue INFO 4 [551] -2014-12-15 11:29:49 queue INFO 0 [552] -2014-12-15 11:29:49 queue INFO 4 [553] -2014-12-15 11:29:49 queue INFO 0 [554] -2014-12-15 11:29:50 queue INFO 4 [555] -2014-12-15 11:29:50 queue INFO 0 [556] -2014-12-15 11:29:50 queue INFO 4 [557] -2014-12-15 11:29:51 queue INFO 0 [558] -2014-12-15 11:29:51 queue INFO 4 [559] -2014-12-15 11:29:51 queue INFO 0 [560] -2014-12-15 11:29:52 queue INFO 4 [561] -2014-12-15 11:29:52 queue INFO 0 [562] -2014-12-15 11:29:52 queue INFO 4 [563] -2014-12-15 11:29:53 queue INFO 0 [564] -2014-12-15 11:29:53 queue INFO 4 [565] -2014-12-15 11:29:53 queue INFO 0 [566] -2014-12-15 11:29:54 queue INFO 4 [567] -2014-12-15 11:29:54 queue INFO 0 [568] -2014-12-15 11:29:54 queue INFO 4 [569] -2014-12-15 11:29:55 queue INFO 0 [570] -2014-12-15 11:29:55 queue INFO 4 [571] -2014-12-15 11:29:55 queue INFO 0 [572] -2014-12-15 11:29:56 queue INFO 4 [573] -2014-12-15 11:29:56 queue INFO 0 [574] -2014-12-15 11:29:56 queue INFO 4 [575] -2014-12-15 11:29:57 queue INFO 0 [576] -2014-12-15 11:29:57 queue INFO 4 [577] -2014-12-15 11:29:57 queue INFO 0 [578] -2014-12-15 11:29:58 queue INFO 4 [579] -2014-12-15 11:29:58 queue INFO 0 [580] -2014-12-15 11:29:58 queue INFO 4 [581] -2014-12-15 11:29:59 queue INFO 0 [582] -2014-12-15 11:29:59 queue INFO 4 [583] -2014-12-15 11:29:59 queue INFO 0 [584] -2014-12-15 11:30:00 queue INFO 4 [585] -2014-12-15 11:30:00 queue INFO 0 [586] -2014-12-15 11:30:00 queue INFO 4 [587] -2014-12-15 11:30:01 queue INFO 0 [588] -2014-12-15 11:30:01 queue INFO 4 [589] -2014-12-15 11:30:01 queue INFO 0 [590] -2014-12-15 11:30:02 queue INFO 4 [591] -2014-12-15 11:30:02 queue INFO 0 [592] -2014-12-15 11:30:02 queue INFO 4 [593] -2014-12-15 11:30:03 queue INFO 0 [594] -2014-12-15 11:30:03 queue INFO 4 [595] -2014-12-15 11:30:03 queue INFO 0 [596] -2014-12-15 11:30:04 queue INFO 4 [597] -2014-12-15 11:30:04 queue INFO 0 [598] -2014-12-15 11:30:04 queue INFO 4 [599] -2014-12-15 11:30:05 queue INFO 0 [600] -2014-12-15 11:30:05 queue INFO 4 [601] -2014-12-15 11:30:05 queue INFO 0 [602] -2014-12-15 11:30:06 queue INFO 4 [603] -2014-12-15 11:30:06 queue INFO 0 [604] -2014-12-15 11:30:06 queue INFO 4 [605] -2014-12-15 11:30:07 queue INFO 0 [606] -2014-12-15 11:30:07 queue INFO 4 [607] -2014-12-15 11:30:07 queue INFO 0 [608] -2014-12-15 11:30:08 queue INFO 4 [609] -2014-12-15 11:30:08 queue INFO 0 [610] -2014-12-15 11:30:08 queue INFO 4 [611] -2014-12-15 11:30:09 queue INFO 0 [612] -2014-12-15 11:30:09 queue INFO 4 [613] -2014-12-15 11:30:09 queue INFO 0 [614] -2014-12-15 11:30:10 queue INFO 4 [615] -2014-12-15 11:30:10 queue INFO 0 [616] -2014-12-15 11:30:10 queue INFO 4 [617] -2014-12-15 11:30:11 queue INFO 0 [618] -2014-12-15 11:30:11 queue INFO 4 [619] -2014-12-15 11:30:12 queue INFO 0 [620] -2014-12-15 11:30:12 queue INFO 4 [621] -2014-12-15 11:30:12 queue INFO 0 [622] -2014-12-15 11:30:13 queue INFO 4 [623] -2014-12-15 11:30:13 queue INFO 0 [624] -2014-12-15 11:30:13 queue INFO 4 [625] -2014-12-15 11:30:14 queue INFO 0 [626] -2014-12-15 11:30:14 queue INFO 4 [627] -2014-12-15 11:30:14 queue INFO 0 [628] -2014-12-15 11:30:15 queue INFO 4 [629] -2014-12-15 11:30:15 queue INFO 0 [630] -2014-12-15 11:30:15 queue INFO 4 [631] -2014-12-15 11:30:16 queue INFO 0 [632] -2014-12-15 11:30:16 queue INFO 4 [633] -2014-12-15 11:30:16 queue INFO 0 [634] -2014-12-15 11:30:17 queue INFO 4 [635] -2014-12-15 11:30:17 queue INFO 0 [636] -2014-12-15 11:30:17 queue INFO 4 [637] -2014-12-15 11:30:18 queue INFO 0 [638] -2014-12-15 11:30:18 queue INFO 4 [639] -2014-12-15 11:30:18 queue INFO 0 [640] -2014-12-15 11:30:19 queue INFO 4 [641] -2014-12-15 11:30:19 queue INFO 0 [642] -2014-12-15 11:30:19 queue INFO 4 [643] -2014-12-15 11:30:19 queue INFO 0 [644] -2014-12-15 11:30:20 queue INFO 4 [645] -2014-12-15 11:30:20 queue INFO 0 [646] -2014-12-15 11:30:20 queue INFO 4 [647] -2014-12-15 11:30:21 queue INFO 0 [648] -2014-12-15 11:30:21 queue INFO 4 [649] -2014-12-15 11:30:21 queue INFO 0 [650] -2014-12-15 11:30:22 queue INFO 4 [651] -2014-12-15 11:30:22 queue INFO 0 [652] -2014-12-15 11:30:22 queue INFO 4 [653] -2014-12-15 11:30:23 queue INFO 0 [654] -2014-12-15 11:30:23 queue INFO 4 [655] -2014-12-15 11:30:23 queue INFO 0 [656] -2014-12-15 11:30:24 queue INFO 4 [657] -2014-12-15 11:30:24 queue INFO 0 [658] -2014-12-15 11:30:24 queue INFO 4 [659] -2014-12-15 11:30:25 queue INFO 0 [660] -2014-12-15 11:30:25 queue INFO 4 [661] -2014-12-15 11:30:25 queue INFO 0 [662] -2014-12-15 11:30:26 queue INFO 4 [663] -2014-12-15 11:30:26 queue INFO 0 [664] -2014-12-15 11:30:26 queue INFO 4 [665] -2014-12-15 11:30:27 queue INFO 0 [666] -2014-12-15 11:30:27 queue INFO 4 [667] -2014-12-15 11:30:28 queue INFO 0 [668] -2014-12-15 11:30:28 queue INFO 4 [669] -2014-12-15 11:30:28 queue INFO 0 [670] -2014-12-15 11:30:29 queue INFO 4 [671] -2014-12-15 11:30:29 queue INFO 0 [672] -2014-12-15 11:30:29 queue INFO 4 [673] -2014-12-15 11:30:29 queue INFO 0 [674] -2014-12-15 11:30:30 queue INFO 4 [675] -2014-12-15 11:30:30 queue INFO 0 [676] -2014-12-15 11:30:30 queue INFO 4 [677] -2014-12-15 11:30:31 queue INFO 0 [678] -2014-12-15 11:30:31 queue INFO 4 [679] -2014-12-15 11:30:31 queue INFO 0 [680] -2014-12-15 11:30:32 queue INFO 4 [681] -2014-12-15 11:30:32 queue INFO 0 [682] -2014-12-15 11:30:32 queue INFO 4 [683] -2014-12-15 11:30:33 queue INFO 0 [684] -2014-12-15 11:30:33 queue INFO 4 [685] -2014-12-15 11:30:33 queue INFO 0 [686] -2014-12-15 11:30:34 queue INFO 4 [687] -2014-12-15 11:30:34 queue INFO 0 [688] -2014-12-15 11:30:34 queue INFO 4 [689] -2014-12-15 11:30:35 queue INFO 0 [690] -2014-12-15 11:30:35 queue INFO 4 [691] -2014-12-15 11:30:35 queue INFO 0 [692] -2014-12-15 11:30:36 queue INFO 4 [693] -2014-12-15 11:30:36 queue INFO 0 [694] -2014-12-15 11:30:36 queue INFO 4 [695] -2014-12-15 11:30:37 queue INFO 0 [696] -2014-12-15 11:30:37 queue INFO 4 [697] -2014-12-15 11:30:37 queue INFO 0 [698] -2014-12-15 11:30:38 queue INFO 4 [699] -2014-12-15 11:30:38 queue INFO 0 [700] -2014-12-15 11:30:38 queue INFO 4 [701] -2014-12-15 11:30:39 queue INFO 0 [702] -2014-12-15 11:30:39 queue INFO 4 [703] -2014-12-15 11:30:39 queue INFO 0 [704] -2014-12-15 11:30:40 queue INFO 4 [705] -2014-12-15 11:30:40 queue INFO 0 [706] -2014-12-15 11:30:40 queue INFO 4 [707] -2014-12-15 11:30:41 queue INFO 0 [708] -2014-12-15 11:30:41 queue INFO 4 [709] -2014-12-15 11:30:41 queue INFO 0 [710] -2014-12-15 11:30:42 queue INFO 4 [711] -2014-12-15 11:30:42 queue INFO 0 [712] -2014-12-15 11:30:42 queue INFO 4 [713] -2014-12-15 11:30:43 queue INFO 0 [714] -2014-12-15 11:30:43 queue INFO 4 [715] -2014-12-15 11:30:43 queue INFO 0 [716] -2014-12-15 11:30:44 queue INFO 4 [717] -2014-12-15 11:30:44 queue INFO 0 [718] -2014-12-15 11:30:44 queue INFO 4 [719] -2014-12-15 11:30:45 queue INFO 0 [720] -2014-12-15 11:30:45 queue INFO 4 [721] -2014-12-15 11:30:45 queue INFO 0 [722] -2014-12-15 11:30:46 queue INFO 4 [723] -2014-12-15 11:30:46 queue INFO 0 [724] -2014-12-15 11:30:46 queue INFO 4 [725] -2014-12-15 11:30:46 queue INFO 0 [726] -2014-12-15 11:30:47 queue INFO 4 [727] -2014-12-15 11:30:47 queue INFO 0 [728] -2014-12-15 11:30:47 queue INFO 4 [729] -2014-12-15 11:30:48 queue INFO 0 [730] -2014-12-15 11:30:48 queue INFO 4 [731] -2014-12-15 11:30:48 queue INFO 0 [732] -2014-12-15 11:30:49 queue INFO 4 [733] -2014-12-15 11:30:49 queue INFO 0 [734] -2014-12-15 11:30:49 queue INFO 4 [735] -2014-12-15 11:30:50 queue INFO 0 [736] -2014-12-15 11:30:50 queue INFO 4 [737] -2014-12-15 11:30:50 queue INFO 0 [738] -2014-12-15 11:30:51 queue INFO 4 [739] -2014-12-15 11:30:51 queue INFO 0 [740] -2014-12-15 11:30:51 queue INFO 4 [741] -2014-12-15 11:30:52 queue INFO 0 [742] -2014-12-15 11:30:52 queue INFO 4 [743] -2014-12-15 11:30:52 queue INFO 0 [744] -2014-12-15 11:30:53 queue INFO 4 [745] -2014-12-15 11:30:53 queue INFO 0 [746] -2014-12-15 11:30:53 queue INFO 4 [747] -2014-12-15 11:30:54 queue INFO 0 [748] -2014-12-15 11:30:54 queue INFO 4 [749] -2014-12-15 11:30:55 queue INFO 0 [750] -2014-12-15 11:30:55 queue INFO 4 [751] -2014-12-15 11:30:55 queue INFO 0 [752] -2014-12-15 11:30:56 queue INFO 4 [753] -2014-12-15 11:30:56 queue INFO 0 [754] -2014-12-15 11:30:56 queue INFO 4 [755] -2014-12-15 11:30:57 queue INFO 0 [756] -2014-12-15 11:30:57 queue INFO 4 [757] -2014-12-15 11:30:57 queue INFO 0 [758] -2014-12-15 11:30:58 queue INFO 4 [759] -2014-12-15 11:30:58 queue INFO 0 [760] -2014-12-15 11:30:58 queue INFO 4 [761] -2014-12-15 11:30:58 queue INFO 0 [762] -2014-12-15 11:30:59 queue INFO 4 [763] -2014-12-15 11:30:59 queue INFO 0 [764] -2014-12-15 11:30:59 queue INFO 4 [765] -2014-12-15 11:31:00 queue INFO 0 [766] -2014-12-15 11:31:00 queue INFO 4 [767] -2014-12-15 11:31:00 queue INFO 0 [768] -2014-12-15 11:31:01 queue INFO 4 [769] -2014-12-15 11:31:01 queue INFO 0 [770] -2014-12-15 11:31:01 queue INFO 4 [771] -2014-12-15 11:31:02 queue INFO 0 [772] -2014-12-15 11:31:02 queue INFO 4 [773] -2014-12-15 11:31:02 queue INFO 0 [774] -2014-12-15 11:31:03 queue INFO 4 [775] -2014-12-15 11:31:03 queue INFO 0 [776] -2014-12-15 11:31:03 queue INFO 4 [777] -2014-12-15 11:31:04 queue INFO 0 [778] -2014-12-15 11:31:04 queue INFO 4 [779] -2014-12-15 11:31:04 queue INFO 0 [780] -2014-12-15 11:31:05 queue INFO 4 [781] -2014-12-15 11:31:05 queue INFO 0 [782] -2014-12-15 11:31:05 queue INFO 4 [783] -2014-12-15 11:31:06 queue INFO 0 [784] -2014-12-15 11:31:06 queue INFO 4 [785] -2014-12-15 11:31:06 queue INFO 0 [786] -2014-12-15 11:31:07 queue INFO 4 [787] -2014-12-15 11:31:07 queue INFO 0 [788] -2014-12-15 11:31:07 queue INFO 4 [789] -2014-12-15 11:31:08 queue INFO 0 [790] -2014-12-15 11:31:08 queue INFO 4 [791] -2014-12-15 11:31:08 queue INFO 0 [792] -2014-12-15 11:31:09 queue INFO 4 [793] -2014-12-15 11:31:09 queue INFO 0 [794] -2014-12-15 11:31:09 queue INFO 4 [795] -2014-12-15 11:31:09 queue INFO 0 [796] -2014-12-15 11:31:10 queue INFO 4 [797] -2014-12-15 11:31:10 queue INFO 0 [798] -2014-12-15 11:31:10 queue INFO 4 [799] -2014-12-15 11:31:11 queue INFO 0 [800] -2014-12-15 11:31:11 queue INFO 4 [801] -2014-12-15 11:31:11 queue INFO 0 [802] -2014-12-15 11:31:12 queue INFO 4 [803] -2014-12-15 11:31:12 queue INFO 0 [804] -2014-12-15 11:31:12 queue INFO 4 [805] -2014-12-15 11:31:13 queue INFO 0 [806] -2014-12-15 11:31:13 queue INFO 4 [807] -2014-12-15 11:31:13 queue INFO 0 [808] -2014-12-15 11:31:14 queue INFO 4 [809] -2014-12-15 11:31:14 queue INFO 0 [810] -2014-12-15 11:31:14 queue INFO 4 [811] -2014-12-15 11:31:15 queue INFO 0 [812] -2014-12-15 11:31:15 queue INFO 4 [813] -2014-12-15 11:31:15 queue INFO 0 [814] -2014-12-15 11:31:16 queue INFO 4 [815] -2014-12-15 11:31:16 queue INFO 0 [816] -2014-12-15 11:31:16 queue INFO 4 [817] -2014-12-15 11:31:17 queue INFO 0 [818] -2014-12-15 11:31:17 queue INFO 4 [819] -2014-12-15 11:31:17 queue INFO 0 [820] -2014-12-15 11:31:18 queue INFO 4 [821] -2014-12-15 11:31:18 queue INFO 0 [822] -2014-12-15 11:31:18 queue INFO 4 [823] -2014-12-15 11:31:19 queue INFO 0 [824] -2014-12-15 11:31:19 queue INFO 4 [825] -2014-12-15 11:31:19 queue INFO 0 [826] -2014-12-15 11:31:20 queue INFO 4 [827] -2014-12-15 11:31:20 queue INFO 0 [828] -2014-12-15 11:31:20 queue INFO 4 [829] -2014-12-15 11:31:21 queue INFO 0 [830] -2014-12-15 11:31:21 queue INFO 4 [831] -2014-12-15 11:31:21 queue INFO 0 [832] -2014-12-15 11:31:22 queue INFO 4 [833] -2014-12-15 11:31:22 queue INFO 0 [834] -2014-12-15 11:31:22 queue INFO 4 [835] -2014-12-15 11:31:23 queue INFO 0 [836] -2014-12-15 11:31:23 queue INFO 4 [837] -2014-12-15 11:31:23 queue INFO 0 [838] -2014-12-15 11:31:24 queue INFO 4 [839] -2014-12-15 11:31:24 queue INFO 0 [840] -2014-12-15 11:31:25 queue INFO 4 [841] -2014-12-15 11:31:25 queue INFO 0 [842] -2014-12-15 11:31:25 queue INFO 4 [843] -2014-12-15 11:31:26 queue INFO 0 [844] -2014-12-15 11:31:26 queue INFO 4 [845] -2014-12-15 11:31:26 queue INFO 0 [846] -2014-12-15 11:31:27 queue INFO 4 [847] -2014-12-15 11:31:27 queue INFO 0 [848] -2014-12-15 11:31:27 queue INFO 4 [849] -2014-12-15 11:31:28 queue INFO 0 [850] -2014-12-15 11:31:28 queue INFO 4 [851] -2014-12-15 11:31:28 queue INFO 0 [852] -2014-12-15 11:31:29 queue INFO 4 [853] -2014-12-15 11:31:29 queue INFO 0 [854] -2014-12-15 11:31:29 queue INFO 4 [855] -2014-12-15 11:31:30 queue INFO 0 [856] -2014-12-15 11:31:30 queue INFO 4 [857] -2014-12-15 11:31:30 queue INFO 0 [858] -2014-12-15 11:31:31 queue INFO 4 [859] -2014-12-15 11:31:31 queue INFO 0 [860] -2014-12-15 11:31:31 queue INFO 4 [861] -2014-12-15 11:31:32 queue INFO 0 [862] -2014-12-15 11:31:32 queue INFO 4 [863] -2014-12-15 11:31:32 queue INFO 0 [864] -2014-12-15 11:31:33 queue INFO 4 [865] -2014-12-15 11:31:33 queue INFO 0 [866] -2014-12-15 11:31:33 queue INFO 4 [867] -2014-12-15 11:31:33 queue INFO 0 [868] -2014-12-15 11:31:34 queue INFO 4 [869] -2014-12-15 11:31:34 queue INFO 0 [870] -2014-12-15 11:31:34 queue INFO 4 [871] -2014-12-15 11:31:35 queue INFO 0 [872] -2014-12-15 11:31:35 queue INFO 4 [873] -2014-12-15 11:31:35 queue INFO 0 [874] -2014-12-15 11:31:36 queue INFO 4 [875] -2014-12-15 11:31:36 queue INFO 0 [876] -2014-12-15 11:31:36 queue INFO 4 [877] -2014-12-15 11:31:37 queue INFO 0 [878] -2014-12-15 11:31:37 queue INFO 4 [879] -2014-12-15 11:31:38 queue INFO 0 [880] -2014-12-15 11:31:38 queue INFO 4 [881] -2014-12-15 11:31:38 queue INFO 0 [882] -2014-12-15 11:31:39 queue INFO 4 [883] -2014-12-15 11:31:39 queue INFO 0 [884] -2014-12-15 11:31:39 queue INFO 4 [885] -2014-12-15 11:31:40 queue INFO 0 [886] -2014-12-15 11:31:40 queue INFO 4 [887] -2014-12-15 11:31:40 queue INFO 0 [888] -2014-12-15 11:31:41 queue INFO 4 [889] -2014-12-15 11:31:41 queue INFO 0 [890] -2014-12-15 11:31:41 queue INFO 4 [891] -2014-12-15 11:31:41 queue INFO 0 [892] -2014-12-15 11:31:42 queue INFO 4 [893] -2014-12-15 11:31:42 queue INFO 0 [894] -2014-12-15 11:31:42 queue INFO 4 [895] -2014-12-15 11:31:43 queue INFO 0 [896] -2014-12-15 11:31:43 queue INFO 4 [897] -2014-12-15 11:31:43 queue INFO 0 [898] -2014-12-15 11:31:44 queue INFO 4 [899] -2014-12-15 11:31:44 queue INFO 0 [900] -2014-12-15 11:31:44 queue INFO 4 [901] -2014-12-15 11:31:45 queue INFO 0 [902] -2014-12-15 11:31:45 queue INFO 4 [903] -2014-12-15 11:31:45 queue INFO 0 [904] -2014-12-15 11:31:46 queue INFO 4 [905] -2014-12-15 11:31:46 queue INFO 0 [906] -2014-12-15 11:31:46 queue INFO 4 [907] -2014-12-15 11:31:47 queue INFO 0 [908] -2014-12-15 11:31:47 queue INFO 4 [909] -2014-12-15 11:31:48 queue INFO 0 [910] -2014-12-15 11:31:48 queue INFO 4 [911] -2014-12-15 11:31:48 queue INFO 0 [912] -2014-12-15 11:31:49 queue INFO 4 [913] -2014-12-15 11:31:49 queue INFO 0 [914] -2014-12-15 11:31:49 queue INFO 4 [915] -2014-12-15 11:31:49 queue INFO 0 [916] -2014-12-15 11:31:50 queue INFO 4 [917] -2014-12-15 11:31:50 queue INFO 0 [918] -2014-12-15 11:31:50 queue INFO 4 [919] -2014-12-15 11:31:51 queue INFO 0 [920] -2014-12-15 11:31:51 queue INFO 4 [921] -2014-12-15 11:31:51 queue INFO 0 [922] -2014-12-15 11:31:52 queue INFO 4 [923] -2014-12-15 11:31:52 queue INFO 0 [924] -2014-12-15 11:31:52 queue INFO 4 [925] -2014-12-15 11:31:53 queue INFO 0 [926] -2014-12-15 11:31:53 queue INFO 4 [927] -2014-12-15 11:31:53 queue INFO 0 [928] -2014-12-15 11:31:54 queue INFO 4 [929] -2014-12-15 11:31:54 queue INFO 0 [930] -2014-12-15 11:31:54 queue INFO 4 [931] -2014-12-15 11:31:55 queue INFO 0 [932] -2014-12-15 11:31:55 queue INFO 4 [933] -2014-12-15 11:31:55 queue INFO 0 [934] -2014-12-15 11:31:56 queue INFO 4 [935] -2014-12-15 11:31:56 queue INFO 0 [936] -2014-12-15 11:31:56 queue INFO 4 [937] -2014-12-15 11:31:57 queue INFO 0 [938] -2014-12-15 11:31:57 queue INFO 4 [939] -2014-12-15 11:31:57 queue INFO 0 [940] -2014-12-15 11:31:58 queue INFO 4 [941] -2014-12-15 11:31:58 queue INFO 0 [942] -2014-12-15 11:31:58 queue INFO 4 [943] -2014-12-15 11:31:59 queue INFO 0 [944] -2014-12-15 11:31:59 queue INFO 4 [945] -2014-12-15 11:31:59 queue INFO 0 [946] -2014-12-15 11:32:00 queue INFO 4 [947] -2014-12-15 11:32:00 queue INFO 0 [948] -2014-12-15 11:32:00 queue INFO 4 [949] -2014-12-15 11:32:01 queue INFO 0 [950] -2014-12-15 11:32:01 queue INFO 4 [951] -2014-12-15 11:32:01 queue INFO 0 [952] -2014-12-15 11:32:02 queue INFO 4 [953] -2014-12-15 11:32:02 queue INFO 0 [954] -2014-12-15 11:32:02 queue INFO 4 [955] -2014-12-15 11:32:03 queue INFO 0 [956] -2014-12-15 11:32:03 queue INFO 4 [957] -2014-12-15 11:32:03 queue INFO 0 [958] -2014-12-15 11:32:04 queue INFO 4 [959] -2014-12-15 11:32:04 queue INFO 0 [960] -2014-12-15 11:32:04 queue INFO 4 [961] -2014-12-15 11:32:05 queue INFO 0 [962] -2014-12-15 11:32:05 queue INFO 4 [963] -2014-12-15 11:32:05 queue INFO 0 [964] -2014-12-15 11:32:06 queue INFO 4 [965] -2014-12-15 11:32:06 queue INFO 0 [966] -2014-12-15 11:32:06 queue INFO 4 [967] -2014-12-15 11:32:07 queue INFO 0 [968] -2014-12-15 11:32:07 queue INFO 4 [969] -2014-12-15 11:32:07 queue INFO 0 [970] -2014-12-15 11:32:08 queue INFO 4 [971] -2014-12-15 11:32:08 queue INFO 0 [972] -2014-12-15 11:32:08 queue INFO 4 [973] -2014-12-15 11:32:09 queue INFO 0 [974] -2014-12-15 11:32:09 queue INFO 4 [975] -2014-12-15 11:32:09 queue INFO 0 [976] -2014-12-15 11:32:10 queue INFO 4 [977] -2014-12-15 11:32:10 queue INFO 0 [978] -2014-12-15 11:32:10 queue INFO 4 [979] -2014-12-15 11:32:11 queue INFO 0 [980] -2014-12-15 11:32:11 queue INFO 4 [981] -2014-12-15 11:32:11 queue INFO 0 [982] -2014-12-15 11:32:12 queue INFO 4 [983] -2014-12-15 11:32:12 queue INFO 0 [984] -2014-12-15 11:32:13 queue INFO 4 [985] -2014-12-15 11:32:13 queue INFO 0 [986] -2014-12-15 11:32:13 queue INFO 4 [987] -2014-12-15 11:32:13 queue INFO 0 [988] -2014-12-15 11:32:14 queue INFO 4 [989] -2014-12-15 11:32:14 queue INFO 0 [990] -2014-12-15 11:32:15 queue INFO 4 [991] -2014-12-15 11:32:15 queue INFO 0 [992] -2014-12-15 11:32:15 queue INFO 4 [993] -2014-12-15 11:32:15 queue INFO 0 [994] -2014-12-15 11:32:16 queue INFO 4 [995] -2014-12-15 11:32:16 queue INFO 0 [996] -2014-12-15 11:32:16 queue INFO 4 [997] -2014-12-15 11:32:17 queue INFO 0 [998] -2014-12-15 11:32:17 queue INFO 4 [999] -2014-12-15 11:32:17 queue INFO 0 [0] -2014-12-15 11:32:18 queue INFO 4 [1] -2014-12-15 11:32:18 queue INFO 0 [2] -2014-12-15 11:32:18 queue INFO 4 [3] -2014-12-15 11:32:19 queue INFO 0 [4] -2014-12-15 11:32:19 queue INFO 4 [5] -2014-12-15 11:32:19 queue INFO 0 [6] -2014-12-15 11:32:20 queue INFO 4 [7] -2014-12-15 11:32:20 queue INFO 0 [8] -2014-12-15 11:32:20 queue INFO 4 [9] -2014-12-15 11:32:21 queue INFO 0 [10] -2014-12-15 11:32:21 queue INFO 4 [11] -2014-12-15 11:32:21 queue INFO 0 [12] -2014-12-15 11:32:22 queue INFO 4 [13] -2014-12-15 11:32:22 queue INFO 0 [14] -2014-12-15 11:32:22 queue INFO 4 [15] -2014-12-15 11:32:23 queue INFO 0 [16] -2014-12-15 11:32:23 queue INFO 4 [17] -2014-12-15 11:32:23 queue INFO 0 [18] -2014-12-15 11:32:24 queue INFO 4 [19] -2014-12-15 11:32:24 queue INFO 0 [20] -2014-12-15 11:32:24 queue INFO 4 [21] -2014-12-15 11:32:24 queue INFO 0 [22] -2014-12-15 11:32:25 queue INFO 4 [23] -2014-12-15 11:32:25 queue INFO 0 [24] -2014-12-15 11:32:25 queue INFO 4 [25] -2014-12-15 11:32:26 queue INFO 0 [26] -2014-12-15 11:32:26 queue INFO 4 [27] -2014-12-15 11:32:26 queue INFO 0 [28] -2014-12-15 11:32:27 queue INFO 4 [29] -2014-12-15 11:32:27 queue INFO 0 [30] -2014-12-15 11:32:27 queue INFO 4 [31] -2014-12-15 11:32:28 queue INFO 0 [32] -2014-12-15 11:32:28 queue INFO 4 [33] -2014-12-15 11:32:28 queue INFO 0 [34] -2014-12-15 11:32:29 queue INFO 4 [35] -2014-12-15 11:32:29 queue INFO 0 [36] -2014-12-15 11:32:29 queue INFO 4 [37] -2014-12-15 11:32:30 queue INFO 0 [38] -2014-12-15 11:32:30 queue INFO 4 [39] -2014-12-15 11:32:30 queue INFO 0 [40] -2014-12-15 11:32:31 queue INFO 4 [41] -2014-12-15 11:32:31 queue INFO 0 [42] -2014-12-15 11:32:31 queue INFO 4 [43] -2014-12-15 11:32:32 queue INFO 0 [44] -2014-12-15 11:32:32 queue INFO 4 [45] -2014-12-15 11:32:32 queue INFO 0 [46] -2014-12-15 11:32:33 queue INFO 4 [47] -2014-12-15 11:32:33 queue INFO 0 [48] -2014-12-15 11:32:33 queue INFO 4 [49] -2014-12-15 11:32:33 queue INFO 0 [50] -2014-12-15 11:32:34 queue INFO 4 [51] -2014-12-15 11:32:34 queue INFO 0 [52] -2014-12-15 11:32:34 queue INFO 4 [53] -2014-12-15 11:32:35 queue INFO 0 [54] -2014-12-15 11:32:35 queue INFO 4 [55] -2014-12-15 11:32:35 queue INFO 0 [56] -2014-12-15 11:32:36 queue INFO 4 [57] -2014-12-15 11:32:36 queue INFO 0 [58] -2014-12-15 11:32:36 queue INFO 4 [59] -2014-12-15 11:32:37 queue INFO 0 [60] -2014-12-15 11:32:37 queue INFO 4 [61] -2014-12-15 11:32:37 queue INFO 0 [62] -2014-12-15 11:32:38 queue INFO 4 [63] -2014-12-15 11:32:38 queue INFO 0 [64] -2014-12-15 11:32:38 queue INFO 4 [65] -2014-12-15 11:32:39 queue INFO 0 [66] -2014-12-15 11:32:39 queue INFO 4 [67] -2014-12-15 11:32:40 queue INFO 0 [68] -2014-12-15 11:32:40 queue INFO 4 [69] -2014-12-15 11:32:40 queue INFO 0 [70] -2014-12-15 11:32:40 queue INFO 4 [71] -2014-12-15 11:32:41 queue INFO 0 [72] -2014-12-15 11:32:41 queue INFO 4 [73] -2014-12-15 11:32:41 queue INFO 0 [74] -2014-12-15 11:32:42 queue INFO 4 [75] -2014-12-15 11:32:42 queue INFO 0 [76] -2014-12-15 11:32:42 queue INFO 4 [77] -2014-12-15 11:32:43 queue INFO 0 [78] -2014-12-15 11:32:43 queue INFO 4 [79] -2014-12-15 11:32:43 queue INFO 0 [80] -2014-12-15 11:32:44 queue INFO 4 [81] -2014-12-15 11:32:44 queue INFO 0 [82] -2014-12-15 11:32:44 queue INFO 4 [83] -2014-12-15 11:32:45 queue INFO 0 [84] -2014-12-15 11:32:45 queue INFO 4 [85] -2014-12-15 11:32:45 queue INFO 0 [86] -2014-12-15 11:32:46 queue INFO 4 [87] -2014-12-15 11:32:46 queue INFO 0 [88] -2014-12-15 11:32:46 queue INFO 4 [89] -2014-12-15 11:32:47 queue INFO 0 [90] -2014-12-15 11:32:47 queue INFO 4 [91] -2014-12-15 11:32:47 queue INFO 0 [92] -2014-12-15 11:32:48 queue INFO 4 [93] -2014-12-15 11:32:48 queue INFO 0 [94] -2014-12-15 11:32:48 queue INFO 4 [95] -2014-12-15 11:32:49 queue INFO 0 [96] -2014-12-15 11:32:49 queue INFO 4 [97] -2014-12-15 11:32:49 queue INFO 0 [98] -2014-12-15 11:32:50 queue INFO 4 [99] -2014-12-15 11:32:50 queue INFO 0 [100] -2014-12-15 11:32:50 queue INFO 4 [101] -2014-12-15 11:32:51 queue INFO 0 [102] -2014-12-15 11:32:51 queue INFO 4 [103] -2014-12-15 11:32:51 queue INFO 0 [104] -2014-12-15 11:32:52 queue INFO 4 [105] -2014-12-15 11:32:52 queue INFO 0 [106] -2014-12-15 11:32:52 queue INFO 4 [107] -2014-12-15 11:32:52 queue INFO 0 [108] -2014-12-15 11:32:53 queue INFO 4 [109] -2014-12-15 11:32:53 queue INFO 0 [110] -2014-12-15 11:32:53 queue INFO 4 [111] -2014-12-15 11:32:54 queue INFO 0 [112] -2014-12-15 11:32:54 queue INFO 4 [113] -2014-12-15 11:32:54 queue INFO 0 [114] -2014-12-15 11:32:55 queue INFO 4 [115] -2014-12-15 11:32:55 queue INFO 0 [116] -2014-12-15 11:32:55 queue INFO 4 [117] -2014-12-15 11:32:56 queue INFO 0 [118] -2014-12-15 11:32:56 queue INFO 4 [119] -2014-12-15 11:32:56 queue INFO 0 [120] -2014-12-15 11:32:57 queue INFO 4 [121] -2014-12-15 11:32:57 queue INFO 0 [122] -2014-12-15 11:32:57 queue INFO 4 [123] -2014-12-15 11:32:58 queue INFO 0 [124] -2014-12-15 11:32:58 queue INFO 4 [125] -2014-12-15 11:32:58 queue INFO 0 [126] -2014-12-15 11:32:59 queue INFO 4 [127] -2014-12-15 11:32:59 queue INFO 0 [128] -2014-12-15 11:32:59 queue INFO 4 [129] -2014-12-15 11:33:00 queue INFO 0 [130] -2014-12-15 11:33:00 queue INFO 4 [131] -2014-12-15 11:33:00 queue INFO 0 [132] -2014-12-15 11:33:01 queue INFO 4 [133] -2014-12-15 11:33:01 queue INFO 0 [134] -2014-12-15 11:33:01 queue INFO 4 [135] -2014-12-15 11:33:02 queue INFO 0 [136] -2014-12-15 11:33:02 queue INFO 4 [137] -2014-12-15 11:33:02 queue INFO 0 [138] -2014-12-15 11:33:03 queue INFO 4 [139] -2014-12-15 11:33:03 queue INFO 0 [140] -2014-12-15 11:33:03 queue INFO 4 [141] -2014-12-15 11:33:04 queue INFO 0 [142] -2014-12-15 11:33:04 queue INFO 4 [143] -2014-12-15 11:33:04 queue INFO 0 [144] -2014-12-15 11:33:05 queue INFO 4 [145] -2014-12-15 11:33:05 queue INFO 0 [146] -2014-12-15 11:33:06 queue INFO 4 [147] -2014-12-15 11:33:06 queue INFO 0 [148] -2014-12-15 11:33:06 queue INFO 4 [149] -2014-12-15 11:33:07 queue INFO 0 [150] -2014-12-15 11:33:08 queue INFO 4 [151] -2014-12-15 11:33:08 queue INFO 0 [152] -2014-12-15 11:33:08 queue INFO 4 [153] -2014-12-15 11:33:08 queue INFO 0 [154] -2014-12-15 11:33:09 queue INFO 4 [155] -2014-12-15 11:33:09 queue INFO 0 [156] -2014-12-15 11:33:10 queue INFO 4 [157] -2014-12-15 11:33:10 queue INFO 0 [158] -2014-12-15 11:33:10 queue INFO 4 [159] -2014-12-15 11:33:11 queue INFO 0 [160] -2014-12-15 11:33:11 queue INFO 4 [161] -2014-12-15 11:33:11 queue INFO 0 [162] -2014-12-15 11:33:12 queue INFO 4 [163] -2014-12-15 11:33:12 queue INFO 0 [164] -2014-12-15 11:33:12 queue INFO 4 [165] -2014-12-15 11:33:13 queue INFO 0 [166] -2014-12-15 11:33:13 queue INFO 4 [167] -2014-12-15 11:33:13 queue INFO 0 [168] -2014-12-15 11:33:14 queue INFO 4 [169] -2014-12-15 11:33:14 queue INFO 0 [170] -2014-12-15 11:33:14 queue INFO 4 [171] -2014-12-15 11:33:15 queue INFO 0 [172] -2014-12-15 11:33:15 queue INFO 4 [173] -2014-12-15 11:33:15 queue INFO 0 [174] -2014-12-15 11:33:15 queue INFO 4 [175] -2014-12-15 11:33:16 queue INFO 0 [176] -2014-12-15 11:33:16 queue INFO 4 [177] -2014-12-15 11:33:16 queue INFO 0 [178] -2014-12-15 11:33:17 queue INFO 4 [179] -2014-12-15 11:33:17 queue INFO 0 [180] -2014-12-15 11:33:17 queue INFO 4 [181] -2014-12-15 11:33:18 queue INFO 0 [182] -2014-12-15 11:33:18 queue INFO 4 [183] -2014-12-15 11:33:18 queue INFO 0 [184] -2014-12-15 11:33:19 queue INFO 4 [185] -2014-12-15 11:33:19 queue INFO 0 [186] -2014-12-15 11:33:19 queue INFO 4 [187] -2014-12-15 11:33:20 queue INFO 0 [188] -2014-12-15 11:33:20 queue INFO 4 [189] -2014-12-15 11:33:20 queue INFO 0 [190] -2014-12-15 11:33:21 queue INFO 4 [191] -2014-12-15 11:33:21 queue INFO 0 [192] -2014-12-15 11:33:21 queue INFO 4 [193] -2014-12-15 11:33:22 queue INFO 0 [194] -2014-12-15 11:33:22 queue INFO 4 [195] -2014-12-15 11:33:22 queue INFO 0 [196] -2014-12-15 11:33:23 queue INFO 4 [197] -2014-12-15 11:33:23 queue INFO 0 [198] -2014-12-15 11:33:23 queue INFO 4 [199] -2014-12-15 11:33:24 queue INFO 0 [200] -2014-12-15 11:33:24 queue INFO 4 [201] -2014-12-15 11:33:24 queue INFO 0 [202] -2014-12-15 11:33:25 queue INFO 4 [203] -2014-12-15 11:33:25 queue INFO 0 [204] -2014-12-15 11:33:25 queue INFO 4 [205] -2014-12-15 11:33:25 queue INFO 0 [206] -2014-12-15 11:33:26 queue INFO 4 [207] -2014-12-15 11:33:26 queue INFO 0 [208] -2014-12-15 11:33:26 queue INFO 4 [209] -2014-12-15 11:33:27 queue INFO 0 [210] -2014-12-15 11:33:27 queue INFO 4 [211] -2014-12-15 11:33:27 queue INFO 0 [212] -2014-12-15 11:33:28 queue INFO 4 [213] -2014-12-15 11:33:28 queue INFO 0 [214] -2014-12-15 11:33:28 queue INFO 4 [215] -2014-12-15 11:33:29 queue INFO 0 [216] -2014-12-15 11:33:29 queue INFO 4 [217] -2014-12-15 11:33:29 queue INFO 0 [218] -2014-12-15 11:33:30 queue INFO 4 [219] -2014-12-15 11:33:30 queue INFO 0 [220] -2014-12-15 11:33:30 queue INFO 4 [221] -2014-12-15 11:33:31 queue INFO 0 [222] -2014-12-15 11:33:31 queue INFO 4 [223] -2014-12-15 11:33:31 queue INFO 0 [224] -2014-12-15 11:33:32 queue INFO 4 [225] -2014-12-15 11:33:32 queue INFO 0 [226] -2014-12-15 11:33:32 queue INFO 4 [227] -2014-12-15 11:33:33 queue INFO 0 [228] -2014-12-15 11:33:33 queue INFO 4 [229] -2014-12-15 11:33:33 queue INFO 0 [230] -2014-12-15 11:33:34 queue INFO 4 [231] -2014-12-15 11:33:34 queue INFO 0 [232] -2014-12-15 11:33:34 queue INFO 4 [233] -2014-12-15 11:33:35 queue INFO 0 [234] -2014-12-15 11:33:35 queue INFO 4 [235] -2014-12-15 11:33:35 queue INFO 0 [236] -2014-12-15 11:33:36 queue INFO 4 [237] -2014-12-15 11:33:36 queue INFO 0 [238] -2014-12-15 11:33:36 queue INFO 4 [239] -2014-12-15 11:33:37 queue INFO 0 [240] -2014-12-15 11:33:37 queue INFO 4 [241] -2014-12-15 11:33:37 queue INFO 0 [242] -2014-12-15 11:33:38 queue INFO 4 [243] -2014-12-15 11:33:38 queue INFO 0 [244] -2014-12-15 11:33:38 queue INFO 4 [245] -2014-12-15 11:33:39 queue INFO 0 [246] -2014-12-15 11:33:39 queue INFO 4 [247] -2014-12-15 11:33:39 queue INFO 0 [248] -2014-12-15 11:33:40 queue INFO 4 [249] -2014-12-15 11:33:40 queue INFO 0 [250] -2014-12-15 11:33:40 queue INFO 4 [251] -2014-12-15 11:33:40 queue INFO 0 [252] -2014-12-15 11:33:41 queue INFO 4 [253] -2014-12-15 11:33:41 queue INFO 0 [254] -2014-12-15 11:33:41 queue INFO 4 [255] -2014-12-15 11:33:42 queue INFO 0 [256] -2014-12-15 11:33:42 queue INFO 4 [257] -2014-12-15 11:33:42 queue INFO 0 [258] -2014-12-15 11:33:43 queue INFO 4 [259] -2014-12-15 11:33:43 queue INFO 0 [260] -2014-12-15 11:33:43 queue INFO 4 [261] -2014-12-15 11:33:44 queue INFO 0 [262] -2014-12-15 11:33:44 queue INFO 4 [263] -2014-12-15 11:33:44 queue INFO 0 [264] -2014-12-15 11:33:45 queue INFO 4 [265] -2014-12-15 11:33:45 queue INFO 0 [266] -2014-12-15 11:33:45 queue INFO 4 [267] -2014-12-15 11:33:46 queue INFO 0 [268] -2014-12-15 11:33:46 queue INFO 4 [269] -2014-12-15 11:33:46 queue INFO 0 [270] -2014-12-15 11:33:47 queue INFO 4 [271] -2014-12-15 11:33:47 queue INFO 0 [272] -2014-12-15 11:33:47 queue INFO 4 [273] -2014-12-15 11:33:48 queue INFO 0 [274] -2014-12-15 11:33:48 queue INFO 4 [275] -2014-12-15 11:33:48 queue INFO 0 [276] -2014-12-15 11:33:49 queue INFO 4 [277] -2014-12-15 11:33:49 queue INFO 0 [278] -2014-12-15 11:33:49 queue INFO 4 [279] -2014-12-15 11:33:49 queue INFO 0 [280] -2014-12-15 11:33:50 queue INFO 4 [281] -2014-12-15 11:33:50 queue INFO 0 [282] -2014-12-15 11:33:50 queue INFO 4 [283] -2014-12-15 11:33:51 queue INFO 0 [284] -2014-12-15 11:33:51 queue INFO 4 [285] -2014-12-15 11:33:51 queue INFO 0 [286] -2014-12-15 11:33:52 queue INFO 4 [287] -2014-12-15 11:33:52 queue INFO 0 [288] -2014-12-15 11:33:52 queue INFO 4 [289] -2014-12-15 11:33:53 queue INFO 0 [290] -2014-12-15 11:33:53 queue INFO 4 [291] -2014-12-15 11:33:53 queue INFO 0 [292] -2014-12-15 11:33:54 queue INFO 4 [293] -2014-12-15 11:33:54 queue INFO 0 [294] -2014-12-15 11:33:54 queue INFO 4 [295] -2014-12-15 11:33:55 queue INFO 0 [296] -2014-12-15 11:33:55 queue INFO 4 [297] -2014-12-15 11:33:55 queue INFO 0 [298] -2014-12-15 11:33:56 queue INFO 4 [299] -2014-12-15 11:33:56 queue INFO 0 [300] -2014-12-15 11:33:56 queue INFO 4 [301] -2014-12-15 11:33:57 queue INFO 0 [302] -2014-12-15 11:33:57 queue INFO 4 [303] -2014-12-15 11:33:57 queue INFO 0 [304] -2014-12-15 11:33:58 queue INFO 4 [305] -2014-12-15 11:33:58 queue INFO 0 [306] -2014-12-15 11:33:58 queue INFO 4 [307] -2014-12-15 11:33:59 queue INFO 0 [308] -2014-12-15 11:33:59 queue INFO 4 [309] -2014-12-15 11:33:59 queue INFO 0 [310] -2014-12-15 11:34:00 queue INFO 4 [311] -2014-12-15 11:34:00 queue INFO 0 [312] -2014-12-15 11:34:00 queue INFO 4 [313] -2014-12-15 11:34:01 queue INFO 0 [314] -2014-12-15 11:34:01 queue INFO 4 [315] -2014-12-15 11:34:01 queue INFO 0 [316] -2014-12-15 11:34:02 queue INFO 4 [317] -2014-12-15 11:34:02 queue INFO 0 [318] -2014-12-15 11:34:02 queue INFO 4 [319] -2014-12-15 11:34:03 queue INFO 0 [320] -2014-12-15 11:34:03 queue INFO 4 [321] -2014-12-15 11:34:03 queue INFO 0 [322] -2014-12-15 11:34:04 queue INFO 4 [323] -2014-12-15 11:34:04 queue INFO 0 [324] -2014-12-15 11:34:04 queue INFO 4 [325] -2014-12-15 11:34:05 queue INFO 0 [326] -2014-12-15 11:34:05 queue INFO 4 [327] -2014-12-15 11:34:05 queue INFO 0 [328] -2014-12-15 11:34:06 queue INFO 4 [329] -2014-12-15 11:34:06 queue INFO 0 [330] -2014-12-15 11:34:06 queue INFO 4 [331] -2014-12-15 11:34:07 queue INFO 0 [332] -2014-12-15 11:34:07 queue INFO 4 [333] -2014-12-15 11:34:07 queue INFO 0 [334] -2014-12-15 11:34:08 queue INFO 4 [335] -2014-12-15 11:34:08 queue INFO 0 [336] -2014-12-15 11:34:09 queue INFO 4 [337] -2014-12-15 11:34:09 queue INFO 0 [338] -2014-12-15 11:34:09 queue INFO 4 [339] -2014-12-15 11:34:10 queue INFO 0 [340] -2014-12-15 11:34:10 queue INFO 4 [341] -2014-12-15 11:34:10 queue INFO 0 [342] -2014-12-15 11:34:11 queue INFO 4 [343] -2014-12-15 11:34:11 queue INFO 0 [344] -2014-12-15 11:34:11 queue INFO 4 [345] -2014-12-15 11:34:12 queue INFO 0 [346] -2014-12-15 11:34:12 queue INFO 4 [347] -2014-12-15 11:34:12 queue INFO 0 [348] -2014-12-15 11:34:13 queue INFO 4 [349] -2014-12-15 11:34:13 queue INFO 0 [350] -2014-12-15 11:34:13 queue INFO 4 [351] -2014-12-15 11:34:13 queue INFO 0 [352] -2014-12-15 11:34:14 queue INFO 4 [353] -2014-12-15 11:34:14 queue INFO 0 [354] -2014-12-15 11:34:14 queue INFO 4 [355] -2014-12-15 11:34:15 queue INFO 0 [356] -2014-12-15 11:34:15 queue INFO 4 [357] -2014-12-15 11:34:15 queue INFO 0 [358] -2014-12-15 11:34:16 queue INFO 4 [359] -2014-12-15 11:34:16 queue INFO 0 [360] -2014-12-15 11:34:16 queue INFO 4 [361] -2014-12-15 11:34:17 queue INFO 0 [362] -2014-12-15 11:34:17 queue INFO 4 [363] -2014-12-15 11:34:17 queue INFO 0 [364] -2014-12-15 11:34:18 queue INFO 4 [365] -2014-12-15 11:34:18 queue INFO 0 [366] -2014-12-15 11:34:18 queue INFO 4 [367] -2014-12-15 11:34:19 queue INFO 0 [368] -2014-12-15 11:34:19 queue INFO 4 [369] -2014-12-15 11:34:19 queue INFO 0 [370] -2014-12-15 11:34:20 queue INFO 4 [371] -2014-12-15 11:34:20 queue INFO 0 [372] -2014-12-15 11:34:20 queue INFO 4 [373] -2014-12-15 11:34:21 queue INFO 0 [374] -2014-12-15 11:34:21 queue INFO 4 [375] -2014-12-15 11:34:21 queue INFO 0 [376] -2014-12-15 11:34:22 queue INFO 4 [377] -2014-12-15 11:34:22 queue INFO 0 [378] -2014-12-15 11:34:22 queue INFO 4 [379] -2014-12-15 11:34:22 queue INFO 0 [380] -2014-12-15 11:34:23 queue INFO 4 [381] -2014-12-15 11:34:23 queue INFO 0 [382] -2014-12-15 11:34:23 queue INFO 4 [383] -2014-12-15 11:34:24 queue INFO 0 [384] -2014-12-15 11:34:24 queue INFO 4 [385] -2014-12-15 11:34:24 queue INFO 0 [386] -2014-12-15 11:34:25 queue INFO 4 [387] -2014-12-15 11:34:25 queue INFO 0 [388] -2014-12-15 11:34:26 queue INFO 4 [389] -2014-12-15 11:34:26 queue INFO 0 [390] -2014-12-15 11:34:27 queue INFO 4 [391] -2014-12-15 11:34:27 queue INFO 0 [392] -2014-12-15 11:34:27 queue INFO 4 [393] -2014-12-15 11:34:28 queue INFO 0 [394] -2014-12-15 11:34:28 queue INFO 4 [395] -2014-12-15 11:34:28 queue INFO 0 [396] -2014-12-15 11:34:28 queue INFO 4 [397] -2014-12-15 11:34:29 queue INFO 0 [398] -2014-12-15 11:34:29 queue INFO 4 [399] -2014-12-15 11:34:29 queue INFO 0 [400] -2014-12-15 11:34:30 queue INFO 4 [401] -2014-12-15 11:34:30 queue INFO 0 [402] -2014-12-15 11:34:30 queue INFO 4 [403] -2014-12-15 11:34:31 queue INFO 0 [404] -2014-12-15 11:34:31 queue INFO 4 [405] -2014-12-15 11:34:31 queue INFO 0 [406] -2014-12-15 11:34:32 queue INFO 4 [407] -2014-12-15 11:34:32 queue INFO 0 [408] -2014-12-15 11:34:32 queue INFO 4 [409] -2014-12-15 11:34:33 queue INFO 0 [410] -2014-12-15 11:34:33 queue INFO 4 [411] -2014-12-15 11:34:33 queue INFO 0 [412] -2014-12-15 11:34:34 queue INFO 4 [413] -2014-12-15 11:34:34 queue INFO 0 [414] -2014-12-15 11:34:34 queue INFO 4 [415] -2014-12-15 11:34:35 queue INFO 0 [416] -2014-12-15 11:34:35 queue INFO 4 [417] -2014-12-15 11:34:35 queue INFO 0 [418] -2014-12-15 11:34:36 queue INFO 4 [419] -2014-12-15 11:34:36 queue INFO 0 [420] -2014-12-15 11:34:36 queue INFO 4 [421] -2014-12-15 11:34:37 queue INFO 0 [422] -2014-12-15 11:34:37 queue INFO 4 [423] -2014-12-15 11:34:37 queue INFO 0 [424] -2014-12-15 11:34:37 queue INFO 4 [425] -2014-12-15 11:34:38 queue INFO 0 [426] -2014-12-15 11:34:38 queue INFO 4 [427] -2014-12-15 11:34:38 queue INFO 0 [428] -2014-12-15 11:34:39 queue INFO 4 [429] -2014-12-15 11:34:39 queue INFO 0 [430] -2014-12-15 11:34:39 queue INFO 4 [431] -2014-12-15 11:34:40 queue INFO 0 [432] -2014-12-15 11:34:40 queue INFO 4 [433] -2014-12-15 11:34:40 queue INFO 0 [434] -2014-12-15 11:34:41 queue INFO 4 [435] -2014-12-15 11:34:41 queue INFO 0 [436] -2014-12-15 11:34:41 queue INFO 4 [437] -2014-12-15 11:34:42 queue INFO 0 [438] -2014-12-15 11:34:42 queue INFO 4 [439] -2014-12-15 11:34:42 queue INFO 0 [440] -2014-12-15 11:34:43 queue INFO 4 [441] -2014-12-15 11:34:43 queue INFO 0 [442] -2014-12-15 11:34:43 queue INFO 4 [443] -2014-12-15 11:34:43 queue INFO 0 [444] -2014-12-15 11:34:44 queue INFO 4 [445] -2014-12-15 11:34:44 queue INFO 0 [446] -2014-12-15 11:34:44 queue INFO 4 [447] -2014-12-15 11:34:45 queue INFO 0 [448] -2014-12-15 11:34:45 queue INFO 4 [449] -2014-12-15 11:34:45 queue INFO 0 [450] -2014-12-15 11:34:46 queue INFO 4 [451] -2014-12-15 11:34:46 queue INFO 0 [452] -2014-12-15 11:34:46 queue INFO 4 [453] -2014-12-15 11:34:47 queue INFO 0 [454] -2014-12-15 11:34:47 queue INFO 4 [455] -2014-12-15 11:34:47 queue INFO 0 [456] -2014-12-15 11:34:48 queue INFO 4 [457] -2014-12-15 11:34:48 queue INFO 0 [458] -2014-12-15 11:34:48 queue INFO 4 [459] -2014-12-15 11:34:49 queue INFO 0 [460] -2014-12-15 11:34:49 queue INFO 4 [461] -2014-12-15 11:34:50 queue INFO 0 [462] -2014-12-15 11:34:50 queue INFO 4 [463] -2014-12-15 11:34:50 queue INFO 0 [464] -2014-12-15 11:34:51 queue INFO 4 [465] -2014-12-15 11:34:51 queue INFO 0 [466] -2014-12-15 11:34:51 queue INFO 4 [467] -2014-12-15 11:34:52 queue INFO 0 [468] -2014-12-15 11:34:52 queue INFO 4 [469] -2014-12-15 11:34:52 queue INFO 0 [470] -2014-12-15 11:34:53 queue INFO 4 [471] -2014-12-15 11:34:53 queue INFO 0 [472] -2014-12-15 11:34:53 queue INFO 4 [473] -2014-12-15 11:34:54 queue INFO 0 [474] -2014-12-15 11:34:54 queue INFO 4 [475] -2014-12-15 11:34:54 queue INFO 0 [476] -2014-12-15 11:34:54 queue INFO 4 [477] -2014-12-15 11:34:55 queue INFO 0 [478] -2014-12-15 11:34:55 queue INFO 4 [479] -2014-12-15 11:34:55 queue INFO 0 [480] -2014-12-15 11:34:56 queue INFO 4 [481] -2014-12-15 11:34:56 queue INFO 0 [482] -2014-12-15 11:34:56 queue INFO 4 [483] -2014-12-15 11:34:57 queue INFO 0 [484] -2014-12-15 11:34:57 queue INFO 4 [485] -2014-12-15 11:34:57 queue INFO 0 [486] -2014-12-15 11:34:58 queue INFO 4 [487] -2014-12-15 11:34:59 queue INFO 0 [488] -2014-12-15 11:34:59 queue INFO 4 [489] -2014-12-15 11:34:59 queue INFO 0 [490] -2014-12-15 11:35:00 queue INFO 4 [491] -2014-12-15 11:35:00 queue INFO 0 [492] -2014-12-15 11:35:00 queue INFO 4 [493] -2014-12-15 11:35:01 queue INFO 0 [494] -2014-12-15 11:35:01 queue INFO 4 [495] -2014-12-15 11:35:01 queue INFO 0 [496] -2014-12-15 11:35:02 queue INFO 4 [497] -2014-12-15 11:35:02 queue INFO 0 [498] -2014-12-15 11:35:02 queue INFO 4 [499] -2014-12-15 11:35:03 queue INFO 0 [500] -2014-12-15 11:35:03 queue INFO 4 [501] -2014-12-15 11:35:03 queue INFO 0 [502] -2014-12-15 11:35:04 queue INFO 4 [503] -2014-12-15 11:35:04 queue INFO 0 [504] -2014-12-15 11:35:04 queue INFO 4 [505] -2014-12-15 11:35:05 queue INFO 0 [506] -2014-12-15 11:35:05 queue INFO 4 [507] -2014-12-15 11:35:05 queue INFO 0 [508] -2014-12-15 11:35:06 queue INFO 4 [509] -2014-12-15 11:35:06 queue INFO 0 [510] -2014-12-15 11:35:06 queue INFO 4 [511] -2014-12-15 11:35:07 queue INFO 0 [512] -2014-12-15 11:35:07 queue INFO 4 [513] -2014-12-15 11:35:07 queue INFO 0 [514] -2014-12-15 11:35:08 queue INFO 4 [515] -2014-12-15 11:35:08 queue INFO 0 [516] -2014-12-15 11:35:08 queue INFO 4 [517] -2014-12-15 11:35:09 queue INFO 0 [518] -2014-12-15 11:35:09 queue INFO 4 [519] -2014-12-15 11:35:09 queue INFO 0 [520] -2014-12-15 11:35:10 queue INFO 4 [521] -2014-12-15 11:35:10 queue INFO 0 [522] -2014-12-15 11:35:10 queue INFO 4 [523] -2014-12-15 11:35:11 queue INFO 0 [524] -2014-12-15 11:35:11 queue INFO 4 [525] -2014-12-15 11:35:11 queue INFO 0 [526] -2014-12-15 11:35:12 queue INFO 4 [527] -2014-12-15 11:35:12 queue INFO 0 [528] -2014-12-15 11:35:12 queue INFO 4 [529] -2014-12-15 11:35:13 queue INFO 0 [530] -2014-12-15 11:35:13 queue INFO 4 [531] -2014-12-15 11:35:13 queue INFO 0 [532] -2014-12-15 11:35:14 queue INFO 4 [533] -2014-12-15 11:35:14 queue INFO 0 [534] -2014-12-15 11:35:14 queue INFO 4 [535] -2014-12-15 11:35:15 queue INFO 0 [536] -2014-12-15 11:35:15 queue INFO 4 [537] -2014-12-15 11:35:16 queue INFO 0 [538] -2014-12-15 11:35:16 queue INFO 4 [539] -2014-12-15 11:35:16 queue INFO 0 [540] -2014-12-15 11:35:17 queue INFO 4 [541] -2014-12-15 11:35:17 queue INFO 0 [542] -2014-12-15 11:35:17 queue INFO 4 [543] -2014-12-15 11:35:18 queue INFO 0 [544] -2014-12-15 11:35:18 queue INFO 4 [545] -2014-12-15 11:35:18 queue INFO 0 [546] -2014-12-15 11:35:19 queue INFO 4 [547] -2014-12-15 11:35:19 queue INFO 0 [548] -2014-12-15 11:35:19 queue INFO 4 [549] -2014-12-15 11:35:19 queue INFO 0 [550] -2014-12-15 11:35:20 queue INFO 4 [551] -2014-12-15 11:35:20 queue INFO 0 [552] -2014-12-15 11:35:20 queue INFO 4 [553] -2014-12-15 11:35:21 queue INFO 0 [554] -2014-12-15 11:35:21 queue INFO 4 [555] -2014-12-15 11:35:21 queue INFO 0 [556] -2014-12-15 11:35:22 queue INFO 4 [557] -2014-12-15 11:35:22 queue INFO 0 [558] -2014-12-15 11:35:22 queue INFO 4 [559] -2014-12-15 11:35:23 queue INFO 0 [560] -2014-12-15 11:35:23 queue INFO 4 [561] -2014-12-15 11:35:23 queue INFO 0 [562] -2014-12-15 11:35:24 queue INFO 4 [563] -2014-12-15 11:35:24 queue INFO 0 [564] -2014-12-15 11:35:24 queue INFO 4 [565] -2014-12-15 11:35:25 queue INFO 0 [566] -2014-12-15 11:35:25 queue INFO 4 [567] -2014-12-15 11:35:25 queue INFO 0 [568] -2014-12-15 11:35:26 queue INFO 4 [569] -2014-12-15 11:35:26 queue INFO 0 [570] -2014-12-15 11:35:26 queue INFO 4 [571] -2014-12-15 11:35:27 queue INFO 0 [572] -2014-12-15 11:35:27 queue INFO 4 [573] -2014-12-15 11:35:27 queue INFO 0 [574] -2014-12-15 11:35:28 queue INFO 4 [575] -2014-12-15 11:35:28 queue INFO 0 [576] -2014-12-15 11:35:28 queue INFO 4 [577] -2014-12-15 11:35:29 queue INFO 0 [578] -2014-12-15 11:35:29 queue INFO 4 [579] -2014-12-15 11:35:29 queue INFO 0 [580] -2014-12-15 11:35:30 queue INFO 4 [581] -2014-12-15 11:35:30 queue INFO 0 [582] -2014-12-15 11:35:30 queue INFO 4 [583] -2014-12-15 11:35:31 queue INFO 0 [584] -2014-12-15 11:35:31 queue INFO 4 [585] -2014-12-15 11:35:31 queue INFO 0 [586] -2014-12-15 11:35:32 queue INFO 4 [587] -2014-12-15 11:35:32 queue INFO 0 [588] -2014-12-15 11:35:32 queue INFO 4 [589] -2014-12-15 11:35:32 queue INFO 0 [590] -2014-12-15 11:35:33 queue INFO 4 [591] -2014-12-15 11:35:33 queue INFO 0 [592] -2014-12-15 11:35:33 queue INFO 4 [593] -2014-12-15 11:35:34 queue INFO 0 [594] -2014-12-15 11:35:34 queue INFO 4 [595] -2014-12-15 11:35:34 queue INFO 0 [596] -2014-12-15 11:35:35 queue INFO 4 [597] -2014-12-15 11:35:35 queue INFO 0 [598] -2014-12-15 11:35:35 queue INFO 4 [599] -2014-12-15 11:35:36 queue INFO 0 [600] -2014-12-15 11:35:36 queue INFO 4 [601] -2014-12-15 11:35:36 queue INFO 0 [602] -2014-12-15 11:35:37 queue INFO 4 [603] -2014-12-15 11:35:37 queue INFO 0 [604] -2014-12-15 11:35:37 queue INFO 4 [605] -2014-12-15 11:35:38 queue INFO 0 [606] -2014-12-15 11:35:38 queue INFO 4 [607] -2014-12-15 11:35:38 queue INFO 0 [608] -2014-12-15 11:35:39 queue INFO 4 [609] -2014-12-15 11:35:39 queue INFO 0 [610] -2014-12-15 11:35:39 queue INFO 4 [611] -2014-12-15 11:35:40 queue INFO 0 [612] -2014-12-15 11:35:40 queue INFO 4 [613] -2014-12-15 11:35:40 queue INFO 0 [614] -2014-12-15 11:35:41 queue INFO 4 [615] -2014-12-15 11:35:41 queue INFO 0 [616] -2014-12-15 11:35:41 queue INFO 4 [617] -2014-12-15 11:35:42 queue INFO 0 [618] -2014-12-15 11:35:42 queue INFO 4 [619] -2014-12-15 11:35:42 queue INFO 0 [620] -2014-12-15 11:35:43 queue INFO 4 [621] -2014-12-15 11:35:43 queue INFO 0 [622] -2014-12-15 11:35:43 queue INFO 4 [623] -2014-12-15 11:35:44 queue INFO 0 [624] -2014-12-15 11:35:44 queue INFO 4 [625] -2014-12-15 11:35:44 queue INFO 0 [626] -2014-12-15 11:35:45 queue INFO 4 [627] -2014-12-15 11:35:45 queue INFO 0 [628] -2014-12-15 11:35:45 queue INFO 4 [629] -2014-12-15 11:35:46 queue INFO 0 [630] -2014-12-15 11:35:46 queue INFO 4 [631] -2014-12-15 11:35:46 queue INFO 0 [632] -2014-12-15 11:35:47 queue INFO 4 [633] -2014-12-15 11:35:47 queue INFO 0 [634] -2014-12-15 11:35:47 queue INFO 4 [635] -2014-12-15 11:35:48 queue INFO 0 [636] -2014-12-15 11:35:48 queue INFO 4 [637] -2014-12-15 11:35:48 queue INFO 0 [638] -2014-12-15 11:35:49 queue INFO 4 [639] -2014-12-15 11:35:49 queue INFO 0 [640] -2014-12-15 11:35:49 queue INFO 4 [641] -2014-12-15 11:35:50 queue INFO 0 [642] -2014-12-15 11:35:50 queue INFO 4 [643] -2014-12-15 11:35:50 queue INFO 0 [644] -2014-12-15 11:35:51 queue INFO 4 [645] -2014-12-15 11:35:51 queue INFO 0 [646] -2014-12-15 11:35:51 queue INFO 4 [647] -2014-12-15 11:35:52 queue INFO 0 [648] -2014-12-15 11:35:52 queue INFO 4 [649] -2014-12-15 11:35:52 queue INFO 0 [650] -2014-12-15 11:35:53 queue INFO 4 [651] -2014-12-15 11:35:53 queue INFO 0 [652] -2014-12-15 11:35:53 queue INFO 4 [653] -2014-12-15 11:35:54 queue INFO 0 [654] -2014-12-15 11:35:54 queue INFO 4 [655] -2014-12-15 11:35:54 queue INFO 0 [656] -2014-12-15 11:35:55 queue INFO 4 [657] -2014-12-15 11:35:55 queue INFO 0 [658] -2014-12-15 11:35:55 queue INFO 4 [659] -2014-12-15 11:35:56 queue INFO 0 [660] -2014-12-15 11:35:56 queue INFO 4 [661] -2014-12-15 11:35:56 queue INFO 0 [662] -2014-12-15 11:35:57 queue INFO 4 [663] -2014-12-15 11:35:57 queue INFO 0 [664] -2014-12-15 11:35:57 queue INFO 4 [665] -2014-12-15 11:35:57 queue INFO 0 [666] -2014-12-15 11:35:58 queue INFO 4 [667] -2014-12-15 11:35:58 queue INFO 0 [668] -2014-12-15 11:35:58 queue INFO 4 [669] -2014-12-15 11:35:59 queue INFO 0 [670] -2014-12-15 11:35:59 queue INFO 4 [671] -2014-12-15 11:35:59 queue INFO 0 [672] -2014-12-15 11:36:00 queue INFO 4 [673] -2014-12-15 11:36:00 queue INFO 0 [674] -2014-12-15 11:36:00 queue INFO 4 [675] -2014-12-15 11:36:01 queue INFO 0 [676] -2014-12-15 11:36:01 queue INFO 4 [677] -2014-12-15 11:36:01 queue INFO 0 [678] -2014-12-15 11:36:02 queue INFO 4 [679] -2014-12-15 11:36:02 queue INFO 0 [680] -2014-12-15 11:36:02 queue INFO 4 [681] -2014-12-15 11:36:03 queue INFO 0 [682] -2014-12-15 11:36:03 queue INFO 4 [683] -2014-12-15 11:36:03 queue INFO 0 [684] -2014-12-15 11:36:04 queue INFO 4 [685] -2014-12-15 11:36:04 queue INFO 0 [686] -2014-12-15 11:36:04 queue INFO 4 [687] -2014-12-15 11:36:05 queue INFO 0 [688] -2014-12-15 11:36:05 queue INFO 4 [689] -2014-12-15 11:36:05 queue INFO 0 [690] -2014-12-15 11:36:06 queue INFO 4 [691] -2014-12-15 11:36:06 queue INFO 0 [692] -2014-12-15 11:36:06 queue INFO 4 [693] -2014-12-15 11:36:07 queue INFO 0 [694] -2014-12-15 11:36:07 queue INFO 4 [695] -2014-12-15 11:36:07 queue INFO 0 [696] -2014-12-15 11:36:08 queue INFO 4 [697] -2014-12-15 11:36:08 queue INFO 0 [698] -2014-12-15 11:36:08 queue INFO 4 [699] -2014-12-15 11:36:09 queue INFO 0 [700] -2014-12-15 11:36:09 queue INFO 4 [701] -2014-12-15 11:36:09 queue INFO 0 [702] -2014-12-15 11:36:10 queue INFO 4 [703] -2014-12-15 11:36:10 queue INFO 0 [704] -2014-12-15 11:36:10 queue INFO 4 [705] -2014-12-15 11:36:11 queue INFO 0 [706] -2014-12-15 11:36:11 queue INFO 4 [707] -2014-12-15 11:36:11 queue INFO 0 [708] -2014-12-15 11:36:12 queue INFO 4 [709] -2014-12-15 11:36:12 queue INFO 0 [710] -2014-12-15 11:36:13 queue INFO 4 [711] -2014-12-15 11:36:13 queue INFO 0 [712] -2014-12-15 11:36:13 queue INFO 4 [713] -2014-12-15 11:36:13 queue INFO 0 [714] -2014-12-15 11:36:14 queue INFO 4 [715] -2014-12-15 11:36:14 queue INFO 0 [716] -2014-12-15 11:36:14 queue INFO 4 [717] -2014-12-15 11:36:15 queue INFO 0 [718] -2014-12-15 11:36:15 queue INFO 4 [719] -2014-12-15 11:36:15 queue INFO 0 [720] -2014-12-15 11:36:16 queue INFO 4 [721] -2014-12-15 11:36:16 queue INFO 0 [722] -2014-12-15 11:36:16 queue INFO 4 [723] -2014-12-15 11:36:17 queue INFO 0 [724] -2014-12-15 11:36:17 queue INFO 4 [725] -2014-12-15 11:36:17 queue INFO 0 [726] -2014-12-15 11:36:18 queue INFO 4 [727] -2014-12-15 11:36:18 queue INFO 0 [728] -2014-12-15 11:36:18 queue INFO 4 [729] -2014-12-15 11:36:19 queue INFO 0 [730] -2014-12-15 11:36:19 queue INFO 4 [731] -2014-12-15 11:36:19 queue INFO 0 [732] -2014-12-15 11:36:20 queue INFO 4 [733] -2014-12-15 11:36:20 queue INFO 0 [734] -2014-12-15 11:36:20 queue INFO 4 [735] -2014-12-15 11:36:21 queue INFO 0 [736] -2014-12-15 11:36:21 queue INFO 4 [737] -2014-12-15 11:36:21 queue INFO 0 [738] -2014-12-15 11:36:22 queue INFO 4 [739] -2014-12-15 11:36:22 queue INFO 0 [740] -2014-12-15 11:36:22 queue INFO 4 [741] -2014-12-15 11:36:23 queue INFO 0 [742] -2014-12-15 11:36:23 queue INFO 4 [743] -2014-12-15 11:36:23 queue INFO 0 [744] -2014-12-15 11:36:24 queue INFO 4 [745] -2014-12-15 11:36:24 queue INFO 0 [746] -2014-12-15 11:36:24 queue INFO 4 [747] -2014-12-15 11:36:25 queue INFO 0 [748] -2014-12-15 11:36:25 queue INFO 4 [749] -2014-12-15 11:36:25 queue INFO 0 [750] -2014-12-15 11:36:26 queue INFO 4 [751] -2014-12-15 11:36:26 queue INFO 0 [752] -2014-12-15 11:36:26 queue INFO 4 [753] -2014-12-15 11:36:27 queue INFO 0 [754] -2014-12-15 11:36:27 queue INFO 4 [755] -2014-12-15 11:36:27 queue INFO 0 [756] -2014-12-15 11:36:28 queue INFO 4 [757] -2014-12-15 11:36:28 queue INFO 0 [758] -2014-12-15 11:36:28 queue INFO 4 [759] -2014-12-15 11:36:29 queue INFO 0 [760] -2014-12-15 11:36:29 queue INFO 4 [761] -2014-12-15 11:36:29 queue INFO 0 [762] -2014-12-15 11:36:30 queue INFO 4 [763] -2014-12-15 11:36:30 queue INFO 0 [764] -2014-12-15 11:36:30 queue INFO 4 [765] -2014-12-15 11:36:31 queue INFO 0 [766] -2014-12-15 11:36:31 queue INFO 4 [767] -2014-12-15 11:36:31 queue INFO 0 [768] -2014-12-15 11:36:32 queue INFO 4 [769] -2014-12-15 11:36:32 queue INFO 0 [770] -2014-12-15 11:36:32 queue INFO 4 [771] -2014-12-15 11:36:33 queue INFO 0 [772] -2014-12-15 11:36:33 queue INFO 4 [773] -2014-12-15 11:36:33 queue INFO 0 [774] -2014-12-15 11:36:34 queue INFO 4 [775] -2014-12-15 11:36:34 queue INFO 0 [776] -2014-12-15 11:36:34 queue INFO 4 [777] -2014-12-15 11:36:35 queue INFO 0 [778] -2014-12-15 11:36:35 queue INFO 4 [779] -2014-12-15 11:36:35 queue INFO 0 [780] -2014-12-15 11:36:36 queue INFO 4 [781] -2014-12-15 11:36:36 queue INFO 0 [782] -2014-12-15 11:36:36 queue INFO 4 [783] -2014-12-15 11:36:37 queue INFO 0 [784] -2014-12-15 11:36:37 queue INFO 4 [785] -2014-12-15 11:36:37 queue INFO 0 [786] -2014-12-15 11:36:38 queue INFO 4 [787] -2014-12-15 11:36:38 queue INFO 0 [788] -2014-12-15 11:36:38 queue INFO 4 [789] -2014-12-15 11:36:39 queue INFO 0 [790] -2014-12-15 11:36:39 queue INFO 4 [791] -2014-12-15 11:36:39 queue INFO 0 [792] -2014-12-15 11:36:40 queue INFO 4 [793] -2014-12-15 11:36:40 queue INFO 0 [794] -2014-12-15 11:36:40 queue INFO 4 [795] -2014-12-15 11:36:41 queue INFO 0 [796] -2014-12-15 11:36:41 queue INFO 4 [797] -2014-12-15 11:36:41 queue INFO 0 [798] -2014-12-15 11:36:42 queue INFO 4 [799] -2014-12-15 11:36:42 queue INFO 0 [800] -2014-12-15 11:36:42 queue INFO 4 [801] -2014-12-15 11:36:43 queue INFO 0 [802] -2014-12-15 11:36:43 queue INFO 4 [803] -2014-12-15 11:36:43 queue INFO 0 [804] -2014-12-15 11:36:44 queue INFO 4 [805] -2014-12-15 11:36:44 queue INFO 0 [806] -2014-12-15 11:36:44 queue INFO 4 [807] -2014-12-15 11:36:45 queue INFO 0 [808] -2014-12-15 11:36:45 queue INFO 4 [809] -2014-12-15 11:36:45 queue INFO 0 [810] -2014-12-15 11:36:46 queue INFO 4 [811] -2014-12-15 11:36:46 queue INFO 0 [812] -2014-12-15 11:36:46 queue INFO 4 [813] -2014-12-15 11:36:47 queue INFO 0 [814] -2014-12-15 11:36:47 queue INFO 4 [815] -2014-12-15 11:36:47 queue INFO 0 [816] -2014-12-15 11:36:48 queue INFO 4 [817] -2014-12-15 11:36:48 queue INFO 0 [818] -2014-12-15 11:36:48 queue INFO 4 [819] -2014-12-15 11:36:49 queue INFO 0 [820] -2014-12-15 11:36:49 queue INFO 4 [821] -2014-12-15 11:36:49 queue INFO 0 [822] -2014-12-15 11:36:49 queue INFO 4 [823] -2014-12-15 11:36:50 queue INFO 0 [824] -2014-12-15 11:36:50 queue INFO 4 [825] -2014-12-15 11:36:50 queue INFO 0 [826] -2014-12-15 11:36:51 queue INFO 4 [827] -2014-12-15 11:36:51 queue INFO 0 [828] -2014-12-15 11:36:51 queue INFO 4 [829] -2014-12-15 11:36:52 queue INFO 0 [830] -2014-12-15 11:36:52 queue INFO 4 [831] -2014-12-15 11:36:52 queue INFO 0 [832] -2014-12-15 11:36:53 queue INFO 4 [833] -2014-12-15 11:36:53 queue INFO 0 [834] -2014-12-15 11:36:53 queue INFO 4 [835] -2014-12-15 11:36:54 queue INFO 0 [836] -2014-12-15 11:36:54 queue INFO 4 [837] -2014-12-15 11:36:54 queue INFO 0 [838] -2014-12-15 11:36:55 queue INFO 4 [839] -2014-12-15 11:36:55 queue INFO 0 [840] -2014-12-15 11:36:55 queue INFO 4 [841] -2014-12-15 11:36:56 queue INFO 0 [842] -2014-12-15 11:36:56 queue INFO 4 [843] -2014-12-15 11:36:56 queue INFO 0 [844] -2014-12-15 11:36:57 queue INFO 4 [845] -2014-12-15 11:36:57 queue INFO 0 [846] -2014-12-15 11:36:57 queue INFO 4 [847] -2014-12-15 11:36:58 queue INFO 0 [848] -2014-12-15 11:36:58 queue INFO 4 [849] -2014-12-15 11:36:59 queue INFO 0 [850] -2014-12-15 11:36:59 queue INFO 4 [851] -2014-12-15 11:36:59 queue INFO 0 [852] -2014-12-15 11:37:00 queue INFO 4 [853] -2014-12-15 11:37:00 queue INFO 0 [854] -2014-12-15 11:37:00 queue INFO 4 [855] -2014-12-15 11:37:01 queue INFO 0 [856] -2014-12-15 11:37:01 queue INFO 4 [857] -2014-12-15 11:37:01 queue INFO 0 [858] -2014-12-15 11:37:02 queue INFO 4 [859] -2014-12-15 11:37:02 queue INFO 0 [860] -2014-12-15 11:37:03 queue INFO 4 [861] -2014-12-15 11:37:03 queue INFO 0 [862] -2014-12-15 11:37:03 queue INFO 4 [863] -2014-12-15 11:37:04 queue INFO 0 [864] -2014-12-15 11:37:04 queue INFO 4 [865] -2014-12-15 11:37:04 queue INFO 0 [866] -2014-12-15 11:37:04 queue INFO 4 [867] -2014-12-15 11:37:05 queue INFO 0 [868] -2014-12-15 11:37:05 queue INFO 4 [869] -2014-12-15 11:37:05 queue INFO 0 [870] -2014-12-15 11:37:06 queue INFO 4 [871] -2014-12-15 11:37:06 queue INFO 0 [872] -2014-12-15 11:37:06 queue INFO 4 [873] -2014-12-15 11:37:07 queue INFO 0 [874] -2014-12-15 11:37:07 queue INFO 4 [875] -2014-12-15 11:37:07 queue INFO 0 [876] -2014-12-15 11:37:08 queue INFO 4 [877] -2014-12-15 11:37:08 queue INFO 0 [878] -2014-12-15 11:37:08 queue INFO 4 [879] -2014-12-15 11:37:09 queue INFO 0 [880] -2014-12-15 11:37:09 queue INFO 4 [881] -2014-12-15 11:37:09 queue INFO 0 [882] -2014-12-15 11:37:10 queue INFO 4 [883] -2014-12-15 11:37:10 queue INFO 0 [884] -2014-12-15 11:37:10 queue INFO 4 [885] -2014-12-15 11:37:11 queue INFO 0 [886] -2014-12-15 11:37:11 queue INFO 4 [887] -2014-12-15 11:37:11 queue INFO 0 [888] -2014-12-15 11:37:12 queue INFO 4 [889] -2014-12-15 11:37:12 queue INFO 0 [890] -2014-12-15 11:37:12 queue INFO 4 [891] -2014-12-15 11:37:12 queue INFO 0 [892] -2014-12-15 11:37:13 queue INFO 4 [893] -2014-12-15 11:37:13 queue INFO 0 [894] -2014-12-15 11:37:13 queue INFO 4 [895] -2014-12-15 11:37:14 queue INFO 0 [896] -2014-12-15 11:37:14 queue INFO 4 [897] -2014-12-15 11:37:14 queue INFO 0 [898] -2014-12-15 11:37:15 queue INFO 4 [899] -2014-12-15 11:37:15 queue INFO 0 [900] -2014-12-15 11:37:15 queue INFO 4 [901] -2014-12-15 11:37:16 queue INFO 0 [902] -2014-12-15 11:37:16 queue INFO 4 [903] -2014-12-15 11:37:16 queue INFO 0 [904] -2014-12-15 11:37:17 queue INFO 4 [905] -2014-12-15 11:37:17 queue INFO 0 [906] -2014-12-15 11:37:17 queue INFO 4 [907] -2014-12-15 11:37:17 queue INFO 0 [908] -2014-12-15 11:37:18 queue INFO 4 [909] -2014-12-15 11:37:18 queue INFO 0 [910] -2014-12-15 11:37:18 queue INFO 4 [911] -2014-12-15 11:37:19 queue INFO 0 [912] -2014-12-15 11:37:19 queue INFO 4 [913] -2014-12-15 11:37:19 queue INFO 0 [914] -2014-12-15 11:37:20 queue INFO 4 [915] -2014-12-15 11:37:20 queue INFO 0 [916] -2014-12-15 11:37:20 queue INFO 4 [917] -2014-12-15 11:37:21 queue INFO 0 [918] -2014-12-15 11:37:21 queue INFO 4 [919] -2014-12-15 11:37:21 queue INFO 0 [920] -2014-12-15 11:37:22 queue INFO 4 [921] -2014-12-15 11:37:22 queue INFO 0 [922] -2014-12-15 11:37:22 queue INFO 4 [923] -2014-12-15 11:37:23 queue INFO 0 [924] -2014-12-15 11:37:23 queue INFO 4 [925] -2014-12-15 11:37:23 queue INFO 0 [926] -2014-12-15 11:37:24 queue INFO 4 [927] -2014-12-15 11:37:24 queue INFO 0 [928] -2014-12-15 11:37:24 queue INFO 4 [929] -2014-12-15 11:37:25 queue INFO 0 [930] -2014-12-15 11:37:25 queue INFO 4 [931] -2014-12-15 11:37:25 queue INFO 0 [932] -2014-12-15 11:37:26 queue INFO 4 [933] -2014-12-15 11:37:26 queue INFO 0 [934] -2014-12-15 11:37:27 queue INFO 4 [935] -2014-12-15 11:37:27 queue INFO 0 [936] -2014-12-15 11:37:27 queue INFO 4 [937] -2014-12-15 11:37:28 queue INFO 0 [938] -2014-12-15 11:37:28 queue INFO 4 [939] -2014-12-15 11:37:28 queue INFO 0 [940] -2014-12-15 11:37:29 queue INFO 4 [941] -2014-12-15 11:37:29 queue INFO 0 [942] -2014-12-15 11:37:29 queue INFO 4 [943] -2014-12-15 11:37:29 queue INFO 0 [944] -2014-12-15 11:37:30 queue INFO 4 [945] -2014-12-15 11:37:30 queue INFO 0 [946] -2014-12-15 11:37:31 queue INFO 4 [947] -2014-12-15 11:37:31 queue INFO 0 [948] -2014-12-15 11:37:31 queue INFO 4 [949] -2014-12-15 11:37:32 queue INFO 0 [950] -2014-12-15 11:37:32 queue INFO 4 [951] -2014-12-15 11:37:32 queue INFO 0 [952] -2014-12-15 11:37:33 queue INFO 4 [953] -2014-12-15 11:37:33 queue INFO 0 [954] -2014-12-15 11:37:33 queue INFO 4 [955] -2014-12-15 11:37:33 queue INFO 0 [956] -2014-12-15 11:37:34 queue INFO 4 [957] -2014-12-15 11:37:34 queue INFO 0 [958] -2014-12-15 11:37:34 queue INFO 4 [959] -2014-12-15 11:37:35 queue INFO 0 [960] -2014-12-15 11:37:35 queue INFO 4 [961] -2014-12-15 11:37:35 queue INFO 0 [962] -2014-12-15 11:37:36 queue INFO 4 [963] -2014-12-15 11:37:36 queue INFO 0 [964] -2014-12-15 11:37:36 queue INFO 4 [965] -2014-12-15 11:37:37 queue INFO 0 [966] -2014-12-15 11:37:37 queue INFO 4 [967] -2014-12-15 11:37:37 queue INFO 0 [968] -2014-12-15 11:37:38 queue INFO 4 [969] -2014-12-15 11:37:38 queue INFO 0 [970] -2014-12-15 11:37:38 queue INFO 4 [971] -2014-12-15 11:37:39 queue INFO 0 [972] -2014-12-15 11:37:39 queue INFO 4 [973] -2014-12-15 11:37:39 queue INFO 0 [974] -2014-12-15 11:37:40 queue INFO 4 [975] -2014-12-15 11:37:40 queue INFO 0 [976] -2014-12-15 11:37:40 queue INFO 4 [977] -2014-12-15 11:37:41 queue INFO 0 [978] -2014-12-15 11:37:41 queue INFO 4 [979] -2014-12-15 11:37:41 queue INFO 0 [980] -2014-12-15 11:37:42 queue INFO 4 [981] -2014-12-15 11:37:42 queue INFO 0 [982] -2014-12-15 11:37:42 queue INFO 4 [983] -2014-12-15 11:37:43 queue INFO 0 [984] -2014-12-15 11:37:43 queue INFO 4 [985] -2014-12-15 11:37:43 queue INFO 0 [986] -2014-12-15 11:37:44 queue INFO 4 [987] -2014-12-15 11:37:44 queue INFO 0 [988] -2014-12-15 11:37:44 queue INFO 4 [989] -2014-12-15 11:37:45 queue INFO 0 [990] -2014-12-15 11:37:45 queue INFO 4 [991] -2014-12-15 11:37:45 queue INFO 0 [992] -2014-12-15 11:37:46 queue INFO 4 [993] -2014-12-15 11:37:46 queue INFO 0 [994] -2014-12-15 11:37:46 queue INFO 4 [995] -2014-12-15 11:37:47 queue INFO 0 [996] -2014-12-15 11:37:47 queue INFO 4 [997] -2014-12-15 11:37:47 queue INFO 0 [998] -2014-12-15 11:37:48 queue INFO 4 [999] -2014-12-15 11:37:48 queue INFO 0 [0] -2014-12-15 11:37:48 queue INFO 4 [1] -2014-12-15 11:37:49 queue INFO 0 [2] -2014-12-15 11:37:49 queue INFO 4 [3] -2014-12-15 11:37:49 queue INFO 0 [4] -2014-12-15 11:37:50 queue INFO 4 [5] -2014-12-15 11:37:50 queue INFO 0 [6] -2014-12-15 11:37:50 queue INFO 4 [7] -2014-12-15 11:37:51 queue INFO 0 [8] -2014-12-15 11:37:51 queue INFO 4 [9] -2014-12-15 11:37:51 queue INFO 0 [10] -2014-12-15 11:37:52 queue INFO 4 [11] -2014-12-15 11:37:52 queue INFO 0 [12] -2014-12-15 11:37:52 queue INFO 4 [13] -2014-12-15 11:37:53 queue INFO 0 [14] -2014-12-15 11:37:53 queue INFO 4 [15] -2014-12-15 11:37:53 queue INFO 0 [16] -2014-12-15 11:37:54 queue INFO 4 [17] -2014-12-15 11:37:54 queue INFO 0 [18] -2014-12-15 11:37:54 queue INFO 4 [19] -2014-12-15 11:37:55 queue INFO 0 [20] -2014-12-15 11:37:55 queue INFO 4 [21] -2014-12-15 11:37:55 queue INFO 0 [22] -2014-12-15 11:37:56 queue INFO 4 [23] -2014-12-15 11:37:56 queue INFO 0 [24] -2014-12-15 11:37:56 queue INFO 4 [25] -2014-12-15 11:37:57 queue INFO 0 [26] -2014-12-15 11:37:57 queue INFO 4 [27] -2014-12-15 11:37:57 queue INFO 0 [28] -2014-12-15 11:37:58 queue INFO 4 [29] -2014-12-15 11:37:58 queue INFO 0 [30] -2014-12-15 11:37:58 queue INFO 4 [31] -2014-12-15 11:37:59 queue INFO 0 [32] -2014-12-15 11:37:59 queue INFO 4 [33] -2014-12-15 11:37:59 queue INFO 0 [34] -2014-12-15 11:38:00 queue INFO 4 [35] -2014-12-15 11:38:00 queue INFO 0 [36] -2014-12-15 11:38:00 queue INFO 4 [37] -2014-12-15 11:38:01 queue INFO 0 [38] -2014-12-15 11:38:01 queue INFO 4 [39] -2014-12-15 11:38:01 queue INFO 0 [40] -2014-12-15 11:38:02 queue INFO 4 [41] -2014-12-15 11:38:02 queue INFO 0 [42] -2014-12-15 11:38:02 queue INFO 4 [43] -2014-12-15 11:38:02 queue INFO 0 [44] -2014-12-15 11:38:03 queue INFO 4 [45] -2014-12-15 11:38:03 queue INFO 0 [46] -2014-12-15 11:38:03 queue INFO 4 [47] -2014-12-15 11:38:04 queue INFO 0 [48] -2014-12-15 11:38:04 queue INFO 4 [49] -2014-12-15 11:38:04 queue INFO 0 [50] -2014-12-15 11:38:05 queue INFO 4 [51] -2014-12-15 11:38:05 queue INFO 0 [52] -2014-12-15 11:38:05 queue INFO 4 [53] -2014-12-15 11:38:06 queue INFO 0 [54] -2014-12-15 11:38:06 queue INFO 4 [55] -2014-12-15 11:38:06 queue INFO 0 [56] -2014-12-15 11:38:07 queue INFO 4 [57] -2014-12-15 11:38:07 queue INFO 0 [58] -2014-12-15 11:38:07 queue INFO 4 [59] -2014-12-15 11:38:08 queue INFO 0 [60] -2014-12-15 11:38:08 queue INFO 4 [61] -2014-12-15 11:38:08 queue INFO 0 [62] -2014-12-15 11:38:09 queue INFO 4 [63] -2014-12-15 11:38:09 queue INFO 0 [64] -2014-12-15 11:38:09 queue INFO 4 [65] -2014-12-15 11:38:10 queue INFO 0 [66] -2014-12-15 11:38:10 queue INFO 4 [67] -2014-12-15 11:38:11 queue INFO 0 [68] -2014-12-15 11:38:11 queue INFO 4 [69] -2014-12-15 11:38:11 queue INFO 0 [70] -2014-12-15 11:38:12 queue INFO 4 [71] -2014-12-15 11:38:12 queue INFO 0 [72] -2014-12-15 11:38:12 queue INFO 4 [73] -2014-12-15 11:38:13 queue INFO 0 [74] -2014-12-15 11:38:13 queue INFO 4 [75] -2014-12-15 11:38:13 queue INFO 0 [76] -2014-12-15 11:38:14 queue INFO 4 [77] -2014-12-15 11:38:14 queue INFO 0 [78] -2014-12-15 11:38:14 queue INFO 4 [79] -2014-12-15 11:38:15 queue INFO 0 [80] -2014-12-15 11:38:15 queue INFO 4 [81] -2014-12-15 11:38:15 queue INFO 0 [82] -2014-12-15 11:38:16 queue INFO 4 [83] -2014-12-15 11:38:16 queue INFO 0 [84] -2014-12-15 11:38:16 queue INFO 4 [85] -2014-12-15 11:38:17 queue INFO 0 [86] -2014-12-15 11:38:17 queue INFO 4 [87] -2014-12-15 11:38:17 queue INFO 0 [88] -2014-12-15 11:38:18 queue INFO 4 [89] -2014-12-15 11:38:18 queue INFO 0 [90] -2014-12-15 11:38:19 queue INFO 4 [91] -2014-12-15 11:38:19 queue INFO 0 [92] -2014-12-15 11:38:19 queue INFO 4 [93] -2014-12-15 11:38:19 queue INFO 0 [94] -2014-12-15 11:38:20 queue INFO 4 [95] -2014-12-15 11:38:20 queue INFO 0 [96] -2014-12-15 11:38:20 queue INFO 4 [97] -2014-12-15 11:38:21 queue INFO 0 [98] -2014-12-15 11:38:21 queue INFO 4 [99] -2014-12-15 11:38:21 queue INFO 0 [100] -2014-12-15 11:38:22 queue INFO 4 [101] -2014-12-15 11:38:22 queue INFO 0 [102] -2014-12-15 11:38:22 queue INFO 4 [103] -2014-12-15 11:38:23 queue INFO 0 [104] -2014-12-15 11:38:23 queue INFO 4 [105] -2014-12-15 11:38:23 queue INFO 0 [106] -2014-12-15 11:38:24 queue INFO 4 [107] -2014-12-15 11:38:24 queue INFO 0 [108] -2014-12-15 11:38:25 queue INFO 4 [109] -2014-12-15 11:38:25 queue INFO 0 [110] -2014-12-15 11:38:25 queue INFO 4 [111] -2014-12-15 11:38:25 queue INFO 0 [112] -2014-12-15 11:38:26 queue INFO 4 [113] -2014-12-15 11:38:26 queue INFO 0 [114] -2014-12-15 11:38:27 queue INFO 4 [115] -2014-12-15 11:38:27 queue INFO 0 [116] -2014-12-15 11:38:27 queue INFO 4 [117] -2014-12-15 11:38:27 queue INFO 0 [118] -2014-12-15 11:38:28 queue INFO 4 [119] -2014-12-15 11:38:28 queue INFO 0 [120] -2014-12-15 11:38:28 queue INFO 4 [121] -2014-12-15 11:38:29 queue INFO 0 [122] -2014-12-15 11:38:29 queue INFO 4 [123] -2014-12-15 11:38:29 queue INFO 0 [124] -2014-12-15 11:38:30 queue INFO 4 [125] -2014-12-15 11:38:30 queue INFO 0 [126] -2014-12-15 11:38:30 queue INFO 4 [127] -2014-12-15 11:38:31 queue INFO 0 [128] -2014-12-15 11:38:31 queue INFO 4 [129] -2014-12-15 11:38:31 queue INFO 0 [130] -2014-12-15 11:38:32 queue INFO 4 [131] -2014-12-15 11:38:32 queue INFO 0 [132] -2014-12-15 11:38:32 queue INFO 4 [133] -2014-12-15 11:38:33 queue INFO 0 [134] -2014-12-15 11:38:33 queue INFO 4 [135] -2014-12-15 11:38:34 queue INFO 0 [136] -2014-12-15 11:38:34 queue INFO 4 [137] -2014-12-15 11:38:34 queue INFO 0 [138] -2014-12-15 11:38:35 queue INFO 4 [139] -2014-12-15 11:38:35 queue INFO 0 [140] -2014-12-15 11:38:35 queue INFO 4 [141] -2014-12-15 11:38:36 queue INFO 0 [142] -2014-12-15 11:38:36 queue INFO 4 [143] -2014-12-15 11:38:36 queue INFO 0 [144] -2014-12-15 11:38:37 queue INFO 4 [145] -2014-12-15 11:38:37 queue INFO 0 [146] -2014-12-15 11:38:37 queue INFO 4 [147] -2014-12-15 11:38:38 queue INFO 0 [148] -2014-12-15 11:38:38 queue INFO 4 [149] -2014-12-15 11:38:38 queue INFO 0 [150] -2014-12-15 11:38:39 queue INFO 4 [151] -2014-12-15 11:38:39 queue INFO 0 [152] -2014-12-15 11:38:39 queue INFO 4 [153] -2014-12-15 11:38:39 queue INFO 0 [154] -2014-12-15 11:38:40 queue INFO 4 [155] -2014-12-15 11:38:40 queue INFO 0 [156] -2014-12-15 11:38:40 queue INFO 4 [157] -2014-12-15 11:38:41 queue INFO 0 [158] -2014-12-15 11:38:41 queue INFO 4 [159] -2014-12-15 11:38:41 queue INFO 0 [160] -2014-12-15 11:38:42 queue INFO 4 [161] -2014-12-15 11:38:42 queue INFO 0 [162] -2014-12-15 11:38:42 queue INFO 4 [163] -2014-12-15 11:38:43 queue INFO 0 [164] -2014-12-15 11:38:43 queue INFO 4 [165] -2014-12-15 11:38:43 queue INFO 0 [166] -2014-12-15 11:38:44 queue INFO 4 [167] -2014-12-15 11:38:44 queue INFO 0 [168] -2014-12-15 11:38:45 queue INFO 4 [169] -2014-12-15 11:38:45 queue INFO 0 [170] -2014-12-15 11:38:45 queue INFO 4 [171] -2014-12-15 11:38:46 queue INFO 0 [172] -2014-12-15 11:38:46 queue INFO 4 [173] -2014-12-15 11:38:46 queue INFO 0 [174] -2014-12-15 11:38:47 queue INFO 4 [175] -2014-12-15 11:38:47 queue INFO 0 [176] -2014-12-15 11:38:47 queue INFO 4 [177] -2014-12-15 11:38:48 queue INFO 0 [178] -2014-12-15 11:38:48 queue INFO 4 [179] -2014-12-15 11:38:48 queue INFO 0 [180] -2014-12-15 11:38:48 queue INFO 4 [181] -2014-12-15 11:38:49 queue INFO 0 [182] -2014-12-15 11:38:49 queue INFO 4 [183] -2014-12-15 11:38:49 queue INFO 0 [184] -2014-12-15 11:38:50 queue INFO 4 [185] -2014-12-15 11:38:50 queue INFO 0 [186] -2014-12-15 11:38:50 queue INFO 4 [187] -2014-12-15 11:38:51 queue INFO 0 [188] -2014-12-15 11:38:51 queue INFO 4 [189] -2014-12-15 11:38:51 queue INFO 0 [190] -2014-12-15 11:38:52 queue INFO 4 [191] -2014-12-15 11:38:52 queue INFO 0 [192] -2014-12-15 11:38:52 queue INFO 4 [193] -2014-12-15 11:38:53 queue INFO 0 [194] -2014-12-15 11:38:53 queue INFO 4 [195] -2014-12-15 11:38:53 queue INFO 0 [196] -2014-12-15 11:38:54 queue INFO 4 [197] -2014-12-15 11:38:54 queue INFO 0 [198] -2014-12-15 11:38:54 queue INFO 4 [199] -2014-12-15 11:38:55 queue INFO 0 [200] -2014-12-15 11:38:55 queue INFO 4 [201] -2014-12-15 11:38:55 queue INFO 0 [202] -2014-12-15 11:38:56 queue INFO 4 [203] -2014-12-15 11:38:56 queue INFO 0 [204] -2014-12-15 11:38:56 queue INFO 4 [205] -2014-12-15 11:38:57 queue INFO 0 [206] -2014-12-15 11:38:57 queue INFO 4 [207] -2014-12-15 11:38:57 queue INFO 0 [208] -2014-12-15 11:38:58 queue INFO 4 [209] -2014-12-15 11:38:58 queue INFO 0 [210] -2014-12-15 11:38:58 queue INFO 4 [211] -2014-12-15 11:38:59 queue INFO 0 [212] -2014-12-15 11:38:59 queue INFO 4 [213] -2014-12-15 11:38:59 queue INFO 0 [214] -2014-12-15 11:38:59 queue INFO 4 [215] -2014-12-15 11:39:00 queue INFO 0 [216] -2014-12-15 11:39:00 queue INFO 4 [217] -2014-12-15 11:39:00 queue INFO 0 [218] -2014-12-15 11:39:01 queue INFO 4 [219] -2014-12-15 11:39:01 queue INFO 0 [220] -2014-12-15 11:39:01 queue INFO 4 [221] -2014-12-15 11:39:02 queue INFO 0 [222] -2014-12-15 11:39:02 queue INFO 4 [223] -2014-12-15 11:39:02 queue INFO 0 [224] -2014-12-15 11:39:03 queue INFO 4 [225] -2014-12-15 11:39:03 queue INFO 0 [226] -2014-12-15 11:39:03 queue INFO 4 [227] -2014-12-15 11:39:04 queue INFO 0 [228] -2014-12-15 11:39:04 queue INFO 4 [229] -2014-12-15 11:39:05 queue INFO 0 [230] -2014-12-15 11:39:05 queue INFO 4 [231] -2014-12-15 11:39:05 queue INFO 0 [232] -2014-12-15 11:39:06 queue INFO 4 [233] -2014-12-15 11:39:06 queue INFO 0 [234] -2014-12-15 11:39:06 queue INFO 4 [235] -2014-12-15 11:39:07 queue INFO 0 [236] -2014-12-15 11:39:07 queue INFO 4 [237] -2014-12-15 11:39:07 queue INFO 0 [238] -2014-12-15 11:39:08 queue INFO 4 [239] -2014-12-15 11:39:08 queue INFO 0 [240] -2014-12-15 11:39:08 queue INFO 4 [241] -2014-12-15 11:39:09 queue INFO 0 [242] -2014-12-15 11:39:09 queue INFO 4 [243] -2014-12-15 11:39:09 queue INFO 0 [244] -2014-12-15 11:39:10 queue INFO 4 [245] -2014-12-15 11:39:10 queue INFO 0 [246] -2014-12-15 11:39:10 queue INFO 4 [247] -2014-12-15 11:39:11 queue INFO 0 [248] -2014-12-15 11:39:11 queue INFO 4 [249] -2014-12-15 11:39:12 queue INFO 0 [250] -2014-12-15 11:39:12 queue INFO 4 [251] -2014-12-15 11:39:12 queue INFO 0 [252] -2014-12-15 11:39:12 queue INFO 4 [253] -2014-12-15 11:39:13 queue INFO 0 [254] -2014-12-15 11:39:13 queue INFO 4 [255] -2014-12-15 11:39:13 queue INFO 0 [256] -2014-12-15 11:39:14 queue INFO 4 [257] -2014-12-15 11:39:14 queue INFO 0 [258] -2014-12-15 11:39:14 queue INFO 4 [259] -2014-12-15 11:39:15 queue INFO 0 [260] -2014-12-15 11:39:15 queue INFO 4 [261] -2014-12-15 11:39:15 queue INFO 0 [262] -2014-12-15 11:39:16 queue INFO 4 [263] -2014-12-15 11:39:16 queue INFO 0 [264] -2014-12-15 11:39:16 queue INFO 4 [265] -2014-12-15 11:39:17 queue INFO 0 [266] -2014-12-15 11:39:17 queue INFO 4 [267] -2014-12-15 11:39:17 queue INFO 0 [268] -2014-12-15 11:39:18 queue INFO 4 [269] -2014-12-15 11:39:18 queue INFO 0 [270] -2014-12-15 11:39:18 queue INFO 4 [271] -2014-12-15 11:39:19 queue INFO 0 [272] -2014-12-15 11:39:19 queue INFO 4 [273] -2014-12-15 11:39:19 queue INFO 0 [274] -2014-12-15 11:39:20 queue INFO 4 [275] -2014-12-15 11:39:20 queue INFO 0 [276] -2014-12-15 11:39:20 queue INFO 4 [277] -2014-12-15 11:39:21 queue INFO 0 [278] -2014-12-15 11:39:21 queue INFO 4 [279] -2014-12-15 11:39:21 queue INFO 0 [280] -2014-12-15 11:39:22 queue INFO 4 [281] -2014-12-15 11:39:22 queue INFO 0 [282] -2014-12-15 11:39:22 queue INFO 4 [283] -2014-12-15 11:39:23 queue INFO 0 [284] -2014-12-15 11:39:23 queue INFO 4 [285] -2014-12-15 11:39:23 queue INFO 0 [286] -2014-12-15 11:39:24 queue INFO 4 [287] -2014-12-15 11:39:24 queue INFO 0 [288] -2014-12-15 11:39:24 queue INFO 4 [289] -2014-12-15 11:39:25 queue INFO 0 [290] -2014-12-15 11:39:25 queue INFO 4 [291] -2014-12-15 11:39:25 queue INFO 0 [292] -2014-12-15 11:39:26 queue INFO 4 [293] -2014-12-15 11:39:26 queue INFO 0 [294] -2014-12-15 11:39:26 queue INFO 4 [295] -2014-12-15 11:39:27 queue INFO 0 [296] -2014-12-15 11:39:27 queue INFO 4 [297] -2014-12-15 11:39:27 queue INFO 0 [298] -2014-12-15 11:39:27 queue INFO 4 [299] -2014-12-15 11:39:28 queue INFO 0 [300] -2014-12-15 11:39:28 queue INFO 4 [301] -2014-12-15 11:39:29 queue INFO 0 [302] -2014-12-15 11:39:29 queue INFO 4 [303] -2014-12-15 11:39:29 queue INFO 0 [304] -2014-12-15 11:39:30 queue INFO 4 [305] -2014-12-15 11:39:30 queue INFO 0 [306] -2014-12-15 11:39:30 queue INFO 4 [307] -2014-12-15 11:39:31 queue INFO 0 [308] -2014-12-15 11:39:31 queue INFO 4 [309] -2014-12-15 11:39:31 queue INFO 0 [310] -2014-12-15 11:39:32 queue INFO 4 [311] -2014-12-15 11:39:32 queue INFO 0 [312] -2014-12-15 11:39:32 queue INFO 4 [313] -2014-12-15 11:39:33 queue INFO 0 [314] -2014-12-15 11:39:33 queue INFO 4 [315] -2014-12-15 11:39:33 queue INFO 0 [316] -2014-12-15 11:39:34 queue INFO 4 [317] -2014-12-15 11:39:34 queue INFO 0 [318] -2014-12-15 11:39:34 queue INFO 4 [319] -2014-12-15 11:39:34 queue INFO 0 [320] -2014-12-15 11:39:35 queue INFO 4 [321] -2014-12-15 11:39:35 queue INFO 0 [322] -2014-12-15 11:39:35 queue INFO 4 [323] -2014-12-15 11:39:36 queue INFO 0 [324] -2014-12-15 11:39:36 queue INFO 4 [325] -2014-12-15 11:39:37 queue INFO 0 [326] -2014-12-15 11:39:37 queue INFO 4 [327] -2014-12-15 11:39:37 queue INFO 0 [328] -2014-12-15 11:39:38 queue INFO 4 [329] -2014-12-15 11:39:38 queue INFO 0 [330] -2014-12-15 11:39:38 queue INFO 4 [331] -2014-12-15 11:39:39 queue INFO 0 [332] -2014-12-15 11:39:39 queue INFO 4 [333] -2014-12-15 11:39:39 queue INFO 0 [334] -2014-12-15 11:39:40 queue INFO 4 [335] -2014-12-15 11:39:40 queue INFO 0 [336] -2014-12-15 11:39:40 queue INFO 4 [337] -2014-12-15 11:39:41 queue INFO 0 [338] -2014-12-15 11:39:41 queue INFO 4 [339] -2014-12-15 11:39:41 queue INFO 0 [340] -2014-12-15 11:39:42 queue INFO 4 [341] -2014-12-15 11:39:42 queue INFO 0 [342] -2014-12-15 11:39:42 queue INFO 4 [343] -2014-12-15 11:39:43 queue INFO 0 [344] -2014-12-15 11:39:43 queue INFO 4 [345] -2014-12-15 11:39:43 queue INFO 0 [346] -2014-12-15 11:39:44 queue INFO 4 [347] -2014-12-15 11:39:44 queue INFO 0 [348] -2014-12-15 11:39:44 queue INFO 4 [349] -2014-12-15 11:39:45 queue INFO 0 [350] -2014-12-15 11:39:45 queue INFO 4 [351] -2014-12-15 11:39:45 queue INFO 0 [352] -2014-12-15 11:39:46 queue INFO 4 [353] -2014-12-15 11:39:46 queue INFO 0 [354] -2014-12-15 11:39:46 queue INFO 4 [355] -2014-12-15 11:39:47 queue INFO 0 [356] -2014-12-15 11:39:47 queue INFO 4 [357] -2014-12-15 11:39:47 queue INFO 0 [358] -2014-12-15 11:39:48 queue INFO 4 [359] -2014-12-15 11:39:48 queue INFO 0 [360] -2014-12-15 11:39:48 queue INFO 4 [361] -2014-12-15 11:39:49 queue INFO 0 [362] -2014-12-15 11:39:49 queue INFO 4 [363] -2014-12-15 11:39:49 queue INFO 0 [364] -2014-12-15 11:39:50 queue INFO 4 [365] -2014-12-15 11:39:50 queue INFO 0 [366] -2014-12-15 11:39:50 queue INFO 4 [367] -2014-12-15 11:39:51 queue INFO 0 [368] -2014-12-15 11:39:51 queue INFO 4 [369] -2014-12-15 11:39:51 queue INFO 0 [370] -2014-12-15 11:39:52 queue INFO 4 [371] -2014-12-15 11:39:52 queue INFO 0 [372] -2014-12-15 11:39:52 queue INFO 4 [373] -2014-12-15 11:39:53 queue INFO 0 [374] -2014-12-15 11:39:53 queue INFO 4 [375] -2014-12-15 11:39:53 queue INFO 0 [376] -2014-12-15 11:39:53 queue INFO 4 [377] -2014-12-15 11:39:54 queue INFO 0 [378] -2014-12-15 11:39:54 queue INFO 4 [379] -2014-12-15 11:39:54 queue INFO 0 [380] -2014-12-15 11:39:55 queue INFO 4 [381] -2014-12-15 11:39:55 queue INFO 0 [382] -2014-12-15 11:39:55 queue INFO 4 [383] -2014-12-15 11:39:56 queue INFO 0 [384] -2014-12-15 11:39:56 queue INFO 4 [385] -2014-12-15 11:39:56 queue INFO 0 [386] -2014-12-15 11:39:57 queue INFO 4 [387] -2014-12-15 11:39:57 queue INFO 0 [388] -2014-12-15 11:39:57 queue INFO 4 [389] -2014-12-15 11:39:58 queue INFO 0 [390] -2014-12-15 11:39:58 queue INFO 4 [391] -2014-12-15 11:39:58 queue INFO 0 [392] -2014-12-15 11:39:59 queue INFO 4 [393] -2014-12-15 11:39:59 queue INFO 0 [394] -2014-12-15 11:39:59 queue INFO 4 [395] -2014-12-15 11:40:00 queue INFO 0 [396] -2014-12-15 11:40:00 queue INFO 4 [397] -2014-12-15 11:40:00 queue INFO 0 [398] -2014-12-15 11:40:01 queue INFO 4 [399] -2014-12-15 11:40:01 queue INFO 0 [400] -2014-12-15 11:40:01 queue INFO 4 [401] -2014-12-15 11:40:02 queue INFO 0 [402] -2014-12-15 11:40:02 queue INFO 4 [403] -2014-12-15 11:40:02 queue INFO 0 [404] -2014-12-15 11:40:03 queue INFO 4 [405] -2014-12-15 11:40:03 queue INFO 0 [406] -2014-12-15 11:40:04 queue INFO 4 [407] -2014-12-15 11:40:04 queue INFO 0 [408] -2014-12-15 11:40:04 queue INFO 4 [409] -2014-12-15 11:40:05 queue INFO 0 [410] -2014-12-15 11:40:05 queue INFO 4 [411] -2014-12-15 11:40:05 queue INFO 0 [412] -2014-12-15 11:40:06 queue INFO 4 [413] -2014-12-15 11:40:06 queue INFO 0 [414] -2014-12-15 11:40:06 queue INFO 4 [415] -2014-12-15 11:40:07 queue INFO 0 [416] -2014-12-15 11:40:07 queue INFO 4 [417] -2014-12-15 11:40:07 queue INFO 0 [418] -2014-12-15 11:40:08 queue INFO 4 [419] -2014-12-15 11:40:08 queue INFO 0 [420] -2014-12-15 11:40:08 queue INFO 4 [421] -2014-12-15 11:40:09 queue INFO 0 [422] -2014-12-15 11:40:09 queue INFO 4 [423] -2014-12-15 11:40:09 queue INFO 0 [424] -2014-12-15 11:40:10 queue INFO 4 [425] -2014-12-15 11:40:10 queue INFO 0 [426] -2014-12-15 11:40:10 queue INFO 4 [427] -2014-12-15 11:40:10 queue INFO 0 [428] -2014-12-15 11:40:11 queue INFO 4 [429] -2014-12-15 11:40:11 queue INFO 0 [430] -2014-12-15 11:40:11 queue INFO 4 [431] -2014-12-15 11:40:12 queue INFO 0 [432] -2014-12-15 11:40:12 queue INFO 4 [433] -2014-12-15 11:40:12 queue INFO 0 [434] -2014-12-15 11:40:13 queue INFO 4 [435] -2014-12-15 11:40:13 queue INFO 0 [436] -2014-12-15 11:40:13 queue INFO 4 [437] -2014-12-15 11:40:14 queue INFO 0 [438] -2014-12-15 11:40:14 queue INFO 4 [439] -2014-12-15 11:40:14 queue INFO 0 [440] -2014-12-15 11:40:15 queue INFO 4 [441] -2014-12-15 11:40:15 queue INFO 0 [442] -2014-12-15 11:40:15 queue INFO 4 [443] -2014-12-15 11:40:16 queue INFO 0 [444] -2014-12-15 11:40:16 queue INFO 4 [445] -2014-12-15 11:40:16 queue INFO 0 [446] -2014-12-15 11:40:17 queue INFO 4 [447] -2014-12-15 11:40:17 queue INFO 0 [448] -2014-12-15 11:40:17 queue INFO 4 [449] -2014-12-15 11:40:18 queue INFO 0 [450] -2014-12-15 11:40:18 queue INFO 4 [451] -2014-12-15 11:40:18 queue INFO 0 [452] -2014-12-15 11:40:19 queue INFO 4 [453] -2014-12-15 11:40:19 queue INFO 0 [454] -2014-12-15 11:40:19 queue INFO 4 [455] -2014-12-15 11:40:20 queue INFO 0 [456] -2014-12-15 11:40:20 queue INFO 4 [457] -2014-12-15 11:40:20 queue INFO 0 [458] -2014-12-15 11:40:21 queue INFO 4 [459] -2014-12-15 11:40:21 queue INFO 0 [460] -2014-12-15 11:40:21 queue INFO 4 [461] -2014-12-15 11:40:22 queue INFO 0 [462] -2014-12-15 11:40:22 queue INFO 4 [463] -2014-12-15 11:40:22 queue INFO 0 [464] -2014-12-15 11:40:23 queue INFO 4 [465] -2014-12-15 11:40:23 queue INFO 0 [466] -2014-12-15 11:40:23 queue INFO 4 [467] -2014-12-15 11:40:24 queue INFO 0 [468] -2014-12-15 11:40:24 queue INFO 4 [469] -2014-12-15 11:40:24 queue INFO 0 [470] -2014-12-15 11:40:25 queue INFO 4 [471] -2014-12-15 11:40:25 queue INFO 0 [472] -2014-12-15 11:40:25 queue INFO 4 [473] -2014-12-15 11:40:25 queue INFO 0 [474] -2014-12-15 11:40:26 queue INFO 4 [475] -2014-12-15 11:40:26 queue INFO 0 [476] -2014-12-15 11:40:26 queue INFO 4 [477] -2014-12-15 11:40:27 queue INFO 0 [478] -2014-12-15 11:40:27 queue INFO 4 [479] -2014-12-15 11:40:27 queue INFO 0 [480] -2014-12-15 11:40:28 queue INFO 4 [481] -2014-12-15 11:40:28 queue INFO 0 [482] -2014-12-15 11:40:28 queue INFO 4 [483] -2014-12-15 11:40:29 queue INFO 0 [484] -2014-12-15 11:40:29 queue INFO 4 [485] -2014-12-15 11:40:29 queue INFO 0 [486] -2014-12-15 11:40:30 queue INFO 4 [487] -2014-12-15 11:40:30 queue INFO 0 [488] -2014-12-15 11:40:31 queue INFO 4 [489] -2014-12-15 11:40:31 queue INFO 0 [490] -2014-12-15 11:40:31 queue INFO 4 [491] -2014-12-15 11:40:32 queue INFO 0 [492] -2014-12-15 11:40:32 queue INFO 4 [493] -2014-12-15 11:40:32 queue INFO 0 [494] -2014-12-15 11:40:33 queue INFO 4 [495] -2014-12-15 11:40:33 queue INFO 0 [496] -2014-12-15 11:40:33 queue INFO 4 [497] -2014-12-15 11:40:34 queue INFO 0 [498] -2014-12-15 11:40:34 queue INFO 4 [499] -2014-12-15 11:40:34 queue INFO 0 [500] -2014-12-15 11:40:35 queue INFO 4 [501] -2014-12-15 11:40:35 queue INFO 0 [502] -2014-12-15 11:40:35 queue INFO 4 [503] -2014-12-15 11:40:36 queue INFO 0 [504] -2014-12-15 11:40:36 queue INFO 4 [505] -2014-12-15 11:40:36 queue INFO 0 [506] -2014-12-15 11:40:37 queue INFO 4 [507] -2014-12-15 11:40:37 queue INFO 0 [508] -2014-12-15 11:40:37 queue INFO 4 [509] -2014-12-15 11:40:38 queue INFO 0 [510] -2014-12-15 11:40:38 queue INFO 4 [511] -2014-12-15 11:40:38 queue INFO 0 [512] -2014-12-15 11:40:38 queue INFO 4 [513] -2014-12-15 11:40:39 queue INFO 0 [514] -2014-12-15 11:40:39 queue INFO 4 [515] -2014-12-15 11:40:39 queue INFO 0 [516] -2014-12-15 11:40:40 queue INFO 4 [517] -2014-12-15 11:40:40 queue INFO 0 [518] -2014-12-15 11:40:40 queue INFO 4 [519] -2014-12-15 11:40:41 queue INFO 0 [520] -2014-12-15 11:40:41 queue INFO 4 [521] -2014-12-15 11:40:41 queue INFO 0 [522] -2014-12-15 11:40:42 queue INFO 4 [523] -2014-12-15 11:40:42 queue INFO 0 [524] -2014-12-15 11:40:42 queue INFO 4 [525] -2014-12-15 11:40:43 queue INFO 0 [526] -2014-12-15 11:40:43 queue INFO 4 [527] -2014-12-15 11:40:43 queue INFO 0 [528] -2014-12-15 11:40:44 queue INFO 4 [529] -2014-12-15 11:40:44 queue INFO 0 [530] -2014-12-15 11:40:44 queue INFO 4 [531] -2014-12-15 11:40:45 queue INFO 0 [532] -2014-12-15 11:40:45 queue INFO 4 [533] -2014-12-15 11:40:45 queue INFO 0 [534] -2014-12-15 11:40:46 queue INFO 4 [535] -2014-12-15 11:40:46 queue INFO 0 [536] -2014-12-15 11:40:46 queue INFO 4 [537] -2014-12-15 11:40:47 queue INFO 0 [538] -2014-12-15 11:40:47 queue INFO 4 [539] -2014-12-15 11:40:47 queue INFO 0 [540] -2014-12-15 11:40:48 queue INFO 4 [541] -2014-12-15 11:40:48 queue INFO 0 [542] -2014-12-15 11:40:48 queue INFO 4 [543] -2014-12-15 11:40:49 queue INFO 0 [544] -2014-12-15 11:40:49 queue INFO 4 [545] -2014-12-15 11:40:49 queue INFO 0 [546] -2014-12-15 11:40:50 queue INFO 4 [547] -2014-12-15 11:40:50 queue INFO 0 [548] -2014-12-15 11:40:50 queue INFO 4 [549] -2014-12-15 11:40:51 queue INFO 0 [550] -2014-12-15 11:40:51 queue INFO 4 [551] -2014-12-15 11:40:51 queue INFO 0 [552] -2014-12-15 11:40:52 queue INFO 4 [553] -2014-12-15 11:40:52 queue INFO 0 [554] -2014-12-15 11:40:52 queue INFO 4 [555] -2014-12-15 11:40:52 queue INFO 0 [556] -2014-12-15 11:40:53 queue INFO 4 [557] -2014-12-15 11:40:53 queue INFO 0 [558] -2014-12-15 11:40:53 queue INFO 4 [559] -2014-12-15 11:40:54 queue INFO 0 [560] -2014-12-15 11:40:54 queue INFO 4 [561] -2014-12-15 11:40:55 queue INFO 0 [562] -2014-12-15 11:40:55 queue INFO 4 [563] -2014-12-15 11:40:55 queue INFO 0 [564] -2014-12-15 11:40:56 queue INFO 4 [565] -2014-12-15 11:40:56 queue INFO 0 [566] -2014-12-15 11:40:56 queue INFO 4 [567] -2014-12-15 11:40:57 queue INFO 0 [568] -2014-12-15 11:40:57 queue INFO 4 [569] -2014-12-15 11:40:57 queue INFO 0 [570] -2014-12-15 11:40:58 queue INFO 4 [571] -2014-12-15 11:40:58 queue INFO 0 [572] -2014-12-15 11:40:58 queue INFO 4 [573] -2014-12-15 11:40:59 queue INFO 0 [574] -2014-12-15 11:40:59 queue INFO 4 [575] -2014-12-15 11:40:59 queue INFO 0 [576] -2014-12-15 11:41:00 queue INFO 4 [577] -2014-12-15 11:41:00 queue INFO 0 [578] -2014-12-15 11:41:00 queue INFO 4 [579] -2014-12-15 11:41:01 queue INFO 0 [580] -2014-12-15 11:41:01 queue INFO 4 [581] -2014-12-15 11:41:01 queue INFO 0 [582] -2014-12-15 11:41:02 queue INFO 4 [583] -2014-12-15 11:41:02 queue INFO 0 [584] -2014-12-15 11:41:02 queue INFO 4 [585] -2014-12-15 11:41:03 queue INFO 0 [586] -2014-12-15 11:41:03 queue INFO 4 [587] -2014-12-15 11:41:03 queue INFO 0 [588] -2014-12-15 11:41:04 queue INFO 4 [589] -2014-12-15 11:41:04 queue INFO 0 [590] -2014-12-15 11:41:04 queue INFO 4 [591] -2014-12-15 11:41:05 queue INFO 0 [592] -2014-12-15 11:41:05 queue INFO 4 [593] -2014-12-15 11:41:05 queue INFO 0 [594] -2014-12-15 11:41:05 queue INFO 4 [595] -2014-12-15 11:41:06 queue INFO 0 [596] -2014-12-15 11:41:06 queue INFO 4 [597] -2014-12-15 11:41:06 queue INFO 0 [598] -2014-12-15 11:41:07 queue INFO 4 [599] -2014-12-15 11:41:07 queue INFO 0 [600] -2014-12-15 11:41:07 queue INFO 4 [601] -2014-12-15 11:41:08 queue INFO 0 [602] -2014-12-15 11:41:08 queue INFO 4 [603] -2014-12-15 11:41:08 queue INFO 0 [604] -2014-12-15 11:41:09 queue INFO 4 [605] -2014-12-15 11:41:09 queue INFO 0 [606] -2014-12-15 11:41:09 queue INFO 4 [607] -2014-12-15 11:41:10 queue INFO 0 [608] -2014-12-15 11:41:10 queue INFO 4 [609] -2014-12-15 11:41:10 queue INFO 0 [610] -2014-12-15 11:41:11 queue INFO 4 [611] -2014-12-15 11:41:11 queue INFO 0 [612] -2014-12-15 11:41:11 queue INFO 4 [613] -2014-12-15 11:41:12 queue INFO 0 [614] -2014-12-15 11:41:12 queue INFO 4 [615] -2014-12-15 11:41:12 queue INFO 0 [616] -2014-12-15 11:41:13 queue INFO 4 [617] -2014-12-15 11:41:13 queue INFO 0 [618] -2014-12-15 11:41:13 queue INFO 4 [619] -2014-12-15 11:41:14 queue INFO 0 [620] -2014-12-15 11:41:14 queue INFO 4 [621] -2014-12-15 11:41:14 queue INFO 0 [622] -2014-12-15 11:41:15 queue INFO 4 [623] -2014-12-15 11:41:15 queue INFO 0 [624] -2014-12-15 11:41:15 queue INFO 4 [625] -2014-12-15 11:41:16 queue INFO 0 [626] -2014-12-15 11:41:16 queue INFO 4 [627] -2014-12-15 11:41:16 queue INFO 0 [628] -2014-12-15 11:41:16 queue INFO 4 [629] -2014-12-15 11:41:17 queue INFO 0 [630] -2014-12-15 11:41:17 queue INFO 4 [631] -2014-12-15 11:41:17 queue INFO 0 [632] -2014-12-15 11:41:18 queue INFO 4 [633] -2014-12-15 11:41:18 queue INFO 0 [634] -2014-12-15 11:41:18 queue INFO 4 [635] -2014-12-15 11:41:19 queue INFO 0 [636] -2014-12-15 11:41:19 queue INFO 4 [637] -2014-12-15 11:41:19 queue INFO 0 [638] -2014-12-15 11:41:20 queue INFO 4 [639] -2014-12-15 11:41:20 queue INFO 0 [640] -2014-12-15 11:41:20 queue INFO 4 [641] -2014-12-15 11:41:21 queue INFO 0 [642] -2014-12-15 11:41:21 queue INFO 4 [643] -2014-12-15 11:41:21 queue INFO 0 [644] -2014-12-15 11:41:22 queue INFO 4 [645] -2014-12-15 11:41:22 queue INFO 0 [646] -2014-12-15 11:41:23 queue INFO 4 [647] -2014-12-15 11:41:23 queue INFO 0 [648] -2014-12-15 11:41:23 queue INFO 4 [649] -2014-12-15 11:41:24 queue INFO 0 [650] -2014-12-15 11:41:24 queue INFO 4 [651] -2014-12-15 11:41:24 queue INFO 0 [652] -2014-12-15 11:41:25 queue INFO 4 [653] -2014-12-15 11:41:25 queue INFO 0 [654] -2014-12-15 11:41:25 queue INFO 4 [655] -2014-12-15 11:41:25 queue INFO 0 [656] -2014-12-15 11:41:26 queue INFO 4 [657] -2014-12-15 11:41:26 queue INFO 0 [658] -2014-12-15 11:41:26 queue INFO 4 [659] -2014-12-15 11:41:27 queue INFO 0 [660] -2014-12-15 11:41:27 queue INFO 4 [661] -2014-12-15 11:41:27 queue INFO 0 [662] -2014-12-15 11:41:28 queue INFO 4 [663] -2014-12-15 11:41:28 queue INFO 0 [664] -2014-12-15 11:41:28 queue INFO 4 [665] -2014-12-15 11:41:29 queue INFO 0 [666] -2014-12-15 11:41:29 queue INFO 4 [667] -2014-12-15 11:41:29 queue INFO 0 [668] -2014-12-15 11:41:30 queue INFO 4 [669] -2014-12-15 11:41:30 queue INFO 0 [670] -2014-12-15 11:41:30 queue INFO 4 [671] -2014-12-15 11:41:31 queue INFO 0 [672] -2014-12-15 11:41:31 queue INFO 4 [673] -2014-12-15 11:41:31 queue INFO 0 [674] -2014-12-15 11:41:32 queue INFO 4 [675] -2014-12-15 11:41:32 queue INFO 0 [676] -2014-12-15 11:41:32 queue INFO 4 [677] -2014-12-15 11:41:33 queue INFO 0 [678] -2014-12-15 11:41:33 queue INFO 4 [679] -2014-12-15 11:41:33 queue INFO 0 [680] -2014-12-15 11:41:34 queue INFO 4 [681] -2014-12-15 11:41:34 queue INFO 0 [682] -2014-12-15 11:41:34 queue INFO 4 [683] -2014-12-15 11:41:35 queue INFO 0 [684] -2014-12-15 11:41:35 queue INFO 4 [685] -2014-12-15 11:41:35 queue INFO 0 [686] -2014-12-15 11:41:36 queue INFO 4 [687] -2014-12-15 11:41:36 queue INFO 0 [688] -2014-12-15 11:41:36 queue INFO 4 [689] -2014-12-15 11:41:37 queue INFO 0 [690] -2014-12-15 11:41:37 queue INFO 4 [691] -2014-12-15 11:41:37 queue INFO 0 [692] -2014-12-15 11:41:38 queue INFO 4 [693] -2014-12-15 11:41:38 queue INFO 0 [694] -2014-12-15 11:41:38 queue INFO 4 [695] -2014-12-15 11:41:39 queue INFO 0 [696] -2014-12-15 11:41:39 queue INFO 4 [697] -2014-12-15 11:41:39 queue INFO 0 [698] -2014-12-15 11:41:40 queue INFO 4 [699] -2014-12-15 11:41:40 queue INFO 0 [700] -2014-12-15 11:41:40 queue INFO 4 [701] -2014-12-15 11:41:41 queue INFO 0 [702] -2014-12-15 11:41:41 queue INFO 4 [703] -2014-12-15 11:41:41 queue INFO 0 [704] -2014-12-15 11:41:42 queue INFO 4 [705] -2014-12-15 11:41:42 queue INFO 0 [706] -2014-12-15 11:41:42 queue INFO 4 [707] -2014-12-15 11:41:42 queue INFO 0 [708] -2014-12-15 11:41:43 queue INFO 4 [709] -2014-12-15 11:41:43 queue INFO 0 [710] -2014-12-15 11:41:43 queue INFO 4 [711] -2014-12-15 11:41:44 queue INFO 0 [712] -2014-12-15 11:41:44 queue INFO 4 [713] -2014-12-15 11:41:44 queue INFO 0 [714] -2014-12-15 11:41:45 queue INFO 4 [715] -2014-12-15 11:41:45 queue INFO 0 [716] -2014-12-15 11:41:45 queue INFO 4 [717] -2014-12-15 11:41:46 queue INFO 0 [718] -2014-12-15 11:41:46 queue INFO 4 [719] -2014-12-15 11:41:46 queue INFO 0 [720] -2014-12-15 11:41:47 queue INFO 4 [721] -2014-12-15 11:41:47 queue INFO 0 [722] -2014-12-15 11:41:47 queue INFO 4 [723] -2014-12-15 11:41:48 queue INFO 0 [724] -2014-12-15 11:41:48 queue INFO 4 [725] -2014-12-15 11:41:49 queue INFO 0 [726] -2014-12-15 11:41:49 queue INFO 4 [727] -2014-12-15 11:41:49 queue INFO 0 [728] -2014-12-15 11:41:50 queue INFO 4 [729] -2014-12-15 11:41:50 queue INFO 0 [730] -2014-12-15 11:41:50 queue INFO 4 [731] -2014-12-15 11:41:50 queue INFO 0 [732] -2014-12-15 11:41:51 queue INFO 4 [733] -2014-12-15 11:41:51 queue INFO 0 [734] -2014-12-15 11:41:51 queue INFO 4 [735] -2014-12-15 11:41:52 queue INFO 0 [736] -2014-12-15 11:41:52 queue INFO 4 [737] -2014-12-15 11:41:52 queue INFO 0 [738] -2014-12-15 11:41:53 queue INFO 4 [739] -2014-12-15 11:41:53 queue INFO 0 [740] -2014-12-15 11:41:53 queue INFO 4 [741] -2014-12-15 11:41:54 queue INFO 0 [742] -2014-12-15 11:41:54 queue INFO 4 [743] -2014-12-15 11:41:54 queue INFO 0 [744] -2014-12-15 11:41:55 queue INFO 4 [745] -2014-12-15 11:41:55 queue INFO 0 [746] -2014-12-15 11:41:55 queue INFO 4 [747] -2014-12-15 11:41:56 queue INFO 0 [748] -2014-12-15 11:41:56 queue INFO 4 [749] -2014-12-15 11:41:56 queue INFO 0 [750] -2014-12-15 11:41:57 queue INFO 4 [751] -2014-12-15 11:41:57 queue INFO 0 [752] -2014-12-15 11:41:57 queue INFO 4 [753] -2014-12-15 11:41:58 queue INFO 0 [754] -2014-12-15 11:41:58 queue INFO 4 [755] -2014-12-15 11:41:58 queue INFO 0 [756] -2014-12-15 11:41:59 queue INFO 4 [757] -2014-12-15 11:41:59 queue INFO 0 [758] -2014-12-15 11:41:59 queue INFO 4 [759] -2014-12-15 11:42:00 queue INFO 0 [760] -2014-12-15 11:42:00 queue INFO 4 [761] -2014-12-15 11:42:00 queue INFO 0 [762] -2014-12-15 11:42:01 queue INFO 4 [763] -2014-12-15 11:42:01 queue INFO 0 [764] -2014-12-15 11:42:01 queue INFO 4 [765] -2014-12-15 11:42:02 queue INFO 0 [766] -2014-12-15 11:42:02 queue INFO 4 [767] -2014-12-15 11:42:02 queue INFO 0 [768] -2014-12-15 11:42:02 queue INFO 4 [769] -2014-12-15 11:42:03 queue INFO 0 [770] -2014-12-15 11:42:03 queue INFO 4 [771] -2014-12-15 11:42:03 queue INFO 0 [772] -2014-12-15 11:42:04 queue INFO 4 [773] -2014-12-15 11:42:04 queue INFO 0 [774] -2014-12-15 11:42:04 queue INFO 4 [775] -2014-12-15 11:42:05 queue INFO 0 [776] -2014-12-15 11:42:05 queue INFO 4 [777] -2014-12-15 11:42:05 queue INFO 0 [778] -2014-12-15 11:42:06 queue INFO 4 [779] -2014-12-15 11:42:06 queue INFO 0 [780] -2014-12-15 11:42:06 queue INFO 4 [781] -2014-12-15 11:42:07 queue INFO 0 [782] -2014-12-15 11:42:07 queue INFO 4 [783] -2014-12-15 11:42:07 queue INFO 0 [784] -2014-12-15 11:42:08 queue INFO 4 [785] -2014-12-15 11:42:08 queue INFO 0 [786] -2014-12-15 11:42:08 queue INFO 4 [787] -2014-12-15 11:42:09 queue INFO 0 [788] -2014-12-15 11:42:09 queue INFO 4 [789] -2014-12-15 11:42:09 queue INFO 0 [790] -2014-12-15 11:42:10 queue INFO 4 [791] -2014-12-15 11:42:10 queue INFO 0 [792] -2014-12-15 11:42:10 queue INFO 4 [793] -2014-12-15 11:42:11 queue INFO 0 [794] -2014-12-15 11:42:11 queue INFO 4 [795] -2014-12-15 11:42:11 queue INFO 0 [796] -2014-12-15 11:42:12 queue INFO 4 [797] -2014-12-15 11:42:12 queue INFO 0 [798] -2014-12-15 11:42:12 queue INFO 4 [799] -2014-12-15 11:42:13 queue INFO 0 [800] -2014-12-15 11:42:13 queue INFO 4 [801] -2014-12-15 11:42:13 queue INFO 0 [802] -2014-12-15 11:42:14 queue INFO 4 [803] -2014-12-15 11:42:14 queue INFO 0 [804] -2014-12-15 11:42:14 queue INFO 4 [805] -2014-12-15 11:42:14 queue INFO 0 [806] -2014-12-15 11:42:15 queue INFO 4 [807] -2014-12-15 11:42:15 queue INFO 0 [808] -2014-12-15 11:42:15 queue INFO 4 [809] -2014-12-15 11:42:16 queue INFO 0 [810] -2014-12-15 11:42:16 queue INFO 4 [811] -2014-12-15 11:42:17 queue INFO 0 [812] -2014-12-15 11:42:17 queue INFO 4 [813] -2014-12-15 11:42:17 queue INFO 0 [814] -2014-12-15 11:42:18 queue INFO 4 [815] -2014-12-15 11:42:18 queue INFO 0 [816] -2014-12-15 11:42:18 queue INFO 4 [817] -2014-12-15 11:42:19 queue INFO 0 [818] -2014-12-15 11:42:19 queue INFO 4 [819] -2014-12-15 11:42:19 queue INFO 0 [820] -2014-12-15 11:42:20 queue INFO 4 [821] -2014-12-15 11:42:20 queue INFO 0 [822] -2014-12-15 11:42:20 queue INFO 4 [823] -2014-12-15 11:42:21 queue INFO 0 [824] -2014-12-15 11:42:21 queue INFO 4 [825] -2014-12-15 11:42:21 queue INFO 0 [826] -2014-12-15 11:42:22 queue INFO 4 [827] -2014-12-15 11:42:22 queue INFO 0 [828] -2014-12-15 11:42:22 queue INFO 4 [829] -2014-12-15 11:42:23 queue INFO 0 [830] -2014-12-15 11:42:23 queue INFO 4 [831] -2014-12-15 11:42:23 queue INFO 0 [832] -2014-12-15 11:42:24 queue INFO 4 [833] -2014-12-15 11:42:24 queue INFO 0 [834] -2014-12-15 11:42:24 queue INFO 4 [835] -2014-12-15 11:42:25 queue INFO 0 [836] -2014-12-15 11:42:25 queue INFO 4 [837] -2014-12-15 11:42:25 queue INFO 0 [838] -2014-12-15 11:42:26 queue INFO 4 [839] -2014-12-15 11:42:26 queue INFO 0 [840] -2014-12-15 11:42:26 queue INFO 4 [841] -2014-12-15 11:42:27 queue INFO 0 [842] -2014-12-15 11:42:27 queue INFO 4 [843] -2014-12-15 11:42:27 queue INFO 0 [844] -2014-12-15 11:42:28 queue INFO 4 [845] -2014-12-15 11:42:28 queue INFO 0 [846] -2014-12-15 11:42:28 queue INFO 4 [847] -2014-12-15 11:42:29 queue INFO 0 [848] -2014-12-15 11:42:29 queue INFO 4 [849] -2014-12-15 11:42:29 queue INFO 0 [850] -2014-12-15 11:42:30 queue INFO 4 [851] -2014-12-15 11:42:30 queue INFO 0 [852] -2014-12-15 11:42:30 queue INFO 4 [853] -2014-12-15 11:42:31 queue INFO 0 [854] -2014-12-15 11:42:31 queue INFO 4 [855] -2014-12-15 11:42:31 queue INFO 0 [856] -2014-12-15 11:42:32 queue INFO 4 [857] -2014-12-15 11:42:32 queue INFO 0 [858] -2014-12-15 11:42:32 queue INFO 4 [859] -2014-12-15 11:42:33 queue INFO 0 [860] -2014-12-15 11:42:33 queue INFO 4 [861] -2014-12-15 11:42:33 queue INFO 0 [862] -2014-12-15 11:42:34 queue INFO 4 [863] -2014-12-15 11:42:34 queue INFO 0 [864] -2014-12-15 11:42:34 queue INFO 4 [865] -2014-12-15 11:42:35 queue INFO 0 [866] -2014-12-15 11:42:35 queue INFO 4 [867] -2014-12-15 11:42:35 queue INFO 0 [868] -2014-12-15 11:42:36 queue INFO 4 [869] -2014-12-15 11:42:36 queue INFO 0 [870] -2014-12-15 11:42:36 queue INFO 4 [871] -2014-12-15 11:42:37 queue INFO 0 [872] -2014-12-15 11:42:37 queue INFO 4 [873] -2014-12-15 11:42:37 queue INFO 0 [874] -2014-12-15 11:42:38 queue INFO 4 [875] -2014-12-15 11:42:38 queue INFO 0 [876] -2014-12-15 11:42:38 queue INFO 4 [877] -2014-12-15 11:42:39 queue INFO 0 [878] -2014-12-15 11:42:39 queue INFO 4 [879] -2014-12-15 11:42:39 queue INFO 0 [880] -2014-12-15 11:42:39 queue INFO 4 [881] -2014-12-15 11:42:40 queue INFO 0 [882] -2014-12-15 11:42:40 queue INFO 4 [883] -2014-12-15 11:42:41 queue INFO 0 [884] -2014-12-15 11:42:41 queue INFO 4 [885] -2014-12-15 11:42:41 queue INFO 0 [886] -2014-12-15 11:42:41 queue INFO 4 [887] -2014-12-15 11:42:42 queue INFO 0 [888] -2014-12-15 11:42:42 queue INFO 4 [889] -2014-12-15 11:42:43 queue INFO 0 [890] -2014-12-15 11:42:43 queue INFO 4 [891] -2014-12-15 11:42:43 queue INFO 0 [892] -2014-12-15 11:42:44 queue INFO 4 [893] -2014-12-15 11:42:44 queue INFO 0 [894] -2014-12-15 11:42:44 queue INFO 4 [895] -2014-12-15 11:42:45 queue INFO 0 [896] -2014-12-15 11:42:45 queue INFO 4 [897] -2014-12-15 11:42:45 queue INFO 0 [898] -2014-12-15 11:42:46 queue INFO 4 [899] -2014-12-15 11:42:46 queue INFO 0 [900] -2014-12-15 11:42:46 queue INFO 4 [901] -2014-12-15 11:42:47 queue INFO 0 [902] -2014-12-15 11:42:47 queue INFO 4 [903] -2014-12-15 11:42:47 queue INFO 0 [904] -2014-12-15 11:42:48 queue INFO 4 [905] -2014-12-15 11:42:48 queue INFO 0 [906] -2014-12-15 11:42:48 queue INFO 4 [907] -2014-12-15 11:42:49 queue INFO 0 [908] -2014-12-15 11:42:49 queue INFO 4 [909] -2014-12-15 11:42:49 queue INFO 0 [910] -2014-12-15 11:42:50 queue INFO 4 [911] -2014-12-15 11:42:50 queue INFO 0 [912] -2014-12-15 11:42:50 queue INFO 4 [913] -2014-12-15 11:42:51 queue INFO 0 [914] -2014-12-15 11:42:51 queue INFO 4 [915] -2014-12-15 11:42:51 queue INFO 0 [916] -2014-12-15 11:42:52 queue INFO 4 [917] -2014-12-15 11:42:52 queue INFO 0 [918] -2014-12-15 11:42:52 queue INFO 4 [919] -2014-12-15 11:42:52 queue INFO 0 [920] -2014-12-15 11:42:53 queue INFO 4 [921] -2014-12-15 11:42:53 queue INFO 0 [922] -2014-12-15 11:42:53 queue INFO 4 [923] -2014-12-15 11:42:54 queue INFO 0 [924] -2014-12-15 11:42:54 queue INFO 4 [925] -2014-12-15 11:42:54 queue INFO 0 [926] -2014-12-15 11:42:55 queue INFO 4 [927] -2014-12-15 11:42:55 queue INFO 0 [928] -2014-12-15 11:42:55 queue INFO 4 [929] -2014-12-15 11:42:56 queue INFO 0 [930] -2014-12-15 11:42:56 queue INFO 4 [931] -2014-12-15 11:42:56 queue INFO 0 [932] -2014-12-15 11:42:57 queue INFO 4 [933] -2014-12-15 11:42:57 queue INFO 0 [934] -2014-12-15 11:42:57 queue INFO 4 [935] -2014-12-15 11:42:58 queue INFO 0 [936] -2014-12-15 11:42:58 queue INFO 4 [937] -2014-12-15 11:42:58 queue INFO 0 [938] -2014-12-15 11:42:59 queue INFO 4 [939] -2014-12-15 11:42:59 queue INFO 0 [940] -2014-12-15 11:42:59 queue INFO 4 [941] -2014-12-15 11:43:00 queue INFO 0 [942] -2014-12-15 11:43:00 queue INFO 4 [943] -2014-12-15 11:43:00 queue INFO 0 [944] -2014-12-15 11:43:01 queue INFO 4 [945] -2014-12-15 11:43:01 queue INFO 0 [946] -2014-12-15 11:43:01 queue INFO 4 [947] -2014-12-15 11:43:02 queue INFO 0 [948] -2014-12-15 11:43:02 queue INFO 4 [949] -2014-12-15 11:43:02 queue INFO 0 [950] -2014-12-15 11:43:03 queue INFO 4 [951] -2014-12-15 11:43:03 queue INFO 0 [952] -2014-12-15 11:43:03 queue INFO 4 [953] -2014-12-15 11:43:04 queue INFO 0 [954] -2014-12-15 11:43:04 queue INFO 4 [955] -2014-12-15 11:43:04 queue INFO 0 [956] -2014-12-15 11:43:05 queue INFO 4 [957] -2014-12-15 11:43:05 queue INFO 0 [958] -2014-12-15 11:43:05 queue INFO 4 [959] -2014-12-15 11:43:06 queue INFO 0 [960] -2014-12-15 11:43:06 queue INFO 4 [961] -2014-12-15 11:43:06 queue INFO 0 [962] -2014-12-15 11:43:07 queue INFO 4 [963] -2014-12-15 11:43:07 queue INFO 0 [964] -2014-12-15 11:43:07 queue INFO 4 [965] -2014-12-15 11:43:08 queue INFO 0 [966] -2014-12-15 11:43:08 queue INFO 4 [967] -2014-12-15 11:43:08 queue INFO 0 [968] -2014-12-15 11:43:09 queue INFO 4 [969] -2014-12-15 11:43:09 queue INFO 0 [970] -2014-12-15 11:43:09 queue INFO 4 [971] -2014-12-15 11:43:10 queue INFO 0 [972] -2014-12-15 11:43:10 queue INFO 4 [973] -2014-12-15 11:43:10 queue INFO 0 [974] -2014-12-15 11:43:11 queue INFO 4 [975] -2014-12-15 11:43:11 queue INFO 0 [976] -2014-12-15 11:43:11 queue INFO 4 [977] -2014-12-15 11:43:12 queue INFO 0 [978] -2014-12-15 11:43:12 queue INFO 4 [979] -2014-12-15 11:43:12 queue INFO 0 [980] -2014-12-15 11:43:13 queue INFO 4 [981] -2014-12-15 11:43:13 queue INFO 0 [982] -2014-12-15 11:43:13 queue INFO 4 [983] -2014-12-15 11:43:14 queue INFO 0 [984] -2014-12-15 11:43:14 queue INFO 4 [985] -2014-12-15 11:43:14 queue INFO 0 [986] -2014-12-15 11:43:15 queue INFO 4 [987] -2014-12-15 11:43:15 queue INFO 0 [988] -2014-12-15 11:43:15 queue INFO 4 [989] -2014-12-15 11:43:16 queue INFO 0 [990] -2014-12-15 11:43:16 queue INFO 4 [991] -2014-12-15 11:43:16 queue INFO 0 [992] -2014-12-15 11:43:17 queue INFO 4 [993] -2014-12-15 11:43:17 queue INFO 0 [994] -2014-12-15 11:43:17 queue INFO 4 [995] -2014-12-15 11:43:17 queue INFO 0 [996] -2014-12-15 11:43:18 queue INFO 4 [997] -2014-12-15 11:43:18 queue INFO 0 [998] -2014-12-15 11:43:18 queue INFO 4 [999] -2014-12-15 11:43:19 queue INFO 0 [0] -2014-12-15 11:43:19 queue INFO 4 [1] -2014-12-15 11:43:19 queue INFO 0 [2] -2014-12-15 11:43:20 queue INFO 4 [3] -2014-12-15 11:43:20 queue INFO 0 [4] -2014-12-15 11:43:20 queue INFO 4 [5] -2014-12-15 11:43:21 queue INFO 0 [6] -2014-12-15 11:43:21 queue INFO 4 [7] -2014-12-15 11:43:21 queue INFO 0 [8] -2014-12-15 11:43:22 queue INFO 4 [9] -2014-12-15 11:43:22 queue INFO 0 [10] -2014-12-15 11:43:22 queue INFO 4 [11] -2014-12-15 11:43:23 queue INFO 0 [12] -2014-12-15 11:43:23 queue INFO 4 [13] -2014-12-15 11:43:23 queue INFO 0 [14] -2014-12-15 11:43:24 queue INFO 4 [15] -2014-12-15 11:43:24 queue INFO 0 [16] -2014-12-15 11:43:24 queue INFO 4 [17] -2014-12-15 11:43:25 queue INFO 0 [18] -2014-12-15 11:43:25 queue INFO 4 [19] -2014-12-15 11:43:25 queue INFO 0 [20] -2014-12-15 11:43:26 queue INFO 4 [21] -2014-12-15 11:43:26 queue INFO 0 [22] -2014-12-15 11:43:26 queue INFO 4 [23] -2014-12-15 11:43:27 queue INFO 0 [24] -2014-12-15 11:43:27 queue INFO 4 [25] -2014-12-15 11:43:27 queue INFO 0 [26] -2014-12-15 11:43:28 queue INFO 4 [27] -2014-12-15 11:43:28 queue INFO 0 [28] -2014-12-15 11:43:28 queue INFO 4 [29] -2014-12-15 11:43:28 queue INFO 0 [30] -2014-12-15 11:43:29 queue INFO 4 [31] -2014-12-15 11:43:29 queue INFO 0 [32] -2014-12-15 11:43:29 queue INFO 4 [33] -2014-12-15 11:43:30 queue INFO 0 [34] -2014-12-15 11:43:30 queue INFO 4 [35] -2014-12-15 11:43:30 queue INFO 0 [36] -2014-12-15 11:43:31 queue INFO 4 [37] -2014-12-15 11:43:31 queue INFO 0 [38] -2014-12-15 11:43:31 queue INFO 4 [39] -2014-12-15 11:43:32 queue INFO 0 [40] -2014-12-15 11:43:32 queue INFO 4 [41] -2014-12-15 11:43:33 queue INFO 0 [42] -2014-12-15 11:43:33 queue INFO 4 [43] -2014-12-15 11:43:33 queue INFO 0 [44] -2014-12-15 11:43:33 queue INFO 4 [45] -2014-12-15 11:43:34 queue INFO 0 [46] -2014-12-15 11:43:34 queue INFO 4 [47] -2014-12-15 11:43:34 queue INFO 0 [48] -2014-12-15 11:43:35 queue INFO 4 [49] -2014-12-15 11:43:35 queue INFO 0 [50] -2014-12-15 11:43:36 queue INFO 4 [51] -2014-12-15 11:43:36 queue INFO 0 [52] -2014-12-15 11:43:36 queue INFO 4 [53] -2014-12-15 11:43:37 queue INFO 0 [54] -2014-12-15 11:43:37 queue INFO 4 [55] -2014-12-15 11:43:37 queue INFO 0 [56] -2014-12-15 11:43:38 queue INFO 4 [57] -2014-12-15 11:43:38 queue INFO 0 [58] -2014-12-15 11:43:38 queue INFO 4 [59] -2014-12-15 11:43:39 queue INFO 0 [60] -2014-12-15 11:43:39 queue INFO 4 [61] -2014-12-15 11:43:39 queue INFO 0 [62] -2014-12-15 11:43:40 queue INFO 4 [63] -2014-12-15 11:43:40 queue INFO 0 [64] -2014-12-15 11:43:40 queue INFO 4 [65] -2014-12-15 11:43:41 queue INFO 0 [66] -2014-12-15 11:43:41 queue INFO 4 [67] -2014-12-15 11:43:41 queue INFO 0 [68] -2014-12-15 11:43:42 queue INFO 4 [69] -2014-12-15 11:43:42 queue INFO 0 [70] -2014-12-15 11:43:42 queue INFO 4 [71] -2014-12-15 11:43:43 queue INFO 0 [72] -2014-12-15 11:43:43 queue INFO 4 [73] -2014-12-15 11:43:43 queue INFO 0 [74] -2014-12-15 11:43:43 queue INFO 4 [75] -2014-12-15 11:43:44 queue INFO 0 [76] -2014-12-15 11:43:44 queue INFO 4 [77] -2014-12-15 11:43:44 queue INFO 0 [78] -2014-12-15 11:43:45 queue INFO 4 [79] -2014-12-15 11:43:45 queue INFO 0 [80] -2014-12-15 11:43:45 queue INFO 4 [81] -2014-12-15 11:43:46 queue INFO 0 [82] -2014-12-15 11:43:46 queue INFO 4 [83] -2014-12-15 11:43:46 queue INFO 0 [84] -2014-12-15 11:43:47 queue INFO 4 [85] -2014-12-15 11:43:47 queue INFO 0 [86] -2014-12-15 11:43:48 queue INFO 4 [87] -2014-12-15 11:43:48 queue INFO 0 [88] -2014-12-15 11:43:48 queue INFO 4 [89] -2014-12-15 11:43:49 queue INFO 0 [90] -2014-12-15 11:43:49 queue INFO 4 [91] -2014-12-15 11:43:49 queue INFO 0 [92] -2014-12-15 11:43:50 queue INFO 4 [93] -2014-12-15 11:43:50 queue INFO 0 [94] -2014-12-15 11:43:50 queue INFO 4 [95] -2014-12-15 11:43:51 queue INFO 0 [96] -2014-12-15 11:43:51 queue INFO 4 [97] -2014-12-15 11:43:51 queue INFO 0 [98] -2014-12-15 11:43:52 queue INFO 4 [99] -2014-12-15 11:43:52 queue INFO 0 [100] -2014-12-15 11:43:52 queue INFO 4 [101] -2014-12-15 11:43:52 queue INFO 0 [102] -2014-12-15 11:43:53 queue INFO 4 [103] -2014-12-15 11:43:53 queue INFO 0 [104] -2014-12-15 11:43:53 queue INFO 4 [105] -2014-12-15 11:43:54 queue INFO 0 [106] -2014-12-15 11:43:54 queue INFO 4 [107] -2014-12-15 11:43:54 queue INFO 0 [108] -2014-12-15 11:43:55 queue INFO 4 [109] -2014-12-15 11:43:55 queue INFO 0 [110] -2014-12-15 11:43:55 queue INFO 4 [111] -2014-12-15 11:43:56 queue INFO 0 [112] -2014-12-15 11:43:56 queue INFO 4 [113] -2014-12-15 11:43:56 queue INFO 0 [114] -2014-12-15 11:43:57 queue INFO 4 [115] -2014-12-15 11:43:57 queue INFO 0 [116] -2014-12-15 11:43:57 queue INFO 4 [117] -2014-12-15 11:43:58 queue INFO 0 [118] -2014-12-15 11:43:58 queue INFO 4 [119] -2014-12-15 11:43:58 queue INFO 0 [120] -2014-12-15 11:43:59 queue INFO 4 [121] -2014-12-15 11:43:59 queue INFO 0 [122] -2014-12-15 11:43:59 queue INFO 4 [123] -2014-12-15 11:44:00 queue INFO 0 [124] -2014-12-15 11:44:00 queue INFO 4 [125] -2014-12-15 11:44:00 queue INFO 0 [126] -2014-12-15 11:44:01 queue INFO 4 [127] -2014-12-15 11:44:01 queue INFO 0 [128] -2014-12-15 11:44:02 queue INFO 4 [129] -2014-12-15 11:44:02 queue INFO 0 [130] -2014-12-15 11:44:02 queue INFO 4 [131] -2014-12-15 11:44:03 queue INFO 0 [132] -2014-12-15 11:44:03 queue INFO 4 [133] -2014-12-15 11:44:03 queue INFO 0 [134] -2014-12-15 11:44:04 queue INFO 4 [135] -2014-12-15 11:44:04 queue INFO 0 [136] -2014-12-15 11:44:04 queue INFO 4 [137] -2014-12-15 11:44:04 queue INFO 0 [138] -2014-12-15 11:44:05 queue INFO 4 [139] -2014-12-15 11:44:05 queue INFO 0 [140] -2014-12-15 11:44:05 queue INFO 4 [141] -2014-12-15 11:44:06 queue INFO 0 [142] -2014-12-15 11:44:06 queue INFO 4 [143] -2014-12-15 11:44:06 queue INFO 0 [144] -2014-12-15 11:44:07 queue INFO 4 [145] -2014-12-15 11:44:07 queue INFO 0 [146] -2014-12-15 11:44:07 queue INFO 4 [147] -2014-12-15 11:44:08 queue INFO 0 [148] -2014-12-15 11:44:08 queue INFO 4 [149] -2014-12-15 11:44:08 queue INFO 0 [150] -2014-12-15 11:44:09 queue INFO 4 [151] -2014-12-15 11:44:09 queue INFO 0 [152] -2014-12-15 11:44:09 queue INFO 4 [153] -2014-12-15 11:44:10 queue INFO 0 [154] -2014-12-15 11:44:10 queue INFO 4 [155] -2014-12-15 11:44:10 queue INFO 0 [156] -2014-12-15 11:44:11 queue INFO 4 [157] -2014-12-15 11:44:11 queue INFO 0 [158] -2014-12-15 11:44:11 queue INFO 4 [159] -2014-12-15 11:44:12 queue INFO 0 [160] -2014-12-15 11:44:12 queue INFO 4 [161] -2014-12-15 11:44:12 queue INFO 0 [162] -2014-12-15 11:44:13 queue INFO 4 [163] -2014-12-15 11:44:13 queue INFO 0 [164] -2014-12-15 11:44:13 queue INFO 4 [165] -2014-12-15 11:44:14 queue INFO 0 [166] -2014-12-15 11:44:14 queue INFO 4 [167] -2014-12-15 11:44:14 queue INFO 0 [168] -2014-12-15 11:44:15 queue INFO 4 [169] -2014-12-15 11:44:15 queue INFO 0 [170] -2014-12-15 11:44:15 queue INFO 4 [171] -2014-12-15 11:44:16 queue INFO 0 [172] -2014-12-15 11:44:16 queue INFO 4 [173] -2014-12-15 11:44:16 queue INFO 0 [174] -2014-12-15 11:44:17 queue INFO 4 [175] -2014-12-15 11:44:17 queue INFO 0 [176] -2014-12-15 11:44:17 queue INFO 4 [177] -2014-12-15 11:44:18 queue INFO 0 [178] -2014-12-15 11:44:18 queue INFO 4 [179] -2014-12-15 11:44:18 queue INFO 0 [180] -2014-12-15 11:44:19 queue INFO 4 [181] -2014-12-15 11:44:19 queue INFO 0 [182] -2014-12-15 11:44:19 queue INFO 4 [183] -2014-12-15 11:44:19 queue INFO 0 [184] -2014-12-15 11:44:20 queue INFO 4 [185] -2014-12-15 11:44:20 queue INFO 0 [186] -2014-12-15 11:44:20 queue INFO 4 [187] -2014-12-15 11:44:21 queue INFO 0 [188] -2014-12-15 11:44:21 queue INFO 4 [189] -2014-12-15 11:44:21 queue INFO 0 [190] -2014-12-15 11:44:22 queue INFO 4 [191] -2014-12-15 11:44:22 queue INFO 0 [192] -2014-12-15 11:44:22 queue INFO 4 [193] -2014-12-15 11:44:23 queue INFO 0 [194] -2014-12-15 11:44:23 queue INFO 4 [195] -2014-12-15 11:44:23 queue INFO 0 [196] -2014-12-15 11:44:24 queue INFO 4 [197] -2014-12-15 11:44:24 queue INFO 0 [198] -2014-12-15 11:44:24 queue INFO 4 [199] -2014-12-15 11:44:25 queue INFO 0 [200] -2014-12-15 11:44:25 queue INFO 4 [201] -2014-12-15 11:44:25 queue INFO 0 [202] -2014-12-15 11:44:26 queue INFO 4 [203] -2014-12-15 11:44:26 queue INFO 0 [204] -2014-12-15 11:44:26 queue INFO 4 [205] -2014-12-15 11:44:27 queue INFO 0 [206] -2014-12-15 11:44:27 queue INFO 4 [207] -2014-12-15 11:44:27 queue INFO 0 [208] -2014-12-15 11:44:28 queue INFO 4 [209] -2014-12-15 11:44:28 queue INFO 0 [210] -2014-12-15 11:44:29 queue INFO 4 [211] -2014-12-15 11:44:29 queue INFO 0 [212] -2014-12-15 11:44:29 queue INFO 4 [213] -2014-12-15 11:44:30 queue INFO 0 [214] -2014-12-15 11:44:30 queue INFO 4 [215] -2014-12-15 11:44:30 queue INFO 0 [216] -2014-12-15 11:44:31 queue INFO 4 [217] -2014-12-15 11:44:31 queue INFO 0 [218] -2014-12-15 11:44:31 queue INFO 4 [219] -2014-12-15 11:44:32 queue INFO 0 [220] -2014-12-15 11:44:32 queue INFO 4 [221] -2014-12-15 11:44:32 queue INFO 0 [222] -2014-12-15 11:44:32 queue INFO 4 [223] -2014-12-15 11:44:33 queue INFO 0 [224] -2014-12-15 11:44:33 queue INFO 4 [225] -2014-12-15 11:44:33 queue INFO 0 [226] -2014-12-15 11:44:34 queue INFO 4 [227] -2014-12-15 11:44:34 queue INFO 0 [228] -2014-12-15 11:44:35 queue INFO 4 [229] -2014-12-15 11:44:35 queue INFO 0 [230] -2014-12-15 11:44:35 queue INFO 4 [231] -2014-12-15 11:44:36 queue INFO 0 [232] -2014-12-15 11:44:36 queue INFO 4 [233] -2014-12-15 11:44:36 queue INFO 0 [234] -2014-12-15 11:44:37 queue INFO 4 [235] -2014-12-15 11:44:37 queue INFO 0 [236] -2014-12-15 11:44:37 queue INFO 4 [237] -2014-12-15 11:44:38 queue INFO 0 [238] -2014-12-15 11:44:38 queue INFO 4 [239] -2014-12-15 11:44:38 queue INFO 0 [240] -2014-12-15 11:44:39 queue INFO 4 [241] -2014-12-15 11:44:39 queue INFO 0 [242] -2014-12-15 11:44:39 queue INFO 4 [243] -2014-12-15 11:44:39 queue INFO 0 [244] -2014-12-15 11:44:40 queue INFO 4 [245] -2014-12-15 11:44:40 queue INFO 0 [246] -2014-12-15 11:44:40 queue INFO 4 [247] -2014-12-15 11:44:41 queue INFO 0 [248] -2014-12-15 11:44:41 queue INFO 4 [249] -2014-12-15 11:44:41 queue INFO 0 [250] -2014-12-15 11:44:42 queue INFO 4 [251] -2014-12-15 11:44:42 queue INFO 0 [252] -2014-12-15 11:44:42 queue INFO 4 [253] -2014-12-15 11:44:43 queue INFO 0 [254] -2014-12-15 11:44:43 queue INFO 4 [255] -2014-12-15 11:44:43 queue INFO 0 [256] -2014-12-15 11:44:44 queue INFO 4 [257] -2014-12-15 11:44:44 queue INFO 0 [258] -2014-12-15 11:44:44 queue INFO 4 [259] -2014-12-15 11:44:45 queue INFO 0 [260] -2014-12-15 11:44:45 queue INFO 4 [261] -2014-12-15 11:44:45 queue INFO 0 [262] -2014-12-15 11:44:46 queue INFO 4 [263] -2014-12-15 11:44:46 queue INFO 0 [264] -2014-12-15 11:44:46 queue INFO 4 [265] -2014-12-15 11:44:47 queue INFO 0 [266] -2014-12-15 11:44:47 queue INFO 4 [267] -2014-12-15 11:44:47 queue INFO 0 [268] -2014-12-15 11:44:48 queue INFO 4 [269] -2014-12-15 11:44:48 queue INFO 0 [270] -2014-12-15 11:44:48 queue INFO 4 [271] -2014-12-15 11:44:49 queue INFO 0 [272] -2014-12-15 11:44:49 queue INFO 4 [273] -2014-12-15 11:44:49 queue INFO 0 [274] -2014-12-15 11:44:50 queue INFO 4 [275] -2014-12-15 11:44:50 queue INFO 0 [276] -2014-12-15 11:44:50 queue INFO 4 [277] -2014-12-15 11:44:51 queue INFO 0 [278] -2014-12-15 11:44:51 queue INFO 4 [279] -2014-12-15 11:44:51 queue INFO 0 [280] -2014-12-15 11:44:52 queue INFO 4 [281] -2014-12-15 11:44:52 queue INFO 0 [282] -2014-12-15 11:44:52 queue INFO 4 [283] -2014-12-15 11:44:53 queue INFO 0 [284] -2014-12-15 11:44:53 queue INFO 4 [285] -2014-12-15 11:44:53 queue INFO 0 [286] -2014-12-15 11:44:54 queue INFO 4 [287] -2014-12-15 11:44:54 queue INFO 0 [288] -2014-12-15 11:44:54 queue INFO 4 [289] -2014-12-15 11:44:55 queue INFO 0 [290] -2014-12-15 11:44:55 queue INFO 4 [291] -2014-12-15 11:44:56 queue INFO 0 [292] -2014-12-15 11:44:56 queue INFO 4 [293] -2014-12-15 11:44:56 queue INFO 0 [294] -2014-12-15 11:44:56 queue INFO 4 [295] -2014-12-15 11:44:57 queue INFO 0 [296] -2014-12-15 11:44:57 queue INFO 4 [297] -2014-12-15 11:44:57 queue INFO 0 [298] -2014-12-15 11:44:58 queue INFO 4 [299] -2014-12-15 11:44:58 queue INFO 0 [300] -2014-12-15 11:44:58 queue INFO 4 [301] -2014-12-15 11:44:59 queue INFO 0 [302] -2014-12-15 11:44:59 queue INFO 4 [303] -2014-12-15 11:44:59 queue INFO 0 [304] -2014-12-15 11:45:00 queue INFO 4 [305] -2014-12-15 11:45:00 queue INFO 0 [306] -2014-12-15 11:45:00 queue INFO 4 [307] -2014-12-15 11:45:01 queue INFO 0 [308] -2014-12-15 11:45:01 queue INFO 4 [309] -2014-12-15 11:45:01 queue INFO 0 [310] -2014-12-15 11:45:02 queue INFO 4 [311] -2014-12-15 11:45:02 queue INFO 0 [312] -2014-12-15 11:45:02 queue INFO 4 [313] -2014-12-15 11:45:03 queue INFO 0 [314] -2014-12-15 11:45:03 queue INFO 4 [315] -2014-12-15 11:45:03 queue INFO 0 [316] -2014-12-15 11:45:04 queue INFO 4 [317] -2014-12-15 11:45:04 queue INFO 0 [318] -2014-12-15 11:45:04 queue INFO 4 [319] -2014-12-15 11:45:05 queue INFO 0 [320] -2014-12-15 11:45:05 queue INFO 4 [321] -2014-12-15 11:45:05 queue INFO 0 [322] -2014-12-15 11:45:06 queue INFO 4 [323] -2014-12-15 11:45:06 queue INFO 0 [324] -2014-12-15 11:45:06 queue INFO 4 [325] -2014-12-15 11:45:07 queue INFO 0 [326] -2014-12-15 11:45:07 queue INFO 4 [327] -2014-12-15 11:45:07 queue INFO 0 [328] -2014-12-15 11:45:08 queue INFO 4 [329] -2014-12-15 11:45:08 queue INFO 0 [330] -2014-12-15 11:45:08 queue INFO 4 [331] -2014-12-15 11:45:08 queue INFO 0 [332] -2014-12-15 11:45:09 queue INFO 4 [333] -2014-12-15 11:45:09 queue INFO 0 [334] -2014-12-15 11:45:09 queue INFO 4 [335] -2014-12-15 11:45:10 queue INFO 0 [336] -2014-12-15 11:45:10 queue INFO 4 [337] -2014-12-15 11:45:10 queue INFO 0 [338] -2014-12-15 11:45:11 queue INFO 4 [339] -2014-12-15 11:45:11 queue INFO 0 [340] -2014-12-15 11:45:11 queue INFO 4 [341] -2014-12-15 11:45:12 queue INFO 0 [342] -2014-12-15 11:45:12 queue INFO 4 [343] -2014-12-15 11:45:12 queue INFO 0 [344] -2014-12-15 11:45:13 queue INFO 4 [345] -2014-12-15 11:45:13 queue INFO 0 [346] -2014-12-15 11:45:14 queue INFO 4 [347] -2014-12-15 11:45:14 queue INFO 0 [348] -2014-12-15 11:45:14 queue INFO 4 [349] -2014-12-15 11:45:15 queue INFO 0 [350] -2014-12-15 11:45:15 queue INFO 4 [351] -2014-12-15 11:45:15 queue INFO 0 [352] -2014-12-15 11:45:16 queue INFO 4 [353] -2014-12-15 11:45:16 queue INFO 0 [354] -2014-12-15 11:45:16 queue INFO 4 [355] -2014-12-15 11:45:17 queue INFO 0 [356] -2014-12-15 11:45:17 queue INFO 4 [357] -2014-12-15 11:45:17 queue INFO 0 [358] -2014-12-15 11:45:17 queue INFO 4 [359] -2014-12-15 11:45:18 queue INFO 0 [360] -2014-12-15 11:45:18 queue INFO 4 [361] -2014-12-15 11:45:19 queue INFO 0 [362] -2014-12-15 11:45:19 queue INFO 4 [363] -2014-12-15 11:45:19 queue INFO 0 [364] -2014-12-15 11:45:20 queue INFO 4 [365] -2014-12-15 11:45:20 queue INFO 0 [366] -2014-12-15 11:45:20 queue INFO 4 [367] -2014-12-15 11:45:21 queue INFO 0 [368] -2014-12-15 11:45:21 queue INFO 4 [369] -2014-12-15 11:45:21 queue INFO 0 [370] -2014-12-15 11:45:22 queue INFO 4 [371] -2014-12-15 11:45:22 queue INFO 0 [372] -2014-12-15 11:45:22 queue INFO 4 [373] -2014-12-15 11:45:23 queue INFO 0 [374] -2014-12-15 11:45:23 queue INFO 4 [375] -2014-12-15 11:45:23 queue INFO 0 [376] -2014-12-15 11:45:24 queue INFO 4 [377] -2014-12-15 11:45:24 queue INFO 0 [378] -2014-12-15 11:45:24 queue INFO 4 [379] -2014-12-15 11:45:25 queue INFO 0 [380] -2014-12-15 11:45:25 queue INFO 4 [381] -2014-12-15 11:45:25 queue INFO 0 [382] -2014-12-15 11:45:26 queue INFO 4 [383] -2014-12-15 11:45:26 queue INFO 0 [384] -2014-12-15 11:45:26 queue INFO 4 [385] -2014-12-15 11:45:27 queue INFO 0 [386] -2014-12-15 11:45:27 queue INFO 4 [387] -2014-12-15 11:45:27 queue INFO 0 [388] -2014-12-15 11:45:28 queue INFO 4 [389] -2014-12-15 11:45:28 queue INFO 0 [390] -2014-12-15 11:45:28 queue INFO 4 [391] -2014-12-15 11:45:28 queue INFO 0 [392] -2014-12-15 11:45:29 queue INFO 4 [393] -2014-12-15 11:45:29 queue INFO 0 [394] -2014-12-15 11:45:29 queue INFO 4 [395] -2014-12-15 11:45:30 queue INFO 0 [396] -2014-12-15 11:45:30 queue INFO 4 [397] -2014-12-15 11:45:30 queue INFO 0 [398] -2014-12-15 11:45:31 queue INFO 4 [399] -2014-12-15 11:45:31 queue INFO 0 [400] -2014-12-15 11:45:31 queue INFO 4 [401] -2014-12-15 11:45:32 queue INFO 0 [402] -2014-12-15 11:45:32 queue INFO 4 [403] -2014-12-15 11:45:32 queue INFO 0 [404] -2014-12-15 11:45:33 queue INFO 4 [405] -2014-12-15 11:45:33 queue INFO 0 [406] -2014-12-15 11:45:33 queue INFO 4 [407] -2014-12-15 11:45:34 queue INFO 0 [408] -2014-12-15 11:45:34 queue INFO 4 [409] -2014-12-15 11:45:34 queue INFO 0 [410] -2014-12-15 11:45:35 queue INFO 4 [411] -2014-12-15 11:45:35 queue INFO 0 [412] -2014-12-15 11:45:35 queue INFO 4 [413] -2014-12-15 11:45:36 queue INFO 0 [414] -2014-12-15 11:45:36 queue INFO 4 [415] -2014-12-15 11:45:36 queue INFO 0 [416] -2014-12-15 11:45:37 queue INFO 4 [417] -2014-12-15 11:45:37 queue INFO 0 [418] -2014-12-15 11:45:37 queue INFO 4 [419] -2014-12-15 11:45:38 queue INFO 0 [420] -2014-12-15 11:45:38 queue INFO 4 [421] -2014-12-15 11:45:38 queue INFO 0 [422] -2014-12-15 11:45:39 queue INFO 4 [423] -2014-12-15 11:45:39 queue INFO 0 [424] -2014-12-15 11:45:39 queue INFO 4 [425] -2014-12-15 11:45:40 queue INFO 0 [426] -2014-12-15 11:45:40 queue INFO 4 [427] -2014-12-15 11:45:40 queue INFO 0 [428] -2014-12-15 11:45:41 queue INFO 4 [429] -2014-12-15 11:45:41 queue INFO 0 [430] -2014-12-15 11:45:41 queue INFO 4 [431] -2014-12-15 11:45:42 queue INFO 0 [432] -2014-12-15 11:45:42 queue INFO 4 [433] -2014-12-15 11:45:42 queue INFO 0 [434] -2014-12-15 11:45:43 queue INFO 4 [435] -2014-12-15 11:45:43 queue INFO 0 [436] -2014-12-15 11:45:43 queue INFO 4 [437] -2014-12-15 11:45:44 queue INFO 0 [438] -2014-12-15 11:45:44 queue INFO 4 [439] -2014-12-15 11:45:44 queue INFO 0 [440] -2014-12-15 11:45:45 queue INFO 4 [441] -2014-12-15 11:45:45 queue INFO 0 [442] -2014-12-15 11:45:45 queue INFO 4 [443] -2014-12-15 11:45:46 queue INFO 0 [444] -2014-12-15 11:45:46 queue INFO 4 [445] -2014-12-15 11:45:46 queue INFO 0 [446] -2014-12-15 11:45:47 queue INFO 4 [447] -2014-12-15 11:45:47 queue INFO 0 [448] -2014-12-15 11:45:47 queue INFO 4 [449] -2014-12-15 11:45:48 queue INFO 0 [450] -2014-12-15 11:45:48 queue INFO 4 [451] -2014-12-15 11:45:48 queue INFO 0 [452] -2014-12-15 11:45:49 queue INFO 4 [453] -2014-12-15 11:45:49 queue INFO 0 [454] -2014-12-15 11:45:49 queue INFO 4 [455] -2014-12-15 11:45:50 queue INFO 0 [456] -2014-12-15 11:45:50 queue INFO 4 [457] -2014-12-15 11:45:50 queue INFO 0 [458] -2014-12-15 11:45:51 queue INFO 4 [459] -2014-12-15 11:45:51 queue INFO 0 [460] -2014-12-15 11:45:51 queue INFO 4 [461] -2014-12-15 11:45:52 queue INFO 0 [462] -2014-12-15 11:45:52 queue INFO 4 [463] -2014-12-15 11:45:52 queue INFO 0 [464] -2014-12-15 11:45:53 queue INFO 4 [465] -2014-12-15 11:45:53 queue INFO 0 [466] -2014-12-15 11:45:53 queue INFO 4 [467] -2014-12-15 11:45:54 queue INFO 0 [468] -2014-12-15 11:45:54 queue INFO 4 [469] -2014-12-15 11:45:54 queue INFO 0 [470] -2014-12-15 11:45:55 queue INFO 4 [471] -2014-12-15 11:45:55 queue INFO 0 [472] -2014-12-15 11:45:55 queue INFO 4 [473] -2014-12-15 11:45:56 queue INFO 0 [474] -2014-12-15 11:45:56 queue INFO 4 [475] -2014-12-15 11:45:56 queue INFO 0 [476] -2014-12-15 11:45:57 queue INFO 4 [477] -2014-12-15 11:45:57 queue INFO 0 [478] -2014-12-15 11:45:57 queue INFO 4 [479] -2014-12-15 11:45:58 queue INFO 0 [480] -2014-12-15 11:45:58 queue INFO 4 [481] -2014-12-15 11:45:58 queue INFO 0 [482] -2014-12-15 11:45:59 queue INFO 4 [483] -2014-12-15 11:45:59 queue INFO 0 [484] -2014-12-15 11:45:59 queue INFO 4 [485] -2014-12-15 11:45:59 queue INFO 0 [486] -2014-12-15 11:46:00 queue INFO 4 [487] -2014-12-15 11:46:00 queue INFO 0 [488] -2014-12-15 11:46:00 queue INFO 4 [489] -2014-12-15 11:46:01 queue INFO 0 [490] -2014-12-15 11:46:01 queue INFO 4 [491] -2014-12-15 11:46:01 queue INFO 0 [492] -2014-12-15 11:46:02 queue INFO 4 [493] -2014-12-15 11:46:02 queue INFO 0 [494] -2014-12-15 11:46:02 queue INFO 4 [495] -2014-12-15 11:46:03 queue INFO 0 [496] -2014-12-15 11:46:03 queue INFO 4 [497] -2014-12-15 11:46:03 queue INFO 0 [498] -2014-12-15 11:46:04 queue INFO 4 [499] -2014-12-15 11:46:04 queue INFO 0 [500] -2014-12-15 11:46:04 queue INFO 4 [501] -2014-12-15 11:46:05 queue INFO 0 [502] -2014-12-15 11:46:05 queue INFO 4 [503] -2014-12-15 11:46:05 queue INFO 0 [504] -2014-12-15 11:46:06 queue INFO 4 [505] -2014-12-15 11:46:06 queue INFO 0 [506] -2014-12-15 11:46:06 queue INFO 4 [507] -2014-12-15 11:46:07 queue INFO 0 [508] -2014-12-15 11:46:07 queue INFO 4 [509] -2014-12-15 11:46:07 queue INFO 0 [510] -2014-12-15 11:46:08 queue INFO 4 [511] -2014-12-15 11:46:08 queue INFO 0 [512] -2014-12-15 11:46:08 queue INFO 4 [513] -2014-12-15 11:46:09 queue INFO 0 [514] -2014-12-15 11:46:09 queue INFO 4 [515] -2014-12-15 11:46:09 queue INFO 0 [516] -2014-12-15 11:46:10 queue INFO 4 [517] -2014-12-15 11:46:10 queue INFO 0 [518] -2014-12-15 11:46:10 queue INFO 4 [519] -2014-12-15 11:46:11 queue INFO 0 [520] -2014-12-15 11:46:11 queue INFO 4 [521] -2014-12-15 11:46:11 queue INFO 0 [522] -2014-12-15 11:46:12 queue INFO 4 [523] -2014-12-15 11:46:12 queue INFO 0 [524] -2014-12-15 11:46:12 queue INFO 4 [525] -2014-12-15 11:46:13 queue INFO 0 [526] -2014-12-15 11:46:13 queue INFO 4 [527] -2014-12-15 11:46:13 queue INFO 0 [528] -2014-12-15 11:46:14 queue INFO 4 [529] -2014-12-15 11:46:14 queue INFO 0 [530] -2014-12-15 11:46:14 queue INFO 4 [531] -2014-12-15 11:46:15 queue INFO 0 [532] -2014-12-15 11:46:15 queue INFO 4 [533] -2014-12-15 11:46:15 queue INFO 0 [534] -2014-12-15 11:46:16 queue INFO 4 [535] -2014-12-15 11:46:16 queue INFO 0 [536] -2014-12-15 11:46:16 queue INFO 4 [537] -2014-12-15 11:46:17 queue INFO 0 [538] -2014-12-15 11:46:17 queue INFO 4 [539] -2014-12-15 11:46:17 queue INFO 0 [540] -2014-12-15 11:46:18 queue INFO 4 [541] -2014-12-15 11:46:18 queue INFO 0 [542] -2014-12-15 11:46:18 queue INFO 4 [543] -2014-12-15 11:46:19 queue INFO 0 [544] -2014-12-15 11:46:19 queue INFO 4 [545] -2014-12-15 11:46:19 queue INFO 0 [546] -2014-12-15 11:46:20 queue INFO 4 [547] -2014-12-15 11:46:20 queue INFO 0 [548] -2014-12-15 11:46:21 queue INFO 4 [549] -2014-12-15 11:46:21 queue INFO 0 [550] -2014-12-15 11:46:21 queue INFO 4 [551] -2014-12-15 11:46:22 queue INFO 0 [552] -2014-12-15 11:46:22 queue INFO 4 [553] -2014-12-15 11:46:22 queue INFO 0 [554] -2014-12-15 11:46:23 queue INFO 4 [555] -2014-12-15 11:46:23 queue INFO 0 [556] -2014-12-15 11:46:23 queue INFO 4 [557] -2014-12-15 11:46:24 queue INFO 0 [558] -2014-12-15 11:46:24 queue INFO 4 [559] -2014-12-15 11:46:24 queue INFO 0 [560] -2014-12-15 11:46:25 queue INFO 4 [561] -2014-12-15 11:46:25 queue INFO 0 [562] -2014-12-15 11:46:25 queue INFO 4 [563] -2014-12-15 11:46:25 queue INFO 0 [564] -2014-12-15 11:46:26 queue INFO 4 [565] -2014-12-15 11:46:26 queue INFO 0 [566] -2014-12-15 11:46:26 queue INFO 4 [567] -2014-12-15 11:46:27 queue INFO 0 [568] -2014-12-15 11:46:27 queue INFO 4 [569] -2014-12-15 11:46:27 queue INFO 0 [570] -2014-12-15 11:46:28 queue INFO 4 [571] -2014-12-15 11:46:28 queue INFO 0 [572] -2014-12-15 11:46:28 queue INFO 4 [573] -2014-12-15 11:46:29 queue INFO 0 [574] -2014-12-15 11:46:29 queue INFO 4 [575] -2014-12-15 11:46:29 queue INFO 0 [576] -2014-12-15 11:46:30 queue INFO 4 [577] -2014-12-15 11:46:30 queue INFO 0 [578] -2014-12-15 11:46:30 queue INFO 4 [579] -2014-12-15 11:46:31 queue INFO 0 [580] -2014-12-15 11:46:31 queue INFO 4 [581] -2014-12-15 11:46:31 queue INFO 0 [582] -2014-12-15 11:46:32 queue INFO 4 [583] -2014-12-15 11:46:32 queue INFO 0 [584] -2014-12-15 11:46:32 queue INFO 4 [585] -2014-12-15 11:46:33 queue INFO 0 [586] -2014-12-15 11:46:33 queue INFO 4 [587] -2014-12-15 11:46:33 queue INFO 0 [588] -2014-12-15 11:46:34 queue INFO 4 [589] -2014-12-15 11:46:34 queue INFO 0 [590] -2014-12-15 11:46:34 queue INFO 4 [591] -2014-12-15 11:46:35 queue INFO 0 [592] -2014-12-15 11:46:35 queue INFO 4 [593] -2014-12-15 11:46:36 queue INFO 0 [594] -2014-12-15 11:46:36 queue INFO 4 [595] -2014-12-15 11:46:36 queue INFO 0 [596] -2014-12-15 11:46:37 queue INFO 4 [597] -2014-12-15 11:46:37 queue INFO 0 [598] -2014-12-15 11:46:37 queue INFO 4 [599] -2014-12-15 11:46:38 queue INFO 0 [600] -2014-12-15 11:46:38 queue INFO 4 [601] -2014-12-15 11:46:38 queue INFO 0 [602] -2014-12-15 11:46:39 queue INFO 4 [603] -2014-12-15 11:46:39 queue INFO 0 [604] -2014-12-15 11:46:39 queue INFO 4 [605] -2014-12-15 11:46:39 queue INFO 0 [606] -2014-12-15 11:46:40 queue INFO 4 [607] -2014-12-15 11:46:40 queue INFO 0 [608] -2014-12-15 11:46:40 queue INFO 4 [609] -2014-12-15 11:46:41 queue INFO 0 [610] -2014-12-15 11:46:41 queue INFO 4 [611] -2014-12-15 11:46:41 queue INFO 0 [612] -2014-12-15 11:46:42 queue INFO 4 [613] -2014-12-15 11:46:42 queue INFO 0 [614] -2014-12-15 11:46:42 queue INFO 4 [615] -2014-12-15 11:46:43 queue INFO 0 [616] -2014-12-15 11:46:43 queue INFO 4 [617] -2014-12-15 11:46:43 queue INFO 0 [618] -2014-12-15 11:46:44 queue INFO 4 [619] -2014-12-15 11:46:44 queue INFO 0 [620] -2014-12-15 11:46:44 queue INFO 4 [621] -2014-12-15 11:46:45 queue INFO 0 [622] -2014-12-15 11:46:45 queue INFO 4 [623] -2014-12-15 11:46:45 queue INFO 0 [624] -2014-12-15 11:46:46 queue INFO 4 [625] -2014-12-15 11:46:46 queue INFO 0 [626] -2014-12-15 11:46:46 queue INFO 4 [627] -2014-12-15 11:46:47 queue INFO 0 [628] -2014-12-15 11:46:47 queue INFO 4 [629] -2014-12-15 11:46:47 queue INFO 0 [630] -2014-12-15 11:46:48 queue INFO 4 [631] -2014-12-15 11:46:48 queue INFO 0 [632] -2014-12-15 11:46:48 queue INFO 4 [633] -2014-12-15 11:46:49 queue INFO 0 [634] -2014-12-15 11:46:49 queue INFO 4 [635] -2014-12-15 11:46:49 queue INFO 0 [636] -2014-12-15 11:46:50 queue INFO 4 [637] -2014-12-15 11:46:50 queue INFO 0 [638] -2014-12-15 11:46:50 queue INFO 4 [639] -2014-12-15 11:46:51 queue INFO 0 [640] -2014-12-15 11:46:51 queue INFO 4 [641] -2014-12-15 11:46:51 queue INFO 0 [642] -2014-12-15 11:46:52 queue INFO 4 [643] -2014-12-15 11:46:53 queue INFO 0 [644] -2014-12-15 11:46:53 queue INFO 4 [645] -2014-12-15 11:46:53 queue INFO 0 [646] -2014-12-15 11:46:53 queue INFO 4 [647] -2014-12-15 11:46:54 queue INFO 0 [648] -2014-12-15 11:46:54 queue INFO 4 [649] -2014-12-15 11:46:55 queue INFO 0 [650] -2014-12-15 11:46:55 queue INFO 4 [651] -2014-12-15 11:46:55 queue INFO 0 [652] -2014-12-15 11:46:55 queue INFO 4 [653] -2014-12-15 11:46:56 queue INFO 0 [654] -2014-12-15 11:46:56 queue INFO 4 [655] -2014-12-15 11:46:57 queue INFO 0 [656] -2014-12-15 11:46:57 queue INFO 4 [657] -2014-12-15 11:46:57 queue INFO 0 [658] -2014-12-15 11:46:58 queue INFO 4 [659] -2014-12-15 11:46:58 queue INFO 0 [660] -2014-12-15 11:46:58 queue INFO 4 [661] -2014-12-15 11:46:58 queue INFO 0 [662] -2014-12-15 11:46:59 queue INFO 4 [663] -2014-12-15 11:46:59 queue INFO 0 [664] -2014-12-15 11:46:59 queue INFO 4 [665] -2014-12-15 11:47:00 queue INFO 0 [666] -2014-12-15 11:47:00 queue INFO 4 [667] -2014-12-15 11:47:00 queue INFO 0 [668] -2014-12-15 11:47:01 queue INFO 4 [669] -2014-12-15 11:47:01 queue INFO 0 [670] -2014-12-15 11:47:01 queue INFO 4 [671] -2014-12-15 11:47:02 queue INFO 0 [672] -2014-12-15 11:47:02 queue INFO 4 [673] -2014-12-15 11:47:03 queue INFO 0 [674] -2014-12-15 11:47:03 queue INFO 4 [675] -2014-12-15 11:47:03 queue INFO 0 [676] -2014-12-15 11:47:04 queue INFO 4 [677] -2014-12-15 11:47:04 queue INFO 0 [678] -2014-12-15 11:47:04 queue INFO 4 [679] -2014-12-15 11:47:05 queue INFO 0 [680] -2014-12-15 11:47:05 queue INFO 4 [681] -2014-12-15 11:47:05 queue INFO 0 [682] -2014-12-15 11:47:06 queue INFO 4 [683] -2014-12-15 11:47:06 queue INFO 0 [684] -2014-12-15 11:47:06 queue INFO 4 [685] -2014-12-15 11:47:07 queue INFO 0 [686] -2014-12-15 11:47:07 queue INFO 4 [687] -2014-12-15 11:47:07 queue INFO 0 [688] -2014-12-15 11:47:08 queue INFO 4 [689] -2014-12-15 11:47:08 queue INFO 0 [690] -2014-12-15 11:47:08 queue INFO 4 [691] -2014-12-15 11:47:09 queue INFO 0 [692] -2014-12-15 11:47:09 queue INFO 4 [693] -2014-12-15 11:47:09 queue INFO 0 [694] -2014-12-15 11:47:10 queue INFO 4 [695] -2014-12-15 11:47:10 queue INFO 0 [696] -2014-12-15 11:47:10 queue INFO 4 [697] -2014-12-15 11:47:11 queue INFO 0 [698] -2014-12-15 11:47:11 queue INFO 4 [699] -2014-12-15 11:47:11 queue INFO 0 [700] -2014-12-15 11:47:12 queue INFO 4 [701] -2014-12-15 11:47:12 queue INFO 0 [702] -2014-12-15 11:47:12 queue INFO 4 [703] -2014-12-15 11:47:13 queue INFO 0 [704] -2014-12-15 11:47:13 queue INFO 4 [705] -2014-12-15 11:47:13 queue INFO 0 [706] -2014-12-15 11:47:14 queue INFO 4 [707] -2014-12-15 11:47:14 queue INFO 0 [708] -2014-12-15 11:47:14 queue INFO 4 [709] -2014-12-15 11:47:15 queue INFO 0 [710] -2014-12-15 11:47:15 queue INFO 4 [711] -2014-12-15 11:47:15 queue INFO 0 [712] -2014-12-15 11:47:16 queue INFO 4 [713] -2014-12-15 11:47:16 queue INFO 0 [714] -2014-12-15 11:47:16 queue INFO 4 [715] -2014-12-15 11:47:17 queue INFO 0 [716] -2014-12-15 11:47:17 queue INFO 4 [717] -2014-12-15 11:47:17 queue INFO 0 [718] -2014-12-15 11:47:18 queue INFO 4 [719] -2014-12-15 11:47:18 queue INFO 0 [720] -2014-12-15 11:47:18 queue INFO 4 [721] -2014-12-15 11:47:19 queue INFO 0 [722] -2014-12-15 11:47:19 queue INFO 4 [723] -2014-12-15 11:47:19 queue INFO 0 [724] -2014-12-15 11:47:20 queue INFO 4 [725] -2014-12-15 11:47:20 queue INFO 0 [726] -2014-12-15 11:47:20 queue INFO 4 [727] -2014-12-15 11:47:21 queue INFO 0 [728] -2014-12-15 11:47:21 queue INFO 4 [729] -2014-12-15 11:47:21 queue INFO 0 [730] -2014-12-15 11:47:22 queue INFO 4 [731] -2014-12-15 11:47:22 queue INFO 0 [732] -2014-12-15 11:47:22 queue INFO 4 [733] -2014-12-15 11:47:23 queue INFO 0 [734] -2014-12-15 11:47:23 queue INFO 4 [735] -2014-12-15 11:47:23 queue INFO 0 [736] -2014-12-15 11:47:24 queue INFO 4 [737] -2014-12-15 11:47:24 queue INFO 0 [738] -2014-12-15 11:47:24 queue INFO 4 [739] -2014-12-15 11:47:25 queue INFO 0 [740] -2014-12-15 11:47:25 queue INFO 4 [741] -2014-12-15 11:47:25 queue INFO 0 [742] -2014-12-15 11:47:26 queue INFO 4 [743] -2014-12-15 11:47:26 queue INFO 0 [744] -2014-12-15 11:47:26 queue INFO 4 [745] -2014-12-15 11:47:27 queue INFO 0 [746] -2014-12-15 11:47:27 queue INFO 4 [747] -2014-12-15 11:47:27 queue INFO 0 [748] -2014-12-15 11:47:28 queue INFO 4 [749] -2014-12-15 11:47:28 queue INFO 0 [750] -2014-12-15 11:47:29 queue INFO 4 [751] -2014-12-15 11:47:29 queue INFO 0 [752] -2014-12-15 11:47:29 queue INFO 4 [753] -2014-12-15 11:47:30 queue INFO 0 [754] -2014-12-15 11:47:30 queue INFO 4 [755] -2014-12-15 11:47:30 queue INFO 0 [756] -2014-12-15 11:47:31 queue INFO 4 [757] -2014-12-15 11:47:31 queue INFO 0 [758] -2014-12-15 11:47:31 queue INFO 4 [759] -2014-12-15 11:47:32 queue INFO 0 [760] -2014-12-15 11:47:32 queue INFO 4 [761] -2014-12-15 11:47:32 queue INFO 0 [762] -2014-12-15 11:47:33 queue INFO 4 [763] -2014-12-15 11:47:33 queue INFO 0 [764] -2014-12-15 11:47:33 queue INFO 4 [765] -2014-12-15 11:47:34 queue INFO 0 [766] -2014-12-15 11:47:34 queue INFO 4 [767] -2014-12-15 11:47:34 queue INFO 0 [768] -2014-12-15 11:47:35 queue INFO 4 [769] -2014-12-15 11:47:35 queue INFO 0 [770] -2014-12-15 11:47:35 queue INFO 4 [771] -2014-12-15 11:47:36 queue INFO 0 [772] -2014-12-15 11:47:36 queue INFO 4 [773] -2014-12-15 11:47:36 queue INFO 0 [774] -2014-12-15 11:47:37 queue INFO 4 [775] -2014-12-15 11:47:37 queue INFO 0 [776] -2014-12-15 11:47:37 queue INFO 4 [777] -2014-12-15 11:47:38 queue INFO 0 [778] -2014-12-15 11:47:38 queue INFO 4 [779] -2014-12-15 11:47:38 queue INFO 0 [780] -2014-12-15 11:47:39 queue INFO 4 [781] -2014-12-15 11:47:39 queue INFO 0 [782] -2014-12-15 11:47:39 queue INFO 4 [783] -2014-12-15 11:47:40 queue INFO 0 [784] -2014-12-15 11:47:40 queue INFO 4 [785] -2014-12-15 11:47:40 queue INFO 0 [786] -2014-12-15 11:47:41 queue INFO 4 [787] -2014-12-15 11:47:41 queue INFO 0 [788] -2014-12-15 11:47:41 queue INFO 4 [789] -2014-12-15 11:47:42 queue INFO 0 [790] -2014-12-15 11:47:42 queue INFO 4 [791] -2014-12-15 11:47:42 queue INFO 0 [792] -2014-12-15 11:47:43 queue INFO 4 [793] -2014-12-15 11:47:43 queue INFO 0 [794] -2014-12-15 11:47:43 queue INFO 4 [795] -2014-12-15 11:47:44 queue INFO 0 [796] -2014-12-15 11:47:44 queue INFO 4 [797] -2014-12-15 11:47:45 queue INFO 0 [798] -2014-12-15 11:47:45 queue INFO 4 [799] -2014-12-15 11:47:45 queue INFO 0 [800] -2014-12-15 11:47:46 queue INFO 4 [801] -2014-12-15 11:47:46 queue INFO 0 [802] -2014-12-15 11:47:46 queue INFO 4 [803] -2014-12-15 11:47:47 queue INFO 0 [804] -2014-12-15 11:47:47 queue INFO 4 [805] -2014-12-15 11:47:47 queue INFO 0 [806] -2014-12-15 11:47:48 queue INFO 4 [807] -2014-12-15 11:47:48 queue INFO 0 [808] -2014-12-15 11:47:48 queue INFO 4 [809] -2014-12-15 11:47:49 queue INFO 0 [810] -2014-12-15 11:47:49 queue INFO 4 [811] -2014-12-15 11:47:49 queue INFO 0 [812] -2014-12-15 11:47:50 queue INFO 4 [813] -2014-12-15 11:47:50 queue INFO 0 [814] -2014-12-15 11:47:50 queue INFO 4 [815] -2014-12-15 11:47:51 queue INFO 0 [816] -2014-12-15 11:47:51 queue INFO 4 [817] -2014-12-15 11:47:51 queue INFO 0 [818] -2014-12-15 11:47:52 queue INFO 4 [819] -2014-12-15 11:47:52 queue INFO 0 [820] -2014-12-15 11:47:52 queue INFO 4 [821] -2014-12-15 11:47:53 queue INFO 0 [822] -2014-12-15 11:47:53 queue INFO 4 [823] -2014-12-15 11:47:53 queue INFO 0 [824] -2014-12-15 11:47:54 queue INFO 4 [825] -2014-12-15 11:47:54 queue INFO 0 [826] -2014-12-15 11:47:55 queue INFO 4 [827] -2014-12-15 11:47:55 queue INFO 0 [828] -2014-12-15 11:47:55 queue INFO 4 [829] -2014-12-15 11:47:56 queue INFO 0 [830] -2014-12-15 11:47:56 queue INFO 4 [831] -2014-12-15 11:47:56 queue INFO 0 [832] -2014-12-15 11:47:57 queue INFO 4 [833] -2014-12-15 11:47:57 queue INFO 0 [834] -2014-12-15 11:47:57 queue INFO 4 [835] -2014-12-15 11:47:58 queue INFO 0 [836] -2014-12-15 11:47:58 queue INFO 4 [837] -2014-12-15 11:47:58 queue INFO 0 [838] -2014-12-15 11:47:59 queue INFO 4 [839] -2014-12-15 11:47:59 queue INFO 0 [840] -2014-12-15 11:47:59 queue INFO 4 [841] -2014-12-15 11:48:00 queue INFO 0 [842] -2014-12-15 11:48:00 queue INFO 4 [843] -2014-12-15 11:48:00 queue INFO 0 [844] -2014-12-15 11:48:01 queue INFO 4 [845] -2014-12-15 11:48:01 queue INFO 0 [846] -2014-12-15 11:48:01 queue INFO 4 [847] -2014-12-15 11:48:02 queue INFO 0 [848] -2014-12-15 11:48:02 queue INFO 4 [849] -2014-12-15 11:48:02 queue INFO 0 [850] -2014-12-15 11:48:03 queue INFO 4 [851] -2014-12-15 11:48:03 queue INFO 0 [852] -2014-12-15 11:48:03 queue INFO 4 [853] -2014-12-15 11:48:03 queue INFO 0 [854] -2014-12-15 11:48:04 queue INFO 4 [855] -2014-12-15 11:48:04 queue INFO 0 [856] -2014-12-15 11:48:04 queue INFO 4 [857] -2014-12-15 11:48:05 queue INFO 0 [858] -2014-12-15 11:48:05 queue INFO 4 [859] -2014-12-15 11:48:05 queue INFO 0 [860] -2014-12-15 11:48:06 queue INFO 4 [861] -2014-12-15 11:48:06 queue INFO 0 [862] -2014-12-15 11:48:06 queue INFO 4 [863] -2014-12-15 11:48:07 queue INFO 0 [864] -2014-12-15 11:48:07 queue INFO 4 [865] -2014-12-15 11:48:07 queue INFO 0 [866] -2014-12-15 11:48:08 queue INFO 4 [867] -2014-12-15 11:48:08 queue INFO 0 [868] -2014-12-15 11:48:08 queue INFO 4 [869] -2014-12-15 11:48:09 queue INFO 0 [870] -2014-12-15 11:48:09 queue INFO 4 [871] -2014-12-15 11:48:09 queue INFO 0 [872] -2014-12-15 11:48:10 queue INFO 4 [873] -2014-12-15 11:48:10 queue INFO 0 [874] -2014-12-15 11:48:10 queue INFO 4 [875] -2014-12-15 11:48:11 queue INFO 0 [876] -2014-12-15 11:48:11 queue INFO 4 [877] -2014-12-15 11:48:11 queue INFO 0 [878] -2014-12-15 11:48:12 queue INFO 4 [879] -2014-12-15 11:48:12 queue INFO 0 [880] -2014-12-15 11:48:12 queue INFO 4 [881] -2014-12-15 11:48:13 queue INFO 0 [882] -2014-12-15 11:48:13 queue INFO 4 [883] -2014-12-15 11:48:13 queue INFO 0 [884] -2014-12-15 11:48:14 queue INFO 4 [885] -2014-12-15 11:48:14 queue INFO 0 [886] -2014-12-15 11:48:14 queue INFO 4 [887] -2014-12-15 11:48:15 queue INFO 0 [888] -2014-12-15 11:48:15 queue INFO 4 [889] -2014-12-15 11:48:15 queue INFO 0 [890] -2014-12-15 11:48:16 queue INFO 4 [891] -2014-12-15 11:48:16 queue INFO 0 [892] -2014-12-15 11:48:16 queue INFO 4 [893] -2014-12-15 11:48:17 queue INFO 0 [894] -2014-12-15 11:48:17 queue INFO 4 [895] -2014-12-15 11:48:17 queue INFO 0 [896] -2014-12-15 11:48:18 queue INFO 4 [897] -2014-12-15 11:48:18 queue INFO 0 [898] -2014-12-15 11:48:18 queue INFO 4 [899] -2014-12-15 11:48:19 queue INFO 0 [900] -2014-12-15 11:48:19 queue INFO 4 [901] -2014-12-15 11:48:19 queue INFO 0 [902] -2014-12-15 11:48:20 queue INFO 4 [903] -2014-12-15 11:48:20 queue INFO 0 [904] -2014-12-15 11:48:21 queue INFO 4 [905] -2014-12-15 11:48:21 queue INFO 0 [906] -2014-12-15 11:48:21 queue INFO 4 [907] -2014-12-15 11:48:22 queue INFO 0 [908] -2014-12-15 11:48:22 queue INFO 4 [909] -2014-12-15 11:48:22 queue INFO 0 [910] -2014-12-15 11:48:23 queue INFO 4 [911] -2014-12-15 11:48:23 queue INFO 0 [912] -2014-12-15 11:48:23 queue INFO 4 [913] -2014-12-15 11:48:24 queue INFO 0 [914] -2014-12-15 11:48:24 queue INFO 4 [915] -2014-12-15 11:48:24 queue INFO 0 [916] -2014-12-15 11:48:25 queue INFO 4 [917] -2014-12-15 11:48:25 queue INFO 0 [918] -2014-12-15 11:48:25 queue INFO 4 [919] -2014-12-15 11:48:26 queue INFO 0 [920] -2014-12-15 11:48:26 queue INFO 4 [921] -2014-12-15 11:48:26 queue INFO 0 [922] -2014-12-15 11:48:27 queue INFO 4 [923] -2014-12-15 11:48:27 queue INFO 0 [924] -2014-12-15 11:48:27 queue INFO 4 [925] -2014-12-15 11:48:27 queue INFO 0 [926] -2014-12-15 11:48:28 queue INFO 4 [927] -2014-12-15 11:48:28 queue INFO 0 [928] -2014-12-15 11:48:28 queue INFO 4 [929] -2014-12-15 11:48:29 queue INFO 0 [930] -2014-12-15 11:48:29 queue INFO 4 [931] -2014-12-15 11:48:29 queue INFO 0 [932] -2014-12-15 11:48:30 queue INFO 4 [933] -2014-12-15 11:48:30 queue INFO 0 [934] -2014-12-15 11:48:30 queue INFO 4 [935] -2014-12-15 11:48:31 queue INFO 0 [936] -2014-12-15 11:48:31 queue INFO 4 [937] -2014-12-15 11:48:31 queue INFO 0 [938] -2014-12-15 11:48:32 queue INFO 4 [939] -2014-12-15 11:48:32 queue INFO 0 [940] -2014-12-15 11:48:32 queue INFO 4 [941] -2014-12-15 11:48:33 queue INFO 0 [942] -2014-12-15 11:48:33 queue INFO 4 [943] -2014-12-15 11:48:33 queue INFO 0 [944] -2014-12-15 11:48:34 queue INFO 4 [945] -2014-12-15 11:48:34 queue INFO 0 [946] -2014-12-15 11:48:34 queue INFO 4 [947] -2014-12-15 11:48:35 queue INFO 0 [948] -2014-12-15 11:48:35 queue INFO 4 [949] -2014-12-15 11:48:35 queue INFO 0 [950] -2014-12-15 11:48:36 queue INFO 4 [951] -2014-12-15 11:48:36 queue INFO 0 [952] -2014-12-15 11:48:36 queue INFO 4 [953] -2014-12-15 11:48:37 queue INFO 0 [954] -2014-12-15 11:48:37 queue INFO 4 [955] -2014-12-15 11:48:37 queue INFO 0 [956] -2014-12-15 11:48:38 queue INFO 4 [957] -2014-12-15 11:48:38 queue INFO 0 [958] -2014-12-15 11:48:38 queue INFO 4 [959] -2014-12-15 11:48:39 queue INFO 0 [960] -2014-12-15 11:48:39 queue INFO 4 [961] -2014-12-15 11:48:39 queue INFO 0 [962] -2014-12-15 11:48:40 queue INFO 4 [963] -2014-12-15 11:48:40 queue INFO 0 [964] -2014-12-15 11:48:40 queue INFO 4 [965] -2014-12-15 11:48:41 queue INFO 0 [966] -2014-12-15 11:48:41 queue INFO 4 [967] -2014-12-15 11:48:41 queue INFO 0 [968] -2014-12-15 11:48:42 queue INFO 4 [969] -2014-12-15 11:48:42 queue INFO 0 [970] -2014-12-15 11:48:42 queue INFO 4 [971] -2014-12-15 11:48:43 queue INFO 0 [972] -2014-12-15 11:48:43 queue INFO 4 [973] -2014-12-15 11:48:43 queue INFO 0 [974] -2014-12-15 11:48:44 queue INFO 4 [975] -2014-12-15 11:48:44 queue INFO 0 [976] -2014-12-15 11:48:44 queue INFO 4 [977] -2014-12-15 11:48:45 queue INFO 0 [978] -2014-12-15 11:48:45 queue INFO 4 [979] -2014-12-15 11:48:45 queue INFO 0 [980] -2014-12-15 11:48:46 queue INFO 4 [981] -2014-12-15 11:48:46 queue INFO 0 [982] -2014-12-15 11:48:46 queue INFO 4 [983] -2014-12-15 11:48:47 queue INFO 0 [984] -2014-12-15 11:48:47 queue INFO 4 [985] -2014-12-15 11:48:47 queue INFO 0 [986] -2014-12-15 11:48:48 queue INFO 4 [987] -2014-12-15 11:48:48 queue INFO 0 [988] -2014-12-15 11:48:48 queue INFO 4 [989] -2014-12-15 11:48:49 queue INFO 0 [990] -2014-12-15 11:48:49 queue INFO 4 [991] -2014-12-15 11:48:49 queue INFO 0 [992] -2014-12-15 11:48:50 queue INFO 4 [993] -2014-12-15 11:48:50 queue INFO 0 [994] -2014-12-15 11:48:50 queue INFO 4 [995] -2014-12-15 11:48:51 queue INFO 0 [996] -2014-12-15 11:48:51 queue INFO 4 [997] -2014-12-15 11:48:51 queue INFO 0 [998] -2014-12-15 11:48:52 queue INFO 4 [999] -2014-12-15 11:48:52 queue INFO 0 [0] -2014-12-15 11:48:52 queue INFO 4 [1] -2014-12-15 11:48:53 queue INFO 0 [2] -2014-12-15 11:48:53 queue INFO 4 [3] -2014-12-15 11:48:53 queue INFO 0 [4] -2014-12-15 11:48:54 queue INFO 4 [5] -2014-12-15 11:48:54 queue INFO 0 [6] -2014-12-15 11:48:54 queue INFO 4 [7] -2014-12-15 11:48:55 queue INFO 0 [8] -2014-12-15 11:48:55 queue INFO 4 [9] -2014-12-15 11:48:55 queue INFO 0 [10] -2014-12-15 11:48:56 queue INFO 4 [11] -2014-12-15 11:48:56 queue INFO 0 [12] -2014-12-15 11:48:56 queue INFO 4 [13] -2014-12-15 11:48:57 queue INFO 0 [14] -2014-12-15 11:48:57 queue INFO 4 [15] -2014-12-15 11:48:57 queue INFO 0 [16] -2014-12-15 11:48:58 queue INFO 4 [17] -2014-12-15 11:48:58 queue INFO 0 [18] -2014-12-15 11:48:58 queue INFO 4 [19] -2014-12-15 11:48:59 queue INFO 0 [20] -2014-12-15 11:48:59 queue INFO 4 [21] -2014-12-15 11:48:59 queue INFO 0 [22] -2014-12-15 11:49:00 queue INFO 4 [23] -2014-12-15 11:49:00 queue INFO 0 [24] -2014-12-15 11:49:00 queue INFO 4 [25] -2014-12-15 11:49:01 queue INFO 0 [26] -2014-12-15 11:49:01 queue INFO 4 [27] -2014-12-15 11:49:01 queue INFO 0 [28] -2014-12-15 11:49:02 queue INFO 4 [29] -2014-12-15 11:49:02 queue INFO 0 [30] -2014-12-15 11:49:02 queue INFO 4 [31] -2014-12-15 11:49:03 queue INFO 0 [32] -2014-12-15 11:49:03 queue INFO 4 [33] -2014-12-15 11:49:03 queue INFO 0 [34] -2014-12-15 11:49:04 queue INFO 4 [35] -2014-12-15 11:49:04 queue INFO 0 [36] -2014-12-15 11:49:04 queue INFO 4 [37] -2014-12-15 11:49:05 queue INFO 0 [38] -2014-12-15 11:49:05 queue INFO 4 [39] -2014-12-15 11:49:05 queue INFO 0 [40] -2014-12-15 11:49:05 queue INFO 4 [41] -2014-12-15 11:49:06 queue INFO 0 [42] -2014-12-15 11:49:06 queue INFO 4 [43] -2014-12-15 11:49:06 queue INFO 0 [44] -2014-12-15 11:49:07 queue INFO 4 [45] -2014-12-15 11:49:07 queue INFO 0 [46] -2014-12-15 11:49:07 queue INFO 4 [47] -2014-12-15 11:49:08 queue INFO 0 [48] -2014-12-15 11:49:08 queue INFO 4 [49] -2014-12-15 11:49:08 queue INFO 0 [50] -2014-12-15 11:49:09 queue INFO 4 [51] -2014-12-15 11:49:09 queue INFO 0 [52] -2014-12-15 11:49:09 queue INFO 4 [53] -2014-12-15 11:49:10 queue INFO 0 [54] -2014-12-15 11:49:10 queue INFO 4 [55] -2014-12-15 11:49:10 queue INFO 0 [56] -2014-12-15 11:49:11 queue INFO 4 [57] -2014-12-15 11:49:11 queue INFO 0 [58] -2014-12-15 11:49:11 queue INFO 4 [59] -2014-12-15 11:49:12 queue INFO 0 [60] -2014-12-15 11:49:12 queue INFO 4 [61] -2014-12-15 11:49:12 queue INFO 0 [62] -2014-12-15 11:49:13 queue INFO 4 [63] -2014-12-15 11:49:13 queue INFO 0 [64] -2014-12-15 11:49:13 queue INFO 4 [65] -2014-12-15 11:49:14 queue INFO 0 [66] -2014-12-15 11:49:14 queue INFO 4 [67] -2014-12-15 11:49:15 queue INFO 0 [68] -2014-12-15 11:49:15 queue INFO 4 [69] -2014-12-15 11:49:15 queue INFO 0 [70] -2014-12-15 11:49:16 queue INFO 4 [71] -2014-12-15 11:49:16 queue INFO 0 [72] -2014-12-15 11:49:16 queue INFO 4 [73] -2014-12-15 11:49:17 queue INFO 0 [74] -2014-12-15 11:49:17 queue INFO 4 [75] -2014-12-15 11:49:17 queue INFO 0 [76] -2014-12-15 11:49:18 queue INFO 4 [77] -2014-12-15 11:49:18 queue INFO 0 [78] -2014-12-15 11:49:18 queue INFO 4 [79] -2014-12-15 11:49:19 queue INFO 0 [80] -2014-12-15 11:49:19 queue INFO 4 [81] -2014-12-15 11:49:19 queue INFO 0 [82] -2014-12-15 11:49:20 queue INFO 4 [83] -2014-12-15 11:49:20 queue INFO 0 [84] -2014-12-15 11:49:20 queue INFO 4 [85] -2014-12-15 11:49:20 queue INFO 0 [86] -2014-12-15 11:49:21 queue INFO 4 [87] -2014-12-15 11:49:21 queue INFO 0 [88] -2014-12-15 11:49:21 queue INFO 4 [89] -2014-12-15 11:49:22 queue INFO 0 [90] -2014-12-15 11:49:22 queue INFO 4 [91] -2014-12-15 11:49:22 queue INFO 0 [92] -2014-12-15 11:49:23 queue INFO 4 [93] -2014-12-15 11:49:23 queue INFO 0 [94] -2014-12-15 11:49:24 queue INFO 4 [95] -2014-12-15 11:49:24 queue INFO 0 [96] -2014-12-15 11:49:24 queue INFO 4 [97] -2014-12-15 11:49:25 queue INFO 0 [98] -2014-12-15 11:49:25 queue INFO 4 [99] -2014-12-15 11:49:25 queue INFO 0 [100] -2014-12-15 11:49:26 queue INFO 4 [101] -2014-12-15 11:49:26 queue INFO 0 [102] -2014-12-15 11:49:26 queue INFO 4 [103] -2014-12-15 11:49:27 queue INFO 0 [104] -2014-12-15 11:49:27 queue INFO 4 [105] -2014-12-15 11:49:27 queue INFO 0 [106] -2014-12-15 11:49:28 queue INFO 4 [107] -2014-12-15 11:49:28 queue INFO 0 [108] -2014-12-15 11:49:28 queue INFO 4 [109] -2014-12-15 11:49:29 queue INFO 0 [110] -2014-12-15 11:49:29 queue INFO 4 [111] -2014-12-15 11:49:29 queue INFO 0 [112] -2014-12-15 11:49:30 queue INFO 4 [113] -2014-12-15 11:49:30 queue INFO 0 [114] -2014-12-15 11:49:30 queue INFO 4 [115] -2014-12-15 11:49:31 queue INFO 0 [116] -2014-12-15 11:49:31 queue INFO 4 [117] -2014-12-15 11:49:31 queue INFO 0 [118] -2014-12-15 11:49:32 queue INFO 4 [119] -2014-12-15 11:49:32 queue INFO 0 [120] -2014-12-15 11:49:32 queue INFO 4 [121] -2014-12-15 11:49:33 queue INFO 0 [122] -2014-12-15 11:49:33 queue INFO 4 [123] -2014-12-15 11:49:33 queue INFO 0 [124] -2014-12-15 11:49:34 queue INFO 4 [125] -2014-12-15 11:49:34 queue INFO 0 [126] -2014-12-15 11:49:34 queue INFO 4 [127] -2014-12-15 11:49:35 queue INFO 0 [128] -2014-12-15 11:49:35 queue INFO 4 [129] -2014-12-15 11:49:35 queue INFO 0 [130] -2014-12-15 11:49:36 queue INFO 4 [131] -2014-12-15 11:49:36 queue INFO 0 [132] -2014-12-15 11:49:36 queue INFO 4 [133] -2014-12-15 11:49:36 queue INFO 0 [134] -2014-12-15 11:49:37 queue INFO 4 [135] -2014-12-15 11:49:37 queue INFO 0 [136] -2014-12-15 11:49:37 queue INFO 4 [137] -2014-12-15 11:49:38 queue INFO 0 [138] -2014-12-15 11:49:38 queue INFO 4 [139] -2014-12-15 11:49:38 queue INFO 0 [140] -2014-12-15 11:49:39 queue INFO 4 [141] -2014-12-15 11:49:39 queue INFO 0 [142] -2014-12-15 11:49:39 queue INFO 4 [143] -2014-12-15 11:49:40 queue INFO 0 [144] -2014-12-15 11:49:40 queue INFO 4 [145] -2014-12-15 11:49:41 queue INFO 0 [146] -2014-12-15 11:49:41 queue INFO 4 [147] -2014-12-15 11:49:41 queue INFO 0 [148] -2014-12-15 11:49:42 queue INFO 4 [149] -2014-12-15 11:49:42 queue INFO 0 [150] -2014-12-15 11:49:42 queue INFO 4 [151] -2014-12-15 11:49:43 queue INFO 0 [152] -2014-12-15 11:49:43 queue INFO 4 [153] -2014-12-15 11:49:43 queue INFO 0 [154] -2014-12-15 11:49:44 queue INFO 4 [155] -2014-12-15 11:49:44 queue INFO 0 [156] -2014-12-15 11:49:44 queue INFO 4 [157] -2014-12-15 11:49:45 queue INFO 0 [158] -2014-12-15 11:49:45 queue INFO 4 [159] -2014-12-15 11:49:45 queue INFO 0 [160] -2014-12-15 11:49:46 queue INFO 4 [161] -2014-12-15 11:49:46 queue INFO 0 [162] -2014-12-15 11:49:46 queue INFO 4 [163] -2014-12-15 11:49:47 queue INFO 0 [164] -2014-12-15 11:49:47 queue INFO 4 [165] -2014-12-15 11:49:47 queue INFO 0 [166] -2014-12-15 11:49:48 queue INFO 4 [167] -2014-12-15 11:49:48 queue INFO 0 [168] -2014-12-15 11:49:48 queue INFO 4 [169] -2014-12-15 11:49:49 queue INFO 0 [170] -2014-12-15 11:49:49 queue INFO 4 [171] -2014-12-15 11:49:49 queue INFO 0 [172] -2014-12-15 11:49:50 queue INFO 4 [173] -2014-12-15 11:49:50 queue INFO 0 [174] -2014-12-15 11:49:50 queue INFO 4 [175] -2014-12-15 11:49:51 queue INFO 0 [176] -2014-12-15 11:49:51 queue INFO 4 [177] -2014-12-15 11:49:51 queue INFO 0 [178] -2014-12-15 11:49:52 queue INFO 4 [179] -2014-12-15 11:49:52 queue INFO 0 [180] -2014-12-15 11:49:52 queue INFO 4 [181] -2014-12-15 11:49:53 queue INFO 0 [182] -2014-12-15 11:49:53 queue INFO 4 [183] -2014-12-15 11:49:53 queue INFO 0 [184] -2014-12-15 11:49:54 queue INFO 4 [185] -2014-12-15 11:49:54 queue INFO 0 [186] -2014-12-15 11:49:54 queue INFO 4 [187] -2014-12-15 11:49:55 queue INFO 0 [188] -2014-12-15 11:49:55 queue INFO 4 [189] -2014-12-15 11:49:55 queue INFO 0 [190] -2014-12-15 11:49:56 queue INFO 4 [191] -2014-12-15 11:49:56 queue INFO 0 [192] -2014-12-15 11:49:56 queue INFO 4 [193] -2014-12-15 11:49:57 queue INFO 0 [194] -2014-12-15 11:49:57 queue INFO 4 [195] -2014-12-15 11:49:57 queue INFO 0 [196] -2014-12-15 11:49:58 queue INFO 4 [197] -2014-12-15 11:49:58 queue INFO 0 [198] -2014-12-15 11:49:58 queue INFO 4 [199] -2014-12-15 11:49:58 queue INFO 0 [200] -2014-12-15 11:49:59 queue INFO 4 [201] -2014-12-15 11:49:59 queue INFO 0 [202] -2014-12-15 11:49:59 queue INFO 4 [203] -2014-12-15 11:50:00 queue INFO 0 [204] -2014-12-15 11:50:00 queue INFO 4 [205] -2014-12-15 11:50:00 queue INFO 0 [206] -2014-12-15 11:50:01 queue INFO 4 [207] -2014-12-15 11:50:01 queue INFO 0 [208] -2014-12-15 11:50:01 queue INFO 4 [209] -2014-12-15 11:50:02 queue INFO 0 [210] -2014-12-15 11:50:02 queue INFO 4 [211] -2014-12-15 11:50:02 queue INFO 0 [212] -2014-12-15 11:50:03 queue INFO 4 [213] -2014-12-15 11:50:03 queue INFO 0 [214] -2014-12-15 11:50:03 queue INFO 4 [215] -2014-12-15 11:50:04 queue INFO 0 [216] -2014-12-15 11:50:04 queue INFO 4 [217] -2014-12-15 11:50:04 queue INFO 0 [218] -2014-12-15 11:50:05 queue INFO 4 [219] -2014-12-15 11:50:05 queue INFO 0 [220] -2014-12-15 11:50:05 queue INFO 4 [221] -2014-12-15 11:50:06 queue INFO 0 [222] -2014-12-15 11:50:06 queue INFO 4 [223] -2014-12-15 11:50:06 queue INFO 0 [224] -2014-12-15 11:50:07 queue INFO 4 [225] -2014-12-15 11:50:07 queue INFO 0 [226] -2014-12-15 11:50:07 queue INFO 4 [227] -2014-12-15 11:50:08 queue INFO 0 [228] -2014-12-15 11:50:08 queue INFO 4 [229] -2014-12-15 11:50:09 queue INFO 0 [230] -2014-12-15 11:50:09 queue INFO 4 [231] -2014-12-15 11:50:09 queue INFO 0 [232] -2014-12-15 11:50:10 queue INFO 4 [233] -2014-12-15 11:50:10 queue INFO 0 [234] -2014-12-15 11:50:10 queue INFO 4 [235] -2014-12-15 11:50:11 queue INFO 0 [236] -2014-12-15 11:50:11 queue INFO 4 [237] -2014-12-15 11:50:11 queue INFO 0 [238] -2014-12-15 11:50:12 queue INFO 4 [239] -2014-12-15 11:50:12 queue INFO 0 [240] -2014-12-15 11:50:12 queue INFO 4 [241] -2014-12-15 11:50:13 queue INFO 0 [242] -2014-12-15 11:50:13 queue INFO 4 [243] -2014-12-15 11:50:13 queue INFO 0 [244] -2014-12-15 11:50:14 queue INFO 4 [245] -2014-12-15 11:50:14 queue INFO 0 [246] -2014-12-15 11:50:14 queue INFO 4 [247] -2014-12-15 11:50:15 queue INFO 0 [248] -2014-12-15 11:50:15 queue INFO 4 [249] -2014-12-15 11:50:15 queue INFO 0 [250] -2014-12-15 11:50:16 queue INFO 4 [251] -2014-12-15 11:50:16 queue INFO 0 [252] -2014-12-15 11:50:16 queue INFO 4 [253] -2014-12-15 11:50:17 queue INFO 0 [254] -2014-12-15 11:50:17 queue INFO 4 [255] -2014-12-15 11:50:17 queue INFO 0 [256] -2014-12-15 11:50:18 queue INFO 4 [257] -2014-12-15 11:50:18 queue INFO 0 [258] -2014-12-15 11:50:18 queue INFO 4 [259] -2014-12-15 11:50:19 queue INFO 0 [260] -2014-12-15 11:50:19 queue INFO 4 [261] -2014-12-15 11:50:19 queue INFO 0 [262] -2014-12-15 11:50:20 queue INFO 4 [263] -2014-12-15 11:50:20 queue INFO 0 [264] -2014-12-15 11:50:20 queue INFO 4 [265] -2014-12-15 11:50:21 queue INFO 0 [266] -2014-12-15 11:50:21 queue INFO 4 [267] -2014-12-15 11:50:21 queue INFO 0 [268] -2014-12-15 11:50:22 queue INFO 4 [269] -2014-12-15 11:50:22 queue INFO 0 [270] -2014-12-15 11:50:22 queue INFO 4 [271] -2014-12-15 11:50:23 queue INFO 0 [272] -2014-12-15 11:50:23 queue INFO 4 [273] -2014-12-15 11:50:23 queue INFO 0 [274] -2014-12-15 11:50:24 queue INFO 4 [275] -2014-12-15 11:50:24 queue INFO 0 [276] -2014-12-15 11:50:24 queue INFO 4 [277] -2014-12-15 11:50:25 queue INFO 0 [278] -2014-12-15 11:50:25 queue INFO 4 [279] -2014-12-15 11:50:25 queue INFO 0 [280] -2014-12-15 11:50:26 queue INFO 4 [281] -2014-12-15 11:50:26 queue INFO 0 [282] -2014-12-15 11:50:26 queue INFO 4 [283] -2014-12-15 11:50:26 queue INFO 0 [284] -2014-12-15 11:50:27 queue INFO 4 [285] -2014-12-15 11:50:27 queue INFO 0 [286] -2014-12-15 11:50:27 queue INFO 4 [287] -2014-12-15 11:50:28 queue INFO 0 [288] -2014-12-15 11:50:28 queue INFO 4 [289] -2014-12-15 11:50:28 queue INFO 0 [290] -2014-12-15 11:50:29 queue INFO 4 [291] -2014-12-15 11:50:29 queue INFO 0 [292] -2014-12-15 11:50:29 queue INFO 4 [293] -2014-12-15 11:50:30 queue INFO 0 [294] -2014-12-15 11:50:30 queue INFO 4 [295] -2014-12-15 11:50:30 queue INFO 0 [296] -2014-12-15 11:50:31 queue INFO 4 [297] -2014-12-15 11:50:31 queue INFO 0 [298] -2014-12-15 11:50:31 queue INFO 4 [299] -2014-12-15 11:50:32 queue INFO 0 [300] -2014-12-15 11:50:32 queue INFO 4 [301] -2014-12-15 11:50:32 queue INFO 0 [302] -2014-12-15 11:50:33 queue INFO 4 [303] -2014-12-15 11:50:33 queue INFO 0 [304] -2014-12-15 11:50:33 queue INFO 4 [305] -2014-12-15 11:50:34 queue INFO 0 [306] -2014-12-15 11:50:34 queue INFO 4 [307] -2014-12-15 11:50:34 queue INFO 0 [308] -2014-12-15 11:50:35 queue INFO 4 [309] -2014-12-15 11:50:35 queue INFO 0 [310] -2014-12-15 11:50:36 queue INFO 4 [311] -2014-12-15 11:50:36 queue INFO 0 [312] -2014-12-15 11:50:36 queue INFO 4 [313] -2014-12-15 11:50:37 queue INFO 0 [314] -2014-12-15 11:50:37 queue INFO 4 [315] -2014-12-15 11:50:37 queue INFO 0 [316] -2014-12-15 11:50:38 queue INFO 4 [317] -2014-12-15 11:50:38 queue INFO 0 [318] -2014-12-15 11:50:38 queue INFO 4 [319] -2014-12-15 11:50:39 queue INFO 0 [320] -2014-12-15 11:50:39 queue INFO 4 [321] -2014-12-15 11:50:39 queue INFO 0 [322] -2014-12-15 11:50:40 queue INFO 4 [323] -2014-12-15 11:50:40 queue INFO 0 [324] -2014-12-15 11:50:40 queue INFO 4 [325] -2014-12-15 11:50:41 queue INFO 0 [326] -2014-12-15 11:50:41 queue INFO 4 [327] -2014-12-15 11:50:41 queue INFO 0 [328] -2014-12-15 11:50:42 queue INFO 4 [329] -2014-12-15 11:50:42 queue INFO 0 [330] -2014-12-15 11:50:42 queue INFO 4 [331] -2014-12-15 11:50:43 queue INFO 0 [332] -2014-12-15 11:50:43 queue INFO 4 [333] -2014-12-15 11:50:43 queue INFO 0 [334] -2014-12-15 11:50:44 queue INFO 4 [335] -2014-12-15 11:50:44 queue INFO 0 [336] -2014-12-15 11:50:44 queue INFO 4 [337] -2014-12-15 11:50:45 queue INFO 0 [338] -2014-12-15 11:50:45 queue INFO 4 [339] -2014-12-15 11:50:45 queue INFO 0 [340] -2014-12-15 11:50:46 queue INFO 4 [341] -2014-12-15 11:50:46 queue INFO 0 [342] -2014-12-15 11:50:46 queue INFO 4 [343] -2014-12-15 11:50:47 queue INFO 0 [344] -2014-12-15 11:50:47 queue INFO 4 [345] -2014-12-15 11:50:47 queue INFO 0 [346] -2014-12-15 11:50:48 queue INFO 4 [347] -2014-12-15 11:50:48 queue INFO 0 [348] -2014-12-15 11:50:48 queue INFO 4 [349] -2014-12-15 11:50:49 queue INFO 0 [350] -2014-12-15 11:50:49 queue INFO 4 [351] -2014-12-15 11:50:49 queue INFO 0 [352] -2014-12-15 11:50:50 queue INFO 4 [353] -2014-12-15 11:50:50 queue INFO 0 [354] -2014-12-15 11:50:50 queue INFO 4 [355] -2014-12-15 11:50:51 queue INFO 0 [356] -2014-12-15 11:50:51 queue INFO 4 [357] -2014-12-15 11:50:51 queue INFO 0 [358] -2014-12-15 11:50:52 queue INFO 4 [359] -2014-12-15 11:50:52 queue INFO 0 [360] -2014-12-15 11:50:52 queue INFO 4 [361] -2014-12-15 11:50:53 queue INFO 0 [362] -2014-12-15 11:50:53 queue INFO 4 [363] -2014-12-15 11:50:53 queue INFO 0 [364] -2014-12-15 11:50:54 queue INFO 4 [365] -2014-12-15 11:50:54 queue INFO 0 [366] -2014-12-15 11:50:54 queue INFO 4 [367] -2014-12-15 11:50:54 queue INFO 0 [368] -2014-12-15 11:50:55 queue INFO 4 [369] -2014-12-15 11:50:55 queue INFO 0 [370] -2014-12-15 11:50:55 queue INFO 4 [371] -2014-12-15 11:50:56 queue INFO 0 [372] -2014-12-15 11:50:56 queue INFO 4 [373] -2014-12-15 11:50:56 queue INFO 0 [374] -2014-12-15 11:50:57 queue INFO 4 [375] -2014-12-15 11:50:57 queue INFO 0 [376] -2014-12-15 11:50:57 queue INFO 4 [377] -2014-12-15 11:50:58 queue INFO 0 [378] -2014-12-15 11:50:58 queue INFO 4 [379] -2014-12-15 11:50:58 queue INFO 0 [380] -2014-12-15 11:50:59 queue INFO 4 [381] -2014-12-15 11:50:59 queue INFO 0 [382] -2014-12-15 11:51:00 queue INFO 4 [383] -2014-12-15 11:51:00 queue INFO 0 [384] -2014-12-15 11:51:00 queue INFO 4 [385] -2014-12-15 11:51:01 queue INFO 0 [386] -2014-12-15 11:51:01 queue INFO 4 [387] -2014-12-15 11:51:01 queue INFO 0 [388] -2014-12-15 11:51:02 queue INFO 4 [389] -2014-12-15 11:51:02 queue INFO 0 [390] -2014-12-15 11:51:02 queue INFO 4 [391] -2014-12-15 11:51:03 queue INFO 0 [392] -2014-12-15 11:51:03 queue INFO 4 [393] -2014-12-15 11:51:03 queue INFO 0 [394] -2014-12-15 11:51:04 queue INFO 4 [395] -2014-12-15 11:51:04 queue INFO 0 [396] -2014-12-15 11:51:04 queue INFO 4 [397] -2014-12-15 11:51:05 queue INFO 0 [398] -2014-12-15 11:51:05 queue INFO 4 [399] -2014-12-15 11:51:05 queue INFO 0 [400] -2014-12-15 11:51:06 queue INFO 4 [401] -2014-12-15 11:51:06 queue INFO 0 [402] -2014-12-15 11:51:06 queue INFO 4 [403] -2014-12-15 11:51:07 queue INFO 0 [404] -2014-12-15 11:51:07 queue INFO 4 [405] -2014-12-15 11:51:07 queue INFO 0 [406] -2014-12-15 11:51:08 queue INFO 4 [407] -2014-12-15 11:51:08 queue INFO 0 [408] -2014-12-15 11:51:08 queue INFO 4 [409] -2014-12-15 11:51:09 queue INFO 0 [410] -2014-12-15 11:51:09 queue INFO 4 [411] -2014-12-15 11:51:09 queue INFO 0 [412] -2014-12-15 11:51:10 queue INFO 4 [413] -2014-12-15 11:51:10 queue INFO 0 [414] -2014-12-15 11:51:10 queue INFO 4 [415] -2014-12-15 11:51:11 queue INFO 0 [416] -2014-12-15 11:51:11 queue INFO 4 [417] -2014-12-15 11:51:11 queue INFO 0 [418] -2014-12-15 11:51:12 queue INFO 4 [419] -2014-12-15 11:51:12 queue INFO 0 [420] -2014-12-15 11:51:12 queue INFO 4 [421] -2014-12-15 11:51:12 queue INFO 0 [422] -2014-12-15 11:51:13 queue INFO 4 [423] -2014-12-15 11:51:13 queue INFO 0 [424] -2014-12-15 11:51:13 queue INFO 4 [425] -2014-12-15 11:51:14 queue INFO 0 [426] -2014-12-15 11:51:14 queue INFO 4 [427] -2014-12-15 11:51:14 queue INFO 0 [428] -2014-12-15 11:51:15 queue INFO 4 [429] -2014-12-15 11:51:15 queue INFO 0 [430] -2014-12-15 11:51:15 queue INFO 4 [431] -2014-12-15 11:51:16 queue INFO 0 [432] -2014-12-15 11:51:16 queue INFO 4 [433] -2014-12-15 11:51:16 queue INFO 0 [434] -2014-12-15 11:51:17 queue INFO 4 [435] -2014-12-15 11:51:17 queue INFO 0 [436] -2014-12-15 11:51:18 queue INFO 4 [437] -2014-12-15 11:51:18 queue INFO 0 [438] -2014-12-15 11:51:18 queue INFO 4 [439] -2014-12-15 11:51:18 queue INFO 0 [440] -2014-12-15 11:51:19 queue INFO 4 [441] -2014-12-15 11:51:19 queue INFO 0 [442] -2014-12-15 11:51:19 queue INFO 4 [443] -2014-12-15 11:51:20 queue INFO 0 [444] -2014-12-15 11:51:20 queue INFO 4 [445] -2014-12-15 11:51:20 queue INFO 0 [446] -2014-12-15 11:51:21 queue INFO 4 [447] -2014-12-15 11:51:21 queue INFO 0 [448] -2014-12-15 11:51:22 queue INFO 4 [449] -2014-12-15 11:51:22 queue INFO 0 [450] -2014-12-15 11:51:22 queue INFO 4 [451] -2014-12-15 11:51:23 queue INFO 0 [452] -2014-12-15 11:51:23 queue INFO 4 [453] -2014-12-15 11:51:23 queue INFO 0 [454] -2014-12-15 11:51:24 queue INFO 4 [455] -2014-12-15 11:51:24 queue INFO 0 [456] -2014-12-15 11:51:24 queue INFO 4 [457] -2014-12-15 11:51:24 queue INFO 0 [458] -2014-12-15 11:51:25 queue INFO 4 [459] -2014-12-15 11:51:25 queue INFO 0 [460] -2014-12-15 11:51:25 queue INFO 4 [461] -2014-12-15 11:51:26 queue INFO 0 [462] -2014-12-15 11:51:26 queue INFO 4 [463] -2014-12-15 11:51:27 queue INFO 0 [464] -2014-12-15 11:51:27 queue INFO 4 [465] -2014-12-15 11:51:27 queue INFO 0 [466] -2014-12-15 11:51:28 queue INFO 4 [467] -2014-12-15 11:51:28 queue INFO 0 [468] -2014-12-15 11:51:28 queue INFO 4 [469] -2014-12-15 11:51:29 queue INFO 0 [470] -2014-12-15 11:51:29 queue INFO 4 [471] -2014-12-15 11:51:29 queue INFO 0 [472] -2014-12-15 11:51:30 queue INFO 4 [473] -2014-12-15 11:51:30 queue INFO 0 [474] -2014-12-15 11:51:30 queue INFO 4 [475] -2014-12-15 11:51:31 queue INFO 0 [476] -2014-12-15 11:51:31 queue INFO 4 [477] -2014-12-15 11:51:31 queue INFO 0 [478] -2014-12-15 11:51:32 queue INFO 4 [479] -2014-12-15 11:51:32 queue INFO 0 [480] -2014-12-15 11:51:32 queue INFO 4 [481] -2014-12-15 11:51:33 queue INFO 0 [482] -2014-12-15 11:51:33 queue INFO 4 [483] -2014-12-15 11:51:33 queue INFO 0 [484] -2014-12-15 11:51:34 queue INFO 4 [485] -2014-12-15 11:51:34 queue INFO 0 [486] -2014-12-15 11:51:34 queue INFO 4 [487] -2014-12-15 11:51:35 queue INFO 0 [488] -2014-12-15 11:51:35 queue INFO 4 [489] -2014-12-15 11:51:35 queue INFO 0 [490] -2014-12-15 11:51:36 queue INFO 4 [491] -2014-12-15 11:51:36 queue INFO 0 [492] -2014-12-15 11:51:36 queue INFO 4 [493] -2014-12-15 11:51:37 queue INFO 0 [494] -2014-12-15 11:51:37 queue INFO 4 [495] -2014-12-15 11:51:37 queue INFO 0 [496] -2014-12-15 11:51:38 queue INFO 4 [497] -2014-12-15 11:51:38 queue INFO 0 [498] -2014-12-15 11:51:38 queue INFO 4 [499] -2014-12-15 11:51:39 queue INFO 0 [500] -2014-12-15 11:51:39 queue INFO 4 [501] -2014-12-15 11:51:39 queue INFO 0 [502] -2014-12-15 11:51:40 queue INFO 4 [503] -2014-12-15 11:51:40 queue INFO 0 [504] -2014-12-15 11:51:40 queue INFO 4 [505] -2014-12-15 11:51:41 queue INFO 0 [506] -2014-12-15 11:51:41 queue INFO 4 [507] -2014-12-15 11:51:41 queue INFO 0 [508] -2014-12-15 11:51:42 queue INFO 4 [509] -2014-12-15 11:51:42 queue INFO 0 [510] -2014-12-15 11:51:42 queue INFO 4 [511] -2014-12-15 11:51:43 queue INFO 0 [512] -2014-12-15 11:51:43 queue INFO 4 [513] -2014-12-15 11:51:43 queue INFO 0 [514] -2014-12-15 11:51:44 queue INFO 4 [515] -2014-12-15 11:51:44 queue INFO 0 [516] -2014-12-15 11:51:44 queue INFO 4 [517] -2014-12-15 11:51:45 queue INFO 0 [518] -2014-12-15 11:51:45 queue INFO 4 [519] -2014-12-15 11:51:45 queue INFO 0 [520] -2014-12-15 11:51:46 queue INFO 4 [521] -2014-12-15 11:51:46 queue INFO 0 [522] -2014-12-15 11:51:46 queue INFO 4 [523] -2014-12-15 11:51:47 queue INFO 0 [524] -2014-12-15 11:51:47 queue INFO 4 [525] -2014-12-15 11:51:47 queue INFO 0 [526] -2014-12-15 11:51:48 queue INFO 4 [527] -2014-12-15 11:51:48 queue INFO 0 [528] -2014-12-15 11:51:48 queue INFO 4 [529] -2014-12-15 11:51:48 queue INFO 0 [530] -2014-12-15 11:51:49 queue INFO 4 [531] -2014-12-15 11:51:49 queue INFO 0 [532] -2014-12-15 11:51:49 queue INFO 4 [533] -2014-12-15 11:51:50 queue INFO 0 [534] -2014-12-15 11:51:50 queue INFO 4 [535] -2014-12-15 11:51:50 queue INFO 0 [536] -2014-12-15 11:51:51 queue INFO 4 [537] -2014-12-15 11:51:51 queue INFO 0 [538] -2014-12-15 11:51:51 queue INFO 4 [539] -2014-12-15 11:51:52 queue INFO 0 [540] -2014-12-15 11:51:52 queue INFO 4 [541] -2014-12-15 11:51:52 queue INFO 0 [542] -2014-12-15 11:51:53 queue INFO 4 [543] -2014-12-15 11:51:53 queue INFO 0 [544] -2014-12-15 11:51:54 queue INFO 4 [545] -2014-12-15 11:51:54 queue INFO 0 [546] -2014-12-15 11:51:54 queue INFO 4 [547] -2014-12-15 11:51:55 queue INFO 0 [548] -2014-12-15 11:51:55 queue INFO 4 [549] -2014-12-15 11:51:55 queue INFO 0 [550] -2014-12-15 11:51:56 queue INFO 4 [551] -2014-12-15 11:51:56 queue INFO 0 [552] -2014-12-15 11:51:56 queue INFO 4 [553] -2014-12-15 11:51:57 queue INFO 0 [554] -2014-12-15 11:51:57 queue INFO 4 [555] -2014-12-15 11:51:57 queue INFO 0 [556] -2014-12-15 11:51:58 queue INFO 4 [557] -2014-12-15 11:51:58 queue INFO 0 [558] -2014-12-15 11:51:58 queue INFO 4 [559] -2014-12-15 11:51:59 queue INFO 0 [560] -2014-12-15 11:51:59 queue INFO 4 [561] -2014-12-15 11:51:59 queue INFO 0 [562] -2014-12-15 11:52:00 queue INFO 4 [563] -2014-12-15 11:52:00 queue INFO 0 [564] -2014-12-15 11:52:00 queue INFO 4 [565] -2014-12-15 11:52:01 queue INFO 0 [566] -2014-12-15 11:52:01 queue INFO 4 [567] -2014-12-15 11:52:01 queue INFO 0 [568] -2014-12-15 11:52:02 queue INFO 4 [569] -2014-12-15 11:52:02 queue INFO 0 [570] -2014-12-15 11:52:02 queue INFO 4 [571] -2014-12-15 11:52:03 queue INFO 0 [572] -2014-12-15 11:52:03 queue INFO 4 [573] -2014-12-15 11:52:03 queue INFO 0 [574] -2014-12-15 11:52:04 queue INFO 4 [575] -2014-12-15 11:52:04 queue INFO 0 [576] -2014-12-15 11:52:04 queue INFO 4 [577] -2014-12-15 11:52:05 queue INFO 0 [578] -2014-12-15 11:52:05 queue INFO 4 [579] -2014-12-15 11:52:05 queue INFO 0 [580] -2014-12-15 11:52:06 queue INFO 4 [581] -2014-12-15 11:52:06 queue INFO 0 [582] -2014-12-15 11:52:06 queue INFO 4 [583] -2014-12-15 11:52:07 queue INFO 0 [584] -2014-12-15 11:52:07 queue INFO 4 [585] -2014-12-15 11:52:07 queue INFO 0 [586] -2014-12-15 11:52:08 queue INFO 4 [587] -2014-12-15 11:52:08 queue INFO 0 [588] -2014-12-15 11:52:08 queue INFO 4 [589] -2014-12-15 11:52:09 queue INFO 0 [590] -2014-12-15 11:52:09 queue INFO 4 [591] -2014-12-15 11:52:09 queue INFO 0 [592] -2014-12-15 11:52:10 queue INFO 4 [593] -2014-12-15 11:52:10 queue INFO 0 [594] -2014-12-15 11:52:10 queue INFO 4 [595] -2014-12-15 11:52:11 queue INFO 0 [596] -2014-12-15 11:52:11 queue INFO 4 [597] -2014-12-15 11:52:11 queue INFO 0 [598] -2014-12-15 11:52:11 queue INFO 4 [599] -2014-12-15 11:52:12 queue INFO 0 [600] -2014-12-15 11:52:12 queue INFO 4 [601] -2014-12-15 11:52:12 queue INFO 0 [602] -2014-12-15 11:52:13 queue INFO 4 [603] -2014-12-15 11:52:13 queue INFO 0 [604] -2014-12-15 11:52:13 queue INFO 4 [605] -2014-12-15 11:52:14 queue INFO 0 [606] -2014-12-15 11:52:14 queue INFO 4 [607] -2014-12-15 11:52:14 queue INFO 0 [608] -2014-12-15 11:52:15 queue INFO 4 [609] -2014-12-15 11:52:15 queue INFO 0 [610] -2014-12-15 11:52:15 queue INFO 4 [611] -2014-12-15 11:52:16 queue INFO 0 [612] -2014-12-15 11:52:16 queue INFO 4 [613] -2014-12-15 11:52:16 queue INFO 0 [614] -2014-12-15 11:52:17 queue INFO 4 [615] -2014-12-15 11:52:17 queue INFO 0 [616] -2014-12-15 11:52:17 queue INFO 4 [617] -2014-12-15 11:52:18 queue INFO 0 [618] -2014-12-15 11:52:18 queue INFO 4 [619] -2014-12-15 11:52:18 queue INFO 0 [620] -2014-12-15 11:52:19 queue INFO 4 [621] -2014-12-15 11:52:19 queue INFO 0 [622] -2014-12-15 11:52:19 queue INFO 4 [623] -2014-12-15 11:52:20 queue INFO 0 [624] -2014-12-15 11:52:20 queue INFO 4 [625] -2014-12-15 11:52:20 queue INFO 0 [626] -2014-12-15 11:52:21 queue INFO 4 [627] -2014-12-15 11:52:21 queue INFO 0 [628] -2014-12-15 11:52:22 queue INFO 4 [629] -2014-12-15 11:52:22 queue INFO 0 [630] -2014-12-15 11:52:22 queue INFO 4 [631] -2014-12-15 11:52:23 queue INFO 0 [632] -2014-12-15 11:52:23 queue INFO 4 [633] -2014-12-15 11:52:23 queue INFO 0 [634] -2014-12-15 11:52:24 queue INFO 4 [635] -2014-12-15 11:52:24 queue INFO 0 [636] -2014-12-15 11:52:24 queue INFO 4 [637] -2014-12-15 11:52:25 queue INFO 0 [638] -2014-12-15 11:52:25 queue INFO 4 [639] -2014-12-15 11:52:25 queue INFO 0 [640] -2014-12-15 11:52:26 queue INFO 4 [641] -2014-12-15 11:52:26 queue INFO 0 [642] -2014-12-15 11:52:26 queue INFO 4 [643] -2014-12-15 11:52:27 queue INFO 0 [644] -2014-12-15 11:52:27 queue INFO 4 [645] -2014-12-15 11:52:27 queue INFO 0 [646] -2014-12-15 11:52:28 queue INFO 4 [647] -2014-12-15 11:52:28 queue INFO 0 [648] -2014-12-15 11:52:28 queue INFO 4 [649] -2014-12-15 11:52:29 queue INFO 0 [650] -2014-12-15 11:52:29 queue INFO 4 [651] -2014-12-15 11:52:29 queue INFO 0 [652] -2014-12-15 11:52:30 queue INFO 4 [653] -2014-12-15 11:52:30 queue INFO 0 [654] -2014-12-15 11:52:30 queue INFO 4 [655] -2014-12-15 11:52:31 queue INFO 0 [656] -2014-12-15 11:52:31 queue INFO 4 [657] -2014-12-15 11:52:31 queue INFO 0 [658] -2014-12-15 11:52:32 queue INFO 4 [659] -2014-12-15 11:52:32 queue INFO 0 [660] -2014-12-15 11:52:32 queue INFO 4 [661] -2014-12-15 11:52:33 queue INFO 0 [662] -2014-12-15 11:52:33 queue INFO 4 [663] -2014-12-15 11:52:33 queue INFO 0 [664] -2014-12-15 11:52:34 queue INFO 4 [665] -2014-12-15 11:52:34 queue INFO 0 [666] -2014-12-15 11:52:34 queue INFO 4 [667] -2014-12-15 11:52:35 queue INFO 0 [668] -2014-12-15 11:52:35 queue INFO 4 [669] -2014-12-15 11:52:35 queue INFO 0 [670] -2014-12-15 11:52:35 queue INFO 4 [671] -2014-12-15 11:52:36 queue INFO 0 [672] -2014-12-15 11:52:36 queue INFO 4 [673] -2014-12-15 11:52:36 queue INFO 0 [674] -2014-12-15 11:52:37 queue INFO 4 [675] -2014-12-15 11:52:37 queue INFO 0 [676] -2014-12-15 11:52:37 queue INFO 4 [677] -2014-12-15 11:52:38 queue INFO 0 [678] -2014-12-15 11:52:38 queue INFO 4 [679] -2014-12-15 11:52:38 queue INFO 0 [680] -2014-12-15 11:52:39 queue INFO 4 [681] -2014-12-15 11:52:39 queue INFO 0 [682] -2014-12-15 11:52:39 queue INFO 4 [683] -2014-12-15 11:52:40 queue INFO 0 [684] -2014-12-15 11:52:40 queue INFO 4 [685] -2014-12-15 11:52:40 queue INFO 0 [686] -2014-12-15 11:52:41 queue INFO 4 [687] -2014-12-15 11:52:41 queue INFO 0 [688] -2014-12-15 11:52:41 queue INFO 4 [689] -2014-12-15 11:52:42 queue INFO 0 [690] -2014-12-15 11:52:42 queue INFO 4 [691] -2014-12-15 11:52:42 queue INFO 0 [692] -2014-12-15 11:52:43 queue INFO 4 [693] -2014-12-15 11:52:43 queue INFO 0 [694] -2014-12-15 11:52:43 queue INFO 4 [695] -2014-12-15 11:52:44 queue INFO 0 [696] -2014-12-15 11:52:44 queue INFO 4 [697] -2014-12-15 11:52:44 queue INFO 0 [698] -2014-12-15 11:52:45 queue INFO 4 [699] -2014-12-15 11:52:45 queue INFO 0 [700] -2014-12-15 11:52:45 queue INFO 4 [701] -2014-12-15 11:52:46 queue INFO 0 [702] -2014-12-15 11:52:46 queue INFO 4 [703] -2014-12-15 11:52:46 queue INFO 0 [704] -2014-12-15 11:52:47 queue INFO 4 [705] -2014-12-15 11:52:47 queue INFO 0 [706] -2014-12-15 11:52:47 queue INFO 4 [707] -2014-12-15 11:52:48 queue INFO 0 [708] -2014-12-15 11:52:48 queue INFO 4 [709] -2014-12-15 11:52:49 queue INFO 0 [710] -2014-12-15 11:52:49 queue INFO 4 [711] -2014-12-15 11:52:49 queue INFO 0 [712] -2014-12-15 11:52:50 queue INFO 4 [713] -2014-12-15 11:52:50 queue INFO 0 [714] -2014-12-15 11:52:50 queue INFO 4 [715] -2014-12-15 11:52:51 queue INFO 0 [716] -2014-12-15 11:52:51 queue INFO 4 [717] -2014-12-15 11:52:51 queue INFO 0 [718] -2014-12-15 11:52:52 queue INFO 4 [719] -2014-12-15 11:52:52 queue INFO 0 [720] -2014-12-15 11:52:52 queue INFO 4 [721] -2014-12-15 11:52:52 queue INFO 0 [722] -2014-12-15 11:52:53 queue INFO 4 [723] -2014-12-15 11:52:53 queue INFO 0 [724] -2014-12-15 11:52:53 queue INFO 4 [725] -2014-12-15 11:52:54 queue INFO 0 [726] -2014-12-15 11:52:54 queue INFO 4 [727] -2014-12-15 11:52:54 queue INFO 0 [728] -2014-12-15 11:52:55 queue INFO 4 [729] -2014-12-15 11:52:55 queue INFO 0 [730] -2014-12-15 11:52:55 queue INFO 4 [731] -2014-12-15 11:52:56 queue INFO 0 [732] -2014-12-15 11:52:56 queue INFO 4 [733] -2014-12-15 11:52:56 queue INFO 0 [734] -2014-12-15 11:52:57 queue INFO 4 [735] -2014-12-15 11:52:57 queue INFO 0 [736] -2014-12-15 11:52:57 queue INFO 4 [737] -2014-12-15 11:52:58 queue INFO 0 [738] -2014-12-15 11:52:58 queue INFO 4 [739] -2014-12-15 11:52:58 queue INFO 0 [740] -2014-12-15 11:52:59 queue INFO 4 [741] -2014-12-15 11:52:59 queue INFO 0 [742] -2014-12-15 11:52:59 queue INFO 4 [743] -2014-12-15 11:53:00 queue INFO 0 [744] -2014-12-15 11:53:00 queue INFO 4 [745] -2014-12-15 11:53:00 queue INFO 0 [746] -2014-12-15 11:53:01 queue INFO 4 [747] -2014-12-15 11:53:01 queue INFO 0 [748] -2014-12-15 11:53:01 queue INFO 4 [749] -2014-12-15 11:53:02 queue INFO 0 [750] -2014-12-15 11:53:02 queue INFO 4 [751] -2014-12-15 11:53:02 queue INFO 0 [752] -2014-12-15 11:53:03 queue INFO 4 [753] -2014-12-15 11:53:03 queue INFO 0 [754] -2014-12-15 11:53:03 queue INFO 4 [755] -2014-12-15 11:53:04 queue INFO 0 [756] -2014-12-15 11:53:04 queue INFO 4 [757] -2014-12-15 11:53:04 queue INFO 0 [758] -2014-12-15 11:53:05 queue INFO 4 [759] -2014-12-15 11:53:05 queue INFO 0 [760] -2014-12-15 11:53:05 queue INFO 4 [761] -2014-12-15 11:53:06 queue INFO 0 [762] -2014-12-15 11:53:06 queue INFO 4 [763] -2014-12-15 11:53:06 queue INFO 0 [764] -2014-12-15 11:53:07 queue INFO 4 [765] -2014-12-15 11:53:07 queue INFO 0 [766] -2014-12-15 11:53:07 queue INFO 4 [767] -2014-12-15 11:53:08 queue INFO 0 [768] -2014-12-15 11:53:08 queue INFO 4 [769] -2014-12-15 11:53:08 queue INFO 0 [770] -2014-12-15 11:53:09 queue INFO 4 [771] -2014-12-15 11:53:09 queue INFO 0 [772] -2014-12-15 11:53:09 queue INFO 4 [773] -2014-12-15 11:53:10 queue INFO 0 [774] -2014-12-15 11:53:10 queue INFO 4 [775] -2014-12-15 11:53:10 queue INFO 0 [776] -2014-12-15 11:53:11 queue INFO 4 [777] -2014-12-15 11:53:11 queue INFO 0 [778] -2014-12-15 11:53:11 queue INFO 4 [779] -2014-12-15 11:53:12 queue INFO 0 [780] -2014-12-15 11:53:12 queue INFO 4 [781] -2014-12-15 11:53:12 queue INFO 0 [782] -2014-12-15 11:53:13 queue INFO 4 [783] -2014-12-15 11:53:13 queue INFO 0 [784] -2014-12-15 11:53:13 queue INFO 4 [785] -2014-12-15 11:53:14 queue INFO 0 [786] -2014-12-15 11:53:14 queue INFO 4 [787] -2014-12-15 11:53:15 queue INFO 0 [788] -2014-12-15 11:53:15 queue INFO 4 [789] -2014-12-15 11:53:15 queue INFO 0 [790] -2014-12-15 11:53:16 queue INFO 4 [791] -2014-12-15 11:53:16 queue INFO 0 [792] -2014-12-15 11:53:16 queue INFO 4 [793] -2014-12-15 11:53:17 queue INFO 0 [794] -2014-12-15 11:53:17 queue INFO 4 [795] -2014-12-15 11:53:17 queue INFO 0 [796] -2014-12-15 11:53:18 queue INFO 4 [797] -2014-12-15 11:53:18 queue INFO 0 [798] -2014-12-15 11:53:18 queue INFO 4 [799] -2014-12-15 11:53:19 queue INFO 0 [800] -2014-12-15 11:53:19 queue INFO 4 [801] -2014-12-15 11:53:19 queue INFO 0 [802] -2014-12-15 11:53:20 queue INFO 4 [803] -2014-12-15 11:53:20 queue INFO 0 [804] -2014-12-15 11:53:20 queue INFO 4 [805] -2014-12-15 11:53:21 queue INFO 0 [806] -2014-12-15 11:53:21 queue INFO 4 [807] -2014-12-15 11:53:21 queue INFO 0 [808] -2014-12-15 11:53:22 queue INFO 4 [809] -2014-12-15 11:53:22 queue INFO 0 [810] -2014-12-15 11:53:22 queue INFO 4 [811] -2014-12-15 11:53:23 queue INFO 0 [812] -2014-12-15 11:53:23 queue INFO 4 [813] -2014-12-15 11:53:23 queue INFO 0 [814] -2014-12-15 11:53:24 queue INFO 4 [815] -2014-12-15 11:53:24 queue INFO 0 [816] -2014-12-15 11:53:24 queue INFO 4 [817] -2014-12-15 11:53:24 queue INFO 0 [818] -2014-12-15 11:53:25 queue INFO 4 [819] -2014-12-15 11:53:25 queue INFO 0 [820] -2014-12-15 11:53:25 queue INFO 4 [821] -2014-12-15 11:53:26 queue INFO 0 [822] -2014-12-15 11:53:26 queue INFO 4 [823] -2014-12-15 11:53:26 queue INFO 0 [824] -2014-12-15 11:53:27 queue INFO 4 [825] -2014-12-15 11:53:27 queue INFO 0 [826] -2014-12-15 11:53:27 queue INFO 4 [827] -2014-12-15 11:53:28 queue INFO 0 [828] -2014-12-15 11:53:28 queue INFO 4 [829] -2014-12-15 11:53:28 queue INFO 0 [830] -2014-12-15 11:53:29 queue INFO 4 [831] -2014-12-15 11:53:29 queue INFO 0 [832] -2014-12-15 11:53:29 queue INFO 4 [833] -2014-12-15 11:53:30 queue INFO 0 [834] -2014-12-15 11:53:30 queue INFO 4 [835] -2014-12-15 11:53:30 queue INFO 0 [836] -2014-12-15 11:53:31 queue INFO 4 [837] -2014-12-15 11:53:31 queue INFO 0 [838] -2014-12-15 11:53:31 queue INFO 4 [839] -2014-12-15 11:53:32 queue INFO 0 [840] -2014-12-15 11:53:32 queue INFO 4 [841] -2014-12-15 11:53:32 queue INFO 0 [842] -2014-12-15 11:53:33 queue INFO 4 [843] -2014-12-15 11:53:33 queue INFO 0 [844] -2014-12-15 11:53:33 queue INFO 4 [845] -2014-12-15 11:53:34 queue INFO 0 [846] -2014-12-15 11:53:34 queue INFO 4 [847] -2014-12-15 11:53:34 queue INFO 0 [848] -2014-12-15 11:53:35 queue INFO 4 [849] -2014-12-15 11:53:35 queue INFO 0 [850] -2014-12-15 11:53:35 queue INFO 4 [851] -2014-12-15 11:53:36 queue INFO 0 [852] -2014-12-15 11:53:36 queue INFO 4 [853] -2014-12-15 11:53:36 queue INFO 0 [854] -2014-12-15 11:53:36 queue INFO 4 [855] -2014-12-15 11:53:37 queue INFO 0 [856] -2014-12-15 11:53:37 queue INFO 4 [857] -2014-12-15 11:53:37 queue INFO 0 [858] -2014-12-15 11:53:38 queue INFO 4 [859] -2014-12-15 11:53:38 queue INFO 0 [860] -2014-12-15 11:53:38 queue INFO 4 [861] -2014-12-15 11:53:39 queue INFO 0 [862] -2014-12-15 11:53:39 queue INFO 4 [863] -2014-12-15 11:53:39 queue INFO 0 [864] -2014-12-15 11:53:40 queue INFO 4 [865] -2014-12-15 11:53:40 queue INFO 0 [866] -2014-12-15 11:53:40 queue INFO 4 [867] -2014-12-15 11:53:41 queue INFO 0 [868] -2014-12-15 11:53:41 queue INFO 4 [869] -2014-12-15 11:53:42 queue INFO 0 [870] -2014-12-15 11:53:42 queue INFO 4 [871] -2014-12-15 11:53:42 queue INFO 0 [872] -2014-12-15 11:53:43 queue INFO 4 [873] -2014-12-15 11:53:43 queue INFO 0 [874] -2014-12-15 11:53:43 queue INFO 4 [875] -2014-12-15 11:53:44 queue INFO 0 [876] -2014-12-15 11:53:44 queue INFO 4 [877] -2014-12-15 11:53:44 queue INFO 0 [878] -2014-12-15 11:53:44 queue INFO 4 [879] -2014-12-15 11:53:45 queue INFO 0 [880] -2014-12-15 11:53:45 queue INFO 4 [881] -2014-12-15 11:53:45 queue INFO 0 [882] -2014-12-15 11:53:46 queue INFO 4 [883] -2014-12-15 11:53:46 queue INFO 0 [884] -2014-12-15 11:53:46 queue INFO 4 [885] -2014-12-15 11:53:47 queue INFO 0 [886] -2014-12-15 11:53:47 queue INFO 4 [887] -2014-12-15 11:53:47 queue INFO 0 [888] -2014-12-15 11:53:48 queue INFO 4 [889] -2014-12-15 11:53:48 queue INFO 0 [890] -2014-12-15 11:53:48 queue INFO 4 [891] -2014-12-15 11:53:49 queue INFO 0 [892] -2014-12-15 11:53:49 queue INFO 4 [893] -2014-12-15 11:53:49 queue INFO 0 [894] -2014-12-15 11:53:50 queue INFO 4 [895] -2014-12-15 11:53:50 queue INFO 0 [896] -2014-12-15 11:53:50 queue INFO 4 [897] -2014-12-15 11:53:51 queue INFO 0 [898] -2014-12-15 11:53:51 queue INFO 4 [899] -2014-12-15 11:53:51 queue INFO 0 [900] -2014-12-15 11:53:52 queue INFO 4 [901] -2014-12-15 11:53:52 queue INFO 0 [902] -2014-12-15 11:53:52 queue INFO 4 [903] -2014-12-15 11:53:53 queue INFO 0 [904] -2014-12-15 11:53:53 queue INFO 4 [905] -2014-12-15 11:53:53 queue INFO 0 [906] -2014-12-15 11:53:54 queue INFO 4 [907] -2014-12-15 11:53:54 queue INFO 0 [908] -2014-12-15 11:53:54 queue INFO 4 [909] -2014-12-15 11:53:55 queue INFO 0 [910] -2014-12-15 11:53:55 queue INFO 4 [911] -2014-12-15 11:53:55 queue INFO 0 [912] -2014-12-15 11:53:56 queue INFO 4 [913] -2014-12-15 11:53:56 queue INFO 0 [914] -2014-12-15 11:53:56 queue INFO 4 [915] -2014-12-15 11:53:57 queue INFO 0 [916] -2014-12-15 11:53:57 queue INFO 4 [917] -2014-12-15 11:53:57 queue INFO 0 [918] -2014-12-15 11:53:58 queue INFO 4 [919] -2014-12-15 11:53:58 queue INFO 0 [920] -2014-12-15 11:53:58 queue INFO 4 [921] -2014-12-15 11:53:58 queue INFO 0 [922] -2014-12-15 11:53:59 queue INFO 4 [923] -2014-12-15 11:53:59 queue INFO 0 [924] -2014-12-15 11:54:00 queue INFO 4 [925] -2014-12-15 11:54:00 queue INFO 0 [926] -2014-12-15 11:54:00 queue INFO 4 [927] -2014-12-15 11:54:01 queue INFO 0 [928] -2014-12-15 11:54:01 queue INFO 4 [929] -2014-12-15 11:54:01 queue INFO 0 [930] -2014-12-15 11:54:02 queue INFO 4 [931] -2014-12-15 11:54:02 queue INFO 0 [932] -2014-12-15 11:54:02 queue INFO 4 [933] -2014-12-15 11:54:03 queue INFO 0 [934] -2014-12-15 11:54:03 queue INFO 4 [935] -2014-12-15 11:54:03 queue INFO 0 [936] -2014-12-15 11:54:04 queue INFO 4 [937] -2014-12-15 11:54:04 queue INFO 0 [938] -2014-12-15 11:54:04 queue INFO 4 [939] -2014-12-15 11:54:05 queue INFO 0 [940] -2014-12-15 11:54:05 queue INFO 4 [941] -2014-12-15 11:54:05 queue INFO 0 [942] -2014-12-15 11:54:06 queue INFO 4 [943] -2014-12-15 11:54:06 queue INFO 0 [944] -2014-12-15 11:54:06 queue INFO 4 [945] -2014-12-15 11:54:06 queue INFO 0 [946] -2014-12-15 11:54:07 queue INFO 4 [947] -2014-12-15 11:54:07 queue INFO 0 [948] -2014-12-15 11:54:07 queue INFO 4 [949] -2014-12-15 11:54:08 queue INFO 0 [950] -2014-12-15 11:54:08 queue INFO 4 [951] -2014-12-15 11:54:09 queue INFO 0 [952] -2014-12-15 11:54:09 queue INFO 4 [953] -2014-12-15 11:54:09 queue INFO 0 [954] -2014-12-15 11:54:10 queue INFO 4 [955] -2014-12-15 11:54:10 queue INFO 0 [956] -2014-12-15 11:54:10 queue INFO 4 [957] -2014-12-15 11:54:11 queue INFO 0 [958] -2014-12-15 11:54:11 queue INFO 4 [959] -2014-12-15 11:54:11 queue INFO 0 [960] -2014-12-15 11:54:12 queue INFO 4 [961] -2014-12-15 11:54:12 queue INFO 0 [962] -2014-12-15 11:54:12 queue INFO 4 [963] -2014-12-15 11:54:13 queue INFO 0 [964] -2014-12-15 11:54:13 queue INFO 4 [965] -2014-12-15 11:54:13 queue INFO 0 [966] -2014-12-15 11:54:14 queue INFO 4 [967] -2014-12-15 11:54:14 queue INFO 0 [968] -2014-12-15 11:54:14 queue INFO 4 [969] -2014-12-15 11:54:15 queue INFO 0 [970] -2014-12-15 11:54:15 queue INFO 4 [971] -2014-12-15 11:54:15 queue INFO 0 [972] -2014-12-15 11:54:16 queue INFO 4 [973] -2014-12-15 11:54:16 queue INFO 0 [974] -2014-12-15 11:54:16 queue INFO 4 [975] -2014-12-15 11:54:17 queue INFO 0 [976] -2014-12-15 11:54:17 queue INFO 4 [977] -2014-12-15 11:54:17 queue INFO 0 [978] -2014-12-15 11:54:18 queue INFO 4 [979] -2014-12-15 11:54:18 queue INFO 0 [980] -2014-12-15 11:54:18 queue INFO 4 [981] -2014-12-15 11:54:19 queue INFO 0 [982] -2014-12-15 11:54:19 queue INFO 4 [983] -2014-12-15 11:54:19 queue INFO 0 [984] -2014-12-15 11:54:19 queue INFO 4 [985] -2014-12-15 11:54:20 queue INFO 0 [986] -2014-12-15 11:54:20 queue INFO 4 [987] -2014-12-15 11:54:21 queue INFO 0 [988] -2014-12-15 11:54:21 queue INFO 4 [989] -2014-12-15 11:54:21 queue INFO 0 [990] -2014-12-15 11:54:21 queue INFO 4 [991] -2014-12-15 11:54:22 queue INFO 0 [992] -2014-12-15 11:54:22 queue INFO 4 [993] -2014-12-15 11:54:22 queue INFO 0 [994] -2014-12-15 11:54:23 queue INFO 4 [995] -2014-12-15 11:54:23 queue INFO 0 [996] -2014-12-15 11:54:23 queue INFO 4 [997] -2014-12-15 11:54:24 queue INFO 0 [998] -2014-12-15 11:54:24 queue INFO 4 [999] -2014-12-15 11:54:24 queue INFO 0 [0] -2014-12-15 11:54:25 queue INFO 4 [1] -2014-12-15 11:54:25 queue INFO 0 [2] -2014-12-15 11:54:25 queue INFO 4 [3] -2014-12-15 11:54:26 queue INFO 0 [4] -2014-12-15 11:54:26 queue INFO 4 [5] -2014-12-15 11:54:26 queue INFO 0 [6] -2014-12-15 11:54:27 queue INFO 4 [7] -2014-12-15 11:54:27 queue INFO 0 [8] -2014-12-15 11:54:27 queue INFO 4 [9] -2014-12-15 11:54:28 queue INFO 0 [10] -2014-12-15 11:54:28 queue INFO 4 [11] -2014-12-15 11:54:28 queue INFO 0 [12] -2014-12-15 11:54:29 queue INFO 4 [13] -2014-12-15 11:54:29 queue INFO 0 [14] -2014-12-15 11:54:29 queue INFO 4 [15] -2014-12-15 11:54:30 queue INFO 0 [16] -2014-12-15 11:54:30 queue INFO 4 [17] -2014-12-15 11:54:30 queue INFO 0 [18] -2014-12-15 11:54:31 queue INFO 4 [19] -2014-12-15 11:54:31 queue INFO 0 [20] -2014-12-15 11:54:31 queue INFO 4 [21] -2014-12-15 11:54:32 queue INFO 0 [22] -2014-12-15 11:54:32 queue INFO 4 [23] -2014-12-15 11:54:32 queue INFO 0 [24] -2014-12-15 11:54:33 queue INFO 4 [25] -2014-12-15 11:54:33 queue INFO 0 [26] -2014-12-15 11:54:33 queue INFO 4 [27] -2014-12-15 11:54:34 queue INFO 0 [28] -2014-12-15 11:54:34 queue INFO 4 [29] -2014-12-15 11:54:34 queue INFO 0 [30] -2014-12-15 11:54:35 queue INFO 4 [31] -2014-12-15 11:54:35 queue INFO 0 [32] -2014-12-15 11:54:35 queue INFO 4 [33] -2014-12-15 11:54:36 queue INFO 0 [34] -2014-12-15 11:54:36 queue INFO 4 [35] -2014-12-15 11:54:36 queue INFO 0 [36] -2014-12-15 11:54:37 queue INFO 4 [37] -2014-12-15 11:54:37 queue INFO 0 [38] -2014-12-15 11:54:38 queue INFO 4 [39] -2014-12-15 11:54:38 queue INFO 0 [40] -2014-12-15 11:54:38 queue INFO 4 [41] -2014-12-15 11:54:38 queue INFO 0 [42] -2014-12-15 11:54:39 queue INFO 4 [43] -2014-12-15 11:54:39 queue INFO 0 [44] -2014-12-15 11:54:40 queue INFO 4 [45] -2014-12-15 11:54:40 queue INFO 0 [46] -2014-12-15 11:54:40 queue INFO 4 [47] -2014-12-15 11:54:40 queue INFO 0 [48] -2014-12-15 11:54:41 queue INFO 4 [49] -2014-12-15 11:54:41 queue INFO 0 [50] -2014-12-15 11:54:41 queue INFO 4 [51] -2014-12-15 11:54:42 queue INFO 0 [52] -2014-12-15 11:54:42 queue INFO 4 [53] -2014-12-15 11:54:42 queue INFO 0 [54] -2014-12-15 11:54:43 queue INFO 4 [55] -2014-12-15 11:54:43 queue INFO 0 [56] -2014-12-15 11:54:43 queue INFO 4 [57] -2014-12-15 11:54:44 queue INFO 0 [58] -2014-12-15 11:54:44 queue INFO 4 [59] -2014-12-15 11:54:44 queue INFO 0 [60] -2014-12-15 11:54:45 queue INFO 4 [61] -2014-12-15 11:54:45 queue INFO 0 [62] -2014-12-15 11:54:45 queue INFO 4 [63] -2014-12-15 11:54:46 queue INFO 0 [64] -2014-12-15 11:54:46 queue INFO 4 [65] -2014-12-15 11:54:46 queue INFO 0 [66] -2014-12-15 11:54:47 queue INFO 4 [67] -2014-12-15 11:54:47 queue INFO 0 [68] -2014-12-15 11:54:47 queue INFO 4 [69] -2014-12-15 11:54:48 queue INFO 0 [70] -2014-12-15 11:54:48 queue INFO 4 [71] -2014-12-15 11:54:48 queue INFO 0 [72] -2014-12-15 11:54:49 queue INFO 4 [73] -2014-12-15 11:54:49 queue INFO 0 [74] -2014-12-15 11:54:50 queue INFO 4 [75] -2014-12-15 11:54:50 queue INFO 0 [76] -2014-12-15 11:54:50 queue INFO 4 [77] -2014-12-15 11:54:50 queue INFO 0 [78] -2014-12-15 11:54:51 queue INFO 4 [79] -2014-12-15 11:54:51 queue INFO 0 [80] -2014-12-15 11:54:51 queue INFO 4 [81] -2014-12-15 11:54:52 queue INFO 0 [82] -2014-12-15 11:54:52 queue INFO 4 [83] -2014-12-15 11:54:52 queue INFO 0 [84] -2014-12-15 11:54:53 queue INFO 4 [85] -2014-12-15 11:54:53 queue INFO 0 [86] -2014-12-15 11:54:53 queue INFO 4 [87] -2014-12-15 11:54:54 queue INFO 0 [88] -2014-12-15 11:54:54 queue INFO 4 [89] -2014-12-15 11:54:54 queue INFO 0 [90] -2014-12-15 11:54:55 queue INFO 4 [91] -2014-12-15 11:54:55 queue INFO 0 [92] -2014-12-15 11:54:55 queue INFO 4 [93] -2014-12-15 11:54:56 queue INFO 0 [94] -2014-12-15 11:54:56 queue INFO 4 [95] -2014-12-15 11:54:56 queue INFO 0 [96] -2014-12-15 11:54:57 queue INFO 4 [97] -2014-12-15 11:54:57 queue INFO 0 [98] -2014-12-15 11:54:57 queue INFO 4 [99] -2014-12-15 11:54:58 queue INFO 0 [100] -2014-12-15 11:54:58 queue INFO 4 [101] -2014-12-15 11:54:58 queue INFO 0 [102] -2014-12-15 11:54:59 queue INFO 4 [103] -2014-12-15 11:54:59 queue INFO 0 [104] -2014-12-15 11:54:59 queue INFO 4 [105] -2014-12-15 11:55:00 queue INFO 0 [106] -2014-12-15 11:55:00 queue INFO 4 [107] -2014-12-15 11:55:00 queue INFO 0 [108] -2014-12-15 11:55:01 queue INFO 4 [109] -2014-12-15 11:55:01 queue INFO 0 [110] -2014-12-15 11:55:01 queue INFO 4 [111] -2014-12-15 11:55:02 queue INFO 0 [112] -2014-12-15 11:55:02 queue INFO 4 [113] -2014-12-15 11:55:02 queue INFO 0 [114] -2014-12-15 11:55:03 queue INFO 4 [115] -2014-12-15 11:55:03 queue INFO 0 [116] -2014-12-15 11:55:03 queue INFO 4 [117] -2014-12-15 11:55:04 queue INFO 0 [118] -2014-12-15 11:55:04 queue INFO 4 [119] -2014-12-15 11:55:04 queue INFO 0 [120] -2014-12-15 11:55:05 queue INFO 4 [121] -2014-12-15 11:55:05 queue INFO 0 [122] -2014-12-15 11:55:05 queue INFO 4 [123] -2014-12-15 11:55:06 queue INFO 0 [124] -2014-12-15 11:55:06 queue INFO 4 [125] -2014-12-15 11:55:06 queue INFO 0 [126] -2014-12-15 11:55:07 queue INFO 4 [127] -2014-12-15 11:55:07 queue INFO 0 [128] -2014-12-15 11:55:07 queue INFO 4 [129] -2014-12-15 11:55:08 queue INFO 0 [130] -2014-12-15 11:55:08 queue INFO 4 [131] -2014-12-15 11:55:08 queue INFO 0 [132] -2014-12-15 11:55:09 queue INFO 4 [133] -2014-12-15 11:55:09 queue INFO 0 [134] -2014-12-15 11:55:09 queue INFO 4 [135] -2014-12-15 11:55:10 queue INFO 0 [136] -2014-12-15 11:55:10 queue INFO 4 [137] -2014-12-15 11:55:10 queue INFO 0 [138] -2014-12-15 11:55:11 queue INFO 4 [139] -2014-12-15 11:55:11 queue INFO 0 [140] -2014-12-15 11:55:11 queue INFO 4 [141] -2014-12-15 11:55:12 queue INFO 0 [142] -2014-12-15 11:55:12 queue INFO 4 [143] -2014-12-15 11:55:12 queue INFO 0 [144] -2014-12-15 11:55:13 queue INFO 4 [145] -2014-12-15 11:55:13 queue INFO 0 [146] -2014-12-15 11:55:13 queue INFO 4 [147] -2014-12-15 11:55:14 queue INFO 0 [148] -2014-12-15 11:55:14 queue INFO 4 [149] -2014-12-15 11:55:14 queue INFO 0 [150] -2014-12-15 11:55:15 queue INFO 4 [151] -2014-12-15 11:55:15 queue INFO 0 [152] -2014-12-15 11:55:15 queue INFO 4 [153] -2014-12-15 11:55:15 queue INFO 0 [154] -2014-12-15 11:55:16 queue INFO 4 [155] -2014-12-15 11:55:16 queue INFO 0 [156] -2014-12-15 11:55:17 queue INFO 4 [157] -2014-12-15 11:55:17 queue INFO 0 [158] -2014-12-15 11:55:17 queue INFO 4 [159] -2014-12-15 11:55:17 queue INFO 0 [160] -2014-12-15 11:55:18 queue INFO 4 [161] -2014-12-15 11:55:18 queue INFO 0 [162] -2014-12-15 11:55:18 queue INFO 4 [163] -2014-12-15 11:55:19 queue INFO 0 [164] -2014-12-15 11:55:19 queue INFO 4 [165] -2014-12-15 11:55:19 queue INFO 0 [166] -2014-12-15 11:55:20 queue INFO 4 [167] -2014-12-15 11:55:20 queue INFO 0 [168] -2014-12-15 11:55:20 queue INFO 4 [169] -2014-12-15 11:55:21 queue INFO 0 [170] -2014-12-15 11:55:21 queue INFO 4 [171] -2014-12-15 11:55:21 queue INFO 0 [172] -2014-12-15 11:55:22 queue INFO 4 [173] -2014-12-15 11:55:22 queue INFO 0 [174] -2014-12-15 11:55:22 queue INFO 4 [175] -2014-12-15 11:55:23 queue INFO 0 [176] -2014-12-15 11:55:23 queue INFO 4 [177] -2014-12-15 11:55:23 queue INFO 0 [178] -2014-12-15 11:55:24 queue INFO 4 [179] -2014-12-15 11:55:24 queue INFO 0 [180] -2014-12-15 11:55:24 queue INFO 4 [181] -2014-12-15 11:55:25 queue INFO 0 [182] -2014-12-15 11:55:25 queue INFO 4 [183] -2014-12-15 11:55:25 queue INFO 0 [184] -2014-12-15 11:55:26 queue INFO 4 [185] -2014-12-15 11:55:26 queue INFO 0 [186] -2014-12-15 11:55:26 queue INFO 4 [187] -2014-12-15 11:55:27 queue INFO 0 [188] -2014-12-15 11:55:27 queue INFO 4 [189] -2014-12-15 11:55:27 queue INFO 0 [190] -2014-12-15 11:55:28 queue INFO 4 [191] -2014-12-15 11:55:28 queue INFO 0 [192] -2014-12-15 11:55:28 queue INFO 4 [193] -2014-12-15 11:55:29 queue INFO 0 [194] -2014-12-15 11:55:29 queue INFO 4 [195] -2014-12-15 11:55:29 queue INFO 0 [196] -2014-12-15 11:55:30 queue INFO 4 [197] -2014-12-15 11:55:30 queue INFO 0 [198] -2014-12-15 11:55:31 queue INFO 4 [199] -2014-12-15 11:55:31 queue INFO 0 [200] -2014-12-15 11:55:31 queue INFO 4 [201] -2014-12-15 11:55:32 queue INFO 0 [202] -2014-12-15 11:55:32 queue INFO 4 [203] -2014-12-15 11:55:32 queue INFO 0 [204] -2014-12-15 11:55:33 queue INFO 4 [205] -2014-12-15 11:55:33 queue INFO 0 [206] -2014-12-15 11:55:33 queue INFO 4 [207] -2014-12-15 11:55:33 queue INFO 0 [208] -2014-12-15 11:55:34 queue INFO 4 [209] -2014-12-15 11:55:34 queue INFO 0 [210] -2014-12-15 11:55:34 queue INFO 4 [211] -2014-12-15 11:55:35 queue INFO 0 [212] -2014-12-15 11:55:35 queue INFO 4 [213] -2014-12-15 11:55:35 queue INFO 0 [214] -2014-12-15 11:55:36 queue INFO 4 [215] -2014-12-15 11:55:36 queue INFO 0 [216] -2014-12-15 11:55:36 queue INFO 4 [217] -2014-12-15 11:55:37 queue INFO 0 [218] -2014-12-15 11:55:37 queue INFO 4 [219] -2014-12-15 11:55:37 queue INFO 0 [220] -2014-12-15 11:55:38 queue INFO 4 [221] -2014-12-15 11:55:38 queue INFO 0 [222] -2014-12-15 11:55:38 queue INFO 4 [223] -2014-12-15 11:55:39 queue INFO 0 [224] -2014-12-15 11:55:39 queue INFO 4 [225] -2014-12-15 11:55:39 queue INFO 0 [226] -2014-12-15 11:55:40 queue INFO 4 [227] -2014-12-15 11:55:40 queue INFO 0 [228] -2014-12-15 11:55:40 queue INFO 4 [229] -2014-12-15 11:55:41 queue INFO 0 [230] -2014-12-15 11:55:41 queue INFO 4 [231] -2014-12-15 11:55:41 queue INFO 0 [232] -2014-12-15 11:55:42 queue INFO 4 [233] -2014-12-15 11:55:42 queue INFO 0 [234] -2014-12-15 11:55:42 queue INFO 4 [235] -2014-12-15 11:55:43 queue INFO 0 [236] -2014-12-15 11:55:43 queue INFO 4 [237] -2014-12-15 11:55:43 queue INFO 0 [238] -2014-12-15 11:55:44 queue INFO 4 [239] -2014-12-15 11:55:44 queue INFO 0 [240] -2014-12-15 11:55:44 queue INFO 4 [241] -2014-12-15 11:55:45 queue INFO 0 [242] -2014-12-15 11:55:45 queue INFO 4 [243] -2014-12-15 11:55:45 queue INFO 0 [244] -2014-12-15 11:55:46 queue INFO 4 [245] -2014-12-15 11:55:46 queue INFO 0 [246] -2014-12-15 11:55:46 queue INFO 4 [247] -2014-12-15 11:55:47 queue INFO 0 [248] -2014-12-15 11:55:47 queue INFO 4 [249] -2014-12-15 11:55:47 queue INFO 0 [250] -2014-12-15 11:55:48 queue INFO 4 [251] -2014-12-15 11:55:48 queue INFO 0 [252] -2014-12-15 11:55:48 queue INFO 4 [253] -2014-12-15 11:55:49 queue INFO 0 [254] -2014-12-15 11:55:49 queue INFO 4 [255] -2014-12-15 11:55:49 queue INFO 0 [256] -2014-12-15 11:55:50 queue INFO 4 [257] -2014-12-15 11:55:50 queue INFO 0 [258] -2014-12-15 11:55:50 queue INFO 4 [259] -2014-12-15 11:55:51 queue INFO 0 [260] -2014-12-15 11:55:51 queue INFO 4 [261] -2014-12-15 11:55:51 queue INFO 0 [262] -2014-12-15 11:55:52 queue INFO 4 [263] -2014-12-15 11:55:52 queue INFO 0 [264] -2014-12-15 11:55:52 queue INFO 4 [265] -2014-12-15 11:55:52 queue INFO 0 [266] -2014-12-15 11:55:53 queue INFO 4 [267] -2014-12-15 11:55:53 queue INFO 0 [268] -2014-12-15 11:55:53 queue INFO 4 [269] -2014-12-15 11:55:54 queue INFO 0 [270] -2014-12-15 11:55:54 queue INFO 4 [271] -2014-12-15 11:55:54 queue INFO 0 [272] -2014-12-15 11:55:55 queue INFO 4 [273] -2014-12-15 11:55:55 queue INFO 0 [274] -2014-12-15 11:55:55 queue INFO 4 [275] -2014-12-15 11:55:56 queue INFO 0 [276] -2014-12-15 11:55:56 queue INFO 4 [277] -2014-12-15 11:55:56 queue INFO 0 [278] -2014-12-15 11:55:57 queue INFO 4 [279] -2014-12-15 11:55:57 queue INFO 0 [280] -2014-12-15 11:55:58 queue INFO 4 [281] -2014-12-15 11:55:58 queue INFO 0 [282] -2014-12-15 11:55:58 queue INFO 4 [283] -2014-12-15 11:55:59 queue INFO 0 [284] -2014-12-15 11:55:59 queue INFO 4 [285] -2014-12-15 11:55:59 queue INFO 0 [286] -2014-12-15 11:56:00 queue INFO 4 [287] -2014-12-15 11:56:00 queue INFO 0 [288] -2014-12-15 11:56:00 queue INFO 4 [289] -2014-12-15 11:56:01 queue INFO 0 [290] -2014-12-15 11:56:01 queue INFO 4 [291] -2014-12-15 11:56:01 queue INFO 0 [292] -2014-12-15 11:56:02 queue INFO 4 [293] -2014-12-15 11:56:02 queue INFO 0 [294] -2014-12-15 11:56:02 queue INFO 4 [295] -2014-12-15 11:56:03 queue INFO 0 [296] -2014-12-15 11:56:03 queue INFO 4 [297] -2014-12-15 11:56:03 queue INFO 0 [298] -2014-12-15 11:56:04 queue INFO 4 [299] -2014-12-15 11:56:04 queue INFO 0 [300] -2014-12-15 11:56:04 queue INFO 4 [301] -2014-12-15 11:56:05 queue INFO 0 [302] -2014-12-15 11:56:05 queue INFO 4 [303] -2014-12-15 11:56:05 queue INFO 0 [304] -2014-12-15 11:56:06 queue INFO 4 [305] -2014-12-15 11:56:06 queue INFO 0 [306] -2014-12-15 11:56:06 queue INFO 4 [307] -2014-12-15 11:56:07 queue INFO 0 [308] -2014-12-15 11:56:07 queue INFO 4 [309] -2014-12-15 11:56:07 queue INFO 0 [310] -2014-12-15 11:56:08 queue INFO 4 [311] -2014-12-15 11:56:08 queue INFO 0 [312] -2014-12-15 11:56:08 queue INFO 4 [313] -2014-12-15 11:56:09 queue INFO 0 [314] -2014-12-15 11:56:09 queue INFO 4 [315] -2014-12-15 11:56:09 queue INFO 0 [316] -2014-12-15 11:56:10 queue INFO 4 [317] -2014-12-15 11:56:10 queue INFO 0 [318] -2014-12-15 11:56:10 queue INFO 4 [319] -2014-12-15 11:56:11 queue INFO 0 [320] -2014-12-15 11:56:11 queue INFO 4 [321] -2014-12-15 11:56:11 queue INFO 0 [322] -2014-12-15 11:56:12 queue INFO 4 [323] -2014-12-15 11:56:12 queue INFO 0 [324] -2014-12-15 11:56:12 queue INFO 4 [325] -2014-12-15 11:56:13 queue INFO 0 [326] -2014-12-15 11:56:13 queue INFO 4 [327] -2014-12-15 11:56:13 queue INFO 0 [328] -2014-12-15 11:56:14 queue INFO 4 [329] -2014-12-15 11:56:14 queue INFO 0 [330] -2014-12-15 11:56:14 queue INFO 4 [331] -2014-12-15 11:56:15 queue INFO 0 [332] -2014-12-15 11:56:15 queue INFO 4 [333] -2014-12-15 11:56:15 queue INFO 0 [334] -2014-12-15 11:56:16 queue INFO 4 [335] -2014-12-15 11:56:16 queue INFO 0 [336] -2014-12-15 11:56:16 queue INFO 4 [337] -2014-12-15 11:56:17 queue INFO 0 [338] -2014-12-15 11:56:17 queue INFO 4 [339] -2014-12-15 11:56:17 queue INFO 0 [340] -2014-12-15 11:56:18 queue INFO 4 [341] -2014-12-15 11:56:18 queue INFO 0 [342] -2014-12-15 11:56:18 queue INFO 4 [343] -2014-12-15 11:56:19 queue INFO 0 [344] -2014-12-15 11:56:19 queue INFO 4 [345] -2014-12-15 11:56:19 queue INFO 0 [346] -2014-12-15 11:56:20 queue INFO 4 [347] -2014-12-15 11:56:20 queue INFO 0 [348] -2014-12-15 11:56:20 queue INFO 4 [349] -2014-12-15 11:56:20 queue INFO 0 [350] -2014-12-15 11:56:21 queue INFO 4 [351] -2014-12-15 11:56:21 queue INFO 0 [352] -2014-12-15 11:56:21 queue INFO 4 [353] -2014-12-15 11:56:22 queue INFO 0 [354] -2014-12-15 11:56:22 queue INFO 4 [355] -2014-12-15 11:56:22 queue INFO 0 [356] -2014-12-15 11:56:23 queue INFO 4 [357] -2014-12-15 11:56:23 queue INFO 0 [358] -2014-12-15 11:56:23 queue INFO 4 [359] -2014-12-15 11:56:24 queue INFO 0 [360] -2014-12-15 11:56:24 queue INFO 4 [361] -2014-12-15 11:56:25 queue INFO 0 [362] -2014-12-15 11:56:25 queue INFO 4 [363] -2014-12-15 11:56:25 queue INFO 0 [364] -2014-12-15 11:56:26 queue INFO 4 [365] -2014-12-15 11:56:26 queue INFO 0 [366] -2014-12-15 11:56:26 queue INFO 4 [367] -2014-12-15 11:56:27 queue INFO 0 [368] -2014-12-15 11:56:27 queue INFO 4 [369] -2014-12-15 11:56:27 queue INFO 0 [370] -2014-12-15 11:56:28 queue INFO 4 [371] -2014-12-15 11:56:28 queue INFO 0 [372] -2014-12-15 11:56:28 queue INFO 4 [373] -2014-12-15 11:56:29 queue INFO 0 [374] -2014-12-15 11:56:29 queue INFO 4 [375] -2014-12-15 11:56:29 queue INFO 0 [376] -2014-12-15 11:56:30 queue INFO 4 [377] -2014-12-15 11:56:30 queue INFO 0 [378] -2014-12-15 11:56:30 queue INFO 4 [379] -2014-12-15 11:56:31 queue INFO 0 [380] -2014-12-15 11:56:31 queue INFO 4 [381] -2014-12-15 11:56:31 queue INFO 0 [382] -2014-12-15 11:56:32 queue INFO 4 [383] -2014-12-15 11:56:32 queue INFO 0 [384] -2014-12-15 11:56:32 queue INFO 4 [385] -2014-12-15 11:56:33 queue INFO 0 [386] -2014-12-15 11:56:33 queue INFO 4 [387] -2014-12-15 11:56:33 queue INFO 0 [388] -2014-12-15 11:56:34 queue INFO 4 [389] -2014-12-15 11:56:34 queue INFO 0 [390] -2014-12-15 11:56:34 queue INFO 4 [391] -2014-12-15 11:56:34 queue INFO 0 [392] -2014-12-15 11:56:35 queue INFO 4 [393] -2014-12-15 11:56:35 queue INFO 0 [394] -2014-12-15 11:56:36 queue INFO 4 [395] -2014-12-15 11:56:36 queue INFO 0 [396] -2014-12-15 11:56:36 queue INFO 4 [397] -2014-12-15 11:56:36 queue INFO 0 [398] -2014-12-15 11:56:37 queue INFO 4 [399] -2014-12-15 11:56:37 queue INFO 0 [400] -2014-12-15 11:56:37 queue INFO 4 [401] -2014-12-15 11:56:38 queue INFO 0 [402] -2014-12-15 11:56:38 queue INFO 4 [403] -2014-12-15 11:56:38 queue INFO 0 [404] -2014-12-15 11:56:39 queue INFO 4 [405] -2014-12-15 11:56:39 queue INFO 0 [406] -2014-12-15 11:56:39 queue INFO 4 [407] -2014-12-15 11:56:40 queue INFO 0 [408] -2014-12-15 11:56:40 queue INFO 4 [409] -2014-12-15 11:56:40 queue INFO 0 [410] -2014-12-15 11:56:41 queue INFO 4 [411] -2014-12-15 11:56:41 queue INFO 0 [412] -2014-12-15 11:56:42 queue INFO 4 [413] -2014-12-15 11:56:42 queue INFO 0 [414] -2014-12-15 11:56:42 queue INFO 4 [415] -2014-12-15 11:56:43 queue INFO 0 [416] -2014-12-15 11:56:43 queue INFO 4 [417] -2014-12-15 11:56:43 queue INFO 0 [418] -2014-12-15 11:56:44 queue INFO 4 [419] -2014-12-15 11:56:44 queue INFO 0 [420] -2014-12-15 11:56:44 queue INFO 4 [421] -2014-12-15 11:56:45 queue INFO 0 [422] -2014-12-15 11:56:45 queue INFO 4 [423] -2014-12-15 11:56:45 queue INFO 0 [424] -2014-12-15 11:56:46 queue INFO 4 [425] -2014-12-15 11:56:46 queue INFO 0 [426] -2014-12-15 11:56:46 queue INFO 4 [427] -2014-12-15 11:56:47 queue INFO 0 [428] -2014-12-15 11:56:47 queue INFO 4 [429] -2014-12-15 11:56:47 queue INFO 0 [430] -2014-12-15 11:56:48 queue INFO 4 [431] -2014-12-15 11:56:48 queue INFO 0 [432] -2014-12-15 11:56:48 queue INFO 4 [433] -2014-12-15 11:56:49 queue INFO 0 [434] -2014-12-15 11:56:49 queue INFO 4 [435] -2014-12-15 11:56:49 queue INFO 0 [436] -2014-12-15 11:56:49 queue INFO 4 [437] -2014-12-15 11:56:50 queue INFO 0 [438] -2014-12-15 11:56:50 queue INFO 4 [439] -2014-12-15 11:56:51 queue INFO 0 [440] -2014-12-15 11:56:51 queue INFO 4 [441] -2014-12-15 11:56:51 queue INFO 0 [442] -2014-12-15 11:56:52 queue INFO 4 [443] -2014-12-15 11:56:52 queue INFO 0 [444] -2014-12-15 11:56:52 queue INFO 4 [445] -2014-12-15 11:56:53 queue INFO 0 [446] -2014-12-15 11:56:53 queue INFO 4 [447] -2014-12-15 11:56:53 queue INFO 0 [448] -2014-12-15 11:56:54 queue INFO 4 [449] -2014-12-15 11:56:54 queue INFO 0 [450] -2014-12-15 11:56:54 queue INFO 4 [451] -2014-12-15 11:56:55 queue INFO 0 [452] -2014-12-15 11:56:55 queue INFO 4 [453] -2014-12-15 11:56:55 queue INFO 0 [454] -2014-12-15 11:56:56 queue INFO 4 [455] -2014-12-15 11:56:56 queue INFO 0 [456] -2014-12-15 11:56:56 queue INFO 4 [457] -2014-12-15 11:56:57 queue INFO 0 [458] -2014-12-15 11:56:57 queue INFO 4 [459] -2014-12-15 11:56:57 queue INFO 0 [460] -2014-12-15 11:56:58 queue INFO 4 [461] -2014-12-15 11:56:58 queue INFO 0 [462] -2014-12-15 11:56:58 queue INFO 4 [463] -2014-12-15 11:56:59 queue INFO 0 [464] -2014-12-15 11:56:59 queue INFO 4 [465] -2014-12-15 11:56:59 queue INFO 0 [466] -2014-12-15 11:57:00 queue INFO 4 [467] -2014-12-15 11:57:00 queue INFO 0 [468] -2014-12-15 11:57:00 queue INFO 4 [469] -2014-12-15 11:57:01 queue INFO 0 [470] -2014-12-15 11:57:01 queue INFO 4 [471] -2014-12-15 11:57:01 queue INFO 0 [472] -2014-12-15 11:57:02 queue INFO 4 [473] -2014-12-15 11:57:02 queue INFO 0 [474] -2014-12-15 11:57:02 queue INFO 4 [475] -2014-12-15 11:57:03 queue INFO 0 [476] -2014-12-15 11:57:03 queue INFO 4 [477] -2014-12-15 11:57:03 queue INFO 0 [478] -2014-12-15 11:57:04 queue INFO 4 [479] -2014-12-15 11:57:04 queue INFO 0 [480] -2014-12-15 11:57:04 queue INFO 4 [481] -2014-12-15 11:57:05 queue INFO 0 [482] -2014-12-15 11:57:05 queue INFO 4 [483] -2014-12-15 11:57:05 queue INFO 0 [484] -2014-12-15 11:57:06 queue INFO 4 [485] -2014-12-15 11:57:06 queue INFO 0 [486] -2014-12-15 11:57:06 queue INFO 4 [487] -2014-12-15 11:57:07 queue INFO 0 [488] -2014-12-15 11:57:07 queue INFO 4 [489] -2014-12-15 11:57:07 queue INFO 0 [490] -2014-12-15 11:57:08 queue INFO 4 [491] -2014-12-15 11:57:08 queue INFO 0 [492] -2014-12-15 11:57:08 queue INFO 4 [493] -2014-12-15 11:57:09 queue INFO 0 [494] -2014-12-15 11:57:09 queue INFO 4 [495] -2014-12-15 11:57:09 queue INFO 0 [496] -2014-12-15 11:57:10 queue INFO 4 [497] -2014-12-15 11:57:10 queue INFO 0 [498] -2014-12-15 11:57:10 queue INFO 4 [499] -2014-12-15 11:57:11 queue INFO 0 [500] -2014-12-15 11:57:11 queue INFO 4 [501] -2014-12-15 11:57:11 queue INFO 0 [502] -2014-12-15 11:57:12 queue INFO 4 [503] -2014-12-15 11:57:12 queue INFO 0 [504] -2014-12-15 11:57:12 queue INFO 4 [505] -2014-12-15 11:57:13 queue INFO 0 [506] -2014-12-15 11:57:13 queue INFO 4 [507] -2014-12-15 11:57:13 queue INFO 0 [508] -2014-12-15 11:57:14 queue INFO 4 [509] -2014-12-15 11:57:14 queue INFO 0 [510] -2014-12-15 11:57:14 queue INFO 4 [511] -2014-12-15 11:57:14 queue INFO 0 [512] -2014-12-15 11:57:15 queue INFO 4 [513] -2014-12-15 11:57:15 queue INFO 0 [514] -2014-12-15 11:57:15 queue INFO 4 [515] -2014-12-15 11:57:16 queue INFO 0 [516] -2014-12-15 11:57:16 queue INFO 4 [517] -2014-12-15 11:57:16 queue INFO 0 [518] -2014-12-15 11:57:17 queue INFO 4 [519] -2014-12-15 11:57:17 queue INFO 0 [520] -2014-12-15 11:57:18 queue INFO 4 [521] -2014-12-15 11:57:18 queue INFO 0 [522] -2014-12-15 11:57:18 queue INFO 4 [523] -2014-12-15 11:57:19 queue INFO 0 [524] -2014-12-15 11:57:19 queue INFO 4 [525] -2014-12-15 11:57:19 queue INFO 0 [526] -2014-12-15 11:57:20 queue INFO 4 [527] -2014-12-15 11:57:20 queue INFO 0 [528] -2014-12-15 11:57:20 queue INFO 4 [529] -2014-12-15 11:57:21 queue INFO 0 [530] -2014-12-15 11:57:21 queue INFO 4 [531] -2014-12-15 11:57:21 queue INFO 0 [532] -2014-12-15 11:57:22 queue INFO 4 [533] -2014-12-15 11:57:22 queue INFO 0 [534] -2014-12-15 11:57:22 queue INFO 4 [535] -2014-12-15 11:57:23 queue INFO 0 [536] -2014-12-15 11:57:23 queue INFO 4 [537] -2014-12-15 11:57:23 queue INFO 0 [538] -2014-12-15 11:57:24 queue INFO 4 [539] -2014-12-15 11:57:24 queue INFO 0 [540] -2014-12-15 11:57:24 queue INFO 4 [541] -2014-12-15 11:57:25 queue INFO 0 [542] -2014-12-15 11:57:25 queue INFO 4 [543] -2014-12-15 11:57:25 queue INFO 0 [544] -2014-12-15 11:57:25 queue INFO 4 [545] -2014-12-15 11:57:26 queue INFO 0 [546] -2014-12-15 11:57:26 queue INFO 4 [547] -2014-12-15 11:57:26 queue INFO 0 [548] -2014-12-15 11:57:27 queue INFO 4 [549] -2014-12-15 11:57:27 queue INFO 0 [550] -2014-12-15 11:57:27 queue INFO 4 [551] -2014-12-15 11:57:28 queue INFO 0 [552] -2014-12-15 11:57:28 queue INFO 4 [553] -2014-12-15 11:57:28 queue INFO 0 [554] -2014-12-15 11:57:29 queue INFO 4 [555] -2014-12-15 11:57:29 queue INFO 0 [556] -2014-12-15 11:57:29 queue INFO 4 [557] -2014-12-15 11:57:30 queue INFO 0 [558] -2014-12-15 11:57:30 queue INFO 4 [559] -2014-12-15 11:57:30 queue INFO 0 [560] -2014-12-15 11:57:31 queue INFO 4 [561] -2014-12-15 11:57:31 queue INFO 0 [562] -2014-12-15 11:57:31 queue INFO 4 [563] -2014-12-15 11:57:32 queue INFO 0 [564] -2014-12-15 11:57:32 queue INFO 4 [565] -2014-12-15 11:57:32 queue INFO 0 [566] -2014-12-15 11:57:33 queue INFO 4 [567] -2014-12-15 11:57:33 queue INFO 0 [568] -2014-12-15 11:57:33 queue INFO 4 [569] -2014-12-15 11:57:34 queue INFO 0 [570] -2014-12-15 11:57:34 queue INFO 4 [571] -2014-12-15 11:57:34 queue INFO 0 [572] -2014-12-15 11:57:35 queue INFO 4 [573] -2014-12-15 11:57:35 queue INFO 0 [574] -2014-12-15 11:57:35 queue INFO 4 [575] -2014-12-15 11:57:36 queue INFO 0 [576] -2014-12-15 11:57:36 queue INFO 4 [577] -2014-12-15 11:57:36 queue INFO 0 [578] -2014-12-15 11:57:37 queue INFO 4 [579] -2014-12-15 11:57:37 queue INFO 0 [580] -2014-12-15 11:57:37 queue INFO 4 [581] -2014-12-15 11:57:38 queue INFO 0 [582] -2014-12-15 11:57:38 queue INFO 4 [583] -2014-12-15 11:57:38 queue INFO 0 [584] -2014-12-15 11:57:39 queue INFO 4 [585] -2014-12-15 11:57:39 queue INFO 0 [586] -2014-12-15 11:57:39 queue INFO 4 [587] -2014-12-15 11:57:40 queue INFO 0 [588] -2014-12-15 11:57:40 queue INFO 4 [589] -2014-12-15 11:57:40 queue INFO 0 [590] -2014-12-15 11:57:40 queue INFO 4 [591] -2014-12-15 11:57:41 queue INFO 0 [592] -2014-12-15 11:57:41 queue INFO 4 [593] -2014-12-15 11:57:41 queue INFO 0 [594] -2014-12-15 11:57:42 queue INFO 4 [595] -2014-12-15 11:57:42 queue INFO 0 [596] -2014-12-15 11:57:43 queue INFO 4 [597] -2014-12-15 11:57:43 queue INFO 0 [598] -2014-12-15 11:57:43 queue INFO 4 [599] -2014-12-15 11:57:43 queue INFO 0 [600] -2014-12-15 11:57:44 queue INFO 4 [601] -2014-12-15 11:57:44 queue INFO 0 [602] -2014-12-15 11:57:45 queue INFO 4 [603] -2014-12-15 11:57:45 queue INFO 0 [604] -2014-12-15 11:57:45 queue INFO 4 [605] -2014-12-15 11:57:46 queue INFO 0 [606] -2014-12-15 11:57:46 queue INFO 4 [607] -2014-12-15 11:57:46 queue INFO 0 [608] -2014-12-15 11:57:47 queue INFO 4 [609] -2014-12-15 11:57:47 queue INFO 0 [610] -2014-12-15 11:57:47 queue INFO 4 [611] -2014-12-15 11:57:48 queue INFO 0 [612] -2014-12-15 11:57:48 queue INFO 4 [613] -2014-12-15 11:57:48 queue INFO 0 [614] -2014-12-15 11:57:49 queue INFO 4 [615] -2014-12-15 11:57:49 queue INFO 0 [616] -2014-12-15 11:57:49 queue INFO 4 [617] -2014-12-15 11:57:50 queue INFO 0 [618] -2014-12-15 11:57:50 queue INFO 4 [619] -2014-12-15 11:57:50 queue INFO 0 [620] -2014-12-15 11:57:51 queue INFO 4 [621] -2014-12-15 11:57:51 queue INFO 0 [622] -2014-12-15 11:57:51 queue INFO 4 [623] -2014-12-15 11:57:52 queue INFO 0 [624] -2014-12-15 11:57:52 queue INFO 4 [625] -2014-12-15 11:57:52 queue INFO 0 [626] -2014-12-15 11:57:53 queue INFO 4 [627] -2014-12-15 11:57:53 queue INFO 0 [628] -2014-12-15 11:57:53 queue INFO 4 [629] -2014-12-15 11:57:54 queue INFO 0 [630] -2014-12-15 11:57:54 queue INFO 4 [631] -2014-12-15 11:57:54 queue INFO 0 [632] -2014-12-15 11:57:55 queue INFO 4 [633] -2014-12-15 11:57:55 queue INFO 0 [634] -2014-12-15 11:57:55 queue INFO 4 [635] -2014-12-15 11:57:56 queue INFO 0 [636] -2014-12-15 11:57:56 queue INFO 4 [637] -2014-12-15 11:57:56 queue INFO 0 [638] -2014-12-15 11:57:57 queue INFO 4 [639] -2014-12-15 11:57:57 queue INFO 0 [640] -2014-12-15 11:57:57 queue INFO 4 [641] -2014-12-15 11:57:58 queue INFO 0 [642] -2014-12-15 11:57:58 queue INFO 4 [643] -2014-12-15 11:57:58 queue INFO 0 [644] -2014-12-15 11:57:59 queue INFO 4 [645] -2014-12-15 11:57:59 queue INFO 0 [646] -2014-12-15 11:57:59 queue INFO 4 [647] -2014-12-15 11:58:00 queue INFO 0 [648] -2014-12-15 11:58:00 queue INFO 4 [649] -2014-12-15 11:58:00 queue INFO 0 [650] -2014-12-15 11:58:01 queue INFO 4 [651] -2014-12-15 11:58:01 queue INFO 0 [652] -2014-12-15 11:58:01 queue INFO 4 [653] -2014-12-15 11:58:02 queue INFO 0 [654] -2014-12-15 11:58:02 queue INFO 4 [655] -2014-12-15 11:58:02 queue INFO 0 [656] -2014-12-15 11:58:03 queue INFO 4 [657] -2014-12-15 11:58:03 queue INFO 0 [658] -2014-12-15 11:58:03 queue INFO 4 [659] -2014-12-15 11:58:04 queue INFO 0 [660] -2014-12-15 11:58:04 queue INFO 4 [661] -2014-12-15 11:58:04 queue INFO 0 [662] -2014-12-15 11:58:05 queue INFO 4 [663] -2014-12-15 11:58:05 queue INFO 0 [664] -2014-12-15 11:58:05 queue INFO 4 [665] -2014-12-15 11:58:05 queue INFO 0 [666] -2014-12-15 11:58:06 queue INFO 4 [667] -2014-12-15 11:58:06 queue INFO 0 [668] -2014-12-15 11:58:06 queue INFO 4 [669] -2014-12-15 11:58:07 queue INFO 0 [670] -2014-12-15 11:58:07 queue INFO 4 [671] -2014-12-15 11:58:07 queue INFO 0 [672] -2014-12-15 11:58:08 queue INFO 4 [673] -2014-12-15 11:58:08 queue INFO 0 [674] -2014-12-15 11:58:08 queue INFO 4 [675] -2014-12-15 11:58:09 queue INFO 0 [676] -2014-12-15 11:58:09 queue INFO 4 [677] -2014-12-15 11:58:09 queue INFO 0 [678] -2014-12-15 11:58:10 queue INFO 4 [679] -2014-12-15 11:58:10 queue INFO 0 [680] -2014-12-15 11:58:10 queue INFO 4 [681] -2014-12-15 11:58:11 queue INFO 0 [682] -2014-12-15 11:58:11 queue INFO 4 [683] -2014-12-15 11:58:12 queue INFO 0 [684] -2014-12-15 11:58:12 queue INFO 4 [685] -2014-12-15 11:58:12 queue INFO 0 [686] -2014-12-15 11:58:13 queue INFO 4 [687] -2014-12-15 11:58:13 queue INFO 0 [688] -2014-12-15 11:58:13 queue INFO 4 [689] -2014-12-15 11:58:14 queue INFO 0 [690] -2014-12-15 11:58:14 queue INFO 4 [691] -2014-12-15 11:58:14 queue INFO 0 [692] -2014-12-15 11:58:15 queue INFO 4 [693] -2014-12-15 11:58:15 queue INFO 0 [694] -2014-12-15 11:58:15 queue INFO 4 [695] -2014-12-15 11:58:16 queue INFO 0 [696] -2014-12-15 11:58:16 queue INFO 4 [697] -2014-12-15 11:58:16 queue INFO 0 [698] -2014-12-15 11:58:17 queue INFO 4 [699] -2014-12-15 11:58:17 queue INFO 0 [700] -2014-12-15 11:58:17 queue INFO 4 [701] -2014-12-15 11:58:18 queue INFO 0 [702] -2014-12-15 11:58:18 queue INFO 4 [703] -2014-12-15 11:58:18 queue INFO 0 [704] -2014-12-15 11:58:19 queue INFO 4 [705] -2014-12-15 11:58:19 queue INFO 0 [706] -2014-12-15 11:58:19 queue INFO 4 [707] -2014-12-15 11:58:19 queue INFO 0 [708] -2014-12-15 11:58:20 queue INFO 4 [709] -2014-12-15 11:58:20 queue INFO 0 [710] -2014-12-15 11:58:20 queue INFO 4 [711] -2014-12-15 11:58:21 queue INFO 0 [712] -2014-12-15 11:58:21 queue INFO 4 [713] -2014-12-15 11:58:21 queue INFO 0 [714] -2014-12-15 11:58:22 queue INFO 4 [715] -2014-12-15 11:58:22 queue INFO 0 [716] -2014-12-15 11:58:22 queue INFO 4 [717] -2014-12-15 11:58:23 queue INFO 0 [718] -2014-12-15 11:58:23 queue INFO 4 [719] -2014-12-15 11:58:23 queue INFO 0 [720] -2014-12-15 11:58:24 queue INFO 4 [721] -2014-12-15 11:58:24 queue INFO 0 [722] -2014-12-15 11:58:24 queue INFO 4 [723] -2014-12-15 11:58:25 queue INFO 0 [724] -2014-12-15 11:58:25 queue INFO 4 [725] -2014-12-15 11:58:25 queue INFO 0 [726] -2014-12-15 11:58:26 queue INFO 4 [727] -2014-12-15 11:58:26 queue INFO 0 [728] -2014-12-15 11:58:26 queue INFO 4 [729] -2014-12-15 11:58:27 queue INFO 0 [730] -2014-12-15 11:58:27 queue INFO 4 [731] -2014-12-15 11:58:27 queue INFO 0 [732] -2014-12-15 11:58:28 queue INFO 4 [733] -2014-12-15 11:58:28 queue INFO 0 [734] -2014-12-15 11:58:28 queue INFO 4 [735] -2014-12-15 11:58:29 queue INFO 0 [736] -2014-12-15 11:58:29 queue INFO 4 [737] -2014-12-15 11:58:29 queue INFO 0 [738] -2014-12-15 11:58:30 queue INFO 4 [739] -2014-12-15 11:58:30 queue INFO 0 [740] -2014-12-15 11:58:30 queue INFO 4 [741] -2014-12-15 11:58:31 queue INFO 0 [742] -2014-12-15 11:58:31 queue INFO 4 [743] -2014-12-15 11:58:31 queue INFO 0 [744] -2014-12-15 11:58:32 queue INFO 4 [745] -2014-12-15 11:58:32 queue INFO 0 [746] -2014-12-15 11:58:32 queue INFO 4 [747] -2014-12-15 11:58:33 queue INFO 0 [748] -2014-12-15 11:58:33 queue INFO 4 [749] -2014-12-15 11:58:33 queue INFO 0 [750] -2014-12-15 11:58:34 queue INFO 4 [751] -2014-12-15 11:58:34 queue INFO 0 [752] -2014-12-15 11:58:34 queue INFO 4 [753] -2014-12-15 11:58:35 queue INFO 0 [754] -2014-12-15 11:58:35 queue INFO 4 [755] -2014-12-15 11:58:35 queue INFO 0 [756] -2014-12-15 11:58:36 queue INFO 4 [757] -2014-12-15 11:58:36 queue INFO 0 [758] -2014-12-15 11:58:36 queue INFO 4 [759] -2014-12-15 11:58:36 queue INFO 0 [760] -2014-12-15 11:58:37 queue INFO 4 [761] -2014-12-15 11:58:37 queue INFO 0 [762] -2014-12-15 11:58:37 queue INFO 4 [763] -2014-12-15 11:58:38 queue INFO 0 [764] -2014-12-15 11:58:38 queue INFO 4 [765] -2014-12-15 11:58:38 queue INFO 0 [766] -2014-12-15 11:58:39 queue INFO 4 [767] -2014-12-15 11:58:39 queue INFO 0 [768] -2014-12-15 11:58:40 queue INFO 4 [769] -2014-12-15 11:58:40 queue INFO 0 [770] -2014-12-15 11:58:40 queue INFO 4 [771] -2014-12-15 11:58:41 queue INFO 0 [772] -2014-12-15 11:58:41 queue INFO 4 [773] -2014-12-15 11:58:41 queue INFO 0 [774] -2014-12-15 11:58:42 queue INFO 4 [775] -2014-12-15 11:58:42 queue INFO 0 [776] -2014-12-15 11:58:42 queue INFO 4 [777] -2014-12-15 11:58:43 queue INFO 0 [778] -2014-12-15 11:58:43 queue INFO 4 [779] -2014-12-15 11:58:43 queue INFO 0 [780] -2014-12-15 11:58:44 queue INFO 4 [781] -2014-12-15 11:58:44 queue INFO 0 [782] -2014-12-15 11:58:44 queue INFO 4 [783] -2014-12-15 11:58:45 queue INFO 0 [784] -2014-12-15 11:58:45 queue INFO 4 [785] -2014-12-15 11:58:45 queue INFO 0 [786] -2014-12-15 11:58:46 queue INFO 4 [787] -2014-12-15 11:58:46 queue INFO 0 [788] -2014-12-15 11:58:46 queue INFO 4 [789] -2014-12-15 11:58:47 queue INFO 0 [790] -2014-12-15 11:58:47 queue INFO 4 [791] -2014-12-15 11:58:47 queue INFO 0 [792] -2014-12-15 11:58:48 queue INFO 4 [793] -2014-12-15 11:58:48 queue INFO 0 [794] -2014-12-15 11:58:48 queue INFO 4 [795] -2014-12-15 11:58:49 queue INFO 0 [796] -2014-12-15 11:58:49 queue INFO 4 [797] -2014-12-15 11:58:49 queue INFO 0 [798] -2014-12-15 11:58:50 queue INFO 4 [799] -2014-12-15 11:58:50 queue INFO 0 [800] -2014-12-15 11:58:50 queue INFO 4 [801] -2014-12-15 11:58:51 queue INFO 0 [802] -2014-12-15 11:58:51 queue INFO 4 [803] -2014-12-15 11:58:51 queue INFO 0 [804] -2014-12-15 11:58:52 queue INFO 4 [805] -2014-12-15 11:58:52 queue INFO 0 [806] -2014-12-15 11:58:52 queue INFO 4 [807] -2014-12-15 11:58:53 queue INFO 0 [808] -2014-12-15 11:58:53 queue INFO 4 [809] -2014-12-15 11:58:53 queue INFO 0 [810] -2014-12-15 11:58:54 queue INFO 4 [811] -2014-12-15 11:58:54 queue INFO 0 [812] -2014-12-15 11:58:54 queue INFO 4 [813] -2014-12-15 11:58:55 queue INFO 0 [814] -2014-12-15 11:58:55 queue INFO 4 [815] -2014-12-15 11:58:55 queue INFO 0 [816] -2014-12-15 11:58:56 queue INFO 4 [817] -2014-12-15 11:58:56 queue INFO 0 [818] -2014-12-15 11:58:56 queue INFO 4 [819] -2014-12-15 11:58:57 queue INFO 0 [820] -2014-12-15 11:58:57 queue INFO 4 [821] -2014-12-15 11:58:57 queue INFO 0 [822] -2014-12-15 11:58:58 queue INFO 4 [823] -2014-12-15 11:58:58 queue INFO 0 [824] -2014-12-15 11:58:58 queue INFO 4 [825] -2014-12-15 11:58:58 queue INFO 0 [826] -2014-12-15 11:58:59 queue INFO 4 [827] -2014-12-15 11:58:59 queue INFO 0 [828] -2014-12-15 11:58:59 queue INFO 4 [829] -2014-12-15 11:59:00 queue INFO 0 [830] -2014-12-15 11:59:00 queue INFO 4 [831] -2014-12-15 11:59:00 queue INFO 0 [832] -2014-12-15 11:59:01 queue INFO 4 [833] -2014-12-15 11:59:01 queue INFO 0 [834] -2014-12-15 11:59:01 queue INFO 4 [835] -2014-12-15 11:59:02 queue INFO 0 [836] -2014-12-15 11:59:02 queue INFO 4 [837] -2014-12-15 11:59:02 queue INFO 0 [838] -2014-12-15 11:59:03 queue INFO 4 [839] -2014-12-15 11:59:03 queue INFO 0 [840] -2014-12-15 11:59:03 queue INFO 4 [841] -2014-12-15 11:59:04 queue INFO 0 [842] -2014-12-15 11:59:04 queue INFO 4 [843] -2014-12-15 11:59:04 queue INFO 0 [844] -2014-12-15 11:59:05 queue INFO 4 [845] -2014-12-15 11:59:05 queue INFO 0 [846] -2014-12-15 11:59:06 queue INFO 4 [847] -2014-12-15 11:59:06 queue INFO 0 [848] -2014-12-15 11:59:06 queue INFO 4 [849] -2014-12-15 11:59:07 queue INFO 0 [850] -2014-12-15 11:59:07 queue INFO 4 [851] -2014-12-15 11:59:07 queue INFO 0 [852] -2014-12-15 11:59:08 queue INFO 4 [853] -2014-12-15 11:59:08 queue INFO 0 [854] -2014-12-15 11:59:08 queue INFO 4 [855] -2014-12-15 11:59:09 queue INFO 0 [856] -2014-12-15 11:59:09 queue INFO 4 [857] -2014-12-15 11:59:09 queue INFO 0 [858] -2014-12-15 11:59:10 queue INFO 4 [859] -2014-12-15 11:59:10 queue INFO 0 [860] -2014-12-15 11:59:10 queue INFO 4 [861] -2014-12-15 11:59:11 queue INFO 0 [862] -2014-12-15 11:59:11 queue INFO 4 [863] -2014-12-15 11:59:11 queue INFO 0 [864] -2014-12-15 11:59:12 queue INFO 4 [865] -2014-12-15 11:59:12 queue INFO 0 [866] -2014-12-15 11:59:12 queue INFO 4 [867] -2014-12-15 11:59:13 queue INFO 0 [868] -2014-12-15 11:59:13 queue INFO 4 [869] -2014-12-15 11:59:13 queue INFO 0 [870] -2014-12-15 11:59:14 queue INFO 4 [871] -2014-12-15 11:59:14 queue INFO 0 [872] -2014-12-15 11:59:14 queue INFO 4 [873] -2014-12-15 11:59:15 queue INFO 0 [874] -2014-12-15 11:59:15 queue INFO 4 [875] -2014-12-15 11:59:15 queue INFO 0 [876] -2014-12-15 11:59:16 queue INFO 4 [877] -2014-12-15 11:59:16 queue INFO 0 [878] -2014-12-15 11:59:16 queue INFO 4 [879] -2014-12-15 11:59:17 queue INFO 0 [880] -2014-12-15 11:59:17 queue INFO 4 [881] -2014-12-15 11:59:17 queue INFO 0 [882] -2014-12-15 11:59:18 queue INFO 4 [883] -2014-12-15 11:59:18 queue INFO 0 [884] -2014-12-15 11:59:18 queue INFO 4 [885] -2014-12-15 11:59:19 queue INFO 0 [886] -2014-12-15 11:59:19 queue INFO 4 [887] -2014-12-15 11:59:19 queue INFO 0 [888] -2014-12-15 11:59:20 queue INFO 4 [889] -2014-12-15 11:59:20 queue INFO 0 [890] -2014-12-15 11:59:20 queue INFO 4 [891] -2014-12-15 11:59:20 queue INFO 0 [892] -2014-12-15 11:59:21 queue INFO 4 [893] -2014-12-15 11:59:21 queue INFO 0 [894] -2014-12-15 11:59:21 queue INFO 4 [895] -2014-12-15 11:59:22 queue INFO 0 [896] -2014-12-15 11:59:22 queue INFO 4 [897] -2014-12-15 11:59:22 queue INFO 0 [898] -2014-12-15 11:59:23 queue INFO 4 [899] -2014-12-15 11:59:23 queue INFO 0 [900] -2014-12-15 11:59:23 queue INFO 4 [901] -2014-12-15 11:59:24 queue INFO 0 [902] -2014-12-15 11:59:24 queue INFO 4 [903] -2014-12-15 11:59:24 queue INFO 0 [904] -2014-12-15 11:59:25 queue INFO 4 [905] -2014-12-15 11:59:25 queue INFO 0 [906] -2014-12-15 11:59:25 queue INFO 4 [907] -2014-12-15 11:59:26 queue INFO 0 [908] -2014-12-15 11:59:26 queue INFO 4 [909] -2014-12-15 11:59:26 queue INFO 0 [910] -2014-12-15 11:59:27 queue INFO 4 [911] -2014-12-15 11:59:27 queue INFO 0 [912] -2014-12-15 11:59:27 queue INFO 4 [913] -2014-12-15 11:59:28 queue INFO 0 [914] -2014-12-15 11:59:28 queue INFO 4 [915] -2014-12-15 11:59:28 queue INFO 0 [916] -2014-12-15 11:59:29 queue INFO 4 [917] -2014-12-15 11:59:29 queue INFO 0 [918] -2014-12-15 11:59:29 queue INFO 4 [919] -2014-12-15 11:59:30 queue INFO 0 [920] -2014-12-15 11:59:30 queue INFO 4 [921] -2014-12-15 11:59:30 queue INFO 0 [922] -2014-12-15 11:59:31 queue INFO 4 [923] -2014-12-15 11:59:31 queue INFO 0 [924] -2014-12-15 11:59:31 queue INFO 4 [925] -2014-12-15 11:59:32 queue INFO 0 [926] -2014-12-15 11:59:32 queue INFO 4 [927] -2014-12-15 11:59:33 queue INFO 0 [928] -2014-12-15 11:59:33 queue INFO 4 [929] -2014-12-15 11:59:33 queue INFO 0 [930] -2014-12-15 11:59:34 queue INFO 4 [931] -2014-12-15 11:59:34 queue INFO 0 [932] -2014-12-15 11:59:34 queue INFO 4 [933] -2014-12-15 11:59:35 queue INFO 0 [934] -2014-12-15 11:59:35 queue INFO 4 [935] -2014-12-15 11:59:35 queue INFO 0 [936] -2014-12-15 11:59:36 queue INFO 4 [937] -2014-12-15 11:59:36 queue INFO 0 [938] -2014-12-15 11:59:36 queue INFO 4 [939] -2014-12-15 11:59:36 queue INFO 0 [940] -2014-12-15 11:59:37 queue INFO 4 [941] -2014-12-15 11:59:37 queue INFO 0 [942] -2014-12-15 11:59:37 queue INFO 4 [943] -2014-12-15 11:59:38 queue INFO 0 [944] -2014-12-15 11:59:38 queue INFO 4 [945] -2014-12-15 11:59:38 queue INFO 0 [946] -2014-12-15 11:59:39 queue INFO 4 [947] -2014-12-15 11:59:39 queue INFO 0 [948] -2014-12-15 11:59:39 queue INFO 4 [949] -2014-12-15 11:59:40 queue INFO 0 [950] -2014-12-15 11:59:40 queue INFO 4 [951] -2014-12-15 11:59:40 queue INFO 0 [952] -2014-12-15 11:59:41 queue INFO 4 [953] -2014-12-15 11:59:41 queue INFO 0 [954] -2014-12-15 11:59:41 queue INFO 4 [955] -2014-12-15 11:59:42 queue INFO 0 [956] -2014-12-15 11:59:42 queue INFO 4 [957] -2014-12-15 11:59:42 queue INFO 0 [958] -2014-12-15 11:59:43 queue INFO 4 [959] -2014-12-15 11:59:43 queue INFO 0 [960] -2014-12-15 11:59:43 queue INFO 4 [961] -2014-12-15 11:59:44 queue INFO 0 [962] -2014-12-15 11:59:44 queue INFO 4 [963] -2014-12-15 11:59:44 queue INFO 0 [964] -2014-12-15 11:59:45 queue INFO 4 [965] -2014-12-15 11:59:45 queue INFO 0 [966] -2014-12-15 11:59:45 queue INFO 4 [967] -2014-12-15 11:59:46 queue INFO 0 [968] -2014-12-15 11:59:46 queue INFO 4 [969] -2014-12-15 11:59:46 queue INFO 0 [970] -2014-12-15 11:59:47 queue INFO 4 [971] -2014-12-15 11:59:47 queue INFO 0 [972] -2014-12-15 11:59:47 queue INFO 4 [973] -2014-12-15 11:59:48 queue INFO 0 [974] -2014-12-15 11:59:48 queue INFO 4 [975] -2014-12-15 11:59:48 queue INFO 0 [976] -2014-12-15 11:59:49 queue INFO 4 [977] -2014-12-15 11:59:49 queue INFO 0 [978] -2014-12-15 11:59:49 queue INFO 4 [979] -2014-12-15 11:59:50 queue INFO 0 [980] -2014-12-15 11:59:50 queue INFO 4 [981] -2014-12-15 11:59:50 queue INFO 0 [982] -2014-12-15 11:59:51 queue INFO 4 [983] -2014-12-15 11:59:51 queue INFO 0 [984] -2014-12-15 11:59:51 queue INFO 4 [985] -2014-12-15 11:59:52 queue INFO 0 [986] -2014-12-15 11:59:52 queue INFO 4 [987] -2014-12-15 11:59:52 queue INFO 0 [988] -2014-12-15 11:59:53 queue INFO 4 [989] -2014-12-15 11:59:53 queue INFO 0 [990] -2014-12-15 11:59:53 queue INFO 4 [991] -2014-12-15 11:59:53 queue INFO 0 [992] -2014-12-15 11:59:54 queue INFO 4 [993] -2014-12-15 11:59:54 queue INFO 0 [994] -2014-12-15 11:59:54 queue INFO 4 [995] -2014-12-15 11:59:55 queue INFO 0 [996] -2014-12-15 11:59:55 queue INFO 4 [997] -2014-12-15 11:59:55 queue INFO 0 [998] -2014-12-15 11:59:56 queue INFO 4 [999] -2014-12-15 11:59:56 queue INFO 0 [0] -2014-12-15 11:59:56 queue INFO 4 [1] -2014-12-15 11:59:57 queue INFO 0 [2] -2014-12-15 11:59:57 queue INFO 4 [3] -2014-12-15 11:59:57 queue INFO 0 [4] -2014-12-15 11:59:58 queue INFO 4 [5] -2014-12-15 11:59:58 queue INFO 0 [6] -2014-12-15 11:59:58 queue INFO 4 [7] -2014-12-15 11:59:59 queue INFO 0 [8] -2014-12-15 11:59:59 queue INFO 4 [9] -2014-12-15 12:00:00 queue INFO 0 [10] -2014-12-15 12:00:00 queue INFO 4 [11] -2014-12-15 12:00:00 queue INFO 0 [12] -2014-12-15 12:00:01 queue INFO 4 [13] -2014-12-15 12:00:01 queue INFO 0 [14] -2014-12-15 12:00:01 queue INFO 4 [15] -2014-12-15 12:00:02 queue INFO 0 [16] -2014-12-15 12:00:02 queue INFO 4 [17] -2014-12-15 12:00:02 queue INFO 0 [18] -2014-12-15 12:00:03 queue INFO 4 [19] -2014-12-15 12:00:03 queue INFO 0 [20] -2014-12-15 12:00:03 queue INFO 4 [21] -2014-12-15 12:00:04 queue INFO 0 [22] -2014-12-15 12:00:04 queue INFO 4 [23] -2014-12-15 12:00:04 queue INFO 0 [24] -2014-12-15 12:00:05 queue INFO 4 [25] -2014-12-15 12:00:05 queue INFO 0 [26] -2014-12-15 12:00:05 queue INFO 4 [27] -2014-12-15 12:00:06 queue INFO 0 [28] -2014-12-15 12:00:06 queue INFO 4 [29] -2014-12-15 12:00:06 queue INFO 0 [30] -2014-12-15 12:00:06 queue INFO 4 [31] -2014-12-15 12:00:07 queue INFO 0 [32] -2014-12-15 12:00:07 queue INFO 4 [33] -2014-12-15 12:00:07 queue INFO 0 [34] -2014-12-15 12:00:08 queue INFO 4 [35] -2014-12-15 12:00:08 queue INFO 0 [36] -2014-12-15 12:00:08 queue INFO 4 [37] -2014-12-15 12:00:09 queue INFO 0 [38] -2014-12-15 12:00:09 queue INFO 4 [39] -2014-12-15 12:00:09 queue INFO 0 [40] -2014-12-15 12:00:10 queue INFO 4 [41] -2014-12-15 12:00:10 queue INFO 0 [42] -2014-12-15 12:00:10 queue INFO 4 [43] -2014-12-15 12:00:11 queue INFO 0 [44] -2014-12-15 12:00:11 queue INFO 4 [45] -2014-12-15 12:00:11 queue INFO 0 [46] -2014-12-15 12:00:12 queue INFO 4 [47] -2014-12-15 12:00:12 queue INFO 0 [48] -2014-12-15 12:00:12 queue INFO 4 [49] -2014-12-15 12:00:13 queue INFO 0 [50] -2014-12-15 12:00:13 queue INFO 4 [51] -2014-12-15 12:00:13 queue INFO 0 [52] -2014-12-15 12:00:14 queue INFO 4 [53] -2014-12-15 12:00:14 queue INFO 0 [54] -2014-12-15 12:00:14 queue INFO 4 [55] -2014-12-15 12:00:15 queue INFO 0 [56] -2014-12-15 12:00:15 queue INFO 4 [57] -2014-12-15 12:00:15 queue INFO 0 [58] -2014-12-15 12:00:16 queue INFO 4 [59] -2014-12-15 12:00:16 queue INFO 0 [60] -2014-12-15 12:00:16 queue INFO 4 [61] -2014-12-15 12:00:17 queue INFO 0 [62] -2014-12-15 12:00:17 queue INFO 4 [63] -2014-12-15 12:00:17 queue INFO 0 [64] -2014-12-15 12:00:18 queue INFO 4 [65] -2014-12-15 12:00:18 queue INFO 0 [66] -2014-12-15 12:00:18 queue INFO 4 [67] -2014-12-15 12:00:19 queue INFO 0 [68] -2014-12-15 12:00:19 queue INFO 4 [69] -2014-12-15 12:00:19 queue INFO 0 [70] -2014-12-15 12:00:20 queue INFO 4 [71] -2014-12-15 12:00:20 queue INFO 0 [72] -2014-12-15 12:00:20 queue INFO 4 [73] -2014-12-15 12:00:20 queue INFO 0 [74] -2014-12-15 12:00:21 queue INFO 4 [75] -2014-12-15 12:00:21 queue INFO 0 [76] -2014-12-15 12:00:21 queue INFO 4 [77] -2014-12-15 12:00:22 queue INFO 0 [78] -2014-12-15 12:00:22 queue INFO 4 [79] -2014-12-15 12:00:22 queue INFO 0 [80] -2014-12-15 12:00:23 queue INFO 4 [81] -2014-12-15 12:00:23 queue INFO 0 [82] -2014-12-15 12:00:23 queue INFO 4 [83] -2014-12-15 12:00:24 queue INFO 0 [84] -2014-12-15 12:00:24 queue INFO 4 [85] -2014-12-15 12:00:24 queue INFO 0 [86] -2014-12-15 12:00:25 queue INFO 4 [87] -2014-12-15 12:00:25 queue INFO 0 [88] -2014-12-15 12:00:25 queue INFO 4 [89] -2014-12-15 12:00:26 queue INFO 0 [90] -2014-12-15 12:00:26 queue INFO 4 [91] -2014-12-15 12:00:26 queue INFO 0 [92] -2014-12-15 12:00:27 queue INFO 4 [93] -2014-12-15 12:00:27 queue INFO 0 [94] -2014-12-15 12:00:27 queue INFO 4 [95] -2014-12-15 12:00:28 queue INFO 0 [96] -2014-12-15 12:00:28 queue INFO 4 [97] -2014-12-15 12:00:28 queue INFO 0 [98] -2014-12-15 12:00:29 queue INFO 4 [99] -2014-12-15 12:00:29 queue INFO 0 [100] -2014-12-15 12:00:29 queue INFO 4 [101] -2014-12-15 12:00:30 queue INFO 0 [102] -2014-12-15 12:00:30 queue INFO 4 [103] -2014-12-15 12:00:30 queue INFO 0 [104] -2014-12-15 12:00:31 queue INFO 4 [105] -2014-12-15 12:00:31 queue INFO 0 [106] -2014-12-15 12:00:31 queue INFO 4 [107] -2014-12-15 12:00:32 queue INFO 0 [108] -2014-12-15 12:00:32 queue INFO 4 [109] -2014-12-15 12:00:32 queue INFO 0 [110] -2014-12-15 12:00:33 queue INFO 4 [111] -2014-12-15 12:00:33 queue INFO 0 [112] -2014-12-15 12:00:33 queue INFO 4 [113] -2014-12-15 12:00:34 queue INFO 0 [114] -2014-12-15 12:00:34 queue INFO 4 [115] -2014-12-15 12:00:34 queue INFO 0 [116] -2014-12-15 12:00:35 queue INFO 4 [117] -2014-12-15 12:00:35 queue INFO 0 [118] -2014-12-15 12:00:35 queue INFO 4 [119] -2014-12-15 12:00:35 queue INFO 0 [120] -2014-12-15 12:00:36 queue INFO 4 [121] -2014-12-15 12:00:36 queue INFO 0 [122] -2014-12-15 12:00:36 queue INFO 4 [123] -2014-12-15 12:00:37 queue INFO 0 [124] -2014-12-15 12:00:37 queue INFO 4 [125] -2014-12-15 12:00:37 queue INFO 0 [126] -2014-12-15 12:00:38 queue INFO 4 [127] -2014-12-15 12:00:39 queue INFO 0 [128] -2014-12-15 12:00:39 queue INFO 4 [129] -2014-12-15 12:00:39 queue INFO 0 [130] -2014-12-15 12:00:40 queue INFO 4 [131] -2014-12-15 12:00:40 queue INFO 0 [132] -2014-12-15 12:00:40 queue INFO 4 [133] -2014-12-15 12:00:41 queue INFO 0 [134] -2014-12-15 12:00:41 queue INFO 4 [135] -2014-12-15 12:00:41 queue INFO 0 [136] -2014-12-15 12:00:41 queue INFO 4 [137] -2014-12-15 12:00:42 queue INFO 0 [138] -2014-12-15 12:00:42 queue INFO 4 [139] -2014-12-15 12:00:42 queue INFO 0 [140] -2014-12-15 12:00:43 queue INFO 4 [141] -2014-12-15 12:00:43 queue INFO 0 [142] -2014-12-15 12:00:43 queue INFO 4 [143] -2014-12-15 12:00:44 queue INFO 0 [144] -2014-12-15 12:00:44 queue INFO 4 [145] -2014-12-15 12:00:44 queue INFO 0 [146] -2014-12-15 12:00:45 queue INFO 4 [147] -2014-12-15 12:00:45 queue INFO 0 [148] -2014-12-15 12:00:45 queue INFO 4 [149] -2014-12-15 12:00:46 queue INFO 0 [150] -2014-12-15 12:00:46 queue INFO 4 [151] -2014-12-15 12:00:46 queue INFO 0 [152] -2014-12-15 12:00:47 queue INFO 4 [153] -2014-12-15 12:00:47 queue INFO 0 [154] -2014-12-15 12:00:47 queue INFO 4 [155] -2014-12-15 12:00:48 queue INFO 0 [156] -2014-12-15 12:00:48 queue INFO 4 [157] -2014-12-15 12:00:48 queue INFO 0 [158] -2014-12-15 12:00:49 queue INFO 4 [159] -2014-12-15 12:00:49 queue INFO 0 [160] -2014-12-15 12:00:49 queue INFO 4 [161] -2014-12-15 12:00:50 queue INFO 0 [162] -2014-12-15 12:00:50 queue INFO 4 [163] -2014-12-15 12:00:50 queue INFO 0 [164] -2014-12-15 12:00:51 queue INFO 4 [165] -2014-12-15 12:00:51 queue INFO 0 [166] -2014-12-15 12:00:52 queue INFO 4 [167] -2014-12-15 12:00:52 queue INFO 0 [168] -2014-12-15 12:00:52 queue INFO 4 [169] -2014-12-15 12:00:53 queue INFO 0 [170] -2014-12-15 12:00:53 queue INFO 4 [171] -2014-12-15 12:00:54 queue INFO 0 [172] -2014-12-15 12:00:54 queue INFO 4 [173] -2014-12-15 12:00:54 queue INFO 0 [174] -2014-12-15 12:00:54 queue INFO 4 [175] -2014-12-15 12:00:55 queue INFO 0 [176] -2014-12-15 12:00:55 queue INFO 4 [177] -2014-12-15 12:00:55 queue INFO 0 [178] -2014-12-15 12:00:56 queue INFO 4 [179] -2014-12-15 12:00:56 queue INFO 0 [180] -2014-12-15 12:00:56 queue INFO 4 [181] -2014-12-15 12:00:57 queue INFO 0 [182] -2014-12-15 12:00:57 queue INFO 4 [183] -2014-12-15 12:00:57 queue INFO 0 [184] -2014-12-15 12:00:58 queue INFO 4 [185] -2014-12-15 12:00:58 queue INFO 0 [186] -2014-12-15 12:00:58 queue INFO 4 [187] -2014-12-15 12:00:59 queue INFO 0 [188] -2014-12-15 12:01:00 queue INFO 4 [189] -2014-12-15 12:01:00 queue INFO 0 [190] -2014-12-15 12:01:00 queue INFO 4 [191] -2014-12-15 12:01:00 queue INFO 0 [192] -2014-12-15 12:01:01 queue INFO 4 [193] -2014-12-15 12:01:01 queue INFO 0 [194] -2014-12-15 12:01:01 queue INFO 4 [195] -2014-12-15 12:01:02 queue INFO 0 [196] -2014-12-15 12:01:02 queue INFO 4 [197] -2014-12-15 12:01:02 queue INFO 0 [198] -2014-12-15 12:01:03 queue INFO 4 [199] -2014-12-15 12:01:03 queue INFO 0 [200] -2014-12-15 12:01:03 queue INFO 4 [201] -2014-12-15 12:01:04 queue INFO 0 [202] -2014-12-15 12:01:04 queue INFO 4 [203] -2014-12-15 12:01:04 queue INFO 0 [204] -2014-12-15 12:01:05 queue INFO 4 [205] -2014-12-15 12:01:05 queue INFO 0 [206] -2014-12-15 12:01:05 queue INFO 4 [207] -2014-12-15 12:01:06 queue INFO 0 [208] -2014-12-15 12:01:06 queue INFO 4 [209] -2014-12-15 12:01:06 queue INFO 0 [210] -2014-12-15 12:01:07 queue INFO 4 [211] -2014-12-15 12:01:07 queue INFO 0 [212] -2014-12-15 12:01:07 queue INFO 4 [213] -2014-12-15 12:01:08 queue INFO 0 [214] -2014-12-15 12:01:08 queue INFO 4 [215] -2014-12-15 12:01:08 queue INFO 0 [216] -2014-12-15 12:01:09 queue INFO 4 [217] -2014-12-15 12:01:09 queue INFO 0 [218] -2014-12-15 12:01:09 queue INFO 4 [219] -2014-12-15 12:01:09 queue INFO 0 [220] -2014-12-15 12:01:10 queue INFO 4 [221] -2014-12-15 12:01:10 queue INFO 0 [222] -2014-12-15 12:01:10 queue INFO 4 [223] -2014-12-15 12:01:11 queue INFO 0 [224] -2014-12-15 12:01:11 queue INFO 4 [225] -2014-12-15 12:01:11 queue INFO 0 [226] -2014-12-15 12:01:12 queue INFO 4 [227] -2014-12-15 12:01:12 queue INFO 0 [228] -2014-12-15 12:01:12 queue INFO 4 [229] -2014-12-15 12:01:13 queue INFO 0 [230] -2014-12-15 12:01:13 queue INFO 4 [231] -2014-12-15 12:01:13 queue INFO 0 [232] -2014-12-15 12:01:14 queue INFO 4 [233] -2014-12-15 12:01:14 queue INFO 0 [234] -2014-12-15 12:01:14 queue INFO 4 [235] -2014-12-15 12:01:15 queue INFO 0 [236] -2014-12-15 12:01:16 queue INFO 4 [237] -2014-12-15 12:01:16 queue INFO 0 [238] -2014-12-15 12:01:16 queue INFO 4 [239] -2014-12-15 12:01:16 queue INFO 0 [240] -2014-12-15 12:01:17 queue INFO 4 [241] -2014-12-15 12:01:17 queue INFO 0 [242] -2014-12-15 12:01:17 queue INFO 4 [243] -2014-12-15 12:01:18 queue INFO 0 [244] -2014-12-15 12:01:18 queue INFO 4 [245] -2014-12-15 12:01:18 queue INFO 0 [246] -2014-12-15 12:01:19 queue INFO 4 [247] -2014-12-15 12:01:19 queue INFO 0 [248] -2014-12-15 12:01:19 queue INFO 4 [249] -2014-12-15 12:01:20 queue INFO 0 [250] -2014-12-15 12:01:20 queue INFO 4 [251] -2014-12-15 12:01:21 queue INFO 0 [252] -2014-12-15 12:01:21 queue INFO 4 [253] -2014-12-15 12:01:21 queue INFO 0 [254] -2014-12-15 12:01:22 queue INFO 4 [255] -2014-12-15 12:01:22 queue INFO 0 [256] -2014-12-15 12:01:22 queue INFO 4 [257] -2014-12-15 12:01:22 queue INFO 0 [258] -2014-12-15 12:01:23 queue INFO 4 [259] -2014-12-15 12:01:23 queue INFO 0 [260] -2014-12-15 12:01:23 queue INFO 4 [261] -2014-12-15 12:01:24 queue INFO 0 [262] -2014-12-15 12:01:24 queue INFO 4 [263] -2014-12-15 12:01:24 queue INFO 0 [264] -2014-12-15 12:01:25 queue INFO 4 [265] -2014-12-15 12:01:25 queue INFO 0 [266] -2014-12-15 12:01:25 queue INFO 4 [267] -2014-12-15 12:01:26 queue INFO 0 [268] -2014-12-15 12:01:26 queue INFO 4 [269] -2014-12-15 12:01:26 queue INFO 0 [270] -2014-12-15 12:01:27 queue INFO 4 [271] -2014-12-15 12:01:27 queue INFO 0 [272] -2014-12-15 12:01:27 queue INFO 4 [273] -2014-12-15 12:01:28 queue INFO 0 [274] -2014-12-15 12:01:28 queue INFO 4 [275] -2014-12-15 12:01:28 queue INFO 0 [276] -2014-12-15 12:01:29 queue INFO 4 [277] -2014-12-15 12:01:29 queue INFO 0 [278] -2014-12-15 12:01:29 queue INFO 4 [279] -2014-12-15 12:01:30 queue INFO 0 [280] -2014-12-15 12:01:30 queue INFO 4 [281] -2014-12-15 12:01:30 queue INFO 0 [282] -2014-12-15 12:01:31 queue INFO 4 [283] -2014-12-15 12:01:31 queue INFO 0 [284] -2014-12-15 12:01:31 queue INFO 4 [285] -2014-12-15 12:01:32 queue INFO 0 [286] -2014-12-15 12:01:32 queue INFO 4 [287] -2014-12-15 12:01:32 queue INFO 0 [288] -2014-12-15 12:01:33 queue INFO 4 [289] -2014-12-15 12:01:33 queue INFO 0 [290] -2014-12-15 12:01:33 queue INFO 4 [291] -2014-12-15 12:01:33 queue INFO 0 [292] -2014-12-15 12:01:34 queue INFO 4 [293] -2014-12-15 12:01:34 queue INFO 0 [294] -2014-12-15 12:01:34 queue INFO 4 [295] -2014-12-15 12:01:35 queue INFO 0 [296] -2014-12-15 12:01:35 queue INFO 4 [297] -2014-12-15 12:01:35 queue INFO 0 [298] -2014-12-15 12:01:36 queue INFO 4 [299] -2014-12-15 12:01:36 queue INFO 0 [300] -2014-12-15 12:01:36 queue INFO 4 [301] -2014-12-15 12:01:37 queue INFO 0 [302] -2014-12-15 12:01:37 queue INFO 4 [303] -2014-12-15 12:01:38 queue INFO 0 [304] -2014-12-15 12:01:38 queue INFO 4 [305] -2014-12-15 12:01:38 queue INFO 0 [306] -2014-12-15 12:01:39 queue INFO 4 [307] -2014-12-15 12:01:39 queue INFO 0 [308] -2014-12-15 12:01:39 queue INFO 4 [309] -2014-12-15 12:01:39 queue INFO 0 [310] -2014-12-15 12:01:40 queue INFO 4 [311] -2014-12-15 12:01:40 queue INFO 0 [312] -2014-12-15 12:01:40 queue INFO 4 [313] -2014-12-15 12:01:41 queue INFO 0 [314] -2014-12-15 12:01:41 queue INFO 4 [315] -2014-12-15 12:01:41 queue INFO 0 [316] -2014-12-15 12:01:42 queue INFO 4 [317] -2014-12-15 12:01:42 queue INFO 0 [318] -2014-12-15 12:01:42 queue INFO 4 [319] -2014-12-15 12:01:43 queue INFO 0 [320] -2014-12-15 12:01:43 queue INFO 4 [321] -2014-12-15 12:01:43 queue INFO 0 [322] -2014-12-15 12:01:44 queue INFO 4 [323] -2014-12-15 12:01:44 queue INFO 0 [324] -2014-12-15 12:01:44 queue INFO 4 [325] -2014-12-15 12:01:45 queue INFO 0 [326] -2014-12-15 12:01:45 queue INFO 4 [327] -2014-12-15 12:01:45 queue INFO 0 [328] -2014-12-15 12:01:46 queue INFO 4 [329] -2014-12-15 12:01:46 queue INFO 0 [330] -2014-12-15 12:01:46 queue INFO 4 [331] -2014-12-15 12:01:47 queue INFO 0 [332] -2014-12-15 12:01:47 queue INFO 4 [333] -2014-12-15 12:01:47 queue INFO 0 [334] -2014-12-15 12:01:48 queue INFO 4 [335] -2014-12-15 12:01:48 queue INFO 0 [336] -2014-12-15 12:01:48 queue INFO 4 [337] -2014-12-15 12:01:49 queue INFO 0 [338] -2014-12-15 12:01:49 queue INFO 4 [339] -2014-12-15 12:01:49 queue INFO 0 [340] -2014-12-15 12:01:50 queue INFO 4 [341] -2014-12-15 12:01:50 queue INFO 0 [342] -2014-12-15 12:01:50 queue INFO 4 [343] -2014-12-15 12:01:51 queue INFO 0 [344] -2014-12-15 12:01:51 queue INFO 4 [345] -2014-12-15 12:01:51 queue INFO 0 [346] -2014-12-15 12:01:52 queue INFO 4 [347] -2014-12-15 12:01:52 queue INFO 0 [348] -2014-12-15 12:01:52 queue INFO 4 [349] -2014-12-15 12:01:53 queue INFO 0 [350] -2014-12-15 12:01:53 queue INFO 4 [351] -2014-12-15 12:01:53 queue INFO 0 [352] -2014-12-15 12:01:54 queue INFO 4 [353] -2014-12-15 12:01:54 queue INFO 0 [354] -2014-12-15 12:01:54 queue INFO 4 [355] -2014-12-15 12:01:54 queue INFO 0 [356] -2014-12-15 12:01:55 queue INFO 4 [357] -2014-12-15 12:01:55 queue INFO 0 [358] -2014-12-15 12:01:55 queue INFO 4 [359] -2014-12-15 12:01:56 queue INFO 0 [360] -2014-12-15 12:01:56 queue INFO 4 [361] -2014-12-15 12:01:56 queue INFO 0 [362] -2014-12-15 12:01:57 queue INFO 4 [363] -2014-12-15 12:01:57 queue INFO 0 [364] -2014-12-15 12:01:57 queue INFO 4 [365] -2014-12-15 12:01:58 queue INFO 0 [366] -2014-12-15 12:01:58 queue INFO 4 [367] -2014-12-15 12:01:58 queue INFO 0 [368] -2014-12-15 12:01:59 queue INFO 4 [369] -2014-12-15 12:01:59 queue INFO 0 [370] -2014-12-15 12:01:59 queue INFO 4 [371] -2014-12-15 12:02:00 queue INFO 0 [372] -2014-12-15 12:02:00 queue INFO 4 [373] -2014-12-15 12:02:00 queue INFO 0 [374] -2014-12-15 12:02:01 queue INFO 4 [375] -2014-12-15 12:02:01 queue INFO 0 [376] -2014-12-15 12:02:01 queue INFO 4 [377] -2014-12-15 12:02:02 queue INFO 0 [378] -2014-12-15 12:02:02 queue INFO 4 [379] -2014-12-15 12:02:02 queue INFO 0 [380] -2014-12-15 12:02:03 queue INFO 4 [381] -2014-12-15 12:02:03 queue INFO 0 [382] -2014-12-15 12:02:03 queue INFO 4 [383] -2014-12-15 12:02:03 queue INFO 0 [384] -2014-12-15 12:02:04 queue INFO 4 [385] -2014-12-15 12:02:04 queue INFO 0 [386] -2014-12-15 12:02:04 queue INFO 4 [387] -2014-12-15 12:02:05 queue INFO 0 [388] -2014-12-15 12:02:05 queue INFO 4 [389] -2014-12-15 12:02:05 queue INFO 0 [390] -2014-12-15 12:02:06 queue INFO 4 [391] -2014-12-15 12:02:06 queue INFO 0 [392] -2014-12-15 12:02:06 queue INFO 4 [393] -2014-12-15 12:02:07 queue INFO 0 [394] -2014-12-15 12:02:07 queue INFO 4 [395] -2014-12-15 12:02:07 queue INFO 0 [396] -2014-12-15 12:02:08 queue INFO 4 [397] -2014-12-15 12:02:08 queue INFO 0 [398] -2014-12-15 12:02:08 queue INFO 4 [399] -2014-12-15 12:02:09 queue INFO 0 [400] -2014-12-15 12:02:09 queue INFO 4 [401] -2014-12-15 12:02:09 queue INFO 0 [402] -2014-12-15 12:02:10 queue INFO 4 [403] -2014-12-15 12:02:10 queue INFO 0 [404] -2014-12-15 12:02:11 queue INFO 4 [405] -2014-12-15 12:02:11 queue INFO 0 [406] -2014-12-15 12:02:11 queue INFO 4 [407] -2014-12-15 12:02:12 queue INFO 0 [408] -2014-12-15 12:02:12 queue INFO 4 [409] -2014-12-15 12:02:12 queue INFO 0 [410] -2014-12-15 12:02:13 queue INFO 4 [411] -2014-12-15 12:02:13 queue INFO 0 [412] -2014-12-15 12:02:13 queue INFO 4 [413] -2014-12-15 12:02:14 queue INFO 0 [414] -2014-12-15 12:02:14 queue INFO 4 [415] -2014-12-15 12:02:15 queue INFO 0 [416] -2014-12-15 12:02:15 queue INFO 4 [417] -2014-12-15 12:02:15 queue INFO 0 [418] -2014-12-15 12:02:15 queue INFO 4 [419] -2014-12-15 12:02:16 queue INFO 0 [420] -2014-12-15 12:02:16 queue INFO 4 [421] -2014-12-15 12:02:16 queue INFO 0 [422] -2014-12-15 12:02:17 queue INFO 4 [423] -2014-12-15 12:02:17 queue INFO 0 [424] -2014-12-15 12:02:17 queue INFO 4 [425] -2014-12-15 12:02:18 queue INFO 0 [426] -2014-12-15 12:02:18 queue INFO 4 [427] -2014-12-15 12:02:18 queue INFO 0 [428] -2014-12-15 12:02:19 queue INFO 4 [429] -2014-12-15 12:02:19 queue INFO 0 [430] -2014-12-15 12:02:19 queue INFO 4 [431] -2014-12-15 12:02:20 queue INFO 0 [432] -2014-12-15 12:02:20 queue INFO 4 [433] -2014-12-15 12:02:20 queue INFO 0 [434] -2014-12-15 12:02:21 queue INFO 4 [435] -2014-12-15 12:02:21 queue INFO 0 [436] -2014-12-15 12:02:21 queue INFO 4 [437] -2014-12-15 12:02:22 queue INFO 0 [438] -2014-12-15 12:02:22 queue INFO 4 [439] -2014-12-15 12:02:22 queue INFO 0 [440] -2014-12-15 12:02:23 queue INFO 4 [441] -2014-12-15 12:02:23 queue INFO 0 [442] -2014-12-15 12:02:24 queue INFO 4 [443] -2014-12-15 12:02:24 queue INFO 0 [444] -2014-12-15 12:02:24 queue INFO 4 [445] -2014-12-15 12:02:25 queue INFO 0 [446] -2014-12-15 12:02:25 queue INFO 4 [447] -2014-12-15 12:02:25 queue INFO 0 [448] -2014-12-15 12:02:26 queue INFO 4 [449] -2014-12-15 12:02:26 queue INFO 0 [450] -2014-12-15 12:02:26 queue INFO 4 [451] -2014-12-15 12:02:27 queue INFO 0 [452] -2014-12-15 12:02:27 queue INFO 4 [453] -2014-12-15 12:02:27 queue INFO 0 [454] -2014-12-15 12:02:28 queue INFO 4 [455] -2014-12-15 12:02:28 queue INFO 0 [456] -2014-12-15 12:02:28 queue INFO 4 [457] -2014-12-15 12:02:29 queue INFO 0 [458] -2014-12-15 12:02:29 queue INFO 4 [459] -2014-12-15 12:02:29 queue INFO 0 [460] -2014-12-15 12:02:30 queue INFO 4 [461] -2014-12-15 12:02:30 queue INFO 0 [462] -2014-12-15 12:02:30 queue INFO 4 [463] -2014-12-15 12:02:30 queue INFO 0 [464] -2014-12-15 12:02:31 queue INFO 4 [465] -2014-12-15 12:02:31 queue INFO 0 [466] -2014-12-15 12:02:31 queue INFO 4 [467] -2014-12-15 12:02:32 queue INFO 0 [468] -2014-12-15 12:02:32 queue INFO 4 [469] -2014-12-15 12:02:32 queue INFO 0 [470] -2014-12-15 12:02:33 queue INFO 4 [471] -2014-12-15 12:02:34 queue INFO 0 [472] -2014-12-15 12:02:34 queue INFO 4 [473] -2014-12-15 12:02:34 queue INFO 0 [474] -2014-12-15 12:02:35 queue INFO 4 [475] -2014-12-15 12:02:35 queue INFO 0 [476] -2014-12-15 12:02:35 queue INFO 4 [477] -2014-12-15 12:02:36 queue INFO 0 [478] -2014-12-15 12:02:36 queue INFO 4 [479] -2014-12-15 12:02:36 queue INFO 0 [480] -2014-12-15 12:02:37 queue INFO 4 [481] -2014-12-15 12:02:37 queue INFO 0 [482] -2014-12-15 12:02:37 queue INFO 4 [483] -2014-12-15 12:02:37 queue INFO 0 [484] -2014-12-15 12:02:38 queue INFO 4 [485] -2014-12-15 12:02:38 queue INFO 0 [486] -2014-12-15 12:02:38 queue INFO 4 [487] -2014-12-15 12:02:39 queue INFO 0 [488] -2014-12-15 12:02:39 queue INFO 4 [489] -2014-12-15 12:02:39 queue INFO 0 [490] -2014-12-15 12:02:40 queue INFO 4 [491] -2014-12-15 12:02:40 queue INFO 0 [492] -2014-12-15 12:02:40 queue INFO 4 [493] -2014-12-15 12:02:41 queue INFO 0 [494] -2014-12-15 12:02:42 queue INFO 4 [495] -2014-12-15 12:02:42 queue INFO 0 [496] -2014-12-15 12:02:42 queue INFO 4 [497] -2014-12-15 12:02:43 queue INFO 0 [498] -2014-12-15 12:02:43 queue INFO 4 [499] -2014-12-15 12:02:43 queue INFO 0 [500] -2014-12-15 12:02:44 queue INFO 4 [501] -2014-12-15 12:02:44 queue INFO 0 [502] -2014-12-15 12:02:44 queue INFO 4 [503] -2014-12-15 12:02:45 queue INFO 0 [504] -2014-12-15 12:02:45 queue INFO 4 [505] -2014-12-15 12:02:45 queue INFO 0 [506] -2014-12-15 12:02:46 queue INFO 4 [507] -2014-12-15 12:02:46 queue INFO 0 [508] -2014-12-15 12:02:46 queue INFO 4 [509] -2014-12-15 12:02:47 queue INFO 0 [510] -2014-12-15 12:02:47 queue INFO 4 [511] -2014-12-15 12:02:47 queue INFO 0 [512] -2014-12-15 12:02:48 queue INFO 4 [513] -2014-12-15 12:02:48 queue INFO 0 [514] -2014-12-15 12:02:48 queue INFO 4 [515] -2014-12-15 12:02:48 queue INFO 0 [516] -2014-12-15 12:02:49 queue INFO 4 [517] -2014-12-15 12:02:49 queue INFO 0 [518] -2014-12-15 12:02:49 queue INFO 4 [519] -2014-12-15 12:02:50 queue INFO 0 [520] -2014-12-15 12:02:50 queue INFO 4 [521] -2014-12-15 12:02:50 queue INFO 0 [522] -2014-12-15 12:02:51 queue INFO 4 [523] -2014-12-15 12:02:51 queue INFO 0 [524] -2014-12-15 12:02:51 queue INFO 4 [525] -2014-12-15 12:02:52 queue INFO 0 [526] -2014-12-15 12:02:52 queue INFO 4 [527] -2014-12-15 12:02:52 queue INFO 0 [528] -2014-12-15 12:02:53 queue INFO 4 [529] -2014-12-15 12:02:53 queue INFO 0 [530] -2014-12-15 12:02:53 queue INFO 4 [531] -2014-12-15 12:02:54 queue INFO 0 [532] -2014-12-15 12:02:54 queue INFO 4 [533] -2014-12-15 12:02:54 queue INFO 0 [534] -2014-12-15 12:02:55 queue INFO 4 [535] -2014-12-15 12:02:55 queue INFO 0 [536] -2014-12-15 12:02:55 queue INFO 4 [537] -2014-12-15 12:02:55 queue INFO 0 [538] -2014-12-15 12:02:56 queue INFO 4 [539] -2014-12-15 12:02:56 queue INFO 0 [540] -2014-12-15 12:02:56 queue INFO 4 [541] -2014-12-15 12:02:57 queue INFO 0 [542] -2014-12-15 12:02:57 queue INFO 4 [543] -2014-12-15 12:02:57 queue INFO 0 [544] -2014-12-15 12:02:58 queue INFO 4 [545] -2014-12-15 12:02:58 queue INFO 0 [546] -2014-12-15 12:02:58 queue INFO 4 [547] -2014-12-15 12:02:59 queue INFO 0 [548] -2014-12-15 12:02:59 queue INFO 4 [549] -2014-12-15 12:02:59 queue INFO 0 [550] -2014-12-15 12:03:00 queue INFO 4 [551] -2014-12-15 12:03:00 queue INFO 0 [552] -2014-12-15 12:03:00 queue INFO 4 [553] -2014-12-15 12:03:01 queue INFO 0 [554] -2014-12-15 12:03:01 queue INFO 4 [555] -2014-12-15 12:03:01 queue INFO 0 [556] -2014-12-15 12:03:02 queue INFO 4 [557] -2014-12-15 12:03:02 queue INFO 0 [558] -2014-12-15 12:03:02 queue INFO 4 [559] -2014-12-15 12:03:03 queue INFO 0 [560] -2014-12-15 12:03:03 queue INFO 4 [561] -2014-12-15 12:03:03 queue INFO 0 [562] -2014-12-15 12:03:03 queue INFO 4 [563] -2014-12-15 12:03:04 queue INFO 0 [564] -2014-12-15 12:03:04 queue INFO 4 [565] -2014-12-15 12:03:04 queue INFO 0 [566] -2014-12-15 12:03:05 queue INFO 4 [567] -2014-12-15 12:03:05 queue INFO 0 [568] -2014-12-15 12:03:05 queue INFO 4 [569] -2014-12-15 12:03:06 queue INFO 0 [570] -2014-12-15 12:03:06 queue INFO 4 [571] -2014-12-15 12:03:06 queue INFO 0 [572] -2014-12-15 12:03:07 queue INFO 4 [573] -2014-12-15 12:03:07 queue INFO 0 [574] -2014-12-15 12:03:07 queue INFO 4 [575] -2014-12-15 12:03:08 queue INFO 0 [576] -2014-12-15 12:03:08 queue INFO 4 [577] -2014-12-15 12:03:09 queue INFO 0 [578] -2014-12-15 12:03:09 queue INFO 4 [579] -2014-12-15 12:03:09 queue INFO 0 [580] -2014-12-15 12:03:10 queue INFO 4 [581] -2014-12-15 12:03:10 queue INFO 0 [582] -2014-12-15 12:03:10 queue INFO 4 [583] -2014-12-15 12:03:10 queue INFO 0 [584] -2014-12-15 12:03:11 queue INFO 4 [585] -2014-12-15 12:03:11 queue INFO 0 [586] -2014-12-15 12:03:11 queue INFO 4 [587] -2014-12-15 12:03:12 queue INFO 0 [588] -2014-12-15 12:03:12 queue INFO 4 [589] -2014-12-15 12:03:12 queue INFO 0 [590] -2014-12-15 12:03:13 queue INFO 4 [591] -2014-12-15 12:03:13 queue INFO 0 [592] -2014-12-15 12:03:13 queue INFO 4 [593] -2014-12-15 12:03:14 queue INFO 0 [594] -2014-12-15 12:03:14 queue INFO 4 [595] -2014-12-15 12:03:14 queue INFO 0 [596] -2014-12-15 12:03:15 queue INFO 4 [597] -2014-12-15 12:03:15 queue INFO 0 [598] -2014-12-15 12:03:15 queue INFO 4 [599] -2014-12-15 12:03:16 queue INFO 0 [600] -2014-12-15 12:03:16 queue INFO 4 [601] -2014-12-15 12:03:16 queue INFO 0 [602] -2014-12-15 12:03:17 queue INFO 4 [603] -2014-12-15 12:03:17 queue INFO 0 [604] -2014-12-15 12:03:17 queue INFO 4 [605] -2014-12-15 12:03:18 queue INFO 0 [606] -2014-12-15 12:03:18 queue INFO 4 [607] -2014-12-15 12:03:18 queue INFO 0 [608] -2014-12-15 12:03:19 queue INFO 4 [609] -2014-12-15 12:03:19 queue INFO 0 [610] -2014-12-15 12:03:19 queue INFO 4 [611] -2014-12-15 12:03:19 queue INFO 0 [612] -2014-12-15 12:03:20 queue INFO 4 [613] -2014-12-15 12:03:20 queue INFO 0 [614] -2014-12-15 12:03:20 queue INFO 4 [615] -2014-12-15 12:03:21 queue INFO 0 [616] -2014-12-15 12:03:21 queue INFO 4 [617] -2014-12-15 12:03:21 queue INFO 0 [618] -2014-12-15 12:03:22 queue INFO 4 [619] -2014-12-15 12:03:22 queue INFO 0 [620] -2014-12-15 12:03:22 queue INFO 4 [621] -2014-12-15 12:03:23 queue INFO 0 [622] -2014-12-15 12:03:23 queue INFO 4 [623] -2014-12-15 12:03:23 queue INFO 0 [624] -2014-12-15 12:03:24 queue INFO 4 [625] -2014-12-15 12:03:24 queue INFO 0 [626] -2014-12-15 12:03:24 queue INFO 4 [627] -2014-12-15 12:03:25 queue INFO 0 [628] -2014-12-15 12:03:25 queue INFO 4 [629] -2014-12-15 12:03:25 queue INFO 0 [630] -2014-12-15 12:03:26 queue INFO 4 [631] -2014-12-15 12:03:26 queue INFO 0 [632] -2014-12-15 12:03:26 queue INFO 4 [633] -2014-12-15 12:03:27 queue INFO 0 [634] -2014-12-15 12:03:27 queue INFO 4 [635] -2014-12-15 12:03:27 queue INFO 0 [636] -2014-12-15 12:03:28 queue INFO 4 [637] -2014-12-15 12:03:28 queue INFO 0 [638] -2014-12-15 12:03:28 queue INFO 4 [639] -2014-12-15 12:03:29 queue INFO 0 [640] -2014-12-15 12:03:29 queue INFO 4 [641] -2014-12-15 12:03:29 queue INFO 0 [642] -2014-12-15 12:03:30 queue INFO 4 [643] -2014-12-15 12:03:30 queue INFO 0 [644] -2014-12-15 12:03:30 queue INFO 4 [645] -2014-12-15 12:03:30 queue INFO 0 [646] -2014-12-15 12:03:31 queue INFO 4 [647] -2014-12-15 12:03:31 queue INFO 0 [648] -2014-12-15 12:03:31 queue INFO 4 [649] -2014-12-15 12:03:32 queue INFO 0 [650] -2014-12-15 12:03:32 queue INFO 4 [651] -2014-12-15 12:03:32 queue INFO 0 [652] -2014-12-15 12:03:33 queue INFO 4 [653] -2014-12-15 12:03:33 queue INFO 0 [654] -2014-12-15 12:03:33 queue INFO 4 [655] -2014-12-15 12:03:34 queue INFO 0 [656] -2014-12-15 12:03:34 queue INFO 4 [657] -2014-12-15 12:03:34 queue INFO 0 [658] -2014-12-15 12:03:35 queue INFO 4 [659] -2014-12-15 12:03:35 queue INFO 0 [660] -2014-12-15 12:03:36 queue INFO 4 [661] -2014-12-15 12:03:36 queue INFO 0 [662] -2014-12-15 12:03:36 queue INFO 4 [663] -2014-12-15 12:03:37 queue INFO 0 [664] -2014-12-15 12:03:37 queue INFO 4 [665] -2014-12-15 12:03:37 queue INFO 0 [666] -2014-12-15 12:03:38 queue INFO 4 [667] -2014-12-15 12:03:38 queue INFO 0 [668] -2014-12-15 12:03:38 queue INFO 4 [669] -2014-12-15 12:03:38 queue INFO 0 [670] -2014-12-15 12:03:39 queue INFO 4 [671] -2014-12-15 12:03:39 queue INFO 0 [672] -2014-12-15 12:03:40 queue INFO 4 [673] -2014-12-15 12:03:40 queue INFO 0 [674] -2014-12-15 12:03:40 queue INFO 4 [675] -2014-12-15 12:03:40 queue INFO 0 [676] -2014-12-15 12:03:41 queue INFO 4 [677] -2014-12-15 12:03:41 queue INFO 0 [678] -2014-12-15 12:03:41 queue INFO 4 [679] -2014-12-15 12:03:42 queue INFO 0 [680] -2014-12-15 12:03:42 queue INFO 4 [681] -2014-12-15 12:03:42 queue INFO 0 [682] -2014-12-15 12:03:43 queue INFO 4 [683] -2014-12-15 12:03:43 queue INFO 0 [684] -2014-12-15 12:03:43 queue INFO 4 [685] -2014-12-15 12:03:44 queue INFO 0 [686] -2014-12-15 12:03:44 queue INFO 4 [687] -2014-12-15 12:03:44 queue INFO 0 [688] -2014-12-15 12:03:45 queue INFO 4 [689] -2014-12-15 12:03:45 queue INFO 0 [690] -2014-12-15 12:03:45 queue INFO 4 [691] -2014-12-15 12:03:46 queue INFO 0 [692] -2014-12-15 12:03:46 queue INFO 4 [693] -2014-12-15 12:03:46 queue INFO 0 [694] -2014-12-15 12:03:47 queue INFO 4 [695] -2014-12-15 12:03:47 queue INFO 0 [696] -2014-12-15 12:03:47 queue INFO 4 [697] -2014-12-15 12:03:48 queue INFO 0 [698] -2014-12-15 12:03:48 queue INFO 4 [699] -2014-12-15 12:03:48 queue INFO 0 [700] -2014-12-15 12:03:49 queue INFO 4 [701] -2014-12-15 12:03:49 queue INFO 0 [702] -2014-12-15 12:03:49 queue INFO 4 [703] -2014-12-15 12:03:49 queue INFO 0 [704] -2014-12-15 12:03:50 queue INFO 4 [705] -2014-12-15 12:03:50 queue INFO 0 [706] -2014-12-15 12:03:50 queue INFO 4 [707] -2014-12-15 12:03:51 queue INFO 0 [708] -2014-12-15 12:03:51 queue INFO 4 [709] -2014-12-15 12:03:51 queue INFO 0 [710] -2014-12-15 12:03:52 queue INFO 4 [711] -2014-12-15 12:03:52 queue INFO 0 [712] -2014-12-15 12:03:52 queue INFO 4 [713] -2014-12-15 12:03:53 queue INFO 0 [714] -2014-12-15 12:03:53 queue INFO 4 [715] -2014-12-15 12:03:53 queue INFO 0 [716] -2014-12-15 12:03:54 queue INFO 4 [717] -2014-12-15 12:03:54 queue INFO 0 [718] -2014-12-15 12:03:54 queue INFO 4 [719] -2014-12-15 12:03:55 queue INFO 0 [720] -2014-12-15 12:03:55 queue INFO 4 [721] -2014-12-15 12:03:55 queue INFO 0 [722] -2014-12-15 12:03:56 queue INFO 4 [723] -2014-12-15 12:03:56 queue INFO 0 [724] -2014-12-15 12:03:57 queue INFO 4 [725] -2014-12-15 12:03:57 queue INFO 0 [726] -2014-12-15 12:03:57 queue INFO 4 [727] -2014-12-15 12:03:58 queue INFO 0 [728] -2014-12-15 12:03:58 queue INFO 4 [729] -2014-12-15 12:03:58 queue INFO 0 [730] -2014-12-15 12:03:59 queue INFO 4 [731] -2014-12-15 12:03:59 queue INFO 0 [732] -2014-12-15 12:03:59 queue INFO 4 [733] -2014-12-15 12:04:00 queue INFO 0 [734] -2014-12-15 12:04:00 queue INFO 4 [735] -2014-12-15 12:04:00 queue INFO 0 [736] -2014-12-15 12:04:01 queue INFO 4 [737] -2014-12-15 12:04:01 queue INFO 0 [738] -2014-12-15 12:04:01 queue INFO 4 [739] -2014-12-15 12:04:02 queue INFO 0 [740] -2014-12-15 12:04:02 queue INFO 4 [741] -2014-12-15 12:04:02 queue INFO 0 [742] -2014-12-15 12:04:03 queue INFO 4 [743] -2014-12-15 12:04:03 queue INFO 0 [744] -2014-12-15 12:04:04 queue INFO 4 [745] -2014-12-15 12:04:04 queue INFO 0 [746] -2014-12-15 12:04:04 queue INFO 4 [747] -2014-12-15 12:04:04 queue INFO 0 [748] -2014-12-15 12:04:05 queue INFO 4 [749] -2014-12-15 12:04:05 queue INFO 0 [750] -2014-12-15 12:04:05 queue INFO 4 [751] -2014-12-15 12:04:06 queue INFO 0 [752] -2014-12-15 12:04:06 queue INFO 4 [753] -2014-12-15 12:04:06 queue INFO 0 [754] -2014-12-15 12:04:07 queue INFO 4 [755] -2014-12-15 12:04:07 queue INFO 0 [756] -2014-12-15 12:04:07 queue INFO 4 [757] -2014-12-15 12:04:08 queue INFO 0 [758] -2014-12-15 12:04:08 queue INFO 4 [759] -2014-12-15 12:04:08 queue INFO 0 [760] -2014-12-15 12:04:09 queue INFO 4 [761] -2014-12-15 12:04:09 queue INFO 0 [762] -2014-12-15 12:04:09 queue INFO 4 [763] -2014-12-15 12:04:10 queue INFO 0 [764] -2014-12-15 12:04:10 queue INFO 4 [765] -2014-12-15 12:04:10 queue INFO 0 [766] -2014-12-15 12:04:11 queue INFO 4 [767] -2014-12-15 12:04:11 queue INFO 0 [768] -2014-12-15 12:04:11 queue INFO 4 [769] -2014-12-15 12:04:12 queue INFO 0 [770] -2014-12-15 12:04:12 queue INFO 4 [771] -2014-12-15 12:04:12 queue INFO 0 [772] -2014-12-15 12:04:13 queue INFO 4 [773] -2014-12-15 12:04:13 queue INFO 0 [774] -2014-12-15 12:04:13 queue INFO 4 [775] -2014-12-15 12:04:14 queue INFO 0 [776] -2014-12-15 12:04:14 queue INFO 4 [777] -2014-12-15 12:04:14 queue INFO 0 [778] -2014-12-15 12:04:15 queue INFO 4 [779] -2014-12-15 12:04:15 queue INFO 0 [780] -2014-12-15 12:04:15 queue INFO 4 [781] -2014-12-15 12:04:15 queue INFO 0 [782] -2014-12-15 12:04:16 queue INFO 4 [783] -2014-12-15 12:04:16 queue INFO 0 [784] -2014-12-15 12:04:16 queue INFO 4 [785] -2014-12-15 12:04:17 queue INFO 0 [786] -2014-12-15 12:04:17 queue INFO 4 [787] -2014-12-15 12:04:17 queue INFO 0 [788] -2014-12-15 12:04:18 queue INFO 4 [789] -2014-12-15 12:04:18 queue INFO 0 [790] -2014-12-15 12:04:18 queue INFO 4 [791] -2014-12-15 12:04:19 queue INFO 0 [792] -2014-12-15 12:04:19 queue INFO 4 [793] -2014-12-15 12:04:19 queue INFO 0 [794] -2014-12-15 12:04:20 queue INFO 4 [795] -2014-12-15 12:04:20 queue INFO 0 [796] -2014-12-15 12:04:20 queue INFO 4 [797] -2014-12-15 12:04:21 queue INFO 0 [798] -2014-12-15 12:04:21 queue INFO 4 [799] -2014-12-15 12:04:21 queue INFO 0 [800] -2014-12-15 12:04:22 queue INFO 4 [801] -2014-12-15 12:04:22 queue INFO 0 [802] -2014-12-15 12:04:22 queue INFO 4 [803] -2014-12-15 12:04:23 queue INFO 0 [804] -2014-12-15 12:04:23 queue INFO 4 [805] -2014-12-15 12:04:23 queue INFO 0 [806] -2014-12-15 12:04:24 queue INFO 4 [807] -2014-12-15 12:04:24 queue INFO 0 [808] -2014-12-15 12:04:24 queue INFO 4 [809] -2014-12-15 12:04:25 queue INFO 0 [810] -2014-12-15 12:04:25 queue INFO 4 [811] -2014-12-15 12:04:25 queue INFO 0 [812] -2014-12-15 12:04:26 queue INFO 4 [813] -2014-12-15 12:04:26 queue INFO 0 [814] -2014-12-15 12:04:26 queue INFO 4 [815] -2014-12-15 12:04:27 queue INFO 0 [816] -2014-12-15 12:04:27 queue INFO 4 [817] -2014-12-15 12:04:27 queue INFO 0 [818] -2014-12-15 12:04:28 queue INFO 4 [819] -2014-12-15 12:04:28 queue INFO 0 [820] -2014-12-15 12:04:28 queue INFO 4 [821] -2014-12-15 12:04:28 queue INFO 0 [822] -2014-12-15 12:04:29 queue INFO 4 [823] -2014-12-15 12:04:29 queue INFO 0 [824] -2014-12-15 12:04:29 queue INFO 4 [825] -2014-12-15 12:04:30 queue INFO 0 [826] -2014-12-15 12:04:30 queue INFO 4 [827] -2014-12-15 12:04:31 queue INFO 0 [828] -2014-12-15 12:04:31 queue INFO 4 [829] -2014-12-15 12:04:31 queue INFO 0 [830] -2014-12-15 12:04:32 queue INFO 4 [831] -2014-12-15 12:04:32 queue INFO 0 [832] -2014-12-15 12:04:32 queue INFO 4 [833] -2014-12-15 12:04:33 queue INFO 0 [834] -2014-12-15 12:04:33 queue INFO 4 [835] -2014-12-15 12:04:33 queue INFO 0 [836] -2014-12-15 12:04:34 queue INFO 4 [837] -2014-12-15 12:04:34 queue INFO 0 [838] -2014-12-15 12:04:34 queue INFO 4 [839] -2014-12-15 12:04:34 queue INFO 0 [840] -2014-12-15 12:04:35 queue INFO 4 [841] -2014-12-15 12:04:35 queue INFO 0 [842] -2014-12-15 12:04:35 queue INFO 4 [843] -2014-12-15 12:04:36 queue INFO 0 [844] -2014-12-15 12:04:36 queue INFO 4 [845] -2014-12-15 12:04:36 queue INFO 0 [846] -2014-12-15 12:04:37 queue INFO 4 [847] -2014-12-15 12:04:37 queue INFO 0 [848] -2014-12-15 12:04:37 queue INFO 4 [849] -2014-12-15 12:04:38 queue INFO 0 [850] -2014-12-15 12:04:38 queue INFO 4 [851] -2014-12-15 12:04:38 queue INFO 0 [852] -2014-12-15 12:04:39 queue INFO 4 [853] -2014-12-15 12:04:39 queue INFO 0 [854] -2014-12-15 12:04:39 queue INFO 4 [855] -2014-12-15 12:04:40 queue INFO 0 [856] -2014-12-15 12:04:40 queue INFO 4 [857] -2014-12-15 12:04:40 queue INFO 0 [858] -2014-12-15 12:04:41 queue INFO 4 [859] -2014-12-15 12:04:41 queue INFO 0 [860] -2014-12-15 12:04:41 queue INFO 4 [861] -2014-12-15 12:04:42 queue INFO 0 [862] -2014-12-15 12:04:42 queue INFO 4 [863] -2014-12-15 12:04:42 queue INFO 0 [864] -2014-12-15 12:04:43 queue INFO 4 [865] -2014-12-15 12:04:43 queue INFO 0 [866] -2014-12-15 12:04:43 queue INFO 4 [867] -2014-12-15 12:04:44 queue INFO 0 [868] -2014-12-15 12:04:44 queue INFO 4 [869] -2014-12-15 12:04:44 queue INFO 0 [870] -2014-12-15 12:04:45 queue INFO 4 [871] -2014-12-15 12:04:45 queue INFO 0 [872] -2014-12-15 12:04:45 queue INFO 4 [873] -2014-12-15 12:04:46 queue INFO 0 [874] -2014-12-15 12:04:46 queue INFO 4 [875] -2014-12-15 12:04:46 queue INFO 0 [876] -2014-12-15 12:04:47 queue INFO 4 [877] -2014-12-15 12:04:47 queue INFO 0 [878] -2014-12-15 12:04:47 queue INFO 4 [879] -2014-12-15 12:04:47 queue INFO 0 [880] -2014-12-15 12:04:48 queue INFO 4 [881] -2014-12-15 12:04:48 queue INFO 0 [882] -2014-12-15 12:04:48 queue INFO 4 [883] -2014-12-15 12:04:49 queue INFO 0 [884] -2014-12-15 12:04:49 queue INFO 4 [885] -2014-12-15 12:04:49 queue INFO 0 [886] -2014-12-15 12:04:50 queue INFO 4 [887] -2014-12-15 12:04:50 queue INFO 0 [888] -2014-12-15 12:04:50 queue INFO 4 [889] -2014-12-15 12:04:51 queue INFO 0 [890] -2014-12-15 12:04:51 queue INFO 4 [891] -2014-12-15 12:04:51 queue INFO 0 [892] -2014-12-15 12:04:52 queue INFO 4 [893] -2014-12-15 12:04:52 queue INFO 0 [894] -2014-12-15 12:04:52 queue INFO 4 [895] -2014-12-15 12:04:53 queue INFO 0 [896] -2014-12-15 12:04:53 queue INFO 4 [897] -2014-12-15 12:04:53 queue INFO 0 [898] -2014-12-15 12:04:54 queue INFO 4 [899] -2014-12-15 12:04:54 queue INFO 0 [900] -2014-12-15 12:04:54 queue INFO 4 [901] -2014-12-15 12:04:55 queue INFO 0 [902] -2014-12-15 12:04:55 queue INFO 4 [903] -2014-12-15 12:04:55 queue INFO 0 [904] -2014-12-15 12:04:56 queue INFO 4 [905] -2014-12-15 12:04:56 queue INFO 0 [906] -2014-12-15 12:04:56 queue INFO 4 [907] -2014-12-15 12:04:57 queue INFO 0 [908] -2014-12-15 12:04:57 queue INFO 4 [909] -2014-12-15 12:04:57 queue INFO 0 [910] -2014-12-15 12:04:58 queue INFO 4 [911] -2014-12-15 12:04:58 queue INFO 0 [912] -2014-12-15 12:04:58 queue INFO 4 [913] -2014-12-15 12:04:59 queue INFO 0 [914] -2014-12-15 12:04:59 queue INFO 4 [915] -2014-12-15 12:04:59 queue INFO 0 [916] -2014-12-15 12:05:00 queue INFO 4 [917] -2014-12-15 12:05:00 queue INFO 0 [918] -2014-12-15 12:05:00 queue INFO 4 [919] -2014-12-15 12:05:01 queue INFO 0 [920] -2014-12-15 12:05:01 queue INFO 4 [921] -2014-12-15 12:05:01 queue INFO 0 [922] -2014-12-15 12:05:02 queue INFO 4 [923] -2014-12-15 12:05:02 queue INFO 0 [924] -2014-12-15 12:05:02 queue INFO 4 [925] -2014-12-15 12:05:03 queue INFO 0 [926] -2014-12-15 12:05:03 queue INFO 4 [927] -2014-12-15 12:05:03 queue INFO 0 [928] -2014-12-15 12:05:04 queue INFO 4 [929] -2014-12-15 12:05:04 queue INFO 0 [930] -2014-12-15 12:05:04 queue INFO 4 [931] -2014-12-15 12:05:05 queue INFO 0 [932] -2014-12-15 12:05:05 queue INFO 4 [933] -2014-12-15 12:05:05 queue INFO 0 [934] -2014-12-15 12:05:06 queue INFO 4 [935] -2014-12-15 12:05:06 queue INFO 0 [936] -2014-12-15 12:05:06 queue INFO 4 [937] -2014-12-15 12:05:07 queue INFO 0 [938] -2014-12-15 12:05:07 queue INFO 4 [939] -2014-12-15 12:05:07 queue INFO 0 [940] -2014-12-15 12:05:08 queue INFO 4 [941] -2014-12-15 12:05:08 queue INFO 0 [942] -2014-12-15 12:05:08 queue INFO 4 [943] -2014-12-15 12:05:08 queue INFO 0 [944] -2014-12-15 12:05:09 queue INFO 4 [945] -2014-12-15 12:05:09 queue INFO 0 [946] -2014-12-15 12:05:09 queue INFO 4 [947] -2014-12-15 12:05:10 queue INFO 0 [948] -2014-12-15 12:05:10 queue INFO 4 [949] -2014-12-15 12:05:10 queue INFO 0 [950] -2014-12-15 12:05:11 queue INFO 4 [951] -2014-12-15 12:05:11 queue INFO 0 [952] -2014-12-15 12:05:11 queue INFO 4 [953] -2014-12-15 12:05:12 queue INFO 0 [954] -2014-12-15 12:05:12 queue INFO 4 [955] -2014-12-15 12:05:12 queue INFO 0 [956] -2014-12-15 12:05:13 queue INFO 4 [957] -2014-12-15 12:05:13 queue INFO 0 [958] -2014-12-15 12:05:13 queue INFO 4 [959] -2014-12-15 12:05:14 queue INFO 0 [960] -2014-12-15 12:05:14 queue INFO 4 [961] -2014-12-15 12:05:14 queue INFO 0 [962] -2014-12-15 12:05:15 queue INFO 4 [963] -2014-12-15 12:05:15 queue INFO 0 [964] -2014-12-15 12:05:15 queue INFO 4 [965] -2014-12-15 12:05:16 queue INFO 0 [966] -2014-12-15 12:05:16 queue INFO 4 [967] -2014-12-15 12:05:16 queue INFO 0 [968] -2014-12-15 12:05:17 queue INFO 4 [969] -2014-12-15 12:05:17 queue INFO 0 [970] -2014-12-15 12:05:17 queue INFO 4 [971] -2014-12-15 12:05:18 queue INFO 0 [972] -2014-12-15 12:05:18 queue INFO 4 [973] -2014-12-15 12:05:18 queue INFO 0 [974] -2014-12-15 12:05:18 queue INFO 4 [975] -2014-12-15 12:05:19 queue INFO 0 [976] -2014-12-15 12:05:19 queue INFO 4 [977] -2014-12-15 12:05:19 queue INFO 0 [978] -2014-12-15 12:05:20 queue INFO 4 [979] -2014-12-15 12:05:20 queue INFO 0 [980] -2014-12-15 12:05:20 queue INFO 4 [981] -2014-12-15 12:05:21 queue INFO 0 [982] -2014-12-15 12:05:21 queue INFO 4 [983] -2014-12-15 12:05:21 queue INFO 0 [984] -2014-12-15 12:05:22 queue INFO 4 [985] -2014-12-15 12:05:22 queue INFO 0 [986] -2014-12-15 12:05:22 queue INFO 4 [987] -2014-12-15 12:05:23 queue INFO 0 [988] -2014-12-15 12:05:23 queue INFO 4 [989] -2014-12-15 12:05:23 queue INFO 0 [990] -2014-12-15 12:05:24 queue INFO 4 [991] -2014-12-15 12:05:24 queue INFO 0 [992] -2014-12-15 12:05:25 queue INFO 4 [993] -2014-12-15 12:05:25 queue INFO 0 [994] -2014-12-15 12:05:25 queue INFO 4 [995] -2014-12-15 12:05:26 queue INFO 0 [996] -2014-12-15 12:05:26 queue INFO 4 [997] -2014-12-15 12:05:26 queue INFO 0 [998] -2014-12-15 12:05:26 queue INFO 4 [999] -2014-12-15 12:05:27 queue INFO 0 [0] -2014-12-15 12:05:27 queue INFO 4 [1] -2014-12-15 12:05:27 queue INFO 0 [2] -2014-12-15 12:05:28 queue INFO 4 [3] -2014-12-15 12:05:28 queue INFO 0 [4] -2014-12-15 12:05:28 queue INFO 4 [5] -2014-12-15 12:05:29 queue INFO 0 [6] -2014-12-15 12:05:29 queue INFO 4 [7] -2014-12-15 12:05:29 queue INFO 0 [8] -2014-12-15 12:05:30 queue INFO 4 [9] -2014-12-15 12:05:30 queue INFO 0 [10] -2014-12-15 12:05:30 queue INFO 4 [11] -2014-12-15 12:05:31 queue INFO 0 [12] -2014-12-15 12:05:31 queue INFO 4 [13] -2014-12-15 12:05:31 queue INFO 0 [14] -2014-12-15 12:05:32 queue INFO 4 [15] -2014-12-15 12:05:32 queue INFO 0 [16] -2014-12-15 12:05:32 queue INFO 4 [17] -2014-12-15 12:05:33 queue INFO 0 [18] -2014-12-15 12:05:33 queue INFO 4 [19] -2014-12-15 12:05:33 queue INFO 0 [20] -2014-12-15 12:05:34 queue INFO 4 [21] -2014-12-15 12:05:34 queue INFO 0 [22] -2014-12-15 12:05:34 queue INFO 4 [23] -2014-12-15 12:05:35 queue INFO 0 [24] -2014-12-15 12:05:35 queue INFO 4 [25] -2014-12-15 12:05:35 queue INFO 0 [26] -2014-12-15 12:05:36 queue INFO 4 [27] -2014-12-15 12:05:36 queue INFO 0 [28] -2014-12-15 12:05:36 queue INFO 4 [29] -2014-12-15 12:05:36 queue INFO 0 [30] -2014-12-15 12:05:37 queue INFO 4 [31] -2014-12-15 12:05:37 queue INFO 0 [32] -2014-12-15 12:05:37 queue INFO 4 [33] -2014-12-15 12:05:38 queue INFO 0 [34] -2014-12-15 12:05:38 queue INFO 4 [35] -2014-12-15 12:05:38 queue INFO 0 [36] -2014-12-15 12:05:39 queue INFO 4 [37] -2014-12-15 12:05:39 queue INFO 0 [38] -2014-12-15 12:05:39 queue INFO 4 [39] -2014-12-15 12:05:40 queue INFO 0 [40] -2014-12-15 12:05:40 queue INFO 4 [41] -2014-12-15 12:05:40 queue INFO 0 [42] -2014-12-15 12:05:41 queue INFO 4 [43] -2014-12-15 12:05:41 queue INFO 0 [44] -2014-12-15 12:05:41 queue INFO 4 [45] -2014-12-15 12:05:42 queue INFO 0 [46] -2014-12-15 12:05:42 queue INFO 4 [47] -2014-12-15 12:05:42 queue INFO 0 [48] -2014-12-15 12:05:43 queue INFO 4 [49] -2014-12-15 12:05:43 queue INFO 0 [50] -2014-12-15 12:05:43 queue INFO 4 [51] -2014-12-15 12:05:44 queue INFO 0 [52] -2014-12-15 12:05:44 queue INFO 4 [53] -2014-12-15 12:05:44 queue INFO 0 [54] -2014-12-15 12:05:45 queue INFO 4 [55] -2014-12-15 12:05:45 queue INFO 0 [56] -2014-12-15 12:05:45 queue INFO 4 [57] -2014-12-15 12:05:46 queue INFO 0 [58] -2014-12-15 12:05:46 queue INFO 4 [59] -2014-12-15 12:05:46 queue INFO 0 [60] -2014-12-15 12:05:47 queue INFO 4 [61] -2014-12-15 12:05:47 queue INFO 0 [62] -2014-12-15 12:05:47 queue INFO 4 [63] -2014-12-15 12:05:47 queue INFO 0 [64] -2014-12-15 12:05:48 queue INFO 4 [65] -2014-12-15 12:05:48 queue INFO 0 [66] -2014-12-15 12:05:48 queue INFO 4 [67] -2014-12-15 12:05:49 queue INFO 0 [68] -2014-12-15 12:05:49 queue INFO 4 [69] -2014-12-15 12:05:49 queue INFO 0 [70] -2014-12-15 12:05:50 queue INFO 4 [71] -2014-12-15 12:05:50 queue INFO 0 [72] -2014-12-15 12:05:50 queue INFO 4 [73] -2014-12-15 12:05:51 queue INFO 0 [74] -2014-12-15 12:05:51 queue INFO 4 [75] -2014-12-15 12:05:52 queue INFO 0 [76] -2014-12-15 12:05:52 queue INFO 4 [77] -2014-12-15 12:05:52 queue INFO 0 [78] -2014-12-15 12:05:53 queue INFO 4 [79] -2014-12-15 12:05:53 queue INFO 0 [80] -2014-12-15 12:05:53 queue INFO 4 [81] -2014-12-15 12:05:54 queue INFO 0 [82] -2014-12-15 12:05:54 queue INFO 4 [83] -2014-12-15 12:05:54 queue INFO 0 [84] -2014-12-15 12:05:55 queue INFO 4 [85] -2014-12-15 12:05:55 queue INFO 0 [86] -2014-12-15 12:05:55 queue INFO 4 [87] -2014-12-15 12:05:55 queue INFO 0 [88] -2014-12-15 12:05:56 queue INFO 4 [89] -2014-12-15 12:05:56 queue INFO 0 [90] -2014-12-15 12:05:56 queue INFO 4 [91] -2014-12-15 12:05:57 queue INFO 0 [92] -2014-12-15 12:05:57 queue INFO 4 [93] -2014-12-15 12:05:57 queue INFO 0 [94] -2014-12-15 12:05:58 queue INFO 4 [95] -2014-12-15 12:05:58 queue INFO 0 [96] -2014-12-15 12:05:58 queue INFO 4 [97] -2014-12-15 12:05:59 queue INFO 0 [98] -2014-12-15 12:05:59 queue INFO 4 [99] -2014-12-15 12:05:59 queue INFO 0 [100] -2014-12-15 12:06:00 queue INFO 4 [101] -2014-12-15 12:06:00 queue INFO 0 [102] -2014-12-15 12:06:00 queue INFO 4 [103] -2014-12-15 12:06:01 queue INFO 0 [104] -2014-12-15 12:06:01 queue INFO 4 [105] -2014-12-15 12:06:01 queue INFO 0 [106] -2014-12-15 12:06:02 queue INFO 4 [107] -2014-12-15 12:06:02 queue INFO 0 [108] -2014-12-15 12:06:02 queue INFO 4 [109] -2014-12-15 12:06:03 queue INFO 0 [110] -2014-12-15 12:06:03 queue INFO 4 [111] -2014-12-15 12:06:03 queue INFO 0 [112] -2014-12-15 12:06:04 queue INFO 4 [113] -2014-12-15 12:06:04 queue INFO 0 [114] -2014-12-15 12:06:04 queue INFO 4 [115] -2014-12-15 12:06:05 queue INFO 0 [116] -2014-12-15 12:06:05 queue INFO 4 [117] -2014-12-15 12:06:05 queue INFO 0 [118] -2014-12-15 12:06:06 queue INFO 4 [119] -2014-12-15 12:06:06 queue INFO 0 [120] -2014-12-15 12:06:06 queue INFO 4 [121] -2014-12-15 12:06:07 queue INFO 0 [122] -2014-12-15 12:06:07 queue INFO 4 [123] -2014-12-15 12:06:07 queue INFO 0 [124] -2014-12-15 12:06:08 queue INFO 4 [125] -2014-12-15 12:06:08 queue INFO 0 [126] -2014-12-15 12:06:08 queue INFO 4 [127] -2014-12-15 12:06:09 queue INFO 0 [128] -2014-12-15 12:06:09 queue INFO 4 [129] -2014-12-15 12:06:09 queue INFO 0 [130] -2014-12-15 12:06:10 queue INFO 4 [131] -2014-12-15 12:06:10 queue INFO 0 [132] -2014-12-15 12:06:10 queue INFO 4 [133] -2014-12-15 12:06:11 queue INFO 0 [134] -2014-12-15 12:06:11 queue INFO 4 [135] -2014-12-15 12:06:11 queue INFO 0 [136] -2014-12-15 12:06:12 queue INFO 4 [137] -2014-12-15 12:06:12 queue INFO 0 [138] -2014-12-15 12:06:12 queue INFO 4 [139] -2014-12-15 12:06:13 queue INFO 0 [140] -2014-12-15 12:06:13 queue INFO 4 [141] -2014-12-15 12:06:13 queue INFO 0 [142] -2014-12-15 12:06:14 queue INFO 4 [143] -2014-12-15 12:06:14 queue INFO 0 [144] -2014-12-15 12:06:14 queue INFO 4 [145] -2014-12-15 12:06:15 queue INFO 0 [146] -2014-12-15 12:06:15 queue INFO 4 [147] -2014-12-15 12:06:15 queue INFO 0 [148] -2014-12-15 12:06:16 queue INFO 4 [149] -2014-12-15 12:06:16 queue INFO 0 [150] -2014-12-15 12:06:16 queue INFO 4 [151] -2014-12-15 12:06:17 queue INFO 0 [152] -2014-12-15 12:06:17 queue INFO 4 [153] -2014-12-15 12:06:18 queue INFO 0 [154] -2014-12-15 12:06:18 queue INFO 4 [155] -2014-12-15 12:06:18 queue INFO 0 [156] -2014-12-15 12:06:19 queue INFO 4 [157] -2014-12-15 12:06:19 queue INFO 0 [158] -2014-12-15 12:06:19 queue INFO 4 [159] -2014-12-15 12:06:20 queue INFO 0 [160] -2014-12-15 12:06:20 queue INFO 4 [161] -2014-12-15 12:06:20 queue INFO 0 [162] -2014-12-15 12:06:20 queue INFO 4 [163] -2014-12-15 12:06:21 queue INFO 0 [164] -2014-12-15 12:06:21 queue INFO 4 [165] -2014-12-15 12:06:22 queue INFO 0 [166] -2014-12-15 12:06:22 queue INFO 4 [167] -2014-12-15 12:06:22 queue INFO 0 [168] -2014-12-15 12:06:23 queue INFO 4 [169] -2014-12-15 12:06:23 queue INFO 0 [170] -2014-12-15 12:06:23 queue INFO 4 [171] -2014-12-15 12:06:23 queue INFO 0 [172] -2014-12-15 12:06:24 queue INFO 4 [173] -2014-12-15 12:06:24 queue INFO 0 [174] -2014-12-15 12:06:24 queue INFO 4 [175] -2014-12-15 12:06:25 queue INFO 0 [176] -2014-12-15 12:06:25 queue INFO 4 [177] -2014-12-15 12:06:25 queue INFO 0 [178] -2014-12-15 12:06:26 queue INFO 4 [179] -2014-12-15 12:06:26 queue INFO 0 [180] -2014-12-15 12:06:26 queue INFO 4 [181] -2014-12-15 12:06:27 queue INFO 0 [182] -2014-12-15 12:06:27 queue INFO 4 [183] -2014-12-15 12:06:27 queue INFO 0 [184] -2014-12-15 12:06:28 queue INFO 4 [185] -2014-12-15 12:06:28 queue INFO 0 [186] -2014-12-15 12:06:28 queue INFO 4 [187] -2014-12-15 12:06:29 queue INFO 0 [188] -2014-12-15 12:06:29 queue INFO 4 [189] -2014-12-15 12:06:29 queue INFO 0 [190] -2014-12-15 12:06:30 queue INFO 4 [191] -2014-12-15 12:06:30 queue INFO 0 [192] -2014-12-15 12:06:30 queue INFO 4 [193] -2014-12-15 12:06:31 queue INFO 0 [194] -2014-12-15 12:06:31 queue INFO 4 [195] -2014-12-15 12:06:31 queue INFO 0 [196] -2014-12-15 12:06:32 queue INFO 4 [197] -2014-12-15 12:06:32 queue INFO 0 [198] -2014-12-15 12:06:32 queue INFO 4 [199] -2014-12-15 12:06:33 queue INFO 0 [200] -2014-12-15 12:06:33 queue INFO 4 [201] -2014-12-15 12:06:33 queue INFO 0 [202] -2014-12-15 12:06:34 queue INFO 4 [203] -2014-12-15 12:06:34 queue INFO 0 [204] -2014-12-15 12:06:34 queue INFO 4 [205] -2014-12-15 12:06:35 queue INFO 0 [206] -2014-12-15 12:06:35 queue INFO 4 [207] -2014-12-15 12:06:35 queue INFO 0 [208] -2014-12-15 12:06:36 queue INFO 4 [209] -2014-12-15 12:06:36 queue INFO 0 [210] -2014-12-15 12:06:36 queue INFO 4 [211] -2014-12-15 12:06:37 queue INFO 0 [212] -2014-12-15 12:06:37 queue INFO 4 [213] -2014-12-15 12:06:37 queue INFO 0 [214] -2014-12-15 12:06:38 queue INFO 4 [215] -2014-12-15 12:06:38 queue INFO 0 [216] -2014-12-15 12:06:38 queue INFO 4 [217] -2014-12-15 12:06:39 queue INFO 0 [218] -2014-12-15 12:06:39 queue INFO 4 [219] -2014-12-15 12:06:39 queue INFO 0 [220] -2014-12-15 12:06:40 queue INFO 4 [221] -2014-12-15 12:06:40 queue INFO 0 [222] -2014-12-15 12:06:40 queue INFO 4 [223] -2014-12-15 12:06:41 queue INFO 0 [224] -2014-12-15 12:06:41 queue INFO 4 [225] -2014-12-15 12:06:41 queue INFO 0 [226] -2014-12-15 12:06:42 queue INFO 4 [227] -2014-12-15 12:06:42 queue INFO 0 [228] -2014-12-15 12:06:42 queue INFO 4 [229] -2014-12-15 12:06:43 queue INFO 0 [230] -2014-12-15 12:06:43 queue INFO 4 [231] -2014-12-15 12:06:43 queue INFO 0 [232] -2014-12-15 12:06:44 queue INFO 4 [233] -2014-12-15 12:06:44 queue INFO 0 [234] -2014-12-15 12:06:44 queue INFO 4 [235] -2014-12-15 12:06:45 queue INFO 0 [236] -2014-12-15 12:06:45 queue INFO 4 [237] -2014-12-15 12:06:45 queue INFO 0 [238] -2014-12-15 12:06:46 queue INFO 4 [239] -2014-12-15 12:06:46 queue INFO 0 [240] -2014-12-15 12:06:46 queue INFO 4 [241] -2014-12-15 12:06:47 queue INFO 0 [242] -2014-12-15 12:06:47 queue INFO 4 [243] -2014-12-15 12:06:47 queue INFO 0 [244] -2014-12-15 12:06:48 queue INFO 4 [245] -2014-12-15 12:06:48 queue INFO 0 [246] -2014-12-15 12:06:48 queue INFO 4 [247] -2014-12-15 12:06:49 queue INFO 0 [248] -2014-12-15 12:06:49 queue INFO 4 [249] -2014-12-15 12:06:49 queue INFO 0 [250] -2014-12-15 12:06:50 queue INFO 4 [251] -2014-12-15 12:06:50 queue INFO 0 [252] -2014-12-15 12:06:50 queue INFO 4 [253] -2014-12-15 12:06:51 queue INFO 0 [254] -2014-12-15 12:06:51 queue INFO 4 [255] -2014-12-15 12:06:51 queue INFO 0 [256] -2014-12-15 12:06:52 queue INFO 4 [257] -2014-12-15 12:06:52 queue INFO 0 [258] -2014-12-15 12:06:52 queue INFO 4 [259] -2014-12-15 12:06:53 queue INFO 0 [260] -2014-12-15 12:06:53 queue INFO 4 [261] -2014-12-15 12:06:53 queue INFO 0 [262] -2014-12-15 12:06:54 queue INFO 4 [263] -2014-12-15 12:06:54 queue INFO 0 [264] -2014-12-15 12:06:54 queue INFO 4 [265] -2014-12-15 12:06:55 queue INFO 0 [266] -2014-12-15 12:06:55 queue INFO 4 [267] -2014-12-15 12:06:55 queue INFO 0 [268] -2014-12-15 12:06:56 queue INFO 4 [269] -2014-12-15 12:06:56 queue INFO 0 [270] -2014-12-15 12:06:56 queue INFO 4 [271] -2014-12-15 12:06:57 queue INFO 0 [272] -2014-12-15 12:06:57 queue INFO 4 [273] -2014-12-15 12:06:57 queue INFO 0 [274] -2014-12-15 12:06:58 queue INFO 4 [275] -2014-12-15 12:06:58 queue INFO 0 [276] -2014-12-15 12:06:58 queue INFO 4 [277] -2014-12-15 12:06:59 queue INFO 0 [278] -2014-12-15 12:06:59 queue INFO 4 [279] -2014-12-15 12:06:59 queue INFO 0 [280] -2014-12-15 12:07:00 queue INFO 4 [281] -2014-12-15 12:07:00 queue INFO 0 [282] -2014-12-15 12:07:00 queue INFO 4 [283] -2014-12-15 12:07:01 queue INFO 0 [284] -2014-12-15 12:07:01 queue INFO 4 [285] -2014-12-15 12:07:01 queue INFO 0 [286] -2014-12-15 12:07:02 queue INFO 4 [287] -2014-12-15 12:07:02 queue INFO 0 [288] -2014-12-15 12:07:02 queue INFO 4 [289] -2014-12-15 12:07:03 queue INFO 0 [290] -2014-12-15 12:07:03 queue INFO 4 [291] -2014-12-15 12:07:03 queue INFO 0 [292] -2014-12-15 12:07:04 queue INFO 4 [293] -2014-12-15 12:07:04 queue INFO 0 [294] -2014-12-15 12:07:04 queue INFO 4 [295] -2014-12-15 12:07:05 queue INFO 0 [296] -2014-12-15 12:07:05 queue INFO 4 [297] -2014-12-15 12:07:05 queue INFO 0 [298] -2014-12-15 12:07:06 queue INFO 4 [299] -2014-12-15 12:07:06 queue INFO 0 [300] -2014-12-15 12:07:06 queue INFO 4 [301] -2014-12-15 12:07:07 queue INFO 0 [302] -2014-12-15 12:07:07 queue INFO 4 [303] -2014-12-15 12:07:07 queue INFO 0 [304] -2014-12-15 12:07:08 queue INFO 4 [305] -2014-12-15 12:07:08 queue INFO 0 [306] -2014-12-15 12:07:08 queue INFO 4 [307] -2014-12-15 12:07:08 queue INFO 0 [308] -2014-12-15 12:07:09 queue INFO 4 [309] -2014-12-15 12:07:09 queue INFO 0 [310] -2014-12-15 12:07:10 queue INFO 4 [311] -2014-12-15 12:07:10 queue INFO 0 [312] -2014-12-15 12:07:10 queue INFO 4 [313] -2014-12-15 12:07:11 queue INFO 0 [314] -2014-12-15 12:07:11 queue INFO 4 [315] -2014-12-15 12:07:11 queue INFO 0 [316] -2014-12-15 12:07:12 queue INFO 4 [317] -2014-12-15 12:07:12 queue INFO 0 [318] -2014-12-15 12:07:12 queue INFO 4 [319] -2014-12-15 12:07:13 queue INFO 0 [320] -2014-12-15 12:07:13 queue INFO 4 [321] -2014-12-15 12:07:13 queue INFO 0 [322] -2014-12-15 12:07:14 queue INFO 4 [323] -2014-12-15 12:07:14 queue INFO 0 [324] -2014-12-15 12:07:14 queue INFO 4 [325] -2014-12-15 12:07:15 queue INFO 0 [326] -2014-12-15 12:07:15 queue INFO 4 [327] -2014-12-15 12:07:15 queue INFO 0 [328] -2014-12-15 12:07:16 queue INFO 4 [329] -2014-12-15 12:07:16 queue INFO 0 [330] -2014-12-15 12:07:16 queue INFO 4 [331] -2014-12-15 12:07:17 queue INFO 0 [332] -2014-12-15 12:07:17 queue INFO 4 [333] -2014-12-15 12:07:17 queue INFO 0 [334] -2014-12-15 12:07:18 queue INFO 4 [335] -2014-12-15 12:07:18 queue INFO 0 [336] -2014-12-15 12:07:18 queue INFO 4 [337] -2014-12-15 12:07:19 queue INFO 0 [338] -2014-12-15 12:07:19 queue INFO 4 [339] -2014-12-15 12:07:19 queue INFO 0 [340] -2014-12-15 12:07:20 queue INFO 4 [341] -2014-12-15 12:07:20 queue INFO 0 [342] -2014-12-15 12:07:20 queue INFO 4 [343] -2014-12-15 12:07:21 queue INFO 0 [344] -2014-12-15 12:07:21 queue INFO 4 [345] -2014-12-15 12:07:21 queue INFO 0 [346] -2014-12-15 12:07:22 queue INFO 4 [347] -2014-12-15 12:07:22 queue INFO 0 [348] -2014-12-15 12:07:22 queue INFO 4 [349] -2014-12-15 12:07:23 queue INFO 0 [350] -2014-12-15 12:07:23 queue INFO 4 [351] -2014-12-15 12:07:23 queue INFO 0 [352] -2014-12-15 12:07:24 queue INFO 4 [353] -2014-12-15 12:07:24 queue INFO 0 [354] -2014-12-15 12:07:24 queue INFO 4 [355] -2014-12-15 12:07:24 queue INFO 0 [356] -2014-12-15 12:07:25 queue INFO 4 [357] -2014-12-15 12:07:25 queue INFO 0 [358] -2014-12-15 12:07:25 queue INFO 4 [359] -2014-12-15 12:07:26 queue INFO 0 [360] -2014-12-15 12:07:26 queue INFO 4 [361] -2014-12-15 12:07:26 queue INFO 0 [362] -2014-12-15 12:07:27 queue INFO 4 [363] -2014-12-15 12:07:27 queue INFO 0 [364] -2014-12-15 12:07:27 queue INFO 4 [365] -2014-12-15 12:07:28 queue INFO 0 [366] -2014-12-15 12:07:28 queue INFO 4 [367] -2014-12-15 12:07:28 queue INFO 0 [368] -2014-12-15 12:07:29 queue INFO 4 [369] -2014-12-15 12:07:29 queue INFO 0 [370] -2014-12-15 12:07:29 queue INFO 4 [371] -2014-12-15 12:07:30 queue INFO 0 [372] -2014-12-15 12:07:30 queue INFO 4 [373] -2014-12-15 12:07:30 queue INFO 0 [374] -2014-12-15 12:07:31 queue INFO 4 [375] -2014-12-15 12:07:31 queue INFO 0 [376] -2014-12-15 12:07:31 queue INFO 4 [377] -2014-12-15 12:07:32 queue INFO 0 [378] -2014-12-15 12:07:32 queue INFO 4 [379] -2014-12-15 12:07:32 queue INFO 0 [380] -2014-12-15 12:07:33 queue INFO 4 [381] -2014-12-15 12:07:33 queue INFO 0 [382] -2014-12-15 12:07:33 queue INFO 4 [383] -2014-12-15 12:07:34 queue INFO 0 [384] -2014-12-15 12:07:35 queue INFO 4 [385] -2014-12-15 12:07:35 queue INFO 0 [386] -2014-12-15 12:07:35 queue INFO 4 [387] -2014-12-15 12:07:35 queue INFO 0 [388] -2014-12-15 12:07:36 queue INFO 4 [389] -2014-12-15 12:07:36 queue INFO 0 [390] -2014-12-15 12:07:36 queue INFO 4 [391] -2014-12-15 12:07:37 queue INFO 0 [392] -2014-12-15 12:07:37 queue INFO 4 [393] -2014-12-15 12:07:37 queue INFO 0 [394] -2014-12-15 12:07:38 queue INFO 4 [395] -2014-12-15 12:07:38 queue INFO 0 [396] -2014-12-15 12:07:39 queue INFO 4 [397] -2014-12-15 12:07:39 queue INFO 0 [398] -2014-12-15 12:07:39 queue INFO 4 [399] -2014-12-15 12:07:40 queue INFO 0 [400] -2014-12-15 12:07:40 queue INFO 4 [401] -2014-12-15 12:07:40 queue INFO 0 [402] -2014-12-15 12:07:41 queue INFO 4 [403] -2014-12-15 12:07:41 queue INFO 0 [404] -2014-12-15 12:07:41 queue INFO 4 [405] -2014-12-15 12:07:42 queue INFO 0 [406] -2014-12-15 12:07:42 queue INFO 4 [407] -2014-12-15 12:07:42 queue INFO 0 [408] -2014-12-15 12:07:43 queue INFO 4 [409] -2014-12-15 12:07:43 queue INFO 0 [410] -2014-12-15 12:07:43 queue INFO 4 [411] -2014-12-15 12:07:44 queue INFO 0 [412] -2014-12-15 12:07:44 queue INFO 4 [413] -2014-12-15 12:07:44 queue INFO 0 [414] -2014-12-15 12:07:45 queue INFO 4 [415] -2014-12-15 12:07:45 queue INFO 0 [416] -2014-12-15 12:07:45 queue INFO 4 [417] -2014-12-15 12:07:45 queue INFO 0 [418] -2014-12-15 12:07:46 queue INFO 4 [419] -2014-12-15 12:07:46 queue INFO 0 [420] -2014-12-15 12:07:46 queue INFO 4 [421] -2014-12-15 12:07:47 queue INFO 0 [422] -2014-12-15 12:07:47 queue INFO 4 [423] -2014-12-15 12:07:47 queue INFO 0 [424] -2014-12-15 12:07:48 queue INFO 4 [425] -2014-12-15 12:07:48 queue INFO 0 [426] -2014-12-15 12:07:48 queue INFO 4 [427] -2014-12-15 12:07:49 queue INFO 0 [428] -2014-12-15 12:07:49 queue INFO 4 [429] -2014-12-15 12:07:49 queue INFO 0 [430] -2014-12-15 12:07:50 queue INFO 4 [431] -2014-12-15 12:07:50 queue INFO 0 [432] -2014-12-15 12:07:50 queue INFO 4 [433] -2014-12-15 12:07:51 queue INFO 0 [434] -2014-12-15 12:07:51 queue INFO 4 [435] -2014-12-15 12:07:51 queue INFO 0 [436] -2014-12-15 12:07:52 queue INFO 4 [437] -2014-12-15 12:07:52 queue INFO 0 [438] -2014-12-15 12:07:52 queue INFO 4 [439] -2014-12-15 12:07:53 queue INFO 0 [440] -2014-12-15 12:07:53 queue INFO 4 [441] -2014-12-15 12:07:53 queue INFO 0 [442] -2014-12-15 12:07:54 queue INFO 4 [443] -2014-12-15 12:07:54 queue INFO 0 [444] -2014-12-15 12:07:54 queue INFO 4 [445] -2014-12-15 12:07:55 queue INFO 0 [446] -2014-12-15 12:07:55 queue INFO 4 [447] -2014-12-15 12:07:55 queue INFO 0 [448] -2014-12-15 12:07:56 queue INFO 4 [449] -2014-12-15 12:07:56 queue INFO 0 [450] -2014-12-15 12:07:56 queue INFO 4 [451] -2014-12-15 12:07:57 queue INFO 0 [452] -2014-12-15 12:07:57 queue INFO 4 [453] -2014-12-15 12:07:57 queue INFO 0 [454] -2014-12-15 12:07:58 queue INFO 4 [455] -2014-12-15 12:07:58 queue INFO 0 [456] -2014-12-15 12:07:58 queue INFO 4 [457] -2014-12-15 12:07:59 queue INFO 0 [458] -2014-12-15 12:07:59 queue INFO 4 [459] -2014-12-15 12:07:59 queue INFO 0 [460] -2014-12-15 12:08:00 queue INFO 4 [461] -2014-12-15 12:08:00 queue INFO 0 [462] -2014-12-15 12:08:00 queue INFO 4 [463] -2014-12-15 12:08:00 queue INFO 0 [464] -2014-12-15 12:08:01 queue INFO 4 [465] -2014-12-15 12:08:01 queue INFO 0 [466] -2014-12-15 12:08:01 queue INFO 4 [467] -2014-12-15 12:08:02 queue INFO 0 [468] -2014-12-15 12:08:02 queue INFO 4 [469] -2014-12-15 12:08:02 queue INFO 0 [470] -2014-12-15 12:08:03 queue INFO 4 [471] -2014-12-15 12:08:03 queue INFO 0 [472] -2014-12-15 12:08:03 queue INFO 4 [473] -2014-12-15 12:08:04 queue INFO 0 [474] -2014-12-15 12:08:04 queue INFO 4 [475] -2014-12-15 12:08:04 queue INFO 0 [476] -2014-12-15 12:08:05 queue INFO 4 [477] -2014-12-15 12:08:05 queue INFO 0 [478] -2014-12-15 12:08:06 queue INFO 4 [479] -2014-12-15 12:08:06 queue INFO 0 [480] -2014-12-15 12:08:06 queue INFO 4 [481] -2014-12-15 12:08:07 queue INFO 0 [482] -2014-12-15 12:08:07 queue INFO 4 [483] -2014-12-15 12:08:07 queue INFO 0 [484] -2014-12-15 12:08:08 queue INFO 4 [485] -2014-12-15 12:08:08 queue INFO 0 [486] -2014-12-15 12:08:08 queue INFO 4 [487] -2014-12-15 12:08:09 queue INFO 0 [488] -2014-12-15 12:08:09 queue INFO 4 [489] -2014-12-15 12:08:09 queue INFO 0 [490] -2014-12-15 12:08:10 queue INFO 4 [491] -2014-12-15 12:08:10 queue INFO 0 [492] -2014-12-15 12:08:10 queue INFO 4 [493] -2014-12-15 12:08:11 queue INFO 0 [494] -2014-12-15 12:08:11 queue INFO 4 [495] -2014-12-15 12:08:11 queue INFO 0 [496] -2014-12-15 12:08:12 queue INFO 4 [497] -2014-12-15 12:08:12 queue INFO 0 [498] -2014-12-15 12:08:12 queue INFO 4 [499] -2014-12-15 12:08:13 queue INFO 0 [500] -2014-12-15 12:08:13 queue INFO 4 [501] -2014-12-15 12:08:13 queue INFO 0 [502] -2014-12-15 12:08:14 queue INFO 4 [503] -2014-12-15 12:08:14 queue INFO 0 [504] -2014-12-15 12:08:14 queue INFO 4 [505] -2014-12-15 12:08:14 queue INFO 0 [506] -2014-12-15 12:08:15 queue INFO 4 [507] -2014-12-15 12:08:15 queue INFO 0 [508] -2014-12-15 12:08:15 queue INFO 4 [509] -2014-12-15 12:08:16 queue INFO 0 [510] -2014-12-15 12:08:16 queue INFO 4 [511] -2014-12-15 12:08:16 queue INFO 0 [512] -2014-12-15 12:08:17 queue INFO 4 [513] -2014-12-15 12:08:17 queue INFO 0 [514] -2014-12-15 12:08:17 queue INFO 4 [515] -2014-12-15 12:08:18 queue INFO 0 [516] -2014-12-15 12:08:18 queue INFO 4 [517] -2014-12-15 12:08:18 queue INFO 0 [518] -2014-12-15 12:08:19 queue INFO 4 [519] -2014-12-15 12:08:19 queue INFO 0 [520] -2014-12-15 12:08:19 queue INFO 4 [521] -2014-12-15 12:08:20 queue INFO 0 [522] -2014-12-15 12:08:20 queue INFO 4 [523] -2014-12-15 12:08:20 queue INFO 0 [524] -2014-12-15 12:08:21 queue INFO 4 [525] -2014-12-15 12:08:21 queue INFO 0 [526] -2014-12-15 12:08:21 queue INFO 4 [527] -2014-12-15 12:08:22 queue INFO 0 [528] -2014-12-15 12:08:22 queue INFO 4 [529] -2014-12-15 12:08:22 queue INFO 0 [530] -2014-12-15 12:08:23 queue INFO 4 [531] -2014-12-15 12:08:23 queue INFO 0 [532] -2014-12-15 12:08:23 queue INFO 4 [533] -2014-12-15 12:08:24 queue INFO 0 [534] -2014-12-15 12:08:24 queue INFO 4 [535] -2014-12-15 12:08:24 queue INFO 0 [536] -2014-12-15 12:08:25 queue INFO 4 [537] -2014-12-15 12:08:25 queue INFO 0 [538] -2014-12-15 12:08:25 queue INFO 4 [539] -2014-12-15 12:08:25 queue INFO 0 [540] -2014-12-15 12:08:26 queue INFO 4 [541] -2014-12-15 12:08:26 queue INFO 0 [542] -2014-12-15 12:08:26 queue INFO 4 [543] -2014-12-15 12:08:27 queue INFO 0 [544] -2014-12-15 12:08:27 queue INFO 4 [545] -2014-12-15 12:08:27 queue INFO 0 [546] -2014-12-15 12:08:28 queue INFO 4 [547] -2014-12-15 12:08:28 queue INFO 0 [548] -2014-12-15 12:08:28 queue INFO 4 [549] -2014-12-15 12:08:29 queue INFO 0 [550] -2014-12-15 12:08:29 queue INFO 4 [551] -2014-12-15 12:08:29 queue INFO 0 [552] -2014-12-15 12:08:30 queue INFO 4 [553] -2014-12-15 12:08:30 queue INFO 0 [554] -2014-12-15 12:08:30 queue INFO 4 [555] -2014-12-15 12:08:31 queue INFO 0 [556] -2014-12-15 12:08:31 queue INFO 4 [557] -2014-12-15 12:08:31 queue INFO 0 [558] -2014-12-15 12:08:32 queue INFO 4 [559] -2014-12-15 12:08:32 queue INFO 0 [560] -2014-12-15 12:08:33 queue INFO 4 [561] -2014-12-15 12:08:33 queue INFO 0 [562] -2014-12-15 12:08:33 queue INFO 4 [563] -2014-12-15 12:08:33 queue INFO 0 [564] -2014-12-15 12:08:34 queue INFO 4 [565] -2014-12-15 12:08:34 queue INFO 0 [566] -2014-12-15 12:08:34 queue INFO 4 [567] -2014-12-15 12:08:35 queue INFO 0 [568] -2014-12-15 12:08:35 queue INFO 4 [569] -2014-12-15 12:08:35 queue INFO 0 [570] -2014-12-15 12:08:36 queue INFO 4 [571] -2014-12-15 12:08:36 queue INFO 0 [572] -2014-12-15 12:08:36 queue INFO 4 [573] -2014-12-15 12:08:37 queue INFO 0 [574] -2014-12-15 12:08:37 queue INFO 4 [575] -2014-12-15 12:08:37 queue INFO 0 [576] -2014-12-15 12:08:38 queue INFO 4 [577] -2014-12-15 12:08:38 queue INFO 0 [578] -2014-12-15 12:08:38 queue INFO 4 [579] -2014-12-15 12:08:39 queue INFO 0 [580] -2014-12-15 12:08:39 queue INFO 4 [581] -2014-12-15 12:08:39 queue INFO 0 [582] -2014-12-15 12:08:40 queue INFO 4 [583] -2014-12-15 12:08:40 queue INFO 0 [584] -2014-12-15 12:08:40 queue INFO 4 [585] -2014-12-15 12:08:41 queue INFO 0 [586] -2014-12-15 12:08:41 queue INFO 4 [587] -2014-12-15 12:08:41 queue INFO 0 [588] -2014-12-15 12:08:42 queue INFO 4 [589] -2014-12-15 12:08:42 queue INFO 0 [590] -2014-12-15 12:08:42 queue INFO 4 [591] -2014-12-15 12:08:43 queue INFO 0 [592] -2014-12-15 12:08:43 queue INFO 4 [593] -2014-12-15 12:08:43 queue INFO 0 [594] -2014-12-15 12:08:44 queue INFO 4 [595] -2014-12-15 12:08:44 queue INFO 0 [596] -2014-12-15 12:08:44 queue INFO 4 [597] -2014-12-15 12:08:45 queue INFO 0 [598] -2014-12-15 12:08:45 queue INFO 4 [599] -2014-12-15 12:08:45 queue INFO 0 [600] -2014-12-15 12:08:45 queue INFO 4 [601] -2014-12-15 12:08:46 queue INFO 0 [602] -2014-12-15 12:08:46 queue INFO 4 [603] -2014-12-15 12:08:46 queue INFO 0 [604] -2014-12-15 12:08:47 queue INFO 4 [605] -2014-12-15 12:08:47 queue INFO 0 [606] -2014-12-15 12:08:47 queue INFO 4 [607] -2014-12-15 12:08:48 queue INFO 0 [608] -2014-12-15 12:08:48 queue INFO 4 [609] -2014-12-15 12:08:48 queue INFO 0 [610] -2014-12-15 12:08:49 queue INFO 4 [611] -2014-12-15 12:08:49 queue INFO 0 [612] -2014-12-15 12:08:49 queue INFO 4 [613] -2014-12-15 12:08:50 queue INFO 0 [614] -2014-12-15 12:08:50 queue INFO 4 [615] -2014-12-15 12:08:50 queue INFO 0 [616] -2014-12-15 12:08:51 queue INFO 4 [617] -2014-12-15 12:08:51 queue INFO 0 [618] -2014-12-15 12:08:51 queue INFO 4 [619] -2014-12-15 12:08:52 queue INFO 0 [620] -2014-12-15 12:08:52 queue INFO 4 [621] -2014-12-15 12:08:52 queue INFO 0 [622] -2014-12-15 12:08:53 queue INFO 4 [623] -2014-12-15 12:08:53 queue INFO 0 [624] -2014-12-15 12:08:53 queue INFO 4 [625] -2014-12-15 12:08:54 queue INFO 0 [626] -2014-12-15 12:08:54 queue INFO 4 [627] -2014-12-15 12:08:54 queue INFO 0 [628] -2014-12-15 12:08:55 queue INFO 4 [629] -2014-12-15 12:08:55 queue INFO 0 [630] -2014-12-15 12:08:55 queue INFO 4 [631] -2014-12-15 12:08:56 queue INFO 0 [632] -2014-12-15 12:08:56 queue INFO 4 [633] -2014-12-15 12:08:56 queue INFO 0 [634] -2014-12-15 12:08:57 queue INFO 4 [635] -2014-12-15 12:08:57 queue INFO 0 [636] -2014-12-15 12:08:57 queue INFO 4 [637] -2014-12-15 12:08:58 queue INFO 0 [638] -2014-12-15 12:08:58 queue INFO 4 [639] -2014-12-15 12:08:58 queue INFO 0 [640] -2014-12-15 12:08:59 queue INFO 4 [641] -2014-12-15 12:08:59 queue INFO 0 [642] -2014-12-15 12:08:59 queue INFO 4 [643] -2014-12-15 12:09:00 queue INFO 0 [644] -2014-12-15 12:09:00 queue INFO 4 [645] -2014-12-15 12:09:00 queue INFO 0 [646] -2014-12-15 12:09:01 queue INFO 4 [647] -2014-12-15 12:09:01 queue INFO 0 [648] -2014-12-15 12:09:01 queue INFO 4 [649] -2014-12-15 12:09:02 queue INFO 0 [650] -2014-12-15 12:09:02 queue INFO 4 [651] -2014-12-15 12:09:02 queue INFO 0 [652] -2014-12-15 12:09:03 queue INFO 4 [653] -2014-12-15 12:09:03 queue INFO 0 [654] -2014-12-15 12:09:03 queue INFO 4 [655] -2014-12-15 12:09:04 queue INFO 0 [656] -2014-12-15 12:09:04 queue INFO 4 [657] -2014-12-15 12:09:04 queue INFO 0 [658] -2014-12-15 12:09:05 queue INFO 4 [659] -2014-12-15 12:09:05 queue INFO 0 [660] -2014-12-15 12:09:05 queue INFO 4 [661] -2014-12-15 12:09:06 queue INFO 0 [662] -2014-12-15 12:09:06 queue INFO 4 [663] -2014-12-15 12:09:06 queue INFO 0 [664] -2014-12-15 12:09:07 queue INFO 4 [665] -2014-12-15 12:09:07 queue INFO 0 [666] -2014-12-15 12:09:07 queue INFO 4 [667] -2014-12-15 12:09:08 queue INFO 0 [668] -2014-12-15 12:09:08 queue INFO 4 [669] -2014-12-15 12:09:08 queue INFO 0 [670] -2014-12-15 12:09:09 queue INFO 4 [671] -2014-12-15 12:09:09 queue INFO 0 [672] -2014-12-15 12:09:09 queue INFO 4 [673] -2014-12-15 12:09:10 queue INFO 0 [674] -2014-12-15 12:09:10 queue INFO 4 [675] -2014-12-15 12:09:10 queue INFO 0 [676] -2014-12-15 12:09:11 queue INFO 4 [677] -2014-12-15 12:09:11 queue INFO 0 [678] -2014-12-15 12:09:11 queue INFO 4 [679] -2014-12-15 12:09:12 queue INFO 0 [680] -2014-12-15 12:09:12 queue INFO 4 [681] -2014-12-15 12:09:12 queue INFO 0 [682] -2014-12-15 12:09:13 queue INFO 4 [683] -2014-12-15 12:09:13 queue INFO 0 [684] -2014-12-15 12:09:13 queue INFO 4 [685] -2014-12-15 12:09:14 queue INFO 0 [686] -2014-12-15 12:09:14 queue INFO 4 [687] -2014-12-15 12:09:14 queue INFO 0 [688] -2014-12-15 12:09:15 queue INFO 4 [689] -2014-12-15 12:09:15 queue INFO 0 [690] -2014-12-15 12:09:15 queue INFO 4 [691] -2014-12-15 12:09:16 queue INFO 0 [692] -2014-12-15 12:09:16 queue INFO 4 [693] -2014-12-15 12:09:16 queue INFO 0 [694] -2014-12-15 12:09:17 queue INFO 4 [695] -2014-12-15 12:09:17 queue INFO 0 [696] -2014-12-15 12:09:17 queue INFO 4 [697] -2014-12-15 12:09:18 queue INFO 0 [698] -2014-12-15 12:09:18 queue INFO 4 [699] -2014-12-15 12:09:18 queue INFO 0 [700] -2014-12-15 12:09:19 queue INFO 4 [701] -2014-12-15 12:09:19 queue INFO 0 [702] -2014-12-15 12:09:19 queue INFO 4 [703] -2014-12-15 12:09:19 queue INFO 0 [704] -2014-12-15 12:09:20 queue INFO 4 [705] -2014-12-15 12:09:20 queue INFO 0 [706] -2014-12-15 12:09:20 queue INFO 4 [707] -2014-12-15 12:09:21 queue INFO 0 [708] -2014-12-15 12:09:21 queue INFO 4 [709] -2014-12-15 12:09:21 queue INFO 0 [710] -2014-12-15 12:09:22 queue INFO 4 [711] -2014-12-15 12:09:22 queue INFO 0 [712] -2014-12-15 12:09:22 queue INFO 4 [713] -2014-12-15 12:09:23 queue INFO 0 [714] -2014-12-15 12:09:23 queue INFO 4 [715] -2014-12-15 12:09:23 queue INFO 0 [716] -2014-12-15 12:09:24 queue INFO 4 [717] -2014-12-15 12:09:24 queue INFO 0 [718] -2014-12-15 12:09:24 queue INFO 4 [719] -2014-12-15 12:09:25 queue INFO 0 [720] -2014-12-15 12:09:25 queue INFO 4 [721] -2014-12-15 12:09:25 queue INFO 0 [722] -2014-12-15 12:09:26 queue INFO 4 [723] -2014-12-15 12:09:26 queue INFO 0 [724] -2014-12-15 12:09:27 queue INFO 4 [725] -2014-12-15 12:09:27 queue INFO 0 [726] -2014-12-15 12:09:27 queue INFO 4 [727] -2014-12-15 12:09:28 queue INFO 0 [728] -2014-12-15 12:09:28 queue INFO 4 [729] -2014-12-15 12:09:28 queue INFO 0 [730] -2014-12-15 12:09:29 queue INFO 4 [731] -2014-12-15 12:09:29 queue INFO 0 [732] -2014-12-15 12:09:29 queue INFO 4 [733] -2014-12-15 12:09:29 queue INFO 0 [734] -2014-12-15 12:09:30 queue INFO 4 [735] -2014-12-15 12:09:30 queue INFO 0 [736] -2014-12-15 12:09:31 queue INFO 4 [737] -2014-12-15 12:09:31 queue INFO 0 [738] -2014-12-15 12:09:31 queue INFO 4 [739] -2014-12-15 12:09:31 queue INFO 0 [740] -2014-12-15 12:09:32 queue INFO 4 [741] -2014-12-15 12:09:32 queue INFO 0 [742] -2014-12-15 12:09:32 queue INFO 4 [743] -2014-12-15 12:09:33 queue INFO 0 [744] -2014-12-15 12:09:33 queue INFO 4 [745] -2014-12-15 12:09:33 queue INFO 0 [746] -2014-12-15 12:09:34 queue INFO 4 [747] -2014-12-15 12:09:34 queue INFO 0 [748] -2014-12-15 12:09:34 queue INFO 4 [749] -2014-12-15 12:09:35 queue INFO 0 [750] -2014-12-15 12:09:35 queue INFO 4 [751] -2014-12-15 12:09:35 queue INFO 0 [752] -2014-12-15 12:09:36 queue INFO 4 [753] -2014-12-15 12:09:36 queue INFO 0 [754] -2014-12-15 12:09:36 queue INFO 4 [755] -2014-12-15 12:09:37 queue INFO 0 [756] -2014-12-15 12:09:37 queue INFO 4 [757] -2014-12-15 12:09:37 queue INFO 0 [758] -2014-12-15 12:09:38 queue INFO 4 [759] -2014-12-15 12:09:38 queue INFO 0 [760] -2014-12-15 12:09:38 queue INFO 4 [761] -2014-12-15 12:09:39 queue INFO 0 [762] -2014-12-15 12:09:39 queue INFO 4 [763] -2014-12-15 12:09:39 queue INFO 0 [764] -2014-12-15 12:09:40 queue INFO 4 [765] -2014-12-15 12:09:40 queue INFO 0 [766] -2014-12-15 12:09:40 queue INFO 4 [767] -2014-12-15 12:09:41 queue INFO 0 [768] -2014-12-15 12:09:41 queue INFO 4 [769] -2014-12-15 12:09:41 queue INFO 0 [770] -2014-12-15 12:09:42 queue INFO 4 [771] -2014-12-15 12:09:42 queue INFO 0 [772] -2014-12-15 12:09:42 queue INFO 4 [773] -2014-12-15 12:09:43 queue INFO 0 [774] -2014-12-15 12:09:43 queue INFO 4 [775] -2014-12-15 12:09:43 queue INFO 0 [776] -2014-12-15 12:09:43 queue INFO 4 [777] -2014-12-15 12:09:44 queue INFO 0 [778] -2014-12-15 12:09:44 queue INFO 4 [779] -2014-12-15 12:09:44 queue INFO 0 [780] -2014-12-15 12:09:45 queue INFO 4 [781] -2014-12-15 12:09:45 queue INFO 0 [782] -2014-12-15 12:09:45 queue INFO 4 [783] -2014-12-15 12:09:46 queue INFO 0 [784] -2014-12-15 12:09:46 queue INFO 4 [785] -2014-12-15 12:09:46 queue INFO 0 [786] -2014-12-15 12:09:47 queue INFO 4 [787] -2014-12-15 12:09:47 queue INFO 0 [788] -2014-12-15 12:09:47 queue INFO 4 [789] -2014-12-15 12:09:48 queue INFO 0 [790] -2014-12-15 12:09:48 queue INFO 4 [791] -2014-12-15 12:09:48 queue INFO 0 [792] -2014-12-15 12:09:49 queue INFO 4 [793] -2014-12-15 12:09:49 queue INFO 0 [794] -2014-12-15 12:09:49 queue INFO 4 [795] -2014-12-15 12:09:50 queue INFO 0 [796] -2014-12-15 12:09:50 queue INFO 4 [797] -2014-12-15 12:09:50 queue INFO 0 [798] -2014-12-15 12:09:51 queue INFO 4 [799] -2014-12-15 12:09:51 queue INFO 0 [800] -2014-12-15 12:09:51 queue INFO 4 [801] -2014-12-15 12:09:52 queue INFO 0 [802] -2014-12-15 12:09:52 queue INFO 4 [803] -2014-12-15 12:09:52 queue INFO 0 [804] -2014-12-15 12:09:53 queue INFO 4 [805] -2014-12-15 12:09:53 queue INFO 0 [806] -2014-12-15 12:09:53 queue INFO 4 [807] -2014-12-15 12:09:54 queue INFO 0 [808] -2014-12-15 12:09:54 queue INFO 4 [809] -2014-12-15 12:09:54 queue INFO 0 [810] -2014-12-15 12:09:55 queue INFO 4 [811] -2014-12-15 12:09:55 queue INFO 0 [812] -2014-12-15 12:09:55 queue INFO 4 [813] -2014-12-15 12:09:56 queue INFO 0 [814] -2014-12-15 12:09:56 queue INFO 4 [815] -2014-12-15 12:09:56 queue INFO 0 [816] -2014-12-15 12:09:57 queue INFO 4 [817] -2014-12-15 12:09:57 queue INFO 0 [818] -2014-12-15 12:09:57 queue INFO 4 [819] -2014-12-15 12:09:58 queue INFO 0 [820] -2014-12-15 12:09:58 queue INFO 4 [821] -2014-12-15 12:09:58 queue INFO 0 [822] -2014-12-15 12:09:59 queue INFO 4 [823] -2014-12-15 12:09:59 queue INFO 0 [824] -2014-12-15 12:09:59 queue INFO 4 [825] -2014-12-15 12:10:00 queue INFO 0 [826] -2014-12-15 12:10:00 queue INFO 4 [827] -2014-12-15 12:10:00 queue INFO 0 [828] -2014-12-15 12:10:01 queue INFO 4 [829] -2014-12-15 12:10:01 queue INFO 0 [830] -2014-12-15 12:10:01 queue INFO 4 [831] -2014-12-15 12:10:02 queue INFO 0 [832] -2014-12-15 12:10:02 queue INFO 4 [833] -2014-12-15 12:10:02 queue INFO 0 [834] -2014-12-15 12:10:03 queue INFO 4 [835] -2014-12-15 12:10:03 queue INFO 0 [836] -2014-12-15 12:10:03 queue INFO 4 [837] -2014-12-15 12:10:04 queue INFO 0 [838] -2014-12-15 12:10:04 queue INFO 4 [839] -2014-12-15 12:10:04 queue INFO 0 [840] -2014-12-15 12:10:05 queue INFO 4 [841] -2014-12-15 12:10:05 queue INFO 0 [842] -2014-12-15 12:10:05 queue INFO 4 [843] -2014-12-15 12:10:06 queue INFO 0 [844] -2014-12-15 12:10:06 queue INFO 4 [845] -2014-12-15 12:10:06 queue INFO 0 [846] -2014-12-15 12:10:07 queue INFO 4 [847] -2014-12-15 12:10:07 queue INFO 0 [848] -2014-12-15 12:10:07 queue INFO 4 [849] -2014-12-15 12:10:08 queue INFO 0 [850] -2014-12-15 12:10:08 queue INFO 4 [851] -2014-12-15 12:10:08 queue INFO 0 [852] -2014-12-15 12:10:09 queue INFO 4 [853] -2014-12-15 12:10:09 queue INFO 0 [854] -2014-12-15 12:10:09 queue INFO 4 [855] -2014-12-15 12:10:10 queue INFO 0 [856] -2014-12-15 12:10:10 queue INFO 4 [857] -2014-12-15 12:10:10 queue INFO 0 [858] -2014-12-15 12:10:10 queue INFO 4 [859] -2014-12-15 12:10:11 queue INFO 0 [860] -2014-12-15 12:10:11 queue INFO 4 [861] -2014-12-15 12:10:11 queue INFO 0 [862] -2014-12-15 12:10:12 queue INFO 4 [863] -2014-12-15 12:10:12 queue INFO 0 [864] -2014-12-15 12:10:12 queue INFO 4 [865] -2014-12-15 12:10:13 queue INFO 0 [866] -2014-12-15 12:10:13 queue INFO 4 [867] -2014-12-15 12:10:13 queue INFO 0 [868] -2014-12-15 12:10:14 queue INFO 4 [869] -2014-12-15 12:10:14 queue INFO 0 [870] -2014-12-15 12:10:14 queue INFO 4 [871] -2014-12-15 12:10:15 queue INFO 0 [872] -2014-12-15 12:10:15 queue INFO 4 [873] -2014-12-15 12:10:15 queue INFO 0 [874] -2014-12-15 12:10:16 queue INFO 4 [875] -2014-12-15 12:10:16 queue INFO 0 [876] -2014-12-15 12:10:16 queue INFO 4 [877] -2014-12-15 12:10:17 queue INFO 0 [878] -2014-12-15 12:10:17 queue INFO 4 [879] -2014-12-15 12:10:17 queue INFO 0 [880] -2014-12-15 12:10:18 queue INFO 4 [881] -2014-12-15 12:10:18 queue INFO 0 [882] -2014-12-15 12:10:18 queue INFO 4 [883] -2014-12-15 12:10:19 queue INFO 0 [884] -2014-12-15 12:10:19 queue INFO 4 [885] -2014-12-15 12:10:19 queue INFO 0 [886] -2014-12-15 12:10:20 queue INFO 4 [887] -2014-12-15 12:10:20 queue INFO 0 [888] -2014-12-15 12:10:21 queue INFO 4 [889] -2014-12-15 12:10:21 queue INFO 0 [890] -2014-12-15 12:10:21 queue INFO 4 [891] -2014-12-15 12:10:22 queue INFO 0 [892] -2014-12-15 12:10:22 queue INFO 4 [893] -2014-12-15 12:10:22 queue INFO 0 [894] -2014-12-15 12:10:23 queue INFO 4 [895] -2014-12-15 12:10:23 queue INFO 0 [896] -2014-12-15 12:10:23 queue INFO 4 [897] -2014-12-15 12:10:23 queue INFO 0 [898] -2014-12-15 12:10:24 queue INFO 4 [899] -2014-12-15 12:10:24 queue INFO 0 [900] -2014-12-15 12:10:24 queue INFO 4 [901] -2014-12-15 12:10:25 queue INFO 0 [902] -2014-12-15 12:10:25 queue INFO 4 [903] -2014-12-15 12:10:25 queue INFO 0 [904] -2014-12-15 12:10:26 queue INFO 4 [905] -2014-12-15 12:10:26 queue INFO 0 [906] -2014-12-15 12:10:26 queue INFO 4 [907] -2014-12-15 12:10:27 queue INFO 0 [908] -2014-12-15 12:10:27 queue INFO 4 [909] -2014-12-15 12:10:27 queue INFO 0 [910] -2014-12-15 12:10:28 queue INFO 4 [911] -2014-12-15 12:10:28 queue INFO 0 [912] -2014-12-15 12:10:28 queue INFO 4 [913] -2014-12-15 12:10:29 queue INFO 0 [914] -2014-12-15 12:10:29 queue INFO 4 [915] -2014-12-15 12:10:29 queue INFO 0 [916] -2014-12-15 12:10:30 queue INFO 4 [917] -2014-12-15 12:10:30 queue INFO 0 [918] -2014-12-15 12:10:30 queue INFO 4 [919] -2014-12-15 12:10:31 queue INFO 0 [920] -2014-12-15 12:10:31 queue INFO 4 [921] -2014-12-15 12:10:31 queue INFO 0 [922] -2014-12-15 12:10:32 queue INFO 4 [923] -2014-12-15 12:10:32 queue INFO 0 [924] -2014-12-15 12:10:32 queue INFO 4 [925] -2014-12-15 12:10:33 queue INFO 0 [926] -2014-12-15 12:10:33 queue INFO 4 [927] -2014-12-15 12:10:33 queue INFO 0 [928] -2014-12-15 12:10:34 queue INFO 4 [929] -2014-12-15 12:10:34 queue INFO 0 [930] -2014-12-15 12:10:34 queue INFO 4 [931] -2014-12-15 12:10:35 queue INFO 0 [932] -2014-12-15 12:10:35 queue INFO 4 [933] -2014-12-15 12:10:35 queue INFO 0 [934] -2014-12-15 12:10:36 queue INFO 4 [935] -2014-12-15 12:10:36 queue INFO 0 [936] -2014-12-15 12:10:36 queue INFO 4 [937] -2014-12-15 12:10:37 queue INFO 0 [938] -2014-12-15 12:10:37 queue INFO 4 [939] -2014-12-15 12:10:37 queue INFO 0 [940] -2014-12-15 12:10:38 queue INFO 4 [941] -2014-12-15 12:10:38 queue INFO 0 [942] -2014-12-15 12:10:38 queue INFO 4 [943] -2014-12-15 12:10:38 queue INFO 0 [944] -2014-12-15 12:10:39 queue INFO 4 [945] -2014-12-15 12:10:39 queue INFO 0 [946] -2014-12-15 12:10:39 queue INFO 4 [947] -2014-12-15 12:10:40 queue INFO 0 [948] -2014-12-15 12:10:40 queue INFO 4 [949] -2014-12-15 12:10:40 queue INFO 0 [950] -2014-12-15 12:10:41 queue INFO 4 [951] -2014-12-15 12:10:41 queue INFO 0 [952] -2014-12-15 12:10:41 queue INFO 4 [953] -2014-12-15 12:10:42 queue INFO 0 [954] -2014-12-15 12:10:42 queue INFO 4 [955] -2014-12-15 12:10:42 queue INFO 0 [956] -2014-12-15 12:10:43 queue INFO 4 [957] -2014-12-15 12:10:43 queue INFO 0 [958] -2014-12-15 12:10:43 queue INFO 4 [959] -2014-12-15 12:10:44 queue INFO 0 [960] -2014-12-15 12:10:44 queue INFO 4 [961] -2014-12-15 12:10:44 queue INFO 0 [962] -2014-12-15 12:10:45 queue INFO 4 [963] -2014-12-15 12:10:45 queue INFO 0 [964] -2014-12-15 12:10:45 queue INFO 4 [965] -2014-12-15 12:10:46 queue INFO 0 [966] -2014-12-15 12:10:46 queue INFO 4 [967] -2014-12-15 12:10:47 queue INFO 0 [968] -2014-12-15 12:10:47 queue INFO 4 [969] -2014-12-15 12:10:47 queue INFO 0 [970] -2014-12-15 12:10:48 queue INFO 4 [971] -2014-12-15 12:10:48 queue INFO 0 [972] -2014-12-15 12:10:48 queue INFO 4 [973] -2014-12-15 12:10:48 queue INFO 0 [974] -2014-12-15 12:10:49 queue INFO 4 [975] -2014-12-15 12:10:49 queue INFO 0 [976] -2014-12-15 12:10:49 queue INFO 4 [977] -2014-12-15 12:10:50 queue INFO 0 [978] -2014-12-15 12:10:50 queue INFO 4 [979] -2014-12-15 12:10:50 queue INFO 0 [980] -2014-12-15 12:10:51 queue INFO 4 [981] -2014-12-15 12:10:51 queue INFO 0 [982] -2014-12-15 12:10:51 queue INFO 4 [983] -2014-12-15 12:10:52 queue INFO 0 [984] -2014-12-15 12:10:52 queue INFO 4 [985] -2014-12-15 12:10:52 queue INFO 0 [986] -2014-12-15 12:10:53 queue INFO 4 [987] -2014-12-15 12:10:53 queue INFO 0 [988] -2014-12-15 12:10:53 queue INFO 4 [989] -2014-12-15 12:10:54 queue INFO 0 [990] -2014-12-15 12:10:54 queue INFO 4 [991] -2014-12-15 12:10:54 queue INFO 0 [992] -2014-12-15 12:10:55 queue INFO 4 [993] -2014-12-15 12:10:55 queue INFO 0 [994] -2014-12-15 12:10:55 queue INFO 4 [995] -2014-12-15 12:10:56 queue INFO 0 [996] -2014-12-15 12:10:56 queue INFO 4 [997] -2014-12-15 12:10:56 queue INFO 0 [998] -2014-12-15 12:10:57 queue INFO 4 [999] -2014-12-15 12:10:57 queue INFO 0 [0] -2014-12-15 12:10:57 queue INFO 4 [1] -2014-12-15 12:10:58 queue INFO 0 [2] -2014-12-15 12:10:58 queue INFO 4 [3] -2014-12-15 12:10:58 queue INFO 0 [4] -2014-12-15 12:10:59 queue INFO 4 [5] -2014-12-15 12:10:59 queue INFO 0 [6] -2014-12-15 12:10:59 queue INFO 4 [7] -2014-12-15 12:11:00 queue INFO 0 [8] -2014-12-15 12:11:00 queue INFO 4 [9] -2014-12-15 12:11:00 queue INFO 0 [10] -2014-12-15 12:11:01 queue INFO 4 [11] -2014-12-15 12:11:01 queue INFO 0 [12] -2014-12-15 12:11:01 queue INFO 4 [13] -2014-12-15 12:11:01 queue INFO 0 [14] -2014-12-15 12:11:02 queue INFO 4 [15] -2014-12-15 12:11:02 queue INFO 0 [16] -2014-12-15 12:11:02 queue INFO 4 [17] -2014-12-15 12:11:03 queue INFO 0 [18] -2014-12-15 12:11:03 queue INFO 4 [19] -2014-12-15 12:11:03 queue INFO 0 [20] -2014-12-15 12:11:04 queue INFO 4 [21] -2014-12-15 12:11:04 queue INFO 0 [22] -2014-12-15 12:11:04 queue INFO 4 [23] -2014-12-15 12:11:05 queue INFO 0 [24] -2014-12-15 12:11:05 queue INFO 4 [25] -2014-12-15 12:11:05 queue INFO 0 [26] -2014-12-15 12:11:06 queue INFO 4 [27] -2014-12-15 12:11:06 queue INFO 0 [28] -2014-12-15 12:11:06 queue INFO 4 [29] -2014-12-15 12:11:07 queue INFO 0 [30] -2014-12-15 12:11:07 queue INFO 4 [31] -2014-12-15 12:11:07 queue INFO 0 [32] -2014-12-15 12:11:08 queue INFO 4 [33] -2014-12-15 12:11:08 queue INFO 0 [34] -2014-12-15 12:11:08 queue INFO 4 [35] -2014-12-15 12:11:09 queue INFO 0 [36] -2014-12-15 12:11:09 queue INFO 4 [37] -2014-12-15 12:11:09 queue INFO 0 [38] -2014-12-15 12:11:10 queue INFO 4 [39] -2014-12-15 12:11:10 queue INFO 0 [40] -2014-12-15 12:11:10 queue INFO 4 [41] -2014-12-15 12:11:10 queue INFO 0 [42] -2014-12-15 12:11:11 queue INFO 4 [43] -2014-12-15 12:11:11 queue INFO 0 [44] -2014-12-15 12:11:11 queue INFO 4 [45] -2014-12-15 12:11:12 queue INFO 0 [46] -2014-12-15 12:11:12 queue INFO 4 [47] -2014-12-15 12:11:12 queue INFO 0 [48] -2014-12-15 12:11:13 queue INFO 4 [49] -2014-12-15 12:11:13 queue INFO 0 [50] -2014-12-15 12:11:14 queue INFO 4 [51] -2014-12-15 12:11:14 queue INFO 0 [52] -2014-12-15 12:11:14 queue INFO 4 [53] -2014-12-15 12:11:15 queue INFO 0 [54] -2014-12-15 12:11:15 queue INFO 4 [55] -2014-12-15 12:11:15 queue INFO 0 [56] -2014-12-15 12:11:16 queue INFO 4 [57] -2014-12-15 12:11:16 queue INFO 0 [58] -2014-12-15 12:11:16 queue INFO 4 [59] -2014-12-15 12:11:17 queue INFO 0 [60] -2014-12-15 12:11:17 queue INFO 4 [61] -2014-12-15 12:11:17 queue INFO 0 [62] -2014-12-15 12:11:18 queue INFO 4 [63] -2014-12-15 12:11:18 queue INFO 0 [64] -2014-12-15 12:11:18 queue INFO 4 [65] -2014-12-15 12:11:19 queue INFO 0 [66] -2014-12-15 12:11:19 queue INFO 4 [67] -2014-12-15 12:11:19 queue INFO 0 [68] -2014-12-15 12:11:20 queue INFO 4 [69] -2014-12-15 12:11:20 queue INFO 0 [70] -2014-12-15 12:11:20 queue INFO 4 [71] -2014-12-15 12:11:20 queue INFO 0 [72] -2014-12-15 12:11:21 queue INFO 4 [73] -2014-12-15 12:11:21 queue INFO 0 [74] -2014-12-15 12:11:21 queue INFO 4 [75] -2014-12-15 12:11:22 queue INFO 0 [76] -2014-12-15 12:11:22 queue INFO 4 [77] -2014-12-15 12:11:22 queue INFO 0 [78] -2014-12-15 12:11:23 queue INFO 4 [79] -2014-12-15 12:11:23 queue INFO 0 [80] -2014-12-15 12:11:23 queue INFO 4 [81] -2014-12-15 12:11:24 queue INFO 0 [82] -2014-12-15 12:11:24 queue INFO 4 [83] -2014-12-15 12:11:24 queue INFO 0 [84] -2014-12-15 12:11:25 queue INFO 4 [85] -2014-12-15 12:11:25 queue INFO 0 [86] -2014-12-15 12:11:25 queue INFO 4 [87] -2014-12-15 12:11:26 queue INFO 0 [88] -2014-12-15 12:11:26 queue INFO 4 [89] -2014-12-15 12:11:26 queue INFO 0 [90] -2014-12-15 12:11:27 queue INFO 4 [91] -2014-12-15 12:11:27 queue INFO 0 [92] -2014-12-15 12:11:27 queue INFO 4 [93] -2014-12-15 12:11:28 queue INFO 0 [94] -2014-12-15 12:11:28 queue INFO 4 [95] -2014-12-15 12:11:28 queue INFO 0 [96] -2014-12-15 12:11:29 queue INFO 4 [97] -2014-12-15 12:11:29 queue INFO 0 [98] -2014-12-15 12:11:29 queue INFO 4 [99] -2014-12-15 12:11:30 queue INFO 0 [100] -2014-12-15 12:11:30 queue INFO 4 [101] -2014-12-15 12:11:30 queue INFO 0 [102] -2014-12-15 12:11:31 queue INFO 4 [103] -2014-12-15 12:11:31 queue INFO 0 [104] -2014-12-15 12:11:31 queue INFO 4 [105] -2014-12-15 12:11:32 queue INFO 0 [106] -2014-12-15 12:11:32 queue INFO 4 [107] -2014-12-15 12:11:32 queue INFO 0 [108] -2014-12-15 12:11:33 queue INFO 4 [109] -2014-12-15 12:11:33 queue INFO 0 [110] -2014-12-15 12:11:33 queue INFO 4 [111] -2014-12-15 12:11:33 queue INFO 0 [112] -2014-12-15 12:11:34 queue INFO 4 [113] -2014-12-15 12:11:34 queue INFO 0 [114] -2014-12-15 12:11:34 queue INFO 4 [115] -2014-12-15 12:11:35 queue INFO 0 [116] -2014-12-15 12:11:35 queue INFO 4 [117] -2014-12-15 12:11:35 queue INFO 0 [118] -2014-12-15 12:11:36 queue INFO 4 [119] -2014-12-15 12:11:36 queue INFO 0 [120] -2014-12-15 12:11:36 queue INFO 4 [121] -2014-12-15 12:11:37 queue INFO 0 [122] -2014-12-15 12:11:37 queue INFO 4 [123] -2014-12-15 12:11:37 queue INFO 0 [124] -2014-12-15 12:11:38 queue INFO 4 [125] -2014-12-15 12:11:38 queue INFO 0 [126] -2014-12-15 12:11:38 queue INFO 4 [127] -2014-12-15 12:11:39 queue INFO 0 [128] -2014-12-15 12:11:39 queue INFO 4 [129] -2014-12-15 12:11:39 queue INFO 0 [130] -2014-12-15 12:11:40 queue INFO 4 [131] -2014-12-15 12:11:40 queue INFO 0 [132] -2014-12-15 12:11:41 queue INFO 4 [133] -2014-12-15 12:11:41 queue INFO 0 [134] -2014-12-15 12:11:41 queue INFO 4 [135] -2014-12-15 12:11:42 queue INFO 0 [136] -2014-12-15 12:11:42 queue INFO 4 [137] -2014-12-15 12:11:42 queue INFO 0 [138] -2014-12-15 12:11:43 queue INFO 4 [139] -2014-12-15 12:11:43 queue INFO 0 [140] -2014-12-15 12:11:43 queue INFO 4 [141] -2014-12-15 12:11:43 queue INFO 0 [142] -2014-12-15 12:11:44 queue INFO 4 [143] -2014-12-15 12:11:44 queue INFO 0 [144] -2014-12-15 12:11:44 queue INFO 4 [145] -2014-12-15 12:11:45 queue INFO 0 [146] -2014-12-15 12:11:45 queue INFO 4 [147] -2014-12-15 12:11:45 queue INFO 0 [148] -2014-12-15 12:11:46 queue INFO 4 [149] -2014-12-15 12:11:46 queue INFO 0 [150] -2014-12-15 12:11:46 queue INFO 4 [151] -2014-12-15 12:11:47 queue INFO 0 [152] -2014-12-15 12:11:47 queue INFO 4 [153] -2014-12-15 12:11:47 queue INFO 0 [154] -2014-12-15 12:11:48 queue INFO 4 [155] -2014-12-15 12:11:48 queue INFO 0 [156] -2014-12-15 12:11:48 queue INFO 4 [157] -2014-12-15 12:11:49 queue INFO 0 [158] -2014-12-15 12:11:49 queue INFO 4 [159] -2014-12-15 12:11:49 queue INFO 0 [160] -2014-12-15 12:11:50 queue INFO 4 [161] -2014-12-15 12:11:50 queue INFO 0 [162] -2014-12-15 12:11:50 queue INFO 4 [163] -2014-12-15 12:11:51 queue INFO 0 [164] -2014-12-15 12:11:51 queue INFO 4 [165] -2014-12-15 12:11:51 queue INFO 0 [166] -2014-12-15 12:11:52 queue INFO 4 [167] -2014-12-15 12:11:52 queue INFO 0 [168] -2014-12-15 12:11:52 queue INFO 4 [169] -2014-12-15 12:11:53 queue INFO 0 [170] -2014-12-15 12:11:53 queue INFO 4 [171] -2014-12-15 12:11:53 queue INFO 0 [172] -2014-12-15 12:11:54 queue INFO 4 [173] -2014-12-15 12:11:54 queue INFO 0 [174] -2014-12-15 12:11:54 queue INFO 4 [175] -2014-12-15 12:11:55 queue INFO 0 [176] -2014-12-15 12:11:55 queue INFO 4 [177] -2014-12-15 12:11:55 queue INFO 0 [178] -2014-12-15 12:11:56 queue INFO 4 [179] -2014-12-15 12:11:56 queue INFO 0 [180] -2014-12-15 12:11:56 queue INFO 4 [181] -2014-12-15 12:11:57 queue INFO 0 [182] -2014-12-15 12:11:57 queue INFO 4 [183] -2014-12-15 12:11:57 queue INFO 0 [184] -2014-12-15 12:11:58 queue INFO 4 [185] -2014-12-15 12:11:58 queue INFO 0 [186] -2014-12-15 12:11:58 queue INFO 4 [187] -2014-12-15 12:11:58 queue INFO 0 [188] -2014-12-15 12:11:59 queue INFO 4 [189] -2014-12-15 12:11:59 queue INFO 0 [190] -2014-12-15 12:11:59 queue INFO 4 [191] -2014-12-15 12:12:00 queue INFO 0 [192] -2014-12-15 12:12:00 queue INFO 4 [193] -2014-12-15 12:12:00 queue INFO 0 [194] -2014-12-15 12:12:01 queue INFO 4 [195] -2014-12-15 12:12:01 queue INFO 0 [196] -2014-12-15 12:12:01 queue INFO 4 [197] -2014-12-15 12:12:02 queue INFO 0 [198] -2014-12-15 12:12:02 queue INFO 4 [199] -2014-12-15 12:12:02 queue INFO 0 [200] -2014-12-15 12:12:03 queue INFO 4 [201] -2014-12-15 12:12:03 queue INFO 0 [202] -2014-12-15 12:12:03 queue INFO 4 [203] -2014-12-15 12:12:04 queue INFO 0 [204] -2014-12-15 12:12:04 queue INFO 4 [205] -2014-12-15 12:12:04 queue INFO 0 [206] -2014-12-15 12:12:05 queue INFO 4 [207] -2014-12-15 12:12:05 queue INFO 0 [208] -2014-12-15 12:12:05 queue INFO 4 [209] -2014-12-15 12:12:06 queue INFO 0 [210] -2014-12-15 12:12:06 queue INFO 4 [211] -2014-12-15 12:12:06 queue INFO 0 [212] -2014-12-15 12:12:07 queue INFO 4 [213] -2014-12-15 12:12:07 queue INFO 0 [214] -2014-12-15 12:12:07 queue INFO 4 [215] -2014-12-15 12:12:08 queue INFO 0 [216] -2014-12-15 12:12:08 queue INFO 4 [217] -2014-12-15 12:12:08 queue INFO 0 [218] -2014-12-15 12:12:09 queue INFO 4 [219] -2014-12-15 12:12:09 queue INFO 0 [220] -2014-12-15 12:12:09 queue INFO 4 [221] -2014-12-15 12:12:10 queue INFO 0 [222] -2014-12-15 12:12:10 queue INFO 4 [223] -2014-12-15 12:12:10 queue INFO 0 [224] -2014-12-15 12:12:10 queue INFO 4 [225] -2014-12-15 12:12:11 queue INFO 0 [226] -2014-12-15 12:12:11 queue INFO 4 [227] -2014-12-15 12:12:11 queue INFO 0 [228] -2014-12-15 12:12:12 queue INFO 4 [229] -2014-12-15 12:12:12 queue INFO 0 [230] -2014-12-15 12:12:12 queue INFO 4 [231] -2014-12-15 12:12:13 queue INFO 0 [232] -2014-12-15 12:12:13 queue INFO 4 [233] -2014-12-15 12:12:13 queue INFO 0 [234] -2014-12-15 12:12:14 queue INFO 4 [235] -2014-12-15 12:12:14 queue INFO 0 [236] -2014-12-15 12:12:14 queue INFO 4 [237] -2014-12-15 12:12:15 queue INFO 0 [238] -2014-12-15 12:12:15 queue INFO 4 [239] -2014-12-15 12:12:15 queue INFO 0 [240] -2014-12-15 12:12:16 queue INFO 4 [241] -2014-12-15 12:12:16 queue INFO 0 [242] -2014-12-15 12:12:16 queue INFO 4 [243] -2014-12-15 12:12:17 queue INFO 0 [244] -2014-12-15 12:12:17 queue INFO 4 [245] -2014-12-15 12:12:17 queue INFO 0 [246] -2014-12-15 12:12:18 queue INFO 4 [247] -2014-12-15 12:12:18 queue INFO 0 [248] -2014-12-15 12:12:18 queue INFO 4 [249] -2014-12-15 12:12:19 queue INFO 0 [250] -2014-12-15 12:12:19 queue INFO 4 [251] -2014-12-15 12:12:19 queue INFO 0 [252] -2014-12-15 12:12:20 queue INFO 4 [253] -2014-12-15 12:12:20 queue INFO 0 [254] -2014-12-15 12:12:20 queue INFO 4 [255] -2014-12-15 12:12:21 queue INFO 0 [256] -2014-12-15 12:12:21 queue INFO 4 [257] -2014-12-15 12:12:21 queue INFO 0 [258] -2014-12-15 12:12:22 queue INFO 4 [259] -2014-12-15 12:12:22 queue INFO 0 [260] -2014-12-15 12:12:22 queue INFO 4 [261] -2014-12-15 12:12:23 queue INFO 0 [262] -2014-12-15 12:12:23 queue INFO 4 [263] -2014-12-15 12:12:23 queue INFO 0 [264] -2014-12-15 12:12:24 queue INFO 4 [265] -2014-12-15 12:12:24 queue INFO 0 [266] -2014-12-15 12:12:24 queue INFO 4 [267] -2014-12-15 12:12:24 queue INFO 0 [268] -2014-12-15 12:12:25 queue INFO 4 [269] -2014-12-15 12:12:25 queue INFO 0 [270] -2014-12-15 12:12:25 queue INFO 4 [271] -2014-12-15 12:12:26 queue INFO 0 [272] -2014-12-15 12:12:26 queue INFO 4 [273] -2014-12-15 12:12:26 queue INFO 0 [274] -2014-12-15 12:12:27 queue INFO 4 [275] -2014-12-15 12:12:27 queue INFO 0 [276] -2014-12-15 12:12:27 queue INFO 4 [277] -2014-12-15 12:12:28 queue INFO 0 [278] -2014-12-15 12:12:28 queue INFO 4 [279] -2014-12-15 12:12:28 queue INFO 0 [280] -2014-12-15 12:12:29 queue INFO 4 [281] -2014-12-15 12:12:29 queue INFO 0 [282] -2014-12-15 12:12:29 queue INFO 4 [283] -2014-12-15 12:12:30 queue INFO 0 [284] -2014-12-15 12:12:30 queue INFO 4 [285] -2014-12-15 12:12:30 queue INFO 0 [286] -2014-12-15 12:12:31 queue INFO 4 [287] -2014-12-15 12:12:31 queue INFO 0 [288] -2014-12-15 12:12:31 queue INFO 4 [289] -2014-12-15 12:12:32 queue INFO 0 [290] -2014-12-15 12:12:32 queue INFO 4 [291] -2014-12-15 12:12:32 queue INFO 0 [292] -2014-12-15 12:12:33 queue INFO 4 [293] -2014-12-15 12:12:33 queue INFO 0 [294] -2014-12-15 12:12:33 queue INFO 4 [295] -2014-12-15 12:12:34 queue INFO 0 [296] -2014-12-15 12:12:34 queue INFO 4 [297] -2014-12-15 12:12:34 queue INFO 0 [298] -2014-12-15 12:12:35 queue INFO 4 [299] -2014-12-15 12:12:35 queue INFO 0 [300] -2014-12-15 12:12:35 queue INFO 4 [301] -2014-12-15 12:12:36 queue INFO 0 [302] -2014-12-15 12:12:36 queue INFO 4 [303] -2014-12-15 12:12:36 queue INFO 0 [304] -2014-12-15 12:12:37 queue INFO 4 [305] -2014-12-15 12:12:37 queue INFO 0 [306] -2014-12-15 12:12:37 queue INFO 4 [307] -2014-12-15 12:12:38 queue INFO 0 [308] -2014-12-15 12:12:38 queue INFO 4 [309] -2014-12-15 12:12:38 queue INFO 0 [310] -2014-12-15 12:12:39 queue INFO 4 [311] -2014-12-15 12:12:39 queue INFO 0 [312] -2014-12-15 12:12:39 queue INFO 4 [313] -2014-12-15 12:12:40 queue INFO 0 [314] -2014-12-15 12:12:40 queue INFO 4 [315] -2014-12-15 12:12:40 queue INFO 0 [316] -2014-12-15 12:12:41 queue INFO 4 [317] -2014-12-15 12:12:41 queue INFO 0 [318] -2014-12-15 12:12:41 queue INFO 4 [319] -2014-12-15 12:12:42 queue INFO 0 [320] -2014-12-15 12:12:42 queue INFO 4 [321] -2014-12-15 12:12:42 queue INFO 0 [322] -2014-12-15 12:12:43 queue INFO 4 [323] -2014-12-15 12:12:43 queue INFO 0 [324] -2014-12-15 12:12:43 queue INFO 4 [325] -2014-12-15 12:12:44 queue INFO 0 [326] -2014-12-15 12:12:44 queue INFO 4 [327] -2014-12-15 12:12:44 queue INFO 0 [328] -2014-12-15 12:12:45 queue INFO 4 [329] -2014-12-15 12:12:45 queue INFO 0 [330] -2014-12-15 12:12:45 queue INFO 4 [331] -2014-12-15 12:12:45 queue INFO 0 [332] -2014-12-15 12:12:46 queue INFO 4 [333] -2014-12-15 12:12:46 queue INFO 0 [334] -2014-12-15 12:12:46 queue INFO 4 [335] -2014-12-15 12:12:47 queue INFO 0 [336] -2014-12-15 12:12:47 queue INFO 4 [337] -2014-12-15 12:12:47 queue INFO 0 [338] -2014-12-15 12:12:48 queue INFO 4 [339] -2014-12-15 12:12:48 queue INFO 0 [340] -2014-12-15 12:12:48 queue INFO 4 [341] -2014-12-15 12:12:49 queue INFO 0 [342] -2014-12-15 12:12:49 queue INFO 4 [343] -2014-12-15 12:12:49 queue INFO 0 [344] -2014-12-15 12:12:50 queue INFO 4 [345] -2014-12-15 12:12:50 queue INFO 0 [346] -2014-12-15 12:12:50 queue INFO 4 [347] -2014-12-15 12:12:51 queue INFO 0 [348] -2014-12-15 12:12:51 queue INFO 4 [349] -2014-12-15 12:12:51 queue INFO 0 [350] -2014-12-15 12:12:52 queue INFO 4 [351] -2014-12-15 12:12:52 queue INFO 0 [352] -2014-12-15 12:12:52 queue INFO 4 [353] -2014-12-15 12:12:53 queue INFO 0 [354] -2014-12-15 12:12:53 queue INFO 4 [355] -2014-12-15 12:12:53 queue INFO 0 [356] -2014-12-15 12:12:54 queue INFO 4 [357] -2014-12-15 12:12:54 queue INFO 0 [358] -2014-12-15 12:12:54 queue INFO 4 [359] -2014-12-15 12:12:55 queue INFO 0 [360] -2014-12-15 12:12:55 queue INFO 4 [361] -2014-12-15 12:12:55 queue INFO 0 [362] -2014-12-15 12:12:56 queue INFO 4 [363] -2014-12-15 12:12:56 queue INFO 0 [364] -2014-12-15 12:12:56 queue INFO 4 [365] -2014-12-15 12:12:57 queue INFO 0 [366] -2014-12-15 12:12:57 queue INFO 4 [367] -2014-12-15 12:12:57 queue INFO 0 [368] -2014-12-15 12:12:58 queue INFO 4 [369] -2014-12-15 12:12:58 queue INFO 0 [370] -2014-12-15 12:12:58 queue INFO 4 [371] -2014-12-15 12:12:59 queue INFO 0 [372] -2014-12-15 12:12:59 queue INFO 4 [373] -2014-12-15 12:12:59 queue INFO 0 [374] -2014-12-15 12:13:00 queue INFO 4 [375] -2014-12-15 12:13:00 queue INFO 0 [376] -2014-12-15 12:13:00 queue INFO 4 [377] -2014-12-15 12:13:01 queue INFO 0 [378] -2014-12-15 12:13:01 queue INFO 4 [379] -2014-12-15 12:13:02 queue INFO 0 [380] -2014-12-15 12:13:02 queue INFO 4 [381] -2014-12-15 12:13:02 queue INFO 0 [382] -2014-12-15 12:13:03 queue INFO 4 [383] -2014-12-15 12:13:03 queue INFO 0 [384] -2014-12-15 12:13:03 queue INFO 4 [385] -2014-12-15 12:13:03 queue INFO 0 [386] -2014-12-15 12:13:04 queue INFO 4 [387] -2014-12-15 12:13:04 queue INFO 0 [388] -2014-12-15 12:13:04 queue INFO 4 [389] -2014-12-15 12:13:05 queue INFO 0 [390] -2014-12-15 12:13:05 queue INFO 4 [391] -2014-12-15 12:13:05 queue INFO 0 [392] -2014-12-15 12:13:06 queue INFO 4 [393] -2014-12-15 12:13:06 queue INFO 0 [394] -2014-12-15 12:13:06 queue INFO 4 [395] -2014-12-15 12:13:07 queue INFO 0 [396] -2014-12-15 12:13:07 queue INFO 4 [397] -2014-12-15 12:13:07 queue INFO 0 [398] -2014-12-15 12:13:08 queue INFO 4 [399] -2014-12-15 12:13:08 queue INFO 0 [400] -2014-12-15 12:13:08 queue INFO 4 [401] -2014-12-15 12:13:09 queue INFO 0 [402] -2014-12-15 12:13:09 queue INFO 4 [403] -2014-12-15 12:13:09 queue INFO 0 [404] -2014-12-15 12:13:10 queue INFO 4 [405] -2014-12-15 12:13:10 queue INFO 0 [406] -2014-12-15 12:13:10 queue INFO 4 [407] -2014-12-15 12:13:11 queue INFO 0 [408] -2014-12-15 12:13:11 queue INFO 4 [409] -2014-12-15 12:13:11 queue INFO 0 [410] -2014-12-15 12:13:12 queue INFO 4 [411] -2014-12-15 12:13:12 queue INFO 0 [412] -2014-12-15 12:13:12 queue INFO 4 [413] -2014-12-15 12:13:13 queue INFO 0 [414] -2014-12-15 12:13:13 queue INFO 4 [415] -2014-12-15 12:13:13 queue INFO 0 [416] -2014-12-15 12:13:14 queue INFO 4 [417] -2014-12-15 12:13:14 queue INFO 0 [418] -2014-12-15 12:13:14 queue INFO 4 [419] -2014-12-15 12:13:14 queue INFO 0 [420] -2014-12-15 12:13:15 queue INFO 4 [421] -2014-12-15 12:13:15 queue INFO 0 [422] -2014-12-15 12:13:15 queue INFO 4 [423] -2014-12-15 12:13:16 queue INFO 0 [424] -2014-12-15 12:13:16 queue INFO 4 [425] -2014-12-15 12:13:16 queue INFO 0 [426] -2014-12-15 12:13:17 queue INFO 4 [427] -2014-12-15 12:13:18 queue INFO 0 [428] -2014-12-15 12:13:18 queue INFO 4 [429] -2014-12-15 12:13:18 queue INFO 0 [430] -2014-12-15 12:13:19 queue INFO 4 [431] -2014-12-15 12:13:19 queue INFO 0 [432] -2014-12-15 12:13:19 queue INFO 4 [433] -2014-12-15 12:13:20 queue INFO 0 [434] -2014-12-15 12:13:20 queue INFO 4 [435] -2014-12-15 12:13:20 queue INFO 0 [436] -2014-12-15 12:13:20 queue INFO 4 [437] -2014-12-15 12:13:21 queue INFO 0 [438] -2014-12-15 12:13:21 queue INFO 4 [439] -2014-12-15 12:13:21 queue INFO 0 [440] -2014-12-15 12:13:22 queue INFO 4 [441] -2014-12-15 12:13:22 queue INFO 0 [442] -2014-12-15 12:13:22 queue INFO 4 [443] -2014-12-15 12:13:23 queue INFO 0 [444] -2014-12-15 12:13:23 queue INFO 4 [445] -2014-12-15 12:13:23 queue INFO 0 [446] -2014-12-15 12:13:24 queue INFO 4 [447] -2014-12-15 12:13:24 queue INFO 0 [448] -2014-12-15 12:13:24 queue INFO 4 [449] -2014-12-15 12:13:25 queue INFO 0 [450] -2014-12-15 12:13:25 queue INFO 4 [451] -2014-12-15 12:13:25 queue INFO 0 [452] -2014-12-15 12:13:26 queue INFO 4 [453] -2014-12-15 12:13:26 queue INFO 0 [454] -2014-12-15 12:13:26 queue INFO 4 [455] -2014-12-15 12:13:27 queue INFO 0 [456] -2014-12-15 12:13:27 queue INFO 4 [457] -2014-12-15 12:13:28 queue INFO 0 [458] -2014-12-15 12:13:28 queue INFO 4 [459] -2014-12-15 12:13:28 queue INFO 0 [460] -2014-12-15 12:13:29 queue INFO 4 [461] -2014-12-15 12:13:29 queue INFO 0 [462] -2014-12-15 12:13:29 queue INFO 4 [463] -2014-12-15 12:13:29 queue INFO 0 [464] -2014-12-15 12:13:30 queue INFO 4 [465] -2014-12-15 12:13:30 queue INFO 0 [466] -2014-12-15 12:13:30 queue INFO 4 [467] -2014-12-15 12:13:31 queue INFO 0 [468] -2014-12-15 12:13:31 queue INFO 4 [469] -2014-12-15 12:13:31 queue INFO 0 [470] -2014-12-15 12:13:32 queue INFO 4 [471] -2014-12-15 12:13:32 queue INFO 0 [472] -2014-12-15 12:13:32 queue INFO 4 [473] -2014-12-15 12:13:33 queue INFO 0 [474] -2014-12-15 12:13:33 queue INFO 4 [475] -2014-12-15 12:13:33 queue INFO 0 [476] -2014-12-15 12:13:34 queue INFO 4 [477] -2014-12-15 12:13:34 queue INFO 0 [478] -2014-12-15 12:13:34 queue INFO 4 [479] -2014-12-15 12:13:35 queue INFO 0 [480] -2014-12-15 12:13:35 queue INFO 4 [481] -2014-12-15 12:13:35 queue INFO 0 [482] -2014-12-15 12:13:36 queue INFO 4 [483] -2014-12-15 12:13:36 queue INFO 0 [484] -2014-12-15 12:13:36 queue INFO 4 [485] -2014-12-15 12:13:37 queue INFO 0 [486] -2014-12-15 12:13:37 queue INFO 4 [487] -2014-12-15 12:13:37 queue INFO 0 [488] -2014-12-15 12:13:38 queue INFO 4 [489] -2014-12-15 12:13:38 queue INFO 0 [490] -2014-12-15 12:13:38 queue INFO 4 [491] -2014-12-15 12:13:38 queue INFO 0 [492] -2014-12-15 12:13:39 queue INFO 4 [493] -2014-12-15 12:13:39 queue INFO 0 [494] -2014-12-15 12:13:39 queue INFO 4 [495] -2014-12-15 12:13:40 queue INFO 0 [496] -2014-12-15 12:13:40 queue INFO 4 [497] -2014-12-15 12:13:40 queue INFO 0 [498] -2014-12-15 12:13:41 queue INFO 4 [499] -2014-12-15 12:13:41 queue INFO 0 [500] -2014-12-15 12:13:42 queue INFO 4 [501] -2014-12-15 12:13:42 queue INFO 0 [502] -2014-12-15 12:13:42 queue INFO 4 [503] -2014-12-15 12:13:43 queue INFO 0 [504] -2014-12-15 12:13:43 queue INFO 4 [505] -2014-12-15 12:13:43 queue INFO 0 [506] -2014-12-15 12:13:44 queue INFO 4 [507] -2014-12-15 12:13:44 queue INFO 0 [508] -2014-12-15 12:13:44 queue INFO 4 [509] -2014-12-15 12:13:45 queue INFO 0 [510] -2014-12-15 12:13:45 queue INFO 4 [511] -2014-12-15 12:13:45 queue INFO 0 [512] -2014-12-15 12:13:46 queue INFO 4 [513] -2014-12-15 12:13:46 queue INFO 0 [514] -2014-12-15 12:13:46 queue INFO 4 [515] -2014-12-15 12:13:47 queue INFO 0 [516] -2014-12-15 12:13:47 queue INFO 4 [517] -2014-12-15 12:13:47 queue INFO 0 [518] -2014-12-15 12:13:48 queue INFO 4 [519] -2014-12-15 12:13:48 queue INFO 0 [520] -2014-12-15 12:13:49 queue INFO 4 [521] -2014-12-15 12:13:49 queue INFO 0 [522] -2014-12-15 12:13:49 queue INFO 4 [523] -2014-12-15 12:13:50 queue INFO 0 [524] -2014-12-15 12:13:50 queue INFO 4 [525] -2014-12-15 12:13:50 queue INFO 0 [526] -2014-12-15 12:13:51 queue INFO 4 [527] -2014-12-15 12:13:51 queue INFO 0 [528] -2014-12-15 12:13:51 queue INFO 4 [529] -2014-12-15 12:13:52 queue INFO 0 [530] -2014-12-15 12:13:53 queue INFO 4 [531] -2014-12-15 12:13:53 queue INFO 0 [532] -2014-12-15 12:13:53 queue INFO 4 [533] -2014-12-15 12:13:54 queue INFO 0 [534] -2014-12-15 12:13:54 queue INFO 4 [535] -2014-12-15 12:13:54 queue INFO 0 [536] -2014-12-15 12:13:55 queue INFO 4 [537] -2014-12-15 12:13:55 queue INFO 0 [538] -2014-12-15 12:13:55 queue INFO 4 [539] -2014-12-15 12:13:56 queue INFO 0 [540] -2014-12-15 12:13:56 queue INFO 4 [541] -2014-12-15 12:13:56 queue INFO 0 [542] -2014-12-15 12:13:57 queue INFO 4 [543] -2014-12-15 12:13:57 queue INFO 0 [544] -2014-12-15 12:13:57 queue INFO 4 [545] -2014-12-15 12:13:58 queue INFO 0 [546] -2014-12-15 12:13:58 queue INFO 4 [547] -2014-12-15 12:13:58 queue INFO 0 [548] -2014-12-15 12:13:59 queue INFO 4 [549] -2014-12-15 12:13:59 queue INFO 0 [550] -2014-12-15 12:13:59 queue INFO 4 [551] -2014-12-15 12:14:00 queue INFO 0 [552] -2014-12-15 12:14:00 queue INFO 4 [553] -2014-12-15 12:14:00 queue INFO 0 [554] -2014-12-15 12:14:01 queue INFO 4 [555] -2014-12-15 12:14:01 queue INFO 0 [556] -2014-12-15 12:14:01 queue INFO 4 [557] -2014-12-15 12:14:02 queue INFO 0 [558] -2014-12-15 12:14:02 queue INFO 4 [559] -2014-12-15 12:14:02 queue INFO 0 [560] -2014-12-15 12:14:03 queue INFO 4 [561] -2014-12-15 12:14:03 queue INFO 0 [562] -2014-12-15 12:14:03 queue INFO 4 [563] -2014-12-15 12:14:03 queue INFO 0 [564] -2014-12-15 12:14:04 queue INFO 4 [565] -2014-12-15 12:14:04 queue INFO 0 [566] -2014-12-15 12:14:04 queue INFO 4 [567] -2014-12-15 12:14:05 queue INFO 0 [568] -2014-12-15 12:14:05 queue INFO 4 [569] -2014-12-15 12:14:05 queue INFO 0 [570] -2014-12-15 12:14:06 queue INFO 4 [571] -2014-12-15 12:14:06 queue INFO 0 [572] -2014-12-15 12:14:06 queue INFO 4 [573] -2014-12-15 12:14:07 queue INFO 0 [574] -2014-12-15 12:14:07 queue INFO 4 [575] -2014-12-15 12:14:07 queue INFO 0 [576] -2014-12-15 12:14:08 queue INFO 4 [577] -2014-12-15 12:14:08 queue INFO 0 [578] -2014-12-15 12:14:08 queue INFO 4 [579] -2014-12-15 12:14:09 queue INFO 0 [580] -2014-12-15 12:14:09 queue INFO 4 [581] -2014-12-15 12:14:09 queue INFO 0 [582] -2014-12-15 12:14:10 queue INFO 4 [583] -2014-12-15 12:14:10 queue INFO 0 [584] -2014-12-15 12:14:10 queue INFO 4 [585] -2014-12-15 12:14:11 queue INFO 0 [586] -2014-12-15 12:14:11 queue INFO 4 [587] -2014-12-15 12:14:11 queue INFO 0 [588] -2014-12-15 12:14:12 queue INFO 4 [589] -2014-12-15 12:14:12 queue INFO 0 [590] -2014-12-15 12:14:12 queue INFO 4 [591] -2014-12-15 12:14:13 queue INFO 0 [592] -2014-12-15 12:14:13 queue INFO 4 [593] -2014-12-15 12:14:13 queue INFO 0 [594] -2014-12-15 12:14:14 queue INFO 4 [595] -2014-12-15 12:14:14 queue INFO 0 [596] -2014-12-15 12:14:14 queue INFO 4 [597] -2014-12-15 12:14:15 queue INFO 0 [598] -2014-12-15 12:14:15 queue INFO 4 [599] -2014-12-15 12:14:15 queue INFO 0 [600] -2014-12-15 12:14:15 queue INFO 4 [601] -2014-12-15 12:14:16 queue INFO 0 [602] -2014-12-15 12:14:16 queue INFO 4 [603] -2014-12-15 12:14:16 queue INFO 0 [604] -2014-12-15 12:14:17 queue INFO 4 [605] -2014-12-15 12:14:17 queue INFO 0 [606] -2014-12-15 12:14:17 queue INFO 4 [607] -2014-12-15 12:14:18 queue INFO 0 [608] -2014-12-15 12:14:18 queue INFO 4 [609] -2014-12-15 12:14:18 queue INFO 0 [610] -2014-12-15 12:14:19 queue INFO 4 [611] -2014-12-15 12:14:19 queue INFO 0 [612] -2014-12-15 12:14:19 queue INFO 4 [613] -2014-12-15 12:14:20 queue INFO 0 [614] -2014-12-15 12:14:20 queue INFO 4 [615] -2014-12-15 12:14:20 queue INFO 0 [616] -2014-12-15 12:14:21 queue INFO 4 [617] -2014-12-15 12:14:21 queue INFO 0 [618] -2014-12-15 12:14:22 queue INFO 4 [619] -2014-12-15 12:14:22 queue INFO 0 [620] -2014-12-15 12:14:22 queue INFO 4 [621] -2014-12-15 12:14:23 queue INFO 0 [622] -2014-12-15 12:14:23 queue INFO 4 [623] -2014-12-15 12:14:23 queue INFO 0 [624] -2014-12-15 12:14:24 queue INFO 4 [625] -2014-12-15 12:14:24 queue INFO 0 [626] -2014-12-15 12:14:24 queue INFO 4 [627] -2014-12-15 12:14:24 queue INFO 0 [628] -2014-12-15 12:14:25 queue INFO 4 [629] -2014-12-15 12:14:25 queue INFO 0 [630] -2014-12-15 12:14:26 queue INFO 4 [631] -2014-12-15 12:14:26 queue INFO 0 [632] -2014-12-15 12:14:26 queue INFO 4 [633] -2014-12-15 12:14:26 queue INFO 0 [634] -2014-12-15 12:14:27 queue INFO 4 [635] -2014-12-15 12:14:27 queue INFO 0 [636] -2014-12-15 12:14:27 queue INFO 4 [637] -2014-12-15 12:14:28 queue INFO 0 [638] -2014-12-15 12:14:28 queue INFO 4 [639] -2014-12-15 12:14:28 queue INFO 0 [640] -2014-12-15 12:14:29 queue INFO 4 [641] -2014-12-15 12:14:29 queue INFO 0 [642] -2014-12-15 12:14:29 queue INFO 4 [643] -2014-12-15 12:14:30 queue INFO 0 [644] -2014-12-15 12:14:30 queue INFO 4 [645] -2014-12-15 12:14:30 queue INFO 0 [646] -2014-12-15 12:14:31 queue INFO 4 [647] -2014-12-15 12:14:31 queue INFO 0 [648] -2014-12-15 12:14:31 queue INFO 4 [649] -2014-12-15 12:14:32 queue INFO 0 [650] -2014-12-15 12:14:32 queue INFO 4 [651] -2014-12-15 12:14:32 queue INFO 0 [652] -2014-12-15 12:14:33 queue INFO 4 [653] -2014-12-15 12:14:33 queue INFO 0 [654] -2014-12-15 12:14:33 queue INFO 4 [655] -2014-12-15 12:14:34 queue INFO 0 [656] -2014-12-15 12:14:34 queue INFO 4 [657] -2014-12-15 12:14:34 queue INFO 0 [658] -2014-12-15 12:14:35 queue INFO 4 [659] -2014-12-15 12:14:35 queue INFO 0 [660] -2014-12-15 12:14:35 queue INFO 4 [661] -2014-12-15 12:14:36 queue INFO 0 [662] -2014-12-15 12:14:36 queue INFO 4 [663] -2014-12-15 12:14:36 queue INFO 0 [664] -2014-12-15 12:14:37 queue INFO 4 [665] -2014-12-15 12:14:37 queue INFO 0 [666] -2014-12-15 12:14:37 queue INFO 4 [667] -2014-12-15 12:14:38 queue INFO 0 [668] -2014-12-15 12:14:38 queue INFO 4 [669] -2014-12-15 12:14:38 queue INFO 0 [670] -2014-12-15 12:14:39 queue INFO 4 [671] -2014-12-15 12:14:39 queue INFO 0 [672] -2014-12-15 12:14:39 queue INFO 4 [673] -2014-12-15 12:14:40 queue INFO 0 [674] -2014-12-15 12:14:40 queue INFO 4 [675] -2014-12-15 12:14:40 queue INFO 0 [676] -2014-12-15 12:14:40 queue INFO 4 [677] -2014-12-15 12:14:41 queue INFO 0 [678] -2014-12-15 12:14:41 queue INFO 4 [679] -2014-12-15 12:14:41 queue INFO 0 [680] -2014-12-15 12:14:42 queue INFO 4 [681] -2014-12-15 12:14:42 queue INFO 0 [682] -2014-12-15 12:14:42 queue INFO 4 [683] -2014-12-15 12:14:43 queue INFO 0 [684] -2014-12-15 12:14:43 queue INFO 4 [685] -2014-12-15 12:14:43 queue INFO 0 [686] -2014-12-15 12:14:44 queue INFO 4 [687] -2014-12-15 12:14:44 queue INFO 0 [688] -2014-12-15 12:14:44 queue INFO 4 [689] -2014-12-15 12:14:45 queue INFO 0 [690] -2014-12-15 12:14:45 queue INFO 4 [691] -2014-12-15 12:14:45 queue INFO 0 [692] -2014-12-15 12:14:46 queue INFO 4 [693] -2014-12-15 12:14:46 queue INFO 0 [694] -2014-12-15 12:14:46 queue INFO 4 [695] -2014-12-15 12:14:47 queue INFO 0 [696] -2014-12-15 12:14:47 queue INFO 4 [697] -2014-12-15 12:14:48 queue INFO 0 [698] -2014-12-15 12:14:48 queue INFO 4 [699] -2014-12-15 12:14:48 queue INFO 0 [700] -2014-12-15 12:14:49 queue INFO 4 [701] -2014-12-15 12:14:49 queue INFO 0 [702] -2014-12-15 12:14:49 queue INFO 4 [703] -2014-12-15 12:14:50 queue INFO 0 [704] -2014-12-15 12:14:50 queue INFO 4 [705] -2014-12-15 12:14:50 queue INFO 0 [706] -2014-12-15 12:14:51 queue INFO 4 [707] -2014-12-15 12:14:51 queue INFO 0 [708] -2014-12-15 12:14:51 queue INFO 4 [709] -2014-12-15 12:14:52 queue INFO 0 [710] -2014-12-15 12:14:52 queue INFO 4 [711] -2014-12-15 12:14:52 queue INFO 0 [712] -2014-12-15 12:14:53 queue INFO 4 [713] -2014-12-15 12:14:53 queue INFO 0 [714] -2014-12-15 12:14:53 queue INFO 4 [715] -2014-12-15 12:14:54 queue INFO 0 [716] -2014-12-15 12:14:54 queue INFO 4 [717] -2014-12-15 12:14:54 queue INFO 0 [718] -2014-12-15 12:14:55 queue INFO 4 [719] -2014-12-15 12:14:55 queue INFO 0 [720] -2014-12-15 12:14:55 queue INFO 4 [721] -2014-12-15 12:14:55 queue INFO 0 [722] -2014-12-15 12:14:56 queue INFO 4 [723] -2014-12-15 12:14:56 queue INFO 0 [724] -2014-12-15 12:14:56 queue INFO 4 [725] -2014-12-15 12:14:57 queue INFO 0 [726] -2014-12-15 12:14:57 queue INFO 4 [727] -2014-12-15 12:14:57 queue INFO 0 [728] -2014-12-15 12:14:58 queue INFO 4 [729] -2014-12-15 12:14:58 queue INFO 0 [730] -2014-12-15 12:14:58 queue INFO 4 [731] -2014-12-15 12:14:59 queue INFO 0 [732] -2014-12-15 12:14:59 queue INFO 4 [733] -2014-12-15 12:14:59 queue INFO 0 [734] -2014-12-15 12:15:00 queue INFO 4 [735] -2014-12-15 12:15:00 queue INFO 0 [736] -2014-12-15 12:15:00 queue INFO 4 [737] -2014-12-15 12:15:01 queue INFO 0 [738] -2014-12-15 12:15:01 queue INFO 4 [739] -2014-12-15 12:15:01 queue INFO 0 [740] -2014-12-15 12:15:02 queue INFO 4 [741] -2014-12-15 12:15:02 queue INFO 0 [742] -2014-12-15 12:15:03 queue INFO 4 [743] -2014-12-15 12:15:03 queue INFO 0 [744] -2014-12-15 12:15:03 queue INFO 4 [745] -2014-12-15 12:15:03 queue INFO 0 [746] -2014-12-15 12:15:04 queue INFO 4 [747] -2014-12-15 12:15:04 queue INFO 0 [748] -2014-12-15 12:15:04 queue INFO 4 [749] -2014-12-15 12:15:05 queue INFO 0 [750] -2014-12-15 12:15:05 queue INFO 4 [751] -2014-12-15 12:15:05 queue INFO 0 [752] -2014-12-15 12:15:06 queue INFO 4 [753] -2014-12-15 12:15:06 queue INFO 0 [754] -2014-12-15 12:15:06 queue INFO 4 [755] -2014-12-15 12:15:07 queue INFO 0 [756] -2014-12-15 12:15:07 queue INFO 4 [757] -2014-12-15 12:15:07 queue INFO 0 [758] -2014-12-15 12:15:08 queue INFO 4 [759] -2014-12-15 12:15:08 queue INFO 0 [760] -2014-12-15 12:15:08 queue INFO 4 [761] -2014-12-15 12:15:09 queue INFO 0 [762] -2014-12-15 12:15:09 queue INFO 4 [763] -2014-12-15 12:15:09 queue INFO 0 [764] -2014-12-15 12:15:10 queue INFO 4 [765] -2014-12-15 12:15:10 queue INFO 0 [766] -2014-12-15 12:15:10 queue INFO 4 [767] -2014-12-15 12:15:11 queue INFO 0 [768] -2014-12-15 12:15:11 queue INFO 4 [769] -2014-12-15 12:15:11 queue INFO 0 [770] -2014-12-15 12:15:12 queue INFO 4 [771] -2014-12-15 12:15:12 queue INFO 0 [772] -2014-12-15 12:15:12 queue INFO 4 [773] -2014-12-15 12:15:13 queue INFO 0 [774] -2014-12-15 12:15:13 queue INFO 4 [775] -2014-12-15 12:15:13 queue INFO 0 [776] -2014-12-15 12:15:14 queue INFO 4 [777] -2014-12-15 12:15:14 queue INFO 0 [778] -2014-12-15 12:15:14 queue INFO 4 [779] -2014-12-15 12:15:15 queue INFO 0 [780] -2014-12-15 12:15:15 queue INFO 4 [781] -2014-12-15 12:15:15 queue INFO 0 [782] -2014-12-15 12:15:16 queue INFO 4 [783] -2014-12-15 12:15:16 queue INFO 0 [784] -2014-12-15 12:15:16 queue INFO 4 [785] -2014-12-15 12:15:17 queue INFO 0 [786] -2014-12-15 12:15:17 queue INFO 4 [787] -2014-12-15 12:15:17 queue INFO 0 [788] -2014-12-15 12:15:18 queue INFO 4 [789] -2014-12-15 12:15:18 queue INFO 0 [790] -2014-12-15 12:15:18 queue INFO 4 [791] -2014-12-15 12:15:19 queue INFO 0 [792] -2014-12-15 12:15:19 queue INFO 4 [793] -2014-12-15 12:15:19 queue INFO 0 [794] -2014-12-15 12:15:20 queue INFO 4 [795] -2014-12-15 12:15:20 queue INFO 0 [796] -2014-12-15 12:15:20 queue INFO 4 [797] -2014-12-15 12:15:21 queue INFO 0 [798] -2014-12-15 12:15:21 queue INFO 4 [799] -2014-12-15 12:15:21 queue INFO 0 [800] -2014-12-15 12:15:22 queue INFO 4 [801] -2014-12-15 12:15:22 queue INFO 0 [802] -2014-12-15 12:15:22 queue INFO 4 [803] -2014-12-15 12:15:23 queue INFO 0 [804] -2014-12-15 12:15:23 queue INFO 4 [805] -2014-12-15 12:15:23 queue INFO 0 [806] -2014-12-15 12:15:24 queue INFO 4 [807] -2014-12-15 12:15:24 queue INFO 0 [808] -2014-12-15 12:15:24 queue INFO 4 [809] -2014-12-15 12:15:25 queue INFO 0 [810] -2014-12-15 12:15:25 queue INFO 4 [811] -2014-12-15 12:15:25 queue INFO 0 [812] -2014-12-15 12:15:26 queue INFO 4 [813] -2014-12-15 12:15:26 queue INFO 0 [814] -2014-12-15 12:15:26 queue INFO 4 [815] -2014-12-15 12:15:27 queue INFO 0 [816] -2014-12-15 12:15:27 queue INFO 4 [817] -2014-12-15 12:15:27 queue INFO 0 [818] -2014-12-15 12:15:28 queue INFO 4 [819] -2014-12-15 12:15:28 queue INFO 0 [820] -2014-12-15 12:15:28 queue INFO 4 [821] -2014-12-15 12:15:29 queue INFO 0 [822] -2014-12-15 12:15:29 queue INFO 4 [823] -2014-12-15 12:15:29 queue INFO 0 [824] -2014-12-15 12:15:30 queue INFO 4 [825] -2014-12-15 12:15:30 queue INFO 0 [826] -2014-12-15 12:15:30 queue INFO 4 [827] -2014-12-15 12:15:30 queue INFO 0 [828] -2014-12-15 12:15:31 queue INFO 4 [829] -2014-12-15 12:15:31 queue INFO 0 [830] -2014-12-15 12:15:31 queue INFO 4 [831] -2014-12-15 12:15:32 queue INFO 0 [832] -2014-12-15 12:15:32 queue INFO 4 [833] -2014-12-15 12:15:32 queue INFO 0 [834] -2014-12-15 12:15:33 queue INFO 4 [835] -2014-12-15 12:15:33 queue INFO 0 [836] -2014-12-15 12:15:33 queue INFO 4 [837] -2014-12-15 12:15:34 queue INFO 0 [838] -2014-12-15 12:15:34 queue INFO 4 [839] -2014-12-15 12:15:34 queue INFO 0 [840] -2014-12-15 12:15:35 queue INFO 4 [841] -2014-12-15 12:15:35 queue INFO 0 [842] -2014-12-15 12:15:35 queue INFO 4 [843] -2014-12-15 12:15:36 queue INFO 0 [844] -2014-12-15 12:15:36 queue INFO 4 [845] -2014-12-15 12:15:36 queue INFO 0 [846] -2014-12-15 12:15:37 queue INFO 4 [847] -2014-12-15 12:15:37 queue INFO 0 [848] -2014-12-15 12:15:37 queue INFO 4 [849] -2014-12-15 12:15:38 queue INFO 0 [850] -2014-12-15 12:15:38 queue INFO 4 [851] -2014-12-15 12:15:38 queue INFO 0 [852] -2014-12-15 12:15:39 queue INFO 4 [853] -2014-12-15 12:15:39 queue INFO 0 [854] -2014-12-15 12:15:39 queue INFO 4 [855] -2014-12-15 12:15:40 queue INFO 0 [856] -2014-12-15 12:15:40 queue INFO 4 [857] -2014-12-15 12:15:40 queue INFO 0 [858] -2014-12-15 12:15:41 queue INFO 4 [859] -2014-12-15 12:15:41 queue INFO 0 [860] -2014-12-15 12:15:41 queue INFO 4 [861] -2014-12-15 12:15:42 queue INFO 0 [862] -2014-12-15 12:15:42 queue INFO 4 [863] -2014-12-15 12:15:42 queue INFO 0 [864] -2014-12-15 12:15:43 queue INFO 4 [865] -2014-12-15 12:15:43 queue INFO 0 [866] -2014-12-15 12:15:43 queue INFO 4 [867] -2014-12-15 12:15:44 queue INFO 0 [868] -2014-12-15 12:15:44 queue INFO 4 [869] -2014-12-15 12:15:44 queue INFO 0 [870] -2014-12-15 12:15:45 queue INFO 4 [871] -2014-12-15 12:15:45 queue INFO 0 [872] -2014-12-15 12:15:45 queue INFO 4 [873] -2014-12-15 12:15:46 queue INFO 0 [874] -2014-12-15 12:15:46 queue INFO 4 [875] -2014-12-15 12:15:46 queue INFO 0 [876] -2014-12-15 12:15:47 queue INFO 4 [877] -2014-12-15 12:15:47 queue INFO 0 [878] -2014-12-15 12:15:47 queue INFO 4 [879] -2014-12-15 12:15:48 queue INFO 0 [880] -2014-12-15 12:15:48 queue INFO 4 [881] -2014-12-15 12:15:48 queue INFO 0 [882] -2014-12-15 12:15:49 queue INFO 4 [883] -2014-12-15 12:15:49 queue INFO 0 [884] -2014-12-15 12:15:49 queue INFO 4 [885] -2014-12-15 12:15:50 queue INFO 0 [886] -2014-12-15 12:15:50 queue INFO 4 [887] -2014-12-15 12:15:50 queue INFO 0 [888] -2014-12-15 12:15:51 queue INFO 4 [889] -2014-12-15 12:15:51 queue INFO 0 [890] -2014-12-15 12:15:51 queue INFO 4 [891] -2014-12-15 12:15:51 queue INFO 0 [892] -2014-12-15 12:15:52 queue INFO 4 [893] -2014-12-15 12:15:52 queue INFO 0 [894] -2014-12-15 12:15:52 queue INFO 4 [895] -2014-12-15 12:15:53 queue INFO 0 [896] -2014-12-15 12:15:53 queue INFO 4 [897] -2014-12-15 12:15:53 queue INFO 0 [898] -2014-12-15 12:15:54 queue INFO 4 [899] -2014-12-15 12:15:54 queue INFO 0 [900] -2014-12-15 12:15:54 queue INFO 4 [901] -2014-12-15 12:15:55 queue INFO 0 [902] -2014-12-15 12:15:55 queue INFO 4 [903] -2014-12-15 12:15:55 queue INFO 0 [904] -2014-12-15 12:15:56 queue INFO 4 [905] -2014-12-15 12:15:56 queue INFO 0 [906] -2014-12-15 12:15:56 queue INFO 4 [907] -2014-12-15 12:15:57 queue INFO 0 [908] -2014-12-15 12:15:57 queue INFO 4 [909] -2014-12-15 12:15:57 queue INFO 0 [910] -2014-12-15 12:15:58 queue INFO 4 [911] -2014-12-15 12:15:58 queue INFO 0 [912] -2014-12-15 12:15:58 queue INFO 4 [913] -2014-12-15 12:15:59 queue INFO 0 [914] -2014-12-15 12:15:59 queue INFO 4 [915] -2014-12-15 12:15:59 queue INFO 0 [916] -2014-12-15 12:16:00 queue INFO 4 [917] -2014-12-15 12:16:00 queue INFO 0 [918] -2014-12-15 12:16:00 queue INFO 4 [919] -2014-12-15 12:16:01 queue INFO 0 [920] -2014-12-15 12:16:01 queue INFO 4 [921] -2014-12-15 12:16:01 queue INFO 0 [922] -2014-12-15 12:16:02 queue INFO 4 [923] -2014-12-15 12:16:02 queue INFO 0 [924] -2014-12-15 12:16:02 queue INFO 4 [925] -2014-12-15 12:16:02 queue INFO 0 [926] -2014-12-15 12:16:03 queue INFO 4 [927] -2014-12-15 12:16:03 queue INFO 0 [928] -2014-12-15 12:16:03 queue INFO 4 [929] -2014-12-15 12:16:04 queue INFO 0 [930] -2014-12-15 12:16:04 queue INFO 4 [931] -2014-12-15 12:16:04 queue INFO 0 [932] -2014-12-15 12:16:05 queue INFO 4 [933] -2014-12-15 12:16:05 queue INFO 0 [934] -2014-12-15 12:16:05 queue INFO 4 [935] -2014-12-15 12:16:06 queue INFO 0 [936] -2014-12-15 12:16:06 queue INFO 4 [937] -2014-12-15 12:16:06 queue INFO 0 [938] -2014-12-15 12:16:07 queue INFO 4 [939] -2014-12-15 12:16:07 queue INFO 0 [940] -2014-12-15 12:16:07 queue INFO 4 [941] -2014-12-15 12:16:08 queue INFO 0 [942] -2014-12-15 12:16:08 queue INFO 4 [943] -2014-12-15 12:16:08 queue INFO 0 [944] -2014-12-15 12:16:09 queue INFO 4 [945] -2014-12-15 12:16:09 queue INFO 0 [946] -2014-12-15 12:16:10 queue INFO 4 [947] -2014-12-15 12:16:10 queue INFO 0 [948] -2014-12-15 12:16:10 queue INFO 4 [949] -2014-12-15 12:16:10 queue INFO 0 [950] -2014-12-15 12:16:11 queue INFO 4 [951] -2014-12-15 12:16:11 queue INFO 0 [952] -2014-12-15 12:16:11 queue INFO 4 [953] -2014-12-15 12:16:12 queue INFO 0 [954] -2014-12-15 12:16:12 queue INFO 4 [955] -2014-12-15 12:16:12 queue INFO 0 [956] -2014-12-15 12:16:13 queue INFO 4 [957] -2014-12-15 12:16:13 queue INFO 0 [958] -2014-12-15 12:16:13 queue INFO 4 [959] -2014-12-15 12:16:14 queue INFO 0 [960] -2014-12-15 12:16:14 queue INFO 4 [961] -2014-12-15 12:16:14 queue INFO 0 [962] -2014-12-15 12:16:15 queue INFO 4 [963] -2014-12-15 12:16:15 queue INFO 0 [964] -2014-12-15 12:16:15 queue INFO 4 [965] -2014-12-15 12:16:16 queue INFO 0 [966] -2014-12-15 12:16:16 queue INFO 4 [967] -2014-12-15 12:16:16 queue INFO 0 [968] -2014-12-15 12:16:17 queue INFO 4 [969] -2014-12-15 12:16:17 queue INFO 0 [970] -2014-12-15 12:16:17 queue INFO 4 [971] -2014-12-15 12:16:18 queue INFO 0 [972] -2014-12-15 12:16:18 queue INFO 4 [973] -2014-12-15 12:16:18 queue INFO 0 [974] -2014-12-15 12:16:19 queue INFO 4 [975] -2014-12-15 12:16:19 queue INFO 0 [976] -2014-12-15 12:16:19 queue INFO 4 [977] -2014-12-15 12:16:20 queue INFO 0 [978] -2014-12-15 12:16:20 queue INFO 4 [979] -2014-12-15 12:16:20 queue INFO 0 [980] -2014-12-15 12:16:21 queue INFO 4 [981] -2014-12-15 12:16:21 queue INFO 0 [982] -2014-12-15 12:16:21 queue INFO 4 [983] -2014-12-15 12:16:21 queue INFO 0 [984] -2014-12-15 12:16:22 queue INFO 4 [985] -2014-12-15 12:16:22 queue INFO 0 [986] -2014-12-15 12:16:22 queue INFO 4 [987] -2014-12-15 12:16:23 queue INFO 0 [988] -2014-12-15 12:16:23 queue INFO 4 [989] -2014-12-15 12:16:23 queue INFO 0 [990] -2014-12-15 12:16:24 queue INFO 4 [991] -2014-12-15 12:16:24 queue INFO 0 [992] -2014-12-15 12:16:24 queue INFO 4 [993] -2014-12-15 12:16:25 queue INFO 0 [994] -2014-12-15 12:16:25 queue INFO 4 [995] -2014-12-15 12:16:25 queue INFO 0 [996] -2014-12-15 12:16:26 queue INFO 4 [997] -2014-12-15 12:16:26 queue INFO 0 [998] -2014-12-15 12:16:26 queue INFO 4 [999] -2014-12-15 12:16:27 queue INFO 0 [0] -2014-12-15 12:16:27 queue INFO 4 [1] -2014-12-15 12:16:27 queue INFO 0 [2] -2014-12-15 12:16:28 queue INFO 4 [3] -2014-12-15 12:16:28 queue INFO 0 [4] -2014-12-15 12:16:28 queue INFO 4 [5] -2014-12-15 12:16:29 queue INFO 0 [6] -2014-12-15 12:16:29 queue INFO 4 [7] -2014-12-15 12:16:29 queue INFO 0 [8] -2014-12-15 12:16:30 queue INFO 4 [9] -2014-12-15 12:16:30 queue INFO 0 [10] -2014-12-15 12:16:30 queue INFO 4 [11] -2014-12-15 12:16:31 queue INFO 0 [12] -2014-12-15 12:16:31 queue INFO 4 [13] -2014-12-15 12:16:31 queue INFO 0 [14] -2014-12-15 12:16:31 queue INFO 4 [15] -2014-12-15 12:16:32 queue INFO 0 [16] -2014-12-15 12:16:32 queue INFO 4 [17] -2014-12-15 12:16:32 queue INFO 0 [18] -2014-12-15 12:16:33 queue INFO 4 [19] -2014-12-15 12:16:33 queue INFO 0 [20] -2014-12-15 12:16:33 queue INFO 4 [21] -2014-12-15 12:16:34 queue INFO 0 [22] -2014-12-15 12:16:34 queue INFO 4 [23] -2014-12-15 12:16:34 queue INFO 0 [24] -2014-12-15 12:16:35 queue INFO 4 [25] -2014-12-15 12:16:35 queue INFO 0 [26] -2014-12-15 12:16:35 queue INFO 4 [27] -2014-12-15 12:16:36 queue INFO 0 [28] -2014-12-15 12:16:36 queue INFO 4 [29] -2014-12-15 12:16:37 queue INFO 0 [30] -2014-12-15 12:16:37 queue INFO 4 [31] -2014-12-15 12:16:37 queue INFO 0 [32] -2014-12-15 12:16:38 queue INFO 4 [33] -2014-12-15 12:16:38 queue INFO 0 [34] -2014-12-15 12:16:38 queue INFO 4 [35] -2014-12-15 12:16:39 queue INFO 0 [36] -2014-12-15 12:16:39 queue INFO 4 [37] -2014-12-15 12:16:39 queue INFO 0 [38] -2014-12-15 12:16:39 queue INFO 4 [39] -2014-12-15 12:16:40 queue INFO 0 [40] -2014-12-15 12:16:40 queue INFO 4 [41] -2014-12-15 12:16:40 queue INFO 0 [42] -2014-12-15 12:16:41 queue INFO 4 [43] -2014-12-15 12:16:41 queue INFO 0 [44] -2014-12-15 12:16:41 queue INFO 4 [45] -2014-12-15 12:16:42 queue INFO 0 [46] -2014-12-15 12:16:42 queue INFO 4 [47] -2014-12-15 12:16:42 queue INFO 0 [48] -2014-12-15 12:16:43 queue INFO 4 [49] -2014-12-15 12:16:43 queue INFO 0 [50] -2014-12-15 12:16:43 queue INFO 4 [51] -2014-12-15 12:16:44 queue INFO 0 [52] -2014-12-15 12:16:44 queue INFO 4 [53] -2014-12-15 12:16:44 queue INFO 0 [54] -2014-12-15 12:16:45 queue INFO 4 [55] -2014-12-15 12:16:45 queue INFO 0 [56] -2014-12-15 12:16:45 queue INFO 4 [57] -2014-12-15 12:16:46 queue INFO 0 [58] -2014-12-15 12:16:46 queue INFO 4 [59] -2014-12-15 12:16:46 queue INFO 0 [60] -2014-12-15 12:16:47 queue INFO 4 [61] -2014-12-15 12:16:47 queue INFO 0 [62] -2014-12-15 12:16:47 queue INFO 4 [63] -2014-12-15 12:16:48 queue INFO 0 [64] -2014-12-15 12:16:48 queue INFO 4 [65] -2014-12-15 12:16:48 queue INFO 0 [66] -2014-12-15 12:16:49 queue INFO 4 [67] -2014-12-15 12:16:49 queue INFO 0 [68] -2014-12-15 12:16:49 queue INFO 4 [69] -2014-12-15 12:16:49 queue INFO 0 [70] -2014-12-15 12:16:50 queue INFO 4 [71] -2014-12-15 12:16:50 queue INFO 0 [72] -2014-12-15 12:16:50 queue INFO 4 [73] -2014-12-15 12:16:51 queue INFO 0 [74] -2014-12-15 12:16:51 queue INFO 4 [75] -2014-12-15 12:16:51 queue INFO 0 [76] -2014-12-15 12:16:52 queue INFO 4 [77] -2014-12-15 12:16:52 queue INFO 0 [78] -2014-12-15 12:16:52 queue INFO 4 [79] -2014-12-15 12:16:53 queue INFO 0 [80] -2014-12-15 12:16:53 queue INFO 4 [81] -2014-12-15 12:16:53 queue INFO 0 [82] -2014-12-15 12:16:54 queue INFO 4 [83] -2014-12-15 12:16:54 queue INFO 0 [84] -2014-12-15 12:16:54 queue INFO 4 [85] -2014-12-15 12:16:55 queue INFO 0 [86] -2014-12-15 12:16:55 queue INFO 4 [87] -2014-12-15 12:16:55 queue INFO 0 [88] -2014-12-15 12:16:56 queue INFO 4 [89] -2014-12-15 12:16:56 queue INFO 0 [90] -2014-12-15 12:16:56 queue INFO 4 [91] -2014-12-15 12:16:57 queue INFO 0 [92] -2014-12-15 12:16:57 queue INFO 4 [93] -2014-12-15 12:16:57 queue INFO 0 [94] -2014-12-15 12:16:58 queue INFO 4 [95] -2014-12-15 12:16:58 queue INFO 0 [96] -2014-12-15 12:16:58 queue INFO 4 [97] -2014-12-15 12:16:59 queue INFO 0 [98] -2014-12-15 12:16:59 queue INFO 4 [99] -2014-12-15 12:16:59 queue INFO 0 [100] -2014-12-15 12:17:00 queue INFO 4 [101] -2014-12-15 12:17:00 queue INFO 0 [102] -2014-12-15 12:17:00 queue INFO 4 [103] -2014-12-15 12:17:00 queue INFO 0 [104] -2014-12-15 12:17:01 queue INFO 4 [105] -2014-12-15 12:17:01 queue INFO 0 [106] -2014-12-15 12:17:01 queue INFO 4 [107] -2014-12-15 12:17:02 queue INFO 0 [108] -2014-12-15 12:17:02 queue INFO 4 [109] -2014-12-15 12:17:02 queue INFO 0 [110] -2014-12-15 12:17:03 queue INFO 4 [111] -2014-12-15 12:17:03 queue INFO 0 [112] -2014-12-15 12:17:04 queue INFO 4 [113] -2014-12-15 12:17:04 queue INFO 0 [114] -2014-12-15 12:17:04 queue INFO 4 [115] -2014-12-15 12:17:05 queue INFO 0 [116] -2014-12-15 12:17:05 queue INFO 4 [117] -2014-12-15 12:17:05 queue INFO 0 [118] -2014-12-15 12:17:06 queue INFO 4 [119] -2014-12-15 12:17:06 queue INFO 0 [120] -2014-12-15 12:17:06 queue INFO 4 [121] -2014-12-15 12:17:07 queue INFO 0 [122] -2014-12-15 12:17:07 queue INFO 4 [123] -2014-12-15 12:17:07 queue INFO 0 [124] -2014-12-15 12:17:08 queue INFO 4 [125] -2014-12-15 12:17:08 queue INFO 0 [126] -2014-12-15 12:17:08 queue INFO 4 [127] -2014-12-15 12:17:09 queue INFO 0 [128] -2014-12-15 12:17:09 queue INFO 4 [129] -2014-12-15 12:17:09 queue INFO 0 [130] -2014-12-15 12:17:10 queue INFO 4 [131] -2014-12-15 12:17:10 queue INFO 0 [132] -2014-12-15 12:17:10 queue INFO 4 [133] -2014-12-15 12:17:10 queue INFO 0 [134] -2014-12-15 12:17:11 queue INFO 4 [135] -2014-12-15 12:17:11 queue INFO 0 [136] -2014-12-15 12:17:11 queue INFO 4 [137] -2014-12-15 12:17:12 queue INFO 0 [138] -2014-12-15 12:17:12 queue INFO 4 [139] -2014-12-15 12:17:12 queue INFO 0 [140] -2014-12-15 12:17:13 queue INFO 4 [141] -2014-12-15 12:17:13 queue INFO 0 [142] -2014-12-15 12:17:13 queue INFO 4 [143] -2014-12-15 12:17:14 queue INFO 0 [144] -2014-12-15 12:17:14 queue INFO 4 [145] -2014-12-15 12:17:14 queue INFO 0 [146] -2014-12-15 12:17:15 queue INFO 4 [147] -2014-12-15 12:17:15 queue INFO 0 [148] -2014-12-15 12:17:15 queue INFO 4 [149] -2014-12-15 12:17:16 queue INFO 0 [150] -2014-12-15 12:17:16 queue INFO 4 [151] -2014-12-15 12:17:16 queue INFO 0 [152] -2014-12-15 12:17:17 queue INFO 4 [153] -2014-12-15 12:17:17 queue INFO 0 [154] -2014-12-15 12:17:17 queue INFO 4 [155] -2014-12-15 12:17:18 queue INFO 0 [156] -2014-12-15 12:17:18 queue INFO 4 [157] -2014-12-15 12:17:18 queue INFO 0 [158] -2014-12-15 12:17:19 queue INFO 4 [159] -2014-12-15 12:17:19 queue INFO 0 [160] -2014-12-15 12:17:19 queue INFO 4 [161] -2014-12-15 12:17:20 queue INFO 0 [162] -2014-12-15 12:17:20 queue INFO 4 [163] -2014-12-15 12:17:20 queue INFO 0 [164] -2014-12-15 12:17:21 queue INFO 4 [165] -2014-12-15 12:17:21 queue INFO 0 [166] -2014-12-15 12:17:21 queue INFO 4 [167] -2014-12-15 12:17:22 queue INFO 0 [168] -2014-12-15 12:17:22 queue INFO 4 [169] -2014-12-15 12:17:22 queue INFO 0 [170] -2014-12-15 12:17:23 queue INFO 4 [171] -2014-12-15 12:17:23 queue INFO 0 [172] -2014-12-15 12:17:23 queue INFO 4 [173] -2014-12-15 12:17:23 queue INFO 0 [174] -2014-12-15 12:17:24 queue INFO 4 [175] -2014-12-15 12:17:24 queue INFO 0 [176] -2014-12-15 12:17:24 queue INFO 4 [177] -2014-12-15 12:17:25 queue INFO 0 [178] -2014-12-15 12:17:25 queue INFO 4 [179] -2014-12-15 12:17:25 queue INFO 0 [180] -2014-12-15 12:17:26 queue INFO 4 [181] -2014-12-15 12:17:26 queue INFO 0 [182] -2014-12-15 12:17:26 queue INFO 4 [183] -2014-12-15 12:17:27 queue INFO 0 [184] -2014-12-15 12:17:27 queue INFO 4 [185] -2014-12-15 12:17:27 queue INFO 0 [186] -2014-12-15 12:17:28 queue INFO 4 [187] -2014-12-15 12:17:28 queue INFO 0 [188] -2014-12-15 12:17:28 queue INFO 4 [189] -2014-12-15 12:17:29 queue INFO 0 [190] -2014-12-15 12:17:29 queue INFO 4 [191] -2014-12-15 12:17:30 queue INFO 0 [192] -2014-12-15 12:17:30 queue INFO 4 [193] -2014-12-15 12:17:30 queue INFO 0 [194] -2014-12-15 12:17:31 queue INFO 4 [195] -2014-12-15 12:17:31 queue INFO 0 [196] -2014-12-15 12:17:31 queue INFO 4 [197] -2014-12-15 12:17:32 queue INFO 0 [198] -2014-12-15 12:17:32 queue INFO 4 [199] -2014-12-15 12:17:32 queue INFO 0 [200] -2014-12-15 12:17:33 queue INFO 4 [201] -2014-12-15 12:17:33 queue INFO 0 [202] -2014-12-15 12:17:33 queue INFO 4 [203] -2014-12-15 12:17:34 queue INFO 0 [204] -2014-12-15 12:17:34 queue INFO 4 [205] -2014-12-15 12:17:34 queue INFO 0 [206] -2014-12-15 12:17:35 queue INFO 4 [207] -2014-12-15 12:17:35 queue INFO 0 [208] -2014-12-15 12:17:35 queue INFO 4 [209] -2014-12-15 12:17:36 queue INFO 0 [210] -2014-12-15 12:17:36 queue INFO 4 [211] -2014-12-15 12:17:36 queue INFO 0 [212] -2014-12-15 12:17:37 queue INFO 4 [213] -2014-12-15 12:17:37 queue INFO 0 [214] -2014-12-15 12:17:37 queue INFO 4 [215] -2014-12-15 12:17:37 queue INFO 0 [216] -2014-12-15 12:17:38 queue INFO 4 [217] -2014-12-15 12:17:38 queue INFO 0 [218] -2014-12-15 12:17:38 queue INFO 4 [219] -2014-12-15 12:17:39 queue INFO 0 [220] -2014-12-15 12:17:39 queue INFO 4 [221] -2014-12-15 12:17:39 queue INFO 0 [222] -2014-12-15 12:17:40 queue INFO 4 [223] -2014-12-15 12:17:40 queue INFO 0 [224] -2014-12-15 12:17:40 queue INFO 4 [225] -2014-12-15 12:17:41 queue INFO 0 [226] -2014-12-15 12:17:41 queue INFO 4 [227] -2014-12-15 12:17:41 queue INFO 0 [228] -2014-12-15 12:17:42 queue INFO 4 [229] -2014-12-15 12:17:42 queue INFO 0 [230] -2014-12-15 12:17:42 queue INFO 4 [231] -2014-12-15 12:17:43 queue INFO 0 [232] -2014-12-15 12:17:43 queue INFO 4 [233] -2014-12-15 12:17:43 queue INFO 0 [234] -2014-12-15 12:17:44 queue INFO 4 [235] -2014-12-15 12:17:44 queue INFO 0 [236] -2014-12-15 12:17:44 queue INFO 4 [237] -2014-12-15 12:17:45 queue INFO 0 [238] -2014-12-15 12:17:45 queue INFO 4 [239] -2014-12-15 12:17:45 queue INFO 0 [240] -2014-12-15 12:17:46 queue INFO 4 [241] -2014-12-15 12:17:46 queue INFO 0 [242] -2014-12-15 12:17:46 queue INFO 4 [243] -2014-12-15 12:17:47 queue INFO 0 [244] -2014-12-15 12:17:47 queue INFO 4 [245] -2014-12-15 12:17:47 queue INFO 0 [246] -2014-12-15 12:17:48 queue INFO 4 [247] -2014-12-15 12:17:48 queue INFO 0 [248] -2014-12-15 12:17:48 queue INFO 4 [249] -2014-12-15 12:17:49 queue INFO 0 [250] -2014-12-15 12:17:49 queue INFO 4 [251] -2014-12-15 12:17:49 queue INFO 0 [252] -2014-12-15 12:17:50 queue INFO 4 [253] -2014-12-15 12:17:50 queue INFO 0 [254] -2014-12-15 12:17:50 queue INFO 4 [255] -2014-12-15 12:17:51 queue INFO 0 [256] -2014-12-15 12:17:51 queue INFO 4 [257] -2014-12-15 12:17:51 queue INFO 0 [258] -2014-12-15 12:17:52 queue INFO 4 [259] -2014-12-15 12:17:52 queue INFO 0 [260] -2014-12-15 12:17:52 queue INFO 4 [261] -2014-12-15 12:17:53 queue INFO 0 [262] -2014-12-15 12:17:53 queue INFO 4 [263] -2014-12-15 12:17:53 queue INFO 0 [264] -2014-12-15 12:17:54 queue INFO 4 [265] -2014-12-15 12:17:54 queue INFO 0 [266] -2014-12-15 12:17:54 queue INFO 4 [267] -2014-12-15 12:17:54 queue INFO 0 [268] -2014-12-15 12:17:55 queue INFO 4 [269] -2014-12-15 12:17:55 queue INFO 0 [270] -2014-12-15 12:17:55 queue INFO 4 [271] -2014-12-15 12:17:56 queue INFO 0 [272] -2014-12-15 12:17:56 queue INFO 4 [273] -2014-12-15 12:17:57 queue INFO 0 [274] -2014-12-15 12:17:57 queue INFO 4 [275] -2014-12-15 12:17:57 queue INFO 0 [276] -2014-12-15 12:17:58 queue INFO 4 [277] -2014-12-15 12:17:58 queue INFO 0 [278] -2014-12-15 12:17:58 queue INFO 4 [279] -2014-12-15 12:17:59 queue INFO 0 [280] -2014-12-15 12:17:59 queue INFO 4 [281] -2014-12-15 12:17:59 queue INFO 0 [282] -2014-12-15 12:18:00 queue INFO 4 [283] -2014-12-15 12:18:00 queue INFO 0 [284] -2014-12-15 12:18:00 queue INFO 4 [285] -2014-12-15 12:18:01 queue INFO 0 [286] -2014-12-15 12:18:01 queue INFO 4 [287] -2014-12-15 12:18:01 queue INFO 0 [288] -2014-12-15 12:18:02 queue INFO 4 [289] -2014-12-15 12:18:02 queue INFO 0 [290] -2014-12-15 12:18:02 queue INFO 4 [291] -2014-12-15 12:18:03 queue INFO 0 [292] -2014-12-15 12:18:03 queue INFO 4 [293] -2014-12-15 12:18:03 queue INFO 0 [294] -2014-12-15 12:18:04 queue INFO 4 [295] -2014-12-15 12:18:04 queue INFO 0 [296] -2014-12-15 12:18:04 queue INFO 4 [297] -2014-12-15 12:18:05 queue INFO 0 [298] -2014-12-15 12:18:05 queue INFO 4 [299] -2014-12-15 12:18:05 queue INFO 0 [300] -2014-12-15 12:18:06 queue INFO 4 [301] -2014-12-15 12:18:06 queue INFO 0 [302] -2014-12-15 12:18:06 queue INFO 4 [303] -2014-12-15 12:18:07 queue INFO 0 [304] -2014-12-15 12:18:07 queue INFO 4 [305] -2014-12-15 12:18:07 queue INFO 0 [306] -2014-12-15 12:18:08 queue INFO 4 [307] -2014-12-15 12:18:08 queue INFO 0 [308] -2014-12-15 12:18:08 queue INFO 4 [309] -2014-12-15 12:18:09 queue INFO 0 [310] -2014-12-15 12:18:09 queue INFO 4 [311] -2014-12-15 12:18:09 queue INFO 0 [312] -2014-12-15 12:18:10 queue INFO 4 [313] -2014-12-15 12:18:10 queue INFO 0 [314] -2014-12-15 12:18:10 queue INFO 4 [315] -2014-12-15 12:18:11 queue INFO 0 [316] -2014-12-15 12:18:11 queue INFO 4 [317] -2014-12-15 12:18:11 queue INFO 0 [318] -2014-12-15 12:18:12 queue INFO 4 [319] -2014-12-15 12:18:12 queue INFO 0 [320] -2014-12-15 12:18:12 queue INFO 4 [321] -2014-12-15 12:18:13 queue INFO 0 [322] -2014-12-15 12:18:13 queue INFO 4 [323] -2014-12-15 12:18:13 queue INFO 0 [324] -2014-12-15 12:18:13 queue INFO 4 [325] -2014-12-15 12:18:14 queue INFO 0 [326] -2014-12-15 12:18:14 queue INFO 4 [327] -2014-12-15 12:18:14 queue INFO 0 [328] -2014-12-15 12:18:15 queue INFO 4 [329] -2014-12-15 12:18:15 queue INFO 0 [330] -2014-12-15 12:18:15 queue INFO 4 [331] -2014-12-15 12:18:16 queue INFO 0 [332] -2014-12-15 12:18:16 queue INFO 4 [333] -2014-12-15 12:18:16 queue INFO 0 [334] -2014-12-15 12:18:17 queue INFO 4 [335] -2014-12-15 12:18:17 queue INFO 0 [336] -2014-12-15 12:18:17 queue INFO 4 [337] -2014-12-15 12:18:18 queue INFO 0 [338] -2014-12-15 12:18:18 queue INFO 4 [339] -2014-12-15 12:18:18 queue INFO 0 [340] -2014-12-15 12:18:19 queue INFO 4 [341] -2014-12-15 12:18:19 queue INFO 0 [342] -2014-12-15 12:18:19 queue INFO 4 [343] -2014-12-15 12:18:20 queue INFO 0 [344] -2014-12-15 12:18:20 queue INFO 4 [345] -2014-12-15 12:18:20 queue INFO 0 [346] -2014-12-15 12:18:21 queue INFO 4 [347] -2014-12-15 12:18:21 queue INFO 0 [348] -2014-12-15 12:18:21 queue INFO 4 [349] -2014-12-15 12:18:22 queue INFO 0 [350] -2014-12-15 12:18:22 queue INFO 4 [351] -2014-12-15 12:18:22 queue INFO 0 [352] -2014-12-15 12:18:23 queue INFO 4 [353] -2014-12-15 12:18:23 queue INFO 0 [354] -2014-12-15 12:18:23 queue INFO 4 [355] -2014-12-15 12:18:24 queue INFO 0 [356] -2014-12-15 12:18:24 queue INFO 4 [357] -2014-12-15 12:18:24 queue INFO 0 [358] -2014-12-15 12:18:25 queue INFO 4 [359] -2014-12-15 12:18:25 queue INFO 0 [360] -2014-12-15 12:18:25 queue INFO 4 [361] -2014-12-15 12:18:26 queue INFO 0 [362] -2014-12-15 12:18:26 queue INFO 4 [363] -2014-12-15 12:18:26 queue INFO 0 [364] -2014-12-15 12:18:27 queue INFO 4 [365] -2014-12-15 12:18:27 queue INFO 0 [366] -2014-12-15 12:18:27 queue INFO 4 [367] -2014-12-15 12:18:28 queue INFO 0 [368] -2014-12-15 12:18:28 queue INFO 4 [369] -2014-12-15 12:18:28 queue INFO 0 [370] -2014-12-15 12:18:29 queue INFO 4 [371] -2014-12-15 12:18:29 queue INFO 0 [372] -2014-12-15 12:18:29 queue INFO 4 [373] -2014-12-15 12:18:30 queue INFO 0 [374] -2014-12-15 12:18:30 queue INFO 4 [375] -2014-12-15 12:18:30 queue INFO 0 [376] -2014-12-15 12:18:31 queue INFO 4 [377] -2014-12-15 12:18:31 queue INFO 0 [378] -2014-12-15 12:18:31 queue INFO 4 [379] -2014-12-15 12:18:32 queue INFO 0 [380] -2014-12-15 12:18:32 queue INFO 4 [381] -2014-12-15 12:18:32 queue INFO 0 [382] -2014-12-15 12:18:33 queue INFO 4 [383] -2014-12-15 12:18:33 queue INFO 0 [384] -2014-12-15 12:18:33 queue INFO 4 [385] -2014-12-15 12:18:34 queue INFO 0 [386] -2014-12-15 12:18:34 queue INFO 4 [387] -2014-12-15 12:18:34 queue INFO 0 [388] -2014-12-15 12:18:35 queue INFO 4 [389] -2014-12-15 12:18:35 queue INFO 0 [390] -2014-12-15 12:18:35 queue INFO 4 [391] -2014-12-15 12:18:36 queue INFO 0 [392] -2014-12-15 12:18:36 queue INFO 4 [393] -2014-12-15 12:18:36 queue INFO 0 [394] -2014-12-15 12:18:37 queue INFO 4 [395] -2014-12-15 12:18:37 queue INFO 0 [396] -2014-12-15 12:18:37 queue INFO 4 [397] -2014-12-15 12:18:38 queue INFO 0 [398] -2014-12-15 12:18:38 queue INFO 4 [399] -2014-12-15 12:18:38 queue INFO 0 [400] -2014-12-15 12:18:39 queue INFO 4 [401] -2014-12-15 12:18:39 queue INFO 0 [402] -2014-12-15 12:18:39 queue INFO 4 [403] -2014-12-15 12:18:39 queue INFO 0 [404] -2014-12-15 12:18:40 queue INFO 4 [405] -2014-12-15 12:18:40 queue INFO 0 [406] -2014-12-15 12:18:40 queue INFO 4 [407] -2014-12-15 12:18:41 queue INFO 0 [408] -2014-12-15 12:18:41 queue INFO 4 [409] -2014-12-15 12:18:41 queue INFO 0 [410] -2014-12-15 12:18:42 queue INFO 4 [411] -2014-12-15 12:18:42 queue INFO 0 [412] -2014-12-15 12:18:42 queue INFO 4 [413] -2014-12-15 12:18:43 queue INFO 0 [414] -2014-12-15 12:18:43 queue INFO 4 [415] -2014-12-15 12:18:43 queue INFO 0 [416] -2014-12-15 12:18:44 queue INFO 4 [417] -2014-12-15 12:18:44 queue INFO 0 [418] -2014-12-15 12:18:44 queue INFO 4 [419] -2014-12-15 12:18:45 queue INFO 0 [420] -2014-12-15 12:18:45 queue INFO 4 [421] -2014-12-15 12:18:45 queue INFO 0 [422] -2014-12-15 12:18:46 queue INFO 4 [423] -2014-12-15 12:18:46 queue INFO 0 [424] -2014-12-15 12:18:46 queue INFO 4 [425] -2014-12-15 12:18:47 queue INFO 0 [426] -2014-12-15 12:18:47 queue INFO 4 [427] -2014-12-15 12:18:47 queue INFO 0 [428] -2014-12-15 12:18:48 queue INFO 4 [429] -2014-12-15 12:18:48 queue INFO 0 [430] -2014-12-15 12:18:48 queue INFO 4 [431] -2014-12-15 12:18:49 queue INFO 0 [432] -2014-12-15 12:18:49 queue INFO 4 [433] -2014-12-15 12:18:49 queue INFO 0 [434] -2014-12-15 12:18:50 queue INFO 4 [435] -2014-12-15 12:18:50 queue INFO 0 [436] -2014-12-15 12:18:51 queue INFO 4 [437] -2014-12-15 12:18:51 queue INFO 0 [438] -2014-12-15 12:18:51 queue INFO 4 [439] -2014-12-15 12:18:51 queue INFO 0 [440] -2014-12-15 12:18:52 queue INFO 4 [441] -2014-12-15 12:18:52 queue INFO 0 [442] -2014-12-15 12:18:52 queue INFO 4 [443] -2014-12-15 12:18:53 queue INFO 0 [444] -2014-12-15 12:18:53 queue INFO 4 [445] -2014-12-15 12:18:53 queue INFO 0 [446] -2014-12-15 12:18:54 queue INFO 4 [447] -2014-12-15 12:18:54 queue INFO 0 [448] -2014-12-15 12:18:54 queue INFO 4 [449] -2014-12-15 12:18:55 queue INFO 0 [450] -2014-12-15 12:18:55 queue INFO 4 [451] -2014-12-15 12:18:55 queue INFO 0 [452] -2014-12-15 12:18:56 queue INFO 4 [453] -2014-12-15 12:18:56 queue INFO 0 [454] -2014-12-15 12:18:56 queue INFO 4 [455] -2014-12-15 12:18:57 queue INFO 0 [456] -2014-12-15 12:18:57 queue INFO 4 [457] -2014-12-15 12:18:57 queue INFO 0 [458] -2014-12-15 12:18:58 queue INFO 4 [459] -2014-12-15 12:18:58 queue INFO 0 [460] -2014-12-15 12:18:58 queue INFO 4 [461] -2014-12-15 12:18:59 queue INFO 0 [462] -2014-12-15 12:18:59 queue INFO 4 [463] -2014-12-15 12:18:59 queue INFO 0 [464] -2014-12-15 12:19:00 queue INFO 4 [465] -2014-12-15 12:19:00 queue INFO 0 [466] -2014-12-15 12:19:00 queue INFO 4 [467] -2014-12-15 12:19:01 queue INFO 0 [468] -2014-12-15 12:19:01 queue INFO 4 [469] -2014-12-15 12:19:02 queue INFO 0 [470] -2014-12-15 12:19:02 queue INFO 4 [471] -2014-12-15 12:19:02 queue INFO 0 [472] -2014-12-15 12:19:03 queue INFO 4 [473] -2014-12-15 12:19:03 queue INFO 0 [474] -2014-12-15 12:19:03 queue INFO 4 [475] -2014-12-15 12:19:04 queue INFO 0 [476] -2014-12-15 12:19:04 queue INFO 4 [477] -2014-12-15 12:19:04 queue INFO 0 [478] -2014-12-15 12:19:05 queue INFO 4 [479] -2014-12-15 12:19:05 queue INFO 0 [480] -2014-12-15 12:19:05 queue INFO 4 [481] -2014-12-15 12:19:05 queue INFO 0 [482] -2014-12-15 12:19:06 queue INFO 4 [483] -2014-12-15 12:19:06 queue INFO 0 [484] -2014-12-15 12:19:06 queue INFO 4 [485] -2014-12-15 12:19:07 queue INFO 0 [486] -2014-12-15 12:19:07 queue INFO 4 [487] -2014-12-15 12:19:07 queue INFO 0 [488] -2014-12-15 12:19:08 queue INFO 4 [489] -2014-12-15 12:19:08 queue INFO 0 [490] -2014-12-15 12:19:08 queue INFO 4 [491] -2014-12-15 12:19:09 queue INFO 0 [492] -2014-12-15 12:19:09 queue INFO 4 [493] -2014-12-15 12:19:09 queue INFO 0 [494] -2014-12-15 12:19:10 queue INFO 4 [495] -2014-12-15 12:19:10 queue INFO 0 [496] -2014-12-15 12:19:10 queue INFO 4 [497] -2014-12-15 12:19:11 queue INFO 0 [498] -2014-12-15 12:19:11 queue INFO 4 [499] -2014-12-15 12:19:11 queue INFO 0 [500] -2014-12-15 12:19:12 queue INFO 4 [501] -2014-12-15 12:19:12 queue INFO 0 [502] -2014-12-15 12:19:12 queue INFO 4 [503] -2014-12-15 12:19:13 queue INFO 0 [504] -2014-12-15 12:19:13 queue INFO 4 [505] -2014-12-15 12:19:13 queue INFO 0 [506] -2014-12-15 12:19:14 queue INFO 4 [507] -2014-12-15 12:19:14 queue INFO 0 [508] -2014-12-15 12:19:14 queue INFO 4 [509] -2014-12-15 12:19:15 queue INFO 0 [510] -2014-12-15 12:19:15 queue INFO 4 [511] -2014-12-15 12:19:15 queue INFO 0 [512] -2014-12-15 12:19:16 queue INFO 4 [513] -2014-12-15 12:19:16 queue INFO 0 [514] -2014-12-15 12:19:16 queue INFO 4 [515] -2014-12-15 12:19:17 queue INFO 0 [516] -2014-12-15 12:19:17 queue INFO 4 [517] -2014-12-15 12:19:18 queue INFO 0 [518] -2014-12-15 12:19:18 queue INFO 4 [519] -2014-12-15 12:19:18 queue INFO 0 [520] -2014-12-15 12:19:19 queue INFO 4 [521] -2014-12-15 12:19:19 queue INFO 0 [522] -2014-12-15 12:19:19 queue INFO 4 [523] -2014-12-15 12:19:19 queue INFO 0 [524] -2014-12-15 12:19:20 queue INFO 4 [525] -2014-12-15 12:19:20 queue INFO 0 [526] -2014-12-15 12:19:20 queue INFO 4 [527] -2014-12-15 12:19:21 queue INFO 0 [528] -2014-12-15 12:19:21 queue INFO 4 [529] -2014-12-15 12:19:21 queue INFO 0 [530] -2014-12-15 12:19:22 queue INFO 4 [531] -2014-12-15 12:19:22 queue INFO 0 [532] -2014-12-15 12:19:22 queue INFO 4 [533] -2014-12-15 12:19:23 queue INFO 0 [534] -2014-12-15 12:19:23 queue INFO 4 [535] -2014-12-15 12:19:23 queue INFO 0 [536] -2014-12-15 12:19:24 queue INFO 4 [537] -2014-12-15 12:19:24 queue INFO 0 [538] -2014-12-15 12:19:24 queue INFO 4 [539] -2014-12-15 12:19:25 queue INFO 0 [540] -2014-12-15 12:19:25 queue INFO 4 [541] -2014-12-15 12:19:25 queue INFO 0 [542] -2014-12-15 12:19:26 queue INFO 4 [543] -2014-12-15 12:19:26 queue INFO 0 [544] -2014-12-15 12:19:26 queue INFO 4 [545] -2014-12-15 12:19:27 queue INFO 0 [546] -2014-12-15 12:19:27 queue INFO 4 [547] -2014-12-15 12:19:27 queue INFO 0 [548] -2014-12-15 12:19:28 queue INFO 4 [549] -2014-12-15 12:19:28 queue INFO 0 [550] -2014-12-15 12:19:28 queue INFO 4 [551] -2014-12-15 12:19:29 queue INFO 0 [552] -2014-12-15 12:19:29 queue INFO 4 [553] -2014-12-15 12:19:29 queue INFO 0 [554] -2014-12-15 12:19:30 queue INFO 4 [555] -2014-12-15 12:19:30 queue INFO 0 [556] -2014-12-15 12:19:30 queue INFO 4 [557] -2014-12-15 12:19:31 queue INFO 0 [558] -2014-12-15 12:19:31 queue INFO 4 [559] -2014-12-15 12:19:31 queue INFO 0 [560] -2014-12-15 12:19:32 queue INFO 4 [561] -2014-12-15 12:19:32 queue INFO 0 [562] -2014-12-15 12:19:32 queue INFO 4 [563] -2014-12-15 12:19:33 queue INFO 0 [564] -2014-12-15 12:19:33 queue INFO 4 [565] -2014-12-15 12:19:33 queue INFO 0 [566] -2014-12-15 12:19:34 queue INFO 4 [567] -2014-12-15 12:19:34 queue INFO 0 [568] -2014-12-15 12:19:34 queue INFO 4 [569] -2014-12-15 12:19:35 queue INFO 0 [570] -2014-12-15 12:19:35 queue INFO 4 [571] -2014-12-15 12:19:35 queue INFO 0 [572] -2014-12-15 12:19:36 queue INFO 4 [573] -2014-12-15 12:19:36 queue INFO 0 [574] -2014-12-15 12:19:36 queue INFO 4 [575] -2014-12-15 12:19:37 queue INFO 0 [576] -2014-12-15 12:19:37 queue INFO 4 [577] -2014-12-15 12:19:37 queue INFO 0 [578] -2014-12-15 12:19:38 queue INFO 4 [579] -2014-12-15 12:19:38 queue INFO 0 [580] -2014-12-15 12:19:38 queue INFO 4 [581] -2014-12-15 12:19:39 queue INFO 0 [582] -2014-12-15 12:19:39 queue INFO 4 [583] -2014-12-15 12:19:39 queue INFO 0 [584] -2014-12-15 12:19:40 queue INFO 4 [585] -2014-12-15 12:19:40 queue INFO 0 [586] -2014-12-15 12:19:40 queue INFO 4 [587] -2014-12-15 12:19:40 queue INFO 0 [588] -2014-12-15 12:19:41 queue INFO 4 [589] -2014-12-15 12:19:41 queue INFO 0 [590] -2014-12-15 12:19:41 queue INFO 4 [591] -2014-12-15 12:19:42 queue INFO 0 [592] -2014-12-15 12:19:42 queue INFO 4 [593] -2014-12-15 12:19:42 queue INFO 0 [594] -2014-12-15 12:19:43 queue INFO 4 [595] -2014-12-15 12:19:43 queue INFO 0 [596] -2014-12-15 12:19:43 queue INFO 4 [597] -2014-12-15 12:19:44 queue INFO 0 [598] -2014-12-15 12:19:44 queue INFO 4 [599] -2014-12-15 12:19:45 queue INFO 0 [600] -2014-12-15 12:19:45 queue INFO 4 [601] -2014-12-15 12:19:45 queue INFO 0 [602] -2014-12-15 12:19:46 queue INFO 4 [603] -2014-12-15 12:19:46 queue INFO 0 [604] -2014-12-15 12:19:46 queue INFO 4 [605] -2014-12-15 12:19:47 queue INFO 0 [606] -2014-12-15 12:19:47 queue INFO 4 [607] -2014-12-15 12:19:47 queue INFO 0 [608] -2014-12-15 12:19:48 queue INFO 4 [609] -2014-12-15 12:19:48 queue INFO 0 [610] -2014-12-15 12:19:48 queue INFO 4 [611] -2014-12-15 12:19:49 queue INFO 0 [612] -2014-12-15 12:19:49 queue INFO 4 [613] -2014-12-15 12:19:49 queue INFO 0 [614] -2014-12-15 12:19:50 queue INFO 4 [615] -2014-12-15 12:19:50 queue INFO 0 [616] -2014-12-15 12:19:50 queue INFO 4 [617] -2014-12-15 12:19:51 queue INFO 0 [618] -2014-12-15 12:19:51 queue INFO 4 [619] -2014-12-15 12:19:51 queue INFO 0 [620] -2014-12-15 12:19:52 queue INFO 4 [621] -2014-12-15 12:19:52 queue INFO 0 [622] -2014-12-15 12:19:52 queue INFO 4 [623] -2014-12-15 12:19:53 queue INFO 0 [624] -2014-12-15 12:19:53 queue INFO 4 [625] -2014-12-15 12:19:53 queue INFO 0 [626] -2014-12-15 12:19:54 queue INFO 4 [627] -2014-12-15 12:19:54 queue INFO 0 [628] -2014-12-15 12:19:54 queue INFO 4 [629] -2014-12-15 12:19:54 queue INFO 0 [630] -2014-12-15 12:19:55 queue INFO 4 [631] -2014-12-15 12:19:55 queue INFO 0 [632] -2014-12-15 12:19:55 queue INFO 4 [633] -2014-12-15 12:19:56 queue INFO 0 [634] -2014-12-15 12:19:56 queue INFO 4 [635] -2014-12-15 12:19:57 queue INFO 0 [636] -2014-12-15 12:19:57 queue INFO 4 [637] -2014-12-15 12:19:57 queue INFO 0 [638] -2014-12-15 12:19:58 queue INFO 4 [639] -2014-12-15 12:19:58 queue INFO 0 [640] -2014-12-15 12:19:58 queue INFO 4 [641] -2014-12-15 12:19:58 queue INFO 0 [642] -2014-12-15 12:19:59 queue INFO 4 [643] -2014-12-15 12:19:59 queue INFO 0 [644] -2014-12-15 12:19:59 queue INFO 4 [645] -2014-12-15 12:20:00 queue INFO 0 [646] -2014-12-15 12:20:00 queue INFO 4 [647] -2014-12-15 12:20:00 queue INFO 0 [648] -2014-12-15 12:20:01 queue INFO 4 [649] -2014-12-15 12:20:01 queue INFO 0 [650] -2014-12-15 12:20:01 queue INFO 4 [651] -2014-12-15 12:20:02 queue INFO 0 [652] -2014-12-15 12:20:02 queue INFO 4 [653] -2014-12-15 12:20:02 queue INFO 0 [654] -2014-12-15 12:20:03 queue INFO 4 [655] -2014-12-15 12:20:03 queue INFO 0 [656] -2014-12-15 12:20:03 queue INFO 4 [657] -2014-12-15 12:20:04 queue INFO 0 [658] -2014-12-15 12:20:04 queue INFO 4 [659] -2014-12-15 12:20:04 queue INFO 0 [660] -2014-12-15 12:20:05 queue INFO 4 [661] -2014-12-15 12:20:05 queue INFO 0 [662] -2014-12-15 12:20:05 queue INFO 4 [663] -2014-12-15 12:20:06 queue INFO 0 [664] -2014-12-15 12:20:06 queue INFO 4 [665] -2014-12-15 12:20:06 queue INFO 0 [666] -2014-12-15 12:20:07 queue INFO 4 [667] -2014-12-15 12:20:07 queue INFO 0 [668] -2014-12-15 12:20:07 queue INFO 4 [669] -2014-12-15 12:20:08 queue INFO 0 [670] -2014-12-15 12:20:08 queue INFO 4 [671] -2014-12-15 12:20:08 queue INFO 0 [672] -2014-12-15 12:20:09 queue INFO 4 [673] -2014-12-15 12:20:09 queue INFO 0 [674] -2014-12-15 12:20:09 queue INFO 4 [675] -2014-12-15 12:20:10 queue INFO 0 [676] -2014-12-15 12:20:10 queue INFO 4 [677] -2014-12-15 12:20:10 queue INFO 0 [678] -2014-12-15 12:20:11 queue INFO 4 [679] -2014-12-15 12:20:11 queue INFO 0 [680] -2014-12-15 12:20:12 queue INFO 4 [681] -2014-12-15 12:20:12 queue INFO 0 [682] -2014-12-15 12:20:12 queue INFO 4 [683] -2014-12-15 12:20:13 queue INFO 0 [684] -2014-12-15 12:20:13 queue INFO 4 [685] -2014-12-15 12:20:13 queue INFO 0 [686] -2014-12-15 12:20:14 queue INFO 4 [687] -2014-12-15 12:20:14 queue INFO 0 [688] -2014-12-15 12:20:14 queue INFO 4 [689] -2014-12-15 12:20:15 queue INFO 0 [690] -2014-12-15 12:20:15 queue INFO 4 [691] -2014-12-15 12:20:15 queue INFO 0 [692] -2014-12-15 12:20:16 queue INFO 4 [693] -2014-12-15 12:20:16 queue INFO 0 [694] -2014-12-15 12:20:16 queue INFO 4 [695] -2014-12-15 12:20:16 queue INFO 0 [696] -2014-12-15 12:20:17 queue INFO 4 [697] -2014-12-15 12:20:17 queue INFO 0 [698] -2014-12-15 12:20:17 queue INFO 4 [699] -2014-12-15 12:20:18 queue INFO 0 [700] -2014-12-15 12:20:18 queue INFO 4 [701] -2014-12-15 12:20:18 queue INFO 0 [702] -2014-12-15 12:20:19 queue INFO 4 [703] -2014-12-15 12:20:19 queue INFO 0 [704] -2014-12-15 12:20:19 queue INFO 4 [705] -2014-12-15 12:20:20 queue INFO 0 [706] -2014-12-15 12:20:20 queue INFO 4 [707] -2014-12-15 12:20:20 queue INFO 0 [708] -2014-12-15 12:20:21 queue INFO 4 [709] -2014-12-15 12:20:21 queue INFO 0 [710] -2014-12-15 12:20:21 queue INFO 4 [711] -2014-12-15 12:20:22 queue INFO 0 [712] -2014-12-15 12:20:22 queue INFO 4 [713] -2014-12-15 12:20:22 queue INFO 0 [714] -2014-12-15 12:20:23 queue INFO 4 [715] -2014-12-15 12:20:23 queue INFO 0 [716] -2014-12-15 12:20:23 queue INFO 4 [717] -2014-12-15 12:20:24 queue INFO 0 [718] -2014-12-15 12:20:24 queue INFO 4 [719] -2014-12-15 12:20:24 queue INFO 0 [720] -2014-12-15 12:20:25 queue INFO 4 [721] -2014-12-15 12:20:25 queue INFO 0 [722] -2014-12-15 12:20:25 queue INFO 4 [723] -2014-12-15 12:20:26 queue INFO 0 [724] -2014-12-15 12:20:26 queue INFO 4 [725] -2014-12-15 12:20:26 queue INFO 0 [726] -2014-12-15 12:20:27 queue INFO 4 [727] -2014-12-15 12:20:27 queue INFO 0 [728] -2014-12-15 12:20:27 queue INFO 4 [729] -2014-12-15 12:20:27 queue INFO 0 [730] -2014-12-15 12:20:28 queue INFO 4 [731] -2014-12-15 12:20:28 queue INFO 0 [732] -2014-12-15 12:20:28 queue INFO 4 [733] -2014-12-15 12:20:29 queue INFO 0 [734] -2014-12-15 12:20:29 queue INFO 4 [735] -2014-12-15 12:20:29 queue INFO 0 [736] -2014-12-15 12:20:30 queue INFO 4 [737] -2014-12-15 12:20:30 queue INFO 0 [738] -2014-12-15 12:20:30 queue INFO 4 [739] -2014-12-15 12:20:31 queue INFO 0 [740] -2014-12-15 12:20:31 queue INFO 4 [741] -2014-12-15 12:20:31 queue INFO 0 [742] -2014-12-15 12:20:32 queue INFO 4 [743] -2014-12-15 12:20:32 queue INFO 0 [744] -2014-12-15 12:20:32 queue INFO 4 [745] -2014-12-15 12:20:33 queue INFO 0 [746] -2014-12-15 12:20:33 queue INFO 4 [747] -2014-12-15 12:20:33 queue INFO 0 [748] -2014-12-15 12:20:34 queue INFO 4 [749] -2014-12-15 12:20:34 queue INFO 0 [750] -2014-12-15 12:20:34 queue INFO 4 [751] -2014-12-15 12:20:35 queue INFO 0 [752] -2014-12-15 12:20:35 queue INFO 4 [753] -2014-12-15 12:20:35 queue INFO 0 [754] -2014-12-15 12:20:36 queue INFO 4 [755] -2014-12-15 12:20:36 queue INFO 0 [756] -2014-12-15 12:20:36 queue INFO 4 [757] -2014-12-15 12:20:37 queue INFO 0 [758] -2014-12-15 12:20:37 queue INFO 4 [759] -2014-12-15 12:20:37 queue INFO 0 [760] -2014-12-15 12:20:38 queue INFO 4 [761] -2014-12-15 12:20:38 queue INFO 0 [762] -2014-12-15 12:20:39 queue INFO 4 [763] -2014-12-15 12:20:39 queue INFO 0 [764] -2014-12-15 12:20:39 queue INFO 4 [765] -2014-12-15 12:20:39 queue INFO 0 [766] -2014-12-15 12:20:40 queue INFO 4 [767] -2014-12-15 12:20:40 queue INFO 0 [768] -2014-12-15 12:20:40 queue INFO 4 [769] -2014-12-15 12:20:41 queue INFO 0 [770] -2014-12-15 12:20:41 queue INFO 4 [771] -2014-12-15 12:20:41 queue INFO 0 [772] -2014-12-15 12:20:42 queue INFO 4 [773] -2014-12-15 12:20:42 queue INFO 0 [774] -2014-12-15 12:20:43 queue INFO 4 [775] -2014-12-15 12:20:43 queue INFO 0 [776] -2014-12-15 12:20:43 queue INFO 4 [777] -2014-12-15 12:20:44 queue INFO 0 [778] -2014-12-15 12:20:44 queue INFO 4 [779] -2014-12-15 12:20:44 queue INFO 0 [780] -2014-12-15 12:20:45 queue INFO 4 [781] -2014-12-15 12:20:45 queue INFO 0 [782] -2014-12-15 12:20:45 queue INFO 4 [783] -2014-12-15 12:20:46 queue INFO 0 [784] -2014-12-15 12:20:46 queue INFO 4 [785] -2014-12-15 12:20:46 queue INFO 0 [786] -2014-12-15 12:20:47 queue INFO 4 [787] -2014-12-15 12:20:47 queue INFO 0 [788] -2014-12-15 12:20:47 queue INFO 4 [789] -2014-12-15 12:20:48 queue INFO 0 [790] -2014-12-15 12:20:48 queue INFO 4 [791] -2014-12-15 12:20:48 queue INFO 0 [792] -2014-12-15 12:20:49 queue INFO 4 [793] -2014-12-15 12:20:49 queue INFO 0 [794] -2014-12-15 12:20:49 queue INFO 4 [795] -2014-12-15 12:20:50 queue INFO 0 [796] -2014-12-15 12:20:50 queue INFO 4 [797] -2014-12-15 12:20:50 queue INFO 0 [798] -2014-12-15 12:20:51 queue INFO 4 [799] -2014-12-15 12:20:51 queue INFO 0 [800] -2014-12-15 12:20:51 queue INFO 4 [801] -2014-12-15 12:20:51 queue INFO 0 [802] -2014-12-15 12:20:52 queue INFO 4 [803] -2014-12-15 12:20:52 queue INFO 0 [804] -2014-12-15 12:20:52 queue INFO 4 [805] -2014-12-15 12:20:53 queue INFO 0 [806] -2014-12-15 12:20:53 queue INFO 4 [807] -2014-12-15 12:20:53 queue INFO 0 [808] -2014-12-15 12:20:54 queue INFO 4 [809] -2014-12-15 12:20:54 queue INFO 0 [810] -2014-12-15 12:20:54 queue INFO 4 [811] -2014-12-15 12:20:55 queue INFO 0 [812] -2014-12-15 12:20:55 queue INFO 4 [813] -2014-12-15 12:20:55 queue INFO 0 [814] -2014-12-15 12:20:56 queue INFO 4 [815] -2014-12-15 12:20:56 queue INFO 0 [816] -2014-12-15 12:20:56 queue INFO 4 [817] -2014-12-15 12:20:57 queue INFO 0 [818] -2014-12-15 12:20:57 queue INFO 4 [819] -2014-12-15 12:20:57 queue INFO 0 [820] -2014-12-15 12:20:58 queue INFO 4 [821] -2014-12-15 12:20:58 queue INFO 0 [822] -2014-12-15 12:20:58 queue INFO 4 [823] -2014-12-15 12:20:59 queue INFO 0 [824] -2014-12-15 12:20:59 queue INFO 4 [825] -2014-12-15 12:20:59 queue INFO 0 [826] -2014-12-15 12:21:00 queue INFO 4 [827] -2014-12-15 12:21:00 queue INFO 0 [828] -2014-12-15 12:21:00 queue INFO 4 [829] -2014-12-15 12:21:01 queue INFO 0 [830] -2014-12-15 12:21:01 queue INFO 4 [831] -2014-12-15 12:21:01 queue INFO 0 [832] -2014-12-15 12:21:02 queue INFO 4 [833] -2014-12-15 12:21:02 queue INFO 0 [834] -2014-12-15 12:21:02 queue INFO 4 [835] -2014-12-15 12:21:03 queue INFO 0 [836] -2014-12-15 12:21:03 queue INFO 4 [837] -2014-12-15 12:21:03 queue INFO 0 [838] -2014-12-15 12:21:04 queue INFO 4 [839] -2014-12-15 12:21:04 queue INFO 0 [840] -2014-12-15 12:21:05 queue INFO 4 [841] -2014-12-15 12:21:05 queue INFO 0 [842] -2014-12-15 12:21:05 queue INFO 4 [843] -2014-12-15 12:21:06 queue INFO 0 [844] -2014-12-15 12:21:06 queue INFO 4 [845] -2014-12-15 12:21:06 queue INFO 0 [846] -2014-12-15 12:21:07 queue INFO 4 [847] -2014-12-15 12:21:07 queue INFO 0 [848] -2014-12-15 12:21:07 queue INFO 4 [849] -2014-12-15 12:21:08 queue INFO 0 [850] -2014-12-15 12:21:08 queue INFO 4 [851] -2014-12-15 12:21:08 queue INFO 0 [852] -2014-12-15 12:21:09 queue INFO 4 [853] -2014-12-15 12:21:09 queue INFO 0 [854] -2014-12-15 12:21:09 queue INFO 4 [855] -2014-12-15 12:21:09 queue INFO 0 [856] -2014-12-15 12:21:10 queue INFO 4 [857] -2014-12-15 12:21:10 queue INFO 0 [858] -2014-12-15 12:21:11 queue INFO 4 [859] -2014-12-15 12:21:11 queue INFO 0 [860] -2014-12-15 12:21:11 queue INFO 4 [861] -2014-12-15 12:21:11 queue INFO 0 [862] -2014-12-15 12:21:12 queue INFO 4 [863] -2014-12-15 12:21:12 queue INFO 0 [864] -2014-12-15 12:21:13 queue INFO 4 [865] -2014-12-15 12:21:13 queue INFO 0 [866] -2014-12-15 12:21:13 queue INFO 4 [867] -2014-12-15 12:21:13 queue INFO 0 [868] -2014-12-15 12:21:14 queue INFO 4 [869] -2014-12-15 12:21:14 queue INFO 0 [870] -2014-12-15 12:21:14 queue INFO 4 [871] -2014-12-15 12:21:15 queue INFO 0 [872] -2014-12-15 12:21:15 queue INFO 4 [873] -2014-12-15 12:21:15 queue INFO 0 [874] -2014-12-15 12:21:16 queue INFO 4 [875] -2014-12-15 12:21:16 queue INFO 0 [876] -2014-12-15 12:21:16 queue INFO 4 [877] -2014-12-15 12:21:17 queue INFO 0 [878] -2014-12-15 12:21:17 queue INFO 4 [879] -2014-12-15 12:21:17 queue INFO 0 [880] -2014-12-15 12:21:18 queue INFO 4 [881] -2014-12-15 12:21:18 queue INFO 0 [882] -2014-12-15 12:21:18 queue INFO 4 [883] -2014-12-15 12:21:19 queue INFO 0 [884] -2014-12-15 12:21:19 queue INFO 4 [885] -2014-12-15 12:21:19 queue INFO 0 [886] -2014-12-15 12:21:20 queue INFO 4 [887] -2014-12-15 12:21:20 queue INFO 0 [888] -2014-12-15 12:21:20 queue INFO 4 [889] -2014-12-15 12:21:21 queue INFO 0 [890] -2014-12-15 12:21:21 queue INFO 4 [891] -2014-12-15 12:21:21 queue INFO 0 [892] -2014-12-15 12:21:22 queue INFO 4 [893] -2014-12-15 12:21:22 queue INFO 0 [894] -2014-12-15 12:21:22 queue INFO 4 [895] -2014-12-15 12:21:23 queue INFO 0 [896] -2014-12-15 12:21:23 queue INFO 4 [897] -2014-12-15 12:21:23 queue INFO 0 [898] -2014-12-15 12:21:24 queue INFO 4 [899] -2014-12-15 12:21:24 queue INFO 0 [900] -2014-12-15 12:21:24 queue INFO 4 [901] -2014-12-15 12:21:25 queue INFO 0 [902] -2014-12-15 12:21:25 queue INFO 4 [903] -2014-12-15 12:21:25 queue INFO 0 [904] -2014-12-15 12:21:26 queue INFO 4 [905] -2014-12-15 12:21:26 queue INFO 0 [906] -2014-12-15 12:21:26 queue INFO 4 [907] -2014-12-15 12:21:27 queue INFO 0 [908] -2014-12-15 12:21:27 queue INFO 4 [909] -2014-12-15 12:21:27 queue INFO 0 [910] -2014-12-15 12:21:28 queue INFO 4 [911] -2014-12-15 12:21:28 queue INFO 0 [912] -2014-12-15 12:21:28 queue INFO 4 [913] -2014-12-15 12:21:29 queue INFO 0 [914] -2014-12-15 12:21:29 queue INFO 4 [915] -2014-12-15 12:21:29 queue INFO 0 [916] -2014-12-15 12:21:30 queue INFO 4 [917] -2014-12-15 12:21:30 queue INFO 0 [918] -2014-12-15 12:21:30 queue INFO 4 [919] -2014-12-15 12:21:30 queue INFO 0 [920] -2014-12-15 12:21:31 queue INFO 4 [921] -2014-12-15 12:21:31 queue INFO 0 [922] -2014-12-15 12:21:32 queue INFO 4 [923] -2014-12-15 12:21:32 queue INFO 0 [924] -2014-12-15 12:21:33 queue INFO 4 [925] -2014-12-15 12:21:33 queue INFO 0 [926] -2014-12-15 12:21:33 queue INFO 4 [927] -2014-12-15 12:21:34 queue INFO 0 [928] -2014-12-15 12:21:34 queue INFO 4 [929] -2014-12-15 12:21:34 queue INFO 0 [930] -2014-12-15 12:21:35 queue INFO 4 [931] -2014-12-15 12:21:35 queue INFO 0 [932] -2014-12-15 12:21:35 queue INFO 4 [933] -2014-12-15 12:21:36 queue INFO 0 [934] -2014-12-15 12:21:36 queue INFO 4 [935] -2014-12-15 12:21:36 queue INFO 0 [936] -2014-12-15 12:21:37 queue INFO 4 [937] -2014-12-15 12:21:37 queue INFO 0 [938] -2014-12-15 12:21:37 queue INFO 4 [939] -2014-12-15 12:21:38 queue INFO 0 [940] -2014-12-15 12:21:38 queue INFO 4 [941] -2014-12-15 12:21:38 queue INFO 0 [942] -2014-12-15 12:21:39 queue INFO 4 [943] -2014-12-15 12:21:39 queue INFO 0 [944] -2014-12-15 12:21:39 queue INFO 4 [945] -2014-12-15 12:21:40 queue INFO 0 [946] -2014-12-15 12:21:40 queue INFO 4 [947] -2014-12-15 12:21:40 queue INFO 0 [948] -2014-12-15 12:21:41 queue INFO 4 [949] -2014-12-15 12:21:41 queue INFO 0 [950] -2014-12-15 12:21:41 queue INFO 4 [951] -2014-12-15 12:21:42 queue INFO 0 [952] -2014-12-15 12:21:42 queue INFO 4 [953] -2014-12-15 12:21:42 queue INFO 0 [954] -2014-12-15 12:21:43 queue INFO 4 [955] -2014-12-15 12:21:43 queue INFO 0 [956] -2014-12-15 12:21:43 queue INFO 4 [957] -2014-12-15 12:21:44 queue INFO 0 [958] -2014-12-15 12:21:44 queue INFO 4 [959] -2014-12-15 12:21:44 queue INFO 0 [960] -2014-12-15 12:21:45 queue INFO 4 [961] -2014-12-15 12:21:45 queue INFO 0 [962] -2014-12-15 12:21:46 queue INFO 4 [963] -2014-12-15 12:21:46 queue INFO 0 [964] -2014-12-15 12:21:46 queue INFO 4 [965] -2014-12-15 12:21:47 queue INFO 0 [966] -2014-12-15 12:21:47 queue INFO 4 [967] -2014-12-15 12:21:47 queue INFO 0 [968] -2014-12-15 12:21:48 queue INFO 4 [969] -2014-12-15 12:21:48 queue INFO 0 [970] -2014-12-15 12:21:48 queue INFO 4 [971] -2014-12-15 12:21:49 queue INFO 0 [972] -2014-12-15 12:21:49 queue INFO 4 [973] -2014-12-15 12:21:49 queue INFO 0 [974] -2014-12-15 12:21:50 queue INFO 4 [975] -2014-12-15 12:21:50 queue INFO 0 [976] -2014-12-15 12:21:50 queue INFO 4 [977] -2014-12-15 12:21:51 queue INFO 0 [978] -2014-12-15 12:21:51 queue INFO 4 [979] -2014-12-15 12:21:51 queue INFO 0 [980] -2014-12-15 12:21:52 queue INFO 4 [981] -2014-12-15 12:21:52 queue INFO 0 [982] -2014-12-15 12:21:52 queue INFO 4 [983] -2014-12-15 12:21:53 queue INFO 0 [984] -2014-12-15 12:21:53 queue INFO 4 [985] -2014-12-15 12:21:53 queue INFO 0 [986] -2014-12-15 12:21:54 queue INFO 4 [987] -2014-12-15 12:21:54 queue INFO 0 [988] -2014-12-15 12:21:54 queue INFO 4 [989] -2014-12-15 12:21:55 queue INFO 0 [990] -2014-12-15 12:21:55 queue INFO 4 [991] -2014-12-15 12:21:55 queue INFO 0 [992] -2014-12-15 12:21:56 queue INFO 4 [993] -2014-12-15 12:21:56 queue INFO 0 [994] -2014-12-15 12:21:56 queue INFO 4 [995] -2014-12-15 12:21:57 queue INFO 0 [996] -2014-12-15 12:21:57 queue INFO 4 [997] -2014-12-15 12:21:58 queue INFO 0 [998] -2014-12-15 12:21:58 queue INFO 4 [999] -2014-12-15 12:21:58 queue INFO 0 [0] -2014-12-15 12:21:59 queue INFO 4 [1] -2014-12-15 12:21:59 queue INFO 0 [2] -2014-12-15 12:21:59 queue INFO 4 [3] -2014-12-15 12:21:59 queue INFO 0 [4] -2014-12-15 12:22:00 queue INFO 4 [5] -2014-12-15 12:22:00 queue INFO 0 [6] -2014-12-15 12:22:00 queue INFO 4 [7] -2014-12-15 12:22:01 queue INFO 0 [8] -2014-12-15 12:22:01 queue INFO 4 [9] -2014-12-15 12:22:01 queue INFO 0 [10] -2014-12-15 12:22:02 queue INFO 4 [11] -2014-12-15 12:22:02 queue INFO 0 [12] -2014-12-15 12:22:02 queue INFO 4 [13] -2014-12-15 12:22:03 queue INFO 0 [14] -2014-12-15 12:22:03 queue INFO 4 [15] -2014-12-15 12:22:03 queue INFO 0 [16] -2014-12-15 12:22:04 queue INFO 4 [17] -2014-12-15 12:22:05 queue INFO 0 [18] -2014-12-15 12:22:05 queue INFO 4 [19] -2014-12-15 12:22:05 queue INFO 0 [20] -2014-12-15 12:22:06 queue INFO 4 [21] -2014-12-15 12:22:06 queue INFO 0 [22] -2014-12-15 12:22:06 queue INFO 4 [23] -2014-12-15 12:22:07 queue INFO 0 [24] -2014-12-15 12:22:07 queue INFO 4 [25] -2014-12-15 12:22:07 queue INFO 0 [26] -2014-12-15 12:22:08 queue INFO 4 [27] -2014-12-15 12:22:08 queue INFO 0 [28] -2014-12-15 12:22:08 queue INFO 4 [29] -2014-12-15 12:22:09 queue INFO 0 [30] -2014-12-15 12:22:09 queue INFO 4 [31] -2014-12-15 12:22:09 queue INFO 0 [32] -2014-12-15 12:22:09 queue INFO 4 [33] -2014-12-15 12:22:10 queue INFO 0 [34] -2014-12-15 12:22:10 queue INFO 4 [35] -2014-12-15 12:22:10 queue INFO 0 [36] -2014-12-15 12:22:11 queue INFO 4 [37] -2014-12-15 12:22:11 queue INFO 0 [38] -2014-12-15 12:22:11 queue INFO 4 [39] -2014-12-15 12:22:12 queue INFO 0 [40] -2014-12-15 12:22:12 queue INFO 4 [41] -2014-12-15 12:22:12 queue INFO 0 [42] -2014-12-15 12:22:13 queue INFO 4 [43] -2014-12-15 12:22:13 queue INFO 0 [44] -2014-12-15 12:22:13 queue INFO 4 [45] -2014-12-15 12:22:14 queue INFO 0 [46] -2014-12-15 12:22:14 queue INFO 4 [47] -2014-12-15 12:22:14 queue INFO 0 [48] -2014-12-15 12:22:15 queue INFO 4 [49] -2014-12-15 12:22:15 queue INFO 0 [50] -2014-12-15 12:22:15 queue INFO 4 [51] -2014-12-15 12:22:16 queue INFO 0 [52] -2014-12-15 12:22:16 queue INFO 4 [53] -2014-12-15 12:22:16 queue INFO 0 [54] -2014-12-15 12:22:17 queue INFO 4 [55] -2014-12-15 12:22:17 queue INFO 0 [56] -2014-12-15 12:22:17 queue INFO 4 [57] -2014-12-15 12:22:18 queue INFO 0 [58] -2014-12-15 12:22:18 queue INFO 4 [59] -2014-12-15 12:22:18 queue INFO 0 [60] -2014-12-15 12:22:19 queue INFO 4 [61] -2014-12-15 12:22:19 queue INFO 0 [62] -2014-12-15 12:22:19 queue INFO 4 [63] -2014-12-15 12:22:20 queue INFO 0 [64] -2014-12-15 12:22:20 queue INFO 4 [65] -2014-12-15 12:22:20 queue INFO 0 [66] -2014-12-15 12:22:21 queue INFO 4 [67] -2014-12-15 12:22:21 queue INFO 0 [68] -2014-12-15 12:22:21 queue INFO 4 [69] -2014-12-15 12:22:22 queue INFO 0 [70] -2014-12-15 12:22:22 queue INFO 4 [71] -2014-12-15 12:22:22 queue INFO 0 [72] -2014-12-15 12:22:22 queue INFO 4 [73] -2014-12-15 12:22:23 queue INFO 0 [74] -2014-12-15 12:22:23 queue INFO 4 [75] -2014-12-15 12:22:23 queue INFO 0 [76] -2014-12-15 12:22:24 queue INFO 4 [77] -2014-12-15 12:22:24 queue INFO 0 [78] -2014-12-15 12:22:25 queue INFO 4 [79] -2014-12-15 12:22:25 queue INFO 0 [80] -2014-12-15 12:22:25 queue INFO 4 [81] -2014-12-15 12:22:26 queue INFO 0 [82] -2014-12-15 12:22:26 queue INFO 4 [83] -2014-12-15 12:22:26 queue INFO 0 [84] -2014-12-15 12:22:27 queue INFO 4 [85] -2014-12-15 12:22:27 queue INFO 0 [86] -2014-12-15 12:22:27 queue INFO 4 [87] -2014-12-15 12:22:28 queue INFO 0 [88] -2014-12-15 12:22:28 queue INFO 4 [89] -2014-12-15 12:22:28 queue INFO 0 [90] -2014-12-15 12:22:29 queue INFO 4 [91] -2014-12-15 12:22:29 queue INFO 0 [92] -2014-12-15 12:22:29 queue INFO 4 [93] -2014-12-15 12:22:30 queue INFO 0 [94] -2014-12-15 12:22:30 queue INFO 4 [95] -2014-12-15 12:22:30 queue INFO 0 [96] -2014-12-15 12:22:31 queue INFO 4 [97] -2014-12-15 12:22:31 queue INFO 0 [98] -2014-12-15 12:22:31 queue INFO 4 [99] -2014-12-15 12:22:32 queue INFO 0 [100] -2014-12-15 12:22:32 queue INFO 4 [101] -2014-12-15 12:22:32 queue INFO 0 [102] -2014-12-15 12:22:33 queue INFO 4 [103] -2014-12-15 12:22:33 queue INFO 0 [104] -2014-12-15 12:22:33 queue INFO 4 [105] -2014-12-15 12:22:33 queue INFO 0 [106] -2014-12-15 12:22:34 queue INFO 4 [107] -2014-12-15 12:22:34 queue INFO 0 [108] -2014-12-15 12:22:34 queue INFO 4 [109] -2014-12-15 12:22:35 queue INFO 0 [110] -2014-12-15 12:22:35 queue INFO 4 [111] -2014-12-15 12:22:35 queue INFO 0 [112] -2014-12-15 12:22:36 queue INFO 4 [113] -2014-12-15 12:22:36 queue INFO 0 [114] -2014-12-15 12:22:36 queue INFO 4 [115] -2014-12-15 12:22:37 queue INFO 0 [116] -2014-12-15 12:22:37 queue INFO 4 [117] -2014-12-15 12:22:37 queue INFO 0 [118] -2014-12-15 12:22:38 queue INFO 4 [119] -2014-12-15 12:22:38 queue INFO 0 [120] -2014-12-15 12:22:38 queue INFO 4 [121] -2014-12-15 12:22:39 queue INFO 0 [122] -2014-12-15 12:22:39 queue INFO 4 [123] -2014-12-15 12:22:39 queue INFO 0 [124] -2014-12-15 12:22:40 queue INFO 4 [125] -2014-12-15 12:22:40 queue INFO 0 [126] -2014-12-15 12:22:40 queue INFO 4 [127] -2014-12-15 12:22:41 queue INFO 0 [128] -2014-12-15 12:22:41 queue INFO 4 [129] -2014-12-15 12:22:41 queue INFO 0 [130] -2014-12-15 12:22:42 queue INFO 4 [131] -2014-12-15 12:22:42 queue INFO 0 [132] -2014-12-15 12:22:42 queue INFO 4 [133] -2014-12-15 12:22:43 queue INFO 0 [134] -2014-12-15 12:22:43 queue INFO 4 [135] -2014-12-15 12:22:43 queue INFO 0 [136] -2014-12-15 12:22:44 queue INFO 4 [137] -2014-12-15 12:22:44 queue INFO 0 [138] -2014-12-15 12:22:44 queue INFO 4 [139] -2014-12-15 12:22:45 queue INFO 0 [140] -2014-12-15 12:22:45 queue INFO 4 [141] -2014-12-15 12:22:45 queue INFO 0 [142] -2014-12-15 12:22:46 queue INFO 4 [143] -2014-12-15 12:22:46 queue INFO 0 [144] -2014-12-15 12:22:46 queue INFO 4 [145] -2014-12-15 12:22:47 queue INFO 0 [146] -2014-12-15 12:22:47 queue INFO 4 [147] -2014-12-15 12:22:47 queue INFO 0 [148] -2014-12-15 12:22:48 queue INFO 4 [149] -2014-12-15 12:22:48 queue INFO 0 [150] -2014-12-15 12:22:48 queue INFO 4 [151] -2014-12-15 12:22:49 queue INFO 0 [152] -2014-12-15 12:22:49 queue INFO 4 [153] -2014-12-15 12:22:49 queue INFO 0 [154] -2014-12-15 12:22:50 queue INFO 4 [155] -2014-12-15 12:22:50 queue INFO 0 [156] -2014-12-15 12:22:50 queue INFO 4 [157] -2014-12-15 12:22:50 queue INFO 0 [158] -2014-12-15 12:22:51 queue INFO 4 [159] -2014-12-15 12:22:51 queue INFO 0 [160] -2014-12-15 12:22:51 queue INFO 4 [161] -2014-12-15 12:22:52 queue INFO 0 [162] -2014-12-15 12:22:52 queue INFO 4 [163] -2014-12-15 12:22:53 queue INFO 0 [164] -2014-12-15 12:22:53 queue INFO 4 [165] -2014-12-15 12:22:53 queue INFO 0 [166] -2014-12-15 12:22:54 queue INFO 4 [167] -2014-12-15 12:22:54 queue INFO 0 [168] -2014-12-15 12:22:54 queue INFO 4 [169] -2014-12-15 12:22:55 queue INFO 0 [170] -2014-12-15 12:22:55 queue INFO 4 [171] -2014-12-15 12:22:55 queue INFO 0 [172] -2014-12-15 12:22:56 queue INFO 4 [173] -2014-12-15 12:22:56 queue INFO 0 [174] -2014-12-15 12:22:56 queue INFO 4 [175] -2014-12-15 12:22:57 queue INFO 0 [176] -2014-12-15 12:22:57 queue INFO 4 [177] -2014-12-15 12:22:57 queue INFO 0 [178] -2014-12-15 12:22:58 queue INFO 4 [179] -2014-12-15 12:22:58 queue INFO 0 [180] -2014-12-15 12:22:58 queue INFO 4 [181] -2014-12-15 12:22:59 queue INFO 0 [182] -2014-12-15 12:22:59 queue INFO 4 [183] -2014-12-15 12:22:59 queue INFO 0 [184] -2014-12-15 12:23:00 queue INFO 4 [185] -2014-12-15 12:23:00 queue INFO 0 [186] -2014-12-15 12:23:00 queue INFO 4 [187] -2014-12-15 12:23:01 queue INFO 0 [188] -2014-12-15 12:23:01 queue INFO 4 [189] -2014-12-15 12:23:01 queue INFO 0 [190] -2014-12-15 12:23:02 queue INFO 4 [191] -2014-12-15 12:23:02 queue INFO 0 [192] -2014-12-15 12:23:02 queue INFO 4 [193] -2014-12-15 12:23:03 queue INFO 0 [194] -2014-12-15 12:23:03 queue INFO 4 [195] -2014-12-15 12:23:03 queue INFO 0 [196] -2014-12-15 12:23:04 queue INFO 4 [197] -2014-12-15 12:23:04 queue INFO 0 [198] -2014-12-15 12:23:04 queue INFO 4 [199] -2014-12-15 12:23:05 queue INFO 0 [200] -2014-12-15 12:23:05 queue INFO 4 [201] -2014-12-15 12:23:05 queue INFO 0 [202] -2014-12-15 12:23:06 queue INFO 4 [203] -2014-12-15 12:23:06 queue INFO 0 [204] -2014-12-15 12:23:06 queue INFO 4 [205] -2014-12-15 12:23:06 queue INFO 0 [206] -2014-12-15 12:23:07 queue INFO 4 [207] -2014-12-15 12:23:07 queue INFO 0 [208] -2014-12-15 12:23:07 queue INFO 4 [209] -2014-12-15 12:23:08 queue INFO 0 [210] -2014-12-15 12:23:09 queue INFO 4 [211] -2014-12-15 12:23:09 queue INFO 0 [212] -2014-12-15 12:23:09 queue INFO 4 [213] -2014-12-15 12:23:10 queue INFO 0 [214] -2014-12-15 12:23:10 queue INFO 4 [215] -2014-12-15 12:23:10 queue INFO 0 [216] -2014-12-15 12:23:11 queue INFO 4 [217] -2014-12-15 12:23:11 queue INFO 0 [218] -2014-12-15 12:23:11 queue INFO 4 [219] -2014-12-15 12:23:11 queue INFO 0 [220] -2014-12-15 12:23:12 queue INFO 4 [221] -2014-12-15 12:23:12 queue INFO 0 [222] -2014-12-15 12:23:12 queue INFO 4 [223] -2014-12-15 12:23:13 queue INFO 0 [224] -2014-12-15 12:23:13 queue INFO 4 [225] -2014-12-15 12:23:13 queue INFO 0 [226] -2014-12-15 12:23:14 queue INFO 4 [227] -2014-12-15 12:23:14 queue INFO 0 [228] -2014-12-15 12:23:14 queue INFO 4 [229] -2014-12-15 12:23:15 queue INFO 0 [230] -2014-12-15 12:23:15 queue INFO 4 [231] -2014-12-15 12:23:15 queue INFO 0 [232] -2014-12-15 12:23:16 queue INFO 4 [233] -2014-12-15 12:23:16 queue INFO 0 [234] -2014-12-15 12:23:16 queue INFO 4 [235] -2014-12-15 12:23:17 queue INFO 0 [236] -2014-12-15 12:23:17 queue INFO 4 [237] -2014-12-15 12:23:18 queue INFO 0 [238] -2014-12-15 12:23:18 queue INFO 4 [239] -2014-12-15 12:23:18 queue INFO 0 [240] -2014-12-15 12:23:19 queue INFO 4 [241] -2014-12-15 12:23:19 queue INFO 0 [242] -2014-12-15 12:23:19 queue INFO 4 [243] -2014-12-15 12:23:20 queue INFO 0 [244] -2014-12-15 12:23:20 queue INFO 4 [245] -2014-12-15 12:23:20 queue INFO 0 [246] -2014-12-15 12:23:21 queue INFO 4 [247] -2014-12-15 12:23:21 queue INFO 0 [248] -2014-12-15 12:23:21 queue INFO 4 [249] -2014-12-15 12:23:22 queue INFO 0 [250] -2014-12-15 12:23:22 queue INFO 4 [251] -2014-12-15 12:23:22 queue INFO 0 [252] -2014-12-15 12:23:23 queue INFO 4 [253] -2014-12-15 12:23:23 queue INFO 0 [254] -2014-12-15 12:23:23 queue INFO 4 [255] -2014-12-15 12:23:24 queue INFO 0 [256] -2014-12-15 12:23:24 queue INFO 4 [257] -2014-12-15 12:23:24 queue INFO 0 [258] -2014-12-15 12:23:25 queue INFO 4 [259] -2014-12-15 12:23:25 queue INFO 0 [260] -2014-12-15 12:23:25 queue INFO 4 [261] -2014-12-15 12:23:26 queue INFO 0 [262] -2014-12-15 12:23:26 queue INFO 4 [263] -2014-12-15 12:23:26 queue INFO 0 [264] -2014-12-15 12:23:27 queue INFO 4 [265] -2014-12-15 12:23:27 queue INFO 0 [266] -2014-12-15 12:23:27 queue INFO 4 [267] -2014-12-15 12:23:28 queue INFO 0 [268] -2014-12-15 12:23:28 queue INFO 4 [269] -2014-12-15 12:23:28 queue INFO 0 [270] -2014-12-15 12:23:29 queue INFO 4 [271] -2014-12-15 12:23:29 queue INFO 0 [272] -2014-12-15 12:23:29 queue INFO 4 [273] -2014-12-15 12:23:30 queue INFO 0 [274] -2014-12-15 12:23:30 queue INFO 4 [275] -2014-12-15 12:23:30 queue INFO 0 [276] -2014-12-15 12:23:31 queue INFO 4 [277] -2014-12-15 12:23:31 queue INFO 0 [278] -2014-12-15 12:23:31 queue INFO 4 [279] -2014-12-15 12:23:32 queue INFO 0 [280] -2014-12-15 12:23:32 queue INFO 4 [281] -2014-12-15 12:23:32 queue INFO 0 [282] -2014-12-15 12:23:33 queue INFO 4 [283] -2014-12-15 12:23:33 queue INFO 0 [284] -2014-12-15 12:23:33 queue INFO 4 [285] -2014-12-15 12:23:34 queue INFO 0 [286] -2014-12-15 12:23:34 queue INFO 4 [287] -2014-12-15 12:23:34 queue INFO 0 [288] -2014-12-15 12:23:34 queue INFO 4 [289] -2014-12-15 12:23:35 queue INFO 0 [290] -2014-12-15 12:23:35 queue INFO 4 [291] -2014-12-15 12:23:35 queue INFO 0 [292] -2014-12-15 12:23:36 queue INFO 4 [293] -2014-12-15 12:23:36 queue INFO 0 [294] -2014-12-15 12:23:36 queue INFO 4 [295] -2014-12-15 12:23:37 queue INFO 0 [296] -2014-12-15 12:23:37 queue INFO 4 [297] -2014-12-15 12:23:37 queue INFO 0 [298] -2014-12-15 12:23:38 queue INFO 4 [299] -2014-12-15 12:23:38 queue INFO 0 [300] -2014-12-15 12:23:38 queue INFO 4 [301] -2014-12-15 12:23:39 queue INFO 0 [302] -2014-12-15 12:23:39 queue INFO 4 [303] -2014-12-15 12:23:39 queue INFO 0 [304] -2014-12-15 12:23:40 queue INFO 4 [305] -2014-12-15 12:23:40 queue INFO 0 [306] -2014-12-15 12:23:40 queue INFO 4 [307] -2014-12-15 12:23:41 queue INFO 0 [308] -2014-12-15 12:23:41 queue INFO 4 [309] -2014-12-15 12:23:41 queue INFO 0 [310] -2014-12-15 12:23:42 queue INFO 4 [311] -2014-12-15 12:23:42 queue INFO 0 [312] -2014-12-15 12:23:42 queue INFO 4 [313] -2014-12-15 12:23:43 queue INFO 0 [314] -2014-12-15 12:23:43 queue INFO 4 [315] -2014-12-15 12:23:44 queue INFO 0 [316] -2014-12-15 12:23:44 queue INFO 4 [317] -2014-12-15 12:23:44 queue INFO 0 [318] -2014-12-15 12:23:45 queue INFO 4 [319] -2014-12-15 12:23:45 queue INFO 0 [320] -2014-12-15 12:23:45 queue INFO 4 [321] -2014-12-15 12:23:46 queue INFO 0 [322] -2014-12-15 12:23:46 queue INFO 4 [323] -2014-12-15 12:23:46 queue INFO 0 [324] -2014-12-15 12:23:47 queue INFO 4 [325] -2014-12-15 12:23:47 queue INFO 0 [326] -2014-12-15 12:23:47 queue INFO 4 [327] -2014-12-15 12:23:47 queue INFO 0 [328] -2014-12-15 12:23:48 queue INFO 4 [329] -2014-12-15 12:23:48 queue INFO 0 [330] -2014-12-15 12:23:49 queue INFO 4 [331] -2014-12-15 12:23:49 queue INFO 0 [332] -2014-12-15 12:23:49 queue INFO 4 [333] -2014-12-15 12:23:49 queue INFO 0 [334] -2014-12-15 12:23:50 queue INFO 4 [335] -2014-12-15 12:23:50 queue INFO 0 [336] -2014-12-15 12:23:50 queue INFO 4 [337] -2014-12-15 12:23:51 queue INFO 0 [338] -2014-12-15 12:23:51 queue INFO 4 [339] -2014-12-15 12:23:51 queue INFO 0 [340] -2014-12-15 12:23:52 queue INFO 4 [341] -2014-12-15 12:23:52 queue INFO 0 [342] -2014-12-15 12:23:52 queue INFO 4 [343] -2014-12-15 12:23:53 queue INFO 0 [344] -2014-12-15 12:23:53 queue INFO 4 [345] -2014-12-15 12:23:53 queue INFO 0 [346] -2014-12-15 12:23:54 queue INFO 4 [347] -2014-12-15 12:23:54 queue INFO 0 [348] -2014-12-15 12:23:54 queue INFO 4 [349] -2014-12-15 12:23:55 queue INFO 0 [350] -2014-12-15 12:23:55 queue INFO 4 [351] -2014-12-15 12:23:55 queue INFO 0 [352] -2014-12-15 12:23:56 queue INFO 4 [353] -2014-12-15 12:23:56 queue INFO 0 [354] -2014-12-15 12:23:56 queue INFO 4 [355] -2014-12-15 12:23:57 queue INFO 0 [356] -2014-12-15 12:23:57 queue INFO 4 [357] -2014-12-15 12:23:57 queue INFO 0 [358] -2014-12-15 12:23:58 queue INFO 4 [359] -2014-12-15 12:23:58 queue INFO 0 [360] -2014-12-15 12:23:58 queue INFO 4 [361] -2014-12-15 12:23:59 queue INFO 0 [362] -2014-12-15 12:23:59 queue INFO 4 [363] -2014-12-15 12:23:59 queue INFO 0 [364] -2014-12-15 12:24:00 queue INFO 4 [365] -2014-12-15 12:24:00 queue INFO 0 [366] -2014-12-15 12:24:00 queue INFO 4 [367] -2014-12-15 12:24:01 queue INFO 0 [368] -2014-12-15 12:24:01 queue INFO 4 [369] -2014-12-15 12:24:01 queue INFO 0 [370] -2014-12-15 12:24:02 queue INFO 4 [371] -2014-12-15 12:24:02 queue INFO 0 [372] -2014-12-15 12:24:02 queue INFO 4 [373] -2014-12-15 12:24:03 queue INFO 0 [374] -2014-12-15 12:24:03 queue INFO 4 [375] -2014-12-15 12:24:03 queue INFO 0 [376] -2014-12-15 12:24:04 queue INFO 4 [377] -2014-12-15 12:24:04 queue INFO 0 [378] -2014-12-15 12:24:04 queue INFO 4 [379] -2014-12-15 12:24:05 queue INFO 0 [380] -2014-12-15 12:24:05 queue INFO 4 [381] -2014-12-15 12:24:05 queue INFO 0 [382] -2014-12-15 12:24:06 queue INFO 4 [383] -2014-12-15 12:24:06 queue INFO 0 [384] -2014-12-15 12:24:06 queue INFO 4 [385] -2014-12-15 12:24:06 queue INFO 0 [386] -2014-12-15 12:24:07 queue INFO 4 [387] -2014-12-15 12:24:07 queue INFO 0 [388] -2014-12-15 12:24:07 queue INFO 4 [389] -2014-12-15 12:24:08 queue INFO 0 [390] -2014-12-15 12:24:08 queue INFO 4 [391] -2014-12-15 12:24:08 queue INFO 0 [392] -2014-12-15 12:24:09 queue INFO 4 [393] -2014-12-15 12:24:09 queue INFO 0 [394] -2014-12-15 12:24:09 queue INFO 4 [395] -2014-12-15 12:24:10 queue INFO 0 [396] -2014-12-15 12:24:10 queue INFO 4 [397] -2014-12-15 12:24:11 queue INFO 0 [398] -2014-12-15 12:24:11 queue INFO 4 [399] -2014-12-15 12:24:11 queue INFO 0 [400] -2014-12-15 12:24:12 queue INFO 4 [401] -2014-12-15 12:24:12 queue INFO 0 [402] -2014-12-15 12:24:12 queue INFO 4 [403] -2014-12-15 12:24:13 queue INFO 0 [404] -2014-12-15 12:24:13 queue INFO 4 [405] -2014-12-15 12:24:13 queue INFO 0 [406] -2014-12-15 12:24:14 queue INFO 4 [407] -2014-12-15 12:24:14 queue INFO 0 [408] -2014-12-15 12:24:14 queue INFO 4 [409] -2014-12-15 12:24:15 queue INFO 0 [410] -2014-12-15 12:24:15 queue INFO 4 [411] -2014-12-15 12:24:15 queue INFO 0 [412] -2014-12-15 12:24:16 queue INFO 4 [413] -2014-12-15 12:24:16 queue INFO 0 [414] -2014-12-15 12:24:16 queue INFO 4 [415] -2014-12-15 12:24:17 queue INFO 0 [416] -2014-12-15 12:24:17 queue INFO 4 [417] -2014-12-15 12:24:17 queue INFO 0 [418] -2014-12-15 12:24:18 queue INFO 4 [419] -2014-12-15 12:24:18 queue INFO 0 [420] -2014-12-15 12:24:18 queue INFO 4 [421] -2014-12-15 12:24:19 queue INFO 0 [422] -2014-12-15 12:24:19 queue INFO 4 [423] -2014-12-15 12:24:19 queue INFO 0 [424] -2014-12-15 12:24:20 queue INFO 4 [425] -2014-12-15 12:24:20 queue INFO 0 [426] -2014-12-15 12:24:20 queue INFO 4 [427] -2014-12-15 12:24:20 queue INFO 0 [428] -2014-12-15 12:24:21 queue INFO 4 [429] -2014-12-15 12:24:21 queue INFO 0 [430] -2014-12-15 12:24:21 queue INFO 4 [431] -2014-12-15 12:24:22 queue INFO 0 [432] -2014-12-15 12:24:22 queue INFO 4 [433] -2014-12-15 12:24:22 queue INFO 0 [434] -2014-12-15 12:24:23 queue INFO 4 [435] -2014-12-15 12:24:23 queue INFO 0 [436] -2014-12-15 12:24:23 queue INFO 4 [437] -2014-12-15 12:24:24 queue INFO 0 [438] -2014-12-15 12:24:24 queue INFO 4 [439] -2014-12-15 12:24:24 queue INFO 0 [440] -2014-12-15 12:24:25 queue INFO 4 [441] -2014-12-15 12:24:25 queue INFO 0 [442] -2014-12-15 12:24:25 queue INFO 4 [443] -2014-12-15 12:24:26 queue INFO 0 [444] -2014-12-15 12:24:26 queue INFO 4 [445] -2014-12-15 12:24:26 queue INFO 0 [446] -2014-12-15 12:24:27 queue INFO 4 [447] -2014-12-15 12:24:27 queue INFO 0 [448] -2014-12-15 12:24:27 queue INFO 4 [449] -2014-12-15 12:24:28 queue INFO 0 [450] -2014-12-15 12:24:28 queue INFO 4 [451] -2014-12-15 12:24:28 queue INFO 0 [452] -2014-12-15 12:24:29 queue INFO 4 [453] -2014-12-15 12:24:29 queue INFO 0 [454] -2014-12-15 12:24:29 queue INFO 4 [455] -2014-12-15 12:24:30 queue INFO 0 [456] -2014-12-15 12:24:30 queue INFO 4 [457] -2014-12-15 12:24:30 queue INFO 0 [458] -2014-12-15 12:24:31 queue INFO 4 [459] -2014-12-15 12:24:31 queue INFO 0 [460] -2014-12-15 12:24:31 queue INFO 4 [461] -2014-12-15 12:24:32 queue INFO 0 [462] -2014-12-15 12:24:32 queue INFO 4 [463] -2014-12-15 12:24:32 queue INFO 0 [464] -2014-12-15 12:24:33 queue INFO 4 [465] -2014-12-15 12:24:33 queue INFO 0 [466] -2014-12-15 12:24:33 queue INFO 4 [467] -2014-12-15 12:24:34 queue INFO 0 [468] -2014-12-15 12:24:34 queue INFO 4 [469] -2014-12-15 12:24:34 queue INFO 0 [470] -2014-12-15 12:24:35 queue INFO 4 [471] -2014-12-15 12:24:35 queue INFO 0 [472] -2014-12-15 12:24:35 queue INFO 4 [473] -2014-12-15 12:24:36 queue INFO 0 [474] -2014-12-15 12:24:36 queue INFO 4 [475] -2014-12-15 12:24:36 queue INFO 0 [476] -2014-12-15 12:24:37 queue INFO 4 [477] -2014-12-15 12:24:37 queue INFO 0 [478] -2014-12-15 12:24:38 queue INFO 4 [479] -2014-12-15 12:24:38 queue INFO 0 [480] -2014-12-15 12:24:38 queue INFO 4 [481] -2014-12-15 12:24:38 queue INFO 0 [482] -2014-12-15 12:24:39 queue INFO 4 [483] -2014-12-15 12:24:39 queue INFO 0 [484] -2014-12-15 12:24:39 queue INFO 4 [485] -2014-12-15 12:24:40 queue INFO 0 [486] -2014-12-15 12:24:40 queue INFO 4 [487] -2014-12-15 12:24:40 queue INFO 0 [488] -2014-12-15 12:24:41 queue INFO 4 [489] -2014-12-15 12:24:41 queue INFO 0 [490] -2014-12-15 12:24:41 queue INFO 4 [491] -2014-12-15 12:24:42 queue INFO 0 [492] -2014-12-15 12:24:42 queue INFO 4 [493] -2014-12-15 12:24:42 queue INFO 0 [494] -2014-12-15 12:24:43 queue INFO 4 [495] -2014-12-15 12:24:43 queue INFO 0 [496] -2014-12-15 12:24:43 queue INFO 4 [497] -2014-12-15 12:24:44 queue INFO 0 [498] -2014-12-15 12:24:44 queue INFO 4 [499] -2014-12-15 12:24:44 queue INFO 0 [500] -2014-12-15 12:24:45 queue INFO 4 [501] -2014-12-15 12:24:45 queue INFO 0 [502] -2014-12-15 12:24:45 queue INFO 4 [503] -2014-12-15 12:24:46 queue INFO 0 [504] -2014-12-15 12:24:46 queue INFO 4 [505] -2014-12-15 12:24:46 queue INFO 0 [506] -2014-12-15 12:24:47 queue INFO 4 [507] -2014-12-15 12:24:47 queue INFO 0 [508] -2014-12-15 12:24:47 queue INFO 4 [509] -2014-12-15 12:24:48 queue INFO 0 [510] -2014-12-15 12:24:48 queue INFO 4 [511] -2014-12-15 12:24:48 queue INFO 0 [512] -2014-12-15 12:24:49 queue INFO 4 [513] -2014-12-15 12:24:49 queue INFO 0 [514] -2014-12-15 12:24:49 queue INFO 4 [515] -2014-12-15 12:24:50 queue INFO 0 [516] -2014-12-15 12:24:50 queue INFO 4 [517] -2014-12-15 12:24:50 queue INFO 0 [518] -2014-12-15 12:24:51 queue INFO 4 [519] -2014-12-15 12:24:51 queue INFO 0 [520] -2014-12-15 12:24:51 queue INFO 4 [521] -2014-12-15 12:24:52 queue INFO 0 [522] -2014-12-15 12:24:52 queue INFO 4 [523] -2014-12-15 12:24:52 queue INFO 0 [524] -2014-12-15 12:24:53 queue INFO 4 [525] -2014-12-15 12:24:53 queue INFO 0 [526] -2014-12-15 12:24:53 queue INFO 4 [527] -2014-12-15 12:24:54 queue INFO 0 [528] -2014-12-15 12:24:54 queue INFO 4 [529] -2014-12-15 12:24:54 queue INFO 0 [530] -2014-12-15 12:24:55 queue INFO 4 [531] -2014-12-15 12:24:55 queue INFO 0 [532] -2014-12-15 12:24:55 queue INFO 4 [533] -2014-12-15 12:24:56 queue INFO 0 [534] -2014-12-15 12:24:56 queue INFO 4 [535] -2014-12-15 12:24:56 queue INFO 0 [536] -2014-12-15 12:24:57 queue INFO 4 [537] -2014-12-15 12:24:57 queue INFO 0 [538] -2014-12-15 12:24:57 queue INFO 4 [539] -2014-12-15 12:24:58 queue INFO 0 [540] -2014-12-15 12:24:58 queue INFO 4 [541] -2014-12-15 12:24:58 queue INFO 0 [542] -2014-12-15 12:24:59 queue INFO 4 [543] -2014-12-15 12:24:59 queue INFO 0 [544] -2014-12-15 12:24:59 queue INFO 4 [545] -2014-12-15 12:25:00 queue INFO 0 [546] -2014-12-15 12:25:00 queue INFO 4 [547] -2014-12-15 12:25:00 queue INFO 0 [548] -2014-12-15 12:25:01 queue INFO 4 [549] -2014-12-15 12:25:01 queue INFO 0 [550] -2014-12-15 12:25:01 queue INFO 4 [551] -2014-12-15 12:25:02 queue INFO 0 [552] -2014-12-15 12:25:02 queue INFO 4 [553] -2014-12-15 12:25:02 queue INFO 0 [554] -2014-12-15 12:25:03 queue INFO 4 [555] -2014-12-15 12:25:03 queue INFO 0 [556] -2014-12-15 12:25:03 queue INFO 4 [557] -2014-12-15 12:25:04 queue INFO 0 [558] -2014-12-15 12:25:04 queue INFO 4 [559] -2014-12-15 12:25:04 queue INFO 0 [560] -2014-12-15 12:25:05 queue INFO 4 [561] -2014-12-15 12:25:05 queue INFO 0 [562] -2014-12-15 12:25:05 queue INFO 4 [563] -2014-12-15 12:25:06 queue INFO 0 [564] -2014-12-15 12:25:06 queue INFO 4 [565] -2014-12-15 12:25:06 queue INFO 0 [566] -2014-12-15 12:25:07 queue INFO 4 [567] -2014-12-15 12:25:07 queue INFO 0 [568] -2014-12-15 12:25:07 queue INFO 4 [569] -2014-12-15 12:25:08 queue INFO 0 [570] -2014-12-15 12:25:08 queue INFO 4 [571] -2014-12-15 12:25:08 queue INFO 0 [572] -2014-12-15 12:25:09 queue INFO 4 [573] -2014-12-15 12:25:09 queue INFO 0 [574] -2014-12-15 12:25:09 queue INFO 4 [575] -2014-12-15 12:25:10 queue INFO 0 [576] -2014-12-15 12:25:10 queue INFO 4 [577] -2014-12-15 12:25:10 queue INFO 0 [578] -2014-12-15 12:25:11 queue INFO 4 [579] -2014-12-15 12:25:11 queue INFO 0 [580] -2014-12-15 12:25:11 queue INFO 4 [581] -2014-12-15 12:25:12 queue INFO 0 [582] -2014-12-15 12:25:12 queue INFO 4 [583] -2014-12-15 12:25:12 queue INFO 0 [584] -2014-12-15 12:25:13 queue INFO 4 [585] -2014-12-15 12:25:13 queue INFO 0 [586] -2014-12-15 12:25:13 queue INFO 4 [587] -2014-12-15 12:25:14 queue INFO 0 [588] -2014-12-15 12:25:14 queue INFO 4 [589] -2014-12-15 12:25:14 queue INFO 0 [590] -2014-12-15 12:25:15 queue INFO 4 [591] -2014-12-15 12:25:15 queue INFO 0 [592] -2014-12-15 12:25:15 queue INFO 4 [593] -2014-12-15 12:25:16 queue INFO 0 [594] -2014-12-15 12:25:16 queue INFO 4 [595] -2014-12-15 12:25:16 queue INFO 0 [596] -2014-12-15 12:25:17 queue INFO 4 [597] -2014-12-15 12:25:17 queue INFO 0 [598] -2014-12-15 12:25:17 queue INFO 4 [599] -2014-12-15 12:25:18 queue INFO 0 [600] -2014-12-15 12:25:18 queue INFO 4 [601] -2014-12-15 12:25:18 queue INFO 0 [602] -2014-12-15 12:25:19 queue INFO 4 [603] -2014-12-15 12:25:19 queue INFO 0 [604] -2014-12-15 12:25:19 queue INFO 4 [605] -2014-12-15 12:25:20 queue INFO 0 [606] -2014-12-15 12:25:20 queue INFO 4 [607] -2014-12-15 12:25:20 queue INFO 0 [608] -2014-12-15 12:25:21 queue INFO 4 [609] -2014-12-15 12:25:21 queue INFO 0 [610] -2014-12-15 12:25:21 queue INFO 4 [611] -2014-12-15 12:25:22 queue INFO 0 [612] -2014-12-15 12:25:22 queue INFO 4 [613] -2014-12-15 12:25:22 queue INFO 0 [614] -2014-12-15 12:25:23 queue INFO 4 [615] -2014-12-15 12:25:23 queue INFO 0 [616] -2014-12-15 12:25:23 queue INFO 4 [617] -2014-12-15 12:25:24 queue INFO 0 [618] -2014-12-15 12:25:24 queue INFO 4 [619] -2014-12-15 12:25:24 queue INFO 0 [620] -2014-12-15 12:25:25 queue INFO 4 [621] -2014-12-15 12:25:25 queue INFO 0 [622] -2014-12-15 12:25:25 queue INFO 4 [623] -2014-12-15 12:25:26 queue INFO 0 [624] -2014-12-15 12:25:26 queue INFO 4 [625] -2014-12-15 12:25:26 queue INFO 0 [626] -2014-12-15 12:25:27 queue INFO 4 [627] -2014-12-15 12:25:27 queue INFO 0 [628] -2014-12-15 12:25:27 queue INFO 4 [629] -2014-12-15 12:25:28 queue INFO 0 [630] -2014-12-15 12:25:28 queue INFO 4 [631] -2014-12-15 12:25:28 queue INFO 0 [632] -2014-12-15 12:25:29 queue INFO 4 [633] -2014-12-15 12:25:29 queue INFO 0 [634] -2014-12-15 12:25:29 queue INFO 4 [635] -2014-12-15 12:25:29 queue INFO 0 [636] -2014-12-15 12:25:30 queue INFO 4 [637] -2014-12-15 12:25:30 queue INFO 0 [638] -2014-12-15 12:25:30 queue INFO 4 [639] -2014-12-15 12:25:31 queue INFO 0 [640] -2014-12-15 12:25:31 queue INFO 4 [641] -2014-12-15 12:25:32 queue INFO 0 [642] -2014-12-15 12:25:32 queue INFO 4 [643] -2014-12-15 12:25:32 queue INFO 0 [644] -2014-12-15 12:25:33 queue INFO 4 [645] -2014-12-15 12:25:33 queue INFO 0 [646] -2014-12-15 12:25:33 queue INFO 4 [647] -2014-12-15 12:25:34 queue INFO 0 [648] -2014-12-15 12:25:34 queue INFO 4 [649] -2014-12-15 12:25:34 queue INFO 0 [650] -2014-12-15 12:25:35 queue INFO 4 [651] -2014-12-15 12:25:35 queue INFO 0 [652] -2014-12-15 12:25:35 queue INFO 4 [653] -2014-12-15 12:25:36 queue INFO 0 [654] -2014-12-15 12:25:36 queue INFO 4 [655] -2014-12-15 12:25:36 queue INFO 0 [656] -2014-12-15 12:25:37 queue INFO 4 [657] -2014-12-15 12:25:37 queue INFO 0 [658] -2014-12-15 12:25:37 queue INFO 4 [659] -2014-12-15 12:25:38 queue INFO 0 [660] -2014-12-15 12:25:38 queue INFO 4 [661] -2014-12-15 12:25:38 queue INFO 0 [662] -2014-12-15 12:25:39 queue INFO 4 [663] -2014-12-15 12:25:39 queue INFO 0 [664] -2014-12-15 12:25:39 queue INFO 4 [665] -2014-12-15 12:25:40 queue INFO 0 [666] -2014-12-15 12:25:40 queue INFO 4 [667] -2014-12-15 12:25:40 queue INFO 0 [668] -2014-12-15 12:25:41 queue INFO 4 [669] -2014-12-15 12:25:41 queue INFO 0 [670] -2014-12-15 12:25:41 queue INFO 4 [671] -2014-12-15 12:25:42 queue INFO 0 [672] -2014-12-15 12:25:42 queue INFO 4 [673] -2014-12-15 12:25:42 queue INFO 0 [674] -2014-12-15 12:25:43 queue INFO 4 [675] -2014-12-15 12:25:43 queue INFO 0 [676] -2014-12-15 12:25:43 queue INFO 4 [677] -2014-12-15 12:25:44 queue INFO 0 [678] -2014-12-15 12:25:44 queue INFO 4 [679] -2014-12-15 12:25:44 queue INFO 0 [680] -2014-12-15 12:25:45 queue INFO 4 [681] -2014-12-15 12:25:45 queue INFO 0 [682] -2014-12-15 12:25:45 queue INFO 4 [683] -2014-12-15 12:25:45 queue INFO 0 [684] -2014-12-15 12:25:46 queue INFO 4 [685] -2014-12-15 12:25:46 queue INFO 0 [686] -2014-12-15 12:25:46 queue INFO 4 [687] -2014-12-15 12:25:47 queue INFO 0 [688] -2014-12-15 12:25:47 queue INFO 4 [689] -2014-12-15 12:25:47 queue INFO 0 [690] -2014-12-15 12:25:48 queue INFO 4 [691] -2014-12-15 12:25:48 queue INFO 0 [692] -2014-12-15 12:25:48 queue INFO 4 [693] -2014-12-15 12:25:49 queue INFO 0 [694] -2014-12-15 12:25:49 queue INFO 4 [695] -2014-12-15 12:25:49 queue INFO 0 [696] -2014-12-15 12:25:50 queue INFO 4 [697] -2014-12-15 12:25:50 queue INFO 0 [698] -2014-12-15 12:25:50 queue INFO 4 [699] -2014-12-15 12:25:51 queue INFO 0 [700] -2014-12-15 12:25:51 queue INFO 4 [701] -2014-12-15 12:25:51 queue INFO 0 [702] -2014-12-15 12:25:52 queue INFO 4 [703] -2014-12-15 12:25:52 queue INFO 0 [704] -2014-12-15 12:25:52 queue INFO 4 [705] -2014-12-15 12:25:53 queue INFO 0 [706] -2014-12-15 12:25:53 queue INFO 4 [707] -2014-12-15 12:25:53 queue INFO 0 [708] -2014-12-15 12:25:54 queue INFO 4 [709] -2014-12-15 12:25:54 queue INFO 0 [710] -2014-12-15 12:25:54 queue INFO 4 [711] -2014-12-15 12:25:55 queue INFO 0 [712] -2014-12-15 12:25:55 queue INFO 4 [713] -2014-12-15 12:25:55 queue INFO 0 [714] -2014-12-15 12:25:56 queue INFO 4 [715] -2014-12-15 12:25:56 queue INFO 0 [716] -2014-12-15 12:25:56 queue INFO 4 [717] -2014-12-15 12:25:57 queue INFO 0 [718] -2014-12-15 12:25:57 queue INFO 4 [719] -2014-12-15 12:25:57 queue INFO 0 [720] -2014-12-15 12:25:58 queue INFO 4 [721] -2014-12-15 12:25:58 queue INFO 0 [722] -2014-12-15 12:25:58 queue INFO 4 [723] -2014-12-15 12:25:59 queue INFO 0 [724] -2014-12-15 12:25:59 queue INFO 4 [725] -2014-12-15 12:26:00 queue INFO 0 [726] -2014-12-15 12:26:00 queue INFO 4 [727] -2014-12-15 12:26:00 queue INFO 0 [728] -2014-12-15 12:26:01 queue INFO 4 [729] -2014-12-15 12:26:01 queue INFO 0 [730] -2014-12-15 12:26:01 queue INFO 4 [731] -2014-12-15 12:26:02 queue INFO 0 [732] -2014-12-15 12:26:02 queue INFO 4 [733] -2014-12-15 12:26:02 queue INFO 0 [734] -2014-12-15 12:26:03 queue INFO 4 [735] -2014-12-15 12:26:03 queue INFO 0 [736] -2014-12-15 12:26:03 queue INFO 4 [737] -2014-12-15 12:26:04 queue INFO 0 [738] -2014-12-15 12:26:04 queue INFO 4 [739] -2014-12-15 12:26:04 queue INFO 0 [740] -2014-12-15 12:26:05 queue INFO 4 [741] -2014-12-15 12:26:05 queue INFO 0 [742] -2014-12-15 12:26:05 queue INFO 4 [743] -2014-12-15 12:26:06 queue INFO 0 [744] -2014-12-15 12:26:06 queue INFO 4 [745] -2014-12-15 12:26:06 queue INFO 0 [746] -2014-12-15 12:26:07 queue INFO 4 [747] -2014-12-15 12:26:07 queue INFO 0 [748] -2014-12-15 12:26:07 queue INFO 4 [749] -2014-12-15 12:26:08 queue INFO 0 [750] -2014-12-15 12:26:08 queue INFO 4 [751] -2014-12-15 12:26:08 queue INFO 0 [752] -2014-12-15 12:26:09 queue INFO 4 [753] -2014-12-15 12:26:09 queue INFO 0 [754] -2014-12-15 12:26:09 queue INFO 4 [755] -2014-12-15 12:26:10 queue INFO 0 [756] -2014-12-15 12:26:10 queue INFO 4 [757] -2014-12-15 12:26:10 queue INFO 0 [758] -2014-12-15 12:26:11 queue INFO 4 [759] -2014-12-15 12:26:11 queue INFO 0 [760] -2014-12-15 12:26:11 queue INFO 4 [761] -2014-12-15 12:26:12 queue INFO 0 [762] -2014-12-15 12:26:12 queue INFO 4 [763] -2014-12-15 12:26:12 queue INFO 0 [764] -2014-12-15 12:26:13 queue INFO 4 [765] -2014-12-15 12:26:13 queue INFO 0 [766] -2014-12-15 12:26:13 queue INFO 4 [767] -2014-12-15 12:26:14 queue INFO 0 [768] -2014-12-15 12:26:14 queue INFO 4 [769] -2014-12-15 12:26:14 queue INFO 0 [770] -2014-12-15 12:26:15 queue INFO 4 [771] -2014-12-15 12:26:15 queue INFO 0 [772] -2014-12-15 12:26:15 queue INFO 4 [773] -2014-12-15 12:26:16 queue INFO 0 [774] -2014-12-15 12:26:16 queue INFO 4 [775] -2014-12-15 12:26:16 queue INFO 0 [776] -2014-12-15 12:26:17 queue INFO 4 [777] -2014-12-15 12:26:17 queue INFO 0 [778] -2014-12-15 12:26:17 queue INFO 4 [779] -2014-12-15 12:26:18 queue INFO 0 [780] -2014-12-15 12:26:18 queue INFO 4 [781] -2014-12-15 12:26:18 queue INFO 0 [782] -2014-12-15 12:26:19 queue INFO 4 [783] -2014-12-15 12:26:19 queue INFO 0 [784] -2014-12-15 12:26:19 queue INFO 4 [785] -2014-12-15 12:26:20 queue INFO 0 [786] -2014-12-15 12:26:20 queue INFO 4 [787] -2014-12-15 12:26:20 queue INFO 0 [788] -2014-12-15 12:26:20 queue INFO 4 [789] -2014-12-15 12:26:21 queue INFO 0 [790] -2014-12-15 12:26:21 queue INFO 4 [791] -2014-12-15 12:26:21 queue INFO 0 [792] -2014-12-15 12:26:22 queue INFO 4 [793] -2014-12-15 12:26:22 queue INFO 0 [794] -2014-12-15 12:26:22 queue INFO 4 [795] -2014-12-15 12:26:23 queue INFO 0 [796] -2014-12-15 12:26:23 queue INFO 4 [797] -2014-12-15 12:26:23 queue INFO 0 [798] -2014-12-15 12:26:24 queue INFO 4 [799] -2014-12-15 12:26:24 queue INFO 0 [800] -2014-12-15 12:26:24 queue INFO 4 [801] -2014-12-15 12:26:25 queue INFO 0 [802] -2014-12-15 12:26:25 queue INFO 4 [803] -2014-12-15 12:26:25 queue INFO 0 [804] -2014-12-15 12:26:26 queue INFO 4 [805] -2014-12-15 12:26:26 queue INFO 0 [806] -2014-12-15 12:26:27 queue INFO 4 [807] -2014-12-15 12:26:27 queue INFO 0 [808] -2014-12-15 12:26:27 queue INFO 4 [809] -2014-12-15 12:26:28 queue INFO 0 [810] -2014-12-15 12:26:28 queue INFO 4 [811] -2014-12-15 12:26:28 queue INFO 0 [812] -2014-12-15 12:26:29 queue INFO 4 [813] -2014-12-15 12:26:29 queue INFO 0 [814] -2014-12-15 12:26:29 queue INFO 4 [815] -2014-12-15 12:26:30 queue INFO 0 [816] -2014-12-15 12:26:30 queue INFO 4 [817] -2014-12-15 12:26:30 queue INFO 0 [818] -2014-12-15 12:26:31 queue INFO 4 [819] -2014-12-15 12:26:31 queue INFO 0 [820] -2014-12-15 12:26:31 queue INFO 4 [821] -2014-12-15 12:26:32 queue INFO 0 [822] -2014-12-15 12:26:32 queue INFO 4 [823] -2014-12-15 12:26:32 queue INFO 0 [824] -2014-12-15 12:26:33 queue INFO 4 [825] -2014-12-15 12:26:33 queue INFO 0 [826] -2014-12-15 12:26:33 queue INFO 4 [827] -2014-12-15 12:26:33 queue INFO 0 [828] -2014-12-15 12:26:34 queue INFO 4 [829] -2014-12-15 12:26:34 queue INFO 0 [830] -2014-12-15 12:26:34 queue INFO 4 [831] -2014-12-15 12:26:35 queue INFO 0 [832] -2014-12-15 12:26:35 queue INFO 4 [833] -2014-12-15 12:26:35 queue INFO 0 [834] -2014-12-15 12:26:36 queue INFO 4 [835] -2014-12-15 12:26:36 queue INFO 0 [836] -2014-12-15 12:26:36 queue INFO 4 [837] -2014-12-15 12:26:37 queue INFO 0 [838] -2014-12-15 12:26:37 queue INFO 4 [839] -2014-12-15 12:26:37 queue INFO 0 [840] -2014-12-15 12:26:38 queue INFO 4 [841] -2014-12-15 12:26:38 queue INFO 0 [842] -2014-12-15 12:26:38 queue INFO 4 [843] -2014-12-15 12:26:39 queue INFO 0 [844] -2014-12-15 12:26:39 queue INFO 4 [845] -2014-12-15 12:26:39 queue INFO 0 [846] -2014-12-15 12:26:40 queue INFO 4 [847] -2014-12-15 12:26:40 queue INFO 0 [848] -2014-12-15 12:26:40 queue INFO 4 [849] -2014-12-15 12:26:41 queue INFO 0 [850] -2014-12-15 12:26:41 queue INFO 4 [851] -2014-12-15 12:26:41 queue INFO 0 [852] -2014-12-15 12:26:42 queue INFO 4 [853] -2014-12-15 12:26:42 queue INFO 0 [854] -2014-12-15 12:26:42 queue INFO 4 [855] -2014-12-15 12:26:43 queue INFO 0 [856] -2014-12-15 12:26:43 queue INFO 4 [857] -2014-12-15 12:26:43 queue INFO 0 [858] -2014-12-15 12:26:44 queue INFO 4 [859] -2014-12-15 12:26:44 queue INFO 0 [860] -2014-12-15 12:26:44 queue INFO 4 [861] -2014-12-15 12:26:45 queue INFO 0 [862] -2014-12-15 12:26:45 queue INFO 4 [863] -2014-12-15 12:26:45 queue INFO 0 [864] -2014-12-15 12:26:46 queue INFO 4 [865] -2014-12-15 12:26:46 queue INFO 0 [866] -2014-12-15 12:26:46 queue INFO 4 [867] -2014-12-15 12:26:47 queue INFO 0 [868] -2014-12-15 12:26:47 queue INFO 4 [869] -2014-12-15 12:26:47 queue INFO 0 [870] -2014-12-15 12:26:48 queue INFO 4 [871] -2014-12-15 12:26:48 queue INFO 0 [872] -2014-12-15 12:26:48 queue INFO 4 [873] -2014-12-15 12:26:49 queue INFO 0 [874] -2014-12-15 12:26:49 queue INFO 4 [875] -2014-12-15 12:26:49 queue INFO 0 [876] -2014-12-15 12:26:50 queue INFO 4 [877] -2014-12-15 12:26:50 queue INFO 0 [878] -2014-12-15 12:26:50 queue INFO 4 [879] -2014-12-15 12:26:51 queue INFO 0 [880] -2014-12-15 12:26:51 queue INFO 4 [881] -2014-12-15 12:26:51 queue INFO 0 [882] -2014-12-15 12:26:52 queue INFO 4 [883] -2014-12-15 12:26:52 queue INFO 0 [884] -2014-12-15 12:26:52 queue INFO 4 [885] -2014-12-15 12:26:53 queue INFO 0 [886] -2014-12-15 12:26:53 queue INFO 4 [887] -2014-12-15 12:26:53 queue INFO 0 [888] -2014-12-15 12:26:54 queue INFO 4 [889] -2014-12-15 12:26:54 queue INFO 0 [890] -2014-12-15 12:26:54 queue INFO 4 [891] -2014-12-15 12:26:55 queue INFO 0 [892] -2014-12-15 12:26:55 queue INFO 4 [893] -2014-12-15 12:26:55 queue INFO 0 [894] -2014-12-15 12:26:56 queue INFO 4 [895] -2014-12-15 12:26:56 queue INFO 0 [896] -2014-12-15 12:26:57 queue INFO 4 [897] -2014-12-15 12:26:57 queue INFO 0 [898] -2014-12-15 12:26:57 queue INFO 4 [899] -2014-12-15 12:26:57 queue INFO 0 [900] -2014-12-15 12:26:58 queue INFO 4 [901] -2014-12-15 12:26:58 queue INFO 0 [902] -2014-12-15 12:26:58 queue INFO 4 [903] -2014-12-15 12:26:59 queue INFO 0 [904] -2014-12-15 12:26:59 queue INFO 4 [905] -2014-12-15 12:26:59 queue INFO 0 [906] -2014-12-15 12:27:00 queue INFO 4 [907] -2014-12-15 12:27:00 queue INFO 0 [908] -2014-12-15 12:27:00 queue INFO 4 [909] -2014-12-15 12:27:01 queue INFO 0 [910] -2014-12-15 12:27:01 queue INFO 4 [911] -2014-12-15 12:27:01 queue INFO 0 [912] -2014-12-15 12:27:02 queue INFO 4 [913] -2014-12-15 12:27:02 queue INFO 0 [914] -2014-12-15 12:27:02 queue INFO 4 [915] -2014-12-15 12:27:03 queue INFO 0 [916] -2014-12-15 12:27:03 queue INFO 4 [917] -2014-12-15 12:27:03 queue INFO 0 [918] -2014-12-15 12:27:04 queue INFO 4 [919] -2014-12-15 12:27:04 queue INFO 0 [920] -2014-12-15 12:27:04 queue INFO 4 [921] -2014-12-15 12:27:05 queue INFO 0 [922] -2014-12-15 12:27:05 queue INFO 4 [923] -2014-12-15 12:27:05 queue INFO 0 [924] -2014-12-15 12:27:06 queue INFO 4 [925] -2014-12-15 12:27:06 queue INFO 0 [926] -2014-12-15 12:27:06 queue INFO 4 [927] -2014-12-15 12:27:07 queue INFO 0 [928] -2014-12-15 12:27:07 queue INFO 4 [929] -2014-12-15 12:27:07 queue INFO 0 [930] -2014-12-15 12:27:08 queue INFO 4 [931] -2014-12-15 12:27:08 queue INFO 0 [932] -2014-12-15 12:27:08 queue INFO 4 [933] -2014-12-15 12:27:09 queue INFO 0 [934] -2014-12-15 12:27:09 queue INFO 4 [935] -2014-12-15 12:27:09 queue INFO 0 [936] -2014-12-15 12:27:10 queue INFO 4 [937] -2014-12-15 12:27:10 queue INFO 0 [938] -2014-12-15 12:27:10 queue INFO 4 [939] -2014-12-15 12:27:11 queue INFO 0 [940] -2014-12-15 12:27:11 queue INFO 4 [941] -2014-12-15 12:27:11 queue INFO 0 [942] -2014-12-15 12:27:12 queue INFO 4 [943] -2014-12-15 12:27:12 queue INFO 0 [944] -2014-12-15 12:27:12 queue INFO 4 [945] -2014-12-15 12:27:13 queue INFO 0 [946] -2014-12-15 12:27:13 queue INFO 4 [947] -2014-12-15 12:27:13 queue INFO 0 [948] -2014-12-15 12:27:14 queue INFO 4 [949] -2014-12-15 12:27:14 queue INFO 0 [950] -2014-12-15 12:27:14 queue INFO 4 [951] -2014-12-15 12:27:14 queue INFO 0 [952] -2014-12-15 12:27:15 queue INFO 4 [953] -2014-12-15 12:27:15 queue INFO 0 [954] -2014-12-15 12:27:15 queue INFO 4 [955] -2014-12-15 12:27:16 queue INFO 0 [956] -2014-12-15 12:27:16 queue INFO 4 [957] -2014-12-15 12:27:16 queue INFO 0 [958] -2014-12-15 12:27:17 queue INFO 4 [959] -2014-12-15 12:27:17 queue INFO 0 [960] -2014-12-15 12:27:17 queue INFO 4 [961] -2014-12-15 12:27:18 queue INFO 0 [962] -2014-12-15 12:27:18 queue INFO 4 [963] -2014-12-15 12:27:18 queue INFO 0 [964] -2014-12-15 12:27:19 queue INFO 4 [965] -2014-12-15 12:27:19 queue INFO 0 [966] -2014-12-15 12:27:19 queue INFO 4 [967] -2014-12-15 12:27:20 queue INFO 0 [968] -2014-12-15 12:27:20 queue INFO 4 [969] -2014-12-15 12:27:21 queue INFO 0 [970] -2014-12-15 12:27:21 queue INFO 4 [971] -2014-12-15 12:27:21 queue INFO 0 [972] -2014-12-15 12:27:22 queue INFO 4 [973] -2014-12-15 12:27:22 queue INFO 0 [974] -2014-12-15 12:27:22 queue INFO 4 [975] -2014-12-15 12:27:23 queue INFO 0 [976] -2014-12-15 12:27:23 queue INFO 4 [977] -2014-12-15 12:27:23 queue INFO 0 [978] -2014-12-15 12:27:24 queue INFO 4 [979] -2014-12-15 12:27:24 queue INFO 0 [980] -2014-12-15 12:27:24 queue INFO 4 [981] -2014-12-15 12:27:24 queue INFO 0 [982] -2014-12-15 12:27:25 queue INFO 4 [983] -2014-12-15 12:27:25 queue INFO 0 [984] -2014-12-15 12:27:26 queue INFO 4 [985] -2014-12-15 12:27:26 queue INFO 0 [986] -2014-12-15 12:27:27 queue INFO 4 [987] -2014-12-15 12:27:27 queue INFO 0 [988] -2014-12-15 12:27:27 queue INFO 4 [989] -2014-12-15 12:27:28 queue INFO 0 [990] -2014-12-15 12:27:28 queue INFO 4 [991] -2014-12-15 12:27:28 queue INFO 0 [992] -2014-12-15 12:27:29 queue INFO 4 [993] -2014-12-15 12:27:29 queue INFO 0 [994] -2014-12-15 12:27:29 queue INFO 4 [995] -2014-12-15 12:27:30 queue INFO 0 [996] -2014-12-15 12:27:30 queue INFO 4 [997] -2014-12-15 12:27:30 queue INFO 0 [998] -2014-12-15 12:27:31 queue INFO 4 [999] -2014-12-15 12:27:31 queue INFO 0 [0] -2014-12-15 12:27:31 queue INFO 4 [1] -2014-12-15 12:27:32 queue INFO 0 [2] -2014-12-15 12:27:32 queue INFO 4 [3] -2014-12-15 12:27:32 queue INFO 0 [4] -2014-12-15 12:27:33 queue INFO 2D [5] -2014-12-15 12:27:33 queue INFO 29 [6] -2014-12-15 12:27:33 queue INFO 2D [7] -2014-12-15 12:27:34 queue INFO 29 [8] -2014-12-15 12:27:34 queue INFO 2D [9] -2014-12-15 12:27:34 queue INFO 29 [10] -2014-12-15 12:27:34 queue INFO 2D [11] -2014-12-15 12:27:35 queue INFO 29 [12] -2014-12-15 12:27:35 queue INFO 2D [13] -2014-12-15 12:27:35 queue INFO 29 [14] -2014-12-15 12:27:36 queue INFO 2D [15] -2014-12-15 12:27:36 queue INFO 29 [16] -2014-12-15 12:27:36 queue INFO 2D [17] -2014-12-15 12:27:37 queue INFO 29 [18] -2014-12-15 12:27:37 queue INFO 2D [19] -2014-12-15 12:27:37 queue INFO 29 [20] -2014-12-15 12:27:38 queue INFO 2D [21] -2014-12-15 12:27:38 queue INFO 29 [22] -2014-12-15 12:27:38 queue INFO 2D [23] -2014-12-15 12:27:39 queue INFO 29 [24] -2014-12-15 12:27:39 queue INFO 2D [25] -2014-12-15 12:27:39 queue INFO 29 [26] -2014-12-15 12:27:40 queue INFO 2D [27] -2014-12-15 12:27:40 queue INFO 29 [28] -2014-12-15 12:27:40 queue INFO 2D [29] -2014-12-15 12:27:41 queue INFO 29 [30] -2014-12-15 12:27:41 queue INFO 2D [31] -2014-12-15 12:27:41 queue INFO 29 [32] -2014-12-15 12:27:42 queue INFO 2D [33] -2014-12-15 12:27:42 queue INFO 29 [34] -2014-12-15 12:27:42 queue INFO 2D [35] -2014-12-15 12:27:43 queue INFO 29 [36] -2014-12-15 12:27:43 queue INFO 2D [37] -2014-12-15 12:27:43 queue INFO 29 [38] -2014-12-15 12:27:44 queue INFO 2D [39] -2014-12-15 12:27:44 queue INFO 29 [40] -2014-12-15 12:27:44 queue INFO 2D [41] -2014-12-15 12:27:45 queue INFO 29 [42] -2014-12-15 12:27:45 queue INFO 2D [43] -2014-12-15 12:27:45 queue INFO 29 [44] -2014-12-15 12:27:46 queue INFO 2D [45] -2014-12-15 12:27:46 queue INFO 29 [46] -2014-12-15 12:27:46 queue INFO 2D [47] -2014-12-15 12:27:47 queue INFO 29 [48] -2014-12-15 12:27:47 queue INFO 2D [49] -2014-12-15 12:27:47 queue INFO 29 [50] -2014-12-15 12:27:48 queue INFO 2D [51] -2014-12-15 12:27:48 queue INFO 29 [52] -2014-12-15 12:27:48 queue INFO 2D [53] -2014-12-15 12:27:49 queue INFO 29 [54] -2014-12-15 12:27:49 queue INFO 2D [55] -2014-12-15 12:27:49 queue INFO 29 [56] -2014-12-15 12:27:50 queue INFO 2D [57] -2014-12-15 12:27:50 queue INFO 29 [58] -2014-12-15 12:27:50 queue INFO 2D [59] -2014-12-15 12:27:51 queue INFO 29 [60] -2014-12-15 12:27:51 queue INFO 2D [61] -2014-12-15 12:27:51 queue INFO 29 [62] -2014-12-15 12:27:52 queue INFO 2D [63] -2014-12-15 12:27:52 queue INFO 29 [64] -2014-12-15 12:27:52 queue INFO 2D [65] -2014-12-15 12:27:53 queue INFO 29 [66] -2014-12-15 12:27:53 queue INFO 2D [67] -2014-12-15 12:27:53 queue INFO 29 [68] -2014-12-15 12:27:54 queue INFO 2D [69] -2014-12-15 12:27:54 queue INFO 29 [70] -2014-12-15 12:27:54 queue INFO 2D [71] -2014-12-15 12:27:55 queue INFO 29 [72] -2014-12-15 12:27:55 queue INFO 2D [73] -2014-12-15 12:27:55 queue INFO 29 [74] -2014-12-15 12:27:56 queue INFO 2D [75] -2014-12-15 12:27:56 queue INFO 29 [76] -2014-12-15 12:27:56 queue INFO 2D [77] -2014-12-15 12:27:57 queue INFO 29 [78] -2014-12-15 12:27:57 queue INFO 2D [79] -2014-12-15 12:27:57 queue INFO 29 [80] -2014-12-15 12:27:58 queue INFO 2D [81] -2014-12-15 12:27:58 queue INFO 29 [82] -2014-12-15 12:27:58 queue INFO 2D [83] -2014-12-15 12:27:59 queue INFO 29 [84] -2014-12-15 12:27:59 queue INFO 2D [85] -2014-12-15 12:27:59 queue INFO 29 [86] -2014-12-15 12:28:00 queue INFO 2D [87] -2014-12-15 12:28:00 queue INFO 29 [88] -2014-12-15 12:28:00 queue INFO 2D [89] -2014-12-15 12:28:01 queue INFO 29 [90] -2014-12-15 12:28:01 queue INFO 2D [91] -2014-12-15 12:28:01 queue INFO 29 [92] -2014-12-15 12:28:02 queue INFO 2D [93] -2014-12-15 12:28:02 queue INFO 29 [94] -2014-12-15 12:28:02 queue INFO 2D [95] -2014-12-15 12:28:03 queue INFO 29 [96] -2014-12-15 12:28:03 queue INFO 2D [97] -2014-12-15 12:28:03 queue INFO 29 [98] -2014-12-15 12:28:04 queue INFO 2D [99] -2014-12-15 12:28:04 queue INFO 29 [100] -2014-12-15 12:28:04 queue INFO 2D [101] -2014-12-15 12:28:05 queue INFO 29 [102] -2014-12-15 12:28:05 queue INFO 2D [103] -2014-12-15 12:28:05 queue INFO 29 [104] -2014-12-15 12:28:06 queue INFO 2D [105] -2014-12-15 12:28:06 queue INFO 29 [106] -2014-12-15 12:28:06 queue INFO 2D [107] -2014-12-15 12:28:06 queue INFO 29 [108] -2014-12-15 12:28:07 queue INFO 2D [109] -2014-12-15 12:28:07 queue INFO 29 [110] -2014-12-15 12:28:07 queue INFO 2D [111] -2014-12-15 12:28:08 queue INFO 29 [112] -2014-12-15 12:28:08 queue INFO 2D [113] -2014-12-15 12:28:08 queue INFO 29 [114] -2014-12-15 12:28:09 queue INFO 2D [115] -2014-12-15 12:28:09 queue INFO 29 [116] -2014-12-15 12:28:09 queue INFO 2D [117] -2014-12-15 12:28:10 queue INFO 29 [118] -2014-12-15 12:28:10 queue INFO 2D [119] -2014-12-15 12:28:10 queue INFO 29 [120] -2014-12-15 12:28:11 queue INFO 2D [121] -2014-12-15 12:28:11 queue INFO 29 [122] -2014-12-15 12:28:11 queue INFO 2D [123] -2014-12-15 12:28:12 queue INFO 29 [124] -2014-12-15 12:28:12 queue INFO 2D [125] -2014-12-15 12:28:12 queue INFO 29 [126] -2014-12-15 12:28:13 queue INFO 2D [127] -2014-12-15 12:28:13 queue INFO 29 [128] -2014-12-15 12:28:13 queue INFO 2D [129] -2014-12-15 12:28:14 queue INFO 29 [130] -2014-12-15 12:28:14 queue INFO 2D [131] -2014-12-15 12:28:14 queue INFO 29 [132] -2014-12-15 12:28:15 queue INFO 2D [133] -2014-12-15 12:28:15 queue INFO 29 [134] -2014-12-15 12:28:16 queue INFO 2D [135] -2014-12-15 12:28:16 queue INFO 29 [136] -2014-12-15 12:28:16 queue INFO 2D [137] -2014-12-15 12:28:17 queue INFO 29 [138] -2014-12-15 12:28:17 queue INFO 2D [139] -2014-12-15 12:28:17 queue INFO 29 [140] -2014-12-15 12:28:18 queue INFO 2D [141] -2014-12-15 12:28:18 queue INFO 29 [142] -2014-12-15 12:28:18 queue INFO 2D [143] -2014-12-15 12:28:19 queue INFO 29 [144] -2014-12-15 12:28:19 queue INFO 2D [145] -2014-12-15 12:28:19 queue INFO 29 [146] -2014-12-15 12:28:20 queue INFO 2D [147] -2014-12-15 12:28:20 queue INFO 29 [148] -2014-12-15 12:28:20 queue INFO 2D [149] -2014-12-15 12:28:21 queue INFO 29 [150] -2014-12-15 12:28:21 queue INFO 2D [151] -2014-12-15 12:28:21 queue INFO 29 [152] -2014-12-15 12:28:22 queue INFO 2D [153] -2014-12-15 12:28:22 queue INFO 29 [154] -2014-12-15 12:28:22 queue INFO 2D [155] -2014-12-15 12:28:23 queue INFO 29 [156] -2014-12-15 12:28:23 queue INFO 2D [157] -2014-12-15 12:28:23 queue INFO 29 [158] -2014-12-15 12:28:24 queue INFO 2D [159] -2014-12-15 12:28:24 queue INFO 29 [160] -2014-12-15 12:28:24 queue INFO 2D [161] -2014-12-15 12:28:25 queue INFO 29 [162] -2014-12-15 12:28:25 queue INFO 2D [163] -2014-12-15 12:28:25 queue INFO 29 [164] -2014-12-15 12:28:25 queue INFO 2D [165] -2014-12-15 12:28:26 queue INFO 29 [166] -2014-12-15 12:28:26 queue INFO 2D [167] -2014-12-15 12:28:26 queue INFO 29 [168] -2014-12-15 12:28:27 queue INFO 2D [169] -2014-12-15 12:28:27 queue INFO 29 [170] -2014-12-15 12:28:27 queue INFO 2D [171] -2014-12-15 12:28:28 queue INFO 29 [172] -2014-12-15 12:28:28 queue INFO 2D [173] -2014-12-15 12:28:28 queue INFO 29 [174] -2014-12-15 12:28:29 queue INFO 2D [175] -2014-12-15 12:28:29 queue INFO 29 [176] -2014-12-15 12:28:29 queue INFO 2D [177] -2014-12-15 12:28:30 queue INFO 29 [178] -2014-12-15 12:28:30 queue INFO 2D [179] -2014-12-15 12:28:30 queue INFO 29 [180] -2014-12-15 12:28:31 queue INFO 2D [181] -2014-12-15 12:28:31 queue INFO 29 [182] -2014-12-15 12:28:31 queue INFO 2D [183] -2014-12-15 12:28:32 queue INFO 29 [184] -2014-12-15 12:28:32 queue INFO 2D [185] -2014-12-15 12:28:32 queue INFO 29 [186] -2014-12-15 12:28:33 queue INFO 2D [187] -2014-12-15 12:28:33 queue INFO 29 [188] -2014-12-15 12:28:33 queue INFO 2D [189] -2014-12-15 12:28:34 queue INFO 29 [190] -2014-12-15 12:28:34 queue INFO 2D [191] -2014-12-15 12:28:34 queue INFO 29 [192] -2014-12-15 12:28:35 queue INFO 2D [193] -2014-12-15 12:28:35 queue INFO 29 [194] -2014-12-15 12:28:35 queue INFO 2D [195] -2014-12-15 12:28:36 queue INFO 29 [196] -2014-12-15 12:28:36 queue INFO 2D [197] -2014-12-15 12:28:36 queue INFO 29 [198] -2014-12-15 12:28:37 queue INFO 2D [199] -2014-12-15 12:28:37 queue INFO 29 [200] -2014-12-15 12:28:37 queue INFO 2D [201] -2014-12-15 12:28:38 queue INFO 29 [202] -2014-12-15 12:28:38 queue INFO 2D [203] -2014-12-15 12:28:38 queue INFO 29 [204] -2014-12-15 12:28:39 queue INFO 2D [205] -2014-12-15 12:28:39 queue INFO 29 [206] -2014-12-15 12:28:39 queue INFO 2D [207] -2014-12-15 12:28:40 queue INFO 29 [208] -2014-12-15 12:28:40 queue INFO 2D [209] -2014-12-15 12:28:40 queue INFO 29 [210] -2014-12-15 12:28:41 queue INFO 2D [211] -2014-12-15 12:28:41 queue INFO 29 [212] -2014-12-15 12:28:41 queue INFO 2D [213] -2014-12-15 12:28:42 queue INFO 29 [214] -2014-12-15 12:28:42 queue INFO 2D [215] -2014-12-15 12:28:42 queue INFO 29 [216] -2014-12-15 12:28:43 queue INFO 2D [217] -2014-12-15 12:28:43 queue INFO 29 [218] -2014-12-15 12:28:43 queue INFO 2D [219] -2014-12-15 12:28:44 queue INFO 29 [220] -2014-12-15 12:28:44 queue INFO 2D [221] -2014-12-15 12:28:44 queue INFO 29 [222] -2014-12-15 12:28:45 queue INFO 2D [223] -2014-12-15 12:28:45 queue INFO 29 [224] -2014-12-15 12:28:45 queue INFO 2D [225] -2014-12-15 12:28:46 queue INFO 29 [226] -2014-12-15 12:28:46 queue INFO 2D [227] -2014-12-15 12:28:46 queue INFO 29 [228] -2014-12-15 12:28:47 queue INFO 2D [229] -2014-12-15 12:28:47 queue INFO 29 [230] -2014-12-15 12:28:47 queue INFO 2D [231] -2014-12-15 12:28:48 queue INFO 29 [232] -2014-12-15 12:28:48 queue INFO 2D [233] -2014-12-15 12:28:48 queue INFO 29 [234] -2014-12-15 12:28:49 queue INFO 2D [235] -2014-12-15 12:28:49 queue INFO 29 [236] -2014-12-15 12:28:49 queue INFO 2D [237] -2014-12-15 12:28:50 queue INFO 29 [238] -2014-12-15 12:28:50 queue INFO 2D [239] -2014-12-15 12:28:50 queue INFO 29 [240] -2014-12-15 12:28:51 queue INFO 2D [241] -2014-12-15 12:28:51 queue INFO 29 [242] -2014-12-15 12:28:51 queue INFO 2D [243] -2014-12-15 12:28:52 queue INFO 29 [244] -2014-12-15 12:28:52 queue INFO 2D [245] -2014-12-15 12:28:52 queue INFO 29 [246] -2014-12-15 12:28:53 queue INFO 2D [247] -2014-12-15 12:28:53 queue INFO 29 [248] -2014-12-15 12:28:53 queue INFO 2D [249] -2014-12-15 12:28:54 queue INFO 29 [250] -2014-12-15 12:28:54 queue INFO 2D [251] -2014-12-15 12:28:54 queue INFO 29 [252] -2014-12-15 12:28:55 queue INFO 2D [253] -2014-12-15 12:28:55 queue INFO 29 [254] -2014-12-15 12:28:55 queue INFO 2D [255] -2014-12-15 12:28:56 queue INFO 29 [256] -2014-12-15 12:28:56 queue INFO 2D [257] -2014-12-15 12:28:56 queue INFO 29 [258] -2014-12-15 12:28:57 queue INFO 2D [259] -2014-12-15 12:28:57 queue INFO 29 [260] -2014-12-15 12:28:57 queue INFO 2D [261] -2014-12-15 12:28:58 queue INFO 29 [262] -2014-12-15 12:28:58 queue INFO 2D [263] -2014-12-15 12:28:58 queue INFO 29 [264] -2014-12-15 12:28:59 queue INFO 2D [265] -2014-12-15 12:28:59 queue INFO 29 [266] -2014-12-15 12:28:59 queue INFO 2D [267] -2014-12-15 12:29:00 queue INFO 29 [268] -2014-12-15 12:29:00 queue INFO 2D [269] -2014-12-15 12:29:00 queue INFO 29 [270] -2014-12-15 12:29:01 queue INFO 2D [271] -2014-12-15 12:29:01 queue INFO 29 [272] -2014-12-15 12:29:01 queue INFO 2D [273] -2014-12-15 12:29:01 queue INFO 29 [274] -2014-12-15 12:29:02 queue INFO 2D [275] -2014-12-15 12:29:02 queue INFO 29 [276] -2014-12-15 12:29:02 queue INFO 2D [277] -2014-12-15 12:29:03 queue INFO 29 [278] -2014-12-15 12:29:03 queue INFO 2D [279] -2014-12-15 12:29:03 queue INFO 29 [280] -2014-12-15 12:29:04 queue INFO 2D [281] -2014-12-15 12:29:04 queue INFO 29 [282] -2014-12-15 12:29:04 queue INFO 2D [283] -2014-12-15 12:29:05 queue INFO 29 [284] -2014-12-15 12:29:05 queue INFO 2D [285] -2014-12-15 12:29:05 queue INFO 29 [286] -2014-12-15 12:29:06 queue INFO 2D [287] -2014-12-15 12:29:06 queue INFO 21 [288] -2014-12-15 12:29:06 queue INFO 25 [289] -2014-12-15 12:29:07 queue INFO 21 [290] -2014-12-15 12:29:07 queue INFO 25 [291] -2014-12-15 12:29:07 queue INFO 21 [292] -2014-12-15 12:29:08 queue INFO 25 [293] -2014-12-15 12:29:09 queue INFO 21 [294] -2014-12-15 12:29:09 queue INFO 25 [295] -2014-12-15 12:29:09 queue INFO 21 [296] -2014-12-15 12:29:10 queue INFO 25 [297] -2014-12-15 12:29:10 queue INFO 21 [298] -2014-12-15 12:29:10 queue INFO 25 [299] -2014-12-15 12:29:11 queue INFO 21 [300] -2014-12-15 12:29:11 queue INFO 25 [301] -2014-12-15 12:29:11 queue INFO 21 [302] -2014-12-15 12:29:12 queue INFO 25 [303] -2014-12-15 12:29:12 queue INFO 21 [304] -2014-12-15 12:29:12 queue INFO 25 [305] -2014-12-15 12:29:13 queue INFO 21 [306] -2014-12-15 12:29:13 queue INFO 25 [307] -2014-12-15 12:29:13 queue INFO 21 [308] -2014-12-15 12:29:14 queue INFO 25 [309] -2014-12-15 12:29:14 queue INFO 21 [310] -2014-12-15 12:29:14 queue INFO 25 [311] -2014-12-15 12:29:15 queue INFO 21 [312] -2014-12-15 12:29:15 queue INFO 25 [313] -2014-12-15 12:29:15 queue INFO 21 [314] -2014-12-15 12:29:16 queue INFO 25 [315] -2014-12-15 12:29:16 queue INFO 21 [316] -2014-12-15 12:29:16 queue INFO 25 [317] -2014-12-15 12:29:17 queue INFO 21 [318] -2014-12-15 12:29:17 queue INFO 25 [319] -2014-12-15 12:29:17 queue INFO 21 [320] -2014-12-15 12:29:18 queue INFO 25 [321] -2014-12-15 12:29:18 queue INFO 21 [322] -2014-12-15 12:29:18 queue INFO 25 [323] -2014-12-15 12:29:19 queue INFO 21 [324] -2014-12-15 12:29:19 queue INFO 25 [325] -2014-12-15 12:29:19 queue INFO 21 [326] -2014-12-15 12:29:20 queue INFO 25 [327] -2014-12-15 12:29:20 queue INFO 21 [328] -2014-12-15 12:29:20 queue INFO 25 [329] -2014-12-15 12:29:21 queue INFO 21 [330] -2014-12-15 12:29:21 queue INFO 25 [331] -2014-12-15 12:29:21 queue INFO 21 [332] -2014-12-15 12:29:22 queue INFO 25 [333] -2014-12-15 12:29:22 queue INFO 21 [334] -2014-12-15 12:29:22 queue INFO 25 [335] -2014-12-15 12:29:22 queue INFO 21 [336] -2014-12-15 12:29:23 queue INFO 25 [337] -2014-12-15 12:29:23 queue INFO 21 [338] -2014-12-15 12:29:23 queue INFO 25 [339] -2014-12-15 12:29:24 queue INFO 21 [340] -2014-12-15 12:29:24 queue INFO 25 [341] -2014-12-15 12:29:24 queue INFO 21 [342] -2014-12-15 12:29:25 queue INFO 25 [343] -2014-12-15 12:29:25 queue INFO 21 [344] -2014-12-15 12:29:25 queue INFO 25 [345] -2014-12-15 12:29:26 queue INFO 21 [346] -2014-12-15 12:29:26 queue INFO 25 [347] -2014-12-15 12:29:26 queue INFO 21 [348] -2014-12-15 12:29:27 queue INFO 25 [349] -2014-12-15 12:29:27 queue INFO 21 [350] -2014-12-15 12:29:27 queue INFO 25 [351] -2014-12-15 12:29:28 queue INFO 21 [352] -2014-12-15 12:29:28 queue INFO 25 [353] -2014-12-15 12:29:28 queue INFO 21 [354] -2014-12-15 12:29:29 queue INFO 25 [355] -2014-12-15 12:29:29 queue INFO 21 [356] -2014-12-15 12:29:29 queue INFO 25 [357] -2014-12-15 12:29:30 queue INFO 21 [358] -2014-12-15 12:29:30 queue INFO 25 [359] -2014-12-15 12:29:30 queue INFO 21 [360] -2014-12-15 12:29:31 queue INFO 25 [361] -2014-12-15 12:29:31 queue INFO 21 [362] -2014-12-15 12:29:31 queue INFO 25 [363] -2014-12-15 12:29:32 queue INFO 21 [364] -2014-12-15 12:29:32 queue INFO 25 [365] -2014-12-15 12:29:32 queue INFO 21 [366] -2014-12-15 12:29:33 queue INFO 25 [367] -2014-12-15 12:29:33 queue INFO 21 [368] -2014-12-15 12:29:33 queue INFO 25 [369] -2014-12-15 12:29:34 queue INFO 21 [370] -2014-12-15 12:29:34 queue INFO 25 [371] -2014-12-15 12:29:34 queue INFO 21 [372] -2014-12-15 12:29:35 queue INFO 25 [373] -2014-12-15 12:29:35 queue INFO 21 [374] -2014-12-15 12:29:35 queue INFO 25 [375] -2014-12-15 12:29:35 queue INFO 21 [376] -2014-12-15 12:29:36 queue INFO 25 [377] -2014-12-15 12:29:36 queue INFO 21 [378] -2014-12-15 12:29:36 queue INFO 25 [379] -2014-12-15 12:29:37 queue INFO 21 [380] -2014-12-15 12:29:37 queue INFO 25 [381] -2014-12-15 12:29:38 queue INFO 21 [382] -2014-12-15 12:29:38 queue INFO 25 [383] -2014-12-15 12:29:38 queue INFO 21 [384] -2014-12-15 12:29:39 queue INFO 25 [385] -2014-12-15 12:29:39 queue INFO 21 [386] -2014-12-15 12:29:39 queue INFO 25 [387] -2014-12-15 12:29:40 queue INFO 21 [388] -2014-12-15 12:29:40 queue INFO 25 [389] -2014-12-15 12:29:40 queue INFO 21 [390] -2014-12-15 12:29:41 queue INFO 25 [391] -2014-12-15 12:29:41 queue INFO 21 [392] -2014-12-15 12:29:41 queue INFO 25 [393] -2014-12-15 12:29:42 queue INFO 21 [394] -2014-12-15 12:29:42 queue INFO 25 [395] -2014-12-15 12:29:42 queue INFO 21 [396] -2014-12-15 12:29:43 queue INFO 25 [397] -2014-12-15 12:29:43 queue INFO 21 [398] -2014-12-15 12:29:43 queue INFO 25 [399] -2014-12-15 12:29:44 queue INFO 21 [400] -2014-12-15 12:29:44 queue INFO 25 [401] -2014-12-15 12:29:44 queue INFO 21 [402] -2014-12-15 12:29:45 queue INFO 25 [403] -2014-12-15 12:29:45 queue INFO 21 [404] -2014-12-15 12:29:45 queue INFO 25 [405] -2014-12-15 12:29:46 queue INFO 21 [406] -2014-12-15 12:29:46 queue INFO 25 [407] -2014-12-15 12:29:46 queue INFO 21 [408] -2014-12-15 12:29:47 queue INFO 25 [409] -2014-12-15 12:29:47 queue INFO 21 [410] -2014-12-15 12:29:47 queue INFO 25 [411] -2014-12-15 12:29:47 queue INFO 21 [412] -2014-12-15 12:29:48 queue INFO 25 [413] -2014-12-15 12:29:48 queue INFO 21 [414] -2014-12-15 12:29:48 queue INFO 25 [415] -2014-12-15 12:29:49 queue INFO 21 [416] -2014-12-15 12:29:49 queue INFO 25 [417] -2014-12-15 12:29:49 queue INFO 21 [418] -2014-12-15 12:29:50 queue INFO 25 [419] -2014-12-15 12:29:50 queue INFO 21 [420] -2014-12-15 12:29:50 queue INFO 25 [421] -2014-12-15 12:29:51 queue INFO 21 [422] -2014-12-15 12:29:51 queue INFO 25 [423] -2014-12-15 12:29:51 queue INFO 21 [424] -2014-12-15 12:29:52 queue INFO 25 [425] -2014-12-15 12:29:52 queue INFO 21 [426] -2014-12-15 12:29:52 queue INFO 25 [427] -2014-12-15 12:29:53 queue INFO 21 [428] -2014-12-15 12:29:53 queue INFO 25 [429] -2014-12-15 12:29:53 queue INFO 21 [430] -2014-12-15 12:29:54 queue INFO 25 [431] -2014-12-15 12:29:54 queue INFO 21 [432] -2014-12-15 12:29:54 queue INFO 25 [433] -2014-12-15 12:29:55 queue INFO 21 [434] -2014-12-15 12:29:55 queue INFO 25 [435] -2014-12-15 12:29:55 queue INFO 21 [436] -2014-12-15 12:29:56 queue INFO 25 [437] -2014-12-15 12:29:56 queue INFO 21 [438] -2014-12-15 12:29:56 queue INFO 25 [439] -2014-12-15 12:29:57 queue INFO 21 [440] -2014-12-15 12:29:57 queue INFO 25 [441] -2014-12-15 12:29:57 queue INFO 21 [442] -2014-12-15 12:29:58 queue INFO 25 [443] -2014-12-15 12:29:58 queue INFO 21 [444] -2014-12-15 12:29:58 queue INFO 25 [445] -2014-12-15 12:29:59 queue INFO 21 [446] -2014-12-15 12:29:59 queue INFO 25 [447] -2014-12-15 12:29:59 queue INFO 21 [448] -2014-12-15 12:30:00 queue INFO 25 [449] -2014-12-15 12:30:00 queue INFO 21 [450] -2014-12-15 12:30:00 queue INFO 25 [451] -2014-12-15 12:30:01 queue INFO 21 [452] -2014-12-15 12:30:01 queue INFO 25 [453] -2014-12-15 12:30:01 queue INFO 21 [454] -2014-12-15 12:30:02 queue INFO 25 [455] -2014-12-15 12:30:02 queue INFO 21 [456] -2014-12-15 12:30:02 queue INFO 25 [457] -2014-12-15 12:30:03 queue INFO 21 [458] -2014-12-15 12:30:03 queue INFO 25 [459] -2014-12-15 12:30:03 queue INFO 21 [460] -2014-12-15 12:30:04 queue INFO 25 [461] -2014-12-15 12:30:04 queue INFO 21 [462] -2014-12-15 12:30:04 queue INFO 25 [463] -2014-12-15 12:30:05 queue INFO 21 [464] -2014-12-15 12:30:05 queue INFO 25 [465] -2014-12-15 12:30:05 queue INFO 21 [466] -2014-12-15 12:30:06 queue INFO 25 [467] -2014-12-15 12:30:06 queue INFO 21 [468] -2014-12-15 12:30:06 queue INFO 25 [469] -2014-12-15 12:30:07 queue INFO 21 [470] -2014-12-15 12:30:07 queue INFO 25 [471] -2014-12-15 12:30:07 queue INFO 21 [472] -2014-12-15 12:30:08 queue INFO 25 [473] -2014-12-15 12:30:08 queue INFO 21 [474] -2014-12-15 12:30:08 queue INFO 25 [475] -2014-12-15 12:30:09 queue INFO 21 [476] -2014-12-15 12:30:09 queue INFO 25 [477] -2014-12-15 12:30:09 queue INFO 21 [478] -2014-12-15 12:30:10 queue INFO 25 [479] -2014-12-15 12:30:10 queue INFO 21 [480] -2014-12-15 12:30:10 queue INFO 25 [481] -2014-12-15 12:30:11 queue INFO 21 [482] -2014-12-15 12:30:11 queue INFO 25 [483] -2014-12-15 12:30:11 queue INFO 21 [484] -2014-12-15 12:30:12 queue INFO 25 [485] -2014-12-15 12:30:12 queue INFO 21 [486] -2014-12-15 12:30:12 queue INFO 25 [487] -2014-12-15 12:30:13 queue INFO 21 [488] -2014-12-15 12:30:13 queue INFO 25 [489] -2014-12-15 12:30:13 queue INFO 21 [490] -2014-12-15 12:30:14 queue INFO 25 [491] -2014-12-15 12:30:14 queue INFO 21 [492] -2014-12-15 12:30:14 queue INFO 25 [493] -2014-12-15 12:30:15 queue INFO 21 [494] -2014-12-15 12:30:15 queue INFO 25 [495] -2014-12-15 12:30:15 queue INFO 21 [496] -2014-12-15 12:30:16 queue INFO 25 [497] -2014-12-15 12:30:16 queue INFO 21 [498] -2014-12-15 12:30:16 queue INFO 25 [499] -2014-12-15 12:30:17 queue INFO 21 [500] -2014-12-15 12:30:17 queue INFO 25 [501] -2014-12-15 12:30:17 queue INFO 21 [502] -2014-12-15 12:30:18 queue INFO 25 [503] -2014-12-15 12:30:18 queue INFO 21 [504] -2014-12-15 12:30:18 queue INFO 25 [505] -2014-12-15 12:30:18 queue INFO 21 [506] -2014-12-15 12:30:19 queue INFO 25 [507] -2014-12-15 12:30:19 queue INFO 21 [508] -2014-12-15 12:30:19 queue INFO 25 [509] -2014-12-15 12:30:20 queue INFO 21 [510] -2014-12-15 12:30:20 queue INFO 25 [511] -2014-12-15 12:30:20 queue INFO 21 [512] -2014-12-15 12:30:21 queue INFO 25 [513] -2014-12-15 12:30:21 queue INFO 21 [514] -2014-12-15 12:30:21 queue INFO 25 [515] -2014-12-15 12:30:22 queue INFO 21 [516] -2014-12-15 12:30:22 queue INFO 25 [517] -2014-12-15 12:30:22 queue INFO 21 [518] -2014-12-15 12:30:23 queue INFO 25 [519] -2014-12-15 12:30:23 queue INFO 21 [520] -2014-12-15 12:30:23 queue INFO 25 [521] -2014-12-15 12:30:24 queue INFO 21 [522] -2014-12-15 12:30:24 queue INFO 25 [523] -2014-12-15 12:30:24 queue INFO 21 [524] -2014-12-15 12:30:25 queue INFO 25 [525] -2014-12-15 12:30:25 queue INFO 21 [526] -2014-12-15 12:30:25 queue INFO 25 [527] -2014-12-15 12:30:26 queue INFO 21 [528] -2014-12-15 12:30:26 queue INFO 25 [529] -2014-12-15 12:30:26 queue INFO 21 [530] -2014-12-15 12:30:27 queue INFO 25 [531] -2014-12-15 12:30:27 queue INFO 21 [532] -2014-12-15 12:30:27 queue INFO 25 [533] -2014-12-15 12:30:28 queue INFO 21 [534] -2014-12-15 12:30:28 queue INFO 25 [535] -2014-12-15 12:30:28 queue INFO 21 [536] -2014-12-15 12:30:29 queue INFO 25 [537] -2014-12-15 12:30:29 queue INFO 21 [538] -2014-12-15 12:30:29 queue INFO 25 [539] -2014-12-15 12:30:30 queue INFO 21 [540] -2014-12-15 12:30:30 queue INFO 25 [541] -2014-12-15 12:30:30 queue INFO 21 [542] -2014-12-15 12:30:31 queue INFO 25 [543] -2014-12-15 12:30:31 queue INFO 21 [544] -2014-12-15 12:30:32 queue INFO 25 [545] -2014-12-15 12:30:32 queue INFO 21 [546] -2014-12-15 12:30:32 queue INFO 25 [547] -2014-12-15 12:30:32 queue INFO 21 [548] -2014-12-15 12:30:33 queue INFO 25 [549] -2014-12-15 12:30:33 queue INFO 21 [550] -2014-12-15 12:30:33 queue INFO 25 [551] -2014-12-15 12:30:34 queue INFO 21 [552] -2014-12-15 12:30:34 queue INFO 25 [553] -2014-12-15 12:30:34 queue INFO 21 [554] -2014-12-15 12:30:35 queue INFO 25 [555] -2014-12-15 12:30:35 queue INFO 21 [556] -2014-12-15 12:30:35 queue INFO 25 [557] -2014-12-15 12:30:36 queue INFO 21 [558] -2014-12-15 12:30:36 queue INFO 25 [559] -2014-12-15 12:30:36 queue INFO 21 [560] -2014-12-15 12:30:37 queue INFO 25 [561] -2014-12-15 12:30:37 queue INFO 21 [562] -2014-12-15 12:30:37 queue INFO 25 [563] -2014-12-15 12:30:38 queue INFO 21 [564] -2014-12-15 12:30:38 queue INFO 25 [565] -2014-12-15 12:30:38 queue INFO 21 [566] -2014-12-15 12:30:39 queue INFO 25 [567] -2014-12-15 12:30:39 queue INFO 21 [568] -2014-12-15 12:30:39 queue INFO 25 [569] -2014-12-15 12:30:40 queue INFO 21 [570] -2014-12-15 12:30:40 queue INFO 25 [571] -2014-12-15 12:30:40 queue INFO 21 [572] -2014-12-15 12:30:41 queue INFO 25 [573] -2014-12-15 12:30:41 queue INFO 21 [574] -2014-12-15 12:30:41 queue INFO 25 [575] -2014-12-15 12:30:42 queue INFO 21 [576] -2014-12-15 12:30:42 queue INFO 25 [577] -2014-12-15 12:30:42 queue INFO 21 [578] -2014-12-15 12:30:43 queue INFO 25 [579] -2014-12-15 12:30:43 queue INFO 21 [580] -2014-12-15 12:30:43 queue INFO 25 [581] -2014-12-15 12:30:44 queue INFO 21 [582] -2014-12-15 12:30:44 queue INFO 25 [583] -2014-12-15 12:30:44 queue INFO 21 [584] -2014-12-15 12:30:45 queue INFO 25 [585] -2014-12-15 12:30:45 queue INFO 21 [586] -2014-12-15 12:30:45 queue INFO 25 [587] -2014-12-15 12:30:45 queue INFO 21 [588] -2014-12-15 12:30:46 queue INFO 25 [589] -2014-12-15 12:30:46 queue INFO 21 [590] -2014-12-15 12:30:47 queue INFO 25 [591] -2014-12-15 12:30:47 queue INFO 21 [592] -2014-12-15 12:30:48 queue INFO 25 [593] -2014-12-15 12:30:48 queue INFO 21 [594] -2014-12-15 12:30:48 queue INFO 25 [595] -2014-12-15 12:30:49 queue INFO 21 [596] -2014-12-15 12:30:49 queue INFO 25 [597] -2014-12-15 12:30:49 queue INFO 21 [598] -2014-12-15 12:30:50 queue INFO 25 [599] -2014-12-15 12:30:50 queue INFO 21 [600] -2014-12-15 12:30:50 queue INFO 25 [601] -2014-12-15 12:30:51 queue INFO 21 [602] -2014-12-15 12:30:51 queue INFO 25 [603] -2014-12-15 12:30:51 queue INFO 21 [604] -2014-12-15 12:30:52 queue INFO 25 [605] -2014-12-15 12:30:52 queue INFO 21 [606] -2014-12-15 12:30:52 queue INFO 25 [607] -2014-12-15 12:30:53 queue INFO 21 [608] -2014-12-15 12:30:53 queue INFO 25 [609] -2014-12-15 12:30:53 queue INFO 21 [610] -2014-12-15 12:30:54 queue INFO 25 [611] -2014-12-15 12:30:54 queue INFO 21 [612] -2014-12-15 12:30:54 queue INFO 25 [613] -2014-12-15 12:30:55 queue INFO 21 [614] -2014-12-15 12:30:55 queue INFO 25 [615] -2014-12-15 12:30:55 queue INFO 21 [616] -2014-12-15 12:30:56 queue INFO 25 [617] -2014-12-15 12:30:56 queue INFO 21 [618] -2014-12-15 12:30:56 queue INFO 25 [619] -2014-12-15 12:30:57 queue INFO 21 [620] -2014-12-15 12:30:57 queue INFO 5 [621] -2014-12-15 12:30:57 queue INFO 1 [622] -2014-12-15 12:30:58 queue INFO 5 [623] -2014-12-15 12:30:58 queue INFO 1 [624] -2014-12-15 12:30:58 queue INFO 5 [625] -2014-12-15 12:30:59 queue INFO 1 [626] -2014-12-15 12:30:59 queue INFO 5 [627] -2014-12-15 12:30:59 queue INFO 1 [628] -2014-12-15 12:31:00 queue INFO 5 [629] -2014-12-15 12:31:00 queue INFO 1 [630] -2014-12-15 12:31:00 queue INFO 5 [631] -2014-12-15 12:31:01 queue INFO 1 [632] -2014-12-15 12:31:01 queue INFO 5 [633] -2014-12-15 12:31:01 queue INFO 1 [634] -2014-12-15 12:31:02 queue INFO 5 [635] -2014-12-15 12:31:02 queue INFO 1 [636] -2014-12-15 12:31:02 queue INFO 5 [637] -2014-12-15 12:31:03 queue INFO 1 [638] -2014-12-15 12:31:03 queue INFO 5 [639] -2014-12-15 12:31:03 queue INFO 1 [640] -2014-12-15 12:31:04 queue INFO 5 [641] -2014-12-15 12:31:04 queue INFO 1 [642] -2014-12-15 12:31:04 queue INFO 5 [643] -2014-12-15 12:31:05 queue INFO 1 [644] -2014-12-15 12:31:05 queue INFO 5 [645] -2014-12-15 12:31:05 queue INFO 1 [646] -2014-12-15 12:31:06 queue INFO 5 [647] -2014-12-15 12:31:06 queue INFO 1 [648] -2014-12-15 12:31:06 queue INFO 5 [649] -2014-12-15 12:31:07 queue INFO 1 [650] -2014-12-15 12:31:07 queue INFO 5 [651] -2014-12-15 12:31:07 queue INFO 1 [652] -2014-12-15 12:31:08 queue INFO 5 [653] -2014-12-15 12:31:08 queue INFO 1 [654] -2014-12-15 12:31:08 queue INFO 5 [655] -2014-12-15 12:31:09 queue INFO 1 [656] -2014-12-15 12:31:09 queue INFO 5 [657] -2014-12-15 12:31:09 queue INFO 1 [658] -2014-12-15 12:31:10 queue INFO 5 [659] -2014-12-15 12:31:10 queue INFO 1 [660] -2014-12-15 12:31:10 queue INFO 5 [661] -2014-12-15 12:31:11 queue INFO 1 [662] -2014-12-15 12:31:11 queue INFO 5 [663] -2014-12-15 12:31:11 queue INFO 1 [664] -2014-12-15 12:31:12 queue INFO 5 [665] -2014-12-15 12:31:12 queue INFO 1 [666] -2014-12-15 12:31:12 queue INFO 5 [667] -2014-12-15 12:31:13 queue INFO 1 [668] -2014-12-15 12:31:13 queue INFO 5 [669] -2014-12-15 12:31:13 queue INFO 1 [670] -2014-12-15 12:31:13 queue INFO 5 [671] -2014-12-15 12:31:14 queue INFO 1 [672] -2014-12-15 12:31:14 queue INFO 5 [673] -2014-12-15 12:31:14 queue INFO 1 [674] -2014-12-15 12:31:15 queue INFO 5 [675] -2014-12-15 12:31:15 queue INFO 1 [676] -2014-12-15 12:31:15 queue INFO 5 [677] -2014-12-15 12:31:16 queue INFO 1 [678] -2014-12-15 12:31:16 queue INFO 5 [679] -2014-12-15 12:31:16 queue INFO 1 [680] -2014-12-15 12:31:17 queue INFO 5 [681] -2014-12-15 12:31:17 queue INFO 1 [682] -2014-12-15 12:31:17 queue INFO 5 [683] -2014-12-15 12:31:18 queue INFO 1 [684] -2014-12-15 12:31:18 queue INFO 5 [685] -2014-12-15 12:31:18 queue INFO 1 [686] -2014-12-15 12:31:19 queue INFO 5 [687] -2014-12-15 12:31:19 queue INFO 1 [688] -2014-12-15 12:31:19 queue INFO 5 [689] -2014-12-15 12:31:20 queue INFO 1 [690] -2014-12-15 12:31:20 queue INFO 5 [691] -2014-12-15 12:31:20 queue INFO 1 [692] -2014-12-15 12:31:21 queue INFO 5 [693] -2014-12-15 12:31:21 queue INFO 1 [694] -2014-12-15 12:31:21 queue INFO 5 [695] -2014-12-15 12:31:22 queue INFO 1 [696] -2014-12-15 12:31:22 queue INFO 5 [697] -2014-12-15 12:31:22 queue INFO 1 [698] -2014-12-15 12:31:23 queue INFO 5 [699] -2014-12-15 12:31:23 queue INFO 1 [700] -2014-12-15 12:31:23 queue INFO 5 [701] -2014-12-15 12:31:24 queue INFO 1 [702] -2014-12-15 12:31:24 queue INFO 5 [703] -2014-12-15 12:31:24 queue INFO 1 [704] -2014-12-15 12:31:25 queue INFO 5 [705] -2014-12-15 12:31:25 queue INFO 1 [706] -2014-12-15 12:31:25 queue INFO 5 [707] -2014-12-15 12:31:26 queue INFO 1 [708] -2014-12-15 12:31:26 queue INFO 5 [709] -2014-12-15 12:31:27 queue INFO 1 [710] -2014-12-15 12:31:27 queue INFO 5 [711] -2014-12-15 12:31:27 queue INFO 1 [712] -2014-12-15 12:31:28 queue INFO 5 [713] -2014-12-15 12:31:28 queue INFO 1 [714] -2014-12-15 12:31:28 queue INFO 5 [715] -2014-12-15 12:31:30 queue INFO >5 [716] -2014-12-15 12:31:31 queue INFO 1 [717] -2014-12-15 12:31:31 queue INFO 5 [718] -2014-12-15 12:31:32 queue INFO 1 [719] -2014-12-15 12:31:33 queue INFO 5 [720] -2014-12-15 12:31:33 queue INFO 1 [721] -2014-12-15 12:31:33 queue INFO 5 [722] -2014-12-15 12:31:34 queue INFO 1 [723] -2014-12-15 12:31:34 queue INFO 5 [724] -2014-12-15 12:31:34 queue INFO 1 [725] -2014-12-15 12:31:35 queue INFO 5 [726] -2014-12-15 12:31:35 queue INFO 1 [727] -2014-12-15 12:31:35 queue INFO 5 [728] -2014-12-15 12:31:36 queue INFO 1 [729] -2014-12-15 12:31:36 queue INFO 5 [730] -2014-12-15 12:31:36 queue INFO 1 [731] -2014-12-15 12:31:37 queue INFO 5 [732] -2014-12-15 12:31:37 queue INFO 1 [733] -2014-12-15 12:31:37 queue INFO 5 [734] -2014-12-15 12:31:38 queue INFO 1 [735] -2014-12-15 12:31:38 queue INFO 5 [736] -2014-12-15 12:31:38 queue INFO 1 [737] -2014-12-15 12:31:39 queue INFO 5 [738] -2014-12-15 12:31:39 queue INFO 1 [739] -2014-12-15 12:31:39 queue INFO 5 [740] -2014-12-15 12:31:40 queue INFO 1 [741] -2014-12-15 12:31:40 queue INFO 5 [742] -2014-12-15 12:31:40 queue INFO 1 [743] -2014-12-15 12:31:41 queue INFO 5 [744] -2014-12-15 12:31:41 queue INFO 1 [745] -2014-12-15 12:31:41 queue INFO 5 [746] -2014-12-15 12:31:42 queue INFO 1 [747] -2014-12-15 12:31:42 queue INFO 5 [748] -2014-12-15 12:31:42 queue INFO 1 [749] -2014-12-15 12:31:43 queue INFO 5 [750] -2014-12-15 12:31:43 queue INFO 1 [751] -2014-12-15 12:31:43 queue INFO 5 [752] -2014-12-15 12:31:44 queue INFO 1 [753] -2014-12-15 12:31:44 queue INFO 5 [754] -2014-12-15 12:31:44 queue INFO 1 [755] -2014-12-15 12:31:45 queue INFO 5 [756] -2014-12-15 12:31:45 queue INFO 1 [757] -2014-12-15 12:31:45 queue INFO 5 [758] -2014-12-15 12:31:46 queue INFO 1 [759] -2014-12-15 12:31:46 queue INFO 5 [760] -2014-12-15 12:31:46 queue INFO 1 [761] -2014-12-15 12:31:47 queue INFO 5 [762] -2014-12-15 12:31:47 queue INFO 1 [763] -2014-12-15 12:31:47 queue INFO 5 [764] -2014-12-15 12:31:48 queue INFO 1 [765] -2014-12-15 12:31:48 queue INFO 5 [766] -2014-12-15 12:31:48 queue INFO 1 [767] -2014-12-15 12:31:49 queue INFO 5 [768] -2014-12-15 12:31:49 queue INFO 1 [769] -2014-12-15 12:31:49 queue INFO 5 [770] -2014-12-15 12:31:50 queue INFO 1 [771] -2014-12-15 12:31:50 queue INFO 5 [772] -2014-12-15 12:31:50 queue INFO 1 [773] -2014-12-15 12:31:51 queue INFO 5 [774] -2014-12-15 12:31:51 queue INFO 1 [775] -2014-12-15 12:31:51 queue INFO 5 [776] -2014-12-15 12:31:51 queue INFO 1 [777] -2014-12-15 12:31:52 queue INFO 5 [778] -2014-12-15 12:31:52 queue INFO 1 [779] -2014-12-15 12:31:52 queue INFO 5 [780] -2014-12-15 12:31:53 queue INFO 1 [781] -2014-12-15 12:31:53 queue INFO 5 [782] -2014-12-15 12:31:53 queue INFO 1 [783] -2014-12-15 12:31:54 queue INFO 5 [784] -2014-12-15 12:31:54 queue INFO 1 [785] -2014-12-15 12:31:54 queue INFO 5 [786] -2014-12-15 12:31:55 queue INFO 1 [787] -2014-12-15 12:31:55 queue INFO 5 [788] -2014-12-15 12:31:56 queue INFO 1 [789] -2014-12-15 12:31:56 queue INFO 5 [790] -2014-12-15 12:31:56 queue INFO 1 [791] -2014-12-15 12:31:57 queue INFO 5 [792] -2014-12-15 12:31:57 queue INFO 1 [793] -2014-12-15 12:31:57 queue INFO 5 [794] -2014-12-15 12:31:58 queue INFO 1 [795] -2014-12-15 12:31:58 queue INFO 5 [796] -2014-12-15 12:31:58 queue INFO 1 [797] -2014-12-15 12:31:59 queue INFO 5 [798] -2014-12-15 12:31:59 queue INFO 1 [799] -2014-12-15 12:31:59 queue INFO 5 [800] -2014-12-15 12:32:00 queue INFO 1 [801] -2014-12-15 12:32:00 queue INFO 5 [802] -2014-12-15 12:32:00 queue INFO 1 [803] -2014-12-15 12:32:01 queue INFO 5 [804] -2014-12-15 12:32:01 queue INFO 1 [805] -2014-12-15 12:32:01 queue INFO 5 [806] -2014-12-15 12:32:02 queue INFO 1 [807] -2014-12-15 12:32:02 queue INFO 5 [808] -2014-12-15 12:32:02 queue INFO 1 [809] -2014-12-15 12:32:03 queue INFO 5 [810] -2014-12-15 12:32:03 queue INFO 1 [811] -2014-12-15 12:32:03 queue INFO 5 [812] -2014-12-15 12:32:03 queue INFO 1 [813] -2014-12-15 12:32:04 queue INFO 5 [814] -2014-12-15 12:32:04 queue INFO 1 [815] -2014-12-15 12:32:05 queue INFO 5 [816] -2014-12-15 12:32:05 queue INFO 1 [817] -2014-12-15 12:32:05 queue INFO 5 [818] -2014-12-15 12:32:05 queue INFO 1 [819] -2014-12-15 12:32:06 queue INFO 5 [820] -2014-12-15 12:32:06 queue INFO 1 [821] -2014-12-15 12:32:06 queue INFO 5 [822] -2014-12-15 12:32:07 queue INFO 1 [823] -2014-12-15 12:32:07 queue INFO 5 [824] -2014-12-15 12:32:07 queue INFO 1 [825] -2014-12-15 12:32:08 queue INFO 5 [826] -2014-12-15 12:32:08 queue INFO 1 [827] -2014-12-15 12:32:08 queue INFO 5 [828] -2014-12-15 12:32:09 queue INFO 1 [829] -2014-12-15 12:32:09 queue INFO 5 [830] -2014-12-15 12:32:09 queue INFO 1 [831] -2014-12-15 12:32:10 queue INFO 5 [832] -2014-12-15 12:32:10 queue INFO 1 [833] -2014-12-15 12:32:10 queue INFO 5 [834] -2014-12-15 12:32:11 queue INFO 1 [835] -2014-12-15 12:32:11 queue INFO 5 [836] -2014-12-15 12:32:11 queue INFO 1 [837] -2014-12-15 12:32:12 queue INFO 5 [838] -2014-12-15 12:32:12 queue INFO 1 [839] -2014-12-15 12:32:12 queue INFO 5 [840] -2014-12-15 12:32:13 queue INFO 1 [841] -2014-12-15 12:32:13 queue INFO 5 [842] -2014-12-15 12:32:13 queue INFO 1 [843] -2014-12-15 12:32:14 queue INFO 5 [844] -2014-12-15 12:32:14 queue INFO 1 [845] -2014-12-15 12:32:15 queue INFO 5 [846] -2014-12-15 12:32:15 queue INFO 1 [847] -2014-12-15 12:32:15 queue INFO 5 [848] -2014-12-15 12:32:16 queue INFO 1 [849] -2014-12-15 12:32:16 queue INFO 5 [850] -2014-12-15 12:32:16 queue INFO 1 [851] -2014-12-15 12:32:17 queue INFO 5 [852] -2014-12-15 12:32:17 queue INFO 1 [853] -2014-12-15 12:32:17 queue INFO 5 [854] -2014-12-15 12:32:18 queue INFO 1 [855] -2014-12-15 12:32:18 queue INFO 5 [856] -2014-12-15 12:32:18 queue INFO 1 [857] -2014-12-15 12:32:19 queue INFO 5 [858] -2014-12-15 12:32:19 queue INFO 1 [859] -2014-12-15 12:32:19 queue INFO 5 [860] -2014-12-15 12:32:20 queue INFO 1 [861] -2014-12-15 12:32:20 queue INFO 5 [862] -2014-12-15 12:32:20 queue INFO 1 [863] -2014-12-15 12:32:21 queue INFO 5 [864] -2014-12-15 12:32:21 queue INFO 1 [865] -2014-12-15 12:32:21 queue INFO 5 [866] -2014-12-15 12:32:22 queue INFO 1 [867] -2014-12-15 12:32:22 queue INFO 5 [868] -2014-12-15 12:32:22 queue INFO 1 [869] -2014-12-15 12:32:23 queue INFO 5 [870] -2014-12-15 12:32:23 queue INFO 1 [871] -2014-12-15 12:32:23 queue INFO 5 [872] -2014-12-15 12:32:24 queue INFO 1 [873] -2014-12-15 12:32:24 queue INFO 5 [874] -2014-12-15 12:32:24 queue INFO 1 [875] -2014-12-15 12:32:25 queue INFO 5 [876] -2014-12-15 12:32:25 queue INFO 1 [877] -2014-12-15 12:32:25 queue INFO 5 [878] -2014-12-15 12:32:26 queue INFO 1 [879] -2014-12-15 12:32:26 queue INFO 5 [880] -2014-12-15 12:32:26 queue INFO 1 [881] -2014-12-15 12:32:27 queue INFO 5 [882] -2014-12-15 12:32:27 queue INFO 1 [883] -2014-12-15 12:32:27 queue INFO 5 [884] -2014-12-15 12:32:28 queue INFO 1 [885] -2014-12-15 12:32:28 queue INFO 5 [886] -2014-12-15 12:32:28 queue INFO 1 [887] -2014-12-15 12:32:29 queue INFO 5 [888] -2014-12-15 12:32:29 queue INFO 1 [889] -2014-12-15 12:32:29 queue INFO 5 [890] -2014-12-15 12:32:30 queue INFO 1 [891] -2014-12-15 12:32:30 queue INFO 5 [892] -2014-12-15 12:32:30 queue INFO 1 [893] -2014-12-15 12:32:31 queue INFO 5 [894] -2014-12-15 12:32:31 queue INFO 1 [895] -2014-12-15 12:32:32 queue INFO 5 [896] -2014-12-15 12:32:32 queue INFO 1 [897] -2014-12-15 12:32:32 queue INFO 5 [898] -2014-12-15 12:32:33 queue INFO 1 [899] -2014-12-15 12:32:33 queue INFO 5 [900] -2014-12-15 12:32:33 queue INFO 1 [901] -2014-12-15 12:32:34 queue INFO 5 [902] -2014-12-15 12:32:34 queue INFO 1 [903] -2014-12-15 12:32:34 queue INFO 5 [904] -2014-12-15 12:32:35 queue INFO 1 [905] -2014-12-15 12:32:35 queue INFO 5 [906] -2014-12-15 12:32:35 queue INFO 1 [907] -2014-12-15 12:32:36 queue INFO 5 [908] -2014-12-15 12:32:36 queue INFO 1 [909] -2014-12-15 12:32:36 queue INFO 5 [910] -2014-12-15 12:32:37 queue INFO 1 [911] -2014-12-15 12:32:37 queue INFO 5 [912] -2014-12-15 12:32:37 queue INFO 1 [913] -2014-12-15 12:32:38 queue INFO 5 [914] -2014-12-15 12:32:38 queue INFO 1 [915] -2014-12-15 12:32:38 queue INFO 5 [916] -2014-12-15 12:32:39 queue INFO 1 [917] -2014-12-15 12:32:39 queue INFO 5 [918] -2014-12-15 12:32:39 queue INFO 1 [919] -2014-12-15 12:32:40 queue INFO 5 [920] -2014-12-15 12:32:40 queue INFO 1 [921] -2014-12-15 12:32:40 queue INFO 5 [922] -2014-12-15 12:32:41 queue INFO 1 [923] -2014-12-15 12:32:41 queue INFO 5 [924] -2014-12-15 12:32:41 queue INFO 1 [925] -2014-12-15 12:32:42 queue INFO 5 [926] -2014-12-15 12:32:42 queue INFO 1 [927] -2014-12-15 12:32:42 queue INFO 5 [928] -2014-12-15 12:32:43 queue INFO 1 [929] -2014-12-15 12:32:43 queue INFO 5 [930] -2014-12-15 12:32:43 queue INFO 1 [931] -2014-12-15 12:32:43 queue INFO 5 [932] -2014-12-15 12:32:44 queue INFO 1 [933] -2014-12-15 12:32:44 queue INFO 5 [934] -2014-12-15 12:32:44 queue INFO 1 [935] -2014-12-15 12:32:45 queue INFO 5 [936] -2014-12-15 12:32:45 queue INFO 1 [937] -2014-12-15 12:32:45 queue INFO 5 [938] -2014-12-15 12:32:46 queue INFO 1 [939] -2014-12-15 12:32:46 queue INFO 5 [940] -2014-12-15 12:32:46 queue INFO 1 [941] -2014-12-15 12:32:47 queue INFO 5 [942] -2014-12-15 12:32:47 queue INFO 1 [943] -2014-12-15 12:32:47 queue INFO 5 [944] -2014-12-15 12:32:48 queue INFO 1 [945] -2014-12-15 12:32:48 queue INFO 5 [946] -2014-12-15 12:32:48 queue INFO 1 [947] -2014-12-15 12:32:49 queue INFO 5 [948] -2014-12-15 12:32:49 queue INFO 1 [949] -2014-12-15 12:32:49 queue INFO 5 [950] -2014-12-15 12:32:50 queue INFO 1 [951] -2014-12-15 12:32:50 queue INFO 5 [952] -2014-12-15 12:32:51 queue INFO 1 [953] -2014-12-15 12:32:51 queue INFO 5 [954] -2014-12-15 12:32:51 queue INFO 1 [955] -2014-12-15 12:32:52 queue INFO 5 [956] -2014-12-15 12:32:52 queue INFO 1 [957] -2014-12-15 12:32:52 queue INFO 5 [958] -2014-12-15 12:32:53 queue INFO 1 [959] -2014-12-15 12:32:53 queue INFO 5 [960] -2014-12-15 12:32:53 queue INFO 1 [961] -2014-12-15 12:32:53 queue INFO 5 [962] -2014-12-15 12:32:54 queue INFO 1 [963] -2014-12-15 12:32:54 queue INFO 5 [964] -2014-12-15 12:32:54 queue INFO 1 [965] -2014-12-15 12:32:55 queue INFO 5 [966] -2014-12-15 12:32:55 queue INFO 1 [967] -2014-12-15 12:32:55 queue INFO 5 [968] -2014-12-15 12:32:56 queue INFO 1 [969] -2014-12-15 12:32:56 queue INFO 5 [970] -2014-12-15 12:32:56 queue INFO 1 [971] -2014-12-15 12:32:57 queue INFO 5 [972] -2014-12-15 12:32:57 queue INFO 1 [973] -2014-12-15 12:32:57 queue INFO 5 [974] -2014-12-15 12:32:58 queue INFO 1 [975] -2014-12-15 12:32:58 queue INFO 5 [976] -2014-12-15 12:32:58 queue INFO 1 [977] -2014-12-15 12:32:59 queue INFO 5 [978] -2014-12-15 12:32:59 queue INFO 1 [979] -2014-12-15 12:32:59 queue INFO 5 [980] -2014-12-15 12:33:00 queue INFO 1 [981] -2014-12-15 12:33:00 queue INFO 5 [982] -2014-12-15 12:33:00 queue INFO 1 [983] -2014-12-15 12:33:01 queue INFO 5 [984] -2014-12-15 12:33:01 queue INFO 1 [985] -2014-12-15 12:33:01 queue INFO 5 [986] -2014-12-15 12:33:02 queue INFO 1 [987] -2014-12-15 12:33:02 queue INFO 5 [988] -2014-12-15 12:33:02 queue INFO 1 [989] -2014-12-15 12:33:03 queue INFO 5 [990] -2014-12-15 12:33:03 queue INFO 1 [991] -2014-12-15 12:33:03 queue INFO 5 [992] -2014-12-15 12:33:04 queue INFO 1 [993] -2014-12-15 12:33:04 queue INFO 5 [994] -2014-12-15 12:33:04 queue INFO 1 [995] -2014-12-15 12:33:05 queue INFO 5 [996] -2014-12-15 12:33:05 queue INFO 1 [997] -2014-12-15 12:33:05 queue INFO 5 [998] -2014-12-15 12:33:05 queue INFO 1 [999] -2014-12-15 12:33:06 queue INFO 5 [0] -2014-12-15 12:33:06 queue INFO 1 [1] -2014-12-15 12:33:06 queue INFO 5 [2] -2014-12-15 12:33:07 queue INFO 1 [3] -2014-12-15 12:33:07 queue INFO 5 [4] -2014-12-15 12:33:07 queue INFO 1 [5] -2014-12-15 12:33:08 queue INFO 5 [6] -2014-12-15 12:33:08 queue INFO 1 [7] -2014-12-15 12:33:08 queue INFO 5 [8] -2014-12-15 12:33:09 queue INFO 1 [9] -2014-12-15 12:33:09 queue INFO 5 [10] -2014-12-15 12:33:09 queue INFO 1 [11] -2014-12-15 12:33:10 queue INFO 5 [12] -2014-12-15 12:33:10 queue INFO 1 [13] -2014-12-15 12:33:10 queue INFO 5 [14] -2014-12-15 12:33:11 queue INFO 1 [15] -2014-12-15 12:33:11 queue INFO 5 [16] -2014-12-15 12:33:11 queue INFO 1 [17] -2014-12-15 12:33:12 queue INFO 5 [18] -2014-12-15 12:33:12 queue INFO 1 [19] -2014-12-15 12:33:12 queue INFO 5 [20] -2014-12-15 12:33:13 queue INFO 1 [21] -2014-12-15 12:33:13 queue INFO 5 [22] -2014-12-15 12:33:13 queue INFO 1 [23] -2014-12-15 12:33:14 queue INFO 5 [24] -2014-12-15 12:33:14 queue INFO 1 [25] -2014-12-15 12:33:14 queue INFO 5 [26] -2014-12-15 12:33:15 queue INFO 1 [27] -2014-12-15 12:33:15 queue INFO 5 [28] -2014-12-15 12:33:15 queue INFO 1 [29] -2014-12-15 12:33:16 queue INFO 5 [30] -2014-12-15 12:33:16 queue INFO 1 [31] -2014-12-15 12:33:16 queue INFO 5 [32] -2014-12-15 12:33:16 queue INFO 1 [33] -2014-12-15 12:33:17 queue INFO 5 [34] -2014-12-15 12:33:17 queue INFO 1 [35] -2014-12-15 12:33:18 queue INFO 5 [36] -2014-12-15 12:33:18 queue INFO 1 [37] -2014-12-15 12:33:18 queue INFO 5 [38] -2014-12-15 12:33:19 queue INFO 1 [39] -2014-12-15 12:33:19 queue INFO 5 [40] -2014-12-15 12:33:19 queue INFO 1 [41] -2014-12-15 12:33:20 queue INFO 5 [42] -2014-12-15 12:33:20 queue INFO 1 [43] -2014-12-15 12:33:20 queue INFO 5 [44] -2014-12-15 12:33:21 queue INFO 1 [45] -2014-12-15 12:33:21 queue INFO 5 [46] -2014-12-15 12:33:21 queue INFO 1 [47] -2014-12-15 12:33:22 queue INFO 5 [48] -2014-12-15 12:33:22 queue INFO 1 [49] -2014-12-15 12:33:22 queue INFO 5 [50] -2014-12-15 12:33:23 queue INFO 1 [51] -2014-12-15 12:33:23 queue INFO 5 [52] -2014-12-15 12:33:23 queue INFO 1 [53] -2014-12-15 12:33:24 queue INFO 5 [54] -2014-12-15 12:33:24 queue INFO 1 [55] -2014-12-15 12:33:24 queue INFO 5 [56] -2014-12-15 12:33:25 queue INFO 1 [57] -2014-12-15 12:33:25 queue INFO 5 [58] -2014-12-15 12:33:25 queue INFO 1 [59] -2014-12-15 12:33:26 queue INFO 5 [60] -2014-12-15 12:33:26 queue INFO 1 [61] -2014-12-15 12:33:26 queue INFO 5 [62] -2014-12-15 12:33:26 queue INFO 1 [63] -2014-12-15 12:33:27 queue INFO 5 [64] -2014-12-15 12:33:27 queue INFO 1 [65] -2014-12-15 12:33:27 queue INFO 5 [66] -2014-12-15 12:33:28 queue INFO 1 [67] -2014-12-15 12:33:28 queue INFO 5 [68] -2014-12-15 12:33:28 queue INFO 1 [69] -2014-12-15 12:33:29 queue INFO 5 [70] -2014-12-15 12:33:29 queue INFO 1 [71] -2014-12-15 12:33:29 queue INFO 5 [72] -2014-12-15 12:33:30 queue INFO 1 [73] -2014-12-15 12:33:30 queue INFO 5 [74] -2014-12-15 12:33:30 queue INFO 1 [75] -2014-12-15 12:33:31 queue INFO 5 [76] -2014-12-15 12:33:31 queue INFO 1 [77] -2014-12-15 12:33:31 queue INFO 5 [78] -2014-12-15 12:33:32 queue INFO 1 [79] -2014-12-15 12:33:32 queue INFO 5 [80] -2014-12-15 12:33:32 queue INFO 1 [81] -2014-12-15 12:33:33 queue INFO 5 [82] -2014-12-15 12:33:33 queue INFO 1 [83] -2014-12-15 12:33:33 queue INFO 5 [84] -2014-12-15 12:33:34 queue INFO 1 [85] -2014-12-15 12:33:34 queue INFO 5 [86] -2014-12-15 12:33:34 queue INFO 1 [87] -2014-12-15 12:33:35 queue INFO 5 [88] -2014-12-15 12:33:35 queue INFO 1 [89] -2014-12-15 12:33:35 queue INFO 5 [90] -2014-12-15 12:33:36 queue INFO 1 [91] -2014-12-15 12:33:36 queue INFO 5 [92] -2014-12-15 12:33:36 queue INFO 1 [93] -2014-12-15 12:33:37 queue INFO 5 [94] -2014-12-15 12:33:37 queue INFO 1 [95] -2014-12-15 12:33:37 queue INFO 5 [96] -2014-12-15 12:33:38 queue INFO 1 [97] -2014-12-15 12:33:38 queue INFO 5 [98] -2014-12-15 12:33:38 queue INFO 1 [99] -2014-12-15 12:33:39 queue INFO 5 [100] -2014-12-15 12:33:39 queue INFO 1 [101] -2014-12-15 12:33:39 queue INFO 5 [102] -2014-12-15 12:33:40 queue INFO 1 [103] -2014-12-15 12:33:40 queue INFO 5 [104] -2014-12-15 12:33:40 queue INFO 1 [105] -2014-12-15 12:33:41 queue INFO 5 [106] -2014-12-15 12:33:41 queue INFO 1 [107] -2014-12-15 12:33:41 queue INFO 5 [108] -2014-12-15 12:33:42 queue INFO 1 [109] -2014-12-15 12:33:42 queue INFO 5 [110] -2014-12-15 12:33:42 queue INFO 1 [111] -2014-12-15 12:33:42 queue INFO 5 [112] -2014-12-15 12:33:43 queue INFO 1 [113] -2014-12-15 12:33:43 queue INFO 5 [114] -2014-12-15 12:33:43 queue INFO 1 [115] -2014-12-15 12:33:44 queue INFO 5 [116] -2014-12-15 12:33:44 queue INFO 1 [117] -2014-12-15 12:33:45 queue INFO 5 [118] -2014-12-15 12:33:45 queue INFO 1 [119] -2014-12-15 12:33:45 queue INFO 5 [120] -2014-12-15 12:33:46 queue INFO 1 [121] -2014-12-15 12:33:46 queue INFO 5 [122] -2014-12-15 12:33:46 queue INFO 1 [123] -2014-12-15 12:33:47 queue INFO 5 [124] -2014-12-15 12:33:47 queue INFO 1 [125] -2014-12-15 12:33:47 queue INFO 7 [126] -2014-12-15 12:33:48 queue INFO 3 [127] -2014-12-15 12:33:48 queue INFO 7 [128] -2014-12-15 12:33:48 queue INFO 3 [129] -2014-12-15 12:33:49 queue INFO 7 [130] -2014-12-15 12:33:49 queue INFO 3 [131] -2014-12-15 12:33:49 queue INFO 7 [132] -2014-12-15 12:33:49 queue INFO 3 [133] -2014-12-15 12:33:50 queue INFO 7 [134] -2014-12-15 12:33:50 queue INFO 3 [135] -2014-12-15 12:33:50 queue INFO 7 [136] -2014-12-15 12:33:51 queue INFO 3 [137] -2014-12-15 12:33:51 queue INFO 7 [138] -2014-12-15 12:33:51 queue INFO 3 [139] -2014-12-15 12:33:52 queue INFO 7 [140] -2014-12-15 12:33:52 queue INFO 3 [141] -2014-12-15 12:33:52 queue INFO 7 [142] -2014-12-15 12:33:53 queue INFO 3 [143] -2014-12-15 12:33:53 queue INFO 7 [144] -2014-12-15 12:33:53 queue INFO 3 [145] -2014-12-15 12:33:54 queue INFO 7 [146] -2014-12-15 12:33:54 queue INFO 3 [147] -2014-12-15 12:33:54 queue INFO 7 [148] -2014-12-15 12:33:55 queue INFO 3 [149] -2014-12-15 12:33:55 queue INFO 7 [150] -2014-12-15 12:33:55 queue INFO 3 [151] -2014-12-15 12:33:56 queue INFO 7 [152] -2014-12-15 12:33:56 queue INFO 3 [153] -2014-12-15 12:33:56 queue INFO 7 [154] -2014-12-15 12:33:57 queue INFO 3 [155] -2014-12-15 12:33:57 queue INFO 7 [156] -2014-12-15 12:33:57 queue INFO 3 [157] -2014-12-15 12:33:58 queue INFO 7 [158] -2014-12-15 12:33:58 queue INFO 3 [159] -2014-12-15 12:33:58 queue INFO 7 [160] -2014-12-15 12:33:59 queue INFO 3 [161] -2014-12-15 12:33:59 queue INFO 7 [162] -2014-12-15 12:33:59 queue INFO 3 [163] -2014-12-15 12:34:00 queue INFO 7 [164] -2014-12-15 12:34:00 queue INFO 3 [165] -2014-12-15 12:34:00 queue INFO 7 [166] -2014-12-15 12:34:00 queue INFO 3 [167] -2014-12-15 12:34:01 queue INFO 7 [168] -2014-12-15 12:34:01 queue INFO 3 [169] -2014-12-15 12:34:02 queue INFO 7 [170] -2014-12-15 12:34:02 queue INFO 3 [171] -2014-12-15 12:34:02 queue INFO 7 [172] -2014-12-15 12:34:02 queue INFO 3 [173] -2014-12-15 12:34:03 queue INFO 7 [174] -2014-12-15 12:34:03 queue INFO 3 [175] -2014-12-15 12:34:03 queue INFO 7 [176] -2014-12-15 12:34:04 queue INFO 3 [177] -2014-12-15 12:34:04 queue INFO 7 [178] -2014-12-15 12:34:04 queue INFO 3 [179] -2014-12-15 12:34:05 queue INFO 7 [180] -2014-12-15 12:34:05 queue INFO 3 [181] -2014-12-15 12:34:06 queue INFO 7 [182] -2014-12-15 12:34:06 queue INFO 3 [183] -2014-12-15 12:34:07 queue INFO 7 [184] -2014-12-15 12:34:07 queue INFO 3 [185] -2014-12-15 12:34:07 queue INFO 7 [186] -2014-12-15 12:34:08 queue INFO 3 [187] -2014-12-15 12:34:08 queue INFO 7 [188] -2014-12-15 12:34:08 queue INFO 3 [189] -2014-12-15 12:34:09 queue INFO 7 [190] -2014-12-15 12:34:09 queue INFO 3 [191] -2014-12-15 12:34:09 queue INFO 7 [192] -2014-12-15 12:34:10 queue INFO 3 [193] -2014-12-15 12:34:10 queue INFO 7 [194] -2014-12-15 12:34:10 queue INFO 3 [195] -2014-12-15 12:34:11 queue INFO 7 [196] -2014-12-15 12:34:11 queue INFO 3 [197] -2014-12-15 12:34:11 queue INFO 7 [198] -2014-12-15 12:34:12 queue INFO 3 [199] -2014-12-15 12:34:12 queue INFO 7 [200] -2014-12-15 12:34:12 queue INFO 3 [201] -2014-12-15 12:34:13 queue INFO 7 [202] -2014-12-15 12:34:13 queue INFO 3 [203] -2014-12-15 12:34:13 queue INFO 7 [204] -2014-12-15 12:34:14 queue INFO 3 [205] -2014-12-15 12:34:14 queue INFO 7 [206] -2014-12-15 12:34:14 queue INFO 3 [207] -2014-12-15 12:34:15 queue INFO 7 [208] -2014-12-15 12:34:15 queue INFO 3 [209] -2014-12-15 12:34:15 queue INFO 7 [210] -2014-12-15 12:34:16 queue INFO 3 [211] -2014-12-15 12:34:16 queue INFO 7 [212] -2014-12-15 12:34:16 queue INFO 3 [213] -2014-12-15 12:34:17 queue INFO 7 [214] -2014-12-15 12:34:17 queue INFO 3 [215] -2014-12-15 12:34:17 queue INFO 7 [216] -2014-12-15 12:34:18 queue INFO 3 [217] -2014-12-15 12:34:18 queue INFO 7 [218] -2014-12-15 12:34:18 queue INFO 3 [219] -2014-12-15 12:34:19 queue INFO 7 [220] -2014-12-15 12:34:19 queue INFO 3 [221] -2014-12-15 12:34:19 queue INFO 7 [222] -2014-12-15 12:34:20 queue INFO 3 [223] -2014-12-15 12:34:20 queue INFO 7 [224] -2014-12-15 12:34:20 queue INFO 3 [225] -2014-12-15 12:34:21 queue INFO 7 [226] -2014-12-15 12:34:21 queue INFO 3 [227] -2014-12-15 12:34:21 queue INFO 7 [228] -2014-12-15 12:34:21 queue INFO 3 [229] -2014-12-15 12:34:22 queue INFO 7 [230] -2014-12-15 12:34:22 queue INFO 3 [231] -2014-12-15 12:34:22 queue INFO 7 [232] -2014-12-15 12:34:23 queue INFO 3 [233] -2014-12-15 12:34:23 queue INFO 7 [234] -2014-12-15 12:34:23 queue INFO 3 [235] -2014-12-15 12:34:24 queue INFO 7 [236] -2014-12-15 12:34:24 queue INFO 3 [237] -2014-12-15 12:34:24 queue INFO 7 [238] -2014-12-15 12:34:25 queue INFO 3 [239] -2014-12-15 12:34:25 queue INFO 7 [240] -2014-12-15 12:34:25 queue INFO 3 [241] -2014-12-15 12:34:26 queue INFO 7 [242] -2014-12-15 12:34:26 queue INFO 3 [243] -2014-12-15 12:34:26 queue INFO 7 [244] -2014-12-15 12:34:27 queue INFO 3 [245] -2014-12-15 12:34:27 queue INFO 7 [246] -2014-12-15 12:34:27 queue INFO 3 [247] -2014-12-15 12:34:28 queue INFO 7 [248] -2014-12-15 12:34:28 queue INFO 3 [249] -2014-12-15 12:34:28 queue INFO 7 [250] -2014-12-15 12:34:29 queue INFO 3 [251] -2014-12-15 12:34:29 queue INFO 7 [252] -2014-12-15 12:34:29 queue INFO 3 [253] -2014-12-15 12:34:30 queue INFO 7 [254] -2014-12-15 12:34:30 queue INFO 3 [255] -2014-12-15 12:34:30 queue INFO 7 [256] -2014-12-15 12:34:31 queue INFO 3 [257] -2014-12-15 12:34:31 queue INFO 7 [258] -2014-12-15 12:34:31 queue INFO 3 [259] -2014-12-15 12:34:32 queue INFO 7 [260] -2014-12-15 12:34:32 queue INFO 3 [261] -2014-12-15 12:34:32 queue INFO 7 [262] -2014-12-15 12:34:32 queue INFO 3 [263] -2014-12-15 12:34:33 queue INFO 7 [264] -2014-12-15 12:34:33 queue INFO 3 [265] -2014-12-15 12:34:33 queue INFO 7 [266] -2014-12-15 12:34:34 queue INFO 3 [267] -2014-12-15 12:34:34 queue INFO 7 [268] -2014-12-15 12:34:34 queue INFO 3 [269] -2014-12-15 12:34:35 queue INFO 7 [270] -2014-12-15 12:34:35 queue INFO 3 [271] -2014-12-15 12:34:35 queue INFO 7 [272] -2014-12-15 12:34:36 queue INFO 3 [273] -2014-12-15 12:34:36 queue INFO 7 [274] -2014-12-15 12:34:36 queue INFO 3 [275] -2014-12-15 12:34:37 queue INFO 7 [276] -2014-12-15 12:34:37 queue INFO 3 [277] -2014-12-15 12:34:37 queue INFO 7 [278] -2014-12-15 12:34:38 queue INFO 3 [279] -2014-12-15 12:34:38 queue INFO 7 [280] -2014-12-15 12:34:38 queue INFO 3 [281] -2014-12-15 12:34:39 queue INFO 7 [282] -2014-12-15 12:34:39 queue INFO 3 [283] -2014-12-15 12:34:40 queue INFO 7 [284] -2014-12-15 12:34:40 queue INFO 3 [285] -2014-12-15 12:34:41 queue INFO 7 [286] -2014-12-15 12:34:41 queue INFO 3 [287] -2014-12-15 12:34:41 queue INFO 7 [288] -2014-12-15 12:34:42 queue INFO 3 [289] -2014-12-15 12:34:42 queue INFO 7 [290] -2014-12-15 12:34:42 queue INFO 3 [291] -2014-12-15 12:34:43 queue INFO 7 [292] -2014-12-15 12:34:43 queue INFO 3 [293] -2014-12-15 12:34:43 queue INFO 7 [294] -2014-12-15 12:34:44 queue INFO 3 [295] -2014-12-15 12:34:44 queue INFO 7 [296] -2014-12-15 12:34:44 queue INFO 3 [297] -2014-12-15 12:34:45 queue INFO 7 [298] -2014-12-15 12:34:45 queue INFO 3 [299] -2014-12-15 12:34:45 queue INFO 7 [300] -2014-12-15 12:34:45 queue INFO 3 [301] -2014-12-15 12:34:46 queue INFO 7 [302] -2014-12-15 12:34:46 queue INFO 3 [303] -2014-12-15 12:34:46 queue INFO 7 [304] -2014-12-15 12:34:47 queue INFO 3 [305] -2014-12-15 12:34:47 queue INFO 7 [306] -2014-12-15 12:34:47 queue INFO 3 [307] -2014-12-15 12:34:48 queue INFO 7 [308] -2014-12-15 12:34:48 queue INFO 3 [309] -2014-12-15 12:34:48 queue INFO 7 [310] -2014-12-15 12:34:49 queue INFO 3 [311] -2014-12-15 12:34:49 queue INFO 7 [312] -2014-12-15 12:34:49 queue INFO 3 [313] -2014-12-15 12:34:50 queue INFO 7 [314] -2014-12-15 12:34:50 queue INFO 3 [315] -2014-12-15 12:34:50 queue INFO 7 [316] -2014-12-15 12:34:51 queue INFO 3 [317] -2014-12-15 12:34:51 queue INFO 7 [318] -2014-12-15 12:34:51 queue INFO 3 [319] -2014-12-15 12:34:52 queue INFO 7 [320] -2014-12-15 12:34:52 queue INFO 3 [321] -2014-12-15 12:34:52 queue INFO 7 [322] -2014-12-15 12:34:53 queue INFO 3 [323] -2014-12-15 12:34:53 queue INFO 7 [324] -2014-12-15 12:34:53 queue INFO 3 [325] -2014-12-15 12:34:54 queue INFO 7 [326] -2014-12-15 12:34:54 queue INFO 3 [327] -2014-12-15 12:34:54 queue INFO 7 [328] -2014-12-15 12:34:55 queue INFO 3 [329] -2014-12-15 12:34:55 queue INFO 7 [330] -2014-12-15 12:34:55 queue INFO 3 [331] -2014-12-15 12:34:56 queue INFO 7 [332] -2014-12-15 12:34:56 queue INFO 3 [333] -2014-12-15 12:34:56 queue INFO 7 [334] -2014-12-15 12:34:57 queue INFO 3 [335] -2014-12-15 12:34:57 queue INFO 7 [336] -2014-12-15 12:34:57 queue INFO 3 [337] -2014-12-15 12:34:58 queue INFO 7 [338] -2014-12-15 12:34:58 queue INFO 3 [339] -2014-12-15 12:34:58 queue INFO 7 [340] -2014-12-15 12:34:58 queue INFO 3 [341] -2014-12-15 12:34:59 queue INFO 7 [342] -2014-12-15 12:34:59 queue INFO 3 [343] -2014-12-15 12:34:59 queue INFO 7 [344] -2014-12-15 12:35:00 queue INFO 3 [345] -2014-12-15 12:35:00 queue INFO 7 [346] -2014-12-15 12:35:00 queue INFO 3 [347] -2014-12-15 12:35:01 queue INFO 7 [348] -2014-12-15 12:35:01 queue INFO 3 [349] -2014-12-15 12:35:01 queue INFO 7 [350] -2014-12-15 12:35:02 queue INFO 3 [351] -2014-12-15 12:35:02 queue INFO 7 [352] -2014-12-15 12:35:02 queue INFO 3 [353] -2014-12-15 12:35:03 queue INFO 7 [354] -2014-12-15 12:35:03 queue INFO 3 [355] -2014-12-15 12:35:03 queue INFO 7 [356] -2014-12-15 12:35:04 queue INFO 3 [357] -2014-12-15 12:35:04 queue INFO 7 [358] -2014-12-15 12:35:04 queue INFO 3 [359] -2014-12-15 12:35:05 queue INFO 7 [360] -2014-12-15 12:35:05 queue INFO 3 [361] -2014-12-15 12:35:05 queue INFO 7 [362] -2014-12-15 12:35:06 queue INFO 3 [363] -2014-12-15 12:35:06 queue INFO 7 [364] -2014-12-15 12:35:07 queue INFO 3 [365] -2014-12-15 12:35:07 queue INFO 7 [366] -2014-12-15 12:35:07 queue INFO 3 [367] -2014-12-15 12:35:08 queue INFO 7 [368] -2014-12-15 12:35:08 queue INFO 3 [369] -2014-12-15 12:35:08 queue INFO 7 [370] -2014-12-15 12:35:09 queue INFO 3 [371] -2014-12-15 12:35:09 queue INFO 7 [372] -2014-12-15 12:35:09 queue INFO 3 [373] -2014-12-15 12:35:10 queue INFO 7 [374] -2014-12-15 12:35:10 queue INFO 3 [375] -2014-12-15 12:35:10 queue INFO 7 [376] -2014-12-15 12:35:11 queue INFO 3 [377] -2014-12-15 12:35:11 queue INFO 7 [378] -2014-12-15 12:35:11 queue INFO 3 [379] -2014-12-15 12:35:12 queue INFO 7 [380] -2014-12-15 12:35:12 queue INFO 3 [381] -2014-12-15 12:35:12 queue INFO 7 [382] -2014-12-15 12:35:13 queue INFO 3 [383] -2014-12-15 12:35:13 queue INFO 7 [384] -2014-12-15 12:35:13 queue INFO 3 [385] -2014-12-15 12:35:14 queue INFO 7 [386] -2014-12-15 12:35:14 queue INFO 3 [387] -2014-12-15 12:35:14 queue INFO 7 [388] -2014-12-15 12:35:15 queue INFO 3 [389] -2014-12-15 12:35:15 queue INFO 7 [390] -2014-12-15 12:35:15 queue INFO 3 [391] -2014-12-15 12:35:16 queue INFO 7 [392] -2014-12-15 12:35:16 queue INFO 3 [393] -2014-12-15 12:35:16 queue INFO 7 [394] -2014-12-15 12:35:17 queue INFO 3 [395] -2014-12-15 12:35:17 queue INFO 7 [396] -2014-12-15 12:35:17 queue INFO 3 [397] -2014-12-15 12:35:18 queue INFO 7 [398] -2014-12-15 12:35:18 queue INFO 3 [399] -2014-12-15 12:35:18 queue INFO 7 [400] -2014-12-15 12:35:18 queue INFO 3 [401] -2014-12-15 12:35:19 queue INFO 7 [402] -2014-12-15 12:35:19 queue INFO 3 [403] -2014-12-15 12:35:19 queue INFO 7 [404] -2014-12-15 12:35:20 queue INFO 3 [405] -2014-12-15 12:35:20 queue INFO 7 [406] -2014-12-15 12:35:20 queue INFO 3 [407] -2014-12-15 12:35:21 queue INFO 7 [408] -2014-12-15 12:35:21 queue INFO 3 [409] -2014-12-15 12:35:21 queue INFO 7 [410] -2014-12-15 12:35:22 queue INFO 3 [411] -2014-12-15 12:35:22 queue INFO 7 [412] -2014-12-15 12:35:22 queue INFO 3 [413] -2014-12-15 12:35:23 queue INFO 7 [414] -2014-12-15 12:35:24 queue INFO 3 [415] -2014-12-15 12:35:24 queue INFO 7 [416] -2014-12-15 12:35:24 queue INFO 3 [417] -2014-12-15 12:35:25 queue INFO 7 [418] -2014-12-15 12:35:25 queue INFO 3 [419] -2014-12-15 12:35:25 queue INFO 7 [420] -2014-12-15 12:35:26 queue INFO 3 [421] -2014-12-15 12:35:26 queue INFO 7 [422] -2014-12-15 12:35:26 queue INFO 3 [423] -2014-12-15 12:35:27 queue INFO 7 [424] -2014-12-15 12:35:27 queue INFO 3 [425] -2014-12-15 12:35:27 queue INFO 7 [426] -2014-12-15 12:35:28 queue INFO 3 [427] -2014-12-15 12:35:28 queue INFO 7 [428] -2014-12-15 12:35:28 queue INFO 3 [429] -2014-12-15 12:35:29 queue INFO 7 [430] -2014-12-15 12:35:29 queue INFO 3 [431] -2014-12-15 12:35:29 queue INFO 7 [432] -2014-12-15 12:35:29 queue INFO 3 [433] -2014-12-15 12:35:30 queue INFO 7 [434] -2014-12-15 12:35:30 queue INFO 3 [435] -2014-12-15 12:35:30 queue INFO 7 [436] -2014-12-15 12:35:31 queue INFO 3 [437] -2014-12-15 12:35:31 queue INFO 7 [438] -2014-12-15 12:35:31 queue INFO 3 [439] -2014-12-15 12:35:32 queue INFO 7 [440] -2014-12-15 12:35:32 queue INFO 3 [441] -2014-12-15 12:35:32 queue INFO 7 [442] -2014-12-15 12:35:33 queue INFO 3 [443] -2014-12-15 12:35:33 queue INFO 7 [444] -2014-12-15 12:35:34 queue INFO 3 [445] -2014-12-15 12:35:34 queue INFO 7 [446] -2014-12-15 12:35:34 queue INFO 3 [447] -2014-12-15 12:35:35 queue INFO 7 [448] -2014-12-15 12:35:35 queue INFO 3 [449] -2014-12-15 12:35:35 queue INFO 7 [450] -2014-12-15 12:35:36 queue INFO 3 [451] -2014-12-15 12:35:36 queue INFO 7 [452] -2014-12-15 12:35:36 queue INFO 3 [453] -2014-12-15 12:35:37 queue INFO 7 [454] -2014-12-15 12:35:37 queue INFO 3 [455] -2014-12-15 12:35:37 queue INFO 7 [456] -2014-12-15 12:35:38 queue INFO 3 [457] -2014-12-15 12:35:38 queue INFO 7 [458] -2014-12-15 12:35:38 queue INFO 3 [459] -2014-12-15 12:35:39 queue INFO 7 [460] -2014-12-15 12:35:39 queue INFO 3 [461] -2014-12-15 12:35:39 queue INFO 7 [462] -2014-12-15 12:35:40 queue INFO 3 [463] -2014-12-15 12:35:40 queue INFO 7 [464] -2014-12-15 12:35:40 queue INFO 3 [465] -2014-12-15 12:35:41 queue INFO 7 [466] -2014-12-15 12:35:41 queue INFO 3 [467] -2014-12-15 12:35:41 queue INFO 7 [468] -2014-12-15 12:35:42 queue INFO 3 [469] -2014-12-15 12:35:42 queue INFO 7 [470] -2014-12-15 12:35:42 queue INFO 3 [471] -2014-12-15 12:35:43 queue INFO 7 [472] -2014-12-15 12:35:43 queue INFO 3 [473] -2014-12-15 12:35:43 queue INFO 7 [474] -2014-12-15 12:35:43 queue INFO 3 [475] -2014-12-15 12:35:44 queue INFO 7 [476] -2014-12-15 12:35:44 queue INFO 3 [477] -2014-12-15 12:35:44 queue INFO 7 [478] -2014-12-15 12:35:45 queue INFO 3 [479] -2014-12-15 12:35:45 queue INFO 7 [480] -2014-12-15 12:35:45 queue INFO 3 [481] -2014-12-15 12:35:46 queue INFO 7 [482] -2014-12-15 12:35:46 queue INFO 3 [483] -2014-12-15 12:35:46 queue INFO 7 [484] -2014-12-15 12:35:47 queue INFO 3 [485] -2014-12-15 12:35:47 queue INFO 7 [486] -2014-12-15 12:35:47 queue INFO 3 [487] -2014-12-15 12:35:48 queue INFO 7 [488] -2014-12-15 12:35:48 queue INFO 3 [489] -2014-12-15 12:35:48 queue INFO 7 [490] -2014-12-15 12:35:49 queue INFO 3 [491] -2014-12-15 12:35:49 queue INFO 7 [492] -2014-12-15 12:35:49 queue INFO 3 [493] -2014-12-15 12:35:50 queue INFO 7 [494] -2014-12-15 12:35:50 queue INFO 3 [495] -2014-12-15 12:35:50 queue INFO 7 [496] -2014-12-15 12:35:51 queue INFO 3 [497] -2014-12-15 12:35:51 queue INFO 7 [498] -2014-12-15 12:35:51 queue INFO 3 [499] -2014-12-15 12:35:52 queue INFO 7 [500] -2014-12-15 12:35:52 queue INFO 3 [501] -2014-12-15 12:35:52 queue INFO 7 [502] -2014-12-15 12:35:53 queue INFO 3 [503] -2014-12-15 12:35:53 queue INFO 7 [504] -2014-12-15 12:35:53 queue INFO 3 [505] -2014-12-15 12:35:54 queue INFO 7 [506] -2014-12-15 12:35:54 queue INFO 3 [507] -2014-12-15 12:35:54 queue INFO 7 [508] -2014-12-15 12:35:55 queue INFO 3 [509] -2014-12-15 12:35:55 queue INFO 7 [510] -2014-12-15 12:35:55 queue INFO 3 [511] -2014-12-15 12:35:56 queue INFO 7 [512] -2014-12-15 12:35:56 queue INFO 3 [513] -2014-12-15 12:35:56 queue INFO 7 [514] -2014-12-15 12:35:57 queue INFO 3 [515] -2014-12-15 12:35:57 queue INFO 7 [516] -2014-12-15 12:35:57 queue INFO 3 [517] -2014-12-15 12:35:58 queue INFO 7 [518] -2014-12-15 12:35:58 queue INFO 3 [519] -2014-12-15 12:35:58 queue INFO 7 [520] -2014-12-15 12:35:59 queue INFO 3 [521] -2014-12-15 12:35:59 queue INFO 7 [522] -2014-12-15 12:35:59 queue INFO 3 [523] -2014-12-15 12:36:00 queue INFO 7 [524] -2014-12-15 12:36:00 queue INFO 3 [525] -2014-12-15 12:36:00 queue INFO 7 [526] -2014-12-15 12:36:01 queue INFO 3 [527] -2014-12-15 12:36:01 queue INFO 7 [528] -2014-12-15 12:36:01 queue INFO 3 [529] -2014-12-15 12:36:02 queue INFO 7 [530] -2014-12-15 12:36:02 queue INFO 3 [531] -2014-12-15 12:36:02 queue INFO 7 [532] -2014-12-15 12:36:03 queue INFO 3 [533] -2014-12-15 12:36:03 queue INFO 7 [534] -2014-12-15 12:36:03 queue INFO 3 [535] -2014-12-15 12:36:04 queue INFO 7 [536] -2014-12-15 12:36:04 queue INFO 3 [537] -2014-12-15 12:36:04 queue INFO 7 [538] -2014-12-15 12:36:05 queue INFO 3 [539] -2014-12-15 12:36:05 queue INFO 7 [540] -2014-12-15 12:36:05 queue INFO 3 [541] -2014-12-15 12:36:06 queue INFO 7 [542] -2014-12-15 12:36:06 queue INFO 3 [543] -2014-12-15 12:36:06 queue INFO 7 [544] -2014-12-15 12:36:07 queue INFO 3 [545] -2014-12-15 12:36:07 queue INFO 7 [546] -2014-12-15 12:36:07 queue INFO 3 [547] -2014-12-15 12:36:08 queue INFO 7 [548] -2014-12-15 12:36:08 queue INFO 3 [549] -2014-12-15 12:36:08 queue INFO 7 [550] -2014-12-15 12:36:09 queue INFO 3 [551] -2014-12-15 12:36:09 queue INFO 7 [552] -2014-12-15 12:36:09 queue INFO 3 [553] -2014-12-15 12:36:10 queue INFO 7 [554] -2014-12-15 12:36:10 queue INFO 3 [555] -2014-12-15 12:36:10 queue INFO 7 [556] -2014-12-15 12:36:11 queue INFO 3 [557] -2014-12-15 12:36:11 queue INFO 7 [558] -2014-12-15 12:36:11 queue INFO 3 [559] -2014-12-15 12:36:12 queue INFO 7 [560] -2014-12-15 12:36:12 queue INFO 3 [561] -2014-12-15 12:36:12 queue INFO 7 [562] -2014-12-15 12:36:13 queue INFO 3 [563] -2014-12-15 12:36:13 queue INFO 7 [564] -2014-12-15 12:36:13 queue INFO 3 [565] -2014-12-15 12:36:14 queue INFO 7 [566] -2014-12-15 12:36:14 queue INFO 3 [567] -2014-12-15 12:36:14 queue INFO 7 [568] -2014-12-15 12:36:15 queue INFO 3 [569] -2014-12-15 12:36:15 queue INFO 7 [570] -2014-12-15 12:36:15 queue INFO 3 [571] -2014-12-15 12:36:16 queue INFO 7 [572] -2014-12-15 12:36:16 queue INFO 3 [573] -2014-12-15 12:36:16 queue INFO 7 [574] -2014-12-15 12:36:16 queue INFO 3 [575] -2014-12-15 12:36:17 queue INFO 7 [576] -2014-12-15 12:36:17 queue INFO 3 [577] -2014-12-15 12:36:18 queue INFO 7 [578] -2014-12-15 12:36:18 queue INFO 3 [579] -2014-12-15 12:36:18 queue INFO 7 [580] -2014-12-15 12:36:19 queue INFO 3 [581] -2014-12-15 12:36:19 queue INFO 7 [582] -2014-12-15 12:36:19 queue INFO 3 [583] -2014-12-15 12:36:20 queue INFO 7 [584] -2014-12-15 12:36:20 queue INFO 3 [585] -2014-12-15 12:36:20 queue INFO 7 [586] -2014-12-15 12:36:20 queue INFO 3 [587] -2014-12-15 12:36:21 queue INFO 7 [588] -2014-12-15 12:36:21 queue INFO 3 [589] -2014-12-15 12:36:22 queue INFO 7 [590] -2014-12-15 12:36:22 queue INFO 3 [591] -2014-12-15 12:36:22 queue INFO 7 [592] -2014-12-15 12:36:22 queue INFO 3 [593] -2014-12-15 12:36:23 queue INFO 7 [594] -2014-12-15 12:36:23 queue INFO 3 [595] -2014-12-15 12:36:23 queue INFO 7 [596] -2014-12-15 12:36:24 queue INFO 3 [597] -2014-12-15 12:36:24 queue INFO 7 [598] -2014-12-15 12:36:24 queue INFO 3 [599] -2014-12-15 12:36:25 queue INFO 7 [600] -2014-12-15 12:36:25 queue INFO 3 [601] -2014-12-15 12:36:25 queue INFO 7 [602] -2014-12-15 12:36:26 queue INFO 3 [603] -2014-12-15 12:36:26 queue INFO 7 [604] -2014-12-15 12:36:26 queue INFO 3 [605] -2014-12-15 12:36:27 queue INFO 7 [606] -2014-12-15 12:36:27 queue INFO 3 [607] -2014-12-15 12:36:27 queue INFO 7 [608] -2014-12-15 12:36:28 queue INFO 3 [609] -2014-12-15 12:36:28 queue INFO 7 [610] -2014-12-15 12:36:29 queue INFO 3 [611] -2014-12-15 12:36:29 queue INFO 7 [612] -2014-12-15 12:36:29 queue INFO 3 [613] -2014-12-15 12:36:30 queue INFO 7 [614] -2014-12-15 12:36:30 queue INFO 3 [615] -2014-12-15 12:36:30 queue INFO 7 [616] -2014-12-15 12:36:31 queue INFO 3 [617] -2014-12-15 12:36:31 queue INFO 7 [618] -2014-12-15 12:36:31 queue INFO 3 [619] -2014-12-15 12:36:32 queue INFO 7 [620] -2014-12-15 12:36:32 queue INFO 3 [621] -2014-12-15 12:36:32 queue INFO 7 [622] -2014-12-15 12:36:33 queue INFO 3 [623] -2014-12-15 12:36:33 queue INFO 7 [624] -2014-12-15 12:36:33 queue INFO 3 [625] -2014-12-15 12:36:34 queue INFO 7 [626] -2014-12-15 12:36:34 queue INFO 3 [627] -2014-12-15 12:36:34 queue INFO 7 [628] -2014-12-15 12:36:34 queue INFO 3 [629] -2014-12-15 12:36:35 queue INFO 7 [630] -2014-12-15 12:36:35 queue INFO 3 [631] -2014-12-15 12:36:36 queue INFO 7 [632] -2014-12-15 12:36:36 queue INFO 3 [633] -2014-12-15 12:36:36 queue INFO 7 [634] -2014-12-15 12:36:36 queue INFO 3 [635] -2014-12-15 12:36:37 queue INFO 7 [636] -2014-12-15 12:36:37 queue INFO 3 [637] -2014-12-15 12:36:37 queue INFO 7 [638] -2014-12-15 12:36:38 queue INFO 3 [639] -2014-12-15 12:36:38 queue INFO 7 [640] -2014-12-15 12:36:38 queue INFO 3 [641] -2014-12-15 12:36:39 queue INFO 7 [642] -2014-12-15 12:36:39 queue INFO 3 [643] -2014-12-15 12:36:39 queue INFO 7 [644] -2014-12-15 12:36:40 queue INFO 3 [645] -2014-12-15 12:36:40 queue INFO 7 [646] -2014-12-15 12:36:40 queue INFO 3 [647] -2014-12-15 12:36:41 queue INFO 7 [648] -2014-12-15 12:36:41 queue INFO 3 [649] -2014-12-15 12:36:41 queue INFO 7 [650] -2014-12-15 12:36:42 queue INFO 3 [651] -2014-12-15 12:36:42 queue INFO 7 [652] -2014-12-15 12:36:42 queue INFO 3 [653] -2014-12-15 12:36:43 queue INFO 7 [654] -2014-12-15 12:36:43 queue INFO 3 [655] -2014-12-15 12:36:43 queue INFO 7 [656] -2014-12-15 12:36:44 queue INFO 3 [657] -2014-12-15 12:36:44 queue INFO 7 [658] -2014-12-15 12:36:44 queue INFO 3 [659] -2014-12-15 12:36:45 queue INFO 7 [660] -2014-12-15 12:36:45 queue INFO 3 [661] -2014-12-15 12:36:45 queue INFO 7 [662] -2014-12-15 12:36:46 queue INFO 3 [663] -2014-12-15 12:36:46 queue INFO 7 [664] -2014-12-15 12:36:46 queue INFO 3 [665] -2014-12-15 12:36:47 queue INFO 7 [666] -2014-12-15 12:36:47 queue INFO 3 [667] -2014-12-15 12:36:47 queue INFO 7 [668] -2014-12-15 12:36:47 queue INFO 3 [669] -2014-12-15 12:36:48 queue INFO 7 [670] -2014-12-15 12:36:48 queue INFO 3 [671] -2014-12-15 12:36:48 queue INFO 7 [672] -2014-12-15 12:36:49 queue INFO 3 [673] -2014-12-15 12:36:49 queue INFO 7 [674] -2014-12-15 12:36:49 queue INFO 3 [675] -2014-12-15 12:36:50 queue INFO 7 [676] -2014-12-15 12:36:50 queue INFO 3 [677] -2014-12-15 12:36:50 queue INFO 7 [678] -2014-12-15 12:36:51 queue INFO 3 [679] -2014-12-15 12:36:51 queue INFO 7 [680] -2014-12-15 12:36:51 queue INFO 3 [681] -2014-12-15 12:36:52 queue INFO 7 [682] -2014-12-15 12:36:52 queue INFO 3 [683] -2014-12-15 12:36:52 queue INFO 7 [684] -2014-12-15 12:36:53 queue INFO 3 [685] -2014-12-15 12:36:53 queue INFO 7 [686] -2014-12-15 12:36:53 queue INFO 3 [687] -2014-12-15 12:36:54 queue INFO 7 [688] -2014-12-15 12:36:54 queue INFO 3 [689] -2014-12-15 12:36:54 queue INFO 7 [690] -2014-12-15 12:36:55 queue INFO 3 [691] -2014-12-15 12:36:55 queue INFO 7 [692] -2014-12-15 12:36:55 queue INFO 3 [693] -2014-12-15 12:36:56 queue INFO 7 [694] -2014-12-15 12:36:56 queue INFO 3 [695] -2014-12-15 12:36:56 queue INFO 7 [696] -2014-12-15 12:36:57 queue INFO 3 [697] -2014-12-15 12:36:57 queue INFO 7 [698] -2014-12-15 12:36:57 queue INFO 3 [699] -2014-12-15 12:36:58 queue INFO 7 [700] -2014-12-15 12:36:58 queue INFO 3 [701] -2014-12-15 12:36:58 queue INFO 7 [702] -2014-12-15 12:36:59 queue INFO 3 [703] -2014-12-15 12:36:59 queue INFO 7 [704] -2014-12-15 12:36:59 queue INFO 3 [705] -2014-12-15 12:37:00 queue INFO 7 [706] -2014-12-15 12:37:00 queue INFO 3 [707] -2014-12-15 12:37:00 queue INFO 7 [708] -2014-12-15 12:37:01 queue INFO 3 [709] -2014-12-15 12:37:01 queue INFO 7 [710] -2014-12-15 12:37:01 queue INFO 3 [711] -2014-12-15 12:37:02 queue INFO 7 [712] -2014-12-15 12:37:02 queue INFO 3 [713] -2014-12-15 12:37:02 queue INFO 7 [714] -2014-12-15 12:37:03 queue INFO 3 [715] -2014-12-15 12:37:03 queue INFO 7 [716] -2014-12-15 12:37:03 queue INFO 3 [717] -2014-12-15 12:37:04 queue INFO 7 [718] -2014-12-15 12:37:04 queue INFO 3 [719] -2014-12-15 12:37:04 queue INFO 7 [720] -2014-12-15 12:37:05 queue INFO 3 [721] -2014-12-15 12:37:05 queue INFO 7 [722] -2014-12-15 12:37:05 queue INFO 3 [723] -2014-12-15 12:37:06 queue INFO 7 [724] -2014-12-15 12:37:06 queue INFO 3 [725] -2014-12-15 12:37:06 queue INFO 7 [726] -2014-12-15 12:37:07 queue INFO 3 [727] -2014-12-15 12:37:07 queue INFO 7 [728] -2014-12-15 12:37:07 queue INFO 3 [729] -2014-12-15 12:37:08 queue INFO 7 [730] -2014-12-15 12:37:08 queue INFO 3 [731] -2014-12-15 12:37:08 queue INFO 7 [732] -2014-12-15 12:37:09 queue INFO 3 [733] -2014-12-15 12:37:09 queue INFO 7 [734] -2014-12-15 12:37:09 queue INFO 3 [735] -2014-12-15 12:37:10 queue INFO 7 [736] -2014-12-15 12:37:10 queue INFO 3 [737] -2014-12-15 12:37:10 queue INFO 7 [738] -2014-12-15 12:37:10 queue INFO 3 [739] -2014-12-15 12:37:11 queue INFO 7 [740] -2014-12-15 12:37:11 queue INFO 3 [741] -2014-12-15 12:37:11 queue INFO 7 [742] -2014-12-15 12:37:12 queue INFO 3 [743] -2014-12-15 12:37:12 queue INFO 7 [744] -2014-12-15 12:37:12 queue INFO 3 [745] -2014-12-15 12:37:13 queue INFO 7 [746] -2014-12-15 12:37:13 queue INFO 3 [747] -2014-12-15 12:37:13 queue INFO 7 [748] -2014-12-15 12:37:14 queue INFO 3 [749] -2014-12-15 12:37:14 queue INFO 7 [750] -2014-12-15 12:37:14 queue INFO 3 [751] -2014-12-15 12:37:15 queue INFO 7 [752] -2014-12-15 12:37:15 queue INFO 3 [753] -2014-12-15 12:37:15 queue INFO 7 [754] -2014-12-15 12:37:16 queue INFO 3 [755] -2014-12-15 12:37:16 queue INFO 7 [756] -2014-12-15 12:37:16 queue INFO 3 [757] -2014-12-15 12:37:17 queue INFO 7 [758] -2014-12-15 12:37:17 queue INFO 3 [759] -2014-12-15 12:37:17 queue INFO 7 [760] -2014-12-15 12:37:18 queue INFO 3 [761] -2014-12-15 12:37:18 queue INFO 7 [762] -2014-12-15 12:37:18 queue INFO 3 [763] -2014-12-15 12:37:19 queue INFO 7 [764] -2014-12-15 12:37:19 queue INFO 3 [765] -2014-12-15 12:37:19 queue INFO 7 [766] -2014-12-15 12:37:20 queue INFO 3 [767] -2014-12-15 12:37:20 queue INFO 7 [768] -2014-12-15 12:37:20 queue INFO 3 [769] -2014-12-15 12:37:21 queue INFO 7 [770] -2014-12-15 12:37:21 queue INFO 3 [771] -2014-12-15 12:37:21 queue INFO 7 [772] -2014-12-15 12:37:22 queue INFO 3 [773] -2014-12-15 12:37:22 queue INFO 7 [774] -2014-12-15 12:37:22 queue INFO 3 [775] -2014-12-15 12:37:23 queue INFO 7 [776] -2014-12-15 12:37:23 queue INFO 3 [777] -2014-12-15 12:37:23 queue INFO 7 [778] -2014-12-15 12:37:24 queue INFO 3 [779] -2014-12-15 12:37:24 queue INFO 7 [780] -2014-12-15 12:37:24 queue INFO 3 [781] -2014-12-15 12:37:25 queue INFO 7 [782] -2014-12-15 12:37:25 queue INFO 3 [783] -2014-12-15 12:37:25 queue INFO 7 [784] -2014-12-15 12:37:26 queue INFO 3 [785] -2014-12-15 12:37:26 queue INFO 7 [786] -2014-12-15 12:37:26 queue INFO 3 [787] -2014-12-15 12:37:27 queue INFO 7 [788] -2014-12-15 12:37:27 queue INFO 3 [789] -2014-12-15 12:37:27 queue INFO 7 [790] -2014-12-15 12:37:28 queue INFO 3 [791] -2014-12-15 12:37:28 queue INFO 7 [792] -2014-12-15 12:37:28 queue INFO 3 [793] -2014-12-15 12:37:29 queue INFO 7 [794] -2014-12-15 12:37:29 queue INFO 3 [795] -2014-12-15 12:37:29 queue INFO 7 [796] -2014-12-15 12:37:30 queue INFO 3 [797] -2014-12-15 12:37:30 queue INFO 7 [798] -2014-12-15 12:37:30 queue INFO 3 [799] -2014-12-15 12:37:31 queue INFO 7 [800] -2014-12-15 12:37:31 queue INFO 3 [801] -2014-12-15 12:37:31 queue INFO 7 [802] -2014-12-15 12:37:32 queue INFO 3 [803] -2014-12-15 12:37:32 queue INFO 7 [804] -2014-12-15 12:37:32 queue INFO 3 [805] -2014-12-15 12:37:33 queue INFO 7 [806] -2014-12-15 12:37:33 queue INFO 3 [807] -2014-12-15 12:37:33 queue INFO 7 [808] -2014-12-15 12:37:34 queue INFO 3 [809] -2014-12-15 12:37:34 queue INFO 7 [810] -2014-12-15 12:37:34 queue INFO 3 [811] -2014-12-15 12:37:35 queue INFO 7 [812] -2014-12-15 12:37:35 queue INFO 3 [813] -2014-12-15 12:37:35 queue INFO 7 [814] -2014-12-15 12:37:36 queue INFO 3 [815] -2014-12-15 12:37:36 queue INFO 7 [816] -2014-12-15 12:37:36 queue INFO 3 [817] -2014-12-15 12:37:37 queue INFO 7 [818] -2014-12-15 12:37:37 queue INFO 3 [819] -2014-12-15 12:37:37 queue INFO 7 [820] -2014-12-15 12:37:38 queue INFO 3 [821] -2014-12-15 12:37:38 queue INFO 7 [822] -2014-12-15 12:37:38 queue INFO 3 [823] -2014-12-15 12:37:39 queue INFO 7 [824] -2014-12-15 12:37:39 queue INFO 3 [825] -2014-12-15 12:37:39 queue INFO 7 [826] -2014-12-15 12:37:39 queue INFO 3 [827] -2014-12-15 12:37:40 queue INFO 7 [828] -2014-12-15 12:37:40 queue INFO 3 [829] -2014-12-15 12:37:40 queue INFO 7 [830] -2014-12-15 12:37:41 queue INFO 3 [831] -2014-12-15 12:37:41 queue INFO 7 [832] -2014-12-15 12:37:41 queue INFO 3 [833] -2014-12-15 12:37:42 queue INFO 7 [834] -2014-12-15 12:37:42 queue INFO 3 [835] -2014-12-15 12:37:42 queue INFO 7 [836] -2014-12-15 12:37:43 queue INFO 3 [837] -2014-12-15 12:37:43 queue INFO 7 [838] -2014-12-15 12:37:43 queue INFO 3 [839] -2014-12-15 12:37:44 queue INFO 7 [840] -2014-12-15 12:37:44 queue INFO 3 [841] -2014-12-15 12:37:44 queue INFO 7 [842] -2014-12-15 12:37:45 queue INFO 3 [843] -2014-12-15 12:37:45 queue INFO 7 [844] -2014-12-15 12:37:45 queue INFO 3 [845] -2014-12-15 12:37:46 queue INFO 7 [846] -2014-12-15 12:37:46 queue INFO 3 [847] -2014-12-15 12:37:46 queue INFO 7 [848] -2014-12-15 12:37:47 queue INFO 3 [849] -2014-12-15 12:37:47 queue INFO 7 [850] -2014-12-15 12:37:48 queue INFO 3 [851] -2014-12-15 12:37:48 queue INFO 7 [852] -2014-12-15 12:37:48 queue INFO 3 [853] -2014-12-15 12:37:49 queue INFO 7 [854] -2014-12-15 12:37:49 queue INFO 3 [855] -2014-12-15 12:37:49 queue INFO 7 [856] -2014-12-15 12:37:50 queue INFO 3 [857] -2014-12-15 12:37:50 queue INFO 7 [858] -2014-12-15 12:37:50 queue INFO 3 [859] -2014-12-15 12:37:51 queue INFO 7 [860] -2014-12-15 12:37:51 queue INFO 3 [861] -2014-12-15 12:37:51 queue INFO 7 [862] -2014-12-15 12:37:52 queue INFO 3 [863] -2014-12-15 12:37:52 queue INFO 7 [864] -2014-12-15 12:37:52 queue INFO 3 [865] -2014-12-15 12:37:53 queue INFO 7 [866] -2014-12-15 12:37:53 queue INFO 3 [867] -2014-12-15 12:37:53 queue INFO 7 [868] -2014-12-15 12:37:54 queue INFO 3 [869] -2014-12-15 12:37:54 queue INFO 7 [870] -2014-12-15 12:37:54 queue INFO 3 [871] -2014-12-15 12:37:55 queue INFO 7 [872] -2014-12-15 12:37:55 queue INFO 3 [873] -2014-12-15 12:37:55 queue INFO 7 [874] -2014-12-15 12:37:56 queue INFO 3 [875] -2014-12-15 12:37:56 queue INFO 7 [876] -2014-12-15 12:37:56 queue INFO 3 [877] -2014-12-15 12:37:57 queue INFO 7 [878] -2014-12-15 12:37:57 queue INFO 3 [879] -2014-12-15 12:37:57 queue INFO 7 [880] -2014-12-15 12:37:57 queue INFO 3 [881] -2014-12-15 12:37:58 queue INFO 7 [882] -2014-12-15 12:37:58 queue INFO 3 [883] -2014-12-15 12:37:58 queue INFO 7 [884] -2014-12-15 12:37:59 queue INFO 3 [885] -2014-12-15 12:37:59 queue INFO 7 [886] -2014-12-15 12:37:59 queue INFO 3 [887] -2014-12-15 12:38:00 queue INFO 7 [888] -2014-12-15 12:38:00 queue INFO 3 [889] -2014-12-15 12:38:00 queue INFO 7 [890] -2014-12-15 12:38:01 queue INFO 3 [891] -2014-12-15 12:38:01 queue INFO 7 [892] -2014-12-15 12:38:01 queue INFO 3 [893] -2014-12-15 12:38:02 queue INFO 7 [894] -2014-12-15 12:38:03 queue INFO 3 [895] -2014-12-15 12:38:03 queue INFO 7 [896] -2014-12-15 12:38:03 queue INFO 3 [897] -2014-12-15 12:38:04 queue INFO 7 [898] -2014-12-15 12:38:04 queue INFO 3 [899] -2014-12-15 12:38:04 queue INFO 7 [900] -2014-12-15 12:38:05 queue INFO 3 [901] -2014-12-15 12:38:05 queue INFO 7 [902] -2014-12-15 12:38:05 queue INFO 3 [903] -2014-12-15 12:38:06 queue INFO 7 [904] -2014-12-15 12:38:06 queue INFO 3 [905] -2014-12-15 12:38:06 queue INFO 7 [906] -2014-12-15 12:38:07 queue INFO 3 [907] -2014-12-15 12:38:07 queue INFO 7 [908] -2014-12-15 12:38:07 queue INFO 3 [909] -2014-12-15 12:38:08 queue INFO 7 [910] -2014-12-15 12:38:08 queue INFO 3 [911] -2014-12-15 12:38:08 queue INFO 7 [912] -2014-12-15 12:38:09 queue INFO 3 [913] -2014-12-15 12:38:09 queue INFO 7 [914] -2014-12-15 12:38:09 queue INFO 3 [915] -2014-12-15 12:38:10 queue INFO 7 [916] -2014-12-15 12:38:10 queue INFO 3 [917] -2014-12-15 12:38:11 queue INFO 7 [918] -2014-12-15 12:38:11 queue INFO 3 [919] -2014-12-15 12:38:11 queue INFO 7 [920] -2014-12-15 12:38:12 queue INFO 3 [921] -2014-12-15 12:38:12 queue INFO 7 [922] -2014-12-15 12:38:12 queue INFO 3 [923] -2014-12-15 12:38:13 queue INFO 7 [924] -2014-12-15 12:38:13 queue INFO 3 [925] -2014-12-15 12:38:13 queue INFO 7 [926] -2014-12-15 12:38:14 queue INFO 3 [927] -2014-12-15 12:38:14 queue INFO 7 [928] -2014-12-15 12:38:14 queue INFO 3 [929] -2014-12-15 12:38:15 queue INFO 7 [930] -2014-12-15 12:38:15 queue INFO 3 [931] -2014-12-15 12:38:16 queue INFO 7 [932] -2014-12-15 12:38:16 queue INFO 3 [933] -2014-12-15 12:38:16 queue INFO 7 [934] -2014-12-15 12:38:17 queue INFO 3 [935] -2014-12-15 12:38:17 queue INFO 7 [936] -2014-12-15 12:38:17 queue INFO 3 [937] -2014-12-15 12:38:18 queue INFO 7 [938] -2014-12-15 12:38:18 queue INFO 3 [939] -2014-12-15 12:38:18 queue INFO 7 [940] -2014-12-15 12:38:19 queue INFO 3 [941] -2014-12-15 12:38:19 queue INFO 7 [942] -2014-12-15 12:38:19 queue INFO 3 [943] -2014-12-15 12:38:20 queue INFO 7 [944] -2014-12-15 12:38:20 queue INFO 3 [945] -2014-12-15 12:38:20 queue INFO 7 [946] -2014-12-15 12:38:21 queue INFO 3 [947] -2014-12-15 12:38:21 queue INFO 7 [948] -2014-12-15 12:38:21 queue INFO 3 [949] -2014-12-15 12:38:22 queue INFO 7 [950] -2014-12-15 12:38:22 queue INFO 3 [951] -2014-12-15 12:38:22 queue INFO 7 [952] -2014-12-15 12:38:22 queue INFO 3 [953] -2014-12-15 12:38:23 queue INFO 7 [954] -2014-12-15 12:38:23 queue INFO 3 [955] -2014-12-15 12:38:24 queue INFO 7 [956] -2014-12-15 12:38:24 queue INFO 3 [957] -2014-12-15 12:38:24 queue INFO 7 [958] -2014-12-15 12:38:24 queue INFO 3 [959] -2014-12-15 12:38:25 queue INFO 7 [960] -2014-12-15 12:38:25 queue INFO 3 [961] -2014-12-15 12:38:26 queue INFO 7 [962] -2014-12-15 12:38:26 queue INFO 3 [963] -2014-12-15 12:38:26 queue INFO 7 [964] -2014-12-15 12:38:26 queue INFO 3 [965] -2014-12-15 12:38:27 queue INFO 7 [966] -2014-12-15 12:38:27 queue INFO 3 [967] -2014-12-15 12:38:28 queue INFO 7 [968] -2014-12-15 12:38:28 queue INFO 3 [969] -2014-12-15 12:38:28 queue INFO 7 [970] -2014-12-15 12:38:28 queue INFO 3 [971] -2014-12-15 12:38:29 queue INFO 7 [972] -2014-12-15 12:38:29 queue INFO 3 [973] -2014-12-15 12:38:29 queue INFO 7 [974] -2014-12-15 12:38:30 queue INFO 3 [975] -2014-12-15 12:38:30 queue INFO 7 [976] -2014-12-15 12:38:30 queue INFO 3 [977] -2014-12-15 12:38:31 queue INFO 7 [978] -2014-12-15 12:38:31 queue INFO 3 [979] -2014-12-15 12:38:31 queue INFO 7 [980] -2014-12-15 12:38:32 queue INFO 3 [981] -2014-12-15 12:38:32 queue INFO 7 [982] -2014-12-15 12:38:32 queue INFO 3 [983] -2014-12-15 12:38:33 queue INFO 7 [984] -2014-12-15 12:38:33 queue INFO 3 [985] -2014-12-15 12:38:33 queue INFO 7 [986] -2014-12-15 12:38:34 queue INFO 3 [987] -2014-12-15 12:38:34 queue INFO 7 [988] -2014-12-15 12:38:34 queue INFO 3 [989] -2014-12-15 12:38:35 queue INFO 7 [990] -2014-12-15 12:38:35 queue INFO 3 [991] -2014-12-15 12:38:35 queue INFO 7 [992] -2014-12-15 12:38:36 queue INFO 3 [993] -2014-12-15 12:38:36 queue INFO 7 [994] -2014-12-15 12:38:36 queue INFO 3 [995] -2014-12-15 12:38:37 queue INFO 7 [996] -2014-12-15 12:38:37 queue INFO 3 [997] -2014-12-15 12:38:37 queue INFO 7 [998] -2014-12-15 12:38:38 queue INFO 3 [999] -2014-12-15 12:38:38 queue INFO 7 [0] -2014-12-15 12:38:38 queue INFO 3 [1] -2014-12-15 12:38:39 queue INFO 7 [2] -2014-12-15 12:38:39 queue INFO 3 [3] -2014-12-15 12:38:39 queue INFO 7 [4] -2014-12-15 12:38:40 queue INFO 3 [5] -2014-12-15 12:38:40 queue INFO 7 [6] -2014-12-15 12:38:40 queue INFO 3 [7] -2014-12-15 12:38:41 queue INFO 7 [8] -2014-12-15 12:38:41 queue INFO 3 [9] -2014-12-15 12:38:41 queue INFO 7 [10] -2014-12-15 12:38:42 queue INFO 3 [11] -2014-12-15 12:38:42 queue INFO 7 [12] -2014-12-15 12:38:42 queue INFO 3 [13] -2014-12-15 12:38:43 queue INFO 7 [14] -2014-12-15 12:38:43 queue INFO 3 [15] -2014-12-15 12:38:43 queue INFO 7 [16] -2014-12-15 12:38:44 queue INFO 3 [17] -2014-12-15 12:38:44 queue INFO 7 [18] -2014-12-15 12:38:44 queue INFO 3 [19] -2014-12-15 12:38:45 queue INFO 7 [20] -2014-12-15 12:38:45 queue INFO 3 [21] -2014-12-15 12:38:45 queue INFO 7 [22] -2014-12-15 12:38:46 queue INFO 3 [23] -2014-12-15 12:38:46 queue INFO 7 [24] -2014-12-15 12:38:46 queue INFO 3 [25] -2014-12-15 12:38:47 queue INFO 7 [26] -2014-12-15 12:38:47 queue INFO 3 [27] -2014-12-15 12:38:47 queue INFO 7 [28] -2014-12-15 12:38:48 queue INFO 3 [29] -2014-12-15 12:38:48 queue INFO 7 [30] -2014-12-15 12:38:48 queue INFO 3 [31] -2014-12-15 12:38:49 queue INFO 7 [32] -2014-12-15 12:38:49 queue INFO 3 [33] -2014-12-15 12:38:49 queue INFO 7 [34] -2014-12-15 12:38:50 queue INFO 3 [35] -2014-12-15 12:38:50 queue INFO 7 [36] -2014-12-15 12:38:50 queue INFO 3 [37] -2014-12-15 12:38:51 queue INFO 7 [38] -2014-12-15 12:38:51 queue INFO 3 [39] -2014-12-15 12:38:51 queue INFO 7 [40] -2014-12-15 12:38:52 queue INFO 3 [41] -2014-12-15 12:38:52 queue INFO 7 [42] -2014-12-15 12:38:52 queue INFO 3 [43] -2014-12-15 12:38:53 queue INFO 7 [44] -2014-12-15 12:38:53 queue INFO 3 [45] -2014-12-15 12:38:53 queue INFO 7 [46] -2014-12-15 12:38:54 queue INFO 3 [47] -2014-12-15 12:38:54 queue INFO 7 [48] -2014-12-15 12:38:54 queue INFO 3 [49] -2014-12-15 12:38:55 queue INFO 7 [50] -2014-12-15 12:38:55 queue INFO 3 [51] -2014-12-15 12:38:55 queue INFO 7 [52] -2014-12-15 12:38:56 queue INFO 3 [53] -2014-12-15 12:38:56 queue INFO 7 [54] -2014-12-15 12:38:56 queue INFO 3 [55] -2014-12-15 12:38:57 queue INFO 7 [56] -2014-12-15 12:38:57 queue INFO 3 [57] -2014-12-15 12:38:57 queue INFO 7 [58] -2014-12-15 12:38:58 queue INFO 3 [59] -2014-12-15 12:38:58 queue INFO 7 [60] -2014-12-15 12:38:58 queue INFO 3 [61] -2014-12-15 12:38:59 queue INFO 7 [62] -2014-12-15 12:38:59 queue INFO 3 [63] -2014-12-15 12:38:59 queue INFO 7 [64] -2014-12-15 12:38:59 queue INFO 3 [65] -2014-12-15 12:39:00 queue INFO 7 [66] -2014-12-15 12:39:00 queue INFO 3 [67] -2014-12-15 12:39:00 queue INFO 7 [68] -2014-12-15 12:39:01 queue INFO 3 [69] -2014-12-15 12:39:01 queue INFO 7 [70] -2014-12-15 12:39:01 queue INFO 3 [71] -2014-12-15 12:39:02 queue INFO 7 [72] -2014-12-15 12:39:02 queue INFO 3 [73] -2014-12-15 12:39:02 queue INFO 7 [74] -2014-12-15 12:39:03 queue INFO 3 [75] -2014-12-15 12:39:03 queue INFO 7 [76] -2014-12-15 12:39:03 queue INFO 3 [77] -2014-12-15 12:39:04 queue INFO 7 [78] -2014-12-15 12:39:04 queue INFO 3 [79] -2014-12-15 12:39:04 queue INFO 7 [80] -2014-12-15 12:39:05 queue INFO 3 [81] -2014-12-15 12:39:05 queue INFO 7 [82] -2014-12-15 12:39:05 queue INFO 3 [83] -2014-12-15 12:39:06 queue INFO 7 [84] -2014-12-15 12:39:06 queue INFO 3 [85] -2014-12-15 12:39:06 queue INFO 7 [86] -2014-12-15 12:39:07 queue INFO 3 [87] -2014-12-15 12:39:07 queue INFO 7 [88] -2014-12-15 12:39:07 queue INFO 3 [89] -2014-12-15 12:39:08 queue INFO 7 [90] -2014-12-15 12:39:08 queue INFO 3 [91] -2014-12-15 12:39:08 queue INFO 7 [92] -2014-12-15 12:39:09 queue INFO 3 [93] -2014-12-15 12:39:09 queue INFO 7 [94] -2014-12-15 12:39:09 queue INFO 3 [95] -2014-12-15 12:39:10 queue INFO 7 [96] -2014-12-15 12:39:10 queue INFO 3 [97] -2014-12-15 12:39:11 queue INFO 7 [98] -2014-12-15 12:39:11 queue INFO 3 [99] -2014-12-15 12:39:11 queue INFO 7 [100] -2014-12-15 12:39:12 queue INFO 3 [101] -2014-12-15 12:39:12 queue INFO 7 [102] -2014-12-15 12:39:12 queue INFO 3 [103] -2014-12-15 12:39:12 queue INFO 7 [104] -2014-12-15 12:39:13 queue INFO 3 [105] -2014-12-15 12:39:13 queue INFO 7 [106] -2014-12-15 12:39:13 queue INFO 3 [107] -2014-12-15 12:39:14 queue INFO 7 [108] -2014-12-15 12:39:14 queue INFO 3 [109] -2014-12-15 12:39:14 queue INFO 7 [110] -2014-12-15 12:39:15 queue INFO 3 [111] -2014-12-15 12:39:15 queue INFO 7 [112] -2014-12-15 12:39:15 queue INFO 3 [113] -2014-12-15 12:39:16 queue INFO 7 [114] -2014-12-15 12:39:16 queue INFO 3 [115] -2014-12-15 12:39:16 queue INFO 7 [116] -2014-12-15 12:39:17 queue INFO 3 [117] -2014-12-15 12:39:17 queue INFO 7 [118] -2014-12-15 12:39:17 queue INFO 3 [119] -2014-12-15 12:39:18 queue INFO 7 [120] -2014-12-15 12:39:18 queue INFO 3 [121] -2014-12-15 12:39:18 queue INFO 7 [122] -2014-12-15 12:39:19 queue INFO 3 [123] -2014-12-15 12:39:19 queue INFO 7 [124] -2014-12-15 12:39:19 queue INFO 3 [125] -2014-12-15 12:39:20 queue INFO 7 [126] -2014-12-15 12:39:20 queue INFO 3 [127] -2014-12-15 12:39:20 queue INFO 7 [128] -2014-12-15 12:39:21 queue INFO 3 [129] -2014-12-15 12:39:21 queue INFO 7 [130] -2014-12-15 12:39:21 queue INFO 3 [131] -2014-12-15 12:39:22 queue INFO 7 [132] -2014-12-15 12:39:22 queue INFO 3 [133] -2014-12-15 12:39:22 queue INFO 7 [134] -2014-12-15 12:39:23 queue INFO 3 [135] -2014-12-15 12:39:23 queue INFO 7 [136] -2014-12-15 12:39:23 queue INFO 3 [137] -2014-12-15 12:39:24 queue INFO 7 [138] -2014-12-15 12:39:24 queue INFO 3 [139] -2014-12-15 12:39:24 queue INFO 7 [140] -2014-12-15 12:39:25 queue INFO 3 [141] -2014-12-15 12:39:25 queue INFO 7 [142] -2014-12-15 12:39:25 queue INFO 3 [143] -2014-12-15 12:39:26 queue INFO 7 [144] -2014-12-15 12:39:26 queue INFO 3 [145] -2014-12-15 12:39:26 queue INFO 7 [146] -2014-12-15 12:39:26 queue INFO 3 [147] -2014-12-15 12:39:27 queue INFO 7 [148] -2014-12-15 12:39:27 queue INFO 3 [149] -2014-12-15 12:39:27 queue INFO 7 [150] -2014-12-15 12:39:29 queue INFO >7 [151] -2014-12-15 12:39:31 queue INFO 3 [152] -2014-12-15 12:39:31 queue INFO 7 [153] -2014-12-15 12:39:32 queue INFO 3 [154] -2014-12-15 12:39:32 queue INFO 7 [155] -2014-12-15 12:39:32 queue INFO 3 [156] -2014-12-15 12:39:33 queue INFO 7 [157] -2014-12-15 12:39:33 queue INFO 3 [158] -2014-12-15 12:39:33 queue INFO 7 [159] -2014-12-15 12:39:34 queue INFO 3 [160] -2014-12-15 12:39:34 queue INFO 7 [161] -2014-12-15 12:39:34 queue INFO 3 [162] -2014-12-15 12:39:35 queue INFO 7 [163] -2014-12-15 12:39:35 queue INFO 3 [164] -2014-12-15 12:39:35 queue INFO 7 [165] -2014-12-15 12:39:36 queue INFO 3 [166] -2014-12-15 12:39:36 queue INFO 7 [167] -2014-12-15 12:39:36 queue INFO 3 [168] -2014-12-15 12:39:37 queue INFO 7 [169] -2014-12-15 12:39:37 queue INFO 3 [170] -2014-12-15 12:39:37 queue INFO 7 [171] -2014-12-15 12:39:38 queue INFO 3 [172] -2014-12-15 12:39:38 queue INFO 7 [173] -2014-12-15 12:39:38 queue INFO 3 [174] -2014-12-15 12:39:39 queue INFO 7 [175] -2014-12-15 12:39:39 queue INFO 3 [176] -2014-12-15 12:39:39 queue INFO 7 [177] -2014-12-15 12:39:40 queue INFO 3 [178] -2014-12-15 12:39:40 queue INFO 7 [179] -2014-12-15 12:39:40 queue INFO 3 [180] -2014-12-15 12:39:41 queue INFO 7 [181] -2014-12-15 12:39:41 queue INFO 3 [182] -2014-12-15 12:39:41 queue INFO 7 [183] -2014-12-15 12:39:42 queue INFO 3 [184] -2014-12-15 12:39:42 queue INFO 7 [185] -2014-12-15 12:39:42 queue INFO 3 [186] -2014-12-15 12:39:43 queue INFO 7 [187] -2014-12-15 12:39:43 queue INFO 3 [188] -2014-12-15 12:39:43 queue INFO 7 [189] -2014-12-15 12:39:44 queue INFO 3 [190] -2014-12-15 12:39:44 queue INFO 7 [191] -2014-12-15 12:39:44 queue INFO 3 [192] -2014-12-15 12:39:45 queue INFO 7 [193] -2014-12-15 12:39:45 queue INFO 3 [194] -2014-12-15 12:39:45 queue INFO 7 [195] -2014-12-15 12:39:46 queue INFO 3 [196] -2014-12-15 12:39:46 queue INFO 7 [197] -2014-12-15 12:39:46 queue INFO 3 [198] -2014-12-15 12:39:47 queue INFO 7 [199] -2014-12-15 12:39:47 queue INFO 3 [200] -2014-12-15 12:39:47 queue INFO 7 [201] -2014-12-15 12:39:48 queue INFO 3 [202] -2014-12-15 12:39:48 queue INFO 7 [203] -2014-12-15 12:39:48 queue INFO 3 [204] -2014-12-15 12:39:49 queue INFO 7 [205] -2014-12-15 12:39:49 queue INFO 3 [206] -2014-12-15 12:39:49 queue INFO 7 [207] -2014-12-15 12:39:50 queue INFO 3 [208] -2014-12-15 12:39:50 queue INFO 7 [209] -2014-12-15 12:39:50 queue INFO 3 [210] -2014-12-15 12:39:51 queue INFO 7 [211] -2014-12-15 12:39:51 queue INFO 3 [212] -2014-12-15 12:39:51 queue INFO 7 [213] -2014-12-15 12:39:52 queue INFO 3 [214] -2014-12-15 12:39:52 queue INFO 7 [215] -2014-12-15 12:39:52 queue INFO 3 [216] -2014-12-15 12:39:53 queue INFO 7 [217] -2014-12-15 12:39:53 queue INFO 3 [218] -2014-12-15 12:39:53 queue INFO 7 [219] -2014-12-15 12:39:54 queue INFO 3 [220] -2014-12-15 12:39:54 queue INFO 7 [221] -2014-12-15 12:39:54 queue INFO 3 [222] -2014-12-15 12:39:55 queue INFO 7 [223] -2014-12-15 12:39:55 queue INFO 3 [224] -2014-12-15 12:39:55 queue INFO 7 [225] -2014-12-15 12:39:55 queue INFO 3 [226] -2014-12-15 12:39:56 queue INFO 7 [227] -2014-12-15 12:39:56 queue INFO 3 [228] -2014-12-15 12:39:56 queue INFO 7 [229] -2014-12-15 12:39:57 queue INFO 3 [230] -2014-12-15 12:39:57 queue INFO 7 [231] -2014-12-15 12:39:57 queue INFO 3 [232] -2014-12-15 12:39:58 queue INFO 7 [233] -2014-12-15 12:39:58 queue INFO 3 [234] -2014-12-15 12:39:58 queue INFO 7 [235] -2014-12-15 12:39:59 queue INFO 3 [236] -2014-12-15 12:39:59 queue INFO 7 [237] -2014-12-15 12:39:59 queue INFO 3 [238] -2014-12-15 12:40:00 queue INFO 7 [239] -2014-12-15 12:40:00 queue INFO 3 [240] -2014-12-15 12:40:00 queue INFO 7 [241] -2014-12-15 12:40:01 queue INFO 3 [242] -2014-12-15 12:40:01 queue INFO 7 [243] -2014-12-15 12:40:01 queue INFO 3 [244] -2014-12-15 12:40:02 queue INFO 7 [245] -2014-12-15 12:40:02 queue INFO 3 [246] -2014-12-15 12:40:02 queue INFO 7 [247] -2014-12-15 12:40:03 queue INFO 3 [248] -2014-12-15 12:40:03 queue INFO 7 [249] -2014-12-15 12:40:03 queue INFO 3 [250] -2014-12-15 12:40:04 queue INFO 7 [251] -2014-12-15 12:40:04 queue INFO 3 [252] -2014-12-15 12:40:04 queue INFO 7 [253] -2014-12-15 12:40:05 queue INFO 3 [254] -2014-12-15 12:40:05 queue INFO 7 [255] -2014-12-15 12:40:05 queue INFO 3 [256] -2014-12-15 12:40:06 queue INFO 7 [257] -2014-12-15 12:40:06 queue INFO 3 [258] -2014-12-15 12:40:07 queue INFO 7 [259] -2014-12-15 12:40:07 queue INFO 3 [260] -2014-12-15 12:40:07 queue INFO 7 [261] -2014-12-15 12:40:07 queue INFO 3 [262] -2014-12-15 12:40:08 queue INFO 7 [263] -2014-12-15 12:40:08 queue INFO 3 [264] -2014-12-15 12:40:09 queue INFO 7 [265] -2014-12-15 12:40:09 queue INFO 3 [266] -2014-12-15 12:40:10 queue INFO 7 [267] -2014-12-15 12:40:10 queue INFO 3 [268] -2014-12-15 12:40:10 queue INFO 7 [269] -2014-12-15 12:40:11 queue INFO 3 [270] -2014-12-15 12:40:11 queue INFO 7 [271] -2014-12-15 12:40:11 queue INFO 3 [272] -2014-12-15 12:40:12 queue INFO 7 [273] -2014-12-15 12:40:12 queue INFO 3 [274] -2014-12-15 12:40:13 queue INFO 7 [275] -2014-12-15 12:40:13 queue INFO 3 [276] -2014-12-15 12:40:13 queue INFO 7 [277] -2014-12-15 12:40:14 queue INFO 3 [278] -2014-12-15 12:40:14 queue INFO 7 [279] -2014-12-15 12:40:14 queue INFO 3 [280] -2014-12-15 12:40:15 queue INFO 7 [281] -2014-12-15 12:40:15 queue INFO 3 [282] -2014-12-15 12:40:15 queue INFO 7 [283] -2014-12-15 12:40:16 queue INFO 3 [284] -2014-12-15 12:40:16 queue INFO 7 [285] -2014-12-15 12:40:16 queue INFO 3 [286] -2014-12-15 12:40:17 queue INFO 7 [287] -2014-12-15 12:40:17 queue INFO 3 [288] -2014-12-15 12:40:17 queue INFO 7 [289] -2014-12-15 12:40:18 queue INFO 3 [290] -2014-12-15 12:40:18 queue INFO 7 [291] -2014-12-15 12:40:18 queue INFO 3 [292] -2014-12-15 12:40:19 queue INFO 7 [293] -2014-12-15 12:40:19 queue INFO 3 [294] -2014-12-15 12:40:19 queue INFO 7 [295] -2014-12-15 12:40:20 queue INFO 3 [296] -2014-12-15 12:40:20 queue INFO 7 [297] -2014-12-15 12:40:20 queue INFO 3 [298] -2014-12-15 12:40:21 queue INFO 7 [299] -2014-12-15 12:40:21 queue INFO 3 [300] -2014-12-15 12:40:21 queue INFO 7 [301] -2014-12-15 12:40:22 queue INFO 3 [302] -2014-12-15 12:40:22 queue INFO 7 [303] -2014-12-15 12:40:22 queue INFO 3 [304] -2014-12-15 12:40:23 queue INFO 7 [305] -2014-12-15 12:40:23 queue INFO 3 [306] -2014-12-15 12:40:23 queue INFO 7 [307] -2014-12-15 12:40:24 queue INFO 3 [308] -2014-12-15 12:40:24 queue INFO 7 [309] -2014-12-15 12:40:24 queue INFO 3 [310] -2014-12-15 12:40:24 queue INFO 7 [311] -2014-12-15 12:40:25 queue INFO 3 [312] -2014-12-15 12:40:25 queue INFO 7 [313] -2014-12-15 12:40:25 queue INFO 3 [314] -2014-12-15 12:40:26 queue INFO 7 [315] -2014-12-15 12:40:26 queue INFO 3 [316] -2014-12-15 12:40:26 queue INFO 7 [317] -2014-12-15 12:40:27 queue INFO 3 [318] -2014-12-15 12:40:27 queue INFO 7 [319] -2014-12-15 12:40:27 queue INFO 3 [320] -2014-12-15 12:40:28 queue INFO 7 [321] -2014-12-15 12:40:28 queue INFO 3 [322] -2014-12-15 12:40:28 queue INFO 7 [323] -2014-12-15 12:40:29 queue INFO 3 [324] -2014-12-15 12:40:29 queue INFO 7 [325] -2014-12-15 12:40:29 queue INFO 3 [326] -2014-12-15 12:40:30 queue INFO 7 [327] -2014-12-15 12:40:30 queue INFO 3 [328] -2014-12-15 12:40:30 queue INFO 7 [329] -2014-12-15 12:40:31 queue INFO 3 [330] -2014-12-15 12:40:31 queue INFO 7 [331] -2014-12-15 12:40:31 queue INFO 3 [332] -2014-12-15 12:40:32 queue INFO 7 [333] -2014-12-15 12:40:32 queue INFO 3 [334] -2014-12-15 12:40:32 queue INFO 7 [335] -2014-12-15 12:40:33 queue INFO 3 [336] -2014-12-15 12:40:33 queue INFO 7 [337] -2014-12-15 12:40:33 queue INFO 3 [338] -2014-12-15 12:40:34 queue INFO 7 [339] -2014-12-15 12:40:34 queue INFO 3 [340] -2014-12-15 12:40:35 queue INFO 7 [341] -2014-12-15 12:40:35 queue INFO 3 [342] -2014-12-15 12:40:35 queue INFO 7 [343] -2014-12-15 12:40:35 queue INFO 3 [344] -2014-12-15 12:40:36 queue INFO 7 [345] -2014-12-15 12:40:36 queue INFO 3 [346] -2014-12-15 12:40:36 queue INFO 7 [347] -2014-12-15 12:40:37 queue INFO 3 [348] -2014-12-15 12:40:37 queue INFO 7 [349] -2014-12-15 12:40:37 queue INFO 3 [350] -2014-12-15 12:40:38 queue INFO 7 [351] -2014-12-15 12:40:38 queue INFO 3 [352] -2014-12-15 12:40:38 queue INFO 7 [353] -2014-12-15 12:40:39 queue INFO 3 [354] -2014-12-15 12:40:39 queue INFO 7 [355] -2014-12-15 12:40:39 queue INFO 3 [356] -2014-12-15 12:40:40 queue INFO 7 [357] -2014-12-15 12:40:40 queue INFO 3 [358] -2014-12-15 12:40:40 queue INFO 7 [359] -2014-12-15 12:40:41 queue INFO 3 [360] -2014-12-15 12:40:41 queue INFO 7 [361] -2014-12-15 12:40:41 queue INFO 3 [362] -2014-12-15 12:40:42 queue INFO 7 [363] -2014-12-15 12:40:42 queue INFO 3 [364] -2014-12-15 12:40:42 queue INFO 7 [365] -2014-12-15 12:40:43 queue INFO 3 [366] -2014-12-15 12:40:43 queue INFO 7 [367] -2014-12-15 12:40:43 queue INFO 3 [368] -2014-12-15 12:40:44 queue INFO 7 [369] -2014-12-15 12:40:44 queue INFO 3 [370] -2014-12-15 12:40:44 queue INFO 7 [371] -2014-12-15 12:40:45 queue INFO 3 [372] -2014-12-15 12:40:45 queue INFO 7 [373] -2014-12-15 12:40:45 queue INFO 3 [374] -2014-12-15 12:40:46 queue INFO 7 [375] -2014-12-15 12:40:46 queue INFO 3 [376] -2014-12-15 12:40:46 queue INFO 7 [377] -2014-12-15 12:40:47 queue INFO 3 [378] -2014-12-15 12:40:47 queue INFO 7 [379] -2014-12-15 12:40:47 queue INFO 3 [380] -2014-12-15 12:40:48 queue INFO 7 [381] -2014-12-15 12:40:48 queue INFO 3 [382] -2014-12-15 12:40:48 queue INFO 7 [383] -2014-12-15 12:40:48 queue INFO 3 [384] -2014-12-15 12:40:49 queue INFO 7 [385] -2014-12-15 12:40:49 queue INFO 3 [386] -2014-12-15 12:40:49 queue INFO 7 [387] -2014-12-15 12:40:50 queue INFO 3 [388] -2014-12-15 12:40:50 queue INFO 7 [389] -2014-12-15 12:40:50 queue INFO 3 [390] -2014-12-15 12:40:51 queue INFO 7 [391] -2014-12-15 12:40:51 queue INFO 3 [392] -2014-12-15 12:40:51 queue INFO 7 [393] -2014-12-15 12:40:52 queue INFO 3 [394] -2014-12-15 12:40:52 queue INFO 7 [395] -2014-12-15 12:40:52 queue INFO 3 [396] -2014-12-15 12:40:53 queue INFO 7 [397] -2014-12-15 12:40:53 queue INFO 3 [398] -2014-12-15 12:40:53 queue INFO 7 [399] -2014-12-15 12:40:54 queue INFO 3 [400] -2014-12-15 12:40:54 queue INFO 7 [401] -2014-12-15 12:40:54 queue INFO 3 [402] -2014-12-15 12:40:55 queue INFO 7 [403] -2014-12-15 12:40:55 queue INFO 3 [404] -2014-12-15 12:40:55 queue INFO 7 [405] -2014-12-15 12:40:56 queue INFO 3 [406] -2014-12-15 12:40:56 queue INFO 7 [407] -2014-12-15 12:40:56 queue INFO 3 [408] -2014-12-15 12:40:57 queue INFO 7 [409] -2014-12-15 12:40:57 queue INFO 3 [410] -2014-12-15 12:40:57 queue INFO 7 [411] -2014-12-15 12:40:58 queue INFO 3 [412] -2014-12-15 12:40:58 queue INFO 7 [413] -2014-12-15 12:40:58 queue INFO 3 [414] -2014-12-15 12:40:59 queue INFO 7 [415] -2014-12-15 12:40:59 queue INFO 3 [416] -2014-12-15 12:40:59 queue INFO 7 [417] -2014-12-15 12:41:00 queue INFO 3 [418] -2014-12-15 12:41:00 queue INFO 7 [419] -2014-12-15 12:41:00 queue INFO 3 [420] -2014-12-15 12:41:01 queue INFO 7 [421] -2014-12-15 12:41:01 queue INFO 3 [422] -2014-12-15 12:41:02 queue INFO 7 [423] -2014-12-15 12:41:02 queue INFO 3 [424] -2014-12-15 12:41:02 queue INFO 7 [425] -2014-12-15 12:41:02 queue INFO 3 [426] -2014-12-15 12:41:03 queue INFO 7 [427] -2014-12-15 12:41:03 queue INFO 3 [428] -2014-12-15 12:41:03 queue INFO 7 [429] -2014-12-15 12:41:04 queue INFO 3 [430] -2014-12-15 12:41:04 queue INFO 7 [431] -2014-12-15 12:41:04 queue INFO 3 [432] -2014-12-15 12:41:05 queue INFO 7 [433] -2014-12-15 12:41:05 queue INFO 3 [434] -2014-12-15 12:41:05 queue INFO 7 [435] -2014-12-15 12:41:06 queue INFO 3 [436] -2014-12-15 12:41:06 queue INFO 7 [437] -2014-12-15 12:41:06 queue INFO 3 [438] -2014-12-15 12:41:07 queue INFO 7 [439] -2014-12-15 12:41:07 queue INFO 3 [440] -2014-12-15 12:41:07 queue INFO 7 [441] -2014-12-15 12:41:08 queue INFO 3 [442] -2014-12-15 12:41:08 queue INFO 7 [443] -2014-12-15 12:41:08 queue INFO 3 [444] -2014-12-15 12:41:09 queue INFO 7 [445] -2014-12-15 12:41:09 queue INFO 3 [446] -2014-12-15 12:41:09 queue INFO 7 [447] -2014-12-15 12:41:10 queue INFO 3 [448] -2014-12-15 12:41:10 queue INFO 7 [449] -2014-12-15 12:41:10 queue INFO 3 [450] -2014-12-15 12:41:11 queue INFO 7 [451] -2014-12-15 12:41:11 queue INFO 3 [452] -2014-12-15 12:41:11 queue INFO 7 [453] -2014-12-15 12:41:12 queue INFO 3 [454] -2014-12-15 12:41:12 queue INFO 7 [455] -2014-12-15 12:41:12 queue INFO 3 [456] -2014-12-15 12:41:13 queue INFO 7 [457] -2014-12-15 12:41:13 queue INFO 3 [458] -2014-12-15 12:41:13 queue INFO 7 [459] -2014-12-15 12:41:14 queue INFO 3 [460] -2014-12-15 12:41:14 queue INFO 7 [461] -2014-12-15 12:41:14 queue INFO 3 [462] -2014-12-15 12:41:15 queue INFO 7 [463] -2014-12-15 12:41:15 queue INFO 3 [464] -2014-12-15 12:41:15 queue INFO 7 [465] -2014-12-15 12:41:16 queue INFO 3 [466] -2014-12-15 12:41:16 queue INFO 7 [467] -2014-12-15 12:41:16 queue INFO 3 [468] -2014-12-15 12:41:17 queue INFO 7 [469] -2014-12-15 12:41:17 queue INFO 3 [470] -2014-12-15 12:41:17 queue INFO 7 [471] -2014-12-15 12:41:18 queue INFO 3 [472] -2014-12-15 12:41:18 queue INFO 7 [473] -2014-12-15 12:41:18 queue INFO 3 [474] -2014-12-15 12:41:19 queue INFO 7 [475] -2014-12-15 12:41:19 queue INFO 3 [476] -2014-12-15 12:41:19 queue INFO 7 [477] -2014-12-15 12:41:20 queue INFO 3 [478] -2014-12-15 12:41:20 queue INFO 7 [479] -2014-12-15 12:41:20 queue INFO 3 [480] -2014-12-15 12:41:21 queue INFO 7 [481] -2014-12-15 12:41:21 queue INFO 3 [482] -2014-12-15 12:41:21 queue INFO 7 [483] -2014-12-15 12:41:22 queue INFO 3 [484] -2014-12-15 12:41:22 queue INFO 7 [485] -2014-12-15 12:41:22 queue INFO 3 [486] -2014-12-15 12:41:23 queue INFO 7 [487] -2014-12-15 12:41:23 queue INFO 3 [488] -2014-12-15 12:41:23 queue INFO 7 [489] -2014-12-15 12:41:24 queue INFO 3 [490] -2014-12-15 12:41:24 queue INFO 7 [491] -2014-12-15 12:41:24 queue INFO 3 [492] -2014-12-15 12:41:25 queue INFO 7 [493] -2014-12-15 12:41:25 queue INFO 3 [494] -2014-12-15 12:41:25 queue INFO 7 [495] -2014-12-15 12:41:25 queue INFO 3 [496] -2014-12-15 12:41:26 queue INFO 7 [497] -2014-12-15 12:41:26 queue INFO 3 [498] -2014-12-15 12:41:26 queue INFO 7 [499] -2014-12-15 12:41:27 queue INFO 3 [500] -2014-12-15 12:41:27 queue INFO 7 [501] -2014-12-15 12:41:27 queue INFO 3 [502] -2014-12-15 12:41:28 queue INFO 7 [503] -2014-12-15 12:41:28 queue INFO 3 [504] -2014-12-15 12:41:29 queue INFO 7 [505] -2014-12-15 12:41:29 queue INFO 3 [506] -2014-12-15 12:41:29 queue INFO 7 [507] -2014-12-15 12:41:30 queue INFO 3 [508] -2014-12-15 12:41:30 queue INFO 7 [509] -2014-12-15 12:41:30 queue INFO 3 [510] -2014-12-15 12:41:31 queue INFO 7 [511] -2014-12-15 12:41:31 queue INFO 3 [512] -2014-12-15 12:41:31 queue INFO 7 [513] -2014-12-15 12:41:32 queue INFO 3 [514] -2014-12-15 12:41:32 queue INFO 7 [515] -2014-12-15 12:41:32 queue INFO 3 [516] -2014-12-15 12:41:33 queue INFO 7 [517] -2014-12-15 12:41:33 queue INFO 3 [518] -2014-12-15 12:41:33 queue INFO 7 [519] -2014-12-15 12:41:34 queue INFO 3 [520] -2014-12-15 12:41:34 queue INFO 7 [521] -2014-12-15 12:41:34 queue INFO 3 [522] -2014-12-15 12:41:35 queue INFO 7 [523] -2014-12-15 12:41:35 queue INFO 3 [524] -2014-12-15 12:41:35 queue INFO 7 [525] -2014-12-15 12:41:36 queue INFO 3 [526] -2014-12-15 12:41:36 queue INFO 7 [527] -2014-12-15 12:41:36 queue INFO 3 [528] -2014-12-15 12:41:37 queue INFO 7 [529] -2014-12-15 12:41:37 queue INFO 3 [530] -2014-12-15 12:41:37 queue INFO 7 [531] -2014-12-15 12:41:38 queue INFO 3 [532] -2014-12-15 12:41:38 queue INFO 7 [533] -2014-12-15 12:41:38 queue INFO 3 [534] -2014-12-15 12:41:39 queue INFO 7 [535] -2014-12-15 12:41:39 queue INFO 3 [536] -2014-12-15 12:41:39 queue INFO 7 [537] -2014-12-15 12:41:39 queue INFO 3 [538] -2014-12-15 12:41:40 queue INFO 7 [539] -2014-12-15 12:41:40 queue INFO 3 [540] -2014-12-15 12:41:40 queue INFO 7 [541] -2014-12-15 12:41:41 queue INFO 3 [542] -2014-12-15 12:41:41 queue INFO 7 [543] -2014-12-15 12:41:41 queue INFO 3 [544] -2014-12-15 12:41:42 queue INFO 7 [545] -2014-12-15 12:41:42 queue INFO 3 [546] -2014-12-15 12:41:42 queue INFO 7 [547] -2014-12-15 12:41:43 queue INFO 3 [548] -2014-12-15 12:41:43 queue INFO 7 [549] -2014-12-15 12:41:43 queue INFO 3 [550] -2014-12-15 12:41:44 queue INFO 7 [551] -2014-12-15 12:41:44 queue INFO 3 [552] -2014-12-15 12:41:44 queue INFO 7 [553] -2014-12-15 12:41:45 queue INFO 3 [554] -2014-12-15 12:41:45 queue INFO 7 [555] -2014-12-15 12:41:45 queue INFO 3 [556] -2014-12-15 12:41:46 queue INFO 7 [557] -2014-12-15 12:41:46 queue INFO 3 [558] -2014-12-15 12:41:46 queue INFO 7 [559] -2014-12-15 12:41:47 queue INFO 3 [560] -2014-12-15 12:41:47 queue INFO 7 [561] -2014-12-15 12:41:47 queue INFO 3 [562] -2014-12-15 12:41:48 queue INFO 7 [563] -2014-12-15 12:41:48 queue INFO 3 [564] -2014-12-15 12:41:49 queue INFO 7 [565] -2014-12-15 12:41:49 queue INFO 3 [566] -2014-12-15 12:41:50 queue INFO 7 [567] -2014-12-15 12:41:50 queue INFO 3 [568] -2014-12-15 12:41:50 queue INFO 7 [569] -2014-12-15 12:41:50 queue INFO 3 [570] -2014-12-15 12:41:51 queue INFO 7 [571] -2014-12-15 12:41:51 queue INFO 3 [572] -2014-12-15 12:41:51 queue INFO 7 [573] -2014-12-15 12:41:52 queue INFO 3 [574] -2014-12-15 12:41:52 queue INFO 7 [575] -2014-12-15 12:41:52 queue INFO 3 [576] -2014-12-15 12:41:53 queue INFO 7 [577] -2014-12-15 12:41:53 queue INFO 3 [578] -2014-12-15 12:41:53 queue INFO 7 [579] -2014-12-15 12:41:54 queue INFO 3 [580] -2014-12-15 12:41:54 queue INFO 7 [581] -2014-12-15 12:41:54 queue INFO 3 [582] -2014-12-15 12:41:55 queue INFO 7 [583] -2014-12-15 12:41:55 queue INFO 3 [584] -2014-12-15 12:41:56 queue INFO 7 [585] -2014-12-15 12:41:56 queue INFO 3 [586] -2014-12-15 12:41:56 queue INFO 7 [587] -2014-12-15 12:41:57 queue INFO 3 [588] -2014-12-15 12:41:57 queue INFO 7 [589] -2014-12-15 12:41:57 queue INFO 3 [590] -2014-12-15 12:41:58 queue INFO 7 [591] -2014-12-15 12:41:58 queue INFO 3 [592] -2014-12-15 12:41:58 queue INFO 7 [593] -2014-12-15 12:41:58 queue INFO 3 [594] -2014-12-15 12:41:59 queue INFO 7 [595] -2014-12-15 12:41:59 queue INFO 3 [596] -2014-12-15 12:41:59 queue INFO 7 [597] -2014-12-15 12:42:00 queue INFO 3 [598] -2014-12-15 12:42:00 queue INFO 7 [599] -2014-12-15 12:42:00 queue INFO 3 [600] -2014-12-15 12:42:01 queue INFO 7 [601] -2014-12-15 12:42:01 queue INFO 3 [602] -2014-12-15 12:42:02 queue INFO 7 [603] -2014-12-15 12:42:02 queue INFO 3 [604] -2014-12-15 12:42:02 queue INFO 7 [605] -2014-12-15 12:42:03 queue INFO 3 [606] -2014-12-15 12:42:03 queue INFO 7 [607] -2014-12-15 12:42:03 queue INFO 3 [608] -2014-12-15 12:42:04 queue INFO 7 [609] -2014-12-15 12:42:04 queue INFO 3 [610] -2014-12-15 12:42:04 queue INFO 7 [611] -2014-12-15 12:42:05 queue INFO 3 [612] -2014-12-15 12:42:05 queue INFO 7 [613] -2014-12-15 12:42:05 queue INFO 3 [614] -2014-12-15 12:42:06 queue INFO 7 [615] -2014-12-15 12:42:06 queue INFO 3 [616] -2014-12-15 12:42:06 queue INFO 7 [617] -2014-12-15 12:42:07 queue INFO 3 [618] -2014-12-15 12:42:07 queue INFO 7 [619] -2014-12-15 12:42:07 queue INFO 3 [620] -2014-12-15 12:42:08 queue INFO 7 [621] -2014-12-15 12:42:08 queue INFO 3 [622] -2014-12-15 12:42:08 queue INFO 7 [623] -2014-12-15 12:42:09 queue INFO 3 [624] -2014-12-15 12:42:09 queue INFO 7 [625] -2014-12-15 12:42:10 queue INFO 3 [626] -2014-12-15 12:42:10 queue INFO 7 [627] -2014-12-15 12:42:10 queue INFO 3 [628] -2014-12-15 12:42:11 queue INFO 7 [629] -2014-12-15 12:42:11 queue INFO 3 [630] -2014-12-15 12:42:11 queue INFO 7 [631] -2014-12-15 12:42:12 queue INFO 3 [632] -2014-12-15 12:42:12 queue INFO 7 [633] -2014-12-15 12:42:12 queue INFO 3 [634] -2014-12-15 12:42:13 queue INFO 7 [635] -2014-12-15 12:42:13 queue INFO 3 [636] -2014-12-15 12:42:13 queue INFO 7 [637] -2014-12-15 12:42:14 queue INFO 3 [638] -2014-12-15 12:42:14 queue INFO 7 [639] -2014-12-15 12:42:14 queue INFO 3 [640] -2014-12-15 12:42:15 queue INFO 7 [641] -2014-12-15 12:42:15 queue INFO 3 [642] -2014-12-15 12:42:15 queue INFO 7 [643] -2014-12-15 12:42:16 queue INFO 3 [644] -2014-12-15 12:42:16 queue INFO 7 [645] -2014-12-15 12:42:16 queue INFO 3 [646] -2014-12-15 12:42:17 queue INFO 7 [647] -2014-12-15 12:42:17 queue INFO 3 [648] -2014-12-15 12:42:17 queue INFO 7 [649] -2014-12-15 12:42:18 queue INFO 3 [650] -2014-12-15 12:42:18 queue INFO 7 [651] -2014-12-15 12:42:18 queue INFO 3 [652] -2014-12-15 12:42:19 queue INFO 7 [653] -2014-12-15 12:42:19 queue INFO 3 [654] -2014-12-15 12:42:19 queue INFO 7 [655] -2014-12-15 12:42:20 queue INFO 3 [656] -2014-12-15 12:42:20 queue INFO 7 [657] -2014-12-15 12:42:20 queue INFO 3 [658] -2014-12-15 12:42:21 queue INFO 7 [659] -2014-12-15 12:42:21 queue INFO 3 [660] -2014-12-15 12:42:21 queue INFO 7 [661] -2014-12-15 12:42:22 queue INFO 3 [662] -2014-12-15 12:42:22 queue INFO 7 [663] -2014-12-15 12:42:23 queue INFO 3 [664] -2014-12-15 12:42:23 queue INFO 7 [665] -2014-12-15 12:42:23 queue INFO 3 [666] -2014-12-15 12:42:24 queue INFO 7 [667] -2014-12-15 12:42:24 queue INFO 3 [668] -2014-12-15 12:42:24 queue INFO 7 [669] -2014-12-15 12:42:25 queue INFO 3 [670] -2014-12-15 12:42:25 queue INFO 7 [671] -2014-12-15 12:42:25 queue INFO 3 [672] -2014-12-15 12:42:26 queue INFO 7 [673] -2014-12-15 12:42:26 queue INFO 3 [674] -2014-12-15 12:42:26 queue INFO 7 [675] -2014-12-15 12:42:27 queue INFO 3 [676] -2014-12-15 12:42:27 queue INFO 7 [677] -2014-12-15 12:42:27 queue INFO 3 [678] -2014-12-15 12:42:28 queue INFO 7 [679] -2014-12-15 12:42:28 queue INFO 3 [680] -2014-12-15 12:42:28 queue INFO 7 [681] -2014-12-15 12:42:28 queue INFO 3 [682] -2014-12-15 12:42:29 queue INFO 7 [683] -2014-12-15 12:42:29 queue INFO 3 [684] -2014-12-15 12:42:29 queue INFO 7 [685] -2014-12-15 12:42:30 queue INFO 3 [686] -2014-12-15 12:42:30 queue INFO 7 [687] -2014-12-15 12:42:30 queue INFO 3 [688] -2014-12-15 12:42:31 queue INFO 7 [689] -2014-12-15 12:42:31 queue INFO 3 [690] -2014-12-15 12:42:31 queue INFO 7 [691] -2014-12-15 12:42:32 queue INFO 3 [692] -2014-12-15 12:42:32 queue INFO 7 [693] -2014-12-15 12:42:32 queue INFO 3 [694] -2014-12-15 12:42:33 queue INFO 7 [695] -2014-12-15 12:42:33 queue INFO 3 [696] -2014-12-15 12:42:33 queue INFO 7 [697] -2014-12-15 12:42:34 queue INFO 3 [698] -2014-12-15 12:42:34 queue INFO 7 [699] -2014-12-15 12:42:34 queue INFO 3 [700] -2014-12-15 12:42:35 queue INFO 7 [701] -2014-12-15 12:42:35 queue INFO 3 [702] -2014-12-15 12:42:35 queue INFO 7 [703] -2014-12-15 12:42:36 queue INFO 3 [704] -2014-12-15 12:42:36 queue INFO 7 [705] -2014-12-15 12:42:36 queue INFO 3 [706] -2014-12-15 12:42:37 queue INFO 7 [707] -2014-12-15 12:42:37 queue INFO 3 [708] -2014-12-15 12:42:37 queue INFO 7 [709] -2014-12-15 12:42:38 queue INFO 3 [710] -2014-12-15 12:42:38 queue INFO 7 [711] -2014-12-15 12:42:38 queue INFO 3 [712] -2014-12-15 12:42:39 queue INFO 7 [713] -2014-12-15 12:42:39 queue INFO 3 [714] -2014-12-15 12:42:39 queue INFO 7 [715] -2014-12-15 12:42:40 queue INFO 3 [716] -2014-12-15 12:42:40 queue INFO 7 [717] -2014-12-15 12:42:40 queue INFO 3 [718] -2014-12-15 12:42:41 queue INFO 7 [719] -2014-12-15 12:42:41 queue INFO 3 [720] -2014-12-15 12:42:41 queue INFO 7 [721] -2014-12-15 12:42:42 queue INFO 3 [722] -2014-12-15 12:42:42 queue INFO 7 [723] -2014-12-15 12:42:42 queue INFO 3 [724] -2014-12-15 12:42:43 queue INFO 7 [725] -2014-12-15 12:42:43 queue INFO 3 [726] -2014-12-15 12:42:43 queue INFO 7 [727] -2014-12-15 12:42:44 queue INFO 3 [728] -2014-12-15 12:42:44 queue INFO 7 [729] -2014-12-15 12:42:44 queue INFO 3 [730] -2014-12-15 12:42:45 queue INFO 7 [731] -2014-12-15 12:42:45 queue INFO 3 [732] -2014-12-15 12:42:45 queue INFO 7 [733] -2014-12-15 12:42:46 queue INFO 3 [734] -2014-12-15 12:42:46 queue INFO 7 [735] -2014-12-15 12:42:46 queue INFO 3 [736] -2014-12-15 12:42:47 queue INFO 7 [737] -2014-12-15 12:42:47 queue INFO 3 [738] -2014-12-15 12:42:47 queue INFO 7 [739] -2014-12-15 12:42:48 queue INFO 3 [740] -2014-12-15 12:42:48 queue INFO 7 [741] -2014-12-15 12:42:48 queue INFO 3 [742] -2014-12-15 12:42:49 queue INFO 7 [743] -2014-12-15 12:42:49 queue INFO 3 [744] -2014-12-15 12:42:50 queue INFO 7 [745] -2014-12-15 12:42:50 queue INFO 3 [746] -2014-12-15 12:42:50 queue INFO 7 [747] -2014-12-15 12:42:51 queue INFO 3 [748] -2014-12-15 12:42:51 queue INFO 7 [749] -2014-12-15 12:42:51 queue INFO 3 [750] -2014-12-15 12:42:52 queue INFO 7 [751] -2014-12-15 12:42:52 queue INFO 3 [752] -2014-12-15 12:42:52 queue INFO 7 [753] -2014-12-15 12:42:53 queue INFO 3 [754] -2014-12-15 12:42:53 queue INFO 7 [755] -2014-12-15 12:42:53 queue INFO 3 [756] -2014-12-15 12:42:53 queue INFO 7 [757] -2014-12-15 12:42:54 queue INFO 3 [758] -2014-12-15 12:42:54 queue INFO 7 [759] -2014-12-15 12:42:54 queue INFO 3 [760] -2014-12-15 12:42:55 queue INFO 7 [761] -2014-12-15 12:42:55 queue INFO 3 [762] -2014-12-15 12:42:56 queue INFO 7 [763] -2014-12-15 12:42:56 queue INFO 3 [764] -2014-12-15 12:42:57 queue INFO 7 [765] -2014-12-15 12:42:57 queue INFO 3 [766] -2014-12-15 12:42:57 queue INFO 7 [767] -2014-12-15 12:42:58 queue INFO 3 [768] -2014-12-15 12:42:58 queue INFO 7 [769] -2014-12-15 12:42:58 queue INFO 3 [770] -2014-12-15 12:42:59 queue INFO 7 [771] -2014-12-15 12:42:59 queue INFO 3 [772] -2014-12-15 12:42:59 queue INFO 7 [773] -2014-12-15 12:43:00 queue INFO 3 [774] -2014-12-15 12:43:00 queue INFO 7 [775] -2014-12-15 12:43:00 queue INFO 3 [776] -2014-12-15 12:43:01 queue INFO 7 [777] -2014-12-15 12:43:01 queue INFO 3 [778] -2014-12-15 12:43:01 queue INFO 7 [779] -2014-12-15 12:43:02 queue INFO 3 [780] -2014-12-15 12:43:02 queue INFO 7 [781] -2014-12-15 12:43:02 queue INFO 3 [782] -2014-12-15 12:43:03 queue INFO 7 [783] -2014-12-15 12:43:03 queue INFO 3 [784] -2014-12-15 12:43:03 queue INFO 7 [785] -2014-12-15 12:43:04 queue INFO 3 [786] -2014-12-15 12:43:04 queue INFO 7 [787] -2014-12-15 12:43:04 queue INFO 3 [788] -2014-12-15 12:43:05 queue INFO 7 [789] -2014-12-15 12:43:05 queue INFO 3 [790] -2014-12-15 12:43:05 queue INFO 7 [791] -2014-12-15 12:43:05 queue INFO 3 [792] -2014-12-15 12:43:06 queue INFO 7 [793] -2014-12-15 12:43:06 queue INFO 3 [794] -2014-12-15 12:43:06 queue INFO 7 [795] -2014-12-15 12:43:07 queue INFO 3 [796] -2014-12-15 12:43:07 queue INFO 7 [797] -2014-12-15 12:43:07 queue INFO 3 [798] -2014-12-15 12:43:08 queue INFO 7 [799] -2014-12-15 12:43:08 queue INFO 3 [800] -2014-12-15 12:43:08 queue INFO 7 [801] -2014-12-15 12:43:09 queue INFO 3 [802] -2014-12-15 12:43:09 queue INFO 7 [803] -2014-12-15 12:43:09 queue INFO 3 [804] -2014-12-15 12:43:10 queue INFO 7 [805] -2014-12-15 12:43:11 queue INFO 3 [806] -2014-12-15 12:43:11 queue INFO 7 [807] -2014-12-15 12:43:11 queue INFO 3 [808] -2014-12-15 12:43:12 queue INFO 7 [809] -2014-12-15 12:43:12 queue INFO 3 [810] -2014-12-15 12:43:12 queue INFO 7 [811] -2014-12-15 12:43:13 queue INFO 3 [812] -2014-12-15 12:43:13 queue INFO 7 [813] -2014-12-15 12:43:13 queue INFO 3 [814] -2014-12-15 12:43:14 queue INFO 7 [815] -2014-12-15 12:43:14 queue INFO 3 [816] -2014-12-15 12:43:14 queue INFO 7 [817] -2014-12-15 12:43:15 queue INFO 3 [818] -2014-12-15 12:43:15 queue INFO 7 [819] -2014-12-15 12:43:15 queue INFO 3 [820] -2014-12-15 12:43:16 queue INFO 7 [821] -2014-12-15 12:43:16 queue INFO 3 [822] -2014-12-15 12:43:16 queue INFO 7 [823] -2014-12-15 12:43:17 queue INFO 3 [824] -2014-12-15 12:43:17 queue INFO 7 [825] -2014-12-15 12:43:17 queue INFO 3 [826] -2014-12-15 12:43:18 queue INFO 7 [827] -2014-12-15 12:43:18 queue INFO 3 [828] -2014-12-15 12:43:18 queue INFO 7 [829] -2014-12-15 12:43:19 queue INFO 3 [830] -2014-12-15 12:43:19 queue INFO 7 [831] -2014-12-15 12:43:19 queue INFO 3 [832] -2014-12-15 12:43:20 queue INFO 7 [833] -2014-12-15 12:43:20 queue INFO 3 [834] -2014-12-15 12:43:20 queue INFO 7 [835] -2014-12-15 12:43:21 queue INFO 3 [836] -2014-12-15 12:43:21 queue INFO 7 [837] -2014-12-15 12:43:21 queue INFO 3 [838] -2014-12-15 12:43:22 queue INFO 7 [839] -2014-12-15 12:43:22 queue INFO 3 [840] -2014-12-15 12:43:22 queue INFO 7 [841] -2014-12-15 12:43:23 queue INFO 3 [842] -2014-12-15 12:43:23 queue INFO 7 [843] -2014-12-15 12:43:23 queue INFO 3 [844] -2014-12-15 12:43:24 queue INFO 7 [845] -2014-12-15 12:43:24 queue INFO 3 [846] -2014-12-15 12:43:24 queue INFO 7 [847] -2014-12-15 12:43:25 queue INFO 3 [848] -2014-12-15 12:43:25 queue INFO 7 [849] -2014-12-15 12:43:25 queue INFO 3 [850] -2014-12-15 12:43:26 queue INFO 7 [851] -2014-12-15 12:43:26 queue INFO 3 [852] -2014-12-15 12:43:26 queue INFO 7 [853] -2014-12-15 12:43:27 queue INFO 3 [854] -2014-12-15 12:43:27 queue INFO 7 [855] -2014-12-15 12:43:27 queue INFO 3 [856] -2014-12-15 12:43:28 queue INFO 7 [857] -2014-12-15 12:43:28 queue INFO 3 [858] -2014-12-15 12:43:28 queue INFO 7 [859] -2014-12-15 12:43:29 queue INFO 3 [860] -2014-12-15 12:43:29 queue INFO 7 [861] -2014-12-15 12:43:29 queue INFO 3 [862] -2014-12-15 12:43:30 queue INFO 7 [863] -2014-12-15 12:43:30 queue INFO 3 [864] -2014-12-15 12:43:30 queue INFO 7 [865] -2014-12-15 12:43:31 queue INFO 3 [866] -2014-12-15 12:43:31 queue INFO 7 [867] -2014-12-15 12:43:31 queue INFO 3 [868] -2014-12-15 12:43:32 queue INFO 7 [869] -2014-12-15 12:43:32 queue INFO 3 [870] -2014-12-15 12:43:32 queue INFO 7 [871] -2014-12-15 12:43:33 queue INFO 3 [872] -2014-12-15 12:43:33 queue INFO 7 [873] -2014-12-15 12:43:33 queue INFO 3 [874] -2014-12-15 12:43:34 queue INFO 7 [875] -2014-12-15 12:43:34 queue INFO 3 [876] -2014-12-15 12:43:34 queue INFO 7 [877] -2014-12-15 12:43:35 queue INFO 3 [878] -2014-12-15 12:43:35 queue INFO 7 [879] -2014-12-15 12:43:35 queue INFO 3 [880] -2014-12-15 12:43:36 queue INFO 7 [881] -2014-12-15 12:43:36 queue INFO 3 [882] -2014-12-15 12:43:36 queue INFO 7 [883] -2014-12-15 12:43:37 queue INFO 3 [884] -2014-12-15 12:43:37 queue INFO 7 [885] -2014-12-15 12:43:37 queue INFO 3 [886] -2014-12-15 12:43:38 queue INFO 7 [887] -2014-12-15 12:43:38 queue INFO 3 [888] -2014-12-15 12:43:38 queue INFO 7 [889] -2014-12-15 12:43:39 queue INFO 3 [890] -2014-12-15 12:43:39 queue INFO 7 [891] -2014-12-15 12:43:39 queue INFO 3 [892] -2014-12-15 12:43:40 queue INFO 7 [893] -2014-12-15 12:43:40 queue INFO 3 [894] -2014-12-15 12:43:40 queue INFO 7 [895] -2014-12-15 12:43:41 queue INFO 3 [896] -2014-12-15 12:43:41 queue INFO 7 [897] -2014-12-15 12:43:41 queue INFO 3 [898] -2014-12-15 12:43:42 queue INFO 7 [899] -2014-12-15 12:43:42 queue INFO 3 [900] -2014-12-15 12:43:42 queue INFO 7 [901] -2014-12-15 12:43:43 queue INFO 3 [902] -2014-12-15 12:43:43 queue INFO 7 [903] -2014-12-15 12:43:43 queue INFO 3 [904] -2014-12-15 12:43:44 queue INFO 7 [905] -2014-12-15 12:43:44 queue INFO 3 [906] -2014-12-15 12:43:45 queue INFO 7 [907] -2014-12-15 12:43:45 queue INFO 3 [908] -2014-12-15 12:43:45 queue INFO 7 [909] -2014-12-15 12:43:46 queue INFO 3 [910] -2014-12-15 12:43:46 queue INFO 7 [911] -2014-12-15 12:43:46 queue INFO 3 [912] -2014-12-15 12:43:47 queue INFO 7 [913] -2014-12-15 12:43:47 queue INFO 3 [914] -2014-12-15 12:43:47 queue INFO 7 [915] -2014-12-15 12:43:48 queue INFO 3 [916] -2014-12-15 12:43:48 queue INFO 7 [917] -2014-12-15 12:43:48 queue INFO 3 [918] -2014-12-15 12:43:49 queue INFO 7 [919] -2014-12-15 12:43:49 queue INFO 3 [920] -2014-12-15 12:43:49 queue INFO 7 [921] -2014-12-15 12:43:50 queue INFO 3 [922] -2014-12-15 12:43:50 queue INFO 7 [923] -2014-12-15 12:43:50 queue INFO 3 [924] -2014-12-15 12:43:51 queue INFO 7 [925] -2014-12-15 12:43:51 queue INFO 3 [926] -2014-12-15 12:43:51 queue INFO 7 [927] -2014-12-15 12:43:52 queue INFO 3 [928] -2014-12-15 12:43:52 queue INFO 7 [929] -2014-12-15 12:43:52 queue INFO 3 [930] -2014-12-15 12:43:53 queue INFO 7 [931] -2014-12-15 12:43:53 queue INFO 3 [932] -2014-12-15 12:43:53 queue INFO 7 [933] -2014-12-15 12:43:54 queue INFO 3 [934] -2014-12-15 12:43:54 queue INFO 7 [935] -2014-12-15 12:43:54 queue INFO 3 [936] -2014-12-15 12:43:55 queue INFO 7 [937] -2014-12-15 12:43:55 queue INFO 3 [938] -2014-12-15 12:43:55 queue INFO 7 [939] -2014-12-15 12:43:55 queue INFO 3 [940] -2014-12-15 12:43:56 queue INFO 7 [941] -2014-12-15 12:43:56 queue INFO 3 [942] -2014-12-15 12:43:56 queue INFO 7 [943] -2014-12-15 12:43:57 queue INFO 3 [944] -2014-12-15 12:43:57 queue INFO 7 [945] -2014-12-15 12:43:57 queue INFO 3 [946] -2014-12-15 12:43:58 queue INFO 7 [947] -2014-12-15 12:43:58 queue INFO 3 [948] -2014-12-15 12:43:58 queue INFO 7 [949] -2014-12-15 12:43:59 queue INFO 3 [950] -2014-12-15 12:43:59 queue INFO 7 [951] -2014-12-15 12:43:59 queue INFO 3 [952] -2014-12-15 12:44:00 queue INFO 7 [953] -2014-12-15 12:44:00 queue INFO 3 [954] -2014-12-15 12:44:00 queue INFO 7 [955] -2014-12-15 12:44:01 queue INFO 3 [956] -2014-12-15 12:44:01 queue INFO 7 [957] -2014-12-15 12:44:01 queue INFO 3 [958] -2014-12-15 12:44:02 queue INFO 7 [959] -2014-12-15 12:44:02 queue INFO 3 [960] -2014-12-15 12:44:02 queue INFO 7 [961] -2014-12-15 12:44:03 queue INFO 3 [962] -2014-12-15 12:44:03 queue INFO 7 [963] -2014-12-15 12:44:03 queue INFO 3 [964] -2014-12-15 12:44:04 queue INFO 7 [965] -2014-12-15 12:44:04 queue INFO 3 [966] -2014-12-15 12:44:04 queue INFO 7 [967] -2014-12-15 12:44:05 queue INFO 3 [968] -2014-12-15 12:44:05 queue INFO 7 [969] -2014-12-15 12:44:05 queue INFO 3 [970] -2014-12-15 12:44:06 queue INFO 7 [971] -2014-12-15 12:44:06 queue INFO 3 [972] -2014-12-15 12:44:06 queue INFO 7 [973] -2014-12-15 12:44:07 queue INFO 3 [974] -2014-12-15 12:44:07 queue INFO 7 [975] -2014-12-15 12:44:07 queue INFO 3 [976] -2014-12-15 12:44:08 queue INFO 7 [977] -2014-12-15 12:44:08 queue INFO 3 [978] -2014-12-15 12:44:08 queue INFO 7 [979] -2014-12-15 12:44:09 queue INFO 3 [980] -2014-12-15 12:44:09 queue INFO 7 [981] -2014-12-15 12:44:09 queue INFO 3 [982] -2014-12-15 12:44:10 queue INFO 7 [983] -2014-12-15 12:44:10 queue INFO 3 [984] -2014-12-15 12:44:10 queue INFO 7 [985] -2014-12-15 12:44:11 queue INFO 3 [986] -2014-12-15 12:44:11 queue INFO 7 [987] -2014-12-15 12:44:11 queue INFO 3 [988] -2014-12-15 12:44:12 queue INFO 7 [989] -2014-12-15 12:44:12 queue INFO 3 [990] -2014-12-15 12:44:12 queue INFO 7 [991] -2014-12-15 12:44:13 queue INFO 3 [992] -2014-12-15 12:44:13 queue INFO 7 [993] -2014-12-15 12:44:13 queue INFO 3 [994] -2014-12-15 12:44:14 queue INFO 7 [995] -2014-12-15 12:44:14 queue INFO 3 [996] -2014-12-15 12:44:14 queue INFO 7 [997] -2014-12-15 12:44:15 queue INFO 3 [998] -2014-12-15 12:44:15 queue INFO 7 [999] -2014-12-15 12:44:15 queue INFO 3 [0] -2014-12-15 12:44:16 queue INFO 7 [1] -2014-12-15 12:44:16 queue INFO 3 [2] -2014-12-15 12:44:16 queue INFO 7 [3] -2014-12-15 12:44:17 queue INFO 3 [4] -2014-12-15 12:44:17 queue INFO 7 [5] -2014-12-15 12:44:17 queue INFO 3 [6] -2014-12-15 12:44:18 queue INFO 7 [7] -2014-12-15 12:44:18 queue INFO 3 [8] -2014-12-15 12:44:18 queue INFO 7 [9] -2014-12-15 12:44:19 queue INFO 3 [10] -2014-12-15 12:44:19 queue INFO 7 [11] -2014-12-15 12:44:19 queue INFO 3 [12] -2014-12-15 12:44:20 queue INFO 7 [13] -2014-12-15 12:44:20 queue INFO 3 [14] -2014-12-15 12:44:20 queue INFO 7 [15] -2014-12-15 12:44:21 queue INFO 3 [16] -2014-12-15 12:44:21 queue INFO 7 [17] -2014-12-15 12:44:21 queue INFO 3 [18] -2014-12-15 12:44:22 queue INFO 7 [19] -2014-12-15 12:44:22 queue INFO 3 [20] -2014-12-15 12:44:22 queue INFO 7 [21] -2014-12-15 12:44:23 queue INFO 3 [22] -2014-12-15 12:44:23 queue INFO 7 [23] -2014-12-15 12:44:23 queue INFO 3 [24] -2014-12-15 12:44:24 queue INFO 7 [25] -2014-12-15 12:44:24 queue INFO 3 [26] -2014-12-15 12:44:24 queue INFO 7 [27] -2014-12-15 12:44:25 queue INFO 3 [28] -2014-12-15 12:44:25 queue INFO 7 [29] -2014-12-15 12:44:25 queue INFO 3 [30] -2014-12-15 12:44:26 queue INFO 7 [31] -2014-12-15 12:44:26 queue INFO 3 [32] -2014-12-15 12:44:26 queue INFO 7 [33] -2014-12-15 12:44:26 queue INFO 3 [34] -2014-12-15 12:44:27 queue INFO 7 [35] -2014-12-15 12:44:27 queue INFO 3 [36] -2014-12-15 12:44:27 queue INFO 7 [37] -2014-12-15 12:44:28 queue INFO 3 [38] -2014-12-15 12:44:28 queue INFO 7 [39] -2014-12-15 12:44:28 queue INFO 3 [40] -2014-12-15 12:44:29 queue INFO 7 [41] -2014-12-15 12:44:30 queue INFO 3 [42] -2014-12-15 12:44:30 queue INFO 7 [43] -2014-12-15 12:44:30 queue INFO 3 [44] -2014-12-15 12:44:31 queue INFO 7 [45] -2014-12-15 12:44:31 queue INFO 3 [46] -2014-12-15 12:44:31 queue INFO 7 [47] -2014-12-15 12:44:32 queue INFO 3 [48] -2014-12-15 12:44:32 queue INFO 7 [49] -2014-12-15 12:44:32 queue INFO 3 [50] -2014-12-15 12:44:33 queue INFO 7 [51] -2014-12-15 12:44:33 queue INFO 3 [52] -2014-12-15 12:44:33 queue INFO 7 [53] -2014-12-15 12:44:33 queue INFO 3 [54] -2014-12-15 12:44:34 queue INFO 7 [55] -2014-12-15 12:44:34 queue INFO 3 [56] -2014-12-15 12:44:34 queue INFO 7 [57] -2014-12-15 12:44:35 queue INFO 3 [58] -2014-12-15 12:44:35 queue INFO 7 [59] -2014-12-15 12:44:35 queue INFO 3 [60] -2014-12-15 12:44:36 queue INFO 7 [61] -2014-12-15 12:44:36 queue INFO 3 [62] -2014-12-15 12:44:36 queue INFO 7 [63] -2014-12-15 12:44:37 queue INFO 3 [64] -2014-12-15 12:44:37 queue INFO 7 [65] -2014-12-15 12:44:37 queue INFO 3 [66] -2014-12-15 12:44:38 queue INFO 7 [67] -2014-12-15 12:44:38 queue INFO 3 [68] -2014-12-15 12:44:39 queue INFO 7 [69] -2014-12-15 12:44:39 queue INFO 3 [70] -2014-12-15 12:44:39 queue INFO 7 [71] -2014-12-15 12:44:40 queue INFO 3 [72] -2014-12-15 12:44:40 queue INFO 7 [73] -2014-12-15 12:44:40 queue INFO 3 [74] -2014-12-15 12:44:41 queue INFO 7 [75] -2014-12-15 12:44:41 queue INFO 3 [76] -2014-12-15 12:44:41 queue INFO 7 [77] -2014-12-15 12:44:42 queue INFO 3 [78] -2014-12-15 12:44:42 queue INFO 7 [79] -2014-12-15 12:44:42 queue INFO 3 [80] -2014-12-15 12:44:43 queue INFO 7 [81] -2014-12-15 12:44:43 queue INFO 3 [82] -2014-12-15 12:44:43 queue INFO 7 [83] -2014-12-15 12:44:43 queue INFO 3 [84] -2014-12-15 12:44:44 queue INFO 7 [85] -2014-12-15 12:44:44 queue INFO 3 [86] -2014-12-15 12:44:44 queue INFO 7 [87] -2014-12-15 12:44:45 queue INFO 3 [88] -2014-12-15 12:44:45 queue INFO 7 [89] -2014-12-15 12:44:45 queue INFO 3 [90] -2014-12-15 12:44:46 queue INFO 7 [91] -2014-12-15 12:44:46 queue INFO 3 [92] -2014-12-15 12:44:46 queue INFO 7 [93] -2014-12-15 12:44:47 queue INFO 3 [94] -2014-12-15 12:44:47 queue INFO 7 [95] -2014-12-15 12:44:47 queue INFO 3 [96] -2014-12-15 12:44:48 queue INFO 7 [97] -2014-12-15 12:44:48 queue INFO 3 [98] -2014-12-15 12:44:48 queue INFO 7 [99] -2014-12-15 12:44:49 queue INFO 3 [100] -2014-12-15 12:44:49 queue INFO 7 [101] -2014-12-15 12:44:49 queue INFO 3 [102] -2014-12-15 12:44:50 queue INFO 7 [103] -2014-12-15 12:44:50 queue INFO 3 [104] -2014-12-15 12:44:50 queue INFO 7 [105] -2014-12-15 12:44:51 queue INFO 3 [106] -2014-12-15 12:44:51 queue INFO 7 [107] -2014-12-15 12:44:51 queue INFO 3 [108] -2014-12-15 12:44:52 queue INFO 7 [109] -2014-12-15 12:44:52 queue INFO 3 [110] -2014-12-15 12:44:52 queue INFO 7 [111] -2014-12-15 12:44:53 queue INFO 3 [112] -2014-12-15 12:44:53 queue INFO 7 [113] -2014-12-15 12:44:53 queue INFO 3 [114] -2014-12-15 12:44:54 queue INFO 7 [115] -2014-12-15 12:44:54 queue INFO 3 [116] -2014-12-15 12:44:54 queue INFO 7 [117] -2014-12-15 12:44:55 queue INFO 3 [118] -2014-12-15 12:44:55 queue INFO 7 [119] -2014-12-15 12:44:55 queue INFO 3 [120] -2014-12-15 12:44:56 queue INFO 7 [121] -2014-12-15 12:44:56 queue INFO 3 [122] -2014-12-15 12:44:56 queue INFO 7 [123] -2014-12-15 12:44:57 queue INFO 3 [124] -2014-12-15 12:44:57 queue INFO 7 [125] -2014-12-15 12:44:57 queue INFO 3 [126] -2014-12-15 12:44:58 queue INFO 7 [127] -2014-12-15 12:44:58 queue INFO 3 [128] -2014-12-15 12:44:58 queue INFO 7 [129] -2014-12-15 12:44:58 queue INFO 3 [130] -2014-12-15 12:44:59 queue INFO 7 [131] -2014-12-15 12:44:59 queue INFO 3 [132] -2014-12-15 12:44:59 queue INFO 7 [133] -2014-12-15 12:45:00 queue INFO 3 [134] -2014-12-15 12:45:00 queue INFO 7 [135] -2014-12-15 12:45:00 queue INFO 3 [136] -2014-12-15 12:45:01 queue INFO 7 [137] -2014-12-15 12:45:01 queue INFO 3 [138] -2014-12-15 12:45:01 queue INFO 7 [139] -2014-12-15 12:45:02 queue INFO 3 [140] -2014-12-15 12:45:02 queue INFO 7 [141] -2014-12-15 12:45:02 queue INFO 3 [142] -2014-12-15 12:45:03 queue INFO 7 [143] -2014-12-15 12:45:03 queue INFO 3 [144] -2014-12-15 12:45:03 queue INFO 7 [145] -2014-12-15 12:45:04 queue INFO 3 [146] -2014-12-15 12:45:04 queue INFO 7 [147] -2014-12-15 12:45:04 queue INFO 3 [148] -2014-12-15 12:45:05 queue INFO 7 [149] -2014-12-15 12:45:05 queue INFO 3 [150] -2014-12-15 12:45:06 queue INFO 7 [151] -2014-12-15 12:45:06 queue INFO 3 [152] -2014-12-15 12:45:06 queue INFO 7 [153] -2014-12-15 12:45:07 queue INFO 3 [154] -2014-12-15 12:45:07 queue INFO 7 [155] -2014-12-15 12:45:07 queue INFO 3 [156] -2014-12-15 12:45:08 queue INFO 7 [157] -2014-12-15 12:45:08 queue INFO 3 [158] -2014-12-15 12:45:08 queue INFO 7 [159] -2014-12-15 12:45:09 queue INFO 3 [160] -2014-12-15 12:45:09 queue INFO 7 [161] -2014-12-15 12:45:09 queue INFO 3 [162] -2014-12-15 12:45:10 queue INFO 7 [163] -2014-12-15 12:45:10 queue INFO 3 [164] -2014-12-15 12:45:10 queue INFO 7 [165] -2014-12-15 12:45:11 queue INFO 3 [166] -2014-12-15 12:45:11 queue INFO 7 [167] -2014-12-15 12:45:11 queue INFO 3 [168] -2014-12-15 12:45:11 queue INFO 7 [169] -2014-12-15 12:45:12 queue INFO 3 [170] -2014-12-15 12:45:12 queue INFO 7 [171] -2014-12-15 12:45:12 queue INFO 3 [172] -2014-12-15 12:45:13 queue INFO 7 [173] -2014-12-15 12:45:13 queue INFO 3 [174] -2014-12-15 12:45:13 queue INFO 7 [175] -2014-12-15 12:45:14 queue INFO 3 [176] -2014-12-15 12:45:14 queue INFO 7 [177] -2014-12-15 12:45:14 queue INFO 3 [178] -2014-12-15 12:45:15 queue INFO 7 [179] -2014-12-15 12:45:16 queue INFO 3 [180] -2014-12-15 12:45:16 queue INFO 7 [181] -2014-12-15 12:45:16 queue INFO 3 [182] -2014-12-15 12:45:17 queue INFO 7 [183] -2014-12-15 12:45:17 queue INFO 3 [184] -2014-12-15 12:45:17 queue INFO 7 [185] -2014-12-15 12:45:18 queue INFO 3 [186] -2014-12-15 12:45:18 queue INFO 7 [187] -2014-12-15 12:45:18 queue INFO 3 [188] -2014-12-15 12:45:19 queue INFO 7 [189] -2014-12-15 12:45:19 queue INFO 3 [190] -2014-12-15 12:45:19 queue INFO 7 [191] -2014-12-15 12:45:19 queue INFO 3 [192] -2014-12-15 12:45:20 queue INFO 7 [193] -2014-12-15 12:45:20 queue INFO 3 [194] -2014-12-15 12:45:20 queue INFO 7 [195] -2014-12-15 12:45:21 queue INFO 3 [196] -2014-12-15 12:45:21 queue INFO 7 [197] -2014-12-15 12:45:21 queue INFO 3 [198] -2014-12-15 12:45:22 queue INFO 7 [199] -2014-12-15 12:45:22 queue INFO 3 [200] -2014-12-15 12:45:22 queue INFO 7 [201] -2014-12-15 12:45:23 queue INFO 3 [202] -2014-12-15 12:45:23 queue INFO 7 [203] -2014-12-15 12:45:23 queue INFO 3 [204] -2014-12-15 12:45:24 queue INFO 7 [205] -2014-12-15 12:45:24 queue INFO 3 [206] -2014-12-15 12:45:24 queue INFO 7 [207] -2014-12-15 12:45:25 queue INFO 3 [208] -2014-12-15 12:45:25 queue INFO 7 [209] -2014-12-15 12:45:25 queue INFO 3 [210] -2014-12-15 12:45:26 queue INFO 7 [211] -2014-12-15 12:45:26 queue INFO 3 [212] -2014-12-15 12:45:26 queue INFO 7 [213] -2014-12-15 12:45:27 queue INFO 3 [214] -2014-12-15 12:45:27 queue INFO 7 [215] -2014-12-15 12:45:27 queue INFO 3 [216] -2014-12-15 12:45:28 queue INFO 7 [217] -2014-12-15 12:45:28 queue INFO 3 [218] -2014-12-15 12:45:28 queue INFO 7 [219] -2014-12-15 12:45:29 queue INFO 3 [220] -2014-12-15 12:45:29 queue INFO 7 [221] -2014-12-15 12:45:29 queue INFO 3 [222] -2014-12-15 12:45:30 queue INFO 7 [223] -2014-12-15 12:45:30 queue INFO 3 [224] -2014-12-15 12:45:30 queue INFO 7 [225] -2014-12-15 12:45:31 queue INFO 3 [226] -2014-12-15 12:45:31 queue INFO 7 [227] -2014-12-15 12:45:31 queue INFO 3 [228] -2014-12-15 12:45:32 queue INFO 7 [229] -2014-12-15 12:45:32 queue INFO 3 [230] -2014-12-15 12:45:32 queue INFO 7 [231] -2014-12-15 12:45:32 queue INFO 3 [232] -2014-12-15 12:45:33 queue INFO 7 [233] -2014-12-15 12:45:33 queue INFO 3 [234] -2014-12-15 12:45:34 queue INFO 7 [235] -2014-12-15 12:45:34 queue INFO 3 [236] -2014-12-15 12:45:34 queue INFO 7 [237] -2014-12-15 12:45:35 queue INFO 3 [238] -2014-12-15 12:45:35 queue INFO 7 [239] -2014-12-15 12:45:35 queue INFO 3 [240] -2014-12-15 12:45:36 queue INFO 7 [241] -2014-12-15 12:45:36 queue INFO 3 [242] -2014-12-15 12:45:36 queue INFO 7 [243] -2014-12-15 12:45:37 queue INFO 3 [244] -2014-12-15 12:45:37 queue INFO 7 [245] -2014-12-15 12:45:37 queue INFO 3 [246] -2014-12-15 12:45:38 queue INFO 7 [247] -2014-12-15 12:45:38 queue INFO 3 [248] -2014-12-15 12:45:38 queue INFO 7 [249] -2014-12-15 12:45:39 queue INFO 3 [250] -2014-12-15 12:45:39 queue INFO 7 [251] -2014-12-15 12:45:39 queue INFO 3 [252] -2014-12-15 12:45:40 queue INFO 7 [253] -2014-12-15 12:45:40 queue INFO 3 [254] -2014-12-15 12:45:40 queue INFO 7 [255] -2014-12-15 12:45:41 queue INFO 3 [256] -2014-12-15 12:45:41 queue INFO 7 [257] -2014-12-15 12:45:41 queue INFO 3 [258] -2014-12-15 12:45:42 queue INFO 7 [259] -2014-12-15 12:45:42 queue INFO 3 [260] -2014-12-15 12:45:42 queue INFO 7 [261] -2014-12-15 12:45:43 queue INFO 3 [262] -2014-12-15 12:45:43 queue INFO 7 [263] -2014-12-15 12:45:43 queue INFO 3 [264] -2014-12-15 12:45:44 queue INFO 7 [265] -2014-12-15 12:45:44 queue INFO 3 [266] -2014-12-15 12:45:44 queue INFO 7 [267] -2014-12-15 12:45:45 queue INFO 3 [268] -2014-12-15 12:45:45 queue INFO 7 [269] -2014-12-15 12:45:45 queue INFO 3 [270] -2014-12-15 12:45:46 queue INFO 7 [271] -2014-12-15 12:45:46 queue INFO 3 [272] -2014-12-15 12:45:46 queue INFO 7 [273] -2014-12-15 12:45:47 queue INFO 3 [274] -2014-12-15 12:45:47 queue INFO 7 [275] -2014-12-15 12:45:47 queue INFO 3 [276] -2014-12-15 12:45:48 queue INFO 7 [277] -2014-12-15 12:45:48 queue INFO 3 [278] -2014-12-15 12:45:49 queue INFO 7 [279] -2014-12-15 12:45:50 queue INFO 3 [280] -2014-12-15 12:45:50 queue INFO 7 [281] -2014-12-15 12:45:50 queue INFO 3 [282] -2014-12-15 12:45:51 queue INFO 7 [283] -2014-12-15 12:45:51 queue INFO 3 [284] -2014-12-15 12:45:51 queue INFO 7 [285] -2014-12-15 12:45:51 queue INFO 3 [286] -2014-12-15 12:45:52 queue INFO 7 [287] -2014-12-15 12:45:52 queue INFO 3 [288] -2014-12-15 12:45:52 queue INFO 7 [289] -2014-12-15 12:45:53 queue INFO 3 [290] -2014-12-15 12:45:53 queue INFO 7 [291] -2014-12-15 12:45:53 queue INFO 3 [292] -2014-12-15 12:45:54 queue INFO 7 [293] -2014-12-15 12:45:54 queue INFO 3 [294] -2014-12-15 12:45:54 queue INFO 7 [295] -2014-12-15 12:45:55 queue INFO 3 [296] -2014-12-15 12:45:55 queue INFO 7 [297] -2014-12-15 12:45:55 queue INFO 3 [298] -2014-12-15 12:45:56 queue INFO 7 [299] -2014-12-15 12:45:56 queue INFO 3 [300] -2014-12-15 12:45:56 queue INFO 7 [301] -2014-12-15 12:45:57 queue INFO 3 [302] -2014-12-15 12:45:57 queue INFO 7 [303] -2014-12-15 12:45:57 queue INFO 3 [304] -2014-12-15 12:45:58 queue INFO 7 [305] -2014-12-15 12:45:58 queue INFO 3 [306] -2014-12-15 12:45:58 queue INFO 7 [307] -2014-12-15 12:45:59 queue INFO 3 [308] -2014-12-15 12:45:59 queue INFO 7 [309] -2014-12-15 12:45:59 queue INFO 3 [310] -2014-12-15 12:46:00 queue INFO 7 [311] -2014-12-15 12:46:00 queue INFO 3 [312] -2014-12-15 12:46:01 queue INFO 7 [313] -2014-12-15 12:46:01 queue INFO 3 [314] -2014-12-15 12:46:01 queue INFO 7 [315] -2014-12-15 12:46:02 queue INFO 3 [316] -2014-12-15 12:46:02 queue INFO 7 [317] -2014-12-15 12:46:02 queue INFO 3 [318] -2014-12-15 12:46:03 queue INFO 7 [319] -2014-12-15 12:46:03 queue INFO 3 [320] -2014-12-15 12:46:03 queue INFO 7 [321] -2014-12-15 12:46:04 queue INFO 3 [322] -2014-12-15 12:46:04 queue INFO 7 [323] -2014-12-15 12:46:04 queue INFO 3 [324] -2014-12-15 12:46:05 queue INFO 7 [325] -2014-12-15 12:46:05 queue INFO 3 [326] -2014-12-15 12:46:05 queue INFO 7 [327] -2014-12-15 12:46:06 queue INFO 3 [328] -2014-12-15 12:46:06 queue INFO 7 [329] -2014-12-15 12:46:06 queue INFO 3 [330] -2014-12-15 12:46:07 queue INFO 7 [331] -2014-12-15 12:46:07 queue INFO 3 [332] -2014-12-15 12:46:07 queue INFO 7 [333] -2014-12-15 12:46:08 queue INFO 3 [334] -2014-12-15 12:46:08 queue INFO 7 [335] -2014-12-15 12:46:08 queue INFO 3 [336] -2014-12-15 12:46:08 queue INFO 7 [337] -2014-12-15 12:46:09 queue INFO 3 [338] -2014-12-15 12:46:09 queue INFO 7 [339] -2014-12-15 12:46:09 queue INFO 3 [340] -2014-12-15 12:46:10 queue INFO 7 [341] -2014-12-15 12:46:10 queue INFO 3 [342] -2014-12-15 12:46:10 queue INFO 7 [343] -2014-12-15 12:46:11 queue INFO 3 [344] -2014-12-15 12:46:11 queue INFO 7 [345] -2014-12-15 12:46:11 queue INFO 3 [346] -2014-12-15 12:46:12 queue INFO 7 [347] -2014-12-15 12:46:12 queue INFO 3 [348] -2014-12-15 12:46:12 queue INFO 7 [349] -2014-12-15 12:46:13 queue INFO 3 [350] -2014-12-15 12:46:13 queue INFO 7 [351] -2014-12-15 12:46:13 queue INFO 3 [352] -2014-12-15 12:46:14 queue INFO 7 [353] -2014-12-15 12:46:14 queue INFO 3 [354] -2014-12-15 12:46:14 queue INFO 7 [355] -2014-12-15 12:46:15 queue INFO 3 [356] -2014-12-15 12:46:15 queue INFO 7 [357] -2014-12-15 12:46:15 queue INFO 3 [358] -2014-12-15 12:46:16 queue INFO 7 [359] -2014-12-15 12:46:16 queue INFO 3 [360] -2014-12-15 12:46:16 queue INFO 7 [361] -2014-12-15 12:46:17 queue INFO 3 [362] -2014-12-15 12:46:17 queue INFO 7 [363] -2014-12-15 12:46:17 queue INFO 3 [364] -2014-12-15 12:46:18 queue INFO 7 [365] -2014-12-15 12:46:18 queue INFO 3 [366] -2014-12-15 12:46:18 queue INFO 7 [367] -2014-12-15 12:46:19 queue INFO 3 [368] -2014-12-15 12:46:19 queue INFO 7 [369] -2014-12-15 12:46:19 queue INFO 3 [370] -2014-12-15 12:46:20 queue INFO 7 [371] -2014-12-15 12:46:20 queue INFO 3 [372] -2014-12-15 12:46:20 queue INFO 7 [373] -2014-12-15 12:46:21 queue INFO 3 [374] -2014-12-15 12:46:21 queue INFO 7 [375] -2014-12-15 12:46:21 queue INFO 3 [376] -2014-12-15 12:46:22 queue INFO 7 [377] -2014-12-15 12:46:22 queue INFO 3 [378] -2014-12-15 12:46:22 queue INFO 7 [379] -2014-12-15 12:46:23 queue INFO 3 [380] -2014-12-15 12:46:23 queue INFO 7 [381] -2014-12-15 12:46:23 queue INFO 3 [382] -2014-12-15 12:46:24 queue INFO 7 [383] -2014-12-15 12:46:24 queue INFO 3 [384] -2014-12-15 12:46:24 queue INFO 7 [385] -2014-12-15 12:46:25 queue INFO 3 [386] -2014-12-15 12:46:25 queue INFO 7 [387] -2014-12-15 12:46:25 queue INFO 3 [388] -2014-12-15 12:46:26 queue INFO 7 [389] -2014-12-15 12:46:26 queue INFO 3 [390] -2014-12-15 12:46:26 queue INFO 7 [391] -2014-12-15 12:46:26 queue INFO 3 [392] -2014-12-15 12:46:27 queue INFO 7 [393] -2014-12-15 12:46:27 queue INFO 3 [394] -2014-12-15 12:46:27 queue INFO 7 [395] -2014-12-15 12:46:28 queue INFO 3 [396] -2014-12-15 12:46:28 queue INFO 7 [397] -2014-12-15 12:46:29 queue INFO 3 [398] -2014-12-15 12:46:29 queue INFO 7 [399] -2014-12-15 12:46:29 queue INFO 3 [400] -2014-12-15 12:46:30 queue INFO 7 [401] -2014-12-15 12:46:30 queue INFO 3 [402] -2014-12-15 12:46:30 queue INFO 7 [403] -2014-12-15 12:46:31 queue INFO 3 [404] -2014-12-15 12:46:31 queue INFO 7 [405] -2014-12-15 12:46:31 queue INFO 3 [406] -2014-12-15 12:46:32 queue INFO 7 [407] -2014-12-15 12:46:32 queue INFO 3 [408] -2014-12-15 12:46:32 queue INFO 7 [409] -2014-12-15 12:46:33 queue INFO 3 [410] -2014-12-15 12:46:33 queue INFO 7 [411] -2014-12-15 12:46:33 queue INFO 3 [412] -2014-12-15 12:46:34 queue INFO 7 [413] -2014-12-15 12:46:34 queue INFO 3 [414] -2014-12-15 12:46:34 queue INFO 7 [415] -2014-12-15 12:46:35 queue INFO 3 [416] -2014-12-15 12:46:35 queue INFO 7 [417] -2014-12-15 12:46:35 queue INFO 3 [418] -2014-12-15 12:46:36 queue INFO 7 [419] -2014-12-15 12:46:36 queue INFO 3 [420] -2014-12-15 12:46:36 queue INFO 7 [421] -2014-12-15 12:46:36 queue INFO 3 [422] -2014-12-15 12:46:37 queue INFO 7 [423] -2014-12-15 12:46:37 queue INFO 3 [424] -2014-12-15 12:46:37 queue INFO 7 [425] -2014-12-15 12:46:38 queue INFO 3 [426] -2014-12-15 12:46:38 queue INFO 7 [427] -2014-12-15 12:46:38 queue INFO 3 [428] -2014-12-15 12:46:39 queue INFO 7 [429] -2014-12-15 12:46:39 queue INFO 3 [430] -2014-12-15 12:46:39 queue INFO 7 [431] -2014-12-15 12:46:40 queue INFO 3 [432] -2014-12-15 12:46:40 queue INFO 7 [433] -2014-12-15 12:46:40 queue INFO 3 [434] -2014-12-15 12:46:41 queue INFO 7 [435] -2014-12-15 12:46:41 queue INFO 3 [436] -2014-12-15 12:46:41 queue INFO 7 [437] -2014-12-15 12:46:42 queue INFO 3 [438] -2014-12-15 12:46:42 queue INFO 7 [439] -2014-12-15 12:46:42 queue INFO 3 [440] -2014-12-15 12:46:43 queue INFO 7 [441] -2014-12-15 12:46:43 queue INFO 3 [442] -2014-12-15 12:46:43 queue INFO 7 [443] -2014-12-15 12:46:44 queue INFO 3 [444] -2014-12-15 12:46:44 queue INFO 7 [445] -2014-12-15 12:46:44 queue INFO 3 [446] -2014-12-15 12:46:45 queue INFO 7 [447] -2014-12-15 12:46:45 queue INFO 3 [448] -2014-12-15 12:46:45 queue INFO 7 [449] -2014-12-15 12:46:46 queue INFO 3 [450] -2014-12-15 12:46:46 queue INFO 7 [451] -2014-12-15 12:46:46 queue INFO 3 [452] -2014-12-15 12:46:47 queue INFO 7 [453] -2014-12-15 12:46:47 queue INFO 3 [454] -2014-12-15 12:46:47 queue INFO 7 [455] -2014-12-15 12:46:48 queue INFO 3 [456] -2014-12-15 12:46:48 queue INFO 7 [457] -2014-12-15 12:46:48 queue INFO 3 [458] -2014-12-15 12:46:49 queue INFO 7 [459] -2014-12-15 12:46:49 queue INFO 3 [460] -2014-12-15 12:46:49 queue INFO 7 [461] -2014-12-15 12:46:50 queue INFO 3 [462] -2014-12-15 12:46:50 queue INFO 7 [463] -2014-12-15 12:46:50 queue INFO 3 [464] -2014-12-15 12:46:51 queue INFO 7 [465] -2014-12-15 12:46:51 queue INFO 3 [466] -2014-12-15 12:46:51 queue INFO 7 [467] -2014-12-15 12:46:52 queue INFO 3 [468] -2014-12-15 12:46:52 queue INFO 7 [469] -2014-12-15 12:46:52 queue INFO 3 [470] -2014-12-15 12:46:53 queue INFO 7 [471] -2014-12-15 12:46:53 queue INFO 3 [472] -2014-12-15 12:46:53 queue INFO 7 [473] -2014-12-15 12:46:54 queue INFO 3 [474] -2014-12-15 12:46:54 queue INFO 7 [475] -2014-12-15 12:46:54 queue INFO 3 [476] -2014-12-15 12:46:55 queue INFO 7 [477] -2014-12-15 12:46:55 queue INFO 3 [478] -2014-12-15 12:46:55 queue INFO 7 [479] -2014-12-15 12:46:56 queue INFO 3 [480] -2014-12-15 12:46:56 queue INFO 7 [481] -2014-12-15 12:46:56 queue INFO 3 [482] -2014-12-15 12:46:57 queue INFO 7 [483] -2014-12-15 12:46:57 queue INFO 3 [484] -2014-12-15 12:46:57 queue INFO 7 [485] -2014-12-15 12:46:58 queue INFO 3 [486] -2014-12-15 12:46:58 queue INFO 7 [487] -2014-12-15 12:46:58 queue INFO 3 [488] -2014-12-15 12:46:59 queue INFO 7 [489] -2014-12-15 12:46:59 queue INFO 3 [490] -2014-12-15 12:46:59 queue INFO 7 [491] -2014-12-15 12:47:00 queue INFO 3 [492] -2014-12-15 12:47:00 queue INFO 7 [493] -2014-12-15 12:47:00 queue INFO 3 [494] -2014-12-15 12:47:01 queue INFO 7 [495] -2014-12-15 12:47:01 queue INFO 3 [496] -2014-12-15 12:47:01 queue INFO 7 [497] -2014-12-15 12:47:02 queue INFO 3 [498] -2014-12-15 12:47:02 queue INFO 7 [499] -2014-12-15 12:47:02 queue INFO 3 [500] -2014-12-15 12:47:03 queue INFO 7 [501] -2014-12-15 12:47:03 queue INFO 3 [502] -2014-12-15 12:47:03 queue INFO 7 [503] -2014-12-15 12:47:04 queue INFO 3 [504] -2014-12-15 12:47:04 queue INFO 7 [505] -2014-12-15 12:47:04 queue INFO 3 [506] -2014-12-15 12:47:05 queue INFO 7 [507] -2014-12-15 12:47:05 queue INFO 3 [508] -2014-12-15 12:47:05 queue INFO 7 [509] -2014-12-15 12:47:06 queue INFO 3 [510] -2014-12-15 12:47:06 queue INFO 7 [511] -2014-12-15 12:47:06 queue INFO 3 [512] -2014-12-15 12:47:07 queue INFO 7 [513] -2014-12-15 12:47:07 queue INFO 3 [514] -2014-12-15 12:47:07 queue INFO 7 [515] -2014-12-15 12:47:08 queue INFO 3 [516] -2014-12-15 12:47:08 queue INFO 7 [517] -2014-12-15 12:47:08 queue INFO 3 [518] -2014-12-15 12:47:09 queue INFO 7 [519] -2014-12-15 12:47:09 queue INFO 3 [520] -2014-12-15 12:47:09 queue INFO 7 [521] -2014-12-15 12:47:10 queue INFO 3 [522] -2014-12-15 12:47:10 queue INFO 7 [523] -2014-12-15 12:47:10 queue INFO 3 [524] -2014-12-15 12:47:11 queue INFO 7 [525] -2014-12-15 12:47:11 queue INFO 3 [526] -2014-12-15 12:47:11 queue INFO 7 [527] -2014-12-15 12:47:12 queue INFO 3 [528] -2014-12-15 12:47:12 queue INFO 7 [529] -2014-12-15 12:47:12 queue INFO 3 [530] -2014-12-15 12:47:13 queue INFO 7 [531] -2014-12-15 12:47:13 queue INFO 3 [532] -2014-12-15 12:47:13 queue INFO 7 [533] -2014-12-15 12:47:14 queue INFO 3 [534] -2014-12-15 12:47:14 queue INFO 7 [535] -2014-12-15 12:47:14 queue INFO 3 [536] -2014-12-15 12:47:15 queue INFO 7 [537] -2014-12-15 12:47:15 queue INFO 3 [538] -2014-12-15 12:47:15 queue INFO 7 [539] -2014-12-15 12:47:16 queue INFO 3 [540] -2014-12-15 12:47:16 queue INFO 7 [541] -2014-12-15 12:47:16 queue INFO 3 [542] -2014-12-15 12:47:17 queue INFO 7 [543] -2014-12-15 12:47:17 queue INFO 3 [544] -2014-12-15 12:47:17 queue INFO 7 [545] -2014-12-15 12:47:17 queue INFO 3 [546] -2014-12-15 12:47:18 queue INFO 7 [547] -2014-12-15 12:47:18 queue INFO 3 [548] -2014-12-15 12:47:18 queue INFO 7 [549] -2014-12-15 12:47:19 queue INFO 3 [550] -2014-12-15 12:47:19 queue INFO 7 [551] -2014-12-15 12:47:19 queue INFO 3 [552] -2014-12-15 12:47:20 queue INFO 7 [553] -2014-12-15 12:47:20 queue INFO 3 [554] -2014-12-15 12:47:20 queue INFO 7 [555] -2014-12-15 12:47:21 queue INFO 3 [556] -2014-12-15 12:47:21 queue INFO 7 [557] -2014-12-15 12:47:21 queue INFO 3 [558] -2014-12-15 12:47:22 queue INFO 7 [559] -2014-12-15 12:47:22 queue INFO 3 [560] -2014-12-15 12:47:23 queue INFO 7 [561] -2014-12-15 12:47:23 queue INFO 3 [562] -2014-12-15 12:47:23 queue INFO 7 [563] -2014-12-15 12:47:24 queue INFO 3 [564] -2014-12-15 12:47:24 queue INFO 7 [565] -2014-12-15 12:47:24 queue INFO 3 [566] -2014-12-15 12:47:25 queue INFO 7 [567] -2014-12-15 12:47:25 queue INFO 3 [568] -2014-12-15 12:47:25 queue INFO 7 [569] -2014-12-15 12:47:26 queue INFO 3 [570] -2014-12-15 12:47:26 queue INFO 7 [571] -2014-12-15 12:47:26 queue INFO 3 [572] -2014-12-15 12:47:27 queue INFO 7 [573] -2014-12-15 12:47:27 queue INFO 3 [574] -2014-12-15 12:47:27 queue INFO 7 [575] -2014-12-15 12:47:29 queue INFO >7 [576] -2014-12-15 12:47:31 queue INFO 3 [577] -2014-12-15 12:47:32 queue INFO 7 [578] -2014-12-15 12:47:32 queue INFO 3 [579] -2014-12-15 12:47:32 queue INFO 7 [580] -2014-12-15 12:47:33 queue INFO 3 [581] -2014-12-15 12:47:33 queue INFO 7 [582] -2014-12-15 12:47:33 queue INFO 3 [583] -2014-12-15 12:47:34 queue INFO 7 [584] -2014-12-15 12:47:34 queue INFO 3 [585] -2014-12-15 12:47:34 queue INFO 7 [586] -2014-12-15 12:47:35 queue INFO 3 [587] -2014-12-15 12:47:35 queue INFO 7 [588] -2014-12-15 12:47:35 queue INFO 3 [589] -2014-12-15 12:47:36 queue INFO 7 [590] -2014-12-15 12:47:36 queue INFO 3 [591] -2014-12-15 12:47:36 queue INFO 7 [592] -2014-12-15 12:47:37 queue INFO 3 [593] -2014-12-15 12:47:37 queue INFO 7 [594] -2014-12-15 12:47:37 queue INFO 3 [595] -2014-12-15 12:47:38 queue INFO 7 [596] -2014-12-15 12:47:38 queue INFO 3 [597] -2014-12-15 12:47:38 queue INFO 7 [598] -2014-12-15 12:47:39 queue INFO 3 [599] -2014-12-15 12:47:39 queue INFO 7 [600] -2014-12-15 12:47:39 queue INFO 3 [601] -2014-12-15 12:47:40 queue INFO 7 [602] -2014-12-15 12:47:40 queue INFO 3 [603] -2014-12-15 12:47:40 queue INFO 7 [604] -2014-12-15 12:47:41 queue INFO 3 [605] -2014-12-15 12:47:41 queue INFO 7 [606] -2014-12-15 12:47:41 queue INFO 3 [607] -2014-12-15 12:47:42 queue INFO 7 [608] -2014-12-15 12:47:42 queue INFO 3 [609] -2014-12-15 12:47:42 queue INFO 7 [610] -2014-12-15 12:47:43 queue INFO 3 [611] -2014-12-15 12:47:43 queue INFO 7 [612] -2014-12-15 12:47:43 queue INFO 3 [613] -2014-12-15 12:47:44 queue INFO 7 [614] -2014-12-15 12:47:44 queue INFO 3 [615] -2014-12-15 12:47:44 queue INFO 7 [616] -2014-12-15 12:47:45 queue INFO 3 [617] -2014-12-15 12:47:45 queue INFO 7 [618] -2014-12-15 12:47:45 queue INFO 3 [619] -2014-12-15 12:47:46 queue INFO 7 [620] -2014-12-15 12:47:46 queue INFO 3 [621] -2014-12-15 12:47:46 queue INFO 7 [622] -2014-12-15 12:47:47 queue INFO 3 [623] -2014-12-15 12:47:47 queue INFO 7 [624] -2014-12-15 12:47:47 queue INFO 3 [625] -2014-12-15 12:47:48 queue INFO 7 [626] -2014-12-15 12:47:48 queue INFO 3 [627] -2014-12-15 12:47:48 queue INFO 7 [628] -2014-12-15 12:47:48 queue INFO 3 [629] -2014-12-15 12:47:49 queue INFO 7 [630] -2014-12-15 12:47:49 queue INFO 3 [631] -2014-12-15 12:47:50 queue INFO 7 [632] -2014-12-15 12:47:50 queue INFO 3 [633] -2014-12-15 12:47:50 queue INFO 7 [634] -2014-12-15 12:47:50 queue INFO 3 [635] -2014-12-15 12:47:51 queue INFO 7 [636] -2014-12-15 12:47:51 queue INFO 3 [637] -2014-12-15 12:47:51 queue INFO 7 [638] -2014-12-15 12:47:52 queue INFO 3 [639] -2014-12-15 12:47:52 queue INFO 7 [640] -2014-12-15 12:47:53 queue INFO 3 [641] -2014-12-15 12:47:53 queue INFO 7 [642] -2014-12-15 12:47:53 queue INFO 3 [643] -2014-12-15 12:47:54 queue INFO 7 [644] -2014-12-15 12:47:54 queue INFO 3 [645] -2014-12-15 12:47:54 queue INFO 7 [646] -2014-12-15 12:47:55 queue INFO 3 [647] -2014-12-15 12:47:55 queue INFO 7 [648] -2014-12-15 12:47:55 queue INFO 3 [649] -2014-12-15 12:47:56 queue INFO 7 [650] -2014-12-15 12:47:56 queue INFO 3 [651] -2014-12-15 12:47:56 queue INFO 7 [652] -2014-12-15 12:47:57 queue INFO 3 [653] -2014-12-15 12:47:57 queue INFO 7 [654] -2014-12-15 12:47:57 queue INFO 3 [655] -2014-12-15 12:47:58 queue INFO 7 [656] -2014-12-15 12:47:58 queue INFO 3 [657] -2014-12-15 12:47:58 queue INFO 7 [658] -2014-12-15 12:47:59 queue INFO 3 [659] -2014-12-15 12:47:59 queue INFO 7 [660] -2014-12-15 12:47:59 queue INFO 3 [661] -2014-12-15 12:48:00 queue INFO 7 [662] -2014-12-15 12:48:00 queue INFO 3 [663] -2014-12-15 12:48:00 queue INFO 7 [664] -2014-12-15 12:48:01 queue INFO 3 [665] -2014-12-15 12:48:01 queue INFO 7 [666] -2014-12-15 12:48:01 queue INFO 3 [667] -2014-12-15 12:48:02 queue INFO 7 [668] -2014-12-15 12:48:02 queue INFO 3 [669] -2014-12-15 12:48:02 queue INFO 7 [670] -2014-12-15 12:48:02 queue INFO 3 [671] -2014-12-15 12:48:03 queue INFO 7 [672] -2014-12-15 12:48:03 queue INFO 3 [673] -2014-12-15 12:48:03 queue INFO 7 [674] -2014-12-15 12:48:04 queue INFO 3 [675] -2014-12-15 12:48:04 queue INFO 7 [676] -2014-12-15 12:48:04 queue INFO 3 [677] -2014-12-15 12:48:05 queue INFO 7 [678] -2014-12-15 12:48:05 queue INFO 3 [679] -2014-12-15 12:48:05 queue INFO 7 [680] -2014-12-15 12:48:06 queue INFO 3 [681] -2014-12-15 12:48:06 queue INFO 7 [682] -2014-12-15 12:48:06 queue INFO 3 [683] -2014-12-15 12:48:07 queue INFO 7 [684] -2014-12-15 12:48:07 queue INFO 3 [685] -2014-12-15 12:48:07 queue INFO 7 [686] -2014-12-15 12:48:08 queue INFO 3 [687] -2014-12-15 12:48:08 queue INFO 7 [688] -2014-12-15 12:48:08 queue INFO 3 [689] -2014-12-15 12:48:09 queue INFO 7 [690] -2014-12-15 12:48:09 queue INFO 3 [691] -2014-12-15 12:48:09 queue INFO 7 [692] -2014-12-15 12:48:10 queue INFO 3 [693] -2014-12-15 12:48:10 queue INFO 7 [694] -2014-12-15 12:48:10 queue INFO 3 [695] -2014-12-15 12:48:11 queue INFO 7 [696] -2014-12-15 12:48:11 queue INFO 3 [697] -2014-12-15 12:48:11 queue INFO 7 [698] -2014-12-15 12:48:12 queue INFO 3 [699] -2014-12-15 12:48:12 queue INFO 7 [700] -2014-12-15 12:48:12 queue INFO 3 [701] -2014-12-15 12:48:13 queue INFO 7 [702] -2014-12-15 12:48:13 queue INFO 3 [703] -2014-12-15 12:48:13 queue INFO 7 [704] -2014-12-15 12:48:14 queue INFO 3 [705] -2014-12-15 12:48:14 queue INFO 7 [706] -2014-12-15 12:48:14 queue INFO 3 [707] -2014-12-15 12:48:15 queue INFO 7 [708] -2014-12-15 12:48:15 queue INFO 3 [709] -2014-12-15 12:48:15 queue INFO 7 [710] -2014-12-15 12:48:16 queue INFO 3 [711] -2014-12-15 12:48:16 queue INFO 7 [712] -2014-12-15 12:48:16 queue INFO 3 [713] -2014-12-15 12:48:17 queue INFO 7 [714] -2014-12-15 12:48:17 queue INFO 3 [715] -2014-12-15 12:48:17 queue INFO 7 [716] -2014-12-15 12:48:18 queue INFO 3 [717] -2014-12-15 12:48:18 queue INFO 7 [718] -2014-12-15 12:48:18 queue INFO 3 [719] -2014-12-15 12:48:19 queue INFO 7 [720] -2014-12-15 12:48:19 queue INFO 3 [721] -2014-12-15 12:48:20 queue INFO 7 [722] -2014-12-15 12:48:20 queue INFO 3 [723] -2014-12-15 12:48:20 queue INFO 7 [724] -2014-12-15 12:48:21 queue INFO 3 [725] -2014-12-15 12:48:21 queue INFO 7 [726] -2014-12-15 12:48:21 queue INFO 3 [727] -2014-12-15 12:48:22 queue INFO 7 [728] -2014-12-15 12:48:22 queue INFO 3 [729] -2014-12-15 12:48:22 queue INFO 7 [730] -2014-12-15 12:48:22 queue INFO 3 [731] -2014-12-15 12:48:23 queue INFO 7 [732] -2014-12-15 12:48:23 queue INFO 3 [733] -2014-12-15 12:48:23 queue INFO 7 [734] -2014-12-15 12:48:24 queue INFO 3 [735] -2014-12-15 12:48:24 queue INFO 7 [736] -2014-12-15 12:48:24 queue INFO 3 [737] -2014-12-15 12:48:25 queue INFO 7 [738] -2014-12-15 12:48:25 queue INFO 3 [739] -2014-12-15 12:48:25 queue INFO 7 [740] -2014-12-15 12:48:26 queue INFO 3 [741] -2014-12-15 12:48:26 queue INFO 7 [742] -2014-12-15 12:48:26 queue INFO 3 [743] -2014-12-15 12:48:27 queue INFO 7 [744] -2014-12-15 12:48:27 queue INFO 3 [745] -2014-12-15 12:48:27 queue INFO 7 [746] -2014-12-15 12:48:28 queue INFO 3 [747] -2014-12-15 12:48:28 queue INFO 7 [748] -2014-12-15 12:48:28 queue INFO 3 [749] -2014-12-15 12:48:29 queue INFO 7 [750] -2014-12-15 12:48:29 queue INFO 3 [751] -2014-12-15 12:48:29 queue INFO 7 [752] -2014-12-15 12:48:30 queue INFO 3 [753] -2014-12-15 12:48:30 queue INFO 7 [754] -2014-12-15 12:48:30 queue INFO 3 [755] -2014-12-15 12:48:31 queue INFO 7 [756] -2014-12-15 12:48:31 queue INFO 3 [757] -2014-12-15 12:48:31 queue INFO 7 [758] -2014-12-15 12:48:32 queue INFO 3 [759] -2014-12-15 12:48:32 queue INFO 7 [760] -2014-12-15 12:48:32 queue INFO 3 [761] -2014-12-15 12:48:33 queue INFO 7 [762] -2014-12-15 12:48:33 queue INFO 3 [763] -2014-12-15 12:48:33 queue INFO 7 [764] -2014-12-15 12:48:34 queue INFO 3 [765] -2014-12-15 12:48:34 queue INFO 7 [766] -2014-12-15 12:48:34 queue INFO 3 [767] -2014-12-15 12:48:35 queue INFO 7 [768] -2014-12-15 12:48:35 queue INFO 3 [769] -2014-12-15 12:48:35 queue INFO 7 [770] -2014-12-15 12:48:36 queue INFO 3 [771] -2014-12-15 12:48:36 queue INFO 7 [772] -2014-12-15 12:48:36 queue INFO 3 [773] -2014-12-15 12:48:37 queue INFO 7 [774] -2014-12-15 12:48:37 queue INFO 3 [775] -2014-12-15 12:48:37 queue INFO 7 [776] -2014-12-15 12:48:38 queue INFO 3 [777] -2014-12-15 12:48:38 queue INFO 7 [778] -2014-12-15 12:48:38 queue INFO 3 [779] -2014-12-15 12:48:39 queue INFO 7 [780] -2014-12-15 12:48:39 queue INFO 3 [781] -2014-12-15 12:48:39 queue INFO 7 [782] -2014-12-15 12:48:39 queue INFO 3 [783] -2014-12-15 12:48:40 queue INFO 7 [784] -2014-12-15 12:48:40 queue INFO 3 [785] -2014-12-15 12:48:41 queue INFO 7 [786] -2014-12-15 12:48:41 queue INFO 3 [787] -2014-12-15 12:48:42 queue INFO 7 [788] -2014-12-15 12:48:42 queue INFO 3 [789] -2014-12-15 12:48:42 queue INFO 7 [790] -2014-12-15 12:48:43 queue INFO 3 [791] -2014-12-15 12:48:43 queue INFO 7 [792] -2014-12-15 12:48:43 queue INFO 3 [793] -2014-12-15 12:48:44 queue INFO 7 [794] -2014-12-15 12:48:44 queue INFO 3 [795] -2014-12-15 12:48:44 queue INFO 7 [796] -2014-12-15 12:48:45 queue INFO 3 [797] -2014-12-15 12:48:45 queue INFO 7 [798] -2014-12-15 12:48:45 queue INFO 3 [799] -2014-12-15 12:48:46 queue INFO 7 [800] -2014-12-15 12:48:46 queue INFO 3 [801] -2014-12-15 12:48:46 queue INFO 7 [802] -2014-12-15 12:48:47 queue INFO 3 [803] -2014-12-15 12:48:47 queue INFO 7 [804] -2014-12-15 12:48:47 queue INFO 3 [805] -2014-12-15 12:48:48 queue INFO 7 [806] -2014-12-15 12:48:48 queue INFO 3 [807] -2014-12-15 12:48:48 queue INFO 7 [808] -2014-12-15 12:48:49 queue INFO 3 [809] -2014-12-15 12:48:49 queue INFO 7 [810] -2014-12-15 12:48:49 queue INFO 3 [811] -2014-12-15 12:48:50 queue INFO 7 [812] -2014-12-15 12:48:50 queue INFO 3 [813] -2014-12-15 12:48:50 queue INFO 7 [814] -2014-12-15 12:48:51 queue INFO 3 [815] -2014-12-15 12:48:51 queue INFO 7 [816] -2014-12-15 12:48:51 queue INFO 3 [817] -2014-12-15 12:48:52 queue INFO 7 [818] -2014-12-15 12:48:52 queue INFO 3 [819] -2014-12-15 12:48:52 queue INFO 7 [820] -2014-12-15 12:48:53 queue INFO 3 [821] -2014-12-15 12:48:53 queue INFO 7 [822] -2014-12-15 12:48:53 queue INFO 3 [823] -2014-12-15 12:48:54 queue INFO 7 [824] -2014-12-15 12:48:54 queue INFO 3 [825] -2014-12-15 12:48:54 queue INFO 7 [826] -2014-12-15 12:48:55 queue INFO 3 [827] -2014-12-15 12:48:55 queue INFO 7 [828] -2014-12-15 12:48:55 queue INFO 3 [829] -2014-12-15 12:48:56 queue INFO 7 [830] -2014-12-15 12:48:56 queue INFO 3 [831] -2014-12-15 12:48:56 queue INFO 7 [832] -2014-12-15 12:48:57 queue INFO 3 [833] -2014-12-15 12:48:57 queue INFO 7 [834] -2014-12-15 12:48:57 queue INFO 3 [835] -2014-12-15 12:48:58 queue INFO 7 [836] -2014-12-15 12:48:58 queue INFO 3 [837] -2014-12-15 12:48:58 queue INFO 7 [838] -2014-12-15 12:48:59 queue INFO 3 [839] -2014-12-15 12:48:59 queue INFO 7 [840] -2014-12-15 12:48:59 queue INFO 3 [841] -2014-12-15 12:49:00 queue INFO 7 [842] -2014-12-15 12:49:00 queue INFO 3 [843] -2014-12-15 12:49:00 queue INFO 7 [844] -2014-12-15 12:49:01 queue INFO 3 [845] -2014-12-15 12:49:01 queue INFO 7 [846] -2014-12-15 12:49:01 queue INFO 3 [847] -2014-12-15 12:49:02 queue INFO 7 [848] -2014-12-15 12:49:02 queue INFO 3 [849] -2014-12-15 12:49:02 queue INFO 7 [850] -2014-12-15 12:49:03 queue INFO 3 [851] -2014-12-15 12:49:03 queue INFO 7 [852] -2014-12-15 12:49:03 queue INFO 3 [853] -2014-12-15 12:49:04 queue INFO 7 [854] -2014-12-15 12:49:04 queue INFO 3 [855] -2014-12-15 12:49:04 queue INFO 7 [856] -2014-12-15 12:49:05 queue INFO 3 [857] -2014-12-15 12:49:05 queue INFO 7 [858] -2014-12-15 12:49:05 queue INFO 3 [859] -2014-12-15 12:49:06 queue INFO 7 [860] -2014-12-15 12:49:06 queue INFO 3 [861] -2014-12-15 12:49:06 queue INFO 7 [862] -2014-12-15 12:49:07 queue INFO 3 [863] -2014-12-15 12:49:07 queue INFO 7 [864] -2014-12-15 12:49:07 queue INFO 3 [865] -2014-12-15 12:49:08 queue INFO 7 [866] -2014-12-15 12:49:08 queue INFO 3 [867] -2014-12-15 12:49:08 queue INFO 7 [868] -2014-12-15 12:49:09 queue INFO 3 [869] -2014-12-15 12:49:09 queue INFO 7 [870] -2014-12-15 12:49:09 queue INFO 3 [871] -2014-12-15 12:49:10 queue INFO 7 [872] -2014-12-15 12:49:10 queue INFO 3 [873] -2014-12-15 12:49:10 queue INFO 7 [874] -2014-12-15 12:49:11 queue INFO 3 [875] -2014-12-15 12:49:11 queue INFO 7 [876] -2014-12-15 12:49:11 queue INFO 3 [877] -2014-12-15 12:49:12 queue INFO 7 [878] -2014-12-15 12:49:12 queue INFO 3 [879] -2014-12-15 12:49:12 queue INFO 7 [880] -2014-12-15 12:49:12 queue INFO 3 [881] -2014-12-15 12:49:13 queue INFO 7 [882] -2014-12-15 12:49:13 queue INFO 3 [883] -2014-12-15 12:49:14 queue INFO 7 [884] -2014-12-15 12:49:14 queue INFO 3 [885] -2014-12-15 12:49:14 queue INFO 7 [886] -2014-12-15 12:49:15 queue INFO 3 [887] -2014-12-15 12:49:15 queue INFO 7 [888] -2014-12-15 12:49:15 queue INFO 3 [889] -2014-12-15 12:49:16 queue INFO 7 [890] -2014-12-15 12:49:16 queue INFO 3 [891] -2014-12-15 12:49:16 queue INFO 7 [892] -2014-12-15 12:49:17 queue INFO 3 [893] -2014-12-15 12:49:17 queue INFO 7 [894] -2014-12-15 12:49:17 queue INFO 3 [895] -2014-12-15 12:49:18 queue INFO 7 [896] -2014-12-15 12:49:18 queue INFO 3 [897] -2014-12-15 12:49:18 queue INFO 7 [898] -2014-12-15 12:49:19 queue INFO 3 [899] -2014-12-15 12:49:19 queue INFO 7 [900] -2014-12-15 12:49:19 queue INFO 3 [901] -2014-12-15 12:49:20 queue INFO 7 [902] -2014-12-15 12:49:20 queue INFO 3 [903] -2014-12-15 12:49:20 queue INFO 7 [904] -2014-12-15 12:49:21 queue INFO 3 [905] -2014-12-15 12:49:21 queue INFO 7 [906] -2014-12-15 12:49:21 queue INFO 3 [907] -2014-12-15 12:49:22 queue INFO 7 [908] -2014-12-15 12:49:22 queue INFO 3 [909] -2014-12-15 12:49:22 queue INFO 7 [910] -2014-12-15 12:49:22 queue INFO 3 [911] -2014-12-15 12:49:23 queue INFO 7 [912] -2014-12-15 12:49:23 queue INFO 3 [913] -2014-12-15 12:49:23 queue INFO 7 [914] -2014-12-15 12:49:24 queue INFO 3 [915] -2014-12-15 12:49:24 queue INFO 7 [916] -2014-12-15 12:49:24 queue INFO 3 [917] -2014-12-15 12:49:25 queue INFO 7 [918] -2014-12-15 12:49:25 queue INFO 3 [919] -2014-12-15 12:49:25 queue INFO 7 [920] -2014-12-15 12:49:26 queue INFO 3 [921] -2014-12-15 12:49:26 queue INFO 7 [922] -2014-12-15 12:49:26 queue INFO 3 [923] -2014-12-15 12:49:27 queue INFO 7 [924] -2014-12-15 12:49:27 queue INFO 3 [925] -2014-12-15 12:49:27 queue INFO 7 [926] -2014-12-15 12:49:28 queue INFO 3 [927] -2014-12-15 12:49:28 queue INFO 7 [928] -2014-12-15 12:49:28 queue INFO 3 [929] -2014-12-15 12:49:29 queue INFO 7 [930] -2014-12-15 12:49:29 queue INFO 3 [931] -2014-12-15 12:49:29 queue INFO 7 [932] -2014-12-15 12:49:30 queue INFO 3 [933] -2014-12-15 12:49:30 queue INFO 7 [934] -2014-12-15 12:49:30 queue INFO 3 [935] -2014-12-15 12:49:31 queue INFO 7 [936] -2014-12-15 12:49:31 queue INFO 3 [937] -2014-12-15 12:49:31 queue INFO 7 [938] -2014-12-15 12:49:32 queue INFO 3 [939] -2014-12-15 12:49:32 queue INFO 7 [940] -2014-12-15 12:49:32 queue INFO 3 [941] -2014-12-15 12:49:33 queue INFO 7 [942] -2014-12-15 12:49:33 queue INFO 3 [943] -2014-12-15 12:49:33 queue INFO 7 [944] -2014-12-15 12:49:34 queue INFO 3 [945] -2014-12-15 12:49:34 queue INFO 7 [946] -2014-12-15 12:49:34 queue INFO 3 [947] -2014-12-15 12:49:35 queue INFO 7 [948] -2014-12-15 12:49:35 queue INFO 3 [949] -2014-12-15 12:49:35 queue INFO 7 [950] -2014-12-15 12:49:36 queue INFO 3 [951] -2014-12-15 12:49:36 queue INFO 7 [952] -2014-12-15 12:49:36 queue INFO 3 [953] -2014-12-15 12:49:37 queue INFO 7 [954] -2014-12-15 12:49:37 queue INFO 3 [955] -2014-12-15 12:49:37 queue INFO 7 [956] -2014-12-15 12:49:38 queue INFO 3 [957] -2014-12-15 12:49:38 queue INFO 7 [958] -2014-12-15 12:49:38 queue INFO 3 [959] -2014-12-15 12:49:39 queue INFO 7 [960] -2014-12-15 12:49:39 queue INFO 3 [961] -2014-12-15 12:49:39 queue INFO 7 [962] -2014-12-15 12:49:40 queue INFO 3 [963] -2014-12-15 12:49:40 queue INFO 7 [964] -2014-12-15 12:49:40 queue INFO 3 [965] -2014-12-15 12:49:41 queue INFO 7 [966] -2014-12-15 12:49:41 queue INFO 3 [967] -2014-12-15 12:49:41 queue INFO 7 [968] -2014-12-15 12:49:42 queue INFO 3 [969] -2014-12-15 12:49:42 queue INFO 7 [970] -2014-12-15 12:49:42 queue INFO 3 [971] -2014-12-15 12:49:43 queue INFO 7 [972] -2014-12-15 12:49:43 queue INFO 3 [973] -2014-12-15 12:49:43 queue INFO 7 [974] -2014-12-15 12:49:44 queue INFO 3 [975] -2014-12-15 12:49:44 queue INFO 7 [976] -2014-12-15 12:49:44 queue INFO 3 [977] -2014-12-15 12:49:45 queue INFO 7 [978] -2014-12-15 12:49:45 queue INFO 3 [979] -2014-12-15 12:49:45 queue INFO 7 [980] -2014-12-15 12:49:46 queue INFO 3 [981] -2014-12-15 12:49:46 queue INFO 7 [982] -2014-12-15 12:49:46 queue INFO 3 [983] -2014-12-15 12:49:47 queue INFO 7 [984] -2014-12-15 12:49:47 queue INFO 3 [985] -2014-12-15 12:49:47 queue INFO 7 [986] -2014-12-15 12:49:48 queue INFO 3 [987] -2014-12-15 12:49:48 queue INFO 7 [988] -2014-12-15 12:49:48 queue INFO 3 [989] -2014-12-15 12:49:49 queue INFO 7 [990] -2014-12-15 12:49:49 queue INFO 3 [991] -2014-12-15 12:49:49 queue INFO 7 [992] -2014-12-15 12:49:50 queue INFO 3 [993] -2014-12-15 12:49:50 queue INFO 7 [994] -2014-12-15 12:49:50 queue INFO 3 [995] -2014-12-15 12:49:51 queue INFO 7 [996] -2014-12-15 12:49:51 queue INFO 3 [997] -2014-12-15 12:49:51 queue INFO 7 [998] -2014-12-15 12:49:52 queue INFO 3 [999] -2014-12-15 12:49:52 queue INFO 7 [0] -2014-12-15 12:49:52 queue INFO 3 [1] -2014-12-15 12:49:53 queue INFO 7 [2] -2014-12-15 12:49:53 queue INFO 3 [3] -2014-12-15 12:49:53 queue INFO 7 [4] -2014-12-15 12:49:54 queue INFO 3 [5] -2014-12-15 12:49:54 queue INFO 7 [6] -2014-12-15 12:49:54 queue INFO 3 [7] -2014-12-15 12:49:54 queue INFO 7 [8] -2014-12-15 12:49:55 queue INFO 3 [9] -2014-12-15 12:49:55 queue INFO 7 [10] -2014-12-15 12:49:55 queue INFO 3 [11] -2014-12-15 12:49:56 queue INFO 7 [12] -2014-12-15 12:49:56 queue INFO 3 [13] -2014-12-15 12:49:56 queue INFO 7 [14] -2014-12-15 12:49:57 queue INFO 3 [15] -2014-12-15 12:49:57 queue INFO 7 [16] -2014-12-15 12:49:57 queue INFO 3 [17] -2014-12-15 12:49:58 queue INFO 7 [18] -2014-12-15 12:49:58 queue INFO 3 [19] -2014-12-15 12:49:58 queue INFO 7 [20] -2014-12-15 12:49:59 queue INFO 3 [21] -2014-12-15 12:49:59 queue INFO 7 [22] -2014-12-15 12:49:59 queue INFO 3 [23] -2014-12-15 12:50:00 queue INFO 7 [24] -2014-12-15 12:50:00 queue INFO 3 [25] -2014-12-15 12:50:00 queue INFO 7 [26] -2014-12-15 12:50:01 queue INFO 3 [27] -2014-12-15 12:50:01 queue INFO 7 [28] -2014-12-15 12:50:01 queue INFO 3 [29] -2014-12-15 12:50:02 queue INFO 7 [30] -2014-12-15 12:50:02 queue INFO 3 [31] -2014-12-15 12:50:02 queue INFO 7 [32] -2014-12-15 12:50:03 queue INFO 3 [33] -2014-12-15 12:50:03 queue INFO 7 [34] -2014-12-15 12:50:03 queue INFO 3 [35] -2014-12-15 12:50:04 queue INFO 7 [36] -2014-12-15 12:50:04 queue INFO 3 [37] -2014-12-15 12:50:04 queue INFO 7 [38] -2014-12-15 12:50:05 queue INFO 3 [39] -2014-12-15 12:50:05 queue INFO 7 [40] -2014-12-15 12:50:05 queue INFO 3 [41] -2014-12-15 12:50:06 queue INFO 7 [42] -2014-12-15 12:50:06 queue INFO 3 [43] -2014-12-15 12:50:06 queue INFO 7 [44] -2014-12-15 12:50:07 queue INFO 3 [45] -2014-12-15 12:50:07 queue INFO 7 [46] -2014-12-15 12:50:08 queue INFO 3 [47] -2014-12-15 12:50:08 queue INFO 7 [48] -2014-12-15 12:50:08 queue INFO 3 [49] -2014-12-15 12:50:09 queue INFO 7 [50] -2014-12-15 12:50:09 queue INFO 3 [51] -2014-12-15 12:50:09 queue INFO 7 [52] -2014-12-15 12:50:10 queue INFO 3 [53] -2014-12-15 12:50:10 queue INFO 7 [54] -2014-12-15 12:50:10 queue INFO 3 [55] -2014-12-15 12:50:11 queue INFO 7 [56] -2014-12-15 12:50:11 queue INFO 3 [57] -2014-12-15 12:50:11 queue INFO 7 [58] -2014-12-15 12:50:11 queue INFO 3 [59] -2014-12-15 12:50:12 queue INFO 7 [60] -2014-12-15 12:50:12 queue INFO 3 [61] -2014-12-15 12:50:12 queue INFO 7 [62] -2014-12-15 12:50:13 queue INFO 3 [63] -2014-12-15 12:50:13 queue INFO 7 [64] -2014-12-15 12:50:13 queue INFO 3 [65] -2014-12-15 12:50:14 queue INFO 7 [66] -2014-12-15 12:50:14 queue INFO 3 [67] -2014-12-15 12:50:14 queue INFO 7 [68] -2014-12-15 12:50:15 queue INFO 3 [69] -2014-12-15 12:50:15 queue INFO 7 [70] -2014-12-15 12:50:15 queue INFO 3 [71] -2014-12-15 12:50:16 queue INFO 7 [72] -2014-12-15 12:50:16 queue INFO 3 [73] -2014-12-15 12:50:16 queue INFO 7 [74] -2014-12-15 12:50:17 queue INFO 3 [75] -2014-12-15 12:50:17 queue INFO 7 [76] -2014-12-15 12:50:17 queue INFO 3 [77] -2014-12-15 12:50:18 queue INFO 7 [78] -2014-12-15 12:50:18 queue INFO 3 [79] -2014-12-15 12:50:18 queue INFO 7 [80] -2014-12-15 12:50:19 queue INFO 3 [81] -2014-12-15 12:50:19 queue INFO 7 [82] -2014-12-15 12:50:19 queue INFO 3 [83] -2014-12-15 12:50:20 queue INFO 7 [84] -2014-12-15 12:50:20 queue INFO 3 [85] -2014-12-15 12:50:20 queue INFO 7 [86] -2014-12-15 12:50:21 queue INFO 3 [87] -2014-12-15 12:50:21 queue INFO 7 [88] -2014-12-15 12:50:21 queue INFO 3 [89] -2014-12-15 12:50:22 queue INFO 7 [90] -2014-12-15 12:50:22 queue INFO 3 [91] -2014-12-15 12:50:22 queue INFO 7 [92] -2014-12-15 12:50:22 queue INFO 3 [93] -2014-12-15 12:50:23 queue INFO 7 [94] -2014-12-15 12:50:23 queue INFO 3 [95] -2014-12-15 12:50:23 queue INFO 7 [96] -2014-12-15 12:50:24 queue INFO 3 [97] -2014-12-15 12:50:24 queue INFO 7 [98] -2014-12-15 12:50:24 queue INFO 3 [99] -2014-12-15 12:50:25 queue INFO 7 [100] -2014-12-15 12:50:25 queue INFO 3 [101] -2014-12-15 12:50:25 queue INFO 7 [102] -2014-12-15 12:50:26 queue INFO 3 [103] -2014-12-15 12:50:26 queue INFO 7 [104] -2014-12-15 12:50:26 queue INFO 3 [105] -2014-12-15 12:50:27 queue INFO 7 [106] -2014-12-15 12:50:27 queue INFO 3 [107] -2014-12-15 12:50:27 queue INFO 7 [108] -2014-12-15 12:50:28 queue INFO 3 [109] -2014-12-15 12:50:28 queue INFO 7 [110] -2014-12-15 12:50:28 queue INFO 3 [111] -2014-12-15 12:50:29 queue INFO 7 [112] -2014-12-15 12:50:29 queue INFO 3 [113] -2014-12-15 12:50:29 queue INFO 7 [114] -2014-12-15 12:50:30 queue INFO 3 [115] -2014-12-15 12:50:30 queue INFO 7 [116] -2014-12-15 12:50:30 queue INFO 3 [117] -2014-12-15 12:50:31 queue INFO 7 [118] -2014-12-15 12:50:31 queue INFO 3 [119] -2014-12-15 12:50:31 queue INFO 7 [120] -2014-12-15 12:50:32 queue INFO 3 [121] -2014-12-15 12:50:32 queue INFO 7 [122] -2014-12-15 12:50:32 queue INFO 3 [123] -2014-12-15 12:50:33 queue INFO 7 [124] -2014-12-15 12:50:33 queue INFO 3 [125] -2014-12-15 12:50:33 queue INFO 7 [126] -2014-12-15 12:50:34 queue INFO 3 [127] -2014-12-15 12:50:34 queue INFO 7 [128] -2014-12-15 12:50:34 queue INFO 3 [129] -2014-12-15 12:50:35 queue INFO 7 [130] -2014-12-15 12:50:35 queue INFO 3 [131] -2014-12-15 12:50:35 queue INFO 7 [132] -2014-12-15 12:50:36 queue INFO 3 [133] -2014-12-15 12:50:36 queue INFO 7 [134] -2014-12-15 12:50:36 queue INFO 3 [135] -2014-12-15 12:50:37 queue INFO 7 [136] -2014-12-15 12:50:37 queue INFO 3 [137] -2014-12-15 12:50:37 queue INFO 7 [138] -2014-12-15 12:50:38 queue INFO 3 [139] -2014-12-15 12:50:38 queue INFO 7 [140] -2014-12-15 12:50:38 queue INFO 3 [141] -2014-12-15 12:50:39 queue INFO 7 [142] -2014-12-15 12:50:39 queue INFO 3 [143] -2014-12-15 12:50:39 queue INFO 7 [144] -2014-12-15 12:50:40 queue INFO 3 [145] -2014-12-15 12:50:40 queue INFO 7 [146] -2014-12-15 12:50:40 queue INFO 3 [147] -2014-12-15 12:50:41 queue INFO 7 [148] -2014-12-15 12:50:41 queue INFO 3 [149] -2014-12-15 12:50:41 queue INFO 7 [150] -2014-12-15 12:50:42 queue INFO 3 [151] -2014-12-15 12:50:42 queue INFO 7 [152] -2014-12-15 12:50:42 queue INFO 3 [153] -2014-12-15 12:50:43 queue INFO 7 [154] -2014-12-15 12:50:43 queue INFO 3 [155] -2014-12-15 12:50:43 queue INFO 7 [156] -2014-12-15 12:50:43 queue INFO 3 [157] -2014-12-15 12:50:44 queue INFO 7 [158] -2014-12-15 12:50:44 queue INFO 3 [159] -2014-12-15 12:50:44 queue INFO 7 [160] -2014-12-15 12:50:45 queue INFO 3 [161] -2014-12-15 12:50:45 queue INFO 7 [162] -2014-12-15 12:50:45 queue INFO 3 [163] -2014-12-15 12:50:46 queue INFO 7 [164] -2014-12-15 12:50:46 queue INFO 3 [165] -2014-12-15 12:50:46 queue INFO 7 [166] -2014-12-15 12:50:47 queue INFO 3 [167] -2014-12-15 12:50:47 queue INFO 7 [168] -2014-12-15 12:50:47 queue INFO 3 [169] -2014-12-15 12:50:48 queue INFO 7 [170] -2014-12-15 12:50:48 queue INFO 3 [171] -2014-12-15 12:50:48 queue INFO 7 [172] -2014-12-15 12:50:49 queue INFO 3 [173] -2014-12-15 12:50:49 queue INFO 7 [174] -2014-12-15 12:50:49 queue INFO 3 [175] -2014-12-15 12:50:50 queue INFO 7 [176] -2014-12-15 12:50:50 queue INFO 3 [177] -2014-12-15 12:50:50 queue INFO 7 [178] -2014-12-15 12:50:51 queue INFO 3 [179] -2014-12-15 12:50:51 queue INFO 7 [180] -2014-12-15 12:50:51 queue INFO 3 [181] -2014-12-15 12:50:52 queue INFO 7 [182] -2014-12-15 12:50:52 queue INFO 3 [183] -2014-12-15 12:50:52 queue INFO 7 [184] -2014-12-15 12:50:53 queue INFO 3 [185] -2014-12-15 12:50:53 queue INFO 7 [186] -2014-12-15 12:50:53 queue INFO 3 [187] -2014-12-15 12:50:54 queue INFO 7 [188] -2014-12-15 12:50:54 queue INFO 3 [189] -2014-12-15 12:50:54 queue INFO 7 [190] -2014-12-15 12:50:54 queue INFO 3 [191] -2014-12-15 12:50:55 queue INFO 7 [192] -2014-12-15 12:50:55 queue INFO 3 [193] -2014-12-15 12:50:55 queue INFO 7 [194] -2014-12-15 12:50:56 queue INFO 3 [195] -2014-12-15 12:50:56 queue INFO 7 [196] -2014-12-15 12:50:56 queue INFO 3 [197] -2014-12-15 12:50:57 queue INFO 7 [198] -2014-12-15 12:50:57 queue INFO 3 [199] -2014-12-15 12:50:57 queue INFO 7 [200] -2014-12-15 12:50:58 queue INFO 3 [201] -2014-12-15 12:50:58 queue INFO 7 [202] -2014-12-15 12:50:58 queue INFO 3 [203] -2014-12-15 12:50:59 queue INFO 7 [204] -2014-12-15 12:50:59 queue INFO 3 [205] -2014-12-15 12:50:59 queue INFO 7 [206] -2014-12-15 12:51:00 queue INFO 3 [207] -2014-12-15 12:51:00 queue INFO 7 [208] -2014-12-15 12:51:00 queue INFO 3 [209] -2014-12-15 12:51:01 queue INFO 7 [210] -2014-12-15 12:51:01 queue INFO 3 [211] -2014-12-15 12:51:01 queue INFO 7 [212] -2014-12-15 12:51:02 queue INFO 3 [213] -2014-12-15 12:51:02 queue INFO 7 [214] -2014-12-15 12:51:03 queue INFO 3 [215] -2014-12-15 12:51:03 queue INFO 7 [216] -2014-12-15 12:51:03 queue INFO 3 [217] -2014-12-15 12:51:04 queue INFO 7 [218] -2014-12-15 12:51:04 queue INFO 3 [219] -2014-12-15 12:51:04 queue INFO 7 [220] -2014-12-15 12:51:04 queue INFO 3 [221] -2014-12-15 12:51:05 queue INFO 7 [222] -2014-12-15 12:51:05 queue INFO 3 [223] -2014-12-15 12:51:05 queue INFO 7 [224] -2014-12-15 12:51:06 queue INFO 3 [225] -2014-12-15 12:51:06 queue INFO 7 [226] -2014-12-15 12:51:06 queue INFO 3 [227] -2014-12-15 12:51:07 queue INFO 7 [228] -2014-12-15 12:51:07 queue INFO 3 [229] -2014-12-15 12:51:07 queue INFO 7 [230] -2014-12-15 12:51:08 queue INFO 3 [231] -2014-12-15 12:51:08 queue INFO 7 [232] -2014-12-15 12:51:08 queue INFO 3 [233] -2014-12-15 12:51:09 queue INFO 7 [234] -2014-12-15 12:51:09 queue INFO 3 [235] -2014-12-15 12:51:09 queue INFO 7 [236] -2014-12-15 12:51:10 queue INFO 3 [237] -2014-12-15 12:51:10 queue INFO 7 [238] -2014-12-15 12:51:10 queue INFO 3 [239] -2014-12-15 12:51:11 queue INFO 7 [240] -2014-12-15 12:51:11 queue INFO 3 [241] -2014-12-15 12:51:11 queue INFO 7 [242] -2014-12-15 12:51:12 queue INFO 3 [243] -2014-12-15 12:51:12 queue INFO 7 [244] -2014-12-15 12:51:12 queue INFO 3 [245] -2014-12-15 12:51:13 queue INFO 7 [246] -2014-12-15 12:51:13 queue INFO 3 [247] -2014-12-15 12:51:13 queue INFO 7 [248] -2014-12-15 12:51:14 queue INFO 3 [249] -2014-12-15 12:51:14 queue INFO 7 [250] -2014-12-15 12:51:14 queue INFO 3 [251] -2014-12-15 12:51:15 queue INFO 7 [252] -2014-12-15 12:51:15 queue INFO 3 [253] -2014-12-15 12:51:15 queue INFO 7 [254] -2014-12-15 12:51:16 queue INFO 3 [255] -2014-12-15 12:51:16 queue INFO 7 [256] -2014-12-15 12:51:16 queue INFO 3 [257] -2014-12-15 12:51:17 queue INFO 7 [258] -2014-12-15 12:51:17 queue INFO 3 [259] -2014-12-15 12:51:17 queue INFO 7 [260] -2014-12-15 12:51:17 queue INFO 3 [261] -2014-12-15 12:51:18 queue INFO 7 [262] -2014-12-15 12:51:18 queue INFO 3 [263] -2014-12-15 12:51:18 queue INFO 7 [264] -2014-12-15 12:51:19 queue INFO 3 [265] -2014-12-15 12:51:19 queue INFO 7 [266] -2014-12-15 12:51:19 queue INFO 3 [267] -2014-12-15 12:51:20 queue INFO 7 [268] -2014-12-15 12:51:20 queue INFO 3 [269] -2014-12-15 12:51:20 queue INFO 7 [270] -2014-12-15 12:51:21 queue INFO 3 [271] -2014-12-15 12:51:21 queue INFO 7 [272] -2014-12-15 12:51:21 queue INFO 3 [273] -2014-12-15 12:51:22 queue INFO 7 [274] -2014-12-15 12:51:22 queue INFO 3 [275] -2014-12-15 12:51:22 queue INFO 7 [276] -2014-12-15 12:51:23 queue INFO 3 [277] -2014-12-15 12:51:23 queue INFO 7 [278] -2014-12-15 12:51:23 queue INFO 3 [279] -2014-12-15 12:51:24 queue INFO 7 [280] -2014-12-15 12:51:24 queue INFO 3 [281] -2014-12-15 12:51:24 queue INFO 7 [282] -2014-12-15 12:51:25 queue INFO 3 [283] -2014-12-15 12:51:25 queue INFO 7 [284] -2014-12-15 12:51:25 queue INFO 3 [285] -2014-12-15 12:51:26 queue INFO 7 [286] -2014-12-15 12:51:26 queue INFO 3 [287] -2014-12-15 12:51:26 queue INFO 7 [288] -2014-12-15 12:51:27 queue INFO 3 [289] -2014-12-15 12:51:27 queue INFO 7 [290] -2014-12-15 12:51:27 queue INFO 3 [291] -2014-12-15 12:51:28 queue INFO 7 [292] -2014-12-15 12:51:28 queue INFO 3 [293] -2014-12-15 12:51:28 queue INFO 7 [294] -2014-12-15 12:51:29 queue INFO 3 [295] -2014-12-15 12:51:29 queue INFO 7 [296] -2014-12-15 12:51:30 queue INFO 3 [297] -2014-12-15 12:51:30 queue INFO 7 [298] -2014-12-15 12:51:30 queue INFO 3 [299] -2014-12-15 12:51:30 queue INFO 7 [300] -2014-12-15 12:51:31 queue INFO 3 [301] -2014-12-15 12:51:31 queue INFO 7 [302] -2014-12-15 12:51:31 queue INFO 3 [303] -2014-12-15 12:51:32 queue INFO 7 [304] -2014-12-15 12:51:32 queue INFO 3 [305] -2014-12-15 12:51:32 queue INFO 7 [306] -2014-12-15 12:51:33 queue INFO 3 [307] -2014-12-15 12:51:33 queue INFO 7 [308] -2014-12-15 12:51:33 queue INFO 3 [309] -2014-12-15 12:51:34 queue INFO 7 [310] -2014-12-15 12:51:34 queue INFO 3 [311] -2014-12-15 12:51:34 queue INFO 7 [312] -2014-12-15 12:51:35 queue INFO 3 [313] -2014-12-15 12:51:35 queue INFO 7 [314] -2014-12-15 12:51:35 queue INFO 3 [315] -2014-12-15 12:51:36 queue INFO 7 [316] -2014-12-15 12:51:36 queue INFO 3 [317] -2014-12-15 12:51:36 queue INFO 7 [318] -2014-12-15 12:51:37 queue INFO 3 [319] -2014-12-15 12:51:37 queue INFO 7 [320] -2014-12-15 12:51:37 queue INFO 3 [321] -2014-12-15 12:51:38 queue INFO 7 [322] -2014-12-15 12:51:38 queue INFO 3 [323] -2014-12-15 12:51:38 queue INFO 7 [324] -2014-12-15 12:51:39 queue INFO 3 [325] -2014-12-15 12:51:39 queue INFO 7 [326] -2014-12-15 12:51:39 queue INFO 3 [327] -2014-12-15 12:51:40 queue INFO 7 [328] -2014-12-15 12:51:40 queue INFO 3 [329] -2014-12-15 12:51:40 queue INFO 7 [330] -2014-12-15 12:51:40 queue INFO 3 [331] -2014-12-15 12:51:41 queue INFO 7 [332] -2014-12-15 12:51:41 queue INFO 3 [333] -2014-12-15 12:51:41 queue INFO 7 [334] -2014-12-15 12:51:42 queue INFO 3 [335] -2014-12-15 12:51:42 queue INFO 7 [336] -2014-12-15 12:51:42 queue INFO 3 [337] -2014-12-15 12:51:43 queue INFO 7 [338] -2014-12-15 12:51:43 queue INFO 3 [339] -2014-12-15 12:51:43 queue INFO 7 [340] -2014-12-15 12:51:44 queue INFO 3 [341] -2014-12-15 12:51:44 queue INFO 7 [342] -2014-12-15 12:51:44 queue INFO 3 [343] -2014-12-15 12:51:45 queue INFO 7 [344] -2014-12-15 12:51:45 queue INFO 3 [345] -2014-12-15 12:51:45 queue INFO 7 [346] -2014-12-15 12:51:46 queue INFO 3 [347] -2014-12-15 12:51:46 queue INFO 7 [348] -2014-12-15 12:51:46 queue INFO 3 [349] -2014-12-15 12:51:47 queue INFO 7 [350] -2014-12-15 12:51:47 queue INFO 3 [351] -2014-12-15 12:51:47 queue INFO 7 [352] -2014-12-15 12:51:48 queue INFO 3 [353] -2014-12-15 12:51:48 queue INFO 7 [354] -2014-12-15 12:51:48 queue INFO 3 [355] -2014-12-15 12:51:49 queue INFO 7 [356] -2014-12-15 12:51:49 queue INFO 3 [357] -2014-12-15 12:51:49 queue INFO 7 [358] -2014-12-15 12:51:50 queue INFO 3 [359] -2014-12-15 12:51:50 queue INFO 7 [360] -2014-12-15 12:51:50 queue INFO 3 [361] -2014-12-15 12:51:51 queue INFO 7 [362] -2014-12-15 12:51:51 queue INFO 3 [363] -2014-12-15 12:51:51 queue INFO 7 [364] -2014-12-15 12:51:52 queue INFO 3 [365] -2014-12-15 12:51:52 queue INFO 7 [366] -2014-12-15 12:51:52 queue INFO 3 [367] -2014-12-15 12:51:52 queue INFO 7 [368] -2014-12-15 12:51:53 queue INFO 3 [369] -2014-12-15 12:51:53 queue INFO 7 [370] -2014-12-15 12:51:53 queue INFO 3 [371] -2014-12-15 12:51:54 queue INFO 7 [372] -2014-12-15 12:51:54 queue INFO 3 [373] -2014-12-15 12:51:54 queue INFO 7 [374] -2014-12-15 12:51:55 queue INFO 3 [375] -2014-12-15 12:51:55 queue INFO 7 [376] -2014-12-15 12:51:55 queue INFO 3 [377] -2014-12-15 12:51:56 queue INFO 7 [378] -2014-12-15 12:51:56 queue INFO 3 [379] -2014-12-15 12:51:57 queue INFO 7 [380] -2014-12-15 12:51:57 queue INFO 3 [381] -2014-12-15 12:51:57 queue INFO 7 [382] -2014-12-15 12:51:58 queue INFO 3 [383] -2014-12-15 12:51:58 queue INFO 7 [384] -2014-12-15 12:51:58 queue INFO 3 [385] -2014-12-15 12:51:59 queue INFO 7 [386] -2014-12-15 12:51:59 queue INFO 3 [387] -2014-12-15 12:51:59 queue INFO 7 [388] -2014-12-15 12:52:00 queue INFO 3 [389] -2014-12-15 12:52:00 queue INFO 7 [390] -2014-12-15 12:52:00 queue INFO 3 [391] -2014-12-15 12:52:00 queue INFO 7 [392] -2014-12-15 12:52:01 queue INFO 3 [393] -2014-12-15 12:52:01 queue INFO 7 [394] -2014-12-15 12:52:01 queue INFO 3 [395] -2014-12-15 12:52:02 queue INFO 7 [396] -2014-12-15 12:52:02 queue INFO 3 [397] -2014-12-15 12:52:02 queue INFO 7 [398] -2014-12-15 12:52:03 queue INFO 3 [399] -2014-12-15 12:52:03 queue INFO 7 [400] -2014-12-15 12:52:03 queue INFO 3 [401] -2014-12-15 12:52:04 queue INFO 7 [402] -2014-12-15 12:52:04 queue INFO 3 [403] -2014-12-15 12:52:04 queue INFO 7 [404] -2014-12-15 12:52:05 queue INFO 3 [405] -2014-12-15 12:52:06 queue INFO 7 [406] -2014-12-15 12:52:06 queue INFO 3 [407] -2014-12-15 12:52:06 queue INFO 7 [408] -2014-12-15 12:52:06 queue INFO 3 [409] -2014-12-15 12:52:07 queue INFO 7 [410] -2014-12-15 12:52:07 queue INFO 3 [411] -2014-12-15 12:52:07 queue INFO 7 [412] -2014-12-15 12:52:08 queue INFO 3 [413] -2014-12-15 12:52:08 queue INFO 7 [414] -2014-12-15 12:52:08 queue INFO 3 [415] -2014-12-15 12:52:09 queue INFO 7 [416] -2014-12-15 12:52:09 queue INFO 3 [417] -2014-12-15 12:52:09 queue INFO 7 [418] -2014-12-15 12:52:10 queue INFO 3 [419] -2014-12-15 12:52:10 queue INFO 7 [420] -2014-12-15 12:52:10 queue INFO 3 [421] -2014-12-15 12:52:11 queue INFO 7 [422] -2014-12-15 12:52:11 queue INFO 3 [423] -2014-12-15 12:52:11 queue INFO 7 [424] -2014-12-15 12:52:12 queue INFO 3 [425] -2014-12-15 12:52:12 queue INFO 7 [426] -2014-12-15 12:52:12 queue INFO 3 [427] -2014-12-15 12:52:13 queue INFO 7 [428] -2014-12-15 12:52:13 queue INFO 3 [429] -2014-12-15 12:52:13 queue INFO 7 [430] -2014-12-15 12:52:14 queue INFO 3 [431] -2014-12-15 12:52:14 queue INFO 7 [432] -2014-12-15 12:52:14 queue INFO 3 [433] -2014-12-15 12:52:15 queue INFO 7 [434] -2014-12-15 12:52:15 queue INFO 3 [435] -2014-12-15 12:52:15 queue INFO 7 [436] -2014-12-15 12:52:16 queue INFO 3 [437] -2014-12-15 12:52:16 queue INFO 7 [438] -2014-12-15 12:52:16 queue INFO 3 [439] -2014-12-15 12:52:17 queue INFO 7 [440] -2014-12-15 12:52:17 queue INFO 3 [441] -2014-12-15 12:52:17 queue INFO 7 [442] -2014-12-15 12:52:17 queue INFO 3 [443] -2014-12-15 12:52:18 queue INFO 7 [444] -2014-12-15 12:52:18 queue INFO 3 [445] -2014-12-15 12:52:18 queue INFO 7 [446] -2014-12-15 12:52:19 queue INFO 3 [447] -2014-12-15 12:52:19 queue INFO 7 [448] -2014-12-15 12:52:19 queue INFO 3 [449] -2014-12-15 12:52:20 queue INFO 7 [450] -2014-12-15 12:52:20 queue INFO 3 [451] -2014-12-15 12:52:20 queue INFO 7 [452] -2014-12-15 12:52:21 queue INFO 3 [453] -2014-12-15 12:52:21 queue INFO 7 [454] -2014-12-15 12:52:21 queue INFO 3 [455] -2014-12-15 12:52:22 queue INFO 7 [456] -2014-12-15 12:52:22 queue INFO 3 [457] -2014-12-15 12:52:22 queue INFO 7 [458] -2014-12-15 12:52:23 queue INFO 3 [459] -2014-12-15 12:52:23 queue INFO 7 [460] -2014-12-15 12:52:24 queue INFO 3 [461] -2014-12-15 12:52:24 queue INFO 7 [462] -2014-12-15 12:52:24 queue INFO 3 [463] -2014-12-15 12:52:25 queue INFO 7 [464] -2014-12-15 12:52:25 queue INFO 3 [465] -2014-12-15 12:52:25 queue INFO 7 [466] -2014-12-15 12:52:26 queue INFO 3 [467] -2014-12-15 12:52:26 queue INFO 7 [468] -2014-12-15 12:52:26 queue INFO 3 [469] -2014-12-15 12:52:26 queue INFO 7 [470] -2014-12-15 12:52:27 queue INFO 3 [471] -2014-12-15 12:52:27 queue INFO 7 [472] -2014-12-15 12:52:27 queue INFO 3 [473] -2014-12-15 12:52:28 queue INFO 7 [474] -2014-12-15 12:52:28 queue INFO 3 [475] -2014-12-15 12:52:28 queue INFO 7 [476] -2014-12-15 12:52:29 queue INFO 3 [477] -2014-12-15 12:52:29 queue INFO 7 [478] -2014-12-15 12:52:29 queue INFO 3 [479] -2014-12-15 12:52:30 queue INFO 7 [480] -2014-12-15 12:52:30 queue INFO 3 [481] -2014-12-15 12:52:30 queue INFO 7 [482] -2014-12-15 12:52:31 queue INFO 3 [483] -2014-12-15 12:52:31 queue INFO 7 [484] -2014-12-15 12:52:31 queue INFO 3 [485] -2014-12-15 12:52:32 queue INFO 7 [486] -2014-12-15 12:52:32 queue INFO 3 [487] -2014-12-15 12:52:32 queue INFO 7 [488] -2014-12-15 12:52:33 queue INFO 3 [489] -2014-12-15 12:52:33 queue INFO 7 [490] -2014-12-15 12:52:33 queue INFO 3 [491] -2014-12-15 12:52:34 queue INFO 7 [492] -2014-12-15 12:52:34 queue INFO 3 [493] -2014-12-15 12:52:34 queue INFO 7 [494] -2014-12-15 12:52:35 queue INFO 3 [495] -2014-12-15 12:52:35 queue INFO 7 [496] -2014-12-15 12:52:35 queue INFO 3 [497] -2014-12-15 12:52:36 queue INFO 7 [498] -2014-12-15 12:52:36 queue INFO 3 [499] -2014-12-15 12:52:36 queue INFO 7 [500] -2014-12-15 12:52:37 queue INFO 3 [501] -2014-12-15 12:52:37 queue INFO 7 [502] -2014-12-15 12:52:37 queue INFO 3 [503] -2014-12-15 12:52:37 queue INFO 7 [504] -2014-12-15 12:52:38 queue INFO 3 [505] -2014-12-15 12:52:38 queue INFO 7 [506] -2014-12-15 12:52:38 queue INFO 3 [507] -2014-12-15 12:52:39 queue INFO 7 [508] -2014-12-15 12:52:39 queue INFO 3 [509] -2014-12-15 12:52:39 queue INFO 7 [510] -2014-12-15 12:52:40 queue INFO 3 [511] -2014-12-15 12:52:40 queue INFO 7 [512] -2014-12-15 12:52:40 queue INFO 3 [513] -2014-12-15 12:52:41 queue INFO 7 [514] -2014-12-15 12:52:41 queue INFO 3 [515] -2014-12-15 12:52:41 queue INFO 7 [516] -2014-12-15 12:52:42 queue INFO 3 [517] -2014-12-15 12:52:42 queue INFO 7 [518] -2014-12-15 12:52:42 queue INFO 3 [519] -2014-12-15 12:52:43 queue INFO 7 [520] -2014-12-15 12:52:43 queue INFO 3 [521] -2014-12-15 12:52:43 queue INFO 7 [522] -2014-12-15 12:52:44 queue INFO 3 [523] -2014-12-15 12:52:44 queue INFO 7 [524] -2014-12-15 12:52:44 queue INFO 3 [525] -2014-12-15 12:52:45 queue INFO 7 [526] -2014-12-15 12:52:45 queue INFO 3 [527] -2014-12-15 12:52:45 queue INFO 7 [528] -2014-12-15 12:52:46 queue INFO 3 [529] -2014-12-15 12:52:46 queue INFO 7 [530] -2014-12-15 12:52:46 queue INFO 3 [531] -2014-12-15 12:52:47 queue INFO 7 [532] -2014-12-15 12:52:47 queue INFO 3 [533] -2014-12-15 12:52:47 queue INFO 7 [534] -2014-12-15 12:52:48 queue INFO 3 [535] -2014-12-15 12:52:48 queue INFO 7 [536] -2014-12-15 12:52:48 queue INFO 3 [537] -2014-12-15 12:52:49 queue INFO 7 [538] -2014-12-15 12:52:49 queue INFO 3 [539] -2014-12-15 12:52:49 queue INFO 7 [540] -2014-12-15 12:52:49 queue INFO 3 [541] -2014-12-15 12:52:50 queue INFO 7 [542] -2014-12-15 12:52:50 queue INFO 3 [543] -2014-12-15 12:52:50 queue INFO 7 [544] -2014-12-15 12:52:51 queue INFO 3 [545] -2014-12-15 12:52:51 queue INFO 7 [546] -2014-12-15 12:52:52 queue INFO 3 [547] -2014-12-15 12:52:52 queue INFO 7 [548] -2014-12-15 12:52:52 queue INFO 3 [549] -2014-12-15 12:52:53 queue INFO 7 [550] -2014-12-15 12:52:53 queue INFO 3 [551] -2014-12-15 12:52:53 queue INFO 7 [552] -2014-12-15 12:52:54 queue INFO 3 [553] -2014-12-15 12:52:54 queue INFO 7 [554] -2014-12-15 12:52:54 queue INFO 3 [555] -2014-12-15 12:52:55 queue INFO 7 [556] -2014-12-15 12:52:55 queue INFO 3 [557] -2014-12-15 12:52:55 queue INFO 7 [558] -2014-12-15 12:52:56 queue INFO 3 [559] -2014-12-15 12:52:56 queue INFO 7 [560] -2014-12-15 12:52:56 queue INFO 3 [561] -2014-12-15 12:52:57 queue INFO 7 [562] -2014-12-15 12:52:57 queue INFO 3 [563] -2014-12-15 12:52:57 queue INFO 7 [564] -2014-12-15 12:52:58 queue INFO 3 [565] -2014-12-15 12:52:58 queue INFO 7 [566] -2014-12-15 12:52:58 queue INFO 3 [567] -2014-12-15 12:52:59 queue INFO 7 [568] -2014-12-15 12:52:59 queue INFO 3 [569] -2014-12-15 12:52:59 queue INFO 7 [570] -2014-12-15 12:53:00 queue INFO 3 [571] -2014-12-15 12:53:00 queue INFO 7 [572] -2014-12-15 12:53:00 queue INFO 3 [573] -2014-12-15 12:53:00 queue INFO 7 [574] -2014-12-15 12:53:01 queue INFO 3 [575] -2014-12-15 12:53:01 queue INFO 7 [576] -2014-12-15 12:53:01 queue INFO 3 [577] -2014-12-15 12:53:02 queue INFO 7 [578] -2014-12-15 12:53:02 queue INFO 3 [579] -2014-12-15 12:53:02 queue INFO 7 [580] -2014-12-15 12:53:03 queue INFO 3 [581] -2014-12-15 12:53:03 queue INFO 7 [582] -2014-12-15 12:53:03 queue INFO 3 [583] -2014-12-15 12:53:04 queue INFO 7 [584] -2014-12-15 12:53:04 queue INFO 3 [585] -2014-12-15 12:53:04 queue INFO 7 [586] -2014-12-15 12:53:05 queue INFO 3 [587] -2014-12-15 12:53:05 queue INFO 7 [588] -2014-12-15 12:53:05 queue INFO 3 [589] -2014-12-15 12:53:06 queue INFO 7 [590] -2014-12-15 12:53:06 queue INFO 3 [591] -2014-12-15 12:53:06 queue INFO 7 [592] -2014-12-15 12:53:07 queue INFO 3 [593] -2014-12-15 12:53:07 queue INFO 7 [594] -2014-12-15 12:53:07 queue INFO 3 [595] -2014-12-15 12:53:08 queue INFO 7 [596] -2014-12-15 12:53:08 queue INFO 3 [597] -2014-12-15 12:53:08 queue INFO 7 [598] -2014-12-15 12:53:09 queue INFO 3 [599] -2014-12-15 12:53:09 queue INFO 7 [600] -2014-12-15 12:53:09 queue INFO 3 [601] -2014-12-15 12:53:10 queue INFO 7 [602] -2014-12-15 12:53:10 queue INFO 3 [603] -2014-12-15 12:53:10 queue INFO 7 [604] -2014-12-15 12:53:11 queue INFO 3 [605] -2014-12-15 12:53:11 queue INFO 7 [606] -2014-12-15 12:53:11 queue INFO 3 [607] -2014-12-15 12:53:11 queue INFO 7 [608] -2014-12-15 12:53:12 queue INFO 3 [609] -2014-12-15 12:53:12 queue INFO 7 [610] -2014-12-15 12:53:12 queue INFO 3 [611] -2014-12-15 12:53:13 queue INFO 7 [612] -2014-12-15 12:53:13 queue INFO 3 [613] -2014-12-15 12:53:13 queue INFO 7 [614] -2014-12-15 12:53:14 queue INFO 3 [615] -2014-12-15 12:53:14 queue INFO 7 [616] -2014-12-15 12:53:14 queue INFO 3 [617] -2014-12-15 12:53:15 queue INFO 7 [618] -2014-12-15 12:53:15 queue INFO 3 [619] -2014-12-15 12:53:15 queue INFO 7 [620] -2014-12-15 12:53:16 queue INFO 3 [621] -2014-12-15 12:53:16 queue INFO 7 [622] -2014-12-15 12:53:16 queue INFO 3 [623] -2014-12-15 12:53:17 queue INFO 7 [624] -2014-12-15 12:53:17 queue INFO 3 [625] -2014-12-15 12:53:17 queue INFO 7 [626] -2014-12-15 12:53:18 queue INFO 3 [627] -2014-12-15 12:53:18 queue INFO 7 [628] -2014-12-15 12:53:18 queue INFO 3 [629] -2014-12-15 12:53:19 queue INFO 7 [630] -2014-12-15 12:53:19 queue INFO 3 [631] -2014-12-15 12:53:19 queue INFO 7 [632] -2014-12-15 12:53:20 queue INFO 3 [633] -2014-12-15 12:53:20 queue INFO 7 [634] -2014-12-15 12:53:20 queue INFO 3 [635] -2014-12-15 12:53:21 queue INFO 7 [636] -2014-12-15 12:53:21 queue INFO 3 [637] -2014-12-15 12:53:21 queue INFO 7 [638] -2014-12-15 12:53:22 queue INFO 3 [639] -2014-12-15 12:53:22 queue INFO 7 [640] -2014-12-15 12:53:22 queue INFO 3 [641] -2014-12-15 12:53:23 queue INFO 7 [642] -2014-12-15 12:53:23 queue INFO 3 [643] -2014-12-15 12:53:23 queue INFO 7 [644] -2014-12-15 12:53:24 queue INFO 3 [645] -2014-12-15 12:53:24 queue INFO 7 [646] -2014-12-15 12:53:24 queue INFO 3 [647] -2014-12-15 12:53:25 queue INFO 7 [648] -2014-12-15 12:53:25 queue INFO 3 [649] -2014-12-15 12:53:25 queue INFO 7 [650] -2014-12-15 12:53:26 queue INFO 3 [651] -2014-12-15 12:53:26 queue INFO 7 [652] -2014-12-15 12:53:26 queue INFO 3 [653] -2014-12-15 12:53:27 queue INFO 7 [654] -2014-12-15 12:53:27 queue INFO 3 [655] -2014-12-15 12:53:27 queue INFO 7 [656] -2014-12-15 12:53:28 queue INFO 3 [657] -2014-12-15 12:53:28 queue INFO 7 [658] -2014-12-15 12:53:28 queue INFO 3 [659] -2014-12-15 12:53:29 queue INFO 7 [660] -2014-12-15 12:53:29 queue INFO 3 [661] -2014-12-15 12:53:29 queue INFO 7 [662] -2014-12-15 12:53:30 queue INFO 3 [663] -2014-12-15 12:53:30 queue INFO 7 [664] -2014-12-15 12:53:30 queue INFO 3 [665] -2014-12-15 12:53:31 queue INFO 7 [666] -2014-12-15 12:53:31 queue INFO 3 [667] -2014-12-15 12:53:31 queue INFO 7 [668] -2014-12-15 12:53:32 queue INFO 3 [669] -2014-12-15 12:53:32 queue INFO 7 [670] -2014-12-15 12:53:32 queue INFO 3 [671] -2014-12-15 12:53:33 queue INFO 7 [672] -2014-12-15 12:53:33 queue INFO 3 [673] -2014-12-15 12:53:33 queue INFO 7 [674] -2014-12-15 12:53:33 queue INFO 3 [675] -2014-12-15 12:53:34 queue INFO 7 [676] -2014-12-15 12:53:34 queue INFO 3 [677] -2014-12-15 12:53:34 queue INFO 7 [678] -2014-12-15 12:53:35 queue INFO 3 [679] -2014-12-15 12:53:35 queue INFO 7 [680] -2014-12-15 12:53:35 queue INFO 3 [681] -2014-12-15 12:53:36 queue INFO 7 [682] -2014-12-15 12:53:36 queue INFO 3 [683] -2014-12-15 12:53:36 queue INFO 7 [684] -2014-12-15 12:53:37 queue INFO 3 [685] -2014-12-15 12:53:37 queue INFO 7 [686] -2014-12-15 12:53:37 queue INFO 3 [687] -2014-12-15 12:53:38 queue INFO 7 [688] -2014-12-15 12:53:38 queue INFO 3 [689] -2014-12-15 12:53:38 queue INFO 7 [690] -2014-12-15 12:53:39 queue INFO 3 [691] -2014-12-15 12:53:39 queue INFO 7 [692] -2014-12-15 12:53:39 queue INFO 3 [693] -2014-12-15 12:53:40 queue INFO 7 [694] -2014-12-15 12:53:40 queue INFO 3 [695] -2014-12-15 12:53:40 queue INFO 7 [696] -2014-12-15 12:53:41 queue INFO 3 [697] -2014-12-15 12:53:41 queue INFO 7 [698] -2014-12-15 12:53:41 queue INFO 3 [699] -2014-12-15 12:53:42 queue INFO 7 [700] -2014-12-15 12:53:42 queue INFO 3 [701] -2014-12-15 12:53:42 queue INFO 7 [702] -2014-12-15 12:53:43 queue INFO 3 [703] -2014-12-15 12:53:43 queue INFO 7 [704] -2014-12-15 12:53:43 queue INFO 3 [705] -2014-12-15 12:53:44 queue INFO 7 [706] -2014-12-15 12:53:44 queue INFO 3 [707] -2014-12-15 12:53:44 queue INFO 7 [708] -2014-12-15 12:53:45 queue INFO 3 [709] -2014-12-15 12:53:45 queue INFO 7 [710] -2014-12-15 12:53:45 queue INFO 3 [711] -2014-12-15 12:53:46 queue INFO 7 [712] -2014-12-15 12:53:46 queue INFO 3 [713] -2014-12-15 12:53:46 queue INFO 7 [714] -2014-12-15 12:53:47 queue INFO 3 [715] -2014-12-15 12:53:47 queue INFO 7 [716] -2014-12-15 12:53:47 queue INFO 3 [717] -2014-12-15 12:53:48 queue INFO 7 [718] -2014-12-15 12:53:48 queue INFO 3 [719] -2014-12-15 12:53:48 queue INFO 7 [720] -2014-12-15 12:53:49 queue INFO 3 [721] -2014-12-15 12:53:49 queue INFO 7 [722] -2014-12-15 12:53:49 queue INFO 3 [723] -2014-12-15 12:53:50 queue INFO 7 [724] -2014-12-15 12:53:50 queue INFO 3 [725] -2014-12-15 12:53:50 queue INFO 7 [726] -2014-12-15 12:53:51 queue INFO 3 [727] -2014-12-15 12:53:51 queue INFO 7 [728] -2014-12-15 12:53:51 queue INFO 3 [729] -2014-12-15 12:53:52 queue INFO 7 [730] -2014-12-15 12:53:52 queue INFO 3 [731] -2014-12-15 12:53:52 queue INFO 7 [732] -2014-12-15 12:53:53 queue INFO 3 [733] -2014-12-15 12:53:53 queue INFO 7 [734] -2014-12-15 12:53:53 queue INFO 3 [735] -2014-12-15 12:53:54 queue INFO 7 [736] -2014-12-15 12:53:54 queue INFO 3 [737] -2014-12-15 12:53:54 queue INFO 7 [738] -2014-12-15 12:53:55 queue INFO 3 [739] -2014-12-15 12:53:55 queue INFO 7 [740] -2014-12-15 12:53:55 queue INFO 3 [741] -2014-12-15 12:53:56 queue INFO 7 [742] -2014-12-15 12:53:56 queue INFO 3 [743] -2014-12-15 12:53:56 queue INFO 7 [744] -2014-12-15 12:53:57 queue INFO 3 [745] -2014-12-15 12:53:57 queue INFO 7 [746] -2014-12-15 12:53:57 queue INFO 3 [747] -2014-12-15 12:53:58 queue INFO 7 [748] -2014-12-15 12:53:58 queue INFO 3 [749] -2014-12-15 12:53:58 queue INFO 7 [750] -2014-12-15 12:53:59 queue INFO 3 [751] -2014-12-15 12:53:59 queue INFO 7 [752] -2014-12-15 12:53:59 queue INFO 3 [753] -2014-12-15 12:54:00 queue INFO 7 [754] -2014-12-15 12:54:00 queue INFO 3 [755] -2014-12-15 12:54:00 queue INFO 7 [756] -2014-12-15 12:54:00 queue INFO 3 [757] -2014-12-15 12:54:01 queue INFO 7 [758] -2014-12-15 12:54:01 queue INFO 3 [759] -2014-12-15 12:54:01 queue INFO 7 [760] -2014-12-15 12:54:02 queue INFO 3 [761] -2014-12-15 12:54:02 queue INFO 7 [762] -2014-12-15 12:54:02 queue INFO 3 [763] -2014-12-15 12:54:03 queue INFO 7 [764] -2014-12-15 12:54:03 queue INFO 3 [765] -2014-12-15 12:54:03 queue INFO 7 [766] -2014-12-15 12:54:04 queue INFO 3 [767] -2014-12-15 12:54:04 queue INFO 7 [768] -2014-12-15 12:54:04 queue INFO 3 [769] -2014-12-15 12:54:05 queue INFO 7 [770] -2014-12-15 12:54:05 queue INFO 3 [771] -2014-12-15 12:54:05 queue INFO 7 [772] -2014-12-15 12:54:06 queue INFO 3 [773] -2014-12-15 12:54:06 queue INFO 7 [774] -2014-12-15 12:54:06 queue INFO 3 [775] -2014-12-15 12:54:07 queue INFO 7 [776] -2014-12-15 12:54:07 queue INFO 3 [777] -2014-12-15 12:54:07 queue INFO 7 [778] -2014-12-15 12:54:08 queue INFO 3 [779] -2014-12-15 12:54:08 queue INFO 7 [780] -2014-12-15 12:54:08 queue INFO 3 [781] -2014-12-15 12:54:09 queue INFO 7 [782] -2014-12-15 12:54:09 queue INFO 3 [783] -2014-12-15 12:54:09 queue INFO 7 [784] -2014-12-15 12:54:10 queue INFO 3 [785] -2014-12-15 12:54:10 queue INFO 7 [786] -2014-12-15 12:54:10 queue INFO 3 [787] -2014-12-15 12:54:11 queue INFO 7 [788] -2014-12-15 12:54:11 queue INFO 3 [789] -2014-12-15 12:54:11 queue INFO 7 [790] -2014-12-15 12:54:12 queue INFO 3 [791] -2014-12-15 12:54:12 queue INFO 7 [792] -2014-12-15 12:54:13 queue INFO 3 [793] -2014-12-15 12:54:13 queue INFO 7 [794] -2014-12-15 12:54:13 queue INFO 3 [795] -2014-12-15 12:54:14 queue INFO 7 [796] -2014-12-15 12:54:14 queue INFO 3 [797] -2014-12-15 12:54:14 queue INFO 7 [798] -2014-12-15 12:54:15 queue INFO 3 [799] -2014-12-15 12:54:15 queue INFO 7 [800] -2014-12-15 12:54:15 queue INFO 3 [801] -2014-12-15 12:54:16 queue INFO 7 [802] -2014-12-15 12:54:16 queue INFO 3 [803] -2014-12-15 12:54:16 queue INFO 7 [804] -2014-12-15 12:54:17 queue INFO 3 [805] -2014-12-15 12:54:17 queue INFO 7 [806] -2014-12-15 12:54:17 queue INFO 3 [807] -2014-12-15 12:54:18 queue INFO 7 [808] -2014-12-15 12:54:18 queue INFO 3 [809] -2014-12-15 12:54:18 queue INFO 7 [810] -2014-12-15 12:54:18 queue INFO 3 [811] -2014-12-15 12:54:19 queue INFO 7 [812] -2014-12-15 12:54:19 queue INFO 3 [813] -2014-12-15 12:54:19 queue INFO 7 [814] -2014-12-15 12:54:20 queue INFO 3 [815] -2014-12-15 12:54:20 queue INFO 7 [816] -2014-12-15 12:54:20 queue INFO 3 [817] -2014-12-15 12:54:21 queue INFO 7 [818] -2014-12-15 12:54:21 queue INFO 3 [819] -2014-12-15 12:54:21 queue INFO 7 [820] -2014-12-15 12:54:22 queue INFO 3 [821] -2014-12-15 12:54:22 queue INFO 7 [822] -2014-12-15 12:54:22 queue INFO 3 [823] -2014-12-15 12:54:23 queue INFO 7 [824] -2014-12-15 12:54:23 queue INFO 3 [825] -2014-12-15 12:54:23 queue INFO 7 [826] -2014-12-15 12:54:24 queue INFO 3 [827] -2014-12-15 12:54:24 queue INFO 7 [828] -2014-12-15 12:54:24 queue INFO 3 [829] -2014-12-15 12:54:25 queue INFO 7 [830] -2014-12-15 12:54:25 queue INFO 3 [831] -2014-12-15 12:54:25 queue INFO 7 [832] -2014-12-15 12:54:26 queue INFO 3 [833] -2014-12-15 12:54:26 queue INFO 7 [834] -2014-12-15 12:54:26 queue INFO 3 [835] -2014-12-15 12:54:27 queue INFO 7 [836] -2014-12-15 12:54:27 queue INFO 3 [837] -2014-12-15 12:54:27 queue INFO 7 [838] -2014-12-15 12:54:28 queue INFO 3 [839] -2014-12-15 12:54:28 queue INFO 7 [840] -2014-12-15 12:54:28 queue INFO 3 [841] -2014-12-15 12:54:29 queue INFO 7 [842] -2014-12-15 12:54:29 queue INFO 3 [843] -2014-12-15 12:54:29 queue INFO 7 [844] -2014-12-15 12:54:30 queue INFO 3 [845] -2014-12-15 12:54:30 queue INFO 7 [846] -2014-12-15 12:54:30 queue INFO 3 [847] -2014-12-15 12:54:31 queue INFO 7 [848] -2014-12-15 12:54:31 queue INFO 3 [849] -2014-12-15 12:54:31 queue INFO 7 [850] -2014-12-15 12:54:32 queue INFO 3 [851] -2014-12-15 12:54:32 queue INFO 7 [852] -2014-12-15 12:54:32 queue INFO 3 [853] -2014-12-15 12:54:33 queue INFO 7 [854] -2014-12-15 12:54:33 queue INFO 3 [855] -2014-12-15 12:54:33 queue INFO 7 [856] -2014-12-15 12:54:34 queue INFO 3 [857] -2014-12-15 12:54:34 queue INFO 7 [858] -2014-12-15 12:54:34 queue INFO 3 [859] -2014-12-15 12:54:35 queue INFO 7 [860] -2014-12-15 12:54:35 queue INFO 3 [861] -2014-12-15 12:54:35 queue INFO 7 [862] -2014-12-15 12:54:36 queue INFO 3 [863] -2014-12-15 12:54:36 queue INFO 7 [864] -2014-12-15 12:54:36 queue INFO 3 [865] -2014-12-15 12:54:37 queue INFO 7 [866] -2014-12-15 12:54:37 queue INFO 3 [867] -2014-12-15 12:54:37 queue INFO 7 [868] -2014-12-15 12:54:38 queue INFO 3 [869] -2014-12-15 12:54:38 queue INFO 7 [870] -2014-12-15 12:54:38 queue INFO 3 [871] -2014-12-15 12:54:39 queue INFO 7 [872] -2014-12-15 12:54:39 queue INFO 3 [873] -2014-12-15 12:54:39 queue INFO 7 [874] -2014-12-15 12:54:40 queue INFO 3 [875] -2014-12-15 12:54:40 queue INFO 7 [876] -2014-12-15 12:54:40 queue INFO 3 [877] -2014-12-15 12:54:41 queue INFO 7 [878] -2014-12-15 12:54:41 queue INFO 3 [879] -2014-12-15 12:54:41 queue INFO 7 [880] -2014-12-15 12:54:42 queue INFO 3 [881] -2014-12-15 12:54:42 queue INFO 7 [882] -2014-12-15 12:54:42 queue INFO 3 [883] -2014-12-15 12:54:43 queue INFO 7 [884] -2014-12-15 12:54:43 queue INFO 3 [885] -2014-12-15 12:54:43 queue INFO 7 [886] -2014-12-15 12:54:44 queue INFO 3 [887] -2014-12-15 12:54:44 queue INFO 7 [888] -2014-12-15 12:54:44 queue INFO 3 [889] -2014-12-15 12:54:45 queue INFO 7 [890] -2014-12-15 12:54:45 queue INFO 3 [891] -2014-12-15 12:54:45 queue INFO 7 [892] -2014-12-15 12:54:46 queue INFO 3 [893] -2014-12-15 12:54:46 queue INFO 7 [894] -2014-12-15 12:54:46 queue INFO 3 [895] -2014-12-15 12:54:47 queue INFO 7 [896] -2014-12-15 12:54:47 queue INFO 3 [897] -2014-12-15 12:54:47 queue INFO 7 [898] -2014-12-15 12:54:48 queue INFO 3 [899] -2014-12-15 12:54:48 queue INFO 7 [900] -2014-12-15 12:54:48 queue INFO 3 [901] -2014-12-15 12:54:49 queue INFO 7 [902] -2014-12-15 12:54:49 queue INFO 3 [903] -2014-12-15 12:54:49 queue INFO 7 [904] -2014-12-15 12:54:50 queue INFO 3 [905] -2014-12-15 12:54:50 queue INFO 7 [906] -2014-12-15 12:54:50 queue INFO 3 [907] -2014-12-15 12:54:51 queue INFO 7 [908] -2014-12-15 12:54:51 queue INFO 3 [909] -2014-12-15 12:54:51 queue INFO 7 [910] -2014-12-15 12:54:52 queue INFO 3 [911] -2014-12-15 12:54:52 queue INFO 7 [912] -2014-12-15 12:54:52 queue INFO 3 [913] -2014-12-15 12:54:53 queue INFO 7 [914] -2014-12-15 12:54:53 queue INFO 3 [915] -2014-12-15 12:54:53 queue INFO 7 [916] -2014-12-15 12:54:54 queue INFO 3 [917] -2014-12-15 12:54:54 queue INFO 7 [918] -2014-12-15 12:54:54 queue INFO 3 [919] -2014-12-15 12:54:55 queue INFO 7 [920] -2014-12-15 12:54:55 queue INFO 3 [921] -2014-12-15 12:54:55 queue INFO 7 [922] -2014-12-15 12:54:56 queue INFO 3 [923] -2014-12-15 12:54:56 queue INFO 7 [924] -2014-12-15 12:54:56 queue INFO 3 [925] -2014-12-15 12:54:56 queue INFO 7 [926] -2014-12-15 12:54:57 queue INFO 3 [927] -2014-12-15 12:54:57 queue INFO 7 [928] -2014-12-15 12:54:57 queue INFO 3 [929] -2014-12-15 12:54:58 queue INFO 7 [930] -2014-12-15 12:54:58 queue INFO 3 [931] -2014-12-15 12:54:59 queue INFO 7 [932] -2014-12-15 12:54:59 queue INFO 3 [933] -2014-12-15 12:54:59 queue INFO 7 [934] -2014-12-15 12:55:00 queue INFO 3 [935] -2014-12-15 12:55:00 queue INFO 7 [936] -2014-12-15 12:55:00 queue INFO 3 [937] -2014-12-15 12:55:01 queue INFO 7 [938] -2014-12-15 12:55:01 queue INFO 3 [939] -2014-12-15 12:55:01 queue INFO 7 [940] -2014-12-15 12:55:02 queue INFO 3 [941] -2014-12-15 12:55:02 queue INFO 7 [942] -2014-12-15 12:55:02 queue INFO 3 [943] -2014-12-15 12:55:03 queue INFO 7 [944] -2014-12-15 12:55:03 queue INFO 3 [945] -2014-12-15 12:55:03 queue INFO 7 [946] -2014-12-15 12:55:03 queue INFO 3 [947] -2014-12-15 12:55:04 queue INFO 7 [948] -2014-12-15 12:55:04 queue INFO 3 [949] -2014-12-15 12:55:04 queue INFO 7 [950] -2014-12-15 12:55:05 queue INFO 3 [951] -2014-12-15 12:55:05 queue INFO 7 [952] -2014-12-15 12:55:05 queue INFO 3 [953] -2014-12-15 12:55:06 queue INFO 7 [954] -2014-12-15 12:55:06 queue INFO 3 [955] -2014-12-15 12:55:07 queue INFO 7 [956] -2014-12-15 12:55:07 queue INFO 3 [957] -2014-12-15 12:55:07 queue INFO 7 [958] -2014-12-15 12:55:08 queue INFO 3 [959] -2014-12-15 12:55:08 queue INFO 7 [960] -2014-12-15 12:55:08 queue INFO 3 [961] -2014-12-15 12:55:09 queue INFO 7 [962] -2014-12-15 12:55:09 queue INFO 3 [963] -2014-12-15 12:55:09 queue INFO 7 [964] -2014-12-15 12:55:10 queue INFO 3 [965] -2014-12-15 12:55:10 queue INFO 7 [966] -2014-12-15 12:55:10 queue INFO 3 [967] -2014-12-15 12:55:11 queue INFO 7 [968] -2014-12-15 12:55:11 queue INFO 3 [969] -2014-12-15 12:55:11 queue INFO 7 [970] -2014-12-15 12:55:12 queue INFO 3 [971] -2014-12-15 12:55:12 queue INFO 7 [972] -2014-12-15 12:55:12 queue INFO 3 [973] -2014-12-15 12:55:12 queue INFO 7 [974] -2014-12-15 12:55:13 queue INFO 3 [975] -2014-12-15 12:55:13 queue INFO 7 [976] -2014-12-15 12:55:13 queue INFO 3 [977] -2014-12-15 12:55:14 queue INFO 7 [978] -2014-12-15 12:55:14 queue INFO 3 [979] -2014-12-15 12:55:14 queue INFO 7 [980] -2014-12-15 12:55:15 queue INFO 3 [981] -2014-12-15 12:55:15 queue INFO 7 [982] -2014-12-15 12:55:15 queue INFO 3 [983] -2014-12-15 12:55:16 queue INFO 7 [984] -2014-12-15 12:55:16 queue INFO 3 [985] -2014-12-15 12:55:16 queue INFO 7 [986] -2014-12-15 12:55:17 queue INFO 3 [987] -2014-12-15 12:55:17 queue INFO 7 [988] -2014-12-15 12:55:17 queue INFO 3 [989] -2014-12-15 12:55:18 queue INFO 7 [990] -2014-12-15 12:55:18 queue INFO 3 [991] -2014-12-15 12:55:18 queue INFO 7 [992] -2014-12-15 12:55:19 queue INFO 3 [993] -2014-12-15 12:55:19 queue INFO 7 [994] -2014-12-15 12:55:19 queue INFO 3 [995] -2014-12-15 12:55:20 queue INFO 7 [996] -2014-12-15 12:55:20 queue INFO 3 [997] -2014-12-15 12:55:20 queue INFO 7 [998] -2014-12-15 12:55:21 queue INFO 3 [999] -2014-12-15 12:55:21 queue INFO 7 [0] -2014-12-15 12:55:21 queue INFO 3 [1] -2014-12-15 12:55:22 queue INFO 7 [2] -2014-12-15 12:55:22 queue INFO 3 [3] -2014-12-15 12:55:22 queue INFO 7 [4] -2014-12-15 12:55:22 queue INFO 3 [5] -2014-12-15 12:55:23 queue INFO 7 [6] -2014-12-15 12:55:23 queue INFO 3 [7] -2014-12-15 12:55:23 queue INFO 7 [8] -2014-12-15 12:55:24 queue INFO 3 [9] -2014-12-15 12:55:24 queue INFO 7 [10] -2014-12-15 12:55:24 queue INFO 3 [11] -2014-12-15 12:55:25 queue INFO 7 [12] -2014-12-15 12:55:26 queue INFO 3 [13] -2014-12-15 12:55:26 queue INFO 7 [14] -2014-12-15 12:55:26 queue INFO 3 [15] -2014-12-15 12:55:27 queue INFO 7 [16] -2014-12-15 12:55:27 queue INFO 3 [17] -2014-12-15 12:55:27 queue INFO 7 [18] -2014-12-15 12:55:29 queue INFO >7 [19] -2014-12-15 12:55:31 queue INFO 3 [20] -2014-12-15 12:55:32 queue INFO 7 [21] -2014-12-15 12:55:32 queue INFO 3 [22] -2014-12-15 12:55:32 queue INFO 7 [23] -2014-12-15 12:55:33 queue INFO 3 [24] -2014-12-15 12:55:33 queue INFO 7 [25] -2014-12-15 12:55:33 queue INFO 3 [26] -2014-12-15 12:55:34 queue INFO 7 [27] -2014-12-15 12:55:34 queue INFO 3 [28] -2014-12-15 12:55:35 queue INFO 7 [29] -2014-12-15 12:55:35 queue INFO 3 [30] -2014-12-15 12:55:35 queue INFO 7 [31] -2014-12-15 12:55:36 queue INFO 3 [32] -2014-12-15 12:55:36 queue INFO 7 [33] -2014-12-15 12:55:37 queue INFO 3 [34] -2014-12-15 12:55:37 queue INFO 7 [35] -2014-12-15 12:55:37 queue INFO 3 [36] -2014-12-15 12:55:38 queue INFO 7 [37] -2014-12-15 12:55:38 queue INFO 3 [38] -2014-12-15 12:55:38 queue INFO 7 [39] -2014-12-15 12:55:38 queue INFO 3 [40] -2014-12-15 12:55:39 queue INFO 7 [41] -2014-12-15 12:55:39 queue INFO 3 [42] -2014-12-15 12:55:39 queue INFO 7 [43] -2014-12-15 12:55:40 queue INFO 3 [44] -2014-12-15 12:55:40 queue INFO 7 [45] -2014-12-15 12:55:40 queue INFO 3 [46] -2014-12-15 12:55:41 queue INFO 7 [47] -2014-12-15 12:55:41 queue INFO 3 [48] -2014-12-15 12:55:41 queue INFO 7 [49] -2014-12-15 12:55:42 queue INFO 3 [50] -2014-12-15 12:55:42 queue INFO 7 [51] -2014-12-15 12:55:42 queue INFO 3 [52] -2014-12-15 12:55:43 queue INFO 7 [53] -2014-12-15 12:55:43 queue INFO 3 [54] -2014-12-15 12:55:43 queue INFO 7 [55] -2014-12-15 12:55:44 queue INFO 3 [56] -2014-12-15 12:55:44 queue INFO 7 [57] -2014-12-15 12:55:44 queue INFO 3 [58] -2014-12-15 12:55:45 queue INFO 7 [59] -2014-12-15 12:55:45 queue INFO 3 [60] -2014-12-15 12:55:45 queue INFO 7 [61] -2014-12-15 12:55:46 queue INFO 3 [62] -2014-12-15 12:55:46 queue INFO 7 [63] -2014-12-15 12:55:46 queue INFO 3 [64] -2014-12-15 12:55:47 queue INFO 7 [65] -2014-12-15 12:55:47 queue INFO 3 [66] -2014-12-15 12:55:47 queue INFO 7 [67] -2014-12-15 12:55:47 queue INFO 3 [68] -2014-12-15 12:55:48 queue INFO 7 [69] -2014-12-15 12:55:48 queue INFO 3 [70] -2014-12-15 12:55:48 queue INFO 7 [71] -2014-12-15 12:55:49 queue INFO 3 [72] -2014-12-15 12:55:49 queue INFO 7 [73] -2014-12-15 12:55:49 queue INFO 3 [74] -2014-12-15 12:55:50 queue INFO 7 [75] -2014-12-15 12:55:50 queue INFO 3 [76] -2014-12-15 12:55:50 queue INFO 7 [77] -2014-12-15 12:55:51 queue INFO 3 [78] -2014-12-15 12:55:51 queue INFO 7 [79] -2014-12-15 12:55:51 queue INFO 3 [80] -2014-12-15 12:55:52 queue INFO 7 [81] -2014-12-15 12:55:52 queue INFO 3 [82] -2014-12-15 12:55:52 queue INFO 7 [83] -2014-12-15 12:55:53 queue INFO 3 [84] -2014-12-15 12:55:53 queue INFO 7 [85] -2014-12-15 12:55:53 queue INFO 3 [86] -2014-12-15 12:55:54 queue INFO 7 [87] -2014-12-15 12:55:54 queue INFO 3 [88] -2014-12-15 12:55:54 queue INFO 7 [89] -2014-12-15 12:55:55 queue INFO 3 [90] -2014-12-15 12:55:55 queue INFO 7 [91] -2014-12-15 12:55:55 queue INFO 3 [92] -2014-12-15 12:55:56 queue INFO 7 [93] -2014-12-15 12:55:56 queue INFO 3 [94] -2014-12-15 12:55:56 queue INFO 7 [95] -2014-12-15 12:55:57 queue INFO 3 [96] -2014-12-15 12:55:57 queue INFO 7 [97] -2014-12-15 12:55:57 queue INFO 3 [98] -2014-12-15 12:55:58 queue INFO 7 [99] -2014-12-15 12:55:58 queue INFO 3 [100] -2014-12-15 12:55:58 queue INFO 7 [101] -2014-12-15 12:55:58 queue INFO 3 [102] -2014-12-15 12:55:59 queue INFO 7 [103] -2014-12-15 12:55:59 queue INFO 3 [104] -2014-12-15 12:55:59 queue INFO 7 [105] -2014-12-15 12:56:00 queue INFO 3 [106] -2014-12-15 12:56:00 queue INFO 7 [107] -2014-12-15 12:56:00 queue INFO 3 [108] -2014-12-15 12:56:01 queue INFO 7 [109] -2014-12-15 12:56:01 queue INFO 3 [110] -2014-12-15 12:56:01 queue INFO 7 [111] -2014-12-15 12:56:02 queue INFO 3 [112] -2014-12-15 12:56:02 queue INFO 7 [113] -2014-12-15 12:56:02 queue INFO 3 [114] -2014-12-15 12:56:03 queue INFO 7 [115] -2014-12-15 12:56:03 queue INFO 3 [116] -2014-12-15 12:56:04 queue INFO 7 [117] -2014-12-15 12:56:04 queue INFO 3 [118] -2014-12-15 12:56:04 queue INFO 7 [119] -2014-12-15 12:56:05 queue INFO 3 [120] -2014-12-15 12:56:05 queue INFO 7 [121] -2014-12-15 12:56:05 queue INFO 3 [122] -2014-12-15 12:56:06 queue INFO 7 [123] -2014-12-15 12:56:06 queue INFO 3 [124] -2014-12-15 12:56:07 queue INFO 7 [125] -2014-12-15 12:56:07 queue INFO 3 [126] -2014-12-15 12:56:07 queue INFO 7 [127] -2014-12-15 12:56:08 queue INFO 3 [128] -2014-12-15 12:56:08 queue INFO 7 [129] -2014-12-15 12:56:08 queue INFO 3 [130] -2014-12-15 12:56:09 queue INFO 7 [131] -2014-12-15 12:56:09 queue INFO 3 [132] -2014-12-15 12:56:09 queue INFO 7 [133] -2014-12-15 12:56:10 queue INFO 3 [134] -2014-12-15 12:56:10 queue INFO 7 [135] -2014-12-15 12:56:10 queue INFO 3 [136] -2014-12-15 12:56:11 queue INFO 7 [137] -2014-12-15 12:56:11 queue INFO 3 [138] -2014-12-15 12:56:11 queue INFO 7 [139] -2014-12-15 12:56:12 queue INFO 3 [140] -2014-12-15 12:56:12 queue INFO 7 [141] -2014-12-15 12:56:12 queue INFO 3 [142] -2014-12-15 12:56:13 queue INFO 7 [143] -2014-12-15 12:56:13 queue INFO 3 [144] -2014-12-15 12:56:13 queue INFO 7 [145] -2014-12-15 12:56:14 queue INFO 3 [146] -2014-12-15 12:56:14 queue INFO 7 [147] -2014-12-15 12:56:14 queue INFO 3 [148] -2014-12-15 12:56:15 queue INFO 7 [149] -2014-12-15 12:56:15 queue INFO 3 [150] -2014-12-15 12:56:15 queue INFO 7 [151] -2014-12-15 12:56:16 queue INFO 3 [152] -2014-12-15 12:56:16 queue INFO 7 [153] -2014-12-15 12:56:16 queue INFO 3 [154] -2014-12-15 12:56:17 queue INFO 7 [155] -2014-12-15 12:56:17 queue INFO 3 [156] -2014-12-15 12:56:17 queue INFO 7 [157] -2014-12-15 12:56:17 queue INFO 3 [158] -2014-12-15 12:56:18 queue INFO 7 [159] -2014-12-15 12:56:18 queue INFO 3 [160] -2014-12-15 12:56:18 queue INFO 7 [161] -2014-12-15 12:56:19 queue INFO 3 [162] -2014-12-15 12:56:19 queue INFO 7 [163] -2014-12-15 12:56:19 queue INFO 3 [164] -2014-12-15 12:56:20 queue INFO 7 [165] -2014-12-15 12:56:20 queue INFO 3 [166] -2014-12-15 12:56:20 queue INFO 7 [167] -2014-12-15 12:56:21 queue INFO 3 [168] -2014-12-15 12:56:21 queue INFO 7 [169] -2014-12-15 12:56:21 queue INFO 3 [170] -2014-12-15 12:56:22 queue INFO 7 [171] -2014-12-15 12:56:22 queue INFO 3 [172] -2014-12-15 12:56:22 queue INFO 7 [173] -2014-12-15 12:56:23 queue INFO 3 [174] -2014-12-15 12:56:23 queue INFO 7 [175] -2014-12-15 12:56:23 queue INFO 3 [176] -2014-12-15 12:56:24 queue INFO 7 [177] -2014-12-15 12:56:24 queue INFO 3 [178] -2014-12-15 12:56:24 queue INFO 7 [179] -2014-12-15 12:56:25 queue INFO 3 [180] -2014-12-15 12:56:25 queue INFO 7 [181] -2014-12-15 12:56:25 queue INFO 3 [182] -2014-12-15 12:56:26 queue INFO 7 [183] -2014-12-15 12:56:26 queue INFO 3 [184] -2014-12-15 12:56:26 queue INFO 7 [185] -2014-12-15 12:56:27 queue INFO 3 [186] -2014-12-15 12:56:27 queue INFO 7 [187] -2014-12-15 12:56:27 queue INFO 3 [188] -2014-12-15 12:56:28 queue INFO 7 [189] -2014-12-15 12:56:28 queue INFO 3 [190] -2014-12-15 12:56:28 queue INFO 7 [191] -2014-12-15 12:56:28 queue INFO 3 [192] -2014-12-15 12:56:29 queue INFO 7 [193] -2014-12-15 12:56:29 queue INFO 3 [194] -2014-12-15 12:56:29 queue INFO 7 [195] -2014-12-15 12:56:30 queue INFO 3 [196] -2014-12-15 12:56:30 queue INFO 7 [197] -2014-12-15 12:56:31 queue INFO 3 [198] -2014-12-15 12:56:31 queue INFO 7 [199] -2014-12-15 12:56:31 queue INFO 3 [200] -2014-12-15 12:56:32 queue INFO 7 [201] -2014-12-15 12:56:32 queue INFO 3 [202] -2014-12-15 12:56:32 queue INFO 7 [203] -2014-12-15 12:56:33 queue INFO 3 [204] -2014-12-15 12:56:33 queue INFO 7 [205] -2014-12-15 12:56:33 queue INFO 3 [206] -2014-12-15 12:56:34 queue INFO 7 [207] -2014-12-15 12:56:34 queue INFO 3 [208] -2014-12-15 12:56:34 queue INFO 7 [209] -2014-12-15 12:56:35 queue INFO 3 [210] -2014-12-15 12:56:35 queue INFO 7 [211] -2014-12-15 12:56:35 queue INFO 3 [212] -2014-12-15 12:56:36 queue INFO 7 [213] -2014-12-15 12:56:36 queue INFO 3 [214] -2014-12-15 12:56:36 queue INFO 7 [215] -2014-12-15 12:56:36 queue INFO 3 [216] -2014-12-15 12:56:37 queue INFO 7 [217] -2014-12-15 12:56:37 queue INFO 3 [218] -2014-12-15 12:56:37 queue INFO 7 [219] -2014-12-15 12:56:38 queue INFO 3 [220] -2014-12-15 12:56:38 queue INFO 7 [221] -2014-12-15 12:56:38 queue INFO 3 [222] -2014-12-15 12:56:39 queue INFO 7 [223] -2014-12-15 12:56:39 queue INFO 3 [224] -2014-12-15 12:56:39 queue INFO 7 [225] -2014-12-15 12:56:40 queue INFO 3 [226] -2014-12-15 12:56:40 queue INFO 7 [227] -2014-12-15 12:56:40 queue INFO 3 [228] -2014-12-15 12:56:41 queue INFO 7 [229] -2014-12-15 12:56:41 queue INFO 3 [230] -2014-12-15 12:56:41 queue INFO 7 [231] -2014-12-15 12:56:42 queue INFO 3 [232] -2014-12-15 12:56:42 queue INFO 7 [233] -2014-12-15 12:56:42 queue INFO 3 [234] -2014-12-15 12:56:43 queue INFO 7 [235] -2014-12-15 12:56:43 queue INFO 3 [236] -2014-12-15 12:56:43 queue INFO 7 [237] -2014-12-15 12:56:44 queue INFO 3 [238] -2014-12-15 12:56:44 queue INFO 7 [239] -2014-12-15 12:56:44 queue INFO 3 [240] -2014-12-15 12:56:45 queue INFO 7 [241] -2014-12-15 12:56:45 queue INFO 3 [242] -2014-12-15 12:56:45 queue INFO 7 [243] -2014-12-15 12:56:46 queue INFO 3 [244] -2014-12-15 12:56:46 queue INFO 7 [245] -2014-12-15 12:56:46 queue INFO 3 [246] -2014-12-15 12:56:47 queue INFO 7 [247] -2014-12-15 12:56:47 queue INFO 3 [248] -2014-12-15 12:56:47 queue INFO 7 [249] -2014-12-15 12:56:47 queue INFO 3 [250] -2014-12-15 12:56:48 queue INFO 7 [251] -2014-12-15 12:56:48 queue INFO 3 [252] -2014-12-15 12:56:48 queue INFO 7 [253] -2014-12-15 12:56:49 queue INFO 3 [254] -2014-12-15 12:56:49 queue INFO 7 [255] -2014-12-15 12:56:49 queue INFO 3 [256] -2014-12-15 12:56:50 queue INFO 7 [257] -2014-12-15 12:56:50 queue INFO 3 [258] -2014-12-15 12:56:50 queue INFO 7 [259] -2014-12-15 12:56:51 queue INFO 3 [260] -2014-12-15 12:56:51 queue INFO 7 [261] -2014-12-15 12:56:51 queue INFO 3 [262] -2014-12-15 12:56:52 queue INFO 7 [263] -2014-12-15 12:56:52 queue INFO 3 [264] -2014-12-15 12:56:52 queue INFO 7 [265] -2014-12-15 12:56:53 queue INFO 3 [266] -2014-12-15 12:56:53 queue INFO 7 [267] -2014-12-15 12:56:53 queue INFO 3 [268] -2014-12-15 12:56:54 queue INFO 7 [269] -2014-12-15 12:56:54 queue INFO 3 [270] -2014-12-15 12:56:54 queue INFO 7 [271] -2014-12-15 12:56:55 queue INFO 3 [272] -2014-12-15 12:56:55 queue INFO 7 [273] -2014-12-15 12:56:55 queue INFO 3 [274] -2014-12-15 12:56:56 queue INFO 7 [275] -2014-12-15 12:56:56 queue INFO 3 [276] -2014-12-15 12:56:56 queue INFO 7 [277] -2014-12-15 12:56:57 queue INFO 3 [278] -2014-12-15 12:56:57 queue INFO 7 [279] -2014-12-15 12:56:58 queue INFO 3 [280] -2014-12-15 12:56:58 queue INFO 7 [281] -2014-12-15 12:56:58 queue INFO 3 [282] -2014-12-15 12:56:59 queue INFO 7 [283] -2014-12-15 12:56:59 queue INFO 3 [284] -2014-12-15 12:56:59 queue INFO 7 [285] -2014-12-15 12:56:59 queue INFO 3 [286] -2014-12-15 12:57:00 queue INFO 7 [287] -2014-12-15 12:57:00 queue INFO 3 [288] -2014-12-15 12:57:00 queue INFO 7 [289] -2014-12-15 12:57:01 queue INFO 3 [290] -2014-12-15 12:57:01 queue INFO 7 [291] -2014-12-15 12:57:02 queue INFO 3 [292] -2014-12-15 12:57:02 queue INFO 7 [293] -2014-12-15 12:57:02 queue INFO 3 [294] -2014-12-15 12:57:02 queue INFO 7 [295] -2014-12-15 12:57:03 queue INFO 3 [296] -2014-12-15 12:57:03 queue INFO 7 [297] -2014-12-15 12:57:03 queue INFO 3 [298] -2014-12-15 12:57:04 queue INFO 7 [299] -2014-12-15 12:57:04 queue INFO 3 [300] -2014-12-15 12:57:04 queue INFO 7 [301] -2014-12-15 12:57:05 queue INFO 3 [302] -2014-12-15 12:57:05 queue INFO 7 [303] -2014-12-15 12:57:05 queue INFO 3 [304] -2014-12-15 12:57:06 queue INFO 7 [305] -2014-12-15 12:57:06 queue INFO 3 [306] -2014-12-15 12:57:06 queue INFO 7 [307] -2014-12-15 12:57:07 queue INFO 3 [308] -2014-12-15 12:57:07 queue INFO 7 [309] -2014-12-15 12:57:07 queue INFO 3 [310] -2014-12-15 12:57:08 queue INFO 7 [311] -2014-12-15 12:57:08 queue INFO 3 [312] -2014-12-15 12:57:08 queue INFO 7 [313] -2014-12-15 12:57:09 queue INFO 3 [314] -2014-12-15 12:57:09 queue INFO 7 [315] -2014-12-15 12:57:09 queue INFO 3 [316] -2014-12-15 12:57:10 queue INFO 7 [317] -2014-12-15 12:57:10 queue INFO 3 [318] -2014-12-15 12:57:10 queue INFO 7 [319] -2014-12-15 12:57:11 queue INFO 3 [320] -2014-12-15 12:57:11 queue INFO 7 [321] -2014-12-15 12:57:11 queue INFO 3 [322] -2014-12-15 12:57:12 queue INFO 7 [323] -2014-12-15 12:57:12 queue INFO 3 [324] -2014-12-15 12:57:12 queue INFO 7 [325] -2014-12-15 12:57:13 queue INFO 3 [326] -2014-12-15 12:57:13 queue INFO 7 [327] -2014-12-15 12:57:13 queue INFO 3 [328] -2014-12-15 12:57:14 queue INFO 7 [329] -2014-12-15 12:57:14 queue INFO 3 [330] -2014-12-15 12:57:14 queue INFO 7 [331] -2014-12-15 12:57:14 queue INFO 3 [332] -2014-12-15 12:57:15 queue INFO 7 [333] -2014-12-15 12:57:15 queue INFO 3 [334] -2014-12-15 12:57:16 queue INFO 7 [335] -2014-12-15 12:57:16 queue INFO 3 [336] -2014-12-15 12:57:16 queue INFO 7 [337] -2014-12-15 12:57:16 queue INFO 3 [338] -2014-12-15 12:57:17 queue INFO 7 [339] -2014-12-15 12:57:17 queue INFO 3 [340] -2014-12-15 12:57:17 queue INFO 7 [341] -2014-12-15 12:57:18 queue INFO 3 [342] -2014-12-15 12:57:18 queue INFO 7 [343] -2014-12-15 12:57:18 queue INFO 3 [344] -2014-12-15 12:57:19 queue INFO 7 [345] -2014-12-15 12:57:19 queue INFO 3 [346] -2014-12-15 12:57:19 queue INFO 7 [347] -2014-12-15 12:57:20 queue INFO 3 [348] -2014-12-15 12:57:20 queue INFO 7 [349] -2014-12-15 12:57:20 queue INFO 3 [350] -2014-12-15 12:57:21 queue INFO 7 [351] -2014-12-15 12:57:21 queue INFO 3 [352] -2014-12-15 12:57:21 queue INFO 7 [353] -2014-12-15 12:57:22 queue INFO 3 [354] -2014-12-15 12:57:22 queue INFO 7 [355] -2014-12-15 12:57:22 queue INFO 3 [356] -2014-12-15 12:57:23 queue INFO 7 [357] -2014-12-15 12:57:23 queue INFO 3 [358] -2014-12-15 12:57:24 queue INFO 7 [359] -2014-12-15 12:57:24 queue INFO 3 [360] -2014-12-15 12:57:24 queue INFO 7 [361] -2014-12-15 12:57:25 queue INFO 3 [362] -2014-12-15 12:57:25 queue INFO 7 [363] -2014-12-15 12:57:25 queue INFO 3 [364] -2014-12-15 12:57:26 queue INFO 7 [365] -2014-12-15 12:57:26 queue INFO 3 [366] -2014-12-15 12:57:26 queue INFO 7 [367] -2014-12-15 12:57:27 queue INFO 3 [368] -2014-12-15 12:57:27 queue INFO 7 [369] -2014-12-15 12:57:27 queue INFO 3 [370] -2014-12-15 12:57:28 queue INFO 7 [371] -2014-12-15 12:57:28 queue INFO 3 [372] -2014-12-15 12:57:28 queue INFO 7 [373] -2014-12-15 12:57:29 queue INFO 3 [374] -2014-12-15 12:57:29 queue INFO 7 [375] -2014-12-15 12:57:29 queue INFO 3 [376] -2014-12-15 12:57:30 queue INFO 7 [377] -2014-12-15 12:57:30 queue INFO 3 [378] -2014-12-15 12:57:30 queue INFO 7 [379] -2014-12-15 12:57:30 queue INFO 3 [380] -2014-12-15 12:57:31 queue INFO 7 [381] -2014-12-15 12:57:31 queue INFO 3 [382] -2014-12-15 12:57:31 queue INFO 7 [383] -2014-12-15 12:57:32 queue INFO 3 [384] -2014-12-15 12:57:32 queue INFO 7 [385] -2014-12-15 12:57:32 queue INFO 3 [386] -2014-12-15 12:57:33 queue INFO 7 [387] -2014-12-15 12:57:33 queue INFO 3 [388] -2014-12-15 12:57:33 queue INFO 7 [389] -2014-12-15 12:57:34 queue INFO 3 [390] -2014-12-15 12:57:34 queue INFO 7 [391] -2014-12-15 12:57:34 queue INFO 3 [392] -2014-12-15 12:57:35 queue INFO 7 [393] -2014-12-15 12:57:35 queue INFO 3 [394] -2014-12-15 12:57:35 queue INFO 7 [395] -2014-12-15 12:57:36 queue INFO 3 [396] -2014-12-15 12:57:36 queue INFO 7 [397] -2014-12-15 12:57:36 queue INFO 3 [398] -2014-12-15 12:57:37 queue INFO 7 [399] -2014-12-15 12:57:37 queue INFO 3 [400] -2014-12-15 12:57:37 queue INFO 7 [401] -2014-12-15 12:57:38 queue INFO 3 [402] -2014-12-15 12:57:38 queue INFO 7 [403] -2014-12-15 12:57:38 queue INFO 3 [404] -2014-12-15 12:57:39 queue INFO 7 [405] -2014-12-15 12:57:39 queue INFO 3 [406] -2014-12-15 12:57:39 queue INFO 7 [407] -2014-12-15 12:57:40 queue INFO 3 [408] -2014-12-15 12:57:40 queue INFO 7 [409] -2014-12-15 12:57:40 queue INFO 3 [410] -2014-12-15 12:57:41 queue INFO 7 [411] -2014-12-15 12:57:41 queue INFO 3 [412] -2014-12-15 12:57:41 queue INFO 7 [413] -2014-12-15 12:57:42 queue INFO 3 [414] -2014-12-15 12:57:42 queue INFO 7 [415] -2014-12-15 12:57:42 queue INFO 3 [416] -2014-12-15 12:57:43 queue INFO 7 [417] -2014-12-15 12:57:43 queue INFO 3 [418] -2014-12-15 12:57:43 queue INFO 7 [419] -2014-12-15 12:57:44 queue INFO 3 [420] -2014-12-15 12:57:44 queue INFO 7 [421] -2014-12-15 12:57:44 queue INFO 3 [422] -2014-12-15 12:57:45 queue INFO 7 [423] -2014-12-15 12:57:45 queue INFO 3 [424] -2014-12-15 12:57:45 queue INFO 7 [425] -2014-12-15 12:57:46 queue INFO 3 [426] -2014-12-15 12:57:46 queue INFO 7 [427] -2014-12-15 12:57:46 queue INFO 3 [428] -2014-12-15 12:57:47 queue INFO 7 [429] -2014-12-15 12:57:47 queue INFO 3 [430] -2014-12-15 12:57:47 queue INFO 7 [431] -2014-12-15 12:57:48 queue INFO 3 [432] -2014-12-15 12:57:48 queue INFO 7 [433] -2014-12-15 12:57:48 queue INFO 3 [434] -2014-12-15 12:57:49 queue INFO 7 [435] -2014-12-15 12:57:49 queue INFO 3 [436] -2014-12-15 12:57:49 queue INFO 7 [437] -2014-12-15 12:57:49 queue INFO 3 [438] -2014-12-15 12:57:50 queue INFO 7 [439] -2014-12-15 12:57:50 queue INFO 3 [440] -2014-12-15 12:57:51 queue INFO 7 [441] -2014-12-15 12:57:51 queue INFO 3 [442] -2014-12-15 12:57:51 queue INFO 7 [443] -2014-12-15 12:57:52 queue INFO 3 [444] -2014-12-15 12:57:52 queue INFO 7 [445] -2014-12-15 12:57:52 queue INFO 3 [446] -2014-12-15 12:57:53 queue INFO 7 [447] -2014-12-15 12:57:53 queue INFO 3 [448] -2014-12-15 12:57:53 queue INFO 7 [449] -2014-12-15 12:57:54 queue INFO 3 [450] -2014-12-15 12:57:54 queue INFO 7 [451] -2014-12-15 12:57:54 queue INFO 3 [452] -2014-12-15 12:57:55 queue INFO 7 [453] -2014-12-15 12:57:55 queue INFO 3 [454] -2014-12-15 12:57:55 queue INFO 7 [455] -2014-12-15 12:57:56 queue INFO 3 [456] -2014-12-15 12:57:56 queue INFO 7 [457] -2014-12-15 12:57:56 queue INFO 3 [458] -2014-12-15 12:57:57 queue INFO 7 [459] -2014-12-15 12:57:57 queue INFO 3 [460] -2014-12-15 12:57:57 queue INFO 7 [461] -2014-12-15 12:57:58 queue INFO 3 [462] -2014-12-15 12:57:58 queue INFO 7 [463] -2014-12-15 12:57:58 queue INFO 3 [464] -2014-12-15 12:57:59 queue INFO 7 [465] -2014-12-15 12:57:59 queue INFO 3 [466] -2014-12-15 12:57:59 queue INFO 7 [467] -2014-12-15 12:58:00 queue INFO 3 [468] -2014-12-15 12:58:00 queue INFO 7 [469] -2014-12-15 12:58:00 queue INFO 3 [470] -2014-12-15 12:58:01 queue INFO 7 [471] -2014-12-15 12:58:01 queue INFO 3 [472] -2014-12-15 12:58:01 queue INFO 7 [473] -2014-12-15 12:58:02 queue INFO 3 [474] -2014-12-15 12:58:02 queue INFO 7 [475] -2014-12-15 12:58:02 queue INFO 3 [476] -2014-12-15 12:58:03 queue INFO 7 [477] -2014-12-15 12:58:03 queue INFO 3 [478] -2014-12-15 12:58:03 queue INFO 7 [479] -2014-12-15 12:58:04 queue INFO 3 [480] -2014-12-15 12:58:04 queue INFO 7 [481] -2014-12-15 12:58:04 queue INFO 3 [482] -2014-12-15 12:58:05 queue INFO 7 [483] -2014-12-15 12:58:05 queue INFO 3 [484] -2014-12-15 12:58:05 queue INFO 7 [485] -2014-12-15 12:58:06 queue INFO 3 [486] -2014-12-15 12:58:06 queue INFO 7 [487] -2014-12-15 12:58:06 queue INFO 3 [488] -2014-12-15 12:58:07 queue INFO 7 [489] -2014-12-15 12:58:07 queue INFO 3 [490] -2014-12-15 12:58:07 queue INFO 7 [491] -2014-12-15 12:58:08 queue INFO 3 [492] -2014-12-15 12:58:08 queue INFO 7 [493] -2014-12-15 12:58:08 queue INFO 3 [494] -2014-12-15 12:58:09 queue INFO 7 [495] -2014-12-15 12:58:09 queue INFO 3 [496] -2014-12-15 12:58:09 queue INFO 7 [497] -2014-12-15 12:58:10 queue INFO 3 [498] -2014-12-15 12:58:10 queue INFO 7 [499] -2014-12-15 12:58:10 queue INFO 3 [500] -2014-12-15 12:58:11 queue INFO 7 [501] -2014-12-15 12:58:11 queue INFO 3 [502] -2014-12-15 12:58:12 queue INFO 7 [503] -2014-12-15 12:58:12 queue INFO 3 [504] -2014-12-15 12:58:12 queue INFO 7 [505] -2014-12-15 12:58:13 queue INFO 3 [506] -2014-12-15 12:58:13 queue INFO 7 [507] -2014-12-15 12:58:13 queue INFO 3 [508] -2014-12-15 12:58:14 queue INFO 7 [509] -2014-12-15 12:58:14 queue INFO 3 [510] -2014-12-15 12:58:14 queue INFO 7 [511] -2014-12-15 12:58:15 queue INFO 3 [512] -2014-12-15 12:58:15 queue INFO 7 [513] -2014-12-15 12:58:15 queue INFO 3 [514] -2014-12-15 12:58:16 queue INFO 7 [515] -2014-12-15 12:58:16 queue INFO 3 [516] -2014-12-15 12:58:16 queue INFO 7 [517] -2014-12-15 12:58:17 queue INFO 3 [518] -2014-12-15 12:58:17 queue INFO 7 [519] -2014-12-15 12:58:17 queue INFO 3 [520] -2014-12-15 12:58:18 queue INFO 7 [521] -2014-12-15 12:58:18 queue INFO 3 [522] -2014-12-15 12:58:19 queue INFO 7 [523] -2014-12-15 12:58:19 queue INFO 3 [524] -2014-12-15 12:58:19 queue INFO 7 [525] -2014-12-15 12:58:20 queue INFO 3 [526] -2014-12-15 12:58:20 queue INFO 7 [527] -2014-12-15 12:58:20 queue INFO 3 [528] -2014-12-15 12:58:21 queue INFO 7 [529] -2014-12-15 12:58:21 queue INFO 3 [530] -2014-12-15 12:58:21 queue INFO 7 [531] -2014-12-15 12:58:22 queue INFO 3 [532] -2014-12-15 12:58:22 queue INFO 7 [533] -2014-12-15 12:58:22 queue INFO 3 [534] -2014-12-15 12:58:23 queue INFO 7 [535] -2014-12-15 12:58:23 queue INFO 3 [536] -2014-12-15 12:58:23 queue INFO 7 [537] -2014-12-15 12:58:23 queue INFO 3 [538] -2014-12-15 12:58:24 queue INFO 7 [539] -2014-12-15 12:58:24 queue INFO 3 [540] -2014-12-15 12:58:24 queue INFO 7 [541] -2014-12-15 12:58:25 queue INFO 3 [542] -2014-12-15 12:58:25 queue INFO 7 [543] -2014-12-15 12:58:25 queue INFO 3 [544] -2014-12-15 12:58:26 queue INFO 7 [545] -2014-12-15 12:58:26 queue INFO 3 [546] -2014-12-15 12:58:26 queue INFO 7 [547] -2014-12-15 12:58:27 queue INFO 3 [548] -2014-12-15 12:58:27 queue INFO 7 [549] -2014-12-15 12:58:27 queue INFO 3 [550] -2014-12-15 12:58:28 queue INFO 7 [551] -2014-12-15 12:58:28 queue INFO 3 [552] -2014-12-15 12:58:28 queue INFO 7 [553] -2014-12-15 12:58:29 queue INFO 3 [554] -2014-12-15 12:58:29 queue INFO 7 [555] -2014-12-15 12:58:29 queue INFO 3 [556] -2014-12-15 12:58:30 queue INFO 7 [557] -2014-12-15 12:58:30 queue INFO 3 [558] -2014-12-15 12:58:30 queue INFO 7 [559] -2014-12-15 12:58:31 queue INFO 3 [560] -2014-12-15 12:58:31 queue INFO 7 [561] -2014-12-15 12:58:31 queue INFO 3 [562] -2014-12-15 12:58:32 queue INFO 7 [563] -2014-12-15 12:58:32 queue INFO 3 [564] -2014-12-15 12:58:32 queue INFO 7 [565] -2014-12-15 12:58:33 queue INFO 3 [566] -2014-12-15 12:58:33 queue INFO 7 [567] -2014-12-15 12:58:33 queue INFO 3 [568] -2014-12-15 12:58:34 queue INFO 7 [569] -2014-12-15 12:58:34 queue INFO 3 [570] -2014-12-15 12:58:34 queue INFO 7 [571] -2014-12-15 12:58:35 queue INFO 3 [572] -2014-12-15 12:58:35 queue INFO 7 [573] -2014-12-15 12:58:35 queue INFO 3 [574] -2014-12-15 12:58:36 queue INFO 7 [575] -2014-12-15 12:58:36 queue INFO 3 [576] -2014-12-15 12:58:36 queue INFO 7 [577] -2014-12-15 12:58:37 queue INFO 3 [578] -2014-12-15 12:58:37 queue INFO 7 [579] -2014-12-15 12:58:37 queue INFO 3 [580] -2014-12-15 12:58:38 queue INFO 7 [581] -2014-12-15 12:58:38 queue INFO 3 [582] -2014-12-15 12:58:38 queue INFO 7 [583] -2014-12-15 12:58:39 queue INFO 3 [584] -2014-12-15 12:58:39 queue INFO 7 [585] -2014-12-15 12:58:39 queue INFO 3 [586] -2014-12-15 12:58:40 queue INFO 7 [587] -2014-12-15 12:58:40 queue INFO 3 [588] -2014-12-15 12:58:40 queue INFO 7 [589] -2014-12-15 12:58:41 queue INFO 3 [590] -2014-12-15 12:58:41 queue INFO 7 [591] -2014-12-15 12:58:41 queue INFO 3 [592] -2014-12-15 12:58:42 queue INFO 7 [593] -2014-12-15 12:58:42 queue INFO 3 [594] -2014-12-15 12:58:42 queue INFO 7 [595] -2014-12-15 12:58:43 queue INFO 3 [596] -2014-12-15 12:58:43 queue INFO 7 [597] -2014-12-15 12:58:43 queue INFO 3 [598] -2014-12-15 12:58:44 queue INFO 7 [599] -2014-12-15 12:58:44 queue INFO 3 [600] -2014-12-15 12:58:44 queue INFO 7 [601] -2014-12-15 12:58:45 queue INFO 3 [602] -2014-12-15 12:58:45 queue INFO 7 [603] -2014-12-15 12:58:45 queue INFO 3 [604] -2014-12-15 12:58:46 queue INFO 7 [605] -2014-12-15 12:58:46 queue INFO 3 [606] -2014-12-15 12:58:46 queue INFO 7 [607] -2014-12-15 12:58:47 queue INFO 3 [608] -2014-12-15 12:58:47 queue INFO 7 [609] -2014-12-15 12:58:47 queue INFO 3 [610] -2014-12-15 12:58:48 queue INFO 7 [611] -2014-12-15 12:58:48 queue INFO 3 [612] -2014-12-15 12:58:48 queue INFO 7 [613] -2014-12-15 12:58:49 queue INFO 3 [614] -2014-12-15 12:58:49 queue INFO 7 [615] -2014-12-15 12:58:49 queue INFO 3 [616] -2014-12-15 12:58:50 queue INFO 7 [617] -2014-12-15 12:58:50 queue INFO 3 [618] -2014-12-15 12:58:50 queue INFO 7 [619] -2014-12-15 12:58:51 queue INFO 3 [620] -2014-12-15 12:58:51 queue INFO 7 [621] -2014-12-15 12:58:51 queue INFO 3 [622] -2014-12-15 12:58:52 queue INFO 7 [623] -2014-12-15 12:58:52 queue INFO 3 [624] -2014-12-15 12:58:52 queue INFO 7 [625] -2014-12-15 12:58:53 queue INFO 3 [626] -2014-12-15 12:58:53 queue INFO 7 [627] -2014-12-15 12:58:53 queue INFO 3 [628] -2014-12-15 12:58:54 queue INFO 7 [629] -2014-12-15 12:58:54 queue INFO 3 [630] -2014-12-15 12:58:54 queue INFO 7 [631] -2014-12-15 12:58:55 queue INFO 3 [632] -2014-12-15 12:58:55 queue INFO 7 [633] -2014-12-15 12:58:55 queue INFO 3 [634] -2014-12-15 12:58:56 queue INFO 7 [635] -2014-12-15 12:58:56 queue INFO 3 [636] -2014-12-15 12:58:56 queue INFO 7 [637] -2014-12-15 12:58:57 queue INFO 3 [638] -2014-12-15 12:58:57 queue INFO 7 [639] -2014-12-15 12:58:57 queue INFO 3 [640] -2014-12-15 12:58:58 queue INFO 7 [641] -2014-12-15 12:58:58 queue INFO 3 [642] -2014-12-15 12:58:58 queue INFO 7 [643] -2014-12-15 12:58:59 queue INFO 3 [644] -2014-12-15 12:58:59 queue INFO 7 [645] -2014-12-15 12:58:59 queue INFO 3 [646] -2014-12-15 12:59:00 queue INFO 7 [647] -2014-12-15 12:59:00 queue INFO 3 [648] -2014-12-15 12:59:00 queue INFO 7 [649] -2014-12-15 12:59:01 queue INFO 3 [650] -2014-12-15 12:59:01 queue INFO 7 [651] -2014-12-15 12:59:01 queue INFO 3 [652] -2014-12-15 12:59:02 queue INFO 7 [653] -2014-12-15 12:59:02 queue INFO 3 [654] -2014-12-15 12:59:02 queue INFO 7 [655] -2014-12-15 12:59:03 queue INFO 3 [656] -2014-12-15 12:59:03 queue INFO 7 [657] -2014-12-15 12:59:03 queue INFO 3 [658] -2014-12-15 12:59:04 queue INFO 7 [659] -2014-12-15 12:59:04 queue INFO 3 [660] -2014-12-15 12:59:04 queue INFO 7 [661] -2014-12-15 12:59:04 queue INFO 3 [662] -2014-12-15 12:59:05 queue INFO 7 [663] -2014-12-15 12:59:05 queue INFO 3 [664] -2014-12-15 12:59:05 queue INFO 7 [665] -2014-12-15 12:59:06 queue INFO 3 [666] -2014-12-15 12:59:06 queue INFO 7 [667] -2014-12-15 12:59:06 queue INFO 3 [668] -2014-12-15 12:59:07 queue INFO 7 [669] -2014-12-15 12:59:07 queue INFO 3 [670] -2014-12-15 12:59:07 queue INFO 7 [671] -2014-12-15 12:59:08 queue INFO 3 [672] -2014-12-15 12:59:08 queue INFO 7 [673] -2014-12-15 12:59:08 queue INFO 3 [674] -2014-12-15 12:59:09 queue INFO 7 [675] -2014-12-15 12:59:09 queue INFO 3 [676] -2014-12-15 12:59:09 queue INFO 7 [677] -2014-12-15 12:59:10 queue INFO 3 [678] -2014-12-15 12:59:10 queue INFO 7 [679] -2014-12-15 12:59:10 queue INFO 3 [680] -2014-12-15 12:59:11 queue INFO 7 [681] -2014-12-15 12:59:11 queue INFO 3 [682] -2014-12-15 12:59:11 queue INFO 7 [683] -2014-12-15 12:59:12 queue INFO 3 [684] -2014-12-15 12:59:12 queue INFO 7 [685] -2014-12-15 12:59:13 queue INFO 3 [686] -2014-12-15 12:59:13 queue INFO 7 [687] -2014-12-15 12:59:13 queue INFO 3 [688] -2014-12-15 12:59:14 queue INFO 7 [689] -2014-12-15 12:59:14 queue INFO 3 [690] -2014-12-15 12:59:14 queue INFO 7 [691] -2014-12-15 12:59:15 queue INFO 3 [692] -2014-12-15 12:59:15 queue INFO 7 [693] -2014-12-15 12:59:15 queue INFO 3 [694] -2014-12-15 12:59:16 queue INFO 7 [695] -2014-12-15 12:59:16 queue INFO 3 [696] -2014-12-15 12:59:16 queue INFO 7 [697] -2014-12-15 12:59:16 queue INFO 3 [698] -2014-12-15 12:59:17 queue INFO 7 [699] -2014-12-15 12:59:17 queue INFO 3 [700] -2014-12-15 12:59:17 queue INFO 7 [701] -2014-12-15 12:59:18 queue INFO 3 [702] -2014-12-15 12:59:18 queue INFO 7 [703] -2014-12-15 12:59:18 queue INFO 3 [704] -2014-12-15 12:59:19 queue INFO 7 [705] -2014-12-15 12:59:19 queue INFO 3 [706] -2014-12-15 12:59:19 queue INFO 7 [707] -2014-12-15 12:59:20 queue INFO 3 [708] -2014-12-15 12:59:20 queue INFO 7 [709] -2014-12-15 12:59:20 queue INFO 3 [710] -2014-12-15 12:59:21 queue INFO 7 [711] -2014-12-15 12:59:21 queue INFO 3 [712] -2014-12-15 12:59:21 queue INFO 7 [713] -2014-12-15 12:59:22 queue INFO 3 [714] -2014-12-15 12:59:22 queue INFO 7 [715] -2014-12-15 12:59:22 queue INFO 3 [716] -2014-12-15 12:59:23 queue INFO 7 [717] -2014-12-15 12:59:23 queue INFO 3 [718] -2014-12-15 12:59:23 queue INFO 7 [719] -2014-12-15 12:59:24 queue INFO 3 [720] -2014-12-15 12:59:24 queue INFO 7 [721] -2014-12-15 12:59:24 queue INFO 3 [722] -2014-12-15 12:59:25 queue INFO 7 [723] -2014-12-15 12:59:25 queue INFO 3 [724] -2014-12-15 12:59:25 queue INFO 7 [725] -2014-12-15 12:59:26 queue INFO 3 [726] -2014-12-15 12:59:26 queue INFO 7 [727] -2014-12-15 12:59:26 queue INFO 3 [728] -2014-12-15 12:59:27 queue INFO 7 [729] -2014-12-15 12:59:27 queue INFO 3 [730] -2014-12-15 12:59:27 queue INFO 7 [731] -2014-12-15 12:59:28 queue INFO 3 [732] -2014-12-15 12:59:28 queue INFO 7 [733] -2014-12-15 12:59:28 queue INFO 3 [734] -2014-12-15 12:59:29 queue INFO 7 [735] -2014-12-15 12:59:29 queue INFO 3 [736] -2014-12-15 12:59:29 queue INFO 7 [737] -2014-12-15 12:59:30 queue INFO 3 [738] -2014-12-15 12:59:30 queue INFO 7 [739] -2014-12-15 12:59:30 queue INFO 3 [740] -2014-12-15 12:59:31 queue INFO 7 [741] -2014-12-15 12:59:31 queue INFO 3 [742] -2014-12-15 12:59:31 queue INFO 7 [743] -2014-12-15 12:59:32 queue INFO 3 [744] -2014-12-15 12:59:32 queue INFO 7 [745] -2014-12-15 12:59:32 queue INFO 3 [746] -2014-12-15 12:59:33 queue INFO 7 [747] -2014-12-15 12:59:33 queue INFO 3 [748] -2014-12-15 12:59:33 queue INFO 7 [749] -2014-12-15 12:59:34 queue INFO 3 [750] -2014-12-15 12:59:34 queue INFO 7 [751] -2014-12-15 12:59:34 queue INFO 3 [752] -2014-12-15 12:59:35 queue INFO 7 [753] -2014-12-15 12:59:35 queue INFO 3 [754] -2014-12-15 12:59:35 queue INFO 7 [755] -2014-12-15 12:59:36 queue INFO 3 [756] -2014-12-15 12:59:36 queue INFO 7 [757] -2014-12-15 12:59:36 queue INFO 3 [758] -2014-12-15 12:59:37 queue INFO 7 [759] -2014-12-15 12:59:37 queue INFO 3 [760] -2014-12-15 12:59:37 queue INFO 7 [761] -2014-12-15 12:59:38 queue INFO 3 [762] -2014-12-15 12:59:38 queue INFO 7 [763] -2014-12-15 12:59:38 queue INFO 3 [764] -2014-12-15 12:59:39 queue INFO 7 [765] -2014-12-15 12:59:39 queue INFO 3 [766] -2014-12-15 12:59:39 queue INFO 7 [767] -2014-12-15 12:59:40 queue INFO 3 [768] -2014-12-15 12:59:40 queue INFO 7 [769] -2014-12-15 12:59:40 queue INFO 3 [770] -2014-12-15 12:59:41 queue INFO 7 [771] -2014-12-15 12:59:41 queue INFO 3 [772] -2014-12-15 12:59:41 queue INFO 7 [773] -2014-12-15 12:59:42 queue INFO 3 [774] -2014-12-15 12:59:42 queue INFO 7 [775] -2014-12-15 12:59:42 queue INFO 3 [776] -2014-12-15 12:59:43 queue INFO 7 [777] -2014-12-15 12:59:43 queue INFO 3 [778] -2014-12-15 12:59:43 queue INFO 7 [779] -2014-12-15 12:59:44 queue INFO 3 [780] -2014-12-15 12:59:44 queue INFO 7 [781] -2014-12-15 12:59:44 queue INFO 3 [782] -2014-12-15 12:59:45 queue INFO 7 [783] -2014-12-15 12:59:45 queue INFO 3 [784] -2014-12-15 12:59:45 queue INFO 7 [785] -2014-12-15 12:59:46 queue INFO 3 [786] -2014-12-15 12:59:46 queue INFO 7 [787] -2014-12-15 12:59:46 queue INFO 3 [788] -2014-12-15 12:59:47 queue INFO 7 [789] -2014-12-15 12:59:47 queue INFO 3 [790] -2014-12-15 12:59:47 queue INFO 7 [791] -2014-12-15 12:59:48 queue INFO 3 [792] -2014-12-15 12:59:48 queue INFO 7 [793] -2014-12-15 12:59:48 queue INFO 3 [794] -2014-12-15 12:59:49 queue INFO 7 [795] -2014-12-15 12:59:49 queue INFO 3 [796] -2014-12-15 12:59:49 queue INFO 7 [797] -2014-12-15 12:59:50 queue INFO 3 [798] -2014-12-15 12:59:50 queue INFO 7 [799] -2014-12-15 12:59:50 queue INFO 3 [800] -2014-12-15 12:59:51 queue INFO 7 [801] -2014-12-15 12:59:51 queue INFO 3 [802] -2014-12-15 12:59:51 queue INFO 7 [803] -2014-12-15 12:59:52 queue INFO 3 [804] -2014-12-15 12:59:52 queue INFO 7 [805] -2014-12-15 12:59:52 queue INFO 3 [806] -2014-12-15 12:59:53 queue INFO 7 [807] -2014-12-15 12:59:53 queue INFO 3 [808] -2014-12-15 12:59:53 queue INFO 7 [809] -2014-12-15 12:59:54 queue INFO 3 [810] -2014-12-15 12:59:54 queue INFO 7 [811] -2014-12-15 12:59:54 queue INFO 3 [812] -2014-12-15 12:59:55 queue INFO 7 [813] -2014-12-15 12:59:55 queue INFO 3 [814] -2014-12-15 12:59:55 queue INFO 7 [815] -2014-12-15 12:59:56 queue INFO 3 [816] -2014-12-15 12:59:56 queue INFO 7 [817] -2014-12-15 12:59:56 queue INFO 3 [818] -2014-12-15 12:59:57 queue INFO 7 [819] -2014-12-15 12:59:57 queue INFO 3 [820] -2014-12-15 12:59:57 queue INFO 7 [821] -2014-12-15 12:59:57 queue INFO 3 [822] -2014-12-15 12:59:58 queue INFO 7 [823] -2014-12-15 12:59:58 queue INFO 3 [824] -2014-12-15 12:59:58 queue INFO 7 [825] -2014-12-15 12:59:59 queue INFO 3 [826] -2014-12-15 12:59:59 queue INFO 7 [827] -2014-12-15 12:59:59 queue INFO 3 [828] -2014-12-15 13:00:00 queue INFO 7 [829] -2014-12-15 13:00:00 queue INFO 3 [830] -2014-12-15 13:00:00 queue INFO 7 [831] -2014-12-15 13:00:01 queue INFO 3 [832] -2014-12-15 13:00:01 queue INFO 7 [833] -2014-12-15 13:00:01 queue INFO 3 [834] -2014-12-15 13:00:02 queue INFO 7 [835] -2014-12-15 13:00:02 queue INFO 3 [836] -2014-12-15 13:00:02 queue INFO 7 [837] -2014-12-15 13:00:03 queue INFO 3 [838] -2014-12-15 13:00:03 queue INFO 7 [839] -2014-12-15 13:00:03 queue INFO 3 [840] -2014-12-15 13:00:04 queue INFO 7 [841] -2014-12-15 13:00:04 queue INFO 3 [842] -2014-12-15 13:00:04 queue INFO 7 [843] -2014-12-15 13:00:05 queue INFO 3 [844] -2014-12-15 13:00:05 queue INFO 7 [845] -2014-12-15 13:00:05 queue INFO 3 [846] -2014-12-15 13:00:06 queue INFO 7 [847] -2014-12-15 13:00:06 queue INFO 3 [848] -2014-12-15 13:00:07 queue INFO 7 [849] -2014-12-15 13:00:07 queue INFO 3 [850] -2014-12-15 13:00:07 queue INFO 7 [851] -2014-12-15 13:00:07 queue INFO 3 [852] -2014-12-15 13:00:08 queue INFO 7 [853] -2014-12-15 13:00:08 queue INFO 3 [854] -2014-12-15 13:00:08 queue INFO 7 [855] -2014-12-15 13:00:09 queue INFO 3 [856] -2014-12-15 13:00:09 queue INFO 7 [857] -2014-12-15 13:00:09 queue INFO 3 [858] -2014-12-15 13:00:10 queue INFO 7 [859] -2014-12-15 13:00:10 queue INFO 3 [860] -2014-12-15 13:00:10 queue INFO 7 [861] -2014-12-15 13:00:11 queue INFO 3 [862] -2014-12-15 13:00:11 queue INFO 7 [863] -2014-12-15 13:00:11 queue INFO 3 [864] -2014-12-15 13:00:12 queue INFO 7 [865] -2014-12-15 13:00:12 queue INFO 3 [866] -2014-12-15 13:00:12 queue INFO 7 [867] -2014-12-15 13:00:13 queue INFO 3 [868] -2014-12-15 13:00:13 queue INFO 7 [869] -2014-12-15 13:00:13 queue INFO 3 [870] -2014-12-15 13:00:14 queue INFO 7 [871] -2014-12-15 13:00:14 queue INFO 3 [872] -2014-12-15 13:00:14 queue INFO 7 [873] -2014-12-15 13:00:15 queue INFO 3 [874] -2014-12-15 13:00:15 queue INFO 7 [875] -2014-12-15 13:00:15 queue INFO 3 [876] -2014-12-15 13:00:16 queue INFO 7 [877] -2014-12-15 13:00:16 queue INFO 3 [878] -2014-12-15 13:00:16 queue INFO 7 [879] -2014-12-15 13:00:17 queue INFO 3 [880] -2014-12-15 13:00:17 queue INFO 7 [881] -2014-12-15 13:00:17 queue INFO 3 [882] -2014-12-15 13:00:18 queue INFO 7 [883] -2014-12-15 13:00:18 queue INFO 3 [884] -2014-12-15 13:00:18 queue INFO 7 [885] -2014-12-15 13:00:19 queue INFO 3 [886] -2014-12-15 13:00:19 queue INFO 7 [887] -2014-12-15 13:00:19 queue INFO 3 [888] -2014-12-15 13:00:20 queue INFO 7 [889] -2014-12-15 13:00:20 queue INFO 3 [890] -2014-12-15 13:00:20 queue INFO 7 [891] -2014-12-15 13:00:21 queue INFO 3 [892] -2014-12-15 13:00:21 queue INFO 7 [893] -2014-12-15 13:00:21 queue INFO 3 [894] -2014-12-15 13:00:22 queue INFO 7 [895] -2014-12-15 13:00:22 queue INFO 3 [896] -2014-12-15 13:00:22 queue INFO 7 [897] -2014-12-15 13:00:23 queue INFO 3 [898] -2014-12-15 13:00:23 queue INFO 7 [899] -2014-12-15 13:00:23 queue INFO 3 [900] -2014-12-15 13:00:24 queue INFO 7 [901] -2014-12-15 13:00:24 queue INFO 3 [902] -2014-12-15 13:00:24 queue INFO 7 [903] -2014-12-15 13:00:24 queue INFO 3 [904] -2014-12-15 13:00:25 queue INFO 7 [905] -2014-12-15 13:00:25 queue INFO 3 [906] -2014-12-15 13:00:25 queue INFO 7 [907] -2014-12-15 13:00:26 queue INFO 3 [908] -2014-12-15 13:00:26 queue INFO 7 [909] -2014-12-15 13:00:26 queue INFO 3 [910] -2014-12-15 13:00:27 queue INFO 7 [911] -2014-12-15 13:00:27 queue INFO 3 [912] -2014-12-15 13:00:27 queue INFO 7 [913] -2014-12-15 13:00:28 queue INFO 3 [914] -2014-12-15 13:00:28 queue INFO 7 [915] -2014-12-15 13:00:28 queue INFO 3 [916] -2014-12-15 13:00:29 queue INFO 7 [917] -2014-12-15 13:00:29 queue INFO 3 [918] -2014-12-15 13:00:29 queue INFO 7 [919] -2014-12-15 13:00:30 queue INFO 3 [920] -2014-12-15 13:00:30 queue INFO 7 [921] -2014-12-15 13:00:30 queue INFO 3 [922] -2014-12-15 13:00:31 queue INFO 7 [923] -2014-12-15 13:00:31 queue INFO 3 [924] -2014-12-15 13:00:31 queue INFO 7 [925] -2014-12-15 13:00:32 queue INFO 3 [926] -2014-12-15 13:00:32 queue INFO 7 [927] -2014-12-15 13:00:32 queue INFO 3 [928] -2014-12-15 13:00:33 queue INFO 7 [929] -2014-12-15 13:00:33 queue INFO 3 [930] -2014-12-15 13:00:33 queue INFO 7 [931] -2014-12-15 13:00:34 queue INFO 3 [932] -2014-12-15 13:00:34 queue INFO 7 [933] -2014-12-15 13:00:34 queue INFO 3 [934] -2014-12-15 13:00:35 queue INFO 7 [935] -2014-12-15 13:00:35 queue INFO 3 [936] -2014-12-15 13:00:35 queue INFO 7 [937] -2014-12-15 13:00:36 queue INFO 3 [938] -2014-12-15 13:00:36 queue INFO 7 [939] -2014-12-15 13:00:36 queue INFO 3 [940] -2014-12-15 13:00:37 queue INFO 7 [941] -2014-12-15 13:00:37 queue INFO 3 [942] -2014-12-15 13:00:37 queue INFO 7 [943] -2014-12-15 13:00:38 queue INFO 3 [944] -2014-12-15 13:00:38 queue INFO 7 [945] -2014-12-15 13:00:38 queue INFO 3 [946] -2014-12-15 13:00:39 queue INFO 7 [947] -2014-12-15 13:00:39 queue INFO 3 [948] -2014-12-15 13:00:39 queue INFO 7 [949] -2014-12-15 13:00:40 queue INFO 3 [950] -2014-12-15 13:00:40 queue INFO 7 [951] -2014-12-15 13:00:40 queue INFO 3 [952] -2014-12-15 13:00:41 queue INFO 7 [953] -2014-12-15 13:00:41 queue INFO 3 [954] -2014-12-15 13:00:41 queue INFO 7 [955] -2014-12-15 13:00:42 queue INFO 3 [956] -2014-12-15 13:00:42 queue INFO 7 [957] -2014-12-15 13:00:42 queue INFO 3 [958] -2014-12-15 13:00:43 queue INFO 7 [959] -2014-12-15 13:00:43 queue INFO 3 [960] -2014-12-15 13:00:43 queue INFO 7 [961] -2014-12-15 13:00:44 queue INFO 3 [962] -2014-12-15 13:00:44 queue INFO 7 [963] -2014-12-15 13:00:44 queue INFO 3 [964] -2014-12-15 13:00:45 queue INFO 7 [965] -2014-12-15 13:00:45 queue INFO 3 [966] -2014-12-15 13:00:45 queue INFO 7 [967] -2014-12-15 13:00:46 queue INFO 3 [968] -2014-12-15 13:00:46 queue INFO 7 [969] -2014-12-15 13:00:46 queue INFO 3 [970] -2014-12-15 13:00:47 queue INFO 7 [971] -2014-12-15 13:00:47 queue INFO 3 [972] -2014-12-15 13:00:47 queue INFO 7 [973] -2014-12-15 13:00:47 queue INFO 3 [974] -2014-12-15 13:00:48 queue INFO 7 [975] -2014-12-15 13:00:48 queue INFO 3 [976] -2014-12-15 13:00:48 queue INFO 7 [977] -2014-12-15 13:00:49 queue INFO 3 [978] -2014-12-15 13:00:49 queue INFO 7 [979] -2014-12-15 13:00:49 queue INFO 3 [980] -2014-12-15 13:00:50 queue INFO 7 [981] -2014-12-15 13:00:50 queue INFO 3 [982] -2014-12-15 13:00:50 queue INFO 7 [983] -2014-12-15 13:00:51 queue INFO 3 [984] -2014-12-15 13:00:51 queue INFO 7 [985] -2014-12-15 13:00:51 queue INFO 3 [986] -2014-12-15 13:00:52 queue INFO 7 [987] -2014-12-15 13:00:52 queue INFO 3 [988] -2014-12-15 13:00:52 queue INFO 7 [989] -2014-12-15 13:00:53 queue INFO 3 [990] -2014-12-15 13:00:53 queue INFO 7 [991] -2014-12-15 13:00:53 queue INFO 3 [992] -2014-12-15 13:00:54 queue INFO 7 [993] -2014-12-15 13:00:54 queue INFO 3 [994] -2014-12-15 13:00:54 queue INFO 7 [995] -2014-12-15 13:00:55 queue INFO 3 [996] -2014-12-15 13:00:55 queue INFO 7 [997] -2014-12-15 13:00:55 queue INFO 3 [998] -2014-12-15 13:00:56 queue INFO 7 [999] -2014-12-15 13:00:56 queue INFO 3 [0] -2014-12-15 13:00:56 queue INFO 7 [1] -2014-12-15 13:00:57 queue INFO 3 [2] -2014-12-15 13:00:57 queue INFO 7 [3] -2014-12-15 13:00:57 queue INFO 3 [4] -2014-12-15 13:00:58 queue INFO 7 [5] -2014-12-15 13:00:58 queue INFO 3 [6] -2014-12-15 13:00:58 queue INFO 7 [7] -2014-12-15 13:00:59 queue INFO 3 [8] -2014-12-15 13:00:59 queue INFO 7 [9] -2014-12-15 13:00:59 queue INFO 3 [10] -2014-12-15 13:01:00 queue INFO 7 [11] -2014-12-15 13:01:00 queue INFO 3 [12] -2014-12-15 13:01:00 queue INFO 7 [13] -2014-12-15 13:01:01 queue INFO 3 [14] -2014-12-15 13:01:01 queue INFO 7 [15] -2014-12-15 13:01:01 queue INFO 3 [16] -2014-12-15 13:01:02 queue INFO 7 [17] -2014-12-15 13:01:02 queue INFO 3 [18] -2014-12-15 13:01:02 queue INFO 7 [19] -2014-12-15 13:01:03 queue INFO 3 [20] -2014-12-15 13:01:03 queue INFO 7 [21] -2014-12-15 13:01:03 queue INFO 3 [22] -2014-12-15 13:01:04 queue INFO 7 [23] -2014-12-15 13:01:04 queue INFO 3 [24] -2014-12-15 13:01:04 queue INFO 7 [25] -2014-12-15 13:01:05 queue INFO 3 [26] -2014-12-15 13:01:05 queue INFO 7 [27] -2014-12-15 13:01:05 queue INFO 3 [28] -2014-12-15 13:01:06 queue INFO 7 [29] -2014-12-15 13:01:06 queue INFO 3 [30] -2014-12-15 13:01:06 queue INFO 7 [31] -2014-12-15 13:01:07 queue INFO 3 [32] -2014-12-15 13:01:07 queue INFO 7 [33] -2014-12-15 13:01:07 queue INFO 3 [34] -2014-12-15 13:01:08 queue INFO 7 [35] -2014-12-15 13:01:08 queue INFO 3 [36] -2014-12-15 13:01:08 queue INFO 7 [37] -2014-12-15 13:01:09 queue INFO 3 [38] -2014-12-15 13:01:09 queue INFO 7 [39] -2014-12-15 13:01:09 queue INFO 3 [40] -2014-12-15 13:01:10 queue INFO 7 [41] -2014-12-15 13:01:10 queue INFO 3 [42] -2014-12-15 13:01:10 queue INFO 7 [43] -2014-12-15 13:01:11 queue INFO 3 [44] -2014-12-15 13:01:11 queue INFO 7 [45] -2014-12-15 13:01:11 queue INFO 3 [46] -2014-12-15 13:01:12 queue INFO 7 [47] -2014-12-15 13:01:12 queue INFO 3 [48] -2014-12-15 13:01:12 queue INFO 7 [49] -2014-12-15 13:01:12 queue INFO 3 [50] -2014-12-15 13:01:13 queue INFO 7 [51] -2014-12-15 13:01:13 queue INFO 3 [52] -2014-12-15 13:01:13 queue INFO 7 [53] -2014-12-15 13:01:14 queue INFO 3 [54] -2014-12-15 13:01:14 queue INFO 7 [55] -2014-12-15 13:01:14 queue INFO 3 [56] -2014-12-15 13:01:15 queue INFO 7 [57] -2014-12-15 13:01:15 queue INFO 3 [58] -2014-12-15 13:01:15 queue INFO 7 [59] -2014-12-15 13:01:16 queue INFO 3 [60] -2014-12-15 13:01:16 queue INFO 7 [61] -2014-12-15 13:01:16 queue INFO 3 [62] -2014-12-15 13:01:17 queue INFO 7 [63] -2014-12-15 13:01:17 queue INFO 3 [64] -2014-12-15 13:01:17 queue INFO 7 [65] -2014-12-15 13:01:18 queue INFO 3 [66] -2014-12-15 13:01:18 queue INFO 7 [67] -2014-12-15 13:01:18 queue INFO 3 [68] -2014-12-15 13:01:19 queue INFO 7 [69] -2014-12-15 13:01:19 queue INFO 3 [70] -2014-12-15 13:01:19 queue INFO 7 [71] -2014-12-15 13:01:20 queue INFO 3 [72] -2014-12-15 13:01:20 queue INFO 7 [73] -2014-12-15 13:01:20 queue INFO 3 [74] -2014-12-15 13:01:21 queue INFO 7 [75] -2014-12-15 13:01:21 queue INFO 3 [76] -2014-12-15 13:01:21 queue INFO 7 [77] -2014-12-15 13:01:22 queue INFO 3 [78] -2014-12-15 13:01:22 queue INFO 7 [79] -2014-12-15 13:01:22 queue INFO 3 [80] -2014-12-15 13:01:23 queue INFO 7 [81] -2014-12-15 13:01:23 queue INFO 3 [82] -2014-12-15 13:01:23 queue INFO 7 [83] -2014-12-15 13:01:24 queue INFO 3 [84] -2014-12-15 13:01:24 queue INFO 7 [85] -2014-12-15 13:01:24 queue INFO 3 [86] -2014-12-15 13:01:25 queue INFO 7 [87] -2014-12-15 13:01:25 queue INFO 3 [88] -2014-12-15 13:01:25 queue INFO 7 [89] -2014-12-15 13:01:26 queue INFO 3 [90] -2014-12-15 13:01:26 queue INFO 7 [91] -2014-12-15 13:01:26 queue INFO 3 [92] -2014-12-15 13:01:27 queue INFO 7 [93] -2014-12-15 13:01:27 queue INFO 3 [94] -2014-12-15 13:01:27 queue INFO 7 [95] -2014-12-15 13:01:28 queue INFO 3 [96] -2014-12-15 13:01:28 queue INFO 7 [97] -2014-12-15 13:01:28 queue INFO 3 [98] -2014-12-15 13:01:29 queue INFO 7 [99] -2014-12-15 13:01:29 queue INFO 3 [100] -2014-12-15 13:01:29 queue INFO 7 [101] -2014-12-15 13:01:30 queue INFO 3 [102] -2014-12-15 13:01:30 queue INFO 7 [103] -2014-12-15 13:01:30 queue INFO 3 [104] -2014-12-15 13:01:31 queue INFO 7 [105] -2014-12-15 13:01:31 queue INFO 3 [106] -2014-12-15 13:01:31 queue INFO 7 [107] -2014-12-15 13:01:32 queue INFO 3 [108] -2014-12-15 13:01:32 queue INFO 7 [109] -2014-12-15 13:01:32 queue INFO 3 [110] -2014-12-15 13:01:33 queue INFO 7 [111] -2014-12-15 13:01:33 queue INFO 3 [112] -2014-12-15 13:01:33 queue INFO 7 [113] -2014-12-15 13:01:34 queue INFO 3 [114] -2014-12-15 13:01:34 queue INFO 7 [115] -2014-12-15 13:01:34 queue INFO 3 [116] -2014-12-15 13:01:35 queue INFO 7 [117] -2014-12-15 13:01:35 queue INFO 3 [118] -2014-12-15 13:01:35 queue INFO 7 [119] -2014-12-15 13:01:36 queue INFO 3 [120] -2014-12-15 13:01:36 queue INFO 7 [121] -2014-12-15 13:01:36 queue INFO 3 [122] -2014-12-15 13:01:37 queue INFO 7 [123] -2014-12-15 13:01:37 queue INFO 3 [124] -2014-12-15 13:01:37 queue INFO 7 [125] -2014-12-15 13:01:37 queue INFO 3 [126] -2014-12-15 13:01:38 queue INFO 7 [127] -2014-12-15 13:01:38 queue INFO 3 [128] -2014-12-15 13:01:38 queue INFO 7 [129] -2014-12-15 13:01:39 queue INFO 3 [130] -2014-12-15 13:01:39 queue INFO 7 [131] -2014-12-15 13:01:39 queue INFO 3 [132] -2014-12-15 13:01:40 queue INFO 7 [133] -2014-12-15 13:01:40 queue INFO 3 [134] -2014-12-15 13:01:40 queue INFO 7 [135] -2014-12-15 13:01:41 queue INFO 3 [136] -2014-12-15 13:01:41 queue INFO 7 [137] -2014-12-15 13:01:41 queue INFO 3 [138] -2014-12-15 13:01:42 queue INFO 7 [139] -2014-12-15 13:01:42 queue INFO 3 [140] -2014-12-15 13:01:42 queue INFO 7 [141] -2014-12-15 13:01:43 queue INFO 3 [142] -2014-12-15 13:01:43 queue INFO 7 [143] -2014-12-15 13:01:43 queue INFO 3 [144] -2014-12-15 13:01:44 queue INFO 7 [145] -2014-12-15 13:01:44 queue INFO 3 [146] -2014-12-15 13:01:44 queue INFO 7 [147] -2014-12-15 13:01:45 queue INFO 3 [148] -2014-12-15 13:01:45 queue INFO 7 [149] -2014-12-15 13:01:45 queue INFO 3 [150] -2014-12-15 13:01:46 queue INFO 7 [151] -2014-12-15 13:01:46 queue INFO 3 [152] -2014-12-15 13:01:46 queue INFO 7 [153] -2014-12-15 13:01:47 queue INFO 3 [154] -2014-12-15 13:01:47 queue INFO 7 [155] -2014-12-15 13:01:47 queue INFO 3 [156] -2014-12-15 13:01:48 queue INFO 7 [157] -2014-12-15 13:01:48 queue INFO 3 [158] -2014-12-15 13:01:48 queue INFO 7 [159] -2014-12-15 13:01:49 queue INFO 3 [160] -2014-12-15 13:01:49 queue INFO 7 [161] -2014-12-15 13:01:49 queue INFO 3 [162] -2014-12-15 13:01:50 queue INFO 7 [163] -2014-12-15 13:01:50 queue INFO 3 [164] -2014-12-15 13:01:50 queue INFO 7 [165] -2014-12-15 13:01:51 queue INFO 3 [166] -2014-12-15 13:01:51 queue INFO 7 [167] -2014-12-15 13:01:51 queue INFO 3 [168] -2014-12-15 13:01:52 queue INFO 7 [169] -2014-12-15 13:01:52 queue INFO 3 [170] -2014-12-15 13:01:52 queue INFO 7 [171] -2014-12-15 13:01:53 queue INFO 3 [172] -2014-12-15 13:01:53 queue INFO 7 [173] -2014-12-15 13:01:53 queue INFO 3 [174] -2014-12-15 13:01:54 queue INFO 7 [175] -2014-12-15 13:01:54 queue INFO 3 [176] -2014-12-15 13:01:54 queue INFO 7 [177] -2014-12-15 13:01:55 queue INFO 3 [178] -2014-12-15 13:01:55 queue INFO 7 [179] -2014-12-15 13:01:55 queue INFO 3 [180] -2014-12-15 13:01:56 queue INFO 7 [181] -2014-12-15 13:01:56 queue INFO 3 [182] -2014-12-15 13:01:56 queue INFO 7 [183] -2014-12-15 13:01:57 queue INFO 3 [184] -2014-12-15 13:01:57 queue INFO 7 [185] -2014-12-15 13:01:57 queue INFO 3 [186] -2014-12-15 13:01:58 queue INFO 7 [187] -2014-12-15 13:01:58 queue INFO 3 [188] -2014-12-15 13:01:58 queue INFO 7 [189] -2014-12-15 13:01:59 queue INFO 3 [190] -2014-12-15 13:01:59 queue INFO 7 [191] -2014-12-15 13:01:59 queue INFO 3 [192] -2014-12-15 13:02:00 queue INFO 7 [193] -2014-12-15 13:02:00 queue INFO 3 [194] -2014-12-15 13:02:00 queue INFO 7 [195] -2014-12-15 13:02:01 queue INFO 3 [196] -2014-12-15 13:02:01 queue INFO 7 [197] -2014-12-15 13:02:01 queue INFO 3 [198] -2014-12-15 13:02:02 queue INFO 7 [199] -2014-12-15 13:02:02 queue INFO 3 [200] -2014-12-15 13:02:02 queue INFO 7 [201] -2014-12-15 13:02:03 queue INFO 3 [202] -2014-12-15 13:02:03 queue INFO 7 [203] -2014-12-15 13:02:03 queue INFO 3 [204] -2014-12-15 13:02:03 queue INFO 7 [205] -2014-12-15 13:02:04 queue INFO 3 [206] -2014-12-15 13:02:04 queue INFO 7 [207] -2014-12-15 13:02:04 queue INFO 3 [208] -2014-12-15 13:02:05 queue INFO 7 [209] -2014-12-15 13:02:05 queue INFO 3 [210] -2014-12-15 13:02:05 queue INFO 7 [211] -2014-12-15 13:02:06 queue INFO 3 [212] -2014-12-15 13:02:06 queue INFO 7 [213] -2014-12-15 13:02:06 queue INFO 3 [214] -2014-12-15 13:02:07 queue INFO 7 [215] -2014-12-15 13:02:07 queue INFO 3 [216] -2014-12-15 13:02:07 queue INFO 7 [217] -2014-12-15 13:02:08 queue INFO 3 [218] -2014-12-15 13:02:08 queue INFO 7 [219] -2014-12-15 13:02:08 queue INFO 3 [220] -2014-12-15 13:02:09 queue INFO 7 [221] -2014-12-15 13:02:09 queue INFO 3 [222] -2014-12-15 13:02:09 queue INFO 7 [223] -2014-12-15 13:02:10 queue INFO 3 [224] -2014-12-15 13:02:10 queue INFO 7 [225] -2014-12-15 13:02:10 queue INFO 3 [226] -2014-12-15 13:02:11 queue INFO 7 [227] -2014-12-15 13:02:11 queue INFO 3 [228] -2014-12-15 13:02:11 queue INFO 7 [229] -2014-12-15 13:02:12 queue INFO 3 [230] -2014-12-15 13:02:12 queue INFO 7 [231] -2014-12-15 13:02:12 queue INFO 3 [232] -2014-12-15 13:02:13 queue INFO 7 [233] -2014-12-15 13:02:13 queue INFO 3 [234] -2014-12-15 13:02:13 queue INFO 7 [235] -2014-12-15 13:02:14 queue INFO 3 [236] -2014-12-15 13:02:14 queue INFO 7 [237] -2014-12-15 13:02:14 queue INFO 3 [238] -2014-12-15 13:02:15 queue INFO 7 [239] -2014-12-15 13:02:15 queue INFO 3 [240] -2014-12-15 13:02:15 queue INFO 7 [241] -2014-12-15 13:02:16 queue INFO 3 [242] -2014-12-15 13:02:16 queue INFO 7 [243] -2014-12-15 13:02:16 queue INFO 3 [244] -2014-12-15 13:02:17 queue INFO 7 [245] -2014-12-15 13:02:17 queue INFO 3 [246] -2014-12-15 13:02:17 queue INFO 7 [247] -2014-12-15 13:02:17 queue INFO 3 [248] -2014-12-15 13:02:18 queue INFO 7 [249] -2014-12-15 13:02:18 queue INFO 3 [250] -2014-12-15 13:02:18 queue INFO 7 [251] -2014-12-15 13:02:19 queue INFO 3 [252] -2014-12-15 13:02:19 queue INFO 7 [253] -2014-12-15 13:02:19 queue INFO 3 [254] -2014-12-15 13:02:20 queue INFO 7 [255] -2014-12-15 13:02:20 queue INFO 3 [256] -2014-12-15 13:02:20 queue INFO 7 [257] -2014-12-15 13:02:21 queue INFO 3 [258] -2014-12-15 13:02:21 queue INFO 7 [259] -2014-12-15 13:02:22 queue INFO 3 [260] -2014-12-15 13:02:22 queue INFO 7 [261] -2014-12-15 13:02:22 queue INFO 3 [262] -2014-12-15 13:02:23 queue INFO 7 [263] -2014-12-15 13:02:23 queue INFO 3 [264] -2014-12-15 13:02:23 queue INFO 7 [265] -2014-12-15 13:02:24 queue INFO 3 [266] -2014-12-15 13:02:24 queue INFO 7 [267] -2014-12-15 13:02:24 queue INFO 3 [268] -2014-12-15 13:02:25 queue INFO 7 [269] -2014-12-15 13:02:25 queue INFO 3 [270] -2014-12-15 13:02:25 queue INFO 7 [271] -2014-12-15 13:02:26 queue INFO 3 [272] -2014-12-15 13:02:26 queue INFO 7 [273] -2014-12-15 13:02:26 queue INFO 3 [274] -2014-12-15 13:02:27 queue INFO 7 [275] -2014-12-15 13:02:27 queue INFO 3 [276] -2014-12-15 13:02:27 queue INFO 7 [277] -2014-12-15 13:02:27 queue INFO 3 [278] -2014-12-15 13:02:28 queue INFO 7 [279] -2014-12-15 13:02:28 queue INFO 3 [280] -2014-12-15 13:02:29 queue INFO 7 [281] -2014-12-15 13:02:29 queue INFO 3 [282] -2014-12-15 13:02:30 queue INFO 7 [283] -2014-12-15 13:02:30 queue INFO 3 [284] -2014-12-15 13:02:30 queue INFO 7 [285] -2014-12-15 13:02:31 queue INFO 3 [286] -2014-12-15 13:02:31 queue INFO 7 [287] -2014-12-15 13:02:31 queue INFO 3 [288] -2014-12-15 13:02:32 queue INFO 7 [289] -2014-12-15 13:02:32 queue INFO 3 [290] -2014-12-15 13:02:32 queue INFO 7 [291] -2014-12-15 13:02:33 queue INFO 3 [292] -2014-12-15 13:02:33 queue INFO 7 [293] -2014-12-15 13:02:33 queue INFO 3 [294] -2014-12-15 13:02:33 queue INFO 7 [295] -2014-12-15 13:02:34 queue INFO 3 [296] -2014-12-15 13:02:34 queue INFO 7 [297] -2014-12-15 13:02:34 queue INFO 3 [298] -2014-12-15 13:02:35 queue INFO 7 [299] -2014-12-15 13:02:35 queue INFO 3 [300] -2014-12-15 13:02:35 queue INFO 7 [301] -2014-12-15 13:02:36 queue INFO 3 [302] -2014-12-15 13:02:36 queue INFO 7 [303] -2014-12-15 13:02:36 queue INFO 3 [304] -2014-12-15 13:02:37 queue INFO 7 [305] -2014-12-15 13:02:37 queue INFO 3 [306] -2014-12-15 13:02:37 queue INFO 7 [307] -2014-12-15 13:02:38 queue INFO 3 [308] -2014-12-15 13:02:38 queue INFO 7 [309] -2014-12-15 13:02:38 queue INFO 3 [310] -2014-12-15 13:02:39 queue INFO 7 [311] -2014-12-15 13:02:39 queue INFO 3 [312] -2014-12-15 13:02:39 queue INFO 7 [313] -2014-12-15 13:02:40 queue INFO 3 [314] -2014-12-15 13:02:40 queue INFO 7 [315] -2014-12-15 13:02:40 queue INFO 3 [316] -2014-12-15 13:02:41 queue INFO 7 [317] -2014-12-15 13:02:41 queue INFO 3 [318] -2014-12-15 13:02:41 queue INFO 7 [319] -2014-12-15 13:02:42 queue INFO 3 [320] -2014-12-15 13:02:42 queue INFO 7 [321] -2014-12-15 13:02:42 queue INFO 3 [322] -2014-12-15 13:02:43 queue INFO 7 [323] -2014-12-15 13:02:43 queue INFO 3 [324] -2014-12-15 13:02:43 queue INFO 7 [325] -2014-12-15 13:02:44 queue INFO 3 [326] -2014-12-15 13:02:44 queue INFO 7 [327] -2014-12-15 13:02:44 queue INFO 3 [328] -2014-12-15 13:02:44 queue INFO 7 [329] -2014-12-15 13:02:45 queue INFO 3 [330] -2014-12-15 13:02:45 queue INFO 7 [331] -2014-12-15 13:02:45 queue INFO 3 [332] -2014-12-15 13:02:46 queue INFO 7 [333] -2014-12-15 13:02:46 queue INFO 3 [334] -2014-12-15 13:02:46 queue INFO 7 [335] -2014-12-15 13:02:47 queue INFO 3 [336] -2014-12-15 13:02:47 queue INFO 7 [337] -2014-12-15 13:02:47 queue INFO 3 [338] -2014-12-15 13:02:48 queue INFO 7 [339] -2014-12-15 13:02:48 queue INFO 3 [340] -2014-12-15 13:02:49 queue INFO 7 [341] -2014-12-15 13:02:49 queue INFO 3 [342] -2014-12-15 13:02:49 queue INFO 7 [343] -2014-12-15 13:02:50 queue INFO 3 [344] -2014-12-15 13:02:50 queue INFO 7 [345] -2014-12-15 13:02:50 queue INFO 3 [346] -2014-12-15 13:02:51 queue INFO 7 [347] -2014-12-15 13:02:51 queue INFO 3 [348] -2014-12-15 13:02:51 queue INFO 7 [349] -2014-12-15 13:02:52 queue INFO 3 [350] -2014-12-15 13:02:52 queue INFO 7 [351] -2014-12-15 13:02:52 queue INFO 3 [352] -2014-12-15 13:02:53 queue INFO 7 [353] -2014-12-15 13:02:53 queue INFO 3 [354] -2014-12-15 13:02:53 queue INFO 7 [355] -2014-12-15 13:02:53 queue INFO 3 [356] -2014-12-15 13:02:54 queue INFO 7 [357] -2014-12-15 13:02:54 queue INFO 3 [358] -2014-12-15 13:02:54 queue INFO 7 [359] -2014-12-15 13:02:55 queue INFO 3 [360] -2014-12-15 13:02:55 queue INFO 7 [361] -2014-12-15 13:02:55 queue INFO 3 [362] -2014-12-15 13:02:56 queue INFO 7 [363] -2014-12-15 13:02:56 queue INFO 3 [364] -2014-12-15 13:02:56 queue INFO 7 [365] -2014-12-15 13:02:57 queue INFO 3 [366] -2014-12-15 13:02:57 queue INFO 7 [367] -2014-12-15 13:02:57 queue INFO 3 [368] -2014-12-15 13:02:58 queue INFO 7 [369] -2014-12-15 13:02:58 queue INFO 3 [370] -2014-12-15 13:02:58 queue INFO 7 [371] -2014-12-15 13:02:59 queue INFO 3 [372] -2014-12-15 13:02:59 queue INFO 7 [373] -2014-12-15 13:02:59 queue INFO 3 [374] -2014-12-15 13:03:00 queue INFO 7 [375] -2014-12-15 13:03:00 queue INFO 3 [376] -2014-12-15 13:03:00 queue INFO 7 [377] -2014-12-15 13:03:01 queue INFO 3 [378] -2014-12-15 13:03:01 queue INFO 7 [379] -2014-12-15 13:03:01 queue INFO 3 [380] -2014-12-15 13:03:02 queue INFO 7 [381] -2014-12-15 13:03:02 queue INFO 3 [382] -2014-12-15 13:03:02 queue INFO 7 [383] -2014-12-15 13:03:03 queue INFO 3 [384] -2014-12-15 13:03:03 queue INFO 7 [385] -2014-12-15 13:03:03 queue INFO 3 [386] -2014-12-15 13:03:04 queue INFO 7 [387] -2014-12-15 13:03:04 queue INFO 3 [388] -2014-12-15 13:03:04 queue INFO 7 [389] -2014-12-15 13:03:05 queue INFO 3 [390] -2014-12-15 13:03:05 queue INFO 7 [391] -2014-12-15 13:03:05 queue INFO 3 [392] -2014-12-15 13:03:06 queue INFO 7 [393] -2014-12-15 13:03:06 queue INFO 3 [394] -2014-12-15 13:03:06 queue INFO 7 [395] -2014-12-15 13:03:07 queue INFO 3 [396] -2014-12-15 13:03:07 queue INFO 7 [397] -2014-12-15 13:03:07 queue INFO 3 [398] -2014-12-15 13:03:07 queue INFO 7 [399] -2014-12-15 13:03:08 queue INFO 3 [400] -2014-12-15 13:03:08 queue INFO 7 [401] -2014-12-15 13:03:08 queue INFO 3 [402] -2014-12-15 13:03:09 queue INFO 7 [403] -2014-12-15 13:03:09 queue INFO 3 [404] -2014-12-15 13:03:09 queue INFO 7 [405] -2014-12-15 13:03:10 queue INFO 3 [406] -2014-12-15 13:03:10 queue INFO 7 [407] -2014-12-15 13:03:10 queue INFO 3 [408] -2014-12-15 13:03:11 queue INFO 7 [409] -2014-12-15 13:03:11 queue INFO 3 [410] -2014-12-15 13:03:11 queue INFO 7 [411] -2014-12-15 13:03:12 queue INFO 3 [412] -2014-12-15 13:03:12 queue INFO 7 [413] -2014-12-15 13:03:12 queue INFO 3 [414] -2014-12-15 13:03:13 queue INFO 7 [415] -2014-12-15 13:03:13 queue INFO 3 [416] -2014-12-15 13:03:13 queue INFO 7 [417] -2014-12-15 13:03:14 queue INFO 3 [418] -2014-12-15 13:03:14 queue INFO 7 [419] -2014-12-15 13:03:14 queue INFO 3 [420] -2014-12-15 13:03:15 queue INFO 7 [421] -2014-12-15 13:03:15 queue INFO 3 [422] -2014-12-15 13:03:16 queue INFO 7 [423] -2014-12-15 13:03:16 queue INFO 3 [424] -2014-12-15 13:03:16 queue INFO 7 [425] -2014-12-15 13:03:16 queue INFO 3 [426] -2014-12-15 13:03:17 queue INFO 7 [427] -2014-12-15 13:03:17 queue INFO 3 [428] -2014-12-15 13:03:17 queue INFO 7 [429] -2014-12-15 13:03:18 queue INFO 3 [430] -2014-12-15 13:03:18 queue INFO 7 [431] -2014-12-15 13:03:18 queue INFO 3 [432] -2014-12-15 13:03:19 queue INFO 7 [433] -2014-12-15 13:03:19 queue INFO 3 [434] -2014-12-15 13:03:19 queue INFO 7 [435] -2014-12-15 13:03:20 queue INFO 3 [436] -2014-12-15 13:03:20 queue INFO 7 [437] -2014-12-15 13:03:20 queue INFO 3 [438] -2014-12-15 13:03:21 queue INFO 7 [439] -2014-12-15 13:03:21 queue INFO 3 [440] -2014-12-15 13:03:21 queue INFO 7 [441] -2014-12-15 13:03:22 queue INFO 3 [442] -2014-12-15 13:03:22 queue INFO 7 [443] -2014-12-15 13:03:22 queue INFO 3 [444] -2014-12-15 13:03:23 queue INFO 7 [445] -2014-12-15 13:03:23 queue INFO 3 [446] -2014-12-15 13:03:23 queue INFO 7 [447] -2014-12-15 13:03:24 queue INFO 3 [448] -2014-12-15 13:03:24 queue INFO 7 [449] -2014-12-15 13:03:24 queue INFO 3 [450] -2014-12-15 13:03:25 queue INFO 7 [451] -2014-12-15 13:03:25 queue INFO 3 [452] -2014-12-15 13:03:25 queue INFO 7 [453] -2014-12-15 13:03:26 queue INFO 3 [454] -2014-12-15 13:03:26 queue INFO 7 [455] -2014-12-15 13:03:26 queue INFO 3 [456] -2014-12-15 13:03:27 queue INFO 7 [457] -2014-12-15 13:03:28 queue INFO >7 [458] -2014-12-15 13:03:30 queue INFO 3 [459] -2014-12-15 13:03:30 queue INFO 7 [460] -2014-12-15 13:03:30 queue INFO 3 [461] -2014-12-15 13:03:31 queue INFO 7 [462] -2014-12-15 13:03:31 queue INFO 3 [463] -2014-12-15 13:03:31 queue INFO 7 [464] -2014-12-15 13:03:32 queue INFO 3 [465] -2014-12-15 13:03:32 queue INFO 7 [466] -2014-12-15 13:03:32 queue INFO 3 [467] -2014-12-15 13:03:33 queue INFO 7 [468] -2014-12-15 13:03:33 queue INFO 3 [469] -2014-12-15 13:03:33 queue INFO 7 [470] -2014-12-15 13:03:33 queue INFO 3 [471] -2014-12-15 13:03:34 queue INFO 7 [472] -2014-12-15 13:03:34 queue INFO 3 [473] -2014-12-15 13:03:35 queue INFO 7 [474] -2014-12-15 13:03:35 queue INFO 3 [475] -2014-12-15 13:03:36 queue INFO 7 [476] -2014-12-15 13:03:36 queue INFO 3 [477] -2014-12-15 13:03:36 queue INFO 7 [478] -2014-12-15 13:03:37 queue INFO 3 [479] -2014-12-15 13:03:37 queue INFO 7 [480] -2014-12-15 13:03:37 queue INFO 3 [481] -2014-12-15 13:03:38 queue INFO 7 [482] -2014-12-15 13:03:38 queue INFO 3 [483] -2014-12-15 13:03:38 queue INFO 7 [484] -2014-12-15 13:03:39 queue INFO 3 [485] -2014-12-15 13:03:39 queue INFO 7 [486] -2014-12-15 13:03:39 queue INFO 3 [487] -2014-12-15 13:03:40 queue INFO 7 [488] -2014-12-15 13:03:40 queue INFO 3 [489] -2014-12-15 13:03:40 queue INFO 7 [490] -2014-12-15 13:03:41 queue INFO 3 [491] -2014-12-15 13:03:41 queue INFO 7 [492] -2014-12-15 13:03:41 queue INFO 3 [493] -2014-12-15 13:03:41 queue INFO 7 [494] -2014-12-15 13:03:42 queue INFO 3 [495] -2014-12-15 13:03:42 queue INFO 7 [496] -2014-12-15 13:03:42 queue INFO 3 [497] -2014-12-15 13:03:43 queue INFO 7 [498] -2014-12-15 13:03:43 queue INFO 3 [499] -2014-12-15 13:03:43 queue INFO 7 [500] -2014-12-15 13:03:44 queue INFO 3 [501] -2014-12-15 13:03:44 queue INFO 7 [502] -2014-12-15 13:03:45 queue INFO 3 [503] -2014-12-15 13:03:45 queue INFO 7 [504] -2014-12-15 13:03:45 queue INFO 3 [505] -2014-12-15 13:03:46 queue INFO 7 [506] -2014-12-15 13:03:46 queue INFO 3 [507] -2014-12-15 13:03:46 queue INFO 7 [508] -2014-12-15 13:03:47 queue INFO 3 [509] -2014-12-15 13:03:47 queue INFO 7 [510] -2014-12-15 13:03:47 queue INFO 3 [511] -2014-12-15 13:03:48 queue INFO 7 [512] -2014-12-15 13:03:48 queue INFO 3 [513] -2014-12-15 13:03:48 queue INFO 7 [514] -2014-12-15 13:03:49 queue INFO 3 [515] -2014-12-15 13:03:49 queue INFO 7 [516] -2014-12-15 13:03:49 queue INFO 3 [517] -2014-12-15 13:03:50 queue INFO 7 [518] -2014-12-15 13:03:50 queue INFO 3 [519] -2014-12-15 13:03:50 queue INFO 7 [520] -2014-12-15 13:03:51 queue INFO 3 [521] -2014-12-15 13:03:51 queue INFO 7 [522] -2014-12-15 13:03:51 queue INFO 3 [523] -2014-12-15 13:03:51 queue INFO 7 [524] -2014-12-15 13:03:52 queue INFO 3 [525] -2014-12-15 13:03:52 queue INFO 7 [526] -2014-12-15 13:03:52 queue INFO 3 [527] -2014-12-15 13:03:53 queue INFO 7 [528] -2014-12-15 13:03:53 queue INFO 3 [529] -2014-12-15 13:03:53 queue INFO 7 [530] -2014-12-15 13:03:54 queue INFO 3 [531] -2014-12-15 13:03:54 queue INFO 7 [532] -2014-12-15 13:03:54 queue INFO 3 [533] -2014-12-15 13:03:55 queue INFO 7 [534] -2014-12-15 13:03:55 queue INFO 3 [535] -2014-12-15 13:03:55 queue INFO 7 [536] -2014-12-15 13:03:56 queue INFO 3 [537] -2014-12-15 13:03:56 queue INFO 7 [538] -2014-12-15 13:03:56 queue INFO 3 [539] -2014-12-15 13:03:57 queue INFO 7 [540] -2014-12-15 13:03:57 queue INFO 3 [541] -2014-12-15 13:03:57 queue INFO 7 [542] -2014-12-15 13:03:58 queue INFO 3 [543] -2014-12-15 13:03:58 queue INFO 7 [544] -2014-12-15 13:03:58 queue INFO 3 [545] -2014-12-15 13:03:59 queue INFO 7 [546] -2014-12-15 13:03:59 queue INFO 3 [547] -2014-12-15 13:03:59 queue INFO 7 [548] -2014-12-15 13:04:00 queue INFO 3 [549] -2014-12-15 13:04:00 queue INFO 7 [550] -2014-12-15 13:04:00 queue INFO 3 [551] -2014-12-15 13:04:01 queue INFO 7 [552] -2014-12-15 13:04:01 queue INFO 3 [553] -2014-12-15 13:04:01 queue INFO 7 [554] -2014-12-15 13:04:02 queue INFO 3 [555] -2014-12-15 13:04:02 queue INFO 7 [556] -2014-12-15 13:04:02 queue INFO 3 [557] -2014-12-15 13:04:03 queue INFO 7 [558] -2014-12-15 13:04:03 queue INFO 3 [559] -2014-12-15 13:04:03 queue INFO 7 [560] -2014-12-15 13:04:04 queue INFO 3 [561] -2014-12-15 13:04:04 queue INFO 7 [562] -2014-12-15 13:04:04 queue INFO 3 [563] -2014-12-15 13:04:05 queue INFO 7 [564] -2014-12-15 13:04:05 queue INFO 3 [565] -2014-12-15 13:04:05 queue INFO 7 [566] -2014-12-15 13:04:05 queue INFO 3 [567] -2014-12-15 13:04:06 queue INFO 7 [568] -2014-12-15 13:04:06 queue INFO 3 [569] -2014-12-15 13:04:06 queue INFO 7 [570] -2014-12-15 13:04:07 queue INFO 3 [571] -2014-12-15 13:04:07 queue INFO 7 [572] -2014-12-15 13:04:07 queue INFO 3 [573] -2014-12-15 13:04:08 queue INFO 7 [574] -2014-12-15 13:04:08 queue INFO 3 [575] -2014-12-15 13:04:08 queue INFO 7 [576] -2014-12-15 13:04:09 queue INFO 3 [577] -2014-12-15 13:04:09 queue INFO 7 [578] -2014-12-15 13:04:09 queue INFO 3 [579] -2014-12-15 13:04:10 queue INFO 7 [580] -2014-12-15 13:04:10 queue INFO 3 [581] -2014-12-15 13:04:11 queue INFO 7 [582] -2014-12-15 13:04:11 queue INFO 3 [583] -2014-12-15 13:04:11 queue INFO 7 [584] -2014-12-15 13:04:12 queue INFO 3 [585] -2014-12-15 13:04:12 queue INFO 7 [586] -2014-12-15 13:04:12 queue INFO 3 [587] -2014-12-15 13:04:12 queue INFO 7 [588] -2014-12-15 13:04:13 queue INFO 3 [589] -2014-12-15 13:04:13 queue INFO 7 [590] -2014-12-15 13:04:13 queue INFO 3 [591] -2014-12-15 13:04:14 queue INFO 7 [592] -2014-12-15 13:04:14 queue INFO 3 [593] -2014-12-15 13:04:14 queue INFO 7 [594] -2014-12-15 13:04:15 queue INFO 3 [595] -2014-12-15 13:04:15 queue INFO 7 [596] -2014-12-15 13:04:15 queue INFO 3 [597] -2014-12-15 13:04:16 queue INFO 7 [598] -2014-12-15 13:04:16 queue INFO 3 [599] -2014-12-15 13:04:16 queue INFO 7 [600] -2014-12-15 13:04:17 queue INFO 3 [601] -2014-12-15 13:04:17 queue INFO 7 [602] -2014-12-15 13:04:17 queue INFO 3 [603] -2014-12-15 13:04:18 queue INFO 7 [604] -2014-12-15 13:04:18 queue INFO 3 [605] -2014-12-15 13:04:18 queue INFO 7 [606] -2014-12-15 13:04:19 queue INFO 3 [607] -2014-12-15 13:04:19 queue INFO 7 [608] -2014-12-15 13:04:19 queue INFO 3 [609] -2014-12-15 13:04:20 queue INFO 7 [610] -2014-12-15 13:04:20 queue INFO 3 [611] -2014-12-15 13:04:20 queue INFO 7 [612] -2014-12-15 13:04:21 queue INFO 3 [613] -2014-12-15 13:04:21 queue INFO 7 [614] -2014-12-15 13:04:21 queue INFO 3 [615] -2014-12-15 13:04:22 queue INFO 7 [616] -2014-12-15 13:04:22 queue INFO 3 [617] -2014-12-15 13:04:22 queue INFO 7 [618] -2014-12-15 13:04:22 queue INFO 3 [619] -2014-12-15 13:04:23 queue INFO 7 [620] -2014-12-15 13:04:23 queue INFO 3 [621] -2014-12-15 13:04:23 queue INFO 7 [622] -2014-12-15 13:04:24 queue INFO 3 [623] -2014-12-15 13:04:24 queue INFO 7 [624] -2014-12-15 13:04:24 queue INFO 3 [625] -2014-12-15 13:04:25 queue INFO 7 [626] -2014-12-15 13:04:25 queue INFO 3 [627] -2014-12-15 13:04:25 queue INFO 7 [628] -2014-12-15 13:04:26 queue INFO 3 [629] -2014-12-15 13:04:26 queue INFO 7 [630] -2014-12-15 13:04:26 queue INFO 3 [631] -2014-12-15 13:04:27 queue INFO 7 [632] -2014-12-15 13:04:27 queue INFO 3 [633] -2014-12-15 13:04:27 queue INFO 7 [634] -2014-12-15 13:04:28 queue INFO 3 [635] -2014-12-15 13:04:28 queue INFO 7 [636] -2014-12-15 13:04:28 queue INFO 3 [637] -2014-12-15 13:04:29 queue INFO 7 [638] -2014-12-15 13:04:29 queue INFO 3 [639] -2014-12-15 13:04:29 queue INFO 7 [640] -2014-12-15 13:04:30 queue INFO 3 [641] -2014-12-15 13:04:30 queue INFO 7 [642] -2014-12-15 13:04:30 queue INFO 3 [643] -2014-12-15 13:04:31 queue INFO 7 [644] -2014-12-15 13:04:31 queue INFO 3 [645] -2014-12-15 13:04:31 queue INFO 7 [646] -2014-12-15 13:04:32 queue INFO 3 [647] -2014-12-15 13:04:32 queue INFO 7 [648] -2014-12-15 13:04:32 queue INFO 3 [649] -2014-12-15 13:04:33 queue INFO 7 [650] -2014-12-15 13:04:33 queue INFO 3 [651] -2014-12-15 13:04:33 queue INFO 7 [652] -2014-12-15 13:04:34 queue INFO 3 [653] -2014-12-15 13:04:34 queue INFO 7 [654] -2014-12-15 13:04:34 queue INFO 3 [655] -2014-12-15 13:04:35 queue INFO 7 [656] -2014-12-15 13:04:35 queue INFO 3 [657] -2014-12-15 13:04:35 queue INFO 7 [658] -2014-12-15 13:04:35 queue INFO 3 [659] -2014-12-15 13:04:36 queue INFO 7 [660] -2014-12-15 13:04:36 queue INFO 3 [661] -2014-12-15 13:04:36 queue INFO 7 [662] -2014-12-15 13:04:37 queue INFO 3 [663] -2014-12-15 13:04:37 queue INFO 7 [664] -2014-12-15 13:04:38 queue INFO 3 [665] -2014-12-15 13:04:38 queue INFO 7 [666] -2014-12-15 13:04:38 queue INFO 3 [667] -2014-12-15 13:04:39 queue INFO 7 [668] -2014-12-15 13:04:39 queue INFO 3 [669] -2014-12-15 13:04:39 queue INFO 7 [670] -2014-12-15 13:04:40 queue INFO 3 [671] -2014-12-15 13:04:40 queue INFO 7 [672] -2014-12-15 13:04:40 queue INFO 3 [673] -2014-12-15 13:04:41 queue INFO 7 [674] -2014-12-15 13:04:41 queue INFO 3 [675] -2014-12-15 13:04:41 queue INFO 7 [676] -2014-12-15 13:04:42 queue INFO 3 [677] -2014-12-15 13:04:42 queue INFO 7 [678] -2014-12-15 13:04:42 queue INFO 3 [679] -2014-12-15 13:04:43 queue INFO 7 [680] -2014-12-15 13:04:43 queue INFO 3 [681] -2014-12-15 13:04:43 queue INFO 7 [682] -2014-12-15 13:04:44 queue INFO 3 [683] -2014-12-15 13:04:44 queue INFO 7 [684] -2014-12-15 13:04:44 queue INFO 3 [685] -2014-12-15 13:04:44 queue INFO 7 [686] -2014-12-15 13:04:45 queue INFO 3 [687] -2014-12-15 13:04:45 queue INFO 7 [688] -2014-12-15 13:04:45 queue INFO 3 [689] -2014-12-15 13:04:46 queue INFO 7 [690] -2014-12-15 13:04:46 queue INFO 3 [691] -2014-12-15 13:04:46 queue INFO 7 [692] -2014-12-15 13:04:47 queue INFO 3 [693] -2014-12-15 13:04:47 queue INFO 7 [694] -2014-12-15 13:04:47 queue INFO 3 [695] -2014-12-15 13:04:48 queue INFO 7 [696] -2014-12-15 13:04:48 queue INFO 3 [697] -2014-12-15 13:04:48 queue INFO 7 [698] -2014-12-15 13:04:49 queue INFO 3 [699] -2014-12-15 13:04:49 queue INFO 7 [700] -2014-12-15 13:04:49 queue INFO 3 [701] -2014-12-15 13:04:50 queue INFO 7 [702] -2014-12-15 13:04:50 queue INFO 3 [703] -2014-12-15 13:04:50 queue INFO 7 [704] -2014-12-15 13:04:51 queue INFO 3 [705] -2014-12-15 13:04:51 queue INFO 7 [706] -2014-12-15 13:04:51 queue INFO 3 [707] -2014-12-15 13:04:52 queue INFO 7 [708] -2014-12-15 13:04:52 queue INFO 3 [709] -2014-12-15 13:04:52 queue INFO 7 [710] -2014-12-15 13:04:53 queue INFO 3 [711] -2014-12-15 13:04:53 queue INFO 7 [712] -2014-12-15 13:04:53 queue INFO 3 [713] -2014-12-15 13:04:54 queue INFO 7 [714] -2014-12-15 13:04:54 queue INFO 3 [715] -2014-12-15 13:04:54 queue INFO 7 [716] -2014-12-15 13:04:55 queue INFO 3 [717] -2014-12-15 13:04:55 queue INFO 7 [718] -2014-12-15 13:04:55 queue INFO 3 [719] -2014-12-15 13:04:56 queue INFO 7 [720] -2014-12-15 13:04:56 queue INFO 3 [721] -2014-12-15 13:04:56 queue INFO 7 [722] -2014-12-15 13:04:57 queue INFO 3 [723] -2014-12-15 13:04:57 queue INFO 7 [724] -2014-12-15 13:04:57 queue INFO 3 [725] -2014-12-15 13:04:58 queue INFO 7 [726] -2014-12-15 13:04:58 queue INFO 3 [727] -2014-12-15 13:04:58 queue INFO 7 [728] -2014-12-15 13:04:58 queue INFO 3 [729] -2014-12-15 13:04:59 queue INFO 7 [730] -2014-12-15 13:04:59 queue INFO 3 [731] -2014-12-15 13:04:59 queue INFO 7 [732] -2014-12-15 13:05:00 queue INFO 3 [733] -2014-12-15 13:05:00 queue INFO 7 [734] -2014-12-15 13:05:01 queue INFO 3 [735] -2014-12-15 13:05:01 queue INFO 7 [736] -2014-12-15 13:05:01 queue INFO 3 [737] -2014-12-15 13:05:02 queue INFO 7 [738] -2014-12-15 13:05:02 queue INFO 3 [739] -2014-12-15 13:05:02 queue INFO 7 [740] -2014-12-15 13:05:02 queue INFO 3 [741] -2014-12-15 13:05:03 queue INFO 7 [742] -2014-12-15 13:05:03 queue INFO 3 [743] -2014-12-15 13:05:04 queue INFO 7 [744] -2014-12-15 13:05:04 queue INFO 3 [745] -2014-12-15 13:05:04 queue INFO 7 [746] -2014-12-15 13:05:05 queue INFO 3 [747] -2014-12-15 13:05:05 queue INFO 7 [748] -2014-12-15 13:05:05 queue INFO 3 [749] -2014-12-15 13:05:06 queue INFO 7 [750] -2014-12-15 13:05:06 queue INFO 3 [751] -2014-12-15 13:05:06 queue INFO 7 [752] -2014-12-15 13:05:07 queue INFO 3 [753] -2014-12-15 13:05:07 queue INFO 7 [754] -2014-12-15 13:05:07 queue INFO 3 [755] -2014-12-15 13:05:08 queue INFO 7 [756] -2014-12-15 13:05:08 queue INFO 3 [757] -2014-12-15 13:05:08 queue INFO 7 [758] -2014-12-15 13:05:09 queue INFO 3 [759] -2014-12-15 13:05:09 queue INFO 7 [760] -2014-12-15 13:05:09 queue INFO 3 [761] -2014-12-15 13:05:10 queue INFO 7 [762] -2014-12-15 13:05:10 queue INFO 3 [763] -2014-12-15 13:05:10 queue INFO 7 [764] -2014-12-15 13:05:10 queue INFO 3 [765] -2014-12-15 13:05:11 queue INFO 7 [766] -2014-12-15 13:05:11 queue INFO 3 [767] -2014-12-15 13:05:11 queue INFO 7 [768] -2014-12-15 13:05:12 queue INFO 3 [769] -2014-12-15 13:05:12 queue INFO 7 [770] -2014-12-15 13:05:12 queue INFO 3 [771] -2014-12-15 13:05:13 queue INFO 7 [772] -2014-12-15 13:05:14 queue INFO 3 [773] -2014-12-15 13:05:14 queue INFO 7 [774] -2014-12-15 13:05:14 queue INFO 3 [775] -2014-12-15 13:05:15 queue INFO 7 [776] -2014-12-15 13:05:15 queue INFO 3 [777] -2014-12-15 13:05:15 queue INFO 7 [778] -2014-12-15 13:05:16 queue INFO 3 [779] -2014-12-15 13:05:16 queue INFO 7 [780] -2014-12-15 13:05:16 queue INFO 3 [781] -2014-12-15 13:05:17 queue INFO 7 [782] -2014-12-15 13:05:17 queue INFO 3 [783] -2014-12-15 13:05:17 queue INFO 7 [784] -2014-12-15 13:05:17 queue INFO 3 [785] -2014-12-15 13:05:18 queue INFO 7 [786] -2014-12-15 13:05:18 queue INFO 3 [787] -2014-12-15 13:05:18 queue INFO 7 [788] -2014-12-15 13:05:19 queue INFO 3 [789] -2014-12-15 13:05:19 queue INFO 7 [790] -2014-12-15 13:05:19 queue INFO 3 [791] -2014-12-15 13:05:20 queue INFO 7 [792] -2014-12-15 13:05:20 queue INFO 3 [793] -2014-12-15 13:05:20 queue INFO 7 [794] -2014-12-15 13:05:21 queue INFO 3 [795] -2014-12-15 13:05:21 queue INFO 7 [796] -2014-12-15 13:05:21 queue INFO 3 [797] -2014-12-15 13:05:22 queue INFO 7 [798] -2014-12-15 13:05:22 queue INFO 3 [799] -2014-12-15 13:05:22 queue INFO 7 [800] -2014-12-15 13:05:23 queue INFO 3 [801] -2014-12-15 13:05:23 queue INFO 7 [802] -2014-12-15 13:05:23 queue INFO 3 [803] -2014-12-15 13:05:24 queue INFO 7 [804] -2014-12-15 13:05:24 queue INFO 3 [805] -2014-12-15 13:05:24 queue INFO 7 [806] -2014-12-15 13:05:25 queue INFO 3 [807] -2014-12-15 13:05:25 queue INFO 7 [808] -2014-12-15 13:05:25 queue INFO 3 [809] -2014-12-15 13:05:26 queue INFO 7 [810] -2014-12-15 13:05:26 queue INFO 3 [811] -2014-12-15 13:05:26 queue INFO 7 [812] -2014-12-15 13:05:27 queue INFO 3 [813] -2014-12-15 13:05:27 queue INFO 7 [814] -2014-12-15 13:05:27 queue INFO 3 [815] -2014-12-15 13:05:28 queue INFO 7 [816] -2014-12-15 13:05:28 queue INFO 3 [817] -2014-12-15 13:05:28 queue INFO 7 [818] -2014-12-15 13:05:29 queue INFO 3 [819] -2014-12-15 13:05:29 queue INFO 7 [820] -2014-12-15 13:05:29 queue INFO 3 [821] -2014-12-15 13:05:30 queue INFO 7 [822] -2014-12-15 13:05:30 queue INFO 3 [823] -2014-12-15 13:05:30 queue INFO 7 [824] -2014-12-15 13:05:31 queue INFO 3 [825] -2014-12-15 13:05:31 queue INFO 7 [826] -2014-12-15 13:05:31 queue INFO 3 [827] -2014-12-15 13:05:32 queue INFO 7 [828] -2014-12-15 13:05:32 queue INFO 3 [829] -2014-12-15 13:05:32 queue INFO 7 [830] -2014-12-15 13:05:33 queue INFO 3 [831] -2014-12-15 13:05:33 queue INFO 7 [832] -2014-12-15 13:05:33 queue INFO 3 [833] -2014-12-15 13:05:34 queue INFO 7 [834] -2014-12-15 13:05:34 queue INFO 3 [835] -2014-12-15 13:05:34 queue INFO 7 [836] -2014-12-15 13:05:35 queue INFO 3 [837] -2014-12-15 13:05:35 queue INFO 7 [838] -2014-12-15 13:05:35 queue INFO 3 [839] -2014-12-15 13:05:36 queue INFO 7 [840] -2014-12-15 13:05:36 queue INFO 3 [841] -2014-12-15 13:05:36 queue INFO 7 [842] -2014-12-15 13:05:37 queue INFO 3 [843] -2014-12-15 13:05:37 queue INFO 7 [844] -2014-12-15 13:05:37 queue INFO 3 [845] -2014-12-15 13:05:38 queue INFO 7 [846] -2014-12-15 13:05:38 queue INFO 3 [847] -2014-12-15 13:05:38 queue INFO 7 [848] -2014-12-15 13:05:39 queue INFO 3 [849] -2014-12-15 13:05:39 queue INFO 7 [850] -2014-12-15 13:05:39 queue INFO 3 [851] -2014-12-15 13:05:40 queue INFO 7 [852] -2014-12-15 13:05:40 queue INFO 3 [853] -2014-12-15 13:05:40 queue INFO 7 [854] -2014-12-15 13:05:41 queue INFO 3 [855] -2014-12-15 13:05:41 queue INFO 7 [856] -2014-12-15 13:05:41 queue INFO 3 [857] -2014-12-15 13:05:42 queue INFO 7 [858] -2014-12-15 13:05:42 queue INFO 3 [859] -2014-12-15 13:05:42 queue INFO 7 [860] -2014-12-15 13:05:43 queue INFO 3 [861] -2014-12-15 13:05:43 queue INFO 7 [862] -2014-12-15 13:05:43 queue INFO 3 [863] -2014-12-15 13:05:44 queue INFO 7 [864] -2014-12-15 13:05:44 queue INFO 3 [865] -2014-12-15 13:05:44 queue INFO 7 [866] -2014-12-15 13:05:44 queue INFO 3 [867] -2014-12-15 13:05:45 queue INFO 7 [868] -2014-12-15 13:05:45 queue INFO 3 [869] -2014-12-15 13:05:46 queue INFO 7 [870] -2014-12-15 13:05:46 queue INFO 3 [871] -2014-12-15 13:05:47 queue INFO 7 [872] -2014-12-15 13:05:47 queue INFO 3 [873] -2014-12-15 13:05:47 queue INFO 7 [874] -2014-12-15 13:05:48 queue INFO 3 [875] -2014-12-15 13:05:48 queue INFO 7 [876] -2014-12-15 13:05:48 queue INFO 3 [877] -2014-12-15 13:05:49 queue INFO 7 [878] -2014-12-15 13:05:49 queue INFO 3 [879] -2014-12-15 13:05:49 queue INFO 7 [880] -2014-12-15 13:05:50 queue INFO 3 [881] -2014-12-15 13:05:50 queue INFO 7 [882] -2014-12-15 13:05:50 queue INFO 3 [883] -2014-12-15 13:05:51 queue INFO 7 [884] -2014-12-15 13:05:51 queue INFO 3 [885] -2014-12-15 13:05:51 queue INFO 7 [886] -2014-12-15 13:05:52 queue INFO 3 [887] -2014-12-15 13:05:52 queue INFO 7 [888] -2014-12-15 13:05:52 queue INFO 3 [889] -2014-12-15 13:05:53 queue INFO 7 [890] -2014-12-15 13:05:53 queue INFO 3 [891] -2014-12-15 13:05:53 queue INFO 7 [892] -2014-12-15 13:05:53 queue INFO 3 [893] -2014-12-15 13:05:54 queue INFO 7 [894] -2014-12-15 13:05:54 queue INFO 3 [895] -2014-12-15 13:05:54 queue INFO 7 [896] -2014-12-15 13:05:55 queue INFO 3 [897] -2014-12-15 13:05:55 queue INFO 7 [898] -2014-12-15 13:05:55 queue INFO 3 [899] -2014-12-15 13:05:56 queue INFO 7 [900] -2014-12-15 13:05:56 queue INFO 3 [901] -2014-12-15 13:05:56 queue INFO 7 [902] -2014-12-15 13:05:57 queue INFO 3 [903] -2014-12-15 13:05:57 queue INFO 7 [904] -2014-12-15 13:05:57 queue INFO 3 [905] -2014-12-15 13:05:58 queue INFO 7 [906] -2014-12-15 13:05:58 queue INFO 3 [907] -2014-12-15 13:05:59 queue INFO 7 [908] -2014-12-15 13:05:59 queue INFO 3 [909] -2014-12-15 13:05:59 queue INFO 7 [910] -2014-12-15 13:06:00 queue INFO 3 [911] -2014-12-15 13:06:00 queue INFO 7 [912] -2014-12-15 13:06:00 queue INFO 3 [913] -2014-12-15 13:06:01 queue INFO 7 [914] -2014-12-15 13:06:01 queue INFO 3 [915] -2014-12-15 13:06:01 queue INFO 7 [916] -2014-12-15 13:06:02 queue INFO 3 [917] -2014-12-15 13:06:02 queue INFO 7 [918] -2014-12-15 13:06:02 queue INFO 3 [919] -2014-12-15 13:06:03 queue INFO 7 [920] -2014-12-15 13:06:03 queue INFO 3 [921] -2014-12-15 13:06:03 queue INFO 7 [922] -2014-12-15 13:06:03 queue INFO 3 [923] -2014-12-15 13:06:04 queue INFO 7 [924] -2014-12-15 13:06:04 queue INFO 3 [925] -2014-12-15 13:06:04 queue INFO 7 [926] -2014-12-15 13:06:05 queue INFO 3 [927] -2014-12-15 13:06:05 queue INFO 7 [928] -2014-12-15 13:06:05 queue INFO 3 [929] -2014-12-15 13:06:06 queue INFO 7 [930] -2014-12-15 13:06:06 queue INFO 3 [931] -2014-12-15 13:06:06 queue INFO 7 [932] -2014-12-15 13:06:07 queue INFO 3 [933] -2014-12-15 13:06:07 queue INFO 7 [934] -2014-12-15 13:06:07 queue INFO 3 [935] -2014-12-15 13:06:08 queue INFO 7 [936] -2014-12-15 13:06:08 queue INFO 3 [937] -2014-12-15 13:06:08 queue INFO 7 [938] -2014-12-15 13:06:09 queue INFO 3 [939] -2014-12-15 13:06:09 queue INFO 7 [940] -2014-12-15 13:06:09 queue INFO 3 [941] -2014-12-15 13:06:10 queue INFO 7 [942] -2014-12-15 13:06:10 queue INFO 3 [943] -2014-12-15 13:06:10 queue INFO 7 [944] -2014-12-15 13:06:11 queue INFO 3 [945] -2014-12-15 13:06:11 queue INFO 7 [946] -2014-12-15 13:06:11 queue INFO 3 [947] -2014-12-15 13:06:12 queue INFO 7 [948] -2014-12-15 13:06:12 queue INFO 3 [949] -2014-12-15 13:06:12 queue INFO 7 [950] -2014-12-15 13:06:13 queue INFO 3 [951] -2014-12-15 13:06:13 queue INFO 7 [952] -2014-12-15 13:06:13 queue INFO 3 [953] -2014-12-15 13:06:14 queue INFO 7 [954] -2014-12-15 13:06:14 queue INFO 3 [955] -2014-12-15 13:06:14 queue INFO 7 [956] -2014-12-15 13:06:15 queue INFO 3 [957] -2014-12-15 13:06:15 queue INFO 7 [958] -2014-12-15 13:06:15 queue INFO 3 [959] -2014-12-15 13:06:16 queue INFO 7 [960] -2014-12-15 13:06:16 queue INFO 3 [961] -2014-12-15 13:06:16 queue INFO 7 [962] -2014-12-15 13:06:17 queue INFO 3 [963] -2014-12-15 13:06:17 queue INFO 7 [964] -2014-12-15 13:06:17 queue INFO 3 [965] -2014-12-15 13:06:18 queue INFO 7 [966] -2014-12-15 13:06:18 queue INFO 3 [967] -2014-12-15 13:06:18 queue INFO 7 [968] -2014-12-15 13:06:19 queue INFO 3 [969] -2014-12-15 13:06:19 queue INFO 7 [970] -2014-12-15 13:06:19 queue INFO 3 [971] -2014-12-15 13:06:19 queue INFO 7 [972] -2014-12-15 13:06:20 queue INFO 3 [973] -2014-12-15 13:06:20 queue INFO 7 [974] -2014-12-15 13:06:20 queue INFO 3 [975] -2014-12-15 13:06:21 queue INFO 7 [976] -2014-12-15 13:06:21 queue INFO 3 [977] -2014-12-15 13:06:21 queue INFO 7 [978] -2014-12-15 13:06:22 queue INFO 3 [979] -2014-12-15 13:06:22 queue INFO 7 [980] -2014-12-15 13:06:22 queue INFO 3 [981] -2014-12-15 13:06:23 queue INFO 7 [982] -2014-12-15 13:06:23 queue INFO 3 [983] -2014-12-15 13:06:23 queue INFO 7 [984] -2014-12-15 13:06:24 queue INFO 3 [985] -2014-12-15 13:06:24 queue INFO 7 [986] -2014-12-15 13:06:24 queue INFO 3 [987] -2014-12-15 13:06:25 queue INFO 7 [988] -2014-12-15 13:06:25 queue INFO 3 [989] -2014-12-15 13:06:26 queue INFO 7 [990] -2014-12-15 13:06:26 queue INFO 3 [991] -2014-12-15 13:06:26 queue INFO 7 [992] -2014-12-15 13:06:27 queue INFO 3 [993] -2014-12-15 13:06:27 queue INFO 7 [994] -2014-12-15 13:06:27 queue INFO 3 [995] -2014-12-15 13:06:28 queue INFO 7 [996] -2014-12-15 13:06:28 queue INFO 3 [997] -2014-12-15 13:06:28 queue INFO 7 [998] -2014-12-15 13:06:28 queue INFO 3 [999] -2014-12-15 13:06:29 queue INFO 7 [0] -2014-12-15 13:06:29 queue INFO 3 [1] -2014-12-15 13:06:29 queue INFO 7 [2] -2014-12-15 13:06:30 queue INFO 3 [3] -2014-12-15 13:06:30 queue INFO 7 [4] -2014-12-15 13:06:30 queue INFO 3 [5] -2014-12-15 13:06:31 queue INFO 7 [6] -2014-12-15 13:06:31 queue INFO 3 [7] -2014-12-15 13:06:31 queue INFO 7 [8] -2014-12-15 13:06:32 queue INFO 3 [9] -2014-12-15 13:06:32 queue INFO 7 [10] -2014-12-15 13:06:32 queue INFO 3 [11] -2014-12-15 13:06:33 queue INFO 7 [12] -2014-12-15 13:06:33 queue INFO 3 [13] -2014-12-15 13:06:33 queue INFO 7 [14] -2014-12-15 13:06:34 queue INFO 3 [15] -2014-12-15 13:06:34 queue INFO 7 [16] -2014-12-15 13:06:34 queue INFO 3 [17] -2014-12-15 13:06:35 queue INFO 7 [18] -2014-12-15 13:06:35 queue INFO 3 [19] -2014-12-15 13:06:35 queue INFO 7 [20] -2014-12-15 13:06:36 queue INFO 3 [21] -2014-12-15 13:06:36 queue INFO 7 [22] -2014-12-15 13:06:36 queue INFO 3 [23] -2014-12-15 13:06:37 queue INFO 7 [24] -2014-12-15 13:06:37 queue INFO 3 [25] -2014-12-15 13:06:37 queue INFO 7 [26] -2014-12-15 13:06:38 queue INFO 3 [27] -2014-12-15 13:06:38 queue INFO 7 [28] -2014-12-15 13:06:38 queue INFO 3 [29] -2014-12-15 13:06:39 queue INFO 7 [30] -2014-12-15 13:06:39 queue INFO 3 [31] -2014-12-15 13:06:39 queue INFO 7 [32] -2014-12-15 13:06:39 queue INFO 3 [33] -2014-12-15 13:06:40 queue INFO 7 [34] -2014-12-15 13:06:40 queue INFO 3 [35] -2014-12-15 13:06:40 queue INFO 7 [36] -2014-12-15 13:06:41 queue INFO 3 [37] -2014-12-15 13:06:41 queue INFO 7 [38] -2014-12-15 13:06:41 queue INFO 3 [39] -2014-12-15 13:06:42 queue INFO 7 [40] -2014-12-15 13:06:43 queue INFO 3 [41] -2014-12-15 13:06:43 queue INFO 7 [42] -2014-12-15 13:06:43 queue INFO 3 [43] -2014-12-15 13:06:44 queue INFO 7 [44] -2014-12-15 13:06:44 queue INFO 3 [45] -2014-12-15 13:06:44 queue INFO 7 [46] -2014-12-15 13:06:45 queue INFO 3 [47] -2014-12-15 13:06:45 queue INFO 7 [48] -2014-12-15 13:06:45 queue INFO 3 [49] -2014-12-15 13:06:46 queue INFO 7 [50] -2014-12-15 13:06:46 queue INFO 3 [51] -2014-12-15 13:06:46 queue INFO 7 [52] -2014-12-15 13:06:47 queue INFO 3 [53] -2014-12-15 13:06:47 queue INFO 7 [54] -2014-12-15 13:06:47 queue INFO 3 [55] -2014-12-15 13:06:48 queue INFO 7 [56] -2014-12-15 13:06:48 queue INFO 3 [57] -2014-12-15 13:06:48 queue INFO 7 [58] -2014-12-15 13:06:48 queue INFO 3 [59] -2014-12-15 13:06:49 queue INFO 7 [60] -2014-12-15 13:06:49 queue INFO 3 [61] -2014-12-15 13:06:49 queue INFO 7 [62] -2014-12-15 13:06:50 queue INFO 3 [63] -2014-12-15 13:06:50 queue INFO 7 [64] -2014-12-15 13:06:50 queue INFO 3 [65] -2014-12-15 13:06:51 queue INFO 7 [66] -2014-12-15 13:06:51 queue INFO 3 [67] -2014-12-15 13:06:51 queue INFO 7 [68] -2014-12-15 13:06:52 queue INFO 3 [69] -2014-12-15 13:06:52 queue INFO 7 [70] -2014-12-15 13:06:53 queue INFO 3 [71] -2014-12-15 13:06:53 queue INFO 7 [72] -2014-12-15 13:06:53 queue INFO 3 [73] -2014-12-15 13:06:54 queue INFO 7 [74] -2014-12-15 13:06:54 queue INFO 3 [75] -2014-12-15 13:06:54 queue INFO 7 [76] -2014-12-15 13:06:55 queue INFO 3 [77] -2014-12-15 13:06:55 queue INFO 7 [78] -2014-12-15 13:06:55 queue INFO 3 [79] -2014-12-15 13:06:55 queue INFO 7 [80] -2014-12-15 13:06:56 queue INFO 3 [81] -2014-12-15 13:06:56 queue INFO 7 [82] -2014-12-15 13:06:56 queue INFO 3 [83] -2014-12-15 13:06:57 queue INFO 7 [84] -2014-12-15 13:06:57 queue INFO 3 [85] -2014-12-15 13:06:57 queue INFO 7 [86] -2014-12-15 13:06:58 queue INFO 3 [87] -2014-12-15 13:06:58 queue INFO 7 [88] -2014-12-15 13:06:58 queue INFO 3 [89] -2014-12-15 13:06:59 queue INFO 7 [90] -2014-12-15 13:06:59 queue INFO 3 [91] -2014-12-15 13:06:59 queue INFO 7 [92] -2014-12-15 13:07:00 queue INFO 3 [93] -2014-12-15 13:07:00 queue INFO 7 [94] -2014-12-15 13:07:00 queue INFO 3 [95] -2014-12-15 13:07:01 queue INFO 7 [96] -2014-12-15 13:07:01 queue INFO 3 [97] -2014-12-15 13:07:01 queue INFO 7 [98] -2014-12-15 13:07:02 queue INFO 3 [99] -2014-12-15 13:07:02 queue INFO 7 [100] -2014-12-15 13:07:02 queue INFO 3 [101] -2014-12-15 13:07:03 queue INFO 7 [102] -2014-12-15 13:07:03 queue INFO 3 [103] -2014-12-15 13:07:03 queue INFO 7 [104] -2014-12-15 13:07:04 queue INFO 3 [105] -2014-12-15 13:07:04 queue INFO 7 [106] -2014-12-15 13:07:04 queue INFO 3 [107] -2014-12-15 13:07:04 queue INFO 7 [108] -2014-12-15 13:07:05 queue INFO 3 [109] -2014-12-15 13:07:05 queue INFO 7 [110] -2014-12-15 13:07:05 queue INFO 3 [111] -2014-12-15 13:07:06 queue INFO 7 [112] -2014-12-15 13:07:06 queue INFO 3 [113] -2014-12-15 13:07:06 queue INFO 7 [114] -2014-12-15 13:07:07 queue INFO 3 [115] -2014-12-15 13:07:07 queue INFO 7 [116] -2014-12-15 13:07:07 queue INFO 3 [117] -2014-12-15 13:07:08 queue INFO 7 [118] -2014-12-15 13:07:08 queue INFO 3 [119] -2014-12-15 13:07:08 queue INFO 7 [120] -2014-12-15 13:07:09 queue INFO 3 [121] -2014-12-15 13:07:09 queue INFO 7 [122] -2014-12-15 13:07:09 queue INFO 3 [123] -2014-12-15 13:07:10 queue INFO 7 [124] -2014-12-15 13:07:10 queue INFO 3 [125] -2014-12-15 13:07:10 queue INFO 7 [126] -2014-12-15 13:07:11 queue INFO 3 [127] -2014-12-15 13:07:11 queue INFO 7 [128] -2014-12-15 13:07:11 queue INFO 3 [129] -2014-12-15 13:07:12 queue INFO 7 [130] -2014-12-15 13:07:12 queue INFO 3 [131] -2014-12-15 13:07:12 queue INFO 7 [132] -2014-12-15 13:07:12 queue INFO 3 [133] -2014-12-15 13:07:13 queue INFO 7 [134] -2014-12-15 13:07:13 queue INFO 3 [135] -2014-12-15 13:07:13 queue INFO 7 [136] -2014-12-15 13:07:14 queue INFO 3 [137] -2014-12-15 13:07:14 queue INFO 7 [138] -2014-12-15 13:07:14 queue INFO 3 [139] -2014-12-15 13:07:15 queue INFO 7 [140] -2014-12-15 13:07:15 queue INFO 3 [141] -2014-12-15 13:07:15 queue INFO 7 [142] -2014-12-15 13:07:16 queue INFO 3 [143] -2014-12-15 13:07:16 queue INFO 7 [144] -2014-12-15 13:07:16 queue INFO 3 [145] -2014-12-15 13:07:17 queue INFO 7 [146] -2014-12-15 13:07:17 queue INFO 3 [147] -2014-12-15 13:07:17 queue INFO 7 [148] -2014-12-15 13:07:18 queue INFO 3 [149] -2014-12-15 13:07:18 queue INFO 7 [150] -2014-12-15 13:07:18 queue INFO 3 [151] -2014-12-15 13:07:19 queue INFO 7 [152] -2014-12-15 13:07:19 queue INFO 3 [153] -2014-12-15 13:07:19 queue INFO 7 [154] -2014-12-15 13:07:20 queue INFO 3 [155] -2014-12-15 13:07:20 queue INFO 7 [156] -2014-12-15 13:07:20 queue INFO 3 [157] -2014-12-15 13:07:21 queue INFO 7 [158] -2014-12-15 13:07:21 queue INFO 3 [159] -2014-12-15 13:07:21 queue INFO 7 [160] -2014-12-15 13:07:22 queue INFO 3 [161] -2014-12-15 13:07:22 queue INFO 7 [162] -2014-12-15 13:07:22 queue INFO 3 [163] -2014-12-15 13:07:23 queue INFO 7 [164] -2014-12-15 13:07:23 queue INFO 3 [165] -2014-12-15 13:07:23 queue INFO 7 [166] -2014-12-15 13:07:24 queue INFO 3 [167] -2014-12-15 13:07:24 queue INFO 7 [168] -2014-12-15 13:07:24 queue INFO 3 [169] -2014-12-15 13:07:25 queue INFO 7 [170] -2014-12-15 13:07:25 queue INFO 3 [171] -2014-12-15 13:07:25 queue INFO 7 [172] -2014-12-15 13:07:26 queue INFO 3 [173] -2014-12-15 13:07:26 queue INFO 7 [174] -2014-12-15 13:07:26 queue INFO 3 [175] -2014-12-15 13:07:27 queue INFO 7 [176] -2014-12-15 13:07:27 queue INFO 3 [177] -2014-12-15 13:07:27 queue INFO 7 [178] -2014-12-15 13:07:28 queue INFO 3 [179] -2014-12-15 13:07:28 queue INFO 7 [180] -2014-12-15 13:07:28 queue INFO 3 [181] -2014-12-15 13:07:28 queue INFO 7 [182] -2014-12-15 13:07:29 queue INFO 3 [183] -2014-12-15 13:07:29 queue INFO 7 [184] -2014-12-15 13:07:29 queue INFO 3 [185] -2014-12-15 13:07:30 queue INFO 7 [186] -2014-12-15 13:07:30 queue INFO 3 [187] -2014-12-15 13:07:30 queue INFO 7 [188] -2014-12-15 13:07:31 queue INFO 3 [189] -2014-12-15 13:07:31 queue INFO 7 [190] -2014-12-15 13:07:31 queue INFO 3 [191] -2014-12-15 13:07:32 queue INFO 7 [192] -2014-12-15 13:07:32 queue INFO 3 [193] -2014-12-15 13:07:32 queue INFO 7 [194] -2014-12-15 13:07:33 queue INFO 3 [195] -2014-12-15 13:07:33 queue INFO 7 [196] -2014-12-15 13:07:33 queue INFO 3 [197] -2014-12-15 13:07:34 queue INFO 7 [198] -2014-12-15 13:07:34 queue INFO 3 [199] -2014-12-15 13:07:34 queue INFO 7 [200] -2014-12-15 13:07:35 queue INFO 3 [201] -2014-12-15 13:07:35 queue INFO 7 [202] -2014-12-15 13:07:35 queue INFO 3 [203] -2014-12-15 13:07:36 queue INFO 7 [204] -2014-12-15 13:07:36 queue INFO 3 [205] -2014-12-15 13:07:36 queue INFO 7 [206] -2014-12-15 13:07:37 queue INFO 3 [207] -2014-12-15 13:07:37 queue INFO 7 [208] -2014-12-15 13:07:37 queue INFO 3 [209] -2014-12-15 13:07:38 queue INFO 7 [210] -2014-12-15 13:07:38 queue INFO 3 [211] -2014-12-15 13:07:38 queue INFO 7 [212] -2014-12-15 13:07:38 queue INFO 3 [213] -2014-12-15 13:07:39 queue INFO 7 [214] -2014-12-15 13:07:39 queue INFO 3 [215] -2014-12-15 13:07:39 queue INFO 7 [216] -2014-12-15 13:07:40 queue INFO 3 [217] -2014-12-15 13:07:40 queue INFO 7 [218] -2014-12-15 13:07:40 queue INFO 3 [219] -2014-12-15 13:07:41 queue INFO 7 [220] -2014-12-15 13:07:41 queue INFO 3 [221] -2014-12-15 13:07:41 queue INFO 7 [222] -2014-12-15 13:07:42 queue INFO 3 [223] -2014-12-15 13:07:42 queue INFO 7 [224] -2014-12-15 13:07:42 queue INFO 3 [225] -2014-12-15 13:07:43 queue INFO 7 [226] -2014-12-15 13:07:43 queue INFO 3 [227] -2014-12-15 13:07:43 queue INFO 7 [228] -2014-12-15 13:07:44 queue INFO 3 [229] -2014-12-15 13:07:44 queue INFO 7 [230] -2014-12-15 13:07:44 queue INFO 3 [231] -2014-12-15 13:07:45 queue INFO 7 [232] -2014-12-15 13:07:45 queue INFO 3 [233] -2014-12-15 13:07:45 queue INFO 7 [234] -2014-12-15 13:07:46 queue INFO 3 [235] -2014-12-15 13:07:46 queue INFO 7 [236] -2014-12-15 13:07:47 queue INFO 3 [237] -2014-12-15 13:07:47 queue INFO 7 [238] -2014-12-15 13:07:47 queue INFO 3 [239] -2014-12-15 13:07:47 queue INFO 7 [240] -2014-12-15 13:07:48 queue INFO 3 [241] -2014-12-15 13:07:48 queue INFO 7 [242] -2014-12-15 13:07:48 queue INFO 3 [243] -2014-12-15 13:07:49 queue INFO 7 [244] -2014-12-15 13:07:49 queue INFO 3 [245] -2014-12-15 13:07:49 queue INFO 7 [246] -2014-12-15 13:07:50 queue INFO 3 [247] -2014-12-15 13:07:50 queue INFO 7 [248] -2014-12-15 13:07:50 queue INFO 3 [249] -2014-12-15 13:07:51 queue INFO 7 [250] -2014-12-15 13:07:51 queue INFO 3 [251] -2014-12-15 13:07:51 queue INFO 7 [252] -2014-12-15 13:07:52 queue INFO 3 [253] -2014-12-15 13:07:52 queue INFO 7 [254] -2014-12-15 13:07:52 queue INFO 3 [255] -2014-12-15 13:07:53 queue INFO 7 [256] -2014-12-15 13:07:53 queue INFO 3 [257] -2014-12-15 13:07:53 queue INFO 7 [258] -2014-12-15 13:07:54 queue INFO 3 [259] -2014-12-15 13:07:54 queue INFO 7 [260] -2014-12-15 13:07:54 queue INFO 3 [261] -2014-12-15 13:07:55 queue INFO 7 [262] -2014-12-15 13:07:55 queue INFO 3 [263] -2014-12-15 13:07:55 queue INFO 7 [264] -2014-12-15 13:07:56 queue INFO 3 [265] -2014-12-15 13:07:56 queue INFO 7 [266] -2014-12-15 13:07:56 queue INFO 3 [267] -2014-12-15 13:07:57 queue INFO 7 [268] -2014-12-15 13:07:57 queue INFO 3 [269] -2014-12-15 13:07:57 queue INFO 7 [270] -2014-12-15 13:07:58 queue INFO 3 [271] -2014-12-15 13:07:58 queue INFO 7 [272] -2014-12-15 13:07:58 queue INFO 3 [273] -2014-12-15 13:07:58 queue INFO 7 [274] -2014-12-15 13:07:59 queue INFO 3 [275] -2014-12-15 13:07:59 queue INFO 7 [276] -2014-12-15 13:07:59 queue INFO 3 [277] -2014-12-15 13:08:00 queue INFO 7 [278] -2014-12-15 13:08:00 queue INFO 3 [279] -2014-12-15 13:08:00 queue INFO 7 [280] -2014-12-15 13:08:01 queue INFO 3 [281] -2014-12-15 13:08:01 queue INFO 7 [282] -2014-12-15 13:08:01 queue INFO 3 [283] -2014-12-15 13:08:02 queue INFO 7 [284] -2014-12-15 13:08:02 queue INFO 3 [285] -2014-12-15 13:08:02 queue INFO 7 [286] -2014-12-15 13:08:03 queue INFO 3 [287] -2014-12-15 13:08:03 queue INFO 7 [288] -2014-12-15 13:08:03 queue INFO 3 [289] -2014-12-15 13:08:04 queue INFO 7 [290] -2014-12-15 13:08:04 queue INFO 3 [291] -2014-12-15 13:08:04 queue INFO 7 [292] -2014-12-15 13:08:05 queue INFO 3 [293] -2014-12-15 13:08:05 queue INFO 7 [294] -2014-12-15 13:08:05 queue INFO 3 [295] -2014-12-15 13:08:06 queue INFO 7 [296] -2014-12-15 13:08:06 queue INFO 3 [297] -2014-12-15 13:08:06 queue INFO 7 [298] -2014-12-15 13:08:07 queue INFO 3 [299] -2014-12-15 13:08:07 queue INFO 7 [300] -2014-12-15 13:08:07 queue INFO 3 [301] -2014-12-15 13:08:08 queue INFO 7 [302] -2014-12-15 13:08:08 queue INFO 3 [303] -2014-12-15 13:08:08 queue INFO 7 [304] -2014-12-15 13:08:09 queue INFO 3 [305] -2014-12-15 13:08:09 queue INFO 7 [306] -2014-12-15 13:08:09 queue INFO 3 [307] -2014-12-15 13:08:10 queue INFO 7 [308] -2014-12-15 13:08:10 queue INFO 3 [309] -2014-12-15 13:08:10 queue INFO 7 [310] -2014-12-15 13:08:11 queue INFO 3 [311] -2014-12-15 13:08:11 queue INFO 7 [312] -2014-12-15 13:08:11 queue INFO 3 [313] -2014-12-15 13:08:12 queue INFO 7 [314] -2014-12-15 13:08:12 queue INFO 3 [315] -2014-12-15 13:08:12 queue INFO 7 [316] -2014-12-15 13:08:12 queue INFO 3 [317] -2014-12-15 13:08:13 queue INFO 7 [318] -2014-12-15 13:08:13 queue INFO 3 [319] -2014-12-15 13:08:14 queue INFO 7 [320] -2014-12-15 13:08:14 queue INFO 3 [321] -2014-12-15 13:08:14 queue INFO 7 [322] -2014-12-15 13:08:15 queue INFO 3 [323] -2014-12-15 13:08:15 queue INFO 7 [324] -2014-12-15 13:08:15 queue INFO 3 [325] -2014-12-15 13:08:16 queue INFO 7 [326] -2014-12-15 13:08:16 queue INFO 3 [327] -2014-12-15 13:08:16 queue INFO 7 [328] -2014-12-15 13:08:17 queue INFO 3 [329] -2014-12-15 13:08:17 queue INFO 7 [330] -2014-12-15 13:08:17 queue INFO 3 [331] -2014-12-15 13:08:18 queue INFO 7 [332] -2014-12-15 13:08:18 queue INFO 3 [333] -2014-12-15 13:08:18 queue INFO 7 [334] -2014-12-15 13:08:19 queue INFO 3 [335] -2014-12-15 13:08:19 queue INFO 7 [336] -2014-12-15 13:08:19 queue INFO 3 [337] -2014-12-15 13:08:20 queue INFO 7 [338] -2014-12-15 13:08:20 queue INFO 3 [339] -2014-12-15 13:08:20 queue INFO 7 [340] -2014-12-15 13:08:21 queue INFO 3 [341] -2014-12-15 13:08:21 queue INFO 7 [342] -2014-12-15 13:08:21 queue INFO 3 [343] -2014-12-15 13:08:21 queue INFO 7 [344] -2014-12-15 13:08:22 queue INFO 3 [345] -2014-12-15 13:08:22 queue INFO 7 [346] -2014-12-15 13:08:22 queue INFO 3 [347] -2014-12-15 13:08:23 queue INFO 7 [348] -2014-12-15 13:08:23 queue INFO 3 [349] -2014-12-15 13:08:23 queue INFO 7 [350] -2014-12-15 13:08:24 queue INFO 3 [351] -2014-12-15 13:08:24 queue INFO 7 [352] -2014-12-15 13:08:24 queue INFO 3 [353] -2014-12-15 13:08:25 queue INFO 7 [354] -2014-12-15 13:08:25 queue INFO 3 [355] -2014-12-15 13:08:25 queue INFO 7 [356] -2014-12-15 13:08:26 queue INFO 3 [357] -2014-12-15 13:08:26 queue INFO 7 [358] -2014-12-15 13:08:26 queue INFO 3 [359] -2014-12-15 13:08:27 queue INFO 7 [360] -2014-12-15 13:08:27 queue INFO 3 [361] -2014-12-15 13:08:27 queue INFO 7 [362] -2014-12-15 13:08:28 queue INFO 3 [363] -2014-12-15 13:08:28 queue INFO 7 [364] -2014-12-15 13:08:28 queue INFO 3 [365] -2014-12-15 13:08:29 queue INFO 7 [366] -2014-12-15 13:08:29 queue INFO 3 [367] -2014-12-15 13:08:29 queue INFO 7 [368] -2014-12-15 13:08:30 queue INFO 3 [369] -2014-12-15 13:08:30 queue INFO 7 [370] -2014-12-15 13:08:30 queue INFO 3 [371] -2014-12-15 13:08:31 queue INFO 7 [372] -2014-12-15 13:08:31 queue INFO 3 [373] -2014-12-15 13:08:31 queue INFO 7 [374] -2014-12-15 13:08:32 queue INFO 3 [375] -2014-12-15 13:08:32 queue INFO 7 [376] -2014-12-15 13:08:32 queue INFO 3 [377] -2014-12-15 13:08:33 queue INFO 7 [378] -2014-12-15 13:08:33 queue INFO 3 [379] -2014-12-15 13:08:33 queue INFO 7 [380] -2014-12-15 13:08:33 queue INFO 3 [381] -2014-12-15 13:08:34 queue INFO 7 [382] -2014-12-15 13:08:34 queue INFO 3 [383] -2014-12-15 13:08:34 queue INFO 7 [384] -2014-12-15 13:08:35 queue INFO 3 [385] -2014-12-15 13:08:35 queue INFO 7 [386] -2014-12-15 13:08:35 queue INFO 3 [387] -2014-12-15 13:08:36 queue INFO 7 [388] -2014-12-15 13:08:36 queue INFO 3 [389] -2014-12-15 13:08:36 queue INFO 7 [390] -2014-12-15 13:08:37 queue INFO 3 [391] -2014-12-15 13:08:37 queue INFO 7 [392] -2014-12-15 13:08:37 queue INFO 3 [393] -2014-12-15 13:08:38 queue INFO 7 [394] -2014-12-15 13:08:38 queue INFO 3 [395] -2014-12-15 13:08:38 queue INFO 7 [396] -2014-12-15 13:08:39 queue INFO 3 [397] -2014-12-15 13:08:39 queue INFO 7 [398] -2014-12-15 13:08:39 queue INFO 3 [399] -2014-12-15 13:08:40 queue INFO 7 [400] -2014-12-15 13:08:40 queue INFO 3 [401] -2014-12-15 13:08:41 queue INFO 7 [402] -2014-12-15 13:08:41 queue INFO 3 [403] -2014-12-15 13:08:41 queue INFO 7 [404] -2014-12-15 13:08:41 queue INFO 3 [405] -2014-12-15 13:08:42 queue INFO 7 [406] -2014-12-15 13:08:42 queue INFO 3 [407] -2014-12-15 13:08:42 queue INFO 7 [408] -2014-12-15 13:08:43 queue INFO 3 [409] -2014-12-15 13:08:43 queue INFO 7 [410] -2014-12-15 13:08:43 queue INFO 3 [411] -2014-12-15 13:08:44 queue INFO 7 [412] -2014-12-15 13:08:44 queue INFO 3 [413] -2014-12-15 13:08:44 queue INFO 7 [414] -2014-12-15 13:08:45 queue INFO 3 [415] -2014-12-15 13:08:45 queue INFO 7 [416] -2014-12-15 13:08:45 queue INFO 3 [417] -2014-12-15 13:08:46 queue INFO 7 [418] -2014-12-15 13:08:46 queue INFO 3 [419] -2014-12-15 13:08:46 queue INFO 7 [420] -2014-12-15 13:08:47 queue INFO 3 [421] -2014-12-15 13:08:47 queue INFO 7 [422] -2014-12-15 13:08:47 queue INFO 3 [423] -2014-12-15 13:08:48 queue INFO 7 [424] -2014-12-15 13:08:48 queue INFO 3 [425] -2014-12-15 13:08:48 queue INFO 7 [426] -2014-12-15 13:08:49 queue INFO 3 [427] -2014-12-15 13:08:49 queue INFO 7 [428] -2014-12-15 13:08:49 queue INFO 3 [429] -2014-12-15 13:08:50 queue INFO 7 [430] -2014-12-15 13:08:50 queue INFO 3 [431] -2014-12-15 13:08:50 queue INFO 7 [432] -2014-12-15 13:08:51 queue INFO 3 [433] -2014-12-15 13:08:51 queue INFO 7 [434] -2014-12-15 13:08:51 queue INFO 3 [435] -2014-12-15 13:08:51 queue INFO 7 [436] -2014-12-15 13:08:52 queue INFO 3 [437] -2014-12-15 13:08:52 queue INFO 7 [438] -2014-12-15 13:08:52 queue INFO 3 [439] -2014-12-15 13:08:53 queue INFO 7 [440] -2014-12-15 13:08:53 queue INFO 3 [441] -2014-12-15 13:08:53 queue INFO 7 [442] -2014-12-15 13:08:54 queue INFO 3 [443] -2014-12-15 13:08:54 queue INFO 7 [444] -2014-12-15 13:08:54 queue INFO 3 [445] -2014-12-15 13:08:55 queue INFO 7 [446] -2014-12-15 13:08:55 queue INFO 3 [447] -2014-12-15 13:08:55 queue INFO 7 [448] -2014-12-15 13:08:56 queue INFO 3 [449] -2014-12-15 13:08:56 queue INFO 7 [450] -2014-12-15 13:08:56 queue INFO 3 [451] -2014-12-15 13:08:57 queue INFO 7 [452] -2014-12-15 13:08:57 queue INFO 3 [453] -2014-12-15 13:08:57 queue INFO 7 [454] -2014-12-15 13:08:58 queue INFO 3 [455] -2014-12-15 13:08:58 queue INFO 7 [456] -2014-12-15 13:08:58 queue INFO 3 [457] -2014-12-15 13:08:59 queue INFO 7 [458] -2014-12-15 13:08:59 queue INFO 3 [459] -2014-12-15 13:08:59 queue INFO 7 [460] -2014-12-15 13:09:00 queue INFO 3 [461] -2014-12-15 13:09:01 queue INFO 7 [462] -2014-12-15 13:09:01 queue INFO 3 [463] -2014-12-15 13:09:01 queue INFO 7 [464] -2014-12-15 13:09:01 queue INFO 3 [465] -2014-12-15 13:09:02 queue INFO 7 [466] -2014-12-15 13:09:02 queue INFO 3 [467] -2014-12-15 13:09:02 queue INFO 7 [468] -2014-12-15 13:09:03 queue INFO 3 [469] -2014-12-15 13:09:03 queue INFO 7 [470] -2014-12-15 13:09:03 queue INFO 3 [471] -2014-12-15 13:09:04 queue INFO 7 [472] -2014-12-15 13:09:04 queue INFO 3 [473] -2014-12-15 13:09:04 queue INFO 7 [474] -2014-12-15 13:09:05 queue INFO 3 [475] -2014-12-15 13:09:05 queue INFO 7 [476] -2014-12-15 13:09:05 queue INFO 3 [477] -2014-12-15 13:09:06 queue INFO 7 [478] -2014-12-15 13:09:06 queue INFO 3 [479] -2014-12-15 13:09:06 queue INFO 7 [480] -2014-12-15 13:09:07 queue INFO 3 [481] -2014-12-15 13:09:07 queue INFO 7 [482] -2014-12-15 13:09:08 queue INFO 3 [483] -2014-12-15 13:09:08 queue INFO 7 [484] -2014-12-15 13:09:08 queue INFO 3 [485] -2014-12-15 13:09:09 queue INFO 7 [486] -2014-12-15 13:09:09 queue INFO 3 [487] -2014-12-15 13:09:09 queue INFO 7 [488] -2014-12-15 13:09:09 queue INFO 3 [489] -2014-12-15 13:09:10 queue INFO 7 [490] -2014-12-15 13:09:10 queue INFO 3 [491] -2014-12-15 13:09:10 queue INFO 7 [492] -2014-12-15 13:09:11 queue INFO 3 [493] -2014-12-15 13:09:11 queue INFO 7 [494] -2014-12-15 13:09:11 queue INFO 3 [495] -2014-12-15 13:09:12 queue INFO 7 [496] -2014-12-15 13:09:12 queue INFO 3 [497] -2014-12-15 13:09:12 queue INFO 7 [498] -2014-12-15 13:09:13 queue INFO 3 [499] -2014-12-15 13:09:13 queue INFO 7 [500] -2014-12-15 13:09:13 queue INFO 3 [501] -2014-12-15 13:09:14 queue INFO 7 [502] -2014-12-15 13:09:14 queue INFO 3 [503] -2014-12-15 13:09:14 queue INFO 7 [504] -2014-12-15 13:09:15 queue INFO 3 [505] -2014-12-15 13:09:15 queue INFO 7 [506] -2014-12-15 13:09:15 queue INFO 3 [507] -2014-12-15 13:09:16 queue INFO 7 [508] -2014-12-15 13:09:16 queue INFO 3 [509] -2014-12-15 13:09:16 queue INFO 7 [510] -2014-12-15 13:09:17 queue INFO 3 [511] -2014-12-15 13:09:17 queue INFO 7 [512] -2014-12-15 13:09:17 queue INFO 3 [513] -2014-12-15 13:09:18 queue INFO 7 [514] -2014-12-15 13:09:18 queue INFO 3 [515] -2014-12-15 13:09:18 queue INFO 7 [516] -2014-12-15 13:09:19 queue INFO 3 [517] -2014-12-15 13:09:19 queue INFO 7 [518] -2014-12-15 13:09:19 queue INFO 3 [519] -2014-12-15 13:09:20 queue INFO 7 [520] -2014-12-15 13:09:20 queue INFO 3 [521] -2014-12-15 13:09:20 queue INFO 7 [522] -2014-12-15 13:09:21 queue INFO 3 [523] -2014-12-15 13:09:21 queue INFO 7 [524] -2014-12-15 13:09:21 queue INFO 3 [525] -2014-12-15 13:09:22 queue INFO 7 [526] -2014-12-15 13:09:22 queue INFO 3 [527] -2014-12-15 13:09:23 queue INFO 7 [528] -2014-12-15 13:09:23 queue INFO 3 [529] -2014-12-15 13:09:23 queue INFO 7 [530] -2014-12-15 13:09:24 queue INFO 3 [531] -2014-12-15 13:09:24 queue INFO 7 [532] -2014-12-15 13:09:24 queue INFO 3 [533] -2014-12-15 13:09:25 queue INFO 7 [534] -2014-12-15 13:09:25 queue INFO 3 [535] -2014-12-15 13:09:25 queue INFO 7 [536] -2014-12-15 13:09:26 queue INFO 3 [537] -2014-12-15 13:09:26 queue INFO 7 [538] -2014-12-15 13:09:26 queue INFO 3 [539] -2014-12-15 13:09:27 queue INFO 7 [540] -2014-12-15 13:09:27 queue INFO 3 [541] -2014-12-15 13:09:28 queue INFO 7 [542] -2014-12-15 13:09:28 queue INFO 3 [543] -2014-12-15 13:09:28 queue INFO 7 [544] -2014-12-15 13:09:29 queue INFO 3 [545] -2014-12-15 13:09:29 queue INFO 7 [546] -2014-12-15 13:09:29 queue INFO 3 [547] -2014-12-15 13:09:30 queue INFO 7 [548] -2014-12-15 13:09:30 queue INFO 3 [549] -2014-12-15 13:09:31 queue INFO 7 [550] -2014-12-15 13:09:31 queue INFO 3 [551] -2014-12-15 13:09:31 queue INFO 7 [552] -2014-12-15 13:09:32 queue INFO 3 [553] -2014-12-15 13:09:32 queue INFO 7 [554] -2014-12-15 13:09:32 queue INFO 3 [555] -2014-12-15 13:09:33 queue INFO 7 [556] -2014-12-15 13:09:33 queue INFO 3 [557] -2014-12-15 13:09:33 queue INFO 7 [558] -2014-12-15 13:09:34 queue INFO 3 [559] -2014-12-15 13:09:34 queue INFO 7 [560] -2014-12-15 13:09:35 queue INFO 3 [561] -2014-12-15 13:09:35 queue INFO 7 [562] -2014-12-15 13:09:35 queue INFO 3 [563] -2014-12-15 13:09:36 queue INFO 7 [564] -2014-12-15 13:09:36 queue INFO 3 [565] -2014-12-15 13:09:36 queue INFO 7 [566] -2014-12-15 13:09:36 queue INFO 3 [567] -2014-12-15 13:09:37 queue INFO 7 [568] -2014-12-15 13:09:37 queue INFO 3 [569] -2014-12-15 13:09:37 queue INFO 7 [570] -2014-12-15 13:09:38 queue INFO 3 [571] -2014-12-15 13:09:38 queue INFO 7 [572] -2014-12-15 13:09:38 queue INFO 3 [573] -2014-12-15 13:09:39 queue INFO 7 [574] -2014-12-15 13:09:39 queue INFO 3 [575] -2014-12-15 13:09:39 queue INFO 7 [576] -2014-12-15 13:09:40 queue INFO 3 [577] -2014-12-15 13:09:40 queue INFO 7 [578] -2014-12-15 13:09:40 queue INFO 3 [579] -2014-12-15 13:09:41 queue INFO 7 [580] -2014-12-15 13:09:41 queue INFO 3 [581] -2014-12-15 13:09:41 queue INFO 7 [582] -2014-12-15 13:09:42 queue INFO 3 [583] -2014-12-15 13:09:42 queue INFO 7 [584] -2014-12-15 13:09:42 queue INFO 3 [585] -2014-12-15 13:09:43 queue INFO 7 [586] -2014-12-15 13:09:43 queue INFO 3 [587] -2014-12-15 13:09:43 queue INFO 7 [588] -2014-12-15 13:09:44 queue INFO 3 [589] -2014-12-15 13:09:44 queue INFO 7 [590] -2014-12-15 13:09:44 queue INFO 3 [591] -2014-12-15 13:09:45 queue INFO 7 [592] -2014-12-15 13:09:45 queue INFO 3 [593] -2014-12-15 13:09:45 queue INFO 7 [594] -2014-12-15 13:09:46 queue INFO 3 [595] -2014-12-15 13:09:46 queue INFO 7 [596] -2014-12-15 13:09:46 queue INFO 3 [597] -2014-12-15 13:09:47 queue INFO 7 [598] -2014-12-15 13:09:47 queue INFO 3 [599] -2014-12-15 13:09:47 queue INFO 7 [600] -2014-12-15 13:09:47 queue INFO 3 [601] -2014-12-15 13:09:48 queue INFO 7 [602] -2014-12-15 13:09:48 queue INFO 3 [603] -2014-12-15 13:09:48 queue INFO 7 [604] -2014-12-15 13:09:49 queue INFO 3 [605] -2014-12-15 13:09:49 queue INFO 7 [606] -2014-12-15 13:09:49 queue INFO 3 [607] -2014-12-15 13:09:50 queue INFO 7 [608] -2014-12-15 13:09:50 queue INFO 3 [609] -2014-12-15 13:09:50 queue INFO 7 [610] -2014-12-15 13:09:51 queue INFO 3 [611] -2014-12-15 13:09:51 queue INFO 7 [612] -2014-12-15 13:09:51 queue INFO 3 [613] -2014-12-15 13:09:52 queue INFO 7 [614] -2014-12-15 13:09:52 queue INFO 3 [615] -2014-12-15 13:09:52 queue INFO 7 [616] -2014-12-15 13:09:53 queue INFO 3 [617] -2014-12-15 13:09:53 queue INFO 7 [618] -2014-12-15 13:09:53 queue INFO 3 [619] -2014-12-15 13:09:54 queue INFO 7 [620] -2014-12-15 13:09:54 queue INFO 3 [621] -2014-12-15 13:09:54 queue INFO 7 [622] -2014-12-15 13:09:55 queue INFO 3 [623] -2014-12-15 13:09:55 queue INFO 7 [624] -2014-12-15 13:09:55 queue INFO 3 [625] -2014-12-15 13:09:56 queue INFO 7 [626] -2014-12-15 13:09:56 queue INFO 3 [627] -2014-12-15 13:09:56 queue INFO 7 [628] -2014-12-15 13:09:56 queue INFO 3 [629] -2014-12-15 13:09:57 queue INFO 7 [630] -2014-12-15 13:09:57 queue INFO 3 [631] -2014-12-15 13:09:57 queue INFO 7 [632] -2014-12-15 13:09:58 queue INFO 3 [633] -2014-12-15 13:09:58 queue INFO 7 [634] -2014-12-15 13:09:58 queue INFO 3 [635] -2014-12-15 13:09:59 queue INFO 7 [636] -2014-12-15 13:10:00 queue INFO 3 [637] -2014-12-15 13:10:00 queue INFO 7 [638] -2014-12-15 13:10:00 queue INFO 3 [639] -2014-12-15 13:10:01 queue INFO 7 [640] -2014-12-15 13:10:01 queue INFO 3 [641] -2014-12-15 13:10:01 queue INFO 7 [642] -2014-12-15 13:10:02 queue INFO 3 [643] -2014-12-15 13:10:02 queue INFO 7 [644] -2014-12-15 13:10:02 queue INFO 3 [645] -2014-12-15 13:10:03 queue INFO 7 [646] -2014-12-15 13:10:03 queue INFO 3 [647] -2014-12-15 13:10:03 queue INFO 7 [648] -2014-12-15 13:10:04 queue INFO 3 [649] -2014-12-15 13:10:04 queue INFO 7 [650] -2014-12-15 13:10:04 queue INFO 3 [651] -2014-12-15 13:10:05 queue INFO 7 [652] -2014-12-15 13:10:05 queue INFO 3 [653] -2014-12-15 13:10:05 queue INFO 7 [654] -2014-12-15 13:10:06 queue INFO 3 [655] -2014-12-15 13:10:06 queue INFO 7 [656] -2014-12-15 13:10:06 queue INFO 3 [657] -2014-12-15 13:10:07 queue INFO 7 [658] -2014-12-15 13:10:07 queue INFO 3 [659] -2014-12-15 13:10:07 queue INFO 7 [660] -2014-12-15 13:10:08 queue INFO 3 [661] -2014-12-15 13:10:08 queue INFO 7 [662] -2014-12-15 13:10:08 queue INFO 3 [663] -2014-12-15 13:10:09 queue INFO 7 [664] -2014-12-15 13:10:09 queue INFO 3 [665] -2014-12-15 13:10:09 queue INFO 7 [666] -2014-12-15 13:10:10 queue INFO 3 [667] -2014-12-15 13:10:10 queue INFO 7 [668] -2014-12-15 13:10:10 queue INFO 3 [669] -2014-12-15 13:10:11 queue INFO 7 [670] -2014-12-15 13:10:11 queue INFO 3 [671] -2014-12-15 13:10:11 queue INFO 7 [672] -2014-12-15 13:10:12 queue INFO 3 [673] -2014-12-15 13:10:12 queue INFO 7 [674] -2014-12-15 13:10:12 queue INFO 3 [675] -2014-12-15 13:10:12 queue INFO 7 [676] -2014-12-15 13:10:13 queue INFO 3 [677] -2014-12-15 13:10:13 queue INFO 7 [678] -2014-12-15 13:10:13 queue INFO 3 [679] -2014-12-15 13:10:14 queue INFO 7 [680] -2014-12-15 13:10:14 queue INFO 3 [681] -2014-12-15 13:10:14 queue INFO 7 [682] -2014-12-15 13:10:15 queue INFO 3 [683] -2014-12-15 13:10:15 queue INFO 7 [684] -2014-12-15 13:10:15 queue INFO 3 [685] -2014-12-15 13:10:16 queue INFO 7 [686] -2014-12-15 13:10:16 queue INFO 3 [687] -2014-12-15 13:10:16 queue INFO 7 [688] -2014-12-15 13:10:17 queue INFO 3 [689] -2014-12-15 13:10:17 queue INFO 7 [690] -2014-12-15 13:10:17 queue INFO 3 [691] -2014-12-15 13:10:18 queue INFO 7 [692] -2014-12-15 13:10:18 queue INFO 3 [693] -2014-12-15 13:10:18 queue INFO 7 [694] -2014-12-15 13:10:19 queue INFO 3 [695] -2014-12-15 13:10:19 queue INFO 7 [696] -2014-12-15 13:10:19 queue INFO 3 [697] -2014-12-15 13:10:20 queue INFO 7 [698] -2014-12-15 13:10:20 queue INFO 3 [699] -2014-12-15 13:10:20 queue INFO 7 [700] -2014-12-15 13:10:21 queue INFO 3 [701] -2014-12-15 13:10:21 queue INFO 7 [702] -2014-12-15 13:10:21 queue INFO 3 [703] -2014-12-15 13:10:22 queue INFO 7 [704] -2014-12-15 13:10:22 queue INFO 3 [705] -2014-12-15 13:10:22 queue INFO 7 [706] -2014-12-15 13:10:22 queue INFO 3 [707] -2014-12-15 13:10:23 queue INFO 7 [708] -2014-12-15 13:10:23 queue INFO 3 [709] -2014-12-15 13:10:23 queue INFO 7 [710] -2014-12-15 13:10:24 queue INFO 3 [711] -2014-12-15 13:10:24 queue INFO 7 [712] -2014-12-15 13:10:24 queue INFO 3 [713] -2014-12-15 13:10:25 queue INFO 7 [714] -2014-12-15 13:10:25 queue INFO 3 [715] -2014-12-15 13:10:25 queue INFO 7 [716] -2014-12-15 13:10:26 queue INFO 3 [717] -2014-12-15 13:10:26 queue INFO 7 [718] -2014-12-15 13:10:26 queue INFO 3 [719] -2014-12-15 13:10:27 queue INFO 7 [720] -2014-12-15 13:10:27 queue INFO 3 [721] -2014-12-15 13:10:27 queue INFO 7 [722] -2014-12-15 13:10:28 queue INFO 3 [723] -2014-12-15 13:10:28 queue INFO 7 [724] -2014-12-15 13:10:28 queue INFO 3 [725] -2014-12-15 13:10:29 queue INFO 7 [726] -2014-12-15 13:10:29 queue INFO 3 [727] -2014-12-15 13:10:29 queue INFO 7 [728] -2014-12-15 13:10:30 queue INFO 3 [729] -2014-12-15 13:10:30 queue INFO 7 [730] -2014-12-15 13:10:30 queue INFO 3 [731] -2014-12-15 13:10:31 queue INFO 7 [732] -2014-12-15 13:10:31 queue INFO 3 [733] -2014-12-15 13:10:31 queue INFO 7 [734] -2014-12-15 13:10:32 queue INFO 3 [735] -2014-12-15 13:10:32 queue INFO 7 [736] -2014-12-15 13:10:32 queue INFO 3 [737] -2014-12-15 13:10:33 queue INFO 7 [738] -2014-12-15 13:10:33 queue INFO 3 [739] -2014-12-15 13:10:33 queue INFO 7 [740] -2014-12-15 13:10:34 queue INFO 3 [741] -2014-12-15 13:10:34 queue INFO 7 [742] -2014-12-15 13:10:34 queue INFO 3 [743] -2014-12-15 13:10:35 queue INFO 7 [744] -2014-12-15 13:10:35 queue INFO 3 [745] -2014-12-15 13:10:35 queue INFO 7 [746] -2014-12-15 13:10:36 queue INFO 3 [747] -2014-12-15 13:10:36 queue INFO 7 [748] -2014-12-15 13:10:36 queue INFO 3 [749] -2014-12-15 13:10:37 queue INFO 7 [750] -2014-12-15 13:10:37 queue INFO 3 [751] -2014-12-15 13:10:37 queue INFO 7 [752] -2014-12-15 13:10:38 queue INFO 3 [753] -2014-12-15 13:10:38 queue INFO 7 [754] -2014-12-15 13:10:38 queue INFO 3 [755] -2014-12-15 13:10:38 queue INFO 7 [756] -2014-12-15 13:10:39 queue INFO 3 [757] -2014-12-15 13:10:39 queue INFO 7 [758] -2014-12-15 13:10:39 queue INFO 3 [759] -2014-12-15 13:10:40 queue INFO 7 [760] -2014-12-15 13:10:40 queue INFO 3 [761] -2014-12-15 13:10:40 queue INFO 7 [762] -2014-12-15 13:10:41 queue INFO 3 [763] -2014-12-15 13:10:41 queue INFO 7 [764] -2014-12-15 13:10:41 queue INFO 3 [765] -2014-12-15 13:10:42 queue INFO 7 [766] -2014-12-15 13:10:42 queue INFO 3 [767] -2014-12-15 13:10:42 queue INFO 7 [768] -2014-12-15 13:10:43 queue INFO 3 [769] -2014-12-15 13:10:43 queue INFO 7 [770] -2014-12-15 13:10:43 queue INFO 3 [771] -2014-12-15 13:10:44 queue INFO 7 [772] -2014-12-15 13:10:44 queue INFO 3 [773] -2014-12-15 13:10:44 queue INFO 7 [774] -2014-12-15 13:10:45 queue INFO 3 [775] -2014-12-15 13:10:45 queue INFO 7 [776] -2014-12-15 13:10:45 queue INFO 3 [777] -2014-12-15 13:10:46 queue INFO 7 [778] -2014-12-15 13:10:46 queue INFO 3 [779] -2014-12-15 13:10:46 queue INFO 7 [780] -2014-12-15 13:10:47 queue INFO 3 [781] -2014-12-15 13:10:47 queue INFO 7 [782] -2014-12-15 13:10:47 queue INFO 3 [783] -2014-12-15 13:10:47 queue INFO 7 [784] -2014-12-15 13:10:48 queue INFO 3 [785] -2014-12-15 13:10:48 queue INFO 7 [786] -2014-12-15 13:10:48 queue INFO 3 [787] -2014-12-15 13:10:49 queue INFO 7 [788] -2014-12-15 13:10:49 queue INFO 3 [789] -2014-12-15 13:10:49 queue INFO 7 [790] -2014-12-15 13:10:50 queue INFO 3 [791] -2014-12-15 13:10:50 queue INFO 7 [792] -2014-12-15 13:10:50 queue INFO 3 [793] -2014-12-15 13:10:51 queue INFO 7 [794] -2014-12-15 13:10:51 queue INFO 3 [795] -2014-12-15 13:10:51 queue INFO 7 [796] -2014-12-15 13:10:52 queue INFO 3 [797] -2014-12-15 13:10:52 queue INFO 7 [798] -2014-12-15 13:10:52 queue INFO 3 [799] -2014-12-15 13:10:53 queue INFO 7 [800] -2014-12-15 13:10:53 queue INFO 3 [801] -2014-12-15 13:10:53 queue INFO 7 [802] -2014-12-15 13:10:54 queue INFO 3 [803] -2014-12-15 13:10:54 queue INFO 7 [804] -2014-12-15 13:10:54 queue INFO 3 [805] -2014-12-15 13:10:55 queue INFO 7 [806] -2014-12-15 13:10:55 queue INFO 3 [807] -2014-12-15 13:10:55 queue INFO 7 [808] -2014-12-15 13:10:56 queue INFO 3 [809] -2014-12-15 13:10:56 queue INFO 7 [810] -2014-12-15 13:10:57 queue INFO 3 [811] -2014-12-15 13:10:57 queue INFO 7 [812] -2014-12-15 13:10:57 queue INFO 3 [813] -2014-12-15 13:10:58 queue INFO 7 [814] -2014-12-15 13:10:58 queue INFO 3 [815] -2014-12-15 13:10:58 queue INFO 7 [816] -2014-12-15 13:10:58 queue INFO 3 [817] -2014-12-15 13:10:59 queue INFO 7 [818] -2014-12-15 13:10:59 queue INFO 3 [819] -2014-12-15 13:10:59 queue INFO 7 [820] -2014-12-15 13:11:00 queue INFO 3 [821] -2014-12-15 13:11:00 queue INFO 7 [822] -2014-12-15 13:11:00 queue INFO 3 [823] -2014-12-15 13:11:01 queue INFO 7 [824] -2014-12-15 13:11:01 queue INFO 3 [825] -2014-12-15 13:11:01 queue INFO 7 [826] -2014-12-15 13:11:02 queue INFO 3 [827] -2014-12-15 13:11:02 queue INFO 7 [828] -2014-12-15 13:11:02 queue INFO 3 [829] -2014-12-15 13:11:03 queue INFO 7 [830] -2014-12-15 13:11:03 queue INFO 3 [831] -2014-12-15 13:11:03 queue INFO 7 [832] -2014-12-15 13:11:04 queue INFO 3 [833] -2014-12-15 13:11:04 queue INFO 7 [834] -2014-12-15 13:11:04 queue INFO 3 [835] -2014-12-15 13:11:05 queue INFO 7 [836] -2014-12-15 13:11:05 queue INFO 3 [837] -2014-12-15 13:11:05 queue INFO 7 [838] -2014-12-15 13:11:06 queue INFO 3 [839] -2014-12-15 13:11:06 queue INFO 7 [840] -2014-12-15 13:11:06 queue INFO 3 [841] -2014-12-15 13:11:07 queue INFO 7 [842] -2014-12-15 13:11:07 queue INFO 3 [843] -2014-12-15 13:11:07 queue INFO 7 [844] -2014-12-15 13:11:08 queue INFO 3 [845] -2014-12-15 13:11:08 queue INFO 7 [846] -2014-12-15 13:11:08 queue INFO 3 [847] -2014-12-15 13:11:08 queue INFO 7 [848] -2014-12-15 13:11:09 queue INFO 3 [849] -2014-12-15 13:11:09 queue INFO 7 [850] -2014-12-15 13:11:09 queue INFO 3 [851] -2014-12-15 13:11:10 queue INFO 7 [852] -2014-12-15 13:11:10 queue INFO 3 [853] -2014-12-15 13:11:10 queue INFO 7 [854] -2014-12-15 13:11:11 queue INFO 3 [855] -2014-12-15 13:11:11 queue INFO 7 [856] -2014-12-15 13:11:11 queue INFO 3 [857] -2014-12-15 13:11:12 queue INFO 7 [858] -2014-12-15 13:11:12 queue INFO 3 [859] -2014-12-15 13:11:12 queue INFO 7 [860] -2014-12-15 13:11:13 queue INFO 3 [861] -2014-12-15 13:11:13 queue INFO 7 [862] -2014-12-15 13:11:13 queue INFO 3 [863] -2014-12-15 13:11:14 queue INFO 7 [864] -2014-12-15 13:11:14 queue INFO 3 [865] -2014-12-15 13:11:14 queue INFO 7 [866] -2014-12-15 13:11:15 queue INFO 3 [867] -2014-12-15 13:11:15 queue INFO 7 [868] -2014-12-15 13:11:15 queue INFO 3 [869] -2014-12-15 13:11:16 queue INFO 7 [870] -2014-12-15 13:11:16 queue INFO 3 [871] -2014-12-15 13:11:16 queue INFO 7 [872] -2014-12-15 13:11:17 queue INFO 3 [873] -2014-12-15 13:11:17 queue INFO 7 [874] -2014-12-15 13:11:17 queue INFO 3 [875] -2014-12-15 13:11:17 queue INFO 7 [876] -2014-12-15 13:11:18 queue INFO 3 [877] -2014-12-15 13:11:18 queue INFO 7 [878] -2014-12-15 13:11:18 queue INFO 3 [879] -2014-12-15 13:11:19 queue INFO 7 [880] -2014-12-15 13:11:19 queue INFO 3 [881] -2014-12-15 13:11:19 queue INFO 7 [882] -2014-12-15 13:11:20 queue INFO 3 [883] -2014-12-15 13:11:20 queue INFO 7 [884] -2014-12-15 13:11:20 queue INFO 3 [885] -2014-12-15 13:11:21 queue INFO 7 [886] -2014-12-15 13:11:21 queue INFO 3 [887] -2014-12-15 13:11:21 queue INFO 7 [888] -2014-12-15 13:11:22 queue INFO 3 [889] -2014-12-15 13:11:22 queue INFO 7 [890] -2014-12-15 13:11:23 queue INFO 3 [891] -2014-12-15 13:11:23 queue INFO 7 [892] -2014-12-15 13:11:23 queue INFO 3 [893] -2014-12-15 13:11:24 queue INFO 7 [894] -2014-12-15 13:11:24 queue INFO 3 [895] -2014-12-15 13:11:24 queue INFO 7 [896] -2014-12-15 13:11:24 queue INFO 3 [897] -2014-12-15 13:11:25 queue INFO 7 [898] -2014-12-15 13:11:25 queue INFO 3 [899] -2014-12-15 13:11:25 queue INFO 7 [900] -2014-12-15 13:11:26 queue INFO 3 [901] -2014-12-15 13:11:26 queue INFO 7 [902] -2014-12-15 13:11:26 queue INFO 3 [903] -2014-12-15 13:11:27 queue INFO 7 [904] -2014-12-15 13:11:28 queue INFO >7 [905] -2014-12-15 13:11:29 queue INFO 3 [906] -2014-12-15 13:11:30 queue INFO 7 [907] -2014-12-15 13:11:31 queue INFO 3 [908] -2014-12-15 13:11:31 queue INFO 7 [909] -2014-12-15 13:11:32 queue INFO 3 [910] -2014-12-15 13:11:32 queue INFO 7 [911] -2014-12-15 13:11:32 queue INFO 3 [912] -2014-12-15 13:11:33 queue INFO 7 [913] -2014-12-15 13:11:33 queue INFO 3 [914] -2014-12-15 13:11:33 queue INFO 7 [915] -2014-12-15 13:11:34 queue INFO 3 [916] -2014-12-15 13:11:34 queue INFO 7 [917] -2014-12-15 13:11:34 queue INFO 3 [918] -2014-12-15 13:11:34 queue INFO 7 [919] -2014-12-15 13:11:35 queue INFO 3 [920] -2014-12-15 13:11:35 queue INFO 7 [921] -2014-12-15 13:11:35 queue INFO 3 [922] -2014-12-15 13:11:36 queue INFO 7 [923] -2014-12-15 13:11:36 queue INFO 3 [924] -2014-12-15 13:11:36 queue INFO 7 [925] -2014-12-15 13:11:37 queue INFO 3 [926] -2014-12-15 13:11:37 queue INFO 7 [927] -2014-12-15 13:11:37 queue INFO 3 [928] -2014-12-15 13:11:38 queue INFO 7 [929] -2014-12-15 13:11:38 queue INFO 3 [930] -2014-12-15 13:11:38 queue INFO 7 [931] -2014-12-15 13:11:39 queue INFO 3 [932] -2014-12-15 13:11:39 queue INFO 7 [933] -2014-12-15 13:11:39 queue INFO 3 [934] -2014-12-15 13:11:40 queue INFO 7 [935] -2014-12-15 13:11:40 queue INFO 3 [936] -2014-12-15 13:11:40 queue INFO 7 [937] -2014-12-15 13:11:41 queue INFO 3 [938] -2014-12-15 13:11:41 queue INFO 7 [939] -2014-12-15 13:11:41 queue INFO 3 [940] -2014-12-15 13:11:42 queue INFO 7 [941] -2014-12-15 13:11:42 queue INFO 3 [942] -2014-12-15 13:11:42 queue INFO 7 [943] -2014-12-15 13:11:42 queue INFO 3 [944] -2014-12-15 13:11:43 queue INFO 7 [945] -2014-12-15 13:11:43 queue INFO 3 [946] -2014-12-15 13:11:43 queue INFO 7 [947] -2014-12-15 13:11:44 queue INFO 3 [948] -2014-12-15 13:11:44 queue INFO 7 [949] -2014-12-15 13:11:44 queue INFO 3 [950] -2014-12-15 13:11:45 queue INFO 7 [951] -2014-12-15 13:11:45 queue INFO 3 [952] -2014-12-15 13:11:45 queue INFO 7 [953] -2014-12-15 13:11:46 queue INFO 3 [954] -2014-12-15 13:11:46 queue INFO 7 [955] -2014-12-15 13:11:46 queue INFO 3 [956] -2014-12-15 13:11:47 queue INFO 7 [957] -2014-12-15 13:11:47 queue INFO 3 [958] -2014-12-15 13:11:47 queue INFO 7 [959] -2014-12-15 13:11:48 queue INFO 3 [960] -2014-12-15 13:11:48 queue INFO 7 [961] -2014-12-15 13:11:48 queue INFO 3 [962] -2014-12-15 13:11:49 queue INFO 7 [963] -2014-12-15 13:11:49 queue INFO 3 [964] -2014-12-15 13:11:49 queue INFO 7 [965] -2014-12-15 13:11:50 queue INFO 3 [966] -2014-12-15 13:11:50 queue INFO 7 [967] -2014-12-15 13:11:50 queue INFO 3 [968] -2014-12-15 13:11:51 queue INFO 7 [969] -2014-12-15 13:11:51 queue INFO 3 [970] -2014-12-15 13:11:51 queue INFO 7 [971] -2014-12-15 13:11:52 queue INFO 3 [972] -2014-12-15 13:11:52 queue INFO 7 [973] -2014-12-15 13:11:52 queue INFO 3 [974] -2014-12-15 13:11:53 queue INFO 7 [975] -2014-12-15 13:11:53 queue INFO 3 [976] -2014-12-15 13:11:53 queue INFO 7 [977] -2014-12-15 13:11:54 queue INFO 3 [978] -2014-12-15 13:11:54 queue INFO 7 [979] -2014-12-15 13:11:54 queue INFO 3 [980] -2014-12-15 13:11:55 queue INFO 7 [981] -2014-12-15 13:11:55 queue INFO 3 [982] -2014-12-15 13:11:55 queue INFO 7 [983] -2014-12-15 13:11:56 queue INFO 3 [984] -2014-12-15 13:11:56 queue INFO 7 [985] -2014-12-15 13:11:56 queue INFO 3 [986] -2014-12-15 13:11:57 queue INFO 7 [987] -2014-12-15 13:11:57 queue INFO 3 [988] -2014-12-15 13:11:57 queue INFO 7 [989] -2014-12-15 13:11:58 queue INFO 3 [990] -2014-12-15 13:11:58 queue INFO 7 [991] -2014-12-15 13:11:58 queue INFO 3 [992] -2014-12-15 13:11:58 queue INFO 7 [993] -2014-12-15 13:11:59 queue INFO 3 [994] -2014-12-15 13:11:59 queue INFO 7 [995] -2014-12-15 13:11:59 queue INFO 3 [996] -2014-12-15 13:12:00 queue INFO 7 [997] -2014-12-15 13:12:00 queue INFO 3 [998] -2014-12-15 13:12:00 queue INFO 7 [999] -2014-12-15 13:12:01 queue INFO 3 [0] -2014-12-15 13:12:01 queue INFO 7 [1] -2014-12-15 13:12:01 queue INFO 3 [2] -2014-12-15 13:12:02 queue INFO 7 [3] -2014-12-15 13:12:02 queue INFO 3 [4] -2014-12-15 13:12:02 queue INFO 7 [5] -2014-12-15 13:12:03 queue INFO 3 [6] -2014-12-15 13:12:03 queue INFO 7 [7] -2014-12-15 13:12:03 queue INFO 3 [8] -2014-12-15 13:12:04 queue INFO 7 [9] -2014-12-15 13:12:04 queue INFO 3 [10] -2014-12-15 13:12:04 queue INFO 7 [11] -2014-12-15 13:12:05 queue INFO 3 [12] -2014-12-15 13:12:05 queue INFO 7 [13] -2014-12-15 13:12:05 queue INFO 3 [14] -2014-12-15 13:12:06 queue INFO 7 [15] -2014-12-15 13:12:06 queue INFO 3 [16] -2014-12-15 13:12:06 queue INFO 7 [17] -2014-12-15 13:12:07 queue INFO 3 [18] -2014-12-15 13:12:07 queue INFO 7 [19] -2014-12-15 13:12:07 queue INFO 3 [20] -2014-12-15 13:12:07 queue INFO 7 [21] -2014-12-15 13:12:08 queue INFO 3 [22] -2014-12-15 13:12:08 queue INFO 7 [23] -2014-12-15 13:12:08 queue INFO 3 [24] -2014-12-15 13:12:09 queue INFO 7 [25] -2014-12-15 13:12:09 queue INFO 3 [26] -2014-12-15 13:12:09 queue INFO 7 [27] -2014-12-15 13:12:10 queue INFO 3 [28] -2014-12-15 13:12:10 queue INFO 7 [29] -2014-12-15 13:12:10 queue INFO 3 [30] -2014-12-15 13:12:11 queue INFO 7 [31] -2014-12-15 13:12:11 queue INFO 3 [32] -2014-12-15 13:12:11 queue INFO 7 [33] -2014-12-15 13:12:12 queue INFO 3 [34] -2014-12-15 13:12:12 queue INFO 7 [35] -2014-12-15 13:12:12 queue INFO 3 [36] -2014-12-15 13:12:13 queue INFO 7 [37] -2014-12-15 13:12:13 queue INFO 3 [38] -2014-12-15 13:12:13 queue INFO 7 [39] -2014-12-15 13:12:14 queue INFO 3 [40] -2014-12-15 13:12:14 queue INFO 7 [41] -2014-12-15 13:12:14 queue INFO 3 [42] -2014-12-15 13:12:15 queue INFO 7 [43] -2014-12-15 13:12:15 queue INFO 3 [44] -2014-12-15 13:12:15 queue INFO 7 [45] -2014-12-15 13:12:15 queue INFO 3 [46] -2014-12-15 13:12:16 queue INFO 7 [47] -2014-12-15 13:12:16 queue INFO 3 [48] -2014-12-15 13:12:16 queue INFO 7 [49] -2014-12-15 13:12:17 queue INFO 3 [50] -2014-12-15 13:12:17 queue INFO 7 [51] -2014-12-15 13:12:17 queue INFO 3 [52] -2014-12-15 13:12:18 queue INFO 7 [53] -2014-12-15 13:12:18 queue INFO 3 [54] -2014-12-15 13:12:19 queue INFO 7 [55] -2014-12-15 13:12:19 queue INFO 3 [56] -2014-12-15 13:12:19 queue INFO 7 [57] -2014-12-15 13:12:20 queue INFO 3 [58] -2014-12-15 13:12:20 queue INFO 7 [59] -2014-12-15 13:12:20 queue INFO 3 [60] -2014-12-15 13:12:21 queue INFO 7 [61] -2014-12-15 13:12:21 queue INFO 3 [62] -2014-12-15 13:12:21 queue INFO 7 [63] -2014-12-15 13:12:21 queue INFO 3 [64] -2014-12-15 13:12:22 queue INFO 7 [65] -2014-12-15 13:12:22 queue INFO 3 [66] -2014-12-15 13:12:22 queue INFO 7 [67] -2014-12-15 13:12:23 queue INFO 3 [68] -2014-12-15 13:12:23 queue INFO 7 [69] -2014-12-15 13:12:23 queue INFO 3 [70] -2014-12-15 13:12:24 queue INFO 7 [71] -2014-12-15 13:12:24 queue INFO 3 [72] -2014-12-15 13:12:24 queue INFO 7 [73] -2014-12-15 13:12:25 queue INFO 3 [74] -2014-12-15 13:12:25 queue INFO 7 [75] -2014-12-15 13:12:25 queue INFO 3 [76] -2014-12-15 13:12:26 queue INFO 7 [77] -2014-12-15 13:12:26 queue INFO 3 [78] -2014-12-15 13:12:26 queue INFO 7 [79] -2014-12-15 13:12:27 queue INFO 3 [80] -2014-12-15 13:12:27 queue INFO 7 [81] -2014-12-15 13:12:27 queue INFO 3 [82] -2014-12-15 13:12:27 queue INFO 7 [83] -2014-12-15 13:12:28 queue INFO 3 [84] -2014-12-15 13:12:28 queue INFO 7 [85] -2014-12-15 13:12:28 queue INFO 3 [86] -2014-12-15 13:12:29 queue INFO 7 [87] -2014-12-15 13:12:29 queue INFO 3 [88] -2014-12-15 13:12:29 queue INFO 7 [89] -2014-12-15 13:12:30 queue INFO 3 [90] -2014-12-15 13:12:30 queue INFO 7 [91] -2014-12-15 13:12:30 queue INFO 3 [92] -2014-12-15 13:12:31 queue INFO 7 [93] -2014-12-15 13:12:31 queue INFO 3 [94] -2014-12-15 13:12:31 queue INFO 7 [95] -2014-12-15 13:12:32 queue INFO 3 [96] -2014-12-15 13:12:32 queue INFO 7 [97] -2014-12-15 13:12:32 queue INFO 3 [98] -2014-12-15 13:12:33 queue INFO 7 [99] -2014-12-15 13:12:33 queue INFO 3 [100] -2014-12-15 13:12:33 queue INFO 7 [101] -2014-12-15 13:12:34 queue INFO 3 [102] -2014-12-15 13:12:34 queue INFO 7 [103] -2014-12-15 13:12:34 queue INFO 3 [104] -2014-12-15 13:12:35 queue INFO 7 [105] -2014-12-15 13:12:35 queue INFO 3 [106] -2014-12-15 13:12:35 queue INFO 7 [107] -2014-12-15 13:12:35 queue INFO 3 [108] -2014-12-15 13:12:36 queue INFO 7 [109] -2014-12-15 13:12:36 queue INFO 3 [110] -2014-12-15 13:12:36 queue INFO 7 [111] -2014-12-15 13:12:37 queue INFO 3 [112] -2014-12-15 13:12:37 queue INFO 7 [113] -2014-12-15 13:12:37 queue INFO 3 [114] -2014-12-15 13:12:38 queue INFO 7 [115] -2014-12-15 13:12:38 queue INFO 3 [116] -2014-12-15 13:12:38 queue INFO 7 [117] -2014-12-15 13:12:39 queue INFO 3 [118] -2014-12-15 13:12:39 queue INFO 7 [119] -2014-12-15 13:12:39 queue INFO 3 [120] -2014-12-15 13:12:40 queue INFO 7 [121] -2014-12-15 13:12:40 queue INFO 3 [122] -2014-12-15 13:12:40 queue INFO 7 [123] -2014-12-15 13:12:41 queue INFO 3 [124] -2014-12-15 13:12:41 queue INFO 7 [125] -2014-12-15 13:12:41 queue INFO 3 [126] -2014-12-15 13:12:42 queue INFO 7 [127] -2014-12-15 13:12:42 queue INFO 3 [128] -2014-12-15 13:12:42 queue INFO 7 [129] -2014-12-15 13:12:42 queue INFO 3 [130] -2014-12-15 13:12:43 queue INFO 7 [131] -2014-12-15 13:12:43 queue INFO 3 [132] -2014-12-15 13:12:43 queue INFO 7 [133] -2014-12-15 13:12:44 queue INFO 3 [134] -2014-12-15 13:12:44 queue INFO 7 [135] -2014-12-15 13:12:44 queue INFO 3 [136] -2014-12-15 13:12:45 queue INFO 7 [137] -2014-12-15 13:12:45 queue INFO 3 [138] -2014-12-15 13:12:46 queue INFO 7 [139] -2014-12-15 13:12:46 queue INFO 3 [140] -2014-12-15 13:12:46 queue INFO 7 [141] -2014-12-15 13:12:47 queue INFO 3 [142] -2014-12-15 13:12:47 queue INFO 7 [143] -2014-12-15 13:12:47 queue INFO 3 [144] -2014-12-15 13:12:48 queue INFO 7 [145] -2014-12-15 13:12:48 queue INFO 3 [146] -2014-12-15 13:12:48 queue INFO 7 [147] -2014-12-15 13:12:48 queue INFO 3 [148] -2014-12-15 13:12:49 queue INFO 7 [149] -2014-12-15 13:12:49 queue INFO 3 [150] -2014-12-15 13:12:49 queue INFO 7 [151] -2014-12-15 13:12:50 queue INFO 3 [152] -2014-12-15 13:12:50 queue INFO 7 [153] -2014-12-15 13:12:50 queue INFO 3 [154] -2014-12-15 13:12:51 queue INFO 7 [155] -2014-12-15 13:12:51 queue INFO 3 [156] -2014-12-15 13:12:51 queue INFO 7 [157] -2014-12-15 13:12:52 queue INFO 3 [158] -2014-12-15 13:12:52 queue INFO 7 [159] -2014-12-15 13:12:52 queue INFO 3 [160] -2014-12-15 13:12:53 queue INFO 7 [161] -2014-12-15 13:12:53 queue INFO 3 [162] -2014-12-15 13:12:53 queue INFO 7 [163] -2014-12-15 13:12:54 queue INFO 3 [164] -2014-12-15 13:12:54 queue INFO 7 [165] -2014-12-15 13:12:54 queue INFO 3 [166] -2014-12-15 13:12:55 queue INFO 7 [167] -2014-12-15 13:12:55 queue INFO 3 [168] -2014-12-15 13:12:55 queue INFO 7 [169] -2014-12-15 13:12:55 queue INFO 3 [170] -2014-12-15 13:12:56 queue INFO 7 [171] -2014-12-15 13:12:56 queue INFO 3 [172] -2014-12-15 13:12:56 queue INFO 7 [173] -2014-12-15 13:12:57 queue INFO 3 [174] -2014-12-15 13:12:57 queue INFO 7 [175] -2014-12-15 13:12:57 queue INFO 3 [176] -2014-12-15 13:12:58 queue INFO 7 [177] -2014-12-15 13:12:58 queue INFO 3 [178] -2014-12-15 13:12:58 queue INFO 7 [179] -2014-12-15 13:12:59 queue INFO 3 [180] -2014-12-15 13:13:00 queue INFO 7 [181] -2014-12-15 13:13:00 queue INFO 3 [182] -2014-12-15 13:13:00 queue INFO 7 [183] -2014-12-15 13:13:00 queue INFO 3 [184] -2014-12-15 13:13:01 queue INFO 7 [185] -2014-12-15 13:13:01 queue INFO 3 [186] -2014-12-15 13:13:01 queue INFO 7 [187] -2014-12-15 13:13:02 queue INFO 3 [188] -2014-12-15 13:13:02 queue INFO 7 [189] -2014-12-15 13:13:02 queue INFO 3 [190] -2014-12-15 13:13:03 queue INFO 7 [191] -2014-12-15 13:13:03 queue INFO 3 [192] -2014-12-15 13:13:03 queue INFO 7 [193] -2014-12-15 13:13:04 queue INFO 3 [194] -2014-12-15 13:13:04 queue INFO 7 [195] -2014-12-15 13:13:04 queue INFO 3 [196] -2014-12-15 13:13:05 queue INFO 7 [197] -2014-12-15 13:13:05 queue INFO 3 [198] -2014-12-15 13:13:05 queue INFO 7 [199] -2014-12-15 13:13:06 queue INFO 3 [200] -2014-12-15 13:13:06 queue INFO 7 [201] -2014-12-15 13:13:06 queue INFO 3 [202] -2014-12-15 13:13:07 queue INFO 7 [203] -2014-12-15 13:13:07 queue INFO 3 [204] -2014-12-15 13:13:07 queue INFO 7 [205] -2014-12-15 13:13:07 queue INFO 3 [206] -2014-12-15 13:13:08 queue INFO 7 [207] -2014-12-15 13:13:08 queue INFO 3 [208] -2014-12-15 13:13:08 queue INFO 7 [209] -2014-12-15 13:13:09 queue INFO 3 [210] -2014-12-15 13:13:09 queue INFO 7 [211] -2014-12-15 13:13:09 queue INFO 3 [212] -2014-12-15 13:13:10 queue INFO 7 [213] -2014-12-15 13:13:11 queue INFO 3 [214] -2014-12-15 13:13:11 queue INFO 7 [215] -2014-12-15 13:13:11 queue INFO 3 [216] -2014-12-15 13:13:12 queue INFO 7 [217] -2014-12-15 13:13:12 queue INFO 3 [218] -2014-12-15 13:13:12 queue INFO 7 [219] -2014-12-15 13:13:13 queue INFO 3 [220] -2014-12-15 13:13:13 queue INFO 7 [221] -2014-12-15 13:13:13 queue INFO 3 [222] -2014-12-15 13:13:14 queue INFO 7 [223] -2014-12-15 13:13:14 queue INFO 3 [224] -2014-12-15 13:13:14 queue INFO 7 [225] -2014-12-15 13:13:15 queue INFO 3 [226] -2014-12-15 13:13:16 queue INFO 7 [227] -2014-12-15 13:13:16 queue INFO 3 [228] -2014-12-15 13:13:16 queue INFO 7 [229] -2014-12-15 13:13:16 queue INFO 3 [230] -2014-12-15 13:13:17 queue INFO 7 [231] -2014-12-15 13:13:17 queue INFO 3 [232] -2014-12-15 13:13:17 queue INFO 7 [233] -2014-12-15 13:13:18 queue INFO 3 [234] -2014-12-15 13:13:18 queue INFO 7 [235] -2014-12-15 13:13:18 queue INFO 3 [236] -2014-12-15 13:13:19 queue INFO 7 [237] -2014-12-15 13:13:19 queue INFO 3 [238] -2014-12-15 13:13:19 queue INFO 7 [239] -2014-12-15 13:13:20 queue INFO 3 [240] -2014-12-15 13:13:20 queue INFO 7 [241] -2014-12-15 13:13:20 queue INFO 3 [242] -2014-12-15 13:13:21 queue INFO 7 [243] -2014-12-15 13:13:21 queue INFO 3 [244] -2014-12-15 13:13:21 queue INFO 7 [245] -2014-12-15 13:13:22 queue INFO 3 [246] -2014-12-15 13:13:22 queue INFO 7 [247] -2014-12-15 13:13:22 queue INFO 3 [248] -2014-12-15 13:13:23 queue INFO 7 [249] -2014-12-15 13:13:23 queue INFO 3 [250] -2014-12-15 13:13:24 queue INFO 7 [251] -2014-12-15 13:13:24 queue INFO 3 [252] -2014-12-15 13:13:24 queue INFO 7 [253] -2014-12-15 13:13:25 queue INFO 3 [254] -2014-12-15 13:13:25 queue INFO 7 [255] -2014-12-15 13:13:25 queue INFO 3 [256] -2014-12-15 13:13:26 queue INFO 7 [257] -2014-12-15 13:13:26 queue INFO 3 [258] -2014-12-15 13:13:26 queue INFO 7 [259] -2014-12-15 13:13:27 queue INFO 3 [260] -2014-12-15 13:13:27 queue INFO 7 [261] -2014-12-15 13:13:27 queue INFO 3 [262] -2014-12-15 13:13:28 queue INFO 7 [263] -2014-12-15 13:13:28 queue INFO 3 [264] -2014-12-15 13:13:29 queue INFO 7 [265] -2014-12-15 13:13:29 queue INFO 3 [266] -2014-12-15 13:13:29 queue INFO 7 [267] -2014-12-15 13:13:30 queue INFO 3 [268] -2014-12-15 13:13:30 queue INFO 7 [269] -2014-12-15 13:13:30 queue INFO 3 [270] -2014-12-15 13:13:31 queue INFO 7 [271] -2014-12-15 13:13:31 queue INFO 3 [272] -2014-12-15 13:13:31 queue INFO 7 [273] -2014-12-15 13:13:32 queue INFO 3 [274] -2014-12-15 13:13:32 queue INFO 7 [275] -2014-12-15 13:13:32 queue INFO 3 [276] -2014-12-15 13:13:32 queue INFO 7 [277] -2014-12-15 13:13:33 queue INFO 3 [278] -2014-12-15 13:13:33 queue INFO 7 [279] -2014-12-15 13:13:33 queue INFO 3 [280] -2014-12-15 13:13:34 queue INFO 7 [281] -2014-12-15 13:13:34 queue INFO 3 [282] -2014-12-15 13:13:34 queue INFO 7 [283] -2014-12-15 13:13:35 queue INFO 3 [284] -2014-12-15 13:13:35 queue INFO 7 [285] -2014-12-15 13:13:35 queue INFO 3 [286] -2014-12-15 13:13:36 queue INFO 7 [287] -2014-12-15 13:13:36 queue INFO 3 [288] -2014-12-15 13:13:36 queue INFO 7 [289] -2014-12-15 13:13:37 queue INFO 3 [290] -2014-12-15 13:13:37 queue INFO 7 [291] -2014-12-15 13:13:37 queue INFO 3 [292] -2014-12-15 13:13:38 queue INFO 7 [293] -2014-12-15 13:13:38 queue INFO 3 [294] -2014-12-15 13:13:38 queue INFO 7 [295] -2014-12-15 13:13:39 queue INFO 3 [296] -2014-12-15 13:13:39 queue INFO 7 [297] -2014-12-15 13:13:39 queue INFO 3 [298] -2014-12-15 13:13:39 queue INFO 7 [299] -2014-12-15 13:13:40 queue INFO 3 [300] -2014-12-15 13:13:40 queue INFO 7 [301] -2014-12-15 13:13:41 queue INFO 3 [302] -2014-12-15 13:13:41 queue INFO 7 [303] -2014-12-15 13:13:41 queue INFO 3 [304] -2014-12-15 13:13:42 queue INFO 7 [305] -2014-12-15 13:13:42 queue INFO 3 [306] -2014-12-15 13:13:42 queue INFO 7 [307] -2014-12-15 13:13:43 queue INFO 3 [308] -2014-12-15 13:13:43 queue INFO 7 [309] -2014-12-15 13:13:43 queue INFO 3 [310] -2014-12-15 13:13:44 queue INFO 7 [311] -2014-12-15 13:13:44 queue INFO 3 [312] -2014-12-15 13:13:44 queue INFO 7 [313] -2014-12-15 13:13:45 queue INFO 3 [314] -2014-12-15 13:13:45 queue INFO 7 [315] -2014-12-15 13:13:45 queue INFO 3 [316] -2014-12-15 13:13:46 queue INFO 7 [317] -2014-12-15 13:13:46 queue INFO 3 [318] -2014-12-15 13:13:46 queue INFO 7 [319] -2014-12-15 13:13:46 queue INFO 3 [320] -2014-12-15 13:13:47 queue INFO 7 [321] -2014-12-15 13:13:47 queue INFO 3 [322] -2014-12-15 13:13:47 queue INFO 7 [323] -2014-12-15 13:13:48 queue INFO 3 [324] -2014-12-15 13:13:48 queue INFO 7 [325] -2014-12-15 13:13:48 queue INFO 3 [326] -2014-12-15 13:13:49 queue INFO 7 [327] -2014-12-15 13:13:49 queue INFO 3 [328] -2014-12-15 13:13:49 queue INFO 7 [329] -2014-12-15 13:13:50 queue INFO 3 [330] -2014-12-15 13:13:50 queue INFO 7 [331] -2014-12-15 13:13:50 queue INFO 3 [332] -2014-12-15 13:13:51 queue INFO 7 [333] -2014-12-15 13:13:51 queue INFO 3 [334] -2014-12-15 13:13:51 queue INFO 7 [335] -2014-12-15 13:13:52 queue INFO 3 [336] -2014-12-15 13:13:52 queue INFO 7 [337] -2014-12-15 13:13:52 queue INFO 3 [338] -2014-12-15 13:13:53 queue INFO 7 [339] -2014-12-15 13:13:53 queue INFO 3 [340] -2014-12-15 13:13:53 queue INFO 7 [341] -2014-12-15 13:13:54 queue INFO 3 [342] -2014-12-15 13:13:54 queue INFO 7 [343] -2014-12-15 13:13:54 queue INFO 3 [344] -2014-12-15 13:13:55 queue INFO 7 [345] -2014-12-15 13:13:55 queue INFO 3 [346] -2014-12-15 13:13:55 queue INFO 7 [347] -2014-12-15 13:13:55 queue INFO 3 [348] -2014-12-15 13:13:56 queue INFO 7 [349] -2014-12-15 13:13:56 queue INFO 3 [350] -2014-12-15 13:13:56 queue INFO 7 [351] -2014-12-15 13:13:57 queue INFO 3 [352] -2014-12-15 13:13:57 queue INFO 7 [353] -2014-12-15 13:13:57 queue INFO 3 [354] -2014-12-15 13:13:58 queue INFO 7 [355] -2014-12-15 13:13:58 queue INFO 3 [356] -2014-12-15 13:13:58 queue INFO 7 [357] -2014-12-15 13:13:59 queue INFO 3 [358] -2014-12-15 13:13:59 queue INFO 7 [359] -2014-12-15 13:13:59 queue INFO 3 [360] -2014-12-15 13:14:00 queue INFO 7 [361] -2014-12-15 13:14:00 queue INFO 3 [362] -2014-12-15 13:14:00 queue INFO 7 [363] -2014-12-15 13:14:01 queue INFO 3 [364] -2014-12-15 13:14:01 queue INFO 7 [365] -2014-12-15 13:14:01 queue INFO 3 [366] -2014-12-15 13:14:02 queue INFO 7 [367] -2014-12-15 13:14:02 queue INFO 3 [368] -2014-12-15 13:14:02 queue INFO 7 [369] -2014-12-15 13:14:03 queue INFO 3 [370] -2014-12-15 13:14:03 queue INFO 7 [371] -2014-12-15 13:14:03 queue INFO 3 [372] -2014-12-15 13:14:04 queue INFO 7 [373] -2014-12-15 13:14:04 queue INFO 3 [374] -2014-12-15 13:14:04 queue INFO 7 [375] -2014-12-15 13:14:05 queue INFO 3 [376] -2014-12-15 13:14:05 queue INFO 7 [377] -2014-12-15 13:14:05 queue INFO 3 [378] -2014-12-15 13:14:06 queue INFO 7 [379] -2014-12-15 13:14:06 queue INFO 3 [380] -2014-12-15 13:14:06 queue INFO 7 [381] -2014-12-15 13:14:07 queue INFO 3 [382] -2014-12-15 13:14:07 queue INFO 7 [383] -2014-12-15 13:14:07 queue INFO 3 [384] -2014-12-15 13:14:08 queue INFO 7 [385] -2014-12-15 13:14:08 queue INFO 3 [386] -2014-12-15 13:14:08 queue INFO 7 [387] -2014-12-15 13:14:09 queue INFO 3 [388] -2014-12-15 13:14:09 queue INFO 7 [389] -2014-12-15 13:14:09 queue INFO 3 [390] -2014-12-15 13:14:10 queue INFO 7 [391] -2014-12-15 13:14:10 queue INFO 3 [392] -2014-12-15 13:14:10 queue INFO 7 [393] -2014-12-15 13:14:11 queue INFO 3 [394] -2014-12-15 13:14:11 queue INFO 7 [395] -2014-12-15 13:14:11 queue INFO 3 [396] -2014-12-15 13:14:12 queue INFO 7 [397] -2014-12-15 13:14:12 queue INFO 3 [398] -2014-12-15 13:14:12 queue INFO 7 [399] -2014-12-15 13:14:13 queue INFO 3 [400] -2014-12-15 13:14:13 queue INFO 7 [401] -2014-12-15 13:14:13 queue INFO 3 [402] -2014-12-15 13:14:14 queue INFO 7 [403] -2014-12-15 13:14:14 queue INFO 3 [404] -2014-12-15 13:14:14 queue INFO 7 [405] -2014-12-15 13:14:14 queue INFO 3 [406] -2014-12-15 13:14:15 queue INFO 7 [407] -2014-12-15 13:14:15 queue INFO 3 [408] -2014-12-15 13:14:15 queue INFO 7 [409] -2014-12-15 13:14:16 queue INFO 3 [410] -2014-12-15 13:14:16 queue INFO 7 [411] -2014-12-15 13:14:16 queue INFO 3 [412] -2014-12-15 13:14:17 queue INFO 7 [413] -2014-12-15 13:14:17 queue INFO 3 [414] -2014-12-15 13:14:17 queue INFO 7 [415] -2014-12-15 13:14:18 queue INFO 3 [416] -2014-12-15 13:14:18 queue INFO 7 [417] -2014-12-15 13:14:18 queue INFO 3 [418] -2014-12-15 13:14:19 queue INFO 7 [419] -2014-12-15 13:14:19 queue INFO 3 [420] -2014-12-15 13:14:19 queue INFO 7 [421] -2014-12-15 13:14:20 queue INFO 3 [422] -2014-12-15 13:14:20 queue INFO 7 [423] -2014-12-15 13:14:20 queue INFO 3 [424] -2014-12-15 13:14:21 queue INFO 7 [425] -2014-12-15 13:14:21 queue INFO 3 [426] -2014-12-15 13:14:21 queue INFO 7 [427] -2014-12-15 13:14:21 queue INFO 3 [428] -2014-12-15 13:14:22 queue INFO 7 [429] -2014-12-15 13:14:22 queue INFO 3 [430] -2014-12-15 13:14:22 queue INFO 7 [431] -2014-12-15 13:14:23 queue INFO 3 [432] -2014-12-15 13:14:23 queue INFO 7 [433] -2014-12-15 13:14:23 queue INFO 3 [434] -2014-12-15 13:14:24 queue INFO 7 [435] -2014-12-15 13:14:24 queue INFO 3 [436] -2014-12-15 13:14:24 queue INFO 7 [437] -2014-12-15 13:14:25 queue INFO 3 [438] -2014-12-15 13:14:25 queue INFO 7 [439] -2014-12-15 13:14:25 queue INFO 3 [440] -2014-12-15 13:14:26 queue INFO 7 [441] -2014-12-15 13:14:26 queue INFO 3 [442] -2014-12-15 13:14:26 queue INFO 7 [443] -2014-12-15 13:14:27 queue INFO 3 [444] -2014-12-15 13:14:27 queue INFO 7 [445] -2014-12-15 13:14:27 queue INFO 3 [446] -2014-12-15 13:14:28 queue INFO 7 [447] -2014-12-15 13:14:28 queue INFO 3 [448] -2014-12-15 13:14:28 queue INFO 7 [449] -2014-12-15 13:14:28 queue INFO 3 [450] -2014-12-15 13:14:29 queue INFO 7 [451] -2014-12-15 13:14:29 queue INFO 3 [452] -2014-12-15 13:14:29 queue INFO 7 [453] -2014-12-15 13:14:30 queue INFO 3 [454] -2014-12-15 13:14:30 queue INFO 7 [455] -2014-12-15 13:14:30 queue INFO 3 [456] -2014-12-15 13:14:31 queue INFO 7 [457] -2014-12-15 13:14:31 queue INFO 3 [458] -2014-12-15 13:14:31 queue INFO 7 [459] -2014-12-15 13:14:32 queue INFO 3 [460] -2014-12-15 13:14:32 queue INFO 7 [461] -2014-12-15 13:14:32 queue INFO 3 [462] -2014-12-15 13:14:33 queue INFO 7 [463] -2014-12-15 13:14:33 queue INFO 3 [464] -2014-12-15 13:14:34 queue INFO 7 [465] -2014-12-15 13:14:34 queue INFO 3 [466] -2014-12-15 13:14:34 queue INFO 7 [467] -2014-12-15 13:14:34 queue INFO 3 [468] -2014-12-15 13:14:35 queue INFO 7 [469] -2014-12-15 13:14:35 queue INFO 3 [470] -2014-12-15 13:14:35 queue INFO 7 [471] -2014-12-15 13:14:36 queue INFO 3 [472] -2014-12-15 13:14:36 queue INFO 7 [473] -2014-12-15 13:14:36 queue INFO 3 [474] -2014-12-15 13:14:37 queue INFO 7 [475] -2014-12-15 13:14:37 queue INFO 3 [476] -2014-12-15 13:14:37 queue INFO 7 [477] -2014-12-15 13:14:38 queue INFO 3 [478] -2014-12-15 13:14:38 queue INFO 7 [479] -2014-12-15 13:14:38 queue INFO 3 [480] -2014-12-15 13:14:39 queue INFO 7 [481] -2014-12-15 13:14:39 queue INFO 3 [482] -2014-12-15 13:14:39 queue INFO 7 [483] -2014-12-15 13:14:40 queue INFO 3 [484] -2014-12-15 13:14:40 queue INFO 7 [485] -2014-12-15 13:14:40 queue INFO 3 [486] -2014-12-15 13:14:41 queue INFO 7 [487] -2014-12-15 13:14:41 queue INFO 3 [488] -2014-12-15 13:14:42 queue INFO 7 [489] -2014-12-15 13:14:42 queue INFO 3 [490] -2014-12-15 13:14:42 queue INFO 7 [491] -2014-12-15 13:14:43 queue INFO 3 [492] -2014-12-15 13:14:43 queue INFO 7 [493] -2014-12-15 13:14:43 queue INFO 3 [494] -2014-12-15 13:14:44 queue INFO 7 [495] -2014-12-15 13:14:44 queue INFO 3 [496] -2014-12-15 13:14:44 queue INFO 7 [497] -2014-12-15 13:14:45 queue INFO 3 [498] -2014-12-15 13:14:45 queue INFO 7 [499] -2014-12-15 13:14:45 queue INFO 3 [500] -2014-12-15 13:14:46 queue INFO 7 [501] -2014-12-15 13:14:46 queue INFO 3 [502] -2014-12-15 13:14:46 queue INFO 7 [503] -2014-12-15 13:14:47 queue INFO 3 [504] -2014-12-15 13:14:47 queue INFO 7 [505] -2014-12-15 13:14:47 queue INFO 3 [506] -2014-12-15 13:14:48 queue INFO 7 [507] -2014-12-15 13:14:48 queue INFO 3 [508] -2014-12-15 13:14:48 queue INFO 7 [509] -2014-12-15 13:14:49 queue INFO 3 [510] -2014-12-15 13:14:49 queue INFO 7 [511] -2014-12-15 13:14:49 queue INFO 3 [512] -2014-12-15 13:14:49 queue INFO 7 [513] -2014-12-15 13:14:50 queue INFO 3 [514] -2014-12-15 13:14:50 queue INFO 7 [515] -2014-12-15 13:14:50 queue INFO 3 [516] -2014-12-15 13:14:51 queue INFO 7 [517] -2014-12-15 13:14:51 queue INFO 3 [518] -2014-12-15 13:14:51 queue INFO 7 [519] -2014-12-15 13:14:52 queue INFO 3 [520] -2014-12-15 13:14:52 queue INFO 7 [521] -2014-12-15 13:14:52 queue INFO 3 [522] -2014-12-15 13:14:53 queue INFO 7 [523] -2014-12-15 13:14:53 queue INFO 3 [524] -2014-12-15 13:14:53 queue INFO 7 [525] -2014-12-15 13:14:54 queue INFO 3 [526] -2014-12-15 13:14:54 queue INFO 7 [527] -2014-12-15 13:14:54 queue INFO 3 [528] -2014-12-15 13:14:55 queue INFO 7 [529] -2014-12-15 13:14:55 queue INFO 3 [530] -2014-12-15 13:14:55 queue INFO 7 [531] -2014-12-15 13:14:56 queue INFO 3 [532] -2014-12-15 13:14:56 queue INFO 7 [533] -2014-12-15 13:14:56 queue INFO 3 [534] -2014-12-15 13:14:56 queue INFO 7 [535] -2014-12-15 13:14:57 queue INFO 3 [536] -2014-12-15 13:14:57 queue INFO 7 [537] -2014-12-15 13:14:57 queue INFO 3 [538] -2014-12-15 13:14:58 queue INFO 7 [539] -2014-12-15 13:14:58 queue INFO 3 [540] -2014-12-15 13:14:58 queue INFO 7 [541] -2014-12-15 13:14:59 queue INFO 3 [542] -2014-12-15 13:14:59 queue INFO 7 [543] -2014-12-15 13:14:59 queue INFO 3 [544] -2014-12-15 13:15:00 queue INFO 7 [545] -2014-12-15 13:15:00 queue INFO 3 [546] -2014-12-15 13:15:01 queue INFO 7 [547] -2014-12-15 13:15:01 queue INFO 3 [548] -2014-12-15 13:15:01 queue INFO 7 [549] -2014-12-15 13:15:02 queue INFO 3 [550] -2014-12-15 13:15:02 queue INFO 7 [551] -2014-12-15 13:15:02 queue INFO 3 [552] -2014-12-15 13:15:03 queue INFO 7 [553] -2014-12-15 13:15:03 queue INFO 3 [554] -2014-12-15 13:15:03 queue INFO 7 [555] -2014-12-15 13:15:04 queue INFO 3 [556] -2014-12-15 13:15:04 queue INFO 7 [557] -2014-12-15 13:15:04 queue INFO 3 [558] -2014-12-15 13:15:04 queue INFO 7 [559] -2014-12-15 13:15:05 queue INFO 3 [560] -2014-12-15 13:15:05 queue INFO 7 [561] -2014-12-15 13:15:05 queue INFO 3 [562] -2014-12-15 13:15:06 queue INFO 7 [563] -2014-12-15 13:15:06 queue INFO 3 [564] -2014-12-15 13:15:06 queue INFO 7 [565] -2014-12-15 13:15:07 queue INFO 3 [566] -2014-12-15 13:15:07 queue INFO 7 [567] -2014-12-15 13:15:07 queue INFO 3 [568] -2014-12-15 13:15:08 queue INFO 7 [569] -2014-12-15 13:15:08 queue INFO 3 [570] -2014-12-15 13:15:08 queue INFO 7 [571] -2014-12-15 13:15:09 queue INFO 3 [572] -2014-12-15 13:15:09 queue INFO 7 [573] -2014-12-15 13:15:09 queue INFO 3 [574] -2014-12-15 13:15:10 queue INFO 7 [575] -2014-12-15 13:15:10 queue INFO 3 [576] -2014-12-15 13:15:10 queue INFO 7 [577] -2014-12-15 13:15:11 queue INFO 3 [578] -2014-12-15 13:15:11 queue INFO 7 [579] -2014-12-15 13:15:11 queue INFO 3 [580] -2014-12-15 13:15:12 queue INFO 7 [581] -2014-12-15 13:15:12 queue INFO 3 [582] -2014-12-15 13:15:12 queue INFO 7 [583] -2014-12-15 13:15:13 queue INFO 3 [584] -2014-12-15 13:15:13 queue INFO 7 [585] -2014-12-15 13:15:13 queue INFO 3 [586] -2014-12-15 13:15:14 queue INFO 7 [587] -2014-12-15 13:15:14 queue INFO 3 [588] -2014-12-15 13:15:14 queue INFO 7 [589] -2014-12-15 13:15:14 queue INFO 3 [590] -2014-12-15 13:15:15 queue INFO 7 [591] -2014-12-15 13:15:15 queue INFO 3 [592] -2014-12-15 13:15:15 queue INFO 7 [593] -2014-12-15 13:15:16 queue INFO 3 [594] -2014-12-15 13:15:16 queue INFO 7 [595] -2014-12-15 13:15:16 queue INFO 3 [596] -2014-12-15 13:15:17 queue INFO 7 [597] -2014-12-15 13:15:17 queue INFO 3 [598] -2014-12-15 13:15:17 queue INFO 7 [599] -2014-12-15 13:15:18 queue INFO 3 [600] -2014-12-15 13:15:18 queue INFO 7 [601] -2014-12-15 13:15:18 queue INFO 3 [602] -2014-12-15 13:15:19 queue INFO 7 [603] -2014-12-15 13:15:19 queue INFO 3 [604] -2014-12-15 13:15:19 queue INFO 7 [605] -2014-12-15 13:15:20 queue INFO 3 [606] -2014-12-15 13:15:20 queue INFO 7 [607] -2014-12-15 13:15:20 queue INFO 3 [608] -2014-12-15 13:15:21 queue INFO 7 [609] -2014-12-15 13:15:21 queue INFO 3 [610] -2014-12-15 13:15:21 queue INFO 7 [611] -2014-12-15 13:15:22 queue INFO 3 [612] -2014-12-15 13:15:22 queue INFO 7 [613] -2014-12-15 13:15:22 queue INFO 3 [614] -2014-12-15 13:15:23 queue INFO 7 [615] -2014-12-15 13:15:23 queue INFO 3 [616] -2014-12-15 13:15:23 queue INFO 7 [617] -2014-12-15 13:15:24 queue INFO 3 [618] -2014-12-15 13:15:24 queue INFO 7 [619] -2014-12-15 13:15:24 queue INFO 3 [620] -2014-12-15 13:15:24 queue INFO 7 [621] -2014-12-15 13:15:25 queue INFO 3 [622] -2014-12-15 13:15:25 queue INFO 7 [623] -2014-12-15 13:15:25 queue INFO 3 [624] -2014-12-15 13:15:26 queue INFO 7 [625] -2014-12-15 13:15:26 queue INFO 3 [626] -2014-12-15 13:15:27 queue INFO 7 [627] -2014-12-15 13:15:27 queue INFO 3 [628] -2014-12-15 13:15:27 queue INFO 7 [629] -2014-12-15 13:15:28 queue INFO 3 [630] -2014-12-15 13:15:28 queue INFO 7 [631] -2014-12-15 13:15:28 queue INFO 3 [632] -2014-12-15 13:15:29 queue INFO 7 [633] -2014-12-15 13:15:29 queue INFO 3 [634] -2014-12-15 13:15:29 queue INFO 7 [635] -2014-12-15 13:15:30 queue INFO 3 [636] -2014-12-15 13:15:30 queue INFO 7 [637] -2014-12-15 13:15:30 queue INFO 3 [638] -2014-12-15 13:15:31 queue INFO 7 [639] -2014-12-15 13:15:31 queue INFO 3 [640] -2014-12-15 13:15:31 queue INFO 7 [641] -2014-12-15 13:15:31 queue INFO 3 [642] -2014-12-15 13:15:32 queue INFO 7 [643] -2014-12-15 13:15:32 queue INFO 3 [644] -2014-12-15 13:15:32 queue INFO 7 [645] -2014-12-15 13:15:33 queue INFO 3 [646] -2014-12-15 13:15:33 queue INFO 7 [647] -2014-12-15 13:15:33 queue INFO 3 [648] -2014-12-15 13:15:34 queue INFO 7 [649] -2014-12-15 13:15:34 queue INFO 3 [650] -2014-12-15 13:15:34 queue INFO 7 [651] -2014-12-15 13:15:35 queue INFO 3 [652] -2014-12-15 13:15:35 queue INFO 7 [653] -2014-12-15 13:15:35 queue INFO 3 [654] -2014-12-15 13:15:36 queue INFO 7 [655] -2014-12-15 13:15:36 queue INFO 3 [656] -2014-12-15 13:15:36 queue INFO 7 [657] -2014-12-15 13:15:37 queue INFO 3 [658] -2014-12-15 13:15:37 queue INFO 7 [659] -2014-12-15 13:15:37 queue INFO 3 [660] -2014-12-15 13:15:38 queue INFO 7 [661] -2014-12-15 13:15:38 queue INFO 3 [662] -2014-12-15 13:15:38 queue INFO 7 [663] -2014-12-15 13:15:39 queue INFO 3 [664] -2014-12-15 13:15:39 queue INFO 7 [665] -2014-12-15 13:15:39 queue INFO 3 [666] -2014-12-15 13:15:40 queue INFO 7 [667] -2014-12-15 13:15:40 queue INFO 3 [668] -2014-12-15 13:15:41 queue INFO 7 [669] -2014-12-15 13:15:41 queue INFO 3 [670] -2014-12-15 13:15:41 queue INFO 7 [671] -2014-12-15 13:15:42 queue INFO 3 [672] -2014-12-15 13:15:42 queue INFO 7 [673] -2014-12-15 13:15:42 queue INFO 3 [674] -2014-12-15 13:15:43 queue INFO 7 [675] -2014-12-15 13:15:43 queue INFO 3 [676] -2014-12-15 13:15:43 queue INFO 7 [677] -2014-12-15 13:15:44 queue INFO 3 [678] -2014-12-15 13:15:44 queue INFO 7 [679] -2014-12-15 13:15:44 queue INFO 3 [680] -2014-12-15 13:15:45 queue INFO 7 [681] -2014-12-15 13:15:45 queue INFO 3 [682] -2014-12-15 13:15:45 queue INFO 7 [683] -2014-12-15 13:15:45 queue INFO 3 [684] -2014-12-15 13:15:46 queue INFO 7 [685] -2014-12-15 13:15:46 queue INFO 3 [686] -2014-12-15 13:15:46 queue INFO 7 [687] -2014-12-15 13:15:47 queue INFO 3 [688] -2014-12-15 13:15:47 queue INFO 7 [689] -2014-12-15 13:15:47 queue INFO 3 [690] -2014-12-15 13:15:48 queue INFO 7 [691] -2014-12-15 13:15:48 queue INFO 3 [692] -2014-12-15 13:15:48 queue INFO 7 [693] -2014-12-15 13:15:49 queue INFO 3 [694] -2014-12-15 13:15:49 queue INFO 7 [695] -2014-12-15 13:15:49 queue INFO 3 [696] -2014-12-15 13:15:50 queue INFO 7 [697] -2014-12-15 13:15:50 queue INFO 3 [698] -2014-12-15 13:15:50 queue INFO 7 [699] -2014-12-15 13:15:51 queue INFO 3 [700] -2014-12-15 13:15:51 queue INFO 7 [701] -2014-12-15 13:15:51 queue INFO 3 [702] -2014-12-15 13:15:52 queue INFO 7 [703] -2014-12-15 13:15:52 queue INFO 3 [704] -2014-12-15 13:15:52 queue INFO 7 [705] -2014-12-15 13:15:53 queue INFO 3 [706] -2014-12-15 13:15:53 queue INFO 7 [707] -2014-12-15 13:15:53 queue INFO 3 [708] -2014-12-15 13:15:54 queue INFO 7 [709] -2014-12-15 13:15:54 queue INFO 3 [710] -2014-12-15 13:15:54 queue INFO 7 [711] -2014-12-15 13:15:55 queue INFO 3 [712] -2014-12-15 13:15:55 queue INFO 7 [713] -2014-12-15 13:15:55 queue INFO 3 [714] -2014-12-15 13:15:56 queue INFO 7 [715] -2014-12-15 13:15:56 queue INFO 3 [716] -2014-12-15 13:15:56 queue INFO 7 [717] -2014-12-15 13:15:57 queue INFO 3 [718] -2014-12-15 13:15:57 queue INFO 7 [719] -2014-12-15 13:15:57 queue INFO 3 [720] -2014-12-15 13:15:58 queue INFO 7 [721] -2014-12-15 13:15:58 queue INFO 3 [722] -2014-12-15 13:15:58 queue INFO 7 [723] -2014-12-15 13:15:59 queue INFO 3 [724] -2014-12-15 13:15:59 queue INFO 7 [725] -2014-12-15 13:15:59 queue INFO 3 [726] -2014-12-15 13:16:00 queue INFO 7 [727] -2014-12-15 13:16:00 queue INFO 3 [728] -2014-12-15 13:16:00 queue INFO 7 [729] -2014-12-15 13:16:01 queue INFO 3 [730] -2014-12-15 13:16:01 queue INFO 7 [731] -2014-12-15 13:16:01 queue INFO 3 [732] -2014-12-15 13:16:02 queue INFO 7 [733] -2014-12-15 13:16:02 queue INFO 3 [734] -2014-12-15 13:16:02 queue INFO 7 [735] -2014-12-15 13:16:03 queue INFO 3 [736] -2014-12-15 13:16:03 queue INFO 7 [737] -2014-12-15 13:16:03 queue INFO 3 [738] -2014-12-15 13:16:04 queue INFO 7 [739] -2014-12-15 13:16:04 queue INFO 3 [740] -2014-12-15 13:16:04 queue INFO 7 [741] -2014-12-15 13:16:04 queue INFO 3 [742] -2014-12-15 13:16:05 queue INFO 7 [743] -2014-12-15 13:16:05 queue INFO 3 [744] -2014-12-15 13:16:05 queue INFO 7 [745] -2014-12-15 13:16:06 queue INFO 3 [746] -2014-12-15 13:16:06 queue INFO 7 [747] -2014-12-15 13:16:06 queue INFO 3 [748] -2014-12-15 13:16:07 queue INFO 7 [749] -2014-12-15 13:16:07 queue INFO 3 [750] -2014-12-15 13:16:07 queue INFO 7 [751] -2014-12-15 13:16:08 queue INFO 3 [752] -2014-12-15 13:16:08 queue INFO 7 [753] -2014-12-15 13:16:08 queue INFO 3 [754] -2014-12-15 13:16:09 queue INFO 7 [755] -2014-12-15 13:16:09 queue INFO 3 [756] -2014-12-15 13:16:09 queue INFO 7 [757] -2014-12-15 13:16:10 queue INFO 3 [758] -2014-12-15 13:16:10 queue INFO 7 [759] -2014-12-15 13:16:10 queue INFO 3 [760] -2014-12-15 13:16:11 queue INFO 7 [761] -2014-12-15 13:16:11 queue INFO 3 [762] -2014-12-15 13:16:11 queue INFO 7 [763] -2014-12-15 13:16:12 queue INFO 3 [764] -2014-12-15 13:16:12 queue INFO 7 [765] -2014-12-15 13:16:12 queue INFO 3 [766] -2014-12-15 13:16:13 queue INFO 7 [767] -2014-12-15 13:16:13 queue INFO 3 [768] -2014-12-15 13:16:13 queue INFO 7 [769] -2014-12-15 13:16:14 queue INFO 3 [770] -2014-12-15 13:16:14 queue INFO 7 [771] -2014-12-15 13:16:14 queue INFO 3 [772] -2014-12-15 13:16:15 queue INFO 7 [773] -2014-12-15 13:16:15 queue INFO 3 [774] -2014-12-15 13:16:15 queue INFO 7 [775] -2014-12-15 13:16:16 queue INFO 3 [776] -2014-12-15 13:16:16 queue INFO 7 [777] -2014-12-15 13:16:16 queue INFO 3 [778] -2014-12-15 13:16:16 queue INFO 7 [779] -2014-12-15 13:16:17 queue INFO 3 [780] -2014-12-15 13:16:17 queue INFO 7 [781] -2014-12-15 13:16:17 queue INFO 3 [782] -2014-12-15 13:16:18 queue INFO 7 [783] -2014-12-15 13:16:18 queue INFO 3 [784] -2014-12-15 13:16:18 queue INFO 7 [785] -2014-12-15 13:16:19 queue INFO 3 [786] -2014-12-15 13:16:19 queue INFO 7 [787] -2014-12-15 13:16:20 queue INFO 3 [788] -2014-12-15 13:16:20 queue INFO 7 [789] -2014-12-15 13:16:20 queue INFO 3 [790] -2014-12-15 13:16:21 queue INFO 7 [791] -2014-12-15 13:16:21 queue INFO 3 [792] -2014-12-15 13:16:21 queue INFO 7 [793] -2014-12-15 13:16:22 queue INFO 3 [794] -2014-12-15 13:16:22 queue INFO 7 [795] -2014-12-15 13:16:22 queue INFO 3 [796] -2014-12-15 13:16:23 queue INFO 7 [797] -2014-12-15 13:16:23 queue INFO 3 [798] -2014-12-15 13:16:24 queue INFO 7 [799] -2014-12-15 13:16:24 queue INFO 3 [800] -2014-12-15 13:16:24 queue INFO 7 [801] -2014-12-15 13:16:25 queue INFO 3 [802] -2014-12-15 13:16:25 queue INFO 7 [803] -2014-12-15 13:16:25 queue INFO 3 [804] -2014-12-15 13:16:26 queue INFO 7 [805] -2014-12-15 13:16:26 queue INFO 3 [806] -2014-12-15 13:16:26 queue INFO 7 [807] -2014-12-15 13:16:27 queue INFO 3 [808] -2014-12-15 13:16:27 queue INFO 7 [809] -2014-12-15 13:16:27 queue INFO 3 [810] -2014-12-15 13:16:28 queue INFO 7 [811] -2014-12-15 13:16:28 queue INFO 3 [812] -2014-12-15 13:16:28 queue INFO 7 [813] -2014-12-15 13:16:29 queue INFO 3 [814] -2014-12-15 13:16:29 queue INFO 7 [815] -2014-12-15 13:16:29 queue INFO 3 [816] -2014-12-15 13:16:29 queue INFO 7 [817] -2014-12-15 13:16:30 queue INFO 3 [818] -2014-12-15 13:16:30 queue INFO 7 [819] -2014-12-15 13:16:30 queue INFO 3 [820] -2014-12-15 13:16:31 queue INFO 7 [821] -2014-12-15 13:16:31 queue INFO 3 [822] -2014-12-15 13:16:31 queue INFO 7 [823] -2014-12-15 13:16:32 queue INFO 3 [824] -2014-12-15 13:16:32 queue INFO 7 [825] -2014-12-15 13:16:32 queue INFO 3 [826] -2014-12-15 13:16:33 queue INFO 7 [827] -2014-12-15 13:16:33 queue INFO 3 [828] -2014-12-15 13:16:33 queue INFO 7 [829] -2014-12-15 13:16:34 queue INFO 3 [830] -2014-12-15 13:16:34 queue INFO 7 [831] -2014-12-15 13:16:34 queue INFO 3 [832] -2014-12-15 13:16:35 queue INFO 7 [833] -2014-12-15 13:16:35 queue INFO 3 [834] -2014-12-15 13:16:35 queue INFO 7 [835] -2014-12-15 13:16:36 queue INFO 3 [836] -2014-12-15 13:16:36 queue INFO 7 [837] -2014-12-15 13:16:36 queue INFO 3 [838] -2014-12-15 13:16:37 queue INFO 7 [839] -2014-12-15 13:16:37 queue INFO 3 [840] -2014-12-15 13:16:37 queue INFO 7 [841] -2014-12-15 13:16:38 queue INFO 3 [842] -2014-12-15 13:16:38 queue INFO 7 [843] -2014-12-15 13:16:38 queue INFO 3 [844] -2014-12-15 13:16:38 queue INFO 7 [845] -2014-12-15 13:16:39 queue INFO 3 [846] -2014-12-15 13:16:39 queue INFO 7 [847] -2014-12-15 13:16:39 queue INFO 3 [848] -2014-12-15 13:16:40 queue INFO 7 [849] -2014-12-15 13:16:40 queue INFO 3 [850] -2014-12-15 13:16:40 queue INFO 7 [851] -2014-12-15 13:16:41 queue INFO 3 [852] -2014-12-15 13:16:41 queue INFO 7 [853] -2014-12-15 13:16:41 queue INFO 3 [854] -2014-12-15 13:16:42 queue INFO 7 [855] -2014-12-15 13:16:42 queue INFO 3 [856] -2014-12-15 13:16:42 queue INFO 7 [857] -2014-12-15 13:16:43 queue INFO 3 [858] -2014-12-15 13:16:43 queue INFO 7 [859] -2014-12-15 13:16:43 queue INFO 3 [860] -2014-12-15 13:16:44 queue INFO 7 [861] -2014-12-15 13:16:44 queue INFO 3 [862] -2014-12-15 13:16:45 queue INFO 7 [863] -2014-12-15 13:16:45 queue INFO 3 [864] -2014-12-15 13:16:45 queue INFO 7 [865] -2014-12-15 13:16:46 queue INFO 3 [866] -2014-12-15 13:16:46 queue INFO 7 [867] -2014-12-15 13:16:46 queue INFO 3 [868] -2014-12-15 13:16:47 queue INFO 7 [869] -2014-12-15 13:16:47 queue INFO 3 [870] -2014-12-15 13:16:48 queue INFO 7 [871] -2014-12-15 13:16:48 queue INFO 3 [872] -2014-12-15 13:16:48 queue INFO 7 [873] -2014-12-15 13:16:49 queue INFO 3 [874] -2014-12-15 13:16:49 queue INFO 7 [875] -2014-12-15 13:16:49 queue INFO 3 [876] -2014-12-15 13:16:49 queue INFO 7 [877] -2014-12-15 13:16:50 queue INFO 3 [878] -2014-12-15 13:16:50 queue INFO 7 [879] -2014-12-15 13:16:50 queue INFO 3 [880] -2014-12-15 13:16:51 queue INFO 7 [881] -2014-12-15 13:16:51 queue INFO 3 [882] -2014-12-15 13:16:51 queue INFO 7 [883] -2014-12-15 13:16:52 queue INFO 3 [884] -2014-12-15 13:16:52 queue INFO 7 [885] -2014-12-15 13:16:52 queue INFO 3 [886] -2014-12-15 13:16:53 queue INFO 7 [887] -2014-12-15 13:16:53 queue INFO 3 [888] -2014-12-15 13:16:53 queue INFO 7 [889] -2014-12-15 13:16:54 queue INFO 3 [890] -2014-12-15 13:16:54 queue INFO 7 [891] -2014-12-15 13:16:54 queue INFO 3 [892] -2014-12-15 13:16:55 queue INFO 7 [893] -2014-12-15 13:16:55 queue INFO 3 [894] -2014-12-15 13:16:55 queue INFO 7 [895] -2014-12-15 13:16:56 queue INFO 3 [896] -2014-12-15 13:16:56 queue INFO 7 [897] -2014-12-15 13:16:56 queue INFO 3 [898] -2014-12-15 13:16:57 queue INFO 7 [899] -2014-12-15 13:16:57 queue INFO 3 [900] -2014-12-15 13:16:57 queue INFO 7 [901] -2014-12-15 13:16:58 queue INFO 3 [902] -2014-12-15 13:16:58 queue INFO 7 [903] -2014-12-15 13:16:58 queue INFO 3 [904] -2014-12-15 13:16:59 queue INFO 7 [905] -2014-12-15 13:16:59 queue INFO 3 [906] -2014-12-15 13:16:59 queue INFO 7 [907] -2014-12-15 13:16:59 queue INFO 3 [908] -2014-12-15 13:17:00 queue INFO 7 [909] -2014-12-15 13:17:00 queue INFO 3 [910] -2014-12-15 13:17:00 queue INFO 7 [911] -2014-12-15 13:17:01 queue INFO 3 [912] -2014-12-15 13:17:01 queue INFO 7 [913] -2014-12-15 13:17:01 queue INFO 3 [914] -2014-12-15 13:17:02 queue INFO 7 [915] -2014-12-15 13:17:02 queue INFO 3 [916] -2014-12-15 13:17:02 queue INFO 7 [917] -2014-12-15 13:17:03 queue INFO 3 [918] -2014-12-15 13:17:03 queue INFO 7 [919] -2014-12-15 13:17:03 queue INFO 3 [920] -2014-12-15 13:17:04 queue INFO 7 [921] -2014-12-15 13:17:04 queue INFO 3 [922] -2014-12-15 13:17:04 queue INFO 7 [923] -2014-12-15 13:17:05 queue INFO 3 [924] -2014-12-15 13:17:05 queue INFO 7 [925] -2014-12-15 13:17:05 queue INFO 3 [926] -2014-12-15 13:17:06 queue INFO 7 [927] -2014-12-15 13:17:06 queue INFO 3 [928] -2014-12-15 13:17:06 queue INFO 7 [929] -2014-12-15 13:17:07 queue INFO 3 [930] -2014-12-15 13:17:07 queue INFO 7 [931] -2014-12-15 13:17:07 queue INFO 3 [932] -2014-12-15 13:17:08 queue INFO 7 [933] -2014-12-15 13:17:08 queue INFO 3 [934] -2014-12-15 13:17:09 queue INFO 7 [935] -2014-12-15 13:17:09 queue INFO 3 [936] -2014-12-15 13:17:09 queue INFO 7 [937] -2014-12-15 13:17:10 queue INFO 3 [938] -2014-12-15 13:17:10 queue INFO 7 [939] -2014-12-15 13:17:10 queue INFO 3 [940] -2014-12-15 13:17:11 queue INFO 7 [941] -2014-12-15 13:17:11 queue INFO 3 [942] -2014-12-15 13:17:11 queue INFO 7 [943] -2014-12-15 13:17:12 queue INFO 3 [944] -2014-12-15 13:17:12 queue INFO 7 [945] -2014-12-15 13:17:12 queue INFO 3 [946] -2014-12-15 13:17:13 queue INFO 7 [947] -2014-12-15 13:17:13 queue INFO 3 [948] -2014-12-15 13:17:13 queue INFO 7 [949] -2014-12-15 13:17:14 queue INFO 3 [950] -2014-12-15 13:17:14 queue INFO 7 [951] -2014-12-15 13:17:14 queue INFO 3 [952] -2014-12-15 13:17:15 queue INFO 7 [953] -2014-12-15 13:17:15 queue INFO 3 [954] -2014-12-15 13:17:15 queue INFO 7 [955] -2014-12-15 13:17:16 queue INFO 3 [956] -2014-12-15 13:17:16 queue INFO 7 [957] -2014-12-15 13:17:16 queue INFO 3 [958] -2014-12-15 13:17:17 queue INFO 7 [959] -2014-12-15 13:17:17 queue INFO 3 [960] -2014-12-15 13:17:17 queue INFO 7 [961] -2014-12-15 13:17:18 queue INFO 3 [962] -2014-12-15 13:17:18 queue INFO 7 [963] -2014-12-15 13:17:18 queue INFO 3 [964] -2014-12-15 13:17:19 queue INFO 7 [965] -2014-12-15 13:17:19 queue INFO 3 [966] -2014-12-15 13:17:19 queue INFO 7 [967] -2014-12-15 13:17:20 queue INFO 3 [968] -2014-12-15 13:17:20 queue INFO 7 [969] -2014-12-15 13:17:20 queue INFO 3 [970] -2014-12-15 13:17:21 queue INFO 7 [971] -2014-12-15 13:17:21 queue INFO 3 [972] -2014-12-15 13:17:21 queue INFO 7 [973] -2014-12-15 13:17:21 queue INFO 3 [974] -2014-12-15 13:17:22 queue INFO 7 [975] -2014-12-15 13:17:22 queue INFO 3 [976] -2014-12-15 13:17:22 queue INFO 7 [977] -2014-12-15 13:17:23 queue INFO 3 [978] -2014-12-15 13:17:23 queue INFO 7 [979] -2014-12-15 13:17:23 queue INFO 3 [980] -2014-12-15 13:17:24 queue INFO 7 [981] -2014-12-15 13:17:24 queue INFO 3 [982] -2014-12-15 13:17:24 queue INFO 7 [983] -2014-12-15 13:17:25 queue INFO 3 [984] -2014-12-15 13:17:25 queue INFO 7 [985] -2014-12-15 13:17:25 queue INFO 3 [986] -2014-12-15 13:17:26 queue INFO 7 [987] -2014-12-15 13:17:26 queue INFO 3 [988] -2014-12-15 13:17:26 queue INFO 7 [989] -2014-12-15 13:17:27 queue INFO 3 [990] -2014-12-15 13:17:27 queue INFO 7 [991] -2014-12-15 13:17:27 queue INFO 3 [992] -2014-12-15 13:17:28 queue INFO 7 [993] -2014-12-15 13:17:28 queue INFO 3 [994] -2014-12-15 13:17:28 queue INFO 7 [995] -2014-12-15 13:17:29 queue INFO 3 [996] -2014-12-15 13:17:29 queue INFO 7 [997] -2014-12-15 13:17:29 queue INFO 3 [998] -2014-12-15 13:17:29 queue INFO 7 [999] -2014-12-15 13:17:30 queue INFO 3 [0] -2014-12-15 13:17:30 queue INFO 7 [1] -2014-12-15 13:17:30 queue INFO 3 [2] -2014-12-15 13:17:31 queue INFO 7 [3] -2014-12-15 13:17:31 queue INFO 3 [4] -2014-12-15 13:17:31 queue INFO 7 [5] -2014-12-15 13:17:32 queue INFO 3 [6] -2014-12-15 13:17:32 queue INFO 7 [7] -2014-12-15 13:17:32 queue INFO 3 [8] -2014-12-15 13:17:33 queue INFO 7 [9] -2014-12-15 13:17:33 queue INFO 3 [10] -2014-12-15 13:17:33 queue INFO 7 [11] -2014-12-15 13:17:34 queue INFO 3 [12] -2014-12-15 13:17:34 queue INFO 7 [13] -2014-12-15 13:17:34 queue INFO 3 [14] -2014-12-15 13:17:35 queue INFO 7 [15] -2014-12-15 13:17:35 queue INFO 3 [16] -2014-12-15 13:17:35 queue INFO 7 [17] -2014-12-15 13:17:36 queue INFO 3 [18] -2014-12-15 13:17:36 queue INFO 7 [19] -2014-12-15 13:17:36 queue INFO 3 [20] -2014-12-15 13:17:37 queue INFO 7 [21] -2014-12-15 13:17:37 queue INFO 3 [22] -2014-12-15 13:17:37 queue INFO 7 [23] -2014-12-15 13:17:37 queue INFO 3 [24] -2014-12-15 13:17:38 queue INFO 7 [25] -2014-12-15 13:17:38 queue INFO 3 [26] -2014-12-15 13:17:38 queue INFO 7 [27] -2014-12-15 13:17:39 queue INFO 3 [28] -2014-12-15 13:17:39 queue INFO 7 [29] -2014-12-15 13:17:39 queue INFO 3 [30] -2014-12-15 13:17:40 queue INFO 7 [31] -2014-12-15 13:17:40 queue INFO 3 [32] -2014-12-15 13:17:40 queue INFO 7 [33] -2014-12-15 13:17:41 queue INFO 3 [34] -2014-12-15 13:17:41 queue INFO 7 [35] -2014-12-15 13:17:42 queue INFO 3 [36] -2014-12-15 13:17:42 queue INFO 7 [37] -2014-12-15 13:17:42 queue INFO 3 [38] -2014-12-15 13:17:43 queue INFO 7 [39] -2014-12-15 13:17:43 queue INFO 3 [40] -2014-12-15 13:17:43 queue INFO 7 [41] -2014-12-15 13:17:44 queue INFO 3 [42] -2014-12-15 13:17:44 queue INFO 7 [43] -2014-12-15 13:17:44 queue INFO 3 [44] -2014-12-15 13:17:44 queue INFO 7 [45] -2014-12-15 13:17:45 queue INFO 3 [46] -2014-12-15 13:17:45 queue INFO 7 [47] -2014-12-15 13:17:45 queue INFO 3 [48] -2014-12-15 13:17:46 queue INFO 7 [49] -2014-12-15 13:17:46 queue INFO 3 [50] -2014-12-15 13:17:46 queue INFO 7 [51] -2014-12-15 13:17:47 queue INFO 3 [52] -2014-12-15 13:17:47 queue INFO 7 [53] -2014-12-15 13:17:47 queue INFO 3 [54] -2014-12-15 13:17:48 queue INFO 7 [55] -2014-12-15 13:17:48 queue INFO 3 [56] -2014-12-15 13:17:48 queue INFO 7 [57] -2014-12-15 13:17:49 queue INFO 3 [58] -2014-12-15 13:17:49 queue INFO 7 [59] -2014-12-15 13:17:49 queue INFO 3 [60] -2014-12-15 13:17:50 queue INFO 7 [61] -2014-12-15 13:17:50 queue INFO 3 [62] -2014-12-15 13:17:50 queue INFO 7 [63] -2014-12-15 13:17:51 queue INFO 3 [64] -2014-12-15 13:17:51 queue INFO 7 [65] -2014-12-15 13:17:51 queue INFO 3 [66] -2014-12-15 13:17:52 queue INFO 7 [67] -2014-12-15 13:17:52 queue INFO 3 [68] -2014-12-15 13:17:52 queue INFO 7 [69] -2014-12-15 13:17:53 queue INFO 3 [70] -2014-12-15 13:17:53 queue INFO 7 [71] -2014-12-15 13:17:53 queue INFO 3 [72] -2014-12-15 13:17:54 queue INFO 7 [73] -2014-12-15 13:17:54 queue INFO 3 [74] -2014-12-15 13:17:55 queue INFO 7 [75] -2014-12-15 13:17:55 queue INFO 3 [76] -2014-12-15 13:17:55 queue INFO 7 [77] -2014-12-15 13:17:56 queue INFO 3 [78] -2014-12-15 13:17:56 queue INFO 7 [79] -2014-12-15 13:17:56 queue INFO 3 [80] -2014-12-15 13:17:57 queue INFO 7 [81] -2014-12-15 13:17:57 queue INFO 3 [82] -2014-12-15 13:17:57 queue INFO 7 [83] -2014-12-15 13:17:58 queue INFO 3 [84] -2014-12-15 13:17:58 queue INFO 7 [85] -2014-12-15 13:17:58 queue INFO 3 [86] -2014-12-15 13:17:59 queue INFO 7 [87] -2014-12-15 13:17:59 queue INFO 3 [88] -2014-12-15 13:17:59 queue INFO 7 [89] -2014-12-15 13:17:59 queue INFO 3 [90] -2014-12-15 13:18:00 queue INFO 7 [91] -2014-12-15 13:18:00 queue INFO 3 [92] -2014-12-15 13:18:00 queue INFO 7 [93] -2014-12-15 13:18:01 queue INFO 3 [94] -2014-12-15 13:18:01 queue INFO 7 [95] -2014-12-15 13:18:01 queue INFO 3 [96] -2014-12-15 13:18:02 queue INFO 7 [97] -2014-12-15 13:18:02 queue INFO 3 [98] -2014-12-15 13:18:02 queue INFO 7 [99] -2014-12-15 13:18:03 queue INFO 3 [100] -2014-12-15 13:18:03 queue INFO 7 [101] -2014-12-15 13:18:03 queue INFO 3 [102] -2014-12-15 13:18:04 queue INFO 7 [103] -2014-12-15 13:18:04 queue INFO 3 [104] -2014-12-15 13:18:04 queue INFO 7 [105] -2014-12-15 13:18:05 queue INFO 3 [106] -2014-12-15 13:18:05 queue INFO 7 [107] -2014-12-15 13:18:05 queue INFO 3 [108] -2014-12-15 13:18:06 queue INFO 7 [109] -2014-12-15 13:18:06 queue INFO 3 [110] -2014-12-15 13:18:06 queue INFO 7 [111] -2014-12-15 13:18:07 queue INFO 3 [112] -2014-12-15 13:18:07 queue INFO 7 [113] -2014-12-15 13:18:07 queue INFO 3 [114] -2014-12-15 13:18:08 queue INFO 7 [115] -2014-12-15 13:18:08 queue INFO 3 [116] -2014-12-15 13:18:08 queue INFO 7 [117] -2014-12-15 13:18:09 queue INFO 3 [118] -2014-12-15 13:18:09 queue INFO 7 [119] -2014-12-15 13:18:09 queue INFO 3 [120] -2014-12-15 13:18:10 queue INFO 7 [121] -2014-12-15 13:18:10 queue INFO 3 [122] -2014-12-15 13:18:10 queue INFO 7 [123] -2014-12-15 13:18:11 queue INFO 3 [124] -2014-12-15 13:18:11 queue INFO 7 [125] -2014-12-15 13:18:11 queue INFO 3 [126] -2014-12-15 13:18:12 queue INFO 7 [127] -2014-12-15 13:18:12 queue INFO 3 [128] -2014-12-15 13:18:12 queue INFO 7 [129] -2014-12-15 13:18:13 queue INFO 3 [130] -2014-12-15 13:18:13 queue INFO 7 [131] -2014-12-15 13:18:13 queue INFO 3 [132] -2014-12-15 13:18:14 queue INFO 7 [133] -2014-12-15 13:18:14 queue INFO 3 [134] -2014-12-15 13:18:14 queue INFO 7 [135] -2014-12-15 13:18:15 queue INFO 3 [136] -2014-12-15 13:18:15 queue INFO 7 [137] -2014-12-15 13:18:15 queue INFO 3 [138] -2014-12-15 13:18:15 queue INFO 7 [139] -2014-12-15 13:18:16 queue INFO 3 [140] -2014-12-15 13:18:16 queue INFO 7 [141] -2014-12-15 13:18:16 queue INFO 3 [142] -2014-12-15 13:18:17 queue INFO 7 [143] -2014-12-15 13:18:17 queue INFO 3 [144] -2014-12-15 13:18:17 queue INFO 7 [145] -2014-12-15 13:18:18 queue INFO 3 [146] -2014-12-15 13:18:18 queue INFO 7 [147] -2014-12-15 13:18:18 queue INFO 3 [148] -2014-12-15 13:18:19 queue INFO 7 [149] -2014-12-15 13:18:19 queue INFO 3 [150] -2014-12-15 13:18:19 queue INFO 7 [151] -2014-12-15 13:18:20 queue INFO 3 [152] -2014-12-15 13:18:20 queue INFO 7 [153] -2014-12-15 13:18:20 queue INFO 3 [154] -2014-12-15 13:18:21 queue INFO 7 [155] -2014-12-15 13:18:21 queue INFO 3 [156] -2014-12-15 13:18:21 queue INFO 7 [157] -2014-12-15 13:18:22 queue INFO 3 [158] -2014-12-15 13:18:22 queue INFO 7 [159] -2014-12-15 13:18:22 queue INFO 3 [160] -2014-12-15 13:18:23 queue INFO 7 [161] -2014-12-15 13:18:23 queue INFO 3 [162] -2014-12-15 13:18:23 queue INFO 7 [163] -2014-12-15 13:18:23 queue INFO 3 [164] -2014-12-15 13:18:24 queue INFO 7 [165] -2014-12-15 13:18:24 queue INFO 3 [166] -2014-12-15 13:18:24 queue INFO 7 [167] -2014-12-15 13:18:25 queue INFO 3 [168] -2014-12-15 13:18:25 queue INFO 7 [169] -2014-12-15 13:18:25 queue INFO 3 [170] -2014-12-15 13:18:26 queue INFO 7 [171] -2014-12-15 13:18:26 queue INFO 3 [172] -2014-12-15 13:18:26 queue INFO 7 [173] -2014-12-15 13:18:27 queue INFO 3 [174] -2014-12-15 13:18:27 queue INFO 7 [175] -2014-12-15 13:18:27 queue INFO 3 [176] -2014-12-15 13:18:28 queue INFO 7 [177] -2014-12-15 13:18:28 queue INFO 3 [178] -2014-12-15 13:18:28 queue INFO 7 [179] -2014-12-15 13:18:29 queue INFO 3 [180] -2014-12-15 13:18:29 queue INFO 7 [181] -2014-12-15 13:18:29 queue INFO 3 [182] -2014-12-15 13:18:30 queue INFO 7 [183] -2014-12-15 13:18:30 queue INFO 3 [184] -2014-12-15 13:18:30 queue INFO 7 [185] -2014-12-15 13:18:31 queue INFO 3 [186] -2014-12-15 13:18:31 queue INFO 7 [187] -2014-12-15 13:18:31 queue INFO 3 [188] -2014-12-15 13:18:32 queue INFO 7 [189] -2014-12-15 13:18:32 queue INFO 3 [190] -2014-12-15 13:18:33 queue INFO 7 [191] -2014-12-15 13:18:33 queue INFO 3 [192] -2014-12-15 13:18:33 queue INFO 7 [193] -2014-12-15 13:18:34 queue INFO 3 [194] -2014-12-15 13:18:34 queue INFO 7 [195] -2014-12-15 13:18:34 queue INFO 3 [196] -2014-12-15 13:18:35 queue INFO 7 [197] -2014-12-15 13:18:35 queue INFO 3 [198] -2014-12-15 13:18:35 queue INFO 7 [199] -2014-12-15 13:18:36 queue INFO 3 [200] -2014-12-15 13:18:36 queue INFO 7 [201] -2014-12-15 13:18:36 queue INFO 3 [202] -2014-12-15 13:18:37 queue INFO 7 [203] -2014-12-15 13:18:37 queue INFO 3 [204] -2014-12-15 13:18:37 queue INFO 7 [205] -2014-12-15 13:18:38 queue INFO 3 [206] -2014-12-15 13:18:38 queue INFO 7 [207] -2014-12-15 13:18:38 queue INFO 3 [208] -2014-12-15 13:18:39 queue INFO 7 [209] -2014-12-15 13:18:39 queue INFO 3 [210] -2014-12-15 13:18:39 queue INFO 7 [211] -2014-12-15 13:18:40 queue INFO 3 [212] -2014-12-15 13:18:40 queue INFO 7 [213] -2014-12-15 13:18:40 queue INFO 3 [214] -2014-12-15 13:18:41 queue INFO 7 [215] -2014-12-15 13:18:41 queue INFO 3 [216] -2014-12-15 13:18:41 queue INFO 7 [217] -2014-12-15 13:18:42 queue INFO 3 [218] -2014-12-15 13:18:42 queue INFO 7 [219] -2014-12-15 13:18:42 queue INFO 3 [220] -2014-12-15 13:18:43 queue INFO 7 [221] -2014-12-15 13:18:43 queue INFO 3 [222] -2014-12-15 13:18:43 queue INFO 7 [223] -2014-12-15 13:18:43 queue INFO 3 [224] -2014-12-15 13:18:44 queue INFO 7 [225] -2014-12-15 13:18:44 queue INFO 3 [226] -2014-12-15 13:18:44 queue INFO 7 [227] -2014-12-15 13:18:45 queue INFO 3 [228] -2014-12-15 13:18:45 queue INFO 7 [229] -2014-12-15 13:18:45 queue INFO 3 [230] -2014-12-15 13:18:46 queue INFO 7 [231] -2014-12-15 13:18:47 queue INFO 3 [232] -2014-12-15 13:18:47 queue INFO 7 [233] -2014-12-15 13:18:47 queue INFO 3 [234] -2014-12-15 13:18:48 queue INFO 7 [235] -2014-12-15 13:18:48 queue INFO 3 [236] -2014-12-15 13:18:48 queue INFO 7 [237] -2014-12-15 13:18:49 queue INFO 3 [238] -2014-12-15 13:18:49 queue INFO 7 [239] -2014-12-15 13:18:49 queue INFO 3 [240] -2014-12-15 13:18:49 queue INFO 7 [241] -2014-12-15 13:18:50 queue INFO 3 [242] -2014-12-15 13:18:50 queue INFO 7 [243] -2014-12-15 13:18:50 queue INFO 3 [244] -2014-12-15 13:18:51 queue INFO 7 [245] -2014-12-15 13:18:51 queue INFO 3 [246] -2014-12-15 13:18:51 queue INFO 7 [247] -2014-12-15 13:18:52 queue INFO 3 [248] -2014-12-15 13:18:52 queue INFO 7 [249] -2014-12-15 13:18:52 queue INFO 3 [250] -2014-12-15 13:18:53 queue INFO 7 [251] -2014-12-15 13:18:53 queue INFO 3 [252] -2014-12-15 13:18:53 queue INFO 7 [253] -2014-12-15 13:18:54 queue INFO 3 [254] -2014-12-15 13:18:54 queue INFO 7 [255] -2014-12-15 13:18:54 queue INFO 3 [256] -2014-12-15 13:18:55 queue INFO 7 [257] -2014-12-15 13:18:55 queue INFO 3 [258] -2014-12-15 13:18:55 queue INFO 7 [259] -2014-12-15 13:18:56 queue INFO 3 [260] -2014-12-15 13:18:56 queue INFO 7 [261] -2014-12-15 13:18:56 queue INFO 3 [262] -2014-12-15 13:18:57 queue INFO 7 [263] -2014-12-15 13:18:57 queue INFO 3 [264] -2014-12-15 13:18:57 queue INFO 7 [265] -2014-12-15 13:18:58 queue INFO 3 [266] -2014-12-15 13:18:58 queue INFO 7 [267] -2014-12-15 13:18:58 queue INFO 3 [268] -2014-12-15 13:18:58 queue INFO 7 [269] -2014-12-15 13:18:59 queue INFO 3 [270] -2014-12-15 13:18:59 queue INFO 7 [271] -2014-12-15 13:18:59 queue INFO 3 [272] -2014-12-15 13:19:00 queue INFO 7 [273] -2014-12-15 13:19:00 queue INFO 3 [274] -2014-12-15 13:19:00 queue INFO 7 [275] -2014-12-15 13:19:01 queue INFO 3 [276] -2014-12-15 13:19:01 queue INFO 7 [277] -2014-12-15 13:19:01 queue INFO 3 [278] -2014-12-15 13:19:02 queue INFO 7 [279] -2014-12-15 13:19:02 queue INFO 3 [280] -2014-12-15 13:19:03 queue INFO 7 [281] -2014-12-15 13:19:03 queue INFO 3 [282] -2014-12-15 13:19:03 queue INFO 7 [283] -2014-12-15 13:19:04 queue INFO 3 [284] -2014-12-15 13:19:04 queue INFO 7 [285] -2014-12-15 13:19:04 queue INFO 3 [286] -2014-12-15 13:19:05 queue INFO 7 [287] -2014-12-15 13:19:05 queue INFO 3 [288] -2014-12-15 13:19:05 queue INFO 7 [289] -2014-12-15 13:19:06 queue INFO 3 [290] -2014-12-15 13:19:06 queue INFO 7 [291] -2014-12-15 13:19:06 queue INFO 3 [292] -2014-12-15 13:19:07 queue INFO 7 [293] -2014-12-15 13:19:07 queue INFO 3 [294] -2014-12-15 13:19:07 queue INFO 7 [295] -2014-12-15 13:19:08 queue INFO 3 [296] -2014-12-15 13:19:08 queue INFO 7 [297] -2014-12-15 13:19:08 queue INFO 3 [298] -2014-12-15 13:19:09 queue INFO 7 [299] -2014-12-15 13:19:09 queue INFO 3 [300] -2014-12-15 13:19:10 queue INFO 7 [301] -2014-12-15 13:19:10 queue INFO 3 [302] -2014-12-15 13:19:10 queue INFO 7 [303] -2014-12-15 13:19:11 queue INFO 3 [304] -2014-12-15 13:19:11 queue INFO 7 [305] -2014-12-15 13:19:11 queue INFO 3 [306] -2014-12-15 13:19:12 queue INFO 7 [307] -2014-12-15 13:19:12 queue INFO 3 [308] -2014-12-15 13:19:12 queue INFO 7 [309] -2014-12-15 13:19:13 queue INFO 3 [310] -2014-12-15 13:19:13 queue INFO 7 [311] -2014-12-15 13:19:13 queue INFO 3 [312] -2014-12-15 13:19:14 queue INFO 7 [313] -2014-12-15 13:19:14 queue INFO 3 [314] -2014-12-15 13:19:14 queue INFO 7 [315] -2014-12-15 13:19:15 queue INFO 3 [316] -2014-12-15 13:19:15 queue INFO 7 [317] -2014-12-15 13:19:15 queue INFO 3 [318] -2014-12-15 13:19:16 queue INFO 7 [319] -2014-12-15 13:19:16 queue INFO 3 [320] -2014-12-15 13:19:16 queue INFO 7 [321] -2014-12-15 13:19:17 queue INFO 3 [322] -2014-12-15 13:19:17 queue INFO 7 [323] -2014-12-15 13:19:17 queue INFO 3 [324] -2014-12-15 13:19:18 queue INFO 7 [325] -2014-12-15 13:19:18 queue INFO 3 [326] -2014-12-15 13:19:19 queue INFO 7 [327] -2014-12-15 13:19:19 queue INFO 3 [328] -2014-12-15 13:19:19 queue INFO 7 [329] -2014-12-15 13:19:20 queue INFO 3 [330] -2014-12-15 13:19:20 queue INFO 7 [331] -2014-12-15 13:19:20 queue INFO 3 [332] -2014-12-15 13:19:21 queue INFO 7 [333] -2014-12-15 13:19:21 queue INFO 3 [334] -2014-12-15 13:19:21 queue INFO 7 [335] -2014-12-15 13:19:22 queue INFO 3 [336] -2014-12-15 13:19:22 queue INFO 7 [337] -2014-12-15 13:19:22 queue INFO 3 [338] -2014-12-15 13:19:23 queue INFO 7 [339] -2014-12-15 13:19:23 queue INFO 3 [340] -2014-12-15 13:19:23 queue INFO 7 [341] -2014-12-15 13:19:24 queue INFO 3 [342] -2014-12-15 13:19:24 queue INFO 7 [343] -2014-12-15 13:19:24 queue INFO 3 [344] -2014-12-15 13:19:25 queue INFO 7 [345] -2014-12-15 13:19:25 queue INFO 3 [346] -2014-12-15 13:19:25 queue INFO 7 [347] -2014-12-15 13:19:25 queue INFO 3 [348] -2014-12-15 13:19:26 queue INFO 7 [349] -2014-12-15 13:19:26 queue INFO 3 [350] -2014-12-15 13:19:26 queue INFO 7 [351] -2014-12-15 13:19:28 queue INFO >7 [352] -2014-12-15 13:19:30 queue INFO 3 [353] -2014-12-15 13:19:30 queue INFO 7 [354] -2014-12-15 13:19:31 queue INFO 3 [355] -2014-12-15 13:19:31 queue INFO 7 [356] -2014-12-15 13:19:32 queue INFO 3 [357] -2014-12-15 13:19:32 queue INFO 7 [358] -2014-12-15 13:19:32 queue INFO 3 [359] -2014-12-15 13:19:33 queue INFO 7 [360] -2014-12-15 13:19:33 queue INFO 3 [361] -2014-12-15 13:19:33 queue INFO 7 [362] -2014-12-15 13:19:34 queue INFO 3 [363] -2014-12-15 13:19:34 queue INFO 7 [364] -2014-12-15 13:19:34 queue INFO 3 [365] -2014-12-15 13:19:35 queue INFO 7 [366] -2014-12-15 13:19:35 queue INFO 3 [367] -2014-12-15 13:19:35 queue INFO 7 [368] -2014-12-15 13:19:35 queue INFO 3 [369] -2014-12-15 13:19:36 queue INFO 7 [370] -2014-12-15 13:19:36 queue INFO 3 [371] -2014-12-15 13:19:36 queue INFO 7 [372] -2014-12-15 13:19:37 queue INFO 3 [373] -2014-12-15 13:19:37 queue INFO 7 [374] -2014-12-15 13:19:38 queue INFO 3 [375] -2014-12-15 13:19:38 queue INFO 7 [376] -2014-12-15 13:19:38 queue INFO 3 [377] -2014-12-15 13:19:39 queue INFO 7 [378] -2014-12-15 13:19:39 queue INFO 3 [379] -2014-12-15 13:19:39 queue INFO 7 [380] -2014-12-15 13:19:39 queue INFO 3 [381] -2014-12-15 13:19:40 queue INFO 7 [382] -2014-12-15 13:19:40 queue INFO 3 [383] -2014-12-15 13:19:40 queue INFO 7 [384] -2014-12-15 13:19:41 queue INFO 3 [385] -2014-12-15 13:19:41 queue INFO 7 [386] -2014-12-15 13:19:41 queue INFO 3 [387] -2014-12-15 13:19:42 queue INFO 7 [388] -2014-12-15 13:19:42 queue INFO 3 [389] -2014-12-15 13:19:42 queue INFO 7 [390] -2014-12-15 13:19:43 queue INFO 3 [391] -2014-12-15 13:19:43 queue INFO 7 [392] -2014-12-15 13:19:43 queue INFO 3 [393] -2014-12-15 13:19:44 queue INFO 7 [394] -2014-12-15 13:19:44 queue INFO 3 [395] -2014-12-15 13:19:44 queue INFO 7 [396] -2014-12-15 13:19:45 queue INFO 3 [397] -2014-12-15 13:19:45 queue INFO 7 [398] -2014-12-15 13:19:45 queue INFO 3 [399] -2014-12-15 13:19:46 queue INFO 7 [400] -2014-12-15 13:19:46 queue INFO 3 [401] -2014-12-15 13:19:46 queue INFO 7 [402] -2014-12-15 13:19:47 queue INFO 3 [403] -2014-12-15 13:19:47 queue INFO 7 [404] -2014-12-15 13:19:47 queue INFO 3 [405] -2014-12-15 13:19:48 queue INFO 7 [406] -2014-12-15 13:19:48 queue INFO 3 [407] -2014-12-15 13:19:48 queue INFO 7 [408] -2014-12-15 13:19:48 queue INFO 3 [409] -2014-12-15 13:19:49 queue INFO 7 [410] -2014-12-15 13:19:49 queue INFO 3 [411] -2014-12-15 13:19:49 queue INFO 7 [412] -2014-12-15 13:19:50 queue INFO 3 [413] -2014-12-15 13:19:50 queue INFO 7 [414] -2014-12-15 13:19:50 queue INFO 3 [415] -2014-12-15 13:19:51 queue INFO 7 [416] -2014-12-15 13:19:51 queue INFO 3 [417] -2014-12-15 13:19:51 queue INFO 7 [418] -2014-12-15 13:19:52 queue INFO 3 [419] -2014-12-15 13:19:52 queue INFO 7 [420] -2014-12-15 13:19:52 queue INFO 3 [421] -2014-12-15 13:19:53 queue INFO 7 [422] -2014-12-15 13:19:53 queue INFO 3 [423] -2014-12-15 13:19:53 queue INFO 7 [424] -2014-12-15 13:19:54 queue INFO 3 [425] -2014-12-15 13:19:55 queue INFO 7 [426] -2014-12-15 13:19:55 queue INFO 3 [427] -2014-12-15 13:19:55 queue INFO 7 [428] -2014-12-15 13:19:56 queue INFO 3 [429] -2014-12-15 13:19:56 queue INFO 7 [430] -2014-12-15 13:19:56 queue INFO 3 [431] -2014-12-15 13:19:56 queue INFO 7 [432] -2014-12-15 13:19:57 queue INFO 3 [433] -2014-12-15 13:19:57 queue INFO 7 [434] -2014-12-15 13:19:58 queue INFO 3 [435] -2014-12-15 13:19:58 queue INFO 7 [436] -2014-12-15 13:19:58 queue INFO 3 [437] -2014-12-15 13:19:59 queue INFO 7 [438] -2014-12-15 13:19:59 queue INFO 3 [439] -2014-12-15 13:19:59 queue INFO 7 [440] -2014-12-15 13:20:00 queue INFO 3 [441] -2014-12-15 13:20:00 queue INFO 7 [442] -2014-12-15 13:20:00 queue INFO 3 [443] -2014-12-15 13:20:01 queue INFO 7 [444] -2014-12-15 13:20:01 queue INFO 3 [445] -2014-12-15 13:20:01 queue INFO 7 [446] -2014-12-15 13:20:02 queue INFO 3 [447] -2014-12-15 13:20:02 queue INFO 7 [448] -2014-12-15 13:20:02 queue INFO 3 [449] -2014-12-15 13:20:03 queue INFO 7 [450] -2014-12-15 13:20:03 queue INFO 3 [451] -2014-12-15 13:20:03 queue INFO 7 [452] -2014-12-15 13:20:04 queue INFO 3 [453] -2014-12-15 13:20:04 queue INFO 7 [454] -2014-12-15 13:20:04 queue INFO 3 [455] -2014-12-15 13:20:05 queue INFO 7 [456] -2014-12-15 13:20:05 queue INFO 3 [457] -2014-12-15 13:20:05 queue INFO 7 [458] -2014-12-15 13:20:06 queue INFO 3 [459] -2014-12-15 13:20:06 queue INFO 7 [460] -2014-12-15 13:20:06 queue INFO 3 [461] -2014-12-15 13:20:07 queue INFO 7 [462] -2014-12-15 13:20:07 queue INFO 3 [463] -2014-12-15 13:20:07 queue INFO 7 [464] -2014-12-15 13:20:08 queue INFO 3 [465] -2014-12-15 13:20:08 queue INFO 7 [466] -2014-12-15 13:20:08 queue INFO 3 [467] -2014-12-15 13:20:09 queue INFO 7 [468] -2014-12-15 13:20:09 queue INFO 3 [469] -2014-12-15 13:20:09 queue INFO 7 [470] -2014-12-15 13:20:09 queue INFO 3 [471] -2014-12-15 13:20:10 queue INFO 7 [472] -2014-12-15 13:20:10 queue INFO 3 [473] -2014-12-15 13:20:10 queue INFO 7 [474] -2014-12-15 13:20:11 queue INFO 3 [475] -2014-12-15 13:20:11 queue INFO 7 [476] -2014-12-15 13:20:11 queue INFO 3 [477] -2014-12-15 13:20:12 queue INFO 7 [478] -2014-12-15 13:20:12 queue INFO 3 [479] -2014-12-15 13:20:12 queue INFO 7 [480] -2014-12-15 13:20:13 queue INFO 3 [481] -2014-12-15 13:20:13 queue INFO 7 [482] -2014-12-15 13:20:13 queue INFO 3 [483] -2014-12-15 13:20:14 queue INFO 7 [484] -2014-12-15 13:20:14 queue INFO 3 [485] -2014-12-15 13:20:14 queue INFO 7 [486] -2014-12-15 13:20:15 queue INFO 3 [487] -2014-12-15 13:20:15 queue INFO 7 [488] -2014-12-15 13:20:15 queue INFO 3 [489] -2014-12-15 13:20:16 queue INFO 7 [490] -2014-12-15 13:20:16 queue INFO 3 [491] -2014-12-15 13:20:16 queue INFO 7 [492] -2014-12-15 13:20:17 queue INFO 3 [493] -2014-12-15 13:20:17 queue INFO 7 [494] -2014-12-15 13:20:17 queue INFO 3 [495] -2014-12-15 13:20:18 queue INFO 7 [496] -2014-12-15 13:20:18 queue INFO 3 [497] -2014-12-15 13:20:18 queue INFO 7 [498] -2014-12-15 13:20:18 queue INFO 3 [499] -2014-12-15 13:20:19 queue INFO 7 [500] -2014-12-15 13:20:19 queue INFO 3 [501] -2014-12-15 13:20:19 queue INFO 7 [502] -2014-12-15 13:20:20 queue INFO 3 [503] -2014-12-15 13:20:20 queue INFO 7 [504] -2014-12-15 13:20:20 queue INFO 3 [505] -2014-12-15 13:20:21 queue INFO 7 [506] -2014-12-15 13:20:21 queue INFO 3 [507] -2014-12-15 13:20:21 queue INFO 7 [508] -2014-12-15 13:20:22 queue INFO 3 [509] -2014-12-15 13:20:22 queue INFO 7 [510] -2014-12-15 13:20:22 queue INFO 3 [511] -2014-12-15 13:20:23 queue INFO 7 [512] -2014-12-15 13:20:23 queue INFO 3 [513] -2014-12-15 13:20:23 queue INFO 7 [514] -2014-12-15 13:20:24 queue INFO 3 [515] -2014-12-15 13:20:24 queue INFO 7 [516] -2014-12-15 13:20:24 queue INFO 3 [517] -2014-12-15 13:20:25 queue INFO 7 [518] -2014-12-15 13:20:25 queue INFO 3 [519] -2014-12-15 13:20:25 queue INFO 7 [520] -2014-12-15 13:20:26 queue INFO 3 [521] -2014-12-15 13:20:26 queue INFO 7 [522] -2014-12-15 13:20:26 queue INFO 3 [523] -2014-12-15 13:20:27 queue INFO 7 [524] -2014-12-15 13:20:27 queue INFO 3 [525] -2014-12-15 13:20:27 queue INFO 7 [526] -2014-12-15 13:20:28 queue INFO 3 [527] -2014-12-15 13:20:28 queue INFO 7 [528] -2014-12-15 13:20:28 queue INFO 3 [529] -2014-12-15 13:20:29 queue INFO 7 [530] -2014-12-15 13:20:29 queue INFO 3 [531] -2014-12-15 13:20:29 queue INFO 7 [532] -2014-12-15 13:20:30 queue INFO 3 [533] -2014-12-15 13:20:30 queue INFO 7 [534] -2014-12-15 13:20:30 queue INFO 3 [535] -2014-12-15 13:20:31 queue INFO 7 [536] -2014-12-15 13:20:31 queue INFO 3 [537] -2014-12-15 13:20:31 queue INFO 7 [538] -2014-12-15 13:20:32 queue INFO 3 [539] -2014-12-15 13:20:32 queue INFO 7 [540] -2014-12-15 13:20:32 queue INFO 3 [541] -2014-12-15 13:20:33 queue INFO 7 [542] -2014-12-15 13:20:33 queue INFO 3 [543] -2014-12-15 13:20:33 queue INFO 7 [544] -2014-12-15 13:20:34 queue INFO 3 [545] -2014-12-15 13:20:34 queue INFO 7 [546] -2014-12-15 13:20:34 queue INFO 3 [547] -2014-12-15 13:20:34 queue INFO 7 [548] -2014-12-15 13:20:35 queue INFO 3 [549] -2014-12-15 13:20:35 queue INFO 7 [550] -2014-12-15 13:20:35 queue INFO 3 [551] -2014-12-15 13:20:36 queue INFO 7 [552] -2014-12-15 13:20:36 queue INFO 3 [553] -2014-12-15 13:20:36 queue INFO 7 [554] -2014-12-15 13:20:37 queue INFO 3 [555] -2014-12-15 13:20:37 queue INFO 7 [556] -2014-12-15 13:20:37 queue INFO 3 [557] -2014-12-15 13:20:38 queue INFO 7 [558] -2014-12-15 13:20:38 queue INFO 3 [559] -2014-12-15 13:20:38 queue INFO 7 [560] -2014-12-15 13:20:39 queue INFO 3 [561] -2014-12-15 13:20:39 queue INFO 7 [562] -2014-12-15 13:20:39 queue INFO 3 [563] -2014-12-15 13:20:40 queue INFO 7 [564] -2014-12-15 13:20:40 queue INFO 3 [565] -2014-12-15 13:20:40 queue INFO 7 [566] -2014-12-15 13:20:41 queue INFO 3 [567] -2014-12-15 13:20:41 queue INFO 7 [568] -2014-12-15 13:20:41 queue INFO 3 [569] -2014-12-15 13:20:42 queue INFO 7 [570] -2014-12-15 13:20:42 queue INFO 3 [571] -2014-12-15 13:20:42 queue INFO 7 [572] -2014-12-15 13:20:42 queue INFO 3 [573] -2014-12-15 13:20:43 queue INFO 7 [574] -2014-12-15 13:20:43 queue INFO 3 [575] -2014-12-15 13:20:43 queue INFO 7 [576] -2014-12-15 13:20:44 queue INFO 3 [577] -2014-12-15 13:20:44 queue INFO 7 [578] -2014-12-15 13:20:44 queue INFO 3 [579] -2014-12-15 13:20:45 queue INFO 7 [580] -2014-12-15 13:20:46 queue INFO 3 [581] -2014-12-15 13:20:46 queue INFO 7 [582] -2014-12-15 13:20:46 queue INFO 3 [583] -2014-12-15 13:20:47 queue INFO 7 [584] -2014-12-15 13:20:47 queue INFO 3 [585] -2014-12-15 13:20:47 queue INFO 7 [586] -2014-12-15 13:20:47 queue INFO 3 [587] -2014-12-15 13:20:48 queue INFO 7 [588] -2014-12-15 13:20:48 queue INFO 3 [589] -2014-12-15 13:20:49 queue INFO 7 [590] -2014-12-15 13:20:49 queue INFO 3 [591] -2014-12-15 13:20:49 queue INFO 7 [592] -2014-12-15 13:20:49 queue INFO 3 [593] -2014-12-15 13:20:50 queue INFO 7 [594] -2014-12-15 13:20:50 queue INFO 3 [595] -2014-12-15 13:20:51 queue INFO 7 [596] -2014-12-15 13:20:51 queue INFO 3 [597] -2014-12-15 13:20:51 queue INFO 7 [598] -2014-12-15 13:20:52 queue INFO 3 [599] -2014-12-15 13:20:52 queue INFO 7 [600] -2014-12-15 13:20:52 queue INFO 3 [601] -2014-12-15 13:20:53 queue INFO 7 [602] -2014-12-15 13:20:53 queue INFO 3 [603] -2014-12-15 13:20:53 queue INFO 7 [604] -2014-12-15 13:20:54 queue INFO 3 [605] -2014-12-15 13:20:54 queue INFO 7 [606] -2014-12-15 13:20:54 queue INFO 3 [607] -2014-12-15 13:20:55 queue INFO 7 [608] -2014-12-15 13:20:55 queue INFO 3 [609] -2014-12-15 13:20:55 queue INFO 7 [610] -2014-12-15 13:20:56 queue INFO 3 [611] -2014-12-15 13:20:56 queue INFO 7 [612] -2014-12-15 13:20:56 queue INFO 3 [613] -2014-12-15 13:20:56 queue INFO 7 [614] -2014-12-15 13:20:57 queue INFO 3 [615] -2014-12-15 13:20:57 queue INFO 7 [616] -2014-12-15 13:20:57 queue INFO 3 [617] -2014-12-15 13:20:58 queue INFO 7 [618] -2014-12-15 13:20:58 queue INFO 3 [619] -2014-12-15 13:20:58 queue INFO 7 [620] -2014-12-15 13:20:59 queue INFO 3 [621] -2014-12-15 13:20:59 queue INFO 7 [622] -2014-12-15 13:20:59 queue INFO 3 [623] -2014-12-15 13:21:00 queue INFO 7 [624] -2014-12-15 13:21:00 queue INFO 3 [625] -2014-12-15 13:21:00 queue INFO 7 [626] -2014-12-15 13:21:01 queue INFO 3 [627] -2014-12-15 13:21:01 queue INFO 7 [628] -2014-12-15 13:21:01 queue INFO 3 [629] -2014-12-15 13:21:02 queue INFO 7 [630] -2014-12-15 13:21:02 queue INFO 3 [631] -2014-12-15 13:21:02 queue INFO 7 [632] -2014-12-15 13:21:03 queue INFO 3 [633] -2014-12-15 13:21:03 queue INFO 7 [634] -2014-12-15 13:21:03 queue INFO 3 [635] -2014-12-15 13:21:04 queue INFO 7 [636] -2014-12-15 13:21:04 queue INFO 3 [637] -2014-12-15 13:21:04 queue INFO 7 [638] -2014-12-15 13:21:05 queue INFO 3 [639] -2014-12-15 13:21:05 queue INFO 7 [640] -2014-12-15 13:21:05 queue INFO 3 [641] -2014-12-15 13:21:06 queue INFO 7 [642] -2014-12-15 13:21:06 queue INFO 3 [643] -2014-12-15 13:21:06 queue INFO 7 [644] -2014-12-15 13:21:06 queue INFO 3 [645] -2014-12-15 13:21:07 queue INFO 7 [646] -2014-12-15 13:21:07 queue INFO 3 [647] -2014-12-15 13:21:07 queue INFO 7 [648] -2014-12-15 13:21:08 queue INFO 3 [649] -2014-12-15 13:21:08 queue INFO 7 [650] -2014-12-15 13:21:08 queue INFO 3 [651] -2014-12-15 13:21:09 queue INFO 7 [652] -2014-12-15 13:21:09 queue INFO 3 [653] -2014-12-15 13:21:09 queue INFO 7 [654] -2014-12-15 13:21:10 queue INFO 3 [655] -2014-12-15 13:21:10 queue INFO 7 [656] -2014-12-15 13:21:10 queue INFO 3 [657] -2014-12-15 13:21:11 queue INFO 7 [658] -2014-12-15 13:21:11 queue INFO 3 [659] -2014-12-15 13:21:12 queue INFO 7 [660] -2014-12-15 13:21:12 queue INFO 3 [661] -2014-12-15 13:21:12 queue INFO 7 [662] -2014-12-15 13:21:12 queue INFO 3 [663] -2014-12-15 13:21:13 queue INFO 7 [664] -2014-12-15 13:21:13 queue INFO 3 [665] -2014-12-15 13:21:13 queue INFO 7 [666] -2014-12-15 13:21:14 queue INFO 3 [667] -2014-12-15 13:21:14 queue INFO 7 [668] -2014-12-15 13:21:14 queue INFO 3 [669] -2014-12-15 13:21:15 queue INFO 7 [670] -2014-12-15 13:21:15 queue INFO 3 [671] -2014-12-15 13:21:15 queue INFO 7 [672] -2014-12-15 13:21:16 queue INFO 3 [673] -2014-12-15 13:21:16 queue INFO 7 [674] -2014-12-15 13:21:17 queue INFO 3 [675] -2014-12-15 13:21:17 queue INFO 7 [676] -2014-12-15 13:21:17 queue INFO 3 [677] -2014-12-15 13:21:18 queue INFO 7 [678] -2014-12-15 13:21:18 queue INFO 3 [679] -2014-12-15 13:21:18 queue INFO 7 [680] -2014-12-15 13:21:18 queue INFO 3 [681] -2014-12-15 13:21:19 queue INFO 7 [682] -2014-12-15 13:21:19 queue INFO 3 [683] -2014-12-15 13:21:20 queue INFO 7 [684] -2014-12-15 13:21:20 queue INFO 3 [685] -2014-12-15 13:21:21 queue INFO 7 [686] -2014-12-15 13:21:21 queue INFO 3 [687] -2014-12-15 13:21:21 queue INFO 7 [688] -2014-12-15 13:21:22 queue INFO 3 [689] -2014-12-15 13:21:22 queue INFO 7 [690] -2014-12-15 13:21:22 queue INFO 3 [691] -2014-12-15 13:21:23 queue INFO 7 [692] -2014-12-15 13:21:23 queue INFO 3 [693] -2014-12-15 13:21:23 queue INFO 7 [694] -2014-12-15 13:21:24 queue INFO 3 [695] -2014-12-15 13:21:24 queue INFO 7 [696] -2014-12-15 13:21:24 queue INFO 3 [697] -2014-12-15 13:21:24 queue INFO 7 [698] -2014-12-15 13:21:25 queue INFO 3 [699] -2014-12-15 13:21:25 queue INFO 7 [700] -2014-12-15 13:21:25 queue INFO 3 [701] -2014-12-15 13:21:26 queue INFO 7 [702] -2014-12-15 13:21:26 queue INFO 3 [703] -2014-12-15 13:21:26 queue INFO 7 [704] -2014-12-15 13:21:27 queue INFO 3 [705] -2014-12-15 13:21:27 queue INFO 7 [706] -2014-12-15 13:21:27 queue INFO 3 [707] -2014-12-15 13:21:28 queue INFO 7 [708] -2014-12-15 13:21:28 queue INFO 3 [709] -2014-12-15 13:21:28 queue INFO 7 [710] -2014-12-15 13:21:29 queue INFO 3 [711] -2014-12-15 13:21:29 queue INFO 7 [712] -2014-12-15 13:21:29 queue INFO 3 [713] -2014-12-15 13:21:30 queue INFO 7 [714] -2014-12-15 13:21:30 queue INFO 3 [715] -2014-12-15 13:21:30 queue INFO 7 [716] -2014-12-15 13:21:31 queue INFO 3 [717] -2014-12-15 13:21:31 queue INFO 7 [718] -2014-12-15 13:21:31 queue INFO 3 [719] -2014-12-15 13:21:32 queue INFO 7 [720] -2014-12-15 13:21:32 queue INFO 3 [721] -2014-12-15 13:21:32 queue INFO 7 [722] -2014-12-15 13:21:32 queue INFO 3 [723] -2014-12-15 13:21:33 queue INFO 7 [724] -2014-12-15 13:21:33 queue INFO 3 [725] -2014-12-15 13:21:33 queue INFO 7 [726] -2014-12-15 13:21:34 queue INFO 3 [727] -2014-12-15 13:21:34 queue INFO 7 [728] -2014-12-15 13:21:34 queue INFO 3 [729] -2014-12-15 13:21:35 queue INFO 7 [730] -2014-12-15 13:21:35 queue INFO 3 [731] -2014-12-15 13:21:35 queue INFO 7 [732] -2014-12-15 13:21:36 queue INFO 3 [733] -2014-12-15 13:21:36 queue INFO 7 [734] -2014-12-15 13:21:36 queue INFO 3 [735] -2014-12-15 13:21:37 queue INFO 7 [736] -2014-12-15 13:21:37 queue INFO 3 [737] -2014-12-15 13:21:37 queue INFO 7 [738] -2014-12-15 13:21:38 queue INFO 3 [739] -2014-12-15 13:21:38 queue INFO 7 [740] -2014-12-15 13:21:38 queue INFO 3 [741] -2014-12-15 13:21:39 queue INFO 7 [742] -2014-12-15 13:21:39 queue INFO 3 [743] -2014-12-15 13:21:39 queue INFO 7 [744] -2014-12-15 13:21:40 queue INFO 3 [745] -2014-12-15 13:21:40 queue INFO 7 [746] -2014-12-15 13:21:40 queue INFO 3 [747] -2014-12-15 13:21:41 queue INFO 7 [748] -2014-12-15 13:21:41 queue INFO 3 [749] -2014-12-15 13:21:41 queue INFO 7 [750] -2014-12-15 13:21:41 queue INFO 3 [751] -2014-12-15 13:21:42 queue INFO 7 [752] -2014-12-15 13:21:42 queue INFO 3 [753] -2014-12-15 13:21:43 queue INFO 7 [754] -2014-12-15 13:21:43 queue INFO 3 [755] -2014-12-15 13:21:43 queue INFO 7 [756] -2014-12-15 13:21:44 queue INFO 3 [757] -2014-12-15 13:21:44 queue INFO 7 [758] -2014-12-15 13:21:44 queue INFO 3 [759] -2014-12-15 13:21:45 queue INFO 7 [760] -2014-12-15 13:21:45 queue INFO 3 [761] -2014-12-15 13:21:45 queue INFO 7 [762] -2014-12-15 13:21:46 queue INFO 3 [763] -2014-12-15 13:21:46 queue INFO 7 [764] -2014-12-15 13:21:46 queue INFO 3 [765] -2014-12-15 13:21:47 queue INFO 7 [766] -2014-12-15 13:21:47 queue INFO 3 [767] -2014-12-15 13:21:47 queue INFO 7 [768] -2014-12-15 13:21:48 queue INFO 3 [769] -2014-12-15 13:21:48 queue INFO 7 [770] -2014-12-15 13:21:48 queue INFO 3 [771] -2014-12-15 13:21:49 queue INFO 7 [772] -2014-12-15 13:21:49 queue INFO 3 [773] -2014-12-15 13:21:49 queue INFO 7 [774] -2014-12-15 13:21:50 queue INFO 3 [775] -2014-12-15 13:21:50 queue INFO 7 [776] -2014-12-15 13:21:50 queue INFO 3 [777] -2014-12-15 13:21:51 queue INFO 7 [778] -2014-12-15 13:21:51 queue INFO 3 [779] -2014-12-15 13:21:51 queue INFO 7 [780] -2014-12-15 13:21:52 queue INFO 3 [781] -2014-12-15 13:21:52 queue INFO 7 [782] -2014-12-15 13:21:52 queue INFO 3 [783] -2014-12-15 13:21:52 queue INFO 7 [784] -2014-12-15 13:21:53 queue INFO 3 [785] -2014-12-15 13:21:53 queue INFO 7 [786] -2014-12-15 13:21:53 queue INFO 3 [787] -2014-12-15 13:21:54 queue INFO 7 [788] -2014-12-15 13:21:54 queue INFO 3 [789] -2014-12-15 13:21:54 queue INFO 7 [790] -2014-12-15 13:21:55 queue INFO 3 [791] -2014-12-15 13:21:55 queue INFO 7 [792] -2014-12-15 13:21:55 queue INFO 3 [793] -2014-12-15 13:21:56 queue INFO 7 [794] -2014-12-15 13:21:56 queue INFO 3 [795] -2014-12-15 13:21:57 queue INFO 7 [796] -2014-12-15 13:21:57 queue INFO 3 [797] -2014-12-15 13:21:58 queue INFO 7 [798] -2014-12-15 13:21:58 queue INFO 3 [799] -2014-12-15 13:21:58 queue INFO 7 [800] -2014-12-15 13:21:59 queue INFO 3 [801] -2014-12-15 13:21:59 queue INFO 7 [802] -2014-12-15 13:21:59 queue INFO 3 [803] -2014-12-15 13:21:59 queue INFO 7 [804] -2014-12-15 13:22:00 queue INFO 3 [805] -2014-12-15 13:22:00 queue INFO 7 [806] -2014-12-15 13:22:00 queue INFO 3 [807] -2014-12-15 13:22:01 queue INFO 7 [808] -2014-12-15 13:22:01 queue INFO 3 [809] -2014-12-15 13:22:01 queue INFO 7 [810] -2014-12-15 13:22:02 queue INFO 3 [811] -2014-12-15 13:22:02 queue INFO 7 [812] -2014-12-15 13:22:02 queue INFO 3 [813] -2014-12-15 13:22:03 queue INFO 7 [814] -2014-12-15 13:22:03 queue INFO 3 [815] -2014-12-15 13:22:03 queue INFO 7 [816] -2014-12-15 13:22:04 queue INFO 3 [817] -2014-12-15 13:22:04 queue INFO 7 [818] -2014-12-15 13:22:04 queue INFO 3 [819] -2014-12-15 13:22:05 queue INFO 7 [820] -2014-12-15 13:22:05 queue INFO 3 [821] -2014-12-15 13:22:05 queue INFO 7 [822] -2014-12-15 13:22:06 queue INFO 3 [823] -2014-12-15 13:22:06 queue INFO 7 [824] -2014-12-15 13:22:06 queue INFO 3 [825] -2014-12-15 13:22:07 queue INFO 7 [826] -2014-12-15 13:22:07 queue INFO 3 [827] -2014-12-15 13:22:07 queue INFO 7 [828] -2014-12-15 13:22:08 queue INFO 3 [829] -2014-12-15 13:22:08 queue INFO 7 [830] -2014-12-15 13:22:08 queue INFO 3 [831] -2014-12-15 13:22:09 queue INFO 7 [832] -2014-12-15 13:22:09 queue INFO 3 [833] -2014-12-15 13:22:09 queue INFO 7 [834] -2014-12-15 13:22:09 queue INFO 3 [835] -2014-12-15 13:22:10 queue INFO 7 [836] -2014-12-15 13:22:10 queue INFO 3 [837] -2014-12-15 13:22:11 queue INFO 7 [838] -2014-12-15 13:22:11 queue INFO 3 [839] -2014-12-15 13:22:11 queue INFO 7 [840] -2014-12-15 13:22:12 queue INFO 3 [841] -2014-12-15 13:22:12 queue INFO 7 [842] -2014-12-15 13:22:12 queue INFO 3 [843] -2014-12-15 13:22:13 queue INFO 7 [844] -2014-12-15 13:22:13 queue INFO 3 [845] -2014-12-15 13:22:13 queue INFO 7 [846] -2014-12-15 13:22:14 queue INFO 3 [847] -2014-12-15 13:22:14 queue INFO 7 [848] -2014-12-15 13:22:14 queue INFO 3 [849] -2014-12-15 13:22:15 queue INFO 7 [850] -2014-12-15 13:22:15 queue INFO 3 [851] -2014-12-15 13:22:15 queue INFO 7 [852] -2014-12-15 13:22:16 queue INFO 3 [853] -2014-12-15 13:22:16 queue INFO 7 [854] -2014-12-15 13:22:16 queue INFO 3 [855] -2014-12-15 13:22:17 queue INFO 7 [856] -2014-12-15 13:22:17 queue INFO 3 [857] -2014-12-15 13:22:17 queue INFO 7 [858] -2014-12-15 13:22:18 queue INFO 3 [859] -2014-12-15 13:22:18 queue INFO 7 [860] -2014-12-15 13:22:18 queue INFO 3 [861] -2014-12-15 13:22:19 queue INFO 7 [862] -2014-12-15 13:22:19 queue INFO 3 [863] -2014-12-15 13:22:19 queue INFO 7 [864] -2014-12-15 13:22:20 queue INFO 3 [865] -2014-12-15 13:22:20 queue INFO 7 [866] -2014-12-15 13:22:20 queue INFO 3 [867] -2014-12-15 13:22:21 queue INFO 7 [868] -2014-12-15 13:22:21 queue INFO 3 [869] -2014-12-15 13:22:21 queue INFO 7 [870] -2014-12-15 13:22:22 queue INFO 3 [871] -2014-12-15 13:22:22 queue INFO 7 [872] -2014-12-15 13:22:22 queue INFO 3 [873] -2014-12-15 13:22:22 queue INFO 7 [874] -2014-12-15 13:22:23 queue INFO 3 [875] -2014-12-15 13:22:23 queue INFO 7 [876] -2014-12-15 13:22:23 queue INFO 3 [877] -2014-12-15 13:22:24 queue INFO 7 [878] -2014-12-15 13:22:24 queue INFO 3 [879] -2014-12-15 13:22:24 queue INFO 7 [880] -2014-12-15 13:22:25 queue INFO 3 [881] -2014-12-15 13:22:25 queue INFO 7 [882] -2014-12-15 13:22:25 queue INFO 3 [883] -2014-12-15 13:22:26 queue INFO 7 [884] -2014-12-15 13:22:26 queue INFO 3 [885] -2014-12-15 13:22:26 queue INFO 7 [886] -2014-12-15 13:22:27 queue INFO 3 [887] -2014-12-15 13:22:27 queue INFO 7 [888] -2014-12-15 13:22:27 queue INFO 3 [889] -2014-12-15 13:22:28 queue INFO 7 [890] -2014-12-15 13:22:28 queue INFO 3 [891] -2014-12-15 13:22:28 queue INFO 7 [892] -2014-12-15 13:22:29 queue INFO 3 [893] -2014-12-15 13:22:29 queue INFO 7 [894] -2014-12-15 13:22:29 queue INFO 3 [895] -2014-12-15 13:22:30 queue INFO 7 [896] -2014-12-15 13:22:30 queue INFO 3 [897] -2014-12-15 13:22:30 queue INFO 7 [898] -2014-12-15 13:22:31 queue INFO 3 [899] -2014-12-15 13:22:31 queue INFO 7 [900] -2014-12-15 13:22:31 queue INFO 3 [901] -2014-12-15 13:22:32 queue INFO 7 [902] -2014-12-15 13:22:32 queue INFO 3 [903] -2014-12-15 13:22:32 queue INFO 7 [904] -2014-12-15 13:22:33 queue INFO 3 [905] -2014-12-15 13:22:33 queue INFO 7 [906] -2014-12-15 13:22:33 queue INFO 3 [907] -2014-12-15 13:22:34 queue INFO 7 [908] -2014-12-15 13:22:34 queue INFO 3 [909] -2014-12-15 13:22:34 queue INFO 7 [910] -2014-12-15 13:22:35 queue INFO 3 [911] -2014-12-15 13:22:35 queue INFO 7 [912] -2014-12-15 13:22:35 queue INFO 3 [913] -2014-12-15 13:22:36 queue INFO 7 [914] -2014-12-15 13:22:36 queue INFO 3 [915] -2014-12-15 13:22:36 queue INFO 7 [916] -2014-12-15 13:22:36 queue INFO 3 [917] -2014-12-15 13:22:37 queue INFO 7 [918] -2014-12-15 13:22:37 queue INFO 3 [919] -2014-12-15 13:22:38 queue INFO 7 [920] -2014-12-15 13:22:38 queue INFO 3 [921] -2014-12-15 13:22:38 queue INFO 7 [922] -2014-12-15 13:22:39 queue INFO 3 [923] -2014-12-15 13:22:40 queue INFO 7 [924] -2014-12-15 13:22:40 queue INFO 3 [925] -2014-12-15 13:22:40 queue INFO 7 [926] -2014-12-15 13:22:41 queue INFO 3 [927] -2014-12-15 13:22:41 queue INFO 7 [928] -2014-12-15 13:22:41 queue INFO 3 [929] -2014-12-15 13:22:41 queue INFO 7 [930] -2014-12-15 13:22:42 queue INFO 3 [931] -2014-12-15 13:22:42 queue INFO 7 [932] -2014-12-15 13:22:42 queue INFO 3 [933] -2014-12-15 13:22:43 queue INFO 7 [934] -2014-12-15 13:22:43 queue INFO 3 [935] -2014-12-15 13:22:43 queue INFO 7 [936] -2014-12-15 13:22:44 queue INFO 3 [937] -2014-12-15 13:22:44 queue INFO 7 [938] -2014-12-15 13:22:44 queue INFO 3 [939] -2014-12-15 13:22:45 queue INFO 7 [940] -2014-12-15 13:22:45 queue INFO 3 [941] -2014-12-15 13:22:45 queue INFO 7 [942] -2014-12-15 13:22:46 queue INFO 3 [943] -2014-12-15 13:22:46 queue INFO 7 [944] -2014-12-15 13:22:46 queue INFO 3 [945] -2014-12-15 13:22:47 queue INFO 7 [946] -2014-12-15 13:22:47 queue INFO 3 [947] -2014-12-15 13:22:47 queue INFO 7 [948] -2014-12-15 13:22:48 queue INFO 3 [949] -2014-12-15 13:22:48 queue INFO 7 [950] -2014-12-15 13:22:48 queue INFO 3 [951] -2014-12-15 13:22:49 queue INFO 7 [952] -2014-12-15 13:22:49 queue INFO 3 [953] -2014-12-15 13:22:50 queue INFO 7 [954] -2014-12-15 13:22:50 queue INFO 3 [955] -2014-12-15 13:22:50 queue INFO 7 [956] -2014-12-15 13:22:51 queue INFO 3 [957] -2014-12-15 13:22:51 queue INFO 7 [958] -2014-12-15 13:22:51 queue INFO 3 [959] -2014-12-15 13:22:52 queue INFO 7 [960] -2014-12-15 13:22:52 queue INFO 3 [961] -2014-12-15 13:22:52 queue INFO 7 [962] -2014-12-15 13:22:53 queue INFO 3 [963] -2014-12-15 13:22:53 queue INFO 7 [964] -2014-12-15 13:22:53 queue INFO 3 [965] -2014-12-15 13:22:54 queue INFO 7 [966] -2014-12-15 13:22:54 queue INFO 3 [967] -2014-12-15 13:22:54 queue INFO 7 [968] -2014-12-15 13:22:55 queue INFO 3 [969] -2014-12-15 13:22:55 queue INFO 7 [970] -2014-12-15 13:22:55 queue INFO 3 [971] -2014-12-15 13:22:56 queue INFO 7 [972] -2014-12-15 13:22:56 queue INFO 3 [973] -2014-12-15 13:22:56 queue INFO 7 [974] -2014-12-15 13:22:57 queue INFO 3 [975] -2014-12-15 13:22:57 queue INFO 7 [976] -2014-12-15 13:22:57 queue INFO 3 [977] -2014-12-15 13:22:58 queue INFO 7 [978] -2014-12-15 13:22:58 queue INFO 3 [979] -2014-12-15 13:22:58 queue INFO 7 [980] -2014-12-15 13:22:58 queue INFO 3 [981] -2014-12-15 13:22:59 queue INFO 7 [982] -2014-12-15 13:22:59 queue INFO 3 [983] -2014-12-15 13:22:59 queue INFO 7 [984] -2014-12-15 13:23:00 queue INFO 3 [985] -2014-12-15 13:23:00 queue INFO 7 [986] -2014-12-15 13:23:00 queue INFO 3 [987] -2014-12-15 13:23:01 queue INFO 7 [988] -2014-12-15 13:23:01 queue INFO 3 [989] -2014-12-15 13:23:01 queue INFO 7 [990] -2014-12-15 13:23:02 queue INFO 3 [991] -2014-12-15 13:23:02 queue INFO 7 [992] -2014-12-15 13:23:02 queue INFO 3 [993] -2014-12-15 13:23:03 queue INFO 7 [994] -2014-12-15 13:23:03 queue INFO 3 [995] -2014-12-15 13:23:03 queue INFO 7 [996] -2014-12-15 13:23:04 queue INFO 3 [997] -2014-12-15 13:23:04 queue INFO 7 [998] -2014-12-15 13:23:04 queue INFO 3 [999] -2014-12-15 13:23:05 queue INFO 7 [0] -2014-12-15 13:23:05 queue INFO 3 [1] -2014-12-15 13:23:06 queue INFO 7 [2] -2014-12-15 13:23:06 queue INFO 3 [3] -2014-12-15 13:23:07 queue INFO 7 [4] -2014-12-15 13:23:07 queue INFO 3 [5] -2014-12-15 13:23:07 queue INFO 7 [6] -2014-12-15 13:23:08 queue INFO 3 [7] -2014-12-15 13:23:08 queue INFO 7 [8] -2014-12-15 13:23:08 queue INFO 3 [9] -2014-12-15 13:23:09 queue INFO 7 [10] -2014-12-15 13:23:09 queue INFO 3 [11] -2014-12-15 13:23:09 queue INFO 7 [12] -2014-12-15 13:23:10 queue INFO 3 [13] -2014-12-15 13:23:11 queue INFO 7 [14] -2014-12-15 13:23:11 queue INFO 3 [15] -2014-12-15 13:23:11 queue INFO 7 [16] -2014-12-15 13:23:12 queue INFO 3 [17] -2014-12-15 13:23:12 queue INFO 7 [18] -2014-12-15 13:23:12 queue INFO 3 [19] -2014-12-15 13:23:12 queue INFO 7 [20] -2014-12-15 13:23:13 queue INFO 3 [21] -2014-12-15 13:23:13 queue INFO 7 [22] -2014-12-15 13:23:13 queue INFO 3 [23] -2014-12-15 13:23:14 queue INFO 7 [24] -2014-12-15 13:23:14 queue INFO 3 [25] -2014-12-15 13:23:14 queue INFO 7 [26] -2014-12-15 13:23:15 queue INFO 3 [27] -2014-12-15 13:23:15 queue INFO 7 [28] -2014-12-15 13:23:15 queue INFO 3 [29] -2014-12-15 13:23:16 queue INFO 7 [30] -2014-12-15 13:23:16 queue INFO 3 [31] -2014-12-15 13:23:16 queue INFO 7 [32] -2014-12-15 13:23:17 queue INFO 3 [33] -2014-12-15 13:23:17 queue INFO 7 [34] -2014-12-15 13:23:17 queue INFO 3 [35] -2014-12-15 13:23:18 queue INFO 7 [36] -2014-12-15 13:23:18 queue INFO 3 [37] -2014-12-15 13:23:18 queue INFO 7 [38] -2014-12-15 13:23:19 queue INFO 3 [39] -2014-12-15 13:23:19 queue INFO 7 [40] -2014-12-15 13:23:19 queue INFO 3 [41] -2014-12-15 13:23:20 queue INFO 7 [42] -2014-12-15 13:23:20 queue INFO 3 [43] -2014-12-15 13:23:20 queue INFO 7 [44] -2014-12-15 13:23:20 queue INFO 3 [45] -2014-12-15 13:23:21 queue INFO 7 [46] -2014-12-15 13:23:21 queue INFO 3 [47] -2014-12-15 13:23:21 queue INFO 7 [48] -2014-12-15 13:23:22 queue INFO 3 [49] -2014-12-15 13:23:22 queue INFO 7 [50] -2014-12-15 13:23:22 queue INFO 3 [51] -2014-12-15 13:23:23 queue INFO 7 [52] -2014-12-15 13:23:23 queue INFO 3 [53] -2014-12-15 13:23:23 queue INFO 7 [54] -2014-12-15 13:23:24 queue INFO 3 [55] -2014-12-15 13:23:24 queue INFO 7 [56] -2014-12-15 13:23:24 queue INFO 3 [57] -2014-12-15 13:23:25 queue INFO 7 [58] -2014-12-15 13:23:25 queue INFO 3 [59] -2014-12-15 13:23:25 queue INFO 7 [60] -2014-12-15 13:23:26 queue INFO 3 [61] -2014-12-15 13:23:26 queue INFO 7 [62] -2014-12-15 13:23:26 queue INFO 3 [63] -2014-12-15 13:23:27 queue INFO 7 [64] -2014-12-15 13:23:27 queue INFO 3 [65] -2014-12-15 13:23:27 queue INFO 7 [66] -2014-12-15 13:23:28 queue INFO 3 [67] -2014-12-15 13:23:28 queue INFO 7 [68] -2014-12-15 13:23:28 queue INFO 3 [69] -2014-12-15 13:23:29 queue INFO 7 [70] -2014-12-15 13:23:29 queue INFO 3 [71] -2014-12-15 13:23:30 queue INFO 7 [72] -2014-12-15 13:23:30 queue INFO 3 [73] -2014-12-15 13:23:30 queue INFO 7 [74] -2014-12-15 13:23:31 queue INFO 3 [75] -2014-12-15 13:23:31 queue INFO 7 [76] -2014-12-15 13:23:31 queue INFO 3 [77] -2014-12-15 13:23:32 queue INFO 7 [78] -2014-12-15 13:23:32 queue INFO 3 [79] -2014-12-15 13:23:32 queue INFO 7 [80] -2014-12-15 13:23:33 queue INFO 3 [81] -2014-12-15 13:23:33 queue INFO 7 [82] -2014-12-15 13:23:33 queue INFO 3 [83] -2014-12-15 13:23:34 queue INFO 7 [84] -2014-12-15 13:23:34 queue INFO 3 [85] -2014-12-15 13:23:34 queue INFO 7 [86] -2014-12-15 13:23:35 queue INFO 3 [87] -2014-12-15 13:23:35 queue INFO 7 [88] -2014-12-15 13:23:35 queue INFO 3 [89] -2014-12-15 13:23:36 queue INFO 7 [90] -2014-12-15 13:23:36 queue INFO 3 [91] -2014-12-15 13:23:36 queue INFO 7 [92] -2014-12-15 13:23:37 queue INFO 3 [93] -2014-12-15 13:23:37 queue INFO 7 [94] -2014-12-15 13:23:37 queue INFO 3 [95] -2014-12-15 13:23:38 queue INFO 7 [96] -2014-12-15 13:23:38 queue INFO 3 [97] -2014-12-15 13:23:38 queue INFO 7 [98] -2014-12-15 13:23:39 queue INFO 3 [99] -2014-12-15 13:23:39 queue INFO 7 [100] -2014-12-15 13:23:39 queue INFO 3 [101] -2014-12-15 13:23:40 queue INFO 7 [102] -2014-12-15 13:23:40 queue INFO 3 [103] -2014-12-15 13:23:40 queue INFO 7 [104] -2014-12-15 13:23:40 queue INFO 3 [105] -2014-12-15 13:23:41 queue INFO 7 [106] -2014-12-15 13:23:41 queue INFO 3 [107] -2014-12-15 13:23:41 queue INFO 7 [108] -2014-12-15 13:23:42 queue INFO 3 [109] -2014-12-15 13:23:42 queue INFO 7 [110] -2014-12-15 13:23:42 queue INFO 3 [111] -2014-12-15 13:23:43 queue INFO 7 [112] -2014-12-15 13:23:43 queue INFO 3 [113] -2014-12-15 13:23:43 queue INFO 7 [114] -2014-12-15 13:23:44 queue INFO 3 [115] -2014-12-15 13:23:44 queue INFO 7 [116] -2014-12-15 13:23:44 queue INFO 3 [117] -2014-12-15 13:23:45 queue INFO 7 [118] -2014-12-15 13:23:45 queue INFO 3 [119] -2014-12-15 13:23:45 queue INFO 7 [120] -2014-12-15 13:23:46 queue INFO 3 [121] -2014-12-15 13:23:46 queue INFO 7 [122] -2014-12-15 13:23:46 queue INFO 3 [123] -2014-12-15 13:23:47 queue INFO 7 [124] -2014-12-15 13:23:47 queue INFO 3 [125] -2014-12-15 13:23:47 queue INFO 7 [126] -2014-12-15 13:23:48 queue INFO 3 [127] -2014-12-15 13:23:48 queue INFO 7 [128] -2014-12-15 13:23:48 queue INFO 3 [129] -2014-12-15 13:23:48 queue INFO 7 [130] -2014-12-15 13:23:49 queue INFO 3 [131] -2014-12-15 13:23:49 queue INFO 7 [132] -2014-12-15 13:23:49 queue INFO 3 [133] -2014-12-15 13:23:50 queue INFO 7 [134] -2014-12-15 13:23:50 queue INFO 3 [135] -2014-12-15 13:23:50 queue INFO 7 [136] -2014-12-15 13:23:51 queue INFO 3 [137] -2014-12-15 13:23:51 queue INFO 7 [138] -2014-12-15 13:23:51 queue INFO 3 [139] -2014-12-15 13:23:52 queue INFO 7 [140] -2014-12-15 13:23:52 queue INFO 3 [141] -2014-12-15 13:23:52 queue INFO 7 [142] -2014-12-15 13:23:53 queue INFO 3 [143] -2014-12-15 13:23:53 queue INFO 7 [144] -2014-12-15 13:23:53 queue INFO 3 [145] -2014-12-15 13:23:54 queue INFO 7 [146] -2014-12-15 13:23:54 queue INFO 3 [147] -2014-12-15 13:23:54 queue INFO 7 [148] -2014-12-15 13:23:55 queue INFO 3 [149] -2014-12-15 13:23:55 queue INFO 7 [150] -2014-12-15 13:23:55 queue INFO 3 [151] -2014-12-15 13:23:56 queue INFO 7 [152] -2014-12-15 13:23:56 queue INFO 3 [153] -2014-12-15 13:23:56 queue INFO 7 [154] -2014-12-15 13:23:57 queue INFO 3 [155] -2014-12-15 13:23:57 queue INFO 7 [156] -2014-12-15 13:23:57 queue INFO 3 [157] -2014-12-15 13:23:58 queue INFO 7 [158] -2014-12-15 13:23:58 queue INFO 3 [159] -2014-12-15 13:23:58 queue INFO 7 [160] -2014-12-15 13:23:58 queue INFO 3 [161] -2014-12-15 13:23:59 queue INFO 7 [162] -2014-12-15 13:23:59 queue INFO 3 [163] -2014-12-15 13:24:00 queue INFO 7 [164] -2014-12-15 13:24:00 queue INFO 3 [165] -2014-12-15 13:24:00 queue INFO 7 [166] -2014-12-15 13:24:01 queue INFO 3 [167] -2014-12-15 13:24:01 queue INFO 7 [168] -2014-12-15 13:24:01 queue INFO 3 [169] -2014-12-15 13:24:02 queue INFO 7 [170] -2014-12-15 13:24:02 queue INFO 3 [171] -2014-12-15 13:24:02 queue INFO 7 [172] -2014-12-15 13:24:03 queue INFO 3 [173] -2014-12-15 13:24:03 queue INFO 7 [174] -2014-12-15 13:24:03 queue INFO 3 [175] -2014-12-15 13:24:04 queue INFO 7 [176] -2014-12-15 13:24:04 queue INFO 3 [177] -2014-12-15 13:24:04 queue INFO 7 [178] -2014-12-15 13:24:04 queue INFO 3 [179] -2014-12-15 13:24:05 queue INFO 7 [180] -2014-12-15 13:24:05 queue INFO 3 [181] -2014-12-15 13:24:05 queue INFO 7 [182] -2014-12-15 13:24:06 queue INFO 3 [183] -2014-12-15 13:24:06 queue INFO 7 [184] -2014-12-15 13:24:06 queue INFO 3 [185] -2014-12-15 13:24:07 queue INFO 7 [186] -2014-12-15 13:24:07 queue INFO 3 [187] -2014-12-15 13:24:07 queue INFO 7 [188] -2014-12-15 13:24:08 queue INFO 3 [189] -2014-12-15 13:24:08 queue INFO 7 [190] -2014-12-15 13:24:08 queue INFO 3 [191] -2014-12-15 13:24:09 queue INFO 7 [192] -2014-12-15 13:24:09 queue INFO 3 [193] -2014-12-15 13:24:09 queue INFO 7 [194] -2014-12-15 13:24:10 queue INFO 3 [195] -2014-12-15 13:24:10 queue INFO 7 [196] -2014-12-15 13:24:10 queue INFO 3 [197] -2014-12-15 13:24:11 queue INFO 7 [198] -2014-12-15 13:24:11 queue INFO 3 [199] -2014-12-15 13:24:11 queue INFO 7 [200] -2014-12-15 13:24:12 queue INFO 3 [201] -2014-12-15 13:24:12 queue INFO 7 [202] -2014-12-15 13:24:12 queue INFO 3 [203] -2014-12-15 13:24:12 queue INFO 7 [204] -2014-12-15 13:24:13 queue INFO 3 [205] -2014-12-15 13:24:13 queue INFO 7 [206] -2014-12-15 13:24:13 queue INFO 3 [207] -2014-12-15 13:24:14 queue INFO 7 [208] -2014-12-15 13:24:14 queue INFO 3 [209] -2014-12-15 13:24:14 queue INFO 7 [210] -2014-12-15 13:24:15 queue INFO 3 [211] -2014-12-15 13:24:15 queue INFO 7 [212] -2014-12-15 13:24:15 queue INFO 3 [213] -2014-12-15 13:24:16 queue INFO 7 [214] -2014-12-15 13:24:16 queue INFO 3 [215] -2014-12-15 13:24:16 queue INFO 7 [216] -2014-12-15 13:24:17 queue INFO 3 [217] -2014-12-15 13:24:17 queue INFO 7 [218] -2014-12-15 13:24:17 queue INFO 3 [219] -2014-12-15 13:24:18 queue INFO 7 [220] -2014-12-15 13:24:18 queue INFO 3 [221] -2014-12-15 13:24:18 queue INFO 7 [222] -2014-12-15 13:24:19 queue INFO 3 [223] -2014-12-15 13:24:19 queue INFO 7 [224] -2014-12-15 13:24:19 queue INFO 3 [225] -2014-12-15 13:24:19 queue INFO 7 [226] -2014-12-15 13:24:20 queue INFO 3 [227] -2014-12-15 13:24:20 queue INFO 7 [228] -2014-12-15 13:24:20 queue INFO 3 [229] -2014-12-15 13:24:21 queue INFO 7 [230] -2014-12-15 13:24:21 queue INFO 3 [231] -2014-12-15 13:24:21 queue INFO 7 [232] -2014-12-15 13:24:22 queue INFO 3 [233] -2014-12-15 13:24:22 queue INFO 7 [234] -2014-12-15 13:24:22 queue INFO 3 [235] -2014-12-15 13:24:23 queue INFO 7 [236] -2014-12-15 13:24:23 queue INFO 3 [237] -2014-12-15 13:24:23 queue INFO 7 [238] -2014-12-15 13:24:24 queue INFO 3 [239] -2014-12-15 13:24:24 queue INFO 7 [240] -2014-12-15 13:24:24 queue INFO 3 [241] -2014-12-15 13:24:25 queue INFO 7 [242] -2014-12-15 13:24:25 queue INFO 3 [243] -2014-12-15 13:24:25 queue INFO 7 [244] -2014-12-15 13:24:26 queue INFO 3 [245] -2014-12-15 13:24:26 queue INFO 7 [246] -2014-12-15 13:24:26 queue INFO 3 [247] -2014-12-15 13:24:27 queue INFO 7 [248] -2014-12-15 13:24:27 queue INFO 3 [249] -2014-12-15 13:24:27 queue INFO 7 [250] -2014-12-15 13:24:28 queue INFO 3 [251] -2014-12-15 13:24:28 queue INFO 7 [252] -2014-12-15 13:24:28 queue INFO 3 [253] -2014-12-15 13:24:29 queue INFO 7 [254] -2014-12-15 13:24:29 queue INFO 3 [255] -2014-12-15 13:24:29 queue INFO 7 [256] -2014-12-15 13:24:30 queue INFO 3 [257] -2014-12-15 13:24:30 queue INFO 7 [258] -2014-12-15 13:24:30 queue INFO 3 [259] -2014-12-15 13:24:31 queue INFO 7 [260] -2014-12-15 13:24:31 queue INFO 3 [261] -2014-12-15 13:24:31 queue INFO 7 [262] -2014-12-15 13:24:32 queue INFO 3 [263] -2014-12-15 13:24:32 queue INFO 7 [264] -2014-12-15 13:24:32 queue INFO 3 [265] -2014-12-15 13:24:33 queue INFO 7 [266] -2014-12-15 13:24:33 queue INFO 3 [267] -2014-12-15 13:24:33 queue INFO 7 [268] -2014-12-15 13:24:33 queue INFO 3 [269] -2014-12-15 13:24:34 queue INFO 7 [270] -2014-12-15 13:24:34 queue INFO 3 [271] -2014-12-15 13:24:34 queue INFO 7 [272] -2014-12-15 13:24:35 queue INFO 3 [273] -2014-12-15 13:24:35 queue INFO 7 [274] -2014-12-15 13:24:35 queue INFO 3 [275] -2014-12-15 13:24:36 queue INFO 7 [276] -2014-12-15 13:24:36 queue INFO 3 [277] -2014-12-15 13:24:36 queue INFO 7 [278] -2014-12-15 13:24:37 queue INFO 3 [279] -2014-12-15 13:24:37 queue INFO 7 [280] -2014-12-15 13:24:37 queue INFO 3 [281] -2014-12-15 13:24:38 queue INFO 7 [282] -2014-12-15 13:24:38 queue INFO 3 [283] -2014-12-15 13:24:38 queue INFO 7 [284] -2014-12-15 13:24:39 queue INFO 3 [285] -2014-12-15 13:24:39 queue INFO 7 [286] -2014-12-15 13:24:39 queue INFO 3 [287] -2014-12-15 13:24:40 queue INFO 7 [288] -2014-12-15 13:24:40 queue INFO 3 [289] -2014-12-15 13:24:40 queue INFO 7 [290] -2014-12-15 13:24:40 queue INFO 3 [291] -2014-12-15 13:24:41 queue INFO 7 [292] -2014-12-15 13:24:41 queue INFO 3 [293] -2014-12-15 13:24:41 queue INFO 7 [294] -2014-12-15 13:24:42 queue INFO 3 [295] -2014-12-15 13:24:42 queue INFO 7 [296] -2014-12-15 13:24:42 queue INFO 3 [297] -2014-12-15 13:24:43 queue INFO 7 [298] -2014-12-15 13:24:43 queue INFO 3 [299] -2014-12-15 13:24:43 queue INFO 7 [300] -2014-12-15 13:24:44 queue INFO 3 [301] -2014-12-15 13:24:44 queue INFO 7 [302] -2014-12-15 13:24:44 queue INFO 3 [303] -2014-12-15 13:24:45 queue INFO 7 [304] -2014-12-15 13:24:45 queue INFO 3 [305] -2014-12-15 13:24:45 queue INFO 7 [306] -2014-12-15 13:24:46 queue INFO 3 [307] -2014-12-15 13:24:46 queue INFO 7 [308] -2014-12-15 13:24:46 queue INFO 3 [309] -2014-12-15 13:24:47 queue INFO 7 [310] -2014-12-15 13:24:47 queue INFO 3 [311] -2014-12-15 13:24:47 queue INFO 7 [312] -2014-12-15 13:24:48 queue INFO 3 [313] -2014-12-15 13:24:48 queue INFO 7 [314] -2014-12-15 13:24:48 queue INFO 3 [315] -2014-12-15 13:24:49 queue INFO 7 [316] -2014-12-15 13:24:49 queue INFO 3 [317] -2014-12-15 13:24:49 queue INFO 7 [318] -2014-12-15 13:24:49 queue INFO 3 [319] -2014-12-15 13:24:50 queue INFO 7 [320] -2014-12-15 13:24:50 queue INFO 3 [321] -2014-12-15 13:24:50 queue INFO 7 [322] -2014-12-15 13:24:51 queue INFO 3 [323] -2014-12-15 13:24:51 queue INFO 7 [324] -2014-12-15 13:24:51 queue INFO 3 [325] -2014-12-15 13:24:52 queue INFO 7 [326] -2014-12-15 13:24:52 queue INFO 3 [327] -2014-12-15 13:24:53 queue INFO 7 [328] -2014-12-15 13:24:53 queue INFO 3 [329] -2014-12-15 13:24:53 queue INFO 7 [330] -2014-12-15 13:24:54 queue INFO 3 [331] -2014-12-15 13:24:54 queue INFO 7 [332] -2014-12-15 13:24:54 queue INFO 3 [333] -2014-12-15 13:24:55 queue INFO 7 [334] -2014-12-15 13:24:55 queue INFO 3 [335] -2014-12-15 13:24:55 queue INFO 7 [336] -2014-12-15 13:24:56 queue INFO 3 [337] -2014-12-15 13:24:56 queue INFO 7 [338] -2014-12-15 13:24:56 queue INFO 3 [339] -2014-12-15 13:24:56 queue INFO 7 [340] -2014-12-15 13:24:57 queue INFO 3 [341] -2014-12-15 13:24:57 queue INFO 7 [342] -2014-12-15 13:24:57 queue INFO 3 [343] -2014-12-15 13:24:58 queue INFO 7 [344] -2014-12-15 13:24:58 queue INFO 3 [345] -2014-12-15 13:24:58 queue INFO 7 [346] -2014-12-15 13:24:59 queue INFO 3 [347] -2014-12-15 13:24:59 queue INFO 7 [348] -2014-12-15 13:24:59 queue INFO 3 [349] -2014-12-15 13:25:00 queue INFO 7 [350] -2014-12-15 13:25:00 queue INFO 3 [351] -2014-12-15 13:25:00 queue INFO 7 [352] -2014-12-15 13:25:01 queue INFO 3 [353] -2014-12-15 13:25:01 queue INFO 7 [354] -2014-12-15 13:25:01 queue INFO 3 [355] -2014-12-15 13:25:02 queue INFO 7 [356] -2014-12-15 13:25:02 queue INFO 3 [357] -2014-12-15 13:25:03 queue INFO 7 [358] -2014-12-15 13:25:03 queue INFO 3 [359] -2014-12-15 13:25:03 queue INFO 7 [360] -2014-12-15 13:25:04 queue INFO 3 [361] -2014-12-15 13:25:04 queue INFO 7 [362] -2014-12-15 13:25:04 queue INFO 3 [363] -2014-12-15 13:25:05 queue INFO 7 [364] -2014-12-15 13:25:05 queue INFO 3 [365] -2014-12-15 13:25:05 queue INFO 7 [366] -2014-12-15 13:25:06 queue INFO 3 [367] -2014-12-15 13:25:06 queue INFO 7 [368] -2014-12-15 13:25:06 queue INFO 3 [369] -2014-12-15 13:25:07 queue INFO 7 [370] -2014-12-15 13:25:07 queue INFO 3 [371] -2014-12-15 13:25:07 queue INFO 7 [372] -2014-12-15 13:25:08 queue INFO 3 [373] -2014-12-15 13:25:08 queue INFO 7 [374] -2014-12-15 13:25:08 queue INFO 3 [375] -2014-12-15 13:25:09 queue INFO 7 [376] -2014-12-15 13:25:09 queue INFO 3 [377] -2014-12-15 13:25:09 queue INFO 7 [378] -2014-12-15 13:25:09 queue INFO 3 [379] -2014-12-15 13:25:10 queue INFO 7 [380] -2014-12-15 13:25:10 queue INFO 3 [381] -2014-12-15 13:25:10 queue INFO 7 [382] -2014-12-15 13:25:11 queue INFO 3 [383] -2014-12-15 13:25:11 queue INFO 7 [384] -2014-12-15 13:25:11 queue INFO 3 [385] -2014-12-15 13:25:12 queue INFO 7 [386] -2014-12-15 13:25:12 queue INFO 3 [387] -2014-12-15 13:25:12 queue INFO 7 [388] -2014-12-15 13:25:13 queue INFO 3 [389] -2014-12-15 13:25:13 queue INFO 7 [390] -2014-12-15 13:25:13 queue INFO 3 [391] -2014-12-15 13:25:14 queue INFO 7 [392] -2014-12-15 13:25:14 queue INFO 3 [393] -2014-12-15 13:25:14 queue INFO 7 [394] -2014-12-15 13:25:15 queue INFO 3 [395] -2014-12-15 13:25:15 queue INFO 7 [396] -2014-12-15 13:25:15 queue INFO 3 [397] -2014-12-15 13:25:16 queue INFO 7 [398] -2014-12-15 13:25:16 queue INFO 3 [399] -2014-12-15 13:25:16 queue INFO 7 [400] -2014-12-15 13:25:17 queue INFO 3 [401] -2014-12-15 13:25:17 queue INFO 7 [402] -2014-12-15 13:25:17 queue INFO 3 [403] -2014-12-15 13:25:18 queue INFO 7 [404] -2014-12-15 13:25:18 queue INFO 3 [405] -2014-12-15 13:25:18 queue INFO 7 [406] -2014-12-15 13:25:18 queue INFO 3 [407] -2014-12-15 13:25:19 queue INFO 7 [408] -2014-12-15 13:25:19 queue INFO 3 [409] -2014-12-15 13:25:20 queue INFO 7 [410] -2014-12-15 13:25:20 queue INFO 3 [411] -2014-12-15 13:25:20 queue INFO 7 [412] -2014-12-15 13:25:21 queue INFO 3 [413] -2014-12-15 13:25:21 queue INFO 7 [414] -2014-12-15 13:25:21 queue INFO 3 [415] -2014-12-15 13:25:22 queue INFO 7 [416] -2014-12-15 13:25:22 queue INFO 3 [417] -2014-12-15 13:25:22 queue INFO 7 [418] -2014-12-15 13:25:23 queue INFO 3 [419] -2014-12-15 13:25:23 queue INFO 7 [420] -2014-12-15 13:25:23 queue INFO 3 [421] -2014-12-15 13:25:23 queue INFO 7 [422] -2014-12-15 13:25:24 queue INFO 3 [423] -2014-12-15 13:25:24 queue INFO 7 [424] -2014-12-15 13:25:24 queue INFO 3 [425] -2014-12-15 13:25:25 queue INFO 7 [426] -2014-12-15 13:25:25 queue INFO 3 [427] -2014-12-15 13:25:25 queue INFO 7 [428] -2014-12-15 13:25:26 queue INFO 3 [429] -2014-12-15 13:25:26 queue INFO 7 [430] -2014-12-15 13:25:26 queue INFO 3 [431] -2014-12-15 13:25:27 queue INFO 7 [432] -2014-12-15 13:25:27 queue INFO 3 [433] -2014-12-15 13:25:27 queue INFO 7 [434] -2014-12-15 13:25:28 queue INFO 3 [435] -2014-12-15 13:25:28 queue INFO 7 [436] -2014-12-15 13:25:28 queue INFO 3 [437] -2014-12-15 13:25:29 queue INFO 7 [438] -2014-12-15 13:25:29 queue INFO 3 [439] -2014-12-15 13:25:29 queue INFO 7 [440] -2014-12-15 13:25:30 queue INFO 3 [441] -2014-12-15 13:25:30 queue INFO 7 [442] -2014-12-15 13:25:30 queue INFO 3 [443] -2014-12-15 13:25:31 queue INFO 7 [444] -2014-12-15 13:25:31 queue INFO 3 [445] -2014-12-15 13:25:31 queue INFO 7 [446] -2014-12-15 13:25:31 queue INFO 3 [447] -2014-12-15 13:25:32 queue INFO 7 [448] -2014-12-15 13:25:32 queue INFO 3 [449] -2014-12-15 13:25:32 queue INFO 7 [450] -2014-12-15 13:25:33 queue INFO 3 [451] -2014-12-15 13:25:33 queue INFO 7 [452] -2014-12-15 13:25:33 queue INFO 3 [453] -2014-12-15 13:25:34 queue INFO 7 [454] -2014-12-15 13:25:34 queue INFO 3 [455] -2014-12-15 13:25:34 queue INFO 7 [456] -2014-12-15 13:25:35 queue INFO 3 [457] -2014-12-15 13:25:35 queue INFO 7 [458] -2014-12-15 13:25:35 queue INFO 3 [459] -2014-12-15 13:25:36 queue INFO 7 [460] -2014-12-15 13:25:36 queue INFO 3 [461] -2014-12-15 13:25:36 queue INFO 7 [462] -2014-12-15 13:25:37 queue INFO 3 [463] -2014-12-15 13:25:37 queue INFO 7 [464] -2014-12-15 13:25:37 queue INFO 3 [465] -2014-12-15 13:25:38 queue INFO 7 [466] -2014-12-15 13:25:38 queue INFO 3 [467] -2014-12-15 13:25:38 queue INFO 7 [468] -2014-12-15 13:25:38 queue INFO 3 [469] -2014-12-15 13:25:39 queue INFO 7 [470] -2014-12-15 13:25:39 queue INFO 3 [471] -2014-12-15 13:25:39 queue INFO 7 [472] -2014-12-15 13:25:40 queue INFO 3 [473] -2014-12-15 13:25:40 queue INFO 7 [474] -2014-12-15 13:25:40 queue INFO 3 [475] -2014-12-15 13:25:41 queue INFO 7 [476] -2014-12-15 13:25:41 queue INFO 3 [477] -2014-12-15 13:25:41 queue INFO 7 [478] -2014-12-15 13:25:42 queue INFO 3 [479] -2014-12-15 13:25:42 queue INFO 7 [480] -2014-12-15 13:25:42 queue INFO 3 [481] -2014-12-15 13:25:43 queue INFO 7 [482] -2014-12-15 13:25:43 queue INFO 3 [483] -2014-12-15 13:25:44 queue INFO 7 [484] -2014-12-15 13:25:44 queue INFO 3 [485] -2014-12-15 13:25:44 queue INFO 7 [486] -2014-12-15 13:25:45 queue INFO 3 [487] -2014-12-15 13:25:45 queue INFO 7 [488] -2014-12-15 13:25:45 queue INFO 3 [489] -2014-12-15 13:25:46 queue INFO 7 [490] -2014-12-15 13:25:46 queue INFO 3 [491] -2014-12-15 13:25:47 queue INFO 7 [492] -2014-12-15 13:25:47 queue INFO 3 [493] -2014-12-15 13:25:47 queue INFO 7 [494] -2014-12-15 13:25:48 queue INFO 3 [495] -2014-12-15 13:25:48 queue INFO 7 [496] -2014-12-15 13:25:48 queue INFO 3 [497] -2014-12-15 13:25:48 queue INFO 7 [498] -2014-12-15 13:25:49 queue INFO 3 [499] -2014-12-15 13:25:49 queue INFO 7 [500] -2014-12-15 13:25:49 queue INFO 3 [501] -2014-12-15 13:25:50 queue INFO 7 [502] -2014-12-15 13:25:51 queue INFO 3 [503] -2014-12-15 13:25:51 queue INFO 7 [504] -2014-12-15 13:25:51 queue INFO 3 [505] -2014-12-15 13:25:52 queue INFO 7 [506] -2014-12-15 13:25:52 queue INFO 3 [507] -2014-12-15 13:25:52 queue INFO 7 [508] -2014-12-15 13:25:52 queue INFO 3 [509] -2014-12-15 13:25:53 queue INFO 7 [510] -2014-12-15 13:25:53 queue INFO 3 [511] -2014-12-15 13:25:53 queue INFO 7 [512] -2014-12-15 13:25:54 queue INFO 3 [513] -2014-12-15 13:25:54 queue INFO 7 [514] -2014-12-15 13:25:54 queue INFO 3 [515] -2014-12-15 13:25:55 queue INFO 7 [516] -2014-12-15 13:25:55 queue INFO 3 [517] -2014-12-15 13:25:55 queue INFO 7 [518] -2014-12-15 13:25:56 queue INFO 3 [519] -2014-12-15 13:25:56 queue INFO 7 [520] -2014-12-15 13:25:56 queue INFO 3 [521] -2014-12-15 13:25:57 queue INFO 7 [522] -2014-12-15 13:25:57 queue INFO 3 [523] -2014-12-15 13:25:57 queue INFO 7 [524] -2014-12-15 13:25:58 queue INFO 3 [525] -2014-12-15 13:25:58 queue INFO 7 [526] -2014-12-15 13:25:58 queue INFO 3 [527] -2014-12-15 13:25:59 queue INFO 7 [528] -2014-12-15 13:25:59 queue INFO 3 [529] -2014-12-15 13:25:59 queue INFO 7 [530] -2014-12-15 13:26:00 queue INFO 3 [531] -2014-12-15 13:26:00 queue INFO 7 [532] -2014-12-15 13:26:00 queue INFO 3 [533] -2014-12-15 13:26:01 queue INFO 7 [534] -2014-12-15 13:26:01 queue INFO 3 [535] -2014-12-15 13:26:01 queue INFO 7 [536] -2014-12-15 13:26:01 queue INFO 3 [537] -2014-12-15 13:26:02 queue INFO 7 [538] -2014-12-15 13:26:02 queue INFO 3 [539] -2014-12-15 13:26:02 queue INFO 7 [540] -2014-12-15 13:26:03 queue INFO 3 [541] -2014-12-15 13:26:03 queue INFO 7 [542] -2014-12-15 13:26:03 queue INFO 3 [543] -2014-12-15 13:26:04 queue INFO 7 [544] -2014-12-15 13:26:04 queue INFO 3 [545] -2014-12-15 13:26:04 queue INFO 7 [546] -2014-12-15 13:26:05 queue INFO 3 [547] -2014-12-15 13:26:05 queue INFO 7 [548] -2014-12-15 13:26:05 queue INFO 3 [549] -2014-12-15 13:26:06 queue INFO 7 [550] -2014-12-15 13:26:06 queue INFO 3 [551] -2014-12-15 13:26:06 queue INFO 7 [552] -2014-12-15 13:26:07 queue INFO 3 [553] -2014-12-15 13:26:07 queue INFO 7 [554] -2014-12-15 13:26:07 queue INFO 3 [555] -2014-12-15 13:26:08 queue INFO 7 [556] -2014-12-15 13:26:08 queue INFO 3 [557] -2014-12-15 13:26:08 queue INFO 7 [558] -2014-12-15 13:26:09 queue INFO 3 [559] -2014-12-15 13:26:09 queue INFO 7 [560] -2014-12-15 13:26:09 queue INFO 3 [561] -2014-12-15 13:26:10 queue INFO 7 [562] -2014-12-15 13:26:10 queue INFO 3 [563] -2014-12-15 13:26:10 queue INFO 7 [564] -2014-12-15 13:26:11 queue INFO 3 [565] -2014-12-15 13:26:11 queue INFO 7 [566] -2014-12-15 13:26:11 queue INFO 3 [567] -2014-12-15 13:26:12 queue INFO 7 [568] -2014-12-15 13:26:12 queue INFO 3 [569] -2014-12-15 13:26:12 queue INFO 7 [570] -2014-12-15 13:26:12 queue INFO 3 [571] -2014-12-15 13:26:13 queue INFO 7 [572] -2014-12-15 13:26:13 queue INFO 3 [573] -2014-12-15 13:26:14 queue INFO 7 [574] -2014-12-15 13:26:14 queue INFO 3 [575] -2014-12-15 13:26:14 queue INFO 7 [576] -2014-12-15 13:26:15 queue INFO 3 [577] -2014-12-15 13:26:15 queue INFO 7 [578] -2014-12-15 13:26:15 queue INFO 3 [579] -2014-12-15 13:26:16 queue INFO 7 [580] -2014-12-15 13:26:16 queue INFO 3 [581] -2014-12-15 13:26:16 queue INFO 7 [582] -2014-12-15 13:26:17 queue INFO 3 [583] -2014-12-15 13:26:17 queue INFO 7 [584] -2014-12-15 13:26:17 queue INFO 3 [585] -2014-12-15 13:26:18 queue INFO 7 [586] -2014-12-15 13:26:18 queue INFO 3 [587] -2014-12-15 13:26:18 queue INFO 7 [588] -2014-12-15 13:26:19 queue INFO 3 [589] -2014-12-15 13:26:19 queue INFO 7 [590] -2014-12-15 13:26:19 queue INFO 3 [591] -2014-12-15 13:26:20 queue INFO 7 [592] -2014-12-15 13:26:20 queue INFO 3 [593] -2014-12-15 13:26:20 queue INFO 7 [594] -2014-12-15 13:26:20 queue INFO 3 [595] -2014-12-15 13:26:21 queue INFO 7 [596] -2014-12-15 13:26:21 queue INFO 3 [597] -2014-12-15 13:26:21 queue INFO 7 [598] -2014-12-15 13:26:22 queue INFO 3 [599] -2014-12-15 13:26:22 queue INFO 7 [600] -2014-12-15 13:26:22 queue INFO 3 [601] -2014-12-15 13:26:23 queue INFO 7 [602] -2014-12-15 13:26:24 queue INFO 3 [603] -2014-12-15 13:26:24 queue INFO 7 [604] -2014-12-15 13:26:24 queue INFO 3 [605] -2014-12-15 13:26:25 queue INFO 7 [606] -2014-12-15 13:26:25 queue INFO 3 [607] -2014-12-15 13:26:25 queue INFO 7 [608] -2014-12-15 13:26:26 queue INFO 3 [609] -2014-12-15 13:26:26 queue INFO 7 [610] -2014-12-15 13:26:26 queue INFO 3 [611] -2014-12-15 13:26:26 queue INFO 7 [612] -2014-12-15 13:26:27 queue INFO 3 [613] -2014-12-15 13:26:27 queue INFO 7 [614] -2014-12-15 13:26:27 queue INFO 3 [615] -2014-12-15 13:26:28 queue INFO 7 [616] -2014-12-15 13:26:28 queue INFO 3 [617] -2014-12-15 13:26:28 queue INFO 7 [618] -2014-12-15 13:26:29 queue INFO 3 [619] -2014-12-15 13:26:29 queue INFO 7 [620] -2014-12-15 13:26:29 queue INFO 3 [621] -2014-12-15 13:26:30 queue INFO 7 [622] -2014-12-15 13:26:30 queue INFO 3 [623] -2014-12-15 13:26:30 queue INFO 7 [624] -2014-12-15 13:26:31 queue INFO 3 [625] -2014-12-15 13:26:31 queue INFO 7 [626] -2014-12-15 13:26:31 queue INFO 3 [627] -2014-12-15 13:26:32 queue INFO 7 [628] -2014-12-15 13:26:32 queue INFO 3 [629] -2014-12-15 13:26:32 queue INFO 7 [630] -2014-12-15 13:26:33 queue INFO 3 [631] -2014-12-15 13:26:33 queue INFO 7 [632] -2014-12-15 13:26:33 queue INFO 3 [633] -2014-12-15 13:26:34 queue INFO 7 [634] -2014-12-15 13:26:34 queue INFO 3 [635] -2014-12-15 13:26:34 queue INFO 7 [636] -2014-12-15 13:26:35 queue INFO 3 [637] -2014-12-15 13:26:35 queue INFO 7 [638] -2014-12-15 13:26:35 queue INFO 3 [639] -2014-12-15 13:26:36 queue INFO 7 [640] -2014-12-15 13:26:36 queue INFO 3 [641] -2014-12-15 13:26:36 queue INFO 7 [642] -2014-12-15 13:26:37 queue INFO 3 [643] -2014-12-15 13:26:37 queue INFO 7 [644] -2014-12-15 13:26:37 queue INFO 3 [645] -2014-12-15 13:26:38 queue INFO 7 [646] -2014-12-15 13:26:38 queue INFO 3 [647] -2014-12-15 13:26:38 queue INFO 7 [648] -2014-12-15 13:26:38 queue INFO 3 [649] -2014-12-15 13:26:39 queue INFO 7 [650] -2014-12-15 13:26:39 queue INFO 3 [651] -2014-12-15 13:26:40 queue INFO 7 [652] -2014-12-15 13:26:40 queue INFO 3 [653] -2014-12-15 13:26:40 queue INFO 7 [654] -2014-12-15 13:26:41 queue INFO 3 [655] -2014-12-15 13:26:41 queue INFO 7 [656] -2014-12-15 13:26:41 queue INFO 3 [657] -2014-12-15 13:26:42 queue INFO 7 [658] -2014-12-15 13:26:42 queue INFO 3 [659] -2014-12-15 13:26:42 queue INFO 7 [660] -2014-12-15 13:26:43 queue INFO 3 [661] -2014-12-15 13:26:43 queue INFO 7 [662] -2014-12-15 13:26:43 queue INFO 3 [663] -2014-12-15 13:26:44 queue INFO 7 [664] -2014-12-15 13:26:44 queue INFO 3 [665] -2014-12-15 13:26:44 queue INFO 7 [666] -2014-12-15 13:26:45 queue INFO 3 [667] -2014-12-15 13:26:45 queue INFO 7 [668] -2014-12-15 13:26:45 queue INFO 3 [669] -2014-12-15 13:26:46 queue INFO 7 [670] -2014-12-15 13:26:46 queue INFO 3 [671] -2014-12-15 13:26:46 queue INFO 7 [672] -2014-12-15 13:26:46 queue INFO 3 [673] -2014-12-15 13:26:47 queue INFO 7 [674] -2014-12-15 13:26:47 queue INFO 3 [675] -2014-12-15 13:26:47 queue INFO 7 [676] -2014-12-15 13:26:48 queue INFO 3 [677] -2014-12-15 13:26:48 queue INFO 7 [678] -2014-12-15 13:26:48 queue INFO 3 [679] -2014-12-15 13:26:49 queue INFO 7 [680] -2014-12-15 13:26:49 queue INFO 3 [681] -2014-12-15 13:26:49 queue INFO 7 [682] -2014-12-15 13:26:50 queue INFO 3 [683] -2014-12-15 13:26:50 queue INFO 7 [684] -2014-12-15 13:26:50 queue INFO 3 [685] -2014-12-15 13:26:51 queue INFO 7 [686] -2014-12-15 13:26:51 queue INFO 3 [687] -2014-12-15 13:26:51 queue INFO 7 [688] -2014-12-15 13:26:52 queue INFO 3 [689] -2014-12-15 13:26:52 queue INFO 7 [690] -2014-12-15 13:26:52 queue INFO 3 [691] -2014-12-15 13:26:53 queue INFO 7 [692] -2014-12-15 13:26:53 queue INFO 3 [693] -2014-12-15 13:26:53 queue INFO 7 [694] -2014-12-15 13:26:54 queue INFO 3 [695] -2014-12-15 13:26:54 queue INFO 7 [696] -2014-12-15 13:26:54 queue INFO 3 [697] -2014-12-15 13:26:55 queue INFO 7 [698] -2014-12-15 13:26:55 queue INFO 3 [699] -2014-12-15 13:26:55 queue INFO 7 [700] -2014-12-15 13:26:56 queue INFO 3 [701] -2014-12-15 13:26:56 queue INFO 7 [702] -2014-12-15 13:26:56 queue INFO 3 [703] -2014-12-15 13:26:56 queue INFO 7 [704] -2014-12-15 13:26:57 queue INFO 3 [705] -2014-12-15 13:26:57 queue INFO 7 [706] -2014-12-15 13:26:57 queue INFO 3 [707] -2014-12-15 13:26:58 queue INFO 7 [708] -2014-12-15 13:26:58 queue INFO 3 [709] -2014-12-15 13:26:58 queue INFO 7 [710] -2014-12-15 13:26:59 queue INFO 3 [711] -2014-12-15 13:26:59 queue INFO 7 [712] -2014-12-15 13:26:59 queue INFO 3 [713] -2014-12-15 13:27:00 queue INFO 7 [714] -2014-12-15 13:27:00 queue INFO 3 [715] -2014-12-15 13:27:00 queue INFO 7 [716] -2014-12-15 13:27:01 queue INFO 3 [717] -2014-12-15 13:27:01 queue INFO 7 [718] -2014-12-15 13:27:01 queue INFO 3 [719] -2014-12-15 13:27:02 queue INFO 7 [720] -2014-12-15 13:27:02 queue INFO 3 [721] -2014-12-15 13:27:02 queue INFO 7 [722] -2014-12-15 13:27:03 queue INFO 3 [723] -2014-12-15 13:27:03 queue INFO 7 [724] -2014-12-15 13:27:03 queue INFO 3 [725] -2014-12-15 13:27:04 queue INFO 7 [726] -2014-12-15 13:27:04 queue INFO 3 [727] -2014-12-15 13:27:04 queue INFO 7 [728] -2014-12-15 13:27:05 queue INFO 3 [729] -2014-12-15 13:27:05 queue INFO 7 [730] -2014-12-15 13:27:05 queue INFO 3 [731] -2014-12-15 13:27:06 queue INFO 7 [732] -2014-12-15 13:27:06 queue INFO 3 [733] -2014-12-15 13:27:06 queue INFO 7 [734] -2014-12-15 13:27:07 queue INFO 3 [735] -2014-12-15 13:27:07 queue INFO 7 [736] -2014-12-15 13:27:07 queue INFO 3 [737] -2014-12-15 13:27:08 queue INFO 7 [738] -2014-12-15 13:27:08 queue INFO 3 [739] -2014-12-15 13:27:08 queue INFO 7 [740] -2014-12-15 13:27:09 queue INFO 3 [741] -2014-12-15 13:27:09 queue INFO 7 [742] -2014-12-15 13:27:09 queue INFO 3 [743] -2014-12-15 13:27:10 queue INFO 7 [744] -2014-12-15 13:27:10 queue INFO 3 [745] -2014-12-15 13:27:10 queue INFO 7 [746] -2014-12-15 13:27:11 queue INFO 3 [747] -2014-12-15 13:27:11 queue INFO 7 [748] -2014-12-15 13:27:11 queue INFO 3 [749] -2014-12-15 13:27:12 queue INFO 7 [750] -2014-12-15 13:27:12 queue INFO 3 [751] -2014-12-15 13:27:12 queue INFO 7 [752] -2014-12-15 13:27:13 queue INFO 3 [753] -2014-12-15 13:27:13 queue INFO 7 [754] -2014-12-15 13:27:13 queue INFO 3 [755] -2014-12-15 13:27:14 queue INFO 7 [756] -2014-12-15 13:27:14 queue INFO 3 [757] -2014-12-15 13:27:14 queue INFO 7 [758] -2014-12-15 13:27:15 queue INFO 3 [759] -2014-12-15 13:27:15 queue INFO 7 [760] -2014-12-15 13:27:15 queue INFO 3 [761] -2014-12-15 13:27:16 queue INFO 7 [762] -2014-12-15 13:27:16 queue INFO 3 [763] -2014-12-15 13:27:16 queue INFO 7 [764] -2014-12-15 13:27:17 queue INFO 3 [765] -2014-12-15 13:27:17 queue INFO 7 [766] -2014-12-15 13:27:17 queue INFO 3 [767] -2014-12-15 13:27:17 queue INFO 7 [768] -2014-12-15 13:27:18 queue INFO 3 [769] -2014-12-15 13:27:18 queue INFO 7 [770] -2014-12-15 13:27:18 queue INFO 3 [771] -2014-12-15 13:27:19 queue INFO 7 [772] -2014-12-15 13:27:19 queue INFO 3 [773] -2014-12-15 13:27:19 queue INFO 7 [774] -2014-12-15 13:27:20 queue INFO 3 [775] -2014-12-15 13:27:20 queue INFO 7 [776] -2014-12-15 13:27:20 queue INFO 3 [777] -2014-12-15 13:27:21 queue INFO 7 [778] -2014-12-15 13:27:21 queue INFO 3 [779] -2014-12-15 13:27:21 queue INFO 7 [780] -2014-12-15 13:27:22 queue INFO 3 [781] -2014-12-15 13:27:22 queue INFO 7 [782] -2014-12-15 13:27:22 queue INFO 3 [783] -2014-12-15 13:27:23 queue INFO 7 [784] -2014-12-15 13:27:23 queue INFO 3 [785] -2014-12-15 13:27:23 queue INFO 7 [786] -2014-12-15 13:27:24 queue INFO 3 [787] -2014-12-15 13:27:24 queue INFO 7 [788] -2014-12-15 13:27:24 queue INFO 3 [789] -2014-12-15 13:27:25 queue INFO 7 [790] -2014-12-15 13:27:25 queue INFO 3 [791] -2014-12-15 13:27:25 queue INFO 7 [792] -2014-12-15 13:27:26 queue INFO 3 [793] -2014-12-15 13:27:26 queue INFO 7 [794] -2014-12-15 13:27:28 queue INFO >7 [795] -2014-12-15 13:27:30 queue INFO 3 [796] -2014-12-15 13:27:31 queue INFO 7 [797] -2014-12-15 13:27:31 queue INFO 3 [798] -2014-12-15 13:27:31 queue INFO 7 [799] -2014-12-15 13:27:32 queue INFO 3 [800] -2014-12-15 13:27:32 queue INFO 7 [801] -2014-12-15 13:27:32 queue INFO 3 [802] -2014-12-15 13:27:33 queue INFO 7 [803] -2014-12-15 13:27:33 queue INFO 3 [804] -2014-12-15 13:27:33 queue INFO 7 [805] -2014-12-15 13:27:34 queue INFO 3 [806] -2014-12-15 13:27:34 queue INFO 7 [807] -2014-12-15 13:27:34 queue INFO 3 [808] -2014-12-15 13:27:35 queue INFO 7 [809] -2014-12-15 13:27:35 queue INFO 3 [810] -2014-12-15 13:27:35 queue INFO 7 [811] -2014-12-15 13:27:36 queue INFO 3 [812] -2014-12-15 13:27:36 queue INFO 7 [813] -2014-12-15 13:27:36 queue INFO 3 [814] -2014-12-15 13:27:37 queue INFO 7 [815] -2014-12-15 13:27:37 queue INFO 3 [816] -2014-12-15 13:27:37 queue INFO 7 [817] -2014-12-15 13:27:38 queue INFO 3 [818] -2014-12-15 13:27:38 queue INFO 7 [819] -2014-12-15 13:27:38 queue INFO 3 [820] -2014-12-15 13:27:39 queue INFO 7 [821] -2014-12-15 13:27:39 queue INFO 3 [822] -2014-12-15 13:27:39 queue INFO 7 [823] -2014-12-15 13:27:40 queue INFO 3 [824] -2014-12-15 13:27:40 queue INFO 7 [825] -2014-12-15 13:27:40 queue INFO 3 [826] -2014-12-15 13:27:41 queue INFO 7 [827] -2014-12-15 13:27:41 queue INFO 3 [828] -2014-12-15 13:27:41 queue INFO 7 [829] -2014-12-15 13:27:42 queue INFO 3 [830] -2014-12-15 13:27:42 queue INFO 7 [831] -2014-12-15 13:27:42 queue INFO 3 [832] -2014-12-15 13:27:43 queue INFO 7 [833] -2014-12-15 13:27:43 queue INFO 3 [834] -2014-12-15 13:27:43 queue INFO 7 [835] -2014-12-15 13:27:44 queue INFO 3 [836] -2014-12-15 13:27:44 queue INFO 7 [837] -2014-12-15 13:27:44 queue INFO 3 [838] -2014-12-15 13:27:45 queue INFO 7 [839] -2014-12-15 13:27:45 queue INFO 3 [840] -2014-12-15 13:27:45 queue INFO 7 [841] -2014-12-15 13:27:45 queue INFO 3 [842] -2014-12-15 13:27:46 queue INFO 7 [843] -2014-12-15 13:27:46 queue INFO 3 [844] -2014-12-15 13:27:46 queue INFO 7 [845] -2014-12-15 13:27:47 queue INFO 3 [846] -2014-12-15 13:27:47 queue INFO 7 [847] -2014-12-15 13:27:47 queue INFO 3 [848] -2014-12-15 13:27:48 queue INFO 7 [849] -2014-12-15 13:27:48 queue INFO 3 [850] -2014-12-15 13:27:48 queue INFO 7 [851] -2014-12-15 13:27:49 queue INFO 3 [852] -2014-12-15 13:27:49 queue INFO 7 [853] -2014-12-15 13:27:49 queue INFO 3 [854] -2014-12-15 13:27:50 queue INFO 7 [855] -2014-12-15 13:27:50 queue INFO 3 [856] -2014-12-15 13:27:50 queue INFO 7 [857] -2014-12-15 13:27:51 queue INFO 3 [858] -2014-12-15 13:27:51 queue INFO 7 [859] -2014-12-15 13:27:51 queue INFO 3 [860] -2014-12-15 13:27:52 queue INFO 7 [861] -2014-12-15 13:27:52 queue INFO 3 [862] -2014-12-15 13:27:53 queue INFO 7 [863] -2014-12-15 13:27:53 queue INFO 3 [864] -2014-12-15 13:27:53 queue INFO 7 [865] -2014-12-15 13:27:54 queue INFO 3 [866] -2014-12-15 13:27:54 queue INFO 7 [867] -2014-12-15 13:27:54 queue INFO 3 [868] -2014-12-15 13:27:55 queue INFO 7 [869] -2014-12-15 13:27:55 queue INFO 3 [870] -2014-12-15 13:27:55 queue INFO 7 [871] -2014-12-15 13:27:56 queue INFO 3 [872] -2014-12-15 13:27:56 queue INFO 7 [873] -2014-12-15 13:27:56 queue INFO 3 [874] -2014-12-15 13:27:57 queue INFO 7 [875] -2014-12-15 13:27:57 queue INFO 3 [876] -2014-12-15 13:27:57 queue INFO 7 [877] -2014-12-15 13:27:58 queue INFO 3 [878] -2014-12-15 13:27:58 queue INFO 7 [879] -2014-12-15 13:27:58 queue INFO 3 [880] -2014-12-15 13:27:59 queue INFO 7 [881] -2014-12-15 13:27:59 queue INFO 3 [882] -2014-12-15 13:27:59 queue INFO 7 [883] -2014-12-15 13:28:00 queue INFO 3 [884] -2014-12-15 13:28:00 queue INFO 7 [885] -2014-12-15 13:28:01 queue INFO 3 [886] -2014-12-15 13:28:01 queue INFO 7 [887] -2014-12-15 13:28:01 queue INFO 3 [888] -2014-12-15 13:28:02 queue INFO 7 [889] -2014-12-15 13:28:02 queue INFO 3 [890] -2014-12-15 13:28:02 queue INFO 7 [891] -2014-12-15 13:28:03 queue INFO 3 [892] -2014-12-15 13:28:03 queue INFO 7 [893] -2014-12-15 13:28:03 queue INFO 3 [894] -2014-12-15 13:28:04 queue INFO 7 [895] -2014-12-15 13:28:04 queue INFO 3 [896] -2014-12-15 13:28:04 queue INFO 7 [897] -2014-12-15 13:28:05 queue INFO 3 [898] -2014-12-15 13:28:05 queue INFO 7 [899] -2014-12-15 13:28:05 queue INFO 3 [900] -2014-12-15 13:28:06 queue INFO 7 [901] -2014-12-15 13:28:06 queue INFO 3 [902] -2014-12-15 13:28:06 queue INFO 7 [903] -2014-12-15 13:28:07 queue INFO 3 [904] -2014-12-15 13:28:07 queue INFO 7 [905] -2014-12-15 13:28:07 queue INFO 3 [906] -2014-12-15 13:28:08 queue INFO 7 [907] -2014-12-15 13:28:08 queue INFO 3 [908] -2014-12-15 13:28:08 queue INFO 7 [909] -2014-12-15 13:28:09 queue INFO 3 [910] -2014-12-15 13:28:09 queue INFO 7 [911] -2014-12-15 13:28:09 queue INFO 3 [912] -2014-12-15 13:28:10 queue INFO 7 [913] -2014-12-15 13:28:10 queue INFO 3 [914] -2014-12-15 13:28:10 queue INFO 7 [915] -2014-12-15 13:28:11 queue INFO 3 [916] -2014-12-15 13:28:11 queue INFO 7 [917] -2014-12-15 13:28:11 queue INFO 3 [918] -2014-12-15 13:28:12 queue INFO 7 [919] -2014-12-15 13:28:12 queue INFO 3 [920] -2014-12-15 13:28:12 queue INFO 7 [921] -2014-12-15 13:28:13 queue INFO 3 [922] -2014-12-15 13:28:13 queue INFO 7 [923] -2014-12-15 13:28:13 queue INFO 3 [924] -2014-12-15 13:28:14 queue INFO 7 [925] -2014-12-15 13:28:14 queue INFO 3 [926] -2014-12-15 13:28:14 queue INFO 7 [927] -2014-12-15 13:28:15 queue INFO 3 [928] -2014-12-15 13:28:15 queue INFO 7 [929] -2014-12-15 13:28:15 queue INFO 3 [930] -2014-12-15 13:28:15 queue INFO 7 [931] -2014-12-15 13:28:16 queue INFO 3 [932] -2014-12-15 13:28:16 queue INFO 7 [933] -2014-12-15 13:28:16 queue INFO 3 [934] -2014-12-15 13:28:17 queue INFO 7 [935] -2014-12-15 13:28:17 queue INFO 3 [936] -2014-12-15 13:28:17 queue INFO 7 [937] -2014-12-15 13:28:18 queue INFO 3 [938] -2014-12-15 13:28:18 queue INFO 7 [939] -2014-12-15 13:28:18 queue INFO 3 [940] -2014-12-15 13:28:19 queue INFO 7 [941] -2014-12-15 13:28:19 queue INFO 3 [942] -2014-12-15 13:28:19 queue INFO 7 [943] -2014-12-15 13:28:20 queue INFO 3 [944] -2014-12-15 13:28:20 queue INFO 7 [945] -2014-12-15 13:28:20 queue INFO 3 [946] -2014-12-15 13:28:21 queue INFO 7 [947] -2014-12-15 13:28:21 queue INFO 3 [948] -2014-12-15 13:28:21 queue INFO 7 [949] -2014-12-15 13:28:22 queue INFO 3 [950] -2014-12-15 13:28:22 queue INFO 7 [951] -2014-12-15 13:28:22 queue INFO 3 [952] -2014-12-15 13:28:23 queue INFO 7 [953] -2014-12-15 13:28:23 queue INFO 3 [954] -2014-12-15 13:28:23 queue INFO 7 [955] -2014-12-15 13:28:24 queue INFO 3 [956] -2014-12-15 13:28:24 queue INFO 7 [957] -2014-12-15 13:28:24 queue INFO 3 [958] -2014-12-15 13:28:25 queue INFO 7 [959] -2014-12-15 13:28:25 queue INFO 3 [960] -2014-12-15 13:28:25 queue INFO 7 [961] -2014-12-15 13:28:25 queue INFO 3 [962] -2014-12-15 13:28:26 queue INFO 7 [963] -2014-12-15 13:28:26 queue INFO 3 [964] -2014-12-15 13:28:26 queue INFO 7 [965] -2014-12-15 13:28:27 queue INFO 3 [966] -2014-12-15 13:28:27 queue INFO 7 [967] -2014-12-15 13:28:27 queue INFO 3 [968] -2014-12-15 13:28:28 queue INFO 7 [969] -2014-12-15 13:28:28 queue INFO 3 [970] -2014-12-15 13:28:28 queue INFO 7 [971] -2014-12-15 13:28:29 queue INFO 3 [972] -2014-12-15 13:28:29 queue INFO 7 [973] -2014-12-15 13:28:29 queue INFO 3 [974] -2014-12-15 13:28:30 queue INFO 7 [975] -2014-12-15 13:28:30 queue INFO 3 [976] -2014-12-15 13:28:30 queue INFO 7 [977] -2014-12-15 13:28:31 queue INFO 3 [978] -2014-12-15 13:28:31 queue INFO 7 [979] -2014-12-15 13:28:31 queue INFO 3 [980] -2014-12-15 13:28:32 queue INFO 7 [981] -2014-12-15 13:28:32 queue INFO 3 [982] -2014-12-15 13:28:33 queue INFO 7 [983] -2014-12-15 13:28:33 queue INFO 3 [984] -2014-12-15 13:28:33 queue INFO 7 [985] -2014-12-15 13:28:33 queue INFO 3 [986] -2014-12-15 13:28:34 queue INFO 7 [987] -2014-12-15 13:28:34 queue INFO 3 [988] -2014-12-15 13:28:34 queue INFO 7 [989] -2014-12-15 13:28:35 queue INFO 3 [990] -2014-12-15 13:28:35 queue INFO 7 [991] -2014-12-15 13:28:35 queue INFO 3 [992] -2014-12-15 13:28:36 queue INFO 7 [993] -2014-12-15 13:28:36 queue INFO 3 [994] -2014-12-15 13:28:36 queue INFO 7 [995] -2014-12-15 13:28:37 queue INFO 3 [996] -2014-12-15 13:28:37 queue INFO 7 [997] -2014-12-15 13:28:37 queue INFO 3 [998] -2014-12-15 13:28:38 queue INFO 7 [999] -2014-12-15 13:28:38 queue INFO 3 [0] -2014-12-15 13:28:38 queue INFO 7 [1] -2014-12-15 13:28:39 queue INFO 3 [2] -2014-12-15 13:28:39 queue INFO 7 [3] -2014-12-15 13:28:39 queue INFO 3 [4] -2014-12-15 13:28:40 queue INFO 7 [5] -2014-12-15 13:28:40 queue INFO 3 [6] -2014-12-15 13:28:40 queue INFO 7 [7] -2014-12-15 13:28:41 queue INFO 3 [8] -2014-12-15 13:28:41 queue INFO 7 [9] -2014-12-15 13:28:41 queue INFO 3 [10] -2014-12-15 13:28:42 queue INFO 7 [11] -2014-12-15 13:28:42 queue INFO 3 [12] -2014-12-15 13:28:42 queue INFO 7 [13] -2014-12-15 13:28:42 queue INFO 3 [14] -2014-12-15 13:28:43 queue INFO 7 [15] -2014-12-15 13:28:43 queue INFO 3 [16] -2014-12-15 13:28:43 queue INFO 7 [17] -2014-12-15 13:28:44 queue INFO 3 [18] -2014-12-15 13:28:44 queue INFO 7 [19] -2014-12-15 13:28:44 queue INFO 3 [20] -2014-12-15 13:28:45 queue INFO 7 [21] -2014-12-15 13:28:45 queue INFO 3 [22] -2014-12-15 13:28:45 queue INFO 7 [23] -2014-12-15 13:28:46 queue INFO 3 [24] -2014-12-15 13:28:46 queue INFO 7 [25] -2014-12-15 13:28:46 queue INFO 3 [26] -2014-12-15 13:28:47 queue INFO 7 [27] -2014-12-15 13:28:47 queue INFO 3 [28] -2014-12-15 13:28:47 queue INFO 7 [29] -2014-12-15 13:28:48 queue INFO 3 [30] -2014-12-15 13:28:48 queue INFO 7 [31] -2014-12-15 13:28:48 queue INFO 3 [32] -2014-12-15 13:28:49 queue INFO 7 [33] -2014-12-15 13:28:49 queue INFO 3 [34] -2014-12-15 13:28:49 queue INFO 7 [35] -2014-12-15 13:28:50 queue INFO 3 [36] -2014-12-15 13:28:50 queue INFO 7 [37] -2014-12-15 13:28:50 queue INFO 3 [38] -2014-12-15 13:28:50 queue INFO 7 [39] -2014-12-15 13:28:51 queue INFO 3 [40] -2014-12-15 13:28:51 queue INFO 7 [41] -2014-12-15 13:28:51 queue INFO 3 [42] -2014-12-15 13:28:52 queue INFO 7 [43] -2014-12-15 13:28:52 queue INFO 3 [44] -2014-12-15 13:28:52 queue INFO 7 [45] -2014-12-15 13:28:53 queue INFO 3 [46] -2014-12-15 13:28:53 queue INFO 7 [47] -2014-12-15 13:28:53 queue INFO 3 [48] -2014-12-15 13:28:54 queue INFO 7 [49] -2014-12-15 13:28:54 queue INFO 3 [50] -2014-12-15 13:28:54 queue INFO 7 [51] -2014-12-15 13:28:55 queue INFO 3 [52] -2014-12-15 13:28:55 queue INFO 7 [53] -2014-12-15 13:28:55 queue INFO 3 [54] -2014-12-15 13:28:56 queue INFO 7 [55] -2014-12-15 13:28:56 queue INFO 3 [56] -2014-12-15 13:28:56 queue INFO 7 [57] -2014-12-15 13:28:57 queue INFO 3 [58] -2014-12-15 13:28:57 queue INFO 7 [59] -2014-12-15 13:28:57 queue INFO 3 [60] -2014-12-15 13:28:58 queue INFO 7 [61] -2014-12-15 13:28:58 queue INFO 3 [62] -2014-12-15 13:28:58 queue INFO 7 [63] -2014-12-15 13:28:59 queue INFO 3 [64] -2014-12-15 13:28:59 queue INFO 7 [65] -2014-12-15 13:28:59 queue INFO 3 [66] -2014-12-15 13:29:00 queue INFO 7 [67] -2014-12-15 13:29:01 queue INFO 3 [68] -2014-12-15 13:29:01 queue INFO 7 [69] -2014-12-15 13:29:01 queue INFO 3 [70] -2014-12-15 13:29:02 queue INFO 7 [71] -2014-12-15 13:29:02 queue INFO 3 [72] -2014-12-15 13:29:02 queue INFO 7 [73] -2014-12-15 13:29:03 queue INFO 3 [74] -2014-12-15 13:29:03 queue INFO 7 [75] -2014-12-15 13:29:03 queue INFO 3 [76] -2014-12-15 13:29:03 queue INFO 7 [77] -2014-12-15 13:29:04 queue INFO 3 [78] -2014-12-15 13:29:04 queue INFO 7 [79] -2014-12-15 13:29:04 queue INFO 3 [80] -2014-12-15 13:29:05 queue INFO 7 [81] -2014-12-15 13:29:05 queue INFO 3 [82] -2014-12-15 13:29:05 queue INFO 7 [83] -2014-12-15 13:29:06 queue INFO 3 [84] -2014-12-15 13:29:06 queue INFO 7 [85] -2014-12-15 13:29:06 queue INFO 3 [86] -2014-12-15 13:29:07 queue INFO 7 [87] -2014-12-15 13:29:07 queue INFO 3 [88] -2014-12-15 13:29:07 queue INFO 7 [89] -2014-12-15 13:29:08 queue INFO 3 [90] -2014-12-15 13:29:08 queue INFO 7 [91] -2014-12-15 13:29:08 queue INFO 3 [92] -2014-12-15 13:29:09 queue INFO 7 [93] -2014-12-15 13:29:09 queue INFO 3 [94] -2014-12-15 13:29:09 queue INFO 7 [95] -2014-12-15 13:29:10 queue INFO 3 [96] -2014-12-15 13:29:10 queue INFO 7 [97] -2014-12-15 13:29:10 queue INFO 3 [98] -2014-12-15 13:29:11 queue INFO 7 [99] -2014-12-15 13:29:11 queue INFO 3 [100] -2014-12-15 13:29:11 queue INFO 7 [101] -2014-12-15 13:29:12 queue INFO 3 [102] -2014-12-15 13:29:12 queue INFO 7 [103] -2014-12-15 13:29:12 queue INFO 3 [104] -2014-12-15 13:29:12 queue INFO 7 [105] -2014-12-15 13:29:13 queue INFO 3 [106] -2014-12-15 13:29:13 queue INFO 7 [107] -2014-12-15 13:29:13 queue INFO 3 [108] -2014-12-15 13:29:14 queue INFO 7 [109] -2014-12-15 13:29:14 queue INFO 3 [110] -2014-12-15 13:29:14 queue INFO 7 [111] -2014-12-15 13:29:15 queue INFO 3 [112] -2014-12-15 13:29:15 queue INFO 7 [113] -2014-12-15 13:29:15 queue INFO 3 [114] -2014-12-15 13:29:16 queue INFO 7 [115] -2014-12-15 13:29:16 queue INFO 3 [116] -2014-12-15 13:29:16 queue INFO 7 [117] -2014-12-15 13:29:17 queue INFO 3 [118] -2014-12-15 13:29:17 queue INFO 7 [119] -2014-12-15 13:29:17 queue INFO 3 [120] -2014-12-15 13:29:18 queue INFO 7 [121] -2014-12-15 13:29:18 queue INFO 3 [122] -2014-12-15 13:29:18 queue INFO 7 [123] -2014-12-15 13:29:19 queue INFO 3 [124] -2014-12-15 13:29:19 queue INFO 7 [125] -2014-12-15 13:29:19 queue INFO 3 [126] -2014-12-15 13:29:20 queue INFO 7 [127] -2014-12-15 13:29:20 queue INFO 3 [128] -2014-12-15 13:29:20 queue INFO 7 [129] -2014-12-15 13:29:21 queue INFO 3 [130] -2014-12-15 13:29:21 queue INFO 7 [131] -2014-12-15 13:29:21 queue INFO 3 [132] -2014-12-15 13:29:21 queue INFO 7 [133] -2014-12-15 13:29:22 queue INFO 3 [134] -2014-12-15 13:29:22 queue INFO 7 [135] -2014-12-15 13:29:22 queue INFO 3 [136] -2014-12-15 13:29:23 queue INFO 7 [137] -2014-12-15 13:29:23 queue INFO 3 [138] -2014-12-15 13:29:23 queue INFO 7 [139] -2014-12-15 13:29:24 queue INFO 3 [140] -2014-12-15 13:29:24 queue INFO 7 [141] -2014-12-15 13:29:24 queue INFO 3 [142] -2014-12-15 13:29:25 queue INFO 7 [143] -2014-12-15 13:29:25 queue INFO 3 [144] -2014-12-15 13:29:25 queue INFO 7 [145] -2014-12-15 13:29:26 queue INFO 3 [146] -2014-12-15 13:29:26 queue INFO 7 [147] -2014-12-15 13:29:27 queue INFO 3 [148] -2014-12-15 13:29:27 queue INFO 7 [149] -2014-12-15 13:29:27 queue INFO 3 [150] -2014-12-15 13:29:28 queue INFO 7 [151] -2014-12-15 13:29:28 queue INFO 3 [152] -2014-12-15 13:29:28 queue INFO 7 [153] -2014-12-15 13:29:29 queue INFO 3 [154] -2014-12-15 13:29:29 queue INFO 7 [155] -2014-12-15 13:29:29 queue INFO 3 [156] -2014-12-15 13:29:29 queue INFO 7 [157] -2014-12-15 13:29:30 queue INFO 3 [158] -2014-12-15 13:29:30 queue INFO 7 [159] -2014-12-15 13:29:30 queue INFO 3 [160] -2014-12-15 13:29:31 queue INFO 7 [161] -2014-12-15 13:29:31 queue INFO 3 [162] -2014-12-15 13:29:31 queue INFO 7 [163] -2014-12-15 13:29:32 queue INFO 3 [164] -2014-12-15 13:29:32 queue INFO 7 [165] -2014-12-15 13:29:32 queue INFO 3 [166] -2014-12-15 13:29:33 queue INFO 7 [167] -2014-12-15 13:29:33 queue INFO 3 [168] -2014-12-15 13:29:33 queue INFO 7 [169] -2014-12-15 13:29:34 queue INFO 3 [170] -2014-12-15 13:29:34 queue INFO 7 [171] -2014-12-15 13:29:34 queue INFO 3 [172] -2014-12-15 13:29:35 queue INFO 7 [173] -2014-12-15 13:29:35 queue INFO 3 [174] -2014-12-15 13:29:35 queue INFO 7 [175] -2014-12-15 13:29:36 queue INFO 3 [176] -2014-12-15 13:29:36 queue INFO 7 [177] -2014-12-15 13:29:36 queue INFO 3 [178] -2014-12-15 13:29:37 queue INFO 7 [179] -2014-12-15 13:29:37 queue INFO 3 [180] -2014-12-15 13:29:37 queue INFO 7 [181] -2014-12-15 13:29:38 queue INFO 3 [182] -2014-12-15 13:29:38 queue INFO 7 [183] -2014-12-15 13:29:38 queue INFO 3 [184] -2014-12-15 13:29:38 queue INFO 7 [185] -2014-12-15 13:29:39 queue INFO 3 [186] -2014-12-15 13:29:39 queue INFO 7 [187] -2014-12-15 13:29:39 queue INFO 3 [188] -2014-12-15 13:29:40 queue INFO 7 [189] -2014-12-15 13:29:40 queue INFO 3 [190] -2014-12-15 13:29:40 queue INFO 7 [191] -2014-12-15 13:29:41 queue INFO 3 [192] -2014-12-15 13:29:41 queue INFO 7 [193] -2014-12-15 13:29:41 queue INFO 3 [194] -2014-12-15 13:29:42 queue INFO 7 [195] -2014-12-15 13:29:42 queue INFO 3 [196] -2014-12-15 13:29:42 queue INFO 7 [197] -2014-12-15 13:29:43 queue INFO 3 [198] -2014-12-15 13:29:43 queue INFO 7 [199] -2014-12-15 13:29:43 queue INFO 3 [200] -2014-12-15 13:29:44 queue INFO 7 [201] -2014-12-15 13:29:44 queue INFO 3 [202] -2014-12-15 13:29:44 queue INFO 7 [203] -2014-12-15 13:29:45 queue INFO 3 [204] -2014-12-15 13:29:45 queue INFO 7 [205] -2014-12-15 13:29:45 queue INFO 3 [206] -2014-12-15 13:29:46 queue INFO 7 [207] -2014-12-15 13:29:46 queue INFO 3 [208] -2014-12-15 13:29:46 queue INFO 7 [209] -2014-12-15 13:29:47 queue INFO 3 [210] -2014-12-15 13:29:47 queue INFO 7 [211] -2014-12-15 13:29:47 queue INFO 3 [212] -2014-12-15 13:29:47 queue INFO 7 [213] -2014-12-15 13:29:48 queue INFO 3 [214] -2014-12-15 13:29:48 queue INFO 7 [215] -2014-12-15 13:29:48 queue INFO 3 [216] -2014-12-15 13:29:49 queue INFO 7 [217] -2014-12-15 13:29:49 queue INFO 3 [218] -2014-12-15 13:29:49 queue INFO 7 [219] -2014-12-15 13:29:50 queue INFO 3 [220] -2014-12-15 13:29:50 queue INFO 7 [221] -2014-12-15 13:29:50 queue INFO 3 [222] -2014-12-15 13:29:51 queue INFO 7 [223] -2014-12-15 13:29:51 queue INFO 3 [224] -2014-12-15 13:29:51 queue INFO 7 [225] -2014-12-15 13:29:52 queue INFO 3 [226] -2014-12-15 13:29:52 queue INFO 7 [227] -2014-12-15 13:29:53 queue INFO 3 [228] -2014-12-15 13:29:53 queue INFO 7 [229] -2014-12-15 13:29:53 queue INFO 3 [230] -2014-12-15 13:29:54 queue INFO 7 [231] -2014-12-15 13:29:54 queue INFO 3 [232] -2014-12-15 13:29:54 queue INFO 7 [233] -2014-12-15 13:29:54 queue INFO 3 [234] -2014-12-15 13:29:55 queue INFO 7 [235] -2014-12-15 13:29:55 queue INFO 3 [236] -2014-12-15 13:29:55 queue INFO 7 [237] -2014-12-15 13:29:56 queue INFO 3 [238] -2014-12-15 13:29:56 queue INFO 7 [239] -2014-12-15 13:29:56 queue INFO 3 [240] -2014-12-15 13:29:57 queue INFO 7 [241] -2014-12-15 13:29:57 queue INFO 3 [242] -2014-12-15 13:29:57 queue INFO 7 [243] -2014-12-15 13:29:58 queue INFO 3 [244] -2014-12-15 13:29:58 queue INFO 7 [245] -2014-12-15 13:29:58 queue INFO 3 [246] -2014-12-15 13:29:59 queue INFO 7 [247] -2014-12-15 13:29:59 queue INFO 3 [248] -2014-12-15 13:29:59 queue INFO 7 [249] -2014-12-15 13:30:00 queue INFO 3 [250] -2014-12-15 13:30:00 queue INFO 7 [251] -2014-12-15 13:30:00 queue INFO 3 [252] -2014-12-15 13:30:01 queue INFO 7 [253] -2014-12-15 13:30:01 queue INFO 3 [254] -2014-12-15 13:30:01 queue INFO 7 [255] -2014-12-15 13:30:01 queue INFO 3 [256] -2014-12-15 13:30:02 queue INFO 7 [257] -2014-12-15 13:30:02 queue INFO 3 [258] -2014-12-15 13:30:02 queue INFO 7 [259] -2014-12-15 13:30:03 queue INFO 3 [260] -2014-12-15 13:30:03 queue INFO 7 [261] -2014-12-15 13:30:03 queue INFO 3 [262] -2014-12-15 13:30:04 queue INFO 7 [263] -2014-12-15 13:30:04 queue INFO 3 [264] -2014-12-15 13:30:04 queue INFO 7 [265] -2014-12-15 13:30:05 queue INFO 3 [266] -2014-12-15 13:30:05 queue INFO 7 [267] -2014-12-15 13:30:05 queue INFO 3 [268] -2014-12-15 13:30:06 queue INFO 7 [269] -2014-12-15 13:30:06 queue INFO 3 [270] -2014-12-15 13:30:06 queue INFO 7 [271] -2014-12-15 13:30:07 queue INFO 3 [272] -2014-12-15 13:30:07 queue INFO 7 [273] -2014-12-15 13:30:07 queue INFO 3 [274] -2014-12-15 13:30:08 queue INFO 7 [275] -2014-12-15 13:30:08 queue INFO 3 [276] -2014-12-15 13:30:08 queue INFO 7 [277] -2014-12-15 13:30:08 queue INFO 3 [278] -2014-12-15 13:30:09 queue INFO 7 [279] -2014-12-15 13:30:09 queue INFO 3 [280] -2014-12-15 13:30:09 queue INFO 7 [281] -2014-12-15 13:30:10 queue INFO 3 [282] -2014-12-15 13:30:10 queue INFO 7 [283] -2014-12-15 13:30:10 queue INFO 3 [284] -2014-12-15 13:30:11 queue INFO 7 [285] -2014-12-15 13:30:11 queue INFO 3 [286] -2014-12-15 13:30:11 queue INFO 7 [287] -2014-12-15 13:30:12 queue INFO 3 [288] -2014-12-15 13:30:12 queue INFO 7 [289] -2014-12-15 13:30:12 queue INFO 3 [290] -2014-12-15 13:30:13 queue INFO 7 [291] -2014-12-15 13:30:13 queue INFO 3 [292] -2014-12-15 13:30:13 queue INFO 7 [293] -2014-12-15 13:30:14 queue INFO 3 [294] -2014-12-15 13:30:14 queue INFO 7 [295] -2014-12-15 13:30:14 queue INFO 3 [296] -2014-12-15 13:30:15 queue INFO 7 [297] -2014-12-15 13:30:15 queue INFO 3 [298] -2014-12-15 13:30:15 queue INFO 7 [299] -2014-12-15 13:30:16 queue INFO 3 [300] -2014-12-15 13:30:16 queue INFO 7 [301] -2014-12-15 13:30:16 queue INFO 3 [302] -2014-12-15 13:30:17 queue INFO 7 [303] -2014-12-15 13:30:17 queue INFO 3 [304] -2014-12-15 13:30:17 queue INFO 7 [305] -2014-12-15 13:30:18 queue INFO 3 [306] -2014-12-15 13:30:18 queue INFO 7 [307] -2014-12-15 13:30:18 queue INFO 3 [308] -2014-12-15 13:30:19 queue INFO 7 [309] -2014-12-15 13:30:19 queue INFO 3 [310] -2014-12-15 13:30:19 queue INFO 7 [311] -2014-12-15 13:30:20 queue INFO 3 [312] -2014-12-15 13:30:20 queue INFO 7 [313] -2014-12-15 13:30:20 queue INFO 3 [314] -2014-12-15 13:30:21 queue INFO 7 [315] -2014-12-15 13:30:21 queue INFO 3 [316] -2014-12-15 13:30:21 queue INFO 7 [317] -2014-12-15 13:30:22 queue INFO 3 [318] -2014-12-15 13:30:22 queue INFO 7 [319] -2014-12-15 13:30:22 queue INFO 3 [320] -2014-12-15 13:30:23 queue INFO 7 [321] -2014-12-15 13:30:23 queue INFO 3 [322] -2014-12-15 13:30:23 queue INFO 7 [323] -2014-12-15 13:30:24 queue INFO 3 [324] -2014-12-15 13:30:24 queue INFO 7 [325] -2014-12-15 13:30:24 queue INFO 3 [326] -2014-12-15 13:30:24 queue INFO 7 [327] -2014-12-15 13:30:25 queue INFO 3 [328] -2014-12-15 13:30:25 queue INFO 7 [329] -2014-12-15 13:30:25 queue INFO 3 [330] -2014-12-15 13:30:26 queue INFO 7 [331] -2014-12-15 13:30:26 queue INFO 3 [332] -2014-12-15 13:30:26 queue INFO 7 [333] -2014-12-15 13:30:27 queue INFO 3 [334] -2014-12-15 13:30:27 queue INFO 7 [335] -2014-12-15 13:30:27 queue INFO 3 [336] -2014-12-15 13:30:28 queue INFO 7 [337] -2014-12-15 13:30:28 queue INFO 3 [338] -2014-12-15 13:30:28 queue INFO 7 [339] -2014-12-15 13:30:29 queue INFO 3 [340] -2014-12-15 13:30:29 queue INFO 7 [341] -2014-12-15 13:30:29 queue INFO 3 [342] -2014-12-15 13:30:30 queue INFO 7 [343] -2014-12-15 13:30:30 queue INFO 3 [344] -2014-12-15 13:30:30 queue INFO 7 [345] -2014-12-15 13:30:31 queue INFO 3 [346] -2014-12-15 13:30:31 queue INFO 7 [347] -2014-12-15 13:30:31 queue INFO 3 [348] -2014-12-15 13:30:32 queue INFO 7 [349] -2014-12-15 13:30:32 queue INFO 3 [350] -2014-12-15 13:30:32 queue INFO 7 [351] -2014-12-15 13:30:33 queue INFO 3 [352] -2014-12-15 13:30:33 queue INFO 7 [353] -2014-12-15 13:30:33 queue INFO 3 [354] -2014-12-15 13:30:34 queue INFO 7 [355] -2014-12-15 13:30:34 queue INFO 3 [356] -2014-12-15 13:30:34 queue INFO 7 [357] -2014-12-15 13:30:34 queue INFO 3 [358] -2014-12-15 13:30:35 queue INFO 7 [359] -2014-12-15 13:30:35 queue INFO 3 [360] -2014-12-15 13:30:35 queue INFO 7 [361] -2014-12-15 13:30:36 queue INFO 3 [362] -2014-12-15 13:30:36 queue INFO 7 [363] -2014-12-15 13:30:36 queue INFO 3 [364] -2014-12-15 13:30:37 queue INFO 7 [365] -2014-12-15 13:30:37 queue INFO 3 [366] -2014-12-15 13:30:37 queue INFO 7 [367] -2014-12-15 13:30:38 queue INFO 3 [368] -2014-12-15 13:30:38 queue INFO 7 [369] -2014-12-15 13:30:38 queue INFO 3 [370] -2014-12-15 13:30:39 queue INFO 7 [371] -2014-12-15 13:30:39 queue INFO 3 [372] -2014-12-15 13:30:39 queue INFO 7 [373] -2014-12-15 13:30:40 queue INFO 3 [374] -2014-12-15 13:30:40 queue INFO 7 [375] -2014-12-15 13:30:40 queue INFO 3 [376] -2014-12-15 13:30:41 queue INFO 7 [377] -2014-12-15 13:30:41 queue INFO 3 [378] -2014-12-15 13:30:41 queue INFO 7 [379] -2014-12-15 13:30:42 queue INFO 3 [380] -2014-12-15 13:30:42 queue INFO 7 [381] -2014-12-15 13:30:42 queue INFO 3 [382] -2014-12-15 13:30:43 queue INFO 7 [383] -2014-12-15 13:30:43 queue INFO 3 [384] -2014-12-15 13:30:43 queue INFO 7 [385] -2014-12-15 13:30:43 queue INFO 3 [386] -2014-12-15 13:30:44 queue INFO 7 [387] -2014-12-15 13:30:44 queue INFO 3 [388] -2014-12-15 13:30:45 queue INFO 7 [389] -2014-12-15 13:30:45 queue INFO 3 [390] -2014-12-15 13:30:45 queue INFO 7 [391] -2014-12-15 13:30:46 queue INFO 3 [392] -2014-12-15 13:30:46 queue INFO 7 [393] -2014-12-15 13:30:46 queue INFO 3 [394] -2014-12-15 13:30:47 queue INFO 7 [395] -2014-12-15 13:30:47 queue INFO 3 [396] -2014-12-15 13:30:47 queue INFO 7 [397] -2014-12-15 13:30:48 queue INFO 3 [398] -2014-12-15 13:30:48 queue INFO 7 [399] -2014-12-15 13:30:48 queue INFO 3 [400] -2014-12-15 13:30:49 queue INFO 7 [401] -2014-12-15 13:30:49 queue INFO 3 [402] -2014-12-15 13:30:49 queue INFO 7 [403] -2014-12-15 13:30:49 queue INFO 3 [404] -2014-12-15 13:30:50 queue INFO 7 [405] -2014-12-15 13:30:50 queue INFO 3 [406] -2014-12-15 13:30:50 queue INFO 7 [407] -2014-12-15 13:30:51 queue INFO 3 [408] -2014-12-15 13:30:51 queue INFO 7 [409] -2014-12-15 13:30:51 queue INFO 3 [410] -2014-12-15 13:30:52 queue INFO 7 [411] -2014-12-15 13:30:53 queue INFO 3 [412] -2014-12-15 13:30:53 queue INFO 7 [413] -2014-12-15 13:30:53 queue INFO 3 [414] -2014-12-15 13:30:54 queue INFO 7 [415] -2014-12-15 13:30:54 queue INFO 3 [416] -2014-12-15 13:30:54 queue INFO 7 [417] -2014-12-15 13:30:55 queue INFO 3 [418] -2014-12-15 13:30:55 queue INFO 7 [419] -2014-12-15 13:30:55 queue INFO 3 [420] -2014-12-15 13:30:55 queue INFO 7 [421] -2014-12-15 13:30:56 queue INFO 3 [422] -2014-12-15 13:30:56 queue INFO 7 [423] -2014-12-15 13:30:56 queue INFO 3 [424] -2014-12-15 13:30:57 queue INFO 7 [425] -2014-12-15 13:30:57 queue INFO 3 [426] -2014-12-15 13:30:57 queue INFO 7 [427] -2014-12-15 13:30:58 queue INFO 3 [428] -2014-12-15 13:30:58 queue INFO 7 [429] -2014-12-15 13:30:58 queue INFO 3 [430] -2014-12-15 13:30:59 queue INFO 7 [431] -2014-12-15 13:30:59 queue INFO 3 [432] -2014-12-15 13:30:59 queue INFO 7 [433] -2014-12-15 13:31:00 queue INFO 3 [434] -2014-12-15 13:31:00 queue INFO 7 [435] -2014-12-15 13:31:00 queue INFO 3 [436] -2014-12-15 13:31:01 queue INFO 7 [437] -2014-12-15 13:31:01 queue INFO 3 [438] -2014-12-15 13:31:01 queue INFO 7 [439] -2014-12-15 13:31:02 queue INFO 3 [440] -2014-12-15 13:31:02 queue INFO 7 [441] -2014-12-15 13:31:02 queue INFO 3 [442] -2014-12-15 13:31:03 queue INFO 7 [443] -2014-12-15 13:31:03 queue INFO 3 [444] -2014-12-15 13:31:03 queue INFO 7 [445] -2014-12-15 13:31:04 queue INFO 3 [446] -2014-12-15 13:31:04 queue INFO 7 [447] -2014-12-15 13:31:04 queue INFO 3 [448] -2014-12-15 13:31:04 queue INFO 7 [449] -2014-12-15 13:31:05 queue INFO 3 [450] -2014-12-15 13:31:05 queue INFO 7 [451] -2014-12-15 13:31:05 queue INFO 3 [452] -2014-12-15 13:31:06 queue INFO 7 [453] -2014-12-15 13:31:06 queue INFO 3 [454] -2014-12-15 13:31:06 queue INFO 7 [455] -2014-12-15 13:31:07 queue INFO 3 [456] -2014-12-15 13:31:07 queue INFO 7 [457] -2014-12-15 13:31:07 queue INFO 3 [458] -2014-12-15 13:31:08 queue INFO 7 [459] -2014-12-15 13:31:08 queue INFO 3 [460] -2014-12-15 13:31:08 queue INFO 7 [461] -2014-12-15 13:31:09 queue INFO 3 [462] -2014-12-15 13:31:09 queue INFO 7 [463] -2014-12-15 13:31:09 queue INFO 3 [464] -2014-12-15 13:31:10 queue INFO 7 [465] -2014-12-15 13:31:10 queue INFO 3 [466] -2014-12-15 13:31:10 queue INFO 7 [467] -2014-12-15 13:31:11 queue INFO 3 [468] -2014-12-15 13:31:11 queue INFO 7 [469] -2014-12-15 13:31:11 queue INFO 3 [470] -2014-12-15 13:31:12 queue INFO 7 [471] -2014-12-15 13:31:12 queue INFO 3 [472] -2014-12-15 13:31:12 queue INFO 7 [473] -2014-12-15 13:31:13 queue INFO 3 [474] -2014-12-15 13:31:13 queue INFO 7 [475] -2014-12-15 13:31:13 queue INFO 3 [476] -2014-12-15 13:31:14 queue INFO 7 [477] -2014-12-15 13:31:14 queue INFO 3 [478] -2014-12-15 13:31:14 queue INFO 7 [479] -2014-12-15 13:31:15 queue INFO 3 [480] -2014-12-15 13:31:15 queue INFO 7 [481] -2014-12-15 13:31:15 queue INFO 3 [482] -2014-12-15 13:31:16 queue INFO 7 [483] -2014-12-15 13:31:16 queue INFO 3 [484] -2014-12-15 13:31:16 queue INFO 7 [485] -2014-12-15 13:31:17 queue INFO 3 [486] -2014-12-15 13:31:17 queue INFO 7 [487] -2014-12-15 13:31:17 queue INFO 3 [488] -2014-12-15 13:31:17 queue INFO 7 [489] -2014-12-15 13:31:18 queue INFO 3 [490] -2014-12-15 13:31:18 queue INFO 7 [491] -2014-12-15 13:31:18 queue INFO 3 [492] -2014-12-15 13:31:19 queue INFO 7 [493] -2014-12-15 13:31:19 queue INFO 3 [494] -2014-12-15 13:31:19 queue INFO 7 [495] -2014-12-15 13:31:20 queue INFO 3 [496] -2014-12-15 13:31:20 queue INFO 7 [497] -2014-12-15 13:31:20 queue INFO 3 [498] -2014-12-15 13:31:21 queue INFO 7 [499] -2014-12-15 13:31:21 queue INFO 3 [500] -2014-12-15 13:31:21 queue INFO 7 [501] -2014-12-15 13:31:22 queue INFO 3 [502] -2014-12-15 13:31:22 queue INFO 7 [503] -2014-12-15 13:31:22 queue INFO 3 [504] -2014-12-15 13:31:23 queue INFO 7 [505] -2014-12-15 13:31:23 queue INFO 3 [506] -2014-12-15 13:31:23 queue INFO 7 [507] -2014-12-15 13:31:24 queue INFO 3 [508] -2014-12-15 13:31:24 queue INFO 7 [509] -2014-12-15 13:31:24 queue INFO 3 [510] -2014-12-15 13:31:25 queue INFO 7 [511] -2014-12-15 13:31:25 queue INFO 3 [512] -2014-12-15 13:31:26 queue INFO 7 [513] -2014-12-15 13:31:26 queue INFO 3 [514] -2014-12-15 13:31:26 queue INFO 7 [515] -2014-12-15 13:31:27 queue INFO 3 [516] -2014-12-15 13:31:27 queue INFO 7 [517] -2014-12-15 13:31:27 queue INFO 3 [518] -2014-12-15 13:31:28 queue INFO 7 [519] -2014-12-15 13:31:28 queue INFO 3 [520] -2014-12-15 13:31:28 queue INFO 7 [521] -2014-12-15 13:31:29 queue INFO 3 [522] -2014-12-15 13:31:29 queue INFO 7 [523] -2014-12-15 13:31:29 queue INFO 3 [524] -2014-12-15 13:31:30 queue INFO 7 [525] -2014-12-15 13:31:30 queue INFO 3 [526] -2014-12-15 13:31:30 queue INFO 7 [527] -2014-12-15 13:31:31 queue INFO 3 [528] -2014-12-15 13:31:31 queue INFO 7 [529] -2014-12-15 13:31:31 queue INFO 3 [530] -2014-12-15 13:31:32 queue INFO 7 [531] -2014-12-15 13:31:32 queue INFO 3 [532] -2014-12-15 13:31:32 queue INFO 7 [533] -2014-12-15 13:31:32 queue INFO 3 [534] -2014-12-15 13:31:33 queue INFO 7 [535] -2014-12-15 13:31:33 queue INFO 3 [536] -2014-12-15 13:31:33 queue INFO 7 [537] -2014-12-15 13:31:34 queue INFO 3 [538] -2014-12-15 13:31:34 queue INFO 7 [539] -2014-12-15 13:31:34 queue INFO 3 [540] -2014-12-15 13:31:35 queue INFO 7 [541] -2014-12-15 13:31:35 queue INFO 3 [542] -2014-12-15 13:31:35 queue INFO 7 [543] -2014-12-15 13:31:36 queue INFO 3 [544] -2014-12-15 13:31:36 queue INFO 7 [545] -2014-12-15 13:31:36 queue INFO 3 [546] -2014-12-15 13:31:37 queue INFO 7 [547] -2014-12-15 13:31:37 queue INFO 3 [548] -2014-12-15 13:31:37 queue INFO 7 [549] -2014-12-15 13:31:38 queue INFO 3 [550] -2014-12-15 13:31:38 queue INFO 7 [551] -2014-12-15 13:31:38 queue INFO 3 [552] -2014-12-15 13:31:39 queue INFO 7 [553] -2014-12-15 13:31:39 queue INFO 3 [554] -2014-12-15 13:31:39 queue INFO 7 [555] -2014-12-15 13:31:40 queue INFO 3 [556] -2014-12-15 13:31:40 queue INFO 7 [557] -2014-12-15 13:31:40 queue INFO 3 [558] -2014-12-15 13:31:41 queue INFO 7 [559] -2014-12-15 13:31:41 queue INFO 3 [560] -2014-12-15 13:31:41 queue INFO 7 [561] -2014-12-15 13:31:42 queue INFO 3 [562] -2014-12-15 13:31:42 queue INFO 7 [563] -2014-12-15 13:31:42 queue INFO 3 [564] -2014-12-15 13:31:43 queue INFO 7 [565] -2014-12-15 13:31:43 queue INFO 3 [566] -2014-12-15 13:31:43 queue INFO 7 [567] -2014-12-15 13:31:44 queue INFO 3 [568] -2014-12-15 13:31:44 queue INFO 7 [569] -2014-12-15 13:31:44 queue INFO 3 [570] -2014-12-15 13:31:45 queue INFO 7 [571] -2014-12-15 13:31:45 queue INFO 3 [572] -2014-12-15 13:31:45 queue INFO 7 [573] -2014-12-15 13:31:46 queue INFO 3 [574] -2014-12-15 13:31:46 queue INFO 7 [575] -2014-12-15 13:31:46 queue INFO 3 [576] -2014-12-15 13:31:47 queue INFO 7 [577] -2014-12-15 13:31:47 queue INFO 3 [578] -2014-12-15 13:31:47 queue INFO 7 [579] -2014-12-15 13:31:48 queue INFO 3 [580] -2014-12-15 13:31:48 queue INFO 7 [581] -2014-12-15 13:31:48 queue INFO 3 [582] -2014-12-15 13:31:49 queue INFO 7 [583] -2014-12-15 13:31:49 queue INFO 3 [584] -2014-12-15 13:31:49 queue INFO 7 [585] -2014-12-15 13:31:49 queue INFO 3 [586] -2014-12-15 13:31:50 queue INFO 7 [587] -2014-12-15 13:31:50 queue INFO 3 [588] -2014-12-15 13:31:50 queue INFO 7 [589] -2014-12-15 13:31:51 queue INFO 3 [590] -2014-12-15 13:31:51 queue INFO 7 [591] -2014-12-15 13:31:51 queue INFO 3 [592] -2014-12-15 13:31:52 queue INFO 7 [593] -2014-12-15 13:31:52 queue INFO 3 [594] -2014-12-15 13:31:52 queue INFO 7 [595] -2014-12-15 13:31:53 queue INFO 3 [596] -2014-12-15 13:31:53 queue INFO 7 [597] -2014-12-15 13:31:53 queue INFO 3 [598] -2014-12-15 13:31:54 queue INFO 7 [599] -2014-12-15 13:31:54 queue INFO 3 [600] -2014-12-15 13:31:54 queue INFO 7 [601] -2014-12-15 13:31:55 queue INFO 3 [602] -2014-12-15 13:31:55 queue INFO 7 [603] -2014-12-15 13:31:55 queue INFO 3 [604] -2014-12-15 13:31:56 queue INFO 7 [605] -2014-12-15 13:31:56 queue INFO 3 [606] -2014-12-15 13:31:56 queue INFO 7 [607] -2014-12-15 13:31:57 queue INFO 3 [608] -2014-12-15 13:31:57 queue INFO 7 [609] -2014-12-15 13:31:57 queue INFO 3 [610] -2014-12-15 13:31:58 queue INFO 7 [611] -2014-12-15 13:31:58 queue INFO 3 [612] -2014-12-15 13:31:58 queue INFO 7 [613] -2014-12-15 13:31:59 queue INFO 3 [614] -2014-12-15 13:31:59 queue INFO 7 [615] -2014-12-15 13:31:59 queue INFO 3 [616] -2014-12-15 13:31:59 queue INFO 7 [617] -2014-12-15 13:32:00 queue INFO 3 [618] -2014-12-15 13:32:00 queue INFO 7 [619] -2014-12-15 13:32:00 queue INFO 3 [620] -2014-12-15 13:32:01 queue INFO 7 [621] -2014-12-15 13:32:01 queue INFO 3 [622] -2014-12-15 13:32:01 queue INFO 7 [623] -2014-12-15 13:32:02 queue INFO 3 [624] -2014-12-15 13:32:02 queue INFO 7 [625] -2014-12-15 13:32:02 queue INFO 3 [626] -2014-12-15 13:32:03 queue INFO 7 [627] -2014-12-15 13:32:03 queue INFO 3 [628] -2014-12-15 13:32:03 queue INFO 7 [629] -2014-12-15 13:32:04 queue INFO 3 [630] -2014-12-15 13:32:04 queue INFO 7 [631] -2014-12-15 13:32:04 queue INFO 3 [632] -2014-12-15 13:32:05 queue INFO 7 [633] -2014-12-15 13:32:05 queue INFO 3 [634] -2014-12-15 13:32:05 queue INFO 7 [635] -2014-12-15 13:32:06 queue INFO 3 [636] -2014-12-15 13:32:06 queue INFO 7 [637] -2014-12-15 13:32:06 queue INFO 3 [638] -2014-12-15 13:32:07 queue INFO 7 [639] -2014-12-15 13:32:07 queue INFO 3 [640] -2014-12-15 13:32:07 queue INFO 7 [641] -2014-12-15 13:32:08 queue INFO 3 [642] -2014-12-15 13:32:08 queue INFO 7 [643] -2014-12-15 13:32:08 queue INFO 3 [644] -2014-12-15 13:32:09 queue INFO 7 [645] -2014-12-15 13:32:09 queue INFO 3 [646] -2014-12-15 13:32:09 queue INFO 7 [647] -2014-12-15 13:32:10 queue INFO 3 [648] -2014-12-15 13:32:10 queue INFO 7 [649] -2014-12-15 13:32:10 queue INFO 3 [650] -2014-12-15 13:32:11 queue INFO 7 [651] -2014-12-15 13:32:11 queue INFO 3 [652] -2014-12-15 13:32:11 queue INFO 7 [653] -2014-12-15 13:32:12 queue INFO 3 [654] -2014-12-15 13:32:12 queue INFO 7 [655] -2014-12-15 13:32:12 queue INFO 3 [656] -2014-12-15 13:32:13 queue INFO 7 [657] -2014-12-15 13:32:13 queue INFO 3 [658] -2014-12-15 13:32:13 queue INFO 7 [659] -2014-12-15 13:32:14 queue INFO 3 [660] -2014-12-15 13:32:14 queue INFO 7 [661] -2014-12-15 13:32:14 queue INFO 3 [662] -2014-12-15 13:32:15 queue INFO 7 [663] -2014-12-15 13:32:15 queue INFO 3 [664] -2014-12-15 13:32:15 queue INFO 7 [665] -2014-12-15 13:32:16 queue INFO 3 [666] -2014-12-15 13:32:16 queue INFO 7 [667] -2014-12-15 13:32:16 queue INFO 3 [668] -2014-12-15 13:32:17 queue INFO 7 [669] -2014-12-15 13:32:17 queue INFO 3 [670] -2014-12-15 13:32:17 queue INFO 7 [671] -2014-12-15 13:32:18 queue INFO 3 [672] -2014-12-15 13:32:18 queue INFO 7 [673] -2014-12-15 13:32:18 queue INFO 3 [674] -2014-12-15 13:32:19 queue INFO 7 [675] -2014-12-15 13:32:19 queue INFO 3 [676] -2014-12-15 13:32:19 queue INFO 7 [677] -2014-12-15 13:32:19 queue INFO 3 [678] -2014-12-15 13:32:20 queue INFO 7 [679] -2014-12-15 13:32:20 queue INFO 3 [680] -2014-12-15 13:32:20 queue INFO 7 [681] -2014-12-15 13:32:21 queue INFO 3 [682] -2014-12-15 13:32:21 queue INFO 7 [683] -2014-12-15 13:32:21 queue INFO 3 [684] -2014-12-15 13:32:22 queue INFO 7 [685] -2014-12-15 13:32:22 queue INFO 3 [686] -2014-12-15 13:32:22 queue INFO 7 [687] -2014-12-15 13:32:23 queue INFO 3 [688] -2014-12-15 13:32:23 queue INFO 7 [689] -2014-12-15 13:32:23 queue INFO 3 [690] -2014-12-15 13:32:24 queue INFO 7 [691] -2014-12-15 13:32:24 queue INFO 3 [692] -2014-12-15 13:32:24 queue INFO 7 [693] -2014-12-15 13:32:25 queue INFO 3 [694] -2014-12-15 13:32:25 queue INFO 7 [695] -2014-12-15 13:32:25 queue INFO 3 [696] -2014-12-15 13:32:26 queue INFO 7 [697] -2014-12-15 13:32:26 queue INFO 3 [698] -2014-12-15 13:32:26 queue INFO 7 [699] -2014-12-15 13:32:27 queue INFO 3 [700] -2014-12-15 13:32:28 queue INFO 7 [701] -2014-12-15 13:32:28 queue INFO 3 [702] -2014-12-15 13:32:28 queue INFO 7 [703] -2014-12-15 13:32:28 queue INFO 3 [704] -2014-12-15 13:32:29 queue INFO 7 [705] -2014-12-15 13:32:29 queue INFO 3 [706] -2014-12-15 13:32:29 queue INFO 7 [707] -2014-12-15 13:32:30 queue INFO 3 [708] -2014-12-15 13:32:30 queue INFO 7 [709] -2014-12-15 13:32:30 queue INFO 3 [710] -2014-12-15 13:32:31 queue INFO 7 [711] -2014-12-15 13:32:31 queue INFO 3 [712] -2014-12-15 13:32:31 queue INFO 7 [713] -2014-12-15 13:32:32 queue INFO 3 [714] -2014-12-15 13:32:32 queue INFO 7 [715] -2014-12-15 13:32:32 queue INFO 3 [716] -2014-12-15 13:32:33 queue INFO 7 [717] -2014-12-15 13:32:33 queue INFO 3 [718] -2014-12-15 13:32:34 queue INFO 7 [719] -2014-12-15 13:32:34 queue INFO 3 [720] -2014-12-15 13:32:34 queue INFO 7 [721] -2014-12-15 13:32:35 queue INFO 3 [722] -2014-12-15 13:32:35 queue INFO 7 [723] -2014-12-15 13:32:35 queue INFO 3 [724] -2014-12-15 13:32:36 queue INFO 7 [725] -2014-12-15 13:32:36 queue INFO 3 [726] -2014-12-15 13:32:36 queue INFO 7 [727] -2014-12-15 13:32:37 queue INFO 3 [728] -2014-12-15 13:32:37 queue INFO 7 [729] -2014-12-15 13:32:37 queue INFO 3 [730] -2014-12-15 13:32:38 queue INFO 7 [731] -2014-12-15 13:32:38 queue INFO 3 [732] -2014-12-15 13:32:38 queue INFO 7 [733] -2014-12-15 13:32:39 queue INFO 3 [734] -2014-12-15 13:32:39 queue INFO 7 [735] -2014-12-15 13:32:39 queue INFO 3 [736] -2014-12-15 13:32:40 queue INFO 7 [737] -2014-12-15 13:32:40 queue INFO 3 [738] -2014-12-15 13:32:40 queue INFO 7 [739] -2014-12-15 13:32:41 queue INFO 3 [740] -2014-12-15 13:32:41 queue INFO 7 [741] -2014-12-15 13:32:41 queue INFO 3 [742] -2014-12-15 13:32:42 queue INFO 7 [743] -2014-12-15 13:32:42 queue INFO 3 [744] -2014-12-15 13:32:42 queue INFO 7 [745] -2014-12-15 13:32:43 queue INFO 3 [746] -2014-12-15 13:32:43 queue INFO 7 [747] -2014-12-15 13:32:43 queue INFO 3 [748] -2014-12-15 13:32:44 queue INFO 7 [749] -2014-12-15 13:32:44 queue INFO 3 [750] -2014-12-15 13:32:45 queue INFO 7 [751] -2014-12-15 13:32:45 queue INFO 3 [752] -2014-12-15 13:32:45 queue INFO 7 [753] -2014-12-15 13:32:46 queue INFO 3 [754] -2014-12-15 13:32:46 queue INFO 7 [755] -2014-12-15 13:32:46 queue INFO 3 [756] -2014-12-15 13:32:47 queue INFO 7 [757] -2014-12-15 13:32:47 queue INFO 3 [758] -2014-12-15 13:32:47 queue INFO 7 [759] -2014-12-15 13:32:48 queue INFO 3 [760] -2014-12-15 13:32:48 queue INFO 7 [761] -2014-12-15 13:32:48 queue INFO 3 [762] -2014-12-15 13:32:49 queue INFO 7 [763] -2014-12-15 13:32:49 queue INFO 3 [764] -2014-12-15 13:32:49 queue INFO 7 [765] -2014-12-15 13:32:50 queue INFO 3 [766] -2014-12-15 13:32:50 queue INFO 7 [767] -2014-12-15 13:32:50 queue INFO 3 [768] -2014-12-15 13:32:51 queue INFO 7 [769] -2014-12-15 13:32:51 queue INFO 3 [770] -2014-12-15 13:32:51 queue INFO 7 [771] -2014-12-15 13:32:52 queue INFO 3 [772] -2014-12-15 13:32:52 queue INFO 7 [773] -2014-12-15 13:32:52 queue INFO 3 [774] -2014-12-15 13:32:52 queue INFO 7 [775] -2014-12-15 13:32:53 queue INFO 3 [776] -2014-12-15 13:32:53 queue INFO 7 [777] -2014-12-15 13:32:53 queue INFO 3 [778] -2014-12-15 13:32:54 queue INFO 7 [779] -2014-12-15 13:32:54 queue INFO 3 [780] -2014-12-15 13:32:54 queue INFO 7 [781] -2014-12-15 13:32:55 queue INFO 3 [782] -2014-12-15 13:32:55 queue INFO 7 [783] -2014-12-15 13:32:55 queue INFO 3 [784] -2014-12-15 13:32:56 queue INFO 7 [785] -2014-12-15 13:32:56 queue INFO 3 [786] -2014-12-15 13:32:56 queue INFO 7 [787] -2014-12-15 13:32:57 queue INFO 3 [788] -2014-12-15 13:32:57 queue INFO 7 [789] -2014-12-15 13:32:57 queue INFO 3 [790] -2014-12-15 13:32:58 queue INFO 7 [791] -2014-12-15 13:32:58 queue INFO 3 [792] -2014-12-15 13:32:58 queue INFO 7 [793] -2014-12-15 13:32:59 queue INFO 3 [794] -2014-12-15 13:32:59 queue INFO 7 [795] -2014-12-15 13:32:59 queue INFO 3 [796] -2014-12-15 13:33:00 queue INFO 7 [797] -2014-12-15 13:33:00 queue INFO 3 [798] -2014-12-15 13:33:01 queue INFO 7 [799] -2014-12-15 13:33:01 queue INFO 3 [800] -2014-12-15 13:33:01 queue INFO 7 [801] -2014-12-15 13:33:02 queue INFO 3 [802] -2014-12-15 13:33:02 queue INFO 7 [803] -2014-12-15 13:33:02 queue INFO 3 [804] -2014-12-15 13:33:03 queue INFO 7 [805] -2014-12-15 13:33:03 queue INFO 3 [806] -2014-12-15 13:33:03 queue INFO 7 [807] -2014-12-15 13:33:03 queue INFO 3 [808] -2014-12-15 13:33:04 queue INFO 7 [809] -2014-12-15 13:33:04 queue INFO 3 [810] -2014-12-15 13:33:04 queue INFO 7 [811] -2014-12-15 13:33:05 queue INFO 3 [812] -2014-12-15 13:33:05 queue INFO 7 [813] -2014-12-15 13:33:05 queue INFO 3 [814] -2014-12-15 13:33:06 queue INFO 7 [815] -2014-12-15 13:33:06 queue INFO 3 [816] -2014-12-15 13:33:06 queue INFO 7 [817] -2014-12-15 13:33:07 queue INFO 3 [818] -2014-12-15 13:33:07 queue INFO 7 [819] -2014-12-15 13:33:07 queue INFO 3 [820] -2014-12-15 13:33:08 queue INFO 7 [821] -2014-12-15 13:33:08 queue INFO 3 [822] -2014-12-15 13:33:08 queue INFO 7 [823] -2014-12-15 13:33:09 queue INFO 3 [824] -2014-12-15 13:33:09 queue INFO 7 [825] -2014-12-15 13:33:09 queue INFO 3 [826] -2014-12-15 13:33:10 queue INFO 7 [827] -2014-12-15 13:33:10 queue INFO 3 [828] -2014-12-15 13:33:10 queue INFO 7 [829] -2014-12-15 13:33:11 queue INFO 3 [830] -2014-12-15 13:33:11 queue INFO 7 [831] -2014-12-15 13:33:11 queue INFO 3 [832] -2014-12-15 13:33:12 queue INFO 7 [833] -2014-12-15 13:33:12 queue INFO 3 [834] -2014-12-15 13:33:12 queue INFO 7 [835] -2014-12-15 13:33:13 queue INFO 3 [836] -2014-12-15 13:33:13 queue INFO 7 [837] -2014-12-15 13:33:13 queue INFO 3 [838] -2014-12-15 13:33:14 queue INFO 7 [839] -2014-12-15 13:33:14 queue INFO 3 [840] -2014-12-15 13:33:14 queue INFO 7 [841] -2014-12-15 13:33:15 queue INFO 3 [842] -2014-12-15 13:33:15 queue INFO 7 [843] -2014-12-15 13:33:15 queue INFO 3 [844] -2014-12-15 13:33:16 queue INFO 7 [845] -2014-12-15 13:33:16 queue INFO 3 [846] -2014-12-15 13:33:16 queue INFO 7 [847] -2014-12-15 13:33:17 queue INFO 3 [848] -2014-12-15 13:33:17 queue INFO 7 [849] -2014-12-15 13:33:17 queue INFO 3 [850] -2014-12-15 13:33:18 queue INFO 7 [851] -2014-12-15 13:33:18 queue INFO 3 [852] -2014-12-15 13:33:18 queue INFO 7 [853] -2014-12-15 13:33:19 queue INFO 3 [854] -2014-12-15 13:33:19 queue INFO 7 [855] -2014-12-15 13:33:19 queue INFO 3 [856] -2014-12-15 13:33:20 queue INFO 7 [857] -2014-12-15 13:33:20 queue INFO 3 [858] -2014-12-15 13:33:20 queue INFO 7 [859] -2014-12-15 13:33:21 queue INFO 3 [860] -2014-12-15 13:33:22 queue INFO 7 [861] -2014-12-15 13:33:22 queue INFO 3 [862] -2014-12-15 13:33:22 queue INFO 7 [863] -2014-12-15 13:33:22 queue INFO 3 [864] -2014-12-15 13:33:23 queue INFO 7 [865] -2014-12-15 13:33:23 queue INFO 3 [866] -2014-12-15 13:33:23 queue INFO 7 [867] -2014-12-15 13:33:24 queue INFO 3 [868] -2014-12-15 13:33:24 queue INFO 7 [869] -2014-12-15 13:33:24 queue INFO 3 [870] -2014-12-15 13:33:25 queue INFO 7 [871] -2014-12-15 13:33:25 queue INFO 3 [872] -2014-12-15 13:33:25 queue INFO 7 [873] -2014-12-15 13:33:26 queue INFO 3 [874] -2014-12-15 13:33:26 queue INFO 7 [875] -2014-12-15 13:33:26 queue INFO 3 [876] -2014-12-15 13:33:27 queue INFO 7 [877] -2014-12-15 13:33:27 queue INFO 3 [878] -2014-12-15 13:33:28 queue INFO 7 [879] -2014-12-15 13:33:28 queue INFO 3 [880] -2014-12-15 13:33:28 queue INFO 7 [881] -2014-12-15 13:33:29 queue INFO 3 [882] -2014-12-15 13:33:29 queue INFO 7 [883] -2014-12-15 13:33:29 queue INFO 3 [884] -2014-12-15 13:33:30 queue INFO 7 [885] -2014-12-15 13:33:30 queue INFO 3 [886] -2014-12-15 13:33:30 queue INFO 7 [887] -2014-12-15 13:33:31 queue INFO 3 [888] -2014-12-15 13:33:31 queue INFO 7 [889] -2014-12-15 13:33:31 queue INFO 3 [890] -2014-12-15 13:33:32 queue INFO 7 [891] -2014-12-15 13:33:32 queue INFO 3 [892] -2014-12-15 13:33:32 queue INFO 7 [893] -2014-12-15 13:33:33 queue INFO 3 [894] -2014-12-15 13:33:33 queue INFO 7 [895] -2014-12-15 13:33:33 queue INFO 3 [896] -2014-12-15 13:33:34 queue INFO 7 [897] -2014-12-15 13:33:34 queue INFO 3 [898] -2014-12-15 13:33:34 queue INFO 7 [899] -2014-12-15 13:33:35 queue INFO 3 [900] -2014-12-15 13:33:35 queue INFO 7 [901] -2014-12-15 13:33:35 queue INFO 3 [902] -2014-12-15 13:33:36 queue INFO 7 [903] -2014-12-15 13:33:36 queue INFO 3 [904] -2014-12-15 13:33:36 queue INFO 7 [905] -2014-12-15 13:33:36 queue INFO 3 [906] -2014-12-15 13:33:37 queue INFO 7 [907] -2014-12-15 13:33:37 queue INFO 3 [908] -2014-12-15 13:33:37 queue INFO 7 [909] -2014-12-15 13:33:38 queue INFO 3 [910] -2014-12-15 13:33:38 queue INFO 7 [911] -2014-12-15 13:33:38 queue INFO 3 [912] -2014-12-15 13:33:39 queue INFO 7 [913] -2014-12-15 13:33:39 queue INFO 3 [914] -2014-12-15 13:33:39 queue INFO 7 [915] -2014-12-15 13:33:40 queue INFO 3 [916] -2014-12-15 13:33:40 queue INFO 7 [917] -2014-12-15 13:33:40 queue INFO 3 [918] -2014-12-15 13:33:41 queue INFO 7 [919] -2014-12-15 13:33:41 queue INFO 3 [920] -2014-12-15 13:33:41 queue INFO 7 [921] -2014-12-15 13:33:42 queue INFO 3 [922] -2014-12-15 13:33:42 queue INFO 7 [923] -2014-12-15 13:33:42 queue INFO 3 [924] -2014-12-15 13:33:43 queue INFO 7 [925] -2014-12-15 13:33:43 queue INFO 3 [926] -2014-12-15 13:33:43 queue INFO 7 [927] -2014-12-15 13:33:44 queue INFO 3 [928] -2014-12-15 13:33:44 queue INFO 7 [929] -2014-12-15 13:33:44 queue INFO 3 [930] -2014-12-15 13:33:45 queue INFO 7 [931] -2014-12-15 13:33:45 queue INFO 3 [932] -2014-12-15 13:33:45 queue INFO 7 [933] -2014-12-15 13:33:46 queue INFO 3 [934] -2014-12-15 13:33:46 queue INFO 7 [935] -2014-12-15 13:33:46 queue INFO 3 [936] -2014-12-15 13:33:47 queue INFO 7 [937] -2014-12-15 13:33:47 queue INFO 3 [938] -2014-12-15 13:33:47 queue INFO 7 [939] -2014-12-15 13:33:48 queue INFO 3 [940] -2014-12-15 13:33:48 queue INFO 7 [941] -2014-12-15 13:33:48 queue INFO 3 [942] -2014-12-15 13:33:48 queue INFO 7 [943] -2014-12-15 13:33:49 queue INFO 3 [944] -2014-12-15 13:33:49 queue INFO 7 [945] -2014-12-15 13:33:49 queue INFO 3 [946] -2014-12-15 13:33:50 queue INFO 7 [947] -2014-12-15 13:33:50 queue INFO 3 [948] -2014-12-15 13:33:50 queue INFO 7 [949] -2014-12-15 13:33:51 queue INFO 3 [950] -2014-12-15 13:33:51 queue INFO 7 [951] -2014-12-15 13:33:51 queue INFO 3 [952] -2014-12-15 13:33:52 queue INFO 7 [953] -2014-12-15 13:33:53 queue INFO 3 [954] -2014-12-15 13:33:53 queue INFO 7 [955] -2014-12-15 13:33:53 queue INFO 3 [956] -2014-12-15 13:33:54 queue INFO 7 [957] -2014-12-15 13:33:54 queue INFO 3 [958] -2014-12-15 13:33:54 queue INFO 7 [959] -2014-12-15 13:33:55 queue INFO 3 [960] -2014-12-15 13:33:55 queue INFO 7 [961] -2014-12-15 13:33:55 queue INFO 3 [962] -2014-12-15 13:33:56 queue INFO 7 [963] -2014-12-15 13:33:56 queue INFO 3 [964] -2014-12-15 13:33:56 queue INFO 7 [965] -2014-12-15 13:33:57 queue INFO 3 [966] -2014-12-15 13:33:57 queue INFO 7 [967] -2014-12-15 13:33:57 queue INFO 3 [968] -2014-12-15 13:33:58 queue INFO 7 [969] -2014-12-15 13:33:58 queue INFO 3 [970] -2014-12-15 13:33:58 queue INFO 7 [971] -2014-12-15 13:33:59 queue INFO 3 [972] -2014-12-15 13:33:59 queue INFO 7 [973] -2014-12-15 13:33:59 queue INFO 3 [974] -2014-12-15 13:34:00 queue INFO 7 [975] -2014-12-15 13:34:00 queue INFO 3 [976] -2014-12-15 13:34:00 queue INFO 7 [977] -2014-12-15 13:34:01 queue INFO 3 [978] -2014-12-15 13:34:01 queue INFO 7 [979] -2014-12-15 13:34:01 queue INFO 3 [980] -2014-12-15 13:34:02 queue INFO 7 [981] -2014-12-15 13:34:02 queue INFO 3 [982] -2014-12-15 13:34:02 queue INFO 7 [983] -2014-12-15 13:34:03 queue INFO 3 [984] -2014-12-15 13:34:03 queue INFO 7 [985] -2014-12-15 13:34:03 queue INFO 3 [986] -2014-12-15 13:34:04 queue INFO 7 [987] -2014-12-15 13:34:04 queue INFO 3 [988] -2014-12-15 13:34:04 queue INFO 7 [989] -2014-12-15 13:34:05 queue INFO 3 [990] -2014-12-15 13:34:05 queue INFO 7 [991] -2014-12-15 13:34:05 queue INFO 3 [992] -2014-12-15 13:34:06 queue INFO 7 [993] -2014-12-15 13:34:06 queue INFO 3 [994] -2014-12-15 13:34:06 queue INFO 7 [995] -2014-12-15 13:34:06 queue INFO 3 [996] -2014-12-15 13:34:07 queue INFO 7 [997] -2014-12-15 13:34:07 queue INFO 3 [998] -2014-12-15 13:34:07 queue INFO 7 [999] -2014-12-15 13:34:08 queue INFO 3 [0] -2014-12-15 13:34:08 queue INFO 7 [1] -2014-12-15 13:34:08 queue INFO 3 [2] -2014-12-15 13:34:09 queue INFO 7 [3] -2014-12-15 13:34:09 queue INFO 3 [4] -2014-12-15 13:34:09 queue INFO 7 [5] -2014-12-15 13:34:10 queue INFO 3 [6] -2014-12-15 13:34:10 queue INFO 7 [7] -2014-12-15 13:34:10 queue INFO 3 [8] -2014-12-15 13:34:11 queue INFO 7 [9] -2014-12-15 13:34:11 queue INFO 3 [10] -2014-12-15 13:34:11 queue INFO 7 [11] -2014-12-15 13:34:12 queue INFO 3 [12] -2014-12-15 13:34:12 queue INFO 7 [13] -2014-12-15 13:34:12 queue INFO 3 [14] -2014-12-15 13:34:13 queue INFO 7 [15] -2014-12-15 13:34:13 queue INFO 3 [16] -2014-12-15 13:34:13 queue INFO 7 [17] -2014-12-15 13:34:14 queue INFO 3 [18] -2014-12-15 13:34:14 queue INFO 7 [19] -2014-12-15 13:34:14 queue INFO 3 [20] -2014-12-15 13:34:15 queue INFO 7 [21] -2014-12-15 13:34:15 queue INFO 3 [22] -2014-12-15 13:34:15 queue INFO 7 [23] -2014-12-15 13:34:16 queue INFO 3 [24] -2014-12-15 13:34:16 queue INFO 7 [25] -2014-12-15 13:34:16 queue INFO 3 [26] -2014-12-15 13:34:17 queue INFO 7 [27] -2014-12-15 13:34:17 queue INFO 3 [28] -2014-12-15 13:34:17 queue INFO 7 [29] -2014-12-15 13:34:18 queue INFO 3 [30] -2014-12-15 13:34:18 queue INFO 7 [31] -2014-12-15 13:34:18 queue INFO 3 [32] -2014-12-15 13:34:19 queue INFO 7 [33] -2014-12-15 13:34:19 queue INFO 3 [34] -2014-12-15 13:34:19 queue INFO 7 [35] -2014-12-15 13:34:19 queue INFO 3 [36] -2014-12-15 13:34:20 queue INFO 7 [37] -2014-12-15 13:34:20 queue INFO 3 [38] -2014-12-15 13:34:20 queue INFO 7 [39] -2014-12-15 13:34:21 queue INFO 3 [40] -2014-12-15 13:34:21 queue INFO 7 [41] -2014-12-15 13:34:21 queue INFO 3 [42] -2014-12-15 13:34:22 queue INFO 7 [43] -2014-12-15 13:34:22 queue INFO 3 [44] -2014-12-15 13:34:23 queue INFO 7 [45] -2014-12-15 13:34:23 queue INFO 3 [46] -2014-12-15 13:34:23 queue INFO 7 [47] -2014-12-15 13:34:24 queue INFO 3 [48] -2014-12-15 13:34:24 queue INFO 7 [49] -2014-12-15 13:34:24 queue INFO 3 [50] -2014-12-15 13:34:25 queue INFO 7 [51] -2014-12-15 13:34:25 queue INFO 3 [52] -2014-12-15 13:34:25 queue INFO 7 [53] -2014-12-15 13:34:26 queue INFO 3 [54] -2014-12-15 13:34:26 queue INFO 7 [55] -2014-12-15 13:34:26 queue INFO 3 [56] -2014-12-15 13:34:27 queue INFO 7 [57] -2014-12-15 13:34:27 queue INFO 3 [58] -2014-12-15 13:34:27 queue INFO 7 [59] -2014-12-15 13:34:27 queue INFO 3 [60] -2014-12-15 13:34:28 queue INFO 7 [61] -2014-12-15 13:34:28 queue INFO 3 [62] -2014-12-15 13:34:28 queue INFO 7 [63] -2014-12-15 13:34:29 queue INFO 3 [64] -2014-12-15 13:34:29 queue INFO 7 [65] -2014-12-15 13:34:29 queue INFO 3 [66] -2014-12-15 13:34:30 queue INFO 7 [67] -2014-12-15 13:34:30 queue INFO 3 [68] -2014-12-15 13:34:30 queue INFO 7 [69] -2014-12-15 13:34:31 queue INFO 3 [70] -2014-12-15 13:34:31 queue INFO 7 [71] -2014-12-15 13:34:31 queue INFO 3 [72] -2014-12-15 13:34:32 queue INFO 7 [73] -2014-12-15 13:34:32 queue INFO 3 [74] -2014-12-15 13:34:32 queue INFO 7 [75] -2014-12-15 13:34:33 queue INFO 3 [76] -2014-12-15 13:34:33 queue INFO 7 [77] -2014-12-15 13:34:33 queue INFO 3 [78] -2014-12-15 13:34:34 queue INFO 7 [79] -2014-12-15 13:34:34 queue INFO 3 [80] -2014-12-15 13:34:34 queue INFO 7 [81] -2014-12-15 13:34:35 queue INFO 3 [82] -2014-12-15 13:34:35 queue INFO 7 [83] -2014-12-15 13:34:35 queue INFO 3 [84] -2014-12-15 13:34:36 queue INFO 7 [85] -2014-12-15 13:34:36 queue INFO 3 [86] -2014-12-15 13:34:36 queue INFO 7 [87] -2014-12-15 13:34:37 queue INFO 3 [88] -2014-12-15 13:34:37 queue INFO 7 [89] -2014-12-15 13:34:37 queue INFO 3 [90] -2014-12-15 13:34:38 queue INFO 7 [91] -2014-12-15 13:34:38 queue INFO 3 [92] -2014-12-15 13:34:38 queue INFO 7 [93] -2014-12-15 13:34:38 queue INFO 3 [94] -2014-12-15 13:34:39 queue INFO 7 [95] -2014-12-15 13:34:39 queue INFO 3 [96] -2014-12-15 13:34:39 queue INFO 7 [97] -2014-12-15 13:34:40 queue INFO 3 [98] -2014-12-15 13:34:40 queue INFO 7 [99] -2014-12-15 13:34:40 queue INFO 3 [100] -2014-12-15 13:34:41 queue INFO 7 [101] -2014-12-15 13:34:41 queue INFO 3 [102] -2014-12-15 13:34:41 queue INFO 7 [103] -2014-12-15 13:34:42 queue INFO 3 [104] -2014-12-15 13:34:42 queue INFO 7 [105] -2014-12-15 13:34:42 queue INFO 3 [106] -2014-12-15 13:34:43 queue INFO 7 [107] -2014-12-15 13:34:43 queue INFO 3 [108] -2014-12-15 13:34:43 queue INFO 7 [109] -2014-12-15 13:34:44 queue INFO 3 [110] -2014-12-15 13:34:44 queue INFO 7 [111] -2014-12-15 13:34:44 queue INFO 3 [112] -2014-12-15 13:34:45 queue INFO 7 [113] -2014-12-15 13:34:45 queue INFO 3 [114] -2014-12-15 13:34:45 queue INFO 7 [115] -2014-12-15 13:34:46 queue INFO 3 [116] -2014-12-15 13:34:46 queue INFO 7 [117] -2014-12-15 13:34:46 queue INFO 3 [118] -2014-12-15 13:34:47 queue INFO 7 [119] -2014-12-15 13:34:47 queue INFO 3 [120] -2014-12-15 13:34:47 queue INFO 7 [121] -2014-12-15 13:34:47 queue INFO 3 [122] -2014-12-15 13:34:48 queue INFO 7 [123] -2014-12-15 13:34:48 queue INFO 3 [124] -2014-12-15 13:34:48 queue INFO 7 [125] -2014-12-15 13:34:49 queue INFO 3 [126] -2014-12-15 13:34:49 queue INFO 7 [127] -2014-12-15 13:34:50 queue INFO 3 [128] -2014-12-15 13:34:50 queue INFO 7 [129] -2014-12-15 13:34:50 queue INFO 3 [130] -2014-12-15 13:34:51 queue INFO 7 [131] -2014-12-15 13:34:51 queue INFO 3 [132] -2014-12-15 13:34:51 queue INFO 7 [133] -2014-12-15 13:34:52 queue INFO 3 [134] -2014-12-15 13:34:52 queue INFO 7 [135] -2014-12-15 13:34:52 queue INFO 3 [136] -2014-12-15 13:34:53 queue INFO 7 [137] -2014-12-15 13:34:53 queue INFO 3 [138] -2014-12-15 13:34:53 queue INFO 7 [139] -2014-12-15 13:34:54 queue INFO 3 [140] -2014-12-15 13:34:54 queue INFO 7 [141] -2014-12-15 13:34:54 queue INFO 3 [142] -2014-12-15 13:34:55 queue INFO 7 [143] -2014-12-15 13:34:55 queue INFO 3 [144] -2014-12-15 13:34:55 queue INFO 7 [145] -2014-12-15 13:34:55 queue INFO 3 [146] -2014-12-15 13:34:56 queue INFO 7 [147] -2014-12-15 13:34:56 queue INFO 3 [148] -2014-12-15 13:34:56 queue INFO 7 [149] -2014-12-15 13:34:57 queue INFO 3 [150] -2014-12-15 13:34:57 queue INFO 7 [151] -2014-12-15 13:34:57 queue INFO 3 [152] -2014-12-15 13:34:58 queue INFO 7 [153] -2014-12-15 13:34:58 queue INFO 3 [154] -2014-12-15 13:34:58 queue INFO 7 [155] -2014-12-15 13:34:59 queue INFO 3 [156] -2014-12-15 13:34:59 queue INFO 7 [157] -2014-12-15 13:34:59 queue INFO 3 [158] -2014-12-15 13:35:00 queue INFO 7 [159] -2014-12-15 13:35:00 queue INFO 3 [160] -2014-12-15 13:35:00 queue INFO 7 [161] -2014-12-15 13:35:01 queue INFO 3 [162] -2014-12-15 13:35:01 queue INFO 7 [163] -2014-12-15 13:35:01 queue INFO 3 [164] -2014-12-15 13:35:02 queue INFO 7 [165] -2014-12-15 13:35:02 queue INFO 3 [166] -2014-12-15 13:35:02 queue INFO 7 [167] -2014-12-15 13:35:03 queue INFO 3 [168] -2014-12-15 13:35:03 queue INFO 7 [169] -2014-12-15 13:35:03 queue INFO 3 [170] -2014-12-15 13:35:04 queue INFO 7 [171] -2014-12-15 13:35:04 queue INFO 3 [172] -2014-12-15 13:35:04 queue INFO 7 [173] -2014-12-15 13:35:05 queue INFO 3 [174] -2014-12-15 13:35:05 queue INFO 7 [175] -2014-12-15 13:35:05 queue INFO 3 [176] -2014-12-15 13:35:06 queue INFO 7 [177] -2014-12-15 13:35:06 queue INFO 3 [178] -2014-12-15 13:35:06 queue INFO 7 [179] -2014-12-15 13:35:06 queue INFO 3 [180] -2014-12-15 13:35:07 queue INFO 7 [181] -2014-12-15 13:35:07 queue INFO 3 [182] -2014-12-15 13:35:07 queue INFO 7 [183] -2014-12-15 13:35:08 queue INFO 3 [184] -2014-12-15 13:35:08 queue INFO 7 [185] -2014-12-15 13:35:08 queue INFO 3 [186] -2014-12-15 13:35:09 queue INFO 7 [187] -2014-12-15 13:35:09 queue INFO 3 [188] -2014-12-15 13:35:09 queue INFO 7 [189] -2014-12-15 13:35:10 queue INFO 3 [190] -2014-12-15 13:35:10 queue INFO 7 [191] -2014-12-15 13:35:10 queue INFO 3 [192] -2014-12-15 13:35:11 queue INFO 7 [193] -2014-12-15 13:35:11 queue INFO 3 [194] -2014-12-15 13:35:11 queue INFO 7 [195] -2014-12-15 13:35:12 queue INFO 3 [196] -2014-12-15 13:35:12 queue INFO 7 [197] -2014-12-15 13:35:12 queue INFO 3 [198] -2014-12-15 13:35:13 queue INFO 7 [199] -2014-12-15 13:35:13 queue INFO 3 [200] -2014-12-15 13:35:13 queue INFO 7 [201] -2014-12-15 13:35:14 queue INFO 3 [202] -2014-12-15 13:35:14 queue INFO 7 [203] -2014-12-15 13:35:14 queue INFO 3 [204] -2014-12-15 13:35:15 queue INFO 7 [205] -2014-12-15 13:35:15 queue INFO 3 [206] -2014-12-15 13:35:15 queue INFO 7 [207] -2014-12-15 13:35:16 queue INFO 3 [208] -2014-12-15 13:35:16 queue INFO 7 [209] -2014-12-15 13:35:16 queue INFO 3 [210] -2014-12-15 13:35:17 queue INFO 7 [211] -2014-12-15 13:35:17 queue INFO 3 [212] -2014-12-15 13:35:17 queue INFO 7 [213] -2014-12-15 13:35:18 queue INFO 3 [214] -2014-12-15 13:35:18 queue INFO 7 [215] -2014-12-15 13:35:18 queue INFO 3 [216] -2014-12-15 13:35:19 queue INFO 7 [217] -2014-12-15 13:35:19 queue INFO 3 [218] -2014-12-15 13:35:19 queue INFO 7 [219] -2014-12-15 13:35:20 queue INFO 3 [220] -2014-12-15 13:35:20 queue INFO 7 [221] -2014-12-15 13:35:20 queue INFO 3 [222] -2014-12-15 13:35:21 queue INFO 7 [223] -2014-12-15 13:35:21 queue INFO 3 [224] -2014-12-15 13:35:21 queue INFO 7 [225] -2014-12-15 13:35:22 queue INFO 3 [226] -2014-12-15 13:35:22 queue INFO 7 [227] -2014-12-15 13:35:22 queue INFO 3 [228] -2014-12-15 13:35:23 queue INFO 7 [229] -2014-12-15 13:35:23 queue INFO 3 [230] -2014-12-15 13:35:23 queue INFO 7 [231] -2014-12-15 13:35:24 queue INFO 3 [232] -2014-12-15 13:35:24 queue INFO 7 [233] -2014-12-15 13:35:24 queue INFO 3 [234] -2014-12-15 13:35:25 queue INFO 7 [235] -2014-12-15 13:35:25 queue INFO 3 [236] -2014-12-15 13:35:25 queue INFO 7 [237] -2014-12-15 13:35:26 queue INFO 3 [238] -2014-12-15 13:35:26 queue INFO 7 [239] -2014-12-15 13:35:28 queue INFO >7 [240] -2014-12-15 13:35:30 queue INFO 3 [241] -2014-12-15 13:35:30 queue INFO 7 [242] -2014-12-15 13:35:31 queue INFO 3 [243] -2014-12-15 13:35:31 queue INFO 7 [244] -2014-12-15 13:35:31 queue INFO 3 [245] -2014-12-15 13:35:32 queue INFO 7 [246] -2014-12-15 13:35:32 queue INFO 3 [247] -2014-12-15 13:35:32 queue INFO 7 [248] -2014-12-15 13:35:33 queue INFO 3 [249] -2014-12-15 13:35:33 queue INFO 7 [250] -2014-12-15 13:35:33 queue INFO 3 [251] -2014-12-15 13:35:34 queue INFO 7 [252] -2014-12-15 13:35:34 queue INFO 3 [253] -2014-12-15 13:35:34 queue INFO 7 [254] -2014-12-15 13:35:34 queue INFO 3 [255] -2014-12-15 13:35:35 queue INFO 7 [256] -2014-12-15 13:35:35 queue INFO 3 [257] -2014-12-15 13:35:35 queue INFO 7 [258] -2014-12-15 13:35:36 queue INFO 3 [259] -2014-12-15 13:35:36 queue INFO 7 [260] -2014-12-15 13:35:36 queue INFO 3 [261] -2014-12-15 13:35:37 queue INFO 7 [262] -2014-12-15 13:35:37 queue INFO 3 [263] -2014-12-15 13:35:37 queue INFO 7 [264] -2014-12-15 13:35:38 queue INFO 3 [265] -2014-12-15 13:35:38 queue INFO 7 [266] -2014-12-15 13:35:38 queue INFO 3 [267] -2014-12-15 13:35:39 queue INFO 7 [268] -2014-12-15 13:35:39 queue INFO 3 [269] -2014-12-15 13:35:39 queue INFO 7 [270] -2014-12-15 13:35:40 queue INFO 3 [271] -2014-12-15 13:35:40 queue INFO 7 [272] -2014-12-15 13:35:40 queue INFO 3 [273] -2014-12-15 13:35:41 queue INFO 7 [274] -2014-12-15 13:35:41 queue INFO 3 [275] -2014-12-15 13:35:41 queue INFO 7 [276] -2014-12-15 13:35:42 queue INFO 3 [277] -2014-12-15 13:35:42 queue INFO 7 [278] -2014-12-15 13:35:42 queue INFO 3 [279] -2014-12-15 13:35:43 queue INFO 7 [280] -2014-12-15 13:35:43 queue INFO 3 [281] -2014-12-15 13:35:43 queue INFO 7 [282] -2014-12-15 13:35:44 queue INFO 3 [283] -2014-12-15 13:35:44 queue INFO 7 [284] -2014-12-15 13:35:44 queue INFO 3 [285] -2014-12-15 13:35:45 queue INFO 7 [286] -2014-12-15 13:35:45 queue INFO 3 [287] -2014-12-15 13:35:45 queue INFO 7 [288] -2014-12-15 13:35:46 queue INFO 3 [289] -2014-12-15 13:35:46 queue INFO 7 [290] -2014-12-15 13:35:46 queue INFO 3 [291] -2014-12-15 13:35:47 queue INFO 7 [292] -2014-12-15 13:35:47 queue INFO 3 [293] -2014-12-15 13:35:47 queue INFO 7 [294] -2014-12-15 13:35:48 queue INFO 3 [295] -2014-12-15 13:35:48 queue INFO 7 [296] -2014-12-15 13:35:48 queue INFO 3 [297] -2014-12-15 13:35:49 queue INFO 7 [298] -2014-12-15 13:35:49 queue INFO 3 [299] -2014-12-15 13:35:49 queue INFO 7 [300] -2014-12-15 13:35:50 queue INFO 3 [301] -2014-12-15 13:35:50 queue INFO 7 [302] -2014-12-15 13:35:50 queue INFO 3 [303] -2014-12-15 13:35:51 queue INFO 7 [304] -2014-12-15 13:35:51 queue INFO 3 [305] -2014-12-15 13:35:51 queue INFO 7 [306] -2014-12-15 13:35:52 queue INFO 3 [307] -2014-12-15 13:35:52 queue INFO 7 [308] -2014-12-15 13:35:52 queue INFO 3 [309] -2014-12-15 13:35:53 queue INFO 7 [310] -2014-12-15 13:35:53 queue INFO 3 [311] -2014-12-15 13:35:53 queue INFO 7 [312] -2014-12-15 13:35:54 queue INFO 3 [313] -2014-12-15 13:35:54 queue INFO 7 [314] -2014-12-15 13:35:54 queue INFO 3 [315] -2014-12-15 13:35:55 queue INFO 7 [316] -2014-12-15 13:35:55 queue INFO 3 [317] -2014-12-15 13:35:55 queue INFO 7 [318] -2014-12-15 13:35:56 queue INFO 3 [319] -2014-12-15 13:35:56 queue INFO 7 [320] -2014-12-15 13:35:56 queue INFO 3 [321] -2014-12-15 13:35:57 queue INFO 7 [322] -2014-12-15 13:35:57 queue INFO 3 [323] -2014-12-15 13:35:57 queue INFO 7 [324] -2014-12-15 13:35:57 queue INFO 3 [325] -2014-12-15 13:35:58 queue INFO 7 [326] -2014-12-15 13:35:58 queue INFO 3 [327] -2014-12-15 13:35:58 queue INFO 7 [328] -2014-12-15 13:35:59 queue INFO 3 [329] -2014-12-15 13:35:59 queue INFO 7 [330] -2014-12-15 13:35:59 queue INFO 3 [331] -2014-12-15 13:36:00 queue INFO 7 [332] -2014-12-15 13:36:00 queue INFO 3 [333] -2014-12-15 13:36:00 queue INFO 7 [334] -2014-12-15 13:36:01 queue INFO 3 [335] -2014-12-15 13:36:01 queue INFO 7 [336] -2014-12-15 13:36:01 queue INFO 3 [337] -2014-12-15 13:36:02 queue INFO 7 [338] -2014-12-15 13:36:02 queue INFO 3 [339] -2014-12-15 13:36:02 queue INFO 7 [340] -2014-12-15 13:36:03 queue INFO 3 [341] -2014-12-15 13:36:03 queue INFO 7 [342] -2014-12-15 13:36:03 queue INFO 3 [343] -2014-12-15 13:36:04 queue INFO 7 [344] -2014-12-15 13:36:04 queue INFO 3 [345] -2014-12-15 13:36:04 queue INFO 7 [346] -2014-12-15 13:36:05 queue INFO 3 [347] -2014-12-15 13:36:05 queue INFO 7 [348] -2014-12-15 13:36:05 queue INFO 3 [349] -2014-12-15 13:36:06 queue INFO 7 [350] -2014-12-15 13:36:06 queue INFO 3 [351] -2014-12-15 13:36:06 queue INFO 7 [352] -2014-12-15 13:36:07 queue INFO 3 [353] -2014-12-15 13:36:07 queue INFO 7 [354] -2014-12-15 13:36:07 queue INFO 3 [355] -2014-12-15 13:36:08 queue INFO 7 [356] -2014-12-15 13:36:08 queue INFO 3 [357] -2014-12-15 13:36:08 queue INFO 7 [358] -2014-12-15 13:36:09 queue INFO 3 [359] -2014-12-15 13:36:09 queue INFO 7 [360] -2014-12-15 13:36:09 queue INFO 3 [361] -2014-12-15 13:36:10 queue INFO 7 [362] -2014-12-15 13:36:10 queue INFO 3 [363] -2014-12-15 13:36:10 queue INFO 7 [364] -2014-12-15 13:36:11 queue INFO 3 [365] -2014-12-15 13:36:11 queue INFO 7 [366] -2014-12-15 13:36:11 queue INFO 3 [367] -2014-12-15 13:36:12 queue INFO 7 [368] -2014-12-15 13:36:12 queue INFO 3 [369] -2014-12-15 13:36:13 queue INFO 7 [370] -2014-12-15 13:36:13 queue INFO 3 [371] -2014-12-15 13:36:13 queue INFO 7 [372] -2014-12-15 13:36:13 queue INFO 3 [373] -2014-12-15 13:36:14 queue INFO 7 [374] -2014-12-15 13:36:14 queue INFO 3 [375] -2014-12-15 13:36:14 queue INFO 7 [376] -2014-12-15 13:36:15 queue INFO 3 [377] -2014-12-15 13:36:15 queue INFO 7 [378] -2014-12-15 13:36:15 queue INFO 3 [379] -2014-12-15 13:36:16 queue INFO 7 [380] -2014-12-15 13:36:16 queue INFO 3 [381] -2014-12-15 13:36:16 queue INFO 7 [382] -2014-12-15 13:36:17 queue INFO 3 [383] -2014-12-15 13:36:17 queue INFO 7 [384] -2014-12-15 13:36:17 queue INFO 3 [385] -2014-12-15 13:36:18 queue INFO 7 [386] -2014-12-15 13:36:18 queue INFO 3 [387] -2014-12-15 13:36:18 queue INFO 7 [388] -2014-12-15 13:36:19 queue INFO 3 [389] -2014-12-15 13:36:19 queue INFO 7 [390] -2014-12-15 13:36:19 queue INFO 3 [391] -2014-12-15 13:36:20 queue INFO 7 [392] -2014-12-15 13:36:20 queue INFO 3 [393] -2014-12-15 13:36:20 queue INFO 7 [394] -2014-12-15 13:36:21 queue INFO 3 [395] -2014-12-15 13:36:21 queue INFO 7 [396] -2014-12-15 13:36:21 queue INFO 3 [397] -2014-12-15 13:36:22 queue INFO 7 [398] -2014-12-15 13:36:22 queue INFO 3 [399] -2014-12-15 13:36:22 queue INFO 7 [400] -2014-12-15 13:36:23 queue INFO 3 [401] -2014-12-15 13:36:23 queue INFO 7 [402] -2014-12-15 13:36:23 queue INFO 3 [403] -2014-12-15 13:36:24 queue INFO 7 [404] -2014-12-15 13:36:24 queue INFO 3 [405] -2014-12-15 13:36:24 queue INFO 7 [406] -2014-12-15 13:36:25 queue INFO 3 [407] -2014-12-15 13:36:25 queue INFO 7 [408] -2014-12-15 13:36:25 queue INFO 3 [409] -2014-12-15 13:36:26 queue INFO 7 [410] -2014-12-15 13:36:26 queue INFO 3 [411] -2014-12-15 13:36:26 queue INFO 7 [412] -2014-12-15 13:36:26 queue INFO 3 [413] -2014-12-15 13:36:27 queue INFO 7 [414] -2014-12-15 13:36:27 queue INFO 3 [415] -2014-12-15 13:36:27 queue INFO 7 [416] -2014-12-15 13:36:28 queue INFO 3 [417] -2014-12-15 13:36:28 queue INFO 7 [418] -2014-12-15 13:36:28 queue INFO 3 [419] -2014-12-15 13:36:29 queue INFO 7 [420] -2014-12-15 13:36:29 queue INFO 3 [421] -2014-12-15 13:36:29 queue INFO 7 [422] -2014-12-15 13:36:30 queue INFO 3 [423] -2014-12-15 13:36:30 queue INFO 7 [424] -2014-12-15 13:36:30 queue INFO 3 [425] -2014-12-15 13:36:31 queue INFO 7 [426] -2014-12-15 13:36:31 queue INFO 3 [427] -2014-12-15 13:36:31 queue INFO 7 [428] -2014-12-15 13:36:32 queue INFO 3 [429] -2014-12-15 13:36:32 queue INFO 7 [430] -2014-12-15 13:36:32 queue INFO 3 [431] -2014-12-15 13:36:33 queue INFO 7 [432] -2014-12-15 13:36:33 queue INFO 3 [433] -2014-12-15 13:36:33 queue INFO 7 [434] -2014-12-15 13:36:34 queue INFO 3 [435] -2014-12-15 13:36:34 queue INFO 7 [436] -2014-12-15 13:36:34 queue INFO 3 [437] -2014-12-15 13:36:35 queue INFO 7 [438] -2014-12-15 13:36:35 queue INFO 3 [439] -2014-12-15 13:36:35 queue INFO 7 [440] -2014-12-15 13:36:36 queue INFO 3 [441] -2014-12-15 13:36:36 queue INFO 7 [442] -2014-12-15 13:36:36 queue INFO 3 [443] -2014-12-15 13:36:37 queue INFO 7 [444] -2014-12-15 13:36:37 queue INFO 3 [445] -2014-12-15 13:36:37 queue INFO 7 [446] -2014-12-15 13:36:37 queue INFO 3 [447] -2014-12-15 13:36:38 queue INFO 7 [448] -2014-12-15 13:36:38 queue INFO 3 [449] -2014-12-15 13:36:38 queue INFO 7 [450] -2014-12-15 13:36:39 queue INFO 3 [451] -2014-12-15 13:36:39 queue INFO 7 [452] -2014-12-15 13:36:40 queue INFO 3 [453] -2014-12-15 13:36:40 queue INFO 7 [454] -2014-12-15 13:36:40 queue INFO 3 [455] -2014-12-15 13:36:41 queue INFO 7 [456] -2014-12-15 13:36:41 queue INFO 3 [457] -2014-12-15 13:36:41 queue INFO 7 [458] -2014-12-15 13:36:42 queue INFO 3 [459] -2014-12-15 13:36:42 queue INFO 7 [460] -2014-12-15 13:36:42 queue INFO 3 [461] -2014-12-15 13:36:43 queue INFO 7 [462] -2014-12-15 13:36:43 queue INFO 3 [463] -2014-12-15 13:36:43 queue INFO 7 [464] -2014-12-15 13:36:44 queue INFO 3 [465] -2014-12-15 13:36:44 queue INFO 7 [466] -2014-12-15 13:36:44 queue INFO 3 [467] -2014-12-15 13:36:44 queue INFO 7 [468] -2014-12-15 13:36:45 queue INFO 3 [469] -2014-12-15 13:36:45 queue INFO 7 [470] -2014-12-15 13:36:45 queue INFO 3 [471] -2014-12-15 13:36:46 queue INFO 7 [472] -2014-12-15 13:36:46 queue INFO 3 [473] -2014-12-15 13:36:46 queue INFO 7 [474] -2014-12-15 13:36:47 queue INFO 3 [475] -2014-12-15 13:36:47 queue INFO 7 [476] -2014-12-15 13:36:47 queue INFO 3 [477] -2014-12-15 13:36:48 queue INFO 7 [478] -2014-12-15 13:36:48 queue INFO 3 [479] -2014-12-15 13:36:48 queue INFO 7 [480] -2014-12-15 13:36:49 queue INFO 3 [481] -2014-12-15 13:36:49 queue INFO 7 [482] -2014-12-15 13:36:49 queue INFO 3 [483] -2014-12-15 13:36:50 queue INFO 7 [484] -2014-12-15 13:36:50 queue INFO 3 [485] -2014-12-15 13:36:50 queue INFO 7 [486] -2014-12-15 13:36:51 queue INFO 3 [487] -2014-12-15 13:36:51 queue INFO 7 [488] -2014-12-15 13:36:51 queue INFO 3 [489] -2014-12-15 13:36:52 queue INFO 7 [490] -2014-12-15 13:36:52 queue INFO 3 [491] -2014-12-15 13:36:52 queue INFO 7 [492] -2014-12-15 13:36:53 queue INFO 3 [493] -2014-12-15 13:36:53 queue INFO 7 [494] -2014-12-15 13:36:53 queue INFO 3 [495] -2014-12-15 13:36:53 queue INFO 7 [496] -2014-12-15 13:36:54 queue INFO 3 [497] -2014-12-15 13:36:54 queue INFO 7 [498] -2014-12-15 13:36:54 queue INFO 3 [499] -2014-12-15 13:36:55 queue INFO 7 [500] -2014-12-15 13:36:55 queue INFO 3 [501] -2014-12-15 13:36:55 queue INFO 7 [502] -2014-12-15 13:36:56 queue INFO 3 [503] -2014-12-15 13:36:56 queue INFO 7 [504] -2014-12-15 13:36:56 queue INFO 3 [505] -2014-12-15 13:36:57 queue INFO 7 [506] -2014-12-15 13:36:57 queue INFO 3 [507] -2014-12-15 13:36:57 queue INFO 7 [508] -2014-12-15 13:36:58 queue INFO 3 [509] -2014-12-15 13:36:58 queue INFO 7 [510] -2014-12-15 13:36:58 queue INFO 3 [511] -2014-12-15 13:36:59 queue INFO 7 [512] -2014-12-15 13:36:59 queue INFO 3 [513] -2014-12-15 13:36:59 queue INFO 7 [514] -2014-12-15 13:37:00 queue INFO 3 [515] -2014-12-15 13:37:00 queue INFO 7 [516] -2014-12-15 13:37:00 queue INFO 3 [517] -2014-12-15 13:37:01 queue INFO 7 [518] -2014-12-15 13:37:01 queue INFO 3 [519] -2014-12-15 13:37:01 queue INFO 7 [520] -2014-12-15 13:37:02 queue INFO 3 [521] -2014-12-15 13:37:02 queue INFO 7 [522] -2014-12-15 13:37:02 queue INFO 3 [523] -2014-12-15 13:37:03 queue INFO 7 [524] -2014-12-15 13:37:03 queue INFO 3 [525] -2014-12-15 13:37:03 queue INFO 7 [526] -2014-12-15 13:37:04 queue INFO 3 [527] -2014-12-15 13:37:04 queue INFO 7 [528] -2014-12-15 13:37:04 queue INFO 3 [529] -2014-12-15 13:37:05 queue INFO 7 [530] -2014-12-15 13:37:05 queue INFO 3 [531] -2014-12-15 13:37:05 queue INFO 7 [532] -2014-12-15 13:37:06 queue INFO 3 [533] -2014-12-15 13:37:06 queue INFO 7 [534] -2014-12-15 13:37:06 queue INFO 3 [535] -2014-12-15 13:37:07 queue INFO 7 [536] -2014-12-15 13:37:07 queue INFO 3 [537] -2014-12-15 13:37:07 queue INFO 7 [538] -2014-12-15 13:37:08 queue INFO 3 [539] -2014-12-15 13:37:08 queue INFO 7 [540] -2014-12-15 13:37:08 queue INFO 3 [541] -2014-12-15 13:37:09 queue INFO 7 [542] -2014-12-15 13:37:09 queue INFO 3 [543] -2014-12-15 13:37:09 queue INFO 7 [544] -2014-12-15 13:37:10 queue INFO 3 [545] -2014-12-15 13:37:10 queue INFO 7 [546] -2014-12-15 13:37:10 queue INFO 3 [547] -2014-12-15 13:37:11 queue INFO 7 [548] -2014-12-15 13:37:11 queue INFO 3 [549] -2014-12-15 13:37:11 queue INFO 7 [550] -2014-12-15 13:37:12 queue INFO 3 [551] -2014-12-15 13:37:12 queue INFO 7 [552] -2014-12-15 13:37:12 queue INFO 3 [553] -2014-12-15 13:37:13 queue INFO 7 [554] -2014-12-15 13:37:13 queue INFO 3 [555] -2014-12-15 13:37:13 queue INFO 7 [556] -2014-12-15 13:37:14 queue INFO 3 [557] -2014-12-15 13:37:14 queue INFO 7 [558] -2014-12-15 13:37:14 queue INFO 3 [559] -2014-12-15 13:37:15 queue INFO 7 [560] -2014-12-15 13:37:15 queue INFO 3 [561] -2014-12-15 13:37:15 queue INFO 7 [562] -2014-12-15 13:37:16 queue INFO 3 [563] -2014-12-15 13:37:16 queue INFO 7 [564] -2014-12-15 13:37:16 queue INFO 3 [565] -2014-12-15 13:37:16 queue INFO 7 [566] -2014-12-15 13:37:17 queue INFO 3 [567] -2014-12-15 13:37:17 queue INFO 7 [568] -2014-12-15 13:37:17 queue INFO 3 [569] -2014-12-15 13:37:18 queue INFO 7 [570] -2014-12-15 13:37:18 queue INFO 3 [571] -2014-12-15 13:37:18 queue INFO 7 [572] -2014-12-15 13:37:19 queue INFO 3 [573] -2014-12-15 13:37:19 queue INFO 7 [574] -2014-12-15 13:37:19 queue INFO 3 [575] -2014-12-15 13:37:20 queue INFO 7 [576] -2014-12-15 13:37:20 queue INFO 3 [577] -2014-12-15 13:37:20 queue INFO 7 [578] -2014-12-15 13:37:21 queue INFO 3 [579] -2014-12-15 13:37:21 queue INFO 7 [580] -2014-12-15 13:37:21 queue INFO 3 [581] -2014-12-15 13:37:22 queue INFO 7 [582] -2014-12-15 13:37:22 queue INFO 3 [583] -2014-12-15 13:37:22 queue INFO 7 [584] -2014-12-15 13:37:23 queue INFO 3 [585] -2014-12-15 13:37:23 queue INFO 7 [586] -2014-12-15 13:37:23 queue INFO 3 [587] -2014-12-15 13:37:24 queue INFO 7 [588] -2014-12-15 13:37:24 queue INFO 3 [589] -2014-12-15 13:37:24 queue INFO 7 [590] -2014-12-15 13:37:25 queue INFO 3 [591] -2014-12-15 13:37:25 queue INFO 7 [592] -2014-12-15 13:37:25 queue INFO 3 [593] -2014-12-15 13:37:26 queue INFO 7 [594] -2014-12-15 13:37:26 queue INFO 3 [595] -2014-12-15 13:37:26 queue INFO 7 [596] -2014-12-15 13:37:26 queue INFO 3 [597] -2014-12-15 13:37:27 queue INFO 7 [598] -2014-12-15 13:37:27 queue INFO 3 [599] -2014-12-15 13:37:27 queue INFO 7 [600] -2014-12-15 13:37:28 queue INFO 3 [601] -2014-12-15 13:37:28 queue INFO 7 [602] -2014-12-15 13:37:28 queue INFO 3 [603] -2014-12-15 13:37:29 queue INFO 7 [604] -2014-12-15 13:37:29 queue INFO 3 [605] -2014-12-15 13:37:29 queue INFO 7 [606] -2014-12-15 13:37:30 queue INFO 3 [607] -2014-12-15 13:37:30 queue INFO 7 [608] -2014-12-15 13:37:30 queue INFO 3 [609] -2014-12-15 13:37:31 queue INFO 7 [610] -2014-12-15 13:37:31 queue INFO 3 [611] -2014-12-15 13:37:31 queue INFO 7 [612] -2014-12-15 13:37:32 queue INFO 3 [613] -2014-12-15 13:37:32 queue INFO 7 [614] -2014-12-15 13:37:32 queue INFO 3 [615] -2014-12-15 13:37:33 queue INFO 7 [616] -2014-12-15 13:37:33 queue INFO 3 [617] -2014-12-15 13:37:34 queue INFO 7 [618] -2014-12-15 13:37:34 queue INFO 3 [619] -2014-12-15 13:37:34 queue INFO 7 [620] -2014-12-15 13:37:34 queue INFO 3 [621] -2014-12-15 13:37:35 queue INFO 7 [622] -2014-12-15 13:37:35 queue INFO 3 [623] -2014-12-15 13:37:35 queue INFO 7 [624] -2014-12-15 13:37:36 queue INFO 3 [625] -2014-12-15 13:37:36 queue INFO 7 [626] -2014-12-15 13:37:36 queue INFO 3 [627] -2014-12-15 13:37:37 queue INFO 7 [628] -2014-12-15 13:37:37 queue INFO 3 [629] -2014-12-15 13:37:37 queue INFO 7 [630] -2014-12-15 13:37:38 queue INFO 3 [631] -2014-12-15 13:37:38 queue INFO 7 [632] -2014-12-15 13:37:38 queue INFO 3 [633] -2014-12-15 13:37:39 queue INFO 7 [634] -2014-12-15 13:37:39 queue INFO 3 [635] -2014-12-15 13:37:39 queue INFO 7 [636] -2014-12-15 13:37:40 queue INFO 3 [637] -2014-12-15 13:37:40 queue INFO 7 [638] -2014-12-15 13:37:40 queue INFO 3 [639] -2014-12-15 13:37:41 queue INFO 7 [640] -2014-12-15 13:37:41 queue INFO 3 [641] -2014-12-15 13:37:41 queue INFO 7 [642] -2014-12-15 13:37:42 queue INFO 3 [643] -2014-12-15 13:37:42 queue INFO 7 [644] -2014-12-15 13:37:42 queue INFO 3 [645] -2014-12-15 13:37:43 queue INFO 7 [646] -2014-12-15 13:37:43 queue INFO 3 [647] -2014-12-15 13:37:43 queue INFO 7 [648] -2014-12-15 13:37:43 queue INFO 3 [649] -2014-12-15 13:37:44 queue INFO 7 [650] -2014-12-15 13:37:44 queue INFO 3 [651] -2014-12-15 13:37:44 queue INFO 7 [652] -2014-12-15 13:37:45 queue INFO 3 [653] -2014-12-15 13:37:45 queue INFO 7 [654] -2014-12-15 13:37:45 queue INFO 3 [655] -2014-12-15 13:37:46 queue INFO 7 [656] -2014-12-15 13:37:46 queue INFO 3 [657] -2014-12-15 13:37:46 queue INFO 7 [658] -2014-12-15 13:37:47 queue INFO 3 [659] -2014-12-15 13:37:48 queue INFO 7 [660] -2014-12-15 13:37:48 queue INFO 3 [661] -2014-12-15 13:37:48 queue INFO 7 [662] -2014-12-15 13:37:48 queue INFO 3 [663] -2014-12-15 13:37:49 queue INFO 7 [664] -2014-12-15 13:37:49 queue INFO 3 [665] -2014-12-15 13:37:49 queue INFO 7 [666] -2014-12-15 13:37:50 queue INFO 3 [667] -2014-12-15 13:37:50 queue INFO 7 [668] -2014-12-15 13:37:50 queue INFO 3 [669] -2014-12-15 13:37:51 queue INFO 7 [670] -2014-12-15 13:37:51 queue INFO 3 [671] -2014-12-15 13:37:51 queue INFO 7 [672] -2014-12-15 13:37:52 queue INFO 3 [673] -2014-12-15 13:37:52 queue INFO 7 [674] -2014-12-15 13:37:52 queue INFO 3 [675] -2014-12-15 13:37:53 queue INFO 7 [676] -2014-12-15 13:37:53 queue INFO 3 [677] -2014-12-15 13:37:53 queue INFO 7 [678] -2014-12-15 13:37:54 queue INFO 3 [679] -2014-12-15 13:37:54 queue INFO 7 [680] -2014-12-15 13:37:54 queue INFO 3 [681] -2014-12-15 13:37:55 queue INFO 7 [682] -2014-12-15 13:37:55 queue INFO 3 [683] -2014-12-15 13:37:55 queue INFO 7 [684] -2014-12-15 13:37:56 queue INFO 3 [685] -2014-12-15 13:37:56 queue INFO 7 [686] -2014-12-15 13:37:56 queue INFO 3 [687] -2014-12-15 13:37:57 queue INFO 7 [688] -2014-12-15 13:37:57 queue INFO 3 [689] -2014-12-15 13:37:57 queue INFO 7 [690] -2014-12-15 13:37:57 queue INFO 3 [691] -2014-12-15 13:37:58 queue INFO 7 [692] -2014-12-15 13:37:58 queue INFO 3 [693] -2014-12-15 13:37:59 queue INFO 7 [694] -2014-12-15 13:37:59 queue INFO 3 [695] -2014-12-15 13:37:59 queue INFO 7 [696] -2014-12-15 13:37:59 queue INFO 3 [697] -2014-12-15 13:38:00 queue INFO 7 [698] -2014-12-15 13:38:00 queue INFO 3 [699] -2014-12-15 13:38:01 queue INFO 7 [700] -2014-12-15 13:38:01 queue INFO 3 [701] -2014-12-15 13:38:01 queue INFO 7 [702] -2014-12-15 13:38:02 queue INFO 3 [703] -2014-12-15 13:38:02 queue INFO 7 [704] -2014-12-15 13:38:02 queue INFO 3 [705] -2014-12-15 13:38:03 queue INFO 7 [706] -2014-12-15 13:38:03 queue INFO 3 [707] -2014-12-15 13:38:03 queue INFO 7 [708] -2014-12-15 13:38:04 queue INFO 3 [709] -2014-12-15 13:38:04 queue INFO 7 [710] -2014-12-15 13:38:04 queue INFO 3 [711] -2014-12-15 13:38:05 queue INFO 7 [712] -2014-12-15 13:38:05 queue INFO 3 [713] -2014-12-15 13:38:05 queue INFO 7 [714] -2014-12-15 13:38:06 queue INFO 3 [715] -2014-12-15 13:38:06 queue INFO 7 [716] -2014-12-15 13:38:06 queue INFO 3 [717] -2014-12-15 13:38:07 queue INFO 7 [718] -2014-12-15 13:38:07 queue INFO 3 [719] -2014-12-15 13:38:07 queue INFO 7 [720] -2014-12-15 13:38:08 queue INFO 3 [721] -2014-12-15 13:38:08 queue INFO 7 [722] -2014-12-15 13:38:08 queue INFO 3 [723] -2014-12-15 13:38:09 queue INFO 7 [724] -2014-12-15 13:38:09 queue INFO 3 [725] -2014-12-15 13:38:09 queue INFO 7 [726] -2014-12-15 13:38:09 queue INFO 3 [727] -2014-12-15 13:38:10 queue INFO 7 [728] -2014-12-15 13:38:10 queue INFO 3 [729] -2014-12-15 13:38:10 queue INFO 7 [730] -2014-12-15 13:38:11 queue INFO 3 [731] -2014-12-15 13:38:11 queue INFO 7 [732] -2014-12-15 13:38:11 queue INFO 3 [733] -2014-12-15 13:38:12 queue INFO 7 [734] -2014-12-15 13:38:12 queue INFO 3 [735] -2014-12-15 13:38:12 queue INFO 7 [736] -2014-12-15 13:38:13 queue INFO 3 [737] -2014-12-15 13:38:13 queue INFO 7 [738] -2014-12-15 13:38:13 queue INFO 3 [739] -2014-12-15 13:38:14 queue INFO 7 [740] -2014-12-15 13:38:14 queue INFO 3 [741] -2014-12-15 13:38:14 queue INFO 7 [742] -2014-12-15 13:38:15 queue INFO 3 [743] -2014-12-15 13:38:15 queue INFO 7 [744] -2014-12-15 13:38:15 queue INFO 3 [745] -2014-12-15 13:38:16 queue INFO 7 [746] -2014-12-15 13:38:16 queue INFO 3 [747] -2014-12-15 13:38:16 queue INFO 7 [748] -2014-12-15 13:38:17 queue INFO 3 [749] -2014-12-15 13:38:17 queue INFO 7 [750] -2014-12-15 13:38:17 queue INFO 3 [751] -2014-12-15 13:38:18 queue INFO 7 [752] -2014-12-15 13:38:18 queue INFO 3 [753] -2014-12-15 13:38:18 queue INFO 7 [754] -2014-12-15 13:38:19 queue INFO 3 [755] -2014-12-15 13:38:19 queue INFO 7 [756] -2014-12-15 13:38:19 queue INFO 3 [757] -2014-12-15 13:38:20 queue INFO 7 [758] -2014-12-15 13:38:20 queue INFO 3 [759] -2014-12-15 13:38:20 queue INFO 7 [760] -2014-12-15 13:38:21 queue INFO 3 [761] -2014-12-15 13:38:21 queue INFO 7 [762] -2014-12-15 13:38:21 queue INFO 3 [763] -2014-12-15 13:38:21 queue INFO 7 [764] -2014-12-15 13:38:22 queue INFO 3 [765] -2014-12-15 13:38:22 queue INFO 7 [766] -2014-12-15 13:38:22 queue INFO 3 [767] -2014-12-15 13:38:23 queue INFO 7 [768] -2014-12-15 13:38:23 queue INFO 3 [769] -2014-12-15 13:38:23 queue INFO 7 [770] -2014-12-15 13:38:24 queue INFO 3 [771] -2014-12-15 13:38:24 queue INFO 7 [772] -2014-12-15 13:38:24 queue INFO 3 [773] -2014-12-15 13:38:25 queue INFO 7 [774] -2014-12-15 13:38:25 queue INFO 3 [775] -2014-12-15 13:38:25 queue INFO 7 [776] -2014-12-15 13:38:26 queue INFO 3 [777] -2014-12-15 13:38:26 queue INFO 7 [778] -2014-12-15 13:38:26 queue INFO 3 [779] -2014-12-15 13:38:27 queue INFO 7 [780] -2014-12-15 13:38:27 queue INFO 3 [781] -2014-12-15 13:38:27 queue INFO 7 [782] -2014-12-15 13:38:28 queue INFO 3 [783] -2014-12-15 13:38:28 queue INFO 7 [784] -2014-12-15 13:38:29 queue INFO 3 [785] -2014-12-15 13:38:29 queue INFO 7 [786] -2014-12-15 13:38:29 queue INFO 3 [787] -2014-12-15 13:38:30 queue INFO 7 [788] -2014-12-15 13:38:30 queue INFO 3 [789] -2014-12-15 13:38:30 queue INFO 7 [790] -2014-12-15 13:38:30 queue INFO 3 [791] -2014-12-15 13:38:31 queue INFO 7 [792] -2014-12-15 13:38:31 queue INFO 3 [793] -2014-12-15 13:38:31 queue INFO 7 [794] -2014-12-15 13:38:32 queue INFO 3 [795] -2014-12-15 13:38:32 queue INFO 7 [796] -2014-12-15 13:38:32 queue INFO 3 [797] -2014-12-15 13:38:33 queue INFO 7 [798] -2014-12-15 13:38:33 queue INFO 3 [799] -2014-12-15 13:38:33 queue INFO 7 [800] -2014-12-15 13:38:34 queue INFO 3 [801] -2014-12-15 13:38:34 queue INFO 7 [802] -2014-12-15 13:38:34 queue INFO 3 [803] -2014-12-15 13:38:35 queue INFO 7 [804] -2014-12-15 13:38:35 queue INFO 3 [805] -2014-12-15 13:38:35 queue INFO 7 [806] -2014-12-15 13:38:36 queue INFO 3 [807] -2014-12-15 13:38:36 queue INFO 7 [808] -2014-12-15 13:38:36 queue INFO 3 [809] -2014-12-15 13:38:37 queue INFO 7 [810] -2014-12-15 13:38:37 queue INFO 3 [811] -2014-12-15 13:38:37 queue INFO 7 [812] -2014-12-15 13:38:38 queue INFO 3 [813] -2014-12-15 13:38:38 queue INFO 7 [814] -2014-12-15 13:38:38 queue INFO 3 [815] -2014-12-15 13:38:39 queue INFO 7 [816] -2014-12-15 13:38:39 queue INFO 3 [817] -2014-12-15 13:38:39 queue INFO 7 [818] -2014-12-15 13:38:40 queue INFO 3 [819] -2014-12-15 13:38:40 queue INFO 7 [820] -2014-12-15 13:38:40 queue INFO 3 [821] -2014-12-15 13:38:41 queue INFO 7 [822] -2014-12-15 13:38:41 queue INFO 3 [823] -2014-12-15 13:38:41 queue INFO 7 [824] -2014-12-15 13:38:42 queue INFO 3 [825] -2014-12-15 13:38:42 queue INFO 7 [826] -2014-12-15 13:38:42 queue INFO 3 [827] -2014-12-15 13:38:42 queue INFO 7 [828] -2014-12-15 13:38:43 queue INFO 3 [829] -2014-12-15 13:38:43 queue INFO 7 [830] -2014-12-15 13:38:43 queue INFO 3 [831] -2014-12-15 13:38:44 queue INFO 7 [832] -2014-12-15 13:38:44 queue INFO 3 [833] -2014-12-15 13:38:44 queue INFO 7 [834] -2014-12-15 13:38:45 queue INFO 3 [835] -2014-12-15 13:38:45 queue INFO 7 [836] -2014-12-15 13:38:45 queue INFO 3 [837] -2014-12-15 13:38:46 queue INFO 7 [838] -2014-12-15 13:38:46 queue INFO 3 [839] -2014-12-15 13:38:46 queue INFO 7 [840] -2014-12-15 13:38:47 queue INFO 3 [841] -2014-12-15 13:38:47 queue INFO 7 [842] -2014-12-15 13:38:47 queue INFO 3 [843] -2014-12-15 13:38:48 queue INFO 7 [844] -2014-12-15 13:38:48 queue INFO 3 [845] -2014-12-15 13:38:48 queue INFO 7 [846] -2014-12-15 13:38:49 queue INFO 3 [847] -2014-12-15 13:38:49 queue INFO 7 [848] -2014-12-15 13:38:49 queue INFO 3 [849] -2014-12-15 13:38:50 queue INFO 7 [850] -2014-12-15 13:38:50 queue INFO 3 [851] -2014-12-15 13:38:50 queue INFO 7 [852] -2014-12-15 13:38:51 queue INFO 3 [853] -2014-12-15 13:38:51 queue INFO 7 [854] -2014-12-15 13:38:51 queue INFO 3 [855] -2014-12-15 13:38:52 queue INFO 7 [856] -2014-12-15 13:38:52 queue INFO 3 [857] -2014-12-15 13:38:52 queue INFO 7 [858] -2014-12-15 13:38:53 queue INFO 3 [859] -2014-12-15 13:38:53 queue INFO 7 [860] -2014-12-15 13:38:53 queue INFO 3 [861] -2014-12-15 13:38:54 queue INFO 7 [862] -2014-12-15 13:38:54 queue INFO 3 [863] -2014-12-15 13:38:54 queue INFO 7 [864] -2014-12-15 13:38:54 queue INFO 3 [865] -2014-12-15 13:38:55 queue INFO 7 [866] -2014-12-15 13:38:55 queue INFO 3 [867] -2014-12-15 13:38:56 queue INFO 7 [868] -2014-12-15 13:38:56 queue INFO 3 [869] -2014-12-15 13:38:56 queue INFO 7 [870] -2014-12-15 13:38:57 queue INFO 3 [871] -2014-12-15 13:38:57 queue INFO 7 [872] -2014-12-15 13:38:57 queue INFO 3 [873] -2014-12-15 13:38:58 queue INFO 7 [874] -2014-12-15 13:38:58 queue INFO 3 [875] -2014-12-15 13:38:58 queue INFO 7 [876] -2014-12-15 13:38:59 queue INFO 3 [877] -2014-12-15 13:38:59 queue INFO 7 [878] -2014-12-15 13:38:59 queue INFO 3 [879] -2014-12-15 13:39:00 queue INFO 7 [880] -2014-12-15 13:39:00 queue INFO 3 [881] -2014-12-15 13:39:00 queue INFO 7 [882] -2014-12-15 13:39:01 queue INFO 3 [883] -2014-12-15 13:39:01 queue INFO 7 [884] -2014-12-15 13:39:01 queue INFO 3 [885] -2014-12-15 13:39:02 queue INFO 7 [886] -2014-12-15 13:39:02 queue INFO 3 [887] -2014-12-15 13:39:02 queue INFO 7 [888] -2014-12-15 13:39:03 queue INFO 3 [889] -2014-12-15 13:39:03 queue INFO 7 [890] -2014-12-15 13:39:03 queue INFO 3 [891] -2014-12-15 13:39:04 queue INFO 7 [892] -2014-12-15 13:39:04 queue INFO 3 [893] -2014-12-15 13:39:04 queue INFO 7 [894] -2014-12-15 13:39:05 queue INFO 3 [895] -2014-12-15 13:39:05 queue INFO 7 [896] -2014-12-15 13:39:05 queue INFO 3 [897] -2014-12-15 13:39:05 queue INFO 7 [898] -2014-12-15 13:39:06 queue INFO 3 [899] -2014-12-15 13:39:06 queue INFO 7 [900] -2014-12-15 13:39:06 queue INFO 3 [901] -2014-12-15 13:39:07 queue INFO 7 [902] -2014-12-15 13:39:07 queue INFO 3 [903] -2014-12-15 13:39:07 queue INFO 7 [904] -2014-12-15 13:39:08 queue INFO 3 [905] -2014-12-15 13:39:08 queue INFO 7 [906] -2014-12-15 13:39:08 queue INFO 3 [907] -2014-12-15 13:39:09 queue INFO 7 [908] -2014-12-15 13:39:09 queue INFO 3 [909] -2014-12-15 13:39:09 queue INFO 7 [910] -2014-12-15 13:39:10 queue INFO 3 [911] -2014-12-15 13:39:10 queue INFO 7 [912] -2014-12-15 13:39:10 queue INFO 3 [913] -2014-12-15 13:39:11 queue INFO 7 [914] -2014-12-15 13:39:11 queue INFO 3 [915] -2014-12-15 13:39:11 queue INFO 7 [916] -2014-12-15 13:39:12 queue INFO 3 [917] -2014-12-15 13:39:12 queue INFO 7 [918] -2014-12-15 13:39:12 queue INFO 3 [919] -2014-12-15 13:39:13 queue INFO 7 [920] -2014-12-15 13:39:13 queue INFO 3 [921] -2014-12-15 13:39:13 queue INFO 7 [922] -2014-12-15 13:39:14 queue INFO 3 [923] -2014-12-15 13:39:14 queue INFO 7 [924] -2014-12-15 13:39:14 queue INFO 3 [925] -2014-12-15 13:39:15 queue INFO 7 [926] -2014-12-15 13:39:15 queue INFO 3 [927] -2014-12-15 13:39:15 queue INFO 7 [928] -2014-12-15 13:39:16 queue INFO 3 [929] -2014-12-15 13:39:16 queue INFO 7 [930] -2014-12-15 13:39:16 queue INFO 3 [931] -2014-12-15 13:39:17 queue INFO 7 [932] -2014-12-15 13:39:17 queue INFO 3 [933] -2014-12-15 13:39:17 queue INFO 7 [934] -2014-12-15 13:39:18 queue INFO 3 [935] -2014-12-15 13:39:18 queue INFO 7 [936] -2014-12-15 13:39:18 queue INFO 3 [937] -2014-12-15 13:39:19 queue INFO 7 [938] -2014-12-15 13:39:19 queue INFO 3 [939] -2014-12-15 13:39:19 queue INFO 7 [940] -2014-12-15 13:39:20 queue INFO 3 [941] -2014-12-15 13:39:20 queue INFO 7 [942] -2014-12-15 13:39:20 queue INFO 3 [943] -2014-12-15 13:39:21 queue INFO 7 [944] -2014-12-15 13:39:21 queue INFO 3 [945] -2014-12-15 13:39:21 queue INFO 7 [946] -2014-12-15 13:39:22 queue INFO 3 [947] -2014-12-15 13:39:22 queue INFO 7 [948] -2014-12-15 13:39:22 queue INFO 3 [949] -2014-12-15 13:39:23 queue INFO 7 [950] -2014-12-15 13:39:23 queue INFO 3 [951] -2014-12-15 13:39:23 queue INFO 7 [952] -2014-12-15 13:39:24 queue INFO 3 [953] -2014-12-15 13:39:24 queue INFO 7 [954] -2014-12-15 13:39:24 queue INFO 3 [955] -2014-12-15 13:39:25 queue INFO 7 [956] -2014-12-15 13:39:25 queue INFO 3 [957] -2014-12-15 13:39:25 queue INFO 7 [958] -2014-12-15 13:39:26 queue INFO 3 [959] -2014-12-15 13:39:26 queue INFO 7 [960] -2014-12-15 13:39:26 queue INFO 3 [961] -2014-12-15 13:39:27 queue INFO 7 [962] -2014-12-15 13:39:27 queue INFO 3 [963] -2014-12-15 13:39:27 queue INFO 7 [964] -2014-12-15 13:39:28 queue INFO 3 [965] -2014-12-15 13:39:28 queue INFO 7 [966] -2014-12-15 13:39:28 queue INFO 3 [967] -2014-12-15 13:39:29 queue INFO 7 [968] -2014-12-15 13:39:29 queue INFO 3 [969] -2014-12-15 13:39:29 queue INFO 7 [970] -2014-12-15 13:39:30 queue INFO 3 [971] -2014-12-15 13:39:30 queue INFO 7 [972] -2014-12-15 13:39:30 queue INFO 3 [973] -2014-12-15 13:39:31 queue INFO 7 [974] -2014-12-15 13:39:31 queue INFO 3 [975] -2014-12-15 13:39:31 queue INFO 7 [976] -2014-12-15 13:39:32 queue INFO 3 [977] -2014-12-15 13:39:32 queue INFO 7 [978] -2014-12-15 13:39:32 queue INFO 3 [979] -2014-12-15 13:39:33 queue INFO 7 [980] -2014-12-15 13:39:33 queue INFO 3 [981] -2014-12-15 13:39:33 queue INFO 7 [982] -2014-12-15 13:39:34 queue INFO 3 [983] -2014-12-15 13:39:34 queue INFO 7 [984] -2014-12-15 13:39:34 queue INFO 3 [985] -2014-12-15 13:39:35 queue INFO 7 [986] -2014-12-15 13:39:35 queue INFO 3 [987] -2014-12-15 13:39:35 queue INFO 7 [988] -2014-12-15 13:39:36 queue INFO 3 [989] -2014-12-15 13:39:36 queue INFO 7 [990] -2014-12-15 13:39:36 queue INFO 3 [991] -2014-12-15 13:39:37 queue INFO 7 [992] -2014-12-15 13:39:37 queue INFO 3 [993] -2014-12-15 13:39:37 queue INFO 7 [994] -2014-12-15 13:39:38 queue INFO 3 [995] -2014-12-15 13:39:38 queue INFO 7 [996] -2014-12-15 13:39:38 queue INFO 3 [997] -2014-12-15 13:39:38 queue INFO 7 [998] -2014-12-15 13:39:39 queue INFO 3 [999] -2014-12-15 13:39:39 queue INFO 7 [0] -2014-12-15 13:39:39 queue INFO 3 [1] -2014-12-15 13:39:40 queue INFO 7 [2] -2014-12-15 13:39:40 queue INFO 3 [3] -2014-12-15 13:39:40 queue INFO 7 [4] -2014-12-15 13:39:41 queue INFO 3 [5] -2014-12-15 13:39:41 queue INFO 7 [6] -2014-12-15 13:39:41 queue INFO 3 [7] -2014-12-15 13:39:42 queue INFO 7 [8] -2014-12-15 13:39:42 queue INFO 3 [9] -2014-12-15 13:39:42 queue INFO 7 [10] -2014-12-15 13:39:43 queue INFO 3 [11] -2014-12-15 13:39:43 queue INFO 7 [12] -2014-12-15 13:39:43 queue INFO 3 [13] -2014-12-15 13:39:44 queue INFO 7 [14] -2014-12-15 13:39:44 queue INFO 3 [15] -2014-12-15 13:39:44 queue INFO 7 [16] -2014-12-15 13:39:45 queue INFO 3 [17] -2014-12-15 13:39:45 queue INFO 7 [18] -2014-12-15 13:39:45 queue INFO 3 [19] -2014-12-15 13:39:46 queue INFO 7 [20] -2014-12-15 13:39:46 queue INFO 3 [21] -2014-12-15 13:39:46 queue INFO 7 [22] -2014-12-15 13:39:47 queue INFO 3 [23] -2014-12-15 13:39:47 queue INFO 7 [24] -2014-12-15 13:39:47 queue INFO 3 [25] -2014-12-15 13:39:48 queue INFO 7 [26] -2014-12-15 13:39:48 queue INFO 3 [27] -2014-12-15 13:39:48 queue INFO 7 [28] -2014-12-15 13:39:49 queue INFO 3 [29] -2014-12-15 13:39:49 queue INFO 7 [30] -2014-12-15 13:39:50 queue INFO 3 [31] -2014-12-15 13:39:50 queue INFO 7 [32] -2014-12-15 13:39:50 queue INFO 3 [33] -2014-12-15 13:39:51 queue INFO 7 [34] -2014-12-15 13:39:51 queue INFO 3 [35] -2014-12-15 13:39:51 queue INFO 7 [36] -2014-12-15 13:39:52 queue INFO 3 [37] -2014-12-15 13:39:52 queue INFO 7 [38] -2014-12-15 13:39:52 queue INFO 3 [39] -2014-12-15 13:39:53 queue INFO 7 [40] -2014-12-15 13:39:53 queue INFO 3 [41] -2014-12-15 13:39:53 queue INFO 7 [42] -2014-12-15 13:39:53 queue INFO 3 [43] -2014-12-15 13:39:54 queue INFO 7 [44] -2014-12-15 13:39:54 queue INFO 3 [45] -2014-12-15 13:39:54 queue INFO 7 [46] -2014-12-15 13:39:55 queue INFO 3 [47] -2014-12-15 13:39:55 queue INFO 7 [48] -2014-12-15 13:39:55 queue INFO 3 [49] -2014-12-15 13:39:56 queue INFO 7 [50] -2014-12-15 13:39:56 queue INFO 3 [51] -2014-12-15 13:39:56 queue INFO 7 [52] -2014-12-15 13:39:57 queue INFO 3 [53] -2014-12-15 13:39:57 queue INFO 7 [54] -2014-12-15 13:39:57 queue INFO 3 [55] -2014-12-15 13:39:58 queue INFO 7 [56] -2014-12-15 13:39:58 queue INFO 3 [57] -2014-12-15 13:39:58 queue INFO 7 [58] -2014-12-15 13:39:59 queue INFO 3 [59] -2014-12-15 13:39:59 queue INFO 7 [60] -2014-12-15 13:39:59 queue INFO 3 [61] -2014-12-15 13:40:00 queue INFO 7 [62] -2014-12-15 13:40:00 queue INFO 3 [63] -2014-12-15 13:40:00 queue INFO 7 [64] -2014-12-15 13:40:01 queue INFO 3 [65] -2014-12-15 13:40:01 queue INFO 7 [66] -2014-12-15 13:40:01 queue INFO 3 [67] -2014-12-15 13:40:02 queue INFO 7 [68] -2014-12-15 13:40:02 queue INFO 3 [69] -2014-12-15 13:40:02 queue INFO 7 [70] -2014-12-15 13:40:03 queue INFO 3 [71] -2014-12-15 13:40:03 queue INFO 7 [72] -2014-12-15 13:40:03 queue INFO 3 [73] -2014-12-15 13:40:04 queue INFO 7 [74] -2014-12-15 13:40:04 queue INFO 3 [75] -2014-12-15 13:40:04 queue INFO 7 [76] -2014-12-15 13:40:05 queue INFO 3 [77] -2014-12-15 13:40:05 queue INFO 7 [78] -2014-12-15 13:40:05 queue INFO 3 [79] -2014-12-15 13:40:06 queue INFO 7 [80] -2014-12-15 13:40:06 queue INFO 3 [81] -2014-12-15 13:40:06 queue INFO 7 [82] -2014-12-15 13:40:07 queue INFO 3 [83] -2014-12-15 13:40:07 queue INFO 7 [84] -2014-12-15 13:40:07 queue INFO 3 [85] -2014-12-15 13:40:08 queue INFO 7 [86] -2014-12-15 13:40:08 queue INFO 3 [87] -2014-12-15 13:40:08 queue INFO 7 [88] -2014-12-15 13:40:09 queue INFO 3 [89] -2014-12-15 13:40:09 queue INFO 7 [90] -2014-12-15 13:40:09 queue INFO 3 [91] -2014-12-15 13:40:10 queue INFO 7 [92] -2014-12-15 13:40:10 queue INFO 3 [93] -2014-12-15 13:40:10 queue INFO 7 [94] -2014-12-15 13:40:11 queue INFO 3 [95] -2014-12-15 13:40:11 queue INFO 7 [96] -2014-12-15 13:40:11 queue INFO 3 [97] -2014-12-15 13:40:12 queue INFO 7 [98] -2014-12-15 13:40:12 queue INFO 3 [99] -2014-12-15 13:40:12 queue INFO 7 [100] -2014-12-15 13:40:13 queue INFO 3 [101] -2014-12-15 13:40:13 queue INFO 7 [102] -2014-12-15 13:40:13 queue INFO 3 [103] -2014-12-15 13:40:14 queue INFO 7 [104] -2014-12-15 13:40:14 queue INFO 3 [105] -2014-12-15 13:40:14 queue INFO 7 [106] -2014-12-15 13:40:15 queue INFO 3 [107] -2014-12-15 13:40:15 queue INFO 7 [108] -2014-12-15 13:40:15 queue INFO 3 [109] -2014-12-15 13:40:16 queue INFO 7 [110] -2014-12-15 13:40:16 queue INFO 3 [111] -2014-12-15 13:40:16 queue INFO 7 [112] -2014-12-15 13:40:17 queue INFO 3 [113] -2014-12-15 13:40:17 queue INFO 7 [114] -2014-12-15 13:40:17 queue INFO 3 [115] -2014-12-15 13:40:18 queue INFO 7 [116] -2014-12-15 13:40:18 queue INFO 3 [117] -2014-12-15 13:40:18 queue INFO 7 [118] -2014-12-15 13:40:19 queue INFO 3 [119] -2014-12-15 13:40:19 queue INFO 7 [120] -2014-12-15 13:40:19 queue INFO 3 [121] -2014-12-15 13:40:20 queue INFO 7 [122] -2014-12-15 13:40:20 queue INFO 3 [123] -2014-12-15 13:40:20 queue INFO 7 [124] -2014-12-15 13:40:21 queue INFO 3 [125] -2014-12-15 13:40:21 queue INFO 7 [126] -2014-12-15 13:40:21 queue INFO 3 [127] -2014-12-15 13:40:22 queue INFO 7 [128] -2014-12-15 13:40:22 queue INFO 3 [129] -2014-12-15 13:40:22 queue INFO 7 [130] -2014-12-15 13:40:23 queue INFO 3 [131] -2014-12-15 13:40:23 queue INFO 7 [132] -2014-12-15 13:40:23 queue INFO 3 [133] -2014-12-15 13:40:24 queue INFO 7 [134] -2014-12-15 13:40:24 queue INFO 3 [135] -2014-12-15 13:40:24 queue INFO 7 [136] -2014-12-15 13:40:25 queue INFO 3 [137] -2014-12-15 13:40:25 queue INFO 7 [138] -2014-12-15 13:40:25 queue INFO 3 [139] -2014-12-15 13:40:26 queue INFO 7 [140] -2014-12-15 13:40:26 queue INFO 3 [141] -2014-12-15 13:40:26 queue INFO 7 [142] -2014-12-15 13:40:27 queue INFO 3 [143] -2014-12-15 13:40:27 queue INFO 7 [144] -2014-12-15 13:40:27 queue INFO 3 [145] -2014-12-15 13:40:28 queue INFO 7 [146] -2014-12-15 13:40:28 queue INFO 3 [147] -2014-12-15 13:40:28 queue INFO 7 [148] -2014-12-15 13:40:29 queue INFO 3 [149] -2014-12-15 13:40:29 queue INFO 7 [150] -2014-12-15 13:40:29 queue INFO 3 [151] -2014-12-15 13:40:30 queue INFO 7 [152] -2014-12-15 13:40:30 queue INFO 3 [153] -2014-12-15 13:40:30 queue INFO 7 [154] -2014-12-15 13:40:31 queue INFO 3 [155] -2014-12-15 13:40:31 queue INFO 7 [156] -2014-12-15 13:40:31 queue INFO 3 [157] -2014-12-15 13:40:32 queue INFO 7 [158] -2014-12-15 13:40:32 queue INFO 3 [159] -2014-12-15 13:40:32 queue INFO 7 [160] -2014-12-15 13:40:32 queue INFO 3 [161] -2014-12-15 13:40:33 queue INFO 7 [162] -2014-12-15 13:40:33 queue INFO 3 [163] -2014-12-15 13:40:33 queue INFO 7 [164] -2014-12-15 13:40:34 queue INFO 3 [165] -2014-12-15 13:40:34 queue INFO 7 [166] -2014-12-15 13:40:34 queue INFO 3 [167] -2014-12-15 13:40:35 queue INFO 7 [168] -2014-12-15 13:40:35 queue INFO 3 [169] -2014-12-15 13:40:35 queue INFO 7 [170] -2014-12-15 13:40:36 queue INFO 3 [171] -2014-12-15 13:40:36 queue INFO 7 [172] -2014-12-15 13:40:36 queue INFO 3 [173] -2014-12-15 13:40:37 queue INFO 7 [174] -2014-12-15 13:40:37 queue INFO 3 [175] -2014-12-15 13:40:37 queue INFO 7 [176] -2014-12-15 13:40:38 queue INFO 3 [177] -2014-12-15 13:40:38 queue INFO 7 [178] -2014-12-15 13:40:38 queue INFO 3 [179] -2014-12-15 13:40:39 queue INFO 7 [180] -2014-12-15 13:40:39 queue INFO 3 [181] -2014-12-15 13:40:39 queue INFO 7 [182] -2014-12-15 13:40:40 queue INFO 3 [183] -2014-12-15 13:40:40 queue INFO 7 [184] -2014-12-15 13:40:40 queue INFO 3 [185] -2014-12-15 13:40:41 queue INFO 7 [186] -2014-12-15 13:40:41 queue INFO 3 [187] -2014-12-15 13:40:41 queue INFO 7 [188] -2014-12-15 13:40:42 queue INFO 3 [189] -2014-12-15 13:40:42 queue INFO 7 [190] -2014-12-15 13:40:42 queue INFO 3 [191] -2014-12-15 13:40:43 queue INFO 7 [192] -2014-12-15 13:40:43 queue INFO 3 [193] -2014-12-15 13:40:43 queue INFO 7 [194] -2014-12-15 13:40:44 queue INFO 3 [195] -2014-12-15 13:40:44 queue INFO 7 [196] -2014-12-15 13:40:44 queue INFO 3 [197] -2014-12-15 13:40:45 queue INFO 7 [198] -2014-12-15 13:40:45 queue INFO 3 [199] -2014-12-15 13:40:46 queue INFO 7 [200] -2014-12-15 13:40:46 queue INFO 3 [201] -2014-12-15 13:40:47 queue INFO 7 [202] -2014-12-15 13:40:47 queue INFO 3 [203] -2014-12-15 13:40:47 queue INFO 7 [204] -2014-12-15 13:40:48 queue INFO 3 [205] -2014-12-15 13:40:48 queue INFO 7 [206] -2014-12-15 13:40:48 queue INFO 3 [207] -2014-12-15 13:40:49 queue INFO 7 [208] -2014-12-15 13:40:49 queue INFO 3 [209] -2014-12-15 13:40:49 queue INFO 7 [210] -2014-12-15 13:40:50 queue INFO 3 [211] -2014-12-15 13:40:50 queue INFO 7 [212] -2014-12-15 13:40:50 queue INFO 3 [213] -2014-12-15 13:40:51 queue INFO 7 [214] -2014-12-15 13:40:51 queue INFO 3 [215] -2014-12-15 13:40:51 queue INFO 7 [216] -2014-12-15 13:40:52 queue INFO 3 [217] -2014-12-15 13:40:52 queue INFO 7 [218] -2014-12-15 13:40:52 queue INFO 3 [219] -2014-12-15 13:40:53 queue INFO 7 [220] -2014-12-15 13:40:53 queue INFO 3 [221] -2014-12-15 13:40:53 queue INFO 7 [222] -2014-12-15 13:40:54 queue INFO 3 [223] -2014-12-15 13:40:54 queue INFO 7 [224] -2014-12-15 13:40:54 queue INFO 3 [225] -2014-12-15 13:40:55 queue INFO 7 [226] -2014-12-15 13:40:55 queue INFO 3 [227] -2014-12-15 13:40:55 queue INFO 7 [228] -2014-12-15 13:40:55 queue INFO 3 [229] -2014-12-15 13:40:56 queue INFO 7 [230] -2014-12-15 13:40:56 queue INFO 3 [231] -2014-12-15 13:40:57 queue INFO 7 [232] -2014-12-15 13:40:57 queue INFO 3 [233] -2014-12-15 13:40:57 queue INFO 7 [234] -2014-12-15 13:40:58 queue INFO 3 [235] -2014-12-15 13:40:58 queue INFO 7 [236] -2014-12-15 13:40:58 queue INFO 3 [237] -2014-12-15 13:40:59 queue INFO 7 [238] -2014-12-15 13:40:59 queue INFO 3 [239] -2014-12-15 13:41:00 queue INFO 7 [240] -2014-12-15 13:41:00 queue INFO 3 [241] -2014-12-15 13:41:00 queue INFO 7 [242] -2014-12-15 13:41:01 queue INFO 3 [243] -2014-12-15 13:41:01 queue INFO 7 [244] -2014-12-15 13:41:01 queue INFO 3 [245] -2014-12-15 13:41:02 queue INFO 7 [246] -2014-12-15 13:41:02 queue INFO 3 [247] -2014-12-15 13:41:02 queue INFO 7 [248] -2014-12-15 13:41:03 queue INFO 3 [249] -2014-12-15 13:41:03 queue INFO 7 [250] -2014-12-15 13:41:03 queue INFO 3 [251] -2014-12-15 13:41:04 queue INFO 7 [252] -2014-12-15 13:41:04 queue INFO 3 [253] -2014-12-15 13:41:04 queue INFO 7 [254] -2014-12-15 13:41:05 queue INFO 3 [255] -2014-12-15 13:41:05 queue INFO 7 [256] -2014-12-15 13:41:05 queue INFO 3 [257] -2014-12-15 13:41:05 queue INFO 7 [258] -2014-12-15 13:41:06 queue INFO 3 [259] -2014-12-15 13:41:06 queue INFO 7 [260] -2014-12-15 13:41:06 queue INFO 3 [261] -2014-12-15 13:41:07 queue INFO 7 [262] -2014-12-15 13:41:07 queue INFO 3 [263] -2014-12-15 13:41:07 queue INFO 7 [264] -2014-12-15 13:41:08 queue INFO 3 [265] -2014-12-15 13:41:08 queue INFO 7 [266] -2014-12-15 13:41:08 queue INFO 3 [267] -2014-12-15 13:41:09 queue INFO 7 [268] -2014-12-15 13:41:09 queue INFO 3 [269] -2014-12-15 13:41:09 queue INFO 7 [270] -2014-12-15 13:41:10 queue INFO 3 [271] -2014-12-15 13:41:10 queue INFO 7 [272] -2014-12-15 13:41:11 queue INFO 3 [273] -2014-12-15 13:41:11 queue INFO 7 [274] -2014-12-15 13:41:11 queue INFO 3 [275] -2014-12-15 13:41:12 queue INFO 7 [276] -2014-12-15 13:41:12 queue INFO 3 [277] -2014-12-15 13:41:12 queue INFO 7 [278] -2014-12-15 13:41:13 queue INFO 3 [279] -2014-12-15 13:41:13 queue INFO 7 [280] -2014-12-15 13:41:13 queue INFO 3 [281] -2014-12-15 13:41:14 queue INFO 7 [282] -2014-12-15 13:41:14 queue INFO 3 [283] -2014-12-15 13:41:14 queue INFO 7 [284] -2014-12-15 13:41:14 queue INFO 3 [285] -2014-12-15 13:41:15 queue INFO 7 [286] -2014-12-15 13:41:15 queue INFO 3 [287] -2014-12-15 13:41:15 queue INFO 7 [288] -2014-12-15 13:41:16 queue INFO 3 [289] -2014-12-15 13:41:16 queue INFO 7 [290] -2014-12-15 13:41:16 queue INFO 3 [291] -2014-12-15 13:41:17 queue INFO 7 [292] -2014-12-15 13:41:17 queue INFO 3 [293] -2014-12-15 13:41:17 queue INFO 7 [294] -2014-12-15 13:41:18 queue INFO 3 [295] -2014-12-15 13:41:18 queue INFO 7 [296] -2014-12-15 13:41:18 queue INFO 3 [297] -2014-12-15 13:41:19 queue INFO 7 [298] -2014-12-15 13:41:19 queue INFO 3 [299] -2014-12-15 13:41:19 queue INFO 7 [300] -2014-12-15 13:41:20 queue INFO 3 [301] -2014-12-15 13:41:20 queue INFO 7 [302] -2014-12-15 13:41:20 queue INFO 3 [303] -2014-12-15 13:41:21 queue INFO 7 [304] -2014-12-15 13:41:21 queue INFO 3 [305] -2014-12-15 13:41:21 queue INFO 7 [306] -2014-12-15 13:41:22 queue INFO 3 [307] -2014-12-15 13:41:22 queue INFO 7 [308] -2014-12-15 13:41:22 queue INFO 3 [309] -2014-12-15 13:41:23 queue INFO 7 [310] -2014-12-15 13:41:23 queue INFO 3 [311] -2014-12-15 13:41:23 queue INFO 7 [312] -2014-12-15 13:41:24 queue INFO 3 [313] -2014-12-15 13:41:24 queue INFO 7 [314] -2014-12-15 13:41:24 queue INFO 3 [315] -2014-12-15 13:41:25 queue INFO 7 [316] -2014-12-15 13:41:25 queue INFO 3 [317] -2014-12-15 13:41:25 queue INFO 7 [318] -2014-12-15 13:41:26 queue INFO 3 [319] -2014-12-15 13:41:26 queue INFO 7 [320] -2014-12-15 13:41:26 queue INFO 3 [321] -2014-12-15 13:41:27 queue INFO 7 [322] -2014-12-15 13:41:27 queue INFO 3 [323] -2014-12-15 13:41:27 queue INFO 7 [324] -2014-12-15 13:41:28 queue INFO 3 [325] -2014-12-15 13:41:28 queue INFO 7 [326] -2014-12-15 13:41:28 queue INFO 3 [327] -2014-12-15 13:41:29 queue INFO 7 [328] -2014-12-15 13:41:29 queue INFO 3 [329] -2014-12-15 13:41:29 queue INFO 7 [330] -2014-12-15 13:41:30 queue INFO 3 [331] -2014-12-15 13:41:30 queue INFO 7 [332] -2014-12-15 13:41:30 queue INFO 3 [333] -2014-12-15 13:41:31 queue INFO 7 [334] -2014-12-15 13:41:31 queue INFO 3 [335] -2014-12-15 13:41:31 queue INFO 7 [336] -2014-12-15 13:41:31 queue INFO 3 [337] -2014-12-15 13:41:32 queue INFO 7 [338] -2014-12-15 13:41:32 queue INFO 3 [339] -2014-12-15 13:41:32 queue INFO 7 [340] -2014-12-15 13:41:33 queue INFO 3 [341] -2014-12-15 13:41:33 queue INFO 7 [342] -2014-12-15 13:41:33 queue INFO 3 [343] -2014-12-15 13:41:34 queue INFO 7 [344] -2014-12-15 13:41:34 queue INFO 3 [345] -2014-12-15 13:41:34 queue INFO 7 [346] -2014-12-15 13:41:35 queue INFO 3 [347] -2014-12-15 13:41:35 queue INFO 7 [348] -2014-12-15 13:41:35 queue INFO 3 [349] -2014-12-15 13:41:36 queue INFO 7 [350] -2014-12-15 13:41:36 queue INFO 3 [351] -2014-12-15 13:41:36 queue INFO 7 [352] -2014-12-15 13:41:37 queue INFO 3 [353] -2014-12-15 13:41:37 queue INFO 7 [354] -2014-12-15 13:41:38 queue INFO 3 [355] -2014-12-15 13:41:38 queue INFO 7 [356] -2014-12-15 13:41:38 queue INFO 3 [357] -2014-12-15 13:41:39 queue INFO 7 [358] -2014-12-15 13:41:39 queue INFO 3 [359] -2014-12-15 13:41:39 queue INFO 7 [360] -2014-12-15 13:41:40 queue INFO 3 [361] -2014-12-15 13:41:40 queue INFO 7 [362] -2014-12-15 13:41:40 queue INFO 3 [363] -2014-12-15 13:41:41 queue INFO 7 [364] -2014-12-15 13:41:41 queue INFO 3 [365] -2014-12-15 13:41:41 queue INFO 7 [366] -2014-12-15 13:41:41 queue INFO 3 [367] -2014-12-15 13:41:42 queue INFO 7 [368] -2014-12-15 13:41:42 queue INFO 3 [369] -2014-12-15 13:41:42 queue INFO 7 [370] -2014-12-15 13:41:43 queue INFO 3 [371] -2014-12-15 13:41:43 queue INFO 7 [372] -2014-12-15 13:41:43 queue INFO 3 [373] -2014-12-15 13:41:44 queue INFO 7 [374] -2014-12-15 13:41:44 queue INFO 3 [375] -2014-12-15 13:41:44 queue INFO 7 [376] -2014-12-15 13:41:45 queue INFO 3 [377] -2014-12-15 13:41:45 queue INFO 7 [378] -2014-12-15 13:41:45 queue INFO 3 [379] -2014-12-15 13:41:46 queue INFO 7 [380] -2014-12-15 13:41:47 queue INFO 3 [381] -2014-12-15 13:41:47 queue INFO 7 [382] -2014-12-15 13:41:47 queue INFO 3 [383] -2014-12-15 13:41:48 queue INFO 7 [384] -2014-12-15 13:41:48 queue INFO 3 [385] -2014-12-15 13:41:49 queue INFO 7 [386] -2014-12-15 13:41:49 queue INFO 3 [387] -2014-12-15 13:41:49 queue INFO 7 [388] -2014-12-15 13:41:50 queue INFO 3 [389] -2014-12-15 13:41:50 queue INFO 7 [390] -2014-12-15 13:41:50 queue INFO 3 [391] -2014-12-15 13:41:51 queue INFO 7 [392] -2014-12-15 13:41:51 queue INFO 3 [393] -2014-12-15 13:41:51 queue INFO 7 [394] -2014-12-15 13:41:52 queue INFO 3 [395] -2014-12-15 13:41:52 queue INFO 7 [396] -2014-12-15 13:41:52 queue INFO 3 [397] -2014-12-15 13:41:53 queue INFO 7 [398] -2014-12-15 13:41:53 queue INFO 3 [399] -2014-12-15 13:41:53 queue INFO 7 [400] -2014-12-15 13:41:54 queue INFO 3 [401] -2014-12-15 13:41:54 queue INFO 7 [402] -2014-12-15 13:41:54 queue INFO 3 [403] -2014-12-15 13:41:55 queue INFO 7 [404] -2014-12-15 13:41:55 queue INFO 3 [405] -2014-12-15 13:41:55 queue INFO 7 [406] -2014-12-15 13:41:56 queue INFO 3 [407] -2014-12-15 13:41:56 queue INFO 7 [408] -2014-12-15 13:41:56 queue INFO 3 [409] -2014-12-15 13:41:57 queue INFO 7 [410] -2014-12-15 13:41:57 queue INFO 3 [411] -2014-12-15 13:41:57 queue INFO 7 [412] -2014-12-15 13:41:58 queue INFO 3 [413] -2014-12-15 13:41:58 queue INFO 7 [414] -2014-12-15 13:41:58 queue INFO 3 [415] -2014-12-15 13:41:59 queue INFO 7 [416] -2014-12-15 13:41:59 queue INFO 3 [417] -2014-12-15 13:41:59 queue INFO 7 [418] -2014-12-15 13:42:00 queue INFO 3 [419] -2014-12-15 13:42:00 queue INFO 7 [420] -2014-12-15 13:42:00 queue INFO 3 [421] -2014-12-15 13:42:01 queue INFO 7 [422] -2014-12-15 13:42:01 queue INFO 3 [423] -2014-12-15 13:42:01 queue INFO 7 [424] -2014-12-15 13:42:02 queue INFO 3 [425] -2014-12-15 13:42:02 queue INFO 7 [426] -2014-12-15 13:42:02 queue INFO 3 [427] -2014-12-15 13:42:03 queue INFO 7 [428] -2014-12-15 13:42:03 queue INFO 3 [429] -2014-12-15 13:42:03 queue INFO 7 [430] -2014-12-15 13:42:03 queue INFO 3 [431] -2014-12-15 13:42:04 queue INFO 7 [432] -2014-12-15 13:42:04 queue INFO 3 [433] -2014-12-15 13:42:04 queue INFO 7 [434] -2014-12-15 13:42:05 queue INFO 3 [435] -2014-12-15 13:42:05 queue INFO 7 [436] -2014-12-15 13:42:06 queue INFO 3 [437] -2014-12-15 13:42:06 queue INFO 7 [438] -2014-12-15 13:42:06 queue INFO 3 [439] -2014-12-15 13:42:07 queue INFO 7 [440] -2014-12-15 13:42:07 queue INFO 3 [441] -2014-12-15 13:42:07 queue INFO 7 [442] -2014-12-15 13:42:08 queue INFO 3 [443] -2014-12-15 13:42:08 queue INFO 7 [444] -2014-12-15 13:42:09 queue INFO 3 [445] -2014-12-15 13:42:09 queue INFO 7 [446] -2014-12-15 13:42:09 queue INFO 3 [447] -2014-12-15 13:42:10 queue INFO 7 [448] -2014-12-15 13:42:10 queue INFO 3 [449] -2014-12-15 13:42:10 queue INFO 7 [450] -2014-12-15 13:42:11 queue INFO 3 [451] -2014-12-15 13:42:11 queue INFO 7 [452] -2014-12-15 13:42:11 queue INFO 3 [453] -2014-12-15 13:42:12 queue INFO 7 [454] -2014-12-15 13:42:12 queue INFO 3 [455] -2014-12-15 13:42:12 queue INFO 7 [456] -2014-12-15 13:42:13 queue INFO 3 [457] -2014-12-15 13:42:13 queue INFO 7 [458] -2014-12-15 13:42:13 queue INFO 3 [459] -2014-12-15 13:42:14 queue INFO 7 [460] -2014-12-15 13:42:14 queue INFO 3 [461] -2014-12-15 13:42:14 queue INFO 7 [462] -2014-12-15 13:42:15 queue INFO 3 [463] -2014-12-15 13:42:15 queue INFO 7 [464] -2014-12-15 13:42:15 queue INFO 3 [465] -2014-12-15 13:42:16 queue INFO 7 [466] -2014-12-15 13:42:16 queue INFO 3 [467] -2014-12-15 13:42:16 queue INFO 7 [468] -2014-12-15 13:42:17 queue INFO 3 [469] -2014-12-15 13:42:17 queue INFO 7 [470] -2014-12-15 13:42:17 queue INFO 3 [471] -2014-12-15 13:42:18 queue INFO 7 [472] -2014-12-15 13:42:18 queue INFO 3 [473] -2014-12-15 13:42:18 queue INFO 7 [474] -2014-12-15 13:42:19 queue INFO 3 [475] -2014-12-15 13:42:19 queue INFO 7 [476] -2014-12-15 13:42:19 queue INFO 3 [477] -2014-12-15 13:42:20 queue INFO 7 [478] -2014-12-15 13:42:20 queue INFO 3 [479] -2014-12-15 13:42:20 queue INFO 7 [480] -2014-12-15 13:42:21 queue INFO 3 [481] -2014-12-15 13:42:21 queue INFO 7 [482] -2014-12-15 13:42:21 queue INFO 3 [483] -2014-12-15 13:42:22 queue INFO 7 [484] -2014-12-15 13:42:22 queue INFO 3 [485] -2014-12-15 13:42:22 queue INFO 7 [486] -2014-12-15 13:42:22 queue INFO 3 [487] -2014-12-15 13:42:23 queue INFO 7 [488] -2014-12-15 13:42:23 queue INFO 3 [489] -2014-12-15 13:42:23 queue INFO 7 [490] -2014-12-15 13:42:24 queue INFO 3 [491] -2014-12-15 13:42:24 queue INFO 7 [492] -2014-12-15 13:42:24 queue INFO 3 [493] -2014-12-15 13:42:25 queue INFO 7 [494] -2014-12-15 13:42:25 queue INFO 3 [495] -2014-12-15 13:42:25 queue INFO 7 [496] -2014-12-15 13:42:26 queue INFO 3 [497] -2014-12-15 13:42:26 queue INFO 7 [498] -2014-12-15 13:42:26 queue INFO 3 [499] -2014-12-15 13:42:27 queue INFO 7 [500] -2014-12-15 13:42:27 queue INFO 3 [501] -2014-12-15 13:42:27 queue INFO 7 [502] -2014-12-15 13:42:28 queue INFO 3 [503] -2014-12-15 13:42:28 queue INFO 7 [504] -2014-12-15 13:42:28 queue INFO 3 [505] -2014-12-15 13:42:29 queue INFO 7 [506] -2014-12-15 13:42:29 queue INFO 3 [507] -2014-12-15 13:42:29 queue INFO 7 [508] -2014-12-15 13:42:30 queue INFO 3 [509] -2014-12-15 13:42:30 queue INFO 7 [510] -2014-12-15 13:42:30 queue INFO 3 [511] -2014-12-15 13:42:31 queue INFO 7 [512] -2014-12-15 13:42:31 queue INFO 3 [513] -2014-12-15 13:42:31 queue INFO 7 [514] -2014-12-15 13:42:32 queue INFO 3 [515] -2014-12-15 13:42:32 queue INFO 7 [516] -2014-12-15 13:42:32 queue INFO 3 [517] -2014-12-15 13:42:33 queue INFO 7 [518] -2014-12-15 13:42:33 queue INFO 3 [519] -2014-12-15 13:42:34 queue INFO 7 [520] -2014-12-15 13:42:34 queue INFO 3 [521] -2014-12-15 13:42:34 queue INFO 7 [522] -2014-12-15 13:42:34 queue INFO 3 [523] -2014-12-15 13:42:35 queue INFO 7 [524] -2014-12-15 13:42:35 queue INFO 3 [525] -2014-12-15 13:42:35 queue INFO 7 [526] -2014-12-15 13:42:36 queue INFO 3 [527] -2014-12-15 13:42:36 queue INFO 7 [528] -2014-12-15 13:42:36 queue INFO 3 [529] -2014-12-15 13:42:37 queue INFO 7 [530] -2014-12-15 13:42:37 queue INFO 3 [531] -2014-12-15 13:42:37 queue INFO 7 [532] -2014-12-15 13:42:38 queue INFO 3 [533] -2014-12-15 13:42:38 queue INFO 7 [534] -2014-12-15 13:42:38 queue INFO 3 [535] -2014-12-15 13:42:39 queue INFO 7 [536] -2014-12-15 13:42:39 queue INFO 3 [537] -2014-12-15 13:42:39 queue INFO 7 [538] -2014-12-15 13:42:40 queue INFO 3 [539] -2014-12-15 13:42:40 queue INFO 7 [540] -2014-12-15 13:42:40 queue INFO 3 [541] -2014-12-15 13:42:41 queue INFO 7 [542] -2014-12-15 13:42:41 queue INFO 3 [543] -2014-12-15 13:42:41 queue INFO 7 [544] -2014-12-15 13:42:42 queue INFO 3 [545] -2014-12-15 13:42:42 queue INFO 7 [546] -2014-12-15 13:42:42 queue INFO 3 [547] -2014-12-15 13:42:43 queue INFO 7 [548] -2014-12-15 13:42:43 queue INFO 3 [549] -2014-12-15 13:42:43 queue INFO 7 [550] -2014-12-15 13:42:44 queue INFO 3 [551] -2014-12-15 13:42:44 queue INFO 7 [552] -2014-12-15 13:42:44 queue INFO 3 [553] -2014-12-15 13:42:44 queue INFO 7 [554] -2014-12-15 13:42:45 queue INFO 3 [555] -2014-12-15 13:42:45 queue INFO 7 [556] -2014-12-15 13:42:45 queue INFO 3 [557] -2014-12-15 13:42:46 queue INFO 7 [558] -2014-12-15 13:42:46 queue INFO 3 [559] -2014-12-15 13:42:46 queue INFO 7 [560] -2014-12-15 13:42:47 queue INFO 3 [561] -2014-12-15 13:42:47 queue INFO 7 [562] -2014-12-15 13:42:47 queue INFO 3 [563] -2014-12-15 13:42:48 queue INFO 7 [564] -2014-12-15 13:42:48 queue INFO 3 [565] -2014-12-15 13:42:48 queue INFO 7 [566] -2014-12-15 13:42:49 queue INFO 3 [567] -2014-12-15 13:42:49 queue INFO 7 [568] -2014-12-15 13:42:49 queue INFO 3 [569] -2014-12-15 13:42:50 queue INFO 7 [570] -2014-12-15 13:42:50 queue INFO 3 [571] -2014-12-15 13:42:50 queue INFO 7 [572] -2014-12-15 13:42:51 queue INFO 3 [573] -2014-12-15 13:42:51 queue INFO 7 [574] -2014-12-15 13:42:51 queue INFO 3 [575] -2014-12-15 13:42:52 queue INFO 7 [576] -2014-12-15 13:42:52 queue INFO 3 [577] -2014-12-15 13:42:52 queue INFO 7 [578] -2014-12-15 13:42:53 queue INFO 3 [579] -2014-12-15 13:42:53 queue INFO 7 [580] -2014-12-15 13:42:53 queue INFO 3 [581] -2014-12-15 13:42:54 queue INFO 7 [582] -2014-12-15 13:42:54 queue INFO 3 [583] -2014-12-15 13:42:54 queue INFO 7 [584] -2014-12-15 13:42:55 queue INFO 3 [585] -2014-12-15 13:42:55 queue INFO 7 [586] -2014-12-15 13:42:55 queue INFO 3 [587] -2014-12-15 13:42:56 queue INFO 7 [588] -2014-12-15 13:42:56 queue INFO 3 [589] -2014-12-15 13:42:56 queue INFO 7 [590] -2014-12-15 13:42:57 queue INFO 3 [591] -2014-12-15 13:42:57 queue INFO 7 [592] -2014-12-15 13:42:57 queue INFO 3 [593] -2014-12-15 13:42:57 queue INFO 7 [594] -2014-12-15 13:42:58 queue INFO 3 [595] -2014-12-15 13:42:58 queue INFO 7 [596] -2014-12-15 13:42:58 queue INFO 3 [597] -2014-12-15 13:42:59 queue INFO 7 [598] -2014-12-15 13:42:59 queue INFO 3 [599] -2014-12-15 13:42:59 queue INFO 7 [600] -2014-12-15 13:43:00 queue INFO 3 [601] -2014-12-15 13:43:00 queue INFO 7 [602] -2014-12-15 13:43:01 queue INFO 3 [603] -2014-12-15 13:43:01 queue INFO 7 [604] -2014-12-15 13:43:01 queue INFO 3 [605] -2014-12-15 13:43:02 queue INFO 7 [606] -2014-12-15 13:43:02 queue INFO 3 [607] -2014-12-15 13:43:02 queue INFO 7 [608] -2014-12-15 13:43:03 queue INFO 3 [609] -2014-12-15 13:43:03 queue INFO 7 [610] -2014-12-15 13:43:03 queue INFO 3 [611] -2014-12-15 13:43:04 queue INFO 7 [612] -2014-12-15 13:43:04 queue INFO 3 [613] -2014-12-15 13:43:04 queue INFO 7 [614] -2014-12-15 13:43:05 queue INFO 3 [615] -2014-12-15 13:43:05 queue INFO 7 [616] -2014-12-15 13:43:05 queue INFO 3 [617] -2014-12-15 13:43:06 queue INFO 7 [618] -2014-12-15 13:43:06 queue INFO 3 [619] -2014-12-15 13:43:06 queue INFO 7 [620] -2014-12-15 13:43:07 queue INFO 3 [621] -2014-12-15 13:43:07 queue INFO 7 [622] -2014-12-15 13:43:07 queue INFO 3 [623] -2014-12-15 13:43:08 queue INFO 7 [624] -2014-12-15 13:43:08 queue INFO 3 [625] -2014-12-15 13:43:08 queue INFO 7 [626] -2014-12-15 13:43:09 queue INFO 3 [627] -2014-12-15 13:43:09 queue INFO 7 [628] -2014-12-15 13:43:09 queue INFO 3 [629] -2014-12-15 13:43:09 queue INFO 7 [630] -2014-12-15 13:43:10 queue INFO 3 [631] -2014-12-15 13:43:10 queue INFO 7 [632] -2014-12-15 13:43:10 queue INFO 3 [633] -2014-12-15 13:43:11 queue INFO 7 [634] -2014-12-15 13:43:11 queue INFO 3 [635] -2014-12-15 13:43:11 queue INFO 7 [636] -2014-12-15 13:43:12 queue INFO 3 [637] -2014-12-15 13:43:12 queue INFO 7 [638] -2014-12-15 13:43:12 queue INFO 3 [639] -2014-12-15 13:43:13 queue INFO 7 [640] -2014-12-15 13:43:13 queue INFO 3 [641] -2014-12-15 13:43:13 queue INFO 7 [642] -2014-12-15 13:43:14 queue INFO 3 [643] -2014-12-15 13:43:14 queue INFO 7 [644] -2014-12-15 13:43:14 queue INFO 3 [645] -2014-12-15 13:43:15 queue INFO 7 [646] -2014-12-15 13:43:15 queue INFO 3 [647] -2014-12-15 13:43:15 queue INFO 7 [648] -2014-12-15 13:43:16 queue INFO 3 [649] -2014-12-15 13:43:16 queue INFO 7 [650] -2014-12-15 13:43:16 queue INFO 3 [651] -2014-12-15 13:43:17 queue INFO 7 [652] -2014-12-15 13:43:17 queue INFO 3 [653] -2014-12-15 13:43:17 queue INFO 7 [654] -2014-12-15 13:43:18 queue INFO 3 [655] -2014-12-15 13:43:18 queue INFO 7 [656] -2014-12-15 13:43:18 queue INFO 3 [657] -2014-12-15 13:43:19 queue INFO 7 [658] -2014-12-15 13:43:19 queue INFO 3 [659] -2014-12-15 13:43:19 queue INFO 7 [660] -2014-12-15 13:43:20 queue INFO 3 [661] -2014-12-15 13:43:20 queue INFO 7 [662] -2014-12-15 13:43:20 queue INFO 3 [663] -2014-12-15 13:43:21 queue INFO 7 [664] -2014-12-15 13:43:21 queue INFO 3 [665] -2014-12-15 13:43:21 queue INFO 7 [666] -2014-12-15 13:43:22 queue INFO 3 [667] -2014-12-15 13:43:22 queue INFO 7 [668] -2014-12-15 13:43:22 queue INFO 3 [669] -2014-12-15 13:43:23 queue INFO 7 [670] -2014-12-15 13:43:23 queue INFO 3 [671] -2014-12-15 13:43:23 queue INFO 7 [672] -2014-12-15 13:43:23 queue INFO 3 [673] -2014-12-15 13:43:24 queue INFO 7 [674] -2014-12-15 13:43:24 queue INFO 3 [675] -2014-12-15 13:43:24 queue INFO 7 [676] -2014-12-15 13:43:25 queue INFO 3 [677] -2014-12-15 13:43:25 queue INFO 7 [678] -2014-12-15 13:43:27 queue INFO >7 [679] -2014-12-15 13:43:29 queue INFO 3 [680] -2014-12-15 13:43:29 queue INFO 7 [681] -2014-12-15 13:43:30 queue INFO 3 [682] -2014-12-15 13:43:30 queue INFO 7 [683] -2014-12-15 13:43:30 queue INFO 3 [684] -2014-12-15 13:43:31 queue INFO 7 [685] -2014-12-15 13:43:31 queue INFO 3 [686] -2014-12-15 13:43:31 queue INFO 7 [687] -2014-12-15 13:43:31 queue INFO 3 [688] -2014-12-15 13:43:32 queue INFO 7 [689] -2014-12-15 13:43:32 queue INFO 3 [690] -2014-12-15 13:43:32 queue INFO 7 [691] -2014-12-15 13:43:33 queue INFO 3 [692] -2014-12-15 13:43:33 queue INFO 7 [693] -2014-12-15 13:43:33 queue INFO 3 [694] -2014-12-15 13:43:34 queue INFO 7 [695] -2014-12-15 13:43:34 queue INFO 3 [696] -2014-12-15 13:43:34 queue INFO 7 [697] -2014-12-15 13:43:35 queue INFO 3 [698] -2014-12-15 13:43:35 queue INFO 7 [699] -2014-12-15 13:43:35 queue INFO 3 [700] -2014-12-15 13:43:36 queue INFO 7 [701] -2014-12-15 13:43:36 queue INFO 3 [702] -2014-12-15 13:43:36 queue INFO 7 [703] -2014-12-15 13:43:37 queue INFO 3 [704] -2014-12-15 13:43:37 queue INFO 7 [705] -2014-12-15 13:43:37 queue INFO 3 [706] -2014-12-15 13:43:38 queue INFO 7 [707] -2014-12-15 13:43:38 queue INFO 3 [708] -2014-12-15 13:43:38 queue INFO 7 [709] -2014-12-15 13:43:39 queue INFO 3 [710] -2014-12-15 13:43:39 queue INFO 7 [711] -2014-12-15 13:43:39 queue INFO 3 [712] -2014-12-15 13:43:40 queue INFO 7 [713] -2014-12-15 13:43:40 queue INFO 3 [714] -2014-12-15 13:43:40 queue INFO 7 [715] -2014-12-15 13:43:40 queue INFO 3 [716] -2014-12-15 13:43:41 queue INFO 7 [717] -2014-12-15 13:43:41 queue INFO 3 [718] -2014-12-15 13:43:41 queue INFO 7 [719] -2014-12-15 13:43:42 queue INFO 3 [720] -2014-12-15 13:43:42 queue INFO 7 [721] -2014-12-15 13:43:42 queue INFO 3 [722] -2014-12-15 13:43:43 queue INFO 7 [723] -2014-12-15 13:43:43 queue INFO 3 [724] -2014-12-15 13:43:43 queue INFO 7 [725] -2014-12-15 13:43:44 queue INFO 3 [726] -2014-12-15 13:43:44 queue INFO 7 [727] -2014-12-15 13:43:44 queue INFO 3 [728] -2014-12-15 13:43:45 queue INFO 7 [729] -2014-12-15 13:43:45 queue INFO 3 [730] -2014-12-15 13:43:45 queue INFO 7 [731] -2014-12-15 13:43:46 queue INFO 3 [732] -2014-12-15 13:43:46 queue INFO 7 [733] -2014-12-15 13:43:46 queue INFO 3 [734] -2014-12-15 13:43:47 queue INFO 7 [735] -2014-12-15 13:43:47 queue INFO 3 [736] -2014-12-15 13:43:47 queue INFO 7 [737] -2014-12-15 13:43:48 queue INFO 3 [738] -2014-12-15 13:43:48 queue INFO 7 [739] -2014-12-15 13:43:48 queue INFO 3 [740] -2014-12-15 13:43:49 queue INFO 7 [741] -2014-12-15 13:43:49 queue INFO 3 [742] -2014-12-15 13:43:49 queue INFO 7 [743] -2014-12-15 13:43:50 queue INFO 3 [744] -2014-12-15 13:43:50 queue INFO 7 [745] -2014-12-15 13:43:50 queue INFO 3 [746] -2014-12-15 13:43:51 queue INFO 7 [747] -2014-12-15 13:43:51 queue INFO 3 [748] -2014-12-15 13:43:51 queue INFO 7 [749] -2014-12-15 13:43:51 queue INFO 3 [750] -2014-12-15 13:43:52 queue INFO 7 [751] -2014-12-15 13:43:52 queue INFO 3 [752] -2014-12-15 13:43:52 queue INFO 7 [753] -2014-12-15 13:43:53 queue INFO 3 [754] -2014-12-15 13:43:53 queue INFO 7 [755] -2014-12-15 13:43:53 queue INFO 3 [756] -2014-12-15 13:43:54 queue INFO 7 [757] -2014-12-15 13:43:54 queue INFO 3 [758] -2014-12-15 13:43:54 queue INFO 7 [759] -2014-12-15 13:43:55 queue INFO 3 [760] -2014-12-15 13:43:55 queue INFO 7 [761] -2014-12-15 13:43:56 queue INFO 3 [762] -2014-12-15 13:43:56 queue INFO 7 [763] -2014-12-15 13:43:56 queue INFO 3 [764] -2014-12-15 13:43:57 queue INFO 7 [765] -2014-12-15 13:43:57 queue INFO 3 [766] -2014-12-15 13:43:57 queue INFO 7 [767] -2014-12-15 13:43:58 queue INFO 3 [768] -2014-12-15 13:43:58 queue INFO 7 [769] -2014-12-15 13:43:58 queue INFO 3 [770] -2014-12-15 13:43:59 queue INFO 7 [771] -2014-12-15 13:43:59 queue INFO 3 [772] -2014-12-15 13:43:59 queue INFO 7 [773] -2014-12-15 13:43:59 queue INFO 3 [774] -2014-12-15 13:44:00 queue INFO 7 [775] -2014-12-15 13:44:00 queue INFO 3 [776] -2014-12-15 13:44:00 queue INFO 7 [777] -2014-12-15 13:44:01 queue INFO 3 [778] -2014-12-15 13:44:01 queue INFO 7 [779] -2014-12-15 13:44:01 queue INFO 3 [780] -2014-12-15 13:44:02 queue INFO 7 [781] -2014-12-15 13:44:02 queue INFO 3 [782] -2014-12-15 13:44:02 queue INFO 7 [783] -2014-12-15 13:44:03 queue INFO 3 [784] -2014-12-15 13:44:03 queue INFO 7 [785] -2014-12-15 13:44:03 queue INFO 3 [786] -2014-12-15 13:44:04 queue INFO 7 [787] -2014-12-15 13:44:04 queue INFO 3 [788] -2014-12-15 13:44:04 queue INFO 7 [789] -2014-12-15 13:44:05 queue INFO 3 [790] -2014-12-15 13:44:05 queue INFO 7 [791] -2014-12-15 13:44:05 queue INFO 3 [792] -2014-12-15 13:44:06 queue INFO 7 [793] -2014-12-15 13:44:06 queue INFO 3 [794] -2014-12-15 13:44:06 queue INFO 7 [795] -2014-12-15 13:44:07 queue INFO 3 [796] -2014-12-15 13:44:07 queue INFO 7 [797] -2014-12-15 13:44:07 queue INFO 3 [798] -2014-12-15 13:44:08 queue INFO 7 [799] -2014-12-15 13:44:08 queue INFO 3 [800] -2014-12-15 13:44:08 queue INFO 7 [801] -2014-12-15 13:44:09 queue INFO 3 [802] -2014-12-15 13:44:09 queue INFO 7 [803] -2014-12-15 13:44:09 queue INFO 3 [804] -2014-12-15 13:44:10 queue INFO 7 [805] -2014-12-15 13:44:10 queue INFO 3 [806] -2014-12-15 13:44:10 queue INFO 7 [807] -2014-12-15 13:44:10 queue INFO 3 [808] -2014-12-15 13:44:11 queue INFO 7 [809] -2014-12-15 13:44:11 queue INFO 3 [810] -2014-12-15 13:44:11 queue INFO 7 [811] -2014-12-15 13:44:12 queue INFO 3 [812] -2014-12-15 13:44:12 queue INFO 7 [813] -2014-12-15 13:44:12 queue INFO 3 [814] -2014-12-15 13:44:13 queue INFO 7 [815] -2014-12-15 13:44:13 queue INFO 3 [816] -2014-12-15 13:44:13 queue INFO 7 [817] -2014-12-15 13:44:14 queue INFO 3 [818] -2014-12-15 13:44:14 queue INFO 7 [819] -2014-12-15 13:44:14 queue INFO 3 [820] -2014-12-15 13:44:15 queue INFO 7 [821] -2014-12-15 13:44:15 queue INFO 3 [822] -2014-12-15 13:44:15 queue INFO 7 [823] -2014-12-15 13:44:16 queue INFO 3 [824] -2014-12-15 13:44:16 queue INFO 7 [825] -2014-12-15 13:44:16 queue INFO 3 [826] -2014-12-15 13:44:17 queue INFO 7 [827] -2014-12-15 13:44:17 queue INFO 3 [828] -2014-12-15 13:44:17 queue INFO 7 [829] -2014-12-15 13:44:18 queue INFO 3 [830] -2014-12-15 13:44:18 queue INFO 7 [831] -2014-12-15 13:44:18 queue INFO 3 [832] -2014-12-15 13:44:19 queue INFO 7 [833] -2014-12-15 13:44:19 queue INFO 3 [834] -2014-12-15 13:44:19 queue INFO 7 [835] -2014-12-15 13:44:20 queue INFO 3 [836] -2014-12-15 13:44:20 queue INFO 7 [837] -2014-12-15 13:44:20 queue INFO 3 [838] -2014-12-15 13:44:21 queue INFO 7 [839] -2014-12-15 13:44:21 queue INFO 3 [840] -2014-12-15 13:44:21 queue INFO 7 [841] -2014-12-15 13:44:21 queue INFO 3 [842] -2014-12-15 13:44:22 queue INFO 7 [843] -2014-12-15 13:44:22 queue INFO 3 [844] -2014-12-15 13:44:23 queue INFO 7 [845] -2014-12-15 13:44:23 queue INFO 3 [846] -2014-12-15 13:44:23 queue INFO 7 [847] -2014-12-15 13:44:24 queue INFO 3 [848] -2014-12-15 13:44:24 queue INFO 7 [849] -2014-12-15 13:44:24 queue INFO 3 [850] -2014-12-15 13:44:25 queue INFO 7 [851] -2014-12-15 13:44:25 queue INFO 3 [852] -2014-12-15 13:44:25 queue INFO 7 [853] -2014-12-15 13:44:26 queue INFO 3 [854] -2014-12-15 13:44:26 queue INFO 7 [855] -2014-12-15 13:44:26 queue INFO 3 [856] -2014-12-15 13:44:27 queue INFO 7 [857] -2014-12-15 13:44:27 queue INFO 3 [858] -2014-12-15 13:44:27 queue INFO 7 [859] -2014-12-15 13:44:28 queue INFO 3 [860] -2014-12-15 13:44:28 queue INFO 7 [861] -2014-12-15 13:44:28 queue INFO 3 [862] -2014-12-15 13:44:29 queue INFO 7 [863] -2014-12-15 13:44:29 queue INFO 3 [864] -2014-12-15 13:44:29 queue INFO 7 [865] -2014-12-15 13:44:30 queue INFO 3 [866] -2014-12-15 13:44:30 queue INFO 7 [867] -2014-12-15 13:44:30 queue INFO 3 [868] -2014-12-15 13:44:31 queue INFO 7 [869] -2014-12-15 13:44:31 queue INFO 3 [870] -2014-12-15 13:44:31 queue INFO 7 [871] -2014-12-15 13:44:31 queue INFO 3 [872] -2014-12-15 13:44:32 queue INFO 7 [873] -2014-12-15 13:44:32 queue INFO 3 [874] -2014-12-15 13:44:32 queue INFO 7 [875] -2014-12-15 13:44:33 queue INFO 3 [876] -2014-12-15 13:44:33 queue INFO 7 [877] -2014-12-15 13:44:33 queue INFO 3 [878] -2014-12-15 13:44:34 queue INFO 7 [879] -2014-12-15 13:44:34 queue INFO 3 [880] -2014-12-15 13:44:34 queue INFO 7 [881] -2014-12-15 13:44:35 queue INFO 3 [882] -2014-12-15 13:44:35 queue INFO 7 [883] -2014-12-15 13:44:35 queue INFO 3 [884] -2014-12-15 13:44:36 queue INFO 7 [885] -2014-12-15 13:44:36 queue INFO 3 [886] -2014-12-15 13:44:36 queue INFO 7 [887] -2014-12-15 13:44:37 queue INFO 3 [888] -2014-12-15 13:44:37 queue INFO 7 [889] -2014-12-15 13:44:37 queue INFO 3 [890] -2014-12-15 13:44:38 queue INFO 7 [891] -2014-12-15 13:44:38 queue INFO 3 [892] -2014-12-15 13:44:38 queue INFO 7 [893] -2014-12-15 13:44:39 queue INFO 3 [894] -2014-12-15 13:44:39 queue INFO 7 [895] -2014-12-15 13:44:39 queue INFO 3 [896] -2014-12-15 13:44:40 queue INFO 7 [897] -2014-12-15 13:44:40 queue INFO 3 [898] -2014-12-15 13:44:40 queue INFO 7 [899] -2014-12-15 13:44:41 queue INFO 3 [900] -2014-12-15 13:44:41 queue INFO 7 [901] -2014-12-15 13:44:41 queue INFO 3 [902] -2014-12-15 13:44:42 queue INFO 7 [903] -2014-12-15 13:44:42 queue INFO 3 [904] -2014-12-15 13:44:42 queue INFO 7 [905] -2014-12-15 13:44:43 queue INFO 3 [906] -2014-12-15 13:44:43 queue INFO 7 [907] -2014-12-15 13:44:43 queue INFO 3 [908] -2014-12-15 13:44:44 queue INFO 7 [909] -2014-12-15 13:44:44 queue INFO 3 [910] -2014-12-15 13:44:44 queue INFO 7 [911] -2014-12-15 13:44:44 queue INFO 3 [912] -2014-12-15 13:44:45 queue INFO 7 [913] -2014-12-15 13:44:45 queue INFO 3 [914] -2014-12-15 13:44:45 queue INFO 7 [915] -2014-12-15 13:44:46 queue INFO 3 [916] -2014-12-15 13:44:46 queue INFO 7 [917] -2014-12-15 13:44:46 queue INFO 3 [918] -2014-12-15 13:44:47 queue INFO 7 [919] -2014-12-15 13:44:47 queue INFO 3 [920] -2014-12-15 13:44:47 queue INFO 7 [921] -2014-12-15 13:44:48 queue INFO 3 [922] -2014-12-15 13:44:48 queue INFO 7 [923] -2014-12-15 13:44:48 queue INFO 3 [924] -2014-12-15 13:44:49 queue INFO 7 [925] -2014-12-15 13:44:49 queue INFO 3 [926] -2014-12-15 13:44:50 queue INFO 7 [927] -2014-12-15 13:44:50 queue INFO 3 [928] -2014-12-15 13:44:50 queue INFO 7 [929] -2014-12-15 13:44:51 queue INFO 3 [930] -2014-12-15 13:44:51 queue INFO 7 [931] -2014-12-15 13:44:51 queue INFO 3 [932] -2014-12-15 13:44:52 queue INFO 7 [933] -2014-12-15 13:44:52 queue INFO 3 [934] -2014-12-15 13:44:52 queue INFO 7 [935] -2014-12-15 13:44:53 queue INFO 3 [936] -2014-12-15 13:44:53 queue INFO 7 [937] -2014-12-15 13:44:53 queue INFO 3 [938] -2014-12-15 13:44:53 queue INFO 7 [939] -2014-12-15 13:44:54 queue INFO 3 [940] -2014-12-15 13:44:54 queue INFO 7 [941] -2014-12-15 13:44:54 queue INFO 3 [942] -2014-12-15 13:44:55 queue INFO 7 [943] -2014-12-15 13:44:55 queue INFO 3 [944] -2014-12-15 13:44:55 queue INFO 7 [945] -2014-12-15 13:44:56 queue INFO 3 [946] -2014-12-15 13:44:56 queue INFO 7 [947] -2014-12-15 13:44:56 queue INFO 3 [948] -2014-12-15 13:44:57 queue INFO 7 [949] -2014-12-15 13:44:57 queue INFO 3 [950] -2014-12-15 13:44:57 queue INFO 7 [951] -2014-12-15 13:44:58 queue INFO 3 [952] -2014-12-15 13:44:58 queue INFO 7 [953] -2014-12-15 13:44:58 queue INFO 3 [954] -2014-12-15 13:44:59 queue INFO 7 [955] -2014-12-15 13:44:59 queue INFO 3 [956] -2014-12-15 13:44:59 queue INFO 7 [957] -2014-12-15 13:45:00 queue INFO 3 [958] -2014-12-15 13:45:00 queue INFO 7 [959] -2014-12-15 13:45:00 queue INFO 3 [960] -2014-12-15 13:45:01 queue INFO 7 [961] -2014-12-15 13:45:01 queue INFO 3 [962] -2014-12-15 13:45:01 queue INFO 7 [963] -2014-12-15 13:45:02 queue INFO 3 [964] -2014-12-15 13:45:02 queue INFO 7 [965] -2014-12-15 13:45:02 queue INFO 3 [966] -2014-12-15 13:45:03 queue INFO 7 [967] -2014-12-15 13:45:03 queue INFO 3 [968] -2014-12-15 13:45:03 queue INFO 7 [969] -2014-12-15 13:45:04 queue INFO 3 [970] -2014-12-15 13:45:04 queue INFO 7 [971] -2014-12-15 13:45:04 queue INFO 3 [972] -2014-12-15 13:45:05 queue INFO 7 [973] -2014-12-15 13:45:05 queue INFO 3 [974] -2014-12-15 13:45:05 queue INFO 7 [975] -2014-12-15 13:45:05 queue INFO 3 [976] -2014-12-15 13:45:06 queue INFO 7 [977] -2014-12-15 13:45:06 queue INFO 3 [978] -2014-12-15 13:45:06 queue INFO 7 [979] -2014-12-15 13:45:07 queue INFO 3 [980] -2014-12-15 13:45:07 queue INFO 7 [981] -2014-12-15 13:45:07 queue INFO 3 [982] -2014-12-15 13:45:08 queue INFO 7 [983] -2014-12-15 13:45:08 queue INFO 3 [984] -2014-12-15 13:45:08 queue INFO 7 [985] -2014-12-15 13:45:09 queue INFO 3 [986] -2014-12-15 13:45:09 queue INFO 7 [987] -2014-12-15 13:45:09 queue INFO 3 [988] -2014-12-15 13:45:10 queue INFO 7 [989] -2014-12-15 13:45:10 queue INFO 3 [990] -2014-12-15 13:45:10 queue INFO 7 [991] -2014-12-15 13:45:11 queue INFO 3 [992] -2014-12-15 13:45:11 queue INFO 7 [993] -2014-12-15 13:45:11 queue INFO 3 [994] -2014-12-15 13:45:12 queue INFO 7 [995] -2014-12-15 13:45:12 queue INFO 3 [996] -2014-12-15 13:45:12 queue INFO 7 [997] -2014-12-15 13:45:13 queue INFO 3 [998] -2014-12-15 13:45:13 queue INFO 7 [999] -2014-12-15 13:45:13 queue INFO 3 [0] -2014-12-15 13:45:14 queue INFO 7 [1] -2014-12-15 13:45:14 queue INFO 3 [2] -2014-12-15 13:45:14 queue INFO 7 [3] -2014-12-15 13:45:15 queue INFO 3 [4] -2014-12-15 13:45:15 queue INFO 7 [5] -2014-12-15 13:45:15 queue INFO 3 [6] -2014-12-15 13:45:16 queue INFO 7 [7] -2014-12-15 13:45:16 queue INFO 3 [8] -2014-12-15 13:45:16 queue INFO 7 [9] -2014-12-15 13:45:17 queue INFO 3 [10] -2014-12-15 13:45:17 queue INFO 7 [11] -2014-12-15 13:45:17 queue INFO 3 [12] -2014-12-15 13:45:18 queue INFO 7 [13] -2014-12-15 13:45:18 queue INFO 3 [14] -2014-12-15 13:45:18 queue INFO 7 [15] -2014-12-15 13:45:19 queue INFO 3 [16] -2014-12-15 13:45:19 queue INFO 7 [17] -2014-12-15 13:45:19 queue INFO 3 [18] -2014-12-15 13:45:20 queue INFO 7 [19] -2014-12-15 13:45:20 queue INFO 3 [20] -2014-12-15 13:45:20 queue INFO 7 [21] -2014-12-15 13:45:21 queue INFO 3 [22] -2014-12-15 13:45:21 queue INFO 7 [23] -2014-12-15 13:45:21 queue INFO 3 [24] -2014-12-15 13:45:22 queue INFO 7 [25] -2014-12-15 13:45:22 queue INFO 3 [26] -2014-12-15 13:45:22 queue INFO 7 [27] -2014-12-15 13:45:23 queue INFO 3 [28] -2014-12-15 13:45:23 queue INFO 7 [29] -2014-12-15 13:45:23 queue INFO 3 [30] -2014-12-15 13:45:24 queue INFO 7 [31] -2014-12-15 13:45:24 queue INFO 3 [32] -2014-12-15 13:45:24 queue INFO 7 [33] -2014-12-15 13:45:25 queue INFO 3 [34] -2014-12-15 13:45:25 queue INFO 7 [35] -2014-12-15 13:45:25 queue INFO 3 [36] -2014-12-15 13:45:26 queue INFO 7 [37] -2014-12-15 13:45:26 queue INFO 3 [38] -2014-12-15 13:45:26 queue INFO 7 [39] -2014-12-15 13:45:27 queue INFO 3 [40] -2014-12-15 13:45:27 queue INFO 7 [41] -2014-12-15 13:45:27 queue INFO 3 [42] -2014-12-15 13:45:27 queue INFO 7 [43] -2014-12-15 13:45:28 queue INFO 3 [44] -2014-12-15 13:45:28 queue INFO 7 [45] -2014-12-15 13:45:28 queue INFO 3 [46] -2014-12-15 13:45:29 queue INFO 7 [47] -2014-12-15 13:45:29 queue INFO 3 [48] -2014-12-15 13:45:29 queue INFO 7 [49] -2014-12-15 13:45:30 queue INFO 3 [50] -2014-12-15 13:45:30 queue INFO 7 [51] -2014-12-15 13:45:30 queue INFO 3 [52] -2014-12-15 13:45:31 queue INFO 7 [53] -2014-12-15 13:45:31 queue INFO 3 [54] -2014-12-15 13:45:31 queue INFO 7 [55] -2014-12-15 13:45:32 queue INFO 3 [56] -2014-12-15 13:45:32 queue INFO 7 [57] -2014-12-15 13:45:32 queue INFO 3 [58] -2014-12-15 13:45:33 queue INFO 7 [59] -2014-12-15 13:45:33 queue INFO 3 [60] -2014-12-15 13:45:33 queue INFO 7 [61] -2014-12-15 13:45:34 queue INFO 3 [62] -2014-12-15 13:45:34 queue INFO 7 [63] -2014-12-15 13:45:34 queue INFO 3 [64] -2014-12-15 13:45:35 queue INFO 7 [65] -2014-12-15 13:45:35 queue INFO 3 [66] -2014-12-15 13:45:35 queue INFO 7 [67] -2014-12-15 13:45:36 queue INFO 3 [68] -2014-12-15 13:45:36 queue INFO 7 [69] -2014-12-15 13:45:36 queue INFO 3 [70] -2014-12-15 13:45:37 queue INFO 7 [71] -2014-12-15 13:45:37 queue INFO 3 [72] -2014-12-15 13:45:37 queue INFO 7 [73] -2014-12-15 13:45:37 queue INFO 3 [74] -2014-12-15 13:45:38 queue INFO 7 [75] -2014-12-15 13:45:38 queue INFO 3 [76] -2014-12-15 13:45:38 queue INFO 7 [77] -2014-12-15 13:45:39 queue INFO 3 [78] -2014-12-15 13:45:39 queue INFO 7 [79] -2014-12-15 13:45:39 queue INFO 3 [80] -2014-12-15 13:45:40 queue INFO 7 [81] -2014-12-15 13:45:40 queue INFO 3 [82] -2014-12-15 13:45:40 queue INFO 7 [83] -2014-12-15 13:45:41 queue INFO 3 [84] -2014-12-15 13:45:41 queue INFO 7 [85] -2014-12-15 13:45:41 queue INFO 3 [86] -2014-12-15 13:45:42 queue INFO 7 [87] -2014-12-15 13:45:42 queue INFO 3 [88] -2014-12-15 13:45:42 queue INFO 7 [89] -2014-12-15 13:45:43 queue INFO 3 [90] -2014-12-15 13:45:43 queue INFO 7 [91] -2014-12-15 13:45:44 queue INFO 3 [92] -2014-12-15 13:45:44 queue INFO 7 [93] -2014-12-15 13:45:44 queue INFO 3 [94] -2014-12-15 13:45:44 queue INFO 7 [95] -2014-12-15 13:45:45 queue INFO 3 [96] -2014-12-15 13:45:45 queue INFO 7 [97] -2014-12-15 13:45:45 queue INFO 3 [98] -2014-12-15 13:45:46 queue INFO 7 [99] -2014-12-15 13:45:46 queue INFO 3 [100] -2014-12-15 13:45:46 queue INFO 7 [101] -2014-12-15 13:45:47 queue INFO 3 [102] -2014-12-15 13:45:47 queue INFO 7 [103] -2014-12-15 13:45:47 queue INFO 3 [104] -2014-12-15 13:45:48 queue INFO 7 [105] -2014-12-15 13:45:48 queue INFO 3 [106] -2014-12-15 13:45:48 queue INFO 7 [107] -2014-12-15 13:45:49 queue INFO 3 [108] -2014-12-15 13:45:49 queue INFO 7 [109] -2014-12-15 13:45:49 queue INFO 3 [110] -2014-12-15 13:45:50 queue INFO 7 [111] -2014-12-15 13:45:50 queue INFO 3 [112] -2014-12-15 13:45:50 queue INFO 7 [113] -2014-12-15 13:45:51 queue INFO 3 [114] -2014-12-15 13:45:51 queue INFO 7 [115] -2014-12-15 13:45:51 queue INFO 3 [116] -2014-12-15 13:45:52 queue INFO 7 [117] -2014-12-15 13:45:52 queue INFO 3 [118] -2014-12-15 13:45:52 queue INFO 7 [119] -2014-12-15 13:45:53 queue INFO 3 [120] -2014-12-15 13:45:53 queue INFO 7 [121] -2014-12-15 13:45:53 queue INFO 3 [122] -2014-12-15 13:45:54 queue INFO 7 [123] -2014-12-15 13:45:54 queue INFO 3 [124] -2014-12-15 13:45:54 queue INFO 7 [125] -2014-12-15 13:45:54 queue INFO 3 [126] -2014-12-15 13:45:55 queue INFO 7 [127] -2014-12-15 13:45:55 queue INFO 3 [128] -2014-12-15 13:45:55 queue INFO 7 [129] -2014-12-15 13:45:56 queue INFO 3 [130] -2014-12-15 13:45:56 queue INFO 7 [131] -2014-12-15 13:45:56 queue INFO 3 [132] -2014-12-15 13:45:57 queue INFO 7 [133] -2014-12-15 13:45:57 queue INFO 3 [134] -2014-12-15 13:45:57 queue INFO 7 [135] -2014-12-15 13:45:58 queue INFO 3 [136] -2014-12-15 13:45:58 queue INFO 7 [137] -2014-12-15 13:45:58 queue INFO 3 [138] -2014-12-15 13:45:59 queue INFO 7 [139] -2014-12-15 13:45:59 queue INFO 3 [140] -2014-12-15 13:45:59 queue INFO 7 [141] -2014-12-15 13:46:00 queue INFO 3 [142] -2014-12-15 13:46:00 queue INFO 7 [143] -2014-12-15 13:46:00 queue INFO 3 [144] -2014-12-15 13:46:01 queue INFO 7 [145] -2014-12-15 13:46:01 queue INFO 3 [146] -2014-12-15 13:46:01 queue INFO 7 [147] -2014-12-15 13:46:02 queue INFO 3 [148] -2014-12-15 13:46:02 queue INFO 7 [149] -2014-12-15 13:46:02 queue INFO 3 [150] -2014-12-15 13:46:03 queue INFO 7 [151] -2014-12-15 13:46:03 queue INFO 3 [152] -2014-12-15 13:46:03 queue INFO 7 [153] -2014-12-15 13:46:04 queue INFO 3 [154] -2014-12-15 13:46:04 queue INFO 7 [155] -2014-12-15 13:46:04 queue INFO 3 [156] -2014-12-15 13:46:05 queue INFO 7 [157] -2014-12-15 13:46:05 queue INFO 3 [158] -2014-12-15 13:46:05 queue INFO 7 [159] -2014-12-15 13:46:06 queue INFO 3 [160] -2014-12-15 13:46:06 queue INFO 7 [161] -2014-12-15 13:46:06 queue INFO 3 [162] -2014-12-15 13:46:06 queue INFO 7 [163] -2014-12-15 13:46:07 queue INFO 3 [164] -2014-12-15 13:46:07 queue INFO 7 [165] -2014-12-15 13:46:07 queue INFO 3 [166] -2014-12-15 13:46:08 queue INFO 7 [167] -2014-12-15 13:46:08 queue INFO 3 [168] -2014-12-15 13:46:08 queue INFO 7 [169] -2014-12-15 13:46:09 queue INFO 3 [170] -2014-12-15 13:46:09 queue INFO 7 [171] -2014-12-15 13:46:09 queue INFO 3 [172] -2014-12-15 13:46:10 queue INFO 7 [173] -2014-12-15 13:46:10 queue INFO 3 [174] -2014-12-15 13:46:11 queue INFO 7 [175] -2014-12-15 13:46:11 queue INFO 3 [176] -2014-12-15 13:46:11 queue INFO 7 [177] -2014-12-15 13:46:12 queue INFO 3 [178] -2014-12-15 13:46:12 queue INFO 7 [179] -2014-12-15 13:46:12 queue INFO 3 [180] -2014-12-15 13:46:13 queue INFO 7 [181] -2014-12-15 13:46:13 queue INFO 3 [182] -2014-12-15 13:46:13 queue INFO 7 [183] -2014-12-15 13:46:14 queue INFO 3 [184] -2014-12-15 13:46:14 queue INFO 7 [185] -2014-12-15 13:46:14 queue INFO 3 [186] -2014-12-15 13:46:15 queue INFO 7 [187] -2014-12-15 13:46:15 queue INFO 3 [188] -2014-12-15 13:46:15 queue INFO 7 [189] -2014-12-15 13:46:15 queue INFO 3 [190] -2014-12-15 13:46:16 queue INFO 7 [191] -2014-12-15 13:46:16 queue INFO 3 [192] -2014-12-15 13:46:16 queue INFO 7 [193] -2014-12-15 13:46:17 queue INFO 3 [194] -2014-12-15 13:46:17 queue INFO 7 [195] -2014-12-15 13:46:17 queue INFO 3 [196] -2014-12-15 13:46:18 queue INFO 7 [197] -2014-12-15 13:46:19 queue INFO 3 [198] -2014-12-15 13:46:19 queue INFO 7 [199] -2014-12-15 13:46:19 queue INFO 3 [200] -2014-12-15 13:46:20 queue INFO 7 [201] -2014-12-15 13:46:20 queue INFO 3 [202] -2014-12-15 13:46:20 queue INFO 7 [203] -2014-12-15 13:46:21 queue INFO 3 [204] -2014-12-15 13:46:21 queue INFO 7 [205] -2014-12-15 13:46:21 queue INFO 3 [206] -2014-12-15 13:46:21 queue INFO 7 [207] -2014-12-15 13:46:22 queue INFO 3 [208] -2014-12-15 13:46:22 queue INFO 7 [209] -2014-12-15 13:46:22 queue INFO 3 [210] -2014-12-15 13:46:23 queue INFO 7 [211] -2014-12-15 13:46:23 queue INFO 3 [212] -2014-12-15 13:46:23 queue INFO 7 [213] -2014-12-15 13:46:24 queue INFO 3 [214] -2014-12-15 13:46:24 queue INFO 7 [215] -2014-12-15 13:46:24 queue INFO 3 [216] -2014-12-15 13:46:25 queue INFO 7 [217] -2014-12-15 13:46:25 queue INFO 3 [218] -2014-12-15 13:46:25 queue INFO 7 [219] -2014-12-15 13:46:26 queue INFO 3 [220] -2014-12-15 13:46:26 queue INFO 7 [221] -2014-12-15 13:46:26 queue INFO 3 [222] -2014-12-15 13:46:27 queue INFO 7 [223] -2014-12-15 13:46:27 queue INFO 3 [224] -2014-12-15 13:46:27 queue INFO 7 [225] -2014-12-15 13:46:28 queue INFO 3 [226] -2014-12-15 13:46:28 queue INFO 7 [227] -2014-12-15 13:46:28 queue INFO 3 [228] -2014-12-15 13:46:29 queue INFO 7 [229] -2014-12-15 13:46:29 queue INFO 3 [230] -2014-12-15 13:46:29 queue INFO 7 [231] -2014-12-15 13:46:30 queue INFO 3 [232] -2014-12-15 13:46:30 queue INFO 7 [233] -2014-12-15 13:46:30 queue INFO 3 [234] -2014-12-15 13:46:31 queue INFO 7 [235] -2014-12-15 13:46:31 queue INFO 3 [236] -2014-12-15 13:46:31 queue INFO 7 [237] -2014-12-15 13:46:31 queue INFO 3 [238] -2014-12-15 13:46:32 queue INFO 7 [239] -2014-12-15 13:46:32 queue INFO 3 [240] -2014-12-15 13:46:32 queue INFO 7 [241] -2014-12-15 13:46:33 queue INFO 3 [242] -2014-12-15 13:46:33 queue INFO 7 [243] -2014-12-15 13:46:33 queue INFO 3 [244] -2014-12-15 13:46:34 queue INFO 7 [245] -2014-12-15 13:46:34 queue INFO 3 [246] -2014-12-15 13:46:34 queue INFO 7 [247] -2014-12-15 13:46:35 queue INFO 3 [248] -2014-12-15 13:46:35 queue INFO 7 [249] -2014-12-15 13:46:35 queue INFO 3 [250] -2014-12-15 13:46:36 queue INFO 7 [251] -2014-12-15 13:46:36 queue INFO 3 [252] -2014-12-15 13:46:36 queue INFO 7 [253] -2014-12-15 13:46:37 queue INFO 3 [254] -2014-12-15 13:46:37 queue INFO 7 [255] -2014-12-15 13:46:37 queue INFO 3 [256] -2014-12-15 13:46:38 queue INFO 7 [257] -2014-12-15 13:46:38 queue INFO 3 [258] -2014-12-15 13:46:39 queue INFO 7 [259] -2014-12-15 13:46:39 queue INFO 3 [260] -2014-12-15 13:46:39 queue INFO 7 [261] -2014-12-15 13:46:39 queue INFO 3 [262] -2014-12-15 13:46:40 queue INFO 7 [263] -2014-12-15 13:46:40 queue INFO 3 [264] -2014-12-15 13:46:40 queue INFO 7 [265] -2014-12-15 13:46:41 queue INFO 3 [266] -2014-12-15 13:46:41 queue INFO 7 [267] -2014-12-15 13:46:41 queue INFO 3 [268] -2014-12-15 13:46:42 queue INFO 7 [269] -2014-12-15 13:46:42 queue INFO 3 [270] -2014-12-15 13:46:42 queue INFO 7 [271] -2014-12-15 13:46:43 queue INFO 3 [272] -2014-12-15 13:46:43 queue INFO 7 [273] -2014-12-15 13:46:43 queue INFO 3 [274] -2014-12-15 13:46:44 queue INFO 7 [275] -2014-12-15 13:46:44 queue INFO 3 [276] -2014-12-15 13:46:44 queue INFO 7 [277] -2014-12-15 13:46:45 queue INFO 3 [278] -2014-12-15 13:46:45 queue INFO 7 [279] -2014-12-15 13:46:45 queue INFO 3 [280] -2014-12-15 13:46:46 queue INFO 7 [281] -2014-12-15 13:46:46 queue INFO 3 [282] -2014-12-15 13:46:46 queue INFO 7 [283] -2014-12-15 13:46:47 queue INFO 3 [284] -2014-12-15 13:46:47 queue INFO 7 [285] -2014-12-15 13:46:47 queue INFO 3 [286] -2014-12-15 13:46:48 queue INFO 7 [287] -2014-12-15 13:46:48 queue INFO 3 [288] -2014-12-15 13:46:48 queue INFO 7 [289] -2014-12-15 13:46:49 queue INFO 3 [290] -2014-12-15 13:46:49 queue INFO 7 [291] -2014-12-15 13:46:49 queue INFO 3 [292] -2014-12-15 13:46:50 queue INFO 7 [293] -2014-12-15 13:46:50 queue INFO 3 [294] -2014-12-15 13:46:50 queue INFO 7 [295] -2014-12-15 13:46:51 queue INFO 3 [296] -2014-12-15 13:46:51 queue INFO 7 [297] -2014-12-15 13:46:51 queue INFO 3 [298] -2014-12-15 13:46:52 queue INFO 7 [299] -2014-12-15 13:46:52 queue INFO 3 [300] -2014-12-15 13:46:52 queue INFO 7 [301] -2014-12-15 13:46:53 queue INFO 3 [302] -2014-12-15 13:46:53 queue INFO 7 [303] -2014-12-15 13:46:53 queue INFO 3 [304] -2014-12-15 13:46:53 queue INFO 7 [305] -2014-12-15 13:46:54 queue INFO 3 [306] -2014-12-15 13:46:54 queue INFO 7 [307] -2014-12-15 13:46:54 queue INFO 3 [308] -2014-12-15 13:46:55 queue INFO 7 [309] -2014-12-15 13:46:55 queue INFO 3 [310] -2014-12-15 13:46:55 queue INFO 7 [311] -2014-12-15 13:46:56 queue INFO 3 [312] -2014-12-15 13:46:56 queue INFO 7 [313] -2014-12-15 13:46:56 queue INFO 3 [314] -2014-12-15 13:46:57 queue INFO 7 [315] -2014-12-15 13:46:57 queue INFO 3 [316] -2014-12-15 13:46:57 queue INFO 7 [317] -2014-12-15 13:46:58 queue INFO 3 [318] -2014-12-15 13:46:58 queue INFO 7 [319] -2014-12-15 13:46:58 queue INFO 3 [320] -2014-12-15 13:46:59 queue INFO 7 [321] -2014-12-15 13:46:59 queue INFO 3 [322] -2014-12-15 13:46:59 queue INFO 7 [323] -2014-12-15 13:47:00 queue INFO 3 [324] -2014-12-15 13:47:00 queue INFO 7 [325] -2014-12-15 13:47:00 queue INFO 3 [326] -2014-12-15 13:47:01 queue INFO 7 [327] -2014-12-15 13:47:01 queue INFO 3 [328] -2014-12-15 13:47:01 queue INFO 7 [329] -2014-12-15 13:47:02 queue INFO 3 [330] -2014-12-15 13:47:02 queue INFO 7 [331] -2014-12-15 13:47:02 queue INFO 3 [332] -2014-12-15 13:47:03 queue INFO 7 [333] -2014-12-15 13:47:03 queue INFO 3 [334] -2014-12-15 13:47:03 queue INFO 7 [335] -2014-12-15 13:47:04 queue INFO 3 [336] -2014-12-15 13:47:04 queue INFO 7 [337] -2014-12-15 13:47:05 queue INFO 3 [338] -2014-12-15 13:47:05 queue INFO 7 [339] -2014-12-15 13:47:05 queue INFO 3 [340] -2014-12-15 13:47:06 queue INFO 7 [341] -2014-12-15 13:47:06 queue INFO 3 [342] -2014-12-15 13:47:06 queue INFO 7 [343] -2014-12-15 13:47:07 queue INFO 3 [344] -2014-12-15 13:47:07 queue INFO 7 [345] -2014-12-15 13:47:07 queue INFO 3 [346] -2014-12-15 13:47:08 queue INFO 7 [347] -2014-12-15 13:47:08 queue INFO 3 [348] -2014-12-15 13:47:08 queue INFO 7 [349] -2014-12-15 13:47:08 queue INFO 3 [350] -2014-12-15 13:47:09 queue INFO 7 [351] -2014-12-15 13:47:09 queue INFO 3 [352] -2014-12-15 13:47:09 queue INFO 7 [353] -2014-12-15 13:47:10 queue INFO 3 [354] -2014-12-15 13:47:10 queue INFO 7 [355] -2014-12-15 13:47:10 queue INFO 3 [356] -2014-12-15 13:47:11 queue INFO 7 [357] -2014-12-15 13:47:11 queue INFO 3 [358] -2014-12-15 13:47:11 queue INFO 7 [359] -2014-12-15 13:47:12 queue INFO 3 [360] -2014-12-15 13:47:12 queue INFO 7 [361] -2014-12-15 13:47:12 queue INFO 3 [362] -2014-12-15 13:47:13 queue INFO 7 [363] -2014-12-15 13:47:13 queue INFO 3 [364] -2014-12-15 13:47:13 queue INFO 7 [365] -2014-12-15 13:47:14 queue INFO 3 [366] -2014-12-15 13:47:14 queue INFO 7 [367] -2014-12-15 13:47:14 queue INFO 3 [368] -2014-12-15 13:47:15 queue INFO 7 [369] -2014-12-15 13:47:15 queue INFO 3 [370] -2014-12-15 13:47:15 queue INFO 7 [371] -2014-12-15 13:47:16 queue INFO 3 [372] -2014-12-15 13:47:16 queue INFO 7 [373] -2014-12-15 13:47:16 queue INFO 3 [374] -2014-12-15 13:47:17 queue INFO 7 [375] -2014-12-15 13:47:17 queue INFO 3 [376] -2014-12-15 13:47:17 queue INFO 7 [377] -2014-12-15 13:47:17 queue INFO 3 [378] -2014-12-15 13:47:18 queue INFO 7 [379] -2014-12-15 13:47:18 queue INFO 3 [380] -2014-12-15 13:47:18 queue INFO 7 [381] -2014-12-15 13:47:19 queue INFO 3 [382] -2014-12-15 13:47:19 queue INFO 7 [383] -2014-12-15 13:47:19 queue INFO 3 [384] -2014-12-15 13:47:20 queue INFO 7 [385] -2014-12-15 13:47:20 queue INFO 3 [386] -2014-12-15 13:47:20 queue INFO 7 [387] -2014-12-15 13:47:21 queue INFO 3 [388] -2014-12-15 13:47:21 queue INFO 7 [389] -2014-12-15 13:47:21 queue INFO 3 [390] -2014-12-15 13:47:22 queue INFO 7 [391] -2014-12-15 13:47:22 queue INFO 3 [392] -2014-12-15 13:47:22 queue INFO 7 [393] -2014-12-15 13:47:23 queue INFO 3 [394] -2014-12-15 13:47:23 queue INFO 7 [395] -2014-12-15 13:47:23 queue INFO 3 [396] -2014-12-15 13:47:24 queue INFO 7 [397] -2014-12-15 13:47:24 queue INFO 3 [398] -2014-12-15 13:47:24 queue INFO 7 [399] -2014-12-15 13:47:25 queue INFO 3 [400] -2014-12-15 13:47:25 queue INFO 7 [401] -2014-12-15 13:47:25 queue INFO 3 [402] -2014-12-15 13:47:26 queue INFO 7 [403] -2014-12-15 13:47:26 queue INFO 3 [404] -2014-12-15 13:47:26 queue INFO 7 [405] -2014-12-15 13:47:27 queue INFO 3 [406] -2014-12-15 13:47:27 queue INFO 7 [407] -2014-12-15 13:47:27 queue INFO 3 [408] -2014-12-15 13:47:28 queue INFO 7 [409] -2014-12-15 13:47:28 queue INFO 3 [410] -2014-12-15 13:47:28 queue INFO 7 [411] -2014-12-15 13:47:28 queue INFO 3 [412] -2014-12-15 13:47:29 queue INFO 7 [413] -2014-12-15 13:47:29 queue INFO 3 [414] -2014-12-15 13:47:29 queue INFO 7 [415] -2014-12-15 13:47:30 queue INFO 3 [416] -2014-12-15 13:47:30 queue INFO 7 [417] -2014-12-15 13:47:30 queue INFO 3 [418] -2014-12-15 13:47:31 queue INFO 7 [419] -2014-12-15 13:47:31 queue INFO 3 [420] -2014-12-15 13:47:32 queue INFO 7 [421] -2014-12-15 13:47:32 queue INFO 3 [422] -2014-12-15 13:47:32 queue INFO 7 [423] -2014-12-15 13:47:33 queue INFO 3 [424] -2014-12-15 13:47:33 queue INFO 7 [425] -2014-12-15 13:47:33 queue INFO 3 [426] -2014-12-15 13:47:34 queue INFO 7 [427] -2014-12-15 13:47:34 queue INFO 3 [428] -2014-12-15 13:47:34 queue INFO 7 [429] -2014-12-15 13:47:35 queue INFO 3 [430] -2014-12-15 13:47:35 queue INFO 7 [431] -2014-12-15 13:47:35 queue INFO 3 [432] -2014-12-15 13:47:36 queue INFO 7 [433] -2014-12-15 13:47:36 queue INFO 3 [434] -2014-12-15 13:47:36 queue INFO 7 [435] -2014-12-15 13:47:37 queue INFO 3 [436] -2014-12-15 13:47:37 queue INFO 7 [437] -2014-12-15 13:47:37 queue INFO 3 [438] -2014-12-15 13:47:38 queue INFO 7 [439] -2014-12-15 13:47:38 queue INFO 3 [440] -2014-12-15 13:47:38 queue INFO 7 [441] -2014-12-15 13:47:39 queue INFO 3 [442] -2014-12-15 13:47:39 queue INFO 7 [443] -2014-12-15 13:47:39 queue INFO 3 [444] -2014-12-15 13:47:40 queue INFO 7 [445] -2014-12-15 13:47:40 queue INFO 3 [446] -2014-12-15 13:47:40 queue INFO 7 [447] -2014-12-15 13:47:40 queue INFO 3 [448] -2014-12-15 13:47:41 queue INFO 7 [449] -2014-12-15 13:47:41 queue INFO 3 [450] -2014-12-15 13:47:41 queue INFO 7 [451] -2014-12-15 13:47:42 queue INFO 3 [452] -2014-12-15 13:47:42 queue INFO 7 [453] -2014-12-15 13:47:42 queue INFO 3 [454] -2014-12-15 13:47:43 queue INFO 7 [455] -2014-12-15 13:47:43 queue INFO 3 [456] -2014-12-15 13:47:43 queue INFO 7 [457] -2014-12-15 13:47:44 queue INFO 3 [458] -2014-12-15 13:47:44 queue INFO 7 [459] -2014-12-15 13:47:44 queue INFO 3 [460] -2014-12-15 13:47:45 queue INFO 7 [461] -2014-12-15 13:47:45 queue INFO 3 [462] -2014-12-15 13:47:45 queue INFO 7 [463] -2014-12-15 13:47:46 queue INFO 3 [464] -2014-12-15 13:47:46 queue INFO 7 [465] -2014-12-15 13:47:46 queue INFO 3 [466] -2014-12-15 13:47:47 queue INFO 7 [467] -2014-12-15 13:47:47 queue INFO 3 [468] -2014-12-15 13:47:47 queue INFO 7 [469] -2014-12-15 13:47:48 queue INFO 3 [470] -2014-12-15 13:47:48 queue INFO 7 [471] -2014-12-15 13:47:48 queue INFO 3 [472] -2014-12-15 13:47:49 queue INFO 7 [473] -2014-12-15 13:47:49 queue INFO 3 [474] -2014-12-15 13:47:49 queue INFO 7 [475] -2014-12-15 13:47:50 queue INFO 3 [476] -2014-12-15 13:47:50 queue INFO 7 [477] -2014-12-15 13:47:50 queue INFO 3 [478] -2014-12-15 13:47:51 queue INFO 7 [479] -2014-12-15 13:47:51 queue INFO 3 [480] -2014-12-15 13:47:51 queue INFO 7 [481] -2014-12-15 13:47:52 queue INFO 3 [482] -2014-12-15 13:47:52 queue INFO 7 [483] -2014-12-15 13:47:52 queue INFO 3 [484] -2014-12-15 13:47:53 queue INFO 7 [485] -2014-12-15 13:47:53 queue INFO 3 [486] -2014-12-15 13:47:53 queue INFO 7 [487] -2014-12-15 13:47:54 queue INFO 3 [488] -2014-12-15 13:47:54 queue INFO 7 [489] -2014-12-15 13:47:54 queue INFO 3 [490] -2014-12-15 13:47:54 queue INFO 7 [491] -2014-12-15 13:47:55 queue INFO 3 [492] -2014-12-15 13:47:55 queue INFO 7 [493] -2014-12-15 13:47:55 queue INFO 3 [494] -2014-12-15 13:47:56 queue INFO 7 [495] -2014-12-15 13:47:56 queue INFO 3 [496] -2014-12-15 13:47:56 queue INFO 7 [497] -2014-12-15 13:47:57 queue INFO 3 [498] -2014-12-15 13:47:57 queue INFO 7 [499] -2014-12-15 13:47:57 queue INFO 3 [500] -2014-12-15 13:47:58 queue INFO 7 [501] -2014-12-15 13:47:58 queue INFO 3 [502] -2014-12-15 13:47:59 queue INFO 7 [503] -2014-12-15 13:47:59 queue INFO 3 [504] -2014-12-15 13:47:59 queue INFO 7 [505] -2014-12-15 13:48:00 queue INFO 3 [506] -2014-12-15 13:48:00 queue INFO 7 [507] -2014-12-15 13:48:00 queue INFO 3 [508] -2014-12-15 13:48:01 queue INFO 7 [509] -2014-12-15 13:48:01 queue INFO 3 [510] -2014-12-15 13:48:01 queue INFO 7 [511] -2014-12-15 13:48:02 queue INFO 3 [512] -2014-12-15 13:48:02 queue INFO 7 [513] -2014-12-15 13:48:02 queue INFO 3 [514] -2014-12-15 13:48:03 queue INFO 7 [515] -2014-12-15 13:48:03 queue INFO 3 [516] -2014-12-15 13:48:03 queue INFO 7 [517] -2014-12-15 13:48:04 queue INFO 3 [518] -2014-12-15 13:48:04 queue INFO 7 [519] -2014-12-15 13:48:04 queue INFO 3 [520] -2014-12-15 13:48:05 queue INFO 7 [521] -2014-12-15 13:48:05 queue INFO 3 [522] -2014-12-15 13:48:05 queue INFO 7 [523] -2014-12-15 13:48:06 queue INFO 3 [524] -2014-12-15 13:48:06 queue INFO 7 [525] -2014-12-15 13:48:06 queue INFO 3 [526] -2014-12-15 13:48:07 queue INFO 7 [527] -2014-12-15 13:48:07 queue INFO 3 [528] -2014-12-15 13:48:07 queue INFO 7 [529] -2014-12-15 13:48:08 queue INFO 3 [530] -2014-12-15 13:48:08 queue INFO 7 [531] -2014-12-15 13:48:08 queue INFO 3 [532] -2014-12-15 13:48:09 queue INFO 7 [533] -2014-12-15 13:48:09 queue INFO 3 [534] -2014-12-15 13:48:09 queue INFO 7 [535] -2014-12-15 13:48:10 queue INFO 3 [536] -2014-12-15 13:48:10 queue INFO 7 [537] -2014-12-15 13:48:10 queue INFO 3 [538] -2014-12-15 13:48:11 queue INFO 7 [539] -2014-12-15 13:48:11 queue INFO 3 [540] -2014-12-15 13:48:11 queue INFO 7 [541] -2014-12-15 13:48:11 queue INFO 3 [542] -2014-12-15 13:48:12 queue INFO 7 [543] -2014-12-15 13:48:12 queue INFO 3 [544] -2014-12-15 13:48:12 queue INFO 7 [545] -2014-12-15 13:48:13 queue INFO 3 [546] -2014-12-15 13:48:13 queue INFO 7 [547] -2014-12-15 13:48:13 queue INFO 3 [548] -2014-12-15 13:48:14 queue INFO 7 [549] -2014-12-15 13:48:14 queue INFO 3 [550] -2014-12-15 13:48:14 queue INFO 7 [551] -2014-12-15 13:48:15 queue INFO 3 [552] -2014-12-15 13:48:15 queue INFO 7 [553] -2014-12-15 13:48:15 queue INFO 3 [554] -2014-12-15 13:48:16 queue INFO 7 [555] -2014-12-15 13:48:16 queue INFO 3 [556] -2014-12-15 13:48:16 queue INFO 7 [557] -2014-12-15 13:48:17 queue INFO 3 [558] -2014-12-15 13:48:17 queue INFO 7 [559] -2014-12-15 13:48:17 queue INFO 3 [560] -2014-12-15 13:48:18 queue INFO 7 [561] -2014-12-15 13:48:18 queue INFO 3 [562] -2014-12-15 13:48:18 queue INFO 7 [563] -2014-12-15 13:48:19 queue INFO 3 [564] -2014-12-15 13:48:19 queue INFO 7 [565] -2014-12-15 13:48:19 queue INFO 3 [566] -2014-12-15 13:48:20 queue INFO 7 [567] -2014-12-15 13:48:20 queue INFO 3 [568] -2014-12-15 13:48:20 queue INFO 7 [569] -2014-12-15 13:48:21 queue INFO 3 [570] -2014-12-15 13:48:21 queue INFO 7 [571] -2014-12-15 13:48:21 queue INFO 3 [572] -2014-12-15 13:48:22 queue INFO 7 [573] -2014-12-15 13:48:22 queue INFO 3 [574] -2014-12-15 13:48:22 queue INFO 7 [575] -2014-12-15 13:48:23 queue INFO 3 [576] -2014-12-15 13:48:23 queue INFO 7 [577] -2014-12-15 13:48:23 queue INFO 3 [578] -2014-12-15 13:48:24 queue INFO 7 [579] -2014-12-15 13:48:24 queue INFO 3 [580] -2014-12-15 13:48:24 queue INFO 7 [581] -2014-12-15 13:48:25 queue INFO 3 [582] -2014-12-15 13:48:25 queue INFO 7 [583] -2014-12-15 13:48:25 queue INFO 3 [584] -2014-12-15 13:48:26 queue INFO 7 [585] -2014-12-15 13:48:26 queue INFO 3 [586] -2014-12-15 13:48:26 queue INFO 7 [587] -2014-12-15 13:48:27 queue INFO 3 [588] -2014-12-15 13:48:27 queue INFO 7 [589] -2014-12-15 13:48:27 queue INFO 3 [590] -2014-12-15 13:48:28 queue INFO 7 [591] -2014-12-15 13:48:28 queue INFO 3 [592] -2014-12-15 13:48:28 queue INFO 7 [593] -2014-12-15 13:48:29 queue INFO 3 [594] -2014-12-15 13:48:29 queue INFO 7 [595] -2014-12-15 13:48:29 queue INFO 3 [596] -2014-12-15 13:48:30 queue INFO 7 [597] -2014-12-15 13:48:30 queue INFO 3 [598] -2014-12-15 13:48:30 queue INFO 7 [599] -2014-12-15 13:48:31 queue INFO 3 [600] -2014-12-15 13:48:31 queue INFO 7 [601] -2014-12-15 13:48:31 queue INFO 3 [602] -2014-12-15 13:48:32 queue INFO 7 [603] -2014-12-15 13:48:32 queue INFO 3 [604] -2014-12-15 13:48:32 queue INFO 7 [605] -2014-12-15 13:48:33 queue INFO 3 [606] -2014-12-15 13:48:33 queue INFO 7 [607] -2014-12-15 13:48:33 queue INFO 3 [608] -2014-12-15 13:48:34 queue INFO 7 [609] -2014-12-15 13:48:34 queue INFO 3 [610] -2014-12-15 13:48:34 queue INFO 7 [611] -2014-12-15 13:48:35 queue INFO 3 [612] -2014-12-15 13:48:35 queue INFO 7 [613] -2014-12-15 13:48:35 queue INFO 3 [614] -2014-12-15 13:48:36 queue INFO 7 [615] -2014-12-15 13:48:36 queue INFO 3 [616] -2014-12-15 13:48:36 queue INFO 7 [617] -2014-12-15 13:48:37 queue INFO 3 [618] -2014-12-15 13:48:37 queue INFO 7 [619] -2014-12-15 13:48:37 queue INFO 3 [620] -2014-12-15 13:48:38 queue INFO 7 [621] -2014-12-15 13:48:38 queue INFO 3 [622] -2014-12-15 13:48:38 queue INFO 7 [623] -2014-12-15 13:48:38 queue INFO 3 [624] -2014-12-15 13:48:39 queue INFO 7 [625] -2014-12-15 13:48:39 queue INFO 3 [626] -2014-12-15 13:48:39 queue INFO 7 [627] -2014-12-15 13:48:40 queue INFO 3 [628] -2014-12-15 13:48:40 queue INFO 7 [629] -2014-12-15 13:48:40 queue INFO 3 [630] -2014-12-15 13:48:41 queue INFO 7 [631] -2014-12-15 13:48:41 queue INFO 3 [632] -2014-12-15 13:48:41 queue INFO 7 [633] -2014-12-15 13:48:42 queue INFO 3 [634] -2014-12-15 13:48:42 queue INFO 7 [635] -2014-12-15 13:48:42 queue INFO 3 [636] -2014-12-15 13:48:43 queue INFO 7 [637] -2014-12-15 13:48:43 queue INFO 3 [638] -2014-12-15 13:48:43 queue INFO 7 [639] -2014-12-15 13:48:44 queue INFO 3 [640] -2014-12-15 13:48:44 queue INFO 7 [641] -2014-12-15 13:48:44 queue INFO 3 [642] -2014-12-15 13:48:45 queue INFO 7 [643] -2014-12-15 13:48:45 queue INFO 3 [644] -2014-12-15 13:48:45 queue INFO 7 [645] -2014-12-15 13:48:46 queue INFO 3 [646] -2014-12-15 13:48:46 queue INFO 7 [647] -2014-12-15 13:48:46 queue INFO 3 [648] -2014-12-15 13:48:47 queue INFO 7 [649] -2014-12-15 13:48:47 queue INFO 3 [650] -2014-12-15 13:48:47 queue INFO 7 [651] -2014-12-15 13:48:48 queue INFO 3 [652] -2014-12-15 13:48:48 queue INFO 7 [653] -2014-12-15 13:48:48 queue INFO 3 [654] -2014-12-15 13:48:49 queue INFO 7 [655] -2014-12-15 13:48:49 queue INFO 3 [656] -2014-12-15 13:48:49 queue INFO 7 [657] -2014-12-15 13:48:50 queue INFO 3 [658] -2014-12-15 13:48:50 queue INFO 7 [659] -2014-12-15 13:48:50 queue INFO 3 [660] -2014-12-15 13:48:51 queue INFO 7 [661] -2014-12-15 13:48:51 queue INFO 3 [662] -2014-12-15 13:48:51 queue INFO 7 [663] -2014-12-15 13:48:52 queue INFO 3 [664] -2014-12-15 13:48:52 queue INFO 7 [665] -2014-12-15 13:48:52 queue INFO 3 [666] -2014-12-15 13:48:53 queue INFO 7 [667] -2014-12-15 13:48:53 queue INFO 3 [668] -2014-12-15 13:48:53 queue INFO 7 [669] -2014-12-15 13:48:54 queue INFO 3 [670] -2014-12-15 13:48:54 queue INFO 7 [671] -2014-12-15 13:48:54 queue INFO 3 [672] -2014-12-15 13:48:55 queue INFO 7 [673] -2014-12-15 13:48:55 queue INFO 3 [674] -2014-12-15 13:48:55 queue INFO 7 [675] -2014-12-15 13:48:56 queue INFO 3 [676] -2014-12-15 13:48:56 queue INFO 7 [677] -2014-12-15 13:48:56 queue INFO 3 [678] -2014-12-15 13:48:57 queue INFO 7 [679] -2014-12-15 13:48:57 queue INFO 3 [680] -2014-12-15 13:48:57 queue INFO 7 [681] -2014-12-15 13:48:58 queue INFO 3 [682] -2014-12-15 13:48:58 queue INFO 7 [683] -2014-12-15 13:48:58 queue INFO 3 [684] -2014-12-15 13:48:59 queue INFO 7 [685] -2014-12-15 13:48:59 queue INFO 3 [686] -2014-12-15 13:48:59 queue INFO 7 [687] -2014-12-15 13:49:00 queue INFO 3 [688] -2014-12-15 13:49:00 queue INFO 7 [689] -2014-12-15 13:49:00 queue INFO 3 [690] -2014-12-15 13:49:01 queue INFO 7 [691] -2014-12-15 13:49:01 queue INFO 3 [692] -2014-12-15 13:49:01 queue INFO 7 [693] -2014-12-15 13:49:02 queue INFO 3 [694] -2014-12-15 13:49:02 queue INFO 7 [695] -2014-12-15 13:49:02 queue INFO 3 [696] -2014-12-15 13:49:03 queue INFO 7 [697] -2014-12-15 13:49:03 queue INFO 3 [698] -2014-12-15 13:49:03 queue INFO 7 [699] -2014-12-15 13:49:03 queue INFO 3 [700] -2014-12-15 13:49:04 queue INFO 7 [701] -2014-12-15 13:49:04 queue INFO 3 [702] -2014-12-15 13:49:04 queue INFO 7 [703] -2014-12-15 13:49:05 queue INFO 3 [704] -2014-12-15 13:49:05 queue INFO 7 [705] -2014-12-15 13:49:05 queue INFO 3 [706] -2014-12-15 13:49:06 queue INFO 7 [707] -2014-12-15 13:49:06 queue INFO 3 [708] -2014-12-15 13:49:06 queue INFO 7 [709] -2014-12-15 13:49:07 queue INFO 3 [710] -2014-12-15 13:49:07 queue INFO 7 [711] -2014-12-15 13:49:07 queue INFO 3 [712] -2014-12-15 13:49:08 queue INFO 7 [713] -2014-12-15 13:49:08 queue INFO 3 [714] -2014-12-15 13:49:08 queue INFO 7 [715] -2014-12-15 13:49:09 queue INFO 3 [716] -2014-12-15 13:49:09 queue INFO 7 [717] -2014-12-15 13:49:09 queue INFO 3 [718] -2014-12-15 13:49:10 queue INFO 7 [719] -2014-12-15 13:49:10 queue INFO 3 [720] -2014-12-15 13:49:10 queue INFO 7 [721] -2014-12-15 13:49:11 queue INFO 3 [722] -2014-12-15 13:49:11 queue INFO 7 [723] -2014-12-15 13:49:11 queue INFO 3 [724] -2014-12-15 13:49:12 queue INFO 7 [725] -2014-12-15 13:49:12 queue INFO 3 [726] -2014-12-15 13:49:12 queue INFO 7 [727] -2014-12-15 13:49:13 queue INFO 3 [728] -2014-12-15 13:49:13 queue INFO 7 [729] -2014-12-15 13:49:13 queue INFO 3 [730] -2014-12-15 13:49:14 queue INFO 7 [731] -2014-12-15 13:49:14 queue INFO 3 [732] -2014-12-15 13:49:14 queue INFO 7 [733] -2014-12-15 13:49:15 queue INFO 3 [734] -2014-12-15 13:49:15 queue INFO 7 [735] -2014-12-15 13:49:15 queue INFO 3 [736] -2014-12-15 13:49:16 queue INFO 7 [737] -2014-12-15 13:49:16 queue INFO 3 [738] -2014-12-15 13:49:16 queue INFO 7 [739] -2014-12-15 13:49:17 queue INFO 3 [740] -2014-12-15 13:49:17 queue INFO 7 [741] -2014-12-15 13:49:17 queue INFO 3 [742] -2014-12-15 13:49:18 queue INFO 7 [743] -2014-12-15 13:49:18 queue INFO 3 [744] -2014-12-15 13:49:18 queue INFO 7 [745] -2014-12-15 13:49:18 queue INFO 3 [746] -2014-12-15 13:49:19 queue INFO 7 [747] -2014-12-15 13:49:19 queue INFO 3 [748] -2014-12-15 13:49:20 queue INFO 7 [749] -2014-12-15 13:49:20 queue INFO 3 [750] -2014-12-15 13:49:20 queue INFO 7 [751] -2014-12-15 13:49:21 queue INFO 3 [752] -2014-12-15 13:49:21 queue INFO 7 [753] -2014-12-15 13:49:21 queue INFO 3 [754] -2014-12-15 13:49:22 queue INFO 7 [755] -2014-12-15 13:49:22 queue INFO 3 [756] -2014-12-15 13:49:22 queue INFO 7 [757] -2014-12-15 13:49:23 queue INFO 3 [758] -2014-12-15 13:49:24 queue INFO 7 [759] -2014-12-15 13:49:24 queue INFO 3 [760] -2014-12-15 13:49:24 queue INFO 7 [761] -2014-12-15 13:49:24 queue INFO 3 [762] -2014-12-15 13:49:25 queue INFO 7 [763] -2014-12-15 13:49:25 queue INFO 3 [764] -2014-12-15 13:49:25 queue INFO 7 [765] -2014-12-15 13:49:26 queue INFO 3 [766] -2014-12-15 13:49:26 queue INFO 7 [767] -2014-12-15 13:49:26 queue INFO 3 [768] -2014-12-15 13:49:27 queue INFO 7 [769] -2014-12-15 13:49:27 queue INFO 3 [770] -2014-12-15 13:49:27 queue INFO 7 [771] -2014-12-15 13:49:28 queue INFO 3 [772] -2014-12-15 13:49:28 queue INFO 7 [773] -2014-12-15 13:49:28 queue INFO 3 [774] -2014-12-15 13:49:29 queue INFO 7 [775] -2014-12-15 13:49:29 queue INFO 3 [776] -2014-12-15 13:49:29 queue INFO 7 [777] -2014-12-15 13:49:30 queue INFO 3 [778] -2014-12-15 13:49:30 queue INFO 7 [779] -2014-12-15 13:49:30 queue INFO 3 [780] -2014-12-15 13:49:31 queue INFO 7 [781] -2014-12-15 13:49:31 queue INFO 3 [782] -2014-12-15 13:49:31 queue INFO 7 [783] -2014-12-15 13:49:32 queue INFO 3 [784] -2014-12-15 13:49:32 queue INFO 7 [785] -2014-12-15 13:49:32 queue INFO 3 [786] -2014-12-15 13:49:33 queue INFO 7 [787] -2014-12-15 13:49:33 queue INFO 3 [788] -2014-12-15 13:49:33 queue INFO 7 [789] -2014-12-15 13:49:34 queue INFO 3 [790] -2014-12-15 13:49:34 queue INFO 7 [791] -2014-12-15 13:49:34 queue INFO 3 [792] -2014-12-15 13:49:35 queue INFO 7 [793] -2014-12-15 13:49:35 queue INFO 3 [794] -2014-12-15 13:49:35 queue INFO 7 [795] -2014-12-15 13:49:36 queue INFO 3 [796] -2014-12-15 13:49:36 queue INFO 7 [797] -2014-12-15 13:49:36 queue INFO 3 [798] -2014-12-15 13:49:37 queue INFO 7 [799] -2014-12-15 13:49:37 queue INFO 3 [800] -2014-12-15 13:49:37 queue INFO 7 [801] -2014-12-15 13:49:38 queue INFO 3 [802] -2014-12-15 13:49:38 queue INFO 7 [803] -2014-12-15 13:49:38 queue INFO 3 [804] -2014-12-15 13:49:39 queue INFO 7 [805] -2014-12-15 13:49:39 queue INFO 3 [806] -2014-12-15 13:49:39 queue INFO 7 [807] -2014-12-15 13:49:40 queue INFO 3 [808] -2014-12-15 13:49:40 queue INFO 7 [809] -2014-12-15 13:49:40 queue INFO 3 [810] -2014-12-15 13:49:41 queue INFO 7 [811] -2014-12-15 13:49:41 queue INFO 3 [812] -2014-12-15 13:49:41 queue INFO 7 [813] -2014-12-15 13:49:42 queue INFO 3 [814] -2014-12-15 13:49:42 queue INFO 7 [815] -2014-12-15 13:49:42 queue INFO 3 [816] -2014-12-15 13:49:43 queue INFO 7 [817] -2014-12-15 13:49:43 queue INFO 3 [818] -2014-12-15 13:49:43 queue INFO 7 [819] -2014-12-15 13:49:43 queue INFO 3 [820] -2014-12-15 13:49:44 queue INFO 7 [821] -2014-12-15 13:49:44 queue INFO 3 [822] -2014-12-15 13:49:45 queue INFO 7 [823] -2014-12-15 13:49:45 queue INFO 3 [824] -2014-12-15 13:49:45 queue INFO 7 [825] -2014-12-15 13:49:46 queue INFO 3 [826] -2014-12-15 13:49:46 queue INFO 7 [827] -2014-12-15 13:49:46 queue INFO 3 [828] -2014-12-15 13:49:46 queue INFO 7 [829] -2014-12-15 13:49:47 queue INFO 3 [830] -2014-12-15 13:49:47 queue INFO 7 [831] -2014-12-15 13:49:48 queue INFO 3 [832] -2014-12-15 13:49:48 queue INFO 7 [833] -2014-12-15 13:49:48 queue INFO 3 [834] -2014-12-15 13:49:49 queue INFO 7 [835] -2014-12-15 13:49:49 queue INFO 3 [836] -2014-12-15 13:49:49 queue INFO 7 [837] -2014-12-15 13:49:50 queue INFO 3 [838] -2014-12-15 13:49:50 queue INFO 7 [839] -2014-12-15 13:49:50 queue INFO 3 [840] -2014-12-15 13:49:51 queue INFO 7 [841] -2014-12-15 13:49:51 queue INFO 3 [842] -2014-12-15 13:49:51 queue INFO 7 [843] -2014-12-15 13:49:52 queue INFO 3 [844] -2014-12-15 13:49:52 queue INFO 7 [845] -2014-12-15 13:49:52 queue INFO 3 [846] -2014-12-15 13:49:53 queue INFO 7 [847] -2014-12-15 13:49:53 queue INFO 3 [848] -2014-12-15 13:49:53 queue INFO 7 [849] -2014-12-15 13:49:54 queue INFO 3 [850] -2014-12-15 13:49:54 queue INFO 7 [851] -2014-12-15 13:49:54 queue INFO 3 [852] -2014-12-15 13:49:55 queue INFO 7 [853] -2014-12-15 13:49:55 queue INFO 3 [854] -2014-12-15 13:49:55 queue INFO 7 [855] -2014-12-15 13:49:56 queue INFO 3 [856] -2014-12-15 13:49:56 queue INFO 7 [857] -2014-12-15 13:49:56 queue INFO 3 [858] -2014-12-15 13:49:57 queue INFO 7 [859] -2014-12-15 13:49:57 queue INFO 3 [860] -2014-12-15 13:49:57 queue INFO 7 [861] -2014-12-15 13:49:57 queue INFO 3 [862] -2014-12-15 13:49:58 queue INFO 7 [863] -2014-12-15 13:49:58 queue INFO 3 [864] -2014-12-15 13:49:58 queue INFO 7 [865] -2014-12-15 13:49:59 queue INFO 3 [866] -2014-12-15 13:49:59 queue INFO 7 [867] -2014-12-15 13:49:59 queue INFO 3 [868] -2014-12-15 13:50:00 queue INFO 7 [869] -2014-12-15 13:50:00 queue INFO 3 [870] -2014-12-15 13:50:00 queue INFO 7 [871] -2014-12-15 13:50:01 queue INFO 3 [872] -2014-12-15 13:50:01 queue INFO 7 [873] -2014-12-15 13:50:01 queue INFO 3 [874] -2014-12-15 13:50:02 queue INFO 7 [875] -2014-12-15 13:50:02 queue INFO 3 [876] -2014-12-15 13:50:02 queue INFO 7 [877] -2014-12-15 13:50:03 queue INFO 3 [878] -2014-12-15 13:50:03 queue INFO 7 [879] -2014-12-15 13:50:03 queue INFO 3 [880] -2014-12-15 13:50:04 queue INFO 7 [881] -2014-12-15 13:50:04 queue INFO 3 [882] -2014-12-15 13:50:04 queue INFO 7 [883] -2014-12-15 13:50:05 queue INFO 3 [884] -2014-12-15 13:50:05 queue INFO 7 [885] -2014-12-15 13:50:05 queue INFO 3 [886] -2014-12-15 13:50:06 queue INFO 7 [887] -2014-12-15 13:50:06 queue INFO 3 [888] -2014-12-15 13:50:06 queue INFO 7 [889] -2014-12-15 13:50:07 queue INFO 3 [890] -2014-12-15 13:50:07 queue INFO 7 [891] -2014-12-15 13:50:07 queue INFO 3 [892] -2014-12-15 13:50:08 queue INFO 7 [893] -2014-12-15 13:50:08 queue INFO 3 [894] -2014-12-15 13:50:08 queue INFO 7 [895] -2014-12-15 13:50:09 queue INFO 3 [896] -2014-12-15 13:50:09 queue INFO 7 [897] -2014-12-15 13:50:09 queue INFO 3 [898] -2014-12-15 13:50:10 queue INFO 7 [899] -2014-12-15 13:50:10 queue INFO 3 [900] -2014-12-15 13:50:10 queue INFO 7 [901] -2014-12-15 13:50:10 queue INFO 3 [902] -2014-12-15 13:50:11 queue INFO 7 [903] -2014-12-15 13:50:11 queue INFO 3 [904] -2014-12-15 13:50:11 queue INFO 7 [905] -2014-12-15 13:50:12 queue INFO 3 [906] -2014-12-15 13:50:12 queue INFO 7 [907] -2014-12-15 13:50:12 queue INFO 3 [908] -2014-12-15 13:50:13 queue INFO 7 [909] -2014-12-15 13:50:13 queue INFO 3 [910] -2014-12-15 13:50:13 queue INFO 7 [911] -2014-12-15 13:50:14 queue INFO 3 [912] -2014-12-15 13:50:14 queue INFO 7 [913] -2014-12-15 13:50:15 queue INFO 3 [914] -2014-12-15 13:50:15 queue INFO 7 [915] -2014-12-15 13:50:15 queue INFO 3 [916] -2014-12-15 13:50:16 queue INFO 7 [917] -2014-12-15 13:50:16 queue INFO 3 [918] -2014-12-15 13:50:16 queue INFO 7 [919] -2014-12-15 13:50:17 queue INFO 3 [920] -2014-12-15 13:50:17 queue INFO 7 [921] -2014-12-15 13:50:17 queue INFO 3 [922] -2014-12-15 13:50:17 queue INFO 7 [923] -2014-12-15 13:50:18 queue INFO 3 [924] -2014-12-15 13:50:18 queue INFO 7 [925] -2014-12-15 13:50:18 queue INFO 3 [926] -2014-12-15 13:50:19 queue INFO 7 [927] -2014-12-15 13:50:19 queue INFO 3 [928] -2014-12-15 13:50:19 queue INFO 7 [929] -2014-12-15 13:50:20 queue INFO 3 [930] -2014-12-15 13:50:20 queue INFO 7 [931] -2014-12-15 13:50:20 queue INFO 3 [932] -2014-12-15 13:50:21 queue INFO 7 [933] -2014-12-15 13:50:21 queue INFO 3 [934] -2014-12-15 13:50:21 queue INFO 7 [935] -2014-12-15 13:50:22 queue INFO 3 [936] -2014-12-15 13:50:22 queue INFO 7 [937] -2014-12-15 13:50:22 queue INFO 3 [938] -2014-12-15 13:50:23 queue INFO 7 [939] -2014-12-15 13:50:23 queue INFO 3 [940] -2014-12-15 13:50:23 queue INFO 7 [941] -2014-12-15 13:50:24 queue INFO 3 [942] -2014-12-15 13:50:24 queue INFO 7 [943] -2014-12-15 13:50:24 queue INFO 3 [944] -2014-12-15 13:50:25 queue INFO 7 [945] -2014-12-15 13:50:25 queue INFO 3 [946] -2014-12-15 13:50:25 queue INFO 7 [947] -2014-12-15 13:50:26 queue INFO 3 [948] -2014-12-15 13:50:26 queue INFO 7 [949] -2014-12-15 13:50:26 queue INFO 3 [950] -2014-12-15 13:50:27 queue INFO 7 [951] -2014-12-15 13:50:27 queue INFO 3 [952] -2014-12-15 13:50:27 queue INFO 7 [953] -2014-12-15 13:50:28 queue INFO 3 [954] -2014-12-15 13:50:28 queue INFO 7 [955] -2014-12-15 13:50:28 queue INFO 3 [956] -2014-12-15 13:50:29 queue INFO 7 [957] -2014-12-15 13:50:29 queue INFO 3 [958] -2014-12-15 13:50:29 queue INFO 7 [959] -2014-12-15 13:50:29 queue INFO 3 [960] -2014-12-15 13:50:30 queue INFO 7 [961] -2014-12-15 13:50:30 queue INFO 3 [962] -2014-12-15 13:50:30 queue INFO 7 [963] -2014-12-15 13:50:31 queue INFO 3 [964] -2014-12-15 13:50:31 queue INFO 7 [965] -2014-12-15 13:50:31 queue INFO 3 [966] -2014-12-15 13:50:32 queue INFO 7 [967] -2014-12-15 13:50:32 queue INFO 3 [968] -2014-12-15 13:50:32 queue INFO 7 [969] -2014-12-15 13:50:33 queue INFO 3 [970] -2014-12-15 13:50:33 queue INFO 7 [971] -2014-12-15 13:50:33 queue INFO 3 [972] -2014-12-15 13:50:34 queue INFO 7 [973] -2014-12-15 13:50:34 queue INFO 3 [974] -2014-12-15 13:50:34 queue INFO 7 [975] -2014-12-15 13:50:35 queue INFO 3 [976] -2014-12-15 13:50:35 queue INFO 7 [977] -2014-12-15 13:50:36 queue INFO 3 [978] -2014-12-15 13:50:36 queue INFO 7 [979] -2014-12-15 13:50:36 queue INFO 3 [980] -2014-12-15 13:50:37 queue INFO 7 [981] -2014-12-15 13:50:37 queue INFO 3 [982] -2014-12-15 13:50:37 queue INFO 7 [983] -2014-12-15 13:50:38 queue INFO 3 [984] -2014-12-15 13:50:38 queue INFO 7 [985] -2014-12-15 13:50:38 queue INFO 3 [986] -2014-12-15 13:50:39 queue INFO 7 [987] -2014-12-15 13:50:39 queue INFO 3 [988] -2014-12-15 13:50:39 queue INFO 7 [989] -2014-12-15 13:50:40 queue INFO 3 [990] -2014-12-15 13:50:40 queue INFO 7 [991] -2014-12-15 13:50:40 queue INFO 3 [992] -2014-12-15 13:50:41 queue INFO 7 [993] -2014-12-15 13:50:41 queue INFO 3 [994] -2014-12-15 13:50:41 queue INFO 7 [995] -2014-12-15 13:50:42 queue INFO 3 [996] -2014-12-15 13:50:42 queue INFO 7 [997] -2014-12-15 13:50:42 queue INFO 3 [998] -2014-12-15 13:50:43 queue INFO 7 [999] -2014-12-15 13:50:43 queue INFO 3 [0] -2014-12-15 13:50:43 queue INFO 7 [1] -2014-12-15 13:50:44 queue INFO 3 [2] -2014-12-15 13:50:44 queue INFO 7 [3] -2014-12-15 13:50:44 queue INFO 3 [4] -2014-12-15 13:50:45 queue INFO 7 [5] -2014-12-15 13:50:45 queue INFO 3 [6] -2014-12-15 13:50:45 queue INFO 7 [7] -2014-12-15 13:50:46 queue INFO 3 [8] -2014-12-15 13:50:46 queue INFO 7 [9] -2014-12-15 13:50:46 queue INFO 3 [10] -2014-12-15 13:50:47 queue INFO 7 [11] -2014-12-15 13:50:47 queue INFO 3 [12] -2014-12-15 13:50:47 queue INFO 7 [13] -2014-12-15 13:50:48 queue INFO 3 [14] -2014-12-15 13:50:48 queue INFO 7 [15] -2014-12-15 13:50:48 queue INFO 3 [16] -2014-12-15 13:50:49 queue INFO 7 [17] -2014-12-15 13:50:49 queue INFO 3 [18] -2014-12-15 13:50:49 queue INFO 7 [19] -2014-12-15 13:50:49 queue INFO 3 [20] -2014-12-15 13:50:50 queue INFO 7 [21] -2014-12-15 13:50:50 queue INFO 3 [22] -2014-12-15 13:50:50 queue INFO 7 [23] -2014-12-15 13:50:51 queue INFO 3 [24] -2014-12-15 13:50:51 queue INFO 7 [25] -2014-12-15 13:50:51 queue INFO 3 [26] -2014-12-15 13:50:52 queue INFO 7 [27] -2014-12-15 13:50:52 queue INFO 3 [28] -2014-12-15 13:50:52 queue INFO 7 [29] -2014-12-15 13:50:53 queue INFO 3 [30] -2014-12-15 13:50:53 queue INFO 7 [31] -2014-12-15 13:50:53 queue INFO 3 [32] -2014-12-15 13:50:54 queue INFO 7 [33] -2014-12-15 13:50:54 queue INFO 3 [34] -2014-12-15 13:50:54 queue INFO 7 [35] -2014-12-15 13:50:55 queue INFO 3 [36] -2014-12-15 13:50:55 queue INFO 7 [37] -2014-12-15 13:50:55 queue INFO 3 [38] -2014-12-15 13:50:56 queue INFO 7 [39] -2014-12-15 13:50:56 queue INFO 3 [40] -2014-12-15 13:50:56 queue INFO 7 [41] -2014-12-15 13:50:57 queue INFO 3 [42] -2014-12-15 13:50:57 queue INFO 7 [43] -2014-12-15 13:50:57 queue INFO 3 [44] -2014-12-15 13:50:58 queue INFO 7 [45] -2014-12-15 13:50:58 queue INFO 3 [46] -2014-12-15 13:50:58 queue INFO 7 [47] -2014-12-15 13:50:58 queue INFO 3 [48] -2014-12-15 13:50:59 queue INFO 7 [49] -2014-12-15 13:50:59 queue INFO 3 [50] -2014-12-15 13:50:59 queue INFO 7 [51] -2014-12-15 13:51:00 queue INFO 3 [52] -2014-12-15 13:51:00 queue INFO 7 [53] -2014-12-15 13:51:00 queue INFO 3 [54] -2014-12-15 13:51:01 queue INFO 7 [55] -2014-12-15 13:51:01 queue INFO 3 [56] -2014-12-15 13:51:01 queue INFO 7 [57] -2014-12-15 13:51:02 queue INFO 3 [58] -2014-12-15 13:51:02 queue INFO 7 [59] -2014-12-15 13:51:02 queue INFO 3 [60] -2014-12-15 13:51:03 queue INFO 7 [61] -2014-12-15 13:51:03 queue INFO 3 [62] -2014-12-15 13:51:03 queue INFO 7 [63] -2014-12-15 13:51:04 queue INFO 3 [64] -2014-12-15 13:51:04 queue INFO 7 [65] -2014-12-15 13:51:04 queue INFO 3 [66] -2014-12-15 13:51:05 queue INFO 7 [67] -2014-12-15 13:51:05 queue INFO 3 [68] -2014-12-15 13:51:05 queue INFO 7 [69] -2014-12-15 13:51:06 queue INFO 3 [70] -2014-12-15 13:51:06 queue INFO 7 [71] -2014-12-15 13:51:06 queue INFO 3 [72] -2014-12-15 13:51:07 queue INFO 7 [73] -2014-12-15 13:51:07 queue INFO 3 [74] -2014-12-15 13:51:07 queue INFO 7 [75] -2014-12-15 13:51:08 queue INFO 3 [76] -2014-12-15 13:51:08 queue INFO 7 [77] -2014-12-15 13:51:09 queue INFO 3 [78] -2014-12-15 13:51:09 queue INFO 7 [79] -2014-12-15 13:51:09 queue INFO 3 [80] -2014-12-15 13:51:09 queue INFO 7 [81] -2014-12-15 13:51:10 queue INFO 3 [82] -2014-12-15 13:51:10 queue INFO 7 [83] -2014-12-15 13:51:10 queue INFO 3 [84] -2014-12-15 13:51:11 queue INFO 7 [85] -2014-12-15 13:51:11 queue INFO 3 [86] -2014-12-15 13:51:11 queue INFO 7 [87] -2014-12-15 13:51:12 queue INFO 3 [88] -2014-12-15 13:51:12 queue INFO 7 [89] -2014-12-15 13:51:12 queue INFO 3 [90] -2014-12-15 13:51:13 queue INFO 7 [91] -2014-12-15 13:51:13 queue INFO 3 [92] -2014-12-15 13:51:13 queue INFO 7 [93] -2014-12-15 13:51:14 queue INFO 3 [94] -2014-12-15 13:51:14 queue INFO 7 [95] -2014-12-15 13:51:14 queue INFO 3 [96] -2014-12-15 13:51:15 queue INFO 7 [97] -2014-12-15 13:51:15 queue INFO 3 [98] -2014-12-15 13:51:15 queue INFO 7 [99] -2014-12-15 13:51:16 queue INFO 3 [100] -2014-12-15 13:51:16 queue INFO 7 [101] -2014-12-15 13:51:16 queue INFO 3 [102] -2014-12-15 13:51:17 queue INFO 7 [103] -2014-12-15 13:51:17 queue INFO 3 [104] -2014-12-15 13:51:17 queue INFO 7 [105] -2014-12-15 13:51:18 queue INFO 3 [106] -2014-12-15 13:51:18 queue INFO 7 [107] -2014-12-15 13:51:18 queue INFO 3 [108] -2014-12-15 13:51:19 queue INFO 7 [109] -2014-12-15 13:51:19 queue INFO 3 [110] -2014-12-15 13:51:19 queue INFO 7 [111] -2014-12-15 13:51:19 queue INFO 3 [112] -2014-12-15 13:51:20 queue INFO 7 [113] -2014-12-15 13:51:20 queue INFO 3 [114] -2014-12-15 13:51:20 queue INFO 7 [115] -2014-12-15 13:51:21 queue INFO 3 [116] -2014-12-15 13:51:21 queue INFO 7 [117] -2014-12-15 13:51:21 queue INFO 3 [118] -2014-12-15 13:51:22 queue INFO 7 [119] -2014-12-15 13:51:22 queue INFO 3 [120] -2014-12-15 13:51:22 queue INFO 7 [121] -2014-12-15 13:51:23 queue INFO 3 [122] -2014-12-15 13:51:23 queue INFO 7 [123] -2014-12-15 13:51:23 queue INFO 3 [124] -2014-12-15 13:51:24 queue INFO 7 [125] -2014-12-15 13:51:24 queue INFO 3 [126] -2014-12-15 13:51:24 queue INFO 7 [127] -2014-12-15 13:51:25 queue INFO 3 [128] -2014-12-15 13:51:25 queue INFO 7 [129] -2014-12-15 13:51:27 queue INFO >7 [130] -2014-12-15 13:51:28 queue INFO 3 [131] -2014-12-15 13:51:28 queue INFO 7 [132] -2014-12-15 13:51:29 queue INFO 3 [133] -2014-12-15 13:51:30 queue INFO 7 [134] -2014-12-15 13:51:30 queue INFO 3 [135] -2014-12-15 13:51:30 queue INFO 7 [136] -2014-12-15 13:51:31 queue INFO 3 [137] -2014-12-15 13:51:31 queue INFO 7 [138] -2014-12-15 13:51:31 queue INFO 3 [139] -2014-12-15 13:51:32 queue INFO 7 [140] -2014-12-15 13:51:32 queue INFO 3 [141] -2014-12-15 13:51:32 queue INFO 7 [142] -2014-12-15 13:51:32 queue INFO 3 [143] -2014-12-15 13:51:33 queue INFO 7 [144] -2014-12-15 13:51:33 queue INFO 3 [145] -2014-12-15 13:51:33 queue INFO 7 [146] -2014-12-15 13:51:34 queue INFO 3 [147] -2014-12-15 13:51:34 queue INFO 7 [148] -2014-12-15 13:51:34 queue INFO 3 [149] -2014-12-15 13:51:35 queue INFO 7 [150] -2014-12-15 13:51:35 queue INFO 3 [151] -2014-12-15 13:51:35 queue INFO 7 [152] -2014-12-15 13:51:36 queue INFO 3 [153] -2014-12-15 13:51:36 queue INFO 7 [154] -2014-12-15 13:51:36 queue INFO 3 [155] -2014-12-15 13:51:37 queue INFO 7 [156] -2014-12-15 13:51:37 queue INFO 3 [157] -2014-12-15 13:51:37 queue INFO 7 [158] -2014-12-15 13:51:38 queue INFO 3 [159] -2014-12-15 13:51:38 queue INFO 7 [160] -2014-12-15 13:51:39 queue INFO 3 [161] -2014-12-15 13:51:39 queue INFO 7 [162] -2014-12-15 13:51:39 queue INFO 3 [163] -2014-12-15 13:51:40 queue INFO 7 [164] -2014-12-15 13:51:40 queue INFO 3 [165] -2014-12-15 13:51:40 queue INFO 7 [166] -2014-12-15 13:51:41 queue INFO 3 [167] -2014-12-15 13:51:41 queue INFO 7 [168] -2014-12-15 13:51:41 queue INFO 3 [169] -2014-12-15 13:51:42 queue INFO 7 [170] -2014-12-15 13:51:42 queue INFO 3 [171] -2014-12-15 13:51:42 queue INFO 7 [172] -2014-12-15 13:51:42 queue INFO 3 [173] -2014-12-15 13:51:43 queue INFO 7 [174] -2014-12-15 13:51:43 queue INFO 3 [175] -2014-12-15 13:51:43 queue INFO 7 [176] -2014-12-15 13:51:44 queue INFO 3 [177] -2014-12-15 13:51:44 queue INFO 7 [178] -2014-12-15 13:51:44 queue INFO 3 [179] -2014-12-15 13:51:45 queue INFO 7 [180] -2014-12-15 13:51:45 queue INFO 3 [181] -2014-12-15 13:51:45 queue INFO 7 [182] -2014-12-15 13:51:46 queue INFO 3 [183] -2014-12-15 13:51:46 queue INFO 7 [184] -2014-12-15 13:51:46 queue INFO 3 [185] -2014-12-15 13:51:47 queue INFO 7 [186] -2014-12-15 13:51:47 queue INFO 3 [187] -2014-12-15 13:51:47 queue INFO 7 [188] -2014-12-15 13:51:48 queue INFO 3 [189] -2014-12-15 13:51:48 queue INFO 7 [190] -2014-12-15 13:51:48 queue INFO 3 [191] -2014-12-15 13:51:49 queue INFO 7 [192] -2014-12-15 13:51:49 queue INFO 3 [193] -2014-12-15 13:51:49 queue INFO 7 [194] -2014-12-15 13:51:50 queue INFO 3 [195] -2014-12-15 13:51:50 queue INFO 7 [196] -2014-12-15 13:51:50 queue INFO 3 [197] -2014-12-15 13:51:51 queue INFO 7 [198] -2014-12-15 13:51:51 queue INFO 3 [199] -2014-12-15 13:51:51 queue INFO 7 [200] -2014-12-15 13:51:52 queue INFO 3 [201] -2014-12-15 13:51:52 queue INFO 7 [202] -2014-12-15 13:51:52 queue INFO 3 [203] -2014-12-15 13:51:53 queue INFO 7 [204] -2014-12-15 13:51:53 queue INFO 3 [205] -2014-12-15 13:51:53 queue INFO 7 [206] -2014-12-15 13:51:54 queue INFO 3 [207] -2014-12-15 13:51:54 queue INFO 7 [208] -2014-12-15 13:51:54 queue INFO 3 [209] -2014-12-15 13:51:55 queue INFO 7 [210] -2014-12-15 13:51:55 queue INFO 3 [211] -2014-12-15 13:51:55 queue INFO 7 [212] -2014-12-15 13:51:55 queue INFO 3 [213] -2014-12-15 13:51:56 queue INFO 7 [214] -2014-12-15 13:51:56 queue INFO 3 [215] -2014-12-15 13:51:56 queue INFO 7 [216] -2014-12-15 13:51:57 queue INFO 3 [217] -2014-12-15 13:51:57 queue INFO 7 [218] -2014-12-15 13:51:57 queue INFO 3 [219] -2014-12-15 13:51:58 queue INFO 7 [220] -2014-12-15 13:51:58 queue INFO 3 [221] -2014-12-15 13:51:58 queue INFO 7 [222] -2014-12-15 13:51:59 queue INFO 3 [223] -2014-12-15 13:51:59 queue INFO 7 [224] -2014-12-15 13:51:59 queue INFO 3 [225] -2014-12-15 13:52:00 queue INFO 7 [226] -2014-12-15 13:52:00 queue INFO 3 [227] -2014-12-15 13:52:00 queue INFO 7 [228] -2014-12-15 13:52:01 queue INFO 3 [229] -2014-12-15 13:52:01 queue INFO 7 [230] -2014-12-15 13:52:01 queue INFO 3 [231] -2014-12-15 13:52:02 queue INFO 7 [232] -2014-12-15 13:52:02 queue INFO 3 [233] -2014-12-15 13:52:02 queue INFO 7 [234] -2014-12-15 13:52:03 queue INFO 3 [235] -2014-12-15 13:52:03 queue INFO 7 [236] -2014-12-15 13:52:03 queue INFO 3 [237] -2014-12-15 13:52:04 queue INFO 7 [238] -2014-12-15 13:52:04 queue INFO 3 [239] -2014-12-15 13:52:04 queue INFO 7 [240] -2014-12-15 13:52:05 queue INFO 3 [241] -2014-12-15 13:52:05 queue INFO 7 [242] -2014-12-15 13:52:05 queue INFO 3 [243] -2014-12-15 13:52:06 queue INFO 7 [244] -2014-12-15 13:52:06 queue INFO 3 [245] -2014-12-15 13:52:06 queue INFO 7 [246] -2014-12-15 13:52:07 queue INFO 3 [247] -2014-12-15 13:52:07 queue INFO 7 [248] -2014-12-15 13:52:07 queue INFO 3 [249] -2014-12-15 13:52:08 queue INFO 7 [250] -2014-12-15 13:52:08 queue INFO 3 [251] -2014-12-15 13:52:08 queue INFO 7 [252] -2014-12-15 13:52:09 queue INFO 3 [253] -2014-12-15 13:52:09 queue INFO 7 [254] -2014-12-15 13:52:09 queue INFO 3 [255] -2014-12-15 13:52:10 queue INFO 7 [256] -2014-12-15 13:52:10 queue INFO 3 [257] -2014-12-15 13:52:10 queue INFO 7 [258] -2014-12-15 13:52:11 queue INFO 3 [259] -2014-12-15 13:52:11 queue INFO 7 [260] -2014-12-15 13:52:11 queue INFO 3 [261] -2014-12-15 13:52:12 queue INFO 7 [262] -2014-12-15 13:52:12 queue INFO 3 [263] -2014-12-15 13:52:12 queue INFO 7 [264] -2014-12-15 13:52:13 queue INFO 3 [265] -2014-12-15 13:52:13 queue INFO 7 [266] -2014-12-15 13:52:13 queue INFO 3 [267] -2014-12-15 13:52:14 queue INFO 7 [268] -2014-12-15 13:52:14 queue INFO 3 [269] -2014-12-15 13:52:14 queue INFO 7 [270] -2014-12-15 13:52:15 queue INFO 3 [271] -2014-12-15 13:52:15 queue INFO 7 [272] -2014-12-15 13:52:15 queue INFO 3 [273] -2014-12-15 13:52:16 queue INFO 7 [274] -2014-12-15 13:52:16 queue INFO 3 [275] -2014-12-15 13:52:16 queue INFO 7 [276] -2014-12-15 13:52:17 queue INFO 3 [277] -2014-12-15 13:52:17 queue INFO 7 [278] -2014-12-15 13:52:17 queue INFO 3 [279] -2014-12-15 13:52:17 queue INFO 7 [280] -2014-12-15 13:52:18 queue INFO 3 [281] -2014-12-15 13:52:18 queue INFO 7 [282] -2014-12-15 13:52:18 queue INFO 3 [283] -2014-12-15 13:52:19 queue INFO 7 [284] -2014-12-15 13:52:19 queue INFO 3 [285] -2014-12-15 13:52:19 queue INFO 7 [286] -2014-12-15 13:52:20 queue INFO 3 [287] -2014-12-15 13:52:20 queue INFO 7 [288] -2014-12-15 13:52:20 queue INFO 3 [289] -2014-12-15 13:52:21 queue INFO 7 [290] -2014-12-15 13:52:21 queue INFO 3 [291] -2014-12-15 13:52:21 queue INFO 7 [292] -2014-12-15 13:52:22 queue INFO 3 [293] -2014-12-15 13:52:22 queue INFO 7 [294] -2014-12-15 13:52:22 queue INFO 3 [295] -2014-12-15 13:52:23 queue INFO 7 [296] -2014-12-15 13:52:23 queue INFO 3 [297] -2014-12-15 13:52:23 queue INFO 7 [298] -2014-12-15 13:52:24 queue INFO 3 [299] -2014-12-15 13:52:24 queue INFO 7 [300] -2014-12-15 13:52:24 queue INFO 3 [301] -2014-12-15 13:52:25 queue INFO 7 [302] -2014-12-15 13:52:25 queue INFO 3 [303] -2014-12-15 13:52:25 queue INFO 7 [304] -2014-12-15 13:52:26 queue INFO 3 [305] -2014-12-15 13:52:26 queue INFO 7 [306] -2014-12-15 13:52:26 queue INFO 3 [307] -2014-12-15 13:52:27 queue INFO 7 [308] -2014-12-15 13:52:27 queue INFO 3 [309] -2014-12-15 13:52:27 queue INFO 7 [310] -2014-12-15 13:52:28 queue INFO 3 [311] -2014-12-15 13:52:28 queue INFO 7 [312] -2014-12-15 13:52:28 queue INFO 3 [313] -2014-12-15 13:52:29 queue INFO 7 [314] -2014-12-15 13:52:29 queue INFO 3 [315] -2014-12-15 13:52:29 queue INFO 7 [316] -2014-12-15 13:52:30 queue INFO 3 [317] -2014-12-15 13:52:30 queue INFO 7 [318] -2014-12-15 13:52:30 queue INFO 3 [319] -2014-12-15 13:52:31 queue INFO 7 [320] -2014-12-15 13:52:31 queue INFO 3 [321] -2014-12-15 13:52:31 queue INFO 7 [322] -2014-12-15 13:52:32 queue INFO 3 [323] -2014-12-15 13:52:32 queue INFO 7 [324] -2014-12-15 13:52:32 queue INFO 3 [325] -2014-12-15 13:52:33 queue INFO 7 [326] -2014-12-15 13:52:33 queue INFO 3 [327] -2014-12-15 13:52:33 queue INFO 7 [328] -2014-12-15 13:52:34 queue INFO 3 [329] -2014-12-15 13:52:34 queue INFO 7 [330] -2014-12-15 13:52:34 queue INFO 3 [331] -2014-12-15 13:52:35 queue INFO 7 [332] -2014-12-15 13:52:35 queue INFO 3 [333] -2014-12-15 13:52:35 queue INFO 7 [334] -2014-12-15 13:52:36 queue INFO 3 [335] -2014-12-15 13:52:36 queue INFO 7 [336] -2014-12-15 13:52:36 queue INFO 3 [337] -2014-12-15 13:52:37 queue INFO 7 [338] -2014-12-15 13:52:37 queue INFO 3 [339] -2014-12-15 13:52:37 queue INFO 7 [340] -2014-12-15 13:52:38 queue INFO 3 [341] -2014-12-15 13:52:38 queue INFO 7 [342] -2014-12-15 13:52:38 queue INFO 3 [343] -2014-12-15 13:52:39 queue INFO 7 [344] -2014-12-15 13:52:39 queue INFO 3 [345] -2014-12-15 13:52:39 queue INFO 7 [346] -2014-12-15 13:52:40 queue INFO 3 [347] -2014-12-15 13:52:40 queue INFO 7 [348] -2014-12-15 13:52:40 queue INFO 3 [349] -2014-12-15 13:52:41 queue INFO 7 [350] -2014-12-15 13:52:41 queue INFO 3 [351] -2014-12-15 13:52:41 queue INFO 7 [352] -2014-12-15 13:52:42 queue INFO 3 [353] -2014-12-15 13:52:42 queue INFO 7 [354] -2014-12-15 13:52:42 queue INFO 3 [355] -2014-12-15 13:52:42 queue INFO 7 [356] -2014-12-15 13:52:43 queue INFO 3 [357] -2014-12-15 13:52:43 queue INFO 7 [358] -2014-12-15 13:52:43 queue INFO 3 [359] -2014-12-15 13:52:44 queue INFO 7 [360] -2014-12-15 13:52:44 queue INFO 3 [361] -2014-12-15 13:52:44 queue INFO 7 [362] -2014-12-15 13:52:45 queue INFO 3 [363] -2014-12-15 13:52:45 queue INFO 7 [364] -2014-12-15 13:52:45 queue INFO 3 [365] -2014-12-15 13:52:46 queue INFO 7 [366] -2014-12-15 13:52:46 queue INFO 3 [367] -2014-12-15 13:52:46 queue INFO 7 [368] -2014-12-15 13:52:47 queue INFO 3 [369] -2014-12-15 13:52:47 queue INFO 7 [370] -2014-12-15 13:52:47 queue INFO 3 [371] -2014-12-15 13:52:48 queue INFO 7 [372] -2014-12-15 13:52:48 queue INFO 3 [373] -2014-12-15 13:52:48 queue INFO 7 [374] -2014-12-15 13:52:49 queue INFO 3 [375] -2014-12-15 13:52:49 queue INFO 7 [376] -2014-12-15 13:52:49 queue INFO 3 [377] -2014-12-15 13:52:50 queue INFO 7 [378] -2014-12-15 13:52:50 queue INFO 3 [379] -2014-12-15 13:52:50 queue INFO 7 [380] -2014-12-15 13:52:51 queue INFO 3 [381] -2014-12-15 13:52:51 queue INFO 7 [382] -2014-12-15 13:52:51 queue INFO 3 [383] -2014-12-15 13:52:52 queue INFO 7 [384] -2014-12-15 13:52:52 queue INFO 3 [385] -2014-12-15 13:52:52 queue INFO 7 [386] -2014-12-15 13:52:53 queue INFO 3 [387] -2014-12-15 13:52:53 queue INFO 7 [388] -2014-12-15 13:52:53 queue INFO 3 [389] -2014-12-15 13:52:54 queue INFO 7 [390] -2014-12-15 13:52:54 queue INFO 3 [391] -2014-12-15 13:52:54 queue INFO 7 [392] -2014-12-15 13:52:55 queue INFO 3 [393] -2014-12-15 13:52:55 queue INFO 7 [394] -2014-12-15 13:52:55 queue INFO 3 [395] -2014-12-15 13:52:56 queue INFO 7 [396] -2014-12-15 13:52:56 queue INFO 3 [397] -2014-12-15 13:52:56 queue INFO 7 [398] -2014-12-15 13:52:57 queue INFO 3 [399] -2014-12-15 13:52:57 queue INFO 7 [400] -2014-12-15 13:52:57 queue INFO 3 [401] -2014-12-15 13:52:58 queue INFO 7 [402] -2014-12-15 13:52:58 queue INFO 3 [403] -2014-12-15 13:52:58 queue INFO 7 [404] -2014-12-15 13:52:59 queue INFO 3 [405] -2014-12-15 13:52:59 queue INFO 7 [406] -2014-12-15 13:52:59 queue INFO 3 [407] -2014-12-15 13:53:00 queue INFO 7 [408] -2014-12-15 13:53:00 queue INFO 3 [409] -2014-12-15 13:53:00 queue INFO 7 [410] -2014-12-15 13:53:01 queue INFO 3 [411] -2014-12-15 13:53:01 queue INFO 7 [412] -2014-12-15 13:53:01 queue INFO 3 [413] -2014-12-15 13:53:02 queue INFO 7 [414] -2014-12-15 13:53:02 queue INFO 3 [415] -2014-12-15 13:53:02 queue INFO 7 [416] -2014-12-15 13:53:03 queue INFO 3 [417] -2014-12-15 13:53:03 queue INFO 7 [418] -2014-12-15 13:53:03 queue INFO 3 [419] -2014-12-15 13:53:04 queue INFO 7 [420] -2014-12-15 13:53:04 queue INFO 3 [421] -2014-12-15 13:53:04 queue INFO 7 [422] -2014-12-15 13:53:05 queue INFO 3 [423] -2014-12-15 13:53:05 queue INFO 7 [424] -2014-12-15 13:53:05 queue INFO 3 [425] -2014-12-15 13:53:06 queue INFO 7 [426] -2014-12-15 13:53:06 queue INFO 3 [427] -2014-12-15 13:53:06 queue INFO 7 [428] -2014-12-15 13:53:07 queue INFO 3 [429] -2014-12-15 13:53:07 queue INFO 7 [430] -2014-12-15 13:53:07 queue INFO 3 [431] -2014-12-15 13:53:08 queue INFO 7 [432] -2014-12-15 13:53:08 queue INFO 3 [433] -2014-12-15 13:53:08 queue INFO 7 [434] -2014-12-15 13:53:09 queue INFO 3 [435] -2014-12-15 13:53:09 queue INFO 7 [436] -2014-12-15 13:53:09 queue INFO 3 [437] -2014-12-15 13:53:10 queue INFO 7 [438] -2014-12-15 13:53:10 queue INFO 3 [439] -2014-12-15 13:53:10 queue INFO 7 [440] -2014-12-15 13:53:10 queue INFO 3 [441] -2014-12-15 13:53:11 queue INFO 7 [442] -2014-12-15 13:53:11 queue INFO 3 [443] -2014-12-15 13:53:11 queue INFO 7 [444] -2014-12-15 13:53:12 queue INFO 3 [445] -2014-12-15 13:53:12 queue INFO 7 [446] -2014-12-15 13:53:12 queue INFO 3 [447] -2014-12-15 13:53:13 queue INFO 7 [448] -2014-12-15 13:53:13 queue INFO 3 [449] -2014-12-15 13:53:13 queue INFO 7 [450] -2014-12-15 13:53:14 queue INFO 3 [451] -2014-12-15 13:53:14 queue INFO 7 [452] -2014-12-15 13:53:14 queue INFO 3 [453] -2014-12-15 13:53:15 queue INFO 7 [454] -2014-12-15 13:53:15 queue INFO 3 [455] -2014-12-15 13:53:15 queue INFO 7 [456] -2014-12-15 13:53:16 queue INFO 3 [457] -2014-12-15 13:53:16 queue INFO 7 [458] -2014-12-15 13:53:16 queue INFO 3 [459] -2014-12-15 13:53:17 queue INFO 7 [460] -2014-12-15 13:53:17 queue INFO 3 [461] -2014-12-15 13:53:17 queue INFO 7 [462] -2014-12-15 13:53:18 queue INFO 3 [463] -2014-12-15 13:53:18 queue INFO 7 [464] -2014-12-15 13:53:18 queue INFO 3 [465] -2014-12-15 13:53:19 queue INFO 7 [466] -2014-12-15 13:53:19 queue INFO 3 [467] -2014-12-15 13:53:19 queue INFO 7 [468] -2014-12-15 13:53:20 queue INFO 3 [469] -2014-12-15 13:53:20 queue INFO 7 [470] -2014-12-15 13:53:20 queue INFO 3 [471] -2014-12-15 13:53:21 queue INFO 7 [472] -2014-12-15 13:53:21 queue INFO 3 [473] -2014-12-15 13:53:21 queue INFO 7 [474] -2014-12-15 13:53:22 queue INFO 3 [475] -2014-12-15 13:53:22 queue INFO 7 [476] -2014-12-15 13:53:22 queue INFO 3 [477] -2014-12-15 13:53:23 queue INFO 7 [478] -2014-12-15 13:53:23 queue INFO 3 [479] -2014-12-15 13:53:23 queue INFO 7 [480] -2014-12-15 13:53:24 queue INFO 3 [481] -2014-12-15 13:53:24 queue INFO 7 [482] -2014-12-15 13:53:24 queue INFO 3 [483] -2014-12-15 13:53:25 queue INFO 7 [484] -2014-12-15 13:53:25 queue INFO 3 [485] -2014-12-15 13:53:25 queue INFO 7 [486] -2014-12-15 13:53:26 queue INFO 3 [487] -2014-12-15 13:53:26 queue INFO 7 [488] -2014-12-15 13:53:26 queue INFO 3 [489] -2014-12-15 13:53:27 queue INFO 7 [490] -2014-12-15 13:53:27 queue INFO 3 [491] -2014-12-15 13:53:27 queue INFO 7 [492] -2014-12-15 13:53:28 queue INFO 3 [493] -2014-12-15 13:53:28 queue INFO 7 [494] -2014-12-15 13:53:28 queue INFO 3 [495] -2014-12-15 13:53:29 queue INFO 7 [496] -2014-12-15 13:53:29 queue INFO 3 [497] -2014-12-15 13:53:29 queue INFO 7 [498] -2014-12-15 13:53:30 queue INFO 3 [499] -2014-12-15 13:53:30 queue INFO 7 [500] -2014-12-15 13:53:30 queue INFO 3 [501] -2014-12-15 13:53:31 queue INFO 7 [502] -2014-12-15 13:53:31 queue INFO 3 [503] -2014-12-15 13:53:31 queue INFO 7 [504] -2014-12-15 13:53:32 queue INFO 3 [505] -2014-12-15 13:53:32 queue INFO 7 [506] -2014-12-15 13:53:32 queue INFO 3 [507] -2014-12-15 13:53:33 queue INFO 7 [508] -2014-12-15 13:53:33 queue INFO 3 [509] -2014-12-15 13:53:33 queue INFO 7 [510] -2014-12-15 13:53:34 queue INFO 3 [511] -2014-12-15 13:53:34 queue INFO 7 [512] -2014-12-15 13:53:34 queue INFO 3 [513] -2014-12-15 13:53:35 queue INFO 7 [514] -2014-12-15 13:53:35 queue INFO 3 [515] -2014-12-15 13:53:35 queue INFO 7 [516] -2014-12-15 13:53:35 queue INFO 3 [517] -2014-12-15 13:53:36 queue INFO 7 [518] -2014-12-15 13:53:36 queue INFO 3 [519] -2014-12-15 13:53:36 queue INFO 7 [520] -2014-12-15 13:53:37 queue INFO 3 [521] -2014-12-15 13:53:37 queue INFO 7 [522] -2014-12-15 13:53:37 queue INFO 3 [523] -2014-12-15 13:53:38 queue INFO 7 [524] -2014-12-15 13:53:38 queue INFO 3 [525] -2014-12-15 13:53:38 queue INFO 7 [526] -2014-12-15 13:53:39 queue INFO 3 [527] -2014-12-15 13:53:39 queue INFO 7 [528] -2014-12-15 13:53:39 queue INFO 3 [529] -2014-12-15 13:53:40 queue INFO 7 [530] -2014-12-15 13:53:40 queue INFO 3 [531] -2014-12-15 13:53:40 queue INFO 7 [532] -2014-12-15 13:53:41 queue INFO 3 [533] -2014-12-15 13:53:41 queue INFO 7 [534] -2014-12-15 13:53:41 queue INFO 3 [535] -2014-12-15 13:53:42 queue INFO 7 [536] -2014-12-15 13:53:42 queue INFO 3 [537] -2014-12-15 13:53:42 queue INFO 7 [538] -2014-12-15 13:53:43 queue INFO 3 [539] -2014-12-15 13:53:43 queue INFO 7 [540] -2014-12-15 13:53:43 queue INFO 3 [541] -2014-12-15 13:53:44 queue INFO 7 [542] -2014-12-15 13:53:44 queue INFO 3 [543] -2014-12-15 13:53:44 queue INFO 7 [544] -2014-12-15 13:53:45 queue INFO 3 [545] -2014-12-15 13:53:45 queue INFO 7 [546] -2014-12-15 13:53:45 queue INFO 3 [547] -2014-12-15 13:53:46 queue INFO 7 [548] -2014-12-15 13:53:46 queue INFO 3 [549] -2014-12-15 13:53:46 queue INFO 7 [550] -2014-12-15 13:53:47 queue INFO 3 [551] -2014-12-15 13:53:47 queue INFO 7 [552] -2014-12-15 13:53:47 queue INFO 3 [553] -2014-12-15 13:53:48 queue INFO 7 [554] -2014-12-15 13:53:48 queue INFO 3 [555] -2014-12-15 13:53:48 queue INFO 7 [556] -2014-12-15 13:53:49 queue INFO 3 [557] -2014-12-15 13:53:49 queue INFO 7 [558] -2014-12-15 13:53:49 queue INFO 3 [559] -2014-12-15 13:53:50 queue INFO 7 [560] -2014-12-15 13:53:50 queue INFO 3 [561] -2014-12-15 13:53:50 queue INFO 7 [562] -2014-12-15 13:53:50 queue INFO 3 [563] -2014-12-15 13:53:51 queue INFO 7 [564] -2014-12-15 13:53:51 queue INFO 3 [565] -2014-12-15 13:53:51 queue INFO 7 [566] -2014-12-15 13:53:52 queue INFO 3 [567] -2014-12-15 13:53:52 queue INFO 7 [568] -2014-12-15 13:53:52 queue INFO 3 [569] -2014-12-15 13:53:53 queue INFO 7 [570] -2014-12-15 13:53:53 queue INFO 3 [571] -2014-12-15 13:53:54 queue INFO 7 [572] -2014-12-15 13:53:54 queue INFO 3 [573] -2014-12-15 13:53:54 queue INFO 7 [574] -2014-12-15 13:53:55 queue INFO 3 [575] -2014-12-15 13:53:55 queue INFO 7 [576] -2014-12-15 13:53:55 queue INFO 3 [577] -2014-12-15 13:53:56 queue INFO 7 [578] -2014-12-15 13:53:56 queue INFO 3 [579] -2014-12-15 13:53:56 queue INFO 7 [580] -2014-12-15 13:53:57 queue INFO 3 [581] -2014-12-15 13:53:57 queue INFO 7 [582] -2014-12-15 13:53:57 queue INFO 3 [583] -2014-12-15 13:53:58 queue INFO 7 [584] -2014-12-15 13:53:58 queue INFO 3 [585] -2014-12-15 13:53:58 queue INFO 7 [586] -2014-12-15 13:53:59 queue INFO 3 [587] -2014-12-15 13:53:59 queue INFO 7 [588] -2014-12-15 13:53:59 queue INFO 3 [589] -2014-12-15 13:54:00 queue INFO 7 [590] -2014-12-15 13:54:00 queue INFO 3 [591] -2014-12-15 13:54:00 queue INFO 7 [592] -2014-12-15 13:54:01 queue INFO 3 [593] -2014-12-15 13:54:01 queue INFO 7 [594] -2014-12-15 13:54:01 queue INFO 3 [595] -2014-12-15 13:54:02 queue INFO 7 [596] -2014-12-15 13:54:02 queue INFO 3 [597] -2014-12-15 13:54:02 queue INFO 7 [598] -2014-12-15 13:54:03 queue INFO 3 [599] -2014-12-15 13:54:03 queue INFO 7 [600] -2014-12-15 13:54:03 queue INFO 3 [601] -2014-12-15 13:54:04 queue INFO 7 [602] -2014-12-15 13:54:04 queue INFO 3 [603] -2014-12-15 13:54:04 queue INFO 7 [604] -2014-12-15 13:54:05 queue INFO 3 [605] -2014-12-15 13:54:05 queue INFO 7 [606] -2014-12-15 13:54:05 queue INFO 3 [607] -2014-12-15 13:54:06 queue INFO 7 [608] -2014-12-15 13:54:06 queue INFO 3 [609] -2014-12-15 13:54:06 queue INFO 7 [610] -2014-12-15 13:54:07 queue INFO 3 [611] -2014-12-15 13:54:07 queue INFO 7 [612] -2014-12-15 13:54:07 queue INFO 3 [613] -2014-12-15 13:54:08 queue INFO 7 [614] -2014-12-15 13:54:08 queue INFO 3 [615] -2014-12-15 13:54:08 queue INFO 7 [616] -2014-12-15 13:54:09 queue INFO 3 [617] -2014-12-15 13:54:09 queue INFO 7 [618] -2014-12-15 13:54:09 queue INFO 3 [619] -2014-12-15 13:54:10 queue INFO 7 [620] -2014-12-15 13:54:10 queue INFO 3 [621] -2014-12-15 13:54:10 queue INFO 7 [622] -2014-12-15 13:54:11 queue INFO 3 [623] -2014-12-15 13:54:11 queue INFO 7 [624] -2014-12-15 13:54:11 queue INFO 3 [625] -2014-12-15 13:54:12 queue INFO 7 [626] -2014-12-15 13:54:12 queue INFO 3 [627] -2014-12-15 13:54:12 queue INFO 7 [628] -2014-12-15 13:54:13 queue INFO 3 [629] -2014-12-15 13:54:13 queue INFO 7 [630] -2014-12-15 13:54:13 queue INFO 3 [631] -2014-12-15 13:54:14 queue INFO 7 [632] -2014-12-15 13:54:14 queue INFO 3 [633] -2014-12-15 13:54:14 queue INFO 7 [634] -2014-12-15 13:54:14 queue INFO 3 [635] -2014-12-15 13:54:15 queue INFO 7 [636] -2014-12-15 13:54:15 queue INFO 3 [637] -2014-12-15 13:54:15 queue INFO 7 [638] -2014-12-15 13:54:16 queue INFO 3 [639] -2014-12-15 13:54:16 queue INFO 7 [640] -2014-12-15 13:54:16 queue INFO 3 [641] -2014-12-15 13:54:17 queue INFO 7 [642] -2014-12-15 13:54:17 queue INFO 3 [643] -2014-12-15 13:54:17 queue INFO 7 [644] -2014-12-15 13:54:18 queue INFO 3 [645] -2014-12-15 13:54:18 queue INFO 7 [646] -2014-12-15 13:54:18 queue INFO 3 [647] -2014-12-15 13:54:19 queue INFO 7 [648] -2014-12-15 13:54:19 queue INFO 3 [649] -2014-12-15 13:54:20 queue INFO 7 [650] -2014-12-15 13:54:20 queue INFO 3 [651] -2014-12-15 13:54:20 queue INFO 7 [652] -2014-12-15 13:54:21 queue INFO 3 [653] -2014-12-15 13:54:21 queue INFO 7 [654] -2014-12-15 13:54:21 queue INFO 3 [655] -2014-12-15 13:54:22 queue INFO 7 [656] -2014-12-15 13:54:22 queue INFO 3 [657] -2014-12-15 13:54:22 queue INFO 7 [658] -2014-12-15 13:54:23 queue INFO 3 [659] -2014-12-15 13:54:23 queue INFO 7 [660] -2014-12-15 13:54:23 queue INFO 3 [661] -2014-12-15 13:54:24 queue INFO 7 [662] -2014-12-15 13:54:24 queue INFO 3 [663] -2014-12-15 13:54:24 queue INFO 7 [664] -2014-12-15 13:54:25 queue INFO 3 [665] -2014-12-15 13:54:25 queue INFO 7 [666] -2014-12-15 13:54:25 queue INFO 3 [667] -2014-12-15 13:54:26 queue INFO 7 [668] -2014-12-15 13:54:26 queue INFO 3 [669] -2014-12-15 13:54:26 queue INFO 7 [670] -2014-12-15 13:54:27 queue INFO 3 [671] -2014-12-15 13:54:27 queue INFO 7 [672] -2014-12-15 13:54:27 queue INFO 3 [673] -2014-12-15 13:54:27 queue INFO 7 [674] -2014-12-15 13:54:28 queue INFO 3 [675] -2014-12-15 13:54:28 queue INFO 7 [676] -2014-12-15 13:54:28 queue INFO 3 [677] -2014-12-15 13:54:29 queue INFO 7 [678] -2014-12-15 13:54:29 queue INFO 3 [679] -2014-12-15 13:54:29 queue INFO 7 [680] -2014-12-15 13:54:30 queue INFO 3 [681] -2014-12-15 13:54:30 queue INFO 7 [682] -2014-12-15 13:54:30 queue INFO 3 [683] -2014-12-15 13:54:31 queue INFO 7 [684] -2014-12-15 13:54:31 queue INFO 3 [685] -2014-12-15 13:54:31 queue INFO 7 [686] -2014-12-15 13:54:32 queue INFO 3 [687] -2014-12-15 13:54:32 queue INFO 7 [688] -2014-12-15 13:54:32 queue INFO 3 [689] -2014-12-15 13:54:33 queue INFO 7 [690] -2014-12-15 13:54:33 queue INFO 3 [691] -2014-12-15 13:54:33 queue INFO 7 [692] -2014-12-15 13:54:34 queue INFO 3 [693] -2014-12-15 13:54:34 queue INFO 7 [694] -2014-12-15 13:54:34 queue INFO 3 [695] -2014-12-15 13:54:35 queue INFO 7 [696] -2014-12-15 13:54:35 queue INFO 3 [697] -2014-12-15 13:54:35 queue INFO 7 [698] -2014-12-15 13:54:36 queue INFO 3 [699] -2014-12-15 13:54:36 queue INFO 7 [700] -2014-12-15 13:54:36 queue INFO 3 [701] -2014-12-15 13:54:37 queue INFO 7 [702] -2014-12-15 13:54:37 queue INFO 3 [703] -2014-12-15 13:54:37 queue INFO 7 [704] -2014-12-15 13:54:38 queue INFO 3 [705] -2014-12-15 13:54:38 queue INFO 7 [706] -2014-12-15 13:54:38 queue INFO 3 [707] -2014-12-15 13:54:39 queue INFO 7 [708] -2014-12-15 13:54:39 queue INFO 3 [709] -2014-12-15 13:54:39 queue INFO 7 [710] -2014-12-15 13:54:40 queue INFO 3 [711] -2014-12-15 13:54:40 queue INFO 7 [712] -2014-12-15 13:54:40 queue INFO 3 [713] -2014-12-15 13:54:41 queue INFO 7 [714] -2014-12-15 13:54:41 queue INFO 3 [715] -2014-12-15 13:54:41 queue INFO 7 [716] -2014-12-15 13:54:42 queue INFO 3 [717] -2014-12-15 13:54:42 queue INFO 7 [718] -2014-12-15 13:54:42 queue INFO 3 [719] -2014-12-15 13:54:43 queue INFO 7 [720] -2014-12-15 13:54:43 queue INFO 3 [721] -2014-12-15 13:54:43 queue INFO 7 [722] -2014-12-15 13:54:44 queue INFO 3 [723] -2014-12-15 13:54:44 queue INFO 7 [724] -2014-12-15 13:54:44 queue INFO 3 [725] -2014-12-15 13:54:45 queue INFO 7 [726] -2014-12-15 13:54:45 queue INFO 3 [727] -2014-12-15 13:54:45 queue INFO 7 [728] -2014-12-15 13:54:45 queue INFO 3 [729] -2014-12-15 13:54:46 queue INFO 7 [730] -2014-12-15 13:54:46 queue INFO 3 [731] -2014-12-15 13:54:47 queue INFO 7 [732] -2014-12-15 13:54:47 queue INFO 3 [733] -2014-12-15 13:54:47 queue INFO 7 [734] -2014-12-15 13:54:48 queue INFO 3 [735] -2014-12-15 13:54:48 queue INFO 7 [736] -2014-12-15 13:54:48 queue INFO 3 [737] -2014-12-15 13:54:49 queue INFO 7 [738] -2014-12-15 13:54:49 queue INFO 3 [739] -2014-12-15 13:54:49 queue INFO 7 [740] -2014-12-15 13:54:50 queue INFO 3 [741] -2014-12-15 13:54:50 queue INFO 7 [742] -2014-12-15 13:54:50 queue INFO 3 [743] -2014-12-15 13:54:51 queue INFO 7 [744] -2014-12-15 13:54:51 queue INFO 3 [745] -2014-12-15 13:54:51 queue INFO 7 [746] -2014-12-15 13:54:52 queue INFO 3 [747] -2014-12-15 13:54:52 queue INFO 7 [748] -2014-12-15 13:54:52 queue INFO 3 [749] -2014-12-15 13:54:53 queue INFO 7 [750] -2014-12-15 13:54:53 queue INFO 3 [751] -2014-12-15 13:54:53 queue INFO 7 [752] -2014-12-15 13:54:54 queue INFO 3 [753] -2014-12-15 13:54:54 queue INFO 7 [754] -2014-12-15 13:54:54 queue INFO 3 [755] -2014-12-15 13:54:55 queue INFO 7 [756] -2014-12-15 13:54:55 queue INFO 3 [757] -2014-12-15 13:54:55 queue INFO 7 [758] -2014-12-15 13:54:56 queue INFO 3 [759] -2014-12-15 13:54:56 queue INFO 7 [760] -2014-12-15 13:54:56 queue INFO 3 [761] -2014-12-15 13:54:57 queue INFO 7 [762] -2014-12-15 13:54:57 queue INFO 3 [763] -2014-12-15 13:54:57 queue INFO 7 [764] -2014-12-15 13:54:58 queue INFO 3 [765] -2014-12-15 13:54:58 queue INFO 7 [766] -2014-12-15 13:54:58 queue INFO 3 [767] -2014-12-15 13:54:59 queue INFO 7 [768] -2014-12-15 13:54:59 queue INFO 3 [769] -2014-12-15 13:55:00 queue INFO 7 [770] -2014-12-15 13:55:00 queue INFO 3 [771] -2014-12-15 13:55:00 queue INFO 7 [772] -2014-12-15 13:55:01 queue INFO 3 [773] -2014-12-15 13:55:01 queue INFO 7 [774] -2014-12-15 13:55:01 queue INFO 3 [775] -2014-12-15 13:55:02 queue INFO 7 [776] -2014-12-15 13:55:02 queue INFO 3 [777] -2014-12-15 13:55:02 queue INFO 7 [778] -2014-12-15 13:55:03 queue INFO 3 [779] -2014-12-15 13:55:03 queue INFO 7 [780] -2014-12-15 13:55:03 queue INFO 3 [781] -2014-12-15 13:55:04 queue INFO 7 [782] -2014-12-15 13:55:04 queue INFO 3 [783] -2014-12-15 13:55:04 queue INFO 7 [784] -2014-12-15 13:55:05 queue INFO 3 [785] -2014-12-15 13:55:05 queue INFO 7 [786] -2014-12-15 13:55:05 queue INFO 3 [787] -2014-12-15 13:55:06 queue INFO 7 [788] -2014-12-15 13:55:06 queue INFO 3 [789] -2014-12-15 13:55:06 queue INFO 7 [790] -2014-12-15 13:55:07 queue INFO 3 [791] -2014-12-15 13:55:07 queue INFO 7 [792] -2014-12-15 13:55:07 queue INFO 3 [793] -2014-12-15 13:55:07 queue INFO 7 [794] -2014-12-15 13:55:08 queue INFO 3 [795] -2014-12-15 13:55:08 queue INFO 7 [796] -2014-12-15 13:55:08 queue INFO 3 [797] -2014-12-15 13:55:09 queue INFO 7 [798] -2014-12-15 13:55:09 queue INFO 3 [799] -2014-12-15 13:55:09 queue INFO 7 [800] -2014-12-15 13:55:10 queue INFO 3 [801] -2014-12-15 13:55:10 queue INFO 7 [802] -2014-12-15 13:55:10 queue INFO 3 [803] -2014-12-15 13:55:11 queue INFO 7 [804] -2014-12-15 13:55:11 queue INFO 3 [805] -2014-12-15 13:55:11 queue INFO 7 [806] -2014-12-15 13:55:12 queue INFO 3 [807] -2014-12-15 13:55:12 queue INFO 7 [808] -2014-12-15 13:55:12 queue INFO 3 [809] -2014-12-15 13:55:13 queue INFO 7 [810] -2014-12-15 13:55:13 queue INFO 3 [811] -2014-12-15 13:55:14 queue INFO 7 [812] -2014-12-15 13:55:14 queue INFO 3 [813] -2014-12-15 13:55:14 queue INFO 7 [814] -2014-12-15 13:55:15 queue INFO 3 [815] -2014-12-15 13:55:15 queue INFO 7 [816] -2014-12-15 13:55:15 queue INFO 3 [817] -2014-12-15 13:55:16 queue INFO 7 [818] -2014-12-15 13:55:16 queue INFO 3 [819] -2014-12-15 13:55:16 queue INFO 7 [820] -2014-12-15 13:55:17 queue INFO 3 [821] -2014-12-15 13:55:17 queue INFO 7 [822] -2014-12-15 13:55:17 queue INFO 3 [823] -2014-12-15 13:55:18 queue INFO 7 [824] -2014-12-15 13:55:18 queue INFO 3 [825] -2014-12-15 13:55:18 queue INFO 7 [826] -2014-12-15 13:55:19 queue INFO 3 [827] -2014-12-15 13:55:19 queue INFO 7 [828] -2014-12-15 13:55:19 queue INFO 3 [829] -2014-12-15 13:55:20 queue INFO 7 [830] -2014-12-15 13:55:20 queue INFO 3 [831] -2014-12-15 13:55:20 queue INFO 7 [832] -2014-12-15 13:55:21 queue INFO 3 [833] -2014-12-15 13:55:21 queue INFO 7 [834] -2014-12-15 13:55:21 queue INFO 3 [835] -2014-12-15 13:55:22 queue INFO 7 [836] -2014-12-15 13:55:22 queue INFO 3 [837] -2014-12-15 13:55:22 queue INFO 7 [838] -2014-12-15 13:55:23 queue INFO 3 [839] -2014-12-15 13:55:23 queue INFO 7 [840] -2014-12-15 13:55:23 queue INFO 3 [841] -2014-12-15 13:55:24 queue INFO 7 [842] -2014-12-15 13:55:24 queue INFO 3 [843] -2014-12-15 13:55:24 queue INFO 7 [844] -2014-12-15 13:55:25 queue INFO 3 [845] -2014-12-15 13:55:25 queue INFO 7 [846] -2014-12-15 13:55:25 queue INFO 3 [847] -2014-12-15 13:55:26 queue INFO 7 [848] -2014-12-15 13:55:26 queue INFO 3 [849] -2014-12-15 13:55:26 queue INFO 7 [850] -2014-12-15 13:55:26 queue INFO 3 [851] -2014-12-15 13:55:27 queue INFO 7 [852] -2014-12-15 13:55:27 queue INFO 3 [853] -2014-12-15 13:55:27 queue INFO 7 [854] -2014-12-15 13:55:28 queue INFO 3 [855] -2014-12-15 13:55:28 queue INFO 7 [856] -2014-12-15 13:55:28 queue INFO 3 [857] -2014-12-15 13:55:29 queue INFO 7 [858] -2014-12-15 13:55:29 queue INFO 3 [859] -2014-12-15 13:55:29 queue INFO 7 [860] -2014-12-15 13:55:30 queue INFO 3 [861] -2014-12-15 13:55:30 queue INFO 7 [862] -2014-12-15 13:55:30 queue INFO 3 [863] -2014-12-15 13:55:31 queue INFO 7 [864] -2014-12-15 13:55:31 queue INFO 3 [865] -2014-12-15 13:55:31 queue INFO 7 [866] -2014-12-15 13:55:32 queue INFO 3 [867] -2014-12-15 13:55:32 queue INFO 7 [868] -2014-12-15 13:55:32 queue INFO 3 [869] -2014-12-15 13:55:33 queue INFO 7 [870] -2014-12-15 13:55:33 queue INFO 3 [871] -2014-12-15 13:55:33 queue INFO 7 [872] -2014-12-15 13:55:34 queue INFO 3 [873] -2014-12-15 13:55:34 queue INFO 7 [874] -2014-12-15 13:55:34 queue INFO 3 [875] -2014-12-15 13:55:35 queue INFO 7 [876] -2014-12-15 13:55:35 queue INFO 3 [877] -2014-12-15 13:55:35 queue INFO 7 [878] -2014-12-15 13:55:36 queue INFO 3 [879] -2014-12-15 13:55:36 queue INFO 7 [880] -2014-12-15 13:55:36 queue INFO 3 [881] -2014-12-15 13:55:37 queue INFO 7 [882] -2014-12-15 13:55:37 queue INFO 3 [883] -2014-12-15 13:55:37 queue INFO 7 [884] -2014-12-15 13:55:38 queue INFO 3 [885] -2014-12-15 13:55:38 queue INFO 7 [886] -2014-12-15 13:55:38 queue INFO 3 [887] -2014-12-15 13:55:39 queue INFO 7 [888] -2014-12-15 13:55:39 queue INFO 3 [889] -2014-12-15 13:55:39 queue INFO 7 [890] -2014-12-15 13:55:40 queue INFO 3 [891] -2014-12-15 13:55:41 queue INFO 7 [892] -2014-12-15 13:55:41 queue INFO 3 [893] -2014-12-15 13:55:41 queue INFO 7 [894] -2014-12-15 13:55:42 queue INFO 3 [895] -2014-12-15 13:55:42 queue INFO 7 [896] -2014-12-15 13:55:42 queue INFO 3 [897] -2014-12-15 13:55:43 queue INFO 7 [898] -2014-12-15 13:55:43 queue INFO 3 [899] -2014-12-15 13:55:43 queue INFO 7 [900] -2014-12-15 13:55:44 queue INFO 3 [901] -2014-12-15 13:55:44 queue INFO 7 [902] -2014-12-15 13:55:44 queue INFO 3 [903] -2014-12-15 13:55:45 queue INFO 7 [904] -2014-12-15 13:55:45 queue INFO 3 [905] -2014-12-15 13:55:45 queue INFO 7 [906] -2014-12-15 13:55:46 queue INFO 3 [907] -2014-12-15 13:55:46 queue INFO 7 [908] -2014-12-15 13:55:46 queue INFO 3 [909] -2014-12-15 13:55:47 queue INFO 7 [910] -2014-12-15 13:55:47 queue INFO 3 [911] -2014-12-15 13:55:47 queue INFO 7 [912] -2014-12-15 13:55:48 queue INFO 3 [913] -2014-12-15 13:55:48 queue INFO 7 [914] -2014-12-15 13:55:48 queue INFO 3 [915] -2014-12-15 13:55:49 queue INFO 7 [916] -2014-12-15 13:55:49 queue INFO 3 [917] -2014-12-15 13:55:49 queue INFO 7 [918] -2014-12-15 13:55:50 queue INFO 3 [919] -2014-12-15 13:55:50 queue INFO 7 [920] -2014-12-15 13:55:50 queue INFO 3 [921] -2014-12-15 13:55:51 queue INFO 7 [922] -2014-12-15 13:55:51 queue INFO 3 [923] -2014-12-15 13:55:51 queue INFO 7 [924] -2014-12-15 13:55:52 queue INFO 3 [925] -2014-12-15 13:55:52 queue INFO 7 [926] -2014-12-15 13:55:52 queue INFO 3 [927] -2014-12-15 13:55:53 queue INFO 7 [928] -2014-12-15 13:55:53 queue INFO 3 [929] -2014-12-15 13:55:53 queue INFO 7 [930] -2014-12-15 13:55:54 queue INFO 3 [931] -2014-12-15 13:55:54 queue INFO 7 [932] -2014-12-15 13:55:54 queue INFO 3 [933] -2014-12-15 13:55:55 queue INFO 7 [934] -2014-12-15 13:55:55 queue INFO 3 [935] -2014-12-15 13:55:55 queue INFO 7 [936] -2014-12-15 13:55:56 queue INFO 3 [937] -2014-12-15 13:55:56 queue INFO 7 [938] -2014-12-15 13:55:56 queue INFO 3 [939] -2014-12-15 13:55:57 queue INFO 7 [940] -2014-12-15 13:55:57 queue INFO 3 [941] -2014-12-15 13:55:57 queue INFO 7 [942] -2014-12-15 13:55:57 queue INFO 3 [943] -2014-12-15 13:55:58 queue INFO 7 [944] -2014-12-15 13:55:58 queue INFO 3 [945] -2014-12-15 13:55:58 queue INFO 7 [946] -2014-12-15 13:55:59 queue INFO 3 [947] -2014-12-15 13:55:59 queue INFO 7 [948] -2014-12-15 13:55:59 queue INFO 3 [949] -2014-12-15 13:56:00 queue INFO 7 [950] -2014-12-15 13:56:00 queue INFO 3 [951] -2014-12-15 13:56:00 queue INFO 7 [952] -2014-12-15 13:56:01 queue INFO 3 [953] -2014-12-15 13:56:01 queue INFO 7 [954] -2014-12-15 13:56:02 queue INFO 3 [955] -2014-12-15 13:56:02 queue INFO 7 [956] -2014-12-15 13:56:02 queue INFO 3 [957] -2014-12-15 13:56:03 queue INFO 7 [958] -2014-12-15 13:56:03 queue INFO 3 [959] -2014-12-15 13:56:03 queue INFO 7 [960] -2014-12-15 13:56:04 queue INFO 3 [961] -2014-12-15 13:56:04 queue INFO 7 [962] -2014-12-15 13:56:04 queue INFO 3 [963] -2014-12-15 13:56:05 queue INFO 7 [964] -2014-12-15 13:56:05 queue INFO 3 [965] -2014-12-15 13:56:05 queue INFO 7 [966] -2014-12-15 13:56:06 queue INFO 3 [967] -2014-12-15 13:56:06 queue INFO 7 [968] -2014-12-15 13:56:06 queue INFO 3 [969] -2014-12-15 13:56:07 queue INFO 7 [970] -2014-12-15 13:56:07 queue INFO 3 [971] -2014-12-15 13:56:08 queue INFO 7 [972] -2014-12-15 13:56:08 queue INFO 3 [973] -2014-12-15 13:56:08 queue INFO 7 [974] -2014-12-15 13:56:08 queue INFO 3 [975] -2014-12-15 13:56:09 queue INFO 7 [976] -2014-12-15 13:56:09 queue INFO 3 [977] -2014-12-15 13:56:09 queue INFO 7 [978] -2014-12-15 13:56:10 queue INFO 3 [979] -2014-12-15 13:56:10 queue INFO 7 [980] -2014-12-15 13:56:10 queue INFO 3 [981] -2014-12-15 13:56:11 queue INFO 7 [982] -2014-12-15 13:56:11 queue INFO 3 [983] -2014-12-15 13:56:12 queue INFO 7 [984] -2014-12-15 13:56:12 queue INFO 3 [985] -2014-12-15 13:56:12 queue INFO 7 [986] -2014-12-15 13:56:13 queue INFO 3 [987] -2014-12-15 13:56:13 queue INFO 7 [988] -2014-12-15 13:56:13 queue INFO 3 [989] -2014-12-15 13:56:14 queue INFO 7 [990] -2014-12-15 13:56:14 queue INFO 3 [991] -2014-12-15 13:56:14 queue INFO 7 [992] -2014-12-15 13:56:15 queue INFO 3 [993] -2014-12-15 13:56:15 queue INFO 7 [994] -2014-12-15 13:56:15 queue INFO 3 [995] -2014-12-15 13:56:16 queue INFO 7 [996] -2014-12-15 13:56:16 queue INFO 3 [997] -2014-12-15 13:56:16 queue INFO 7 [998] -2014-12-15 13:56:17 queue INFO 3 [999] -2014-12-15 13:56:17 queue INFO 7 [0] -2014-12-15 13:56:17 queue INFO 3 [1] -2014-12-15 13:56:18 queue INFO 7 [2] -2014-12-15 13:56:18 queue INFO 3 [3] -2014-12-15 13:56:18 queue INFO 7 [4] -2014-12-15 13:56:18 queue INFO 3 [5] -2014-12-15 13:56:19 queue INFO 7 [6] -2014-12-15 13:56:19 queue INFO 3 [7] -2014-12-15 13:56:19 queue INFO 7 [8] -2014-12-15 13:56:20 queue INFO 3 [9] -2014-12-15 13:56:20 queue INFO 7 [10] -2014-12-15 13:56:20 queue INFO 3 [11] -2014-12-15 13:56:21 queue INFO 7 [12] -2014-12-15 13:56:21 queue INFO 3 [13] -2014-12-15 13:56:21 queue INFO 7 [14] -2014-12-15 13:56:22 queue INFO 3 [15] -2014-12-15 13:56:22 queue INFO 7 [16] -2014-12-15 13:56:22 queue INFO 3 [17] -2014-12-15 13:56:23 queue INFO 7 [18] -2014-12-15 13:56:23 queue INFO 3 [19] -2014-12-15 13:56:23 queue INFO 7 [20] -2014-12-15 13:56:24 queue INFO 3 [21] -2014-12-15 13:56:24 queue INFO 7 [22] -2014-12-15 13:56:24 queue INFO 3 [23] -2014-12-15 13:56:25 queue INFO 7 [24] -2014-12-15 13:56:25 queue INFO 3 [25] -2014-12-15 13:56:25 queue INFO 7 [26] -2014-12-15 13:56:26 queue INFO 3 [27] -2014-12-15 13:56:26 queue INFO 7 [28] -2014-12-15 13:56:26 queue INFO 3 [29] -2014-12-15 13:56:27 queue INFO 7 [30] -2014-12-15 13:56:27 queue INFO 3 [31] -2014-12-15 13:56:27 queue INFO 7 [32] -2014-12-15 13:56:28 queue INFO 3 [33] -2014-12-15 13:56:28 queue INFO 7 [34] -2014-12-15 13:56:28 queue INFO 3 [35] -2014-12-15 13:56:29 queue INFO 7 [36] -2014-12-15 13:56:29 queue INFO 3 [37] -2014-12-15 13:56:29 queue INFO 7 [38] -2014-12-15 13:56:30 queue INFO 3 [39] -2014-12-15 13:56:30 queue INFO 7 [40] -2014-12-15 13:56:30 queue INFO 3 [41] -2014-12-15 13:56:31 queue INFO 7 [42] -2014-12-15 13:56:31 queue INFO 3 [43] -2014-12-15 13:56:31 queue INFO 7 [44] -2014-12-15 13:56:32 queue INFO 3 [45] -2014-12-15 13:56:32 queue INFO 7 [46] -2014-12-15 13:56:32 queue INFO 3 [47] -2014-12-15 13:56:33 queue INFO 7 [48] -2014-12-15 13:56:33 queue INFO 3 [49] -2014-12-15 13:56:33 queue INFO 7 [50] -2014-12-15 13:56:34 queue INFO 3 [51] -2014-12-15 13:56:34 queue INFO 7 [52] -2014-12-15 13:56:35 queue INFO 3 [53] -2014-12-15 13:56:35 queue INFO 7 [54] -2014-12-15 13:56:35 queue INFO 3 [55] -2014-12-15 13:56:36 queue INFO 7 [56] -2014-12-15 13:56:36 queue INFO 3 [57] -2014-12-15 13:56:36 queue INFO 7 [58] -2014-12-15 13:56:37 queue INFO 3 [59] -2014-12-15 13:56:37 queue INFO 7 [60] -2014-12-15 13:56:37 queue INFO 3 [61] -2014-12-15 13:56:38 queue INFO 7 [62] -2014-12-15 13:56:38 queue INFO 3 [63] -2014-12-15 13:56:38 queue INFO 7 [64] -2014-12-15 13:56:39 queue INFO 3 [65] -2014-12-15 13:56:39 queue INFO 7 [66] -2014-12-15 13:56:39 queue INFO 3 [67] -2014-12-15 13:56:40 queue INFO 7 [68] -2014-12-15 13:56:40 queue INFO 3 [69] -2014-12-15 13:56:40 queue INFO 7 [70] -2014-12-15 13:56:41 queue INFO 3 [71] -2014-12-15 13:56:41 queue INFO 7 [72] -2014-12-15 13:56:41 queue INFO 3 [73] -2014-12-15 13:56:42 queue INFO 7 [74] -2014-12-15 13:56:42 queue INFO 3 [75] -2014-12-15 13:56:42 queue INFO 7 [76] -2014-12-15 13:56:43 queue INFO 3 [77] -2014-12-15 13:56:43 queue INFO 7 [78] -2014-12-15 13:56:43 queue INFO 3 [79] -2014-12-15 13:56:44 queue INFO 7 [80] -2014-12-15 13:56:44 queue INFO 3 [81] -2014-12-15 13:56:44 queue INFO 7 [82] -2014-12-15 13:56:44 queue INFO 3 [83] -2014-12-15 13:56:45 queue INFO 7 [84] -2014-12-15 13:56:45 queue INFO 3 [85] -2014-12-15 13:56:45 queue INFO 7 [86] -2014-12-15 13:56:46 queue INFO 3 [87] -2014-12-15 13:56:46 queue INFO 7 [88] -2014-12-15 13:56:46 queue INFO 3 [89] -2014-12-15 13:56:47 queue INFO 7 [90] -2014-12-15 13:56:47 queue INFO 3 [91] -2014-12-15 13:56:47 queue INFO 7 [92] -2014-12-15 13:56:48 queue INFO 3 [93] -2014-12-15 13:56:48 queue INFO 7 [94] -2014-12-15 13:56:48 queue INFO 3 [95] -2014-12-15 13:56:49 queue INFO 7 [96] -2014-12-15 13:56:49 queue INFO 3 [97] -2014-12-15 13:56:50 queue INFO 7 [98] -2014-12-15 13:56:50 queue INFO 3 [99] -2014-12-15 13:56:50 queue INFO 7 [100] -2014-12-15 13:56:51 queue INFO 3 [101] -2014-12-15 13:56:51 queue INFO 7 [102] -2014-12-15 13:56:52 queue INFO 3 [103] -2014-12-15 13:56:52 queue INFO 7 [104] -2014-12-15 13:56:52 queue INFO 3 [105] -2014-12-15 13:56:53 queue INFO 7 [106] -2014-12-15 13:56:53 queue INFO 3 [107] -2014-12-15 13:56:53 queue INFO 7 [108] -2014-12-15 13:56:54 queue INFO 3 [109] -2014-12-15 13:56:54 queue INFO 7 [110] -2014-12-15 13:56:54 queue INFO 3 [111] -2014-12-15 13:56:55 queue INFO 7 [112] -2014-12-15 13:56:55 queue INFO 3 [113] -2014-12-15 13:56:56 queue INFO 7 [114] -2014-12-15 13:56:56 queue INFO 3 [115] -2014-12-15 13:56:56 queue INFO 7 [116] -2014-12-15 13:56:57 queue INFO 3 [117] -2014-12-15 13:56:57 queue INFO 7 [118] -2014-12-15 13:56:57 queue INFO 3 [119] -2014-12-15 13:56:58 queue INFO 7 [120] -2014-12-15 13:56:58 queue INFO 3 [121] -2014-12-15 13:56:58 queue INFO 7 [122] -2014-12-15 13:56:59 queue INFO 3 [123] -2014-12-15 13:56:59 queue INFO 7 [124] -2014-12-15 13:56:59 queue INFO 3 [125] -2014-12-15 13:57:00 queue INFO 7 [126] -2014-12-15 13:57:00 queue INFO 3 [127] -2014-12-15 13:57:00 queue INFO 7 [128] -2014-12-15 13:57:01 queue INFO 3 [129] -2014-12-15 13:57:01 queue INFO 7 [130] -2014-12-15 13:57:02 queue INFO 3 [131] -2014-12-15 13:57:02 queue INFO 7 [132] -2014-12-15 13:57:02 queue INFO 3 [133] -2014-12-15 13:57:03 queue INFO 7 [134] -2014-12-15 13:57:03 queue INFO 3 [135] -2014-12-15 13:57:03 queue INFO 7 [136] -2014-12-15 13:57:04 queue INFO 3 [137] -2014-12-15 13:57:04 queue INFO 7 [138] -2014-12-15 13:57:04 queue INFO 3 [139] -2014-12-15 13:57:05 queue INFO 7 [140] -2014-12-15 13:57:05 queue INFO 3 [141] -2014-12-15 13:57:05 queue INFO 7 [142] -2014-12-15 13:57:06 queue INFO 3 [143] -2014-12-15 13:57:06 queue INFO 7 [144] -2014-12-15 13:57:06 queue INFO 3 [145] -2014-12-15 13:57:07 queue INFO 7 [146] -2014-12-15 13:57:07 queue INFO 3 [147] -2014-12-15 13:57:07 queue INFO 7 [148] -2014-12-15 13:57:08 queue INFO 3 [149] -2014-12-15 13:57:08 queue INFO 7 [150] -2014-12-15 13:57:08 queue INFO 3 [151] -2014-12-15 13:57:09 queue INFO 7 [152] -2014-12-15 13:57:09 queue INFO 3 [153] -2014-12-15 13:57:09 queue INFO 7 [154] -2014-12-15 13:57:10 queue INFO 3 [155] -2014-12-15 13:57:10 queue INFO 7 [156] -2014-12-15 13:57:10 queue INFO 3 [157] -2014-12-15 13:57:10 queue INFO 7 [158] -2014-12-15 13:57:11 queue INFO 3 [159] -2014-12-15 13:57:11 queue INFO 7 [160] -2014-12-15 13:57:11 queue INFO 3 [161] -2014-12-15 13:57:12 queue INFO 7 [162] -2014-12-15 13:57:12 queue INFO 3 [163] -2014-12-15 13:57:12 queue INFO 7 [164] -2014-12-15 13:57:13 queue INFO 3 [165] -2014-12-15 13:57:13 queue INFO 7 [166] -2014-12-15 13:57:13 queue INFO 3 [167] -2014-12-15 13:57:14 queue INFO 7 [168] -2014-12-15 13:57:14 queue INFO 3 [169] -2014-12-15 13:57:14 queue INFO 7 [170] -2014-12-15 13:57:15 queue INFO 3 [171] -2014-12-15 13:57:15 queue INFO 7 [172] -2014-12-15 13:57:15 queue INFO 3 [173] -2014-12-15 13:57:16 queue INFO 7 [174] -2014-12-15 13:57:16 queue INFO 3 [175] -2014-12-15 13:57:16 queue INFO 7 [176] -2014-12-15 13:57:17 queue INFO 3 [177] -2014-12-15 13:57:17 queue INFO 7 [178] -2014-12-15 13:57:17 queue INFO 3 [179] -2014-12-15 13:57:18 queue INFO 7 [180] -2014-12-15 13:57:18 queue INFO 3 [181] -2014-12-15 13:57:18 queue INFO 7 [182] -2014-12-15 13:57:19 queue INFO 3 [183] -2014-12-15 13:57:19 queue INFO 7 [184] -2014-12-15 13:57:19 queue INFO 3 [185] -2014-12-15 13:57:20 queue INFO 7 [186] -2014-12-15 13:57:20 queue INFO 3 [187] -2014-12-15 13:57:20 queue INFO 7 [188] -2014-12-15 13:57:21 queue INFO 3 [189] -2014-12-15 13:57:21 queue INFO 7 [190] -2014-12-15 13:57:21 queue INFO 3 [191] -2014-12-15 13:57:22 queue INFO 7 [192] -2014-12-15 13:57:22 queue INFO 3 [193] -2014-12-15 13:57:22 queue INFO 7 [194] -2014-12-15 13:57:23 queue INFO 3 [195] -2014-12-15 13:57:23 queue INFO 7 [196] -2014-12-15 13:57:23 queue INFO 3 [197] -2014-12-15 13:57:24 queue INFO 7 [198] -2014-12-15 13:57:24 queue INFO 3 [199] -2014-12-15 13:57:25 queue INFO 7 [200] -2014-12-15 13:57:25 queue INFO 3 [201] -2014-12-15 13:57:25 queue INFO 7 [202] -2014-12-15 13:57:26 queue INFO 3 [203] -2014-12-15 13:57:26 queue INFO 7 [204] -2014-12-15 13:57:26 queue INFO 3 [205] -2014-12-15 13:57:27 queue INFO 7 [206] -2014-12-15 13:57:27 queue INFO 3 [207] -2014-12-15 13:57:27 queue INFO 7 [208] -2014-12-15 13:57:28 queue INFO 3 [209] -2014-12-15 13:57:28 queue INFO 7 [210] -2014-12-15 13:57:28 queue INFO 3 [211] -2014-12-15 13:57:29 queue INFO 7 [212] -2014-12-15 13:57:29 queue INFO 3 [213] -2014-12-15 13:57:29 queue INFO 7 [214] -2014-12-15 13:57:30 queue INFO 3 [215] -2014-12-15 13:57:30 queue INFO 7 [216] -2014-12-15 13:57:30 queue INFO 3 [217] -2014-12-15 13:57:31 queue INFO 7 [218] -2014-12-15 13:57:31 queue INFO 3 [219] -2014-12-15 13:57:31 queue INFO 7 [220] -2014-12-15 13:57:32 queue INFO 3 [221] -2014-12-15 13:57:32 queue INFO 7 [222] -2014-12-15 13:57:32 queue INFO 3 [223] -2014-12-15 13:57:33 queue INFO 7 [224] -2014-12-15 13:57:33 queue INFO 3 [225] -2014-12-15 13:57:33 queue INFO 7 [226] -2014-12-15 13:57:33 queue INFO 3 [227] -2014-12-15 13:57:34 queue INFO 7 [228] -2014-12-15 13:57:34 queue INFO 3 [229] -2014-12-15 13:57:34 queue INFO 7 [230] -2014-12-15 13:57:35 queue INFO 3 [231] -2014-12-15 13:57:35 queue INFO 7 [232] -2014-12-15 13:57:35 queue INFO 3 [233] -2014-12-15 13:57:36 queue INFO 7 [234] -2014-12-15 13:57:36 queue INFO 3 [235] -2014-12-15 13:57:36 queue INFO 7 [236] -2014-12-15 13:57:37 queue INFO 3 [237] -2014-12-15 13:57:37 queue INFO 7 [238] -2014-12-15 13:57:37 queue INFO 3 [239] -2014-12-15 13:57:38 queue INFO 7 [240] -2014-12-15 13:57:38 queue INFO 3 [241] -2014-12-15 13:57:38 queue INFO 7 [242] -2014-12-15 13:57:39 queue INFO 3 [243] -2014-12-15 13:57:39 queue INFO 7 [244] -2014-12-15 13:57:39 queue INFO 3 [245] -2014-12-15 13:57:40 queue INFO 7 [246] -2014-12-15 13:57:40 queue INFO 3 [247] -2014-12-15 13:57:40 queue INFO 7 [248] -2014-12-15 13:57:41 queue INFO 3 [249] -2014-12-15 13:57:41 queue INFO 7 [250] -2014-12-15 13:57:41 queue INFO 3 [251] -2014-12-15 13:57:42 queue INFO 7 [252] -2014-12-15 13:57:42 queue INFO 3 [253] -2014-12-15 13:57:42 queue INFO 7 [254] -2014-12-15 13:57:43 queue INFO 3 [255] -2014-12-15 13:57:43 queue INFO 7 [256] -2014-12-15 13:57:43 queue INFO 3 [257] -2014-12-15 13:57:44 queue INFO 7 [258] -2014-12-15 13:57:44 queue INFO 3 [259] -2014-12-15 13:57:44 queue INFO 7 [260] -2014-12-15 13:57:45 queue INFO 3 [261] -2014-12-15 13:57:45 queue INFO 7 [262] -2014-12-15 13:57:45 queue INFO 3 [263] -2014-12-15 13:57:46 queue INFO 7 [264] -2014-12-15 13:57:46 queue INFO 3 [265] -2014-12-15 13:57:46 queue INFO 7 [266] -2014-12-15 13:57:47 queue INFO 3 [267] -2014-12-15 13:57:47 queue INFO 7 [268] -2014-12-15 13:57:47 queue INFO 3 [269] -2014-12-15 13:57:48 queue INFO 7 [270] -2014-12-15 13:57:48 queue INFO 3 [271] -2014-12-15 13:57:48 queue INFO 7 [272] -2014-12-15 13:57:49 queue INFO 3 [273] -2014-12-15 13:57:49 queue INFO 7 [274] -2014-12-15 13:57:49 queue INFO 3 [275] -2014-12-15 13:57:50 queue INFO 7 [276] -2014-12-15 13:57:50 queue INFO 3 [277] -2014-12-15 13:57:50 queue INFO 7 [278] -2014-12-15 13:57:51 queue INFO 3 [279] -2014-12-15 13:57:51 queue INFO 7 [280] -2014-12-15 13:57:51 queue INFO 3 [281] -2014-12-15 13:57:52 queue INFO 7 [282] -2014-12-15 13:57:52 queue INFO 3 [283] -2014-12-15 13:57:53 queue INFO 7 [284] -2014-12-15 13:57:53 queue INFO 3 [285] -2014-12-15 13:57:53 queue INFO 7 [286] -2014-12-15 13:57:54 queue INFO 3 [287] -2014-12-15 13:57:54 queue INFO 7 [288] -2014-12-15 13:57:54 queue INFO 3 [289] -2014-12-15 13:57:55 queue INFO 7 [290] -2014-12-15 13:57:55 queue INFO 3 [291] -2014-12-15 13:57:55 queue INFO 7 [292] -2014-12-15 13:57:56 queue INFO 3 [293] -2014-12-15 13:57:56 queue INFO 7 [294] -2014-12-15 13:57:56 queue INFO 3 [295] -2014-12-15 13:57:57 queue INFO 7 [296] -2014-12-15 13:57:57 queue INFO 3 [297] -2014-12-15 13:57:57 queue INFO 7 [298] -2014-12-15 13:57:58 queue INFO 3 [299] -2014-12-15 13:57:58 queue INFO 7 [300] -2014-12-15 13:57:58 queue INFO 3 [301] -2014-12-15 13:57:59 queue INFO 7 [302] -2014-12-15 13:57:59 queue INFO 3 [303] -2014-12-15 13:57:59 queue INFO 7 [304] -2014-12-15 13:57:59 queue INFO 3 [305] -2014-12-15 13:58:00 queue INFO 7 [306] -2014-12-15 13:58:00 queue INFO 3 [307] -2014-12-15 13:58:00 queue INFO 7 [308] -2014-12-15 13:58:01 queue INFO 3 [309] -2014-12-15 13:58:01 queue INFO 7 [310] -2014-12-15 13:58:01 queue INFO 3 [311] -2014-12-15 13:58:02 queue INFO 7 [312] -2014-12-15 13:58:02 queue INFO 3 [313] -2014-12-15 13:58:02 queue INFO 7 [314] -2014-12-15 13:58:03 queue INFO 3 [315] -2014-12-15 13:58:03 queue INFO 7 [316] -2014-12-15 13:58:03 queue INFO 3 [317] -2014-12-15 13:58:04 queue INFO 7 [318] -2014-12-15 13:58:04 queue INFO 3 [319] -2014-12-15 13:58:04 queue INFO 7 [320] -2014-12-15 13:58:05 queue INFO 3 [321] -2014-12-15 13:58:05 queue INFO 7 [322] -2014-12-15 13:58:05 queue INFO 3 [323] -2014-12-15 13:58:06 queue INFO 7 [324] -2014-12-15 13:58:06 queue INFO 3 [325] -2014-12-15 13:58:06 queue INFO 7 [326] -2014-12-15 13:58:07 queue INFO 3 [327] -2014-12-15 13:58:07 queue INFO 7 [328] -2014-12-15 13:58:07 queue INFO 3 [329] -2014-12-15 13:58:08 queue INFO 7 [330] -2014-12-15 13:58:08 queue INFO 3 [331] -2014-12-15 13:58:08 queue INFO 7 [332] -2014-12-15 13:58:09 queue INFO 3 [333] -2014-12-15 13:58:09 queue INFO 7 [334] -2014-12-15 13:58:09 queue INFO 3 [335] -2014-12-15 13:58:10 queue INFO 7 [336] -2014-12-15 13:58:10 queue INFO 3 [337] -2014-12-15 13:58:10 queue INFO 7 [338] -2014-12-15 13:58:11 queue INFO 3 [339] -2014-12-15 13:58:11 queue INFO 7 [340] -2014-12-15 13:58:11 queue INFO 3 [341] -2014-12-15 13:58:12 queue INFO 7 [342] -2014-12-15 13:58:12 queue INFO 3 [343] -2014-12-15 13:58:12 queue INFO 7 [344] -2014-12-15 13:58:13 queue INFO 3 [345] -2014-12-15 13:58:13 queue INFO 7 [346] -2014-12-15 13:58:13 queue INFO 3 [347] -2014-12-15 13:58:14 queue INFO 7 [348] -2014-12-15 13:58:14 queue INFO 3 [349] -2014-12-15 13:58:14 queue INFO 7 [350] -2014-12-15 13:58:15 queue INFO 3 [351] -2014-12-15 13:58:15 queue INFO 7 [352] -2014-12-15 13:58:15 queue INFO 3 [353] -2014-12-15 13:58:16 queue INFO 7 [354] -2014-12-15 13:58:16 queue INFO 3 [355] -2014-12-15 13:58:16 queue INFO 7 [356] -2014-12-15 13:58:17 queue INFO 3 [357] -2014-12-15 13:58:17 queue INFO 7 [358] -2014-12-15 13:58:17 queue INFO 3 [359] -2014-12-15 13:58:18 queue INFO 7 [360] -2014-12-15 13:58:18 queue INFO 3 [361] -2014-12-15 13:58:18 queue INFO 7 [362] -2014-12-15 13:58:19 queue INFO 3 [363] -2014-12-15 13:58:19 queue INFO 7 [364] -2014-12-15 13:58:19 queue INFO 3 [365] -2014-12-15 13:58:20 queue INFO 7 [366] -2014-12-15 13:58:20 queue INFO 3 [367] -2014-12-15 13:58:20 queue INFO 7 [368] -2014-12-15 13:58:21 queue INFO 3 [369] -2014-12-15 13:58:21 queue INFO 7 [370] -2014-12-15 13:58:21 queue INFO 3 [371] -2014-12-15 13:58:22 queue INFO 7 [372] -2014-12-15 13:58:22 queue INFO 3 [373] -2014-12-15 13:58:22 queue INFO 7 [374] -2014-12-15 13:58:23 queue INFO 3 [375] -2014-12-15 13:58:23 queue INFO 7 [376] -2014-12-15 13:58:23 queue INFO 3 [377] -2014-12-15 13:58:24 queue INFO 7 [378] -2014-12-15 13:58:24 queue INFO 3 [379] -2014-12-15 13:58:24 queue INFO 7 [380] -2014-12-15 13:58:25 queue INFO 3 [381] -2014-12-15 13:58:25 queue INFO 7 [382] -2014-12-15 13:58:25 queue INFO 3 [383] -2014-12-15 13:58:26 queue INFO 7 [384] -2014-12-15 13:58:26 queue INFO 3 [385] -2014-12-15 13:58:26 queue INFO 7 [386] -2014-12-15 13:58:27 queue INFO 3 [387] -2014-12-15 13:58:27 queue INFO 7 [388] -2014-12-15 13:58:27 queue INFO 3 [389] -2014-12-15 13:58:28 queue INFO 7 [390] -2014-12-15 13:58:28 queue INFO 3 [391] -2014-12-15 13:58:28 queue INFO 7 [392] -2014-12-15 13:58:29 queue INFO 3 [393] -2014-12-15 13:58:29 queue INFO 7 [394] -2014-12-15 13:58:29 queue INFO 3 [395] -2014-12-15 13:58:30 queue INFO 7 [396] -2014-12-15 13:58:30 queue INFO 3 [397] -2014-12-15 13:58:30 queue INFO 7 [398] -2014-12-15 13:58:31 queue INFO 3 [399] -2014-12-15 13:58:31 queue INFO 7 [400] -2014-12-15 13:58:31 queue INFO 3 [401] -2014-12-15 13:58:32 queue INFO 7 [402] -2014-12-15 13:58:32 queue INFO 3 [403] -2014-12-15 13:58:32 queue INFO 7 [404] -2014-12-15 13:58:33 queue INFO 3 [405] -2014-12-15 13:58:33 queue INFO 7 [406] -2014-12-15 13:58:33 queue INFO 3 [407] -2014-12-15 13:58:34 queue INFO 7 [408] -2014-12-15 13:58:34 queue INFO 3 [409] -2014-12-15 13:58:34 queue INFO 7 [410] -2014-12-15 13:58:35 queue INFO 3 [411] -2014-12-15 13:58:35 queue INFO 7 [412] -2014-12-15 13:58:35 queue INFO 3 [413] -2014-12-15 13:58:36 queue INFO 7 [414] -2014-12-15 13:58:36 queue INFO 3 [415] -2014-12-15 13:58:36 queue INFO 7 [416] -2014-12-15 13:58:37 queue INFO 3 [417] -2014-12-15 13:58:37 queue INFO 7 [418] -2014-12-15 13:58:37 queue INFO 3 [419] -2014-12-15 13:58:38 queue INFO 7 [420] -2014-12-15 13:58:38 queue INFO 3 [421] -2014-12-15 13:58:38 queue INFO 7 [422] -2014-12-15 13:58:39 queue INFO 3 [423] -2014-12-15 13:58:39 queue INFO 7 [424] -2014-12-15 13:58:39 queue INFO 3 [425] -2014-12-15 13:58:40 queue INFO 7 [426] -2014-12-15 13:58:40 queue INFO 3 [427] -2014-12-15 13:58:40 queue INFO 7 [428] -2014-12-15 13:58:41 queue INFO 3 [429] -2014-12-15 13:58:41 queue INFO 7 [430] -2014-12-15 13:58:41 queue INFO 3 [431] -2014-12-15 13:58:42 queue INFO 7 [432] -2014-12-15 13:58:42 queue INFO 3 [433] -2014-12-15 13:58:42 queue INFO 7 [434] -2014-12-15 13:58:43 queue INFO 3 [435] -2014-12-15 13:58:43 queue INFO 7 [436] -2014-12-15 13:58:43 queue INFO 3 [437] -2014-12-15 13:58:43 queue INFO 7 [438] -2014-12-15 13:58:44 queue INFO 3 [439] -2014-12-15 13:58:44 queue INFO 7 [440] -2014-12-15 13:58:44 queue INFO 3 [441] -2014-12-15 13:58:45 queue INFO 7 [442] -2014-12-15 13:58:45 queue INFO 3 [443] -2014-12-15 13:58:45 queue INFO 7 [444] -2014-12-15 13:58:46 queue INFO 3 [445] -2014-12-15 13:58:46 queue INFO 7 [446] -2014-12-15 13:58:46 queue INFO 3 [447] -2014-12-15 13:58:47 queue INFO 7 [448] -2014-12-15 13:58:47 queue INFO 3 [449] -2014-12-15 13:58:48 queue INFO 7 [450] -2014-12-15 13:58:48 queue INFO 3 [451] -2014-12-15 13:58:48 queue INFO 7 [452] -2014-12-15 13:58:49 queue INFO 3 [453] -2014-12-15 13:58:49 queue INFO 7 [454] -2014-12-15 13:58:49 queue INFO 3 [455] -2014-12-15 13:58:50 queue INFO 7 [456] -2014-12-15 13:58:50 queue INFO 3 [457] -2014-12-15 13:58:50 queue INFO 7 [458] -2014-12-15 13:58:51 queue INFO 3 [459] -2014-12-15 13:58:51 queue INFO 7 [460] -2014-12-15 13:58:51 queue INFO 3 [461] -2014-12-15 13:58:52 queue INFO 7 [462] -2014-12-15 13:58:52 queue INFO 3 [463] -2014-12-15 13:58:52 queue INFO 7 [464] -2014-12-15 13:58:53 queue INFO 3 [465] -2014-12-15 13:58:53 queue INFO 7 [466] -2014-12-15 13:58:53 queue INFO 3 [467] -2014-12-15 13:58:54 queue INFO 7 [468] -2014-12-15 13:58:54 queue INFO 3 [469] -2014-12-15 13:58:54 queue INFO 7 [470] -2014-12-15 13:58:55 queue INFO 3 [471] -2014-12-15 13:58:55 queue INFO 7 [472] -2014-12-15 13:58:55 queue INFO 3 [473] -2014-12-15 13:58:56 queue INFO 7 [474] -2014-12-15 13:58:56 queue INFO 3 [475] -2014-12-15 13:58:56 queue INFO 7 [476] -2014-12-15 13:58:57 queue INFO 3 [477] -2014-12-15 13:58:57 queue INFO 7 [478] -2014-12-15 13:58:57 queue INFO 3 [479] -2014-12-15 13:58:58 queue INFO 7 [480] -2014-12-15 13:58:58 queue INFO 3 [481] -2014-12-15 13:58:58 queue INFO 7 [482] -2014-12-15 13:58:59 queue INFO 3 [483] -2014-12-15 13:58:59 queue INFO 7 [484] -2014-12-15 13:58:59 queue INFO 3 [485] -2014-12-15 13:59:00 queue INFO 7 [486] -2014-12-15 13:59:00 queue INFO 3 [487] -2014-12-15 13:59:00 queue INFO 7 [488] -2014-12-15 13:59:01 queue INFO 3 [489] -2014-12-15 13:59:01 queue INFO 7 [490] -2014-12-15 13:59:01 queue INFO 3 [491] -2014-12-15 13:59:02 queue INFO 7 [492] -2014-12-15 13:59:02 queue INFO 3 [493] -2014-12-15 13:59:02 queue INFO 7 [494] -2014-12-15 13:59:03 queue INFO 3 [495] -2014-12-15 13:59:03 queue INFO 7 [496] -2014-12-15 13:59:03 queue INFO 3 [497] -2014-12-15 13:59:04 queue INFO 7 [498] -2014-12-15 13:59:04 queue INFO 3 [499] -2014-12-15 13:59:04 queue INFO 7 [500] -2014-12-15 13:59:05 queue INFO 3 [501] -2014-12-15 13:59:05 queue INFO 7 [502] -2014-12-15 13:59:05 queue INFO 3 [503] -2014-12-15 13:59:06 queue INFO 7 [504] -2014-12-15 13:59:06 queue INFO 3 [505] -2014-12-15 13:59:06 queue INFO 7 [506] -2014-12-15 13:59:07 queue INFO 3 [507] -2014-12-15 13:59:07 queue INFO 7 [508] -2014-12-15 13:59:07 queue INFO 3 [509] -2014-12-15 13:59:08 queue INFO 7 [510] -2014-12-15 13:59:08 queue INFO 3 [511] -2014-12-15 13:59:08 queue INFO 7 [512] -2014-12-15 13:59:09 queue INFO 3 [513] -2014-12-15 13:59:09 queue INFO 7 [514] -2014-12-15 13:59:09 queue INFO 3 [515] -2014-12-15 13:59:10 queue INFO 7 [516] -2014-12-15 13:59:10 queue INFO 3 [517] -2014-12-15 13:59:10 queue INFO 7 [518] -2014-12-15 13:59:11 queue INFO 3 [519] -2014-12-15 13:59:11 queue INFO 7 [520] -2014-12-15 13:59:11 queue INFO 3 [521] -2014-12-15 13:59:12 queue INFO 7 [522] -2014-12-15 13:59:12 queue INFO 3 [523] -2014-12-15 13:59:12 queue INFO 7 [524] -2014-12-15 13:59:13 queue INFO 3 [525] -2014-12-15 13:59:13 queue INFO 7 [526] -2014-12-15 13:59:13 queue INFO 3 [527] -2014-12-15 13:59:14 queue INFO 7 [528] -2014-12-15 13:59:14 queue INFO 3 [529] -2014-12-15 13:59:14 queue INFO 7 [530] -2014-12-15 13:59:15 queue INFO 3 [531] -2014-12-15 13:59:15 queue INFO 7 [532] -2014-12-15 13:59:15 queue INFO 3 [533] -2014-12-15 13:59:16 queue INFO 7 [534] -2014-12-15 13:59:16 queue INFO 3 [535] -2014-12-15 13:59:16 queue INFO 7 [536] -2014-12-15 13:59:17 queue INFO 3 [537] -2014-12-15 13:59:17 queue INFO 7 [538] -2014-12-15 13:59:17 queue INFO 3 [539] -2014-12-15 13:59:18 queue INFO 7 [540] -2014-12-15 13:59:18 queue INFO 3 [541] -2014-12-15 13:59:18 queue INFO 7 [542] -2014-12-15 13:59:19 queue INFO 3 [543] -2014-12-15 13:59:19 queue INFO 7 [544] -2014-12-15 13:59:19 queue INFO 3 [545] -2014-12-15 13:59:20 queue INFO 7 [546] -2014-12-15 13:59:20 queue INFO 3 [547] -2014-12-15 13:59:20 queue INFO 7 [548] -2014-12-15 13:59:21 queue INFO 3 [549] -2014-12-15 13:59:21 queue INFO 7 [550] -2014-12-15 13:59:21 queue INFO 3 [551] -2014-12-15 13:59:22 queue INFO 7 [552] -2014-12-15 13:59:22 queue INFO 3 [553] -2014-12-15 13:59:22 queue INFO 7 [554] -2014-12-15 13:59:23 queue INFO 3 [555] -2014-12-15 13:59:23 queue INFO 7 [556] -2014-12-15 13:59:23 queue INFO 3 [557] -2014-12-15 13:59:24 queue INFO 7 [558] -2014-12-15 13:59:24 queue INFO 3 [559] -2014-12-15 13:59:24 queue INFO 7 [560] -2014-12-15 13:59:25 queue INFO 3 [561] -2014-12-15 13:59:25 queue INFO 7 [562] -2014-12-15 13:59:27 queue INFO >7 [563] -2014-12-15 13:59:28 queue INFO 3 [564] -2014-12-15 13:59:28 queue INFO 7 [565] -2014-12-15 13:59:30 queue INFO 3 [566] -2014-12-15 13:59:30 queue INFO 7 [567] -2014-12-15 13:59:30 queue INFO 3 [568] -2014-12-15 13:59:31 queue INFO 7 [569] -2014-12-15 13:59:31 queue INFO 3 [570] -2014-12-15 13:59:31 queue INFO 7 [571] -2014-12-15 13:59:32 queue INFO 3 [572] -2014-12-15 13:59:32 queue INFO 7 [573] -2014-12-15 13:59:32 queue INFO 3 [574] -2014-12-15 13:59:33 queue INFO 7 [575] -2014-12-15 13:59:33 queue INFO 3 [576] -2014-12-15 13:59:33 queue INFO 7 [577] -2014-12-15 13:59:34 queue INFO 3 [578] -2014-12-15 13:59:34 queue INFO 7 [579] -2014-12-15 13:59:34 queue INFO 3 [580] -2014-12-15 13:59:35 queue INFO 7 [581] -2014-12-15 13:59:35 queue INFO 3 [582] -2014-12-15 13:59:35 queue INFO 7 [583] -2014-12-15 13:59:36 queue INFO 3 [584] -2014-12-15 13:59:36 queue INFO 7 [585] -2014-12-15 13:59:36 queue INFO 3 [586] -2014-12-15 13:59:37 queue INFO 7 [587] -2014-12-15 13:59:37 queue INFO 3 [588] -2014-12-15 13:59:37 queue INFO 7 [589] -2014-12-15 13:59:38 queue INFO 3 [590] -2014-12-15 13:59:38 queue INFO 7 [591] -2014-12-15 13:59:38 queue INFO 3 [592] -2014-12-15 13:59:39 queue INFO 7 [593] -2014-12-15 13:59:39 queue INFO 3 [594] -2014-12-15 13:59:39 queue INFO 7 [595] -2014-12-15 13:59:40 queue INFO 3 [596] -2014-12-15 13:59:40 queue INFO 7 [597] -2014-12-15 13:59:40 queue INFO 3 [598] -2014-12-15 13:59:41 queue INFO 7 [599] -2014-12-15 13:59:41 queue INFO 3 [600] -2014-12-15 13:59:41 queue INFO 7 [601] -2014-12-15 13:59:42 queue INFO 3 [602] -2014-12-15 13:59:42 queue INFO 7 [603] -2014-12-15 13:59:42 queue INFO 3 [604] -2014-12-15 13:59:43 queue INFO 7 [605] -2014-12-15 13:59:43 queue INFO 3 [606] -2014-12-15 13:59:43 queue INFO 7 [607] -2014-12-15 13:59:44 queue INFO 3 [608] -2014-12-15 13:59:44 queue INFO 7 [609] -2014-12-15 13:59:45 queue INFO 3 [610] -2014-12-15 13:59:45 queue INFO 7 [611] -2014-12-15 13:59:45 queue INFO 3 [612] -2014-12-15 13:59:46 queue INFO 7 [613] -2014-12-15 13:59:46 queue INFO 3 [614] -2014-12-15 13:59:46 queue INFO 7 [615] -2014-12-15 13:59:47 queue INFO 3 [616] -2014-12-15 13:59:47 queue INFO 7 [617] -2014-12-15 13:59:47 queue INFO 3 [618] -2014-12-15 13:59:48 queue INFO 7 [619] -2014-12-15 13:59:48 queue INFO 3 [620] -2014-12-15 13:59:48 queue INFO 7 [621] -2014-12-15 13:59:49 queue INFO 3 [622] -2014-12-15 13:59:49 queue INFO 7 [623] -2014-12-15 13:59:49 queue INFO 3 [624] -2014-12-15 13:59:50 queue INFO 7 [625] -2014-12-15 13:59:50 queue INFO 3 [626] -2014-12-15 13:59:50 queue INFO 7 [627] -2014-12-15 13:59:51 queue INFO 3 [628] -2014-12-15 13:59:51 queue INFO 7 [629] -2014-12-15 13:59:51 queue INFO 3 [630] -2014-12-15 13:59:52 queue INFO 7 [631] -2014-12-15 13:59:52 queue INFO 3 [632] -2014-12-15 13:59:52 queue INFO 7 [633] -2014-12-15 13:59:53 queue INFO 3 [634] -2014-12-15 13:59:53 queue INFO 7 [635] -2014-12-15 13:59:53 queue INFO 3 [636] -2014-12-15 13:59:54 queue INFO 7 [637] -2014-12-15 13:59:54 queue INFO 3 [638] -2014-12-15 13:59:54 queue INFO 7 [639] -2014-12-15 13:59:55 queue INFO 3 [640] -2014-12-15 13:59:55 queue INFO 7 [641] -2014-12-15 13:59:55 queue INFO 3 [642] -2014-12-15 13:59:56 queue INFO 7 [643] -2014-12-15 13:59:56 queue INFO 3 [644] -2014-12-15 13:59:56 queue INFO 7 [645] -2014-12-15 13:59:57 queue INFO 3 [646] -2014-12-15 13:59:57 queue INFO 7 [647] -2014-12-15 13:59:57 queue INFO 3 [648] -2014-12-15 13:59:58 queue INFO 7 [649] -2014-12-15 13:59:58 queue INFO 3 [650] -2014-12-15 13:59:58 queue INFO 7 [651] -2014-12-15 13:59:58 queue INFO 3 [652] -2014-12-15 13:59:59 queue INFO 7 [653] -2014-12-15 13:59:59 queue INFO 3 [654] -2014-12-15 13:59:59 queue INFO 7 [655] -2014-12-15 14:00:00 queue INFO 3 [656] -2014-12-15 14:00:00 queue INFO 7 [657] -2014-12-15 14:00:00 queue INFO 3 [658] -2014-12-15 14:00:01 queue INFO 7 [659] -2014-12-15 14:00:01 queue INFO 3 [660] -2014-12-15 14:00:01 queue INFO 7 [661] -2014-12-15 14:00:02 queue INFO 3 [662] -2014-12-15 14:00:02 queue INFO 7 [663] -2014-12-15 14:00:02 queue INFO 3 [664] -2014-12-15 14:00:03 queue INFO 7 [665] -2014-12-15 14:00:03 queue INFO 3 [666] -2014-12-15 14:00:03 queue INFO 7 [667] -2014-12-15 14:00:04 queue INFO 3 [668] -2014-12-15 14:00:04 queue INFO 7 [669] -2014-12-15 14:00:04 queue INFO 3 [670] -2014-12-15 14:00:05 queue INFO 7 [671] -2014-12-15 14:00:05 queue INFO 3 [672] -2014-12-15 14:00:05 queue INFO 7 [673] -2014-12-15 14:00:06 queue INFO 3 [674] -2014-12-15 14:00:06 queue INFO 7 [675] -2014-12-15 14:00:06 queue INFO 3 [676] -2014-12-15 14:00:07 queue INFO 7 [677] -2014-12-15 14:00:07 queue INFO 3 [678] -2014-12-15 14:00:08 queue INFO 7 [679] -2014-12-15 14:00:08 queue INFO 3 [680] -2014-12-15 14:00:08 queue INFO 7 [681] -2014-12-15 14:00:09 queue INFO 3 [682] -2014-12-15 14:00:09 queue INFO 7 [683] -2014-12-15 14:00:09 queue INFO 3 [684] -2014-12-15 14:00:10 queue INFO 7 [685] -2014-12-15 14:00:10 queue INFO 3 [686] -2014-12-15 14:00:10 queue INFO 7 [687] -2014-12-15 14:00:11 queue INFO 3 [688] -2014-12-15 14:00:11 queue INFO 7 [689] -2014-12-15 14:00:11 queue INFO 3 [690] -2014-12-15 14:00:12 queue INFO 7 [691] -2014-12-15 14:00:12 queue INFO 3 [692] -2014-12-15 14:00:12 queue INFO 7 [693] -2014-12-15 14:00:13 queue INFO 3 [694] -2014-12-15 14:00:13 queue INFO 7 [695] -2014-12-15 14:00:13 queue INFO 3 [696] -2014-12-15 14:00:13 queue INFO 7 [697] -2014-12-15 14:00:14 queue INFO 3 [698] -2014-12-15 14:00:14 queue INFO 7 [699] -2014-12-15 14:00:14 queue INFO 3 [700] -2014-12-15 14:00:15 queue INFO 7 [701] -2014-12-15 14:00:15 queue INFO 3 [702] -2014-12-15 14:00:15 queue INFO 7 [703] -2014-12-15 14:00:16 queue INFO 3 [704] -2014-12-15 14:00:16 queue INFO 7 [705] -2014-12-15 14:00:16 queue INFO 3 [706] -2014-12-15 14:00:17 queue INFO 7 [707] -2014-12-15 14:00:17 queue INFO 3 [708] -2014-12-15 14:00:17 queue INFO 7 [709] -2014-12-15 14:00:18 queue INFO 3 [710] -2014-12-15 14:00:18 queue INFO 7 [711] -2014-12-15 14:00:18 queue INFO 3 [712] -2014-12-15 14:00:19 queue INFO 7 [713] -2014-12-15 14:00:19 queue INFO 3 [714] -2014-12-15 14:00:19 queue INFO 7 [715] -2014-12-15 14:00:20 queue INFO 3 [716] -2014-12-15 14:00:20 queue INFO 7 [717] -2014-12-15 14:00:20 queue INFO 3 [718] -2014-12-15 14:00:21 queue INFO 7 [719] -2014-12-15 14:00:21 queue INFO 3 [720] -2014-12-15 14:00:21 queue INFO 7 [721] -2014-12-15 14:00:22 queue INFO 3 [722] -2014-12-15 14:00:22 queue INFO 7 [723] -2014-12-15 14:00:22 queue INFO 3 [724] -2014-12-15 14:00:23 queue INFO 7 [725] -2014-12-15 14:00:23 queue INFO 3 [726] -2014-12-15 14:00:23 queue INFO 7 [727] -2014-12-15 14:00:24 queue INFO 3 [728] -2014-12-15 14:00:24 queue INFO 7 [729] -2014-12-15 14:00:24 queue INFO 3 [730] -2014-12-15 14:00:25 queue INFO 7 [731] -2014-12-15 14:00:25 queue INFO 3 [732] -2014-12-15 14:00:25 queue INFO 7 [733] -2014-12-15 14:00:26 queue INFO 3 [734] -2014-12-15 14:00:26 queue INFO 7 [735] -2014-12-15 14:00:26 queue INFO 3 [736] -2014-12-15 14:00:27 queue INFO 7 [737] -2014-12-15 14:00:27 queue INFO 3 [738] -2014-12-15 14:00:27 queue INFO 7 [739] -2014-12-15 14:00:27 queue INFO 3 [740] -2014-12-15 14:00:28 queue INFO 7 [741] -2014-12-15 14:00:28 queue INFO 3 [742] -2014-12-15 14:00:28 queue INFO 7 [743] -2014-12-15 14:00:29 queue INFO 3 [744] -2014-12-15 14:00:29 queue INFO 7 [745] -2014-12-15 14:00:29 queue INFO 3 [746] -2014-12-15 14:00:30 queue INFO 7 [747] -2014-12-15 14:00:30 queue INFO 3 [748] -2014-12-15 14:00:30 queue INFO 7 [749] -2014-12-15 14:00:31 queue INFO 3 [750] -2014-12-15 14:00:31 queue INFO 7 [751] -2014-12-15 14:00:31 queue INFO 3 [752] -2014-12-15 14:00:32 queue INFO 7 [753] -2014-12-15 14:00:32 queue INFO 3 [754] -2014-12-15 14:00:32 queue INFO 7 [755] -2014-12-15 14:00:33 queue INFO 3 [756] -2014-12-15 14:00:33 queue INFO 7 [757] -2014-12-15 14:00:33 queue INFO 3 [758] -2014-12-15 14:00:34 queue INFO 7 [759] -2014-12-15 14:00:34 queue INFO 3 [760] -2014-12-15 14:00:34 queue INFO 7 [761] -2014-12-15 14:00:35 queue INFO 3 [762] -2014-12-15 14:00:35 queue INFO 7 [763] -2014-12-15 14:00:36 queue INFO 3 [764] -2014-12-15 14:00:36 queue INFO 7 [765] -2014-12-15 14:00:36 queue INFO 3 [766] -2014-12-15 14:00:37 queue INFO 7 [767] -2014-12-15 14:00:37 queue INFO 3 [768] -2014-12-15 14:00:37 queue INFO 7 [769] -2014-12-15 14:00:38 queue INFO 3 [770] -2014-12-15 14:00:38 queue INFO 7 [771] -2014-12-15 14:00:38 queue INFO 3 [772] -2014-12-15 14:00:39 queue INFO 7 [773] -2014-12-15 14:00:39 queue INFO 3 [774] -2014-12-15 14:00:39 queue INFO 7 [775] -2014-12-15 14:00:40 queue INFO 3 [776] -2014-12-15 14:00:40 queue INFO 7 [777] -2014-12-15 14:00:40 queue INFO 3 [778] -2014-12-15 14:00:40 queue INFO 7 [779] -2014-12-15 14:00:41 queue INFO 3 [780] -2014-12-15 14:00:41 queue INFO 7 [781] -2014-12-15 14:00:41 queue INFO 3 [782] -2014-12-15 14:00:42 queue INFO 7 [783] -2014-12-15 14:00:42 queue INFO 3 [784] -2014-12-15 14:00:42 queue INFO 7 [785] -2014-12-15 14:00:43 queue INFO 3 [786] -2014-12-15 14:00:43 queue INFO 7 [787] -2014-12-15 14:00:43 queue INFO 3 [788] -2014-12-15 14:00:44 queue INFO 7 [789] -2014-12-15 14:00:44 queue INFO 3 [790] -2014-12-15 14:00:44 queue INFO 7 [791] -2014-12-15 14:00:45 queue INFO 3 [792] -2014-12-15 14:00:45 queue INFO 7 [793] -2014-12-15 14:00:45 queue INFO 3 [794] -2014-12-15 14:00:46 queue INFO 7 [795] -2014-12-15 14:00:46 queue INFO 3 [796] -2014-12-15 14:00:46 queue INFO 7 [797] -2014-12-15 14:00:47 queue INFO 3 [798] -2014-12-15 14:00:47 queue INFO 7 [799] -2014-12-15 14:00:47 queue INFO 3 [800] -2014-12-15 14:00:48 queue INFO 7 [801] -2014-12-15 14:00:48 queue INFO 3 [802] -2014-12-15 14:00:48 queue INFO 7 [803] -2014-12-15 14:00:49 queue INFO 3 [804] -2014-12-15 14:00:49 queue INFO 7 [805] -2014-12-15 14:00:49 queue INFO 3 [806] -2014-12-15 14:00:50 queue INFO 7 [807] -2014-12-15 14:00:50 queue INFO 3 [808] -2014-12-15 14:00:50 queue INFO 7 [809] -2014-12-15 14:00:51 queue INFO 3 [810] -2014-12-15 14:00:51 queue INFO 7 [811] -2014-12-15 14:00:51 queue INFO 3 [812] -2014-12-15 14:00:52 queue INFO 7 [813] -2014-12-15 14:00:52 queue INFO 3 [814] -2014-12-15 14:00:52 queue INFO 7 [815] -2014-12-15 14:00:53 queue INFO 3 [816] -2014-12-15 14:00:53 queue INFO 7 [817] -2014-12-15 14:00:53 queue INFO 3 [818] -2014-12-15 14:00:54 queue INFO 7 [819] -2014-12-15 14:00:54 queue INFO 3 [820] -2014-12-15 14:00:54 queue INFO 7 [821] -2014-12-15 14:00:55 queue INFO 3 [822] -2014-12-15 14:00:55 queue INFO 7 [823] -2014-12-15 14:00:55 queue INFO 3 [824] -2014-12-15 14:00:56 queue INFO 7 [825] -2014-12-15 14:00:56 queue INFO 3 [826] -2014-12-15 14:00:56 queue INFO 7 [827] -2014-12-15 14:00:57 queue INFO 3 [828] -2014-12-15 14:00:57 queue INFO 7 [829] -2014-12-15 14:00:57 queue INFO 3 [830] -2014-12-15 14:00:58 queue INFO 7 [831] -2014-12-15 14:00:58 queue INFO 3 [832] -2014-12-15 14:00:58 queue INFO 7 [833] -2014-12-15 14:00:59 queue INFO 3 [834] -2014-12-15 14:00:59 queue INFO 7 [835] -2014-12-15 14:00:59 queue INFO 3 [836] -2014-12-15 14:00:59 queue INFO 7 [837] -2014-12-15 14:01:00 queue INFO 3 [838] -2014-12-15 14:01:00 queue INFO 7 [839] -2014-12-15 14:01:00 queue INFO 3 [840] -2014-12-15 14:01:01 queue INFO 7 [841] -2014-12-15 14:01:01 queue INFO 3 [842] -2014-12-15 14:01:01 queue INFO 7 [843] -2014-12-15 14:01:02 queue INFO 3 [844] -2014-12-15 14:01:02 queue INFO 7 [845] -2014-12-15 14:01:03 queue INFO 3 [846] -2014-12-15 14:01:03 queue INFO 7 [847] -2014-12-15 14:01:03 queue INFO 3 [848] -2014-12-15 14:01:04 queue INFO 7 [849] -2014-12-15 14:01:04 queue INFO 3 [850] -2014-12-15 14:01:04 queue INFO 7 [851] -2014-12-15 14:01:05 queue INFO 3 [852] -2014-12-15 14:01:05 queue INFO 7 [853] -2014-12-15 14:01:05 queue INFO 3 [854] -2014-12-15 14:01:06 queue INFO 7 [855] -2014-12-15 14:01:06 queue INFO 3 [856] -2014-12-15 14:01:06 queue INFO 7 [857] -2014-12-15 14:01:07 queue INFO 3 [858] -2014-12-15 14:01:07 queue INFO 7 [859] -2014-12-15 14:01:07 queue INFO 3 [860] -2014-12-15 14:01:08 queue INFO 7 [861] -2014-12-15 14:01:08 queue INFO 3 [862] -2014-12-15 14:01:08 queue INFO 7 [863] -2014-12-15 14:01:09 queue INFO 3 [864] -2014-12-15 14:01:09 queue INFO 7 [865] -2014-12-15 14:01:09 queue INFO 3 [866] -2014-12-15 14:01:10 queue INFO 7 [867] -2014-12-15 14:01:10 queue INFO 3 [868] -2014-12-15 14:01:10 queue INFO 7 [869] -2014-12-15 14:01:11 queue INFO 3 [870] -2014-12-15 14:01:11 queue INFO 7 [871] -2014-12-15 14:01:11 queue INFO 3 [872] -2014-12-15 14:01:12 queue INFO 7 [873] -2014-12-15 14:01:12 queue INFO 3 [874] -2014-12-15 14:01:12 queue INFO 7 [875] -2014-12-15 14:01:13 queue INFO 3 [876] -2014-12-15 14:01:13 queue INFO 7 [877] -2014-12-15 14:01:13 queue INFO 3 [878] -2014-12-15 14:01:14 queue INFO 7 [879] -2014-12-15 14:01:14 queue INFO 3 [880] -2014-12-15 14:01:14 queue INFO 7 [881] -2014-12-15 14:01:15 queue INFO 3 [882] -2014-12-15 14:01:15 queue INFO 7 [883] -2014-12-15 14:01:15 queue INFO 3 [884] -2014-12-15 14:01:16 queue INFO 7 [885] -2014-12-15 14:01:16 queue INFO 3 [886] -2014-12-15 14:01:16 queue INFO 7 [887] -2014-12-15 14:01:17 queue INFO 3 [888] -2014-12-15 14:01:17 queue INFO 7 [889] -2014-12-15 14:01:17 queue INFO 3 [890] -2014-12-15 14:01:18 queue INFO 7 [891] -2014-12-15 14:01:18 queue INFO 3 [892] -2014-12-15 14:01:18 queue INFO 7 [893] -2014-12-15 14:01:19 queue INFO 3 [894] -2014-12-15 14:01:19 queue INFO 7 [895] -2014-12-15 14:01:19 queue INFO 3 [896] -2014-12-15 14:01:20 queue INFO 7 [897] -2014-12-15 14:01:20 queue INFO 3 [898] -2014-12-15 14:01:20 queue INFO 7 [899] -2014-12-15 14:01:21 queue INFO 3 [900] -2014-12-15 14:01:21 queue INFO 7 [901] -2014-12-15 14:01:21 queue INFO 3 [902] -2014-12-15 14:01:22 queue INFO 7 [903] -2014-12-15 14:01:22 queue INFO 3 [904] -2014-12-15 14:01:22 queue INFO 7 [905] -2014-12-15 14:01:23 queue INFO 3 [906] -2014-12-15 14:01:23 queue INFO 7 [907] -2014-12-15 14:01:23 queue INFO 3 [908] -2014-12-15 14:01:24 queue INFO 7 [909] -2014-12-15 14:01:24 queue INFO 3 [910] -2014-12-15 14:01:24 queue INFO 7 [911] -2014-12-15 14:01:25 queue INFO 3 [912] -2014-12-15 14:01:25 queue INFO 7 [913] -2014-12-15 14:01:25 queue INFO 3 [914] -2014-12-15 14:01:26 queue INFO 7 [915] -2014-12-15 14:01:26 queue INFO 3 [916] -2014-12-15 14:01:26 queue INFO 7 [917] -2014-12-15 14:01:26 queue INFO 3 [918] -2014-12-15 14:01:27 queue INFO 7 [919] -2014-12-15 14:01:27 queue INFO 3 [920] -2014-12-15 14:01:27 queue INFO 7 [921] -2014-12-15 14:01:28 queue INFO 3 [922] -2014-12-15 14:01:28 queue INFO 7 [923] -2014-12-15 14:01:28 queue INFO 3 [924] -2014-12-15 14:01:29 queue INFO 7 [925] -2014-12-15 14:01:29 queue INFO 3 [926] -2014-12-15 14:01:30 queue INFO 7 [927] -2014-12-15 14:01:30 queue INFO 3 [928] -2014-12-15 14:01:30 queue INFO 7 [929] -2014-12-15 14:01:31 queue INFO 3 [930] -2014-12-15 14:01:31 queue INFO 7 [931] -2014-12-15 14:01:31 queue INFO 3 [932] -2014-12-15 14:01:32 queue INFO 7 [933] -2014-12-15 14:01:32 queue INFO 3 [934] -2014-12-15 14:01:32 queue INFO 7 [935] -2014-12-15 14:01:33 queue INFO 3 [936] -2014-12-15 14:01:33 queue INFO 7 [937] -2014-12-15 14:01:33 queue INFO 3 [938] -2014-12-15 14:01:34 queue INFO 7 [939] -2014-12-15 14:01:34 queue INFO 3 [940] -2014-12-15 14:01:34 queue INFO 7 [941] -2014-12-15 14:01:35 queue INFO 3 [942] -2014-12-15 14:01:35 queue INFO 7 [943] -2014-12-15 14:01:35 queue INFO 3 [944] -2014-12-15 14:01:36 queue INFO 7 [945] -2014-12-15 14:01:36 queue INFO 3 [946] -2014-12-15 14:01:36 queue INFO 7 [947] -2014-12-15 14:01:37 queue INFO 3 [948] -2014-12-15 14:01:37 queue INFO 7 [949] -2014-12-15 14:01:37 queue INFO 3 [950] -2014-12-15 14:01:38 queue INFO 7 [951] -2014-12-15 14:01:38 queue INFO 3 [952] -2014-12-15 14:01:38 queue INFO 7 [953] -2014-12-15 14:01:39 queue INFO 3 [954] -2014-12-15 14:01:39 queue INFO 7 [955] -2014-12-15 14:01:39 queue INFO 3 [956] -2014-12-15 14:01:40 queue INFO 7 [957] -2014-12-15 14:01:40 queue INFO 3 [958] -2014-12-15 14:01:40 queue INFO 7 [959] -2014-12-15 14:01:41 queue INFO 3 [960] -2014-12-15 14:01:41 queue INFO 7 [961] -2014-12-15 14:01:41 queue INFO 3 [962] -2014-12-15 14:01:42 queue INFO 7 [963] -2014-12-15 14:01:42 queue INFO 3 [964] -2014-12-15 14:01:42 queue INFO 7 [965] -2014-12-15 14:01:42 queue INFO 3 [966] -2014-12-15 14:01:43 queue INFO 7 [967] -2014-12-15 14:01:43 queue INFO 3 [968] -2014-12-15 14:01:43 queue INFO 7 [969] -2014-12-15 14:01:44 queue INFO 3 [970] -2014-12-15 14:01:44 queue INFO 7 [971] -2014-12-15 14:01:44 queue INFO 3 [972] -2014-12-15 14:01:45 queue INFO 7 [973] -2014-12-15 14:01:45 queue INFO 3 [974] -2014-12-15 14:01:45 queue INFO 7 [975] -2014-12-15 14:01:46 queue INFO 3 [976] -2014-12-15 14:01:46 queue INFO 7 [977] -2014-12-15 14:01:46 queue INFO 3 [978] -2014-12-15 14:01:47 queue INFO 7 [979] -2014-12-15 14:01:47 queue INFO 3 [980] -2014-12-15 14:01:47 queue INFO 7 [981] -2014-12-15 14:01:48 queue INFO 3 [982] -2014-12-15 14:01:48 queue INFO 7 [983] -2014-12-15 14:01:48 queue INFO 3 [984] -2014-12-15 14:01:49 queue INFO 7 [985] -2014-12-15 14:01:49 queue INFO 3 [986] -2014-12-15 14:01:49 queue INFO 7 [987] -2014-12-15 14:01:50 queue INFO 3 [988] -2014-12-15 14:01:50 queue INFO 7 [989] -2014-12-15 14:01:50 queue INFO 3 [990] -2014-12-15 14:01:51 queue INFO 7 [991] -2014-12-15 14:01:51 queue INFO 3 [992] -2014-12-15 14:01:51 queue INFO 7 [993] -2014-12-15 14:01:52 queue INFO 3 [994] -2014-12-15 14:01:52 queue INFO 7 [995] -2014-12-15 14:01:52 queue INFO 3 [996] -2014-12-15 14:01:53 queue INFO 7 [997] -2014-12-15 14:01:53 queue INFO 3 [998] -2014-12-15 14:01:53 queue INFO 7 [999] -2014-12-15 14:01:54 queue INFO 3 [0] -2014-12-15 14:01:54 queue INFO 7 [1] -2014-12-15 14:01:54 queue INFO 3 [2] -2014-12-15 14:01:55 queue INFO 7 [3] -2014-12-15 14:01:55 queue INFO 3 [4] -2014-12-15 14:01:55 queue INFO 7 [5] -2014-12-15 14:01:56 queue INFO 3 [6] -2014-12-15 14:01:56 queue INFO 7 [7] -2014-12-15 14:01:56 queue INFO 3 [8] -2014-12-15 14:01:57 queue INFO 7 [9] -2014-12-15 14:01:57 queue INFO 3 [10] -2014-12-15 14:01:58 queue INFO 7 [11] -2014-12-15 14:01:58 queue INFO 3 [12] -2014-12-15 14:01:58 queue INFO 7 [13] -2014-12-15 14:01:59 queue INFO 3 [14] -2014-12-15 14:01:59 queue INFO 7 [15] -2014-12-15 14:01:59 queue INFO 3 [16] -2014-12-15 14:02:00 queue INFO 7 [17] -2014-12-15 14:02:00 queue INFO 3 [18] -2014-12-15 14:02:00 queue INFO 7 [19] -2014-12-15 14:02:01 queue INFO 3 [20] -2014-12-15 14:02:01 queue INFO 7 [21] -2014-12-15 14:02:01 queue INFO 3 [22] -2014-12-15 14:02:02 queue INFO 7 [23] -2014-12-15 14:02:02 queue INFO 3 [24] -2014-12-15 14:02:02 queue INFO 7 [25] -2014-12-15 14:02:03 queue INFO 3 [26] -2014-12-15 14:02:03 queue INFO 7 [27] -2014-12-15 14:02:03 queue INFO 3 [28] -2014-12-15 14:02:04 queue INFO 7 [29] -2014-12-15 14:02:04 queue INFO 3 [30] -2014-12-15 14:02:04 queue INFO 7 [31] -2014-12-15 14:02:05 queue INFO 3 [32] -2014-12-15 14:02:05 queue INFO 7 [33] -2014-12-15 14:02:05 queue INFO 3 [34] -2014-12-15 14:02:06 queue INFO 7 [35] -2014-12-15 14:02:06 queue INFO 3 [36] -2014-12-15 14:02:06 queue INFO 7 [37] -2014-12-15 14:02:07 queue INFO 3 [38] -2014-12-15 14:02:07 queue INFO 7 [39] -2014-12-15 14:02:07 queue INFO 3 [40] -2014-12-15 14:02:08 queue INFO 7 [41] -2014-12-15 14:02:08 queue INFO 3 [42] -2014-12-15 14:02:08 queue INFO 7 [43] -2014-12-15 14:02:09 queue INFO 3 [44] -2014-12-15 14:02:09 queue INFO 7 [45] -2014-12-15 14:02:09 queue INFO 3 [46] -2014-12-15 14:02:10 queue INFO 7 [47] -2014-12-15 14:02:10 queue INFO 3 [48] -2014-12-15 14:02:10 queue INFO 7 [49] -2014-12-15 14:02:11 queue INFO 3 [50] -2014-12-15 14:02:11 queue INFO 7 [51] -2014-12-15 14:02:11 queue INFO 3 [52] -2014-12-15 14:02:12 queue INFO 7 [53] -2014-12-15 14:02:12 queue INFO 3 [54] -2014-12-15 14:02:12 queue INFO 7 [55] -2014-12-15 14:02:13 queue INFO 3 [56] -2014-12-15 14:02:13 queue INFO 7 [57] -2014-12-15 14:02:13 queue INFO 3 [58] -2014-12-15 14:02:14 queue INFO 7 [59] -2014-12-15 14:02:14 queue INFO 3 [60] -2014-12-15 14:02:14 queue INFO 7 [61] -2014-12-15 14:02:14 queue INFO 3 [62] -2014-12-15 14:02:15 queue INFO 7 [63] -2014-12-15 14:02:15 queue INFO 3 [64] -2014-12-15 14:02:15 queue INFO 7 [65] -2014-12-15 14:02:16 queue INFO 3 [66] -2014-12-15 14:02:16 queue INFO 7 [67] -2014-12-15 14:02:16 queue INFO 3 [68] -2014-12-15 14:02:17 queue INFO 7 [69] -2014-12-15 14:02:17 queue INFO 3 [70] -2014-12-15 14:02:17 queue INFO 7 [71] -2014-12-15 14:02:18 queue INFO 3 [72] -2014-12-15 14:02:18 queue INFO 7 [73] -2014-12-15 14:02:18 queue INFO 3 [74] -2014-12-15 14:02:19 queue INFO 7 [75] -2014-12-15 14:02:19 queue INFO 3 [76] -2014-12-15 14:02:19 queue INFO 7 [77] -2014-12-15 14:02:20 queue INFO 3 [78] -2014-12-15 14:02:20 queue INFO 7 [79] -2014-12-15 14:02:20 queue INFO 3 [80] -2014-12-15 14:02:21 queue INFO 7 [81] -2014-12-15 14:02:21 queue INFO 3 [82] -2014-12-15 14:02:21 queue INFO 7 [83] -2014-12-15 14:02:22 queue INFO 3 [84] -2014-12-15 14:02:22 queue INFO 7 [85] -2014-12-15 14:02:22 queue INFO 3 [86] -2014-12-15 14:02:23 queue INFO 7 [87] -2014-12-15 14:02:23 queue INFO 3 [88] -2014-12-15 14:02:23 queue INFO 7 [89] -2014-12-15 14:02:24 queue INFO 3 [90] -2014-12-15 14:02:24 queue INFO 7 [91] -2014-12-15 14:02:25 queue INFO 3 [92] -2014-12-15 14:02:25 queue INFO 7 [93] -2014-12-15 14:02:25 queue INFO 3 [94] -2014-12-15 14:02:26 queue INFO 7 [95] -2014-12-15 14:02:26 queue INFO 3 [96] -2014-12-15 14:02:26 queue INFO 7 [97] -2014-12-15 14:02:26 queue INFO 3 [98] -2014-12-15 14:02:27 queue INFO 7 [99] -2014-12-15 14:02:27 queue INFO 3 [100] -2014-12-15 14:02:27 queue INFO 7 [101] -2014-12-15 14:02:28 queue INFO 3 [102] -2014-12-15 14:02:28 queue INFO 7 [103] -2014-12-15 14:02:28 queue INFO 3 [104] -2014-12-15 14:02:29 queue INFO 7 [105] -2014-12-15 14:02:29 queue INFO 3 [106] -2014-12-15 14:02:29 queue INFO 7 [107] -2014-12-15 14:02:30 queue INFO 3 [108] -2014-12-15 14:02:30 queue INFO 7 [109] -2014-12-15 14:02:30 queue INFO 3 [110] -2014-12-15 14:02:31 queue INFO 7 [111] -2014-12-15 14:02:31 queue INFO 3 [112] -2014-12-15 14:02:31 queue INFO 7 [113] -2014-12-15 14:02:32 queue INFO 3 [114] -2014-12-15 14:02:32 queue INFO 7 [115] -2014-12-15 14:02:32 queue INFO 3 [116] -2014-12-15 14:02:33 queue INFO 7 [117] -2014-12-15 14:02:33 queue INFO 3 [118] -2014-12-15 14:02:33 queue INFO 7 [119] -2014-12-15 14:02:34 queue INFO 3 [120] -2014-12-15 14:02:34 queue INFO 7 [121] -2014-12-15 14:02:34 queue INFO 3 [122] -2014-12-15 14:02:35 queue INFO 7 [123] -2014-12-15 14:02:35 queue INFO 3 [124] -2014-12-15 14:02:35 queue INFO 7 [125] -2014-12-15 14:02:36 queue INFO 3 [126] -2014-12-15 14:02:36 queue INFO 7 [127] -2014-12-15 14:02:36 queue INFO 3 [128] -2014-12-15 14:02:37 queue INFO 7 [129] -2014-12-15 14:02:37 queue INFO 3 [130] -2014-12-15 14:02:37 queue INFO 7 [131] -2014-12-15 14:02:38 queue INFO 3 [132] -2014-12-15 14:02:38 queue INFO 7 [133] -2014-12-15 14:02:38 queue INFO 3 [134] -2014-12-15 14:02:39 queue INFO 7 [135] -2014-12-15 14:02:39 queue INFO 3 [136] -2014-12-15 14:02:39 queue INFO 7 [137] -2014-12-15 14:02:40 queue INFO 3 [138] -2014-12-15 14:02:40 queue INFO 7 [139] -2014-12-15 14:02:40 queue INFO 3 [140] -2014-12-15 14:02:41 queue INFO 7 [141] -2014-12-15 14:02:41 queue INFO 3 [142] -2014-12-15 14:02:41 queue INFO 7 [143] -2014-12-15 14:02:42 queue INFO 3 [144] -2014-12-15 14:02:42 queue INFO 7 [145] -2014-12-15 14:02:42 queue INFO 3 [146] -2014-12-15 14:02:43 queue INFO 7 [147] -2014-12-15 14:02:43 queue INFO 3 [148] -2014-12-15 14:02:43 queue INFO 7 [149] -2014-12-15 14:02:44 queue INFO 3 [150] -2014-12-15 14:02:44 queue INFO 7 [151] -2014-12-15 14:02:44 queue INFO 3 [152] -2014-12-15 14:02:45 queue INFO 7 [153] -2014-12-15 14:02:45 queue INFO 3 [154] -2014-12-15 14:02:45 queue INFO 7 [155] -2014-12-15 14:02:46 queue INFO 3 [156] -2014-12-15 14:02:46 queue INFO 7 [157] -2014-12-15 14:02:46 queue INFO 3 [158] -2014-12-15 14:02:47 queue INFO 7 [159] -2014-12-15 14:02:47 queue INFO 3 [160] -2014-12-15 14:02:47 queue INFO 7 [161] -2014-12-15 14:02:48 queue INFO 3 [162] -2014-12-15 14:02:48 queue INFO 7 [163] -2014-12-15 14:02:48 queue INFO 3 [164] -2014-12-15 14:02:49 queue INFO 7 [165] -2014-12-15 14:02:49 queue INFO 3 [166] -2014-12-15 14:02:49 queue INFO 7 [167] -2014-12-15 14:02:50 queue INFO 3 [168] -2014-12-15 14:02:50 queue INFO 7 [169] -2014-12-15 14:02:50 queue INFO 3 [170] -2014-12-15 14:02:51 queue INFO 7 [171] -2014-12-15 14:02:51 queue INFO 3 [172] -2014-12-15 14:02:51 queue INFO 7 [173] -2014-12-15 14:02:52 queue INFO 3 [174] -2014-12-15 14:02:52 queue INFO 7 [175] -2014-12-15 14:02:52 queue INFO 3 [176] -2014-12-15 14:02:53 queue INFO 7 [177] -2014-12-15 14:02:53 queue INFO 3 [178] -2014-12-15 14:02:53 queue INFO 7 [179] -2014-12-15 14:02:54 queue INFO 3 [180] -2014-12-15 14:02:54 queue INFO 7 [181] -2014-12-15 14:02:54 queue INFO 3 [182] -2014-12-15 14:02:55 queue INFO 7 [183] -2014-12-15 14:02:55 queue INFO 3 [184] -2014-12-15 14:02:55 queue INFO 7 [185] -2014-12-15 14:02:56 queue INFO 3 [186] -2014-12-15 14:02:56 queue INFO 7 [187] -2014-12-15 14:02:56 queue INFO 3 [188] -2014-12-15 14:02:57 queue INFO 7 [189] -2014-12-15 14:02:57 queue INFO 3 [190] -2014-12-15 14:02:57 queue INFO 7 [191] -2014-12-15 14:02:58 queue INFO 3 [192] -2014-12-15 14:02:58 queue INFO 7 [193] -2014-12-15 14:02:58 queue INFO 3 [194] -2014-12-15 14:02:59 queue INFO 7 [195] -2014-12-15 14:02:59 queue INFO 3 [196] -2014-12-15 14:02:59 queue INFO 7 [197] -2014-12-15 14:03:00 queue INFO 3 [198] -2014-12-15 14:03:00 queue INFO 7 [199] -2014-12-15 14:03:00 queue INFO 3 [200] -2014-12-15 14:03:01 queue INFO 7 [201] -2014-12-15 14:03:01 queue INFO 3 [202] -2014-12-15 14:03:01 queue INFO 7 [203] -2014-12-15 14:03:02 queue INFO 3 [204] -2014-12-15 14:03:02 queue INFO 7 [205] -2014-12-15 14:03:02 queue INFO 3 [206] -2014-12-15 14:03:03 queue INFO 7 [207] -2014-12-15 14:03:03 queue INFO 3 [208] -2014-12-15 14:03:03 queue INFO 7 [209] -2014-12-15 14:03:04 queue INFO 3 [210] -2014-12-15 14:03:04 queue INFO 7 [211] -2014-12-15 14:03:04 queue INFO 3 [212] -2014-12-15 14:03:05 queue INFO 7 [213] -2014-12-15 14:03:05 queue INFO 3 [214] -2014-12-15 14:03:05 queue INFO 7 [215] -2014-12-15 14:03:06 queue INFO 3 [216] -2014-12-15 14:03:06 queue INFO 7 [217] -2014-12-15 14:03:06 queue INFO 3 [218] -2014-12-15 14:03:07 queue INFO 7 [219] -2014-12-15 14:03:07 queue INFO 3 [220] -2014-12-15 14:03:07 queue INFO 7 [221] -2014-12-15 14:03:08 queue INFO 3 [222] -2014-12-15 14:03:08 queue INFO 7 [223] -2014-12-15 14:03:08 queue INFO 3 [224] -2014-12-15 14:03:09 queue INFO 7 [225] -2014-12-15 14:03:09 queue INFO 3 [226] -2014-12-15 14:03:09 queue INFO 7 [227] -2014-12-15 14:03:10 queue INFO 3 [228] -2014-12-15 14:03:10 queue INFO 7 [229] -2014-12-15 14:03:10 queue INFO 3 [230] -2014-12-15 14:03:11 queue INFO 7 [231] -2014-12-15 14:03:11 queue INFO 3 [232] -2014-12-15 14:03:11 queue INFO 7 [233] -2014-12-15 14:03:12 queue INFO 3 [234] -2014-12-15 14:03:12 queue INFO 7 [235] -2014-12-15 14:03:12 queue INFO 3 [236] -2014-12-15 14:03:13 queue INFO 7 [237] -2014-12-15 14:03:13 queue INFO 3 [238] -2014-12-15 14:03:13 queue INFO 7 [239] -2014-12-15 14:03:14 queue INFO 3 [240] -2014-12-15 14:03:14 queue INFO 7 [241] -2014-12-15 14:03:14 queue INFO 3 [242] -2014-12-15 14:03:15 queue INFO 7 [243] -2014-12-15 14:03:15 queue INFO 3 [244] -2014-12-15 14:03:15 queue INFO 7 [245] -2014-12-15 14:03:15 queue INFO 3 [246] -2014-12-15 14:03:16 queue INFO 7 [247] -2014-12-15 14:03:16 queue INFO 3 [248] -2014-12-15 14:03:16 queue INFO 7 [249] -2014-12-15 14:03:17 queue INFO 3 [250] -2014-12-15 14:03:17 queue INFO 7 [251] -2014-12-15 14:03:17 queue INFO 3 [252] -2014-12-15 14:03:18 queue INFO 7 [253] -2014-12-15 14:03:18 queue INFO 3 [254] -2014-12-15 14:03:18 queue INFO 7 [255] -2014-12-15 14:03:19 queue INFO 3 [256] -2014-12-15 14:03:19 queue INFO 7 [257] -2014-12-15 14:03:20 queue INFO 3 [258] -2014-12-15 14:03:20 queue INFO 7 [259] -2014-12-15 14:03:20 queue INFO 3 [260] -2014-12-15 14:03:21 queue INFO 7 [261] -2014-12-15 14:03:21 queue INFO 3 [262] -2014-12-15 14:03:21 queue INFO 7 [263] -2014-12-15 14:03:22 queue INFO 3 [264] -2014-12-15 14:03:22 queue INFO 7 [265] -2014-12-15 14:03:22 queue INFO 3 [266] -2014-12-15 14:03:23 queue INFO 7 [267] -2014-12-15 14:03:23 queue INFO 3 [268] -2014-12-15 14:03:23 queue INFO 7 [269] -2014-12-15 14:03:24 queue INFO 3 [270] -2014-12-15 14:03:24 queue INFO 7 [271] -2014-12-15 14:03:24 queue INFO 3 [272] -2014-12-15 14:03:24 queue INFO 7 [273] -2014-12-15 14:03:25 queue INFO 3 [274] -2014-12-15 14:03:25 queue INFO 7 [275] -2014-12-15 14:03:25 queue INFO 3 [276] -2014-12-15 14:03:26 queue INFO 7 [277] -2014-12-15 14:03:26 queue INFO 3 [278] -2014-12-15 14:03:26 queue INFO 7 [279] -2014-12-15 14:03:27 queue INFO 3 [280] -2014-12-15 14:03:27 queue INFO 7 [281] -2014-12-15 14:03:27 queue INFO 3 [282] -2014-12-15 14:03:28 queue INFO 7 [283] -2014-12-15 14:03:28 queue INFO 3 [284] -2014-12-15 14:03:28 queue INFO 7 [285] -2014-12-15 14:03:29 queue INFO 3 [286] -2014-12-15 14:03:29 queue INFO 7 [287] -2014-12-15 14:03:29 queue INFO 3 [288] -2014-12-15 14:03:30 queue INFO 7 [289] -2014-12-15 14:03:30 queue INFO 3 [290] -2014-12-15 14:03:30 queue INFO 7 [291] -2014-12-15 14:03:31 queue INFO 3 [292] -2014-12-15 14:03:31 queue INFO 7 [293] -2014-12-15 14:03:31 queue INFO 3 [294] -2014-12-15 14:03:32 queue INFO 7 [295] -2014-12-15 14:03:32 queue INFO 3 [296] -2014-12-15 14:03:32 queue INFO 7 [297] -2014-12-15 14:03:33 queue INFO 3 [298] -2014-12-15 14:03:33 queue INFO 7 [299] -2014-12-15 14:03:33 queue INFO 3 [300] -2014-12-15 14:03:34 queue INFO 7 [301] -2014-12-15 14:03:34 queue INFO 3 [302] -2014-12-15 14:03:34 queue INFO 7 [303] -2014-12-15 14:03:35 queue INFO 3 [304] -2014-12-15 14:03:35 queue INFO 7 [305] -2014-12-15 14:03:35 queue INFO 3 [306] -2014-12-15 14:03:36 queue INFO 7 [307] -2014-12-15 14:03:36 queue INFO 3 [308] -2014-12-15 14:03:36 queue INFO 7 [309] -2014-12-15 14:03:37 queue INFO 3 [310] -2014-12-15 14:03:37 queue INFO 7 [311] -2014-12-15 14:03:37 queue INFO 3 [312] -2014-12-15 14:03:38 queue INFO 7 [313] -2014-12-15 14:03:38 queue INFO 3 [314] -2014-12-15 14:03:38 queue INFO 7 [315] -2014-12-15 14:03:39 queue INFO 3 [316] -2014-12-15 14:03:39 queue INFO 7 [317] -2014-12-15 14:03:39 queue INFO 3 [318] -2014-12-15 14:03:40 queue INFO 7 [319] -2014-12-15 14:03:40 queue INFO 3 [320] -2014-12-15 14:03:41 queue INFO 7 [321] -2014-12-15 14:03:41 queue INFO 3 [322] -2014-12-15 14:03:41 queue INFO 7 [323] -2014-12-15 14:03:42 queue INFO 3 [324] -2014-12-15 14:03:42 queue INFO 7 [325] -2014-12-15 14:03:42 queue INFO 3 [326] -2014-12-15 14:03:43 queue INFO 7 [327] -2014-12-15 14:03:43 queue INFO 3 [328] -2014-12-15 14:03:43 queue INFO 7 [329] -2014-12-15 14:03:44 queue INFO 3 [330] -2014-12-15 14:03:44 queue INFO 7 [331] -2014-12-15 14:03:44 queue INFO 3 [332] -2014-12-15 14:03:45 queue INFO 7 [333] -2014-12-15 14:03:45 queue INFO 3 [334] -2014-12-15 14:03:45 queue INFO 7 [335] -2014-12-15 14:03:46 queue INFO 3 [336] -2014-12-15 14:03:46 queue INFO 7 [337] -2014-12-15 14:03:46 queue INFO 3 [338] -2014-12-15 14:03:47 queue INFO 7 [339] -2014-12-15 14:03:47 queue INFO 3 [340] -2014-12-15 14:03:48 queue INFO 7 [341] -2014-12-15 14:03:48 queue INFO 3 [342] -2014-12-15 14:03:48 queue INFO 7 [343] -2014-12-15 14:03:49 queue INFO 3 [344] -2014-12-15 14:03:49 queue INFO 7 [345] -2014-12-15 14:03:49 queue INFO 3 [346] -2014-12-15 14:03:50 queue INFO 7 [347] -2014-12-15 14:03:50 queue INFO 3 [348] -2014-12-15 14:03:50 queue INFO 7 [349] -2014-12-15 14:03:51 queue INFO 3 [350] -2014-12-15 14:03:51 queue INFO 7 [351] -2014-12-15 14:03:51 queue INFO 3 [352] -2014-12-15 14:03:52 queue INFO 7 [353] -2014-12-15 14:03:52 queue INFO 3 [354] -2014-12-15 14:03:52 queue INFO 7 [355] -2014-12-15 14:03:53 queue INFO 3 [356] -2014-12-15 14:03:53 queue INFO 7 [357] -2014-12-15 14:03:53 queue INFO 3 [358] -2014-12-15 14:03:54 queue INFO 7 [359] -2014-12-15 14:03:54 queue INFO 3 [360] -2014-12-15 14:03:55 queue INFO 7 [361] -2014-12-15 14:03:55 queue INFO 3 [362] -2014-12-15 14:03:55 queue INFO 7 [363] -2014-12-15 14:03:56 queue INFO 3 [364] -2014-12-15 14:03:56 queue INFO 7 [365] -2014-12-15 14:03:56 queue INFO 3 [366] -2014-12-15 14:03:57 queue INFO 7 [367] -2014-12-15 14:03:57 queue INFO 3 [368] -2014-12-15 14:03:57 queue INFO 7 [369] -2014-12-15 14:03:58 queue INFO 3 [370] -2014-12-15 14:03:58 queue INFO 7 [371] -2014-12-15 14:03:58 queue INFO 3 [372] -2014-12-15 14:03:59 queue INFO 7 [373] -2014-12-15 14:03:59 queue INFO 3 [374] -2014-12-15 14:03:59 queue INFO 7 [375] -2014-12-15 14:04:00 queue INFO 3 [376] -2014-12-15 14:04:00 queue INFO 7 [377] -2014-12-15 14:04:00 queue INFO 3 [378] -2014-12-15 14:04:01 queue INFO 7 [379] -2014-12-15 14:04:01 queue INFO 3 [380] -2014-12-15 14:04:01 queue INFO 7 [381] -2014-12-15 14:04:02 queue INFO 3 [382] -2014-12-15 14:04:02 queue INFO 7 [383] -2014-12-15 14:04:02 queue INFO 3 [384] -2014-12-15 14:04:03 queue INFO 7 [385] -2014-12-15 14:04:03 queue INFO 3 [386] -2014-12-15 14:04:03 queue INFO 7 [387] -2014-12-15 14:04:04 queue INFO 3 [388] -2014-12-15 14:04:04 queue INFO 7 [389] -2014-12-15 14:04:04 queue INFO 3 [390] -2014-12-15 14:04:05 queue INFO 7 [391] -2014-12-15 14:04:05 queue INFO 3 [392] -2014-12-15 14:04:05 queue INFO 7 [393] -2014-12-15 14:04:06 queue INFO 3 [394] -2014-12-15 14:04:06 queue INFO 7 [395] -2014-12-15 14:04:06 queue INFO 3 [396] -2014-12-15 14:04:07 queue INFO 7 [397] -2014-12-15 14:04:07 queue INFO 3 [398] -2014-12-15 14:04:07 queue INFO 7 [399] -2014-12-15 14:04:08 queue INFO 3 [400] -2014-12-15 14:04:08 queue INFO 7 [401] -2014-12-15 14:04:08 queue INFO 3 [402] -2014-12-15 14:04:09 queue INFO 7 [403] -2014-12-15 14:04:09 queue INFO 3 [404] -2014-12-15 14:04:09 queue INFO 7 [405] -2014-12-15 14:04:10 queue INFO 3 [406] -2014-12-15 14:04:10 queue INFO 7 [407] -2014-12-15 14:04:10 queue INFO 3 [408] -2014-12-15 14:04:11 queue INFO 7 [409] -2014-12-15 14:04:11 queue INFO 3 [410] -2014-12-15 14:04:11 queue INFO 7 [411] -2014-12-15 14:04:11 queue INFO 3 [412] -2014-12-15 14:04:12 queue INFO 7 [413] -2014-12-15 14:04:12 queue INFO 3 [414] -2014-12-15 14:04:12 queue INFO 7 [415] -2014-12-15 14:04:13 queue INFO 3 [416] -2014-12-15 14:04:13 queue INFO 7 [417] -2014-12-15 14:04:13 queue INFO 3 [418] -2014-12-15 14:04:14 queue INFO 7 [419] -2014-12-15 14:04:14 queue INFO 3 [420] -2014-12-15 14:04:15 queue INFO 7 [421] -2014-12-15 14:04:15 queue INFO 3 [422] -2014-12-15 14:04:15 queue INFO 7 [423] -2014-12-15 14:04:16 queue INFO 3 [424] -2014-12-15 14:04:16 queue INFO 7 [425] -2014-12-15 14:04:16 queue INFO 3 [426] -2014-12-15 14:04:17 queue INFO 7 [427] -2014-12-15 14:04:17 queue INFO 3 [428] -2014-12-15 14:04:17 queue INFO 7 [429] -2014-12-15 14:04:18 queue INFO 3 [430] -2014-12-15 14:04:18 queue INFO 7 [431] -2014-12-15 14:04:18 queue INFO 3 [432] -2014-12-15 14:04:19 queue INFO 7 [433] -2014-12-15 14:04:19 queue INFO 3 [434] -2014-12-15 14:04:19 queue INFO 7 [435] -2014-12-15 14:04:20 queue INFO 3 [436] -2014-12-15 14:04:20 queue INFO 7 [437] -2014-12-15 14:04:20 queue INFO 3 [438] -2014-12-15 14:04:21 queue INFO 7 [439] -2014-12-15 14:04:21 queue INFO 3 [440] -2014-12-15 14:04:21 queue INFO 7 [441] -2014-12-15 14:04:22 queue INFO 3 [442] -2014-12-15 14:04:22 queue INFO 7 [443] -2014-12-15 14:04:22 queue INFO 3 [444] -2014-12-15 14:04:23 queue INFO 7 [445] -2014-12-15 14:04:23 queue INFO 3 [446] -2014-12-15 14:04:23 queue INFO 7 [447] -2014-12-15 14:04:24 queue INFO 3 [448] -2014-12-15 14:04:24 queue INFO 7 [449] -2014-12-15 14:04:24 queue INFO 3 [450] -2014-12-15 14:04:25 queue INFO 7 [451] -2014-12-15 14:04:25 queue INFO 3 [452] -2014-12-15 14:04:25 queue INFO 7 [453] -2014-12-15 14:04:25 queue INFO 3 [454] -2014-12-15 14:04:26 queue INFO 7 [455] -2014-12-15 14:04:26 queue INFO 3 [456] -2014-12-15 14:04:26 queue INFO 7 [457] -2014-12-15 14:04:27 queue INFO 3 [458] -2014-12-15 14:04:27 queue INFO 7 [459] -2014-12-15 14:04:27 queue INFO 3 [460] -2014-12-15 14:04:28 queue INFO 7 [461] -2014-12-15 14:04:29 queue INFO 3 [462] -2014-12-15 14:04:29 queue INFO 7 [463] -2014-12-15 14:04:29 queue INFO 3 [464] -2014-12-15 14:04:30 queue INFO 7 [465] -2014-12-15 14:04:30 queue INFO 3 [466] -2014-12-15 14:04:30 queue INFO 7 [467] -2014-12-15 14:04:31 queue INFO 3 [468] -2014-12-15 14:04:31 queue INFO 7 [469] -2014-12-15 14:04:31 queue INFO 3 [470] -2014-12-15 14:04:32 queue INFO 7 [471] -2014-12-15 14:04:32 queue INFO 3 [472] -2014-12-15 14:04:32 queue INFO 7 [473] -2014-12-15 14:04:33 queue INFO 3 [474] -2014-12-15 14:04:33 queue INFO 7 [475] -2014-12-15 14:04:33 queue INFO 3 [476] -2014-12-15 14:04:34 queue INFO 7 [477] -2014-12-15 14:04:34 queue INFO 3 [478] -2014-12-15 14:04:34 queue INFO 7 [479] -2014-12-15 14:04:34 queue INFO 3 [480] -2014-12-15 14:04:35 queue INFO 7 [481] -2014-12-15 14:04:35 queue INFO 3 [482] -2014-12-15 14:04:35 queue INFO 7 [483] -2014-12-15 14:04:36 queue INFO 3 [484] -2014-12-15 14:04:36 queue INFO 7 [485] -2014-12-15 14:04:36 queue INFO 3 [486] -2014-12-15 14:04:37 queue INFO 7 [487] -2014-12-15 14:04:37 queue INFO 3 [488] -2014-12-15 14:04:37 queue INFO 7 [489] -2014-12-15 14:04:38 queue INFO 3 [490] -2014-12-15 14:04:38 queue INFO 7 [491] -2014-12-15 14:04:38 queue INFO 3 [492] -2014-12-15 14:04:39 queue INFO 7 [493] -2014-12-15 14:04:39 queue INFO 3 [494] -2014-12-15 14:04:39 queue INFO 7 [495] -2014-12-15 14:04:40 queue INFO 3 [496] -2014-12-15 14:04:40 queue INFO 7 [497] -2014-12-15 14:04:40 queue INFO 3 [498] -2014-12-15 14:04:41 queue INFO 7 [499] -2014-12-15 14:04:41 queue INFO 3 [500] -2014-12-15 14:04:41 queue INFO 7 [501] -2014-12-15 14:04:42 queue INFO 3 [502] -2014-12-15 14:04:42 queue INFO 7 [503] -2014-12-15 14:04:42 queue INFO 3 [504] -2014-12-15 14:04:43 queue INFO 7 [505] -2014-12-15 14:04:43 queue INFO 3 [506] -2014-12-15 14:04:43 queue INFO 7 [507] -2014-12-15 14:04:44 queue INFO 3 [508] -2014-12-15 14:04:44 queue INFO 7 [509] -2014-12-15 14:04:44 queue INFO 3 [510] -2014-12-15 14:04:45 queue INFO 7 [511] -2014-12-15 14:04:45 queue INFO 3 [512] -2014-12-15 14:04:45 queue INFO 7 [513] -2014-12-15 14:04:46 queue INFO 3 [514] -2014-12-15 14:04:46 queue INFO 7 [515] -2014-12-15 14:04:46 queue INFO 3 [516] -2014-12-15 14:04:47 queue INFO 7 [517] -2014-12-15 14:04:47 queue INFO 3 [518] -2014-12-15 14:04:47 queue INFO 7 [519] -2014-12-15 14:04:48 queue INFO 3 [520] -2014-12-15 14:04:48 queue INFO 7 [521] -2014-12-15 14:04:48 queue INFO 3 [522] -2014-12-15 14:04:49 queue INFO 7 [523] -2014-12-15 14:04:49 queue INFO 3 [524] -2014-12-15 14:04:49 queue INFO 7 [525] -2014-12-15 14:04:50 queue INFO 3 [526] -2014-12-15 14:04:50 queue INFO 7 [527] -2014-12-15 14:04:50 queue INFO 3 [528] -2014-12-15 14:04:51 queue INFO 7 [529] -2014-12-15 14:04:51 queue INFO 3 [530] -2014-12-15 14:04:51 queue INFO 7 [531] -2014-12-15 14:04:52 queue INFO 3 [532] -2014-12-15 14:04:52 queue INFO 7 [533] -2014-12-15 14:04:52 queue INFO 3 [534] -2014-12-15 14:04:53 queue INFO 7 [535] -2014-12-15 14:04:53 queue INFO 3 [536] -2014-12-15 14:04:53 queue INFO 7 [537] -2014-12-15 14:04:54 queue INFO 3 [538] -2014-12-15 14:04:54 queue INFO 7 [539] -2014-12-15 14:04:54 queue INFO 3 [540] -2014-12-15 14:04:55 queue INFO 7 [541] -2014-12-15 14:04:55 queue INFO 3 [542] -2014-12-15 14:04:55 queue INFO 7 [543] -2014-12-15 14:04:56 queue INFO 3 [544] -2014-12-15 14:04:56 queue INFO 7 [545] -2014-12-15 14:04:56 queue INFO 3 [546] -2014-12-15 14:04:57 queue INFO 7 [547] -2014-12-15 14:04:57 queue INFO 3 [548] -2014-12-15 14:04:57 queue INFO 7 [549] -2014-12-15 14:04:58 queue INFO 3 [550] -2014-12-15 14:04:58 queue INFO 7 [551] -2014-12-15 14:04:58 queue INFO 3 [552] -2014-12-15 14:04:58 queue INFO 7 [553] -2014-12-15 14:04:59 queue INFO 3 [554] -2014-12-15 14:04:59 queue INFO 7 [555] -2014-12-15 14:04:59 queue INFO 3 [556] -2014-12-15 14:05:00 queue INFO 7 [557] -2014-12-15 14:05:00 queue INFO 3 [558] -2014-12-15 14:05:00 queue INFO 7 [559] -2014-12-15 14:05:01 queue INFO 3 [560] -2014-12-15 14:05:01 queue INFO 7 [561] -2014-12-15 14:05:01 queue INFO 3 [562] -2014-12-15 14:05:02 queue INFO 7 [563] -2014-12-15 14:05:02 queue INFO 3 [564] -2014-12-15 14:05:02 queue INFO 7 [565] -2014-12-15 14:05:03 queue INFO 3 [566] -2014-12-15 14:05:03 queue INFO 7 [567] -2014-12-15 14:05:03 queue INFO 3 [568] -2014-12-15 14:05:04 queue INFO 7 [569] -2014-12-15 14:05:04 queue INFO 3 [570] -2014-12-15 14:05:04 queue INFO 7 [571] -2014-12-15 14:05:05 queue INFO 3 [572] -2014-12-15 14:05:05 queue INFO 7 [573] -2014-12-15 14:05:05 queue INFO 3 [574] -2014-12-15 14:05:06 queue INFO 7 [575] -2014-12-15 14:05:06 queue INFO 3 [576] -2014-12-15 14:05:06 queue INFO 7 [577] -2014-12-15 14:05:07 queue INFO 3 [578] -2014-12-15 14:05:07 queue INFO 7 [579] -2014-12-15 14:05:07 queue INFO 3 [580] -2014-12-15 14:05:08 queue INFO 7 [581] -2014-12-15 14:05:08 queue INFO 3 [582] -2014-12-15 14:05:08 queue INFO 7 [583] -2014-12-15 14:05:09 queue INFO 3 [584] -2014-12-15 14:05:09 queue INFO 7 [585] -2014-12-15 14:05:09 queue INFO 3 [586] -2014-12-15 14:05:10 queue INFO 7 [587] -2014-12-15 14:05:10 queue INFO 3 [588] -2014-12-15 14:05:10 queue INFO 7 [589] -2014-12-15 14:05:11 queue INFO 3 [590] -2014-12-15 14:05:11 queue INFO 7 [591] -2014-12-15 14:05:11 queue INFO 3 [592] -2014-12-15 14:05:12 queue INFO 7 [593] -2014-12-15 14:05:12 queue INFO 3 [594] -2014-12-15 14:05:12 queue INFO 7 [595] -2014-12-15 14:05:13 queue INFO 3 [596] -2014-12-15 14:05:13 queue INFO 7 [597] -2014-12-15 14:05:13 queue INFO 3 [598] -2014-12-15 14:05:14 queue INFO 7 [599] -2014-12-15 14:05:14 queue INFO 3 [600] -2014-12-15 14:05:14 queue INFO 7 [601] -2014-12-15 14:05:15 queue INFO 3 [602] -2014-12-15 14:05:15 queue INFO 7 [603] -2014-12-15 14:05:15 queue INFO 3 [604] -2014-12-15 14:05:16 queue INFO 7 [605] -2014-12-15 14:05:16 queue INFO 3 [606] -2014-12-15 14:05:16 queue INFO 7 [607] -2014-12-15 14:05:17 queue INFO 3 [608] -2014-12-15 14:05:17 queue INFO 7 [609] -2014-12-15 14:05:17 queue INFO 3 [610] -2014-12-15 14:05:18 queue INFO 7 [611] -2014-12-15 14:05:18 queue INFO 3 [612] -2014-12-15 14:05:18 queue INFO 7 [613] -2014-12-15 14:05:19 queue INFO 3 [614] -2014-12-15 14:05:19 queue INFO 7 [615] -2014-12-15 14:05:19 queue INFO 3 [616] -2014-12-15 14:05:20 queue INFO 7 [617] -2014-12-15 14:05:20 queue INFO 3 [618] -2014-12-15 14:05:20 queue INFO 7 [619] -2014-12-15 14:05:21 queue INFO 3 [620] -2014-12-15 14:05:21 queue INFO 7 [621] -2014-12-15 14:05:21 queue INFO 3 [622] -2014-12-15 14:05:22 queue INFO 7 [623] -2014-12-15 14:05:22 queue INFO 3 [624] -2014-12-15 14:05:22 queue INFO 7 [625] -2014-12-15 14:05:22 queue INFO 3 [626] -2014-12-15 14:05:23 queue INFO 7 [627] -2014-12-15 14:05:23 queue INFO 3 [628] -2014-12-15 14:05:23 queue INFO 7 [629] -2014-12-15 14:05:24 queue INFO 3 [630] -2014-12-15 14:05:24 queue INFO 7 [631] -2014-12-15 14:05:24 queue INFO 3 [632] -2014-12-15 14:05:25 queue INFO 7 [633] -2014-12-15 14:05:25 queue INFO 3 [634] -2014-12-15 14:05:25 queue INFO 7 [635] -2014-12-15 14:05:26 queue INFO 3 [636] -2014-12-15 14:05:26 queue INFO 7 [637] -2014-12-15 14:05:26 queue INFO 3 [638] -2014-12-15 14:05:27 queue INFO 7 [639] -2014-12-15 14:05:27 queue INFO 3 [640] -2014-12-15 14:05:27 queue INFO 7 [641] -2014-12-15 14:05:28 queue INFO 3 [642] -2014-12-15 14:05:28 queue INFO 7 [643] -2014-12-15 14:05:28 queue INFO 3 [644] -2014-12-15 14:05:29 queue INFO 7 [645] -2014-12-15 14:05:29 queue INFO 3 [646] -2014-12-15 14:05:29 queue INFO 7 [647] -2014-12-15 14:05:30 queue INFO 3 [648] -2014-12-15 14:05:30 queue INFO 7 [649] -2014-12-15 14:05:30 queue INFO 3 [650] -2014-12-15 14:05:31 queue INFO 7 [651] -2014-12-15 14:05:31 queue INFO 3 [652] -2014-12-15 14:05:31 queue INFO 7 [653] -2014-12-15 14:05:32 queue INFO 3 [654] -2014-12-15 14:05:32 queue INFO 7 [655] -2014-12-15 14:05:32 queue INFO 3 [656] -2014-12-15 14:05:33 queue INFO 7 [657] -2014-12-15 14:05:33 queue INFO 3 [658] -2014-12-15 14:05:33 queue INFO 7 [659] -2014-12-15 14:05:34 queue INFO 3 [660] -2014-12-15 14:05:34 queue INFO 7 [661] -2014-12-15 14:05:34 queue INFO 3 [662] -2014-12-15 14:05:35 queue INFO 7 [663] -2014-12-15 14:05:35 queue INFO 3 [664] -2014-12-15 14:05:35 queue INFO 7 [665] -2014-12-15 14:05:36 queue INFO 3 [666] -2014-12-15 14:05:36 queue INFO 7 [667] -2014-12-15 14:05:36 queue INFO 3 [668] -2014-12-15 14:05:37 queue INFO 7 [669] -2014-12-15 14:05:37 queue INFO 3 [670] -2014-12-15 14:05:37 queue INFO 7 [671] -2014-12-15 14:05:38 queue INFO 3 [672] -2014-12-15 14:05:38 queue INFO 7 [673] -2014-12-15 14:05:38 queue INFO 3 [674] -2014-12-15 14:05:39 queue INFO 7 [675] -2014-12-15 14:05:39 queue INFO 3 [676] -2014-12-15 14:05:39 queue INFO 7 [677] -2014-12-15 14:05:40 queue INFO 3 [678] -2014-12-15 14:05:40 queue INFO 7 [679] -2014-12-15 14:05:40 queue INFO 3 [680] -2014-12-15 14:05:41 queue INFO 7 [681] -2014-12-15 14:05:41 queue INFO 3 [682] -2014-12-15 14:05:41 queue INFO 7 [683] -2014-12-15 14:05:42 queue INFO 3 [684] -2014-12-15 14:05:42 queue INFO 7 [685] -2014-12-15 14:05:42 queue INFO 3 [686] -2014-12-15 14:05:43 queue INFO 7 [687] -2014-12-15 14:05:43 queue INFO 3 [688] -2014-12-15 14:05:43 queue INFO 7 [689] -2014-12-15 14:05:44 queue INFO 3 [690] -2014-12-15 14:05:45 queue INFO 7 [691] -2014-12-15 14:05:45 queue INFO 3 [692] -2014-12-15 14:05:45 queue INFO 7 [693] -2014-12-15 14:05:45 queue INFO 3 [694] -2014-12-15 14:05:46 queue INFO 7 [695] -2014-12-15 14:05:46 queue INFO 3 [696] -2014-12-15 14:05:46 queue INFO 7 [697] -2014-12-15 14:05:47 queue INFO 3 [698] -2014-12-15 14:05:47 queue INFO 7 [699] -2014-12-15 14:05:47 queue INFO 3 [700] -2014-12-15 14:05:48 queue INFO 7 [701] -2014-12-15 14:05:48 queue INFO 3 [702] -2014-12-15 14:05:48 queue INFO 7 [703] -2014-12-15 14:05:49 queue INFO 3 [704] -2014-12-15 14:05:49 queue INFO 7 [705] -2014-12-15 14:05:49 queue INFO 3 [706] -2014-12-15 14:05:50 queue INFO 7 [707] -2014-12-15 14:05:50 queue INFO 3 [708] -2014-12-15 14:05:50 queue INFO 7 [709] -2014-12-15 14:05:51 queue INFO 3 [710] -2014-12-15 14:05:51 queue INFO 7 [711] -2014-12-15 14:05:51 queue INFO 3 [712] -2014-12-15 14:05:52 queue INFO 7 [713] -2014-12-15 14:05:52 queue INFO 3 [714] -2014-12-15 14:05:52 queue INFO 7 [715] -2014-12-15 14:05:53 queue INFO 3 [716] -2014-12-15 14:05:53 queue INFO 7 [717] -2014-12-15 14:05:53 queue INFO 3 [718] -2014-12-15 14:05:54 queue INFO 7 [719] -2014-12-15 14:05:54 queue INFO 3 [720] -2014-12-15 14:05:54 queue INFO 7 [721] -2014-12-15 14:05:55 queue INFO 3 [722] -2014-12-15 14:05:55 queue INFO 7 [723] -2014-12-15 14:05:55 queue INFO 3 [724] -2014-12-15 14:05:56 queue INFO 7 [725] -2014-12-15 14:05:56 queue INFO 3 [726] -2014-12-15 14:05:56 queue INFO 7 [727] -2014-12-15 14:05:57 queue INFO 3 [728] -2014-12-15 14:05:57 queue INFO 7 [729] -2014-12-15 14:05:57 queue INFO 3 [730] -2014-12-15 14:05:58 queue INFO 7 [731] -2014-12-15 14:05:58 queue INFO 3 [732] -2014-12-15 14:05:58 queue INFO 7 [733] -2014-12-15 14:05:59 queue INFO 3 [734] -2014-12-15 14:05:59 queue INFO 7 [735] -2014-12-15 14:05:59 queue INFO 3 [736] -2014-12-15 14:06:00 queue INFO 7 [737] -2014-12-15 14:06:00 queue INFO 3 [738] -2014-12-15 14:06:00 queue INFO 7 [739] -2014-12-15 14:06:01 queue INFO 3 [740] -2014-12-15 14:06:01 queue INFO 7 [741] -2014-12-15 14:06:01 queue INFO 3 [742] -2014-12-15 14:06:01 queue INFO 7 [743] -2014-12-15 14:06:02 queue INFO 3 [744] -2014-12-15 14:06:02 queue INFO 7 [745] -2014-12-15 14:06:02 queue INFO 3 [746] -2014-12-15 14:06:03 queue INFO 7 [747] -2014-12-15 14:06:03 queue INFO 3 [748] -2014-12-15 14:06:03 queue INFO 7 [749] -2014-12-15 14:06:04 queue INFO 3 [750] -2014-12-15 14:06:04 queue INFO 7 [751] -2014-12-15 14:06:05 queue INFO 3 [752] -2014-12-15 14:06:06 queue INFO 7 [753] -2014-12-15 14:06:06 queue INFO 3 [754] -2014-12-15 14:06:06 queue INFO 7 [755] -2014-12-15 14:06:06 queue INFO 3 [756] -2014-12-15 14:06:07 queue INFO 7 [757] -2014-12-15 14:06:07 queue INFO 3 [758] -2014-12-15 14:06:07 queue INFO 7 [759] -2014-12-15 14:06:08 queue INFO 3 [760] -2014-12-15 14:06:08 queue INFO 7 [761] -2014-12-15 14:06:08 queue INFO 3 [762] -2014-12-15 14:06:09 queue INFO 7 [763] -2014-12-15 14:06:09 queue INFO 3 [764] -2014-12-15 14:06:09 queue INFO 7 [765] -2014-12-15 14:06:10 queue INFO 3 [766] -2014-12-15 14:06:10 queue INFO 7 [767] -2014-12-15 14:06:10 queue INFO 3 [768] -2014-12-15 14:06:11 queue INFO 7 [769] -2014-12-15 14:06:11 queue INFO 3 [770] -2014-12-15 14:06:11 queue INFO 7 [771] -2014-12-15 14:06:12 queue INFO 3 [772] -2014-12-15 14:06:12 queue INFO 7 [773] -2014-12-15 14:06:12 queue INFO 3 [774] -2014-12-15 14:06:13 queue INFO 7 [775] -2014-12-15 14:06:13 queue INFO 3 [776] -2014-12-15 14:06:13 queue INFO 7 [777] -2014-12-15 14:06:14 queue INFO 3 [778] -2014-12-15 14:06:14 queue INFO 7 [779] -2014-12-15 14:06:14 queue INFO 3 [780] -2014-12-15 14:06:15 queue INFO 7 [781] -2014-12-15 14:06:15 queue INFO 3 [782] -2014-12-15 14:06:15 queue INFO 7 [783] -2014-12-15 14:06:16 queue INFO 3 [784] -2014-12-15 14:06:16 queue INFO 7 [785] -2014-12-15 14:06:16 queue INFO 3 [786] -2014-12-15 14:06:17 queue INFO 7 [787] -2014-12-15 14:06:17 queue INFO 3 [788] -2014-12-15 14:06:17 queue INFO 7 [789] -2014-12-15 14:06:18 queue INFO 3 [790] -2014-12-15 14:06:18 queue INFO 7 [791] -2014-12-15 14:06:18 queue INFO 3 [792] -2014-12-15 14:06:18 queue INFO 7 [793] -2014-12-15 14:06:19 queue INFO 3 [794] -2014-12-15 14:06:19 queue INFO 7 [795] -2014-12-15 14:06:19 queue INFO 3 [796] -2014-12-15 14:06:20 queue INFO 7 [797] -2014-12-15 14:06:20 queue INFO 3 [798] -2014-12-15 14:06:20 queue INFO 7 [799] -2014-12-15 14:06:21 queue INFO 3 [800] -2014-12-15 14:06:21 queue INFO 7 [801] -2014-12-15 14:06:21 queue INFO 3 [802] -2014-12-15 14:06:22 queue INFO 7 [803] -2014-12-15 14:06:22 queue INFO 3 [804] -2014-12-15 14:06:22 queue INFO 7 [805] -2014-12-15 14:06:23 queue INFO 3 [806] -2014-12-15 14:06:23 queue INFO 7 [807] -2014-12-15 14:06:23 queue INFO 3 [808] -2014-12-15 14:06:24 queue INFO 7 [809] -2014-12-15 14:06:24 queue INFO 3 [810] -2014-12-15 14:06:24 queue INFO 7 [811] -2014-12-15 14:06:25 queue INFO 3 [812] -2014-12-15 14:06:25 queue INFO 7 [813] -2014-12-15 14:06:25 queue INFO 3 [814] -2014-12-15 14:06:26 queue INFO 7 [815] -2014-12-15 14:06:26 queue INFO 3 [816] -2014-12-15 14:06:26 queue INFO 7 [817] -2014-12-15 14:06:27 queue INFO 3 [818] -2014-12-15 14:06:27 queue INFO 7 [819] -2014-12-15 14:06:27 queue INFO 3 [820] -2014-12-15 14:06:28 queue INFO 7 [821] -2014-12-15 14:06:28 queue INFO 3 [822] -2014-12-15 14:06:28 queue INFO 7 [823] -2014-12-15 14:06:29 queue INFO 3 [824] -2014-12-15 14:06:29 queue INFO 7 [825] -2014-12-15 14:06:29 queue INFO 3 [826] -2014-12-15 14:06:29 queue INFO 7 [827] -2014-12-15 14:06:30 queue INFO 3 [828] -2014-12-15 14:06:30 queue INFO 7 [829] -2014-12-15 14:06:30 queue INFO 3 [830] -2014-12-15 14:06:31 queue INFO 7 [831] -2014-12-15 14:06:31 queue INFO 3 [832] -2014-12-15 14:06:31 queue INFO 7 [833] -2014-12-15 14:06:32 queue INFO 3 [834] -2014-12-15 14:06:32 queue INFO 7 [835] -2014-12-15 14:06:33 queue INFO 3 [836] -2014-12-15 14:06:33 queue INFO 7 [837] -2014-12-15 14:06:33 queue INFO 3 [838] -2014-12-15 14:06:34 queue INFO 7 [839] -2014-12-15 14:06:34 queue INFO 3 [840] -2014-12-15 14:06:34 queue INFO 7 [841] -2014-12-15 14:06:35 queue INFO 3 [842] -2014-12-15 14:06:35 queue INFO 7 [843] -2014-12-15 14:06:35 queue INFO 3 [844] -2014-12-15 14:06:36 queue INFO 7 [845] -2014-12-15 14:06:36 queue INFO 3 [846] -2014-12-15 14:06:36 queue INFO 7 [847] -2014-12-15 14:06:37 queue INFO 3 [848] -2014-12-15 14:06:37 queue INFO 7 [849] -2014-12-15 14:06:37 queue INFO 3 [850] -2014-12-15 14:06:38 queue INFO 7 [851] -2014-12-15 14:06:38 queue INFO 3 [852] -2014-12-15 14:06:38 queue INFO 7 [853] -2014-12-15 14:06:38 queue INFO 3 [854] -2014-12-15 14:06:39 queue INFO 7 [855] -2014-12-15 14:06:39 queue INFO 3 [856] -2014-12-15 14:06:39 queue INFO 7 [857] -2014-12-15 14:06:40 queue INFO 3 [858] -2014-12-15 14:06:40 queue INFO 7 [859] -2014-12-15 14:06:40 queue INFO 3 [860] -2014-12-15 14:06:41 queue INFO 7 [861] -2014-12-15 14:06:41 queue INFO 3 [862] -2014-12-15 14:06:41 queue INFO 7 [863] -2014-12-15 14:06:42 queue INFO 3 [864] -2014-12-15 14:06:42 queue INFO 7 [865] -2014-12-15 14:06:42 queue INFO 3 [866] -2014-12-15 14:06:43 queue INFO 7 [867] -2014-12-15 14:06:43 queue INFO 3 [868] -2014-12-15 14:06:43 queue INFO 7 [869] -2014-12-15 14:06:44 queue INFO 3 [870] -2014-12-15 14:06:44 queue INFO 7 [871] -2014-12-15 14:06:44 queue INFO 3 [872] -2014-12-15 14:06:45 queue INFO 7 [873] -2014-12-15 14:06:45 queue INFO 3 [874] -2014-12-15 14:06:45 queue INFO 7 [875] -2014-12-15 14:06:46 queue INFO 3 [876] -2014-12-15 14:06:46 queue INFO 7 [877] -2014-12-15 14:06:46 queue INFO 3 [878] -2014-12-15 14:06:47 queue INFO 7 [879] -2014-12-15 14:06:47 queue INFO 3 [880] -2014-12-15 14:06:47 queue INFO 7 [881] -2014-12-15 14:06:48 queue INFO 3 [882] -2014-12-15 14:06:48 queue INFO 7 [883] -2014-12-15 14:06:48 queue INFO 3 [884] -2014-12-15 14:06:48 queue INFO 7 [885] -2014-12-15 14:06:49 queue INFO 3 [886] -2014-12-15 14:06:49 queue INFO 7 [887] -2014-12-15 14:06:49 queue INFO 3 [888] -2014-12-15 14:06:50 queue INFO 7 [889] -2014-12-15 14:06:50 queue INFO 3 [890] -2014-12-15 14:06:50 queue INFO 7 [891] -2014-12-15 14:06:51 queue INFO 3 [892] -2014-12-15 14:06:51 queue INFO 7 [893] -2014-12-15 14:06:51 queue INFO 3 [894] -2014-12-15 14:06:52 queue INFO 7 [895] -2014-12-15 14:06:52 queue INFO 3 [896] -2014-12-15 14:06:52 queue INFO 7 [897] -2014-12-15 14:06:53 queue INFO 3 [898] -2014-12-15 14:06:53 queue INFO 7 [899] -2014-12-15 14:06:53 queue INFO 3 [900] -2014-12-15 14:06:54 queue INFO 7 [901] -2014-12-15 14:06:54 queue INFO 3 [902] -2014-12-15 14:06:54 queue INFO 7 [903] -2014-12-15 14:06:55 queue INFO 3 [904] -2014-12-15 14:06:55 queue INFO 7 [905] -2014-12-15 14:06:55 queue INFO 3 [906] -2014-12-15 14:06:56 queue INFO 7 [907] -2014-12-15 14:06:56 queue INFO 3 [908] -2014-12-15 14:06:56 queue INFO 7 [909] -2014-12-15 14:06:57 queue INFO 3 [910] -2014-12-15 14:06:57 queue INFO 7 [911] -2014-12-15 14:06:57 queue INFO 3 [912] -2014-12-15 14:06:58 queue INFO 7 [913] -2014-12-15 14:06:58 queue INFO 3 [914] -2014-12-15 14:06:58 queue INFO 7 [915] -2014-12-15 14:06:59 queue INFO 3 [916] -2014-12-15 14:06:59 queue INFO 7 [917] -2014-12-15 14:06:59 queue INFO 3 [918] -2014-12-15 14:07:00 queue INFO 7 [919] -2014-12-15 14:07:00 queue INFO 3 [920] -2014-12-15 14:07:00 queue INFO 7 [921] -2014-12-15 14:07:01 queue INFO 3 [922] -2014-12-15 14:07:01 queue INFO 7 [923] -2014-12-15 14:07:01 queue INFO 3 [924] -2014-12-15 14:07:02 queue INFO 7 [925] -2014-12-15 14:07:02 queue INFO 3 [926] -2014-12-15 14:07:02 queue INFO 7 [927] -2014-12-15 14:07:03 queue INFO 3 [928] -2014-12-15 14:07:03 queue INFO 7 [929] -2014-12-15 14:07:03 queue INFO 3 [930] -2014-12-15 14:07:04 queue INFO 7 [931] -2014-12-15 14:07:04 queue INFO 3 [932] -2014-12-15 14:07:04 queue INFO 7 [933] -2014-12-15 14:07:05 queue INFO 3 [934] -2014-12-15 14:07:05 queue INFO 7 [935] -2014-12-15 14:07:05 queue INFO 3 [936] -2014-12-15 14:07:06 queue INFO 7 [937] -2014-12-15 14:07:06 queue INFO 3 [938] -2014-12-15 14:07:06 queue INFO 7 [939] -2014-12-15 14:07:07 queue INFO 3 [940] -2014-12-15 14:07:07 queue INFO 7 [941] -2014-12-15 14:07:07 queue INFO 3 [942] -2014-12-15 14:07:08 queue INFO 7 [943] -2014-12-15 14:07:08 queue INFO 3 [944] -2014-12-15 14:07:08 queue INFO 7 [945] -2014-12-15 14:07:09 queue INFO 3 [946] -2014-12-15 14:07:09 queue INFO 7 [947] -2014-12-15 14:07:09 queue INFO 3 [948] -2014-12-15 14:07:10 queue INFO 7 [949] -2014-12-15 14:07:10 queue INFO 3 [950] -2014-12-15 14:07:10 queue INFO 7 [951] -2014-12-15 14:07:11 queue INFO 3 [952] -2014-12-15 14:07:11 queue INFO 7 [953] -2014-12-15 14:07:11 queue INFO 3 [954] -2014-12-15 14:07:12 queue INFO 7 [955] -2014-12-15 14:07:12 queue INFO 3 [956] -2014-12-15 14:07:12 queue INFO 7 [957] -2014-12-15 14:07:12 queue INFO 3 [958] -2014-12-15 14:07:13 queue INFO 7 [959] -2014-12-15 14:07:13 queue INFO 3 [960] -2014-12-15 14:07:13 queue INFO 7 [961] -2014-12-15 14:07:14 queue INFO 3 [962] -2014-12-15 14:07:14 queue INFO 7 [963] -2014-12-15 14:07:14 queue INFO 3 [964] -2014-12-15 14:07:15 queue INFO 7 [965] -2014-12-15 14:07:15 queue INFO 3 [966] -2014-12-15 14:07:15 queue INFO 7 [967] -2014-12-15 14:07:16 queue INFO 3 [968] -2014-12-15 14:07:16 queue INFO 7 [969] -2014-12-15 14:07:16 queue INFO 3 [970] -2014-12-15 14:07:17 queue INFO 7 [971] -2014-12-15 14:07:17 queue INFO 3 [972] -2014-12-15 14:07:17 queue INFO 7 [973] -2014-12-15 14:07:18 queue INFO 3 [974] -2014-12-15 14:07:18 queue INFO 7 [975] -2014-12-15 14:07:18 queue INFO 3 [976] -2014-12-15 14:07:19 queue INFO 7 [977] -2014-12-15 14:07:19 queue INFO 3 [978] -2014-12-15 14:07:19 queue INFO 7 [979] -2014-12-15 14:07:20 queue INFO 3 [980] -2014-12-15 14:07:20 queue INFO 7 [981] -2014-12-15 14:07:20 queue INFO 3 [982] -2014-12-15 14:07:21 queue INFO 7 [983] -2014-12-15 14:07:21 queue INFO 3 [984] -2014-12-15 14:07:21 queue INFO 7 [985] -2014-12-15 14:07:22 queue INFO 3 [986] -2014-12-15 14:07:22 queue INFO 7 [987] -2014-12-15 14:07:22 queue INFO 3 [988] -2014-12-15 14:07:23 queue INFO 7 [989] -2014-12-15 14:07:23 queue INFO 3 [990] -2014-12-15 14:07:23 queue INFO 7 [991] -2014-12-15 14:07:24 queue INFO 3 [992] -2014-12-15 14:07:24 queue INFO 7 [993] -2014-12-15 14:07:24 queue INFO 3 [994] -2014-12-15 14:07:25 queue INFO 7 [995] -2014-12-15 14:07:26 queue INFO >7 [996] -2014-12-15 14:07:28 queue INFO 3 [997] -2014-12-15 14:07:28 queue INFO 7 [998] -2014-12-15 14:07:29 queue INFO 3 [999] -2014-12-15 14:07:29 queue INFO 7 [0] -2014-12-15 14:07:30 queue INFO 3 [1] -2014-12-15 14:07:30 queue INFO 7 [2] -2014-12-15 14:07:30 queue INFO 3 [3] -2014-12-15 14:07:31 queue INFO 7 [4] -2014-12-15 14:07:31 queue INFO 3 [5] -2014-12-15 14:07:31 queue INFO 7 [6] -2014-12-15 14:07:32 queue INFO 3 [7] -2014-12-15 14:07:32 queue INFO 7 [8] -2014-12-15 14:07:32 queue INFO 3 [9] -2014-12-15 14:07:33 queue INFO 7 [10] -2014-12-15 14:07:33 queue INFO 3 [11] -2014-12-15 14:07:33 queue INFO 7 [12] -2014-12-15 14:07:34 queue INFO 3 [13] -2014-12-15 14:07:34 queue INFO 7 [14] -2014-12-15 14:07:34 queue INFO 3 [15] -2014-12-15 14:07:35 queue INFO 7 [16] -2014-12-15 14:07:35 queue INFO 3 [17] -2014-12-15 14:07:35 queue INFO 7 [18] -2014-12-15 14:07:36 queue INFO 3 [19] -2014-12-15 14:07:36 queue INFO 7 [20] -2014-12-15 14:07:36 queue INFO 3 [21] -2014-12-15 14:07:37 queue INFO 7 [22] -2014-12-15 14:07:37 queue INFO 3 [23] -2014-12-15 14:07:37 queue INFO 7 [24] -2014-12-15 14:07:37 queue INFO 3 [25] -2014-12-15 14:07:38 queue INFO 7 [26] -2014-12-15 14:07:38 queue INFO 3 [27] -2014-12-15 14:07:38 queue INFO 7 [28] -2014-12-15 14:07:39 queue INFO 3 [29] -2014-12-15 14:07:39 queue INFO 7 [30] -2014-12-15 14:07:39 queue INFO 3 [31] -2014-12-15 14:07:40 queue INFO 7 [32] -2014-12-15 14:07:40 queue INFO 3 [33] -2014-12-15 14:07:40 queue INFO 7 [34] -2014-12-15 14:07:41 queue INFO 3 [35] -2014-12-15 14:07:41 queue INFO 7 [36] -2014-12-15 14:07:41 queue INFO 3 [37] -2014-12-15 14:07:42 queue INFO 7 [38] -2014-12-15 14:07:42 queue INFO 3 [39] -2014-12-15 14:07:42 queue INFO 7 [40] -2014-12-15 14:07:43 queue INFO 3 [41] -2014-12-15 14:07:43 queue INFO 7 [42] -2014-12-15 14:07:43 queue INFO 3 [43] -2014-12-15 14:07:44 queue INFO 7 [44] -2014-12-15 14:07:44 queue INFO 3 [45] -2014-12-15 14:07:44 queue INFO 7 [46] -2014-12-15 14:07:45 queue INFO 3 [47] -2014-12-15 14:07:45 queue INFO 7 [48] -2014-12-15 14:07:45 queue INFO 3 [49] -2014-12-15 14:07:46 queue INFO 7 [50] -2014-12-15 14:07:46 queue INFO 3 [51] -2014-12-15 14:07:46 queue INFO 7 [52] -2014-12-15 14:07:47 queue INFO 3 [53] -2014-12-15 14:07:47 queue INFO 7 [54] -2014-12-15 14:07:47 queue INFO 3 [55] -2014-12-15 14:07:48 queue INFO 7 [56] -2014-12-15 14:07:48 queue INFO 3 [57] -2014-12-15 14:07:48 queue INFO 7 [58] -2014-12-15 14:07:49 queue INFO 3 [59] -2014-12-15 14:07:49 queue INFO 7 [60] -2014-12-15 14:07:49 queue INFO 3 [61] -2014-12-15 14:07:50 queue INFO 7 [62] -2014-12-15 14:07:50 queue INFO 3 [63] -2014-12-15 14:07:50 queue INFO 7 [64] -2014-12-15 14:07:51 queue INFO 3 [65] -2014-12-15 14:07:51 queue INFO 7 [66] -2014-12-15 14:07:51 queue INFO 3 [67] -2014-12-15 14:07:52 queue INFO 7 [68] -2014-12-15 14:07:52 queue INFO 3 [69] -2014-12-15 14:07:52 queue INFO 7 [70] -2014-12-15 14:07:53 queue INFO 3 [71] -2014-12-15 14:07:53 queue INFO 7 [72] -2014-12-15 14:07:53 queue INFO 3 [73] -2014-12-15 14:07:54 queue INFO 7 [74] -2014-12-15 14:07:54 queue INFO 3 [75] -2014-12-15 14:07:54 queue INFO 7 [76] -2014-12-15 14:07:54 queue INFO 3 [77] -2014-12-15 14:07:55 queue INFO 7 [78] -2014-12-15 14:07:55 queue INFO 3 [79] -2014-12-15 14:07:55 queue INFO 7 [80] -2014-12-15 14:07:56 queue INFO 3 [81] -2014-12-15 14:07:56 queue INFO 7 [82] -2014-12-15 14:07:57 queue INFO 3 [83] -2014-12-15 14:07:57 queue INFO 7 [84] -2014-12-15 14:07:57 queue INFO 3 [85] -2014-12-15 14:07:58 queue INFO 7 [86] -2014-12-15 14:07:58 queue INFO 3 [87] -2014-12-15 14:07:58 queue INFO 7 [88] -2014-12-15 14:07:59 queue INFO 3 [89] -2014-12-15 14:08:00 queue INFO 7 [90] -2014-12-15 14:08:00 queue INFO 3 [91] -2014-12-15 14:08:00 queue INFO 7 [92] -2014-12-15 14:08:01 queue INFO 3 [93] -2014-12-15 14:08:01 queue INFO 7 [94] -2014-12-15 14:08:01 queue INFO 3 [95] -2014-12-15 14:08:02 queue INFO 7 [96] -2014-12-15 14:08:02 queue INFO 3 [97] -2014-12-15 14:08:02 queue INFO 7 [98] -2014-12-15 14:08:03 queue INFO 3 [99] -2014-12-15 14:08:03 queue INFO 7 [100] -2014-12-15 14:08:03 queue INFO 3 [101] -2014-12-15 14:08:04 queue INFO 7 [102] -2014-12-15 14:08:04 queue INFO 3 [103] -2014-12-15 14:08:04 queue INFO 7 [104] -2014-12-15 14:08:05 queue INFO 3 [105] -2014-12-15 14:08:05 queue INFO 7 [106] -2014-12-15 14:08:05 queue INFO 3 [107] -2014-12-15 14:08:06 queue INFO 7 [108] -2014-12-15 14:08:06 queue INFO 3 [109] -2014-12-15 14:08:06 queue INFO 7 [110] -2014-12-15 14:08:06 queue INFO 3 [111] -2014-12-15 14:08:07 queue INFO 7 [112] -2014-12-15 14:08:07 queue INFO 3 [113] -2014-12-15 14:08:07 queue INFO 7 [114] -2014-12-15 14:08:08 queue INFO 3 [115] -2014-12-15 14:08:08 queue INFO 7 [116] -2014-12-15 14:08:08 queue INFO 3 [117] -2014-12-15 14:08:09 queue INFO 7 [118] -2014-12-15 14:08:09 queue INFO 3 [119] -2014-12-15 14:08:09 queue INFO 7 [120] -2014-12-15 14:08:10 queue INFO 3 [121] -2014-12-15 14:08:10 queue INFO 7 [122] -2014-12-15 14:08:10 queue INFO 3 [123] -2014-12-15 14:08:11 queue INFO 7 [124] -2014-12-15 14:08:11 queue INFO 3 [125] -2014-12-15 14:08:11 queue INFO 7 [126] -2014-12-15 14:08:12 queue INFO 3 [127] -2014-12-15 14:08:12 queue INFO 7 [128] -2014-12-15 14:08:12 queue INFO 3 [129] -2014-12-15 14:08:13 queue INFO 7 [130] -2014-12-15 14:08:13 queue INFO 3 [131] -2014-12-15 14:08:13 queue INFO 7 [132] -2014-12-15 14:08:14 queue INFO 3 [133] -2014-12-15 14:08:14 queue INFO 7 [134] -2014-12-15 14:08:14 queue INFO 3 [135] -2014-12-15 14:08:15 queue INFO 7 [136] -2014-12-15 14:08:15 queue INFO 3 [137] -2014-12-15 14:08:15 queue INFO 7 [138] -2014-12-15 14:08:16 queue INFO 3 [139] -2014-12-15 14:08:16 queue INFO 7 [140] -2014-12-15 14:08:16 queue INFO 3 [141] -2014-12-15 14:08:17 queue INFO 7 [142] -2014-12-15 14:08:17 queue INFO 3 [143] -2014-12-15 14:08:18 queue INFO 7 [144] -2014-12-15 14:08:18 queue INFO 3 [145] -2014-12-15 14:08:18 queue INFO 7 [146] -2014-12-15 14:08:19 queue INFO 3 [147] -2014-12-15 14:08:19 queue INFO 7 [148] -2014-12-15 14:08:19 queue INFO 3 [149] -2014-12-15 14:08:20 queue INFO 7 [150] -2014-12-15 14:08:20 queue INFO 3 [151] -2014-12-15 14:08:20 queue INFO 7 [152] -2014-12-15 14:08:21 queue INFO 3 [153] -2014-12-15 14:08:21 queue INFO 7 [154] -2014-12-15 14:08:21 queue INFO 3 [155] -2014-12-15 14:08:22 queue INFO 7 [156] -2014-12-15 14:08:22 queue INFO 3 [157] -2014-12-15 14:08:22 queue INFO 7 [158] -2014-12-15 14:08:23 queue INFO 3 [159] -2014-12-15 14:08:23 queue INFO 7 [160] -2014-12-15 14:08:23 queue INFO 3 [161] -2014-12-15 14:08:24 queue INFO 7 [162] -2014-12-15 14:08:24 queue INFO 3 [163] -2014-12-15 14:08:24 queue INFO 7 [164] -2014-12-15 14:08:25 queue INFO 3 [165] -2014-12-15 14:08:25 queue INFO 7 [166] -2014-12-15 14:08:25 queue INFO 3 [167] -2014-12-15 14:08:26 queue INFO 7 [168] -2014-12-15 14:08:26 queue INFO 3 [169] -2014-12-15 14:08:26 queue INFO 7 [170] -2014-12-15 14:08:27 queue INFO 3 [171] -2014-12-15 14:08:27 queue INFO 7 [172] -2014-12-15 14:08:27 queue INFO 3 [173] -2014-12-15 14:08:28 queue INFO 7 [174] -2014-12-15 14:08:28 queue INFO 3 [175] -2014-12-15 14:08:28 queue INFO 7 [176] -2014-12-15 14:08:29 queue INFO 3 [177] -2014-12-15 14:08:29 queue INFO 7 [178] -2014-12-15 14:08:29 queue INFO 3 [179] -2014-12-15 14:08:30 queue INFO 7 [180] -2014-12-15 14:08:30 queue INFO 3 [181] -2014-12-15 14:08:30 queue INFO 7 [182] -2014-12-15 14:08:31 queue INFO 3 [183] -2014-12-15 14:08:31 queue INFO 7 [184] -2014-12-15 14:08:31 queue INFO 3 [185] -2014-12-15 14:08:32 queue INFO 7 [186] -2014-12-15 14:08:32 queue INFO 3 [187] -2014-12-15 14:08:32 queue INFO 7 [188] -2014-12-15 14:08:33 queue INFO 3 [189] -2014-12-15 14:08:33 queue INFO 7 [190] -2014-12-15 14:08:34 queue INFO 3 [191] -2014-12-15 14:08:34 queue INFO 7 [192] -2014-12-15 14:08:34 queue INFO 3 [193] -2014-12-15 14:08:35 queue INFO 7 [194] -2014-12-15 14:08:35 queue INFO 3 [195] -2014-12-15 14:08:35 queue INFO 7 [196] -2014-12-15 14:08:36 queue INFO 3 [197] -2014-12-15 14:08:36 queue INFO 7 [198] -2014-12-15 14:08:36 queue INFO 3 [199] -2014-12-15 14:08:37 queue INFO 7 [200] -2014-12-15 14:08:37 queue INFO 3 [201] -2014-12-15 14:08:37 queue INFO 7 [202] -2014-12-15 14:08:38 queue INFO 3 [203] -2014-12-15 14:08:38 queue INFO 7 [204] -2014-12-15 14:08:38 queue INFO 3 [205] -2014-12-15 14:08:39 queue INFO 7 [206] -2014-12-15 14:08:39 queue INFO 3 [207] -2014-12-15 14:08:39 queue INFO 7 [208] -2014-12-15 14:08:40 queue INFO 3 [209] -2014-12-15 14:08:40 queue INFO 7 [210] -2014-12-15 14:08:40 queue INFO 3 [211] -2014-12-15 14:08:41 queue INFO 7 [212] -2014-12-15 14:08:41 queue INFO 3 [213] -2014-12-15 14:08:41 queue INFO 7 [214] -2014-12-15 14:08:42 queue INFO 3 [215] -2014-12-15 14:08:42 queue INFO 7 [216] -2014-12-15 14:08:42 queue INFO 3 [217] -2014-12-15 14:08:43 queue INFO 7 [218] -2014-12-15 14:08:43 queue INFO 3 [219] -2014-12-15 14:08:43 queue INFO 7 [220] -2014-12-15 14:08:43 queue INFO 3 [221] -2014-12-15 14:08:44 queue INFO 7 [222] -2014-12-15 14:08:44 queue INFO 3 [223] -2014-12-15 14:08:44 queue INFO 7 [224] -2014-12-15 14:08:45 queue INFO 3 [225] -2014-12-15 14:08:45 queue INFO 7 [226] -2014-12-15 14:08:45 queue INFO 3 [227] -2014-12-15 14:08:46 queue INFO 7 [228] -2014-12-15 14:08:46 queue INFO 3 [229] -2014-12-15 14:08:46 queue INFO 7 [230] -2014-12-15 14:08:47 queue INFO 3 [231] -2014-12-15 14:08:47 queue INFO 7 [232] -2014-12-15 14:08:47 queue INFO 3 [233] -2014-12-15 14:08:48 queue INFO 7 [234] -2014-12-15 14:08:48 queue INFO 3 [235] -2014-12-15 14:08:48 queue INFO 7 [236] -2014-12-15 14:08:49 queue INFO 3 [237] -2014-12-15 14:08:49 queue INFO 7 [238] -2014-12-15 14:08:49 queue INFO 3 [239] -2014-12-15 14:08:50 queue INFO 7 [240] -2014-12-15 14:08:50 queue INFO 3 [241] -2014-12-15 14:08:50 queue INFO 7 [242] -2014-12-15 14:08:51 queue INFO 3 [243] -2014-12-15 14:08:51 queue INFO 7 [244] -2014-12-15 14:08:51 queue INFO 3 [245] -2014-12-15 14:08:52 queue INFO 7 [246] -2014-12-15 14:08:52 queue INFO 3 [247] -2014-12-15 14:08:53 queue INFO 7 [248] -2014-12-15 14:08:53 queue INFO 3 [249] -2014-12-15 14:08:53 queue INFO 7 [250] -2014-12-15 14:08:54 queue INFO 3 [251] -2014-12-15 14:08:54 queue INFO 7 [252] -2014-12-15 14:08:54 queue INFO 3 [253] -2014-12-15 14:08:54 queue INFO 7 [254] -2014-12-15 14:08:55 queue INFO 3 [255] -2014-12-15 14:08:55 queue INFO 7 [256] -2014-12-15 14:08:55 queue INFO 3 [257] -2014-12-15 14:08:56 queue INFO 7 [258] -2014-12-15 14:08:56 queue INFO 3 [259] -2014-12-15 14:08:56 queue INFO 7 [260] -2014-12-15 14:08:57 queue INFO 3 [261] -2014-12-15 14:08:57 queue INFO 7 [262] -2014-12-15 14:08:57 queue INFO 3 [263] -2014-12-15 14:08:58 queue INFO 7 [264] -2014-12-15 14:08:58 queue INFO 3 [265] -2014-12-15 14:08:58 queue INFO 7 [266] -2014-12-15 14:08:59 queue INFO 3 [267] -2014-12-15 14:08:59 queue INFO 7 [268] -2014-12-15 14:08:59 queue INFO 3 [269] -2014-12-15 14:09:00 queue INFO 7 [270] -2014-12-15 14:09:00 queue INFO 3 [271] -2014-12-15 14:09:00 queue INFO 7 [272] -2014-12-15 14:09:01 queue INFO 3 [273] -2014-12-15 14:09:01 queue INFO 7 [274] -2014-12-15 14:09:01 queue INFO 3 [275] -2014-12-15 14:09:02 queue INFO 7 [276] -2014-12-15 14:09:02 queue INFO 3 [277] -2014-12-15 14:09:02 queue INFO 7 [278] -2014-12-15 14:09:03 queue INFO 3 [279] -2014-12-15 14:09:03 queue INFO 7 [280] -2014-12-15 14:09:03 queue INFO 3 [281] -2014-12-15 14:09:04 queue INFO 7 [282] -2014-12-15 14:09:04 queue INFO 3 [283] -2014-12-15 14:09:04 queue INFO 7 [284] -2014-12-15 14:09:05 queue INFO 3 [285] -2014-12-15 14:09:05 queue INFO 7 [286] -2014-12-15 14:09:05 queue INFO 3 [287] -2014-12-15 14:09:06 queue INFO 7 [288] -2014-12-15 14:09:06 queue INFO 3 [289] -2014-12-15 14:09:06 queue INFO 7 [290] -2014-12-15 14:09:07 queue INFO 3 [291] -2014-12-15 14:09:07 queue INFO 7 [292] -2014-12-15 14:09:07 queue INFO 3 [293] -2014-12-15 14:09:08 queue INFO 7 [294] -2014-12-15 14:09:08 queue INFO 3 [295] -2014-12-15 14:09:08 queue INFO 7 [296] -2014-12-15 14:09:09 queue INFO 3 [297] -2014-12-15 14:09:09 queue INFO 7 [298] -2014-12-15 14:09:09 queue INFO 3 [299] -2014-12-15 14:09:10 queue INFO 7 [300] -2014-12-15 14:09:10 queue INFO 3 [301] -2014-12-15 14:09:10 queue INFO 7 [302] -2014-12-15 14:09:11 queue INFO 3 [303] -2014-12-15 14:09:11 queue INFO 7 [304] -2014-12-15 14:09:11 queue INFO 3 [305] -2014-12-15 14:09:12 queue INFO 7 [306] -2014-12-15 14:09:12 queue INFO 3 [307] -2014-12-15 14:09:12 queue INFO 7 [308] -2014-12-15 14:09:12 queue INFO 3 [309] -2014-12-15 14:09:13 queue INFO 7 [310] -2014-12-15 14:09:13 queue INFO 3 [311] -2014-12-15 14:09:13 queue INFO 7 [312] -2014-12-15 14:09:14 queue INFO 3 [313] -2014-12-15 14:09:14 queue INFO 7 [314] -2014-12-15 14:09:14 queue INFO 3 [315] -2014-12-15 14:09:15 queue INFO 7 [316] -2014-12-15 14:09:15 queue INFO 3 [317] -2014-12-15 14:09:15 queue INFO 7 [318] -2014-12-15 14:09:16 queue INFO 3 [319] -2014-12-15 14:09:16 queue INFO 7 [320] -2014-12-15 14:09:16 queue INFO 3 [321] -2014-12-15 14:09:17 queue INFO 7 [322] -2014-12-15 14:09:17 queue INFO 3 [323] -2014-12-15 14:09:17 queue INFO 7 [324] -2014-12-15 14:09:18 queue INFO 3 [325] -2014-12-15 14:09:18 queue INFO 7 [326] -2014-12-15 14:09:18 queue INFO 3 [327] -2014-12-15 14:09:19 queue INFO 7 [328] -2014-12-15 14:09:19 queue INFO 3 [329] -2014-12-15 14:09:20 queue INFO 7 [330] -2014-12-15 14:09:20 queue INFO 3 [331] -2014-12-15 14:09:20 queue INFO 7 [332] -2014-12-15 14:09:21 queue INFO 3 [333] -2014-12-15 14:09:21 queue INFO 7 [334] -2014-12-15 14:09:21 queue INFO 3 [335] -2014-12-15 14:09:22 queue INFO 7 [336] -2014-12-15 14:09:22 queue INFO 3 [337] -2014-12-15 14:09:22 queue INFO 7 [338] -2014-12-15 14:09:23 queue INFO 3 [339] -2014-12-15 14:09:23 queue INFO 7 [340] -2014-12-15 14:09:23 queue INFO 3 [341] -2014-12-15 14:09:24 queue INFO 7 [342] -2014-12-15 14:09:24 queue INFO 3 [343] -2014-12-15 14:09:24 queue INFO 7 [344] -2014-12-15 14:09:25 queue INFO 3 [345] -2014-12-15 14:09:25 queue INFO 7 [346] -2014-12-15 14:09:25 queue INFO 3 [347] -2014-12-15 14:09:25 queue INFO 7 [348] -2014-12-15 14:09:26 queue INFO 3 [349] -2014-12-15 14:09:26 queue INFO 7 [350] -2014-12-15 14:09:26 queue INFO 3 [351] -2014-12-15 14:09:27 queue INFO 7 [352] -2014-12-15 14:09:27 queue INFO 3 [353] -2014-12-15 14:09:27 queue INFO 7 [354] -2014-12-15 14:09:28 queue INFO 3 [355] -2014-12-15 14:09:28 queue INFO 7 [356] -2014-12-15 14:09:28 queue INFO 3 [357] -2014-12-15 14:09:29 queue INFO 7 [358] -2014-12-15 14:09:29 queue INFO 3 [359] -2014-12-15 14:09:29 queue INFO 7 [360] -2014-12-15 14:09:30 queue INFO 3 [361] -2014-12-15 14:09:30 queue INFO 7 [362] -2014-12-15 14:09:30 queue INFO 3 [363] -2014-12-15 14:09:31 queue INFO 7 [364] -2014-12-15 14:09:31 queue INFO 3 [365] -2014-12-15 14:09:31 queue INFO 7 [366] -2014-12-15 14:09:32 queue INFO 3 [367] -2014-12-15 14:09:32 queue INFO 7 [368] -2014-12-15 14:09:32 queue INFO 3 [369] -2014-12-15 14:09:33 queue INFO 7 [370] -2014-12-15 14:09:33 queue INFO 3 [371] -2014-12-15 14:09:33 queue INFO 7 [372] -2014-12-15 14:09:34 queue INFO 3 [373] -2014-12-15 14:09:34 queue INFO 7 [374] -2014-12-15 14:09:34 queue INFO 3 [375] -2014-12-15 14:09:35 queue INFO 7 [376] -2014-12-15 14:09:35 queue INFO 3 [377] -2014-12-15 14:09:35 queue INFO 7 [378] -2014-12-15 14:09:36 queue INFO 3 [379] -2014-12-15 14:09:36 queue INFO 7 [380] -2014-12-15 14:09:36 queue INFO 3 [381] -2014-12-15 14:09:37 queue INFO 7 [382] -2014-12-15 14:09:37 queue INFO 3 [383] -2014-12-15 14:09:37 queue INFO 7 [384] -2014-12-15 14:09:38 queue INFO 3 [385] -2014-12-15 14:09:38 queue INFO 7 [386] -2014-12-15 14:09:38 queue INFO 3 [387] -2014-12-15 14:09:39 queue INFO 7 [388] -2014-12-15 14:09:39 queue INFO 3 [389] -2014-12-15 14:09:39 queue INFO 7 [390] -2014-12-15 14:09:40 queue INFO 3 [391] -2014-12-15 14:09:40 queue INFO 7 [392] -2014-12-15 14:09:40 queue INFO 3 [393] -2014-12-15 14:09:41 queue INFO 7 [394] -2014-12-15 14:09:41 queue INFO 3 [395] -2014-12-15 14:09:41 queue INFO 7 [396] -2014-12-15 14:09:41 queue INFO 3 [397] -2014-12-15 14:09:42 queue INFO 7 [398] -2014-12-15 14:09:42 queue INFO 3 [399] -2014-12-15 14:09:42 queue INFO 7 [400] -2014-12-15 14:09:43 queue INFO 3 [401] -2014-12-15 14:09:43 queue INFO 7 [402] -2014-12-15 14:09:43 queue INFO 3 [403] -2014-12-15 14:09:44 queue INFO 7 [404] -2014-12-15 14:09:44 queue INFO 3 [405] -2014-12-15 14:09:44 queue INFO 7 [406] -2014-12-15 14:09:45 queue INFO 3 [407] -2014-12-15 14:09:45 queue INFO 7 [408] -2014-12-15 14:09:45 queue INFO 3 [409] -2014-12-15 14:09:46 queue INFO 7 [410] -2014-12-15 14:09:46 queue INFO 3 [411] -2014-12-15 14:09:47 queue INFO 7 [412] -2014-12-15 14:09:47 queue INFO 3 [413] -2014-12-15 14:09:47 queue INFO 7 [414] -2014-12-15 14:09:48 queue INFO 3 [415] -2014-12-15 14:09:48 queue INFO 7 [416] -2014-12-15 14:09:48 queue INFO 3 [417] -2014-12-15 14:09:49 queue INFO 7 [418] -2014-12-15 14:09:49 queue INFO 3 [419] -2014-12-15 14:09:49 queue INFO 7 [420] -2014-12-15 14:09:50 queue INFO 3 [421] -2014-12-15 14:09:50 queue INFO 7 [422] -2014-12-15 14:09:50 queue INFO 3 [423] -2014-12-15 14:09:51 queue INFO 7 [424] -2014-12-15 14:09:51 queue INFO 3 [425] -2014-12-15 14:09:51 queue INFO 7 [426] -2014-12-15 14:09:52 queue INFO 3 [427] -2014-12-15 14:09:52 queue INFO 7 [428] -2014-12-15 14:09:52 queue INFO 3 [429] -2014-12-15 14:09:53 queue INFO 7 [430] -2014-12-15 14:09:53 queue INFO 3 [431] -2014-12-15 14:09:53 queue INFO 7 [432] -2014-12-15 14:09:53 queue INFO 3 [433] -2014-12-15 14:09:54 queue INFO 7 [434] -2014-12-15 14:09:54 queue INFO 3 [435] -2014-12-15 14:09:54 queue INFO 7 [436] -2014-12-15 14:09:55 queue INFO 3 [437] -2014-12-15 14:09:55 queue INFO 7 [438] -2014-12-15 14:09:55 queue INFO 3 [439] -2014-12-15 14:09:56 queue INFO 7 [440] -2014-12-15 14:09:56 queue INFO 3 [441] -2014-12-15 14:09:56 queue INFO 7 [442] -2014-12-15 14:09:57 queue INFO 3 [443] -2014-12-15 14:09:57 queue INFO 7 [444] -2014-12-15 14:09:57 queue INFO 3 [445] -2014-12-15 14:09:58 queue INFO 7 [446] -2014-12-15 14:09:58 queue INFO 3 [447] -2014-12-15 14:09:58 queue INFO 7 [448] -2014-12-15 14:09:59 queue INFO 3 [449] -2014-12-15 14:09:59 queue INFO 7 [450] -2014-12-15 14:09:59 queue INFO 3 [451] -2014-12-15 14:10:00 queue INFO 7 [452] -2014-12-15 14:10:00 queue INFO 3 [453] -2014-12-15 14:10:00 queue INFO 7 [454] -2014-12-15 14:10:01 queue INFO 3 [455] -2014-12-15 14:10:01 queue INFO 7 [456] -2014-12-15 14:10:01 queue INFO 3 [457] -2014-12-15 14:10:02 queue INFO 7 [458] -2014-12-15 14:10:02 queue INFO 3 [459] -2014-12-15 14:10:02 queue INFO 7 [460] -2014-12-15 14:10:03 queue INFO 3 [461] -2014-12-15 14:10:03 queue INFO 7 [462] -2014-12-15 14:10:03 queue INFO 3 [463] -2014-12-15 14:10:04 queue INFO 7 [464] -2014-12-15 14:10:04 queue INFO 3 [465] -2014-12-15 14:10:04 queue INFO 7 [466] -2014-12-15 14:10:05 queue INFO 3 [467] -2014-12-15 14:10:05 queue INFO 7 [468] -2014-12-15 14:10:05 queue INFO 3 [469] -2014-12-15 14:10:06 queue INFO 7 [470] -2014-12-15 14:10:06 queue INFO 3 [471] -2014-12-15 14:10:06 queue INFO 7 [472] -2014-12-15 14:10:07 queue INFO 3 [473] -2014-12-15 14:10:07 queue INFO 7 [474] -2014-12-15 14:10:07 queue INFO 3 [475] -2014-12-15 14:10:08 queue INFO 7 [476] -2014-12-15 14:10:08 queue INFO 3 [477] -2014-12-15 14:10:08 queue INFO 7 [478] -2014-12-15 14:10:09 queue INFO 3 [479] -2014-12-15 14:10:09 queue INFO 7 [480] -2014-12-15 14:10:09 queue INFO 3 [481] -2014-12-15 14:10:10 queue INFO 7 [482] -2014-12-15 14:10:10 queue INFO 3 [483] -2014-12-15 14:10:10 queue INFO 7 [484] -2014-12-15 14:10:11 queue INFO 3 [485] -2014-12-15 14:10:11 queue INFO 7 [486] -2014-12-15 14:10:11 queue INFO 3 [487] -2014-12-15 14:10:12 queue INFO 7 [488] -2014-12-15 14:10:12 queue INFO 3 [489] -2014-12-15 14:10:12 queue INFO 7 [490] -2014-12-15 14:10:13 queue INFO 3 [491] -2014-12-15 14:10:13 queue INFO 7 [492] -2014-12-15 14:10:13 queue INFO 3 [493] -2014-12-15 14:10:14 queue INFO 7 [494] -2014-12-15 14:10:14 queue INFO 3 [495] -2014-12-15 14:10:14 queue INFO 7 [496] -2014-12-15 14:10:15 queue INFO 3 [497] -2014-12-15 14:10:15 queue INFO 7 [498] -2014-12-15 14:10:15 queue INFO 3 [499] -2014-12-15 14:10:16 queue INFO 7 [500] -2014-12-15 14:10:16 queue INFO 3 [501] -2014-12-15 14:10:16 queue INFO 7 [502] -2014-12-15 14:10:17 queue INFO 3 [503] -2014-12-15 14:10:17 queue INFO 7 [504] -2014-12-15 14:10:17 queue INFO 3 [505] -2014-12-15 14:10:18 queue INFO 7 [506] -2014-12-15 14:10:18 queue INFO 3 [507] -2014-12-15 14:10:18 queue INFO 7 [508] -2014-12-15 14:10:19 queue INFO 3 [509] -2014-12-15 14:10:19 queue INFO 7 [510] -2014-12-15 14:10:19 queue INFO 3 [511] -2014-12-15 14:10:20 queue INFO 7 [512] -2014-12-15 14:10:20 queue INFO 3 [513] -2014-12-15 14:10:20 queue INFO 7 [514] -2014-12-15 14:10:21 queue INFO 3 [515] -2014-12-15 14:10:21 queue INFO 7 [516] -2014-12-15 14:10:21 queue INFO 3 [517] -2014-12-15 14:10:22 queue INFO 7 [518] -2014-12-15 14:10:22 queue INFO 3 [519] -2014-12-15 14:10:22 queue INFO 7 [520] -2014-12-15 14:10:23 queue INFO 3 [521] -2014-12-15 14:10:23 queue INFO 7 [522] -2014-12-15 14:10:23 queue INFO 3 [523] -2014-12-15 14:10:24 queue INFO 7 [524] -2014-12-15 14:10:24 queue INFO 3 [525] -2014-12-15 14:10:24 queue INFO 7 [526] -2014-12-15 14:10:25 queue INFO 3 [527] -2014-12-15 14:10:25 queue INFO 7 [528] -2014-12-15 14:10:25 queue INFO 3 [529] -2014-12-15 14:10:26 queue INFO 7 [530] -2014-12-15 14:10:26 queue INFO 3 [531] -2014-12-15 14:10:26 queue INFO 7 [532] -2014-12-15 14:10:27 queue INFO 3 [533] -2014-12-15 14:10:27 queue INFO 7 [534] -2014-12-15 14:10:27 queue INFO 3 [535] -2014-12-15 14:10:27 queue INFO 7 [536] -2014-12-15 14:10:28 queue INFO 3 [537] -2014-12-15 14:10:28 queue INFO 7 [538] -2014-12-15 14:10:28 queue INFO 3 [539] -2014-12-15 14:10:29 queue INFO 7 [540] -2014-12-15 14:10:29 queue INFO 3 [541] -2014-12-15 14:10:29 queue INFO 7 [542] -2014-12-15 14:10:30 queue INFO 3 [543] -2014-12-15 14:10:30 queue INFO 7 [544] -2014-12-15 14:10:30 queue INFO 3 [545] -2014-12-15 14:10:31 queue INFO 7 [546] -2014-12-15 14:10:31 queue INFO 3 [547] -2014-12-15 14:10:31 queue INFO 7 [548] -2014-12-15 14:10:32 queue INFO 3 [549] -2014-12-15 14:10:32 queue INFO 7 [550] -2014-12-15 14:10:32 queue INFO 3 [551] -2014-12-15 14:10:33 queue INFO 7 [552] -2014-12-15 14:10:33 queue INFO 3 [553] -2014-12-15 14:10:33 queue INFO 7 [554] -2014-12-15 14:10:34 queue INFO 3 [555] -2014-12-15 14:10:34 queue INFO 7 [556] -2014-12-15 14:10:34 queue INFO 3 [557] -2014-12-15 14:10:35 queue INFO 7 [558] -2014-12-15 14:10:35 queue INFO 3 [559] -2014-12-15 14:10:35 queue INFO 7 [560] -2014-12-15 14:10:36 queue INFO 3 [561] -2014-12-15 14:10:36 queue INFO 7 [562] -2014-12-15 14:10:36 queue INFO 3 [563] -2014-12-15 14:10:37 queue INFO 7 [564] -2014-12-15 14:10:37 queue INFO 3 [565] -2014-12-15 14:10:37 queue INFO 7 [566] -2014-12-15 14:10:38 queue INFO 3 [567] -2014-12-15 14:10:38 queue INFO 7 [568] -2014-12-15 14:10:38 queue INFO 3 [569] -2014-12-15 14:10:39 queue INFO 7 [570] -2014-12-15 14:10:39 queue INFO 3 [571] -2014-12-15 14:10:39 queue INFO 7 [572] -2014-12-15 14:10:40 queue INFO 3 [573] -2014-12-15 14:10:40 queue INFO 7 [574] -2014-12-15 14:10:40 queue INFO 3 [575] -2014-12-15 14:10:41 queue INFO 7 [576] -2014-12-15 14:10:41 queue INFO 3 [577] -2014-12-15 14:10:42 queue INFO 7 [578] -2014-12-15 14:10:42 queue INFO 3 [579] -2014-12-15 14:10:43 queue INFO 7 [580] -2014-12-15 14:10:43 queue INFO 3 [581] -2014-12-15 14:10:43 queue INFO 7 [582] -2014-12-15 14:10:44 queue INFO 3 [583] -2014-12-15 14:10:44 queue INFO 7 [584] -2014-12-15 14:10:44 queue INFO 3 [585] -2014-12-15 14:10:45 queue INFO 7 [586] -2014-12-15 14:10:45 queue INFO 3 [587] -2014-12-15 14:10:45 queue INFO 7 [588] -2014-12-15 14:10:46 queue INFO 3 [589] -2014-12-15 14:10:46 queue INFO 7 [590] -2014-12-15 14:10:46 queue INFO 3 [591] -2014-12-15 14:10:47 queue INFO 7 [592] -2014-12-15 14:10:47 queue INFO 3 [593] -2014-12-15 14:10:47 queue INFO 7 [594] -2014-12-15 14:10:47 queue INFO 3 [595] -2014-12-15 14:10:48 queue INFO 7 [596] -2014-12-15 14:10:48 queue INFO 3 [597] -2014-12-15 14:10:48 queue INFO 7 [598] -2014-12-15 14:10:49 queue INFO 3 [599] -2014-12-15 14:10:49 queue INFO 7 [600] -2014-12-15 14:10:49 queue INFO 3 [601] -2014-12-15 14:10:50 queue INFO 7 [602] -2014-12-15 14:10:50 queue INFO 3 [603] -2014-12-15 14:10:50 queue INFO 7 [604] -2014-12-15 14:10:51 queue INFO 3 [605] -2014-12-15 14:10:51 queue INFO 7 [606] -2014-12-15 14:10:51 queue INFO 3 [607] -2014-12-15 14:10:52 queue INFO 7 [608] -2014-12-15 14:10:52 queue INFO 3 [609] -2014-12-15 14:10:52 queue INFO 7 [610] -2014-12-15 14:10:53 queue INFO 3 [611] -2014-12-15 14:10:53 queue INFO 7 [612] -2014-12-15 14:10:53 queue INFO 3 [613] -2014-12-15 14:10:54 queue INFO 7 [614] -2014-12-15 14:10:54 queue INFO 3 [615] -2014-12-15 14:10:54 queue INFO 7 [616] -2014-12-15 14:10:55 queue INFO 3 [617] -2014-12-15 14:10:55 queue INFO 7 [618] -2014-12-15 14:10:55 queue INFO 3 [619] -2014-12-15 14:10:56 queue INFO 7 [620] -2014-12-15 14:10:56 queue INFO 3 [621] -2014-12-15 14:10:56 queue INFO 7 [622] -2014-12-15 14:10:57 queue INFO 3 [623] -2014-12-15 14:10:57 queue INFO 7 [624] -2014-12-15 14:10:57 queue INFO 3 [625] -2014-12-15 14:10:58 queue INFO 7 [626] -2014-12-15 14:10:58 queue INFO 3 [627] -2014-12-15 14:10:58 queue INFO 7 [628] -2014-12-15 14:10:59 queue INFO 3 [629] -2014-12-15 14:10:59 queue INFO 7 [630] -2014-12-15 14:10:59 queue INFO 3 [631] -2014-12-15 14:11:00 queue INFO 7 [632] -2014-12-15 14:11:00 queue INFO 3 [633] -2014-12-15 14:11:00 queue INFO 7 [634] -2014-12-15 14:11:00 queue INFO 3 [635] -2014-12-15 14:11:01 queue INFO 7 [636] -2014-12-15 14:11:01 queue INFO 3 [637] -2014-12-15 14:11:01 queue INFO 7 [638] -2014-12-15 14:11:02 queue INFO 3 [639] -2014-12-15 14:11:02 queue INFO 7 [640] -2014-12-15 14:11:02 queue INFO 3 [641] -2014-12-15 14:11:03 queue INFO 7 [642] -2014-12-15 14:11:03 queue INFO 3 [643] -2014-12-15 14:11:03 queue INFO 7 [644] -2014-12-15 14:11:04 queue INFO 3 [645] -2014-12-15 14:11:04 queue INFO 7 [646] -2014-12-15 14:11:04 queue INFO 3 [647] -2014-12-15 14:11:05 queue INFO 7 [648] -2014-12-15 14:11:05 queue INFO 3 [649] -2014-12-15 14:11:05 queue INFO 7 [650] -2014-12-15 14:11:06 queue INFO 3 [651] -2014-12-15 14:11:06 queue INFO 7 [652] -2014-12-15 14:11:06 queue INFO 3 [653] -2014-12-15 14:11:07 queue INFO 7 [654] -2014-12-15 14:11:07 queue INFO 3 [655] -2014-12-15 14:11:07 queue INFO 7 [656] -2014-12-15 14:11:08 queue INFO 3 [657] -2014-12-15 14:11:08 queue INFO 7 [658] -2014-12-15 14:11:08 queue INFO 3 [659] -2014-12-15 14:11:09 queue INFO 7 [660] -2014-12-15 14:11:09 queue INFO 3 [661] -2014-12-15 14:11:10 queue INFO 7 [662] -2014-12-15 14:11:10 queue INFO 3 [663] -2014-12-15 14:11:10 queue INFO 7 [664] -2014-12-15 14:11:10 queue INFO 3 [665] -2014-12-15 14:11:11 queue INFO 7 [666] -2014-12-15 14:11:11 queue INFO 3 [667] -2014-12-15 14:11:11 queue INFO 7 [668] -2014-12-15 14:11:12 queue INFO 3 [669] -2014-12-15 14:11:12 queue INFO 7 [670] -2014-12-15 14:11:12 queue INFO 3 [671] -2014-12-15 14:11:13 queue INFO 7 [672] -2014-12-15 14:11:13 queue INFO 3 [673] -2014-12-15 14:11:13 queue INFO 7 [674] -2014-12-15 14:11:14 queue INFO 3 [675] -2014-12-15 14:11:14 queue INFO 7 [676] -2014-12-15 14:11:14 queue INFO 3 [677] -2014-12-15 14:11:15 queue INFO 7 [678] -2014-12-15 14:11:15 queue INFO 3 [679] -2014-12-15 14:11:15 queue INFO 7 [680] -2014-12-15 14:11:16 queue INFO 3 [681] -2014-12-15 14:11:16 queue INFO 7 [682] -2014-12-15 14:11:16 queue INFO 3 [683] -2014-12-15 14:11:17 queue INFO 7 [684] -2014-12-15 14:11:17 queue INFO 3 [685] -2014-12-15 14:11:17 queue INFO 7 [686] -2014-12-15 14:11:18 queue INFO 3 [687] -2014-12-15 14:11:18 queue INFO 7 [688] -2014-12-15 14:11:18 queue INFO 3 [689] -2014-12-15 14:11:19 queue INFO 7 [690] -2014-12-15 14:11:19 queue INFO 3 [691] -2014-12-15 14:11:19 queue INFO 7 [692] -2014-12-15 14:11:20 queue INFO 3 [693] -2014-12-15 14:11:20 queue INFO 7 [694] -2014-12-15 14:11:20 queue INFO 3 [695] -2014-12-15 14:11:21 queue INFO 7 [696] -2014-12-15 14:11:21 queue INFO 3 [697] -2014-12-15 14:11:21 queue INFO 7 [698] -2014-12-15 14:11:22 queue INFO 3 [699] -2014-12-15 14:11:22 queue INFO 7 [700] -2014-12-15 14:11:22 queue INFO 3 [701] -2014-12-15 14:11:23 queue INFO 7 [702] -2014-12-15 14:11:23 queue INFO 3 [703] -2014-12-15 14:11:23 queue INFO 7 [704] -2014-12-15 14:11:24 queue INFO 3 [705] -2014-12-15 14:11:24 queue INFO 7 [706] -2014-12-15 14:11:24 queue INFO 3 [707] -2014-12-15 14:11:25 queue INFO 7 [708] -2014-12-15 14:11:25 queue INFO 3 [709] -2014-12-15 14:11:25 queue INFO 7 [710] -2014-12-15 14:11:25 queue INFO 3 [711] -2014-12-15 14:11:26 queue INFO 7 [712] -2014-12-15 14:11:26 queue INFO 3 [713] -2014-12-15 14:11:27 queue INFO 7 [714] -2014-12-15 14:11:27 queue INFO 3 [715] -2014-12-15 14:11:28 queue INFO 7 [716] -2014-12-15 14:11:28 queue INFO 3 [717] -2014-12-15 14:11:28 queue INFO 7 [718] -2014-12-15 14:11:29 queue INFO 3 [719] -2014-12-15 14:11:29 queue INFO 7 [720] -2014-12-15 14:11:29 queue INFO 3 [721] -2014-12-15 14:11:30 queue INFO 7 [722] -2014-12-15 14:11:30 queue INFO 3 [723] -2014-12-15 14:11:30 queue INFO 7 [724] -2014-12-15 14:11:31 queue INFO 3 [725] -2014-12-15 14:11:31 queue INFO 7 [726] -2014-12-15 14:11:31 queue INFO 3 [727] -2014-12-15 14:11:32 queue INFO 7 [728] -2014-12-15 14:11:32 queue INFO 3 [729] -2014-12-15 14:11:33 queue INFO 7 [730] -2014-12-15 14:11:33 queue INFO 3 [731] -2014-12-15 14:11:33 queue INFO 7 [732] -2014-12-15 14:11:34 queue INFO 3 [733] -2014-12-15 14:11:34 queue INFO 7 [734] -2014-12-15 14:11:34 queue INFO 3 [735] -2014-12-15 14:11:35 queue INFO 7 [736] -2014-12-15 14:11:35 queue INFO 3 [737] -2014-12-15 14:11:35 queue INFO 7 [738] -2014-12-15 14:11:36 queue INFO 3 [739] -2014-12-15 14:11:36 queue INFO 7 [740] -2014-12-15 14:11:36 queue INFO 3 [741] -2014-12-15 14:11:37 queue INFO 7 [742] -2014-12-15 14:11:37 queue INFO 3 [743] -2014-12-15 14:11:37 queue INFO 7 [744] -2014-12-15 14:11:38 queue INFO 3 [745] -2014-12-15 14:11:38 queue INFO 7 [746] -2014-12-15 14:11:39 queue INFO 3 [747] -2014-12-15 14:11:39 queue INFO 7 [748] -2014-12-15 14:11:39 queue INFO 3 [749] -2014-12-15 14:11:40 queue INFO 7 [750] -2014-12-15 14:11:40 queue INFO 3 [751] -2014-12-15 14:11:40 queue INFO 7 [752] -2014-12-15 14:11:40 queue INFO 3 [753] -2014-12-15 14:11:41 queue INFO 7 [754] -2014-12-15 14:11:41 queue INFO 3 [755] -2014-12-15 14:11:41 queue INFO 7 [756] -2014-12-15 14:11:42 queue INFO 3 [757] -2014-12-15 14:11:42 queue INFO 7 [758] -2014-12-15 14:11:42 queue INFO 3 [759] -2014-12-15 14:11:43 queue INFO 7 [760] -2014-12-15 14:11:43 queue INFO 3 [761] -2014-12-15 14:11:43 queue INFO 7 [762] -2014-12-15 14:11:44 queue INFO 3 [763] -2014-12-15 14:11:44 queue INFO 7 [764] -2014-12-15 14:11:44 queue INFO 3 [765] -2014-12-15 14:11:45 queue INFO 7 [766] -2014-12-15 14:11:45 queue INFO 3 [767] -2014-12-15 14:11:45 queue INFO 7 [768] -2014-12-15 14:11:46 queue INFO 3 [769] -2014-12-15 14:11:46 queue INFO 7 [770] -2014-12-15 14:11:46 queue INFO 3 [771] -2014-12-15 14:11:47 queue INFO 7 [772] -2014-12-15 14:11:47 queue INFO 3 [773] -2014-12-15 14:11:47 queue INFO 7 [774] -2014-12-15 14:11:48 queue INFO 3 [775] -2014-12-15 14:11:48 queue INFO 7 [776] -2014-12-15 14:11:48 queue INFO 3 [777] -2014-12-15 14:11:49 queue INFO 7 [778] -2014-12-15 14:11:49 queue INFO 3 [779] -2014-12-15 14:11:49 queue INFO 7 [780] -2014-12-15 14:11:50 queue INFO 3 [781] -2014-12-15 14:11:50 queue INFO 7 [782] -2014-12-15 14:11:50 queue INFO 3 [783] -2014-12-15 14:11:51 queue INFO 7 [784] -2014-12-15 14:11:51 queue INFO 3 [785] -2014-12-15 14:11:51 queue INFO 7 [786] -2014-12-15 14:11:52 queue INFO 3 [787] -2014-12-15 14:11:52 queue INFO 7 [788] -2014-12-15 14:11:52 queue INFO 3 [789] -2014-12-15 14:11:52 queue INFO 7 [790] -2014-12-15 14:11:53 queue INFO 3 [791] -2014-12-15 14:11:53 queue INFO 7 [792] -2014-12-15 14:11:53 queue INFO 3 [793] -2014-12-15 14:11:54 queue INFO 7 [794] -2014-12-15 14:11:54 queue INFO 3 [795] -2014-12-15 14:11:54 queue INFO 7 [796] -2014-12-15 14:11:55 queue INFO 3 [797] -2014-12-15 14:11:55 queue INFO 7 [798] -2014-12-15 14:11:55 queue INFO 3 [799] -2014-12-15 14:11:56 queue INFO 7 [800] -2014-12-15 14:11:56 queue INFO 3 [801] -2014-12-15 14:11:56 queue INFO 7 [802] -2014-12-15 14:11:57 queue INFO 3 [803] -2014-12-15 14:11:57 queue INFO 7 [804] -2014-12-15 14:11:57 queue INFO 3 [805] -2014-12-15 14:11:58 queue INFO 7 [806] -2014-12-15 14:11:58 queue INFO 3 [807] -2014-12-15 14:11:58 queue INFO 7 [808] -2014-12-15 14:11:59 queue INFO 3 [809] -2014-12-15 14:11:59 queue INFO 7 [810] -2014-12-15 14:11:59 queue INFO 3 [811] -2014-12-15 14:12:00 queue INFO 7 [812] -2014-12-15 14:12:00 queue INFO 3 [813] -2014-12-15 14:12:00 queue INFO 7 [814] -2014-12-15 14:12:01 queue INFO 3 [815] -2014-12-15 14:12:01 queue INFO 7 [816] -2014-12-15 14:12:01 queue INFO 3 [817] -2014-12-15 14:12:01 queue INFO 7 [818] -2014-12-15 14:12:02 queue INFO 3 [819] -2014-12-15 14:12:02 queue INFO 7 [820] -2014-12-15 14:12:02 queue INFO 3 [821] -2014-12-15 14:12:03 queue INFO 7 [822] -2014-12-15 14:12:03 queue INFO 3 [823] -2014-12-15 14:12:04 queue INFO 7 [824] -2014-12-15 14:12:04 queue INFO 3 [825] -2014-12-15 14:12:04 queue INFO 7 [826] -2014-12-15 14:12:05 queue INFO 3 [827] -2014-12-15 14:12:05 queue INFO 7 [828] -2014-12-15 14:12:05 queue INFO 3 [829] -2014-12-15 14:12:06 queue INFO 7 [830] -2014-12-15 14:12:06 queue INFO 3 [831] -2014-12-15 14:12:06 queue INFO 7 [832] -2014-12-15 14:12:07 queue INFO 3 [833] -2014-12-15 14:12:07 queue INFO 7 [834] -2014-12-15 14:12:07 queue INFO 3 [835] -2014-12-15 14:12:08 queue INFO 7 [836] -2014-12-15 14:12:08 queue INFO 3 [837] -2014-12-15 14:12:08 queue INFO 7 [838] -2014-12-15 14:12:09 queue INFO 3 [839] -2014-12-15 14:12:09 queue INFO 7 [840] -2014-12-15 14:12:09 queue INFO 3 [841] -2014-12-15 14:12:10 queue INFO 7 [842] -2014-12-15 14:12:10 queue INFO 3 [843] -2014-12-15 14:12:10 queue INFO 7 [844] -2014-12-15 14:12:10 queue INFO 3 [845] -2014-12-15 14:12:11 queue INFO 7 [846] -2014-12-15 14:12:11 queue INFO 3 [847] -2014-12-15 14:12:11 queue INFO 7 [848] -2014-12-15 14:12:12 queue INFO 3 [849] -2014-12-15 14:12:12 queue INFO 7 [850] -2014-12-15 14:12:12 queue INFO 3 [851] -2014-12-15 14:12:13 queue INFO 7 [852] -2014-12-15 14:12:13 queue INFO 3 [853] -2014-12-15 14:12:13 queue INFO 7 [854] -2014-12-15 14:12:14 queue INFO 3 [855] -2014-12-15 14:12:14 queue INFO 7 [856] -2014-12-15 14:12:14 queue INFO 3 [857] -2014-12-15 14:12:15 queue INFO 7 [858] -2014-12-15 14:12:15 queue INFO 3 [859] -2014-12-15 14:12:15 queue INFO 7 [860] -2014-12-15 14:12:16 queue INFO 3 [861] -2014-12-15 14:12:16 queue INFO 7 [862] -2014-12-15 14:12:16 queue INFO 3 [863] -2014-12-15 14:12:17 queue INFO 7 [864] -2014-12-15 14:12:17 queue INFO 3 [865] -2014-12-15 14:12:17 queue INFO 7 [866] -2014-12-15 14:12:18 queue INFO 3 [867] -2014-12-15 14:12:18 queue INFO 7 [868] -2014-12-15 14:12:18 queue INFO 3 [869] -2014-12-15 14:12:19 queue INFO 7 [870] -2014-12-15 14:12:19 queue INFO 3 [871] -2014-12-15 14:12:19 queue INFO 7 [872] -2014-12-15 14:12:20 queue INFO 3 [873] -2014-12-15 14:12:20 queue INFO 7 [874] -2014-12-15 14:12:20 queue INFO 3 [875] -2014-12-15 14:12:21 queue INFO 7 [876] -2014-12-15 14:12:21 queue INFO 3 [877] -2014-12-15 14:12:21 queue INFO 7 [878] -2014-12-15 14:12:22 queue INFO 3 [879] -2014-12-15 14:12:22 queue INFO 7 [880] -2014-12-15 14:12:22 queue INFO 3 [881] -2014-12-15 14:12:23 queue INFO 7 [882] -2014-12-15 14:12:23 queue INFO 3 [883] -2014-12-15 14:12:23 queue INFO 7 [884] -2014-12-15 14:12:23 queue INFO 3 [885] -2014-12-15 14:12:24 queue INFO 7 [886] -2014-12-15 14:12:24 queue INFO 3 [887] -2014-12-15 14:12:24 queue INFO 7 [888] -2014-12-15 14:12:25 queue INFO 3 [889] -2014-12-15 14:12:25 queue INFO 7 [890] -2014-12-15 14:12:25 queue INFO 3 [891] -2014-12-15 14:12:26 queue INFO 7 [892] -2014-12-15 14:12:26 queue INFO 3 [893] -2014-12-15 14:12:26 queue INFO 7 [894] -2014-12-15 14:12:27 queue INFO 3 [895] -2014-12-15 14:12:27 queue INFO 7 [896] -2014-12-15 14:12:27 queue INFO 3 [897] -2014-12-15 14:12:28 queue INFO 7 [898] -2014-12-15 14:12:28 queue INFO 3 [899] -2014-12-15 14:12:28 queue INFO 7 [900] -2014-12-15 14:12:29 queue INFO 3 [901] -2014-12-15 14:12:29 queue INFO 7 [902] -2014-12-15 14:12:29 queue INFO 3 [903] -2014-12-15 14:12:30 queue INFO 7 [904] -2014-12-15 14:12:30 queue INFO 3 [905] -2014-12-15 14:12:30 queue INFO 7 [906] -2014-12-15 14:12:31 queue INFO 3 [907] -2014-12-15 14:12:31 queue INFO 7 [908] -2014-12-15 14:12:32 queue INFO 3 [909] -2014-12-15 14:12:32 queue INFO 7 [910] -2014-12-15 14:12:32 queue INFO 3 [911] -2014-12-15 14:12:33 queue INFO 7 [912] -2014-12-15 14:12:33 queue INFO 3 [913] -2014-12-15 14:12:33 queue INFO 7 [914] -2014-12-15 14:12:33 queue INFO 3 [915] -2014-12-15 14:12:34 queue INFO 7 [916] -2014-12-15 14:12:34 queue INFO 3 [917] -2014-12-15 14:12:35 queue INFO 7 [918] -2014-12-15 14:12:35 queue INFO 3 [919] -2014-12-15 14:12:35 queue INFO 7 [920] -2014-12-15 14:12:35 queue INFO 3 [921] -2014-12-15 14:12:36 queue INFO 7 [922] -2014-12-15 14:12:36 queue INFO 3 [923] -2014-12-15 14:12:36 queue INFO 7 [924] -2014-12-15 14:12:37 queue INFO 3 [925] -2014-12-15 14:12:37 queue INFO 7 [926] -2014-12-15 14:12:37 queue INFO 3 [927] -2014-12-15 14:12:38 queue INFO 7 [928] -2014-12-15 14:12:38 queue INFO 3 [929] -2014-12-15 14:12:38 queue INFO 7 [930] -2014-12-15 14:12:39 queue INFO 3 [931] -2014-12-15 14:12:39 queue INFO 7 [932] -2014-12-15 14:12:39 queue INFO 3 [933] -2014-12-15 14:12:40 queue INFO 7 [934] -2014-12-15 14:12:40 queue INFO 3 [935] -2014-12-15 14:12:40 queue INFO 7 [936] -2014-12-15 14:12:41 queue INFO 3 [937] -2014-12-15 14:12:41 queue INFO 7 [938] -2014-12-15 14:12:41 queue INFO 3 [939] -2014-12-15 14:12:42 queue INFO 7 [940] -2014-12-15 14:12:42 queue INFO 3 [941] -2014-12-15 14:12:42 queue INFO 7 [942] -2014-12-15 14:12:43 queue INFO 3 [943] -2014-12-15 14:12:43 queue INFO 7 [944] -2014-12-15 14:12:43 queue INFO 3 [945] -2014-12-15 14:12:44 queue INFO 7 [946] -2014-12-15 14:12:44 queue INFO 3 [947] -2014-12-15 14:12:44 queue INFO 7 [948] -2014-12-15 14:12:45 queue INFO 3 [949] -2014-12-15 14:12:45 queue INFO 7 [950] -2014-12-15 14:12:45 queue INFO 3 [951] -2014-12-15 14:12:46 queue INFO 7 [952] -2014-12-15 14:12:46 queue INFO 3 [953] -2014-12-15 14:12:46 queue INFO 7 [954] -2014-12-15 14:12:47 queue INFO 3 [955] -2014-12-15 14:12:47 queue INFO 7 [956] -2014-12-15 14:12:47 queue INFO 3 [957] -2014-12-15 14:12:48 queue INFO 7 [958] -2014-12-15 14:12:48 queue INFO 3 [959] -2014-12-15 14:12:48 queue INFO 7 [960] -2014-12-15 14:12:49 queue INFO 3 [961] -2014-12-15 14:12:49 queue INFO 7 [962] -2014-12-15 14:12:49 queue INFO 3 [963] -2014-12-15 14:12:50 queue INFO 7 [964] -2014-12-15 14:12:50 queue INFO 3 [965] -2014-12-15 14:12:50 queue INFO 7 [966] -2014-12-15 14:12:51 queue INFO 3 [967] -2014-12-15 14:12:51 queue INFO 7 [968] -2014-12-15 14:12:51 queue INFO 3 [969] -2014-12-15 14:12:51 queue INFO 7 [970] -2014-12-15 14:12:52 queue INFO 3 [971] -2014-12-15 14:12:52 queue INFO 7 [972] -2014-12-15 14:12:52 queue INFO 3 [973] -2014-12-15 14:12:53 queue INFO 7 [974] -2014-12-15 14:12:53 queue INFO 3 [975] -2014-12-15 14:12:53 queue INFO 7 [976] -2014-12-15 14:12:54 queue INFO 3 [977] -2014-12-15 14:12:54 queue INFO 7 [978] -2014-12-15 14:12:54 queue INFO 3 [979] -2014-12-15 14:12:55 queue INFO 7 [980] -2014-12-15 14:12:55 queue INFO 3 [981] -2014-12-15 14:12:55 queue INFO 7 [982] -2014-12-15 14:12:56 queue INFO 3 [983] -2014-12-15 14:12:56 queue INFO 7 [984] -2014-12-15 14:12:56 queue INFO 3 [985] -2014-12-15 14:12:57 queue INFO 7 [986] -2014-12-15 14:12:57 queue INFO 3 [987] -2014-12-15 14:12:57 queue INFO 7 [988] -2014-12-15 14:12:58 queue INFO 3 [989] -2014-12-15 14:12:58 queue INFO 7 [990] -2014-12-15 14:12:59 queue INFO 3 [991] -2014-12-15 14:12:59 queue INFO 7 [992] -2014-12-15 14:12:59 queue INFO 3 [993] -2014-12-15 14:13:00 queue INFO 7 [994] -2014-12-15 14:13:00 queue INFO 3 [995] -2014-12-15 14:13:00 queue INFO 7 [996] -2014-12-15 14:13:01 queue INFO 3 [997] -2014-12-15 14:13:01 queue INFO 7 [998] -2014-12-15 14:13:01 queue INFO 3 [999] -2014-12-15 14:13:01 queue INFO 7 [0] -2014-12-15 14:13:02 queue INFO 3 [1] -2014-12-15 14:13:02 queue INFO 7 [2] -2014-12-15 14:13:02 queue INFO 3 [3] -2014-12-15 14:13:03 queue INFO 7 [4] -2014-12-15 14:13:03 queue INFO 3 [5] -2014-12-15 14:13:03 queue INFO 7 [6] -2014-12-15 14:13:04 queue INFO 3 [7] -2014-12-15 14:13:04 queue INFO 7 [8] -2014-12-15 14:13:04 queue INFO 3 [9] -2014-12-15 14:13:05 queue INFO 7 [10] -2014-12-15 14:13:05 queue INFO 3 [11] -2014-12-15 14:13:05 queue INFO 7 [12] -2014-12-15 14:13:06 queue INFO 3 [13] -2014-12-15 14:13:06 queue INFO 7 [14] -2014-12-15 14:13:06 queue INFO 3 [15] -2014-12-15 14:13:07 queue INFO 7 [16] -2014-12-15 14:13:07 queue INFO 3 [17] -2014-12-15 14:13:07 queue INFO 7 [18] -2014-12-15 14:13:08 queue INFO 3 [19] -2014-12-15 14:13:08 queue INFO 7 [20] -2014-12-15 14:13:08 queue INFO 3 [21] -2014-12-15 14:13:09 queue INFO 7 [22] -2014-12-15 14:13:09 queue INFO 3 [23] -2014-12-15 14:13:09 queue INFO 7 [24] -2014-12-15 14:13:10 queue INFO 3 [25] -2014-12-15 14:13:10 queue INFO 7 [26] -2014-12-15 14:13:10 queue INFO 3 [27] -2014-12-15 14:13:11 queue INFO 7 [28] -2014-12-15 14:13:11 queue INFO 3 [29] -2014-12-15 14:13:11 queue INFO 7 [30] -2014-12-15 14:13:12 queue INFO 3 [31] -2014-12-15 14:13:12 queue INFO 7 [32] -2014-12-15 14:13:12 queue INFO 3 [33] -2014-12-15 14:13:12 queue INFO 7 [34] -2014-12-15 14:13:13 queue INFO 3 [35] -2014-12-15 14:13:13 queue INFO 7 [36] -2014-12-15 14:13:13 queue INFO 3 [37] -2014-12-15 14:13:14 queue INFO 7 [38] -2014-12-15 14:13:14 queue INFO 3 [39] -2014-12-15 14:13:14 queue INFO 7 [40] -2014-12-15 14:13:15 queue INFO 3 [41] -2014-12-15 14:13:15 queue INFO 7 [42] -2014-12-15 14:13:15 queue INFO 3 [43] -2014-12-15 14:13:16 queue INFO 7 [44] -2014-12-15 14:13:16 queue INFO 3 [45] -2014-12-15 14:13:16 queue INFO 7 [46] -2014-12-15 14:13:17 queue INFO 3 [47] -2014-12-15 14:13:17 queue INFO 7 [48] -2014-12-15 14:13:17 queue INFO 3 [49] -2014-12-15 14:13:18 queue INFO 7 [50] -2014-12-15 14:13:18 queue INFO 3 [51] -2014-12-15 14:13:18 queue INFO 7 [52] -2014-12-15 14:13:19 queue INFO 3 [53] -2014-12-15 14:13:19 queue INFO 7 [54] -2014-12-15 14:13:19 queue INFO 3 [55] -2014-12-15 14:13:20 queue INFO 7 [56] -2014-12-15 14:13:20 queue INFO 3 [57] -2014-12-15 14:13:20 queue INFO 7 [58] -2014-12-15 14:13:21 queue INFO 3 [59] -2014-12-15 14:13:21 queue INFO 7 [60] -2014-12-15 14:13:21 queue INFO 3 [61] -2014-12-15 14:13:21 queue INFO 7 [62] -2014-12-15 14:13:22 queue INFO 3 [63] -2014-12-15 14:13:22 queue INFO 7 [64] -2014-12-15 14:13:22 queue INFO 3 [65] -2014-12-15 14:13:23 queue INFO 7 [66] -2014-12-15 14:13:23 queue INFO 3 [67] -2014-12-15 14:13:23 queue INFO 7 [68] -2014-12-15 14:13:24 queue INFO 3 [69] -2014-12-15 14:13:24 queue INFO 7 [70] -2014-12-15 14:13:24 queue INFO 3 [71] -2014-12-15 14:13:25 queue INFO 7 [72] -2014-12-15 14:13:25 queue INFO 3 [73] -2014-12-15 14:13:25 queue INFO 7 [74] -2014-12-15 14:13:26 queue INFO 3 [75] -2014-12-15 14:13:26 queue INFO 7 [76] -2014-12-15 14:13:27 queue INFO 3 [77] -2014-12-15 14:13:27 queue INFO 7 [78] -2014-12-15 14:13:27 queue INFO 3 [79] -2014-12-15 14:13:28 queue INFO 7 [80] -2014-12-15 14:13:28 queue INFO 3 [81] -2014-12-15 14:13:28 queue INFO 7 [82] -2014-12-15 14:13:29 queue INFO 3 [83] -2014-12-15 14:13:29 queue INFO 7 [84] -2014-12-15 14:13:29 queue INFO 3 [85] -2014-12-15 14:13:30 queue INFO 7 [86] -2014-12-15 14:13:30 queue INFO 3 [87] -2014-12-15 14:13:30 queue INFO 7 [88] -2014-12-15 14:13:30 queue INFO 3 [89] -2014-12-15 14:13:31 queue INFO 7 [90] -2014-12-15 14:13:31 queue INFO 3 [91] -2014-12-15 14:13:31 queue INFO 7 [92] -2014-12-15 14:13:32 queue INFO 3 [93] -2014-12-15 14:13:32 queue INFO 7 [94] -2014-12-15 14:13:32 queue INFO 3 [95] -2014-12-15 14:13:33 queue INFO 7 [96] -2014-12-15 14:13:33 queue INFO 3 [97] -2014-12-15 14:13:33 queue INFO 7 [98] -2014-12-15 14:13:34 queue INFO 3 [99] -2014-12-15 14:13:34 queue INFO 7 [100] -2014-12-15 14:13:34 queue INFO 3 [101] -2014-12-15 14:13:35 queue INFO 7 [102] -2014-12-15 14:13:35 queue INFO 3 [103] -2014-12-15 14:13:35 queue INFO 7 [104] -2014-12-15 14:13:36 queue INFO 3 [105] -2014-12-15 14:13:36 queue INFO 7 [106] -2014-12-15 14:13:36 queue INFO 3 [107] -2014-12-15 14:13:37 queue INFO 7 [108] -2014-12-15 14:13:37 queue INFO 3 [109] -2014-12-15 14:13:37 queue INFO 7 [110] -2014-12-15 14:13:38 queue INFO 3 [111] -2014-12-15 14:13:38 queue INFO 7 [112] -2014-12-15 14:13:38 queue INFO 3 [113] -2014-12-15 14:13:39 queue INFO 7 [114] -2014-12-15 14:13:39 queue INFO 3 [115] -2014-12-15 14:13:39 queue INFO 7 [116] -2014-12-15 14:13:40 queue INFO 3 [117] -2014-12-15 14:13:40 queue INFO 7 [118] -2014-12-15 14:13:40 queue INFO 3 [119] -2014-12-15 14:13:41 queue INFO 7 [120] -2014-12-15 14:13:41 queue INFO 3 [121] -2014-12-15 14:13:41 queue INFO 7 [122] -2014-12-15 14:13:42 queue INFO 3 [123] -2014-12-15 14:13:42 queue INFO 7 [124] -2014-12-15 14:13:42 queue INFO 3 [125] -2014-12-15 14:13:43 queue INFO 7 [126] -2014-12-15 14:13:43 queue INFO 3 [127] -2014-12-15 14:13:43 queue INFO 7 [128] -2014-12-15 14:13:43 queue INFO 3 [129] -2014-12-15 14:13:44 queue INFO 7 [130] -2014-12-15 14:13:44 queue INFO 3 [131] -2014-12-15 14:13:45 queue INFO 7 [132] -2014-12-15 14:13:45 queue INFO 3 [133] -2014-12-15 14:13:46 queue INFO 7 [134] -2014-12-15 14:13:46 queue INFO 3 [135] -2014-12-15 14:13:46 queue INFO 7 [136] -2014-12-15 14:13:47 queue INFO 3 [137] -2014-12-15 14:13:47 queue INFO 7 [138] -2014-12-15 14:13:47 queue INFO 3 [139] -2014-12-15 14:13:48 queue INFO 7 [140] -2014-12-15 14:13:48 queue INFO 3 [141] -2014-12-15 14:13:48 queue INFO 7 [142] -2014-12-15 14:13:49 queue INFO 3 [143] -2014-12-15 14:13:49 queue INFO 7 [144] -2014-12-15 14:13:49 queue INFO 3 [145] -2014-12-15 14:13:50 queue INFO 7 [146] -2014-12-15 14:13:50 queue INFO 3 [147] -2014-12-15 14:13:50 queue INFO 7 [148] -2014-12-15 14:13:51 queue INFO 3 [149] -2014-12-15 14:13:51 queue INFO 7 [150] -2014-12-15 14:13:51 queue INFO 3 [151] -2014-12-15 14:13:52 queue INFO 7 [152] -2014-12-15 14:13:52 queue INFO 3 [153] -2014-12-15 14:13:52 queue INFO 7 [154] -2014-12-15 14:13:53 queue INFO 3 [155] -2014-12-15 14:13:53 queue INFO 7 [156] -2014-12-15 14:13:53 queue INFO 3 [157] -2014-12-15 14:13:54 queue INFO 7 [158] -2014-12-15 14:13:54 queue INFO 3 [159] -2014-12-15 14:13:54 queue INFO 7 [160] -2014-12-15 14:13:55 queue INFO 3 [161] -2014-12-15 14:13:55 queue INFO 7 [162] -2014-12-15 14:13:55 queue INFO 3 [163] -2014-12-15 14:13:56 queue INFO 7 [164] -2014-12-15 14:13:56 queue INFO 3 [165] -2014-12-15 14:13:56 queue INFO 7 [166] -2014-12-15 14:13:57 queue INFO 3 [167] -2014-12-15 14:13:57 queue INFO 7 [168] -2014-12-15 14:13:57 queue INFO 3 [169] -2014-12-15 14:13:58 queue INFO 7 [170] -2014-12-15 14:13:58 queue INFO 3 [171] -2014-12-15 14:13:58 queue INFO 7 [172] -2014-12-15 14:13:59 queue INFO 3 [173] -2014-12-15 14:13:59 queue INFO 7 [174] -2014-12-15 14:13:59 queue INFO 3 [175] -2014-12-15 14:14:00 queue INFO 7 [176] -2014-12-15 14:14:00 queue INFO 3 [177] -2014-12-15 14:14:00 queue INFO 7 [178] -2014-12-15 14:14:01 queue INFO 3 [179] -2014-12-15 14:14:01 queue INFO 7 [180] -2014-12-15 14:14:01 queue INFO 3 [181] -2014-12-15 14:14:02 queue INFO 7 [182] -2014-12-15 14:14:02 queue INFO 3 [183] -2014-12-15 14:14:02 queue INFO 7 [184] -2014-12-15 14:14:03 queue INFO 3 [185] -2014-12-15 14:14:03 queue INFO 7 [186] -2014-12-15 14:14:03 queue INFO 3 [187] -2014-12-15 14:14:04 queue INFO 7 [188] -2014-12-15 14:14:04 queue INFO 3 [189] -2014-12-15 14:14:04 queue INFO 7 [190] -2014-12-15 14:14:05 queue INFO 3 [191] -2014-12-15 14:14:05 queue INFO 7 [192] -2014-12-15 14:14:05 queue INFO 3 [193] -2014-12-15 14:14:06 queue INFO 7 [194] -2014-12-15 14:14:06 queue INFO 3 [195] -2014-12-15 14:14:06 queue INFO 7 [196] -2014-12-15 14:14:07 queue INFO 3 [197] -2014-12-15 14:14:07 queue INFO 7 [198] -2014-12-15 14:14:07 queue INFO 3 [199] -2014-12-15 14:14:07 queue INFO 7 [200] -2014-12-15 14:14:08 queue INFO 3 [201] -2014-12-15 14:14:08 queue INFO 7 [202] -2014-12-15 14:14:08 queue INFO 3 [203] -2014-12-15 14:14:09 queue INFO 7 [204] -2014-12-15 14:14:09 queue INFO 3 [205] -2014-12-15 14:14:09 queue INFO 7 [206] -2014-12-15 14:14:10 queue INFO 3 [207] -2014-12-15 14:14:10 queue INFO 7 [208] -2014-12-15 14:14:10 queue INFO 3 [209] -2014-12-15 14:14:11 queue INFO 7 [210] -2014-12-15 14:14:11 queue INFO 3 [211] -2014-12-15 14:14:11 queue INFO 7 [212] -2014-12-15 14:14:12 queue INFO 3 [213] -2014-12-15 14:14:12 queue INFO 7 [214] -2014-12-15 14:14:12 queue INFO 3 [215] -2014-12-15 14:14:13 queue INFO 7 [216] -2014-12-15 14:14:13 queue INFO 3 [217] -2014-12-15 14:14:13 queue INFO 7 [218] -2014-12-15 14:14:14 queue INFO 3 [219] -2014-12-15 14:14:14 queue INFO 7 [220] -2014-12-15 14:14:15 queue INFO 3 [221] -2014-12-15 14:14:15 queue INFO 7 [222] -2014-12-15 14:14:15 queue INFO 3 [223] -2014-12-15 14:14:16 queue INFO 7 [224] -2014-12-15 14:14:16 queue INFO 3 [225] -2014-12-15 14:14:16 queue INFO 7 [226] -2014-12-15 14:14:17 queue INFO 3 [227] -2014-12-15 14:14:17 queue INFO 7 [228] -2014-12-15 14:14:17 queue INFO 3 [229] -2014-12-15 14:14:18 queue INFO 7 [230] -2014-12-15 14:14:18 queue INFO 3 [231] -2014-12-15 14:14:18 queue INFO 7 [232] -2014-12-15 14:14:19 queue INFO 3 [233] -2014-12-15 14:14:19 queue INFO 7 [234] -2014-12-15 14:14:19 queue INFO 3 [235] -2014-12-15 14:14:20 queue INFO 7 [236] -2014-12-15 14:14:20 queue INFO 3 [237] -2014-12-15 14:14:21 queue INFO 7 [238] -2014-12-15 14:14:21 queue INFO 3 [239] -2014-12-15 14:14:21 queue INFO 7 [240] -2014-12-15 14:14:22 queue INFO 3 [241] -2014-12-15 14:14:22 queue INFO 7 [242] -2014-12-15 14:14:22 queue INFO 3 [243] -2014-12-15 14:14:23 queue INFO 7 [244] -2014-12-15 14:14:23 queue INFO 3 [245] -2014-12-15 14:14:23 queue INFO 7 [246] -2014-12-15 14:14:23 queue INFO 3 [247] -2014-12-15 14:14:24 queue INFO 7 [248] -2014-12-15 14:14:24 queue INFO 3 [249] -2014-12-15 14:14:24 queue INFO 7 [250] -2014-12-15 14:14:25 queue INFO 3 [251] -2014-12-15 14:14:25 queue INFO 7 [252] -2014-12-15 14:14:25 queue INFO 3 [253] -2014-12-15 14:14:26 queue INFO 7 [254] -2014-12-15 14:14:26 queue INFO 3 [255] -2014-12-15 14:14:26 queue INFO 7 [256] -2014-12-15 14:14:27 queue INFO 3 [257] -2014-12-15 14:14:27 queue INFO 7 [258] -2014-12-15 14:14:27 queue INFO 3 [259] -2014-12-15 14:14:28 queue INFO 7 [260] -2014-12-15 14:14:28 queue INFO 3 [261] -2014-12-15 14:14:28 queue INFO 7 [262] -2014-12-15 14:14:29 queue INFO 3 [263] -2014-12-15 14:14:29 queue INFO 7 [264] -2014-12-15 14:14:29 queue INFO 3 [265] -2014-12-15 14:14:30 queue INFO 7 [266] -2014-12-15 14:14:30 queue INFO 3 [267] -2014-12-15 14:14:30 queue INFO 7 [268] -2014-12-15 14:14:31 queue INFO 3 [269] -2014-12-15 14:14:31 queue INFO 7 [270] -2014-12-15 14:14:31 queue INFO 3 [271] -2014-12-15 14:14:32 queue INFO 7 [272] -2014-12-15 14:14:32 queue INFO 3 [273] -2014-12-15 14:14:32 queue INFO 7 [274] -2014-12-15 14:14:33 queue INFO 3 [275] -2014-12-15 14:14:33 queue INFO 7 [276] -2014-12-15 14:14:33 queue INFO 3 [277] -2014-12-15 14:14:34 queue INFO 7 [278] -2014-12-15 14:14:34 queue INFO 3 [279] -2014-12-15 14:14:34 queue INFO 7 [280] -2014-12-15 14:14:35 queue INFO 3 [281] -2014-12-15 14:14:35 queue INFO 7 [282] -2014-12-15 14:14:35 queue INFO 3 [283] -2014-12-15 14:14:36 queue INFO 7 [284] -2014-12-15 14:14:36 queue INFO 3 [285] -2014-12-15 14:14:36 queue INFO 7 [286] -2014-12-15 14:14:37 queue INFO 3 [287] -2014-12-15 14:14:37 queue INFO 7 [288] -2014-12-15 14:14:37 queue INFO 3 [289] -2014-12-15 14:14:38 queue INFO 7 [290] -2014-12-15 14:14:38 queue INFO 3 [291] -2014-12-15 14:14:38 queue INFO 7 [292] -2014-12-15 14:14:39 queue INFO 3 [293] -2014-12-15 14:14:39 queue INFO 7 [294] -2014-12-15 14:14:39 queue INFO 3 [295] -2014-12-15 14:14:40 queue INFO 7 [296] -2014-12-15 14:14:40 queue INFO 3 [297] -2014-12-15 14:14:40 queue INFO 7 [298] -2014-12-15 14:14:40 queue INFO 3 [299] -2014-12-15 14:14:41 queue INFO 7 [300] -2014-12-15 14:14:41 queue INFO 3 [301] -2014-12-15 14:14:41 queue INFO 7 [302] -2014-12-15 14:14:42 queue INFO 3 [303] -2014-12-15 14:14:42 queue INFO 7 [304] -2014-12-15 14:14:42 queue INFO 3 [305] -2014-12-15 14:14:43 queue INFO 7 [306] -2014-12-15 14:14:43 queue INFO 3 [307] -2014-12-15 14:14:43 queue INFO 7 [308] -2014-12-15 14:14:44 queue INFO 3 [309] -2014-12-15 14:14:44 queue INFO 7 [310] -2014-12-15 14:14:44 queue INFO 3 [311] -2014-12-15 14:14:45 queue INFO 7 [312] -2014-12-15 14:14:45 queue INFO 3 [313] -2014-12-15 14:14:45 queue INFO 7 [314] -2014-12-15 14:14:46 queue INFO 3 [315] -2014-12-15 14:14:46 queue INFO 7 [316] -2014-12-15 14:14:46 queue INFO 3 [317] -2014-12-15 14:14:47 queue INFO 7 [318] -2014-12-15 14:14:47 queue INFO 3 [319] -2014-12-15 14:14:47 queue INFO 7 [320] -2014-12-15 14:14:48 queue INFO 3 [321] -2014-12-15 14:14:48 queue INFO 7 [322] -2014-12-15 14:14:49 queue INFO 3 [323] -2014-12-15 14:14:49 queue INFO 7 [324] -2014-12-15 14:14:49 queue INFO 3 [325] -2014-12-15 14:14:50 queue INFO 7 [326] -2014-12-15 14:14:50 queue INFO 3 [327] -2014-12-15 14:14:50 queue INFO 7 [328] -2014-12-15 14:14:50 queue INFO 3 [329] -2014-12-15 14:14:51 queue INFO 7 [330] -2014-12-15 14:14:51 queue INFO 3 [331] -2014-12-15 14:14:51 queue INFO 7 [332] -2014-12-15 14:14:52 queue INFO 3 [333] -2014-12-15 14:14:52 queue INFO 7 [334] -2014-12-15 14:14:52 queue INFO 3 [335] -2014-12-15 14:14:53 queue INFO 7 [336] -2014-12-15 14:14:53 queue INFO 3 [337] -2014-12-15 14:14:53 queue INFO 7 [338] -2014-12-15 14:14:54 queue INFO 3 [339] -2014-12-15 14:14:54 queue INFO 7 [340] -2014-12-15 14:14:54 queue INFO 3 [341] -2014-12-15 14:14:55 queue INFO 7 [342] -2014-12-15 14:14:55 queue INFO 3 [343] -2014-12-15 14:14:55 queue INFO 7 [344] -2014-12-15 14:14:56 queue INFO 3 [345] -2014-12-15 14:14:56 queue INFO 7 [346] -2014-12-15 14:14:56 queue INFO 3 [347] -2014-12-15 14:14:57 queue INFO 7 [348] -2014-12-15 14:14:57 queue INFO 3 [349] -2014-12-15 14:14:57 queue INFO 7 [350] -2014-12-15 14:14:58 queue INFO 3 [351] -2014-12-15 14:14:58 queue INFO 7 [352] -2014-12-15 14:14:58 queue INFO 3 [353] -2014-12-15 14:14:59 queue INFO 7 [354] -2014-12-15 14:14:59 queue INFO 3 [355] -2014-12-15 14:14:59 queue INFO 7 [356] -2014-12-15 14:15:00 queue INFO 3 [357] -2014-12-15 14:15:00 queue INFO 7 [358] -2014-12-15 14:15:00 queue INFO 3 [359] -2014-12-15 14:15:01 queue INFO 7 [360] -2014-12-15 14:15:01 queue INFO 3 [361] -2014-12-15 14:15:01 queue INFO 7 [362] -2014-12-15 14:15:01 queue INFO 3 [363] -2014-12-15 14:15:02 queue INFO 7 [364] -2014-12-15 14:15:02 queue INFO 3 [365] -2014-12-15 14:15:02 queue INFO 7 [366] -2014-12-15 14:15:03 queue INFO 3 [367] -2014-12-15 14:15:03 queue INFO 7 [368] -2014-12-15 14:15:03 queue INFO 3 [369] -2014-12-15 14:15:04 queue INFO 7 [370] -2014-12-15 14:15:04 queue INFO 3 [371] -2014-12-15 14:15:04 queue INFO 7 [372] -2014-12-15 14:15:05 queue INFO 3 [373] -2014-12-15 14:15:05 queue INFO 7 [374] -2014-12-15 14:15:05 queue INFO 3 [375] -2014-12-15 14:15:06 queue INFO 7 [376] -2014-12-15 14:15:06 queue INFO 3 [377] -2014-12-15 14:15:06 queue INFO 7 [378] -2014-12-15 14:15:07 queue INFO 3 [379] -2014-12-15 14:15:07 queue INFO 7 [380] -2014-12-15 14:15:07 queue INFO 3 [381] -2014-12-15 14:15:08 queue INFO 7 [382] -2014-12-15 14:15:08 queue INFO 3 [383] -2014-12-15 14:15:08 queue INFO 7 [384] -2014-12-15 14:15:09 queue INFO 3 [385] -2014-12-15 14:15:09 queue INFO 7 [386] -2014-12-15 14:15:09 queue INFO 3 [387] -2014-12-15 14:15:10 queue INFO 7 [388] -2014-12-15 14:15:10 queue INFO 3 [389] -2014-12-15 14:15:10 queue INFO 7 [390] -2014-12-15 14:15:11 queue INFO 3 [391] -2014-12-15 14:15:11 queue INFO 7 [392] -2014-12-15 14:15:11 queue INFO 3 [393] -2014-12-15 14:15:12 queue INFO 7 [394] -2014-12-15 14:15:12 queue INFO 3 [395] -2014-12-15 14:15:12 queue INFO 7 [396] -2014-12-15 14:15:13 queue INFO 3 [397] -2014-12-15 14:15:13 queue INFO 7 [398] -2014-12-15 14:15:13 queue INFO 3 [399] -2014-12-15 14:15:14 queue INFO 7 [400] -2014-12-15 14:15:14 queue INFO 3 [401] -2014-12-15 14:15:14 queue INFO 7 [402] -2014-12-15 14:15:15 queue INFO 3 [403] -2014-12-15 14:15:15 queue INFO 7 [404] -2014-12-15 14:15:15 queue INFO 3 [405] -2014-12-15 14:15:16 queue INFO 7 [406] -2014-12-15 14:15:16 queue INFO 3 [407] -2014-12-15 14:15:16 queue INFO 7 [408] -2014-12-15 14:15:17 queue INFO 3 [409] -2014-12-15 14:15:17 queue INFO 7 [410] -2014-12-15 14:15:17 queue INFO 3 [411] -2014-12-15 14:15:18 queue INFO 7 [412] -2014-12-15 14:15:18 queue INFO 3 [413] -2014-12-15 14:15:18 queue INFO 7 [414] -2014-12-15 14:15:19 queue INFO 3 [415] -2014-12-15 14:15:19 queue INFO 7 [416] -2014-12-15 14:15:19 queue INFO 3 [417] -2014-12-15 14:15:20 queue INFO 7 [418] -2014-12-15 14:15:20 queue INFO 3 [419] -2014-12-15 14:15:20 queue INFO 7 [420] -2014-12-15 14:15:21 queue INFO 3 [421] -2014-12-15 14:15:21 queue INFO 7 [422] -2014-12-15 14:15:21 queue INFO 3 [423] -2014-12-15 14:15:22 queue INFO 7 [424] -2014-12-15 14:15:22 queue INFO 3 [425] -2014-12-15 14:15:22 queue INFO 7 [426] -2014-12-15 14:15:23 queue INFO 3 [427] -2014-12-15 14:15:23 queue INFO 7 [428] -2014-12-15 14:15:23 queue INFO 3 [429] -2014-12-15 14:15:24 queue INFO 7 [430] -2014-12-15 14:15:24 queue INFO 3 [431] -2014-12-15 14:15:24 queue INFO 7 [432] -2014-12-15 14:15:24 queue INFO 3 [433] -2014-12-15 14:15:25 queue INFO 7 [434] -2014-12-15 14:15:26 queue INFO >7 [435] -2014-12-15 14:15:27 queue INFO 3 [436] -2014-12-15 14:15:28 queue INFO 7 [437] -2014-12-15 14:15:28 queue INFO 3 [438] -2014-12-15 14:15:28 queue INFO 7 [439] -2014-12-15 14:15:29 queue INFO 3 [440] -2014-12-15 14:15:29 queue INFO 7 [441] -2014-12-15 14:15:29 queue INFO 3 [442] -2014-12-15 14:15:30 queue INFO 7 [443] -2014-12-15 14:15:30 queue INFO 3 [444] -2014-12-15 14:15:30 queue INFO 7 [445] -2014-12-15 14:15:31 queue INFO 3 [446] -2014-12-15 14:15:31 queue INFO 7 [447] -2014-12-15 14:15:31 queue INFO 3 [448] -2014-12-15 14:15:32 queue INFO 7 [449] -2014-12-15 14:15:32 queue INFO 3 [450] -2014-12-15 14:15:32 queue INFO 7 [451] -2014-12-15 14:15:33 queue INFO 3 [452] -2014-12-15 14:15:33 queue INFO 7 [453] -2014-12-15 14:15:33 queue INFO 3 [454] -2014-12-15 14:15:34 queue INFO 7 [455] -2014-12-15 14:15:34 queue INFO 3 [456] -2014-12-15 14:15:34 queue INFO 7 [457] -2014-12-15 14:15:34 queue INFO 3 [458] -2014-12-15 14:15:35 queue INFO 7 [459] -2014-12-15 14:15:35 queue INFO 3 [460] -2014-12-15 14:15:35 queue INFO 7 [461] -2014-12-15 14:15:36 queue INFO 3 [462] -2014-12-15 14:15:36 queue INFO 7 [463] -2014-12-15 14:15:36 queue INFO 3 [464] -2014-12-15 14:15:37 queue INFO 7 [465] -2014-12-15 14:15:37 queue INFO 3 [466] -2014-12-15 14:15:37 queue INFO 7 [467] -2014-12-15 14:15:38 queue INFO 3 [468] -2014-12-15 14:15:38 queue INFO 7 [469] -2014-12-15 14:15:38 queue INFO 3 [470] -2014-12-15 14:15:39 queue INFO 7 [471] -2014-12-15 14:15:39 queue INFO 3 [472] -2014-12-15 14:15:39 queue INFO 7 [473] -2014-12-15 14:15:40 queue INFO 3 [474] -2014-12-15 14:15:40 queue INFO 7 [475] -2014-12-15 14:15:40 queue INFO 3 [476] -2014-12-15 14:15:41 queue INFO 7 [477] -2014-12-15 14:15:41 queue INFO 3 [478] -2014-12-15 14:15:41 queue INFO 7 [479] -2014-12-15 14:15:42 queue INFO 3 [480] -2014-12-15 14:15:42 queue INFO 7 [481] -2014-12-15 14:15:42 queue INFO 3 [482] -2014-12-15 14:15:43 queue INFO 7 [483] -2014-12-15 14:15:43 queue INFO 3 [484] -2014-12-15 14:15:43 queue INFO 7 [485] -2014-12-15 14:15:44 queue INFO 3 [486] -2014-12-15 14:15:44 queue INFO 7 [487] -2014-12-15 14:15:44 queue INFO 3 [488] -2014-12-15 14:15:45 queue INFO 7 [489] -2014-12-15 14:15:45 queue INFO 3 [490] -2014-12-15 14:15:45 queue INFO 7 [491] -2014-12-15 14:15:46 queue INFO 3 [492] -2014-12-15 14:15:46 queue INFO 7 [493] -2014-12-15 14:15:46 queue INFO 3 [494] -2014-12-15 14:15:47 queue INFO 7 [495] -2014-12-15 14:15:47 queue INFO 3 [496] -2014-12-15 14:15:47 queue INFO 7 [497] -2014-12-15 14:15:48 queue INFO 3 [498] -2014-12-15 14:15:48 queue INFO 7 [499] -2014-12-15 14:15:48 queue INFO 3 [500] -2014-12-15 14:15:49 queue INFO 7 [501] -2014-12-15 14:15:49 queue INFO 3 [502] -2014-12-15 14:15:49 queue INFO 7 [503] -2014-12-15 14:15:50 queue INFO 3 [504] -2014-12-15 14:15:50 queue INFO 7 [505] -2014-12-15 14:15:50 queue INFO 3 [506] -2014-12-15 14:15:51 queue INFO 7 [507] -2014-12-15 14:15:51 queue INFO 3 [508] -2014-12-15 14:15:51 queue INFO 7 [509] -2014-12-15 14:15:52 queue INFO 3 [510] -2014-12-15 14:15:52 queue INFO 7 [511] -2014-12-15 14:15:52 queue INFO 3 [512] -2014-12-15 14:15:53 queue INFO 7 [513] -2014-12-15 14:15:53 queue INFO 3 [514] -2014-12-15 14:15:53 queue INFO 7 [515] -2014-12-15 14:15:54 queue INFO 3 [516] -2014-12-15 14:15:54 queue INFO 7 [517] -2014-12-15 14:15:54 queue INFO 3 [518] -2014-12-15 14:15:55 queue INFO 7 [519] -2014-12-15 14:15:55 queue INFO 3 [520] -2014-12-15 14:15:55 queue INFO 7 [521] -2014-12-15 14:15:56 queue INFO 3 [522] -2014-12-15 14:15:56 queue INFO 7 [523] -2014-12-15 14:15:56 queue INFO 3 [524] -2014-12-15 14:15:56 queue INFO 7 [525] -2014-12-15 14:15:57 queue INFO 3 [526] -2014-12-15 14:15:57 queue INFO 7 [527] -2014-12-15 14:15:57 queue INFO 3 [528] -2014-12-15 14:15:58 queue INFO 7 [529] -2014-12-15 14:15:58 queue INFO 3 [530] -2014-12-15 14:15:58 queue INFO 7 [531] -2014-12-15 14:15:59 queue INFO 3 [532] -2014-12-15 14:15:59 queue INFO 7 [533] -2014-12-15 14:15:59 queue INFO 3 [534] -2014-12-15 14:16:00 queue INFO 7 [535] -2014-12-15 14:16:00 queue INFO 3 [536] -2014-12-15 14:16:00 queue INFO 7 [537] -2014-12-15 14:16:01 queue INFO 3 [538] -2014-12-15 14:16:01 queue INFO 7 [539] -2014-12-15 14:16:01 queue INFO 3 [540] -2014-12-15 14:16:02 queue INFO 7 [541] -2014-12-15 14:16:02 queue INFO 3 [542] -2014-12-15 14:16:02 queue INFO 7 [543] -2014-12-15 14:16:03 queue INFO 3 [544] -2014-12-15 14:16:03 queue INFO 7 [545] -2014-12-15 14:16:03 queue INFO 3 [546] -2014-12-15 14:16:04 queue INFO 7 [547] -2014-12-15 14:16:04 queue INFO 3 [548] -2014-12-15 14:16:04 queue INFO 7 [549] -2014-12-15 14:16:05 queue INFO 3 [550] -2014-12-15 14:16:05 queue INFO 7 [551] -2014-12-15 14:16:05 queue INFO 3 [552] -2014-12-15 14:16:06 queue INFO 7 [553] -2014-12-15 14:16:06 queue INFO 3 [554] -2014-12-15 14:16:06 queue INFO 7 [555] -2014-12-15 14:16:07 queue INFO 3 [556] -2014-12-15 14:16:07 queue INFO 7 [557] -2014-12-15 14:16:07 queue INFO 3 [558] -2014-12-15 14:16:08 queue INFO 7 [559] -2014-12-15 14:16:08 queue INFO 3 [560] -2014-12-15 14:16:08 queue INFO 7 [561] -2014-12-15 14:16:09 queue INFO 3 [562] -2014-12-15 14:16:09 queue INFO 7 [563] -2014-12-15 14:16:09 queue INFO 3 [564] -2014-12-15 14:16:10 queue INFO 7 [565] -2014-12-15 14:16:10 queue INFO 3 [566] -2014-12-15 14:16:10 queue INFO 7 [567] -2014-12-15 14:16:11 queue INFO 3 [568] -2014-12-15 14:16:11 queue INFO 7 [569] -2014-12-15 14:16:11 queue INFO 3 [570] -2014-12-15 14:16:12 queue INFO 7 [571] -2014-12-15 14:16:12 queue INFO 3 [572] -2014-12-15 14:16:12 queue INFO 7 [573] -2014-12-15 14:16:13 queue INFO 3 [574] -2014-12-15 14:16:13 queue INFO 7 [575] -2014-12-15 14:16:13 queue INFO 3 [576] -2014-12-15 14:16:14 queue INFO 7 [577] -2014-12-15 14:16:14 queue INFO 3 [578] -2014-12-15 14:16:14 queue INFO 7 [579] -2014-12-15 14:16:15 queue INFO 3 [580] -2014-12-15 14:16:15 queue INFO 7 [581] -2014-12-15 14:16:15 queue INFO 3 [582] -2014-12-15 14:16:16 queue INFO 7 [583] -2014-12-15 14:16:16 queue INFO 3 [584] -2014-12-15 14:16:16 queue INFO 7 [585] -2014-12-15 14:16:17 queue INFO 3 [586] -2014-12-15 14:16:17 queue INFO 7 [587] -2014-12-15 14:16:17 queue INFO 3 [588] -2014-12-15 14:16:18 queue INFO 7 [589] -2014-12-15 14:16:18 queue INFO 3 [590] -2014-12-15 14:16:18 queue INFO 7 [591] -2014-12-15 14:16:19 queue INFO 3 [592] -2014-12-15 14:16:19 queue INFO 7 [593] -2014-12-15 14:16:19 queue INFO 3 [594] -2014-12-15 14:16:20 queue INFO 7 [595] -2014-12-15 14:16:20 queue INFO 3 [596] -2014-12-15 14:16:20 queue INFO 7 [597] -2014-12-15 14:16:21 queue INFO 3 [598] -2014-12-15 14:16:21 queue INFO 7 [599] -2014-12-15 14:16:21 queue INFO 3 [600] -2014-12-15 14:16:22 queue INFO 7 [601] -2014-12-15 14:16:22 queue INFO 3 [602] -2014-12-15 14:16:22 queue INFO 7 [603] -2014-12-15 14:16:23 queue INFO 3 [604] -2014-12-15 14:16:23 queue INFO 7 [605] -2014-12-15 14:16:23 queue INFO 3 [606] -2014-12-15 14:16:24 queue INFO 7 [607] -2014-12-15 14:16:24 queue INFO 3 [608] -2014-12-15 14:16:24 queue INFO 7 [609] -2014-12-15 14:16:25 queue INFO 3 [610] -2014-12-15 14:16:25 queue INFO 7 [611] -2014-12-15 14:16:25 queue INFO 3 [612] -2014-12-15 14:16:26 queue INFO 7 [613] -2014-12-15 14:16:26 queue INFO 3 [614] -2014-12-15 14:16:26 queue INFO 7 [615] -2014-12-15 14:16:26 queue INFO 3 [616] -2014-12-15 14:16:27 queue INFO 7 [617] -2014-12-15 14:16:27 queue INFO 3 [618] -2014-12-15 14:16:27 queue INFO 7 [619] -2014-12-15 14:16:28 queue INFO 3 [620] -2014-12-15 14:16:28 queue INFO 7 [621] -2014-12-15 14:16:28 queue INFO 3 [622] -2014-12-15 14:16:29 queue INFO 7 [623] -2014-12-15 14:16:29 queue INFO 3 [624] -2014-12-15 14:16:29 queue INFO 7 [625] -2014-12-15 14:16:30 queue INFO 3 [626] -2014-12-15 14:16:30 queue INFO 7 [627] -2014-12-15 14:16:30 queue INFO 3 [628] -2014-12-15 14:16:31 queue INFO 7 [629] -2014-12-15 14:16:31 queue INFO 3 [630] -2014-12-15 14:16:31 queue INFO 7 [631] -2014-12-15 14:16:32 queue INFO 3 [632] -2014-12-15 14:16:32 queue INFO 7 [633] -2014-12-15 14:16:32 queue INFO 3 [634] -2014-12-15 14:16:33 queue INFO 7 [635] -2014-12-15 14:16:33 queue INFO 3 [636] -2014-12-15 14:16:33 queue INFO 7 [637] -2014-12-15 14:16:34 queue INFO 3 [638] -2014-12-15 14:16:34 queue INFO 7 [639] -2014-12-15 14:16:34 queue INFO 3 [640] -2014-12-15 14:16:35 queue INFO 7 [641] -2014-12-15 14:16:35 queue INFO 3 [642] -2014-12-15 14:16:35 queue INFO 7 [643] -2014-12-15 14:16:36 queue INFO 3 [644] -2014-12-15 14:16:36 queue INFO 7 [645] -2014-12-15 14:16:37 queue INFO 3 [646] -2014-12-15 14:16:37 queue INFO 7 [647] -2014-12-15 14:16:37 queue INFO 3 [648] -2014-12-15 14:16:38 queue INFO 7 [649] -2014-12-15 14:16:38 queue INFO 3 [650] -2014-12-15 14:16:38 queue INFO 7 [651] -2014-12-15 14:16:38 queue INFO 3 [652] -2014-12-15 14:16:39 queue INFO 7 [653] -2014-12-15 14:16:39 queue INFO 3 [654] -2014-12-15 14:16:39 queue INFO 7 [655] -2014-12-15 14:16:40 queue INFO 3 [656] -2014-12-15 14:16:40 queue INFO 7 [657] -2014-12-15 14:16:40 queue INFO 3 [658] -2014-12-15 14:16:41 queue INFO 7 [659] -2014-12-15 14:16:41 queue INFO 3 [660] -2014-12-15 14:16:41 queue INFO 7 [661] -2014-12-15 14:16:42 queue INFO 3 [662] -2014-12-15 14:16:42 queue INFO 7 [663] -2014-12-15 14:16:42 queue INFO 3 [664] -2014-12-15 14:16:43 queue INFO 7 [665] -2014-12-15 14:16:43 queue INFO 3 [666] -2014-12-15 14:16:43 queue INFO 7 [667] -2014-12-15 14:16:44 queue INFO 3 [668] -2014-12-15 14:16:44 queue INFO 7 [669] -2014-12-15 14:16:44 queue INFO 3 [670] -2014-12-15 14:16:45 queue INFO 7 [671] -2014-12-15 14:16:45 queue INFO 3 [672] -2014-12-15 14:16:45 queue INFO 7 [673] -2014-12-15 14:16:46 queue INFO 3 [674] -2014-12-15 14:16:46 queue INFO 7 [675] -2014-12-15 14:16:46 queue INFO 3 [676] -2014-12-15 14:16:47 queue INFO 7 [677] -2014-12-15 14:16:47 queue INFO 3 [678] -2014-12-15 14:16:47 queue INFO 7 [679] -2014-12-15 14:16:48 queue INFO 3 [680] -2014-12-15 14:16:48 queue INFO 7 [681] -2014-12-15 14:16:48 queue INFO 3 [682] -2014-12-15 14:16:49 queue INFO 7 [683] -2014-12-15 14:16:49 queue INFO 3 [684] -2014-12-15 14:16:49 queue INFO 7 [685] -2014-12-15 14:16:50 queue INFO 3 [686] -2014-12-15 14:16:50 queue INFO 7 [687] -2014-12-15 14:16:50 queue INFO 3 [688] -2014-12-15 14:16:51 queue INFO 7 [689] -2014-12-15 14:16:51 queue INFO 3 [690] -2014-12-15 14:16:51 queue INFO 7 [691] -2014-12-15 14:16:51 queue INFO 3 [692] -2014-12-15 14:16:52 queue INFO 7 [693] -2014-12-15 14:16:52 queue INFO 3 [694] -2014-12-15 14:16:52 queue INFO 7 [695] -2014-12-15 14:16:53 queue INFO 3 [696] -2014-12-15 14:16:53 queue INFO 7 [697] -2014-12-15 14:16:53 queue INFO 3 [698] -2014-12-15 14:16:54 queue INFO 7 [699] -2014-12-15 14:16:54 queue INFO 3 [700] -2014-12-15 14:16:54 queue INFO 7 [701] -2014-12-15 14:16:55 queue INFO 3 [702] -2014-12-15 14:16:55 queue INFO 7 [703] -2014-12-15 14:16:55 queue INFO 3 [704] -2014-12-15 14:16:56 queue INFO 7 [705] -2014-12-15 14:16:56 queue INFO 3 [706] -2014-12-15 14:16:56 queue INFO 7 [707] -2014-12-15 14:16:57 queue INFO 3 [708] -2014-12-15 14:16:57 queue INFO 7 [709] -2014-12-15 14:16:57 queue INFO 3 [710] -2014-12-15 14:16:58 queue INFO 7 [711] -2014-12-15 14:16:58 queue INFO 3 [712] -2014-12-15 14:16:58 queue INFO 7 [713] -2014-12-15 14:16:59 queue INFO 3 [714] -2014-12-15 14:16:59 queue INFO 7 [715] -2014-12-15 14:16:59 queue INFO 3 [716] -2014-12-15 14:17:00 queue INFO 7 [717] -2014-12-15 14:17:00 queue INFO 3 [718] -2014-12-15 14:17:01 queue INFO 7 [719] -2014-12-15 14:17:01 queue INFO 3 [720] -2014-12-15 14:17:02 queue INFO 7 [721] -2014-12-15 14:17:02 queue INFO 3 [722] -2014-12-15 14:17:02 queue INFO 7 [723] -2014-12-15 14:17:03 queue INFO 3 [724] -2014-12-15 14:17:03 queue INFO 7 [725] -2014-12-15 14:17:03 queue INFO 3 [726] -2014-12-15 14:17:04 queue INFO 7 [727] -2014-12-15 14:17:04 queue INFO 3 [728] -2014-12-15 14:17:04 queue INFO 7 [729] -2014-12-15 14:17:05 queue INFO 3 [730] -2014-12-15 14:17:05 queue INFO 7 [731] -2014-12-15 14:17:05 queue INFO 3 [732] -2014-12-15 14:17:06 queue INFO 7 [733] -2014-12-15 14:17:06 queue INFO 3 [734] -2014-12-15 14:17:06 queue INFO 7 [735] -2014-12-15 14:17:07 queue INFO 3 [736] -2014-12-15 14:17:07 queue INFO 7 [737] -2014-12-15 14:17:07 queue INFO 3 [738] -2014-12-15 14:17:08 queue INFO 7 [739] -2014-12-15 14:17:08 queue INFO 3 [740] -2014-12-15 14:17:08 queue INFO 7 [741] -2014-12-15 14:17:09 queue INFO 3 [742] -2014-12-15 14:17:09 queue INFO 7 [743] -2014-12-15 14:17:09 queue INFO 3 [744] -2014-12-15 14:17:10 queue INFO 7 [745] -2014-12-15 14:17:10 queue INFO 3 [746] -2014-12-15 14:17:10 queue INFO 7 [747] -2014-12-15 14:17:11 queue INFO 3 [748] -2014-12-15 14:17:11 queue INFO 7 [749] -2014-12-15 14:17:11 queue INFO 3 [750] -2014-12-15 14:17:12 queue INFO 7 [751] -2014-12-15 14:17:12 queue INFO 3 [752] -2014-12-15 14:17:12 queue INFO 7 [753] -2014-12-15 14:17:13 queue INFO 3 [754] -2014-12-15 14:17:13 queue INFO 7 [755] -2014-12-15 14:17:13 queue INFO 3 [756] -2014-12-15 14:17:14 queue INFO 7 [757] -2014-12-15 14:17:14 queue INFO 3 [758] -2014-12-15 14:17:14 queue INFO 7 [759] -2014-12-15 14:17:15 queue INFO 3 [760] -2014-12-15 14:17:15 queue INFO 7 [761] -2014-12-15 14:17:15 queue INFO 3 [762] -2014-12-15 14:17:16 queue INFO 7 [763] -2014-12-15 14:17:16 queue INFO 3 [764] -2014-12-15 14:17:16 queue INFO 7 [765] -2014-12-15 14:17:17 queue INFO 3 [766] -2014-12-15 14:17:17 queue INFO 7 [767] -2014-12-15 14:17:17 queue INFO 3 [768] -2014-12-15 14:17:18 queue INFO 7 [769] -2014-12-15 14:17:18 queue INFO 3 [770] -2014-12-15 14:17:18 queue INFO 7 [771] -2014-12-15 14:17:19 queue INFO 3 [772] -2014-12-15 14:17:19 queue INFO 7 [773] -2014-12-15 14:17:19 queue INFO 3 [774] -2014-12-15 14:17:20 queue INFO 7 [775] -2014-12-15 14:17:20 queue INFO 3 [776] -2014-12-15 14:17:20 queue INFO 7 [777] -2014-12-15 14:17:21 queue INFO 3 [778] -2014-12-15 14:17:21 queue INFO 7 [779] -2014-12-15 14:17:21 queue INFO 3 [780] -2014-12-15 14:17:22 queue INFO 7 [781] -2014-12-15 14:17:22 queue INFO 3 [782] -2014-12-15 14:17:22 queue INFO 7 [783] -2014-12-15 14:17:23 queue INFO 3 [784] -2014-12-15 14:17:23 queue INFO 7 [785] -2014-12-15 14:17:23 queue INFO 3 [786] -2014-12-15 14:17:24 queue INFO 7 [787] -2014-12-15 14:17:24 queue INFO 3 [788] -2014-12-15 14:17:24 queue INFO 7 [789] -2014-12-15 14:17:24 queue INFO 3 [790] -2014-12-15 14:17:25 queue INFO 7 [791] -2014-12-15 14:17:25 queue INFO 3 [792] -2014-12-15 14:17:25 queue INFO 7 [793] -2014-12-15 14:17:26 queue INFO 3 [794] -2014-12-15 14:17:26 queue INFO 7 [795] -2014-12-15 14:17:26 queue INFO 3 [796] -2014-12-15 14:17:27 queue INFO 7 [797] -2014-12-15 14:17:27 queue INFO 3 [798] -2014-12-15 14:17:27 queue INFO 7 [799] -2014-12-15 14:17:28 queue INFO 3 [800] -2014-12-15 14:17:28 queue INFO 7 [801] -2014-12-15 14:17:28 queue INFO 3 [802] -2014-12-15 14:17:29 queue INFO 7 [803] -2014-12-15 14:17:29 queue INFO 3 [804] -2014-12-15 14:17:29 queue INFO 7 [805] -2014-12-15 14:17:30 queue INFO 3 [806] -2014-12-15 14:17:30 queue INFO 7 [807] -2014-12-15 14:17:31 queue INFO 3 [808] -2014-12-15 14:17:31 queue INFO 7 [809] -2014-12-15 14:17:31 queue INFO 3 [810] -2014-12-15 14:17:32 queue INFO 7 [811] -2014-12-15 14:17:32 queue INFO 3 [812] -2014-12-15 14:17:32 queue INFO 7 [813] -2014-12-15 14:17:32 queue INFO 3 [814] -2014-12-15 14:17:33 queue INFO 7 [815] -2014-12-15 14:17:33 queue INFO 3 [816] -2014-12-15 14:17:33 queue INFO 7 [817] -2014-12-15 14:17:34 queue INFO 3 [818] -2014-12-15 14:17:34 queue INFO 7 [819] -2014-12-15 14:17:34 queue INFO 3 [820] -2014-12-15 14:17:35 queue INFO 7 [821] -2014-12-15 14:17:35 queue INFO 3 [822] -2014-12-15 14:17:35 queue INFO 7 [823] -2014-12-15 14:17:36 queue INFO 3 [824] -2014-12-15 14:17:36 queue INFO 7 [825] -2014-12-15 14:17:36 queue INFO 3 [826] -2014-12-15 14:17:37 queue INFO 7 [827] -2014-12-15 14:17:37 queue INFO 3 [828] -2014-12-15 14:17:37 queue INFO 7 [829] -2014-12-15 14:17:38 queue INFO 3 [830] -2014-12-15 14:17:38 queue INFO 7 [831] -2014-12-15 14:17:38 queue INFO 3 [832] -2014-12-15 14:17:39 queue INFO 7 [833] -2014-12-15 14:17:39 queue INFO 3 [834] -2014-12-15 14:17:39 queue INFO 7 [835] -2014-12-15 14:17:40 queue INFO 3 [836] -2014-12-15 14:17:40 queue INFO 7 [837] -2014-12-15 14:17:40 queue INFO 3 [838] -2014-12-15 14:17:41 queue INFO 7 [839] -2014-12-15 14:17:41 queue INFO 3 [840] -2014-12-15 14:17:41 queue INFO 7 [841] -2014-12-15 14:17:42 queue INFO 3 [842] -2014-12-15 14:17:42 queue INFO 7 [843] -2014-12-15 14:17:42 queue INFO 3 [844] -2014-12-15 14:17:43 queue INFO 7 [845] -2014-12-15 14:17:43 queue INFO 3 [846] -2014-12-15 14:17:43 queue INFO 7 [847] -2014-12-15 14:17:44 queue INFO 3 [848] -2014-12-15 14:17:44 queue INFO 7 [849] -2014-12-15 14:17:44 queue INFO 3 [850] -2014-12-15 14:17:44 queue INFO 7 [851] -2014-12-15 14:17:45 queue INFO 3 [852] -2014-12-15 14:17:45 queue INFO 7 [853] -2014-12-15 14:17:46 queue INFO 3 [854] -2014-12-15 14:18:04 program INFO Avvio ProgrammaReadPar IOB-pi v.1.6 -2014-12-15 14:18:04 program INFO Start ReadPar IOB-pi v.1.6 -2014-12-15 14:18:04 program INFO Avvio loop principale -2014-12-15 14:18:04 queue INFO 3 [0] -2014-12-15 14:18:04 queue INFO >3 [1] -2014-12-15 14:18:05 program ERROR IOB offline -2014-12-15 14:18:06 queue INFO 7 [2] -2014-12-15 14:18:06 queue INFO >7 [3] -2014-12-15 14:18:08 queue INFO 3 [4] -2014-12-15 14:18:08 queue INFO >3 [5] -2014-12-15 14:18:09 queue INFO 7 [6] -2014-12-15 14:18:09 queue INFO >7 [7] -2014-12-15 14:18:11 queue INFO 3 [8] -2014-12-15 14:18:11 queue INFO >3 [9] -2014-12-15 14:18:38 queue INFO 7 [10] -2014-12-15 14:18:38 queue INFO >7 [11] -2014-12-15 14:18:40 queue INFO 3 [12] -2014-12-15 14:18:40 queue INFO >3 [13] -2014-12-15 14:18:42 queue INFO 7 [14] -2014-12-15 14:18:42 queue INFO >7 [15] -2014-12-15 14:18:44 queue INFO 3 [16] -2014-12-15 14:18:44 queue INFO >3 [17] -2014-12-15 14:18:46 queue INFO 7 [18] -2014-12-15 14:18:46 queue INFO >7 [19] -2014-12-15 14:18:48 queue INFO 3 [20] -2014-12-15 14:18:48 queue INFO >3 [21] -2014-12-15 14:18:50 queue INFO 7 [22] -2014-12-15 14:18:50 queue INFO >7 [23] -2014-12-15 14:18:52 queue INFO 3 [24] -2014-12-15 14:18:52 queue INFO >3 [25] -2014-12-15 14:18:54 queue INFO 7 [26] -2014-12-15 14:18:54 queue INFO >7 [27] -2014-12-15 14:18:55 queue INFO 3 [28] -2014-12-15 14:18:55 queue INFO >3 [29] -2014-12-15 14:18:57 queue INFO 7 [30] -2014-12-15 14:18:58 queue INFO >7 [31] -2014-12-15 14:18:59 queue INFO 3 [32] -2014-12-15 14:18:59 queue INFO >3 [33] -2014-12-15 14:19:01 queue INFO 7 [34] -2014-12-15 14:19:01 queue INFO >7 [35] -2014-12-15 14:19:03 queue INFO 3 [36] -2014-12-15 14:19:03 queue INFO >3 [37] -2014-12-15 14:19:05 queue INFO 7 [38] -2014-12-15 14:19:05 queue INFO >7 [39] -2014-12-15 14:19:06 queue INFO 3 [40] -2014-12-15 14:19:07 queue INFO >3 [41] -2014-12-15 14:19:08 queue INFO 7 [42] -2014-12-15 14:19:09 queue INFO >7 [43] -2014-12-15 14:19:10 queue INFO 3 [44] -2014-12-15 14:19:10 queue INFO >3 [45] -2014-12-15 14:19:12 queue INFO 7 [46] -2014-12-15 14:19:12 queue INFO >7 [47] -2014-12-15 14:19:14 queue INFO 3 [48] -2014-12-15 14:19:14 queue INFO >3 [49] -2014-12-15 14:19:16 queue INFO 7 [50] -2014-12-15 14:19:16 queue INFO >7 [51] -2014-12-15 14:19:18 queue INFO 3 [52] -2014-12-15 14:19:18 queue INFO >3 [53] -2014-12-15 14:19:20 queue INFO 7 [54] -2014-12-15 14:19:20 queue INFO >7 [55] -2014-12-15 14:19:21 queue INFO 3 [56] -2014-12-15 14:19:21 queue INFO >3 [57] -2014-12-15 14:19:23 queue INFO 7 [58] -2014-12-15 14:19:23 queue INFO >7 [59] -2014-12-15 14:19:24 queue INFO 3 [60] -2014-12-15 14:19:25 queue INFO >3 [61] -2014-12-15 14:19:27 queue INFO 7 [62] -2014-12-15 14:19:27 queue INFO >7 [63] -2014-12-15 14:19:28 queue INFO 3 [64] -2014-12-15 14:19:29 queue INFO >3 [65] -2014-12-15 14:19:30 queue INFO 7 [66] -2014-12-15 14:19:31 queue INFO >7 [67] -2014-12-15 14:19:32 queue INFO 3 [68] -2014-12-15 14:19:33 queue INFO >3 [69] -2014-12-15 14:19:34 queue INFO 7 [70] -2014-12-15 14:19:35 queue INFO >7 [71] -2014-12-15 14:19:36 queue INFO 3 [72] -2014-12-15 14:19:36 queue INFO >3 [73] -2014-12-15 14:19:38 queue INFO 7 [74] -2014-12-15 14:19:38 queue INFO >7 [75] -2014-12-15 14:19:40 queue INFO 3 [76] -2014-12-15 14:19:40 queue INFO >3 [77] -2014-12-15 14:19:42 queue INFO 7 [78] -2014-12-15 14:19:42 queue INFO >7 [79] -2014-12-15 14:19:44 queue INFO 3 [80] -2014-12-15 14:19:44 queue INFO >3 [81] -2014-12-15 14:19:46 queue INFO 7 [82] -2014-12-15 14:19:46 queue INFO >7 [83] -2014-12-15 14:19:47 queue INFO 3 [84] -2014-12-15 14:19:47 queue INFO >3 [85] -2014-12-15 14:19:49 queue INFO 7 [86] -2014-12-15 14:19:49 queue INFO >7 [87] -2014-12-15 14:19:50 queue INFO 3 [88] -2014-12-15 14:19:50 queue INFO >3 [89] -2014-12-15 14:19:52 queue INFO 7 [90] -2014-12-15 14:19:52 queue INFO >7 [91] -2014-12-15 14:19:54 queue INFO 3 [92] -2014-12-15 14:19:54 queue INFO >3 [93] -2014-12-15 14:19:56 queue INFO 7 [94] -2014-12-15 14:19:56 queue INFO >7 [95] -2014-12-15 14:19:58 queue INFO 3 [96] -2014-12-15 14:19:58 queue INFO >3 [97] -2014-12-15 14:20:00 queue INFO 7 [98] -2014-12-15 14:20:00 queue INFO >7 [99] -2014-12-15 14:20:02 queue INFO 3 [100] -2014-12-15 14:20:02 queue INFO >3 [101] -2014-12-15 14:20:04 queue INFO 7 [102] -2014-12-15 14:20:04 queue INFO >7 [103] -2014-12-15 14:20:06 queue INFO 3 [104] -2014-12-15 14:20:06 queue INFO >3 [105] -2014-12-15 14:20:08 queue INFO 7 [106] -2014-12-15 14:20:08 queue INFO >7 [107] -2014-12-15 14:20:10 queue INFO 3 [108] -2014-12-15 14:20:10 queue INFO >3 [109] -2014-12-15 14:20:13 queue INFO 7 [110] -2014-12-15 14:20:13 queue INFO >7 [111] -2014-12-15 14:20:15 queue INFO 3 [112] -2014-12-15 14:20:15 queue INFO >3 [113] -2014-12-15 14:20:17 queue INFO 7 [114] -2014-12-15 14:20:17 queue INFO >7 [115] -2014-12-15 14:20:19 queue INFO 3 [116] -2014-12-15 14:20:19 queue INFO >3 [117] -2014-12-15 14:20:22 queue INFO 7 [118] -2014-12-15 14:20:22 queue INFO >7 [119] -2014-12-15 14:20:24 queue INFO 3 [120] -2014-12-15 14:20:24 queue INFO >3 [121] -2014-12-15 14:20:25 queue INFO 7 [122] -2014-12-15 14:20:25 queue INFO 3 [123] -2014-12-15 14:20:25 queue INFO >3 [124] -2014-12-15 14:20:29 queue INFO 7 [125] -2014-12-15 14:20:29 queue INFO >7 [126] -2014-12-15 14:20:30 queue INFO 3 [127] -2014-12-15 14:20:30 queue INFO >3 [128] -2014-12-15 14:20:33 queue INFO 7 [129] -2014-12-15 14:20:33 queue INFO >7 [130] -2014-12-15 14:20:36 queue INFO 3 [131] -2014-12-15 14:20:36 queue INFO >3 [132] -2014-12-15 14:20:38 queue INFO 7 [133] -2014-12-15 14:20:38 queue INFO >7 [134] -2014-12-15 14:20:40 queue INFO 3 [135] -2014-12-15 14:20:40 queue INFO >3 [136] -2014-12-15 14:20:43 queue INFO 7 [137] -2014-12-15 14:20:43 queue INFO >7 [138] -2014-12-15 14:20:45 queue INFO 3 [139] -2014-12-15 14:20:45 queue INFO >3 [140] -2014-12-15 14:20:48 queue INFO 7 [141] -2014-12-15 14:20:48 queue INFO >7 [142] -2014-12-15 14:20:49 queue INFO 3 [143] -2014-12-15 14:20:50 queue INFO >3 [144] -2014-12-15 14:20:51 queue INFO 7 [145] -2014-12-15 14:20:51 queue INFO >7 [146] -2014-12-15 14:20:52 queue INFO 3 [147] -2014-12-15 14:20:52 queue INFO >3 [148] -2014-12-15 14:20:54 queue INFO 7 [149] -2014-12-15 14:20:54 queue INFO >7 [150] -2014-12-15 14:20:56 queue INFO 3 [151] -2014-12-15 14:20:56 queue INFO >3 [152] -2014-12-15 14:20:59 queue INFO 7 [153] -2014-12-15 14:20:59 queue INFO >7 [154] -2014-12-15 14:21:01 queue INFO 3 [155] -2014-12-15 14:21:01 queue INFO >3 [156] -2014-12-15 14:21:03 queue INFO 7 [157] -2014-12-15 14:21:03 queue INFO >7 [158] -2014-12-15 14:21:05 queue INFO 3 [159] -2014-12-15 14:21:05 queue INFO >3 [160] -2014-12-15 14:21:07 queue INFO 7 [161] -2014-12-15 14:21:07 queue INFO >7 [162] -2014-12-15 14:21:09 queue INFO 3 [163] -2014-12-15 14:21:09 queue INFO >3 [164] -2014-12-15 14:21:11 queue INFO 7 [165] -2014-12-15 14:21:12 queue INFO >7 [166] -2014-12-15 14:21:13 queue INFO 3 [167] -2014-12-15 14:21:13 queue INFO >3 [168] -2014-12-15 14:21:15 queue INFO 7 [169] -2014-12-15 14:21:16 queue INFO >7 [170] -2014-12-15 14:21:17 queue INFO 3 [171] -2014-12-15 14:21:17 queue INFO >3 [172] -2014-12-15 14:21:18 queue INFO 7 [173] -2014-12-15 14:21:18 queue INFO >7 [174] -2014-12-15 14:21:20 queue INFO 3 [175] -2014-12-15 14:21:20 queue INFO >3 [176] -2014-12-15 14:21:23 queue INFO 7 [177] -2014-12-15 14:21:23 queue INFO >7 [178] -2014-12-15 14:21:24 queue INFO 3 [179] -2014-12-15 14:21:25 queue INFO >3 [180] -2014-12-15 14:21:27 queue INFO 7 [181] -2014-12-15 14:21:27 queue INFO >7 [182] -2014-12-15 14:21:28 queue INFO 3 [183] -2014-12-15 14:21:29 queue INFO >3 [184] -2014-12-15 14:21:31 queue INFO 7 [185] -2014-12-15 14:21:31 queue INFO >7 [186] -2014-12-15 14:21:32 queue INFO 3 [187] -2014-12-15 14:21:33 queue INFO >3 [188] -2014-12-15 14:21:34 queue INFO 7 [189] -2014-12-15 14:21:34 queue INFO >7 [190] -2014-12-15 14:21:35 queue INFO 3 [191] -2014-12-15 14:21:36 queue INFO >3 [192] -2014-12-15 14:21:38 queue INFO 7 [193] -2014-12-15 14:21:38 queue INFO >7 [194] -2014-12-15 14:21:40 queue INFO 3 [195] -2014-12-15 14:21:40 queue INFO >3 [196] -2014-12-15 14:21:42 queue INFO 7 [197] -2014-12-15 14:21:42 queue INFO >7 [198] -2014-12-15 14:21:44 queue INFO 3 [199] -2014-12-15 14:21:44 queue INFO >3 [200] -2014-12-15 14:21:46 queue INFO 7 [201] -2014-12-15 14:21:46 queue INFO >7 [202] -2014-12-15 14:21:47 queue INFO 3 [203] -2014-12-15 14:21:48 queue INFO >3 [204] -2014-12-15 14:21:50 queue INFO 7 [205] -2014-12-15 14:21:50 queue INFO >7 [206] -2014-12-15 14:21:52 queue INFO 3 [207] -2014-12-15 14:21:52 queue INFO >3 [208] -2014-12-15 14:21:54 queue INFO 7 [209] -2014-12-15 14:21:54 queue INFO >7 [210] -2014-12-15 14:21:56 queue INFO 3 [211] -2014-12-15 14:21:56 queue INFO >3 [212] -2014-12-15 14:21:58 queue INFO 7 [213] -2014-12-15 14:21:58 queue INFO >7 [214] -2014-12-15 14:21:59 queue INFO 3 [215] -2014-12-15 14:21:59 queue INFO >3 [216] -2014-12-15 14:22:02 queue INFO 7 [217] -2014-12-15 14:22:02 queue INFO >7 [218] -2014-12-15 14:22:03 queue INFO 3 [219] -2014-12-15 14:22:03 queue INFO >3 [220] -2014-12-15 14:22:05 queue INFO 7 [221] -2014-12-15 14:22:06 queue INFO >7 [222] -2014-12-15 14:22:07 queue INFO 3 [223] -2014-12-15 14:22:07 queue INFO >3 [224] -2014-12-15 14:22:09 queue INFO 7 [225] -2014-12-15 14:22:09 queue INFO >7 [226] -2014-12-15 14:22:11 queue INFO 3 [227] -2014-12-15 14:22:11 queue INFO >3 [228] -2014-12-15 14:22:13 queue INFO 7 [229] -2014-12-15 14:22:14 queue INFO >7 [230] -2014-12-15 14:22:15 queue INFO 3 [231] -2014-12-15 14:22:15 queue INFO >3 [232] -2014-12-15 14:22:17 queue INFO 7 [233] -2014-12-15 14:22:17 queue INFO >7 [234] -2014-12-15 14:22:19 queue INFO 3 [235] -2014-12-15 14:22:19 queue INFO >3 [236] -2014-12-15 14:22:21 queue INFO 7 [237] -2014-12-15 14:22:21 queue INFO >7 [238] -2014-12-15 14:22:23 queue INFO 3 [239] -2014-12-15 14:22:23 queue INFO >3 [240] -2014-12-15 14:22:25 queue INFO 7 [241] -2014-12-15 14:22:25 queue INFO >7 [242] -2014-12-15 14:22:27 queue INFO 3 [243] -2014-12-15 14:22:27 queue INFO >3 [244] -2014-12-15 14:22:29 queue INFO 7 [245] -2014-12-15 14:22:29 queue INFO >7 [246] -2014-12-15 14:22:31 queue INFO 3 [247] -2014-12-15 14:22:31 queue INFO >3 [248] -2014-12-15 14:22:33 queue INFO 7 [249] -2014-12-15 14:22:33 queue INFO >7 [250] -2014-12-15 14:22:35 queue INFO 3 [251] -2014-12-15 14:22:35 queue INFO >3 [252] -2014-12-15 14:22:37 queue INFO 7 [253] -2014-12-15 14:22:37 queue INFO >7 [254] -2014-12-15 14:22:39 queue INFO 3 [255] -2014-12-15 14:22:39 queue INFO >3 [256] -2014-12-15 14:22:41 queue INFO 7 [257] -2014-12-15 14:22:41 queue INFO >7 [258] -2014-12-15 14:22:42 queue INFO 3 [259] -2014-12-15 14:22:42 queue INFO >3 [260] -2014-12-15 14:22:45 queue INFO 7 [261] -2014-12-15 14:22:45 queue INFO >7 [262] -2014-12-15 14:22:47 queue INFO 3 [263] -2014-12-15 14:22:47 queue INFO >3 [264] -2014-12-15 14:22:49 queue INFO 7 [265] -2014-12-15 14:22:49 queue INFO >7 [266] -2014-12-15 14:22:51 queue INFO 3 [267] -2014-12-15 14:22:51 queue INFO >3 [268] -2014-12-15 14:22:52 queue INFO 7 [269] -2014-12-15 14:22:52 queue INFO >7 [270] -2014-12-15 14:22:54 queue INFO 3 [271] -2014-12-15 14:22:54 queue INFO >3 [272] -2014-12-15 14:22:56 queue INFO 7 [273] -2014-12-15 14:22:56 queue INFO >7 [274] -2014-12-15 14:22:58 queue INFO 3 [275] -2014-12-15 14:22:58 queue INFO >3 [276] -2014-12-15 14:23:00 queue INFO 7 [277] -2014-12-15 14:23:00 queue INFO >7 [278] -2014-12-15 14:23:01 queue INFO 3 [279] -2014-12-15 14:23:01 queue INFO >3 [280] -2014-12-15 14:23:03 queue INFO 7 [281] -2014-12-15 14:23:04 queue INFO >7 [282] -2014-12-15 14:23:05 queue INFO 3 [283] -2014-12-15 14:23:05 queue INFO >3 [284] -2014-12-15 14:23:07 queue INFO 7 [285] -2014-12-15 14:23:07 queue INFO >7 [286] -2014-12-15 14:23:09 queue INFO 3 [287] -2014-12-15 14:23:09 queue INFO >3 [288] -2014-12-15 14:23:11 queue INFO 7 [289] -2014-12-15 14:23:11 queue INFO >7 [290] -2014-12-15 14:23:13 queue INFO 3 [291] -2014-12-15 14:23:13 queue INFO >3 [292] -2014-12-15 14:23:15 queue INFO 7 [293] -2014-12-15 14:23:15 queue INFO >7 [294] -2014-12-15 14:23:16 queue INFO 3 [295] -2014-12-15 14:23:17 queue INFO >3 [296] -2014-12-15 14:23:18 queue INFO 7 [297] -2014-12-15 14:23:18 queue INFO >7 [298] -2014-12-15 14:23:20 queue INFO 3 [299] -2014-12-15 14:23:20 queue INFO >3 [300] -2014-12-15 14:23:22 queue INFO 7 [301] -2014-12-15 14:23:22 queue INFO >7 [302] -2014-12-15 14:23:23 queue INFO 3 [303] -2014-12-15 14:23:23 queue INFO >3 [304] -2014-12-15 14:23:24 queue INFO 7 [305] -2014-12-15 14:23:24 queue INFO >7 [306] -2014-12-15 14:23:27 queue INFO 3 [307] -2014-12-15 14:23:27 queue INFO >3 [308] -2014-12-15 14:23:28 queue INFO 7 [309] -2014-12-15 14:23:28 queue INFO >7 [310] -2014-12-15 14:23:31 queue INFO 3 [311] -2014-12-15 14:23:31 queue INFO >3 [312] -2014-12-15 14:23:33 queue INFO 7 [313] -2014-12-15 14:23:34 queue INFO >7 [314] -2014-12-15 14:23:35 queue INFO 3 [315] -2014-12-15 14:23:35 queue INFO >3 [316] -2014-12-15 14:23:37 queue INFO 7 [317] -2014-12-15 14:23:37 queue INFO >7 [318] -2014-12-15 14:23:39 queue INFO 3 [319] -2014-12-15 14:23:39 queue INFO >3 [320] -2014-12-15 14:23:41 queue INFO 7 [321] -2014-12-15 14:23:41 queue INFO >7 [322] -2014-12-15 14:23:43 queue INFO 3 [323] -2014-12-15 14:23:43 queue INFO >3 [324] -2014-12-15 14:23:45 queue INFO 7 [325] -2014-12-15 14:23:45 queue INFO >7 [326] -2014-12-15 14:23:47 queue INFO 3 [327] -2014-12-15 14:23:47 queue INFO >3 [328] -2014-12-15 14:23:49 queue INFO 7 [329] -2014-12-15 14:23:49 queue INFO >7 [330] -2014-12-15 14:23:50 queue INFO 3 [331] -2014-12-15 14:23:51 queue INFO >3 [332] -2014-12-15 14:23:52 queue INFO 7 [333] -2014-12-15 14:23:53 queue INFO >7 [334] -2014-12-15 14:23:54 queue INFO 3 [335] -2014-12-15 14:23:54 queue INFO >3 [336] -2014-12-15 14:23:56 queue INFO 7 [337] -2014-12-15 14:23:56 queue INFO >7 [338] -2014-12-15 14:23:58 queue INFO 3 [339] -2014-12-15 14:23:58 queue INFO >3 [340] -2014-12-15 14:24:00 queue INFO 7 [341] -2014-12-15 14:24:00 queue INFO >7 [342] -2014-12-15 14:24:02 queue INFO 3 [343] -2014-12-15 14:24:02 queue INFO >3 [344] -2014-12-15 14:24:04 queue INFO 7 [345] -2014-12-15 14:24:04 queue INFO >7 [346] -2014-12-15 14:24:06 queue INFO 3 [347] -2014-12-15 14:24:06 queue INFO >3 [348] -2014-12-15 14:24:07 queue INFO 7 [349] -2014-12-15 14:24:08 queue INFO >7 [350] -2014-12-15 14:24:09 queue INFO 3 [351] -2014-12-15 14:24:09 queue INFO >3 [352] -2014-12-15 14:24:11 queue INFO 7 [353] -2014-12-15 14:24:11 queue INFO >7 [354] -2014-12-15 14:24:12 queue INFO 3 [355] -2014-12-15 14:24:13 queue INFO >3 [356] -2014-12-15 14:24:15 queue INFO 7 [357] -2014-12-15 14:24:15 queue INFO >7 [358] -2014-12-15 14:24:17 queue INFO 3 [359] -2014-12-15 14:24:17 queue INFO >3 [360] -2014-12-15 14:24:19 queue INFO 7 [361] -2014-12-15 14:24:19 queue INFO >7 [362] -2014-12-15 14:24:21 queue INFO 3 [363] -2014-12-15 14:24:21 queue INFO >3 [364] -2014-12-15 14:24:23 queue INFO 7 [365] -2014-12-15 14:24:23 queue INFO >7 [366] -2014-12-15 14:24:24 queue INFO 3 [367] -2014-12-15 14:24:25 queue INFO >3 [368] -2014-12-15 14:24:26 queue INFO 7 [369] -2014-12-15 14:24:26 queue INFO >7 [370] -2014-12-15 14:24:27 queue INFO 3 [371] -2014-12-15 14:24:27 queue INFO >3 [372] -2014-12-15 14:24:29 queue INFO 7 [373] -2014-12-15 14:24:29 queue INFO >7 [374] -2014-12-15 14:24:31 queue INFO 3 [375] -2014-12-15 14:24:31 queue INFO >3 [376] -2014-12-15 14:24:33 queue INFO 7 [377] -2014-12-15 14:24:33 queue INFO >7 [378] -2014-12-15 14:24:35 queue INFO 3 [379] -2014-12-15 14:24:35 queue INFO >3 [380] -2014-12-15 14:24:37 queue INFO 7 [381] -2014-12-15 14:24:37 queue INFO >7 [382] -2014-12-15 14:24:39 queue INFO 3 [383] -2014-12-15 14:24:39 queue INFO >3 [384] -2014-12-15 14:24:41 queue INFO 7 [385] -2014-12-15 14:24:41 queue INFO >7 [386] -2014-12-15 14:24:43 queue INFO 3 [387] -2014-12-15 14:24:43 queue INFO >3 [388] -2014-12-15 14:24:45 queue INFO 7 [389] -2014-12-15 14:24:45 queue INFO >7 [390] -2014-12-15 14:24:46 queue INFO 3 [391] -2014-12-15 14:24:47 queue INFO >3 [392] -2014-12-15 14:24:48 queue INFO 7 [393] -2014-12-15 14:24:49 queue INFO >7 [394] -2014-12-15 14:24:50 queue INFO 3 [395] -2014-12-15 14:24:51 queue INFO >3 [396] -2014-12-15 14:24:52 queue INFO 7 [397] -2014-12-15 14:24:53 queue INFO >7 [398] -2014-12-15 14:24:54 queue INFO 3 [399] -2014-12-15 14:24:54 queue INFO >3 [400] -2014-12-15 14:24:55 queue INFO 7 [401] -2014-12-15 14:24:56 queue INFO >7 [402] -2014-12-15 14:24:57 queue INFO 3 [403] -2014-12-15 14:24:57 queue INFO >3 [404] -2014-12-15 14:24:59 queue INFO 7 [405] -2014-12-15 14:24:59 queue INFO >7 [406] -2014-12-15 14:25:01 queue INFO 3 [407] -2014-12-15 14:25:01 queue INFO >3 [408] -2014-12-15 14:25:03 queue INFO 7 [409] -2014-12-15 14:25:03 queue INFO >7 [410] -2014-12-15 14:25:04 queue INFO 3 [411] -2014-12-15 14:25:04 queue INFO >3 [412] -2014-12-15 14:25:06 queue INFO 7 [413] -2014-12-15 14:25:06 queue INFO >7 [414] -2014-12-15 14:25:08 queue INFO 3 [415] -2014-12-15 14:25:08 queue INFO >3 [416] -2014-12-15 14:25:10 queue INFO 7 [417] -2014-12-15 14:25:10 queue INFO >7 [418] -2014-12-15 14:25:11 queue INFO 3 [419] -2014-12-15 14:25:12 queue INFO >3 [420] -2014-12-15 14:25:13 queue INFO 7 [421] -2014-12-15 14:25:14 queue INFO >7 [422] -2014-12-15 14:25:15 queue INFO 3 [423] -2014-12-15 14:25:15 queue INFO >3 [424] -2014-12-15 14:25:17 queue INFO 7 [425] -2014-12-15 14:25:17 queue INFO >7 [426] -2014-12-15 14:25:19 queue INFO 3 [427] -2014-12-15 14:25:19 queue INFO >3 [428] -2014-12-15 14:25:21 queue INFO 7 [429] -2014-12-15 14:25:21 queue INFO >7 [430] -2014-12-15 14:25:23 queue INFO 3 [431] -2014-12-15 14:25:23 queue INFO >3 [432] -2014-12-15 14:25:25 queue INFO 7 [433] -2014-12-15 14:25:25 queue INFO >7 [434] -2014-12-15 14:25:26 queue INFO 3 [435] -2014-12-15 14:25:26 queue INFO >3 [436] -2014-12-15 14:25:28 queue INFO 7 [437] -2014-12-15 14:25:28 queue INFO >7 [438] -2014-12-15 14:25:30 queue INFO 3 [439] -2014-12-15 14:25:30 queue INFO >3 [440] -2014-12-15 14:25:31 queue INFO 7 [441] -2014-12-15 14:25:31 queue INFO >7 [442] -2014-12-15 14:25:33 queue INFO 3 [443] -2014-12-15 14:25:33 queue INFO >3 [444] -2014-12-15 14:25:35 queue INFO 7 [445] -2014-12-15 14:25:35 queue INFO >7 [446] -2014-12-15 14:25:37 queue INFO 3 [447] -2014-12-15 14:25:37 queue INFO >3 [448] -2014-12-15 14:25:39 queue INFO 7 [449] -2014-12-15 14:25:39 queue INFO >7 [450] -2014-12-15 14:25:40 queue INFO 3 [451] -2014-12-15 14:25:40 queue INFO >3 [452] -2014-12-15 14:25:42 queue INFO 7 [453] -2014-12-15 14:25:42 queue INFO >7 [454] -2014-12-15 14:25:44 queue INFO 3 [455] -2014-12-15 14:25:44 queue INFO >3 [456] -2014-12-15 14:25:46 queue INFO 7 [457] -2014-12-15 14:25:46 queue INFO >7 [458] -2014-12-15 14:25:47 queue INFO 3 [459] -2014-12-15 14:25:48 queue INFO >3 [460] -2014-12-15 14:25:50 queue INFO 7 [461] -2014-12-15 14:25:50 queue INFO >7 [462] -2014-12-15 14:25:51 queue INFO 3 [463] -2014-12-15 14:25:51 queue INFO >3 [464] -2014-12-15 14:25:53 queue INFO 7 [465] -2014-12-15 14:25:53 queue INFO >7 [466] -2014-12-15 14:25:55 queue INFO 3 [467] -2014-12-15 14:25:55 queue INFO >3 [468] -2014-12-15 14:25:57 queue INFO 7 [469] -2014-12-15 14:25:57 queue INFO >7 [470] -2014-12-15 14:25:58 queue INFO 3 [471] -2014-12-15 14:25:59 queue INFO >3 [472] -2014-12-15 14:26:00 queue INFO 7 [473] -2014-12-15 14:26:01 queue INFO >7 [474] -2014-12-15 14:26:02 queue INFO 3 [475] -2014-12-15 14:26:02 queue INFO >3 [476] -2014-12-15 14:26:03 queue INFO 7 [477] -2014-12-15 14:26:03 queue INFO >7 [478] -2014-12-15 14:26:04 queue INFO 3 [479] -2014-12-15 14:26:04 queue INFO >3 [480] -2014-12-15 14:26:06 queue INFO 7 [481] -2014-12-15 14:26:06 queue INFO >7 [482] -2014-12-15 14:26:08 queue INFO 3 [483] -2014-12-15 14:26:08 queue INFO >3 [484] -2014-12-15 14:26:10 queue INFO 7 [485] -2014-12-15 14:26:10 queue INFO >7 [486] -2014-12-15 14:26:11 queue INFO 3 [487] -2014-12-15 14:26:12 queue INFO >3 [488] -2014-12-15 14:26:13 queue INFO 7 [489] -2014-12-15 14:26:13 queue INFO >7 [490] -2014-12-15 14:26:15 queue INFO 3 [491] -2014-12-15 14:26:15 queue INFO >3 [492] -2014-12-15 14:26:17 queue INFO 7 [493] -2014-12-15 14:26:17 queue INFO >7 [494] -2014-12-15 14:26:18 queue INFO 3 [495] -2014-12-15 14:26:18 queue INFO >3 [496] -2014-12-15 14:26:20 queue INFO 7 [497] -2014-12-15 14:26:20 queue INFO >7 [498] -2014-12-15 14:26:22 queue INFO 3 [499] -2014-12-15 14:26:22 queue INFO >3 [500] -2014-12-15 14:26:24 queue INFO 7 [501] -2014-12-15 14:26:24 queue INFO >7 [502] -2014-12-15 14:26:26 queue INFO 3 [503] -2014-12-15 14:26:26 queue INFO >3 [504] -2014-12-15 14:26:28 queue INFO 7 [505] -2014-12-15 14:26:28 queue INFO >7 [506] -2014-12-15 14:26:29 queue INFO 3 [507] -2014-12-15 14:26:29 queue INFO >3 [508] -2014-12-15 14:26:31 queue INFO 7 [509] -2014-12-15 14:26:31 queue INFO >7 [510] -2014-12-15 14:26:32 queue INFO 3 [511] -2014-12-15 14:26:33 queue INFO >3 [512] -2014-12-15 14:26:35 queue INFO 7 [513] -2014-12-15 14:26:35 queue INFO >7 [514] -2014-12-15 14:26:37 queue INFO 3 [515] -2014-12-15 14:26:37 queue INFO >3 [516] -2014-12-15 14:26:37 queue INFO 7 [517] -2014-12-15 14:26:37 queue INFO >7 [518] -2014-12-15 14:26:39 queue INFO 3 [519] -2014-12-15 14:26:39 queue INFO >3 [520] -2014-12-15 14:26:41 queue INFO 7 [521] -2014-12-15 14:26:41 queue INFO >7 [522] -2014-12-15 14:26:42 queue INFO 3 [523] -2014-12-15 14:26:42 queue INFO >3 [524] -2014-12-15 14:26:45 queue INFO 7 [525] -2014-12-15 14:26:45 queue INFO >7 [526] -2014-12-15 14:26:47 queue INFO 3 [527] -2014-12-15 14:26:47 queue INFO >3 [528] -2014-12-15 14:26:48 queue INFO 7 [529] -2014-12-15 14:26:49 queue INFO >7 [530] -2014-12-15 14:26:50 queue INFO 3 [531] -2014-12-15 14:26:50 queue INFO >3 [532] -2014-12-15 14:26:52 queue INFO 7 [533] -2014-12-15 14:26:52 queue INFO >7 [534] -2014-12-15 14:26:53 queue INFO 3 [535] -2014-12-15 14:26:53 queue INFO >3 [536] -2014-12-15 14:26:55 queue INFO 7 [537] -2014-12-15 14:26:55 queue INFO >7 [538] -2014-12-15 14:26:57 queue INFO 3 [539] -2014-12-15 14:26:57 queue INFO >3 [540] -2014-12-15 14:26:59 queue INFO 7 [541] -2014-12-15 14:26:59 queue INFO >7 [542] -2014-12-15 14:27:01 queue INFO 3 [543] -2014-12-15 14:27:01 queue INFO >3 [544] -2014-12-15 14:27:03 queue INFO 7 [545] -2014-12-15 14:27:03 queue INFO >7 [546] -2014-12-15 14:27:05 queue INFO 3 [547] -2014-12-15 14:27:05 queue INFO >3 [548] -2014-12-15 14:27:07 queue INFO 7 [549] -2014-12-15 14:27:07 queue INFO >7 [550] -2014-12-15 14:27:08 queue INFO 3 [551] -2014-12-15 14:27:08 queue INFO >3 [552] -2014-12-15 14:27:10 queue INFO 7 [553] -2014-12-15 14:27:10 queue INFO >7 [554] -2014-12-15 14:27:12 queue INFO 3 [555] -2014-12-15 14:27:12 queue INFO >3 [556] -2014-12-15 14:27:14 queue INFO 7 [557] -2014-12-15 14:27:14 queue INFO >7 [558] -2014-12-15 14:27:16 queue INFO 3 [559] -2014-12-15 14:27:16 queue INFO >3 [560] -2014-12-15 14:27:18 queue INFO 7 [561] -2014-12-15 14:27:18 queue INFO >7 [562] -2014-12-15 14:27:20 queue INFO 3 [563] -2014-12-15 14:27:20 queue INFO >3 [564] -2014-12-15 14:27:22 queue INFO 7 [565] -2014-12-15 14:27:22 queue INFO >7 [566] -2014-12-15 14:27:23 queue INFO 3 [567] -2014-12-15 14:27:24 queue INFO >3 [568] -2014-12-15 14:27:25 queue INFO 7 [569] -2014-12-15 14:27:26 queue INFO >7 [570] -2014-12-15 14:27:27 queue INFO 3 [571] -2014-12-15 14:27:27 queue INFO >3 [572] -2014-12-15 14:27:29 queue INFO 7 [573] -2014-12-15 14:27:29 queue INFO >7 [574] -2014-12-15 14:27:31 queue INFO 3 [575] -2014-12-15 14:27:31 queue INFO >3 [576] -2014-12-15 14:27:33 queue INFO 7 [577] -2014-12-15 14:27:33 queue INFO >7 [578] -2014-12-15 14:27:35 queue INFO 3 [579] -2014-12-15 14:27:35 queue INFO >3 [580] -2014-12-15 14:27:37 queue INFO 7 [581] -2014-12-15 14:27:37 queue INFO >7 [582] -2014-12-15 14:27:38 queue INFO 3 [583] -2014-12-15 14:27:39 queue INFO >3 [584] -2014-12-15 14:27:39 queue INFO 7 [585] -2014-12-15 14:27:39 queue INFO >7 [586] -2014-12-15 14:27:40 queue INFO 3 [587] -2014-12-15 14:27:41 queue INFO >3 [588] -2014-12-15 14:27:42 queue INFO 7 [589] -2014-12-15 14:27:43 queue INFO >7 [590] -2014-12-15 14:27:44 queue INFO 3 [591] -2014-12-15 14:27:44 queue INFO >3 [592] -2014-12-15 14:27:46 queue INFO 7 [593] -2014-12-15 14:27:46 queue INFO >7 [594] -2014-12-15 14:27:48 queue INFO 3 [595] -2014-12-15 14:27:48 queue INFO >3 [596] -2014-12-15 14:27:49 queue INFO 7 [597] -2014-12-15 14:27:49 queue INFO >7 [598] -2014-12-15 14:27:50 queue INFO 3 [599] -2014-12-15 14:27:51 queue INFO >3 [600] -2014-12-15 14:27:52 queue INFO 7 [601] -2014-12-15 14:27:53 queue INFO >7 [602] -2014-12-15 14:27:54 queue INFO 3 [603] -2014-12-15 14:27:54 queue INFO >3 [604] -2014-12-15 14:27:56 queue INFO 7 [605] -2014-12-15 14:27:56 queue INFO >7 [606] -2014-12-15 14:27:56 queue INFO 3 [607] -2014-12-15 14:27:57 queue INFO >3 [608] -2014-12-15 14:27:58 queue INFO 7 [609] -2014-12-15 14:27:59 queue INFO >7 [610] -2014-12-15 14:28:00 queue INFO 3 [611] -2014-12-15 14:28:00 queue INFO >3 [612] -2014-12-15 14:28:02 queue INFO 7 [613] -2014-12-15 14:28:02 queue INFO >7 [614] -2014-12-15 14:28:04 queue INFO 3 [615] -2014-12-15 14:28:04 queue INFO >3 [616] -2014-12-15 14:28:06 queue INFO 7 [617] -2014-12-15 14:28:06 queue INFO >7 [618] -2014-12-15 14:28:08 queue INFO 3 [619] -2014-12-15 14:28:08 queue INFO >3 [620] -2014-12-15 14:28:10 queue INFO 7 [621] -2014-12-15 14:28:10 queue INFO >7 [622] -2014-12-15 14:28:11 queue INFO 3 [623] -2014-12-15 14:28:11 queue INFO >3 [624] -2014-12-15 14:28:13 queue INFO 7 [625] -2014-12-15 14:28:13 queue INFO >7 [626] -2014-12-15 14:28:15 queue INFO 3 [627] -2014-12-15 14:28:15 queue INFO >3 [628] -2014-12-15 14:28:17 queue INFO 7 [629] -2014-12-15 14:28:17 queue INFO >7 [630] -2014-12-15 14:28:19 queue INFO 3 [631] -2014-12-15 14:28:19 queue INFO >3 [632] -2014-12-15 14:28:21 queue INFO 7 [633] -2014-12-15 14:28:21 queue INFO >7 [634] -2014-12-15 14:28:23 queue INFO 3 [635] -2014-12-15 14:28:23 queue INFO >3 [636] -2014-12-15 14:28:25 queue INFO 7 [637] -2014-12-15 14:28:25 queue INFO >7 [638] -2014-12-15 14:28:27 queue INFO 3 [639] -2014-12-15 14:28:27 queue INFO >3 [640] -2014-12-15 14:28:29 queue INFO 7 [641] -2014-12-15 14:28:29 queue INFO >7 [642] -2014-12-15 14:28:31 queue INFO 3 [643] -2014-12-15 14:28:31 queue INFO >3 [644] -2014-12-15 14:28:33 queue INFO 7 [645] -2014-12-15 14:28:33 queue INFO >7 [646] -2014-12-15 14:28:35 queue INFO 3 [647] -2014-12-15 14:28:35 queue INFO >3 [648] -2014-12-15 14:28:37 queue INFO 7 [649] -2014-12-15 14:28:37 queue INFO >7 [650] -2014-12-15 14:28:38 queue INFO 3 [651] -2014-12-15 14:28:38 queue INFO >3 [652] -2014-12-15 14:28:41 queue INFO 7 [653] -2014-12-15 14:28:41 queue INFO >7 [654] -2014-12-15 14:28:42 queue INFO 3 [655] -2014-12-15 14:28:43 queue INFO >3 [656] -2014-12-15 14:28:45 queue INFO 7 [657] -2014-12-15 14:28:45 queue INFO >7 [658] -2014-12-15 14:28:46 queue INFO 3 [659] -2014-12-15 14:28:46 queue INFO >3 [660] -2014-12-15 14:28:49 queue INFO 7 [661] -2014-12-15 14:28:49 queue INFO >7 [662] -2014-12-15 14:28:51 queue INFO 3 [663] -2014-12-15 14:28:51 queue INFO >3 [664] -2014-12-15 14:28:52 queue INFO 7 [665] -2014-12-15 14:28:53 queue INFO >7 [666] -2014-12-15 14:28:54 queue INFO 3 [667] -2014-12-15 14:28:54 queue INFO >3 [668] -2014-12-15 14:28:56 queue INFO 7 [669] -2014-12-15 14:28:56 queue INFO >7 [670] -2014-12-15 14:28:58 queue INFO 3 [671] -2014-12-15 14:28:58 queue INFO >3 [672] -2014-12-15 14:29:00 queue INFO 7 [673] -2014-12-15 14:29:00 queue INFO >7 [674] -2014-12-15 14:29:01 queue INFO 3 [675] -2014-12-15 14:29:01 queue INFO >3 [676] -2014-12-15 14:29:01 queue INFO 7 [677] -2014-12-15 14:29:01 queue INFO >7 [678] -2014-12-15 14:29:03 queue INFO 3 [679] -2014-12-15 14:29:03 queue INFO >3 [680] -2014-12-15 14:29:05 queue INFO 7 [681] -2014-12-15 14:29:06 queue INFO >7 [682] -2014-12-15 14:29:07 queue INFO 3 [683] -2014-12-15 14:29:08 queue INFO >3 [684] -2014-12-15 14:29:10 queue INFO 7 [685] -2014-12-15 14:29:10 queue INFO >7 [686] -2014-12-15 14:29:12 queue INFO 3 [687] -2014-12-15 14:29:12 queue INFO >3 [688] -2014-12-15 14:29:14 queue INFO 7 [689] -2014-12-15 14:29:14 queue INFO >7 [690] -2014-12-15 14:29:16 queue INFO 3 [691] -2014-12-15 14:29:16 queue INFO >3 [692] -2014-12-15 14:29:19 queue INFO 7 [693] -2014-12-15 14:29:19 queue INFO >7 [694] -2014-12-15 14:29:21 queue INFO 3 [695] -2014-12-15 14:29:21 queue INFO >3 [696] -2014-12-15 14:29:23 queue INFO 7 [697] -2014-12-15 14:29:23 queue INFO >7 [698] -2014-12-15 14:29:25 queue INFO 3 [699] -2014-12-15 14:29:25 queue INFO >3 [700] -2014-12-15 14:29:27 queue INFO 7 [701] -2014-12-15 14:29:27 queue INFO >7 [702] -2014-12-15 14:29:28 queue INFO 3 [703] -2014-12-15 14:29:28 queue INFO >3 [704] -2014-12-15 14:29:30 queue INFO 7 [705] -2014-12-15 14:29:31 queue INFO >7 [706] -2014-12-15 14:29:32 queue INFO 3 [707] -2014-12-15 14:29:32 queue INFO >3 [708] -2014-12-15 14:29:34 queue INFO 7 [709] -2014-12-15 14:29:34 queue INFO >7 [710] -2014-12-15 14:29:35 queue INFO 3 [711] -2014-12-15 14:29:36 queue INFO >3 [712] -2014-12-15 14:29:38 queue INFO 7 [713] -2014-12-15 14:29:38 queue INFO >7 [714] -2014-12-15 14:29:39 queue INFO 3 [715] -2014-12-15 14:29:40 queue INFO >3 [716] -2014-12-15 14:29:41 queue INFO 7 [717] -2014-12-15 14:29:41 queue INFO >7 [718] -2014-12-15 14:29:43 queue INFO 3 [719] -2014-12-15 14:29:43 queue INFO >3 [720] -2014-12-15 14:29:45 queue INFO 7 [721] -2014-12-15 14:29:45 queue INFO >7 [722] -2014-12-15 14:29:47 queue INFO 3 [723] -2014-12-15 14:29:47 queue INFO >3 [724] -2014-12-15 14:29:49 queue INFO 7 [725] -2014-12-15 14:29:49 queue INFO >7 [726] -2014-12-15 14:29:51 queue INFO 3 [727] -2014-12-15 14:29:51 queue INFO >3 [728] -2014-12-15 14:29:53 queue INFO 7 [729] -2014-12-15 14:29:53 queue INFO >7 [730] -2014-12-15 14:29:54 queue INFO 3 [731] -2014-12-15 14:29:55 queue INFO >3 [732] -2014-12-15 14:29:56 queue INFO 7 [733] -2014-12-15 14:29:57 queue INFO >7 [734] -2014-12-15 14:29:58 queue INFO 3 [735] -2014-12-15 14:29:59 queue INFO >3 [736] -2014-12-15 14:30:00 queue INFO 7 [737] -2014-12-15 14:30:01 queue INFO >7 [738] -2014-12-15 14:30:02 queue INFO 3 [739] -2014-12-15 14:30:03 queue INFO >3 [740] -2014-12-15 14:30:04 queue INFO 7 [741] -2014-12-15 14:30:05 queue INFO >7 [742] -2014-12-15 14:30:06 queue INFO 3 [743] -2014-12-15 14:30:06 queue INFO >3 [744] -2014-12-15 14:30:08 queue INFO 7 [745] -2014-12-15 14:30:08 queue INFO >7 [746] -2014-12-15 14:30:10 queue INFO 3 [747] -2014-12-15 14:30:10 queue INFO >3 [748] -2014-12-15 14:30:12 queue INFO 7 [749] -2014-12-15 14:30:12 queue INFO >7 [750] -2014-12-15 14:30:14 queue INFO 3 [751] -2014-12-15 14:30:14 queue INFO >3 [752] -2014-12-15 14:30:16 queue INFO 7 [753] -2014-12-15 14:30:16 queue INFO >7 [754] -2014-12-15 14:30:17 queue INFO 3 [755] -2014-12-15 14:30:18 queue INFO >3 [756] -2014-12-15 14:30:20 queue INFO 7 [757] -2014-12-15 14:30:20 queue INFO >7 [758] -2014-12-15 14:30:22 queue INFO 3 [759] -2014-12-15 14:30:22 queue INFO >3 [760] -2014-12-15 14:30:24 queue INFO 7 [761] -2014-12-15 14:30:24 queue INFO >7 [762] -2014-12-15 14:30:26 queue INFO 3 [763] -2014-12-15 14:30:26 queue INFO >3 [764] -2014-12-15 14:30:28 queue INFO 7 [765] -2014-12-15 14:30:28 queue INFO >7 [766] -2014-12-15 14:30:30 queue INFO 3 [767] -2014-12-15 14:30:30 queue INFO >3 [768] -2014-12-15 14:30:32 queue INFO 7 [769] -2014-12-15 14:30:32 queue INFO >7 [770] -2014-12-15 14:30:34 queue INFO 3 [771] -2014-12-15 14:30:34 queue INFO >3 [772] -2014-12-15 14:30:36 queue INFO 7 [773] -2014-12-15 14:30:36 queue INFO >7 [774] -2014-12-15 14:30:37 queue INFO 3 [775] -2014-12-15 14:30:38 queue INFO >3 [776] -2014-12-15 14:30:40 queue INFO 7 [777] -2014-12-15 14:30:40 queue INFO >7 [778] -2014-12-15 14:30:41 queue INFO 3 [779] -2014-12-15 14:30:41 queue INFO >3 [780] -2014-12-15 14:30:43 queue INFO 7 [781] -2014-12-15 14:30:43 queue INFO >7 [782] -2014-12-15 14:30:45 queue INFO 3 [783] -2014-12-15 14:30:45 queue INFO >3 [784] -2014-12-15 14:30:47 queue INFO 7 [785] -2014-12-15 14:30:47 queue INFO >7 [786] -2014-12-15 14:30:48 queue INFO 3 [787] -2014-12-15 14:30:48 queue INFO >3 [788] -2014-12-15 14:30:50 queue INFO 7 [789] -2014-12-15 14:30:50 queue INFO >7 [790] -2014-12-15 14:30:52 queue INFO 3 [791] -2014-12-15 14:30:52 queue INFO >3 [792] -2014-12-15 14:30:54 queue INFO 7 [793] -2014-12-15 14:30:54 queue INFO >7 [794] -2014-12-15 14:30:56 queue INFO 3 [795] -2014-12-15 14:30:56 queue INFO >3 [796] -2014-12-15 14:30:58 queue INFO 7 [797] -2014-12-15 14:30:58 queue INFO >7 [798] -2014-12-15 14:30:59 queue INFO 3 [799] -2014-12-15 14:31:00 queue INFO >3 [800] -2014-12-15 14:31:01 queue INFO 7 [801] -2014-12-15 14:31:02 queue INFO >7 [802] -2014-12-15 14:31:03 queue INFO 3 [803] -2014-12-15 14:31:04 queue INFO >3 [804] -2014-12-15 14:31:06 queue INFO 7 [805] -2014-12-15 14:31:06 queue INFO >7 [806] -2014-12-15 14:31:08 queue INFO 3 [807] -2014-12-15 14:31:08 queue INFO >3 [808] -2014-12-15 14:31:10 queue INFO 7 [809] -2014-12-15 14:31:10 queue INFO >7 [810] -2014-12-15 14:31:12 queue INFO 3 [811] -2014-12-15 14:31:12 queue INFO >3 [812] -2014-12-15 14:31:14 queue INFO 7 [813] -2014-12-15 14:31:14 queue INFO >7 [814] -2014-12-15 14:31:16 queue INFO 3 [815] -2014-12-15 14:31:16 queue INFO >3 [816] -2014-12-15 14:31:17 queue INFO 7 [817] -2014-12-15 14:31:17 queue INFO >7 [818] -2014-12-15 14:31:19 queue INFO 3 [819] -2014-12-15 14:31:19 queue INFO >3 [820] -2014-12-15 14:31:22 queue INFO 7 [821] -2014-12-15 14:31:22 queue INFO >7 [822] -2014-12-15 14:31:32 queue INFO 3 [823] -2014-12-15 14:31:32 queue INFO >3 [824] -2014-12-15 14:31:34 queue INFO 7 [825] -2014-12-15 14:31:35 queue INFO >7 [826] -2014-12-15 14:31:36 queue INFO 3 [827] -2014-12-15 14:31:37 queue INFO >3 [828] -2014-12-15 14:31:39 queue INFO 7 [829] -2014-12-15 14:31:39 queue INFO >7 [830] -2014-12-15 14:31:41 queue INFO 3 [831] -2014-12-15 14:31:41 queue INFO >3 [832] -2014-12-15 14:31:43 queue INFO 7 [833] -2014-12-15 14:31:43 queue INFO >7 [834] -2014-12-15 14:31:45 queue INFO 3 [835] -2014-12-15 14:31:45 queue INFO >3 [836] -2014-12-15 14:31:48 queue INFO 7 [837] -2014-12-15 14:31:48 queue INFO >7 [838] -2014-12-15 14:31:50 queue INFO 3 [839] -2014-12-15 14:31:50 queue INFO >3 [840] -2014-12-15 14:31:52 queue INFO 7 [841] -2014-12-15 14:31:52 queue INFO >7 [842] -2014-12-15 14:31:54 queue INFO 3 [843] -2014-12-15 14:31:54 queue INFO >3 [844] -2014-12-15 14:31:56 queue INFO 7 [845] -2014-12-15 14:31:56 queue INFO >7 [846] -2014-12-15 14:31:58 queue INFO 3 [847] -2014-12-15 14:31:58 queue INFO >3 [848] -2014-12-15 14:32:00 queue INFO 7 [849] -2014-12-15 14:32:01 queue INFO >7 [850] -2014-12-15 14:32:03 queue INFO 3 [851] -2014-12-15 14:32:03 queue INFO >3 [852] -2014-12-15 14:32:05 queue INFO 7 [853] -2014-12-15 14:32:05 queue INFO >7 [854] -2014-12-15 14:32:07 queue INFO 3 [855] -2014-12-15 14:32:07 queue INFO >3 [856] -2014-12-15 14:32:09 queue INFO 7 [857] -2014-12-15 14:32:10 queue INFO >7 [858] -2014-12-15 14:32:11 queue INFO 3 [859] -2014-12-15 14:32:12 queue INFO >3 [860] -2014-12-15 14:32:13 queue INFO 7 [861] -2014-12-15 14:32:14 queue INFO >7 [862] -2014-12-15 14:32:15 queue INFO 3 [863] -2014-12-15 14:32:15 queue INFO >3 [864] -2014-12-15 14:32:17 queue INFO 7 [865] -2014-12-15 14:32:18 queue INFO >7 [866] -2014-12-15 14:32:19 queue INFO 3 [867] -2014-12-15 14:32:19 queue INFO >3 [868] -2014-12-15 14:32:22 queue INFO 7 [869] -2014-12-15 14:32:22 queue INFO >7 [870] -2014-12-15 14:32:23 queue INFO 3 [871] -2014-12-15 14:32:24 queue INFO >3 [872] -2014-12-15 14:32:26 queue INFO 7 [873] -2014-12-15 14:32:26 queue INFO >7 [874] -2014-12-15 14:32:28 queue INFO 3 [875] -2014-12-15 14:32:28 queue INFO >3 [876] -2014-12-15 14:32:30 queue INFO 7 [877] -2014-12-15 14:32:30 queue INFO >7 [878] -2014-12-15 14:32:32 queue INFO 3 [879] -2014-12-15 14:32:32 queue INFO >3 [880] -2014-12-15 14:32:35 queue INFO 7 [881] -2014-12-15 14:32:35 queue INFO >7 [882] -2014-12-15 14:32:37 queue INFO 3 [883] -2014-12-15 14:32:37 queue INFO >3 [884] -2014-12-15 14:32:39 queue INFO 7 [885] -2014-12-15 14:32:39 queue INFO >7 [886] -2014-12-15 14:32:41 queue INFO 3 [887] -2014-12-15 14:32:41 queue INFO >3 [888] -2014-12-15 14:32:43 queue INFO 7 [889] -2014-12-15 14:32:43 queue INFO >7 [890] -2014-12-15 14:32:44 queue INFO 3 [891] -2014-12-15 14:32:44 queue INFO >3 [892] -2014-12-15 14:32:47 queue INFO 7 [893] -2014-12-15 14:32:47 queue INFO >7 [894] -2014-12-15 14:32:49 queue INFO 3 [895] -2014-12-15 14:32:49 queue INFO >3 [896] -2014-12-15 14:32:51 queue INFO 7 [897] -2014-12-15 14:32:52 queue INFO >7 [898] -2014-12-15 14:32:54 queue INFO 3 [899] -2014-12-15 14:32:54 queue INFO >3 [900] -2014-12-15 14:32:56 queue INFO 7 [901] -2014-12-15 14:32:56 queue INFO >7 [902] -2014-12-15 14:32:58 queue INFO 3 [903] -2014-12-15 14:32:58 queue INFO >3 [904] -2014-12-15 14:33:01 queue INFO 7 [905] -2014-12-15 14:33:01 queue INFO >7 [906] -2014-12-15 14:33:03 queue INFO 3 [907] -2014-12-15 14:33:03 queue INFO >3 [908] -2014-12-15 14:33:05 queue INFO 7 [909] -2014-12-15 14:33:05 queue INFO >7 [910] -2014-12-15 14:33:07 queue INFO 3 [911] -2014-12-15 14:33:07 queue INFO >3 [912] -2014-12-15 14:33:09 queue INFO 7 [913] -2014-12-15 14:33:09 queue INFO >7 [914] -2014-12-15 14:33:11 queue INFO 3 [915] -2014-12-15 14:33:11 queue INFO >3 [916] -2014-12-15 14:33:13 queue INFO 7 [917] -2014-12-15 14:33:13 queue INFO >7 [918] -2014-12-15 14:33:15 queue INFO 3 [919] -2014-12-15 14:33:16 queue INFO >3 [920] -2014-12-15 14:33:18 queue INFO 7 [921] -2014-12-15 14:33:18 queue INFO >7 [922] -2014-12-15 14:33:20 queue INFO 3 [923] -2014-12-15 14:33:20 queue INFO >3 [924] -2014-12-15 14:33:23 queue INFO 7 [925] -2014-12-15 14:33:23 queue INFO >7 [926] -2014-12-15 14:33:25 queue INFO 3 [927] -2014-12-15 14:33:25 queue INFO >3 [928] -2014-12-15 14:33:27 queue INFO 7 [929] -2014-12-15 14:33:28 queue INFO >7 [930] -2014-12-15 14:33:30 queue INFO 3 [931] -2014-12-15 14:33:30 queue INFO >3 [932] -2014-12-15 14:33:32 queue INFO 7 [933] -2014-12-15 14:33:32 queue INFO >7 [934] -2014-12-15 14:33:34 queue INFO 3 [935] -2014-12-15 14:33:34 queue INFO >3 [936] -2014-12-15 14:33:37 queue INFO 7 [937] -2014-12-15 14:33:37 queue INFO >7 [938] -2014-12-15 14:33:39 queue INFO 3 [939] -2014-12-15 14:33:39 queue INFO >3 [940] -2014-12-15 14:33:41 queue INFO 7 [941] -2014-12-15 14:33:42 queue INFO >7 [942] -2014-12-15 14:33:43 queue INFO 3 [943] -2014-12-15 14:33:43 queue INFO >3 [944] -2014-12-15 14:33:46 queue INFO 7 [945] -2014-12-15 14:33:46 queue INFO >7 [946] -2014-12-15 14:33:48 queue INFO 3 [947] -2014-12-15 14:33:48 queue INFO >3 [948] -2014-12-15 14:33:51 queue INFO 7 [949] -2014-12-15 14:33:51 queue INFO >7 [950] -2014-12-15 14:33:53 queue INFO 3 [951] -2014-12-15 14:33:53 queue INFO >3 [952] -2014-12-15 14:33:55 queue INFO 7 [953] -2014-12-15 14:33:56 queue INFO >7 [954] -2014-12-15 14:33:57 queue INFO 3 [955] -2014-12-15 14:33:58 queue INFO >3 [956] -2014-12-15 14:34:00 queue INFO 7 [957] -2014-12-15 14:34:00 queue INFO >7 [958] -2014-12-15 14:34:02 queue INFO 3 [959] -2014-12-15 14:34:02 queue INFO >3 [960] -2014-12-15 14:34:04 queue INFO 7 [961] -2014-12-15 14:34:05 queue INFO >7 [962] -2014-12-15 14:34:06 queue INFO 3 [963] -2014-12-15 14:34:06 queue INFO >3 [964] -2014-12-15 14:34:09 queue INFO 7 [965] -2014-12-15 14:34:09 queue INFO >7 [966] -2014-12-15 14:34:11 queue INFO 3 [967] -2014-12-15 14:34:11 queue INFO >3 [968] -2014-12-15 14:34:13 queue INFO 7 [969] -2014-12-15 14:34:13 queue INFO >7 [970] -2014-12-15 14:34:16 queue INFO 3 [971] -2014-12-15 14:34:16 queue INFO >3 [972] -2014-12-15 14:34:18 queue INFO 7 [973] -2014-12-15 14:34:19 queue INFO >7 [974] -2014-12-15 14:34:21 queue INFO 3 [975] -2014-12-15 14:34:21 queue INFO >3 [976] -2014-12-15 14:34:23 queue INFO 7 [977] -2014-12-15 14:34:23 queue INFO >7 [978] -2014-12-15 14:34:26 queue INFO 3 [979] -2014-12-15 14:34:26 queue INFO >3 [980] -2014-12-15 14:34:28 queue INFO 7 [981] -2014-12-15 14:34:29 queue INFO >7 [982] -2014-12-15 14:34:31 queue INFO 3 [983] -2014-12-15 14:34:31 queue INFO >3 [984] -2014-12-15 14:34:33 queue INFO 7 [985] -2014-12-15 14:34:33 queue INFO >7 [986] -2014-12-15 14:34:35 queue INFO 3 [987] -2014-12-15 14:34:35 queue INFO >3 [988] -2014-12-15 14:34:38 queue INFO 7 [989] -2014-12-15 14:34:38 queue INFO >7 [990] -2014-12-15 14:34:40 queue INFO 3 [991] -2014-12-15 14:34:40 queue INFO >3 [992] -2014-12-15 14:34:43 queue INFO 7 [993] -2014-12-15 14:34:43 queue INFO >7 [994] -2014-12-15 14:34:45 queue INFO 3 [995] -2014-12-15 14:34:45 queue INFO >3 [996] -2014-12-15 14:34:48 queue INFO 7 [997] -2014-12-15 14:34:48 queue INFO >7 [998] -2014-12-15 14:34:50 queue INFO 3 [999] -2014-12-15 14:34:50 queue INFO >3 [0] -2014-12-15 14:34:52 queue INFO 7 [1] -2014-12-15 14:34:53 queue INFO >7 [2] -2014-12-15 14:34:54 queue INFO 3 [3] -2014-12-15 14:34:54 queue INFO >3 [4] -2014-12-15 14:34:57 queue INFO 7 [5] -2014-12-15 14:34:57 queue INFO >7 [6] -2014-12-15 14:34:59 queue INFO 3 [7] -2014-12-15 14:34:59 queue INFO >3 [8] -2014-12-15 14:35:02 queue INFO 7 [9] -2014-12-15 14:35:02 queue INFO >7 [10] -2014-12-15 14:35:04 queue INFO 3 [11] -2014-12-15 14:35:04 queue INFO >3 [12] -2014-12-15 14:35:06 queue INFO 7 [13] -2014-12-15 14:35:06 queue INFO >7 [14] -2014-12-15 14:35:08 queue INFO 3 [15] -2014-12-15 14:35:08 queue INFO >3 [16] -2014-12-15 14:35:10 queue INFO 7 [17] -2014-12-15 14:35:10 queue INFO >7 [18] -2014-12-15 14:35:12 queue INFO 3 [19] -2014-12-15 14:35:12 queue INFO >3 [20] -2014-12-15 14:35:15 queue INFO 7 [21] -2014-12-15 14:35:15 queue INFO >7 [22] -2014-12-15 14:35:17 queue INFO 3 [23] -2014-12-15 14:35:17 queue INFO >3 [24] -2014-12-15 14:35:19 queue INFO 7 [25] -2014-12-15 14:35:20 queue INFO >7 [26] -2014-12-15 14:35:22 queue INFO 3 [27] -2014-12-15 14:35:22 queue INFO >3 [28] -2014-12-15 14:35:24 queue INFO 7 [29] -2014-12-15 14:35:24 queue INFO >7 [30] -2014-12-15 14:35:25 queue INFO 3 [31] -2014-12-15 14:35:26 queue INFO >3 [32] -2014-12-15 14:35:28 queue INFO 7 [33] -2014-12-15 14:35:28 queue INFO >7 [34] -2014-12-15 14:35:31 queue INFO 3 [35] -2014-12-15 14:35:31 queue INFO >3 [36] -2014-12-15 14:35:34 queue INFO 7 [37] -2014-12-15 14:35:34 queue INFO >7 [38] -2014-12-15 14:35:36 queue INFO 3 [39] -2014-12-15 14:35:36 queue INFO >3 [40] -2014-12-15 14:35:39 queue INFO 7 [41] -2014-12-15 14:35:39 queue INFO >7 [42] -2014-12-15 14:35:41 queue INFO 3 [43] -2014-12-15 14:35:41 queue INFO >3 [44] -2014-12-15 14:35:44 queue INFO 7 [45] -2014-12-15 14:35:44 queue INFO >7 [46] -2014-12-15 14:35:46 queue INFO 3 [47] -2014-12-15 14:35:46 queue INFO >3 [48] -2014-12-15 14:35:49 queue INFO 7 [49] -2014-12-15 14:35:49 queue INFO >7 [50] -2014-12-15 14:35:51 queue INFO 3 [51] -2014-12-15 14:35:51 queue INFO >3 [52] -2014-12-15 14:35:53 queue INFO 7 [53] -2014-12-15 14:35:53 queue INFO >7 [54] -2014-12-15 14:35:55 queue INFO 3 [55] -2014-12-15 14:35:55 queue INFO >3 [56] -2014-12-15 14:35:58 queue INFO 7 [57] -2014-12-15 14:35:58 queue INFO >7 [58] -2014-12-15 14:36:00 queue INFO 3 [59] -2014-12-15 14:36:00 queue INFO >3 [60] -2014-12-15 14:36:02 queue INFO 7 [61] -2014-12-15 14:36:03 queue INFO >7 [62] -2014-12-15 14:36:04 queue INFO 3 [63] -2014-12-15 14:36:04 queue INFO >3 [64] -2014-12-15 14:36:07 queue INFO 7 [65] -2014-12-15 14:36:07 queue INFO >7 [66] -2014-12-15 14:36:09 queue INFO 3 [67] -2014-12-15 14:36:10 queue INFO >3 [68] -2014-12-15 14:36:12 queue INFO 7 [69] -2014-12-15 14:36:12 queue INFO >7 [70] -2014-12-15 14:36:14 queue INFO 3 [71] -2014-12-15 14:36:15 queue INFO >3 [72] -2014-12-15 14:36:17 queue INFO 7 [73] -2014-12-15 14:36:17 queue INFO >7 [74] -2014-12-15 14:36:19 queue INFO 3 [75] -2014-12-15 14:36:19 queue INFO >3 [76] -2014-12-15 14:36:21 queue INFO 7 [77] -2014-12-15 14:36:21 queue INFO >7 [78] -2014-12-15 14:36:22 queue INFO 3 [79] -2014-12-15 14:36:22 queue INFO >3 [80] -2014-12-15 14:36:24 queue INFO 7 [81] -2014-12-15 14:36:25 queue INFO >7 [82] -2014-12-15 14:36:27 queue INFO 3 [83] -2014-12-15 14:36:27 queue INFO >3 [84] -2014-12-15 14:36:29 queue INFO 7 [85] -2014-12-15 14:36:30 queue INFO >7 [86] -2014-12-15 14:36:31 queue INFO 3 [87] -2014-12-15 14:36:31 queue INFO >3 [88] -2014-12-15 14:36:34 queue INFO 7 [89] -2014-12-15 14:36:34 queue INFO >7 [90] -2014-12-15 14:36:36 queue INFO 3 [91] -2014-12-15 14:36:36 queue INFO >3 [92] -2014-12-15 14:36:39 queue INFO 7 [93] -2014-12-15 14:36:39 queue INFO >7 [94] -2014-12-15 14:36:41 queue INFO 3 [95] -2014-12-15 14:36:41 queue INFO >3 [96] -2014-12-15 14:36:44 queue INFO 7 [97] -2014-12-15 14:36:44 queue INFO >7 [98] -2014-12-15 14:36:46 queue INFO 3 [99] -2014-12-15 14:36:46 queue INFO >3 [100] -2014-12-15 14:36:49 queue INFO 7 [101] -2014-12-15 14:36:49 queue INFO >7 [102] -2014-12-15 14:36:51 queue INFO 3 [103] -2014-12-15 14:36:51 queue INFO >3 [104] -2014-12-15 14:36:54 queue INFO 7 [105] -2014-12-15 14:36:54 queue INFO >7 [106] -2014-12-15 14:36:56 queue INFO 3 [107] -2014-12-15 14:36:56 queue INFO >3 [108] -2014-12-15 14:36:59 queue INFO 7 [109] -2014-12-15 14:36:59 queue INFO >7 [110] -2014-12-15 14:37:01 queue INFO 3 [111] -2014-12-15 14:37:01 queue INFO >3 [112] -2014-12-15 14:37:03 queue INFO 7 [113] -2014-12-15 14:37:03 queue INFO >7 [114] -2014-12-15 14:37:05 queue INFO 3 [115] -2014-12-15 14:37:05 queue INFO >3 [116] -2014-12-15 14:37:07 queue INFO 7 [117] -2014-12-15 14:37:07 queue INFO >7 [118] -2014-12-15 14:37:08 queue INFO 3 [119] -2014-12-15 14:37:08 queue INFO >3 [120] -2014-12-15 14:37:10 queue INFO 7 [121] -2014-12-15 14:37:10 queue INFO >7 [122] -2014-12-15 14:37:12 queue INFO 3 [123] -2014-12-15 14:37:12 queue INFO >3 [124] -2014-12-15 14:37:14 queue INFO 7 [125] -2014-12-15 14:37:14 queue INFO >7 [126] -2014-12-15 14:37:17 queue INFO 3 [127] -2014-12-15 14:37:17 queue INFO >3 [128] -2014-12-15 14:37:19 queue INFO 7 [129] -2014-12-15 14:37:19 queue INFO >7 [130] -2014-12-15 14:37:21 queue INFO 3 [131] -2014-12-15 14:37:22 queue INFO >3 [132] -2014-12-15 14:37:24 queue INFO 7 [133] -2014-12-15 14:37:24 queue INFO >7 [134] -2014-12-15 14:37:27 queue INFO 3 [135] -2014-12-15 14:37:27 queue INFO >3 [136] -2014-12-15 14:37:29 queue INFO 7 [137] -2014-12-15 14:37:29 queue INFO >7 [138] -2014-12-15 14:37:31 queue INFO 3 [139] -2014-12-15 14:37:32 queue INFO >3 [140] -2014-12-15 14:37:34 queue INFO 7 [141] -2014-12-15 14:37:34 queue INFO >7 [142] -2014-12-15 14:37:36 queue INFO 3 [143] -2014-12-15 14:37:36 queue INFO >3 [144] -2014-12-15 14:37:37 queue INFO 7 [145] -2014-12-15 14:37:38 queue INFO >7 [146] -2014-12-15 14:37:39 queue INFO 3 [147] -2014-12-15 14:37:40 queue INFO >3 [148] -2014-12-15 14:37:42 queue INFO 7 [149] -2014-12-15 14:37:42 queue INFO >7 [150] -2014-12-15 14:37:43 queue INFO 3 [151] -2014-12-15 14:37:44 queue INFO >3 [152] -2014-12-15 14:37:46 queue INFO 7 [153] -2014-12-15 14:37:46 queue INFO >7 [154] -2014-12-15 14:37:47 queue INFO 3 [155] -2014-12-15 14:37:47 queue INFO >3 [156] -2014-12-15 14:37:50 queue INFO 7 [157] -2014-12-15 14:37:50 queue INFO >7 [158] -2014-12-15 14:37:52 queue INFO 3 [159] -2014-12-15 14:37:52 queue INFO >3 [160] -2014-12-15 14:37:54 queue INFO 7 [161] -2014-12-15 14:37:54 queue INFO >7 [162] -2014-12-15 14:37:55 queue INFO 3 [163] -2014-12-15 14:37:55 queue INFO 7 [164] -2014-12-15 14:37:55 queue INFO 3 [165] -2014-12-15 14:37:55 queue INFO >3 [166] -2014-12-15 14:37:57 queue INFO 7 [167] -2014-12-15 14:37:57 queue INFO >7 [168] -2014-12-15 14:37:59 queue INFO 3 [169] -2014-12-15 14:37:59 queue INFO >3 [170] -2014-12-15 14:38:02 queue INFO 7 [171] -2014-12-15 14:38:02 queue INFO >7 [172] -2014-12-15 14:38:04 queue INFO 3 [173] -2014-12-15 14:38:04 queue INFO >3 [174] -2014-12-15 14:38:07 queue INFO 7 [175] -2014-12-15 14:38:07 queue INFO >7 [176] -2014-12-15 14:38:09 queue INFO 3 [177] -2014-12-15 14:38:09 queue INFO >3 [178] -2014-12-15 14:38:12 queue INFO 7 [179] -2014-12-15 14:38:12 queue INFO >7 [180] -2014-12-15 14:38:14 queue INFO 3 [181] -2014-12-15 14:38:14 queue INFO >3 [182] -2014-12-15 14:38:17 queue INFO 7 [183] -2014-12-15 14:38:17 queue INFO >7 [184] -2014-12-15 14:38:19 queue INFO 3 [185] -2014-12-15 14:38:19 queue INFO >3 [186] -2014-12-15 14:38:22 queue INFO 7 [187] -2014-12-15 14:38:22 queue INFO >7 [188] -2014-12-15 14:38:22 queue INFO 3 [189] -2014-12-15 14:38:23 queue INFO >3 [190] -2014-12-15 14:38:27 queue INFO 7 [191] -2014-12-15 14:38:27 queue INFO >7 [192] -2014-12-15 14:38:29 queue INFO 3 [193] -2014-12-15 14:38:29 queue INFO >3 [194] -2014-12-15 14:38:31 queue INFO 7 [195] -2014-12-15 14:38:31 queue INFO >7 [196] -2014-12-15 14:38:33 queue INFO 3 [197] -2014-12-15 14:38:33 queue INFO >3 [198] -2014-12-15 14:38:36 queue INFO 7 [199] -2014-12-15 14:38:36 queue INFO >7 [200] -2014-12-15 14:38:38 queue INFO 3 [201] -2014-12-15 14:38:38 queue INFO >3 [202] -2014-12-15 14:38:41 queue INFO 7 [203] -2014-12-15 14:38:41 queue INFO >7 [204] -2014-12-15 14:38:43 queue INFO 3 [205] -2014-12-15 14:38:43 queue INFO >3 [206] -2014-12-15 14:38:46 queue INFO 7 [207] -2014-12-15 14:38:46 queue INFO >7 [208] -2014-12-15 14:38:47 queue INFO 3 [209] -2014-12-15 14:38:47 queue INFO >3 [210] -2014-12-15 14:38:51 queue INFO 7 [211] -2014-12-15 14:38:51 queue INFO >7 [212] -2014-12-15 14:38:53 queue INFO 3 [213] -2014-12-15 14:38:53 queue INFO >3 [214] -2014-12-15 14:38:56 queue INFO 7 [215] -2014-12-15 14:38:56 queue INFO >7 [216] -2014-12-15 14:38:58 queue INFO 3 [217] -2014-12-15 14:38:58 queue INFO >3 [218] -2014-12-15 14:39:00 queue INFO 7 [219] -2014-12-15 14:39:00 queue INFO >7 [220] -2014-12-15 14:39:01 queue INFO 3 [221] -2014-12-15 14:39:01 queue INFO >3 [222] -2014-12-15 14:39:02 queue INFO 7 [223] -2014-12-15 14:39:02 queue INFO >7 [224] -2014-12-15 14:39:04 queue INFO 3 [225] -2014-12-15 14:39:04 queue INFO >3 [226] -2014-12-15 14:39:06 queue INFO 7 [227] -2014-12-15 14:39:06 queue INFO >7 [228] -2014-12-15 14:39:08 queue INFO 3 [229] -2014-12-15 14:39:08 queue INFO >3 [230] -2014-12-15 14:39:10 queue INFO 7 [231] -2014-12-15 14:39:10 queue INFO >7 [232] -2014-12-15 14:39:13 queue INFO 3 [233] -2014-12-15 14:39:13 queue INFO >3 [234] -2014-12-15 14:39:15 queue INFO 7 [235] -2014-12-15 14:39:15 queue INFO >7 [236] -2014-12-15 14:39:17 queue INFO 3 [237] -2014-12-15 14:39:17 queue INFO >3 [238] -2014-12-15 14:39:20 queue INFO 7 [239] -2014-12-15 14:39:20 queue INFO >7 [240] -2014-12-15 14:39:22 queue INFO 3 [241] -2014-12-15 14:39:22 queue INFO >3 [242] -2014-12-15 14:39:24 queue INFO 7 [243] -2014-12-15 14:39:24 queue INFO >7 [244] -2014-12-15 14:39:27 queue INFO 3 [245] -2014-12-15 14:39:27 queue INFO >3 [246] -2014-12-15 14:39:30 queue INFO 7 [247] -2014-12-15 14:39:30 queue INFO >7 [248] -2014-12-15 14:39:32 queue INFO 3 [249] -2014-12-15 14:39:32 queue INFO >3 [250] -2014-12-15 14:39:35 queue INFO 7 [251] -2014-12-15 14:39:35 queue INFO >7 [252] -2014-12-15 14:39:37 queue INFO 3 [253] -2014-12-15 14:39:37 queue INFO >3 [254] -2014-12-15 14:39:38 queue INFO 7 [255] -2014-12-15 14:39:38 queue INFO >7 [256] -2014-12-15 14:39:40 queue INFO 3 [257] -2014-12-15 14:39:40 queue INFO >3 [258] -2014-12-15 14:39:42 queue INFO 7 [259] -2014-12-15 14:39:42 queue INFO >7 [260] -2014-12-15 14:39:44 queue INFO 3 [261] -2014-12-15 14:39:44 queue INFO >3 [262] -2014-12-15 14:39:47 queue INFO 7 [263] -2014-12-15 14:39:47 queue INFO >7 [264] -2014-12-15 14:39:49 queue INFO 3 [265] -2014-12-15 14:39:49 queue INFO >3 [266] -2014-12-15 14:39:51 queue INFO 7 [267] -2014-12-15 14:39:51 queue INFO >7 [268] -2014-12-15 14:39:53 queue INFO 3 [269] -2014-12-15 14:39:53 queue INFO >3 [270] -2014-12-15 14:39:56 queue INFO 7 [271] -2014-12-15 14:39:56 queue INFO >7 [272] -2014-12-15 14:39:58 queue INFO 3 [273] -2014-12-15 14:39:58 queue INFO >3 [274] -2014-12-15 14:40:00 queue INFO 7 [275] -2014-12-15 14:40:00 queue INFO >7 [276] -2014-12-15 14:40:02 queue INFO 3 [277] -2014-12-15 14:40:02 queue INFO >3 [278] -2014-12-15 14:40:05 queue INFO 7 [279] -2014-12-15 14:40:05 queue INFO >7 [280] -2014-12-15 14:40:07 queue INFO 3 [281] -2014-12-15 14:40:07 queue INFO >3 [282] -2014-12-15 14:40:09 queue INFO 7 [283] -2014-12-15 14:40:09 queue INFO >7 [284] -2014-12-15 14:40:11 queue INFO 3 [285] -2014-12-15 14:40:11 queue INFO >3 [286] -2014-12-15 14:40:14 queue INFO 7 [287] -2014-12-15 14:40:14 queue INFO >7 [288] -2014-12-15 14:40:17 queue INFO 3 [289] -2014-12-15 14:40:17 queue INFO >3 [290] -2014-12-15 14:40:19 queue INFO 7 [291] -2014-12-15 14:40:19 queue INFO >7 [292] -2014-12-15 14:40:21 queue INFO 3 [293] -2014-12-15 14:40:21 queue INFO >3 [294] -2014-12-15 14:40:23 queue INFO 7 [295] -2014-12-15 14:40:23 queue INFO >7 [296] -2014-12-15 14:40:26 queue INFO 3 [297] -2014-12-15 14:40:26 queue INFO >3 [298] -2014-12-15 14:40:28 queue INFO 7 [299] -2014-12-15 14:40:28 queue INFO >7 [300] -2014-12-15 14:40:30 queue INFO 3 [301] -2014-12-15 14:40:30 queue INFO >3 [302] -2014-12-15 14:40:33 queue INFO 7 [303] -2014-12-15 14:40:33 queue INFO >7 [304] -2014-12-15 14:40:34 queue INFO 3 [305] -2014-12-15 14:40:35 queue INFO >3 [306] -2014-12-15 14:40:37 queue INFO 7 [307] -2014-12-15 14:40:37 queue INFO >7 [308] -2014-12-15 14:40:39 queue INFO 3 [309] -2014-12-15 14:40:39 queue INFO >3 [310] -2014-12-15 14:40:42 queue INFO 7 [311] -2014-12-15 14:40:42 queue INFO >7 [312] -2014-12-15 14:40:44 queue INFO 3 [313] -2014-12-15 14:40:44 queue INFO >3 [314] -2014-12-15 14:40:47 queue INFO 7 [315] -2014-12-15 14:40:47 queue INFO >7 [316] -2014-12-15 14:40:49 queue INFO 3 [317] -2014-12-15 14:40:50 queue INFO >3 [318] -2014-12-15 14:40:52 queue INFO 7 [319] -2014-12-15 14:40:52 queue INFO >7 [320] -2014-12-15 14:40:54 queue INFO 3 [321] -2014-12-15 14:40:55 queue INFO >3 [322] -2014-12-15 14:40:57 queue INFO 7 [323] -2014-12-15 14:40:57 queue INFO >7 [324] -2014-12-15 14:41:00 queue INFO 3 [325] -2014-12-15 14:41:00 queue INFO >3 [326] -2014-12-15 14:41:02 queue INFO 7 [327] -2014-12-15 14:41:02 queue INFO >7 [328] -2014-12-15 14:41:04 queue INFO 3 [329] -2014-12-15 14:41:04 queue INFO >3 [330] -2014-12-15 14:41:07 queue INFO 7 [331] -2014-12-15 14:41:07 queue INFO >7 [332] -2014-12-15 14:41:09 queue INFO 3 [333] -2014-12-15 14:41:09 queue INFO >3 [334] -2014-12-15 14:41:11 queue INFO 7 [335] -2014-12-15 14:41:12 queue INFO >7 [336] -2014-12-15 14:41:14 queue INFO 3 [337] -2014-12-15 14:41:14 queue INFO >3 [338] -2014-12-15 14:41:16 queue INFO 7 [339] -2014-12-15 14:41:16 queue INFO >7 [340] -2014-12-15 14:41:18 queue INFO 3 [341] -2014-12-15 14:41:18 queue INFO >3 [342] -2014-12-15 14:41:20 queue INFO 7 [343] -2014-12-15 14:41:20 queue INFO >7 [344] -2014-12-15 14:41:22 queue INFO 3 [345] -2014-12-15 14:41:22 queue INFO >3 [346] -2014-12-15 14:41:24 queue INFO 7 [347] -2014-12-15 14:41:24 queue INFO >7 [348] -2014-12-15 14:41:26 queue INFO 3 [349] -2014-12-15 14:41:26 queue INFO >3 [350] -2014-12-15 14:41:29 queue INFO 7 [351] -2014-12-15 14:41:29 queue INFO >7 [352] -2014-12-15 14:41:31 queue INFO 3 [353] -2014-12-15 14:41:31 queue INFO >3 [354] -2014-12-15 14:41:33 queue INFO 7 [355] -2014-12-15 14:41:33 queue INFO >7 [356] -2014-12-15 14:41:35 queue INFO 3 [357] -2014-12-15 14:41:35 queue INFO >3 [358] -2014-12-15 14:41:37 queue INFO 7 [359] -2014-12-15 14:41:37 queue INFO >7 [360] -2014-12-15 14:41:39 queue INFO 3 [361] -2014-12-15 14:41:39 queue INFO >3 [362] -2014-12-15 14:41:41 queue INFO 7 [363] -2014-12-15 14:41:41 queue INFO >7 [364] -2014-12-15 14:41:43 queue INFO 3 [365] -2014-12-15 14:41:43 queue INFO >3 [366] -2014-12-15 14:41:45 queue INFO 7 [367] -2014-12-15 14:41:46 queue INFO >7 [368] -2014-12-15 14:41:47 queue INFO 3 [369] -2014-12-15 14:41:47 queue INFO >3 [370] -2014-12-15 14:41:49 queue INFO 7 [371] -2014-12-15 14:41:49 queue INFO >7 [372] -2014-12-15 14:41:51 queue INFO 3 [373] -2014-12-15 14:41:51 queue INFO >3 [374] -2014-12-15 14:41:53 queue INFO 7 [375] -2014-12-15 14:41:54 queue INFO >7 [376] -2014-12-15 14:41:55 queue INFO 3 [377] -2014-12-15 14:41:56 queue INFO >3 [378] -2014-12-15 14:41:58 queue INFO 7 [379] -2014-12-15 14:41:58 queue INFO >7 [380] -2014-12-15 14:42:00 queue INFO 3 [381] -2014-12-15 14:42:00 queue INFO >3 [382] -2014-12-15 14:42:02 queue INFO 7 [383] -2014-12-15 14:42:02 queue INFO >7 [384] -2014-12-15 14:42:04 queue INFO 3 [385] -2014-12-15 14:42:04 queue INFO >3 [386] -2014-12-15 14:42:06 queue INFO 7 [387] -2014-12-15 14:42:06 queue INFO >7 [388] -2014-12-15 14:42:08 queue INFO 3 [389] -2014-12-15 14:42:08 queue INFO >3 [390] -2014-12-15 14:42:10 queue INFO 7 [391] -2014-12-15 14:42:10 queue INFO >7 [392] -2014-12-15 14:42:12 queue INFO 3 [393] -2014-12-15 14:42:12 queue INFO >3 [394] -2014-12-15 14:42:14 queue INFO 7 [395] -2014-12-15 14:42:14 queue INFO >7 [396] -2014-12-15 14:42:16 queue INFO 3 [397] -2014-12-15 14:42:16 queue INFO >3 [398] -2014-12-15 14:42:18 queue INFO 7 [399] -2014-12-15 14:42:18 queue INFO >7 [400] -2014-12-15 14:42:20 queue INFO 3 [401] -2014-12-15 14:42:20 queue INFO >3 [402] -2014-12-15 14:42:22 queue INFO 7 [403] -2014-12-15 14:42:23 queue INFO >7 [404] -2014-12-15 14:42:24 queue INFO 3 [405] -2014-12-15 14:42:25 queue INFO >3 [406] -2014-12-15 14:42:26 queue INFO 7 [407] -2014-12-15 14:42:26 queue INFO >7 [408] -2014-12-15 14:42:28 queue INFO 3 [409] -2014-12-15 14:42:29 queue INFO >3 [410] -2014-12-15 14:42:31 queue INFO 7 [411] -2014-12-15 14:42:31 queue INFO >7 [412] -2014-12-15 14:42:33 queue INFO 3 [413] -2014-12-15 14:42:33 queue INFO >3 [414] -2014-12-15 14:42:35 queue INFO 7 [415] -2014-12-15 14:42:36 queue INFO >7 [416] -2014-12-15 14:42:38 queue INFO 3 [417] -2014-12-15 14:42:38 queue INFO >3 [418] -2014-12-15 14:42:40 queue INFO 7 [419] -2014-12-15 14:42:40 queue INFO >7 [420] -2014-12-15 14:42:42 queue INFO 3 [421] -2014-12-15 14:42:42 queue INFO >3 [422] -2014-12-15 14:42:45 queue INFO 7 [423] -2014-12-15 14:42:45 queue INFO >7 [424] -2014-12-15 14:42:47 queue INFO 3 [425] -2014-12-15 14:42:47 queue INFO >3 [426] -2014-12-15 14:42:49 queue INFO 7 [427] -2014-12-15 14:42:49 queue INFO >7 [428] -2014-12-15 14:42:51 queue INFO 3 [429] -2014-12-15 14:42:51 queue INFO >3 [430] -2014-12-15 14:42:54 queue INFO 7 [431] -2014-12-15 14:42:54 queue INFO >7 [432] -2014-12-15 14:42:56 queue INFO 3 [433] -2014-12-15 14:42:56 queue INFO >3 [434] -2014-12-15 14:42:58 queue INFO 7 [435] -2014-12-15 14:42:58 queue INFO >7 [436] -2014-12-15 14:43:00 queue INFO 3 [437] -2014-12-15 14:43:00 queue INFO >3 [438] -2014-12-15 14:43:01 queue INFO 7 [439] -2014-12-15 14:43:01 queue INFO >7 [440] -2014-12-15 14:43:01 queue INFO 3 [441] -2014-12-15 14:43:02 queue INFO >3 [442] -2014-12-15 14:43:03 queue INFO 7 [443] -2014-12-15 14:43:03 queue INFO >7 [444] -2014-12-15 14:43:05 queue INFO 3 [445] -2014-12-15 14:43:05 queue INFO >3 [446] -2014-12-15 14:43:07 queue INFO 7 [447] -2014-12-15 14:43:07 queue INFO >7 [448] -2014-12-15 14:43:09 queue INFO 3 [449] -2014-12-15 14:43:09 queue INFO >3 [450] -2014-12-15 14:43:11 queue INFO 7 [451] -2014-12-15 14:43:11 queue INFO >7 [452] -2014-12-15 14:43:13 queue INFO 3 [453] -2014-12-15 14:43:13 queue INFO >3 [454] -2014-12-15 14:43:15 queue INFO 7 [455] -2014-12-15 14:43:15 queue INFO >7 [456] -2014-12-15 14:43:16 queue INFO 3 [457] -2014-12-15 14:43:17 queue INFO >3 [458] -2014-12-15 14:43:19 queue INFO 7 [459] -2014-12-15 14:43:19 queue INFO >7 [460] -2014-12-15 14:43:21 queue INFO 3 [461] -2014-12-15 14:43:21 queue INFO >3 [462] -2014-12-15 14:43:23 queue INFO 7 [463] -2014-12-15 14:43:23 queue INFO >7 [464] -2014-12-15 14:43:24 queue INFO 3 [465] -2014-12-15 14:43:24 queue INFO 7 [466] -2014-12-15 14:43:24 queue INFO >7 [467] -2014-12-15 14:43:26 queue INFO 3 [468] -2014-12-15 14:43:26 queue INFO >3 [469] -2014-12-15 14:43:28 queue INFO 7 [470] -2014-12-15 14:43:28 queue INFO >7 [471] -2014-12-15 14:43:30 queue INFO 3 [472] -2014-12-15 14:43:30 queue INFO >3 [473] -2014-12-15 14:43:32 queue INFO 7 [474] -2014-12-15 14:43:33 queue INFO >7 [475] -2014-12-15 14:43:34 queue INFO 3 [476] -2014-12-15 14:43:35 queue INFO >3 [477] -2014-12-15 14:43:37 queue INFO 7 [478] -2014-12-15 14:43:37 queue INFO >7 [479] -2014-12-15 14:43:39 queue INFO 3 [480] -2014-12-15 14:43:39 queue INFO >3 [481] -2014-12-15 14:43:41 queue INFO 7 [482] -2014-12-15 14:43:41 queue INFO >7 [483] -2014-12-15 14:43:43 queue INFO 3 [484] -2014-12-15 14:43:43 queue INFO >3 [485] -2014-12-15 14:43:45 queue INFO 7 [486] -2014-12-15 14:43:45 queue INFO >7 [487] -2014-12-15 14:43:46 queue INFO 3 [488] -2014-12-15 14:43:46 queue INFO >3 [489] -2014-12-15 14:43:48 queue INFO 7 [490] -2014-12-15 14:43:48 queue INFO >7 [491] -2014-12-15 14:43:49 queue INFO 3 [492] -2014-12-15 14:43:49 queue INFO >3 [493] -2014-12-15 14:43:50 queue INFO 7 [494] -2014-12-15 14:43:51 queue INFO >7 [495] -2014-12-15 14:43:52 queue INFO 3 [496] -2014-12-15 14:43:52 queue INFO >3 [497] -2014-12-15 14:43:53 queue INFO 7 [498] -2014-12-15 14:43:53 queue INFO >7 [499] -2014-12-15 14:43:54 queue INFO 3 [500] -2014-12-15 14:43:55 queue INFO >3 [501] -2014-12-15 14:43:56 queue INFO 7 [502] -2014-12-15 14:43:56 queue INFO >7 [503] -2014-12-15 14:43:57 queue INFO 3 [504] -2014-12-15 14:43:57 queue INFO >3 [505] -2014-12-15 14:43:59 queue INFO 7 [506] -2014-12-15 14:43:59 queue INFO 3 [507] -2014-12-15 14:44:00 queue INFO >3 [508] -2014-12-15 14:44:00 queue INFO 7 [509] -2014-12-15 14:44:00 queue INFO >7 [510] -2014-12-15 14:44:00 queue INFO 3 [511] -2014-12-15 14:44:00 queue INFO >3 [512] -2014-12-15 14:44:01 queue INFO 7 [513] -2014-12-15 14:44:01 queue INFO >7 [514] -2014-12-15 14:44:02 queue INFO 3 [515] -2014-12-15 14:44:02 queue INFO >3 [516] -2014-12-15 14:44:03 queue INFO 7 [517] -2014-12-15 14:44:04 queue INFO >7 [518] -2014-12-15 14:44:05 queue INFO 3 [519] -2014-12-15 14:44:05 queue INFO >3 [520] -2014-12-15 14:44:06 queue INFO 7 [521] -2014-12-15 14:44:06 queue INFO >7 [522] -2014-12-15 14:44:07 queue INFO 3 [523] -2014-12-15 14:44:07 queue INFO >3 [524] -2014-12-15 14:44:09 queue INFO 7 [525] -2014-12-15 14:44:09 queue INFO >7 [526] -2014-12-15 14:44:10 queue INFO 3 [527] -2014-12-15 14:44:10 queue INFO >3 [528] -2014-12-15 14:44:12 queue INFO 7 [529] -2014-12-15 14:44:12 queue INFO >7 [530] -2014-12-15 14:44:13 queue INFO 3 [531] -2014-12-15 14:44:13 queue INFO >3 [532] -2014-12-15 14:44:15 queue INFO 7 [533] -2014-12-15 14:44:15 queue INFO >7 [534] -2014-12-15 14:44:16 queue INFO 3 [535] -2014-12-15 14:44:16 queue INFO >3 [536] -2014-12-15 14:44:18 queue INFO 7 [537] -2014-12-15 14:44:18 queue INFO >7 [538] -2014-12-15 14:44:19 queue INFO 3 [539] -2014-12-15 14:44:20 queue INFO >3 [540] -2014-12-15 14:44:21 queue INFO 7 [541] -2014-12-15 14:44:22 queue INFO >7 [542] -2014-12-15 14:44:23 queue INFO 3 [543] -2014-12-15 14:44:23 queue INFO >3 [544] -2014-12-15 14:44:25 queue INFO 7 [545] -2014-12-15 14:44:25 queue INFO >7 [546] -2014-12-15 14:44:26 queue INFO 3 [547] -2014-12-15 14:44:26 queue INFO >3 [548] -2014-12-15 14:44:28 queue INFO 7 [549] -2014-12-15 14:44:28 queue INFO >7 [550] -2014-12-15 14:44:29 queue INFO 3 [551] -2014-12-15 14:44:29 queue INFO >3 [552] -2014-12-15 14:44:30 queue INFO 7 [553] -2014-12-15 14:44:31 queue INFO >7 [554] -2014-12-15 14:44:32 queue INFO 3 [555] -2014-12-15 14:44:32 queue INFO >3 [556] -2014-12-15 14:44:34 queue INFO 7 [557] -2014-12-15 14:44:34 queue INFO >7 [558] -2014-12-15 14:44:35 queue INFO 3 [559] -2014-12-15 14:44:35 queue INFO >3 [560] -2014-12-15 14:44:37 queue INFO 7 [561] -2014-12-15 14:44:37 queue INFO >7 [562] -2014-12-15 14:44:38 queue INFO 3 [563] -2014-12-15 14:44:38 queue INFO >3 [564] -2014-12-15 14:44:40 queue INFO 7 [565] -2014-12-15 14:44:40 queue INFO >7 [566] -2014-12-15 14:44:41 queue INFO 3 [567] -2014-12-15 14:44:41 queue INFO >3 [568] -2014-12-15 14:44:43 queue INFO 7 [569] -2014-12-15 14:44:43 queue INFO >7 [570] -2014-12-15 14:44:44 queue INFO 3 [571] -2014-12-15 14:44:45 queue INFO >3 [572] -2014-12-15 14:44:46 queue INFO 7 [573] -2014-12-15 14:44:46 queue INFO >7 [574] -2014-12-15 14:44:47 queue INFO 3 [575] -2014-12-15 14:44:47 queue INFO >3 [576] -2014-12-15 14:44:49 queue INFO 7 [577] -2014-12-15 14:44:50 queue INFO >7 [578] -2014-12-15 14:44:51 queue INFO 3 [579] -2014-12-15 14:44:51 queue INFO >3 [580] -2014-12-15 14:44:53 queue INFO 7 [581] -2014-12-15 14:44:53 queue INFO >7 [582] -2014-12-15 14:44:55 queue INFO 3 [583] -2014-12-15 14:44:55 queue INFO >3 [584] -2014-12-15 14:44:57 queue INFO 7 [585] -2014-12-15 14:44:58 queue INFO >7 [586] -2014-12-15 14:44:59 queue INFO 3 [587] -2014-12-15 14:44:59 queue INFO >3 [588] -2014-12-15 14:45:01 queue INFO 7 [589] -2014-12-15 14:45:02 queue INFO >7 [590] -2014-12-15 14:45:03 queue INFO 3 [591] -2014-12-15 14:45:03 queue INFO >3 [592] -2014-12-15 14:45:04 program INFO IOB ONLINE! -2014-12-15 14:45:04 sendUrl INFO 3 [0] -2014-12-15 14:45:05 sendUrl INFO 3 [1] -2014-12-15 14:45:05 queue INFO 7 [593] -2014-12-15 14:45:05 queue INFO >7 [594] -2014-12-15 14:45:05 sendUrl INFO 7 [2] -2014-12-15 14:45:06 sendUrl INFO 7 [3] -2014-12-15 14:45:06 queue INFO 3 [595] -2014-12-15 14:45:06 sendUrl INFO 3 [4] -2014-12-15 14:45:07 queue INFO >3 [596] -2014-12-15 14:45:07 sendUrl INFO 3 [5] -2014-12-15 14:45:07 sendUrl INFO 7 [6] -2014-12-15 14:45:08 sendUrl INFO 7 [7] -2014-12-15 14:45:08 queue INFO 7 [597] -2014-12-15 14:45:08 sendUrl INFO 3 [8] -2014-12-15 14:45:09 queue INFO >7 [598] -2014-12-15 14:45:09 sendUrl INFO 3 [9] -2014-12-15 14:45:09 sendUrl INFO 7 [10] -2014-12-15 14:45:10 sendUrl INFO 7 [11] -2014-12-15 14:45:10 queue INFO 3 [599] -2014-12-15 14:45:10 queue INFO >3 [600] -2014-12-15 14:45:10 sendUrl INFO 3 [12] -2014-12-15 14:45:11 sendUrl INFO 3 [13] -2014-12-15 14:45:11 sendUrl INFO 7 [14] -2014-12-15 14:45:12 sendUrl INFO 7 [15] -2014-12-15 14:45:12 queue INFO 7 [601] -2014-12-15 14:45:12 queue INFO >7 [602] -2014-12-15 14:45:13 sendUrl INFO 3 [16] -2014-12-15 14:45:13 sendUrl INFO 3 [17] -2014-12-15 14:45:14 sendUrl INFO 7 [18] -2014-12-15 14:45:14 queue INFO 3 [603] -2014-12-15 14:45:14 queue INFO >3 [604] -2014-12-15 14:45:14 sendUrl INFO 7 [19] -2014-12-15 14:45:15 sendUrl INFO 3 [20] -2014-12-15 14:45:15 sendUrl INFO 3 [21] -2014-12-15 14:45:16 sendUrl INFO 7 [22] -2014-12-15 14:45:16 queue INFO 7 [605] -2014-12-15 14:45:16 queue INFO >7 [606] -2014-12-15 14:45:16 sendUrl INFO 7 [23] -2014-12-15 14:45:17 sendUrl INFO 3 [24] -2014-12-15 14:45:17 queue INFO 3 [607] -2014-12-15 14:45:17 queue INFO >3 [608] -2014-12-15 14:45:17 sendUrl INFO 3 [25] -2014-12-15 14:45:18 sendUrl INFO 7 [26] -2014-12-15 14:45:18 sendUrl INFO 7 [27] -2014-12-15 14:45:19 sendUrl INFO 3 [28] -2014-12-15 14:45:19 queue INFO 7 [609] -2014-12-15 14:45:19 sendUrl INFO 3 [29] -2014-12-15 14:45:19 queue INFO >7 [610] -2014-12-15 14:45:20 sendUrl INFO 7 [30] -2014-12-15 14:45:20 sendUrl INFO 7 [31] -2014-12-15 14:45:21 sendUrl INFO 3 [32] -2014-12-15 14:45:21 queue INFO 3 [611] -2014-12-15 14:45:21 queue INFO >3 [612] -2014-12-15 14:45:21 sendUrl INFO 3 [33] -2014-12-15 14:45:22 sendUrl INFO 7 [34] -2014-12-15 14:45:22 sendUrl INFO 7 [35] -2014-12-15 14:45:22 queue INFO 7 [613] -2014-12-15 14:45:23 sendUrl INFO 3 [36] -2014-12-15 14:45:23 queue INFO >7 [614] -2014-12-15 14:45:23 sendUrl INFO 3 [37] -2014-12-15 14:45:24 sendUrl INFO 7 [38] -2014-12-15 14:45:24 queue INFO 3 [615] -2014-12-15 14:45:24 queue INFO >3 [616] -2014-12-15 14:45:24 sendUrl INFO 7 [39] -2014-12-15 14:45:25 sendUrl INFO 3 [40] -2014-12-15 14:45:25 sendUrl INFO 3 [41] -2014-12-15 14:45:26 sendUrl INFO 7 [42] -2014-12-15 14:45:26 queue INFO 7 [617] -2014-12-15 14:45:26 queue INFO >7 [618] -2014-12-15 14:45:26 sendUrl INFO 7 [43] -2014-12-15 14:45:27 sendUrl INFO 3 [44] -2014-12-15 14:45:27 queue INFO 3 [619] -2014-12-15 14:45:27 sendUrl INFO 3 [45] -2014-12-15 14:45:27 queue INFO >3 [620] -2014-12-15 14:45:28 sendUrl INFO 7 [46] -2014-12-15 14:45:28 sendUrl INFO 7 [47] -2014-12-15 14:45:29 sendUrl INFO 3 [48] -2014-12-15 14:45:29 queue INFO 7 [621] -2014-12-15 14:45:29 queue INFO >7 [622] -2014-12-15 14:45:29 sendUrl INFO 3 [49] -2014-12-15 14:45:30 sendUrl INFO 7 [50] -2014-12-15 14:45:30 queue INFO 3 [623] -2014-12-15 14:45:30 queue INFO >3 [624] -2014-12-15 14:45:30 sendUrl INFO 7 [51] -2014-12-15 14:45:31 sendUrl INFO 3 [52] -2014-12-15 14:45:31 sendUrl INFO 3 [53] -2014-12-15 14:45:32 queue INFO 7 [625] -2014-12-15 14:45:32 sendUrl INFO 7 [54] -2014-12-15 14:45:32 queue INFO >7 [626] -2014-12-15 14:45:32 sendUrl INFO 7 [55] -2014-12-15 14:45:32 queue INFO 3 [627] -2014-12-15 14:45:33 queue INFO >3 [628] -2014-12-15 14:45:33 sendUrl INFO 3 [56] -2014-12-15 14:45:33 sendUrl INFO 3 [57] -2014-12-15 14:45:34 sendUrl INFO 7 [58] -2014-12-15 14:45:34 sendUrl INFO 7 [59] -2014-12-15 14:45:35 sendUrl INFO 3 [60] -2014-12-15 14:45:35 queue INFO 7 [629] -2014-12-15 14:45:35 sendUrl INFO 3 [61] -2014-12-15 14:45:35 queue INFO >7 [630] -2014-12-15 14:45:36 sendUrl INFO 7 [62] -2014-12-15 14:45:36 sendUrl INFO 7 [63] -2014-12-15 14:45:37 queue INFO 3 [631] -2014-12-15 14:45:37 queue INFO >3 [632] -2014-12-15 14:45:37 sendUrl INFO 3 [64] -2014-12-15 14:45:37 sendUrl INFO 3 [65] -2014-12-15 14:45:38 sendUrl INFO 7 [66] -2014-12-15 14:45:38 sendUrl INFO 7 [67] -2014-12-15 14:45:38 queue INFO 7 [633] -2014-12-15 14:45:39 queue INFO >7 [634] -2014-12-15 14:45:39 sendUrl INFO 3 [68] -2014-12-15 14:45:39 sendUrl INFO 3 [69] -2014-12-15 14:45:40 queue INFO 3 [635] -2014-12-15 14:45:40 queue INFO >3 [636] -2014-12-15 14:45:40 sendUrl INFO 7 [70] -2014-12-15 14:45:40 sendUrl INFO 7 [71] -2014-12-15 14:45:41 sendUrl INFO 3 [72] -2014-12-15 14:45:41 sendUrl INFO 3 [73] -2014-12-15 14:45:42 queue INFO 7 [637] -2014-12-15 14:45:42 sendUrl INFO 7 [74] -2014-12-15 14:45:42 queue INFO >7 [638] -2014-12-15 14:45:42 sendUrl INFO 7 [75] -2014-12-15 14:45:43 sendUrl INFO 3 [76] -2014-12-15 14:45:43 sendUrl INFO 3 [77] -2014-12-15 14:45:43 queue INFO 3 [639] -2014-12-15 14:45:44 queue INFO >3 [640] -2014-12-15 14:45:44 sendUrl INFO 7 [78] -2014-12-15 14:45:44 sendUrl INFO 7 [79] -2014-12-15 14:45:45 sendUrl INFO 3 [80] -2014-12-15 14:45:45 sendUrl INFO 3 [81] -2014-12-15 14:45:45 queue INFO 7 [641] -2014-12-15 14:45:46 queue INFO >7 [642] -2014-12-15 14:45:46 sendUrl INFO 7 [82] -2014-12-15 14:45:46 sendUrl INFO 7 [83] -2014-12-15 14:45:47 queue INFO 3 [643] -2014-12-15 14:45:47 sendUrl INFO 3 [84] -2014-12-15 14:45:47 queue INFO >3 [644] -2014-12-15 14:45:47 sendUrl INFO 3 [85] -2014-12-15 14:45:48 sendUrl INFO 7 [86] -2014-12-15 14:45:48 sendUrl INFO 7 [87] -2014-12-15 14:45:49 queue INFO 7 [645] -2014-12-15 14:45:49 queue INFO >7 [646] -2014-12-15 14:45:49 sendUrl INFO 3 [88] -2014-12-15 14:45:49 sendUrl INFO 3 [89] -2014-12-15 14:45:50 sendUrl INFO 7 [90] -2014-12-15 14:45:50 queue INFO 3 [647] -2014-12-15 14:45:50 queue INFO >3 [648] -2014-12-15 14:45:50 sendUrl INFO 7 [91] -2014-12-15 14:45:51 sendUrl INFO 3 [92] -2014-12-15 14:45:51 sendUrl INFO 3 [93] -2014-12-15 14:45:52 sendUrl INFO 7 [94] -2014-12-15 14:45:52 queue INFO 7 [649] -2014-12-15 14:45:52 queue INFO >7 [650] -2014-12-15 14:45:52 sendUrl INFO 7 [95] -2014-12-15 14:45:53 sendUrl INFO 3 [96] -2014-12-15 14:45:53 sendUrl INFO 3 [97] -2014-12-15 14:45:53 queue INFO 3 [651] -2014-12-15 14:45:54 queue INFO >3 [652] -2014-12-15 14:45:54 sendUrl INFO 7 [98] -2014-12-15 14:45:54 sendUrl INFO 7 [99] -2014-12-15 14:45:55 sendUrl INFO 3 [100] -2014-12-15 14:45:55 sendUrl INFO 3 [101] -2014-12-15 14:45:55 queue INFO 7 [653] -2014-12-15 14:45:56 queue INFO >7 [654] -2014-12-15 14:45:56 queue INFO 3 [655] -2014-12-15 14:45:56 sendUrl INFO 7 [102] -2014-12-15 14:45:56 queue INFO >3 [656] -2014-12-15 14:45:57 sendUrl INFO 7 [103] -2014-12-15 14:45:57 sendUrl INFO 3 [104] -2014-12-15 14:45:58 sendUrl INFO 3 [105] -2014-12-15 14:45:58 sendUrl INFO 7 [106] -2014-12-15 14:45:58 queue INFO 7 [657] -2014-12-15 14:45:58 queue INFO >7 [658] -2014-12-15 14:45:59 sendUrl INFO 7 [107] -2014-12-15 14:45:59 sendUrl INFO 3 [108] -2014-12-15 14:46:00 queue INFO 3 [659] -2014-12-15 14:46:00 sendUrl INFO 3 [109] -2014-12-15 14:46:00 queue INFO >3 [660] -2014-12-15 14:46:00 sendUrl INFO 7 [110] -2014-12-15 14:46:01 sendUrl INFO 7 [111] -2014-12-15 14:46:01 sendUrl INFO 3 [112] -2014-12-15 14:46:01 queue INFO 7 [661] -2014-12-15 14:46:01 queue INFO >7 [662] -2014-12-15 14:46:02 sendUrl INFO 3 [113] -2014-12-15 14:46:02 sendUrl INFO 7 [114] -2014-12-15 14:46:03 sendUrl INFO 7 [115] -2014-12-15 14:46:03 queue INFO 3 [663] -2014-12-15 14:46:03 queue INFO >3 [664] -2014-12-15 14:46:03 sendUrl INFO 3 [116] -2014-12-15 14:46:04 sendUrl INFO 3 [117] -2014-12-15 14:46:04 sendUrl INFO 7 [118] -2014-12-15 14:46:05 queue INFO 7 [665] -2014-12-15 14:46:05 sendUrl INFO 7 [119] -2014-12-15 14:46:05 queue INFO >7 [666] -2014-12-15 14:46:05 sendUrl INFO 3 [120] -2014-12-15 14:46:06 sendUrl INFO 3 [121] -2014-12-15 14:46:06 queue INFO 3 [667] -2014-12-15 14:46:06 queue INFO >3 [668] -2014-12-15 14:46:06 sendUrl INFO 7 [122] -2014-12-15 14:46:07 sendUrl INFO 3 [123] -2014-12-15 14:46:07 sendUrl INFO 3 [124] -2014-12-15 14:46:08 sendUrl INFO 7 [125] -2014-12-15 14:46:08 queue INFO 7 [669] -2014-12-15 14:46:08 queue INFO >7 [670] -2014-12-15 14:46:08 sendUrl INFO 7 [126] -2014-12-15 14:46:09 sendUrl INFO 3 [127] -2014-12-15 14:46:09 queue INFO 3 [671] -2014-12-15 14:46:09 sendUrl INFO 3 [128] -2014-12-15 14:46:09 queue INFO >3 [672] -2014-12-15 14:46:10 sendUrl INFO 7 [129] -2014-12-15 14:46:10 sendUrl INFO 7 [130] -2014-12-15 14:46:11 sendUrl INFO 3 [131] -2014-12-15 14:46:11 queue INFO 7 [673] -2014-12-15 14:46:11 sendUrl INFO 3 [132] -2014-12-15 14:46:11 queue INFO >7 [674] -2014-12-15 14:46:12 sendUrl INFO 7 [133] -2014-12-15 14:46:12 queue INFO 3 [675] -2014-12-15 14:46:12 sendUrl INFO 7 [134] -2014-12-15 14:46:12 queue INFO >3 [676] -2014-12-15 14:46:13 sendUrl INFO 3 [135] -2014-12-15 14:46:13 sendUrl INFO 3 [136] -2014-12-15 14:46:14 sendUrl INFO 7 [137] -2014-12-15 14:46:14 queue INFO 7 [677] -2014-12-15 14:46:14 sendUrl INFO 7 [138] -2014-12-15 14:46:14 queue INFO >7 [678] -2014-12-15 14:46:15 sendUrl INFO 3 [139] -2014-12-15 14:46:15 sendUrl INFO 3 [140] -2014-12-15 14:46:16 queue INFO 3 [679] -2014-12-15 14:46:16 sendUrl INFO 7 [141] -2014-12-15 14:46:16 queue INFO >3 [680] -2014-12-15 14:46:16 sendUrl INFO 7 [142] -2014-12-15 14:46:17 sendUrl INFO 3 [143] -2014-12-15 14:46:17 sendUrl INFO 3 [144] -2014-12-15 14:46:18 queue INFO 7 [681] -2014-12-15 14:46:18 sendUrl INFO 7 [145] -2014-12-15 14:46:18 queue INFO >7 [682] -2014-12-15 14:46:18 sendUrl INFO 7 [146] -2014-12-15 14:46:19 sendUrl INFO 3 [147] -2014-12-15 14:46:19 queue INFO 3 [683] -2014-12-15 14:46:19 queue INFO >3 [684] -2014-12-15 14:46:19 sendUrl INFO 3 [148] -2014-12-15 14:46:20 sendUrl INFO 7 [149] -2014-12-15 14:46:20 sendUrl INFO 7 [150] -2014-12-15 14:46:20 queue INFO 7 [685] -2014-12-15 14:46:21 queue INFO >7 [686] -2014-12-15 14:46:21 sendUrl INFO 3 [151] -2014-12-15 14:46:21 queue INFO 3 [687] -2014-12-15 14:46:21 queue INFO >3 [688] -2014-12-15 14:46:21 sendUrl INFO 3 [152] -2014-12-15 14:46:22 sendUrl INFO 7 [153] -2014-12-15 14:46:22 sendUrl INFO 7 [154] -2014-12-15 14:46:23 sendUrl INFO 3 [155] -2014-12-15 14:46:23 sendUrl INFO 3 [156] -2014-12-15 14:46:23 queue INFO 7 [689] -2014-12-15 14:46:24 queue INFO >7 [690] -2014-12-15 14:46:24 sendUrl INFO 7 [157] -2014-12-15 14:46:24 sendUrl INFO 7 [158] -2014-12-15 14:46:25 sendUrl INFO 3 [159] -2014-12-15 14:46:25 queue INFO 3 [691] -2014-12-15 14:46:25 queue INFO >3 [692] -2014-12-15 14:46:25 sendUrl INFO 3 [160] -2014-12-15 14:46:26 sendUrl INFO 7 [161] -2014-12-15 14:46:26 sendUrl INFO 7 [162] -2014-12-15 14:46:27 queue INFO 7 [693] -2014-12-15 14:46:27 sendUrl INFO 3 [163] -2014-12-15 14:46:27 queue INFO >7 [694] -2014-12-15 14:46:27 sendUrl INFO 3 [164] -2014-12-15 14:46:28 sendUrl INFO 7 [165] -2014-12-15 14:46:28 queue INFO 3 [695] -2014-12-15 14:46:28 queue INFO >3 [696] -2014-12-15 14:46:28 sendUrl INFO 7 [166] -2014-12-15 14:46:29 sendUrl INFO 3 [167] -2014-12-15 14:46:29 sendUrl INFO 3 [168] -2014-12-15 14:46:30 queue INFO 7 [697] -2014-12-15 14:46:30 sendUrl INFO 7 [169] -2014-12-15 14:46:30 queue INFO >7 [698] -2014-12-15 14:46:30 sendUrl INFO 7 [170] -2014-12-15 14:46:31 sendUrl INFO 3 [171] -2014-12-15 14:46:31 queue INFO 3 [699] -2014-12-15 14:46:31 queue INFO >3 [700] -2014-12-15 14:46:31 sendUrl INFO 3 [172] -2014-12-15 14:46:32 sendUrl INFO 7 [173] -2014-12-15 14:46:32 queue INFO 7 [701] -2014-12-15 14:46:32 sendUrl INFO 7 [174] -2014-12-15 14:46:33 queue INFO >7 [702] -2014-12-15 14:46:33 sendUrl INFO 3 [175] -2014-12-15 14:46:33 sendUrl INFO 3 [176] -2014-12-15 14:46:34 queue INFO 3 [703] -2014-12-15 14:46:34 queue INFO >3 [704] -2014-12-15 14:46:34 sendUrl INFO 7 [177] -2014-12-15 14:46:34 sendUrl INFO 7 [178] -2014-12-15 14:46:35 sendUrl INFO 3 [179] -2014-12-15 14:46:35 queue INFO 7 [705] -2014-12-15 14:46:35 queue INFO >7 [706] -2014-12-15 14:46:35 sendUrl INFO 3 [180] -2014-12-15 14:46:36 sendUrl INFO 7 [181] -2014-12-15 14:46:36 queue INFO 3 [707] -2014-12-15 14:46:36 queue INFO >3 [708] -2014-12-15 14:46:36 sendUrl INFO 7 [182] -2014-12-15 14:46:37 sendUrl INFO 3 [183] -2014-12-15 14:46:37 sendUrl INFO 3 [184] -2014-12-15 14:46:38 sendUrl INFO 7 [185] -2014-12-15 14:46:38 queue INFO 7 [709] -2014-12-15 14:46:38 queue INFO >7 [710] -2014-12-15 14:46:38 sendUrl INFO 7 [186] -2014-12-15 14:46:39 sendUrl INFO 3 [187] -2014-12-15 14:46:39 queue INFO 3 [711] -2014-12-15 14:46:39 queue INFO >3 [712] -2014-12-15 14:46:39 sendUrl INFO 3 [188] -2014-12-15 14:46:40 sendUrl INFO 7 [189] -2014-12-15 14:46:41 sendUrl INFO 7 [190] -2014-12-15 14:46:41 queue INFO 7 [713] -2014-12-15 14:46:41 queue INFO >7 [714] -2014-12-15 14:46:41 sendUrl INFO 3 [191] -2014-12-15 14:46:42 sendUrl INFO 3 [192] -2014-12-15 14:46:42 queue INFO 3 [715] -2014-12-15 14:46:42 sendUrl INFO 7 [193] -2014-12-15 14:46:42 queue INFO >3 [716] -2014-12-15 14:46:43 sendUrl INFO 7 [194] -2014-12-15 14:46:43 sendUrl INFO 3 [195] -2014-12-15 14:46:44 sendUrl INFO 3 [196] -2014-12-15 14:46:44 queue INFO 7 [717] -2014-12-15 14:46:44 queue INFO >7 [718] -2014-12-15 14:46:44 sendUrl INFO 7 [197] -2014-12-15 14:46:45 sendUrl INFO 7 [198] -2014-12-15 14:46:45 sendUrl INFO 3 [199] -2014-12-15 14:46:45 queue INFO 3 [719] -2014-12-15 14:46:46 queue INFO >3 [720] -2014-12-15 14:46:46 program INFO WAIT active send to complete -2014-12-15 14:46:47 program INFO WAIT active send to complete -2014-12-15 14:46:47 program INFO WAIT active send to complete -2014-12-15 14:46:47 queue INFO 7 [721] -2014-12-15 14:46:47 queue INFO >7 [722] -2014-12-15 14:46:48 program INFO WAIT active send to complete -2014-12-15 14:46:48 program INFO WAIT active send to complete -2014-12-15 14:46:48 queue INFO 3 [723] -2014-12-15 14:46:48 queue INFO >3 [724] -2014-12-15 14:46:49 program INFO WAIT active send to complete -2014-12-15 14:46:49 program INFO WAIT active send to complete -2014-12-15 14:46:50 program INFO WAIT active send to complete -2014-12-15 14:46:50 queue INFO 7 [725] -2014-12-15 14:46:50 queue INFO >7 [726] -2014-12-15 14:46:50 program INFO WAIT active send to complete -2014-12-15 14:46:51 program INFO WAIT active send to complete -2014-12-15 14:46:51 queue INFO 3 [727] -2014-12-15 14:46:51 queue INFO >3 [728] -2014-12-15 14:46:51 program INFO WAIT active send to complete -2014-12-15 14:46:52 program INFO WAIT active send to complete -2014-12-15 14:46:52 program INFO WAIT active send to complete -2014-12-15 14:46:53 program INFO WAIT active send to complete -2014-12-15 14:46:53 queue INFO 7 [729] -2014-12-15 14:46:53 queue INFO >7 [730] -2014-12-15 14:46:53 program INFO WAIT active send to complete -2014-12-15 14:46:54 program INFO WAIT active send to complete -2014-12-15 14:46:54 queue INFO 3 [731] -2014-12-15 14:46:54 program INFO WAIT active send to complete -2014-12-15 14:46:54 queue INFO >3 [732] -2014-12-15 14:46:55 program INFO WAIT active send to complete -2014-12-15 14:46:55 program INFO WAIT active send to complete -2014-12-15 14:46:56 program INFO WAIT active send to complete -2014-12-15 14:46:56 queue INFO 7 [733] -2014-12-15 14:46:56 queue INFO >7 [734] -2014-12-15 14:46:56 program INFO WAIT active send to complete -2014-12-15 14:46:57 program INFO WAIT active send to complete -2014-12-15 14:46:57 queue INFO 3 [735] -2014-12-15 14:46:57 program INFO WAIT active send to complete -2014-12-15 14:46:57 queue INFO >3 [736] -2014-12-15 14:46:58 program INFO WAIT active send to complete -2014-12-15 14:46:58 program INFO WAIT active send to complete -2014-12-15 14:46:59 program INFO WAIT active send to complete -2014-12-15 14:46:59 queue INFO 7 [737] -2014-12-15 14:46:59 queue INFO >7 [738] -2014-12-15 14:46:59 program INFO WAIT active send to complete -2014-12-15 14:47:00 program INFO WAIT active send to complete -2014-12-15 14:47:00 program INFO WAIT active send to complete -2014-12-15 14:47:00 queue INFO 3 [739] -2014-12-15 14:47:01 queue INFO >3 [740] -2014-12-15 14:47:01 program INFO WAIT active send to complete -2014-12-15 14:47:01 queue INFO 7 [741] -2014-12-15 14:47:01 program INFO WAIT active send to complete -2014-12-15 14:47:01 queue INFO >7 [742] -2014-12-15 14:47:02 program INFO WAIT active send to complete -2014-12-15 14:47:02 program INFO WAIT active send to complete -2014-12-15 14:47:03 queue INFO 3 [743] -2014-12-15 14:47:03 program INFO WAIT active send to complete -2014-12-15 14:47:03 queue INFO >3 [744] -2014-12-15 14:47:03 program INFO WAIT active send to complete -2014-12-15 14:47:04 program INFO WAIT active send to complete -2014-12-15 14:47:04 program INFO WAIT active send to complete -2014-12-15 14:47:05 program INFO WAIT active send to complete -2014-12-15 14:47:05 queue INFO 7 [745] -2014-12-15 14:47:05 queue INFO >7 [746] -2014-12-15 14:47:05 program INFO WAIT active send to complete -2014-12-15 14:47:06 program INFO WAIT active send to complete -2014-12-15 14:47:06 queue INFO 3 [747] -2014-12-15 14:47:06 program INFO WAIT active send to complete -2014-12-15 14:47:06 queue INFO >3 [748] -2014-12-15 14:47:07 program INFO WAIT active send to complete -2014-12-15 14:47:07 program INFO WAIT active send to complete -2014-12-15 14:47:08 program INFO WAIT active send to complete -2014-12-15 14:47:08 queue INFO 7 [749] -2014-12-15 14:47:08 queue INFO >7 [750] -2014-12-15 14:47:08 program INFO WAIT active send to complete -2014-12-15 14:47:09 program INFO WAIT active send to complete -2014-12-15 14:47:09 program INFO WAIT active send to complete -2014-12-15 14:47:09 queue INFO 3 [751] -2014-12-15 14:47:10 queue INFO >3 [752] -2014-12-15 14:47:10 program INFO WAIT active send to complete -2014-12-15 14:47:10 program INFO WAIT active send to complete -2014-12-15 14:47:11 program INFO WAIT active send to complete -2014-12-15 14:47:11 queue INFO 7 [753] -2014-12-15 14:47:11 program INFO WAIT active send to complete -2014-12-15 14:47:11 queue INFO >7 [754] -2014-12-15 14:47:12 program INFO WAIT active send to complete -2014-12-15 14:47:12 program INFO WAIT active send to complete -2014-12-15 14:47:13 queue INFO 3 [755] -2014-12-15 14:47:13 program INFO WAIT active send to complete -2014-12-15 14:47:13 queue INFO >3 [756] -2014-12-15 14:47:13 program INFO WAIT active send to complete -2014-12-15 14:47:14 program INFO WAIT active send to complete -2014-12-15 14:47:14 program INFO WAIT active send to complete -2014-12-15 14:47:15 queue INFO 7 [757] -2014-12-15 14:47:15 queue INFO >7 [758] -2014-12-15 14:47:15 program INFO WAIT active send to complete -2014-12-15 14:47:15 program INFO WAIT active send to complete -2014-12-15 14:47:16 sendUrl INFO 3 [200] -2014-12-15 14:47:16 queue INFO 3 [759] -2014-12-15 14:47:16 sendUrl INFO 7 [201] -2014-12-15 14:47:16 queue INFO >3 [760] -2014-12-15 14:47:16 sendUrl INFO 7 [202] -2014-12-15 14:47:17 queue INFO 7 [761] -2014-12-15 14:47:17 sendUrl INFO 3 [203] -2014-12-15 14:47:17 queue INFO >7 [762] -2014-12-15 14:47:17 sendUrl INFO 3 [204] -2014-12-15 14:47:18 sendUrl INFO 7 [205] -2014-12-15 14:47:18 queue INFO 3 [763] -2014-12-15 14:47:18 sendUrl INFO 7 [206] -2014-12-15 14:47:18 queue INFO >3 [764] -2014-12-15 14:47:19 sendUrl INFO 3 [207] -2014-12-15 14:47:19 sendUrl INFO 3 [208] -2014-12-15 14:47:20 queue INFO 7 [765] -2014-12-15 14:47:20 sendUrl INFO 7 [209] -2014-12-15 14:47:20 queue INFO >7 [766] -2014-12-15 14:47:20 sendUrl INFO 7 [210] -2014-12-15 14:47:21 sendUrl INFO 3 [211] -2014-12-15 14:47:21 queue INFO 3 [767] -2014-12-15 14:47:21 queue INFO >3 [768] -2014-12-15 14:47:21 sendUrl INFO 3 [212] -2014-12-15 14:47:22 sendUrl INFO 7 [213] -2014-12-15 14:47:22 sendUrl INFO 7 [214] -2014-12-15 14:47:23 queue INFO 7 [769] -2014-12-15 14:47:23 sendUrl INFO 3 [215] -2014-12-15 14:47:23 queue INFO >7 [770] -2014-12-15 14:47:23 sendUrl INFO 3 [216] -2014-12-15 14:47:24 sendUrl INFO 7 [217] -2014-12-15 14:47:25 sendUrl INFO 7 [218] -2014-12-15 14:47:25 sendUrl INFO 3 [219] -2014-12-15 14:47:26 sendUrl INFO 3 [220] -2014-12-15 14:47:26 sendUrl INFO 7 [221] -2014-12-15 14:47:27 sendUrl INFO 7 [222] -2014-12-15 14:47:27 sendUrl INFO 3 [223] -2014-12-15 14:47:28 sendUrl INFO 3 [224] -2014-12-15 14:47:28 queue INFO 3 [771] -2014-12-15 14:47:28 queue INFO 7 [772] -2014-12-15 14:47:28 sendUrl INFO 7 [225] -2014-12-15 14:47:28 queue INFO >7 [773] -2014-12-15 14:47:28 queue INFO 3 [774] -2014-12-15 14:47:29 queue INFO >3 [775] -2014-12-15 14:47:29 sendUrl INFO 7 [226] -2014-12-15 14:47:29 sendUrl INFO 3 [227] -2014-12-15 14:47:30 sendUrl INFO 3 [228] -2014-12-15 14:47:30 queue INFO 7 [776] -2014-12-15 14:47:30 sendUrl INFO 7 [229] -2014-12-15 14:47:30 queue INFO >7 [777] -2014-12-15 14:47:31 sendUrl INFO 7 [230] -2014-12-15 14:47:31 sendUrl INFO 3 [231] -2014-12-15 14:47:32 queue INFO 3 [778] -2014-12-15 14:47:32 sendUrl INFO 3 [232] -2014-12-15 14:47:32 queue INFO >3 [779] -2014-12-15 14:47:32 sendUrl INFO 7 [233] -2014-12-15 14:47:33 sendUrl INFO 7 [234] -2014-12-15 14:47:33 sendUrl INFO 3 [235] -2014-12-15 14:47:33 queue INFO 7 [780] -2014-12-15 14:47:33 queue INFO >7 [781] -2014-12-15 14:47:34 sendUrl INFO 3 [236] -2014-12-15 14:47:34 sendUrl INFO 7 [237] -2014-12-15 14:47:35 queue INFO 3 [782] -2014-12-15 14:47:35 sendUrl INFO 7 [238] -2014-12-15 14:47:35 queue INFO >3 [783] -2014-12-15 14:47:35 sendUrl INFO 3 [239] -2014-12-15 14:47:36 sendUrl INFO 3 [240] -2014-12-15 14:47:36 sendUrl INFO 7 [241] -2014-12-15 14:47:36 queue INFO 7 [784] -2014-12-15 14:47:37 queue INFO >7 [785] -2014-12-15 14:47:37 sendUrl INFO 7 [242] -2014-12-15 14:47:37 sendUrl INFO 3 [243] -2014-12-15 14:47:38 queue INFO 3 [786] -2014-12-15 14:47:38 sendUrl INFO 3 [244] -2014-12-15 14:47:38 queue INFO >3 [787] -2014-12-15 14:47:38 sendUrl INFO 7 [245] -2014-12-15 14:47:39 sendUrl INFO 7 [246] -2014-12-15 14:47:39 sendUrl INFO 3 [247] -2014-12-15 14:47:40 queue INFO 7 [788] -2014-12-15 14:47:40 sendUrl INFO 3 [248] -2014-12-15 14:47:40 queue INFO >7 [789] -2014-12-15 14:47:40 sendUrl INFO 7 [249] -2014-12-15 14:47:41 sendUrl INFO 7 [250] -2014-12-15 14:47:41 queue INFO 3 [790] -2014-12-15 14:47:41 queue INFO >3 [791] -2014-12-15 14:47:41 sendUrl INFO 3 [251] -2014-12-15 14:47:42 sendUrl INFO 3 [252] -2014-12-15 14:47:42 sendUrl INFO 7 [253] -2014-12-15 14:47:43 queue INFO 7 [792] -2014-12-15 14:47:43 sendUrl INFO 7 [254] -2014-12-15 14:47:43 queue INFO >7 [793] -2014-12-15 14:47:43 queue INFO 3 [794] -2014-12-15 14:47:43 sendUrl INFO 3 [255] -2014-12-15 14:47:43 queue INFO >3 [795] -2014-12-15 14:47:44 sendUrl INFO 3 [256] -2014-12-15 14:47:44 sendUrl INFO 7 [257] -2014-12-15 14:47:45 queue INFO 7 [796] -2014-12-15 14:47:45 sendUrl INFO 7 [258] -2014-12-15 14:47:45 queue INFO >7 [797] -2014-12-15 14:47:45 sendUrl INFO 3 [259] -2014-12-15 14:47:46 sendUrl INFO 3 [260] -2014-12-15 14:47:46 queue INFO 3 [798] -2014-12-15 14:47:46 sendUrl INFO 7 [261] -2014-12-15 14:47:46 queue INFO >3 [799] -2014-12-15 14:47:47 sendUrl INFO 7 [262] -2014-12-15 14:47:47 sendUrl INFO 3 [263] -2014-12-15 14:47:48 sendUrl INFO 3 [264] -2014-12-15 14:47:48 queue INFO 7 [800] -2014-12-15 14:47:48 queue INFO >7 [801] -2014-12-15 14:47:48 sendUrl INFO 7 [265] -2014-12-15 14:47:49 sendUrl INFO 7 [266] -2014-12-15 14:47:49 queue INFO 3 [802] -2014-12-15 14:47:49 sendUrl INFO 3 [267] -2014-12-15 14:47:49 queue INFO >3 [803] -2014-12-15 14:47:50 sendUrl INFO 3 [268] -2014-12-15 14:47:50 sendUrl INFO 7 [269] -2014-12-15 14:47:51 sendUrl INFO 7 [270] -2014-12-15 14:47:51 queue INFO 7 [804] -2014-12-15 14:47:51 queue INFO >7 [805] -2014-12-15 14:47:51 sendUrl INFO 3 [271] -2014-12-15 14:47:52 sendUrl INFO 3 [272] -2014-12-15 14:47:52 queue INFO 3 [806] -2014-12-15 14:47:52 sendUrl INFO 7 [273] -2014-12-15 14:47:53 queue INFO >3 [807] -2014-12-15 14:47:53 sendUrl INFO 7 [274] -2014-12-15 14:47:53 sendUrl INFO 3 [275] -2014-12-15 14:47:54 sendUrl INFO 3 [276] -2014-12-15 14:47:54 queue INFO 7 [808] -2014-12-15 14:47:54 queue INFO >7 [809] -2014-12-15 14:47:54 sendUrl INFO 7 [277] -2014-12-15 14:47:55 sendUrl INFO 7 [278] -2014-12-15 14:47:55 queue INFO 3 [810] -2014-12-15 14:47:55 queue INFO >3 [811] -2014-12-15 14:47:55 sendUrl INFO 3 [279] -2014-12-15 14:47:56 sendUrl INFO 3 [280] -2014-12-15 14:47:56 sendUrl INFO 7 [281] -2014-12-15 14:47:57 sendUrl INFO 7 [282] -2014-12-15 14:47:57 queue INFO 7 [812] -2014-12-15 14:47:57 queue INFO >7 [813] -2014-12-15 14:47:57 sendUrl INFO 3 [283] -2014-12-15 14:47:58 sendUrl INFO 3 [284] -2014-12-15 14:47:58 queue INFO 3 [814] -2014-12-15 14:47:58 queue INFO >3 [815] -2014-12-15 14:47:58 sendUrl INFO 7 [285] -2014-12-15 14:47:59 sendUrl INFO 7 [286] -2014-12-15 14:47:59 sendUrl INFO 3 [287] -2014-12-15 14:48:00 queue INFO 7 [816] -2014-12-15 14:48:00 queue INFO >7 [817] -2014-12-15 14:48:00 sendUrl INFO 3 [288] -2014-12-15 14:48:00 sendUrl INFO 7 [289] -2014-12-15 14:48:01 sendUrl INFO 7 [290] -2014-12-15 14:48:01 queue INFO 3 [818] -2014-12-15 14:48:01 queue INFO >3 [819] -2014-12-15 14:48:01 sendUrl INFO 3 [291] -2014-12-15 14:48:02 sendUrl INFO 3 [292] -2014-12-15 14:48:02 queue INFO 7 [820] -2014-12-15 14:48:02 sendUrl INFO 7 [293] -2014-12-15 14:48:03 queue INFO >7 [821] -2014-12-15 14:48:03 sendUrl INFO 7 [294] -2014-12-15 14:48:03 queue INFO 3 [822] -2014-12-15 14:48:03 sendUrl INFO 3 [295] -2014-12-15 14:48:04 queue INFO >3 [823] -2014-12-15 14:48:04 sendUrl INFO 3 [296] -2014-12-15 14:48:04 sendUrl INFO 7 [297] -2014-12-15 14:48:05 sendUrl INFO 7 [298] -2014-12-15 14:48:05 queue INFO 7 [824] -2014-12-15 14:48:05 queue INFO >7 [825] -2014-12-15 14:48:05 sendUrl INFO 3 [299] -2014-12-15 14:48:06 sendUrl INFO 3 [300] -2014-12-15 14:48:06 queue INFO 3 [826] -2014-12-15 14:48:06 queue INFO >3 [827] -2014-12-15 14:48:06 sendUrl INFO 7 [301] -2014-12-15 14:48:07 sendUrl INFO 7 [302] -2014-12-15 14:48:07 queue INFO 7 [828] -2014-12-15 14:48:07 queue INFO >7 [829] -2014-12-15 14:48:07 sendUrl INFO 3 [303] -2014-12-15 14:48:08 sendUrl INFO 3 [304] -2014-12-15 14:48:08 queue INFO 3 [830] -2014-12-15 14:48:08 queue INFO >3 [831] -2014-12-15 14:48:09 sendUrl INFO 7 [305] -2014-12-15 14:48:09 sendUrl INFO 7 [306] -2014-12-15 14:48:10 sendUrl INFO 3 [307] -2014-12-15 14:48:10 queue INFO 7 [832] -2014-12-15 14:48:10 queue INFO >7 [833] -2014-12-15 14:48:10 sendUrl INFO 3 [308] -2014-12-15 14:48:11 sendUrl INFO 7 [309] -2014-12-15 14:48:11 queue INFO 3 [834] -2014-12-15 14:48:11 sendUrl INFO 7 [310] -2014-12-15 14:48:11 queue INFO >3 [835] -2014-12-15 14:48:12 sendUrl INFO 3 [311] -2014-12-15 14:48:12 sendUrl INFO 3 [312] -2014-12-15 14:48:12 queue INFO 7 [836] -2014-12-15 14:48:13 sendUrl INFO 7 [313] -2014-12-15 14:48:13 queue INFO >7 [837] -2014-12-15 14:48:13 sendUrl INFO 7 [314] -2014-12-15 14:48:14 sendUrl INFO 3 [315] -2014-12-15 14:48:14 queue INFO 3 [838] -2014-12-15 14:48:14 queue INFO >3 [839] -2014-12-15 14:48:14 sendUrl INFO 3 [316] -2014-12-15 14:48:15 sendUrl INFO 7 [317] -2014-12-15 14:48:15 sendUrl INFO 7 [318] -2014-12-15 14:48:15 queue INFO 7 [840] -2014-12-15 14:48:16 sendUrl INFO 3 [319] -2014-12-15 14:48:16 queue INFO >7 [841] -2014-12-15 14:48:16 sendUrl INFO 3 [320] -2014-12-15 14:48:16 queue INFO 3 [842] -2014-12-15 14:48:16 queue INFO >3 [843] -2014-12-15 14:48:17 sendUrl INFO 7 [321] -2014-12-15 14:48:17 sendUrl INFO 7 [322] -2014-12-15 14:48:18 sendUrl INFO 3 [323] -2014-12-15 14:48:18 queue INFO 7 [844] -2014-12-15 14:48:18 sendUrl INFO 3 [324] -2014-12-15 14:48:18 queue INFO >7 [845] -2014-12-15 14:48:19 sendUrl INFO 7 [325] -2014-12-15 14:48:19 sendUrl INFO 7 [326] -2014-12-15 14:48:20 queue INFO 3 [846] -2014-12-15 14:48:20 sendUrl INFO 3 [327] -2014-12-15 14:48:20 queue INFO >3 [847] -2014-12-15 14:48:20 sendUrl INFO 3 [328] -2014-12-15 14:48:21 sendUrl INFO 7 [329] -2014-12-15 14:48:21 queue INFO 7 [848] -2014-12-15 14:48:21 sendUrl INFO 7 [330] -2014-12-15 14:48:21 queue INFO >7 [849] -2014-12-15 14:48:22 sendUrl INFO 3 [331] -2014-12-15 14:48:22 sendUrl INFO 3 [332] -2014-12-15 14:48:23 queue INFO 3 [850] -2014-12-15 14:48:23 sendUrl INFO 7 [333] -2014-12-15 14:48:23 queue INFO >3 [851] -2014-12-15 14:48:23 sendUrl INFO 7 [334] -2014-12-15 14:48:24 sendUrl INFO 3 [335] -2014-12-15 14:48:24 queue INFO 7 [852] -2014-12-15 14:48:24 sendUrl INFO 3 [336] -2014-12-15 14:48:24 queue INFO >7 [853] -2014-12-15 14:48:25 sendUrl INFO 7 [337] -2014-12-15 14:48:25 queue INFO 3 [854] -2014-12-15 14:48:25 sendUrl INFO 7 [338] -2014-12-15 14:48:25 queue INFO >3 [855] -2014-12-15 14:48:26 sendUrl INFO 3 [339] -2014-12-15 14:48:26 sendUrl INFO 3 [340] -2014-12-15 14:48:27 sendUrl INFO 7 [341] -2014-12-15 14:48:27 queue INFO 7 [856] -2014-12-15 14:48:27 queue INFO >7 [857] -2014-12-15 14:48:27 sendUrl INFO 7 [342] -2014-12-15 14:48:28 sendUrl INFO 3 [343] -2014-12-15 14:48:28 queue INFO 3 [858] -2014-12-15 14:48:28 sendUrl INFO 3 [344] -2014-12-15 14:48:28 queue INFO >3 [859] -2014-12-15 14:48:29 sendUrl INFO 7 [345] -2014-12-15 14:48:29 sendUrl INFO 7 [346] -2014-12-15 14:48:30 sendUrl INFO 3 [347] -2014-12-15 14:48:30 queue INFO 7 [860] -2014-12-15 14:48:30 queue INFO >7 [861] -2014-12-15 14:48:30 sendUrl INFO 3 [348] -2014-12-15 14:48:31 sendUrl INFO 7 [349] -2014-12-15 14:48:31 queue INFO 3 [862] -2014-12-15 14:48:31 queue INFO >3 [863] -2014-12-15 14:48:31 sendUrl INFO 7 [350] -2014-12-15 14:48:32 sendUrl INFO 3 [351] -2014-12-15 14:48:32 sendUrl INFO 3 [352] -2014-12-15 14:48:32 queue INFO 7 [864] -2014-12-15 14:48:33 queue INFO >7 [865] -2014-12-15 14:48:33 sendUrl INFO 7 [353] -2014-12-15 14:48:33 sendUrl INFO 7 [354] -2014-12-15 14:48:34 queue INFO 3 [866] -2014-12-15 14:48:34 sendUrl INFO 3 [355] -2014-12-15 14:48:34 queue INFO >3 [867] -2014-12-15 14:48:34 sendUrl INFO 3 [356] -2014-12-15 14:48:35 sendUrl INFO 7 [357] -2014-12-15 14:48:35 queue INFO 7 [868] -2014-12-15 14:48:35 queue INFO >7 [869] -2014-12-15 14:48:35 sendUrl INFO 7 [358] -2014-12-15 14:48:35 queue INFO 3 [870] -2014-12-15 14:48:36 queue INFO >3 [871] -2014-12-15 14:48:36 sendUrl INFO 3 [359] -2014-12-15 14:48:36 sendUrl INFO 3 [360] -2014-12-15 14:48:37 sendUrl INFO 7 [361] -2014-12-15 14:48:37 queue INFO 7 [872] -2014-12-15 14:48:37 queue INFO >7 [873] -2014-12-15 14:48:37 sendUrl INFO 7 [362] -2014-12-15 14:48:38 sendUrl INFO 3 [363] -2014-12-15 14:48:38 queue INFO 3 [874] -2014-12-15 14:48:38 queue INFO >3 [875] -2014-12-15 14:48:38 sendUrl INFO 3 [364] -2014-12-15 14:48:39 sendUrl INFO 7 [365] -2014-12-15 14:48:39 sendUrl INFO 7 [366] -2014-12-15 14:48:40 queue INFO 7 [876] -2014-12-15 14:48:40 sendUrl INFO 3 [367] -2014-12-15 14:48:40 queue INFO >7 [877] -2014-12-15 14:48:40 queue INFO 3 [878] -2014-12-15 14:48:40 sendUrl INFO 3 [368] -2014-12-15 14:48:40 queue INFO >3 [879] -2014-12-15 14:48:41 sendUrl INFO 7 [369] -2014-12-15 14:48:41 sendUrl INFO 7 [370] -2014-12-15 14:48:42 sendUrl INFO 3 [371] -2014-12-15 14:48:42 sendUrl INFO 3 [372] -2014-12-15 14:48:42 queue INFO 7 [880] -2014-12-15 14:48:43 queue INFO >7 [881] -2014-12-15 14:48:43 sendUrl INFO 7 [373] -2014-12-15 14:48:43 sendUrl INFO 7 [374] -2014-12-15 14:48:43 queue INFO 3 [882] -2014-12-15 14:48:44 queue INFO >3 [883] -2014-12-15 14:48:44 sendUrl INFO 3 [375] -2014-12-15 14:48:44 sendUrl INFO 3 [376] -2014-12-15 14:48:45 sendUrl INFO 7 [377] -2014-12-15 14:48:45 queue INFO 7 [884] -2014-12-15 14:48:45 queue INFO >7 [885] -2014-12-15 14:48:45 sendUrl INFO 7 [378] -2014-12-15 14:48:46 sendUrl INFO 3 [379] -2014-12-15 14:48:46 sendUrl INFO 3 [380] -2014-12-15 14:48:47 queue INFO 3 [886] -2014-12-15 14:48:47 queue INFO >3 [887] -2014-12-15 14:48:47 sendUrl INFO 7 [381] -2014-12-15 14:48:47 sendUrl INFO 7 [382] -2014-12-15 14:48:48 sendUrl INFO 3 [383] -2014-12-15 14:48:48 queue INFO 7 [888] -2014-12-15 14:48:48 queue INFO >7 [889] -2014-12-15 14:48:48 sendUrl INFO 3 [384] -2014-12-15 14:48:49 sendUrl INFO 7 [385] -2014-12-15 14:48:49 queue INFO 3 [890] -2014-12-15 14:48:49 sendUrl INFO 7 [386] -2014-12-15 14:48:50 queue INFO >3 [891] -2014-12-15 14:48:50 sendUrl INFO 3 [387] -2014-12-15 14:48:50 sendUrl INFO 3 [388] -2014-12-15 14:48:51 queue INFO 7 [892] -2014-12-15 14:48:51 sendUrl INFO 7 [389] -2014-12-15 14:48:51 queue INFO >7 [893] -2014-12-15 14:48:51 sendUrl INFO 7 [390] -2014-12-15 14:48:52 queue INFO 3 [894] -2014-12-15 14:48:52 queue INFO >3 [895] -2014-12-15 14:48:52 sendUrl INFO 3 [391] -2014-12-15 14:48:53 sendUrl INFO 3 [392] -2014-12-15 14:48:53 sendUrl INFO 7 [393] -2014-12-15 14:48:53 queue INFO 7 [896] -2014-12-15 14:48:53 queue INFO >7 [897] -2014-12-15 14:48:54 sendUrl INFO 7 [394] -2014-12-15 14:48:54 sendUrl INFO 3 [395] -2014-12-15 14:48:54 queue INFO 3 [898] -2014-12-15 14:48:55 sendUrl INFO 3 [396] -2014-12-15 14:48:55 queue INFO >3 [899] -2014-12-15 14:48:55 sendUrl INFO 7 [397] -2014-12-15 14:48:56 sendUrl INFO 7 [398] -2014-12-15 14:48:56 sendUrl INFO 3 [399] -2014-12-15 14:48:56 queue INFO 7 [900] -2014-12-15 14:48:56 queue INFO >7 [901] -2014-12-15 14:48:57 sendUrl INFO 3 [400] -2014-12-15 14:48:57 sendUrl INFO 7 [401] -2014-12-15 14:48:58 sendUrl INFO 7 [402] -2014-12-15 14:48:58 queue INFO 3 [902] -2014-12-15 14:48:58 queue INFO >3 [903] -2014-12-15 14:48:58 sendUrl INFO 3 [403] -2014-12-15 14:48:59 sendUrl INFO 3 [404] -2014-12-15 14:48:59 queue INFO 7 [904] -2014-12-15 14:48:59 sendUrl INFO 7 [405] -2014-12-15 14:48:59 queue INFO >7 [905] -2014-12-15 14:49:00 sendUrl INFO 7 [406] -2014-12-15 14:49:00 sendUrl INFO 3 [407] -2014-12-15 14:49:00 queue INFO 3 [906] -2014-12-15 14:49:00 queue INFO >3 [907] -2014-12-15 14:49:01 sendUrl INFO 3 [408] -2014-12-15 14:49:01 sendUrl INFO 7 [409] -2014-12-15 14:49:02 sendUrl INFO 7 [410] -2014-12-15 14:49:02 queue INFO 7 [908] -2014-12-15 14:49:02 queue INFO >7 [909] -2014-12-15 14:49:02 sendUrl INFO 3 [411] -2014-12-15 14:49:03 sendUrl INFO 3 [412] -2014-12-15 14:49:03 queue INFO 3 [910] -2014-12-15 14:49:03 sendUrl INFO 7 [413] -2014-12-15 14:49:03 queue INFO >3 [911] -2014-12-15 14:49:04 sendUrl INFO 7 [414] -2014-12-15 14:49:04 sendUrl INFO 3 [415] -2014-12-15 14:49:05 queue INFO 7 [912] -2014-12-15 14:49:05 sendUrl INFO 3 [416] -2014-12-15 14:49:05 queue INFO >7 [913] -2014-12-15 14:49:05 sendUrl INFO 7 [417] -2014-12-15 14:49:06 sendUrl INFO 7 [418] -2014-12-15 14:49:06 queue INFO 3 [914] -2014-12-15 14:49:06 sendUrl INFO 3 [419] -2014-12-15 14:49:06 queue INFO >3 [915] -2014-12-15 14:49:07 sendUrl INFO 3 [420] -2014-12-15 14:49:07 sendUrl INFO 7 [421] -2014-12-15 14:49:08 queue INFO 7 [916] -2014-12-15 14:49:08 sendUrl INFO 7 [422] -2014-12-15 14:49:08 queue INFO >7 [917] -2014-12-15 14:49:08 sendUrl INFO 3 [423] -2014-12-15 14:49:09 sendUrl INFO 3 [424] -2014-12-15 14:49:09 queue INFO 3 [918] -2014-12-15 14:49:09 queue INFO >3 [919] -2014-12-15 14:49:09 sendUrl INFO 7 [425] -2014-12-15 14:49:10 sendUrl INFO 7 [426] -2014-12-15 14:49:10 sendUrl INFO 3 [427] -2014-12-15 14:49:10 queue INFO 7 [920] -2014-12-15 14:49:11 queue INFO >7 [921] -2014-12-15 14:49:11 sendUrl INFO 3 [428] -2014-12-15 14:49:11 sendUrl INFO 7 [429] -2014-12-15 14:49:11 queue INFO 3 [922] -2014-12-15 14:49:12 queue INFO >3 [923] -2014-12-15 14:49:12 sendUrl INFO 7 [430] -2014-12-15 14:49:12 sendUrl INFO 3 [431] -2014-12-15 14:49:13 sendUrl INFO 3 [432] -2014-12-15 14:49:13 sendUrl INFO 7 [433] -2014-12-15 14:49:13 queue INFO 7 [924] -2014-12-15 14:49:14 queue INFO >7 [925] -2014-12-15 14:49:14 sendUrl INFO 7 [434] -2014-12-15 14:49:14 sendUrl INFO 3 [435] -2014-12-15 14:49:14 queue INFO 3 [926] -2014-12-15 14:49:15 queue INFO >3 [927] -2014-12-15 14:49:15 sendUrl INFO 3 [436] -2014-12-15 14:49:15 sendUrl INFO 7 [437] -2014-12-15 14:49:16 sendUrl INFO 7 [438] -2014-12-15 14:49:16 queue INFO 7 [928] -2014-12-15 14:49:16 queue INFO >7 [929] -2014-12-15 14:49:16 sendUrl INFO 3 [439] -2014-12-15 14:49:17 sendUrl INFO 3 [440] -2014-12-15 14:49:17 queue INFO 3 [930] -2014-12-15 14:49:17 sendUrl INFO 7 [441] -2014-12-15 14:49:17 queue INFO >3 [931] -2014-12-15 14:49:18 sendUrl INFO 7 [442] -2014-12-15 14:49:18 sendUrl INFO 3 [443] -2014-12-15 14:49:19 queue INFO 7 [932] -2014-12-15 14:49:19 sendUrl INFO 3 [444] -2014-12-15 14:49:19 queue INFO >7 [933] -2014-12-15 14:49:19 sendUrl INFO 7 [445] -2014-12-15 14:49:20 queue INFO 3 [934] -2014-12-15 14:49:20 queue INFO >3 [935] -2014-12-15 14:49:20 sendUrl INFO 7 [446] -2014-12-15 14:49:20 sendUrl INFO 3 [447] -2014-12-15 14:49:21 sendUrl INFO 3 [448] -2014-12-15 14:49:21 queue INFO 7 [936] -2014-12-15 14:49:21 sendUrl INFO 7 [449] -2014-12-15 14:49:21 queue INFO >7 [937] -2014-12-15 14:49:22 sendUrl INFO 7 [450] -2014-12-15 14:49:22 sendUrl INFO 3 [451] -2014-12-15 14:49:22 queue INFO 3 [938] -2014-12-15 14:49:23 queue INFO >3 [939] -2014-12-15 14:49:23 sendUrl INFO 3 [452] -2014-12-15 14:49:23 sendUrl INFO 7 [453] -2014-12-15 14:49:24 queue INFO 7 [940] -2014-12-15 14:49:24 sendUrl INFO 7 [454] -2014-12-15 14:49:24 queue INFO >7 [941] -2014-12-15 14:49:24 sendUrl INFO 3 [455] -2014-12-15 14:49:25 queue INFO 3 [942] -2014-12-15 14:49:25 sendUrl INFO 3 [456] -2014-12-15 14:49:25 queue INFO >3 [943] -2014-12-15 14:49:25 sendUrl INFO 7 [457] -2014-12-15 14:49:26 queue INFO 7 [944] -2014-12-15 14:49:26 sendUrl INFO 7 [458] -2014-12-15 14:49:26 queue INFO >7 [945] -2014-12-15 14:49:26 queue INFO 3 [946] -2014-12-15 14:49:26 sendUrl INFO 3 [459] -2014-12-15 14:49:26 queue INFO >3 [947] -2014-12-15 14:49:27 sendUrl INFO 3 [460] -2014-12-15 14:49:27 queue INFO 7 [948] -2014-12-15 14:49:27 queue INFO >7 [949] -2014-12-15 14:49:27 sendUrl INFO 7 [461] -2014-12-15 14:49:28 queue INFO 3 [950] -2014-12-15 14:49:28 sendUrl INFO 7 [462] -2014-12-15 14:49:28 queue INFO >3 [951] -2014-12-15 14:49:28 sendUrl INFO 3 [463] -2014-12-15 14:49:29 sendUrl INFO 3 [464] -2014-12-15 14:49:29 sendUrl INFO 7 [465] -2014-12-15 14:49:29 queue INFO 7 [952] -2014-12-15 14:49:30 queue INFO >7 [953] -2014-12-15 14:49:30 sendUrl INFO 7 [466] -2014-12-15 14:49:30 queue INFO 3 [954] -2014-12-15 14:49:30 sendUrl INFO 3 [467] -2014-12-15 14:49:30 queue INFO >3 [955] -2014-12-15 14:49:31 sendUrl INFO 3 [468] -2014-12-15 14:49:31 queue INFO 7 [956] -2014-12-15 14:49:31 sendUrl INFO 7 [469] -2014-12-15 14:49:32 queue INFO >7 [957] -2014-12-15 14:49:32 sendUrl INFO 7 [470] -2014-12-15 14:49:32 sendUrl INFO 3 [471] -2014-12-15 14:49:33 queue INFO 3 [958] -2014-12-15 14:49:33 queue INFO >3 [959] -2014-12-15 14:49:33 sendUrl INFO 3 [472] -2014-12-15 14:49:33 sendUrl INFO 7 [473] -2014-12-15 14:49:34 sendUrl INFO 7 [474] -2014-12-15 14:49:34 queue INFO 7 [960] -2014-12-15 14:49:34 queue INFO >7 [961] -2014-12-15 14:49:34 sendUrl INFO 3 [475] -2014-12-15 14:49:35 sendUrl INFO 3 [476] -2014-12-15 14:49:35 queue INFO 3 [962] -2014-12-15 14:49:35 queue INFO >3 [963] -2014-12-15 14:49:36 sendUrl INFO 7 [477] -2014-12-15 14:49:36 sendUrl INFO 7 [478] -2014-12-15 14:49:36 queue INFO 7 [964] -2014-12-15 14:49:37 queue INFO >7 [965] -2014-12-15 14:49:37 sendUrl INFO 3 [479] -2014-12-15 14:49:37 sendUrl INFO 3 [480] -2014-12-15 14:49:38 queue INFO 3 [966] -2014-12-15 14:49:38 sendUrl INFO 7 [481] -2014-12-15 14:49:38 queue INFO >3 [967] -2014-12-15 14:49:38 sendUrl INFO 7 [482] -2014-12-15 14:49:39 sendUrl INFO 3 [483] -2014-12-15 14:49:39 queue INFO 7 [968] -2014-12-15 14:49:39 sendUrl INFO 3 [484] -2014-12-15 14:49:39 queue INFO >7 [969] -2014-12-15 14:49:40 sendUrl INFO 7 [485] -2014-12-15 14:49:40 sendUrl INFO 7 [486] -2014-12-15 14:49:40 queue INFO 3 [970] -2014-12-15 14:49:40 queue INFO >3 [971] -2014-12-15 14:49:41 sendUrl INFO 3 [487] -2014-12-15 14:49:41 sendUrl INFO 3 [488] -2014-12-15 14:49:42 queue INFO 7 [972] -2014-12-15 14:49:42 sendUrl INFO 7 [489] -2014-12-15 14:49:42 queue INFO >7 [973] -2014-12-15 14:49:42 sendUrl INFO 7 [490] -2014-12-15 14:49:43 queue INFO 3 [974] -2014-12-15 14:49:43 sendUrl INFO 3 [491] -2014-12-15 14:49:43 queue INFO >3 [975] -2014-12-15 14:49:43 sendUrl INFO 3 [492] -2014-12-15 14:49:44 sendUrl INFO 7 [493] -2014-12-15 14:49:44 queue INFO 7 [976] -2014-12-15 14:49:44 sendUrl INFO 7 [494] -2014-12-15 14:49:44 queue INFO >7 [977] -2014-12-15 14:49:45 sendUrl INFO 3 [495] -2014-12-15 14:49:45 sendUrl INFO 3 [496] -2014-12-15 14:49:45 queue INFO 3 [978] -2014-12-15 14:49:46 queue INFO >3 [979] -2014-12-15 14:49:46 sendUrl INFO 7 [497] -2014-12-15 14:49:46 sendUrl INFO 7 [498] -2014-12-15 14:49:47 sendUrl INFO 3 [499] -2014-12-15 14:49:47 queue INFO 7 [980] -2014-12-15 14:49:47 queue INFO >7 [981] -2014-12-15 14:49:47 sendUrl INFO 3 [500] -2014-12-15 14:49:48 sendUrl INFO 7 [501] -2014-12-15 14:49:48 queue INFO 3 [982] -2014-12-15 14:49:48 queue INFO >3 [983] -2014-12-15 14:49:48 sendUrl INFO 7 [502] -2014-12-15 14:49:49 sendUrl INFO 3 [503] -2014-12-15 14:49:49 sendUrl INFO 3 [504] -2014-12-15 14:49:50 queue INFO 7 [984] -2014-12-15 14:49:50 sendUrl INFO 7 [505] -2014-12-15 14:49:50 queue INFO >7 [985] -2014-12-15 14:49:50 sendUrl INFO 7 [506] -2014-12-15 14:49:50 queue INFO 3 [986] -2014-12-15 14:49:51 queue INFO >3 [987] -2014-12-15 14:49:51 sendUrl INFO 3 [507] -2014-12-15 14:49:51 sendUrl INFO 3 [508] -2014-12-15 14:49:52 sendUrl INFO 7 [509] -2014-12-15 14:49:52 queue INFO 7 [988] -2014-12-15 14:49:52 sendUrl INFO 7 [510] -2014-12-15 14:49:52 queue INFO >7 [989] -2014-12-15 14:49:53 sendUrl INFO 3 [511] -2014-12-15 14:49:53 queue INFO 3 [990] -2014-12-15 14:49:53 queue INFO >3 [991] -2014-12-15 14:49:53 sendUrl INFO 3 [512] -2014-12-15 14:49:54 sendUrl INFO 7 [513] -2014-12-15 14:49:54 sendUrl INFO 7 [514] -2014-12-15 14:49:54 queue INFO 7 [992] -2014-12-15 14:49:55 queue INFO >7 [993] -2014-12-15 14:49:55 sendUrl INFO 3 [515] -2014-12-15 14:49:55 sendUrl INFO 3 [516] -2014-12-15 14:49:55 queue INFO 3 [994] -2014-12-15 14:49:56 queue INFO >3 [995] -2014-12-15 14:49:56 sendUrl INFO 7 [517] -2014-12-15 14:49:56 sendUrl INFO 7 [518] -2014-12-15 14:49:57 sendUrl INFO 3 [519] -2014-12-15 14:49:57 queue INFO 7 [996] -2014-12-15 14:49:57 queue INFO >7 [997] -2014-12-15 14:49:57 sendUrl INFO 3 [520] -2014-12-15 14:49:58 queue INFO 3 [998] -2014-12-15 14:49:58 sendUrl INFO 7 [521] -2014-12-15 14:49:58 queue INFO >3 [999] -2014-12-15 14:49:58 sendUrl INFO 7 [522] -2014-12-15 14:49:59 sendUrl INFO 3 [523] -2014-12-15 14:49:59 sendUrl INFO 3 [524] -2014-12-15 14:49:59 queue INFO 7 [0] -2014-12-15 14:49:59 queue INFO >7 [1] -2014-12-15 14:50:00 sendUrl INFO 7 [525] -2014-12-15 14:50:00 sendUrl INFO 7 [526] -2014-12-15 14:50:01 queue INFO 3 [2] -2014-12-15 14:50:01 sendUrl INFO 3 [527] -2014-12-15 14:50:01 queue INFO >3 [3] -2014-12-15 14:50:01 sendUrl INFO 3 [528] -2014-12-15 14:50:02 sendUrl INFO 7 [529] -2014-12-15 14:50:02 queue INFO 7 [4] -2014-12-15 14:50:02 sendUrl INFO 7 [530] -2014-12-15 14:50:03 queue INFO >7 [5] -2014-12-15 14:50:03 sendUrl INFO 3 [531] -2014-12-15 14:50:03 sendUrl INFO 3 [532] -2014-12-15 14:50:04 queue INFO 3 [6] -2014-12-15 14:50:04 queue INFO >3 [7] -2014-12-15 14:50:04 sendUrl INFO 7 [533] -2014-12-15 14:50:04 sendUrl INFO 7 [534] -2014-12-15 14:50:05 sendUrl INFO 3 [535] -2014-12-15 14:50:05 queue INFO 7 [8] -2014-12-15 14:50:05 queue INFO >7 [9] -2014-12-15 14:50:05 sendUrl INFO 3 [536] -2014-12-15 14:50:06 sendUrl INFO 7 [537] -2014-12-15 14:50:06 queue INFO 3 [10] -2014-12-15 14:50:06 sendUrl INFO 7 [538] -2014-12-15 14:50:07 queue INFO >3 [11] -2014-12-15 14:50:07 sendUrl INFO 3 [539] -2014-12-15 14:50:07 sendUrl INFO 3 [540] -2014-12-15 14:50:08 queue INFO 7 [12] -2014-12-15 14:50:08 sendUrl INFO 7 [541] -2014-12-15 14:50:08 queue INFO >7 [13] -2014-12-15 14:50:08 sendUrl INFO 7 [542] -2014-12-15 14:50:09 sendUrl INFO 3 [543] -2014-12-15 14:50:09 queue INFO 3 [14] -2014-12-15 14:50:09 queue INFO >3 [15] -2014-12-15 14:50:09 sendUrl INFO 3 [544] -2014-12-15 14:50:10 sendUrl INFO 7 [545] -2014-12-15 14:50:10 queue INFO 7 [16] -2014-12-15 14:50:10 sendUrl INFO 7 [546] -2014-12-15 14:50:11 queue INFO >7 [17] -2014-12-15 14:50:11 sendUrl INFO 3 [547] -2014-12-15 14:50:11 sendUrl INFO 3 [548] -2014-12-15 14:50:12 queue INFO 3 [18] -2014-12-15 14:50:12 sendUrl INFO 7 [549] -2014-12-15 14:50:12 queue INFO >3 [19] -2014-12-15 14:50:12 sendUrl INFO 7 [550] -2014-12-15 14:50:13 sendUrl INFO 3 [551] -2014-12-15 14:50:13 queue INFO 7 [20] -2014-12-15 14:50:13 sendUrl INFO 3 [552] -2014-12-15 14:50:14 queue INFO >7 [21] -2014-12-15 14:50:14 sendUrl INFO 7 [553] -2014-12-15 14:50:14 queue INFO 3 [22] -2014-12-15 14:50:14 sendUrl INFO 7 [554] -2014-12-15 14:50:15 queue INFO >3 [23] -2014-12-15 14:50:15 sendUrl INFO 3 [555] -2014-12-15 14:50:15 sendUrl INFO 3 [556] -2014-12-15 14:50:16 sendUrl INFO 7 [557] -2014-12-15 14:50:16 queue INFO 7 [24] -2014-12-15 14:50:16 sendUrl INFO 7 [558] -2014-12-15 14:50:17 queue INFO >7 [25] -2014-12-15 14:50:17 sendUrl INFO 3 [559] -2014-12-15 14:50:17 queue INFO 3 [26] -2014-12-15 14:50:17 queue INFO >3 [27] -2014-12-15 14:50:17 sendUrl INFO 3 [560] -2014-12-15 14:50:18 sendUrl INFO 7 [561] -2014-12-15 14:50:18 queue INFO 7 [28] -2014-12-15 14:50:18 sendUrl INFO 7 [562] -2014-12-15 14:50:19 queue INFO >7 [29] -2014-12-15 14:50:19 sendUrl INFO 3 [563] -2014-12-15 14:50:19 queue INFO 3 [30] -2014-12-15 14:50:20 sendUrl INFO 3 [564] -2014-12-15 14:50:20 queue INFO >3 [31] -2014-12-15 14:50:20 sendUrl INFO 7 [565] -2014-12-15 14:50:21 sendUrl INFO 7 [566] -2014-12-15 14:50:21 sendUrl INFO 3 [567] -2014-12-15 14:50:21 queue INFO 7 [32] -2014-12-15 14:50:21 queue INFO >7 [33] -2014-12-15 14:50:22 sendUrl INFO 3 [568] -2014-12-15 14:50:22 sendUrl INFO 7 [569] -2014-12-15 14:50:22 queue INFO 3 [34] -2014-12-15 14:50:22 queue INFO >3 [35] -2014-12-15 14:50:23 sendUrl INFO 7 [570] -2014-12-15 14:50:23 sendUrl INFO 3 [571] -2014-12-15 14:50:24 sendUrl INFO 3 [572] -2014-12-15 14:50:24 queue INFO 7 [36] -2014-12-15 14:50:24 sendUrl INFO 7 [573] -2014-12-15 14:50:24 queue INFO >7 [37] -2014-12-15 14:50:25 sendUrl INFO 7 [574] -2014-12-15 14:50:25 sendUrl INFO 3 [575] -2014-12-15 14:50:25 queue INFO 3 [38] -2014-12-15 14:50:25 queue INFO >3 [39] -2014-12-15 14:50:26 sendUrl INFO 3 [576] -2014-12-15 14:50:26 sendUrl INFO 7 [577] -2014-12-15 14:50:26 queue INFO 7 [40] -2014-12-15 14:50:26 queue INFO >7 [41] -2014-12-15 14:50:27 sendUrl INFO 7 [578] -2014-12-15 14:50:27 sendUrl INFO 3 [579] -2014-12-15 14:50:27 queue INFO 3 [42] -2014-12-15 14:50:27 queue INFO >3 [43] -2014-12-15 14:50:28 sendUrl INFO 3 [580] -2014-12-15 14:50:28 sendUrl INFO 7 [581] -2014-12-15 14:50:29 sendUrl INFO 7 [582] -2014-12-15 14:50:29 queue INFO 7 [44] -2014-12-15 14:50:29 sendUrl INFO 3 [583] -2014-12-15 14:50:29 queue INFO >7 [45] -2014-12-15 14:50:30 sendUrl INFO 3 [584] -2014-12-15 14:50:30 sendUrl INFO 7 [585] -2014-12-15 14:50:30 queue INFO 3 [46] -2014-12-15 14:50:31 queue INFO >3 [47] -2014-12-15 14:50:31 sendUrl INFO 7 [586] -2014-12-15 14:50:31 sendUrl INFO 3 [587] -2014-12-15 14:50:32 sendUrl INFO 3 [588] -2014-12-15 14:50:32 queue INFO 7 [48] -2014-12-15 14:50:32 sendUrl INFO 7 [589] -2014-12-15 14:50:32 queue INFO >7 [49] -2014-12-15 14:50:33 sendUrl INFO 7 [590] -2014-12-15 14:50:33 sendUrl INFO 3 [591] -2014-12-15 14:50:34 queue INFO 3 [50] -2014-12-15 14:50:34 sendUrl INFO 3 [592] -2014-12-15 14:50:34 queue INFO >3 [51] -2014-12-15 14:50:34 sendUrl INFO 7 [593] -2014-12-15 14:50:35 sendUrl INFO 7 [594] -2014-12-15 14:50:35 queue INFO 7 [52] -2014-12-15 14:50:35 sendUrl INFO 3 [595] -2014-12-15 14:50:35 queue INFO >7 [53] -2014-12-15 14:50:36 sendUrl INFO 3 [596] -2014-12-15 14:50:36 sendUrl INFO 7 [597] -2014-12-15 14:50:37 sendUrl INFO 7 [598] -2014-12-15 14:50:37 queue INFO 3 [54] -2014-12-15 14:50:37 queue INFO >3 [55] -2014-12-15 14:50:37 sendUrl INFO 3 [599] -2014-12-15 14:50:38 sendUrl INFO 3 [600] -2014-12-15 14:50:38 sendUrl INFO 7 [601] -2014-12-15 14:50:39 queue INFO 7 [56] -2014-12-15 14:50:39 sendUrl INFO 7 [602] -2014-12-15 14:50:39 queue INFO >7 [57] -2014-12-15 14:50:39 sendUrl INFO 3 [603] -2014-12-15 14:50:40 sendUrl INFO 3 [604] -2014-12-15 14:50:40 queue INFO 3 [58] -2014-12-15 14:50:40 queue INFO >3 [59] -2014-12-15 14:50:40 sendUrl INFO 7 [605] -2014-12-15 14:50:41 sendUrl INFO 7 [606] -2014-12-15 14:50:41 sendUrl INFO 3 [607] -2014-12-15 14:50:42 sendUrl INFO 3 [608] -2014-12-15 14:50:42 queue INFO 7 [60] -2014-12-15 14:50:42 queue INFO >7 [61] -2014-12-15 14:50:42 sendUrl INFO 7 [609] -2014-12-15 14:50:43 sendUrl INFO 7 [610] -2014-12-15 14:50:43 queue INFO 3 [62] -2014-12-15 14:50:43 queue INFO >3 [63] -2014-12-15 14:50:43 sendUrl INFO 3 [611] -2014-12-15 14:50:44 sendUrl INFO 3 [612] -2014-12-15 14:50:44 sendUrl INFO 7 [613] -2014-12-15 14:50:45 queue INFO 7 [64] -2014-12-15 14:50:45 sendUrl INFO 7 [614] -2014-12-15 14:50:45 queue INFO >7 [65] -2014-12-15 14:50:45 sendUrl INFO 3 [615] -2014-12-15 14:50:46 sendUrl INFO 3 [616] -2014-12-15 14:50:46 queue INFO 3 [66] -2014-12-15 14:50:46 queue INFO >3 [67] -2014-12-15 14:50:46 sendUrl INFO 7 [617] -2014-12-15 14:50:47 sendUrl INFO 7 [618] -2014-12-15 14:50:47 sendUrl INFO 3 [619] -2014-12-15 14:50:48 queue INFO 7 [68] -2014-12-15 14:50:48 sendUrl INFO 3 [620] -2014-12-15 14:50:48 queue INFO >7 [69] -2014-12-15 14:50:48 sendUrl INFO 7 [621] -2014-12-15 14:50:49 sendUrl INFO 7 [622] -2014-12-15 14:50:49 queue INFO 3 [70] -2014-12-15 14:50:49 queue INFO >3 [71] -2014-12-15 14:50:49 sendUrl INFO 3 [623] -2014-12-15 14:50:50 sendUrl INFO 3 [624] -2014-12-15 14:50:50 sendUrl INFO 7 [625] -2014-12-15 14:50:51 sendUrl INFO 7 [626] -2014-12-15 14:50:51 queue INFO 7 [72] -2014-12-15 14:50:51 queue INFO >7 [73] -2014-12-15 14:50:51 sendUrl INFO 3 [627] -2014-12-15 14:50:52 sendUrl INFO 3 [628] -2014-12-15 14:50:52 queue INFO 3 [74] -2014-12-15 14:50:52 queue INFO >3 [75] -2014-12-15 14:50:52 sendUrl INFO 7 [629] -2014-12-15 14:50:53 sendUrl INFO 7 [630] -2014-12-15 14:50:53 sendUrl INFO 3 [631] -2014-12-15 14:50:53 queue INFO 7 [76] -2014-12-15 14:50:54 queue INFO >7 [77] -2014-12-15 14:50:54 sendUrl INFO 3 [632] -2014-12-15 14:50:54 sendUrl INFO 7 [633] -2014-12-15 14:50:55 queue INFO 3 [78] -2014-12-15 14:50:55 queue INFO >3 [79] -2014-12-15 14:50:55 sendUrl INFO 7 [634] -2014-12-15 14:50:55 sendUrl INFO 3 [635] -2014-12-15 14:50:56 sendUrl INFO 3 [636] -2014-12-15 14:50:56 queue INFO 7 [80] -2014-12-15 14:50:56 sendUrl INFO 7 [637] -2014-12-15 14:50:56 queue INFO >7 [81] -2014-12-15 14:50:57 sendUrl INFO 7 [638] -2014-12-15 14:50:57 sendUrl INFO 3 [639] -2014-12-15 14:50:58 queue INFO 3 [82] -2014-12-15 14:50:58 queue INFO >3 [83] -2014-12-15 14:50:58 sendUrl INFO 3 [640] -2014-12-15 14:50:58 sendUrl INFO 7 [641] -2014-12-15 14:50:59 sendUrl INFO 7 [642] -2014-12-15 14:50:59 queue INFO 7 [84] -2014-12-15 14:50:59 sendUrl INFO 3 [643] -2014-12-15 14:51:00 queue INFO >7 [85] -2014-12-15 14:51:00 sendUrl INFO 3 [644] -2014-12-15 14:51:00 sendUrl INFO 7 [645] -2014-12-15 14:51:01 queue INFO 3 [86] -2014-12-15 14:51:01 queue INFO >3 [87] -2014-12-15 14:51:01 sendUrl INFO 7 [646] -2014-12-15 14:51:01 sendUrl INFO 3 [647] -2014-12-15 14:51:02 sendUrl INFO 3 [648] -2014-12-15 14:51:02 queue INFO 7 [88] -2014-12-15 14:51:02 sendUrl INFO 7 [649] -2014-12-15 14:51:03 queue INFO >7 [89] -2014-12-15 14:51:03 sendUrl INFO 7 [650] -2014-12-15 14:51:03 sendUrl INFO 3 [651] -2014-12-15 14:51:04 queue INFO 3 [90] -2014-12-15 14:51:04 sendUrl INFO 3 [652] -2014-12-15 14:51:04 queue INFO >3 [91] -2014-12-15 14:51:05 sendUrl INFO 7 [653] -2014-12-15 14:51:05 sendUrl INFO 7 [654] -2014-12-15 14:51:05 queue INFO 7 [92] -2014-12-15 14:51:06 sendUrl INFO 3 [655] -2014-12-15 14:51:06 queue INFO >7 [93] -2014-12-15 14:51:06 sendUrl INFO 3 [656] -2014-12-15 14:51:07 sendUrl INFO 7 [657] -2014-12-15 14:51:07 queue INFO 3 [94] -2014-12-15 14:51:07 sendUrl INFO 7 [658] -2014-12-15 14:51:07 queue INFO >3 [95] -2014-12-15 14:51:08 sendUrl INFO 3 [659] -2014-12-15 14:51:08 sendUrl INFO 3 [660] -2014-12-15 14:51:09 sendUrl INFO 7 [661] -2014-12-15 14:51:09 queue INFO 7 [96] -2014-12-15 14:51:09 queue INFO >7 [97] -2014-12-15 14:51:09 sendUrl INFO 7 [662] -2014-12-15 14:51:09 queue INFO 3 [98] -2014-12-15 14:51:10 queue INFO >3 [99] -2014-12-15 14:51:10 sendUrl INFO 3 [663] -2014-12-15 14:51:10 sendUrl INFO 3 [664] -2014-12-15 14:51:11 sendUrl INFO 7 [665] -2014-12-15 14:51:11 sendUrl INFO 7 [666] -2014-12-15 14:51:11 queue INFO 7 [100] -2014-12-15 14:51:11 queue INFO >7 [101] -2014-12-15 14:51:12 sendUrl INFO 3 [667] -2014-12-15 14:51:12 sendUrl INFO 3 [668] -2014-12-15 14:51:12 queue INFO 3 [102] -2014-12-15 14:51:13 sendUrl INFO 7 [669] -2014-12-15 14:51:13 queue INFO >3 [103] -2014-12-15 14:51:13 sendUrl INFO 7 [670] -2014-12-15 14:51:14 sendUrl INFO 3 [671] -2014-12-15 14:51:14 sendUrl INFO 3 [672] -2014-12-15 14:51:14 queue INFO 7 [104] -2014-12-15 14:51:15 sendUrl INFO 7 [673] -2014-12-15 14:51:15 queue INFO >7 [105] -2014-12-15 14:51:15 queue INFO 3 [106] -2014-12-15 14:51:15 queue INFO >3 [107] -2014-12-15 14:51:15 sendUrl INFO 7 [674] -2014-12-15 14:51:16 sendUrl INFO 3 [675] -2014-12-15 14:51:16 sendUrl INFO 3 [676] -2014-12-15 14:51:16 queue INFO 7 [108] -2014-12-15 14:51:17 queue INFO >7 [109] -2014-12-15 14:51:17 sendUrl INFO 7 [677] -2014-12-15 14:51:17 sendUrl INFO 7 [678] -2014-12-15 14:51:18 sendUrl INFO 3 [679] -2014-12-15 14:51:18 queue INFO 3 [110] -2014-12-15 14:51:18 queue INFO >3 [111] -2014-12-15 14:51:18 sendUrl INFO 3 [680] -2014-12-15 14:51:19 sendUrl INFO 7 [681] -2014-12-15 14:51:19 sendUrl INFO 7 [682] -2014-12-15 14:51:19 queue INFO 7 [112] -2014-12-15 14:51:19 queue INFO >7 [113] -2014-12-15 14:51:20 sendUrl INFO 3 [683] -2014-12-15 14:51:20 sendUrl INFO 3 [684] -2014-12-15 14:51:20 queue INFO 3 [114] -2014-12-15 14:51:21 queue INFO >3 [115] -2014-12-15 14:51:21 sendUrl INFO 7 [685] -2014-12-15 14:51:21 sendUrl INFO 7 [686] -2014-12-15 14:51:22 sendUrl INFO 3 [687] -2014-12-15 14:51:22 queue INFO 7 [116] -2014-12-15 14:51:22 sendUrl INFO 3 [688] -2014-12-15 14:51:22 queue INFO >7 [117] -2014-12-15 14:51:23 sendUrl INFO 7 [689] -2014-12-15 14:51:23 sendUrl INFO 7 [690] -2014-12-15 14:51:23 queue INFO 3 [118] -2014-12-15 14:51:24 queue INFO >3 [119] -2014-12-15 14:51:24 sendUrl INFO 3 [691] -2014-12-15 14:51:24 sendUrl INFO 3 [692] -2014-12-15 14:51:25 sendUrl INFO 7 [693] -2014-12-15 14:51:25 sendUrl INFO 7 [694] -2014-12-15 14:51:25 queue INFO 7 [120] -2014-12-15 14:51:26 queue INFO >7 [121] -2014-12-15 14:51:26 sendUrl INFO 3 [695] -2014-12-15 14:51:26 sendUrl INFO 3 [696] -2014-12-15 14:51:27 sendUrl INFO 7 [697] -2014-12-15 14:51:27 sendUrl INFO 7 [698] -2014-12-15 14:51:27 queue INFO 3 [122] -2014-12-15 14:51:28 queue INFO >3 [123] -2014-12-15 14:51:28 sendUrl INFO 3 [699] -2014-12-15 14:51:28 sendUrl INFO 3 [700] -2014-12-15 14:51:29 sendUrl INFO 7 [701] -2014-12-15 14:51:29 sendUrl INFO 7 [702] -2014-12-15 14:51:30 queue INFO 7 [124] -2014-12-15 14:51:30 sendUrl INFO 3 [703] -2014-12-15 14:51:30 queue INFO >7 [125] -2014-12-15 14:51:30 sendUrl INFO 3 [704] -2014-12-15 14:51:31 sendUrl INFO 7 [705] -2014-12-15 14:51:31 sendUrl INFO 7 [706] -2014-12-15 14:51:32 queue INFO 3 [126] -2014-12-15 14:51:32 sendUrl INFO 3 [707] -2014-12-15 14:51:32 queue INFO >3 [127] -2014-12-15 14:51:32 sendUrl INFO 3 [708] -2014-12-15 14:51:33 sendUrl INFO 7 [709] -2014-12-15 14:51:33 sendUrl INFO 7 [710] -2014-12-15 14:51:34 sendUrl INFO 3 [711] -2014-12-15 14:51:34 sendUrl INFO 3 [712] -2014-12-15 14:51:34 queue INFO 7 [128] -2014-12-15 14:51:35 queue INFO >7 [129] -2014-12-15 14:51:35 sendUrl INFO 7 [713] -2014-12-15 14:51:35 sendUrl INFO 7 [714] -2014-12-15 14:51:36 sendUrl INFO 3 [715] -2014-12-15 14:51:36 queue INFO 3 [130] -2014-12-15 14:51:36 queue INFO >3 [131] -2014-12-15 14:51:36 sendUrl INFO 3 [716] -2014-12-15 14:51:37 sendUrl INFO 7 [717] -2014-12-15 14:51:37 sendUrl INFO 7 [718] -2014-12-15 14:51:38 sendUrl INFO 3 [719] -2014-12-15 14:51:38 sendUrl INFO 3 [720] -2014-12-15 14:51:39 queue INFO 7 [132] -2014-12-15 14:51:39 queue INFO >7 [133] -2014-12-15 14:51:39 sendUrl INFO 7 [721] -2014-12-15 14:51:39 sendUrl INFO 7 [722] -2014-12-15 14:51:40 sendUrl INFO 3 [723] -2014-12-15 14:51:40 sendUrl INFO 3 [724] -2014-12-15 14:51:41 queue INFO 3 [134] -2014-12-15 14:51:41 queue INFO >3 [135] -2014-12-15 14:51:41 sendUrl INFO 7 [725] -2014-12-15 14:51:41 sendUrl INFO 7 [726] -2014-12-15 14:51:42 sendUrl INFO 3 [727] -2014-12-15 14:51:42 sendUrl INFO 3 [728] -2014-12-15 14:51:43 sendUrl INFO 7 [729] -2014-12-15 14:51:43 queue INFO 7 [136] -2014-12-15 14:51:43 queue INFO >7 [137] -2014-12-15 14:51:43 sendUrl INFO 7 [730] -2014-12-15 14:51:44 sendUrl INFO 3 [731] -2014-12-15 14:51:44 sendUrl INFO 3 [732] -2014-12-15 14:51:45 sendUrl INFO 7 [733] -2014-12-15 14:51:45 queue INFO 3 [138] -2014-12-15 14:51:45 queue INFO >3 [139] -2014-12-15 14:51:45 sendUrl INFO 7 [734] -2014-12-15 14:51:46 sendUrl INFO 3 [735] -2014-12-15 14:51:46 sendUrl INFO 3 [736] -2014-12-15 14:51:47 sendUrl INFO 7 [737] -2014-12-15 14:51:47 sendUrl INFO 7 [738] -2014-12-15 14:51:48 queue INFO 7 [140] -2014-12-15 14:51:48 queue INFO >7 [141] -2014-12-15 14:51:48 sendUrl INFO 3 [739] -2014-12-15 14:51:48 sendUrl INFO 3 [740] -2014-12-15 14:51:49 sendUrl INFO 7 [741] -2014-12-15 14:51:50 sendUrl INFO 7 [742] -2014-12-15 14:51:50 queue INFO 3 [142] -2014-12-15 14:51:50 queue INFO >3 [143] -2014-12-15 14:51:50 sendUrl INFO 3 [743] -2014-12-15 14:51:51 sendUrl INFO 3 [744] -2014-12-15 14:51:51 sendUrl INFO 7 [745] -2014-12-15 14:51:52 sendUrl INFO 7 [746] -2014-12-15 14:51:52 sendUrl INFO 3 [747] -2014-12-15 14:51:52 queue INFO 7 [144] -2014-12-15 14:51:52 queue INFO >7 [145] -2014-12-15 14:51:53 sendUrl INFO 3 [748] -2014-12-15 14:51:53 sendUrl INFO 7 [749] -2014-12-15 14:51:54 sendUrl INFO 7 [750] -2014-12-15 14:51:54 sendUrl INFO 3 [751] -2014-12-15 14:51:54 queue INFO 3 [146] -2014-12-15 14:51:55 sendUrl INFO 3 [752] -2014-12-15 14:51:55 queue INFO >3 [147] -2014-12-15 14:51:55 sendUrl INFO 7 [753] -2014-12-15 14:51:56 sendUrl INFO 7 [754] -2014-12-15 14:51:56 sendUrl INFO 3 [755] -2014-12-15 14:51:57 sendUrl INFO 3 [756] -2014-12-15 14:51:57 queue INFO 7 [148] -2014-12-15 14:51:57 queue INFO >7 [149] -2014-12-15 14:51:57 sendUrl INFO 7 [757] -2014-12-15 14:51:58 sendUrl INFO 7 [758] -2014-12-15 14:51:58 sendUrl INFO 3 [759] -2014-12-15 14:51:59 sendUrl INFO 3 [760] -2014-12-15 14:51:59 queue INFO 3 [150] -2014-12-15 14:51:59 queue INFO >3 [151] -2014-12-15 14:51:59 sendUrl INFO 7 [761] -2014-12-15 14:52:00 sendUrl INFO 7 [762] -2014-12-15 14:52:00 sendUrl INFO 3 [763] -2014-12-15 14:52:00 queue INFO 7 [152] -2014-12-15 14:52:01 sendUrl INFO 3 [764] -2014-12-15 14:52:01 queue INFO 3 [153] -2014-12-15 14:52:01 queue INFO >3 [154] -2014-12-15 14:52:01 queue INFO 7 [155] -2014-12-15 14:52:01 sendUrl INFO 7 [765] -2014-12-15 14:52:01 queue INFO >7 [156] -2014-12-15 14:52:02 sendUrl INFO 7 [766] -2014-12-15 14:52:02 sendUrl INFO 3 [767] -2014-12-15 14:52:02 queue INFO 3 [157] -2014-12-15 14:52:03 sendUrl INFO 3 [768] -2014-12-15 14:52:03 queue INFO >3 [158] -2014-12-15 14:52:03 sendUrl INFO 7 [769] -2014-12-15 14:52:04 sendUrl INFO 7 [770] -2014-12-15 14:52:04 queue INFO 7 [159] -2014-12-15 14:52:04 sendUrl INFO 3 [771] -2014-12-15 14:52:04 queue INFO >7 [160] -2014-12-15 14:52:05 sendUrl INFO 3 [772] -2014-12-15 14:52:05 sendUrl INFO 7 [773] -2014-12-15 14:52:05 queue INFO 3 [161] -2014-12-15 14:52:06 queue INFO >3 [162] -2014-12-15 14:52:06 sendUrl INFO 7 [774] -2014-12-15 14:52:06 sendUrl INFO 3 [775] -2014-12-15 14:52:07 sendUrl INFO 3 [776] -2014-12-15 14:52:07 queue INFO 7 [163] -2014-12-15 14:52:07 sendUrl INFO 7 [777] -2014-12-15 14:52:07 queue INFO >7 [164] -2014-12-15 14:52:08 queue INFO 3 [165] -2014-12-15 14:52:08 sendUrl INFO 7 [778] -2014-12-15 14:52:08 queue INFO >3 [166] -2014-12-15 14:52:08 sendUrl INFO 3 [779] -2014-12-15 14:52:08 queue INFO 7 [167] -2014-12-15 14:52:09 queue INFO >7 [168] -2014-12-15 14:52:09 sendUrl INFO 3 [780] -2014-12-15 14:52:09 sendUrl INFO 7 [781] -2014-12-15 14:52:09 queue INFO 3 [169] -2014-12-15 14:52:10 queue INFO >3 [170] -2014-12-15 14:52:10 sendUrl INFO 7 [782] -2014-12-15 14:52:10 sendUrl INFO 3 [783] -2014-12-15 14:52:11 sendUrl INFO 3 [784] -2014-12-15 14:52:11 queue INFO 7 [171] -2014-12-15 14:52:11 sendUrl INFO 7 [785] -2014-12-15 14:52:11 queue INFO >7 [172] -2014-12-15 14:52:12 sendUrl INFO 7 [786] -2014-12-15 14:52:12 sendUrl INFO 3 [787] -2014-12-15 14:52:13 queue INFO 3 [173] -2014-12-15 14:52:13 sendUrl INFO 3 [788] -2014-12-15 14:52:13 queue INFO >3 [174] -2014-12-15 14:52:13 sendUrl INFO 7 [789] -2014-12-15 14:52:14 sendUrl INFO 7 [790] -2014-12-15 14:52:14 queue INFO 7 [175] -2014-12-15 14:52:14 queue INFO >7 [176] -2014-12-15 14:52:14 sendUrl INFO 3 [791] -2014-12-15 14:52:15 sendUrl INFO 3 [792] -2014-12-15 14:52:15 queue INFO 3 [177] -2014-12-15 14:52:15 sendUrl INFO 7 [793] -2014-12-15 14:52:15 queue INFO >3 [178] -2014-12-15 14:52:16 sendUrl INFO 7 [794] -2014-12-15 14:52:16 sendUrl INFO 3 [795] -2014-12-15 14:52:17 sendUrl INFO 3 [796] -2014-12-15 14:52:17 queue INFO 7 [179] -2014-12-15 14:52:17 queue INFO >7 [180] -2014-12-15 14:52:17 sendUrl INFO 7 [797] -2014-12-15 14:52:18 sendUrl INFO 7 [798] -2014-12-15 14:52:18 queue INFO 3 [181] -2014-12-15 14:52:18 sendUrl INFO 3 [799] -2014-12-15 14:52:18 queue INFO >3 [182] -2014-12-15 14:52:19 sendUrl INFO 3 [800] -2014-12-15 14:52:19 sendUrl INFO 7 [801] -2014-12-15 14:52:20 sendUrl INFO 7 [802] -2014-12-15 14:52:20 queue INFO 7 [183] -2014-12-15 14:52:20 sendUrl INFO 3 [803] -2014-12-15 14:52:20 queue INFO >7 [184] -2014-12-15 14:52:21 sendUrl INFO 3 [804] -2014-12-15 14:52:21 sendUrl INFO 7 [805] -2014-12-15 14:52:21 queue INFO 3 [185] -2014-12-15 14:52:22 queue INFO >3 [186] -2014-12-15 14:52:22 sendUrl INFO 7 [806] -2014-12-15 14:52:22 sendUrl INFO 3 [807] -2014-12-15 14:52:23 sendUrl INFO 3 [808] -2014-12-15 14:52:23 queue INFO 7 [187] -2014-12-15 14:52:23 sendUrl INFO 7 [809] -2014-12-15 14:52:23 queue INFO >7 [188] -2014-12-15 14:52:24 sendUrl INFO 7 [810] -2014-12-15 14:52:24 sendUrl INFO 3 [811] -2014-12-15 14:52:25 queue INFO 3 [189] -2014-12-15 14:52:25 queue INFO >3 [190] -2014-12-15 14:52:25 sendUrl INFO 3 [812] -2014-12-15 14:52:25 sendUrl INFO 7 [813] -2014-12-15 14:52:26 sendUrl INFO 7 [814] -2014-12-15 14:52:26 sendUrl INFO 3 [815] -2014-12-15 14:52:26 queue INFO 7 [191] -2014-12-15 14:52:27 queue INFO >7 [192] -2014-12-15 14:52:27 sendUrl INFO 3 [816] -2014-12-15 14:52:27 sendUrl INFO 7 [817] -2014-12-15 14:52:28 queue INFO 3 [193] -2014-12-15 14:52:28 queue INFO >3 [194] -2014-12-15 14:52:28 sendUrl INFO 7 [818] -2014-12-15 14:52:28 sendUrl INFO 3 [819] -2014-12-15 14:52:29 sendUrl INFO 3 [820] -2014-12-15 14:52:29 queue INFO 7 [195] -2014-12-15 14:52:29 sendUrl INFO 7 [821] -2014-12-15 14:52:29 queue INFO >7 [196] -2014-12-15 14:52:30 sendUrl INFO 7 [822] -2014-12-15 14:52:30 sendUrl INFO 3 [823] -2014-12-15 14:52:31 queue INFO 3 [197] -2014-12-15 14:52:31 queue INFO >3 [198] -2014-12-15 14:52:31 sendUrl INFO 3 [824] -2014-12-15 14:52:31 sendUrl INFO 7 [825] -2014-12-15 14:52:32 queue INFO 7 [199] -2014-12-15 14:52:32 sendUrl INFO 7 [826] -2014-12-15 14:52:32 queue INFO >7 [200] -2014-12-15 14:52:33 sendUrl INFO 3 [827] -2014-12-15 14:52:33 queue INFO 3 [201] -2014-12-15 14:52:33 queue INFO >3 [202] -2014-12-15 14:52:33 sendUrl INFO 3 [828] -2014-12-15 14:52:34 sendUrl INFO 7 [829] -2014-12-15 14:52:34 sendUrl INFO 7 [830] -2014-12-15 14:52:34 queue INFO 7 [203] -2014-12-15 14:52:35 queue INFO >7 [204] -2014-12-15 14:52:35 sendUrl INFO 3 [831] -2014-12-15 14:52:35 sendUrl INFO 3 [832] -2014-12-15 14:52:36 queue INFO 3 [205] -2014-12-15 14:52:36 sendUrl INFO 7 [833] -2014-12-15 14:52:36 queue INFO >3 [206] -2014-12-15 14:52:36 sendUrl INFO 7 [834] -2014-12-15 14:52:37 sendUrl INFO 3 [835] -2014-12-15 14:52:37 sendUrl INFO 3 [836] -2014-12-15 14:52:37 queue INFO 7 [207] -2014-12-15 14:52:37 queue INFO >7 [208] -2014-12-15 14:52:38 sendUrl INFO 7 [837] -2014-12-15 14:52:38 sendUrl INFO 7 [838] -2014-12-15 14:52:38 queue INFO 3 [209] -2014-12-15 14:52:39 queue INFO >3 [210] -2014-12-15 14:52:39 sendUrl INFO 3 [839] -2014-12-15 14:52:39 sendUrl INFO 3 [840] -2014-12-15 14:52:40 sendUrl INFO 7 [841] -2014-12-15 14:52:40 queue INFO 7 [211] -2014-12-15 14:52:40 sendUrl INFO 7 [842] -2014-12-15 14:52:40 queue INFO >7 [212] -2014-12-15 14:52:41 sendUrl INFO 3 [843] -2014-12-15 14:52:41 queue INFO 3 [213] -2014-12-15 14:52:41 sendUrl INFO 3 [844] -2014-12-15 14:52:41 queue INFO >3 [214] -2014-12-15 14:52:42 sendUrl INFO 7 [845] -2014-12-15 14:52:42 sendUrl INFO 7 [846] -2014-12-15 14:52:43 sendUrl INFO 3 [847] -2014-12-15 14:52:43 queue INFO 7 [215] -2014-12-15 14:52:43 queue INFO >7 [216] -2014-12-15 14:52:43 sendUrl INFO 3 [848] -2014-12-15 14:52:44 sendUrl INFO 7 [849] -2014-12-15 14:52:44 queue INFO 3 [217] -2014-12-15 14:52:44 sendUrl INFO 7 [850] -2014-12-15 14:52:44 queue INFO >3 [218] -2014-12-15 14:52:45 sendUrl INFO 3 [851] -2014-12-15 14:52:45 sendUrl INFO 3 [852] -2014-12-15 14:52:45 queue INFO 7 [219] -2014-12-15 14:52:45 queue INFO >7 [220] -2014-12-15 14:52:46 sendUrl INFO 7 [853] -2014-12-15 14:52:46 sendUrl INFO 7 [854] -2014-12-15 14:52:46 queue INFO 3 [221] -2014-12-15 14:52:46 queue INFO >3 [222] -2014-12-15 14:52:47 sendUrl INFO 3 [855] -2014-12-15 14:52:47 sendUrl INFO 3 [856] -2014-12-15 14:52:48 queue INFO 7 [223] -2014-12-15 14:52:48 sendUrl INFO 7 [857] -2014-12-15 14:52:48 queue INFO >7 [224] -2014-12-15 14:52:48 sendUrl INFO 7 [858] -2014-12-15 14:52:49 sendUrl INFO 3 [859] -2014-12-15 14:52:49 queue INFO 3 [225] -2014-12-15 14:52:49 queue INFO >3 [226] -2014-12-15 14:52:49 sendUrl INFO 3 [860] -2014-12-15 14:52:50 sendUrl INFO 7 [861] -2014-12-15 14:52:50 sendUrl INFO 7 [862] -2014-12-15 14:52:51 queue INFO 7 [227] -2014-12-15 14:52:51 sendUrl INFO 3 [863] -2014-12-15 14:52:51 queue INFO >7 [228] -2014-12-15 14:52:51 sendUrl INFO 3 [864] -2014-12-15 14:52:51 queue INFO 3 [229] -2014-12-15 14:52:52 queue INFO >3 [230] -2014-12-15 14:52:52 sendUrl INFO 7 [865] -2014-12-15 14:52:52 sendUrl INFO 7 [866] -2014-12-15 14:52:53 sendUrl INFO 3 [867] -2014-12-15 14:52:53 queue INFO 7 [231] -2014-12-15 14:52:53 sendUrl INFO 3 [868] -2014-12-15 14:52:53 queue INFO >7 [232] -2014-12-15 14:52:54 sendUrl INFO 7 [869] -2014-12-15 14:52:54 sendUrl INFO 7 [870] -2014-12-15 14:52:54 queue INFO 3 [233] -2014-12-15 14:52:54 queue INFO >3 [234] -2014-12-15 14:52:55 sendUrl INFO 3 [871] -2014-12-15 14:52:55 sendUrl INFO 3 [872] -2014-12-15 14:52:56 queue INFO 7 [235] -2014-12-15 14:52:56 sendUrl INFO 7 [873] -2014-12-15 14:52:56 queue INFO >7 [236] -2014-12-15 14:52:56 sendUrl INFO 7 [874] -2014-12-15 14:52:57 queue INFO 3 [237] -2014-12-15 14:52:57 queue INFO >3 [238] -2014-12-15 14:52:57 sendUrl INFO 3 [875] -2014-12-15 14:52:57 sendUrl INFO 3 [876] -2014-12-15 14:52:58 sendUrl INFO 7 [877] -2014-12-15 14:52:58 queue INFO 7 [239] -2014-12-15 14:52:58 sendUrl INFO 7 [878] -2014-12-15 14:52:58 queue INFO >7 [240] -2014-12-15 14:52:59 sendUrl INFO 3 [879] -2014-12-15 14:52:59 queue INFO 3 [241] -2014-12-15 14:52:59 queue INFO >3 [242] -2014-12-15 14:52:59 sendUrl INFO 3 [880] -2014-12-15 14:53:00 sendUrl INFO 7 [881] -2014-12-15 14:53:00 queue INFO 7 [243] -2014-12-15 14:53:00 sendUrl INFO 7 [882] -2014-12-15 14:53:00 queue INFO >7 [244] -2014-12-15 14:53:01 sendUrl INFO 3 [883] -2014-12-15 14:53:01 queue INFO 3 [245] -2014-12-15 14:53:01 sendUrl INFO 3 [884] -2014-12-15 14:53:01 queue INFO >3 [246] -2014-12-15 14:53:02 queue INFO 7 [247] -2014-12-15 14:53:02 sendUrl INFO 7 [885] -2014-12-15 14:53:02 queue INFO >7 [248] -2014-12-15 14:53:02 sendUrl INFO 7 [886] -2014-12-15 14:53:03 queue INFO 3 [249] -2014-12-15 14:53:03 sendUrl INFO 3 [887] -2014-12-15 14:53:03 queue INFO >3 [250] -2014-12-15 14:53:03 sendUrl INFO 3 [888] -2014-12-15 14:53:04 sendUrl INFO 7 [889] -2014-12-15 14:53:04 queue INFO 7 [251] -2014-12-15 14:53:04 sendUrl INFO 7 [890] -2014-12-15 14:53:05 queue INFO >7 [252] -2014-12-15 14:53:05 sendUrl INFO 3 [891] -2014-12-15 14:53:05 queue INFO 3 [253] -2014-12-15 14:53:05 sendUrl INFO 3 [892] -2014-12-15 14:53:06 queue INFO >3 [254] -2014-12-15 14:53:06 sendUrl INFO 7 [893] -2014-12-15 14:53:06 sendUrl INFO 7 [894] -2014-12-15 14:53:07 sendUrl INFO 3 [895] -2014-12-15 14:53:07 queue INFO 7 [255] -2014-12-15 14:53:07 queue INFO >7 [256] -2014-12-15 14:53:07 sendUrl INFO 3 [896] -2014-12-15 14:53:08 queue INFO 3 [257] -2014-12-15 14:53:08 sendUrl INFO 7 [897] -2014-12-15 14:53:08 queue INFO >3 [258] -2014-12-15 14:53:08 sendUrl INFO 7 [898] -2014-12-15 14:53:09 sendUrl INFO 3 [899] -2014-12-15 14:53:09 sendUrl INFO 3 [900] -2014-12-15 14:53:10 queue INFO 7 [259] -2014-12-15 14:53:10 queue INFO >7 [260] -2014-12-15 14:53:10 sendUrl INFO 7 [901] -2014-12-15 14:53:10 sendUrl INFO 7 [902] -2014-12-15 14:53:11 queue INFO 3 [261] -2014-12-15 14:53:11 sendUrl INFO 3 [903] -2014-12-15 14:53:11 queue INFO >3 [262] -2014-12-15 14:53:11 sendUrl INFO 3 [904] -2014-12-15 14:53:12 sendUrl INFO 7 [905] -2014-12-15 14:53:12 queue INFO 7 [263] -2014-12-15 14:53:12 sendUrl INFO 7 [906] -2014-12-15 14:53:13 queue INFO >7 [264] -2014-12-15 14:53:13 sendUrl INFO 3 [907] -2014-12-15 14:53:13 sendUrl INFO 3 [908] -2014-12-15 14:53:14 queue INFO 3 [265] -2014-12-15 14:53:14 queue INFO >3 [266] -2014-12-15 14:53:14 sendUrl INFO 7 [909] -2014-12-15 14:53:14 sendUrl INFO 7 [910] -2014-12-15 14:53:15 sendUrl INFO 3 [911] -2014-12-15 14:53:15 queue INFO 7 [267] -2014-12-15 14:53:15 queue INFO >7 [268] -2014-12-15 14:53:16 sendUrl INFO 3 [912] -2014-12-15 14:53:16 sendUrl INFO 7 [913] -2014-12-15 14:53:16 queue INFO 3 [269] -2014-12-15 14:53:17 sendUrl INFO 7 [914] -2014-12-15 14:53:17 queue INFO >3 [270] -2014-12-15 14:53:17 sendUrl INFO 3 [915] -2014-12-15 14:53:18 sendUrl INFO 3 [916] -2014-12-15 14:53:18 sendUrl INFO 7 [917] -2014-12-15 14:53:18 queue INFO 7 [271] -2014-12-15 14:53:18 queue INFO >7 [272] -2014-12-15 14:53:19 sendUrl INFO 7 [918] -2014-12-15 14:53:19 sendUrl INFO 3 [919] -2014-12-15 14:53:19 queue INFO 3 [273] -2014-12-15 14:53:19 queue INFO >3 [274] -2014-12-15 14:53:20 sendUrl INFO 3 [920] -2014-12-15 14:53:20 sendUrl INFO 7 [921] -2014-12-15 14:53:21 sendUrl INFO 7 [922] -2014-12-15 14:53:21 sendUrl INFO 3 [923] -2014-12-15 14:53:21 queue INFO 7 [275] -2014-12-15 14:53:21 queue INFO >7 [276] -2014-12-15 14:53:22 sendUrl INFO 3 [924] -2014-12-15 14:53:22 sendUrl INFO 7 [925] -2014-12-15 14:53:23 queue INFO 3 [277] -2014-12-15 14:53:23 sendUrl INFO 7 [926] -2014-12-15 14:53:23 queue INFO >3 [278] -2014-12-15 14:53:23 sendUrl INFO 3 [927] -2014-12-15 14:53:24 sendUrl INFO 3 [928] -2014-12-15 14:53:24 queue INFO 7 [279] -2014-12-15 14:53:24 queue INFO >7 [280] -2014-12-15 14:53:24 sendUrl INFO 7 [929] -2014-12-15 14:53:25 sendUrl INFO 7 [930] -2014-12-15 14:53:25 sendUrl INFO 3 [931] -2014-12-15 14:53:25 queue INFO 3 [281] -2014-12-15 14:53:25 queue INFO >3 [282] -2014-12-15 14:53:26 sendUrl INFO 3 [932] -2014-12-15 14:53:26 sendUrl INFO 7 [933] -2014-12-15 14:53:27 sendUrl INFO 7 [934] -2014-12-15 14:53:27 queue INFO 7 [283] -2014-12-15 14:53:27 queue INFO >7 [284] -2014-12-15 14:53:27 sendUrl INFO 3 [935] -2014-12-15 14:53:28 sendUrl INFO 3 [936] -2014-12-15 14:53:28 sendUrl INFO 7 [937] -2014-12-15 14:53:28 queue INFO 3 [285] -2014-12-15 14:53:29 queue INFO >3 [286] -2014-12-15 14:53:29 sendUrl INFO 7 [938] -2014-12-15 14:53:29 sendUrl INFO 3 [939] -2014-12-15 14:53:30 sendUrl INFO 3 [940] -2014-12-15 14:53:30 queue INFO 7 [287] -2014-12-15 14:53:30 sendUrl INFO 7 [941] -2014-12-15 14:53:30 queue INFO >7 [288] -2014-12-15 14:53:31 sendUrl INFO 7 [942] -2014-12-15 14:53:31 sendUrl INFO 3 [943] -2014-12-15 14:53:32 queue INFO 3 [289] -2014-12-15 14:53:32 sendUrl INFO 3 [944] -2014-12-15 14:53:32 queue INFO >3 [290] -2014-12-15 14:53:32 sendUrl INFO 7 [945] -2014-12-15 14:53:33 sendUrl INFO 7 [946] -2014-12-15 14:53:33 sendUrl INFO 3 [947] -2014-12-15 14:53:33 queue INFO 7 [291] -2014-12-15 14:53:34 queue INFO >7 [292] -2014-12-15 14:53:34 sendUrl INFO 3 [948] -2014-12-15 14:53:34 sendUrl INFO 7 [949] -2014-12-15 14:53:34 queue INFO 3 [293] -2014-12-15 14:53:35 queue INFO >3 [294] -2014-12-15 14:53:35 sendUrl INFO 7 [950] -2014-12-15 14:53:35 sendUrl INFO 3 [951] -2014-12-15 14:53:36 sendUrl INFO 3 [952] -2014-12-15 14:53:36 sendUrl INFO 7 [953] -2014-12-15 14:53:36 queue INFO 7 [295] -2014-12-15 14:53:37 queue INFO >7 [296] -2014-12-15 14:53:37 sendUrl INFO 7 [954] -2014-12-15 14:53:37 sendUrl INFO 3 [955] -2014-12-15 14:53:38 sendUrl INFO 3 [956] -2014-12-15 14:53:38 queue INFO 3 [297] -2014-12-15 14:53:38 queue INFO >3 [298] -2014-12-15 14:53:38 sendUrl INFO 7 [957] -2014-12-15 14:53:39 sendUrl INFO 7 [958] -2014-12-15 14:53:39 queue INFO 7 [299] -2014-12-15 14:53:39 sendUrl INFO 3 [959] -2014-12-15 14:53:39 queue INFO >7 [300] -2014-12-15 14:53:40 sendUrl INFO 3 [960] -2014-12-15 14:53:40 sendUrl INFO 7 [961] -2014-12-15 14:53:40 queue INFO 3 [301] -2014-12-15 14:53:41 queue INFO >3 [302] -2014-12-15 14:53:41 sendUrl INFO 7 [962] -2014-12-15 14:53:41 sendUrl INFO 3 [963] -2014-12-15 14:53:42 sendUrl INFO 3 [964] -2014-12-15 14:53:42 queue INFO 7 [303] -2014-12-15 14:53:42 queue INFO >7 [304] -2014-12-15 14:53:42 sendUrl INFO 7 [965] -2014-12-15 14:53:43 sendUrl INFO 7 [966] -2014-12-15 14:53:43 queue INFO 3 [305] -2014-12-15 14:53:43 queue INFO >3 [306] -2014-12-15 14:53:43 sendUrl INFO 3 [967] -2014-12-15 14:53:44 sendUrl INFO 3 [968] -2014-12-15 14:53:44 sendUrl INFO 7 [969] -2014-12-15 14:53:44 queue INFO 7 [307] -2014-12-15 14:53:45 queue INFO >7 [308] -2014-12-15 14:53:45 sendUrl INFO 7 [970] -2014-12-15 14:53:45 sendUrl INFO 3 [971] -2014-12-15 14:53:46 queue INFO 3 [309] -2014-12-15 14:53:46 sendUrl INFO 3 [972] -2014-12-15 14:53:46 queue INFO >3 [310] -2014-12-15 14:53:46 sendUrl INFO 7 [973] -2014-12-15 14:53:47 sendUrl INFO 7 [974] -2014-12-15 14:53:47 queue INFO 7 [311] -2014-12-15 14:53:47 sendUrl INFO 3 [975] -2014-12-15 14:53:47 queue INFO >7 [312] -2014-12-15 14:53:48 sendUrl INFO 3 [976] -2014-12-15 14:53:48 sendUrl INFO 7 [977] -2014-12-15 14:53:48 queue INFO 3 [313] -2014-12-15 14:53:49 queue INFO >3 [314] -2014-12-15 14:53:49 sendUrl INFO 7 [978] -2014-12-15 14:53:49 sendUrl INFO 3 [979] -2014-12-15 14:53:50 sendUrl INFO 3 [980] -2014-12-15 14:53:50 queue INFO 7 [315] -2014-12-15 14:53:50 sendUrl INFO 7 [981] -2014-12-15 14:53:51 queue INFO >7 [316] -2014-12-15 14:53:51 sendUrl INFO 7 [982] -2014-12-15 14:53:51 sendUrl INFO 3 [983] -2014-12-15 14:53:52 queue INFO 3 [317] -2014-12-15 14:53:52 queue INFO >3 [318] -2014-12-15 14:53:52 sendUrl INFO 3 [984] -2014-12-15 14:53:52 sendUrl INFO 7 [985] -2014-12-15 14:53:53 sendUrl INFO 7 [986] -2014-12-15 14:53:53 queue INFO 7 [319] -2014-12-15 14:53:53 queue INFO >7 [320] -2014-12-15 14:53:53 sendUrl INFO 3 [987] -2014-12-15 14:53:54 sendUrl INFO 3 [988] -2014-12-15 14:53:54 queue INFO 3 [321] -2014-12-15 14:53:54 sendUrl INFO 7 [989] -2014-12-15 14:53:55 queue INFO >3 [322] -2014-12-15 14:53:55 sendUrl INFO 7 [990] -2014-12-15 14:53:55 sendUrl INFO 3 [991] -2014-12-15 14:53:56 queue INFO 7 [323] -2014-12-15 14:53:56 sendUrl INFO 3 [992] -2014-12-15 14:53:56 queue INFO >7 [324] -2014-12-15 14:53:56 sendUrl INFO 7 [993] -2014-12-15 14:53:57 sendUrl INFO 7 [994] -2014-12-15 14:53:57 queue INFO 3 [325] -2014-12-15 14:53:57 queue INFO >3 [326] -2014-12-15 14:53:57 sendUrl INFO 3 [995] -2014-12-15 14:53:58 sendUrl INFO 3 [996] -2014-12-15 14:53:58 sendUrl INFO 7 [997] -2014-12-15 14:53:59 queue INFO 7 [327] -2014-12-15 14:53:59 queue INFO >7 [328] -2014-12-15 14:53:59 sendUrl INFO 7 [998] -2014-12-15 14:54:00 sendUrl INFO 3 [999] -2014-12-15 14:54:00 queue INFO 3 [329] -2014-12-15 14:54:00 sendUrl INFO 3 [0] -2014-12-15 14:54:00 queue INFO >3 [330] -2014-12-15 14:54:01 sendUrl INFO 7 [1] -2014-12-15 14:54:01 sendUrl INFO 7 [2] -2014-12-15 14:54:02 sendUrl INFO 3 [3] -2014-12-15 14:54:02 queue INFO 7 [331] -2014-12-15 14:54:02 queue INFO >7 [332] -2014-12-15 14:54:02 sendUrl INFO 3 [4] -2014-12-15 14:54:02 queue INFO 3 [333] -2014-12-15 14:54:03 sendUrl INFO 7 [5] -2014-12-15 14:54:03 queue INFO >3 [334] -2014-12-15 14:54:03 sendUrl INFO 7 [6] -2014-12-15 14:54:04 sendUrl INFO 3 [7] -2014-12-15 14:54:04 sendUrl INFO 3 [8] -2014-12-15 14:54:05 sendUrl INFO 7 [9] -2014-12-15 14:54:05 queue INFO 7 [335] -2014-12-15 14:54:05 queue INFO >7 [336] -2014-12-15 14:54:05 sendUrl INFO 7 [10] -2014-12-15 14:54:06 sendUrl INFO 3 [11] -2014-12-15 14:54:06 queue INFO 3 [337] -2014-12-15 14:54:06 queue INFO >3 [338] -2014-12-15 14:54:06 sendUrl INFO 3 [12] -2014-12-15 14:54:07 sendUrl INFO 7 [13] -2014-12-15 14:54:07 sendUrl INFO 7 [14] -2014-12-15 14:54:07 queue INFO 7 [339] -2014-12-15 14:54:08 sendUrl INFO 3 [15] -2014-12-15 14:54:08 queue INFO >7 [340] -2014-12-15 14:54:08 sendUrl INFO 3 [16] -2014-12-15 14:54:09 sendUrl INFO 7 [17] -2014-12-15 14:54:09 queue INFO 3 [341] -2014-12-15 14:54:09 queue INFO >3 [342] -2014-12-15 14:54:09 sendUrl INFO 7 [18] -2014-12-15 14:54:10 sendUrl INFO 3 [19] -2014-12-15 14:54:10 queue INFO 7 [343] -2014-12-15 14:54:10 sendUrl INFO 3 [20] -2014-12-15 14:54:10 queue INFO >7 [344] -2014-12-15 14:54:11 sendUrl INFO 7 [21] -2014-12-15 14:54:11 queue INFO 3 [345] -2014-12-15 14:54:11 queue INFO >3 [346] -2014-12-15 14:54:11 sendUrl INFO 7 [22] -2014-12-15 14:54:12 sendUrl INFO 3 [23] -2014-12-15 14:54:12 sendUrl INFO 3 [24] -2014-12-15 14:54:13 sendUrl INFO 7 [25] -2014-12-15 14:54:13 queue INFO 7 [347] -2014-12-15 14:54:13 queue INFO >7 [348] -2014-12-15 14:54:13 sendUrl INFO 7 [26] -2014-12-15 14:54:14 sendUrl INFO 3 [27] -2014-12-15 14:54:14 queue INFO 3 [349] -2014-12-15 14:54:14 queue INFO >3 [350] -2014-12-15 14:54:14 sendUrl INFO 3 [28] -2014-12-15 14:54:15 sendUrl INFO 7 [29] -2014-12-15 14:54:15 sendUrl INFO 7 [30] -2014-12-15 14:54:15 queue INFO 7 [351] -2014-12-15 14:54:15 queue INFO >7 [352] -2014-12-15 14:54:16 sendUrl INFO 3 [31] -2014-12-15 14:54:16 sendUrl INFO 3 [32] -2014-12-15 14:54:17 sendUrl INFO 7 [33] -2014-12-15 14:54:17 queue INFO 3 [353] -2014-12-15 14:54:17 queue INFO >3 [354] -2014-12-15 14:54:17 sendUrl INFO 7 [34] -2014-12-15 14:54:17 queue INFO 7 [355] -2014-12-15 14:54:18 queue INFO >7 [356] -2014-12-15 14:54:18 sendUrl INFO 3 [35] -2014-12-15 14:54:18 sendUrl INFO 3 [36] -2014-12-15 14:54:19 queue INFO 3 [357] -2014-12-15 14:54:19 sendUrl INFO 7 [37] -2014-12-15 14:54:19 queue INFO >3 [358] -2014-12-15 14:54:19 queue INFO 7 [359] -2014-12-15 14:54:19 sendUrl INFO 7 [38] -2014-12-15 14:54:19 queue INFO >7 [360] -2014-12-15 14:54:20 sendUrl INFO 3 [39] -2014-12-15 14:54:20 queue INFO 3 [361] -2014-12-15 14:54:20 queue INFO >3 [362] -2014-12-15 14:54:20 sendUrl INFO 3 [40] -2014-12-15 14:54:21 sendUrl INFO 7 [41] -2014-12-15 14:54:21 sendUrl INFO 7 [42] -2014-12-15 14:54:22 sendUrl INFO 3 [43] -2014-12-15 14:54:22 queue INFO 7 [363] -2014-12-15 14:54:22 queue INFO >7 [364] -2014-12-15 14:54:22 sendUrl INFO 3 [44] -2014-12-15 14:54:23 sendUrl INFO 7 [45] -2014-12-15 14:54:23 queue INFO 3 [365] -2014-12-15 14:54:23 sendUrl INFO 7 [46] -2014-12-15 14:54:23 queue INFO >3 [366] -2014-12-15 14:54:24 sendUrl INFO 3 [47] -2014-12-15 14:54:24 sendUrl INFO 3 [48] -2014-12-15 14:54:25 queue INFO 7 [367] -2014-12-15 14:54:25 sendUrl INFO 7 [49] -2014-12-15 14:54:25 queue INFO >7 [368] -2014-12-15 14:54:25 sendUrl INFO 7 [50] -2014-12-15 14:54:26 sendUrl INFO 3 [51] -2014-12-15 14:54:26 queue INFO 3 [369] -2014-12-15 14:54:26 queue INFO >3 [370] -2014-12-15 14:54:26 sendUrl INFO 3 [52] -2014-12-15 14:54:27 sendUrl INFO 7 [53] -2014-12-15 14:54:27 sendUrl INFO 7 [54] -2014-12-15 14:54:28 queue INFO 7 [371] -2014-12-15 14:54:28 queue INFO >7 [372] -2014-12-15 14:54:28 sendUrl INFO 3 [55] -2014-12-15 14:54:28 sendUrl INFO 3 [56] -2014-12-15 14:54:29 queue INFO 3 [373] -2014-12-15 14:54:29 queue INFO >3 [374] -2014-12-15 14:54:29 sendUrl INFO 7 [57] -2014-12-15 14:54:29 sendUrl INFO 7 [58] -2014-12-15 14:54:30 sendUrl INFO 3 [59] -2014-12-15 14:54:30 queue INFO 7 [375] -2014-12-15 14:54:30 queue INFO >7 [376] -2014-12-15 14:54:30 sendUrl INFO 3 [60] -2014-12-15 14:54:31 sendUrl INFO 7 [61] -2014-12-15 14:54:31 queue INFO 3 [377] -2014-12-15 14:54:31 queue INFO >3 [378] -2014-12-15 14:54:31 sendUrl INFO 7 [62] -2014-12-15 14:54:32 sendUrl INFO 3 [63] -2014-12-15 14:54:32 sendUrl INFO 3 [64] -2014-12-15 14:54:32 queue INFO 7 [379] -2014-12-15 14:54:33 queue INFO >7 [380] -2014-12-15 14:54:33 sendUrl INFO 7 [65] -2014-12-15 14:54:33 sendUrl INFO 7 [66] -2014-12-15 14:54:34 queue INFO 3 [381] -2014-12-15 14:54:34 queue INFO >3 [382] -2014-12-15 14:54:34 sendUrl INFO 3 [67] -2014-12-15 14:54:34 sendUrl INFO 3 [68] -2014-12-15 14:54:35 sendUrl INFO 7 [69] -2014-12-15 14:54:35 queue INFO 7 [383] -2014-12-15 14:54:35 queue INFO >7 [384] -2014-12-15 14:54:35 sendUrl INFO 7 [70] -2014-12-15 14:54:36 sendUrl INFO 3 [71] -2014-12-15 14:54:36 queue INFO 3 [385] -2014-12-15 14:54:36 sendUrl INFO 3 [72] -2014-12-15 14:54:36 queue INFO >3 [386] -2014-12-15 14:54:37 sendUrl INFO 7 [73] -2014-12-15 14:54:37 sendUrl INFO 7 [74] -2014-12-15 14:54:38 queue INFO 7 [387] -2014-12-15 14:54:38 sendUrl INFO 3 [75] -2014-12-15 14:54:38 queue INFO >7 [388] -2014-12-15 14:54:38 sendUrl INFO 3 [76] -2014-12-15 14:54:39 queue INFO 3 [389] -2014-12-15 14:54:39 sendUrl INFO 7 [77] -2014-12-15 14:54:39 queue INFO >3 [390] -2014-12-15 14:54:39 sendUrl INFO 7 [78] -2014-12-15 14:54:40 sendUrl INFO 3 [79] -2014-12-15 14:54:40 queue INFO 7 [391] -2014-12-15 14:54:40 sendUrl INFO 3 [80] -2014-12-15 14:54:40 queue INFO >7 [392] -2014-12-15 14:54:41 sendUrl INFO 7 [81] -2014-12-15 14:54:41 queue INFO 3 [393] -2014-12-15 14:54:41 sendUrl INFO 7 [82] -2014-12-15 14:54:41 queue INFO >3 [394] -2014-12-15 14:54:42 sendUrl INFO 3 [83] -2014-12-15 14:54:42 sendUrl INFO 3 [84] -2014-12-15 14:54:43 queue INFO 7 [395] -2014-12-15 14:54:43 queue INFO >7 [396] -2014-12-15 14:54:43 sendUrl INFO 7 [85] -2014-12-15 14:54:43 sendUrl INFO 7 [86] -2014-12-15 14:54:44 queue INFO 3 [397] -2014-12-15 14:54:44 queue INFO >3 [398] -2014-12-15 14:54:44 sendUrl INFO 3 [87] -2014-12-15 14:54:44 queue INFO 7 [399] -2014-12-15 14:54:45 sendUrl INFO 3 [88] -2014-12-15 14:54:45 queue INFO >7 [400] -2014-12-15 14:54:45 sendUrl INFO 7 [89] -2014-12-15 14:54:45 queue INFO 3 [401] -2014-12-15 14:54:46 sendUrl INFO 7 [90] -2014-12-15 14:54:46 queue INFO >3 [402] -2014-12-15 14:54:46 sendUrl INFO 3 [91] -2014-12-15 14:54:47 sendUrl INFO 3 [92] -2014-12-15 14:54:47 queue INFO 7 [403] -2014-12-15 14:54:47 sendUrl INFO 7 [93] -2014-12-15 14:54:47 queue INFO >7 [404] -2014-12-15 14:54:48 sendUrl INFO 7 [94] -2014-12-15 14:54:48 sendUrl INFO 3 [95] -2014-12-15 14:54:48 queue INFO 3 [405] -2014-12-15 14:54:48 queue INFO >3 [406] -2014-12-15 14:54:49 sendUrl INFO 3 [96] -2014-12-15 14:54:49 sendUrl INFO 7 [97] -2014-12-15 14:54:50 sendUrl INFO 7 [98] -2014-12-15 14:54:50 queue INFO 7 [407] -2014-12-15 14:54:50 queue INFO >7 [408] -2014-12-15 14:54:50 sendUrl INFO 3 [99] -2014-12-15 14:54:50 queue INFO 3 [409] -2014-12-15 14:54:50 queue INFO >3 [410] -2014-12-15 14:54:51 sendUrl INFO 3 [100] -2014-12-15 14:54:51 sendUrl INFO 7 [101] -2014-12-15 14:54:52 queue INFO 7 [411] -2014-12-15 14:54:52 sendUrl INFO 7 [102] -2014-12-15 14:54:52 queue INFO >7 [412] -2014-12-15 14:54:52 sendUrl INFO 3 [103] -2014-12-15 14:54:53 sendUrl INFO 3 [104] -2014-12-15 14:54:53 queue INFO 3 [413] -2014-12-15 14:54:53 queue INFO >3 [414] -2014-12-15 14:54:53 sendUrl INFO 7 [105] -2014-12-15 14:54:54 sendUrl INFO 7 [106] -2014-12-15 14:54:54 sendUrl INFO 3 [107] -2014-12-15 14:54:54 queue INFO 7 [415] -2014-12-15 14:54:54 queue INFO >7 [416] -2014-12-15 14:54:55 sendUrl INFO 3 [108] -2014-12-15 14:54:55 sendUrl INFO 7 [109] -2014-12-15 14:54:55 queue INFO 3 [417] -2014-12-15 14:54:55 queue INFO >3 [418] -2014-12-15 14:54:56 sendUrl INFO 7 [110] -2014-12-15 14:54:56 sendUrl INFO 3 [111] -2014-12-15 14:54:57 queue INFO 7 [419] -2014-12-15 14:54:57 sendUrl INFO 3 [112] -2014-12-15 14:54:57 queue INFO >7 [420] -2014-12-15 14:54:57 queue INFO 3 [421] -2014-12-15 14:54:57 sendUrl INFO 7 [113] -2014-12-15 14:54:57 queue INFO >3 [422] -2014-12-15 14:54:58 sendUrl INFO 7 [114] -2014-12-15 14:54:58 sendUrl INFO 3 [115] -2014-12-15 14:54:59 sendUrl INFO 3 [116] -2014-12-15 14:54:59 sendUrl INFO 7 [117] -2014-12-15 14:54:59 queue INFO 7 [423] -2014-12-15 14:54:59 queue INFO >7 [424] -2014-12-15 14:55:00 sendUrl INFO 7 [118] -2014-12-15 14:55:00 queue INFO 3 [425] -2014-12-15 14:55:00 queue INFO >3 [426] -2014-12-15 14:55:00 sendUrl INFO 3 [119] -2014-12-15 14:55:01 sendUrl INFO 3 [120] -2014-12-15 14:55:01 sendUrl INFO 7 [121] -2014-12-15 14:55:02 queue INFO 7 [427] -2014-12-15 14:55:02 sendUrl INFO 7 [122] -2014-12-15 14:55:02 queue INFO >7 [428] -2014-12-15 14:55:02 sendUrl INFO 3 [123] -2014-12-15 14:55:03 queue INFO 3 [429] -2014-12-15 14:55:03 sendUrl INFO 3 [124] -2014-12-15 14:55:03 queue INFO >3 [430] -2014-12-15 14:55:03 sendUrl INFO 7 [125] -2014-12-15 14:55:04 sendUrl INFO 7 [126] -2014-12-15 14:55:04 sendUrl INFO 3 [127] -2014-12-15 14:55:04 queue INFO 7 [431] -2014-12-15 14:55:05 queue INFO >7 [432] -2014-12-15 14:55:05 sendUrl INFO 3 [128] -2014-12-15 14:55:05 queue INFO 3 [433] -2014-12-15 14:55:05 sendUrl INFO 7 [129] -2014-12-15 14:55:05 queue INFO >3 [434] -2014-12-15 14:55:06 sendUrl INFO 7 [130] -2014-12-15 14:55:06 sendUrl INFO 3 [131] -2014-12-15 14:55:07 queue INFO 7 [435] -2014-12-15 14:55:07 sendUrl INFO 3 [132] -2014-12-15 14:55:07 queue INFO >7 [436] -2014-12-15 14:55:07 sendUrl INFO 7 [133] -2014-12-15 14:55:08 sendUrl INFO 7 [134] -2014-12-15 14:55:08 queue INFO 3 [437] -2014-12-15 14:55:08 queue INFO >3 [438] -2014-12-15 14:55:08 sendUrl INFO 3 [135] -2014-12-15 14:55:09 sendUrl INFO 3 [136] -2014-12-15 14:55:09 sendUrl INFO 7 [137] -2014-12-15 14:55:10 queue INFO 7 [439] -2014-12-15 14:55:10 queue INFO >7 [440] -2014-12-15 14:55:10 sendUrl INFO 7 [138] -2014-12-15 14:55:10 sendUrl INFO 3 [139] -2014-12-15 14:55:10 queue INFO 3 [441] -2014-12-15 14:55:11 queue INFO >3 [442] -2014-12-15 14:55:11 sendUrl INFO 3 [140] -2014-12-15 14:55:11 sendUrl INFO 7 [141] -2014-12-15 14:55:11 queue INFO 7 [443] -2014-12-15 14:55:12 queue INFO >7 [444] -2014-12-15 14:55:12 sendUrl INFO 7 [142] -2014-12-15 14:55:12 sendUrl INFO 3 [143] -2014-12-15 14:55:12 queue INFO 3 [445] -2014-12-15 14:55:13 queue INFO >3 [446] -2014-12-15 14:55:13 sendUrl INFO 3 [144] -2014-12-15 14:55:13 sendUrl INFO 7 [145] -2014-12-15 14:55:14 sendUrl INFO 7 [146] -2014-12-15 14:55:14 queue INFO 7 [447] -2014-12-15 14:55:14 queue INFO >7 [448] -2014-12-15 14:55:14 sendUrl INFO 3 [147] -2014-12-15 14:55:15 sendUrl INFO 3 [148] -2014-12-15 14:55:15 queue INFO 3 [449] -2014-12-15 14:55:15 sendUrl INFO 7 [149] -2014-12-15 14:55:15 queue INFO >3 [450] -2014-12-15 14:55:16 sendUrl INFO 7 [150] -2014-12-15 14:55:16 sendUrl INFO 3 [151] -2014-12-15 14:55:17 sendUrl INFO 3 [152] -2014-12-15 14:55:17 queue INFO 7 [451] -2014-12-15 14:55:17 queue INFO >7 [452] -2014-12-15 14:55:17 sendUrl INFO 7 [153] -2014-12-15 14:55:18 queue INFO 3 [453] -2014-12-15 14:55:18 queue INFO >3 [454] -2014-12-15 14:55:18 sendUrl INFO 7 [154] -2014-12-15 14:55:18 sendUrl INFO 3 [155] -2014-12-15 14:55:19 sendUrl INFO 3 [156] -2014-12-15 14:55:19 queue INFO 7 [455] -2014-12-15 14:55:19 queue INFO >7 [456] -2014-12-15 14:55:19 sendUrl INFO 7 [157] -2014-12-15 14:55:20 sendUrl INFO 7 [158] -2014-12-15 14:55:20 queue INFO 3 [457] -2014-12-15 14:55:20 sendUrl INFO 3 [159] -2014-12-15 14:55:21 queue INFO >3 [458] -2014-12-15 14:55:21 sendUrl INFO 3 [160] -2014-12-15 14:55:21 sendUrl INFO 7 [161] -2014-12-15 14:55:22 queue INFO 7 [459] -2014-12-15 14:55:22 sendUrl INFO 7 [162] -2014-12-15 14:55:22 queue INFO >7 [460] -2014-12-15 14:55:22 sendUrl INFO 3 [163] -2014-12-15 14:55:23 sendUrl INFO 7 [164] -2014-12-15 14:55:23 queue INFO 3 [461] -2014-12-15 14:55:23 queue INFO 7 [462] -2014-12-15 14:55:23 sendUrl INFO 3 [165] -2014-12-15 14:55:24 queue INFO >7 [463] -2014-12-15 14:55:24 sendUrl INFO 3 [166] -2014-12-15 14:55:24 sendUrl INFO 7 [167] -2014-12-15 14:55:25 sendUrl INFO 7 [168] -2014-12-15 14:55:25 sendUrl INFO 3 [169] -2014-12-15 14:55:26 sendUrl INFO 3 [170] -2014-12-15 14:55:26 sendUrl INFO 7 [171] -2014-12-15 14:55:27 sendUrl INFO 7 [172] -2014-12-15 14:55:27 queue INFO 3 [464] -2014-12-15 14:55:27 queue INFO >3 [465] -2014-12-15 14:55:28 sendUrl INFO 3 [173] -2014-12-15 14:55:28 sendUrl INFO 3 [174] -2014-12-15 14:55:29 sendUrl INFO 7 [175] -2014-12-15 14:55:29 queue INFO 7 [466] -2014-12-15 14:55:29 sendUrl INFO 7 [176] -2014-12-15 14:55:29 queue INFO >7 [467] -2014-12-15 14:55:30 sendUrl INFO 3 [177] -2014-12-15 14:55:30 sendUrl INFO 3 [178] -2014-12-15 14:55:30 queue INFO 3 [468] -2014-12-15 14:55:30 queue INFO >3 [469] -2014-12-15 14:55:31 sendUrl INFO 7 [179] -2014-12-15 14:55:31 sendUrl INFO 7 [180] -2014-12-15 14:55:32 sendUrl INFO 3 [181] -2014-12-15 14:55:32 queue INFO 7 [470] -2014-12-15 14:55:32 sendUrl INFO 3 [182] -2014-12-15 14:55:32 queue INFO >7 [471] -2014-12-15 14:55:33 sendUrl INFO 7 [183] -2014-12-15 14:55:33 sendUrl INFO 7 [184] -2014-12-15 14:55:33 queue INFO 3 [472] -2014-12-15 14:55:33 queue INFO >3 [473] -2014-12-15 14:55:34 sendUrl INFO 3 [185] -2014-12-15 14:55:34 sendUrl INFO 3 [186] -2014-12-15 14:55:34 queue INFO 7 [474] -2014-12-15 14:55:35 sendUrl INFO 7 [187] -2014-12-15 14:55:35 queue INFO >7 [475] -2014-12-15 14:55:35 sendUrl INFO 7 [188] -2014-12-15 14:55:36 sendUrl INFO 3 [189] -2014-12-15 14:55:36 queue INFO 3 [476] -2014-12-15 14:55:36 queue INFO >3 [477] -2014-12-15 14:55:36 sendUrl INFO 3 [190] -2014-12-15 14:55:37 sendUrl INFO 7 [191] -2014-12-15 14:55:37 sendUrl INFO 7 [192] -2014-12-15 14:55:37 queue INFO 7 [478] -2014-12-15 14:55:37 queue INFO >7 [479] -2014-12-15 14:55:38 sendUrl INFO 3 [193] -2014-12-15 14:55:38 queue INFO 3 [480] -2014-12-15 14:55:38 queue INFO >3 [481] -2014-12-15 14:55:38 sendUrl INFO 3 [194] -2014-12-15 14:55:39 sendUrl INFO 7 [195] -2014-12-15 14:55:39 sendUrl INFO 7 [196] -2014-12-15 14:55:40 sendUrl INFO 3 [197] -2014-12-15 14:55:40 sendUrl INFO 3 [198] -2014-12-15 14:55:40 queue INFO 7 [482] -2014-12-15 14:55:40 queue INFO >7 [483] -2014-12-15 14:55:41 sendUrl INFO 7 [199] -2014-12-15 14:55:41 sendUrl INFO 7 [200] -2014-12-15 14:55:42 queue INFO 3 [484] -2014-12-15 14:55:42 sendUrl INFO 3 [201] -2014-12-15 14:55:42 queue INFO >3 [485] -2014-12-15 14:55:42 sendUrl INFO 3 [202] -2014-12-15 14:55:43 sendUrl INFO 7 [203] -2014-12-15 14:55:43 queue INFO 7 [486] -2014-12-15 14:55:43 sendUrl INFO 7 [204] -2014-12-15 14:55:43 queue INFO >7 [487] -2014-12-15 14:55:44 sendUrl INFO 3 [205] -2014-12-15 14:55:44 sendUrl INFO 3 [206] -2014-12-15 14:55:45 queue INFO 3 [488] -2014-12-15 14:55:45 sendUrl INFO 7 [207] -2014-12-15 14:55:45 queue INFO >3 [489] -2014-12-15 14:55:45 sendUrl INFO 7 [208] -2014-12-15 14:55:46 sendUrl INFO 3 [209] -2014-12-15 14:55:46 queue INFO 7 [490] -2014-12-15 14:55:46 sendUrl INFO 3 [210] -2014-12-15 14:55:46 queue INFO >7 [491] -2014-12-15 14:55:47 sendUrl INFO 7 [211] -2014-12-15 14:55:47 sendUrl INFO 7 [212] -2014-12-15 14:55:47 queue INFO 3 [492] -2014-12-15 14:55:48 queue INFO >3 [493] -2014-12-15 14:55:48 sendUrl INFO 3 [213] -2014-12-15 14:55:48 sendUrl INFO 3 [214] -2014-12-15 14:55:49 sendUrl INFO 7 [215] -2014-12-15 14:55:49 queue INFO 7 [494] -2014-12-15 14:55:49 queue INFO >7 [495] -2014-12-15 14:55:49 sendUrl INFO 7 [216] -2014-12-15 14:55:50 sendUrl INFO 3 [217] -2014-12-15 14:55:50 queue INFO 3 [496] -2014-12-15 14:55:50 queue INFO >3 [497] -2014-12-15 14:55:50 sendUrl INFO 3 [218] -2014-12-15 14:55:51 sendUrl INFO 7 [219] -2014-12-15 14:55:51 queue INFO 7 [498] -2014-12-15 14:55:51 sendUrl INFO 7 [220] -2014-12-15 14:55:51 queue INFO >7 [499] -2014-12-15 14:55:52 sendUrl INFO 3 [221] -2014-12-15 14:55:52 queue INFO 3 [500] -2014-12-15 14:55:52 sendUrl INFO 3 [222] -2014-12-15 14:55:52 queue INFO >3 [501] -2014-12-15 14:55:53 sendUrl INFO 7 [223] -2014-12-15 14:55:53 sendUrl INFO 7 [224] -2014-12-15 14:55:54 sendUrl INFO 3 [225] -2014-12-15 14:55:54 queue INFO 7 [502] -2014-12-15 14:55:54 queue INFO >7 [503] -2014-12-15 14:55:54 sendUrl INFO 3 [226] -2014-12-15 14:55:55 sendUrl INFO 7 [227] -2014-12-15 14:55:55 queue INFO 3 [504] -2014-12-15 14:55:55 queue INFO >3 [505] -2014-12-15 14:55:55 sendUrl INFO 7 [228] -2014-12-15 14:55:56 sendUrl INFO 3 [229] -2014-12-15 14:55:56 queue INFO 7 [506] -2014-12-15 14:55:56 sendUrl INFO 3 [230] -2014-12-15 14:55:56 queue INFO >7 [507] -2014-12-15 14:55:57 sendUrl INFO 7 [231] -2014-12-15 14:55:57 queue INFO 3 [508] -2014-12-15 14:55:57 queue INFO >3 [509] -2014-12-15 14:55:57 sendUrl INFO 7 [232] -2014-12-15 14:55:58 sendUrl INFO 3 [233] -2014-12-15 14:55:58 queue INFO 7 [510] -2014-12-15 14:55:58 sendUrl INFO 3 [234] -2014-12-15 14:55:58 queue INFO >7 [511] -2014-12-15 14:55:59 sendUrl INFO 7 [235] -2014-12-15 14:55:59 sendUrl INFO 7 [236] -2014-12-15 14:55:59 queue INFO 3 [512] -2014-12-15 14:56:00 queue INFO >3 [513] -2014-12-15 14:56:00 sendUrl INFO 3 [237] -2014-12-15 14:56:00 sendUrl INFO 3 [238] -2014-12-15 14:56:01 sendUrl INFO 7 [239] -2014-12-15 14:56:01 queue INFO 7 [514] -2014-12-15 14:56:01 queue INFO >7 [515] -2014-12-15 14:56:01 sendUrl INFO 7 [240] -2014-12-15 14:56:02 sendUrl INFO 3 [241] -2014-12-15 14:56:02 queue INFO 3 [516] -2014-12-15 14:56:02 queue INFO >3 [517] -2014-12-15 14:56:02 sendUrl INFO 3 [242] -2014-12-15 14:56:03 sendUrl INFO 7 [243] -2014-12-15 14:56:03 queue INFO 7 [518] -2014-12-15 14:56:03 sendUrl INFO 7 [244] -2014-12-15 14:56:04 queue INFO >7 [519] -2014-12-15 14:56:04 sendUrl INFO 3 [245] -2014-12-15 14:56:04 queue INFO 3 [520] -2014-12-15 14:56:04 queue INFO >3 [521] -2014-12-15 14:56:04 sendUrl INFO 3 [246] -2014-12-15 14:56:05 queue INFO 7 [522] -2014-12-15 14:56:05 sendUrl INFO 7 [247] -2014-12-15 14:56:05 queue INFO >7 [523] -2014-12-15 14:56:05 sendUrl INFO 7 [248] -2014-12-15 14:56:06 sendUrl INFO 3 [249] -2014-12-15 14:56:06 queue INFO 3 [524] -2014-12-15 14:56:06 queue INFO >3 [525] -2014-12-15 14:56:06 sendUrl INFO 3 [250] -2014-12-15 14:56:07 sendUrl INFO 7 [251] -2014-12-15 14:56:07 sendUrl INFO 7 [252] -2014-12-15 14:56:08 queue INFO 7 [526] -2014-12-15 14:56:08 queue INFO >7 [527] -2014-12-15 14:56:08 sendUrl INFO 3 [253] -2014-12-15 14:56:08 sendUrl INFO 3 [254] -2014-12-15 14:56:09 queue INFO 3 [528] -2014-12-15 14:56:09 queue INFO >3 [529] -2014-12-15 14:56:09 sendUrl INFO 7 [255] -2014-12-15 14:56:09 sendUrl INFO 7 [256] -2014-12-15 14:56:10 sendUrl INFO 3 [257] -2014-12-15 14:56:10 queue INFO 7 [530] -2014-12-15 14:56:10 queue INFO >7 [531] -2014-12-15 14:56:10 sendUrl INFO 3 [258] -2014-12-15 14:56:11 sendUrl INFO 7 [259] -2014-12-15 14:56:11 queue INFO 3 [532] -2014-12-15 14:56:11 queue INFO >3 [533] -2014-12-15 14:56:11 sendUrl INFO 7 [260] -2014-12-15 14:56:12 sendUrl INFO 3 [261] -2014-12-15 14:56:13 sendUrl INFO 3 [262] -2014-12-15 14:56:13 queue INFO 7 [534] -2014-12-15 14:56:13 queue INFO >7 [535] -2014-12-15 14:56:13 sendUrl INFO 7 [263] -2014-12-15 14:56:14 sendUrl INFO 7 [264] -2014-12-15 14:56:14 queue INFO 3 [536] -2014-12-15 14:56:14 queue INFO >3 [537] -2014-12-15 14:56:14 sendUrl INFO 3 [265] -2014-12-15 14:56:15 sendUrl INFO 3 [266] -2014-12-15 14:56:15 queue INFO 7 [538] -2014-12-15 14:56:15 queue INFO >7 [539] -2014-12-15 14:56:15 sendUrl INFO 7 [267] -2014-12-15 14:56:16 sendUrl INFO 7 [268] -2014-12-15 14:56:16 queue INFO 3 [540] -2014-12-15 14:56:16 queue INFO >3 [541] -2014-12-15 14:56:16 sendUrl INFO 3 [269] -2014-12-15 14:56:17 sendUrl INFO 3 [270] -2014-12-15 14:56:17 queue INFO 7 [542] -2014-12-15 14:56:17 sendUrl INFO 7 [271] -2014-12-15 14:56:17 queue INFO >7 [543] -2014-12-15 14:56:18 sendUrl INFO 7 [272] -2014-12-15 14:56:18 sendUrl INFO 3 [273] -2014-12-15 14:56:18 queue INFO 3 [544] -2014-12-15 14:56:19 sendUrl INFO 3 [274] -2014-12-15 14:56:19 queue INFO >3 [545] -2014-12-15 14:56:19 sendUrl INFO 7 [275] -2014-12-15 14:56:20 sendUrl INFO 7 [276] -2014-12-15 14:56:20 queue INFO 7 [546] -2014-12-15 14:56:20 sendUrl INFO 3 [277] -2014-12-15 14:56:20 queue INFO >7 [547] -2014-12-15 14:56:21 sendUrl INFO 3 [278] -2014-12-15 14:56:21 sendUrl INFO 7 [279] -2014-12-15 14:56:21 queue INFO 3 [548] -2014-12-15 14:56:21 queue INFO >3 [549] -2014-12-15 14:56:22 sendUrl INFO 7 [280] -2014-12-15 14:56:22 sendUrl INFO 3 [281] -2014-12-15 14:56:23 sendUrl INFO 3 [282] -2014-12-15 14:56:23 queue INFO 7 [550] -2014-12-15 14:56:23 queue INFO >7 [551] -2014-12-15 14:56:23 sendUrl INFO 7 [283] -2014-12-15 14:56:24 sendUrl INFO 7 [284] -2014-12-15 14:56:24 queue INFO 3 [552] -2014-12-15 14:56:24 queue INFO >3 [553] -2014-12-15 14:56:24 sendUrl INFO 3 [285] -2014-12-15 14:56:25 sendUrl INFO 3 [286] -2014-12-15 14:56:25 sendUrl INFO 7 [287] -2014-12-15 14:56:25 queue INFO 7 [554] -2014-12-15 14:56:26 queue INFO >7 [555] -2014-12-15 14:56:26 sendUrl INFO 7 [288] -2014-12-15 14:56:26 sendUrl INFO 3 [289] -2014-12-15 14:56:26 queue INFO 3 [556] -2014-12-15 14:56:27 queue INFO >3 [557] -2014-12-15 14:56:27 sendUrl INFO 3 [290] -2014-12-15 14:56:27 sendUrl INFO 7 [291] -2014-12-15 14:56:28 sendUrl INFO 7 [292] -2014-12-15 14:56:28 queue INFO 7 [558] -2014-12-15 14:56:28 queue INFO >7 [559] -2014-12-15 14:56:28 sendUrl INFO 3 [293] -2014-12-15 14:56:29 sendUrl INFO 3 [294] -2014-12-15 14:56:29 queue INFO 3 [560] -2014-12-15 14:56:29 queue INFO >3 [561] -2014-12-15 14:56:29 sendUrl INFO 7 [295] -2014-12-15 14:56:30 sendUrl INFO 7 [296] -2014-12-15 14:56:30 queue INFO 7 [562] -2014-12-15 14:56:30 sendUrl INFO 3 [297] -2014-12-15 14:56:30 queue INFO >7 [563] -2014-12-15 14:56:31 sendUrl INFO 3 [298] -2014-12-15 14:56:31 queue INFO 3 [564] -2014-12-15 14:56:31 sendUrl INFO 7 [299] -2014-12-15 14:56:31 queue INFO >3 [565] -2014-12-15 14:56:32 sendUrl INFO 7 [300] -2014-12-15 14:56:32 queue INFO 7 [566] -2014-12-15 14:56:32 sendUrl INFO 3 [301] -2014-12-15 14:56:32 queue INFO >7 [567] -2014-12-15 14:56:33 sendUrl INFO 3 [302] -2014-12-15 14:56:33 queue INFO 3 [568] -2014-12-15 14:56:33 queue INFO >3 [569] -2014-12-15 14:56:33 sendUrl INFO 7 [303] -2014-12-15 14:56:33 queue INFO 7 [570] -2014-12-15 14:56:34 queue INFO >7 [571] -2014-12-15 14:56:34 sendUrl INFO 7 [304] -2014-12-15 14:56:34 queue INFO 3 [572] -2014-12-15 14:56:34 queue INFO >3 [573] -2014-12-15 14:56:34 sendUrl INFO 3 [305] -2014-12-15 14:56:35 sendUrl INFO 3 [306] -2014-12-15 14:56:35 queue INFO 7 [574] -2014-12-15 14:56:35 sendUrl INFO 7 [307] -2014-12-15 14:56:35 queue INFO >7 [575] -2014-12-15 14:56:36 sendUrl INFO 7 [308] -2014-12-15 14:56:36 queue INFO 3 [576] -2014-12-15 14:56:36 queue INFO >3 [577] -2014-12-15 14:56:36 sendUrl INFO 3 [309] -2014-12-15 14:56:36 queue INFO 7 [578] -2014-12-15 14:56:37 queue INFO >7 [579] -2014-12-15 14:56:37 sendUrl INFO 3 [310] -2014-12-15 14:56:37 sendUrl INFO 7 [311] -2014-12-15 14:56:38 queue INFO 3 [580] -2014-12-15 14:56:38 sendUrl INFO 7 [312] -2014-12-15 14:56:38 queue INFO >3 [581] -2014-12-15 14:56:38 sendUrl INFO 3 [313] -2014-12-15 14:56:39 sendUrl INFO 3 [314] -2014-12-15 14:56:39 queue INFO 7 [582] -2014-12-15 14:56:39 queue INFO >7 [583] -2014-12-15 14:56:39 sendUrl INFO 7 [315] -2014-12-15 14:56:40 sendUrl INFO 7 [316] -2014-12-15 14:56:40 queue INFO 3 [584] -2014-12-15 14:56:40 sendUrl INFO 3 [317] -2014-12-15 14:56:40 queue INFO >3 [585] -2014-12-15 14:56:41 sendUrl INFO 3 [318] -2014-12-15 14:56:41 sendUrl INFO 7 [319] -2014-12-15 14:56:42 queue INFO 7 [586] -2014-12-15 14:56:42 sendUrl INFO 7 [320] -2014-12-15 14:56:42 queue INFO >7 [587] -2014-12-15 14:56:42 sendUrl INFO 3 [321] -2014-12-15 14:56:43 queue INFO 3 [588] -2014-12-15 14:56:43 sendUrl INFO 3 [322] -2014-12-15 14:56:43 queue INFO >3 [589] -2014-12-15 14:56:43 sendUrl INFO 7 [323] -2014-12-15 14:56:44 sendUrl INFO 7 [324] -2014-12-15 14:56:44 sendUrl INFO 3 [325] -2014-12-15 14:56:44 queue INFO 7 [590] -2014-12-15 14:56:45 queue INFO >7 [591] -2014-12-15 14:56:45 sendUrl INFO 3 [326] -2014-12-15 14:56:45 sendUrl INFO 7 [327] -2014-12-15 14:56:45 queue INFO 3 [592] -2014-12-15 14:56:46 queue INFO >3 [593] -2014-12-15 14:56:46 sendUrl INFO 7 [328] -2014-12-15 14:56:46 sendUrl INFO 3 [329] -2014-12-15 14:56:47 queue INFO 7 [594] -2014-12-15 14:56:47 sendUrl INFO 3 [330] -2014-12-15 14:56:47 queue INFO >7 [595] -2014-12-15 14:56:47 sendUrl INFO 7 [331] -2014-12-15 14:56:48 sendUrl INFO 7 [332] -2014-12-15 14:56:48 queue INFO 3 [596] -2014-12-15 14:56:48 queue INFO >3 [597] -2014-12-15 14:56:48 sendUrl INFO 3 [333] -2014-12-15 14:56:49 sendUrl INFO 3 [334] -2014-12-15 14:56:49 sendUrl INFO 7 [335] -2014-12-15 14:56:50 queue INFO 7 [598] -2014-12-15 14:56:50 queue INFO >7 [599] -2014-12-15 14:56:50 sendUrl INFO 7 [336] -2014-12-15 14:56:50 sendUrl INFO 3 [337] -2014-12-15 14:56:51 queue INFO 3 [600] -2014-12-15 14:56:51 sendUrl INFO 3 [338] -2014-12-15 14:56:51 queue INFO >3 [601] -2014-12-15 14:56:51 sendUrl INFO 7 [339] -2014-12-15 14:56:52 sendUrl INFO 7 [340] -2014-12-15 14:56:52 queue INFO 7 [602] -2014-12-15 14:56:52 queue INFO >7 [603] -2014-12-15 14:56:52 sendUrl INFO 3 [341] -2014-12-15 14:56:53 sendUrl INFO 3 [342] -2014-12-15 14:56:53 queue INFO 3 [604] -2014-12-15 14:56:53 sendUrl INFO 7 [343] -2014-12-15 14:56:54 queue INFO >3 [605] -2014-12-15 14:56:54 sendUrl INFO 7 [344] -2014-12-15 14:56:55 sendUrl INFO 3 [345] -2014-12-15 14:56:55 queue INFO 7 [606] -2014-12-15 14:56:55 sendUrl INFO 3 [346] -2014-12-15 14:56:55 queue INFO >7 [607] -2014-12-15 14:56:56 sendUrl INFO 7 [347] -2014-12-15 14:56:56 queue INFO 3 [608] -2014-12-15 14:56:56 sendUrl INFO 7 [348] -2014-12-15 14:56:56 queue INFO >3 [609] -2014-12-15 14:56:57 sendUrl INFO 3 [349] -2014-12-15 14:56:57 sendUrl INFO 3 [350] -2014-12-15 14:56:58 sendUrl INFO 7 [351] -2014-12-15 14:56:58 queue INFO 7 [610] -2014-12-15 14:56:58 queue INFO >7 [611] -2014-12-15 14:56:58 sendUrl INFO 7 [352] -2014-12-15 14:56:59 sendUrl INFO 3 [353] -2014-12-15 14:56:59 queue INFO 3 [612] -2014-12-15 14:56:59 queue INFO >3 [613] -2014-12-15 14:56:59 sendUrl INFO 3 [354] -2014-12-15 14:57:00 sendUrl INFO 7 [355] -2014-12-15 14:57:00 queue INFO 7 [614] -2014-12-15 14:57:00 queue INFO >7 [615] -2014-12-15 14:57:00 sendUrl INFO 7 [356] -2014-12-15 14:57:01 sendUrl INFO 3 [357] -2014-12-15 14:57:01 queue INFO 3 [616] -2014-12-15 14:57:01 sendUrl INFO 3 [358] -2014-12-15 14:57:01 queue INFO >3 [617] -2014-12-15 14:57:02 sendUrl INFO 7 [359] -2014-12-15 14:57:02 sendUrl INFO 7 [360] -2014-12-15 14:57:02 queue INFO 7 [618] -2014-12-15 14:57:02 queue INFO >7 [619] -2014-12-15 14:57:03 sendUrl INFO 3 [361] -2014-12-15 14:57:03 sendUrl INFO 3 [362] -2014-12-15 14:57:03 queue INFO 3 [620] -2014-12-15 14:57:04 sendUrl INFO 7 [363] -2014-12-15 14:57:04 queue INFO >3 [621] -2014-12-15 14:57:04 sendUrl INFO 7 [364] -2014-12-15 14:57:04 queue INFO 7 [622] -2014-12-15 14:57:04 queue INFO >7 [623] -2014-12-15 14:57:05 sendUrl INFO 3 [365] -2014-12-15 14:57:05 queue INFO 3 [624] -2014-12-15 14:57:05 sendUrl INFO 3 [366] -2014-12-15 14:57:05 queue INFO >3 [625] -2014-12-15 14:57:06 sendUrl INFO 7 [367] -2014-12-15 14:57:06 queue INFO 7 [626] -2014-12-15 14:57:06 sendUrl INFO 7 [368] -2014-12-15 14:57:06 queue INFO >7 [627] -2014-12-15 14:57:06 queue INFO 3 [628] -2014-12-15 14:57:07 sendUrl INFO 3 [369] -2014-12-15 14:57:07 queue INFO >3 [629] -2014-12-15 14:57:07 sendUrl INFO 3 [370] -2014-12-15 14:57:07 queue INFO 7 [630] -2014-12-15 14:57:07 queue INFO >7 [631] -2014-12-15 14:57:08 sendUrl INFO 7 [371] -2014-12-15 14:57:08 queue INFO 3 [632] -2014-12-15 14:57:08 sendUrl INFO 7 [372] -2014-12-15 14:57:08 queue INFO >3 [633] -2014-12-15 14:57:09 sendUrl INFO 3 [373] -2014-12-15 14:57:09 sendUrl INFO 3 [374] -2014-12-15 14:57:09 queue INFO 7 [634] -2014-12-15 14:57:10 queue INFO >7 [635] -2014-12-15 14:57:10 sendUrl INFO 7 [375] -2014-12-15 14:57:10 sendUrl INFO 7 [376] -2014-12-15 14:57:11 queue INFO 3 [636] -2014-12-15 14:57:11 sendUrl INFO 3 [377] -2014-12-15 14:57:11 queue INFO >3 [637] -2014-12-15 14:57:11 sendUrl INFO 3 [378] -2014-12-15 14:57:12 sendUrl INFO 7 [379] -2014-12-15 14:57:12 sendUrl INFO 7 [380] -2014-12-15 14:57:12 queue INFO 7 [638] -2014-12-15 14:57:13 queue INFO >7 [639] -2014-12-15 14:57:13 sendUrl INFO 3 [381] -2014-12-15 14:57:13 sendUrl INFO 3 [382] -2014-12-15 14:57:14 queue INFO 3 [640] -2014-12-15 14:57:14 sendUrl INFO 7 [383] -2014-12-15 14:57:14 queue INFO >3 [641] -2014-12-15 14:57:14 sendUrl INFO 7 [384] -2014-12-15 14:57:15 sendUrl INFO 3 [385] -2014-12-15 14:57:15 sendUrl INFO 3 [386] -2014-12-15 14:57:15 queue INFO 7 [642] -2014-12-15 14:57:16 queue INFO >7 [643] -2014-12-15 14:57:16 sendUrl INFO 7 [387] -2014-12-15 14:57:16 sendUrl INFO 7 [388] -2014-12-15 14:57:17 queue INFO 3 [644] -2014-12-15 14:57:17 queue INFO >3 [645] -2014-12-15 14:57:17 sendUrl INFO 3 [389] -2014-12-15 14:57:17 sendUrl INFO 3 [390] -2014-12-15 14:57:18 sendUrl INFO 7 [391] -2014-12-15 14:57:18 queue INFO 7 [646] -2014-12-15 14:57:18 sendUrl INFO 7 [392] -2014-12-15 14:57:18 queue INFO >7 [647] -2014-12-15 14:57:19 sendUrl INFO 3 [393] -2014-12-15 14:57:19 sendUrl INFO 3 [394] -2014-12-15 14:57:20 queue INFO 3 [648] -2014-12-15 14:57:20 queue INFO >3 [649] -2014-12-15 14:57:20 sendUrl INFO 7 [395] -2014-12-15 14:57:20 sendUrl INFO 7 [396] -2014-12-15 14:57:21 sendUrl INFO 3 [397] -2014-12-15 14:57:21 queue INFO 7 [650] -2014-12-15 14:57:21 sendUrl INFO 3 [398] -2014-12-15 14:57:21 queue INFO >7 [651] -2014-12-15 14:57:22 sendUrl INFO 7 [399] -2014-12-15 14:57:22 sendUrl INFO 7 [400] -2014-12-15 14:57:22 queue INFO 3 [652] -2014-12-15 14:57:23 queue INFO >3 [653] -2014-12-15 14:57:23 sendUrl INFO 3 [401] -2014-12-15 14:57:23 sendUrl INFO 3 [402] -2014-12-15 14:57:24 sendUrl INFO 7 [403] -2014-12-15 14:57:24 queue INFO 7 [654] -2014-12-15 14:57:24 queue INFO >7 [655] -2014-12-15 14:57:24 sendUrl INFO 7 [404] -2014-12-15 14:57:25 queue INFO 3 [656] -2014-12-15 14:57:25 queue INFO >3 [657] -2014-12-15 14:57:25 sendUrl INFO 3 [405] -2014-12-15 14:57:25 sendUrl INFO 3 [406] -2014-12-15 14:57:26 sendUrl INFO 7 [407] -2014-12-15 14:57:26 sendUrl INFO 7 [408] -2014-12-15 14:57:27 queue INFO 7 [658] -2014-12-15 14:57:27 queue INFO >7 [659] -2014-12-15 14:57:27 sendUrl INFO 3 [409] -2014-12-15 14:57:27 sendUrl INFO 3 [410] -2014-12-15 14:57:28 sendUrl INFO 7 [411] -2014-12-15 14:57:28 queue INFO 3 [660] -2014-12-15 14:57:28 queue INFO >3 [661] -2014-12-15 14:57:28 sendUrl INFO 7 [412] -2014-12-15 14:57:29 sendUrl INFO 3 [413] -2014-12-15 14:57:29 sendUrl INFO 3 [414] -2014-12-15 14:57:30 queue INFO 7 [662] -2014-12-15 14:57:30 queue INFO >7 [663] -2014-12-15 14:57:30 sendUrl INFO 7 [415] -2014-12-15 14:57:30 sendUrl INFO 7 [416] -2014-12-15 14:57:31 queue INFO 3 [664] -2014-12-15 14:57:31 sendUrl INFO 3 [417] -2014-12-15 14:57:31 queue INFO >3 [665] -2014-12-15 14:57:31 sendUrl INFO 3 [418] -2014-12-15 14:57:31 queue INFO 7 [666] -2014-12-15 14:57:32 queue INFO >7 [667] -2014-12-15 14:57:32 sendUrl INFO 7 [419] -2014-12-15 14:57:32 sendUrl INFO 7 [420] -2014-12-15 14:57:33 queue INFO 3 [668] -2014-12-15 14:57:33 queue INFO >3 [669] -2014-12-15 14:57:33 sendUrl INFO 3 [421] -2014-12-15 14:57:33 queue INFO 7 [670] -2014-12-15 14:57:33 sendUrl INFO 3 [422] -2014-12-15 14:57:33 queue INFO >7 [671] -2014-12-15 14:57:34 sendUrl INFO 7 [423] -2014-12-15 14:57:34 sendUrl INFO 7 [424] -2014-12-15 14:57:35 queue INFO 3 [672] -2014-12-15 14:57:35 sendUrl INFO 3 [425] -2014-12-15 14:57:35 queue INFO >3 [673] -2014-12-15 14:57:35 sendUrl INFO 3 [426] -2014-12-15 14:57:36 sendUrl INFO 7 [427] -2014-12-15 14:57:36 sendUrl INFO 7 [428] -2014-12-15 14:57:37 queue INFO 7 [674] -2014-12-15 14:57:37 queue INFO >7 [675] -2014-12-15 14:57:37 sendUrl INFO 3 [429] -2014-12-15 14:57:38 sendUrl INFO 3 [430] -2014-12-15 14:57:38 sendUrl INFO 7 [431] -2014-12-15 14:57:38 queue INFO 3 [676] -2014-12-15 14:57:38 queue INFO >3 [677] -2014-12-15 14:57:39 sendUrl INFO 7 [432] -2014-12-15 14:57:39 sendUrl INFO 3 [433] -2014-12-15 14:57:40 queue INFO 7 [678] -2014-12-15 14:57:40 sendUrl INFO 3 [434] -2014-12-15 14:57:40 queue INFO >7 [679] -2014-12-15 14:57:40 sendUrl INFO 7 [435] -2014-12-15 14:57:41 sendUrl INFO 7 [436] -2014-12-15 14:57:41 queue INFO 3 [680] -2014-12-15 14:57:41 queue INFO >3 [681] -2014-12-15 14:57:41 sendUrl INFO 3 [437] -2014-12-15 14:57:42 sendUrl INFO 3 [438] -2014-12-15 14:57:42 sendUrl INFO 7 [439] -2014-12-15 14:57:43 queue INFO 7 [682] -2014-12-15 14:57:43 sendUrl INFO 7 [440] -2014-12-15 14:57:43 queue INFO >7 [683] -2014-12-15 14:57:43 sendUrl INFO 3 [441] -2014-12-15 14:57:44 sendUrl INFO 3 [442] -2014-12-15 14:57:44 queue INFO 3 [684] -2014-12-15 14:57:44 sendUrl INFO 7 [443] -2014-12-15 14:57:44 queue INFO >3 [685] -2014-12-15 14:57:45 sendUrl INFO 7 [444] -2014-12-15 14:57:45 sendUrl INFO 3 [445] -2014-12-15 14:57:46 sendUrl INFO 3 [446] -2014-12-15 14:57:46 queue INFO 7 [686] -2014-12-15 14:57:46 queue INFO >7 [687] -2014-12-15 14:57:46 sendUrl INFO 7 [447] -2014-12-15 14:57:47 sendUrl INFO 7 [448] -2014-12-15 14:57:47 sendUrl INFO 3 [449] -2014-12-15 14:57:47 queue INFO 3 [688] -2014-12-15 14:57:47 queue INFO >3 [689] -2014-12-15 14:57:48 sendUrl INFO 3 [450] -2014-12-15 14:57:48 sendUrl INFO 7 [451] -2014-12-15 14:57:49 sendUrl INFO 7 [452] -2014-12-15 14:57:49 queue INFO 7 [690] -2014-12-15 14:57:49 queue INFO >7 [691] -2014-12-15 14:57:49 sendUrl INFO 3 [453] -2014-12-15 14:57:50 sendUrl INFO 3 [454] -2014-12-15 14:57:50 sendUrl INFO 7 [455] -2014-12-15 14:57:50 queue INFO 3 [692] -2014-12-15 14:57:50 queue INFO >3 [693] -2014-12-15 14:57:51 sendUrl INFO 7 [456] -2014-12-15 14:57:51 sendUrl INFO 3 [457] -2014-12-15 14:57:52 sendUrl INFO 3 [458] -2014-12-15 14:57:52 queue INFO 7 [694] -2014-12-15 14:57:52 sendUrl INFO 7 [459] -2014-12-15 14:57:52 queue INFO >7 [695] -2014-12-15 14:57:53 sendUrl INFO 7 [460] -2014-12-15 14:57:53 sendUrl INFO 3 [461] -2014-12-15 14:57:53 queue INFO 3 [696] -2014-12-15 14:57:53 queue INFO >3 [697] -2014-12-15 14:57:54 sendUrl INFO 3 [462] -2014-12-15 14:57:54 sendUrl INFO 7 [463] -2014-12-15 14:57:55 sendUrl INFO 7 [464] -2014-12-15 14:57:55 queue INFO 7 [698] -2014-12-15 14:57:55 sendUrl INFO 3 [465] -2014-12-15 14:57:55 queue INFO >7 [699] -2014-12-15 14:57:56 sendUrl INFO 7 [466] -2014-12-15 14:57:56 queue INFO 3 [700] -2014-12-15 14:57:56 sendUrl INFO 7 [467] -2014-12-15 14:57:56 queue INFO >3 [701] -2014-12-15 14:57:57 sendUrl INFO 3 [468] -2014-12-15 14:57:57 sendUrl INFO 3 [469] -2014-12-15 14:57:58 queue INFO 7 [702] -2014-12-15 14:57:58 sendUrl INFO 7 [470] -2014-12-15 14:57:58 queue INFO >7 [703] -2014-12-15 14:57:58 sendUrl INFO 7 [471] -2014-12-15 14:57:59 sendUrl INFO 3 [472] -2014-12-15 14:57:59 queue INFO 3 [704] -2014-12-15 14:57:59 queue INFO >3 [705] -2014-12-15 14:57:59 sendUrl INFO 3 [473] -2014-12-15 14:58:00 sendUrl INFO 7 [474] -2014-12-15 14:58:00 sendUrl INFO 7 [475] -2014-12-15 14:58:01 queue INFO 7 [706] -2014-12-15 14:58:01 sendUrl INFO 3 [476] -2014-12-15 14:58:01 queue INFO >7 [707] -2014-12-15 14:58:01 sendUrl INFO 3 [477] -2014-12-15 14:58:02 sendUrl INFO 7 [478] -2014-12-15 14:58:02 queue INFO 3 [708] -2014-12-15 14:58:02 queue INFO >3 [709] -2014-12-15 14:58:02 sendUrl INFO 7 [479] -2014-12-15 14:58:03 sendUrl INFO 3 [480] -2014-12-15 14:58:03 queue INFO 7 [710] -2014-12-15 14:58:03 sendUrl INFO 3 [481] -2014-12-15 14:58:03 queue INFO >7 [711] -2014-12-15 14:58:04 sendUrl INFO 7 [482] -2014-12-15 14:58:04 sendUrl INFO 7 [483] -2014-12-15 14:58:05 queue INFO 3 [712] -2014-12-15 14:58:05 sendUrl INFO 3 [484] -2014-12-15 14:58:05 queue INFO >3 [713] -2014-12-15 14:58:05 sendUrl INFO 3 [485] -2014-12-15 14:58:06 sendUrl INFO 7 [486] -2014-12-15 14:58:06 queue INFO 7 [714] -2014-12-15 14:58:06 queue INFO >7 [715] -2014-12-15 14:58:06 sendUrl INFO 7 [487] -2014-12-15 14:58:07 sendUrl INFO 3 [488] -2014-12-15 14:58:07 queue INFO 3 [716] -2014-12-15 14:58:07 queue INFO >3 [717] -2014-12-15 14:58:07 sendUrl INFO 3 [489] -2014-12-15 14:58:08 sendUrl INFO 7 [490] -2014-12-15 14:58:08 sendUrl INFO 7 [491] -2014-12-15 14:58:09 queue INFO 7 [718] -2014-12-15 14:58:09 sendUrl INFO 3 [492] -2014-12-15 14:58:09 queue INFO >7 [719] -2014-12-15 14:58:09 sendUrl INFO 3 [493] -2014-12-15 14:58:10 sendUrl INFO 7 [494] -2014-12-15 14:58:10 queue INFO 3 [720] -2014-12-15 14:58:10 queue INFO >3 [721] -2014-12-15 14:58:10 sendUrl INFO 7 [495] -2014-12-15 14:58:11 sendUrl INFO 3 [496] -2014-12-15 14:58:11 queue INFO 7 [722] -2014-12-15 14:58:11 queue INFO >7 [723] -2014-12-15 14:58:11 sendUrl INFO 3 [497] -2014-12-15 14:58:12 sendUrl INFO 7 [498] -2014-12-15 14:58:12 queue INFO 3 [724] -2014-12-15 14:58:12 sendUrl INFO 7 [499] -2014-12-15 14:58:13 queue INFO >3 [725] -2014-12-15 14:58:13 sendUrl INFO 3 [500] -2014-12-15 14:58:13 sendUrl INFO 3 [501] -2014-12-15 14:58:14 queue INFO 7 [726] -2014-12-15 14:58:14 sendUrl INFO 7 [502] -2014-12-15 14:58:14 queue INFO >7 [727] -2014-12-15 14:58:14 sendUrl INFO 7 [503] -2014-12-15 14:58:15 sendUrl INFO 3 [504] -2014-12-15 14:58:15 queue INFO 3 [728] -2014-12-15 14:58:15 queue INFO >3 [729] -2014-12-15 14:58:15 sendUrl INFO 3 [505] -2014-12-15 14:58:16 sendUrl INFO 7 [506] -2014-12-15 14:58:16 sendUrl INFO 3 [507] -2014-12-15 14:58:17 queue INFO 7 [730] -2014-12-15 14:58:17 queue INFO >7 [731] -2014-12-15 14:58:17 sendUrl INFO 3 [508] -2014-12-15 14:58:17 sendUrl INFO 7 [509] -2014-12-15 14:58:18 queue INFO 3 [732] -2014-12-15 14:58:18 sendUrl INFO 7 [510] -2014-12-15 14:58:18 queue INFO >3 [733] -2014-12-15 14:58:18 sendUrl INFO 3 [511] -2014-12-15 14:58:19 sendUrl INFO 3 [512] -2014-12-15 14:58:19 queue INFO 7 [734] -2014-12-15 14:58:19 sendUrl INFO 7 [513] -2014-12-15 14:58:20 queue INFO >7 [735] -2014-12-15 14:58:20 sendUrl INFO 7 [514] -2014-12-15 14:58:20 queue INFO 3 [736] -2014-12-15 14:58:20 sendUrl INFO 3 [515] -2014-12-15 14:58:21 queue INFO >3 [737] -2014-12-15 14:58:21 sendUrl INFO 3 [516] -2014-12-15 14:58:22 sendUrl INFO 7 [517] -2014-12-15 14:58:22 sendUrl INFO 7 [518] -2014-12-15 14:58:22 queue INFO 7 [738] -2014-12-15 14:58:22 queue INFO >7 [739] -2014-12-15 14:58:23 sendUrl INFO 3 [519] -2014-12-15 14:58:23 sendUrl INFO 3 [520] -2014-12-15 14:58:23 queue INFO 3 [740] -2014-12-15 14:58:23 queue INFO >3 [741] -2014-12-15 14:58:24 sendUrl INFO 7 [521] -2014-12-15 14:58:24 sendUrl INFO 7 [522] -2014-12-15 14:58:25 sendUrl INFO 3 [523] -2014-12-15 14:58:25 sendUrl INFO 3 [524] -2014-12-15 14:58:25 queue INFO 7 [742] -2014-12-15 14:58:25 queue INFO >7 [743] -2014-12-15 14:58:25 queue INFO 3 [744] -2014-12-15 14:58:26 sendUrl INFO 7 [525] -2014-12-15 14:58:26 queue INFO >3 [745] -2014-12-15 14:58:26 sendUrl INFO 7 [526] -2014-12-15 14:58:27 sendUrl INFO 3 [527] -2014-12-15 14:58:27 queue INFO 7 [746] -2014-12-15 14:58:27 queue INFO >7 [747] -2014-12-15 14:58:27 sendUrl INFO 3 [528] -2014-12-15 14:58:28 sendUrl INFO 7 [529] -2014-12-15 14:58:28 queue INFO 3 [748] -2014-12-15 14:58:28 queue INFO >3 [749] -2014-12-15 14:58:28 sendUrl INFO 7 [530] -2014-12-15 14:58:29 sendUrl INFO 3 [531] -2014-12-15 14:58:29 queue INFO 7 [750] -2014-12-15 14:58:29 sendUrl INFO 3 [532] -2014-12-15 14:58:29 queue INFO >7 [751] -2014-12-15 14:58:30 sendUrl INFO 7 [533] -2014-12-15 14:58:30 queue INFO 3 [752] -2014-12-15 14:58:30 sendUrl INFO 7 [534] -2014-12-15 14:58:30 queue INFO >3 [753] -2014-12-15 14:58:31 sendUrl INFO 3 [535] -2014-12-15 14:58:31 sendUrl INFO 3 [536] -2014-12-15 14:58:32 sendUrl INFO 7 [537] -2014-12-15 14:58:32 queue INFO 7 [754] -2014-12-15 14:58:32 queue INFO >7 [755] -2014-12-15 14:58:32 sendUrl INFO 7 [538] -2014-12-15 14:58:33 sendUrl INFO 3 [539] -2014-12-15 14:58:33 queue INFO 3 [756] -2014-12-15 14:58:33 queue INFO >3 [757] -2014-12-15 14:58:33 sendUrl INFO 3 [540] -2014-12-15 14:58:34 sendUrl INFO 7 [541] -2014-12-15 14:58:34 queue INFO 7 [758] -2014-12-15 14:58:34 sendUrl INFO 7 [542] -2014-12-15 14:58:34 queue INFO >7 [759] -2014-12-15 14:58:35 sendUrl INFO 3 [543] -2014-12-15 14:58:35 sendUrl INFO 3 [544] -2014-12-15 14:58:36 queue INFO 3 [760] -2014-12-15 14:58:36 sendUrl INFO 7 [545] -2014-12-15 14:58:36 queue INFO >3 [761] -2014-12-15 14:58:36 sendUrl INFO 7 [546] -2014-12-15 14:58:37 sendUrl INFO 3 [547] -2014-12-15 14:58:37 queue INFO 7 [762] -2014-12-15 14:58:37 queue INFO >7 [763] -2014-12-15 14:58:37 sendUrl INFO 3 [548] -2014-12-15 14:58:38 sendUrl INFO 7 [549] -2014-12-15 14:58:38 queue INFO 3 [764] -2014-12-15 14:58:38 queue INFO >3 [765] -2014-12-15 14:58:38 sendUrl INFO 7 [550] -2014-12-15 14:58:39 sendUrl INFO 3 [551] -2014-12-15 14:58:39 queue INFO 7 [766] -2014-12-15 14:58:39 sendUrl INFO 3 [552] -2014-12-15 14:58:39 queue INFO >7 [767] -2014-12-15 14:58:40 sendUrl INFO 7 [553] -2014-12-15 14:58:40 sendUrl INFO 7 [554] -2014-12-15 14:58:40 queue INFO 3 [768] -2014-12-15 14:58:41 queue INFO >3 [769] -2014-12-15 14:58:41 sendUrl INFO 3 [555] -2014-12-15 14:58:41 sendUrl INFO 3 [556] -2014-12-15 14:58:42 sendUrl INFO 7 [557] -2014-12-15 14:58:42 queue INFO 7 [770] -2014-12-15 14:58:42 queue INFO >7 [771] -2014-12-15 14:58:42 sendUrl INFO 7 [558] -2014-12-15 14:58:43 sendUrl INFO 3 [559] -2014-12-15 14:58:43 queue INFO 3 [772] -2014-12-15 14:58:43 queue INFO >3 [773] -2014-12-15 14:58:43 sendUrl INFO 3 [560] -2014-12-15 14:58:44 sendUrl INFO 7 [561] -2014-12-15 14:58:44 queue INFO 7 [774] -2014-12-15 14:58:44 queue INFO >7 [775] -2014-12-15 14:58:44 sendUrl INFO 7 [562] -2014-12-15 14:58:45 sendUrl INFO 3 [563] -2014-12-15 14:58:45 queue INFO 3 [776] -2014-12-15 14:58:45 queue INFO >3 [777] -2014-12-15 14:58:45 sendUrl INFO 3 [564] -2014-12-15 14:58:46 sendUrl INFO 7 [565] -2014-12-15 14:58:46 queue INFO 7 [778] -2014-12-15 14:58:46 sendUrl INFO 7 [566] -2014-12-15 14:58:46 queue INFO >7 [779] -2014-12-15 14:58:47 sendUrl INFO 3 [567] -2014-12-15 14:58:47 queue INFO 3 [780] -2014-12-15 14:58:47 queue INFO >3 [781] -2014-12-15 14:58:47 sendUrl INFO 3 [568] -2014-12-15 14:58:48 sendUrl INFO 7 [569] -2014-12-15 14:58:48 queue INFO 7 [782] -2014-12-15 14:58:48 sendUrl INFO 7 [570] -2014-12-15 14:58:48 queue INFO >7 [783] -2014-12-15 14:58:49 sendUrl INFO 3 [571] -2014-12-15 14:58:49 queue INFO 3 [784] -2014-12-15 14:58:49 sendUrl INFO 3 [572] -2014-12-15 14:58:49 queue INFO >3 [785] -2014-12-15 14:58:50 sendUrl INFO 7 [573] -2014-12-15 14:58:50 sendUrl INFO 7 [574] -2014-12-15 14:58:50 queue INFO 7 [786] -2014-12-15 14:58:51 queue INFO >7 [787] -2014-12-15 14:58:51 sendUrl INFO 3 [575] -2014-12-15 14:58:51 sendUrl INFO 3 [576] -2014-12-15 14:58:52 queue INFO 3 [788] -2014-12-15 14:58:52 sendUrl INFO 7 [577] -2014-12-15 14:58:52 queue INFO >3 [789] -2014-12-15 14:58:52 sendUrl INFO 7 [578] -2014-12-15 14:58:53 sendUrl INFO 3 [579] -2014-12-15 14:58:53 queue INFO 7 [790] -2014-12-15 14:58:53 queue INFO >7 [791] -2014-12-15 14:58:53 sendUrl INFO 3 [580] -2014-12-15 14:58:53 queue INFO 3 [792] -2014-12-15 14:58:54 queue INFO >3 [793] -2014-12-15 14:58:54 sendUrl INFO 7 [581] -2014-12-15 14:58:54 sendUrl INFO 7 [582] -2014-12-15 14:58:55 sendUrl INFO 3 [583] -2014-12-15 14:58:55 queue INFO 7 [794] -2014-12-15 14:58:55 queue INFO >7 [795] -2014-12-15 14:58:55 sendUrl INFO 3 [584] -2014-12-15 14:58:56 sendUrl INFO 7 [585] -2014-12-15 14:58:56 queue INFO 3 [796] -2014-12-15 14:58:56 queue INFO >3 [797] -2014-12-15 14:58:56 sendUrl INFO 7 [586] -2014-12-15 14:58:57 sendUrl INFO 3 [587] -2014-12-15 14:58:57 queue INFO 7 [798] -2014-12-15 14:58:57 sendUrl INFO 3 [588] -2014-12-15 14:58:58 queue INFO >7 [799] -2014-12-15 14:58:58 sendUrl INFO 7 [589] -2014-12-15 14:58:58 queue INFO 3 [800] -2014-12-15 14:58:58 sendUrl INFO 7 [590] -2014-12-15 14:58:59 queue INFO >3 [801] -2014-12-15 14:58:59 sendUrl INFO 3 [591] -2014-12-15 14:58:59 sendUrl INFO 3 [592] -2014-12-15 14:59:00 queue INFO 7 [802] -2014-12-15 14:59:00 sendUrl INFO 7 [593] -2014-12-15 14:59:00 queue INFO >7 [803] -2014-12-15 14:59:00 sendUrl INFO 7 [594] -2014-12-15 14:59:01 queue INFO 3 [804] -2014-12-15 14:59:01 queue INFO >3 [805] -2014-12-15 14:59:01 sendUrl INFO 3 [595] -2014-12-15 14:59:01 sendUrl INFO 3 [596] -2014-12-15 14:59:02 queue INFO 7 [806] -2014-12-15 14:59:02 sendUrl INFO 7 [597] -2014-12-15 14:59:02 queue INFO >7 [807] -2014-12-15 14:59:02 sendUrl INFO 7 [598] -2014-12-15 14:59:03 sendUrl INFO 3 [599] -2014-12-15 14:59:03 queue INFO 3 [808] -2014-12-15 14:59:03 queue INFO >3 [809] -2014-12-15 14:59:03 sendUrl INFO 3 [600] -2014-12-15 14:59:04 sendUrl INFO 7 [601] -2014-12-15 14:59:04 queue INFO 7 [810] -2014-12-15 14:59:04 queue INFO >7 [811] -2014-12-15 14:59:04 sendUrl INFO 7 [602] -2014-12-15 14:59:05 sendUrl INFO 3 [603] -2014-12-15 14:59:05 queue INFO 3 [812] -2014-12-15 14:59:05 queue INFO >3 [813] -2014-12-15 14:59:06 sendUrl INFO 3 [604] -2014-12-15 14:59:06 sendUrl INFO 7 [605] -2014-12-15 14:59:07 sendUrl INFO 7 [606] -2014-12-15 14:59:07 queue INFO 7 [814] -2014-12-15 14:59:07 queue INFO >7 [815] -2014-12-15 14:59:07 sendUrl INFO 3 [607] -2014-12-15 14:59:07 queue INFO 3 [816] -2014-12-15 14:59:07 queue INFO >3 [817] -2014-12-15 14:59:08 sendUrl INFO 3 [608] -2014-12-15 14:59:08 sendUrl INFO 7 [609] -2014-12-15 14:59:09 sendUrl INFO 7 [610] -2014-12-15 14:59:09 queue INFO 7 [818] -2014-12-15 14:59:09 queue INFO >7 [819] -2014-12-15 14:59:09 sendUrl INFO 3 [611] -2014-12-15 14:59:10 sendUrl INFO 3 [612] -2014-12-15 14:59:10 queue INFO 3 [820] -2014-12-15 14:59:10 queue INFO >3 [821] -2014-12-15 14:59:10 sendUrl INFO 7 [613] -2014-12-15 14:59:11 sendUrl INFO 7 [614] -2014-12-15 14:59:11 queue INFO 7 [822] -2014-12-15 14:59:11 sendUrl INFO 3 [615] -2014-12-15 14:59:11 queue INFO >7 [823] -2014-12-15 14:59:12 sendUrl INFO 3 [616] -2014-12-15 14:59:12 queue INFO 3 [824] -2014-12-15 14:59:12 sendUrl INFO 7 [617] -2014-12-15 14:59:12 queue INFO >3 [825] -2014-12-15 14:59:13 sendUrl INFO 7 [618] -2014-12-15 14:59:13 sendUrl INFO 3 [619] -2014-12-15 14:59:13 queue INFO 7 [826] -2014-12-15 14:59:13 queue INFO >7 [827] -2014-12-15 14:59:14 sendUrl INFO 3 [620] -2014-12-15 14:59:14 sendUrl INFO 7 [621] -2014-12-15 14:59:14 queue INFO 3 [828] -2014-12-15 14:59:15 sendUrl INFO 7 [622] -2014-12-15 14:59:15 queue INFO >3 [829] -2014-12-15 14:59:15 sendUrl INFO 3 [623] -2014-12-15 14:59:16 sendUrl INFO 3 [624] -2014-12-15 14:59:16 queue INFO 7 [830] -2014-12-15 14:59:16 sendUrl INFO 7 [625] -2014-12-15 14:59:16 queue INFO >7 [831] -2014-12-15 14:59:17 sendUrl INFO 7 [626] -2014-12-15 14:59:17 queue INFO 3 [832] -2014-12-15 14:59:17 sendUrl INFO 3 [627] -2014-12-15 14:59:17 queue INFO >3 [833] -2014-12-15 14:59:18 sendUrl INFO 3 [628] -2014-12-15 14:59:18 queue INFO 7 [834] -2014-12-15 14:59:18 queue INFO >7 [835] -2014-12-15 14:59:18 sendUrl INFO 7 [629] -2014-12-15 14:59:19 sendUrl INFO 7 [630] -2014-12-15 14:59:19 queue INFO 3 [836] -2014-12-15 14:59:19 queue INFO >3 [837] -2014-12-15 14:59:19 sendUrl INFO 3 [631] -2014-12-15 14:59:20 sendUrl INFO 3 [632] -2014-12-15 14:59:20 queue INFO 7 [838] -2014-12-15 14:59:20 sendUrl INFO 7 [633] -2014-12-15 14:59:20 queue INFO >7 [839] -2014-12-15 14:59:21 sendUrl INFO 7 [634] -2014-12-15 14:59:21 queue INFO 3 [840] -2014-12-15 14:59:21 sendUrl INFO 3 [635] -2014-12-15 14:59:21 queue INFO >3 [841] -2014-12-15 14:59:22 sendUrl INFO 3 [636] -2014-12-15 14:59:22 sendUrl INFO 7 [637] -2014-12-15 14:59:22 queue INFO 7 [842] -2014-12-15 14:59:23 queue INFO >7 [843] -2014-12-15 14:59:23 sendUrl INFO 7 [638] -2014-12-15 14:59:23 sendUrl INFO 3 [639] -2014-12-15 14:59:23 queue INFO 3 [844] -2014-12-15 14:59:24 queue INFO >3 [845] -2014-12-15 14:59:24 sendUrl INFO 3 [640] -2014-12-15 14:59:24 sendUrl INFO 7 [641] -2014-12-15 14:59:25 sendUrl INFO 7 [642] -2014-12-15 14:59:25 queue INFO 7 [846] -2014-12-15 14:59:25 queue INFO >7 [847] -2014-12-15 14:59:25 sendUrl INFO 3 [643] -2014-12-15 14:59:26 sendUrl INFO 3 [644] -2014-12-15 14:59:26 queue INFO 3 [848] -2014-12-15 14:59:26 queue INFO >3 [849] -2014-12-15 14:59:26 sendUrl INFO 7 [645] -2014-12-15 14:59:27 sendUrl INFO 7 [646] -2014-12-15 14:59:27 queue INFO 7 [850] -2014-12-15 14:59:27 queue INFO >7 [851] -2014-12-15 14:59:27 sendUrl INFO 3 [647] -2014-12-15 14:59:28 sendUrl INFO 3 [648] -2014-12-15 14:59:28 queue INFO 3 [852] -2014-12-15 14:59:28 queue INFO >3 [853] -2014-12-15 14:59:28 sendUrl INFO 7 [649] -2014-12-15 14:59:29 sendUrl INFO 7 [650] -2014-12-15 14:59:29 queue INFO 7 [854] -2014-12-15 14:59:29 sendUrl INFO 3 [651] -2014-12-15 14:59:29 queue INFO >7 [855] -2014-12-15 14:59:30 sendUrl INFO 3 [652] -2014-12-15 14:59:30 queue INFO 3 [856] -2014-12-15 14:59:30 sendUrl INFO 7 [653] -2014-12-15 14:59:30 queue INFO >3 [857] -2014-12-15 14:59:31 sendUrl INFO 7 [654] -2014-12-15 14:59:31 sendUrl INFO 3 [655] -2014-12-15 14:59:32 queue INFO 7 [858] -2014-12-15 14:59:32 sendUrl INFO 3 [656] -2014-12-15 14:59:32 queue INFO >7 [859] -2014-12-15 14:59:32 sendUrl INFO 7 [657] -2014-12-15 14:59:33 queue INFO 3 [860] -2014-12-15 14:59:33 sendUrl INFO 7 [658] -2014-12-15 14:59:33 queue INFO >3 [861] -2014-12-15 14:59:33 sendUrl INFO 3 [659] -2014-12-15 14:59:34 queue INFO 7 [862] -2014-12-15 14:59:34 sendUrl INFO 3 [660] -2014-12-15 14:59:34 queue INFO >7 [863] -2014-12-15 14:59:34 sendUrl INFO 7 [661] -2014-12-15 14:59:35 queue INFO 3 [864] -2014-12-15 14:59:35 sendUrl INFO 7 [662] -2014-12-15 14:59:35 queue INFO >3 [865] -2014-12-15 14:59:35 queue INFO 7 [866] -2014-12-15 14:59:35 sendUrl INFO 3 [663] -2014-12-15 14:59:35 queue INFO >7 [867] -2014-12-15 14:59:36 queue INFO 3 [868] -2014-12-15 14:59:36 sendUrl INFO 3 [664] -2014-12-15 14:59:36 queue INFO >3 [869] -2014-12-15 14:59:36 queue INFO 7 [870] -2014-12-15 14:59:36 sendUrl INFO 7 [665] -2014-12-15 14:59:36 queue INFO >7 [871] -2014-12-15 14:59:37 queue INFO 3 [872] -2014-12-15 14:59:37 sendUrl INFO 7 [666] -2014-12-15 14:59:37 queue INFO >3 [873] -2014-12-15 14:59:37 sendUrl INFO 3 [667] -2014-12-15 14:59:38 queue INFO 7 [874] -2014-12-15 14:59:38 sendUrl INFO 3 [668] -2014-12-15 14:59:38 queue INFO >7 [875] -2014-12-15 14:59:38 sendUrl INFO 7 [669] -2014-12-15 14:59:39 queue INFO 3 [876] -2014-12-15 14:59:39 sendUrl INFO 7 [670] -2014-12-15 14:59:39 queue INFO >3 [877] -2014-12-15 14:59:39 sendUrl INFO 3 [671] -2014-12-15 14:59:40 sendUrl INFO 3 [672] -2014-12-15 14:59:40 queue INFO 7 [878] -2014-12-15 14:59:40 queue INFO >7 [879] -2014-12-15 14:59:40 sendUrl INFO 7 [673] -2014-12-15 14:59:41 sendUrl INFO 7 [674] -2014-12-15 14:59:41 queue INFO 3 [880] -2014-12-15 14:59:41 queue INFO >3 [881] -2014-12-15 14:59:41 sendUrl INFO 3 [675] -2014-12-15 14:59:42 sendUrl INFO 3 [676] -2014-12-15 14:59:42 queue INFO 7 [882] -2014-12-15 14:59:42 queue INFO >7 [883] -2014-12-15 14:59:42 queue INFO 3 [884] -2014-12-15 14:59:42 sendUrl INFO 7 [677] -2014-12-15 14:59:43 queue INFO >3 [885] -2014-12-15 14:59:43 sendUrl INFO 7 [678] -2014-12-15 14:59:43 sendUrl INFO 3 [679] -2014-12-15 14:59:44 queue INFO 7 [886] -2014-12-15 14:59:44 queue INFO >7 [887] -2014-12-15 14:59:44 sendUrl INFO 3 [680] -2014-12-15 14:59:44 sendUrl INFO 7 [681] -2014-12-15 14:59:45 queue INFO 3 [888] -2014-12-15 14:59:45 queue INFO >3 [889] -2014-12-15 14:59:45 sendUrl INFO 7 [682] -2014-12-15 14:59:45 sendUrl INFO 3 [683] -2014-12-15 14:59:46 queue INFO 7 [890] -2014-12-15 14:59:46 sendUrl INFO 3 [684] -2014-12-15 14:59:46 queue INFO >7 [891] -2014-12-15 14:59:46 sendUrl INFO 7 [685] -2014-12-15 14:59:47 queue INFO 3 [892] -2014-12-15 14:59:47 sendUrl INFO 7 [686] -2014-12-15 14:59:47 queue INFO >3 [893] -2014-12-15 14:59:47 sendUrl INFO 3 [687] -2014-12-15 14:59:48 sendUrl INFO 3 [688] -2014-12-15 14:59:48 queue INFO 7 [894] -2014-12-15 14:59:48 queue INFO >7 [895] -2014-12-15 14:59:49 sendUrl INFO 7 [689] -2014-12-15 14:59:49 queue INFO 3 [896] -2014-12-15 14:59:49 queue INFO >3 [897] -2014-12-15 14:59:49 sendUrl INFO 7 [690] -2014-12-15 14:59:50 sendUrl INFO 3 [691] -2014-12-15 14:59:50 queue INFO 7 [898] -2014-12-15 14:59:50 sendUrl INFO 3 [692] -2014-12-15 14:59:50 queue INFO >7 [899] -2014-12-15 14:59:51 sendUrl INFO 7 [693] -2014-12-15 14:59:51 queue INFO 3 [900] -2014-12-15 14:59:51 queue INFO >3 [901] -2014-12-15 14:59:51 sendUrl INFO 7 [694] -2014-12-15 14:59:52 sendUrl INFO 3 [695] -2014-12-15 14:59:52 queue INFO 7 [902] -2014-12-15 14:59:52 sendUrl INFO 3 [696] -2014-12-15 14:59:52 queue INFO >7 [903] -2014-12-15 14:59:53 sendUrl INFO 7 [697] -2014-12-15 14:59:53 queue INFO 3 [904] -2014-12-15 14:59:53 queue INFO >3 [905] -2014-12-15 14:59:53 sendUrl INFO 7 [698] -2014-12-15 14:59:54 sendUrl INFO 3 [699] -2014-12-15 14:59:54 queue INFO 7 [906] -2014-12-15 14:59:54 sendUrl INFO 3 [700] -2014-12-15 14:59:54 queue INFO >7 [907] -2014-12-15 14:59:55 sendUrl INFO 7 [701] -2014-12-15 14:59:55 queue INFO 3 [908] -2014-12-15 14:59:55 sendUrl INFO 7 [702] -2014-12-15 14:59:55 queue INFO >3 [909] -2014-12-15 14:59:56 sendUrl INFO 3 [703] -2014-12-15 14:59:56 sendUrl INFO 3 [704] -2014-12-15 14:59:56 queue INFO 7 [910] -2014-12-15 14:59:57 sendUrl INFO 7 [705] -2014-12-15 14:59:57 queue INFO >7 [911] -2014-12-15 14:59:57 sendUrl INFO 7 [706] -2014-12-15 14:59:57 queue INFO 3 [912] -2014-12-15 14:59:58 sendUrl INFO 3 [707] -2014-12-15 14:59:58 queue INFO >3 [913] -2014-12-15 14:59:58 sendUrl INFO 3 [708] -2014-12-15 14:59:59 sendUrl INFO 7 [709] -2014-12-15 14:59:59 queue INFO 7 [914] -2014-12-15 14:59:59 queue INFO >7 [915] -2014-12-15 14:59:59 sendUrl INFO 7 [710] -2014-12-15 15:00:00 sendUrl INFO 3 [711] -2014-12-15 15:00:00 queue INFO 3 [916] -2014-12-15 15:00:00 queue INFO >3 [917] -2014-12-15 15:00:00 sendUrl INFO 3 [712] -2014-12-15 15:00:01 sendUrl INFO 7 [713] -2014-12-15 15:00:01 queue INFO 7 [918] -2014-12-15 15:00:01 queue INFO >7 [919] -2014-12-15 15:00:01 sendUrl INFO 7 [714] -2014-12-15 15:00:02 sendUrl INFO 3 [715] -2014-12-15 15:00:02 queue INFO 3 [920] -2014-12-15 15:00:02 queue INFO >3 [921] -2014-12-15 15:00:02 sendUrl INFO 3 [716] -2014-12-15 15:00:03 sendUrl INFO 7 [717] -2014-12-15 15:00:03 queue INFO 7 [922] -2014-12-15 15:00:03 sendUrl INFO 7 [718] -2014-12-15 15:00:03 queue INFO >7 [923] -2014-12-15 15:00:04 sendUrl INFO 3 [719] -2014-12-15 15:00:04 queue INFO 3 [924] -2014-12-15 15:00:04 sendUrl INFO 3 [720] -2014-12-15 15:00:04 queue INFO >3 [925] -2014-12-15 15:00:05 sendUrl INFO 7 [721] -2014-12-15 15:00:05 sendUrl INFO 7 [722] -2014-12-15 15:00:05 queue INFO 7 [926] -2014-12-15 15:00:06 queue INFO >7 [927] -2014-12-15 15:00:06 sendUrl INFO 3 [723] -2014-12-15 15:00:06 sendUrl INFO 3 [724] -2014-12-15 15:00:06 queue INFO 3 [928] -2014-12-15 15:00:07 queue INFO >3 [929] -2014-12-15 15:00:07 sendUrl INFO 7 [725] -2014-12-15 15:00:07 sendUrl INFO 7 [726] -2014-12-15 15:00:08 queue INFO 7 [930] -2014-12-15 15:00:08 sendUrl INFO 3 [727] -2014-12-15 15:00:08 queue INFO >7 [931] -2014-12-15 15:00:08 sendUrl INFO 3 [728] -2014-12-15 15:00:09 queue INFO 3 [932] -2014-12-15 15:00:09 sendUrl INFO 7 [729] -2014-12-15 15:00:09 queue INFO >3 [933] -2014-12-15 15:00:09 sendUrl INFO 7 [730] -2014-12-15 15:00:10 sendUrl INFO 3 [731] -2014-12-15 15:00:10 queue INFO 7 [934] -2014-12-15 15:00:10 queue INFO >7 [935] -2014-12-15 15:00:10 sendUrl INFO 3 [732] -2014-12-15 15:00:11 sendUrl INFO 7 [733] -2014-12-15 15:00:11 queue INFO 3 [936] -2014-12-15 15:00:11 queue INFO >3 [937] -2014-12-15 15:00:11 sendUrl INFO 7 [734] -2014-12-15 15:00:12 sendUrl INFO 3 [735] -2014-12-15 15:00:12 queue INFO 7 [938] -2014-12-15 15:00:12 sendUrl INFO 3 [736] -2014-12-15 15:00:12 queue INFO >7 [939] -2014-12-15 15:00:13 sendUrl INFO 7 [737] -2014-12-15 15:00:13 queue INFO 3 [940] -2014-12-15 15:00:13 sendUrl INFO 7 [738] -2014-12-15 15:00:13 queue INFO >3 [941] -2014-12-15 15:00:14 sendUrl INFO 3 [739] -2014-12-15 15:00:14 queue INFO 7 [942] -2014-12-15 15:00:14 queue INFO >7 [943] -2014-12-15 15:00:14 queue INFO 3 [944] -2014-12-15 15:00:15 queue INFO >3 [945] -2014-12-15 15:00:15 sendUrl INFO 3 [740] -2014-12-15 15:00:15 sendUrl INFO 7 [741] -2014-12-15 15:00:15 sendUrl INFO 7 [742] -2014-12-15 15:00:16 sendUrl INFO 3 [743] -2014-12-15 15:00:16 queue INFO 7 [946] -2014-12-15 15:00:16 queue INFO >7 [947] -2014-12-15 15:00:16 sendUrl INFO 3 [744] -2014-12-15 15:00:17 sendUrl INFO 7 [745] -2014-12-15 15:00:17 queue INFO 3 [948] -2014-12-15 15:00:17 queue INFO >3 [949] -2014-12-15 15:00:17 sendUrl INFO 7 [746] -2014-12-15 15:00:18 sendUrl INFO 3 [747] -2014-12-15 15:00:18 sendUrl INFO 3 [748] -2014-12-15 15:00:18 queue INFO 7 [950] -2014-12-15 15:00:19 queue INFO >7 [951] -2014-12-15 15:00:19 sendUrl INFO 7 [749] -2014-12-15 15:00:19 queue INFO 3 [952] -2014-12-15 15:00:19 queue INFO >3 [953] -2014-12-15 15:00:19 sendUrl INFO 7 [750] -2014-12-15 15:00:20 sendUrl INFO 3 [751] -2014-12-15 15:00:20 sendUrl INFO 3 [752] -2014-12-15 15:00:20 queue INFO 7 [954] -2014-12-15 15:00:21 queue INFO >7 [955] -2014-12-15 15:00:21 sendUrl INFO 7 [753] -2014-12-15 15:00:21 sendUrl INFO 7 [754] -2014-12-15 15:00:22 queue INFO 3 [956] -2014-12-15 15:00:22 queue INFO >3 [957] -2014-12-15 15:00:22 sendUrl INFO 3 [755] -2014-12-15 15:00:22 sendUrl INFO 3 [756] -2014-12-15 15:00:23 sendUrl INFO 7 [757] -2014-12-15 15:00:23 queue INFO 7 [958] -2014-12-15 15:00:23 queue INFO >7 [959] -2014-12-15 15:00:23 sendUrl INFO 7 [758] -2014-12-15 15:00:24 queue INFO 3 [960] -2014-12-15 15:00:24 sendUrl INFO 3 [759] -2014-12-15 15:00:24 queue INFO >3 [961] -2014-12-15 15:00:24 sendUrl INFO 3 [760] -2014-12-15 15:00:25 sendUrl INFO 7 [761] -2014-12-15 15:00:25 queue INFO 7 [962] -2014-12-15 15:00:25 sendUrl INFO 7 [762] -2014-12-15 15:00:26 queue INFO >7 [963] -2014-12-15 15:00:26 sendUrl INFO 3 [763] -2014-12-15 15:00:26 queue INFO 3 [964] -2014-12-15 15:00:26 queue INFO >3 [965] -2014-12-15 15:00:26 sendUrl INFO 3 [764] -2014-12-15 15:00:27 sendUrl INFO 7 [765] -2014-12-15 15:00:27 queue INFO 7 [966] -2014-12-15 15:00:27 sendUrl INFO 7 [766] -2014-12-15 15:00:28 queue INFO >7 [967] -2014-12-15 15:00:28 sendUrl INFO 3 [767] -2014-12-15 15:00:28 queue INFO 3 [968] -2014-12-15 15:00:28 sendUrl INFO 3 [768] -2014-12-15 15:00:29 queue INFO >3 [969] -2014-12-15 15:00:29 sendUrl INFO 7 [769] -2014-12-15 15:00:29 sendUrl INFO 7 [770] -2014-12-15 15:00:30 queue INFO 7 [970] -2014-12-15 15:00:30 queue INFO >7 [971] -2014-12-15 15:00:30 sendUrl INFO 3 [771] -2014-12-15 15:00:30 sendUrl INFO 7 [772] -2014-12-15 15:00:31 queue INFO 3 [972] -2014-12-15 15:00:31 queue INFO >3 [973] -2014-12-15 15:00:31 sendUrl INFO 7 [773] -2014-12-15 15:00:31 sendUrl INFO 3 [774] -2014-12-15 15:00:32 queue INFO 7 [974] -2014-12-15 15:00:32 queue INFO >7 [975] -2014-12-15 15:00:32 sendUrl INFO 3 [775] -2014-12-15 15:00:33 sendUrl INFO 7 [776] -2014-12-15 15:00:33 queue INFO 3 [976] -2014-12-15 15:00:33 queue INFO >3 [977] -2014-12-15 15:00:33 sendUrl INFO 7 [777] -2014-12-15 15:00:34 sendUrl INFO 3 [778] -2014-12-15 15:00:34 queue INFO 7 [978] -2014-12-15 15:00:34 sendUrl INFO 3 [779] -2014-12-15 15:00:34 queue INFO >7 [979] -2014-12-15 15:00:35 sendUrl INFO 7 [780] -2014-12-15 15:00:35 sendUrl INFO 7 [781] -2014-12-15 15:00:35 queue INFO 3 [980] -2014-12-15 15:00:35 queue INFO >3 [981] -2014-12-15 15:00:36 sendUrl INFO 3 [782] -2014-12-15 15:00:36 sendUrl INFO 3 [783] -2014-12-15 15:00:36 queue INFO 7 [982] -2014-12-15 15:00:37 sendUrl INFO 7 [784] -2014-12-15 15:00:37 queue INFO >7 [983] -2014-12-15 15:00:37 sendUrl INFO 7 [785] -2014-12-15 15:00:37 queue INFO 3 [984] -2014-12-15 15:00:38 sendUrl INFO 3 [786] -2014-12-15 15:00:38 queue INFO >3 [985] -2014-12-15 15:00:38 sendUrl INFO 3 [787] -2014-12-15 15:00:38 queue INFO 7 [986] -2014-12-15 15:00:39 sendUrl INFO 7 [788] -2014-12-15 15:00:39 queue INFO >7 [987] -2014-12-15 15:00:39 sendUrl INFO 7 [789] -2014-12-15 15:00:39 queue INFO 3 [988] -2014-12-15 15:00:40 sendUrl INFO 3 [790] -2014-12-15 15:00:40 queue INFO >3 [989] -2014-12-15 15:00:40 sendUrl INFO 3 [791] -2014-12-15 15:00:41 sendUrl INFO 7 [792] -2014-12-15 15:00:41 queue INFO 7 [990] -2014-12-15 15:00:41 queue INFO >7 [991] -2014-12-15 15:00:41 sendUrl INFO 7 [793] -2014-12-15 15:00:41 queue INFO 3 [992] -2014-12-15 15:00:42 sendUrl INFO 3 [794] -2014-12-15 15:00:42 queue INFO >3 [993] -2014-12-15 15:00:42 sendUrl INFO 3 [795] -2014-12-15 15:00:43 sendUrl INFO 7 [796] -2014-12-15 15:00:43 queue INFO 7 [994] -2014-12-15 15:00:43 queue INFO >7 [995] -2014-12-15 15:00:43 sendUrl INFO 7 [797] -2014-12-15 15:00:44 sendUrl INFO 3 [798] -2014-12-15 15:00:44 queue INFO 3 [996] -2014-12-15 15:00:44 queue INFO >3 [997] -2014-12-15 15:00:44 sendUrl INFO 3 [799] -2014-12-15 15:00:45 sendUrl INFO 7 [800] -2014-12-15 15:00:45 queue INFO 7 [998] -2014-12-15 15:00:45 queue INFO >7 [999] -2014-12-15 15:00:45 sendUrl INFO 7 [801] -2014-12-15 15:00:45 queue INFO 3 [0] -2014-12-15 15:00:46 sendUrl INFO 3 [802] -2014-12-15 15:00:46 queue INFO >3 [1] -2014-12-15 15:00:46 sendUrl INFO 3 [803] -2014-12-15 15:00:47 sendUrl INFO 7 [804] -2014-12-15 15:00:47 queue INFO 7 [2] -2014-12-15 15:00:47 queue INFO >7 [3] -2014-12-15 15:00:47 sendUrl INFO 7 [805] -2014-12-15 15:00:48 sendUrl INFO 3 [806] -2014-12-15 15:00:48 queue INFO 3 [4] -2014-12-15 15:00:48 queue INFO >3 [5] -2014-12-15 15:00:48 sendUrl INFO 3 [807] -2014-12-15 15:00:49 sendUrl INFO 7 [808] -2014-12-15 15:00:49 queue INFO 7 [6] -2014-12-15 15:00:49 sendUrl INFO 7 [809] -2014-12-15 15:00:49 queue INFO >7 [7] -2014-12-15 15:00:50 sendUrl INFO 3 [810] -2014-12-15 15:00:50 queue INFO 3 [8] -2014-12-15 15:00:50 queue INFO >3 [9] -2014-12-15 15:00:50 sendUrl INFO 3 [811] -2014-12-15 15:00:51 sendUrl INFO 7 [812] -2014-12-15 15:00:51 queue INFO 7 [10] -2014-12-15 15:00:51 queue INFO >7 [11] -2014-12-15 15:00:51 sendUrl INFO 7 [813] -2014-12-15 15:00:52 sendUrl INFO 3 [814] -2014-12-15 15:00:52 queue INFO 3 [12] -2014-12-15 15:00:52 queue INFO >3 [13] -2014-12-15 15:00:52 sendUrl INFO 3 [815] -2014-12-15 15:00:53 queue INFO 7 [14] -2014-12-15 15:00:53 sendUrl INFO 7 [816] -2014-12-15 15:00:53 queue INFO >7 [15] -2014-12-15 15:00:53 sendUrl INFO 7 [817] -2014-12-15 15:00:54 queue INFO 3 [16] -2014-12-15 15:00:54 sendUrl INFO 3 [818] -2014-12-15 15:00:54 queue INFO >3 [17] -2014-12-15 15:00:54 sendUrl INFO 3 [819] -2014-12-15 15:00:55 sendUrl INFO 7 [820] -2014-12-15 15:00:55 queue INFO 7 [18] -2014-12-15 15:00:55 queue INFO >7 [19] -2014-12-15 15:00:55 sendUrl INFO 7 [821] -2014-12-15 15:00:56 sendUrl INFO 3 [822] -2014-12-15 15:00:56 queue INFO 3 [20] -2014-12-15 15:00:56 queue INFO >3 [21] -2014-12-15 15:00:56 sendUrl INFO 3 [823] -2014-12-15 15:00:57 sendUrl INFO 7 [824] -2014-12-15 15:00:57 queue INFO 7 [22] -2014-12-15 15:00:57 queue INFO >7 [23] -2014-12-15 15:00:57 sendUrl INFO 7 [825] -2014-12-15 15:00:58 sendUrl INFO 3 [826] -2014-12-15 15:00:58 queue INFO 3 [24] -2014-12-15 15:00:58 queue INFO >3 [25] -2014-12-15 15:00:58 sendUrl INFO 3 [827] -2014-12-15 15:00:59 queue INFO 7 [26] -2014-12-15 15:00:59 sendUrl INFO 7 [828] -2014-12-15 15:00:59 queue INFO >7 [27] -2014-12-15 15:00:59 sendUrl INFO 7 [829] -2014-12-15 15:01:00 queue INFO 3 [28] -2014-12-15 15:01:00 sendUrl INFO 3 [830] -2014-12-15 15:01:00 queue INFO >3 [29] -2014-12-15 15:01:00 sendUrl INFO 3 [831] -2014-12-15 15:01:01 queue INFO 7 [30] -2014-12-15 15:01:01 sendUrl INFO 7 [832] -2014-12-15 15:01:01 queue INFO >7 [31] -2014-12-15 15:01:01 queue INFO 3 [32] -2014-12-15 15:01:01 sendUrl INFO 7 [833] -2014-12-15 15:01:01 queue INFO >3 [33] -2014-12-15 15:01:02 queue INFO 7 [34] -2014-12-15 15:01:02 sendUrl INFO 3 [834] -2014-12-15 15:01:02 queue INFO >7 [35] -2014-12-15 15:01:02 sendUrl INFO 3 [835] -2014-12-15 15:01:02 queue INFO 3 [36] -2014-12-15 15:01:03 queue INFO >3 [37] -2014-12-15 15:01:03 sendUrl INFO 7 [836] -2014-12-15 15:01:03 sendUrl INFO 7 [837] -2014-12-15 15:01:04 queue INFO 7 [38] -2014-12-15 15:01:04 sendUrl INFO 3 [838] -2014-12-15 15:01:04 queue INFO >7 [39] -2014-12-15 15:01:04 queue INFO 3 [40] -2014-12-15 15:01:04 sendUrl INFO 3 [839] -2014-12-15 15:01:04 queue INFO >3 [41] -2014-12-15 15:01:05 sendUrl INFO 7 [840] -2014-12-15 15:01:05 sendUrl INFO 7 [841] -2014-12-15 15:01:05 queue INFO 7 [42] -2014-12-15 15:01:06 queue INFO >7 [43] -2014-12-15 15:01:06 sendUrl INFO 3 [842] -2014-12-15 15:01:06 sendUrl INFO 3 [843] -2014-12-15 15:01:06 queue INFO 3 [44] -2014-12-15 15:01:07 queue INFO >3 [45] -2014-12-15 15:01:07 sendUrl INFO 7 [844] -2014-12-15 15:01:07 sendUrl INFO 7 [845] -2014-12-15 15:01:08 queue INFO 7 [46] -2014-12-15 15:01:08 queue INFO >7 [47] -2014-12-15 15:01:08 sendUrl INFO 3 [846] -2014-12-15 15:01:08 sendUrl INFO 3 [847] -2014-12-15 15:01:09 queue INFO 3 [48] -2014-12-15 15:01:09 queue INFO >3 [49] -2014-12-15 15:01:09 sendUrl INFO 7 [848] -2014-12-15 15:01:09 sendUrl INFO 7 [849] -2014-12-15 15:01:10 queue INFO 7 [50] -2014-12-15 15:01:10 queue INFO >7 [51] -2014-12-15 15:01:10 sendUrl INFO 3 [850] -2014-12-15 15:01:10 sendUrl INFO 3 [851] -2014-12-15 15:01:11 queue INFO 3 [52] -2014-12-15 15:01:11 queue INFO >3 [53] -2014-12-15 15:01:11 sendUrl INFO 7 [852] -2014-12-15 15:01:11 sendUrl INFO 7 [853] -2014-12-15 15:01:12 queue INFO 7 [54] -2014-12-15 15:01:12 sendUrl INFO 3 [854] -2014-12-15 15:01:12 queue INFO >7 [55] -2014-12-15 15:01:12 sendUrl INFO 3 [855] -2014-12-15 15:01:13 queue INFO 3 [56] -2014-12-15 15:01:13 sendUrl INFO 7 [856] -2014-12-15 15:01:13 queue INFO >3 [57] -2014-12-15 15:01:13 sendUrl INFO 7 [857] -2014-12-15 15:01:14 sendUrl INFO 3 [858] -2014-12-15 15:01:14 queue INFO 7 [58] -2014-12-15 15:01:14 queue INFO >7 [59] -2014-12-15 15:01:14 sendUrl INFO 3 [859] -2014-12-15 15:01:15 sendUrl INFO 7 [860] -2014-12-15 15:01:15 queue INFO 3 [60] -2014-12-15 15:01:15 queue INFO >3 [61] -2014-12-15 15:01:15 sendUrl INFO 7 [861] -2014-12-15 15:01:16 sendUrl INFO 3 [862] -2014-12-15 15:01:17 sendUrl INFO 3 [863] -2014-12-15 15:01:17 queue INFO 7 [62] -2014-12-15 15:01:17 queue INFO >7 [63] -2014-12-15 15:01:17 sendUrl INFO 7 [864] -2014-12-15 15:01:18 sendUrl INFO 7 [865] -2014-12-15 15:01:18 queue INFO 3 [64] -2014-12-15 15:01:18 queue INFO >3 [65] -2014-12-15 15:01:18 sendUrl INFO 3 [866] -2014-12-15 15:01:19 sendUrl INFO 3 [867] -2014-12-15 15:01:19 queue INFO 7 [66] -2014-12-15 15:01:19 queue INFO >7 [67] -2014-12-15 15:01:19 sendUrl INFO 7 [868] -2014-12-15 15:01:20 sendUrl INFO 7 [869] -2014-12-15 15:01:20 queue INFO 3 [68] -2014-12-15 15:01:20 queue INFO >3 [69] -2014-12-15 15:01:20 sendUrl INFO 3 [870] -2014-12-15 15:01:21 sendUrl INFO 3 [871] -2014-12-15 15:01:21 queue INFO 7 [70] -2014-12-15 15:01:21 sendUrl INFO 7 [872] -2014-12-15 15:01:21 queue INFO >7 [71] -2014-12-15 15:01:22 sendUrl INFO 7 [873] -2014-12-15 15:01:22 queue INFO 3 [72] -2014-12-15 15:01:22 sendUrl INFO 3 [874] -2014-12-15 15:01:22 queue INFO >3 [73] -2014-12-15 15:01:23 sendUrl INFO 3 [875] -2014-12-15 15:01:23 queue INFO 7 [74] -2014-12-15 15:01:23 queue INFO >7 [75] -2014-12-15 15:01:23 sendUrl INFO 7 [876] -2014-12-15 15:01:24 sendUrl INFO 7 [877] -2014-12-15 15:01:24 queue INFO 3 [76] -2014-12-15 15:01:24 queue INFO >3 [77] -2014-12-15 15:01:24 sendUrl INFO 3 [878] -2014-12-15 15:01:25 sendUrl INFO 3 [879] -2014-12-15 15:01:25 queue INFO 7 [78] -2014-12-15 15:01:25 queue INFO >7 [79] -2014-12-15 15:01:25 sendUrl INFO 7 [880] -2014-12-15 15:01:26 sendUrl INFO 7 [881] -2014-12-15 15:01:26 queue INFO 3 [80] -2014-12-15 15:01:26 queue INFO >3 [81] -2014-12-15 15:01:26 sendUrl INFO 3 [882] -2014-12-15 15:01:27 sendUrl INFO 3 [883] -2014-12-15 15:01:27 queue INFO 7 [82] -2014-12-15 15:01:27 queue INFO >7 [83] -2014-12-15 15:01:27 sendUrl INFO 7 [884] -2014-12-15 15:01:28 sendUrl INFO 7 [885] -2014-12-15 15:01:28 queue INFO 3 [84] -2014-12-15 15:01:28 queue INFO >3 [85] -2014-12-15 15:01:28 sendUrl INFO 3 [886] -2014-12-15 15:01:29 sendUrl INFO 3 [887] -2014-12-15 15:01:29 queue INFO 7 [86] -2014-12-15 15:01:29 sendUrl INFO 7 [888] -2014-12-15 15:01:29 queue INFO >7 [87] -2014-12-15 15:01:30 sendUrl INFO 7 [889] -2014-12-15 15:01:30 queue INFO 3 [88] -2014-12-15 15:01:30 queue INFO >3 [89] -2014-12-15 15:01:30 sendUrl INFO 3 [890] -2014-12-15 15:01:31 sendUrl INFO 3 [891] -2014-12-15 15:01:31 queue INFO 7 [90] -2014-12-15 15:01:31 sendUrl INFO 7 [892] -2014-12-15 15:01:31 queue INFO >7 [91] -2014-12-15 15:01:32 sendUrl INFO 7 [893] -2014-12-15 15:01:32 queue INFO 3 [92] -2014-12-15 15:01:32 sendUrl INFO 3 [894] -2014-12-15 15:01:32 queue INFO >3 [93] -2014-12-15 15:01:33 sendUrl INFO 3 [895] -2014-12-15 15:01:33 sendUrl INFO 7 [896] -2014-12-15 15:01:34 queue INFO 7 [94] -2014-12-15 15:01:34 sendUrl INFO 7 [897] -2014-12-15 15:01:34 queue INFO >7 [95] -2014-12-15 15:01:34 sendUrl INFO 3 [898] -2014-12-15 15:01:34 queue INFO 3 [96] -2014-12-15 15:01:35 queue INFO >3 [97] -2014-12-15 15:01:35 sendUrl INFO 3 [899] -2014-12-15 15:01:35 sendUrl INFO 7 [900] -2014-12-15 15:01:36 queue INFO 7 [98] -2014-12-15 15:01:36 sendUrl INFO 7 [901] -2014-12-15 15:01:36 queue INFO >7 [99] -2014-12-15 15:01:36 sendUrl INFO 3 [902] -2014-12-15 15:01:37 queue INFO 3 [100] -2014-12-15 15:01:37 sendUrl INFO 3 [903] -2014-12-15 15:01:37 queue INFO >3 [101] -2014-12-15 15:01:37 sendUrl INFO 7 [904] -2014-12-15 15:01:38 sendUrl INFO 7 [905] -2014-12-15 15:01:38 queue INFO 7 [102] -2014-12-15 15:01:38 queue INFO >7 [103] -2014-12-15 15:01:38 sendUrl INFO 3 [906] -2014-12-15 15:01:38 queue INFO 3 [104] -2014-12-15 15:01:39 queue INFO >3 [105] -2014-12-15 15:01:39 sendUrl INFO 3 [907] -2014-12-15 15:01:39 sendUrl INFO 7 [908] -2014-12-15 15:01:39 queue INFO 7 [106] -2014-12-15 15:01:40 queue INFO >7 [107] -2014-12-15 15:01:40 sendUrl INFO 7 [909] -2014-12-15 15:01:40 sendUrl INFO 3 [910] -2014-12-15 15:01:40 queue INFO 3 [108] -2014-12-15 15:01:41 queue INFO >3 [109] -2014-12-15 15:01:41 sendUrl INFO 3 [911] -2014-12-15 15:01:41 sendUrl INFO 7 [912] -2014-12-15 15:01:42 queue INFO 7 [110] -2014-12-15 15:01:42 sendUrl INFO 7 [913] -2014-12-15 15:01:42 queue INFO >7 [111] -2014-12-15 15:01:42 sendUrl INFO 3 [914] -2014-12-15 15:01:43 queue INFO 3 [112] -2014-12-15 15:01:43 sendUrl INFO 3 [915] -2014-12-15 15:01:43 queue INFO >3 [113] -2014-12-15 15:01:43 sendUrl INFO 7 [916] -2014-12-15 15:01:44 sendUrl INFO 7 [917] -2014-12-15 15:01:44 queue INFO 7 [114] -2014-12-15 15:01:44 queue INFO >7 [115] -2014-12-15 15:01:44 sendUrl INFO 3 [918] -2014-12-15 15:01:45 sendUrl INFO 3 [919] -2014-12-15 15:01:45 queue INFO 3 [116] -2014-12-15 15:01:45 queue INFO >3 [117] -2014-12-15 15:01:45 sendUrl INFO 7 [920] -2014-12-15 15:01:46 sendUrl INFO 7 [921] -2014-12-15 15:01:46 queue INFO 7 [118] -2014-12-15 15:01:46 sendUrl INFO 3 [922] -2014-12-15 15:01:46 queue INFO >7 [119] -2014-12-15 15:01:47 sendUrl INFO 3 [923] -2014-12-15 15:01:47 queue INFO 3 [120] -2014-12-15 15:01:47 sendUrl INFO 7 [924] -2014-12-15 15:01:47 queue INFO >3 [121] -2014-12-15 15:01:48 sendUrl INFO 7 [925] -2014-12-15 15:01:48 sendUrl INFO 3 [926] -2014-12-15 15:01:48 queue INFO 7 [122] -2014-12-15 15:01:49 queue INFO >7 [123] -2014-12-15 15:01:49 sendUrl INFO 3 [927] -2014-12-15 15:01:49 queue INFO 3 [124] -2014-12-15 15:01:49 queue INFO >3 [125] -2014-12-15 15:01:49 sendUrl INFO 7 [928] -2014-12-15 15:01:50 sendUrl INFO 7 [929] -2014-12-15 15:01:50 sendUrl INFO 3 [930] -2014-12-15 15:01:50 queue INFO 7 [126] -2014-12-15 15:01:51 queue INFO >7 [127] -2014-12-15 15:01:51 sendUrl INFO 3 [931] -2014-12-15 15:01:51 queue INFO 3 [128] -2014-12-15 15:01:51 sendUrl INFO 7 [932] -2014-12-15 15:01:51 queue INFO >3 [129] -2014-12-15 15:01:52 sendUrl INFO 7 [933] -2014-12-15 15:01:52 sendUrl INFO 3 [934] -2014-12-15 15:01:52 queue INFO 7 [130] -2014-12-15 15:01:53 queue INFO >7 [131] -2014-12-15 15:01:53 sendUrl INFO 3 [935] -2014-12-15 15:01:53 queue INFO 3 [132] -2014-12-15 15:01:53 queue INFO >3 [133] -2014-12-15 15:01:53 sendUrl INFO 7 [936] -2014-12-15 15:01:54 sendUrl INFO 7 [937] -2014-12-15 15:01:54 sendUrl INFO 3 [938] -2014-12-15 15:01:55 queue INFO 7 [134] -2014-12-15 15:01:55 queue INFO >7 [135] -2014-12-15 15:01:55 sendUrl INFO 3 [939] -2014-12-15 15:01:55 queue INFO 3 [136] -2014-12-15 15:01:55 sendUrl INFO 7 [940] -2014-12-15 15:01:56 queue INFO >3 [137] -2014-12-15 15:01:56 sendUrl INFO 7 [941] -2014-12-15 15:01:56 sendUrl INFO 3 [942] -2014-12-15 15:01:57 queue INFO 7 [138] -2014-12-15 15:01:57 queue INFO >7 [139] -2014-12-15 15:01:57 sendUrl INFO 3 [943] -2014-12-15 15:01:57 sendUrl INFO 7 [944] -2014-12-15 15:01:58 queue INFO 3 [140] -2014-12-15 15:01:58 queue INFO >3 [141] -2014-12-15 15:01:58 sendUrl INFO 7 [945] -2014-12-15 15:01:58 sendUrl INFO 3 [946] -2014-12-15 15:01:59 queue INFO 7 [142] -2014-12-15 15:01:59 sendUrl INFO 3 [947] -2014-12-15 15:01:59 queue INFO >7 [143] -2014-12-15 15:01:59 sendUrl INFO 7 [948] -2014-12-15 15:02:00 queue INFO 3 [144] -2014-12-15 15:02:00 sendUrl INFO 7 [949] -2014-12-15 15:02:00 queue INFO >3 [145] -2014-12-15 15:02:01 sendUrl INFO 3 [950] -2014-12-15 15:02:01 queue INFO 7 [146] -2014-12-15 15:02:01 sendUrl INFO 3 [951] -2014-12-15 15:02:01 queue INFO 3 [147] -2014-12-15 15:02:01 queue INFO >3 [148] -2014-12-15 15:02:02 sendUrl INFO 7 [952] -2014-12-15 15:02:02 queue INFO 7 [149] -2014-12-15 15:02:02 queue INFO >7 [150] -2014-12-15 15:02:02 sendUrl INFO 7 [953] -2014-12-15 15:02:02 queue INFO 3 [151] -2014-12-15 15:02:03 sendUrl INFO 3 [954] -2014-12-15 15:02:03 queue INFO >3 [152] -2014-12-15 15:02:03 sendUrl INFO 3 [955] -2014-12-15 15:02:03 queue INFO 7 [153] -2014-12-15 15:02:04 sendUrl INFO 7 [956] -2014-12-15 15:02:04 queue INFO >7 [154] -2014-12-15 15:02:04 sendUrl INFO 7 [957] -2014-12-15 15:02:05 sendUrl INFO 3 [958] -2014-12-15 15:02:05 queue INFO 3 [155] -2014-12-15 15:02:05 queue INFO >3 [156] -2014-12-15 15:02:05 sendUrl INFO 3 [959] -2014-12-15 15:02:06 sendUrl INFO 7 [960] -2014-12-15 15:02:06 queue INFO 7 [157] -2014-12-15 15:02:06 queue INFO >7 [158] -2014-12-15 15:02:06 sendUrl INFO 7 [961] -2014-12-15 15:02:07 sendUrl INFO 3 [962] -2014-12-15 15:02:07 queue INFO 3 [159] -2014-12-15 15:02:07 queue INFO >3 [160] -2014-12-15 15:02:07 queue INFO 7 [161] -2014-12-15 15:02:07 sendUrl INFO 3 [963] -2014-12-15 15:02:07 queue INFO >7 [162] -2014-12-15 15:02:07 queue INFO 3 [163] -2014-12-15 15:02:08 sendUrl INFO 7 [964] -2014-12-15 15:02:08 queue INFO >3 [164] -2014-12-15 15:02:08 sendUrl INFO 7 [965] -2014-12-15 15:02:08 queue INFO 7 [165] -2014-12-15 15:02:09 sendUrl INFO 3 [966] -2014-12-15 15:02:09 queue INFO >7 [166] -2014-12-15 15:02:09 queue INFO 3 [167] -2014-12-15 15:02:09 queue INFO >3 [168] -2014-12-15 15:02:09 sendUrl INFO 3 [967] -2014-12-15 15:02:10 sendUrl INFO 7 [968] -2014-12-15 15:02:10 sendUrl INFO 7 [969] -2014-12-15 15:02:11 sendUrl INFO 3 [970] -2014-12-15 15:02:11 queue INFO 7 [169] -2014-12-15 15:02:11 queue INFO >7 [170] -2014-12-15 15:02:11 sendUrl INFO 3 [971] -2014-12-15 15:02:12 sendUrl INFO 7 [972] -2014-12-15 15:02:12 queue INFO 3 [171] -2014-12-15 15:02:12 queue INFO >3 [172] -2014-12-15 15:02:12 sendUrl INFO 7 [973] -2014-12-15 15:02:13 sendUrl INFO 3 [974] -2014-12-15 15:02:13 queue INFO 7 [173] -2014-12-15 15:02:13 queue INFO >7 [174] -2014-12-15 15:02:13 sendUrl INFO 3 [975] -2014-12-15 15:02:14 sendUrl INFO 7 [976] -2014-12-15 15:02:14 queue INFO 3 [175] -2014-12-15 15:02:14 queue INFO >3 [176] -2014-12-15 15:02:14 sendUrl INFO 7 [977] -2014-12-15 15:02:15 sendUrl INFO 3 [978] -2014-12-15 15:02:15 queue INFO 7 [177] -2014-12-15 15:02:15 sendUrl INFO 3 [979] -2014-12-15 15:02:15 queue INFO >7 [178] -2014-12-15 15:02:16 sendUrl INFO 7 [980] -2014-12-15 15:02:16 queue INFO 3 [179] -2014-12-15 15:02:16 queue INFO >3 [180] -2014-12-15 15:02:16 sendUrl INFO 7 [981] -2014-12-15 15:02:17 sendUrl INFO 3 [982] -2014-12-15 15:02:17 queue INFO 7 [181] -2014-12-15 15:02:17 sendUrl INFO 3 [983] -2014-12-15 15:02:17 queue INFO >7 [182] -2014-12-15 15:02:18 sendUrl INFO 7 [984] -2014-12-15 15:02:18 queue INFO 3 [183] -2014-12-15 15:02:18 queue INFO >3 [184] -2014-12-15 15:02:18 sendUrl INFO 7 [985] -2014-12-15 15:02:19 sendUrl INFO 3 [986] -2014-12-15 15:02:19 queue INFO 7 [185] -2014-12-15 15:02:19 sendUrl INFO 3 [987] -2014-12-15 15:02:19 queue INFO >7 [186] -2014-12-15 15:02:20 sendUrl INFO 7 [988] -2014-12-15 15:02:20 queue INFO 3 [187] -2014-12-15 15:02:20 queue INFO >3 [188] -2014-12-15 15:02:20 sendUrl INFO 7 [989] -2014-12-15 15:02:21 sendUrl INFO 3 [990] -2014-12-15 15:02:21 sendUrl INFO 3 [991] -2014-12-15 15:02:21 queue INFO 7 [189] -2014-12-15 15:02:22 queue INFO >7 [190] -2014-12-15 15:02:22 sendUrl INFO 7 [992] -2014-12-15 15:02:22 queue INFO 3 [191] -2014-12-15 15:02:22 sendUrl INFO 7 [993] -2014-12-15 15:02:22 queue INFO >3 [192] -2014-12-15 15:02:23 sendUrl INFO 3 [994] -2014-12-15 15:02:23 sendUrl INFO 3 [995] -2014-12-15 15:02:23 queue INFO 7 [193] -2014-12-15 15:02:24 queue INFO >7 [194] -2014-12-15 15:02:24 sendUrl INFO 7 [996] -2014-12-15 15:02:24 queue INFO 3 [195] -2014-12-15 15:02:24 sendUrl INFO 7 [997] -2014-12-15 15:02:24 queue INFO >3 [196] -2014-12-15 15:02:25 sendUrl INFO 3 [998] -2014-12-15 15:02:25 sendUrl INFO 3 [999] -2014-12-15 15:02:25 queue INFO 7 [197] -2014-12-15 15:02:26 queue INFO >7 [198] -2014-12-15 15:02:26 sendUrl INFO 7 [0] -2014-12-15 15:02:26 sendUrl INFO 7 [1] -2014-12-15 15:02:26 queue INFO 3 [199] -2014-12-15 15:02:27 queue INFO >3 [200] -2014-12-15 15:02:27 sendUrl INFO 3 [2] -2014-12-15 15:02:27 queue INFO 7 [201] -2014-12-15 15:02:27 sendUrl INFO 3 [3] -2014-12-15 15:02:27 queue INFO >7 [202] -2014-12-15 15:02:28 sendUrl INFO 7 [4] -2014-12-15 15:02:28 queue INFO 3 [203] -2014-12-15 15:02:28 queue INFO >3 [204] -2014-12-15 15:02:28 sendUrl INFO 7 [5] -2014-12-15 15:02:29 sendUrl INFO 3 [6] -2014-12-15 15:02:29 queue INFO 7 [205] -2014-12-15 15:02:29 queue INFO >7 [206] -2014-12-15 15:02:29 sendUrl INFO 3 [7] -2014-12-15 15:02:29 queue INFO 3 [207] -2014-12-15 15:02:30 queue INFO >3 [208] -2014-12-15 15:02:30 sendUrl INFO 7 [8] -2014-12-15 15:02:30 queue INFO 7 [209] -2014-12-15 15:02:30 sendUrl INFO 7 [9] -2014-12-15 15:02:30 queue INFO >7 [210] -2014-12-15 15:02:31 queue INFO 3 [211] -2014-12-15 15:02:31 sendUrl INFO 3 [10] -2014-12-15 15:02:31 queue INFO >3 [212] -2014-12-15 15:02:31 queue INFO 7 [213] -2014-12-15 15:02:31 sendUrl INFO 3 [11] -2014-12-15 15:02:31 queue INFO >7 [214] -2014-12-15 15:02:32 sendUrl INFO 7 [12] -2014-12-15 15:02:32 queue INFO 3 [215] -2014-12-15 15:02:32 queue INFO >3 [216] -2014-12-15 15:02:32 sendUrl INFO 7 [13] -2014-12-15 15:02:33 sendUrl INFO 3 [14] -2014-12-15 15:02:33 queue INFO 7 [217] -2014-12-15 15:02:33 queue INFO >7 [218] -2014-12-15 15:02:33 sendUrl INFO 3 [15] -2014-12-15 15:02:34 queue INFO 3 [219] -2014-12-15 15:02:34 queue INFO >3 [220] -2014-12-15 15:02:34 sendUrl INFO 7 [16] -2014-12-15 15:02:34 sendUrl INFO 7 [17] -2014-12-15 15:02:35 queue INFO 7 [221] -2014-12-15 15:02:35 queue INFO >7 [222] -2014-12-15 15:02:35 sendUrl INFO 3 [18] -2014-12-15 15:02:35 sendUrl INFO 3 [19] -2014-12-15 15:02:36 queue INFO 3 [223] -2014-12-15 15:02:36 queue INFO >3 [224] -2014-12-15 15:02:36 sendUrl INFO 7 [20] -2014-12-15 15:02:36 sendUrl INFO 7 [21] -2014-12-15 15:02:37 queue INFO 7 [225] -2014-12-15 15:02:37 sendUrl INFO 3 [22] -2014-12-15 15:02:37 queue INFO >7 [226] -2014-12-15 15:02:37 sendUrl INFO 3 [23] -2014-12-15 15:02:38 queue INFO 3 [227] -2014-12-15 15:02:38 queue INFO >3 [228] -2014-12-15 15:02:38 sendUrl INFO 7 [24] -2014-12-15 15:02:38 sendUrl INFO 7 [25] -2014-12-15 15:02:39 sendUrl INFO 3 [26] -2014-12-15 15:02:39 queue INFO 7 [229] -2014-12-15 15:02:39 queue INFO >7 [230] -2014-12-15 15:02:39 queue INFO 3 [231] -2014-12-15 15:02:39 sendUrl INFO 3 [27] -2014-12-15 15:02:40 queue INFO >3 [232] -2014-12-15 15:02:40 sendUrl INFO 7 [28] -2014-12-15 15:02:40 sendUrl INFO 7 [29] -2014-12-15 15:02:41 queue INFO 7 [233] -2014-12-15 15:02:41 queue INFO >7 [234] -2014-12-15 15:02:41 sendUrl INFO 3 [30] -2014-12-15 15:02:41 queue INFO 3 [235] -2014-12-15 15:02:41 queue INFO >3 [236] -2014-12-15 15:02:41 sendUrl INFO 3 [31] -2014-12-15 15:02:42 sendUrl INFO 7 [32] -2014-12-15 15:02:42 sendUrl INFO 7 [33] -2014-12-15 15:02:43 queue INFO 7 [237] -2014-12-15 15:02:43 queue INFO >7 [238] -2014-12-15 15:02:43 sendUrl INFO 3 [34] -2014-12-15 15:02:43 queue INFO 3 [239] -2014-12-15 15:02:43 queue INFO >3 [240] -2014-12-15 15:02:44 sendUrl INFO 3 [35] -2014-12-15 15:02:44 sendUrl INFO 7 [36] -2014-12-15 15:02:45 sendUrl INFO 7 [37] -2014-12-15 15:02:45 queue INFO 7 [241] -2014-12-15 15:02:45 queue INFO >7 [242] -2014-12-15 15:02:45 sendUrl INFO 3 [38] -2014-12-15 15:02:45 queue INFO 3 [243] -2014-12-15 15:02:45 queue INFO >3 [244] -2014-12-15 15:02:46 sendUrl INFO 3 [39] -2014-12-15 15:02:46 sendUrl INFO 7 [40] -2014-12-15 15:02:47 sendUrl INFO 7 [41] -2014-12-15 15:02:47 queue INFO 7 [245] -2014-12-15 15:02:47 queue INFO >7 [246] -2014-12-15 15:02:47 sendUrl INFO 3 [42] -2014-12-15 15:02:47 queue INFO 3 [247] -2014-12-15 15:02:48 sendUrl INFO 3 [43] -2014-12-15 15:02:48 queue INFO >3 [248] -2014-12-15 15:02:48 sendUrl INFO 7 [44] -2014-12-15 15:02:49 sendUrl INFO 7 [45] -2014-12-15 15:02:49 queue INFO 7 [249] -2014-12-15 15:02:49 queue INFO >7 [250] -2014-12-15 15:02:49 queue INFO 3 [251] -2014-12-15 15:02:49 sendUrl INFO 3 [46] -2014-12-15 15:02:49 queue INFO >3 [252] -2014-12-15 15:02:50 sendUrl INFO 3 [47] -2014-12-15 15:02:50 sendUrl INFO 7 [48] -2014-12-15 15:02:50 queue INFO 7 [253] -2014-12-15 15:02:51 sendUrl INFO 7 [49] -2014-12-15 15:02:51 queue INFO >7 [254] -2014-12-15 15:02:51 sendUrl INFO 3 [50] -2014-12-15 15:02:51 queue INFO 3 [255] -2014-12-15 15:02:51 queue INFO >3 [256] -2014-12-15 15:02:52 sendUrl INFO 3 [51] -2014-12-15 15:02:52 sendUrl INFO 7 [52] -2014-12-15 15:02:52 queue INFO 7 [257] -2014-12-15 15:02:53 sendUrl INFO 7 [53] -2014-12-15 15:02:53 queue INFO >7 [258] -2014-12-15 15:02:53 queue INFO 3 [259] -2014-12-15 15:02:53 sendUrl INFO 3 [54] -2014-12-15 15:02:53 queue INFO >3 [260] -2014-12-15 15:02:54 sendUrl INFO 3 [55] -2014-12-15 15:02:54 sendUrl INFO 7 [56] -2014-12-15 15:02:54 queue INFO 7 [261] -2014-12-15 15:02:55 queue INFO >7 [262] -2014-12-15 15:02:55 sendUrl INFO 7 [57] -2014-12-15 15:02:55 queue INFO 3 [263] -2014-12-15 15:02:55 sendUrl INFO 3 [58] -2014-12-15 15:02:55 queue INFO >3 [264] -2014-12-15 15:02:56 sendUrl INFO 3 [59] -2014-12-15 15:02:56 sendUrl INFO 7 [60] -2014-12-15 15:02:56 queue INFO 7 [265] -2014-12-15 15:02:57 queue INFO >7 [266] -2014-12-15 15:02:57 sendUrl INFO 7 [61] -2014-12-15 15:02:57 queue INFO 3 [267] -2014-12-15 15:02:57 sendUrl INFO 3 [62] -2014-12-15 15:02:57 queue INFO >3 [268] -2014-12-15 15:02:58 sendUrl INFO 3 [63] -2014-12-15 15:02:58 sendUrl INFO 7 [64] -2014-12-15 15:02:59 queue INFO 7 [269] -2014-12-15 15:02:59 sendUrl INFO 7 [65] -2014-12-15 15:02:59 queue INFO >7 [270] -2014-12-15 15:02:59 sendUrl INFO 3 [66] -2014-12-15 15:02:59 queue INFO 3 [271] -2014-12-15 15:03:00 queue INFO >3 [272] -2014-12-15 15:03:00 sendUrl INFO 3 [67] -2014-12-15 15:03:00 sendUrl INFO 7 [68] -2014-12-15 15:03:01 sendUrl INFO 7 [69] -2014-12-15 15:03:01 queue INFO 7 [273] -2014-12-15 15:03:01 queue INFO >7 [274] -2014-12-15 15:03:01 sendUrl INFO 3 [70] -2014-12-15 15:03:02 queue INFO 3 [275] -2014-12-15 15:03:02 sendUrl INFO 3 [71] -2014-12-15 15:03:02 queue INFO >3 [276] -2014-12-15 15:03:02 sendUrl INFO 7 [72] -2014-12-15 15:03:03 sendUrl INFO 7 [73] -2014-12-15 15:03:03 queue INFO 7 [277] -2014-12-15 15:03:03 queue INFO >7 [278] -2014-12-15 15:03:03 sendUrl INFO 3 [74] -2014-12-15 15:03:04 sendUrl INFO 3 [75] -2014-12-15 15:03:04 queue INFO 3 [279] -2014-12-15 15:03:04 queue INFO >3 [280] -2014-12-15 15:03:04 sendUrl INFO 7 [76] -2014-12-15 15:03:05 sendUrl INFO 7 [77] -2014-12-15 15:03:05 queue INFO 7 [281] -2014-12-15 15:03:05 queue INFO >7 [282] -2014-12-15 15:03:05 sendUrl INFO 3 [78] -2014-12-15 15:03:06 sendUrl INFO 3 [79] -2014-12-15 15:03:06 queue INFO 3 [283] -2014-12-15 15:03:06 queue INFO >3 [284] -2014-12-15 15:03:06 sendUrl INFO 7 [80] -2014-12-15 15:03:07 sendUrl INFO 7 [81] -2014-12-15 15:03:07 queue INFO 7 [285] -2014-12-15 15:03:07 queue INFO >7 [286] -2014-12-15 15:03:07 sendUrl INFO 3 [82] -2014-12-15 15:03:08 sendUrl INFO 3 [83] -2014-12-15 15:03:08 queue INFO 3 [287] -2014-12-15 15:03:08 queue INFO >3 [288] -2014-12-15 15:03:08 sendUrl INFO 7 [84] -2014-12-15 15:03:09 sendUrl INFO 7 [85] -2014-12-15 15:03:09 queue INFO 7 [289] -2014-12-15 15:03:09 queue INFO >7 [290] -2014-12-15 15:03:09 sendUrl INFO 3 [86] -2014-12-15 15:03:10 sendUrl INFO 3 [87] -2014-12-15 15:03:10 queue INFO 3 [291] -2014-12-15 15:03:10 queue INFO >3 [292] -2014-12-15 15:03:10 sendUrl INFO 7 [88] -2014-12-15 15:03:11 sendUrl INFO 7 [89] -2014-12-15 15:03:11 queue INFO 7 [293] -2014-12-15 15:03:11 queue INFO >7 [294] -2014-12-15 15:03:11 sendUrl INFO 3 [90] -2014-12-15 15:03:12 sendUrl INFO 3 [91] -2014-12-15 15:03:12 queue INFO 3 [295] -2014-12-15 15:03:12 queue INFO >3 [296] -2014-12-15 15:03:12 sendUrl INFO 7 [92] -2014-12-15 15:03:13 sendUrl INFO 7 [93] -2014-12-15 15:03:13 queue INFO 7 [297] -2014-12-15 15:03:13 queue INFO >7 [298] -2014-12-15 15:03:13 sendUrl INFO 3 [94] -2014-12-15 15:03:14 sendUrl INFO 3 [95] -2014-12-15 15:03:14 queue INFO 3 [299] -2014-12-15 15:03:14 queue INFO >3 [300] -2014-12-15 15:03:14 sendUrl INFO 7 [96] -2014-12-15 15:03:15 sendUrl INFO 7 [97] -2014-12-15 15:03:15 queue INFO 7 [301] -2014-12-15 15:03:15 queue INFO >7 [302] -2014-12-15 15:03:15 sendUrl INFO 3 [98] -2014-12-15 15:03:16 sendUrl INFO 3 [99] -2014-12-15 15:03:16 queue INFO 3 [303] -2014-12-15 15:03:16 queue INFO >3 [304] -2014-12-15 15:03:16 sendUrl INFO 7 [100] -2014-12-15 15:03:17 sendUrl INFO 7 [101] -2014-12-15 15:03:17 queue INFO 7 [305] -2014-12-15 15:03:17 queue INFO >7 [306] -2014-12-15 15:03:17 sendUrl INFO 3 [102] -2014-12-15 15:03:18 queue INFO 3 [307] -2014-12-15 15:03:18 queue INFO >3 [308] -2014-12-15 15:03:18 sendUrl INFO 3 [103] -2014-12-15 15:03:18 queue INFO 7 [309] -2014-12-15 15:03:18 sendUrl INFO 7 [104] -2014-12-15 15:03:19 queue INFO >7 [310] -2014-12-15 15:03:19 sendUrl INFO 7 [105] -2014-12-15 15:03:19 queue INFO 3 [311] -2014-12-15 15:03:19 queue INFO >3 [312] -2014-12-15 15:03:19 sendUrl INFO 3 [106] -2014-12-15 15:03:20 sendUrl INFO 3 [107] -2014-12-15 15:03:20 queue INFO 7 [313] -2014-12-15 15:03:20 queue INFO >7 [314] -2014-12-15 15:03:20 sendUrl INFO 7 [108] -2014-12-15 15:03:21 queue INFO 3 [315] -2014-12-15 15:03:21 queue INFO >3 [316] -2014-12-15 15:03:21 sendUrl INFO 7 [109] -2014-12-15 15:03:21 sendUrl INFO 3 [110] -2014-12-15 15:03:22 queue INFO 7 [317] -2014-12-15 15:03:22 sendUrl INFO 3 [111] -2014-12-15 15:03:22 queue INFO >7 [318] -2014-12-15 15:03:22 sendUrl INFO 7 [112] -2014-12-15 15:03:23 queue INFO 3 [319] -2014-12-15 15:03:23 sendUrl INFO 7 [113] -2014-12-15 15:03:23 queue INFO 7 [320] -2014-12-15 15:03:23 queue INFO >7 [321] -2014-12-15 15:03:23 sendUrl INFO 3 [114] -2014-12-15 15:03:24 sendUrl INFO 3 [115] -2014-12-15 15:03:24 sendUrl INFO 7 [116] -2014-12-15 15:03:25 sendUrl INFO 7 [117] -2014-12-15 15:03:25 sendUrl INFO 3 [118] -2014-12-15 15:03:26 sendUrl INFO 3 [119] -2014-12-15 15:03:26 queue INFO 3 [322] -2014-12-15 15:03:26 queue INFO >3 [323] -2014-12-15 15:03:27 sendUrl INFO 7 [120] -2014-12-15 15:03:27 queue INFO 7 [324] -2014-12-15 15:03:27 queue INFO >7 [325] -2014-12-15 15:03:27 sendUrl INFO 7 [121] -2014-12-15 15:03:28 sendUrl INFO 3 [122] -2014-12-15 15:03:28 sendUrl INFO 3 [123] -2014-12-15 15:03:28 queue INFO 3 [326] -2014-12-15 15:03:29 sendUrl INFO 7 [124] -2014-12-15 15:03:29 queue INFO >3 [327] -2014-12-15 15:03:29 sendUrl INFO 7 [125] -2014-12-15 15:03:30 sendUrl INFO 3 [126] -2014-12-15 15:03:30 queue INFO 7 [328] -2014-12-15 15:03:30 queue INFO >7 [329] -2014-12-15 15:03:30 sendUrl INFO 3 [127] -2014-12-15 15:03:31 sendUrl INFO 7 [128] -2014-12-15 15:03:31 queue INFO 3 [330] -2014-12-15 15:03:31 queue INFO >3 [331] -2014-12-15 15:03:31 sendUrl INFO 7 [129] -2014-12-15 15:03:32 sendUrl INFO 3 [130] -2014-12-15 15:03:32 queue INFO 7 [332] -2014-12-15 15:03:32 queue INFO >7 [333] -2014-12-15 15:03:32 sendUrl INFO 3 [131] -2014-12-15 15:03:33 sendUrl INFO 7 [132] -2014-12-15 15:03:33 queue INFO 3 [334] -2014-12-15 15:03:33 queue INFO >3 [335] -2014-12-15 15:03:33 sendUrl INFO 7 [133] -2014-12-15 15:03:34 sendUrl INFO 3 [134] -2014-12-15 15:03:34 queue INFO 7 [336] -2014-12-15 15:03:34 queue INFO >7 [337] -2014-12-15 15:03:34 sendUrl INFO 3 [135] -2014-12-15 15:03:34 queue INFO 3 [338] -2014-12-15 15:03:35 sendUrl INFO 7 [136] -2014-12-15 15:03:35 queue INFO >3 [339] -2014-12-15 15:03:35 sendUrl INFO 7 [137] -2014-12-15 15:03:36 sendUrl INFO 3 [138] -2014-12-15 15:03:36 queue INFO 7 [340] -2014-12-15 15:03:36 sendUrl INFO 3 [139] -2014-12-15 15:03:36 queue INFO >7 [341] -2014-12-15 15:03:37 sendUrl INFO 7 [140] -2014-12-15 15:03:37 queue INFO 3 [342] -2014-12-15 15:03:37 queue INFO >3 [343] -2014-12-15 15:03:37 sendUrl INFO 7 [141] -2014-12-15 15:03:38 sendUrl INFO 3 [142] -2014-12-15 15:03:38 queue INFO 7 [344] -2014-12-15 15:03:38 queue INFO >7 [345] -2014-12-15 15:03:38 sendUrl INFO 3 [143] -2014-12-15 15:03:39 sendUrl INFO 7 [144] -2014-12-15 15:03:39 queue INFO 3 [346] -2014-12-15 15:03:39 queue INFO >3 [347] -2014-12-15 15:03:39 sendUrl INFO 7 [145] -2014-12-15 15:03:40 sendUrl INFO 3 [146] -2014-12-15 15:03:40 queue INFO 7 [348] -2014-12-15 15:03:40 queue INFO >7 [349] -2014-12-15 15:03:40 sendUrl INFO 3 [147] -2014-12-15 15:03:41 queue INFO 3 [350] -2014-12-15 15:03:41 sendUrl INFO 7 [148] -2014-12-15 15:03:41 queue INFO >3 [351] -2014-12-15 15:03:41 sendUrl INFO 7 [149] -2014-12-15 15:03:42 sendUrl INFO 3 [150] -2014-12-15 15:03:42 queue INFO 7 [352] -2014-12-15 15:03:42 sendUrl INFO 3 [151] -2014-12-15 15:03:42 queue INFO >7 [353] -2014-12-15 15:03:43 sendUrl INFO 7 [152] -2014-12-15 15:03:43 queue INFO 3 [354] -2014-12-15 15:03:43 queue INFO >3 [355] -2014-12-15 15:03:43 sendUrl INFO 3 [153] -2014-12-15 15:03:44 sendUrl INFO 3 [154] -2014-12-15 15:03:44 queue INFO 7 [356] -2014-12-15 15:03:44 sendUrl INFO 7 [155] -2014-12-15 15:03:44 queue INFO >7 [357] -2014-12-15 15:03:45 sendUrl INFO 7 [156] -2014-12-15 15:03:45 queue INFO 3 [358] -2014-12-15 15:03:45 sendUrl INFO 3 [157] -2014-12-15 15:03:45 queue INFO >3 [359] -2014-12-15 15:03:46 sendUrl INFO 3 [158] -2014-12-15 15:03:46 sendUrl INFO 7 [159] -2014-12-15 15:03:46 queue INFO 7 [360] -2014-12-15 15:03:47 queue INFO >7 [361] -2014-12-15 15:03:47 sendUrl INFO 7 [160] -2014-12-15 15:03:47 queue INFO 3 [362] -2014-12-15 15:03:47 sendUrl INFO 3 [161] -2014-12-15 15:03:47 queue INFO >3 [363] -2014-12-15 15:03:48 sendUrl INFO 3 [162] -2014-12-15 15:03:48 sendUrl INFO 7 [163] -2014-12-15 15:03:48 queue INFO 7 [364] -2014-12-15 15:03:49 queue INFO >7 [365] -2014-12-15 15:03:49 sendUrl INFO 7 [164] -2014-12-15 15:03:49 queue INFO 3 [366] -2014-12-15 15:03:49 sendUrl INFO 3 [165] -2014-12-15 15:03:49 queue INFO >3 [367] -2014-12-15 15:03:50 sendUrl INFO 3 [166] -2014-12-15 15:03:50 sendUrl INFO 7 [167] -2014-12-15 15:03:51 queue INFO 7 [368] -2014-12-15 15:03:51 sendUrl INFO 7 [168] -2014-12-15 15:03:51 queue INFO >7 [369] -2014-12-15 15:03:51 sendUrl INFO 3 [169] -2014-12-15 15:03:51 queue INFO 3 [370] -2014-12-15 15:03:52 queue INFO >3 [371] -2014-12-15 15:03:52 sendUrl INFO 3 [170] -2014-12-15 15:03:52 sendUrl INFO 7 [171] -2014-12-15 15:03:53 queue INFO 7 [372] -2014-12-15 15:03:53 sendUrl INFO 7 [172] -2014-12-15 15:03:53 queue INFO >7 [373] -2014-12-15 15:03:53 sendUrl INFO 3 [173] -2014-12-15 15:03:54 queue INFO 3 [374] -2014-12-15 15:03:54 sendUrl INFO 3 [174] -2014-12-15 15:03:54 queue INFO >3 [375] -2014-12-15 15:03:54 sendUrl INFO 7 [175] -2014-12-15 15:03:55 sendUrl INFO 7 [176] -2014-12-15 15:03:55 queue INFO 7 [376] -2014-12-15 15:03:55 queue INFO >7 [377] -2014-12-15 15:03:55 sendUrl INFO 3 [177] -2014-12-15 15:03:56 queue INFO 3 [378] -2014-12-15 15:03:56 sendUrl INFO 3 [178] -2014-12-15 15:03:56 queue INFO >3 [379] -2014-12-15 15:03:56 sendUrl INFO 7 [179] -2014-12-15 15:03:57 sendUrl INFO 7 [180] -2014-12-15 15:03:57 queue INFO 7 [380] -2014-12-15 15:03:57 queue INFO >7 [381] -2014-12-15 15:03:57 sendUrl INFO 3 [181] -2014-12-15 15:03:58 queue INFO 3 [382] -2014-12-15 15:03:58 sendUrl INFO 3 [182] -2014-12-15 15:03:58 queue INFO >3 [383] -2014-12-15 15:03:58 sendUrl INFO 7 [183] -2014-12-15 15:03:59 sendUrl INFO 7 [184] -2014-12-15 15:03:59 queue INFO 7 [384] -2014-12-15 15:03:59 queue INFO >7 [385] -2014-12-15 15:03:59 sendUrl INFO 3 [185] -2014-12-15 15:04:00 sendUrl INFO 3 [186] -2014-12-15 15:04:00 queue INFO 3 [386] -2014-12-15 15:04:00 queue INFO >3 [387] -2014-12-15 15:04:00 sendUrl INFO 7 [187] -2014-12-15 15:04:01 sendUrl INFO 7 [188] -2014-12-15 15:04:01 queue INFO 7 [388] -2014-12-15 15:04:01 queue INFO >7 [389] -2014-12-15 15:04:01 sendUrl INFO 3 [189] -2014-12-15 15:04:02 sendUrl INFO 3 [190] -2014-12-15 15:04:02 queue INFO 3 [390] -2014-12-15 15:04:02 queue INFO >3 [391] -2014-12-15 15:04:02 sendUrl INFO 7 [191] -2014-12-15 15:04:03 sendUrl INFO 7 [192] -2014-12-15 15:04:03 queue INFO 7 [392] -2014-12-15 15:04:03 sendUrl INFO 3 [193] -2014-12-15 15:04:04 queue INFO >7 [393] -2014-12-15 15:04:04 sendUrl INFO 3 [194] -2014-12-15 15:04:04 queue INFO 3 [394] -2014-12-15 15:04:04 sendUrl INFO 7 [195] -2014-12-15 15:04:05 queue INFO >3 [395] -2014-12-15 15:04:05 sendUrl INFO 7 [196] -2014-12-15 15:04:05 sendUrl INFO 3 [197] -2014-12-15 15:04:06 queue INFO 7 [396] -2014-12-15 15:04:06 queue INFO >7 [397] -2014-12-15 15:04:06 sendUrl INFO 3 [198] -2014-12-15 15:04:06 queue INFO 3 [398] -2014-12-15 15:04:06 sendUrl INFO 7 [199] -2014-12-15 15:04:07 queue INFO >3 [399] -2014-12-15 15:04:07 sendUrl INFO 7 [200] -2014-12-15 15:04:07 queue INFO 7 [400] -2014-12-15 15:04:07 sendUrl INFO 3 [201] -2014-12-15 15:04:08 queue INFO >7 [401] -2014-12-15 15:04:08 sendUrl INFO 3 [202] -2014-12-15 15:04:08 queue INFO 3 [402] -2014-12-15 15:04:08 sendUrl INFO 7 [203] -2014-12-15 15:04:09 queue INFO >3 [403] -2014-12-15 15:04:09 sendUrl INFO 7 [204] -2014-12-15 15:04:09 sendUrl INFO 3 [205] -2014-12-15 15:04:10 queue INFO 7 [404] -2014-12-15 15:04:10 queue INFO >7 [405] -2014-12-15 15:04:10 sendUrl INFO 3 [206] -2014-12-15 15:04:10 queue INFO 3 [406] -2014-12-15 15:04:11 sendUrl INFO 7 [207] -2014-12-15 15:04:11 queue INFO >3 [407] -2014-12-15 15:04:11 sendUrl INFO 7 [208] -2014-12-15 15:04:12 sendUrl INFO 3 [209] -2014-12-15 15:04:12 queue INFO 7 [408] -2014-12-15 15:04:12 queue INFO >7 [409] -2014-12-15 15:04:12 sendUrl INFO 3 [210] -2014-12-15 15:04:13 sendUrl INFO 7 [211] -2014-12-15 15:04:13 queue INFO 3 [410] -2014-12-15 15:04:13 queue INFO >3 [411] -2014-12-15 15:04:13 sendUrl INFO 7 [212] -2014-12-15 15:04:14 sendUrl INFO 3 [213] -2014-12-15 15:04:14 queue INFO 7 [412] -2014-12-15 15:04:14 queue INFO >7 [413] -2014-12-15 15:04:14 sendUrl INFO 3 [214] -2014-12-15 15:04:15 sendUrl INFO 7 [215] -2014-12-15 15:04:15 queue INFO 3 [414] -2014-12-15 15:04:15 queue INFO >3 [415] -2014-12-15 15:04:15 sendUrl INFO 7 [216] -2014-12-15 15:04:16 sendUrl INFO 3 [217] -2014-12-15 15:04:16 queue INFO 7 [416] -2014-12-15 15:04:16 sendUrl INFO 3 [218] -2014-12-15 15:04:16 queue INFO >7 [417] -2014-12-15 15:04:17 sendUrl INFO 7 [219] -2014-12-15 15:04:17 queue INFO 3 [418] -2014-12-15 15:04:17 sendUrl INFO 7 [220] -2014-12-15 15:04:17 queue INFO >3 [419] -2014-12-15 15:04:18 sendUrl INFO 3 [221] -2014-12-15 15:04:18 sendUrl INFO 3 [222] -2014-12-15 15:04:18 queue INFO 7 [420] -2014-12-15 15:04:18 queue INFO >7 [421] -2014-12-15 15:04:19 sendUrl INFO 7 [223] -2014-12-15 15:04:19 queue INFO 3 [422] -2014-12-15 15:04:19 queue INFO >3 [423] -2014-12-15 15:04:19 sendUrl INFO 7 [224] -2014-12-15 15:04:20 sendUrl INFO 3 [225] -2014-12-15 15:04:20 queue INFO 7 [424] -2014-12-15 15:04:20 sendUrl INFO 3 [226] -2014-12-15 15:04:20 queue INFO >7 [425] -2014-12-15 15:04:21 sendUrl INFO 7 [227] -2014-12-15 15:04:21 queue INFO 3 [426] -2014-12-15 15:04:21 sendUrl INFO 7 [228] -2014-12-15 15:04:21 queue INFO >3 [427] -2014-12-15 15:04:22 sendUrl INFO 3 [229] -2014-12-15 15:04:22 sendUrl INFO 3 [230] -2014-12-15 15:04:22 queue INFO 7 [428] -2014-12-15 15:04:22 queue INFO >7 [429] -2014-12-15 15:04:23 sendUrl INFO 7 [231] -2014-12-15 15:04:23 sendUrl INFO 7 [232] -2014-12-15 15:04:23 queue INFO 3 [430] -2014-12-15 15:04:24 queue INFO >3 [431] -2014-12-15 15:04:24 sendUrl INFO 3 [233] -2014-12-15 15:04:24 sendUrl INFO 3 [234] -2014-12-15 15:04:25 queue INFO 7 [432] -2014-12-15 15:04:25 sendUrl INFO 7 [235] -2014-12-15 15:04:25 queue INFO >7 [433] -2014-12-15 15:04:25 sendUrl INFO 7 [236] -2014-12-15 15:04:26 queue INFO 3 [434] -2014-12-15 15:04:26 sendUrl INFO 3 [237] -2014-12-15 15:04:26 queue INFO >3 [435] -2014-12-15 15:04:26 sendUrl INFO 3 [238] -2014-12-15 15:04:27 sendUrl INFO 7 [239] -2014-12-15 15:04:27 queue INFO 7 [436] -2014-12-15 15:04:27 queue INFO >7 [437] -2014-12-15 15:04:27 sendUrl INFO 7 [240] -2014-12-15 15:04:28 sendUrl INFO 3 [241] -2014-12-15 15:04:28 queue INFO 3 [438] -2014-12-15 15:04:28 queue INFO >3 [439] -2014-12-15 15:04:28 sendUrl INFO 3 [242] -2014-12-15 15:04:29 sendUrl INFO 7 [243] -2014-12-15 15:04:29 queue INFO 7 [440] -2014-12-15 15:04:29 queue INFO >7 [441] -2014-12-15 15:04:29 sendUrl INFO 7 [244] -2014-12-15 15:04:30 sendUrl INFO 3 [245] -2014-12-15 15:04:30 queue INFO 3 [442] -2014-12-15 15:04:30 queue INFO >3 [443] -2014-12-15 15:04:30 sendUrl INFO 3 [246] -2014-12-15 15:04:31 sendUrl INFO 7 [247] -2014-12-15 15:04:31 queue INFO 7 [444] -2014-12-15 15:04:31 queue INFO >7 [445] -2014-12-15 15:04:31 sendUrl INFO 7 [248] -2014-12-15 15:04:32 sendUrl INFO 3 [249] -2014-12-15 15:04:32 queue INFO 3 [446] -2014-12-15 15:04:32 queue INFO >3 [447] -2014-12-15 15:04:32 sendUrl INFO 3 [250] -2014-12-15 15:04:33 sendUrl INFO 7 [251] -2014-12-15 15:04:33 queue INFO 7 [448] -2014-12-15 15:04:33 queue INFO >7 [449] -2014-12-15 15:04:33 sendUrl INFO 7 [252] -2014-12-15 15:04:34 sendUrl INFO 3 [253] -2014-12-15 15:04:34 queue INFO 3 [450] -2014-12-15 15:04:34 queue INFO >3 [451] -2014-12-15 15:04:34 sendUrl INFO 3 [254] -2014-12-15 15:04:35 sendUrl INFO 7 [255] -2014-12-15 15:04:35 queue INFO 7 [452] -2014-12-15 15:04:35 queue INFO >7 [453] -2014-12-15 15:04:35 sendUrl INFO 7 [256] -2014-12-15 15:04:36 sendUrl INFO 3 [257] -2014-12-15 15:04:36 queue INFO 3 [454] -2014-12-15 15:04:36 queue INFO >3 [455] -2014-12-15 15:04:36 sendUrl INFO 3 [258] -2014-12-15 15:04:37 sendUrl INFO 7 [259] -2014-12-15 15:04:37 queue INFO 7 [456] -2014-12-15 15:04:37 queue INFO >7 [457] -2014-12-15 15:04:37 sendUrl INFO 7 [260] -2014-12-15 15:04:38 queue INFO 3 [458] -2014-12-15 15:04:38 sendUrl INFO 3 [261] -2014-12-15 15:04:38 queue INFO >3 [459] -2014-12-15 15:04:38 sendUrl INFO 3 [262] -2014-12-15 15:04:39 sendUrl INFO 7 [263] -2014-12-15 15:04:39 queue INFO 7 [460] -2014-12-15 15:04:39 queue INFO >7 [461] -2014-12-15 15:04:39 sendUrl INFO 7 [264] -2014-12-15 15:04:40 queue INFO 3 [462] -2014-12-15 15:04:40 sendUrl INFO 3 [265] -2014-12-15 15:04:40 queue INFO >3 [463] -2014-12-15 15:04:40 sendUrl INFO 3 [266] -2014-12-15 15:04:41 sendUrl INFO 7 [267] -2014-12-15 15:04:41 queue INFO 7 [464] -2014-12-15 15:04:41 queue INFO >7 [465] -2014-12-15 15:04:41 sendUrl INFO 7 [268] -2014-12-15 15:04:42 sendUrl INFO 3 [269] -2014-12-15 15:04:42 queue INFO 3 [466] -2014-12-15 15:04:42 queue INFO >3 [467] -2014-12-15 15:04:42 sendUrl INFO 3 [270] -2014-12-15 15:04:43 sendUrl INFO 7 [271] -2014-12-15 15:04:43 queue INFO 7 [468] -2014-12-15 15:04:43 sendUrl INFO 7 [272] -2014-12-15 15:04:43 queue INFO >7 [469] -2014-12-15 15:04:44 sendUrl INFO 3 [273] -2014-12-15 15:04:44 queue INFO 3 [470] -2014-12-15 15:04:44 queue INFO >3 [471] -2014-12-15 15:04:44 sendUrl INFO 3 [274] -2014-12-15 15:04:45 sendUrl INFO 7 [275] -2014-12-15 15:04:45 queue INFO 7 [472] -2014-12-15 15:04:45 queue INFO >7 [473] -2014-12-15 15:04:45 sendUrl INFO 7 [276] -2014-12-15 15:04:46 sendUrl INFO 3 [277] -2014-12-15 15:04:46 queue INFO 3 [474] -2014-12-15 15:04:46 queue INFO >3 [475] -2014-12-15 15:04:46 sendUrl INFO 3 [278] -2014-12-15 15:04:47 queue INFO 7 [476] -2014-12-15 15:04:47 queue INFO >7 [477] -2014-12-15 15:04:47 sendUrl INFO 7 [279] -2014-12-15 15:04:47 sendUrl INFO 7 [280] -2014-12-15 15:04:48 queue INFO 3 [478] -2014-12-15 15:04:48 sendUrl INFO 3 [281] -2014-12-15 15:04:48 queue INFO >3 [479] -2014-12-15 15:04:48 sendUrl INFO 3 [282] -2014-12-15 15:04:49 queue INFO 7 [480] -2014-12-15 15:04:49 sendUrl INFO 7 [283] -2014-12-15 15:04:49 queue INFO >7 [481] -2014-12-15 15:04:49 sendUrl INFO 7 [284] -2014-12-15 15:04:50 queue INFO 3 [482] -2014-12-15 15:04:50 sendUrl INFO 3 [285] -2014-12-15 15:04:50 queue INFO >3 [483] -2014-12-15 15:04:50 sendUrl INFO 3 [286] -2014-12-15 15:04:51 sendUrl INFO 7 [287] -2014-12-15 15:04:51 queue INFO 7 [484] -2014-12-15 15:04:51 sendUrl INFO 7 [288] -2014-12-15 15:04:52 queue INFO >7 [485] -2014-12-15 15:04:52 sendUrl INFO 3 [289] -2014-12-15 15:04:52 queue INFO 3 [486] -2014-12-15 15:04:52 queue INFO >3 [487] -2014-12-15 15:04:52 sendUrl INFO 3 [290] -2014-12-15 15:04:53 sendUrl INFO 7 [291] -2014-12-15 15:04:53 sendUrl INFO 7 [292] -2014-12-15 15:04:54 queue INFO 7 [488] -2014-12-15 15:04:54 queue INFO >7 [489] -2014-12-15 15:04:54 sendUrl INFO 3 [293] -2014-12-15 15:04:54 queue INFO 3 [490] -2014-12-15 15:04:54 sendUrl INFO 3 [294] -2014-12-15 15:04:55 queue INFO >3 [491] -2014-12-15 15:04:55 sendUrl INFO 7 [295] -2014-12-15 15:04:56 sendUrl INFO 7 [296] -2014-12-15 15:04:56 queue INFO 7 [492] -2014-12-15 15:04:56 queue INFO >7 [493] -2014-12-15 15:04:56 sendUrl INFO 3 [297] -2014-12-15 15:04:57 sendUrl INFO 3 [298] -2014-12-15 15:04:57 queue INFO 3 [494] -2014-12-15 15:04:57 sendUrl INFO 7 [299] -2014-12-15 15:04:57 queue INFO >3 [495] -2014-12-15 15:04:58 sendUrl INFO 7 [300] -2014-12-15 15:04:58 queue INFO 7 [496] -2014-12-15 15:04:58 sendUrl INFO 3 [301] -2014-12-15 15:04:58 queue INFO >7 [497] -2014-12-15 15:04:59 sendUrl INFO 3 [302] -2014-12-15 15:04:59 queue INFO 3 [498] -2014-12-15 15:04:59 sendUrl INFO 7 [303] -2014-12-15 15:04:59 queue INFO >3 [499] -2014-12-15 15:05:00 sendUrl INFO 7 [304] -2014-12-15 15:05:00 queue INFO 7 [500] -2014-12-15 15:05:00 sendUrl INFO 3 [305] -2014-12-15 15:05:00 queue INFO >7 [501] -2014-12-15 15:05:01 sendUrl INFO 3 [306] -2014-12-15 15:05:01 queue INFO 3 [502] -2014-12-15 15:05:01 queue INFO >3 [503] -2014-12-15 15:05:01 sendUrl INFO 7 [307] -2014-12-15 15:05:02 sendUrl INFO 7 [308] -2014-12-15 15:05:02 sendUrl INFO 3 [309] -2014-12-15 15:05:02 queue INFO 7 [504] -2014-12-15 15:05:02 queue INFO >7 [505] -2014-12-15 15:05:03 sendUrl INFO 3 [310] -2014-12-15 15:05:03 sendUrl INFO 7 [311] -2014-12-15 15:05:03 queue INFO 3 [506] -2014-12-15 15:05:03 queue INFO >3 [507] -2014-12-15 15:05:04 sendUrl INFO 7 [312] -2014-12-15 15:05:04 queue INFO 7 [508] -2014-12-15 15:05:04 sendUrl INFO 3 [313] -2014-12-15 15:05:04 queue INFO >7 [509] -2014-12-15 15:05:05 sendUrl INFO 3 [314] -2014-12-15 15:05:05 queue INFO 3 [510] -2014-12-15 15:05:05 sendUrl INFO 7 [315] -2014-12-15 15:05:05 queue INFO >3 [511] -2014-12-15 15:05:06 sendUrl INFO 7 [316] -2014-12-15 15:05:06 sendUrl INFO 3 [317] -2014-12-15 15:05:06 queue INFO 7 [512] -2014-12-15 15:05:07 sendUrl INFO 3 [318] -2014-12-15 15:05:07 queue INFO >7 [513] -2014-12-15 15:05:07 sendUrl INFO 7 [319] -2014-12-15 15:05:07 queue INFO 3 [514] -2014-12-15 15:05:08 sendUrl INFO 7 [320] -2014-12-15 15:05:08 queue INFO >3 [515] -2014-12-15 15:05:08 sendUrl INFO 3 [321] -2014-12-15 15:05:09 sendUrl INFO 3 [322] -2014-12-15 15:05:09 queue INFO 7 [516] -2014-12-15 15:05:09 queue INFO >7 [517] -2014-12-15 15:05:09 sendUrl INFO 7 [323] -2014-12-15 15:05:10 sendUrl INFO 7 [324] -2014-12-15 15:05:10 queue INFO 3 [518] -2014-12-15 15:05:10 queue INFO >3 [519] -2014-12-15 15:05:10 sendUrl INFO 3 [325] -2014-12-15 15:05:11 sendUrl INFO 3 [326] -2014-12-15 15:05:11 queue INFO 7 [520] -2014-12-15 15:05:11 queue INFO >7 [521] -2014-12-15 15:05:11 sendUrl INFO 7 [327] -2014-12-15 15:05:12 sendUrl INFO 7 [328] -2014-12-15 15:05:12 queue INFO 3 [522] -2014-12-15 15:05:12 queue INFO >3 [523] -2014-12-15 15:05:12 sendUrl INFO 3 [329] -2014-12-15 15:05:13 sendUrl INFO 3 [330] -2014-12-15 15:05:13 queue INFO 7 [524] -2014-12-15 15:05:13 queue INFO >7 [525] -2014-12-15 15:05:13 sendUrl INFO 7 [331] -2014-12-15 15:05:14 sendUrl INFO 7 [332] -2014-12-15 15:05:14 queue INFO 3 [526] -2014-12-15 15:05:14 queue INFO >3 [527] -2014-12-15 15:05:14 sendUrl INFO 3 [333] -2014-12-15 15:05:15 sendUrl INFO 3 [334] -2014-12-15 15:05:15 queue INFO 7 [528] -2014-12-15 15:05:15 sendUrl INFO 7 [335] -2014-12-15 15:05:15 queue INFO >7 [529] -2014-12-15 15:05:16 sendUrl INFO 7 [336] -2014-12-15 15:05:16 queue INFO 3 [530] -2014-12-15 15:05:16 sendUrl INFO 3 [337] -2014-12-15 15:05:16 queue INFO >3 [531] -2014-12-15 15:05:17 sendUrl INFO 3 [338] -2014-12-15 15:05:17 queue INFO 7 [532] -2014-12-15 15:05:17 queue INFO >7 [533] -2014-12-15 15:05:17 queue INFO 3 [534] -2014-12-15 15:05:17 sendUrl INFO 7 [339] -2014-12-15 15:05:17 queue INFO >3 [535] -2014-12-15 15:05:18 sendUrl INFO 7 [340] -2014-12-15 15:05:18 queue INFO 7 [536] -2014-12-15 15:05:18 queue INFO >7 [537] -2014-12-15 15:05:18 sendUrl INFO 3 [341] -2014-12-15 15:05:19 sendUrl INFO 3 [342] -2014-12-15 15:05:19 queue INFO 3 [538] -2014-12-15 15:05:19 queue INFO >3 [539] -2014-12-15 15:05:19 sendUrl INFO 7 [343] -2014-12-15 15:05:20 sendUrl INFO 7 [344] -2014-12-15 15:05:20 queue INFO 7 [540] -2014-12-15 15:05:20 sendUrl INFO 3 [345] -2014-12-15 15:05:20 queue INFO >7 [541] -2014-12-15 15:05:21 sendUrl INFO 3 [346] -2014-12-15 15:05:21 queue INFO 3 [542] -2014-12-15 15:05:21 sendUrl INFO 7 [347] -2014-12-15 15:05:21 queue INFO >3 [543] -2014-12-15 15:05:22 sendUrl INFO 7 [348] -2014-12-15 15:05:22 sendUrl INFO 3 [349] -2014-12-15 15:05:22 queue INFO 7 [544] -2014-12-15 15:05:23 queue INFO >7 [545] -2014-12-15 15:05:23 sendUrl INFO 3 [350] -2014-12-15 15:05:23 sendUrl INFO 7 [351] -2014-12-15 15:05:23 queue INFO 3 [546] -2014-12-15 15:05:24 queue INFO >3 [547] -2014-12-15 15:05:24 sendUrl INFO 7 [352] -2014-12-15 15:05:24 sendUrl INFO 3 [353] -2014-12-15 15:05:25 sendUrl INFO 3 [354] -2014-12-15 15:05:25 queue INFO 7 [548] -2014-12-15 15:05:25 queue INFO >7 [549] -2014-12-15 15:05:25 queue INFO 3 [550] -2014-12-15 15:05:25 sendUrl INFO 7 [355] -2014-12-15 15:05:25 queue INFO >3 [551] -2014-12-15 15:05:26 sendUrl INFO 7 [356] -2014-12-15 15:05:26 queue INFO 7 [552] -2014-12-15 15:05:26 sendUrl INFO 3 [357] -2014-12-15 15:05:26 queue INFO >7 [553] -2014-12-15 15:05:27 sendUrl INFO 3 [358] -2014-12-15 15:05:27 queue INFO 3 [554] -2014-12-15 15:05:27 sendUrl INFO 7 [359] -2014-12-15 15:05:27 queue INFO >3 [555] -2014-12-15 15:05:28 sendUrl INFO 7 [360] -2014-12-15 15:05:28 sendUrl INFO 3 [361] -2014-12-15 15:05:28 queue INFO 7 [556] -2014-12-15 15:05:29 queue INFO >7 [557] -2014-12-15 15:05:29 sendUrl INFO 3 [362] -2014-12-15 15:05:29 queue INFO 3 [558] -2014-12-15 15:05:29 sendUrl INFO 7 [363] -2014-12-15 15:05:30 queue INFO >3 [559] -2014-12-15 15:05:30 sendUrl INFO 7 [364] -2014-12-15 15:05:30 sendUrl INFO 3 [365] -2014-12-15 15:05:31 queue INFO 7 [560] -2014-12-15 15:05:31 queue INFO >7 [561] -2014-12-15 15:05:31 sendUrl INFO 3 [366] -2014-12-15 15:05:31 sendUrl INFO 7 [367] -2014-12-15 15:05:32 queue INFO 3 [562] -2014-12-15 15:05:32 queue INFO >3 [563] -2014-12-15 15:05:32 sendUrl INFO 7 [368] -2014-12-15 15:05:32 sendUrl INFO 3 [369] -2014-12-15 15:05:33 queue INFO 7 [564] -2014-12-15 15:05:33 sendUrl INFO 3 [370] -2014-12-15 15:05:33 queue INFO >7 [565] -2014-12-15 15:05:33 sendUrl INFO 7 [371] -2014-12-15 15:05:34 queue INFO 3 [566] -2014-12-15 15:05:34 sendUrl INFO 7 [372] -2014-12-15 15:05:34 queue INFO >3 [567] -2014-12-15 15:05:34 sendUrl INFO 3 [373] -2014-12-15 15:05:35 sendUrl INFO 3 [374] -2014-12-15 15:05:35 queue INFO 7 [568] -2014-12-15 15:05:35 queue INFO >7 [569] -2014-12-15 15:05:35 sendUrl INFO 7 [375] -2014-12-15 15:05:36 sendUrl INFO 7 [376] -2014-12-15 15:05:36 queue INFO 3 [570] -2014-12-15 15:05:36 queue INFO >3 [571] -2014-12-15 15:05:36 sendUrl INFO 3 [377] -2014-12-15 15:05:37 sendUrl INFO 3 [378] -2014-12-15 15:05:37 queue INFO 7 [572] -2014-12-15 15:05:38 sendUrl INFO 7 [379] -2014-12-15 15:05:38 queue INFO >7 [573] -2014-12-15 15:05:38 sendUrl INFO 7 [380] -2014-12-15 15:05:38 queue INFO 3 [574] -2014-12-15 15:05:39 sendUrl INFO 3 [381] -2014-12-15 15:05:39 queue INFO >3 [575] -2014-12-15 15:05:39 sendUrl INFO 3 [382] -2014-12-15 15:05:40 sendUrl INFO 7 [383] -2014-12-15 15:05:40 queue INFO 7 [576] -2014-12-15 15:05:40 queue INFO >7 [577] -2014-12-15 15:05:40 sendUrl INFO 7 [384] -2014-12-15 15:05:41 sendUrl INFO 3 [385] -2014-12-15 15:05:41 queue INFO 3 [578] -2014-12-15 15:05:41 queue INFO >3 [579] -2014-12-15 15:05:41 sendUrl INFO 3 [386] -2014-12-15 15:05:42 sendUrl INFO 7 [387] -2014-12-15 15:05:42 queue INFO 7 [580] -2014-12-15 15:05:42 queue INFO >7 [581] -2014-12-15 15:05:42 sendUrl INFO 7 [388] -2014-12-15 15:05:43 sendUrl INFO 3 [389] -2014-12-15 15:05:43 queue INFO 3 [582] -2014-12-15 15:05:43 queue INFO >3 [583] -2014-12-15 15:05:43 sendUrl INFO 3 [390] -2014-12-15 15:05:44 sendUrl INFO 7 [391] -2014-12-15 15:05:44 sendUrl INFO 7 [392] -2014-12-15 15:05:44 queue INFO 7 [584] -2014-12-15 15:05:44 queue INFO >7 [585] -2014-12-15 15:05:45 sendUrl INFO 3 [393] -2014-12-15 15:05:45 sendUrl INFO 3 [394] -2014-12-15 15:05:45 queue INFO 3 [586] -2014-12-15 15:05:45 queue INFO >3 [587] -2014-12-15 15:05:46 sendUrl INFO 7 [395] -2014-12-15 15:05:46 sendUrl INFO 7 [396] -2014-12-15 15:05:46 queue INFO 7 [588] -2014-12-15 15:05:47 sendUrl INFO 3 [397] -2014-12-15 15:05:47 queue INFO >7 [589] -2014-12-15 15:05:47 sendUrl INFO 3 [398] -2014-12-15 15:05:47 queue INFO 3 [590] -2014-12-15 15:05:48 sendUrl INFO 7 [399] -2014-12-15 15:05:48 queue INFO >3 [591] -2014-12-15 15:05:48 sendUrl INFO 7 [400] -2014-12-15 15:05:49 sendUrl INFO 3 [401] -2014-12-15 15:05:49 queue INFO 7 [592] -2014-12-15 15:05:49 queue INFO >7 [593] -2014-12-15 15:05:49 sendUrl INFO 3 [402] -2014-12-15 15:05:50 sendUrl INFO 7 [403] -2014-12-15 15:05:50 queue INFO 3 [594] -2014-12-15 15:05:50 queue INFO >3 [595] -2014-12-15 15:05:50 sendUrl INFO 7 [404] -2014-12-15 15:05:51 sendUrl INFO 3 [405] -2014-12-15 15:05:51 queue INFO 7 [596] -2014-12-15 15:05:51 queue INFO >7 [597] -2014-12-15 15:05:51 sendUrl INFO 3 [406] -2014-12-15 15:05:52 sendUrl INFO 7 [407] -2014-12-15 15:05:52 queue INFO 3 [598] -2014-12-15 15:05:52 queue INFO >3 [599] -2014-12-15 15:05:52 sendUrl INFO 7 [408] -2014-12-15 15:05:53 sendUrl INFO 3 [409] -2014-12-15 15:05:53 queue INFO 7 [600] -2014-12-15 15:05:53 sendUrl INFO 3 [410] -2014-12-15 15:05:53 queue INFO >7 [601] -2014-12-15 15:05:54 queue INFO 3 [602] -2014-12-15 15:05:54 sendUrl INFO 7 [411] -2014-12-15 15:05:54 queue INFO >3 [603] -2014-12-15 15:05:54 sendUrl INFO 7 [412] -2014-12-15 15:05:54 queue INFO 7 [604] -2014-12-15 15:05:55 queue INFO >7 [605] -2014-12-15 15:05:55 sendUrl INFO 3 [413] -2014-12-15 15:05:55 queue INFO 3 [606] -2014-12-15 15:05:55 queue INFO >3 [607] -2014-12-15 15:05:55 sendUrl INFO 3 [414] -2014-12-15 15:05:56 sendUrl INFO 7 [415] -2014-12-15 15:05:56 queue INFO 7 [608] -2014-12-15 15:05:56 queue INFO >7 [609] -2014-12-15 15:05:56 sendUrl INFO 7 [416] -2014-12-15 15:05:57 queue INFO 3 [610] -2014-12-15 15:05:57 sendUrl INFO 3 [417] -2014-12-15 15:05:57 queue INFO >3 [611] -2014-12-15 15:05:57 sendUrl INFO 3 [418] -2014-12-15 15:05:58 sendUrl INFO 7 [419] -2014-12-15 15:05:58 queue INFO 7 [612] -2014-12-15 15:05:58 queue INFO >7 [613] -2014-12-15 15:05:58 sendUrl INFO 7 [420] -2014-12-15 15:05:59 sendUrl INFO 3 [421] -2014-12-15 15:05:59 queue INFO 3 [614] -2014-12-15 15:05:59 queue INFO >3 [615] -2014-12-15 15:05:59 sendUrl INFO 3 [422] -2014-12-15 15:06:00 sendUrl INFO 7 [423] -2014-12-15 15:06:00 queue INFO 7 [616] -2014-12-15 15:06:00 queue INFO >7 [617] -2014-12-15 15:06:00 sendUrl INFO 7 [424] -2014-12-15 15:06:01 sendUrl INFO 3 [425] -2014-12-15 15:06:01 queue INFO 3 [618] -2014-12-15 15:06:01 queue INFO >3 [619] -2014-12-15 15:06:01 sendUrl INFO 3 [426] -2014-12-15 15:06:02 sendUrl INFO 7 [427] -2014-12-15 15:06:02 queue INFO 7 [620] -2014-12-15 15:06:02 sendUrl INFO 7 [428] -2014-12-15 15:06:02 queue INFO >7 [621] -2014-12-15 15:06:03 sendUrl INFO 3 [429] -2014-12-15 15:06:03 sendUrl INFO 3 [430] -2014-12-15 15:06:03 queue INFO 3 [622] -2014-12-15 15:06:04 queue INFO >3 [623] -2014-12-15 15:06:04 sendUrl INFO 7 [431] -2014-12-15 15:06:04 sendUrl INFO 7 [432] -2014-12-15 15:06:04 queue INFO 7 [624] -2014-12-15 15:06:05 queue INFO >7 [625] -2014-12-15 15:06:05 sendUrl INFO 3 [433] -2014-12-15 15:06:05 sendUrl INFO 3 [434] -2014-12-15 15:06:05 queue INFO 3 [626] -2014-12-15 15:06:06 queue INFO >3 [627] -2014-12-15 15:06:06 sendUrl INFO 7 [435] -2014-12-15 15:06:06 sendUrl INFO 7 [436] -2014-12-15 15:06:07 queue INFO 7 [628] -2014-12-15 15:06:07 queue INFO >7 [629] -2014-12-15 15:06:07 sendUrl INFO 3 [437] -2014-12-15 15:06:07 queue INFO 3 [630] -2014-12-15 15:06:07 queue INFO >3 [631] -2014-12-15 15:06:07 sendUrl INFO 3 [438] -2014-12-15 15:06:07 queue INFO 7 [632] -2014-12-15 15:06:08 queue INFO >7 [633] -2014-12-15 15:06:08 sendUrl INFO 7 [439] -2014-12-15 15:06:08 sendUrl INFO 7 [440] -2014-12-15 15:06:08 queue INFO 3 [634] -2014-12-15 15:06:09 queue INFO >3 [635] -2014-12-15 15:06:09 sendUrl INFO 3 [441] -2014-12-15 15:06:09 sendUrl INFO 3 [442] -2014-12-15 15:06:10 queue INFO 7 [636] -2014-12-15 15:06:10 queue INFO >7 [637] -2014-12-15 15:06:10 sendUrl INFO 7 [443] -2014-12-15 15:06:10 sendUrl INFO 7 [444] -2014-12-15 15:06:11 queue INFO 3 [638] -2014-12-15 15:06:11 queue INFO >3 [639] -2014-12-15 15:06:11 sendUrl INFO 3 [445] -2014-12-15 15:06:11 sendUrl INFO 3 [446] -2014-12-15 15:06:12 queue INFO 7 [640] -2014-12-15 15:06:12 sendUrl INFO 7 [447] -2014-12-15 15:06:12 queue INFO >7 [641] -2014-12-15 15:06:12 sendUrl INFO 7 [448] -2014-12-15 15:06:13 queue INFO 3 [642] -2014-12-15 15:06:13 sendUrl INFO 3 [449] -2014-12-15 15:06:13 queue INFO >3 [643] -2014-12-15 15:06:13 sendUrl INFO 3 [450] -2014-12-15 15:06:14 sendUrl INFO 7 [451] -2014-12-15 15:06:14 queue INFO 7 [644] -2014-12-15 15:06:14 queue INFO >7 [645] -2014-12-15 15:06:14 sendUrl INFO 7 [452] -2014-12-15 15:06:15 sendUrl INFO 3 [453] -2014-12-15 15:06:15 queue INFO 3 [646] -2014-12-15 15:06:15 queue INFO >3 [647] -2014-12-15 15:06:15 sendUrl INFO 3 [454] -2014-12-15 15:06:16 sendUrl INFO 7 [455] -2014-12-15 15:06:16 queue INFO 7 [648] -2014-12-15 15:06:16 sendUrl INFO 7 [456] -2014-12-15 15:06:17 queue INFO >7 [649] -2014-12-15 15:06:17 sendUrl INFO 3 [457] -2014-12-15 15:06:17 sendUrl INFO 3 [458] -2014-12-15 15:06:18 queue INFO 3 [650] -2014-12-15 15:06:18 queue INFO >3 [651] -2014-12-15 15:06:18 sendUrl INFO 7 [459] -2014-12-15 15:06:18 sendUrl INFO 7 [460] -2014-12-15 15:06:19 queue INFO 7 [652] -2014-12-15 15:06:19 sendUrl INFO 3 [461] -2014-12-15 15:06:19 queue INFO >7 [653] -2014-12-15 15:06:19 sendUrl INFO 7 [462] -2014-12-15 15:06:20 queue INFO 3 [654] -2014-12-15 15:06:20 sendUrl INFO 7 [463] -2014-12-15 15:06:20 queue INFO >3 [655] -2014-12-15 15:06:20 sendUrl INFO 3 [464] -2014-12-15 15:06:21 sendUrl INFO 3 [465] -2014-12-15 15:06:21 queue INFO 7 [656] -2014-12-15 15:06:21 queue INFO >7 [657] -2014-12-15 15:06:22 sendUrl INFO 7 [466] -2014-12-15 15:06:22 queue INFO 3 [658] -2014-12-15 15:06:22 sendUrl INFO 7 [467] -2014-12-15 15:06:22 queue INFO >3 [659] -2014-12-15 15:06:23 sendUrl INFO 3 [468] -2014-12-15 15:06:23 sendUrl INFO 3 [469] -2014-12-15 15:06:23 queue INFO 7 [660] -2014-12-15 15:06:24 sendUrl INFO 7 [470] -2014-12-15 15:06:24 queue INFO >7 [661] -2014-12-15 15:06:24 sendUrl INFO 7 [471] -2014-12-15 15:06:24 queue INFO 3 [662] -2014-12-15 15:06:25 sendUrl INFO 3 [472] -2014-12-15 15:06:25 queue INFO >3 [663] -2014-12-15 15:06:25 sendUrl INFO 3 [473] -2014-12-15 15:06:26 sendUrl INFO 7 [474] -2014-12-15 15:06:26 queue INFO 7 [664] -2014-12-15 15:06:26 queue INFO >7 [665] -2014-12-15 15:06:26 sendUrl INFO 7 [475] -2014-12-15 15:06:27 sendUrl INFO 3 [476] -2014-12-15 15:06:27 queue INFO 3 [666] -2014-12-15 15:06:27 queue INFO >3 [667] -2014-12-15 15:06:27 sendUrl INFO 3 [477] -2014-12-15 15:06:28 sendUrl INFO 7 [478] -2014-12-15 15:06:28 queue INFO 7 [668] -2014-12-15 15:06:28 queue INFO >7 [669] -2014-12-15 15:06:28 sendUrl INFO 7 [479] -2014-12-15 15:06:28 queue INFO 3 [670] -2014-12-15 15:06:29 sendUrl INFO 3 [480] -2014-12-15 15:06:29 queue INFO >3 [671] -2014-12-15 15:06:29 sendUrl INFO 3 [481] -2014-12-15 15:06:30 sendUrl INFO 7 [482] -2014-12-15 15:06:30 queue INFO 7 [672] -2014-12-15 15:06:30 queue INFO >7 [673] -2014-12-15 15:06:30 sendUrl INFO 7 [483] -2014-12-15 15:06:31 sendUrl INFO 3 [484] -2014-12-15 15:06:31 queue INFO 3 [674] -2014-12-15 15:06:31 queue INFO >3 [675] -2014-12-15 15:06:31 sendUrl INFO 3 [485] -2014-12-15 15:06:32 sendUrl INFO 7 [486] -2014-12-15 15:06:32 queue INFO 7 [676] -2014-12-15 15:06:32 queue INFO >7 [677] -2014-12-15 15:06:32 sendUrl INFO 7 [487] -2014-12-15 15:06:33 sendUrl INFO 3 [488] -2014-12-15 15:06:33 queue INFO 3 [678] -2014-12-15 15:06:33 queue INFO >3 [679] -2014-12-15 15:06:33 sendUrl INFO 3 [489] -2014-12-15 15:06:34 sendUrl INFO 7 [490] -2014-12-15 15:06:34 queue INFO 7 [680] -2014-12-15 15:06:34 sendUrl INFO 7 [491] -2014-12-15 15:06:34 queue INFO >7 [681] -2014-12-15 15:06:35 sendUrl INFO 3 [492] -2014-12-15 15:06:35 queue INFO 3 [682] -2014-12-15 15:06:35 sendUrl INFO 3 [493] -2014-12-15 15:06:35 queue INFO >3 [683] -2014-12-15 15:06:36 sendUrl INFO 7 [494] -2014-12-15 15:06:36 sendUrl INFO 7 [495] -2014-12-15 15:06:36 queue INFO 7 [684] -2014-12-15 15:06:36 queue INFO >7 [685] -2014-12-15 15:06:37 sendUrl INFO 3 [496] -2014-12-15 15:06:37 sendUrl INFO 3 [497] -2014-12-15 15:06:37 queue INFO 3 [686] -2014-12-15 15:06:38 queue INFO >3 [687] -2014-12-15 15:06:38 sendUrl INFO 7 [498] -2014-12-15 15:06:38 sendUrl INFO 7 [499] -2014-12-15 15:06:38 queue INFO 7 [688] -2014-12-15 15:06:39 queue INFO >7 [689] -2014-12-15 15:06:39 sendUrl INFO 3 [500] -2014-12-15 15:06:39 sendUrl INFO 3 [501] -2014-12-15 15:06:39 queue INFO 3 [690] -2014-12-15 15:06:40 queue INFO >3 [691] -2014-12-15 15:06:40 sendUrl INFO 7 [502] -2014-12-15 15:06:40 sendUrl INFO 7 [503] -2014-12-15 15:06:41 queue INFO 7 [692] -2014-12-15 15:06:41 sendUrl INFO 3 [504] -2014-12-15 15:06:41 queue INFO >7 [693] -2014-12-15 15:06:41 sendUrl INFO 3 [505] -2014-12-15 15:06:42 sendUrl INFO 7 [506] -2014-12-15 15:06:42 queue INFO 3 [694] -2014-12-15 15:06:42 queue INFO >3 [695] -2014-12-15 15:06:42 sendUrl INFO 7 [507] -2014-12-15 15:06:43 sendUrl INFO 3 [508] -2014-12-15 15:06:43 queue INFO 7 [696] -2014-12-15 15:06:43 queue INFO >7 [697] -2014-12-15 15:06:43 sendUrl INFO 3 [509] -2014-12-15 15:06:44 sendUrl INFO 7 [510] -2014-12-15 15:06:44 queue INFO 3 [698] -2014-12-15 15:06:44 queue INFO >3 [699] -2014-12-15 15:06:44 sendUrl INFO 7 [511] -2014-12-15 15:06:45 sendUrl INFO 3 [512] -2014-12-15 15:06:45 queue INFO 7 [700] -2014-12-15 15:06:45 sendUrl INFO 3 [513] -2014-12-15 15:06:45 queue INFO >7 [701] -2014-12-15 15:06:46 sendUrl INFO 7 [514] -2014-12-15 15:06:46 sendUrl INFO 7 [515] -2014-12-15 15:06:46 queue INFO 3 [702] -2014-12-15 15:06:47 queue INFO >3 [703] -2014-12-15 15:06:47 sendUrl INFO 3 [516] -2014-12-15 15:06:47 sendUrl INFO 3 [517] -2014-12-15 15:06:48 queue INFO 7 [704] -2014-12-15 15:06:48 sendUrl INFO 7 [518] -2014-12-15 15:06:48 queue INFO >7 [705] -2014-12-15 15:06:48 sendUrl INFO 7 [519] -2014-12-15 15:06:49 queue INFO 3 [706] -2014-12-15 15:06:49 sendUrl INFO 3 [520] -2014-12-15 15:06:49 queue INFO >3 [707] -2014-12-15 15:06:49 sendUrl INFO 3 [521] -2014-12-15 15:06:50 sendUrl INFO 7 [522] -2014-12-15 15:06:50 queue INFO 7 [708] -2014-12-15 15:06:50 queue INFO >7 [709] -2014-12-15 15:06:50 sendUrl INFO 7 [523] -2014-12-15 15:06:51 sendUrl INFO 3 [524] -2014-12-15 15:06:51 queue INFO 3 [710] -2014-12-15 15:06:51 queue INFO >3 [711] -2014-12-15 15:06:51 sendUrl INFO 3 [525] -2014-12-15 15:06:52 sendUrl INFO 7 [526] -2014-12-15 15:06:52 queue INFO 7 [712] -2014-12-15 15:06:52 sendUrl INFO 7 [527] -2014-12-15 15:06:52 queue INFO >7 [713] -2014-12-15 15:06:53 sendUrl INFO 3 [528] -2014-12-15 15:06:53 queue INFO 3 [714] -2014-12-15 15:06:53 sendUrl INFO 3 [529] -2014-12-15 15:06:53 queue INFO >3 [715] -2014-12-15 15:06:54 sendUrl INFO 7 [530] -2014-12-15 15:06:54 sendUrl INFO 7 [531] -2014-12-15 15:06:55 queue INFO 7 [716] -2014-12-15 15:06:55 queue INFO >7 [717] -2014-12-15 15:06:55 sendUrl INFO 3 [532] -2014-12-15 15:06:55 sendUrl INFO 3 [533] -2014-12-15 15:06:56 queue INFO 3 [718] -2014-12-15 15:06:56 queue INFO >3 [719] -2014-12-15 15:06:56 sendUrl INFO 7 [534] -2014-12-15 15:06:56 sendUrl INFO 7 [535] -2014-12-15 15:06:57 queue INFO 7 [720] -2014-12-15 15:06:57 sendUrl INFO 3 [536] -2014-12-15 15:06:57 queue INFO >7 [721] -2014-12-15 15:06:57 sendUrl INFO 3 [537] -2014-12-15 15:06:58 queue INFO 3 [722] -2014-12-15 15:06:58 sendUrl INFO 7 [538] -2014-12-15 15:06:58 queue INFO >3 [723] -2014-12-15 15:06:58 sendUrl INFO 7 [539] -2014-12-15 15:06:59 queue INFO 7 [724] -2014-12-15 15:06:59 sendUrl INFO 3 [540] -2014-12-15 15:06:59 queue INFO >7 [725] -2014-12-15 15:06:59 sendUrl INFO 3 [541] -2014-12-15 15:07:00 queue INFO 3 [726] -2014-12-15 15:07:00 sendUrl INFO 7 [542] -2014-12-15 15:07:00 queue INFO >3 [727] -2014-12-15 15:07:00 sendUrl INFO 7 [543] -2014-12-15 15:07:01 sendUrl INFO 3 [544] -2014-12-15 15:07:01 queue INFO 7 [728] -2014-12-15 15:07:01 queue INFO >7 [729] -2014-12-15 15:07:01 sendUrl INFO 3 [545] -2014-12-15 15:07:02 queue INFO 3 [730] -2014-12-15 15:07:02 sendUrl INFO 7 [546] -2014-12-15 15:07:02 queue INFO >3 [731] -2014-12-15 15:07:02 sendUrl INFO 7 [547] -2014-12-15 15:07:03 sendUrl INFO 3 [548] -2014-12-15 15:07:03 queue INFO 7 [732] -2014-12-15 15:07:03 queue INFO >7 [733] -2014-12-15 15:07:03 sendUrl INFO 3 [549] -2014-12-15 15:07:04 sendUrl INFO 7 [550] -2014-12-15 15:07:04 queue INFO 3 [734] -2014-12-15 15:07:04 queue INFO >3 [735] -2014-12-15 15:07:04 sendUrl INFO 7 [551] -2014-12-15 15:07:05 sendUrl INFO 3 [552] -2014-12-15 15:07:05 sendUrl INFO 3 [553] -2014-12-15 15:07:06 queue INFO 7 [736] -2014-12-15 15:07:06 queue INFO >7 [737] -2014-12-15 15:07:06 sendUrl INFO 7 [554] -2014-12-15 15:07:07 sendUrl INFO 7 [555] -2014-12-15 15:07:07 queue INFO 3 [738] -2014-12-15 15:07:07 queue INFO >3 [739] -2014-12-15 15:07:07 sendUrl INFO 3 [556] -2014-12-15 15:07:08 sendUrl INFO 3 [557] -2014-12-15 15:07:08 queue INFO 7 [740] -2014-12-15 15:07:08 queue INFO >7 [741] -2014-12-15 15:07:08 sendUrl INFO 7 [558] -2014-12-15 15:07:09 sendUrl INFO 7 [559] -2014-12-15 15:07:09 queue INFO 3 [742] -2014-12-15 15:07:09 queue INFO >3 [743] -2014-12-15 15:07:09 sendUrl INFO 3 [560] -2014-12-15 15:07:10 sendUrl INFO 3 [561] -2014-12-15 15:07:10 queue INFO 7 [744] -2014-12-15 15:07:10 sendUrl INFO 7 [562] -2014-12-15 15:07:10 queue INFO >7 [745] -2014-12-15 15:07:11 sendUrl INFO 7 [563] -2014-12-15 15:07:11 queue INFO 3 [746] -2014-12-15 15:07:11 sendUrl INFO 3 [564] -2014-12-15 15:07:11 queue INFO >3 [747] -2014-12-15 15:07:12 sendUrl INFO 3 [565] -2014-12-15 15:07:12 sendUrl INFO 7 [566] -2014-12-15 15:07:12 queue INFO 7 [748] -2014-12-15 15:07:12 queue INFO >7 [749] -2014-12-15 15:07:13 sendUrl INFO 7 [567] -2014-12-15 15:07:13 sendUrl INFO 3 [568] -2014-12-15 15:07:13 queue INFO 3 [750] -2014-12-15 15:07:13 queue INFO >3 [751] -2014-12-15 15:07:14 sendUrl INFO 3 [569] -2014-12-15 15:07:14 sendUrl INFO 7 [570] -2014-12-15 15:07:15 sendUrl INFO 7 [571] -2014-12-15 15:07:15 queue INFO 7 [752] -2014-12-15 15:07:15 queue INFO >7 [753] -2014-12-15 15:07:15 sendUrl INFO 3 [572] -2014-12-15 15:07:16 sendUrl INFO 3 [573] -2014-12-15 15:07:16 queue INFO 3 [754] -2014-12-15 15:07:16 queue INFO >3 [755] -2014-12-15 15:07:16 sendUrl INFO 7 [574] -2014-12-15 15:07:17 sendUrl INFO 7 [575] -2014-12-15 15:07:17 queue INFO 7 [756] -2014-12-15 15:07:17 queue INFO >7 [757] -2014-12-15 15:07:17 sendUrl INFO 3 [576] -2014-12-15 15:07:18 sendUrl INFO 3 [577] -2014-12-15 15:07:18 queue INFO 3 [758] -2014-12-15 15:07:18 queue INFO >3 [759] -2014-12-15 15:07:18 sendUrl INFO 7 [578] -2014-12-15 15:07:19 sendUrl INFO 7 [579] -2014-12-15 15:07:19 queue INFO 7 [760] -2014-12-15 15:07:19 queue INFO >7 [761] -2014-12-15 15:07:19 sendUrl INFO 3 [580] -2014-12-15 15:07:19 queue INFO 3 [762] -2014-12-15 15:07:19 queue INFO >3 [763] -2014-12-15 15:07:20 sendUrl INFO 3 [581] -2014-12-15 15:07:20 sendUrl INFO 7 [582] -2014-12-15 15:07:20 queue INFO 7 [764] -2014-12-15 15:07:20 queue INFO >7 [765] -2014-12-15 15:07:21 sendUrl INFO 7 [583] -2014-12-15 15:07:21 sendUrl INFO 3 [584] -2014-12-15 15:07:21 queue INFO 3 [766] -2014-12-15 15:07:21 queue INFO >3 [767] -2014-12-15 15:07:22 sendUrl INFO 3 [585] -2014-12-15 15:07:22 sendUrl INFO 7 [586] -2014-12-15 15:07:23 sendUrl INFO 7 [587] -2014-12-15 15:07:23 queue INFO 7 [768] -2014-12-15 15:07:23 queue INFO >7 [769] -2014-12-15 15:07:23 sendUrl INFO 3 [588] -2014-12-15 15:07:24 sendUrl INFO 3 [589] -2014-12-15 15:07:24 queue INFO 3 [770] -2014-12-15 15:07:24 sendUrl INFO 7 [590] -2014-12-15 15:07:24 queue INFO >3 [771] -2014-12-15 15:07:25 sendUrl INFO 7 [591] -2014-12-15 15:07:25 queue INFO 7 [772] -2014-12-15 15:07:25 queue INFO >7 [773] -2014-12-15 15:07:25 sendUrl INFO 3 [592] -2014-12-15 15:07:26 sendUrl INFO 3 [593] -2014-12-15 15:07:26 queue INFO 3 [774] -2014-12-15 15:07:26 queue INFO >3 [775] -2014-12-15 15:07:26 sendUrl INFO 7 [594] -2014-12-15 15:07:27 sendUrl INFO 7 [595] -2014-12-15 15:07:27 sendUrl INFO 3 [596] -2014-12-15 15:07:27 queue INFO 7 [776] -2014-12-15 15:07:28 queue INFO >7 [777] -2014-12-15 15:07:28 sendUrl INFO 3 [597] -2014-12-15 15:07:28 sendUrl INFO 7 [598] -2014-12-15 15:07:29 queue INFO 3 [778] -2014-12-15 15:07:29 queue INFO >3 [779] -2014-12-15 15:07:29 sendUrl INFO 7 [599] -2014-12-15 15:07:29 sendUrl INFO 3 [600] -2014-12-15 15:07:30 sendUrl INFO 3 [601] -2014-12-15 15:07:30 queue INFO 7 [780] -2014-12-15 15:07:30 queue INFO >7 [781] -2014-12-15 15:07:30 sendUrl INFO 7 [602] -2014-12-15 15:07:31 sendUrl INFO 7 [603] -2014-12-15 15:07:31 queue INFO 3 [782] -2014-12-15 15:07:31 sendUrl INFO 3 [604] -2014-12-15 15:07:31 queue INFO >3 [783] -2014-12-15 15:07:32 sendUrl INFO 3 [605] -2014-12-15 15:07:32 sendUrl INFO 7 [606] -2014-12-15 15:07:33 queue INFO 7 [784] -2014-12-15 15:07:33 queue INFO >7 [785] -2014-12-15 15:07:33 sendUrl INFO 7 [607] -2014-12-15 15:07:33 sendUrl INFO 3 [608] -2014-12-15 15:07:34 queue INFO 3 [786] -2014-12-15 15:07:34 sendUrl INFO 3 [609] -2014-12-15 15:07:34 queue INFO >3 [787] -2014-12-15 15:07:34 sendUrl INFO 7 [610] -2014-12-15 15:07:35 sendUrl INFO 7 [611] -2014-12-15 15:07:35 queue INFO 7 [788] -2014-12-15 15:07:35 sendUrl INFO 3 [612] -2014-12-15 15:07:35 queue INFO >7 [789] -2014-12-15 15:07:36 sendUrl INFO 3 [613] -2014-12-15 15:07:36 sendUrl INFO 7 [614] -2014-12-15 15:07:36 queue INFO 3 [790] -2014-12-15 15:07:37 queue INFO >3 [791] -2014-12-15 15:07:37 sendUrl INFO 7 [615] -2014-12-15 15:07:37 sendUrl INFO 3 [616] -2014-12-15 15:07:38 queue INFO 7 [792] -2014-12-15 15:07:38 sendUrl INFO 3 [617] -2014-12-15 15:07:38 queue INFO >7 [793] -2014-12-15 15:07:38 sendUrl INFO 7 [618] -2014-12-15 15:07:39 queue INFO 3 [794] -2014-12-15 15:07:39 sendUrl INFO 7 [619] -2014-12-15 15:07:39 queue INFO >3 [795] -2014-12-15 15:07:39 sendUrl INFO 3 [620] -2014-12-15 15:07:40 sendUrl INFO 3 [621] -2014-12-15 15:07:40 queue INFO 7 [796] -2014-12-15 15:07:40 sendUrl INFO 7 [622] -2014-12-15 15:07:40 queue INFO >7 [797] -2014-12-15 15:07:41 sendUrl INFO 7 [623] -2014-12-15 15:07:41 queue INFO 3 [798] -2014-12-15 15:07:41 sendUrl INFO 3 [624] -2014-12-15 15:07:41 queue INFO >3 [799] -2014-12-15 15:07:42 sendUrl INFO 3 [625] -2014-12-15 15:07:42 sendUrl INFO 7 [626] -2014-12-15 15:07:43 queue INFO 7 [800] -2014-12-15 15:07:43 queue INFO >7 [801] -2014-12-15 15:07:43 sendUrl INFO 7 [627] -2014-12-15 15:07:43 sendUrl INFO 3 [628] -2014-12-15 15:07:44 queue INFO 3 [802] -2014-12-15 15:07:44 queue INFO >3 [803] -2014-12-15 15:07:44 sendUrl INFO 3 [629] -2014-12-15 15:07:44 sendUrl INFO 7 [630] -2014-12-15 15:07:45 sendUrl INFO 7 [631] -2014-12-15 15:07:45 queue INFO 7 [804] -2014-12-15 15:07:45 queue INFO >7 [805] -2014-12-15 15:07:45 sendUrl INFO 3 [632] -2014-12-15 15:07:46 sendUrl INFO 3 [633] -2014-12-15 15:07:46 queue INFO 3 [806] -2014-12-15 15:07:46 queue INFO >3 [807] -2014-12-15 15:07:46 sendUrl INFO 7 [634] -2014-12-15 15:07:47 sendUrl INFO 7 [635] -2014-12-15 15:07:47 sendUrl INFO 3 [636] -2014-12-15 15:07:47 queue INFO 7 [808] -2014-12-15 15:07:48 queue INFO >7 [809] -2014-12-15 15:07:48 sendUrl INFO 3 [637] -2014-12-15 15:07:48 sendUrl INFO 7 [638] -2014-12-15 15:07:49 queue INFO 3 [810] -2014-12-15 15:07:49 queue INFO >3 [811] -2014-12-15 15:07:49 sendUrl INFO 7 [639] -2014-12-15 15:07:49 sendUrl INFO 3 [640] -2014-12-15 15:07:50 queue INFO 7 [812] -2014-12-15 15:07:50 sendUrl INFO 3 [641] -2014-12-15 15:07:50 queue INFO >7 [813] -2014-12-15 15:07:51 sendUrl INFO 7 [642] -2014-12-15 15:07:51 queue INFO 3 [814] -2014-12-15 15:07:51 sendUrl INFO 7 [643] -2014-12-15 15:07:51 queue INFO >3 [815] -2014-12-15 15:07:52 sendUrl INFO 3 [644] -2014-12-15 15:07:52 sendUrl INFO 3 [645] -2014-12-15 15:07:52 queue INFO 7 [816] -2014-12-15 15:07:53 sendUrl INFO 7 [646] -2014-12-15 15:07:53 queue INFO >7 [817] -2014-12-15 15:07:53 sendUrl INFO 7 [647] -2014-12-15 15:07:54 sendUrl INFO 3 [648] -2014-12-15 15:07:54 queue INFO 3 [818] -2014-12-15 15:07:54 queue INFO >3 [819] -2014-12-15 15:07:54 sendUrl INFO 3 [649] -2014-12-15 15:07:54 queue INFO 7 [820] -2014-12-15 15:07:54 queue INFO >7 [821] -2014-12-15 15:07:55 sendUrl INFO 7 [650] -2014-12-15 15:07:55 queue INFO 3 [822] -2014-12-15 15:07:55 sendUrl INFO 7 [651] -2014-12-15 15:07:55 queue INFO >3 [823] -2014-12-15 15:07:56 sendUrl INFO 3 [652] -2014-12-15 15:07:56 sendUrl INFO 3 [653] -2014-12-15 15:07:57 queue INFO 7 [824] -2014-12-15 15:07:57 sendUrl INFO 7 [654] -2014-12-15 15:07:57 queue INFO >7 [825] -2014-12-15 15:07:57 sendUrl INFO 7 [655] -2014-12-15 15:07:58 queue INFO 3 [826] -2014-12-15 15:07:58 sendUrl INFO 3 [656] -2014-12-15 15:07:58 queue INFO >3 [827] -2014-12-15 15:07:58 sendUrl INFO 3 [657] -2014-12-15 15:07:59 sendUrl INFO 7 [658] -2014-12-15 15:07:59 queue INFO 7 [828] -2014-12-15 15:07:59 sendUrl INFO 7 [659] -2014-12-15 15:07:59 queue INFO >7 [829] -2014-12-15 15:08:00 sendUrl INFO 3 [660] -2014-12-15 15:08:00 queue INFO 3 [830] -2014-12-15 15:08:00 sendUrl INFO 3 [661] -2014-12-15 15:08:00 queue INFO >3 [831] -2014-12-15 15:08:01 queue INFO 7 [832] -2014-12-15 15:08:01 sendUrl INFO 7 [662] -2014-12-15 15:08:01 queue INFO 3 [833] -2014-12-15 15:08:01 queue INFO >3 [834] -2014-12-15 15:08:01 sendUrl INFO 7 [663] -2014-12-15 15:08:01 queue INFO 7 [835] -2014-12-15 15:08:01 queue INFO >7 [836] -2014-12-15 15:08:02 sendUrl INFO 3 [664] -2014-12-15 15:08:02 sendUrl INFO 3 [665] -2014-12-15 15:08:02 queue INFO 3 [837] -2014-12-15 15:08:02 queue INFO >3 [838] -2014-12-15 15:08:03 sendUrl INFO 7 [666] -2014-12-15 15:08:03 sendUrl INFO 7 [667] -2014-12-15 15:08:03 queue INFO 7 [839] -2014-12-15 15:08:04 queue INFO >7 [840] -2014-12-15 15:08:04 sendUrl INFO 3 [668] -2014-12-15 15:08:04 sendUrl INFO 3 [669] -2014-12-15 15:08:05 queue INFO 3 [841] -2014-12-15 15:08:05 sendUrl INFO 7 [670] -2014-12-15 15:08:05 queue INFO >3 [842] -2014-12-15 15:08:05 sendUrl INFO 7 [671] -2014-12-15 15:08:06 sendUrl INFO 3 [672] -2014-12-15 15:08:06 queue INFO 7 [843] -2014-12-15 15:08:06 queue INFO >7 [844] -2014-12-15 15:08:06 sendUrl INFO 3 [673] -2014-12-15 15:08:07 sendUrl INFO 7 [674] -2014-12-15 15:08:07 queue INFO 3 [845] -2014-12-15 15:08:07 queue INFO >3 [846] -2014-12-15 15:08:07 sendUrl INFO 7 [675] -2014-12-15 15:08:08 sendUrl INFO 3 [676] -2014-12-15 15:08:08 sendUrl INFO 3 [677] -2014-12-15 15:08:08 queue INFO 7 [847] -2014-12-15 15:08:08 queue INFO >7 [848] -2014-12-15 15:08:09 sendUrl INFO 7 [678] -2014-12-15 15:08:09 sendUrl INFO 7 [679] -2014-12-15 15:08:09 queue INFO 3 [849] -2014-12-15 15:08:09 queue INFO >3 [850] -2014-12-15 15:08:10 sendUrl INFO 3 [680] -2014-12-15 15:08:10 sendUrl INFO 3 [681] -2014-12-15 15:08:11 queue INFO 7 [851] -2014-12-15 15:08:11 sendUrl INFO 7 [682] -2014-12-15 15:08:11 queue INFO >7 [852] -2014-12-15 15:08:11 sendUrl INFO 7 [683] -2014-12-15 15:08:12 queue INFO 3 [853] -2014-12-15 15:08:12 sendUrl INFO 3 [684] -2014-12-15 15:08:12 queue INFO >3 [854] -2014-12-15 15:08:12 sendUrl INFO 3 [685] -2014-12-15 15:08:13 sendUrl INFO 7 [686] -2014-12-15 15:08:13 queue INFO 7 [855] -2014-12-15 15:08:13 sendUrl INFO 7 [687] -2014-12-15 15:08:13 queue INFO >7 [856] -2014-12-15 15:08:14 sendUrl INFO 3 [688] -2014-12-15 15:08:14 sendUrl INFO 3 [689] -2014-12-15 15:08:14 queue INFO 3 [857] -2014-12-15 15:08:15 queue INFO >3 [858] -2014-12-15 15:08:15 sendUrl INFO 7 [690] -2014-12-15 15:08:15 sendUrl INFO 7 [691] -2014-12-15 15:08:16 queue INFO 7 [859] -2014-12-15 15:08:16 queue INFO >7 [860] -2014-12-15 15:08:16 sendUrl INFO 3 [692] -2014-12-15 15:08:16 sendUrl INFO 3 [693] -2014-12-15 15:08:17 queue INFO 3 [861] -2014-12-15 15:08:17 sendUrl INFO 7 [694] -2014-12-15 15:08:17 queue INFO >3 [862] -2014-12-15 15:08:17 sendUrl INFO 7 [695] -2014-12-15 15:08:17 queue INFO 7 [863] -2014-12-15 15:08:18 queue INFO >7 [864] -2014-12-15 15:08:18 sendUrl INFO 3 [696] -2014-12-15 15:08:18 sendUrl INFO 3 [697] -2014-12-15 15:08:19 queue INFO 3 [865] -2014-12-15 15:08:19 queue INFO >3 [866] -2014-12-15 15:08:19 sendUrl INFO 7 [698] -2014-12-15 15:08:19 sendUrl INFO 7 [699] -2014-12-15 15:08:20 queue INFO 7 [867] -2014-12-15 15:08:20 sendUrl INFO 3 [700] -2014-12-15 15:08:20 queue INFO >7 [868] -2014-12-15 15:08:20 sendUrl INFO 3 [701] -2014-12-15 15:08:21 queue INFO 3 [869] -2014-12-15 15:08:21 sendUrl INFO 7 [702] -2014-12-15 15:08:21 queue INFO >3 [870] -2014-12-15 15:08:21 sendUrl INFO 7 [703] -2014-12-15 15:08:22 sendUrl INFO 3 [704] -2014-12-15 15:08:22 queue INFO 7 [871] -2014-12-15 15:08:22 sendUrl INFO 3 [705] -2014-12-15 15:08:22 queue INFO >7 [872] -2014-12-15 15:08:23 sendUrl INFO 7 [706] -2014-12-15 15:08:23 queue INFO 3 [873] -2014-12-15 15:08:23 sendUrl INFO 7 [707] -2014-12-15 15:08:23 queue INFO >3 [874] -2014-12-15 15:08:24 sendUrl INFO 3 [708] -2014-12-15 15:08:24 sendUrl INFO 3 [709] -2014-12-15 15:08:25 queue INFO 7 [875] -2014-12-15 15:08:25 queue INFO >7 [876] -2014-12-15 15:08:25 sendUrl INFO 7 [710] -2014-12-15 15:08:25 queue INFO 3 [877] -2014-12-15 15:08:25 queue INFO >3 [878] -2014-12-15 15:08:25 sendUrl INFO 7 [711] -2014-12-15 15:08:26 sendUrl INFO 3 [712] -2014-12-15 15:08:26 queue INFO 7 [879] -2014-12-15 15:08:26 sendUrl INFO 3 [713] -2014-12-15 15:08:26 queue INFO >7 [880] -2014-12-15 15:08:27 sendUrl INFO 7 [714] -2014-12-15 15:08:27 queue INFO 3 [881] -2014-12-15 15:08:27 sendUrl INFO 7 [715] -2014-12-15 15:08:27 queue INFO >3 [882] -2014-12-15 15:08:28 sendUrl INFO 3 [716] -2014-12-15 15:08:28 sendUrl INFO 3 [717] -2014-12-15 15:08:29 queue INFO 7 [883] -2014-12-15 15:08:29 queue INFO >7 [884] -2014-12-15 15:08:29 sendUrl INFO 7 [718] -2014-12-15 15:08:29 queue INFO 3 [885] -2014-12-15 15:08:29 queue INFO >3 [886] -2014-12-15 15:08:29 sendUrl INFO 7 [719] -2014-12-15 15:08:30 sendUrl INFO 3 [720] -2014-12-15 15:08:30 sendUrl INFO 3 [721] -2014-12-15 15:08:30 queue INFO 7 [887] -2014-12-15 15:08:31 queue INFO >7 [888] -2014-12-15 15:08:31 sendUrl INFO 7 [722] -2014-12-15 15:08:31 sendUrl INFO 7 [723] -2014-12-15 15:08:31 queue INFO 3 [889] -2014-12-15 15:08:32 queue INFO >3 [890] -2014-12-15 15:08:32 sendUrl INFO 3 [724] -2014-12-15 15:08:32 sendUrl INFO 3 [725] -2014-12-15 15:08:33 queue INFO 7 [891] -2014-12-15 15:08:33 sendUrl INFO 7 [726] -2014-12-15 15:08:33 queue INFO >7 [892] -2014-12-15 15:08:33 sendUrl INFO 7 [727] -2014-12-15 15:08:34 sendUrl INFO 3 [728] -2014-12-15 15:08:34 queue INFO 3 [893] -2014-12-15 15:08:34 queue INFO >3 [894] -2014-12-15 15:08:35 sendUrl INFO 3 [729] -2014-12-15 15:08:35 sendUrl INFO 7 [730] -2014-12-15 15:08:36 queue INFO 7 [895] -2014-12-15 15:08:36 sendUrl INFO 7 [731] -2014-12-15 15:08:36 queue INFO >7 [896] -2014-12-15 15:08:36 sendUrl INFO 3 [732] -2014-12-15 15:08:37 queue INFO 3 [897] -2014-12-15 15:08:37 sendUrl INFO 3 [733] -2014-12-15 15:08:37 queue INFO >3 [898] -2014-12-15 15:08:37 sendUrl INFO 7 [734] -2014-12-15 15:08:38 sendUrl INFO 7 [735] -2014-12-15 15:08:38 queue INFO 7 [899] -2014-12-15 15:08:38 sendUrl INFO 3 [736] -2014-12-15 15:08:38 queue INFO >7 [900] -2014-12-15 15:08:39 sendUrl INFO 3 [737] -2014-12-15 15:08:39 queue INFO 3 [901] -2014-12-15 15:08:39 sendUrl INFO 7 [738] -2014-12-15 15:08:39 queue INFO >3 [902] -2014-12-15 15:08:40 sendUrl INFO 7 [739] -2014-12-15 15:08:40 sendUrl INFO 3 [740] -2014-12-15 15:08:41 queue INFO 7 [903] -2014-12-15 15:08:41 sendUrl INFO 3 [741] -2014-12-15 15:08:41 queue INFO >7 [904] -2014-12-15 15:08:41 sendUrl INFO 7 [742] -2014-12-15 15:08:42 queue INFO 3 [905] -2014-12-15 15:08:42 sendUrl INFO 7 [743] -2014-12-15 15:08:42 queue INFO >3 [906] -2014-12-15 15:08:42 sendUrl INFO 3 [744] -2014-12-15 15:08:43 sendUrl INFO 3 [745] -2014-12-15 15:08:43 sendUrl INFO 7 [746] -2014-12-15 15:08:43 queue INFO 7 [907] -2014-12-15 15:08:43 queue INFO >7 [908] -2014-12-15 15:08:44 sendUrl INFO 7 [747] -2014-12-15 15:08:44 sendUrl INFO 3 [748] -2014-12-15 15:08:44 queue INFO 3 [909] -2014-12-15 15:08:44 queue INFO >3 [910] -2014-12-15 15:08:45 sendUrl INFO 3 [749] -2014-12-15 15:08:45 sendUrl INFO 7 [750] -2014-12-15 15:08:46 queue INFO 7 [911] -2014-12-15 15:08:46 sendUrl INFO 7 [751] -2014-12-15 15:08:46 queue INFO >7 [912] -2014-12-15 15:08:46 sendUrl INFO 3 [752] -2014-12-15 15:08:47 queue INFO 3 [913] -2014-12-15 15:08:47 sendUrl INFO 3 [753] -2014-12-15 15:08:47 queue INFO >3 [914] -2014-12-15 15:08:47 sendUrl INFO 7 [754] -2014-12-15 15:08:48 sendUrl INFO 7 [755] -2014-12-15 15:08:48 queue INFO 7 [915] -2014-12-15 15:08:48 queue INFO >7 [916] -2014-12-15 15:08:48 sendUrl INFO 3 [756] -2014-12-15 15:08:49 sendUrl INFO 3 [757] -2014-12-15 15:08:49 queue INFO 3 [917] -2014-12-15 15:08:49 sendUrl INFO 7 [758] -2014-12-15 15:08:49 queue INFO >3 [918] -2014-12-15 15:08:50 sendUrl INFO 7 [759] -2014-12-15 15:08:50 sendUrl INFO 3 [760] -2014-12-15 15:08:50 queue INFO 7 [919] -2014-12-15 15:08:51 queue INFO >7 [920] -2014-12-15 15:08:51 sendUrl INFO 3 [761] -2014-12-15 15:08:51 sendUrl INFO 7 [762] -2014-12-15 15:08:51 queue INFO 3 [921] -2014-12-15 15:08:52 queue INFO >3 [922] -2014-12-15 15:08:52 sendUrl INFO 7 [763] -2014-12-15 15:08:52 sendUrl INFO 3 [764] -2014-12-15 15:08:53 queue INFO 7 [923] -2014-12-15 15:08:53 sendUrl INFO 3 [765] -2014-12-15 15:08:53 queue INFO >7 [924] -2014-12-15 15:08:53 sendUrl INFO 7 [766] -2014-12-15 15:08:53 queue INFO 3 [925] -2014-12-15 15:08:53 queue INFO >3 [926] -2014-12-15 15:08:54 sendUrl INFO 7 [767] -2014-12-15 15:08:54 sendUrl INFO 3 [768] -2014-12-15 15:08:54 queue INFO 7 [927] -2014-12-15 15:08:55 queue INFO >7 [928] -2014-12-15 15:08:55 sendUrl INFO 3 [769] -2014-12-15 15:08:55 sendUrl INFO 7 [770] -2014-12-15 15:08:55 queue INFO 3 [929] -2014-12-15 15:08:56 queue INFO >3 [930] -2014-12-15 15:08:56 sendUrl INFO 7 [771] -2014-12-15 15:08:56 sendUrl INFO 3 [772] -2014-12-15 15:08:57 queue INFO 7 [931] -2014-12-15 15:08:57 sendUrl INFO 3 [773] -2014-12-15 15:08:57 queue INFO >7 [932] -2014-12-15 15:08:57 sendUrl INFO 7 [774] -2014-12-15 15:08:58 queue INFO 3 [933] -2014-12-15 15:08:58 sendUrl INFO 7 [775] -2014-12-15 15:08:58 queue INFO >3 [934] -2014-12-15 15:08:58 sendUrl INFO 3 [776] -2014-12-15 15:08:59 sendUrl INFO 3 [777] -2014-12-15 15:08:59 sendUrl INFO 7 [778] -2014-12-15 15:08:59 queue INFO 7 [935] -2014-12-15 15:09:00 queue INFO >7 [936] -2014-12-15 15:09:00 sendUrl INFO 7 [779] -2014-12-15 15:09:00 sendUrl INFO 3 [780] -2014-12-15 15:09:00 queue INFO 3 [937] -2014-12-15 15:09:01 queue INFO >3 [938] -2014-12-15 15:09:01 sendUrl INFO 3 [781] -2014-12-15 15:09:01 queue INFO 7 [939] -2014-12-15 15:09:01 sendUrl INFO 7 [782] -2014-12-15 15:09:01 queue INFO >7 [940] -2014-12-15 15:09:02 sendUrl INFO 7 [783] -2014-12-15 15:09:02 queue INFO 3 [941] -2014-12-15 15:09:02 queue INFO >3 [942] -2014-12-15 15:09:02 sendUrl INFO 3 [784] -2014-12-15 15:09:03 sendUrl INFO 3 [785] -2014-12-15 15:09:03 sendUrl INFO 7 [786] -2014-12-15 15:09:04 sendUrl INFO 7 [787] -2014-12-15 15:09:04 queue INFO 7 [943] -2014-12-15 15:09:04 sendUrl INFO 3 [788] -2014-12-15 15:09:05 queue INFO >7 [944] -2014-12-15 15:09:05 sendUrl INFO 3 [789] -2014-12-15 15:09:05 sendUrl INFO 7 [790] -2014-12-15 15:09:06 sendUrl INFO 7 [791] -2014-12-15 15:09:06 queue INFO 3 [945] -2014-12-15 15:09:06 queue INFO >3 [946] -2014-12-15 15:09:06 sendUrl INFO 3 [792] -2014-12-15 15:09:07 sendUrl INFO 3 [793] -2014-12-15 15:09:07 sendUrl INFO 7 [794] -2014-12-15 15:09:08 sendUrl INFO 7 [795] -2014-12-15 15:09:08 queue INFO 7 [947] -2014-12-15 15:09:08 queue INFO >7 [948] -2014-12-15 15:09:08 sendUrl INFO 3 [796] -2014-12-15 15:09:09 sendUrl INFO 3 [797] -2014-12-15 15:09:09 sendUrl INFO 7 [798] -2014-12-15 15:09:10 queue INFO 3 [949] -2014-12-15 15:09:10 sendUrl INFO 7 [799] -2014-12-15 15:09:10 queue INFO >3 [950] -2014-12-15 15:09:10 sendUrl INFO 3 [800] -2014-12-15 15:09:11 sendUrl INFO 3 [801] -2014-12-15 15:09:11 sendUrl INFO 7 [802] -2014-12-15 15:09:12 sendUrl INFO 7 [803] -2014-12-15 15:09:12 queue INFO 7 [951] -2014-12-15 15:09:12 queue INFO >7 [952] -2014-12-15 15:09:12 sendUrl INFO 3 [804] -2014-12-15 15:09:13 sendUrl INFO 3 [805] -2014-12-15 15:09:13 sendUrl INFO 7 [806] -2014-12-15 15:09:14 queue INFO 3 [953] -2014-12-15 15:09:14 sendUrl INFO 7 [807] -2014-12-15 15:09:14 queue INFO >3 [954] -2014-12-15 15:09:14 sendUrl INFO 3 [808] -2014-12-15 15:09:15 sendUrl INFO 3 [809] -2014-12-15 15:09:15 sendUrl INFO 7 [810] -2014-12-15 15:09:16 queue INFO 7 [955] -2014-12-15 15:09:16 sendUrl INFO 7 [811] -2014-12-15 15:09:16 queue INFO >7 [956] -2014-12-15 15:09:16 sendUrl INFO 3 [812] -2014-12-15 15:09:17 queue INFO 3 [957] -2014-12-15 15:09:17 sendUrl INFO 3 [813] -2014-12-15 15:09:17 queue INFO >3 [958] -2014-12-15 15:09:18 sendUrl INFO 7 [814] -2014-12-15 15:09:18 sendUrl INFO 7 [815] -2014-12-15 15:09:18 queue INFO 7 [959] -2014-12-15 15:09:19 sendUrl INFO 3 [816] -2014-12-15 15:09:19 queue INFO >7 [960] -2014-12-15 15:09:19 sendUrl INFO 3 [817] -2014-12-15 15:09:20 sendUrl INFO 7 [818] -2014-12-15 15:09:20 sendUrl INFO 7 [819] -2014-12-15 15:09:20 queue INFO 3 [961] -2014-12-15 15:09:21 sendUrl INFO 3 [820] -2014-12-15 15:09:21 queue INFO >3 [962] -2014-12-15 15:09:21 sendUrl INFO 3 [821] -2014-12-15 15:09:22 sendUrl INFO 7 [822] -2014-12-15 15:09:22 sendUrl INFO 7 [823] -2014-12-15 15:09:23 sendUrl INFO 3 [824] -2014-12-15 15:09:23 queue INFO 7 [963] -2014-12-15 15:09:23 queue INFO >7 [964] -2014-12-15 15:09:23 sendUrl INFO 3 [825] -2014-12-15 15:09:24 sendUrl INFO 7 [826] -2014-12-15 15:09:24 sendUrl INFO 7 [827] -2014-12-15 15:09:24 queue INFO 3 [965] -2014-12-15 15:09:25 sendUrl INFO 3 [828] -2014-12-15 15:09:25 queue INFO >3 [966] -2014-12-15 15:09:25 sendUrl INFO 3 [829] -2014-12-15 15:09:26 sendUrl INFO 7 [830] -2014-12-15 15:09:26 sendUrl INFO 7 [831] -2014-12-15 15:09:27 sendUrl INFO 3 [832] -2014-12-15 15:09:27 queue INFO 7 [967] -2014-12-15 15:09:27 queue INFO >7 [968] -2014-12-15 15:09:27 sendUrl INFO 3 [833] -2014-12-15 15:09:28 sendUrl INFO 7 [834] -2014-12-15 15:09:28 sendUrl INFO 7 [835] -2014-12-15 15:09:28 queue INFO 3 [969] -2014-12-15 15:09:28 queue INFO >3 [970] -2014-12-15 15:09:29 sendUrl INFO 3 [836] -2014-12-15 15:09:29 sendUrl INFO 3 [837] -2014-12-15 15:09:30 sendUrl INFO 7 [838] -2014-12-15 15:09:30 sendUrl INFO 7 [839] -2014-12-15 15:09:30 queue INFO 7 [971] -2014-12-15 15:09:31 sendUrl INFO 3 [840] -2014-12-15 15:09:31 queue INFO >7 [972] -2014-12-15 15:09:31 sendUrl INFO 3 [841] -2014-12-15 15:09:32 sendUrl INFO 7 [842] -2014-12-15 15:09:32 queue INFO 3 [973] -2014-12-15 15:09:32 queue INFO >3 [974] -2014-12-15 15:09:32 sendUrl INFO 7 [843] -2014-12-15 15:09:33 sendUrl INFO 3 [844] -2014-12-15 15:09:33 sendUrl INFO 3 [845] -2014-12-15 15:09:34 sendUrl INFO 7 [846] -2014-12-15 15:09:34 queue INFO 7 [975] -2014-12-15 15:09:34 queue INFO >7 [976] -2014-12-15 15:09:34 sendUrl INFO 7 [847] -2014-12-15 15:09:35 sendUrl INFO 3 [848] -2014-12-15 15:09:35 sendUrl INFO 3 [849] -2014-12-15 15:09:36 queue INFO 3 [977] -2014-12-15 15:09:36 sendUrl INFO 7 [850] -2014-12-15 15:09:36 queue INFO >3 [978] -2014-12-15 15:09:36 sendUrl INFO 7 [851] -2014-12-15 15:09:37 sendUrl INFO 3 [852] -2014-12-15 15:09:37 sendUrl INFO 3 [853] -2014-12-15 15:09:37 queue INFO 7 [979] -2014-12-15 15:09:38 queue INFO >7 [980] -2014-12-15 15:09:38 sendUrl INFO 7 [854] -2014-12-15 15:09:38 sendUrl INFO 7 [855] -2014-12-15 15:09:39 sendUrl INFO 3 [856] -2014-12-15 15:09:39 queue INFO 3 [981] -2014-12-15 15:09:39 queue INFO >3 [982] -2014-12-15 15:09:39 sendUrl INFO 3 [857] -2014-12-15 15:09:40 sendUrl INFO 7 [858] -2014-12-15 15:09:40 sendUrl INFO 7 [859] -2014-12-15 15:09:41 sendUrl INFO 3 [860] -2014-12-15 15:09:41 queue INFO 7 [983] -2014-12-15 15:09:41 sendUrl INFO 3 [861] -2014-12-15 15:09:41 queue INFO >7 [984] -2014-12-15 15:09:42 sendUrl INFO 7 [862] -2014-12-15 15:09:42 sendUrl INFO 7 [863] -2014-12-15 15:09:43 sendUrl INFO 3 [864] -2014-12-15 15:09:43 queue INFO 3 [985] -2014-12-15 15:09:43 queue INFO >3 [986] -2014-12-15 15:09:43 sendUrl INFO 3 [865] -2014-12-15 15:09:44 sendUrl INFO 7 [866] -2014-12-15 15:09:44 sendUrl INFO 7 [867] -2014-12-15 15:09:45 sendUrl INFO 3 [868] -2014-12-15 15:09:45 queue INFO 7 [987] -2014-12-15 15:09:45 queue INFO >7 [988] -2014-12-15 15:09:45 sendUrl INFO 3 [869] -2014-12-15 15:09:46 sendUrl INFO 7 [870] -2014-12-15 15:09:46 sendUrl INFO 7 [871] -2014-12-15 15:09:47 queue INFO 3 [989] -2014-12-15 15:09:47 queue INFO >3 [990] -2014-12-15 15:09:47 sendUrl INFO 3 [872] -2014-12-15 15:09:47 sendUrl INFO 3 [873] -2014-12-15 15:09:48 sendUrl INFO 7 [874] -2014-12-15 15:09:48 queue INFO 7 [991] -2014-12-15 15:09:48 sendUrl INFO 7 [875] -2014-12-15 15:09:48 queue INFO >7 [992] -2014-12-15 15:09:49 sendUrl INFO 3 [876] -2014-12-15 15:09:49 sendUrl INFO 3 [877] -2014-12-15 15:09:50 queue INFO 3 [993] -2014-12-15 15:09:50 sendUrl INFO 7 [878] -2014-12-15 15:09:50 queue INFO >3 [994] -2014-12-15 15:09:50 sendUrl INFO 7 [879] -2014-12-15 15:09:51 sendUrl INFO 3 [880] -2014-12-15 15:09:51 sendUrl INFO 3 [881] -2014-12-15 15:09:52 sendUrl INFO 7 [882] -2014-12-15 15:09:52 queue INFO 7 [995] -2014-12-15 15:09:52 queue INFO >7 [996] -2014-12-15 15:09:52 sendUrl INFO 7 [883] -2014-12-15 15:09:53 sendUrl INFO 3 [884] -2014-12-15 15:09:53 sendUrl INFO 3 [885] -2014-12-15 15:09:54 queue INFO 3 [997] -2014-12-15 15:09:54 queue INFO >3 [998] -2014-12-15 15:09:54 sendUrl INFO 7 [886] -2014-12-15 15:09:54 sendUrl INFO 7 [887] -2014-12-15 15:09:55 sendUrl INFO 3 [888] -2014-12-15 15:09:55 queue INFO 7 [999] -2014-12-15 15:09:55 sendUrl INFO 3 [889] -2014-12-15 15:09:56 queue INFO >7 [0] -2014-12-15 15:09:56 sendUrl INFO 7 [890] -2014-12-15 15:09:57 sendUrl INFO 7 [891] -2014-12-15 15:09:57 queue INFO 3 [1] -2014-12-15 15:09:57 sendUrl INFO 3 [892] -2014-12-15 15:09:57 queue INFO >3 [2] -2014-12-15 15:09:57 sendUrl INFO 3 [893] -2014-12-15 15:09:58 sendUrl INFO 7 [894] -2014-12-15 15:09:59 sendUrl INFO 7 [895] -2014-12-15 15:09:59 queue INFO 7 [3] -2014-12-15 15:09:59 sendUrl INFO 3 [896] -2014-12-15 15:09:59 queue INFO >7 [4] -2014-12-15 15:10:00 sendUrl INFO 3 [897] -2014-12-15 15:10:00 queue INFO 3 [5] -2014-12-15 15:10:00 sendUrl INFO 7 [898] -2014-12-15 15:10:00 queue INFO >3 [6] -2014-12-15 15:10:01 sendUrl INFO 7 [899] -2014-12-15 15:10:01 sendUrl INFO 3 [900] -2014-12-15 15:10:02 sendUrl INFO 3 [901] -2014-12-15 15:10:02 queue INFO 7 [7] -2014-12-15 15:10:02 sendUrl INFO 7 [902] -2014-12-15 15:10:02 queue INFO >7 [8] -2014-12-15 15:10:03 sendUrl INFO 7 [903] -2014-12-15 15:10:03 sendUrl INFO 3 [904] -2014-12-15 15:10:03 queue INFO 3 [9] -2014-12-15 15:10:03 queue INFO >3 [10] -2014-12-15 15:10:04 sendUrl INFO 3 [905] -2014-12-15 15:10:04 sendUrl INFO 7 [906] -2014-12-15 15:10:05 sendUrl INFO 7 [907] -2014-12-15 15:10:05 queue INFO 7 [11] -2014-12-15 15:10:05 queue INFO >7 [12] -2014-12-15 15:10:05 sendUrl INFO 3 [908] -2014-12-15 15:10:06 sendUrl INFO 3 [909] -2014-12-15 15:10:06 sendUrl INFO 7 [910] -2014-12-15 15:10:06 queue INFO 3 [13] -2014-12-15 15:10:07 sendUrl INFO 7 [911] -2014-12-15 15:10:07 queue INFO >3 [14] -2014-12-15 15:10:07 sendUrl INFO 3 [912] -2014-12-15 15:10:08 sendUrl INFO 3 [913] -2014-12-15 15:10:08 sendUrl INFO 7 [914] -2014-12-15 15:10:08 queue INFO 7 [15] -2014-12-15 15:10:08 queue INFO >7 [16] -2014-12-15 15:10:09 sendUrl INFO 7 [915] -2014-12-15 15:10:09 queue INFO 3 [17] -2014-12-15 15:10:09 sendUrl INFO 3 [916] -2014-12-15 15:10:09 queue INFO >3 [18] -2014-12-15 15:10:10 sendUrl INFO 3 [917] -2014-12-15 15:10:10 sendUrl INFO 7 [918] -2014-12-15 15:10:10 queue INFO 7 [19] -2014-12-15 15:10:11 queue INFO >7 [20] -2014-12-15 15:10:11 sendUrl INFO 7 [919] -2014-12-15 15:10:11 sendUrl INFO 3 [920] -2014-12-15 15:10:12 queue INFO 3 [21] -2014-12-15 15:10:12 sendUrl INFO 3 [921] -2014-12-15 15:10:12 queue INFO >3 [22] -2014-12-15 15:10:12 sendUrl INFO 7 [922] -2014-12-15 15:10:13 sendUrl INFO 7 [923] -2014-12-15 15:10:13 sendUrl INFO 3 [924] -2014-12-15 15:10:13 queue INFO 7 [23] -2014-12-15 15:10:14 queue INFO >7 [24] -2014-12-15 15:10:14 sendUrl INFO 3 [925] -2014-12-15 15:10:14 sendUrl INFO 7 [926] -2014-12-15 15:10:15 sendUrl INFO 7 [927] -2014-12-15 15:10:15 queue INFO 3 [25] -2014-12-15 15:10:15 sendUrl INFO 3 [928] -2014-12-15 15:10:15 queue INFO >3 [26] -2014-12-15 15:10:16 sendUrl INFO 3 [929] -2014-12-15 15:10:16 sendUrl INFO 7 [930] -2014-12-15 15:10:17 sendUrl INFO 7 [931] -2014-12-15 15:10:17 queue INFO 7 [27] -2014-12-15 15:10:17 queue INFO >7 [28] -2014-12-15 15:10:17 sendUrl INFO 3 [932] -2014-12-15 15:10:18 sendUrl INFO 3 [933] -2014-12-15 15:10:18 queue INFO 3 [29] -2014-12-15 15:10:18 sendUrl INFO 7 [934] -2014-12-15 15:10:18 queue INFO >3 [30] -2014-12-15 15:10:19 sendUrl INFO 7 [935] -2014-12-15 15:10:19 sendUrl INFO 3 [936] -2014-12-15 15:10:20 sendUrl INFO 3 [937] -2014-12-15 15:10:20 queue INFO 7 [31] -2014-12-15 15:10:20 sendUrl INFO 7 [938] -2014-12-15 15:10:20 queue INFO >7 [32] -2014-12-15 15:10:21 sendUrl INFO 7 [939] -2014-12-15 15:10:21 sendUrl INFO 3 [940] -2014-12-15 15:10:22 queue INFO 3 [33] -2014-12-15 15:10:22 sendUrl INFO 3 [941] -2014-12-15 15:10:22 queue INFO >3 [34] -2014-12-15 15:10:22 sendUrl INFO 7 [942] -2014-12-15 15:10:23 queue INFO 7 [35] -2014-12-15 15:10:23 queue INFO >7 [36] -2014-12-15 15:10:23 sendUrl INFO 7 [943] -2014-12-15 15:10:23 sendUrl INFO 3 [944] -2014-12-15 15:10:24 sendUrl INFO 3 [945] -2014-12-15 15:10:24 queue INFO 3 [37] -2014-12-15 15:10:24 sendUrl INFO 7 [946] -2014-12-15 15:10:24 queue INFO >3 [38] -2014-12-15 15:10:25 queue INFO 7 [39] -2014-12-15 15:10:25 queue INFO >7 [40] -2014-12-15 15:10:25 sendUrl INFO 7 [947] -2014-12-15 15:10:25 queue INFO 3 [41] -2014-12-15 15:10:25 sendUrl INFO 3 [948] -2014-12-15 15:10:25 queue INFO >3 [42] -2014-12-15 15:10:26 sendUrl INFO 3 [949] -2014-12-15 15:10:26 sendUrl INFO 7 [950] -2014-12-15 15:10:27 queue INFO 7 [43] -2014-12-15 15:10:27 queue INFO >7 [44] -2014-12-15 15:10:27 sendUrl INFO 7 [951] -2014-12-15 15:10:27 sendUrl INFO 3 [952] -2014-12-15 15:10:28 sendUrl INFO 3 [953] -2014-12-15 15:10:28 queue INFO 3 [45] -2014-12-15 15:10:28 sendUrl INFO 7 [954] -2014-12-15 15:10:28 queue INFO >3 [46] -2014-12-15 15:10:29 sendUrl INFO 7 [955] -2014-12-15 15:10:29 sendUrl INFO 3 [956] -2014-12-15 15:10:30 sendUrl INFO 3 [957] -2014-12-15 15:10:30 queue INFO 7 [47] -2014-12-15 15:10:30 queue INFO >7 [48] -2014-12-15 15:10:30 sendUrl INFO 7 [958] -2014-12-15 15:10:31 sendUrl INFO 7 [959] -2014-12-15 15:10:31 sendUrl INFO 3 [960] -2014-12-15 15:10:32 queue INFO 3 [49] -2014-12-15 15:10:32 queue INFO >3 [50] -2014-12-15 15:10:32 sendUrl INFO 3 [961] -2014-12-15 15:10:32 sendUrl INFO 7 [962] -2014-12-15 15:10:33 sendUrl INFO 7 [963] -2014-12-15 15:10:33 sendUrl INFO 3 [964] -2014-12-15 15:10:34 queue INFO 7 [51] -2014-12-15 15:10:34 queue INFO >7 [52] -2014-12-15 15:10:34 sendUrl INFO 3 [965] -2014-12-15 15:10:35 sendUrl INFO 7 [966] -2014-12-15 15:10:35 queue INFO 3 [53] -2014-12-15 15:10:35 sendUrl INFO 7 [967] -2014-12-15 15:10:35 queue INFO >3 [54] -2014-12-15 15:10:36 sendUrl INFO 3 [968] -2014-12-15 15:10:36 sendUrl INFO 3 [969] -2014-12-15 15:10:36 queue INFO 7 [55] -2014-12-15 15:10:37 sendUrl INFO 7 [970] -2014-12-15 15:10:37 queue INFO >7 [56] -2014-12-15 15:10:37 sendUrl INFO 7 [971] -2014-12-15 15:10:38 sendUrl INFO 3 [972] -2014-12-15 15:10:38 queue INFO 3 [57] -2014-12-15 15:10:38 queue INFO >3 [58] -2014-12-15 15:10:38 sendUrl INFO 3 [973] -2014-12-15 15:10:39 sendUrl INFO 7 [974] -2014-12-15 15:10:39 sendUrl INFO 7 [975] -2014-12-15 15:10:40 sendUrl INFO 3 [976] -2014-12-15 15:10:40 queue INFO 7 [59] -2014-12-15 15:10:40 queue INFO >7 [60] -2014-12-15 15:10:40 sendUrl INFO 3 [977] -2014-12-15 15:10:41 sendUrl INFO 7 [978] -2014-12-15 15:10:41 sendUrl INFO 7 [979] -2014-12-15 15:10:41 queue INFO 3 [61] -2014-12-15 15:10:42 queue INFO >3 [62] -2014-12-15 15:10:42 sendUrl INFO 3 [980] -2014-12-15 15:10:42 sendUrl INFO 3 [981] -2014-12-15 15:10:43 sendUrl INFO 7 [982] -2014-12-15 15:10:43 sendUrl INFO 7 [983] -2014-12-15 15:10:43 queue INFO 7 [63] -2014-12-15 15:10:44 queue INFO >7 [64] -2014-12-15 15:10:44 sendUrl INFO 3 [984] -2014-12-15 15:10:44 sendUrl INFO 3 [985] -2014-12-15 15:10:45 sendUrl INFO 7 [986] -2014-12-15 15:10:45 queue INFO 3 [65] -2014-12-15 15:10:45 queue INFO >3 [66] -2014-12-15 15:10:45 sendUrl INFO 7 [987] -2014-12-15 15:10:46 sendUrl INFO 3 [988] -2014-12-15 15:10:46 sendUrl INFO 3 [989] -2014-12-15 15:10:47 sendUrl INFO 7 [990] -2014-12-15 15:10:47 queue INFO 7 [67] -2014-12-15 15:10:47 queue INFO >7 [68] -2014-12-15 15:10:47 sendUrl INFO 7 [991] -2014-12-15 15:10:47 queue INFO 3 [69] -2014-12-15 15:10:48 queue INFO >3 [70] -2014-12-15 15:10:48 sendUrl INFO 3 [992] -2014-12-15 15:10:48 sendUrl INFO 3 [993] -2014-12-15 15:10:49 queue INFO 7 [71] -2014-12-15 15:10:49 sendUrl INFO 7 [994] -2014-12-15 15:10:49 queue INFO >7 [72] -2014-12-15 15:10:49 sendUrl INFO 7 [995] -2014-12-15 15:10:50 sendUrl INFO 3 [996] -2014-12-15 15:10:50 sendUrl INFO 3 [997] -2014-12-15 15:10:50 queue INFO 3 [73] -2014-12-15 15:10:51 queue INFO >3 [74] -2014-12-15 15:10:51 sendUrl INFO 7 [998] -2014-12-15 15:10:51 sendUrl INFO 7 [999] -2014-12-15 15:10:52 sendUrl INFO 3 [0] -2014-12-15 15:10:52 sendUrl INFO 3 [1] -2014-12-15 15:10:52 queue INFO 7 [75] -2014-12-15 15:10:53 queue INFO >7 [76] -2014-12-15 15:10:53 sendUrl INFO 7 [2] -2014-12-15 15:10:53 sendUrl INFO 7 [3] -2014-12-15 15:10:54 queue INFO 3 [77] -2014-12-15 15:10:54 sendUrl INFO 3 [4] -2014-12-15 15:10:54 queue INFO >3 [78] -2014-12-15 15:10:54 queue INFO 7 [79] -2014-12-15 15:10:54 sendUrl INFO 3 [5] -2014-12-15 15:10:54 queue INFO >7 [80] -2014-12-15 15:10:55 sendUrl INFO 7 [6] -2014-12-15 15:10:55 queue INFO 3 [81] -2014-12-15 15:10:55 sendUrl INFO 7 [7] -2014-12-15 15:10:55 queue INFO >3 [82] -2014-12-15 15:10:56 queue INFO 7 [83] -2014-12-15 15:10:56 sendUrl INFO 3 [8] -2014-12-15 15:10:56 queue INFO >7 [84] -2014-12-15 15:10:56 queue INFO 3 [85] -2014-12-15 15:10:56 sendUrl INFO 3 [9] -2014-12-15 15:10:56 queue INFO >3 [86] -2014-12-15 15:10:57 sendUrl INFO 7 [10] -2014-12-15 15:10:57 sendUrl INFO 7 [11] -2014-12-15 15:10:58 sendUrl INFO 3 [12] -2014-12-15 15:10:58 queue INFO 7 [87] -2014-12-15 15:10:58 sendUrl INFO 3 [13] -2014-12-15 15:10:58 queue INFO >7 [88] -2014-12-15 15:10:59 sendUrl INFO 7 [14] -2014-12-15 15:10:59 sendUrl INFO 7 [15] -2014-12-15 15:11:00 sendUrl INFO 3 [16] -2014-12-15 15:11:00 queue INFO 3 [89] -2014-12-15 15:11:00 queue INFO >3 [90] -2014-12-15 15:11:00 sendUrl INFO 3 [17] -2014-12-15 15:11:01 sendUrl INFO 7 [18] -2014-12-15 15:11:01 sendUrl INFO 7 [19] -2014-12-15 15:11:02 queue INFO 7 [91] -2014-12-15 15:11:02 sendUrl INFO 3 [20] -2014-12-15 15:11:02 queue INFO >7 [92] -2014-12-15 15:11:02 sendUrl INFO 3 [21] -2014-12-15 15:11:03 sendUrl INFO 7 [22] -2014-12-15 15:11:03 sendUrl INFO 7 [23] -2014-12-15 15:11:04 queue INFO 3 [93] -2014-12-15 15:11:04 queue INFO >3 [94] -2014-12-15 15:11:04 sendUrl INFO 3 [24] -2014-12-15 15:11:04 sendUrl INFO 3 [25] -2014-12-15 15:11:05 sendUrl INFO 7 [26] -2014-12-15 15:11:05 sendUrl INFO 7 [27] -2014-12-15 15:11:05 queue INFO 7 [95] -2014-12-15 15:11:06 queue INFO >7 [96] -2014-12-15 15:11:06 sendUrl INFO 3 [28] -2014-12-15 15:11:06 sendUrl INFO 3 [29] -2014-12-15 15:11:07 sendUrl INFO 7 [30] -2014-12-15 15:11:07 queue INFO 3 [97] -2014-12-15 15:11:07 queue INFO >3 [98] -2014-12-15 15:11:07 sendUrl INFO 7 [31] -2014-12-15 15:11:08 sendUrl INFO 3 [32] -2014-12-15 15:11:08 queue INFO 7 [99] -2014-12-15 15:11:08 queue INFO >7 [100] -2014-12-15 15:11:08 sendUrl INFO 3 [33] -2014-12-15 15:11:09 sendUrl INFO 7 [34] -2014-12-15 15:11:09 queue INFO 3 [101] -2014-12-15 15:11:09 sendUrl INFO 7 [35] -2014-12-15 15:11:10 queue INFO >3 [102] -2014-12-15 15:11:10 sendUrl INFO 3 [36] -2014-12-15 15:11:10 sendUrl INFO 3 [37] -2014-12-15 15:11:11 sendUrl INFO 7 [38] -2014-12-15 15:11:11 queue INFO 7 [103] -2014-12-15 15:11:11 queue INFO >7 [104] -2014-12-15 15:11:11 sendUrl INFO 7 [39] -2014-12-15 15:11:12 sendUrl INFO 3 [40] -2014-12-15 15:11:13 sendUrl INFO 3 [41] -2014-12-15 15:11:13 queue INFO 3 [105] -2014-12-15 15:11:13 queue INFO >3 [106] -2014-12-15 15:11:13 sendUrl INFO 7 [42] -2014-12-15 15:11:14 sendUrl INFO 7 [43] -2014-12-15 15:11:14 queue INFO 7 [107] -2014-12-15 15:11:14 sendUrl INFO 3 [44] -2014-12-15 15:11:14 queue INFO >7 [108] -2014-12-15 15:11:15 sendUrl INFO 3 [45] -2014-12-15 15:11:15 sendUrl INFO 7 [46] -2014-12-15 15:11:16 queue INFO 3 [109] -2014-12-15 15:11:16 sendUrl INFO 7 [47] -2014-12-15 15:11:16 queue INFO >3 [110] -2014-12-15 15:11:16 sendUrl INFO 3 [48] -2014-12-15 15:11:17 sendUrl INFO 3 [49] -2014-12-15 15:11:17 sendUrl INFO 7 [50] -2014-12-15 15:11:17 queue INFO 7 [111] -2014-12-15 15:11:17 queue INFO >7 [112] -2014-12-15 15:11:18 queue INFO 3 [113] -2014-12-15 15:11:18 sendUrl INFO 7 [51] -2014-12-15 15:11:18 queue INFO >3 [114] -2014-12-15 15:11:18 sendUrl INFO 3 [52] -2014-12-15 15:11:19 queue INFO 7 [115] -2014-12-15 15:11:19 sendUrl INFO 3 [53] -2014-12-15 15:11:19 queue INFO >7 [116] -2014-12-15 15:11:19 sendUrl INFO 7 [54] -2014-12-15 15:11:20 sendUrl INFO 7 [55] -2014-12-15 15:11:20 sendUrl INFO 3 [56] -2014-12-15 15:11:20 queue INFO 3 [117] -2014-12-15 15:11:20 queue INFO >3 [118] -2014-12-15 15:11:21 sendUrl INFO 3 [57] -2014-12-15 15:11:21 sendUrl INFO 7 [58] -2014-12-15 15:11:22 sendUrl INFO 7 [59] -2014-12-15 15:11:22 queue INFO 7 [119] -2014-12-15 15:11:22 queue INFO >7 [120] -2014-12-15 15:11:22 sendUrl INFO 3 [60] -2014-12-15 15:11:23 sendUrl INFO 3 [61] -2014-12-15 15:11:23 sendUrl INFO 7 [62] -2014-12-15 15:11:24 sendUrl INFO 7 [63] -2014-12-15 15:11:24 sendUrl INFO 3 [64] -2014-12-15 15:11:25 sendUrl INFO 3 [65] -2014-12-15 15:11:25 sendUrl INFO 7 [66] -2014-12-15 15:11:26 sendUrl INFO 7 [67] -2014-12-15 15:11:26 sendUrl INFO 3 [68] -2014-12-15 15:11:27 queue INFO 3 [121] -2014-12-15 15:11:27 sendUrl INFO 3 [69] -2014-12-15 15:11:27 queue INFO 7 [122] -2014-12-15 15:11:27 queue INFO >7 [123] -2014-12-15 15:11:27 sendUrl INFO 7 [70] -2014-12-15 15:11:28 sendUrl INFO 7 [71] -2014-12-15 15:11:28 queue INFO 3 [124] -2014-12-15 15:11:28 sendUrl INFO 3 [72] -2014-12-15 15:11:28 queue INFO >3 [125] -2014-12-15 15:11:29 sendUrl INFO 3 [73] -2014-12-15 15:11:29 sendUrl INFO 7 [74] -2014-12-15 15:11:30 sendUrl INFO 7 [75] -2014-12-15 15:11:30 queue INFO 7 [126] -2014-12-15 15:11:30 sendUrl INFO 3 [76] -2014-12-15 15:11:30 queue INFO >7 [127] -2014-12-15 15:11:30 queue INFO 3 [128] -2014-12-15 15:11:31 queue INFO >3 [129] -2014-12-15 15:11:31 sendUrl INFO 3 [77] -2014-12-15 15:11:31 sendUrl INFO 7 [78] -2014-12-15 15:11:31 queue INFO 7 [130] -2014-12-15 15:11:31 queue INFO >7 [131] -2014-12-15 15:11:32 sendUrl INFO 7 [79] -2014-12-15 15:11:32 sendUrl INFO 3 [80] -2014-12-15 15:11:33 sendUrl INFO 3 [81] -2014-12-15 15:11:33 queue INFO 3 [132] -2014-12-15 15:11:33 sendUrl INFO 7 [82] -2014-12-15 15:11:33 queue INFO >3 [133] -2014-12-15 15:11:34 sendUrl INFO 7 [83] -2014-12-15 15:11:34 sendUrl INFO 3 [84] -2014-12-15 15:11:35 sendUrl INFO 3 [85] -2014-12-15 15:11:35 queue INFO 7 [134] -2014-12-15 15:11:35 queue INFO >7 [135] -2014-12-15 15:11:35 sendUrl INFO 7 [86] -2014-12-15 15:11:36 sendUrl INFO 7 [87] -2014-12-15 15:11:36 sendUrl INFO 3 [88] -2014-12-15 15:11:36 queue INFO 3 [136] -2014-12-15 15:11:37 queue INFO >3 [137] -2014-12-15 15:11:37 sendUrl INFO 3 [89] -2014-12-15 15:11:37 sendUrl INFO 7 [90] -2014-12-15 15:11:38 sendUrl INFO 7 [91] -2014-12-15 15:11:38 queue INFO 7 [138] -2014-12-15 15:11:38 sendUrl INFO 3 [92] -2014-12-15 15:11:38 queue INFO >7 [139] -2014-12-15 15:11:39 sendUrl INFO 3 [93] -2014-12-15 15:11:39 sendUrl INFO 7 [94] -2014-12-15 15:11:40 sendUrl INFO 7 [95] -2014-12-15 15:11:40 queue INFO 3 [140] -2014-12-15 15:11:40 sendUrl INFO 3 [96] -2014-12-15 15:11:40 queue INFO >3 [141] -2014-12-15 15:11:41 sendUrl INFO 3 [97] -2014-12-15 15:11:41 sendUrl INFO 7 [98] -2014-12-15 15:11:42 sendUrl INFO 7 [99] -2014-12-15 15:11:42 sendUrl INFO 3 [100] -2014-12-15 15:11:43 queue INFO 7 [142] -2014-12-15 15:11:43 sendUrl INFO 3 [101] -2014-12-15 15:11:43 queue INFO >7 [143] -2014-12-15 15:11:43 sendUrl INFO 7 [102] -2014-12-15 15:11:44 sendUrl INFO 7 [103] -2014-12-15 15:11:44 sendUrl INFO 3 [104] -2014-12-15 15:11:45 queue INFO 3 [144] -2014-12-15 15:11:45 queue INFO >3 [145] -2014-12-15 15:11:45 sendUrl INFO 3 [105] -2014-12-15 15:11:45 sendUrl INFO 7 [106] -2014-12-15 15:11:46 sendUrl INFO 7 [107] -2014-12-15 15:11:46 queue INFO 7 [146] -2014-12-15 15:11:46 queue INFO >7 [147] -2014-12-15 15:11:46 sendUrl INFO 3 [108] -2014-12-15 15:11:47 sendUrl INFO 3 [109] -2014-12-15 15:11:47 queue INFO 3 [148] -2014-12-15 15:11:47 sendUrl INFO 7 [110] -2014-12-15 15:11:48 queue INFO >3 [149] -2014-12-15 15:11:48 sendUrl INFO 7 [111] -2014-12-15 15:11:48 sendUrl INFO 3 [112] -2014-12-15 15:11:49 sendUrl INFO 3 [113] -2014-12-15 15:11:49 sendUrl INFO 7 [114] -2014-12-15 15:11:50 queue INFO 7 [150] -2014-12-15 15:11:50 queue INFO >7 [151] -2014-12-15 15:11:50 sendUrl INFO 7 [115] -2014-12-15 15:11:50 sendUrl INFO 3 [116] -2014-12-15 15:11:51 sendUrl INFO 3 [117] -2014-12-15 15:11:51 sendUrl INFO 7 [118] -2014-12-15 15:11:52 queue INFO 3 [152] -2014-12-15 15:11:52 queue INFO >3 [153] -2014-12-15 15:11:52 sendUrl INFO 7 [119] -2014-12-15 15:11:52 sendUrl INFO 3 [120] -2014-12-15 15:11:53 sendUrl INFO 3 [121] -2014-12-15 15:11:53 sendUrl INFO 7 [122] -2014-12-15 15:11:54 queue INFO 7 [154] -2014-12-15 15:11:54 sendUrl INFO 7 [123] -2014-12-15 15:11:54 queue INFO >7 [155] -2014-12-15 15:11:55 sendUrl INFO 3 [124] -2014-12-15 15:11:55 sendUrl INFO 3 [125] -2014-12-15 15:11:56 sendUrl INFO 7 [126] -2014-12-15 15:11:56 queue INFO 3 [156] -2014-12-15 15:11:56 queue INFO >3 [157] -2014-12-15 15:11:56 sendUrl INFO 7 [127] -2014-12-15 15:11:57 sendUrl INFO 3 [128] -2014-12-15 15:11:57 sendUrl INFO 3 [129] -2014-12-15 15:11:58 sendUrl INFO 7 [130] -2014-12-15 15:11:58 queue INFO 7 [158] -2014-12-15 15:11:58 sendUrl INFO 7 [131] -2014-12-15 15:11:58 queue INFO >7 [159] -2014-12-15 15:11:59 sendUrl INFO 3 [132] -2014-12-15 15:11:59 sendUrl INFO 3 [133] -2014-12-15 15:12:00 sendUrl INFO 7 [134] -2014-12-15 15:12:00 queue INFO 3 [160] -2014-12-15 15:12:00 queue INFO >3 [161] -2014-12-15 15:12:00 sendUrl INFO 7 [135] -2014-12-15 15:12:01 sendUrl INFO 3 [136] -2014-12-15 15:12:01 sendUrl INFO 3 [137] -2014-12-15 15:12:02 sendUrl INFO 7 [138] -2014-12-15 15:12:02 queue INFO 7 [162] -2014-12-15 15:12:02 queue INFO >7 [163] -2014-12-15 15:12:02 sendUrl INFO 7 [139] -2014-12-15 15:12:03 sendUrl INFO 3 [140] -2014-12-15 15:12:03 sendUrl INFO 3 [141] -2014-12-15 15:12:03 queue INFO 3 [164] -2014-12-15 15:12:04 sendUrl INFO 7 [142] -2014-12-15 15:12:04 queue INFO >3 [165] -2014-12-15 15:12:04 sendUrl INFO 7 [143] -2014-12-15 15:12:05 queue INFO 7 [166] -2014-12-15 15:12:05 sendUrl INFO 3 [144] -2014-12-15 15:12:05 queue INFO >7 [167] -2014-12-15 15:12:05 sendUrl INFO 3 [145] -2014-12-15 15:12:06 sendUrl INFO 7 [146] -2014-12-15 15:12:06 sendUrl INFO 3 [147] -2014-12-15 15:12:06 queue INFO 3 [168] -2014-12-15 15:12:07 queue INFO >3 [169] -2014-12-15 15:12:07 sendUrl INFO 3 [148] -2014-12-15 15:12:07 sendUrl INFO 7 [149] -2014-12-15 15:12:08 sendUrl INFO 7 [150] -2014-12-15 15:12:08 sendUrl INFO 3 [151] -2014-12-15 15:12:08 queue INFO 7 [170] -2014-12-15 15:12:09 queue INFO >7 [171] -2014-12-15 15:12:09 sendUrl INFO 3 [152] -2014-12-15 15:12:09 sendUrl INFO 7 [153] -2014-12-15 15:12:10 sendUrl INFO 7 [154] -2014-12-15 15:12:10 sendUrl INFO 3 [155] -2014-12-15 15:12:10 queue INFO 3 [172] -2014-12-15 15:12:10 queue INFO >3 [173] -2014-12-15 15:12:11 sendUrl INFO 3 [156] -2014-12-15 15:12:11 sendUrl INFO 7 [157] -2014-12-15 15:12:12 sendUrl INFO 7 [158] -2014-12-15 15:12:12 sendUrl INFO 3 [159] -2014-12-15 15:12:12 queue INFO 7 [174] -2014-12-15 15:12:12 queue INFO >7 [175] -2014-12-15 15:12:13 sendUrl INFO 3 [160] -2014-12-15 15:12:13 sendUrl INFO 7 [161] -2014-12-15 15:12:14 sendUrl INFO 7 [162] -2014-12-15 15:12:14 queue INFO 3 [176] -2014-12-15 15:12:14 sendUrl INFO 3 [163] -2014-12-15 15:12:14 queue INFO >3 [177] -2014-12-15 15:12:15 sendUrl INFO 3 [164] -2014-12-15 15:12:15 sendUrl INFO 7 [165] -2014-12-15 15:12:16 sendUrl INFO 7 [166] -2014-12-15 15:12:16 queue INFO 7 [178] -2014-12-15 15:12:16 queue INFO >7 [179] -2014-12-15 15:12:16 sendUrl INFO 3 [167] -2014-12-15 15:12:17 sendUrl INFO 3 [168] -2014-12-15 15:12:17 sendUrl INFO 7 [169] -2014-12-15 15:12:18 queue INFO 3 [180] -2014-12-15 15:12:18 sendUrl INFO 7 [170] -2014-12-15 15:12:18 queue INFO >3 [181] -2014-12-15 15:12:18 sendUrl INFO 3 [171] -2014-12-15 15:12:19 sendUrl INFO 3 [172] -2014-12-15 15:12:19 sendUrl INFO 7 [173] -2014-12-15 15:12:20 queue INFO 7 [182] -2014-12-15 15:12:20 sendUrl INFO 7 [174] -2014-12-15 15:12:20 queue INFO >7 [183] -2014-12-15 15:12:20 sendUrl INFO 3 [175] -2014-12-15 15:12:21 sendUrl INFO 3 [176] -2014-12-15 15:12:21 sendUrl INFO 7 [177] -2014-12-15 15:12:22 queue INFO 3 [184] -2014-12-15 15:12:22 queue INFO >3 [185] -2014-12-15 15:12:22 sendUrl INFO 7 [178] -2014-12-15 15:12:22 sendUrl INFO 3 [179] -2014-12-15 15:12:23 sendUrl INFO 3 [180] -2014-12-15 15:12:23 sendUrl INFO 7 [181] -2014-12-15 15:12:24 queue INFO 7 [186] -2014-12-15 15:12:24 queue INFO >7 [187] -2014-12-15 15:12:24 sendUrl INFO 7 [182] -2014-12-15 15:12:24 sendUrl INFO 3 [183] -2014-12-15 15:12:25 sendUrl INFO 3 [184] -2014-12-15 15:12:25 queue INFO 3 [188] -2014-12-15 15:12:25 sendUrl INFO 7 [185] -2014-12-15 15:12:26 queue INFO >3 [189] -2014-12-15 15:12:26 sendUrl INFO 7 [186] -2014-12-15 15:12:26 sendUrl INFO 3 [187] -2014-12-15 15:12:27 sendUrl INFO 3 [188] -2014-12-15 15:12:27 queue INFO 7 [190] -2014-12-15 15:12:27 sendUrl INFO 7 [189] -2014-12-15 15:12:28 queue INFO >7 [191] -2014-12-15 15:12:28 sendUrl INFO 7 [190] -2014-12-15 15:12:28 sendUrl INFO 3 [191] -2014-12-15 15:12:29 queue INFO 3 [192] -2014-12-15 15:12:29 queue INFO >3 [193] -2014-12-15 15:12:29 sendUrl INFO 3 [192] -2014-12-15 15:12:29 sendUrl INFO 7 [193] -2014-12-15 15:12:30 sendUrl INFO 7 [194] -2014-12-15 15:12:30 sendUrl INFO 3 [195] -2014-12-15 15:12:31 sendUrl INFO 3 [196] -2014-12-15 15:12:31 queue INFO 7 [194] -2014-12-15 15:12:31 queue INFO >7 [195] -2014-12-15 15:12:31 sendUrl INFO 7 [197] -2014-12-15 15:12:32 sendUrl INFO 7 [198] -2014-12-15 15:12:32 sendUrl INFO 3 [199] -2014-12-15 15:12:33 sendUrl INFO 3 [200] -2014-12-15 15:12:33 queue INFO 3 [196] -2014-12-15 15:12:33 queue INFO >3 [197] -2014-12-15 15:12:33 sendUrl INFO 7 [201] -2014-12-15 15:12:34 sendUrl INFO 7 [202] -2014-12-15 15:12:35 sendUrl INFO 3 [203] -2014-12-15 15:12:35 sendUrl INFO 3 [204] -2014-12-15 15:12:35 queue INFO 7 [198] -2014-12-15 15:12:35 queue INFO >7 [199] -2014-12-15 15:12:35 sendUrl INFO 7 [205] -2014-12-15 15:12:36 sendUrl INFO 7 [206] -2014-12-15 15:12:36 sendUrl INFO 3 [207] -2014-12-15 15:12:37 queue INFO 3 [200] -2014-12-15 15:12:37 sendUrl INFO 3 [208] -2014-12-15 15:12:37 queue INFO >3 [201] -2014-12-15 15:12:37 sendUrl INFO 7 [209] -2014-12-15 15:12:38 sendUrl INFO 7 [210] -2014-12-15 15:12:38 sendUrl INFO 3 [211] -2014-12-15 15:12:39 queue INFO 7 [202] -2014-12-15 15:12:39 sendUrl INFO 3 [212] -2014-12-15 15:12:39 queue INFO >7 [203] -2014-12-15 15:12:40 sendUrl INFO 7 [213] -2014-12-15 15:12:40 sendUrl INFO 7 [214] -2014-12-15 15:12:41 sendUrl INFO 3 [215] -2014-12-15 15:12:41 queue INFO 3 [204] -2014-12-15 15:12:41 queue INFO >3 [205] -2014-12-15 15:12:41 sendUrl INFO 3 [216] -2014-12-15 15:12:42 sendUrl INFO 7 [217] -2014-12-15 15:12:42 sendUrl INFO 7 [218] -2014-12-15 15:12:43 sendUrl INFO 3 [219] -2014-12-15 15:12:43 queue INFO 7 [206] -2014-12-15 15:12:43 queue INFO >7 [207] -2014-12-15 15:12:43 sendUrl INFO 3 [220] -2014-12-15 15:12:44 sendUrl INFO 7 [221] -2014-12-15 15:12:44 sendUrl INFO 7 [222] -2014-12-15 15:12:44 queue INFO 3 [208] -2014-12-15 15:12:45 sendUrl INFO 3 [223] -2014-12-15 15:12:45 queue INFO >3 [209] -2014-12-15 15:12:45 sendUrl INFO 3 [224] -2014-12-15 15:12:46 sendUrl INFO 7 [225] -2014-12-15 15:12:46 queue INFO 7 [210] -2014-12-15 15:12:46 queue INFO >7 [211] -2014-12-15 15:12:46 sendUrl INFO 7 [226] -2014-12-15 15:12:47 sendUrl INFO 3 [227] -2014-12-15 15:12:47 sendUrl INFO 3 [228] -2014-12-15 15:12:48 sendUrl INFO 7 [229] -2014-12-15 15:12:48 queue INFO 3 [212] -2014-12-15 15:12:48 queue INFO >3 [213] -2014-12-15 15:12:48 sendUrl INFO 7 [230] -2014-12-15 15:12:49 sendUrl INFO 3 [231] -2014-12-15 15:12:49 queue INFO 7 [214] -2014-12-15 15:12:49 sendUrl INFO 3 [232] -2014-12-15 15:12:49 queue INFO >7 [215] -2014-12-15 15:12:50 sendUrl INFO 7 [233] -2014-12-15 15:12:50 sendUrl INFO 7 [234] -2014-12-15 15:12:51 sendUrl INFO 3 [235] -2014-12-15 15:12:51 queue INFO 3 [216] -2014-12-15 15:12:51 queue INFO >3 [217] -2014-12-15 15:12:51 sendUrl INFO 3 [236] -2014-12-15 15:12:52 sendUrl INFO 7 [237] -2014-12-15 15:12:52 sendUrl INFO 7 [238] -2014-12-15 15:12:53 sendUrl INFO 3 [239] -2014-12-15 15:12:53 queue INFO 7 [218] -2014-12-15 15:12:53 sendUrl INFO 3 [240] -2014-12-15 15:12:53 queue INFO >7 [219] -2014-12-15 15:12:54 sendUrl INFO 7 [241] -2014-12-15 15:12:54 sendUrl INFO 7 [242] -2014-12-15 15:12:55 queue INFO 3 [220] -2014-12-15 15:12:55 sendUrl INFO 3 [243] -2014-12-15 15:12:55 queue INFO >3 [221] -2014-12-15 15:12:55 sendUrl INFO 3 [244] -2014-12-15 15:12:56 sendUrl INFO 7 [245] -2014-12-15 15:12:56 sendUrl INFO 7 [246] -2014-12-15 15:12:57 sendUrl INFO 3 [247] -2014-12-15 15:12:57 queue INFO 7 [222] -2014-12-15 15:12:57 queue INFO >7 [223] -2014-12-15 15:12:57 sendUrl INFO 3 [248] -2014-12-15 15:12:58 sendUrl INFO 7 [249] -2014-12-15 15:12:58 sendUrl INFO 7 [250] -2014-12-15 15:12:58 queue INFO 3 [224] -2014-12-15 15:12:59 queue INFO >3 [225] -2014-12-15 15:12:59 sendUrl INFO 3 [251] -2014-12-15 15:12:59 sendUrl INFO 3 [252] -2014-12-15 15:13:00 sendUrl INFO 7 [253] -2014-12-15 15:13:00 sendUrl INFO 7 [254] -2014-12-15 15:13:01 queue INFO 7 [226] -2014-12-15 15:13:01 queue INFO >7 [227] -2014-12-15 15:13:01 sendUrl INFO 3 [255] -2014-12-15 15:13:01 sendUrl INFO 3 [256] -2014-12-15 15:13:01 queue INFO 3 [228] -2014-12-15 15:13:02 queue INFO >3 [229] -2014-12-15 15:13:02 sendUrl INFO 7 [257] -2014-12-15 15:13:02 sendUrl INFO 7 [258] -2014-12-15 15:13:03 sendUrl INFO 3 [259] -2014-12-15 15:13:03 sendUrl INFO 3 [260] -2014-12-15 15:13:03 queue INFO 7 [230] -2014-12-15 15:13:04 queue INFO >7 [231] -2014-12-15 15:13:04 sendUrl INFO 7 [261] -2014-12-15 15:13:04 sendUrl INFO 7 [262] -2014-12-15 15:13:05 sendUrl INFO 3 [263] -2014-12-15 15:13:05 queue INFO 3 [232] -2014-12-15 15:13:05 queue INFO >3 [233] -2014-12-15 15:13:05 sendUrl INFO 3 [264] -2014-12-15 15:13:06 sendUrl INFO 7 [265] -2014-12-15 15:13:06 sendUrl INFO 7 [266] -2014-12-15 15:13:07 sendUrl INFO 3 [267] -2014-12-15 15:13:07 queue INFO 7 [234] -2014-12-15 15:13:07 queue INFO >7 [235] -2014-12-15 15:13:07 sendUrl INFO 3 [268] -2014-12-15 15:13:08 queue INFO 3 [236] -2014-12-15 15:13:08 sendUrl INFO 7 [269] -2014-12-15 15:13:08 queue INFO >3 [237] -2014-12-15 15:13:08 sendUrl INFO 7 [270] -2014-12-15 15:13:09 sendUrl INFO 3 [271] -2014-12-15 15:13:09 sendUrl INFO 3 [272] -2014-12-15 15:13:10 queue INFO 7 [238] -2014-12-15 15:13:10 sendUrl INFO 7 [273] -2014-12-15 15:13:10 queue INFO >7 [239] -2014-12-15 15:13:10 sendUrl INFO 7 [274] -2014-12-15 15:13:11 sendUrl INFO 3 [275] -2014-12-15 15:13:11 sendUrl INFO 3 [276] -2014-12-15 15:13:11 queue INFO 3 [240] -2014-12-15 15:13:12 queue INFO >3 [241] -2014-12-15 15:13:12 sendUrl INFO 7 [277] -2014-12-15 15:13:12 sendUrl INFO 7 [278] -2014-12-15 15:13:13 sendUrl INFO 3 [279] -2014-12-15 15:13:13 sendUrl INFO 3 [280] -2014-12-15 15:13:14 queue INFO 7 [242] -2014-12-15 15:13:14 queue INFO >7 [243] -2014-12-15 15:13:14 sendUrl INFO 7 [281] -2014-12-15 15:13:14 sendUrl INFO 7 [282] -2014-12-15 15:13:15 sendUrl INFO 3 [283] -2014-12-15 15:13:15 queue INFO 3 [244] -2014-12-15 15:13:15 queue INFO >3 [245] -2014-12-15 15:13:15 sendUrl INFO 3 [284] -2014-12-15 15:13:16 sendUrl INFO 7 [285] -2014-12-15 15:13:16 sendUrl INFO 7 [286] -2014-12-15 15:13:17 sendUrl INFO 3 [287] -2014-12-15 15:13:17 queue INFO 7 [246] -2014-12-15 15:13:17 queue INFO >7 [247] -2014-12-15 15:13:17 sendUrl INFO 3 [288] -2014-12-15 15:13:18 sendUrl INFO 7 [289] -2014-12-15 15:13:18 sendUrl INFO 7 [290] -2014-12-15 15:13:19 queue INFO 3 [248] -2014-12-15 15:13:19 queue INFO >3 [249] -2014-12-15 15:13:19 sendUrl INFO 3 [291] -2014-12-15 15:13:19 sendUrl INFO 3 [292] -2014-12-15 15:13:20 sendUrl INFO 7 [293] -2014-12-15 15:13:20 sendUrl INFO 7 [294] -2014-12-15 15:13:21 sendUrl INFO 3 [295] -2014-12-15 15:13:21 queue INFO 7 [250] -2014-12-15 15:13:21 queue INFO >7 [251] -2014-12-15 15:13:21 sendUrl INFO 3 [296] -2014-12-15 15:13:22 sendUrl INFO 7 [297] -2014-12-15 15:13:22 sendUrl INFO 7 [298] -2014-12-15 15:13:23 queue INFO 3 [252] -2014-12-15 15:13:23 sendUrl INFO 3 [299] -2014-12-15 15:13:23 queue INFO >3 [253] -2014-12-15 15:13:24 sendUrl INFO 3 [300] -2014-12-15 15:13:24 sendUrl INFO 7 [301] -2014-12-15 15:13:25 sendUrl INFO 7 [302] -2014-12-15 15:13:25 sendUrl INFO 3 [303] -2014-12-15 15:13:25 queue INFO 7 [254] -2014-12-15 15:13:25 queue INFO >7 [255] -2014-12-15 15:13:26 sendUrl INFO 3 [304] -2014-12-15 15:13:26 sendUrl INFO 7 [305] -2014-12-15 15:13:27 sendUrl INFO 7 [306] -2014-12-15 15:13:27 queue INFO 3 [256] -2014-12-15 15:13:27 sendUrl INFO 3 [307] -2014-12-15 15:13:27 queue INFO >3 [257] -2014-12-15 15:13:28 sendUrl INFO 3 [308] -2014-12-15 15:13:28 sendUrl INFO 7 [309] -2014-12-15 15:13:29 sendUrl INFO 7 [310] -2014-12-15 15:13:29 queue INFO 7 [258] -2014-12-15 15:13:29 sendUrl INFO 3 [311] -2014-12-15 15:13:29 queue INFO >7 [259] -2014-12-15 15:13:30 sendUrl INFO 3 [312] -2014-12-15 15:13:30 sendUrl INFO 7 [313] -2014-12-15 15:13:31 sendUrl INFO 7 [314] -2014-12-15 15:13:31 queue INFO 3 [260] -2014-12-15 15:13:31 sendUrl INFO 3 [315] -2014-12-15 15:13:31 queue INFO >3 [261] -2014-12-15 15:13:32 sendUrl INFO 3 [316] -2014-12-15 15:13:32 sendUrl INFO 7 [317] -2014-12-15 15:13:33 sendUrl INFO 7 [318] -2014-12-15 15:13:33 sendUrl INFO 3 [319] -2014-12-15 15:13:33 queue INFO 7 [262] -2014-12-15 15:13:33 queue INFO >7 [263] -2014-12-15 15:13:34 sendUrl INFO 7 [320] -2014-12-15 15:13:34 sendUrl INFO 7 [321] -2014-12-15 15:13:35 sendUrl INFO 3 [322] -2014-12-15 15:13:35 queue INFO 3 [264] -2014-12-15 15:13:35 sendUrl INFO 3 [323] -2014-12-15 15:13:35 queue INFO >3 [265] -2014-12-15 15:13:36 sendUrl INFO 7 [324] -2014-12-15 15:13:36 sendUrl INFO 7 [325] -2014-12-15 15:13:37 sendUrl INFO 3 [326] -2014-12-15 15:13:37 sendUrl INFO 3 [327] -2014-12-15 15:13:37 queue INFO 7 [266] -2014-12-15 15:13:37 queue INFO >7 [267] -2014-12-15 15:13:38 sendUrl INFO 7 [328] -2014-12-15 15:13:38 sendUrl INFO 7 [329] -2014-12-15 15:13:39 sendUrl INFO 3 [330] -2014-12-15 15:13:39 queue INFO 3 [268] -2014-12-15 15:13:39 queue INFO >3 [269] -2014-12-15 15:13:39 sendUrl INFO 3 [331] -2014-12-15 15:13:40 sendUrl INFO 7 [332] -2014-12-15 15:13:40 sendUrl INFO 7 [333] -2014-12-15 15:13:40 queue INFO 7 [270] -2014-12-15 15:13:41 queue INFO >7 [271] -2014-12-15 15:13:41 sendUrl INFO 3 [334] -2014-12-15 15:13:41 sendUrl INFO 3 [335] -2014-12-15 15:13:42 sendUrl INFO 7 [336] -2014-12-15 15:13:42 queue INFO 3 [272] -2014-12-15 15:13:42 sendUrl INFO 7 [337] -2014-12-15 15:13:42 queue INFO >3 [273] -2014-12-15 15:13:43 sendUrl INFO 3 [338] -2014-12-15 15:13:43 sendUrl INFO 3 [339] -2014-12-15 15:13:44 sendUrl INFO 7 [340] -2014-12-15 15:13:44 queue INFO 7 [274] -2014-12-15 15:13:44 sendUrl INFO 7 [341] -2014-12-15 15:13:44 queue INFO >7 [275] -2014-12-15 15:13:45 sendUrl INFO 3 [342] -2014-12-15 15:13:45 sendUrl INFO 3 [343] -2014-12-15 15:13:46 sendUrl INFO 7 [344] -2014-12-15 15:13:46 queue INFO 3 [276] -2014-12-15 15:13:46 sendUrl INFO 7 [345] -2014-12-15 15:13:46 queue INFO >3 [277] -2014-12-15 15:13:47 sendUrl INFO 3 [346] -2014-12-15 15:13:47 sendUrl INFO 3 [347] -2014-12-15 15:13:48 sendUrl INFO 7 [348] -2014-12-15 15:13:48 sendUrl INFO 7 [349] -2014-12-15 15:13:48 queue INFO 7 [278] -2014-12-15 15:13:49 queue INFO >7 [279] -2014-12-15 15:13:49 sendUrl INFO 3 [350] -2014-12-15 15:13:49 sendUrl INFO 3 [351] -2014-12-15 15:13:50 sendUrl INFO 7 [352] -2014-12-15 15:13:50 queue INFO 3 [280] -2014-12-15 15:13:50 queue INFO >3 [281] -2014-12-15 15:13:50 sendUrl INFO 7 [353] -2014-12-15 15:13:51 sendUrl INFO 3 [354] -2014-12-15 15:13:51 sendUrl INFO 3 [355] -2014-12-15 15:13:52 sendUrl INFO 7 [356] -2014-12-15 15:13:52 sendUrl INFO 7 [357] -2014-12-15 15:13:53 queue INFO 7 [282] -2014-12-15 15:13:53 queue INFO >7 [283] -2014-12-15 15:13:53 sendUrl INFO 3 [358] -2014-12-15 15:13:53 sendUrl INFO 3 [359] -2014-12-15 15:13:54 sendUrl INFO 7 [360] -2014-12-15 15:13:54 sendUrl INFO 7 [361] -2014-12-15 15:13:54 queue INFO 3 [284] -2014-12-15 15:13:55 queue INFO >3 [285] -2014-12-15 15:13:55 sendUrl INFO 3 [362] -2014-12-15 15:13:55 sendUrl INFO 3 [363] -2014-12-15 15:13:56 sendUrl INFO 7 [364] -2014-12-15 15:13:56 sendUrl INFO 7 [365] -2014-12-15 15:13:57 queue INFO 7 [286] -2014-12-15 15:13:57 queue INFO >7 [287] -2014-12-15 15:13:57 sendUrl INFO 3 [366] -2014-12-15 15:13:57 sendUrl INFO 3 [367] -2014-12-15 15:13:58 sendUrl INFO 7 [368] -2014-12-15 15:13:58 queue INFO 3 [288] -2014-12-15 15:13:58 sendUrl INFO 7 [369] -2014-12-15 15:13:58 queue INFO >3 [289] -2014-12-15 15:13:59 sendUrl INFO 3 [370] -2014-12-15 15:13:59 sendUrl INFO 3 [371] -2014-12-15 15:14:00 sendUrl INFO 7 [372] -2014-12-15 15:14:00 sendUrl INFO 7 [373] -2014-12-15 15:14:01 queue INFO 7 [290] -2014-12-15 15:14:01 queue INFO >7 [291] -2014-12-15 15:14:01 sendUrl INFO 3 [374] -2014-12-15 15:14:01 sendUrl INFO 3 [375] -2014-12-15 15:14:02 sendUrl INFO 7 [376] -2014-12-15 15:14:02 queue INFO 3 [292] -2014-12-15 15:14:02 queue INFO >3 [293] -2014-12-15 15:14:02 sendUrl INFO 7 [377] -2014-12-15 15:14:03 sendUrl INFO 3 [378] -2014-12-15 15:14:03 sendUrl INFO 3 [379] -2014-12-15 15:14:04 sendUrl INFO 7 [380] -2014-12-15 15:14:04 queue INFO 7 [294] -2014-12-15 15:14:04 queue INFO >7 [295] -2014-12-15 15:14:04 sendUrl INFO 7 [381] -2014-12-15 15:14:05 sendUrl INFO 3 [382] -2014-12-15 15:14:05 sendUrl INFO 3 [383] -2014-12-15 15:14:06 queue INFO 3 [296] -2014-12-15 15:14:06 sendUrl INFO 7 [384] -2014-12-15 15:14:06 queue INFO >3 [297] -2014-12-15 15:14:06 sendUrl INFO 7 [385] -2014-12-15 15:14:07 sendUrl INFO 3 [386] -2014-12-15 15:14:07 queue INFO 7 [298] -2014-12-15 15:14:07 sendUrl INFO 3 [387] -2014-12-15 15:14:08 queue INFO >7 [299] -2014-12-15 15:14:08 sendUrl INFO 7 [388] -2014-12-15 15:14:09 sendUrl INFO 7 [389] -2014-12-15 15:14:09 sendUrl INFO 3 [390] -2014-12-15 15:14:09 queue INFO 3 [300] -2014-12-15 15:14:09 queue INFO >3 [301] -2014-12-15 15:14:10 sendUrl INFO 3 [391] -2014-12-15 15:14:10 sendUrl INFO 7 [392] -2014-12-15 15:14:11 sendUrl INFO 7 [393] -2014-12-15 15:14:11 queue INFO 7 [302] -2014-12-15 15:14:11 queue INFO >7 [303] -2014-12-15 15:14:11 sendUrl INFO 3 [394] -2014-12-15 15:14:12 sendUrl INFO 3 [395] -2014-12-15 15:14:12 sendUrl INFO 7 [396] -2014-12-15 15:14:12 queue INFO 3 [304] -2014-12-15 15:14:13 sendUrl INFO 7 [397] -2014-12-15 15:14:13 queue INFO >3 [305] -2014-12-15 15:14:13 sendUrl INFO 3 [398] -2014-12-15 15:14:14 sendUrl INFO 3 [399] -2014-12-15 15:14:14 sendUrl INFO 7 [400] -2014-12-15 15:14:14 queue INFO 7 [306] -2014-12-15 15:14:14 queue INFO >7 [307] -2014-12-15 15:14:15 sendUrl INFO 7 [401] -2014-12-15 15:14:15 sendUrl INFO 3 [402] -2014-12-15 15:14:16 sendUrl INFO 3 [403] -2014-12-15 15:14:16 queue INFO 3 [308] -2014-12-15 15:14:16 sendUrl INFO 7 [404] -2014-12-15 15:14:16 queue INFO >3 [309] -2014-12-15 15:14:17 sendUrl INFO 7 [405] -2014-12-15 15:14:17 sendUrl INFO 3 [406] -2014-12-15 15:14:18 sendUrl INFO 3 [407] -2014-12-15 15:14:18 queue INFO 7 [310] -2014-12-15 15:14:18 sendUrl INFO 7 [408] -2014-12-15 15:14:18 queue INFO >7 [311] -2014-12-15 15:14:19 sendUrl INFO 7 [409] -2014-12-15 15:14:19 sendUrl INFO 3 [410] -2014-12-15 15:14:20 sendUrl INFO 3 [411] -2014-12-15 15:14:20 queue INFO 3 [312] -2014-12-15 15:14:20 queue INFO >3 [313] -2014-12-15 15:14:20 sendUrl INFO 7 [412] -2014-12-15 15:14:21 sendUrl INFO 7 [413] -2014-12-15 15:14:21 sendUrl INFO 3 [414] -2014-12-15 15:14:22 sendUrl INFO 3 [415] -2014-12-15 15:14:22 queue INFO 7 [314] -2014-12-15 15:14:22 queue INFO >7 [315] -2014-12-15 15:14:22 sendUrl INFO 7 [416] -2014-12-15 15:14:23 sendUrl INFO 7 [417] -2014-12-15 15:14:23 queue INFO 3 [316] -2014-12-15 15:14:23 queue INFO >3 [317] -2014-12-15 15:14:23 sendUrl INFO 3 [418] -2014-12-15 15:14:24 sendUrl INFO 3 [419] -2014-12-15 15:14:24 sendUrl INFO 7 [420] -2014-12-15 15:14:25 sendUrl INFO 7 [421] -2014-12-15 15:14:25 queue INFO 7 [318] -2014-12-15 15:14:25 queue INFO >7 [319] -2014-12-15 15:14:25 sendUrl INFO 3 [422] -2014-12-15 15:14:26 sendUrl INFO 3 [423] -2014-12-15 15:14:26 sendUrl INFO 7 [424] -2014-12-15 15:14:27 queue INFO 3 [320] -2014-12-15 15:14:27 sendUrl INFO 7 [425] -2014-12-15 15:14:27 queue INFO >3 [321] -2014-12-15 15:14:27 sendUrl INFO 3 [426] -2014-12-15 15:14:28 sendUrl INFO 3 [427] -2014-12-15 15:14:28 sendUrl INFO 7 [428] -2014-12-15 15:14:29 queue INFO 7 [322] -2014-12-15 15:14:29 sendUrl INFO 7 [429] -2014-12-15 15:14:29 queue INFO >7 [323] -2014-12-15 15:14:29 sendUrl INFO 3 [430] -2014-12-15 15:14:30 sendUrl INFO 3 [431] -2014-12-15 15:14:30 queue INFO 3 [324] -2014-12-15 15:14:30 queue INFO >3 [325] -2014-12-15 15:14:30 sendUrl INFO 7 [432] -2014-12-15 15:14:31 sendUrl INFO 7 [433] -2014-12-15 15:14:31 sendUrl INFO 3 [434] -2014-12-15 15:14:32 sendUrl INFO 3 [435] -2014-12-15 15:14:32 sendUrl INFO 7 [436] -2014-12-15 15:14:32 queue INFO 7 [326] -2014-12-15 15:14:33 queue INFO >7 [327] -2014-12-15 15:14:33 sendUrl INFO 7 [437] -2014-12-15 15:14:33 sendUrl INFO 3 [438] -2014-12-15 15:14:33 queue INFO 3 [328] -2014-12-15 15:14:34 queue INFO >3 [329] -2014-12-15 15:14:34 sendUrl INFO 3 [439] -2014-12-15 15:14:34 sendUrl INFO 7 [440] -2014-12-15 15:14:35 sendUrl INFO 7 [441] -2014-12-15 15:14:35 sendUrl INFO 3 [442] -2014-12-15 15:14:35 queue INFO 7 [330] -2014-12-15 15:14:36 queue INFO >7 [331] -2014-12-15 15:14:36 sendUrl INFO 3 [443] -2014-12-15 15:14:36 sendUrl INFO 7 [444] -2014-12-15 15:14:37 sendUrl INFO 7 [445] -2014-12-15 15:14:37 queue INFO 3 [332] -2014-12-15 15:14:37 queue INFO >3 [333] -2014-12-15 15:14:37 sendUrl INFO 3 [446] -2014-12-15 15:14:38 sendUrl INFO 3 [447] -2014-12-15 15:14:38 sendUrl INFO 7 [448] -2014-12-15 15:14:39 queue INFO 7 [334] -2014-12-15 15:14:39 sendUrl INFO 7 [449] -2014-12-15 15:14:39 queue INFO >7 [335] -2014-12-15 15:14:39 sendUrl INFO 3 [450] -2014-12-15 15:14:40 sendUrl INFO 3 [451] -2014-12-15 15:14:40 sendUrl INFO 7 [452] -2014-12-15 15:14:41 queue INFO 3 [336] -2014-12-15 15:14:41 queue INFO >3 [337] -2014-12-15 15:14:41 sendUrl INFO 7 [453] -2014-12-15 15:14:41 sendUrl INFO 3 [454] -2014-12-15 15:14:42 sendUrl INFO 3 [455] -2014-12-15 15:14:42 sendUrl INFO 7 [456] -2014-12-15 15:14:42 queue INFO 7 [338] -2014-12-15 15:14:43 queue INFO >7 [339] -2014-12-15 15:14:43 sendUrl INFO 7 [457] -2014-12-15 15:14:43 sendUrl INFO 3 [458] -2014-12-15 15:14:44 queue INFO 3 [340] -2014-12-15 15:14:44 sendUrl INFO 3 [459] -2014-12-15 15:14:44 queue INFO >3 [341] -2014-12-15 15:14:44 sendUrl INFO 7 [460] -2014-12-15 15:14:45 sendUrl INFO 7 [461] -2014-12-15 15:14:45 sendUrl INFO 3 [462] -2014-12-15 15:14:46 queue INFO 7 [342] -2014-12-15 15:14:46 sendUrl INFO 3 [463] -2014-12-15 15:14:46 queue INFO >7 [343] -2014-12-15 15:14:46 sendUrl INFO 7 [464] -2014-12-15 15:14:47 sendUrl INFO 7 [465] -2014-12-15 15:14:47 sendUrl INFO 3 [466] -2014-12-15 15:14:47 queue INFO 3 [344] -2014-12-15 15:14:48 queue INFO >3 [345] -2014-12-15 15:14:48 sendUrl INFO 3 [467] -2014-12-15 15:14:48 sendUrl INFO 7 [468] -2014-12-15 15:14:49 sendUrl INFO 7 [469] -2014-12-15 15:14:49 queue INFO 7 [346] -2014-12-15 15:14:49 sendUrl INFO 3 [470] -2014-12-15 15:14:50 queue INFO >7 [347] -2014-12-15 15:14:50 sendUrl INFO 3 [471] -2014-12-15 15:14:50 sendUrl INFO 7 [472] -2014-12-15 15:14:51 sendUrl INFO 7 [473] -2014-12-15 15:14:51 queue INFO 3 [348] -2014-12-15 15:14:51 queue INFO >3 [349] -2014-12-15 15:14:51 sendUrl INFO 3 [474] -2014-12-15 15:14:52 sendUrl INFO 3 [475] -2014-12-15 15:14:53 sendUrl INFO 7 [476] -2014-12-15 15:14:53 queue INFO 7 [350] -2014-12-15 15:14:53 queue INFO >7 [351] -2014-12-15 15:14:53 sendUrl INFO 7 [477] -2014-12-15 15:14:54 sendUrl INFO 3 [478] -2014-12-15 15:14:54 sendUrl INFO 3 [479] -2014-12-15 15:14:54 queue INFO 3 [352] -2014-12-15 15:14:54 queue INFO >3 [353] -2014-12-15 15:14:55 sendUrl INFO 7 [480] -2014-12-15 15:14:55 sendUrl INFO 7 [481] -2014-12-15 15:14:56 sendUrl INFO 3 [482] -2014-12-15 15:14:56 sendUrl INFO 3 [483] -2014-12-15 15:14:56 queue INFO 7 [354] -2014-12-15 15:14:57 queue INFO >7 [355] -2014-12-15 15:14:57 sendUrl INFO 7 [484] -2014-12-15 15:14:57 sendUrl INFO 7 [485] -2014-12-15 15:14:58 sendUrl INFO 3 [486] -2014-12-15 15:14:58 queue INFO 3 [356] -2014-12-15 15:14:58 queue INFO >3 [357] -2014-12-15 15:14:58 sendUrl INFO 3 [487] -2014-12-15 15:14:59 sendUrl INFO 7 [488] -2014-12-15 15:14:59 sendUrl INFO 7 [489] -2014-12-15 15:15:00 sendUrl INFO 3 [490] -2014-12-15 15:15:00 queue INFO 7 [358] -2014-12-15 15:15:00 queue INFO >7 [359] -2014-12-15 15:15:00 sendUrl INFO 3 [491] -2014-12-15 15:15:01 sendUrl INFO 7 [492] -2014-12-15 15:15:01 sendUrl INFO 7 [493] -2014-12-15 15:15:01 queue INFO 3 [360] -2014-12-15 15:15:01 queue INFO >3 [361] -2014-12-15 15:15:02 sendUrl INFO 3 [494] -2014-12-15 15:15:02 sendUrl INFO 3 [495] -2014-12-15 15:15:03 sendUrl INFO 7 [496] -2014-12-15 15:15:03 sendUrl INFO 7 [497] -2014-12-15 15:15:03 queue INFO 7 [362] -2014-12-15 15:15:03 queue INFO >7 [363] -2014-12-15 15:15:04 sendUrl INFO 3 [498] -2014-12-15 15:15:04 sendUrl INFO 3 [499] -2014-12-15 15:15:05 sendUrl INFO 7 [500] -2014-12-15 15:15:05 queue INFO 3 [364] -2014-12-15 15:15:05 queue INFO >3 [365] -2014-12-15 15:15:05 sendUrl INFO 7 [501] -2014-12-15 15:15:06 sendUrl INFO 3 [502] -2014-12-15 15:15:06 sendUrl INFO 3 [503] -2014-12-15 15:15:07 sendUrl INFO 7 [504] -2014-12-15 15:15:07 queue INFO 7 [366] -2014-12-15 15:15:07 queue INFO >7 [367] -2014-12-15 15:15:07 sendUrl INFO 7 [505] -2014-12-15 15:15:08 sendUrl INFO 3 [506] -2014-12-15 15:15:08 sendUrl INFO 3 [507] -2014-12-15 15:15:08 queue INFO 3 [368] -2014-12-15 15:15:09 queue INFO >3 [369] -2014-12-15 15:15:09 sendUrl INFO 7 [508] -2014-12-15 15:15:09 sendUrl INFO 7 [509] -2014-12-15 15:15:10 sendUrl INFO 3 [510] -2014-12-15 15:15:10 queue INFO 7 [370] -2014-12-15 15:15:10 sendUrl INFO 3 [511] -2014-12-15 15:15:10 queue INFO >7 [371] -2014-12-15 15:15:11 sendUrl INFO 7 [512] -2014-12-15 15:15:11 sendUrl INFO 7 [513] -2014-12-15 15:15:12 sendUrl INFO 3 [514] -2014-12-15 15:15:12 queue INFO 3 [372] -2014-12-15 15:15:12 queue INFO >3 [373] -2014-12-15 15:15:12 sendUrl INFO 3 [515] -2014-12-15 15:15:13 sendUrl INFO 7 [516] -2014-12-15 15:15:13 sendUrl INFO 7 [517] -2014-12-15 15:15:14 sendUrl INFO 3 [518] -2014-12-15 15:15:14 queue INFO 7 [374] -2014-12-15 15:15:14 queue INFO >7 [375] -2014-12-15 15:15:14 sendUrl INFO 3 [519] -2014-12-15 15:15:15 sendUrl INFO 7 [520] -2014-12-15 15:15:15 queue INFO 3 [376] -2014-12-15 15:15:15 sendUrl INFO 7 [521] -2014-12-15 15:15:15 queue INFO >3 [377] -2014-12-15 15:15:16 sendUrl INFO 3 [522] -2014-12-15 15:15:16 sendUrl INFO 3 [523] -2014-12-15 15:15:17 sendUrl INFO 7 [524] -2014-12-15 15:15:17 queue INFO 7 [378] -2014-12-15 15:15:17 sendUrl INFO 7 [525] -2014-12-15 15:15:17 queue INFO >7 [379] -2014-12-15 15:15:18 sendUrl INFO 3 [526] -2014-12-15 15:15:18 sendUrl INFO 3 [527] -2014-12-15 15:15:19 sendUrl INFO 7 [528] -2014-12-15 15:15:19 queue INFO 3 [380] -2014-12-15 15:15:19 queue INFO >3 [381] -2014-12-15 15:15:19 sendUrl INFO 7 [529] -2014-12-15 15:15:20 sendUrl INFO 3 [530] -2014-12-15 15:15:20 sendUrl INFO 3 [531] -2014-12-15 15:15:21 queue INFO 7 [382] -2014-12-15 15:15:21 sendUrl INFO 7 [532] -2014-12-15 15:15:21 queue INFO >7 [383] -2014-12-15 15:15:21 sendUrl INFO 7 [533] -2014-12-15 15:15:22 sendUrl INFO 3 [534] -2014-12-15 15:15:22 queue INFO 3 [384] -2014-12-15 15:15:22 sendUrl INFO 3 [535] -2014-12-15 15:15:22 queue INFO >3 [385] -2014-12-15 15:15:23 sendUrl INFO 7 [536] -2014-12-15 15:15:23 sendUrl INFO 7 [537] -2014-12-15 15:15:24 sendUrl INFO 3 [538] -2014-12-15 15:15:24 queue INFO 7 [386] -2014-12-15 15:15:24 sendUrl INFO 3 [539] -2014-12-15 15:15:24 queue INFO >7 [387] -2014-12-15 15:15:25 sendUrl INFO 7 [540] -2014-12-15 15:15:25 sendUrl INFO 7 [541] -2014-12-15 15:15:26 queue INFO 3 [388] -2014-12-15 15:15:26 sendUrl INFO 3 [542] -2014-12-15 15:15:26 queue INFO >3 [389] -2014-12-15 15:15:26 sendUrl INFO 3 [543] -2014-12-15 15:15:27 sendUrl INFO 7 [544] -2014-12-15 15:15:27 sendUrl INFO 7 [545] -2014-12-15 15:15:28 queue INFO 7 [390] -2014-12-15 15:15:28 queue INFO >7 [391] -2014-12-15 15:15:28 sendUrl INFO 3 [546] -2014-12-15 15:15:28 sendUrl INFO 3 [547] -2014-12-15 15:15:29 queue INFO 3 [392] -2014-12-15 15:15:29 sendUrl INFO 7 [548] -2014-12-15 15:15:29 queue INFO >3 [393] -2014-12-15 15:15:29 sendUrl INFO 7 [549] -2014-12-15 15:15:30 sendUrl INFO 3 [550] -2014-12-15 15:15:30 sendUrl INFO 3 [551] -2014-12-15 15:15:31 sendUrl INFO 7 [552] -2014-12-15 15:15:31 queue INFO 7 [394] -2014-12-15 15:15:31 queue INFO >7 [395] -2014-12-15 15:15:31 sendUrl INFO 7 [553] -2014-12-15 15:15:32 sendUrl INFO 3 [554] -2014-12-15 15:15:32 sendUrl INFO 3 [555] -2014-12-15 15:15:33 queue INFO 3 [396] -2014-12-15 15:15:33 sendUrl INFO 7 [556] -2014-12-15 15:15:33 queue INFO >3 [397] -2014-12-15 15:15:33 sendUrl INFO 7 [557] -2014-12-15 15:15:34 sendUrl INFO 3 [558] -2014-12-15 15:15:34 sendUrl INFO 3 [559] -2014-12-15 15:15:34 queue INFO 7 [398] -2014-12-15 15:15:35 queue INFO >7 [399] -2014-12-15 15:15:35 sendUrl INFO 7 [560] -2014-12-15 15:15:35 sendUrl INFO 7 [561] -2014-12-15 15:15:36 queue INFO 3 [400] -2014-12-15 15:15:36 queue INFO >3 [401] -2014-12-15 15:15:36 sendUrl INFO 3 [562] -2014-12-15 15:15:37 sendUrl INFO 3 [563] -2014-12-15 15:15:37 sendUrl INFO 7 [564] -2014-12-15 15:15:38 sendUrl INFO 7 [565] -2014-12-15 15:15:38 queue INFO 7 [402] -2014-12-15 15:15:38 queue INFO >7 [403] -2014-12-15 15:15:38 sendUrl INFO 3 [566] -2014-12-15 15:15:39 sendUrl INFO 3 [567] -2014-12-15 15:15:39 sendUrl INFO 7 [568] -2014-12-15 15:15:39 queue INFO 3 [404] -2014-12-15 15:15:39 queue INFO >3 [405] -2014-12-15 15:15:40 sendUrl INFO 7 [569] -2014-12-15 15:15:40 sendUrl INFO 3 [570] -2014-12-15 15:15:41 sendUrl INFO 3 [571] -2014-12-15 15:15:41 queue INFO 7 [406] -2014-12-15 15:15:41 sendUrl INFO 7 [572] -2014-12-15 15:15:41 queue INFO >7 [407] -2014-12-15 15:15:42 sendUrl INFO 7 [573] -2014-12-15 15:15:42 sendUrl INFO 3 [574] -2014-12-15 15:15:43 queue INFO 3 [408] -2014-12-15 15:15:43 sendUrl INFO 3 [575] -2014-12-15 15:15:43 queue INFO >3 [409] -2014-12-15 15:15:43 sendUrl INFO 7 [576] -2014-12-15 15:15:44 sendUrl INFO 7 [577] -2014-12-15 15:15:44 sendUrl INFO 3 [578] -2014-12-15 15:15:44 queue INFO 7 [410] -2014-12-15 15:15:45 queue INFO >7 [411] -2014-12-15 15:15:45 sendUrl INFO 3 [579] -2014-12-15 15:15:45 sendUrl INFO 7 [580] -2014-12-15 15:15:45 queue INFO 3 [412] -2014-12-15 15:15:46 queue INFO >3 [413] -2014-12-15 15:15:46 sendUrl INFO 7 [581] -2014-12-15 15:15:46 sendUrl INFO 3 [582] -2014-12-15 15:15:47 sendUrl INFO 3 [583] -2014-12-15 15:15:47 sendUrl INFO 7 [584] -2014-12-15 15:15:48 sendUrl INFO 7 [585] -2014-12-15 15:15:48 queue INFO 7 [414] -2014-12-15 15:15:48 queue INFO >7 [415] -2014-12-15 15:15:48 sendUrl INFO 3 [586] -2014-12-15 15:15:49 sendUrl INFO 3 [587] -2014-12-15 15:15:49 sendUrl INFO 7 [588] -2014-12-15 15:15:49 queue INFO 3 [416] -2014-12-15 15:15:50 queue INFO >3 [417] -2014-12-15 15:15:50 sendUrl INFO 7 [589] -2014-12-15 15:15:50 sendUrl INFO 3 [590] -2014-12-15 15:15:50 queue INFO 7 [418] -2014-12-15 15:15:51 queue INFO >7 [419] -2014-12-15 15:15:51 sendUrl INFO 3 [591] -2014-12-15 15:15:51 queue INFO 3 [420] -2014-12-15 15:15:51 sendUrl INFO 7 [592] -2014-12-15 15:15:51 queue INFO >3 [421] -2014-12-15 15:15:52 sendUrl INFO 7 [593] -2014-12-15 15:15:52 sendUrl INFO 3 [594] -2014-12-15 15:15:53 sendUrl INFO 3 [595] -2014-12-15 15:15:53 queue INFO 7 [422] -2014-12-15 15:15:53 queue INFO >7 [423] -2014-12-15 15:15:53 sendUrl INFO 7 [596] -2014-12-15 15:15:53 queue INFO 3 [424] -2014-12-15 15:15:54 queue INFO >3 [425] -2014-12-15 15:15:54 sendUrl INFO 7 [597] -2014-12-15 15:15:54 sendUrl INFO 3 [598] -2014-12-15 15:15:55 sendUrl INFO 3 [599] -2014-12-15 15:15:55 queue INFO 7 [426] -2014-12-15 15:15:55 sendUrl INFO 7 [600] -2014-12-15 15:15:55 queue INFO >7 [427] -2014-12-15 15:15:56 sendUrl INFO 7 [601] -2014-12-15 15:15:56 sendUrl INFO 3 [602] -2014-12-15 15:15:57 sendUrl INFO 3 [603] -2014-12-15 15:15:57 queue INFO 3 [428] -2014-12-15 15:15:57 queue INFO >3 [429] -2014-12-15 15:15:57 sendUrl INFO 7 [604] -2014-12-15 15:15:58 sendUrl INFO 7 [605] -2014-12-15 15:15:58 sendUrl INFO 3 [606] -2014-12-15 15:15:59 queue INFO 7 [430] -2014-12-15 15:15:59 sendUrl INFO 3 [607] -2014-12-15 15:15:59 queue INFO >7 [431] -2014-12-15 15:15:59 sendUrl INFO 7 [608] -2014-12-15 15:15:59 queue INFO 3 [432] -2014-12-15 15:16:00 queue INFO >3 [433] -2014-12-15 15:16:00 sendUrl INFO 7 [609] -2014-12-15 15:16:00 sendUrl INFO 3 [610] -2014-12-15 15:16:01 sendUrl INFO 3 [611] -2014-12-15 15:16:01 sendUrl INFO 7 [612] -2014-12-15 15:16:02 sendUrl INFO 7 [613] -2014-12-15 15:16:02 queue INFO 7 [434] -2014-12-15 15:16:02 queue INFO >7 [435] -2014-12-15 15:16:02 sendUrl INFO 3 [614] -2014-12-15 15:16:03 sendUrl INFO 3 [615] -2014-12-15 15:16:03 sendUrl INFO 7 [616] -2014-12-15 15:16:03 queue INFO 3 [436] -2014-12-15 15:16:04 queue INFO >3 [437] -2014-12-15 15:16:04 sendUrl INFO 7 [617] -2014-12-15 15:16:04 sendUrl INFO 3 [618] -2014-12-15 15:16:05 sendUrl INFO 3 [619] -2014-12-15 15:16:05 queue INFO 7 [438] -2014-12-15 15:16:05 queue INFO >7 [439] -2014-12-15 15:16:05 queue INFO 3 [440] -2014-12-15 15:16:05 sendUrl INFO 7 [620] -2014-12-15 15:16:05 queue INFO >3 [441] -2014-12-15 15:16:06 sendUrl INFO 7 [621] -2014-12-15 15:16:06 sendUrl INFO 3 [622] -2014-12-15 15:16:07 sendUrl INFO 3 [623] -2014-12-15 15:16:07 queue INFO 7 [442] -2014-12-15 15:16:07 queue INFO >7 [443] -2014-12-15 15:16:07 sendUrl INFO 7 [624] -2014-12-15 15:16:08 sendUrl INFO 7 [625] -2014-12-15 15:16:08 sendUrl INFO 3 [626] -2014-12-15 15:16:09 queue INFO 3 [444] -2014-12-15 15:16:09 sendUrl INFO 3 [627] -2014-12-15 15:16:09 queue INFO >3 [445] -2014-12-15 15:16:09 sendUrl INFO 7 [628] -2014-12-15 15:16:10 sendUrl INFO 7 [629] -2014-12-15 15:16:10 sendUrl INFO 3 [630] -2014-12-15 15:16:11 queue INFO 7 [446] -2014-12-15 15:16:11 queue INFO >7 [447] -2014-12-15 15:16:11 sendUrl INFO 3 [631] -2014-12-15 15:16:11 sendUrl INFO 7 [632] -2014-12-15 15:16:12 sendUrl INFO 7 [633] -2014-12-15 15:16:12 queue INFO 3 [448] -2014-12-15 15:16:12 sendUrl INFO 3 [634] -2014-12-15 15:16:13 queue INFO >3 [449] -2014-12-15 15:16:13 sendUrl INFO 3 [635] -2014-12-15 15:16:13 sendUrl INFO 7 [636] -2014-12-15 15:16:14 sendUrl INFO 7 [637] -2014-12-15 15:16:14 queue INFO 7 [450] -2014-12-15 15:16:14 queue INFO >7 [451] -2014-12-15 15:16:14 sendUrl INFO 3 [638] -2014-12-15 15:16:15 sendUrl INFO 3 [639] -2014-12-15 15:16:15 sendUrl INFO 7 [640] -2014-12-15 15:16:16 queue INFO 3 [452] -2014-12-15 15:16:16 queue INFO >3 [453] -2014-12-15 15:16:16 sendUrl INFO 7 [641] -2014-12-15 15:16:16 sendUrl INFO 3 [642] -2014-12-15 15:16:17 sendUrl INFO 3 [643] -2014-12-15 15:16:17 sendUrl INFO 7 [644] -2014-12-15 15:16:18 queue INFO 7 [454] -2014-12-15 15:16:18 queue INFO >7 [455] -2014-12-15 15:16:18 sendUrl INFO 7 [645] -2014-12-15 15:16:18 sendUrl INFO 3 [646] -2014-12-15 15:16:19 sendUrl INFO 3 [647] -2014-12-15 15:16:19 queue INFO 3 [456] -2014-12-15 15:16:20 sendUrl INFO 7 [648] -2014-12-15 15:16:20 queue INFO >3 [457] -2014-12-15 15:16:20 sendUrl INFO 7 [649] -2014-12-15 15:16:21 sendUrl INFO 3 [650] -2014-12-15 15:16:21 sendUrl INFO 3 [651] -2014-12-15 15:16:21 queue INFO 7 [458] -2014-12-15 15:16:22 sendUrl INFO 7 [652] -2014-12-15 15:16:22 queue INFO >7 [459] -2014-12-15 15:16:22 sendUrl INFO 7 [653] -2014-12-15 15:16:23 sendUrl INFO 3 [654] -2014-12-15 15:16:23 queue INFO 3 [460] -2014-12-15 15:16:23 sendUrl INFO 3 [655] -2014-12-15 15:16:23 queue INFO >3 [461] -2014-12-15 15:16:24 sendUrl INFO 7 [656] -2014-12-15 15:16:24 sendUrl INFO 7 [657] -2014-12-15 15:16:25 sendUrl INFO 3 [658] -2014-12-15 15:16:25 queue INFO 7 [462] -2014-12-15 15:16:25 sendUrl INFO 3 [659] -2014-12-15 15:16:25 queue INFO >7 [463] -2014-12-15 15:16:26 sendUrl INFO 7 [660] -2014-12-15 15:16:26 sendUrl INFO 7 [661] -2014-12-15 15:16:27 sendUrl INFO 3 [662] -2014-12-15 15:16:27 queue INFO 3 [464] -2014-12-15 15:16:27 queue INFO >3 [465] -2014-12-15 15:16:27 sendUrl INFO 3 [663] -2014-12-15 15:16:28 sendUrl INFO 7 [664] -2014-12-15 15:16:28 sendUrl INFO 7 [665] -2014-12-15 15:16:28 queue INFO 7 [466] -2014-12-15 15:16:29 queue INFO >7 [467] -2014-12-15 15:16:29 sendUrl INFO 3 [666] -2014-12-15 15:16:29 sendUrl INFO 3 [667] -2014-12-15 15:16:30 sendUrl INFO 7 [668] -2014-12-15 15:16:30 sendUrl INFO 7 [669] -2014-12-15 15:16:30 queue INFO 3 [468] -2014-12-15 15:16:30 queue INFO >3 [469] -2014-12-15 15:16:31 sendUrl INFO 3 [670] -2014-12-15 15:16:31 sendUrl INFO 3 [671] -2014-12-15 15:16:32 sendUrl INFO 7 [672] -2014-12-15 15:16:32 sendUrl INFO 7 [673] -2014-12-15 15:16:32 queue INFO 7 [470] -2014-12-15 15:16:32 queue INFO >7 [471] -2014-12-15 15:16:33 sendUrl INFO 3 [674] -2014-12-15 15:16:33 sendUrl INFO 3 [675] -2014-12-15 15:16:34 queue INFO 3 [472] -2014-12-15 15:16:34 sendUrl INFO 7 [676] -2014-12-15 15:16:34 queue INFO >3 [473] -2014-12-15 15:16:34 sendUrl INFO 7 [677] -2014-12-15 15:16:35 sendUrl INFO 3 [678] -2014-12-15 15:16:35 sendUrl INFO 3 [679] -2014-12-15 15:16:36 sendUrl INFO 7 [680] -2014-12-15 15:16:36 queue INFO 7 [474] -2014-12-15 15:16:36 queue INFO >7 [475] -2014-12-15 15:16:36 sendUrl INFO 7 [681] -2014-12-15 15:16:37 sendUrl INFO 3 [682] -2014-12-15 15:16:37 sendUrl INFO 3 [683] -2014-12-15 15:16:38 queue INFO 3 [476] -2014-12-15 15:16:38 sendUrl INFO 7 [684] -2014-12-15 15:16:38 queue INFO >3 [477] -2014-12-15 15:16:38 sendUrl INFO 7 [685] -2014-12-15 15:16:39 sendUrl INFO 3 [686] -2014-12-15 15:16:39 sendUrl INFO 3 [687] -2014-12-15 15:16:40 queue INFO 7 [478] -2014-12-15 15:16:40 sendUrl INFO 7 [688] -2014-12-15 15:16:40 queue INFO >7 [479] -2014-12-15 15:16:40 sendUrl INFO 7 [689] -2014-12-15 15:16:41 sendUrl INFO 3 [690] -2014-12-15 15:16:41 sendUrl INFO 3 [691] -2014-12-15 15:16:41 queue INFO 3 [480] -2014-12-15 15:16:41 queue INFO >3 [481] -2014-12-15 15:16:42 sendUrl INFO 7 [692] -2014-12-15 15:16:42 sendUrl INFO 7 [693] -2014-12-15 15:16:43 sendUrl INFO 3 [694] -2014-12-15 15:16:43 sendUrl INFO 3 [695] -2014-12-15 15:16:43 queue INFO 7 [482] -2014-12-15 15:16:43 queue INFO >7 [483] -2014-12-15 15:16:44 sendUrl INFO 7 [696] -2014-12-15 15:16:44 sendUrl INFO 7 [697] -2014-12-15 15:16:45 sendUrl INFO 3 [698] -2014-12-15 15:16:45 queue INFO 3 [484] -2014-12-15 15:16:45 queue INFO >3 [485] -2014-12-15 15:16:45 sendUrl INFO 3 [699] -2014-12-15 15:16:46 sendUrl INFO 7 [700] -2014-12-15 15:16:46 sendUrl INFO 7 [701] -2014-12-15 15:16:47 sendUrl INFO 3 [702] -2014-12-15 15:16:47 queue INFO 7 [486] -2014-12-15 15:16:47 queue INFO >7 [487] -2014-12-15 15:16:47 sendUrl INFO 3 [703] -2014-12-15 15:16:48 sendUrl INFO 7 [704] -2014-12-15 15:16:48 sendUrl INFO 7 [705] -2014-12-15 15:16:49 queue INFO 3 [488] -2014-12-15 15:16:49 sendUrl INFO 3 [706] -2014-12-15 15:16:49 queue INFO >3 [489] -2014-12-15 15:16:49 sendUrl INFO 3 [707] -2014-12-15 15:16:50 sendUrl INFO 7 [708] -2014-12-15 15:16:50 sendUrl INFO 7 [709] -2014-12-15 15:16:51 queue INFO 7 [490] -2014-12-15 15:16:51 sendUrl INFO 3 [710] -2014-12-15 15:16:51 queue INFO >7 [491] -2014-12-15 15:16:51 sendUrl INFO 3 [711] -2014-12-15 15:16:52 sendUrl INFO 7 [712] -2014-12-15 15:16:52 queue INFO 3 [492] -2014-12-15 15:16:52 sendUrl INFO 7 [713] -2014-12-15 15:16:53 queue INFO >3 [493] -2014-12-15 15:16:53 sendUrl INFO 3 [714] -2014-12-15 15:16:53 sendUrl INFO 3 [715] -2014-12-15 15:16:54 sendUrl INFO 7 [716] -2014-12-15 15:16:54 sendUrl INFO 7 [717] -2014-12-15 15:16:55 queue INFO 7 [494] -2014-12-15 15:16:55 queue INFO >7 [495] -2014-12-15 15:16:55 sendUrl INFO 3 [718] -2014-12-15 15:16:55 sendUrl INFO 3 [719] -2014-12-15 15:16:56 sendUrl INFO 7 [720] -2014-12-15 15:16:56 queue INFO 3 [496] -2014-12-15 15:16:56 sendUrl INFO 7 [721] -2014-12-15 15:16:57 queue INFO >3 [497] -2014-12-15 15:16:57 sendUrl INFO 3 [722] -2014-12-15 15:16:57 sendUrl INFO 3 [723] -2014-12-15 15:16:58 sendUrl INFO 7 [724] -2014-12-15 15:16:58 queue INFO 7 [498] -2014-12-15 15:16:58 queue INFO >7 [499] -2014-12-15 15:16:58 sendUrl INFO 7 [725] -2014-12-15 15:16:59 sendUrl INFO 3 [726] -2014-12-15 15:16:59 sendUrl INFO 3 [727] -2014-12-15 15:17:00 queue INFO 3 [500] -2014-12-15 15:17:00 queue INFO >3 [501] -2014-12-15 15:17:00 sendUrl INFO 7 [728] -2014-12-15 15:17:00 sendUrl INFO 7 [729] -2014-12-15 15:17:01 sendUrl INFO 3 [730] -2014-12-15 15:17:01 sendUrl INFO 3 [731] -2014-12-15 15:17:02 queue INFO 7 [502] -2014-12-15 15:17:02 queue INFO >7 [503] -2014-12-15 15:17:02 sendUrl INFO 7 [732] -2014-12-15 15:17:02 sendUrl INFO 7 [733] -2014-12-15 15:17:03 sendUrl INFO 3 [734] -2014-12-15 15:17:03 queue INFO 3 [504] -2014-12-15 15:17:03 sendUrl INFO 3 [735] -2014-12-15 15:17:04 queue INFO >3 [505] -2014-12-15 15:17:04 sendUrl INFO 7 [736] -2014-12-15 15:17:05 sendUrl INFO 7 [737] -2014-12-15 15:17:05 sendUrl INFO 3 [738] -2014-12-15 15:17:05 queue INFO 7 [506] -2014-12-15 15:17:05 queue INFO >7 [507] -2014-12-15 15:17:06 sendUrl INFO 3 [739] -2014-12-15 15:17:06 sendUrl INFO 7 [740] -2014-12-15 15:17:07 sendUrl INFO 7 [741] -2014-12-15 15:17:07 queue INFO 3 [508] -2014-12-15 15:17:07 queue INFO >3 [509] -2014-12-15 15:17:07 sendUrl INFO 3 [742] -2014-12-15 15:17:08 sendUrl INFO 3 [743] -2014-12-15 15:17:08 sendUrl INFO 7 [744] -2014-12-15 15:17:09 sendUrl INFO 7 [745] -2014-12-15 15:17:09 queue INFO 7 [510] -2014-12-15 15:17:09 queue INFO >7 [511] -2014-12-15 15:17:09 sendUrl INFO 3 [746] -2014-12-15 15:17:10 sendUrl INFO 3 [747] -2014-12-15 15:17:10 queue INFO 3 [512] -2014-12-15 15:17:10 sendUrl INFO 7 [748] -2014-12-15 15:17:10 queue INFO >3 [513] -2014-12-15 15:17:11 sendUrl INFO 7 [749] -2014-12-15 15:17:11 sendUrl INFO 3 [750] -2014-12-15 15:17:12 sendUrl INFO 3 [751] -2014-12-15 15:17:12 sendUrl INFO 7 [752] -2014-12-15 15:17:12 queue INFO 7 [514] -2014-12-15 15:17:13 sendUrl INFO 7 [753] -2014-12-15 15:17:13 queue INFO >7 [515] -2014-12-15 15:17:13 sendUrl INFO 3 [754] -2014-12-15 15:17:14 sendUrl INFO 3 [755] -2014-12-15 15:17:14 queue INFO 3 [516] -2014-12-15 15:17:14 queue INFO >3 [517] -2014-12-15 15:17:14 sendUrl INFO 7 [756] -2014-12-15 15:17:15 sendUrl INFO 7 [757] -2014-12-15 15:17:15 sendUrl INFO 3 [758] -2014-12-15 15:17:16 sendUrl INFO 3 [759] -2014-12-15 15:17:16 queue INFO 7 [518] -2014-12-15 15:17:16 sendUrl INFO 7 [760] -2014-12-15 15:17:16 queue INFO >7 [519] -2014-12-15 15:17:17 sendUrl INFO 7 [761] -2014-12-15 15:17:17 sendUrl INFO 3 [762] -2014-12-15 15:17:17 queue INFO 3 [520] -2014-12-15 15:17:18 sendUrl INFO 3 [763] -2014-12-15 15:17:18 queue INFO >3 [521] -2014-12-15 15:17:18 sendUrl INFO 7 [764] -2014-12-15 15:17:19 sendUrl INFO 7 [765] -2014-12-15 15:17:19 sendUrl INFO 3 [766] -2014-12-15 15:17:19 queue INFO 7 [522] -2014-12-15 15:17:19 queue INFO >7 [523] -2014-12-15 15:17:20 sendUrl INFO 3 [767] -2014-12-15 15:17:20 sendUrl INFO 7 [768] -2014-12-15 15:17:21 sendUrl INFO 7 [769] -2014-12-15 15:17:21 queue INFO 3 [524] -2014-12-15 15:17:21 queue INFO >3 [525] -2014-12-15 15:17:21 sendUrl INFO 3 [770] -2014-12-15 15:17:22 sendUrl INFO 3 [771] -2014-12-15 15:17:22 sendUrl INFO 7 [772] -2014-12-15 15:17:23 sendUrl INFO 7 [773] -2014-12-15 15:17:23 queue INFO 7 [526] -2014-12-15 15:17:23 sendUrl INFO 3 [774] -2014-12-15 15:17:23 queue INFO >7 [527] -2014-12-15 15:17:24 sendUrl INFO 3 [775] -2014-12-15 15:17:24 sendUrl INFO 7 [776] -2014-12-15 15:17:25 sendUrl INFO 7 [777] -2014-12-15 15:17:25 queue INFO 3 [528] -2014-12-15 15:17:25 queue INFO >3 [529] -2014-12-15 15:17:25 sendUrl INFO 3 [778] -2014-12-15 15:17:26 sendUrl INFO 3 [779] -2014-12-15 15:17:26 sendUrl INFO 7 [780] -2014-12-15 15:17:27 sendUrl INFO 7 [781] -2014-12-15 15:17:27 queue INFO 7 [530] -2014-12-15 15:17:27 sendUrl INFO 3 [782] -2014-12-15 15:17:27 queue INFO >7 [531] -2014-12-15 15:17:28 sendUrl INFO 3 [783] -2014-12-15 15:17:28 queue INFO 3 [532] -2014-12-15 15:17:28 sendUrl INFO 7 [784] -2014-12-15 15:17:28 queue INFO >3 [533] -2014-12-15 15:17:29 sendUrl INFO 7 [785] -2014-12-15 15:17:29 sendUrl INFO 3 [786] -2014-12-15 15:17:30 sendUrl INFO 3 [787] -2014-12-15 15:17:30 sendUrl INFO 7 [788] -2014-12-15 15:17:31 sendUrl INFO 7 [789] -2014-12-15 15:17:31 queue INFO 7 [534] -2014-12-15 15:17:31 queue INFO >7 [535] -2014-12-15 15:17:31 sendUrl INFO 3 [790] -2014-12-15 15:17:32 sendUrl INFO 3 [791] -2014-12-15 15:17:32 sendUrl INFO 7 [792] -2014-12-15 15:17:33 sendUrl INFO 7 [793] -2014-12-15 15:17:33 queue INFO 3 [536] -2014-12-15 15:17:33 queue INFO >3 [537] -2014-12-15 15:17:33 sendUrl INFO 3 [794] -2014-12-15 15:17:34 sendUrl INFO 3 [795] -2014-12-15 15:17:34 sendUrl INFO 7 [796] -2014-12-15 15:17:35 sendUrl INFO 7 [797] -2014-12-15 15:17:35 queue INFO 7 [538] -2014-12-15 15:17:35 queue INFO >7 [539] -2014-12-15 15:17:35 sendUrl INFO 3 [798] -2014-12-15 15:17:36 sendUrl INFO 3 [799] -2014-12-15 15:17:36 sendUrl INFO 7 [800] -2014-12-15 15:17:37 queue INFO 3 [540] -2014-12-15 15:17:37 sendUrl INFO 7 [801] -2014-12-15 15:17:37 queue INFO >3 [541] -2014-12-15 15:17:37 sendUrl INFO 3 [802] -2014-12-15 15:17:38 sendUrl INFO 3 [803] -2014-12-15 15:17:38 sendUrl INFO 7 [804] -2014-12-15 15:17:39 sendUrl INFO 7 [805] -2014-12-15 15:17:39 queue INFO 7 [542] -2014-12-15 15:17:39 queue INFO >7 [543] -2014-12-15 15:17:39 sendUrl INFO 3 [806] -2014-12-15 15:17:40 sendUrl INFO 3 [807] -2014-12-15 15:17:40 sendUrl INFO 7 [808] -2014-12-15 15:17:41 sendUrl INFO 7 [809] -2014-12-15 15:17:41 queue INFO 3 [544] -2014-12-15 15:17:41 queue INFO >3 [545] -2014-12-15 15:17:41 sendUrl INFO 3 [810] -2014-12-15 15:17:42 sendUrl INFO 3 [811] -2014-12-15 15:17:42 sendUrl INFO 7 [812] -2014-12-15 15:17:43 sendUrl INFO 7 [813] -2014-12-15 15:17:43 sendUrl INFO 3 [814] -2014-12-15 15:17:44 queue INFO 7 [546] -2014-12-15 15:17:44 queue INFO >7 [547] -2014-12-15 15:17:44 sendUrl INFO 3 [815] -2014-12-15 15:17:44 sendUrl INFO 7 [816] -2014-12-15 15:17:45 sendUrl INFO 7 [817] -2014-12-15 15:17:45 queue INFO 3 [548] -2014-12-15 15:17:45 sendUrl INFO 3 [818] -2014-12-15 15:17:46 queue INFO >3 [549] -2014-12-15 15:17:46 sendUrl INFO 3 [819] -2014-12-15 15:17:46 sendUrl INFO 7 [820] -2014-12-15 15:17:47 sendUrl INFO 7 [821] -2014-12-15 15:17:47 sendUrl INFO 3 [822] -2014-12-15 15:17:48 queue INFO 7 [550] -2014-12-15 15:17:48 queue INFO >7 [551] -2014-12-15 15:17:48 sendUrl INFO 3 [823] -2014-12-15 15:17:49 sendUrl INFO 7 [824] -2014-12-15 15:17:49 sendUrl INFO 7 [825] -2014-12-15 15:17:50 sendUrl INFO 3 [826] -2014-12-15 15:17:50 queue INFO 3 [552] -2014-12-15 15:17:50 queue INFO >3 [553] -2014-12-15 15:17:50 sendUrl INFO 3 [827] -2014-12-15 15:17:51 sendUrl INFO 7 [828] -2014-12-15 15:17:51 sendUrl INFO 7 [829] -2014-12-15 15:17:52 sendUrl INFO 3 [830] -2014-12-15 15:17:52 queue INFO 7 [554] -2014-12-15 15:17:52 queue INFO >7 [555] -2014-12-15 15:17:52 sendUrl INFO 3 [831] -2014-12-15 15:17:53 sendUrl INFO 7 [832] -2014-12-15 15:17:53 sendUrl INFO 3 [833] -2014-12-15 15:17:53 queue INFO 3 [556] -2014-12-15 15:17:54 sendUrl INFO 3 [834] -2014-12-15 15:17:54 queue INFO >3 [557] -2014-12-15 15:17:54 sendUrl INFO 7 [835] -2014-12-15 15:17:55 sendUrl INFO 7 [836] -2014-12-15 15:17:55 sendUrl INFO 3 [837] -2014-12-15 15:17:55 queue INFO 7 [558] -2014-12-15 15:17:56 sendUrl INFO 3 [838] -2014-12-15 15:17:56 queue INFO >7 [559] -2014-12-15 15:17:56 sendUrl INFO 7 [839] -2014-12-15 15:17:57 sendUrl INFO 7 [840] -2014-12-15 15:17:57 sendUrl INFO 3 [841] -2014-12-15 15:17:57 queue INFO 3 [560] -2014-12-15 15:17:58 sendUrl INFO 3 [842] -2014-12-15 15:17:58 queue INFO >3 [561] -2014-12-15 15:17:58 sendUrl INFO 7 [843] -2014-12-15 15:17:59 sendUrl INFO 7 [844] -2014-12-15 15:17:59 sendUrl INFO 3 [845] -2014-12-15 15:18:00 sendUrl INFO 3 [846] -2014-12-15 15:18:00 queue INFO 7 [562] -2014-12-15 15:18:00 queue INFO >7 [563] -2014-12-15 15:18:00 sendUrl INFO 7 [847] -2014-12-15 15:18:01 sendUrl INFO 7 [848] -2014-12-15 15:18:01 sendUrl INFO 3 [849] -2014-12-15 15:18:01 queue INFO 3 [564] -2014-12-15 15:18:02 sendUrl INFO 3 [850] -2014-12-15 15:18:02 queue INFO >3 [565] -2014-12-15 15:18:02 sendUrl INFO 7 [851] -2014-12-15 15:18:03 sendUrl INFO 7 [852] -2014-12-15 15:18:03 sendUrl INFO 3 [853] -2014-12-15 15:18:03 queue INFO 7 [566] -2014-12-15 15:18:04 sendUrl INFO 3 [854] -2014-12-15 15:18:04 queue INFO >7 [567] -2014-12-15 15:18:04 sendUrl INFO 7 [855] -2014-12-15 15:18:05 sendUrl INFO 7 [856] -2014-12-15 15:18:05 sendUrl INFO 3 [857] -2014-12-15 15:18:05 queue INFO 3 [568] -2014-12-15 15:18:06 sendUrl INFO 3 [858] -2014-12-15 15:18:06 queue INFO >3 [569] -2014-12-15 15:18:06 sendUrl INFO 7 [859] -2014-12-15 15:18:07 sendUrl INFO 7 [860] -2014-12-15 15:18:07 sendUrl INFO 3 [861] -2014-12-15 15:18:07 queue INFO 7 [570] -2014-12-15 15:18:08 queue INFO >7 [571] -2014-12-15 15:18:08 sendUrl INFO 3 [862] -2014-12-15 15:18:08 sendUrl INFO 7 [863] -2014-12-15 15:18:09 queue INFO 3 [572] -2014-12-15 15:18:09 sendUrl INFO 7 [864] -2014-12-15 15:18:09 queue INFO >3 [573] -2014-12-15 15:18:09 sendUrl INFO 3 [865] -2014-12-15 15:18:10 sendUrl INFO 3 [866] -2014-12-15 15:18:10 sendUrl INFO 7 [867] -2014-12-15 15:18:11 queue INFO 7 [574] -2014-12-15 15:18:11 sendUrl INFO 7 [868] -2014-12-15 15:18:11 queue INFO >7 [575] -2014-12-15 15:18:11 sendUrl INFO 3 [869] -2014-12-15 15:18:12 sendUrl INFO 3 [870] -2014-12-15 15:18:12 sendUrl INFO 7 [871] -2014-12-15 15:18:13 queue INFO 3 [576] -2014-12-15 15:18:13 sendUrl INFO 7 [872] -2014-12-15 15:18:13 queue INFO >3 [577] -2014-12-15 15:18:13 sendUrl INFO 3 [873] -2014-12-15 15:18:14 sendUrl INFO 3 [874] -2014-12-15 15:18:14 sendUrl INFO 7 [875] -2014-12-15 15:18:15 queue INFO 7 [578] -2014-12-15 15:18:15 sendUrl INFO 7 [876] -2014-12-15 15:18:15 queue INFO >7 [579] -2014-12-15 15:18:15 sendUrl INFO 3 [877] -2014-12-15 15:18:16 sendUrl INFO 3 [878] -2014-12-15 15:18:16 sendUrl INFO 7 [879] -2014-12-15 15:18:17 queue INFO 3 [580] -2014-12-15 15:18:17 sendUrl INFO 7 [880] -2014-12-15 15:18:17 queue INFO >3 [581] -2014-12-15 15:18:17 sendUrl INFO 3 [881] -2014-12-15 15:18:18 sendUrl INFO 3 [882] -2014-12-15 15:18:18 sendUrl INFO 7 [883] -2014-12-15 15:18:19 queue INFO 7 [582] -2014-12-15 15:18:19 sendUrl INFO 7 [884] -2014-12-15 15:18:19 queue INFO >7 [583] -2014-12-15 15:18:19 sendUrl INFO 3 [885] -2014-12-15 15:18:20 sendUrl INFO 3 [886] -2014-12-15 15:18:20 sendUrl INFO 7 [887] -2014-12-15 15:18:21 queue INFO 3 [584] -2014-12-15 15:18:21 sendUrl INFO 7 [888] -2014-12-15 15:18:21 queue INFO >3 [585] -2014-12-15 15:18:21 sendUrl INFO 3 [889] -2014-12-15 15:18:22 sendUrl INFO 3 [890] -2014-12-15 15:18:22 sendUrl INFO 7 [891] -2014-12-15 15:18:23 sendUrl INFO 7 [892] -2014-12-15 15:18:23 queue INFO 7 [586] -2014-12-15 15:18:23 queue INFO >7 [587] -2014-12-15 15:18:23 sendUrl INFO 3 [893] -2014-12-15 15:18:24 sendUrl INFO 3 [894] -2014-12-15 15:18:24 sendUrl INFO 7 [895] -2014-12-15 15:18:25 queue INFO 3 [588] -2014-12-15 15:18:25 sendUrl INFO 7 [896] -2014-12-15 15:18:25 queue INFO >3 [589] -2014-12-15 15:18:25 sendUrl INFO 3 [897] -2014-12-15 15:18:26 sendUrl INFO 3 [898] -2014-12-15 15:18:26 sendUrl INFO 7 [899] -2014-12-15 15:18:27 sendUrl INFO 7 [900] -2014-12-15 15:18:27 queue INFO 7 [590] -2014-12-15 15:18:27 queue INFO >7 [591] -2014-12-15 15:18:27 sendUrl INFO 3 [901] -2014-12-15 15:18:28 sendUrl INFO 3 [902] -2014-12-15 15:18:28 sendUrl INFO 7 [903] -2014-12-15 15:18:29 sendUrl INFO 7 [904] -2014-12-15 15:18:29 queue INFO 3 [592] -2014-12-15 15:18:29 queue INFO >3 [593] -2014-12-15 15:18:29 sendUrl INFO 3 [905] -2014-12-15 15:18:30 sendUrl INFO 3 [906] -2014-12-15 15:18:30 sendUrl INFO 7 [907] -2014-12-15 15:18:31 sendUrl INFO 7 [908] -2014-12-15 15:18:31 queue INFO 7 [594] -2014-12-15 15:18:31 queue INFO >7 [595] -2014-12-15 15:18:31 sendUrl INFO 3 [909] -2014-12-15 15:18:32 sendUrl INFO 3 [910] -2014-12-15 15:18:32 sendUrl INFO 7 [911] -2014-12-15 15:18:33 queue INFO 3 [596] -2014-12-15 15:18:33 sendUrl INFO 7 [912] -2014-12-15 15:18:33 queue INFO >3 [597] -2014-12-15 15:18:34 sendUrl INFO 3 [913] -2014-12-15 15:18:34 sendUrl INFO 3 [914] -2014-12-15 15:18:35 sendUrl INFO 7 [915] -2014-12-15 15:18:35 queue INFO 7 [598] -2014-12-15 15:18:35 sendUrl INFO 7 [916] -2014-12-15 15:18:35 queue INFO >7 [599] -2014-12-15 15:18:36 sendUrl INFO 3 [917] -2014-12-15 15:18:36 sendUrl INFO 3 [918] -2014-12-15 15:18:37 sendUrl INFO 7 [919] -2014-12-15 15:18:37 queue INFO 3 [600] -2014-12-15 15:18:37 queue INFO >3 [601] -2014-12-15 15:18:37 sendUrl INFO 7 [920] -2014-12-15 15:18:38 sendUrl INFO 3 [921] -2014-12-15 15:18:38 sendUrl INFO 3 [922] -2014-12-15 15:18:39 sendUrl INFO 7 [923] -2014-12-15 15:18:39 queue INFO 7 [602] -2014-12-15 15:18:39 queue INFO >7 [603] -2014-12-15 15:18:39 sendUrl INFO 7 [924] -2014-12-15 15:18:40 sendUrl INFO 3 [925] -2014-12-15 15:18:40 queue INFO 3 [604] -2014-12-15 15:18:40 sendUrl INFO 3 [926] -2014-12-15 15:18:40 queue INFO >3 [605] -2014-12-15 15:18:41 sendUrl INFO 7 [927] -2014-12-15 15:18:41 queue INFO 7 [606] -2014-12-15 15:18:41 queue INFO >7 [607] -2014-12-15 15:18:41 sendUrl INFO 7 [928] -2014-12-15 15:18:42 sendUrl INFO 3 [929] -2014-12-15 15:18:42 queue INFO 3 [608] -2014-12-15 15:18:42 queue INFO >3 [609] -2014-12-15 15:18:42 sendUrl INFO 3 [930] -2014-12-15 15:18:43 sendUrl INFO 7 [931] -2014-12-15 15:18:43 sendUrl INFO 7 [932] -2014-12-15 15:18:44 sendUrl INFO 3 [933] -2014-12-15 15:18:44 queue INFO 7 [610] -2014-12-15 15:19:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.6 -2014-12-15 15:19:02 program INFO Start ReadPar IOB-pi v.1.6 -2014-12-15 15:19:02 program INFO Avvio loop principale -2014-12-15 15:19:02 queue INFO 3 [0] -2014-12-15 15:19:02 queue INFO >3 [1] -2014-12-15 15:19:02 queue INFO 7 [2] -2014-12-15 15:19:03 queue INFO >7 [3] -2014-12-15 15:19:03 sendUrl INFO 3 [0] -2014-12-15 15:19:03 queue INFO 3 [4] -2014-12-15 15:19:03 sendUrl INFO 3 [1] -2014-12-15 15:19:03 queue INFO >3 [5] -2014-12-15 15:19:04 sendUrl INFO 7 [2] -2014-12-15 15:19:04 queue INFO 7 [6] -2014-12-15 15:19:04 queue INFO >7 [7] -2014-12-15 15:19:04 sendUrl INFO 7 [3] -2014-12-15 15:19:04 queue INFO 3 [8] -2014-12-15 15:19:05 sendUrl INFO 3 [4] -2014-12-15 15:19:05 queue INFO 7 [9] -2014-12-15 15:19:05 queue INFO >7 [10] -2014-12-15 15:19:05 sendUrl INFO 3 [5] -2014-12-15 15:19:06 sendUrl INFO 7 [6] -2014-12-15 15:19:06 sendUrl INFO 7 [7] -2014-12-15 15:19:06 queue INFO 3 [11] -2014-12-15 15:19:07 sendUrl INFO 3 [8] -2014-12-15 15:19:07 queue INFO >3 [12] -2014-12-15 15:19:07 sendUrl INFO 7 [9] -2014-12-15 15:19:08 sendUrl INFO 7 [10] -2014-12-15 15:19:08 sendUrl INFO 3 [11] -2014-12-15 15:19:33 queue INFO 7 [13] -2014-12-15 15:19:33 sendUrl INFO 3 [12] -2014-12-15 15:19:33 queue INFO >7 [14] -2014-12-15 15:19:34 sendUrl INFO 7 [13] -2014-12-15 15:19:34 sendUrl INFO 7 [14] -2014-12-15 15:19:35 queue INFO 3 [15] -2014-12-15 15:19:35 queue INFO >3 [16] -2014-12-15 15:19:35 sendUrl INFO 3 [15] -2014-12-15 15:19:36 sendUrl INFO 3 [16] -2014-12-15 15:19:37 queue INFO 7 [17] -2014-12-15 15:19:37 queue INFO >7 [18] -2014-12-15 15:19:37 sendUrl INFO 7 [17] -2014-12-15 15:19:38 sendUrl INFO 7 [18] -2014-12-15 15:19:39 queue INFO 3 [19] -2014-12-15 15:19:39 queue INFO >3 [20] -2014-12-15 15:19:39 sendUrl INFO 3 [19] -2014-12-15 15:19:40 queue INFO 7 [21] -2014-12-15 15:19:40 sendUrl INFO 3 [20] -2014-12-15 15:19:40 queue INFO >7 [22] -2014-12-15 15:19:40 sendUrl INFO 7 [21] -2014-12-15 15:19:41 sendUrl INFO 7 [22] -2014-12-15 15:19:41 queue INFO 3 [23] -2014-12-15 15:19:42 queue INFO >3 [24] -2014-12-15 15:19:42 sendUrl INFO 3 [23] -2014-12-15 15:19:42 sendUrl INFO 3 [24] -2014-12-15 15:19:44 queue INFO 7 [25] -2014-12-15 15:19:44 queue INFO >7 [26] -2014-12-15 15:19:44 sendUrl INFO 7 [25] -2014-12-15 15:19:44 sendUrl INFO 7 [26] -2014-12-15 15:19:45 queue INFO 3 [27] -2014-12-15 15:19:46 queue INFO >3 [28] -2014-12-15 15:19:46 sendUrl INFO 3 [27] -2014-12-15 15:19:46 sendUrl INFO 3 [28] -2014-12-15 15:19:48 queue INFO 7 [29] -2014-12-15 15:19:48 queue INFO >7 [30] -2014-12-15 15:19:48 sendUrl INFO 7 [29] -2014-12-15 15:19:49 sendUrl INFO 7 [30] -2014-12-15 15:19:50 queue INFO 3 [31] -2014-12-15 15:19:50 queue INFO >3 [32] -2014-12-15 15:19:50 sendUrl INFO 3 [31] -2014-12-15 15:19:50 sendUrl INFO 3 [32] -2014-12-15 15:19:52 queue INFO 7 [33] -2014-12-15 15:19:52 queue INFO >7 [34] -2014-12-15 15:19:52 sendUrl INFO 7 [33] -2014-12-15 15:19:53 sendUrl INFO 7 [34] -2014-12-15 15:19:54 queue INFO 3 [35] -2014-12-15 15:19:54 queue INFO >3 [36] -2014-12-15 15:19:54 sendUrl INFO 3 [35] -2014-12-15 15:19:55 sendUrl INFO 3 [36] -2014-12-15 15:19:55 queue INFO 7 [37] -2014-12-15 15:19:55 queue INFO >7 [38] -2014-12-15 15:19:55 sendUrl INFO 7 [37] -2014-12-15 15:19:56 sendUrl INFO 7 [38] -2014-12-15 15:19:57 queue INFO 3 [39] -2014-12-15 15:19:57 queue INFO >3 [40] -2014-12-15 15:19:57 sendUrl INFO 3 [39] -2014-12-15 15:19:57 sendUrl INFO 3 [40] -2014-12-15 15:19:59 queue INFO 7 [41] -2014-12-15 15:19:59 sendUrl INFO 7 [41] -2014-12-15 15:19:59 queue INFO >7 [42] -2014-12-15 15:19:59 sendUrl INFO 7 [42] -2014-12-15 15:20:01 queue INFO 3 [43] -2014-12-15 15:20:01 queue INFO >3 [44] -2014-12-15 15:20:01 sendUrl INFO 3 [43] -2014-12-15 15:20:02 sendUrl INFO 3 [44] -2014-12-15 15:20:03 queue INFO 7 [45] -2014-12-15 15:20:04 queue INFO >7 [46] -2014-12-15 15:20:04 sendUrl INFO 7 [45] -2014-12-15 15:20:04 sendUrl INFO 7 [46] -2014-12-15 15:20:06 queue INFO 3 [47] -2014-12-15 15:20:06 queue INFO >3 [48] -2014-12-15 15:20:06 sendUrl INFO 3 [47] -2014-12-15 15:20:07 sendUrl INFO 3 [48] -2014-12-15 15:20:08 queue INFO 7 [49] -2014-12-15 15:20:08 queue INFO >7 [50] -2014-12-15 15:20:09 sendUrl INFO 7 [49] -2014-12-15 15:20:09 sendUrl INFO 7 [50] -2014-12-15 15:20:10 queue INFO 3 [51] -2014-12-15 15:20:10 queue INFO >3 [52] -2014-12-15 15:20:11 sendUrl INFO 3 [51] -2014-12-15 15:20:11 sendUrl INFO 3 [52] -2014-12-15 15:20:13 queue INFO 7 [53] -2014-12-15 15:20:13 queue INFO >7 [54] -2014-12-15 15:20:13 sendUrl INFO 7 [53] -2014-12-15 15:20:14 sendUrl INFO 7 [54] -2014-12-15 15:20:15 queue INFO 3 [55] -2014-12-15 15:20:15 sendUrl INFO 3 [55] -2014-12-15 15:20:15 queue INFO >3 [56] -2014-12-15 15:20:16 sendUrl INFO 3 [56] -2014-12-15 15:20:17 queue INFO 7 [57] -2014-12-15 15:20:18 queue INFO >7 [58] -2014-12-15 15:20:18 sendUrl INFO 7 [57] -2014-12-15 15:20:18 sendUrl INFO 7 [58] -2014-12-15 15:20:19 queue INFO 3 [59] -2014-12-15 15:20:20 queue INFO >3 [60] -2014-12-15 15:20:20 sendUrl INFO 3 [59] -2014-12-15 15:20:20 sendUrl INFO 3 [60] -2014-12-15 15:20:22 queue INFO 7 [61] -2014-12-15 15:20:22 queue INFO >7 [62] -2014-12-15 15:20:22 sendUrl INFO 7 [61] -2014-12-15 15:20:23 sendUrl INFO 7 [62] -2014-12-15 15:20:24 queue INFO 3 [63] -2014-12-15 15:20:24 queue INFO >3 [64] -2014-12-15 15:20:24 sendUrl INFO 3 [63] -2014-12-15 15:20:25 sendUrl INFO 3 [64] -2014-12-15 15:20:26 queue INFO 7 [65] -2014-12-15 15:20:26 queue INFO >7 [66] -2014-12-15 15:20:27 sendUrl INFO 7 [65] -2014-12-15 15:20:27 sendUrl INFO 7 [66] -2014-12-15 15:20:28 queue INFO 3 [67] -2014-12-15 15:20:28 queue INFO >3 [68] -2014-12-15 15:20:29 sendUrl INFO 3 [67] -2014-12-15 15:20:29 sendUrl INFO 3 [68] -2014-12-15 15:20:31 queue INFO 7 [69] -2014-12-15 15:20:31 queue INFO >7 [70] -2014-12-15 15:20:31 sendUrl INFO 7 [69] -2014-12-15 15:20:32 sendUrl INFO 7 [70] -2014-12-15 15:20:32 queue INFO 3 [71] -2014-12-15 15:20:32 queue INFO >3 [72] -2014-12-15 15:20:33 sendUrl INFO 3 [71] -2014-12-15 15:20:33 sendUrl INFO 3 [72] -2014-12-15 15:20:35 queue INFO 7 [73] -2014-12-15 15:20:36 queue INFO >7 [74] -2014-12-15 15:20:36 sendUrl INFO 7 [73] -2014-12-15 15:20:36 sendUrl INFO 7 [74] -2014-12-15 15:20:37 queue INFO 3 [75] -2014-12-15 15:20:38 queue INFO >3 [76] -2014-12-15 15:20:38 sendUrl INFO 3 [75] -2014-12-15 15:20:38 sendUrl INFO 3 [76] -2014-12-15 15:20:40 queue INFO 7 [77] -2014-12-15 15:20:40 queue INFO >7 [78] -2014-12-15 15:20:40 sendUrl INFO 7 [77] -2014-12-15 15:20:41 sendUrl INFO 7 [78] -2014-12-15 15:20:42 queue INFO 3 [79] -2014-12-15 15:20:42 queue INFO >3 [80] -2014-12-15 15:20:42 sendUrl INFO 3 [79] -2014-12-15 15:20:43 sendUrl INFO 3 [80] -2014-12-15 15:20:44 queue INFO 7 [81] -2014-12-15 15:20:45 queue INFO >7 [82] -2014-12-15 15:20:45 sendUrl INFO 7 [81] -2014-12-15 15:20:45 sendUrl INFO 7 [82] -2014-12-15 15:20:46 queue INFO 3 [83] -2014-12-15 15:20:46 queue INFO >3 [84] -2014-12-15 15:20:46 sendUrl INFO 3 [83] -2014-12-15 15:20:47 sendUrl INFO 3 [84] -2014-12-15 15:20:48 queue INFO 7 [85] -2014-12-15 15:20:49 queue INFO >7 [86] -2014-12-15 15:20:49 sendUrl INFO 7 [85] -2014-12-15 15:20:49 sendUrl INFO 7 [86] -2014-12-15 15:20:51 queue INFO 3 [87] -2014-12-15 15:20:51 queue INFO >3 [88] -2014-12-15 15:20:51 sendUrl INFO 3 [87] -2014-12-15 15:20:51 sendUrl INFO 3 [88] -2014-12-15 15:20:53 queue INFO 7 [89] -2014-12-15 15:20:53 sendUrl INFO 7 [89] -2014-12-15 15:20:54 queue INFO >7 [90] -2014-12-15 15:20:54 sendUrl INFO 7 [90] -2014-12-15 15:20:55 queue INFO 3 [91] -2014-12-15 15:20:55 sendUrl INFO 3 [91] -2014-12-15 15:20:56 queue INFO >3 [92] -2014-12-15 15:20:56 sendUrl INFO 3 [92] -2014-12-15 15:20:58 queue INFO 7 [93] -2014-12-15 15:20:58 queue INFO >7 [94] -2014-12-15 15:20:58 sendUrl INFO 7 [93] -2014-12-15 15:20:59 sendUrl INFO 7 [94] -2014-12-15 15:21:00 queue INFO 3 [95] -2014-12-15 15:21:00 queue INFO >3 [96] -2014-12-15 15:21:00 sendUrl INFO 3 [95] -2014-12-15 15:21:00 sendUrl INFO 3 [96] -2014-12-15 15:21:02 queue INFO 7 [97] -2014-12-15 15:21:02 queue INFO >7 [98] -2014-12-15 15:21:02 sendUrl INFO 7 [97] -2014-12-15 15:21:03 sendUrl INFO 7 [98] -2014-12-15 15:21:04 queue INFO 3 [99] -2014-12-15 15:21:04 queue INFO >3 [100] -2014-12-15 15:21:05 sendUrl INFO 3 [99] -2014-12-15 15:21:05 sendUrl INFO 3 [100] -2014-12-15 15:21:06 queue INFO 7 [101] -2014-12-15 15:21:07 sendUrl INFO 7 [101] -2014-12-15 15:21:07 queue INFO >7 [102] -2014-12-15 15:21:07 sendUrl INFO 7 [102] -2014-12-15 15:21:08 queue INFO 3 [103] -2014-12-15 15:21:08 queue INFO >3 [104] -2014-12-15 15:21:08 sendUrl INFO 3 [103] -2014-12-15 15:21:09 sendUrl INFO 3 [104] -2014-12-15 15:21:10 queue INFO 7 [105] -2014-12-15 15:21:10 queue INFO >7 [106] -2014-12-15 15:21:11 sendUrl INFO 7 [105] -2014-12-15 15:21:11 sendUrl INFO 7 [106] -2014-12-15 15:21:12 queue INFO 3 [107] -2014-12-15 15:21:12 queue INFO >3 [108] -2014-12-15 15:21:13 sendUrl INFO 3 [107] -2014-12-15 15:21:13 sendUrl INFO 3 [108] -2014-12-15 15:21:14 queue INFO 7 [109] -2014-12-15 15:21:15 sendUrl INFO 7 [109] -2014-12-15 15:21:15 queue INFO >7 [110] -2014-12-15 15:21:15 sendUrl INFO 7 [110] -2014-12-15 15:21:16 queue INFO 3 [111] -2014-12-15 15:21:16 sendUrl INFO 3 [111] -2014-12-15 15:21:16 queue INFO >3 [112] -2014-12-15 15:21:17 sendUrl INFO 3 [112] -2014-12-15 15:21:18 queue INFO 7 [113] -2014-12-15 15:21:19 queue INFO >7 [114] -2014-12-15 15:21:19 sendUrl INFO 7 [113] -2014-12-15 15:21:19 sendUrl INFO 7 [114] -2014-12-15 15:21:20 queue INFO 3 [115] -2014-12-15 15:21:21 queue INFO >3 [116] -2014-12-15 15:21:21 sendUrl INFO 3 [115] -2014-12-15 15:21:21 sendUrl INFO 3 [116] -2014-12-15 15:21:23 queue INFO 7 [117] -2014-12-15 15:21:23 queue INFO >7 [118] -2014-12-15 15:21:23 sendUrl INFO 7 [117] -2014-12-15 15:21:24 sendUrl INFO 7 [118] -2014-12-15 15:21:25 queue INFO 3 [119] -2014-12-15 15:21:25 queue INFO >3 [120] -2014-12-15 15:21:25 sendUrl INFO 3 [119] -2014-12-15 15:21:26 sendUrl INFO 3 [120] -2014-12-15 15:21:27 queue INFO 7 [121] -2014-12-15 15:21:27 sendUrl INFO 7 [121] -2014-12-15 15:21:27 queue INFO >7 [122] -2014-12-15 15:21:28 sendUrl INFO 7 [122] -2014-12-15 15:21:29 queue INFO 3 [123] -2014-12-15 15:21:29 queue INFO >3 [124] -2014-12-15 15:21:29 sendUrl INFO 3 [123] -2014-12-15 15:21:30 sendUrl INFO 3 [124] -2014-12-15 15:21:31 queue INFO 7 [125] -2014-12-15 15:21:31 queue INFO >7 [126] -2014-12-15 15:21:32 sendUrl INFO 7 [125] -2014-12-15 15:21:32 sendUrl INFO 7 [126] -2014-12-15 15:21:33 queue INFO 3 [127] -2014-12-15 15:21:33 queue INFO >3 [128] -2014-12-15 15:21:34 sendUrl INFO 3 [127] -2014-12-15 15:21:34 sendUrl INFO 3 [128] -2014-12-15 15:21:36 queue INFO 7 [129] -2014-12-15 15:21:36 sendUrl INFO 7 [129] -2014-12-15 15:21:36 queue INFO >7 [130] -2014-12-15 15:21:36 sendUrl INFO 7 [130] -2014-12-15 15:21:38 queue INFO 3 [131] -2014-12-15 15:21:38 queue INFO >3 [132] -2014-12-15 15:21:38 sendUrl INFO 3 [131] -2014-12-15 15:21:39 sendUrl INFO 3 [132] -2014-12-15 15:21:40 queue INFO 7 [133] -2014-12-15 15:21:40 queue INFO >7 [134] -2014-12-15 15:21:40 sendUrl INFO 7 [133] -2014-12-15 15:21:41 sendUrl INFO 7 [134] -2014-12-15 15:21:42 queue INFO 3 [135] -2014-12-15 15:21:42 queue INFO >3 [136] -2014-12-15 15:21:42 sendUrl INFO 3 [135] -2014-12-15 15:21:43 sendUrl INFO 3 [136] -2014-12-15 15:21:44 queue INFO 7 [137] -2014-12-15 15:21:45 queue INFO >7 [138] -2014-12-15 15:21:45 sendUrl INFO 7 [137] -2014-12-15 15:21:45 sendUrl INFO 7 [138] -2014-12-15 15:21:46 queue INFO 3 [139] -2014-12-15 15:21:47 queue INFO >3 [140] -2014-12-15 15:21:47 sendUrl INFO 3 [139] -2014-12-15 15:21:47 sendUrl INFO 3 [140] -2014-12-15 15:21:49 queue INFO 7 [141] -2014-12-15 15:21:49 queue INFO >7 [142] -2014-12-15 15:21:49 sendUrl INFO 7 [141] -2014-12-15 15:21:49 sendUrl INFO 7 [142] -2014-12-15 15:21:51 queue INFO 3 [143] -2014-12-15 15:21:51 queue INFO >3 [144] -2014-12-15 15:21:51 sendUrl INFO 3 [143] -2014-12-15 15:21:51 queue INFO 7 [145] -2014-12-15 15:21:52 sendUrl INFO 3 [144] -2014-12-15 15:21:52 queue INFO >7 [146] -2014-12-15 15:21:52 queue INFO 3 [147] -2014-12-15 15:21:52 sendUrl INFO 7 [145] -2014-12-15 15:21:52 queue INFO >3 [148] -2014-12-15 15:21:52 sendUrl INFO 7 [146] -2014-12-15 15:21:53 queue INFO 7 [149] -2014-12-15 15:21:53 sendUrl INFO 3 [147] -2014-12-15 15:21:53 queue INFO >7 [150] -2014-12-15 15:21:53 queue INFO 3 [151] -2014-12-15 15:21:54 sendUrl INFO 3 [148] -2014-12-15 15:21:54 queue INFO >3 [152] -2014-12-15 15:21:54 sendUrl INFO 7 [149] -2014-12-15 15:21:54 sendUrl INFO 7 [150] -2014-12-15 15:21:55 sendUrl INFO 3 [151] -2014-12-15 15:21:55 queue INFO 7 [153] -2014-12-15 15:21:55 queue INFO >7 [154] -2014-12-15 15:21:55 sendUrl INFO 3 [152] -2014-12-15 15:21:56 sendUrl INFO 7 [153] -2014-12-15 15:21:56 sendUrl INFO 7 [154] -2014-12-15 15:21:57 queue INFO 3 [155] -2014-12-15 15:21:57 queue INFO >3 [156] -2014-12-15 15:21:58 sendUrl INFO 3 [155] -2014-12-15 15:21:58 sendUrl INFO 3 [156] -2014-12-15 15:21:59 queue INFO 7 [157] -2014-12-15 15:21:59 queue INFO >7 [158] -2014-12-15 15:22:00 sendUrl INFO 7 [157] -2014-12-15 15:22:00 sendUrl INFO 7 [158] -2014-12-15 15:22:01 queue INFO 3 [159] -2014-12-15 15:22:01 queue INFO >3 [160] -2014-12-15 15:22:02 sendUrl INFO 3 [159] -2014-12-15 15:22:02 sendUrl INFO 3 [160] -2014-12-15 15:22:03 queue INFO 7 [161] -2014-12-15 15:22:03 queue INFO >7 [162] -2014-12-15 15:22:04 sendUrl INFO 7 [161] -2014-12-15 15:22:04 sendUrl INFO 7 [162] -2014-12-15 15:22:05 queue INFO 3 [163] -2014-12-15 15:22:05 sendUrl INFO 3 [163] -2014-12-15 15:22:05 queue INFO >3 [164] -2014-12-15 15:22:06 sendUrl INFO 3 [164] -2014-12-15 15:22:07 queue INFO 7 [165] -2014-12-15 15:22:07 queue INFO >7 [166] -2014-12-15 15:22:08 sendUrl INFO 7 [165] -2014-12-15 15:22:08 sendUrl INFO 7 [166] -2014-12-15 15:22:09 queue INFO 3 [167] -2014-12-15 15:22:09 queue INFO >3 [168] -2014-12-15 15:22:10 sendUrl INFO 3 [167] -2014-12-15 15:22:10 sendUrl INFO 3 [168] -2014-12-15 15:22:11 queue INFO 7 [169] -2014-12-15 15:22:12 queue INFO >7 [170] -2014-12-15 15:22:12 sendUrl INFO 7 [169] -2014-12-15 15:22:12 sendUrl INFO 7 [170] -2014-12-15 15:22:13 queue INFO 3 [171] -2014-12-15 15:22:14 queue INFO >3 [172] -2014-12-15 15:22:14 sendUrl INFO 3 [171] -2014-12-15 15:22:14 sendUrl INFO 3 [172] -2014-12-15 15:22:15 queue INFO 7 [173] -2014-12-15 15:22:16 queue INFO >7 [174] -2014-12-15 15:22:16 sendUrl INFO 7 [173] -2014-12-15 15:22:16 sendUrl INFO 7 [174] -2014-12-15 15:22:17 queue INFO 3 [175] -2014-12-15 15:22:18 queue INFO >3 [176] -2014-12-15 15:22:18 sendUrl INFO 3 [175] -2014-12-15 15:22:18 sendUrl INFO 3 [176] -2014-12-15 15:22:20 queue INFO 7 [177] -2014-12-15 15:22:20 queue INFO >7 [178] -2014-12-15 15:22:20 sendUrl INFO 7 [177] -2014-12-15 15:22:21 sendUrl INFO 7 [178] -2014-12-15 15:22:22 queue INFO 3 [179] -2014-12-15 15:22:22 queue INFO >3 [180] -2014-12-15 15:22:22 sendUrl INFO 3 [179] -2014-12-15 15:22:23 sendUrl INFO 3 [180] -2014-12-15 15:22:24 queue INFO 7 [181] -2014-12-15 15:22:25 queue INFO >7 [182] -2014-12-15 15:22:25 sendUrl INFO 7 [181] -2014-12-15 15:22:25 sendUrl INFO 7 [182] -2014-12-15 15:22:27 queue INFO 3 [183] -2014-12-15 15:22:27 sendUrl INFO 3 [183] -2014-12-15 15:22:27 queue INFO >3 [184] -2014-12-15 15:22:27 sendUrl INFO 3 [184] -2014-12-15 15:22:29 queue INFO 7 [185] -2014-12-15 15:22:29 queue INFO >7 [186] -2014-12-15 15:22:29 sendUrl INFO 7 [185] -2014-12-15 15:22:30 sendUrl INFO 7 [186] -2014-12-15 15:22:31 queue INFO 3 [187] -2014-12-15 15:22:31 sendUrl INFO 3 [187] -2014-12-15 15:22:31 queue INFO >3 [188] -2014-12-15 15:22:32 sendUrl INFO 3 [188] -2014-12-15 15:22:34 queue INFO 7 [189] -2014-12-15 15:22:34 queue INFO >7 [190] -2014-12-15 15:22:34 sendUrl INFO 7 [189] -2014-12-15 15:22:34 sendUrl INFO 7 [190] -2014-12-15 15:22:36 queue INFO 3 [191] -2014-12-15 15:22:36 queue INFO >3 [192] -2014-12-15 15:22:36 sendUrl INFO 3 [191] -2014-12-15 15:22:37 sendUrl INFO 3 [192] -2014-12-15 15:22:38 queue INFO 7 [193] -2014-12-15 15:22:38 sendUrl INFO 7 [193] -2014-12-15 15:22:38 queue INFO >7 [194] -2014-12-15 15:22:39 sendUrl INFO 7 [194] -2014-12-15 15:22:40 queue INFO 3 [195] -2014-12-15 15:22:40 queue INFO >3 [196] -2014-12-15 15:22:40 sendUrl INFO 3 [195] -2014-12-15 15:22:41 sendUrl INFO 3 [196] -2014-12-15 15:22:43 queue INFO 7 [197] -2014-12-15 15:22:43 queue INFO >7 [198] -2014-12-15 15:22:43 sendUrl INFO 7 [197] -2014-12-15 15:22:43 sendUrl INFO 7 [198] -2014-12-15 15:22:44 queue INFO 3 [199] -2014-12-15 15:22:44 sendUrl INFO 3 [199] -2014-12-15 15:22:44 queue INFO >3 [200] -2014-12-15 15:22:45 sendUrl INFO 3 [200] -2014-12-15 15:22:47 queue INFO 7 [201] -2014-12-15 15:22:47 queue INFO >7 [202] -2014-12-15 15:22:47 sendUrl INFO 7 [201] -2014-12-15 15:22:47 sendUrl INFO 7 [202] -2014-12-15 15:22:48 queue INFO 3 [203] -2014-12-15 15:22:49 queue INFO >3 [204] -2014-12-15 15:22:49 sendUrl INFO 3 [203] -2014-12-15 15:22:49 sendUrl INFO 3 [204] -2014-12-15 15:22:51 queue INFO 7 [205] -2014-12-15 15:22:51 queue INFO >7 [206] -2014-12-15 15:22:51 sendUrl INFO 7 [205] -2014-12-15 15:22:51 sendUrl INFO 7 [206] -2014-12-15 15:22:53 queue INFO 3 [207] -2014-12-15 15:22:53 queue INFO >3 [208] -2014-12-15 15:22:53 sendUrl INFO 3 [207] -2014-12-15 15:22:53 sendUrl INFO 3 [208] -2014-12-15 15:22:55 queue INFO 7 [209] -2014-12-15 15:22:55 queue INFO >7 [210] -2014-12-15 15:22:56 sendUrl INFO 7 [209] -2014-12-15 15:22:56 sendUrl INFO 7 [210] -2014-12-15 15:22:57 queue INFO 3 [211] -2014-12-15 15:22:57 sendUrl INFO 3 [211] -2014-12-15 15:22:57 queue INFO >3 [212] -2014-12-15 15:22:58 sendUrl INFO 3 [212] -2014-12-15 15:23:00 queue INFO 7 [213] -2014-12-15 15:23:00 queue INFO >7 [214] -2014-12-15 15:23:00 sendUrl INFO 7 [213] -2014-12-15 15:23:01 sendUrl INFO 7 [214] -2014-12-15 15:23:02 queue INFO 3 [215] -2014-12-15 15:23:02 queue INFO >3 [216] -2014-12-15 15:23:02 sendUrl INFO 3 [215] -2014-12-15 15:23:03 sendUrl INFO 3 [216] -2014-12-15 15:23:04 queue INFO 7 [217] -2014-12-15 15:23:04 sendUrl INFO 7 [217] -2014-12-15 15:23:04 queue INFO >7 [218] -2014-12-15 15:23:05 sendUrl INFO 7 [218] -2014-12-15 15:23:06 queue INFO 3 [219] -2014-12-15 15:23:06 sendUrl INFO 3 [219] -2014-12-15 15:23:06 queue INFO >3 [220] -2014-12-15 15:23:07 sendUrl INFO 3 [220] -2014-12-15 15:23:09 queue INFO 7 [221] -2014-12-15 15:23:09 queue INFO >7 [222] -2014-12-15 15:23:09 sendUrl INFO 7 [221] -2014-12-15 15:23:10 sendUrl INFO 7 [222] -2014-12-15 15:23:10 queue INFO 3 [223] -2014-12-15 15:23:11 queue INFO >3 [224] -2014-12-15 15:23:11 sendUrl INFO 3 [223] -2014-12-15 15:23:11 sendUrl INFO 3 [224] -2014-12-15 15:23:13 queue INFO 7 [225] -2014-12-15 15:23:13 queue INFO >7 [226] -2014-12-15 15:23:14 sendUrl INFO 7 [225] -2014-12-15 15:23:14 sendUrl INFO 7 [226] -2014-12-15 15:23:15 queue INFO 3 [227] -2014-12-15 15:23:15 sendUrl INFO 3 [227] -2014-12-15 15:23:15 queue INFO >3 [228] -2014-12-15 15:23:16 sendUrl INFO 3 [228] -2014-12-15 15:23:17 queue INFO 7 [229] -2014-12-15 15:23:17 queue INFO >7 [230] -2014-12-15 15:23:18 sendUrl INFO 7 [229] -2014-12-15 15:23:18 sendUrl INFO 7 [230] -2014-12-15 15:23:20 queue INFO 3 [231] -2014-12-15 15:23:20 sendUrl INFO 3 [231] -2014-12-15 15:23:20 queue INFO >3 [232] -2014-12-15 15:23:20 sendUrl INFO 3 [232] -2014-12-15 15:23:22 queue INFO 7 [233] -2014-12-15 15:23:23 queue INFO >7 [234] -2014-12-15 15:23:23 sendUrl INFO 7 [233] -2014-12-15 15:23:23 sendUrl INFO 7 [234] -2014-12-15 15:23:24 queue INFO 3 [235] -2014-12-15 15:23:24 queue INFO >3 [236] -2014-12-15 15:23:24 sendUrl INFO 3 [235] -2014-12-15 15:23:25 sendUrl INFO 3 [236] -2014-12-15 15:23:28 queue INFO 7 [237] -2014-12-15 15:23:28 sendUrl INFO 7 [237] -2014-12-15 15:23:28 queue INFO >7 [238] -2014-12-15 15:23:28 sendUrl INFO 7 [238] -2014-12-15 15:23:30 queue INFO 3 [239] -2014-12-15 15:23:30 sendUrl INFO 3 [239] -2014-12-15 15:23:30 queue INFO >3 [240] -2014-12-15 15:23:30 sendUrl INFO 3 [240] -2014-12-15 15:23:32 queue INFO 7 [241] -2014-12-15 15:23:33 queue INFO >7 [242] -2014-12-15 15:23:33 sendUrl INFO 7 [241] -2014-12-15 15:23:33 sendUrl INFO 7 [242] -2014-12-15 15:23:35 queue INFO 3 [243] -2014-12-15 15:23:35 queue INFO >3 [244] -2014-12-15 15:23:35 sendUrl INFO 3 [243] -2014-12-15 15:23:36 sendUrl INFO 3 [244] -2014-12-15 15:23:37 queue INFO 7 [245] -2014-12-15 15:23:38 queue INFO >7 [246] -2014-12-15 15:23:38 sendUrl INFO 7 [245] -2014-12-15 15:23:38 sendUrl INFO 7 [246] -2014-12-15 15:23:40 queue INFO 3 [247] -2014-12-15 15:23:40 queue INFO >3 [248] -2014-12-15 15:23:40 sendUrl INFO 3 [247] -2014-12-15 15:23:40 sendUrl INFO 3 [248] -2014-12-15 15:23:42 queue INFO 7 [249] -2014-12-15 15:23:42 queue INFO >7 [250] -2014-12-15 15:23:42 sendUrl INFO 7 [249] -2014-12-15 15:23:43 sendUrl INFO 7 [250] -2014-12-15 15:23:44 queue INFO 3 [251] -2014-12-15 15:23:44 queue INFO >3 [252] -2014-12-15 15:23:44 sendUrl INFO 3 [251] -2014-12-15 15:23:45 sendUrl INFO 3 [252] -2014-12-15 15:23:47 queue INFO 7 [253] -2014-12-15 15:23:47 queue INFO >7 [254] -2014-12-15 15:23:47 sendUrl INFO 7 [253] -2014-12-15 15:23:47 sendUrl INFO 7 [254] -2014-12-15 15:23:49 queue INFO 3 [255] -2014-12-15 15:23:49 queue INFO >3 [256] -2014-12-15 15:23:49 sendUrl INFO 3 [255] -2014-12-15 15:23:49 sendUrl INFO 3 [256] -2014-12-15 15:23:51 queue INFO 7 [257] -2014-12-15 15:23:51 queue INFO >7 [258] -2014-12-15 15:23:51 sendUrl INFO 7 [257] -2014-12-15 15:23:52 sendUrl INFO 7 [258] -2014-12-15 15:23:53 queue INFO 3 [259] -2014-12-15 15:23:54 sendUrl INFO 3 [259] -2014-12-15 15:23:54 queue INFO >3 [260] -2014-12-15 15:23:54 sendUrl INFO 3 [260] -2014-12-15 15:23:56 queue INFO 7 [261] -2014-12-15 15:23:56 queue INFO >7 [262] -2014-12-15 15:23:56 sendUrl INFO 7 [261] -2014-12-15 15:23:57 sendUrl INFO 7 [262] -2014-12-15 15:23:58 queue INFO 3 [263] -2014-12-15 15:23:58 queue INFO >3 [264] -2014-12-15 15:23:58 sendUrl INFO 3 [263] -2014-12-15 15:23:59 sendUrl INFO 3 [264] -2014-12-15 15:24:00 queue INFO 7 [265] -2014-12-15 15:24:00 queue INFO >7 [266] -2014-12-15 15:24:01 sendUrl INFO 7 [265] -2014-12-15 15:24:01 sendUrl INFO 7 [266] -2014-12-15 15:24:02 queue INFO 3 [267] -2014-12-15 15:24:02 queue INFO >3 [268] -2014-12-15 15:24:03 sendUrl INFO 3 [267] -2014-12-15 15:24:03 sendUrl INFO 3 [268] -2014-12-15 15:24:05 queue INFO 7 [269] -2014-12-15 15:24:05 queue INFO >7 [270] -2014-12-15 15:24:05 sendUrl INFO 7 [269] -2014-12-15 15:24:06 sendUrl INFO 7 [270] -2014-12-15 15:24:06 queue INFO 3 [271] -2014-12-15 15:24:06 queue INFO >3 [272] -2014-12-15 15:24:07 sendUrl INFO 3 [271] -2014-12-15 15:24:07 sendUrl INFO 3 [272] -2014-12-15 15:24:09 queue INFO 7 [273] -2014-12-15 15:24:10 queue INFO >7 [274] -2014-12-15 15:24:10 sendUrl INFO 7 [273] -2014-12-15 15:24:10 sendUrl INFO 7 [274] -2014-12-15 15:24:11 queue INFO 3 [275] -2014-12-15 15:24:12 queue INFO >3 [276] -2014-12-15 15:24:12 sendUrl INFO 3 [275] -2014-12-15 15:24:12 sendUrl INFO 3 [276] -2014-12-15 15:24:14 queue INFO 7 [277] -2014-12-15 15:24:14 sendUrl INFO 7 [277] -2014-12-15 15:24:14 queue INFO >7 [278] -2014-12-15 15:24:15 sendUrl INFO 7 [278] -2014-12-15 15:24:16 queue INFO 3 [279] -2014-12-15 15:24:16 queue INFO >3 [280] -2014-12-15 15:24:17 sendUrl INFO 3 [279] -2014-12-15 15:24:17 sendUrl INFO 3 [280] -2014-12-15 15:24:19 queue INFO 7 [281] -2014-12-15 15:24:19 queue INFO >7 [282] -2014-12-15 15:24:19 sendUrl INFO 7 [281] -2014-12-15 15:24:20 sendUrl INFO 7 [282] -2014-12-15 15:24:21 queue INFO 3 [283] -2014-12-15 15:24:21 queue INFO >3 [284] -2014-12-15 15:24:21 sendUrl INFO 3 [283] -2014-12-15 15:24:22 sendUrl INFO 3 [284] -2014-12-15 15:24:23 queue INFO 7 [285] -2014-12-15 15:24:24 queue INFO >7 [286] -2014-12-15 15:24:24 sendUrl INFO 7 [285] -2014-12-15 15:24:24 sendUrl INFO 7 [286] -2014-12-15 15:24:25 queue INFO 3 [287] -2014-12-15 15:24:26 queue INFO >3 [288] -2014-12-15 15:24:26 sendUrl INFO 3 [287] -2014-12-15 15:24:26 sendUrl INFO 3 [288] -2014-12-15 15:24:28 queue INFO 7 [289] -2014-12-15 15:24:28 queue INFO >7 [290] -2014-12-15 15:24:28 sendUrl INFO 7 [289] -2014-12-15 15:24:29 sendUrl INFO 7 [290] -2014-12-15 15:24:30 queue INFO 3 [291] -2014-12-15 15:24:30 sendUrl INFO 3 [291] -2014-12-15 15:24:30 queue INFO >3 [292] -2014-12-15 15:24:31 sendUrl INFO 3 [292] -2014-12-15 15:24:33 queue INFO 7 [293] -2014-12-15 15:24:33 sendUrl INFO 7 [293] -2014-12-15 15:24:33 queue INFO >7 [294] -2014-12-15 15:24:33 sendUrl INFO 7 [294] -2014-12-15 15:24:35 queue INFO 3 [295] -2014-12-15 15:24:35 queue INFO >3 [296] -2014-12-15 15:24:35 sendUrl INFO 3 [295] -2014-12-15 15:24:36 sendUrl INFO 3 [296] -2014-12-15 15:24:38 queue INFO 7 [297] -2014-12-15 15:24:38 queue INFO >7 [298] -2014-12-15 15:24:38 sendUrl INFO 7 [297] -2014-12-15 15:24:38 sendUrl INFO 7 [298] -2014-12-15 15:24:40 queue INFO 3 [299] -2014-12-15 15:24:40 queue INFO >3 [300] -2014-12-15 15:24:40 sendUrl INFO 3 [299] -2014-12-15 15:24:40 sendUrl INFO 3 [300] -2014-12-15 15:24:42 queue INFO 7 [301] -2014-12-15 15:24:42 queue INFO >7 [302] -2014-12-15 15:24:42 sendUrl INFO 7 [301] -2014-12-15 15:24:43 sendUrl INFO 7 [302] -2014-12-15 15:24:44 queue INFO 3 [303] -2014-12-15 15:24:44 queue INFO >3 [304] -2014-12-15 15:24:44 sendUrl INFO 3 [303] -2014-12-15 15:24:45 sendUrl INFO 3 [304] -2014-12-15 15:24:46 queue INFO 7 [305] -2014-12-15 15:24:47 queue INFO >7 [306] -2014-12-15 15:24:47 sendUrl INFO 7 [305] -2014-12-15 15:24:47 sendUrl INFO 7 [306] -2014-12-15 15:24:49 queue INFO 3 [307] -2014-12-15 15:24:49 queue INFO >3 [308] -2014-12-15 15:24:49 sendUrl INFO 3 [307] -2014-12-15 15:24:49 sendUrl INFO 3 [308] -2014-12-15 15:24:51 queue INFO 7 [309] -2014-12-15 15:24:51 sendUrl INFO 7 [309] -2014-12-15 15:24:51 queue INFO >7 [310] -2014-12-15 15:24:51 sendUrl INFO 7 [310] -2014-12-15 15:24:53 queue INFO 3 [311] -2014-12-15 15:24:53 sendUrl INFO 3 [311] -2014-12-15 15:24:53 queue INFO >3 [312] -2014-12-15 15:24:54 sendUrl INFO 3 [312] -2014-12-15 15:24:55 queue INFO 7 [313] -2014-12-15 15:24:55 queue INFO >7 [314] -2014-12-15 15:24:56 sendUrl INFO 7 [313] -2014-12-15 15:24:56 sendUrl INFO 7 [314] -2014-12-15 15:24:57 queue INFO 3 [315] -2014-12-15 15:24:57 queue INFO >3 [316] -2014-12-15 15:24:58 sendUrl INFO 3 [315] -2014-12-15 15:24:58 sendUrl INFO 3 [316] -2014-12-15 15:25:00 queue INFO 7 [317] -2014-12-15 15:25:00 queue INFO >7 [318] -2014-12-15 15:25:00 sendUrl INFO 7 [317] -2014-12-15 15:25:01 sendUrl INFO 7 [318] -2014-12-15 15:25:02 queue INFO 3 [319] -2014-12-15 15:25:02 queue INFO >3 [320] -2014-12-15 15:25:02 sendUrl INFO 3 [319] -2014-12-15 15:25:03 sendUrl INFO 3 [320] -2014-12-15 15:25:04 queue INFO 7 [321] -2014-12-15 15:25:04 queue INFO >7 [322] -2014-12-15 15:25:04 sendUrl INFO 7 [321] -2014-12-15 15:25:05 sendUrl INFO 7 [322] -2014-12-15 15:25:06 queue INFO 3 [323] -2014-12-15 15:25:06 queue INFO >3 [324] -2014-12-15 15:25:06 sendUrl INFO 3 [323] -2014-12-15 15:25:07 sendUrl INFO 3 [324] -2014-12-15 15:25:08 queue INFO 7 [325] -2014-12-15 15:25:09 queue INFO >7 [326] -2014-12-15 15:25:09 sendUrl INFO 7 [325] -2014-12-15 15:25:09 sendUrl INFO 7 [326] -2014-12-15 15:25:10 queue INFO 3 [327] -2014-12-15 15:25:11 queue INFO >3 [328] -2014-12-15 15:25:11 sendUrl INFO 3 [327] -2014-12-15 15:25:11 sendUrl INFO 3 [328] -2014-12-15 15:25:13 queue INFO 7 [329] -2014-12-15 15:25:13 queue INFO >7 [330] -2014-12-15 15:25:13 sendUrl INFO 7 [329] -2014-12-15 15:25:14 sendUrl INFO 7 [330] -2014-12-15 15:25:15 queue INFO 3 [331] -2014-12-15 15:25:15 queue INFO >3 [332] -2014-12-15 15:25:16 sendUrl INFO 3 [331] -2014-12-15 15:25:16 sendUrl INFO 3 [332] -2014-12-15 15:25:18 queue INFO 7 [333] -2014-12-15 15:25:18 queue INFO >7 [334] -2014-12-15 15:25:18 sendUrl INFO 7 [333] -2014-12-15 15:25:19 sendUrl INFO 7 [334] -2014-12-15 15:25:19 queue INFO 3 [335] -2014-12-15 15:25:20 queue INFO >3 [336] -2014-12-15 15:25:20 sendUrl INFO 3 [335] -2014-12-15 15:25:20 sendUrl INFO 3 [336] -2014-12-15 15:25:22 queue INFO 7 [337] -2014-12-15 15:25:22 queue INFO >7 [338] -2014-12-15 15:25:22 sendUrl INFO 7 [337] -2014-12-15 15:25:23 sendUrl INFO 7 [338] -2014-12-15 15:25:24 queue INFO 3 [339] -2014-12-15 15:25:25 queue INFO >3 [340] -2014-12-15 15:25:25 sendUrl INFO 3 [339] -2014-12-15 15:25:25 sendUrl INFO 3 [340] -2014-12-15 15:25:27 queue INFO 7 [341] -2014-12-15 15:25:27 sendUrl INFO 7 [341] -2014-12-15 15:25:27 queue INFO >7 [342] -2014-12-15 15:25:28 sendUrl INFO 7 [342] -2014-12-15 15:25:29 queue INFO 3 [343] -2014-12-15 15:25:29 queue INFO >3 [344] -2014-12-15 15:25:29 sendUrl INFO 3 [343] -2014-12-15 15:25:30 sendUrl INFO 3 [344] -2014-12-15 15:25:32 queue INFO 7 [345] -2014-12-15 15:25:32 queue INFO >7 [346] -2014-12-15 15:25:32 sendUrl INFO 7 [345] -2014-12-15 15:25:33 sendUrl INFO 7 [346] -2014-12-15 15:25:34 queue INFO 3 [347] -2014-12-15 15:25:35 queue INFO >3 [348] -2014-12-15 15:25:35 sendUrl INFO 3 [347] -2014-12-15 15:25:35 sendUrl INFO 3 [348] -2014-12-15 15:25:37 queue INFO 7 [349] -2014-12-15 15:25:37 queue INFO >7 [350] -2014-12-15 15:25:37 sendUrl INFO 7 [349] -2014-12-15 15:25:38 sendUrl INFO 7 [350] -2014-12-15 15:25:38 queue INFO 3 [351] -2014-12-15 15:25:38 sendUrl INFO 3 [351] -2014-12-15 15:25:38 queue INFO >3 [352] -2014-12-15 15:25:39 sendUrl INFO 3 [352] -2014-12-15 15:25:42 queue INFO 7 [353] -2014-12-15 15:25:42 queue INFO >7 [354] -2014-12-15 15:25:42 sendUrl INFO 7 [353] -2014-12-15 15:25:43 sendUrl INFO 7 [354] -2014-12-15 15:25:44 queue INFO 3 [355] -2014-12-15 15:25:44 sendUrl INFO 3 [355] -2014-12-15 15:25:44 queue INFO >3 [356] -2014-12-15 15:25:44 sendUrl INFO 3 [356] -2014-12-15 15:25:47 queue INFO 7 [357] -2014-12-15 15:25:47 queue INFO >7 [358] -2014-12-15 15:25:47 sendUrl INFO 7 [357] -2014-12-15 15:25:47 sendUrl INFO 7 [358] -2014-12-15 15:25:49 queue INFO 3 [359] -2014-12-15 15:25:49 queue INFO >3 [360] -2014-12-15 15:25:49 sendUrl INFO 3 [359] -2014-12-15 15:25:50 sendUrl INFO 3 [360] -2014-12-15 15:25:51 queue INFO 7 [361] -2014-12-15 15:25:52 queue INFO >7 [362] -2014-12-15 15:25:52 sendUrl INFO 7 [361] -2014-12-15 15:25:53 sendUrl INFO 7 [362] -2014-12-15 15:25:54 queue INFO 3 [363] -2014-12-15 15:25:54 sendUrl INFO 3 [363] -2014-12-15 15:25:54 queue INFO >3 [364] -2014-12-15 15:25:55 sendUrl INFO 3 [364] -2014-12-15 15:25:57 queue INFO 7 [365] -2014-12-15 15:25:57 queue INFO >7 [366] -2014-12-15 15:25:57 sendUrl INFO 7 [365] -2014-12-15 15:25:58 sendUrl INFO 7 [366] -2014-12-15 15:25:59 queue INFO 3 [367] -2014-12-15 15:25:59 queue INFO >3 [368] -2014-12-15 15:25:59 sendUrl INFO 3 [367] -2014-12-15 15:26:00 sendUrl INFO 3 [368] -2014-12-15 15:26:02 queue INFO 7 [369] -2014-12-15 15:26:02 queue INFO >7 [370] -2014-12-15 15:26:02 sendUrl INFO 7 [369] -2014-12-15 15:26:03 sendUrl INFO 7 [370] -2014-12-15 15:26:04 queue INFO 3 [371] -2014-12-15 15:26:04 queue INFO >3 [372] -2014-12-15 15:26:04 sendUrl INFO 3 [371] -2014-12-15 15:26:05 sendUrl INFO 3 [372] -2014-12-15 15:26:07 queue INFO 7 [373] -2014-12-15 15:26:07 queue INFO >7 [374] -2014-12-15 15:26:07 sendUrl INFO 7 [373] -2014-12-15 15:26:08 sendUrl INFO 7 [374] -2014-12-15 15:26:09 queue INFO 3 [375] -2014-12-15 15:26:09 queue INFO >3 [376] -2014-12-15 15:26:09 sendUrl INFO 3 [375] -2014-12-15 15:26:10 sendUrl INFO 3 [376] -2014-12-15 15:26:11 queue INFO 7 [377] -2014-12-15 15:26:12 queue INFO >7 [378] -2014-12-15 15:26:12 sendUrl INFO 7 [377] -2014-12-15 15:26:12 sendUrl INFO 7 [378] -2014-12-15 15:26:13 queue INFO 3 [379] -2014-12-15 15:26:14 queue INFO >3 [380] -2014-12-15 15:26:14 sendUrl INFO 3 [379] -2014-12-15 15:26:14 sendUrl INFO 3 [380] -2014-12-15 15:26:16 queue INFO 7 [381] -2014-12-15 15:26:16 queue INFO >7 [382] -2014-12-15 15:26:17 sendUrl INFO 7 [381] -2014-12-15 15:26:17 sendUrl INFO 7 [382] -2014-12-15 15:26:18 queue INFO 3 [383] -2014-12-15 15:26:19 queue INFO >3 [384] -2014-12-15 15:26:19 sendUrl INFO 3 [383] -2014-12-15 15:26:19 sendUrl INFO 3 [384] -2014-12-15 15:26:21 queue INFO 7 [385] -2014-12-15 15:26:21 queue INFO >7 [386] -2014-12-15 15:26:21 sendUrl INFO 7 [385] -2014-12-15 15:26:22 sendUrl INFO 7 [386] -2014-12-15 15:26:23 queue INFO 3 [387] -2014-12-15 15:26:23 queue INFO >3 [388] -2014-12-15 15:26:24 sendUrl INFO 3 [387] -2014-12-15 15:26:24 sendUrl INFO 3 [388] -2014-12-15 15:26:26 queue INFO 7 [389] -2014-12-15 15:26:26 queue INFO >7 [390] -2014-12-15 15:26:26 sendUrl INFO 7 [389] -2014-12-15 15:26:27 sendUrl INFO 7 [390] -2014-12-15 15:26:28 queue INFO 3 [391] -2014-12-15 15:26:28 queue INFO >3 [392] -2014-12-15 15:26:28 sendUrl INFO 3 [391] -2014-12-15 15:26:29 sendUrl INFO 3 [392] -2014-12-15 15:26:31 queue INFO 7 [393] -2014-12-15 15:26:31 sendUrl INFO 7 [393] -2014-12-15 15:26:31 queue INFO >7 [394] -2014-12-15 15:26:31 sendUrl INFO 7 [394] -2014-12-15 15:26:32 queue INFO 3 [395] -2014-12-15 15:26:33 queue INFO >3 [396] -2014-12-15 15:26:33 sendUrl INFO 3 [395] -2014-12-15 15:26:33 sendUrl INFO 3 [396] -2014-12-15 15:26:35 queue INFO 7 [397] -2014-12-15 15:26:35 queue INFO >7 [398] -2014-12-15 15:26:35 sendUrl INFO 7 [397] -2014-12-15 15:26:36 sendUrl INFO 7 [398] -2014-12-15 15:26:37 queue INFO 3 [399] -2014-12-15 15:26:37 queue INFO >3 [400] -2014-12-15 15:26:37 sendUrl INFO 3 [399] -2014-12-15 15:26:38 sendUrl INFO 3 [400] -2014-12-15 15:26:40 queue INFO 7 [401] -2014-12-15 15:26:40 queue INFO >7 [402] -2014-12-15 15:26:40 sendUrl INFO 7 [401] -2014-12-15 15:26:40 sendUrl INFO 7 [402] -2014-12-15 15:26:42 queue INFO 3 [403] -2014-12-15 15:26:42 queue INFO >3 [404] -2014-12-15 15:26:42 sendUrl INFO 3 [403] -2014-12-15 15:26:42 sendUrl INFO 3 [404] -2014-12-15 15:26:44 queue INFO 7 [405] -2014-12-15 15:26:44 queue INFO >7 [406] -2014-12-15 15:26:44 sendUrl INFO 7 [405] -2014-12-15 15:26:45 sendUrl INFO 7 [406] -2014-12-15 15:26:46 queue INFO 3 [407] -2014-12-15 15:26:46 sendUrl INFO 3 [407] -2014-12-15 15:26:47 queue INFO >3 [408] -2014-12-15 15:26:47 sendUrl INFO 3 [408] -2014-12-15 15:26:49 queue INFO 7 [409] -2014-12-15 15:26:49 queue INFO >7 [410] -2014-12-15 15:26:50 sendUrl INFO 7 [409] -2014-12-15 15:26:50 sendUrl INFO 7 [410] -2014-12-15 15:26:51 queue INFO 3 [411] -2014-12-15 15:26:51 queue INFO >3 [412] -2014-12-15 15:26:52 sendUrl INFO 3 [411] -2014-12-15 15:26:52 sendUrl INFO 3 [412] -2014-12-15 15:26:54 queue INFO 7 [413] -2014-12-15 15:26:54 queue INFO >7 [414] -2014-12-15 15:26:54 sendUrl INFO 7 [413] -2014-12-15 15:26:55 sendUrl INFO 7 [414] -2014-12-15 15:26:56 queue INFO 3 [415] -2014-12-15 15:26:56 queue INFO >3 [416] -2014-12-15 15:26:56 sendUrl INFO 3 [415] -2014-12-15 15:26:57 sendUrl INFO 3 [416] -2014-12-15 15:26:58 queue INFO 7 [417] -2014-12-15 15:26:58 sendUrl INFO 7 [417] -2014-12-15 15:26:58 queue INFO >7 [418] -2014-12-15 15:26:59 sendUrl INFO 7 [418] -2014-12-15 15:27:00 queue INFO 3 [419] -2014-12-15 15:27:00 sendUrl INFO 3 [419] -2014-12-15 15:27:00 queue INFO >3 [420] -2014-12-15 15:27:01 sendUrl INFO 3 [420] -2014-12-15 15:27:02 queue INFO 7 [421] -2014-12-15 15:27:03 queue INFO >7 [422] -2014-12-15 15:27:03 sendUrl INFO 7 [421] -2014-12-15 15:27:03 sendUrl INFO 7 [422] -2014-12-15 15:27:04 queue INFO 3 [423] -2014-12-15 15:27:04 sendUrl INFO 3 [423] -2014-12-15 15:27:04 queue INFO >3 [424] -2014-12-15 15:27:05 sendUrl INFO 3 [424] -2014-12-15 15:27:06 queue INFO 7 [425] -2014-12-15 15:27:07 queue INFO >7 [426] -2014-12-15 15:27:07 sendUrl INFO 7 [425] -2014-12-15 15:27:07 sendUrl INFO 7 [426] -2014-12-15 15:27:08 queue INFO 3 [427] -2014-12-15 15:27:09 queue INFO >3 [428] -2014-12-15 15:27:09 sendUrl INFO 3 [427] -2014-12-15 15:27:09 sendUrl INFO 3 [428] -2014-12-15 15:27:11 queue INFO 7 [429] -2014-12-15 15:27:11 queue INFO >7 [430] -2014-12-15 15:27:11 sendUrl INFO 7 [429] -2014-12-15 15:27:12 sendUrl INFO 7 [430] -2014-12-15 15:27:13 queue INFO 3 [431] -2014-12-15 15:27:13 queue INFO >3 [432] -2014-12-15 15:27:13 sendUrl INFO 3 [431] -2014-12-15 15:27:14 sendUrl INFO 3 [432] -2014-12-15 15:27:15 queue INFO 7 [433] -2014-12-15 15:27:15 sendUrl INFO 7 [433] -2014-12-15 15:27:15 queue INFO >7 [434] -2014-12-15 15:27:16 sendUrl INFO 7 [434] -2014-12-15 15:27:17 queue INFO 3 [435] -2014-12-15 15:27:17 queue INFO >3 [436] -2014-12-15 15:27:17 sendUrl INFO 3 [435] -2014-12-15 15:27:18 sendUrl INFO 3 [436] -2014-12-15 15:27:19 queue INFO 7 [437] -2014-12-15 15:27:19 queue INFO >7 [438] -2014-12-15 15:27:20 sendUrl INFO 7 [437] -2014-12-15 15:27:20 sendUrl INFO 7 [438] -2014-12-15 15:27:21 queue INFO 3 [439] -2014-12-15 15:27:22 queue INFO >3 [440] -2014-12-15 15:27:22 sendUrl INFO 3 [439] -2014-12-15 15:27:22 queue INFO 7 [441] -2014-12-15 15:27:22 queue INFO >7 [442] -2014-12-15 15:27:22 sendUrl INFO 3 [440] -2014-12-15 15:27:23 sendUrl INFO 7 [441] -2014-12-15 15:27:23 sendUrl INFO 7 [442] -2014-12-15 15:27:26 queue INFO 3 [443] -2014-12-15 15:27:26 sendUrl INFO 3 [443] -2014-12-15 15:27:26 queue INFO >3 [444] -2014-12-15 15:27:26 sendUrl INFO 3 [444] -2014-12-15 15:27:28 queue INFO 7 [445] -2014-12-15 15:27:28 queue INFO >7 [446] -2014-12-15 15:27:28 sendUrl INFO 7 [445] -2014-12-15 15:27:29 sendUrl INFO 7 [446] -2014-12-15 15:27:30 queue INFO 3 [447] -2014-12-15 15:27:30 queue INFO >3 [448] -2014-12-15 15:27:30 sendUrl INFO 3 [447] -2014-12-15 15:27:31 sendUrl INFO 3 [448] -2014-12-15 15:27:33 queue INFO 7 [449] -2014-12-15 15:27:33 queue INFO >7 [450] -2014-12-15 15:27:33 sendUrl INFO 7 [449] -2014-12-15 15:27:33 sendUrl INFO 7 [450] -2014-12-15 15:27:35 queue INFO 3 [451] -2014-12-15 15:27:35 sendUrl INFO 3 [451] -2014-12-15 15:27:35 queue INFO >3 [452] -2014-12-15 15:27:35 sendUrl INFO 3 [452] -2014-12-15 15:27:37 queue INFO 7 [453] -2014-12-15 15:27:37 queue INFO >7 [454] -2014-12-15 15:27:37 sendUrl INFO 7 [453] -2014-12-15 15:27:38 sendUrl INFO 7 [454] -2014-12-15 15:27:39 queue INFO 3 [455] -2014-12-15 15:27:40 queue INFO >3 [456] -2014-12-15 15:27:40 sendUrl INFO 3 [455] -2014-12-15 15:27:40 sendUrl INFO 3 [456] -2014-12-15 15:27:42 queue INFO 7 [457] -2014-12-15 15:27:42 queue INFO >7 [458] -2014-12-15 15:27:42 sendUrl INFO 7 [457] -2014-12-15 15:27:43 sendUrl INFO 7 [458] -2014-12-15 15:27:44 queue INFO 3 [459] -2014-12-15 15:27:44 queue INFO >3 [460] -2014-12-15 15:27:44 sendUrl INFO 3 [459] -2014-12-15 15:27:45 sendUrl INFO 3 [460] -2014-12-15 15:27:47 queue INFO 7 [461] -2014-12-15 15:27:47 queue INFO >7 [462] -2014-12-15 15:27:47 sendUrl INFO 7 [461] -2014-12-15 15:27:47 sendUrl INFO 7 [462] -2014-12-15 15:27:48 queue INFO 3 [463] -2014-12-15 15:27:48 sendUrl INFO 3 [463] -2014-12-15 15:27:48 queue INFO >3 [464] -2014-12-15 15:27:48 sendUrl INFO 3 [464] -2014-12-15 15:27:50 queue INFO 7 [465] -2014-12-15 15:27:50 sendUrl INFO 7 [465] -2014-12-15 15:27:50 queue INFO >7 [466] -2014-12-15 15:27:51 sendUrl INFO 7 [466] -2014-12-15 15:27:52 queue INFO 3 [467] -2014-12-15 15:27:52 queue INFO >3 [468] -2014-12-15 15:27:53 sendUrl INFO 3 [467] -2014-12-15 15:27:53 sendUrl INFO 3 [468] -2014-12-15 15:27:55 queue INFO 7 [469] -2014-12-15 15:27:55 queue INFO >7 [470] -2014-12-15 15:27:55 sendUrl INFO 7 [469] -2014-12-15 15:27:56 sendUrl INFO 7 [470] -2014-12-15 15:27:56 queue INFO 3 [471] -2014-12-15 15:27:56 queue INFO >3 [472] -2014-12-15 15:27:56 sendUrl INFO 3 [471] -2014-12-15 15:27:57 sendUrl INFO 3 [472] -2014-12-15 15:27:59 queue INFO 7 [473] -2014-12-15 15:27:59 queue INFO >7 [474] -2014-12-15 15:28:00 sendUrl INFO 7 [473] -2014-12-15 15:28:00 sendUrl INFO 7 [474] -2014-12-15 15:28:01 queue INFO 3 [475] -2014-12-15 15:28:01 queue INFO >3 [476] -2014-12-15 15:28:02 sendUrl INFO 3 [475] -2014-12-15 15:28:02 sendUrl INFO 3 [476] -2014-12-15 15:28:03 queue INFO 7 [477] -2014-12-15 15:28:04 sendUrl INFO 7 [477] -2014-12-15 15:28:04 queue INFO >7 [478] -2014-12-15 15:28:04 sendUrl INFO 7 [478] -2014-12-15 15:28:06 queue INFO 3 [479] -2014-12-15 15:28:06 queue INFO >3 [480] -2014-12-15 15:28:06 sendUrl INFO 3 [479] -2014-12-15 15:28:07 sendUrl INFO 3 [480] -2014-12-15 15:28:08 queue INFO 7 [481] -2014-12-15 15:28:09 queue INFO >7 [482] -2014-12-15 15:28:09 sendUrl INFO 7 [481] -2014-12-15 15:28:09 sendUrl INFO 7 [482] -2014-12-15 15:28:11 queue INFO 3 [483] -2014-12-15 15:28:11 sendUrl INFO 3 [483] -2014-12-15 15:28:11 queue INFO >3 [484] -2014-12-15 15:28:11 sendUrl INFO 3 [484] -2014-12-15 15:28:13 queue INFO 7 [485] -2014-12-15 15:28:13 sendUrl INFO 7 [485] -2014-12-15 15:28:13 queue INFO >7 [486] -2014-12-15 15:28:14 sendUrl INFO 7 [486] -2014-12-15 15:28:15 queue INFO 3 [487] -2014-12-15 15:28:15 sendUrl INFO 3 [487] -2014-12-15 15:28:15 queue INFO >3 [488] -2014-12-15 15:28:16 sendUrl INFO 3 [488] -2014-12-15 15:28:18 queue INFO 7 [489] -2014-12-15 15:28:18 queue INFO >7 [490] -2014-12-15 15:28:18 sendUrl INFO 7 [489] -2014-12-15 15:28:19 sendUrl INFO 7 [490] -2014-12-15 15:28:20 queue INFO 3 [491] -2014-12-15 15:28:20 sendUrl INFO 3 [491] -2014-12-15 15:28:20 queue INFO >3 [492] -2014-12-15 15:28:21 sendUrl INFO 3 [492] -2014-12-15 15:28:23 queue INFO 7 [493] -2014-12-15 15:28:23 queue INFO >7 [494] -2014-12-15 15:28:23 sendUrl INFO 7 [493] -2014-12-15 15:28:24 sendUrl INFO 7 [494] -2014-12-15 15:28:25 queue INFO 3 [495] -2014-12-15 15:28:25 sendUrl INFO 3 [495] -2014-12-15 15:28:25 queue INFO >3 [496] -2014-12-15 15:28:26 sendUrl INFO 3 [496] -2014-12-15 15:28:28 queue INFO 7 [497] -2014-12-15 15:28:28 queue INFO >7 [498] -2014-12-15 15:28:28 sendUrl INFO 7 [497] -2014-12-15 15:28:29 sendUrl INFO 7 [498] -2014-12-15 15:28:30 queue INFO 3 [499] -2014-12-15 15:28:30 queue INFO >3 [500] -2014-12-15 15:28:30 sendUrl INFO 3 [499] -2014-12-15 15:28:30 sendUrl INFO 3 [500] -2014-12-15 15:28:34 queue INFO 7 [501] -2014-12-15 15:28:34 queue INFO >7 [502] -2014-12-15 15:28:34 sendUrl INFO 7 [501] -2014-12-15 15:28:34 sendUrl INFO 7 [502] -2014-12-15 15:28:36 queue INFO 3 [503] -2014-12-15 15:28:36 sendUrl INFO 3 [503] -2014-12-15 15:28:36 queue INFO >3 [504] -2014-12-15 15:28:37 sendUrl INFO 3 [504] -2014-12-15 15:28:38 queue INFO 7 [505] -2014-12-15 15:28:38 queue INFO >7 [506] -2014-12-15 15:28:38 sendUrl INFO 7 [505] -2014-12-15 15:28:39 sendUrl INFO 7 [506] -2014-12-15 15:28:40 queue INFO 3 [507] -2014-12-15 15:28:41 queue INFO >3 [508] -2014-12-15 15:28:41 sendUrl INFO 3 [507] -2014-12-15 15:28:41 sendUrl INFO 3 [508] -2014-12-15 15:28:43 queue INFO 7 [509] -2014-12-15 15:28:43 queue INFO >7 [510] -2014-12-15 15:28:43 sendUrl INFO 7 [509] -2014-12-15 15:28:44 sendUrl INFO 7 [510] -2014-12-15 15:28:46 queue INFO 3 [511] -2014-12-15 15:28:46 queue INFO >3 [512] -2014-12-15 15:28:46 sendUrl INFO 3 [511] -2014-12-15 15:28:46 sendUrl INFO 3 [512] -2014-12-15 15:28:48 queue INFO 7 [513] -2014-12-15 15:28:49 queue INFO >7 [514] -2014-12-15 15:28:49 sendUrl INFO 7 [513] -2014-12-15 15:28:50 sendUrl INFO 7 [514] -2014-12-15 15:28:51 queue INFO 3 [515] -2014-12-15 15:28:51 queue INFO >3 [516] -2014-12-15 15:28:52 sendUrl INFO 3 [515] -2014-12-15 15:28:52 sendUrl INFO 3 [516] -2014-12-15 15:28:54 queue INFO 7 [517] -2014-12-15 15:28:54 sendUrl INFO 7 [517] -2014-12-15 15:28:54 queue INFO >7 [518] -2014-12-15 15:28:55 sendUrl INFO 7 [518] -2014-12-15 15:28:56 queue INFO 3 [519] -2014-12-15 15:28:57 queue INFO >3 [520] -2014-12-15 15:28:57 sendUrl INFO 3 [519] -2014-12-15 15:28:57 sendUrl INFO 3 [520] -2014-12-15 15:28:59 queue INFO 7 [521] -2014-12-15 15:28:59 queue INFO >7 [522] -2014-12-15 15:28:59 sendUrl INFO 7 [521] -2014-12-15 15:29:00 sendUrl INFO 7 [522] -2014-12-15 15:29:01 queue INFO 3 [523] -2014-12-15 15:29:01 queue INFO >3 [524] -2014-12-15 15:29:02 sendUrl INFO 3 [523] -2014-12-15 15:29:02 sendUrl INFO 3 [524] -2014-12-15 15:29:04 queue INFO 7 [525] -2014-12-15 15:29:04 sendUrl INFO 7 [525] -2014-12-15 15:29:04 queue INFO >7 [526] -2014-12-15 15:29:04 sendUrl INFO 7 [526] -2014-12-15 15:29:06 queue INFO 3 [527] -2014-12-15 15:29:06 sendUrl INFO 3 [527] -2014-12-15 15:29:06 queue INFO >3 [528] -2014-12-15 15:29:07 sendUrl INFO 3 [528] -2014-12-15 15:29:08 queue INFO 7 [529] -2014-12-15 15:29:09 queue INFO >7 [530] -2014-12-15 15:29:09 sendUrl INFO 7 [529] -2014-12-15 15:29:09 sendUrl INFO 7 [530] -2014-12-15 15:29:10 queue INFO 3 [531] -2014-12-15 15:29:10 queue INFO >3 [532] -2014-12-15 15:29:10 sendUrl INFO 3 [531] -2014-12-15 15:29:11 sendUrl INFO 3 [532] -2014-12-15 15:29:14 queue INFO 7 [533] -2014-12-15 15:29:14 sendUrl INFO 7 [533] -2014-12-15 15:29:14 queue INFO >7 [534] -2014-12-15 15:29:14 sendUrl INFO 7 [534] -2014-12-15 15:29:16 queue INFO 3 [535] -2014-12-15 15:29:16 queue INFO >3 [536] -2014-12-15 15:29:16 sendUrl INFO 3 [535] -2014-12-15 15:29:17 sendUrl INFO 3 [536] -2014-12-15 15:29:19 queue INFO 7 [537] -2014-12-15 15:29:19 queue INFO >7 [538] -2014-12-15 15:29:19 sendUrl INFO 7 [537] -2014-12-15 15:29:20 sendUrl INFO 7 [538] -2014-12-15 15:29:21 queue INFO 3 [539] -2014-12-15 15:29:21 queue INFO >3 [540] -2014-12-15 15:29:21 sendUrl INFO 3 [539] -2014-12-15 15:29:22 sendUrl INFO 3 [540] -2014-12-15 15:29:24 queue INFO 7 [541] -2014-12-15 15:29:24 queue INFO >7 [542] -2014-12-15 15:29:24 sendUrl INFO 7 [541] -2014-12-15 15:29:25 sendUrl INFO 7 [542] -2014-12-15 15:29:26 queue INFO 3 [543] -2014-12-15 15:29:26 queue INFO >3 [544] -2014-12-15 15:29:27 sendUrl INFO 3 [543] -2014-12-15 15:29:27 sendUrl INFO 3 [544] -2014-12-15 15:29:29 queue INFO 7 [545] -2014-12-15 15:29:29 queue INFO >7 [546] -2014-12-15 15:29:29 sendUrl INFO 7 [545] -2014-12-15 15:29:30 sendUrl INFO 7 [546] -2014-12-15 15:29:31 queue INFO 3 [547] -2014-12-15 15:29:31 sendUrl INFO 3 [547] -2014-12-15 15:29:31 queue INFO >3 [548] -2014-12-15 15:29:32 sendUrl INFO 3 [548] -2014-12-15 15:29:34 queue INFO 7 [549] -2014-12-15 15:29:34 queue INFO >7 [550] -2014-12-15 15:29:34 sendUrl INFO 7 [549] -2014-12-15 15:29:34 sendUrl INFO 7 [550] -2014-12-15 15:29:36 queue INFO 3 [551] -2014-12-15 15:29:36 queue INFO >3 [552] -2014-12-15 15:29:36 sendUrl INFO 3 [551] -2014-12-15 15:29:37 sendUrl INFO 3 [552] -2014-12-15 15:29:38 queue INFO 7 [553] -2014-12-15 15:29:39 queue INFO >7 [554] -2014-12-15 15:29:39 sendUrl INFO 7 [553] -2014-12-15 15:29:39 sendUrl INFO 7 [554] -2014-12-15 15:29:41 queue INFO 3 [555] -2014-12-15 15:29:41 queue INFO >3 [556] -2014-12-15 15:29:41 sendUrl INFO 3 [555] -2014-12-15 15:29:41 sendUrl INFO 3 [556] -2014-12-15 15:29:44 queue INFO 7 [557] -2014-12-15 15:29:44 queue INFO >7 [558] -2014-12-15 15:29:44 sendUrl INFO 7 [557] -2014-12-15 15:29:44 sendUrl INFO 7 [558] -2014-12-15 15:29:46 queue INFO 3 [559] -2014-12-15 15:29:46 queue INFO >3 [560] -2014-12-15 15:29:46 sendUrl INFO 3 [559] -2014-12-15 15:29:46 sendUrl INFO 3 [560] -2014-12-15 15:29:48 queue INFO 7 [561] -2014-12-15 15:29:49 sendUrl INFO 7 [561] -2014-12-15 15:29:49 queue INFO >7 [562] -2014-12-15 15:29:49 sendUrl INFO 7 [562] -2014-12-15 15:29:51 queue INFO 3 [563] -2014-12-15 15:29:51 queue INFO >3 [564] -2014-12-15 15:29:51 sendUrl INFO 3 [563] -2014-12-15 15:29:52 sendUrl INFO 3 [564] -2014-12-15 15:29:53 queue INFO 7 [565] -2014-12-15 15:29:53 queue INFO >7 [566] -2014-12-15 15:29:54 sendUrl INFO 7 [565] -2014-12-15 15:29:54 sendUrl INFO 7 [566] -2014-12-15 15:29:56 queue INFO 3 [567] -2014-12-15 15:29:56 queue INFO >3 [568] -2014-12-15 15:29:56 sendUrl INFO 3 [567] -2014-12-15 15:29:57 sendUrl INFO 3 [568] -2014-12-15 15:29:58 queue INFO 7 [569] -2014-12-15 15:29:58 sendUrl INFO 7 [569] -2014-12-15 15:29:58 queue INFO >7 [570] -2014-12-15 15:29:59 sendUrl INFO 7 [570] -2014-12-15 15:30:00 queue INFO 3 [571] -2014-12-15 15:30:00 queue INFO >3 [572] -2014-12-15 15:30:00 sendUrl INFO 3 [571] -2014-12-15 15:30:01 sendUrl INFO 3 [572] -2014-12-15 15:30:02 queue INFO 7 [573] -2014-12-15 15:30:03 queue INFO >7 [574] -2014-12-15 15:30:03 sendUrl INFO 7 [573] -2014-12-15 15:30:03 sendUrl INFO 7 [574] -2014-12-15 15:30:04 queue INFO 3 [575] -2014-12-15 15:30:04 queue INFO >3 [576] -2014-12-15 15:30:04 sendUrl INFO 3 [575] -2014-12-15 15:30:05 sendUrl INFO 3 [576] -2014-12-15 15:30:05 queue INFO 7 [577] -2014-12-15 15:30:05 queue INFO >7 [578] -2014-12-15 15:30:06 sendUrl INFO 7 [577] -2014-12-15 15:30:06 sendUrl INFO 7 [578] -2014-12-15 15:30:06 queue INFO 3 [579] -2014-12-15 15:30:07 queue INFO >3 [580] -2014-12-15 15:30:07 sendUrl INFO 3 [579] -2014-12-15 15:30:07 sendUrl INFO 3 [580] -2014-12-15 15:30:09 queue INFO 7 [581] -2014-12-15 15:30:09 queue INFO >7 [582] -2014-12-15 15:30:09 sendUrl INFO 7 [581] -2014-12-15 15:30:10 sendUrl INFO 7 [582] -2014-12-15 15:30:10 queue INFO 3 [583] -2014-12-15 15:30:10 queue INFO >3 [584] -2014-12-15 15:30:10 sendUrl INFO 3 [583] -2014-12-15 15:30:11 sendUrl INFO 3 [584] -2014-12-15 15:30:11 queue INFO 7 [585] -2014-12-15 15:30:12 queue INFO >7 [586] -2014-12-15 15:30:12 sendUrl INFO 7 [585] -2014-12-15 15:30:12 sendUrl INFO 7 [586] -2014-12-15 15:30:13 queue INFO 3 [587] -2014-12-15 15:30:13 queue INFO >3 [588] -2014-12-15 15:30:13 sendUrl INFO 3 [587] -2014-12-15 15:30:14 sendUrl INFO 3 [588] -2014-12-15 15:30:14 queue INFO 7 [589] -2014-12-15 15:30:14 queue INFO >7 [590] -2014-12-15 15:30:15 sendUrl INFO 7 [589] -2014-12-15 15:30:15 sendUrl INFO 7 [590] -2014-12-15 15:30:16 queue INFO 3 [591] -2014-12-15 15:30:16 queue INFO >3 [592] -2014-12-15 15:30:16 sendUrl INFO 3 [591] -2014-12-15 15:30:17 sendUrl INFO 3 [592] -2014-12-15 15:30:17 queue INFO 7 [593] -2014-12-15 15:30:18 queue INFO >7 [594] -2014-12-15 15:30:18 sendUrl INFO 7 [593] -2014-12-15 15:30:18 sendUrl INFO 7 [594] -2014-12-15 15:30:19 queue INFO 3 [595] -2014-12-15 15:30:19 queue INFO >3 [596] -2014-12-15 15:30:19 sendUrl INFO 3 [595] -2014-12-15 15:30:19 sendUrl INFO 3 [596] -2014-12-15 15:30:20 queue INFO 7 [597] -2014-12-15 15:30:20 queue INFO >7 [598] -2014-12-15 15:30:20 sendUrl INFO 7 [597] -2014-12-15 15:30:21 sendUrl INFO 7 [598] -2014-12-15 15:30:21 queue INFO 3 [599] -2014-12-15 15:30:21 sendUrl INFO 3 [599] -2014-12-15 15:30:21 queue INFO >3 [600] -2014-12-15 15:30:22 sendUrl INFO 3 [600] -2014-12-15 15:30:23 queue INFO 7 [601] -2014-12-15 15:30:23 queue INFO >7 [602] -2014-12-15 15:30:23 sendUrl INFO 7 [601] -2014-12-15 15:30:23 sendUrl INFO 7 [602] -2014-12-15 15:30:24 queue INFO 3 [603] -2014-12-15 15:30:24 queue INFO >3 [604] -2014-12-15 15:30:24 sendUrl INFO 3 [603] -2014-12-15 15:30:25 sendUrl INFO 3 [604] -2014-12-15 15:30:25 queue INFO 7 [605] -2014-12-15 15:30:25 sendUrl INFO 7 [605] -2014-12-15 15:30:25 queue INFO >7 [606] -2014-12-15 15:30:26 sendUrl INFO 7 [606] -2014-12-15 15:30:26 queue INFO 3 [607] -2014-12-15 15:30:26 sendUrl INFO 3 [607] -2014-12-15 15:30:26 queue INFO >3 [608] -2014-12-15 15:30:27 sendUrl INFO 3 [608] -2014-12-15 15:30:27 queue INFO 7 [609] -2014-12-15 15:30:28 queue INFO >7 [610] -2014-12-15 15:30:28 sendUrl INFO 7 [609] -2014-12-15 15:30:28 sendUrl INFO 7 [610] -2014-12-15 15:30:29 queue INFO 3 [611] -2014-12-15 15:30:29 queue INFO >3 [612] -2014-12-15 15:30:29 sendUrl INFO 3 [611] -2014-12-15 15:30:29 sendUrl INFO 3 [612] -2014-12-15 15:30:30 queue INFO 7 [613] -2014-12-15 15:30:30 sendUrl INFO 7 [613] -2014-12-15 15:30:30 queue INFO >7 [614] -2014-12-15 15:30:30 sendUrl INFO 7 [614] -2014-12-15 15:30:31 queue INFO 3 [615] -2014-12-15 15:30:31 queue INFO >3 [616] -2014-12-15 15:30:31 sendUrl INFO 3 [615] -2014-12-15 15:30:32 sendUrl INFO 3 [616] -2014-12-15 15:30:32 queue INFO 7 [617] -2014-12-15 15:30:32 sendUrl INFO 7 [617] -2014-12-15 15:30:32 queue INFO >7 [618] -2014-12-15 15:30:33 sendUrl INFO 7 [618] -2014-12-15 15:30:33 queue INFO 3 [619] -2014-12-15 15:30:33 sendUrl INFO 3 [619] -2014-12-15 15:30:33 queue INFO >3 [620] -2014-12-15 15:30:34 sendUrl INFO 3 [620] -2014-12-15 15:30:35 queue INFO 7 [621] -2014-12-15 15:30:35 sendUrl INFO 7 [621] -2014-12-15 15:30:35 queue INFO >7 [622] -2014-12-15 15:30:35 sendUrl INFO 7 [622] -2014-12-15 15:30:36 queue INFO 3 [623] -2014-12-15 15:30:36 queue INFO >3 [624] -2014-12-15 15:30:36 sendUrl INFO 3 [623] -2014-12-15 15:30:37 sendUrl INFO 3 [624] -2014-12-15 15:30:37 queue INFO 7 [625] -2014-12-15 15:30:37 queue INFO >7 [626] -2014-12-15 15:30:37 sendUrl INFO 7 [625] -2014-12-15 15:30:38 sendUrl INFO 7 [626] -2014-12-15 15:30:38 queue INFO 3 [627] -2014-12-15 15:30:39 queue INFO >3 [628] -2014-12-15 15:30:39 sendUrl INFO 3 [627] -2014-12-15 15:30:39 sendUrl INFO 3 [628] -2014-12-15 15:30:40 queue INFO 7 [629] -2014-12-15 15:30:40 queue INFO >7 [630] -2014-12-15 15:30:40 sendUrl INFO 7 [629] -2014-12-15 15:30:40 queue INFO 3 [631] -2014-12-15 15:30:40 sendUrl INFO 7 [630] -2014-12-15 15:30:41 queue INFO >3 [632] -2014-12-15 15:30:41 sendUrl INFO 3 [631] -2014-12-15 15:30:42 sendUrl INFO 3 [632] -2014-12-15 15:30:42 queue INFO 7 [633] -2014-12-15 15:30:42 sendUrl INFO 7 [633] -2014-12-15 15:30:42 queue INFO >7 [634] -2014-12-15 15:30:43 sendUrl INFO 7 [634] -2014-12-15 15:30:43 queue INFO 3 [635] -2014-12-15 15:30:43 queue INFO >3 [636] -2014-12-15 15:30:44 sendUrl INFO 3 [635] -2014-12-15 15:30:44 sendUrl INFO 3 [636] -2014-12-15 15:30:45 queue INFO 7 [637] -2014-12-15 15:30:45 queue INFO >7 [638] -2014-12-15 15:30:45 sendUrl INFO 7 [637] -2014-12-15 15:30:45 queue INFO 3 [639] -2014-12-15 15:30:46 queue INFO >3 [640] -2014-12-15 15:30:46 sendUrl INFO 7 [638] -2014-12-15 15:30:46 sendUrl INFO 3 [639] -2014-12-15 15:30:47 sendUrl INFO 3 [640] -2014-12-15 15:30:47 queue INFO 7 [641] -2014-12-15 15:30:47 queue INFO >7 [642] -2014-12-15 15:30:47 sendUrl INFO 7 [641] -2014-12-15 15:30:48 sendUrl INFO 7 [642] -2014-12-15 15:30:48 queue INFO 3 [643] -2014-12-15 15:30:48 sendUrl INFO 3 [643] -2014-12-15 15:30:48 queue INFO >3 [644] -2014-12-15 15:30:49 sendUrl INFO 3 [644] -2014-12-15 15:30:49 queue INFO 7 [645] -2014-12-15 15:30:50 queue INFO >7 [646] -2014-12-15 15:30:50 sendUrl INFO 7 [645] -2014-12-15 15:30:50 sendUrl INFO 7 [646] -2014-12-15 15:30:50 queue INFO 3 [647] -2014-12-15 15:30:51 queue INFO >3 [648] -2014-12-15 15:30:51 sendUrl INFO 3 [647] -2014-12-15 15:30:51 sendUrl INFO 3 [648] -2014-12-15 15:30:52 queue INFO 7 [649] -2014-12-15 15:30:52 queue INFO >7 [650] -2014-12-15 15:30:52 sendUrl INFO 7 [649] -2014-12-15 15:30:53 sendUrl INFO 7 [650] -2014-12-15 15:30:53 queue INFO 3 [651] -2014-12-15 15:30:53 queue INFO >3 [652] -2014-12-15 15:30:53 sendUrl INFO 3 [651] -2014-12-15 15:30:54 sendUrl INFO 3 [652] -2014-12-15 15:30:54 queue INFO 7 [653] -2014-12-15 15:30:54 sendUrl INFO 7 [653] -2014-12-15 15:30:54 queue INFO >7 [654] -2014-12-15 15:30:55 sendUrl INFO 7 [654] -2014-12-15 15:30:55 queue INFO 3 [655] -2014-12-15 15:30:55 sendUrl INFO 3 [655] -2014-12-15 15:30:55 queue INFO >3 [656] -2014-12-15 15:30:56 sendUrl INFO 3 [656] -2014-12-15 15:30:56 queue INFO 7 [657] -2014-12-15 15:30:57 queue INFO >7 [658] -2014-12-15 15:30:57 sendUrl INFO 7 [657] -2014-12-15 15:30:57 sendUrl INFO 7 [658] -2014-12-15 15:30:57 queue INFO 3 [659] -2014-12-15 15:30:58 queue INFO >3 [660] -2014-12-15 15:30:58 sendUrl INFO 3 [659] -2014-12-15 15:30:58 sendUrl INFO 3 [660] -2014-12-15 15:30:59 queue INFO 7 [661] -2014-12-15 15:30:59 queue INFO >7 [662] -2014-12-15 15:30:59 sendUrl INFO 7 [661] -2014-12-15 15:31:00 queue INFO 3 [663] -2014-12-15 15:31:00 sendUrl INFO 7 [662] -2014-12-15 15:31:00 queue INFO >3 [664] -2014-12-15 15:31:00 sendUrl INFO 3 [663] -2014-12-15 15:31:01 sendUrl INFO 3 [664] -2014-12-15 15:31:01 queue INFO 7 [665] -2014-12-15 15:31:01 sendUrl INFO 7 [665] -2014-12-15 15:31:01 queue INFO >7 [666] -2014-12-15 15:31:02 sendUrl INFO 7 [666] -2014-12-15 15:31:02 queue INFO 3 [667] -2014-12-15 15:31:02 queue INFO >3 [668] -2014-12-15 15:31:03 sendUrl INFO 3 [667] -2014-12-15 15:31:03 sendUrl INFO 3 [668] -2014-12-15 15:31:03 queue INFO 7 [669] -2014-12-15 15:31:04 queue INFO >7 [670] -2014-12-15 15:31:04 sendUrl INFO 7 [669] -2014-12-15 15:31:04 sendUrl INFO 7 [670] -2014-12-15 15:31:04 queue INFO 3 [671] -2014-12-15 15:31:04 queue INFO >3 [672] -2014-12-15 15:31:05 sendUrl INFO 3 [671] -2014-12-15 15:31:05 sendUrl INFO 3 [672] -2014-12-15 15:31:06 queue INFO 7 [673] -2014-12-15 15:31:06 queue INFO >7 [674] -2014-12-15 15:31:06 sendUrl INFO 7 [673] -2014-12-15 15:31:07 queue INFO 3 [675] -2014-12-15 15:31:07 sendUrl INFO 7 [674] -2014-12-15 15:31:07 queue INFO >3 [676] -2014-12-15 15:31:07 sendUrl INFO 3 [675] -2014-12-15 15:31:08 sendUrl INFO 3 [676] -2014-12-15 15:31:08 queue INFO 7 [677] -2014-12-15 15:31:08 sendUrl INFO 7 [677] -2014-12-15 15:31:08 queue INFO >7 [678] -2014-12-15 15:31:09 queue INFO 3 [679] -2014-12-15 15:31:09 queue INFO >3 [680] -2014-12-15 15:31:09 sendUrl INFO 7 [678] -2014-12-15 15:31:09 sendUrl INFO 3 [679] -2014-12-15 15:31:10 sendUrl INFO 3 [680] -2014-12-15 15:31:10 queue INFO 7 [681] -2014-12-15 15:31:11 queue INFO >7 [682] -2014-12-15 15:31:11 sendUrl INFO 7 [681] -2014-12-15 15:31:11 sendUrl INFO 7 [682] -2014-12-15 15:31:11 queue INFO 3 [683] -2014-12-15 15:31:12 queue INFO >3 [684] -2014-12-15 15:31:12 sendUrl INFO 3 [683] -2014-12-15 15:31:12 sendUrl INFO 3 [684] -2014-12-15 15:31:12 queue INFO 7 [685] -2014-12-15 15:31:13 queue INFO >7 [686] -2014-12-15 15:31:13 sendUrl INFO 7 [685] -2014-12-15 15:31:13 sendUrl INFO 7 [686] -2014-12-15 15:31:14 queue INFO 3 [687] -2014-12-15 15:31:14 queue INFO >3 [688] -2014-12-15 15:31:14 sendUrl INFO 3 [687] -2014-12-15 15:31:14 queue INFO 7 [689] -2014-12-15 15:31:14 sendUrl INFO 3 [688] -2014-12-15 15:31:14 queue INFO >7 [690] -2014-12-15 15:31:15 sendUrl INFO 7 [689] -2014-12-15 15:31:15 sendUrl INFO 7 [690] -2014-12-15 15:31:15 queue INFO 3 [691] -2014-12-15 15:31:16 queue INFO >3 [692] -2014-12-15 15:31:16 sendUrl INFO 3 [691] -2014-12-15 15:31:16 sendUrl INFO 3 [692] -2014-12-15 15:31:17 queue INFO 7 [693] -2014-12-15 15:31:17 sendUrl INFO 7 [693] -2014-12-15 15:31:17 queue INFO >7 [694] -2014-12-15 15:31:17 sendUrl INFO 7 [694] -2014-12-15 15:31:18 queue INFO 3 [695] -2014-12-15 15:31:18 sendUrl INFO 3 [695] -2014-12-15 15:31:18 queue INFO >3 [696] -2014-12-15 15:31:18 sendUrl INFO 3 [696] -2014-12-15 15:31:19 queue INFO 7 [697] -2014-12-15 15:31:20 queue INFO >7 [698] -2014-12-15 15:31:20 sendUrl INFO 7 [697] -2014-12-15 15:31:20 sendUrl INFO 7 [698] -2014-12-15 15:31:21 queue INFO 3 [699] -2014-12-15 15:31:21 queue INFO >3 [700] -2014-12-15 15:31:21 sendUrl INFO 3 [699] -2014-12-15 15:31:21 sendUrl INFO 3 [700] -2014-12-15 15:31:22 queue INFO 7 [701] -2014-12-15 15:31:22 queue INFO >7 [702] -2014-12-15 15:31:22 sendUrl INFO 7 [701] -2014-12-15 15:31:23 sendUrl INFO 7 [702] -2014-12-15 15:31:23 queue INFO 3 [703] -2014-12-15 15:31:23 queue INFO >3 [704] -2014-12-15 15:31:23 sendUrl INFO 3 [703] -2014-12-15 15:31:24 sendUrl INFO 3 [704] -2014-12-15 15:31:24 queue INFO 7 [705] -2014-12-15 15:31:25 queue INFO >7 [706] -2014-12-15 15:31:25 sendUrl INFO 7 [705] -2014-12-15 15:31:25 queue INFO 3 [707] -2014-12-15 15:31:25 sendUrl INFO 7 [706] -2014-12-15 15:31:26 queue INFO >3 [708] -2014-12-15 15:31:26 sendUrl INFO 3 [707] -2014-12-15 15:31:26 sendUrl INFO 3 [708] -2014-12-15 15:31:27 queue INFO 7 [709] -2014-12-15 15:31:27 queue INFO >7 [710] -2014-12-15 15:31:27 sendUrl INFO 7 [709] -2014-12-15 15:31:28 sendUrl INFO 7 [710] -2014-12-15 15:31:28 queue INFO 3 [711] -2014-12-15 15:31:28 queue INFO >3 [712] -2014-12-15 15:31:28 sendUrl INFO 3 [711] -2014-12-15 15:31:29 sendUrl INFO 3 [712] -2014-12-15 15:31:29 queue INFO 7 [713] -2014-12-15 15:31:30 queue INFO >7 [714] -2014-12-15 15:31:30 sendUrl INFO 7 [713] -2014-12-15 15:31:30 queue INFO 3 [715] -2014-12-15 15:31:31 sendUrl INFO 7 [714] -2014-12-15 15:31:31 queue INFO >3 [716] -2014-12-15 15:31:31 sendUrl INFO 3 [715] -2014-12-15 15:31:32 sendUrl INFO 3 [716] -2014-12-15 15:31:32 queue INFO 7 [717] -2014-12-15 15:31:32 sendUrl INFO 7 [717] -2014-12-15 15:31:32 queue INFO >7 [718] -2014-12-15 15:31:33 sendUrl INFO 7 [718] -2014-12-15 15:31:33 queue INFO 3 [719] -2014-12-15 15:31:33 queue INFO >3 [720] -2014-12-15 15:31:34 sendUrl INFO 3 [719] -2014-12-15 15:31:34 sendUrl INFO 3 [720] -2014-12-15 15:31:34 queue INFO 7 [721] -2014-12-15 15:31:35 queue INFO >7 [722] -2014-12-15 15:31:35 sendUrl INFO 7 [721] -2014-12-15 15:31:35 sendUrl INFO 7 [722] -2014-12-15 15:31:36 queue INFO 3 [723] -2014-12-15 15:31:36 queue INFO >3 [724] -2014-12-15 15:31:36 sendUrl INFO 3 [723] -2014-12-15 15:31:37 sendUrl INFO 3 [724] -2014-12-15 15:31:37 queue INFO 7 [725] -2014-12-15 15:31:37 queue INFO >7 [726] -2014-12-15 15:31:37 sendUrl INFO 7 [725] -2014-12-15 15:31:38 sendUrl INFO 7 [726] -2014-12-15 15:31:38 queue INFO 3 [727] -2014-12-15 15:31:38 sendUrl INFO 3 [727] -2014-12-15 15:31:38 queue INFO >3 [728] -2014-12-15 15:31:39 sendUrl INFO 3 [728] -2014-12-15 15:31:39 queue INFO 7 [729] -2014-12-15 15:31:39 queue INFO >7 [730] -2014-12-15 15:31:40 sendUrl INFO 7 [729] -2014-12-15 15:31:40 sendUrl INFO 7 [730] -2014-12-15 15:31:40 queue INFO 3 [731] -2014-12-15 15:31:40 queue INFO >3 [732] -2014-12-15 15:31:41 sendUrl INFO 3 [731] -2014-12-15 15:31:41 queue INFO 7 [733] -2014-12-15 15:31:41 sendUrl INFO 3 [732] -2014-12-15 15:31:41 queue INFO >7 [734] -2014-12-15 15:31:42 sendUrl INFO 7 [733] -2014-12-15 15:31:42 sendUrl INFO 7 [734] -2014-12-15 15:31:42 queue INFO 3 [735] -2014-12-15 15:31:42 queue INFO >3 [736] -2014-12-15 15:31:43 sendUrl INFO 3 [735] -2014-12-15 15:31:43 sendUrl INFO 3 [736] -2014-12-15 15:31:43 queue INFO 7 [737] -2014-12-15 15:31:44 queue INFO >7 [738] -2014-12-15 15:31:44 sendUrl INFO 7 [737] -2014-12-15 15:31:44 sendUrl INFO 7 [738] -2014-12-15 15:31:45 queue INFO 3 [739] -2014-12-15 15:31:45 queue INFO >3 [740] -2014-12-15 15:31:45 sendUrl INFO 3 [739] -2014-12-15 15:31:46 sendUrl INFO 3 [740] -2014-12-15 15:31:46 queue INFO 7 [741] -2014-12-15 15:31:46 sendUrl INFO 7 [741] -2014-12-15 15:31:46 queue INFO >7 [742] -2014-12-15 15:31:47 sendUrl INFO 7 [742] -2014-12-15 15:31:47 queue INFO 3 [743] -2014-12-15 15:31:47 queue INFO >3 [744] -2014-12-15 15:31:47 sendUrl INFO 3 [743] -2014-12-15 15:31:48 sendUrl INFO 3 [744] -2014-12-15 15:31:48 queue INFO 7 [745] -2014-12-15 15:31:48 sendUrl INFO 7 [745] -2014-12-15 15:31:48 queue INFO >7 [746] -2014-12-15 15:31:49 sendUrl INFO 7 [746] -2014-12-15 15:31:49 queue INFO 3 [747] -2014-12-15 15:31:49 sendUrl INFO 3 [747] -2014-12-15 15:31:49 queue INFO >3 [748] -2014-12-15 15:31:50 sendUrl INFO 3 [748] -2014-12-15 15:31:50 queue INFO 7 [749] -2014-12-15 15:31:51 queue INFO >7 [750] -2014-12-15 15:31:51 sendUrl INFO 7 [749] -2014-12-15 15:31:51 sendUrl INFO 7 [750] -2014-12-15 15:31:51 queue INFO 3 [751] -2014-12-15 15:31:52 queue INFO >3 [752] -2014-12-15 15:31:52 sendUrl INFO 3 [751] -2014-12-15 15:31:52 sendUrl INFO 3 [752] -2014-12-15 15:31:53 queue INFO 7 [753] -2014-12-15 15:31:53 queue INFO >7 [754] -2014-12-15 15:31:53 sendUrl INFO 7 [753] -2014-12-15 15:31:54 sendUrl INFO 7 [754] -2014-12-15 15:31:54 queue INFO 3 [755] -2014-12-15 15:31:54 queue INFO >3 [756] -2014-12-15 15:31:54 sendUrl INFO 3 [755] -2014-12-15 15:31:55 sendUrl INFO 3 [756] -2014-12-15 15:31:55 queue INFO 7 [757] -2014-12-15 15:31:55 sendUrl INFO 7 [757] -2014-12-15 15:31:55 queue INFO >7 [758] -2014-12-15 15:31:56 sendUrl INFO 7 [758] -2014-12-15 15:31:56 queue INFO 3 [759] -2014-12-15 15:31:57 queue INFO >3 [760] -2014-12-15 15:31:57 sendUrl INFO 3 [759] -2014-12-15 15:31:57 sendUrl INFO 3 [760] -2014-12-15 15:31:58 queue INFO 7 [761] -2014-12-15 15:31:58 sendUrl INFO 7 [761] -2014-12-15 15:31:58 queue INFO >7 [762] -2014-12-15 15:31:58 sendUrl INFO 7 [762] -2014-12-15 15:31:59 queue INFO 3 [763] -2014-12-15 15:31:59 sendUrl INFO 3 [763] -2014-12-15 15:31:59 queue INFO >3 [764] -2014-12-15 15:31:59 sendUrl INFO 3 [764] -2014-12-15 15:32:00 queue INFO 7 [765] -2014-12-15 15:32:00 sendUrl INFO 7 [765] -2014-12-15 15:32:00 queue INFO >7 [766] -2014-12-15 15:32:01 sendUrl INFO 7 [766] -2014-12-15 15:32:01 queue INFO 3 [767] -2014-12-15 15:32:02 queue INFO >3 [768] -2014-12-15 15:32:02 sendUrl INFO 3 [767] -2014-12-15 15:32:02 sendUrl INFO 3 [768] -2014-12-15 15:32:03 queue INFO 7 [769] -2014-12-15 15:32:03 sendUrl INFO 7 [769] -2014-12-15 15:32:03 queue INFO >7 [770] -2014-12-15 15:32:03 sendUrl INFO 7 [770] -2014-12-15 15:32:04 queue INFO 3 [771] -2014-12-15 15:32:04 queue INFO >3 [772] -2014-12-15 15:32:04 sendUrl INFO 3 [771] -2014-12-15 15:32:05 sendUrl INFO 3 [772] -2014-12-15 15:32:05 queue INFO 7 [773] -2014-12-15 15:32:05 queue INFO >7 [774] -2014-12-15 15:32:05 sendUrl INFO 7 [773] -2014-12-15 15:32:06 sendUrl INFO 7 [774] -2014-12-15 15:32:06 queue INFO 3 [775] -2014-12-15 15:32:06 queue INFO >3 [776] -2014-12-15 15:32:06 sendUrl INFO 3 [775] -2014-12-15 15:32:07 sendUrl INFO 3 [776] -2014-12-15 15:32:08 queue INFO 7 [777] -2014-12-15 15:32:08 queue INFO >7 [778] -2014-12-15 15:32:08 sendUrl INFO 7 [777] -2014-12-15 15:32:08 queue INFO 3 [779] -2014-12-15 15:32:08 sendUrl INFO 7 [778] -2014-12-15 15:32:09 queue INFO >3 [780] -2014-12-15 15:32:09 sendUrl INFO 3 [779] -2014-12-15 15:32:09 sendUrl INFO 3 [780] -2014-12-15 15:32:10 queue INFO 7 [781] -2014-12-15 15:32:10 sendUrl INFO 7 [781] -2014-12-15 15:32:10 queue INFO >7 [782] -2014-12-15 15:32:10 sendUrl INFO 7 [782] -2014-12-15 15:32:11 queue INFO 3 [783] -2014-12-15 15:32:11 queue INFO >3 [784] -2014-12-15 15:32:11 sendUrl INFO 3 [783] -2014-12-15 15:32:12 sendUrl INFO 3 [784] -2014-12-15 15:32:12 queue INFO 7 [785] -2014-12-15 15:32:13 queue INFO >7 [786] -2014-12-15 15:32:13 sendUrl INFO 7 [785] -2014-12-15 15:32:13 queue INFO 3 [787] -2014-12-15 15:32:13 sendUrl INFO 7 [786] -2014-12-15 15:32:14 queue INFO >3 [788] -2014-12-15 15:32:14 sendUrl INFO 3 [787] -2014-12-15 15:32:14 sendUrl INFO 3 [788] -2014-12-15 15:32:15 queue INFO 7 [789] -2014-12-15 15:32:15 sendUrl INFO 7 [789] -2014-12-15 15:32:15 queue INFO >7 [790] -2014-12-15 15:32:15 sendUrl INFO 7 [790] -2014-12-15 15:32:16 queue INFO 3 [791] -2014-12-15 15:32:16 queue INFO >3 [792] -2014-12-15 15:32:16 sendUrl INFO 3 [791] -2014-12-15 15:32:17 sendUrl INFO 3 [792] -2014-12-15 15:32:18 queue INFO 7 [793] -2014-12-15 15:32:18 queue INFO >7 [794] -2014-12-15 15:32:18 sendUrl INFO 7 [793] -2014-12-15 15:32:19 sendUrl INFO 7 [794] -2014-12-15 15:32:19 queue INFO 3 [795] -2014-12-15 15:32:19 queue INFO >3 [796] -2014-12-15 15:32:19 sendUrl INFO 3 [795] -2014-12-15 15:32:20 sendUrl INFO 3 [796] -2014-12-15 15:32:20 queue INFO 7 [797] -2014-12-15 15:32:20 sendUrl INFO 7 [797] -2014-12-15 15:32:20 queue INFO >7 [798] -2014-12-15 15:32:21 sendUrl INFO 7 [798] -2014-12-15 15:32:21 queue INFO 3 [799] -2014-12-15 15:32:21 queue INFO >3 [800] -2014-12-15 15:32:22 sendUrl INFO 3 [799] -2014-12-15 15:32:22 sendUrl INFO 3 [800] -2014-12-15 15:32:23 queue INFO 7 [801] -2014-12-15 15:32:23 queue INFO >7 [802] -2014-12-15 15:32:23 sendUrl INFO 7 [801] -2014-12-15 15:32:24 queue INFO 3 [803] -2014-12-15 15:32:24 sendUrl INFO 7 [802] -2014-12-15 15:32:24 queue INFO >3 [804] -2014-12-15 15:32:24 sendUrl INFO 3 [803] -2014-12-15 15:32:25 sendUrl INFO 3 [804] -2014-12-15 15:32:25 queue INFO 7 [805] -2014-12-15 15:32:25 sendUrl INFO 7 [805] -2014-12-15 15:32:25 queue INFO >7 [806] -2014-12-15 15:32:26 sendUrl INFO 7 [806] -2014-12-15 15:32:26 queue INFO 3 [807] -2014-12-15 15:32:26 queue INFO >3 [808] -2014-12-15 15:32:27 sendUrl INFO 3 [807] -2014-12-15 15:32:27 sendUrl INFO 3 [808] -2014-12-15 15:32:28 queue INFO 7 [809] -2014-12-15 15:32:28 queue INFO >7 [810] -2014-12-15 15:32:28 sendUrl INFO 7 [809] -2014-12-15 15:32:29 queue INFO 3 [811] -2014-12-15 15:32:29 sendUrl INFO 7 [810] -2014-12-15 15:32:29 queue INFO >3 [812] -2014-12-15 15:32:29 sendUrl INFO 3 [811] -2014-12-15 15:32:30 sendUrl INFO 3 [812] -2014-12-15 15:32:30 queue INFO 7 [813] -2014-12-15 15:32:30 sendUrl INFO 7 [813] -2014-12-15 15:32:30 queue INFO >7 [814] -2014-12-15 15:32:31 sendUrl INFO 7 [814] -2014-12-15 15:32:31 queue INFO 3 [815] -2014-12-15 15:32:31 sendUrl INFO 3 [815] -2014-12-15 15:32:31 queue INFO >3 [816] -2014-12-15 15:32:32 sendUrl INFO 3 [816] -2014-12-15 15:32:32 queue INFO 7 [817] -2014-12-15 15:32:33 queue INFO >7 [818] -2014-12-15 15:32:33 sendUrl INFO 7 [817] -2014-12-15 15:32:33 sendUrl INFO 7 [818] -2014-12-15 15:32:33 queue INFO 3 [819] -2014-12-15 15:32:34 queue INFO >3 [820] -2014-12-15 15:32:34 sendUrl INFO 3 [819] -2014-12-15 15:32:34 sendUrl INFO 3 [820] -2014-12-15 15:32:34 queue INFO 7 [821] -2014-12-15 15:32:35 queue INFO >7 [822] -2014-12-15 15:32:35 sendUrl INFO 7 [821] -2014-12-15 15:32:35 sendUrl INFO 7 [822] -2014-12-15 15:32:36 queue INFO 3 [823] -2014-12-15 15:32:36 queue INFO >3 [824] -2014-12-15 15:32:36 sendUrl INFO 3 [823] -2014-12-15 15:32:37 sendUrl INFO 3 [824] -2014-12-15 15:32:37 queue INFO 7 [825] -2014-12-15 15:32:37 queue INFO >7 [826] -2014-12-15 15:32:37 sendUrl INFO 7 [825] -2014-12-15 15:32:38 sendUrl INFO 7 [826] -2014-12-15 15:32:38 queue INFO 3 [827] -2014-12-15 15:32:38 queue INFO >3 [828] -2014-12-15 15:32:38 sendUrl INFO 3 [827] -2014-12-15 15:32:39 sendUrl INFO 3 [828] -2014-12-15 15:32:39 queue INFO 7 [829] -2014-12-15 15:32:39 queue INFO >7 [830] -2014-12-15 15:32:40 sendUrl INFO 7 [829] -2014-12-15 15:32:40 sendUrl INFO 7 [830] -2014-12-15 15:32:40 queue INFO 3 [831] -2014-12-15 15:32:41 queue INFO >3 [832] -2014-12-15 15:32:41 sendUrl INFO 3 [831] -2014-12-15 15:32:41 sendUrl INFO 3 [832] -2014-12-15 15:32:42 queue INFO 7 [833] -2014-12-15 15:32:42 queue INFO >7 [834] -2014-12-15 15:32:42 sendUrl INFO 7 [833] -2014-12-15 15:32:43 sendUrl INFO 7 [834] -2014-12-15 15:32:43 queue INFO 3 [835] -2014-12-15 15:32:43 queue INFO >3 [836] -2014-12-15 15:32:43 sendUrl INFO 3 [835] -2014-12-15 15:32:44 sendUrl INFO 3 [836] -2014-12-15 15:32:44 queue INFO 7 [837] -2014-12-15 15:32:45 queue INFO >7 [838] -2014-12-15 15:32:45 sendUrl INFO 7 [837] -2014-12-15 15:32:45 sendUrl INFO 7 [838] -2014-12-15 15:32:45 queue INFO 3 [839] -2014-12-15 15:32:46 queue INFO >3 [840] -2014-12-15 15:32:46 sendUrl INFO 3 [839] -2014-12-15 15:32:46 sendUrl INFO 3 [840] -2014-12-15 15:32:46 queue INFO 7 [841] -2014-12-15 15:32:47 queue INFO >7 [842] -2014-12-15 15:32:47 sendUrl INFO 7 [841] -2014-12-15 15:32:47 sendUrl INFO 7 [842] -2014-12-15 15:32:47 queue INFO 3 [843] -2014-12-15 15:32:48 queue INFO >3 [844] -2014-12-15 15:32:48 queue INFO 7 [845] -2014-12-15 15:32:48 sendUrl INFO 3 [843] -2014-12-15 15:32:48 queue INFO >7 [846] -2014-12-15 15:32:48 sendUrl INFO 3 [844] -2014-12-15 15:32:49 queue INFO 3 [847] -2014-12-15 15:32:49 sendUrl INFO 7 [845] -2014-12-15 15:32:49 queue INFO >3 [848] -2014-12-15 15:32:49 sendUrl INFO 7 [846] -2014-12-15 15:32:50 sendUrl INFO 3 [847] -2014-12-15 15:32:50 queue INFO 7 [849] -2014-12-15 15:32:50 sendUrl INFO 3 [848] -2014-12-15 15:32:50 queue INFO >7 [850] -2014-12-15 15:32:51 sendUrl INFO 7 [849] -2014-12-15 15:32:51 queue INFO 3 [851] -2014-12-15 15:32:51 sendUrl INFO 7 [850] -2014-12-15 15:32:52 queue INFO >3 [852] -2014-12-15 15:32:52 sendUrl INFO 3 [851] -2014-12-15 15:32:52 sendUrl INFO 3 [852] -2014-12-15 15:32:53 queue INFO 7 [853] -2014-12-15 15:32:53 sendUrl INFO 7 [853] -2014-12-15 15:32:53 queue INFO >7 [854] -2014-12-15 15:32:53 sendUrl INFO 7 [854] -2014-12-15 15:32:54 queue INFO 3 [855] -2014-12-15 15:32:54 queue INFO >3 [856] -2014-12-15 15:32:54 sendUrl INFO 3 [855] -2014-12-15 15:32:55 sendUrl INFO 3 [856] -2014-12-15 15:32:55 queue INFO 7 [857] -2014-12-15 15:32:56 queue INFO >7 [858] -2014-12-15 15:32:56 sendUrl INFO 7 [857] -2014-12-15 15:32:56 queue INFO 3 [859] -2014-12-15 15:32:56 queue INFO >3 [860] -2014-12-15 15:32:56 sendUrl INFO 7 [858] -2014-12-15 15:32:57 sendUrl INFO 3 [859] -2014-12-15 15:32:57 sendUrl INFO 3 [860] -2014-12-15 15:32:58 queue INFO 7 [861] -2014-12-15 15:32:58 queue INFO >7 [862] -2014-12-15 15:32:58 sendUrl INFO 7 [861] -2014-12-15 15:32:58 sendUrl INFO 7 [862] -2014-12-15 15:32:59 queue INFO 3 [863] -2014-12-15 15:32:59 queue INFO >3 [864] -2014-12-15 15:32:59 sendUrl INFO 3 [863] -2014-12-15 15:32:59 sendUrl INFO 3 [864] -2014-12-15 15:33:00 queue INFO 7 [865] -2014-12-15 15:33:00 queue INFO >7 [866] -2014-12-15 15:33:00 sendUrl INFO 7 [865] -2014-12-15 15:33:01 sendUrl INFO 7 [866] -2014-12-15 15:33:01 queue INFO 3 [867] -2014-12-15 15:33:01 queue INFO >3 [868] -2014-12-15 15:33:01 sendUrl INFO 3 [867] -2014-12-15 15:33:02 sendUrl INFO 3 [868] -2014-12-15 15:33:03 queue INFO 7 [869] -2014-12-15 15:33:03 queue INFO >7 [870] -2014-12-15 15:33:03 sendUrl INFO 7 [869] -2014-12-15 15:33:03 sendUrl INFO 7 [870] -2014-12-15 15:33:04 queue INFO 3 [871] -2014-12-15 15:33:04 queue INFO >3 [872] -2014-12-15 15:33:04 sendUrl INFO 3 [871] -2014-12-15 15:33:04 sendUrl INFO 3 [872] -2014-12-15 15:33:05 queue INFO 7 [873] -2014-12-15 15:33:05 queue INFO >7 [874] -2014-12-15 15:33:06 sendUrl INFO 7 [873] -2014-12-15 15:33:06 sendUrl INFO 7 [874] -2014-12-15 15:33:06 queue INFO 3 [875] -2014-12-15 15:33:06 queue INFO >3 [876] -2014-12-15 15:33:07 sendUrl INFO 3 [875] -2014-12-15 15:33:07 sendUrl INFO 3 [876] -2014-12-15 15:33:08 queue INFO 7 [877] -2014-12-15 15:33:08 queue INFO >7 [878] -2014-12-15 15:33:08 sendUrl INFO 7 [877] -2014-12-15 15:33:09 sendUrl INFO 7 [878] -2014-12-15 15:33:09 queue INFO 3 [879] -2014-12-15 15:33:09 sendUrl INFO 3 [879] -2014-12-15 15:33:09 queue INFO >3 [880] -2014-12-15 15:33:10 sendUrl INFO 3 [880] -2014-12-15 15:33:11 queue INFO 7 [881] -2014-12-15 15:33:11 queue INFO >7 [882] -2014-12-15 15:33:11 sendUrl INFO 7 [881] -2014-12-15 15:33:12 queue INFO 3 [883] -2014-12-15 15:33:12 sendUrl INFO 7 [882] -2014-12-15 15:33:12 queue INFO >3 [884] -2014-12-15 15:33:12 sendUrl INFO 3 [883] -2014-12-15 15:33:13 sendUrl INFO 3 [884] -2014-12-15 15:33:13 queue INFO 7 [885] -2014-12-15 15:33:13 sendUrl INFO 7 [885] -2014-12-15 15:33:13 queue INFO >7 [886] -2014-12-15 15:33:14 sendUrl INFO 7 [886] -2014-12-15 15:33:14 queue INFO 3 [887] -2014-12-15 15:33:15 queue INFO >3 [888] -2014-12-15 15:33:15 sendUrl INFO 3 [887] -2014-12-15 15:33:15 sendUrl INFO 3 [888] -2014-12-15 15:33:16 queue INFO 7 [889] -2014-12-15 15:33:16 queue INFO >7 [890] -2014-12-15 15:33:16 sendUrl INFO 7 [889] -2014-12-15 15:33:17 sendUrl INFO 7 [890] -2014-12-15 15:33:17 queue INFO 3 [891] -2014-12-15 15:33:17 sendUrl INFO 3 [891] -2014-12-15 15:33:17 queue INFO >3 [892] -2014-12-15 15:33:18 sendUrl INFO 3 [892] -2014-12-15 15:33:19 queue INFO 7 [893] -2014-12-15 15:33:19 queue INFO >7 [894] -2014-12-15 15:33:19 sendUrl INFO 7 [893] -2014-12-15 15:33:20 sendUrl INFO 7 [894] -2014-12-15 15:33:20 queue INFO 3 [895] -2014-12-15 15:33:20 sendUrl INFO 3 [895] -2014-12-15 15:33:20 queue INFO >3 [896] -2014-12-15 15:33:21 sendUrl INFO 3 [896] -2014-12-15 15:33:21 queue INFO 7 [897] -2014-12-15 15:33:22 queue INFO >7 [898] -2014-12-15 15:33:22 sendUrl INFO 7 [897] -2014-12-15 15:33:22 sendUrl INFO 7 [898] -2014-12-15 15:33:23 queue INFO 3 [899] -2014-12-15 15:33:23 sendUrl INFO 3 [899] -2014-12-15 15:33:23 queue INFO >3 [900] -2014-12-15 15:33:23 sendUrl INFO 3 [900] -2014-12-15 15:33:24 queue INFO 7 [901] -2014-12-15 15:33:25 queue INFO >7 [902] -2014-12-15 15:33:25 sendUrl INFO 7 [901] -2014-12-15 15:33:25 sendUrl INFO 7 [902] -2014-12-15 15:33:26 queue INFO 3 [903] -2014-12-15 15:33:26 queue INFO >3 [904] -2014-12-15 15:33:26 sendUrl INFO 3 [903] -2014-12-15 15:33:27 sendUrl INFO 3 [904] -2014-12-15 15:33:27 queue INFO 7 [905] -2014-12-15 15:33:27 queue INFO >7 [906] -2014-12-15 15:33:28 sendUrl INFO 7 [905] -2014-12-15 15:33:28 queue INFO 3 [907] -2014-12-15 15:33:28 sendUrl INFO 7 [906] -2014-12-15 15:33:28 queue INFO >3 [908] -2014-12-15 15:33:29 sendUrl INFO 3 [907] -2014-12-15 15:33:29 sendUrl INFO 3 [908] -2014-12-15 15:33:30 queue INFO 7 [909] -2014-12-15 15:33:30 queue INFO >7 [910] -2014-12-15 15:33:30 sendUrl INFO 7 [909] -2014-12-15 15:33:31 sendUrl INFO 7 [910] -2014-12-15 15:33:31 queue INFO 3 [911] -2014-12-15 15:33:31 queue INFO >3 [912] -2014-12-15 15:33:31 sendUrl INFO 3 [911] -2014-12-15 15:33:32 sendUrl INFO 3 [912] -2014-12-15 15:33:33 queue INFO 7 [913] -2014-12-15 15:33:33 sendUrl INFO 7 [913] -2014-12-15 15:33:33 queue INFO >7 [914] -2014-12-15 15:33:33 sendUrl INFO 7 [914] -2014-12-15 15:33:34 queue INFO 3 [915] -2014-12-15 15:33:34 queue INFO >3 [916] -2014-12-15 15:33:34 sendUrl INFO 3 [915] -2014-12-15 15:33:35 sendUrl INFO 3 [916] -2014-12-15 15:33:35 queue INFO 7 [917] -2014-12-15 15:33:36 queue INFO >7 [918] -2014-12-15 15:33:36 sendUrl INFO 7 [917] -2014-12-15 15:33:36 sendUrl INFO 7 [918] -2014-12-15 15:33:37 queue INFO 3 [919] -2014-12-15 15:33:37 sendUrl INFO 3 [919] -2014-12-15 15:33:37 queue INFO >3 [920] -2014-12-15 15:33:37 sendUrl INFO 3 [920] -2014-12-15 15:33:39 queue INFO 7 [921] -2014-12-15 15:33:39 queue INFO >7 [922] -2014-12-15 15:33:39 sendUrl INFO 7 [921] -2014-12-15 15:33:39 sendUrl INFO 7 [922] -2014-12-15 15:33:40 queue INFO 3 [923] -2014-12-15 15:33:40 sendUrl INFO 3 [923] -2014-12-15 15:33:40 queue INFO >3 [924] -2014-12-15 15:33:40 sendUrl INFO 3 [924] -2014-12-15 15:33:41 queue INFO 7 [925] -2014-12-15 15:33:42 queue INFO >7 [926] -2014-12-15 15:33:42 sendUrl INFO 7 [925] -2014-12-15 15:33:42 queue INFO 3 [927] -2014-12-15 15:33:42 sendUrl INFO 7 [926] -2014-12-15 15:33:43 queue INFO >3 [928] -2014-12-15 15:33:43 sendUrl INFO 3 [927] -2014-12-15 15:33:43 sendUrl INFO 3 [928] -2014-12-15 15:33:44 queue INFO 7 [929] -2014-12-15 15:33:44 queue INFO >7 [930] -2014-12-15 15:33:44 sendUrl INFO 7 [929] -2014-12-15 15:33:44 sendUrl INFO 7 [930] -2014-12-15 15:33:45 queue INFO 3 [931] -2014-12-15 15:33:45 queue INFO >3 [932] -2014-12-15 15:33:45 sendUrl INFO 3 [931] -2014-12-15 15:33:46 sendUrl INFO 3 [932] -2014-12-15 15:33:47 queue INFO 7 [933] -2014-12-15 15:33:47 queue INFO >7 [934] -2014-12-15 15:33:47 sendUrl INFO 7 [933] -2014-12-15 15:33:47 sendUrl INFO 7 [934] -2014-12-15 15:33:48 queue INFO 3 [935] -2014-12-15 15:33:48 sendUrl INFO 3 [935] -2014-12-15 15:33:48 queue INFO >3 [936] -2014-12-15 15:33:48 sendUrl INFO 3 [936] -2014-12-15 15:33:49 queue INFO 7 [937] -2014-12-15 15:33:49 queue INFO >7 [938] -2014-12-15 15:33:49 sendUrl INFO 7 [937] -2014-12-15 15:33:50 sendUrl INFO 7 [938] -2014-12-15 15:33:51 queue INFO 3 [939] -2014-12-15 15:33:51 queue INFO >3 [940] -2014-12-15 15:33:51 sendUrl INFO 3 [939] -2014-12-15 15:33:51 sendUrl INFO 3 [940] -2014-12-15 15:33:52 queue INFO 7 [941] -2014-12-15 15:33:52 queue INFO >7 [942] -2014-12-15 15:33:52 sendUrl INFO 7 [941] -2014-12-15 15:33:53 sendUrl INFO 7 [942] -2014-12-15 15:33:53 queue INFO 3 [943] -2014-12-15 15:33:53 queue INFO >3 [944] -2014-12-15 15:33:53 sendUrl INFO 3 [943] -2014-12-15 15:33:54 sendUrl INFO 3 [944] -2014-12-15 15:33:55 queue INFO 7 [945] -2014-12-15 15:33:55 queue INFO >7 [946] -2014-12-15 15:33:55 sendUrl INFO 7 [945] -2014-12-15 15:33:56 sendUrl INFO 7 [946] -2014-12-15 15:33:56 queue INFO 3 [947] -2014-12-15 15:33:56 queue INFO >3 [948] -2014-12-15 15:33:56 sendUrl INFO 3 [947] -2014-12-15 15:33:57 sendUrl INFO 3 [948] -2014-12-15 15:33:57 queue INFO 7 [949] -2014-12-15 15:33:57 queue INFO >7 [950] -2014-12-15 15:33:58 sendUrl INFO 7 [949] -2014-12-15 15:33:58 sendUrl INFO 7 [950] -2014-12-15 15:33:58 queue INFO 3 [951] -2014-12-15 15:33:58 queue INFO >3 [952] -2014-12-15 15:33:59 sendUrl INFO 3 [951] -2014-12-15 15:33:59 sendUrl INFO 3 [952] -2014-12-15 15:34:00 queue INFO 7 [953] -2014-12-15 15:34:00 queue INFO >7 [954] -2014-12-15 15:34:00 sendUrl INFO 7 [953] -2014-12-15 15:34:01 sendUrl INFO 7 [954] -2014-12-15 15:34:01 queue INFO 3 [955] -2014-12-15 15:34:01 sendUrl INFO 3 [955] -2014-12-15 15:34:01 queue INFO >3 [956] -2014-12-15 15:34:02 sendUrl INFO 3 [956] -2014-12-15 15:34:02 queue INFO 7 [957] -2014-12-15 15:34:03 sendUrl INFO 7 [957] -2014-12-15 15:34:03 queue INFO >7 [958] -2014-12-15 15:34:03 sendUrl INFO 7 [958] -2014-12-15 15:34:04 queue INFO 3 [959] -2014-12-15 15:34:04 queue INFO >3 [960] -2014-12-15 15:34:04 sendUrl INFO 3 [959] -2014-12-15 15:34:05 sendUrl INFO 3 [960] -2014-12-15 15:34:05 queue INFO 7 [961] -2014-12-15 15:34:06 queue INFO >7 [962] -2014-12-15 15:34:06 sendUrl INFO 7 [961] -2014-12-15 15:34:06 sendUrl INFO 7 [962] -2014-12-15 15:34:07 queue INFO 3 [963] -2014-12-15 15:34:07 sendUrl INFO 3 [963] -2014-12-15 15:34:07 queue INFO >3 [964] -2014-12-15 15:34:07 sendUrl INFO 3 [964] -2014-12-15 15:34:08 queue INFO 7 [965] -2014-12-15 15:34:08 sendUrl INFO 7 [965] -2014-12-15 15:34:08 queue INFO >7 [966] -2014-12-15 15:34:08 sendUrl INFO 7 [966] -2014-12-15 15:34:08 queue INFO 3 [967] -2014-12-15 15:34:09 queue INFO >3 [968] -2014-12-15 15:34:09 sendUrl INFO 3 [967] -2014-12-15 15:34:09 sendUrl INFO 3 [968] -2014-12-15 15:34:10 queue INFO 7 [969] -2014-12-15 15:34:10 queue INFO >7 [970] -2014-12-15 15:34:10 sendUrl INFO 7 [969] -2014-12-15 15:34:11 sendUrl INFO 7 [970] -2014-12-15 15:34:11 queue INFO 3 [971] -2014-12-15 15:34:11 queue INFO >3 [972] -2014-12-15 15:34:12 sendUrl INFO 3 [971] -2014-12-15 15:34:12 sendUrl INFO 3 [972] -2014-12-15 15:34:12 queue INFO 7 [973] -2014-12-15 15:34:13 queue INFO >7 [974] -2014-12-15 15:34:13 sendUrl INFO 7 [973] -2014-12-15 15:34:13 sendUrl INFO 7 [974] -2014-12-15 15:34:13 queue INFO 3 [975] -2014-12-15 15:34:14 queue INFO >3 [976] -2014-12-15 15:34:14 sendUrl INFO 3 [975] -2014-12-15 15:34:14 sendUrl INFO 3 [976] -2014-12-15 15:34:15 queue INFO 7 [977] -2014-12-15 15:34:15 queue INFO >7 [978] -2014-12-15 15:34:15 sendUrl INFO 7 [977] -2014-12-15 15:34:16 sendUrl INFO 7 [978] -2014-12-15 15:34:16 queue INFO 3 [979] -2014-12-15 15:34:16 queue INFO >3 [980] -2014-12-15 15:34:16 sendUrl INFO 3 [979] -2014-12-15 15:34:17 sendUrl INFO 3 [980] -2014-12-15 15:34:18 queue INFO 7 [981] -2014-12-15 15:34:18 sendUrl INFO 7 [981] -2014-12-15 15:34:18 queue INFO >7 [982] -2014-12-15 15:34:18 sendUrl INFO 7 [982] -2014-12-15 15:34:19 queue INFO 3 [983] -2014-12-15 15:34:19 queue INFO >3 [984] -2014-12-15 15:34:19 sendUrl INFO 3 [983] -2014-12-15 15:34:20 sendUrl INFO 3 [984] -2014-12-15 15:34:21 queue INFO 7 [985] -2014-12-15 15:34:21 sendUrl INFO 7 [985] -2014-12-15 15:34:21 queue INFO >7 [986] -2014-12-15 15:34:21 sendUrl INFO 7 [986] -2014-12-15 15:34:22 queue INFO 3 [987] -2014-12-15 15:34:22 queue INFO >3 [988] -2014-12-15 15:34:22 sendUrl INFO 3 [987] -2014-12-15 15:34:23 sendUrl INFO 3 [988] -2014-12-15 15:34:23 queue INFO 7 [989] -2014-12-15 15:34:24 queue INFO >7 [990] -2014-12-15 15:34:24 sendUrl INFO 7 [989] -2014-12-15 15:34:24 sendUrl INFO 7 [990] -2014-12-15 15:34:25 queue INFO 3 [991] -2014-12-15 15:34:25 sendUrl INFO 3 [991] -2014-12-15 15:34:25 queue INFO >3 [992] -2014-12-15 15:34:25 sendUrl INFO 3 [992] -2014-12-15 15:34:26 queue INFO 7 [993] -2014-12-15 15:34:26 queue INFO >7 [994] -2014-12-15 15:34:26 sendUrl INFO 7 [993] -2014-12-15 15:34:27 sendUrl INFO 7 [994] -2014-12-15 15:34:27 queue INFO 3 [995] -2014-12-15 15:34:28 queue INFO >3 [996] -2014-12-15 15:34:28 sendUrl INFO 3 [995] -2014-12-15 15:34:28 sendUrl INFO 3 [996] -2014-12-15 15:34:29 queue INFO 7 [997] -2014-12-15 15:34:29 queue INFO >7 [998] -2014-12-15 15:34:29 sendUrl INFO 7 [997] -2014-12-15 15:34:30 sendUrl INFO 7 [998] -2014-12-15 15:34:30 queue INFO 3 [999] -2014-12-15 15:34:30 queue INFO >3 [0] -2014-12-15 15:34:30 sendUrl INFO 3 [999] -2014-12-15 15:34:31 sendUrl INFO 3 [0] -2014-12-15 15:34:32 queue INFO 7 [1] -2014-12-15 15:34:32 queue INFO >7 [2] -2014-12-15 15:34:32 sendUrl INFO 7 [1] -2014-12-15 15:34:32 sendUrl INFO 7 [2] -2014-12-15 15:34:33 queue INFO 3 [3] -2014-12-15 15:34:33 sendUrl INFO 3 [3] -2014-12-15 15:34:33 queue INFO >3 [4] -2014-12-15 15:34:33 sendUrl INFO 3 [4] -2014-12-15 15:34:34 queue INFO 7 [5] -2014-12-15 15:34:34 queue INFO >7 [6] -2014-12-15 15:34:34 sendUrl INFO 7 [5] -2014-12-15 15:34:35 sendUrl INFO 7 [6] -2014-12-15 15:34:35 queue INFO 3 [7] -2014-12-15 15:34:35 queue INFO >3 [8] -2014-12-15 15:34:35 sendUrl INFO 3 [7] -2014-12-15 15:34:36 sendUrl INFO 3 [8] -2014-12-15 15:34:37 queue INFO 7 [9] -2014-12-15 15:34:37 queue INFO >7 [10] -2014-12-15 15:34:37 sendUrl INFO 7 [9] -2014-12-15 15:34:37 sendUrl INFO 7 [10] -2014-12-15 15:34:38 queue INFO 3 [11] -2014-12-15 15:34:38 queue INFO >3 [12] -2014-12-15 15:34:38 sendUrl INFO 3 [11] -2014-12-15 15:34:38 sendUrl INFO 3 [12] -2014-12-15 15:34:39 queue INFO 7 [13] -2014-12-15 15:34:39 queue INFO >7 [14] -2014-12-15 15:34:39 sendUrl INFO 7 [13] -2014-12-15 15:34:40 sendUrl INFO 7 [14] -2014-12-15 15:34:40 queue INFO 3 [15] -2014-12-15 15:34:40 queue INFO >3 [16] -2014-12-15 15:34:40 sendUrl INFO 3 [15] -2014-12-15 15:34:41 sendUrl INFO 3 [16] -2014-12-15 15:34:41 queue INFO 7 [17] -2014-12-15 15:34:41 queue INFO >7 [18] -2014-12-15 15:34:41 sendUrl INFO 7 [17] -2014-12-15 15:34:42 queue INFO 3 [19] -2014-12-15 15:34:42 queue INFO >3 [20] -2014-12-15 15:34:42 sendUrl INFO 7 [18] -2014-12-15 15:34:42 sendUrl INFO 3 [19] -2014-12-15 15:34:43 queue INFO 7 [21] -2014-12-15 15:34:43 sendUrl INFO 3 [20] -2014-12-15 15:34:43 queue INFO >7 [22] -2014-12-15 15:34:43 sendUrl INFO 7 [21] -2014-12-15 15:34:44 sendUrl INFO 7 [22] -2014-12-15 15:34:44 queue INFO 3 [23] -2014-12-15 15:34:44 queue INFO >3 [24] -2014-12-15 15:34:45 sendUrl INFO 3 [23] -2014-12-15 15:34:45 sendUrl INFO 3 [24] -2014-12-15 15:34:46 queue INFO 7 [25] -2014-12-15 15:34:46 sendUrl INFO 7 [25] -2014-12-15 15:34:46 queue INFO >7 [26] -2014-12-15 15:34:47 sendUrl INFO 7 [26] -2014-12-15 15:34:47 queue INFO 3 [27] -2014-12-15 15:34:47 queue INFO >3 [28] -2014-12-15 15:34:48 sendUrl INFO 3 [27] -2014-12-15 15:34:48 sendUrl INFO 3 [28] -2014-12-15 15:34:49 queue INFO 7 [29] -2014-12-15 15:34:49 queue INFO >7 [30] -2014-12-15 15:34:49 sendUrl INFO 7 [29] -2014-12-15 15:34:50 sendUrl INFO 7 [30] -2014-12-15 15:34:50 queue INFO 3 [31] -2014-12-15 15:34:50 queue INFO >3 [32] -2014-12-15 15:34:51 sendUrl INFO 3 [31] -2014-12-15 15:34:51 sendUrl INFO 3 [32] -2014-12-15 15:34:52 queue INFO 7 [33] -2014-12-15 15:34:52 queue INFO >7 [34] -2014-12-15 15:34:53 sendUrl INFO 7 [33] -2014-12-15 15:34:53 sendUrl INFO 7 [34] -2014-12-15 15:34:53 queue INFO 3 [35] -2014-12-15 15:34:53 queue INFO >3 [36] -2014-12-15 15:34:54 sendUrl INFO 3 [35] -2014-12-15 15:34:54 sendUrl INFO 3 [36] -2014-12-15 15:34:55 queue INFO 7 [37] -2014-12-15 15:34:55 queue INFO >7 [38] -2014-12-15 15:34:55 sendUrl INFO 7 [37] -2014-12-15 15:34:56 sendUrl INFO 7 [38] -2014-12-15 15:34:56 queue INFO 3 [39] -2014-12-15 15:34:56 queue INFO >3 [40] -2014-12-15 15:34:57 sendUrl INFO 3 [39] -2014-12-15 15:34:57 sendUrl INFO 3 [40] -2014-12-15 15:34:58 queue INFO 7 [41] -2014-12-15 15:34:58 queue INFO >7 [42] -2014-12-15 15:34:58 sendUrl INFO 7 [41] -2014-12-15 15:34:59 sendUrl INFO 7 [42] -2014-12-15 15:34:59 queue INFO 3 [43] -2014-12-15 15:35:00 queue INFO >3 [44] -2014-12-15 15:35:00 sendUrl INFO 3 [43] -2014-12-15 15:35:00 sendUrl INFO 3 [44] -2014-12-15 15:35:01 queue INFO 7 [45] -2014-12-15 15:35:01 queue INFO >7 [46] -2014-12-15 15:35:02 sendUrl INFO 7 [45] -2014-12-15 15:35:02 sendUrl INFO 7 [46] -2014-12-15 15:35:02 queue INFO 3 [47] -2014-12-15 15:35:03 queue INFO >3 [48] -2014-12-15 15:35:03 sendUrl INFO 3 [47] -2014-12-15 15:35:03 sendUrl INFO 3 [48] -2014-12-15 15:35:04 queue INFO 7 [49] -2014-12-15 15:35:04 queue INFO >7 [50] -2014-12-15 15:35:05 sendUrl INFO 7 [49] -2014-12-15 15:35:05 sendUrl INFO 7 [50] -2014-12-15 15:35:05 queue INFO 3 [51] -2014-12-15 15:35:06 queue INFO >3 [52] -2014-12-15 15:35:06 sendUrl INFO 3 [51] -2014-12-15 15:35:06 sendUrl INFO 3 [52] -2014-12-15 15:35:07 queue INFO 7 [53] -2014-12-15 15:35:07 queue INFO >7 [54] -2014-12-15 15:35:08 sendUrl INFO 7 [53] -2014-12-15 15:35:08 sendUrl INFO 7 [54] -2014-12-15 15:35:09 queue INFO 3 [55] -2014-12-15 15:35:09 sendUrl INFO 3 [55] -2014-12-15 15:35:09 queue INFO >3 [56] -2014-12-15 15:35:09 sendUrl INFO 3 [56] -2014-12-15 15:35:10 queue INFO 7 [57] -2014-12-15 15:35:10 queue INFO >7 [58] -2014-12-15 15:35:11 sendUrl INFO 7 [57] -2014-12-15 15:35:11 sendUrl INFO 7 [58] -2014-12-15 15:35:12 queue INFO 3 [59] -2014-12-15 15:35:12 sendUrl INFO 3 [59] -2014-12-15 15:35:12 queue INFO >3 [60] -2014-12-15 15:35:12 sendUrl INFO 3 [60] -2014-12-15 15:35:13 queue INFO 7 [61] -2014-12-15 15:35:13 queue INFO >7 [62] -2014-12-15 15:35:14 sendUrl INFO 7 [61] -2014-12-15 15:35:14 sendUrl INFO 7 [62] -2014-12-15 15:35:15 queue INFO 3 [63] -2014-12-15 15:35:15 sendUrl INFO 3 [63] -2014-12-15 15:35:15 queue INFO >3 [64] -2014-12-15 15:35:15 sendUrl INFO 3 [64] -2014-12-15 15:35:16 queue INFO 7 [65] -2014-12-15 15:35:17 queue INFO >7 [66] -2014-12-15 15:35:17 sendUrl INFO 7 [65] -2014-12-15 15:35:17 sendUrl INFO 7 [66] -2014-12-15 15:35:18 queue INFO 3 [67] -2014-12-15 15:35:18 queue INFO >3 [68] -2014-12-15 15:35:18 sendUrl INFO 3 [67] -2014-12-15 15:35:19 sendUrl INFO 3 [68] -2014-12-15 15:35:19 queue INFO 7 [69] -2014-12-15 15:35:20 queue INFO >7 [70] -2014-12-15 15:35:20 sendUrl INFO 7 [69] -2014-12-15 15:35:20 sendUrl INFO 7 [70] -2014-12-15 15:35:21 queue INFO 3 [71] -2014-12-15 15:35:21 queue INFO >3 [72] -2014-12-15 15:35:21 sendUrl INFO 3 [71] -2014-12-15 15:35:22 sendUrl INFO 3 [72] -2014-12-15 15:35:22 queue INFO 7 [73] -2014-12-15 15:35:22 queue INFO >7 [74] -2014-12-15 15:35:22 sendUrl INFO 7 [73] -2014-12-15 15:35:23 sendUrl INFO 7 [74] -2014-12-15 15:35:24 queue INFO 3 [75] -2014-12-15 15:35:25 queue INFO >3 [76] -2014-12-15 15:35:25 queue INFO 7 [77] -2014-12-15 15:35:25 sendUrl INFO 3 [75] -2014-12-15 15:35:25 queue INFO >7 [78] -2014-12-15 15:35:25 sendUrl INFO 3 [76] -2014-12-15 15:35:26 sendUrl INFO 7 [77] -2014-12-15 15:35:26 sendUrl INFO 7 [78] -2014-12-15 15:35:28 queue INFO 3 [79] -2014-12-15 15:35:28 queue INFO >3 [80] -2014-12-15 15:35:28 sendUrl INFO 3 [79] -2014-12-15 15:35:29 sendUrl INFO 3 [80] -2014-12-15 15:35:30 queue INFO 7 [81] -2014-12-15 15:35:30 queue INFO >7 [82] -2014-12-15 15:35:30 sendUrl INFO 7 [81] -2014-12-15 15:35:31 sendUrl INFO 7 [82] -2014-12-15 15:35:31 queue INFO 3 [83] -2014-12-15 15:35:31 queue INFO >3 [84] -2014-12-15 15:35:31 sendUrl INFO 3 [83] -2014-12-15 15:35:32 sendUrl INFO 3 [84] -2014-12-15 15:35:33 queue INFO 7 [85] -2014-12-15 15:35:33 queue INFO >7 [86] -2014-12-15 15:35:33 sendUrl INFO 7 [85] -2014-12-15 15:35:34 sendUrl INFO 7 [86] -2014-12-15 15:35:35 queue INFO 3 [87] -2014-12-15 15:35:35 queue INFO >3 [88] -2014-12-15 15:35:35 sendUrl INFO 3 [87] -2014-12-15 15:35:35 sendUrl INFO 3 [88] -2014-12-15 15:35:37 queue INFO 7 [89] -2014-12-15 15:35:37 queue INFO >7 [90] -2014-12-15 15:35:37 sendUrl INFO 7 [89] -2014-12-15 15:35:37 sendUrl INFO 7 [90] -2014-12-15 15:35:38 queue INFO 3 [91] -2014-12-15 15:35:38 queue INFO >3 [92] -2014-12-15 15:35:39 sendUrl INFO 3 [91] -2014-12-15 15:35:39 sendUrl INFO 3 [92] -2014-12-15 15:35:40 queue INFO 7 [93] -2014-12-15 15:35:40 queue INFO >7 [94] -2014-12-15 15:35:41 sendUrl INFO 7 [93] -2014-12-15 15:35:41 sendUrl INFO 7 [94] -2014-12-15 15:35:42 queue INFO 3 [95] -2014-12-15 15:35:42 queue INFO >3 [96] -2014-12-15 15:35:42 sendUrl INFO 3 [95] -2014-12-15 15:35:43 sendUrl INFO 3 [96] -2014-12-15 15:35:43 queue INFO 7 [97] -2014-12-15 15:35:43 queue INFO >7 [98] -2014-12-15 15:35:44 sendUrl INFO 7 [97] -2014-12-15 15:35:44 sendUrl INFO 7 [98] -2014-12-15 15:35:45 queue INFO 3 [99] -2014-12-15 15:35:45 queue INFO >3 [100] -2014-12-15 15:35:45 sendUrl INFO 3 [99] -2014-12-15 15:35:46 sendUrl INFO 3 [100] -2014-12-15 15:35:47 queue INFO 7 [101] -2014-12-15 15:35:47 queue INFO >7 [102] -2014-12-15 15:35:47 sendUrl INFO 7 [101] -2014-12-15 15:35:48 sendUrl INFO 7 [102] -2014-12-15 15:35:48 queue INFO 3 [103] -2014-12-15 15:35:48 queue INFO >3 [104] -2014-12-15 15:35:49 sendUrl INFO 3 [103] -2014-12-15 15:35:49 sendUrl INFO 3 [104] -2014-12-15 15:35:50 queue INFO 7 [105] -2014-12-15 15:35:50 queue INFO >7 [106] -2014-12-15 15:35:50 sendUrl INFO 7 [105] -2014-12-15 15:35:51 sendUrl INFO 7 [106] -2014-12-15 15:35:51 queue INFO 3 [107] -2014-12-15 15:35:52 sendUrl INFO 3 [107] -2014-12-15 15:35:52 queue INFO >3 [108] -2014-12-15 15:35:52 sendUrl INFO 3 [108] -2014-12-15 15:35:53 queue INFO 7 [109] -2014-12-15 15:35:53 queue INFO >7 [110] -2014-12-15 15:35:54 sendUrl INFO 7 [109] -2014-12-15 15:35:54 sendUrl INFO 7 [110] -2014-12-15 15:35:55 queue INFO 3 [111] -2014-12-15 15:35:55 queue INFO >3 [112] -2014-12-15 15:35:55 sendUrl INFO 3 [111] -2014-12-15 15:35:56 sendUrl INFO 3 [112] -2014-12-15 15:35:56 queue INFO 7 [113] -2014-12-15 15:35:56 queue INFO >7 [114] -2014-12-15 15:35:56 sendUrl INFO 7 [113] -2014-12-15 15:35:56 queue INFO 3 [115] -2014-12-15 15:35:57 queue INFO >3 [116] -2014-12-15 15:35:57 sendUrl INFO 7 [114] -2014-12-15 15:35:57 sendUrl INFO 3 [115] -2014-12-15 15:35:58 sendUrl INFO 3 [116] -2014-12-15 15:35:58 queue INFO 7 [117] -2014-12-15 15:35:58 sendUrl INFO 7 [117] -2014-12-15 15:35:58 queue INFO >7 [118] -2014-12-15 15:35:59 sendUrl INFO 7 [118] -2014-12-15 15:36:00 queue INFO 3 [119] -2014-12-15 15:36:00 queue INFO >3 [120] -2014-12-15 15:36:00 sendUrl INFO 3 [119] -2014-12-15 15:36:01 sendUrl INFO 3 [120] -2014-12-15 15:36:02 queue INFO 7 [121] -2014-12-15 15:36:02 queue INFO >7 [122] -2014-12-15 15:36:02 sendUrl INFO 7 [121] -2014-12-15 15:36:02 sendUrl INFO 7 [122] -2014-12-15 15:36:03 queue INFO 3 [123] -2014-12-15 15:36:03 queue INFO >3 [124] -2014-12-15 15:36:03 sendUrl INFO 3 [123] -2014-12-15 15:36:04 sendUrl INFO 3 [124] -2014-12-15 15:36:05 queue INFO 7 [125] -2014-12-15 15:36:05 queue INFO >7 [126] -2014-12-15 15:36:05 sendUrl INFO 7 [125] -2014-12-15 15:36:06 sendUrl INFO 7 [126] -2014-12-15 15:36:06 queue INFO 3 [127] -2014-12-15 15:36:06 sendUrl INFO 3 [127] -2014-12-15 15:36:06 queue INFO >3 [128] -2014-12-15 15:36:07 sendUrl INFO 3 [128] -2014-12-15 15:36:08 queue INFO 7 [129] -2014-12-15 15:36:08 queue INFO >7 [130] -2014-12-15 15:36:08 sendUrl INFO 7 [129] -2014-12-15 15:36:09 sendUrl INFO 7 [130] -2014-12-15 15:36:09 queue INFO 3 [131] -2014-12-15 15:36:09 sendUrl INFO 3 [131] -2014-12-15 15:36:09 queue INFO >3 [132] -2014-12-15 15:36:10 sendUrl INFO 3 [132] -2014-12-15 15:36:11 queue INFO 7 [133] -2014-12-15 15:36:11 sendUrl INFO 7 [133] -2014-12-15 15:36:11 queue INFO >7 [134] -2014-12-15 15:36:12 sendUrl INFO 7 [134] -2014-12-15 15:36:13 queue INFO 3 [135] -2014-12-15 15:36:13 queue INFO >3 [136] -2014-12-15 15:36:13 sendUrl INFO 3 [135] -2014-12-15 15:36:13 sendUrl INFO 3 [136] -2014-12-15 15:36:14 queue INFO 7 [137] -2014-12-15 15:36:15 queue INFO >7 [138] -2014-12-15 15:36:15 sendUrl INFO 7 [137] -2014-12-15 15:36:15 sendUrl INFO 7 [138] -2014-12-15 15:36:16 queue INFO 3 [139] -2014-12-15 15:36:16 queue INFO >3 [140] -2014-12-15 15:36:16 sendUrl INFO 3 [139] -2014-12-15 15:36:17 sendUrl INFO 3 [140] -2014-12-15 15:36:18 queue INFO 7 [141] -2014-12-15 15:36:18 queue INFO >7 [142] -2014-12-15 15:36:18 sendUrl INFO 7 [141] -2014-12-15 15:36:19 sendUrl INFO 7 [142] -2014-12-15 15:36:19 queue INFO 3 [143] -2014-12-15 15:36:20 queue INFO >3 [144] -2014-12-15 15:36:20 sendUrl INFO 3 [143] -2014-12-15 15:36:20 sendUrl INFO 3 [144] -2014-12-15 15:36:21 queue INFO 7 [145] -2014-12-15 15:36:21 sendUrl INFO 7 [145] -2014-12-15 15:36:21 queue INFO >7 [146] -2014-12-15 15:36:22 sendUrl INFO 7 [146] -2014-12-15 15:36:23 queue INFO 3 [147] -2014-12-15 15:36:23 queue INFO >3 [148] -2014-12-15 15:36:23 sendUrl INFO 3 [147] -2014-12-15 15:36:24 sendUrl INFO 3 [148] -2014-12-15 15:36:25 queue INFO 7 [149] -2014-12-15 15:36:25 queue INFO >7 [150] -2014-12-15 15:36:25 sendUrl INFO 7 [149] -2014-12-15 15:36:26 sendUrl INFO 7 [150] -2014-12-15 15:36:26 queue INFO 3 [151] -2014-12-15 15:36:26 sendUrl INFO 3 [151] -2014-12-15 15:36:26 queue INFO >3 [152] -2014-12-15 15:36:27 sendUrl INFO 3 [152] -2014-12-15 15:36:28 queue INFO 7 [153] -2014-12-15 15:36:28 sendUrl INFO 7 [153] -2014-12-15 15:36:29 queue INFO >7 [154] -2014-12-15 15:36:29 sendUrl INFO 7 [154] -2014-12-15 15:36:30 queue INFO 3 [155] -2014-12-15 15:36:30 sendUrl INFO 3 [155] -2014-12-15 15:36:30 queue INFO >3 [156] -2014-12-15 15:36:30 sendUrl INFO 3 [156] -2014-12-15 15:36:32 queue INFO 7 [157] -2014-12-15 15:36:32 queue INFO >7 [158] -2014-12-15 15:36:32 sendUrl INFO 7 [157] -2014-12-15 15:36:33 sendUrl INFO 7 [158] -2014-12-15 15:36:33 queue INFO 3 [159] -2014-12-15 15:36:33 sendUrl INFO 3 [159] -2014-12-15 15:36:33 queue INFO >3 [160] -2014-12-15 15:36:34 sendUrl INFO 3 [160] -2014-12-15 15:36:35 queue INFO 7 [161] -2014-12-15 15:36:35 sendUrl INFO 7 [161] -2014-12-15 15:36:35 queue INFO >7 [162] -2014-12-15 15:36:36 sendUrl INFO 7 [162] -2014-12-15 15:36:37 queue INFO 3 [163] -2014-12-15 15:36:37 queue INFO >3 [164] -2014-12-15 15:36:37 sendUrl INFO 3 [163] -2014-12-15 15:36:38 sendUrl INFO 3 [164] -2014-12-15 15:36:38 queue INFO 7 [165] -2014-12-15 15:36:39 queue INFO >7 [166] -2014-12-15 15:36:39 sendUrl INFO 7 [165] -2014-12-15 15:36:39 sendUrl INFO 7 [166] -2014-12-15 15:36:40 queue INFO 3 [167] -2014-12-15 15:36:40 queue INFO >3 [168] -2014-12-15 15:36:40 sendUrl INFO 3 [167] -2014-12-15 15:36:41 sendUrl INFO 3 [168] -2014-12-15 15:36:42 queue INFO 7 [169] -2014-12-15 15:36:42 queue INFO >7 [170] -2014-12-15 15:36:42 sendUrl INFO 7 [169] -2014-12-15 15:36:42 queue INFO 3 [171] -2014-12-15 15:36:43 queue INFO >3 [172] -2014-12-15 15:36:43 sendUrl INFO 7 [170] -2014-12-15 15:36:43 sendUrl INFO 3 [171] -2014-12-15 15:36:44 sendUrl INFO 3 [172] -2014-12-15 15:36:44 queue INFO 7 [173] -2014-12-15 15:36:44 sendUrl INFO 7 [173] -2014-12-15 15:36:44 queue INFO >7 [174] -2014-12-15 15:36:45 sendUrl INFO 7 [174] -2014-12-15 15:36:46 queue INFO 3 [175] -2014-12-15 15:36:46 queue INFO >3 [176] -2014-12-15 15:36:46 sendUrl INFO 3 [175] -2014-12-15 15:36:47 sendUrl INFO 3 [176] -2014-12-15 15:36:48 queue INFO 7 [177] -2014-12-15 15:36:48 queue INFO >7 [178] -2014-12-15 15:36:48 sendUrl INFO 7 [177] -2014-12-15 15:36:49 sendUrl INFO 7 [178] -2014-12-15 15:36:49 queue INFO 3 [179] -2014-12-15 15:36:49 sendUrl INFO 3 [179] -2014-12-15 15:36:49 queue INFO >3 [180] -2014-12-15 15:36:50 sendUrl INFO 3 [180] -2014-12-15 15:36:51 queue INFO 7 [181] -2014-12-15 15:36:51 sendUrl INFO 7 [181] -2014-12-15 15:36:51 queue INFO >7 [182] -2014-12-15 15:36:52 sendUrl INFO 7 [182] -2014-12-15 15:36:52 queue INFO 3 [183] -2014-12-15 15:36:52 queue INFO >3 [184] -2014-12-15 15:36:52 sendUrl INFO 3 [183] -2014-12-15 15:36:53 sendUrl INFO 3 [184] -2014-12-15 15:36:54 queue INFO 7 [185] -2014-12-15 15:36:54 queue INFO >7 [186] -2014-12-15 15:36:54 sendUrl INFO 7 [185] -2014-12-15 15:36:55 sendUrl INFO 7 [186] -2014-12-15 15:36:55 queue INFO 3 [187] -2014-12-15 15:36:55 sendUrl INFO 3 [187] -2014-12-15 15:36:55 queue INFO >3 [188] -2014-12-15 15:36:56 sendUrl INFO 3 [188] -2014-12-15 15:36:57 queue INFO 7 [189] -2014-12-15 15:36:57 queue INFO >7 [190] -2014-12-15 15:36:57 sendUrl INFO 7 [189] -2014-12-15 15:36:58 sendUrl INFO 7 [190] -2014-12-15 15:36:58 queue INFO 3 [191] -2014-12-15 15:36:59 queue INFO >3 [192] -2014-12-15 15:36:59 sendUrl INFO 3 [191] -2014-12-15 15:36:59 sendUrl INFO 3 [192] -2014-12-15 15:37:00 queue INFO 7 [193] -2014-12-15 15:37:00 queue INFO >7 [194] -2014-12-15 15:37:00 sendUrl INFO 7 [193] -2014-12-15 15:37:01 sendUrl INFO 7 [194] -2014-12-15 15:37:02 queue INFO 3 [195] -2014-12-15 15:37:02 queue INFO >3 [196] -2014-12-15 15:37:02 sendUrl INFO 3 [195] -2014-12-15 15:37:02 sendUrl INFO 3 [196] -2014-12-15 15:37:03 queue INFO 7 [197] -2014-12-15 15:37:03 sendUrl INFO 7 [197] -2014-12-15 15:37:03 queue INFO >7 [198] -2014-12-15 15:37:04 sendUrl INFO 7 [198] -2014-12-15 15:37:04 queue INFO 3 [199] -2014-12-15 15:37:05 queue INFO >3 [200] -2014-12-15 15:37:05 sendUrl INFO 3 [199] -2014-12-15 15:37:05 sendUrl INFO 3 [200] -2014-12-15 15:37:06 queue INFO 7 [201] -2014-12-15 15:37:06 queue INFO >7 [202] -2014-12-15 15:37:06 sendUrl INFO 7 [201] -2014-12-15 15:37:07 sendUrl INFO 7 [202] -2014-12-15 15:37:07 queue INFO 3 [203] -2014-12-15 15:37:08 queue INFO >3 [204] -2014-12-15 15:37:08 sendUrl INFO 3 [203] -2014-12-15 15:37:08 sendUrl INFO 3 [204] -2014-12-15 15:37:09 queue INFO 7 [205] -2014-12-15 15:37:09 sendUrl INFO 7 [205] -2014-12-15 15:37:09 queue INFO >7 [206] -2014-12-15 15:37:10 sendUrl INFO 7 [206] -2014-12-15 15:37:11 queue INFO 3 [207] -2014-12-15 15:37:11 sendUrl INFO 3 [207] -2014-12-15 15:37:11 queue INFO >3 [208] -2014-12-15 15:37:11 sendUrl INFO 3 [208] -2014-12-15 15:37:13 queue INFO 7 [209] -2014-12-15 15:37:13 queue INFO >7 [210] -2014-12-15 15:37:13 sendUrl INFO 7 [209] -2014-12-15 15:37:13 sendUrl INFO 7 [210] -2014-12-15 15:37:14 queue INFO 3 [211] -2014-12-15 15:37:14 sendUrl INFO 3 [211] -2014-12-15 15:37:14 queue INFO >3 [212] -2014-12-15 15:37:14 sendUrl INFO 3 [212] -2014-12-15 15:37:16 queue INFO 7 [213] -2014-12-15 15:37:16 queue INFO >7 [214] -2014-12-15 15:37:16 sendUrl INFO 7 [213] -2014-12-15 15:37:16 sendUrl INFO 7 [214] -2014-12-15 15:37:17 queue INFO 3 [215] -2014-12-15 15:37:17 queue INFO >3 [216] -2014-12-15 15:37:17 sendUrl INFO 3 [215] -2014-12-15 15:37:18 sendUrl INFO 3 [216] -2014-12-15 15:37:19 queue INFO 7 [217] -2014-12-15 15:37:19 queue INFO >7 [218] -2014-12-15 15:37:19 sendUrl INFO 7 [217] -2014-12-15 15:37:19 sendUrl INFO 7 [218] -2014-12-15 15:37:20 queue INFO 3 [219] -2014-12-15 15:37:20 queue INFO >3 [220] -2014-12-15 15:37:20 sendUrl INFO 3 [219] -2014-12-15 15:37:21 sendUrl INFO 3 [220] -2014-12-15 15:37:22 queue INFO 7 [221] -2014-12-15 15:37:22 queue INFO >7 [222] -2014-12-15 15:37:22 sendUrl INFO 7 [221] -2014-12-15 15:37:23 sendUrl INFO 7 [222] -2014-12-15 15:37:24 queue INFO 3 [223] -2014-12-15 15:37:24 queue INFO >3 [224] -2014-12-15 15:37:24 sendUrl INFO 3 [223] -2014-12-15 15:37:25 sendUrl INFO 3 [224] -2014-12-15 15:37:25 queue INFO 7 [225] -2014-12-15 15:37:26 queue INFO >7 [226] -2014-12-15 15:37:26 sendUrl INFO 7 [225] -2014-12-15 15:37:27 sendUrl INFO 7 [226] -2014-12-15 15:37:27 queue INFO 3 [227] -2014-12-15 15:37:27 sendUrl INFO 3 [227] -2014-12-15 15:37:27 queue INFO >3 [228] -2014-12-15 15:37:28 sendUrl INFO 3 [228] -2014-12-15 15:37:29 queue INFO 7 [229] -2014-12-15 15:37:29 queue INFO >7 [230] -2014-12-15 15:37:30 sendUrl INFO 7 [229] -2014-12-15 15:37:30 sendUrl INFO 7 [230] -2014-12-15 15:37:31 queue INFO 3 [231] -2014-12-15 15:37:31 queue INFO >3 [232] -2014-12-15 15:37:31 sendUrl INFO 3 [231] -2014-12-15 15:37:32 sendUrl INFO 3 [232] -2014-12-15 15:37:33 queue INFO 7 [233] -2014-12-15 15:37:33 queue INFO >7 [234] -2014-12-15 15:37:33 sendUrl INFO 7 [233] -2014-12-15 15:37:34 sendUrl INFO 7 [234] -2014-12-15 15:37:34 queue INFO 3 [235] -2014-12-15 15:37:34 sendUrl INFO 3 [235] -2014-12-15 15:37:34 queue INFO >3 [236] -2014-12-15 15:37:35 sendUrl INFO 3 [236] -2014-12-15 15:37:36 queue INFO 7 [237] -2014-12-15 15:37:36 sendUrl INFO 7 [237] -2014-12-15 15:37:36 queue INFO >7 [238] -2014-12-15 15:37:37 sendUrl INFO 7 [238] -2014-12-15 15:37:37 queue INFO 3 [239] -2014-12-15 15:37:38 queue INFO >3 [240] -2014-12-15 15:37:38 sendUrl INFO 3 [239] -2014-12-15 15:37:38 sendUrl INFO 3 [240] -2014-12-15 15:37:39 queue INFO 7 [241] -2014-12-15 15:37:39 queue INFO >7 [242] -2014-12-15 15:37:40 sendUrl INFO 7 [241] -2014-12-15 15:37:40 sendUrl INFO 7 [242] -2014-12-15 15:37:41 queue INFO 3 [243] -2014-12-15 15:37:41 sendUrl INFO 3 [243] -2014-12-15 15:37:41 queue INFO >3 [244] -2014-12-15 15:37:41 sendUrl INFO 3 [244] -2014-12-15 15:37:42 queue INFO 7 [245] -2014-12-15 15:37:42 sendUrl INFO 7 [245] -2014-12-15 15:37:42 queue INFO >7 [246] -2014-12-15 15:37:42 sendUrl INFO 7 [246] -2014-12-15 15:37:42 queue INFO 3 [247] -2014-12-15 15:37:42 queue INFO >3 [248] -2014-12-15 15:37:43 sendUrl INFO 3 [247] -2014-12-15 15:37:43 queue INFO 7 [249] -2014-12-15 15:37:43 queue INFO >7 [250] -2014-12-15 15:37:43 sendUrl INFO 3 [248] -2014-12-15 15:37:44 sendUrl INFO 7 [249] -2014-12-15 15:37:44 sendUrl INFO 7 [250] -2014-12-15 15:37:44 queue INFO 3 [251] -2014-12-15 15:37:45 queue INFO >3 [252] -2014-12-15 15:37:45 sendUrl INFO 3 [251] -2014-12-15 15:37:45 sendUrl INFO 3 [252] -2014-12-15 15:37:46 queue INFO 7 [253] -2014-12-15 15:37:46 queue INFO >7 [254] -2014-12-15 15:37:47 sendUrl INFO 7 [253] -2014-12-15 15:37:47 sendUrl INFO 7 [254] -2014-12-15 15:37:48 queue INFO 3 [255] -2014-12-15 15:37:48 sendUrl INFO 3 [255] -2014-12-15 15:37:48 queue INFO >3 [256] -2014-12-15 15:37:48 sendUrl INFO 3 [256] -2014-12-15 15:37:49 queue INFO 7 [257] -2014-12-15 15:37:49 sendUrl INFO 7 [257] -2014-12-15 15:37:49 queue INFO >7 [258] -2014-12-15 15:37:50 sendUrl INFO 7 [258] -2014-12-15 15:37:51 queue INFO 3 [259] -2014-12-15 15:37:51 sendUrl INFO 3 [259] -2014-12-15 15:37:51 queue INFO >3 [260] -2014-12-15 15:37:51 sendUrl INFO 3 [260] -2014-12-15 15:37:53 queue INFO 7 [261] -2014-12-15 15:37:53 sendUrl INFO 7 [261] -2014-12-15 15:37:53 queue INFO >7 [262] -2014-12-15 15:37:53 sendUrl INFO 7 [262] -2014-12-15 15:37:54 queue INFO 3 [263] -2014-12-15 15:37:54 queue INFO >3 [264] -2014-12-15 15:37:55 sendUrl INFO 3 [263] -2014-12-15 15:37:55 sendUrl INFO 3 [264] -2014-12-15 15:37:56 queue INFO 7 [265] -2014-12-15 15:37:56 queue INFO >7 [266] -2014-12-15 15:37:56 sendUrl INFO 7 [265] -2014-12-15 15:37:57 sendUrl INFO 7 [266] -2014-12-15 15:37:58 queue INFO 3 [267] -2014-12-15 15:37:58 queue INFO >3 [268] -2014-12-15 15:37:58 sendUrl INFO 3 [267] -2014-12-15 15:37:58 sendUrl INFO 3 [268] -2014-12-15 15:38:00 queue INFO 7 [269] -2014-12-15 15:38:00 queue INFO >7 [270] -2014-12-15 15:38:00 sendUrl INFO 7 [269] -2014-12-15 15:38:00 sendUrl INFO 7 [270] -2014-12-15 15:38:01 queue INFO 3 [271] -2014-12-15 15:38:01 queue INFO >3 [272] -2014-12-15 15:38:01 sendUrl INFO 3 [271] -2014-12-15 15:38:02 sendUrl INFO 3 [272] -2014-12-15 15:38:03 queue INFO 7 [273] -2014-12-15 15:38:03 sendUrl INFO 7 [273] -2014-12-15 15:38:03 queue INFO >7 [274] -2014-12-15 15:38:03 sendUrl INFO 7 [274] -2014-12-15 15:38:05 queue INFO 3 [275] -2014-12-15 15:38:05 queue INFO >3 [276] -2014-12-15 15:38:05 sendUrl INFO 3 [275] -2014-12-15 15:38:05 sendUrl INFO 3 [276] -2014-12-15 15:38:07 queue INFO 7 [277] -2014-12-15 15:38:07 queue INFO >7 [278] -2014-12-15 15:38:07 sendUrl INFO 7 [277] -2014-12-15 15:38:07 sendUrl INFO 7 [278] -2014-12-15 15:38:08 queue INFO 3 [279] -2014-12-15 15:38:08 queue INFO >3 [280] -2014-12-15 15:38:08 sendUrl INFO 3 [279] -2014-12-15 15:38:09 sendUrl INFO 3 [280] -2014-12-15 15:38:10 queue INFO 7 [281] -2014-12-15 15:38:10 queue INFO >7 [282] -2014-12-15 15:38:10 sendUrl INFO 7 [281] -2014-12-15 15:38:11 sendUrl INFO 7 [282] -2014-12-15 15:38:12 queue INFO 3 [283] -2014-12-15 15:38:12 sendUrl INFO 3 [283] -2014-12-15 15:38:12 queue INFO >3 [284] -2014-12-15 15:38:12 sendUrl INFO 3 [284] -2014-12-15 15:38:14 queue INFO 7 [285] -2014-12-15 15:38:14 queue INFO >7 [286] -2014-12-15 15:38:14 sendUrl INFO 7 [285] -2014-12-15 15:38:14 sendUrl INFO 7 [286] -2014-12-15 15:38:15 queue INFO 3 [287] -2014-12-15 15:38:15 sendUrl INFO 3 [287] -2014-12-15 15:38:15 queue INFO >3 [288] -2014-12-15 15:38:15 sendUrl INFO 3 [288] -2014-12-15 15:38:17 queue INFO 7 [289] -2014-12-15 15:38:17 sendUrl INFO 7 [289] -2014-12-15 15:38:17 queue INFO >7 [290] -2014-12-15 15:38:18 sendUrl INFO 7 [290] -2014-12-15 15:38:18 queue INFO 3 [291] -2014-12-15 15:38:18 queue INFO >3 [292] -2014-12-15 15:38:19 sendUrl INFO 3 [291] -2014-12-15 15:38:19 sendUrl INFO 3 [292] -2014-12-15 15:38:20 queue INFO 7 [293] -2014-12-15 15:38:20 sendUrl INFO 7 [293] -2014-12-15 15:38:20 queue INFO >7 [294] -2014-12-15 15:38:21 sendUrl INFO 7 [294] -2014-12-15 15:38:21 queue INFO 3 [295] -2014-12-15 15:38:22 sendUrl INFO 3 [295] -2014-12-15 15:38:22 queue INFO >3 [296] -2014-12-15 15:38:22 sendUrl INFO 3 [296] -2014-12-15 15:38:23 queue INFO 7 [297] -2014-12-15 15:38:24 sendUrl INFO 7 [297] -2014-12-15 15:38:24 queue INFO >7 [298] -2014-12-15 15:38:24 sendUrl INFO 7 [298] -2014-12-15 15:38:25 queue INFO 3 [299] -2014-12-15 15:38:25 queue INFO >3 [300] -2014-12-15 15:38:25 sendUrl INFO 3 [299] -2014-12-15 15:38:26 sendUrl INFO 3 [300] -2014-12-15 15:38:26 queue INFO 7 [301] -2014-12-15 15:38:27 sendUrl INFO 7 [301] -2014-12-15 15:38:27 queue INFO >7 [302] -2014-12-15 15:38:27 sendUrl INFO 7 [302] -2014-12-15 15:38:28 queue INFO 3 [303] -2014-12-15 15:38:28 queue INFO >3 [304] -2014-12-15 15:38:28 sendUrl INFO 3 [303] -2014-12-15 15:38:29 sendUrl INFO 3 [304] -2014-12-15 15:38:30 queue INFO 7 [305] -2014-12-15 15:38:30 queue INFO >7 [306] -2014-12-15 15:38:30 sendUrl INFO 7 [305] -2014-12-15 15:38:31 sendUrl INFO 7 [306] -2014-12-15 15:38:31 queue INFO 3 [307] -2014-12-15 15:38:32 queue INFO >3 [308] -2014-12-15 15:38:32 sendUrl INFO 3 [307] -2014-12-15 15:38:32 sendUrl INFO 3 [308] -2014-12-15 15:38:33 queue INFO 7 [309] -2014-12-15 15:38:34 queue INFO >7 [310] -2014-12-15 15:38:34 sendUrl INFO 7 [309] -2014-12-15 15:38:34 sendUrl INFO 7 [310] -2014-12-15 15:38:35 queue INFO 3 [311] -2014-12-15 15:38:35 queue INFO >3 [312] -2014-12-15 15:38:35 sendUrl INFO 3 [311] -2014-12-15 15:38:36 sendUrl INFO 3 [312] -2014-12-15 15:38:37 queue INFO 7 [313] -2014-12-15 15:38:37 queue INFO >7 [314] -2014-12-15 15:38:37 sendUrl INFO 7 [313] -2014-12-15 15:38:38 sendUrl INFO 7 [314] -2014-12-15 15:38:38 queue INFO 3 [315] -2014-12-15 15:38:39 queue INFO >3 [316] -2014-12-15 15:38:39 sendUrl INFO 3 [315] -2014-12-15 15:38:39 sendUrl INFO 3 [316] -2014-12-15 15:38:41 queue INFO 7 [317] -2014-12-15 15:38:41 sendUrl INFO 7 [317] -2014-12-15 15:38:41 queue INFO >7 [318] -2014-12-15 15:38:41 sendUrl INFO 7 [318] -2014-12-15 15:38:42 queue INFO 3 [319] -2014-12-15 15:38:42 queue INFO >3 [320] -2014-12-15 15:38:42 sendUrl INFO 3 [319] -2014-12-15 15:38:43 sendUrl INFO 3 [320] -2014-12-15 15:38:44 queue INFO 7 [321] -2014-12-15 15:38:44 sendUrl INFO 7 [321] -2014-12-15 15:38:44 queue INFO >7 [322] -2014-12-15 15:38:44 sendUrl INFO 7 [322] -2014-12-15 15:38:45 queue INFO 3 [323] -2014-12-15 15:38:45 queue INFO >3 [324] -2014-12-15 15:38:45 sendUrl INFO 3 [323] -2014-12-15 15:38:46 sendUrl INFO 3 [324] -2014-12-15 15:38:47 queue INFO 7 [325] -2014-12-15 15:38:47 queue INFO >7 [326] -2014-12-15 15:38:47 sendUrl INFO 7 [325] -2014-12-15 15:38:48 sendUrl INFO 7 [326] -2014-12-15 15:38:48 queue INFO 3 [327] -2014-12-15 15:38:48 queue INFO >3 [328] -2014-12-15 15:38:49 sendUrl INFO 3 [327] -2014-12-15 15:38:49 sendUrl INFO 3 [328] -2014-12-15 15:38:50 queue INFO 7 [329] -2014-12-15 15:38:50 queue INFO >7 [330] -2014-12-15 15:38:50 sendUrl INFO 7 [329] -2014-12-15 15:38:50 queue INFO 3 [331] -2014-12-15 15:38:51 queue INFO >3 [332] -2014-12-15 15:38:51 sendUrl INFO 7 [330] -2014-12-15 15:38:51 sendUrl INFO 3 [331] -2014-12-15 15:38:52 sendUrl INFO 3 [332] -2014-12-15 15:38:52 queue INFO 7 [333] -2014-12-15 15:38:53 queue INFO >7 [334] -2014-12-15 15:38:53 sendUrl INFO 7 [333] -2014-12-15 15:38:53 sendUrl INFO 7 [334] -2014-12-15 15:38:54 queue INFO 3 [335] -2014-12-15 15:38:54 queue INFO >3 [336] -2014-12-15 15:38:54 sendUrl INFO 3 [335] -2014-12-15 15:38:55 sendUrl INFO 3 [336] -2014-12-15 15:38:56 queue INFO 7 [337] -2014-12-15 15:38:56 queue INFO >7 [338] -2014-12-15 15:38:56 sendUrl INFO 7 [337] -2014-12-15 15:38:57 sendUrl INFO 7 [338] -2014-12-15 15:38:57 queue INFO 3 [339] -2014-12-15 15:38:57 sendUrl INFO 3 [339] -2014-12-15 15:38:58 queue INFO >3 [340] -2014-12-15 15:38:58 sendUrl INFO 3 [340] -2014-12-15 15:38:59 queue INFO 7 [341] -2014-12-15 15:38:59 queue INFO >7 [342] -2014-12-15 15:38:59 sendUrl INFO 7 [341] -2014-12-15 15:39:00 sendUrl INFO 7 [342] -2014-12-15 15:39:00 queue INFO 3 [343] -2014-12-15 15:39:00 sendUrl INFO 3 [343] -2014-12-15 15:39:01 queue INFO >3 [344] -2014-12-15 15:39:01 sendUrl INFO 3 [344] -2014-12-15 15:39:02 queue INFO 7 [345] -2014-12-15 15:39:02 queue INFO >7 [346] -2014-12-15 15:39:02 sendUrl INFO 7 [345] -2014-12-15 15:39:02 sendUrl INFO 7 [346] -2014-12-15 15:39:03 queue INFO 3 [347] -2014-12-15 15:39:03 queue INFO >3 [348] -2014-12-15 15:39:03 sendUrl INFO 3 [347] -2014-12-15 15:39:04 sendUrl INFO 3 [348] -2014-12-15 15:39:05 queue INFO 7 [349] -2014-12-15 15:39:05 queue INFO >7 [350] -2014-12-15 15:39:05 sendUrl INFO 7 [349] -2014-12-15 15:39:05 sendUrl INFO 7 [350] -2014-12-15 15:39:06 queue INFO 3 [351] -2014-12-15 15:39:06 queue INFO >3 [352] -2014-12-15 15:39:06 sendUrl INFO 3 [351] -2014-12-15 15:39:07 sendUrl INFO 3 [352] -2014-12-15 15:39:08 queue INFO 7 [353] -2014-12-15 15:39:08 queue INFO >7 [354] -2014-12-15 15:39:09 sendUrl INFO 7 [353] -2014-12-15 15:39:09 sendUrl INFO 7 [354] -2014-12-15 15:39:10 queue INFO 3 [355] -2014-12-15 15:39:10 queue INFO >3 [356] -2014-12-15 15:39:10 sendUrl INFO 3 [355] -2014-12-15 15:39:11 sendUrl INFO 3 [356] -2014-12-15 15:39:12 queue INFO 7 [357] -2014-12-15 15:39:12 queue INFO >7 [358] -2014-12-15 15:39:12 sendUrl INFO 7 [357] -2014-12-15 15:39:13 sendUrl INFO 7 [358] -2014-12-15 15:39:13 queue INFO 3 [359] -2014-12-15 15:39:13 queue INFO >3 [360] -2014-12-15 15:39:14 sendUrl INFO 3 [359] -2014-12-15 15:39:14 sendUrl INFO 3 [360] -2014-12-15 15:39:15 queue INFO 7 [361] -2014-12-15 15:39:15 queue INFO >7 [362] -2014-12-15 15:39:16 sendUrl INFO 7 [361] -2014-12-15 15:39:16 sendUrl INFO 7 [362] -2014-12-15 15:39:17 queue INFO 3 [363] -2014-12-15 15:39:17 queue INFO >3 [364] -2014-12-15 15:39:17 sendUrl INFO 3 [363] -2014-12-15 15:39:18 sendUrl INFO 3 [364] -2014-12-15 15:39:19 queue INFO 7 [365] -2014-12-15 15:39:19 queue INFO >7 [366] -2014-12-15 15:39:19 sendUrl INFO 7 [365] -2014-12-15 15:39:20 sendUrl INFO 7 [366] -2014-12-15 15:39:20 queue INFO 3 [367] -2014-12-15 15:39:20 queue INFO >3 [368] -2014-12-15 15:39:21 sendUrl INFO 3 [367] -2014-12-15 15:39:21 sendUrl INFO 3 [368] -2014-12-15 15:39:22 queue INFO 7 [369] -2014-12-15 15:39:22 queue INFO >7 [370] -2014-12-15 15:39:22 sendUrl INFO 7 [369] -2014-12-15 15:39:23 sendUrl INFO 7 [370] -2014-12-15 15:39:23 queue INFO 3 [371] -2014-12-15 15:39:23 queue INFO >3 [372] -2014-12-15 15:39:24 sendUrl INFO 3 [371] -2014-12-15 15:39:24 sendUrl INFO 3 [372] -2014-12-15 15:39:25 queue INFO 7 [373] -2014-12-15 15:39:25 queue INFO >7 [374] -2014-12-15 15:39:25 sendUrl INFO 7 [373] -2014-12-15 15:39:26 sendUrl INFO 7 [374] -2014-12-15 15:39:26 queue INFO 3 [375] -2014-12-15 15:39:26 sendUrl INFO 3 [375] -2014-12-15 15:39:26 queue INFO >3 [376] -2014-12-15 15:39:27 sendUrl INFO 3 [376] -2014-12-15 15:39:28 queue INFO 7 [377] -2014-12-15 15:39:28 sendUrl INFO 7 [377] -2014-12-15 15:39:28 queue INFO >7 [378] -2014-12-15 15:39:29 sendUrl INFO 7 [378] -2014-12-15 15:39:30 queue INFO 3 [379] -2014-12-15 15:39:30 queue INFO >3 [380] -2014-12-15 15:39:30 sendUrl INFO 3 [379] -2014-12-15 15:39:31 sendUrl INFO 3 [380] -2014-12-15 15:39:32 queue INFO 7 [381] -2014-12-15 15:39:32 sendUrl INFO 7 [381] -2014-12-15 15:39:32 queue INFO >7 [382] -2014-12-15 15:39:32 sendUrl INFO 7 [382] -2014-12-15 15:39:33 queue INFO 3 [383] -2014-12-15 15:39:33 queue INFO >3 [384] -2014-12-15 15:39:33 sendUrl INFO 3 [383] -2014-12-15 15:39:33 sendUrl INFO 3 [384] -2014-12-15 15:39:34 queue INFO 7 [385] -2014-12-15 15:39:35 queue INFO >7 [386] -2014-12-15 15:39:35 sendUrl INFO 7 [385] -2014-12-15 15:39:35 sendUrl INFO 7 [386] -2014-12-15 15:39:36 queue INFO 3 [387] -2014-12-15 15:39:36 queue INFO >3 [388] -2014-12-15 15:39:36 sendUrl INFO 3 [387] -2014-12-15 15:39:37 sendUrl INFO 3 [388] -2014-12-15 15:39:38 queue INFO 7 [389] -2014-12-15 15:39:38 queue INFO >7 [390] -2014-12-15 15:39:38 sendUrl INFO 7 [389] -2014-12-15 15:39:39 sendUrl INFO 7 [390] -2014-12-15 15:39:39 queue INFO 3 [391] -2014-12-15 15:39:40 queue INFO >3 [392] -2014-12-15 15:39:40 sendUrl INFO 3 [391] -2014-12-15 15:39:40 sendUrl INFO 3 [392] -2014-12-15 15:39:41 queue INFO 7 [393] -2014-12-15 15:39:41 queue INFO >7 [394] -2014-12-15 15:39:41 sendUrl INFO 7 [393] -2014-12-15 15:39:42 sendUrl INFO 7 [394] -2014-12-15 15:39:43 queue INFO 3 [395] -2014-12-15 15:39:43 queue INFO >3 [396] -2014-12-15 15:39:43 sendUrl INFO 3 [395] -2014-12-15 15:39:43 sendUrl INFO 3 [396] -2014-12-15 15:39:44 queue INFO 7 [397] -2014-12-15 15:39:45 queue INFO >7 [398] -2014-12-15 15:39:45 sendUrl INFO 7 [397] -2014-12-15 15:39:45 sendUrl INFO 7 [398] -2014-12-15 15:39:46 queue INFO 3 [399] -2014-12-15 15:39:46 queue INFO >3 [400] -2014-12-15 15:39:46 sendUrl INFO 3 [399] -2014-12-15 15:39:47 sendUrl INFO 3 [400] -2014-12-15 15:39:48 queue INFO 7 [401] -2014-12-15 15:39:48 queue INFO >7 [402] -2014-12-15 15:39:48 sendUrl INFO 7 [401] -2014-12-15 15:39:48 sendUrl INFO 7 [402] -2014-12-15 15:39:49 queue INFO 3 [403] -2014-12-15 15:39:49 queue INFO >3 [404] -2014-12-15 15:39:49 sendUrl INFO 3 [403] -2014-12-15 15:39:50 sendUrl INFO 3 [404] -2014-12-15 15:39:51 queue INFO 7 [405] -2014-12-15 15:39:51 queue INFO >7 [406] -2014-12-15 15:39:51 sendUrl INFO 7 [405] -2014-12-15 15:39:52 sendUrl INFO 7 [406] -2014-12-15 15:39:52 queue INFO 3 [407] -2014-12-15 15:39:52 sendUrl INFO 3 [407] -2014-12-15 15:39:52 queue INFO >3 [408] -2014-12-15 15:39:53 sendUrl INFO 3 [408] -2014-12-15 15:39:54 queue INFO 7 [409] -2014-12-15 15:39:54 queue INFO >7 [410] -2014-12-15 15:39:54 sendUrl INFO 7 [409] -2014-12-15 15:39:55 sendUrl INFO 7 [410] -2014-12-15 15:39:55 queue INFO 3 [411] -2014-12-15 15:39:55 sendUrl INFO 3 [411] -2014-12-15 15:39:55 queue INFO >3 [412] -2014-12-15 15:39:56 sendUrl INFO 3 [412] -2014-12-15 15:39:57 queue INFO 7 [413] -2014-12-15 15:39:57 sendUrl INFO 7 [413] -2014-12-15 15:39:57 queue INFO >7 [414] -2014-12-15 15:39:57 sendUrl INFO 7 [414] -2014-12-15 15:39:58 queue INFO 3 [415] -2014-12-15 15:39:58 queue INFO >3 [416] -2014-12-15 15:39:58 sendUrl INFO 3 [415] -2014-12-15 15:39:59 sendUrl INFO 3 [416] -2014-12-15 15:40:00 queue INFO 7 [417] -2014-12-15 15:40:00 queue INFO >7 [418] -2014-12-15 15:40:00 sendUrl INFO 7 [417] -2014-12-15 15:40:01 sendUrl INFO 7 [418] -2014-12-15 15:40:01 queue INFO 3 [419] -2014-12-15 15:40:01 queue INFO >3 [420] -2014-12-15 15:40:02 sendUrl INFO 3 [419] -2014-12-15 15:40:02 sendUrl INFO 3 [420] -2014-12-15 15:40:03 queue INFO 7 [421] -2014-12-15 15:40:03 queue INFO >7 [422] -2014-12-15 15:40:03 sendUrl INFO 7 [421] -2014-12-15 15:40:04 sendUrl INFO 7 [422] -2014-12-15 15:40:04 queue INFO 3 [423] -2014-12-15 15:40:04 sendUrl INFO 3 [423] -2014-12-15 15:40:04 queue INFO >3 [424] -2014-12-15 15:40:05 sendUrl INFO 3 [424] -2014-12-15 15:40:05 queue INFO 7 [425] -2014-12-15 15:40:06 queue INFO >7 [426] -2014-12-15 15:40:06 sendUrl INFO 7 [425] -2014-12-15 15:40:06 sendUrl INFO 7 [426] -2014-12-15 15:40:07 queue INFO 3 [427] -2014-12-15 15:40:07 queue INFO >3 [428] -2014-12-15 15:40:07 sendUrl INFO 3 [427] -2014-12-15 15:40:08 sendUrl INFO 3 [428] -2014-12-15 15:40:08 queue INFO 7 [429] -2014-12-15 15:40:09 queue INFO >7 [430] -2014-12-15 15:40:09 sendUrl INFO 7 [429] -2014-12-15 15:40:09 sendUrl INFO 7 [430] -2014-12-15 15:40:10 queue INFO 3 [431] -2014-12-15 15:40:10 queue INFO >3 [432] -2014-12-15 15:40:10 sendUrl INFO 3 [431] -2014-12-15 15:40:11 sendUrl INFO 3 [432] -2014-12-15 15:40:11 queue INFO 7 [433] -2014-12-15 15:40:11 queue INFO >7 [434] -2014-12-15 15:40:12 sendUrl INFO 7 [433] -2014-12-15 15:40:12 sendUrl INFO 7 [434] -2014-12-15 15:40:13 queue INFO 3 [435] -2014-12-15 15:40:13 queue INFO >3 [436] -2014-12-15 15:40:13 sendUrl INFO 3 [435] -2014-12-15 15:40:14 sendUrl INFO 3 [436] -2014-12-15 15:40:14 queue INFO 7 [437] -2014-12-15 15:40:14 queue INFO >7 [438] -2014-12-15 15:40:15 sendUrl INFO 7 [437] -2014-12-15 15:40:15 sendUrl INFO 7 [438] -2014-12-15 15:40:16 queue INFO 3 [439] -2014-12-15 15:40:16 queue INFO >3 [440] -2014-12-15 15:40:16 sendUrl INFO 3 [439] -2014-12-15 15:40:17 sendUrl INFO 3 [440] -2014-12-15 15:40:17 queue INFO 7 [441] -2014-12-15 15:40:18 queue INFO >7 [442] -2014-12-15 15:40:18 sendUrl INFO 7 [441] -2014-12-15 15:40:18 queue INFO 3 [443] -2014-12-15 15:40:18 queue INFO >3 [444] -2014-12-15 15:40:18 sendUrl INFO 7 [442] -2014-12-15 15:40:19 sendUrl INFO 3 [443] -2014-12-15 15:40:19 sendUrl INFO 3 [444] -2014-12-15 15:40:21 queue INFO 7 [445] -2014-12-15 15:40:21 queue INFO >7 [446] -2014-12-15 15:40:21 sendUrl INFO 7 [445] -2014-12-15 15:40:22 sendUrl INFO 7 [446] -2014-12-15 15:40:23 queue INFO 3 [447] -2014-12-15 15:40:23 queue INFO >3 [448] -2014-12-15 15:40:24 sendUrl INFO 3 [447] -2014-12-15 15:40:24 sendUrl INFO 3 [448] -2014-12-15 15:40:26 queue INFO 7 [449] -2014-12-15 15:40:26 queue INFO >7 [450] -2014-12-15 15:40:27 sendUrl INFO 7 [449] -2014-12-15 15:40:27 sendUrl INFO 7 [450] -2014-12-15 15:40:29 queue INFO 3 [451] -2014-12-15 15:40:29 queue INFO >3 [452] -2014-12-15 15:40:29 sendUrl INFO 3 [451] -2014-12-15 15:40:30 sendUrl INFO 3 [452] -2014-12-15 15:40:32 queue INFO 7 [453] -2014-12-15 15:40:32 queue INFO >7 [454] -2014-12-15 15:40:32 sendUrl INFO 7 [453] -2014-12-15 15:40:33 sendUrl INFO 7 [454] -2014-12-15 15:40:35 queue INFO 3 [455] -2014-12-15 15:40:35 sendUrl INFO 3 [455] -2014-12-15 15:40:35 queue INFO >3 [456] -2014-12-15 15:40:35 sendUrl INFO 3 [456] -2014-12-15 15:40:38 queue INFO 7 [457] -2014-12-15 15:40:38 sendUrl INFO 7 [457] -2014-12-15 15:40:38 queue INFO >7 [458] -2014-12-15 15:40:38 sendUrl INFO 7 [458] -2014-12-15 15:40:40 queue INFO 3 [459] -2014-12-15 15:40:41 queue INFO >3 [460] -2014-12-15 15:40:41 sendUrl INFO 3 [459] -2014-12-15 15:40:41 sendUrl INFO 3 [460] -2014-12-15 15:40:44 queue INFO 7 [461] -2014-12-15 15:40:44 queue INFO >7 [462] -2014-12-15 15:40:44 sendUrl INFO 7 [461] -2014-12-15 15:40:44 sendUrl INFO 7 [462] -2014-12-15 15:40:46 queue INFO 3 [463] -2014-12-15 15:40:47 queue INFO >3 [464] -2014-12-15 15:40:47 sendUrl INFO 3 [463] -2014-12-15 15:40:47 sendUrl INFO 3 [464] -2014-12-15 15:40:49 queue INFO 7 [465] -2014-12-15 15:40:50 queue INFO >7 [466] -2014-12-15 15:40:50 sendUrl INFO 7 [465] -2014-12-15 15:40:50 sendUrl INFO 7 [466] -2014-12-15 15:40:52 queue INFO 3 [467] -2014-12-15 15:40:52 queue INFO >3 [468] -2014-12-15 15:40:52 sendUrl INFO 3 [467] -2014-12-15 15:40:53 sendUrl INFO 3 [468] -2014-12-15 15:40:55 queue INFO 7 [469] -2014-12-15 15:40:55 queue INFO >7 [470] -2014-12-15 15:40:55 sendUrl INFO 7 [469] -2014-12-15 15:40:56 sendUrl INFO 7 [470] -2014-12-15 15:40:58 queue INFO 3 [471] -2014-12-15 15:40:58 queue INFO >3 [472] -2014-12-15 15:40:58 sendUrl INFO 3 [471] -2014-12-15 15:40:59 sendUrl INFO 3 [472] -2014-12-15 15:41:00 queue INFO 7 [473] -2014-12-15 15:41:00 queue INFO >7 [474] -2014-12-15 15:41:01 sendUrl INFO 7 [473] -2014-12-15 15:41:01 queue INFO 3 [475] -2014-12-15 15:41:01 queue INFO >3 [476] -2014-12-15 15:41:01 sendUrl INFO 7 [474] -2014-12-15 15:41:02 sendUrl INFO 3 [475] -2014-12-15 15:41:02 sendUrl INFO 3 [476] -2014-12-15 15:41:02 queue INFO 7 [477] -2014-12-15 15:41:03 sendUrl INFO 7 [477] -2014-12-15 15:41:03 queue INFO >7 [478] -2014-12-15 15:41:03 sendUrl INFO 7 [478] -2014-12-15 15:41:04 queue INFO 3 [479] -2014-12-15 15:41:04 queue INFO >3 [480] -2014-12-15 15:41:04 sendUrl INFO 3 [479] -2014-12-15 15:41:05 sendUrl INFO 3 [480] -2014-12-15 15:41:06 queue INFO 7 [481] -2014-12-15 15:41:06 queue INFO >7 [482] -2014-12-15 15:41:06 sendUrl INFO 7 [481] -2014-12-15 15:41:07 sendUrl INFO 7 [482] -2014-12-15 15:41:07 queue INFO 3 [483] -2014-12-15 15:41:07 queue INFO >3 [484] -2014-12-15 15:41:08 sendUrl INFO 3 [483] -2014-12-15 15:41:08 sendUrl INFO 3 [484] -2014-12-15 15:41:09 queue INFO 7 [485] -2014-12-15 15:41:09 queue INFO >7 [486] -2014-12-15 15:41:10 sendUrl INFO 7 [485] -2014-12-15 15:41:10 sendUrl INFO 7 [486] -2014-12-15 15:41:10 queue INFO 3 [487] -2014-12-15 15:41:11 sendUrl INFO 3 [487] -2014-12-15 15:41:11 queue INFO >3 [488] -2014-12-15 15:41:11 sendUrl INFO 3 [488] -2014-12-15 15:41:13 queue INFO 7 [489] -2014-12-15 15:41:13 sendUrl INFO 7 [489] -2014-12-15 15:41:13 queue INFO >7 [490] -2014-12-15 15:41:13 sendUrl INFO 7 [490] -2014-12-15 15:41:14 queue INFO 3 [491] -2014-12-15 15:41:14 queue INFO >3 [492] -2014-12-15 15:41:15 sendUrl INFO 3 [491] -2014-12-15 15:41:15 sendUrl INFO 3 [492] -2014-12-15 15:41:16 queue INFO 7 [493] -2014-12-15 15:41:16 queue INFO >7 [494] -2014-12-15 15:41:16 sendUrl INFO 7 [493] -2014-12-15 15:41:17 sendUrl INFO 7 [494] -2014-12-15 15:41:17 queue INFO 3 [495] -2014-12-15 15:41:18 queue INFO >3 [496] -2014-12-15 15:41:18 sendUrl INFO 3 [495] -2014-12-15 15:41:18 sendUrl INFO 3 [496] -2014-12-15 15:41:19 queue INFO 7 [497] -2014-12-15 15:41:19 queue INFO >7 [498] -2014-12-15 15:41:20 sendUrl INFO 7 [497] -2014-12-15 15:41:20 sendUrl INFO 7 [498] -2014-12-15 15:41:21 queue INFO 3 [499] -2014-12-15 15:41:21 queue INFO >3 [500] -2014-12-15 15:41:21 sendUrl INFO 3 [499] -2014-12-15 15:41:22 sendUrl INFO 3 [500] -2014-12-15 15:41:22 queue INFO 7 [501] -2014-12-15 15:41:23 queue INFO >7 [502] -2014-12-15 15:41:23 sendUrl INFO 7 [501] -2014-12-15 15:41:23 sendUrl INFO 7 [502] -2014-12-15 15:41:24 queue INFO 3 [503] -2014-12-15 15:41:24 queue INFO >3 [504] -2014-12-15 15:41:24 sendUrl INFO 3 [503] -2014-12-15 15:41:25 sendUrl INFO 3 [504] -2014-12-15 15:41:26 queue INFO 7 [505] -2014-12-15 15:41:26 sendUrl INFO 7 [505] -2014-12-15 15:41:26 queue INFO >7 [506] -2014-12-15 15:41:26 sendUrl INFO 7 [506] -2014-12-15 15:41:27 queue INFO 3 [507] -2014-12-15 15:41:27 queue INFO >3 [508] -2014-12-15 15:41:27 sendUrl INFO 3 [507] -2014-12-15 15:41:28 sendUrl INFO 3 [508] -2014-12-15 15:41:29 queue INFO 7 [509] -2014-12-15 15:41:29 sendUrl INFO 7 [509] -2014-12-15 15:41:29 queue INFO >7 [510] -2014-12-15 15:41:29 sendUrl INFO 7 [510] -2014-12-15 15:41:30 queue INFO 3 [511] -2014-12-15 15:41:30 sendUrl INFO 3 [511] -2014-12-15 15:41:30 queue INFO >3 [512] -2014-12-15 15:41:31 sendUrl INFO 3 [512] -2014-12-15 15:41:32 queue INFO 7 [513] -2014-12-15 15:41:32 sendUrl INFO 7 [513] -2014-12-15 15:41:32 queue INFO >7 [514] -2014-12-15 15:41:33 sendUrl INFO 7 [514] -2014-12-15 15:41:33 queue INFO 3 [515] -2014-12-15 15:41:34 queue INFO >3 [516] -2014-12-15 15:41:34 sendUrl INFO 3 [515] -2014-12-15 15:41:34 sendUrl INFO 3 [516] -2014-12-15 15:41:35 queue INFO 7 [517] -2014-12-15 15:41:35 sendUrl INFO 7 [517] -2014-12-15 15:41:35 queue INFO >7 [518] -2014-12-15 15:41:36 sendUrl INFO 7 [518] -2014-12-15 15:41:37 queue INFO 3 [519] -2014-12-15 15:41:37 queue INFO >3 [520] -2014-12-15 15:41:37 sendUrl INFO 3 [519] -2014-12-15 15:41:38 sendUrl INFO 3 [520] -2014-12-15 15:41:38 queue INFO 7 [521] -2014-12-15 15:41:39 queue INFO >7 [522] -2014-12-15 15:41:39 sendUrl INFO 7 [521] -2014-12-15 15:41:39 sendUrl INFO 7 [522] -2014-12-15 15:41:40 queue INFO 3 [523] -2014-12-15 15:41:40 queue INFO >3 [524] -2014-12-15 15:41:40 sendUrl INFO 3 [523] -2014-12-15 15:41:41 sendUrl INFO 3 [524] -2014-12-15 15:41:42 queue INFO 7 [525] -2014-12-15 15:41:42 queue INFO >7 [526] -2014-12-15 15:41:42 sendUrl INFO 7 [525] -2014-12-15 15:41:43 sendUrl INFO 7 [526] -2014-12-15 15:41:43 queue INFO 3 [527] -2014-12-15 15:41:43 sendUrl INFO 3 [527] -2014-12-15 15:41:44 queue INFO >3 [528] -2014-12-15 15:41:44 sendUrl INFO 3 [528] -2014-12-15 15:41:46 queue INFO 7 [529] -2014-12-15 15:41:46 queue INFO >7 [530] -2014-12-15 15:41:46 sendUrl INFO 7 [529] -2014-12-15 15:41:46 sendUrl INFO 7 [530] -2014-12-15 15:41:47 queue INFO 3 [531] -2014-12-15 15:41:47 queue INFO >3 [532] -2014-12-15 15:41:47 sendUrl INFO 3 [531] -2014-12-15 15:41:47 sendUrl INFO 3 [532] -2014-12-15 15:41:49 queue INFO 7 [533] -2014-12-15 15:41:49 queue INFO >7 [534] -2014-12-15 15:41:49 sendUrl INFO 7 [533] -2014-12-15 15:41:49 sendUrl INFO 7 [534] -2014-12-15 15:41:50 queue INFO 3 [535] -2014-12-15 15:41:50 queue INFO >3 [536] -2014-12-15 15:41:51 sendUrl INFO 3 [535] -2014-12-15 15:41:51 sendUrl INFO 3 [536] -2014-12-15 15:41:52 queue INFO 7 [537] -2014-12-15 15:41:52 queue INFO >7 [538] -2014-12-15 15:41:52 sendUrl INFO 7 [537] -2014-12-15 15:41:53 sendUrl INFO 7 [538] -2014-12-15 15:41:53 queue INFO 3 [539] -2014-12-15 15:41:53 queue INFO >3 [540] -2014-12-15 15:41:53 sendUrl INFO 3 [539] -2014-12-15 15:41:54 sendUrl INFO 3 [540] -2014-12-15 15:41:55 queue INFO 7 [541] -2014-12-15 15:41:55 queue INFO >7 [542] -2014-12-15 15:41:55 sendUrl INFO 7 [541] -2014-12-15 15:41:56 sendUrl INFO 7 [542] -2014-12-15 15:41:56 queue INFO 3 [543] -2014-12-15 15:41:56 queue INFO >3 [544] -2014-12-15 15:41:56 sendUrl INFO 3 [543] -2014-12-15 15:41:57 sendUrl INFO 3 [544] -2014-12-15 15:41:57 queue INFO 7 [545] -2014-12-15 15:41:58 sendUrl INFO 7 [545] -2014-12-15 15:41:58 queue INFO >7 [546] -2014-12-15 15:41:58 sendUrl INFO 7 [546] -2014-12-15 15:41:59 queue INFO 3 [547] -2014-12-15 15:41:59 queue INFO >3 [548] -2014-12-15 15:41:59 sendUrl INFO 3 [547] -2014-12-15 15:42:00 sendUrl INFO 3 [548] -2014-12-15 15:42:00 queue INFO 7 [549] -2014-12-15 15:42:01 sendUrl INFO 7 [549] -2014-12-15 15:42:01 queue INFO >7 [550] -2014-12-15 15:42:01 sendUrl INFO 7 [550] -2014-12-15 15:42:02 queue INFO 3 [551] -2014-12-15 15:42:02 queue INFO >3 [552] -2014-12-15 15:42:02 sendUrl INFO 3 [551] -2014-12-15 15:42:03 sendUrl INFO 3 [552] -2014-12-15 15:42:03 queue INFO 7 [553] -2014-12-15 15:42:04 sendUrl INFO 7 [553] -2014-12-15 15:42:04 queue INFO >7 [554] -2014-12-15 15:42:04 sendUrl INFO 7 [554] -2014-12-15 15:42:05 queue INFO 3 [555] -2014-12-15 15:42:05 queue INFO >3 [556] -2014-12-15 15:42:05 sendUrl INFO 3 [555] -2014-12-15 15:42:06 sendUrl INFO 3 [556] -2014-12-15 15:42:07 queue INFO 7 [557] -2014-12-15 15:42:07 queue INFO >7 [558] -2014-12-15 15:42:07 sendUrl INFO 7 [557] -2014-12-15 15:42:08 sendUrl INFO 7 [558] -2014-12-15 15:42:08 queue INFO 3 [559] -2014-12-15 15:42:08 sendUrl INFO 3 [559] -2014-12-15 15:42:08 queue INFO >3 [560] -2014-12-15 15:42:09 sendUrl INFO 3 [560] -2014-12-15 15:42:10 queue INFO 7 [561] -2014-12-15 15:42:10 sendUrl INFO 7 [561] -2014-12-15 15:42:10 queue INFO >7 [562] -2014-12-15 15:42:11 sendUrl INFO 7 [562] -2014-12-15 15:42:11 queue INFO 3 [563] -2014-12-15 15:42:12 queue INFO >3 [564] -2014-12-15 15:42:12 sendUrl INFO 3 [563] -2014-12-15 15:42:12 sendUrl INFO 3 [564] -2014-12-15 15:42:13 queue INFO 7 [565] -2014-12-15 15:42:13 sendUrl INFO 7 [565] -2014-12-15 15:42:13 queue INFO >7 [566] -2014-12-15 15:42:14 sendUrl INFO 7 [566] -2014-12-15 15:42:15 queue INFO 3 [567] -2014-12-15 15:42:15 queue INFO >3 [568] -2014-12-15 15:42:15 sendUrl INFO 3 [567] -2014-12-15 15:42:16 sendUrl INFO 3 [568] -2014-12-15 15:42:16 queue INFO 7 [569] -2014-12-15 15:42:17 queue INFO >7 [570] -2014-12-15 15:42:17 sendUrl INFO 7 [569] -2014-12-15 15:42:17 sendUrl INFO 7 [570] -2014-12-15 15:42:18 queue INFO 3 [571] -2014-12-15 15:42:18 queue INFO >3 [572] -2014-12-15 15:42:18 sendUrl INFO 3 [571] -2014-12-15 15:42:19 sendUrl INFO 3 [572] -2014-12-15 15:42:20 queue INFO 7 [573] -2014-12-15 15:42:20 queue INFO >7 [574] -2014-12-15 15:42:20 sendUrl INFO 7 [573] -2014-12-15 15:42:20 sendUrl INFO 7 [574] -2014-12-15 15:42:21 queue INFO 3 [575] -2014-12-15 15:42:21 queue INFO >3 [576] -2014-12-15 15:42:21 sendUrl INFO 3 [575] -2014-12-15 15:42:22 sendUrl INFO 3 [576] -2014-12-15 15:42:23 queue INFO 7 [577] -2014-12-15 15:42:23 queue INFO >7 [578] -2014-12-15 15:42:23 sendUrl INFO 7 [577] -2014-12-15 15:42:23 sendUrl INFO 7 [578] -2014-12-15 15:42:24 queue INFO 3 [579] -2014-12-15 15:42:24 queue INFO >3 [580] -2014-12-15 15:42:24 sendUrl INFO 3 [579] -2014-12-15 15:42:25 sendUrl INFO 3 [580] -2014-12-15 15:42:26 queue INFO 7 [581] -2014-12-15 15:42:26 queue INFO >7 [582] -2014-12-15 15:42:26 sendUrl INFO 7 [581] -2014-12-15 15:42:27 sendUrl INFO 7 [582] -2014-12-15 15:42:27 queue INFO 3 [583] -2014-12-15 15:42:27 sendUrl INFO 3 [583] -2014-12-15 15:42:27 queue INFO >3 [584] -2014-12-15 15:42:28 sendUrl INFO 3 [584] -2014-12-15 15:42:29 queue INFO 7 [585] -2014-12-15 15:42:29 sendUrl INFO 7 [585] -2014-12-15 15:42:29 queue INFO >7 [586] -2014-12-15 15:42:30 sendUrl INFO 7 [586] -2014-12-15 15:42:31 queue INFO 3 [587] -2014-12-15 15:42:31 queue INFO >3 [588] -2014-12-15 15:42:31 sendUrl INFO 3 [587] -2014-12-15 15:42:32 sendUrl INFO 3 [588] -2014-12-15 15:42:33 queue INFO 7 [589] -2014-12-15 15:42:33 queue INFO >7 [590] -2014-12-15 15:42:33 sendUrl INFO 7 [589] -2014-12-15 15:42:34 sendUrl INFO 7 [590] -2014-12-15 15:42:34 queue INFO 3 [591] -2014-12-15 15:42:34 sendUrl INFO 3 [591] -2014-12-15 15:42:34 queue INFO >3 [592] -2014-12-15 15:42:35 sendUrl INFO 3 [592] -2014-12-15 15:42:36 queue INFO 7 [593] -2014-12-15 15:42:36 sendUrl INFO 7 [593] -2014-12-15 15:42:36 queue INFO >7 [594] -2014-12-15 15:42:37 sendUrl INFO 7 [594] -2014-12-15 15:42:38 queue INFO 3 [595] -2014-12-15 15:42:38 queue INFO >3 [596] -2014-12-15 15:42:38 sendUrl INFO 3 [595] -2014-12-15 15:42:38 sendUrl INFO 3 [596] -2014-12-15 15:42:39 queue INFO 7 [597] -2014-12-15 15:42:39 queue INFO >7 [598] -2014-12-15 15:42:39 sendUrl INFO 7 [597] -2014-12-15 15:42:40 sendUrl INFO 7 [598] -2014-12-15 15:42:40 queue INFO 3 [599] -2014-12-15 15:42:41 queue INFO >3 [600] -2014-12-15 15:42:41 sendUrl INFO 3 [599] -2014-12-15 15:42:41 sendUrl INFO 3 [600] -2014-12-15 15:42:43 queue INFO 7 [601] -2014-12-15 15:42:43 queue INFO >7 [602] -2014-12-15 15:42:43 sendUrl INFO 7 [601] -2014-12-15 15:42:44 sendUrl INFO 7 [602] -2014-12-15 15:42:44 queue INFO 3 [603] -2014-12-15 15:42:44 queue INFO >3 [604] -2014-12-15 15:42:45 sendUrl INFO 3 [603] -2014-12-15 15:42:45 sendUrl INFO 3 [604] -2014-12-15 15:42:46 queue INFO 7 [605] -2014-12-15 15:42:46 sendUrl INFO 7 [605] -2014-12-15 15:42:46 queue INFO >7 [606] -2014-12-15 15:42:47 sendUrl INFO 7 [606] -2014-12-15 15:42:48 queue INFO 3 [607] -2014-12-15 15:42:48 queue INFO >3 [608] -2014-12-15 15:42:48 sendUrl INFO 3 [607] -2014-12-15 15:42:49 sendUrl INFO 3 [608] -2014-12-15 15:42:49 queue INFO 7 [609] -2014-12-15 15:42:50 queue INFO >7 [610] -2014-12-15 15:42:50 sendUrl INFO 7 [609] -2014-12-15 15:42:50 sendUrl INFO 7 [610] -2014-12-15 15:42:51 queue INFO 3 [611] -2014-12-15 15:42:51 queue INFO >3 [612] -2014-12-15 15:42:51 sendUrl INFO 3 [611] -2014-12-15 15:42:52 sendUrl INFO 3 [612] -2014-12-15 15:42:53 queue INFO 7 [613] -2014-12-15 15:42:53 queue INFO >7 [614] -2014-12-15 15:42:53 sendUrl INFO 7 [613] -2014-12-15 15:42:54 sendUrl INFO 7 [614] -2014-12-15 15:42:54 queue INFO 3 [615] -2014-12-15 15:42:54 sendUrl INFO 3 [615] -2014-12-15 15:42:54 queue INFO >3 [616] -2014-12-15 15:42:55 sendUrl INFO 3 [616] -2014-12-15 15:42:56 queue INFO 7 [617] -2014-12-15 15:42:56 queue INFO >7 [618] -2014-12-15 15:42:56 sendUrl INFO 7 [617] -2014-12-15 15:42:57 sendUrl INFO 7 [618] -2014-12-15 15:42:57 queue INFO 3 [619] -2014-12-15 15:42:57 queue INFO >3 [620] -2014-12-15 15:42:58 sendUrl INFO 3 [619] -2014-12-15 15:42:58 sendUrl INFO 3 [620] -2014-12-15 15:42:59 queue INFO 7 [621] -2014-12-15 15:42:59 sendUrl INFO 7 [621] -2014-12-15 15:42:59 queue INFO >7 [622] -2014-12-15 15:43:00 sendUrl INFO 7 [622] -2014-12-15 15:43:01 queue INFO 3 [623] -2014-12-15 15:43:01 queue INFO >3 [624] -2014-12-15 15:43:01 sendUrl INFO 3 [623] -2014-12-15 15:43:02 sendUrl INFO 3 [624] -2014-12-15 15:43:03 queue INFO 7 [625] -2014-12-15 15:43:03 queue INFO >7 [626] -2014-12-15 15:43:03 sendUrl INFO 7 [625] -2014-12-15 15:43:04 sendUrl INFO 7 [626] -2014-12-15 15:43:04 queue INFO 3 [627] -2014-12-15 15:43:04 queue INFO >3 [628] -2014-12-15 15:43:04 sendUrl INFO 3 [627] -2014-12-15 15:43:05 sendUrl INFO 3 [628] -2014-12-15 15:43:06 queue INFO 7 [629] -2014-12-15 15:43:06 queue INFO >7 [630] -2014-12-15 15:43:06 sendUrl INFO 7 [629] -2014-12-15 15:43:07 sendUrl INFO 7 [630] -2014-12-15 15:43:07 queue INFO 3 [631] -2014-12-15 15:43:07 queue INFO >3 [632] -2014-12-15 15:43:08 sendUrl INFO 3 [631] -2014-12-15 15:43:08 sendUrl INFO 3 [632] -2014-12-15 15:43:09 queue INFO 7 [633] -2014-12-15 15:43:09 queue INFO >7 [634] -2014-12-15 15:43:09 sendUrl INFO 7 [633] -2014-12-15 15:43:10 sendUrl INFO 7 [634] -2014-12-15 15:43:10 queue INFO 3 [635] -2014-12-15 15:43:11 queue INFO >3 [636] -2014-12-15 15:43:11 sendUrl INFO 3 [635] -2014-12-15 15:43:11 sendUrl INFO 3 [636] -2014-12-15 15:43:12 queue INFO 7 [637] -2014-12-15 15:43:13 queue INFO >7 [638] -2014-12-15 15:43:13 sendUrl INFO 7 [637] -2014-12-15 15:43:13 sendUrl INFO 7 [638] -2014-12-15 15:43:14 queue INFO 3 [639] -2014-12-15 15:43:14 sendUrl INFO 3 [639] -2014-12-15 15:43:14 queue INFO >3 [640] -2014-12-15 15:43:14 sendUrl INFO 3 [640] -2014-12-15 15:43:16 queue INFO 7 [641] -2014-12-15 15:43:16 sendUrl INFO 7 [641] -2014-12-15 15:43:16 queue INFO >7 [642] -2014-12-15 15:43:16 sendUrl INFO 7 [642] -2014-12-15 15:43:18 queue INFO 3 [643] -2014-12-15 15:43:18 queue INFO >3 [644] -2014-12-15 15:43:18 sendUrl INFO 3 [643] -2014-12-15 15:43:18 sendUrl INFO 3 [644] -2014-12-15 15:43:20 queue INFO 7 [645] -2014-12-15 15:43:20 queue INFO >7 [646] -2014-12-15 15:43:20 sendUrl INFO 7 [645] -2014-12-15 15:43:20 sendUrl INFO 7 [646] -2014-12-15 15:43:21 queue INFO 3 [647] -2014-12-15 15:43:22 queue INFO >3 [648] -2014-12-15 15:43:22 queue INFO 7 [649] -2014-12-15 15:43:22 sendUrl INFO 3 [647] -2014-12-15 15:43:22 queue INFO >7 [650] -2014-12-15 15:43:22 sendUrl INFO 3 [648] -2014-12-15 15:43:23 sendUrl INFO 7 [649] -2014-12-15 15:43:23 sendUrl INFO 7 [650] -2014-12-15 15:43:24 queue INFO 3 [651] -2014-12-15 15:43:25 queue INFO 7 [652] -2014-12-15 15:43:25 queue INFO >7 [653] -2014-12-15 15:43:25 sendUrl INFO 3 [651] -2014-12-15 15:43:25 sendUrl INFO 7 [652] -2014-12-15 15:43:26 sendUrl INFO 7 [653] -2014-12-15 15:43:30 queue INFO 3 [654] -2014-12-15 15:43:30 queue INFO >3 [655] -2014-12-15 15:43:30 sendUrl INFO 3 [654] -2014-12-15 15:43:30 sendUrl INFO 3 [655] -2014-12-15 15:43:32 queue INFO 7 [656] -2014-12-15 15:43:32 queue INFO >7 [657] -2014-12-15 15:43:32 sendUrl INFO 7 [656] -2014-12-15 15:43:32 sendUrl INFO 7 [657] -2014-12-15 15:43:33 queue INFO 3 [658] -2014-12-15 15:43:33 queue INFO >3 [659] -2014-12-15 15:43:33 sendUrl INFO 3 [658] -2014-12-15 15:43:34 sendUrl INFO 3 [659] -2014-12-15 15:43:35 queue INFO 7 [660] -2014-12-15 15:43:35 queue INFO >7 [661] -2014-12-15 15:43:35 sendUrl INFO 7 [660] -2014-12-15 15:43:36 sendUrl INFO 7 [661] -2014-12-15 15:43:36 queue INFO 3 [662] -2014-12-15 15:43:37 queue INFO >3 [663] -2014-12-15 15:43:37 sendUrl INFO 3 [662] -2014-12-15 15:43:37 sendUrl INFO 3 [663] -2014-12-15 15:43:38 queue INFO 7 [664] -2014-12-15 15:43:39 queue INFO >7 [665] -2014-12-15 15:43:39 sendUrl INFO 7 [664] -2014-12-15 15:43:40 sendUrl INFO 7 [665] -2014-12-15 15:43:40 queue INFO 3 [666] -2014-12-15 15:43:40 sendUrl INFO 3 [666] -2014-12-15 15:43:40 queue INFO >3 [667] -2014-12-15 15:43:41 sendUrl INFO 3 [667] -2014-12-15 15:43:42 queue INFO 7 [668] -2014-12-15 15:43:42 sendUrl INFO 7 [668] -2014-12-15 15:43:42 queue INFO >7 [669] -2014-12-15 15:43:43 sendUrl INFO 7 [669] -2014-12-15 15:43:43 queue INFO 3 [670] -2014-12-15 15:43:44 queue INFO >3 [671] -2014-12-15 15:43:44 sendUrl INFO 3 [670] -2014-12-15 15:43:45 sendUrl INFO 3 [671] -2014-12-15 15:43:45 queue INFO 7 [672] -2014-12-15 15:43:46 sendUrl INFO 7 [672] -2014-12-15 15:43:46 queue INFO >7 [673] -2014-12-15 15:43:46 sendUrl INFO 7 [673] -2014-12-15 15:43:47 queue INFO 3 [674] -2014-12-15 15:43:47 queue INFO >3 [675] -2014-12-15 15:43:48 sendUrl INFO 3 [674] -2014-12-15 15:43:48 sendUrl INFO 3 [675] -2014-12-15 15:43:49 queue INFO 7 [676] -2014-12-15 15:43:50 queue INFO >7 [677] -2014-12-15 15:43:50 sendUrl INFO 7 [676] -2014-12-15 15:43:50 sendUrl INFO 7 [677] -2014-12-15 15:43:51 queue INFO 3 [678] -2014-12-15 15:43:51 queue INFO >3 [679] -2014-12-15 15:43:51 sendUrl INFO 3 [678] -2014-12-15 15:43:52 sendUrl INFO 3 [679] -2014-12-15 15:43:53 queue INFO 7 [680] -2014-12-15 15:43:53 queue INFO >7 [681] -2014-12-15 15:43:54 sendUrl INFO 7 [680] -2014-12-15 15:43:54 sendUrl INFO 7 [681] -2014-12-15 15:43:55 queue INFO 3 [682] -2014-12-15 15:43:55 queue INFO >3 [683] -2014-12-15 15:43:55 sendUrl INFO 3 [682] -2014-12-15 15:43:56 sendUrl INFO 3 [683] -2014-12-15 15:43:56 queue INFO 7 [684] -2014-12-15 15:43:56 queue INFO >7 [685] -2014-12-15 15:43:57 sendUrl INFO 7 [684] -2014-12-15 15:43:57 sendUrl INFO 7 [685] -2014-12-15 15:43:57 queue INFO 3 [686] -2014-12-15 15:43:58 queue INFO >3 [687] -2014-12-15 15:43:58 sendUrl INFO 3 [686] -2014-12-15 15:43:58 sendUrl INFO 3 [687] -2014-12-15 15:43:59 queue INFO 7 [688] -2014-12-15 15:44:00 queue INFO >7 [689] -2014-12-15 15:44:00 sendUrl INFO 7 [688] -2014-12-15 15:44:00 sendUrl INFO 7 [689] -2014-12-15 15:44:01 queue INFO 3 [690] -2014-12-15 15:44:01 queue INFO >3 [691] -2014-12-15 15:44:02 sendUrl INFO 3 [690] -2014-12-15 15:44:02 sendUrl INFO 3 [691] -2014-12-15 15:44:03 queue INFO 7 [692] -2014-12-15 15:44:03 queue INFO >7 [693] -2014-12-15 15:44:04 sendUrl INFO 7 [692] -2014-12-15 15:44:04 sendUrl INFO 7 [693] -2014-12-15 15:44:05 queue INFO 3 [694] -2014-12-15 15:44:05 queue INFO >3 [695] -2014-12-15 15:44:05 sendUrl INFO 3 [694] -2014-12-15 15:44:06 sendUrl INFO 3 [695] -2014-12-15 15:44:07 queue INFO 7 [696] -2014-12-15 15:44:07 queue INFO >7 [697] -2014-12-15 15:44:07 sendUrl INFO 7 [696] -2014-12-15 15:44:08 sendUrl INFO 7 [697] -2014-12-15 15:44:08 queue INFO 3 [698] -2014-12-15 15:44:09 queue INFO >3 [699] -2014-12-15 15:44:09 sendUrl INFO 3 [698] -2014-12-15 15:44:09 sendUrl INFO 3 [699] -2014-12-15 15:44:10 queue INFO 7 [700] -2014-12-15 15:44:10 queue INFO >7 [701] -2014-12-15 15:44:11 sendUrl INFO 7 [700] -2014-12-15 15:44:11 sendUrl INFO 7 [701] -2014-12-15 15:44:11 queue INFO 3 [702] -2014-12-15 15:44:12 queue INFO >3 [703] -2014-12-15 15:44:12 sendUrl INFO 3 [702] -2014-12-15 15:44:12 sendUrl INFO 3 [703] -2014-12-15 15:44:13 queue INFO 7 [704] -2014-12-15 15:44:14 queue INFO >7 [705] -2014-12-15 15:44:14 sendUrl INFO 7 [704] -2014-12-15 15:44:14 sendUrl INFO 7 [705] -2014-12-15 15:44:15 queue INFO 3 [706] -2014-12-15 15:44:15 queue INFO >3 [707] -2014-12-15 15:44:15 sendUrl INFO 3 [706] -2014-12-15 15:44:16 sendUrl INFO 3 [707] -2014-12-15 15:44:17 queue INFO 7 [708] -2014-12-15 15:44:17 sendUrl INFO 7 [708] -2014-12-15 15:44:17 queue INFO >7 [709] -2014-12-15 15:44:17 sendUrl INFO 7 [709] -2014-12-15 15:44:18 queue INFO 3 [710] -2014-12-15 15:44:19 queue INFO >3 [711] -2014-12-15 15:44:19 sendUrl INFO 3 [710] -2014-12-15 15:44:19 sendUrl INFO 3 [711] -2014-12-15 15:44:21 queue INFO 7 [712] -2014-12-15 15:44:21 queue INFO >7 [713] -2014-12-15 15:44:21 sendUrl INFO 7 [712] -2014-12-15 15:44:21 sendUrl INFO 7 [713] -2014-12-15 15:44:22 queue INFO 3 [714] -2014-12-15 15:44:22 queue INFO >3 [715] -2014-12-15 15:44:22 sendUrl INFO 3 [714] -2014-12-15 15:44:23 sendUrl INFO 3 [715] -2014-12-15 15:44:24 queue INFO 7 [716] -2014-12-15 15:44:24 queue INFO >7 [717] -2014-12-15 15:44:24 sendUrl INFO 7 [716] -2014-12-15 15:44:25 sendUrl INFO 7 [717] -2014-12-15 15:44:26 queue INFO 3 [718] -2014-12-15 15:44:26 queue INFO >3 [719] -2014-12-15 15:44:26 sendUrl INFO 3 [718] -2014-12-15 15:44:26 sendUrl INFO 3 [719] -2014-12-15 15:44:27 queue INFO 7 [720] -2014-12-15 15:44:27 sendUrl INFO 7 [720] -2014-12-15 15:44:28 queue INFO >7 [721] -2014-12-15 15:44:28 sendUrl INFO 7 [721] -2014-12-15 15:44:29 queue INFO 3 [722] -2014-12-15 15:44:29 queue INFO >3 [723] -2014-12-15 15:44:29 sendUrl INFO 3 [722] -2014-12-15 15:44:30 sendUrl INFO 3 [723] -2014-12-15 15:44:31 queue INFO 7 [724] -2014-12-15 15:44:31 queue INFO >7 [725] -2014-12-15 15:44:32 sendUrl INFO 7 [724] -2014-12-15 15:44:32 sendUrl INFO 7 [725] -2014-12-15 15:44:33 queue INFO 3 [726] -2014-12-15 15:44:33 queue INFO >3 [727] -2014-12-15 15:44:33 sendUrl INFO 3 [726] -2014-12-15 15:44:34 sendUrl INFO 3 [727] -2014-12-15 15:44:35 queue INFO 7 [728] -2014-12-15 15:44:35 queue INFO >7 [729] -2014-12-15 15:44:35 sendUrl INFO 7 [728] -2014-12-15 15:44:36 sendUrl INFO 7 [729] -2014-12-15 15:44:36 queue INFO 3 [730] -2014-12-15 15:44:37 sendUrl INFO 3 [730] -2014-12-15 15:44:37 queue INFO >3 [731] -2014-12-15 15:44:37 sendUrl INFO 3 [731] -2014-12-15 15:44:39 queue INFO 7 [732] -2014-12-15 15:44:39 queue INFO >7 [733] -2014-12-15 15:44:39 sendUrl INFO 7 [732] -2014-12-15 15:44:40 sendUrl INFO 7 [733] -2014-12-15 15:44:40 queue INFO 3 [734] -2014-12-15 15:44:40 queue INFO >3 [735] -2014-12-15 15:44:41 sendUrl INFO 3 [734] -2014-12-15 15:44:41 sendUrl INFO 3 [735] -2014-12-15 15:44:42 queue INFO 7 [736] -2014-12-15 15:44:42 queue INFO >7 [737] -2014-12-15 15:44:43 sendUrl INFO 7 [736] -2014-12-15 15:44:43 sendUrl INFO 7 [737] -2014-12-15 15:44:44 queue INFO 3 [738] -2014-12-15 15:44:44 queue INFO >3 [739] -2014-12-15 15:44:44 sendUrl INFO 3 [738] -2014-12-15 15:44:45 sendUrl INFO 3 [739] -2014-12-15 15:44:46 queue INFO 7 [740] -2014-12-15 15:44:46 queue INFO >7 [741] -2014-12-15 15:44:46 sendUrl INFO 7 [740] -2014-12-15 15:44:47 sendUrl INFO 7 [741] -2014-12-15 15:44:47 queue INFO 3 [742] -2014-12-15 15:44:47 queue INFO >3 [743] -2014-12-15 15:44:48 sendUrl INFO 3 [742] -2014-12-15 15:44:48 sendUrl INFO 3 [743] -2014-12-15 15:44:49 queue INFO 7 [744] -2014-12-15 15:44:49 queue INFO >7 [745] -2014-12-15 15:44:49 sendUrl INFO 7 [744] -2014-12-15 15:44:50 sendUrl INFO 7 [745] -2014-12-15 15:44:50 queue INFO 3 [746] -2014-12-15 15:44:50 queue INFO >3 [747] -2014-12-15 15:44:51 sendUrl INFO 3 [746] -2014-12-15 15:44:51 sendUrl INFO 3 [747] -2014-12-15 15:44:52 queue INFO 7 [748] -2014-12-15 15:44:52 queue INFO >7 [749] -2014-12-15 15:44:52 sendUrl INFO 7 [748] -2014-12-15 15:44:53 sendUrl INFO 7 [749] -2014-12-15 15:44:53 queue INFO 3 [750] -2014-12-15 15:44:53 queue INFO >3 [751] -2014-12-15 15:44:53 sendUrl INFO 3 [750] -2014-12-15 15:44:54 sendUrl INFO 3 [751] -2014-12-15 15:44:55 queue INFO 7 [752] -2014-12-15 15:44:55 queue INFO >7 [753] -2014-12-15 15:44:55 sendUrl INFO 7 [752] -2014-12-15 15:44:56 sendUrl INFO 7 [753] -2014-12-15 15:44:57 queue INFO 3 [754] -2014-12-15 15:44:57 queue INFO >3 [755] -2014-12-15 15:44:57 sendUrl INFO 3 [754] -2014-12-15 15:44:57 sendUrl INFO 3 [755] -2014-12-15 15:44:59 queue INFO 7 [756] -2014-12-15 15:44:59 queue INFO >7 [757] -2014-12-15 15:44:59 sendUrl INFO 7 [756] -2014-12-15 15:44:59 queue INFO 3 [758] -2014-12-15 15:44:59 sendUrl INFO 7 [757] -2014-12-15 15:44:59 queue INFO >3 [759] -2014-12-15 15:45:00 sendUrl INFO 3 [758] -2014-12-15 15:45:00 sendUrl INFO 3 [759] -2014-12-15 15:45:01 queue INFO 7 [760] -2014-12-15 15:45:01 sendUrl INFO 7 [760] -2014-12-15 15:45:01 queue INFO >7 [761] -2014-12-15 15:45:02 sendUrl INFO 7 [761] -2014-12-15 15:45:03 queue INFO 3 [762] -2014-12-15 15:45:03 queue INFO >3 [763] -2014-12-15 15:45:03 sendUrl INFO 3 [762] -2014-12-15 15:45:04 sendUrl INFO 3 [763] -2014-12-15 15:45:05 queue INFO 7 [764] -2014-12-15 15:45:05 queue INFO >7 [765] -2014-12-15 15:45:05 sendUrl INFO 7 [764] -2014-12-15 15:45:06 sendUrl INFO 7 [765] -2014-12-15 15:45:07 queue INFO 3 [766] -2014-12-15 15:45:07 queue INFO >3 [767] -2014-12-15 15:45:07 sendUrl INFO 3 [766] -2014-12-15 15:45:07 sendUrl INFO 3 [767] -2014-12-15 15:45:09 queue INFO 7 [768] -2014-12-15 15:45:09 queue INFO >7 [769] -2014-12-15 15:45:09 sendUrl INFO 7 [768] -2014-12-15 15:45:09 sendUrl INFO 7 [769] -2014-12-15 15:45:10 queue INFO 3 [770] -2014-12-15 15:45:11 queue INFO >3 [771] -2014-12-15 15:45:11 sendUrl INFO 3 [770] -2014-12-15 15:45:11 sendUrl INFO 3 [771] -2014-12-15 15:45:13 queue INFO 7 [772] -2014-12-15 15:45:13 queue INFO >7 [773] -2014-12-15 15:45:13 sendUrl INFO 7 [772] -2014-12-15 15:45:13 sendUrl INFO 7 [773] -2014-12-15 15:45:14 queue INFO 3 [774] -2014-12-15 15:45:15 queue INFO >3 [775] -2014-12-15 15:45:15 sendUrl INFO 3 [774] -2014-12-15 15:45:15 sendUrl INFO 3 [775] -2014-12-15 15:45:16 queue INFO 7 [776] -2014-12-15 15:45:17 queue INFO >7 [777] -2014-12-15 15:45:17 sendUrl INFO 7 [776] -2014-12-15 15:45:17 sendUrl INFO 7 [777] -2014-12-15 15:45:18 queue INFO 3 [778] -2014-12-15 15:45:18 sendUrl INFO 3 [778] -2014-12-15 15:45:18 queue INFO >3 [779] -2014-12-15 15:45:19 sendUrl INFO 3 [779] -2014-12-15 15:45:20 queue INFO 7 [780] -2014-12-15 15:45:20 sendUrl INFO 7 [780] -2014-12-15 15:45:20 queue INFO >7 [781] -2014-12-15 15:45:21 sendUrl INFO 7 [781] -2014-12-15 15:45:22 queue INFO 3 [782] -2014-12-15 15:45:22 queue INFO >3 [783] -2014-12-15 15:45:22 sendUrl INFO 3 [782] -2014-12-15 15:45:22 sendUrl INFO 3 [783] -2014-12-15 15:45:23 queue INFO 7 [784] -2014-12-15 15:45:23 queue INFO >7 [785] -2014-12-15 15:45:23 sendUrl INFO 7 [784] -2014-12-15 15:45:23 queue INFO 3 [786] -2014-12-15 15:45:24 sendUrl INFO 7 [785] -2014-12-15 15:45:24 queue INFO >3 [787] -2014-12-15 15:45:24 sendUrl INFO 3 [786] -2014-12-15 15:45:25 sendUrl INFO 3 [787] -2014-12-15 15:45:25 queue INFO 7 [788] -2014-12-15 15:45:25 queue INFO >7 [789] -2014-12-15 15:45:26 sendUrl INFO 7 [788] -2014-12-15 15:45:26 sendUrl INFO 7 [789] -2014-12-15 15:45:27 queue INFO 3 [790] -2014-12-15 15:45:27 queue INFO >3 [791] -2014-12-15 15:45:27 sendUrl INFO 3 [790] -2014-12-15 15:45:28 sendUrl INFO 3 [791] -2014-12-15 15:45:28 queue INFO 7 [792] -2014-12-15 15:45:29 queue INFO >7 [793] -2014-12-15 15:45:29 sendUrl INFO 7 [792] -2014-12-15 15:45:29 sendUrl INFO 7 [793] -2014-12-15 15:45:30 queue INFO 3 [794] -2014-12-15 15:45:30 sendUrl INFO 3 [794] -2014-12-15 15:45:30 queue INFO >3 [795] -2014-12-15 15:45:31 sendUrl INFO 3 [795] -2014-12-15 15:45:32 queue INFO 7 [796] -2014-12-15 15:45:32 queue INFO >7 [797] -2014-12-15 15:45:32 sendUrl INFO 7 [796] -2014-12-15 15:45:33 sendUrl INFO 7 [797] -2014-12-15 15:45:33 queue INFO 3 [798] -2014-12-15 15:45:33 queue INFO >3 [799] -2014-12-15 15:45:34 sendUrl INFO 3 [798] -2014-12-15 15:45:34 sendUrl INFO 3 [799] -2014-12-15 15:45:35 queue INFO 7 [800] -2014-12-15 15:45:35 sendUrl INFO 7 [800] -2014-12-15 15:45:35 queue INFO >7 [801] -2014-12-15 15:45:36 sendUrl INFO 7 [801] -2014-12-15 15:45:37 queue INFO 3 [802] -2014-12-15 15:45:37 queue INFO >3 [803] -2014-12-15 15:45:37 sendUrl INFO 3 [802] -2014-12-15 15:45:38 sendUrl INFO 3 [803] -2014-12-15 15:45:39 queue INFO 7 [804] -2014-12-15 15:45:39 queue INFO >7 [805] -2014-12-15 15:45:39 sendUrl INFO 7 [804] -2014-12-15 15:45:40 sendUrl INFO 7 [805] -2014-12-15 15:45:40 queue INFO 3 [806] -2014-12-15 15:45:40 sendUrl INFO 3 [806] -2014-12-15 15:45:40 queue INFO >3 [807] -2014-12-15 15:45:41 sendUrl INFO 3 [807] -2014-12-15 15:45:42 queue INFO 7 [808] -2014-12-15 15:45:42 sendUrl INFO 7 [808] -2014-12-15 15:45:42 queue INFO >7 [809] -2014-12-15 15:45:43 sendUrl INFO 7 [809] -2014-12-15 15:45:44 queue INFO 3 [810] -2014-12-15 15:45:44 queue INFO >3 [811] -2014-12-15 15:45:44 sendUrl INFO 3 [810] -2014-12-15 15:45:45 sendUrl INFO 3 [811] -2014-12-15 15:45:46 queue INFO 7 [812] -2014-12-15 15:45:46 queue INFO >7 [813] -2014-12-15 15:45:46 sendUrl INFO 7 [812] -2014-12-15 15:45:47 sendUrl INFO 7 [813] -2014-12-15 15:45:47 queue INFO 3 [814] -2014-12-15 15:45:47 queue INFO >3 [815] -2014-12-15 15:45:48 sendUrl INFO 3 [814] -2014-12-15 15:45:48 sendUrl INFO 3 [815] -2014-12-15 15:45:49 queue INFO 7 [816] -2014-12-15 15:45:49 queue INFO >7 [817] -2014-12-15 15:45:50 sendUrl INFO 7 [816] -2014-12-15 15:45:50 sendUrl INFO 7 [817] -2014-12-15 15:45:51 queue INFO 3 [818] -2014-12-15 15:45:51 queue INFO >3 [819] -2014-12-15 15:45:51 sendUrl INFO 3 [818] -2014-12-15 15:45:52 sendUrl INFO 3 [819] -2014-12-15 15:45:53 queue INFO 7 [820] -2014-12-15 15:45:53 queue INFO >7 [821] -2014-12-15 15:45:53 sendUrl INFO 7 [820] -2014-12-15 15:45:53 sendUrl INFO 7 [821] -2014-12-15 15:45:54 queue INFO 3 [822] -2014-12-15 15:45:54 queue INFO >3 [823] -2014-12-15 15:45:54 sendUrl INFO 3 [822] -2014-12-15 15:45:55 sendUrl INFO 3 [823] -2014-12-15 15:45:56 queue INFO 7 [824] -2014-12-15 15:45:56 queue INFO >7 [825] -2014-12-15 15:45:56 sendUrl INFO 7 [824] -2014-12-15 15:45:56 sendUrl INFO 7 [825] -2014-12-15 15:45:57 queue INFO 3 [826] -2014-12-15 15:45:57 queue INFO >3 [827] -2014-12-15 15:45:57 sendUrl INFO 3 [826] -2014-12-15 15:45:58 sendUrl INFO 3 [827] -2014-12-15 15:45:58 queue INFO 7 [828] -2014-12-15 15:45:58 sendUrl INFO 7 [828] -2014-12-15 15:45:58 queue INFO >7 [829] -2014-12-15 15:45:59 sendUrl INFO 7 [829] -2014-12-15 15:46:00 queue INFO 3 [830] -2014-12-15 15:46:00 queue INFO >3 [831] -2014-12-15 15:46:00 sendUrl INFO 3 [830] -2014-12-15 15:46:00 sendUrl INFO 3 [831] -2014-12-15 15:46:00 queue INFO 7 [832] -2014-12-15 15:46:01 queue INFO >7 [833] -2014-12-15 15:46:01 sendUrl INFO 7 [832] -2014-12-15 15:46:01 queue INFO 3 [834] -2014-12-15 15:46:01 sendUrl INFO 7 [833] -2014-12-15 15:46:02 queue INFO 7 [835] -2014-12-15 15:46:02 queue INFO >7 [836] -2014-12-15 15:46:02 sendUrl INFO 3 [834] -2014-12-15 15:46:02 sendUrl INFO 7 [835] -2014-12-15 15:46:03 sendUrl INFO 7 [836] -2014-12-15 15:46:03 queue INFO 3 [837] -2014-12-15 15:46:03 queue INFO >3 [838] -2014-12-15 15:46:03 sendUrl INFO 3 [837] -2014-12-15 15:46:04 sendUrl INFO 3 [838] -2014-12-15 15:46:05 queue INFO 7 [839] -2014-12-15 15:46:05 queue INFO >7 [840] -2014-12-15 15:46:05 sendUrl INFO 7 [839] -2014-12-15 15:46:05 sendUrl INFO 7 [840] -2014-12-15 15:46:06 queue INFO 3 [841] -2014-12-15 15:46:06 queue INFO >3 [842] -2014-12-15 15:46:06 sendUrl INFO 3 [841] -2014-12-15 15:46:07 sendUrl INFO 3 [842] -2014-12-15 15:46:08 queue INFO 7 [843] -2014-12-15 15:46:08 queue INFO >7 [844] -2014-12-15 15:46:08 sendUrl INFO 7 [843] -2014-12-15 15:46:08 sendUrl INFO 7 [844] -2014-12-15 15:46:09 queue INFO 3 [845] -2014-12-15 15:46:09 queue INFO >3 [846] -2014-12-15 15:46:09 sendUrl INFO 3 [845] -2014-12-15 15:46:10 sendUrl INFO 3 [846] -2014-12-15 15:46:11 queue INFO 7 [847] -2014-12-15 15:46:11 sendUrl INFO 7 [847] -2014-12-15 15:46:11 queue INFO >7 [848] -2014-12-15 15:46:11 sendUrl INFO 7 [848] -2014-12-15 15:46:12 queue INFO 3 [849] -2014-12-15 15:46:13 queue INFO >3 [850] -2014-12-15 15:46:13 sendUrl INFO 3 [849] -2014-12-15 15:46:13 sendUrl INFO 3 [850] -2014-12-15 15:46:14 queue INFO 7 [851] -2014-12-15 15:46:14 queue INFO >7 [852] -2014-12-15 15:46:15 sendUrl INFO 7 [851] -2014-12-15 15:46:15 sendUrl INFO 7 [852] -2014-12-15 15:46:16 queue INFO 3 [853] -2014-12-15 15:46:16 queue INFO >3 [854] -2014-12-15 15:46:16 sendUrl INFO 3 [853] -2014-12-15 15:46:17 sendUrl INFO 3 [854] -2014-12-15 15:46:17 queue INFO 7 [855] -2014-12-15 15:46:17 queue INFO >7 [856] -2014-12-15 15:46:18 sendUrl INFO 7 [855] -2014-12-15 15:46:18 sendUrl INFO 7 [856] -2014-12-15 15:46:19 queue INFO 3 [857] -2014-12-15 15:46:19 queue INFO >3 [858] -2014-12-15 15:46:19 sendUrl INFO 3 [857] -2014-12-15 15:46:20 sendUrl INFO 3 [858] -2014-12-15 15:46:21 queue INFO 7 [859] -2014-12-15 15:46:21 queue INFO >7 [860] -2014-12-15 15:46:21 sendUrl INFO 7 [859] -2014-12-15 15:46:22 sendUrl INFO 7 [860] -2014-12-15 15:46:22 queue INFO 3 [861] -2014-12-15 15:46:22 sendUrl INFO 3 [861] -2014-12-15 15:46:22 queue INFO >3 [862] -2014-12-15 15:46:23 sendUrl INFO 3 [862] -2014-12-15 15:46:24 queue INFO 7 [863] -2014-12-15 15:46:24 queue INFO >7 [864] -2014-12-15 15:46:25 sendUrl INFO 7 [863] -2014-12-15 15:46:25 sendUrl INFO 7 [864] -2014-12-15 15:46:25 queue INFO 3 [865] -2014-12-15 15:46:26 queue INFO >3 [866] -2014-12-15 15:46:26 sendUrl INFO 3 [865] -2014-12-15 15:46:26 sendUrl INFO 3 [866] -2014-12-15 15:46:28 queue INFO 7 [867] -2014-12-15 15:46:28 queue INFO >7 [868] -2014-12-15 15:46:28 sendUrl INFO 7 [867] -2014-12-15 15:46:29 sendUrl INFO 7 [868] -2014-12-15 15:46:29 queue INFO 3 [869] -2014-12-15 15:46:29 queue INFO >3 [870] -2014-12-15 15:46:30 sendUrl INFO 3 [869] -2014-12-15 15:46:30 sendUrl INFO 3 [870] -2014-12-15 15:46:31 queue INFO 7 [871] -2014-12-15 15:46:31 queue INFO >7 [872] -2014-12-15 15:46:31 sendUrl INFO 7 [871] -2014-12-15 15:46:32 sendUrl INFO 7 [872] -2014-12-15 15:46:32 queue INFO 3 [873] -2014-12-15 15:46:32 queue INFO >3 [874] -2014-12-15 15:46:33 sendUrl INFO 3 [873] -2014-12-15 15:46:33 sendUrl INFO 3 [874] -2014-12-15 15:46:34 queue INFO 7 [875] -2014-12-15 15:46:34 queue INFO >7 [876] -2014-12-15 15:46:34 sendUrl INFO 7 [875] -2014-12-15 15:46:35 sendUrl INFO 7 [876] -2014-12-15 15:46:35 queue INFO 3 [877] -2014-12-15 15:46:35 sendUrl INFO 3 [877] -2014-12-15 15:46:35 queue INFO >3 [878] -2014-12-15 15:46:36 sendUrl INFO 3 [878] -2014-12-15 15:46:37 queue INFO 7 [879] -2014-12-15 15:46:37 sendUrl INFO 7 [879] -2014-12-15 15:46:37 queue INFO >7 [880] -2014-12-15 15:46:37 queue INFO 3 [881] -2014-12-15 15:46:37 sendUrl INFO 7 [880] -2014-12-15 15:46:37 queue INFO >3 [882] -2014-12-15 15:46:38 sendUrl INFO 3 [881] -2014-12-15 15:46:38 sendUrl INFO 3 [882] -2014-12-15 15:46:39 queue INFO 7 [883] -2014-12-15 15:46:39 queue INFO >7 [884] -2014-12-15 15:46:39 sendUrl INFO 7 [883] -2014-12-15 15:46:40 sendUrl INFO 7 [884] -2014-12-15 15:46:40 queue INFO 3 [885] -2014-12-15 15:46:40 queue INFO >3 [886] -2014-12-15 15:46:41 sendUrl INFO 3 [885] -2014-12-15 15:46:41 sendUrl INFO 3 [886] -2014-12-15 15:46:42 queue INFO 7 [887] -2014-12-15 15:46:42 queue INFO >7 [888] -2014-12-15 15:46:42 sendUrl INFO 7 [887] -2014-12-15 15:46:43 sendUrl INFO 7 [888] -2014-12-15 15:46:43 queue INFO 3 [889] -2014-12-15 15:46:43 queue INFO >3 [890] -2014-12-15 15:46:44 sendUrl INFO 3 [889] -2014-12-15 15:46:44 sendUrl INFO 3 [890] -2014-12-15 15:46:45 queue INFO 7 [891] -2014-12-15 15:46:45 queue INFO >7 [892] -2014-12-15 15:46:46 sendUrl INFO 7 [891] -2014-12-15 15:46:46 sendUrl INFO 7 [892] -2014-12-15 15:46:47 queue INFO 3 [893] -2014-12-15 15:46:47 sendUrl INFO 3 [893] -2014-12-15 15:46:47 queue INFO >3 [894] -2014-12-15 15:46:47 sendUrl INFO 3 [894] -2014-12-15 15:46:49 queue INFO 7 [895] -2014-12-15 15:46:49 queue INFO >7 [896] -2014-12-15 15:46:49 sendUrl INFO 7 [895] -2014-12-15 15:46:49 sendUrl INFO 7 [896] -2014-12-15 15:46:50 queue INFO 3 [897] -2014-12-15 15:46:50 sendUrl INFO 3 [897] -2014-12-15 15:46:50 queue INFO >3 [898] -2014-12-15 15:46:50 sendUrl INFO 3 [898] -2014-12-15 15:46:52 queue INFO 7 [899] -2014-12-15 15:46:52 queue INFO >7 [900] -2014-12-15 15:46:52 sendUrl INFO 7 [899] -2014-12-15 15:46:52 sendUrl INFO 7 [900] -2014-12-15 15:46:53 queue INFO 3 [901] -2014-12-15 15:46:53 queue INFO >3 [902] -2014-12-15 15:46:53 sendUrl INFO 3 [901] -2014-12-15 15:46:54 sendUrl INFO 3 [902] -2014-12-15 15:46:55 queue INFO 7 [903] -2014-12-15 15:46:55 sendUrl INFO 7 [903] -2014-12-15 15:46:55 queue INFO >7 [904] -2014-12-15 15:46:55 sendUrl INFO 7 [904] -2014-12-15 15:46:56 queue INFO 3 [905] -2014-12-15 15:46:56 queue INFO >3 [906] -2014-12-15 15:46:56 sendUrl INFO 3 [905] -2014-12-15 15:46:57 sendUrl INFO 3 [906] -2014-12-15 15:46:58 queue INFO 7 [907] -2014-12-15 15:46:58 queue INFO >7 [908] -2014-12-15 15:46:58 sendUrl INFO 7 [907] -2014-12-15 15:46:58 sendUrl INFO 7 [908] -2014-12-15 15:46:59 queue INFO 3 [909] -2014-12-15 15:46:59 queue INFO >3 [910] -2014-12-15 15:46:59 sendUrl INFO 3 [909] -2014-12-15 15:47:00 sendUrl INFO 3 [910] -2014-12-15 15:47:01 queue INFO 7 [911] -2014-12-15 15:47:01 queue INFO >7 [912] -2014-12-15 15:47:01 sendUrl INFO 7 [911] -2014-12-15 15:47:01 sendUrl INFO 7 [912] -2014-12-15 15:47:02 queue INFO 3 [913] -2014-12-15 15:47:02 queue INFO >3 [914] -2014-12-15 15:47:02 sendUrl INFO 3 [913] -2014-12-15 15:47:03 sendUrl INFO 3 [914] -2014-12-15 15:47:04 queue INFO 7 [915] -2014-12-15 15:47:04 sendUrl INFO 7 [915] -2014-12-15 15:47:04 queue INFO >7 [916] -2014-12-15 15:47:04 sendUrl INFO 7 [916] -2014-12-15 15:47:05 queue INFO 3 [917] -2014-12-15 15:47:05 queue INFO >3 [918] -2014-12-15 15:47:05 sendUrl INFO 3 [917] -2014-12-15 15:47:06 sendUrl INFO 3 [918] -2014-12-15 15:47:07 queue INFO 7 [919] -2014-12-15 15:47:07 queue INFO >7 [920] -2014-12-15 15:47:07 sendUrl INFO 7 [919] -2014-12-15 15:47:08 sendUrl INFO 7 [920] -2014-12-15 15:47:08 queue INFO 3 [921] -2014-12-15 15:47:08 sendUrl INFO 3 [921] -2014-12-15 15:47:08 queue INFO >3 [922] -2014-12-15 15:47:09 sendUrl INFO 3 [922] -2014-12-15 15:47:10 queue INFO 7 [923] -2014-12-15 15:47:10 queue INFO >7 [924] -2014-12-15 15:47:10 sendUrl INFO 7 [923] -2014-12-15 15:47:11 sendUrl INFO 7 [924] -2014-12-15 15:47:11 queue INFO 3 [925] -2014-12-15 15:47:11 sendUrl INFO 3 [925] -2014-12-15 15:47:11 queue INFO >3 [926] -2014-12-15 15:47:12 sendUrl INFO 3 [926] -2014-12-15 15:47:13 queue INFO 7 [927] -2014-12-15 15:47:13 queue INFO >7 [928] -2014-12-15 15:47:13 sendUrl INFO 7 [927] -2014-12-15 15:47:14 sendUrl INFO 7 [928] -2014-12-15 15:47:14 queue INFO 3 [929] -2014-12-15 15:47:14 queue INFO >3 [930] -2014-12-15 15:47:15 sendUrl INFO 3 [929] -2014-12-15 15:47:15 sendUrl INFO 3 [930] -2014-12-15 15:47:16 queue INFO 7 [931] -2014-12-15 15:47:16 sendUrl INFO 7 [931] -2014-12-15 15:47:16 queue INFO >7 [932] -2014-12-15 15:47:17 sendUrl INFO 7 [932] -2014-12-15 15:47:17 queue INFO 3 [933] -2014-12-15 15:47:18 queue INFO >3 [934] -2014-12-15 15:47:18 sendUrl INFO 3 [933] -2014-12-15 15:47:18 sendUrl INFO 3 [934] -2014-12-15 15:47:19 queue INFO 7 [935] -2014-12-15 15:47:19 queue INFO >7 [936] -2014-12-15 15:47:20 sendUrl INFO 7 [935] -2014-12-15 15:47:20 sendUrl INFO 7 [936] -2014-12-15 15:47:20 queue INFO 3 [937] -2014-12-15 15:47:20 queue INFO >3 [938] -2014-12-15 15:47:21 sendUrl INFO 3 [937] -2014-12-15 15:47:21 sendUrl INFO 3 [938] -2014-12-15 15:47:22 queue INFO 7 [939] -2014-12-15 15:47:22 sendUrl INFO 7 [939] -2014-12-15 15:47:22 queue INFO >7 [940] -2014-12-15 15:47:22 sendUrl INFO 7 [940] -2014-12-15 15:47:23 queue INFO 3 [941] -2014-12-15 15:47:23 queue INFO >3 [942] -2014-12-15 15:47:23 sendUrl INFO 3 [941] -2014-12-15 15:47:24 sendUrl INFO 3 [942] -2014-12-15 15:47:25 queue INFO 7 [943] -2014-12-15 15:47:25 queue INFO >7 [944] -2014-12-15 15:47:25 sendUrl INFO 7 [943] -2014-12-15 15:47:26 queue INFO 3 [945] -2014-12-15 15:47:26 sendUrl INFO 7 [944] -2014-12-15 15:47:26 queue INFO >3 [946] -2014-12-15 15:47:26 sendUrl INFO 3 [945] -2014-12-15 15:47:27 sendUrl INFO 3 [946] -2014-12-15 15:47:27 queue INFO 7 [947] -2014-12-15 15:47:28 queue INFO >7 [948] -2014-12-15 15:47:28 sendUrl INFO 7 [947] -2014-12-15 15:47:28 sendUrl INFO 7 [948] -2014-12-15 15:47:29 queue INFO 3 [949] -2014-12-15 15:47:29 sendUrl INFO 3 [949] -2014-12-15 15:47:29 queue INFO >3 [950] -2014-12-15 15:47:29 sendUrl INFO 3 [950] -2014-12-15 15:47:30 queue INFO 7 [951] -2014-12-15 15:47:31 queue INFO >7 [952] -2014-12-15 15:47:31 sendUrl INFO 7 [951] -2014-12-15 15:47:31 sendUrl INFO 7 [952] -2014-12-15 15:47:32 queue INFO 3 [953] -2014-12-15 15:47:32 queue INFO >3 [954] -2014-12-15 15:47:32 sendUrl INFO 3 [953] -2014-12-15 15:47:33 sendUrl INFO 3 [954] -2014-12-15 15:47:34 queue INFO 7 [955] -2014-12-15 15:47:34 sendUrl INFO 7 [955] -2014-12-15 15:47:34 queue INFO >7 [956] -2014-12-15 15:47:34 sendUrl INFO 7 [956] -2014-12-15 15:47:35 queue INFO 3 [957] -2014-12-15 15:47:35 queue INFO >3 [958] -2014-12-15 15:47:35 sendUrl INFO 3 [957] -2014-12-15 15:47:36 sendUrl INFO 3 [958] -2014-12-15 15:47:36 queue INFO 7 [959] -2014-12-15 15:47:37 queue INFO >7 [960] -2014-12-15 15:47:37 sendUrl INFO 7 [959] -2014-12-15 15:47:37 sendUrl INFO 7 [960] -2014-12-15 15:47:38 queue INFO 3 [961] -2014-12-15 15:47:38 queue INFO >3 [962] -2014-12-15 15:47:38 sendUrl INFO 3 [961] -2014-12-15 15:47:39 sendUrl INFO 3 [962] -2014-12-15 15:47:40 queue INFO 7 [963] -2014-12-15 15:47:40 sendUrl INFO 7 [963] -2014-12-15 15:47:40 queue INFO >7 [964] -2014-12-15 15:47:40 sendUrl INFO 7 [964] -2014-12-15 15:47:41 queue INFO 3 [965] -2014-12-15 15:47:41 queue INFO >3 [966] -2014-12-15 15:47:41 sendUrl INFO 3 [965] -2014-12-15 15:47:42 sendUrl INFO 3 [966] -2014-12-15 15:47:43 queue INFO 7 [967] -2014-12-15 15:47:43 sendUrl INFO 7 [967] -2014-12-15 15:47:43 queue INFO >7 [968] -2014-12-15 15:47:43 sendUrl INFO 7 [968] -2014-12-15 15:47:44 queue INFO 3 [969] -2014-12-15 15:47:44 queue INFO >3 [970] -2014-12-15 15:47:44 sendUrl INFO 3 [969] -2014-12-15 15:47:45 sendUrl INFO 3 [970] -2014-12-15 15:47:46 queue INFO 7 [971] -2014-12-15 15:47:46 queue INFO >7 [972] -2014-12-15 15:47:46 sendUrl INFO 7 [971] -2014-12-15 15:47:46 sendUrl INFO 7 [972] -2014-12-15 15:47:47 queue INFO 3 [973] -2014-12-15 15:47:47 queue INFO >3 [974] -2014-12-15 15:47:47 sendUrl INFO 3 [973] -2014-12-15 15:47:48 sendUrl INFO 3 [974] -2014-12-15 15:47:49 queue INFO 7 [975] -2014-12-15 15:47:49 queue INFO >7 [976] -2014-12-15 15:47:49 sendUrl INFO 7 [975] -2014-12-15 15:47:49 sendUrl INFO 7 [976] -2014-12-15 15:47:50 queue INFO 3 [977] -2014-12-15 15:47:50 sendUrl INFO 3 [977] -2014-12-15 15:47:50 queue INFO >3 [978] -2014-12-15 15:47:50 sendUrl INFO 3 [978] -2014-12-15 15:47:51 queue INFO 7 [979] -2014-12-15 15:47:51 sendUrl INFO 7 [979] -2014-12-15 15:47:52 queue INFO >7 [980] -2014-12-15 15:47:52 sendUrl INFO 7 [980] -2014-12-15 15:47:53 queue INFO 3 [981] -2014-12-15 15:47:53 sendUrl INFO 3 [981] -2014-12-15 15:47:53 queue INFO >3 [982] -2014-12-15 15:47:53 sendUrl INFO 3 [982] -2014-12-15 15:47:55 queue INFO 7 [983] -2014-12-15 15:47:55 queue INFO >7 [984] -2014-12-15 15:47:55 sendUrl INFO 7 [983] -2014-12-15 15:47:55 sendUrl INFO 7 [984] -2014-12-15 15:47:56 queue INFO 3 [985] -2014-12-15 15:47:56 queue INFO >3 [986] -2014-12-15 15:47:56 sendUrl INFO 3 [985] -2014-12-15 15:47:57 sendUrl INFO 3 [986] -2014-12-15 15:47:58 queue INFO 7 [987] -2014-12-15 15:47:58 queue INFO >7 [988] -2014-12-15 15:47:58 sendUrl INFO 7 [987] -2014-12-15 15:47:58 sendUrl INFO 7 [988] -2014-12-15 15:47:59 queue INFO 3 [989] -2014-12-15 15:47:59 queue INFO >3 [990] -2014-12-15 15:48:00 sendUrl INFO 3 [989] -2014-12-15 15:48:00 sendUrl INFO 3 [990] -2014-12-15 15:48:01 queue INFO 7 [991] -2014-12-15 15:48:01 queue INFO >7 [992] -2014-12-15 15:48:01 sendUrl INFO 7 [991] -2014-12-15 15:48:02 sendUrl INFO 7 [992] -2014-12-15 15:48:02 queue INFO 3 [993] -2014-12-15 15:48:02 queue INFO >3 [994] -2014-12-15 15:48:03 sendUrl INFO 3 [993] -2014-12-15 15:48:03 sendUrl INFO 3 [994] -2014-12-15 15:48:04 queue INFO 7 [995] -2014-12-15 15:48:04 queue INFO >7 [996] -2014-12-15 15:48:04 sendUrl INFO 7 [995] -2014-12-15 15:48:05 sendUrl INFO 7 [996] -2014-12-15 15:48:05 queue INFO 3 [997] -2014-12-15 15:48:05 queue INFO >3 [998] -2014-12-15 15:48:06 sendUrl INFO 3 [997] -2014-12-15 15:48:06 sendUrl INFO 3 [998] -2014-12-15 15:48:07 queue INFO 7 [999] -2014-12-15 15:48:07 queue INFO >7 [0] -2014-12-15 15:48:07 sendUrl INFO 7 [999] -2014-12-15 15:48:08 sendUrl INFO 7 [0] -2014-12-15 15:48:08 queue INFO 3 [1] -2014-12-15 15:48:08 queue INFO >3 [2] -2014-12-15 15:48:09 sendUrl INFO 3 [1] -2014-12-15 15:48:09 sendUrl INFO 3 [2] -2014-12-15 15:48:10 queue INFO 7 [3] -2014-12-15 15:48:10 queue INFO >7 [4] -2014-12-15 15:48:11 sendUrl INFO 7 [3] -2014-12-15 15:48:11 sendUrl INFO 7 [4] -2014-12-15 15:48:11 queue INFO 3 [5] -2014-12-15 15:48:12 sendUrl INFO 3 [5] -2014-12-15 15:48:12 queue INFO >3 [6] -2014-12-15 15:48:12 sendUrl INFO 3 [6] -2014-12-15 15:48:13 queue INFO 7 [7] -2014-12-15 15:48:13 queue INFO >7 [8] -2014-12-15 15:48:14 sendUrl INFO 7 [7] -2014-12-15 15:48:14 sendUrl INFO 7 [8] -2014-12-15 15:48:15 queue INFO 3 [9] -2014-12-15 15:48:15 queue INFO >3 [10] -2014-12-15 15:48:15 sendUrl INFO 3 [9] -2014-12-15 15:48:16 sendUrl INFO 3 [10] -2014-12-15 15:48:17 queue INFO 7 [11] -2014-12-15 15:48:17 queue INFO >7 [12] -2014-12-15 15:48:17 sendUrl INFO 7 [11] -2014-12-15 15:48:18 sendUrl INFO 7 [12] -2014-12-15 15:48:18 queue INFO 3 [13] -2014-12-15 15:48:19 queue INFO >3 [14] -2014-12-15 15:48:19 sendUrl INFO 3 [13] -2014-12-15 15:48:19 sendUrl INFO 3 [14] -2014-12-15 15:48:20 queue INFO 7 [15] -2014-12-15 15:48:21 queue INFO >7 [16] -2014-12-15 15:48:21 sendUrl INFO 7 [15] -2014-12-15 15:48:21 sendUrl INFO 7 [16] -2014-12-15 15:48:22 queue INFO 3 [17] -2014-12-15 15:48:22 queue INFO >3 [18] -2014-12-15 15:48:22 sendUrl INFO 3 [17] -2014-12-15 15:48:23 sendUrl INFO 3 [18] -2014-12-15 15:48:24 queue INFO 7 [19] -2014-12-15 15:48:25 queue INFO >7 [20] -2014-12-15 15:48:25 sendUrl INFO 7 [19] -2014-12-15 15:48:25 sendUrl INFO 7 [20] -2014-12-15 15:48:25 queue INFO 3 [21] -2014-12-15 15:48:26 queue INFO >3 [22] -2014-12-15 15:48:26 sendUrl INFO 3 [21] -2014-12-15 15:48:26 queue INFO 7 [23] -2014-12-15 15:48:26 sendUrl INFO 3 [22] -2014-12-15 15:48:26 queue INFO >7 [24] -2014-12-15 15:48:27 sendUrl INFO 7 [23] -2014-12-15 15:48:27 sendUrl INFO 7 [24] -2014-12-15 15:48:27 queue INFO 3 [25] -2014-12-15 15:48:28 queue INFO >3 [26] -2014-12-15 15:48:28 sendUrl INFO 3 [25] -2014-12-15 15:48:28 sendUrl INFO 3 [26] -2014-12-15 15:48:30 queue INFO 7 [27] -2014-12-15 15:48:30 sendUrl INFO 7 [27] -2014-12-15 15:48:30 queue INFO >7 [28] -2014-12-15 15:48:30 sendUrl INFO 7 [28] -2014-12-15 15:48:31 queue INFO 3 [29] -2014-12-15 15:48:32 queue INFO >3 [30] -2014-12-15 15:48:32 sendUrl INFO 3 [29] -2014-12-15 15:48:32 sendUrl INFO 3 [30] -2014-12-15 15:48:33 queue INFO 7 [31] -2014-12-15 15:48:34 queue INFO >7 [32] -2014-12-15 15:48:34 sendUrl INFO 7 [31] -2014-12-15 15:48:34 queue INFO 3 [33] -2014-12-15 15:48:34 queue INFO >3 [34] -2014-12-15 15:48:34 sendUrl INFO 7 [32] -2014-12-15 15:48:35 sendUrl INFO 3 [33] -2014-12-15 15:48:35 sendUrl INFO 3 [34] -2014-12-15 15:48:36 queue INFO 7 [35] -2014-12-15 15:48:37 queue INFO >7 [36] -2014-12-15 15:48:37 sendUrl INFO 7 [35] -2014-12-15 15:48:37 sendUrl INFO 7 [36] -2014-12-15 15:48:38 queue INFO 3 [37] -2014-12-15 15:48:38 sendUrl INFO 3 [37] -2014-12-15 15:48:38 queue INFO >3 [38] -2014-12-15 15:48:39 sendUrl INFO 3 [38] -2014-12-15 15:48:41 queue INFO 7 [39] -2014-12-15 15:48:41 queue INFO >7 [40] -2014-12-15 15:48:41 sendUrl INFO 7 [39] -2014-12-15 15:48:42 sendUrl INFO 7 [40] -2014-12-15 15:48:43 queue INFO 3 [41] -2014-12-15 15:48:43 queue INFO >3 [42] -2014-12-15 15:48:43 sendUrl INFO 3 [41] -2014-12-15 15:48:43 sendUrl INFO 3 [42] -2014-12-15 15:48:45 queue INFO 7 [43] -2014-12-15 15:48:45 queue INFO >7 [44] -2014-12-15 15:48:45 sendUrl INFO 7 [43] -2014-12-15 15:48:46 sendUrl INFO 7 [44] -2014-12-15 15:48:47 queue INFO 3 [45] -2014-12-15 15:48:47 queue INFO >3 [46] -2014-12-15 15:48:47 sendUrl INFO 3 [45] -2014-12-15 15:48:48 sendUrl INFO 3 [46] -2014-12-15 15:48:49 queue INFO 7 [47] -2014-12-15 15:48:49 queue INFO >7 [48] -2014-12-15 15:48:49 sendUrl INFO 7 [47] -2014-12-15 15:48:50 sendUrl INFO 7 [48] -2014-12-15 15:48:51 queue INFO 3 [49] -2014-12-15 15:48:51 queue INFO >3 [50] -2014-12-15 15:48:51 sendUrl INFO 3 [49] -2014-12-15 15:48:52 sendUrl INFO 3 [50] -2014-12-15 15:48:55 queue INFO 7 [51] -2014-12-15 15:48:55 queue INFO >7 [52] -2014-12-15 15:48:55 sendUrl INFO 7 [51] -2014-12-15 15:48:56 sendUrl INFO 7 [52] -2014-12-15 15:48:57 queue INFO 3 [53] -2014-12-15 15:48:57 queue INFO >3 [54] -2014-12-15 15:48:58 sendUrl INFO 3 [53] -2014-12-15 15:48:58 sendUrl INFO 3 [54] -2014-12-15 15:48:59 queue INFO 7 [55] -2014-12-15 15:48:59 sendUrl INFO 7 [55] -2014-12-15 15:48:59 queue INFO >7 [56] -2014-12-15 15:49:00 sendUrl INFO 7 [56] -2014-12-15 15:49:02 queue INFO 3 [57] -2014-12-15 15:49:02 queue INFO >3 [58] -2014-12-15 15:49:02 sendUrl INFO 3 [57] -2014-12-15 15:49:03 sendUrl INFO 3 [58] -2014-12-15 15:49:04 queue INFO 7 [59] -2014-12-15 15:49:04 sendUrl INFO 7 [59] -2014-12-15 15:49:04 queue INFO >7 [60] -2014-12-15 15:49:05 sendUrl INFO 7 [60] -2014-12-15 15:49:06 queue INFO 3 [61] -2014-12-15 15:49:06 queue INFO >3 [62] -2014-12-15 15:49:06 sendUrl INFO 3 [61] -2014-12-15 15:49:07 sendUrl INFO 3 [62] -2014-12-15 15:49:08 queue INFO 7 [63] -2014-12-15 15:49:08 queue INFO >7 [64] -2014-12-15 15:49:08 sendUrl INFO 7 [63] -2014-12-15 15:49:09 sendUrl INFO 7 [64] -2014-12-15 15:49:09 queue INFO 3 [65] -2014-12-15 15:49:09 sendUrl INFO 3 [65] -2014-12-15 15:49:09 queue INFO >3 [66] -2014-12-15 15:49:10 sendUrl INFO 3 [66] -2014-12-15 15:49:11 queue INFO 7 [67] -2014-12-15 15:49:12 queue INFO >7 [68] -2014-12-15 15:49:12 sendUrl INFO 7 [67] -2014-12-15 15:49:12 sendUrl INFO 7 [68] -2014-12-15 15:49:13 queue INFO 3 [69] -2014-12-15 15:49:13 sendUrl INFO 3 [69] -2014-12-15 15:49:13 queue INFO >3 [70] -2014-12-15 15:49:14 sendUrl INFO 3 [70] -2014-12-15 15:49:15 queue INFO 7 [71] -2014-12-15 15:49:16 queue INFO >7 [72] -2014-12-15 15:49:16 sendUrl INFO 7 [71] -2014-12-15 15:49:16 sendUrl INFO 7 [72] -2014-12-15 15:49:17 queue INFO 3 [73] -2014-12-15 15:49:17 sendUrl INFO 3 [73] -2014-12-15 15:49:17 queue INFO >3 [74] -2014-12-15 15:49:18 sendUrl INFO 3 [74] -2014-12-15 15:49:19 queue INFO 7 [75] -2014-12-15 15:49:20 queue INFO >7 [76] -2014-12-15 15:49:20 sendUrl INFO 7 [75] -2014-12-15 15:49:20 sendUrl INFO 7 [76] -2014-12-15 15:49:21 queue INFO 3 [77] -2014-12-15 15:49:21 queue INFO >3 [78] -2014-12-15 15:49:22 sendUrl INFO 3 [77] -2014-12-15 15:49:22 sendUrl INFO 3 [78] -2014-12-15 15:49:23 queue INFO 7 [79] -2014-12-15 15:49:24 queue INFO >7 [80] -2014-12-15 15:49:24 sendUrl INFO 7 [79] -2014-12-15 15:49:24 sendUrl INFO 7 [80] -2014-12-15 15:49:25 queue INFO 3 [81] -2014-12-15 15:49:25 sendUrl INFO 3 [81] -2014-12-15 15:49:25 queue INFO >3 [82] -2014-12-15 15:49:26 sendUrl INFO 3 [82] -2014-12-15 15:49:27 queue INFO 7 [83] -2014-12-15 15:49:27 sendUrl INFO 7 [83] -2014-12-15 15:49:27 queue INFO >7 [84] -2014-12-15 15:49:28 sendUrl INFO 7 [84] -2014-12-15 15:49:29 queue INFO 3 [85] -2014-12-15 15:49:29 queue INFO >3 [86] -2014-12-15 15:49:29 sendUrl INFO 3 [85] -2014-12-15 15:49:29 sendUrl INFO 3 [86] -2014-12-15 15:49:30 queue INFO 7 [87] -2014-12-15 15:49:30 queue INFO >7 [88] -2014-12-15 15:49:30 sendUrl INFO 7 [87] -2014-12-15 15:49:30 queue INFO 3 [89] -2014-12-15 15:49:30 sendUrl INFO 7 [88] -2014-12-15 15:49:30 queue INFO >3 [90] -2014-12-15 15:49:31 sendUrl INFO 3 [89] -2014-12-15 15:49:31 sendUrl INFO 3 [90] -2014-12-15 15:49:31 queue INFO 7 [91] -2014-12-15 15:49:32 queue INFO >7 [92] -2014-12-15 15:49:32 sendUrl INFO 7 [91] -2014-12-15 15:49:32 sendUrl INFO 7 [92] -2014-12-15 15:49:33 queue INFO 3 [93] -2014-12-15 15:49:33 queue INFO >3 [94] -2014-12-15 15:49:33 sendUrl INFO 3 [93] -2014-12-15 15:49:34 sendUrl INFO 3 [94] -2014-12-15 15:49:35 queue INFO 7 [95] -2014-12-15 15:49:36 queue INFO >7 [96] -2014-12-15 15:49:36 sendUrl INFO 7 [95] -2014-12-15 15:49:36 sendUrl INFO 7 [96] -2014-12-15 15:49:37 queue INFO 3 [97] -2014-12-15 15:49:37 queue INFO >3 [98] -2014-12-15 15:49:37 sendUrl INFO 3 [97] -2014-12-15 15:49:38 sendUrl INFO 3 [98] -2014-12-15 15:49:40 queue INFO 7 [99] -2014-12-15 15:49:40 queue INFO >7 [100] -2014-12-15 15:49:40 sendUrl INFO 7 [99] -2014-12-15 15:49:40 sendUrl INFO 7 [100] -2014-12-15 15:49:41 queue INFO 3 [101] -2014-12-15 15:49:42 queue INFO >3 [102] -2014-12-15 15:49:42 sendUrl INFO 3 [101] -2014-12-15 15:49:42 sendUrl INFO 3 [102] -2014-12-15 15:49:44 queue INFO 7 [103] -2014-12-15 15:49:44 queue INFO >7 [104] -2014-12-15 15:49:44 sendUrl INFO 7 [103] -2014-12-15 15:49:44 sendUrl INFO 7 [104] -2014-12-15 15:49:45 queue INFO 3 [105] -2014-12-15 15:49:45 queue INFO >3 [106] -2014-12-15 15:49:45 sendUrl INFO 3 [105] -2014-12-15 15:49:45 sendUrl INFO 3 [106] -2014-12-15 15:49:47 queue INFO 7 [107] -2014-12-15 15:49:47 queue INFO >7 [108] -2014-12-15 15:49:48 sendUrl INFO 7 [107] -2014-12-15 15:49:48 sendUrl INFO 7 [108] -2014-12-15 15:49:49 queue INFO 3 [109] -2014-12-15 15:49:49 queue INFO >3 [110] -2014-12-15 15:49:50 sendUrl INFO 3 [109] -2014-12-15 15:49:50 sendUrl INFO 3 [110] -2014-12-15 15:49:51 queue INFO 7 [111] -2014-12-15 15:49:51 queue INFO >7 [112] -2014-12-15 15:49:52 sendUrl INFO 7 [111] -2014-12-15 15:49:52 sendUrl INFO 7 [112] -2014-12-15 15:49:53 queue INFO 3 [113] -2014-12-15 15:49:54 queue INFO >3 [114] -2014-12-15 15:49:54 sendUrl INFO 3 [113] -2014-12-15 15:49:54 sendUrl INFO 3 [114] -2014-12-15 15:49:56 queue INFO 7 [115] -2014-12-15 15:49:56 queue INFO >7 [116] -2014-12-15 15:49:56 sendUrl INFO 7 [115] -2014-12-15 15:49:57 sendUrl INFO 7 [116] -2014-12-15 15:49:58 queue INFO 3 [117] -2014-12-15 15:49:58 sendUrl INFO 3 [117] -2014-12-15 15:49:58 queue INFO >3 [118] -2014-12-15 15:49:59 sendUrl INFO 3 [118] -2014-12-15 15:50:00 queue INFO 7 [119] -2014-12-15 15:50:01 queue INFO >7 [120] -2014-12-15 15:50:01 sendUrl INFO 7 [119] -2014-12-15 15:50:01 queue INFO 3 [121] -2014-12-15 15:50:01 queue INFO >3 [122] -2014-12-15 15:50:01 sendUrl INFO 7 [120] -2014-12-15 15:50:02 sendUrl INFO 3 [121] -2014-12-15 15:50:02 queue INFO 7 [123] -2014-12-15 15:50:02 sendUrl INFO 3 [122] -2014-12-15 15:50:02 queue INFO >7 [124] -2014-12-15 15:50:03 sendUrl INFO 7 [123] -2014-12-15 15:50:03 sendUrl INFO 7 [124] -2014-12-15 15:50:04 queue INFO 3 [125] -2014-12-15 15:50:04 sendUrl INFO 3 [125] -2014-12-15 15:50:04 queue INFO >3 [126] -2014-12-15 15:50:05 sendUrl INFO 3 [126] -2014-12-15 15:50:06 queue INFO 7 [127] -2014-12-15 15:50:07 queue INFO >7 [128] -2014-12-15 15:50:07 sendUrl INFO 7 [127] -2014-12-15 15:50:07 sendUrl INFO 7 [128] -2014-12-15 15:50:08 queue INFO 3 [129] -2014-12-15 15:50:09 queue INFO >3 [130] -2014-12-15 15:50:09 sendUrl INFO 3 [129] -2014-12-15 15:50:09 sendUrl INFO 3 [130] -2014-12-15 15:50:11 queue INFO 7 [131] -2014-12-15 15:50:11 queue INFO >7 [132] -2014-12-15 15:50:11 sendUrl INFO 7 [131] -2014-12-15 15:50:12 queue INFO 3 [133] -2014-12-15 15:50:12 program INFO WAIT active send to complete -2014-12-15 15:50:13 sendUrl INFO 7 [132] -2014-12-15 15:50:13 queue INFO 7 [134] -2014-12-15 15:50:13 sendUrl INFO 3 [133] -2014-12-15 15:50:13 queue INFO >7 [135] -2014-12-15 15:50:13 queue INFO 3 [136] -2014-12-15 15:50:13 sendUrl INFO 7 [134] -2014-12-15 15:50:13 queue INFO >3 [137] -2014-12-15 15:50:14 sendUrl INFO 7 [135] -2014-12-15 15:50:14 sendUrl INFO 3 [136] -2014-12-15 15:50:15 queue INFO 7 [138] -2014-12-15 15:50:15 sendUrl INFO 3 [137] -2014-12-15 15:50:15 queue INFO >7 [139] -2014-12-15 15:50:15 sendUrl INFO 7 [138] -2014-12-15 15:50:16 sendUrl INFO 7 [139] -2014-12-15 15:50:17 queue INFO 3 [140] -2014-12-15 15:50:17 sendUrl INFO 3 [140] -2014-12-15 15:50:17 queue INFO >3 [141] -2014-12-15 15:50:17 sendUrl INFO 3 [141] -2014-12-15 15:50:19 queue INFO 7 [142] -2014-12-15 15:50:19 queue INFO >7 [143] -2014-12-15 15:50:19 sendUrl INFO 7 [142] -2014-12-15 15:50:20 sendUrl INFO 7 [143] -2014-12-15 15:50:21 queue INFO 3 [144] -2014-12-15 15:50:21 queue INFO >3 [145] -2014-12-15 15:50:21 sendUrl INFO 3 [144] -2014-12-15 15:50:22 sendUrl INFO 3 [145] -2014-12-15 15:50:23 queue INFO 7 [146] -2014-12-15 15:50:23 queue INFO >7 [147] -2014-12-15 15:50:23 sendUrl INFO 7 [146] -2014-12-15 15:50:24 sendUrl INFO 7 [147] -2014-12-15 15:50:25 queue INFO 3 [148] -2014-12-15 15:50:25 queue INFO >3 [149] -2014-12-15 15:50:25 sendUrl INFO 3 [148] -2014-12-15 15:50:26 sendUrl INFO 3 [149] -2014-12-15 15:50:28 queue INFO 7 [150] -2014-12-15 15:50:28 queue INFO >7 [151] -2014-12-15 15:50:28 sendUrl INFO 7 [150] -2014-12-15 15:50:28 sendUrl INFO 7 [151] -2014-12-15 15:50:29 queue INFO 3 [152] -2014-12-15 15:50:30 queue INFO >3 [153] -2014-12-15 15:50:30 sendUrl INFO 3 [152] -2014-12-15 15:50:30 sendUrl INFO 3 [153] -2014-12-15 15:50:32 queue INFO 7 [154] -2014-12-15 15:50:32 queue INFO >7 [155] -2014-12-15 15:50:32 sendUrl INFO 7 [154] -2014-12-15 15:50:33 sendUrl INFO 7 [155] -2014-12-15 15:50:34 queue INFO 3 [156] -2014-12-15 15:50:34 sendUrl INFO 3 [156] -2014-12-15 15:50:34 queue INFO >3 [157] -2014-12-15 15:50:34 sendUrl INFO 3 [157] -2014-12-15 15:50:36 queue INFO 7 [158] -2014-12-15 15:50:36 sendUrl INFO 7 [158] -2014-12-15 15:50:36 queue INFO >7 [159] -2014-12-15 15:50:36 sendUrl INFO 7 [159] -2014-12-15 15:50:38 queue INFO 3 [160] -2014-12-15 15:50:38 queue INFO >3 [161] -2014-12-15 15:50:38 sendUrl INFO 3 [160] -2014-12-15 15:50:38 sendUrl INFO 3 [161] -2014-12-15 15:50:40 queue INFO 7 [162] -2014-12-15 15:50:40 queue INFO >7 [163] -2014-12-15 15:50:40 sendUrl INFO 7 [162] -2014-12-15 15:50:40 sendUrl INFO 7 [163] -2014-12-15 15:50:41 queue INFO 3 [164] -2014-12-15 15:50:41 queue INFO >3 [165] -2014-12-15 15:50:41 sendUrl INFO 3 [164] -2014-12-15 15:50:42 sendUrl INFO 3 [165] -2014-12-15 15:50:42 queue INFO 7 [166] -2014-12-15 15:50:42 queue INFO >7 [167] -2014-12-15 15:50:42 sendUrl INFO 7 [166] -2014-12-15 15:50:43 queue INFO 3 [168] -2014-12-15 15:50:43 sendUrl INFO 7 [167] -2014-12-15 15:50:43 queue INFO >3 [169] -2014-12-15 15:50:44 sendUrl INFO 3 [168] -2014-12-15 15:50:44 sendUrl INFO 3 [169] -2014-12-15 15:50:45 queue INFO 7 [170] -2014-12-15 15:50:45 queue INFO >7 [171] -2014-12-15 15:50:46 sendUrl INFO 7 [170] -2014-12-15 15:50:46 sendUrl INFO 7 [171] -2014-12-15 15:50:47 queue INFO 3 [172] -2014-12-15 15:50:47 queue INFO >3 [173] -2014-12-15 15:50:48 sendUrl INFO 3 [172] -2014-12-15 15:50:48 sendUrl INFO 3 [173] -2014-12-15 15:50:49 queue INFO 7 [174] -2014-12-15 15:50:49 queue INFO >7 [175] -2014-12-15 15:50:50 sendUrl INFO 7 [174] -2014-12-15 15:50:50 sendUrl INFO 7 [175] -2014-12-15 15:50:51 queue INFO 3 [176] -2014-12-15 15:50:51 queue INFO >3 [177] -2014-12-15 15:50:52 sendUrl INFO 3 [176] -2014-12-15 15:50:52 sendUrl INFO 3 [177] -2014-12-15 15:50:53 queue INFO 7 [178] -2014-12-15 15:50:53 queue INFO >7 [179] -2014-12-15 15:50:54 sendUrl INFO 7 [178] -2014-12-15 15:50:54 sendUrl INFO 7 [179] -2014-12-15 15:50:55 queue INFO 3 [180] -2014-12-15 15:50:55 queue INFO >3 [181] -2014-12-15 15:50:55 sendUrl INFO 3 [180] -2014-12-15 15:50:56 sendUrl INFO 3 [181] -2014-12-15 15:50:57 queue INFO 7 [182] -2014-12-15 15:50:57 queue INFO >7 [183] -2014-12-15 15:50:57 sendUrl INFO 7 [182] -2014-12-15 15:50:58 sendUrl INFO 7 [183] -2014-12-15 15:50:58 queue INFO 3 [184] -2014-12-15 15:50:59 queue INFO >3 [185] -2014-12-15 15:50:59 sendUrl INFO 3 [184] -2014-12-15 15:50:59 sendUrl INFO 3 [185] -2014-12-15 15:51:00 queue INFO 7 [186] -2014-12-15 15:51:01 queue INFO >7 [187] -2014-12-15 15:51:01 sendUrl INFO 7 [186] -2014-12-15 15:51:01 sendUrl INFO 7 [187] -2014-12-15 15:51:02 queue INFO 3 [188] -2014-12-15 15:51:02 queue INFO >3 [189] -2014-12-15 15:51:02 sendUrl INFO 3 [188] -2014-12-15 15:51:03 sendUrl INFO 3 [189] -2014-12-15 15:51:04 queue INFO 7 [190] -2014-12-15 15:51:04 sendUrl INFO 7 [190] -2014-12-15 15:51:04 queue INFO >7 [191] -2014-12-15 15:51:04 sendUrl INFO 7 [191] -2014-12-15 15:51:05 queue INFO 3 [192] -2014-12-15 15:51:05 queue INFO >3 [193] -2014-12-15 15:51:05 sendUrl INFO 3 [192] -2014-12-15 15:51:06 sendUrl INFO 3 [193] -2014-12-15 15:51:07 queue INFO 7 [194] -2014-12-15 15:51:07 queue INFO >7 [195] -2014-12-15 15:51:07 sendUrl INFO 7 [194] -2014-12-15 15:51:08 sendUrl INFO 7 [195] -2014-12-15 15:51:09 queue INFO 3 [196] -2014-12-15 15:51:09 sendUrl INFO 3 [196] -2014-12-15 15:51:09 queue INFO >3 [197] -2014-12-15 15:51:09 sendUrl INFO 3 [197] -2014-12-15 15:51:11 queue INFO 7 [198] -2014-12-15 15:51:11 sendUrl INFO 7 [198] -2014-12-15 15:51:11 queue INFO >7 [199] -2014-12-15 15:51:11 sendUrl INFO 7 [199] -2014-12-15 15:51:12 queue INFO 3 [200] -2014-12-15 15:51:12 queue INFO >3 [201] -2014-12-15 15:51:12 sendUrl INFO 3 [200] -2014-12-15 15:51:13 sendUrl INFO 3 [201] -2014-12-15 15:51:13 queue INFO 7 [202] -2014-12-15 15:51:14 queue INFO >7 [203] -2014-12-15 15:51:14 sendUrl INFO 7 [202] -2014-12-15 15:51:14 sendUrl INFO 7 [203] -2014-12-15 15:51:15 queue INFO 3 [204] -2014-12-15 15:51:15 queue INFO >3 [205] -2014-12-15 15:51:15 sendUrl INFO 3 [204] -2014-12-15 15:51:16 sendUrl INFO 3 [205] -2014-12-15 15:51:17 queue INFO 7 [206] -2014-12-15 15:51:17 queue INFO >7 [207] -2014-12-15 15:51:17 sendUrl INFO 7 [206] -2014-12-15 15:51:18 sendUrl INFO 7 [207] -2014-12-15 15:51:19 queue INFO 3 [208] -2014-12-15 15:51:19 sendUrl INFO 3 [208] -2014-12-15 15:51:19 queue INFO >3 [209] -2014-12-15 15:51:19 sendUrl INFO 3 [209] -2014-12-15 15:51:21 queue INFO 7 [210] -2014-12-15 15:51:21 queue INFO >7 [211] -2014-12-15 15:51:21 sendUrl INFO 7 [210] -2014-12-15 15:51:22 sendUrl INFO 7 [211] -2014-12-15 15:51:24 queue INFO 3 [212] -2014-12-15 15:51:24 queue INFO 7 [213] -2014-12-15 15:51:24 queue INFO >7 [214] -2014-12-15 15:51:24 sendUrl INFO 3 [212] -2014-12-15 15:51:25 sendUrl INFO 7 [213] -2014-12-15 15:51:25 sendUrl INFO 7 [214] -2014-12-15 15:51:29 queue INFO 3 [215] -2014-12-15 15:51:29 queue INFO >3 [216] -2014-12-15 15:51:29 sendUrl INFO 3 [215] -2014-12-15 15:51:30 sendUrl INFO 3 [216] -2014-12-15 15:51:31 queue INFO 7 [217] -2014-12-15 15:51:31 sendUrl INFO 7 [217] -2014-12-15 15:51:32 queue INFO >7 [218] -2014-12-15 15:51:32 sendUrl INFO 7 [218] -2014-12-15 15:51:33 queue INFO 3 [219] -2014-12-15 15:51:33 sendUrl INFO 3 [219] -2014-12-15 15:51:34 queue INFO >3 [220] -2014-12-15 15:51:34 sendUrl INFO 3 [220] -2014-12-15 15:51:36 queue INFO 7 [221] -2014-12-15 15:51:36 queue INFO >7 [222] -2014-12-15 15:51:36 sendUrl INFO 7 [221] -2014-12-15 15:51:37 sendUrl INFO 7 [222] -2014-12-15 15:51:38 queue INFO 3 [223] -2014-12-15 15:51:38 queue INFO >3 [224] -2014-12-15 15:51:38 sendUrl INFO 3 [223] -2014-12-15 15:51:39 sendUrl INFO 3 [224] -2014-12-15 15:51:40 queue INFO 7 [225] -2014-12-15 15:51:41 sendUrl INFO 7 [225] -2014-12-15 15:51:41 queue INFO >7 [226] -2014-12-15 15:51:41 sendUrl INFO 7 [226] -2014-12-15 15:51:42 queue INFO 3 [227] -2014-12-15 15:51:42 queue INFO >3 [228] -2014-12-15 15:51:43 sendUrl INFO 3 [227] -2014-12-15 15:51:43 sendUrl INFO 3 [228] -2014-12-15 15:51:44 queue INFO 7 [229] -2014-12-15 15:51:45 sendUrl INFO 7 [229] -2014-12-15 15:51:45 queue INFO >7 [230] -2014-12-15 15:51:45 sendUrl INFO 7 [230] -2014-12-15 15:51:46 queue INFO 3 [231] -2014-12-15 15:51:46 queue INFO >3 [232] -2014-12-15 15:51:47 sendUrl INFO 3 [231] -2014-12-15 15:51:47 sendUrl INFO 3 [232] -2014-12-15 15:51:48 queue INFO 7 [233] -2014-12-15 15:51:48 queue INFO >7 [234] -2014-12-15 15:51:49 sendUrl INFO 7 [233] -2014-12-15 15:51:49 queue INFO 3 [235] -2014-12-15 15:51:49 sendUrl INFO 7 [234] -2014-12-15 15:51:49 queue INFO >3 [236] -2014-12-15 15:51:50 sendUrl INFO 3 [235] -2014-12-15 15:51:50 sendUrl INFO 3 [236] -2014-12-15 15:51:51 queue INFO 7 [237] -2014-12-15 15:51:51 sendUrl INFO 7 [237] -2014-12-15 15:51:51 queue INFO >7 [238] -2014-12-15 15:51:52 sendUrl INFO 7 [238] -2014-12-15 15:51:53 queue INFO 3 [239] -2014-12-15 15:51:53 queue INFO >3 [240] -2014-12-15 15:51:54 sendUrl INFO 3 [239] -2014-12-15 15:51:54 sendUrl INFO 3 [240] -2014-12-15 15:51:55 queue INFO 7 [241] -2014-12-15 15:51:55 queue INFO >7 [242] -2014-12-15 15:51:56 sendUrl INFO 7 [241] -2014-12-15 15:51:56 sendUrl INFO 7 [242] -2014-12-15 15:51:56 queue INFO 3 [243] -2014-12-15 15:51:56 queue INFO >3 [244] -2014-12-15 15:51:57 sendUrl INFO 3 [243] -2014-12-15 15:51:57 sendUrl INFO 3 [244] -2014-12-15 15:51:58 queue INFO 7 [245] -2014-12-15 15:51:59 queue INFO >7 [246] -2014-12-15 15:51:59 sendUrl INFO 7 [245] -2014-12-15 15:51:59 sendUrl INFO 7 [246] -2014-12-15 15:52:00 queue INFO 3 [247] -2014-12-15 15:52:00 sendUrl INFO 3 [247] -2014-12-15 15:52:00 queue INFO >3 [248] -2014-12-15 15:52:01 sendUrl INFO 3 [248] -2014-12-15 15:52:02 queue INFO 7 [249] -2014-12-15 15:52:03 queue INFO >7 [250] -2014-12-15 15:52:03 sendUrl INFO 7 [249] -2014-12-15 15:52:03 sendUrl INFO 7 [250] -2014-12-15 15:52:04 queue INFO 3 [251] -2014-12-15 15:52:05 queue INFO >3 [252] -2014-12-15 15:52:05 sendUrl INFO 3 [251] -2014-12-15 15:52:05 sendUrl INFO 3 [252] -2014-12-15 15:52:07 queue INFO 7 [253] -2014-12-15 15:52:07 sendUrl INFO 7 [253] -2014-12-15 15:52:07 queue INFO >7 [254] -2014-12-15 15:52:08 sendUrl INFO 7 [254] -2014-12-15 15:52:09 queue INFO 3 [255] -2014-12-15 15:52:09 queue INFO >3 [256] -2014-12-15 15:52:09 sendUrl INFO 3 [255] -2014-12-15 15:52:10 sendUrl INFO 3 [256] -2014-12-15 15:52:11 queue INFO 7 [257] -2014-12-15 15:52:12 queue INFO >7 [258] -2014-12-15 15:52:12 sendUrl INFO 7 [257] -2014-12-15 15:52:12 sendUrl INFO 7 [258] -2014-12-15 15:52:14 queue INFO 3 [259] -2014-12-15 15:52:14 queue INFO >3 [260] -2014-12-15 15:52:14 sendUrl INFO 3 [259] -2014-12-15 15:52:14 sendUrl INFO 3 [260] -2014-12-15 15:52:16 queue INFO 7 [261] -2014-12-15 15:52:16 queue INFO >7 [262] -2014-12-15 15:52:16 sendUrl INFO 7 [261] -2014-12-15 15:52:16 sendUrl INFO 7 [262] -2014-12-15 15:52:18 queue INFO 3 [263] -2014-12-15 15:52:18 queue INFO >3 [264] -2014-12-15 15:52:18 sendUrl INFO 3 [263] -2014-12-15 15:52:19 sendUrl INFO 3 [264] -2014-12-15 15:52:20 queue INFO 7 [265] -2014-12-15 15:52:20 sendUrl INFO 7 [265] -2014-12-15 15:52:20 queue INFO >7 [266] -2014-12-15 15:52:21 sendUrl INFO 7 [266] -2014-12-15 15:52:22 queue INFO 3 [267] -2014-12-15 15:52:22 queue INFO >3 [268] -2014-12-15 15:52:22 sendUrl INFO 3 [267] -2014-12-15 15:52:23 sendUrl INFO 3 [268] -2014-12-15 15:52:24 queue INFO 7 [269] -2014-12-15 15:52:25 queue INFO >7 [270] -2014-12-15 15:52:25 sendUrl INFO 7 [269] -2014-12-15 15:52:25 sendUrl INFO 7 [270] -2014-12-15 15:52:26 queue INFO 3 [271] -2014-12-15 15:52:26 sendUrl INFO 3 [271] -2014-12-15 15:52:26 queue INFO >3 [272] -2014-12-15 15:52:27 sendUrl INFO 3 [272] -2014-12-15 15:52:29 queue INFO 7 [273] -2014-12-15 15:52:29 queue INFO >7 [274] -2014-12-15 15:52:29 sendUrl INFO 7 [273] -2014-12-15 15:52:29 sendUrl INFO 7 [274] -2014-12-15 15:52:31 queue INFO 3 [275] -2014-12-15 15:52:31 queue INFO >3 [276] -2014-12-15 15:52:31 sendUrl INFO 3 [275] -2014-12-15 15:52:31 sendUrl INFO 3 [276] -2014-12-15 15:52:33 queue INFO 7 [277] -2014-12-15 15:52:33 sendUrl INFO 7 [277] -2014-12-15 15:52:33 queue INFO >7 [278] -2014-12-15 15:52:33 sendUrl INFO 7 [278] -2014-12-15 15:52:35 queue INFO 3 [279] -2014-12-15 15:52:35 queue INFO >3 [280] -2014-12-15 15:52:35 sendUrl INFO 3 [279] -2014-12-15 15:52:35 sendUrl INFO 3 [280] -2014-12-15 15:52:37 queue INFO 7 [281] -2014-12-15 15:52:37 sendUrl INFO 7 [281] -2014-12-15 15:52:37 queue INFO >7 [282] -2014-12-15 15:52:38 sendUrl INFO 7 [282] -2014-12-15 15:52:39 queue INFO 3 [283] -2014-12-15 15:52:39 queue INFO >3 [284] -2014-12-15 15:52:39 sendUrl INFO 3 [283] -2014-12-15 15:52:40 sendUrl INFO 3 [284] -2014-12-15 15:52:41 queue INFO 7 [285] -2014-12-15 15:52:41 queue INFO >7 [286] -2014-12-15 15:52:41 sendUrl INFO 7 [285] -2014-12-15 15:52:42 sendUrl INFO 7 [286] -2014-12-15 15:52:42 queue INFO 3 [287] -2014-12-15 15:52:43 queue INFO >3 [288] -2014-12-15 15:52:43 sendUrl INFO 3 [287] -2014-12-15 15:52:43 sendUrl INFO 3 [288] -2014-12-15 15:52:44 queue INFO 7 [289] -2014-12-15 15:52:44 queue INFO >7 [290] -2014-12-15 15:52:44 sendUrl INFO 7 [289] -2014-12-15 15:52:45 sendUrl INFO 7 [290] -2014-12-15 15:52:46 queue INFO 3 [291] -2014-12-15 15:52:46 queue INFO >3 [292] -2014-12-15 15:52:46 sendUrl INFO 3 [291] -2014-12-15 15:52:47 sendUrl INFO 3 [292] -2014-12-15 15:52:48 queue INFO 7 [293] -2014-12-15 15:52:48 queue INFO >7 [294] -2014-12-15 15:52:48 sendUrl INFO 7 [293] -2014-12-15 15:52:49 sendUrl INFO 7 [294] -2014-12-15 15:52:49 queue INFO 3 [295] -2014-12-15 15:52:50 queue INFO >3 [296] -2014-12-15 15:52:50 sendUrl INFO 3 [295] -2014-12-15 15:52:50 sendUrl INFO 3 [296] -2014-12-15 15:52:52 queue INFO 7 [297] -2014-12-15 15:52:52 queue INFO >7 [298] -2014-12-15 15:52:52 sendUrl INFO 7 [297] -2014-12-15 15:52:53 sendUrl INFO 7 [298] -2014-12-15 15:52:53 queue INFO 3 [299] -2014-12-15 15:52:53 queue INFO >3 [300] -2014-12-15 15:52:54 sendUrl INFO 3 [299] -2014-12-15 15:52:54 sendUrl INFO 3 [300] -2014-12-15 15:52:56 queue INFO 7 [301] -2014-12-15 15:52:56 sendUrl INFO 7 [301] -2014-12-15 15:52:56 queue INFO >7 [302] -2014-12-15 15:52:56 sendUrl INFO 7 [302] -2014-12-15 15:52:58 queue INFO 3 [303] -2014-12-15 15:52:58 queue INFO >3 [304] -2014-12-15 15:52:58 sendUrl INFO 3 [303] -2014-12-15 15:52:59 sendUrl INFO 3 [304] -2014-12-15 15:53:00 queue INFO 7 [305] -2014-12-15 15:53:01 queue INFO >7 [306] -2014-12-15 15:53:01 sendUrl INFO 7 [305] -2014-12-15 15:53:01 sendUrl INFO 7 [306] -2014-12-15 15:53:02 queue INFO 3 [307] -2014-12-15 15:53:02 queue INFO >3 [308] -2014-12-15 15:53:03 sendUrl INFO 3 [307] -2014-12-15 15:53:03 sendUrl INFO 3 [308] -2014-12-15 15:53:05 queue INFO 7 [309] -2014-12-15 15:53:05 sendUrl INFO 7 [309] -2014-12-15 15:53:05 queue INFO >7 [310] -2014-12-15 15:53:05 sendUrl INFO 7 [310] -2014-12-15 15:53:07 queue INFO 3 [311] -2014-12-15 15:53:07 sendUrl INFO 3 [311] -2014-12-15 15:53:07 queue INFO >3 [312] -2014-12-15 15:53:07 sendUrl INFO 3 [312] -2014-12-15 15:53:09 queue INFO 7 [313] -2014-12-15 15:53:09 queue INFO >7 [314] -2014-12-15 15:53:09 sendUrl INFO 7 [313] -2014-12-15 15:53:10 sendUrl INFO 7 [314] -2014-12-15 15:53:11 queue INFO 3 [315] -2014-12-15 15:53:11 queue INFO >3 [316] -2014-12-15 15:53:11 sendUrl INFO 3 [315] -2014-12-15 15:53:11 queue INFO 7 [317] -2014-12-15 15:53:12 queue INFO >7 [318] -2014-12-15 15:53:12 sendUrl INFO 3 [316] -2014-12-15 15:53:12 queue INFO 3 [319] -2014-12-15 15:53:12 sendUrl INFO 7 [317] -2014-12-15 15:53:13 queue INFO >3 [320] -2014-12-15 15:53:13 sendUrl INFO 7 [318] -2014-12-15 15:53:13 sendUrl INFO 3 [319] -2014-12-15 15:53:14 sendUrl INFO 3 [320] -2014-12-15 15:53:15 queue INFO 7 [321] -2014-12-15 15:53:15 sendUrl INFO 7 [321] -2014-12-15 15:53:15 queue INFO >7 [322] -2014-12-15 15:53:15 sendUrl INFO 7 [322] -2014-12-15 15:53:17 queue INFO 3 [323] -2014-12-15 15:53:17 queue INFO >3 [324] -2014-12-15 15:53:17 sendUrl INFO 3 [323] -2014-12-15 15:53:17 sendUrl INFO 3 [324] -2014-12-15 15:53:19 queue INFO 7 [325] -2014-12-15 15:53:19 sendUrl INFO 7 [325] -2014-12-15 15:53:19 queue INFO >7 [326] -2014-12-15 15:53:19 sendUrl INFO 7 [326] -2014-12-15 15:53:21 queue INFO 3 [327] -2014-12-15 15:53:21 queue INFO >3 [328] -2014-12-15 15:53:21 sendUrl INFO 3 [327] -2014-12-15 15:53:22 sendUrl INFO 3 [328] -2014-12-15 15:53:23 queue INFO 7 [329] -2014-12-15 15:53:23 sendUrl INFO 7 [329] -2014-12-15 15:53:23 queue INFO >7 [330] -2014-12-15 15:53:23 sendUrl INFO 7 [330] -2014-12-15 15:53:25 queue INFO 3 [331] -2014-12-15 15:53:25 queue INFO >3 [332] -2014-12-15 15:53:25 sendUrl INFO 3 [331] -2014-12-15 15:53:25 sendUrl INFO 3 [332] -2014-12-15 15:53:27 queue INFO 7 [333] -2014-12-15 15:53:27 queue INFO >7 [334] -2014-12-15 15:53:27 sendUrl INFO 7 [333] -2014-12-15 15:53:27 queue INFO 3 [335] -2014-12-15 15:53:27 sendUrl INFO 7 [334] -2014-12-15 15:53:28 queue INFO >3 [336] -2014-12-15 15:53:28 sendUrl INFO 3 [335] -2014-12-15 15:53:28 sendUrl INFO 3 [336] -2014-12-15 15:53:29 queue INFO 7 [337] -2014-12-15 15:53:29 sendUrl INFO 7 [337] -2014-12-15 15:53:30 queue INFO >7 [338] -2014-12-15 15:53:30 sendUrl INFO 7 [338] -2014-12-15 15:53:32 queue INFO 3 [339] -2014-12-15 15:53:32 queue INFO >3 [340] -2014-12-15 15:53:32 sendUrl INFO 3 [339] -2014-12-15 15:53:33 sendUrl INFO 3 [340] -2014-12-15 15:53:34 queue INFO 7 [341] -2014-12-15 15:53:34 queue INFO >7 [342] -2014-12-15 15:53:35 sendUrl INFO 7 [341] -2014-12-15 15:53:35 sendUrl INFO 7 [342] -2014-12-15 15:53:36 queue INFO 3 [343] -2014-12-15 15:53:36 queue INFO >3 [344] -2014-12-15 15:53:37 sendUrl INFO 3 [343] -2014-12-15 15:53:37 sendUrl INFO 3 [344] -2014-12-15 15:53:39 queue INFO 7 [345] -2014-12-15 15:53:39 queue INFO >7 [346] -2014-12-15 15:53:39 sendUrl INFO 7 [345] -2014-12-15 15:53:40 sendUrl INFO 7 [346] -2014-12-15 15:53:41 queue INFO 3 [347] -2014-12-15 15:53:41 queue INFO >3 [348] -2014-12-15 15:53:41 sendUrl INFO 3 [347] -2014-12-15 15:53:42 sendUrl INFO 3 [348] -2014-12-15 15:53:44 queue INFO 7 [349] -2014-12-15 15:53:44 queue INFO >7 [350] -2014-12-15 15:53:44 sendUrl INFO 7 [349] -2014-12-15 15:53:45 sendUrl INFO 7 [350] -2014-12-15 15:53:46 queue INFO 3 [351] -2014-12-15 15:53:46 queue INFO >3 [352] -2014-12-15 15:53:46 sendUrl INFO 3 [351] -2014-12-15 15:53:47 sendUrl INFO 3 [352] -2014-12-15 15:53:48 queue INFO 7 [353] -2014-12-15 15:53:49 queue INFO >7 [354] -2014-12-15 15:53:49 sendUrl INFO 7 [353] -2014-12-15 15:53:49 sendUrl INFO 7 [354] -2014-12-15 15:53:50 queue INFO 3 [355] -2014-12-15 15:53:51 queue INFO >3 [356] -2014-12-15 15:53:51 sendUrl INFO 3 [355] -2014-12-15 15:53:51 sendUrl INFO 3 [356] -2014-12-15 15:53:53 queue INFO 7 [357] -2014-12-15 15:53:53 queue INFO >7 [358] -2014-12-15 15:53:53 sendUrl INFO 7 [357] -2014-12-15 15:53:54 sendUrl INFO 7 [358] -2014-12-15 15:53:54 queue INFO 3 [359] -2014-12-15 15:53:55 queue INFO >3 [360] -2014-12-15 15:53:55 sendUrl INFO 3 [359] -2014-12-15 15:53:55 sendUrl INFO 3 [360] -2014-12-15 15:53:56 queue INFO 7 [361] -2014-12-15 15:53:57 queue INFO >7 [362] -2014-12-15 15:53:57 sendUrl INFO 7 [361] -2014-12-15 15:53:57 sendUrl INFO 7 [362] -2014-12-15 15:53:58 queue INFO 3 [363] -2014-12-15 15:53:58 queue INFO >3 [364] -2014-12-15 15:53:58 sendUrl INFO 3 [363] -2014-12-15 15:53:59 sendUrl INFO 3 [364] -2014-12-15 15:54:00 queue INFO 7 [365] -2014-12-15 15:54:00 queue INFO >7 [366] -2014-12-15 15:54:00 sendUrl INFO 7 [365] -2014-12-15 15:54:01 sendUrl INFO 7 [366] -2014-12-15 15:54:02 queue INFO 3 [367] -2014-12-15 15:54:02 sendUrl INFO 3 [367] -2014-12-15 15:54:02 queue INFO >3 [368] -2014-12-15 15:54:02 sendUrl INFO 3 [368] -2014-12-15 15:54:04 queue INFO 7 [369] -2014-12-15 15:54:04 queue INFO >7 [370] -2014-12-15 15:54:04 sendUrl INFO 7 [369] -2014-12-15 15:54:05 sendUrl INFO 7 [370] -2014-12-15 15:54:06 queue INFO 3 [371] -2014-12-15 15:54:06 queue INFO >3 [372] -2014-12-15 15:54:06 sendUrl INFO 3 [371] -2014-12-15 15:54:07 sendUrl INFO 3 [372] -2014-12-15 15:54:08 queue INFO 7 [373] -2014-12-15 15:54:08 queue INFO >7 [374] -2014-12-15 15:54:08 sendUrl INFO 7 [373] -2014-12-15 15:54:09 sendUrl INFO 7 [374] -2014-12-15 15:54:10 queue INFO 3 [375] -2014-12-15 15:54:10 queue INFO >3 [376] -2014-12-15 15:54:10 sendUrl INFO 3 [375] -2014-12-15 15:54:10 sendUrl INFO 3 [376] -2014-12-15 15:54:12 queue INFO 7 [377] -2014-12-15 15:54:12 queue INFO >7 [378] -2014-12-15 15:54:12 sendUrl INFO 7 [377] -2014-12-15 15:54:13 sendUrl INFO 7 [378] -2014-12-15 15:54:14 queue INFO 3 [379] -2014-12-15 15:54:14 queue INFO >3 [380] -2014-12-15 15:54:14 sendUrl INFO 3 [379] -2014-12-15 15:54:14 sendUrl INFO 3 [380] -2014-12-15 15:54:16 queue INFO 7 [381] -2014-12-15 15:54:16 queue INFO >7 [382] -2014-12-15 15:54:16 sendUrl INFO 7 [381] -2014-12-15 15:54:17 sendUrl INFO 7 [382] -2014-12-15 15:54:18 queue INFO 3 [383] -2014-12-15 15:54:18 queue INFO >3 [384] -2014-12-15 15:54:18 sendUrl INFO 3 [383] -2014-12-15 15:54:18 sendUrl INFO 3 [384] -2014-12-15 15:54:20 queue INFO 7 [385] -2014-12-15 15:54:20 queue INFO >7 [386] -2014-12-15 15:54:20 sendUrl INFO 7 [385] -2014-12-15 15:54:21 sendUrl INFO 7 [386] -2014-12-15 15:54:21 queue INFO 3 [387] -2014-12-15 15:54:22 queue INFO >3 [388] -2014-12-15 15:54:22 sendUrl INFO 3 [387] -2014-12-15 15:54:22 sendUrl INFO 3 [388] -2014-12-15 15:54:23 queue INFO 7 [389] -2014-12-15 15:54:23 queue INFO >7 [390] -2014-12-15 15:54:23 sendUrl INFO 7 [389] -2014-12-15 15:54:24 sendUrl INFO 7 [390] -2014-12-15 15:54:25 queue INFO 3 [391] -2014-12-15 15:54:25 queue INFO >3 [392] -2014-12-15 15:54:25 sendUrl INFO 3 [391] -2014-12-15 15:54:26 sendUrl INFO 3 [392] -2014-12-15 15:54:27 queue INFO 7 [393] -2014-12-15 15:54:27 queue INFO >7 [394] -2014-12-15 15:54:28 sendUrl INFO 7 [393] -2014-12-15 15:54:28 sendUrl INFO 7 [394] -2014-12-15 15:54:29 queue INFO 3 [395] -2014-12-15 15:54:29 queue INFO >3 [396] -2014-12-15 15:54:29 sendUrl INFO 3 [395] -2014-12-15 15:54:30 sendUrl INFO 3 [396] -2014-12-15 15:54:31 queue INFO 7 [397] -2014-12-15 15:54:31 sendUrl INFO 7 [397] -2014-12-15 15:54:31 queue INFO >7 [398] -2014-12-15 15:54:32 sendUrl INFO 7 [398] -2014-12-15 15:54:33 queue INFO 3 [399] -2014-12-15 15:54:33 sendUrl INFO 3 [399] -2014-12-15 15:54:33 queue INFO >3 [400] -2014-12-15 15:54:34 sendUrl INFO 3 [400] -2014-12-15 15:54:36 queue INFO 7 [401] -2014-12-15 15:54:36 queue INFO >7 [402] -2014-12-15 15:54:36 sendUrl INFO 7 [401] -2014-12-15 15:54:37 sendUrl INFO 7 [402] -2014-12-15 15:54:37 queue INFO 3 [403] -2014-12-15 15:54:38 queue INFO >3 [404] -2014-12-15 15:54:38 sendUrl INFO 3 [403] -2014-12-15 15:54:38 sendUrl INFO 3 [404] -2014-12-15 15:54:40 queue INFO 7 [405] -2014-12-15 15:54:40 queue INFO >7 [406] -2014-12-15 15:54:40 sendUrl INFO 7 [405] -2014-12-15 15:54:41 sendUrl INFO 7 [406] -2014-12-15 15:54:42 queue INFO 3 [407] -2014-12-15 15:54:42 queue INFO >3 [408] -2014-12-15 15:54:42 sendUrl INFO 3 [407] -2014-12-15 15:54:43 sendUrl INFO 3 [408] -2014-12-15 15:54:44 queue INFO 7 [409] -2014-12-15 15:54:44 sendUrl INFO 7 [409] -2014-12-15 15:54:44 queue INFO >7 [410] -2014-12-15 15:54:45 sendUrl INFO 7 [410] -2014-12-15 15:54:46 queue INFO 3 [411] -2014-12-15 15:54:46 queue INFO >3 [412] -2014-12-15 15:54:47 sendUrl INFO 3 [411] -2014-12-15 15:54:47 sendUrl INFO 3 [412] -2014-12-15 15:54:49 queue INFO 7 [413] -2014-12-15 15:54:49 queue INFO >7 [414] -2014-12-15 15:54:49 sendUrl INFO 7 [413] -2014-12-15 15:54:50 sendUrl INFO 7 [414] -2014-12-15 15:54:51 queue INFO 3 [415] -2014-12-15 15:54:51 queue INFO >3 [416] -2014-12-15 15:54:51 sendUrl INFO 3 [415] -2014-12-15 15:54:52 sendUrl INFO 3 [416] -2014-12-15 15:54:53 queue INFO 7 [417] -2014-12-15 15:54:53 sendUrl INFO 7 [417] -2014-12-15 15:54:53 queue INFO >7 [418] -2014-12-15 15:54:54 sendUrl INFO 7 [418] -2014-12-15 15:54:55 queue INFO 3 [419] -2014-12-15 15:54:55 queue INFO >3 [420] -2014-12-15 15:54:55 sendUrl INFO 3 [419] -2014-12-15 15:54:56 sendUrl INFO 3 [420] -2014-12-15 15:54:57 queue INFO 7 [421] -2014-12-15 15:54:58 queue INFO >7 [422] -2014-12-15 15:54:58 sendUrl INFO 7 [421] -2014-12-15 15:54:58 sendUrl INFO 7 [422] -2014-12-15 15:54:59 queue INFO 3 [423] -2014-12-15 15:54:59 sendUrl INFO 3 [423] -2014-12-15 15:54:59 queue INFO >3 [424] -2014-12-15 15:55:00 sendUrl INFO 3 [424] -2014-12-15 15:55:01 queue INFO 7 [425] -2014-12-15 15:55:02 queue INFO >7 [426] -2014-12-15 15:55:02 sendUrl INFO 7 [425] -2014-12-15 15:55:02 sendUrl INFO 7 [426] -2014-12-15 15:55:03 queue INFO 3 [427] -2014-12-15 15:55:04 queue INFO >3 [428] -2014-12-15 15:55:04 sendUrl INFO 3 [427] -2014-12-15 15:55:04 sendUrl INFO 3 [428] -2014-12-15 15:55:05 queue INFO 7 [429] -2014-12-15 15:55:06 queue INFO >7 [430] -2014-12-15 15:55:06 sendUrl INFO 7 [429] -2014-12-15 15:55:06 sendUrl INFO 7 [430] -2014-12-15 15:55:07 queue INFO 3 [431] -2014-12-15 15:55:07 queue INFO >3 [432] -2014-12-15 15:55:07 sendUrl INFO 3 [431] -2014-12-15 15:55:08 sendUrl INFO 3 [432] -2014-12-15 15:55:09 queue INFO 7 [433] -2014-12-15 15:55:10 queue INFO >7 [434] -2014-12-15 15:55:10 sendUrl INFO 7 [433] -2014-12-15 15:55:10 sendUrl INFO 7 [434] -2014-12-15 15:55:11 queue INFO 3 [435] -2014-12-15 15:55:11 queue INFO >3 [436] -2014-12-15 15:55:11 sendUrl INFO 3 [435] -2014-12-15 15:55:12 sendUrl INFO 3 [436] -2014-12-15 15:55:13 queue INFO 7 [437] -2014-12-15 15:55:13 queue INFO >7 [438] -2014-12-15 15:55:13 sendUrl INFO 7 [437] -2014-12-15 15:55:14 sendUrl INFO 7 [438] -2014-12-15 15:55:15 queue INFO 3 [439] -2014-12-15 15:55:15 queue INFO >3 [440] -2014-12-15 15:55:15 sendUrl INFO 3 [439] -2014-12-15 15:55:15 sendUrl INFO 3 [440] -2014-12-15 15:55:17 queue INFO 7 [441] -2014-12-15 15:55:17 queue INFO >7 [442] -2014-12-15 15:55:17 sendUrl INFO 7 [441] -2014-12-15 15:55:17 sendUrl INFO 7 [442] -2014-12-15 15:55:18 queue INFO 3 [443] -2014-12-15 15:55:18 queue INFO >3 [444] -2014-12-15 15:55:18 sendUrl INFO 3 [443] -2014-12-15 15:55:19 sendUrl INFO 3 [444] -2014-12-15 15:55:20 queue INFO 7 [445] -2014-12-15 15:55:21 queue INFO >7 [446] -2014-12-15 15:55:21 sendUrl INFO 7 [445] -2014-12-15 15:55:21 sendUrl INFO 7 [446] -2014-12-15 15:55:22 queue INFO 3 [447] -2014-12-15 15:55:22 queue INFO >3 [448] -2014-12-15 15:55:23 sendUrl INFO 3 [447] -2014-12-15 15:55:23 sendUrl INFO 3 [448] -2014-12-15 15:55:24 queue INFO 7 [449] -2014-12-15 15:55:24 queue INFO >7 [450] -2014-12-15 15:55:25 sendUrl INFO 7 [449] -2014-12-15 15:55:25 sendUrl INFO 7 [450] -2014-12-15 15:55:26 queue INFO 3 [451] -2014-12-15 15:55:26 sendUrl INFO 3 [451] -2014-12-15 15:55:26 queue INFO >3 [452] -2014-12-15 15:55:27 sendUrl INFO 3 [452] -2014-12-15 15:55:28 queue INFO 7 [453] -2014-12-15 15:55:28 queue INFO >7 [454] -2014-12-15 15:55:29 sendUrl INFO 7 [453] -2014-12-15 15:55:29 sendUrl INFO 7 [454] -2014-12-15 15:55:30 queue INFO 3 [455] -2014-12-15 15:55:30 queue INFO >3 [456] -2014-12-15 15:55:30 sendUrl INFO 3 [455] -2014-12-15 15:55:31 sendUrl INFO 3 [456] -2014-12-15 15:55:31 queue INFO 7 [457] -2014-12-15 15:55:31 queue INFO >7 [458] -2014-12-15 15:55:31 sendUrl INFO 7 [457] -2014-12-15 15:55:32 sendUrl INFO 7 [458] -2014-12-15 15:55:32 queue INFO 3 [459] -2014-12-15 15:55:32 queue INFO >3 [460] -2014-12-15 15:55:33 queue INFO 7 [461] -2014-12-15 15:55:33 sendUrl INFO 3 [459] -2014-12-15 15:55:33 queue INFO >7 [462] -2014-12-15 15:55:33 sendUrl INFO 3 [460] -2014-12-15 15:55:34 sendUrl INFO 7 [461] -2014-12-15 15:55:34 sendUrl INFO 7 [462] -2014-12-15 15:55:34 queue INFO 3 [463] -2014-12-15 15:55:35 queue INFO >3 [464] -2014-12-15 15:55:35 sendUrl INFO 3 [463] -2014-12-15 15:55:35 sendUrl INFO 3 [464] -2014-12-15 15:55:37 queue INFO 7 [465] -2014-12-15 15:55:37 queue INFO >7 [466] -2014-12-15 15:55:37 sendUrl INFO 7 [465] -2014-12-15 15:55:38 sendUrl INFO 7 [466] -2014-12-15 15:55:38 queue INFO 3 [467] -2014-12-15 15:55:38 queue INFO >3 [468] -2014-12-15 15:55:38 sendUrl INFO 3 [467] -2014-12-15 15:55:39 sendUrl INFO 3 [468] -2014-12-15 15:55:40 queue INFO 7 [469] -2014-12-15 15:55:40 queue INFO >7 [470] -2014-12-15 15:55:40 sendUrl INFO 7 [469] -2014-12-15 15:55:41 sendUrl INFO 7 [470] -2014-12-15 15:55:42 queue INFO 3 [471] -2014-12-15 15:55:42 queue INFO >3 [472] -2014-12-15 15:55:42 sendUrl INFO 3 [471] -2014-12-15 15:55:43 sendUrl INFO 3 [472] -2014-12-15 15:55:44 queue INFO 7 [473] -2014-12-15 15:55:44 queue INFO >7 [474] -2014-12-15 15:55:44 sendUrl INFO 7 [473] -2014-12-15 15:55:45 sendUrl INFO 7 [474] -2014-12-15 15:55:46 queue INFO 3 [475] -2014-12-15 15:55:46 sendUrl INFO 3 [475] -2014-12-15 15:55:46 queue INFO >3 [476] -2014-12-15 15:55:46 sendUrl INFO 3 [476] -2014-12-15 15:55:48 queue INFO 7 [477] -2014-12-15 15:55:48 queue INFO >7 [478] -2014-12-15 15:55:48 sendUrl INFO 7 [477] -2014-12-15 15:55:49 sendUrl INFO 7 [478] -2014-12-15 15:55:50 queue INFO 3 [479] -2014-12-15 15:55:50 queue INFO >3 [480] -2014-12-15 15:55:50 sendUrl INFO 3 [479] -2014-12-15 15:55:51 sendUrl INFO 3 [480] -2014-12-15 15:55:52 queue INFO 7 [481] -2014-12-15 15:55:52 queue INFO >7 [482] -2014-12-15 15:55:52 sendUrl INFO 7 [481] -2014-12-15 15:55:53 sendUrl INFO 7 [482] -2014-12-15 15:55:54 queue INFO 3 [483] -2014-12-15 15:55:54 sendUrl INFO 3 [483] -2014-12-15 15:55:54 queue INFO >3 [484] -2014-12-15 15:55:54 sendUrl INFO 3 [484] -2014-12-15 15:55:56 queue INFO 7 [485] -2014-12-15 15:55:56 queue INFO >7 [486] -2014-12-15 15:55:56 sendUrl INFO 7 [485] -2014-12-15 15:55:57 sendUrl INFO 7 [486] -2014-12-15 15:55:57 queue INFO 3 [487] -2014-12-15 15:55:58 queue INFO >3 [488] -2014-12-15 15:55:58 sendUrl INFO 3 [487] -2014-12-15 15:55:58 sendUrl INFO 3 [488] -2014-12-15 15:55:59 queue INFO 7 [489] -2014-12-15 15:56:00 queue INFO >7 [490] -2014-12-15 15:56:00 sendUrl INFO 7 [489] -2014-12-15 15:56:00 sendUrl INFO 7 [490] -2014-12-15 15:56:01 queue INFO 3 [491] -2014-12-15 15:56:01 queue INFO >3 [492] -2014-12-15 15:56:01 sendUrl INFO 3 [491] -2014-12-15 15:56:02 queue INFO 7 [493] -2014-12-15 15:56:02 queue INFO >7 [494] -2014-12-15 15:56:02 sendUrl INFO 3 [492] -2014-12-15 15:56:02 queue INFO 3 [495] -2014-12-15 15:56:02 queue INFO >3 [496] -2014-12-15 15:56:02 sendUrl INFO 7 [493] -2014-12-15 15:56:03 queue INFO 7 [497] -2014-12-15 15:56:03 sendUrl INFO 7 [494] -2014-12-15 15:56:03 queue INFO >7 [498] -2014-12-15 15:56:03 sendUrl INFO 3 [495] -2014-12-15 15:56:04 sendUrl INFO 3 [496] -2014-12-15 15:56:04 queue INFO 3 [499] -2014-12-15 15:56:04 sendUrl INFO 7 [497] -2014-12-15 15:56:05 queue INFO >3 [500] -2014-12-15 15:56:05 sendUrl INFO 7 [498] -2014-12-15 15:56:05 sendUrl INFO 3 [499] -2014-12-15 15:56:06 sendUrl INFO 3 [500] -2014-12-15 15:56:06 queue INFO 7 [501] -2014-12-15 15:56:06 sendUrl INFO 7 [501] -2014-12-15 15:56:07 queue INFO >7 [502] -2014-12-15 15:56:07 sendUrl INFO 7 [502] -2014-12-15 15:56:08 queue INFO 3 [503] -2014-12-15 15:56:08 queue INFO >3 [504] -2014-12-15 15:56:08 sendUrl INFO 3 [503] -2014-12-15 15:56:09 sendUrl INFO 3 [504] -2014-12-15 15:56:10 queue INFO 7 [505] -2014-12-15 15:56:10 sendUrl INFO 7 [505] -2014-12-15 15:56:11 queue INFO >7 [506] -2014-12-15 15:56:11 sendUrl INFO 7 [506] -2014-12-15 15:56:12 queue INFO 3 [507] -2014-12-15 15:56:12 queue INFO >3 [508] -2014-12-15 15:56:12 sendUrl INFO 3 [507] -2014-12-15 15:56:13 sendUrl INFO 3 [508] -2014-12-15 15:56:15 queue INFO 7 [509] -2014-12-15 15:56:15 queue INFO >7 [510] -2014-12-15 15:56:15 sendUrl INFO 7 [509] -2014-12-15 15:56:16 sendUrl INFO 7 [510] -2014-12-15 15:56:16 queue INFO 3 [511] -2014-12-15 15:56:17 sendUrl INFO 3 [511] -2014-12-15 15:56:17 queue INFO >3 [512] -2014-12-15 15:56:17 sendUrl INFO 3 [512] -2014-12-15 15:56:18 queue INFO 7 [513] -2014-12-15 15:56:19 sendUrl INFO 7 [513] -2014-12-15 15:56:19 queue INFO >7 [514] -2014-12-15 15:56:19 sendUrl INFO 7 [514] -2014-12-15 15:56:20 queue INFO 3 [515] -2014-12-15 15:56:20 queue INFO >3 [516] -2014-12-15 15:56:20 sendUrl INFO 3 [515] -2014-12-15 15:56:21 sendUrl INFO 3 [516] -2014-12-15 15:56:22 queue INFO 7 [517] -2014-12-15 15:56:22 queue INFO >7 [518] -2014-12-15 15:56:23 sendUrl INFO 7 [517] -2014-12-15 15:56:23 sendUrl INFO 7 [518] -2014-12-15 15:56:24 queue INFO 3 [519] -2014-12-15 15:56:24 queue INFO >3 [520] -2014-12-15 15:56:24 sendUrl INFO 3 [519] -2014-12-15 15:56:25 sendUrl INFO 3 [520] -2014-12-15 15:56:26 queue INFO 7 [521] -2014-12-15 15:56:26 queue INFO >7 [522] -2014-12-15 15:56:26 sendUrl INFO 7 [521] -2014-12-15 15:56:27 sendUrl INFO 7 [522] -2014-12-15 15:56:27 queue INFO 3 [523] -2014-12-15 15:56:28 sendUrl INFO 3 [523] -2014-12-15 15:56:28 queue INFO >3 [524] -2014-12-15 15:56:28 sendUrl INFO 3 [524] -2014-12-15 15:56:30 queue INFO 7 [525] -2014-12-15 15:56:30 queue INFO >7 [526] -2014-12-15 15:56:30 sendUrl INFO 7 [525] -2014-12-15 15:56:30 queue INFO 3 [527] -2014-12-15 15:56:31 sendUrl INFO 7 [526] -2014-12-15 15:56:31 queue INFO >3 [528] -2014-12-15 15:56:31 sendUrl INFO 3 [527] -2014-12-15 15:56:32 sendUrl INFO 3 [528] -2014-12-15 15:56:33 queue INFO 7 [529] -2014-12-15 15:56:33 sendUrl INFO 7 [529] -2014-12-15 15:56:33 queue INFO >7 [530] -2014-12-15 15:56:33 sendUrl INFO 7 [530] -2014-12-15 15:56:34 queue INFO 3 [531] -2014-12-15 15:56:35 queue INFO >3 [532] -2014-12-15 15:56:35 sendUrl INFO 3 [531] -2014-12-15 15:56:35 sendUrl INFO 3 [532] -2014-12-15 15:56:36 queue INFO 7 [533] -2014-12-15 15:56:36 queue INFO >7 [534] -2014-12-15 15:56:37 sendUrl INFO 7 [533] -2014-12-15 15:56:37 sendUrl INFO 7 [534] -2014-12-15 15:56:38 queue INFO 3 [535] -2014-12-15 15:56:38 sendUrl INFO 3 [535] -2014-12-15 15:56:38 queue INFO >3 [536] -2014-12-15 15:56:38 sendUrl INFO 3 [536] -2014-12-15 15:56:40 queue INFO 7 [537] -2014-12-15 15:56:40 sendUrl INFO 7 [537] -2014-12-15 15:56:40 queue INFO >7 [538] -2014-12-15 15:56:40 queue INFO 3 [539] -2014-12-15 15:56:40 sendUrl INFO 7 [538] -2014-12-15 15:56:40 queue INFO >3 [540] -2014-12-15 15:56:41 sendUrl INFO 3 [539] -2014-12-15 15:56:41 sendUrl INFO 3 [540] -2014-12-15 15:56:42 queue INFO 7 [541] -2014-12-15 15:56:42 sendUrl INFO 7 [541] -2014-12-15 15:56:42 queue INFO >7 [542] -2014-12-15 15:56:43 sendUrl INFO 7 [542] -2014-12-15 15:56:44 queue INFO 3 [543] -2014-12-15 15:56:44 queue INFO >3 [544] -2014-12-15 15:56:44 sendUrl INFO 3 [543] -2014-12-15 15:56:45 sendUrl INFO 3 [544] -2014-12-15 15:56:46 queue INFO 7 [545] -2014-12-15 15:56:46 queue INFO >7 [546] -2014-12-15 15:56:46 sendUrl INFO 7 [545] -2014-12-15 15:56:47 sendUrl INFO 7 [546] -2014-12-15 15:56:47 queue INFO 3 [547] -2014-12-15 15:56:47 sendUrl INFO 3 [547] -2014-12-15 15:56:47 queue INFO >3 [548] -2014-12-15 15:56:48 sendUrl INFO 3 [548] -2014-12-15 15:56:49 queue INFO 7 [549] -2014-12-15 15:56:49 queue INFO >7 [550] -2014-12-15 15:56:49 sendUrl INFO 7 [549] -2014-12-15 15:56:50 sendUrl INFO 7 [550] -2014-12-15 15:56:51 queue INFO 3 [551] -2014-12-15 15:56:51 queue INFO >3 [552] -2014-12-15 15:56:51 sendUrl INFO 3 [551] -2014-12-15 15:56:51 sendUrl INFO 3 [552] -2014-12-15 15:56:52 queue INFO 7 [553] -2014-12-15 15:56:53 queue INFO >7 [554] -2014-12-15 15:56:53 sendUrl INFO 7 [553] -2014-12-15 15:56:53 sendUrl INFO 7 [554] -2014-12-15 15:56:54 queue INFO 3 [555] -2014-12-15 15:56:54 queue INFO >3 [556] -2014-12-15 15:56:54 sendUrl INFO 3 [555] -2014-12-15 15:56:54 sendUrl INFO 3 [556] -2014-12-15 15:56:55 queue INFO 7 [557] -2014-12-15 15:56:56 queue INFO >7 [558] -2014-12-15 15:56:56 sendUrl INFO 7 [557] -2014-12-15 15:56:56 sendUrl INFO 7 [558] -2014-12-15 15:56:57 queue INFO 3 [559] -2014-12-15 15:56:57 queue INFO >3 [560] -2014-12-15 15:56:57 sendUrl INFO 3 [559] -2014-12-15 15:56:58 sendUrl INFO 3 [560] -2014-12-15 15:56:59 queue INFO 7 [561] -2014-12-15 15:56:59 queue INFO >7 [562] -2014-12-15 15:56:59 sendUrl INFO 7 [561] -2014-12-15 15:56:59 sendUrl INFO 7 [562] -2014-12-15 15:57:00 queue INFO 3 [563] -2014-12-15 15:57:00 queue INFO >3 [564] -2014-12-15 15:57:00 sendUrl INFO 3 [563] -2014-12-15 15:57:01 sendUrl INFO 3 [564] -2014-12-15 15:57:02 queue INFO 7 [565] -2014-12-15 15:57:02 queue INFO >7 [566] -2014-12-15 15:57:02 sendUrl INFO 7 [565] -2014-12-15 15:57:03 sendUrl INFO 7 [566] -2014-12-15 15:57:04 queue INFO 3 [567] -2014-12-15 15:57:04 queue INFO >3 [568] -2014-12-15 15:57:04 sendUrl INFO 3 [567] -2014-12-15 15:57:04 sendUrl INFO 3 [568] -2014-12-15 15:57:05 queue INFO 7 [569] -2014-12-15 15:57:05 sendUrl INFO 7 [569] -2014-12-15 15:57:06 queue INFO >7 [570] -2014-12-15 15:57:06 sendUrl INFO 7 [570] -2014-12-15 15:57:07 queue INFO 3 [571] -2014-12-15 15:57:07 queue INFO >3 [572] -2014-12-15 15:57:07 sendUrl INFO 3 [571] -2014-12-15 15:57:07 sendUrl INFO 3 [572] -2014-12-15 15:57:09 queue INFO 7 [573] -2014-12-15 15:57:09 queue INFO >7 [574] -2014-12-15 15:57:09 sendUrl INFO 7 [573] -2014-12-15 15:57:10 sendUrl INFO 7 [574] -2014-12-15 15:57:10 queue INFO 3 [575] -2014-12-15 15:57:10 queue INFO >3 [576] -2014-12-15 15:57:11 sendUrl INFO 3 [575] -2014-12-15 15:57:11 sendUrl INFO 3 [576] -2014-12-15 15:57:12 queue INFO 7 [577] -2014-12-15 15:57:12 queue INFO >7 [578] -2014-12-15 15:57:12 sendUrl INFO 7 [577] -2014-12-15 15:57:13 sendUrl INFO 7 [578] -2014-12-15 15:57:13 queue INFO 3 [579] -2014-12-15 15:57:13 queue INFO >3 [580] -2014-12-15 15:57:14 sendUrl INFO 3 [579] -2014-12-15 15:57:14 sendUrl INFO 3 [580] -2014-12-15 15:57:15 queue INFO 7 [581] -2014-12-15 15:57:15 queue INFO >7 [582] -2014-12-15 15:57:15 sendUrl INFO 7 [581] -2014-12-15 15:57:15 queue INFO 3 [583] -2014-12-15 15:57:15 queue INFO >3 [584] -2014-12-15 15:57:16 sendUrl INFO 7 [582] -2014-12-15 15:57:16 queue INFO 7 [585] -2014-12-15 15:57:16 sendUrl INFO 3 [583] -2014-12-15 15:57:16 queue INFO >7 [586] -2014-12-15 15:57:17 sendUrl INFO 3 [584] -2014-12-15 15:57:17 queue INFO 3 [587] -2014-12-15 15:57:17 sendUrl INFO 7 [585] -2014-12-15 15:57:17 queue INFO >3 [588] -2014-12-15 15:57:18 sendUrl INFO 7 [586] -2014-12-15 15:57:18 queue INFO 7 [589] -2014-12-15 15:57:18 sendUrl INFO 3 [587] -2014-12-15 15:57:18 queue INFO >7 [590] -2014-12-15 15:57:19 sendUrl INFO 3 [588] -2014-12-15 15:57:19 sendUrl INFO 7 [589] -2014-12-15 15:57:20 queue INFO 3 [591] -2014-12-15 15:57:20 sendUrl INFO 7 [590] -2014-12-15 15:57:20 queue INFO >3 [592] -2014-12-15 15:57:20 sendUrl INFO 3 [591] -2014-12-15 15:57:21 sendUrl INFO 3 [592] -2014-12-15 15:57:21 queue INFO 7 [593] -2014-12-15 15:57:21 queue INFO >7 [594] -2014-12-15 15:57:22 sendUrl INFO 7 [593] -2014-12-15 15:57:22 sendUrl INFO 7 [594] -2014-12-15 15:57:23 queue INFO 3 [595] -2014-12-15 15:57:23 queue INFO >3 [596] -2014-12-15 15:57:23 sendUrl INFO 3 [595] -2014-12-15 15:57:24 sendUrl INFO 3 [596] -2014-12-15 15:57:25 queue INFO 7 [597] -2014-12-15 15:57:25 queue INFO >7 [598] -2014-12-15 15:57:25 sendUrl INFO 7 [597] -2014-12-15 15:57:26 sendUrl INFO 7 [598] -2014-12-15 15:57:26 queue INFO 3 [599] -2014-12-15 15:57:26 sendUrl INFO 3 [599] -2014-12-15 15:57:26 queue INFO >3 [600] -2014-12-15 15:57:27 sendUrl INFO 3 [600] -2014-12-15 15:57:28 queue INFO 7 [601] -2014-12-15 15:57:28 sendUrl INFO 7 [601] -2014-12-15 15:57:28 queue INFO >7 [602] -2014-12-15 15:57:29 sendUrl INFO 7 [602] -2014-12-15 15:57:30 queue INFO 3 [603] -2014-12-15 15:57:30 queue INFO >3 [604] -2014-12-15 15:57:30 sendUrl INFO 3 [603] -2014-12-15 15:57:31 sendUrl INFO 3 [604] -2014-12-15 15:57:32 queue INFO 7 [605] -2014-12-15 15:57:32 queue INFO >7 [606] -2014-12-15 15:57:32 sendUrl INFO 7 [605] -2014-12-15 15:57:33 sendUrl INFO 7 [606] -2014-12-15 15:57:34 queue INFO 3 [607] -2014-12-15 15:57:34 queue INFO >3 [608] -2014-12-15 15:57:34 sendUrl INFO 3 [607] -2014-12-15 15:57:34 sendUrl INFO 3 [608] -2014-12-15 15:57:35 queue INFO 7 [609] -2014-12-15 15:57:36 queue INFO >7 [610] -2014-12-15 15:57:36 sendUrl INFO 7 [609] -2014-12-15 15:57:36 sendUrl INFO 7 [610] -2014-12-15 15:57:37 queue INFO 3 [611] -2014-12-15 15:57:37 queue INFO >3 [612] -2014-12-15 15:57:37 sendUrl INFO 3 [611] -2014-12-15 15:57:38 sendUrl INFO 3 [612] -2014-12-15 15:57:39 queue INFO 7 [613] -2014-12-15 15:57:39 queue INFO >7 [614] -2014-12-15 15:57:39 sendUrl INFO 7 [613] -2014-12-15 15:57:39 sendUrl INFO 7 [614] -2014-12-15 15:57:40 queue INFO 3 [615] -2014-12-15 15:57:40 queue INFO >3 [616] -2014-12-15 15:57:40 sendUrl INFO 3 [615] -2014-12-15 15:57:41 sendUrl INFO 3 [616] -2014-12-15 15:57:42 queue INFO 7 [617] -2014-12-15 15:57:42 queue INFO >7 [618] -2014-12-15 15:57:42 sendUrl INFO 7 [617] -2014-12-15 15:57:43 sendUrl INFO 7 [618] -2014-12-15 15:57:43 queue INFO 3 [619] -2014-12-15 15:57:43 sendUrl INFO 3 [619] -2014-12-15 15:57:43 queue INFO >3 [620] -2014-12-15 15:57:44 sendUrl INFO 3 [620] -2014-12-15 15:57:45 queue INFO 7 [621] -2014-12-15 15:57:45 queue INFO >7 [622] -2014-12-15 15:57:45 sendUrl INFO 7 [621] -2014-12-15 15:57:46 sendUrl INFO 7 [622] -2014-12-15 15:57:46 queue INFO 3 [623] -2014-12-15 15:57:46 sendUrl INFO 3 [623] -2014-12-15 15:57:46 queue INFO >3 [624] -2014-12-15 15:57:47 sendUrl INFO 3 [624] -2014-12-15 15:57:48 queue INFO 7 [625] -2014-12-15 15:57:48 sendUrl INFO 7 [625] -2014-12-15 15:57:48 queue INFO >7 [626] -2014-12-15 15:57:48 sendUrl INFO 7 [626] -2014-12-15 15:57:49 queue INFO 3 [627] -2014-12-15 15:57:49 sendUrl INFO 3 [627] -2014-12-15 15:57:49 queue INFO >3 [628] -2014-12-15 15:57:50 sendUrl INFO 3 [628] -2014-12-15 15:57:51 queue INFO 7 [629] -2014-12-15 15:57:51 queue INFO >7 [630] -2014-12-15 15:57:51 sendUrl INFO 7 [629] -2014-12-15 15:57:52 sendUrl INFO 7 [630] -2014-12-15 15:57:52 queue INFO 3 [631] -2014-12-15 15:57:52 sendUrl INFO 3 [631] -2014-12-15 15:57:52 queue INFO >3 [632] -2014-12-15 15:57:53 sendUrl INFO 3 [632] -2014-12-15 15:57:54 queue INFO 7 [633] -2014-12-15 15:57:54 queue INFO >7 [634] -2014-12-15 15:57:54 sendUrl INFO 7 [633] -2014-12-15 15:57:55 sendUrl INFO 7 [634] -2014-12-15 15:57:55 queue INFO 3 [635] -2014-12-15 15:57:56 queue INFO >3 [636] -2014-12-15 15:57:56 sendUrl INFO 3 [635] -2014-12-15 15:57:56 sendUrl INFO 3 [636] -2014-12-15 15:57:57 queue INFO 7 [637] -2014-12-15 15:57:57 sendUrl INFO 7 [637] -2014-12-15 15:57:57 queue INFO >7 [638] -2014-12-15 15:57:57 sendUrl INFO 7 [638] -2014-12-15 15:57:58 queue INFO 3 [639] -2014-12-15 15:57:58 queue INFO >3 [640] -2014-12-15 15:57:59 sendUrl INFO 3 [639] -2014-12-15 15:57:59 sendUrl INFO 3 [640] -2014-12-15 15:58:00 queue INFO 7 [641] -2014-12-15 15:58:00 queue INFO >7 [642] -2014-12-15 15:58:00 sendUrl INFO 7 [641] -2014-12-15 15:58:01 sendUrl INFO 7 [642] -2014-12-15 15:58:01 queue INFO 3 [643] -2014-12-15 15:58:01 sendUrl INFO 3 [643] -2014-12-15 15:58:01 queue INFO >3 [644] -2014-12-15 15:58:02 sendUrl INFO 3 [644] -2014-12-15 15:58:03 queue INFO 7 [645] -2014-12-15 15:58:03 queue INFO >7 [646] -2014-12-15 15:58:03 sendUrl INFO 7 [645] -2014-12-15 15:58:04 sendUrl INFO 7 [646] -2014-12-15 15:58:04 queue INFO 3 [647] -2014-12-15 15:58:04 queue INFO >3 [648] -2014-12-15 15:58:04 sendUrl INFO 3 [647] -2014-12-15 15:58:05 sendUrl INFO 3 [648] -2014-12-15 15:58:06 queue INFO 7 [649] -2014-12-15 15:58:06 queue INFO >7 [650] -2014-12-15 15:58:06 sendUrl INFO 7 [649] -2014-12-15 15:58:07 sendUrl INFO 7 [650] -2014-12-15 15:58:07 queue INFO 3 [651] -2014-12-15 15:58:07 queue INFO >3 [652] -2014-12-15 15:58:08 sendUrl INFO 3 [651] -2014-12-15 15:58:08 sendUrl INFO 3 [652] -2014-12-15 15:58:09 queue INFO 7 [653] -2014-12-15 15:58:09 queue INFO >7 [654] -2014-12-15 15:58:09 sendUrl INFO 7 [653] -2014-12-15 15:58:10 sendUrl INFO 7 [654] -2014-12-15 15:58:10 queue INFO 3 [655] -2014-12-15 15:58:10 queue INFO >3 [656] -2014-12-15 15:58:11 sendUrl INFO 3 [655] -2014-12-15 15:58:11 sendUrl INFO 3 [656] -2014-12-15 15:58:12 queue INFO 7 [657] -2014-12-15 15:58:12 queue INFO >7 [658] -2014-12-15 15:58:12 sendUrl INFO 7 [657] -2014-12-15 15:58:13 sendUrl INFO 7 [658] -2014-12-15 15:58:13 queue INFO 3 [659] -2014-12-15 15:58:13 queue INFO >3 [660] -2014-12-15 15:58:14 sendUrl INFO 3 [659] -2014-12-15 15:58:14 sendUrl INFO 3 [660] -2014-12-15 15:58:15 queue INFO 7 [661] -2014-12-15 15:58:15 sendUrl INFO 7 [661] -2014-12-15 15:58:15 queue INFO >7 [662] -2014-12-15 15:58:16 sendUrl INFO 7 [662] -2014-12-15 15:58:16 queue INFO 3 [663] -2014-12-15 15:58:17 queue INFO >3 [664] -2014-12-15 15:58:17 sendUrl INFO 3 [663] -2014-12-15 15:58:17 sendUrl INFO 3 [664] -2014-12-15 15:58:18 queue INFO 7 [665] -2014-12-15 15:58:18 sendUrl INFO 7 [665] -2014-12-15 15:58:18 queue INFO >7 [666] -2014-12-15 15:58:19 sendUrl INFO 7 [666] -2014-12-15 15:58:19 queue INFO 3 [667] -2014-12-15 15:58:19 queue INFO >3 [668] -2014-12-15 15:58:20 sendUrl INFO 3 [667] -2014-12-15 15:58:20 sendUrl INFO 3 [668] -2014-12-15 15:58:21 queue INFO 7 [669] -2014-12-15 15:58:21 sendUrl INFO 7 [669] -2014-12-15 15:58:21 queue INFO >7 [670] -2014-12-15 15:58:22 sendUrl INFO 7 [670] -2014-12-15 15:58:23 queue INFO 3 [671] -2014-12-15 15:58:23 sendUrl INFO 3 [671] -2014-12-15 15:58:23 queue INFO >3 [672] -2014-12-15 15:58:23 sendUrl INFO 3 [672] -2014-12-15 15:58:24 queue INFO 7 [673] -2014-12-15 15:58:25 queue INFO >7 [674] -2014-12-15 15:58:25 sendUrl INFO 7 [673] -2014-12-15 15:58:25 sendUrl INFO 7 [674] -2014-12-15 15:58:26 queue INFO 3 [675] -2014-12-15 15:58:26 queue INFO >3 [676] -2014-12-15 15:58:27 sendUrl INFO 3 [675] -2014-12-15 15:58:27 sendUrl INFO 3 [676] -2014-12-15 15:58:28 queue INFO 7 [677] -2014-12-15 15:58:28 queue INFO >7 [678] -2014-12-15 15:58:28 sendUrl INFO 7 [677] -2014-12-15 15:58:29 sendUrl INFO 7 [678] -2014-12-15 15:58:29 queue INFO 3 [679] -2014-12-15 15:58:30 queue INFO >3 [680] -2014-12-15 15:58:30 sendUrl INFO 3 [679] -2014-12-15 15:58:30 sendUrl INFO 3 [680] -2014-12-15 15:58:31 queue INFO 7 [681] -2014-12-15 15:58:31 queue INFO >7 [682] -2014-12-15 15:58:31 sendUrl INFO 7 [681] -2014-12-15 15:58:32 sendUrl INFO 7 [682] -2014-12-15 15:58:32 queue INFO 3 [683] -2014-12-15 15:58:33 queue INFO >3 [684] -2014-12-15 15:58:33 sendUrl INFO 3 [683] -2014-12-15 15:58:33 sendUrl INFO 3 [684] -2014-12-15 15:58:34 queue INFO 7 [685] -2014-12-15 15:58:34 queue INFO >7 [686] -2014-12-15 15:58:34 sendUrl INFO 7 [685] -2014-12-15 15:58:35 sendUrl INFO 7 [686] -2014-12-15 15:58:35 queue INFO 3 [687] -2014-12-15 15:58:36 queue INFO >3 [688] -2014-12-15 15:58:36 sendUrl INFO 3 [687] -2014-12-15 15:58:36 sendUrl INFO 3 [688] -2014-12-15 15:58:37 queue INFO 7 [689] -2014-12-15 15:58:37 queue INFO >7 [690] -2014-12-15 15:58:37 sendUrl INFO 7 [689] -2014-12-15 15:58:38 sendUrl INFO 7 [690] -2014-12-15 15:58:38 queue INFO 3 [691] -2014-12-15 15:58:38 queue INFO >3 [692] -2014-12-15 15:58:38 sendUrl INFO 3 [691] -2014-12-15 15:58:39 sendUrl INFO 3 [692] -2014-12-15 15:58:39 queue INFO 7 [693] -2014-12-15 15:58:40 queue INFO >7 [694] -2014-12-15 15:58:40 sendUrl INFO 7 [693] -2014-12-15 15:58:40 sendUrl INFO 7 [694] -2014-12-15 15:58:41 queue INFO 3 [695] -2014-12-15 15:58:41 queue INFO >3 [696] -2014-12-15 15:58:41 sendUrl INFO 3 [695] -2014-12-15 15:58:41 sendUrl INFO 3 [696] -2014-12-15 15:58:42 queue INFO 7 [697] -2014-12-15 15:58:42 queue INFO >7 [698] -2014-12-15 15:58:42 sendUrl INFO 7 [697] -2014-12-15 15:58:43 sendUrl INFO 7 [698] -2014-12-15 15:58:43 queue INFO 3 [699] -2014-12-15 15:58:44 queue INFO >3 [700] -2014-12-15 15:58:44 sendUrl INFO 3 [699] -2014-12-15 15:58:44 sendUrl INFO 3 [700] -2014-12-15 15:58:45 queue INFO 7 [701] -2014-12-15 15:58:45 sendUrl INFO 7 [701] -2014-12-15 15:58:45 queue INFO >7 [702] -2014-12-15 15:58:45 sendUrl INFO 7 [702] -2014-12-15 15:58:46 queue INFO 3 [703] -2014-12-15 15:58:46 queue INFO >3 [704] -2014-12-15 15:58:46 sendUrl INFO 3 [703] -2014-12-15 15:58:47 sendUrl INFO 3 [704] -2014-12-15 15:58:48 queue INFO 7 [705] -2014-12-15 15:58:48 queue INFO >7 [706] -2014-12-15 15:58:48 sendUrl INFO 7 [705] -2014-12-15 15:58:49 sendUrl INFO 7 [706] -2014-12-15 15:58:49 queue INFO 3 [707] -2014-12-15 15:58:49 sendUrl INFO 3 [707] -2014-12-15 15:58:49 queue INFO >3 [708] -2014-12-15 15:58:50 sendUrl INFO 3 [708] -2014-12-15 15:58:50 queue INFO 7 [709] -2014-12-15 15:58:50 queue INFO >7 [710] -2014-12-15 15:58:51 sendUrl INFO 7 [709] -2014-12-15 15:58:51 sendUrl INFO 7 [710] -2014-12-15 15:58:51 queue INFO 3 [711] -2014-12-15 15:58:51 queue INFO >3 [712] -2014-12-15 15:58:52 sendUrl INFO 3 [711] -2014-12-15 15:58:52 sendUrl INFO 3 [712] -2014-12-15 15:58:53 queue INFO 7 [713] -2014-12-15 15:58:53 queue INFO >7 [714] -2014-12-15 15:58:53 sendUrl INFO 7 [713] -2014-12-15 15:58:54 sendUrl INFO 7 [714] -2014-12-15 15:58:54 queue INFO 3 [715] -2014-12-15 15:58:54 sendUrl INFO 3 [715] -2014-12-15 15:58:54 queue INFO >3 [716] -2014-12-15 15:58:55 sendUrl INFO 3 [716] -2014-12-15 15:58:55 queue INFO 7 [717] -2014-12-15 15:58:56 sendUrl INFO 7 [717] -2014-12-15 15:58:56 queue INFO >7 [718] -2014-12-15 15:58:56 sendUrl INFO 7 [718] -2014-12-15 15:58:57 queue INFO 3 [719] -2014-12-15 15:58:57 queue INFO >3 [720] -2014-12-15 15:58:57 sendUrl INFO 3 [719] -2014-12-15 15:58:58 sendUrl INFO 3 [720] -2014-12-15 15:58:58 queue INFO 7 [721] -2014-12-15 15:58:59 queue INFO >7 [722] -2014-12-15 15:58:59 sendUrl INFO 7 [721] -2014-12-15 15:58:59 sendUrl INFO 7 [722] -2014-12-15 15:59:00 queue INFO 3 [723] -2014-12-15 15:59:00 sendUrl INFO 3 [723] -2014-12-15 15:59:00 queue INFO >3 [724] -2014-12-15 15:59:00 sendUrl INFO 3 [724] -2014-12-15 15:59:01 queue INFO 7 [725] -2014-12-15 15:59:01 queue INFO >7 [726] -2014-12-15 15:59:02 sendUrl INFO 7 [725] -2014-12-15 15:59:02 sendUrl INFO 7 [726] -2014-12-15 15:59:02 queue INFO 3 [727] -2014-12-15 15:59:03 queue INFO >3 [728] -2014-12-15 15:59:03 sendUrl INFO 3 [727] -2014-12-15 15:59:03 sendUrl INFO 3 [728] -2014-12-15 15:59:04 queue INFO 7 [729] -2014-12-15 15:59:04 sendUrl INFO 7 [729] -2014-12-15 15:59:04 queue INFO >7 [730] -2014-12-15 15:59:04 sendUrl INFO 7 [730] -2014-12-15 15:59:05 queue INFO 3 [731] -2014-12-15 15:59:05 queue INFO >3 [732] -2014-12-15 15:59:05 sendUrl INFO 3 [731] -2014-12-15 15:59:06 sendUrl INFO 3 [732] -2014-12-15 15:59:06 queue INFO 7 [733] -2014-12-15 15:59:06 queue INFO >7 [734] -2014-12-15 15:59:07 sendUrl INFO 7 [733] -2014-12-15 15:59:07 sendUrl INFO 7 [734] -2014-12-15 15:59:07 queue INFO 3 [735] -2014-12-15 15:59:08 queue INFO >3 [736] -2014-12-15 15:59:08 sendUrl INFO 3 [735] -2014-12-15 15:59:08 sendUrl INFO 3 [736] -2014-12-15 15:59:09 queue INFO 7 [737] -2014-12-15 15:59:09 queue INFO >7 [738] -2014-12-15 15:59:09 sendUrl INFO 7 [737] -2014-12-15 15:59:10 sendUrl INFO 7 [738] -2014-12-15 15:59:10 queue INFO 3 [739] -2014-12-15 15:59:10 queue INFO >3 [740] -2014-12-15 15:59:10 sendUrl INFO 3 [739] -2014-12-15 15:59:11 sendUrl INFO 3 [740] -2014-12-15 15:59:11 queue INFO 7 [741] -2014-12-15 15:59:11 queue INFO >7 [742] -2014-12-15 15:59:12 sendUrl INFO 7 [741] -2014-12-15 15:59:12 sendUrl INFO 7 [742] -2014-12-15 15:59:12 queue INFO 3 [743] -2014-12-15 15:59:13 queue INFO >3 [744] -2014-12-15 15:59:13 sendUrl INFO 3 [743] -2014-12-15 15:59:13 sendUrl INFO 3 [744] -2014-12-15 15:59:14 queue INFO 7 [745] -2014-12-15 15:59:14 queue INFO >7 [746] -2014-12-15 15:59:14 sendUrl INFO 7 [745] -2014-12-15 15:59:15 sendUrl INFO 7 [746] -2014-12-15 15:59:15 queue INFO 3 [747] -2014-12-15 15:59:15 queue INFO >3 [748] -2014-12-15 15:59:15 sendUrl INFO 3 [747] -2014-12-15 15:59:16 sendUrl INFO 3 [748] -2014-12-15 15:59:16 queue INFO 7 [749] -2014-12-15 15:59:17 queue INFO >7 [750] -2014-12-15 15:59:17 sendUrl INFO 7 [749] -2014-12-15 15:59:17 sendUrl INFO 7 [750] -2014-12-15 15:59:17 queue INFO 3 [751] -2014-12-15 15:59:18 queue INFO >3 [752] -2014-12-15 15:59:18 sendUrl INFO 3 [751] -2014-12-15 15:59:18 sendUrl INFO 3 [752] -2014-12-15 15:59:19 queue INFO 7 [753] -2014-12-15 15:59:19 queue INFO >7 [754] -2014-12-15 15:59:19 sendUrl INFO 7 [753] -2014-12-15 15:59:20 sendUrl INFO 7 [754] -2014-12-15 15:59:20 queue INFO 3 [755] -2014-12-15 15:59:20 queue INFO >3 [756] -2014-12-15 15:59:20 sendUrl INFO 3 [755] -2014-12-15 15:59:21 sendUrl INFO 3 [756] -2014-12-15 15:59:21 queue INFO 7 [757] -2014-12-15 15:59:21 queue INFO >7 [758] -2014-12-15 15:59:21 sendUrl INFO 7 [757] -2014-12-15 15:59:22 sendUrl INFO 7 [758] -2014-12-15 15:59:24 queue INFO 3 [759] -2014-12-15 15:59:24 queue INFO 7 [760] -2014-12-15 15:59:24 sendUrl INFO 3 [759] -2014-12-15 15:59:24 queue INFO >7 [761] -2014-12-15 15:59:24 sendUrl INFO 7 [760] -2014-12-15 15:59:25 sendUrl INFO 7 [761] -2014-12-15 15:59:27 queue INFO 3 [762] -2014-12-15 15:59:27 sendUrl INFO 3 [762] -2014-12-15 15:59:27 queue INFO >3 [763] -2014-12-15 15:59:27 sendUrl INFO 3 [763] -2014-12-15 15:59:28 queue INFO 7 [764] -2014-12-15 15:59:28 queue INFO >7 [765] -2014-12-15 15:59:28 sendUrl INFO 7 [764] -2014-12-15 15:59:29 sendUrl INFO 7 [765] -2014-12-15 15:59:29 queue INFO 3 [766] -2014-12-15 15:59:29 sendUrl INFO 3 [766] -2014-12-15 15:59:30 queue INFO >3 [767] -2014-12-15 15:59:30 sendUrl INFO 3 [767] -2014-12-15 15:59:31 queue INFO 7 [768] -2014-12-15 15:59:31 queue INFO >7 [769] -2014-12-15 15:59:31 sendUrl INFO 7 [768] -2014-12-15 15:59:31 sendUrl INFO 7 [769] -2014-12-15 15:59:32 queue INFO 3 [770] -2014-12-15 15:59:32 sendUrl INFO 3 [770] -2014-12-15 15:59:32 queue INFO >3 [771] -2014-12-15 15:59:32 sendUrl INFO 3 [771] -2014-12-15 15:59:33 queue INFO 7 [772] -2014-12-15 15:59:33 sendUrl INFO 7 [772] -2014-12-15 15:59:34 queue INFO >7 [773] -2014-12-15 15:59:34 sendUrl INFO 7 [773] -2014-12-15 15:59:35 queue INFO 3 [774] -2014-12-15 15:59:35 queue INFO >3 [775] -2014-12-15 15:59:35 sendUrl INFO 3 [774] -2014-12-15 15:59:35 sendUrl INFO 3 [775] -2014-12-15 15:59:36 queue INFO 7 [776] -2014-12-15 15:59:36 queue INFO >7 [777] -2014-12-15 15:59:36 sendUrl INFO 7 [776] -2014-12-15 15:59:37 sendUrl INFO 7 [777] -2014-12-15 15:59:37 queue INFO 3 [778] -2014-12-15 15:59:37 queue INFO >3 [779] -2014-12-15 15:59:38 sendUrl INFO 3 [778] -2014-12-15 15:59:38 sendUrl INFO 3 [779] -2014-12-15 15:59:38 queue INFO 7 [780] -2014-12-15 15:59:39 sendUrl INFO 7 [780] -2014-12-15 15:59:39 queue INFO >7 [781] -2014-12-15 15:59:39 sendUrl INFO 7 [781] -2014-12-15 15:59:39 queue INFO 3 [782] -2014-12-15 15:59:40 sendUrl INFO 3 [782] -2014-12-15 15:59:40 queue INFO >3 [783] -2014-12-15 15:59:40 sendUrl INFO 3 [783] -2014-12-15 15:59:41 queue INFO 7 [784] -2014-12-15 15:59:41 queue INFO >7 [785] -2014-12-15 15:59:41 sendUrl INFO 7 [784] -2014-12-15 15:59:42 sendUrl INFO 7 [785] -2014-12-15 15:59:42 queue INFO 3 [786] -2014-12-15 15:59:42 queue INFO >3 [787] -2014-12-15 15:59:42 sendUrl INFO 3 [786] -2014-12-15 15:59:43 sendUrl INFO 3 [787] -2014-12-15 15:59:43 queue INFO 7 [788] -2014-12-15 15:59:43 queue INFO >7 [789] -2014-12-15 15:59:44 sendUrl INFO 7 [788] -2014-12-15 15:59:44 queue INFO 3 [790] -2014-12-15 15:59:44 sendUrl INFO 7 [789] -2014-12-15 15:59:44 queue INFO >3 [791] -2014-12-15 15:59:45 sendUrl INFO 3 [790] -2014-12-15 15:59:45 sendUrl INFO 3 [791] -2014-12-15 15:59:45 queue INFO 7 [792] -2014-12-15 15:59:46 sendUrl INFO 7 [792] -2014-12-15 15:59:46 queue INFO >7 [793] -2014-12-15 15:59:46 sendUrl INFO 7 [793] -2014-12-15 15:59:47 queue INFO 3 [794] -2014-12-15 15:59:47 queue INFO >3 [795] -2014-12-15 15:59:47 sendUrl INFO 3 [794] -2014-12-15 15:59:48 sendUrl INFO 3 [795] -2014-12-15 15:59:48 queue INFO 7 [796] -2014-12-15 15:59:48 queue INFO >7 [797] -2014-12-15 15:59:49 sendUrl INFO 7 [796] -2014-12-15 15:59:49 queue INFO 3 [798] -2014-12-15 15:59:49 sendUrl INFO 7 [797] -2014-12-15 15:59:49 queue INFO >3 [799] -2014-12-15 15:59:50 sendUrl INFO 3 [798] -2014-12-15 15:59:50 queue INFO 7 [800] -2014-12-15 15:59:50 sendUrl INFO 3 [799] -2014-12-15 15:59:50 queue INFO >7 [801] -2014-12-15 15:59:51 sendUrl INFO 7 [800] -2014-12-15 15:59:51 queue INFO 3 [802] -2014-12-15 15:59:51 sendUrl INFO 7 [801] -2014-12-15 15:59:51 queue INFO >3 [803] -2014-12-15 15:59:52 queue INFO 7 [804] -2014-12-15 15:59:52 sendUrl INFO 3 [802] -2014-12-15 15:59:52 queue INFO >7 [805] -2014-12-15 15:59:52 sendUrl INFO 3 [803] -2014-12-15 15:59:52 queue INFO 3 [806] -2014-12-15 15:59:53 queue INFO >3 [807] -2014-12-15 15:59:53 sendUrl INFO 7 [804] -2014-12-15 15:59:53 sendUrl INFO 7 [805] -2014-12-15 15:59:54 queue INFO 7 [808] -2014-12-15 15:59:54 sendUrl INFO 3 [806] -2014-12-15 15:59:54 queue INFO >7 [809] -2014-12-15 15:59:54 sendUrl INFO 3 [807] -2014-12-15 15:59:55 queue INFO 3 [810] -2014-12-15 15:59:55 sendUrl INFO 7 [808] -2014-12-15 15:59:55 queue INFO >3 [811] -2014-12-15 15:59:55 sendUrl INFO 7 [809] -2014-12-15 15:59:56 sendUrl INFO 3 [810] -2014-12-15 15:59:56 queue INFO 7 [812] -2014-12-15 15:59:56 queue INFO >7 [813] -2014-12-15 15:59:56 sendUrl INFO 3 [811] -2014-12-15 15:59:57 sendUrl INFO 7 [812] -2014-12-15 15:59:57 queue INFO 3 [814] -2014-12-15 15:59:57 queue INFO >3 [815] -2014-12-15 15:59:57 sendUrl INFO 7 [813] -2014-12-15 15:59:58 sendUrl INFO 3 [814] -2014-12-15 15:59:58 queue INFO 7 [816] -2014-12-15 15:59:58 sendUrl INFO 3 [815] -2014-12-15 15:59:58 queue INFO >7 [817] -2014-12-15 15:59:59 sendUrl INFO 7 [816] -2014-12-15 15:59:59 queue INFO 3 [818] -2014-12-15 15:59:59 queue INFO >3 [819] -2014-12-15 15:59:59 sendUrl INFO 7 [817] -2014-12-15 16:00:00 sendUrl INFO 3 [818] -2014-12-15 16:00:00 sendUrl INFO 3 [819] -2014-12-15 16:00:00 queue INFO 7 [820] -2014-12-15 16:00:01 queue INFO >7 [821] -2014-12-15 16:00:01 queue INFO 3 [822] -2014-12-15 16:00:01 sendUrl INFO 7 [820] -2014-12-15 16:00:01 queue INFO >3 [823] -2014-12-15 16:00:01 queue INFO 7 [824] -2014-12-15 16:00:01 sendUrl INFO 7 [821] -2014-12-15 16:00:01 queue INFO >7 [825] -2014-12-15 16:00:02 queue INFO 3 [826] -2014-12-15 16:00:02 sendUrl INFO 3 [822] -2014-12-15 16:00:02 queue INFO >3 [827] -2014-12-15 16:00:02 queue INFO 7 [828] -2014-12-15 16:00:02 sendUrl INFO 3 [823] -2014-12-15 16:00:02 queue INFO >7 [829] -2014-12-15 16:00:03 sendUrl INFO 7 [824] -2014-12-15 16:00:03 queue INFO 3 [830] -2014-12-15 16:00:03 sendUrl INFO 7 [825] -2014-12-15 16:00:03 queue INFO >3 [831] -2014-12-15 16:00:04 sendUrl INFO 3 [826] -2014-12-15 16:00:04 sendUrl INFO 3 [827] -2014-12-15 16:00:05 queue INFO 7 [832] -2014-12-15 16:00:05 sendUrl INFO 7 [828] -2014-12-15 16:00:05 queue INFO >7 [833] -2014-12-15 16:00:05 sendUrl INFO 7 [829] -2014-12-15 16:00:06 queue INFO 3 [834] -2014-12-15 16:00:06 sendUrl INFO 3 [830] -2014-12-15 16:00:06 queue INFO >3 [835] -2014-12-15 16:00:06 sendUrl INFO 3 [831] -2014-12-15 16:00:07 sendUrl INFO 7 [832] -2014-12-15 16:00:07 queue INFO 7 [836] -2014-12-15 16:00:07 queue INFO >7 [837] -2014-12-15 16:00:07 sendUrl INFO 7 [833] -2014-12-15 16:00:08 sendUrl INFO 3 [834] -2014-12-15 16:00:08 queue INFO 3 [838] -2014-12-15 16:00:08 queue INFO >3 [839] -2014-12-15 16:00:08 sendUrl INFO 3 [835] -2014-12-15 16:00:09 sendUrl INFO 7 [836] -2014-12-15 16:00:09 queue INFO 7 [840] -2014-12-15 16:00:09 sendUrl INFO 7 [837] -2014-12-15 16:00:09 queue INFO >7 [841] -2014-12-15 16:00:10 sendUrl INFO 3 [838] -2014-12-15 16:00:10 queue INFO 3 [842] -2014-12-15 16:00:10 sendUrl INFO 3 [839] -2014-12-15 16:00:11 queue INFO >3 [843] -2014-12-15 16:00:11 sendUrl INFO 7 [840] -2014-12-15 16:00:11 sendUrl INFO 7 [841] -2014-12-15 16:00:12 queue INFO 7 [844] -2014-12-15 16:00:12 sendUrl INFO 3 [842] -2014-12-15 16:00:12 queue INFO >7 [845] -2014-12-15 16:00:12 sendUrl INFO 3 [843] -2014-12-15 16:00:13 queue INFO 3 [846] -2014-12-15 16:00:13 sendUrl INFO 7 [844] -2014-12-15 16:00:13 queue INFO >3 [847] -2014-12-15 16:00:13 sendUrl INFO 7 [845] -2014-12-15 16:00:14 sendUrl INFO 3 [846] -2014-12-15 16:00:14 queue INFO 7 [848] -2014-12-15 16:00:14 queue INFO >7 [849] -2014-12-15 16:00:14 sendUrl INFO 3 [847] -2014-12-15 16:00:15 sendUrl INFO 7 [848] -2014-12-15 16:00:15 queue INFO 3 [850] -2014-12-15 16:00:15 queue INFO >3 [851] -2014-12-15 16:00:15 sendUrl INFO 7 [849] -2014-12-15 16:00:16 sendUrl INFO 3 [850] -2014-12-15 16:00:16 queue INFO 7 [852] -2014-12-15 16:00:16 queue INFO >7 [853] -2014-12-15 16:00:16 sendUrl INFO 3 [851] -2014-12-15 16:00:17 sendUrl INFO 7 [852] -2014-12-15 16:00:17 queue INFO 3 [854] -2014-12-15 16:00:17 queue INFO >3 [855] -2014-12-15 16:00:17 sendUrl INFO 7 [853] -2014-12-15 16:00:18 sendUrl INFO 3 [854] -2014-12-15 16:00:18 queue INFO 7 [856] -2014-12-15 16:00:18 queue INFO >7 [857] -2014-12-15 16:00:18 sendUrl INFO 3 [855] -2014-12-15 16:00:19 sendUrl INFO 7 [856] -2014-12-15 16:00:19 queue INFO 1 [858] -2014-12-15 16:00:19 queue INFO >1 [859] -2014-12-15 16:00:19 sendUrl INFO 7 [857] -2014-12-15 16:00:20 sendUrl INFO 1 [858] -2014-12-15 16:00:20 queue INFO 21 [860] -2014-12-15 16:00:20 queue INFO 25 [861] -2014-12-15 16:00:20 queue INFO >25 [862] -2014-12-15 16:00:20 sendUrl INFO 1 [859] -2014-12-15 16:00:21 queue INFO 21 [863] -2014-12-15 16:00:21 queue INFO >21 [864] -2014-12-15 16:00:21 sendUrl INFO 21 [860] -2014-12-15 16:00:21 queue INFO 25 [865] -2014-12-15 16:00:21 queue INFO >25 [866] -2014-12-15 16:00:21 sendUrl INFO 25 [861] -2014-12-15 16:00:22 sendUrl INFO 25 [862] -2014-12-15 16:00:22 queue INFO 21 [867] -2014-12-15 16:00:22 queue INFO >21 [868] -2014-12-15 16:00:22 sendUrl INFO 21 [863] -2014-12-15 16:00:23 sendUrl INFO 21 [864] -2014-12-15 16:00:23 queue INFO 25 [869] -2014-12-15 16:00:23 queue INFO >25 [870] -2014-12-15 16:00:24 sendUrl INFO 25 [865] -2014-12-15 16:00:24 sendUrl INFO 25 [866] -2014-12-15 16:00:24 queue INFO 21 [871] -2014-12-15 16:00:25 sendUrl INFO 21 [867] -2014-12-15 16:00:25 queue INFO >21 [872] -2014-12-15 16:00:25 sendUrl INFO 21 [868] -2014-12-15 16:00:25 queue INFO 25 [873] -2014-12-15 16:00:25 queue INFO >25 [874] -2014-12-15 16:00:26 sendUrl INFO 25 [869] -2014-12-15 16:00:26 sendUrl INFO 25 [870] -2014-12-15 16:00:26 queue INFO 21 [875] -2014-12-15 16:00:26 queue INFO >21 [876] -2014-12-15 16:00:26 queue INFO 25 [877] -2014-12-15 16:00:27 sendUrl INFO 21 [871] -2014-12-15 16:00:27 queue INFO >25 [878] -2014-12-15 16:00:27 sendUrl INFO 21 [872] -2014-12-15 16:00:27 queue INFO 21 [879] -2014-12-15 16:00:27 queue INFO >21 [880] -2014-12-15 16:00:28 sendUrl INFO 25 [873] -2014-12-15 16:00:28 sendUrl INFO 25 [874] -2014-12-15 16:00:28 queue INFO 25 [881] -2014-12-15 16:00:28 queue INFO >25 [882] -2014-12-15 16:00:29 sendUrl INFO 21 [875] -2014-12-15 16:00:29 queue INFO 21 [883] -2014-12-15 16:00:29 queue INFO >21 [884] -2014-12-15 16:00:29 sendUrl INFO 21 [876] -2014-12-15 16:00:30 sendUrl INFO 25 [877] -2014-12-15 16:00:30 queue INFO 25 [885] -2014-12-15 16:00:30 sendUrl INFO 25 [878] -2014-12-15 16:00:30 queue INFO >25 [886] -2014-12-15 16:00:31 sendUrl INFO 21 [879] -2014-12-15 16:00:31 sendUrl INFO 21 [880] -2014-12-15 16:00:31 queue INFO 21 [887] -2014-12-15 16:00:31 queue INFO >21 [888] -2014-12-15 16:00:32 sendUrl INFO 25 [881] -2014-12-15 16:00:32 sendUrl INFO 25 [882] -2014-12-15 16:00:32 queue INFO 25 [889] -2014-12-15 16:00:32 queue INFO >25 [890] -2014-12-15 16:00:33 sendUrl INFO 21 [883] -2014-12-15 16:00:33 queue INFO 21 [891] -2014-12-15 16:00:33 sendUrl INFO 21 [884] -2014-12-15 16:00:33 queue INFO >21 [892] -2014-12-15 16:00:34 sendUrl INFO 25 [885] -2014-12-15 16:00:34 sendUrl INFO 25 [886] -2014-12-15 16:00:34 queue INFO 25 [893] -2014-12-15 16:00:35 queue INFO >25 [894] -2014-12-15 16:00:35 sendUrl INFO 21 [887] -2014-12-15 16:00:35 sendUrl INFO 21 [888] -2014-12-15 16:00:35 queue INFO 21 [895] -2014-12-15 16:00:35 queue INFO >21 [896] -2014-12-15 16:00:36 sendUrl INFO 25 [889] -2014-12-15 16:00:36 sendUrl INFO 25 [890] -2014-12-15 16:00:36 queue INFO 25 [897] -2014-12-15 16:00:37 queue INFO >25 [898] -2014-12-15 16:00:37 sendUrl INFO 21 [891] -2014-12-15 16:00:37 sendUrl INFO 21 [892] -2014-12-15 16:00:37 queue INFO 21 [899] -2014-12-15 16:00:37 queue INFO >21 [900] -2014-12-15 16:00:38 queue INFO 1 [901] -2014-12-15 16:00:38 sendUrl INFO 25 [893] -2014-12-15 16:00:38 queue INFO 5 [902] -2014-12-15 16:00:38 queue INFO >5 [903] -2014-12-15 16:00:38 sendUrl INFO 25 [894] -2014-12-15 16:00:38 queue INFO 1 [904] -2014-12-15 16:00:39 queue INFO >1 [905] -2014-12-15 16:00:39 sendUrl INFO 21 [895] -2014-12-15 16:00:39 sendUrl INFO 21 [896] -2014-12-15 16:00:40 queue INFO 5 [906] -2014-12-15 16:00:40 sendUrl INFO 25 [897] -2014-12-15 16:00:40 queue INFO >5 [907] -2014-12-15 16:00:40 sendUrl INFO 25 [898] -2014-12-15 16:00:41 queue INFO 1 [908] -2014-12-15 16:00:41 sendUrl INFO 21 [899] -2014-12-15 16:00:41 queue INFO >1 [909] -2014-12-15 16:00:41 sendUrl INFO 21 [900] -2014-12-15 16:00:42 queue INFO 5 [910] -2014-12-15 16:00:42 sendUrl INFO 1 [901] -2014-12-15 16:00:42 queue INFO >5 [911] -2014-12-15 16:00:42 sendUrl INFO 5 [902] -2014-12-15 16:00:43 queue INFO 1 [912] -2014-12-15 16:00:43 sendUrl INFO 5 [903] -2014-12-15 16:00:43 queue INFO >1 [913] -2014-12-15 16:00:43 sendUrl INFO 1 [904] -2014-12-15 16:00:44 sendUrl INFO 1 [905] -2014-12-15 16:00:44 queue INFO 5 [914] -2014-12-15 16:00:44 queue INFO >5 [915] -2014-12-15 16:00:44 sendUrl INFO 5 [906] -2014-12-15 16:00:45 sendUrl INFO 5 [907] -2014-12-15 16:00:45 queue INFO 1 [916] -2014-12-15 16:00:45 queue INFO >1 [917] -2014-12-15 16:00:45 sendUrl INFO 1 [908] -2014-12-15 16:00:46 sendUrl INFO 1 [909] -2014-12-15 16:00:46 queue INFO 5 [918] -2014-12-15 16:00:46 queue INFO >5 [919] -2014-12-15 16:00:46 sendUrl INFO 5 [910] -2014-12-15 16:00:47 sendUrl INFO 5 [911] -2014-12-15 16:00:47 queue INFO 1 [920] -2014-12-15 16:00:47 queue INFO >1 [921] -2014-12-15 16:00:47 sendUrl INFO 1 [912] -2014-12-15 16:00:48 sendUrl INFO 1 [913] -2014-12-15 16:00:48 queue INFO 5 [922] -2014-12-15 16:00:48 queue INFO >5 [923] -2014-12-15 16:00:48 sendUrl INFO 5 [914] -2014-12-15 16:00:49 sendUrl INFO 5 [915] -2014-12-15 16:00:49 queue INFO 1 [924] -2014-12-15 16:00:49 queue INFO >1 [925] -2014-12-15 16:00:49 sendUrl INFO 1 [916] -2014-12-15 16:00:50 sendUrl INFO 1 [917] -2014-12-15 16:00:50 queue INFO 5 [926] -2014-12-15 16:00:50 queue INFO >5 [927] -2014-12-15 16:00:50 sendUrl INFO 5 [918] -2014-12-15 16:00:51 sendUrl INFO 5 [919] -2014-12-15 16:00:51 queue INFO 1 [928] -2014-12-15 16:00:51 queue INFO >1 [929] -2014-12-15 16:00:51 sendUrl INFO 1 [920] -2014-12-15 16:00:52 sendUrl INFO 1 [921] -2014-12-15 16:00:52 queue INFO 5 [930] -2014-12-15 16:00:52 sendUrl INFO 5 [922] -2014-12-15 16:00:53 queue INFO >5 [931] -2014-12-15 16:00:53 sendUrl INFO 5 [923] -2014-12-15 16:00:53 queue INFO 1 [932] -2014-12-15 16:00:53 sendUrl INFO 1 [924] -2014-12-15 16:00:54 queue INFO >1 [933] -2014-12-15 16:00:54 sendUrl INFO 1 [925] -2014-12-15 16:00:54 queue INFO 5 [934] -2014-12-15 16:00:54 sendUrl INFO 5 [926] -2014-12-15 16:00:55 queue INFO >5 [935] -2014-12-15 16:00:55 sendUrl INFO 5 [927] -2014-12-15 16:00:55 sendUrl INFO 1 [928] -2014-12-15 16:00:56 queue INFO 1 [936] -2014-12-15 16:00:56 queue INFO >1 [937] -2014-12-15 16:00:56 sendUrl INFO 1 [929] -2014-12-15 16:00:56 sendUrl INFO 5 [930] -2014-12-15 16:00:57 queue INFO 5 [938] -2014-12-15 16:00:57 sendUrl INFO 5 [931] -2014-12-15 16:00:57 queue INFO >5 [939] -2014-12-15 16:00:57 sendUrl INFO 1 [932] -2014-12-15 16:00:58 queue INFO 1 [940] -2014-12-15 16:00:58 queue INFO >1 [941] -2014-12-15 16:00:58 sendUrl INFO 1 [933] -2014-12-15 16:00:58 sendUrl INFO 5 [934] -2014-12-15 16:00:59 queue INFO 5 [942] -2014-12-15 16:00:59 sendUrl INFO 5 [935] -2014-12-15 16:00:59 queue INFO >5 [943] -2014-12-15 16:00:59 sendUrl INFO 1 [936] -2014-12-15 16:01:00 queue INFO 1 [944] -2014-12-15 16:01:00 sendUrl INFO 1 [937] -2014-12-15 16:01:00 queue INFO >1 [945] -2014-12-15 16:01:00 sendUrl INFO 5 [938] -2014-12-15 16:01:01 queue INFO 5 [946] -2014-12-15 16:01:01 sendUrl INFO 5 [939] -2014-12-15 16:01:01 queue INFO >5 [947] -2014-12-15 16:01:01 sendUrl INFO 1 [940] -2014-12-15 16:01:02 queue INFO 1 [948] -2014-12-15 16:01:02 sendUrl INFO 1 [941] -2014-12-15 16:01:02 queue INFO >1 [949] -2014-12-15 16:01:02 sendUrl INFO 5 [942] -2014-12-15 16:01:03 sendUrl INFO 5 [943] -2014-12-15 16:01:03 queue INFO 5 [950] -2014-12-15 16:01:03 queue INFO >5 [951] -2014-12-15 16:01:03 sendUrl INFO 1 [944] -2014-12-15 16:01:04 queue INFO 1 [952] -2014-12-15 16:01:04 queue INFO >1 [953] -2014-12-15 16:01:04 sendUrl INFO 1 [945] -2014-12-15 16:01:04 sendUrl INFO 5 [946] -2014-12-15 16:01:05 queue INFO 5 [954] -2014-12-15 16:01:05 sendUrl INFO 5 [947] -2014-12-15 16:01:05 queue INFO >5 [955] -2014-12-15 16:01:05 sendUrl INFO 1 [948] -2014-12-15 16:01:06 queue INFO 1 [956] -2014-12-15 16:01:06 sendUrl INFO 1 [949] -2014-12-15 16:01:06 queue INFO >1 [957] -2014-12-15 16:01:07 sendUrl INFO 5 [950] -2014-12-15 16:01:07 queue INFO 5 [958] -2014-12-15 16:01:07 sendUrl INFO 5 [951] -2014-12-15 16:01:07 queue INFO >5 [959] -2014-12-15 16:01:08 sendUrl INFO 1 [952] -2014-12-15 16:01:08 queue INFO 1 [960] -2014-12-15 16:01:08 sendUrl INFO 1 [953] -2014-12-15 16:01:08 queue INFO >1 [961] -2014-12-15 16:01:09 sendUrl INFO 5 [954] -2014-12-15 16:01:09 sendUrl INFO 5 [955] -2014-12-15 16:01:09 queue INFO 5 [962] -2014-12-15 16:01:09 queue INFO >5 [963] -2014-12-15 16:01:10 sendUrl INFO 1 [956] -2014-12-15 16:01:10 queue INFO 1 [964] -2014-12-15 16:01:10 sendUrl INFO 1 [957] -2014-12-15 16:01:10 queue INFO >1 [965] -2014-12-15 16:01:11 sendUrl INFO 5 [958] -2014-12-15 16:01:11 sendUrl INFO 5 [959] -2014-12-15 16:01:11 queue INFO 5 [966] -2014-12-15 16:01:11 queue INFO >5 [967] -2014-12-15 16:01:12 sendUrl INFO 1 [960] -2014-12-15 16:01:12 queue INFO 1 [968] -2014-12-15 16:01:12 sendUrl INFO 1 [961] -2014-12-15 16:01:12 queue INFO >1 [969] -2014-12-15 16:01:12 queue INFO 5 [970] -2014-12-15 16:01:13 sendUrl INFO 5 [962] -2014-12-15 16:01:13 queue INFO >5 [971] -2014-12-15 16:01:13 sendUrl INFO 5 [963] -2014-12-15 16:01:13 queue INFO 1 [972] -2014-12-15 16:01:14 queue INFO >1 [973] -2014-12-15 16:01:14 sendUrl INFO 1 [964] -2014-12-15 16:01:14 sendUrl INFO 1 [965] -2014-12-15 16:01:15 queue INFO 5 [974] -2014-12-15 16:01:15 sendUrl INFO 5 [966] -2014-12-15 16:01:15 queue INFO >5 [975] -2014-12-15 16:01:15 sendUrl INFO 5 [967] -2014-12-15 16:01:16 queue INFO 1 [976] -2014-12-15 16:01:16 sendUrl INFO 1 [968] -2014-12-15 16:01:16 queue INFO >1 [977] -2014-12-15 16:01:16 sendUrl INFO 1 [969] -2014-12-15 16:01:17 sendUrl INFO 5 [970] -2014-12-15 16:01:17 queue INFO 5 [978] -2014-12-15 16:01:17 queue INFO >5 [979] -2014-12-15 16:01:17 sendUrl INFO 5 [971] -2014-12-15 16:01:18 sendUrl INFO 1 [972] -2014-12-15 16:01:18 queue INFO 1 [980] -2014-12-15 16:01:18 queue INFO >1 [981] -2014-12-15 16:01:18 sendUrl INFO 1 [973] -2014-12-15 16:01:19 sendUrl INFO 5 [974] -2014-12-15 16:01:19 queue INFO 5 [982] -2014-12-15 16:01:19 sendUrl INFO 5 [975] -2014-12-15 16:01:19 queue INFO >5 [983] -2014-12-15 16:01:20 sendUrl INFO 1 [976] -2014-12-15 16:01:20 queue INFO 1 [984] -2014-12-15 16:01:20 queue INFO >1 [985] -2014-12-15 16:01:20 sendUrl INFO 1 [977] -2014-12-15 16:01:21 sendUrl INFO 5 [978] -2014-12-15 16:01:21 queue INFO 5 [986] -2014-12-15 16:01:21 queue INFO >5 [987] -2014-12-15 16:01:21 sendUrl INFO 5 [979] -2014-12-15 16:01:22 queue INFO 1 [988] -2014-12-15 16:01:22 sendUrl INFO 1 [980] -2014-12-15 16:01:22 queue INFO >1 [989] -2014-12-15 16:01:22 sendUrl INFO 1 [981] -2014-12-15 16:01:23 sendUrl INFO 5 [982] -2014-12-15 16:01:23 queue INFO 5 [990] -2014-12-15 16:01:23 queue INFO >5 [991] -2014-12-15 16:01:23 sendUrl INFO 5 [983] -2014-12-15 16:01:24 sendUrl INFO 1 [984] -2014-12-15 16:01:24 queue INFO 1 [992] -2014-12-15 16:01:24 queue INFO >1 [993] -2014-12-15 16:01:24 sendUrl INFO 1 [985] -2014-12-15 16:01:24 queue INFO 5 [994] -2014-12-15 16:01:25 queue INFO >5 [995] -2014-12-15 16:01:25 sendUrl INFO 5 [986] -2014-12-15 16:01:25 sendUrl INFO 5 [987] -2014-12-15 16:01:25 queue INFO 1 [996] -2014-12-15 16:01:26 queue INFO >1 [997] -2014-12-15 16:01:26 sendUrl INFO 1 [988] -2014-12-15 16:01:26 sendUrl INFO 1 [989] -2014-12-15 16:01:26 queue INFO 5 [998] -2014-12-15 16:01:27 queue INFO >5 [999] -2014-12-15 16:01:27 sendUrl INFO 5 [990] -2014-12-15 16:01:27 queue INFO 1 [0] -2014-12-15 16:01:27 sendUrl INFO 5 [991] -2014-12-15 16:01:27 queue INFO >1 [1] -2014-12-15 16:01:28 sendUrl INFO 1 [992] -2014-12-15 16:01:28 queue INFO 5 [2] -2014-12-15 16:01:28 sendUrl INFO 1 [993] -2014-12-15 16:01:28 queue INFO >5 [3] -2014-12-15 16:01:29 sendUrl INFO 5 [994] -2014-12-15 16:01:29 queue INFO 1 [4] -2014-12-15 16:01:29 sendUrl INFO 5 [995] -2014-12-15 16:01:29 queue INFO >1 [5] -2014-12-15 16:01:30 sendUrl INFO 1 [996] -2014-12-15 16:01:30 sendUrl INFO 1 [997] -2014-12-15 16:01:30 queue INFO 5 [6] -2014-12-15 16:01:31 queue INFO >5 [7] -2014-12-15 16:01:31 sendUrl INFO 5 [998] -2014-12-15 16:01:31 queue INFO 1 [8] -2014-12-15 16:01:31 sendUrl INFO 5 [999] -2014-12-15 16:01:31 queue INFO >1 [9] -2014-12-15 16:01:32 sendUrl INFO 1 [0] -2014-12-15 16:01:32 sendUrl INFO 1 [1] -2014-12-15 16:01:32 queue INFO 5 [10] -2014-12-15 16:01:33 queue INFO >5 [11] -2014-12-15 16:01:33 sendUrl INFO 5 [2] -2014-12-15 16:01:33 queue INFO 1 [12] -2014-12-15 16:01:33 sendUrl INFO 5 [3] -2014-12-15 16:01:33 queue INFO >1 [13] -2014-12-15 16:01:34 sendUrl INFO 1 [4] -2014-12-15 16:01:34 sendUrl INFO 1 [5] -2014-12-15 16:01:34 queue INFO 5 [14] -2014-12-15 16:01:35 queue INFO >5 [15] -2014-12-15 16:01:35 sendUrl INFO 5 [6] -2014-12-15 16:01:35 sendUrl INFO 5 [7] -2014-12-15 16:01:36 queue INFO 1 [16] -2014-12-15 16:01:36 queue INFO >1 [17] -2014-12-15 16:01:36 sendUrl INFO 1 [8] -2014-12-15 16:01:36 sendUrl INFO 1 [9] -2014-12-15 16:01:37 queue INFO 5 [18] -2014-12-15 16:01:37 sendUrl INFO 5 [10] -2014-12-15 16:01:37 queue INFO >5 [19] -2014-12-15 16:01:37 sendUrl INFO 5 [11] -2014-12-15 16:01:38 queue INFO 1 [20] -2014-12-15 16:01:38 queue INFO >1 [21] -2014-12-15 16:01:38 sendUrl INFO 1 [12] -2014-12-15 16:01:38 sendUrl INFO 1 [13] -2014-12-15 16:01:39 queue INFO 5 [22] -2014-12-15 16:01:39 sendUrl INFO 5 [14] -2014-12-15 16:01:39 queue INFO >5 [23] -2014-12-15 16:01:39 sendUrl INFO 5 [15] -2014-12-15 16:01:40 queue INFO 1 [24] -2014-12-15 16:01:40 sendUrl INFO 1 [16] -2014-12-15 16:01:40 queue INFO >1 [25] -2014-12-15 16:01:40 sendUrl INFO 1 [17] -2014-12-15 16:01:41 queue INFO 5 [26] -2014-12-15 16:01:41 sendUrl INFO 5 [18] -2014-12-15 16:01:41 queue INFO >5 [27] -2014-12-15 16:01:41 sendUrl INFO 5 [19] -2014-12-15 16:01:42 queue INFO 1 [28] -2014-12-15 16:01:42 sendUrl INFO 1 [20] -2014-12-15 16:01:42 queue INFO >1 [29] -2014-12-15 16:01:42 sendUrl INFO 1 [21] -2014-12-15 16:01:43 sendUrl INFO 5 [22] -2014-12-15 16:01:43 queue INFO 5 [30] -2014-12-15 16:01:43 queue INFO >5 [31] -2014-12-15 16:01:43 sendUrl INFO 5 [23] -2014-12-15 16:01:44 sendUrl INFO 1 [24] -2014-12-15 16:01:44 queue INFO 1 [32] -2014-12-15 16:01:44 queue INFO >1 [33] -2014-12-15 16:01:44 sendUrl INFO 1 [25] -2014-12-15 16:01:45 sendUrl INFO 5 [26] -2014-12-15 16:01:45 queue INFO 5 [34] -2014-12-15 16:01:45 queue INFO >5 [35] -2014-12-15 16:01:45 sendUrl INFO 5 [27] -2014-12-15 16:01:46 sendUrl INFO 1 [28] -2014-12-15 16:01:46 queue INFO 1 [36] -2014-12-15 16:01:46 queue INFO >1 [37] -2014-12-15 16:01:46 sendUrl INFO 1 [29] -2014-12-15 16:01:47 sendUrl INFO 5 [30] -2014-12-15 16:01:47 queue INFO 5 [38] -2014-12-15 16:01:47 queue INFO >5 [39] -2014-12-15 16:01:47 sendUrl INFO 5 [31] -2014-12-15 16:01:48 sendUrl INFO 1 [32] -2014-12-15 16:01:48 queue INFO 1 [40] -2014-12-15 16:01:48 queue INFO >1 [41] -2014-12-15 16:01:48 sendUrl INFO 1 [33] -2014-12-15 16:01:49 sendUrl INFO 5 [34] -2014-12-15 16:01:49 queue INFO 5 [42] -2014-12-15 16:01:49 queue INFO >5 [43] -2014-12-15 16:01:49 sendUrl INFO 5 [35] -2014-12-15 16:01:50 sendUrl INFO 1 [36] -2014-12-15 16:01:50 queue INFO 1 [44] -2014-12-15 16:01:50 queue INFO >1 [45] -2014-12-15 16:01:51 sendUrl INFO 1 [37] -2014-12-15 16:01:51 sendUrl INFO 5 [38] -2014-12-15 16:01:51 queue INFO 5 [46] -2014-12-15 16:01:51 queue INFO >5 [47] -2014-12-15 16:01:52 sendUrl INFO 5 [39] -2014-12-15 16:01:52 sendUrl INFO 1 [40] -2014-12-15 16:01:52 queue INFO 1 [48] -2014-12-15 16:01:52 queue INFO >1 [49] -2014-12-15 16:01:53 sendUrl INFO 1 [41] -2014-12-15 16:01:53 sendUrl INFO 5 [42] -2014-12-15 16:01:53 queue INFO 5 [50] -2014-12-15 16:01:53 queue INFO >5 [51] -2014-12-15 16:01:54 sendUrl INFO 5 [43] -2014-12-15 16:01:54 sendUrl INFO 1 [44] -2014-12-15 16:01:54 queue INFO 1 [52] -2014-12-15 16:01:54 queue INFO >1 [53] -2014-12-15 16:01:55 sendUrl INFO 1 [45] -2014-12-15 16:01:55 sendUrl INFO 5 [46] -2014-12-15 16:01:55 queue INFO 5 [54] -2014-12-15 16:01:55 queue INFO >5 [55] -2014-12-15 16:01:56 sendUrl INFO 5 [47] -2014-12-15 16:01:56 sendUrl INFO 1 [48] -2014-12-15 16:01:56 queue INFO 1 [56] -2014-12-15 16:01:56 queue INFO >1 [57] -2014-12-15 16:01:57 sendUrl INFO 1 [49] -2014-12-15 16:01:57 queue INFO 5 [58] -2014-12-15 16:01:57 sendUrl INFO 5 [50] -2014-12-15 16:01:57 queue INFO >5 [59] -2014-12-15 16:01:58 queue INFO 1 [60] -2014-12-15 16:01:58 sendUrl INFO 5 [51] -2014-12-15 16:01:58 queue INFO >1 [61] -2014-12-15 16:01:58 sendUrl INFO 1 [52] -2014-12-15 16:01:59 sendUrl INFO 1 [53] -2014-12-15 16:01:59 queue INFO 5 [62] -2014-12-15 16:01:59 queue INFO >5 [63] -2014-12-15 16:01:59 sendUrl INFO 5 [54] -2014-12-15 16:02:00 sendUrl INFO 5 [55] -2014-12-15 16:02:00 queue INFO 1 [64] -2014-12-15 16:02:00 queue INFO >1 [65] -2014-12-15 16:02:00 sendUrl INFO 1 [56] -2014-12-15 16:02:01 queue INFO 5 [66] -2014-12-15 16:02:01 sendUrl INFO 1 [57] -2014-12-15 16:02:01 queue INFO >5 [67] -2014-12-15 16:02:01 sendUrl INFO 5 [58] -2014-12-15 16:02:02 queue INFO 1 [68] -2014-12-15 16:02:02 sendUrl INFO 5 [59] -2014-12-15 16:02:02 queue INFO >1 [69] -2014-12-15 16:02:02 sendUrl INFO 1 [60] -2014-12-15 16:02:03 queue INFO 5 [70] -2014-12-15 16:02:03 sendUrl INFO 1 [61] -2014-12-15 16:02:03 queue INFO >5 [71] -2014-12-15 16:02:03 sendUrl INFO 5 [62] -2014-12-15 16:02:04 queue INFO 1 [72] -2014-12-15 16:02:04 sendUrl INFO 5 [63] -2014-12-15 16:02:04 queue INFO >1 [73] -2014-12-15 16:02:04 sendUrl INFO 1 [64] -2014-12-15 16:02:05 queue INFO 5 [74] -2014-12-15 16:02:05 sendUrl INFO 1 [65] -2014-12-15 16:02:05 queue INFO >5 [75] -2014-12-15 16:02:05 sendUrl INFO 5 [66] -2014-12-15 16:02:06 queue INFO 1 [76] -2014-12-15 16:02:06 sendUrl INFO 5 [67] -2014-12-15 16:02:06 queue INFO >1 [77] -2014-12-15 16:02:06 sendUrl INFO 1 [68] -2014-12-15 16:02:07 sendUrl INFO 1 [69] -2014-12-15 16:02:07 queue INFO 5 [78] -2014-12-15 16:02:07 queue INFO >5 [79] -2014-12-15 16:02:07 sendUrl INFO 5 [70] -2014-12-15 16:02:08 queue INFO 1 [80] -2014-12-15 16:02:08 queue INFO >1 [81] -2014-12-15 16:02:08 program INFO WAIT active send to complete -2014-12-15 16:02:09 program INFO WAIT active send to complete -2014-12-15 16:02:09 queue INFO 5 [82] -2014-12-15 16:02:09 queue INFO >5 [83] -2014-12-15 16:02:09 program INFO WAIT active send to complete -2014-12-15 16:02:10 queue INFO 1 [84] -2014-12-15 16:02:10 program INFO WAIT active send to complete -2014-12-15 16:02:10 queue INFO >1 [85] -2014-12-15 16:02:10 program INFO WAIT active send to complete -2014-12-15 16:02:11 program INFO WAIT active send to complete -2014-12-15 16:02:11 queue INFO 5 [86] -2014-12-15 16:02:11 queue INFO >5 [87] -2014-12-15 16:02:11 program INFO WAIT active send to complete -2014-12-15 16:02:12 program INFO WAIT active send to complete -2014-12-15 16:02:12 queue INFO 1 [88] -2014-12-15 16:02:12 queue INFO >1 [89] -2014-12-15 16:02:12 program INFO WAIT active send to complete -2014-12-15 16:02:13 program INFO WAIT active send to complete -2014-12-15 16:02:13 queue INFO 5 [90] -2014-12-15 16:02:13 program INFO WAIT active send to complete -2014-12-15 16:02:13 queue INFO >5 [91] -2014-12-15 16:02:14 program INFO WAIT active send to complete -2014-12-15 16:02:14 queue INFO 1 [92] -2014-12-15 16:02:14 program INFO WAIT active send to complete -2014-12-15 16:02:14 queue INFO >1 [93] -2014-12-15 16:02:15 program INFO WAIT active send to complete -2014-12-15 16:02:15 program INFO WAIT active send to complete -2014-12-15 16:02:15 queue INFO 5 [94] -2014-12-15 16:02:15 queue INFO >5 [95] -2014-12-15 16:02:16 program INFO WAIT active send to complete -2014-12-15 16:02:16 queue INFO 1 [96] -2014-12-15 16:02:16 queue INFO >1 [97] -2014-12-15 16:02:16 program INFO WAIT active send to complete -2014-12-15 16:02:17 program INFO WAIT active send to complete -2014-12-15 16:02:17 queue INFO 5 [98] -2014-12-15 16:02:17 program INFO WAIT active send to complete -2014-12-15 16:02:17 queue INFO >5 [99] -2014-12-15 16:02:18 queue INFO 1 [100] -2014-12-15 16:02:18 program INFO WAIT active send to complete -2014-12-15 16:02:18 queue INFO >1 [101] -2014-12-15 16:02:18 program INFO WAIT active send to complete -2014-12-15 16:02:19 program INFO WAIT active send to complete -2014-12-15 16:02:19 queue INFO 5 [102] -2014-12-15 16:02:19 program INFO WAIT active send to complete -2014-12-15 16:02:19 queue INFO >5 [103] -2014-12-15 16:02:20 queue INFO 1 [104] -2014-12-15 16:02:20 queue INFO >1 [105] -2014-12-15 16:02:20 program INFO WAIT active send to complete -2014-12-15 16:02:20 program INFO WAIT active send to complete -2014-12-15 16:02:21 queue INFO 5 [106] -2014-12-15 16:02:21 queue INFO >5 [107] -2014-12-15 16:02:21 program INFO WAIT active send to complete -2014-12-15 16:02:21 program INFO WAIT active send to complete -2014-12-15 16:02:21 queue INFO 1 [108] -2014-12-15 16:02:22 queue INFO >1 [109] -2014-12-15 16:02:22 program INFO WAIT active send to complete -2014-12-15 16:02:22 queue INFO 5 [110] -2014-12-15 16:02:22 program INFO WAIT active send to complete -2014-12-15 16:02:23 queue INFO >5 [111] -2014-12-15 16:02:23 program INFO WAIT active send to complete -2014-12-15 16:02:23 queue INFO 1 [112] -2014-12-15 16:02:23 program INFO WAIT active send to complete -2014-12-15 16:02:24 queue INFO >1 [113] -2014-12-15 16:02:24 program INFO WAIT active send to complete -2014-12-15 16:02:24 program INFO WAIT active send to complete -2014-12-15 16:02:25 queue INFO 5 [114] -2014-12-15 16:02:25 queue INFO >5 [115] -2014-12-15 16:02:25 program INFO WAIT active send to complete -2014-12-15 16:02:25 program INFO WAIT active send to complete -2014-12-15 16:02:26 queue INFO 1 [116] -2014-12-15 16:02:26 queue INFO >1 [117] -2014-12-15 16:02:26 program INFO WAIT active send to complete -2014-12-15 16:02:26 program INFO WAIT active send to complete -2014-12-15 16:02:27 queue INFO 5 [118] -2014-12-15 16:02:27 queue INFO >5 [119] -2014-12-15 16:02:27 program INFO WAIT active send to complete -2014-12-15 16:02:27 queue INFO 1 [120] -2014-12-15 16:02:27 program INFO WAIT active send to complete -2014-12-15 16:02:28 queue INFO >1 [121] -2014-12-15 16:02:28 program INFO WAIT active send to complete -2014-12-15 16:02:28 program INFO WAIT active send to complete -2014-12-15 16:02:29 queue INFO 5 [122] -2014-12-15 16:02:29 queue INFO >5 [123] -2014-12-15 16:02:29 program INFO WAIT active send to complete -2014-12-15 16:02:29 program INFO WAIT active send to complete -2014-12-15 16:02:30 queue INFO 1 [124] -2014-12-15 16:02:30 queue INFO >1 [125] -2014-12-15 16:02:30 program INFO WAIT active send to complete -2014-12-15 16:02:30 program INFO WAIT active send to complete -2014-12-15 16:02:31 queue INFO 5 [126] -2014-12-15 16:02:31 program INFO WAIT active send to complete -2014-12-15 16:02:31 queue INFO >5 [127] -2014-12-15 16:02:31 program INFO WAIT active send to complete -2014-12-15 16:02:32 queue INFO 1 [128] -2014-12-15 16:02:32 program INFO WAIT active send to complete -2014-12-15 16:02:32 queue INFO >1 [129] -2014-12-15 16:02:32 program INFO WAIT active send to complete -2014-12-15 16:02:33 program INFO WAIT active send to complete -2014-12-15 16:02:33 queue INFO 5 [130] -2014-12-15 16:02:33 queue INFO >5 [131] -2014-12-15 16:02:33 program INFO WAIT active send to complete -2014-12-15 16:02:34 program INFO WAIT active send to complete -2014-12-15 16:02:34 queue INFO 1 [132] -2014-12-15 16:02:34 queue INFO >1 [133] -2014-12-15 16:02:34 program INFO WAIT active send to complete -2014-12-15 16:02:35 program INFO WAIT active send to complete -2014-12-15 16:02:35 queue INFO 5 [134] -2014-12-15 16:02:35 queue INFO >5 [135] -2014-12-15 16:02:35 program INFO WAIT active send to complete -2014-12-15 16:02:36 program INFO WAIT active send to complete -2014-12-15 16:02:36 queue INFO 1 [136] -2014-12-15 16:02:36 queue INFO >1 [137] -2014-12-15 16:02:36 program INFO WAIT active send to complete -2014-12-15 16:02:37 program INFO WAIT active send to complete -2014-12-15 16:02:37 queue INFO 5 [138] -2014-12-15 16:02:38 program INFO WAIT active send to complete -2014-12-15 16:02:38 queue INFO >5 [139] -2014-12-15 16:02:38 sendUrl INFO 5 [71] -2014-12-15 16:02:38 sendUrl INFO 1 [72] -2014-12-15 16:02:38 queue INFO 1 [140] -2014-12-15 16:02:39 sendUrl INFO 1 [73] -2014-12-15 16:02:39 queue INFO >1 [141] -2014-12-15 16:02:39 sendUrl INFO 5 [74] -2014-12-15 16:02:39 queue INFO 5 [142] -2014-12-15 16:02:40 sendUrl INFO 5 [75] -2014-12-15 16:02:40 queue INFO >5 [143] -2014-12-15 16:02:40 sendUrl INFO 1 [76] -2014-12-15 16:02:40 queue INFO 1 [144] -2014-12-15 16:02:41 sendUrl INFO 1 [77] -2014-12-15 16:02:41 queue INFO >1 [145] -2014-12-15 16:02:41 sendUrl INFO 5 [78] -2014-12-15 16:02:42 sendUrl INFO 5 [79] -2014-12-15 16:02:42 queue INFO 5 [146] -2014-12-15 16:02:42 queue INFO >5 [147] -2014-12-15 16:02:42 sendUrl INFO 1 [80] -2014-12-15 16:02:43 sendUrl INFO 1 [81] -2014-12-15 16:02:43 queue INFO 1 [148] -2014-12-15 16:02:43 queue INFO >1 [149] -2014-12-15 16:02:43 sendUrl INFO 5 [82] -2014-12-15 16:02:44 queue INFO 5 [150] -2014-12-15 16:02:44 sendUrl INFO 5 [83] -2014-12-15 16:02:44 queue INFO >5 [151] -2014-12-15 16:02:44 queue INFO 1 [152] -2014-12-15 16:02:44 sendUrl INFO 1 [84] -2014-12-15 16:02:44 queue INFO >1 [153] -2014-12-15 16:02:45 queue INFO 5 [154] -2014-12-15 16:02:45 sendUrl INFO 1 [85] -2014-12-15 16:02:45 queue INFO >5 [155] -2014-12-15 16:02:45 queue INFO 1 [156] -2014-12-15 16:02:45 sendUrl INFO 5 [86] -2014-12-15 16:02:45 queue INFO >1 [157] -2014-12-15 16:02:46 sendUrl INFO 5 [87] -2014-12-15 16:02:46 sendUrl INFO 1 [88] -2014-12-15 16:02:46 queue INFO 5 [158] -2014-12-15 16:02:47 queue INFO >5 [159] -2014-12-15 16:02:47 sendUrl INFO 1 [89] -2014-12-15 16:02:47 queue INFO 1 [160] -2014-12-15 16:02:47 queue INFO >1 [161] -2014-12-15 16:02:47 sendUrl INFO 5 [90] -2014-12-15 16:02:48 sendUrl INFO 5 [91] -2014-12-15 16:02:48 queue INFO 5 [162] -2014-12-15 16:02:48 sendUrl INFO 1 [92] -2014-12-15 16:02:48 queue INFO >5 [163] -2014-12-15 16:02:49 sendUrl INFO 1 [93] -2014-12-15 16:02:49 queue INFO 1 [164] -2014-12-15 16:02:49 sendUrl INFO 5 [94] -2014-12-15 16:02:49 queue INFO >1 [165] -2014-12-15 16:02:50 sendUrl INFO 5 [95] -2014-12-15 16:02:50 sendUrl INFO 1 [96] -2014-12-15 16:02:50 queue INFO 5 [166] -2014-12-15 16:02:50 queue INFO >5 [167] -2014-12-15 16:02:51 sendUrl INFO 1 [97] -2014-12-15 16:02:51 sendUrl INFO 5 [98] -2014-12-15 16:02:51 queue INFO 1 [168] -2014-12-15 16:02:51 queue INFO >1 [169] -2014-12-15 16:02:52 sendUrl INFO 5 [99] -2014-12-15 16:02:52 sendUrl INFO 1 [100] -2014-12-15 16:02:52 queue INFO 5 [170] -2014-12-15 16:02:52 queue INFO >5 [171] -2014-12-15 16:02:53 queue INFO 1 [172] -2014-12-15 16:02:53 sendUrl INFO 1 [101] -2014-12-15 16:02:53 queue INFO >1 [173] -2014-12-15 16:02:53 sendUrl INFO 5 [102] -2014-12-15 16:02:54 queue INFO 5 [174] -2014-12-15 16:02:54 sendUrl INFO 5 [103] -2014-12-15 16:02:54 queue INFO >5 [175] -2014-12-15 16:02:54 sendUrl INFO 1 [104] -2014-12-15 16:02:55 queue INFO 1 [176] -2014-12-15 16:02:55 sendUrl INFO 1 [105] -2014-12-15 16:02:55 queue INFO >1 [177] -2014-12-15 16:02:55 sendUrl INFO 5 [106] -2014-12-15 16:02:56 sendUrl INFO 5 [107] -2014-12-15 16:02:56 queue INFO 5 [178] -2014-12-15 16:02:56 sendUrl INFO 1 [108] -2014-12-15 16:02:56 queue INFO >5 [179] -2014-12-15 16:02:56 queue INFO 1 [180] -2014-12-15 16:02:57 queue INFO >1 [181] -2014-12-15 16:02:57 sendUrl INFO 1 [109] -2014-12-15 16:02:57 sendUrl INFO 5 [110] -2014-12-15 16:02:57 queue INFO 5 [182] -2014-12-15 16:02:58 queue INFO >5 [183] -2014-12-15 16:02:58 sendUrl INFO 5 [111] -2014-12-15 16:02:58 sendUrl INFO 1 [112] -2014-12-15 16:02:58 queue INFO 1 [184] -2014-12-15 16:02:58 queue INFO >1 [185] -2014-12-15 16:02:59 sendUrl INFO 1 [113] -2014-12-15 16:02:59 queue INFO 5 [186] -2014-12-15 16:02:59 sendUrl INFO 5 [114] -2014-12-15 16:02:59 queue INFO >5 [187] -2014-12-15 16:03:00 sendUrl INFO 5 [115] -2014-12-15 16:03:00 queue INFO 1 [188] -2014-12-15 16:03:00 queue INFO >1 [189] -2014-12-15 16:03:00 sendUrl INFO 1 [116] -2014-12-15 16:03:01 sendUrl INFO 1 [117] -2014-12-15 16:03:01 queue INFO 5 [190] -2014-12-15 16:03:01 queue INFO >5 [191] -2014-12-15 16:03:01 sendUrl INFO 5 [118] -2014-12-15 16:03:02 sendUrl INFO 5 [119] -2014-12-15 16:03:02 queue INFO 1 [192] -2014-12-15 16:03:02 queue INFO >1 [193] -2014-12-15 16:03:02 sendUrl INFO 1 [120] -2014-12-15 16:03:03 sendUrl INFO 1 [121] -2014-12-15 16:03:03 queue INFO 5 [194] -2014-12-15 16:03:03 queue INFO >5 [195] -2014-12-15 16:03:03 sendUrl INFO 5 [122] -2014-12-15 16:03:04 queue INFO 1 [196] -2014-12-15 16:03:04 sendUrl INFO 5 [123] -2014-12-15 16:03:04 queue INFO >1 [197] -2014-12-15 16:03:04 sendUrl INFO 1 [124] -2014-12-15 16:03:05 sendUrl INFO 1 [125] -2014-12-15 16:03:05 queue INFO 5 [198] -2014-12-15 16:03:05 queue INFO >5 [199] -2014-12-15 16:03:05 sendUrl INFO 5 [126] -2014-12-15 16:03:06 sendUrl INFO 5 [127] -2014-12-15 16:03:06 queue INFO 1 [200] -2014-12-15 16:03:06 queue INFO >1 [201] -2014-12-15 16:03:06 sendUrl INFO 1 [128] -2014-12-15 16:03:07 sendUrl INFO 1 [129] -2014-12-15 16:03:07 queue INFO 5 [202] -2014-12-15 16:03:07 queue INFO >5 [203] -2014-12-15 16:03:07 sendUrl INFO 5 [130] -2014-12-15 16:03:08 sendUrl INFO 5 [131] -2014-12-15 16:03:08 queue INFO 1 [204] -2014-12-15 16:03:08 queue INFO >1 [205] -2014-12-15 16:03:08 sendUrl INFO 1 [132] -2014-12-15 16:03:09 sendUrl INFO 1 [133] -2014-12-15 16:03:09 queue INFO 5 [206] -2014-12-15 16:03:09 queue INFO >5 [207] -2014-12-15 16:03:09 sendUrl INFO 5 [134] -2014-12-15 16:03:10 sendUrl INFO 5 [135] -2014-12-15 16:03:10 queue INFO 1 [208] -2014-12-15 16:03:10 queue INFO >1 [209] -2014-12-15 16:03:10 sendUrl INFO 1 [136] -2014-12-15 16:03:11 sendUrl INFO 1 [137] -2014-12-15 16:03:11 queue INFO 5 [210] -2014-12-15 16:03:11 queue INFO >5 [211] -2014-12-15 16:03:11 sendUrl INFO 5 [138] -2014-12-15 16:03:12 sendUrl INFO 5 [139] -2014-12-15 16:03:12 queue INFO 1 [212] -2014-12-15 16:03:12 queue INFO >1 [213] -2014-12-15 16:03:12 sendUrl INFO 1 [140] -2014-12-15 16:03:13 sendUrl INFO 1 [141] -2014-12-15 16:03:13 queue INFO 5 [214] -2014-12-15 16:03:13 queue INFO >5 [215] -2014-12-15 16:03:13 sendUrl INFO 5 [142] -2014-12-15 16:03:14 sendUrl INFO 5 [143] -2014-12-15 16:03:14 queue INFO 1 [216] -2014-12-15 16:03:14 queue INFO >1 [217] -2014-12-15 16:03:14 sendUrl INFO 1 [144] -2014-12-15 16:03:15 sendUrl INFO 1 [145] -2014-12-15 16:03:15 queue INFO 5 [218] -2014-12-15 16:03:15 queue INFO >5 [219] -2014-12-15 16:03:15 sendUrl INFO 5 [146] -2014-12-15 16:03:16 sendUrl INFO 5 [147] -2014-12-15 16:03:16 queue INFO 1 [220] -2014-12-15 16:03:16 queue INFO >1 [221] -2014-12-15 16:03:16 sendUrl INFO 1 [148] -2014-12-15 16:03:17 sendUrl INFO 1 [149] -2014-12-15 16:03:17 queue INFO 5 [222] -2014-12-15 16:03:18 sendUrl INFO 5 [150] -2014-12-15 16:03:18 queue INFO >5 [223] -2014-12-15 16:03:18 sendUrl INFO 5 [151] -2014-12-15 16:03:18 queue INFO 1 [224] -2014-12-15 16:03:19 sendUrl INFO 1 [152] -2014-12-15 16:03:19 queue INFO >1 [225] -2014-12-15 16:03:19 sendUrl INFO 1 [153] -2014-12-15 16:03:19 queue INFO 5 [226] -2014-12-15 16:03:20 sendUrl INFO 5 [154] -2014-12-15 16:03:20 queue INFO >5 [227] -2014-12-15 16:03:20 sendUrl INFO 5 [155] -2014-12-15 16:03:20 queue INFO 1 [228] -2014-12-15 16:03:21 sendUrl INFO 1 [156] -2014-12-15 16:03:21 queue INFO >1 [229] -2014-12-15 16:03:21 sendUrl INFO 1 [157] -2014-12-15 16:03:22 sendUrl INFO 5 [158] -2014-12-15 16:03:22 queue INFO 5 [230] -2014-12-15 16:03:22 queue INFO >5 [231] -2014-12-15 16:03:22 sendUrl INFO 5 [159] -2014-12-15 16:03:23 queue INFO 1 [232] -2014-12-15 16:03:23 sendUrl INFO 1 [160] -2014-12-15 16:03:23 queue INFO >1 [233] -2014-12-15 16:03:23 sendUrl INFO 1 [161] -2014-12-15 16:03:24 sendUrl INFO 5 [162] -2014-12-15 16:03:24 queue INFO 5 [234] -2014-12-15 16:03:24 queue INFO >5 [235] -2014-12-15 16:03:24 sendUrl INFO 5 [163] -2014-12-15 16:03:25 sendUrl INFO 1 [164] -2014-12-15 16:03:25 queue INFO 1 [236] -2014-12-15 16:03:25 queue INFO >1 [237] -2014-12-15 16:03:25 sendUrl INFO 1 [165] -2014-12-15 16:03:26 sendUrl INFO 5 [166] -2014-12-15 16:03:26 queue INFO 5 [238] -2014-12-15 16:03:26 sendUrl INFO 5 [167] -2014-12-15 16:03:26 queue INFO >5 [239] -2014-12-15 16:03:27 queue INFO 1 [240] -2014-12-15 16:03:27 sendUrl INFO 1 [168] -2014-12-15 16:03:27 queue INFO >1 [241] -2014-12-15 16:03:27 sendUrl INFO 1 [169] -2014-12-15 16:03:28 sendUrl INFO 5 [170] -2014-12-15 16:03:28 queue INFO 5 [242] -2014-12-15 16:03:28 queue INFO >5 [243] -2014-12-15 16:03:28 sendUrl INFO 5 [171] -2014-12-15 16:03:29 queue INFO 1 [244] -2014-12-15 16:03:29 sendUrl INFO 1 [172] -2014-12-15 16:03:29 queue INFO >1 [245] -2014-12-15 16:03:29 sendUrl INFO 1 [173] -2014-12-15 16:03:30 queue INFO 5 [246] -2014-12-15 16:03:30 sendUrl INFO 5 [174] -2014-12-15 16:03:30 queue INFO >5 [247] -2014-12-15 16:03:30 sendUrl INFO 5 [175] -2014-12-15 16:03:31 queue INFO 1 [248] -2014-12-15 16:03:31 sendUrl INFO 1 [176] -2014-12-15 16:03:31 queue INFO >1 [249] -2014-12-15 16:03:31 sendUrl INFO 1 [177] -2014-12-15 16:03:31 queue INFO 5 [250] -2014-12-15 16:03:32 queue INFO >5 [251] -2014-12-15 16:03:32 sendUrl INFO 5 [178] -2014-12-15 16:03:32 sendUrl INFO 5 [179] -2014-12-15 16:03:32 queue INFO 1 [252] -2014-12-15 16:03:33 queue INFO >1 [253] -2014-12-15 16:03:33 sendUrl INFO 1 [180] -2014-12-15 16:03:33 sendUrl INFO 1 [181] -2014-12-15 16:03:33 queue INFO 5 [254] -2014-12-15 16:03:34 queue INFO >5 [255] -2014-12-15 16:03:34 sendUrl INFO 5 [182] -2014-12-15 16:03:34 sendUrl INFO 5 [183] -2014-12-15 16:03:34 queue INFO 1 [256] -2014-12-15 16:03:34 queue INFO >1 [257] -2014-12-15 16:03:35 sendUrl INFO 1 [184] -2014-12-15 16:03:35 sendUrl INFO 1 [185] -2014-12-15 16:03:35 queue INFO 5 [258] -2014-12-15 16:03:35 queue INFO >5 [259] -2014-12-15 16:03:36 sendUrl INFO 5 [186] -2014-12-15 16:03:36 sendUrl INFO 5 [187] -2014-12-15 16:03:36 queue INFO 1 [260] -2014-12-15 16:03:36 queue INFO >1 [261] -2014-12-15 16:03:37 sendUrl INFO 1 [188] -2014-12-15 16:03:37 sendUrl INFO 1 [189] -2014-12-15 16:03:37 queue INFO 5 [262] -2014-12-15 16:03:38 queue INFO >5 [263] -2014-12-15 16:03:38 sendUrl INFO 5 [190] -2014-12-15 16:03:38 sendUrl INFO 5 [191] -2014-12-15 16:03:38 queue INFO 1 [264] -2014-12-15 16:03:38 queue INFO >1 [265] -2014-12-15 16:03:39 sendUrl INFO 1 [192] -2014-12-15 16:03:39 sendUrl INFO 1 [193] -2014-12-15 16:03:39 queue INFO 5 [266] -2014-12-15 16:03:39 queue INFO >5 [267] -2014-12-15 16:03:40 sendUrl INFO 5 [194] -2014-12-15 16:03:40 sendUrl INFO 5 [195] -2014-12-15 16:03:40 queue INFO 1 [268] -2014-12-15 16:03:40 queue INFO >1 [269] -2014-12-15 16:03:41 sendUrl INFO 1 [196] -2014-12-15 16:03:41 sendUrl INFO 1 [197] -2014-12-15 16:03:41 queue INFO 5 [270] -2014-12-15 16:03:42 queue INFO >5 [271] -2014-12-15 16:03:42 sendUrl INFO 5 [198] -2014-12-15 16:03:42 sendUrl INFO 5 [199] -2014-12-15 16:03:42 queue INFO 1 [272] -2014-12-15 16:03:42 queue INFO >1 [273] -2014-12-15 16:03:43 sendUrl INFO 1 [200] -2014-12-15 16:03:43 sendUrl INFO 1 [201] -2014-12-15 16:03:43 queue INFO 5 [274] -2014-12-15 16:03:44 queue INFO >5 [275] -2014-12-15 16:03:44 sendUrl INFO 5 [202] -2014-12-15 16:03:44 queue INFO 1 [276] -2014-12-15 16:03:44 queue INFO >1 [277] -2014-12-15 16:03:44 sendUrl INFO 5 [203] -2014-12-15 16:03:45 queue INFO 5 [278] -2014-12-15 16:03:45 sendUrl INFO 1 [204] -2014-12-15 16:03:45 queue INFO >5 [279] -2014-12-15 16:03:45 sendUrl INFO 1 [205] -2014-12-15 16:03:46 queue INFO 1 [280] -2014-12-15 16:03:46 queue INFO >1 [281] -2014-12-15 16:03:46 sendUrl INFO 5 [206] -2014-12-15 16:03:46 queue INFO 5 [282] -2014-12-15 16:03:46 sendUrl INFO 5 [207] -2014-12-15 16:03:46 queue INFO >5 [283] -2014-12-15 16:03:47 sendUrl INFO 1 [208] -2014-12-15 16:03:47 queue INFO 1 [284] -2014-12-15 16:03:47 sendUrl INFO 1 [209] -2014-12-15 16:03:47 queue INFO >1 [285] -2014-12-15 16:03:48 sendUrl INFO 5 [210] -2014-12-15 16:03:48 sendUrl INFO 5 [211] -2014-12-15 16:03:49 queue INFO 5 [286] -2014-12-15 16:03:49 queue INFO >5 [287] -2014-12-15 16:03:49 sendUrl INFO 1 [212] -2014-12-15 16:03:49 sendUrl INFO 1 [213] -2014-12-15 16:03:50 queue INFO 1 [288] -2014-12-15 16:03:50 queue INFO >1 [289] -2014-12-15 16:03:50 sendUrl INFO 5 [214] -2014-12-15 16:03:50 sendUrl INFO 5 [215] -2014-12-15 16:03:51 queue INFO 5 [290] -2014-12-15 16:03:51 sendUrl INFO 1 [216] -2014-12-15 16:03:51 queue INFO >5 [291] -2014-12-15 16:03:51 sendUrl INFO 1 [217] -2014-12-15 16:03:52 sendUrl INFO 5 [218] -2014-12-15 16:03:52 queue INFO 1 [292] -2014-12-15 16:03:52 queue INFO >1 [293] -2014-12-15 16:03:52 sendUrl INFO 5 [219] -2014-12-15 16:03:53 sendUrl INFO 1 [220] -2014-12-15 16:03:53 queue INFO 5 [294] -2014-12-15 16:03:53 queue INFO >5 [295] -2014-12-15 16:03:53 sendUrl INFO 1 [221] -2014-12-15 16:03:54 sendUrl INFO 5 [222] -2014-12-15 16:03:54 queue INFO 1 [296] -2014-12-15 16:03:54 queue INFO >1 [297] -2014-12-15 16:03:54 sendUrl INFO 5 [223] -2014-12-15 16:03:55 sendUrl INFO 1 [224] -2014-12-15 16:03:55 queue INFO 5 [298] -2014-12-15 16:03:55 queue INFO >5 [299] -2014-12-15 16:03:55 sendUrl INFO 1 [225] -2014-12-15 16:03:56 sendUrl INFO 5 [226] -2014-12-15 16:03:56 queue INFO 1 [300] -2014-12-15 16:03:56 queue INFO >1 [301] -2014-12-15 16:03:56 sendUrl INFO 5 [227] -2014-12-15 16:03:57 sendUrl INFO 1 [228] -2014-12-15 16:03:57 queue INFO 5 [302] -2014-12-15 16:03:57 queue INFO >5 [303] -2014-12-15 16:03:57 sendUrl INFO 1 [229] -2014-12-15 16:03:58 queue INFO 1 [304] -2014-12-15 16:03:58 queue INFO >1 [305] -2014-12-15 16:03:58 sendUrl INFO 5 [230] -2014-12-15 16:03:58 queue INFO 5 [306] -2014-12-15 16:03:58 queue INFO >5 [307] -2014-12-15 16:03:58 sendUrl INFO 5 [231] -2014-12-15 16:03:58 queue INFO 1 [308] -2014-12-15 16:03:59 queue INFO >1 [309] -2014-12-15 16:03:59 sendUrl INFO 1 [232] -2014-12-15 16:03:59 sendUrl INFO 1 [233] -2014-12-15 16:03:59 queue INFO 5 [310] -2014-12-15 16:04:00 queue INFO >5 [311] -2014-12-15 16:04:00 queue INFO 1 [312] -2014-12-15 16:04:00 sendUrl INFO 5 [234] -2014-12-15 16:04:00 queue INFO >1 [313] -2014-12-15 16:04:00 sendUrl INFO 5 [235] -2014-12-15 16:04:01 sendUrl INFO 1 [236] -2014-12-15 16:04:01 queue INFO 5 [314] -2014-12-15 16:04:01 sendUrl INFO 1 [237] -2014-12-15 16:04:01 queue INFO >5 [315] -2014-12-15 16:04:02 sendUrl INFO 5 [238] -2014-12-15 16:04:02 queue INFO 1 [316] -2014-12-15 16:04:02 queue INFO >1 [317] -2014-12-15 16:04:02 sendUrl INFO 5 [239] -2014-12-15 16:04:03 sendUrl INFO 1 [240] -2014-12-15 16:04:03 queue INFO 5 [318] -2014-12-15 16:04:04 queue INFO >5 [319] -2014-12-15 16:04:04 sendUrl INFO 1 [241] -2014-12-15 16:04:04 sendUrl INFO 5 [242] -2014-12-15 16:04:04 queue INFO 1 [320] -2014-12-15 16:04:05 queue INFO >1 [321] -2014-12-15 16:04:05 sendUrl INFO 5 [243] -2014-12-15 16:04:05 sendUrl INFO 1 [244] -2014-12-15 16:04:05 queue INFO 5 [322] -2014-12-15 16:04:06 queue INFO >5 [323] -2014-12-15 16:04:06 sendUrl INFO 1 [245] -2014-12-15 16:04:06 sendUrl INFO 5 [246] -2014-12-15 16:04:06 queue INFO 1 [324] -2014-12-15 16:04:07 queue INFO >1 [325] -2014-12-15 16:04:07 sendUrl INFO 5 [247] -2014-12-15 16:04:07 sendUrl INFO 1 [248] -2014-12-15 16:04:08 queue INFO 5 [326] -2014-12-15 16:04:08 sendUrl INFO 1 [249] -2014-12-15 16:04:08 queue INFO >5 [327] -2014-12-15 16:04:08 sendUrl INFO 5 [250] -2014-12-15 16:04:08 queue INFO 1 [328] -2014-12-15 16:04:09 queue INFO >1 [329] -2014-12-15 16:04:09 sendUrl INFO 5 [251] -2014-12-15 16:04:09 sendUrl INFO 1 [252] -2014-12-15 16:04:09 queue INFO 5 [330] -2014-12-15 16:04:09 queue INFO >5 [331] -2014-12-15 16:04:10 sendUrl INFO 1 [253] -2014-12-15 16:04:10 queue INFO 1 [332] -2014-12-15 16:04:10 sendUrl INFO 5 [254] -2014-12-15 16:04:10 queue INFO >1 [333] -2014-12-15 16:04:11 sendUrl INFO 5 [255] -2014-12-15 16:04:11 queue INFO 5 [334] -2014-12-15 16:04:11 sendUrl INFO 1 [256] -2014-12-15 16:04:11 queue INFO >5 [335] -2014-12-15 16:04:12 sendUrl INFO 1 [257] -2014-12-15 16:04:12 queue INFO 1 [336] -2014-12-15 16:04:12 sendUrl INFO 5 [258] -2014-12-15 16:04:12 queue INFO >1 [337] -2014-12-15 16:04:13 sendUrl INFO 5 [259] -2014-12-15 16:04:13 sendUrl INFO 1 [260] -2014-12-15 16:04:13 queue INFO 5 [338] -2014-12-15 16:04:13 queue INFO >5 [339] -2014-12-15 16:04:14 sendUrl INFO 1 [261] -2014-12-15 16:04:14 sendUrl INFO 5 [262] -2014-12-15 16:04:14 queue INFO 1 [340] -2014-12-15 16:04:14 queue INFO >1 [341] -2014-12-15 16:04:15 sendUrl INFO 5 [263] -2014-12-15 16:04:15 sendUrl INFO 1 [264] -2014-12-15 16:04:16 queue INFO 5 [342] -2014-12-15 16:04:16 sendUrl INFO 1 [265] -2014-12-15 16:04:16 queue INFO >5 [343] -2014-12-15 16:04:16 sendUrl INFO 5 [266] -2014-12-15 16:04:16 queue INFO 1 [344] -2014-12-15 16:04:17 queue INFO >1 [345] -2014-12-15 16:04:17 sendUrl INFO 5 [267] -2014-12-15 16:04:17 sendUrl INFO 1 [268] -2014-12-15 16:04:18 queue INFO 5 [346] -2014-12-15 16:04:18 sendUrl INFO 1 [269] -2014-12-15 16:04:18 queue INFO >5 [347] -2014-12-15 16:04:18 sendUrl INFO 5 [270] -2014-12-15 16:04:19 queue INFO 1 [348] -2014-12-15 16:04:19 sendUrl INFO 5 [271] -2014-12-15 16:04:19 queue INFO >1 [349] -2014-12-15 16:04:19 sendUrl INFO 1 [272] -2014-12-15 16:04:20 sendUrl INFO 1 [273] -2014-12-15 16:04:20 queue INFO 5 [350] -2014-12-15 16:04:20 queue INFO >5 [351] -2014-12-15 16:04:20 sendUrl INFO 5 [274] -2014-12-15 16:04:21 sendUrl INFO 5 [275] -2014-12-15 16:04:21 queue INFO 1 [352] -2014-12-15 16:04:21 queue INFO >1 [353] -2014-12-15 16:04:21 sendUrl INFO 1 [276] -2014-12-15 16:04:22 sendUrl INFO 1 [277] -2014-12-15 16:04:22 queue INFO 5 [354] -2014-12-15 16:04:22 sendUrl INFO 5 [278] -2014-12-15 16:04:22 queue INFO >5 [355] -2014-12-15 16:04:23 sendUrl INFO 5 [279] -2014-12-15 16:04:23 queue INFO 1 [356] -2014-12-15 16:04:23 sendUrl INFO 1 [280] -2014-12-15 16:04:23 queue INFO >1 [357] -2014-12-15 16:04:24 sendUrl INFO 1 [281] -2014-12-15 16:04:24 sendUrl INFO 5 [282] -2014-12-15 16:04:24 queue INFO 5 [358] -2014-12-15 16:04:25 queue INFO >5 [359] -2014-12-15 16:04:25 sendUrl INFO 5 [283] -2014-12-15 16:04:25 sendUrl INFO 1 [284] -2014-12-15 16:04:25 queue INFO 1 [360] -2014-12-15 16:04:26 queue INFO >1 [361] -2014-12-15 16:04:26 sendUrl INFO 1 [285] -2014-12-15 16:04:26 sendUrl INFO 5 [286] -2014-12-15 16:04:27 queue INFO 5 [362] -2014-12-15 16:04:27 queue INFO >5 [363] -2014-12-15 16:04:27 sendUrl INFO 5 [287] -2014-12-15 16:04:27 sendUrl INFO 1 [288] -2014-12-15 16:04:27 queue INFO 1 [364] -2014-12-15 16:04:28 queue INFO >1 [365] -2014-12-15 16:04:28 sendUrl INFO 1 [289] -2014-12-15 16:04:28 sendUrl INFO 5 [290] -2014-12-15 16:04:29 queue INFO 5 [366] -2014-12-15 16:04:29 queue INFO >5 [367] -2014-12-15 16:04:29 sendUrl INFO 5 [291] -2014-12-15 16:04:29 sendUrl INFO 1 [292] -2014-12-15 16:04:30 queue INFO 1 [368] -2014-12-15 16:04:30 queue INFO >1 [369] -2014-12-15 16:04:30 sendUrl INFO 1 [293] -2014-12-15 16:04:30 sendUrl INFO 5 [294] -2014-12-15 16:04:31 queue INFO 5 [370] -2014-12-15 16:04:31 queue INFO >5 [371] -2014-12-15 16:04:31 sendUrl INFO 5 [295] -2014-12-15 16:04:31 sendUrl INFO 1 [296] -2014-12-15 16:04:31 queue INFO 1 [372] -2014-12-15 16:04:32 queue INFO >1 [373] -2014-12-15 16:04:32 sendUrl INFO 1 [297] -2014-12-15 16:04:32 sendUrl INFO 5 [298] -2014-12-15 16:04:32 queue INFO 5 [374] -2014-12-15 16:04:33 queue INFO >5 [375] -2014-12-15 16:04:33 sendUrl INFO 5 [299] -2014-12-15 16:04:33 sendUrl INFO 1 [300] -2014-12-15 16:04:33 queue INFO 1 [376] -2014-12-15 16:04:34 queue INFO >1 [377] -2014-12-15 16:04:34 sendUrl INFO 1 [301] -2014-12-15 16:04:34 queue INFO 5 [378] -2014-12-15 16:04:34 queue INFO >5 [379] -2014-12-15 16:04:34 sendUrl INFO 5 [302] -2014-12-15 16:04:35 queue INFO 1 [380] -2014-12-15 16:04:35 sendUrl INFO 5 [303] -2014-12-15 16:04:35 queue INFO >1 [381] -2014-12-15 16:04:35 sendUrl INFO 1 [304] -2014-12-15 16:04:36 sendUrl INFO 1 [305] -2014-12-15 16:04:36 queue INFO 5 [382] -2014-12-15 16:04:36 queue INFO >5 [383] -2014-12-15 16:04:36 sendUrl INFO 5 [306] -2014-12-15 16:04:37 sendUrl INFO 5 [307] -2014-12-15 16:04:37 queue INFO 1 [384] -2014-12-15 16:04:37 queue INFO >1 [385] -2014-12-15 16:04:37 sendUrl INFO 1 [308] -2014-12-15 16:04:38 sendUrl INFO 1 [309] -2014-12-15 16:04:38 queue INFO 5 [386] -2014-12-15 16:04:38 queue INFO >5 [387] -2014-12-15 16:04:38 sendUrl INFO 5 [310] -2014-12-15 16:04:39 sendUrl INFO 5 [311] -2014-12-15 16:04:39 queue INFO 1 [388] -2014-12-15 16:04:39 queue INFO >1 [389] -2014-12-15 16:04:39 sendUrl INFO 1 [312] -2014-12-15 16:04:40 sendUrl INFO 1 [313] -2014-12-15 16:04:40 queue INFO 5 [390] -2014-12-15 16:04:40 queue INFO >5 [391] -2014-12-15 16:04:40 sendUrl INFO 5 [314] -2014-12-15 16:04:41 queue INFO 1 [392] -2014-12-15 16:04:41 sendUrl INFO 5 [315] -2014-12-15 16:04:41 queue INFO >1 [393] -2014-12-15 16:04:41 sendUrl INFO 1 [316] -2014-12-15 16:04:41 queue INFO 5 [394] -2014-12-15 16:04:42 queue INFO >5 [395] -2014-12-15 16:04:42 sendUrl INFO 1 [317] -2014-12-15 16:04:42 queue INFO 1 [396] -2014-12-15 16:04:42 sendUrl INFO 5 [318] -2014-12-15 16:04:42 queue INFO >1 [397] -2014-12-15 16:04:43 sendUrl INFO 5 [319] -2014-12-15 16:04:43 sendUrl INFO 1 [320] -2014-12-15 16:04:43 queue INFO 5 [398] -2014-12-15 16:04:44 queue INFO >5 [399] -2014-12-15 16:04:44 sendUrl INFO 1 [321] -2014-12-15 16:04:44 sendUrl INFO 5 [322] -2014-12-15 16:04:44 queue INFO 1 [400] -2014-12-15 16:04:45 queue INFO >1 [401] -2014-12-15 16:04:45 sendUrl INFO 5 [323] -2014-12-15 16:04:45 sendUrl INFO 1 [324] -2014-12-15 16:04:46 queue INFO 5 [402] -2014-12-15 16:04:46 queue INFO >5 [403] -2014-12-15 16:04:46 sendUrl INFO 1 [325] -2014-12-15 16:04:47 sendUrl INFO 5 [326] -2014-12-15 16:04:47 queue INFO 1 [404] -2014-12-15 16:04:47 queue INFO >1 [405] -2014-12-15 16:04:47 queue INFO 5 [406] -2014-12-15 16:04:47 sendUrl INFO 5 [327] -2014-12-15 16:04:47 queue INFO >5 [407] -2014-12-15 16:04:48 sendUrl INFO 1 [328] -2014-12-15 16:04:48 queue INFO 1 [408] -2014-12-15 16:04:48 sendUrl INFO 1 [329] -2014-12-15 16:04:48 queue INFO >1 [409] -2014-12-15 16:04:49 sendUrl INFO 5 [330] -2014-12-15 16:04:49 sendUrl INFO 5 [331] -2014-12-15 16:04:49 queue INFO 5 [410] -2014-12-15 16:04:49 queue INFO >5 [411] -2014-12-15 16:04:50 sendUrl INFO 1 [332] -2014-12-15 16:04:50 sendUrl INFO 1 [333] -2014-12-15 16:04:50 queue INFO 1 [412] -2014-12-15 16:04:50 queue INFO >1 [413] -2014-12-15 16:04:51 sendUrl INFO 5 [334] -2014-12-15 16:04:51 sendUrl INFO 5 [335] -2014-12-15 16:04:51 queue INFO 5 [414] -2014-12-15 16:04:51 queue INFO >5 [415] -2014-12-15 16:04:52 sendUrl INFO 1 [336] -2014-12-15 16:04:52 sendUrl INFO 1 [337] -2014-12-15 16:04:52 queue INFO 1 [416] -2014-12-15 16:04:52 queue INFO >1 [417] -2014-12-15 16:04:53 sendUrl INFO 5 [338] -2014-12-15 16:04:53 sendUrl INFO 5 [339] -2014-12-15 16:04:53 queue INFO 5 [418] -2014-12-15 16:04:53 queue INFO >5 [419] -2014-12-15 16:04:54 sendUrl INFO 1 [340] -2014-12-15 16:04:54 sendUrl INFO 1 [341] -2014-12-15 16:04:54 queue INFO 1 [420] -2014-12-15 16:04:54 queue INFO >1 [421] -2014-12-15 16:04:55 sendUrl INFO 5 [342] -2014-12-15 16:04:55 sendUrl INFO 5 [343] -2014-12-15 16:04:55 queue INFO 5 [422] -2014-12-15 16:04:56 queue INFO >5 [423] -2014-12-15 16:04:56 sendUrl INFO 1 [344] -2014-12-15 16:04:56 sendUrl INFO 1 [345] -2014-12-15 16:04:56 queue INFO 1 [424] -2014-12-15 16:04:57 queue INFO >1 [425] -2014-12-15 16:04:57 sendUrl INFO 5 [346] -2014-12-15 16:04:57 sendUrl INFO 5 [347] -2014-12-15 16:04:58 queue INFO 5 [426] -2014-12-15 16:04:58 sendUrl INFO 1 [348] -2014-12-15 16:04:58 queue INFO >5 [427] -2014-12-15 16:04:58 sendUrl INFO 1 [349] -2014-12-15 16:04:58 queue INFO 1 [428] -2014-12-15 16:04:59 queue INFO >1 [429] -2014-12-15 16:04:59 sendUrl INFO 5 [350] -2014-12-15 16:04:59 sendUrl INFO 5 [351] -2014-12-15 16:05:00 queue INFO 5 [430] -2014-12-15 16:05:00 sendUrl INFO 1 [352] -2014-12-15 16:05:00 queue INFO >5 [431] -2014-12-15 16:05:00 sendUrl INFO 1 [353] -2014-12-15 16:05:01 queue INFO 1 [432] -2014-12-15 16:05:01 sendUrl INFO 5 [354] -2014-12-15 16:05:01 queue INFO >1 [433] -2014-12-15 16:05:01 sendUrl INFO 5 [355] -2014-12-15 16:05:02 sendUrl INFO 1 [356] -2014-12-15 16:05:02 queue INFO 5 [434] -2014-12-15 16:05:02 queue INFO >5 [435] -2014-12-15 16:05:02 sendUrl INFO 1 [357] -2014-12-15 16:05:03 sendUrl INFO 5 [358] -2014-12-15 16:05:03 queue INFO 1 [436] -2014-12-15 16:05:03 queue INFO >1 [437] -2014-12-15 16:05:03 sendUrl INFO 5 [359] -2014-12-15 16:05:04 sendUrl INFO 1 [360] -2014-12-15 16:05:04 queue INFO 5 [438] -2014-12-15 16:05:04 sendUrl INFO 1 [361] -2014-12-15 16:05:04 queue INFO >5 [439] -2014-12-15 16:05:05 sendUrl INFO 5 [362] -2014-12-15 16:05:05 queue INFO 1 [440] -2014-12-15 16:05:05 queue INFO >1 [441] -2014-12-15 16:05:05 sendUrl INFO 5 [363] -2014-12-15 16:05:06 sendUrl INFO 1 [364] -2014-12-15 16:05:06 queue INFO 5 [442] -2014-12-15 16:05:06 sendUrl INFO 1 [365] -2014-12-15 16:05:06 queue INFO >5 [443] -2014-12-15 16:05:07 sendUrl INFO 5 [366] -2014-12-15 16:05:07 queue INFO 1 [444] -2014-12-15 16:05:07 sendUrl INFO 5 [367] -2014-12-15 16:05:07 queue INFO >1 [445] -2014-12-15 16:05:08 sendUrl INFO 1 [368] -2014-12-15 16:05:08 sendUrl INFO 1 [369] -2014-12-15 16:05:09 queue INFO 5 [446] -2014-12-15 16:05:09 queue INFO >5 [447] -2014-12-15 16:05:09 sendUrl INFO 5 [370] -2014-12-15 16:05:09 sendUrl INFO 5 [371] -2014-12-15 16:05:09 queue INFO 1 [448] -2014-12-15 16:05:10 queue INFO >1 [449] -2014-12-15 16:05:10 sendUrl INFO 1 [372] -2014-12-15 16:05:10 sendUrl INFO 1 [373] -2014-12-15 16:05:10 queue INFO 5 [450] -2014-12-15 16:05:11 queue INFO >5 [451] -2014-12-15 16:05:11 sendUrl INFO 5 [374] -2014-12-15 16:05:11 sendUrl INFO 5 [375] -2014-12-15 16:05:11 queue INFO 1 [452] -2014-12-15 16:05:12 queue INFO >1 [453] -2014-12-15 16:05:12 sendUrl INFO 1 [376] -2014-12-15 16:05:12 sendUrl INFO 1 [377] -2014-12-15 16:05:13 queue INFO 5 [454] -2014-12-15 16:05:13 queue INFO >5 [455] -2014-12-15 16:05:13 sendUrl INFO 5 [378] -2014-12-15 16:05:13 sendUrl INFO 5 [379] -2014-12-15 16:05:13 queue INFO 1 [456] -2014-12-15 16:05:14 queue INFO >1 [457] -2014-12-15 16:05:14 sendUrl INFO 1 [380] -2014-12-15 16:05:14 sendUrl INFO 1 [381] -2014-12-15 16:05:15 queue INFO 5 [458] -2014-12-15 16:05:15 queue INFO >5 [459] -2014-12-15 16:05:15 sendUrl INFO 5 [382] -2014-12-15 16:05:15 sendUrl INFO 5 [383] -2014-12-15 16:05:16 queue INFO 1 [460] -2014-12-15 16:05:16 queue INFO >1 [461] -2014-12-15 16:05:16 sendUrl INFO 1 [384] -2014-12-15 16:05:16 sendUrl INFO 1 [385] -2014-12-15 16:05:17 queue INFO 5 [462] -2014-12-15 16:05:17 queue INFO >5 [463] -2014-12-15 16:05:17 sendUrl INFO 5 [386] -2014-12-15 16:05:17 sendUrl INFO 5 [387] -2014-12-15 16:05:17 queue INFO 1 [464] -2014-12-15 16:05:18 queue INFO >1 [465] -2014-12-15 16:05:18 sendUrl INFO 1 [388] -2014-12-15 16:05:18 sendUrl INFO 1 [389] -2014-12-15 16:05:19 queue INFO 5 [466] -2014-12-15 16:05:19 queue INFO >5 [467] -2014-12-15 16:05:19 sendUrl INFO 5 [390] -2014-12-15 16:05:19 sendUrl INFO 5 [391] -2014-12-15 16:05:20 queue INFO 1 [468] -2014-12-15 16:05:20 queue INFO >1 [469] -2014-12-15 16:05:20 sendUrl INFO 1 [392] -2014-12-15 16:05:20 sendUrl INFO 1 [393] -2014-12-15 16:05:21 queue INFO 5 [470] -2014-12-15 16:05:21 sendUrl INFO 5 [394] -2014-12-15 16:05:21 queue INFO >5 [471] -2014-12-15 16:05:21 sendUrl INFO 5 [395] -2014-12-15 16:05:22 queue INFO 1 [472] -2014-12-15 16:05:22 sendUrl INFO 1 [396] -2014-12-15 16:05:22 queue INFO >1 [473] -2014-12-15 16:05:22 sendUrl INFO 1 [397] -2014-12-15 16:05:23 sendUrl INFO 5 [398] -2014-12-15 16:05:23 queue INFO 5 [474] -2014-12-15 16:05:23 queue INFO >5 [475] -2014-12-15 16:05:23 sendUrl INFO 5 [399] -2014-12-15 16:05:24 sendUrl INFO 1 [400] -2014-12-15 16:05:24 queue INFO 1 [476] -2014-12-15 16:05:24 queue INFO >1 [477] -2014-12-15 16:05:24 sendUrl INFO 1 [401] -2014-12-15 16:05:25 sendUrl INFO 5 [402] -2014-12-15 16:05:25 queue INFO 5 [478] -2014-12-15 16:05:25 queue INFO >5 [479] -2014-12-15 16:05:25 sendUrl INFO 5 [403] -2014-12-15 16:05:26 sendUrl INFO 1 [404] -2014-12-15 16:05:26 queue INFO 1 [480] -2014-12-15 16:05:26 queue INFO >1 [481] -2014-12-15 16:05:26 sendUrl INFO 1 [405] -2014-12-15 16:05:27 sendUrl INFO 5 [406] -2014-12-15 16:05:27 queue INFO 5 [482] -2014-12-15 16:05:27 sendUrl INFO 5 [407] -2014-12-15 16:05:27 queue INFO >5 [483] -2014-12-15 16:05:28 queue INFO 1 [484] -2014-12-15 16:05:28 sendUrl INFO 1 [408] -2014-12-15 16:05:28 queue INFO >1 [485] -2014-12-15 16:05:28 sendUrl INFO 1 [409] -2014-12-15 16:05:29 sendUrl INFO 5 [410] -2014-12-15 16:05:29 queue INFO 5 [486] -2014-12-15 16:05:29 queue INFO >5 [487] -2014-12-15 16:05:29 sendUrl INFO 5 [411] -2014-12-15 16:05:30 sendUrl INFO 1 [412] -2014-12-15 16:05:30 queue INFO 1 [488] -2014-12-15 16:05:30 queue INFO >1 [489] -2014-12-15 16:05:30 sendUrl INFO 1 [413] -2014-12-15 16:05:31 sendUrl INFO 5 [414] -2014-12-15 16:05:31 queue INFO 5 [490] -2014-12-15 16:05:32 sendUrl INFO 5 [415] -2014-12-15 16:05:32 queue INFO >5 [491] -2014-12-15 16:05:32 sendUrl INFO 1 [416] -2014-12-15 16:05:33 sendUrl INFO 1 [417] -2014-12-15 16:05:33 queue INFO 1 [492] -2014-12-15 16:05:33 queue INFO >1 [493] -2014-12-15 16:05:33 sendUrl INFO 5 [418] -2014-12-15 16:05:34 sendUrl INFO 5 [419] -2014-12-15 16:05:34 queue INFO 5 [494] -2014-12-15 16:05:34 queue INFO >5 [495] -2014-12-15 16:05:34 sendUrl INFO 1 [420] -2014-12-15 16:05:35 sendUrl INFO 1 [421] -2014-12-15 16:05:35 queue INFO 1 [496] -2014-12-15 16:05:35 queue INFO >1 [497] -2014-12-15 16:05:35 sendUrl INFO 5 [422] -2014-12-15 16:05:36 sendUrl INFO 5 [423] -2014-12-15 16:05:36 queue INFO 5 [498] -2014-12-15 16:05:36 queue INFO >5 [499] -2014-12-15 16:05:36 sendUrl INFO 1 [424] -2014-12-15 16:05:37 sendUrl INFO 1 [425] -2014-12-15 16:05:37 queue INFO 1 [500] -2014-12-15 16:05:37 sendUrl INFO 5 [426] -2014-12-15 16:05:37 queue INFO >1 [501] -2014-12-15 16:05:38 sendUrl INFO 5 [427] -2014-12-15 16:05:38 queue INFO 5 [502] -2014-12-15 16:05:38 queue INFO >5 [503] -2014-12-15 16:05:38 sendUrl INFO 1 [428] -2014-12-15 16:05:39 sendUrl INFO 1 [429] -2014-12-15 16:05:39 queue INFO 1 [504] -2014-12-15 16:05:39 queue INFO >1 [505] -2014-12-15 16:05:39 sendUrl INFO 5 [430] -2014-12-15 16:05:40 sendUrl INFO 5 [431] -2014-12-15 16:05:40 queue INFO 5 [506] -2014-12-15 16:05:40 queue INFO >5 [507] -2014-12-15 16:05:40 sendUrl INFO 1 [432] -2014-12-15 16:05:41 queue INFO 1 [508] -2014-12-15 16:05:41 sendUrl INFO 1 [433] -2014-12-15 16:05:41 queue INFO >1 [509] -2014-12-15 16:05:41 sendUrl INFO 5 [434] -2014-12-15 16:05:42 sendUrl INFO 5 [435] -2014-12-15 16:05:42 queue INFO 5 [510] -2014-12-15 16:05:42 sendUrl INFO 1 [436] -2014-12-15 16:05:42 queue INFO >5 [511] -2014-12-15 16:05:43 sendUrl INFO 1 [437] -2014-12-15 16:05:43 queue INFO 1 [512] -2014-12-15 16:05:43 queue INFO >1 [513] -2014-12-15 16:05:43 sendUrl INFO 5 [438] -2014-12-15 16:05:44 sendUrl INFO 5 [439] -2014-12-15 16:05:44 queue INFO 5 [514] -2014-12-15 16:05:44 queue INFO >5 [515] -2014-12-15 16:05:44 sendUrl INFO 1 [440] -2014-12-15 16:05:45 sendUrl INFO 1 [441] -2014-12-15 16:05:45 queue INFO 1 [516] -2014-12-15 16:05:45 queue INFO >1 [517] -2014-12-15 16:05:45 sendUrl INFO 5 [442] -2014-12-15 16:05:46 sendUrl INFO 5 [443] -2014-12-15 16:05:46 queue INFO 5 [518] -2014-12-15 16:05:46 sendUrl INFO 1 [444] -2014-12-15 16:05:46 queue INFO >5 [519] -2014-12-15 16:05:47 sendUrl INFO 1 [445] -2014-12-15 16:05:47 sendUrl INFO 5 [446] -2014-12-15 16:05:47 queue INFO 1 [520] -2014-12-15 16:05:47 queue INFO >1 [521] -2014-12-15 16:05:48 sendUrl INFO 5 [447] -2014-12-15 16:05:48 sendUrl INFO 1 [448] -2014-12-15 16:05:48 queue INFO 5 [522] -2014-12-15 16:05:49 queue INFO >5 [523] -2014-12-15 16:05:49 sendUrl INFO 1 [449] -2014-12-15 16:05:49 sendUrl INFO 5 [450] -2014-12-15 16:05:49 queue INFO 1 [524] -2014-12-15 16:05:50 queue INFO >1 [525] -2014-12-15 16:05:50 sendUrl INFO 5 [451] -2014-12-15 16:05:50 sendUrl INFO 1 [452] -2014-12-15 16:05:51 queue INFO 5 [526] -2014-12-15 16:05:51 sendUrl INFO 1 [453] -2014-12-15 16:05:51 queue INFO >5 [527] -2014-12-15 16:05:51 sendUrl INFO 5 [454] -2014-12-15 16:05:52 queue INFO 1 [528] -2014-12-15 16:05:52 sendUrl INFO 5 [455] -2014-12-15 16:05:52 queue INFO >1 [529] -2014-12-15 16:05:52 sendUrl INFO 1 [456] -2014-12-15 16:05:53 sendUrl INFO 1 [457] -2014-12-15 16:05:53 queue INFO 5 [530] -2014-12-15 16:05:53 queue INFO >5 [531] -2014-12-15 16:05:53 sendUrl INFO 5 [458] -2014-12-15 16:05:54 sendUrl INFO 5 [459] -2014-12-15 16:05:54 queue INFO 1 [532] -2014-12-15 16:05:54 queue INFO >1 [533] -2014-12-15 16:05:54 sendUrl INFO 1 [460] -2014-12-15 16:05:55 sendUrl INFO 1 [461] -2014-12-15 16:05:55 queue INFO 5 [534] -2014-12-15 16:05:55 sendUrl INFO 5 [462] -2014-12-15 16:05:55 queue INFO >5 [535] -2014-12-15 16:05:56 sendUrl INFO 5 [463] -2014-12-15 16:05:56 queue INFO 1 [536] -2014-12-15 16:05:56 sendUrl INFO 1 [464] -2014-12-15 16:05:56 queue INFO >1 [537] -2014-12-15 16:05:57 sendUrl INFO 1 [465] -2014-12-15 16:05:57 sendUrl INFO 5 [466] -2014-12-15 16:05:57 queue INFO 5 [538] -2014-12-15 16:05:58 queue INFO >5 [539] -2014-12-15 16:05:58 sendUrl INFO 5 [467] -2014-12-15 16:05:58 queue INFO 1 [540] -2014-12-15 16:05:58 sendUrl INFO 1 [468] -2014-12-15 16:05:58 queue INFO >1 [541] -2014-12-15 16:05:59 sendUrl INFO 1 [469] -2014-12-15 16:05:59 sendUrl INFO 5 [470] -2014-12-15 16:05:59 queue INFO 5 [542] -2014-12-15 16:06:00 queue INFO >5 [543] -2014-12-15 16:06:00 sendUrl INFO 5 [471] -2014-12-15 16:06:00 queue INFO 1 [544] -2014-12-15 16:06:00 sendUrl INFO 1 [472] -2014-12-15 16:06:00 queue INFO >1 [545] -2014-12-15 16:06:01 sendUrl INFO 1 [473] -2014-12-15 16:06:01 sendUrl INFO 5 [474] -2014-12-15 16:06:01 queue INFO 5 [546] -2014-12-15 16:06:02 queue INFO >5 [547] -2014-12-15 16:06:02 sendUrl INFO 5 [475] -2014-12-15 16:06:02 sendUrl INFO 1 [476] -2014-12-15 16:06:02 queue INFO 1 [548] -2014-12-15 16:06:03 queue INFO >1 [549] -2014-12-15 16:06:03 sendUrl INFO 1 [477] -2014-12-15 16:06:03 sendUrl INFO 5 [478] -2014-12-15 16:06:04 queue INFO 5 [550] -2014-12-15 16:06:04 queue INFO >5 [551] -2014-12-15 16:06:04 sendUrl INFO 5 [479] -2014-12-15 16:06:04 sendUrl INFO 1 [480] -2014-12-15 16:06:05 queue INFO 1 [552] -2014-12-15 16:06:05 queue INFO >1 [553] -2014-12-15 16:06:05 sendUrl INFO 1 [481] -2014-12-15 16:06:05 sendUrl INFO 5 [482] -2014-12-15 16:06:06 queue INFO 5 [554] -2014-12-15 16:06:06 sendUrl INFO 5 [483] -2014-12-15 16:06:06 queue INFO >5 [555] -2014-12-15 16:06:06 sendUrl INFO 1 [484] -2014-12-15 16:06:07 queue INFO 1 [556] -2014-12-15 16:06:07 queue INFO >1 [557] -2014-12-15 16:06:07 sendUrl INFO 1 [485] -2014-12-15 16:06:07 sendUrl INFO 5 [486] -2014-12-15 16:06:08 sendUrl INFO 5 [487] -2014-12-15 16:06:08 queue INFO 5 [558] -2014-12-15 16:06:08 queue INFO >5 [559] -2014-12-15 16:06:08 sendUrl INFO 1 [488] -2014-12-15 16:06:09 sendUrl INFO 1 [489] -2014-12-15 16:06:09 queue INFO 1 [560] -2014-12-15 16:06:09 queue INFO >1 [561] -2014-12-15 16:06:09 sendUrl INFO 5 [490] -2014-12-15 16:06:10 sendUrl INFO 5 [491] -2014-12-15 16:06:10 queue INFO 5 [562] -2014-12-15 16:06:10 sendUrl INFO 1 [492] -2014-12-15 16:06:10 queue INFO >5 [563] -2014-12-15 16:06:11 sendUrl INFO 1 [493] -2014-12-15 16:06:11 sendUrl INFO 5 [494] -2014-12-15 16:06:11 queue INFO 1 [564] -2014-12-15 16:06:12 queue INFO >1 [565] -2014-12-15 16:06:12 sendUrl INFO 5 [495] -2014-12-15 16:06:12 sendUrl INFO 1 [496] -2014-12-15 16:06:12 queue INFO 5 [566] -2014-12-15 16:06:13 queue INFO >5 [567] -2014-12-15 16:06:13 queue INFO 1 [568] -2014-12-15 16:06:13 sendUrl INFO 1 [497] -2014-12-15 16:06:13 queue INFO >1 [569] -2014-12-15 16:06:13 sendUrl INFO 5 [498] -2014-12-15 16:06:14 sendUrl INFO 5 [499] -2014-12-15 16:06:14 queue INFO 5 [570] -2014-12-15 16:06:14 queue INFO >5 [571] -2014-12-15 16:06:14 sendUrl INFO 1 [500] -2014-12-15 16:06:15 sendUrl INFO 1 [501] -2014-12-15 16:06:15 queue INFO 1 [572] -2014-12-15 16:06:15 queue INFO >1 [573] -2014-12-15 16:06:15 sendUrl INFO 5 [502] -2014-12-15 16:06:16 sendUrl INFO 5 [503] -2014-12-15 16:06:16 queue INFO 5 [574] -2014-12-15 16:06:17 queue INFO >5 [575] -2014-12-15 16:06:17 sendUrl INFO 1 [504] -2014-12-15 16:06:17 sendUrl INFO 1 [505] -2014-12-15 16:06:18 queue INFO 1 [576] -2014-12-15 16:06:18 sendUrl INFO 5 [506] -2014-12-15 16:06:18 queue INFO >1 [577] -2014-12-15 16:06:18 sendUrl INFO 5 [507] -2014-12-15 16:06:19 sendUrl INFO 1 [508] -2014-12-15 16:06:19 queue INFO 5 [578] -2014-12-15 16:06:19 queue INFO >5 [579] -2014-12-15 16:06:19 sendUrl INFO 1 [509] -2014-12-15 16:06:20 sendUrl INFO 5 [510] -2014-12-15 16:06:20 queue INFO 1 [580] -2014-12-15 16:06:20 queue INFO >1 [581] -2014-12-15 16:06:20 sendUrl INFO 5 [511] -2014-12-15 16:06:21 sendUrl INFO 1 [512] -2014-12-15 16:06:21 queue INFO 5 [582] -2014-12-15 16:06:21 sendUrl INFO 1 [513] -2014-12-15 16:06:21 queue INFO >5 [583] -2014-12-15 16:06:22 sendUrl INFO 5 [514] -2014-12-15 16:06:22 queue INFO 1 [584] -2014-12-15 16:06:22 sendUrl INFO 5 [515] -2014-12-15 16:06:22 queue INFO >1 [585] -2014-12-15 16:06:23 sendUrl INFO 1 [516] -2014-12-15 16:06:23 queue INFO 5 [586] -2014-12-15 16:06:23 queue INFO >5 [587] -2014-12-15 16:06:23 sendUrl INFO 1 [517] -2014-12-15 16:06:24 sendUrl INFO 5 [518] -2014-12-15 16:06:24 queue INFO 1 [588] -2014-12-15 16:06:24 queue INFO >1 [589] -2014-12-15 16:06:24 sendUrl INFO 5 [519] -2014-12-15 16:06:25 sendUrl INFO 1 [520] -2014-12-15 16:06:25 queue INFO 5 [590] -2014-12-15 16:06:25 sendUrl INFO 1 [521] -2014-12-15 16:06:25 queue INFO >5 [591] -2014-12-15 16:06:26 sendUrl INFO 5 [522] -2014-12-15 16:06:26 queue INFO 1 [592] -2014-12-15 16:06:26 sendUrl INFO 5 [523] -2014-12-15 16:06:26 queue INFO >1 [593] -2014-12-15 16:06:27 sendUrl INFO 1 [524] -2014-12-15 16:06:27 sendUrl INFO 1 [525] -2014-12-15 16:06:27 queue INFO 5 [594] -2014-12-15 16:06:28 queue INFO >5 [595] -2014-12-15 16:06:28 sendUrl INFO 5 [526] -2014-12-15 16:06:28 sendUrl INFO 5 [527] -2014-12-15 16:06:28 queue INFO 1 [596] -2014-12-15 16:06:29 queue INFO >1 [597] -2014-12-15 16:06:29 sendUrl INFO 1 [528] -2014-12-15 16:06:29 sendUrl INFO 1 [529] -2014-12-15 16:06:30 queue INFO 5 [598] -2014-12-15 16:06:30 sendUrl INFO 5 [530] -2014-12-15 16:06:30 queue INFO >5 [599] -2014-12-15 16:06:30 sendUrl INFO 5 [531] -2014-12-15 16:06:31 sendUrl INFO 1 [532] -2014-12-15 16:06:31 queue INFO 1 [600] -2014-12-15 16:06:31 queue INFO >1 [601] -2014-12-15 16:06:31 sendUrl INFO 1 [533] -2014-12-15 16:06:32 sendUrl INFO 5 [534] -2014-12-15 16:06:32 queue INFO 5 [602] -2014-12-15 16:06:32 sendUrl INFO 5 [535] -2014-12-15 16:06:32 queue INFO >5 [603] -2014-12-15 16:06:33 sendUrl INFO 1 [536] -2014-12-15 16:06:33 queue INFO 1 [604] -2014-12-15 16:06:33 sendUrl INFO 1 [537] -2014-12-15 16:06:33 queue INFO >1 [605] -2014-12-15 16:06:34 sendUrl INFO 5 [538] -2014-12-15 16:06:34 sendUrl INFO 5 [539] -2014-12-15 16:06:34 queue INFO 5 [606] -2014-12-15 16:06:34 queue INFO >5 [607] -2014-12-15 16:06:35 sendUrl INFO 1 [540] -2014-12-15 16:06:35 sendUrl INFO 1 [541] -2014-12-15 16:06:35 queue INFO 1 [608] -2014-12-15 16:06:35 queue INFO >1 [609] -2014-12-15 16:06:36 sendUrl INFO 5 [542] -2014-12-15 16:06:36 sendUrl INFO 5 [543] -2014-12-15 16:06:36 queue INFO 5 [610] -2014-12-15 16:06:37 queue INFO >5 [611] -2014-12-15 16:06:37 sendUrl INFO 1 [544] -2014-12-15 16:06:37 sendUrl INFO 1 [545] -2014-12-15 16:06:37 queue INFO 1 [612] -2014-12-15 16:06:37 queue INFO >1 [613] -2014-12-15 16:06:38 sendUrl INFO 5 [546] -2014-12-15 16:06:38 sendUrl INFO 5 [547] -2014-12-15 16:06:38 queue INFO 5 [614] -2014-12-15 16:06:39 queue INFO >5 [615] -2014-12-15 16:06:39 sendUrl INFO 1 [548] -2014-12-15 16:06:39 sendUrl INFO 1 [549] -2014-12-15 16:06:39 queue INFO 1 [616] -2014-12-15 16:06:40 queue INFO >1 [617] -2014-12-15 16:06:40 sendUrl INFO 5 [550] -2014-12-15 16:06:40 sendUrl INFO 5 [551] -2014-12-15 16:06:41 queue INFO 5 [618] -2014-12-15 16:06:41 queue INFO >5 [619] -2014-12-15 16:06:41 sendUrl INFO 1 [552] -2014-12-15 16:06:41 sendUrl INFO 1 [553] -2014-12-15 16:06:42 queue INFO 1 [620] -2014-12-15 16:06:42 queue INFO >1 [621] -2014-12-15 16:06:42 sendUrl INFO 5 [554] -2014-12-15 16:06:42 sendUrl INFO 5 [555] -2014-12-15 16:06:43 queue INFO 5 [622] -2014-12-15 16:06:43 sendUrl INFO 1 [556] -2014-12-15 16:06:43 queue INFO >5 [623] -2014-12-15 16:06:43 sendUrl INFO 1 [557] -2014-12-15 16:06:44 queue INFO 1 [624] -2014-12-15 16:06:44 queue INFO >1 [625] -2014-12-15 16:06:44 sendUrl INFO 5 [558] -2014-12-15 16:06:44 sendUrl INFO 5 [559] -2014-12-15 16:06:45 queue INFO 5 [626] -2014-12-15 16:06:45 sendUrl INFO 1 [560] -2014-12-15 16:06:45 queue INFO >5 [627] -2014-12-15 16:06:45 sendUrl INFO 1 [561] -2014-12-15 16:06:46 queue INFO 1 [628] -2014-12-15 16:06:46 sendUrl INFO 5 [562] -2014-12-15 16:06:46 queue INFO >1 [629] -2014-12-15 16:06:46 sendUrl INFO 5 [563] -2014-12-15 16:06:47 queue INFO 5 [630] -2014-12-15 16:06:47 queue INFO >5 [631] -2014-12-15 16:06:47 sendUrl INFO 1 [564] -2014-12-15 16:06:47 queue INFO 1 [632] -2014-12-15 16:06:47 queue INFO >1 [633] -2014-12-15 16:06:47 sendUrl INFO 1 [565] -2014-12-15 16:06:48 sendUrl INFO 5 [566] -2014-12-15 16:06:48 queue INFO 5 [634] -2014-12-15 16:06:48 sendUrl INFO 5 [567] -2014-12-15 16:06:48 queue INFO >5 [635] -2014-12-15 16:06:49 sendUrl INFO 1 [568] -2014-12-15 16:06:49 queue INFO 1 [636] -2014-12-15 16:06:49 queue INFO >1 [637] -2014-12-15 16:06:49 sendUrl INFO 1 [569] -2014-12-15 16:06:50 sendUrl INFO 5 [570] -2014-12-15 16:06:50 queue INFO 5 [638] -2014-12-15 16:06:50 queue INFO >5 [639] -2014-12-15 16:06:50 sendUrl INFO 5 [571] -2014-12-15 16:06:51 sendUrl INFO 1 [572] -2014-12-15 16:06:51 queue INFO 1 [640] -2014-12-15 16:06:51 queue INFO >1 [641] -2014-12-15 16:06:51 sendUrl INFO 1 [573] -2014-12-15 16:06:52 sendUrl INFO 5 [574] -2014-12-15 16:06:52 queue INFO 5 [642] -2014-12-15 16:06:52 sendUrl INFO 5 [575] -2014-12-15 16:06:53 queue INFO >5 [643] -2014-12-15 16:06:53 sendUrl INFO 1 [576] -2014-12-15 16:06:53 queue INFO 1 [644] -2014-12-15 16:06:53 sendUrl INFO 1 [577] -2014-12-15 16:06:54 queue INFO >1 [645] -2014-12-15 16:06:54 sendUrl INFO 5 [578] -2014-12-15 16:06:54 sendUrl INFO 5 [579] -2014-12-15 16:06:55 queue INFO 5 [646] -2014-12-15 16:06:55 queue INFO >5 [647] -2014-12-15 16:06:55 sendUrl INFO 1 [580] -2014-12-15 16:06:55 sendUrl INFO 1 [581] -2014-12-15 16:06:56 queue INFO 1 [648] -2014-12-15 16:06:56 queue INFO >1 [649] -2014-12-15 16:06:56 sendUrl INFO 5 [582] -2014-12-15 16:06:56 sendUrl INFO 5 [583] -2014-12-15 16:06:57 queue INFO 5 [650] -2014-12-15 16:06:57 sendUrl INFO 1 [584] -2014-12-15 16:06:57 queue INFO >5 [651] -2014-12-15 16:06:57 sendUrl INFO 1 [585] -2014-12-15 16:06:58 sendUrl INFO 5 [586] -2014-12-15 16:06:58 queue INFO 1 [652] -2014-12-15 16:06:58 queue INFO >1 [653] -2014-12-15 16:06:59 sendUrl INFO 5 [587] -2014-12-15 16:06:59 sendUrl INFO 1 [588] -2014-12-15 16:06:59 queue INFO 5 [654] -2014-12-15 16:06:59 queue INFO >5 [655] -2014-12-15 16:07:00 sendUrl INFO 1 [589] -2014-12-15 16:07:00 sendUrl INFO 5 [590] -2014-12-15 16:07:00 queue INFO 1 [656] -2014-12-15 16:07:01 sendUrl INFO 5 [591] -2014-12-15 16:07:01 queue INFO >1 [657] -2014-12-15 16:07:01 sendUrl INFO 1 [592] -2014-12-15 16:07:02 queue INFO 5 [658] -2014-12-15 16:07:02 sendUrl INFO 1 [593] -2014-12-15 16:07:02 queue INFO >5 [659] -2014-12-15 16:07:02 queue INFO 1 [660] -2014-12-15 16:07:02 sendUrl INFO 5 [594] -2014-12-15 16:07:02 queue INFO >1 [661] -2014-12-15 16:07:02 queue INFO 5 [662] -2014-12-15 16:07:03 queue INFO >5 [663] -2014-12-15 16:07:03 sendUrl INFO 5 [595] -2014-12-15 16:07:03 queue INFO 1 [664] -2014-12-15 16:07:03 sendUrl INFO 1 [596] -2014-12-15 16:07:03 queue INFO >1 [665] -2014-12-15 16:07:04 sendUrl INFO 1 [597] -2014-12-15 16:07:04 sendUrl INFO 5 [598] -2014-12-15 16:07:04 queue INFO 5 [666] -2014-12-15 16:07:04 queue INFO >5 [667] -2014-12-15 16:07:05 sendUrl INFO 5 [599] -2014-12-15 16:07:05 sendUrl INFO 1 [600] -2014-12-15 16:07:05 queue INFO 1 [668] -2014-12-15 16:07:05 queue INFO >1 [669] -2014-12-15 16:07:06 sendUrl INFO 1 [601] -2014-12-15 16:07:06 sendUrl INFO 5 [602] -2014-12-15 16:07:07 queue INFO 5 [670] -2014-12-15 16:07:07 sendUrl INFO 5 [603] -2014-12-15 16:07:07 queue INFO >5 [671] -2014-12-15 16:07:07 sendUrl INFO 1 [604] -2014-12-15 16:07:07 queue INFO 1 [672] -2014-12-15 16:07:07 queue INFO >1 [673] -2014-12-15 16:07:08 sendUrl INFO 1 [605] -2014-12-15 16:07:08 sendUrl INFO 5 [606] -2014-12-15 16:07:09 queue INFO 5 [674] -2014-12-15 16:07:09 sendUrl INFO 5 [607] -2014-12-15 16:07:09 queue INFO >5 [675] -2014-12-15 16:07:09 sendUrl INFO 1 [608] -2014-12-15 16:07:10 queue INFO 1 [676] -2014-12-15 16:07:10 sendUrl INFO 1 [609] -2014-12-15 16:07:10 queue INFO >1 [677] -2014-12-15 16:07:10 sendUrl INFO 5 [610] -2014-12-15 16:07:11 sendUrl INFO 5 [611] -2014-12-15 16:07:11 queue INFO 5 [678] -2014-12-15 16:07:11 sendUrl INFO 1 [612] -2014-12-15 16:07:11 queue INFO >5 [679] -2014-12-15 16:07:12 sendUrl INFO 1 [613] -2014-12-15 16:07:12 queue INFO 1 [680] -2014-12-15 16:07:12 sendUrl INFO 5 [614] -2014-12-15 16:07:12 queue INFO >1 [681] -2014-12-15 16:07:13 sendUrl INFO 5 [615] -2014-12-15 16:07:13 sendUrl INFO 1 [616] -2014-12-15 16:07:13 queue INFO 5 [682] -2014-12-15 16:07:14 queue INFO >5 [683] -2014-12-15 16:07:14 sendUrl INFO 1 [617] -2014-12-15 16:07:14 sendUrl INFO 5 [618] -2014-12-15 16:07:14 queue INFO 1 [684] -2014-12-15 16:07:14 queue INFO >1 [685] -2014-12-15 16:07:15 sendUrl INFO 5 [619] -2014-12-15 16:07:15 sendUrl INFO 1 [620] -2014-12-15 16:07:15 queue INFO 5 [686] -2014-12-15 16:07:16 queue INFO >5 [687] -2014-12-15 16:07:16 sendUrl INFO 1 [621] -2014-12-15 16:07:16 sendUrl INFO 5 [622] -2014-12-15 16:07:16 queue INFO 1 [688] -2014-12-15 16:07:16 queue INFO >1 [689] -2014-12-15 16:07:17 sendUrl INFO 5 [623] -2014-12-15 16:07:17 sendUrl INFO 1 [624] -2014-12-15 16:07:17 queue INFO 5 [690] -2014-12-15 16:07:18 queue INFO >5 [691] -2014-12-15 16:07:18 sendUrl INFO 1 [625] -2014-12-15 16:07:18 sendUrl INFO 5 [626] -2014-12-15 16:07:18 queue INFO 1 [692] -2014-12-15 16:07:19 queue INFO 21 [693] -2014-12-15 16:07:19 sendUrl INFO 5 [627] -2014-12-15 16:07:19 queue INFO >21 [694] -2014-12-15 16:07:19 queue INFO 25 [695] -2014-12-15 16:07:19 sendUrl INFO 1 [628] -2014-12-15 16:07:19 queue INFO >25 [696] -2014-12-15 16:07:19 queue INFO 21 [697] -2014-12-15 16:07:20 queue INFO >21 [698] -2014-12-15 16:07:20 sendUrl INFO 1 [629] -2014-12-15 16:07:20 sendUrl INFO 5 [630] -2014-12-15 16:07:21 queue INFO 25 [699] -2014-12-15 16:07:21 sendUrl INFO 5 [631] -2014-12-15 16:07:21 queue INFO >25 [700] -2014-12-15 16:07:21 sendUrl INFO 1 [632] -2014-12-15 16:07:21 queue INFO 21 [701] -2014-12-15 16:07:22 queue INFO >21 [702] -2014-12-15 16:07:22 sendUrl INFO 1 [633] -2014-12-15 16:07:22 sendUrl INFO 5 [634] -2014-12-15 16:07:23 queue INFO 25 [703] -2014-12-15 16:07:23 queue INFO >25 [704] -2014-12-15 16:07:23 sendUrl INFO 5 [635] -2014-12-15 16:07:23 sendUrl INFO 1 [636] -2014-12-15 16:07:23 queue INFO 21 [705] -2014-12-15 16:07:24 queue INFO >21 [706] -2014-12-15 16:07:24 sendUrl INFO 1 [637] -2014-12-15 16:07:24 sendUrl INFO 5 [638] -2014-12-15 16:07:25 queue INFO 25 [707] -2014-12-15 16:07:25 queue INFO >25 [708] -2014-12-15 16:07:25 sendUrl INFO 5 [639] -2014-12-15 16:07:25 sendUrl INFO 1 [640] -2014-12-15 16:07:25 queue INFO 21 [709] -2014-12-15 16:07:26 queue INFO >21 [710] -2014-12-15 16:07:26 sendUrl INFO 1 [641] -2014-12-15 16:07:26 sendUrl INFO 5 [642] -2014-12-15 16:07:27 queue INFO 25 [711] -2014-12-15 16:07:27 queue INFO >25 [712] -2014-12-15 16:07:27 sendUrl INFO 5 [643] -2014-12-15 16:07:27 sendUrl INFO 1 [644] -2014-12-15 16:07:28 queue INFO 21 [713] -2014-12-15 16:07:28 queue INFO >21 [714] -2014-12-15 16:07:28 sendUrl INFO 1 [645] -2014-12-15 16:07:28 sendUrl INFO 5 [646] -2014-12-15 16:07:29 queue INFO 25 [715] -2014-12-15 16:07:29 sendUrl INFO 5 [647] -2014-12-15 16:07:29 queue INFO >25 [716] -2014-12-15 16:07:29 sendUrl INFO 1 [648] -2014-12-15 16:07:29 queue INFO 21 [717] -2014-12-15 16:07:30 queue INFO >21 [718] -2014-12-15 16:07:30 sendUrl INFO 1 [649] -2014-12-15 16:07:30 sendUrl INFO 5 [650] -2014-12-15 16:07:31 queue INFO 25 [719] -2014-12-15 16:07:31 queue INFO >25 [720] -2014-12-15 16:07:31 sendUrl INFO 5 [651] -2014-12-15 16:07:31 queue INFO 21 [721] -2014-12-15 16:07:31 queue INFO >21 [722] -2014-12-15 16:07:31 sendUrl INFO 1 [652] -2014-12-15 16:07:32 sendUrl INFO 1 [653] -2014-12-15 16:07:32 queue INFO 25 [723] -2014-12-15 16:07:32 sendUrl INFO 5 [654] -2014-12-15 16:07:32 queue INFO >25 [724] -2014-12-15 16:07:33 sendUrl INFO 5 [655] -2014-12-15 16:07:33 queue INFO 21 [725] -2014-12-15 16:07:33 sendUrl INFO 1 [656] -2014-12-15 16:07:33 queue INFO >21 [726] -2014-12-15 16:07:34 sendUrl INFO 1 [657] -2014-12-15 16:07:34 sendUrl INFO 5 [658] -2014-12-15 16:07:35 queue INFO 25 [727] -2014-12-15 16:07:35 queue INFO >25 [728] -2014-12-15 16:07:35 sendUrl INFO 5 [659] -2014-12-15 16:07:35 sendUrl INFO 1 [660] -2014-12-15 16:07:35 queue INFO 21 [729] -2014-12-15 16:07:36 queue INFO >21 [730] -2014-12-15 16:07:36 sendUrl INFO 1 [661] -2014-12-15 16:07:36 queue INFO 25 [731] -2014-12-15 16:07:36 sendUrl INFO 5 [662] -2014-12-15 16:07:37 queue INFO >25 [732] -2014-12-15 16:07:37 sendUrl INFO 5 [663] -2014-12-15 16:07:37 sendUrl INFO 1 [664] -2014-12-15 16:07:37 queue INFO 21 [733] -2014-12-15 16:07:38 queue INFO >21 [734] -2014-12-15 16:07:38 sendUrl INFO 1 [665] -2014-12-15 16:07:38 queue INFO 25 [735] -2014-12-15 16:07:38 sendUrl INFO 5 [666] -2014-12-15 16:07:38 queue INFO >25 [736] -2014-12-15 16:07:39 queue INFO 21 [737] -2014-12-15 16:07:39 sendUrl INFO 5 [667] -2014-12-15 16:07:39 queue INFO >21 [738] -2014-12-15 16:07:39 sendUrl INFO 1 [668] -2014-12-15 16:07:40 sendUrl INFO 1 [669] -2014-12-15 16:07:40 queue INFO 25 [739] -2014-12-15 16:07:40 sendUrl INFO 5 [670] -2014-12-15 16:07:40 queue INFO >25 [740] -2014-12-15 16:07:41 queue INFO 21 [741] -2014-12-15 16:07:41 queue INFO >21 [742] -2014-12-15 16:07:41 sendUrl INFO 5 [671] -2014-12-15 16:07:41 sendUrl INFO 1 [672] -2014-12-15 16:07:41 queue INFO 25 [743] -2014-12-15 16:07:42 queue INFO >25 [744] -2014-12-15 16:07:42 queue INFO 21 [745] -2014-12-15 16:07:42 sendUrl INFO 1 [673] -2014-12-15 16:07:42 queue INFO >21 [746] -2014-12-15 16:07:43 sendUrl INFO 5 [674] -2014-12-15 16:07:43 sendUrl INFO 5 [675] -2014-12-15 16:07:43 queue INFO 25 [747] -2014-12-15 16:07:43 queue INFO >25 [748] -2014-12-15 16:07:44 sendUrl INFO 1 [676] -2014-12-15 16:07:44 queue INFO 21 [749] -2014-12-15 16:07:44 sendUrl INFO 1 [677] -2014-12-15 16:07:44 queue INFO >21 [750] -2014-12-15 16:07:45 sendUrl INFO 5 [678] -2014-12-15 16:07:45 sendUrl INFO 5 [679] -2014-12-15 16:07:45 queue INFO 25 [751] -2014-12-15 16:07:45 queue INFO >25 [752] -2014-12-15 16:07:46 sendUrl INFO 1 [680] -2014-12-15 16:07:46 queue INFO 21 [753] -2014-12-15 16:07:46 queue INFO >21 [754] -2014-12-15 16:07:46 sendUrl INFO 1 [681] -2014-12-15 16:07:47 sendUrl INFO 5 [682] -2014-12-15 16:07:47 queue INFO 25 [755] -2014-12-15 16:07:47 sendUrl INFO 5 [683] -2014-12-15 16:07:47 queue INFO >25 [756] -2014-12-15 16:07:48 sendUrl INFO 1 [684] -2014-12-15 16:07:48 sendUrl INFO 1 [685] -2014-12-15 16:07:48 queue INFO 21 [757] -2014-12-15 16:07:48 queue INFO >21 [758] -2014-12-15 16:07:49 sendUrl INFO 5 [686] -2014-12-15 16:07:49 sendUrl INFO 5 [687] -2014-12-15 16:07:49 queue INFO 25 [759] -2014-12-15 16:07:50 queue INFO >25 [760] -2014-12-15 16:07:50 sendUrl INFO 1 [688] -2014-12-15 16:07:50 queue INFO 21 [761] -2014-12-15 16:07:50 queue INFO >21 [762] -2014-12-15 16:07:50 sendUrl INFO 1 [689] -2014-12-15 16:07:51 sendUrl INFO 5 [690] -2014-12-15 16:07:51 queue INFO 25 [763] -2014-12-15 16:07:51 sendUrl INFO 5 [691] -2014-12-15 16:07:51 queue INFO >25 [764] -2014-12-15 16:07:52 sendUrl INFO 1 [692] -2014-12-15 16:07:52 queue INFO 21 [765] -2014-12-15 16:07:52 sendUrl INFO 21 [693] -2014-12-15 16:07:52 queue INFO >21 [766] -2014-12-15 16:07:53 sendUrl INFO 21 [694] -2014-12-15 16:07:53 sendUrl INFO 25 [695] -2014-12-15 16:07:53 queue INFO 25 [767] -2014-12-15 16:07:54 queue INFO >25 [768] -2014-12-15 16:07:54 sendUrl INFO 25 [696] -2014-12-15 16:07:54 sendUrl INFO 21 [697] -2014-12-15 16:07:54 queue INFO 21 [769] -2014-12-15 16:07:54 queue INFO >21 [770] -2014-12-15 16:07:55 sendUrl INFO 21 [698] -2014-12-15 16:07:55 sendUrl INFO 25 [699] -2014-12-15 16:07:55 queue INFO 25 [771] -2014-12-15 16:07:56 queue INFO >25 [772] -2014-12-15 16:07:56 sendUrl INFO 25 [700] -2014-12-15 16:07:56 sendUrl INFO 21 [701] -2014-12-15 16:07:56 queue INFO 21 [773] -2014-12-15 16:07:56 queue INFO >21 [774] -2014-12-15 16:07:57 sendUrl INFO 21 [702] -2014-12-15 16:07:57 sendUrl INFO 25 [703] -2014-12-15 16:07:57 queue INFO 25 [775] -2014-12-15 16:07:58 queue INFO >25 [776] -2014-12-15 16:07:58 sendUrl INFO 25 [704] -2014-12-15 16:07:58 sendUrl INFO 21 [705] -2014-12-15 16:07:58 queue INFO 21 [777] -2014-12-15 16:07:59 queue INFO >21 [778] -2014-12-15 16:07:59 sendUrl INFO 21 [706] -2014-12-15 16:07:59 sendUrl INFO 25 [707] -2014-12-15 16:07:59 queue INFO 25 [779] -2014-12-15 16:08:00 queue INFO >25 [780] -2014-12-15 16:08:00 sendUrl INFO 25 [708] -2014-12-15 16:08:00 sendUrl INFO 21 [709] -2014-12-15 16:08:00 queue INFO 21 [781] -2014-12-15 16:08:01 queue INFO >21 [782] -2014-12-15 16:08:01 sendUrl INFO 21 [710] -2014-12-15 16:08:01 queue INFO 25 [783] -2014-12-15 16:08:01 queue INFO >25 [784] -2014-12-15 16:08:01 sendUrl INFO 25 [711] -2014-12-15 16:08:01 queue INFO 21 [785] -2014-12-15 16:08:02 queue INFO >21 [786] -2014-12-15 16:08:02 sendUrl INFO 25 [712] -2014-12-15 16:08:02 sendUrl INFO 21 [713] -2014-12-15 16:08:03 queue INFO 25 [787] -2014-12-15 16:08:03 queue INFO >25 [788] -2014-12-15 16:08:03 sendUrl INFO 21 [714] -2014-12-15 16:08:03 sendUrl INFO 25 [715] -2014-12-15 16:08:04 queue INFO 21 [789] -2014-12-15 16:08:04 queue INFO >21 [790] -2014-12-15 16:08:04 sendUrl INFO 25 [716] -2014-12-15 16:08:04 sendUrl INFO 21 [717] -2014-12-15 16:08:05 queue INFO 25 [791] -2014-12-15 16:08:05 sendUrl INFO 21 [718] -2014-12-15 16:08:05 queue INFO >25 [792] -2014-12-15 16:08:05 sendUrl INFO 25 [719] -2014-12-15 16:08:06 queue INFO 21 [793] -2014-12-15 16:08:06 sendUrl INFO 25 [720] -2014-12-15 16:08:06 queue INFO >21 [794] -2014-12-15 16:08:06 sendUrl INFO 21 [721] -2014-12-15 16:08:07 sendUrl INFO 21 [722] -2014-12-15 16:08:07 queue INFO 25 [795] -2014-12-15 16:08:07 queue INFO >25 [796] -2014-12-15 16:08:07 sendUrl INFO 25 [723] -2014-12-15 16:08:08 sendUrl INFO 25 [724] -2014-12-15 16:08:08 queue INFO 21 [797] -2014-12-15 16:08:08 queue INFO >21 [798] -2014-12-15 16:08:08 sendUrl INFO 21 [725] -2014-12-15 16:08:09 sendUrl INFO 21 [726] -2014-12-15 16:08:09 sendUrl INFO 25 [727] -2014-12-15 16:08:09 queue INFO 25 [799] -2014-12-15 16:08:10 queue INFO >25 [800] -2014-12-15 16:08:10 sendUrl INFO 25 [728] -2014-12-15 16:08:10 sendUrl INFO 21 [729] -2014-12-15 16:08:10 queue INFO 21 [801] -2014-12-15 16:08:11 queue INFO >21 [802] -2014-12-15 16:08:11 sendUrl INFO 21 [730] -2014-12-15 16:08:11 sendUrl INFO 25 [731] -2014-12-15 16:08:12 queue INFO 25 [803] -2014-12-15 16:08:12 queue INFO >25 [804] -2014-12-15 16:08:12 sendUrl INFO 25 [732] -2014-12-15 16:08:12 sendUrl INFO 21 [733] -2014-12-15 16:08:13 queue INFO 21 [805] -2014-12-15 16:08:13 queue INFO >21 [806] -2014-12-15 16:08:13 sendUrl INFO 21 [734] -2014-12-15 16:08:13 sendUrl INFO 25 [735] -2014-12-15 16:08:14 queue INFO 25 [807] -2014-12-15 16:08:14 sendUrl INFO 25 [736] -2014-12-15 16:08:14 queue INFO >25 [808] -2014-12-15 16:08:14 sendUrl INFO 21 [737] -2014-12-15 16:08:15 queue INFO 21 [809] -2014-12-15 16:08:15 sendUrl INFO 21 [738] -2014-12-15 16:08:15 queue INFO >21 [810] -2014-12-15 16:08:15 sendUrl INFO 25 [739] -2014-12-15 16:08:16 sendUrl INFO 25 [740] -2014-12-15 16:08:16 queue INFO 25 [811] -2014-12-15 16:08:16 queue INFO >25 [812] -2014-12-15 16:08:16 sendUrl INFO 21 [741] -2014-12-15 16:08:17 queue INFO 21 [813] -2014-12-15 16:08:17 sendUrl INFO 21 [742] -2014-12-15 16:08:17 queue INFO >21 [814] -2014-12-15 16:08:17 sendUrl INFO 25 [743] -2014-12-15 16:08:18 sendUrl INFO 25 [744] -2014-12-15 16:08:18 queue INFO 25 [815] -2014-12-15 16:08:18 queue INFO >25 [816] -2014-12-15 16:08:18 sendUrl INFO 21 [745] -2014-12-15 16:08:19 sendUrl INFO 21 [746] -2014-12-15 16:08:19 queue INFO 21 [817] -2014-12-15 16:08:19 queue INFO >21 [818] -2014-12-15 16:08:19 sendUrl INFO 25 [747] -2014-12-15 16:08:20 sendUrl INFO 25 [748] -2014-12-15 16:08:20 queue INFO 25 [819] -2014-12-15 16:08:20 sendUrl INFO 21 [749] -2014-12-15 16:08:20 queue INFO >25 [820] -2014-12-15 16:08:21 sendUrl INFO 21 [750] -2014-12-15 16:08:21 sendUrl INFO 25 [751] -2014-12-15 16:08:21 queue INFO 21 [821] -2014-12-15 16:08:22 queue INFO >21 [822] -2014-12-15 16:08:22 sendUrl INFO 25 [752] -2014-12-15 16:08:22 sendUrl INFO 21 [753] -2014-12-15 16:08:23 queue INFO 25 [823] -2014-12-15 16:08:23 queue INFO >25 [824] -2014-12-15 16:08:23 sendUrl INFO 21 [754] -2014-12-15 16:08:23 queue INFO 21 [825] -2014-12-15 16:08:23 sendUrl INFO 25 [755] -2014-12-15 16:08:23 queue INFO >21 [826] -2014-12-15 16:08:24 sendUrl INFO 25 [756] -2014-12-15 16:08:24 queue INFO 25 [827] -2014-12-15 16:08:24 queue INFO >25 [828] -2014-12-15 16:08:24 sendUrl INFO 21 [757] -2014-12-15 16:08:25 queue INFO 21 [829] -2014-12-15 16:08:25 sendUrl INFO 21 [758] -2014-12-15 16:08:25 queue INFO >21 [830] -2014-12-15 16:08:25 sendUrl INFO 25 [759] -2014-12-15 16:08:26 queue INFO 25 [831] -2014-12-15 16:08:26 queue INFO >25 [832] -2014-12-15 16:08:26 sendUrl INFO 25 [760] -2014-12-15 16:08:26 queue INFO 21 [833] -2014-12-15 16:08:26 queue INFO >21 [834] -2014-12-15 16:08:27 sendUrl INFO 21 [761] -2014-12-15 16:08:27 sendUrl INFO 21 [762] -2014-12-15 16:08:27 queue INFO 25 [835] -2014-12-15 16:08:28 sendUrl INFO 25 [763] -2014-12-15 16:08:28 queue INFO >25 [836] -2014-12-15 16:08:28 sendUrl INFO 25 [764] -2014-12-15 16:08:28 queue INFO 21 [837] -2014-12-15 16:08:29 sendUrl INFO 21 [765] -2014-12-15 16:08:29 queue INFO >21 [838] -2014-12-15 16:08:29 sendUrl INFO 21 [766] -2014-12-15 16:08:30 sendUrl INFO 25 [767] -2014-12-15 16:08:30 queue INFO 25 [839] -2014-12-15 16:08:30 queue INFO >25 [840] -2014-12-15 16:08:30 sendUrl INFO 25 [768] -2014-12-15 16:08:31 sendUrl INFO 21 [769] -2014-12-15 16:08:31 queue INFO 21 [841] -2014-12-15 16:08:31 queue INFO >21 [842] -2014-12-15 16:08:31 sendUrl INFO 21 [770] -2014-12-15 16:08:32 sendUrl INFO 25 [771] -2014-12-15 16:08:32 queue INFO 25 [843] -2014-12-15 16:08:32 sendUrl INFO 25 [772] -2014-12-15 16:08:32 queue INFO >25 [844] -2014-12-15 16:08:33 sendUrl INFO 21 [773] -2014-12-15 16:08:33 queue INFO 21 [845] -2014-12-15 16:08:33 queue INFO >21 [846] -2014-12-15 16:08:33 sendUrl INFO 21 [774] -2014-12-15 16:08:34 sendUrl INFO 25 [775] -2014-12-15 16:08:34 queue INFO 25 [847] -2014-12-15 16:08:34 sendUrl INFO 25 [776] -2014-12-15 16:08:34 queue INFO >25 [848] -2014-12-15 16:08:35 sendUrl INFO 21 [777] -2014-12-15 16:08:35 queue INFO 21 [849] -2014-12-15 16:08:35 sendUrl INFO 21 [778] -2014-12-15 16:08:35 queue INFO >21 [850] -2014-12-15 16:08:36 sendUrl INFO 25 [779] -2014-12-15 16:08:36 sendUrl INFO 25 [780] -2014-12-15 16:08:36 queue INFO 25 [851] -2014-12-15 16:08:37 queue INFO >25 [852] -2014-12-15 16:08:37 sendUrl INFO 21 [781] -2014-12-15 16:08:37 queue INFO 21 [853] -2014-12-15 16:08:37 queue INFO >21 [854] -2014-12-15 16:08:37 sendUrl INFO 21 [782] -2014-12-15 16:08:37 queue INFO 25 [855] -2014-12-15 16:08:37 queue INFO >25 [856] -2014-12-15 16:08:38 sendUrl INFO 25 [783] -2014-12-15 16:08:38 queue INFO 21 [857] -2014-12-15 16:08:38 queue INFO >21 [858] -2014-12-15 16:08:38 sendUrl INFO 25 [784] -2014-12-15 16:08:39 sendUrl INFO 21 [785] -2014-12-15 16:08:39 queue INFO 25 [859] -2014-12-15 16:08:39 sendUrl INFO 21 [786] -2014-12-15 16:08:39 queue INFO >25 [860] -2014-12-15 16:08:40 sendUrl INFO 25 [787] -2014-12-15 16:08:40 queue INFO 21 [861] -2014-12-15 16:08:40 sendUrl INFO 25 [788] -2014-12-15 16:08:40 queue INFO >21 [862] -2014-12-15 16:08:41 sendUrl INFO 21 [789] -2014-12-15 16:08:41 sendUrl INFO 21 [790] -2014-12-15 16:08:41 queue INFO 25 [863] -2014-12-15 16:08:41 queue INFO >25 [864] -2014-12-15 16:08:42 sendUrl INFO 25 [791] -2014-12-15 16:08:42 sendUrl INFO 25 [792] -2014-12-15 16:08:42 queue INFO 21 [865] -2014-12-15 16:08:42 queue INFO >21 [866] -2014-12-15 16:08:43 sendUrl INFO 21 [793] -2014-12-15 16:08:43 sendUrl INFO 21 [794] -2014-12-15 16:08:43 queue INFO 25 [867] -2014-12-15 16:08:44 queue INFO >25 [868] -2014-12-15 16:08:44 sendUrl INFO 25 [795] -2014-12-15 16:08:44 sendUrl INFO 25 [796] -2014-12-15 16:08:44 queue INFO 21 [869] -2014-12-15 16:08:45 queue INFO >21 [870] -2014-12-15 16:08:45 sendUrl INFO 21 [797] -2014-12-15 16:08:45 sendUrl INFO 21 [798] -2014-12-15 16:08:46 queue INFO 25 [871] -2014-12-15 16:08:46 sendUrl INFO 25 [799] -2014-12-15 16:08:46 queue INFO >25 [872] -2014-12-15 16:08:46 sendUrl INFO 25 [800] -2014-12-15 16:08:47 queue INFO 21 [873] -2014-12-15 16:08:47 sendUrl INFO 21 [801] -2014-12-15 16:08:47 queue INFO >21 [874] -2014-12-15 16:08:47 sendUrl INFO 21 [802] -2014-12-15 16:08:48 sendUrl INFO 25 [803] -2014-12-15 16:08:48 queue INFO 25 [875] -2014-12-15 16:08:48 sendUrl INFO 25 [804] -2014-12-15 16:08:48 queue INFO >25 [876] -2014-12-15 16:08:49 sendUrl INFO 21 [805] -2014-12-15 16:08:49 queue INFO 21 [877] -2014-12-15 16:08:49 sendUrl INFO 21 [806] -2014-12-15 16:08:49 queue INFO >21 [878] -2014-12-15 16:08:50 sendUrl INFO 25 [807] -2014-12-15 16:08:50 sendUrl INFO 25 [808] -2014-12-15 16:08:51 queue INFO 25 [879] -2014-12-15 16:08:51 queue INFO >25 [880] -2014-12-15 16:08:51 sendUrl INFO 21 [809] -2014-12-15 16:08:51 sendUrl INFO 21 [810] -2014-12-15 16:08:51 queue INFO 21 [881] -2014-12-15 16:08:52 queue INFO >21 [882] -2014-12-15 16:08:52 sendUrl INFO 25 [811] -2014-12-15 16:08:52 sendUrl INFO 25 [812] -2014-12-15 16:08:53 queue INFO 25 [883] -2014-12-15 16:08:53 sendUrl INFO 21 [813] -2014-12-15 16:08:53 queue INFO >25 [884] -2014-12-15 16:08:53 sendUrl INFO 21 [814] -2014-12-15 16:08:54 queue INFO 21 [885] -2014-12-15 16:08:54 queue INFO >21 [886] -2014-12-15 16:08:54 sendUrl INFO 25 [815] -2014-12-15 16:08:54 sendUrl INFO 25 [816] -2014-12-15 16:08:55 queue INFO 25 [887] -2014-12-15 16:08:55 sendUrl INFO 21 [817] -2014-12-15 16:08:55 queue INFO >25 [888] -2014-12-15 16:08:55 sendUrl INFO 21 [818] -2014-12-15 16:08:56 queue INFO 21 [889] -2014-12-15 16:08:56 sendUrl INFO 25 [819] -2014-12-15 16:08:56 queue INFO >21 [890] -2014-12-15 16:08:56 sendUrl INFO 25 [820] -2014-12-15 16:08:57 sendUrl INFO 21 [821] -2014-12-15 16:08:57 queue INFO 25 [891] -2014-12-15 16:08:57 sendUrl INFO 21 [822] -2014-12-15 16:08:57 queue INFO >25 [892] -2014-12-15 16:08:58 sendUrl INFO 25 [823] -2014-12-15 16:08:58 queue INFO 21 [893] -2014-12-15 16:08:58 sendUrl INFO 25 [824] -2014-12-15 16:08:58 queue INFO >21 [894] -2014-12-15 16:08:59 sendUrl INFO 21 [825] -2014-12-15 16:08:59 sendUrl INFO 21 [826] -2014-12-15 16:09:00 queue INFO 25 [895] -2014-12-15 16:09:00 queue INFO >25 [896] -2014-12-15 16:09:00 sendUrl INFO 25 [827] -2014-12-15 16:09:00 sendUrl INFO 25 [828] -2014-12-15 16:09:01 queue INFO 21 [897] -2014-12-15 16:09:01 queue INFO 25 [898] -2014-12-15 16:09:01 sendUrl INFO 21 [829] -2014-12-15 16:09:01 queue INFO >25 [899] -2014-12-15 16:09:01 sendUrl INFO 21 [830] -2014-12-15 16:09:02 queue INFO 21 [900] -2014-12-15 16:09:02 queue INFO >21 [901] -2014-12-15 16:09:02 sendUrl INFO 25 [831] -2014-12-15 16:09:02 sendUrl INFO 25 [832] -2014-12-15 16:09:03 sendUrl INFO 21 [833] -2014-12-15 16:09:03 queue INFO 25 [902] -2014-12-15 16:09:03 queue INFO >25 [903] -2014-12-15 16:09:03 sendUrl INFO 21 [834] -2014-12-15 16:09:04 sendUrl INFO 25 [835] -2014-12-15 16:09:04 queue INFO 21 [904] -2014-12-15 16:09:04 queue INFO >21 [905] -2014-12-15 16:09:04 sendUrl INFO 25 [836] -2014-12-15 16:09:05 sendUrl INFO 21 [837] -2014-12-15 16:09:05 queue INFO 25 [906] -2014-12-15 16:09:05 sendUrl INFO 21 [838] -2014-12-15 16:09:05 queue INFO >25 [907] -2014-12-15 16:09:06 sendUrl INFO 25 [839] -2014-12-15 16:09:06 queue INFO 21 [908] -2014-12-15 16:09:06 queue INFO >21 [909] -2014-12-15 16:09:06 sendUrl INFO 25 [840] -2014-12-15 16:09:07 sendUrl INFO 21 [841] -2014-12-15 16:09:07 queue INFO 25 [910] -2014-12-15 16:09:07 sendUrl INFO 21 [842] -2014-12-15 16:09:08 queue INFO >25 [911] -2014-12-15 16:09:08 sendUrl INFO 25 [843] -2014-12-15 16:09:08 sendUrl INFO 25 [844] -2014-12-15 16:09:09 queue INFO 21 [912] -2014-12-15 16:09:09 queue INFO >21 [913] -2014-12-15 16:09:09 sendUrl INFO 21 [845] -2014-12-15 16:09:09 sendUrl INFO 21 [846] -2014-12-15 16:09:10 queue INFO 25 [914] -2014-12-15 16:09:10 queue INFO >25 [915] -2014-12-15 16:09:10 sendUrl INFO 25 [847] -2014-12-15 16:09:11 sendUrl INFO 25 [848] -2014-12-15 16:09:11 queue INFO 21 [916] -2014-12-15 16:09:11 queue INFO >21 [917] -2014-12-15 16:09:11 sendUrl INFO 21 [849] -2014-12-15 16:09:12 sendUrl INFO 21 [850] -2014-12-15 16:09:12 sendUrl INFO 25 [851] -2014-12-15 16:09:12 queue INFO 25 [918] -2014-12-15 16:09:12 queue INFO >25 [919] -2014-12-15 16:09:13 sendUrl INFO 25 [852] -2014-12-15 16:09:13 sendUrl INFO 21 [853] -2014-12-15 16:09:13 queue INFO 21 [920] -2014-12-15 16:09:13 queue INFO >21 [921] -2014-12-15 16:09:14 sendUrl INFO 21 [854] -2014-12-15 16:09:14 sendUrl INFO 25 [855] -2014-12-15 16:09:14 queue INFO 25 [922] -2014-12-15 16:09:15 sendUrl INFO 25 [856] -2014-12-15 16:09:15 queue INFO >25 [923] -2014-12-15 16:09:15 sendUrl INFO 21 [857] -2014-12-15 16:09:15 queue INFO 21 [924] -2014-12-15 16:09:16 sendUrl INFO 21 [858] -2014-12-15 16:09:16 queue INFO >21 [925] -2014-12-15 16:09:16 sendUrl INFO 25 [859] -2014-12-15 16:09:17 sendUrl INFO 25 [860] -2014-12-15 16:09:17 queue INFO 25 [926] -2014-12-15 16:09:17 queue INFO >25 [927] -2014-12-15 16:09:17 sendUrl INFO 21 [861] -2014-12-15 16:09:17 queue INFO 21 [928] -2014-12-15 16:09:18 sendUrl INFO 21 [862] -2014-12-15 16:09:18 queue INFO >21 [929] -2014-12-15 16:09:18 sendUrl INFO 25 [863] -2014-12-15 16:09:19 queue INFO 25 [930] -2014-12-15 16:09:19 sendUrl INFO 25 [864] -2014-12-15 16:09:19 queue INFO >25 [931] -2014-12-15 16:09:19 sendUrl INFO 21 [865] -2014-12-15 16:09:20 sendUrl INFO 21 [866] -2014-12-15 16:09:20 queue INFO 21 [932] -2014-12-15 16:09:20 queue INFO >21 [933] -2014-12-15 16:09:20 sendUrl INFO 25 [867] -2014-12-15 16:09:21 sendUrl INFO 25 [868] -2014-12-15 16:09:21 queue INFO 25 [934] -2014-12-15 16:09:21 sendUrl INFO 21 [869] -2014-12-15 16:09:21 queue INFO >25 [935] -2014-12-15 16:09:22 sendUrl INFO 21 [870] -2014-12-15 16:09:22 sendUrl INFO 25 [871] -2014-12-15 16:09:22 queue INFO 21 [936] -2014-12-15 16:09:22 queue INFO >21 [937] -2014-12-15 16:09:23 sendUrl INFO 25 [872] -2014-12-15 16:09:23 sendUrl INFO 21 [873] -2014-12-15 16:09:23 queue INFO 25 [938] -2014-12-15 16:09:24 queue INFO >25 [939] -2014-12-15 16:09:24 sendUrl INFO 21 [874] -2014-12-15 16:09:24 sendUrl INFO 25 [875] -2014-12-15 16:09:24 queue INFO 21 [940] -2014-12-15 16:09:25 queue INFO >21 [941] -2014-12-15 16:09:25 sendUrl INFO 25 [876] -2014-12-15 16:09:25 sendUrl INFO 21 [877] -2014-12-15 16:09:26 queue INFO 25 [942] -2014-12-15 16:09:26 sendUrl INFO 21 [878] -2014-12-15 16:09:26 queue INFO >25 [943] -2014-12-15 16:09:26 sendUrl INFO 25 [879] -2014-12-15 16:09:27 sendUrl INFO 25 [880] -2014-12-15 16:09:27 queue INFO 21 [944] -2014-12-15 16:09:27 queue INFO >21 [945] -2014-12-15 16:09:27 sendUrl INFO 21 [881] -2014-12-15 16:09:28 sendUrl INFO 21 [882] -2014-12-15 16:09:28 queue INFO 25 [946] -2014-12-15 16:09:28 queue INFO >25 [947] -2014-12-15 16:09:28 sendUrl INFO 25 [883] -2014-12-15 16:09:29 sendUrl INFO 25 [884] -2014-12-15 16:09:29 queue INFO 21 [948] -2014-12-15 16:09:29 sendUrl INFO 21 [885] -2014-12-15 16:09:29 queue INFO >21 [949] -2014-12-15 16:09:30 sendUrl INFO 21 [886] -2014-12-15 16:09:30 sendUrl INFO 25 [887] -2014-12-15 16:09:30 queue INFO 25 [950] -2014-12-15 16:09:30 queue INFO >25 [951] -2014-12-15 16:09:31 sendUrl INFO 25 [888] -2014-12-15 16:09:31 sendUrl INFO 21 [889] -2014-12-15 16:09:31 queue INFO 21 [952] -2014-12-15 16:09:31 queue INFO >21 [953] -2014-12-15 16:09:32 sendUrl INFO 21 [890] -2014-12-15 16:09:32 sendUrl INFO 25 [891] -2014-12-15 16:09:33 queue INFO 25 [954] -2014-12-15 16:09:33 sendUrl INFO 25 [892] -2014-12-15 16:09:33 queue INFO >25 [955] -2014-12-15 16:09:33 sendUrl INFO 21 [893] -2014-12-15 16:09:34 queue INFO 21 [956] -2014-12-15 16:09:34 sendUrl INFO 21 [894] -2014-12-15 16:09:34 queue INFO >21 [957] -2014-12-15 16:09:34 sendUrl INFO 25 [895] -2014-12-15 16:09:35 sendUrl INFO 25 [896] -2014-12-15 16:09:35 queue INFO 25 [958] -2014-12-15 16:09:35 queue INFO >25 [959] -2014-12-15 16:09:35 sendUrl INFO 21 [897] -2014-12-15 16:09:36 sendUrl INFO 25 [898] -2014-12-15 16:09:36 queue INFO 21 [960] -2014-12-15 16:09:36 queue INFO >21 [961] -2014-12-15 16:09:36 sendUrl INFO 25 [899] -2014-12-15 16:09:37 sendUrl INFO 21 [900] -2014-12-15 16:09:37 queue INFO 25 [962] -2014-12-15 16:09:37 sendUrl INFO 21 [901] -2014-12-15 16:09:37 queue INFO >25 [963] -2014-12-15 16:09:38 sendUrl INFO 25 [902] -2014-12-15 16:09:38 sendUrl INFO 25 [903] -2014-12-15 16:09:38 queue INFO 21 [964] -2014-12-15 16:09:39 queue INFO >21 [965] -2014-12-15 16:09:39 sendUrl INFO 21 [904] -2014-12-15 16:09:39 sendUrl INFO 21 [905] -2014-12-15 16:09:40 queue INFO 25 [966] -2014-12-15 16:09:40 queue INFO >25 [967] -2014-12-15 16:09:40 sendUrl INFO 25 [906] -2014-12-15 16:09:40 sendUrl INFO 25 [907] -2014-12-15 16:09:41 queue INFO 21 [968] -2014-12-15 16:09:41 sendUrl INFO 21 [908] -2014-12-15 16:09:41 queue INFO >21 [969] -2014-12-15 16:09:41 sendUrl INFO 21 [909] -2014-12-15 16:09:42 sendUrl INFO 25 [910] -2014-12-15 16:09:42 queue INFO 25 [970] -2014-12-15 16:09:42 sendUrl INFO 25 [911] -2014-12-15 16:09:42 queue INFO >25 [971] -2014-12-15 16:09:43 sendUrl INFO 21 [912] -2014-12-15 16:09:43 queue INFO 21 [972] -2014-12-15 16:09:43 sendUrl INFO 21 [913] -2014-12-15 16:09:43 queue INFO >21 [973] -2014-12-15 16:09:44 sendUrl INFO 25 [914] -2014-12-15 16:09:44 sendUrl INFO 25 [915] -2014-12-15 16:09:45 queue INFO 25 [974] -2014-12-15 16:09:45 queue INFO >25 [975] -2014-12-15 16:09:45 sendUrl INFO 21 [916] -2014-12-15 16:09:45 queue INFO 21 [976] -2014-12-15 16:09:45 queue INFO >21 [977] -2014-12-15 16:09:45 sendUrl INFO 21 [917] -2014-12-15 16:09:46 sendUrl INFO 25 [918] -2014-12-15 16:09:46 queue INFO 25 [978] -2014-12-15 16:09:46 sendUrl INFO 25 [919] -2014-12-15 16:09:46 queue INFO >25 [979] -2014-12-15 16:09:47 sendUrl INFO 21 [920] -2014-12-15 16:09:47 sendUrl INFO 21 [921] -2014-12-15 16:09:47 queue INFO 21 [980] -2014-12-15 16:09:48 queue INFO >21 [981] -2014-12-15 16:09:48 sendUrl INFO 25 [922] -2014-12-15 16:09:48 sendUrl INFO 25 [923] -2014-12-15 16:09:49 queue INFO 25 [982] -2014-12-15 16:09:49 sendUrl INFO 21 [924] -2014-12-15 16:09:49 queue INFO >25 [983] -2014-12-15 16:09:49 sendUrl INFO 21 [925] -2014-12-15 16:09:50 queue INFO 21 [984] -2014-12-15 16:09:50 sendUrl INFO 25 [926] -2014-12-15 16:09:50 queue INFO >21 [985] -2014-12-15 16:09:50 sendUrl INFO 25 [927] -2014-12-15 16:09:51 sendUrl INFO 21 [928] -2014-12-15 16:09:51 queue INFO 25 [986] -2014-12-15 16:09:51 queue INFO >25 [987] -2014-12-15 16:09:51 sendUrl INFO 21 [929] -2014-12-15 16:09:52 queue INFO 21 [988] -2014-12-15 16:09:52 sendUrl INFO 25 [930] -2014-12-15 16:09:52 queue INFO >21 [989] -2014-12-15 16:09:52 sendUrl INFO 25 [931] -2014-12-15 16:09:53 sendUrl INFO 21 [932] -2014-12-15 16:09:53 queue INFO 25 [990] -2014-12-15 16:09:53 queue INFO >25 [991] -2014-12-15 16:09:53 sendUrl INFO 21 [933] -2014-12-15 16:09:54 sendUrl INFO 25 [934] -2014-12-15 16:09:54 queue INFO 21 [992] -2014-12-15 16:09:54 queue INFO >21 [993] -2014-12-15 16:09:55 sendUrl INFO 25 [935] -2014-12-15 16:09:55 sendUrl INFO 21 [936] -2014-12-15 16:09:55 queue INFO 25 [994] -2014-12-15 16:09:56 queue INFO >25 [995] -2014-12-15 16:09:56 sendUrl INFO 21 [937] -2014-12-15 16:09:56 sendUrl INFO 25 [938] -2014-12-15 16:09:56 queue INFO 21 [996] -2014-12-15 16:09:57 queue INFO >21 [997] -2014-12-15 16:09:57 sendUrl INFO 25 [939] -2014-12-15 16:09:57 sendUrl INFO 21 [940] -2014-12-15 16:09:58 queue INFO 25 [998] -2014-12-15 16:09:58 sendUrl INFO 21 [941] -2014-12-15 16:09:58 queue INFO >25 [999] -2014-12-15 16:09:58 sendUrl INFO 25 [942] -2014-12-15 16:09:59 queue INFO 21 [0] -2014-12-15 16:09:59 sendUrl INFO 25 [943] -2014-12-15 16:09:59 queue INFO >21 [1] -2014-12-15 16:09:59 sendUrl INFO 21 [944] -2014-12-15 16:10:00 sendUrl INFO 21 [945] -2014-12-15 16:10:00 queue INFO 25 [2] -2014-12-15 16:10:00 queue INFO >25 [3] -2014-12-15 16:10:00 sendUrl INFO 25 [946] -2014-12-15 16:10:01 sendUrl INFO 25 [947] -2014-12-15 16:10:01 queue INFO 21 [4] -2014-12-15 16:10:01 sendUrl INFO 21 [948] -2014-12-15 16:10:01 queue INFO >21 [5] -2014-12-15 16:10:02 sendUrl INFO 21 [949] -2014-12-15 16:10:02 sendUrl INFO 25 [950] -2014-12-15 16:10:02 queue INFO 25 [6] -2014-12-15 16:10:02 queue INFO >25 [7] -2014-12-15 16:10:03 sendUrl INFO 25 [951] -2014-12-15 16:10:03 queue INFO 21 [8] -2014-12-15 16:10:03 sendUrl INFO 21 [952] -2014-12-15 16:10:03 queue INFO >21 [9] -2014-12-15 16:10:04 sendUrl INFO 21 [953] -2014-12-15 16:10:04 sendUrl INFO 25 [954] -2014-12-15 16:10:04 queue INFO 25 [10] -2014-12-15 16:10:04 queue INFO >25 [11] -2014-12-15 16:10:05 sendUrl INFO 25 [955] -2014-12-15 16:10:05 sendUrl INFO 21 [956] -2014-12-15 16:10:05 queue INFO 21 [12] -2014-12-15 16:10:05 queue INFO >21 [13] -2014-12-15 16:10:06 sendUrl INFO 21 [957] -2014-12-15 16:10:06 sendUrl INFO 25 [958] -2014-12-15 16:10:06 queue INFO 25 [14] -2014-12-15 16:10:07 queue INFO >25 [15] -2014-12-15 16:10:07 sendUrl INFO 25 [959] -2014-12-15 16:10:07 queue INFO 21 [16] -2014-12-15 16:10:07 queue INFO >21 [17] -2014-12-15 16:10:07 sendUrl INFO 21 [960] -2014-12-15 16:10:07 queue INFO 25 [18] -2014-12-15 16:10:08 queue INFO >25 [19] -2014-12-15 16:10:08 sendUrl INFO 21 [961] -2014-12-15 16:10:08 sendUrl INFO 25 [962] -2014-12-15 16:10:08 queue INFO 21 [20] -2014-12-15 16:10:09 queue INFO >21 [21] -2014-12-15 16:10:09 sendUrl INFO 25 [963] -2014-12-15 16:10:09 sendUrl INFO 21 [964] -2014-12-15 16:10:09 queue INFO 25 [22] -2014-12-15 16:10:10 queue INFO >25 [23] -2014-12-15 16:10:10 sendUrl INFO 21 [965] -2014-12-15 16:10:10 sendUrl INFO 25 [966] -2014-12-15 16:10:10 queue INFO 21 [24] -2014-12-15 16:10:11 queue INFO >21 [25] -2014-12-15 16:10:11 sendUrl INFO 25 [967] -2014-12-15 16:10:11 sendUrl INFO 21 [968] -2014-12-15 16:10:11 queue INFO 25 [26] -2014-12-15 16:10:12 queue INFO >25 [27] -2014-12-15 16:10:12 sendUrl INFO 21 [969] -2014-12-15 16:10:12 sendUrl INFO 25 [970] -2014-12-15 16:10:12 queue INFO 21 [28] -2014-12-15 16:10:13 queue INFO >21 [29] -2014-12-15 16:10:13 sendUrl INFO 25 [971] -2014-12-15 16:10:13 sendUrl INFO 21 [972] -2014-12-15 16:10:13 queue INFO 25 [30] -2014-12-15 16:10:14 queue INFO >25 [31] -2014-12-15 16:10:14 sendUrl INFO 21 [973] -2014-12-15 16:10:14 sendUrl INFO 25 [974] -2014-12-15 16:10:14 queue INFO 21 [32] -2014-12-15 16:10:15 queue INFO >21 [33] -2014-12-15 16:10:15 sendUrl INFO 25 [975] -2014-12-15 16:10:15 sendUrl INFO 21 [976] -2014-12-15 16:10:16 queue INFO 25 [34] -2014-12-15 16:10:16 sendUrl INFO 21 [977] -2014-12-15 16:10:16 queue INFO >25 [35] -2014-12-15 16:10:16 sendUrl INFO 25 [978] -2014-12-15 16:10:17 queue INFO 21 [36] -2014-12-15 16:10:17 sendUrl INFO 25 [979] -2014-12-15 16:10:17 queue INFO >21 [37] -2014-12-15 16:10:17 sendUrl INFO 21 [980] -2014-12-15 16:10:18 sendUrl INFO 21 [981] -2014-12-15 16:10:18 queue INFO 25 [38] -2014-12-15 16:10:18 queue INFO >25 [39] -2014-12-15 16:10:18 sendUrl INFO 25 [982] -2014-12-15 16:10:19 sendUrl INFO 25 [983] -2014-12-15 16:10:19 queue INFO 21 [40] -2014-12-15 16:10:19 queue INFO >21 [41] -2014-12-15 16:10:19 sendUrl INFO 21 [984] -2014-12-15 16:10:20 sendUrl INFO 21 [985] -2014-12-15 16:10:20 queue INFO 25 [42] -2014-12-15 16:10:20 sendUrl INFO 25 [986] -2014-12-15 16:10:20 queue INFO >25 [43] -2014-12-15 16:10:21 sendUrl INFO 25 [987] -2014-12-15 16:10:21 queue INFO 21 [44] -2014-12-15 16:10:21 sendUrl INFO 21 [988] -2014-12-15 16:10:21 queue INFO >21 [45] -2014-12-15 16:10:22 sendUrl INFO 21 [989] -2014-12-15 16:10:22 sendUrl INFO 25 [990] -2014-12-15 16:10:23 queue INFO 25 [46] -2014-12-15 16:10:23 queue INFO >25 [47] -2014-12-15 16:10:23 sendUrl INFO 25 [991] -2014-12-15 16:10:23 sendUrl INFO 21 [992] -2014-12-15 16:10:24 queue INFO 21 [48] -2014-12-15 16:10:24 queue INFO >21 [49] -2014-12-15 16:10:24 sendUrl INFO 21 [993] -2014-12-15 16:10:24 sendUrl INFO 25 [994] -2014-12-15 16:10:25 queue INFO 25 [50] -2014-12-15 16:10:25 sendUrl INFO 25 [995] -2014-12-15 16:10:25 queue INFO >25 [51] -2014-12-15 16:10:25 sendUrl INFO 21 [996] -2014-12-15 16:10:26 queue INFO 21 [52] -2014-12-15 16:10:26 sendUrl INFO 21 [997] -2014-12-15 16:10:26 queue INFO >21 [53] -2014-12-15 16:10:26 sendUrl INFO 25 [998] -2014-12-15 16:10:26 queue INFO 25 [54] -2014-12-15 16:10:27 queue INFO >25 [55] -2014-12-15 16:10:27 queue INFO 21 [56] -2014-12-15 16:10:27 sendUrl INFO 25 [999] -2014-12-15 16:10:27 queue INFO >21 [57] -2014-12-15 16:10:27 sendUrl INFO 21 [0] -2014-12-15 16:10:28 sendUrl INFO 21 [1] -2014-12-15 16:10:28 queue INFO 25 [58] -2014-12-15 16:10:28 queue INFO >25 [59] -2014-12-15 16:10:28 sendUrl INFO 25 [2] -2014-12-15 16:10:29 sendUrl INFO 25 [3] -2014-12-15 16:10:29 queue INFO 21 [60] -2014-12-15 16:10:29 sendUrl INFO 21 [4] -2014-12-15 16:10:29 queue INFO >21 [61] -2014-12-15 16:10:30 sendUrl INFO 21 [5] -2014-12-15 16:10:30 sendUrl INFO 25 [6] -2014-12-15 16:10:31 queue INFO 25 [62] -2014-12-15 16:10:31 queue INFO >25 [63] -2014-12-15 16:10:31 sendUrl INFO 25 [7] -2014-12-15 16:10:31 sendUrl INFO 21 [8] -2014-12-15 16:10:32 queue INFO 21 [64] -2014-12-15 16:10:32 sendUrl INFO 21 [9] -2014-12-15 16:10:32 queue INFO >21 [65] -2014-12-15 16:10:32 sendUrl INFO 25 [10] -2014-12-15 16:10:33 sendUrl INFO 25 [11] -2014-12-15 16:10:33 queue INFO 25 [66] -2014-12-15 16:10:33 sendUrl INFO 21 [12] -2014-12-15 16:10:33 queue INFO >25 [67] -2014-12-15 16:10:34 queue INFO 21 [68] -2014-12-15 16:10:34 queue INFO >21 [69] -2014-12-15 16:10:34 sendUrl INFO 21 [13] -2014-12-15 16:10:34 sendUrl INFO 25 [14] -2014-12-15 16:10:35 queue INFO 25 [70] -2014-12-15 16:10:35 queue INFO >25 [71] -2014-12-15 16:10:35 sendUrl INFO 25 [15] -2014-12-15 16:10:35 sendUrl INFO 21 [16] -2014-12-15 16:10:36 queue INFO 21 [72] -2014-12-15 16:10:36 queue INFO >21 [73] -2014-12-15 16:10:36 sendUrl INFO 21 [17] -2014-12-15 16:10:36 sendUrl INFO 25 [18] -2014-12-15 16:10:37 sendUrl INFO 25 [19] -2014-12-15 16:10:37 queue INFO 25 [74] -2014-12-15 16:10:37 queue INFO >25 [75] -2014-12-15 16:10:37 sendUrl INFO 21 [20] -2014-12-15 16:10:38 sendUrl INFO 21 [21] -2014-12-15 16:10:38 queue INFO 21 [76] -2014-12-15 16:10:38 queue INFO >21 [77] -2014-12-15 16:10:39 sendUrl INFO 25 [22] -2014-12-15 16:10:39 sendUrl INFO 25 [23] -2014-12-15 16:10:39 queue INFO 5 [78] -2014-12-15 16:10:40 queue INFO >5 [79] -2014-12-15 16:10:40 sendUrl INFO 21 [24] -2014-12-15 16:10:40 queue INFO 1 [80] -2014-12-15 16:10:40 queue INFO >1 [81] -2014-12-15 16:10:40 sendUrl INFO 21 [25] -2014-12-15 16:10:40 queue INFO 5 [82] -2014-12-15 16:10:40 queue INFO >5 [83] -2014-12-15 16:10:41 sendUrl INFO 25 [26] -2014-12-15 16:10:41 queue INFO 1 [84] -2014-12-15 16:10:41 queue INFO >1 [85] -2014-12-15 16:10:41 sendUrl INFO 25 [27] -2014-12-15 16:10:42 sendUrl INFO 21 [28] -2014-12-15 16:10:42 queue INFO 5 [86] -2014-12-15 16:10:42 sendUrl INFO 21 [29] -2014-12-15 16:10:42 queue INFO >5 [87] -2014-12-15 16:10:43 sendUrl INFO 25 [30] -2014-12-15 16:10:43 queue INFO 1 [88] -2014-12-15 16:10:43 sendUrl INFO 25 [31] -2014-12-15 16:10:43 queue INFO >1 [89] -2014-12-15 16:10:44 sendUrl INFO 21 [32] -2014-12-15 16:10:44 sendUrl INFO 21 [33] -2014-12-15 16:10:44 queue INFO 5 [90] -2014-12-15 16:10:44 queue INFO >5 [91] -2014-12-15 16:10:45 sendUrl INFO 25 [34] -2014-12-15 16:10:45 sendUrl INFO 25 [35] -2014-12-15 16:10:45 queue INFO 1 [92] -2014-12-15 16:10:45 queue INFO >1 [93] -2014-12-15 16:10:46 sendUrl INFO 21 [36] -2014-12-15 16:10:46 sendUrl INFO 21 [37] -2014-12-15 16:10:46 queue INFO 5 [94] -2014-12-15 16:10:47 queue INFO >5 [95] -2014-12-15 16:10:47 sendUrl INFO 25 [38] -2014-12-15 16:10:47 sendUrl INFO 25 [39] -2014-12-15 16:10:47 queue INFO 1 [96] -2014-12-15 16:10:47 queue INFO >1 [97] -2014-12-15 16:10:48 sendUrl INFO 21 [40] -2014-12-15 16:10:48 sendUrl INFO 21 [41] -2014-12-15 16:10:48 queue INFO 5 [98] -2014-12-15 16:10:49 queue INFO >5 [99] -2014-12-15 16:10:49 sendUrl INFO 25 [42] -2014-12-15 16:10:49 sendUrl INFO 25 [43] -2014-12-15 16:10:50 queue INFO 1 [100] -2014-12-15 16:10:50 sendUrl INFO 21 [44] -2014-12-15 16:10:50 queue INFO >1 [101] -2014-12-15 16:10:50 sendUrl INFO 21 [45] -2014-12-15 16:10:51 sendUrl INFO 25 [46] -2014-12-15 16:10:51 queue INFO 5 [102] -2014-12-15 16:10:51 sendUrl INFO 25 [47] -2014-12-15 16:10:51 queue INFO >5 [103] -2014-12-15 16:10:52 sendUrl INFO 21 [48] -2014-12-15 16:10:52 queue INFO 1 [104] -2014-12-15 16:10:52 sendUrl INFO 21 [49] -2014-12-15 16:10:52 queue INFO >1 [105] -2014-12-15 16:10:53 sendUrl INFO 25 [50] -2014-12-15 16:10:53 sendUrl INFO 25 [51] -2014-12-15 16:10:53 queue INFO 5 [106] -2014-12-15 16:10:54 queue INFO >5 [107] -2014-12-15 16:10:54 sendUrl INFO 21 [52] -2014-12-15 16:10:54 sendUrl INFO 21 [53] -2014-12-15 16:10:54 queue INFO 1 [108] -2014-12-15 16:10:55 queue INFO >1 [109] -2014-12-15 16:10:55 sendUrl INFO 25 [54] -2014-12-15 16:10:55 sendUrl INFO 25 [55] -2014-12-15 16:10:56 sendUrl INFO 21 [56] -2014-12-15 16:10:56 queue INFO 5 [110] -2014-12-15 16:10:56 queue INFO >5 [111] -2014-12-15 16:10:56 sendUrl INFO 21 [57] -2014-12-15 16:10:57 sendUrl INFO 25 [58] -2014-12-15 16:10:57 queue INFO 1 [112] -2014-12-15 16:10:57 queue INFO >1 [113] -2014-12-15 16:10:57 sendUrl INFO 25 [59] -2014-12-15 16:10:58 sendUrl INFO 21 [60] -2014-12-15 16:10:58 sendUrl INFO 21 [61] -2014-12-15 16:10:58 queue INFO 5 [114] -2014-12-15 16:10:58 queue INFO >5 [115] -2014-12-15 16:10:59 sendUrl INFO 25 [62] -2014-12-15 16:10:59 sendUrl INFO 25 [63] -2014-12-15 16:10:59 queue INFO 1 [116] -2014-12-15 16:11:00 queue INFO >1 [117] -2014-12-15 16:11:00 sendUrl INFO 21 [64] -2014-12-15 16:11:00 sendUrl INFO 21 [65] -2014-12-15 16:11:00 queue INFO 5 [118] -2014-12-15 16:11:01 queue INFO >5 [119] -2014-12-15 16:11:01 sendUrl INFO 25 [66] -2014-12-15 16:11:01 sendUrl INFO 25 [67] -2014-12-15 16:11:02 queue INFO 1 [120] -2014-12-15 16:11:02 queue INFO >1 [121] -2014-12-15 16:11:02 sendUrl INFO 21 [68] -2014-12-15 16:11:02 sendUrl INFO 21 [69] -2014-12-15 16:11:03 sendUrl INFO 25 [70] -2014-12-15 16:11:03 queue INFO 5 [122] -2014-12-15 16:11:03 queue INFO >5 [123] -2014-12-15 16:11:03 sendUrl INFO 25 [71] -2014-12-15 16:11:04 sendUrl INFO 21 [72] -2014-12-15 16:11:04 queue INFO 1 [124] -2014-12-15 16:11:04 queue INFO >1 [125] -2014-12-15 16:11:04 sendUrl INFO 21 [73] -2014-12-15 16:11:05 sendUrl INFO 25 [74] -2014-12-15 16:11:05 queue INFO 5 [126] -2014-12-15 16:11:05 sendUrl INFO 25 [75] -2014-12-15 16:11:05 queue INFO >5 [127] -2014-12-15 16:11:06 sendUrl INFO 21 [76] -2014-12-15 16:11:06 queue INFO 1 [128] -2014-12-15 16:11:06 sendUrl INFO 21 [77] -2014-12-15 16:11:06 queue INFO >1 [129] -2014-12-15 16:11:07 sendUrl INFO 5 [78] -2014-12-15 16:11:07 sendUrl INFO 5 [79] -2014-12-15 16:11:08 queue INFO 5 [130] -2014-12-15 16:11:08 queue INFO >5 [131] -2014-12-15 16:11:08 sendUrl INFO 1 [80] -2014-12-15 16:11:08 sendUrl INFO 1 [81] -2014-12-15 16:11:09 queue INFO 1 [132] -2014-12-15 16:11:09 queue INFO 5 [133] -2014-12-15 16:11:09 sendUrl INFO 5 [82] -2014-12-15 16:11:09 queue INFO >5 [134] -2014-12-15 16:11:09 sendUrl INFO 5 [83] -2014-12-15 16:11:10 sendUrl INFO 1 [84] -2014-12-15 16:11:10 sendUrl INFO 1 [85] -2014-12-15 16:11:11 sendUrl INFO 5 [86] -2014-12-15 16:11:11 sendUrl INFO 5 [87] -2014-12-15 16:11:11 queue INFO 1 [135] -2014-12-15 16:11:12 queue INFO 5 [136] -2014-12-15 16:11:12 queue INFO >5 [137] -2014-12-15 16:11:12 sendUrl INFO 1 [88] -2014-12-15 16:11:12 sendUrl INFO 1 [89] -2014-12-15 16:11:13 sendUrl INFO 5 [90] -2014-12-15 16:11:13 sendUrl INFO 5 [91] -2014-12-15 16:11:14 sendUrl INFO 1 [92] -2014-12-15 16:11:14 sendUrl INFO 1 [93] -2014-12-15 16:11:15 queue INFO 1 [138] -2014-12-15 16:11:15 queue INFO >1 [139] -2014-12-15 16:11:15 sendUrl INFO 5 [94] -2014-12-15 16:11:15 sendUrl INFO 5 [95] -2014-12-15 16:11:16 sendUrl INFO 1 [96] -2014-12-15 16:11:16 queue INFO 5 [140] -2014-12-15 16:11:16 queue INFO >5 [141] -2014-12-15 16:11:16 sendUrl INFO 1 [97] -2014-12-15 16:11:17 sendUrl INFO 5 [98] -2014-12-15 16:11:17 queue INFO 1 [142] -2014-12-15 16:11:17 queue INFO >1 [143] -2014-12-15 16:11:17 sendUrl INFO 5 [99] -2014-12-15 16:11:18 sendUrl INFO 1 [100] -2014-12-15 16:11:18 queue INFO 5 [144] -2014-12-15 16:11:18 sendUrl INFO 1 [101] -2014-12-15 16:11:19 queue INFO >5 [145] -2014-12-15 16:11:19 sendUrl INFO 5 [102] -2014-12-15 16:11:19 queue INFO 1 [146] -2014-12-15 16:11:19 sendUrl INFO 5 [103] -2014-12-15 16:11:20 queue INFO >1 [147] -2014-12-15 16:11:20 sendUrl INFO 1 [104] -2014-12-15 16:11:20 sendUrl INFO 1 [105] -2014-12-15 16:11:21 sendUrl INFO 5 [106] -2014-12-15 16:11:21 queue INFO 5 [148] -2014-12-15 16:11:21 queue INFO >5 [149] -2014-12-15 16:11:21 sendUrl INFO 5 [107] -2014-12-15 16:11:22 queue INFO 1 [150] -2014-12-15 16:11:22 sendUrl INFO 1 [108] -2014-12-15 16:11:22 queue INFO >1 [151] -2014-12-15 16:11:22 sendUrl INFO 1 [109] -2014-12-15 16:11:23 sendUrl INFO 5 [110] -2014-12-15 16:11:23 queue INFO 5 [152] -2014-12-15 16:11:24 sendUrl INFO 5 [111] -2014-12-15 16:11:24 queue INFO >5 [153] -2014-12-15 16:11:24 sendUrl INFO 1 [112] -2014-12-15 16:11:24 queue INFO 1 [154] -2014-12-15 16:11:25 sendUrl INFO 1 [113] -2014-12-15 16:11:25 queue INFO >1 [155] -2014-12-15 16:11:25 sendUrl INFO 5 [114] -2014-12-15 16:11:26 sendUrl INFO 5 [115] -2014-12-15 16:11:26 sendUrl INFO 1 [116] -2014-12-15 16:11:26 queue INFO 5 [156] -2014-12-15 16:11:26 queue INFO >5 [157] -2014-12-15 16:11:27 sendUrl INFO 1 [117] -2014-12-15 16:11:27 sendUrl INFO 5 [118] -2014-12-15 16:11:27 queue INFO 1 [158] -2014-12-15 16:11:27 queue INFO >1 [159] -2014-12-15 16:11:28 sendUrl INFO 5 [119] -2014-12-15 16:11:28 sendUrl INFO 1 [120] -2014-12-15 16:11:29 queue INFO 5 [160] -2014-12-15 16:11:29 sendUrl INFO 1 [121] -2014-12-15 16:11:29 queue INFO >5 [161] -2014-12-15 16:11:29 sendUrl INFO 5 [122] -2014-12-15 16:11:30 queue INFO 1 [162] -2014-12-15 16:11:30 sendUrl INFO 5 [123] -2014-12-15 16:11:30 queue INFO >1 [163] -2014-12-15 16:11:30 sendUrl INFO 1 [124] -2014-12-15 16:11:31 sendUrl INFO 1 [125] -2014-12-15 16:11:31 queue INFO 5 [164] -2014-12-15 16:11:31 sendUrl INFO 5 [126] -2014-12-15 16:11:31 queue INFO >5 [165] -2014-12-15 16:11:32 sendUrl INFO 5 [127] -2014-12-15 16:11:32 queue INFO 1 [166] -2014-12-15 16:11:32 sendUrl INFO 1 [128] -2014-12-15 16:11:32 queue INFO >1 [167] -2014-12-15 16:11:33 sendUrl INFO 1 [129] -2014-12-15 16:11:33 sendUrl INFO 5 [130] -2014-12-15 16:11:33 queue INFO 5 [168] -2014-12-15 16:11:34 queue INFO >5 [169] -2014-12-15 16:11:34 sendUrl INFO 5 [131] -2014-12-15 16:11:34 sendUrl INFO 1 [132] -2014-12-15 16:11:34 queue INFO 1 [170] -2014-12-15 16:11:35 queue INFO >1 [171] -2014-12-15 16:11:35 sendUrl INFO 5 [133] -2014-12-15 16:11:35 sendUrl INFO 5 [134] -2014-12-15 16:11:36 queue INFO 5 [172] -2014-12-15 16:11:36 sendUrl INFO 1 [135] -2014-12-15 16:11:36 queue INFO >5 [173] -2014-12-15 16:11:36 sendUrl INFO 5 [136] -2014-12-15 16:11:36 queue INFO 1 [174] -2014-12-15 16:11:37 queue INFO >1 [175] -2014-12-15 16:11:37 sendUrl INFO 5 [137] -2014-12-15 16:11:37 sendUrl INFO 1 [138] -2014-12-15 16:11:37 queue INFO 5 [176] -2014-12-15 16:11:37 queue INFO >5 [177] -2014-12-15 16:11:38 sendUrl INFO 1 [139] -2014-12-15 16:11:38 sendUrl INFO 5 [140] -2014-12-15 16:11:38 queue INFO 1 [178] -2014-12-15 16:11:38 queue INFO >1 [179] -2014-12-15 16:11:39 sendUrl INFO 5 [141] -2014-12-15 16:11:39 sendUrl INFO 1 [142] -2014-12-15 16:11:40 sendUrl INFO 1 [143] -2014-12-15 16:11:40 queue INFO 5 [180] -2014-12-15 16:11:40 queue INFO >5 [181] -2014-12-15 16:11:40 sendUrl INFO 5 [144] -2014-12-15 16:11:41 sendUrl INFO 5 [145] -2014-12-15 16:11:41 queue INFO 1 [182] -2014-12-15 16:11:41 sendUrl INFO 1 [146] -2014-12-15 16:11:41 queue INFO >1 [183] -2014-12-15 16:11:42 sendUrl INFO 1 [147] -2014-12-15 16:11:42 queue INFO 5 [184] -2014-12-15 16:11:42 sendUrl INFO 5 [148] -2014-12-15 16:11:42 queue INFO >5 [185] -2014-12-15 16:11:43 sendUrl INFO 5 [149] -2014-12-15 16:11:43 sendUrl INFO 1 [150] -2014-12-15 16:11:43 queue INFO 1 [186] -2014-12-15 16:11:44 queue INFO >1 [187] -2014-12-15 16:11:44 sendUrl INFO 1 [151] -2014-12-15 16:11:44 sendUrl INFO 5 [152] -2014-12-15 16:11:45 sendUrl INFO 5 [153] -2014-12-15 16:11:45 queue INFO 5 [188] -2014-12-15 16:11:45 queue INFO >5 [189] -2014-12-15 16:11:45 sendUrl INFO 1 [154] -2014-12-15 16:11:46 sendUrl INFO 1 [155] -2014-12-15 16:11:46 queue INFO 1 [190] -2014-12-15 16:11:46 queue INFO >1 [191] -2014-12-15 16:11:46 sendUrl INFO 5 [156] -2014-12-15 16:11:47 sendUrl INFO 5 [157] -2014-12-15 16:11:47 sendUrl INFO 1 [158] -2014-12-15 16:11:47 queue INFO 5 [192] -2014-12-15 16:11:48 queue INFO >5 [193] -2014-12-15 16:11:48 sendUrl INFO 1 [159] -2014-12-15 16:11:48 sendUrl INFO 5 [160] -2014-12-15 16:11:49 queue INFO 1 [194] -2014-12-15 16:11:49 sendUrl INFO 5 [161] -2014-12-15 16:11:49 queue INFO >1 [195] -2014-12-15 16:11:49 sendUrl INFO 1 [162] -2014-12-15 16:11:50 sendUrl INFO 1 [163] -2014-12-15 16:11:50 queue INFO 5 [196] -2014-12-15 16:11:50 queue INFO >5 [197] -2014-12-15 16:11:50 sendUrl INFO 5 [164] -2014-12-15 16:11:51 sendUrl INFO 5 [165] -2014-12-15 16:11:51 queue INFO 1 [198] -2014-12-15 16:11:51 sendUrl INFO 1 [166] -2014-12-15 16:11:51 queue INFO >1 [199] -2014-12-15 16:11:52 sendUrl INFO 1 [167] -2014-12-15 16:11:52 sendUrl INFO 5 [168] -2014-12-15 16:11:53 queue INFO 5 [200] -2014-12-15 16:11:53 queue INFO >5 [201] -2014-12-15 16:11:53 sendUrl INFO 5 [169] -2014-12-15 16:11:53 sendUrl INFO 1 [170] -2014-12-15 16:11:54 queue INFO 1 [202] -2014-12-15 16:11:54 queue INFO >1 [203] -2014-12-15 16:11:54 sendUrl INFO 1 [171] -2014-12-15 16:11:54 sendUrl INFO 5 [172] -2014-12-15 16:11:55 sendUrl INFO 5 [173] -2014-12-15 16:11:55 queue INFO 5 [204] -2014-12-15 16:11:55 queue INFO >5 [205] -2014-12-15 16:11:55 sendUrl INFO 1 [174] -2014-12-15 16:11:56 sendUrl INFO 1 [175] -2014-12-15 16:11:56 queue INFO 1 [206] -2014-12-15 16:11:56 queue INFO >1 [207] -2014-12-15 16:11:56 sendUrl INFO 5 [176] -2014-12-15 16:11:57 sendUrl INFO 5 [177] -2014-12-15 16:11:57 queue INFO 5 [208] -2014-12-15 16:11:57 sendUrl INFO 1 [178] -2014-12-15 16:11:58 queue INFO >5 [209] -2014-12-15 16:11:58 sendUrl INFO 1 [179] -2014-12-15 16:11:58 queue INFO 1 [210] -2014-12-15 16:11:58 sendUrl INFO 5 [180] -2014-12-15 16:11:59 queue INFO >1 [211] -2014-12-15 16:11:59 sendUrl INFO 5 [181] -2014-12-15 16:11:59 sendUrl INFO 1 [182] -2014-12-15 16:12:00 queue INFO 5 [212] -2014-12-15 16:12:00 queue INFO >5 [213] -2014-12-15 16:12:00 sendUrl INFO 1 [183] -2014-12-15 16:12:00 sendUrl INFO 5 [184] -2014-12-15 16:12:01 queue INFO 1 [214] -2014-12-15 16:12:01 sendUrl INFO 5 [185] -2014-12-15 16:12:01 queue INFO >1 [215] -2014-12-15 16:12:01 sendUrl INFO 1 [186] -2014-12-15 16:12:02 queue INFO 5 [216] -2014-12-15 16:12:02 sendUrl INFO 1 [187] -2014-12-15 16:12:02 queue INFO >5 [217] -2014-12-15 16:12:02 sendUrl INFO 5 [188] -2014-12-15 16:12:03 sendUrl INFO 5 [189] -2014-12-15 16:12:03 queue INFO 1 [218] -2014-12-15 16:12:03 queue INFO >1 [219] -2014-12-15 16:12:03 sendUrl INFO 1 [190] -2014-12-15 16:12:04 sendUrl INFO 1 [191] -2014-12-15 16:12:04 queue INFO 5 [220] -2014-12-15 16:12:04 queue INFO >5 [221] -2014-12-15 16:12:04 sendUrl INFO 5 [192] -2014-12-15 16:12:05 sendUrl INFO 5 [193] -2014-12-15 16:12:05 queue INFO 1 [222] -2014-12-15 16:12:05 queue INFO >1 [223] -2014-12-15 16:12:06 sendUrl INFO 1 [194] -2014-12-15 16:12:06 sendUrl INFO 1 [195] -2014-12-15 16:12:06 queue INFO 5 [224] -2014-12-15 16:12:07 sendUrl INFO 5 [196] -2014-12-15 16:12:07 queue INFO >5 [225] -2014-12-15 16:12:07 sendUrl INFO 5 [197] -2014-12-15 16:12:07 queue INFO 1 [226] -2014-12-15 16:12:08 sendUrl INFO 1 [198] -2014-12-15 16:12:08 queue INFO >1 [227] -2014-12-15 16:12:08 sendUrl INFO 1 [199] -2014-12-15 16:12:09 sendUrl INFO 5 [200] -2014-12-15 16:12:09 queue INFO 5 [228] -2014-12-15 16:12:09 queue INFO >5 [229] -2014-12-15 16:12:09 sendUrl INFO 5 [201] -2014-12-15 16:12:10 sendUrl INFO 1 [202] -2014-12-15 16:12:10 queue INFO 1 [230] -2014-12-15 16:12:10 queue INFO >1 [231] -2014-12-15 16:12:10 sendUrl INFO 1 [203] -2014-12-15 16:12:11 sendUrl INFO 5 [204] -2014-12-15 16:12:11 queue INFO 5 [232] -2014-12-15 16:12:11 sendUrl INFO 5 [205] -2014-12-15 16:12:11 queue INFO >5 [233] -2014-12-15 16:12:12 sendUrl INFO 1 [206] -2014-12-15 16:12:12 queue INFO 1 [234] -2014-12-15 16:12:12 sendUrl INFO 1 [207] -2014-12-15 16:12:12 queue INFO >1 [235] -2014-12-15 16:12:13 sendUrl INFO 5 [208] -2014-12-15 16:12:13 sendUrl INFO 5 [209] -2014-12-15 16:12:13 queue INFO 5 [236] -2014-12-15 16:12:13 queue INFO >5 [237] -2014-12-15 16:12:14 sendUrl INFO 1 [210] -2014-12-15 16:12:14 sendUrl INFO 1 [211] -2014-12-15 16:12:14 queue INFO 1 [238] -2014-12-15 16:12:14 queue INFO >1 [239] -2014-12-15 16:12:15 sendUrl INFO 5 [212] -2014-12-15 16:12:15 sendUrl INFO 5 [213] -2014-12-15 16:12:15 queue INFO 5 [240] -2014-12-15 16:12:15 queue INFO >5 [241] -2014-12-15 16:12:16 sendUrl INFO 1 [214] -2014-12-15 16:12:16 sendUrl INFO 1 [215] -2014-12-15 16:12:16 queue INFO 1 [242] -2014-12-15 16:12:17 queue INFO >1 [243] -2014-12-15 16:12:17 sendUrl INFO 5 [216] -2014-12-15 16:12:17 sendUrl INFO 5 [217] -2014-12-15 16:12:18 sendUrl INFO 1 [218] -2014-12-15 16:12:18 queue INFO 5 [244] -2014-12-15 16:12:18 queue INFO >5 [245] -2014-12-15 16:12:18 sendUrl INFO 1 [219] -2014-12-15 16:12:19 sendUrl INFO 5 [220] -2014-12-15 16:12:19 queue INFO 1 [246] -2014-12-15 16:12:19 queue INFO >1 [247] -2014-12-15 16:12:19 sendUrl INFO 5 [221] -2014-12-15 16:12:20 sendUrl INFO 1 [222] -2014-12-15 16:12:20 sendUrl INFO 1 [223] -2014-12-15 16:12:21 sendUrl INFO 5 [224] -2014-12-15 16:12:21 queue INFO 5 [248] -2014-12-15 16:12:21 queue INFO >5 [249] -2014-12-15 16:12:21 sendUrl INFO 5 [225] -2014-12-15 16:12:22 sendUrl INFO 1 [226] -2014-12-15 16:12:22 sendUrl INFO 1 [227] -2014-12-15 16:12:22 queue INFO 1 [250] -2014-12-15 16:12:23 queue INFO >1 [251] -2014-12-15 16:12:23 sendUrl INFO 5 [228] -2014-12-15 16:12:23 sendUrl INFO 5 [229] -2014-12-15 16:12:24 sendUrl INFO 1 [230] -2014-12-15 16:12:24 sendUrl INFO 1 [231] -2014-12-15 16:12:24 queue INFO 5 [252] -2014-12-15 16:12:25 queue INFO >5 [253] -2014-12-15 16:12:25 sendUrl INFO 5 [232] -2014-12-15 16:12:25 sendUrl INFO 5 [233] -2014-12-15 16:12:26 sendUrl INFO 1 [234] -2014-12-15 16:12:26 queue INFO 1 [254] -2014-12-15 16:12:26 queue INFO >1 [255] -2014-12-15 16:12:26 sendUrl INFO 1 [235] -2014-12-15 16:12:27 sendUrl INFO 5 [236] -2014-12-15 16:12:27 sendUrl INFO 5 [237] -2014-12-15 16:12:28 queue INFO 5 [256] -2014-12-15 16:12:28 queue INFO >5 [257] -2014-12-15 16:12:28 sendUrl INFO 1 [238] -2014-12-15 16:12:28 sendUrl INFO 1 [239] -2014-12-15 16:12:29 sendUrl INFO 5 [240] -2014-12-15 16:12:29 sendUrl INFO 5 [241] -2014-12-15 16:12:29 queue INFO 1 [258] -2014-12-15 16:12:30 queue INFO >1 [259] -2014-12-15 16:12:30 sendUrl INFO 1 [242] -2014-12-15 16:12:30 queue INFO 5 [260] -2014-12-15 16:12:30 queue INFO >5 [261] -2014-12-15 16:12:30 sendUrl INFO 1 [243] -2014-12-15 16:12:31 sendUrl INFO 5 [244] -2014-12-15 16:12:31 sendUrl INFO 5 [245] -2014-12-15 16:12:32 queue INFO 1 [262] -2014-12-15 16:12:32 sendUrl INFO 1 [246] -2014-12-15 16:12:32 queue INFO >1 [263] -2014-12-15 16:12:32 sendUrl INFO 1 [247] -2014-12-15 16:12:33 sendUrl INFO 5 [248] -2014-12-15 16:12:33 sendUrl INFO 5 [249] -2014-12-15 16:12:34 queue INFO 5 [264] -2014-12-15 16:12:34 sendUrl INFO 1 [250] -2014-12-15 16:12:34 queue INFO >5 [265] -2014-12-15 16:12:34 sendUrl INFO 1 [251] -2014-12-15 16:12:35 sendUrl INFO 5 [252] -2014-12-15 16:12:35 sendUrl INFO 5 [253] -2014-12-15 16:12:35 queue INFO 1 [266] -2014-12-15 16:12:36 queue INFO >1 [267] -2014-12-15 16:12:36 sendUrl INFO 1 [254] -2014-12-15 16:12:36 sendUrl INFO 1 [255] -2014-12-15 16:12:37 sendUrl INFO 5 [256] -2014-12-15 16:12:37 sendUrl INFO 5 [257] -2014-12-15 16:12:38 queue INFO 5 [268] -2014-12-15 16:12:38 queue INFO >5 [269] -2014-12-15 16:12:38 sendUrl INFO 1 [258] -2014-12-15 16:12:38 sendUrl INFO 1 [259] -2014-12-15 16:12:39 sendUrl INFO 5 [260] -2014-12-15 16:12:39 queue INFO 1 [270] -2014-12-15 16:12:39 sendUrl INFO 5 [261] -2014-12-15 16:12:39 queue INFO >1 [271] -2014-12-15 16:12:40 sendUrl INFO 1 [262] -2014-12-15 16:12:40 sendUrl INFO 1 [263] -2014-12-15 16:12:41 sendUrl INFO 5 [264] -2014-12-15 16:12:41 queue INFO 5 [272] -2014-12-15 16:12:41 sendUrl INFO 5 [265] -2014-12-15 16:12:41 queue INFO >5 [273] -2014-12-15 16:12:42 sendUrl INFO 1 [266] -2014-12-15 16:12:42 sendUrl INFO 1 [267] -2014-12-15 16:12:43 sendUrl INFO 5 [268] -2014-12-15 16:12:43 queue INFO 1 [274] -2014-12-15 16:12:43 queue INFO >1 [275] -2014-12-15 16:12:43 sendUrl INFO 5 [269] -2014-12-15 16:12:44 sendUrl INFO 1 [270] -2014-12-15 16:12:44 sendUrl INFO 1 [271] -2014-12-15 16:12:45 sendUrl INFO 5 [272] -2014-12-15 16:12:45 queue INFO 5 [276] -2014-12-15 16:12:45 queue INFO >5 [277] -2014-12-15 16:12:45 sendUrl INFO 5 [273] -2014-12-15 16:12:46 sendUrl INFO 1 [274] -2014-12-15 16:12:47 program INFO Avvio ProgrammaReadPar IOB-pi v.1.6 -2014-12-15 16:12:47 program INFO Start ReadPar IOB-pi v.1.6 -2014-12-15 16:12:47 program INFO Avvio loop principale -2014-12-15 16:12:47 queue INFO 5 [0] -2014-12-15 16:12:47 sendUrl INFO 5 [0] -2014-12-15 16:12:47 queue INFO >5 [1] -2014-12-15 16:12:47 sendUrl INFO 5 [1] -2014-12-15 16:12:47 queue INFO 1 [2] -2014-12-15 16:12:48 queue INFO >1 [3] -2014-12-15 16:12:48 sendUrl INFO 1 [2] -2014-12-15 16:12:48 sendUrl INFO 1 [3] -2014-12-15 16:12:50 queue INFO 5 [4] -2014-12-15 16:12:50 queue INFO >5 [5] -2014-12-15 16:12:50 sendUrl INFO 5 [4] -2014-12-15 16:12:50 sendUrl INFO 5 [5] -2014-12-15 16:12:51 queue INFO 1 [6] -2014-12-15 16:12:52 queue INFO >1 [7] -2014-12-15 16:12:52 sendUrl INFO 1 [6] -2014-12-15 16:12:52 queue INFO 5 [8] -2014-12-15 16:12:52 sendUrl INFO 1 [7] -2014-12-15 16:12:52 queue INFO >5 [9] -2014-12-15 16:12:52 sendUrl INFO 5 [8] -2014-12-15 16:12:52 queue INFO 1 [10] -2014-12-15 16:12:52 queue INFO >1 [11] -2014-12-15 16:12:52 sendUrl INFO 5 [9] -2014-12-15 16:12:53 queue INFO 5 [12] -2014-12-15 16:12:53 sendUrl INFO 1 [10] -2014-12-15 16:12:53 queue INFO >5 [13] -2014-12-15 16:12:53 sendUrl INFO 1 [11] -2014-12-15 16:12:53 queue INFO 1 [14] -2014-12-15 16:12:53 sendUrl INFO 5 [12] -2014-12-15 16:12:53 queue INFO >1 [15] -2014-12-15 16:12:53 sendUrl INFO 5 [13] -2014-12-15 16:12:54 sendUrl INFO 1 [14] -2014-12-15 16:12:54 queue INFO 5 [16] -2014-12-15 16:12:54 sendUrl INFO 1 [15] -2014-12-15 16:12:54 queue INFO >5 [17] -2014-12-15 16:12:54 queue INFO 1 [18] -2014-12-15 16:12:54 sendUrl INFO 5 [16] -2014-12-15 16:12:54 queue INFO >1 [19] -2014-12-15 16:12:55 sendUrl INFO 5 [17] -2014-12-15 16:12:55 sendUrl INFO 1 [18] -2014-12-15 16:12:55 sendUrl INFO 1 [19] -2014-12-15 16:12:55 queue INFO 5 [20] -2014-12-15 16:12:55 queue INFO >5 [21] -2014-12-15 16:12:56 sendUrl INFO 5 [20] -2014-12-15 16:12:56 sendUrl INFO 5 [21] -2014-12-15 16:12:56 queue INFO 1 [22] -2014-12-15 16:12:56 sendUrl INFO 1 [22] -2014-12-15 16:12:56 queue INFO >1 [23] -2014-12-15 16:12:56 sendUrl INFO 1 [23] -2014-12-15 16:12:57 queue INFO 5 [24] -2014-12-15 16:12:57 sendUrl INFO 5 [24] -2014-12-15 16:12:57 queue INFO >5 [25] -2014-12-15 16:12:57 sendUrl INFO 5 [25] -2014-12-15 16:12:57 queue INFO 1 [26] -2014-12-15 16:12:58 queue INFO >1 [27] -2014-12-15 16:12:58 sendUrl INFO 1 [26] -2014-12-15 16:12:58 sendUrl INFO 1 [27] -2014-12-15 16:12:58 queue INFO 5 [28] -2014-12-15 16:12:59 sendUrl INFO 5 [28] -2014-12-15 16:12:59 queue INFO >5 [29] -2014-12-15 16:12:59 sendUrl INFO 5 [29] -2014-12-15 16:12:59 queue INFO 1 [30] -2014-12-15 16:12:59 queue INFO >1 [31] -2014-12-15 16:12:59 sendUrl INFO 1 [30] -2014-12-15 16:13:00 sendUrl INFO 1 [31] -2014-12-15 16:13:00 queue INFO 5 [32] -2014-12-15 16:13:00 queue INFO >5 [33] -2014-12-15 16:13:00 sendUrl INFO 5 [32] -2014-12-15 16:13:01 queue INFO 1 [34] -2014-12-15 16:13:01 sendUrl INFO 5 [33] -2014-12-15 16:13:01 queue INFO >1 [35] -2014-12-15 16:13:01 sendUrl INFO 1 [34] -2014-12-15 16:13:01 sendUrl INFO 1 [35] -2014-12-15 16:13:02 queue INFO 5 [36] -2014-12-15 16:13:02 sendUrl INFO 5 [36] -2014-12-15 16:13:02 queue INFO >5 [37] -2014-12-15 16:13:02 sendUrl INFO 5 [37] -2014-12-15 16:13:02 queue INFO 1 [38] -2014-12-15 16:13:02 queue INFO >1 [39] -2014-12-15 16:13:02 sendUrl INFO 1 [38] -2014-12-15 16:13:03 sendUrl INFO 1 [39] -2014-12-15 16:13:03 queue INFO 5 [40] -2014-12-15 16:13:03 queue INFO >5 [41] -2014-12-15 16:13:03 sendUrl INFO 5 [40] -2014-12-15 16:13:04 sendUrl INFO 5 [41] -2014-12-15 16:13:04 queue INFO 1 [42] -2014-12-15 16:13:04 sendUrl INFO 1 [42] -2014-12-15 16:13:04 queue INFO >1 [43] -2014-12-15 16:13:04 sendUrl INFO 1 [43] -2014-12-15 16:13:05 queue INFO 5 [44] -2014-12-15 16:13:05 sendUrl INFO 5 [44] -2014-12-15 16:13:05 queue INFO >5 [45] -2014-12-15 16:13:05 sendUrl INFO 5 [45] -2014-12-15 16:13:05 queue INFO 1 [46] -2014-12-15 16:13:05 sendUrl INFO 1 [46] -2014-12-15 16:13:06 queue INFO >1 [47] -2014-12-15 16:13:06 sendUrl INFO 1 [47] -2014-12-15 16:13:06 queue INFO 5 [48] -2014-12-15 16:13:06 queue INFO >5 [49] -2014-12-15 16:13:06 sendUrl INFO 5 [48] -2014-12-15 16:13:07 sendUrl INFO 5 [49] -2014-12-15 16:13:07 queue INFO 1 [50] -2014-12-15 16:13:07 sendUrl INFO 1 [50] -2014-12-15 16:13:07 queue INFO >1 [51] -2014-12-15 16:13:07 sendUrl INFO 1 [51] -2014-12-15 16:13:08 queue INFO 5 [52] -2014-12-15 16:13:08 sendUrl INFO 5 [52] -2014-12-15 16:13:08 queue INFO >5 [53] -2014-12-15 16:13:08 sendUrl INFO 5 [53] -2014-12-15 16:13:08 queue INFO 1 [54] -2014-12-15 16:13:09 sendUrl INFO 1 [54] -2014-12-15 16:13:09 queue INFO >1 [55] -2014-12-15 16:13:09 sendUrl INFO 1 [55] -2014-12-15 16:13:09 queue INFO 5 [56] -2014-12-15 16:13:09 queue INFO >5 [57] -2014-12-15 16:13:09 sendUrl INFO 5 [56] -2014-12-15 16:13:10 sendUrl INFO 5 [57] -2014-12-15 16:13:10 queue INFO 1 [58] -2014-12-15 16:13:10 sendUrl INFO 1 [58] -2014-12-15 16:13:10 queue INFO >1 [59] -2014-12-15 16:13:10 sendUrl INFO 1 [59] -2014-12-15 16:13:10 queue INFO 5 [60] -2014-12-15 16:13:11 sendUrl INFO 5 [60] -2014-12-15 16:13:11 queue INFO >5 [61] -2014-12-15 16:13:11 sendUrl INFO 5 [61] -2014-12-15 16:13:11 queue INFO 1 [62] -2014-12-15 16:13:11 queue INFO >1 [63] -2014-12-15 16:13:12 sendUrl INFO 1 [62] -2014-12-15 16:13:12 sendUrl INFO 1 [63] -2014-12-15 16:13:12 queue INFO 5 [64] -2014-12-15 16:13:12 queue INFO >5 [65] -2014-12-15 16:13:12 sendUrl INFO 5 [64] -2014-12-15 16:13:12 queue INFO 1 [66] -2014-12-15 16:13:13 sendUrl INFO 5 [65] -2014-12-15 16:13:13 queue INFO >1 [67] -2014-12-15 16:13:13 sendUrl INFO 1 [66] -2014-12-15 16:13:13 sendUrl INFO 1 [67] -2014-12-15 16:13:13 queue INFO 5 [68] -2014-12-15 16:13:14 sendUrl INFO 5 [68] -2014-12-15 16:13:14 queue INFO >5 [69] -2014-12-15 16:13:14 sendUrl INFO 5 [69] -2014-12-15 16:13:14 queue INFO 1 [70] -2014-12-15 16:13:14 queue INFO >1 [71] -2014-12-15 16:13:14 sendUrl INFO 1 [70] -2014-12-15 16:13:15 sendUrl INFO 1 [71] -2014-12-15 16:13:15 queue INFO 5 [72] -2014-12-15 16:13:15 queue INFO >5 [73] -2014-12-15 16:13:15 sendUrl INFO 5 [72] -2014-12-15 16:13:16 sendUrl INFO 5 [73] -2014-12-15 16:13:16 queue INFO 1 [74] -2014-12-15 16:13:16 sendUrl INFO 1 [74] -2014-12-15 16:13:16 queue INFO >1 [75] -2014-12-15 16:13:16 sendUrl INFO 1 [75] -2014-12-15 16:13:16 queue INFO 5 [76] -2014-12-15 16:13:16 sendUrl INFO 5 [76] -2014-12-15 16:13:17 queue INFO >5 [77] -2014-12-15 16:13:17 sendUrl INFO 5 [77] -2014-12-15 16:13:17 queue INFO 1 [78] -2014-12-15 16:13:17 queue INFO >1 [79] -2014-12-15 16:13:17 sendUrl INFO 1 [78] -2014-12-15 16:13:18 sendUrl INFO 1 [79] -2014-12-15 16:13:18 queue INFO 5 [80] -2014-12-15 16:13:18 queue INFO >5 [81] -2014-12-15 16:13:18 sendUrl INFO 5 [80] -2014-12-15 16:13:18 sendUrl INFO 5 [81] -2014-12-15 16:13:19 queue INFO 1 [82] -2014-12-15 16:13:19 sendUrl INFO 1 [82] -2014-12-15 16:13:19 queue INFO >1 [83] -2014-12-15 16:13:19 program INFO WAIT active send to complete -2014-12-15 16:13:19 sendUrl INFO 1 [83] -2014-12-15 16:13:19 queue INFO 5 [84] -2014-12-15 16:13:19 sendUrl INFO 5 [84] -2014-12-15 16:13:20 queue INFO >5 [85] -2014-12-15 16:13:20 sendUrl INFO 5 [85] -2014-12-15 16:13:20 queue INFO 1 [86] -2014-12-15 16:13:20 queue INFO >1 [87] -2014-12-15 16:13:20 sendUrl INFO 1 [86] -2014-12-15 16:13:21 sendUrl INFO 1 [87] -2014-12-15 16:13:21 queue INFO 5 [88] -2014-12-15 16:13:21 queue INFO >5 [89] -2014-12-15 16:13:21 sendUrl INFO 5 [88] -2014-12-15 16:13:21 sendUrl INFO 5 [89] -2014-12-15 16:13:22 queue INFO 1 [90] -2014-12-15 16:13:22 sendUrl INFO 1 [90] -2014-12-15 16:13:22 queue INFO >1 [91] -2014-12-15 16:13:22 sendUrl INFO 1 [91] -2014-12-15 16:13:22 queue INFO 5 [92] -2014-12-15 16:13:23 sendUrl INFO 5 [92] -2014-12-15 16:13:23 queue INFO >5 [93] -2014-12-15 16:13:23 sendUrl INFO 5 [93] -2014-12-15 16:13:23 queue INFO 1 [94] -2014-12-15 16:13:23 sendUrl INFO 1 [94] -2014-12-15 16:13:23 queue INFO >1 [95] -2014-12-15 16:13:24 sendUrl INFO 1 [95] -2014-12-15 16:13:24 queue INFO 5 [96] -2014-12-15 16:13:24 queue INFO >5 [97] -2014-12-15 16:13:24 sendUrl INFO 5 [96] -2014-12-15 16:13:25 sendUrl INFO 5 [97] -2014-12-15 16:13:25 queue INFO 1 [98] -2014-12-15 16:13:25 queue INFO >1 [99] -2014-12-15 16:13:25 sendUrl INFO 1 [98] -2014-12-15 16:13:25 sendUrl INFO 1 [99] -2014-12-15 16:13:26 queue INFO 5 [100] -2014-12-15 16:13:26 queue INFO >5 [101] -2014-12-15 16:13:26 sendUrl INFO 5 [100] -2014-12-15 16:13:26 sendUrl INFO 5 [101] -2014-12-15 16:13:26 queue INFO 1 [102] -2014-12-15 16:13:26 sendUrl INFO 1 [102] -2014-12-15 16:13:26 queue INFO >1 [103] -2014-12-15 16:13:27 sendUrl INFO 1 [103] -2014-12-15 16:13:27 queue INFO 5 [104] -2014-12-15 16:13:27 queue INFO >5 [105] -2014-12-15 16:13:27 sendUrl INFO 5 [104] -2014-12-15 16:13:28 sendUrl INFO 5 [105] -2014-12-15 16:13:28 queue INFO 7 [106] -2014-12-15 16:13:28 queue INFO 3 [107] -2014-12-15 16:13:28 sendUrl INFO 7 [106] -2014-12-15 16:13:28 queue INFO >3 [108] -2014-12-15 16:13:28 sendUrl INFO 3 [107] -2014-12-15 16:13:28 queue INFO 7 [109] -2014-12-15 16:13:28 sendUrl INFO 3 [108] -2014-12-15 16:13:28 queue INFO >7 [110] -2014-12-15 16:13:29 sendUrl INFO 7 [109] -2014-12-15 16:13:29 queue INFO 3 [111] -2014-12-15 16:13:29 queue INFO >3 [112] -2014-12-15 16:13:29 sendUrl INFO 7 [110] -2014-12-15 16:13:29 queue INFO 7 [113] -2014-12-15 16:13:29 sendUrl INFO 3 [111] -2014-12-15 16:13:29 queue INFO >7 [114] -2014-12-15 16:13:29 sendUrl INFO 3 [112] -2014-12-15 16:13:30 queue INFO 3 [115] -2014-12-15 16:13:30 sendUrl INFO 7 [113] -2014-12-15 16:13:30 queue INFO >3 [116] -2014-12-15 16:13:30 sendUrl INFO 7 [114] -2014-12-15 16:13:30 queue INFO 7 [117] -2014-12-15 16:13:30 sendUrl INFO 3 [115] -2014-12-15 16:13:30 queue INFO >7 [118] -2014-12-15 16:13:30 sendUrl INFO 3 [116] -2014-12-15 16:13:31 sendUrl INFO 7 [117] -2014-12-15 16:13:31 queue INFO 3 [119] -2014-12-15 16:13:31 queue INFO >3 [120] -2014-12-15 16:13:31 sendUrl INFO 7 [118] -2014-12-15 16:13:31 sendUrl INFO 3 [119] -2014-12-15 16:13:31 sendUrl INFO 3 [120] -2014-12-15 16:13:32 queue INFO 7 [121] -2014-12-15 16:13:32 queue INFO >7 [122] -2014-12-15 16:13:32 sendUrl INFO 7 [121] -2014-12-15 16:13:32 sendUrl INFO 7 [122] -2014-12-15 16:13:32 queue INFO 3 [123] -2014-12-15 16:13:32 sendUrl INFO 3 [123] -2014-12-15 16:13:32 queue INFO >3 [124] -2014-12-15 16:13:33 sendUrl INFO 3 [124] -2014-12-15 16:13:33 queue INFO 7 [125] -2014-12-15 16:13:33 sendUrl INFO 7 [125] -2014-12-15 16:13:33 queue INFO >7 [126] -2014-12-15 16:13:34 sendUrl INFO 7 [126] -2014-12-15 16:13:34 queue INFO 3 [127] -2014-12-15 16:13:34 queue INFO >3 [128] -2014-12-15 16:13:34 sendUrl INFO 3 [127] -2014-12-15 16:13:34 sendUrl INFO 3 [128] -2014-12-15 16:13:35 queue INFO 7 [129] -2014-12-15 16:13:35 queue INFO >7 [130] -2014-12-15 16:13:35 sendUrl INFO 7 [129] -2014-12-15 16:13:35 queue INFO 3 [131] -2014-12-15 16:13:35 sendUrl INFO 7 [130] -2014-12-15 16:13:35 queue INFO >3 [132] -2014-12-15 16:13:36 sendUrl INFO 3 [131] -2014-12-15 16:13:36 sendUrl INFO 3 [132] -2014-12-15 16:13:36 queue INFO 7 [133] -2014-12-15 16:13:36 sendUrl INFO 7 [133] -2014-12-15 16:13:36 queue INFO >7 [134] -2014-12-15 16:13:37 sendUrl INFO 7 [134] -2014-12-15 16:13:37 queue INFO 3 [135] -2014-12-15 16:13:37 sendUrl INFO 3 [135] -2014-12-15 16:13:37 queue INFO >3 [136] -2014-12-15 16:13:37 sendUrl INFO 3 [136] -2014-12-15 16:13:38 queue INFO 7 [137] -2014-12-15 16:13:38 sendUrl INFO 7 [137] -2014-12-15 16:13:38 queue INFO >7 [138] -2014-12-15 16:13:38 sendUrl INFO 7 [138] -2014-12-15 16:13:39 queue INFO 3 [139] -2014-12-15 16:13:39 queue INFO >3 [140] -2014-12-15 16:13:39 sendUrl INFO 3 [139] -2014-12-15 16:13:39 sendUrl INFO 3 [140] -2014-12-15 16:13:40 queue INFO 7 [141] -2014-12-15 16:13:40 queue INFO >7 [142] -2014-12-15 16:13:40 sendUrl INFO 7 [141] -2014-12-15 16:13:40 sendUrl INFO 7 [142] -2014-12-15 16:13:40 queue INFO 3 [143] -2014-12-15 16:13:40 sendUrl INFO 3 [143] -2014-12-15 16:13:40 queue INFO >3 [144] -2014-12-15 16:13:41 sendUrl INFO 3 [144] -2014-12-15 16:13:41 queue INFO 7 [145] -2014-12-15 16:13:41 sendUrl INFO 7 [145] -2014-12-15 16:13:41 queue INFO >7 [146] -2014-12-15 16:13:41 sendUrl INFO 7 [146] -2014-12-15 16:13:42 queue INFO 3 [147] -2014-12-15 16:13:42 queue INFO >3 [148] -2014-12-15 16:13:42 sendUrl INFO 3 [147] -2014-12-15 16:13:42 sendUrl INFO 3 [148] -2014-12-15 16:13:42 queue INFO 7 [149] -2014-12-15 16:13:43 queue INFO >7 [150] -2014-12-15 16:13:43 sendUrl INFO 7 [149] -2014-12-15 16:13:43 sendUrl INFO 7 [150] -2014-12-15 16:13:43 queue INFO 3 [151] -2014-12-15 16:13:43 sendUrl INFO 3 [151] -2014-12-15 16:13:43 queue INFO >3 [152] -2014-12-15 16:13:43 sendUrl INFO 3 [152] -2014-12-15 16:13:44 queue INFO 7 [153] -2014-12-15 16:13:44 sendUrl INFO 7 [153] -2014-12-15 16:13:44 queue INFO >7 [154] -2014-12-15 16:13:44 sendUrl INFO 7 [154] -2014-12-15 16:13:45 queue INFO 3 [155] -2014-12-15 16:13:45 queue INFO >3 [156] -2014-12-15 16:13:45 sendUrl INFO 3 [155] -2014-12-15 16:13:45 sendUrl INFO 3 [156] -2014-12-15 16:13:46 queue INFO 7 [157] -2014-12-15 16:13:46 queue INFO >7 [158] -2014-12-15 16:13:46 sendUrl INFO 7 [157] -2014-12-15 16:13:46 sendUrl INFO 7 [158] -2014-12-15 16:13:47 queue INFO 3 [159] -2014-12-15 16:13:47 queue INFO >3 [160] -2014-12-15 16:13:47 sendUrl INFO 3 [159] -2014-12-15 16:13:47 sendUrl INFO 3 [160] -2014-12-15 16:13:47 queue INFO 7 [161] -2014-12-15 16:13:48 queue INFO >7 [162] -2014-12-15 16:13:48 sendUrl INFO 7 [161] -2014-12-15 16:13:48 queue INFO 3 [163] -2014-12-15 16:13:48 sendUrl INFO 7 [162] -2014-12-15 16:13:48 queue INFO >3 [164] -2014-12-15 16:13:48 sendUrl INFO 3 [163] -2014-12-15 16:13:48 sendUrl INFO 3 [164] -2014-12-15 16:13:49 queue INFO 7 [165] -2014-12-15 16:13:49 queue INFO >7 [166] -2014-12-15 16:13:49 sendUrl INFO 7 [165] -2014-12-15 16:13:49 sendUrl INFO 7 [166] -2014-12-15 16:13:50 queue INFO 3 [167] -2014-12-15 16:13:50 queue INFO >3 [168] -2014-12-15 16:13:50 sendUrl INFO 3 [167] -2014-12-15 16:13:50 sendUrl INFO 3 [168] -2014-12-15 16:13:50 queue INFO 7 [169] -2014-12-15 16:13:51 queue INFO >7 [170] -2014-12-15 16:13:51 sendUrl INFO 7 [169] -2014-12-15 16:13:51 queue INFO 3 [171] -2014-12-15 16:13:51 sendUrl INFO 7 [170] -2014-12-15 16:13:51 queue INFO >3 [172] -2014-12-15 16:13:51 sendUrl INFO 3 [171] -2014-12-15 16:13:51 sendUrl INFO 3 [172] -2014-12-15 16:13:52 queue INFO 7 [173] -2014-12-15 16:13:52 sendUrl INFO 7 [173] -2014-12-15 16:13:52 queue INFO >7 [174] -2014-12-15 16:13:52 sendUrl INFO 7 [174] -2014-12-15 16:13:52 queue INFO 3 [175] -2014-12-15 16:13:53 queue INFO >3 [176] -2014-12-15 16:13:53 sendUrl INFO 3 [175] -2014-12-15 16:13:53 sendUrl INFO 3 [176] -2014-12-15 16:13:53 queue INFO 7 [177] -2014-12-15 16:13:53 queue INFO >7 [178] -2014-12-15 16:13:53 sendUrl INFO 7 [177] -2014-12-15 16:13:54 sendUrl INFO 7 [178] -2014-12-15 16:13:54 queue INFO 3 [179] -2014-12-15 16:13:54 sendUrl INFO 3 [179] -2014-12-15 16:13:54 queue INFO >3 [180] -2014-12-15 16:13:54 sendUrl INFO 3 [180] -2014-12-15 16:13:55 queue INFO 7 [181] -2014-12-15 16:13:55 queue INFO >7 [182] -2014-12-15 16:13:55 sendUrl INFO 7 [181] -2014-12-15 16:13:55 sendUrl INFO 7 [182] -2014-12-15 16:13:55 queue INFO 3 [183] -2014-12-15 16:13:56 queue INFO >3 [184] -2014-12-15 16:13:56 sendUrl INFO 3 [183] -2014-12-15 16:13:56 sendUrl INFO 3 [184] -2014-12-15 16:13:56 queue INFO 7 [185] -2014-12-15 16:13:56 queue INFO >7 [186] -2014-12-15 16:13:56 sendUrl INFO 7 [185] -2014-12-15 16:13:57 sendUrl INFO 7 [186] -2014-12-15 16:13:57 queue INFO 3 [187] -2014-12-15 16:13:57 sendUrl INFO 3 [187] -2014-12-15 16:13:57 queue INFO >3 [188] -2014-12-15 16:13:57 sendUrl INFO 3 [188] -2014-12-15 16:13:58 queue INFO 7 [189] -2014-12-15 16:13:58 queue INFO >7 [190] -2014-12-15 16:13:58 sendUrl INFO 7 [189] -2014-12-15 16:13:58 sendUrl INFO 7 [190] -2014-12-15 16:13:58 queue INFO 3 [191] -2014-12-15 16:13:59 queue INFO >3 [192] -2014-12-15 16:13:59 sendUrl INFO 3 [191] -2014-12-15 16:13:59 sendUrl INFO 3 [192] -2014-12-15 16:13:59 queue INFO 7 [193] -2014-12-15 16:14:00 queue INFO >7 [194] -2014-12-15 16:14:00 sendUrl INFO 7 [193] -2014-12-15 16:14:00 sendUrl INFO 7 [194] -2014-12-15 16:14:00 queue INFO 3 [195] -2014-12-15 16:14:00 sendUrl INFO 3 [195] -2014-12-15 16:14:00 queue INFO >3 [196] -2014-12-15 16:14:00 sendUrl INFO 3 [196] -2014-12-15 16:14:01 queue INFO 7 [197] -2014-12-15 16:14:01 sendUrl INFO 7 [197] -2014-12-15 16:14:01 queue INFO >7 [198] -2014-12-15 16:14:01 queue INFO 3 [199] -2014-12-15 16:14:01 sendUrl INFO 7 [198] -2014-12-15 16:14:02 queue INFO >3 [200] -2014-12-15 16:14:02 sendUrl INFO 3 [199] -2014-12-15 16:14:02 sendUrl INFO 3 [200] -2014-12-15 16:14:03 queue INFO 7 [201] -2014-12-15 16:14:04 queue INFO >7 [202] -2014-12-15 16:14:04 sendUrl INFO 7 [201] -2014-12-15 16:14:04 sendUrl INFO 7 [202] -2014-12-15 16:14:04 queue INFO 3 [203] -2014-12-15 16:14:04 sendUrl INFO 3 [203] -2014-12-15 16:14:04 queue INFO >3 [204] -2014-12-15 16:14:04 sendUrl INFO 3 [204] -2014-12-15 16:14:05 queue INFO 7 [205] -2014-12-15 16:14:05 queue INFO >7 [206] -2014-12-15 16:14:05 sendUrl INFO 7 [205] -2014-12-15 16:14:05 sendUrl INFO 7 [206] -2014-12-15 16:14:05 queue INFO 3 [207] -2014-12-15 16:14:06 queue INFO >3 [208] -2014-12-15 16:14:06 sendUrl INFO 3 [207] -2014-12-15 16:14:06 sendUrl INFO 3 [208] -2014-12-15 16:14:06 queue INFO 7 [209] -2014-12-15 16:14:06 queue INFO >7 [210] -2014-12-15 16:14:06 sendUrl INFO 7 [209] -2014-12-15 16:14:07 queue INFO 3 [211] -2014-12-15 16:14:07 sendUrl INFO 7 [210] -2014-12-15 16:14:07 queue INFO >3 [212] -2014-12-15 16:14:07 sendUrl INFO 3 [211] -2014-12-15 16:14:07 sendUrl INFO 3 [212] -2014-12-15 16:14:07 queue INFO 7 [213] -2014-12-15 16:14:07 queue INFO >7 [214] -2014-12-15 16:14:07 sendUrl INFO 7 [213] -2014-12-15 16:14:08 sendUrl INFO 7 [214] -2014-12-15 16:14:08 queue INFO 3 [215] -2014-12-15 16:14:08 sendUrl INFO 3 [215] -2014-12-15 16:14:08 queue INFO >3 [216] -2014-12-15 16:14:08 sendUrl INFO 3 [216] -2014-12-15 16:14:09 queue INFO 7 [217] -2014-12-15 16:14:09 sendUrl INFO 7 [217] -2014-12-15 16:14:09 queue INFO >7 [218] -2014-12-15 16:14:09 sendUrl INFO 7 [218] -2014-12-15 16:14:09 queue INFO 3 [219] -2014-12-15 16:14:10 queue INFO >3 [220] -2014-12-15 16:14:10 sendUrl INFO 3 [219] -2014-12-15 16:14:10 sendUrl INFO 3 [220] -2014-12-15 16:14:10 queue INFO 7 [221] -2014-12-15 16:14:11 queue INFO >7 [222] -2014-12-15 16:14:11 sendUrl INFO 7 [221] -2014-12-15 16:14:11 sendUrl INFO 7 [222] -2014-12-15 16:14:11 queue INFO 3 [223] -2014-12-15 16:14:11 queue INFO >3 [224] -2014-12-15 16:14:11 sendUrl INFO 3 [223] -2014-12-15 16:14:12 sendUrl INFO 3 [224] -2014-12-15 16:14:12 queue INFO 7 [225] -2014-12-15 16:14:12 queue INFO >7 [226] -2014-12-15 16:14:12 sendUrl INFO 7 [225] -2014-12-15 16:14:13 sendUrl INFO 7 [226] -2014-12-15 16:14:13 queue INFO 3 [227] -2014-12-15 16:14:13 sendUrl INFO 3 [227] -2014-12-15 16:14:13 queue INFO >3 [228] -2014-12-15 16:14:13 sendUrl INFO 3 [228] -2014-12-15 16:14:14 queue INFO 7 [229] -2014-12-15 16:14:14 sendUrl INFO 7 [229] -2014-12-15 16:14:14 queue INFO >7 [230] -2014-12-15 16:14:14 sendUrl INFO 7 [230] -2014-12-15 16:14:14 queue INFO 3 [231] -2014-12-15 16:14:15 queue INFO >3 [232] -2014-12-15 16:14:15 sendUrl INFO 3 [231] -2014-12-15 16:14:15 sendUrl INFO 3 [232] -2014-12-15 16:14:15 queue INFO 7 [233] -2014-12-15 16:14:16 queue INFO >7 [234] -2014-12-15 16:14:16 sendUrl INFO 7 [233] -2014-12-15 16:14:16 sendUrl INFO 7 [234] -2014-12-15 16:14:16 queue INFO 3 [235] -2014-12-15 16:14:16 queue INFO >3 [236] -2014-12-15 16:14:16 sendUrl INFO 3 [235] -2014-12-15 16:14:16 sendUrl INFO 3 [236] -2014-12-15 16:14:17 queue INFO 7 [237] -2014-12-15 16:14:17 sendUrl INFO 7 [237] -2014-12-15 16:14:17 queue INFO >7 [238] -2014-12-15 16:14:17 sendUrl INFO 7 [238] -2014-12-15 16:14:17 queue INFO 3 [239] -2014-12-15 16:14:18 queue INFO >3 [240] -2014-12-15 16:14:18 sendUrl INFO 3 [239] -2014-12-15 16:14:18 sendUrl INFO 3 [240] -2014-12-15 16:14:18 queue INFO 7 [241] -2014-12-15 16:14:18 queue INFO >7 [242] -2014-12-15 16:14:18 sendUrl INFO 7 [241] -2014-12-15 16:14:19 sendUrl INFO 7 [242] -2014-12-15 16:14:19 queue INFO 3 [243] -2014-12-15 16:14:19 sendUrl INFO 3 [243] -2014-12-15 16:14:19 queue INFO >3 [244] -2014-12-15 16:14:19 sendUrl INFO 3 [244] -2014-12-15 16:14:20 queue INFO 7 [245] -2014-12-15 16:14:20 sendUrl INFO 7 [245] -2014-12-15 16:14:20 queue INFO >7 [246] -2014-12-15 16:14:20 sendUrl INFO 7 [246] -2014-12-15 16:14:20 queue INFO 3 [247] -2014-12-15 16:14:21 queue INFO >3 [248] -2014-12-15 16:14:21 sendUrl INFO 3 [247] -2014-12-15 16:14:21 sendUrl INFO 3 [248] -2014-12-15 16:14:21 queue INFO 7 [249] -2014-12-15 16:14:21 queue INFO >7 [250] -2014-12-15 16:14:21 sendUrl INFO 7 [249] -2014-12-15 16:14:22 sendUrl INFO 7 [250] -2014-12-15 16:14:22 queue INFO 3 [251] -2014-12-15 16:14:22 sendUrl INFO 3 [251] -2014-12-15 16:14:22 queue INFO >3 [252] -2014-12-15 16:14:22 sendUrl INFO 3 [252] -2014-12-15 16:14:23 queue INFO 7 [253] -2014-12-15 16:14:23 sendUrl INFO 7 [253] -2014-12-15 16:14:23 queue INFO >7 [254] -2014-12-15 16:14:23 queue INFO 3 [255] -2014-12-15 16:14:23 sendUrl INFO 7 [254] -2014-12-15 16:14:23 queue INFO >3 [256] -2014-12-15 16:14:24 sendUrl INFO 3 [255] -2014-12-15 16:14:24 sendUrl INFO 3 [256] -2014-12-15 16:14:24 queue INFO 7 [257] -2014-12-15 16:14:24 queue INFO >7 [258] -2014-12-15 16:14:24 sendUrl INFO 7 [257] -2014-12-15 16:14:24 queue INFO 3 [259] -2014-12-15 16:14:24 sendUrl INFO 7 [258] -2014-12-15 16:14:24 queue INFO >3 [260] -2014-12-15 16:14:25 sendUrl INFO 3 [259] -2014-12-15 16:14:25 sendUrl INFO 3 [260] -2014-12-15 16:14:25 queue INFO 7 [261] -2014-12-15 16:14:25 queue INFO >7 [262] -2014-12-15 16:14:25 sendUrl INFO 7 [261] -2014-12-15 16:14:26 sendUrl INFO 7 [262] -2014-12-15 16:14:26 queue INFO 3 [263] -2014-12-15 16:14:26 sendUrl INFO 3 [263] -2014-12-15 16:14:26 queue INFO >3 [264] -2014-12-15 16:14:26 sendUrl INFO 3 [264] -2014-12-15 16:14:27 queue INFO 7 [265] -2014-12-15 16:14:27 sendUrl INFO 7 [265] -2014-12-15 16:14:27 queue INFO >7 [266] -2014-12-15 16:14:27 sendUrl INFO 7 [266] -2014-12-15 16:14:27 queue INFO 3 [267] -2014-12-15 16:14:27 sendUrl INFO 3 [267] -2014-12-15 16:14:27 queue INFO >3 [268] -2014-12-15 16:14:28 sendUrl INFO 3 [268] -2014-12-15 16:14:28 queue INFO 7 [269] -2014-12-15 16:14:28 sendUrl INFO 7 [269] -2014-12-15 16:14:28 queue INFO >7 [270] -2014-12-15 16:14:28 queue INFO 3 [271] -2014-12-15 16:14:28 sendUrl INFO 7 [270] -2014-12-15 16:14:28 queue INFO >3 [272] -2014-12-15 16:14:28 sendUrl INFO 3 [271] -2014-12-15 16:14:29 queue INFO 7 [273] -2014-12-15 16:14:29 sendUrl INFO 3 [272] -2014-12-15 16:14:29 queue INFO >7 [274] -2014-12-15 16:14:29 sendUrl INFO 7 [273] -2014-12-15 16:14:29 queue INFO 3 [275] -2014-12-15 16:14:29 queue INFO >3 [276] -2014-12-15 16:14:29 sendUrl INFO 7 [274] -2014-12-15 16:14:29 sendUrl INFO 3 [275] -2014-12-15 16:14:30 queue INFO 7 [277] -2014-12-15 16:14:30 sendUrl INFO 3 [276] -2014-12-15 16:14:30 queue INFO >7 [278] -2014-12-15 16:14:30 sendUrl INFO 7 [277] -2014-12-15 16:14:30 queue INFO 3 [279] -2014-12-15 16:14:30 sendUrl INFO 7 [278] -2014-12-15 16:14:30 queue INFO >3 [280] -2014-12-15 16:14:30 sendUrl INFO 3 [279] -2014-12-15 16:14:31 sendUrl INFO 3 [280] -2014-12-15 16:14:31 queue INFO 7 [281] -2014-12-15 16:14:31 queue INFO >7 [282] -2014-12-15 16:14:31 sendUrl INFO 7 [281] -2014-12-15 16:14:32 sendUrl INFO 7 [282] -2014-12-15 16:14:32 queue INFO 3 [283] -2014-12-15 16:14:32 queue INFO >3 [284] -2014-12-15 16:14:32 sendUrl INFO 3 [283] -2014-12-15 16:14:32 sendUrl INFO 3 [284] -2014-12-15 16:14:33 queue INFO 7 [285] -2014-12-15 16:14:33 sendUrl INFO 7 [285] -2014-12-15 16:14:33 queue INFO >7 [286] -2014-12-15 16:14:33 sendUrl INFO 7 [286] -2014-12-15 16:14:33 queue INFO 3 [287] -2014-12-15 16:14:33 queue INFO >3 [288] -2014-12-15 16:14:33 sendUrl INFO 3 [287] -2014-12-15 16:14:34 sendUrl INFO 3 [288] -2014-12-15 16:14:34 queue INFO 7 [289] -2014-12-15 16:14:34 queue INFO >7 [290] -2014-12-15 16:14:35 sendUrl INFO 7 [289] -2014-12-15 16:14:35 sendUrl INFO 7 [290] -2014-12-15 16:14:35 queue INFO 3 [291] -2014-12-15 16:14:35 queue INFO >3 [292] -2014-12-15 16:14:35 sendUrl INFO 3 [291] -2014-12-15 16:14:35 sendUrl INFO 3 [292] -2014-12-15 16:14:36 queue INFO 7 [293] -2014-12-15 16:14:36 sendUrl INFO 7 [293] -2014-12-15 16:14:36 queue INFO >7 [294] -2014-12-15 16:14:36 queue INFO 3 [295] -2014-12-15 16:14:36 sendUrl INFO 7 [294] -2014-12-15 16:14:36 queue INFO >3 [296] -2014-12-15 16:14:36 sendUrl INFO 3 [295] -2014-12-15 16:14:37 sendUrl INFO 3 [296] -2014-12-15 16:14:37 queue INFO 7 [297] -2014-12-15 16:14:37 sendUrl INFO 7 [297] -2014-12-15 16:14:37 queue INFO >7 [298] -2014-12-15 16:14:37 sendUrl INFO 7 [298] -2014-12-15 16:14:37 queue INFO 3 [299] -2014-12-15 16:14:37 sendUrl INFO 3 [299] -2014-12-15 16:14:37 queue INFO >3 [300] -2014-12-15 16:14:38 sendUrl INFO 3 [300] -2014-12-15 16:14:38 queue INFO 7 [301] -2014-12-15 16:14:38 sendUrl INFO 7 [301] -2014-12-15 16:14:38 queue INFO >7 [302] -2014-12-15 16:14:38 sendUrl INFO 7 [302] -2014-12-15 16:14:38 queue INFO 3 [303] -2014-12-15 16:14:38 sendUrl INFO 3 [303] -2014-12-15 16:14:38 queue INFO >3 [304] -2014-12-15 16:14:39 sendUrl INFO 3 [304] -2014-12-15 16:14:39 queue INFO 7 [305] -2014-12-15 16:14:39 sendUrl INFO 7 [305] -2014-12-15 16:14:39 queue INFO >7 [306] -2014-12-15 16:14:40 sendUrl INFO 7 [306] -2014-12-15 16:14:40 queue INFO 3 [307] -2014-12-15 16:14:40 queue INFO >3 [308] -2014-12-15 16:14:40 sendUrl INFO 3 [307] -2014-12-15 16:14:40 sendUrl INFO 3 [308] -2014-12-15 16:14:40 queue INFO 7 [309] -2014-12-15 16:14:41 sendUrl INFO 7 [309] -2014-12-15 16:14:41 queue INFO >7 [310] -2014-12-15 16:14:41 sendUrl INFO 7 [310] -2014-12-15 16:14:41 queue INFO 3 [311] -2014-12-15 16:14:41 queue INFO >3 [312] -2014-12-15 16:14:41 sendUrl INFO 3 [311] -2014-12-15 16:14:42 sendUrl INFO 3 [312] -2014-12-15 16:14:42 queue INFO 7 [313] -2014-12-15 16:14:42 queue INFO >7 [314] -2014-12-15 16:14:42 sendUrl INFO 7 [313] -2014-12-15 16:14:43 sendUrl INFO 7 [314] -2014-12-15 16:14:43 queue INFO 3 [315] -2014-12-15 16:14:43 queue INFO >3 [316] -2014-12-15 16:14:43 sendUrl INFO 3 [315] -2014-12-15 16:14:43 sendUrl INFO 3 [316] -2014-12-15 16:14:44 queue INFO 7 [317] -2014-12-15 16:14:44 sendUrl INFO 7 [317] -2014-12-15 16:14:44 queue INFO >7 [318] -2014-12-15 16:14:44 sendUrl INFO 7 [318] -2014-12-15 16:14:44 queue INFO 3 [319] -2014-12-15 16:14:44 sendUrl INFO 3 [319] -2014-12-15 16:14:44 queue INFO >3 [320] -2014-12-15 16:14:44 sendUrl INFO 3 [320] -2014-12-15 16:14:45 queue INFO 7 [321] -2014-12-15 16:14:45 sendUrl INFO 7 [321] -2014-12-15 16:14:45 queue INFO >7 [322] -2014-12-15 16:14:45 sendUrl INFO 7 [322] -2014-12-15 16:14:45 queue INFO 3 [323] -2014-12-15 16:14:45 sendUrl INFO 3 [323] -2014-12-15 16:14:45 queue INFO >3 [324] -2014-12-15 16:14:45 sendUrl INFO 3 [324] -2014-12-15 16:14:46 queue INFO 7 [325] -2014-12-15 16:14:46 queue INFO >7 [326] -2014-12-15 16:14:46 sendUrl INFO 7 [325] -2014-12-15 16:14:47 sendUrl INFO 7 [326] -2014-12-15 16:14:47 queue INFO 3 [327] -2014-12-15 16:14:47 sendUrl INFO 3 [327] -2014-12-15 16:14:47 queue INFO >3 [328] -2014-12-15 16:14:47 sendUrl INFO 3 [328] -2014-12-15 16:14:47 queue INFO 7 [329] -2014-12-15 16:14:48 sendUrl INFO 7 [329] -2014-12-15 16:14:48 queue INFO >7 [330] -2014-12-15 16:14:48 sendUrl INFO 7 [330] -2014-12-15 16:14:48 queue INFO 3 [331] -2014-12-15 16:14:48 queue INFO >3 [332] -2014-12-15 16:14:48 sendUrl INFO 3 [331] -2014-12-15 16:14:49 sendUrl INFO 3 [332] -2014-12-15 16:14:49 queue INFO 7 [333] -2014-12-15 16:14:49 queue INFO >7 [334] -2014-12-15 16:14:49 sendUrl INFO 7 [333] -2014-12-15 16:14:50 sendUrl INFO 7 [334] -2014-12-15 16:14:50 queue INFO 3 [335] -2014-12-15 16:14:50 queue INFO >3 [336] -2014-12-15 16:14:50 sendUrl INFO 3 [335] -2014-12-15 16:14:50 sendUrl INFO 3 [336] -2014-12-15 16:14:51 queue INFO 7 [337] -2014-12-15 16:14:51 queue INFO >7 [338] -2014-12-15 16:14:51 sendUrl INFO 7 [337] -2014-12-15 16:14:51 sendUrl INFO 7 [338] -2014-12-15 16:14:51 queue INFO 3 [339] -2014-12-15 16:14:51 sendUrl INFO 3 [339] -2014-12-15 16:14:51 queue INFO >3 [340] -2014-12-15 16:14:52 sendUrl INFO 3 [340] -2014-12-15 16:14:52 queue INFO 7 [341] -2014-12-15 16:14:52 sendUrl INFO 7 [341] -2014-12-15 16:14:52 queue INFO >7 [342] -2014-12-15 16:14:52 sendUrl INFO 7 [342] -2014-12-15 16:14:53 queue INFO 3 [343] -2014-12-15 16:14:53 queue INFO >3 [344] -2014-12-15 16:14:53 sendUrl INFO 3 [343] -2014-12-15 16:14:53 sendUrl INFO 3 [344] -2014-12-15 16:14:54 queue INFO 7 [345] -2014-12-15 16:14:54 queue INFO >7 [346] -2014-12-15 16:14:54 sendUrl INFO 7 [345] -2014-12-15 16:14:54 sendUrl INFO 7 [346] -2014-12-15 16:14:54 queue INFO 3 [347] -2014-12-15 16:14:55 queue INFO >3 [348] -2014-12-15 16:14:55 sendUrl INFO 3 [347] -2014-12-15 16:14:55 sendUrl INFO 3 [348] -2014-12-15 16:14:55 queue INFO 7 [349] -2014-12-15 16:14:55 sendUrl INFO 7 [349] -2014-12-15 16:14:55 queue INFO >7 [350] -2014-12-15 16:14:56 queue INFO 3 [351] -2014-12-15 16:14:56 sendUrl INFO 7 [350] -2014-12-15 16:14:56 queue INFO >3 [352] -2014-12-15 16:14:56 sendUrl INFO 3 [351] -2014-12-15 16:14:56 queue INFO 7 [353] -2014-12-15 16:14:56 sendUrl INFO 3 [352] -2014-12-15 16:14:56 queue INFO >7 [354] -2014-12-15 16:14:56 sendUrl INFO 7 [353] -2014-12-15 16:14:57 queue INFO 3 [355] -2014-12-15 16:14:57 sendUrl INFO 7 [354] -2014-12-15 16:14:57 queue INFO >3 [356] -2014-12-15 16:14:57 sendUrl INFO 3 [355] -2014-12-15 16:14:57 sendUrl INFO 3 [356] -2014-12-15 16:14:58 queue INFO 7 [357] -2014-12-15 16:14:58 queue INFO >7 [358] -2014-12-15 16:14:58 sendUrl INFO 7 [357] -2014-12-15 16:14:58 sendUrl INFO 7 [358] -2014-12-15 16:14:58 queue INFO 3 [359] -2014-12-15 16:14:58 sendUrl INFO 3 [359] -2014-12-15 16:14:58 queue INFO >3 [360] -2014-12-15 16:14:59 sendUrl INFO 3 [360] -2014-12-15 16:14:59 queue INFO 7 [361] -2014-12-15 16:14:59 sendUrl INFO 7 [361] -2014-12-15 16:14:59 queue INFO >7 [362] -2014-12-15 16:15:00 sendUrl INFO 7 [362] -2014-12-15 16:15:00 queue INFO 3 [363] -2014-12-15 16:15:00 queue INFO >3 [364] -2014-12-15 16:15:00 sendUrl INFO 3 [363] -2014-12-15 16:15:00 queue INFO 7 [365] -2014-12-15 16:15:00 sendUrl INFO 3 [364] -2014-12-15 16:15:00 queue INFO >7 [366] -2014-12-15 16:15:01 sendUrl INFO 7 [365] -2014-12-15 16:15:01 queue INFO 3 [367] -2014-12-15 16:15:01 sendUrl INFO 7 [366] -2014-12-15 16:15:01 queue INFO >3 [368] -2014-12-15 16:15:01 sendUrl INFO 3 [367] -2014-12-15 16:15:01 sendUrl INFO 3 [368] -2014-12-15 16:15:01 queue INFO 7 [369] -2014-12-15 16:15:02 sendUrl INFO 7 [369] -2014-12-15 16:15:02 queue INFO >7 [370] -2014-12-15 16:15:02 sendUrl INFO 7 [370] -2014-12-15 16:15:02 queue INFO 3 [371] -2014-12-15 16:15:02 sendUrl INFO 3 [371] -2014-12-15 16:15:02 queue INFO >3 [372] -2014-12-15 16:15:02 sendUrl INFO 3 [372] -2014-12-15 16:15:03 queue INFO 7 [373] -2014-12-15 16:15:03 sendUrl INFO 7 [373] -2014-12-15 16:15:03 queue INFO >7 [374] -2014-12-15 16:15:03 sendUrl INFO 7 [374] -2014-12-15 16:15:04 queue INFO 3 [375] -2014-12-15 16:15:04 queue INFO >3 [376] -2014-12-15 16:15:04 sendUrl INFO 3 [375] -2014-12-15 16:15:04 sendUrl INFO 3 [376] -2014-12-15 16:15:04 queue INFO 7 [377] -2014-12-15 16:15:05 queue INFO >7 [378] -2014-12-15 16:15:05 sendUrl INFO 7 [377] -2014-12-15 16:15:05 queue INFO 3 [379] -2014-12-15 16:15:05 sendUrl INFO 7 [378] -2014-12-15 16:15:05 queue INFO >3 [380] -2014-12-15 16:15:05 sendUrl INFO 3 [379] -2014-12-15 16:15:05 sendUrl INFO 3 [380] -2014-12-15 16:15:06 queue INFO 7 [381] -2014-12-15 16:15:06 queue INFO >7 [382] -2014-12-15 16:15:06 sendUrl INFO 7 [381] -2014-12-15 16:15:06 sendUrl INFO 7 [382] -2014-12-15 16:15:06 queue INFO 3 [383] -2014-12-15 16:15:07 queue INFO >3 [384] -2014-12-15 16:15:07 sendUrl INFO 3 [383] -2014-12-15 16:15:07 sendUrl INFO 3 [384] -2014-12-15 16:15:07 queue INFO 7 [385] -2014-12-15 16:15:07 sendUrl INFO 7 [385] -2014-12-15 16:15:07 queue INFO >7 [386] -2014-12-15 16:15:08 sendUrl INFO 7 [386] -2014-12-15 16:15:08 queue INFO 3 [387] -2014-12-15 16:15:08 sendUrl INFO 3 [387] -2014-12-15 16:15:08 queue INFO >3 [388] -2014-12-15 16:15:08 sendUrl INFO 3 [388] -2014-12-15 16:15:08 queue INFO 7 [389] -2014-12-15 16:15:08 sendUrl INFO 7 [389] -2014-12-15 16:15:08 queue INFO >7 [390] -2014-12-15 16:15:09 queue INFO 3 [391] -2014-12-15 16:15:09 sendUrl INFO 7 [390] -2014-12-15 16:15:09 queue INFO >3 [392] -2014-12-15 16:15:09 sendUrl INFO 3 [391] -2014-12-15 16:15:09 queue INFO 7 [393] -2014-12-15 16:15:09 sendUrl INFO 3 [392] -2014-12-15 16:15:09 queue INFO >7 [394] -2014-12-15 16:15:09 sendUrl INFO 7 [393] -2014-12-15 16:15:09 queue INFO 3 [395] -2014-12-15 16:15:10 queue INFO >3 [396] -2014-12-15 16:15:10 sendUrl INFO 7 [394] -2014-12-15 16:15:10 sendUrl INFO 3 [395] -2014-12-15 16:15:10 queue INFO 7 [397] -2014-12-15 16:15:10 sendUrl INFO 3 [396] -2014-12-15 16:15:10 queue INFO >7 [398] -2014-12-15 16:15:11 sendUrl INFO 7 [397] -2014-12-15 16:15:11 queue INFO 3 [399] -2014-12-15 16:15:11 sendUrl INFO 7 [398] -2014-12-15 16:15:11 queue INFO >3 [400] -2014-12-15 16:15:11 sendUrl INFO 3 [399] -2014-12-15 16:15:11 sendUrl INFO 3 [400] -2014-12-15 16:15:12 queue INFO 7 [401] -2014-12-15 16:15:12 queue INFO >7 [402] -2014-12-15 16:15:12 sendUrl INFO 7 [401] -2014-12-15 16:15:12 sendUrl INFO 7 [402] -2014-12-15 16:15:12 queue INFO 3 [403] -2014-12-15 16:15:12 sendUrl INFO 3 [403] -2014-12-15 16:15:12 queue INFO >3 [404] -2014-12-15 16:15:13 sendUrl INFO 3 [404] -2014-12-15 16:15:13 queue INFO 7 [405] -2014-12-15 16:15:13 sendUrl INFO 7 [405] -2014-12-15 16:15:13 queue INFO >7 [406] -2014-12-15 16:15:13 sendUrl INFO 7 [406] -2014-12-15 16:15:14 queue INFO 3 [407] -2014-12-15 16:15:14 queue INFO >3 [408] -2014-12-15 16:15:14 sendUrl INFO 3 [407] -2014-12-15 16:15:14 sendUrl INFO 3 [408] -2014-12-15 16:15:14 queue INFO 7 [409] -2014-12-15 16:15:15 queue INFO >7 [410] -2014-12-15 16:15:15 sendUrl INFO 7 [409] -2014-12-15 16:15:15 queue INFO 3 [411] -2014-12-15 16:15:15 sendUrl INFO 7 [410] -2014-12-15 16:15:15 queue INFO >3 [412] -2014-12-15 16:15:15 sendUrl INFO 3 [411] -2014-12-15 16:15:15 sendUrl INFO 3 [412] -2014-12-15 16:15:16 queue INFO 7 [413] -2014-12-15 16:15:16 queue INFO >7 [414] -2014-12-15 16:15:16 sendUrl INFO 7 [413] -2014-12-15 16:15:16 queue INFO 3 [415] -2014-12-15 16:15:16 sendUrl INFO 7 [414] -2014-12-15 16:15:16 queue INFO >3 [416] -2014-12-15 16:15:16 sendUrl INFO 3 [415] -2014-12-15 16:15:17 sendUrl INFO 3 [416] -2014-12-15 16:15:17 queue INFO 7 [417] -2014-12-15 16:15:17 sendUrl INFO 7 [417] -2014-12-15 16:15:17 queue INFO >7 [418] -2014-12-15 16:15:17 sendUrl INFO 7 [418] -2014-12-15 16:15:17 queue INFO 3 [419] -2014-12-15 16:15:18 queue INFO >3 [420] -2014-12-15 16:15:18 sendUrl INFO 3 [419] -2014-12-15 16:15:18 sendUrl INFO 3 [420] -2014-12-15 16:15:18 queue INFO 7 [421] -2014-12-15 16:15:18 sendUrl INFO 7 [421] -2014-12-15 16:15:18 queue INFO >7 [422] -2014-12-15 16:15:19 queue INFO 3 [423] -2014-12-15 16:15:19 sendUrl INFO 7 [422] -2014-12-15 16:15:19 queue INFO >3 [424] -2014-12-15 16:15:19 sendUrl INFO 3 [423] -2014-12-15 16:15:19 sendUrl INFO 3 [424] -2014-12-15 16:15:19 queue INFO 7 [425] -2014-12-15 16:15:19 sendUrl INFO 7 [425] -2014-12-15 16:15:19 queue INFO >7 [426] -2014-12-15 16:15:20 queue INFO 3 [427] -2014-12-15 16:15:20 sendUrl INFO 7 [426] -2014-12-15 16:15:20 queue INFO >3 [428] -2014-12-15 16:15:20 sendUrl INFO 3 [427] -2014-12-15 16:15:20 sendUrl INFO 3 [428] -2014-12-15 16:15:20 queue INFO 7 [429] -2014-12-15 16:15:20 queue INFO >7 [430] -2014-12-15 16:15:20 sendUrl INFO 7 [429] -2014-12-15 16:15:21 sendUrl INFO 7 [430] -2014-12-15 16:15:21 queue INFO 3 [431] -2014-12-15 16:15:21 sendUrl INFO 3 [431] -2014-12-15 16:15:21 queue INFO >3 [432] -2014-12-15 16:15:21 sendUrl INFO 3 [432] -2014-12-15 16:15:22 queue INFO 7 [433] -2014-12-15 16:15:22 queue INFO >7 [434] -2014-12-15 16:15:22 sendUrl INFO 7 [433] -2014-12-15 16:15:22 sendUrl INFO 7 [434] -2014-12-15 16:15:22 queue INFO 3 [435] -2014-12-15 16:15:22 queue INFO >3 [436] -2014-12-15 16:15:23 sendUrl INFO 3 [435] -2014-12-15 16:15:23 sendUrl INFO 3 [436] -2014-12-15 16:15:23 queue INFO 7 [437] -2014-12-15 16:15:23 sendUrl INFO 7 [437] -2014-12-15 16:15:23 queue INFO >7 [438] -2014-12-15 16:15:24 sendUrl INFO 7 [438] -2014-12-15 16:15:24 queue INFO 3 [439] -2014-12-15 16:15:24 queue INFO >3 [440] -2014-12-15 16:15:24 sendUrl INFO 3 [439] -2014-12-15 16:15:24 sendUrl INFO 3 [440] -2014-12-15 16:15:25 queue INFO 7 [441] -2014-12-15 16:15:25 queue INFO >7 [442] -2014-12-15 16:15:25 sendUrl INFO 7 [441] -2014-12-15 16:15:25 queue INFO 3 [443] -2014-12-15 16:15:25 sendUrl INFO 7 [442] -2014-12-15 16:15:25 queue INFO >3 [444] -2014-12-15 16:15:25 sendUrl INFO 3 [443] -2014-12-15 16:15:26 sendUrl INFO 3 [444] -2014-12-15 16:15:26 queue INFO 7 [445] -2014-12-15 16:15:26 sendUrl INFO 7 [445] -2014-12-15 16:15:26 queue INFO >7 [446] -2014-12-15 16:15:26 sendUrl INFO 7 [446] -2014-12-15 16:15:26 queue INFO 3 [447] -2014-12-15 16:15:26 sendUrl INFO 3 [447] -2014-12-15 16:15:26 queue INFO >3 [448] -2014-12-15 16:15:27 queue INFO 7 [449] -2014-12-15 16:15:27 sendUrl INFO 3 [448] -2014-12-15 16:15:27 queue INFO >7 [450] -2014-12-15 16:15:27 sendUrl INFO 7 [449] -2014-12-15 16:15:27 queue INFO 3 [451] -2014-12-15 16:15:27 sendUrl INFO 7 [450] -2014-12-15 16:15:27 queue INFO >3 [452] -2014-12-15 16:15:27 sendUrl INFO 3 [451] -2014-12-15 16:15:27 queue INFO 7 [453] -2014-12-15 16:15:28 queue INFO >7 [454] -2014-12-15 16:15:28 sendUrl INFO 3 [452] -2014-12-15 16:15:28 queue INFO 3 [455] -2014-12-15 16:15:28 sendUrl INFO 7 [453] -2014-12-15 16:15:28 queue INFO >3 [456] -2014-12-15 16:15:28 sendUrl INFO 7 [454] -2014-12-15 16:15:28 queue INFO 7 [457] -2014-12-15 16:15:28 sendUrl INFO 3 [455] -2014-12-15 16:15:28 queue INFO >7 [458] -2014-12-15 16:15:29 queue INFO 3 [459] -2014-12-15 16:15:29 sendUrl INFO 3 [456] -2014-12-15 16:15:29 queue INFO >3 [460] -2014-12-15 16:15:29 sendUrl INFO 7 [457] -2014-12-15 16:15:29 queue INFO 7 [461] -2014-12-15 16:15:29 sendUrl INFO 7 [458] -2014-12-15 16:15:29 queue INFO >7 [462] -2014-12-15 16:15:29 sendUrl INFO 3 [459] -2014-12-15 16:15:29 queue INFO 3 [463] -2014-12-15 16:15:30 queue INFO >3 [464] -2014-12-15 16:15:30 sendUrl INFO 3 [460] -2014-12-15 16:15:30 queue INFO 7 [465] -2014-12-15 16:15:30 sendUrl INFO 7 [461] -2014-12-15 16:15:30 queue INFO >7 [466] -2014-12-15 16:15:30 sendUrl INFO 7 [462] -2014-12-15 16:15:30 queue INFO 3 [467] -2014-12-15 16:15:30 sendUrl INFO 3 [463] -2014-12-15 16:15:30 queue INFO >3 [468] -2014-12-15 16:15:31 queue INFO 7 [469] -2014-12-15 16:15:31 sendUrl INFO 3 [464] -2014-12-15 16:15:31 queue INFO >7 [470] -2014-12-15 16:15:31 sendUrl INFO 7 [465] -2014-12-15 16:15:31 queue INFO 3 [471] -2014-12-15 16:15:31 sendUrl INFO 7 [466] -2014-12-15 16:15:31 queue INFO >3 [472] -2014-12-15 16:15:31 sendUrl INFO 3 [467] -2014-12-15 16:15:31 queue INFO 7 [473] -2014-12-15 16:15:32 queue INFO >7 [474] -2014-12-15 16:15:32 sendUrl INFO 3 [468] -2014-12-15 16:15:32 sendUrl INFO 7 [469] -2014-12-15 16:15:32 queue INFO 3 [475] -2014-12-15 16:15:32 sendUrl INFO 7 [470] -2014-12-15 16:15:32 queue INFO >3 [476] -2014-12-15 16:15:32 sendUrl INFO 3 [471] -2014-12-15 16:15:33 sendUrl INFO 3 [472] -2014-12-15 16:15:33 queue INFO 7 [477] -2014-12-15 16:15:33 sendUrl INFO 7 [473] -2014-12-15 16:15:33 queue INFO >7 [478] -2014-12-15 16:15:33 sendUrl INFO 7 [474] -2014-12-15 16:15:34 queue INFO 3 [479] -2014-12-15 16:15:34 sendUrl INFO 3 [475] -2014-12-15 16:15:34 queue INFO >3 [480] -2014-12-15 16:15:34 sendUrl INFO 3 [476] -2014-12-15 16:15:34 sendUrl INFO 7 [477] -2014-12-15 16:15:34 queue INFO 7 [481] -2014-12-15 16:15:34 sendUrl INFO 7 [478] -2014-12-15 16:15:34 queue INFO >7 [482] -2014-12-15 16:15:35 sendUrl INFO 3 [479] -2014-12-15 16:15:35 queue INFO 3 [483] -2014-12-15 16:15:35 sendUrl INFO 3 [480] -2014-12-15 16:15:35 queue INFO >3 [484] -2014-12-15 16:15:35 sendUrl INFO 7 [481] -2014-12-15 16:15:35 sendUrl INFO 7 [482] -2014-12-15 16:15:36 queue INFO 7 [485] -2014-12-15 16:15:36 sendUrl INFO 3 [483] -2014-12-15 16:15:36 queue INFO >7 [486] -2014-12-15 16:15:36 sendUrl INFO 3 [484] -2014-12-15 16:15:36 queue INFO 3 [487] -2014-12-15 16:15:36 sendUrl INFO 7 [485] -2014-12-15 16:15:36 queue INFO >3 [488] -2014-12-15 16:15:36 sendUrl INFO 7 [486] -2014-12-15 16:15:37 sendUrl INFO 3 [487] -2014-12-15 16:15:37 queue INFO 7 [489] -2014-12-15 16:15:37 sendUrl INFO 3 [488] -2014-12-15 16:15:37 queue INFO >7 [490] -2014-12-15 16:15:37 sendUrl INFO 7 [489] -2014-12-15 16:15:37 queue INFO 3 [491] -2014-12-15 16:15:37 sendUrl INFO 7 [490] -2014-12-15 16:15:37 queue INFO >3 [492] -2014-12-15 16:15:38 sendUrl INFO 3 [491] -2014-12-15 16:15:38 queue INFO 7 [493] -2014-12-15 16:15:38 sendUrl INFO 3 [492] -2014-12-15 16:15:38 queue INFO >7 [494] -2014-12-15 16:15:38 sendUrl INFO 7 [493] -2014-12-15 16:15:38 sendUrl INFO 7 [494] -2014-12-15 16:15:38 queue INFO 3 [495] -2014-12-15 16:15:39 queue INFO >3 [496] -2014-12-15 16:15:39 sendUrl INFO 3 [495] -2014-12-15 16:15:39 sendUrl INFO 3 [496] -2014-12-15 16:15:39 queue INFO 7 [497] -2014-12-15 16:15:39 sendUrl INFO 7 [497] -2014-12-15 16:15:39 queue INFO >7 [498] -2014-12-15 16:15:40 sendUrl INFO 7 [498] -2014-12-15 16:15:40 queue INFO 3 [499] -2014-12-15 16:15:40 sendUrl INFO 3 [499] -2014-12-15 16:15:40 queue INFO >3 [500] -2014-12-15 16:15:40 sendUrl INFO 3 [500] -2014-12-15 16:15:41 queue INFO 7 [501] -2014-12-15 16:15:41 sendUrl INFO 7 [501] -2014-12-15 16:15:41 queue INFO >7 [502] -2014-12-15 16:15:41 sendUrl INFO 7 [502] -2014-12-15 16:15:41 queue INFO 3 [503] -2014-12-15 16:15:42 queue INFO >3 [504] -2014-12-15 16:15:42 sendUrl INFO 3 [503] -2014-12-15 16:15:42 queue INFO 7 [505] -2014-12-15 16:15:42 sendUrl INFO 3 [504] -2014-12-15 16:15:42 queue INFO >7 [506] -2014-12-15 16:15:42 sendUrl INFO 7 [505] -2014-12-15 16:15:42 queue INFO 3 [507] -2014-12-15 16:15:42 queue INFO >3 [508] -2014-12-15 16:15:42 sendUrl INFO 7 [506] -2014-12-15 16:15:43 sendUrl INFO 3 [507] -2014-12-15 16:15:43 sendUrl INFO 3 [508] -2014-12-15 16:15:43 queue INFO 7 [509] -2014-12-15 16:15:43 sendUrl INFO 7 [509] -2014-12-15 16:15:43 queue INFO >7 [510] -2014-12-15 16:15:43 sendUrl INFO 7 [510] -2014-12-15 16:15:44 queue INFO 3 [511] -2014-12-15 16:15:44 queue INFO >3 [512] -2014-12-15 16:15:44 sendUrl INFO 3 [511] -2014-12-15 16:15:44 sendUrl INFO 3 [512] -2014-12-15 16:15:45 queue INFO 7 [513] -2014-12-15 16:15:45 queue INFO >7 [514] -2014-12-15 16:15:45 sendUrl INFO 7 [513] -2014-12-15 16:15:45 sendUrl INFO 7 [514] -2014-12-15 16:15:45 queue INFO 3 [515] -2014-12-15 16:15:45 queue INFO >3 [516] -2014-12-15 16:15:46 sendUrl INFO 3 [515] -2014-12-15 16:15:46 sendUrl INFO 3 [516] -2014-12-15 16:15:46 queue INFO 7 [517] -2014-12-15 16:15:46 sendUrl INFO 7 [517] -2014-12-15 16:15:46 queue INFO >7 [518] -2014-12-15 16:15:47 sendUrl INFO 7 [518] -2014-12-15 16:15:47 queue INFO 3 [519] -2014-12-15 16:15:47 sendUrl INFO 3 [519] -2014-12-15 16:15:47 queue INFO >3 [520] -2014-12-15 16:15:47 sendUrl INFO 3 [520] -2014-12-15 16:15:48 queue INFO 7 [521] -2014-12-15 16:15:48 queue INFO >7 [522] -2014-12-15 16:15:48 sendUrl INFO 7 [521] -2014-12-15 16:15:48 sendUrl INFO 7 [522] -2014-12-15 16:15:48 queue INFO 3 [523] -2014-12-15 16:15:48 sendUrl INFO 3 [523] -2014-12-15 16:15:48 queue INFO >3 [524] -2014-12-15 16:15:49 queue INFO 7 [525] -2014-12-15 16:15:49 sendUrl INFO 3 [524] -2014-12-15 16:15:49 queue INFO >7 [526] -2014-12-15 16:15:49 sendUrl INFO 7 [525] -2014-12-15 16:15:49 sendUrl INFO 7 [526] -2014-12-15 16:15:49 queue INFO 3 [527] -2014-12-15 16:15:49 queue INFO >3 [528] -2014-12-15 16:15:49 sendUrl INFO 3 [527] -2014-12-15 16:15:50 sendUrl INFO 3 [528] -2014-12-15 16:15:50 queue INFO 7 [529] -2014-12-15 16:15:50 sendUrl INFO 7 [529] -2014-12-15 16:15:50 queue INFO >7 [530] -2014-12-15 16:15:50 sendUrl INFO 7 [530] -2014-12-15 16:15:51 queue INFO 3 [531] -2014-12-15 16:15:51 sendUrl INFO 3 [531] -2014-12-15 16:15:51 queue INFO >3 [532] -2014-12-15 16:15:51 sendUrl INFO 3 [532] -2014-12-15 16:15:52 queue INFO 7 [533] -2014-12-15 16:15:52 queue INFO >7 [534] -2014-12-15 16:15:52 sendUrl INFO 7 [533] -2014-12-15 16:15:52 sendUrl INFO 7 [534] -2014-12-15 16:15:52 queue INFO 3 [535] -2014-12-15 16:15:52 queue INFO >3 [536] -2014-12-15 16:15:52 sendUrl INFO 3 [535] -2014-12-15 16:15:53 sendUrl INFO 3 [536] -2014-12-15 16:15:53 queue INFO 7 [537] -2014-12-15 16:15:53 sendUrl INFO 7 [537] -2014-12-15 16:15:53 queue INFO >7 [538] -2014-12-15 16:15:53 sendUrl INFO 7 [538] -2014-12-15 16:15:54 queue INFO 3 [539] -2014-12-15 16:15:54 queue INFO >3 [540] -2014-12-15 16:15:54 sendUrl INFO 3 [539] -2014-12-15 16:15:54 sendUrl INFO 3 [540] -2014-12-15 16:15:54 queue INFO 7 [541] -2014-12-15 16:15:55 queue INFO >7 [542] -2014-12-15 16:15:55 sendUrl INFO 7 [541] -2014-12-15 16:15:55 sendUrl INFO 7 [542] -2014-12-15 16:15:55 queue INFO 3 [543] -2014-12-15 16:15:55 queue INFO >3 [544] -2014-12-15 16:15:55 sendUrl INFO 3 [543] -2014-12-15 16:15:56 sendUrl INFO 3 [544] -2014-12-15 16:15:56 queue INFO 7 [545] -2014-12-15 16:15:56 queue INFO >7 [546] -2014-12-15 16:15:56 sendUrl INFO 7 [545] -2014-12-15 16:15:56 queue INFO 3 [547] -2014-12-15 16:15:56 sendUrl INFO 7 [546] -2014-12-15 16:15:57 queue INFO >3 [548] -2014-12-15 16:15:57 sendUrl INFO 3 [547] -2014-12-15 16:15:57 sendUrl INFO 3 [548] -2014-12-15 16:15:57 queue INFO 7 [549] -2014-12-15 16:15:57 queue INFO >7 [550] -2014-12-15 16:15:57 sendUrl INFO 7 [549] -2014-12-15 16:15:58 sendUrl INFO 7 [550] -2014-12-15 16:15:58 queue INFO 3 [551] -2014-12-15 16:15:58 sendUrl INFO 3 [551] -2014-12-15 16:15:58 queue INFO >3 [552] -2014-12-15 16:15:58 sendUrl INFO 3 [552] -2014-12-15 16:15:58 queue INFO 7 [553] -2014-12-15 16:15:58 queue INFO >7 [554] -2014-12-15 16:15:59 sendUrl INFO 7 [553] -2014-12-15 16:15:59 sendUrl INFO 7 [554] -2014-12-15 16:15:59 queue INFO 3 [555] -2014-12-15 16:15:59 queue INFO >3 [556] -2014-12-15 16:15:59 sendUrl INFO 3 [555] -2014-12-15 16:16:00 sendUrl INFO 3 [556] -2014-12-15 16:16:00 queue INFO 7 [557] -2014-12-15 16:16:00 sendUrl INFO 7 [557] -2014-12-15 16:16:00 queue INFO >7 [558] -2014-12-15 16:16:00 sendUrl INFO 7 [558] -2014-12-15 16:16:00 queue INFO 3 [559] -2014-12-15 16:16:00 queue INFO >3 [560] -2014-12-15 16:16:01 sendUrl INFO 3 [559] -2014-12-15 16:16:01 sendUrl INFO 3 [560] -2014-12-15 16:16:01 queue INFO 7 [561] -2014-12-15 16:16:01 queue INFO >7 [562] -2014-12-15 16:16:01 sendUrl INFO 7 [561] -2014-12-15 16:16:02 sendUrl INFO 7 [562] -2014-12-15 16:16:02 queue INFO 3 [563] -2014-12-15 16:16:02 sendUrl INFO 3 [563] -2014-12-15 16:16:02 queue INFO >3 [564] -2014-12-15 16:16:02 sendUrl INFO 3 [564] -2014-12-15 16:16:03 queue INFO 7 [565] -2014-12-15 16:16:03 sendUrl INFO 7 [565] -2014-12-15 16:16:03 queue INFO >7 [566] -2014-12-15 16:16:03 sendUrl INFO 7 [566] -2014-12-15 16:16:03 queue INFO 3 [567] -2014-12-15 16:16:04 queue INFO >3 [568] -2014-12-15 16:16:04 sendUrl INFO 3 [567] -2014-12-15 16:16:04 sendUrl INFO 3 [568] -2014-12-15 16:16:04 queue INFO 7 [569] -2014-12-15 16:16:04 queue INFO >7 [570] -2014-12-15 16:16:04 sendUrl INFO 7 [569] -2014-12-15 16:16:05 sendUrl INFO 7 [570] -2014-12-15 16:16:05 queue INFO 3 [571] -2014-12-15 16:16:05 sendUrl INFO 3 [571] -2014-12-15 16:16:05 queue INFO >3 [572] -2014-12-15 16:16:05 queue INFO 7 [573] -2014-12-15 16:16:05 sendUrl INFO 3 [572] -2014-12-15 16:16:05 queue INFO >7 [574] -2014-12-15 16:16:05 sendUrl INFO 7 [573] -2014-12-15 16:16:06 sendUrl INFO 7 [574] -2014-12-15 16:16:06 queue INFO 3 [575] -2014-12-15 16:16:06 sendUrl INFO 3 [575] -2014-12-15 16:16:06 queue INFO >3 [576] -2014-12-15 16:16:06 sendUrl INFO 3 [576] -2014-12-15 16:16:07 queue INFO 7 [577] -2014-12-15 16:16:07 sendUrl INFO 7 [577] -2014-12-15 16:16:07 queue INFO >7 [578] -2014-12-15 16:16:07 sendUrl INFO 7 [578] -2014-12-15 16:16:07 queue INFO 3 [579] -2014-12-15 16:16:07 queue INFO >3 [580] -2014-12-15 16:16:07 sendUrl INFO 3 [579] -2014-12-15 16:16:08 sendUrl INFO 3 [580] -2014-12-15 16:16:08 queue INFO 7 [581] -2014-12-15 16:16:08 queue INFO >7 [582] -2014-12-15 16:16:08 sendUrl INFO 7 [581] -2014-12-15 16:16:08 sendUrl INFO 7 [582] -2014-12-15 16:16:09 queue INFO 3 [583] -2014-12-15 16:16:09 sendUrl INFO 3 [583] -2014-12-15 16:16:09 queue INFO >3 [584] -2014-12-15 16:16:09 sendUrl INFO 3 [584] -2014-12-15 16:16:09 queue INFO 7 [585] -2014-12-15 16:16:10 sendUrl INFO 7 [585] -2014-12-15 16:16:10 queue INFO >7 [586] -2014-12-15 16:16:10 sendUrl INFO 7 [586] -2014-12-15 16:16:10 queue INFO 3 [587] -2014-12-15 16:16:10 queue INFO >3 [588] -2014-12-15 16:16:10 sendUrl INFO 3 [587] -2014-12-15 16:16:11 sendUrl INFO 3 [588] -2014-12-15 16:16:11 queue INFO 7 [589] -2014-12-15 16:16:11 sendUrl INFO 7 [589] -2014-12-15 16:16:11 queue INFO >7 [590] -2014-12-15 16:16:11 sendUrl INFO 7 [590] -2014-12-15 16:16:11 queue INFO 3 [591] -2014-12-15 16:16:12 sendUrl INFO 3 [591] -2014-12-15 16:16:12 queue INFO >3 [592] -2014-12-15 16:16:12 sendUrl INFO 3 [592] -2014-12-15 16:16:12 queue INFO 7 [593] -2014-12-15 16:16:12 queue INFO >7 [594] -2014-12-15 16:16:13 sendUrl INFO 7 [593] -2014-12-15 16:16:13 sendUrl INFO 7 [594] -2014-12-15 16:16:13 queue INFO 3 [595] -2014-12-15 16:16:13 queue INFO >3 [596] -2014-12-15 16:16:13 sendUrl INFO 3 [595] -2014-12-15 16:16:13 sendUrl INFO 3 [596] -2014-12-15 16:16:14 queue INFO 7 [597] -2014-12-15 16:16:14 sendUrl INFO 7 [597] -2014-12-15 16:16:14 queue INFO >7 [598] -2014-12-15 16:16:14 sendUrl INFO 7 [598] -2014-12-15 16:16:14 queue INFO 3 [599] -2014-12-15 16:16:14 queue INFO >3 [600] -2014-12-15 16:16:15 sendUrl INFO 3 [599] -2014-12-15 16:16:15 sendUrl INFO 3 [600] -2014-12-15 16:16:15 queue INFO 7 [601] -2014-12-15 16:16:16 queue INFO >7 [602] -2014-12-15 16:16:16 sendUrl INFO 7 [601] -2014-12-15 16:16:16 sendUrl INFO 7 [602] -2014-12-15 16:16:16 queue INFO 3 [603] -2014-12-15 16:16:16 queue INFO >3 [604] -2014-12-15 16:16:16 sendUrl INFO 3 [603] -2014-12-15 16:16:16 sendUrl INFO 3 [604] -2014-12-15 16:16:17 queue INFO 7 [605] -2014-12-15 16:16:17 sendUrl INFO 7 [605] -2014-12-15 16:16:17 queue INFO >7 [606] -2014-12-15 16:16:17 sendUrl INFO 7 [606] -2014-12-15 16:16:17 queue INFO 3 [607] -2014-12-15 16:16:17 sendUrl INFO 3 [607] -2014-12-15 16:16:18 queue INFO >3 [608] -2014-12-15 16:16:18 sendUrl INFO 3 [608] -2014-12-15 16:16:18 queue INFO 7 [609] -2014-12-15 16:16:18 sendUrl INFO 7 [609] -2014-12-15 16:16:18 queue INFO >7 [610] -2014-12-15 16:16:18 queue INFO 3 [611] -2014-12-15 16:16:18 sendUrl INFO 7 [610] -2014-12-15 16:16:18 queue INFO >3 [612] -2014-12-15 16:16:18 sendUrl INFO 3 [611] -2014-12-15 16:16:19 queue INFO 7 [613] -2014-12-15 16:16:19 sendUrl INFO 3 [612] -2014-12-15 16:16:19 queue INFO >7 [614] -2014-12-15 16:16:19 sendUrl INFO 7 [613] -2014-12-15 16:16:19 queue INFO 3 [615] -2014-12-15 16:16:19 queue INFO >3 [616] -2014-12-15 16:16:19 sendUrl INFO 7 [614] -2014-12-15 16:16:19 queue INFO 7 [617] -2014-12-15 16:16:19 sendUrl INFO 3 [615] -2014-12-15 16:16:20 queue INFO >7 [618] -2014-12-15 16:16:20 sendUrl INFO 3 [616] -2014-12-15 16:16:20 queue INFO 3 [619] -2014-12-15 16:16:20 sendUrl INFO 7 [617] -2014-12-15 16:16:20 queue INFO >3 [620] -2014-12-15 16:16:20 sendUrl INFO 7 [618] -2014-12-15 16:16:20 queue INFO 7 [621] -2014-12-15 16:16:20 sendUrl INFO 3 [619] -2014-12-15 16:16:21 queue INFO >7 [622] -2014-12-15 16:16:21 sendUrl INFO 3 [620] -2014-12-15 16:16:21 sendUrl INFO 7 [621] -2014-12-15 16:16:21 queue INFO 3 [623] -2014-12-15 16:16:21 queue INFO >3 [624] -2014-12-15 16:16:21 sendUrl INFO 7 [622] -2014-12-15 16:16:22 sendUrl INFO 3 [623] -2014-12-15 16:16:22 sendUrl INFO 3 [624] -2014-12-15 16:16:22 queue INFO 7 [625] -2014-12-15 16:16:22 queue INFO >7 [626] -2014-12-15 16:16:22 sendUrl INFO 7 [625] -2014-12-15 16:16:23 sendUrl INFO 7 [626] -2014-12-15 16:16:23 queue INFO 3 [627] -2014-12-15 16:16:23 sendUrl INFO 3 [627] -2014-12-15 16:16:23 queue INFO >3 [628] -2014-12-15 16:16:23 sendUrl INFO 3 [628] -2014-12-15 16:16:24 queue INFO 7 [629] -2014-12-15 16:16:24 sendUrl INFO 7 [629] -2014-12-15 16:16:24 queue INFO >7 [630] -2014-12-15 16:16:24 sendUrl INFO 7 [630] -2014-12-15 16:16:24 queue INFO 3 [631] -2014-12-15 16:16:24 queue INFO >3 [632] -2014-12-15 16:16:25 sendUrl INFO 3 [631] -2014-12-15 16:16:25 sendUrl INFO 3 [632] -2014-12-15 16:16:25 queue INFO 7 [633] -2014-12-15 16:16:25 queue INFO >7 [634] -2014-12-15 16:16:26 sendUrl INFO 7 [633] -2014-12-15 16:16:26 sendUrl INFO 7 [634] -2014-12-15 16:16:26 queue INFO 3 [635] -2014-12-15 16:16:26 queue INFO >3 [636] -2014-12-15 16:16:26 sendUrl INFO 3 [635] -2014-12-15 16:16:26 sendUrl INFO 3 [636] -2014-12-15 16:16:27 queue INFO 7 [637] -2014-12-15 16:16:27 sendUrl INFO 7 [637] -2014-12-15 16:16:27 queue INFO >7 [638] -2014-12-15 16:16:27 queue INFO 3 [639] -2014-12-15 16:16:27 sendUrl INFO 7 [638] -2014-12-15 16:16:27 queue INFO >3 [640] -2014-12-15 16:16:27 sendUrl INFO 3 [639] -2014-12-15 16:16:27 queue INFO 7 [641] -2014-12-15 16:16:28 sendUrl INFO 3 [640] -2014-12-15 16:16:28 queue INFO >7 [642] -2014-12-15 16:16:28 sendUrl INFO 7 [641] -2014-12-15 16:16:28 queue INFO 3 [643] -2014-12-15 16:16:28 sendUrl INFO 7 [642] -2014-12-15 16:16:28 queue INFO >3 [644] -2014-12-15 16:16:28 sendUrl INFO 3 [643] -2014-12-15 16:16:29 sendUrl INFO 3 [644] -2014-12-15 16:16:29 queue INFO 7 [645] -2014-12-15 16:16:29 queue INFO >7 [646] -2014-12-15 16:16:29 sendUrl INFO 7 [645] -2014-12-15 16:16:29 sendUrl INFO 7 [646] -2014-12-15 16:16:30 queue INFO 3 [647] -2014-12-15 16:16:30 sendUrl INFO 3 [647] -2014-12-15 16:16:30 queue INFO >3 [648] -2014-12-15 16:16:30 sendUrl INFO 3 [648] -2014-12-15 16:16:30 queue INFO 7 [649] -2014-12-15 16:16:30 sendUrl INFO 7 [649] -2014-12-15 16:16:31 queue INFO >7 [650] -2014-12-15 16:16:31 sendUrl INFO 7 [650] -2014-12-15 16:16:31 queue INFO 3 [651] -2014-12-15 16:16:31 queue INFO >3 [652] -2014-12-15 16:16:31 sendUrl INFO 3 [651] -2014-12-15 16:16:31 sendUrl INFO 3 [652] -2014-12-15 16:16:32 queue INFO 7 [653] -2014-12-15 16:16:32 queue INFO >7 [654] -2014-12-15 16:16:32 sendUrl INFO 7 [653] -2014-12-15 16:16:32 queue INFO 3 [655] -2014-12-15 16:16:32 sendUrl INFO 7 [654] -2014-12-15 16:16:32 queue INFO >3 [656] -2014-12-15 16:16:32 sendUrl INFO 3 [655] -2014-12-15 16:16:33 sendUrl INFO 3 [656] -2014-12-15 16:16:33 queue INFO 7 [657] -2014-12-15 16:16:33 queue INFO >7 [658] -2014-12-15 16:16:34 sendUrl INFO 7 [657] -2014-12-15 16:16:34 sendUrl INFO 7 [658] -2014-12-15 16:16:34 queue INFO 3 [659] -2014-12-15 16:16:34 queue INFO >3 [660] -2014-12-15 16:16:34 sendUrl INFO 3 [659] -2014-12-15 16:16:34 sendUrl INFO 3 [660] -2014-12-15 16:16:35 queue INFO 7 [661] -2014-12-15 16:16:35 sendUrl INFO 7 [661] -2014-12-15 16:16:35 queue INFO >7 [662] -2014-12-15 16:16:35 sendUrl INFO 7 [662] -2014-12-15 16:16:35 queue INFO 3 [663] -2014-12-15 16:16:35 sendUrl INFO 3 [663] -2014-12-15 16:16:35 queue INFO >3 [664] -2014-12-15 16:16:36 sendUrl INFO 3 [664] -2014-12-15 16:16:36 queue INFO 7 [665] -2014-12-15 16:16:36 sendUrl INFO 7 [665] -2014-12-15 16:16:36 queue INFO >7 [666] -2014-12-15 16:16:36 sendUrl INFO 7 [666] -2014-12-15 16:16:36 queue INFO 3 [667] -2014-12-15 16:16:36 sendUrl INFO 3 [667] -2014-12-15 16:16:36 queue INFO >3 [668] -2014-12-15 16:16:37 sendUrl INFO 3 [668] -2014-12-15 16:16:37 queue INFO 7 [669] -2014-12-15 16:16:37 queue INFO >7 [670] -2014-12-15 16:16:37 sendUrl INFO 7 [669] -2014-12-15 16:16:38 sendUrl INFO 7 [670] -2014-12-15 16:16:38 queue INFO 3 [671] -2014-12-15 16:16:38 queue INFO >3 [672] -2014-12-15 16:16:38 sendUrl INFO 3 [671] -2014-12-15 16:16:38 sendUrl INFO 3 [672] -2014-12-15 16:16:39 queue INFO 7 [673] -2014-12-15 16:16:39 queue INFO >7 [674] -2014-12-15 16:16:39 sendUrl INFO 7 [673] -2014-12-15 16:16:39 queue INFO 3 [675] -2014-12-15 16:16:39 sendUrl INFO 7 [674] -2014-12-15 16:16:39 queue INFO >3 [676] -2014-12-15 16:16:40 sendUrl INFO 3 [675] -2014-12-15 16:16:40 sendUrl INFO 3 [676] -2014-12-15 16:16:40 queue INFO 7 [677] -2014-12-15 16:16:40 queue INFO >7 [678] -2014-12-15 16:16:40 sendUrl INFO 7 [677] -2014-12-15 16:16:41 sendUrl INFO 7 [678] -2014-12-15 16:16:41 queue INFO 3 [679] -2014-12-15 16:16:41 queue INFO >3 [680] -2014-12-15 16:16:41 sendUrl INFO 3 [679] -2014-12-15 16:16:41 sendUrl INFO 3 [680] -2014-12-15 16:16:41 queue INFO 7 [681] -2014-12-15 16:16:42 sendUrl INFO 7 [681] -2014-12-15 16:16:42 queue INFO >7 [682] -2014-12-15 16:16:42 sendUrl INFO 7 [682] -2014-12-15 16:16:42 queue INFO 3 [683] -2014-12-15 16:16:42 queue INFO >3 [684] -2014-12-15 16:16:42 sendUrl INFO 3 [683] -2014-12-15 16:16:43 sendUrl INFO 3 [684] -2014-12-15 16:16:43 queue INFO 7 [685] -2014-12-15 16:16:43 sendUrl INFO 7 [685] -2014-12-15 16:16:43 queue INFO >7 [686] -2014-12-15 16:16:43 sendUrl INFO 7 [686] -2014-12-15 16:16:44 queue INFO 3 [687] -2014-12-15 16:16:44 queue INFO >3 [688] -2014-12-15 16:16:44 sendUrl INFO 3 [687] -2014-12-15 16:16:44 sendUrl INFO 3 [688] -2014-12-15 16:16:45 queue INFO 7 [689] -2014-12-15 16:16:45 sendUrl INFO 7 [689] -2014-12-15 16:16:45 queue INFO >7 [690] -2014-12-15 16:16:45 sendUrl INFO 7 [690] -2014-12-15 16:16:45 queue INFO 3 [691] -2014-12-15 16:16:45 sendUrl INFO 3 [691] -2014-12-15 16:16:45 queue INFO >3 [692] -2014-12-15 16:16:45 sendUrl INFO 3 [692] -2014-12-15 16:16:46 queue INFO 7 [693] -2014-12-15 16:16:46 sendUrl INFO 7 [693] -2014-12-15 16:16:46 queue INFO >7 [694] -2014-12-15 16:16:47 sendUrl INFO 7 [694] -2014-12-15 16:16:47 queue INFO 3 [695] -2014-12-15 16:16:47 queue INFO >3 [696] -2014-12-15 16:16:47 sendUrl INFO 3 [695] -2014-12-15 16:16:47 sendUrl INFO 3 [696] -2014-12-15 16:16:48 queue INFO 7 [697] -2014-12-15 16:16:48 queue INFO >7 [698] -2014-12-15 16:16:48 sendUrl INFO 7 [697] -2014-12-15 16:16:48 sendUrl INFO 7 [698] -2014-12-15 16:16:48 queue INFO 3 [699] -2014-12-15 16:16:48 sendUrl INFO 3 [699] -2014-12-15 16:16:48 queue INFO >3 [700] -2014-12-15 16:16:49 sendUrl INFO 3 [700] -2014-12-15 16:16:49 queue INFO 7 [701] -2014-12-15 16:16:49 sendUrl INFO 7 [701] -2014-12-15 16:16:49 queue INFO >7 [702] -2014-12-15 16:16:50 sendUrl INFO 7 [702] -2014-12-15 16:16:50 queue INFO 3 [703] -2014-12-15 16:16:50 queue INFO >3 [704] -2014-12-15 16:16:50 sendUrl INFO 3 [703] -2014-12-15 16:16:50 sendUrl INFO 3 [704] -2014-12-15 16:16:51 queue INFO 7 [705] -2014-12-15 16:16:51 queue INFO >7 [706] -2014-12-15 16:16:51 sendUrl INFO 7 [705] -2014-12-15 16:16:51 queue INFO 3 [707] -2014-12-15 16:16:51 sendUrl INFO 7 [706] -2014-12-15 16:16:51 queue INFO >3 [708] -2014-12-15 16:16:52 sendUrl INFO 3 [707] -2014-12-15 16:16:52 queue INFO 7 [709] -2014-12-15 16:16:52 sendUrl INFO 3 [708] -2014-12-15 16:16:52 queue INFO >7 [710] -2014-12-15 16:16:52 sendUrl INFO 7 [709] -2014-12-15 16:16:52 queue INFO 3 [711] -2014-12-15 16:16:52 sendUrl INFO 7 [710] -2014-12-15 16:16:52 queue INFO >3 [712] -2014-12-15 16:16:53 sendUrl INFO 3 [711] -2014-12-15 16:16:53 queue INFO 7 [713] -2014-12-15 16:16:53 queue INFO >7 [714] -2014-12-15 16:16:53 sendUrl INFO 3 [712] -2014-12-15 16:16:53 queue INFO 3 [715] -2014-12-15 16:16:53 sendUrl INFO 7 [713] -2014-12-15 16:16:53 queue INFO >3 [716] -2014-12-15 16:16:53 sendUrl INFO 7 [714] -2014-12-15 16:16:53 queue INFO 7 [717] -2014-12-15 16:16:54 sendUrl INFO 3 [715] -2014-12-15 16:16:54 queue INFO >7 [718] -2014-12-15 16:16:54 queue INFO 3 [719] -2014-12-15 16:16:54 sendUrl INFO 3 [716] -2014-12-15 16:16:54 queue INFO >3 [720] -2014-12-15 16:16:54 sendUrl INFO 7 [717] -2014-12-15 16:16:54 queue INFO 7 [721] -2014-12-15 16:16:54 sendUrl INFO 7 [718] -2014-12-15 16:16:54 queue INFO >7 [722] -2014-12-15 16:16:55 sendUrl INFO 3 [719] -2014-12-15 16:16:55 queue INFO 3 [723] -2014-12-15 16:16:55 queue INFO >3 [724] -2014-12-15 16:16:55 sendUrl INFO 3 [720] -2014-12-15 16:16:55 sendUrl INFO 7 [721] -2014-12-15 16:16:55 sendUrl INFO 7 [722] -2014-12-15 16:16:56 queue INFO 7 [725] -2014-12-15 16:16:56 sendUrl INFO 3 [723] -2014-12-15 16:16:56 queue INFO >7 [726] -2014-12-15 16:16:56 sendUrl INFO 3 [724] -2014-12-15 16:16:56 sendUrl INFO 7 [725] -2014-12-15 16:16:56 queue INFO 3 [727] -2014-12-15 16:16:56 sendUrl INFO 7 [726] -2014-12-15 16:16:57 queue INFO >3 [728] -2014-12-15 16:16:57 sendUrl INFO 3 [727] -2014-12-15 16:16:57 queue INFO 7 [729] -2014-12-15 16:16:57 sendUrl INFO 3 [728] -2014-12-15 16:16:57 queue INFO >7 [730] -2014-12-15 16:16:57 sendUrl INFO 7 [729] -2014-12-15 16:16:57 sendUrl INFO 7 [730] -2014-12-15 16:16:58 queue INFO 3 [731] -2014-12-15 16:16:58 queue INFO >3 [732] -2014-12-15 16:16:58 sendUrl INFO 3 [731] -2014-12-15 16:16:58 sendUrl INFO 3 [732] -2014-12-15 16:16:58 queue INFO 7 [733] -2014-12-15 16:16:58 sendUrl INFO 7 [733] -2014-12-15 16:16:58 queue INFO >7 [734] -2014-12-15 16:16:59 sendUrl INFO 7 [734] -2014-12-15 16:16:59 queue INFO 3 [735] -2014-12-15 16:16:59 queue INFO >3 [736] -2014-12-15 16:16:59 sendUrl INFO 3 [735] -2014-12-15 16:17:00 sendUrl INFO 3 [736] -2014-12-15 16:17:00 queue INFO 7 [737] -2014-12-15 16:17:00 queue INFO >7 [738] -2014-12-15 16:17:00 sendUrl INFO 7 [737] -2014-12-15 16:17:00 sendUrl INFO 7 [738] -2014-12-15 16:17:00 queue INFO 3 [739] -2014-12-15 16:17:01 sendUrl INFO 3 [739] -2014-12-15 16:17:01 queue INFO >3 [740] -2014-12-15 16:17:01 sendUrl INFO 3 [740] -2014-12-15 16:17:01 queue INFO 7 [741] -2014-12-15 16:17:01 sendUrl INFO 7 [741] -2014-12-15 16:17:01 queue INFO >7 [742] -2014-12-15 16:17:01 sendUrl INFO 7 [742] -2014-12-15 16:17:01 queue INFO 3 [743] -2014-12-15 16:17:02 sendUrl INFO 3 [743] -2014-12-15 16:17:02 queue INFO >3 [744] -2014-12-15 16:17:02 sendUrl INFO 3 [744] -2014-12-15 16:17:02 queue INFO 7 [745] -2014-12-15 16:17:02 sendUrl INFO 7 [745] -2014-12-15 16:17:02 queue INFO >7 [746] -2014-12-15 16:17:02 sendUrl INFO 7 [746] -2014-12-15 16:17:03 queue INFO 3 [747] -2014-12-15 16:17:03 queue INFO >3 [748] -2014-12-15 16:17:03 sendUrl INFO 3 [747] -2014-12-15 16:17:03 sendUrl INFO 3 [748] -2014-12-15 16:17:03 queue INFO 7 [749] -2014-12-15 16:17:04 sendUrl INFO 7 [749] -2014-12-15 16:17:04 queue INFO >7 [750] -2014-12-15 16:17:04 sendUrl INFO 7 [750] -2014-12-15 16:17:04 queue INFO 3 [751] -2014-12-15 16:17:04 sendUrl INFO 3 [751] -2014-12-15 16:17:04 queue INFO >3 [752] -2014-12-15 16:17:05 sendUrl INFO 3 [752] -2014-12-15 16:17:05 queue INFO 7 [753] -2014-12-15 16:17:05 queue INFO >7 [754] -2014-12-15 16:17:05 sendUrl INFO 7 [753] -2014-12-15 16:17:05 sendUrl INFO 7 [754] -2014-12-15 16:17:06 queue INFO 3 [755] -2014-12-15 16:17:06 queue INFO >3 [756] -2014-12-15 16:17:06 sendUrl INFO 3 [755] -2014-12-15 16:17:06 sendUrl INFO 3 [756] -2014-12-15 16:17:06 queue INFO 7 [757] -2014-12-15 16:17:06 sendUrl INFO 7 [757] -2014-12-15 16:17:06 queue INFO >7 [758] -2014-12-15 16:17:07 sendUrl INFO 7 [758] -2014-12-15 16:17:07 queue INFO 3 [759] -2014-12-15 16:17:07 sendUrl INFO 3 [759] -2014-12-15 16:17:07 queue INFO >3 [760] -2014-12-15 16:17:07 sendUrl INFO 3 [760] -2014-12-15 16:17:08 queue INFO 7 [761] -2014-12-15 16:17:08 sendUrl INFO 7 [761] -2014-12-15 16:17:08 queue INFO >7 [762] -2014-12-15 16:17:08 sendUrl INFO 7 [762] -2014-12-15 16:17:08 queue INFO 3 [763] -2014-12-15 16:17:08 sendUrl INFO 3 [763] -2014-12-15 16:17:08 queue INFO >3 [764] -2014-12-15 16:17:09 sendUrl INFO 3 [764] -2014-12-15 16:17:09 queue INFO 7 [765] -2014-12-15 16:17:09 sendUrl INFO 7 [765] -2014-12-15 16:17:10 queue INFO >7 [766] -2014-12-15 16:17:10 sendUrl INFO 7 [766] -2014-12-15 16:17:10 queue INFO 3 [767] -2014-12-15 16:17:10 sendUrl INFO 3 [767] -2014-12-15 16:17:10 queue INFO >3 [768] -2014-12-15 16:17:10 sendUrl INFO 3 [768] -2014-12-15 16:17:11 queue INFO 7 [769] -2014-12-15 16:17:11 queue INFO >7 [770] -2014-12-15 16:17:11 sendUrl INFO 7 [769] -2014-12-15 16:17:11 sendUrl INFO 7 [770] -2014-12-15 16:17:11 queue INFO 3 [771] -2014-12-15 16:17:12 queue INFO >3 [772] -2014-12-15 16:17:12 sendUrl INFO 3 [771] -2014-12-15 16:17:12 sendUrl INFO 3 [772] -2014-12-15 16:17:12 queue INFO 7 [773] -2014-12-15 16:17:12 sendUrl INFO 7 [773] -2014-12-15 16:17:12 queue INFO >7 [774] -2014-12-15 16:17:13 sendUrl INFO 7 [774] -2014-12-15 16:17:13 queue INFO 3 [775] -2014-12-15 16:17:13 queue INFO >3 [776] -2014-12-15 16:17:13 sendUrl INFO 3 [775] -2014-12-15 16:17:13 sendUrl INFO 3 [776] -2014-12-15 16:17:14 queue INFO 7 [777] -2014-12-15 16:17:14 queue INFO >7 [778] -2014-12-15 16:17:14 sendUrl INFO 7 [777] -2014-12-15 16:17:14 queue INFO 3 [779] -2014-12-15 16:17:14 sendUrl INFO 7 [778] -2014-12-15 16:17:14 queue INFO >3 [780] -2014-12-15 16:17:14 sendUrl INFO 3 [779] -2014-12-15 16:17:14 queue INFO 7 [781] -2014-12-15 16:17:15 queue INFO >7 [782] -2014-12-15 16:17:15 sendUrl INFO 3 [780] -2014-12-15 16:17:15 queue INFO 3 [783] -2014-12-15 16:17:15 sendUrl INFO 7 [781] -2014-12-15 16:17:15 queue INFO >3 [784] -2014-12-15 16:17:15 sendUrl INFO 7 [782] -2014-12-15 16:17:15 queue INFO 7 [785] -2014-12-15 16:17:15 sendUrl INFO 3 [783] -2014-12-15 16:17:15 queue INFO >7 [786] -2014-12-15 16:17:16 queue INFO 3 [787] -2014-12-15 16:17:16 sendUrl INFO 3 [784] -2014-12-15 16:17:16 queue INFO >3 [788] -2014-12-15 16:17:16 sendUrl INFO 7 [785] -2014-12-15 16:17:16 queue INFO 7 [789] -2014-12-15 16:17:16 sendUrl INFO 7 [786] -2014-12-15 16:17:16 queue INFO >7 [790] -2014-12-15 16:17:16 sendUrl INFO 3 [787] -2014-12-15 16:17:16 queue INFO 3 [791] -2014-12-15 16:17:17 queue INFO >3 [792] -2014-12-15 16:17:17 sendUrl INFO 3 [788] -2014-12-15 16:17:17 sendUrl INFO 7 [789] -2014-12-15 16:17:17 sendUrl INFO 7 [790] -2014-12-15 16:17:17 queue INFO 7 [793] -2014-12-15 16:17:17 sendUrl INFO 3 [791] -2014-12-15 16:17:17 queue INFO >7 [794] -2014-12-15 16:17:18 sendUrl INFO 3 [792] -2014-12-15 16:17:18 queue INFO 3 [795] -2014-12-15 16:17:18 sendUrl INFO 7 [793] -2014-12-15 16:17:18 queue INFO >3 [796] -2014-12-15 16:17:18 sendUrl INFO 7 [794] -2014-12-15 16:17:18 queue INFO 7 [797] -2014-12-15 16:17:18 sendUrl INFO 3 [795] -2014-12-15 16:17:18 queue INFO >7 [798] -2014-12-15 16:17:19 queue INFO 3 [799] -2014-12-15 16:17:19 sendUrl INFO 3 [796] -2014-12-15 16:17:19 queue INFO >3 [800] -2014-12-15 16:17:19 sendUrl INFO 7 [797] -2014-12-15 16:17:19 queue INFO 7 [801] -2014-12-15 16:17:19 sendUrl INFO 7 [798] -2014-12-15 16:17:19 queue INFO >7 [802] -2014-12-15 16:17:19 sendUrl INFO 3 [799] -2014-12-15 16:17:19 queue INFO 3 [803] -2014-12-15 16:17:20 queue INFO >3 [804] -2014-12-15 16:17:20 sendUrl INFO 3 [800] -2014-12-15 16:17:20 sendUrl INFO 7 [801] -2014-12-15 16:17:20 sendUrl INFO 7 [802] -2014-12-15 16:17:20 queue INFO 7 [805] -2014-12-15 16:17:20 sendUrl INFO 3 [803] -2014-12-15 16:17:20 queue INFO >7 [806] -2014-12-15 16:17:21 sendUrl INFO 3 [804] -2014-12-15 16:17:21 queue INFO 3 [807] -2014-12-15 16:17:21 sendUrl INFO 7 [805] -2014-12-15 16:17:21 queue INFO >3 [808] -2014-12-15 16:17:21 sendUrl INFO 7 [806] -2014-12-15 16:17:22 sendUrl INFO 3 [807] -2014-12-15 16:17:22 queue INFO 7 [809] -2014-12-15 16:17:22 queue INFO >7 [810] -2014-12-15 16:17:22 sendUrl INFO 3 [808] -2014-12-15 16:17:22 queue INFO 3 [811] -2014-12-15 16:17:22 sendUrl INFO 7 [809] -2014-12-15 16:17:22 queue INFO >3 [812] -2014-12-15 16:17:22 sendUrl INFO 7 [810] -2014-12-15 16:17:22 queue INFO 7 [813] -2014-12-15 16:17:23 sendUrl INFO 3 [811] -2014-12-15 16:17:23 queue INFO >7 [814] -2014-12-15 16:17:23 sendUrl INFO 3 [812] -2014-12-15 16:17:23 queue INFO 3 [815] -2014-12-15 16:17:23 sendUrl INFO 7 [813] -2014-12-15 16:17:23 queue INFO >3 [816] -2014-12-15 16:17:23 sendUrl INFO 7 [814] -2014-12-15 16:17:24 queue INFO 7 [817] -2014-12-15 16:17:24 sendUrl INFO 3 [815] -2014-12-15 16:17:24 queue INFO >7 [818] -2014-12-15 16:17:24 sendUrl INFO 3 [816] -2014-12-15 16:17:24 queue INFO 3 [819] -2014-12-15 16:17:24 sendUrl INFO 7 [817] -2014-12-15 16:17:24 queue INFO >3 [820] -2014-12-15 16:17:24 sendUrl INFO 7 [818] -2014-12-15 16:17:25 sendUrl INFO 3 [819] -2014-12-15 16:17:25 queue INFO 7 [821] -2014-12-15 16:17:25 sendUrl INFO 3 [820] -2014-12-15 16:17:25 queue INFO >7 [822] -2014-12-15 16:17:25 sendUrl INFO 7 [821] -2014-12-15 16:17:25 queue INFO 3 [823] -2014-12-15 16:17:25 sendUrl INFO 7 [822] -2014-12-15 16:17:25 queue INFO >3 [824] -2014-12-15 16:17:26 sendUrl INFO 3 [823] -2014-12-15 16:17:26 sendUrl INFO 3 [824] -2014-12-15 16:17:26 queue INFO 7 [825] -2014-12-15 16:17:26 sendUrl INFO 7 [825] -2014-12-15 16:17:26 queue INFO >7 [826] -2014-12-15 16:17:26 sendUrl INFO 7 [826] -2014-12-15 16:17:27 queue INFO 3 [827] -2014-12-15 16:17:27 queue INFO >3 [828] -2014-12-15 16:17:27 sendUrl INFO 3 [827] -2014-12-15 16:17:27 sendUrl INFO 3 [828] -2014-12-15 16:17:27 queue INFO 7 [829] -2014-12-15 16:17:28 queue INFO >7 [830] -2014-12-15 16:17:28 sendUrl INFO 7 [829] -2014-12-15 16:17:28 sendUrl INFO 7 [830] -2014-12-15 16:17:28 queue INFO 3 [831] -2014-12-15 16:17:28 sendUrl INFO 3 [831] -2014-12-15 16:17:28 queue INFO >3 [832] -2014-12-15 16:17:28 sendUrl INFO 3 [832] -2014-12-15 16:17:29 queue INFO 7 [833] -2014-12-15 16:17:29 sendUrl INFO 7 [833] -2014-12-15 16:17:29 queue INFO >7 [834] -2014-12-15 16:17:29 sendUrl INFO 7 [834] -2014-12-15 16:17:30 queue INFO 3 [835] -2014-12-15 16:17:30 queue INFO >3 [836] -2014-12-15 16:17:30 sendUrl INFO 3 [835] -2014-12-15 16:17:30 sendUrl INFO 3 [836] -2014-12-15 16:17:30 queue INFO 7 [837] -2014-12-15 16:17:31 queue INFO >7 [838] -2014-12-15 16:17:31 sendUrl INFO 7 [837] -2014-12-15 16:17:31 sendUrl INFO 7 [838] -2014-12-15 16:17:31 queue INFO 3 [839] -2014-12-15 16:17:31 sendUrl INFO 3 [839] -2014-12-15 16:17:31 queue INFO >3 [840] -2014-12-15 16:17:31 sendUrl INFO 3 [840] -2014-12-15 16:17:32 queue INFO 7 [841] -2014-12-15 16:17:32 sendUrl INFO 7 [841] -2014-12-15 16:17:32 queue INFO >7 [842] -2014-12-15 16:17:32 sendUrl INFO 7 [842] -2014-12-15 16:17:32 queue INFO 3 [843] -2014-12-15 16:17:33 queue INFO >3 [844] -2014-12-15 16:17:33 sendUrl INFO 3 [843] -2014-12-15 16:17:33 sendUrl INFO 3 [844] -2014-12-15 16:17:33 queue INFO 7 [845] -2014-12-15 16:17:33 queue INFO >7 [846] -2014-12-15 16:17:34 sendUrl INFO 7 [845] -2014-12-15 16:17:34 sendUrl INFO 7 [846] -2014-12-15 16:17:34 queue INFO 3 [847] -2014-12-15 16:17:34 sendUrl INFO 3 [847] -2014-12-15 16:17:34 queue INFO >3 [848] -2014-12-15 16:17:34 sendUrl INFO 3 [848] -2014-12-15 16:17:35 queue INFO 7 [849] -2014-12-15 16:17:35 queue INFO >7 [850] -2014-12-15 16:17:35 sendUrl INFO 7 [849] -2014-12-15 16:17:35 sendUrl INFO 7 [850] -2014-12-15 16:17:35 queue INFO 3 [851] -2014-12-15 16:17:36 queue INFO >3 [852] -2014-12-15 16:17:36 sendUrl INFO 3 [851] -2014-12-15 16:17:36 sendUrl INFO 3 [852] -2014-12-15 16:17:36 queue INFO 7 [853] -2014-12-15 16:17:36 sendUrl INFO 7 [853] -2014-12-15 16:17:36 queue INFO >7 [854] -2014-12-15 16:17:37 queue INFO 3 [855] -2014-12-15 16:17:37 sendUrl INFO 7 [854] -2014-12-15 16:17:37 queue INFO >3 [856] -2014-12-15 16:17:37 sendUrl INFO 3 [855] -2014-12-15 16:17:37 queue INFO 7 [857] -2014-12-15 16:17:37 sendUrl INFO 3 [856] -2014-12-15 16:17:37 queue INFO >7 [858] -2014-12-15 16:17:37 sendUrl INFO 7 [857] -2014-12-15 16:17:37 queue INFO 3 [859] -2014-12-15 16:17:38 queue INFO >3 [860] -2014-12-15 16:17:38 sendUrl INFO 7 [858] -2014-12-15 16:17:38 sendUrl INFO 3 [859] -2014-12-15 16:17:38 queue INFO 7 [861] -2014-12-15 16:17:38 sendUrl INFO 3 [860] -2014-12-15 16:17:38 queue INFO >7 [862] -2014-12-15 16:17:38 sendUrl INFO 7 [861] -2014-12-15 16:17:39 queue INFO 3 [863] -2014-12-15 16:17:39 sendUrl INFO 7 [862] -2014-12-15 16:17:39 queue INFO >3 [864] -2014-12-15 16:17:39 sendUrl INFO 3 [863] -2014-12-15 16:17:39 sendUrl INFO 3 [864] -2014-12-15 16:17:39 queue INFO 7 [865] -2014-12-15 16:17:40 queue INFO >7 [866] -2014-12-15 16:17:40 sendUrl INFO 7 [865] -2014-12-15 16:17:40 sendUrl INFO 7 [866] -2014-12-15 16:17:40 queue INFO 3 [867] -2014-12-15 16:17:40 sendUrl INFO 3 [867] -2014-12-15 16:17:40 queue INFO >3 [868] -2014-12-15 16:17:40 sendUrl INFO 3 [868] -2014-12-15 16:17:41 queue INFO 7 [869] -2014-12-15 16:17:41 queue INFO >7 [870] -2014-12-15 16:17:41 sendUrl INFO 7 [869] -2014-12-15 16:17:41 sendUrl INFO 7 [870] -2014-12-15 16:17:41 queue INFO 3 [871] -2014-12-15 16:17:41 queue INFO >3 [872] -2014-12-15 16:17:41 sendUrl INFO 3 [871] -2014-12-15 16:17:42 sendUrl INFO 3 [872] -2014-12-15 16:17:42 queue INFO 7 [873] -2014-12-15 16:17:42 sendUrl INFO 7 [873] -2014-12-15 16:17:42 queue INFO >7 [874] -2014-12-15 16:17:42 sendUrl INFO 7 [874] -2014-12-15 16:17:43 queue INFO 3 [875] -2014-12-15 16:17:43 queue INFO >3 [876] -2014-12-15 16:17:43 sendUrl INFO 3 [875] -2014-12-15 16:17:43 sendUrl INFO 3 [876] -2014-12-15 16:17:43 queue INFO 7 [877] -2014-12-15 16:17:44 queue INFO >7 [878] -2014-12-15 16:17:44 sendUrl INFO 7 [877] -2014-12-15 16:17:44 queue INFO 3 [879] -2014-12-15 16:17:44 sendUrl INFO 7 [878] -2014-12-15 16:17:44 queue INFO >3 [880] -2014-12-15 16:17:44 sendUrl INFO 3 [879] -2014-12-15 16:17:44 sendUrl INFO 3 [880] -2014-12-15 16:17:45 queue INFO 7 [881] -2014-12-15 16:17:45 queue INFO >7 [882] -2014-12-15 16:17:45 sendUrl INFO 7 [881] -2014-12-15 16:17:45 sendUrl INFO 7 [882] -2014-12-15 16:17:45 queue INFO 3 [883] -2014-12-15 16:17:45 queue INFO >3 [884] -2014-12-15 16:17:46 sendUrl INFO 3 [883] -2014-12-15 16:17:46 sendUrl INFO 3 [884] -2014-12-15 16:17:46 queue INFO 7 [885] -2014-12-15 16:17:46 sendUrl INFO 7 [885] -2014-12-15 16:17:46 queue INFO >7 [886] -2014-12-15 16:17:46 sendUrl INFO 7 [886] -2014-12-15 16:17:46 queue INFO 3 [887] -2014-12-15 16:17:47 queue INFO >3 [888] -2014-12-15 16:17:47 sendUrl INFO 3 [887] -2014-12-15 16:17:47 sendUrl INFO 3 [888] -2014-12-15 16:17:47 queue INFO 7 [889] -2014-12-15 16:17:48 queue INFO >7 [890] -2014-12-15 16:17:48 sendUrl INFO 7 [889] -2014-12-15 16:17:48 sendUrl INFO 7 [890] -2014-12-15 16:17:48 queue INFO 3 [891] -2014-12-15 16:17:48 queue INFO >3 [892] -2014-12-15 16:17:48 sendUrl INFO 3 [891] -2014-12-15 16:17:49 sendUrl INFO 3 [892] -2014-12-15 16:17:49 queue INFO 7 [893] -2014-12-15 16:17:49 sendUrl INFO 7 [893] -2014-12-15 16:17:49 queue INFO >7 [894] -2014-12-15 16:17:49 sendUrl INFO 7 [894] -2014-12-15 16:17:50 queue INFO 3 [895] -2014-12-15 16:17:50 queue INFO >3 [896] -2014-12-15 16:17:50 sendUrl INFO 3 [895] -2014-12-15 16:17:50 sendUrl INFO 3 [896] -2014-12-15 16:17:50 queue INFO 7 [897] -2014-12-15 16:17:51 queue INFO >7 [898] -2014-12-15 16:17:51 sendUrl INFO 7 [897] -2014-12-15 16:17:51 sendUrl INFO 7 [898] -2014-12-15 16:17:51 queue INFO 3 [899] -2014-12-15 16:17:51 sendUrl INFO 3 [899] -2014-12-15 16:17:51 queue INFO >3 [900] -2014-12-15 16:17:51 sendUrl INFO 3 [900] -2014-12-15 16:17:52 queue INFO 7 [901] -2014-12-15 16:17:52 sendUrl INFO 7 [901] -2014-12-15 16:17:52 queue INFO >7 [902] -2014-12-15 16:17:52 sendUrl INFO 7 [902] -2014-12-15 16:17:52 queue INFO 3 [903] -2014-12-15 16:17:52 queue INFO >3 [904] -2014-12-15 16:17:52 sendUrl INFO 3 [903] -2014-12-15 16:17:53 sendUrl INFO 3 [904] -2014-12-15 16:17:53 queue INFO 7 [905] -2014-12-15 16:17:53 sendUrl INFO 7 [905] -2014-12-15 16:17:53 queue INFO >7 [906] -2014-12-15 16:17:53 sendUrl INFO 7 [906] -2014-12-15 16:17:53 queue INFO 3 [907] -2014-12-15 16:17:54 queue INFO >3 [908] -2014-12-15 16:17:54 sendUrl INFO 3 [907] -2014-12-15 16:17:54 sendUrl INFO 3 [908] -2014-12-15 16:17:54 queue INFO 7 [909] -2014-12-15 16:17:55 queue INFO >7 [910] -2014-12-15 16:17:55 sendUrl INFO 7 [909] -2014-12-15 16:17:55 sendUrl INFO 7 [910] -2014-12-15 16:17:55 queue INFO 3 [911] -2014-12-15 16:17:55 sendUrl INFO 3 [911] -2014-12-15 16:17:55 queue INFO >3 [912] -2014-12-15 16:17:55 sendUrl INFO 3 [912] -2014-12-15 16:17:56 queue INFO 7 [913] -2014-12-15 16:17:56 sendUrl INFO 7 [913] -2014-12-15 16:17:56 queue INFO >7 [914] -2014-12-15 16:17:56 sendUrl INFO 7 [914] -2014-12-15 16:17:56 queue INFO 3 [915] -2014-12-15 16:17:57 queue INFO >3 [916] -2014-12-15 16:17:57 sendUrl INFO 3 [915] -2014-12-15 16:17:57 sendUrl INFO 3 [916] -2014-12-15 16:17:57 queue INFO 7 [917] -2014-12-15 16:17:58 queue INFO >7 [918] -2014-12-15 16:17:58 sendUrl INFO 7 [917] -2014-12-15 16:17:58 sendUrl INFO 7 [918] -2014-12-15 16:17:58 queue INFO 3 [919] -2014-12-15 16:17:58 queue INFO >3 [920] -2014-12-15 16:17:58 sendUrl INFO 3 [919] -2014-12-15 16:17:59 sendUrl INFO 3 [920] -2014-12-15 16:17:59 queue INFO 7 [921] -2014-12-15 16:17:59 sendUrl INFO 7 [921] -2014-12-15 16:17:59 queue INFO >7 [922] -2014-12-15 16:17:59 sendUrl INFO 7 [922] -2014-12-15 16:17:59 queue INFO 3 [923] -2014-12-15 16:18:00 queue INFO >3 [924] -2014-12-15 16:18:00 sendUrl INFO 3 [923] -2014-12-15 16:18:00 sendUrl INFO 3 [924] -2014-12-15 16:18:00 queue INFO 7 [925] -2014-12-15 16:18:00 queue INFO >7 [926] -2014-12-15 16:18:01 sendUrl INFO 7 [925] -2014-12-15 16:18:01 queue INFO 3 [927] -2014-12-15 16:18:01 sendUrl INFO 7 [926] -2014-12-15 16:18:01 sendUrl INFO 3 [927] -2014-12-15 16:18:01 queue INFO >3 [928] -2014-12-15 16:18:01 queue INFO 7 [929] -2014-12-15 16:18:01 sendUrl INFO 3 [928] -2014-12-15 16:18:02 queue INFO >7 [930] -2014-12-15 16:18:02 sendUrl INFO 7 [929] -2014-12-15 16:18:02 queue INFO 3 [931] -2014-12-15 16:18:02 sendUrl INFO 7 [930] -2014-12-15 16:18:02 queue INFO >3 [932] -2014-12-15 16:18:02 sendUrl INFO 3 [931] -2014-12-15 16:18:02 queue INFO 7 [933] -2014-12-15 16:18:02 queue INFO >7 [934] -2014-12-15 16:18:02 sendUrl INFO 3 [932] -2014-12-15 16:18:03 queue INFO 3 [935] -2014-12-15 16:18:03 sendUrl INFO 7 [933] -2014-12-15 16:18:03 queue INFO >3 [936] -2014-12-15 16:18:03 sendUrl INFO 7 [934] -2014-12-15 16:18:03 queue INFO 7 [937] -2014-12-15 16:18:03 sendUrl INFO 3 [935] -2014-12-15 16:18:03 queue INFO >7 [938] -2014-12-15 16:18:03 queue INFO 3 [939] -2014-12-15 16:18:03 sendUrl INFO 3 [936] -2014-12-15 16:18:04 queue INFO >3 [940] -2014-12-15 16:18:04 sendUrl INFO 7 [937] -2014-12-15 16:18:04 queue INFO 7 [941] -2014-12-15 16:18:04 sendUrl INFO 7 [938] -2014-12-15 16:18:04 queue INFO >7 [942] -2014-12-15 16:18:04 sendUrl INFO 3 [939] -2014-12-15 16:18:04 queue INFO 3 [943] -2014-12-15 16:18:04 queue INFO >3 [944] -2014-12-15 16:18:04 sendUrl INFO 3 [940] -2014-12-15 16:18:05 queue INFO 7 [945] -2014-12-15 16:18:05 sendUrl INFO 7 [941] -2014-12-15 16:18:05 queue INFO >7 [946] -2014-12-15 16:18:05 sendUrl INFO 7 [942] -2014-12-15 16:18:05 queue INFO 3 [947] -2014-12-15 16:18:05 sendUrl INFO 3 [943] -2014-12-15 16:18:05 queue INFO >3 [948] -2014-12-15 16:18:05 queue INFO 7 [949] -2014-12-15 16:18:05 sendUrl INFO 3 [944] -2014-12-15 16:18:06 queue INFO >7 [950] -2014-12-15 16:18:06 sendUrl INFO 7 [945] -2014-12-15 16:18:06 queue INFO 3 [951] -2014-12-15 16:18:06 sendUrl INFO 7 [946] -2014-12-15 16:18:06 queue INFO >3 [952] -2014-12-15 16:18:06 sendUrl INFO 3 [947] -2014-12-15 16:18:06 queue INFO 7 [953] -2014-12-15 16:18:06 queue INFO >7 [954] -2014-12-15 16:18:06 sendUrl INFO 3 [948] -2014-12-15 16:18:07 queue INFO 3 [955] -2014-12-15 16:18:07 sendUrl INFO 7 [949] -2014-12-15 16:18:07 queue INFO >3 [956] -2014-12-15 16:18:07 sendUrl INFO 7 [950] -2014-12-15 16:18:07 queue INFO 7 [957] -2014-12-15 16:18:07 sendUrl INFO 3 [951] -2014-12-15 16:18:07 queue INFO >7 [958] -2014-12-15 16:18:07 queue INFO 3 [959] -2014-12-15 16:18:07 sendUrl INFO 3 [952] -2014-12-15 16:18:08 queue INFO >3 [960] -2014-12-15 16:18:08 sendUrl INFO 7 [953] -2014-12-15 16:18:08 queue INFO 7 [961] -2014-12-15 16:18:08 sendUrl INFO 7 [954] -2014-12-15 16:18:08 queue INFO >7 [962] -2014-12-15 16:18:08 sendUrl INFO 3 [955] -2014-12-15 16:18:08 queue INFO 3 [963] -2014-12-15 16:18:08 queue INFO >3 [964] -2014-12-15 16:18:09 sendUrl INFO 3 [956] -2014-12-15 16:18:09 queue INFO 7 [965] -2014-12-15 16:18:09 sendUrl INFO 7 [957] -2014-12-15 16:18:09 queue INFO >7 [966] -2014-12-15 16:18:09 sendUrl INFO 7 [958] -2014-12-15 16:18:09 queue INFO 3 [967] -2014-12-15 16:18:09 sendUrl INFO 3 [959] -2014-12-15 16:18:09 queue INFO >3 [968] -2014-12-15 16:18:09 queue INFO 7 [969] -2014-12-15 16:18:10 sendUrl INFO 3 [960] -2014-12-15 16:18:10 queue INFO >7 [970] -2014-12-15 16:18:10 sendUrl INFO 7 [961] -2014-12-15 16:18:10 queue INFO 3 [971] -2014-12-15 16:18:10 sendUrl INFO 7 [962] -2014-12-15 16:18:10 queue INFO >3 [972] -2014-12-15 16:18:10 sendUrl INFO 3 [963] -2014-12-15 16:18:10 queue INFO 7 [973] -2014-12-15 16:18:11 queue INFO >7 [974] -2014-12-15 16:18:11 sendUrl INFO 3 [964] -2014-12-15 16:18:11 queue INFO 3 [975] -2014-12-15 16:18:11 sendUrl INFO 7 [965] -2014-12-15 16:18:11 queue INFO >3 [976] -2014-12-15 16:18:11 sendUrl INFO 7 [966] -2014-12-15 16:18:11 queue INFO 7 [977] -2014-12-15 16:18:11 sendUrl INFO 3 [967] -2014-12-15 16:18:11 queue INFO >7 [978] -2014-12-15 16:18:12 queue INFO 3 [979] -2014-12-15 16:18:12 sendUrl INFO 3 [968] -2014-12-15 16:18:12 queue INFO >3 [980] -2014-12-15 16:18:12 sendUrl INFO 7 [969] -2014-12-15 16:18:12 queue INFO 7 [981] -2014-12-15 16:18:12 sendUrl INFO 7 [970] -2014-12-15 16:18:12 queue INFO >7 [982] -2014-12-15 16:18:12 sendUrl INFO 3 [971] -2014-12-15 16:18:12 queue INFO 3 [983] -2014-12-15 16:18:13 queue INFO >3 [984] -2014-12-15 16:18:13 sendUrl INFO 3 [972] -2014-12-15 16:18:13 queue INFO 7 [985] -2014-12-15 16:18:13 sendUrl INFO 7 [973] -2014-12-15 16:18:13 queue INFO >7 [986] -2014-12-15 16:18:13 sendUrl INFO 7 [974] -2014-12-15 16:18:13 queue INFO 3 [987] -2014-12-15 16:18:13 sendUrl INFO 3 [975] -2014-12-15 16:18:13 queue INFO >3 [988] -2014-12-15 16:18:14 queue INFO 7 [989] -2014-12-15 16:18:14 sendUrl INFO 3 [976] -2014-12-15 16:18:14 queue INFO >7 [990] -2014-12-15 16:18:14 sendUrl INFO 7 [977] -2014-12-15 16:18:14 queue INFO 3 [991] -2014-12-15 16:18:14 sendUrl INFO 7 [978] -2014-12-15 16:18:14 queue INFO >3 [992] -2014-12-15 16:18:14 sendUrl INFO 3 [979] -2014-12-15 16:18:14 queue INFO 7 [993] -2014-12-15 16:18:15 queue INFO >7 [994] -2014-12-15 16:18:15 sendUrl INFO 3 [980] -2014-12-15 16:18:15 queue INFO 3 [995] -2014-12-15 16:18:15 sendUrl INFO 7 [981] -2014-12-15 16:18:15 queue INFO >3 [996] -2014-12-15 16:18:15 sendUrl INFO 7 [982] -2014-12-15 16:18:15 queue INFO 7 [997] -2014-12-15 16:18:15 sendUrl INFO 3 [983] -2014-12-15 16:18:15 queue INFO >7 [998] -2014-12-15 16:18:16 queue INFO 3 [999] -2014-12-15 16:18:16 sendUrl INFO 3 [984] -2014-12-15 16:18:16 queue INFO >3 [0] -2014-12-15 16:18:16 sendUrl INFO 7 [985] -2014-12-15 16:18:16 queue INFO 7 [1] -2014-12-15 16:18:16 sendUrl INFO 7 [986] -2014-12-15 16:18:16 queue INFO >7 [2] -2014-12-15 16:18:16 sendUrl INFO 3 [987] -2014-12-15 16:18:16 queue INFO 3 [3] -2014-12-15 16:18:17 queue INFO >3 [4] -2014-12-15 16:18:17 sendUrl INFO 3 [988] -2014-12-15 16:18:17 sendUrl INFO 7 [989] -2014-12-15 16:18:17 sendUrl INFO 7 [990] -2014-12-15 16:18:17 queue INFO 7 [5] -2014-12-15 16:18:17 sendUrl INFO 3 [991] -2014-12-15 16:18:17 queue INFO >7 [6] -2014-12-15 16:18:18 sendUrl INFO 3 [992] -2014-12-15 16:18:18 queue INFO 3 [7] -2014-12-15 16:18:18 sendUrl INFO 7 [993] -2014-12-15 16:18:18 queue INFO >3 [8] -2014-12-15 16:18:18 sendUrl INFO 7 [994] -2014-12-15 16:18:18 sendUrl INFO 3 [995] -2014-12-15 16:18:18 queue INFO 7 [9] -2014-12-15 16:18:19 queue INFO >7 [10] -2014-12-15 16:18:19 sendUrl INFO 3 [996] -2014-12-15 16:18:19 sendUrl INFO 7 [997] -2014-12-15 16:18:19 queue INFO 3 [11] -2014-12-15 16:18:19 sendUrl INFO 7 [998] -2014-12-15 16:18:19 queue INFO >3 [12] -2014-12-15 16:18:20 sendUrl INFO 3 [999] -2014-12-15 16:18:20 sendUrl INFO 3 [0] -2014-12-15 16:18:20 queue INFO 7 [13] -2014-12-15 16:18:20 sendUrl INFO 7 [1] -2014-12-15 16:18:20 queue INFO >7 [14] -2014-12-15 16:18:20 sendUrl INFO 7 [2] -2014-12-15 16:18:21 queue INFO 3 [15] -2014-12-15 16:18:21 sendUrl INFO 3 [3] -2014-12-15 16:18:21 queue INFO >3 [16] -2014-12-15 16:18:21 sendUrl INFO 3 [4] -2014-12-15 16:18:21 sendUrl INFO 7 [5] -2014-12-15 16:18:21 sendUrl INFO 7 [6] -2014-12-15 16:18:21 queue INFO 7 [17] -2014-12-15 16:18:22 queue INFO >7 [18] -2014-12-15 16:18:22 sendUrl INFO 3 [7] -2014-12-15 16:18:22 sendUrl INFO 3 [8] -2014-12-15 16:18:22 queue INFO 3 [19] -2014-12-15 16:18:22 sendUrl INFO 7 [9] -2014-12-15 16:18:22 queue INFO >3 [20] -2014-12-15 16:18:22 sendUrl INFO 7 [10] -2014-12-15 16:18:23 sendUrl INFO 3 [11] -2014-12-15 16:18:23 queue INFO 7 [21] -2014-12-15 16:18:23 sendUrl INFO 3 [12] -2014-12-15 16:18:23 queue INFO >7 [22] -2014-12-15 16:18:23 sendUrl INFO 7 [13] -2014-12-15 16:18:23 queue INFO 3 [23] -2014-12-15 16:18:23 sendUrl INFO 7 [14] -2014-12-15 16:18:23 queue INFO >3 [24] -2014-12-15 16:18:24 queue INFO 7 [25] -2014-12-15 16:18:24 sendUrl INFO 3 [15] -2014-12-15 16:18:24 queue INFO >7 [26] -2014-12-15 16:18:24 sendUrl INFO 3 [16] -2014-12-15 16:18:24 queue INFO 3 [27] -2014-12-15 16:18:24 sendUrl INFO 7 [17] -2014-12-15 16:18:24 queue INFO >3 [28] -2014-12-15 16:18:24 sendUrl INFO 7 [18] -2014-12-15 16:18:24 queue INFO 7 [29] -2014-12-15 16:18:25 queue INFO >7 [30] -2014-12-15 16:18:25 sendUrl INFO 3 [19] -2014-12-15 16:18:25 sendUrl INFO 3 [20] -2014-12-15 16:18:25 queue INFO 3 [31] -2014-12-15 16:18:25 sendUrl INFO 7 [21] -2014-12-15 16:18:25 queue INFO >3 [32] -2014-12-15 16:18:25 sendUrl INFO 7 [22] -2014-12-15 16:18:26 sendUrl INFO 3 [23] -2014-12-15 16:18:26 queue INFO 7 [33] -2014-12-15 16:18:26 sendUrl INFO 3 [24] -2014-12-15 16:18:26 queue INFO >7 [34] -2014-12-15 16:18:26 sendUrl INFO 7 [25] -2014-12-15 16:18:26 queue INFO 3 [35] -2014-12-15 16:18:26 sendUrl INFO 7 [26] -2014-12-15 16:18:27 queue INFO >3 [36] -2014-12-15 16:18:27 sendUrl INFO 3 [27] -2014-12-15 16:18:27 queue INFO 7 [37] -2014-12-15 16:18:27 sendUrl INFO 3 [28] -2014-12-15 16:18:27 queue INFO >7 [38] -2014-12-15 16:18:27 sendUrl INFO 7 [29] -2014-12-15 16:18:27 queue INFO 3 [39] -2014-12-15 16:18:27 sendUrl INFO 7 [30] -2014-12-15 16:18:27 queue INFO >3 [40] -2014-12-15 16:18:28 queue INFO 7 [41] -2014-12-15 16:18:28 sendUrl INFO 3 [31] -2014-12-15 16:18:28 queue INFO >7 [42] -2014-12-15 16:18:28 sendUrl INFO 3 [32] -2014-12-15 16:18:28 queue INFO 3 [43] -2014-12-15 16:18:28 sendUrl INFO 7 [33] -2014-12-15 16:18:28 queue INFO >3 [44] -2014-12-15 16:18:28 sendUrl INFO 7 [34] -2014-12-15 16:18:28 queue INFO 7 [45] -2014-12-15 16:18:29 queue INFO >7 [46] -2014-12-15 16:18:29 sendUrl INFO 3 [35] -2014-12-15 16:18:29 queue INFO 3 [47] -2014-12-15 16:18:29 sendUrl INFO 3 [36] -2014-12-15 16:18:29 queue INFO >3 [48] -2014-12-15 16:18:29 sendUrl INFO 7 [37] -2014-12-15 16:18:29 sendUrl INFO 7 [38] -2014-12-15 16:18:30 queue INFO 7 [49] -2014-12-15 16:18:30 sendUrl INFO 3 [39] -2014-12-15 16:18:30 queue INFO >7 [50] -2014-12-15 16:18:30 sendUrl INFO 3 [40] -2014-12-15 16:18:30 queue INFO 3 [51] -2014-12-15 16:18:30 sendUrl INFO 7 [41] -2014-12-15 16:18:30 queue INFO >3 [52] -2014-12-15 16:18:30 sendUrl INFO 7 [42] -2014-12-15 16:18:31 queue INFO 7 [53] -2014-12-15 16:18:31 sendUrl INFO 3 [43] -2014-12-15 16:18:31 queue INFO >7 [54] -2014-12-15 16:18:31 sendUrl INFO 3 [44] -2014-12-15 16:18:31 sendUrl INFO 7 [45] -2014-12-15 16:18:31 queue INFO 3 [55] -2014-12-15 16:18:32 queue INFO >3 [56] -2014-12-15 16:18:32 sendUrl INFO 7 [46] -2014-12-15 16:18:32 sendUrl INFO 3 [47] -2014-12-15 16:18:32 sendUrl INFO 3 [48] -2014-12-15 16:18:32 queue INFO 7 [57] -2014-12-15 16:18:32 sendUrl INFO 7 [49] -2014-12-15 16:18:32 queue INFO >7 [58] -2014-12-15 16:18:33 sendUrl INFO 7 [50] -2014-12-15 16:18:33 queue INFO 3 [59] -2014-12-15 16:18:33 sendUrl INFO 3 [51] -2014-12-15 16:18:33 queue INFO >3 [60] -2014-12-15 16:18:33 sendUrl INFO 3 [52] -2014-12-15 16:18:33 queue INFO 7 [61] -2014-12-15 16:18:33 sendUrl INFO 7 [53] -2014-12-15 16:18:33 queue INFO >7 [62] -2014-12-15 16:18:34 queue INFO 3 [63] -2014-12-15 16:18:34 sendUrl INFO 7 [54] -2014-12-15 16:18:34 queue INFO >3 [64] -2014-12-15 16:18:34 sendUrl INFO 3 [55] -2014-12-15 16:18:34 queue INFO 7 [65] -2014-12-15 16:18:34 sendUrl INFO 3 [56] -2014-12-15 16:18:34 queue INFO >7 [66] -2014-12-15 16:18:34 sendUrl INFO 7 [57] -2014-12-15 16:18:34 queue INFO 3 [67] -2014-12-15 16:18:35 queue INFO >3 [68] -2014-12-15 16:18:35 sendUrl INFO 7 [58] -2014-12-15 16:18:35 queue INFO 7 [69] -2014-12-15 16:18:35 sendUrl INFO 3 [59] -2014-12-15 16:18:35 queue INFO >7 [70] -2014-12-15 16:18:35 sendUrl INFO 3 [60] -2014-12-15 16:18:35 queue INFO 3 [71] -2014-12-15 16:18:35 sendUrl INFO 7 [61] -2014-12-15 16:18:35 queue INFO >3 [72] -2014-12-15 16:18:36 queue INFO 7 [73] -2014-12-15 16:18:36 sendUrl INFO 7 [62] -2014-12-15 16:18:36 queue INFO >7 [74] -2014-12-15 16:18:36 sendUrl INFO 3 [63] -2014-12-15 16:18:36 queue INFO 3 [75] -2014-12-15 16:18:36 sendUrl INFO 3 [64] -2014-12-15 16:18:36 queue INFO >3 [76] -2014-12-15 16:18:36 sendUrl INFO 7 [65] -2014-12-15 16:18:36 queue INFO 7 [77] -2014-12-15 16:18:37 queue INFO >7 [78] -2014-12-15 16:18:37 sendUrl INFO 7 [66] -2014-12-15 16:18:37 queue INFO 3 [79] -2014-12-15 16:18:37 sendUrl INFO 3 [67] -2014-12-15 16:18:37 queue INFO >3 [80] -2014-12-15 16:18:37 sendUrl INFO 3 [68] -2014-12-15 16:18:37 queue INFO 7 [81] -2014-12-15 16:18:37 sendUrl INFO 7 [69] -2014-12-15 16:18:37 queue INFO >7 [82] -2014-12-15 16:18:38 queue INFO 3 [83] -2014-12-15 16:18:38 sendUrl INFO 7 [70] -2014-12-15 16:18:38 queue INFO >3 [84] -2014-12-15 16:18:38 sendUrl INFO 3 [71] -2014-12-15 16:18:38 queue INFO 7 [85] -2014-12-15 16:18:38 sendUrl INFO 3 [72] -2014-12-15 16:18:38 queue INFO >7 [86] -2014-12-15 16:18:38 sendUrl INFO 7 [73] -2014-12-15 16:18:38 queue INFO 3 [87] -2014-12-15 16:18:39 queue INFO >3 [88] -2014-12-15 16:18:39 sendUrl INFO 7 [74] -2014-12-15 16:18:39 queue INFO 7 [89] -2014-12-15 16:18:39 sendUrl INFO 3 [75] -2014-12-15 16:18:39 queue INFO >7 [90] -2014-12-15 16:18:39 sendUrl INFO 3 [76] -2014-12-15 16:18:39 queue INFO 3 [91] -2014-12-15 16:18:39 sendUrl INFO 7 [77] -2014-12-15 16:18:39 queue INFO >3 [92] -2014-12-15 16:18:40 queue INFO 7 [93] -2014-12-15 16:18:40 sendUrl INFO 7 [78] -2014-12-15 16:18:40 queue INFO >7 [94] -2014-12-15 16:18:40 sendUrl INFO 3 [79] -2014-12-15 16:18:40 queue INFO 3 [95] -2014-12-15 16:18:40 sendUrl INFO 3 [80] -2014-12-15 16:18:40 queue INFO >3 [96] -2014-12-15 16:18:40 sendUrl INFO 7 [81] -2014-12-15 16:18:41 queue INFO 7 [97] -2014-12-15 16:18:41 queue INFO >7 [98] -2014-12-15 16:18:41 sendUrl INFO 7 [82] -2014-12-15 16:18:41 queue INFO 3 [99] -2014-12-15 16:18:41 sendUrl INFO 3 [83] -2014-12-15 16:18:41 queue INFO >3 [100] -2014-12-15 16:18:41 sendUrl INFO 3 [84] -2014-12-15 16:18:42 sendUrl INFO 7 [85] -2014-12-15 16:18:42 queue INFO 7 [101] -2014-12-15 16:18:42 queue INFO >7 [102] -2014-12-15 16:18:42 sendUrl INFO 7 [86] -2014-12-15 16:18:42 queue INFO 3 [103] -2014-12-15 16:18:42 sendUrl INFO 3 [87] -2014-12-15 16:18:42 queue INFO >3 [104] -2014-12-15 16:18:42 sendUrl INFO 3 [88] -2014-12-15 16:18:43 sendUrl INFO 7 [89] -2014-12-15 16:18:43 queue INFO 7 [105] -2014-12-15 16:18:43 sendUrl INFO 7 [90] -2014-12-15 16:18:43 queue INFO >7 [106] -2014-12-15 16:18:43 sendUrl INFO 3 [91] -2014-12-15 16:18:43 sendUrl INFO 3 [92] -2014-12-15 16:18:43 queue INFO 3 [107] -2014-12-15 16:18:44 queue INFO >3 [108] -2014-12-15 16:18:44 sendUrl INFO 7 [93] -2014-12-15 16:18:44 sendUrl INFO 7 [94] -2014-12-15 16:18:44 sendUrl INFO 3 [95] -2014-12-15 16:18:44 queue INFO 7 [109] -2014-12-15 16:18:44 sendUrl INFO 3 [96] -2014-12-15 16:18:44 queue INFO >7 [110] -2014-12-15 16:18:45 queue INFO 3 [111] -2014-12-15 16:18:45 sendUrl INFO 7 [97] -2014-12-15 16:18:45 queue INFO >3 [112] -2014-12-15 16:18:45 sendUrl INFO 7 [98] -2014-12-15 16:18:45 sendUrl INFO 3 [99] -2014-12-15 16:18:45 sendUrl INFO 3 [100] -2014-12-15 16:18:45 queue INFO 7 [113] -2014-12-15 16:18:46 queue INFO >7 [114] -2014-12-15 16:18:46 sendUrl INFO 7 [101] -2014-12-15 16:18:46 sendUrl INFO 7 [102] -2014-12-15 16:18:46 queue INFO 3 [115] -2014-12-15 16:18:46 sendUrl INFO 3 [103] -2014-12-15 16:18:46 queue INFO >3 [116] -2014-12-15 16:18:46 sendUrl INFO 3 [104] -2014-12-15 16:18:47 sendUrl INFO 7 [105] -2014-12-15 16:18:47 queue INFO 7 [117] -2014-12-15 16:18:47 sendUrl INFO 7 [106] -2014-12-15 16:18:47 queue INFO >7 [118] -2014-12-15 16:18:47 sendUrl INFO 3 [107] -2014-12-15 16:18:47 queue INFO 3 [119] -2014-12-15 16:18:47 sendUrl INFO 3 [108] -2014-12-15 16:18:47 queue INFO >3 [120] -2014-12-15 16:18:48 queue INFO 7 [121] -2014-12-15 16:18:48 sendUrl INFO 7 [109] -2014-12-15 16:18:48 queue INFO >7 [122] -2014-12-15 16:18:48 sendUrl INFO 7 [110] -2014-12-15 16:18:48 queue INFO 3 [123] -2014-12-15 16:18:48 sendUrl INFO 3 [111] -2014-12-15 16:18:48 queue INFO >3 [124] -2014-12-15 16:18:48 sendUrl INFO 3 [112] -2014-12-15 16:18:48 queue INFO 7 [125] -2014-12-15 16:18:49 queue INFO >7 [126] -2014-12-15 16:18:49 sendUrl INFO 7 [113] -2014-12-15 16:18:49 queue INFO 3 [127] -2014-12-15 16:18:49 sendUrl INFO 7 [114] -2014-12-15 16:18:49 queue INFO >3 [128] -2014-12-15 16:18:49 sendUrl INFO 3 [115] -2014-12-15 16:18:49 queue INFO 7 [129] -2014-12-15 16:18:49 sendUrl INFO 3 [116] -2014-12-15 16:18:49 queue INFO >7 [130] -2014-12-15 16:18:50 queue INFO 3 [131] -2014-12-15 16:18:50 sendUrl INFO 7 [117] -2014-12-15 16:18:50 queue INFO >3 [132] -2014-12-15 16:18:50 sendUrl INFO 7 [118] -2014-12-15 16:18:50 queue INFO 7 [133] -2014-12-15 16:18:50 sendUrl INFO 3 [119] -2014-12-15 16:18:50 queue INFO >7 [134] -2014-12-15 16:18:50 sendUrl INFO 3 [120] -2014-12-15 16:18:50 queue INFO 3 [135] -2014-12-15 16:18:51 queue INFO >3 [136] -2014-12-15 16:18:51 sendUrl INFO 7 [121] -2014-12-15 16:18:51 queue INFO 7 [137] -2014-12-15 16:18:51 sendUrl INFO 7 [122] -2014-12-15 16:18:51 queue INFO >7 [138] -2014-12-15 16:18:51 sendUrl INFO 3 [123] -2014-12-15 16:18:51 queue INFO 3 [139] -2014-12-15 16:18:51 sendUrl INFO 3 [124] -2014-12-15 16:18:52 queue INFO >3 [140] -2014-12-15 16:18:52 queue INFO 7 [141] -2014-12-15 16:18:52 sendUrl INFO 7 [125] -2014-12-15 16:18:52 queue INFO >7 [142] -2014-12-15 16:18:52 sendUrl INFO 7 [126] -2014-12-15 16:18:52 queue INFO 3 [143] -2014-12-15 16:18:52 sendUrl INFO 3 [127] -2014-12-15 16:18:52 queue INFO >3 [144] -2014-12-15 16:18:53 sendUrl INFO 3 [128] -2014-12-15 16:18:53 queue INFO 7 [145] -2014-12-15 16:18:53 queue INFO >7 [146] -2014-12-15 16:18:53 sendUrl INFO 7 [129] -2014-12-15 16:18:53 queue INFO 3 [147] -2014-12-15 16:18:53 sendUrl INFO 7 [130] -2014-12-15 16:18:53 queue INFO >3 [148] -2014-12-15 16:18:53 sendUrl INFO 3 [131] -2014-12-15 16:18:54 sendUrl INFO 3 [132] -2014-12-15 16:18:54 queue INFO 7 [149] -2014-12-15 16:18:54 queue INFO >7 [150] -2014-12-15 16:18:54 sendUrl INFO 7 [133] -2014-12-15 16:18:54 sendUrl INFO 7 [134] -2014-12-15 16:18:54 queue INFO 3 [151] -2014-12-15 16:18:54 sendUrl INFO 3 [135] -2014-12-15 16:18:54 queue INFO >3 [152] -2014-12-15 16:18:55 sendUrl INFO 3 [136] -2014-12-15 16:18:55 sendUrl INFO 7 [137] -2014-12-15 16:18:55 queue INFO 7 [153] -2014-12-15 16:18:55 sendUrl INFO 7 [138] -2014-12-15 16:18:55 queue INFO >7 [154] -2014-12-15 16:18:55 sendUrl INFO 3 [139] -2014-12-15 16:18:56 queue INFO 3 [155] -2014-12-15 16:18:56 sendUrl INFO 3 [140] -2014-12-15 16:18:56 queue INFO >3 [156] -2014-12-15 16:18:56 sendUrl INFO 7 [141] -2014-12-15 16:18:56 sendUrl INFO 7 [142] -2014-12-15 16:18:56 queue INFO 7 [157] -2014-12-15 16:18:56 sendUrl INFO 3 [143] -2014-12-15 16:18:56 queue INFO >7 [158] -2014-12-15 16:18:57 sendUrl INFO 3 [144] -2014-12-15 16:18:57 queue INFO 3 [159] -2014-12-15 16:18:57 sendUrl INFO 7 [145] -2014-12-15 16:18:57 queue INFO >3 [160] -2014-12-15 16:18:57 sendUrl INFO 7 [146] -2014-12-15 16:18:57 sendUrl INFO 3 [147] -2014-12-15 16:18:57 queue INFO 7 [161] -2014-12-15 16:18:58 queue INFO >7 [162] -2014-12-15 16:18:58 sendUrl INFO 3 [148] -2014-12-15 16:18:58 sendUrl INFO 7 [149] -2014-12-15 16:18:58 queue INFO 3 [163] -2014-12-15 16:18:58 sendUrl INFO 7 [150] -2014-12-15 16:18:58 queue INFO >3 [164] -2014-12-15 16:18:58 sendUrl INFO 3 [151] -2014-12-15 16:18:58 queue INFO 7 [165] -2014-12-15 16:18:59 queue INFO >7 [166] -2014-12-15 16:18:59 sendUrl INFO 3 [152] -2014-12-15 16:18:59 queue INFO 3 [167] -2014-12-15 16:18:59 sendUrl INFO 7 [153] -2014-12-15 16:18:59 queue INFO >3 [168] -2014-12-15 16:18:59 sendUrl INFO 7 [154] -2014-12-15 16:18:59 sendUrl INFO 3 [155] -2014-12-15 16:19:00 queue INFO 7 [169] -2014-12-15 16:19:00 sendUrl INFO 3 [156] -2014-12-15 16:19:00 queue INFO >7 [170] -2014-12-15 16:19:00 sendUrl INFO 7 [157] -2014-12-15 16:19:00 queue INFO 3 [171] -2014-12-15 16:19:00 sendUrl INFO 7 [158] -2014-12-15 16:19:00 queue INFO >3 [172] -2014-12-15 16:19:00 sendUrl INFO 3 [159] -2014-12-15 16:19:00 queue INFO 7 [173] -2014-12-15 16:19:01 queue INFO >7 [174] -2014-12-15 16:19:01 sendUrl INFO 3 [160] -2014-12-15 16:19:01 queue INFO 3 [175] -2014-12-15 16:19:01 sendUrl INFO 7 [161] -2014-12-15 16:19:01 queue INFO 7 [176] -2014-12-15 16:19:01 sendUrl INFO 7 [162] -2014-12-15 16:19:01 queue INFO >7 [177] -2014-12-15 16:19:01 sendUrl INFO 3 [163] -2014-12-15 16:19:02 queue INFO 3 [178] -2014-12-15 16:19:02 queue INFO >3 [179] -2014-12-15 16:19:02 sendUrl INFO 3 [164] -2014-12-15 16:19:02 queue INFO 7 [180] -2014-12-15 16:19:02 sendUrl INFO 7 [165] -2014-12-15 16:19:02 queue INFO >7 [181] -2014-12-15 16:19:02 sendUrl INFO 7 [166] -2014-12-15 16:19:02 queue INFO 3 [182] -2014-12-15 16:19:03 sendUrl INFO 3 [167] -2014-12-15 16:19:03 queue INFO >3 [183] -2014-12-15 16:19:03 queue INFO 7 [184] -2014-12-15 16:19:03 sendUrl INFO 3 [168] -2014-12-15 16:19:03 queue INFO >7 [185] -2014-12-15 16:19:03 sendUrl INFO 7 [169] -2014-12-15 16:19:03 sendUrl INFO 7 [170] -2014-12-15 16:19:03 queue INFO 3 [186] -2014-12-15 16:19:04 sendUrl INFO 3 [171] -2014-12-15 16:19:04 queue INFO >3 [187] -2014-12-15 16:19:04 sendUrl INFO 3 [172] -2014-12-15 16:19:04 sendUrl INFO 7 [173] -2014-12-15 16:19:04 queue INFO 7 [188] -2014-12-15 16:19:04 sendUrl INFO 7 [174] -2014-12-15 16:19:04 queue INFO >7 [189] -2014-12-15 16:19:05 queue INFO 3 [190] -2014-12-15 16:19:05 sendUrl INFO 3 [175] -2014-12-15 16:19:05 queue INFO >3 [191] -2014-12-15 16:19:05 sendUrl INFO 7 [176] -2014-12-15 16:19:05 sendUrl INFO 7 [177] -2014-12-15 16:19:05 queue INFO 7 [192] -2014-12-15 16:19:05 sendUrl INFO 3 [178] -2014-12-15 16:19:05 queue INFO >7 [193] -2014-12-15 16:19:06 queue INFO 3 [194] -2014-12-15 16:19:06 sendUrl INFO 3 [179] -2014-12-15 16:19:06 queue INFO >3 [195] -2014-12-15 16:19:06 sendUrl INFO 7 [180] -2014-12-15 16:19:06 sendUrl INFO 7 [181] -2014-12-15 16:19:06 sendUrl INFO 3 [182] -2014-12-15 16:19:06 queue INFO 7 [196] -2014-12-15 16:19:07 queue INFO >7 [197] -2014-12-15 16:19:07 sendUrl INFO 3 [183] -2014-12-15 16:19:07 queue INFO 3 [198] -2014-12-15 16:19:07 sendUrl INFO 7 [184] -2014-12-15 16:19:07 queue INFO >3 [199] -2014-12-15 16:19:07 sendUrl INFO 7 [185] -2014-12-15 16:19:07 queue INFO 7 [200] -2014-12-15 16:19:07 sendUrl INFO 3 [186] -2014-12-15 16:19:07 queue INFO >7 [201] -2014-12-15 16:19:08 queue INFO 3 [202] -2014-12-15 16:19:08 sendUrl INFO 3 [187] -2014-12-15 16:19:08 queue INFO >3 [203] -2014-12-15 16:19:08 sendUrl INFO 7 [188] -2014-12-15 16:19:08 queue INFO 7 [204] -2014-12-15 16:19:08 sendUrl INFO 7 [189] -2014-12-15 16:19:08 queue INFO >7 [205] -2014-12-15 16:19:08 sendUrl INFO 3 [190] -2014-12-15 16:19:09 sendUrl INFO 3 [191] -2014-12-15 16:19:09 sendUrl INFO 7 [192] -2014-12-15 16:19:09 sendUrl INFO 7 [193] -2014-12-15 16:19:09 sendUrl INFO 3 [194] -2014-12-15 16:19:10 sendUrl INFO 3 [195] -2014-12-15 16:19:10 sendUrl INFO 7 [196] -2014-12-15 16:19:10 sendUrl INFO 7 [197] -2014-12-15 16:19:10 sendUrl INFO 3 [198] -2014-12-15 16:19:11 sendUrl INFO 3 [199] -2014-12-15 16:19:11 sendUrl INFO 7 [200] -2014-12-15 16:19:11 sendUrl INFO 7 [201] -2014-12-15 16:19:11 sendUrl INFO 3 [202] -2014-12-15 16:19:12 sendUrl INFO 3 [203] -2014-12-15 16:19:12 sendUrl INFO 7 [204] -2014-12-15 16:19:12 sendUrl INFO 7 [205] -2014-12-15 16:19:14 queue INFO 3 [206] -2014-12-15 16:19:14 queue INFO >3 [207] -2014-12-15 16:19:15 sendUrl INFO 3 [206] -2014-12-15 16:19:15 sendUrl INFO 3 [207] -2014-12-15 16:19:15 queue INFO 7 [208] -2014-12-15 16:19:15 queue INFO >7 [209] -2014-12-15 16:19:15 sendUrl INFO 7 [208] -2014-12-15 16:19:16 sendUrl INFO 7 [209] -2014-12-15 16:19:16 queue INFO 3 [210] -2014-12-15 16:19:16 sendUrl INFO 3 [210] -2014-12-15 16:19:16 queue INFO >3 [211] -2014-12-15 16:19:16 sendUrl INFO 3 [211] -2014-12-15 16:19:16 queue INFO 7 [212] -2014-12-15 16:19:17 queue INFO >7 [213] -2014-12-15 16:19:17 sendUrl INFO 7 [212] -2014-12-15 16:19:17 sendUrl INFO 7 [213] -2014-12-15 16:19:17 queue INFO 3 [214] -2014-12-15 16:19:17 queue INFO >3 [215] -2014-12-15 16:19:17 sendUrl INFO 3 [214] -2014-12-15 16:19:18 sendUrl INFO 3 [215] -2014-12-15 16:19:18 queue INFO 7 [216] -2014-12-15 16:19:18 sendUrl INFO 7 [216] -2014-12-15 16:19:18 queue INFO >7 [217] -2014-12-15 16:19:18 sendUrl INFO 7 [217] -2014-12-15 16:19:19 queue INFO 3 [218] -2014-12-15 16:19:19 sendUrl INFO 3 [218] -2014-12-15 16:19:19 queue INFO >3 [219] -2014-12-15 16:19:19 sendUrl INFO 3 [219] -2014-12-15 16:19:19 queue INFO 7 [220] -2014-12-15 16:19:19 sendUrl INFO 7 [220] -2014-12-15 16:19:19 queue INFO >7 [221] -2014-12-15 16:19:19 sendUrl INFO 7 [221] -2014-12-15 16:19:20 queue INFO 3 [222] -2014-12-15 16:19:20 sendUrl INFO 3 [222] -2014-12-15 16:19:20 queue INFO >3 [223] -2014-12-15 16:19:20 sendUrl INFO 3 [223] -2014-12-15 16:19:20 queue INFO 7 [224] -2014-12-15 16:19:21 queue INFO >7 [225] -2014-12-15 16:19:21 sendUrl INFO 7 [224] -2014-12-15 16:19:21 sendUrl INFO 7 [225] -2014-12-15 16:19:21 queue INFO 3 [226] -2014-12-15 16:19:21 queue INFO >3 [227] -2014-12-15 16:19:21 sendUrl INFO 3 [226] -2014-12-15 16:19:22 sendUrl INFO 3 [227] -2014-12-15 16:19:22 queue INFO 7 [228] -2014-12-15 16:19:22 queue INFO >7 [229] -2014-12-15 16:19:22 sendUrl INFO 7 [228] -2014-12-15 16:19:22 sendUrl INFO 7 [229] -2014-12-15 16:19:23 queue INFO 3 [230] -2014-12-15 16:19:23 sendUrl INFO 3 [230] -2014-12-15 16:19:23 queue INFO >3 [231] -2014-12-15 16:19:23 sendUrl INFO 3 [231] -2014-12-15 16:19:24 queue INFO 7 [232] -2014-12-15 16:19:24 sendUrl INFO 7 [232] -2014-12-15 16:19:24 queue INFO >7 [233] -2014-12-15 16:19:24 sendUrl INFO 7 [233] -2014-12-15 16:19:24 queue INFO 3 [234] -2014-12-15 16:19:25 queue INFO >3 [235] -2014-12-15 16:19:25 sendUrl INFO 3 [234] -2014-12-15 16:19:25 sendUrl INFO 3 [235] -2014-12-15 16:19:25 queue INFO 7 [236] -2014-12-15 16:19:25 sendUrl INFO 7 [236] -2014-12-15 16:19:26 queue INFO >7 [237] -2014-12-15 16:19:26 sendUrl INFO 7 [237] -2014-12-15 16:19:26 queue INFO 3 [238] -2014-12-15 16:19:26 sendUrl INFO 3 [238] -2014-12-15 16:19:26 queue INFO >3 [239] -2014-12-15 16:19:26 sendUrl INFO 3 [239] -2014-12-15 16:19:27 queue INFO 7 [240] -2014-12-15 16:19:27 sendUrl INFO 7 [240] -2014-12-15 16:19:27 queue INFO >7 [241] -2014-12-15 16:19:27 sendUrl INFO 7 [241] -2014-12-15 16:19:28 queue INFO 3 [242] -2014-12-15 16:19:28 sendUrl INFO 3 [242] -2014-12-15 16:19:28 queue INFO >3 [243] -2014-12-15 16:19:28 sendUrl INFO 3 [243] -2014-12-15 16:19:29 queue INFO 7 [244] -2014-12-15 16:19:29 sendUrl INFO 7 [244] -2014-12-15 16:19:29 queue INFO >7 [245] -2014-12-15 16:19:29 sendUrl INFO 7 [245] -2014-12-15 16:19:29 queue INFO 3 [246] -2014-12-15 16:19:29 queue INFO >3 [247] -2014-12-15 16:19:29 sendUrl INFO 3 [246] -2014-12-15 16:19:30 sendUrl INFO 3 [247] -2014-12-15 16:19:30 queue INFO 7 [248] -2014-12-15 16:19:30 queue INFO >7 [249] -2014-12-15 16:19:30 sendUrl INFO 7 [248] -2014-12-15 16:19:30 queue INFO 3 [250] -2014-12-15 16:19:30 sendUrl INFO 7 [249] -2014-12-15 16:19:30 queue INFO >3 [251] -2014-12-15 16:19:31 sendUrl INFO 3 [250] -2014-12-15 16:19:31 sendUrl INFO 3 [251] -2014-12-15 16:19:31 queue INFO 7 [252] -2014-12-15 16:19:31 queue INFO >7 [253] -2014-12-15 16:19:31 sendUrl INFO 7 [252] -2014-12-15 16:19:31 queue INFO 3 [254] -2014-12-15 16:19:32 sendUrl INFO 7 [253] -2014-12-15 16:19:32 queue INFO >3 [255] -2014-12-15 16:19:32 sendUrl INFO 3 [254] -2014-12-15 16:19:32 sendUrl INFO 3 [255] -2014-12-15 16:19:32 queue INFO 7 [256] -2014-12-15 16:19:33 queue INFO >7 [257] -2014-12-15 16:19:33 sendUrl INFO 7 [256] -2014-12-15 16:19:33 sendUrl INFO 7 [257] -2014-12-15 16:19:33 queue INFO 3 [258] -2014-12-15 16:19:33 queue INFO >3 [259] -2014-12-15 16:19:33 sendUrl INFO 3 [258] -2014-12-15 16:19:34 sendUrl INFO 3 [259] -2014-12-15 16:19:34 queue INFO 7 [260] -2014-12-15 16:19:34 queue INFO >7 [261] -2014-12-15 16:19:34 sendUrl INFO 7 [260] -2014-12-15 16:19:34 queue INFO 3 [262] -2014-12-15 16:19:34 sendUrl INFO 7 [261] -2014-12-15 16:19:35 queue INFO >3 [263] -2014-12-15 16:19:35 sendUrl INFO 3 [262] -2014-12-15 16:19:35 sendUrl INFO 3 [263] -2014-12-15 16:19:35 queue INFO 7 [264] -2014-12-15 16:19:35 queue INFO >7 [265] -2014-12-15 16:19:35 sendUrl INFO 7 [264] -2014-12-15 16:19:35 sendUrl INFO 7 [265] -2014-12-15 16:19:36 queue INFO 3 [266] -2014-12-15 16:19:36 sendUrl INFO 3 [266] -2014-12-15 16:19:36 queue INFO >3 [267] -2014-12-15 16:19:36 sendUrl INFO 3 [267] -2014-12-15 16:19:37 queue INFO 7 [268] -2014-12-15 16:19:37 sendUrl INFO 7 [268] -2014-12-15 16:19:37 queue INFO >7 [269] -2014-12-15 16:19:37 sendUrl INFO 7 [269] -2014-12-15 16:19:37 queue INFO 3 [270] -2014-12-15 16:19:37 sendUrl INFO 3 [270] -2014-12-15 16:19:38 queue INFO >3 [271] -2014-12-15 16:19:38 sendUrl INFO 3 [271] -2014-12-15 16:19:38 queue INFO 7 [272] -2014-12-15 16:19:38 queue INFO >7 [273] -2014-12-15 16:19:38 sendUrl INFO 7 [272] -2014-12-15 16:19:39 queue INFO 3 [274] -2014-12-15 16:19:39 sendUrl INFO 7 [273] -2014-12-15 16:19:39 queue INFO >3 [275] -2014-12-15 16:19:39 sendUrl INFO 3 [274] -2014-12-15 16:19:39 sendUrl INFO 3 [275] -2014-12-15 16:19:40 queue INFO 7 [276] -2014-12-15 16:19:40 sendUrl INFO 7 [276] -2014-12-15 16:19:40 queue INFO >7 [277] -2014-12-15 16:19:40 sendUrl INFO 7 [277] -2014-12-15 16:19:40 queue INFO 3 [278] -2014-12-15 16:19:40 sendUrl INFO 3 [278] -2014-12-15 16:19:40 queue INFO >3 [279] -2014-12-15 16:19:41 sendUrl INFO 3 [279] -2014-12-15 16:19:41 queue INFO 7 [280] -2014-12-15 16:19:41 sendUrl INFO 7 [280] -2014-12-15 16:19:41 queue INFO >7 [281] -2014-12-15 16:19:41 sendUrl INFO 7 [281] -2014-12-15 16:19:41 queue INFO 3 [282] -2014-12-15 16:19:41 sendUrl INFO 3 [282] -2014-12-15 16:19:41 queue INFO >3 [283] -2014-12-15 16:19:42 sendUrl INFO 3 [283] -2014-12-15 16:19:42 queue INFO 7 [284] -2014-12-15 16:19:42 queue INFO >7 [285] -2014-12-15 16:19:42 sendUrl INFO 7 [284] -2014-12-15 16:19:43 sendUrl INFO 7 [285] -2014-12-15 16:19:43 queue INFO 3 [286] -2014-12-15 16:19:43 sendUrl INFO 3 [286] -2014-12-15 16:19:43 queue INFO >3 [287] -2014-12-15 16:19:43 sendUrl INFO 3 [287] -2014-12-15 16:19:44 queue INFO 7 [288] -2014-12-15 16:19:44 queue INFO >7 [289] -2014-12-15 16:19:44 sendUrl INFO 7 [288] -2014-12-15 16:19:44 queue INFO 3 [290] -2014-12-15 16:19:44 sendUrl INFO 7 [289] -2014-12-15 16:19:44 queue INFO >3 [291] -2014-12-15 16:19:44 sendUrl INFO 3 [290] -2014-12-15 16:19:45 sendUrl INFO 3 [291] -2014-12-15 16:19:45 queue INFO 7 [292] -2014-12-15 16:19:45 queue INFO >7 [293] -2014-12-15 16:19:45 sendUrl INFO 7 [292] -2014-12-15 16:19:45 sendUrl INFO 7 [293] -2014-12-15 16:19:45 queue INFO 3 [294] -2014-12-15 16:19:46 sendUrl INFO 3 [294] -2014-12-15 16:19:46 queue INFO >3 [295] -2014-12-15 16:19:46 sendUrl INFO 3 [295] -2014-12-15 16:19:46 queue INFO 7 [296] -2014-12-15 16:19:46 sendUrl INFO 7 [296] -2014-12-15 16:19:47 queue INFO >7 [297] -2014-12-15 16:19:47 sendUrl INFO 7 [297] -2014-12-15 16:19:47 queue INFO 3 [298] -2014-12-15 16:19:47 queue INFO >3 [299] -2014-12-15 16:19:47 sendUrl INFO 3 [298] -2014-12-15 16:19:47 sendUrl INFO 3 [299] -2014-12-15 16:19:48 queue INFO 7 [300] -2014-12-15 16:19:48 sendUrl INFO 7 [300] -2014-12-15 16:19:48 queue INFO >7 [301] -2014-12-15 16:19:48 sendUrl INFO 7 [301] -2014-12-15 16:19:48 queue INFO 3 [302] -2014-12-15 16:19:48 sendUrl INFO 3 [302] -2014-12-15 16:19:49 queue INFO >3 [303] -2014-12-15 16:19:49 sendUrl INFO 3 [303] -2014-12-15 16:19:49 queue INFO 7 [304] -2014-12-15 16:19:49 queue INFO >7 [305] -2014-12-15 16:19:49 sendUrl INFO 7 [304] -2014-12-15 16:19:49 sendUrl INFO 7 [305] -2014-12-15 16:19:50 queue INFO 3 [306] -2014-12-15 16:19:50 queue INFO >3 [307] -2014-12-15 16:19:50 sendUrl INFO 3 [306] -2014-12-15 16:19:50 sendUrl INFO 3 [307] -2014-12-15 16:19:50 queue INFO 7 [308] -2014-12-15 16:19:51 sendUrl INFO 7 [308] -2014-12-15 16:19:51 queue INFO >7 [309] -2014-12-15 16:19:51 sendUrl INFO 7 [309] -2014-12-15 16:19:51 queue INFO 3 [310] -2014-12-15 16:19:51 queue INFO >3 [311] -2014-12-15 16:19:51 sendUrl INFO 3 [310] -2014-12-15 16:19:52 sendUrl INFO 3 [311] -2014-12-15 16:19:52 queue INFO 7 [312] -2014-12-15 16:19:52 queue INFO >7 [313] -2014-12-15 16:19:52 sendUrl INFO 7 [312] -2014-12-15 16:19:53 sendUrl INFO 7 [313] -2014-12-15 16:19:53 queue INFO 3 [314] -2014-12-15 16:19:53 queue INFO >3 [315] -2014-12-15 16:19:53 sendUrl INFO 3 [314] -2014-12-15 16:19:53 sendUrl INFO 3 [315] -2014-12-15 16:19:53 queue INFO 7 [316] -2014-12-15 16:19:53 sendUrl INFO 7 [316] -2014-12-15 16:19:53 queue INFO >7 [317] -2014-12-15 16:19:54 sendUrl INFO 7 [317] -2014-12-15 16:19:54 queue INFO 3 [318] -2014-12-15 16:19:54 queue INFO >3 [319] -2014-12-15 16:19:54 sendUrl INFO 3 [318] -2014-12-15 16:19:55 sendUrl INFO 3 [319] -2014-12-15 16:19:55 queue INFO 7 [320] -2014-12-15 16:19:55 queue INFO >7 [321] -2014-12-15 16:19:55 sendUrl INFO 7 [320] -2014-12-15 16:19:55 queue INFO 3 [322] -2014-12-15 16:19:55 sendUrl INFO 7 [321] -2014-12-15 16:19:55 queue INFO >3 [323] -2014-12-15 16:19:56 sendUrl INFO 3 [322] -2014-12-15 16:19:56 sendUrl INFO 3 [323] -2014-12-15 16:19:56 queue INFO 7 [324] -2014-12-15 16:19:56 sendUrl INFO 7 [324] -2014-12-15 16:19:56 queue INFO >7 [325] -2014-12-15 16:19:56 sendUrl INFO 7 [325] -2014-12-15 16:19:56 queue INFO 3 [326] -2014-12-15 16:19:57 sendUrl INFO 3 [326] -2014-12-15 16:19:57 queue INFO >3 [327] -2014-12-15 16:19:57 queue INFO 7 [328] -2014-12-15 16:19:57 sendUrl INFO 3 [327] -2014-12-15 16:19:57 queue INFO >7 [329] -2014-12-15 16:19:57 sendUrl INFO 7 [328] -2014-12-15 16:19:57 queue INFO 3 [330] -2014-12-15 16:19:57 sendUrl INFO 7 [329] -2014-12-15 16:19:57 queue INFO >3 [331] -2014-12-15 16:19:58 sendUrl INFO 3 [330] -2014-12-15 16:19:58 queue INFO 7 [332] -2014-12-15 16:19:58 queue INFO >7 [333] -2014-12-15 16:19:58 sendUrl INFO 3 [331] -2014-12-15 16:19:58 sendUrl INFO 7 [332] -2014-12-15 16:19:58 queue INFO 3 [334] -2014-12-15 16:19:58 sendUrl INFO 7 [333] -2014-12-15 16:19:58 queue INFO >3 [335] -2014-12-15 16:19:59 sendUrl INFO 3 [334] -2014-12-15 16:19:59 sendUrl INFO 3 [335] -2014-12-15 16:19:59 queue INFO 7 [336] -2014-12-15 16:19:59 sendUrl INFO 7 [336] -2014-12-15 16:19:59 queue INFO >7 [337] -2014-12-15 16:19:59 sendUrl INFO 7 [337] -2014-12-15 16:20:00 queue INFO 3 [338] -2014-12-15 16:20:00 queue INFO >3 [339] -2014-12-15 16:20:00 sendUrl INFO 3 [338] -2014-12-15 16:20:00 sendUrl INFO 3 [339] -2014-12-15 16:20:01 queue INFO 7 [340] -2014-12-15 16:20:01 queue INFO >7 [341] -2014-12-15 16:20:01 sendUrl INFO 7 [340] -2014-12-15 16:20:01 sendUrl INFO 7 [341] -2014-12-15 16:20:01 queue INFO 3 [342] -2014-12-15 16:20:01 sendUrl INFO 3 [342] -2014-12-15 16:20:01 queue INFO >3 [343] -2014-12-15 16:20:01 sendUrl INFO 3 [343] -2014-12-15 16:20:02 queue INFO 7 [344] -2014-12-15 16:20:02 queue INFO >7 [345] -2014-12-15 16:20:02 sendUrl INFO 7 [344] -2014-12-15 16:20:03 sendUrl INFO 7 [345] -2014-12-15 16:20:03 queue INFO 3 [346] -2014-12-15 16:20:03 queue INFO >3 [347] -2014-12-15 16:20:03 sendUrl INFO 3 [346] -2014-12-15 16:20:03 sendUrl INFO 3 [347] -2014-12-15 16:20:04 queue INFO 7 [348] -2014-12-15 16:20:04 queue INFO >7 [349] -2014-12-15 16:20:04 sendUrl INFO 7 [348] -2014-12-15 16:20:04 queue INFO 3 [350] -2014-12-15 16:20:04 sendUrl INFO 7 [349] -2014-12-15 16:20:04 queue INFO >3 [351] -2014-12-15 16:20:04 sendUrl INFO 3 [350] -2014-12-15 16:20:05 sendUrl INFO 3 [351] -2014-12-15 16:20:05 queue INFO 7 [352] -2014-12-15 16:20:05 sendUrl INFO 7 [352] -2014-12-15 16:20:05 queue INFO >7 [353] -2014-12-15 16:20:05 sendUrl INFO 7 [353] -2014-12-15 16:20:06 queue INFO 3 [354] -2014-12-15 16:20:06 queue INFO >3 [355] -2014-12-15 16:20:06 sendUrl INFO 3 [354] -2014-12-15 16:20:06 sendUrl INFO 3 [355] -2014-12-15 16:20:06 queue INFO 7 [356] -2014-12-15 16:20:06 sendUrl INFO 7 [356] -2014-12-15 16:20:06 queue INFO >7 [357] -2014-12-15 16:20:07 sendUrl INFO 7 [357] -2014-12-15 16:20:07 queue INFO 3 [358] -2014-12-15 16:20:07 sendUrl INFO 3 [358] -2014-12-15 16:20:07 queue INFO >3 [359] -2014-12-15 16:20:07 sendUrl INFO 3 [359] -2014-12-15 16:20:08 queue INFO 7 [360] -2014-12-15 16:20:08 queue INFO >7 [361] -2014-12-15 16:20:08 sendUrl INFO 7 [360] -2014-12-15 16:20:08 sendUrl INFO 7 [361] -2014-12-15 16:20:08 queue INFO 3 [362] -2014-12-15 16:20:09 queue INFO >3 [363] -2014-12-15 16:20:09 sendUrl INFO 3 [362] -2014-12-15 16:20:09 sendUrl INFO 3 [363] -2014-12-15 16:20:09 queue INFO 7 [364] -2014-12-15 16:20:10 queue INFO >7 [365] -2014-12-15 16:20:10 sendUrl INFO 7 [364] -2014-12-15 16:20:10 queue INFO 3 [366] -2014-12-15 16:20:10 sendUrl INFO 7 [365] -2014-12-15 16:20:10 queue INFO >3 [367] -2014-12-15 16:20:10 sendUrl INFO 3 [366] -2014-12-15 16:20:10 sendUrl INFO 3 [367] -2014-12-15 16:20:11 queue INFO 7 [368] -2014-12-15 16:20:11 sendUrl INFO 7 [368] -2014-12-15 16:20:11 queue INFO >7 [369] -2014-12-15 16:20:11 sendUrl INFO 7 [369] -2014-12-15 16:20:11 queue INFO 3 [370] -2014-12-15 16:20:11 sendUrl INFO 3 [370] -2014-12-15 16:20:11 queue INFO >3 [371] -2014-12-15 16:20:12 sendUrl INFO 3 [371] -2014-12-15 16:20:12 queue INFO 7 [372] -2014-12-15 16:20:12 sendUrl INFO 7 [372] -2014-12-15 16:20:12 queue INFO >7 [373] -2014-12-15 16:20:12 sendUrl INFO 7 [373] -2014-12-15 16:20:12 queue INFO 3 [374] -2014-12-15 16:20:13 queue INFO >3 [375] -2014-12-15 16:20:13 sendUrl INFO 3 [374] -2014-12-15 16:20:13 sendUrl INFO 3 [375] -2014-12-15 16:20:13 queue INFO 7 [376] -2014-12-15 16:20:13 sendUrl INFO 7 [376] -2014-12-15 16:20:13 queue INFO >7 [377] -2014-12-15 16:20:14 sendUrl INFO 7 [377] -2014-12-15 16:20:14 queue INFO 3 [378] -2014-12-15 16:20:14 sendUrl INFO 3 [378] -2014-12-15 16:20:14 queue INFO >3 [379] -2014-12-15 16:20:14 sendUrl INFO 3 [379] -2014-12-15 16:20:15 queue INFO 7 [380] -2014-12-15 16:20:15 sendUrl INFO 7 [380] -2014-12-15 16:20:15 queue INFO >7 [381] -2014-12-15 16:20:15 sendUrl INFO 7 [381] -2014-12-15 16:20:16 queue INFO 3 [382] -2014-12-15 16:20:16 queue INFO >3 [383] -2014-12-15 16:20:16 sendUrl INFO 3 [382] -2014-12-15 16:20:16 sendUrl INFO 3 [383] -2014-12-15 16:20:16 queue INFO 7 [384] -2014-12-15 16:20:16 sendUrl INFO 7 [384] -2014-12-15 16:20:16 queue INFO >7 [385] -2014-12-15 16:20:17 sendUrl INFO 7 [385] -2014-12-15 16:20:17 queue INFO 3 [386] -2014-12-15 16:20:17 queue INFO >3 [387] -2014-12-15 16:20:17 sendUrl INFO 3 [386] -2014-12-15 16:20:17 sendUrl INFO 3 [387] -2014-12-15 16:20:18 queue INFO 7 [388] -2014-12-15 16:20:18 queue INFO >7 [389] -2014-12-15 16:20:18 sendUrl INFO 7 [388] -2014-12-15 16:20:18 sendUrl INFO 7 [389] -2014-12-15 16:20:18 queue INFO 3 [390] -2014-12-15 16:20:18 sendUrl INFO 3 [390] -2014-12-15 16:20:18 queue INFO >3 [391] -2014-12-15 16:20:19 sendUrl INFO 3 [391] -2014-12-15 16:20:19 queue INFO 7 [392] -2014-12-15 16:20:19 sendUrl INFO 7 [392] -2014-12-15 16:20:19 queue INFO >7 [393] -2014-12-15 16:20:19 sendUrl INFO 7 [393] -2014-12-15 16:20:20 queue INFO 3 [394] -2014-12-15 16:20:20 queue INFO >3 [395] -2014-12-15 16:20:20 sendUrl INFO 3 [394] -2014-12-15 16:20:20 queue INFO 7 [396] -2014-12-15 16:20:20 sendUrl INFO 3 [395] -2014-12-15 16:20:20 queue INFO >7 [397] -2014-12-15 16:20:20 sendUrl INFO 7 [396] -2014-12-15 16:20:20 queue INFO 3 [398] -2014-12-15 16:20:21 queue INFO >3 [399] -2014-12-15 16:20:21 sendUrl INFO 7 [397] -2014-12-15 16:20:21 sendUrl INFO 3 [398] -2014-12-15 16:20:21 queue INFO 7 [400] -2014-12-15 16:20:21 sendUrl INFO 3 [399] -2014-12-15 16:20:21 queue INFO >7 [401] -2014-12-15 16:20:21 sendUrl INFO 7 [400] -2014-12-15 16:20:22 queue INFO 3 [402] -2014-12-15 16:20:22 sendUrl INFO 7 [401] -2014-12-15 16:20:22 queue INFO >3 [403] -2014-12-15 16:20:22 sendUrl INFO 3 [402] -2014-12-15 16:20:22 sendUrl INFO 3 [403] -2014-12-15 16:20:22 queue INFO 7 [404] -2014-12-15 16:20:23 queue INFO >7 [405] -2014-12-15 16:20:23 sendUrl INFO 7 [404] -2014-12-15 16:20:23 sendUrl INFO 7 [405] -2014-12-15 16:20:23 queue INFO 3 [406] -2014-12-15 16:20:23 sendUrl INFO 3 [406] -2014-12-15 16:20:23 queue INFO >3 [407] -2014-12-15 16:20:23 sendUrl INFO 3 [407] -2014-12-15 16:20:24 queue INFO 7 [408] -2014-12-15 16:20:24 sendUrl INFO 7 [408] -2014-12-15 16:20:24 queue INFO >7 [409] -2014-12-15 16:20:24 sendUrl INFO 7 [409] -2014-12-15 16:20:25 queue INFO 3 [410] -2014-12-15 16:20:25 queue INFO >3 [411] -2014-12-15 16:20:25 sendUrl INFO 3 [410] -2014-12-15 16:20:25 sendUrl INFO 3 [411] -2014-12-15 16:20:25 queue INFO 7 [412] -2014-12-15 16:20:26 queue INFO >7 [413] -2014-12-15 16:20:26 sendUrl INFO 7 [412] -2014-12-15 16:20:26 sendUrl INFO 7 [413] -2014-12-15 16:20:26 queue INFO 3 [414] -2014-12-15 16:20:26 sendUrl INFO 3 [414] -2014-12-15 16:20:26 queue INFO >3 [415] -2014-12-15 16:20:26 sendUrl INFO 3 [415] -2014-12-15 16:20:27 queue INFO 7 [416] -2014-12-15 16:20:27 sendUrl INFO 7 [416] -2014-12-15 16:20:27 queue INFO >7 [417] -2014-12-15 16:20:27 sendUrl INFO 7 [417] -2014-12-15 16:20:27 queue INFO 3 [418] -2014-12-15 16:20:28 queue INFO >3 [419] -2014-12-15 16:20:28 sendUrl INFO 3 [418] -2014-12-15 16:20:28 queue INFO 7 [420] -2014-12-15 16:20:28 sendUrl INFO 3 [419] -2014-12-15 16:20:28 queue INFO >7 [421] -2014-12-15 16:20:28 sendUrl INFO 7 [420] -2014-12-15 16:20:28 queue INFO 3 [422] -2014-12-15 16:20:29 queue INFO >3 [423] -2014-12-15 16:20:29 sendUrl INFO 7 [421] -2014-12-15 16:20:29 queue INFO 7 [424] -2014-12-15 16:20:29 sendUrl INFO 3 [422] -2014-12-15 16:20:29 queue INFO >7 [425] -2014-12-15 16:20:29 sendUrl INFO 3 [423] -2014-12-15 16:20:29 queue INFO 3 [426] -2014-12-15 16:20:29 sendUrl INFO 7 [424] -2014-12-15 16:20:29 queue INFO >3 [427] -2014-12-15 16:20:30 sendUrl INFO 7 [425] -2014-12-15 16:20:30 sendUrl INFO 3 [426] -2014-12-15 16:20:30 queue INFO 7 [428] -2014-12-15 16:20:30 sendUrl INFO 3 [427] -2014-12-15 16:20:30 queue INFO >7 [429] -2014-12-15 16:20:30 sendUrl INFO 7 [428] -2014-12-15 16:20:31 queue INFO 3 [430] -2014-12-15 16:20:31 sendUrl INFO 7 [429] -2014-12-15 16:20:31 queue INFO >3 [431] -2014-12-15 16:20:31 sendUrl INFO 3 [430] -2014-12-15 16:20:31 sendUrl INFO 3 [431] -2014-12-15 16:20:32 queue INFO 7 [432] -2014-12-15 16:20:32 queue INFO >7 [433] -2014-12-15 16:20:32 sendUrl INFO 7 [432] -2014-12-15 16:20:32 sendUrl INFO 7 [433] -2014-12-15 16:20:32 queue INFO 3 [434] -2014-12-15 16:20:32 queue INFO >3 [435] -2014-12-15 16:20:32 sendUrl INFO 3 [434] -2014-12-15 16:20:33 sendUrl INFO 3 [435] -2014-12-15 16:20:33 queue INFO 7 [436] -2014-12-15 16:20:33 sendUrl INFO 7 [436] -2014-12-15 16:20:33 queue INFO >7 [437] -2014-12-15 16:20:33 sendUrl INFO 7 [437] -2014-12-15 16:20:34 queue INFO 3 [438] -2014-12-15 16:20:34 queue INFO >3 [439] -2014-12-15 16:20:34 sendUrl INFO 3 [438] -2014-12-15 16:20:34 sendUrl INFO 3 [439] -2014-12-15 16:20:35 queue INFO 7 [440] -2014-12-15 16:20:35 sendUrl INFO 7 [440] -2014-12-15 16:20:35 queue INFO >7 [441] -2014-12-15 16:20:35 sendUrl INFO 7 [441] -2014-12-15 16:20:35 queue INFO 3 [442] -2014-12-15 16:20:35 queue INFO >3 [443] -2014-12-15 16:20:35 sendUrl INFO 3 [442] -2014-12-15 16:20:36 sendUrl INFO 3 [443] -2014-12-15 16:20:36 queue INFO 7 [444] -2014-12-15 16:20:36 sendUrl INFO 7 [444] -2014-12-15 16:20:36 queue INFO >7 [445] -2014-12-15 16:20:36 sendUrl INFO 7 [445] -2014-12-15 16:20:37 queue INFO 3 [446] -2014-12-15 16:20:37 sendUrl INFO 3 [446] -2014-12-15 16:20:37 queue INFO >3 [447] -2014-12-15 16:20:37 sendUrl INFO 3 [447] -2014-12-15 16:20:37 queue INFO 7 [448] -2014-12-15 16:20:38 queue INFO >7 [449] -2014-12-15 16:20:38 sendUrl INFO 7 [448] -2014-12-15 16:20:38 sendUrl INFO 7 [449] -2014-12-15 16:20:38 queue INFO 3 [450] -2014-12-15 16:20:38 queue INFO >3 [451] -2014-12-15 16:20:38 sendUrl INFO 3 [450] -2014-12-15 16:20:39 sendUrl INFO 3 [451] -2014-12-15 16:20:39 queue INFO 7 [452] -2014-12-15 16:20:39 sendUrl INFO 7 [452] -2014-12-15 16:20:39 queue INFO >7 [453] -2014-12-15 16:20:39 sendUrl INFO 7 [453] -2014-12-15 16:20:39 queue INFO 3 [454] -2014-12-15 16:20:40 queue INFO >3 [455] -2014-12-15 16:20:40 sendUrl INFO 3 [454] -2014-12-15 16:20:40 sendUrl INFO 3 [455] -2014-12-15 16:20:40 queue INFO 7 [456] -2014-12-15 16:20:40 queue INFO >7 [457] -2014-12-15 16:20:41 sendUrl INFO 7 [456] -2014-12-15 16:20:41 sendUrl INFO 7 [457] -2014-12-15 16:20:41 queue INFO 3 [458] -2014-12-15 16:20:41 sendUrl INFO 3 [458] -2014-12-15 16:20:41 queue INFO >3 [459] -2014-12-15 16:20:41 sendUrl INFO 3 [459] -2014-12-15 16:20:42 queue INFO 7 [460] -2014-12-15 16:20:42 sendUrl INFO 7 [460] -2014-12-15 16:20:42 queue INFO >7 [461] -2014-12-15 16:20:42 sendUrl INFO 7 [461] -2014-12-15 16:20:42 queue INFO 3 [462] -2014-12-15 16:20:43 queue INFO >3 [463] -2014-12-15 16:20:43 sendUrl INFO 3 [462] -2014-12-15 16:20:43 sendUrl INFO 3 [463] -2014-12-15 16:20:43 queue INFO 7 [464] -2014-12-15 16:20:43 queue INFO >7 [465] -2014-12-15 16:20:43 sendUrl INFO 7 [464] -2014-12-15 16:20:44 queue INFO 3 [466] -2014-12-15 16:20:44 sendUrl INFO 7 [465] -2014-12-15 16:20:44 queue INFO >3 [467] -2014-12-15 16:20:44 sendUrl INFO 3 [466] -2014-12-15 16:20:44 sendUrl INFO 3 [467] -2014-12-15 16:20:45 queue INFO 7 [468] -2014-12-15 16:20:45 sendUrl INFO 7 [468] -2014-12-15 16:20:45 queue INFO >7 [469] -2014-12-15 16:20:45 sendUrl INFO 7 [469] -2014-12-15 16:20:45 queue INFO 3 [470] -2014-12-15 16:20:45 queue INFO >3 [471] -2014-12-15 16:20:45 sendUrl INFO 3 [470] -2014-12-15 16:20:46 sendUrl INFO 3 [471] -2014-12-15 16:20:46 queue INFO 7 [472] -2014-12-15 16:20:46 queue INFO >7 [473] -2014-12-15 16:20:46 sendUrl INFO 7 [472] -2014-12-15 16:20:46 queue INFO 3 [474] -2014-12-15 16:20:46 sendUrl INFO 7 [473] -2014-12-15 16:20:47 queue INFO >3 [475] -2014-12-15 16:20:47 sendUrl INFO 3 [474] -2014-12-15 16:20:47 queue INFO 7 [476] -2014-12-15 16:20:47 sendUrl INFO 3 [475] -2014-12-15 16:20:47 queue INFO >7 [477] -2014-12-15 16:20:47 queue INFO 3 [478] -2014-12-15 16:20:47 sendUrl INFO 7 [476] -2014-12-15 16:20:47 queue INFO >3 [479] -2014-12-15 16:20:47 sendUrl INFO 7 [477] -2014-12-15 16:20:48 sendUrl INFO 3 [478] -2014-12-15 16:20:48 sendUrl INFO 3 [479] -2014-12-15 16:20:48 queue INFO 7 [480] -2014-12-15 16:20:48 queue INFO >7 [481] -2014-12-15 16:20:48 sendUrl INFO 7 [480] -2014-12-15 16:20:48 sendUrl INFO 7 [481] -2014-12-15 16:20:49 queue INFO 3 [482] -2014-12-15 16:20:49 sendUrl INFO 3 [482] -2014-12-15 16:20:49 queue INFO >3 [483] -2014-12-15 16:20:49 sendUrl INFO 3 [483] -2014-12-15 16:20:49 queue INFO 7 [484] -2014-12-15 16:20:50 queue INFO >7 [485] -2014-12-15 16:20:50 sendUrl INFO 7 [484] -2014-12-15 16:20:50 sendUrl INFO 7 [485] -2014-12-15 16:20:50 queue INFO 3 [486] -2014-12-15 16:20:50 queue INFO >3 [487] -2014-12-15 16:20:50 sendUrl INFO 3 [486] -2014-12-15 16:20:50 sendUrl INFO 3 [487] -2014-12-15 16:20:51 queue INFO 7 [488] -2014-12-15 16:20:51 sendUrl INFO 7 [488] -2014-12-15 16:20:51 queue INFO >7 [489] -2014-12-15 16:20:51 sendUrl INFO 7 [489] -2014-12-15 16:20:52 queue INFO 3 [490] -2014-12-15 16:20:52 sendUrl INFO 3 [490] -2014-12-15 16:20:52 queue INFO >3 [491] -2014-12-15 16:20:52 sendUrl INFO 3 [491] -2014-12-15 16:20:52 queue INFO 7 [492] -2014-12-15 16:20:53 sendUrl INFO 7 [492] -2014-12-15 16:20:53 queue INFO >7 [493] -2014-12-15 16:20:53 sendUrl INFO 7 [493] -2014-12-15 16:20:53 queue INFO 3 [494] -2014-12-15 16:20:53 queue INFO >3 [495] -2014-12-15 16:20:54 sendUrl INFO 3 [494] -2014-12-15 16:20:54 sendUrl INFO 3 [495] -2014-12-15 16:20:54 queue INFO 7 [496] -2014-12-15 16:20:54 queue INFO >7 [497] -2014-12-15 16:20:55 sendUrl INFO 7 [496] -2014-12-15 16:20:55 sendUrl INFO 7 [497] -2014-12-15 16:20:55 queue INFO 3 [498] -2014-12-15 16:20:55 queue INFO >3 [499] -2014-12-15 16:20:55 sendUrl INFO 3 [498] -2014-12-15 16:20:55 sendUrl INFO 3 [499] -2014-12-15 16:20:56 queue INFO 7 [500] -2014-12-15 16:20:56 sendUrl INFO 7 [500] -2014-12-15 16:20:56 queue INFO >7 [501] -2014-12-15 16:20:56 sendUrl INFO 7 [501] -2014-12-15 16:20:56 queue INFO 3 [502] -2014-12-15 16:20:56 queue INFO >3 [503] -2014-12-15 16:20:57 sendUrl INFO 3 [502] -2014-12-15 16:20:57 sendUrl INFO 3 [503] -2014-12-15 16:20:57 queue INFO 7 [504] -2014-12-15 16:20:58 queue INFO >7 [505] -2014-12-15 16:20:58 sendUrl INFO 7 [504] -2014-12-15 16:20:58 sendUrl INFO 7 [505] -2014-12-15 16:20:58 queue INFO 3 [506] -2014-12-15 16:20:58 queue INFO >3 [507] -2014-12-15 16:20:58 sendUrl INFO 3 [506] -2014-12-15 16:20:58 sendUrl INFO 3 [507] -2014-12-15 16:20:59 queue INFO 7 [508] -2014-12-15 16:20:59 queue INFO >7 [509] -2014-12-15 16:20:59 sendUrl INFO 7 [508] -2014-12-15 16:20:59 queue INFO 3 [510] -2014-12-15 16:20:59 sendUrl INFO 7 [509] -2014-12-15 16:21:00 queue INFO >3 [511] -2014-12-15 16:21:00 sendUrl INFO 3 [510] -2014-12-15 16:21:00 queue INFO 7 [512] -2014-12-15 16:21:00 sendUrl INFO 3 [511] -2014-12-15 16:21:00 queue INFO >7 [513] -2014-12-15 16:21:00 queue INFO 3 [514] -2014-12-15 16:21:00 sendUrl INFO 7 [512] -2014-12-15 16:21:00 queue INFO >3 [515] -2014-12-15 16:21:00 sendUrl INFO 7 [513] -2014-12-15 16:21:01 queue INFO 7 [516] -2014-12-15 16:21:01 sendUrl INFO 3 [514] -2014-12-15 16:21:01 queue INFO >7 [517] -2014-12-15 16:21:01 sendUrl INFO 3 [515] -2014-12-15 16:21:01 queue INFO 3 [518] -2014-12-15 16:21:01 sendUrl INFO 7 [516] -2014-12-15 16:21:01 queue INFO 7 [519] -2014-12-15 16:21:01 sendUrl INFO 7 [517] -2014-12-15 16:21:02 queue INFO >7 [520] -2014-12-15 16:21:02 sendUrl INFO 3 [518] -2014-12-15 16:21:02 queue INFO 3 [521] -2014-12-15 16:21:02 sendUrl INFO 7 [519] -2014-12-15 16:21:02 queue INFO >3 [522] -2014-12-15 16:21:02 queue INFO 7 [523] -2014-12-15 16:21:02 sendUrl INFO 7 [520] -2014-12-15 16:21:02 queue INFO >7 [524] -2014-12-15 16:21:02 sendUrl INFO 3 [521] -2014-12-15 16:21:03 queue INFO 3 [525] -2014-12-15 16:21:03 sendUrl INFO 3 [522] -2014-12-15 16:21:03 queue INFO >3 [526] -2014-12-15 16:21:03 sendUrl INFO 7 [523] -2014-12-15 16:21:03 queue INFO 7 [527] -2014-12-15 16:21:03 queue INFO >7 [528] -2014-12-15 16:21:03 sendUrl INFO 7 [524] -2014-12-15 16:21:03 queue INFO 3 [529] -2014-12-15 16:21:04 sendUrl INFO 3 [525] -2014-12-15 16:21:04 queue INFO >3 [530] -2014-12-15 16:21:04 sendUrl INFO 3 [526] -2014-12-15 16:21:04 queue INFO 7 [531] -2014-12-15 16:21:04 sendUrl INFO 7 [527] -2014-12-15 16:21:04 queue INFO >7 [532] -2014-12-15 16:21:04 queue INFO 3 [533] -2014-12-15 16:21:04 sendUrl INFO 7 [528] -2014-12-15 16:21:04 queue INFO >3 [534] -2014-12-15 16:21:05 sendUrl INFO 3 [529] -2014-12-15 16:21:05 queue INFO 7 [535] -2014-12-15 16:21:05 sendUrl INFO 3 [530] -2014-12-15 16:21:05 queue INFO >7 [536] -2014-12-15 16:21:05 sendUrl INFO 7 [531] -2014-12-15 16:21:05 queue INFO 3 [537] -2014-12-15 16:21:05 queue INFO >3 [538] -2014-12-15 16:21:05 sendUrl INFO 7 [532] -2014-12-15 16:21:06 sendUrl INFO 3 [533] -2014-12-15 16:21:06 queue INFO 7 [539] -2014-12-15 16:21:06 sendUrl INFO 3 [534] -2014-12-15 16:21:06 queue INFO >7 [540] -2014-12-15 16:21:06 sendUrl INFO 7 [535] -2014-12-15 16:21:06 queue INFO 3 [541] -2014-12-15 16:21:06 sendUrl INFO 7 [536] -2014-12-15 16:21:06 queue INFO >3 [542] -2014-12-15 16:21:07 sendUrl INFO 3 [537] -2014-12-15 16:21:07 sendUrl INFO 3 [538] -2014-12-15 16:21:07 queue INFO 7 [543] -2014-12-15 16:21:07 sendUrl INFO 7 [539] -2014-12-15 16:21:07 queue INFO >7 [544] -2014-12-15 16:21:07 sendUrl INFO 7 [540] -2014-12-15 16:21:08 sendUrl INFO 3 [541] -2014-12-15 16:21:08 queue INFO 3 [545] -2014-12-15 16:21:08 sendUrl INFO 3 [542] -2014-12-15 16:21:08 queue INFO >3 [546] -2014-12-15 16:21:08 sendUrl INFO 7 [543] -2014-12-15 16:21:08 sendUrl INFO 7 [544] -2014-12-15 16:21:09 queue INFO 7 [547] -2014-12-15 16:21:09 sendUrl INFO 3 [545] -2014-12-15 16:21:09 queue INFO >7 [548] -2014-12-15 16:21:09 sendUrl INFO 3 [546] -2014-12-15 16:21:09 queue INFO 3 [549] -2014-12-15 16:21:09 sendUrl INFO 7 [547] -2014-12-15 16:21:09 queue INFO >3 [550] -2014-12-15 16:21:09 sendUrl INFO 7 [548] -2014-12-15 16:21:10 sendUrl INFO 3 [549] -2014-12-15 16:21:10 queue INFO 7 [551] -2014-12-15 16:21:10 sendUrl INFO 3 [550] -2014-12-15 16:21:10 queue INFO >7 [552] -2014-12-15 16:21:10 sendUrl INFO 7 [551] -2014-12-15 16:21:10 queue INFO 3 [553] -2014-12-15 16:21:10 sendUrl INFO 7 [552] -2014-12-15 16:21:11 queue INFO >3 [554] -2014-12-15 16:21:11 sendUrl INFO 3 [553] -2014-12-15 16:21:11 sendUrl INFO 3 [554] -2014-12-15 16:21:11 queue INFO 7 [555] -2014-12-15 16:21:11 sendUrl INFO 7 [555] -2014-12-15 16:21:12 queue INFO >7 [556] -2014-12-15 16:21:12 sendUrl INFO 7 [556] -2014-12-15 16:21:12 queue INFO 3 [557] -2014-12-15 16:21:12 queue INFO >3 [558] -2014-12-15 16:21:12 sendUrl INFO 3 [557] -2014-12-15 16:21:12 sendUrl INFO 3 [558] -2014-12-15 16:21:13 queue INFO 7 [559] -2014-12-15 16:21:13 sendUrl INFO 7 [559] -2014-12-15 16:21:13 queue INFO >7 [560] -2014-12-15 16:21:13 sendUrl INFO 7 [560] -2014-12-15 16:21:13 queue INFO 3 [561] -2014-12-15 16:21:13 sendUrl INFO 3 [561] -2014-12-15 16:21:14 queue INFO >3 [562] -2014-12-15 16:21:14 sendUrl INFO 3 [562] -2014-12-15 16:21:14 queue INFO 7 [563] -2014-12-15 16:21:15 sendUrl INFO 7 [563] -2014-12-15 16:21:15 queue INFO >7 [564] -2014-12-15 16:21:15 sendUrl INFO 7 [564] -2014-12-15 16:21:15 queue INFO 3 [565] -2014-12-15 16:21:15 queue INFO >3 [566] -2014-12-15 16:21:15 sendUrl INFO 3 [565] -2014-12-15 16:21:16 sendUrl INFO 3 [566] -2014-12-15 16:21:16 queue INFO 7 [567] -2014-12-15 16:21:16 queue INFO >7 [568] -2014-12-15 16:21:16 sendUrl INFO 7 [567] -2014-12-15 16:21:16 queue INFO 3 [569] -2014-12-15 16:21:17 sendUrl INFO 7 [568] -2014-12-15 16:21:17 queue INFO >3 [570] -2014-12-15 16:21:17 sendUrl INFO 3 [569] -2014-12-15 16:21:17 sendUrl INFO 3 [570] -2014-12-15 16:21:17 queue INFO 7 [571] -2014-12-15 16:21:18 sendUrl INFO 7 [571] -2014-12-15 16:21:18 queue INFO >7 [572] -2014-12-15 16:21:18 sendUrl INFO 7 [572] -2014-12-15 16:21:18 queue INFO 3 [573] -2014-12-15 16:21:18 queue INFO >3 [574] -2014-12-15 16:21:18 sendUrl INFO 3 [573] -2014-12-15 16:21:19 sendUrl INFO 3 [574] -2014-12-15 16:21:19 queue INFO 7 [575] -2014-12-15 16:21:19 queue INFO >7 [576] -2014-12-15 16:21:19 sendUrl INFO 7 [575] -2014-12-15 16:21:20 sendUrl INFO 7 [576] -2014-12-15 16:21:20 queue INFO 3 [577] -2014-12-15 16:21:20 queue INFO >3 [578] -2014-12-15 16:21:20 sendUrl INFO 3 [577] -2014-12-15 16:21:20 sendUrl INFO 3 [578] -2014-12-15 16:21:21 queue INFO 7 [579] -2014-12-15 16:21:21 queue INFO >7 [580] -2014-12-15 16:21:21 sendUrl INFO 7 [579] -2014-12-15 16:21:21 sendUrl INFO 7 [580] -2014-12-15 16:21:21 queue INFO 3 [581] -2014-12-15 16:21:21 sendUrl INFO 3 [581] -2014-12-15 16:21:21 queue INFO >3 [582] -2014-12-15 16:21:22 sendUrl INFO 3 [582] -2014-12-15 16:21:22 queue INFO 7 [583] -2014-12-15 16:21:22 sendUrl INFO 7 [583] -2014-12-15 16:21:23 queue INFO >7 [584] -2014-12-15 16:21:23 sendUrl INFO 7 [584] -2014-12-15 16:21:23 queue INFO 3 [585] -2014-12-15 16:21:23 queue INFO >3 [586] -2014-12-15 16:21:23 sendUrl INFO 3 [585] -2014-12-15 16:21:23 sendUrl INFO 3 [586] -2014-12-15 16:21:24 queue INFO 7 [587] -2014-12-15 16:21:24 queue INFO >7 [588] -2014-12-15 16:21:24 sendUrl INFO 7 [587] -2014-12-15 16:21:24 sendUrl INFO 7 [588] -2014-12-15 16:21:24 queue INFO 3 [589] -2014-12-15 16:21:24 sendUrl INFO 3 [589] -2014-12-15 16:21:25 queue INFO >3 [590] -2014-12-15 16:21:25 sendUrl INFO 3 [590] -2014-12-15 16:21:25 queue INFO 7 [591] -2014-12-15 16:21:25 sendUrl INFO 7 [591] -2014-12-15 16:21:25 queue INFO >7 [592] -2014-12-15 16:21:25 sendUrl INFO 7 [592] -2014-12-15 16:21:26 queue INFO 3 [593] -2014-12-15 16:21:26 queue INFO >3 [594] -2014-12-15 16:21:26 sendUrl INFO 3 [593] -2014-12-15 16:21:26 sendUrl INFO 3 [594] -2014-12-15 16:21:27 queue INFO 7 [595] -2014-12-15 16:21:27 queue INFO >7 [596] -2014-12-15 16:21:27 sendUrl INFO 7 [595] -2014-12-15 16:21:28 sendUrl INFO 7 [596] -2014-12-15 16:21:28 queue INFO 3 [597] -2014-12-15 16:21:28 queue INFO >3 [598] -2014-12-15 16:21:28 sendUrl INFO 3 [597] -2014-12-15 16:21:28 sendUrl INFO 3 [598] -2014-12-15 16:21:28 queue INFO 7 [599] -2014-12-15 16:21:29 sendUrl INFO 7 [599] -2014-12-15 16:21:29 queue INFO >7 [600] -2014-12-15 16:21:29 sendUrl INFO 7 [600] -2014-12-15 16:21:29 queue INFO 3 [601] -2014-12-15 16:21:29 sendUrl INFO 3 [601] -2014-12-15 16:21:29 queue INFO >3 [602] -2014-12-15 16:21:30 sendUrl INFO 3 [602] -2014-12-15 16:21:30 queue INFO 7 [603] -2014-12-15 16:21:30 sendUrl INFO 7 [603] -2014-12-15 16:21:30 queue INFO >7 [604] -2014-12-15 16:21:31 sendUrl INFO 7 [604] -2014-12-15 16:21:31 queue INFO 3 [605] -2014-12-15 16:21:31 queue INFO >3 [606] -2014-12-15 16:21:31 sendUrl INFO 3 [605] -2014-12-15 16:21:32 sendUrl INFO 3 [606] -2014-12-15 16:21:32 queue INFO 7 [607] -2014-12-15 16:21:32 sendUrl INFO 7 [607] -2014-12-15 16:21:32 queue INFO >7 [608] -2014-12-15 16:21:32 sendUrl INFO 7 [608] -2014-12-15 16:21:32 queue INFO 3 [609] -2014-12-15 16:21:33 sendUrl INFO 3 [609] -2014-12-15 16:21:33 queue INFO >3 [610] -2014-12-15 16:21:33 sendUrl INFO 3 [610] -2014-12-15 16:21:33 queue INFO 7 [611] -2014-12-15 16:21:34 queue INFO >7 [612] -2014-12-15 16:21:34 sendUrl INFO 7 [611] -2014-12-15 16:21:34 sendUrl INFO 7 [612] -2014-12-15 16:21:34 queue INFO 3 [613] -2014-12-15 16:21:34 sendUrl INFO 3 [613] -2014-12-15 16:21:34 queue INFO >3 [614] -2014-12-15 16:21:34 sendUrl INFO 3 [614] -2014-12-15 16:21:35 queue INFO 7 [615] -2014-12-15 16:21:35 sendUrl INFO 7 [615] -2014-12-15 16:21:35 queue INFO >7 [616] -2014-12-15 16:21:36 sendUrl INFO 7 [616] -2014-12-15 16:21:36 queue INFO 3 [617] -2014-12-15 16:21:36 queue INFO >3 [618] -2014-12-15 16:21:36 sendUrl INFO 3 [617] -2014-12-15 16:21:36 sendUrl INFO 3 [618] -2014-12-15 16:21:37 queue INFO 7 [619] -2014-12-15 16:21:37 queue INFO >7 [620] -2014-12-15 16:21:37 sendUrl INFO 7 [619] -2014-12-15 16:21:37 sendUrl INFO 7 [620] -2014-12-15 16:21:38 queue INFO 3 [621] -2014-12-15 16:21:38 queue INFO >3 [622] -2014-12-15 16:21:38 sendUrl INFO 3 [621] -2014-12-15 16:21:38 sendUrl INFO 3 [622] -2014-12-15 16:21:39 queue INFO 7 [623] -2014-12-15 16:21:39 queue INFO >7 [624] -2014-12-15 16:21:39 sendUrl INFO 7 [623] -2014-12-15 16:21:39 queue INFO 3 [625] -2014-12-15 16:21:39 sendUrl INFO 7 [624] -2014-12-15 16:21:39 queue INFO >3 [626] -2014-12-15 16:21:40 sendUrl INFO 3 [625] -2014-12-15 16:21:40 queue INFO 7 [627] -2014-12-15 16:21:40 sendUrl INFO 3 [626] -2014-12-15 16:21:40 queue INFO >7 [628] -2014-12-15 16:21:40 sendUrl INFO 7 [627] -2014-12-15 16:21:40 queue INFO 3 [629] -2014-12-15 16:21:40 sendUrl INFO 7 [628] -2014-12-15 16:21:40 queue INFO >3 [630] -2014-12-15 16:21:41 sendUrl INFO 3 [629] -2014-12-15 16:21:41 queue INFO 7 [631] -2014-12-15 16:21:41 queue INFO >7 [632] -2014-12-15 16:21:41 sendUrl INFO 3 [630] -2014-12-15 16:21:41 sendUrl INFO 7 [631] -2014-12-15 16:21:41 queue INFO 3 [633] -2014-12-15 16:21:41 sendUrl INFO 7 [632] -2014-12-15 16:21:41 queue INFO >3 [634] -2014-12-15 16:21:42 sendUrl INFO 3 [633] -2014-12-15 16:21:42 sendUrl INFO 3 [634] -2014-12-15 16:21:42 queue INFO 7 [635] -2014-12-15 16:21:42 sendUrl INFO 7 [635] -2014-12-15 16:21:42 queue INFO >7 [636] -2014-12-15 16:21:43 sendUrl INFO 7 [636] -2014-12-15 16:21:43 queue INFO 3 [637] -2014-12-15 16:21:43 queue INFO >3 [638] -2014-12-15 16:21:43 sendUrl INFO 3 [637] -2014-12-15 16:21:43 sendUrl INFO 3 [638] -2014-12-15 16:21:43 queue INFO 7 [639] -2014-12-15 16:21:43 sendUrl INFO 7 [639] -2014-12-15 16:21:43 queue INFO >7 [640] -2014-12-15 16:21:44 sendUrl INFO 7 [640] -2014-12-15 16:21:44 queue INFO 3 [641] -2014-12-15 16:21:44 sendUrl INFO 3 [641] -2014-12-15 16:21:44 queue INFO >3 [642] -2014-12-15 16:21:44 sendUrl INFO 3 [642] -2014-12-15 16:21:45 queue INFO 7 [643] -2014-12-15 16:21:45 sendUrl INFO 7 [643] -2014-12-15 16:21:45 queue INFO >7 [644] -2014-12-15 16:21:45 sendUrl INFO 7 [644] -2014-12-15 16:21:46 queue INFO 3 [645] -2014-12-15 16:21:46 queue INFO >3 [646] -2014-12-15 16:21:46 sendUrl INFO 3 [645] -2014-12-15 16:21:46 sendUrl INFO 3 [646] -2014-12-15 16:21:46 queue INFO 7 [647] -2014-12-15 16:21:46 sendUrl INFO 7 [647] -2014-12-15 16:21:46 queue INFO >7 [648] -2014-12-15 16:21:47 sendUrl INFO 7 [648] -2014-12-15 16:21:47 queue INFO 3 [649] -2014-12-15 16:21:47 queue INFO >3 [650] -2014-12-15 16:21:47 sendUrl INFO 3 [649] -2014-12-15 16:21:47 sendUrl INFO 3 [650] -2014-12-15 16:21:48 queue INFO 7 [651] -2014-12-15 16:21:48 sendUrl INFO 7 [651] -2014-12-15 16:21:48 queue INFO >7 [652] -2014-12-15 16:21:48 sendUrl INFO 7 [652] -2014-12-15 16:21:48 queue INFO 3 [653] -2014-12-15 16:21:49 queue INFO >3 [654] -2014-12-15 16:21:49 sendUrl INFO 3 [653] -2014-12-15 16:21:49 sendUrl INFO 3 [654] -2014-12-15 16:21:49 queue INFO 7 [655] -2014-12-15 16:21:50 queue INFO >7 [656] -2014-12-15 16:21:50 sendUrl INFO 7 [655] -2014-12-15 16:21:50 sendUrl INFO 7 [656] -2014-12-15 16:21:50 queue INFO 3 [657] -2014-12-15 16:21:50 sendUrl INFO 3 [657] -2014-12-15 16:21:50 queue INFO >3 [658] -2014-12-15 16:21:50 sendUrl INFO 3 [658] -2014-12-15 16:21:51 queue INFO 7 [659] -2014-12-15 16:21:51 sendUrl INFO 7 [659] -2014-12-15 16:21:51 queue INFO >7 [660] -2014-12-15 16:21:51 queue INFO 3 [661] -2014-12-15 16:21:52 sendUrl INFO 7 [660] -2014-12-15 16:21:52 queue INFO >3 [662] -2014-12-15 16:21:52 sendUrl INFO 3 [661] -2014-12-15 16:21:52 sendUrl INFO 3 [662] -2014-12-15 16:21:56 queue INFO 7 [663] -2014-12-15 16:21:56 queue INFO >7 [664] -2014-12-15 16:21:56 sendUrl INFO 7 [663] -2014-12-15 16:21:56 sendUrl INFO 7 [664] -2014-12-15 16:21:56 queue INFO 3 [665] -2014-12-15 16:21:57 queue INFO >3 [666] -2014-12-15 16:21:57 sendUrl INFO 3 [665] -2014-12-15 16:21:57 sendUrl INFO 3 [666] -2014-12-15 16:21:57 queue INFO 7 [667] -2014-12-15 16:21:57 queue INFO >7 [668] -2014-12-15 16:21:57 sendUrl INFO 7 [667] -2014-12-15 16:21:58 queue INFO 3 [669] -2014-12-15 16:21:58 sendUrl INFO 7 [668] -2014-12-15 16:21:58 queue INFO >3 [670] -2014-12-15 16:21:58 sendUrl INFO 3 [669] -2014-12-15 16:21:58 sendUrl INFO 3 [670] -2014-12-15 16:21:58 queue INFO 7 [671] -2014-12-15 16:21:59 queue INFO >7 [672] -2014-12-15 16:21:59 sendUrl INFO 7 [671] -2014-12-15 16:21:59 sendUrl INFO 7 [672] -2014-12-15 16:21:59 queue INFO 3 [673] -2014-12-15 16:21:59 sendUrl INFO 3 [673] -2014-12-15 16:21:59 queue INFO >3 [674] -2014-12-15 16:21:59 sendUrl INFO 3 [674] -2014-12-15 16:22:00 queue INFO 7 [675] -2014-12-15 16:22:00 sendUrl INFO 7 [675] -2014-12-15 16:22:00 queue INFO >7 [676] -2014-12-15 16:22:00 sendUrl INFO 7 [676] -2014-12-15 16:22:01 queue INFO 3 [677] -2014-12-15 16:22:01 queue INFO >3 [678] -2014-12-15 16:22:01 sendUrl INFO 3 [677] -2014-12-15 16:22:01 sendUrl INFO 3 [678] -2014-12-15 16:22:02 queue INFO 7 [679] -2014-12-15 16:22:02 sendUrl INFO 7 [679] -2014-12-15 16:22:02 queue INFO >7 [680] -2014-12-15 16:22:02 sendUrl INFO 7 [680] -2014-12-15 16:22:02 queue INFO 3 [681] -2014-12-15 16:22:02 sendUrl INFO 3 [681] -2014-12-15 16:22:02 queue INFO >3 [682] -2014-12-15 16:22:02 sendUrl INFO 3 [682] -2014-12-15 16:22:03 queue INFO 7 [683] -2014-12-15 16:22:03 queue INFO >7 [684] -2014-12-15 16:22:03 sendUrl INFO 7 [683] -2014-12-15 16:22:03 sendUrl INFO 7 [684] -2014-12-15 16:22:04 queue INFO 3 [685] -2014-12-15 16:22:04 sendUrl INFO 3 [685] -2014-12-15 16:22:04 queue INFO >3 [686] -2014-12-15 16:22:04 sendUrl INFO 3 [686] -2014-12-15 16:22:05 queue INFO 7 [687] -2014-12-15 16:22:05 sendUrl INFO 7 [687] -2014-12-15 16:22:05 queue INFO >7 [688] -2014-12-15 16:22:05 sendUrl INFO 7 [688] -2014-12-15 16:22:05 queue INFO 3 [689] -2014-12-15 16:22:06 queue INFO >3 [690] -2014-12-15 16:22:06 sendUrl INFO 3 [689] -2014-12-15 16:22:06 sendUrl INFO 3 [690] -2014-12-15 16:22:06 queue INFO 7 [691] -2014-12-15 16:22:07 queue INFO >7 [692] -2014-12-15 16:22:07 sendUrl INFO 7 [691] -2014-12-15 16:22:07 sendUrl INFO 7 [692] -2014-12-15 16:22:07 queue INFO 3 [693] -2014-12-15 16:22:07 queue INFO >3 [694] -2014-12-15 16:22:07 sendUrl INFO 3 [693] -2014-12-15 16:22:08 sendUrl INFO 3 [694] -2014-12-15 16:22:08 queue INFO 7 [695] -2014-12-15 16:22:08 queue INFO >7 [696] -2014-12-15 16:22:08 sendUrl INFO 7 [695] -2014-12-15 16:22:09 sendUrl INFO 7 [696] -2014-12-15 16:22:09 queue INFO 3 [697] -2014-12-15 16:22:09 sendUrl INFO 3 [697] -2014-12-15 16:22:09 queue INFO >3 [698] -2014-12-15 16:22:09 sendUrl INFO 3 [698] -2014-12-15 16:22:10 queue INFO 7 [699] -2014-12-15 16:22:10 sendUrl INFO 7 [699] -2014-12-15 16:22:10 queue INFO >7 [700] -2014-12-15 16:22:10 sendUrl INFO 7 [700] -2014-12-15 16:22:10 queue INFO 3 [701] -2014-12-15 16:22:11 queue INFO >3 [702] -2014-12-15 16:22:11 sendUrl INFO 3 [701] -2014-12-15 16:22:11 sendUrl INFO 3 [702] -2014-12-15 16:22:11 queue INFO 7 [703] -2014-12-15 16:22:12 queue INFO >7 [704] -2014-12-15 16:22:12 sendUrl INFO 7 [703] -2014-12-15 16:22:12 sendUrl INFO 7 [704] -2014-12-15 16:22:12 queue INFO 3 [705] -2014-12-15 16:22:12 queue INFO >3 [706] -2014-12-15 16:22:12 sendUrl INFO 3 [705] -2014-12-15 16:22:12 sendUrl INFO 3 [706] -2014-12-15 16:22:13 queue INFO 7 [707] -2014-12-15 16:22:13 queue INFO >7 [708] -2014-12-15 16:22:13 sendUrl INFO 7 [707] -2014-12-15 16:22:13 queue INFO 3 [709] -2014-12-15 16:22:13 sendUrl INFO 7 [708] -2014-12-15 16:22:14 queue INFO >3 [710] -2014-12-15 16:22:14 sendUrl INFO 3 [709] -2014-12-15 16:22:14 sendUrl INFO 3 [710] -2014-12-15 16:22:14 queue INFO 7 [711] -2014-12-15 16:22:15 queue INFO >7 [712] -2014-12-15 16:22:15 sendUrl INFO 7 [711] -2014-12-15 16:22:15 sendUrl INFO 7 [712] -2014-12-15 16:22:15 queue INFO 3 [713] -2014-12-15 16:22:15 queue INFO >3 [714] -2014-12-15 16:22:15 sendUrl INFO 3 [713] -2014-12-15 16:22:16 sendUrl INFO 3 [714] -2014-12-15 16:22:16 queue INFO 7 [715] -2014-12-15 16:22:16 queue INFO >7 [716] -2014-12-15 16:22:16 sendUrl INFO 7 [715] -2014-12-15 16:22:16 sendUrl INFO 7 [716] -2014-12-15 16:22:17 queue INFO 3 [717] -2014-12-15 16:22:17 sendUrl INFO 3 [717] -2014-12-15 16:22:17 queue INFO >3 [718] -2014-12-15 16:22:17 sendUrl INFO 3 [718] -2014-12-15 16:22:18 queue INFO 7 [719] -2014-12-15 16:22:18 sendUrl INFO 7 [719] -2014-12-15 16:22:18 queue INFO >7 [720] -2014-12-15 16:22:18 sendUrl INFO 7 [720] -2014-12-15 16:22:18 queue INFO 3 [721] -2014-12-15 16:22:18 queue INFO >3 [722] -2014-12-15 16:22:19 sendUrl INFO 3 [721] -2014-12-15 16:22:19 sendUrl INFO 3 [722] -2014-12-15 16:22:19 queue INFO 7 [723] -2014-12-15 16:22:19 queue INFO >7 [724] -2014-12-15 16:22:20 sendUrl INFO 7 [723] -2014-12-15 16:22:20 sendUrl INFO 7 [724] -2014-12-15 16:22:20 queue INFO 3 [725] -2014-12-15 16:22:20 queue INFO >3 [726] -2014-12-15 16:22:20 sendUrl INFO 3 [725] -2014-12-15 16:22:21 sendUrl INFO 3 [726] -2014-12-15 16:22:21 queue INFO 7 [727] -2014-12-15 16:22:21 queue INFO >7 [728] -2014-12-15 16:22:21 sendUrl INFO 7 [727] -2014-12-15 16:22:21 sendUrl INFO 7 [728] -2014-12-15 16:22:21 queue INFO 3 [729] -2014-12-15 16:22:22 sendUrl INFO 3 [729] -2014-12-15 16:22:22 queue INFO >3 [730] -2014-12-15 16:22:22 sendUrl INFO 3 [730] -2014-12-15 16:22:22 queue INFO 7 [731] -2014-12-15 16:22:23 sendUrl INFO 7 [731] -2014-12-15 16:22:23 queue INFO >7 [732] -2014-12-15 16:22:23 sendUrl INFO 7 [732] -2014-12-15 16:22:23 queue INFO 3 [733] -2014-12-15 16:22:23 queue INFO >3 [734] -2014-12-15 16:22:23 sendUrl INFO 3 [733] -2014-12-15 16:22:23 sendUrl INFO 3 [734] -2014-12-15 16:22:23 queue INFO 7 [735] -2014-12-15 16:22:24 sendUrl INFO 7 [735] -2014-12-15 16:22:24 queue INFO >7 [736] -2014-12-15 16:22:24 sendUrl INFO 7 [736] -2014-12-15 16:22:24 queue INFO 3 [737] -2014-12-15 16:22:24 queue INFO >3 [738] -2014-12-15 16:22:24 sendUrl INFO 3 [737] -2014-12-15 16:22:25 sendUrl INFO 3 [738] -2014-12-15 16:22:25 queue INFO 7 [739] -2014-12-15 16:22:25 queue INFO >7 [740] -2014-12-15 16:22:25 sendUrl INFO 7 [739] -2014-12-15 16:22:26 sendUrl INFO 7 [740] -2014-12-15 16:22:26 queue INFO 3 [741] -2014-12-15 16:22:26 sendUrl INFO 3 [741] -2014-12-15 16:22:26 queue INFO >3 [742] -2014-12-15 16:22:26 queue INFO 7 [743] -2014-12-15 16:22:26 sendUrl INFO 3 [742] -2014-12-15 16:22:26 queue INFO 3 [744] -2014-12-15 16:22:26 sendUrl INFO 7 [743] -2014-12-15 16:22:27 queue INFO >3 [745] -2014-12-15 16:22:27 sendUrl INFO 3 [744] -2014-12-15 16:22:27 queue INFO 7 [746] -2014-12-15 16:22:27 sendUrl INFO 3 [745] -2014-12-15 16:22:27 queue INFO >7 [747] -2014-12-15 16:22:27 queue INFO 3 [748] -2014-12-15 16:22:27 sendUrl INFO 7 [746] -2014-12-15 16:22:27 queue INFO >3 [749] -2014-12-15 16:22:27 sendUrl INFO 7 [747] -2014-12-15 16:22:28 queue INFO 7 [750] -2014-12-15 16:22:28 sendUrl INFO 3 [748] -2014-12-15 16:22:28 queue INFO >7 [751] -2014-12-15 16:22:28 sendUrl INFO 3 [749] -2014-12-15 16:22:28 queue INFO 3 [752] -2014-12-15 16:22:28 sendUrl INFO 7 [750] -2014-12-15 16:22:28 queue INFO >3 [753] -2014-12-15 16:22:28 sendUrl INFO 7 [751] -2014-12-15 16:22:29 sendUrl INFO 3 [752] -2014-12-15 16:22:29 sendUrl INFO 3 [753] -2014-12-15 16:22:29 queue INFO 7 [754] -2014-12-15 16:22:29 queue INFO >7 [755] -2014-12-15 16:22:29 sendUrl INFO 7 [754] -2014-12-15 16:22:30 sendUrl INFO 7 [755] -2014-12-15 16:22:30 queue INFO 3 [756] -2014-12-15 16:22:30 queue INFO >3 [757] -2014-12-15 16:22:30 sendUrl INFO 3 [756] -2014-12-15 16:22:30 sendUrl INFO 3 [757] -2014-12-15 16:22:31 queue INFO 7 [758] -2014-12-15 16:22:31 queue INFO >7 [759] -2014-12-15 16:22:31 sendUrl INFO 7 [758] -2014-12-15 16:22:31 sendUrl INFO 7 [759] -2014-12-15 16:22:31 queue INFO 3 [760] -2014-12-15 16:22:32 sendUrl INFO 3 [760] -2014-12-15 16:22:32 queue INFO >3 [761] -2014-12-15 16:22:32 sendUrl INFO 3 [761] -2014-12-15 16:22:32 queue INFO 7 [762] -2014-12-15 16:22:32 queue INFO >7 [763] -2014-12-15 16:22:33 sendUrl INFO 7 [762] -2014-12-15 16:22:33 sendUrl INFO 7 [763] -2014-12-15 16:22:33 queue INFO 3 [764] -2014-12-15 16:22:33 queue INFO >3 [765] -2014-12-15 16:22:33 sendUrl INFO 3 [764] -2014-12-15 16:22:33 queue INFO 7 [766] -2014-12-15 16:22:34 sendUrl INFO 3 [765] -2014-12-15 16:22:34 queue INFO >7 [767] -2014-12-15 16:22:34 sendUrl INFO 7 [766] -2014-12-15 16:22:34 queue INFO 3 [768] -2014-12-15 16:22:34 queue INFO >3 [769] -2014-12-15 16:22:34 sendUrl INFO 7 [767] -2014-12-15 16:22:34 sendUrl INFO 3 [768] -2014-12-15 16:22:35 sendUrl INFO 3 [769] -2014-12-15 16:22:35 queue INFO 7 [770] -2014-12-15 16:22:35 queue INFO >7 [771] -2014-12-15 16:22:35 sendUrl INFO 7 [770] -2014-12-15 16:22:35 sendUrl INFO 7 [771] -2014-12-15 16:22:35 queue INFO 3 [772] -2014-12-15 16:22:36 sendUrl INFO 3 [772] -2014-12-15 16:22:36 queue INFO >3 [773] -2014-12-15 16:22:36 sendUrl INFO 3 [773] -2014-12-15 16:22:36 queue INFO 7 [774] -2014-12-15 16:22:36 sendUrl INFO 7 [774] -2014-12-15 16:22:36 queue INFO >7 [775] -2014-12-15 16:22:37 sendUrl INFO 7 [775] -2014-12-15 16:22:37 queue INFO 3 [776] -2014-12-15 16:22:37 queue INFO >3 [777] -2014-12-15 16:22:37 sendUrl INFO 3 [776] -2014-12-15 16:22:37 sendUrl INFO 3 [777] -2014-12-15 16:22:38 queue INFO 7 [778] -2014-12-15 16:22:38 queue INFO >7 [779] -2014-12-15 16:22:38 sendUrl INFO 7 [778] -2014-12-15 16:22:38 sendUrl INFO 7 [779] -2014-12-15 16:22:38 queue INFO 3 [780] -2014-12-15 16:22:39 sendUrl INFO 3 [780] -2014-12-15 16:22:39 queue INFO >3 [781] -2014-12-15 16:22:39 sendUrl INFO 3 [781] -2014-12-15 16:22:40 queue INFO 7 [782] -2014-12-15 16:22:40 sendUrl INFO 7 [782] -2014-12-15 16:22:40 queue INFO >7 [783] -2014-12-15 16:22:40 queue INFO 3 [784] -2014-12-15 16:22:40 sendUrl INFO 7 [783] -2014-12-15 16:22:40 queue INFO >3 [785] -2014-12-15 16:22:40 sendUrl INFO 3 [784] -2014-12-15 16:22:40 sendUrl INFO 3 [785] -2014-12-15 16:22:41 queue INFO 7 [786] -2014-12-15 16:22:41 queue INFO >7 [787] -2014-12-15 16:22:41 sendUrl INFO 7 [786] -2014-12-15 16:22:41 queue INFO 3 [788] -2014-12-15 16:22:41 sendUrl INFO 7 [787] -2014-12-15 16:22:41 queue INFO >3 [789] -2014-12-15 16:22:41 sendUrl INFO 3 [788] -2014-12-15 16:22:42 sendUrl INFO 3 [789] -2014-12-15 16:22:42 queue INFO 7 [790] -2014-12-15 16:22:42 queue INFO >7 [791] -2014-12-15 16:22:42 sendUrl INFO 7 [790] -2014-12-15 16:22:42 sendUrl INFO 7 [791] -2014-12-15 16:22:42 queue INFO 3 [792] -2014-12-15 16:22:42 sendUrl INFO 3 [792] -2014-12-15 16:22:43 queue INFO >3 [793] -2014-12-15 16:22:43 sendUrl INFO 3 [793] -2014-12-15 16:22:43 queue INFO 7 [794] -2014-12-15 16:22:44 sendUrl INFO 7 [794] -2014-12-15 16:22:44 queue INFO >7 [795] -2014-12-15 16:22:44 sendUrl INFO 7 [795] -2014-12-15 16:22:44 queue INFO 3 [796] -2014-12-15 16:22:44 queue INFO >3 [797] -2014-12-15 16:22:44 sendUrl INFO 3 [796] -2014-12-15 16:22:45 sendUrl INFO 3 [797] -2014-12-15 16:22:45 queue INFO 7 [798] -2014-12-15 16:22:45 queue INFO >7 [799] -2014-12-15 16:22:45 sendUrl INFO 7 [798] -2014-12-15 16:22:46 sendUrl INFO 7 [799] -2014-12-15 16:22:46 queue INFO 3 [800] -2014-12-15 16:22:46 queue INFO >3 [801] -2014-12-15 16:22:46 sendUrl INFO 3 [800] -2014-12-15 16:22:46 sendUrl INFO 3 [801] -2014-12-15 16:22:46 queue INFO 7 [802] -2014-12-15 16:22:47 sendUrl INFO 7 [802] -2014-12-15 16:22:47 queue INFO >7 [803] -2014-12-15 16:22:47 sendUrl INFO 7 [803] -2014-12-15 16:22:47 queue INFO 3 [804] -2014-12-15 16:22:47 queue INFO >3 [805] -2014-12-15 16:22:47 sendUrl INFO 3 [804] -2014-12-15 16:22:48 sendUrl INFO 3 [805] -2014-12-15 16:22:48 queue INFO 7 [806] -2014-12-15 16:22:48 sendUrl INFO 7 [806] -2014-12-15 16:22:48 queue INFO >7 [807] -2014-12-15 16:22:49 sendUrl INFO 7 [807] -2014-12-15 16:22:49 queue INFO 3 [808] -2014-12-15 16:22:49 queue INFO >3 [809] -2014-12-15 16:22:49 sendUrl INFO 3 [808] -2014-12-15 16:22:49 sendUrl INFO 3 [809] -2014-12-15 16:22:50 queue INFO 7 [810] -2014-12-15 16:22:50 queue INFO >7 [811] -2014-12-15 16:22:50 sendUrl INFO 7 [810] -2014-12-15 16:22:50 sendUrl INFO 7 [811] -2014-12-15 16:22:50 queue INFO 3 [812] -2014-12-15 16:22:50 sendUrl INFO 3 [812] -2014-12-15 16:22:50 queue INFO >3 [813] -2014-12-15 16:22:51 sendUrl INFO 3 [813] -2014-12-15 16:22:51 queue INFO 7 [814] -2014-12-15 16:22:51 sendUrl INFO 7 [814] -2014-12-15 16:22:51 queue INFO >7 [815] -2014-12-15 16:22:52 sendUrl INFO 7 [815] -2014-12-15 16:22:52 queue INFO 3 [816] -2014-12-15 16:22:52 queue INFO >3 [817] -2014-12-15 16:22:52 sendUrl INFO 3 [816] -2014-12-15 16:22:52 sendUrl INFO 3 [817] -2014-12-15 16:22:53 queue INFO 7 [818] -2014-12-15 16:22:53 queue INFO >7 [819] -2014-12-15 16:22:53 sendUrl INFO 7 [818] -2014-12-15 16:22:53 sendUrl INFO 7 [819] -2014-12-15 16:22:54 queue INFO 3 [820] -2014-12-15 16:22:54 queue INFO >3 [821] -2014-12-15 16:22:54 sendUrl INFO 3 [820] -2014-12-15 16:22:54 sendUrl INFO 3 [821] -2014-12-15 16:22:54 queue INFO 7 [822] -2014-12-15 16:22:54 sendUrl INFO 7 [822] -2014-12-15 16:22:55 queue INFO >7 [823] -2014-12-15 16:22:55 queue INFO 3 [824] -2014-12-15 16:22:55 sendUrl INFO 7 [823] -2014-12-15 16:22:55 queue INFO >3 [825] -2014-12-15 16:22:55 sendUrl INFO 3 [824] -2014-12-15 16:22:55 sendUrl INFO 3 [825] -2014-12-15 16:22:56 queue INFO 7 [826] -2014-12-15 16:22:56 queue INFO >7 [827] -2014-12-15 16:22:56 sendUrl INFO 7 [826] -2014-12-15 16:22:56 sendUrl INFO 7 [827] -2014-12-15 16:22:56 queue INFO 3 [828] -2014-12-15 16:22:56 sendUrl INFO 3 [828] -2014-12-15 16:22:56 queue INFO >3 [829] -2014-12-15 16:22:57 sendUrl INFO 3 [829] -2014-12-15 16:22:57 queue INFO 7 [830] -2014-12-15 16:22:57 sendUrl INFO 7 [830] -2014-12-15 16:22:57 queue INFO >7 [831] -2014-12-15 16:22:58 sendUrl INFO 7 [831] -2014-12-15 16:22:58 queue INFO 3 [832] -2014-12-15 16:22:58 queue INFO >3 [833] -2014-12-15 16:22:58 sendUrl INFO 3 [832] -2014-12-15 16:22:58 queue INFO 7 [834] -2014-12-15 16:22:58 sendUrl INFO 3 [833] -2014-12-15 16:22:58 queue INFO >7 [835] -2014-12-15 16:22:59 sendUrl INFO 7 [834] -2014-12-15 16:22:59 queue INFO 3 [836] -2014-12-15 16:22:59 sendUrl INFO 7 [835] -2014-12-15 16:22:59 queue INFO >3 [837] -2014-12-15 16:22:59 sendUrl INFO 3 [836] -2014-12-15 16:22:59 queue INFO 7 [838] -2014-12-15 16:22:59 sendUrl INFO 3 [837] -2014-12-15 16:22:59 queue INFO >7 [839] -2014-12-15 16:23:00 sendUrl INFO 7 [838] -2014-12-15 16:23:00 queue INFO 3 [840] -2014-12-15 16:23:00 queue INFO >3 [841] -2014-12-15 16:23:00 sendUrl INFO 7 [839] -2014-12-15 16:23:00 sendUrl INFO 3 [840] -2014-12-15 16:23:00 queue INFO 7 [842] -2014-12-15 16:23:00 sendUrl INFO 3 [841] -2014-12-15 16:23:00 queue INFO >7 [843] -2014-12-15 16:23:01 sendUrl INFO 7 [842] -2014-12-15 16:23:01 queue INFO 3 [844] -2014-12-15 16:23:01 sendUrl INFO 7 [843] -2014-12-15 16:23:01 queue INFO >3 [845] -2014-12-15 16:23:01 sendUrl INFO 3 [844] -2014-12-15 16:23:01 sendUrl INFO 3 [845] -2014-12-15 16:23:02 queue INFO 7 [846] -2014-12-15 16:23:02 queue INFO >7 [847] -2014-12-15 16:23:02 sendUrl INFO 7 [846] -2014-12-15 16:23:02 sendUrl INFO 7 [847] -2014-12-15 16:23:02 queue INFO 3 [848] -2014-12-15 16:23:02 sendUrl INFO 3 [848] -2014-12-15 16:23:02 queue INFO >3 [849] -2014-12-15 16:23:03 sendUrl INFO 3 [849] -2014-12-15 16:23:03 queue INFO 7 [850] -2014-12-15 16:23:03 sendUrl INFO 7 [850] -2014-12-15 16:23:03 queue INFO >7 [851] -2014-12-15 16:23:03 sendUrl INFO 7 [851] -2014-12-15 16:23:03 queue INFO 3 [852] -2014-12-15 16:23:04 queue INFO >3 [853] -2014-12-15 16:23:04 sendUrl INFO 3 [852] -2014-12-15 16:23:04 sendUrl INFO 3 [853] -2014-12-15 16:23:04 queue INFO 7 [854] -2014-12-15 16:23:04 sendUrl INFO 7 [854] -2014-12-15 16:23:04 queue INFO >7 [855] -2014-12-15 16:23:05 queue INFO 3 [856] -2014-12-15 16:23:05 sendUrl INFO 7 [855] -2014-12-15 16:23:05 queue INFO >3 [857] -2014-12-15 16:23:05 sendUrl INFO 3 [856] -2014-12-15 16:23:05 sendUrl INFO 3 [857] -2014-12-15 16:23:05 queue INFO 7 [858] -2014-12-15 16:23:06 queue INFO >7 [859] -2014-12-15 16:23:06 sendUrl INFO 7 [858] -2014-12-15 16:23:06 sendUrl INFO 7 [859] -2014-12-15 16:23:06 queue INFO 3 [860] -2014-12-15 16:23:06 sendUrl INFO 3 [860] -2014-12-15 16:23:06 queue INFO >3 [861] -2014-12-15 16:23:06 sendUrl INFO 3 [861] -2014-12-15 16:23:07 queue INFO 7 [862] -2014-12-15 16:23:07 sendUrl INFO 7 [862] -2014-12-15 16:23:07 queue INFO >7 [863] -2014-12-15 16:23:07 sendUrl INFO 7 [863] -2014-12-15 16:23:08 queue INFO 3 [864] -2014-12-15 16:23:08 queue INFO >3 [865] -2014-12-15 16:23:08 sendUrl INFO 3 [864] -2014-12-15 16:23:08 sendUrl INFO 3 [865] -2014-12-15 16:23:09 queue INFO 7 [866] -2014-12-15 16:23:09 queue INFO >7 [867] -2014-12-15 16:23:09 sendUrl INFO 7 [866] -2014-12-15 16:23:09 sendUrl INFO 7 [867] -2014-12-15 16:23:10 queue INFO 3 [868] -2014-12-15 16:23:10 queue INFO >3 [869] -2014-12-15 16:23:10 sendUrl INFO 3 [868] -2014-12-15 16:23:10 sendUrl INFO 3 [869] -2014-12-15 16:23:11 queue INFO 7 [870] -2014-12-15 16:23:11 queue INFO >7 [871] -2014-12-15 16:23:11 sendUrl INFO 7 [870] -2014-12-15 16:23:11 queue INFO 3 [872] -2014-12-15 16:23:11 sendUrl INFO 7 [871] -2014-12-15 16:23:11 queue INFO >3 [873] -2014-12-15 16:23:11 sendUrl INFO 3 [872] -2014-12-15 16:23:12 queue INFO 7 [874] -2014-12-15 16:23:12 sendUrl INFO 3 [873] -2014-12-15 16:23:12 queue INFO >7 [875] -2014-12-15 16:23:12 sendUrl INFO 7 [874] -2014-12-15 16:23:12 sendUrl INFO 7 [875] -2014-12-15 16:23:12 queue INFO 3 [876] -2014-12-15 16:23:12 sendUrl INFO 3 [876] -2014-12-15 16:23:12 queue INFO >3 [877] -2014-12-15 16:23:13 sendUrl INFO 3 [877] -2014-12-15 16:23:13 queue INFO 7 [878] -2014-12-15 16:23:13 sendUrl INFO 7 [878] -2014-12-15 16:23:13 queue INFO >7 [879] -2014-12-15 16:23:14 sendUrl INFO 7 [879] -2014-12-15 16:23:14 queue INFO 3 [880] -2014-12-15 16:23:14 queue INFO >3 [881] -2014-12-15 16:23:14 sendUrl INFO 3 [880] -2014-12-15 16:23:14 sendUrl INFO 3 [881] -2014-12-15 16:23:15 queue INFO 7 [882] -2014-12-15 16:23:15 sendUrl INFO 7 [882] -2014-12-15 16:23:15 queue INFO >7 [883] -2014-12-15 16:23:15 sendUrl INFO 7 [883] -2014-12-15 16:23:15 queue INFO 3 [884] -2014-12-15 16:23:15 sendUrl INFO 3 [884] -2014-12-15 16:23:15 queue INFO >3 [885] -2014-12-15 16:23:16 sendUrl INFO 3 [885] -2014-12-15 16:23:16 queue INFO 7 [886] -2014-12-15 16:23:16 sendUrl INFO 7 [886] -2014-12-15 16:23:16 queue INFO >7 [887] -2014-12-15 16:23:17 sendUrl INFO 7 [887] -2014-12-15 16:23:17 queue INFO 3 [888] -2014-12-15 16:23:17 sendUrl INFO 3 [888] -2014-12-15 16:23:17 queue INFO >3 [889] -2014-12-15 16:23:17 sendUrl INFO 3 [889] -2014-12-15 16:23:18 queue INFO 7 [890] -2014-12-15 16:23:18 sendUrl INFO 7 [890] -2014-12-15 16:23:18 queue INFO >7 [891] -2014-12-15 16:23:18 sendUrl INFO 7 [891] -2014-12-15 16:23:18 queue INFO 3 [892] -2014-12-15 16:23:19 queue INFO >3 [893] -2014-12-15 16:23:19 sendUrl INFO 3 [892] -2014-12-15 16:23:19 sendUrl INFO 3 [893] -2014-12-15 16:23:20 queue INFO 7 [894] -2014-12-15 16:23:20 queue INFO >7 [895] -2014-12-15 16:23:20 sendUrl INFO 7 [894] -2014-12-15 16:23:20 sendUrl INFO 7 [895] -2014-12-15 16:23:20 queue INFO 3 [896] -2014-12-15 16:23:20 queue INFO >3 [897] -2014-12-15 16:23:20 sendUrl INFO 3 [896] -2014-12-15 16:23:21 sendUrl INFO 3 [897] -2014-12-15 16:23:21 queue INFO 7 [898] -2014-12-15 16:23:21 sendUrl INFO 7 [898] -2014-12-15 16:23:21 queue INFO >7 [899] -2014-12-15 16:23:22 sendUrl INFO 7 [899] -2014-12-15 16:23:22 queue INFO 3 [900] -2014-12-15 16:23:22 sendUrl INFO 3 [900] -2014-12-15 16:23:22 queue INFO >3 [901] -2014-12-15 16:23:22 sendUrl INFO 3 [901] -2014-12-15 16:23:23 queue INFO 7 [902] -2014-12-15 16:23:23 sendUrl INFO 7 [902] -2014-12-15 16:23:23 queue INFO >7 [903] -2014-12-15 16:23:23 sendUrl INFO 7 [903] -2014-12-15 16:23:24 queue INFO 3 [904] -2014-12-15 16:23:24 queue INFO >3 [905] -2014-12-15 16:23:24 sendUrl INFO 3 [904] -2014-12-15 16:23:24 sendUrl INFO 3 [905] -2014-12-15 16:23:25 queue INFO 7 [906] -2014-12-15 16:23:25 sendUrl INFO 7 [906] -2014-12-15 16:23:25 queue INFO >7 [907] -2014-12-15 16:23:25 sendUrl INFO 7 [907] -2014-12-15 16:23:26 queue INFO 3 [908] -2014-12-15 16:23:26 queue INFO >3 [909] -2014-12-15 16:23:26 sendUrl INFO 3 [908] -2014-12-15 16:23:26 sendUrl INFO 3 [909] -2014-12-15 16:23:27 queue INFO 7 [910] -2014-12-15 16:23:27 queue INFO >7 [911] -2014-12-15 16:23:27 sendUrl INFO 7 [910] -2014-12-15 16:23:27 sendUrl INFO 7 [911] -2014-12-15 16:23:27 queue INFO 3 [912] -2014-12-15 16:23:27 queue INFO >3 [913] -2014-12-15 16:23:27 sendUrl INFO 3 [912] -2014-12-15 16:23:28 sendUrl INFO 3 [913] -2014-12-15 16:23:28 queue INFO 7 [914] -2014-12-15 16:23:28 queue INFO >7 [915] -2014-12-15 16:23:28 sendUrl INFO 7 [914] -2014-12-15 16:23:29 sendUrl INFO 7 [915] -2014-12-15 16:23:29 queue INFO 3 [916] -2014-12-15 16:23:29 sendUrl INFO 3 [916] -2014-12-15 16:23:29 queue INFO >3 [917] -2014-12-15 16:23:29 sendUrl INFO 3 [917] -2014-12-15 16:23:30 queue INFO 7 [918] -2014-12-15 16:23:30 sendUrl INFO 7 [918] -2014-12-15 16:23:30 queue INFO >7 [919] -2014-12-15 16:23:30 sendUrl INFO 7 [919] -2014-12-15 16:23:31 queue INFO 3 [920] -2014-12-15 16:23:31 sendUrl INFO 3 [920] -2014-12-15 16:23:31 queue INFO >3 [921] -2014-12-15 16:23:31 sendUrl INFO 3 [921] -2014-12-15 16:23:32 queue INFO 7 [922] -2014-12-15 16:23:32 sendUrl INFO 7 [922] -2014-12-15 16:23:32 queue INFO >7 [923] -2014-12-15 16:23:32 sendUrl INFO 7 [923] -2014-12-15 16:23:32 queue INFO 3 [924] -2014-12-15 16:23:32 queue INFO >3 [925] -2014-12-15 16:23:32 sendUrl INFO 3 [924] -2014-12-15 16:23:33 sendUrl INFO 3 [925] -2014-12-15 16:23:33 queue INFO 7 [926] -2014-12-15 16:23:33 sendUrl INFO 7 [926] -2014-12-15 16:23:33 queue INFO >7 [927] -2014-12-15 16:23:33 sendUrl INFO 7 [927] -2014-12-15 16:23:34 queue INFO 3 [928] -2014-12-15 16:23:34 sendUrl INFO 3 [928] -2014-12-15 16:23:34 queue INFO >3 [929] -2014-12-15 16:23:34 sendUrl INFO 3 [929] -2014-12-15 16:23:35 queue INFO 7 [930] -2014-12-15 16:23:35 sendUrl INFO 7 [930] -2014-12-15 16:23:35 queue INFO >7 [931] -2014-12-15 16:23:35 sendUrl INFO 7 [931] -2014-12-15 16:23:35 queue INFO 3 [932] -2014-12-15 16:23:35 queue INFO >3 [933] -2014-12-15 16:23:36 sendUrl INFO 3 [932] -2014-12-15 16:23:36 sendUrl INFO 3 [933] -2014-12-15 16:23:36 queue INFO 7 [934] -2014-12-15 16:23:36 queue INFO >7 [935] -2014-12-15 16:23:37 sendUrl INFO 7 [934] -2014-12-15 16:23:37 queue INFO 3 [936] -2014-12-15 16:23:37 sendUrl INFO 7 [935] -2014-12-15 16:23:37 queue INFO >3 [937] -2014-12-15 16:23:37 sendUrl INFO 3 [936] -2014-12-15 16:23:37 sendUrl INFO 3 [937] -2014-12-15 16:23:37 queue INFO 7 [938] -2014-12-15 16:23:38 sendUrl INFO 7 [938] -2014-12-15 16:23:38 queue INFO >7 [939] -2014-12-15 16:23:38 sendUrl INFO 7 [939] -2014-12-15 16:23:38 queue INFO 3 [940] -2014-12-15 16:23:38 queue INFO >3 [941] -2014-12-15 16:23:39 sendUrl INFO 3 [940] -2014-12-15 16:23:39 sendUrl INFO 3 [941] -2014-12-15 16:23:39 queue INFO 7 [942] -2014-12-15 16:23:40 queue INFO >7 [943] -2014-12-15 16:23:40 sendUrl INFO 7 [942] -2014-12-15 16:23:40 sendUrl INFO 7 [943] -2014-12-15 16:23:40 queue INFO 3 [944] -2014-12-15 16:23:40 queue INFO >3 [945] -2014-12-15 16:23:40 sendUrl INFO 3 [944] -2014-12-15 16:23:41 sendUrl INFO 3 [945] -2014-12-15 16:23:41 queue INFO 7 [946] -2014-12-15 16:23:41 queue INFO >7 [947] -2014-12-15 16:23:41 sendUrl INFO 7 [946] -2014-12-15 16:23:42 sendUrl INFO 7 [947] -2014-12-15 16:23:42 queue INFO 3 [948] -2014-12-15 16:23:42 sendUrl INFO 3 [948] -2014-12-15 16:23:42 queue INFO >3 [949] -2014-12-15 16:23:42 sendUrl INFO 3 [949] -2014-12-15 16:23:43 queue INFO 7 [950] -2014-12-15 16:23:43 sendUrl INFO 7 [950] -2014-12-15 16:23:43 queue INFO >7 [951] -2014-12-15 16:23:43 sendUrl INFO 7 [951] -2014-12-15 16:23:43 queue INFO 3 [952] -2014-12-15 16:23:43 sendUrl INFO 3 [952] -2014-12-15 16:23:44 queue INFO >3 [953] -2014-12-15 16:23:44 sendUrl INFO 3 [953] -2014-12-15 16:23:44 queue INFO 7 [954] -2014-12-15 16:23:44 sendUrl INFO 7 [954] -2014-12-15 16:23:44 queue INFO >7 [955] -2014-12-15 16:23:44 sendUrl INFO 7 [955] -2014-12-15 16:23:44 queue INFO 3 [956] -2014-12-15 16:23:44 sendUrl INFO 3 [956] -2014-12-15 16:23:45 queue INFO >3 [957] -2014-12-15 16:23:45 sendUrl INFO 3 [957] -2014-12-15 16:23:45 queue INFO 7 [958] -2014-12-15 16:23:45 queue INFO >7 [959] -2014-12-15 16:23:45 sendUrl INFO 7 [958] -2014-12-15 16:23:46 sendUrl INFO 7 [959] -2014-12-15 16:23:46 queue INFO 3 [960] -2014-12-15 16:23:46 queue INFO >3 [961] -2014-12-15 16:23:46 sendUrl INFO 3 [960] -2014-12-15 16:23:46 sendUrl INFO 3 [961] -2014-12-15 16:23:47 queue INFO 7 [962] -2014-12-15 16:23:47 queue INFO >7 [963] -2014-12-15 16:23:47 sendUrl INFO 7 [962] -2014-12-15 16:23:47 sendUrl INFO 7 [963] -2014-12-15 16:23:48 queue INFO 3 [964] -2014-12-15 16:23:48 sendUrl INFO 3 [964] -2014-12-15 16:23:48 queue INFO >3 [965] -2014-12-15 16:23:48 sendUrl INFO 3 [965] -2014-12-15 16:23:48 queue INFO 7 [966] -2014-12-15 16:23:49 sendUrl INFO 7 [966] -2014-12-15 16:23:49 queue INFO >7 [967] -2014-12-15 16:23:49 sendUrl INFO 7 [967] -2014-12-15 16:23:49 queue INFO 3 [968] -2014-12-15 16:23:49 queue INFO >3 [969] -2014-12-15 16:23:50 sendUrl INFO 3 [968] -2014-12-15 16:23:50 sendUrl INFO 3 [969] -2014-12-15 16:23:50 queue INFO 7 [970] -2014-12-15 16:23:50 queue INFO >7 [971] -2014-12-15 16:23:50 sendUrl INFO 7 [970] -2014-12-15 16:23:51 sendUrl INFO 7 [971] -2014-12-15 16:23:51 queue INFO 3 [972] -2014-12-15 16:23:51 sendUrl INFO 3 [972] -2014-12-15 16:23:51 queue INFO >3 [973] -2014-12-15 16:23:51 sendUrl INFO 3 [973] -2014-12-15 16:23:52 queue INFO 7 [974] -2014-12-15 16:23:52 sendUrl INFO 7 [974] -2014-12-15 16:23:52 queue INFO >7 [975] -2014-12-15 16:23:52 sendUrl INFO 7 [975] -2014-12-15 16:23:52 queue INFO 3 [976] -2014-12-15 16:23:52 sendUrl INFO 3 [976] -2014-12-15 16:23:52 queue INFO >3 [977] -2014-12-15 16:23:53 sendUrl INFO 3 [977] -2014-12-15 16:23:53 queue INFO 7 [978] -2014-12-15 16:23:53 sendUrl INFO 7 [978] -2014-12-15 16:23:53 queue INFO >7 [979] -2014-12-15 16:23:54 sendUrl INFO 7 [979] -2014-12-15 16:23:54 queue INFO 3 [980] -2014-12-15 16:23:54 queue INFO >3 [981] -2014-12-15 16:23:54 sendUrl INFO 3 [980] -2014-12-15 16:23:54 sendUrl INFO 3 [981] -2014-12-15 16:23:55 queue INFO 7 [982] -2014-12-15 16:23:55 sendUrl INFO 7 [982] -2014-12-15 16:23:55 queue INFO >7 [983] -2014-12-15 16:23:55 queue INFO 3 [984] -2014-12-15 16:23:55 sendUrl INFO 7 [983] -2014-12-15 16:23:55 queue INFO >3 [985] -2014-12-15 16:23:55 sendUrl INFO 3 [984] -2014-12-15 16:23:56 sendUrl INFO 3 [985] -2014-12-15 16:23:56 queue INFO 7 [986] -2014-12-15 16:23:56 queue INFO >7 [987] -2014-12-15 16:23:56 sendUrl INFO 7 [986] -2014-12-15 16:23:56 queue INFO 3 [988] -2014-12-15 16:23:56 sendUrl INFO 7 [987] -2014-12-15 16:23:56 queue INFO 7 [989] -2014-12-15 16:23:56 sendUrl INFO 3 [988] -2014-12-15 16:23:57 queue INFO >7 [990] -2014-12-15 16:23:57 sendUrl INFO 7 [989] -2014-12-15 16:23:57 queue INFO 3 [991] -2014-12-15 16:23:57 queue INFO >3 [992] -2014-12-15 16:23:57 sendUrl INFO 7 [990] -2014-12-15 16:23:57 queue INFO 7 [993] -2014-12-15 16:23:57 sendUrl INFO 3 [991] -2014-12-15 16:23:57 queue INFO >7 [994] -2014-12-15 16:23:57 sendUrl INFO 3 [992] -2014-12-15 16:23:58 queue INFO 3 [995] -2014-12-15 16:23:58 sendUrl INFO 7 [993] -2014-12-15 16:23:58 queue INFO >3 [996] -2014-12-15 16:23:58 queue INFO 7 [997] -2014-12-15 16:23:58 sendUrl INFO 7 [994] -2014-12-15 16:23:58 queue INFO >7 [998] -2014-12-15 16:23:58 sendUrl INFO 3 [995] -2014-12-15 16:23:58 queue INFO 3 [999] -2014-12-15 16:23:59 sendUrl INFO 3 [996] -2014-12-15 16:23:59 queue INFO >3 [0] -2014-12-15 16:23:59 sendUrl INFO 7 [997] -2014-12-15 16:23:59 queue INFO 7 [1] -2014-12-15 16:23:59 queue INFO >7 [2] -2014-12-15 16:23:59 sendUrl INFO 7 [998] -2014-12-15 16:23:59 queue INFO 3 [3] -2014-12-15 16:23:59 sendUrl INFO 3 [999] -2014-12-15 16:23:59 queue INFO >3 [4] -2014-12-15 16:24:00 sendUrl INFO 3 [0] -2014-12-15 16:24:00 queue INFO 7 [5] -2014-12-15 16:24:00 sendUrl INFO 7 [1] -2014-12-15 16:24:00 queue INFO >7 [6] -2014-12-15 16:24:00 queue INFO 3 [7] -2014-12-15 16:24:00 sendUrl INFO 7 [2] -2014-12-15 16:24:00 queue INFO 7 [8] -2014-12-15 16:24:00 sendUrl INFO 3 [3] -2014-12-15 16:24:00 queue INFO 3 [9] -2014-12-15 16:24:01 sendUrl INFO 3 [4] -2014-12-15 16:24:01 queue INFO >3 [10] -2014-12-15 16:24:01 sendUrl INFO 7 [5] -2014-12-15 16:24:01 queue INFO 7 [11] -2014-12-15 16:24:01 queue INFO >7 [12] -2014-12-15 16:24:01 sendUrl INFO 7 [6] -2014-12-15 16:24:01 queue INFO 3 [13] -2014-12-15 16:24:01 sendUrl INFO 3 [7] -2014-12-15 16:24:01 queue INFO >3 [14] -2014-12-15 16:24:02 sendUrl INFO 7 [8] -2014-12-15 16:24:02 sendUrl INFO 3 [9] -2014-12-15 16:24:02 sendUrl INFO 3 [10] -2014-12-15 16:24:02 sendUrl INFO 7 [11] -2014-12-15 16:24:03 sendUrl INFO 7 [12] -2014-12-15 16:24:03 sendUrl INFO 3 [13] -2014-12-15 16:24:03 sendUrl INFO 3 [14] -2014-12-15 16:24:05 queue INFO 7 [15] -2014-12-15 16:24:05 queue INFO >7 [16] -2014-12-15 16:24:05 sendUrl INFO 7 [15] -2014-12-15 16:24:05 sendUrl INFO 7 [16] -2014-12-15 16:24:06 queue INFO 3 [17] -2014-12-15 16:24:06 sendUrl INFO 3 [17] -2014-12-15 16:24:06 queue INFO >3 [18] -2014-12-15 16:24:06 sendUrl INFO 3 [18] -2014-12-15 16:24:07 queue INFO 7 [19] -2014-12-15 16:24:07 sendUrl INFO 7 [19] -2014-12-15 16:24:07 queue INFO >7 [20] -2014-12-15 16:24:07 queue INFO 3 [21] -2014-12-15 16:24:07 sendUrl INFO 7 [20] -2014-12-15 16:24:07 queue INFO >3 [22] -2014-12-15 16:24:07 sendUrl INFO 3 [21] -2014-12-15 16:24:07 sendUrl INFO 3 [22] -2014-12-15 16:24:08 queue INFO 7 [23] -2014-12-15 16:24:08 sendUrl INFO 7 [23] -2014-12-15 16:24:08 queue INFO >7 [24] -2014-12-15 16:24:08 sendUrl INFO 7 [24] -2014-12-15 16:24:08 queue INFO 3 [25] -2014-12-15 16:24:08 sendUrl INFO 3 [25] -2014-12-15 16:24:09 queue INFO >3 [26] -2014-12-15 16:24:09 sendUrl INFO 3 [26] -2014-12-15 16:24:09 queue INFO 7 [27] -2014-12-15 16:24:09 sendUrl INFO 7 [27] -2014-12-15 16:24:10 queue INFO >7 [28] -2014-12-15 16:24:10 sendUrl INFO 7 [28] -2014-12-15 16:24:10 queue INFO 3 [29] -2014-12-15 16:24:10 queue INFO >3 [30] -2014-12-15 16:24:10 sendUrl INFO 3 [29] -2014-12-15 16:24:11 sendUrl INFO 3 [30] -2014-12-15 16:24:11 queue INFO 7 [31] -2014-12-15 16:24:11 sendUrl INFO 7 [31] -2014-12-15 16:24:11 queue INFO >7 [32] -2014-12-15 16:24:12 sendUrl INFO 7 [32] -2014-12-15 16:24:12 queue INFO 3 [33] -2014-12-15 16:24:12 queue INFO >3 [34] -2014-12-15 16:24:12 sendUrl INFO 3 [33] -2014-12-15 16:24:13 sendUrl INFO 3 [34] -2014-12-15 16:24:13 queue INFO 7 [35] -2014-12-15 16:24:13 queue INFO >7 [36] -2014-12-15 16:24:13 sendUrl INFO 7 [35] -2014-12-15 16:24:14 sendUrl INFO 7 [36] -2014-12-15 16:24:14 queue INFO 3 [37] -2014-12-15 16:24:14 queue INFO >3 [38] -2014-12-15 16:24:14 sendUrl INFO 3 [37] -2014-12-15 16:24:14 sendUrl INFO 3 [38] -2014-12-15 16:24:14 queue INFO 7 [39] -2014-12-15 16:24:15 sendUrl INFO 7 [39] -2014-12-15 16:24:15 queue INFO >7 [40] -2014-12-15 16:24:15 sendUrl INFO 7 [40] -2014-12-15 16:24:15 queue INFO 3 [41] -2014-12-15 16:24:15 sendUrl INFO 3 [41] -2014-12-15 16:24:15 queue INFO >3 [42] -2014-12-15 16:24:16 sendUrl INFO 3 [42] -2014-12-15 16:24:16 queue INFO 7 [43] -2014-12-15 16:24:16 sendUrl INFO 7 [43] -2014-12-15 16:24:16 queue INFO >7 [44] -2014-12-15 16:24:17 sendUrl INFO 7 [44] -2014-12-15 16:24:17 queue INFO 3 [45] -2014-12-15 16:24:17 sendUrl INFO 3 [45] -2014-12-15 16:24:17 queue INFO >3 [46] -2014-12-15 16:24:17 sendUrl INFO 3 [46] -2014-12-15 16:24:18 queue INFO 7 [47] -2014-12-15 16:24:18 sendUrl INFO 7 [47] -2014-12-15 16:24:18 queue INFO >7 [48] -2014-12-15 16:24:18 sendUrl INFO 7 [48] -2014-12-15 16:24:19 queue INFO 3 [49] -2014-12-15 16:24:19 queue INFO >3 [50] -2014-12-15 16:24:19 sendUrl INFO 3 [49] -2014-12-15 16:24:19 sendUrl INFO 3 [50] -2014-12-15 16:24:20 queue INFO 7 [51] -2014-12-15 16:24:20 queue INFO >7 [52] -2014-12-15 16:24:20 sendUrl INFO 7 [51] -2014-12-15 16:24:20 sendUrl INFO 7 [52] -2014-12-15 16:24:20 queue INFO 3 [53] -2014-12-15 16:24:20 sendUrl INFO 3 [53] -2014-12-15 16:24:20 queue INFO >3 [54] -2014-12-15 16:24:21 sendUrl INFO 3 [54] -2014-12-15 16:24:21 queue INFO 7 [55] -2014-12-15 16:24:21 sendUrl INFO 7 [55] -2014-12-15 16:24:21 queue INFO >7 [56] -2014-12-15 16:24:21 sendUrl INFO 7 [56] -2014-12-15 16:24:22 queue INFO 3 [57] -2014-12-15 16:24:22 queue INFO >3 [58] -2014-12-15 16:24:22 sendUrl INFO 3 [57] -2014-12-15 16:24:22 sendUrl INFO 3 [58] -2014-12-15 16:24:23 queue INFO 7 [59] -2014-12-15 16:24:23 queue INFO >7 [60] -2014-12-15 16:24:23 sendUrl INFO 7 [59] -2014-12-15 16:24:23 sendUrl INFO 7 [60] -2014-12-15 16:24:23 queue INFO 3 [61] -2014-12-15 16:24:23 sendUrl INFO 3 [61] -2014-12-15 16:24:23 queue INFO >3 [62] -2014-12-15 16:24:24 sendUrl INFO 3 [62] -2014-12-15 16:24:24 queue INFO 7 [63] -2014-12-15 16:24:24 sendUrl INFO 7 [63] -2014-12-15 16:24:24 queue INFO >7 [64] -2014-12-15 16:24:24 sendUrl INFO 7 [64] -2014-12-15 16:24:25 queue INFO 3 [65] -2014-12-15 16:24:25 queue INFO >3 [66] -2014-12-15 16:24:25 sendUrl INFO 3 [65] -2014-12-15 16:24:25 sendUrl INFO 3 [66] -2014-12-15 16:24:26 queue INFO 7 [67] -2014-12-15 16:24:26 queue INFO >7 [68] -2014-12-15 16:24:26 sendUrl INFO 7 [67] -2014-12-15 16:24:26 sendUrl INFO 7 [68] -2014-12-15 16:24:26 queue INFO 3 [69] -2014-12-15 16:24:26 sendUrl INFO 3 [69] -2014-12-15 16:24:26 queue INFO >3 [70] -2014-12-15 16:24:27 sendUrl INFO 3 [70] -2014-12-15 16:24:27 queue INFO 7 [71] -2014-12-15 16:24:27 queue INFO >7 [72] -2014-12-15 16:24:27 sendUrl INFO 7 [71] -2014-12-15 16:24:27 sendUrl INFO 7 [72] -2014-12-15 16:24:27 queue INFO 3 [73] -2014-12-15 16:24:28 queue INFO >3 [74] -2014-12-15 16:24:28 sendUrl INFO 3 [73] -2014-12-15 16:24:28 sendUrl INFO 3 [74] -2014-12-15 16:24:28 queue INFO 7 [75] -2014-12-15 16:24:28 sendUrl INFO 7 [75] -2014-12-15 16:24:28 queue INFO >7 [76] -2014-12-15 16:24:29 sendUrl INFO 7 [76] -2014-12-15 16:24:29 queue INFO 3 [77] -2014-12-15 16:24:29 queue INFO >3 [78] -2014-12-15 16:24:29 sendUrl INFO 3 [77] -2014-12-15 16:24:29 sendUrl INFO 3 [78] -2014-12-15 16:24:30 queue INFO 7 [79] -2014-12-15 16:24:30 queue INFO >7 [80] -2014-12-15 16:24:30 sendUrl INFO 7 [79] -2014-12-15 16:24:30 sendUrl INFO 7 [80] -2014-12-15 16:24:30 queue INFO 3 [81] -2014-12-15 16:24:31 queue INFO >3 [82] -2014-12-15 16:24:31 sendUrl INFO 3 [81] -2014-12-15 16:24:31 sendUrl INFO 3 [82] -2014-12-15 16:24:31 queue INFO 7 [83] -2014-12-15 16:24:31 sendUrl INFO 7 [83] -2014-12-15 16:24:31 queue INFO >7 [84] -2014-12-15 16:24:32 sendUrl INFO 7 [84] -2014-12-15 16:24:32 queue INFO 3 [85] -2014-12-15 16:24:32 sendUrl INFO 3 [85] -2014-12-15 16:24:32 queue INFO >3 [86] -2014-12-15 16:24:32 sendUrl INFO 3 [86] -2014-12-15 16:24:33 queue INFO 7 [87] -2014-12-15 16:24:33 sendUrl INFO 7 [87] -2014-12-15 16:24:33 queue INFO >7 [88] -2014-12-15 16:24:33 sendUrl INFO 7 [88] -2014-12-15 16:24:33 queue INFO 3 [89] -2014-12-15 16:24:34 queue INFO >3 [90] -2014-12-15 16:24:34 sendUrl INFO 3 [89] -2014-12-15 16:24:34 sendUrl INFO 3 [90] -2014-12-15 16:24:34 queue INFO 7 [91] -2014-12-15 16:24:34 queue INFO >7 [92] -2014-12-15 16:24:34 sendUrl INFO 7 [91] -2014-12-15 16:24:35 queue INFO 3 [93] -2014-12-15 16:24:35 sendUrl INFO 7 [92] -2014-12-15 16:24:35 queue INFO >3 [94] -2014-12-15 16:24:35 sendUrl INFO 3 [93] -2014-12-15 16:24:35 sendUrl INFO 3 [94] -2014-12-15 16:24:35 queue INFO 7 [95] -2014-12-15 16:24:36 queue INFO >7 [96] -2014-12-15 16:24:36 sendUrl INFO 7 [95] -2014-12-15 16:24:36 sendUrl INFO 7 [96] -2014-12-15 16:24:36 queue INFO 3 [97] -2014-12-15 16:24:36 sendUrl INFO 3 [97] -2014-12-15 16:24:36 queue INFO >3 [98] -2014-12-15 16:24:37 sendUrl INFO 3 [98] -2014-12-15 16:24:37 queue INFO 7 [99] -2014-12-15 16:24:37 sendUrl INFO 7 [99] -2014-12-15 16:24:37 queue INFO >7 [100] -2014-12-15 16:24:38 sendUrl INFO 7 [100] -2014-12-15 16:24:38 queue INFO 3 [101] -2014-12-15 16:24:38 queue INFO >3 [102] -2014-12-15 16:24:38 sendUrl INFO 3 [101] -2014-12-15 16:24:38 sendUrl INFO 3 [102] -2014-12-15 16:24:39 queue INFO 7 [103] -2014-12-15 16:24:39 queue INFO >7 [104] -2014-12-15 16:24:39 sendUrl INFO 7 [103] -2014-12-15 16:24:39 queue INFO 3 [105] -2014-12-15 16:24:39 sendUrl INFO 7 [104] -2014-12-15 16:24:39 queue INFO >3 [106] -2014-12-15 16:24:39 sendUrl INFO 3 [105] -2014-12-15 16:24:39 queue INFO 7 [107] -2014-12-15 16:24:40 queue INFO >7 [108] -2014-12-15 16:24:40 sendUrl INFO 3 [106] -2014-12-15 16:24:40 sendUrl INFO 7 [107] -2014-12-15 16:24:40 sendUrl INFO 7 [108] -2014-12-15 16:24:40 queue INFO 3 [109] -2014-12-15 16:24:40 sendUrl INFO 3 [109] -2014-12-15 16:24:40 queue INFO >3 [110] -2014-12-15 16:24:41 sendUrl INFO 3 [110] -2014-12-15 16:24:41 queue INFO 7 [111] -2014-12-15 16:24:41 sendUrl INFO 7 [111] -2014-12-15 16:24:41 queue INFO >7 [112] -2014-12-15 16:24:41 sendUrl INFO 7 [112] -2014-12-15 16:24:42 queue INFO 3 [113] -2014-12-15 16:24:42 sendUrl INFO 3 [113] -2014-12-15 16:24:42 queue INFO >3 [114] -2014-12-15 16:24:42 sendUrl INFO 3 [114] -2014-12-15 16:24:43 queue INFO 7 [115] -2014-12-15 16:24:43 sendUrl INFO 7 [115] -2014-12-15 16:24:43 queue INFO >7 [116] -2014-12-15 16:24:43 sendUrl INFO 7 [116] -2014-12-15 16:24:43 queue INFO 3 [117] -2014-12-15 16:24:44 queue INFO >3 [118] -2014-12-15 16:24:44 sendUrl INFO 3 [117] -2014-12-15 16:24:44 sendUrl INFO 3 [118] -2014-12-15 16:24:44 queue INFO 7 [119] -2014-12-15 16:24:44 queue INFO >7 [120] -2014-12-15 16:24:44 sendUrl INFO 7 [119] -2014-12-15 16:24:45 sendUrl INFO 7 [120] -2014-12-15 16:24:45 queue INFO 3 [121] -2014-12-15 16:24:45 sendUrl INFO 3 [121] -2014-12-15 16:24:45 queue INFO >3 [122] -2014-12-15 16:24:45 sendUrl INFO 3 [122] -2014-12-15 16:24:46 queue INFO 7 [123] -2014-12-15 16:24:46 sendUrl INFO 7 [123] -2014-12-15 16:24:46 queue INFO >7 [124] -2014-12-15 16:24:46 sendUrl INFO 7 [124] -2014-12-15 16:24:46 queue INFO 3 [125] -2014-12-15 16:24:47 queue INFO >3 [126] -2014-12-15 16:24:47 sendUrl INFO 3 [125] -2014-12-15 16:24:47 queue INFO 7 [127] -2014-12-15 16:24:47 sendUrl INFO 3 [126] -2014-12-15 16:24:47 queue INFO >7 [128] -2014-12-15 16:24:47 sendUrl INFO 7 [127] -2014-12-15 16:24:47 queue INFO 3 [129] -2014-12-15 16:24:47 sendUrl INFO 7 [128] -2014-12-15 16:24:48 queue INFO >3 [130] -2014-12-15 16:24:48 sendUrl INFO 3 [129] -2014-12-15 16:24:48 sendUrl INFO 3 [130] -2014-12-15 16:24:48 queue INFO 7 [131] -2014-12-15 16:24:48 queue INFO >7 [132] -2014-12-15 16:24:49 sendUrl INFO 7 [131] -2014-12-15 16:24:49 sendUrl INFO 7 [132] -2014-12-15 16:24:49 queue INFO 3 [133] -2014-12-15 16:24:49 sendUrl INFO 3 [133] -2014-12-15 16:24:49 queue INFO >3 [134] -2014-12-15 16:24:49 sendUrl INFO 3 [134] -2014-12-15 16:24:50 queue INFO 7 [135] -2014-12-15 16:24:50 sendUrl INFO 7 [135] -2014-12-15 16:24:50 queue INFO >7 [136] -2014-12-15 16:24:50 sendUrl INFO 7 [136] -2014-12-15 16:24:50 queue INFO 3 [137] -2014-12-15 16:24:51 queue INFO >3 [138] -2014-12-15 16:24:51 sendUrl INFO 3 [137] -2014-12-15 16:24:51 sendUrl INFO 3 [138] -2014-12-15 16:24:52 queue INFO 7 [139] -2014-12-15 16:24:52 queue INFO >7 [140] -2014-12-15 16:24:52 sendUrl INFO 7 [139] -2014-12-15 16:24:52 sendUrl INFO 7 [140] -2014-12-15 16:24:52 queue INFO 3 [141] -2014-12-15 16:24:52 queue INFO >3 [142] -2014-12-15 16:24:52 sendUrl INFO 3 [141] -2014-12-15 16:24:53 sendUrl INFO 3 [142] -2014-12-15 16:24:53 queue INFO 7 [143] -2014-12-15 16:24:53 sendUrl INFO 7 [143] -2014-12-15 16:24:53 queue INFO >7 [144] -2014-12-15 16:24:53 sendUrl INFO 7 [144] -2014-12-15 16:24:54 queue INFO 3 [145] -2014-12-15 16:24:54 queue INFO >3 [146] -2014-12-15 16:24:54 sendUrl INFO 3 [145] -2014-12-15 16:24:54 sendUrl INFO 3 [146] -2014-12-15 16:24:54 queue INFO 7 [147] -2014-12-15 16:24:55 queue INFO >7 [148] -2014-12-15 16:24:55 sendUrl INFO 7 [147] -2014-12-15 16:24:55 sendUrl INFO 7 [148] -2014-12-15 16:24:55 queue INFO 3 [149] -2014-12-15 16:24:55 sendUrl INFO 3 [149] -2014-12-15 16:24:55 queue INFO >3 [150] -2014-12-15 16:24:55 sendUrl INFO 3 [150] -2014-12-15 16:24:56 queue INFO 7 [151] -2014-12-15 16:24:56 queue INFO >7 [152] -2014-12-15 16:24:56 sendUrl INFO 7 [151] -2014-12-15 16:24:56 sendUrl INFO 7 [152] -2014-12-15 16:24:57 queue INFO 3 [153] -2014-12-15 16:24:57 sendUrl INFO 3 [153] -2014-12-15 16:24:57 queue INFO >3 [154] -2014-12-15 16:24:57 sendUrl INFO 3 [154] -2014-12-15 16:24:57 queue INFO 7 [155] -2014-12-15 16:24:58 queue INFO >7 [156] -2014-12-15 16:24:58 sendUrl INFO 7 [155] -2014-12-15 16:24:58 sendUrl INFO 7 [156] -2014-12-15 16:24:58 queue INFO 3 [157] -2014-12-15 16:24:58 queue INFO >3 [158] -2014-12-15 16:24:58 sendUrl INFO 3 [157] -2014-12-15 16:24:59 sendUrl INFO 3 [158] -2014-12-15 16:24:59 queue INFO 7 [159] -2014-12-15 16:24:59 queue INFO >7 [160] -2014-12-15 16:24:59 sendUrl INFO 7 [159] -2014-12-15 16:24:59 sendUrl INFO 7 [160] -2014-12-15 16:25:00 queue INFO 3 [161] -2014-12-15 16:25:00 sendUrl INFO 3 [161] -2014-12-15 16:25:00 queue INFO >3 [162] -2014-12-15 16:25:00 sendUrl INFO 3 [162] -2014-12-15 16:25:01 queue INFO 7 [163] -2014-12-15 16:25:01 sendUrl INFO 7 [163] -2014-12-15 16:25:01 queue INFO >7 [164] -2014-12-15 16:25:01 sendUrl INFO 7 [164] -2014-12-15 16:25:01 queue INFO 3 [165] -2014-12-15 16:25:01 queue INFO >3 [166] -2014-12-15 16:25:02 sendUrl INFO 3 [165] -2014-12-15 16:25:02 sendUrl INFO 3 [166] -2014-12-15 16:25:02 queue INFO 7 [167] -2014-12-15 16:25:02 queue INFO >7 [168] -2014-12-15 16:25:03 sendUrl INFO 7 [167] -2014-12-15 16:25:03 sendUrl INFO 7 [168] -2014-12-15 16:25:03 queue INFO 3 [169] -2014-12-15 16:25:03 queue INFO >3 [170] -2014-12-15 16:25:03 sendUrl INFO 3 [169] -2014-12-15 16:25:03 sendUrl INFO 3 [170] -2014-12-15 16:25:04 queue INFO 7 [171] -2014-12-15 16:25:04 sendUrl INFO 7 [171] -2014-12-15 16:25:04 queue INFO >7 [172] -2014-12-15 16:25:04 queue INFO 3 [173] -2014-12-15 16:25:04 sendUrl INFO 7 [172] -2014-12-15 16:25:04 queue INFO >3 [174] -2014-12-15 16:25:04 sendUrl INFO 3 [173] -2014-12-15 16:25:05 sendUrl INFO 3 [174] -2014-12-15 16:25:05 queue INFO 7 [175] -2014-12-15 16:25:05 queue INFO >7 [176] -2014-12-15 16:25:05 sendUrl INFO 7 [175] -2014-12-15 16:25:05 sendUrl INFO 7 [176] -2014-12-15 16:25:05 queue INFO 3 [177] -2014-12-15 16:25:06 sendUrl INFO 3 [177] -2014-12-15 16:25:06 queue INFO >3 [178] -2014-12-15 16:25:06 sendUrl INFO 3 [178] -2014-12-15 16:25:06 queue INFO 7 [179] -2014-12-15 16:25:07 queue INFO >7 [180] -2014-12-15 16:25:07 sendUrl INFO 7 [179] -2014-12-15 16:25:07 sendUrl INFO 7 [180] -2014-12-15 16:25:07 queue INFO 3 [181] -2014-12-15 16:25:07 queue INFO >3 [182] -2014-12-15 16:25:07 sendUrl INFO 3 [181] -2014-12-15 16:25:08 sendUrl INFO 3 [182] -2014-12-15 16:25:08 queue INFO 7 [183] -2014-12-15 16:25:08 queue INFO >7 [184] -2014-12-15 16:25:08 sendUrl INFO 7 [183] -2014-12-15 16:25:08 queue INFO 3 [185] -2014-12-15 16:25:08 sendUrl INFO 7 [184] -2014-12-15 16:25:09 queue INFO >3 [186] -2014-12-15 16:25:09 sendUrl INFO 3 [185] -2014-12-15 16:25:09 queue INFO 7 [187] -2014-12-15 16:25:09 sendUrl INFO 3 [186] -2014-12-15 16:25:09 queue INFO >7 [188] -2014-12-15 16:25:09 queue INFO 3 [189] -2014-12-15 16:25:09 sendUrl INFO 7 [187] -2014-12-15 16:25:09 queue INFO >3 [190] -2014-12-15 16:25:09 sendUrl INFO 7 [188] -2014-12-15 16:25:10 queue INFO 7 [191] -2014-12-15 16:25:10 sendUrl INFO 3 [189] -2014-12-15 16:25:10 queue INFO >7 [192] -2014-12-15 16:25:10 sendUrl INFO 3 [190] -2014-12-15 16:25:10 queue INFO 3 [193] -2014-12-15 16:25:10 queue INFO >3 [194] -2014-12-15 16:25:10 sendUrl INFO 7 [191] -2014-12-15 16:25:10 sendUrl INFO 7 [192] -2014-12-15 16:25:11 sendUrl INFO 3 [193] -2014-12-15 16:25:11 sendUrl INFO 3 [194] -2014-12-15 16:25:11 queue INFO 7 [195] -2014-12-15 16:25:11 queue INFO >7 [196] -2014-12-15 16:25:11 sendUrl INFO 7 [195] -2014-12-15 16:25:11 queue INFO 3 [197] -2014-12-15 16:25:11 sendUrl INFO 7 [196] -2014-12-15 16:25:12 queue INFO >3 [198] -2014-12-15 16:25:12 sendUrl INFO 3 [197] -2014-12-15 16:25:12 sendUrl INFO 3 [198] -2014-12-15 16:25:12 queue INFO 7 [199] -2014-12-15 16:25:12 queue INFO >7 [200] -2014-12-15 16:25:12 sendUrl INFO 7 [199] -2014-12-15 16:25:13 sendUrl INFO 7 [200] -2014-12-15 16:25:13 queue INFO 3 [201] -2014-12-15 16:25:13 sendUrl INFO 3 [201] -2014-12-15 16:25:13 queue INFO >3 [202] -2014-12-15 16:25:13 sendUrl INFO 3 [202] -2014-12-15 16:25:13 queue INFO 7 [203] -2014-12-15 16:25:14 sendUrl INFO 7 [203] -2014-12-15 16:25:14 queue INFO >7 [204] -2014-12-15 16:25:14 sendUrl INFO 7 [204] -2014-12-15 16:25:14 queue INFO 3 [205] -2014-12-15 16:25:14 queue INFO >3 [206] -2014-12-15 16:25:15 sendUrl INFO 3 [205] -2014-12-15 16:25:15 sendUrl INFO 3 [206] -2014-12-15 16:25:15 queue INFO 7 [207] -2014-12-15 16:25:15 queue INFO >7 [208] -2014-12-15 16:25:16 sendUrl INFO 7 [207] -2014-12-15 16:25:16 sendUrl INFO 7 [208] -2014-12-15 16:25:16 queue INFO 3 [209] -2014-12-15 16:25:16 queue INFO >3 [210] -2014-12-15 16:25:16 sendUrl INFO 3 [209] -2014-12-15 16:25:16 sendUrl INFO 3 [210] -2014-12-15 16:25:17 queue INFO 7 [211] -2014-12-15 16:25:17 sendUrl INFO 7 [211] -2014-12-15 16:25:17 queue INFO >7 [212] -2014-12-15 16:25:17 sendUrl INFO 7 [212] -2014-12-15 16:25:17 queue INFO 3 [213] -2014-12-15 16:25:17 sendUrl INFO 3 [213] -2014-12-15 16:25:17 queue INFO >3 [214] -2014-12-15 16:25:18 sendUrl INFO 3 [214] -2014-12-15 16:25:18 queue INFO 7 [215] -2014-12-15 16:25:18 queue INFO >7 [216] -2014-12-15 16:25:18 sendUrl INFO 7 [215] -2014-12-15 16:25:19 sendUrl INFO 7 [216] -2014-12-15 16:25:19 queue INFO 3 [217] -2014-12-15 16:25:19 queue INFO >3 [218] -2014-12-15 16:25:19 sendUrl INFO 3 [217] -2014-12-15 16:25:19 sendUrl INFO 3 [218] -2014-12-15 16:25:20 queue INFO 7 [219] -2014-12-15 16:25:20 queue INFO >7 [220] -2014-12-15 16:25:20 sendUrl INFO 7 [219] -2014-12-15 16:25:20 sendUrl INFO 7 [220] -2014-12-15 16:25:20 queue INFO 3 [221] -2014-12-15 16:25:20 sendUrl INFO 3 [221] -2014-12-15 16:25:21 queue INFO >3 [222] -2014-12-15 16:25:21 sendUrl INFO 3 [222] -2014-12-15 16:25:21 queue INFO 7 [223] -2014-12-15 16:25:21 queue INFO >7 [224] -2014-12-15 16:25:21 sendUrl INFO 7 [223] -2014-12-15 16:25:22 sendUrl INFO 7 [224] -2014-12-15 16:25:22 queue INFO 3 [225] -2014-12-15 16:25:22 queue INFO >3 [226] -2014-12-15 16:25:22 sendUrl INFO 3 [225] -2014-12-15 16:25:22 sendUrl INFO 3 [226] -2014-12-15 16:25:23 queue INFO 7 [227] -2014-12-15 16:25:23 sendUrl INFO 7 [227] -2014-12-15 16:25:23 queue INFO >7 [228] -2014-12-15 16:25:23 sendUrl INFO 7 [228] -2014-12-15 16:25:23 queue INFO 3 [229] -2014-12-15 16:25:23 queue INFO >3 [230] -2014-12-15 16:25:23 sendUrl INFO 3 [229] -2014-12-15 16:25:24 sendUrl INFO 3 [230] -2014-12-15 16:25:24 queue INFO 7 [231] -2014-12-15 16:25:24 sendUrl INFO 7 [231] -2014-12-15 16:25:24 queue INFO >7 [232] -2014-12-15 16:25:24 sendUrl INFO 7 [232] -2014-12-15 16:25:25 queue INFO 3 [233] -2014-12-15 16:25:25 queue INFO >3 [234] -2014-12-15 16:25:25 sendUrl INFO 3 [233] -2014-12-15 16:25:25 sendUrl INFO 3 [234] -2014-12-15 16:25:25 queue INFO 7 [235] -2014-12-15 16:25:26 sendUrl INFO 7 [235] -2014-12-15 16:25:26 queue INFO >7 [236] -2014-12-15 16:25:26 sendUrl INFO 7 [236] -2014-12-15 16:25:26 queue INFO 3 [237] -2014-12-15 16:25:26 queue INFO >3 [238] -2014-12-15 16:25:26 sendUrl INFO 3 [237] -2014-12-15 16:25:27 sendUrl INFO 3 [238] -2014-12-15 16:25:27 queue INFO 7 [239] -2014-12-15 16:25:27 queue INFO >7 [240] -2014-12-15 16:25:27 sendUrl INFO 7 [239] -2014-12-15 16:25:28 sendUrl INFO 7 [240] -2014-12-15 16:25:28 queue INFO 3 [241] -2014-12-15 16:25:28 queue INFO >3 [242] -2014-12-15 16:25:28 sendUrl INFO 3 [241] -2014-12-15 16:25:28 sendUrl INFO 3 [242] -2014-12-15 16:25:29 queue INFO 7 [243] -2014-12-15 16:25:29 queue INFO >7 [244] -2014-12-15 16:25:29 sendUrl INFO 7 [243] -2014-12-15 16:25:29 sendUrl INFO 7 [244] -2014-12-15 16:25:29 queue INFO 3 [245] -2014-12-15 16:25:29 sendUrl INFO 3 [245] -2014-12-15 16:25:29 queue INFO >3 [246] -2014-12-15 16:25:30 sendUrl INFO 3 [246] -2014-12-15 16:25:30 queue INFO 7 [247] -2014-12-15 16:25:30 queue INFO >7 [248] -2014-12-15 16:25:30 sendUrl INFO 7 [247] -2014-12-15 16:25:30 queue INFO 3 [249] -2014-12-15 16:25:31 sendUrl INFO 7 [248] -2014-12-15 16:25:31 queue INFO >3 [250] -2014-12-15 16:25:31 queue INFO 7 [251] -2014-12-15 16:25:31 sendUrl INFO 3 [249] -2014-12-15 16:25:31 queue INFO >7 [252] -2014-12-15 16:25:31 sendUrl INFO 3 [250] -2014-12-15 16:25:31 sendUrl INFO 7 [251] -2014-12-15 16:25:31 queue INFO 3 [253] -2014-12-15 16:25:32 sendUrl INFO 7 [252] -2014-12-15 16:25:32 queue INFO >3 [254] -2014-12-15 16:25:32 sendUrl INFO 3 [253] -2014-12-15 16:25:32 sendUrl INFO 3 [254] -2014-12-15 16:25:32 queue INFO 7 [255] -2014-12-15 16:25:32 sendUrl INFO 7 [255] -2014-12-15 16:25:32 queue INFO >7 [256] -2014-12-15 16:25:33 sendUrl INFO 7 [256] -2014-12-15 16:25:33 queue INFO 3 [257] -2014-12-15 16:25:33 sendUrl INFO 3 [257] -2014-12-15 16:25:33 queue INFO >3 [258] -2014-12-15 16:25:33 sendUrl INFO 3 [258] -2014-12-15 16:25:34 queue INFO 7 [259] -2014-12-15 16:25:34 queue INFO >7 [260] -2014-12-15 16:25:34 sendUrl INFO 7 [259] -2014-12-15 16:25:34 sendUrl INFO 7 [260] -2014-12-15 16:25:35 queue INFO 3 [261] -2014-12-15 16:25:35 queue INFO >3 [262] -2014-12-15 16:25:35 sendUrl INFO 3 [261] -2014-12-15 16:25:35 sendUrl INFO 3 [262] -2014-12-15 16:25:36 queue INFO 7 [263] -2014-12-15 16:25:36 queue INFO >7 [264] -2014-12-15 16:25:36 sendUrl INFO 7 [263] -2014-12-15 16:25:36 queue INFO 3 [265] -2014-12-15 16:25:36 sendUrl INFO 7 [264] -2014-12-15 16:25:36 queue INFO >3 [266] -2014-12-15 16:25:36 sendUrl INFO 3 [265] -2014-12-15 16:25:36 sendUrl INFO 3 [266] -2014-12-15 16:25:37 queue INFO 7 [267] -2014-12-15 16:25:37 queue INFO >7 [268] -2014-12-15 16:25:37 sendUrl INFO 7 [267] -2014-12-15 16:25:37 sendUrl INFO 7 [268] -2014-12-15 16:25:38 queue INFO 3 [269] -2014-12-15 16:25:38 queue INFO >3 [270] -2014-12-15 16:25:38 sendUrl INFO 3 [269] -2014-12-15 16:25:38 sendUrl INFO 3 [270] -2014-12-15 16:25:38 queue INFO 7 [271] -2014-12-15 16:25:39 sendUrl INFO 7 [271] -2014-12-15 16:25:39 queue INFO >7 [272] -2014-12-15 16:25:39 sendUrl INFO 7 [272] -2014-12-15 16:25:39 queue INFO 3 [273] -2014-12-15 16:25:39 queue INFO >3 [274] -2014-12-15 16:25:39 sendUrl INFO 3 [273] -2014-12-15 16:25:40 sendUrl INFO 3 [274] -2014-12-15 16:25:40 queue INFO 7 [275] -2014-12-15 16:25:40 queue INFO >7 [276] -2014-12-15 16:25:40 sendUrl INFO 7 [275] -2014-12-15 16:25:40 queue INFO 3 [277] -2014-12-15 16:25:40 sendUrl INFO 7 [276] -2014-12-15 16:25:40 queue INFO >3 [278] -2014-12-15 16:25:41 sendUrl INFO 3 [277] -2014-12-15 16:25:41 queue INFO 7 [279] -2014-12-15 16:25:41 sendUrl INFO 3 [278] -2014-12-15 16:25:41 queue INFO >7 [280] -2014-12-15 16:25:41 sendUrl INFO 7 [279] -2014-12-15 16:25:41 queue INFO 3 [281] -2014-12-15 16:25:41 sendUrl INFO 7 [280] -2014-12-15 16:25:41 queue INFO >3 [282] -2014-12-15 16:25:42 sendUrl INFO 3 [281] -2014-12-15 16:25:42 queue INFO 7 [283] -2014-12-15 16:25:42 queue INFO >7 [284] -2014-12-15 16:25:42 sendUrl INFO 3 [282] -2014-12-15 16:25:42 sendUrl INFO 7 [283] -2014-12-15 16:25:42 queue INFO 3 [285] -2014-12-15 16:25:42 sendUrl INFO 7 [284] -2014-12-15 16:25:42 queue INFO >3 [286] -2014-12-15 16:25:43 sendUrl INFO 3 [285] -2014-12-15 16:25:43 sendUrl INFO 3 [286] -2014-12-15 16:25:43 queue INFO 7 [287] -2014-12-15 16:25:43 sendUrl INFO 7 [287] -2014-12-15 16:25:43 queue INFO >7 [288] -2014-12-15 16:25:43 sendUrl INFO 7 [288] -2014-12-15 16:25:44 queue INFO 3 [289] -2014-12-15 16:25:44 queue INFO >3 [290] -2014-12-15 16:25:44 sendUrl INFO 3 [289] -2014-12-15 16:25:44 sendUrl INFO 3 [290] -2014-12-15 16:25:44 queue INFO 7 [291] -2014-12-15 16:25:45 queue INFO >7 [292] -2014-12-15 16:25:45 sendUrl INFO 7 [291] -2014-12-15 16:25:45 sendUrl INFO 7 [292] -2014-12-15 16:25:45 queue INFO 3 [293] -2014-12-15 16:25:45 sendUrl INFO 3 [293] -2014-12-15 16:25:45 queue INFO >3 [294] -2014-12-15 16:25:45 sendUrl INFO 3 [294] -2014-12-15 16:25:46 queue INFO 7 [295] -2014-12-15 16:25:46 queue INFO >7 [296] -2014-12-15 16:25:46 sendUrl INFO 7 [295] -2014-12-15 16:25:46 sendUrl INFO 7 [296] -2014-12-15 16:25:47 queue INFO 3 [297] -2014-12-15 16:25:47 queue INFO >3 [298] -2014-12-15 16:25:47 sendUrl INFO 3 [297] -2014-12-15 16:25:47 sendUrl INFO 3 [298] -2014-12-15 16:25:47 queue INFO 7 [299] -2014-12-15 16:25:47 sendUrl INFO 7 [299] -2014-12-15 16:25:47 queue INFO >7 [300] -2014-12-15 16:25:48 sendUrl INFO 7 [300] -2014-12-15 16:25:48 queue INFO 3 [301] -2014-12-15 16:25:48 queue INFO >3 [302] -2014-12-15 16:25:48 sendUrl INFO 3 [301] -2014-12-15 16:25:48 sendUrl INFO 3 [302] -2014-12-15 16:25:49 queue INFO 7 [303] -2014-12-15 16:25:49 sendUrl INFO 7 [303] -2014-12-15 16:25:49 queue INFO >7 [304] -2014-12-15 16:25:49 sendUrl INFO 7 [304] -2014-12-15 16:25:50 queue INFO 3 [305] -2014-12-15 16:25:50 queue INFO >3 [306] -2014-12-15 16:25:50 sendUrl INFO 3 [305] -2014-12-15 16:25:50 sendUrl INFO 3 [306] -2014-12-15 16:25:50 queue INFO 7 [307] -2014-12-15 16:25:51 sendUrl INFO 7 [307] -2014-12-15 16:25:51 queue INFO >7 [308] -2014-12-15 16:25:51 queue INFO 3 [309] -2014-12-15 16:25:51 sendUrl INFO 7 [308] -2014-12-15 16:25:51 queue INFO >3 [310] -2014-12-15 16:25:51 sendUrl INFO 3 [309] -2014-12-15 16:25:51 sendUrl INFO 3 [310] -2014-12-15 16:25:52 queue INFO 7 [311] -2014-12-15 16:25:52 queue INFO >7 [312] -2014-12-15 16:25:52 sendUrl INFO 7 [311] -2014-12-15 16:25:52 sendUrl INFO 7 [312] -2014-12-15 16:25:53 queue INFO 3 [313] -2014-12-15 16:25:53 queue INFO >3 [314] -2014-12-15 16:25:53 sendUrl INFO 3 [313] -2014-12-15 16:25:53 sendUrl INFO 3 [314] -2014-12-15 16:25:53 queue INFO 7 [315] -2014-12-15 16:25:54 queue INFO >7 [316] -2014-12-15 16:25:54 sendUrl INFO 7 [315] -2014-12-15 16:25:54 queue INFO 3 [317] -2014-12-15 16:25:54 sendUrl INFO 7 [316] -2014-12-15 16:25:54 queue INFO >3 [318] -2014-12-15 16:25:54 sendUrl INFO 3 [317] -2014-12-15 16:25:54 sendUrl INFO 3 [318] -2014-12-15 16:25:55 queue INFO 7 [319] -2014-12-15 16:25:55 queue INFO >7 [320] -2014-12-15 16:25:55 sendUrl INFO 7 [319] -2014-12-15 16:25:55 sendUrl INFO 7 [320] -2014-12-15 16:25:55 queue INFO 3 [321] -2014-12-15 16:25:56 queue INFO >3 [322] -2014-12-15 16:25:56 sendUrl INFO 3 [321] -2014-12-15 16:25:56 queue INFO 7 [323] -2014-12-15 16:25:56 sendUrl INFO 3 [322] -2014-12-15 16:25:56 queue INFO >7 [324] -2014-12-15 16:25:56 sendUrl INFO 7 [323] -2014-12-15 16:25:56 queue INFO 3 [325] -2014-12-15 16:25:56 sendUrl INFO 7 [324] -2014-12-15 16:25:56 queue INFO >3 [326] -2014-12-15 16:25:57 sendUrl INFO 3 [325] -2014-12-15 16:25:57 sendUrl INFO 3 [326] -2014-12-15 16:25:57 queue INFO 7 [327] -2014-12-15 16:25:57 sendUrl INFO 7 [327] -2014-12-15 16:25:57 queue INFO >7 [328] -2014-12-15 16:25:58 queue INFO 3 [329] -2014-12-15 16:25:58 sendUrl INFO 7 [328] -2014-12-15 16:25:58 queue INFO >3 [330] -2014-12-15 16:25:58 sendUrl INFO 3 [329] -2014-12-15 16:25:58 sendUrl INFO 3 [330] -2014-12-15 16:25:58 queue INFO 7 [331] -2014-12-15 16:25:58 queue INFO >7 [332] -2014-12-15 16:25:59 program INFO WAIT active send to complete -2014-12-15 16:25:59 sendUrl INFO 7 [331] -2014-12-15 16:25:59 sendUrl INFO 7 [332] -2014-12-15 16:25:59 queue INFO 3 [333] -2014-12-15 16:25:59 sendUrl INFO 3 [333] -2014-12-15 16:25:59 queue INFO >3 [334] -2014-12-15 16:25:59 sendUrl INFO 3 [334] -2014-12-15 16:26:00 queue INFO 7 [335] -2014-12-15 16:26:00 sendUrl INFO 7 [335] -2014-12-15 16:26:00 queue INFO >7 [336] -2014-12-15 16:26:00 sendUrl INFO 7 [336] -2014-12-15 16:26:00 queue INFO 3 [337] -2014-12-15 16:26:01 queue INFO >3 [338] -2014-12-15 16:26:01 sendUrl INFO 3 [337] -2014-12-15 16:26:01 sendUrl INFO 3 [338] -2014-12-15 16:26:01 queue INFO 7 [339] -2014-12-15 16:26:01 queue INFO >7 [340] -2014-12-15 16:26:01 sendUrl INFO 7 [339] -2014-12-15 16:26:02 sendUrl INFO 7 [340] -2014-12-15 16:26:02 queue INFO 3 [341] -2014-12-15 16:26:02 sendUrl INFO 3 [341] -2014-12-15 16:26:02 queue INFO >3 [342] -2014-12-15 16:26:02 sendUrl INFO 3 [342] -2014-12-15 16:26:03 queue INFO 7 [343] -2014-12-15 16:26:03 sendUrl INFO 7 [343] -2014-12-15 16:26:03 queue INFO >7 [344] -2014-12-15 16:26:03 sendUrl INFO 7 [344] -2014-12-15 16:26:04 queue INFO 3 [345] -2014-12-15 16:26:04 queue INFO >3 [346] -2014-12-15 16:26:04 sendUrl INFO 3 [345] -2014-12-15 16:26:04 queue INFO 7 [347] -2014-12-15 16:26:04 sendUrl INFO 3 [346] -2014-12-15 16:26:04 queue INFO >7 [348] -2014-12-15 16:26:04 sendUrl INFO 7 [347] -2014-12-15 16:26:05 queue INFO 3 [349] -2014-12-15 16:26:05 sendUrl INFO 7 [348] -2014-12-15 16:26:05 queue INFO >3 [350] -2014-12-15 16:26:05 sendUrl INFO 3 [349] -2014-12-15 16:26:05 sendUrl INFO 3 [350] -2014-12-15 16:26:05 queue INFO 7 [351] -2014-12-15 16:26:06 queue INFO >7 [352] -2014-12-15 16:26:06 sendUrl INFO 7 [351] -2014-12-15 16:26:06 queue INFO 3 [353] -2014-12-15 16:26:06 sendUrl INFO 7 [352] -2014-12-15 16:26:06 queue INFO >3 [354] -2014-12-15 16:26:06 sendUrl INFO 3 [353] -2014-12-15 16:26:06 sendUrl INFO 3 [354] -2014-12-15 16:26:07 queue INFO 7 [355] -2014-12-15 16:26:07 sendUrl INFO 7 [355] -2014-12-15 16:26:07 queue INFO >7 [356] -2014-12-15 16:26:07 sendUrl INFO 7 [356] -2014-12-15 16:26:07 queue INFO 3 [357] -2014-12-15 16:26:08 queue INFO >3 [358] -2014-12-15 16:26:08 sendUrl INFO 3 [357] -2014-12-15 16:26:08 sendUrl INFO 3 [358] -2014-12-15 16:26:08 queue INFO 7 [359] -2014-12-15 16:26:08 queue INFO >7 [360] -2014-12-15 16:26:08 sendUrl INFO 7 [359] -2014-12-15 16:26:09 queue INFO 3 [361] -2014-12-15 16:26:09 sendUrl INFO 7 [360] -2014-12-15 16:26:09 queue INFO >3 [362] -2014-12-15 16:26:09 sendUrl INFO 3 [361] -2014-12-15 16:26:09 sendUrl INFO 3 [362] -2014-12-15 16:26:09 queue INFO 7 [363] -2014-12-15 16:26:10 queue INFO >7 [364] -2014-12-15 16:26:10 sendUrl INFO 7 [363] -2014-12-15 16:26:10 sendUrl INFO 7 [364] -2014-12-15 16:26:10 queue INFO 3 [365] -2014-12-15 16:26:10 sendUrl INFO 3 [365] -2014-12-15 16:26:10 queue INFO >3 [366] -2014-12-15 16:26:10 sendUrl INFO 3 [366] -2014-12-15 16:26:11 queue INFO 7 [367] -2014-12-15 16:26:11 queue INFO >7 [368] -2014-12-15 16:26:11 sendUrl INFO 7 [367] -2014-12-15 16:26:11 sendUrl INFO 7 [368] -2014-12-15 16:26:12 queue INFO 3 [369] -2014-12-15 16:26:12 sendUrl INFO 3 [369] -2014-12-15 16:26:12 queue INFO >3 [370] -2014-12-15 16:26:12 sendUrl INFO 3 [370] -2014-12-15 16:26:12 queue INFO 7 [371] -2014-12-15 16:26:13 queue INFO >7 [372] -2014-12-15 16:26:13 sendUrl INFO 7 [371] -2014-12-15 16:26:13 sendUrl INFO 7 [372] -2014-12-15 16:26:13 queue INFO 3 [373] -2014-12-15 16:26:13 sendUrl INFO 3 [373] -2014-12-15 16:26:13 queue INFO >3 [374] -2014-12-15 16:26:13 sendUrl INFO 3 [374] -2014-12-15 16:26:14 queue INFO 7 [375] -2014-12-15 16:26:14 queue INFO >7 [376] -2014-12-15 16:26:14 sendUrl INFO 7 [375] -2014-12-15 16:26:15 sendUrl INFO 7 [376] -2014-12-15 16:26:15 queue INFO 3 [377] -2014-12-15 16:26:15 sendUrl INFO 3 [377] -2014-12-15 16:26:15 queue INFO >3 [378] -2014-12-15 16:26:15 sendUrl INFO 3 [378] -2014-12-15 16:26:16 queue INFO 7 [379] -2014-12-15 16:26:16 sendUrl INFO 7 [379] -2014-12-15 16:26:16 queue INFO >7 [380] -2014-12-15 16:26:16 sendUrl INFO 7 [380] -2014-12-15 16:26:16 queue INFO 3 [381] -2014-12-15 16:26:16 queue INFO >3 [382] -2014-12-15 16:26:17 sendUrl INFO 3 [381] -2014-12-15 16:26:17 sendUrl INFO 3 [382] -2014-12-15 16:26:17 queue INFO 7 [383] -2014-12-15 16:26:17 queue INFO >7 [384] -2014-12-15 16:26:17 sendUrl INFO 7 [383] -2014-12-15 16:26:18 sendUrl INFO 7 [384] -2014-12-15 16:26:18 queue INFO 3 [385] -2014-12-15 16:26:18 sendUrl INFO 3 [385] -2014-12-15 16:26:18 queue INFO >3 [386] -2014-12-15 16:26:18 sendUrl INFO 3 [386] -2014-12-15 16:26:19 queue INFO 7 [387] -2014-12-15 16:26:19 sendUrl INFO 7 [387] -2014-12-15 16:26:19 queue INFO >7 [388] -2014-12-15 16:26:19 sendUrl INFO 7 [388] -2014-12-15 16:26:19 queue INFO 3 [389] -2014-12-15 16:26:19 queue INFO >3 [390] -2014-12-15 16:26:19 sendUrl INFO 3 [389] -2014-12-15 16:26:20 sendUrl INFO 3 [390] -2014-12-15 16:26:20 queue INFO 7 [391] -2014-12-15 16:26:20 sendUrl INFO 7 [391] -2014-12-15 16:26:20 queue INFO >7 [392] -2014-12-15 16:26:20 sendUrl INFO 7 [392] -2014-12-15 16:26:21 queue INFO 3 [393] -2014-12-15 16:26:21 sendUrl INFO 3 [393] -2014-12-15 16:26:21 queue INFO >3 [394] -2014-12-15 16:26:21 sendUrl INFO 3 [394] -2014-12-15 16:26:22 queue INFO 7 [395] -2014-12-15 16:26:22 sendUrl INFO 7 [395] -2014-12-15 16:26:22 queue INFO >7 [396] -2014-12-15 16:26:22 sendUrl INFO 7 [396] -2014-12-15 16:26:22 queue INFO 3 [397] -2014-12-15 16:26:22 queue INFO >3 [398] -2014-12-15 16:26:22 sendUrl INFO 3 [397] -2014-12-15 16:26:23 sendUrl INFO 3 [398] -2014-12-15 16:26:23 queue INFO 7 [399] -2014-12-15 16:26:23 queue INFO >7 [400] -2014-12-15 16:26:23 sendUrl INFO 7 [399] -2014-12-15 16:26:23 queue INFO 3 [401] -2014-12-15 16:26:23 sendUrl INFO 7 [400] -2014-12-15 16:26:24 queue INFO >3 [402] -2014-12-15 16:26:24 sendUrl INFO 3 [401] -2014-12-15 16:26:24 sendUrl INFO 3 [402] -2014-12-15 16:26:24 queue INFO 7 [403] -2014-12-15 16:26:24 queue INFO >7 [404] -2014-12-15 16:26:24 sendUrl INFO 7 [403] -2014-12-15 16:26:25 sendUrl INFO 7 [404] -2014-12-15 16:26:25 queue INFO 3 [405] -2014-12-15 16:26:25 sendUrl INFO 3 [405] -2014-12-15 16:26:25 queue INFO >3 [406] -2014-12-15 16:26:25 sendUrl INFO 3 [406] -2014-12-15 16:26:26 queue INFO 7 [407] -2014-12-15 16:26:26 sendUrl INFO 7 [407] -2014-12-15 16:26:26 queue INFO >7 [408] -2014-12-15 16:26:26 sendUrl INFO 7 [408] -2014-12-15 16:26:26 queue INFO 3 [409] -2014-12-15 16:26:26 queue INFO >3 [410] -2014-12-15 16:26:26 sendUrl INFO 3 [409] -2014-12-15 16:26:26 sendUrl INFO 3 [410] -2014-12-15 16:26:27 queue INFO 7 [411] -2014-12-15 16:26:27 sendUrl INFO 7 [411] -2014-12-15 16:26:27 queue INFO >7 [412] -2014-12-15 16:26:27 sendUrl INFO 7 [412] -2014-12-15 16:26:27 queue INFO 3 [413] -2014-12-15 16:26:28 sendUrl INFO 3 [413] -2014-12-15 16:26:28 queue INFO >3 [414] -2014-12-15 16:26:28 sendUrl INFO 3 [414] -2014-12-15 16:26:28 queue INFO 7 [415] -2014-12-15 16:26:28 sendUrl INFO 7 [415] -2014-12-15 16:26:28 queue INFO >7 [416] -2014-12-15 16:26:28 sendUrl INFO 7 [416] -2014-12-15 16:26:28 queue INFO 3 [417] -2014-12-15 16:26:29 sendUrl INFO 3 [417] -2014-12-15 16:26:29 queue INFO >3 [418] -2014-12-15 16:26:29 sendUrl INFO 3 [418] -2014-12-15 16:26:29 queue INFO 7 [419] -2014-12-15 16:26:30 sendUrl INFO 7 [419] -2014-12-15 16:26:30 queue INFO >7 [420] -2014-12-15 16:26:30 sendUrl INFO 7 [420] -2014-12-15 16:26:30 queue INFO 3 [421] -2014-12-15 16:26:30 queue INFO >3 [422] -2014-12-15 16:26:30 sendUrl INFO 3 [421] -2014-12-15 16:26:31 sendUrl INFO 3 [422] -2014-12-15 16:26:31 queue INFO 7 [423] -2014-12-15 16:26:31 queue INFO >7 [424] -2014-12-15 16:26:31 sendUrl INFO 7 [423] -2014-12-15 16:26:31 sendUrl INFO 7 [424] -2014-12-15 16:26:31 queue INFO 3 [425] -2014-12-15 16:26:32 sendUrl INFO 3 [425] -2014-12-15 16:26:32 queue INFO >3 [426] -2014-12-15 16:26:32 sendUrl INFO 3 [426] -2014-12-15 16:26:32 queue INFO 7 [427] -2014-12-15 16:26:33 queue INFO >7 [428] -2014-12-15 16:26:33 sendUrl INFO 7 [427] -2014-12-15 16:26:33 sendUrl INFO 7 [428] -2014-12-15 16:26:33 queue INFO 3 [429] -2014-12-15 16:26:33 queue INFO >3 [430] -2014-12-15 16:26:33 sendUrl INFO 3 [429] -2014-12-15 16:26:34 sendUrl INFO 3 [430] -2014-12-15 16:26:34 queue INFO 7 [431] -2014-12-15 16:26:34 queue INFO >7 [432] -2014-12-15 16:26:34 sendUrl INFO 7 [431] -2014-12-15 16:26:34 sendUrl INFO 7 [432] -2014-12-15 16:26:35 queue INFO 3 [433] -2014-12-15 16:26:35 sendUrl INFO 3 [433] -2014-12-15 16:26:35 queue INFO >3 [434] -2014-12-15 16:26:35 sendUrl INFO 3 [434] -2014-12-15 16:26:36 queue INFO 7 [435] -2014-12-15 16:26:36 sendUrl INFO 7 [435] -2014-12-15 16:26:36 queue INFO >7 [436] -2014-12-15 16:26:36 queue INFO 3 [437] -2014-12-15 16:26:36 sendUrl INFO 7 [436] -2014-12-15 16:26:36 queue INFO >3 [438] -2014-12-15 16:26:36 sendUrl INFO 3 [437] -2014-12-15 16:26:37 sendUrl INFO 3 [438] -2014-12-15 16:26:37 queue INFO 7 [439] -2014-12-15 16:26:37 queue INFO >7 [440] -2014-12-15 16:26:37 sendUrl INFO 7 [439] -2014-12-15 16:26:38 sendUrl INFO 7 [440] -2014-12-15 16:26:38 queue INFO 3 [441] -2014-12-15 16:26:38 queue INFO >3 [442] -2014-12-15 16:26:38 sendUrl INFO 3 [441] -2014-12-15 16:26:38 sendUrl INFO 3 [442] -2014-12-15 16:26:39 queue INFO 7 [443] -2014-12-15 16:26:39 queue INFO >7 [444] -2014-12-15 16:26:39 sendUrl INFO 7 [443] -2014-12-15 16:26:39 sendUrl INFO 7 [444] -2014-12-15 16:26:39 queue INFO 3 [445] -2014-12-15 16:26:40 sendUrl INFO 3 [445] -2014-12-15 16:26:40 queue INFO >3 [446] -2014-12-15 16:26:40 sendUrl INFO 3 [446] -2014-12-15 16:26:40 queue INFO 7 [447] -2014-12-15 16:26:41 sendUrl INFO 7 [447] -2014-12-15 16:26:41 queue INFO >7 [448] -2014-12-15 16:26:41 sendUrl INFO 7 [448] -2014-12-15 16:26:41 queue INFO 3 [449] -2014-12-15 16:26:41 sendUrl INFO 3 [449] -2014-12-15 16:26:41 queue INFO >3 [450] -2014-12-15 16:26:42 sendUrl INFO 3 [450] -2014-12-15 16:26:42 queue INFO 7 [451] -2014-12-15 16:26:42 sendUrl INFO 7 [451] -2014-12-15 16:26:42 queue INFO >7 [452] -2014-12-15 16:26:43 sendUrl INFO 7 [452] -2014-12-15 16:26:43 queue INFO 3 [453] -2014-12-15 16:26:43 queue INFO >3 [454] -2014-12-15 16:26:43 sendUrl INFO 3 [453] -2014-12-15 16:26:44 sendUrl INFO 3 [454] -2014-12-15 16:26:44 queue INFO 7 [455] -2014-12-15 16:26:44 queue INFO >7 [456] -2014-12-15 16:26:44 sendUrl INFO 7 [455] -2014-12-15 16:26:44 sendUrl INFO 7 [456] -2014-12-15 16:26:44 queue INFO 3 [457] -2014-12-15 16:26:45 sendUrl INFO 3 [457] -2014-12-15 16:26:45 queue INFO >3 [458] -2014-12-15 16:26:45 sendUrl INFO 3 [458] -2014-12-15 16:26:45 queue INFO 7 [459] -2014-12-15 16:26:45 sendUrl INFO 7 [459] -2014-12-15 16:26:45 queue INFO >7 [460] -2014-12-15 16:26:46 sendUrl INFO 7 [460] -2014-12-15 16:26:46 queue INFO 3 [461] -2014-12-15 16:26:46 queue INFO >3 [462] -2014-12-15 16:26:46 sendUrl INFO 3 [461] -2014-12-15 16:26:46 sendUrl INFO 3 [462] -2014-12-15 16:26:46 queue INFO 7 [463] -2014-12-15 16:26:46 sendUrl INFO 7 [463] -2014-12-15 16:26:46 queue INFO >7 [464] -2014-12-15 16:26:47 sendUrl INFO 7 [464] -2014-12-15 16:26:47 queue INFO 3 [465] -2014-12-15 16:26:47 queue INFO >3 [466] -2014-12-15 16:26:47 sendUrl INFO 3 [465] -2014-12-15 16:26:47 sendUrl INFO 3 [466] -2014-12-15 16:26:48 queue INFO 7 [467] -2014-12-15 16:26:48 queue INFO >7 [468] -2014-12-15 16:26:48 sendUrl INFO 7 [467] -2014-12-15 16:26:48 sendUrl INFO 7 [468] -2014-12-15 16:26:49 queue INFO 3 [469] -2014-12-15 16:26:49 sendUrl INFO 3 [469] -2014-12-15 16:26:49 queue INFO >3 [470] -2014-12-15 16:26:49 sendUrl INFO 3 [470] -2014-12-15 16:26:50 queue INFO 7 [471] -2014-12-15 16:26:50 sendUrl INFO 7 [471] -2014-12-15 16:26:50 queue INFO >7 [472] -2014-12-15 16:26:50 sendUrl INFO 7 [472] -2014-12-15 16:26:50 queue INFO 3 [473] -2014-12-15 16:26:50 sendUrl INFO 3 [473] -2014-12-15 16:26:50 queue INFO >3 [474] -2014-12-15 16:26:50 sendUrl INFO 3 [474] -2014-12-15 16:26:51 queue INFO 7 [475] -2014-12-15 16:26:51 sendUrl INFO 7 [475] -2014-12-15 16:26:51 queue INFO >7 [476] -2014-12-15 16:26:51 sendUrl INFO 7 [476] -2014-12-15 16:26:52 queue INFO 3 [477] -2014-12-15 16:26:52 queue INFO >3 [478] -2014-12-15 16:26:52 sendUrl INFO 3 [477] -2014-12-15 16:26:53 sendUrl INFO 3 [478] -2014-12-15 16:26:53 queue INFO 7 [479] -2014-12-15 16:26:53 queue INFO >7 [480] -2014-12-15 16:26:53 sendUrl INFO 7 [479] -2014-12-15 16:26:54 sendUrl INFO 7 [480] -2014-12-15 16:26:54 queue INFO 3 [481] -2014-12-15 16:26:54 queue INFO >3 [482] -2014-12-15 16:26:54 sendUrl INFO 3 [481] -2014-12-15 16:26:54 sendUrl INFO 3 [482] -2014-12-15 16:26:55 queue INFO 7 [483] -2014-12-15 16:26:55 queue INFO >7 [484] -2014-12-15 16:26:55 sendUrl INFO 7 [483] -2014-12-15 16:26:55 sendUrl INFO 7 [484] -2014-12-15 16:26:55 queue INFO 3 [485] -2014-12-15 16:26:55 sendUrl INFO 3 [485] -2014-12-15 16:26:55 queue INFO >3 [486] -2014-12-15 16:26:56 sendUrl INFO 3 [486] -2014-12-15 16:26:56 queue INFO 7 [487] -2014-12-15 16:26:56 sendUrl INFO 7 [487] -2014-12-15 16:26:56 queue INFO >7 [488] -2014-12-15 16:26:57 sendUrl INFO 7 [488] -2014-12-15 16:26:57 queue INFO 3 [489] -2014-12-15 16:26:57 queue INFO >3 [490] -2014-12-15 16:26:57 sendUrl INFO 3 [489] -2014-12-15 16:26:57 queue INFO 7 [491] -2014-12-15 16:26:57 sendUrl INFO 3 [490] -2014-12-15 16:26:57 queue INFO >7 [492] -2014-12-15 16:26:58 sendUrl INFO 7 [491] -2014-12-15 16:26:58 queue INFO 3 [493] -2014-12-15 16:26:58 sendUrl INFO 7 [492] -2014-12-15 16:26:58 queue INFO >3 [494] -2014-12-15 16:26:58 sendUrl INFO 3 [493] -2014-12-15 16:26:58 sendUrl INFO 3 [494] -2014-12-15 16:26:59 queue INFO 7 [495] -2014-12-15 16:26:59 queue INFO >7 [496] -2014-12-15 16:26:59 sendUrl INFO 7 [495] -2014-12-15 16:26:59 sendUrl INFO 7 [496] -2014-12-15 16:26:59 queue INFO 3 [497] -2014-12-15 16:26:59 sendUrl INFO 3 [497] -2014-12-15 16:26:59 queue INFO >3 [498] -2014-12-15 16:27:00 sendUrl INFO 3 [498] -2014-12-15 16:27:00 queue INFO 7 [499] -2014-12-15 16:27:00 sendUrl INFO 7 [499] -2014-12-15 16:27:00 queue INFO >7 [500] -2014-12-15 16:27:01 sendUrl INFO 7 [500] -2014-12-15 16:27:01 queue INFO 3 [501] -2014-12-15 16:27:01 sendUrl INFO 3 [501] -2014-12-15 16:27:01 queue INFO >3 [502] -2014-12-15 16:27:01 sendUrl INFO 3 [502] -2014-12-15 16:27:02 queue INFO 7 [503] -2014-12-15 16:27:02 sendUrl INFO 7 [503] -2014-12-15 16:27:02 queue INFO >7 [504] -2014-12-15 16:27:02 sendUrl INFO 7 [504] -2014-12-15 16:27:03 queue INFO 3 [505] -2014-12-15 16:27:03 queue INFO >3 [506] -2014-12-15 16:27:03 sendUrl INFO 3 [505] -2014-12-15 16:27:03 sendUrl INFO 3 [506] -2014-12-15 16:27:04 queue INFO 7 [507] -2014-12-15 16:27:04 sendUrl INFO 7 [507] -2014-12-15 16:27:04 queue INFO >7 [508] -2014-12-15 16:27:04 sendUrl INFO 7 [508] -2014-12-15 16:27:05 queue INFO 3 [509] -2014-12-15 16:27:05 queue INFO >3 [510] -2014-12-15 16:27:05 sendUrl INFO 3 [509] -2014-12-15 16:27:05 sendUrl INFO 3 [510] -2014-12-15 16:27:06 queue INFO 7 [511] -2014-12-15 16:27:06 queue INFO >7 [512] -2014-12-15 16:27:06 sendUrl INFO 7 [511] -2014-12-15 16:27:06 sendUrl INFO 7 [512] -2014-12-15 16:27:07 queue INFO 3 [513] -2014-12-15 16:27:07 queue INFO >3 [514] -2014-12-15 16:27:07 sendUrl INFO 3 [513] -2014-12-15 16:27:07 queue INFO 7 [515] -2014-12-15 16:27:07 sendUrl INFO 3 [514] -2014-12-15 16:27:07 queue INFO >7 [516] -2014-12-15 16:27:07 sendUrl INFO 7 [515] -2014-12-15 16:27:07 queue INFO 3 [517] -2014-12-15 16:27:08 queue INFO >3 [518] -2014-12-15 16:27:08 sendUrl INFO 7 [516] -2014-12-15 16:27:08 sendUrl INFO 3 [517] -2014-12-15 16:27:08 queue INFO 7 [519] -2014-12-15 16:27:08 sendUrl INFO 3 [518] -2014-12-15 16:27:08 queue INFO >7 [520] -2014-12-15 16:27:08 sendUrl INFO 7 [519] -2014-12-15 16:27:09 sendUrl INFO 7 [520] -2014-12-15 16:27:11 queue INFO 3 [521] -2014-12-15 16:27:11 sendUrl INFO 3 [521] -2014-12-15 16:27:11 queue INFO 7 [522] -2014-12-15 16:27:12 queue INFO >7 [523] -2014-12-15 16:27:12 sendUrl INFO 7 [522] -2014-12-15 16:27:12 sendUrl INFO 7 [523] -2014-12-15 16:27:12 queue INFO 3 [524] -2014-12-15 16:27:13 queue INFO >3 [525] -2014-12-15 16:27:13 sendUrl INFO 3 [524] -2014-12-15 16:27:13 sendUrl INFO 3 [525] -2014-12-15 16:27:13 queue INFO 7 [526] -2014-12-15 16:27:14 queue INFO >7 [527] -2014-12-15 16:27:14 sendUrl INFO 7 [526] -2014-12-15 16:27:14 sendUrl INFO 7 [527] -2014-12-15 16:27:14 queue INFO 3 [528] -2014-12-15 16:27:14 queue INFO >3 [529] -2014-12-15 16:27:14 sendUrl INFO 3 [528] -2014-12-15 16:27:15 sendUrl INFO 3 [529] -2014-12-15 16:27:15 queue INFO 7 [530] -2014-12-15 16:27:15 sendUrl INFO 7 [530] -2014-12-15 16:27:15 queue INFO >7 [531] -2014-12-15 16:27:15 sendUrl INFO 7 [531] -2014-12-15 16:27:16 queue INFO 3 [532] -2014-12-15 16:27:16 queue INFO >3 [533] -2014-12-15 16:27:16 sendUrl INFO 3 [532] -2014-12-15 16:27:16 sendUrl INFO 3 [533] -2014-12-15 16:27:17 queue INFO 7 [534] -2014-12-15 16:27:17 queue INFO >7 [535] -2014-12-15 16:27:17 sendUrl INFO 7 [534] -2014-12-15 16:27:17 sendUrl INFO 7 [535] -2014-12-15 16:27:17 queue INFO 3 [536] -2014-12-15 16:27:18 queue INFO >3 [537] -2014-12-15 16:27:18 sendUrl INFO 3 [536] -2014-12-15 16:27:18 sendUrl INFO 3 [537] -2014-12-15 16:27:19 queue INFO 7 [538] -2014-12-15 16:27:19 sendUrl INFO 7 [538] -2014-12-15 16:27:19 queue INFO >7 [539] -2014-12-15 16:27:19 sendUrl INFO 7 [539] -2014-12-15 16:27:19 queue INFO 3 [540] -2014-12-15 16:27:19 queue INFO >3 [541] -2014-12-15 16:27:20 sendUrl INFO 3 [540] -2014-12-15 16:27:20 sendUrl INFO 3 [541] -2014-12-15 16:27:20 queue INFO 7 [542] -2014-12-15 16:27:21 queue INFO >7 [543] -2014-12-15 16:27:21 sendUrl INFO 7 [542] -2014-12-15 16:27:21 sendUrl INFO 7 [543] -2014-12-15 16:27:21 queue INFO 3 [544] -2014-12-15 16:27:21 queue INFO >3 [545] -2014-12-15 16:27:22 sendUrl INFO 3 [544] -2014-12-15 16:27:22 sendUrl INFO 3 [545] -2014-12-15 16:27:22 queue INFO 7 [546] -2014-12-15 16:27:22 queue INFO >7 [547] -2014-12-15 16:27:22 sendUrl INFO 7 [546] -2014-12-15 16:27:23 sendUrl INFO 7 [547] -2014-12-15 16:27:23 queue INFO 3 [548] -2014-12-15 16:27:23 sendUrl INFO 3 [548] -2014-12-15 16:27:23 queue INFO >3 [549] -2014-12-15 16:27:23 sendUrl INFO 3 [549] -2014-12-15 16:27:24 queue INFO 7 [550] -2014-12-15 16:27:24 sendUrl INFO 7 [550] -2014-12-15 16:27:24 queue INFO >7 [551] -2014-12-15 16:27:24 sendUrl INFO 7 [551] -2014-12-15 16:27:25 queue INFO 3 [552] -2014-12-15 16:27:25 sendUrl INFO 3 [552] -2014-12-15 16:27:25 queue INFO >3 [553] -2014-12-15 16:27:25 sendUrl INFO 3 [553] -2014-12-15 16:27:26 queue INFO 7 [554] -2014-12-15 16:27:26 sendUrl INFO 7 [554] -2014-12-15 16:27:26 queue INFO >7 [555] -2014-12-15 16:27:26 sendUrl INFO 7 [555] -2014-12-15 16:27:26 queue INFO 3 [556] -2014-12-15 16:27:27 queue INFO >3 [557] -2014-12-15 16:27:27 sendUrl INFO 3 [556] -2014-12-15 16:27:27 sendUrl INFO 3 [557] -2014-12-15 16:27:27 queue INFO 7 [558] -2014-12-15 16:27:28 queue INFO >7 [559] -2014-12-15 16:27:28 sendUrl INFO 7 [558] -2014-12-15 16:27:28 queue INFO 3 [560] -2014-12-15 16:27:28 sendUrl INFO 7 [559] -2014-12-15 16:27:28 queue INFO >3 [561] -2014-12-15 16:27:28 sendUrl INFO 3 [560] -2014-12-15 16:27:28 sendUrl INFO 3 [561] -2014-12-15 16:27:29 queue INFO 7 [562] -2014-12-15 16:27:29 sendUrl INFO 7 [562] -2014-12-15 16:27:29 queue INFO >7 [563] -2014-12-15 16:27:29 sendUrl INFO 7 [563] -2014-12-15 16:27:29 queue INFO 3 [564] -2014-12-15 16:27:30 queue INFO >3 [565] -2014-12-15 16:27:30 sendUrl INFO 3 [564] -2014-12-15 16:27:30 sendUrl INFO 3 [565] -2014-12-15 16:27:30 queue INFO 7 [566] -2014-12-15 16:27:30 sendUrl INFO 7 [566] -2014-12-15 16:27:31 queue INFO >7 [567] -2014-12-15 16:27:31 sendUrl INFO 7 [567] -2014-12-15 16:27:31 queue INFO 3 [568] -2014-12-15 16:27:31 queue INFO >3 [569] -2014-12-15 16:27:32 sendUrl INFO 3 [568] -2014-12-15 16:27:32 sendUrl INFO 3 [569] -2014-12-15 16:27:32 queue INFO 7 [570] -2014-12-15 16:27:32 queue INFO >7 [571] -2014-12-15 16:27:33 sendUrl INFO 7 [570] -2014-12-15 16:27:33 sendUrl INFO 7 [571] -2014-12-15 16:27:33 queue INFO 3 [572] -2014-12-15 16:27:33 queue INFO >3 [573] -2014-12-15 16:27:33 sendUrl INFO 3 [572] -2014-12-15 16:27:34 sendUrl INFO 3 [573] -2014-12-15 16:27:34 queue INFO 7 [574] -2014-12-15 16:27:34 queue INFO >7 [575] -2014-12-15 16:27:34 sendUrl INFO 7 [574] -2014-12-15 16:27:34 sendUrl INFO 7 [575] -2014-12-15 16:27:34 queue INFO 3 [576] -2014-12-15 16:27:35 sendUrl INFO 3 [576] -2014-12-15 16:27:35 queue INFO >3 [577] -2014-12-15 16:27:35 sendUrl INFO 3 [577] -2014-12-15 16:27:35 queue INFO 7 [578] -2014-12-15 16:27:36 sendUrl INFO 7 [578] -2014-12-15 16:27:36 queue INFO >7 [579] -2014-12-15 16:27:36 sendUrl INFO 7 [579] -2014-12-15 16:27:36 queue INFO 3 [580] -2014-12-15 16:27:36 queue INFO >3 [581] -2014-12-15 16:27:37 sendUrl INFO 3 [580] -2014-12-15 16:27:37 sendUrl INFO 3 [581] -2014-12-15 16:27:37 queue INFO 7 [582] -2014-12-15 16:27:37 sendUrl INFO 7 [582] -2014-12-15 16:27:37 queue INFO >7 [583] -2014-12-15 16:27:38 sendUrl INFO 7 [583] -2014-12-15 16:27:38 queue INFO 3 [584] -2014-12-15 16:27:38 queue INFO >3 [585] -2014-12-15 16:27:38 sendUrl INFO 3 [584] -2014-12-15 16:27:39 sendUrl INFO 3 [585] -2014-12-15 16:27:39 queue INFO 7 [586] -2014-12-15 16:27:39 queue INFO >7 [587] -2014-12-15 16:27:39 sendUrl INFO 7 [586] -2014-12-15 16:27:40 sendUrl INFO 7 [587] -2014-12-15 16:27:40 queue INFO 3 [588] -2014-12-15 16:27:40 queue INFO >3 [589] -2014-12-15 16:27:40 sendUrl INFO 3 [588] -2014-12-15 16:27:40 sendUrl INFO 3 [589] -2014-12-15 16:27:41 queue INFO 7 [590] -2014-12-15 16:27:41 queue INFO >7 [591] -2014-12-15 16:27:41 sendUrl INFO 7 [590] -2014-12-15 16:27:41 sendUrl INFO 7 [591] -2014-12-15 16:27:42 queue INFO 3 [592] -2014-12-15 16:27:42 sendUrl INFO 3 [592] -2014-12-15 16:27:42 queue INFO >3 [593] -2014-12-15 16:27:42 sendUrl INFO 3 [593] -2014-12-15 16:27:43 queue INFO 7 [594] -2014-12-15 16:27:43 sendUrl INFO 7 [594] -2014-12-15 16:27:43 queue INFO >7 [595] -2014-12-15 16:27:43 sendUrl INFO 7 [595] -2014-12-15 16:27:43 queue INFO 3 [596] -2014-12-15 16:27:43 sendUrl INFO 3 [596] -2014-12-15 16:27:44 queue INFO >3 [597] -2014-12-15 16:27:44 sendUrl INFO 3 [597] -2014-12-15 16:27:44 queue INFO 7 [598] -2014-12-15 16:27:44 sendUrl INFO 7 [598] -2014-12-15 16:27:44 queue INFO >7 [599] -2014-12-15 16:27:44 sendUrl INFO 7 [599] -2014-12-15 16:27:45 queue INFO 3 [600] -2014-12-15 16:27:45 queue INFO >3 [601] -2014-12-15 16:27:45 sendUrl INFO 3 [600] -2014-12-15 16:27:46 sendUrl INFO 3 [601] -2014-12-15 16:27:46 queue INFO 7 [602] -2014-12-15 16:27:46 queue INFO >7 [603] -2014-12-15 16:27:46 sendUrl INFO 7 [602] -2014-12-15 16:27:47 sendUrl INFO 7 [603] -2014-12-15 16:27:47 queue INFO 3 [604] -2014-12-15 16:27:47 queue INFO >3 [605] -2014-12-15 16:27:47 sendUrl INFO 3 [604] -2014-12-15 16:27:47 sendUrl INFO 3 [605] -2014-12-15 16:27:48 queue INFO 7 [606] -2014-12-15 16:27:48 queue INFO >7 [607] -2014-12-15 16:27:48 sendUrl INFO 7 [606] -2014-12-15 16:27:48 sendUrl INFO 7 [607] -2014-12-15 16:27:48 queue INFO 3 [608] -2014-12-15 16:27:49 sendUrl INFO 3 [608] -2014-12-15 16:27:49 queue INFO >3 [609] -2014-12-15 16:27:49 sendUrl INFO 3 [609] -2014-12-15 16:27:49 queue INFO 7 [610] -2014-12-15 16:27:49 sendUrl INFO 7 [610] -2014-12-15 16:27:49 queue INFO >7 [611] -2014-12-15 16:27:50 sendUrl INFO 7 [611] -2014-12-15 16:27:50 queue INFO 3 [612] -2014-12-15 16:27:50 queue INFO >3 [613] -2014-12-15 16:27:50 sendUrl INFO 3 [612] -2014-12-15 16:27:50 sendUrl INFO 3 [613] -2014-12-15 16:27:51 queue INFO 7 [614] -2014-12-15 16:27:51 queue INFO >7 [615] -2014-12-15 16:27:51 sendUrl INFO 7 [614] -2014-12-15 16:27:51 queue INFO 3 [616] -2014-12-15 16:27:51 sendUrl INFO 7 [615] -2014-12-15 16:27:51 queue INFO >3 [617] -2014-12-15 16:27:52 sendUrl INFO 3 [616] -2014-12-15 16:27:52 queue INFO 7 [618] -2014-12-15 16:27:52 sendUrl INFO 3 [617] -2014-12-15 16:27:52 queue INFO >7 [619] -2014-12-15 16:27:52 sendUrl INFO 7 [618] -2014-12-15 16:27:52 sendUrl INFO 7 [619] -2014-12-15 16:27:52 queue INFO 3 [620] -2014-12-15 16:27:53 sendUrl INFO 3 [620] -2014-12-15 16:27:53 queue INFO >3 [621] -2014-12-15 16:27:53 sendUrl INFO 3 [621] -2014-12-15 16:27:53 queue INFO 7 [622] -2014-12-15 16:27:54 sendUrl INFO 7 [622] -2014-12-15 16:27:54 queue INFO >7 [623] -2014-12-15 16:27:54 queue INFO 3 [624] -2014-12-15 16:27:54 sendUrl INFO 7 [623] -2014-12-15 16:27:54 queue INFO >3 [625] -2014-12-15 16:27:54 sendUrl INFO 3 [624] -2014-12-15 16:27:54 sendUrl INFO 3 [625] -2014-12-15 16:27:54 queue INFO 7 [626] -2014-12-15 16:27:55 queue INFO >7 [627] -2014-12-15 16:27:55 sendUrl INFO 7 [626] -2014-12-15 16:27:55 sendUrl INFO 7 [627] -2014-12-15 16:27:55 queue INFO 3 [628] -2014-12-15 16:27:55 sendUrl INFO 3 [628] -2014-12-15 16:27:55 queue INFO >3 [629] -2014-12-15 16:27:55 sendUrl INFO 3 [629] -2014-12-15 16:27:56 queue INFO 7 [630] -2014-12-15 16:27:56 queue INFO >7 [631] -2014-12-15 16:27:56 sendUrl INFO 7 [630] -2014-12-15 16:27:56 sendUrl INFO 7 [631] -2014-12-15 16:27:57 queue INFO 3 [632] -2014-12-15 16:27:57 queue INFO >3 [633] -2014-12-15 16:27:57 sendUrl INFO 3 [632] -2014-12-15 16:27:57 sendUrl INFO 3 [633] -2014-12-15 16:27:58 queue INFO 7 [634] -2014-12-15 16:27:58 queue INFO >7 [635] -2014-12-15 16:27:58 sendUrl INFO 7 [634] -2014-12-15 16:27:58 sendUrl INFO 7 [635] -2014-12-15 16:27:58 queue INFO 3 [636] -2014-12-15 16:27:58 sendUrl INFO 3 [636] -2014-12-15 16:27:58 queue INFO >3 [637] -2014-12-15 16:27:59 sendUrl INFO 3 [637] -2014-12-15 16:27:59 queue INFO 7 [638] -2014-12-15 16:27:59 sendUrl INFO 7 [638] -2014-12-15 16:27:59 queue INFO >7 [639] -2014-12-15 16:28:00 sendUrl INFO 7 [639] -2014-12-15 16:28:00 queue INFO 3 [640] -2014-12-15 16:28:00 sendUrl INFO 3 [640] -2014-12-15 16:28:00 queue INFO >3 [641] -2014-12-15 16:28:00 sendUrl INFO 3 [641] -2014-12-15 16:28:01 queue INFO 7 [642] -2014-12-15 16:28:01 sendUrl INFO 7 [642] -2014-12-15 16:28:01 queue INFO >7 [643] -2014-12-15 16:28:01 sendUrl INFO 7 [643] -2014-12-15 16:28:02 queue INFO 3 [644] -2014-12-15 16:28:02 queue INFO >3 [645] -2014-12-15 16:28:02 sendUrl INFO 3 [644] -2014-12-15 16:28:02 sendUrl INFO 3 [645] -2014-12-15 16:28:02 queue INFO 7 [646] -2014-12-15 16:28:03 queue INFO >7 [647] -2014-12-15 16:28:03 sendUrl INFO 7 [646] -2014-12-15 16:28:03 sendUrl INFO 7 [647] -2014-12-15 16:28:03 queue INFO 3 [648] -2014-12-15 16:28:03 sendUrl INFO 3 [648] -2014-12-15 16:28:03 queue INFO >3 [649] -2014-12-15 16:28:03 sendUrl INFO 3 [649] -2014-12-15 16:28:04 queue INFO 7 [650] -2014-12-15 16:28:04 sendUrl INFO 7 [650] -2014-12-15 16:28:04 queue INFO >7 [651] -2014-12-15 16:28:04 sendUrl INFO 7 [651] -2014-12-15 16:28:05 queue INFO 3 [652] -2014-12-15 16:28:05 queue INFO >3 [653] -2014-12-15 16:28:05 sendUrl INFO 3 [652] -2014-12-15 16:28:05 sendUrl INFO 3 [653] -2014-12-15 16:28:05 queue INFO 7 [654] -2014-12-15 16:28:06 queue INFO >7 [655] -2014-12-15 16:28:06 sendUrl INFO 7 [654] -2014-12-15 16:28:06 queue INFO 3 [656] -2014-12-15 16:28:06 sendUrl INFO 7 [655] -2014-12-15 16:28:06 queue INFO >3 [657] -2014-12-15 16:28:06 sendUrl INFO 3 [656] -2014-12-15 16:28:06 queue INFO 7 [658] -2014-12-15 16:28:06 sendUrl INFO 3 [657] -2014-12-15 16:28:06 queue INFO >7 [659] -2014-12-15 16:28:07 sendUrl INFO 7 [658] -2014-12-15 16:28:07 sendUrl INFO 7 [659] -2014-12-15 16:28:07 queue INFO 3 [660] -2014-12-15 16:28:07 sendUrl INFO 3 [660] -2014-12-15 16:28:07 queue INFO >3 [661] -2014-12-15 16:28:07 sendUrl INFO 3 [661] -2014-12-15 16:28:08 queue INFO 7 [662] -2014-12-15 16:28:08 sendUrl INFO 7 [662] -2014-12-15 16:28:08 queue INFO >7 [663] -2014-12-15 16:28:08 sendUrl INFO 7 [663] -2014-12-15 16:28:09 queue INFO 3 [664] -2014-12-15 16:28:09 queue INFO >3 [665] -2014-12-15 16:28:09 sendUrl INFO 3 [664] -2014-12-15 16:28:09 sendUrl INFO 3 [665] -2014-12-15 16:28:10 queue INFO 7 [666] -2014-12-15 16:28:10 queue INFO >7 [667] -2014-12-15 16:28:10 sendUrl INFO 7 [666] -2014-12-15 16:28:10 sendUrl INFO 7 [667] -2014-12-15 16:28:11 queue INFO 3 [668] -2014-12-15 16:28:11 queue INFO >3 [669] -2014-12-15 16:28:11 sendUrl INFO 3 [668] -2014-12-15 16:28:11 sendUrl INFO 3 [669] -2014-12-15 16:28:11 queue INFO 7 [670] -2014-12-15 16:28:12 queue INFO >7 [671] -2014-12-15 16:28:12 sendUrl INFO 7 [670] -2014-12-15 16:28:12 sendUrl INFO 7 [671] -2014-12-15 16:28:12 queue INFO 3 [672] -2014-12-15 16:28:12 sendUrl INFO 3 [672] -2014-12-15 16:28:12 queue INFO >3 [673] -2014-12-15 16:28:12 sendUrl INFO 3 [673] -2014-12-15 16:28:13 queue INFO 7 [674] -2014-12-15 16:28:13 sendUrl INFO 7 [674] -2014-12-15 16:28:13 queue INFO >7 [675] -2014-12-15 16:28:13 sendUrl INFO 7 [675] -2014-12-15 16:28:14 queue INFO 3 [676] -2014-12-15 16:28:14 queue INFO >3 [677] -2014-12-15 16:28:14 sendUrl INFO 3 [676] -2014-12-15 16:28:14 queue INFO 7 [678] -2014-12-15 16:28:14 sendUrl INFO 3 [677] -2014-12-15 16:28:14 queue INFO >7 [679] -2014-12-15 16:28:14 sendUrl INFO 7 [678] -2014-12-15 16:28:15 queue INFO 3 [680] -2014-12-15 16:28:15 sendUrl INFO 7 [679] -2014-12-15 16:28:15 queue INFO >3 [681] -2014-12-15 16:28:15 sendUrl INFO 3 [680] -2014-12-15 16:28:15 sendUrl INFO 3 [681] -2014-12-15 16:28:16 queue INFO 7 [682] -2014-12-15 16:28:16 queue INFO >7 [683] -2014-12-15 16:28:16 sendUrl INFO 7 [682] -2014-12-15 16:28:16 sendUrl INFO 7 [683] -2014-12-15 16:28:16 queue INFO 3 [684] -2014-12-15 16:28:17 queue INFO >3 [685] -2014-12-15 16:28:17 sendUrl INFO 3 [684] -2014-12-15 16:28:17 sendUrl INFO 3 [685] -2014-12-15 16:28:17 queue INFO 7 [686] -2014-12-15 16:28:18 queue INFO >7 [687] -2014-12-15 16:28:18 sendUrl INFO 7 [686] -2014-12-15 16:28:18 sendUrl INFO 7 [687] -2014-12-15 16:28:18 queue INFO 3 [688] -2014-12-15 16:28:18 sendUrl INFO 3 [688] -2014-12-15 16:28:18 queue INFO >3 [689] -2014-12-15 16:28:18 sendUrl INFO 3 [689] -2014-12-15 16:28:19 queue INFO 7 [690] -2014-12-15 16:28:19 sendUrl INFO 7 [690] -2014-12-15 16:28:19 queue INFO >7 [691] -2014-12-15 16:28:19 sendUrl INFO 7 [691] -2014-12-15 16:28:19 queue INFO 3 [692] -2014-12-15 16:28:20 queue INFO >3 [693] -2014-12-15 16:28:20 sendUrl INFO 3 [692] -2014-12-15 16:28:20 sendUrl INFO 3 [693] -2014-12-15 16:28:20 queue INFO 7 [694] -2014-12-15 16:28:21 queue INFO >7 [695] -2014-12-15 16:28:21 sendUrl INFO 7 [694] -2014-12-15 16:28:21 queue INFO 3 [696] -2014-12-15 16:28:21 sendUrl INFO 7 [695] -2014-12-15 16:28:21 queue INFO >3 [697] -2014-12-15 16:28:21 sendUrl INFO 3 [696] -2014-12-15 16:28:21 queue INFO 7 [698] -2014-12-15 16:28:21 queue INFO >7 [699] -2014-12-15 16:28:21 sendUrl INFO 3 [697] -2014-12-15 16:28:22 queue INFO 3 [700] -2014-12-15 16:28:22 sendUrl INFO 7 [698] -2014-12-15 16:28:22 queue INFO >3 [701] -2014-12-15 16:28:22 sendUrl INFO 7 [699] -2014-12-15 16:28:22 queue INFO 7 [702] -2014-12-15 16:28:22 sendUrl INFO 3 [700] -2014-12-15 16:28:22 queue INFO >7 [703] -2014-12-15 16:28:23 sendUrl INFO 3 [701] -2014-12-15 16:28:23 queue INFO 3 [704] -2014-12-15 16:28:23 sendUrl INFO 7 [702] -2014-12-15 16:28:23 queue INFO >3 [705] -2014-12-15 16:28:23 sendUrl INFO 7 [703] -2014-12-15 16:28:23 sendUrl INFO 3 [704] -2014-12-15 16:28:24 sendUrl INFO 3 [705] -2014-12-15 16:28:24 queue INFO 7 [706] -2014-12-15 16:28:24 sendUrl INFO 7 [706] -2014-12-15 16:28:24 queue INFO >7 [707] -2014-12-15 16:28:24 sendUrl INFO 7 [707] -2014-12-15 16:28:24 queue INFO 3 [708] -2014-12-15 16:28:25 queue INFO >3 [709] -2014-12-15 16:28:25 sendUrl INFO 3 [708] -2014-12-15 16:28:25 sendUrl INFO 3 [709] -2014-12-15 16:28:25 queue INFO 7 [710] -2014-12-15 16:28:26 queue INFO >7 [711] -2014-12-15 16:28:26 sendUrl INFO 7 [710] -2014-12-15 16:28:26 sendUrl INFO 7 [711] -2014-12-15 16:28:26 queue INFO 3 [712] -2014-12-15 16:28:26 sendUrl INFO 3 [712] -2014-12-15 16:28:26 queue INFO >3 [713] -2014-12-15 16:28:26 sendUrl INFO 3 [713] -2014-12-15 16:28:27 queue INFO 7 [714] -2014-12-15 16:28:27 sendUrl INFO 7 [714] -2014-12-15 16:28:27 queue INFO >7 [715] -2014-12-15 16:28:27 sendUrl INFO 7 [715] -2014-12-15 16:28:28 queue INFO 3 [716] -2014-12-15 16:28:28 queue INFO >3 [717] -2014-12-15 16:28:28 sendUrl INFO 3 [716] -2014-12-15 16:28:28 sendUrl INFO 3 [717] -2014-12-15 16:28:28 queue INFO 7 [718] -2014-12-15 16:28:29 queue INFO >7 [719] -2014-12-15 16:28:29 sendUrl INFO 7 [718] -2014-12-15 16:28:29 sendUrl INFO 7 [719] -2014-12-15 16:28:29 queue INFO 3 [720] -2014-12-15 16:28:29 sendUrl INFO 3 [720] -2014-12-15 16:28:29 queue INFO >3 [721] -2014-12-15 16:28:29 sendUrl INFO 3 [721] -2014-12-15 16:28:30 queue INFO 7 [722] -2014-12-15 16:28:30 sendUrl INFO 7 [722] -2014-12-15 16:28:30 queue INFO >7 [723] -2014-12-15 16:28:30 sendUrl INFO 7 [723] -2014-12-15 16:28:31 queue INFO 3 [724] -2014-12-15 16:28:31 sendUrl INFO 3 [724] -2014-12-15 16:28:31 queue INFO >3 [725] -2014-12-15 16:28:31 sendUrl INFO 3 [725] -2014-12-15 16:28:32 queue INFO 7 [726] -2014-12-15 16:28:32 sendUrl INFO 7 [726] -2014-12-15 16:28:32 queue INFO >7 [727] -2014-12-15 16:28:32 sendUrl INFO 7 [727] -2014-12-15 16:28:32 queue INFO 3 [728] -2014-12-15 16:28:32 queue INFO >3 [729] -2014-12-15 16:28:32 sendUrl INFO 3 [728] -2014-12-15 16:28:32 sendUrl INFO 3 [729] -2014-12-15 16:28:33 queue INFO 7 [730] -2014-12-15 16:28:33 sendUrl INFO 7 [730] -2014-12-15 16:28:33 queue INFO >7 [731] -2014-12-15 16:28:33 sendUrl INFO 7 [731] -2014-12-15 16:28:33 queue INFO 3 [732] -2014-12-15 16:28:33 queue INFO >3 [733] -2014-12-15 16:28:34 sendUrl INFO 3 [732] -2014-12-15 16:28:34 queue INFO 7 [734] -2014-12-15 16:28:34 sendUrl INFO 3 [733] -2014-12-15 16:28:34 queue INFO >7 [735] -2014-12-15 16:28:34 sendUrl INFO 7 [734] -2014-12-15 16:28:34 queue INFO 3 [736] -2014-12-15 16:28:34 queue INFO >3 [737] -2014-12-15 16:28:34 sendUrl INFO 7 [735] -2014-12-15 16:28:35 sendUrl INFO 3 [736] -2014-12-15 16:28:35 sendUrl INFO 3 [737] -2014-12-15 16:28:35 queue INFO 7 [738] -2014-12-15 16:28:35 sendUrl INFO 7 [738] -2014-12-15 16:28:35 queue INFO >7 [739] -2014-12-15 16:28:35 sendUrl INFO 7 [739] -2014-12-15 16:28:35 queue INFO 3 [740] -2014-12-15 16:28:36 queue INFO >3 [741] -2014-12-15 16:28:36 sendUrl INFO 3 [740] -2014-12-15 16:28:36 sendUrl INFO 3 [741] -2014-12-15 16:28:36 queue INFO 7 [742] -2014-12-15 16:28:37 sendUrl INFO 7 [742] -2014-12-15 16:28:37 queue INFO >7 [743] -2014-12-15 16:28:37 sendUrl INFO 7 [743] -2014-12-15 16:28:37 queue INFO 3 [744] -2014-12-15 16:28:37 queue INFO >3 [745] -2014-12-15 16:28:37 sendUrl INFO 3 [744] -2014-12-15 16:28:38 sendUrl INFO 3 [745] -2014-12-15 16:28:38 queue INFO 7 [746] -2014-12-15 16:28:38 sendUrl INFO 7 [746] -2014-12-15 16:28:38 queue INFO >7 [747] -2014-12-15 16:28:38 sendUrl INFO 7 [747] -2014-12-15 16:28:39 queue INFO 3 [748] -2014-12-15 16:28:39 sendUrl INFO 3 [748] -2014-12-15 16:28:39 queue INFO >3 [749] -2014-12-15 16:28:39 sendUrl INFO 3 [749] -2014-12-15 16:28:40 queue INFO 7 [750] -2014-12-15 16:28:40 sendUrl INFO 7 [750] -2014-12-15 16:28:40 queue INFO >7 [751] -2014-12-15 16:28:40 sendUrl INFO 7 [751] -2014-12-15 16:28:40 queue INFO 3 [752] -2014-12-15 16:28:41 queue INFO >3 [753] -2014-12-15 16:28:41 sendUrl INFO 3 [752] -2014-12-15 16:28:41 sendUrl INFO 3 [753] -2014-12-15 16:28:41 queue INFO 7 [754] -2014-12-15 16:28:41 sendUrl INFO 7 [754] -2014-12-15 16:28:42 queue INFO 3 [755] -2014-12-15 16:28:42 sendUrl INFO 3 [755] -2014-12-15 16:28:42 queue INFO >3 [756] -2014-12-15 16:28:42 sendUrl INFO 3 [756] -2014-12-15 16:28:42 queue INFO 7 [757] -2014-12-15 16:28:42 queue INFO >7 [758] -2014-12-15 16:28:42 sendUrl INFO 7 [757] -2014-12-15 16:28:42 sendUrl INFO 7 [758] -2014-12-15 16:28:43 queue INFO 3 [759] -2014-12-15 16:28:43 sendUrl INFO 3 [759] -2014-12-15 16:28:43 queue INFO >3 [760] -2014-12-15 16:28:43 sendUrl INFO 3 [760] -2014-12-15 16:28:44 queue INFO 7 [761] -2014-12-15 16:28:44 sendUrl INFO 7 [761] -2014-12-15 16:28:44 queue INFO >7 [762] -2014-12-15 16:28:44 sendUrl INFO 7 [762] -2014-12-15 16:28:44 queue INFO 3 [763] -2014-12-15 16:28:44 queue INFO >3 [764] -2014-12-15 16:28:44 sendUrl INFO 3 [763] -2014-12-15 16:28:45 sendUrl INFO 3 [764] -2014-12-15 16:28:45 queue INFO 7 [765] -2014-12-15 16:28:45 sendUrl INFO 7 [765] -2014-12-15 16:28:46 queue INFO >7 [766] -2014-12-15 16:28:46 sendUrl INFO 7 [766] -2014-12-15 16:28:46 queue INFO 3 [767] -2014-12-15 16:28:46 queue INFO >3 [768] -2014-12-15 16:28:46 sendUrl INFO 3 [767] -2014-12-15 16:28:47 sendUrl INFO 3 [768] -2014-12-15 16:28:47 queue INFO 7 [769] -2014-12-15 16:28:47 queue INFO >7 [770] -2014-12-15 16:28:47 sendUrl INFO 7 [769] -2014-12-15 16:28:48 sendUrl INFO 7 [770] -2014-12-15 16:28:48 queue INFO 3 [771] -2014-12-15 16:28:48 sendUrl INFO 3 [771] -2014-12-15 16:28:48 queue INFO >3 [772] -2014-12-15 16:28:48 sendUrl INFO 3 [772] -2014-12-15 16:28:49 queue INFO 7 [773] -2014-12-15 16:28:49 queue INFO >7 [774] -2014-12-15 16:28:49 sendUrl INFO 7 [773] -2014-12-15 16:28:49 sendUrl INFO 7 [774] -2014-12-15 16:28:49 queue INFO 3 [775] -2014-12-15 16:28:50 sendUrl INFO 3 [775] -2014-12-15 16:28:50 queue INFO >3 [776] -2014-12-15 16:28:50 sendUrl INFO 3 [776] -2014-12-15 16:28:50 queue INFO 7 [777] -2014-12-15 16:28:51 sendUrl INFO 7 [777] -2014-12-15 16:28:51 queue INFO >7 [778] -2014-12-15 16:28:51 sendUrl INFO 7 [778] -2014-12-15 16:28:51 queue INFO 3 [779] -2014-12-15 16:28:51 sendUrl INFO 3 [779] -2014-12-15 16:28:51 queue INFO >3 [780] -2014-12-15 16:28:52 sendUrl INFO 3 [780] -2014-12-15 16:28:52 queue INFO 7 [781] -2014-12-15 16:28:52 sendUrl INFO 7 [781] -2014-12-15 16:28:52 queue INFO >7 [782] -2014-12-15 16:28:53 sendUrl INFO 7 [782] -2014-12-15 16:28:53 queue INFO 3 [783] -2014-12-15 16:28:53 queue INFO >3 [784] -2014-12-15 16:28:53 sendUrl INFO 3 [783] -2014-12-15 16:28:54 sendUrl INFO 3 [784] -2014-12-15 16:28:54 queue INFO 7 [785] -2014-12-15 16:28:54 queue INFO >7 [786] -2014-12-15 16:28:54 sendUrl INFO 7 [785] -2014-12-15 16:28:55 sendUrl INFO 7 [786] -2014-12-15 16:28:55 queue INFO 3 [787] -2014-12-15 16:28:55 queue INFO >3 [788] -2014-12-15 16:28:55 sendUrl INFO 3 [787] -2014-12-15 16:28:55 sendUrl INFO 3 [788] -2014-12-15 16:28:56 queue INFO 7 [789] -2014-12-15 16:28:56 queue INFO >7 [790] -2014-12-15 16:28:56 sendUrl INFO 7 [789] -2014-12-15 16:28:56 queue INFO 3 [791] -2014-12-15 16:28:56 sendUrl INFO 7 [790] -2014-12-15 16:28:56 queue INFO >3 [792] -2014-12-15 16:28:56 sendUrl INFO 3 [791] -2014-12-15 16:28:57 sendUrl INFO 3 [792] -2014-12-15 16:28:57 queue INFO 7 [793] -2014-12-15 16:28:57 queue INFO >7 [794] -2014-12-15 16:28:57 sendUrl INFO 7 [793] -2014-12-15 16:28:57 sendUrl INFO 7 [794] -2014-12-15 16:28:58 queue INFO 3 [795] -2014-12-15 16:28:58 sendUrl INFO 3 [795] -2014-12-15 16:28:58 queue INFO >3 [796] -2014-12-15 16:28:58 sendUrl INFO 3 [796] -2014-12-15 16:28:59 queue INFO 7 [797] -2014-12-15 16:28:59 sendUrl INFO 7 [797] -2014-12-15 16:28:59 queue INFO >7 [798] -2014-12-15 16:28:59 queue INFO 3 [799] -2014-12-15 16:28:59 sendUrl INFO 7 [798] -2014-12-15 16:28:59 queue INFO >3 [800] -2014-12-15 16:28:59 sendUrl INFO 3 [799] -2014-12-15 16:29:00 sendUrl INFO 3 [800] -2014-12-15 16:29:00 queue INFO 7 [801] -2014-12-15 16:29:00 queue INFO >7 [802] -2014-12-15 16:29:00 sendUrl INFO 7 [801] -2014-12-15 16:29:01 sendUrl INFO 7 [802] -2014-12-15 16:29:01 queue INFO 3 [803] -2014-12-15 16:29:01 queue INFO >3 [804] -2014-12-15 16:29:01 sendUrl INFO 3 [803] -2014-12-15 16:29:01 sendUrl INFO 3 [804] -2014-12-15 16:29:02 queue INFO 7 [805] -2014-12-15 16:29:02 queue INFO >7 [806] -2014-12-15 16:29:02 sendUrl INFO 7 [805] -2014-12-15 16:29:02 sendUrl INFO 7 [806] -2014-12-15 16:29:02 queue INFO 3 [807] -2014-12-15 16:29:02 sendUrl INFO 3 [807] -2014-12-15 16:29:02 queue INFO >3 [808] -2014-12-15 16:29:03 sendUrl INFO 3 [808] -2014-12-15 16:29:03 queue INFO 7 [809] -2014-12-15 16:29:03 queue INFO >7 [810] -2014-12-15 16:29:03 sendUrl INFO 7 [809] -2014-12-15 16:29:04 sendUrl INFO 7 [810] -2014-12-15 16:29:04 queue INFO 3 [811] -2014-12-15 16:29:04 queue INFO >3 [812] -2014-12-15 16:29:04 sendUrl INFO 3 [811] -2014-12-15 16:29:04 sendUrl INFO 3 [812] -2014-12-15 16:29:04 queue INFO 7 [813] -2014-12-15 16:29:05 sendUrl INFO 7 [813] -2014-12-15 16:29:05 queue INFO >7 [814] -2014-12-15 16:29:05 sendUrl INFO 7 [814] -2014-12-15 16:29:05 queue INFO 3 [815] -2014-12-15 16:29:05 sendUrl INFO 3 [815] -2014-12-15 16:29:05 queue INFO >3 [816] -2014-12-15 16:29:06 sendUrl INFO 3 [816] -2014-12-15 16:29:06 queue INFO 7 [817] -2014-12-15 16:29:06 sendUrl INFO 7 [817] -2014-12-15 16:29:06 queue INFO >7 [818] -2014-12-15 16:29:06 sendUrl INFO 7 [818] -2014-12-15 16:29:07 queue INFO 3 [819] -2014-12-15 16:29:07 queue INFO >3 [820] -2014-12-15 16:29:07 sendUrl INFO 3 [819] -2014-12-15 16:29:07 sendUrl INFO 3 [820] -2014-12-15 16:29:07 queue INFO 7 [821] -2014-12-15 16:29:08 queue INFO >7 [822] -2014-12-15 16:29:08 sendUrl INFO 7 [821] -2014-12-15 16:29:08 sendUrl INFO 7 [822] -2014-12-15 16:29:08 queue INFO 3 [823] -2014-12-15 16:29:08 sendUrl INFO 3 [823] -2014-12-15 16:29:08 queue INFO >3 [824] -2014-12-15 16:29:08 sendUrl INFO 3 [824] -2014-12-15 16:29:09 queue INFO 7 [825] -2014-12-15 16:29:09 sendUrl INFO 7 [825] -2014-12-15 16:29:09 queue INFO >7 [826] -2014-12-15 16:29:09 sendUrl INFO 7 [826] -2014-12-15 16:29:10 queue INFO 3 [827] -2014-12-15 16:29:10 queue INFO >3 [828] -2014-12-15 16:29:10 sendUrl INFO 3 [827] -2014-12-15 16:29:10 sendUrl INFO 3 [828] -2014-12-15 16:29:11 queue INFO 7 [829] -2014-12-15 16:29:11 queue INFO >7 [830] -2014-12-15 16:29:11 sendUrl INFO 7 [829] -2014-12-15 16:29:11 queue INFO 3 [831] -2014-12-15 16:29:11 sendUrl INFO 7 [830] -2014-12-15 16:29:11 queue INFO >3 [832] -2014-12-15 16:29:11 sendUrl INFO 3 [831] -2014-12-15 16:29:12 sendUrl INFO 3 [832] -2014-12-15 16:29:12 queue INFO 7 [833] -2014-12-15 16:29:12 sendUrl INFO 7 [833] -2014-12-15 16:29:12 queue INFO >7 [834] -2014-12-15 16:29:12 sendUrl INFO 7 [834] -2014-12-15 16:29:13 queue INFO 3 [835] -2014-12-15 16:29:13 queue INFO >3 [836] -2014-12-15 16:29:13 sendUrl INFO 3 [835] -2014-12-15 16:29:13 sendUrl INFO 3 [836] -2014-12-15 16:29:14 queue INFO 7 [837] -2014-12-15 16:29:14 queue INFO >7 [838] -2014-12-15 16:29:14 sendUrl INFO 7 [837] -2014-12-15 16:29:14 queue INFO 3 [839] -2014-12-15 16:29:14 sendUrl INFO 7 [838] -2014-12-15 16:29:14 queue INFO >3 [840] -2014-12-15 16:29:14 sendUrl INFO 3 [839] -2014-12-15 16:29:15 sendUrl INFO 3 [840] -2014-12-15 16:29:15 queue INFO 7 [841] -2014-12-15 16:29:15 queue INFO >7 [842] -2014-12-15 16:29:15 sendUrl INFO 7 [841] -2014-12-15 16:29:15 sendUrl INFO 7 [842] -2014-12-15 16:29:16 queue INFO 3 [843] -2014-12-15 16:29:16 queue INFO >3 [844] -2014-12-15 16:29:16 sendUrl INFO 3 [843] -2014-12-15 16:29:16 sendUrl INFO 3 [844] -2014-12-15 16:29:16 queue INFO 7 [845] -2014-12-15 16:29:17 queue INFO >7 [846] -2014-12-15 16:29:17 sendUrl INFO 7 [845] -2014-12-15 16:29:17 queue INFO 3 [847] -2014-12-15 16:29:17 sendUrl INFO 7 [846] -2014-12-15 16:29:17 queue INFO >3 [848] -2014-12-15 16:29:17 sendUrl INFO 3 [847] -2014-12-15 16:29:17 sendUrl INFO 3 [848] -2014-12-15 16:29:18 queue INFO 7 [849] -2014-12-15 16:29:18 queue INFO >7 [850] -2014-12-15 16:29:18 sendUrl INFO 7 [849] -2014-12-15 16:29:18 sendUrl INFO 7 [850] -2014-12-15 16:29:18 queue INFO 3 [851] -2014-12-15 16:29:19 queue INFO >3 [852] -2014-12-15 16:29:19 sendUrl INFO 3 [851] -2014-12-15 16:29:19 sendUrl INFO 3 [852] -2014-12-15 16:29:19 queue INFO 7 [853] -2014-12-15 16:29:19 sendUrl INFO 7 [853] -2014-12-15 16:29:19 queue INFO >7 [854] -2014-12-15 16:29:20 sendUrl INFO 7 [854] -2014-12-15 16:29:20 queue INFO 3 [855] -2014-12-15 16:29:20 sendUrl INFO 3 [855] -2014-12-15 16:29:20 queue INFO >3 [856] -2014-12-15 16:29:20 sendUrl INFO 3 [856] -2014-12-15 16:29:21 queue INFO 7 [857] -2014-12-15 16:29:21 sendUrl INFO 7 [857] -2014-12-15 16:29:21 queue INFO >7 [858] -2014-12-15 16:29:21 sendUrl INFO 7 [858] -2014-12-15 16:29:22 queue INFO 3 [859] -2014-12-15 16:29:22 queue INFO >3 [860] -2014-12-15 16:29:22 sendUrl INFO 3 [859] -2014-12-15 16:29:22 sendUrl INFO 3 [860] -2014-12-15 16:29:23 queue INFO 7 [861] -2014-12-15 16:29:23 queue INFO >7 [862] -2014-12-15 16:29:23 sendUrl INFO 7 [861] -2014-12-15 16:29:23 sendUrl INFO 7 [862] -2014-12-15 16:29:23 queue INFO 3 [863] -2014-12-15 16:29:23 queue INFO >3 [864] -2014-12-15 16:29:23 sendUrl INFO 3 [863] -2014-12-15 16:29:24 sendUrl INFO 3 [864] -2014-12-15 16:29:24 queue INFO 7 [865] -2014-12-15 16:29:24 sendUrl INFO 7 [865] -2014-12-15 16:29:24 queue INFO >7 [866] -2014-12-15 16:29:25 sendUrl INFO 7 [866] -2014-12-15 16:29:25 queue INFO 3 [867] -2014-12-15 16:29:25 sendUrl INFO 3 [867] -2014-12-15 16:29:25 queue INFO >3 [868] -2014-12-15 16:29:25 sendUrl INFO 3 [868] -2014-12-15 16:29:26 queue INFO 7 [869] -2014-12-15 16:29:26 sendUrl INFO 7 [869] -2014-12-15 16:29:26 queue INFO >7 [870] -2014-12-15 16:29:26 sendUrl INFO 7 [870] -2014-12-15 16:29:26 queue INFO 3 [871] -2014-12-15 16:29:26 sendUrl INFO 3 [871] -2014-12-15 16:29:26 queue INFO >3 [872] -2014-12-15 16:29:27 sendUrl INFO 3 [872] -2014-12-15 16:29:27 queue INFO 7 [873] -2014-12-15 16:29:27 sendUrl INFO 7 [873] -2014-12-15 16:29:27 queue INFO >7 [874] -2014-12-15 16:29:28 sendUrl INFO 7 [874] -2014-12-15 16:29:28 queue INFO 3 [875] -2014-12-15 16:29:28 sendUrl INFO 3 [875] -2014-12-15 16:29:28 queue INFO >3 [876] -2014-12-15 16:29:28 sendUrl INFO 3 [876] -2014-12-15 16:29:29 queue INFO 7 [877] -2014-12-15 16:29:29 sendUrl INFO 7 [877] -2014-12-15 16:29:29 queue INFO >7 [878] -2014-12-15 16:29:29 sendUrl INFO 7 [878] -2014-12-15 16:29:29 queue INFO 3 [879] -2014-12-15 16:29:30 queue INFO >3 [880] -2014-12-15 16:29:30 sendUrl INFO 3 [879] -2014-12-15 16:29:30 sendUrl INFO 3 [880] -2014-12-15 16:29:30 queue INFO 7 [881] -2014-12-15 16:29:30 queue INFO >7 [882] -2014-12-15 16:29:30 sendUrl INFO 7 [881] -2014-12-15 16:29:31 sendUrl INFO 7 [882] -2014-12-15 16:29:31 queue INFO 3 [883] -2014-12-15 16:29:31 sendUrl INFO 3 [883] -2014-12-15 16:29:31 queue INFO >3 [884] -2014-12-15 16:29:31 sendUrl INFO 3 [884] -2014-12-15 16:29:32 queue INFO 7 [885] -2014-12-15 16:29:32 queue INFO >7 [886] -2014-12-15 16:29:32 sendUrl INFO 7 [885] -2014-12-15 16:29:32 sendUrl INFO 7 [886] -2014-12-15 16:29:32 queue INFO 3 [887] -2014-12-15 16:29:33 queue INFO >3 [888] -2014-12-15 16:29:33 sendUrl INFO 3 [887] -2014-12-15 16:29:33 queue INFO 7 [889] -2014-12-15 16:29:33 sendUrl INFO 3 [888] -2014-12-15 16:29:33 queue INFO >7 [890] -2014-12-15 16:29:33 sendUrl INFO 7 [889] -2014-12-15 16:29:33 queue INFO 3 [891] -2014-12-15 16:29:33 queue INFO >3 [892] -2014-12-15 16:29:33 sendUrl INFO 7 [890] -2014-12-15 16:29:34 sendUrl INFO 3 [891] -2014-12-15 16:29:34 sendUrl INFO 3 [892] -2014-12-15 16:29:34 queue INFO 7 [893] -2014-12-15 16:29:34 sendUrl INFO 7 [893] -2014-12-15 16:29:34 queue INFO >7 [894] -2014-12-15 16:29:34 sendUrl INFO 7 [894] -2014-12-15 16:29:35 queue INFO 3 [895] -2014-12-15 16:29:35 sendUrl INFO 3 [895] -2014-12-15 16:29:35 queue INFO >3 [896] -2014-12-15 16:29:35 sendUrl INFO 3 [896] -2014-12-15 16:29:36 queue INFO 7 [897] -2014-12-15 16:29:36 sendUrl INFO 7 [897] -2014-12-15 16:29:36 queue INFO >7 [898] -2014-12-15 16:29:36 sendUrl INFO 7 [898] -2014-12-15 16:29:36 queue INFO 3 [899] -2014-12-15 16:29:36 queue INFO >3 [900] -2014-12-15 16:29:37 sendUrl INFO 3 [899] -2014-12-15 16:29:37 queue INFO 7 [901] -2014-12-15 16:29:37 sendUrl INFO 3 [900] -2014-12-15 16:29:37 queue INFO >7 [902] -2014-12-15 16:29:37 sendUrl INFO 7 [901] -2014-12-15 16:29:37 queue INFO 3 [903] -2014-12-15 16:29:37 sendUrl INFO 7 [902] -2014-12-15 16:29:37 queue INFO >3 [904] -2014-12-15 16:29:38 sendUrl INFO 3 [903] -2014-12-15 16:29:38 sendUrl INFO 3 [904] -2014-12-15 16:29:38 queue INFO 7 [905] -2014-12-15 16:29:38 sendUrl INFO 7 [905] -2014-12-15 16:29:38 queue INFO >7 [906] -2014-12-15 16:29:38 sendUrl INFO 7 [906] -2014-12-15 16:29:38 queue INFO 3 [907] -2014-12-15 16:29:39 queue INFO >3 [908] -2014-12-15 16:29:39 sendUrl INFO 3 [907] -2014-12-15 16:29:39 sendUrl INFO 3 [908] -2014-12-15 16:29:39 queue INFO 7 [909] -2014-12-15 16:29:39 queue INFO >7 [910] -2014-12-15 16:29:40 sendUrl INFO 7 [909] -2014-12-15 16:29:40 sendUrl INFO 7 [910] -2014-12-15 16:29:40 queue INFO 3 [911] -2014-12-15 16:29:40 sendUrl INFO 3 [911] -2014-12-15 16:29:40 queue INFO >3 [912] -2014-12-15 16:29:40 sendUrl INFO 3 [912] -2014-12-15 16:29:41 queue INFO 7 [913] -2014-12-15 16:29:41 sendUrl INFO 7 [913] -2014-12-15 16:29:41 queue INFO >7 [914] -2014-12-15 16:29:41 sendUrl INFO 7 [914] -2014-12-15 16:29:42 queue INFO 3 [915] -2014-12-15 16:29:42 sendUrl INFO 3 [915] -2014-12-15 16:29:42 queue INFO >3 [916] -2014-12-15 16:29:42 sendUrl INFO 3 [916] -2014-12-15 16:29:42 queue INFO 7 [917] -2014-12-15 16:29:42 sendUrl INFO 7 [917] -2014-12-15 16:29:42 queue INFO >7 [918] -2014-12-15 16:29:42 queue INFO 3 [919] -2014-12-15 16:29:42 sendUrl INFO 7 [918] -2014-12-15 16:29:43 queue INFO >3 [920] -2014-12-15 16:29:43 sendUrl INFO 3 [919] -2014-12-15 16:29:43 queue INFO 7 [921] -2014-12-15 16:29:43 sendUrl INFO 3 [920] -2014-12-15 16:29:43 queue INFO >7 [922] -2014-12-15 16:29:43 sendUrl INFO 7 [921] -2014-12-15 16:29:43 queue INFO 3 [923] -2014-12-15 16:29:43 queue INFO >3 [924] -2014-12-15 16:29:43 sendUrl INFO 7 [922] -2014-12-15 16:29:44 sendUrl INFO 3 [923] -2014-12-15 16:29:44 queue INFO 7 [925] -2014-12-15 16:29:44 sendUrl INFO 3 [924] -2014-12-15 16:29:44 queue INFO >7 [926] -2014-12-15 16:29:44 sendUrl INFO 7 [925] -2014-12-15 16:29:44 queue INFO 3 [927] -2014-12-15 16:29:44 sendUrl INFO 7 [926] -2014-12-15 16:29:45 queue INFO >3 [928] -2014-12-15 16:29:45 sendUrl INFO 3 [927] -2014-12-15 16:29:45 sendUrl INFO 3 [928] -2014-12-15 16:29:45 queue INFO 7 [929] -2014-12-15 16:29:46 queue INFO >7 [930] -2014-12-15 16:29:46 sendUrl INFO 7 [929] -2014-12-15 16:29:46 sendUrl INFO 7 [930] -2014-12-15 16:29:46 queue INFO 3 [931] -2014-12-15 16:29:46 queue INFO >3 [932] -2014-12-15 16:29:46 sendUrl INFO 3 [931] -2014-12-15 16:29:46 sendUrl INFO 3 [932] -2014-12-15 16:29:47 queue INFO 7 [933] -2014-12-15 16:29:47 sendUrl INFO 7 [933] -2014-12-15 16:29:47 queue INFO >7 [934] -2014-12-15 16:29:47 sendUrl INFO 7 [934] -2014-12-15 16:29:47 queue INFO 3 [935] -2014-12-15 16:29:48 queue INFO >3 [936] -2014-12-15 16:29:48 sendUrl INFO 3 [935] -2014-12-15 16:29:48 sendUrl INFO 3 [936] -2014-12-15 16:29:48 queue INFO 7 [937] -2014-12-15 16:29:48 queue INFO >7 [938] -2014-12-15 16:29:49 sendUrl INFO 7 [937] -2014-12-15 16:29:49 sendUrl INFO 7 [938] -2014-12-15 16:29:49 queue INFO 3 [939] -2014-12-15 16:29:49 queue INFO >3 [940] -2014-12-15 16:29:49 sendUrl INFO 3 [939] -2014-12-15 16:29:50 sendUrl INFO 3 [940] -2014-12-15 16:29:50 queue INFO 7 [941] -2014-12-15 16:29:50 sendUrl INFO 7 [941] -2014-12-15 16:29:50 queue INFO >7 [942] -2014-12-15 16:29:50 sendUrl INFO 7 [942] -2014-12-15 16:29:50 queue INFO 3 [943] -2014-12-15 16:29:50 queue INFO >3 [944] -2014-12-15 16:29:51 sendUrl INFO 3 [943] -2014-12-15 16:29:51 queue INFO 7 [945] -2014-12-15 16:29:51 sendUrl INFO 3 [944] -2014-12-15 16:29:51 queue INFO >7 [946] -2014-12-15 16:29:51 sendUrl INFO 7 [945] -2014-12-15 16:29:51 queue INFO 3 [947] -2014-12-15 16:29:51 queue INFO >3 [948] -2014-12-15 16:29:51 sendUrl INFO 7 [946] -2014-12-15 16:29:52 sendUrl INFO 3 [947] -2014-12-15 16:29:52 sendUrl INFO 3 [948] -2014-12-15 16:29:52 queue INFO 7 [949] -2014-12-15 16:29:52 sendUrl INFO 7 [949] -2014-12-15 16:29:52 queue INFO >7 [950] -2014-12-15 16:29:52 sendUrl INFO 7 [950] -2014-12-15 16:29:52 queue INFO 3 [951] -2014-12-15 16:29:53 sendUrl INFO 3 [951] -2014-12-15 16:29:53 queue INFO >3 [952] -2014-12-15 16:29:53 sendUrl INFO 3 [952] -2014-12-15 16:29:53 queue INFO 7 [953] -2014-12-15 16:29:54 queue INFO >7 [954] -2014-12-15 16:29:54 sendUrl INFO 7 [953] -2014-12-15 16:29:54 sendUrl INFO 7 [954] -2014-12-15 16:29:54 queue INFO 3 [955] -2014-12-15 16:29:54 queue INFO >3 [956] -2014-12-15 16:29:54 sendUrl INFO 3 [955] -2014-12-15 16:29:54 sendUrl INFO 3 [956] -2014-12-15 16:29:55 queue INFO 7 [957] -2014-12-15 16:29:55 queue INFO >7 [958] -2014-12-15 16:29:55 sendUrl INFO 7 [957] -2014-12-15 16:29:55 queue INFO 3 [959] -2014-12-15 16:29:55 sendUrl INFO 7 [958] -2014-12-15 16:29:56 queue INFO >3 [960] -2014-12-15 16:29:56 sendUrl INFO 3 [959] -2014-12-15 16:29:56 sendUrl INFO 3 [960] -2014-12-15 16:29:56 queue INFO 7 [961] -2014-12-15 16:29:57 queue INFO >7 [962] -2014-12-15 16:29:57 sendUrl INFO 7 [961] -2014-12-15 16:29:57 queue INFO 3 [963] -2014-12-15 16:29:57 sendUrl INFO 7 [962] -2014-12-15 16:29:57 queue INFO >3 [964] -2014-12-15 16:29:57 sendUrl INFO 3 [963] -2014-12-15 16:29:57 sendUrl INFO 3 [964] -2014-12-15 16:29:58 queue INFO 7 [965] -2014-12-15 16:29:58 sendUrl INFO 7 [965] -2014-12-15 16:29:58 queue INFO >7 [966] -2014-12-15 16:29:58 sendUrl INFO 7 [966] -2014-12-15 16:29:58 queue INFO 3 [967] -2014-12-15 16:29:58 queue INFO >3 [968] -2014-12-15 16:29:58 sendUrl INFO 3 [967] -2014-12-15 16:29:59 queue INFO 7 [969] -2014-12-15 16:29:59 sendUrl INFO 3 [968] -2014-12-15 16:29:59 queue INFO >7 [970] -2014-12-15 16:29:59 sendUrl INFO 7 [969] -2014-12-15 16:29:59 queue INFO 3 [971] -2014-12-15 16:29:59 sendUrl INFO 7 [970] -2014-12-15 16:29:59 queue INFO >3 [972] -2014-12-15 16:29:59 sendUrl INFO 3 [971] -2014-12-15 16:30:00 queue INFO 7 [973] -2014-12-15 16:30:00 sendUrl INFO 3 [972] -2014-12-15 16:30:00 queue INFO >7 [974] -2014-12-15 16:30:00 sendUrl INFO 7 [973] -2014-12-15 16:30:00 queue INFO 3 [975] -2014-12-15 16:30:00 queue INFO >3 [976] -2014-12-15 16:30:00 sendUrl INFO 7 [974] -2014-12-15 16:30:01 sendUrl INFO 3 [975] -2014-12-15 16:30:01 queue INFO 7 [977] -2014-12-15 16:30:01 sendUrl INFO 3 [976] -2014-12-15 16:30:01 queue INFO >7 [978] -2014-12-15 16:30:01 sendUrl INFO 7 [977] -2014-12-15 16:30:01 queue INFO 3 [979] -2014-12-15 16:30:01 sendUrl INFO 7 [978] -2014-12-15 16:30:01 queue INFO >3 [980] -2014-12-15 16:30:02 sendUrl INFO 3 [979] -2014-12-15 16:30:02 queue INFO 7 [981] -2014-12-15 16:30:02 sendUrl INFO 3 [980] -2014-12-15 16:30:02 queue INFO >7 [982] -2014-12-15 16:30:02 sendUrl INFO 7 [981] -2014-12-15 16:30:02 queue INFO 3 [983] -2014-12-15 16:30:02 queue INFO >3 [984] -2014-12-15 16:30:02 sendUrl INFO 7 [982] -2014-12-15 16:30:02 queue INFO 7 [985] -2014-12-15 16:30:03 sendUrl INFO 3 [983] -2014-12-15 16:30:03 queue INFO >7 [986] -2014-12-15 16:30:03 sendUrl INFO 3 [984] -2014-12-15 16:30:03 queue INFO 3 [987] -2014-12-15 16:30:03 sendUrl INFO 7 [985] -2014-12-15 16:30:03 queue INFO >3 [988] -2014-12-15 16:30:03 queue INFO 7 [989] -2014-12-15 16:30:03 sendUrl INFO 7 [986] -2014-12-15 16:30:03 queue INFO >7 [990] -2014-12-15 16:30:04 sendUrl INFO 3 [987] -2014-12-15 16:30:04 queue INFO 3 [991] -2014-12-15 16:30:04 sendUrl INFO 3 [988] -2014-12-15 16:30:04 queue INFO >3 [992] -2014-12-15 16:30:04 sendUrl INFO 7 [989] -2014-12-15 16:30:04 sendUrl INFO 7 [990] -2014-12-15 16:30:05 queue INFO 7 [993] -2014-12-15 16:30:05 sendUrl INFO 3 [991] -2014-12-15 16:30:05 queue INFO >7 [994] -2014-12-15 16:30:05 sendUrl INFO 3 [992] -2014-12-15 16:30:05 sendUrl INFO 7 [993] -2014-12-15 16:30:05 queue INFO 3 [995] -2014-12-15 16:30:05 queue INFO >3 [996] -2014-12-15 16:30:05 sendUrl INFO 7 [994] -2014-12-15 16:30:06 queue INFO 7 [997] -2014-12-15 16:30:06 sendUrl INFO 3 [995] -2014-12-15 16:30:06 queue INFO >7 [998] -2014-12-15 16:30:06 sendUrl INFO 3 [996] -2014-12-15 16:30:06 queue INFO 3 [999] -2014-12-15 16:30:06 sendUrl INFO 7 [997] -2014-12-15 16:30:06 queue INFO >3 [0] -2014-12-15 16:30:06 sendUrl INFO 7 [998] -2014-12-15 16:30:07 sendUrl INFO 3 [999] -2014-12-15 16:30:07 sendUrl INFO 3 [0] -2014-12-15 16:30:07 queue INFO 7 [1] -2014-12-15 16:30:07 queue INFO >7 [2] -2014-12-15 16:30:07 sendUrl INFO 7 [1] -2014-12-15 16:30:07 sendUrl INFO 7 [2] -2014-12-15 16:30:08 queue INFO 3 [3] -2014-12-15 16:30:08 sendUrl INFO 3 [3] -2014-12-15 16:30:08 queue INFO >3 [4] -2014-12-15 16:30:08 sendUrl INFO 3 [4] -2014-12-15 16:30:08 queue INFO 7 [5] -2014-12-15 16:30:09 queue INFO >7 [6] -2014-12-15 16:30:09 sendUrl INFO 7 [5] -2014-12-15 16:30:09 sendUrl INFO 7 [6] -2014-12-15 16:30:09 queue INFO 3 [7] -2014-12-15 16:30:09 queue INFO >3 [8] -2014-12-15 16:30:09 sendUrl INFO 3 [7] -2014-12-15 16:30:09 sendUrl INFO 3 [8] -2014-12-15 16:30:10 queue INFO 7 [9] -2014-12-15 16:30:10 queue INFO >7 [10] -2014-12-15 16:30:10 sendUrl INFO 7 [9] -2014-12-15 16:30:10 queue INFO 3 [11] -2014-12-15 16:30:10 sendUrl INFO 7 [10] -2014-12-15 16:30:11 queue INFO >3 [12] -2014-12-15 16:30:11 sendUrl INFO 3 [11] -2014-12-15 16:30:11 queue INFO 7 [13] -2014-12-15 16:30:11 sendUrl INFO 3 [12] -2014-12-15 16:30:11 queue INFO >7 [14] -2014-12-15 16:30:11 queue INFO 3 [15] -2014-12-15 16:30:11 sendUrl INFO 7 [13] -2014-12-15 16:30:11 queue INFO >3 [16] -2014-12-15 16:30:11 sendUrl INFO 7 [14] -2014-12-15 16:30:12 queue INFO 7 [17] -2014-12-15 16:30:12 sendUrl INFO 3 [15] -2014-12-15 16:30:12 queue INFO >7 [18] -2014-12-15 16:30:12 sendUrl INFO 3 [16] -2014-12-15 16:30:12 queue INFO 3 [19] -2014-12-15 16:30:12 sendUrl INFO 7 [17] -2014-12-15 16:30:12 queue INFO >3 [20] -2014-12-15 16:30:13 sendUrl INFO 7 [18] -2014-12-15 16:30:13 sendUrl INFO 3 [19] -2014-12-15 16:30:13 sendUrl INFO 3 [20] -2014-12-15 16:30:13 queue INFO 7 [21] -2014-12-15 16:30:13 queue INFO >7 [22] -2014-12-15 16:30:13 sendUrl INFO 7 [21] -2014-12-15 16:30:14 sendUrl INFO 7 [22] -2014-12-15 16:30:14 queue INFO 3 [23] -2014-12-15 16:30:14 sendUrl INFO 3 [23] -2014-12-15 16:30:14 queue INFO >3 [24] -2014-12-15 16:30:14 sendUrl INFO 3 [24] -2014-12-15 16:30:15 queue INFO 7 [25] -2014-12-15 16:30:15 sendUrl INFO 7 [25] -2014-12-15 16:30:15 queue INFO >7 [26] -2014-12-15 16:30:15 sendUrl INFO 7 [26] -2014-12-15 16:30:15 queue INFO 3 [27] -2014-12-15 16:30:15 queue INFO >3 [28] -2014-12-15 16:30:16 sendUrl INFO 3 [27] -2014-12-15 16:30:16 sendUrl INFO 3 [28] -2014-12-15 16:30:16 queue INFO 7 [29] -2014-12-15 16:30:16 queue INFO >7 [30] -2014-12-15 16:30:16 sendUrl INFO 7 [29] -2014-12-15 16:30:17 sendUrl INFO 7 [30] -2014-12-15 16:30:17 queue INFO 3 [31] -2014-12-15 16:30:17 sendUrl INFO 3 [31] -2014-12-15 16:30:17 queue INFO >3 [32] -2014-12-15 16:30:17 sendUrl INFO 3 [32] -2014-12-15 16:30:17 queue INFO 7 [33] -2014-12-15 16:30:18 sendUrl INFO 7 [33] -2014-12-15 16:30:18 queue INFO >7 [34] -2014-12-15 16:30:18 sendUrl INFO 7 [34] -2014-12-15 16:30:18 queue INFO 3 [35] -2014-12-15 16:30:18 sendUrl INFO 3 [35] -2014-12-15 16:30:19 queue INFO >3 [36] -2014-12-15 16:30:19 sendUrl INFO 3 [36] -2014-12-15 16:30:19 queue INFO 7 [37] -2014-12-15 16:30:19 queue INFO >7 [38] -2014-12-15 16:30:19 sendUrl INFO 7 [37] -2014-12-15 16:30:20 sendUrl INFO 7 [38] -2014-12-15 16:30:20 queue INFO 3 [39] -2014-12-15 16:30:20 sendUrl INFO 3 [39] -2014-12-15 16:30:20 queue INFO >3 [40] -2014-12-15 16:30:20 sendUrl INFO 3 [40] -2014-12-15 16:30:21 queue INFO 7 [41] -2014-12-15 16:30:21 queue INFO >7 [42] -2014-12-15 16:30:21 sendUrl INFO 7 [41] -2014-12-15 16:30:21 queue INFO 3 [43] -2014-12-15 16:30:21 sendUrl INFO 7 [42] -2014-12-15 16:30:21 queue INFO >3 [44] -2014-12-15 16:30:21 sendUrl INFO 3 [43] -2014-12-15 16:30:22 sendUrl INFO 3 [44] -2014-12-15 16:30:22 queue INFO 7 [45] -2014-12-15 16:30:22 queue INFO >7 [46] -2014-12-15 16:30:22 sendUrl INFO 7 [45] -2014-12-15 16:30:22 sendUrl INFO 7 [46] -2014-12-15 16:30:23 queue INFO 3 [47] -2014-12-15 16:30:23 sendUrl INFO 3 [47] -2014-12-15 16:30:23 queue INFO >3 [48] -2014-12-15 16:30:23 sendUrl INFO 3 [48] -2014-12-15 16:30:23 queue INFO 7 [49] -2014-12-15 16:30:23 sendUrl INFO 7 [49] -2014-12-15 16:30:24 queue INFO >7 [50] -2014-12-15 16:30:24 sendUrl INFO 7 [50] -2014-12-15 16:30:24 queue INFO 3 [51] -2014-12-15 16:30:24 queue INFO >3 [52] -2014-12-15 16:30:24 sendUrl INFO 3 [51] -2014-12-15 16:30:25 sendUrl INFO 3 [52] -2014-12-15 16:30:25 queue INFO 7 [53] -2014-12-15 16:30:25 queue INFO >7 [54] -2014-12-15 16:30:25 sendUrl INFO 7 [53] -2014-12-15 16:30:25 sendUrl INFO 7 [54] -2014-12-15 16:30:25 queue INFO 3 [55] -2014-12-15 16:30:26 sendUrl INFO 3 [55] -2014-12-15 16:30:26 queue INFO >3 [56] -2014-12-15 16:30:26 sendUrl INFO 3 [56] -2014-12-15 16:30:26 queue INFO 7 [57] -2014-12-15 16:30:27 sendUrl INFO 7 [57] -2014-12-15 16:30:27 queue INFO >7 [58] -2014-12-15 16:30:27 sendUrl INFO 7 [58] -2014-12-15 16:30:27 queue INFO 3 [59] -2014-12-15 16:30:27 queue INFO >3 [60] -2014-12-15 16:30:27 sendUrl INFO 3 [59] -2014-12-15 16:30:28 sendUrl INFO 3 [60] -2014-12-15 16:30:28 queue INFO 7 [61] -2014-12-15 16:30:28 queue INFO >7 [62] -2014-12-15 16:30:28 sendUrl INFO 7 [61] -2014-12-15 16:30:29 sendUrl INFO 7 [62] -2014-12-15 16:30:29 queue INFO 3 [63] -2014-12-15 16:30:29 sendUrl INFO 3 [63] -2014-12-15 16:30:29 queue INFO >3 [64] -2014-12-15 16:30:29 queue INFO 7 [65] -2014-12-15 16:30:29 sendUrl INFO 3 [64] -2014-12-15 16:30:29 queue INFO >7 [66] -2014-12-15 16:30:29 sendUrl INFO 7 [65] -2014-12-15 16:30:29 queue INFO 3 [67] -2014-12-15 16:30:30 sendUrl INFO 7 [66] -2014-12-15 16:30:30 queue INFO >3 [68] -2014-12-15 16:30:30 sendUrl INFO 3 [67] -2014-12-15 16:30:30 sendUrl INFO 3 [68] -2014-12-15 16:30:30 queue INFO 7 [69] -2014-12-15 16:30:30 sendUrl INFO 7 [69] -2014-12-15 16:30:30 queue INFO >7 [70] -2014-12-15 16:30:31 sendUrl INFO 7 [70] -2014-12-15 16:30:31 queue INFO 3 [71] -2014-12-15 16:30:31 queue INFO >3 [72] -2014-12-15 16:30:31 sendUrl INFO 3 [71] -2014-12-15 16:30:31 sendUrl INFO 3 [72] -2014-12-15 16:30:32 queue INFO 7 [73] -2014-12-15 16:30:32 queue INFO >7 [74] -2014-12-15 16:30:32 sendUrl INFO 7 [73] -2014-12-15 16:30:32 sendUrl INFO 7 [74] -2014-12-15 16:30:32 queue INFO 3 [75] -2014-12-15 16:30:32 sendUrl INFO 3 [75] -2014-12-15 16:30:33 queue INFO >3 [76] -2014-12-15 16:30:33 sendUrl INFO 3 [76] -2014-12-15 16:30:33 queue INFO 7 [77] -2014-12-15 16:30:33 queue INFO >7 [78] -2014-12-15 16:30:33 sendUrl INFO 7 [77] -2014-12-15 16:30:34 sendUrl INFO 7 [78] -2014-12-15 16:30:34 queue INFO 3 [79] -2014-12-15 16:30:34 queue INFO >3 [80] -2014-12-15 16:30:34 sendUrl INFO 3 [79] -2014-12-15 16:30:34 queue INFO 7 [81] -2014-12-15 16:30:34 sendUrl INFO 3 [80] -2014-12-15 16:30:34 queue INFO >7 [82] -2014-12-15 16:30:34 sendUrl INFO 7 [81] -2014-12-15 16:30:35 queue INFO 3 [83] -2014-12-15 16:30:35 sendUrl INFO 7 [82] -2014-12-15 16:30:35 queue INFO >3 [84] -2014-12-15 16:30:35 queue INFO 7 [85] -2014-12-15 16:30:35 sendUrl INFO 3 [83] -2014-12-15 16:30:35 queue INFO >7 [86] -2014-12-15 16:30:35 sendUrl INFO 3 [84] -2014-12-15 16:30:35 queue INFO 3 [87] -2014-12-15 16:30:35 sendUrl INFO 7 [85] -2014-12-15 16:30:36 queue INFO >3 [88] -2014-12-15 16:30:36 sendUrl INFO 7 [86] -2014-12-15 16:30:36 sendUrl INFO 3 [87] -2014-12-15 16:30:36 queue INFO 7 [89] -2014-12-15 16:30:36 sendUrl INFO 3 [88] -2014-12-15 16:30:36 queue INFO >7 [90] -2014-12-15 16:30:37 sendUrl INFO 7 [89] -2014-12-15 16:30:37 queue INFO 3 [91] -2014-12-15 16:30:37 sendUrl INFO 7 [90] -2014-12-15 16:30:37 queue INFO >3 [92] -2014-12-15 16:30:37 sendUrl INFO 3 [91] -2014-12-15 16:30:37 sendUrl INFO 3 [92] -2014-12-15 16:30:38 queue INFO 7 [93] -2014-12-15 16:30:38 queue INFO >7 [94] -2014-12-15 16:30:38 sendUrl INFO 7 [93] -2014-12-15 16:30:38 queue INFO 3 [95] -2014-12-15 16:30:38 sendUrl INFO 7 [94] -2014-12-15 16:30:38 queue INFO >3 [96] -2014-12-15 16:30:38 sendUrl INFO 3 [95] -2014-12-15 16:30:39 sendUrl INFO 3 [96] -2014-12-15 16:30:39 queue INFO 7 [97] -2014-12-15 16:30:39 queue INFO >7 [98] -2014-12-15 16:30:39 sendUrl INFO 7 [97] -2014-12-15 16:30:40 sendUrl INFO 7 [98] -2014-12-15 16:30:40 queue INFO 3 [99] -2014-12-15 16:30:40 queue INFO >3 [100] -2014-12-15 16:30:40 sendUrl INFO 3 [99] -2014-12-15 16:30:40 sendUrl INFO 3 [100] -2014-12-15 16:30:40 queue INFO 7 [101] -2014-12-15 16:30:41 sendUrl INFO 7 [101] -2014-12-15 16:30:41 queue INFO >7 [102] -2014-12-15 16:30:41 sendUrl INFO 7 [102] -2014-12-15 16:30:41 queue INFO 3 [103] -2014-12-15 16:30:41 queue INFO >3 [104] -2014-12-15 16:30:41 sendUrl INFO 3 [103] -2014-12-15 16:30:42 sendUrl INFO 3 [104] -2014-12-15 16:30:42 queue INFO 7 [105] -2014-12-15 16:30:42 queue INFO >7 [106] -2014-12-15 16:30:42 sendUrl INFO 7 [105] -2014-12-15 16:30:42 sendUrl INFO 7 [106] -2014-12-15 16:30:42 queue INFO 3 [107] -2014-12-15 16:30:43 sendUrl INFO 3 [107] -2014-12-15 16:30:43 queue INFO >3 [108] -2014-12-15 16:30:43 sendUrl INFO 3 [108] -2014-12-15 16:30:43 queue INFO 7 [109] -2014-12-15 16:30:43 sendUrl INFO 7 [109] -2014-12-15 16:30:43 queue INFO >7 [110] -2014-12-15 16:30:44 sendUrl INFO 7 [110] -2014-12-15 16:30:44 queue INFO 3 [111] -2014-12-15 16:30:44 queue INFO >3 [112] -2014-12-15 16:30:44 sendUrl INFO 3 [111] -2014-12-15 16:30:44 sendUrl INFO 3 [112] -2014-12-15 16:30:45 queue INFO 7 [113] -2014-12-15 16:30:45 queue INFO >7 [114] -2014-12-15 16:30:45 sendUrl INFO 7 [113] -2014-12-15 16:30:45 sendUrl INFO 7 [114] -2014-12-15 16:30:45 queue INFO 3 [115] -2014-12-15 16:30:46 queue INFO >3 [116] -2014-12-15 16:30:46 sendUrl INFO 3 [115] -2014-12-15 16:30:46 sendUrl INFO 3 [116] -2014-12-15 16:30:47 queue INFO 7 [117] -2014-12-15 16:30:47 queue INFO >7 [118] -2014-12-15 16:30:47 sendUrl INFO 7 [117] -2014-12-15 16:30:47 queue INFO 3 [119] -2014-12-15 16:30:47 sendUrl INFO 7 [118] -2014-12-15 16:30:47 queue INFO >3 [120] -2014-12-15 16:30:47 sendUrl INFO 3 [119] -2014-12-15 16:30:47 sendUrl INFO 3 [120] -2014-12-15 16:30:48 queue INFO 7 [121] -2014-12-15 16:30:48 queue INFO >7 [122] -2014-12-15 16:30:48 sendUrl INFO 7 [121] -2014-12-15 16:30:48 sendUrl INFO 7 [122] -2014-12-15 16:30:48 queue INFO 3 [123] -2014-12-15 16:30:49 sendUrl INFO 3 [123] -2014-12-15 16:30:49 queue INFO >3 [124] -2014-12-15 16:30:49 sendUrl INFO 3 [124] -2014-12-15 16:30:49 queue INFO 7 [125] -2014-12-15 16:30:50 sendUrl INFO 7 [125] -2014-12-15 16:30:50 queue INFO >7 [126] -2014-12-15 16:30:50 sendUrl INFO 7 [126] -2014-12-15 16:30:50 queue INFO 3 [127] -2014-12-15 16:30:50 sendUrl INFO 3 [127] -2014-12-15 16:30:50 queue INFO >3 [128] -2014-12-15 16:30:50 sendUrl INFO 3 [128] -2014-12-15 16:30:51 queue INFO 7 [129] -2014-12-15 16:30:51 queue INFO >7 [130] -2014-12-15 16:30:51 sendUrl INFO 7 [129] -2014-12-15 16:30:51 sendUrl INFO 7 [130] -2014-12-15 16:30:52 queue INFO 3 [131] -2014-12-15 16:30:52 queue INFO >3 [132] -2014-12-15 16:30:52 sendUrl INFO 3 [131] -2014-12-15 16:30:52 sendUrl INFO 3 [132] -2014-12-15 16:30:52 queue INFO 7 [133] -2014-12-15 16:30:52 sendUrl INFO 7 [133] -2014-12-15 16:30:52 queue INFO >7 [134] -2014-12-15 16:30:53 sendUrl INFO 7 [134] -2014-12-15 16:30:53 queue INFO 3 [135] -2014-12-15 16:30:53 queue INFO >3 [136] -2014-12-15 16:30:53 sendUrl INFO 3 [135] -2014-12-15 16:30:53 sendUrl INFO 3 [136] -2014-12-15 16:30:54 queue INFO 7 [137] -2014-12-15 16:30:54 queue INFO >7 [138] -2014-12-15 16:30:54 sendUrl INFO 7 [137] -2014-12-15 16:30:54 sendUrl INFO 7 [138] -2014-12-15 16:30:54 queue INFO 3 [139] -2014-12-15 16:30:55 queue INFO >3 [140] -2014-12-15 16:30:55 sendUrl INFO 3 [139] -2014-12-15 16:30:55 sendUrl INFO 3 [140] -2014-12-15 16:30:55 queue INFO 7 [141] -2014-12-15 16:30:55 sendUrl INFO 7 [141] -2014-12-15 16:30:55 queue INFO >7 [142] -2014-12-15 16:30:56 sendUrl INFO 7 [142] -2014-12-15 16:30:56 queue INFO 3 [143] -2014-12-15 16:30:56 queue INFO >3 [144] -2014-12-15 16:30:56 sendUrl INFO 3 [143] -2014-12-15 16:30:56 sendUrl INFO 3 [144] -2014-12-15 16:30:57 queue INFO 7 [145] -2014-12-15 16:30:57 queue INFO >7 [146] -2014-12-15 16:30:57 sendUrl INFO 7 [145] -2014-12-15 16:30:57 sendUrl INFO 7 [146] -2014-12-15 16:30:57 queue INFO 3 [147] -2014-12-15 16:30:57 sendUrl INFO 3 [147] -2014-12-15 16:30:57 queue INFO >3 [148] -2014-12-15 16:30:58 sendUrl INFO 3 [148] -2014-12-15 16:30:58 queue INFO 7 [149] -2014-12-15 16:30:58 sendUrl INFO 7 [149] -2014-12-15 16:30:58 queue INFO >7 [150] -2014-12-15 16:30:58 sendUrl INFO 7 [150] -2014-12-15 16:30:59 queue INFO 3 [151] -2014-12-15 16:30:59 sendUrl INFO 3 [151] -2014-12-15 16:30:59 queue INFO >3 [152] -2014-12-15 16:30:59 sendUrl INFO 3 [152] -2014-12-15 16:31:00 queue INFO 7 [153] -2014-12-15 16:31:00 queue INFO >7 [154] -2014-12-15 16:31:00 sendUrl INFO 7 [153] -2014-12-15 16:31:00 sendUrl INFO 7 [154] -2014-12-15 16:31:00 queue INFO 3 [155] -2014-12-15 16:31:00 queue INFO >3 [156] -2014-12-15 16:31:01 sendUrl INFO 3 [155] -2014-12-15 16:31:01 sendUrl INFO 3 [156] -2014-12-15 16:31:01 queue INFO 7 [157] -2014-12-15 16:31:01 sendUrl INFO 7 [157] -2014-12-15 16:31:01 queue INFO >7 [158] -2014-12-15 16:31:02 sendUrl INFO 7 [158] -2014-12-15 16:31:02 queue INFO 3 [159] -2014-12-15 16:31:02 queue INFO >3 [160] -2014-12-15 16:31:02 sendUrl INFO 3 [159] -2014-12-15 16:31:02 sendUrl INFO 3 [160] -2014-12-15 16:31:03 queue INFO 7 [161] -2014-12-15 16:31:03 queue INFO >7 [162] -2014-12-15 16:31:03 sendUrl INFO 7 [161] -2014-12-15 16:31:03 sendUrl INFO 7 [162] -2014-12-15 16:31:03 queue INFO 3 [163] -2014-12-15 16:31:03 sendUrl INFO 3 [163] -2014-12-15 16:31:03 queue INFO >3 [164] -2014-12-15 16:31:04 sendUrl INFO 3 [164] -2014-12-15 16:31:04 queue INFO 7 [165] -2014-12-15 16:31:04 sendUrl INFO 7 [165] -2014-12-15 16:31:04 queue INFO >7 [166] -2014-12-15 16:31:04 sendUrl INFO 7 [166] -2014-12-15 16:31:05 queue INFO 3 [167] -2014-12-15 16:31:05 queue INFO >3 [168] -2014-12-15 16:31:05 sendUrl INFO 3 [167] -2014-12-15 16:31:05 sendUrl INFO 3 [168] -2014-12-15 16:31:06 queue INFO 7 [169] -2014-12-15 16:31:06 queue INFO >7 [170] -2014-12-15 16:31:06 sendUrl INFO 7 [169] -2014-12-15 16:31:06 sendUrl INFO 7 [170] -2014-12-15 16:31:06 queue INFO 3 [171] -2014-12-15 16:31:06 sendUrl INFO 3 [171] -2014-12-15 16:31:06 queue INFO >3 [172] -2014-12-15 16:31:07 queue INFO 7 [173] -2014-12-15 16:31:07 sendUrl INFO 3 [172] -2014-12-15 16:31:07 queue INFO >7 [174] -2014-12-15 16:31:07 sendUrl INFO 7 [173] -2014-12-15 16:31:07 sendUrl INFO 7 [174] -2014-12-15 16:31:07 queue INFO 3 [175] -2014-12-15 16:31:07 queue INFO >3 [176] -2014-12-15 16:31:07 sendUrl INFO 3 [175] -2014-12-15 16:31:08 sendUrl INFO 3 [176] -2014-12-15 16:31:08 queue INFO 7 [177] -2014-12-15 16:31:08 sendUrl INFO 7 [177] -2014-12-15 16:31:08 queue INFO >7 [178] -2014-12-15 16:31:08 sendUrl INFO 7 [178] -2014-12-15 16:31:09 queue INFO 3 [179] -2014-12-15 16:31:09 queue INFO >3 [180] -2014-12-15 16:31:09 sendUrl INFO 3 [179] -2014-12-15 16:31:09 sendUrl INFO 3 [180] -2014-12-15 16:31:10 queue INFO 7 [181] -2014-12-15 16:31:10 queue INFO >7 [182] -2014-12-15 16:31:10 sendUrl INFO 7 [181] -2014-12-15 16:31:10 sendUrl INFO 7 [182] -2014-12-15 16:31:10 queue INFO 3 [183] -2014-12-15 16:31:10 queue INFO >3 [184] -2014-12-15 16:31:10 sendUrl INFO 3 [183] -2014-12-15 16:31:11 sendUrl INFO 3 [184] -2014-12-15 16:31:11 queue INFO 7 [185] -2014-12-15 16:31:11 sendUrl INFO 7 [185] -2014-12-15 16:31:11 queue INFO >7 [186] -2014-12-15 16:31:11 sendUrl INFO 7 [186] -2014-12-15 16:31:12 queue INFO 3 [187] -2014-12-15 16:31:12 sendUrl INFO 3 [187] -2014-12-15 16:31:12 queue INFO >3 [188] -2014-12-15 16:31:12 sendUrl INFO 3 [188] -2014-12-15 16:31:12 queue INFO 7 [189] -2014-12-15 16:31:12 queue INFO >7 [190] -2014-12-15 16:31:12 sendUrl INFO 7 [189] -2014-12-15 16:31:13 queue INFO 3 [191] -2014-12-15 16:31:13 sendUrl INFO 7 [190] -2014-12-15 16:31:13 queue INFO >3 [192] -2014-12-15 16:31:13 sendUrl INFO 3 [191] -2014-12-15 16:31:13 queue INFO 7 [193] -2014-12-15 16:31:13 sendUrl INFO 3 [192] -2014-12-15 16:31:13 queue INFO >7 [194] -2014-12-15 16:31:13 queue INFO 3 [195] -2014-12-15 16:31:14 sendUrl INFO 7 [193] -2014-12-15 16:31:14 queue INFO >3 [196] -2014-12-15 16:31:14 sendUrl INFO 7 [194] -2014-12-15 16:31:14 queue INFO 7 [197] -2014-12-15 16:31:14 sendUrl INFO 3 [195] -2014-12-15 16:31:14 queue INFO >7 [198] -2014-12-15 16:31:14 sendUrl INFO 3 [196] -2014-12-15 16:31:14 queue INFO 3 [199] -2014-12-15 16:31:15 queue INFO >3 [200] -2014-12-15 16:31:15 sendUrl INFO 7 [197] -2014-12-15 16:31:15 sendUrl INFO 7 [198] -2014-12-15 16:31:15 sendUrl INFO 3 [199] -2014-12-15 16:31:15 queue INFO 7 [201] -2014-12-15 16:31:15 sendUrl INFO 3 [200] -2014-12-15 16:31:15 queue INFO >7 [202] -2014-12-15 16:31:16 sendUrl INFO 7 [201] -2014-12-15 16:31:16 queue INFO 3 [203] -2014-12-15 16:31:16 sendUrl INFO 7 [202] -2014-12-15 16:31:16 queue INFO >3 [204] -2014-12-15 16:31:16 sendUrl INFO 3 [203] -2014-12-15 16:31:16 sendUrl INFO 3 [204] -2014-12-15 16:31:17 queue INFO 7 [205] -2014-12-15 16:31:17 queue INFO >7 [206] -2014-12-15 16:31:17 sendUrl INFO 7 [205] -2014-12-15 16:31:17 sendUrl INFO 7 [206] -2014-12-15 16:31:17 queue INFO 3 [207] -2014-12-15 16:31:17 queue INFO >3 [208] -2014-12-15 16:31:17 sendUrl INFO 3 [207] -2014-12-15 16:31:18 sendUrl INFO 3 [208] -2014-12-15 16:31:18 queue INFO 7 [209] -2014-12-15 16:31:18 sendUrl INFO 7 [209] -2014-12-15 16:31:18 queue INFO >7 [210] -2014-12-15 16:31:18 sendUrl INFO 7 [210] -2014-12-15 16:31:19 queue INFO 3 [211] -2014-12-15 16:31:19 queue INFO >3 [212] -2014-12-15 16:31:19 sendUrl INFO 3 [211] -2014-12-15 16:31:19 sendUrl INFO 3 [212] -2014-12-15 16:31:20 queue INFO 7 [213] -2014-12-15 16:31:20 queue INFO >7 [214] -2014-12-15 16:31:20 sendUrl INFO 7 [213] -2014-12-15 16:31:20 sendUrl INFO 7 [214] -2014-12-15 16:31:20 queue INFO 3 [215] -2014-12-15 16:31:20 queue INFO >3 [216] -2014-12-15 16:31:20 sendUrl INFO 3 [215] -2014-12-15 16:31:21 queue INFO 7 [217] -2014-12-15 16:31:21 sendUrl INFO 3 [216] -2014-12-15 16:31:21 queue INFO >7 [218] -2014-12-15 16:31:21 sendUrl INFO 7 [217] -2014-12-15 16:31:21 queue INFO 3 [219] -2014-12-15 16:31:21 sendUrl INFO 7 [218] -2014-12-15 16:31:21 queue INFO >3 [220] -2014-12-15 16:31:21 sendUrl INFO 3 [219] -2014-12-15 16:31:22 sendUrl INFO 3 [220] -2014-12-15 16:31:22 queue INFO 7 [221] -2014-12-15 16:31:22 sendUrl INFO 7 [221] -2014-12-15 16:31:22 queue INFO >7 [222] -2014-12-15 16:31:22 sendUrl INFO 7 [222] -2014-12-15 16:31:23 queue INFO 3 [223] -2014-12-15 16:31:23 sendUrl INFO 3 [223] -2014-12-15 16:31:23 queue INFO >3 [224] -2014-12-15 16:31:23 sendUrl INFO 3 [224] -2014-12-15 16:31:23 queue INFO 7 [225] -2014-12-15 16:31:24 queue INFO >7 [226] -2014-12-15 16:31:24 sendUrl INFO 7 [225] -2014-12-15 16:31:24 sendUrl INFO 7 [226] -2014-12-15 16:31:24 queue INFO 3 [227] -2014-12-15 16:31:24 queue INFO >3 [228] -2014-12-15 16:31:24 sendUrl INFO 3 [227] -2014-12-15 16:31:24 sendUrl INFO 3 [228] -2014-12-15 16:31:25 queue INFO 7 [229] -2014-12-15 16:31:25 sendUrl INFO 7 [229] -2014-12-15 16:31:25 queue INFO >7 [230] -2014-12-15 16:31:25 sendUrl INFO 7 [230] -2014-12-15 16:31:25 queue INFO 3 [231] -2014-12-15 16:31:25 queue INFO >3 [232] -2014-12-15 16:31:26 sendUrl INFO 3 [231] -2014-12-15 16:31:26 sendUrl INFO 3 [232] -2014-12-15 16:31:26 queue INFO 7 [233] -2014-12-15 16:31:26 queue INFO >7 [234] -2014-12-15 16:31:27 sendUrl INFO 7 [233] -2014-12-15 16:31:27 queue INFO 3 [235] -2014-12-15 16:31:27 sendUrl INFO 7 [234] -2014-12-15 16:31:27 queue INFO >3 [236] -2014-12-15 16:31:27 sendUrl INFO 3 [235] -2014-12-15 16:31:27 sendUrl INFO 3 [236] -2014-12-15 16:31:27 queue INFO 7 [237] -2014-12-15 16:31:28 queue INFO >7 [238] -2014-12-15 16:31:28 sendUrl INFO 7 [237] -2014-12-15 16:31:28 sendUrl INFO 7 [238] -2014-12-15 16:31:28 queue INFO 3 [239] -2014-12-15 16:31:28 queue INFO >3 [240] -2014-12-15 16:31:28 sendUrl INFO 3 [239] -2014-12-15 16:31:29 sendUrl INFO 3 [240] -2014-12-15 16:31:29 queue INFO 7 [241] -2014-12-15 16:31:29 sendUrl INFO 7 [241] -2014-12-15 16:31:29 queue INFO >7 [242] -2014-12-15 16:31:29 sendUrl INFO 7 [242] -2014-12-15 16:31:30 queue INFO 3 [243] -2014-12-15 16:31:30 sendUrl INFO 3 [243] -2014-12-15 16:31:30 queue INFO >3 [244] -2014-12-15 16:31:30 sendUrl INFO 3 [244] -2014-12-15 16:31:31 queue INFO 7 [245] -2014-12-15 16:31:31 sendUrl INFO 7 [245] -2014-12-15 16:31:31 queue INFO >7 [246] -2014-12-15 16:31:31 sendUrl INFO 7 [246] -2014-12-15 16:31:31 queue INFO 3 [247] -2014-12-15 16:31:31 queue INFO >3 [248] -2014-12-15 16:31:31 sendUrl INFO 3 [247] -2014-12-15 16:31:32 sendUrl INFO 3 [248] -2014-12-15 16:31:32 queue INFO 7 [249] -2014-12-15 16:31:32 queue INFO >7 [250] -2014-12-15 16:31:32 sendUrl INFO 7 [249] -2014-12-15 16:31:32 sendUrl INFO 7 [250] -2014-12-15 16:31:33 queue INFO 3 [251] -2014-12-15 16:31:33 sendUrl INFO 3 [251] -2014-12-15 16:31:33 queue INFO >3 [252] -2014-12-15 16:31:33 sendUrl INFO 3 [252] -2014-12-15 16:31:33 queue INFO 7 [253] -2014-12-15 16:31:34 queue INFO >7 [254] -2014-12-15 16:31:34 sendUrl INFO 7 [253] -2014-12-15 16:31:34 sendUrl INFO 7 [254] -2014-12-15 16:31:34 queue INFO 3 [255] -2014-12-15 16:31:34 queue INFO >3 [256] -2014-12-15 16:31:34 sendUrl INFO 3 [255] -2014-12-15 16:31:34 sendUrl INFO 3 [256] -2014-12-15 16:31:35 queue INFO 7 [257] -2014-12-15 16:31:35 sendUrl INFO 7 [257] -2014-12-15 16:31:35 queue INFO >7 [258] -2014-12-15 16:31:35 sendUrl INFO 7 [258] -2014-12-15 16:31:35 queue INFO 3 [259] -2014-12-15 16:31:35 queue INFO >3 [260] -2014-12-15 16:31:35 sendUrl INFO 3 [259] -2014-12-15 16:31:35 sendUrl INFO 3 [260] -2014-12-15 16:31:36 queue INFO 7 [261] -2014-12-15 16:31:36 sendUrl INFO 7 [261] -2014-12-15 16:31:36 queue INFO >7 [262] -2014-12-15 16:31:36 sendUrl INFO 7 [262] -2014-12-15 16:31:36 queue INFO 3 [263] -2014-12-15 16:31:36 queue INFO >3 [264] -2014-12-15 16:31:36 sendUrl INFO 3 [263] -2014-12-15 16:31:37 sendUrl INFO 3 [264] -2014-12-15 16:31:37 queue INFO 7 [265] -2014-12-15 16:31:37 queue INFO >7 [266] -2014-12-15 16:31:37 sendUrl INFO 7 [265] -2014-12-15 16:31:37 queue INFO 3 [267] -2014-12-15 16:31:38 sendUrl INFO 7 [266] -2014-12-15 16:31:38 queue INFO >3 [268] -2014-12-15 16:31:38 sendUrl INFO 3 [267] -2014-12-15 16:31:38 queue INFO 7 [269] -2014-12-15 16:31:38 sendUrl INFO 3 [268] -2014-12-15 16:31:38 queue INFO >7 [270] -2014-12-15 16:31:38 sendUrl INFO 7 [269] -2014-12-15 16:31:38 queue INFO 3 [271] -2014-12-15 16:31:39 sendUrl INFO 7 [270] -2014-12-15 16:31:39 queue INFO >3 [272] -2014-12-15 16:31:39 sendUrl INFO 3 [271] -2014-12-15 16:31:39 sendUrl INFO 3 [272] -2014-12-15 16:31:39 queue INFO 7 [273] -2014-12-15 16:31:40 sendUrl INFO 7 [273] -2014-12-15 16:31:40 queue INFO >7 [274] -2014-12-15 16:31:40 sendUrl INFO 7 [274] -2014-12-15 16:31:40 queue INFO 3 [275] -2014-12-15 16:31:40 queue INFO >3 [276] -2014-12-15 16:31:40 sendUrl INFO 3 [275] -2014-12-15 16:31:41 sendUrl INFO 3 [276] -2014-12-15 16:31:41 queue INFO 7 [277] -2014-12-15 16:31:41 queue INFO >7 [278] -2014-12-15 16:31:41 sendUrl INFO 7 [277] -2014-12-15 16:31:41 sendUrl INFO 7 [278] -2014-12-15 16:31:41 queue INFO 3 [279] -2014-12-15 16:31:42 sendUrl INFO 3 [279] -2014-12-15 16:31:42 queue INFO >3 [280] -2014-12-15 16:31:42 sendUrl INFO 3 [280] -2014-12-15 16:31:42 queue INFO 7 [281] -2014-12-15 16:31:42 queue INFO >7 [282] -2014-12-15 16:31:42 sendUrl INFO 7 [281] -2014-12-15 16:31:43 sendUrl INFO 7 [282] -2014-12-15 16:31:43 queue INFO 3 [283] -2014-12-15 16:31:43 sendUrl INFO 3 [283] -2014-12-15 16:31:43 queue INFO >3 [284] -2014-12-15 16:31:43 sendUrl INFO 3 [284] -2014-12-15 16:31:44 queue INFO 7 [285] -2014-12-15 16:31:44 sendUrl INFO 7 [285] -2014-12-15 16:31:44 queue INFO >7 [286] -2014-12-15 16:31:44 sendUrl INFO 7 [286] -2014-12-15 16:31:44 queue INFO 3 [287] -2014-12-15 16:31:44 queue INFO >3 [288] -2014-12-15 16:31:44 sendUrl INFO 3 [287] -2014-12-15 16:31:45 sendUrl INFO 3 [288] -2014-12-15 16:31:45 queue INFO 7 [289] -2014-12-15 16:31:45 queue INFO >7 [290] -2014-12-15 16:31:45 sendUrl INFO 7 [289] -2014-12-15 16:31:46 queue INFO 3 [291] -2014-12-15 16:31:46 sendUrl INFO 7 [290] -2014-12-15 16:31:46 queue INFO >3 [292] -2014-12-15 16:31:46 sendUrl INFO 3 [291] -2014-12-15 16:31:46 queue INFO 7 [293] -2014-12-15 16:31:46 queue INFO >7 [294] -2014-12-15 16:31:46 sendUrl INFO 3 [292] -2014-12-15 16:31:46 queue INFO 3 [295] -2014-12-15 16:31:46 sendUrl INFO 7 [293] -2014-12-15 16:31:47 queue INFO >3 [296] -2014-12-15 16:31:47 sendUrl INFO 7 [294] -2014-12-15 16:31:47 queue INFO 7 [297] -2014-12-15 16:31:47 sendUrl INFO 3 [295] -2014-12-15 16:31:47 queue INFO >7 [298] -2014-12-15 16:31:47 sendUrl INFO 3 [296] -2014-12-15 16:31:47 queue INFO 3 [299] -2014-12-15 16:31:47 sendUrl INFO 7 [297] -2014-12-15 16:31:48 queue INFO >3 [300] -2014-12-15 16:31:48 sendUrl INFO 7 [298] -2014-12-15 16:31:48 sendUrl INFO 3 [299] -2014-12-15 16:31:48 queue INFO 7 [301] -2014-12-15 16:31:48 sendUrl INFO 3 [300] -2014-12-15 16:31:48 queue INFO >7 [302] -2014-12-15 16:31:48 sendUrl INFO 7 [301] -2014-12-15 16:31:49 queue INFO 3 [303] -2014-12-15 16:31:49 sendUrl INFO 7 [302] -2014-12-15 16:31:49 queue INFO >3 [304] -2014-12-15 16:31:49 sendUrl INFO 3 [303] -2014-12-15 16:31:49 queue INFO 7 [305] -2014-12-15 16:31:49 sendUrl INFO 3 [304] -2014-12-15 16:31:49 queue INFO >7 [306] -2014-12-15 16:31:50 sendUrl INFO 7 [305] -2014-12-15 16:31:50 sendUrl INFO 7 [306] -2014-12-15 16:31:50 queue INFO 3 [307] -2014-12-15 16:31:50 queue INFO >3 [308] -2014-12-15 16:31:50 sendUrl INFO 3 [307] -2014-12-15 16:31:50 sendUrl INFO 3 [308] -2014-12-15 16:31:51 queue INFO 7 [309] -2014-12-15 16:31:51 sendUrl INFO 7 [309] -2014-12-15 16:31:51 queue INFO >7 [310] -2014-12-15 16:31:51 sendUrl INFO 7 [310] -2014-12-15 16:31:51 queue INFO 3 [311] -2014-12-15 16:31:51 queue INFO >3 [312] -2014-12-15 16:31:52 sendUrl INFO 3 [311] -2014-12-15 16:31:52 sendUrl INFO 3 [312] -2014-12-15 16:31:52 queue INFO 7 [313] -2014-12-15 16:31:52 queue INFO >7 [314] -2014-12-15 16:31:53 sendUrl INFO 7 [313] -2014-12-15 16:31:53 sendUrl INFO 7 [314] -2014-12-15 16:31:53 queue INFO 3 [315] -2014-12-15 16:31:53 queue INFO >3 [316] -2014-12-15 16:31:53 sendUrl INFO 3 [315] -2014-12-15 16:31:53 sendUrl INFO 3 [316] -2014-12-15 16:31:54 queue INFO 7 [317] -2014-12-15 16:31:54 queue INFO >7 [318] -2014-12-15 16:31:54 sendUrl INFO 7 [317] -2014-12-15 16:31:54 sendUrl INFO 7 [318] -2014-12-15 16:31:54 queue INFO 3 [319] -2014-12-15 16:31:54 sendUrl INFO 3 [319] -2014-12-15 16:31:54 queue INFO >3 [320] -2014-12-15 16:31:55 sendUrl INFO 3 [320] -2014-12-15 16:31:55 queue INFO 7 [321] -2014-12-15 16:31:55 queue INFO >7 [322] -2014-12-15 16:31:55 sendUrl INFO 7 [321] -2014-12-15 16:31:56 sendUrl INFO 7 [322] -2014-12-15 16:31:56 queue INFO 3 [323] -2014-12-15 16:31:56 queue INFO >3 [324] -2014-12-15 16:31:56 sendUrl INFO 3 [323] -2014-12-15 16:31:56 sendUrl INFO 3 [324] -2014-12-15 16:31:57 queue INFO 7 [325] -2014-12-15 16:31:57 sendUrl INFO 7 [325] -2014-12-15 16:31:57 queue INFO >7 [326] -2014-12-15 16:31:57 sendUrl INFO 7 [326] -2014-12-15 16:31:57 queue INFO 3 [327] -2014-12-15 16:31:57 queue INFO >3 [328] -2014-12-15 16:31:57 sendUrl INFO 3 [327] -2014-12-15 16:31:58 sendUrl INFO 3 [328] -2014-12-15 16:31:58 queue INFO 7 [329] -2014-12-15 16:31:58 queue INFO >7 [330] -2014-12-15 16:31:58 sendUrl INFO 7 [329] -2014-12-15 16:31:58 queue INFO 3 [331] -2014-12-15 16:31:58 sendUrl INFO 7 [330] -2014-12-15 16:31:59 queue INFO >3 [332] -2014-12-15 16:31:59 sendUrl INFO 3 [331] -2014-12-15 16:31:59 queue INFO 7 [333] -2014-12-15 16:31:59 sendUrl INFO 3 [332] -2014-12-15 16:31:59 queue INFO >7 [334] -2014-12-15 16:31:59 sendUrl INFO 7 [333] -2014-12-15 16:31:59 queue INFO 3 [335] -2014-12-15 16:31:59 sendUrl INFO 7 [334] -2014-12-15 16:32:00 queue INFO >3 [336] -2014-12-15 16:32:00 sendUrl INFO 3 [335] -2014-12-15 16:32:00 sendUrl INFO 3 [336] -2014-12-15 16:32:00 queue INFO 7 [337] -2014-12-15 16:32:00 sendUrl INFO 7 [337] -2014-12-15 16:32:00 queue INFO >7 [338] -2014-12-15 16:32:01 sendUrl INFO 7 [338] -2014-12-15 16:32:01 queue INFO 3 [339] -2014-12-15 16:32:01 sendUrl INFO 3 [339] -2014-12-15 16:32:01 queue INFO >3 [340] -2014-12-15 16:32:01 sendUrl INFO 3 [340] -2014-12-15 16:32:01 queue INFO 7 [341] -2014-12-15 16:32:01 sendUrl INFO 7 [341] -2014-12-15 16:32:01 queue INFO >7 [342] -2014-12-15 16:32:02 sendUrl INFO 7 [342] -2014-12-15 16:32:02 queue INFO 3 [343] -2014-12-15 16:32:02 queue INFO >3 [344] -2014-12-15 16:32:02 sendUrl INFO 3 [343] -2014-12-15 16:32:02 sendUrl INFO 3 [344] -2014-12-15 16:32:03 queue INFO 7 [345] -2014-12-15 16:32:03 queue INFO >7 [346] -2014-12-15 16:32:03 sendUrl INFO 7 [345] -2014-12-15 16:32:03 sendUrl INFO 7 [346] -2014-12-15 16:32:03 queue INFO 3 [347] -2014-12-15 16:32:04 sendUrl INFO 3 [347] -2014-12-15 16:32:04 queue INFO >3 [348] -2014-12-15 16:32:04 sendUrl INFO 3 [348] -2014-12-15 16:32:04 queue INFO 7 [349] -2014-12-15 16:32:04 queue INFO >7 [350] -2014-12-15 16:32:04 sendUrl INFO 7 [349] -2014-12-15 16:32:05 sendUrl INFO 7 [350] -2014-12-15 16:32:05 queue INFO 3 [351] -2014-12-15 16:32:05 queue INFO >3 [352] -2014-12-15 16:32:05 sendUrl INFO 3 [351] -2014-12-15 16:32:05 sendUrl INFO 3 [352] -2014-12-15 16:32:06 queue INFO 7 [353] -2014-12-15 16:32:06 queue INFO >7 [354] -2014-12-15 16:32:06 sendUrl INFO 7 [353] -2014-12-15 16:32:06 queue INFO 3 [355] -2014-12-15 16:32:06 sendUrl INFO 7 [354] -2014-12-15 16:32:06 queue INFO 7 [356] -2014-12-15 16:32:06 sendUrl INFO 3 [355] -2014-12-15 16:32:06 queue INFO 3 [357] -2014-12-15 16:32:07 sendUrl INFO 7 [356] -2014-12-15 16:32:07 queue INFO >3 [358] -2014-12-15 16:32:07 queue INFO 7 [359] -2014-12-15 16:32:07 sendUrl INFO 3 [357] -2014-12-15 16:32:07 queue INFO >7 [360] -2014-12-15 16:32:07 sendUrl INFO 3 [358] -2014-12-15 16:32:07 queue INFO 3 [361] -2014-12-15 16:32:07 sendUrl INFO 7 [359] -2014-12-15 16:32:08 queue INFO >3 [362] -2014-12-15 16:32:08 sendUrl INFO 7 [360] -2014-12-15 16:32:08 queue INFO 7 [363] -2014-12-15 16:32:08 sendUrl INFO 3 [361] -2014-12-15 16:32:08 queue INFO >7 [364] -2014-12-15 16:32:08 sendUrl INFO 3 [362] -2014-12-15 16:32:08 queue INFO 3 [365] -2014-12-15 16:32:09 sendUrl INFO 7 [363] -2014-12-15 16:32:09 queue INFO 7 [366] -2014-12-15 16:32:09 queue INFO 3 [367] -2014-12-15 16:32:09 sendUrl INFO 7 [364] -2014-12-15 16:32:09 queue INFO 7 [368] -2014-12-15 16:32:09 sendUrl INFO 3 [365] -2014-12-15 16:32:09 queue INFO 3 [369] -2014-12-15 16:32:09 sendUrl INFO 7 [366] -2014-12-15 16:32:09 queue INFO 7 [370] -2014-12-15 16:32:10 queue INFO 3 [371] -2014-12-15 16:32:10 sendUrl INFO 3 [367] -2014-12-15 16:32:10 queue INFO 7 [372] -2014-12-15 16:32:10 sendUrl INFO 7 [368] -2014-12-15 16:32:10 queue INFO >7 [373] -2014-12-15 16:32:10 sendUrl INFO 3 [369] -2014-12-15 16:32:10 queue INFO 3 [374] -2014-12-15 16:32:10 sendUrl INFO 7 [370] -2014-12-15 16:32:10 queue INFO 7 [375] -2014-12-15 16:32:11 sendUrl INFO 3 [371] -2014-12-15 16:32:11 queue INFO 3 [376] -2014-12-15 16:32:11 queue INFO 7 [377] -2014-12-15 16:32:11 sendUrl INFO 7 [372] -2014-12-15 16:32:11 queue INFO 3 [378] -2014-12-15 16:32:11 sendUrl INFO 7 [373] -2014-12-15 16:32:11 queue INFO >3 [379] -2014-12-15 16:32:11 sendUrl INFO 3 [374] -2014-12-15 16:32:11 queue INFO 7 [380] -2014-12-15 16:32:12 sendUrl INFO 7 [375] -2014-12-15 16:32:12 queue INFO >7 [381] -2014-12-15 16:32:12 queue INFO 3 [382] -2014-12-15 16:32:12 sendUrl INFO 3 [376] -2014-12-15 16:32:12 queue INFO >3 [383] -2014-12-15 16:32:12 sendUrl INFO 7 [377] -2014-12-15 16:32:12 sendUrl INFO 3 [378] -2014-12-15 16:32:13 sendUrl INFO 3 [379] -2014-12-15 16:32:13 queue INFO 7 [384] -2014-12-15 16:32:13 sendUrl INFO 7 [380] -2014-12-15 16:32:13 queue INFO >7 [385] -2014-12-15 16:32:13 sendUrl INFO 7 [381] -2014-12-15 16:32:13 queue INFO 3 [386] -2014-12-15 16:32:13 sendUrl INFO 3 [382] -2014-12-15 16:32:14 queue INFO >3 [387] -2014-12-15 16:32:14 sendUrl INFO 3 [383] -2014-12-15 16:32:14 sendUrl INFO 7 [384] -2014-12-15 16:32:14 queue INFO 7 [388] -2014-12-15 16:32:14 sendUrl INFO 7 [385] -2014-12-15 16:32:14 queue INFO >7 [389] -2014-12-15 16:32:14 sendUrl INFO 3 [386] -2014-12-15 16:32:15 sendUrl INFO 3 [387] -2014-12-15 16:32:15 queue INFO 3 [390] -2014-12-15 16:32:15 queue INFO >3 [391] -2014-12-15 16:32:15 sendUrl INFO 7 [388] -2014-12-15 16:32:15 sendUrl INFO 7 [389] -2014-12-15 16:32:15 queue INFO 7 [392] -2014-12-15 16:32:15 sendUrl INFO 3 [390] -2014-12-15 16:32:16 queue INFO >7 [393] -2014-12-15 16:32:16 sendUrl INFO 3 [391] -2014-12-15 16:32:16 queue INFO 3 [394] -2014-12-15 16:32:16 sendUrl INFO 7 [392] -2014-12-15 16:32:16 queue INFO 7 [395] -2014-12-15 16:32:16 sendUrl INFO 7 [393] -2014-12-15 16:32:16 queue INFO >7 [396] -2014-12-15 16:32:16 sendUrl INFO 3 [394] -2014-12-15 16:32:17 queue INFO 3 [397] -2014-12-15 16:32:17 sendUrl INFO 7 [395] -2014-12-15 16:32:17 queue INFO >3 [398] -2014-12-15 16:32:17 queue INFO 7 [399] -2014-12-15 16:32:17 sendUrl INFO 7 [396] -2014-12-15 16:32:17 queue INFO >7 [400] -2014-12-15 16:32:17 sendUrl INFO 3 [397] -2014-12-15 16:32:17 queue INFO 3 [401] -2014-12-15 16:32:17 sendUrl INFO 3 [398] -2014-12-15 16:32:18 queue INFO >3 [402] -2014-12-15 16:32:18 sendUrl INFO 7 [399] -2014-12-15 16:32:18 queue INFO 7 [403] -2014-12-15 16:32:18 sendUrl INFO 7 [400] -2014-12-15 16:32:18 queue INFO >7 [404] -2014-12-15 16:32:18 sendUrl INFO 3 [401] -2014-12-15 16:32:18 queue INFO 3 [405] -2014-12-15 16:32:19 sendUrl INFO 3 [402] -2014-12-15 16:32:19 queue INFO >3 [406] -2014-12-15 16:32:19 sendUrl INFO 7 [403] -2014-12-15 16:32:19 sendUrl INFO 7 [404] -2014-12-15 16:32:19 queue INFO 7 [407] -2014-12-15 16:32:19 sendUrl INFO 3 [405] -2014-12-15 16:32:19 queue INFO >7 [408] -2014-12-15 16:32:20 sendUrl INFO 3 [406] -2014-12-15 16:32:20 sendUrl INFO 7 [407] -2014-12-15 16:32:20 queue INFO 3 [409] -2014-12-15 16:32:20 queue INFO >3 [410] -2014-12-15 16:32:20 sendUrl INFO 7 [408] -2014-12-15 16:32:20 sendUrl INFO 3 [409] -2014-12-15 16:32:20 queue INFO 7 [411] -2014-12-15 16:32:21 sendUrl INFO 3 [410] -2014-12-15 16:32:21 queue INFO >7 [412] -2014-12-15 16:32:21 sendUrl INFO 7 [411] -2014-12-15 16:32:21 queue INFO 3 [413] -2014-12-15 16:32:21 sendUrl INFO 7 [412] -2014-12-15 16:32:21 queue INFO >3 [414] -2014-12-15 16:32:21 sendUrl INFO 3 [413] -2014-12-15 16:32:21 queue INFO 7 [415] -2014-12-15 16:32:22 sendUrl INFO 3 [414] -2014-12-15 16:32:22 queue INFO >7 [416] -2014-12-15 16:32:22 sendUrl INFO 7 [415] -2014-12-15 16:32:22 queue INFO 3 [417] -2014-12-15 16:32:22 sendUrl INFO 7 [416] -2014-12-15 16:32:22 queue INFO >3 [418] -2014-12-15 16:32:22 sendUrl INFO 3 [417] -2014-12-15 16:32:23 sendUrl INFO 3 [418] -2014-12-15 16:32:23 queue INFO 7 [419] -2014-12-15 16:32:23 queue INFO >7 [420] -2014-12-15 16:32:23 sendUrl INFO 7 [419] -2014-12-15 16:32:23 queue INFO 3 [421] -2014-12-15 16:32:23 sendUrl INFO 7 [420] -2014-12-15 16:32:23 queue INFO >3 [422] -2014-12-15 16:32:24 sendUrl INFO 3 [421] -2014-12-15 16:32:24 queue INFO 7 [423] -2014-12-15 16:32:24 queue INFO >7 [424] -2014-12-15 16:32:24 sendUrl INFO 3 [422] -2014-12-15 16:32:24 queue INFO 3 [425] -2014-12-15 16:32:24 sendUrl INFO 7 [423] -2014-12-15 16:32:24 queue INFO >3 [426] -2014-12-15 16:32:24 sendUrl INFO 7 [424] -2014-12-15 16:32:25 queue INFO 7 [427] -2014-12-15 16:32:25 sendUrl INFO 3 [425] -2014-12-15 16:32:25 queue INFO 3 [428] -2014-12-15 16:32:25 sendUrl INFO 3 [426] -2014-12-15 16:32:25 queue INFO >3 [429] -2014-12-15 16:32:25 queue INFO 7 [430] -2014-12-15 16:32:25 sendUrl INFO 7 [427] -2014-12-15 16:32:25 queue INFO >7 [431] -2014-12-15 16:32:25 sendUrl INFO 3 [428] -2014-12-15 16:32:26 queue INFO 3 [432] -2014-12-15 16:32:26 sendUrl INFO 3 [429] -2014-12-15 16:32:26 queue INFO >3 [433] -2014-12-15 16:32:26 sendUrl INFO 7 [430] -2014-12-15 16:32:26 queue INFO 7 [434] -2014-12-15 16:32:26 queue INFO >7 [435] -2014-12-15 16:32:26 sendUrl INFO 7 [431] -2014-12-15 16:32:26 queue INFO 3 [436] -2014-12-15 16:32:26 sendUrl INFO 3 [432] -2014-12-15 16:32:27 queue INFO 7 [437] -2014-12-15 16:32:27 sendUrl INFO 3 [433] -2014-12-15 16:32:27 queue INFO >7 [438] -2014-12-15 16:32:27 sendUrl INFO 7 [434] -2014-12-15 16:32:27 queue INFO 3 [439] -2014-12-15 16:32:27 queue INFO >3 [440] -2014-12-15 16:32:27 sendUrl INFO 7 [435] -2014-12-15 16:32:27 queue INFO 7 [441] -2014-12-15 16:32:27 sendUrl INFO 3 [436] -2014-12-15 16:32:28 queue INFO 3 [442] -2014-12-15 16:32:28 sendUrl INFO 7 [437] -2014-12-15 16:32:28 queue INFO >3 [443] -2014-12-15 16:32:28 sendUrl INFO 7 [438] -2014-12-15 16:32:28 queue INFO 7 [444] -2014-12-15 16:32:28 queue INFO >7 [445] -2014-12-15 16:32:28 sendUrl INFO 3 [439] -2014-12-15 16:32:28 queue INFO 3 [446] -2014-12-15 16:32:29 sendUrl INFO 3 [440] -2014-12-15 16:32:29 queue INFO >3 [447] -2014-12-15 16:32:29 sendUrl INFO 7 [441] -2014-12-15 16:32:29 queue INFO 7 [448] -2014-12-15 16:32:29 sendUrl INFO 3 [442] -2014-12-15 16:32:29 queue INFO >7 [449] -2014-12-15 16:32:29 queue INFO 3 [450] -2014-12-15 16:32:29 sendUrl INFO 3 [443] -2014-12-15 16:32:29 queue INFO >3 [451] -2014-12-15 16:32:30 sendUrl INFO 7 [444] -2014-12-15 16:32:30 queue INFO 7 [452] -2014-12-15 16:32:30 sendUrl INFO 7 [445] -2014-12-15 16:32:30 queue INFO 3 [453] -2014-12-15 16:32:30 sendUrl INFO 3 [446] -2014-12-15 16:32:30 queue INFO >3 [454] -2014-12-15 16:32:30 queue INFO 7 [455] -2014-12-15 16:32:30 sendUrl INFO 3 [447] -2014-12-15 16:32:30 queue INFO >7 [456] -2014-12-15 16:32:31 sendUrl INFO 7 [448] -2014-12-15 16:32:31 queue INFO 3 [457] -2014-12-15 16:32:31 sendUrl INFO 7 [449] -2014-12-15 16:32:31 queue INFO >3 [458] -2014-12-15 16:32:31 sendUrl INFO 3 [450] -2014-12-15 16:32:31 queue INFO 7 [459] -2014-12-15 16:32:31 queue INFO >7 [460] -2014-12-15 16:32:31 sendUrl INFO 3 [451] -2014-12-15 16:32:32 queue INFO 3 [461] -2014-12-15 16:32:32 sendUrl INFO 7 [452] -2014-12-15 16:32:32 queue INFO 7 [462] -2014-12-15 16:32:32 sendUrl INFO 3 [453] -2014-12-15 16:32:32 queue INFO >7 [463] -2014-12-15 16:32:32 sendUrl INFO 3 [454] -2014-12-15 16:32:32 queue INFO 3 [464] -2014-12-15 16:32:32 queue INFO >3 [465] -2014-12-15 16:32:32 sendUrl INFO 7 [455] -2014-12-15 16:32:33 queue INFO 7 [466] -2014-12-15 16:32:33 sendUrl INFO 7 [456] -2014-12-15 16:32:33 queue INFO 3 [467] -2014-12-15 16:32:33 sendUrl INFO 3 [457] -2014-12-15 16:32:33 queue INFO >3 [468] -2014-12-15 16:32:33 sendUrl INFO 3 [458] -2014-12-15 16:32:33 queue INFO 7 [469] -2014-12-15 16:32:33 queue INFO >7 [470] -2014-12-15 16:32:33 sendUrl INFO 7 [459] -2014-12-15 16:32:34 queue INFO 3 [471] -2014-12-15 16:32:34 sendUrl INFO 7 [460] -2014-12-15 16:32:34 queue INFO >3 [472] -2014-12-15 16:32:34 sendUrl INFO 3 [461] -2014-12-15 16:32:34 queue INFO 7 [473] -2014-12-15 16:32:34 sendUrl INFO 7 [462] -2014-12-15 16:32:34 queue INFO >7 [474] -2014-12-15 16:32:34 queue INFO 3 [475] -2014-12-15 16:32:34 sendUrl INFO 7 [463] -2014-12-15 16:32:35 queue INFO >3 [476] -2014-12-15 16:32:35 sendUrl INFO 3 [464] -2014-12-15 16:32:35 queue INFO 7 [477] -2014-12-15 16:32:35 sendUrl INFO 3 [465] -2014-12-15 16:32:35 queue INFO 3 [478] -2014-12-15 16:32:35 sendUrl INFO 7 [466] -2014-12-15 16:32:35 queue INFO >3 [479] -2014-12-15 16:32:35 queue INFO 7 [480] -2014-12-15 16:32:35 sendUrl INFO 3 [467] -2014-12-15 16:32:36 queue INFO >7 [481] -2014-12-15 16:32:36 sendUrl INFO 3 [468] -2014-12-15 16:32:36 queue INFO 3 [482] -2014-12-15 16:32:36 sendUrl INFO 7 [469] -2014-12-15 16:32:36 queue INFO >3 [483] -2014-12-15 16:32:36 sendUrl INFO 7 [470] -2014-12-15 16:32:36 queue INFO 7 [484] -2014-12-15 16:32:36 queue INFO >7 [485] -2014-12-15 16:32:36 sendUrl INFO 3 [471] -2014-12-15 16:32:37 queue INFO 3 [486] -2014-12-15 16:32:37 sendUrl INFO 3 [472] -2014-12-15 16:32:37 queue INFO 7 [487] -2014-12-15 16:32:37 sendUrl INFO 7 [473] -2014-12-15 16:32:37 queue INFO >7 [488] -2014-12-15 16:32:37 sendUrl INFO 7 [474] -2014-12-15 16:32:37 queue INFO 3 [489] -2014-12-15 16:32:37 queue INFO >3 [490] -2014-12-15 16:32:38 sendUrl INFO 3 [475] -2014-12-15 16:32:38 queue INFO 7 [491] -2014-12-15 16:32:38 sendUrl INFO 3 [476] -2014-12-15 16:32:38 queue INFO >7 [492] -2014-12-15 16:32:38 sendUrl INFO 7 [477] -2014-12-15 16:32:38 queue INFO 3 [493] -2014-12-15 16:32:38 sendUrl INFO 3 [478] -2014-12-15 16:32:38 queue INFO >3 [494] -2014-12-15 16:32:38 queue INFO 7 [495] -2014-12-15 16:32:39 sendUrl INFO 3 [479] -2014-12-15 16:32:39 queue INFO >7 [496] -2014-12-15 16:32:39 sendUrl INFO 7 [480] -2014-12-15 16:32:39 queue INFO 3 [497] -2014-12-15 16:32:39 sendUrl INFO 7 [481] -2014-12-15 16:32:39 queue INFO 7 [498] -2014-12-15 16:32:39 sendUrl INFO 3 [482] -2014-12-15 16:32:39 queue INFO >7 [499] -2014-12-15 16:32:40 queue INFO 3 [500] -2014-12-15 16:32:40 sendUrl INFO 3 [483] -2014-12-15 16:32:40 queue INFO >3 [501] -2014-12-15 16:32:40 sendUrl INFO 7 [484] -2014-12-15 16:32:40 queue INFO 7 [502] -2014-12-15 16:32:40 sendUrl INFO 7 [485] -2014-12-15 16:32:40 queue INFO >7 [503] -2014-12-15 16:32:40 sendUrl INFO 3 [486] -2014-12-15 16:32:40 queue INFO 3 [504] -2014-12-15 16:32:41 queue INFO >3 [505] -2014-12-15 16:32:41 sendUrl INFO 7 [487] -2014-12-15 16:32:41 queue INFO 7 [506] -2014-12-15 16:32:41 sendUrl INFO 7 [488] -2014-12-15 16:32:41 queue INFO 3 [507] -2014-12-15 16:32:41 sendUrl INFO 3 [489] -2014-12-15 16:32:41 queue INFO >3 [508] -2014-12-15 16:32:41 sendUrl INFO 3 [490] -2014-12-15 16:32:41 queue INFO 7 [509] -2014-12-15 16:32:42 queue INFO >7 [510] -2014-12-15 16:32:42 sendUrl INFO 7 [491] -2014-12-15 16:32:42 queue INFO 3 [511] -2014-12-15 16:32:42 sendUrl INFO 7 [492] -2014-12-15 16:32:42 queue INFO >3 [512] -2014-12-15 16:32:42 sendUrl INFO 3 [493] -2014-12-15 16:32:42 queue INFO 7 [513] -2014-12-15 16:32:42 sendUrl INFO 3 [494] -2014-12-15 16:32:42 queue INFO >7 [514] -2014-12-15 16:32:43 queue INFO 3 [515] -2014-12-15 16:32:43 sendUrl INFO 7 [495] -2014-12-15 16:32:43 queue INFO >3 [516] -2014-12-15 16:32:43 sendUrl INFO 7 [496] -2014-12-15 16:32:43 queue INFO 7 [517] -2014-12-15 16:32:43 sendUrl INFO 3 [497] -2014-12-15 16:32:43 queue INFO >7 [518] -2014-12-15 16:32:43 sendUrl INFO 7 [498] -2014-12-15 16:32:43 queue INFO 3 [519] -2014-12-15 16:32:44 queue INFO >3 [520] -2014-12-15 16:32:44 sendUrl INFO 7 [499] -2014-12-15 16:32:44 sendUrl INFO 3 [500] -2014-12-15 16:32:44 queue INFO 7 [521] -2014-12-15 16:32:44 sendUrl INFO 3 [501] -2014-12-15 16:32:44 queue INFO >7 [522] -2014-12-15 16:32:44 sendUrl INFO 7 [502] -2014-12-15 16:32:45 queue INFO 3 [523] -2014-12-15 16:32:45 sendUrl INFO 7 [503] -2014-12-15 16:32:45 queue INFO >3 [524] -2014-12-15 16:32:45 sendUrl INFO 3 [504] -2014-12-15 16:32:45 sendUrl INFO 3 [505] -2014-12-15 16:32:45 queue INFO 7 [525] -2014-12-15 16:32:45 queue INFO >7 [526] -2014-12-15 16:32:45 sendUrl INFO 7 [506] -2014-12-15 16:32:46 sendUrl INFO 3 [507] -2014-12-15 16:32:46 queue INFO 3 [527] -2014-12-15 16:32:46 sendUrl INFO 3 [508] -2014-12-15 16:32:46 queue INFO >3 [528] -2014-12-15 16:32:46 sendUrl INFO 7 [509] -2014-12-15 16:32:46 sendUrl INFO 7 [510] -2014-12-15 16:32:47 queue INFO 7 [529] -2014-12-15 16:32:47 sendUrl INFO 3 [511] -2014-12-15 16:32:47 queue INFO >7 [530] -2014-12-15 16:32:47 sendUrl INFO 3 [512] -2014-12-15 16:32:47 queue INFO 3 [531] -2014-12-15 16:32:47 sendUrl INFO 7 [513] -2014-12-15 16:32:47 queue INFO >3 [532] -2014-12-15 16:32:47 sendUrl INFO 7 [514] -2014-12-15 16:32:48 sendUrl INFO 3 [515] -2014-12-15 16:32:48 queue INFO 7 [533] -2014-12-15 16:32:48 sendUrl INFO 3 [516] -2014-12-15 16:32:48 queue INFO >7 [534] -2014-12-15 16:32:48 sendUrl INFO 7 [517] -2014-12-15 16:32:49 queue INFO 3 [535] -2014-12-15 16:32:49 sendUrl INFO 7 [518] -2014-12-15 16:32:49 queue INFO >3 [536] -2014-12-15 16:32:49 sendUrl INFO 3 [519] -2014-12-15 16:32:49 sendUrl INFO 3 [520] -2014-12-15 16:32:49 sendUrl INFO 7 [521] -2014-12-15 16:32:50 queue INFO 7 [537] -2014-12-15 16:32:50 sendUrl INFO 7 [522] -2014-12-15 16:32:50 queue INFO 3 [538] -2014-12-15 16:32:50 sendUrl INFO 3 [523] -2014-12-15 16:32:50 queue INFO >3 [539] -2014-12-15 16:32:50 queue INFO 7 [540] -2014-12-15 16:32:50 sendUrl INFO 3 [524] -2014-12-15 16:33:07 program INFO Avvio ProgrammaReadPar IOB-pi v.1.6 -2014-12-15 16:33:07 program INFO Start ReadPar IOB-pi v.1.6 -2014-12-15 16:33:07 program INFO Avvio loop principale -2014-12-15 16:33:08 queue INFO 7 [0] -2014-12-15 16:33:08 queue INFO >7 [1] -2014-12-15 16:33:08 program ERROR IOB offline -2014-12-15 16:33:09 queue INFO 3 [2] -2014-12-15 16:33:09 queue INFO >3 [3] -2014-12-15 16:33:09 queue INFO 7 [4] -2014-12-15 16:33:09 queue INFO >7 [5] -2014-12-15 16:33:10 queue INFO 3 [6] -2014-12-15 16:33:10 queue INFO >3 [7] -2014-12-15 16:33:11 queue INFO 7 [8] -2014-12-15 16:33:11 queue INFO >7 [9] -2014-12-15 16:33:13 queue INFO 3 [10] -2014-12-15 16:33:13 queue INFO >3 [11] -2014-12-15 16:33:13 queue INFO 7 [12] -2014-12-15 16:33:13 queue INFO >7 [13] -2014-12-15 16:33:14 queue INFO 3 [14] -2014-12-15 16:33:14 queue INFO 7 [15] -2014-12-15 16:33:35 queue INFO >7 [16] -2014-12-15 16:33:36 queue INFO 3 [17] -2014-12-15 16:33:36 queue INFO >3 [18] -2014-12-15 16:33:38 queue INFO 7 [19] -2014-12-15 16:33:38 queue INFO >7 [20] -2014-12-15 16:33:39 queue INFO 3 [21] -2014-12-15 16:33:40 queue INFO >3 [22] -2014-12-15 16:33:41 queue INFO 7 [23] -2014-12-15 16:33:41 queue INFO >7 [24] -2014-12-15 16:33:43 queue INFO 3 [25] -2014-12-15 16:33:43 queue INFO >3 [26] -2014-12-15 16:33:44 queue INFO 7 [27] -2014-12-15 16:33:44 queue INFO >7 [28] -2014-12-15 16:33:45 queue INFO 3 [29] -2014-12-15 16:33:45 queue INFO >3 [30] -2014-12-15 16:33:47 queue INFO 7 [31] -2014-12-15 16:33:47 queue INFO >7 [32] -2014-12-15 16:33:49 queue INFO 3 [33] -2014-12-15 16:33:49 queue INFO >3 [34] -2014-12-15 16:33:50 queue INFO 7 [35] -2014-12-15 16:33:51 queue INFO >7 [36] -2014-12-15 16:33:51 queue INFO 3 [37] -2014-12-15 16:33:51 queue INFO >3 [38] -2014-12-15 16:33:53 queue INFO 7 [39] -2014-12-15 16:33:53 queue INFO >7 [40] -2014-12-15 16:33:54 queue INFO 3 [41] -2014-12-15 16:33:54 queue INFO >3 [42] -2014-12-15 16:33:56 queue INFO 7 [43] -2014-12-15 16:33:56 queue INFO >7 [44] -2014-12-15 16:33:57 queue INFO 3 [45] -2014-12-15 16:33:57 queue INFO >3 [46] -2014-12-15 16:33:59 queue INFO 7 [47] -2014-12-15 16:33:59 queue INFO >7 [48] -2014-12-15 16:34:00 queue INFO 3 [49] -2014-12-15 16:34:01 queue INFO >3 [50] -2014-12-15 16:34:02 queue INFO 7 [51] -2014-12-15 16:34:03 queue INFO >7 [52] -2014-12-15 16:34:04 queue INFO 3 [53] -2014-12-15 16:34:04 queue INFO >3 [54] -2014-12-15 16:34:06 queue INFO 7 [55] -2014-12-15 16:34:06 queue INFO >7 [56] -2014-12-15 16:34:08 queue INFO 3 [57] -2014-12-15 16:34:08 queue INFO >3 [58] -2014-12-15 16:34:09 queue INFO 7 [59] -2014-12-15 16:34:09 queue INFO >7 [60] -2014-12-15 16:34:10 queue INFO 3 [61] -2014-12-15 16:34:10 queue INFO >3 [62] -2014-12-15 16:34:11 queue INFO 7 [63] -2014-12-15 16:34:11 queue INFO >7 [64] -2014-12-15 16:34:12 queue INFO 3 [65] -2014-12-15 16:34:12 queue INFO >3 [66] -2014-12-15 16:34:13 queue INFO 7 [67] -2014-12-15 16:34:13 queue INFO >7 [68] -2014-12-15 16:34:14 queue INFO 3 [69] -2014-12-15 16:34:14 queue INFO >3 [70] -2014-12-15 16:34:15 queue INFO 7 [71] -2014-12-15 16:34:16 queue INFO >7 [72] -2014-12-15 16:34:16 queue INFO 3 [73] -2014-12-15 16:34:17 queue INFO >3 [74] -2014-12-15 16:34:18 queue INFO 7 [75] -2014-12-15 16:34:19 queue INFO >7 [76] -2014-12-15 16:34:20 queue INFO 3 [77] -2014-12-15 16:34:20 queue INFO >3 [78] -2014-12-15 16:34:22 queue INFO 7 [79] -2014-12-15 16:34:22 queue INFO 3 [80] -2014-12-15 16:34:22 queue INFO >3 [81] -2014-12-15 16:34:24 queue INFO 7 [82] -2014-12-15 16:34:24 queue INFO >7 [83] -2014-12-15 16:34:26 queue INFO 3 [84] -2014-12-15 16:34:26 queue INFO >3 [85] -2014-12-15 16:34:28 queue INFO 7 [86] -2014-12-15 16:34:28 queue INFO >7 [87] -2014-12-15 16:34:29 queue INFO 3 [88] -2014-12-15 16:34:29 queue INFO >3 [89] -2014-12-15 16:34:31 queue INFO 7 [90] -2014-12-15 16:34:31 queue INFO >7 [91] -2014-12-15 16:34:33 queue INFO 3 [92] -2014-12-15 16:34:33 queue INFO >3 [93] -2014-12-15 16:34:34 queue INFO 7 [94] -2014-12-15 16:34:35 queue INFO >7 [95] -2014-12-15 16:34:36 queue INFO 3 [96] -2014-12-15 16:34:36 queue INFO >3 [97] -2014-12-15 16:34:37 program INFO Avvio ProgrammaReadPar IOB-pi v.1.6 -2014-12-15 16:34:37 program INFO Start ReadPar IOB-pi v.1.6 -2014-12-15 16:34:37 program INFO Avvio loop principale -2014-12-15 16:34:37 queue INFO 7 [0] -2014-12-15 16:34:38 queue INFO >7 [1] -2014-12-15 16:34:38 sendUrl INFO 7 [0] -2014-12-15 16:34:38 sendUrl INFO 7 [1] -2014-12-15 16:34:39 queue INFO 3 [2] -2014-12-15 16:34:39 queue INFO >3 [3] -2014-12-15 16:34:39 sendUrl INFO 3 [2] -2014-12-15 16:34:40 sendUrl INFO 3 [3] -2014-12-15 16:34:41 queue INFO 7 [4] -2014-12-15 16:34:41 queue INFO >7 [5] -2014-12-15 16:34:41 sendUrl INFO 7 [4] -2014-12-15 16:34:42 sendUrl INFO 7 [5] -2014-12-15 16:34:42 queue INFO 3 [6] -2014-12-15 16:34:43 queue INFO >3 [7] -2014-12-15 16:34:43 sendUrl INFO 3 [6] -2014-12-15 16:34:43 sendUrl INFO 3 [7] -2014-12-15 16:34:44 queue INFO 7 [8] -2014-12-15 16:34:44 sendUrl INFO 7 [8] -2014-12-15 16:34:44 queue INFO >7 [9] -2014-12-15 16:34:45 sendUrl INFO 7 [9] -2014-12-15 16:34:46 queue INFO 3 [10] -2014-12-15 16:34:46 queue INFO >3 [11] -2014-12-15 16:34:46 sendUrl INFO 3 [10] -2014-12-15 16:34:47 sendUrl INFO 3 [11] -2014-12-15 16:34:48 queue INFO 7 [12] -2014-12-15 16:34:48 queue INFO >7 [13] -2014-12-15 16:34:48 sendUrl INFO 7 [12] -2014-12-15 16:34:49 sendUrl INFO 7 [13] -2014-12-15 16:34:50 queue INFO 3 [14] -2014-12-15 16:34:50 queue INFO >3 [15] -2014-12-15 16:34:50 sendUrl INFO 3 [14] -2014-12-15 16:34:51 sendUrl INFO 3 [15] -2014-12-15 16:34:52 queue INFO 7 [16] -2014-12-15 16:34:52 queue INFO >7 [17] -2014-12-15 16:34:52 sendUrl INFO 7 [16] -2014-12-15 16:34:52 sendUrl INFO 7 [17] -2014-12-15 16:34:53 queue INFO 3 [18] -2014-12-15 16:34:54 queue INFO >3 [19] -2014-12-15 16:34:54 sendUrl INFO 3 [18] -2014-12-15 16:34:54 sendUrl INFO 3 [19] -2014-12-15 16:34:55 queue INFO 7 [20] -2014-12-15 16:34:55 sendUrl INFO 7 [20] -2014-12-15 16:34:55 queue INFO >7 [21] -2014-12-15 16:34:55 queue INFO 3 [22] -2014-12-15 16:34:55 queue INFO >3 [23] -2014-12-15 16:34:55 sendUrl INFO 7 [21] -2014-12-15 16:34:56 sendUrl INFO 3 [22] -2014-12-15 16:34:56 queue INFO 7 [24] -2014-12-15 16:34:56 sendUrl INFO 3 [23] -2014-12-15 16:34:57 queue INFO >7 [25] -2014-12-15 16:34:57 queue INFO 3 [26] -2014-12-15 16:34:57 sendUrl INFO 7 [24] -2014-12-15 16:34:57 queue INFO >3 [27] -2014-12-15 16:34:57 queue INFO 7 [28] -2014-12-15 16:34:58 sendUrl INFO 7 [25] -2014-12-15 16:34:58 queue INFO >7 [29] -2014-12-15 16:34:58 queue INFO 3 [30] -2014-12-15 16:34:58 sendUrl INFO 3 [26] -2014-12-15 16:34:58 queue INFO >3 [31] -2014-12-15 16:34:58 sendUrl INFO 3 [27] -2014-12-15 16:34:59 sendUrl INFO 7 [28] -2014-12-15 16:34:59 sendUrl INFO 7 [29] -2014-12-15 16:35:00 queue INFO 7 [32] -2014-12-15 16:35:00 sendUrl INFO 3 [30] -2014-12-15 16:35:00 queue INFO >7 [33] -2014-12-15 16:35:00 sendUrl INFO 3 [31] -2014-12-15 16:35:01 queue INFO 3 [34] -2014-12-15 16:35:01 queue INFO >3 [35] -2014-12-15 16:35:01 sendUrl INFO 7 [32] -2014-12-15 16:35:02 sendUrl INFO 7 [33] -2014-12-15 16:35:02 sendUrl INFO 3 [34] -2014-12-15 16:35:03 sendUrl INFO 3 [35] -2014-12-15 16:35:03 queue INFO 7 [36] -2014-12-15 16:35:03 queue INFO >7 [37] -2014-12-15 16:35:03 sendUrl INFO 7 [36] -2014-12-15 16:35:04 sendUrl INFO 7 [37] -2014-12-15 16:35:04 queue INFO 3 [38] -2014-12-15 16:35:04 queue INFO >3 [39] -2014-12-15 16:35:05 sendUrl INFO 3 [38] -2014-12-15 16:35:05 sendUrl INFO 3 [39] -2014-12-15 16:35:06 queue INFO 7 [40] -2014-12-15 16:35:06 sendUrl INFO 7 [40] -2014-12-15 16:35:06 queue INFO >7 [41] -2014-12-15 16:35:07 sendUrl INFO 7 [41] -2014-12-15 16:35:08 queue INFO 3 [42] -2014-12-15 16:35:08 queue INFO 7 [43] -2014-12-15 16:35:08 queue INFO >7 [44] -2014-12-15 16:35:08 sendUrl INFO 3 [42] -2014-12-15 16:35:09 sendUrl INFO 7 [43] -2014-12-15 16:35:09 sendUrl INFO 7 [44] -2014-12-15 16:35:12 queue INFO 3 [45] -2014-12-15 16:35:12 queue INFO >3 [46] -2014-12-15 16:35:12 sendUrl INFO 3 [45] -2014-12-15 16:35:13 sendUrl INFO 3 [46] -2014-12-15 16:35:14 queue INFO 7 [47] -2014-12-15 16:35:14 queue INFO >7 [48] -2014-12-15 16:35:14 sendUrl INFO 7 [47] -2014-12-15 16:35:15 sendUrl INFO 7 [48] -2014-12-15 16:35:15 queue INFO 3 [49] -2014-12-15 16:35:16 queue INFO >3 [50] -2014-12-15 16:35:16 sendUrl INFO 3 [49] -2014-12-15 16:35:16 sendUrl INFO 3 [50] -2014-12-15 16:35:17 queue INFO 7 [51] -2014-12-15 16:35:18 queue INFO >7 [52] -2014-12-15 16:35:18 sendUrl INFO 7 [51] -2014-12-15 16:35:18 sendUrl INFO 7 [52] -2014-12-15 16:35:19 queue INFO 3 [53] -2014-12-15 16:35:19 queue INFO >3 [54] -2014-12-15 16:35:19 sendUrl INFO 3 [53] -2014-12-15 16:35:20 sendUrl INFO 3 [54] -2014-12-15 16:35:21 queue INFO 7 [55] -2014-12-15 16:35:21 queue INFO >7 [56] -2014-12-15 16:35:21 sendUrl INFO 7 [55] -2014-12-15 16:35:22 sendUrl INFO 7 [56] -2014-12-15 16:35:23 queue INFO 3 [57] -2014-12-15 16:35:23 sendUrl INFO 3 [57] -2014-12-15 16:35:23 queue INFO >3 [58] -2014-12-15 16:35:23 sendUrl INFO 3 [58] -2014-12-15 16:35:25 queue INFO 7 [59] -2014-12-15 16:35:25 queue INFO >7 [60] -2014-12-15 16:35:25 sendUrl INFO 7 [59] -2014-12-15 16:35:26 sendUrl INFO 7 [60] -2014-12-15 16:35:26 queue INFO 3 [61] -2014-12-15 16:35:27 queue INFO >3 [62] -2014-12-15 16:35:27 sendUrl INFO 3 [61] -2014-12-15 16:35:27 sendUrl INFO 3 [62] -2014-12-15 16:35:28 queue INFO 7 [63] -2014-12-15 16:35:29 queue INFO >7 [64] -2014-12-15 16:35:29 sendUrl INFO 7 [63] -2014-12-15 16:35:29 sendUrl INFO 7 [64] -2014-12-15 16:35:30 queue INFO 3 [65] -2014-12-15 16:35:30 queue INFO >3 [66] -2014-12-15 16:35:31 sendUrl INFO 3 [65] -2014-12-15 16:35:31 sendUrl INFO 3 [66] -2014-12-15 16:35:32 queue INFO 7 [67] -2014-12-15 16:35:33 queue INFO >7 [68] -2014-12-15 16:35:33 sendUrl INFO 7 [67] -2014-12-15 16:35:33 sendUrl INFO 7 [68] -2014-12-15 16:35:34 queue INFO 3 [69] -2014-12-15 16:35:34 sendUrl INFO 3 [69] -2014-12-15 16:35:34 queue INFO >3 [70] -2014-12-15 16:35:35 sendUrl INFO 3 [70] -2014-12-15 16:35:36 queue INFO 7 [71] -2014-12-15 16:35:37 queue INFO >7 [72] -2014-12-15 16:35:37 sendUrl INFO 7 [71] -2014-12-15 16:35:37 sendUrl INFO 7 [72] -2014-12-15 16:35:38 queue INFO 3 [73] -2014-12-15 16:35:38 sendUrl INFO 3 [73] -2014-12-15 16:35:38 queue INFO >3 [74] -2014-12-15 16:35:39 sendUrl INFO 3 [74] -2014-12-15 16:35:40 queue INFO 7 [75] -2014-12-15 16:35:41 queue INFO >7 [76] -2014-12-15 16:35:41 sendUrl INFO 7 [75] -2014-12-15 16:35:41 sendUrl INFO 7 [76] -2014-12-15 16:35:42 queue INFO 3 [77] -2014-12-15 16:35:42 sendUrl INFO 3 [77] -2014-12-15 16:35:42 queue INFO >3 [78] -2014-12-15 16:35:43 sendUrl INFO 3 [78] -2014-12-15 16:35:44 queue INFO 7 [79] -2014-12-15 16:35:44 sendUrl INFO 7 [79] -2014-12-15 16:35:44 queue INFO >7 [80] -2014-12-15 16:35:45 sendUrl INFO 7 [80] -2014-12-15 16:35:46 queue INFO 3 [81] -2014-12-15 16:35:46 queue INFO >3 [82] -2014-12-15 16:35:46 sendUrl INFO 3 [81] -2014-12-15 16:35:47 sendUrl INFO 3 [82] -2014-12-15 16:35:48 queue INFO 7 [83] -2014-12-15 16:35:48 queue INFO >7 [84] -2014-12-15 16:35:48 sendUrl INFO 7 [83] -2014-12-15 16:35:49 sendUrl INFO 7 [84] -2014-12-15 16:35:50 queue INFO 3 [85] -2014-12-15 16:35:50 queue INFO >3 [86] -2014-12-15 16:35:50 sendUrl INFO 3 [85] -2014-12-15 16:35:51 sendUrl INFO 3 [86] -2014-12-15 16:35:52 queue INFO 7 [87] -2014-12-15 16:35:52 queue INFO >7 [88] -2014-12-15 16:35:52 sendUrl INFO 7 [87] -2014-12-15 16:35:53 sendUrl INFO 7 [88] -2014-12-15 16:35:54 queue INFO 3 [89] -2014-12-15 16:35:54 queue INFO >3 [90] -2014-12-15 16:35:54 sendUrl INFO 3 [89] -2014-12-15 16:35:55 sendUrl INFO 3 [90] -2014-12-15 16:35:56 queue INFO 7 [91] -2014-12-15 16:35:56 queue INFO >7 [92] -2014-12-15 16:35:56 sendUrl INFO 7 [91] -2014-12-15 16:35:57 sendUrl INFO 7 [92] -2014-12-15 16:35:57 queue INFO 3 [93] -2014-12-15 16:35:58 queue INFO >3 [94] -2014-12-15 16:35:58 sendUrl INFO 3 [93] -2014-12-15 16:35:58 sendUrl INFO 3 [94] -2014-12-15 16:35:59 queue INFO 7 [95] -2014-12-15 16:36:00 queue INFO >7 [96] -2014-12-15 16:36:00 sendUrl INFO 7 [95] -2014-12-15 16:36:00 sendUrl INFO 7 [96] -2014-12-15 16:36:01 queue INFO 3 [97] -2014-12-15 16:36:01 queue INFO >3 [98] -2014-12-15 16:36:01 sendUrl INFO 3 [97] -2014-12-15 16:36:02 sendUrl INFO 3 [98] -2014-12-15 16:36:03 queue INFO 7 [99] -2014-12-15 16:36:03 queue INFO >7 [100] -2014-12-15 16:36:03 sendUrl INFO 7 [99] -2014-12-15 16:36:04 sendUrl INFO 7 [100] -2014-12-15 16:36:04 queue INFO 3 [101] -2014-12-15 16:36:05 queue INFO >3 [102] -2014-12-15 16:36:05 sendUrl INFO 3 [101] -2014-12-15 16:36:05 sendUrl INFO 3 [102] -2014-12-15 16:36:06 queue INFO 7 [103] -2014-12-15 16:36:07 queue INFO >7 [104] -2014-12-15 16:36:07 sendUrl INFO 7 [103] -2014-12-15 16:36:07 sendUrl INFO 7 [104] -2014-12-15 16:36:08 queue INFO 3 [105] -2014-12-15 16:36:08 queue INFO >3 [106] -2014-12-15 16:36:08 sendUrl INFO 3 [105] -2014-12-15 16:36:09 sendUrl INFO 3 [106] -2014-12-15 16:36:10 queue INFO 7 [107] -2014-12-15 16:36:10 queue INFO >7 [108] -2014-12-15 16:36:10 sendUrl INFO 7 [107] -2014-12-15 16:36:11 sendUrl INFO 7 [108] -2014-12-15 16:36:11 queue INFO 3 [109] -2014-12-15 16:36:12 queue INFO >3 [110] -2014-12-15 16:36:12 sendUrl INFO 3 [109] -2014-12-15 16:36:12 sendUrl INFO 3 [110] -2014-12-15 16:36:13 queue INFO 7 [111] -2014-12-15 16:36:14 queue INFO >7 [112] -2014-12-15 16:36:14 sendUrl INFO 7 [111] -2014-12-15 16:36:14 sendUrl INFO 7 [112] -2014-12-15 16:36:15 queue INFO 3 [113] -2014-12-15 16:36:15 sendUrl INFO 3 [113] -2014-12-15 16:36:15 queue INFO >3 [114] -2014-12-15 16:36:16 sendUrl INFO 3 [114] -2014-12-15 16:36:17 queue INFO 7 [115] -2014-12-15 16:36:17 sendUrl INFO 7 [115] -2014-12-15 16:36:17 queue INFO >7 [116] -2014-12-15 16:36:18 sendUrl INFO 7 [116] -2014-12-15 16:36:19 queue INFO 3 [117] -2014-12-15 16:36:19 queue INFO >3 [118] -2014-12-15 16:36:19 sendUrl INFO 3 [117] -2014-12-15 16:36:20 sendUrl INFO 3 [118] -2014-12-15 16:36:21 queue INFO 7 [119] -2014-12-15 16:36:21 queue INFO >7 [120] -2014-12-15 16:36:21 sendUrl INFO 7 [119] -2014-12-15 16:36:22 sendUrl INFO 7 [120] -2014-12-15 16:36:23 queue INFO 3 [121] -2014-12-15 16:36:23 queue INFO >3 [122] -2014-12-15 16:36:23 sendUrl INFO 3 [121] -2014-12-15 16:36:24 sendUrl INFO 3 [122] -2014-12-15 16:36:25 queue INFO 7 [123] -2014-12-15 16:36:25 queue INFO >7 [124] -2014-12-15 16:36:25 sendUrl INFO 7 [123] -2014-12-15 16:36:26 sendUrl INFO 7 [124] -2014-12-15 16:36:27 queue INFO 3 [125] -2014-12-15 16:36:27 sendUrl INFO 3 [125] -2014-12-15 16:36:27 queue INFO >3 [126] -2014-12-15 16:36:27 sendUrl INFO 3 [126] -2014-12-15 16:36:29 queue INFO 7 [127] -2014-12-15 16:36:29 queue INFO >7 [128] -2014-12-15 16:36:29 sendUrl INFO 7 [127] -2014-12-15 16:36:30 sendUrl INFO 7 [128] -2014-12-15 16:36:31 queue INFO 3 [129] -2014-12-15 16:36:31 sendUrl INFO 3 [129] -2014-12-15 16:36:31 queue INFO >3 [130] -2014-12-15 16:36:31 sendUrl INFO 3 [130] -2014-12-15 16:36:33 queue INFO 7 [131] -2014-12-15 16:36:33 sendUrl INFO 7 [131] -2014-12-15 16:36:33 queue INFO >7 [132] -2014-12-15 16:36:33 sendUrl INFO 7 [132] -2014-12-15 16:36:35 queue INFO 3 [133] -2014-12-15 16:36:35 queue INFO >3 [134] -2014-12-15 16:36:35 sendUrl INFO 3 [133] -2014-12-15 16:36:35 sendUrl INFO 3 [134] -2014-12-15 16:36:37 queue INFO 7 [135] -2014-12-15 16:36:37 sendUrl INFO 7 [135] -2014-12-15 16:36:37 queue INFO >7 [136] -2014-12-15 16:36:37 sendUrl INFO 7 [136] -2014-12-15 16:36:39 queue INFO 3 [137] -2014-12-15 16:36:39 queue INFO >3 [138] -2014-12-15 16:36:39 sendUrl INFO 3 [137] -2014-12-15 16:36:39 sendUrl INFO 3 [138] -2014-12-15 16:36:41 queue INFO 7 [139] -2014-12-15 16:36:41 queue INFO >7 [140] -2014-12-15 16:36:41 sendUrl INFO 7 [139] -2014-12-15 16:36:41 sendUrl INFO 7 [140] -2014-12-15 16:36:42 queue INFO 3 [141] -2014-12-15 16:36:42 sendUrl INFO 3 [141] -2014-12-15 16:36:43 queue INFO >3 [142] -2014-12-15 16:36:43 sendUrl INFO 3 [142] -2014-12-15 16:36:44 queue INFO 7 [143] -2014-12-15 16:36:44 sendUrl INFO 7 [143] -2014-12-15 16:36:45 queue INFO >7 [144] -2014-12-15 16:36:45 sendUrl INFO 7 [144] -2014-12-15 16:36:46 queue INFO 3 [145] -2014-12-15 16:36:46 queue INFO >3 [146] -2014-12-15 16:36:47 sendUrl INFO 3 [145] -2014-12-15 16:36:47 sendUrl INFO 3 [146] -2014-12-15 16:36:48 queue INFO 7 [147] -2014-12-15 16:36:48 queue INFO >7 [148] -2014-12-15 16:36:49 sendUrl INFO 7 [147] -2014-12-15 16:36:49 sendUrl INFO 7 [148] -2014-12-15 16:36:50 queue INFO 3 [149] -2014-12-15 16:36:50 queue INFO >3 [150] -2014-12-15 16:36:50 sendUrl INFO 3 [149] -2014-12-15 16:36:51 sendUrl INFO 3 [150] -2014-12-15 16:36:52 queue INFO 7 [151] -2014-12-15 16:36:52 queue INFO >7 [152] -2014-12-15 16:36:52 sendUrl INFO 7 [151] -2014-12-15 16:36:53 sendUrl INFO 7 [152] -2014-12-15 16:36:53 queue INFO 3 [153] -2014-12-15 16:36:54 sendUrl INFO 3 [153] -2014-12-15 16:36:54 queue INFO >3 [154] -2014-12-15 16:36:54 sendUrl INFO 3 [154] -2014-12-15 16:36:56 queue INFO 7 [155] -2014-12-15 16:36:56 queue INFO >7 [156] -2014-12-15 16:36:56 sendUrl INFO 7 [155] -2014-12-15 16:36:57 sendUrl INFO 7 [156] -2014-12-15 16:36:57 queue INFO 3 [157] -2014-12-15 16:36:57 queue INFO >3 [158] -2014-12-15 16:36:58 sendUrl INFO 3 [157] -2014-12-15 16:36:58 sendUrl INFO 3 [158] -2014-12-15 16:36:59 queue INFO 7 [159] -2014-12-15 16:36:59 queue INFO >7 [160] -2014-12-15 16:37:00 sendUrl INFO 7 [159] -2014-12-15 16:37:00 sendUrl INFO 7 [160] -2014-12-15 16:37:01 queue INFO 3 [161] -2014-12-15 16:37:01 sendUrl INFO 3 [161] -2014-12-15 16:37:01 queue INFO >3 [162] -2014-12-15 16:37:02 sendUrl INFO 3 [162] -2014-12-15 16:37:03 queue INFO 7 [163] -2014-12-15 16:37:03 sendUrl INFO 7 [163] -2014-12-15 16:37:03 queue INFO >7 [164] -2014-12-15 16:37:04 sendUrl INFO 7 [164] -2014-12-15 16:37:05 queue INFO 3 [165] -2014-12-15 16:37:05 queue INFO >3 [166] -2014-12-15 16:37:05 sendUrl INFO 3 [165] -2014-12-15 16:37:06 sendUrl INFO 3 [166] -2014-12-15 16:37:07 queue INFO 7 [167] -2014-12-15 16:37:07 queue INFO >7 [168] -2014-12-15 16:37:07 sendUrl INFO 7 [167] -2014-12-15 16:37:08 sendUrl INFO 7 [168] -2014-12-15 16:37:08 queue INFO 3 [169] -2014-12-15 16:37:09 queue INFO >3 [170] -2014-12-15 16:37:09 sendUrl INFO 3 [169] -2014-12-15 16:37:09 sendUrl INFO 3 [170] -2014-12-15 16:37:10 queue INFO 7 [171] -2014-12-15 16:37:11 queue INFO >7 [172] -2014-12-15 16:37:11 sendUrl INFO 7 [171] -2014-12-15 16:37:11 sendUrl INFO 7 [172] -2014-12-15 16:37:12 queue INFO 3 [173] -2014-12-15 16:37:13 queue INFO >3 [174] -2014-12-15 16:37:13 sendUrl INFO 3 [173] -2014-12-15 16:37:13 sendUrl INFO 3 [174] -2014-12-15 16:37:14 queue INFO 7 [175] -2014-12-15 16:37:15 queue INFO >7 [176] -2014-12-15 16:37:15 sendUrl INFO 7 [175] -2014-12-15 16:37:15 sendUrl INFO 7 [176] -2014-12-15 16:37:16 queue INFO 3 [177] -2014-12-15 16:37:17 queue INFO >3 [178] -2014-12-15 16:37:17 sendUrl INFO 3 [177] -2014-12-15 16:37:17 sendUrl INFO 3 [178] -2014-12-15 16:37:19 queue INFO 7 [179] -2014-12-15 16:37:19 queue INFO >7 [180] -2014-12-15 16:37:19 sendUrl INFO 7 [179] -2014-12-15 16:37:19 sendUrl INFO 7 [180] -2014-12-15 16:37:20 queue INFO 3 [181] -2014-12-15 16:37:20 sendUrl INFO 3 [181] -2014-12-15 16:37:20 queue INFO >3 [182] -2014-12-15 16:37:21 sendUrl INFO 3 [182] -2014-12-15 16:37:22 queue INFO 7 [183] -2014-12-15 16:37:22 sendUrl INFO 7 [183] -2014-12-15 16:37:22 queue INFO >7 [184] -2014-12-15 16:37:23 sendUrl INFO 7 [184] -2014-12-15 16:37:24 queue INFO 3 [185] -2014-12-15 16:37:24 queue INFO >3 [186] -2014-12-15 16:37:24 sendUrl INFO 3 [185] -2014-12-15 16:37:25 sendUrl INFO 3 [186] -2014-12-15 16:37:26 queue INFO 7 [187] -2014-12-15 16:37:26 sendUrl INFO 7 [187] -2014-12-15 16:37:26 queue INFO >7 [188] -2014-12-15 16:37:27 sendUrl INFO 7 [188] -2014-12-15 16:37:28 queue INFO 3 [189] -2014-12-15 16:37:28 queue INFO >3 [190] -2014-12-15 16:37:28 sendUrl INFO 3 [189] -2014-12-15 16:37:29 sendUrl INFO 3 [190] -2014-12-15 16:37:30 queue INFO 7 [191] -2014-12-15 16:37:30 queue INFO >7 [192] -2014-12-15 16:37:30 sendUrl INFO 7 [191] -2014-12-15 16:37:31 sendUrl INFO 7 [192] -2014-12-15 16:37:32 queue INFO 3 [193] -2014-12-15 16:37:32 sendUrl INFO 3 [193] -2014-12-15 16:37:32 queue INFO >3 [194] -2014-12-15 16:37:32 sendUrl INFO 3 [194] -2014-12-15 16:37:34 queue INFO 7 [195] -2014-12-15 16:37:34 sendUrl INFO 7 [195] -2014-12-15 16:37:34 queue INFO >7 [196] -2014-12-15 16:37:34 sendUrl INFO 7 [196] -2014-12-15 16:37:36 queue INFO 3 [197] -2014-12-15 16:37:36 queue INFO >3 [198] -2014-12-15 16:37:36 sendUrl INFO 3 [197] -2014-12-15 16:37:36 sendUrl INFO 3 [198] -2014-12-15 16:37:38 queue INFO 7 [199] -2014-12-15 16:37:38 queue INFO >7 [200] -2014-12-15 16:37:38 sendUrl INFO 7 [199] -2014-12-15 16:37:38 sendUrl INFO 7 [200] -2014-12-15 16:37:39 queue INFO 3 [201] -2014-12-15 16:37:40 queue INFO >3 [202] -2014-12-15 16:37:40 sendUrl INFO 3 [201] -2014-12-15 16:37:40 sendUrl INFO 3 [202] -2014-12-15 16:37:41 queue INFO 7 [203] -2014-12-15 16:37:42 queue INFO >7 [204] -2014-12-15 16:37:42 sendUrl INFO 7 [203] -2014-12-15 16:37:43 sendUrl INFO 7 [204] -2014-12-15 16:37:43 queue INFO 3 [205] -2014-12-15 16:37:43 queue INFO >3 [206] -2014-12-15 16:37:44 sendUrl INFO 3 [205] -2014-12-15 16:37:44 sendUrl INFO 3 [206] -2014-12-15 16:37:45 queue INFO 7 [207] -2014-12-15 16:37:45 queue INFO >7 [208] -2014-12-15 16:37:46 sendUrl INFO 7 [207] -2014-12-15 16:37:46 sendUrl INFO 7 [208] -2014-12-15 16:37:47 queue INFO 3 [209] -2014-12-15 16:37:47 sendUrl INFO 3 [209] -2014-12-15 16:37:47 queue INFO >3 [210] -2014-12-15 16:37:48 sendUrl INFO 3 [210] -2014-12-15 16:37:49 queue INFO 7 [211] -2014-12-15 16:37:49 sendUrl INFO 7 [211] -2014-12-15 16:37:49 queue INFO >7 [212] -2014-12-15 16:37:50 sendUrl INFO 7 [212] -2014-12-15 16:37:50 queue INFO 3 [213] -2014-12-15 16:37:51 sendUrl INFO 3 [213] -2014-12-15 16:37:51 queue INFO >3 [214] -2014-12-15 16:37:51 sendUrl INFO 3 [214] -2014-12-15 16:37:53 queue INFO 7 [215] -2014-12-15 16:37:53 queue INFO >7 [216] -2014-12-15 16:37:53 sendUrl INFO 7 [215] -2014-12-15 16:37:54 sendUrl INFO 7 [216] -2014-12-15 16:37:54 queue INFO 3 [217] -2014-12-15 16:37:55 queue INFO >3 [218] -2014-12-15 16:37:55 sendUrl INFO 3 [217] -2014-12-15 16:37:55 sendUrl INFO 3 [218] -2014-12-15 16:37:56 queue INFO 7 [219] -2014-12-15 16:37:56 queue INFO >7 [220] -2014-12-15 16:37:56 sendUrl INFO 7 [219] -2014-12-15 16:37:57 sendUrl INFO 7 [220] -2014-12-15 16:37:58 queue INFO 3 [221] -2014-12-15 16:37:58 queue INFO >3 [222] -2014-12-15 16:37:58 sendUrl INFO 3 [221] -2014-12-15 16:37:59 sendUrl INFO 3 [222] -2014-12-15 16:38:00 queue INFO 7 [223] -2014-12-15 16:38:00 queue INFO >7 [224] -2014-12-15 16:38:00 sendUrl INFO 7 [223] -2014-12-15 16:38:01 sendUrl INFO 7 [224] -2014-12-15 16:38:02 queue INFO 3 [225] -2014-12-15 16:38:02 sendUrl INFO 3 [225] -2014-12-15 16:38:02 queue INFO >3 [226] -2014-12-15 16:38:02 sendUrl INFO 3 [226] -2014-12-15 16:38:04 queue INFO 7 [227] -2014-12-15 16:38:04 sendUrl INFO 7 [227] -2014-12-15 16:38:04 queue INFO >7 [228] -2014-12-15 16:38:04 sendUrl INFO 7 [228] -2014-12-15 16:38:05 queue INFO 3 [229] -2014-12-15 16:38:06 queue INFO >3 [230] -2014-12-15 16:38:06 sendUrl INFO 3 [229] -2014-12-15 16:38:06 sendUrl INFO 3 [230] -2014-12-15 16:38:07 queue INFO 7 [231] -2014-12-15 16:38:08 queue INFO >7 [232] -2014-12-15 16:38:08 sendUrl INFO 7 [231] -2014-12-15 16:38:08 sendUrl INFO 7 [232] -2014-12-15 16:38:09 queue INFO 3 [233] -2014-12-15 16:38:09 queue INFO >3 [234] -2014-12-15 16:38:09 sendUrl INFO 3 [233] -2014-12-15 16:38:10 sendUrl INFO 3 [234] -2014-12-15 16:38:11 queue INFO 7 [235] -2014-12-15 16:38:11 queue INFO >7 [236] -2014-12-15 16:38:11 sendUrl INFO 7 [235] -2014-12-15 16:38:12 sendUrl INFO 7 [236] -2014-12-15 16:38:13 queue INFO 3 [237] -2014-12-15 16:38:13 queue INFO >3 [238] -2014-12-15 16:38:13 sendUrl INFO 3 [237] -2014-12-15 16:38:14 sendUrl INFO 3 [238] -2014-12-15 16:38:15 queue INFO 7 [239] -2014-12-15 16:38:15 queue INFO >7 [240] -2014-12-15 16:38:15 sendUrl INFO 7 [239] -2014-12-15 16:38:16 sendUrl INFO 7 [240] -2014-12-15 16:38:17 queue INFO 3 [241] -2014-12-15 16:38:17 queue INFO >3 [242] -2014-12-15 16:38:17 sendUrl INFO 3 [241] -2014-12-15 16:38:18 sendUrl INFO 3 [242] -2014-12-15 16:38:19 queue INFO 7 [243] -2014-12-15 16:38:19 queue INFO >7 [244] -2014-12-15 16:38:19 sendUrl INFO 7 [243] -2014-12-15 16:38:20 sendUrl INFO 7 [244] -2014-12-15 16:38:21 queue INFO 3 [245] -2014-12-15 16:38:21 queue INFO >3 [246] -2014-12-15 16:38:21 sendUrl INFO 3 [245] -2014-12-15 16:38:22 sendUrl INFO 3 [246] -2014-12-15 16:38:23 queue INFO 7 [247] -2014-12-15 16:38:23 queue INFO >7 [248] -2014-12-15 16:38:23 sendUrl INFO 7 [247] -2014-12-15 16:38:24 sendUrl INFO 7 [248] -2014-12-15 16:38:25 queue INFO 3 [249] -2014-12-15 16:38:25 queue INFO >3 [250] -2014-12-15 16:38:25 sendUrl INFO 3 [249] -2014-12-15 16:38:26 sendUrl INFO 3 [250] -2014-12-15 16:38:27 queue INFO 7 [251] -2014-12-15 16:38:27 queue INFO >7 [252] -2014-12-15 16:38:27 sendUrl INFO 7 [251] -2014-12-15 16:38:28 sendUrl INFO 7 [252] -2014-12-15 16:38:29 queue INFO 3 [253] -2014-12-15 16:38:29 queue INFO >3 [254] -2014-12-15 16:38:29 sendUrl INFO 3 [253] -2014-12-15 16:38:29 sendUrl INFO 3 [254] -2014-12-15 16:38:31 queue INFO 7 [255] -2014-12-15 16:38:31 queue INFO >7 [256] -2014-12-15 16:38:31 sendUrl INFO 7 [255] -2014-12-15 16:38:32 sendUrl INFO 7 [256] -2014-12-15 16:38:33 queue INFO 3 [257] -2014-12-15 16:38:33 queue INFO >3 [258] -2014-12-15 16:38:33 sendUrl INFO 3 [257] -2014-12-15 16:38:33 sendUrl INFO 3 [258] -2014-12-15 16:38:35 queue INFO 7 [259] -2014-12-15 16:38:35 sendUrl INFO 7 [259] -2014-12-15 16:38:35 queue INFO >7 [260] -2014-12-15 16:38:35 sendUrl INFO 7 [260] -2014-12-15 16:38:37 queue INFO 3 [261] -2014-12-15 16:38:37 sendUrl INFO 3 [261] -2014-12-15 16:38:37 queue INFO >3 [262] -2014-12-15 16:38:38 sendUrl INFO 3 [262] -2014-12-15 16:38:39 queue INFO 7 [263] -2014-12-15 16:38:39 sendUrl INFO 7 [263] -2014-12-15 16:38:39 queue INFO >7 [264] -2014-12-15 16:38:40 sendUrl INFO 7 [264] -2014-12-15 16:38:41 queue INFO 3 [265] -2014-12-15 16:38:41 sendUrl INFO 3 [265] -2014-12-15 16:38:41 queue INFO >3 [266] -2014-12-15 16:38:42 sendUrl INFO 3 [266] -2014-12-15 16:38:43 queue INFO 7 [267] -2014-12-15 16:38:43 queue INFO >7 [268] -2014-12-15 16:38:44 sendUrl INFO 7 [267] -2014-12-15 16:38:44 sendUrl INFO 7 [268] -2014-12-15 16:38:45 queue INFO 3 [269] -2014-12-15 16:38:45 sendUrl INFO 3 [269] -2014-12-15 16:38:45 queue INFO >3 [270] -2014-12-15 16:38:46 sendUrl INFO 3 [270] -2014-12-15 16:38:47 queue INFO 7 [271] -2014-12-15 16:38:47 queue INFO >7 [272] -2014-12-15 16:38:48 sendUrl INFO 7 [271] -2014-12-15 16:38:48 sendUrl INFO 7 [272] -2014-12-15 16:38:49 queue INFO 3 [273] -2014-12-15 16:38:49 sendUrl INFO 3 [273] -2014-12-15 16:38:49 queue INFO >3 [274] -2014-12-15 16:38:50 sendUrl INFO 3 [274] -2014-12-15 16:38:51 queue INFO 7 [275] -2014-12-15 16:38:51 sendUrl INFO 7 [275] -2014-12-15 16:38:51 queue INFO >7 [276] -2014-12-15 16:38:52 sendUrl INFO 7 [276] -2014-12-15 16:38:53 queue INFO 3 [277] -2014-12-15 16:38:53 sendUrl INFO 3 [277] -2014-12-15 16:38:53 queue INFO >3 [278] -2014-12-15 16:38:54 sendUrl INFO 3 [278] -2014-12-15 16:38:55 queue INFO 7 [279] -2014-12-15 16:38:55 queue INFO >7 [280] -2014-12-15 16:38:55 sendUrl INFO 7 [279] -2014-12-15 16:38:56 queue INFO 3 [281] -2014-12-15 16:38:56 sendUrl INFO 7 [280] -2014-12-15 16:38:56 queue INFO >3 [282] -2014-12-15 16:38:56 queue INFO 7 [283] -2014-12-15 16:38:56 sendUrl INFO 3 [281] -2014-12-15 16:38:56 queue INFO >7 [284] -2014-12-15 16:38:56 queue INFO 3 [285] -2014-12-15 16:38:57 queue INFO >3 [286] -2014-12-15 16:38:57 sendUrl INFO 3 [282] -2014-12-15 16:38:57 queue INFO 7 [287] -2014-12-15 16:38:57 sendUrl INFO 7 [283] -2014-12-15 16:38:57 queue INFO >7 [288] -2014-12-15 16:38:58 sendUrl INFO 7 [284] -2014-12-15 16:38:58 queue INFO 3 [289] -2014-12-15 16:38:58 queue INFO >3 [290] -2014-12-15 16:38:58 sendUrl INFO 3 [285] -2014-12-15 16:38:59 queue INFO 7 [291] -2014-12-15 16:38:59 sendUrl INFO 3 [286] -2014-12-15 16:38:59 queue INFO >7 [292] -2014-12-15 16:38:59 sendUrl INFO 7 [287] -2014-12-15 16:38:59 queue INFO 3 [293] -2014-12-15 16:38:59 queue INFO >3 [294] -2014-12-15 16:39:00 sendUrl INFO 7 [288] -2014-12-15 16:39:00 sendUrl INFO 3 [289] -2014-12-15 16:39:00 queue INFO 7 [295] -2014-12-15 16:39:00 queue INFO >7 [296] -2014-12-15 16:39:01 sendUrl INFO 3 [290] -2014-12-15 16:39:01 queue INFO 3 [297] -2014-12-15 16:39:01 sendUrl INFO 7 [291] -2014-12-15 16:39:01 queue INFO >3 [298] -2014-12-15 16:39:02 sendUrl INFO 7 [292] -2014-12-15 16:39:02 queue INFO 7 [299] -2014-12-15 16:39:02 queue INFO >7 [300] -2014-12-15 16:39:02 sendUrl INFO 3 [293] -2014-12-15 16:39:03 queue INFO 3 [301] -2014-12-15 16:39:03 sendUrl INFO 3 [294] -2014-12-15 16:39:03 queue INFO >3 [302] -2014-12-15 16:39:03 sendUrl INFO 7 [295] -2014-12-15 16:39:04 queue INFO 7 [303] -2014-12-15 16:39:04 queue INFO >7 [304] -2014-12-15 16:39:04 sendUrl INFO 7 [296] -2014-12-15 16:39:04 queue INFO 3 [305] -2014-12-15 16:39:04 sendUrl INFO 3 [297] -2014-12-15 16:39:04 queue INFO >3 [306] -2014-12-15 16:39:05 sendUrl INFO 3 [298] -2014-12-15 16:39:05 queue INFO 7 [307] -2014-12-15 16:39:05 sendUrl INFO 7 [299] -2014-12-15 16:39:05 queue INFO >7 [308] -2014-12-15 16:39:06 queue INFO 3 [309] -2014-12-15 16:39:06 queue INFO >3 [310] -2014-12-15 16:39:06 sendUrl INFO 7 [300] -2014-12-15 16:39:06 sendUrl INFO 3 [301] -2014-12-15 16:39:06 queue INFO 7 [311] -2014-12-15 16:39:07 queue INFO >7 [312] -2014-12-15 16:39:07 queue INFO 3 [313] -2014-12-15 16:39:07 sendUrl INFO 3 [302] -2014-12-15 16:39:07 queue INFO >3 [314] -2014-12-15 16:39:07 queue INFO 7 [315] -2014-12-15 16:39:07 sendUrl INFO 7 [303] -2014-12-15 16:39:07 queue INFO >7 [316] -2014-12-15 16:39:08 queue INFO 3 [317] -2014-12-15 16:39:08 queue INFO >3 [318] -2014-12-15 16:39:08 sendUrl INFO 7 [304] -2014-12-15 16:39:08 queue INFO 7 [319] -2014-12-15 16:39:08 queue INFO >7 [320] -2014-12-15 16:39:08 sendUrl INFO 3 [305] -2014-12-15 16:39:08 queue INFO 3 [321] -2014-12-15 16:39:09 queue INFO >3 [322] -2014-12-15 16:39:09 sendUrl INFO 3 [306] -2014-12-15 16:39:09 sendUrl INFO 7 [307] -2014-12-15 16:39:09 queue INFO 7 [323] -2014-12-15 16:39:10 queue INFO >7 [324] -2014-12-15 16:39:10 sendUrl INFO 7 [308] -2014-12-15 16:39:10 queue INFO 3 [325] -2014-12-15 16:39:10 sendUrl INFO 3 [309] -2014-12-15 16:39:10 queue INFO >3 [326] -2014-12-15 16:39:11 sendUrl INFO 3 [310] -2014-12-15 16:39:11 queue INFO 7 [327] -2014-12-15 16:39:11 queue INFO >7 [328] -2014-12-15 16:39:11 sendUrl INFO 7 [311] -2014-12-15 16:39:12 queue INFO 3 [329] -2014-12-15 16:39:12 sendUrl INFO 7 [312] -2014-12-15 16:39:12 queue INFO >3 [330] -2014-12-15 16:39:12 sendUrl INFO 3 [313] -2014-12-15 16:39:13 queue INFO 7 [331] -2014-12-15 16:39:13 queue INFO >7 [332] -2014-12-15 16:39:13 sendUrl INFO 3 [314] -2014-12-15 16:39:13 sendUrl INFO 7 [315] -2014-12-15 16:39:13 queue INFO 3 [333] -2014-12-15 16:39:14 queue INFO >3 [334] -2014-12-15 16:39:14 sendUrl INFO 7 [316] -2014-12-15 16:39:14 sendUrl INFO 3 [317] -2014-12-15 16:39:14 queue INFO 7 [335] -2014-12-15 16:39:15 queue INFO >7 [336] -2014-12-15 16:39:15 sendUrl INFO 3 [318] -2014-12-15 16:39:15 queue INFO 3 [337] -2014-12-15 16:39:15 sendUrl INFO 7 [319] -2014-12-15 16:39:15 queue INFO >3 [338] -2014-12-15 16:39:16 sendUrl INFO 7 [320] -2014-12-15 16:39:16 queue INFO 7 [339] -2014-12-15 16:39:16 queue INFO >7 [340] -2014-12-15 16:39:16 sendUrl INFO 3 [321] -2014-12-15 16:39:17 queue INFO 3 [341] -2014-12-15 16:39:17 sendUrl INFO 3 [322] -2014-12-15 16:39:17 queue INFO >3 [342] -2014-12-15 16:39:17 sendUrl INFO 7 [323] -2014-12-15 16:39:18 queue INFO 7 [343] -2014-12-15 16:39:18 sendUrl INFO 7 [324] -2014-12-15 16:39:18 queue INFO >7 [344] -2014-12-15 16:39:18 sendUrl INFO 3 [325] -2014-12-15 16:39:19 queue INFO 3 [345] -2014-12-15 16:39:19 queue INFO >3 [346] -2014-12-15 16:39:19 sendUrl INFO 3 [326] -2014-12-15 16:39:19 sendUrl INFO 7 [327] -2014-12-15 16:39:20 queue INFO 7 [347] -2014-12-15 16:39:20 queue INFO >7 [348] -2014-12-15 16:39:20 sendUrl INFO 7 [328] -2014-12-15 16:39:20 queue INFO 3 [349] -2014-12-15 16:39:20 sendUrl INFO 3 [329] -2014-12-15 16:39:21 queue INFO >3 [350] -2014-12-15 16:39:21 sendUrl INFO 3 [330] -2014-12-15 16:39:21 queue INFO 7 [351] -2014-12-15 16:39:21 sendUrl INFO 7 [331] -2014-12-15 16:39:22 queue INFO >7 [352] -2014-12-15 16:39:22 queue INFO 3 [353] -2014-12-15 16:39:22 sendUrl INFO 7 [332] -2014-12-15 16:39:22 queue INFO >3 [354] -2014-12-15 16:39:22 sendUrl INFO 3 [333] -2014-12-15 16:39:23 queue INFO 7 [355] -2014-12-15 16:39:23 queue INFO >7 [356] -2014-12-15 16:39:23 sendUrl INFO 3 [334] -2014-12-15 16:39:23 queue INFO 3 [357] -2014-12-15 16:39:23 queue INFO >3 [358] -2014-12-15 16:39:23 sendUrl INFO 7 [335] -2014-12-15 16:39:24 sendUrl INFO 7 [336] -2014-12-15 16:39:24 queue INFO 7 [359] -2014-12-15 16:39:24 queue INFO >7 [360] -2014-12-15 16:39:25 sendUrl INFO 3 [337] -2014-12-15 16:39:25 queue INFO 3 [361] -2014-12-15 16:39:25 sendUrl INFO 3 [338] -2014-12-15 16:39:25 queue INFO >3 [362] -2014-12-15 16:39:26 sendUrl INFO 7 [339] -2014-12-15 16:39:26 queue INFO 7 [363] -2014-12-15 16:39:26 queue INFO >7 [364] -2014-12-15 16:39:26 sendUrl INFO 7 [340] -2014-12-15 16:39:26 queue INFO 3 [365] -2014-12-15 16:39:26 queue INFO >3 [366] -2014-12-15 16:39:27 sendUrl INFO 3 [341] -2014-12-15 16:39:27 sendUrl INFO 3 [342] -2014-12-15 16:39:27 queue INFO 7 [367] -2014-12-15 16:39:27 queue INFO >7 [368] -2014-12-15 16:39:28 sendUrl INFO 7 [343] -2014-12-15 16:39:28 queue INFO 3 [369] -2014-12-15 16:39:28 sendUrl INFO 7 [344] -2014-12-15 16:39:28 queue INFO >3 [370] -2014-12-15 16:39:29 sendUrl INFO 3 [345] -2014-12-15 16:39:29 queue INFO 7 [371] -2014-12-15 16:39:29 queue INFO >7 [372] -2014-12-15 16:39:29 sendUrl INFO 3 [346] -2014-12-15 16:39:29 queue INFO 3 [373] -2014-12-15 16:39:30 sendUrl INFO 7 [347] -2014-12-15 16:39:30 queue INFO >3 [374] -2014-12-15 16:39:30 sendUrl INFO 7 [348] -2014-12-15 16:39:30 queue INFO 7 [375] -2014-12-15 16:39:31 sendUrl INFO 3 [349] -2014-12-15 16:39:31 queue INFO >7 [376] -2014-12-15 16:39:31 queue INFO 3 [377] -2014-12-15 16:39:31 sendUrl INFO 3 [350] -2014-12-15 16:39:31 queue INFO >3 [378] -2014-12-15 16:39:32 sendUrl INFO 7 [351] -2014-12-15 16:39:32 queue INFO 7 [379] -2014-12-15 16:39:32 sendUrl INFO 7 [352] -2014-12-15 16:39:32 queue INFO >7 [380] -2014-12-15 16:39:33 sendUrl INFO 3 [353] -2014-12-15 16:39:33 queue INFO 3 [381] -2014-12-15 16:39:33 queue INFO >3 [382] -2014-12-15 16:39:33 sendUrl INFO 3 [354] -2014-12-15 16:39:33 queue INFO 7 [383] -2014-12-15 16:39:34 sendUrl INFO 7 [355] -2014-12-15 16:39:34 queue INFO >7 [384] -2014-12-15 16:39:34 queue INFO 3 [385] -2014-12-15 16:39:34 sendUrl INFO 7 [356] -2014-12-15 16:39:34 queue INFO >3 [386] -2014-12-15 16:39:35 sendUrl INFO 3 [357] -2014-12-15 16:39:35 queue INFO 7 [387] -2014-12-15 16:39:35 queue INFO >7 [388] -2014-12-15 16:39:35 sendUrl INFO 3 [358] -2014-12-15 16:39:36 queue INFO 3 [389] -2014-12-15 16:39:36 sendUrl INFO 7 [359] -2014-12-15 16:39:36 queue INFO >3 [390] -2014-12-15 16:39:36 sendUrl INFO 7 [360] -2014-12-15 16:39:37 queue INFO 7 [391] -2014-12-15 16:39:37 sendUrl INFO 3 [361] -2014-12-15 16:39:37 queue INFO >7 [392] -2014-12-15 16:39:37 queue INFO 3 [393] -2014-12-15 16:39:37 sendUrl INFO 3 [362] -2014-12-15 16:39:37 queue INFO >3 [394] -2014-12-15 16:39:38 sendUrl INFO 7 [363] -2014-12-15 16:39:38 queue INFO 7 [395] -2014-12-15 16:39:38 queue INFO >7 [396] -2014-12-15 16:39:38 sendUrl INFO 7 [364] -2014-12-15 16:39:39 queue INFO 3 [397] -2014-12-15 16:39:39 sendUrl INFO 3 [365] -2014-12-15 16:39:39 queue INFO >3 [398] -2014-12-15 16:39:39 sendUrl INFO 3 [366] -2014-12-15 16:39:39 queue INFO 7 [399] -2014-12-15 16:39:40 queue INFO >7 [400] -2014-12-15 16:39:40 sendUrl INFO 7 [367] -2014-12-15 16:39:40 queue INFO 3 [401] -2014-12-15 16:39:40 queue INFO >3 [402] -2014-12-15 16:39:40 sendUrl INFO 7 [368] -2014-12-15 16:39:41 queue INFO 7 [403] -2014-12-15 16:39:41 sendUrl INFO 3 [369] -2014-12-15 16:39:41 queue INFO >7 [404] -2014-12-15 16:39:41 sendUrl INFO 3 [370] -2014-12-15 16:39:41 queue INFO 3 [405] -2014-12-15 16:39:41 queue INFO >3 [406] -2014-12-15 16:39:42 sendUrl INFO 7 [371] -2014-12-15 16:39:42 queue INFO 7 [407] -2014-12-15 16:39:42 sendUrl INFO 7 [372] -2014-12-15 16:39:42 queue INFO >7 [408] -2014-12-15 16:39:43 sendUrl INFO 3 [373] -2014-12-15 16:39:43 queue INFO 3 [409] -2014-12-15 16:39:43 queue INFO >3 [410] -2014-12-15 16:39:43 sendUrl INFO 3 [374] -2014-12-15 16:39:44 queue INFO 7 [411] -2014-12-15 16:39:44 sendUrl INFO 7 [375] -2014-12-15 16:39:44 queue INFO >7 [412] -2014-12-15 16:39:44 sendUrl INFO 7 [376] -2014-12-15 16:39:44 queue INFO 3 [413] -2014-12-15 16:39:44 queue INFO >3 [414] -2014-12-15 16:39:45 sendUrl INFO 3 [377] -2014-12-15 16:39:45 queue INFO 7 [415] -2014-12-15 16:39:45 sendUrl INFO 3 [378] -2014-12-15 16:39:45 queue INFO >7 [416] -2014-12-15 16:39:45 queue INFO 3 [417] -2014-12-15 16:39:46 queue INFO >3 [418] -2014-12-15 16:39:46 sendUrl INFO 7 [379] -2014-12-15 16:39:46 sendUrl INFO 7 [380] -2014-12-15 16:39:46 queue INFO 7 [419] -2014-12-15 16:39:46 queue INFO >7 [420] -2014-12-15 16:39:47 sendUrl INFO 3 [381] -2014-12-15 16:39:47 queue INFO 3 [421] -2014-12-15 16:39:47 queue INFO >3 [422] -2014-12-15 16:39:47 sendUrl INFO 3 [382] -2014-12-15 16:39:48 sendUrl INFO 7 [383] -2014-12-15 16:39:48 queue INFO 7 [423] -2014-12-15 16:39:48 sendUrl INFO 7 [384] -2014-12-15 16:39:48 queue INFO >7 [424] -2014-12-15 16:39:48 queue INFO 3 [425] -2014-12-15 16:39:49 queue INFO >3 [426] -2014-12-15 16:39:49 sendUrl INFO 3 [385] -2014-12-15 16:39:49 queue INFO 7 [427] -2014-12-15 16:39:49 queue INFO >7 [428] -2014-12-15 16:39:49 sendUrl INFO 3 [386] -2014-12-15 16:39:50 queue INFO 3 [429] -2014-12-15 16:39:50 queue INFO >3 [430] -2014-12-15 16:39:50 sendUrl INFO 7 [387] -2014-12-15 16:39:50 queue INFO 7 [431] -2014-12-15 16:39:50 queue INFO >7 [432] -2014-12-15 16:39:50 sendUrl INFO 7 [388] -2014-12-15 16:39:51 queue INFO 3 [433] -2014-12-15 16:39:51 queue INFO >3 [434] -2014-12-15 16:39:51 sendUrl INFO 3 [389] -2014-12-15 16:39:51 sendUrl INFO 3 [390] -2014-12-15 16:39:51 queue INFO 7 [435] -2014-12-15 16:39:52 queue INFO >7 [436] -2014-12-15 16:39:52 sendUrl INFO 7 [391] -2014-12-15 16:39:52 queue INFO 3 [437] -2014-12-15 16:39:52 sendUrl INFO 7 [392] -2014-12-15 16:39:52 queue INFO >3 [438] -2014-12-15 16:39:53 sendUrl INFO 3 [393] -2014-12-15 16:39:53 queue INFO 7 [439] -2014-12-15 16:39:53 queue INFO >7 [440] -2014-12-15 16:39:53 sendUrl INFO 3 [394] -2014-12-15 16:39:54 queue INFO 3 [441] -2014-12-15 16:39:54 queue INFO >3 [442] -2014-12-15 16:39:54 sendUrl INFO 7 [395] -2014-12-15 16:39:54 sendUrl INFO 7 [396] -2014-12-15 16:39:55 queue INFO 7 [443] -2014-12-15 16:39:55 queue INFO >7 [444] -2014-12-15 16:39:55 sendUrl INFO 3 [397] -2014-12-15 16:39:55 queue INFO 3 [445] -2014-12-15 16:39:55 queue INFO >3 [446] -2014-12-15 16:39:55 sendUrl INFO 3 [398] -2014-12-15 16:39:55 queue INFO 7 [447] -2014-12-15 16:39:56 queue INFO >7 [448] -2014-12-15 16:39:56 sendUrl INFO 7 [399] -2014-12-15 16:39:56 queue INFO 3 [449] -2014-12-15 16:39:56 queue INFO >3 [450] -2014-12-15 16:39:56 sendUrl INFO 7 [400] -2014-12-15 16:39:57 sendUrl INFO 3 [401] -2014-12-15 16:39:57 queue INFO 7 [451] -2014-12-15 16:39:57 queue INFO >7 [452] -2014-12-15 16:39:57 sendUrl INFO 3 [402] -2014-12-15 16:39:58 queue INFO 3 [453] -2014-12-15 16:39:58 sendUrl INFO 7 [403] -2014-12-15 16:39:58 queue INFO >3 [454] -2014-12-15 16:39:58 sendUrl INFO 7 [404] -2014-12-15 16:39:59 queue INFO 7 [455] -2014-12-15 16:39:59 queue INFO >7 [456] -2014-12-15 16:39:59 sendUrl INFO 3 [405] -2014-12-15 16:39:59 queue INFO 3 [457] -2014-12-15 16:39:59 sendUrl INFO 3 [406] -2014-12-15 16:39:59 queue INFO >3 [458] -2014-12-15 16:40:00 sendUrl INFO 7 [407] -2014-12-15 16:40:00 queue INFO 7 [459] -2014-12-15 16:40:00 sendUrl INFO 7 [408] -2014-12-15 16:40:00 queue INFO >7 [460] -2014-12-15 16:40:01 queue INFO 3 [461] -2014-12-15 16:40:01 sendUrl INFO 3 [409] -2014-12-15 16:40:01 queue INFO >3 [462] -2014-12-15 16:40:01 sendUrl INFO 3 [410] -2014-12-15 16:40:02 queue INFO 7 [463] -2014-12-15 16:40:02 queue INFO >7 [464] -2014-12-15 16:40:02 sendUrl INFO 7 [411] -2014-12-15 16:40:02 queue INFO 3 [465] -2014-12-15 16:40:02 sendUrl INFO 7 [412] -2014-12-15 16:40:02 queue INFO >3 [466] -2014-12-15 16:40:03 sendUrl INFO 3 [413] -2014-12-15 16:40:03 queue INFO 7 [467] -2014-12-15 16:40:03 sendUrl INFO 3 [414] -2014-12-15 16:40:04 queue INFO >7 [468] -2014-12-15 16:40:04 queue INFO 3 [469] -2014-12-15 16:40:04 queue INFO >3 [470] -2014-12-15 16:40:04 sendUrl INFO 7 [415] -2014-12-15 16:40:04 sendUrl INFO 7 [416] -2014-12-15 16:40:05 queue INFO 7 [471] -2014-12-15 16:40:05 queue INFO >7 [472] -2014-12-15 16:40:05 sendUrl INFO 3 [417] -2014-12-15 16:40:05 queue INFO 3 [473] -2014-12-15 16:40:05 queue INFO >3 [474] -2014-12-15 16:40:05 sendUrl INFO 3 [418] -2014-12-15 16:40:06 queue INFO 7 [475] -2014-12-15 16:40:06 sendUrl INFO 7 [419] -2014-12-15 16:40:06 queue INFO >7 [476] -2014-12-15 16:40:06 sendUrl INFO 7 [420] -2014-12-15 16:40:07 queue INFO 3 [477] -2014-12-15 16:40:07 queue INFO >3 [478] -2014-12-15 16:40:07 sendUrl INFO 3 [421] -2014-12-15 16:40:07 queue INFO 7 [479] -2014-12-15 16:40:08 sendUrl INFO 3 [422] -2014-12-15 16:40:08 queue INFO >7 [480] -2014-12-15 16:40:08 queue INFO 3 [481] -2014-12-15 16:40:08 sendUrl INFO 7 [423] -2014-12-15 16:40:08 queue INFO >3 [482] -2014-12-15 16:40:09 sendUrl INFO 7 [424] -2014-12-15 16:40:09 queue INFO 7 [483] -2014-12-15 16:40:09 queue INFO >7 [484] -2014-12-15 16:40:09 sendUrl INFO 3 [425] -2014-12-15 16:40:09 queue INFO 3 [485] -2014-12-15 16:40:10 sendUrl INFO 3 [426] -2014-12-15 16:40:10 queue INFO >3 [486] -2014-12-15 16:40:10 sendUrl INFO 7 [427] -2014-12-15 16:40:10 queue INFO 7 [487] -2014-12-15 16:40:10 queue INFO >7 [488] -2014-12-15 16:40:11 sendUrl INFO 7 [428] -2014-12-15 16:40:11 queue INFO 3 [489] -2014-12-15 16:40:11 sendUrl INFO 3 [429] -2014-12-15 16:40:11 queue INFO >3 [490] -2014-12-15 16:40:12 sendUrl INFO 3 [430] -2014-12-15 16:40:12 queue INFO 7 [491] -2014-12-15 16:40:12 queue INFO >7 [492] -2014-12-15 16:40:12 sendUrl INFO 7 [431] -2014-12-15 16:40:12 queue INFO 3 [493] -2014-12-15 16:40:13 sendUrl INFO 7 [432] -2014-12-15 16:40:13 queue INFO >3 [494] -2014-12-15 16:40:13 sendUrl INFO 3 [433] -2014-12-15 16:40:13 queue INFO 7 [495] -2014-12-15 16:40:14 sendUrl INFO 3 [434] -2014-12-15 16:40:14 queue INFO >7 [496] -2014-12-15 16:40:14 queue INFO 3 [497] -2014-12-15 16:40:14 sendUrl INFO 7 [435] -2014-12-15 16:40:14 queue INFO >3 [498] -2014-12-15 16:40:15 sendUrl INFO 7 [436] -2014-12-15 16:40:15 queue INFO 7 [499] -2014-12-15 16:40:15 queue INFO >7 [500] -2014-12-15 16:40:15 sendUrl INFO 3 [437] -2014-12-15 16:40:15 queue INFO 3 [501] -2014-12-15 16:40:15 queue INFO >3 [502] -2014-12-15 16:40:16 sendUrl INFO 3 [438] -2014-12-15 16:40:16 queue INFO 7 [503] -2014-12-15 16:40:16 sendUrl INFO 7 [439] -2014-12-15 16:40:16 queue INFO >7 [504] -2014-12-15 16:40:17 sendUrl INFO 7 [440] -2014-12-15 16:40:17 queue INFO 3 [505] -2014-12-15 16:40:17 queue INFO >3 [506] -2014-12-15 16:40:17 sendUrl INFO 3 [441] -2014-12-15 16:40:17 queue INFO 7 [507] -2014-12-15 16:40:18 sendUrl INFO 3 [442] -2014-12-15 16:40:18 queue INFO >7 [508] -2014-12-15 16:40:18 sendUrl INFO 7 [443] -2014-12-15 16:40:18 queue INFO 3 [509] -2014-12-15 16:40:19 queue INFO >3 [510] -2014-12-15 16:40:19 sendUrl INFO 7 [444] -2014-12-15 16:40:19 queue INFO 7 [511] -2014-12-15 16:40:19 sendUrl INFO 3 [445] -2014-12-15 16:40:19 queue INFO >7 [512] -2014-12-15 16:40:20 sendUrl INFO 3 [446] -2014-12-15 16:40:20 queue INFO 3 [513] -2014-12-15 16:40:20 queue INFO >3 [514] -2014-12-15 16:40:20 sendUrl INFO 7 [447] -2014-12-15 16:40:21 sendUrl INFO 7 [448] -2014-12-15 16:40:21 queue INFO 7 [515] -2014-12-15 16:40:21 queue INFO >7 [516] -2014-12-15 16:40:21 sendUrl INFO 3 [449] -2014-12-15 16:40:21 queue INFO 3 [517] -2014-12-15 16:40:22 queue INFO >3 [518] -2014-12-15 16:40:22 sendUrl INFO 3 [450] -2014-12-15 16:40:22 sendUrl INFO 7 [451] -2014-12-15 16:40:22 queue INFO 7 [519] -2014-12-15 16:40:23 queue INFO >7 [520] -2014-12-15 16:40:23 sendUrl INFO 7 [452] -2014-12-15 16:40:23 queue INFO 3 [521] -2014-12-15 16:40:23 queue INFO >3 [522] -2014-12-15 16:40:23 sendUrl INFO 3 [453] -2014-12-15 16:40:24 sendUrl INFO 3 [454] -2014-12-15 16:40:24 queue INFO 7 [523] -2014-12-15 16:40:24 queue INFO >7 [524] -2014-12-15 16:40:24 sendUrl INFO 7 [455] -2014-12-15 16:40:25 queue INFO 3 [525] -2014-12-15 16:40:25 sendUrl INFO 7 [456] -2014-12-15 16:40:25 queue INFO >3 [526] -2014-12-15 16:40:25 sendUrl INFO 3 [457] -2014-12-15 16:40:25 queue INFO 7 [527] -2014-12-15 16:40:26 queue INFO >7 [528] -2014-12-15 16:40:26 sendUrl INFO 3 [458] -2014-12-15 16:40:26 queue INFO 3 [529] -2014-12-15 16:40:26 queue INFO >3 [530] -2014-12-15 16:40:26 sendUrl INFO 7 [459] -2014-12-15 16:40:27 sendUrl INFO 7 [460] -2014-12-15 16:40:27 queue INFO 7 [531] -2014-12-15 16:40:27 queue INFO >7 [532] -2014-12-15 16:40:27 sendUrl INFO 3 [461] -2014-12-15 16:40:28 queue INFO 3 [533] -2014-12-15 16:40:28 sendUrl INFO 3 [462] -2014-12-15 16:40:28 queue INFO >3 [534] -2014-12-15 16:40:28 sendUrl INFO 7 [463] -2014-12-15 16:40:28 queue INFO 7 [535] -2014-12-15 16:40:29 queue INFO >7 [536] -2014-12-15 16:40:29 sendUrl INFO 7 [464] -2014-12-15 16:40:29 queue INFO 3 [537] -2014-12-15 16:40:29 sendUrl INFO 3 [465] -2014-12-15 16:40:29 queue INFO >3 [538] -2014-12-15 16:40:30 sendUrl INFO 3 [466] -2014-12-15 16:40:30 queue INFO 7 [539] -2014-12-15 16:40:30 queue INFO >7 [540] -2014-12-15 16:40:30 sendUrl INFO 7 [467] -2014-12-15 16:40:31 queue INFO 3 [541] -2014-12-15 16:40:31 sendUrl INFO 7 [468] -2014-12-15 16:40:31 queue INFO >3 [542] -2014-12-15 16:40:31 sendUrl INFO 3 [469] -2014-12-15 16:40:31 queue INFO 7 [543] -2014-12-15 16:40:32 queue INFO >7 [544] -2014-12-15 16:40:32 sendUrl INFO 3 [470] -2014-12-15 16:40:32 queue INFO 3 [545] -2014-12-15 16:40:32 queue INFO >3 [546] -2014-12-15 16:40:32 sendUrl INFO 7 [471] -2014-12-15 16:40:33 sendUrl INFO 7 [472] -2014-12-15 16:40:33 queue INFO 7 [547] -2014-12-15 16:40:33 queue INFO >7 [548] -2014-12-15 16:40:33 sendUrl INFO 3 [473] -2014-12-15 16:40:33 queue INFO 3 [549] -2014-12-15 16:40:34 queue INFO >3 [550] -2014-12-15 16:40:34 sendUrl INFO 3 [474] -2014-12-15 16:40:34 queue INFO 7 [551] -2014-12-15 16:40:34 sendUrl INFO 7 [475] -2014-12-15 16:40:35 queue INFO >7 [552] -2014-12-15 16:40:35 sendUrl INFO 7 [476] -2014-12-15 16:40:35 queue INFO 3 [553] -2014-12-15 16:40:35 queue INFO >3 [554] -2014-12-15 16:40:35 sendUrl INFO 3 [477] -2014-12-15 16:40:36 queue INFO 7 [555] -2014-12-15 16:40:36 sendUrl INFO 3 [478] -2014-12-15 16:40:36 queue INFO >7 [556] -2014-12-15 16:40:36 queue INFO 3 [557] -2014-12-15 16:40:36 sendUrl INFO 7 [479] -2014-12-15 16:40:37 queue INFO >3 [558] -2014-12-15 16:40:37 sendUrl INFO 7 [480] -2014-12-15 16:40:37 queue INFO 7 [559] -2014-12-15 16:40:37 queue INFO >7 [560] -2014-12-15 16:40:37 sendUrl INFO 3 [481] -2014-12-15 16:40:38 queue INFO 3 [561] -2014-12-15 16:40:38 sendUrl INFO 3 [482] -2014-12-15 16:40:38 queue INFO >3 [562] -2014-12-15 16:40:38 sendUrl INFO 7 [483] -2014-12-15 16:40:39 queue INFO 7 [563] -2014-12-15 16:40:39 sendUrl INFO 7 [484] -2014-12-15 16:40:39 queue INFO >7 [564] -2014-12-15 16:40:39 queue INFO 3 [565] -2014-12-15 16:40:39 sendUrl INFO 3 [485] -2014-12-15 16:40:40 queue INFO >3 [566] -2014-12-15 16:40:40 sendUrl INFO 3 [486] -2014-12-15 16:40:40 queue INFO 7 [567] -2014-12-15 16:40:40 sendUrl INFO 7 [487] -2014-12-15 16:40:40 queue INFO >7 [568] -2014-12-15 16:40:41 sendUrl INFO 7 [488] -2014-12-15 16:40:41 queue INFO 3 [569] -2014-12-15 16:40:41 queue INFO >3 [570] -2014-12-15 16:40:41 sendUrl INFO 3 [489] -2014-12-15 16:40:42 queue INFO 7 [571] -2014-12-15 16:40:42 sendUrl INFO 3 [490] -2014-12-15 16:40:42 queue INFO >7 [572] -2014-12-15 16:40:42 sendUrl INFO 7 [491] -2014-12-15 16:40:42 queue INFO 3 [573] -2014-12-15 16:40:43 queue INFO >3 [574] -2014-12-15 16:40:43 sendUrl INFO 7 [492] -2014-12-15 16:40:43 sendUrl INFO 3 [493] -2014-12-15 16:40:43 queue INFO 7 [575] -2014-12-15 16:40:44 queue INFO >7 [576] -2014-12-15 16:40:44 queue INFO 3 [577] -2014-12-15 16:40:44 sendUrl INFO 3 [494] -2014-12-15 16:40:44 queue INFO >3 [578] -2014-12-15 16:40:44 sendUrl INFO 7 [495] -2014-12-15 16:40:44 queue INFO 7 [579] -2014-12-15 16:40:45 queue INFO >7 [580] -2014-12-15 16:40:45 sendUrl INFO 7 [496] -2014-12-15 16:40:45 queue INFO 3 [581] -2014-12-15 16:40:45 queue INFO >3 [582] -2014-12-15 16:40:45 sendUrl INFO 3 [497] -2014-12-15 16:40:46 queue INFO 7 [583] -2014-12-15 16:40:46 sendUrl INFO 3 [498] -2014-12-15 16:40:46 queue INFO >7 [584] -2014-12-15 16:40:46 queue INFO 3 [585] -2014-12-15 16:40:46 sendUrl INFO 7 [499] -2014-12-15 16:40:46 queue INFO >3 [586] -2014-12-15 16:40:47 queue INFO 7 [587] -2014-12-15 16:40:47 sendUrl INFO 7 [500] -2014-12-15 16:40:47 queue INFO >7 [588] -2014-12-15 16:40:47 sendUrl INFO 3 [501] -2014-12-15 16:40:47 queue INFO 3 [589] -2014-12-15 16:40:48 queue INFO >3 [590] -2014-12-15 16:40:48 sendUrl INFO 3 [502] -2014-12-15 16:40:48 queue INFO 7 [591] -2014-12-15 16:40:48 sendUrl INFO 7 [503] -2014-12-15 16:40:48 queue INFO >7 [592] -2014-12-15 16:40:49 queue INFO 3 [593] -2014-12-15 16:40:49 sendUrl INFO 7 [504] -2014-12-15 16:40:49 queue INFO >3 [594] -2014-12-15 16:40:49 sendUrl INFO 3 [505] -2014-12-15 16:40:50 queue INFO 7 [595] -2014-12-15 16:40:50 queue INFO >7 [596] -2014-12-15 16:40:50 sendUrl INFO 3 [506] -2014-12-15 16:40:50 queue INFO 3 [597] -2014-12-15 16:40:50 sendUrl INFO 7 [507] -2014-12-15 16:40:51 queue INFO >3 [598] -2014-12-15 16:40:51 sendUrl INFO 7 [508] -2014-12-15 16:40:51 queue INFO 7 [599] -2014-12-15 16:40:51 queue INFO >7 [600] -2014-12-15 16:40:52 sendUrl INFO 3 [509] -2014-12-15 16:40:52 queue INFO 3 [601] -2014-12-15 16:40:52 queue INFO >3 [602] -2014-12-15 16:40:52 sendUrl INFO 3 [510] -2014-12-15 16:40:53 sendUrl INFO 7 [511] -2014-12-15 16:40:53 queue INFO 7 [603] -2014-12-15 16:40:53 queue INFO >7 [604] -2014-12-15 16:40:53 sendUrl INFO 7 [512] -2014-12-15 16:40:53 queue INFO 3 [605] -2014-12-15 16:40:53 queue INFO >3 [606] -2014-12-15 16:40:54 sendUrl INFO 3 [513] -2014-12-15 16:40:54 sendUrl INFO 3 [514] -2014-12-15 16:40:54 queue INFO 7 [607] -2014-12-15 16:40:54 queue INFO >7 [608] -2014-12-15 16:40:55 sendUrl INFO 7 [515] -2014-12-15 16:40:55 queue INFO 3 [609] -2014-12-15 16:40:55 queue INFO >3 [610] -2014-12-15 16:40:55 sendUrl INFO 7 [516] -2014-12-15 16:40:56 sendUrl INFO 3 [517] -2014-12-15 16:40:56 queue INFO 7 [611] -2014-12-15 16:40:56 queue INFO >7 [612] -2014-12-15 16:40:56 sendUrl INFO 3 [518] -2014-12-15 16:40:56 queue INFO 3 [613] -2014-12-15 16:40:56 queue INFO >3 [614] -2014-12-15 16:40:57 sendUrl INFO 7 [519] -2014-12-15 16:40:57 queue INFO 7 [615] -2014-12-15 16:40:57 sendUrl INFO 7 [520] -2014-12-15 16:40:57 queue INFO >7 [616] -2014-12-15 16:40:58 sendUrl INFO 3 [521] -2014-12-15 16:40:58 queue INFO 3 [617] -2014-12-15 16:40:58 queue INFO >3 [618] -2014-12-15 16:40:58 sendUrl INFO 3 [522] -2014-12-15 16:40:59 sendUrl INFO 7 [523] -2014-12-15 16:40:59 queue INFO 7 [619] -2014-12-15 16:40:59 queue INFO >7 [620] -2014-12-15 16:40:59 queue INFO 3 [621] -2014-12-15 16:40:59 sendUrl INFO 7 [524] -2014-12-15 16:40:59 queue INFO >3 [622] -2014-12-15 16:41:00 sendUrl INFO 3 [525] -2014-12-15 16:41:00 queue INFO 7 [623] -2014-12-15 16:41:00 sendUrl INFO 3 [526] -2014-12-15 16:41:00 queue INFO >7 [624] -2014-12-15 16:41:00 queue INFO 3 [625] -2014-12-15 16:41:01 queue INFO >3 [626] -2014-12-15 16:41:01 sendUrl INFO 7 [527] -2014-12-15 16:41:01 sendUrl INFO 7 [528] -2014-12-15 16:41:01 queue INFO 7 [627] -2014-12-15 16:41:01 queue INFO >7 [628] -2014-12-15 16:41:02 sendUrl INFO 3 [529] -2014-12-15 16:41:02 queue INFO 3 [629] -2014-12-15 16:41:02 queue INFO >3 [630] -2014-12-15 16:41:02 sendUrl INFO 3 [530] -2014-12-15 16:41:03 sendUrl INFO 7 [531] -2014-12-15 16:41:03 queue INFO 7 [631] -2014-12-15 16:41:03 queue INFO >7 [632] -2014-12-15 16:41:03 sendUrl INFO 7 [532] -2014-12-15 16:41:03 queue INFO 3 [633] -2014-12-15 16:41:03 queue INFO >3 [634] -2014-12-15 16:41:04 sendUrl INFO 3 [533] -2014-12-15 16:41:04 queue INFO 7 [635] -2014-12-15 16:41:04 queue INFO >7 [636] -2014-12-15 16:41:04 sendUrl INFO 3 [534] -2014-12-15 16:41:05 queue INFO 3 [637] -2014-12-15 16:41:05 sendUrl INFO 7 [535] -2014-12-15 16:41:05 queue INFO >3 [638] -2014-12-15 16:41:05 sendUrl INFO 7 [536] -2014-12-15 16:41:05 queue INFO 7 [639] -2014-12-15 16:41:06 queue INFO >7 [640] -2014-12-15 16:41:06 sendUrl INFO 3 [537] -2014-12-15 16:41:06 queue INFO 3 [641] -2014-12-15 16:41:06 sendUrl INFO 3 [538] -2014-12-15 16:41:06 queue INFO >3 [642] -2014-12-15 16:41:07 sendUrl INFO 7 [539] -2014-12-15 16:41:07 queue INFO 7 [643] -2014-12-15 16:41:07 queue INFO >7 [644] -2014-12-15 16:41:07 sendUrl INFO 7 [540] -2014-12-15 16:41:08 queue INFO 3 [645] -2014-12-15 16:41:08 sendUrl INFO 3 [541] -2014-12-15 16:41:08 queue INFO >3 [646] -2014-12-15 16:41:08 sendUrl INFO 3 [542] -2014-12-15 16:41:09 queue INFO 7 [647] -2014-12-15 16:41:09 sendUrl INFO 7 [543] -2014-12-15 16:41:09 queue INFO >7 [648] -2014-12-15 16:41:09 queue INFO 3 [649] -2014-12-15 16:41:09 sendUrl INFO 7 [544] -2014-12-15 16:41:09 queue INFO >3 [650] -2014-12-15 16:41:10 sendUrl INFO 3 [545] -2014-12-15 16:41:10 queue INFO 7 [651] -2014-12-15 16:41:10 sendUrl INFO 3 [546] -2014-12-15 16:41:10 queue INFO >7 [652] -2014-12-15 16:41:11 sendUrl INFO 7 [547] -2014-12-15 16:41:11 queue INFO 3 [653] -2014-12-15 16:41:11 queue INFO >3 [654] -2014-12-15 16:41:11 sendUrl INFO 7 [548] -2014-12-15 16:41:12 queue INFO 7 [655] -2014-12-15 16:41:12 sendUrl INFO 3 [549] -2014-12-15 16:41:12 queue INFO >7 [656] -2014-12-15 16:41:12 sendUrl INFO 3 [550] -2014-12-15 16:41:12 queue INFO 3 [657] -2014-12-15 16:41:13 queue INFO >3 [658] -2014-12-15 16:41:13 sendUrl INFO 7 [551] -2014-12-15 16:41:13 queue INFO 7 [659] -2014-12-15 16:41:13 sendUrl INFO 7 [552] -2014-12-15 16:41:13 queue INFO >7 [660] -2014-12-15 16:41:14 sendUrl INFO 3 [553] -2014-12-15 16:41:14 queue INFO 3 [661] -2014-12-15 16:41:14 queue INFO >3 [662] -2014-12-15 16:41:14 sendUrl INFO 3 [554] -2014-12-15 16:41:15 sendUrl INFO 7 [555] -2014-12-15 16:41:15 queue INFO 7 [663] -2014-12-15 16:41:15 queue INFO >7 [664] -2014-12-15 16:41:15 sendUrl INFO 7 [556] -2014-12-15 16:41:16 queue INFO 3 [665] -2014-12-15 16:41:16 sendUrl INFO 3 [557] -2014-12-15 16:41:16 queue INFO >3 [666] -2014-12-15 16:41:16 sendUrl INFO 3 [558] -2014-12-15 16:41:16 queue INFO 7 [667] -2014-12-15 16:41:17 queue INFO >7 [668] -2014-12-15 16:41:17 sendUrl INFO 7 [559] -2014-12-15 16:41:17 queue INFO 3 [669] -2014-12-15 16:41:17 queue INFO >3 [670] -2014-12-15 16:41:17 sendUrl INFO 7 [560] -2014-12-15 16:41:18 sendUrl INFO 3 [561] -2014-12-15 16:41:18 queue INFO 7 [671] -2014-12-15 16:41:18 queue INFO >7 [672] -2014-12-15 16:41:18 sendUrl INFO 3 [562] -2014-12-15 16:41:18 queue INFO 3 [673] -2014-12-15 16:41:19 queue INFO >3 [674] -2014-12-15 16:41:19 sendUrl INFO 7 [563] -2014-12-15 16:41:19 sendUrl INFO 7 [564] -2014-12-15 16:41:19 queue INFO 7 [675] -2014-12-15 16:41:20 queue INFO >7 [676] -2014-12-15 16:41:20 sendUrl INFO 3 [565] -2014-12-15 16:41:20 queue INFO 3 [677] -2014-12-15 16:41:20 queue INFO >3 [678] -2014-12-15 16:41:20 sendUrl INFO 3 [566] -2014-12-15 16:41:21 sendUrl INFO 7 [567] -2014-12-15 16:41:21 queue INFO 7 [679] -2014-12-15 16:41:21 queue INFO >7 [680] -2014-12-15 16:41:21 sendUrl INFO 7 [568] -2014-12-15 16:41:22 queue INFO 3 [681] -2014-12-15 16:41:22 sendUrl INFO 3 [569] -2014-12-15 16:41:22 queue INFO >3 [682] -2014-12-15 16:41:22 queue INFO 7 [683] -2014-12-15 16:41:22 sendUrl INFO 3 [570] -2014-12-15 16:41:23 queue INFO >7 [684] -2014-12-15 16:41:23 sendUrl INFO 7 [571] -2014-12-15 16:41:23 queue INFO 3 [685] -2014-12-15 16:41:23 queue INFO >3 [686] -2014-12-15 16:41:23 sendUrl INFO 7 [572] -2014-12-15 16:41:24 sendUrl INFO 3 [573] -2014-12-15 16:41:24 queue INFO 7 [687] -2014-12-15 16:41:24 queue INFO >7 [688] -2014-12-15 16:41:24 queue INFO 3 [689] -2014-12-15 16:41:24 sendUrl INFO 3 [574] -2014-12-15 16:41:25 queue INFO >3 [690] -2014-12-15 16:41:25 sendUrl INFO 7 [575] -2014-12-15 16:41:25 queue INFO 7 [691] -2014-12-15 16:41:25 sendUrl INFO 7 [576] -2014-12-15 16:41:26 queue INFO >7 [692] -2014-12-15 16:41:26 sendUrl INFO 3 [577] -2014-12-15 16:41:26 queue INFO 3 [693] -2014-12-15 16:41:26 queue INFO >3 [694] -2014-12-15 16:41:26 sendUrl INFO 3 [578] -2014-12-15 16:41:26 queue INFO 7 [695] -2014-12-15 16:41:27 queue INFO >7 [696] -2014-12-15 16:41:27 sendUrl INFO 7 [579] -2014-12-15 16:41:27 queue INFO 3 [697] -2014-12-15 16:41:27 queue INFO >3 [698] -2014-12-15 16:41:27 sendUrl INFO 7 [580] -2014-12-15 16:41:28 sendUrl INFO 3 [581] -2014-12-15 16:41:28 queue INFO 7 [699] -2014-12-15 16:41:28 queue INFO >7 [700] -2014-12-15 16:41:28 sendUrl INFO 3 [582] -2014-12-15 16:41:29 queue INFO 3 [701] -2014-12-15 16:41:29 sendUrl INFO 7 [583] -2014-12-15 16:41:29 queue INFO >3 [702] -2014-12-15 16:41:29 sendUrl INFO 7 [584] -2014-12-15 16:41:29 queue INFO 7 [703] -2014-12-15 16:41:30 queue INFO >7 [704] -2014-12-15 16:41:30 queue INFO 3 [705] -2014-12-15 16:41:30 sendUrl INFO 3 [585] -2014-12-15 16:41:30 queue INFO >3 [706] -2014-12-15 16:41:30 sendUrl INFO 3 [586] -2014-12-15 16:41:31 queue INFO 7 [707] -2014-12-15 16:41:31 sendUrl INFO 7 [587] -2014-12-15 16:41:31 queue INFO >7 [708] -2014-12-15 16:41:31 sendUrl INFO 7 [588] -2014-12-15 16:41:32 queue INFO 3 [709] -2014-12-15 16:41:32 queue INFO >3 [710] -2014-12-15 16:41:32 sendUrl INFO 3 [589] -2014-12-15 16:41:32 sendUrl INFO 3 [590] -2014-12-15 16:41:33 queue INFO 7 [711] -2014-12-15 16:41:33 queue INFO >7 [712] -2014-12-15 16:41:33 sendUrl INFO 7 [591] -2014-12-15 16:41:33 sendUrl INFO 7 [592] -2014-12-15 16:41:33 queue INFO 3 [713] -2014-12-15 16:41:34 queue INFO >3 [714] -2014-12-15 16:41:34 sendUrl INFO 3 [593] -2014-12-15 16:41:34 sendUrl INFO 3 [594] -2014-12-15 16:41:34 queue INFO 7 [715] -2014-12-15 16:41:35 queue INFO >7 [716] -2014-12-15 16:41:35 sendUrl INFO 7 [595] -2014-12-15 16:41:35 queue INFO 3 [717] -2014-12-15 16:41:35 queue INFO >3 [718] -2014-12-15 16:41:35 sendUrl INFO 7 [596] -2014-12-15 16:41:36 sendUrl INFO 3 [597] -2014-12-15 16:41:36 queue INFO 7 [719] -2014-12-15 16:41:36 queue INFO >7 [720] -2014-12-15 16:41:36 sendUrl INFO 3 [598] -2014-12-15 16:41:37 queue INFO 3 [721] -2014-12-15 16:41:37 sendUrl INFO 7 [599] -2014-12-15 16:41:37 queue INFO >3 [722] -2014-12-15 16:41:38 sendUrl INFO 7 [600] -2014-12-15 16:41:38 queue INFO 7 [723] -2014-12-15 16:41:38 sendUrl INFO 3 [601] -2014-12-15 16:41:38 queue INFO >7 [724] -2014-12-15 16:41:39 sendUrl INFO 3 [602] -2014-12-15 16:41:39 queue INFO 3 [725] -2014-12-15 16:41:39 queue INFO >3 [726] -2014-12-15 16:41:39 sendUrl INFO 7 [603] -2014-12-15 16:41:40 sendUrl INFO 7 [604] -2014-12-15 16:41:40 queue INFO 7 [727] -2014-12-15 16:41:40 queue INFO >7 [728] -2014-12-15 16:41:40 sendUrl INFO 3 [605] -2014-12-15 16:41:40 queue INFO 3 [729] -2014-12-15 16:41:41 sendUrl INFO 3 [606] -2014-12-15 16:41:41 queue INFO >3 [730] -2014-12-15 16:41:41 sendUrl INFO 7 [607] -2014-12-15 16:41:41 queue INFO 7 [731] -2014-12-15 16:41:42 sendUrl INFO 7 [608] -2014-12-15 16:41:42 queue INFO >7 [732] -2014-12-15 16:41:42 sendUrl INFO 3 [609] -2014-12-15 16:41:42 queue INFO 3 [733] -2014-12-15 16:41:42 queue INFO >3 [734] -2014-12-15 16:41:43 sendUrl INFO 3 [610] -2014-12-15 16:41:43 sendUrl INFO 7 [611] -2014-12-15 16:41:43 queue INFO 7 [735] -2014-12-15 16:41:43 queue INFO >7 [736] -2014-12-15 16:41:44 sendUrl INFO 7 [612] -2014-12-15 16:41:44 queue INFO 3 [737] -2014-12-15 16:41:44 queue INFO >3 [738] -2014-12-15 16:41:44 sendUrl INFO 3 [613] -2014-12-15 16:41:45 sendUrl INFO 3 [614] -2014-12-15 16:41:45 queue INFO 7 [739] -2014-12-15 16:41:45 queue INFO >7 [740] -2014-12-15 16:41:45 sendUrl INFO 7 [615] -2014-12-15 16:41:46 sendUrl INFO 7 [616] -2014-12-15 16:41:46 queue INFO 3 [741] -2014-12-15 16:41:46 queue INFO >3 [742] -2014-12-15 16:41:46 sendUrl INFO 3 [617] -2014-12-15 16:41:47 sendUrl INFO 3 [618] -2014-12-15 16:41:47 queue INFO 7 [743] -2014-12-15 16:41:47 queue INFO >7 [744] -2014-12-15 16:41:47 sendUrl INFO 7 [619] -2014-12-15 16:41:47 queue INFO 3 [745] -2014-12-15 16:41:48 sendUrl INFO 7 [620] -2014-12-15 16:41:48 queue INFO >3 [746] -2014-12-15 16:41:48 sendUrl INFO 3 [621] -2014-12-15 16:41:49 sendUrl INFO 3 [622] -2014-12-15 16:41:49 queue INFO 7 [747] -2014-12-15 16:41:49 queue INFO >7 [748] -2014-12-15 16:41:49 queue INFO 3 [749] -2014-12-15 16:41:49 sendUrl INFO 7 [623] -2014-12-15 16:41:49 queue INFO >3 [750] -2014-12-15 16:41:49 queue INFO 7 [751] -2014-12-15 16:41:50 queue INFO >7 [752] -2014-12-15 16:41:50 sendUrl INFO 7 [624] -2014-12-15 16:41:50 sendUrl INFO 3 [625] -2014-12-15 16:41:50 queue INFO 3 [753] -2014-12-15 16:41:50 queue INFO >3 [754] -2014-12-15 16:41:51 sendUrl INFO 3 [626] -2014-12-15 16:41:51 sendUrl INFO 7 [627] -2014-12-15 16:41:51 queue INFO 7 [755] -2014-12-15 16:41:51 queue INFO >7 [756] -2014-12-15 16:41:52 sendUrl INFO 7 [628] -2014-12-15 16:41:52 queue INFO 3 [757] -2014-12-15 16:41:52 queue INFO >3 [758] -2014-12-15 16:41:52 sendUrl INFO 3 [629] -2014-12-15 16:41:53 sendUrl INFO 3 [630] -2014-12-15 16:41:53 queue INFO 7 [759] -2014-12-15 16:41:53 queue INFO >7 [760] -2014-12-15 16:41:53 sendUrl INFO 7 [631] -2014-12-15 16:41:54 sendUrl INFO 7 [632] -2014-12-15 16:41:54 queue INFO 3 [761] -2014-12-15 16:41:54 queue INFO >3 [762] -2014-12-15 16:41:54 sendUrl INFO 3 [633] -2014-12-15 16:41:55 sendUrl INFO 3 [634] -2014-12-15 16:41:55 queue INFO 7 [763] -2014-12-15 16:41:55 queue INFO >7 [764] -2014-12-15 16:41:55 sendUrl INFO 7 [635] -2014-12-15 16:41:56 queue INFO 3 [765] -2014-12-15 16:41:56 sendUrl INFO 7 [636] -2014-12-15 16:41:56 queue INFO >3 [766] -2014-12-15 16:41:56 sendUrl INFO 3 [637] -2014-12-15 16:41:56 queue INFO 7 [767] -2014-12-15 16:41:57 queue INFO >7 [768] -2014-12-15 16:41:57 queue INFO 3 [769] -2014-12-15 16:41:57 sendUrl INFO 3 [638] -2014-12-15 16:41:57 queue INFO >3 [770] -2014-12-15 16:41:57 queue INFO 7 [771] -2014-12-15 16:41:57 sendUrl INFO 7 [639] -2014-12-15 16:41:57 queue INFO >7 [772] -2014-12-15 16:41:58 sendUrl INFO 7 [640] -2014-12-15 16:41:58 queue INFO 3 [773] -2014-12-15 16:41:58 queue INFO >3 [774] -2014-12-15 16:41:58 sendUrl INFO 3 [641] -2014-12-15 16:41:59 queue INFO 7 [775] -2014-12-15 16:41:59 sendUrl INFO 3 [642] -2014-12-15 16:41:59 queue INFO >7 [776] -2014-12-15 16:41:59 queue INFO 3 [777] -2014-12-15 16:41:59 sendUrl INFO 7 [643] -2014-12-15 16:41:59 queue INFO >3 [778] -2014-12-15 16:42:00 queue INFO 7 [779] -2014-12-15 16:42:00 sendUrl INFO 7 [644] -2014-12-15 16:42:00 queue INFO >7 [780] -2014-12-15 16:42:00 queue INFO 3 [781] -2014-12-15 16:42:00 sendUrl INFO 3 [645] -2014-12-15 16:42:00 queue INFO >3 [782] -2014-12-15 16:42:01 sendUrl INFO 3 [646] -2014-12-15 16:42:01 queue INFO 7 [783] -2014-12-15 16:42:01 queue INFO >7 [784] -2014-12-15 16:42:01 sendUrl INFO 7 [647] -2014-12-15 16:42:02 queue INFO 3 [785] -2014-12-15 16:42:02 sendUrl INFO 7 [648] -2014-12-15 16:42:02 queue INFO >3 [786] -2014-12-15 16:42:02 sendUrl INFO 3 [649] -2014-12-15 16:42:02 queue INFO 7 [787] -2014-12-15 16:42:03 queue INFO >7 [788] -2014-12-15 16:42:03 sendUrl INFO 3 [650] -2014-12-15 16:42:03 queue INFO 3 [789] -2014-12-15 16:42:03 sendUrl INFO 7 [651] -2014-12-15 16:42:03 queue INFO >3 [790] -2014-12-15 16:42:04 sendUrl INFO 7 [652] -2014-12-15 16:42:04 queue INFO 7 [791] -2014-12-15 16:42:04 queue INFO >7 [792] -2014-12-15 16:42:04 sendUrl INFO 3 [653] -2014-12-15 16:42:05 queue INFO 3 [793] -2014-12-15 16:42:05 sendUrl INFO 3 [654] -2014-12-15 16:42:05 queue INFO >3 [794] -2014-12-15 16:42:05 sendUrl INFO 7 [655] -2014-12-15 16:42:06 queue INFO 7 [795] -2014-12-15 16:42:06 sendUrl INFO 7 [656] -2014-12-15 16:42:06 queue INFO >7 [796] -2014-12-15 16:42:06 queue INFO 3 [797] -2014-12-15 16:42:06 sendUrl INFO 3 [657] -2014-12-15 16:42:06 queue INFO >3 [798] -2014-12-15 16:42:07 queue INFO 7 [799] -2014-12-15 16:42:07 sendUrl INFO 3 [658] -2014-12-15 16:42:07 queue INFO >7 [800] -2014-12-15 16:42:07 queue INFO 3 [801] -2014-12-15 16:42:07 queue INFO >3 [802] -2014-12-15 16:42:07 sendUrl INFO 7 [659] -2014-12-15 16:42:08 queue INFO 7 [803] -2014-12-15 16:42:08 sendUrl INFO 7 [660] -2014-12-15 16:42:08 queue INFO >7 [804] -2014-12-15 16:42:08 sendUrl INFO 3 [661] -2014-12-15 16:42:09 queue INFO 3 [805] -2014-12-15 16:42:09 queue INFO >3 [806] -2014-12-15 16:42:09 sendUrl INFO 3 [662] -2014-12-15 16:42:09 queue INFO 7 [807] -2014-12-15 16:42:09 sendUrl INFO 7 [663] -2014-12-15 16:42:10 queue INFO >7 [808] -2014-12-15 16:42:10 sendUrl INFO 7 [664] -2014-12-15 16:42:10 queue INFO 3 [809] -2014-12-15 16:42:10 queue INFO >3 [810] -2014-12-15 16:42:10 sendUrl INFO 3 [665] -2014-12-15 16:42:11 sendUrl INFO 3 [666] -2014-12-15 16:42:11 queue INFO 7 [811] -2014-12-15 16:42:11 queue INFO >7 [812] -2014-12-15 16:42:11 sendUrl INFO 7 [667] -2014-12-15 16:42:12 queue INFO 3 [813] -2014-12-15 16:42:12 sendUrl INFO 7 [668] -2014-12-15 16:42:12 queue INFO >3 [814] -2014-12-15 16:42:12 sendUrl INFO 3 [669] -2014-12-15 16:42:13 queue INFO 7 [815] -2014-12-15 16:42:13 queue INFO >7 [816] -2014-12-15 16:42:13 sendUrl INFO 3 [670] -2014-12-15 16:42:13 queue INFO 3 [817] -2014-12-15 16:42:13 sendUrl INFO 7 [671] -2014-12-15 16:42:14 queue INFO >3 [818] -2014-12-15 16:42:14 sendUrl INFO 7 [672] -2014-12-15 16:42:14 queue INFO 7 [819] -2014-12-15 16:42:14 queue INFO >7 [820] -2014-12-15 16:42:14 sendUrl INFO 3 [673] -2014-12-15 16:42:15 sendUrl INFO 3 [674] -2014-12-15 16:42:15 queue INFO 3 [821] -2014-12-15 16:42:15 queue INFO >3 [822] -2014-12-15 16:42:15 sendUrl INFO 7 [675] -2014-12-15 16:42:16 sendUrl INFO 7 [676] -2014-12-15 16:42:16 queue INFO 7 [823] -2014-12-15 16:42:16 queue INFO >7 [824] -2014-12-15 16:42:16 sendUrl INFO 3 [677] -2014-12-15 16:42:17 queue INFO 3 [825] -2014-12-15 16:42:17 queue INFO >3 [826] -2014-12-15 16:42:17 sendUrl INFO 3 [678] -2014-12-15 16:42:17 sendUrl INFO 7 [679] -2014-12-15 16:42:18 queue INFO 7 [827] -2014-12-15 16:42:18 queue INFO >7 [828] -2014-12-15 16:42:18 sendUrl INFO 7 [680] -2014-12-15 16:42:18 queue INFO 3 [829] -2014-12-15 16:42:18 queue INFO >3 [830] -2014-12-15 16:42:18 sendUrl INFO 3 [681] -2014-12-15 16:42:19 sendUrl INFO 3 [682] -2014-12-15 16:42:19 queue INFO 7 [831] -2014-12-15 16:42:19 queue INFO >7 [832] -2014-12-15 16:42:19 sendUrl INFO 7 [683] -2014-12-15 16:42:20 queue INFO 3 [833] -2014-12-15 16:42:20 sendUrl INFO 7 [684] -2014-12-15 16:42:20 queue INFO >3 [834] -2014-12-15 16:42:21 sendUrl INFO 3 [685] -2014-12-15 16:42:21 queue INFO 7 [835] -2014-12-15 16:42:21 queue INFO >7 [836] -2014-12-15 16:42:21 sendUrl INFO 3 [686] -2014-12-15 16:42:21 queue INFO 3 [837] -2014-12-15 16:42:22 sendUrl INFO 7 [687] -2014-12-15 16:42:22 queue INFO >3 [838] -2014-12-15 16:42:22 sendUrl INFO 7 [688] -2014-12-15 16:42:22 queue INFO 7 [839] -2014-12-15 16:42:23 sendUrl INFO 3 [689] -2014-12-15 16:42:23 queue INFO >7 [840] -2014-12-15 16:42:23 sendUrl INFO 3 [690] -2014-12-15 16:42:23 queue INFO 3 [841] -2014-12-15 16:42:23 queue INFO >3 [842] -2014-12-15 16:42:24 sendUrl INFO 7 [691] -2014-12-15 16:42:24 queue INFO 7 [843] -2014-12-15 16:42:24 sendUrl INFO 7 [692] -2014-12-15 16:42:24 queue INFO >7 [844] -2014-12-15 16:42:25 sendUrl INFO 3 [693] -2014-12-15 16:42:25 queue INFO 3 [845] -2014-12-15 16:42:25 queue INFO >3 [846] -2014-12-15 16:42:25 sendUrl INFO 3 [694] -2014-12-15 16:42:26 sendUrl INFO 7 [695] -2014-12-15 16:42:26 queue INFO 7 [847] -2014-12-15 16:42:26 queue INFO >7 [848] -2014-12-15 16:42:26 sendUrl INFO 7 [696] -2014-12-15 16:42:26 queue INFO 3 [849] -2014-12-15 16:42:27 queue INFO >3 [850] -2014-12-15 16:42:27 sendUrl INFO 3 [697] -2014-12-15 16:42:27 sendUrl INFO 3 [698] -2014-12-15 16:42:27 queue INFO 7 [851] -2014-12-15 16:42:28 queue INFO >7 [852] -2014-12-15 16:42:28 sendUrl INFO 7 [699] -2014-12-15 16:42:28 queue INFO 3 [853] -2014-12-15 16:42:28 sendUrl INFO 7 [700] -2014-12-15 16:42:28 queue INFO >3 [854] -2014-12-15 16:42:29 sendUrl INFO 3 [701] -2014-12-15 16:42:29 queue INFO 7 [855] -2014-12-15 16:42:29 sendUrl INFO 3 [702] -2014-12-15 16:42:29 queue INFO >7 [856] -2014-12-15 16:42:30 queue INFO 3 [857] -2014-12-15 16:42:30 sendUrl INFO 7 [703] -2014-12-15 16:42:30 queue INFO >3 [858] -2014-12-15 16:42:30 sendUrl INFO 7 [704] -2014-12-15 16:42:31 queue INFO 7 [859] -2014-12-15 16:42:31 sendUrl INFO 3 [705] -2014-12-15 16:42:31 queue INFO >7 [860] -2014-12-15 16:42:31 sendUrl INFO 3 [706] -2014-12-15 16:42:31 queue INFO 3 [861] -2014-12-15 16:42:31 queue INFO >3 [862] -2014-12-15 16:42:32 sendUrl INFO 7 [707] -2014-12-15 16:42:32 sendUrl INFO 7 [708] -2014-12-15 16:42:32 queue INFO 7 [863] -2014-12-15 16:42:32 queue INFO >7 [864] -2014-12-15 16:42:33 sendUrl INFO 3 [709] -2014-12-15 16:42:33 queue INFO 3 [865] -2014-12-15 16:42:33 queue INFO >3 [866] -2014-12-15 16:42:33 sendUrl INFO 3 [710] -2014-12-15 16:42:34 sendUrl INFO 7 [711] -2014-12-15 16:42:34 queue INFO 7 [867] -2014-12-15 16:42:34 queue INFO >7 [868] -2014-12-15 16:42:34 sendUrl INFO 7 [712] -2014-12-15 16:42:34 queue INFO 3 [869] -2014-12-15 16:42:34 queue INFO >3 [870] -2014-12-15 16:42:35 sendUrl INFO 3 [713] -2014-12-15 16:42:35 queue INFO 7 [871] -2014-12-15 16:42:35 sendUrl INFO 3 [714] -2014-12-15 16:42:35 queue INFO >7 [872] -2014-12-15 16:42:36 queue INFO 3 [873] -2014-12-15 16:42:36 sendUrl INFO 7 [715] -2014-12-15 16:42:36 queue INFO >3 [874] -2014-12-15 16:42:36 sendUrl INFO 7 [716] -2014-12-15 16:42:37 queue INFO 7 [875] -2014-12-15 16:42:37 sendUrl INFO 3 [717] -2014-12-15 16:42:37 queue INFO >7 [876] -2014-12-15 16:42:37 queue INFO 3 [877] -2014-12-15 16:42:37 sendUrl INFO 3 [718] -2014-12-15 16:42:37 queue INFO >3 [878] -2014-12-15 16:42:38 sendUrl INFO 7 [719] -2014-12-15 16:42:38 queue INFO 7 [879] -2014-12-15 16:42:38 sendUrl INFO 7 [720] -2014-12-15 16:42:38 queue INFO >7 [880] -2014-12-15 16:42:39 queue INFO 3 [881] -2014-12-15 16:42:39 sendUrl INFO 3 [721] -2014-12-15 16:42:39 queue INFO >3 [882] -2014-12-15 16:42:39 sendUrl INFO 3 [722] -2014-12-15 16:42:40 queue INFO 7 [883] -2014-12-15 16:42:40 sendUrl INFO 7 [723] -2014-12-15 16:42:40 queue INFO >7 [884] -2014-12-15 16:42:40 sendUrl INFO 7 [724] -2014-12-15 16:42:40 queue INFO 3 [885] -2014-12-15 16:42:41 queue INFO >3 [886] -2014-12-15 16:42:41 sendUrl INFO 3 [725] -2014-12-15 16:42:41 sendUrl INFO 3 [726] -2014-12-15 16:42:41 queue INFO 7 [887] -2014-12-15 16:42:42 queue INFO >7 [888] -2014-12-15 16:42:42 sendUrl INFO 7 [727] -2014-12-15 16:42:42 queue INFO 3 [889] -2014-12-15 16:42:42 sendUrl INFO 7 [728] -2014-12-15 16:42:42 queue INFO >3 [890] -2014-12-15 16:42:43 sendUrl INFO 3 [729] -2014-12-15 16:42:43 queue INFO 7 [891] -2014-12-15 16:42:43 sendUrl INFO 3 [730] -2014-12-15 16:42:43 queue INFO >7 [892] -2014-12-15 16:42:44 queue INFO 3 [893] -2014-12-15 16:42:44 sendUrl INFO 7 [731] -2014-12-15 16:42:44 queue INFO >3 [894] -2014-12-15 16:42:44 sendUrl INFO 7 [732] -2014-12-15 16:42:45 queue INFO 7 [895] -2014-12-15 16:42:45 sendUrl INFO 3 [733] -2014-12-15 16:42:45 queue INFO >7 [896] -2014-12-15 16:42:45 sendUrl INFO 3 [734] -2014-12-15 16:42:45 queue INFO 3 [897] -2014-12-15 16:42:46 queue INFO >3 [898] -2014-12-15 16:42:46 sendUrl INFO 7 [735] -2014-12-15 16:42:46 sendUrl INFO 7 [736] -2014-12-15 16:42:46 queue INFO 7 [899] -2014-12-15 16:42:47 queue INFO >7 [900] -2014-12-15 16:42:47 sendUrl INFO 3 [737] -2014-12-15 16:42:47 queue INFO 3 [901] -2014-12-15 16:42:47 queue INFO >3 [902] -2014-12-15 16:42:47 sendUrl INFO 3 [738] -2014-12-15 16:42:48 sendUrl INFO 7 [739] -2014-12-15 16:42:48 queue INFO 7 [903] -2014-12-15 16:42:48 queue INFO >7 [904] -2014-12-15 16:42:48 sendUrl INFO 7 [740] -2014-12-15 16:42:49 queue INFO 3 [905] -2014-12-15 16:42:49 sendUrl INFO 3 [741] -2014-12-15 16:42:49 queue INFO >3 [906] -2014-12-15 16:42:49 sendUrl INFO 3 [742] -2014-12-15 16:42:50 queue INFO 7 [907] -2014-12-15 16:42:50 sendUrl INFO 7 [743] -2014-12-15 16:42:50 queue INFO >7 [908] -2014-12-15 16:42:50 sendUrl INFO 7 [744] -2014-12-15 16:42:50 queue INFO 3 [909] -2014-12-15 16:42:51 queue INFO >3 [910] -2014-12-15 16:42:51 sendUrl INFO 3 [745] -2014-12-15 16:42:51 sendUrl INFO 3 [746] -2014-12-15 16:42:51 queue INFO 7 [911] -2014-12-15 16:42:52 queue INFO >7 [912] -2014-12-15 16:42:52 sendUrl INFO 7 [747] -2014-12-15 16:42:52 queue INFO 3 [913] -2014-12-15 16:42:52 sendUrl INFO 7 [748] -2014-12-15 16:42:52 queue INFO >3 [914] -2014-12-15 16:42:53 sendUrl INFO 3 [749] -2014-12-15 16:42:53 queue INFO 7 [915] -2014-12-15 16:42:53 sendUrl INFO 3 [750] -2014-12-15 16:42:53 queue INFO >7 [916] -2014-12-15 16:42:54 sendUrl INFO 7 [751] -2014-12-15 16:42:54 queue INFO 3 [917] -2014-12-15 16:42:54 queue INFO >3 [918] -2014-12-15 16:42:54 sendUrl INFO 7 [752] -2014-12-15 16:42:55 sendUrl INFO 3 [753] -2014-12-15 16:42:55 queue INFO 7 [919] -2014-12-15 16:42:55 queue INFO >7 [920] -2014-12-15 16:42:55 sendUrl INFO 3 [754] -2014-12-15 16:42:55 queue INFO 3 [921] -2014-12-15 16:42:56 queue INFO >3 [922] -2014-12-15 16:42:56 queue INFO 7 [923] -2014-12-15 16:42:56 sendUrl INFO 7 [755] -2014-12-15 16:42:56 queue INFO >7 [924] -2014-12-15 16:42:56 queue INFO 3 [925] -2014-12-15 16:42:56 sendUrl INFO 7 [756] -2014-12-15 16:42:57 queue INFO >3 [926] -2014-12-15 16:42:57 queue INFO 7 [927] -2014-12-15 16:42:57 queue INFO >7 [928] -2014-12-15 16:42:57 sendUrl INFO 3 [757] -2014-12-15 16:42:57 queue INFO 3 [929] -2014-12-15 16:42:57 queue INFO >3 [930] -2014-12-15 16:42:57 sendUrl INFO 3 [758] -2014-12-15 16:42:58 queue INFO 7 [931] -2014-12-15 16:42:58 queue INFO >7 [932] -2014-12-15 16:42:58 queue INFO 3 [933] -2014-12-15 16:42:58 sendUrl INFO 7 [759] -2014-12-15 16:42:58 queue INFO >3 [934] -2014-12-15 16:42:58 sendUrl INFO 7 [760] -2014-12-15 16:42:59 queue INFO 7 [935] -2014-12-15 16:42:59 queue INFO >7 [936] -2014-12-15 16:42:59 sendUrl INFO 3 [761] -2014-12-15 16:42:59 queue INFO 3 [937] -2014-12-15 16:42:59 queue INFO >3 [938] -2014-12-15 16:42:59 sendUrl INFO 3 [762] -2014-12-15 16:43:00 sendUrl INFO 7 [763] -2014-12-15 16:43:00 queue INFO 7 [939] -2014-12-15 16:43:00 queue INFO >7 [940] -2014-12-15 16:43:00 sendUrl INFO 7 [764] -2014-12-15 16:43:01 queue INFO 3 [941] -2014-12-15 16:43:01 queue INFO >3 [942] -2014-12-15 16:43:01 sendUrl INFO 3 [765] -2014-12-15 16:43:01 sendUrl INFO 3 [766] -2014-12-15 16:43:02 queue INFO 7 [943] -2014-12-15 16:43:02 queue INFO >7 [944] -2014-12-15 16:43:02 sendUrl INFO 7 [767] -2014-12-15 16:43:02 queue INFO 3 [945] -2014-12-15 16:43:02 queue INFO >3 [946] -2014-12-15 16:43:02 sendUrl INFO 7 [768] -2014-12-15 16:43:03 queue INFO 7 [947] -2014-12-15 16:43:03 sendUrl INFO 3 [769] -2014-12-15 16:43:03 queue INFO >7 [948] -2014-12-15 16:43:04 sendUrl INFO 3 [770] -2014-12-15 16:43:04 queue INFO 3 [949] -2014-12-15 16:43:04 sendUrl INFO 7 [771] -2014-12-15 16:43:04 queue INFO >3 [950] -2014-12-15 16:43:04 queue INFO 7 [951] -2014-12-15 16:43:04 queue INFO >7 [952] -2014-12-15 16:43:05 sendUrl INFO 7 [772] -2014-12-15 16:43:05 queue INFO 3 [953] -2014-12-15 16:43:05 queue INFO >3 [954] -2014-12-15 16:43:05 sendUrl INFO 3 [773] -2014-12-15 16:43:05 queue INFO 7 [955] -2014-12-15 16:43:05 queue INFO >7 [956] -2014-12-15 16:43:05 queue INFO 3 [957] -2014-12-15 16:43:06 sendUrl INFO 3 [774] -2014-12-15 16:43:06 queue INFO >3 [958] -2014-12-15 16:43:06 queue INFO 7 [959] -2014-12-15 16:43:06 sendUrl INFO 7 [775] -2014-12-15 16:43:06 queue INFO >7 [960] -2014-12-15 16:43:06 queue INFO 3 [961] -2014-12-15 16:43:06 queue INFO >3 [962] -2014-12-15 16:43:07 sendUrl INFO 7 [776] -2014-12-15 16:43:07 queue INFO 7 [963] -2014-12-15 16:43:07 queue INFO >7 [964] -2014-12-15 16:43:07 sendUrl INFO 3 [777] -2014-12-15 16:43:07 queue INFO 3 [965] -2014-12-15 16:43:07 queue INFO >3 [966] -2014-12-15 16:43:07 queue INFO 7 [967] -2014-12-15 16:43:08 sendUrl INFO 3 [778] -2014-12-15 16:43:08 queue INFO >7 [968] -2014-12-15 16:43:08 sendUrl INFO 7 [779] -2014-12-15 16:43:09 sendUrl INFO 7 [780] -2014-12-15 16:43:09 sendUrl INFO 3 [781] -2014-12-15 16:43:10 sendUrl INFO 3 [782] -2014-12-15 16:43:10 sendUrl INFO 7 [783] -2014-12-15 16:43:11 sendUrl INFO 7 [784] -2014-12-15 16:43:11 sendUrl INFO 3 [785] -2014-12-15 16:43:12 sendUrl INFO 3 [786] -2014-12-15 16:43:12 sendUrl INFO 7 [787] -2014-12-15 16:43:13 sendUrl INFO 7 [788] -2014-12-15 16:43:13 sendUrl INFO 3 [789] -2014-12-15 16:43:14 sendUrl INFO 3 [790] -2014-12-15 16:43:14 sendUrl INFO 7 [791] -2014-12-15 16:43:14 queue INFO 3 [969] -2014-12-15 16:43:15 queue INFO >3 [970] -2014-12-15 16:43:15 sendUrl INFO 7 [792] -2014-12-15 16:43:15 queue INFO 7 [971] -2014-12-15 16:43:15 sendUrl INFO 3 [793] -2014-12-15 16:43:15 queue INFO >7 [972] -2014-12-15 16:43:16 sendUrl INFO 3 [794] -2014-12-15 16:43:16 queue INFO 3 [973] -2014-12-15 16:43:16 queue INFO >3 [974] -2014-12-15 16:43:16 sendUrl INFO 7 [795] -2014-12-15 16:43:17 queue INFO 7 [975] -2014-12-15 16:43:17 sendUrl INFO 7 [796] -2014-12-15 16:43:17 queue INFO >7 [976] -2014-12-15 16:43:17 queue INFO 3 [977] -2014-12-15 16:43:17 sendUrl INFO 3 [797] -2014-12-15 16:43:17 queue INFO >3 [978] -2014-12-15 16:43:18 sendUrl INFO 3 [798] -2014-12-15 16:43:18 queue INFO 7 [979] -2014-12-15 16:43:18 queue INFO >7 [980] -2014-12-15 16:43:18 sendUrl INFO 7 [799] -2014-12-15 16:43:19 queue INFO 3 [981] -2014-12-15 16:43:19 sendUrl INFO 7 [800] -2014-12-15 16:43:19 queue INFO >3 [982] -2014-12-15 16:43:19 sendUrl INFO 3 [801] -2014-12-15 16:43:19 queue INFO 7 [983] -2014-12-15 16:43:19 queue INFO >7 [984] -2014-12-15 16:43:20 queue INFO 3 [985] -2014-12-15 16:43:20 sendUrl INFO 3 [802] -2014-12-15 16:43:20 queue INFO >3 [986] -2014-12-15 16:43:20 sendUrl INFO 7 [803] -2014-12-15 16:43:20 queue INFO 7 [987] -2014-12-15 16:43:21 queue INFO >7 [988] -2014-12-15 16:43:21 sendUrl INFO 7 [804] -2014-12-15 16:43:21 sendUrl INFO 3 [805] -2014-12-15 16:43:21 queue INFO 3 [989] -2014-12-15 16:43:21 queue INFO >3 [990] -2014-12-15 16:43:22 sendUrl INFO 3 [806] -2014-12-15 16:43:22 queue INFO 7 [991] -2014-12-15 16:43:22 sendUrl INFO 7 [807] -2014-12-15 16:43:22 queue INFO >7 [992] -2014-12-15 16:43:23 sendUrl INFO 7 [808] -2014-12-15 16:43:23 queue INFO 3 [993] -2014-12-15 16:43:23 queue INFO >3 [994] -2014-12-15 16:43:23 sendUrl INFO 3 [809] -2014-12-15 16:43:24 queue INFO 7 [995] -2014-12-15 16:43:24 sendUrl INFO 3 [810] -2014-12-15 16:43:24 queue INFO >7 [996] -2014-12-15 16:43:24 sendUrl INFO 7 [811] -2014-12-15 16:43:24 queue INFO 3 [997] -2014-12-15 16:43:25 queue INFO >3 [998] -2014-12-15 16:43:25 sendUrl INFO 7 [812] -2014-12-15 16:43:25 sendUrl INFO 3 [813] -2014-12-15 16:43:25 queue INFO 7 [999] -2014-12-15 16:43:25 queue INFO >7 [0] -2014-12-15 16:43:26 sendUrl INFO 3 [814] -2014-12-15 16:43:26 queue INFO 3 [1] -2014-12-15 16:43:26 sendUrl INFO 7 [815] -2014-12-15 16:43:26 queue INFO >3 [2] -2014-12-15 16:43:27 sendUrl INFO 7 [816] -2014-12-15 16:43:27 queue INFO 7 [3] -2014-12-15 16:43:27 sendUrl INFO 3 [817] -2014-12-15 16:43:27 queue INFO >7 [4] -2014-12-15 16:43:28 queue INFO 3 [5] -2014-12-15 16:43:28 sendUrl INFO 3 [818] -2014-12-15 16:43:28 queue INFO >3 [6] -2014-12-15 16:43:28 sendUrl INFO 7 [819] -2014-12-15 16:43:29 queue INFO 7 [7] -2014-12-15 16:43:29 queue INFO >7 [8] -2014-12-15 16:43:29 sendUrl INFO 7 [820] -2014-12-15 16:43:29 queue INFO 3 [9] -2014-12-15 16:43:29 queue INFO >3 [10] -2014-12-15 16:43:29 sendUrl INFO 3 [821] -2014-12-15 16:43:30 queue INFO 7 [11] -2014-12-15 16:43:30 queue INFO >7 [12] -2014-12-15 16:43:30 sendUrl INFO 3 [822] -2014-12-15 16:43:30 queue INFO 3 [13] -2014-12-15 16:43:30 queue INFO >3 [14] -2014-12-15 16:43:30 sendUrl INFO 7 [823] -2014-12-15 16:43:30 queue INFO 7 [15] -2014-12-15 16:43:31 queue INFO >7 [16] -2014-12-15 16:43:31 sendUrl INFO 7 [824] -2014-12-15 16:43:31 queue INFO 3 [17] -2014-12-15 16:43:31 queue INFO >3 [18] -2014-12-15 16:43:31 sendUrl INFO 3 [825] -2014-12-15 16:43:32 queue INFO 7 [19] -2014-12-15 16:43:32 sendUrl INFO 3 [826] -2014-12-15 16:43:32 queue INFO >7 [20] -2014-12-15 16:43:32 sendUrl INFO 7 [827] -2014-12-15 16:43:32 queue INFO 3 [21] -2014-12-15 16:43:33 queue INFO >3 [22] -2014-12-15 16:43:33 sendUrl INFO 7 [828] -2014-12-15 16:43:33 sendUrl INFO 3 [829] -2014-12-15 16:43:33 queue INFO 7 [23] -2014-12-15 16:43:34 queue INFO >7 [24] -2014-12-15 16:43:34 sendUrl INFO 3 [830] -2014-12-15 16:43:34 queue INFO 3 [25] -2014-12-15 16:43:34 queue INFO >3 [26] -2014-12-15 16:43:34 sendUrl INFO 7 [831] -2014-12-15 16:43:35 sendUrl INFO 7 [832] -2014-12-15 16:43:35 queue INFO 7 [27] -2014-12-15 16:43:35 queue INFO >7 [28] -2014-12-15 16:43:35 sendUrl INFO 3 [833] -2014-12-15 16:43:36 queue INFO 3 [29] -2014-12-15 16:43:36 queue INFO >3 [30] -2014-12-15 16:43:36 sendUrl INFO 3 [834] -2014-12-15 16:43:36 sendUrl INFO 7 [835] -2014-12-15 16:43:36 queue INFO 7 [31] -2014-12-15 16:43:37 queue INFO >7 [32] -2014-12-15 16:43:37 sendUrl INFO 7 [836] -2014-12-15 16:43:37 queue INFO 3 [33] -2014-12-15 16:43:37 queue INFO >3 [34] -2014-12-15 16:43:37 sendUrl INFO 3 [837] -2014-12-15 16:43:38 sendUrl INFO 3 [838] -2014-12-15 16:43:38 queue INFO 7 [35] -2014-12-15 16:43:38 queue INFO >7 [36] -2014-12-15 16:43:38 sendUrl INFO 7 [839] -2014-12-15 16:43:39 queue INFO 3 [37] -2014-12-15 16:43:39 queue INFO >3 [38] -2014-12-15 16:43:39 sendUrl INFO 7 [840] -2014-12-15 16:43:39 sendUrl INFO 3 [841] -2014-12-15 16:43:39 queue INFO 7 [39] -2014-12-15 16:43:40 queue INFO >7 [40] -2014-12-15 16:43:40 sendUrl INFO 3 [842] -2014-12-15 16:43:40 queue INFO 3 [41] -2014-12-15 16:43:40 queue INFO >3 [42] -2014-12-15 16:43:40 sendUrl INFO 7 [843] -2014-12-15 16:43:41 queue INFO 7 [43] -2014-12-15 16:43:41 sendUrl INFO 7 [844] -2014-12-15 16:43:41 queue INFO >7 [44] -2014-12-15 16:43:41 sendUrl INFO 3 [845] -2014-12-15 16:43:42 queue INFO 3 [45] -2014-12-15 16:43:42 queue INFO >3 [46] -2014-12-15 16:43:42 sendUrl INFO 3 [846] -2014-12-15 16:43:42 queue INFO 7 [47] -2014-12-15 16:43:42 queue INFO >7 [48] -2014-12-15 16:43:42 sendUrl INFO 7 [847] -2014-12-15 16:43:43 queue INFO 3 [49] -2014-12-15 16:43:43 sendUrl INFO 7 [848] -2014-12-15 16:43:43 queue INFO >3 [50] -2014-12-15 16:43:43 sendUrl INFO 3 [849] -2014-12-15 16:43:44 queue INFO 7 [51] -2014-12-15 16:43:44 queue INFO >7 [52] -2014-12-15 16:43:44 sendUrl INFO 3 [850] -2014-12-15 16:43:44 queue INFO 3 [53] -2014-12-15 16:43:44 sendUrl INFO 7 [851] -2014-12-15 16:43:45 queue INFO >3 [54] -2014-12-15 16:43:45 sendUrl INFO 7 [852] -2014-12-15 16:43:45 queue INFO 7 [55] -2014-12-15 16:43:45 queue INFO >7 [56] -2014-12-15 16:43:45 sendUrl INFO 3 [853] -2014-12-15 16:43:46 queue INFO 3 [57] -2014-12-15 16:43:46 sendUrl INFO 3 [854] -2014-12-15 16:43:46 queue INFO >3 [58] -2014-12-15 16:43:46 sendUrl INFO 7 [855] -2014-12-15 16:43:47 queue INFO 7 [59] -2014-12-15 16:43:47 queue INFO >7 [60] -2014-12-15 16:43:47 sendUrl INFO 7 [856] -2014-12-15 16:43:47 queue INFO 3 [61] -2014-12-15 16:43:48 sendUrl INFO 3 [857] -2014-12-15 16:43:48 queue INFO >3 [62] -2014-12-15 16:43:48 sendUrl INFO 3 [858] -2014-12-15 16:43:48 queue INFO 7 [63] -2014-12-15 16:43:49 sendUrl INFO 7 [859] -2014-12-15 16:43:49 queue INFO >7 [64] -2014-12-15 16:43:49 queue INFO 3 [65] -2014-12-15 16:43:49 sendUrl INFO 7 [860] -2014-12-15 16:43:49 queue INFO >3 [66] -2014-12-15 16:43:50 sendUrl INFO 3 [861] -2014-12-15 16:43:50 queue INFO 7 [67] -2014-12-15 16:43:50 queue INFO >7 [68] -2014-12-15 16:43:50 sendUrl INFO 3 [862] -2014-12-15 16:43:50 queue INFO 3 [69] -2014-12-15 16:43:51 sendUrl INFO 7 [863] -2014-12-15 16:43:51 queue INFO >3 [70] -2014-12-15 16:43:51 sendUrl INFO 7 [864] -2014-12-15 16:43:51 queue INFO 7 [71] -2014-12-15 16:43:52 sendUrl INFO 3 [865] -2014-12-15 16:43:52 queue INFO >7 [72] -2014-12-15 16:43:52 queue INFO 3 [73] -2014-12-15 16:43:52 sendUrl INFO 3 [866] -2014-12-15 16:43:52 queue INFO >3 [74] -2014-12-15 16:43:53 sendUrl INFO 7 [867] -2014-12-15 16:43:53 queue INFO 7 [75] -2014-12-15 16:43:53 sendUrl INFO 7 [868] -2014-12-15 16:43:53 queue INFO >7 [76] -2014-12-15 16:43:54 sendUrl INFO 3 [869] -2014-12-15 16:43:54 queue INFO 3 [77] -2014-12-15 16:43:54 queue INFO >3 [78] -2014-12-15 16:43:54 sendUrl INFO 3 [870] -2014-12-15 16:43:54 queue INFO 7 [79] -2014-12-15 16:43:55 sendUrl INFO 7 [871] -2014-12-15 16:43:55 queue INFO >7 [80] -2014-12-15 16:43:55 queue INFO 3 [81] -2014-12-15 16:43:55 sendUrl INFO 7 [872] -2014-12-15 16:43:55 queue INFO >3 [82] -2014-12-15 16:43:56 sendUrl INFO 3 [873] -2014-12-15 16:43:56 queue INFO 7 [83] -2014-12-15 16:43:56 sendUrl INFO 3 [874] -2014-12-15 16:43:56 queue INFO >7 [84] -2014-12-15 16:43:57 sendUrl INFO 7 [875] -2014-12-15 16:43:57 queue INFO 3 [85] -2014-12-15 16:43:57 queue INFO >3 [86] -2014-12-15 16:43:57 sendUrl INFO 7 [876] -2014-12-15 16:43:57 queue INFO 7 [87] -2014-12-15 16:43:58 sendUrl INFO 3 [877] -2014-12-15 16:43:58 queue INFO >7 [88] -2014-12-15 16:43:58 queue INFO 3 [89] -2014-12-15 16:43:58 sendUrl INFO 3 [878] -2014-12-15 16:43:58 queue INFO >3 [90] -2014-12-15 16:43:59 sendUrl INFO 7 [879] -2014-12-15 16:43:59 queue INFO 7 [91] -2014-12-15 16:43:59 queue INFO >7 [92] -2014-12-15 16:43:59 sendUrl INFO 7 [880] -2014-12-15 16:44:00 queue INFO 3 [93] -2014-12-15 16:44:00 sendUrl INFO 3 [881] -2014-12-15 16:44:00 queue INFO >3 [94] -2014-12-15 16:44:00 sendUrl INFO 3 [882] -2014-12-15 16:44:01 queue INFO 7 [95] -2014-12-15 16:44:01 sendUrl INFO 7 [883] -2014-12-15 16:44:01 queue INFO >7 [96] -2014-12-15 16:44:01 queue INFO 3 [97] -2014-12-15 16:44:01 sendUrl INFO 7 [884] -2014-12-15 16:44:01 queue INFO >3 [98] -2014-12-15 16:44:02 sendUrl INFO 3 [885] -2014-12-15 16:44:02 queue INFO 7 [99] -2014-12-15 16:44:02 sendUrl INFO 3 [886] -2014-12-15 16:44:02 queue INFO >7 [100] -2014-12-15 16:44:03 sendUrl INFO 7 [887] -2014-12-15 16:44:03 queue INFO 3 [101] -2014-12-15 16:44:03 queue INFO >3 [102] -2014-12-15 16:44:03 sendUrl INFO 7 [888] -2014-12-15 16:44:04 queue INFO 7 [103] -2014-12-15 16:44:04 sendUrl INFO 3 [889] -2014-12-15 16:44:04 queue INFO >7 [104] -2014-12-15 16:44:04 sendUrl INFO 3 [890] -2014-12-15 16:44:04 queue INFO 3 [105] -2014-12-15 16:44:05 queue INFO >3 [106] -2014-12-15 16:44:05 sendUrl INFO 7 [891] -2014-12-15 16:44:05 sendUrl INFO 7 [892] -2014-12-15 16:44:05 queue INFO 7 [107] -2014-12-15 16:44:06 queue INFO >7 [108] -2014-12-15 16:44:06 sendUrl INFO 3 [893] -2014-12-15 16:44:06 queue INFO 3 [109] -2014-12-15 16:44:06 queue INFO >3 [110] -2014-12-15 16:44:06 sendUrl INFO 3 [894] -2014-12-15 16:44:07 sendUrl INFO 7 [895] -2014-12-15 16:44:07 queue INFO 7 [111] -2014-12-15 16:44:07 queue INFO >7 [112] -2014-12-15 16:44:07 sendUrl INFO 7 [896] -2014-12-15 16:44:08 queue INFO 3 [113] -2014-12-15 16:44:08 sendUrl INFO 3 [897] -2014-12-15 16:44:08 queue INFO >3 [114] -2014-12-15 16:44:08 sendUrl INFO 3 [898] -2014-12-15 16:44:09 queue INFO 7 [115] -2014-12-15 16:44:09 sendUrl INFO 7 [899] -2014-12-15 16:44:09 queue INFO >7 [116] -2014-12-15 16:44:09 queue INFO 3 [117] -2014-12-15 16:44:09 sendUrl INFO 7 [900] -2014-12-15 16:44:09 queue INFO >3 [118] -2014-12-15 16:44:10 sendUrl INFO 3 [901] -2014-12-15 16:44:10 queue INFO 7 [119] -2014-12-15 16:44:10 sendUrl INFO 3 [902] -2014-12-15 16:44:10 queue INFO >7 [120] -2014-12-15 16:44:11 sendUrl INFO 7 [903] -2014-12-15 16:44:11 queue INFO 3 [121] -2014-12-15 16:44:11 queue INFO >3 [122] -2014-12-15 16:44:11 sendUrl INFO 7 [904] -2014-12-15 16:44:12 sendUrl INFO 3 [905] -2014-12-15 16:44:12 queue INFO 7 [123] -2014-12-15 16:44:12 queue INFO >7 [124] -2014-12-15 16:44:12 sendUrl INFO 3 [906] -2014-12-15 16:44:12 queue INFO 3 [125] -2014-12-15 16:44:13 queue INFO >3 [126] -2014-12-15 16:44:13 sendUrl INFO 7 [907] -2014-12-15 16:44:13 queue INFO 7 [127] -2014-12-15 16:44:13 sendUrl INFO 7 [908] -2014-12-15 16:44:13 queue INFO >7 [128] -2014-12-15 16:44:14 sendUrl INFO 3 [909] -2014-12-15 16:44:14 queue INFO 3 [129] -2014-12-15 16:44:14 queue INFO >3 [130] -2014-12-15 16:44:14 sendUrl INFO 3 [910] -2014-12-15 16:44:15 sendUrl INFO 7 [911] -2014-12-15 16:44:15 queue INFO 7 [131] -2014-12-15 16:44:15 queue INFO >7 [132] -2014-12-15 16:44:15 sendUrl INFO 7 [912] -2014-12-15 16:44:16 queue INFO 3 [133] -2014-12-15 16:44:16 queue INFO >3 [134] -2014-12-15 16:44:16 sendUrl INFO 3 [913] -2014-12-15 16:44:16 queue INFO 7 [135] -2014-12-15 16:44:16 queue INFO >7 [136] -2014-12-15 16:44:16 sendUrl INFO 3 [914] -2014-12-15 16:44:17 sendUrl INFO 7 [915] -2014-12-15 16:44:17 queue INFO 3 [137] -2014-12-15 16:44:17 queue INFO >3 [138] -2014-12-15 16:44:17 sendUrl INFO 7 [916] -2014-12-15 16:44:18 queue INFO 7 [139] -2014-12-15 16:44:18 sendUrl INFO 3 [917] -2014-12-15 16:44:18 queue INFO >7 [140] -2014-12-15 16:44:18 queue INFO 3 [141] -2014-12-15 16:44:18 sendUrl INFO 3 [918] -2014-12-15 16:44:19 queue INFO >3 [142] -2014-12-15 16:44:19 sendUrl INFO 7 [919] -2014-12-15 16:44:19 queue INFO 7 [143] -2014-12-15 16:44:19 queue INFO >7 [144] -2014-12-15 16:44:19 sendUrl INFO 7 [920] -2014-12-15 16:44:20 queue INFO 3 [145] -2014-12-15 16:44:20 sendUrl INFO 3 [921] -2014-12-15 16:44:20 queue INFO >3 [146] -2014-12-15 16:44:20 queue INFO 7 [147] -2014-12-15 16:44:20 sendUrl INFO 3 [922] -2014-12-15 16:44:21 queue INFO >7 [148] -2014-12-15 16:44:21 sendUrl INFO 7 [923] -2014-12-15 16:44:21 queue INFO 3 [149] -2014-12-15 16:44:21 queue INFO >3 [150] -2014-12-15 16:44:21 sendUrl INFO 7 [924] -2014-12-15 16:44:22 queue INFO 7 [151] -2014-12-15 16:44:22 sendUrl INFO 3 [925] -2014-12-15 16:44:22 queue INFO >7 [152] -2014-12-15 16:44:22 queue INFO 3 [153] -2014-12-15 16:44:22 sendUrl INFO 3 [926] -2014-12-15 16:44:23 queue INFO >3 [154] -2014-12-15 16:44:23 sendUrl INFO 7 [927] -2014-12-15 16:44:23 queue INFO 7 [155] -2014-12-15 16:44:23 sendUrl INFO 7 [928] -2014-12-15 16:44:24 queue INFO >7 [156] -2014-12-15 16:44:24 sendUrl INFO 3 [929] -2014-12-15 16:44:24 queue INFO 3 [157] -2014-12-15 16:44:24 queue INFO >3 [158] -2014-12-15 16:44:24 sendUrl INFO 3 [930] -2014-12-15 16:44:25 sendUrl INFO 7 [931] -2014-12-15 16:44:25 queue INFO 7 [159] -2014-12-15 16:44:25 queue INFO >7 [160] -2014-12-15 16:44:25 sendUrl INFO 7 [932] -2014-12-15 16:44:26 queue INFO 3 [161] -2014-12-15 16:44:26 queue INFO >3 [162] -2014-12-15 16:44:26 sendUrl INFO 3 [933] -2014-12-15 16:44:26 queue INFO 7 [163] -2014-12-15 16:44:26 sendUrl INFO 3 [934] -2014-12-15 16:44:27 queue INFO >7 [164] -2014-12-15 16:44:27 queue INFO 3 [165] -2014-12-15 16:44:27 sendUrl INFO 7 [935] -2014-12-15 16:44:27 queue INFO >3 [166] -2014-12-15 16:44:27 sendUrl INFO 7 [936] -2014-12-15 16:44:27 queue INFO 7 [167] -2014-12-15 16:44:28 queue INFO >7 [168] -2014-12-15 16:44:28 sendUrl INFO 3 [937] -2014-12-15 16:44:28 queue INFO 3 [169] -2014-12-15 16:44:28 sendUrl INFO 3 [938] -2014-12-15 16:44:28 queue INFO >3 [170] -2014-12-15 16:44:29 sendUrl INFO 7 [939] -2014-12-15 16:44:29 queue INFO 7 [171] -2014-12-15 16:44:29 queue INFO >7 [172] -2014-12-15 16:44:29 sendUrl INFO 7 [940] -2014-12-15 16:44:30 queue INFO 3 [173] -2014-12-15 16:44:30 sendUrl INFO 3 [941] -2014-12-15 16:44:30 queue INFO >3 [174] -2014-12-15 16:44:30 sendUrl INFO 3 [942] -2014-12-15 16:44:31 queue INFO 7 [175] -2014-12-15 16:44:31 queue INFO >7 [176] -2014-12-15 16:44:31 sendUrl INFO 7 [943] -2014-12-15 16:44:32 sendUrl INFO 7 [944] -2014-12-15 16:44:32 queue INFO 3 [177] -2014-12-15 16:44:32 queue INFO >3 [178] -2014-12-15 16:44:32 sendUrl INFO 3 [945] -2014-12-15 16:44:32 queue INFO 7 [179] -2014-12-15 16:44:33 sendUrl INFO 3 [946] -2014-12-15 16:44:33 queue INFO >7 [180] -2014-12-15 16:44:33 sendUrl INFO 7 [947] -2014-12-15 16:44:33 queue INFO 3 [181] -2014-12-15 16:44:33 queue INFO >3 [182] -2014-12-15 16:44:34 sendUrl INFO 7 [948] -2014-12-15 16:44:34 sendUrl INFO 3 [949] -2014-12-15 16:44:34 queue INFO 7 [183] -2014-12-15 16:44:34 queue INFO >7 [184] -2014-12-15 16:44:35 sendUrl INFO 3 [950] -2014-12-15 16:44:35 queue INFO 3 [185] -2014-12-15 16:44:35 queue INFO >3 [186] -2014-12-15 16:44:35 sendUrl INFO 7 [951] -2014-12-15 16:44:36 sendUrl INFO 7 [952] -2014-12-15 16:44:36 queue INFO 7 [187] -2014-12-15 16:44:36 queue INFO >7 [188] -2014-12-15 16:44:36 sendUrl INFO 3 [953] -2014-12-15 16:44:36 queue INFO 3 [189] -2014-12-15 16:44:37 sendUrl INFO 3 [954] -2014-12-15 16:44:37 queue INFO >3 [190] -2014-12-15 16:44:37 sendUrl INFO 7 [955] -2014-12-15 16:44:37 queue INFO 7 [191] -2014-12-15 16:44:38 sendUrl INFO 7 [956] -2014-12-15 16:44:38 queue INFO >7 [192] -2014-12-15 16:44:38 queue INFO 3 [193] -2014-12-15 16:44:38 sendUrl INFO 3 [957] -2014-12-15 16:44:38 queue INFO >3 [194] -2014-12-15 16:44:39 sendUrl INFO 3 [958] -2014-12-15 16:44:39 queue INFO 7 [195] -2014-12-15 16:44:39 sendUrl INFO 7 [959] -2014-12-15 16:44:39 queue INFO >7 [196] -2014-12-15 16:44:40 sendUrl INFO 7 [960] -2014-12-15 16:44:40 queue INFO 3 [197] -2014-12-15 16:44:40 queue INFO >3 [198] -2014-12-15 16:44:40 sendUrl INFO 3 [961] -2014-12-15 16:44:41 sendUrl INFO 3 [962] -2014-12-15 16:44:41 queue INFO 7 [199] -2014-12-15 16:44:41 queue INFO >7 [200] -2014-12-15 16:44:41 sendUrl INFO 7 [963] -2014-12-15 16:44:41 queue INFO 3 [201] -2014-12-15 16:44:41 queue INFO >3 [202] -2014-12-15 16:44:42 sendUrl INFO 7 [964] -2014-12-15 16:44:42 queue INFO 7 [203] -2014-12-15 16:44:42 sendUrl INFO 3 [965] -2014-12-15 16:44:42 queue INFO >7 [204] -2014-12-15 16:44:43 sendUrl INFO 3 [966] -2014-12-15 16:44:43 queue INFO 3 [205] -2014-12-15 16:44:43 queue INFO >3 [206] -2014-12-15 16:44:43 sendUrl INFO 7 [967] -2014-12-15 16:44:44 sendUrl INFO 7 [968] -2014-12-15 16:44:44 queue INFO 7 [207] -2014-12-15 16:44:44 queue INFO >7 [208] -2014-12-15 16:44:44 sendUrl INFO 3 [969] -2014-12-15 16:44:44 queue INFO 3 [209] -2014-12-15 16:44:45 sendUrl INFO 3 [970] -2014-12-15 16:44:45 queue INFO >3 [210] -2014-12-15 16:44:45 sendUrl INFO 7 [971] -2014-12-15 16:44:45 queue INFO 7 [211] -2014-12-15 16:44:45 queue INFO >7 [212] -2014-12-15 16:44:46 sendUrl INFO 7 [972] -2014-12-15 16:44:46 queue INFO 3 [213] -2014-12-15 16:44:46 queue INFO >3 [214] -2014-12-15 16:44:46 sendUrl INFO 3 [973] -2014-12-15 16:44:46 queue INFO 7 [215] -2014-12-15 16:44:47 queue INFO >7 [216] -2014-12-15 16:44:47 sendUrl INFO 3 [974] -2014-12-15 16:44:47 queue INFO 3 [217] -2014-12-15 16:44:47 queue INFO >3 [218] -2014-12-15 16:44:47 sendUrl INFO 7 [975] -2014-12-15 16:44:47 queue INFO 7 [219] -2014-12-15 16:44:48 queue INFO >7 [220] -2014-12-15 16:44:48 sendUrl INFO 7 [976] -2014-12-15 16:44:48 queue INFO 3 [221] -2014-12-15 16:44:48 queue INFO >3 [222] -2014-12-15 16:44:48 sendUrl INFO 3 [977] -2014-12-15 16:44:49 sendUrl INFO 3 [978] -2014-12-15 16:44:49 queue INFO 7 [223] -2014-12-15 16:44:49 queue INFO >7 [224] -2014-12-15 16:44:49 sendUrl INFO 7 [979] -2014-12-15 16:44:49 queue INFO 3 [225] -2014-12-15 16:44:50 queue INFO >3 [226] -2014-12-15 16:44:50 sendUrl INFO 7 [980] -2014-12-15 16:44:50 queue INFO 7 [227] -2014-12-15 16:44:50 sendUrl INFO 3 [981] -2014-12-15 16:44:50 queue INFO >7 [228] -2014-12-15 16:44:51 sendUrl INFO 3 [982] -2014-12-15 16:44:51 queue INFO 3 [229] -2014-12-15 16:44:51 queue INFO >3 [230] -2014-12-15 16:44:51 sendUrl INFO 7 [983] -2014-12-15 16:44:52 queue INFO 7 [231] -2014-12-15 16:44:52 sendUrl INFO 7 [984] -2014-12-15 16:44:52 queue INFO >7 [232] -2014-12-15 16:44:52 sendUrl INFO 3 [985] -2014-12-15 16:44:52 queue INFO 3 [233] -2014-12-15 16:44:53 queue INFO >3 [234] -2014-12-15 16:44:53 sendUrl INFO 3 [986] -2014-12-15 16:44:53 queue INFO 7 [235] -2014-12-15 16:44:53 sendUrl INFO 7 [987] -2014-12-15 16:44:53 queue INFO >7 [236] -2014-12-15 16:44:54 queue INFO 3 [237] -2014-12-15 16:44:54 sendUrl INFO 7 [988] -2014-12-15 16:44:54 queue INFO >3 [238] -2014-12-15 16:44:54 sendUrl INFO 3 [989] -2014-12-15 16:44:54 queue INFO 7 [239] -2014-12-15 16:44:55 queue INFO >7 [240] -2014-12-15 16:44:55 sendUrl INFO 3 [990] -2014-12-15 16:44:55 queue INFO 3 [241] -2014-12-15 16:44:55 sendUrl INFO 7 [991] -2014-12-15 16:44:55 queue INFO >3 [242] -2014-12-15 16:44:56 sendUrl INFO 7 [992] -2014-12-15 16:44:56 queue INFO 7 [243] -2014-12-15 16:44:56 queue INFO >7 [244] -2014-12-15 16:44:56 sendUrl INFO 3 [993] -2014-12-15 16:44:56 queue INFO 3 [245] -2014-12-15 16:44:57 queue INFO >3 [246] -2014-12-15 16:44:57 sendUrl INFO 3 [994] -2014-12-15 16:44:57 queue INFO 7 [247] -2014-12-15 16:44:57 sendUrl INFO 7 [995] -2014-12-15 16:44:57 queue INFO >7 [248] -2014-12-15 16:44:58 sendUrl INFO 7 [996] -2014-12-15 16:44:58 queue INFO 3 [249] -2014-12-15 16:44:58 queue INFO >3 [250] -2014-12-15 16:44:58 sendUrl INFO 3 [997] -2014-12-15 16:44:59 queue INFO 7 [251] -2014-12-15 16:44:59 sendUrl INFO 3 [998] -2014-12-15 16:44:59 queue INFO >7 [252] -2014-12-15 16:44:59 sendUrl INFO 7 [999] -2014-12-15 16:44:59 queue INFO 3 [253] -2014-12-15 16:45:00 queue INFO >3 [254] -2014-12-15 16:45:00 sendUrl INFO 7 [0] -2014-12-15 16:45:00 queue INFO 7 [255] -2014-12-15 16:45:00 sendUrl INFO 3 [1] -2014-12-15 16:45:00 queue INFO >7 [256] -2014-12-15 16:45:01 queue INFO 3 [257] -2014-12-15 16:45:01 sendUrl INFO 3 [2] -2014-12-15 16:45:01 queue INFO >3 [258] -2014-12-15 16:45:01 sendUrl INFO 7 [3] -2014-12-15 16:45:02 queue INFO 7 [259] -2014-12-15 16:45:02 sendUrl INFO 7 [4] -2014-12-15 16:45:02 queue INFO >7 [260] -2014-12-15 16:45:02 queue INFO 3 [261] -2014-12-15 16:45:02 sendUrl INFO 3 [5] -2014-12-15 16:45:03 queue INFO >3 [262] -2014-12-15 16:45:03 sendUrl INFO 3 [6] -2014-12-15 16:45:03 queue INFO 7 [263] -2014-12-15 16:45:03 queue INFO >7 [264] -2014-12-15 16:45:03 sendUrl INFO 7 [7] -2014-12-15 16:45:04 sendUrl INFO 7 [8] -2014-12-15 16:45:04 queue INFO 3 [265] -2014-12-15 16:45:04 queue INFO >3 [266] -2014-12-15 16:45:04 sendUrl INFO 3 [9] -2014-12-15 16:45:05 queue INFO 7 [267] -2014-12-15 16:45:05 sendUrl INFO 3 [10] -2014-12-15 16:45:05 queue INFO >7 [268] -2014-12-15 16:45:05 queue INFO 3 [269] -2014-12-15 16:45:05 sendUrl INFO 7 [11] -2014-12-15 16:45:06 queue INFO >3 [270] -2014-12-15 16:45:06 sendUrl INFO 7 [12] -2014-12-15 16:45:06 queue INFO 7 [271] -2014-12-15 16:45:06 queue INFO >7 [272] -2014-12-15 16:45:06 sendUrl INFO 3 [13] -2014-12-15 16:45:07 queue INFO 3 [273] -2014-12-15 16:45:07 queue INFO >3 [274] -2014-12-15 16:45:07 sendUrl INFO 3 [14] -2014-12-15 16:45:07 queue INFO 7 [275] -2014-12-15 16:45:07 sendUrl INFO 7 [15] -2014-12-15 16:45:08 queue INFO >7 [276] -2014-12-15 16:45:08 sendUrl INFO 7 [16] -2014-12-15 16:45:08 queue INFO 3 [277] -2014-12-15 16:45:08 queue INFO >3 [278] -2014-12-15 16:45:08 sendUrl INFO 3 [17] -2014-12-15 16:45:09 sendUrl INFO 3 [18] -2014-12-15 16:45:09 queue INFO 7 [279] -2014-12-15 16:45:09 queue INFO >7 [280] -2014-12-15 16:45:09 sendUrl INFO 7 [19] -2014-12-15 16:45:10 queue INFO 3 [281] -2014-12-15 16:45:10 queue INFO >3 [282] -2014-12-15 16:45:10 sendUrl INFO 7 [20] -2014-12-15 16:45:10 sendUrl INFO 3 [21] -2014-12-15 16:45:11 queue INFO 7 [283] -2014-12-15 16:45:11 queue INFO >7 [284] -2014-12-15 16:45:11 sendUrl INFO 3 [22] -2014-12-15 16:45:11 queue INFO 3 [285] -2014-12-15 16:45:11 queue INFO >3 [286] -2014-12-15 16:45:11 sendUrl INFO 7 [23] -2014-12-15 16:45:12 sendUrl INFO 7 [24] -2014-12-15 16:45:12 queue INFO 7 [287] -2014-12-15 16:45:12 queue INFO >7 [288] -2014-12-15 16:45:12 sendUrl INFO 3 [25] -2014-12-15 16:45:13 queue INFO 3 [289] -2014-12-15 16:45:13 queue INFO >3 [290] -2014-12-15 16:45:13 sendUrl INFO 3 [26] -2014-12-15 16:45:13 sendUrl INFO 7 [27] -2014-12-15 16:45:14 queue INFO 7 [291] -2014-12-15 16:45:14 queue INFO >7 [292] -2014-12-15 16:45:14 sendUrl INFO 7 [28] -2014-12-15 16:45:14 queue INFO 3 [293] -2014-12-15 16:45:14 queue INFO >3 [294] -2014-12-15 16:45:14 sendUrl INFO 3 [29] -2014-12-15 16:45:15 sendUrl INFO 3 [30] -2014-12-15 16:45:15 queue INFO 7 [295] -2014-12-15 16:45:15 queue INFO >7 [296] -2014-12-15 16:45:15 queue INFO 3 [297] -2014-12-15 16:45:16 sendUrl INFO 7 [31] -2014-12-15 16:45:16 queue INFO >3 [298] -2014-12-15 16:45:16 sendUrl INFO 7 [32] -2014-12-15 16:45:16 queue INFO 7 [299] -2014-12-15 16:45:17 queue INFO >7 [300] -2014-12-15 16:45:17 sendUrl INFO 3 [33] -2014-12-15 16:45:17 queue INFO 3 [301] -2014-12-15 16:45:17 sendUrl INFO 3 [34] -2014-12-15 16:45:17 queue INFO >3 [302] -2014-12-15 16:45:18 sendUrl INFO 7 [35] -2014-12-15 16:45:18 queue INFO 7 [303] -2014-12-15 16:45:18 queue INFO >7 [304] -2014-12-15 16:45:18 sendUrl INFO 7 [36] -2014-12-15 16:45:18 queue INFO 3 [305] -2014-12-15 16:45:19 queue INFO >3 [306] -2014-12-15 16:45:19 sendUrl INFO 3 [37] -2014-12-15 16:45:19 sendUrl INFO 3 [38] -2014-12-15 16:45:19 queue INFO 7 [307] -2014-12-15 16:45:20 queue INFO >7 [308] -2014-12-15 16:45:20 sendUrl INFO 7 [39] -2014-12-15 16:45:20 queue INFO 3 [309] -2014-12-15 16:45:20 sendUrl INFO 7 [40] -2014-12-15 16:45:20 queue INFO >3 [310] -2014-12-15 16:45:21 sendUrl INFO 3 [41] -2014-12-15 16:45:21 queue INFO 7 [311] -2014-12-15 16:45:21 sendUrl INFO 3 [42] -2014-12-15 16:45:21 queue INFO >7 [312] -2014-12-15 16:45:22 queue INFO 3 [313] -2014-12-15 16:45:22 sendUrl INFO 7 [43] -2014-12-15 16:45:22 queue INFO >3 [314] -2014-12-15 16:45:22 sendUrl INFO 7 [44] -2014-12-15 16:45:22 queue INFO 7 [315] -2014-12-15 16:45:23 queue INFO >7 [316] -2014-12-15 16:45:23 sendUrl INFO 3 [45] -2014-12-15 16:45:23 queue INFO 3 [317] -2014-12-15 16:45:23 sendUrl INFO 3 [46] -2014-12-15 16:45:23 queue INFO >3 [318] -2014-12-15 16:45:24 sendUrl INFO 7 [47] -2014-12-15 16:45:24 queue INFO 7 [319] -2014-12-15 16:45:24 sendUrl INFO 7 [48] -2014-12-15 16:45:24 queue INFO >7 [320] -2014-12-15 16:45:25 queue INFO 3 [321] -2014-12-15 16:45:25 sendUrl INFO 3 [49] -2014-12-15 16:45:25 queue INFO >3 [322] -2014-12-15 16:45:25 sendUrl INFO 3 [50] -2014-12-15 16:45:25 queue INFO 7 [323] -2014-12-15 16:45:26 queue INFO >7 [324] -2014-12-15 16:45:26 sendUrl INFO 7 [51] -2014-12-15 16:45:26 sendUrl INFO 7 [52] -2014-12-15 16:45:26 queue INFO 3 [325] -2014-12-15 16:45:26 queue INFO >3 [326] -2014-12-15 16:45:27 sendUrl INFO 3 [53] -2014-12-15 16:45:27 queue INFO 7 [327] -2014-12-15 16:45:27 sendUrl INFO 3 [54] -2014-12-15 16:45:27 queue INFO >7 [328] -2014-12-15 16:45:28 sendUrl INFO 7 [55] -2014-12-15 16:45:28 queue INFO 3 [329] -2014-12-15 16:45:28 queue INFO >3 [330] -2014-12-15 16:45:28 sendUrl INFO 7 [56] -2014-12-15 16:45:28 queue INFO 7 [331] -2014-12-15 16:45:29 sendUrl INFO 3 [57] -2014-12-15 16:45:29 queue INFO >7 [332] -2014-12-15 16:45:29 sendUrl INFO 3 [58] -2014-12-15 16:45:29 queue INFO 3 [333] -2014-12-15 16:45:29 queue INFO >3 [334] -2014-12-15 16:45:30 sendUrl INFO 7 [59] -2014-12-15 16:45:30 sendUrl INFO 7 [60] -2014-12-15 16:45:30 queue INFO 7 [335] -2014-12-15 16:45:30 queue INFO >7 [336] -2014-12-15 16:45:31 sendUrl INFO 3 [61] -2014-12-15 16:45:31 queue INFO 3 [337] -2014-12-15 16:45:31 queue INFO >3 [338] -2014-12-15 16:45:31 sendUrl INFO 3 [62] -2014-12-15 16:45:32 sendUrl INFO 7 [63] -2014-12-15 16:45:32 queue INFO 7 [339] -2014-12-15 16:45:32 queue INFO >7 [340] -2014-12-15 16:45:32 sendUrl INFO 7 [64] -2014-12-15 16:45:32 queue INFO 3 [341] -2014-12-15 16:45:33 sendUrl INFO 3 [65] -2014-12-15 16:45:33 queue INFO >3 [342] -2014-12-15 16:45:33 sendUrl INFO 3 [66] -2014-12-15 16:45:34 queue INFO 7 [343] -2014-12-15 16:45:34 queue INFO >7 [344] -2014-12-15 16:45:34 sendUrl INFO 7 [67] -2014-12-15 16:45:34 queue INFO 3 [345] -2014-12-15 16:45:34 sendUrl INFO 7 [68] -2014-12-15 16:45:34 queue INFO >3 [346] -2014-12-15 16:45:35 sendUrl INFO 3 [69] -2014-12-15 16:45:35 queue INFO 7 [347] -2014-12-15 16:45:35 queue INFO >7 [348] -2014-12-15 16:45:35 sendUrl INFO 3 [70] -2014-12-15 16:45:36 sendUrl INFO 7 [71] -2014-12-15 16:45:36 queue INFO 3 [349] -2014-12-15 16:45:36 queue INFO >3 [350] -2014-12-15 16:45:36 queue INFO 7 [351] -2014-12-15 16:45:36 sendUrl INFO 7 [72] -2014-12-15 16:45:36 queue INFO >7 [352] -2014-12-15 16:45:37 queue INFO 3 [353] -2014-12-15 16:45:37 sendUrl INFO 3 [73] -2014-12-15 16:45:37 queue INFO >3 [354] -2014-12-15 16:45:37 queue INFO 7 [355] -2014-12-15 16:45:37 queue INFO 3 [356] -2014-12-15 16:45:37 sendUrl INFO 3 [74] -2014-12-15 16:45:37 queue INFO >3 [357] -2014-12-15 16:45:38 sendUrl INFO 7 [75] -2014-12-15 16:45:38 queue INFO 7 [358] -2014-12-15 16:45:38 queue INFO >7 [359] -2014-12-15 16:45:38 sendUrl INFO 7 [76] -2014-12-15 16:45:39 queue INFO 3 [360] -2014-12-15 16:45:39 sendUrl INFO 3 [77] -2014-12-15 16:45:39 queue INFO >3 [361] -2014-12-15 16:45:39 sendUrl INFO 3 [78] -2014-12-15 16:45:39 queue INFO 7 [362] -2014-12-15 16:45:40 queue INFO >7 [363] -2014-12-15 16:45:40 sendUrl INFO 7 [79] -2014-12-15 16:45:40 queue INFO 3 [364] -2014-12-15 16:45:40 queue INFO >3 [365] -2014-12-15 16:45:40 sendUrl INFO 7 [80] -2014-12-15 16:45:41 sendUrl INFO 3 [81] -2014-12-15 16:45:41 queue INFO 7 [366] -2014-12-15 16:45:41 queue INFO >7 [367] -2014-12-15 16:45:41 sendUrl INFO 3 [82] -2014-12-15 16:45:41 queue INFO 3 [368] -2014-12-15 16:45:42 queue INFO >3 [369] -2014-12-15 16:45:42 sendUrl INFO 7 [83] -2014-12-15 16:45:42 queue INFO 7 [370] -2014-12-15 16:45:42 queue INFO >7 [371] -2014-12-15 16:45:42 sendUrl INFO 7 [84] -2014-12-15 16:45:42 queue INFO 3 [372] -2014-12-15 16:45:43 queue INFO >3 [373] -2014-12-15 16:45:43 sendUrl INFO 3 [85] -2014-12-15 16:45:43 sendUrl INFO 3 [86] -2014-12-15 16:45:43 queue INFO 7 [374] -2014-12-15 16:45:44 queue INFO >7 [375] -2014-12-15 16:45:44 sendUrl INFO 7 [87] -2014-12-15 16:45:44 queue INFO 3 [376] -2014-12-15 16:45:44 sendUrl INFO 7 [88] -2014-12-15 16:45:44 queue INFO >3 [377] -2014-12-15 16:45:45 sendUrl INFO 3 [89] -2014-12-15 16:45:45 queue INFO 7 [378] -2014-12-15 16:45:45 queue INFO >7 [379] -2014-12-15 16:45:45 sendUrl INFO 3 [90] -2014-12-15 16:45:46 queue INFO 3 [380] -2014-12-15 16:45:46 sendUrl INFO 7 [91] -2014-12-15 16:45:46 queue INFO >3 [381] -2014-12-15 16:45:46 sendUrl INFO 7 [92] -2014-12-15 16:45:47 queue INFO 7 [382] -2014-12-15 16:45:47 sendUrl INFO 3 [93] -2014-12-15 16:45:47 queue INFO >7 [383] -2014-12-15 16:45:47 queue INFO 3 [384] -2014-12-15 16:45:47 sendUrl INFO 3 [94] -2014-12-15 16:45:48 queue INFO >3 [385] -2014-12-15 16:45:48 sendUrl INFO 7 [95] -2014-12-15 16:45:48 queue INFO 7 [386] -2014-12-15 16:45:48 queue INFO >7 [387] -2014-12-15 16:45:48 sendUrl INFO 7 [96] -2014-12-15 16:45:49 sendUrl INFO 3 [97] -2014-12-15 16:45:49 queue INFO 3 [388] -2014-12-15 16:45:49 queue INFO >3 [389] -2014-12-15 16:45:49 sendUrl INFO 3 [98] -2014-12-15 16:45:50 queue INFO 7 [390] -2014-12-15 16:45:50 sendUrl INFO 7 [99] -2014-12-15 16:45:50 queue INFO >7 [391] -2014-12-15 16:45:50 queue INFO 3 [392] -2014-12-15 16:45:50 sendUrl INFO 7 [100] -2014-12-15 16:45:51 queue INFO >3 [393] -2014-12-15 16:45:51 sendUrl INFO 3 [101] -2014-12-15 16:45:51 queue INFO 7 [394] -2014-12-15 16:45:52 sendUrl INFO 3 [102] -2014-12-15 16:45:52 queue INFO >7 [395] -2014-12-15 16:45:52 sendUrl INFO 7 [103] -2014-12-15 16:45:52 queue INFO 3 [396] -2014-12-15 16:45:52 queue INFO >3 [397] -2014-12-15 16:45:52 sendUrl INFO 7 [104] -2014-12-15 16:45:53 queue INFO 7 [398] -2014-12-15 16:45:53 queue INFO >7 [399] -2014-12-15 16:45:53 sendUrl INFO 3 [105] -2014-12-15 16:45:53 queue INFO 3 [400] -2014-12-15 16:45:53 sendUrl INFO 3 [106] -2014-12-15 16:45:54 queue INFO >3 [401] -2014-12-15 16:45:54 sendUrl INFO 7 [107] -2014-12-15 16:45:54 queue INFO 7 [402] -2014-12-15 16:45:54 queue INFO >7 [403] -2014-12-15 16:45:54 sendUrl INFO 7 [108] -2014-12-15 16:45:55 sendUrl INFO 3 [109] -2014-12-15 16:45:55 queue INFO 3 [404] -2014-12-15 16:45:55 queue INFO >3 [405] -2014-12-15 16:45:55 sendUrl INFO 3 [110] -2014-12-15 16:45:56 sendUrl INFO 7 [111] -2014-12-15 16:45:56 queue INFO 7 [406] -2014-12-15 16:45:56 queue INFO >7 [407] -2014-12-15 16:45:56 sendUrl INFO 7 [112] -2014-12-15 16:45:57 queue INFO 3 [408] -2014-12-15 16:45:57 queue INFO >3 [409] -2014-12-15 16:45:57 sendUrl INFO 3 [113] -2014-12-15 16:45:57 sendUrl INFO 3 [114] -2014-12-15 16:45:58 queue INFO 7 [410] -2014-12-15 16:45:58 queue INFO >7 [411] -2014-12-15 16:45:58 sendUrl INFO 7 [115] -2014-12-15 16:45:58 queue INFO 3 [412] -2014-12-15 16:45:58 queue INFO >3 [413] -2014-12-15 16:45:58 sendUrl INFO 7 [116] -2014-12-15 16:45:59 sendUrl INFO 3 [117] -2014-12-15 16:45:59 queue INFO 7 [414] -2014-12-15 16:45:59 queue INFO >7 [415] -2014-12-15 16:45:59 sendUrl INFO 3 [118] -2014-12-15 16:46:00 sendUrl INFO 7 [119] -2014-12-15 16:46:00 queue INFO 3 [416] -2014-12-15 16:46:00 queue INFO >3 [417] -2014-12-15 16:46:00 sendUrl INFO 7 [120] -2014-12-15 16:46:01 sendUrl INFO 3 [121] -2014-12-15 16:46:01 queue INFO 7 [418] -2014-12-15 16:46:01 queue INFO >7 [419] -2014-12-15 16:46:02 sendUrl INFO 3 [122] -2014-12-15 16:46:02 queue INFO 3 [420] -2014-12-15 16:46:02 queue INFO >3 [421] -2014-12-15 16:46:02 sendUrl INFO 7 [123] -2014-12-15 16:46:03 sendUrl INFO 7 [124] -2014-12-15 16:46:03 queue INFO 7 [422] -2014-12-15 16:46:03 queue INFO >7 [423] -2014-12-15 16:46:03 sendUrl INFO 3 [125] -2014-12-15 16:46:03 queue INFO 3 [424] -2014-12-15 16:46:04 queue INFO >3 [425] -2014-12-15 16:46:04 sendUrl INFO 3 [126] -2014-12-15 16:46:04 sendUrl INFO 7 [127] -2014-12-15 16:46:04 queue INFO 7 [426] -2014-12-15 16:46:05 queue INFO >7 [427] -2014-12-15 16:46:05 sendUrl INFO 7 [128] -2014-12-15 16:46:05 queue INFO 3 [428] -2014-12-15 16:46:05 sendUrl INFO 3 [129] -2014-12-15 16:46:05 queue INFO >3 [429] -2014-12-15 16:46:06 sendUrl INFO 3 [130] -2014-12-15 16:46:06 queue INFO 7 [430] -2014-12-15 16:46:06 sendUrl INFO 7 [131] -2014-12-15 16:46:06 queue INFO >7 [431] -2014-12-15 16:46:07 queue INFO 3 [432] -2014-12-15 16:46:07 sendUrl INFO 7 [132] -2014-12-15 16:46:07 queue INFO >3 [433] -2014-12-15 16:46:07 sendUrl INFO 3 [133] -2014-12-15 16:46:08 queue INFO 7 [434] -2014-12-15 16:46:08 sendUrl INFO 3 [134] -2014-12-15 16:46:08 queue INFO >7 [435] -2014-12-15 16:46:08 sendUrl INFO 7 [135] -2014-12-15 16:46:08 queue INFO 3 [436] -2014-12-15 16:46:08 queue INFO >3 [437] -2014-12-15 16:46:09 sendUrl INFO 7 [136] -2014-12-15 16:46:09 sendUrl INFO 3 [137] -2014-12-15 16:46:09 queue INFO 7 [438] -2014-12-15 16:46:09 queue INFO >7 [439] -2014-12-15 16:46:10 sendUrl INFO 3 [138] -2014-12-15 16:46:10 queue INFO 3 [440] -2014-12-15 16:46:10 queue INFO >3 [441] -2014-12-15 16:46:10 sendUrl INFO 7 [139] -2014-12-15 16:46:11 sendUrl INFO 7 [140] -2014-12-15 16:46:11 queue INFO 7 [442] -2014-12-15 16:46:11 queue INFO >7 [443] -2014-12-15 16:46:11 sendUrl INFO 3 [141] -2014-12-15 16:46:11 queue INFO 3 [444] -2014-12-15 16:46:12 queue INFO >3 [445] -2014-12-15 16:46:12 sendUrl INFO 3 [142] -2014-12-15 16:46:12 sendUrl INFO 7 [143] -2014-12-15 16:46:12 queue INFO 7 [446] -2014-12-15 16:46:13 queue INFO >7 [447] -2014-12-15 16:46:13 sendUrl INFO 7 [144] -2014-12-15 16:46:13 queue INFO 3 [448] -2014-12-15 16:46:13 queue INFO >3 [449] -2014-12-15 16:46:13 sendUrl INFO 3 [145] -2014-12-15 16:46:14 sendUrl INFO 3 [146] -2014-12-15 16:46:14 queue INFO 7 [450] -2014-12-15 16:46:14 queue INFO >7 [451] -2014-12-15 16:46:14 sendUrl INFO 7 [147] -2014-12-15 16:46:14 queue INFO 3 [452] -2014-12-15 16:46:15 queue INFO >3 [453] -2014-12-15 16:46:15 sendUrl INFO 7 [148] -2014-12-15 16:46:15 sendUrl INFO 3 [149] -2014-12-15 16:46:15 queue INFO 7 [454] -2014-12-15 16:46:15 queue INFO >7 [455] -2014-12-15 16:46:16 sendUrl INFO 3 [150] -2014-12-15 16:46:16 queue INFO 3 [456] -2014-12-15 16:46:16 queue INFO >3 [457] -2014-12-15 16:46:16 sendUrl INFO 7 [151] -2014-12-15 16:46:17 sendUrl INFO 7 [152] -2014-12-15 16:46:17 queue INFO 7 [458] -2014-12-15 16:46:17 queue INFO >7 [459] -2014-12-15 16:46:17 sendUrl INFO 3 [153] -2014-12-15 16:46:17 queue INFO 3 [460] -2014-12-15 16:46:18 queue INFO >3 [461] -2014-12-15 16:46:18 sendUrl INFO 3 [154] -2014-12-15 16:46:18 sendUrl INFO 7 [155] -2014-12-15 16:46:18 queue INFO 7 [462] -2014-12-15 16:46:18 queue INFO >7 [463] -2014-12-15 16:46:19 sendUrl INFO 7 [156] -2014-12-15 16:46:19 queue INFO 3 [464] -2014-12-15 16:46:19 queue INFO >3 [465] -2014-12-15 16:46:19 sendUrl INFO 3 [157] -2014-12-15 16:46:20 sendUrl INFO 3 [158] -2014-12-15 16:46:20 queue INFO 7 [466] -2014-12-15 16:46:20 queue INFO >7 [467] -2014-12-15 16:46:20 sendUrl INFO 7 [159] -2014-12-15 16:46:20 queue INFO 3 [468] -2014-12-15 16:46:21 queue INFO >3 [469] -2014-12-15 16:46:21 sendUrl INFO 7 [160] -2014-12-15 16:46:21 queue INFO 7 [470] -2014-12-15 16:46:21 sendUrl INFO 3 [161] -2014-12-15 16:46:21 queue INFO >7 [471] -2014-12-15 16:46:22 queue INFO 3 [472] -2014-12-15 16:46:22 sendUrl INFO 3 [162] -2014-12-15 16:46:22 queue INFO >3 [473] -2014-12-15 16:46:22 sendUrl INFO 7 [163] -2014-12-15 16:46:23 queue INFO 7 [474] -2014-12-15 16:46:23 sendUrl INFO 7 [164] -2014-12-15 16:46:23 queue INFO >7 [475] -2014-12-15 16:46:23 queue INFO 3 [476] -2014-12-15 16:46:23 sendUrl INFO 3 [165] -2014-12-15 16:46:23 queue INFO >3 [477] -2014-12-15 16:46:24 sendUrl INFO 3 [166] -2014-12-15 16:46:24 queue INFO 7 [478] -2014-12-15 16:46:24 sendUrl INFO 7 [167] -2014-12-15 16:46:24 queue INFO >7 [479] -2014-12-15 16:46:25 sendUrl INFO 7 [168] -2014-12-15 16:46:25 queue INFO 3 [480] -2014-12-15 16:46:25 queue INFO >3 [481] -2014-12-15 16:46:25 sendUrl INFO 3 [169] -2014-12-15 16:46:26 sendUrl INFO 3 [170] -2014-12-15 16:46:26 queue INFO 7 [482] -2014-12-15 16:46:26 queue INFO >7 [483] -2014-12-15 16:46:26 sendUrl INFO 7 [171] -2014-12-15 16:46:26 queue INFO 3 [484] -2014-12-15 16:46:27 queue INFO >3 [485] -2014-12-15 16:46:27 sendUrl INFO 7 [172] -2014-12-15 16:46:27 sendUrl INFO 3 [173] -2014-12-15 16:46:27 queue INFO 7 [486] -2014-12-15 16:46:28 queue INFO >7 [487] -2014-12-15 16:46:28 sendUrl INFO 3 [174] -2014-12-15 16:46:28 queue INFO 3 [488] -2014-12-15 16:46:28 sendUrl INFO 7 [175] -2014-12-15 16:46:28 queue INFO >3 [489] -2014-12-15 16:46:29 sendUrl INFO 7 [176] -2014-12-15 16:46:29 queue INFO 7 [490] -2014-12-15 16:46:29 queue INFO >7 [491] -2014-12-15 16:46:29 sendUrl INFO 3 [177] -2014-12-15 16:46:30 sendUrl INFO 3 [178] -2014-12-15 16:46:30 queue INFO 3 [492] -2014-12-15 16:46:30 queue INFO >3 [493] -2014-12-15 16:46:30 sendUrl INFO 7 [179] -2014-12-15 16:46:31 sendUrl INFO 7 [180] -2014-12-15 16:46:31 queue INFO 7 [494] -2014-12-15 16:46:31 queue INFO >7 [495] -2014-12-15 16:46:31 sendUrl INFO 3 [181] -2014-12-15 16:46:31 queue INFO 3 [496] -2014-12-15 16:46:32 queue INFO >3 [497] -2014-12-15 16:46:32 sendUrl INFO 3 [182] -2014-12-15 16:46:32 sendUrl INFO 7 [183] -2014-12-15 16:46:32 queue INFO 7 [498] -2014-12-15 16:46:33 queue INFO >7 [499] -2014-12-15 16:46:33 sendUrl INFO 7 [184] -2014-12-15 16:46:33 queue INFO 3 [500] -2014-12-15 16:46:33 queue INFO >3 [501] -2014-12-15 16:46:33 sendUrl INFO 3 [185] -2014-12-15 16:46:34 sendUrl INFO 3 [186] -2014-12-15 16:46:34 queue INFO 7 [502] -2014-12-15 16:46:34 queue INFO >7 [503] -2014-12-15 16:46:34 sendUrl INFO 7 [187] -2014-12-15 16:46:35 sendUrl INFO 7 [188] -2014-12-15 16:46:35 queue INFO 3 [504] -2014-12-15 16:46:35 queue INFO >3 [505] -2014-12-15 16:46:35 sendUrl INFO 3 [189] -2014-12-15 16:46:36 sendUrl INFO 3 [190] -2014-12-15 16:46:36 queue INFO 7 [506] -2014-12-15 16:46:36 queue INFO >7 [507] -2014-12-15 16:46:36 sendUrl INFO 7 [191] -2014-12-15 16:46:37 queue INFO 3 [508] -2014-12-15 16:46:37 queue INFO >3 [509] -2014-12-15 16:46:37 sendUrl INFO 7 [192] -2014-12-15 16:46:37 queue INFO 7 [510] -2014-12-15 16:46:37 sendUrl INFO 3 [193] -2014-12-15 16:46:38 queue INFO >7 [511] -2014-12-15 16:46:38 sendUrl INFO 3 [194] -2014-12-15 16:46:38 queue INFO 3 [512] -2014-12-15 16:46:38 queue INFO >3 [513] -2014-12-15 16:46:38 sendUrl INFO 7 [195] -2014-12-15 16:46:39 sendUrl INFO 7 [196] -2014-12-15 16:46:39 queue INFO 7 [514] -2014-12-15 16:46:39 queue INFO >7 [515] -2014-12-15 16:46:39 sendUrl INFO 3 [197] -2014-12-15 16:46:40 queue INFO 3 [516] -2014-12-15 16:46:40 sendUrl INFO 3 [198] -2014-12-15 16:46:40 queue INFO >3 [517] -2014-12-15 16:46:40 sendUrl INFO 7 [199] -2014-12-15 16:46:41 queue INFO 7 [518] -2014-12-15 16:46:41 queue INFO >7 [519] -2014-12-15 16:46:41 sendUrl INFO 7 [200] -2014-12-15 16:46:41 queue INFO 3 [520] -2014-12-15 16:46:41 sendUrl INFO 3 [201] -2014-12-15 16:46:42 queue INFO >3 [521] -2014-12-15 16:46:42 sendUrl INFO 3 [202] -2014-12-15 16:46:42 queue INFO 7 [522] -2014-12-15 16:46:42 sendUrl INFO 7 [203] -2014-12-15 16:46:43 queue INFO >7 [523] -2014-12-15 16:46:43 sendUrl INFO 7 [204] -2014-12-15 16:46:43 queue INFO 3 [524] -2014-12-15 16:46:43 queue INFO >3 [525] -2014-12-15 16:46:43 sendUrl INFO 3 [205] -2014-12-15 16:46:44 sendUrl INFO 3 [206] -2014-12-15 16:46:44 queue INFO 7 [526] -2014-12-15 16:46:44 queue INFO >7 [527] -2014-12-15 16:46:44 sendUrl INFO 7 [207] -2014-12-15 16:46:45 queue INFO 3 [528] -2014-12-15 16:46:45 sendUrl INFO 7 [208] -2014-12-15 16:46:45 queue INFO >3 [529] -2014-12-15 16:46:46 sendUrl INFO 3 [209] -2014-12-15 16:46:46 queue INFO 7 [530] -2014-12-15 16:46:46 queue INFO >7 [531] -2014-12-15 16:46:46 sendUrl INFO 3 [210] -2014-12-15 16:46:46 queue INFO 3 [532] -2014-12-15 16:46:47 sendUrl INFO 7 [211] -2014-12-15 16:46:47 queue INFO >3 [533] -2014-12-15 16:46:47 sendUrl INFO 7 [212] -2014-12-15 16:46:47 queue INFO 7 [534] -2014-12-15 16:46:48 sendUrl INFO 3 [213] -2014-12-15 16:46:48 queue INFO >7 [535] -2014-12-15 16:46:48 sendUrl INFO 3 [214] -2014-12-15 16:46:48 queue INFO 3 [536] -2014-12-15 16:46:48 queue INFO >3 [537] -2014-12-15 16:46:49 sendUrl INFO 7 [215] -2014-12-15 16:46:49 sendUrl INFO 7 [216] -2014-12-15 16:46:49 queue INFO 7 [538] -2014-12-15 16:46:49 queue INFO >7 [539] -2014-12-15 16:46:50 sendUrl INFO 3 [217] -2014-12-15 16:46:50 queue INFO 3 [540] -2014-12-15 16:46:50 queue INFO >3 [541] -2014-12-15 16:46:50 sendUrl INFO 3 [218] -2014-12-15 16:46:51 sendUrl INFO 7 [219] -2014-12-15 16:46:51 queue INFO 7 [542] -2014-12-15 16:46:51 queue INFO >7 [543] -2014-12-15 16:46:51 sendUrl INFO 7 [220] -2014-12-15 16:46:51 queue INFO 3 [544] -2014-12-15 16:46:51 queue INFO >3 [545] -2014-12-15 16:46:52 sendUrl INFO 3 [221] -2014-12-15 16:46:52 queue INFO 7 [546] -2014-12-15 16:46:52 queue INFO >7 [547] -2014-12-15 16:46:52 sendUrl INFO 3 [222] -2014-12-15 16:46:52 queue INFO 3 [548] -2014-12-15 16:46:53 queue INFO >3 [549] -2014-12-15 16:46:53 sendUrl INFO 7 [223] -2014-12-15 16:46:53 sendUrl INFO 7 [224] -2014-12-15 16:46:53 queue INFO 7 [550] -2014-12-15 16:46:53 queue INFO >7 [551] -2014-12-15 16:46:54 queue INFO 3 [552] -2014-12-15 16:46:54 sendUrl INFO 3 [225] -2014-12-15 16:46:54 queue INFO >3 [553] -2014-12-15 16:46:54 queue INFO 7 [554] -2014-12-15 16:46:54 sendUrl INFO 3 [226] -2014-12-15 16:46:54 queue INFO >7 [555] -2014-12-15 16:46:55 queue INFO 3 [556] -2014-12-15 16:46:55 sendUrl INFO 7 [227] -2014-12-15 16:46:55 queue INFO >3 [557] -2014-12-15 16:46:55 sendUrl INFO 7 [228] -2014-12-15 16:46:55 queue INFO 7 [558] -2014-12-15 16:46:56 queue INFO >7 [559] -2014-12-15 16:46:56 sendUrl INFO 3 [229] -2014-12-15 16:46:56 queue INFO 3 [560] -2014-12-15 16:46:56 sendUrl INFO 3 [230] -2014-12-15 16:46:56 queue INFO >3 [561] -2014-12-15 16:46:57 sendUrl INFO 7 [231] -2014-12-15 16:46:57 queue INFO 7 [562] -2014-12-15 16:46:57 queue INFO >7 [563] -2014-12-15 16:46:57 sendUrl INFO 7 [232] -2014-12-15 16:46:57 queue INFO 3 [564] -2014-12-15 16:46:58 queue INFO >3 [565] -2014-12-15 16:46:58 sendUrl INFO 3 [233] -2014-12-15 16:46:58 sendUrl INFO 3 [234] -2014-12-15 16:46:58 queue INFO 7 [566] -2014-12-15 16:46:58 queue INFO >7 [567] -2014-12-15 16:46:59 sendUrl INFO 7 [235] -2014-12-15 16:46:59 queue INFO 3 [568] -2014-12-15 16:46:59 queue INFO >3 [569] -2014-12-15 16:46:59 sendUrl INFO 7 [236] -2014-12-15 16:47:00 queue INFO 7 [570] -2014-12-15 16:47:00 sendUrl INFO 3 [237] -2014-12-15 16:47:00 queue INFO >7 [571] -2014-12-15 16:47:00 sendUrl INFO 3 [238] -2014-12-15 16:47:00 queue INFO 3 [572] -2014-12-15 16:47:00 queue INFO >3 [573] -2014-12-15 16:47:01 sendUrl INFO 7 [239] -2014-12-15 16:47:01 queue INFO 7 [574] -2014-12-15 16:47:01 queue INFO >7 [575] -2014-12-15 16:47:01 sendUrl INFO 7 [240] -2014-12-15 16:47:01 queue INFO 3 [576] -2014-12-15 16:47:01 queue INFO >3 [577] -2014-12-15 16:47:02 sendUrl INFO 3 [241] -2014-12-15 16:47:02 queue INFO 7 [578] -2014-12-15 16:47:02 sendUrl INFO 3 [242] -2014-12-15 16:47:02 queue INFO >7 [579] -2014-12-15 16:47:03 sendUrl INFO 7 [243] -2014-12-15 16:47:03 queue INFO 3 [580] -2014-12-15 16:47:03 queue INFO >3 [581] -2014-12-15 16:47:03 sendUrl INFO 7 [244] -2014-12-15 16:47:04 queue INFO 7 [582] -2014-12-15 16:47:04 sendUrl INFO 3 [245] -2014-12-15 16:47:04 queue INFO >7 [583] -2014-12-15 16:47:04 queue INFO 3 [584] -2014-12-15 16:47:04 sendUrl INFO 3 [246] -2014-12-15 16:47:04 queue INFO >3 [585] -2014-12-15 16:47:05 sendUrl INFO 7 [247] -2014-12-15 16:47:05 queue INFO 7 [586] -2014-12-15 16:47:05 queue INFO >7 [587] -2014-12-15 16:47:05 sendUrl INFO 7 [248] -2014-12-15 16:47:06 queue INFO 3 [588] -2014-12-15 16:47:06 sendUrl INFO 3 [249] -2014-12-15 16:47:06 queue INFO >3 [589] -2014-12-15 16:47:06 sendUrl INFO 3 [250] -2014-12-15 16:47:07 queue INFO 7 [590] -2014-12-15 16:47:07 queue INFO >7 [591] -2014-12-15 16:47:07 sendUrl INFO 7 [251] -2014-12-15 16:47:07 queue INFO 3 [592] -2014-12-15 16:47:07 sendUrl INFO 7 [252] -2014-12-15 16:47:07 queue INFO >3 [593] -2014-12-15 16:47:08 sendUrl INFO 3 [253] -2014-12-15 16:47:08 queue INFO 7 [594] -2014-12-15 16:47:08 sendUrl INFO 3 [254] -2014-12-15 16:47:08 queue INFO >7 [595] -2014-12-15 16:47:09 queue INFO 3 [596] -2014-12-15 16:47:09 sendUrl INFO 7 [255] -2014-12-15 16:47:09 queue INFO >3 [597] -2014-12-15 16:47:09 sendUrl INFO 7 [256] -2014-12-15 16:47:10 queue INFO 7 [598] -2014-12-15 16:47:10 sendUrl INFO 3 [257] -2014-12-15 16:47:10 queue INFO >7 [599] -2014-12-15 16:47:10 sendUrl INFO 3 [258] -2014-12-15 16:47:10 queue INFO 3 [600] -2014-12-15 16:47:11 queue INFO >3 [601] -2014-12-15 16:47:11 sendUrl INFO 7 [259] -2014-12-15 16:47:11 queue INFO 7 [602] -2014-12-15 16:47:11 sendUrl INFO 7 [260] -2014-12-15 16:47:11 queue INFO >7 [603] -2014-12-15 16:47:12 sendUrl INFO 3 [261] -2014-12-15 16:47:12 queue INFO 3 [604] -2014-12-15 16:47:12 queue INFO >3 [605] -2014-12-15 16:47:12 sendUrl INFO 3 [262] -2014-12-15 16:47:13 sendUrl INFO 7 [263] -2014-12-15 16:47:13 queue INFO 7 [606] -2014-12-15 16:47:13 queue INFO >7 [607] -2014-12-15 16:47:13 sendUrl INFO 7 [264] -2014-12-15 16:47:14 queue INFO 3 [608] -2014-12-15 16:47:14 queue INFO >3 [609] -2014-12-15 16:47:14 sendUrl INFO 3 [265] -2014-12-15 16:47:14 sendUrl INFO 3 [266] -2014-12-15 16:47:14 queue INFO 7 [610] -2014-12-15 16:47:15 queue INFO >7 [611] -2014-12-15 16:47:15 sendUrl INFO 7 [267] -2014-12-15 16:47:15 queue INFO 3 [612] -2014-12-15 16:47:15 queue INFO >3 [613] -2014-12-15 16:47:15 sendUrl INFO 7 [268] -2014-12-15 16:47:16 queue INFO 7 [614] -2014-12-15 16:47:16 sendUrl INFO 3 [269] -2014-12-15 16:47:16 queue INFO >7 [615] -2014-12-15 16:47:16 sendUrl INFO 3 [270] -2014-12-15 16:47:16 queue INFO 3 [616] -2014-12-15 16:47:17 queue INFO >3 [617] -2014-12-15 16:47:17 sendUrl INFO 7 [271] -2014-12-15 16:47:17 sendUrl INFO 7 [272] -2014-12-15 16:47:17 queue INFO 7 [618] -2014-12-15 16:47:18 queue INFO >7 [619] -2014-12-15 16:47:18 sendUrl INFO 3 [273] -2014-12-15 16:47:18 queue INFO 3 [620] -2014-12-15 16:47:18 sendUrl INFO 3 [274] -2014-12-15 16:47:18 queue INFO >3 [621] -2014-12-15 16:47:19 sendUrl INFO 7 [275] -2014-12-15 16:47:19 queue INFO 7 [622] -2014-12-15 16:47:19 queue INFO >7 [623] -2014-12-15 16:47:19 sendUrl INFO 7 [276] -2014-12-15 16:47:20 queue INFO 3 [624] -2014-12-15 16:47:20 sendUrl INFO 3 [277] -2014-12-15 16:47:20 queue INFO >3 [625] -2014-12-15 16:47:20 sendUrl INFO 3 [278] -2014-12-15 16:47:20 queue INFO 7 [626] -2014-12-15 16:47:21 queue INFO >7 [627] -2014-12-15 16:47:21 sendUrl INFO 7 [279] -2014-12-15 16:47:21 queue INFO 3 [628] -2014-12-15 16:47:21 sendUrl INFO 7 [280] -2014-12-15 16:47:21 queue INFO >3 [629] -2014-12-15 16:47:22 sendUrl INFO 3 [281] -2014-12-15 16:47:22 queue INFO 7 [630] -2014-12-15 16:47:22 queue INFO >7 [631] -2014-12-15 16:47:22 sendUrl INFO 3 [282] -2014-12-15 16:47:23 queue INFO 3 [632] -2014-12-15 16:47:23 sendUrl INFO 7 [283] -2014-12-15 16:47:23 queue INFO >3 [633] -2014-12-15 16:47:23 sendUrl INFO 7 [284] -2014-12-15 16:47:24 queue INFO 7 [634] -2014-12-15 16:47:24 queue INFO >7 [635] -2014-12-15 16:47:24 sendUrl INFO 3 [285] -2014-12-15 16:47:24 sendUrl INFO 3 [286] -2014-12-15 16:47:25 queue INFO 3 [636] -2014-12-15 16:47:25 queue INFO >3 [637] -2014-12-15 16:47:25 sendUrl INFO 7 [287] -2014-12-15 16:47:25 queue INFO 7 [638] -2014-12-15 16:47:25 sendUrl INFO 7 [288] -2014-12-15 16:47:26 queue INFO >7 [639] -2014-12-15 16:47:26 queue INFO 3 [640] -2014-12-15 16:47:26 sendUrl INFO 3 [289] -2014-12-15 16:47:26 queue INFO >3 [641] -2014-12-15 16:47:26 sendUrl INFO 3 [290] -2014-12-15 16:47:27 queue INFO 7 [642] -2014-12-15 16:47:27 sendUrl INFO 7 [291] -2014-12-15 16:47:27 queue INFO >7 [643] -2014-12-15 16:47:27 sendUrl INFO 7 [292] -2014-12-15 16:47:28 queue INFO 3 [644] -2014-12-15 16:47:28 queue INFO >3 [645] -2014-12-15 16:47:28 sendUrl INFO 3 [293] -2014-12-15 16:47:28 sendUrl INFO 3 [294] -2014-12-15 16:47:29 queue INFO 7 [646] -2014-12-15 16:47:29 queue INFO >7 [647] -2014-12-15 16:47:29 sendUrl INFO 7 [295] -2014-12-15 16:47:29 queue INFO 3 [648] -2014-12-15 16:47:30 sendUrl INFO 7 [296] -2014-12-15 16:47:30 queue INFO >3 [649] -2014-12-15 16:47:30 sendUrl INFO 3 [297] -2014-12-15 16:47:30 queue INFO 7 [650] -2014-12-15 16:47:30 queue INFO >7 [651] -2014-12-15 16:47:31 sendUrl INFO 3 [298] -2014-12-15 16:47:31 queue INFO 3 [652] -2014-12-15 16:47:31 queue INFO >3 [653] -2014-12-15 16:47:31 sendUrl INFO 7 [299] -2014-12-15 16:47:32 sendUrl INFO 7 [300] -2014-12-15 16:47:32 queue INFO 7 [654] -2014-12-15 16:47:32 queue INFO >7 [655] -2014-12-15 16:47:32 sendUrl INFO 3 [301] -2014-12-15 16:47:32 queue INFO 3 [656] -2014-12-15 16:47:33 sendUrl INFO 3 [302] -2014-12-15 16:47:33 queue INFO >3 [657] -2014-12-15 16:47:33 sendUrl INFO 7 [303] -2014-12-15 16:47:33 queue INFO 7 [658] -2014-12-15 16:47:34 sendUrl INFO 7 [304] -2014-12-15 16:47:34 queue INFO >7 [659] -2014-12-15 16:47:34 queue INFO 3 [660] -2014-12-15 16:47:34 sendUrl INFO 3 [305] -2014-12-15 16:47:34 queue INFO >3 [661] -2014-12-15 16:47:35 sendUrl INFO 3 [306] -2014-12-15 16:47:35 queue INFO 7 [662] -2014-12-15 16:47:35 sendUrl INFO 7 [307] -2014-12-15 16:47:35 queue INFO >7 [663] -2014-12-15 16:47:36 sendUrl INFO 7 [308] -2014-12-15 16:47:36 queue INFO 3 [664] -2014-12-15 16:47:36 queue INFO >3 [665] -2014-12-15 16:47:36 sendUrl INFO 3 [309] -2014-12-15 16:47:36 queue INFO 7 [666] -2014-12-15 16:47:37 sendUrl INFO 3 [310] -2014-12-15 16:47:37 queue INFO >7 [667] -2014-12-15 16:47:37 queue INFO 3 [668] -2014-12-15 16:47:37 sendUrl INFO 7 [311] -2014-12-15 16:47:37 queue INFO >3 [669] -2014-12-15 16:47:38 sendUrl INFO 7 [312] -2014-12-15 16:47:38 queue INFO 7 [670] -2014-12-15 16:47:38 queue INFO >7 [671] -2014-12-15 16:47:38 sendUrl INFO 3 [313] -2014-12-15 16:47:38 queue INFO 3 [672] -2014-12-15 16:47:39 sendUrl INFO 3 [314] -2014-12-15 16:47:39 queue INFO >3 [673] -2014-12-15 16:47:39 sendUrl INFO 7 [315] -2014-12-15 16:47:39 queue INFO 7 [674] -2014-12-15 16:47:40 queue INFO >7 [675] -2014-12-15 16:47:40 sendUrl INFO 7 [316] -2014-12-15 16:47:40 queue INFO 3 [676] -2014-12-15 16:47:40 queue INFO >3 [677] -2014-12-15 16:47:40 sendUrl INFO 3 [317] -2014-12-15 16:47:41 sendUrl INFO 3 [318] -2014-12-15 16:47:41 queue INFO 7 [678] -2014-12-15 16:47:41 queue INFO >7 [679] -2014-12-15 16:47:41 sendUrl INFO 7 [319] -2014-12-15 16:47:41 queue INFO 3 [680] -2014-12-15 16:47:42 queue INFO >3 [681] -2014-12-15 16:47:42 sendUrl INFO 7 [320] -2014-12-15 16:47:42 sendUrl INFO 3 [321] -2014-12-15 16:47:42 queue INFO 7 [682] -2014-12-15 16:47:43 queue INFO >7 [683] -2014-12-15 16:47:43 sendUrl INFO 3 [322] -2014-12-15 16:47:43 queue INFO 3 [684] -2014-12-15 16:47:43 queue INFO >3 [685] -2014-12-15 16:47:43 sendUrl INFO 7 [323] -2014-12-15 16:47:44 sendUrl INFO 7 [324] -2014-12-15 16:47:44 queue INFO 7 [686] -2014-12-15 16:47:44 queue INFO >7 [687] -2014-12-15 16:47:44 sendUrl INFO 3 [325] -2014-12-15 16:47:44 queue INFO 3 [688] -2014-12-15 16:47:45 queue INFO >3 [689] -2014-12-15 16:47:45 sendUrl INFO 3 [326] -2014-12-15 16:47:45 queue INFO 7 [690] -2014-12-15 16:47:45 sendUrl INFO 7 [327] -2014-12-15 16:47:45 queue INFO >7 [691] -2014-12-15 16:47:46 sendUrl INFO 7 [328] -2014-12-15 16:47:46 queue INFO 3 [692] -2014-12-15 16:47:46 queue INFO >3 [693] -2014-12-15 16:47:46 sendUrl INFO 3 [329] -2014-12-15 16:47:47 sendUrl INFO 3 [330] -2014-12-15 16:47:47 queue INFO 7 [694] -2014-12-15 16:47:47 queue INFO >7 [695] -2014-12-15 16:47:47 sendUrl INFO 7 [331] -2014-12-15 16:47:48 queue INFO 3 [696] -2014-12-15 16:47:48 sendUrl INFO 7 [332] -2014-12-15 16:47:48 queue INFO >3 [697] -2014-12-15 16:47:48 sendUrl INFO 3 [333] -2014-12-15 16:47:48 queue INFO 7 [698] -2014-12-15 16:47:49 queue INFO >7 [699] -2014-12-15 16:47:49 sendUrl INFO 3 [334] -2014-12-15 16:47:49 queue INFO 3 [700] -2014-12-15 16:47:49 sendUrl INFO 7 [335] -2014-12-15 16:47:49 queue INFO >3 [701] -2014-12-15 16:47:50 sendUrl INFO 7 [336] -2014-12-15 16:47:50 queue INFO 7 [702] -2014-12-15 16:47:50 queue INFO >7 [703] -2014-12-15 16:47:50 sendUrl INFO 3 [337] -2014-12-15 16:47:50 queue INFO 3 [704] -2014-12-15 16:47:50 queue INFO >3 [705] -2014-12-15 16:47:51 sendUrl INFO 3 [338] -2014-12-15 16:47:51 queue INFO 7 [706] -2014-12-15 16:47:51 sendUrl INFO 7 [339] -2014-12-15 16:47:51 queue INFO >7 [707] -2014-12-15 16:47:52 sendUrl INFO 7 [340] -2014-12-15 16:47:52 queue INFO 3 [708] -2014-12-15 16:47:52 queue INFO >3 [709] -2014-12-15 16:47:52 sendUrl INFO 3 [341] -2014-12-15 16:47:53 queue INFO 7 [710] -2014-12-15 16:47:53 sendUrl INFO 3 [342] -2014-12-15 16:47:53 queue INFO >7 [711] -2014-12-15 16:47:53 sendUrl INFO 7 [343] -2014-12-15 16:47:53 queue INFO 3 [712] -2014-12-15 16:47:53 queue INFO >3 [713] -2014-12-15 16:47:54 sendUrl INFO 7 [344] -2014-12-15 16:47:54 sendUrl INFO 3 [345] -2014-12-15 16:47:54 queue INFO 7 [714] -2014-12-15 16:47:54 queue INFO >7 [715] -2014-12-15 16:47:55 sendUrl INFO 3 [346] -2014-12-15 16:47:55 queue INFO 3 [716] -2014-12-15 16:47:55 sendUrl INFO 7 [347] -2014-12-15 16:47:55 queue INFO >3 [717] -2014-12-15 16:47:56 sendUrl INFO 7 [348] -2014-12-15 16:47:56 queue INFO 7 [718] -2014-12-15 16:47:56 queue INFO >7 [719] -2014-12-15 16:47:56 sendUrl INFO 3 [349] -2014-12-15 16:47:57 queue INFO 3 [720] -2014-12-15 16:47:57 sendUrl INFO 3 [350] -2014-12-15 16:47:57 queue INFO >3 [721] -2014-12-15 16:47:57 sendUrl INFO 7 [351] -2014-12-15 16:47:58 queue INFO 7 [722] -2014-12-15 16:47:58 queue INFO >7 [723] -2014-12-15 16:47:58 sendUrl INFO 7 [352] -2014-12-15 16:47:58 sendUrl INFO 3 [353] -2014-12-15 16:47:58 queue INFO 3 [724] -2014-12-15 16:47:59 queue INFO >3 [725] -2014-12-15 16:47:59 sendUrl INFO 3 [354] -2014-12-15 16:47:59 queue INFO 7 [726] -2014-12-15 16:47:59 sendUrl INFO 7 [355] -2014-12-15 16:47:59 queue INFO >7 [727] -2014-12-15 16:48:00 sendUrl INFO 3 [356] -2014-12-15 16:48:00 queue INFO 3 [728] -2014-12-15 16:48:00 queue INFO >3 [729] -2014-12-15 16:48:00 sendUrl INFO 3 [357] -2014-12-15 16:48:01 queue INFO 7 [730] -2014-12-15 16:48:01 sendUrl INFO 7 [358] -2014-12-15 16:48:01 queue INFO >7 [731] -2014-12-15 16:48:01 queue INFO 3 [732] -2014-12-15 16:48:01 sendUrl INFO 7 [359] -2014-12-15 16:48:02 queue INFO >3 [733] -2014-12-15 16:48:02 sendUrl INFO 3 [360] -2014-12-15 16:48:02 queue INFO 7 [734] -2014-12-15 16:48:02 queue INFO >7 [735] -2014-12-15 16:48:02 sendUrl INFO 3 [361] -2014-12-15 16:48:03 queue INFO 3 [736] -2014-12-15 16:48:03 queue INFO >3 [737] -2014-12-15 16:48:03 sendUrl INFO 7 [362] -2014-12-15 16:48:03 queue INFO 7 [738] -2014-12-15 16:48:03 queue INFO >7 [739] -2014-12-15 16:48:03 sendUrl INFO 7 [363] -2014-12-15 16:48:04 queue INFO 3 [740] -2014-12-15 16:48:04 queue INFO >3 [741] -2014-12-15 16:48:04 sendUrl INFO 3 [364] -2014-12-15 16:48:04 queue INFO 7 [742] -2014-12-15 16:48:04 sendUrl INFO 3 [365] -2014-12-15 16:48:04 queue INFO >7 [743] -2014-12-15 16:48:05 queue INFO 3 [744] -2014-12-15 16:48:05 sendUrl INFO 7 [366] -2014-12-15 16:48:05 queue INFO >3 [745] -2014-12-15 16:48:05 sendUrl INFO 7 [367] -2014-12-15 16:48:06 queue INFO 7 [746] -2014-12-15 16:48:06 queue INFO >7 [747] -2014-12-15 16:48:06 sendUrl INFO 3 [368] -2014-12-15 16:48:06 queue INFO 3 [748] -2014-12-15 16:48:06 sendUrl INFO 3 [369] -2014-12-15 16:48:06 queue INFO >3 [749] -2014-12-15 16:48:07 sendUrl INFO 7 [370] -2014-12-15 16:48:07 queue INFO 7 [750] -2014-12-15 16:48:07 queue INFO >7 [751] -2014-12-15 16:48:07 sendUrl INFO 7 [371] -2014-12-15 16:48:08 queue INFO 3 [752] -2014-12-15 16:48:08 sendUrl INFO 3 [372] -2014-12-15 16:48:08 queue INFO >3 [753] -2014-12-15 16:48:08 sendUrl INFO 3 [373] -2014-12-15 16:48:09 queue INFO 7 [754] -2014-12-15 16:48:09 queue INFO >7 [755] -2014-12-15 16:48:09 sendUrl INFO 7 [374] -2014-12-15 16:48:09 queue INFO 3 [756] -2014-12-15 16:48:09 queue INFO >3 [757] -2014-12-15 16:48:09 sendUrl INFO 7 [375] -2014-12-15 16:48:10 queue INFO 7 [758] -2014-12-15 16:48:10 sendUrl INFO 3 [376] -2014-12-15 16:48:10 queue INFO >7 [759] -2014-12-15 16:48:10 queue INFO 3 [760] -2014-12-15 16:48:10 sendUrl INFO 3 [377] -2014-12-15 16:48:11 queue INFO >3 [761] -2014-12-15 16:48:11 sendUrl INFO 7 [378] -2014-12-15 16:48:11 queue INFO 7 [762] -2014-12-15 16:48:11 queue INFO >7 [763] -2014-12-15 16:48:11 sendUrl INFO 7 [379] -2014-12-15 16:48:12 queue INFO 3 [764] -2014-12-15 16:48:12 sendUrl INFO 3 [380] -2014-12-15 16:48:12 queue INFO >3 [765] -2014-12-15 16:48:12 sendUrl INFO 3 [381] -2014-12-15 16:48:13 queue INFO 7 [766] -2014-12-15 16:48:13 queue INFO >7 [767] -2014-12-15 16:48:13 sendUrl INFO 7 [382] -2014-12-15 16:48:13 queue INFO 3 [768] -2014-12-15 16:48:13 sendUrl INFO 7 [383] -2014-12-15 16:48:14 queue INFO >3 [769] -2014-12-15 16:48:14 sendUrl INFO 3 [384] -2014-12-15 16:48:14 queue INFO 7 [770] -2014-12-15 16:48:15 sendUrl INFO 3 [385] -2014-12-15 16:48:15 queue INFO >7 [771] -2014-12-15 16:48:15 queue INFO 3 [772] -2014-12-15 16:48:15 sendUrl INFO 7 [386] -2014-12-15 16:48:15 queue INFO >3 [773] -2014-12-15 16:48:16 sendUrl INFO 7 [387] -2014-12-15 16:48:16 queue INFO 7 [774] -2014-12-15 16:48:16 sendUrl INFO 3 [388] -2014-12-15 16:48:16 queue INFO >7 [775] -2014-12-15 16:48:16 queue INFO 3 [776] -2014-12-15 16:48:17 sendUrl INFO 3 [389] -2014-12-15 16:48:17 queue INFO >3 [777] -2014-12-15 16:48:17 sendUrl INFO 7 [390] -2014-12-15 16:48:17 queue INFO 7 [778] -2014-12-15 16:48:18 sendUrl INFO 7 [391] -2014-12-15 16:48:18 queue INFO >7 [779] -2014-12-15 16:48:18 sendUrl INFO 3 [392] -2014-12-15 16:48:18 queue INFO 3 [780] -2014-12-15 16:48:18 queue INFO >3 [781] -2014-12-15 16:48:19 sendUrl INFO 3 [393] -2014-12-15 16:48:19 queue INFO 7 [782] -2014-12-15 16:48:19 queue INFO >7 [783] -2014-12-15 16:48:19 sendUrl INFO 7 [394] -2014-12-15 16:48:20 sendUrl INFO 7 [395] -2014-12-15 16:48:20 queue INFO 3 [784] -2014-12-15 16:48:20 queue INFO >3 [785] -2014-12-15 16:48:20 sendUrl INFO 3 [396] -2014-12-15 16:48:21 sendUrl INFO 3 [397] -2014-12-15 16:48:21 queue INFO 7 [786] -2014-12-15 16:48:21 queue INFO >7 [787] -2014-12-15 16:48:21 sendUrl INFO 7 [398] -2014-12-15 16:48:21 queue INFO 3 [788] -2014-12-15 16:48:21 queue INFO >3 [789] -2014-12-15 16:48:22 sendUrl INFO 7 [399] -2014-12-15 16:48:22 sendUrl INFO 3 [400] -2014-12-15 16:48:22 queue INFO 7 [790] -2014-12-15 16:48:22 queue INFO >7 [791] -2014-12-15 16:48:23 sendUrl INFO 3 [401] -2014-12-15 16:48:23 queue INFO 3 [792] -2014-12-15 16:48:23 sendUrl INFO 7 [402] -2014-12-15 16:48:23 queue INFO >3 [793] -2014-12-15 16:48:24 sendUrl INFO 7 [403] -2014-12-15 16:48:24 queue INFO 7 [794] -2014-12-15 16:48:24 sendUrl INFO 3 [404] -2014-12-15 16:48:24 queue INFO >7 [795] -2014-12-15 16:48:25 sendUrl INFO 3 [405] -2014-12-15 16:48:25 queue INFO 3 [796] -2014-12-15 16:48:25 queue INFO >3 [797] -2014-12-15 16:48:25 sendUrl INFO 7 [406] -2014-12-15 16:48:25 queue INFO 7 [798] -2014-12-15 16:48:26 sendUrl INFO 7 [407] -2014-12-15 16:48:26 queue INFO >7 [799] -2014-12-15 16:48:26 queue INFO 3 [800] -2014-12-15 16:48:26 sendUrl INFO 3 [408] -2014-12-15 16:48:26 queue INFO >3 [801] -2014-12-15 16:48:27 sendUrl INFO 3 [409] -2014-12-15 16:48:27 queue INFO 7 [802] -2014-12-15 16:48:27 queue INFO >7 [803] -2014-12-15 16:48:27 sendUrl INFO 7 [410] -2014-12-15 16:48:28 sendUrl INFO 7 [411] -2014-12-15 16:48:28 queue INFO 3 [804] -2014-12-15 16:48:28 queue INFO >3 [805] -2014-12-15 16:48:28 sendUrl INFO 3 [412] -2014-12-15 16:48:29 queue INFO 7 [806] -2014-12-15 16:48:29 sendUrl INFO 3 [413] -2014-12-15 16:48:29 queue INFO >7 [807] -2014-12-15 16:48:29 sendUrl INFO 7 [414] -2014-12-15 16:48:29 queue INFO 3 [808] -2014-12-15 16:48:30 queue INFO >3 [809] -2014-12-15 16:48:30 sendUrl INFO 7 [415] -2014-12-15 16:48:30 sendUrl INFO 3 [416] -2014-12-15 16:48:30 queue INFO 7 [810] -2014-12-15 16:48:31 queue INFO >7 [811] -2014-12-15 16:48:31 sendUrl INFO 3 [417] -2014-12-15 16:48:31 queue INFO 3 [812] -2014-12-15 16:48:31 queue INFO >3 [813] -2014-12-15 16:48:31 sendUrl INFO 7 [418] -2014-12-15 16:48:32 sendUrl INFO 7 [419] -2014-12-15 16:48:32 queue INFO 7 [814] -2014-12-15 16:48:32 queue INFO >7 [815] -2014-12-15 16:48:32 sendUrl INFO 3 [420] -2014-12-15 16:48:33 queue INFO 3 [816] -2014-12-15 16:48:33 sendUrl INFO 3 [421] -2014-12-15 16:48:33 queue INFO >3 [817] -2014-12-15 16:48:33 sendUrl INFO 7 [422] -2014-12-15 16:48:33 queue INFO 7 [818] -2014-12-15 16:48:34 queue INFO >7 [819] -2014-12-15 16:48:34 sendUrl INFO 7 [423] -2014-12-15 16:48:34 queue INFO 3 [820] -2014-12-15 16:48:34 sendUrl INFO 3 [424] -2014-12-15 16:48:34 queue INFO >3 [821] -2014-12-15 16:48:35 sendUrl INFO 3 [425] -2014-12-15 16:48:35 queue INFO 7 [822] -2014-12-15 16:48:35 sendUrl INFO 7 [426] -2014-12-15 16:48:35 queue INFO >7 [823] -2014-12-15 16:48:36 queue INFO 3 [824] -2014-12-15 16:48:36 sendUrl INFO 7 [427] -2014-12-15 16:48:36 queue INFO >3 [825] -2014-12-15 16:48:36 sendUrl INFO 3 [428] -2014-12-15 16:48:36 queue INFO 7 [826] -2014-12-15 16:48:37 queue INFO >7 [827] -2014-12-15 16:48:37 sendUrl INFO 3 [429] -2014-12-15 16:48:37 queue INFO 3 [828] -2014-12-15 16:48:37 sendUrl INFO 7 [430] -2014-12-15 16:48:37 queue INFO >3 [829] -2014-12-15 16:48:38 sendUrl INFO 7 [431] -2014-12-15 16:48:38 queue INFO 7 [830] -2014-12-15 16:48:38 sendUrl INFO 3 [432] -2014-12-15 16:48:38 queue INFO >7 [831] -2014-12-15 16:48:39 sendUrl INFO 3 [433] -2014-12-15 16:48:39 queue INFO 3 [832] -2014-12-15 16:48:39 queue INFO >3 [833] -2014-12-15 16:48:39 sendUrl INFO 7 [434] -2014-12-15 16:48:40 sendUrl INFO 7 [435] -2014-12-15 16:48:40 queue INFO 7 [834] -2014-12-15 16:48:40 queue INFO >7 [835] -2014-12-15 16:48:40 sendUrl INFO 3 [436] -2014-12-15 16:48:40 queue INFO 3 [836] -2014-12-15 16:48:41 queue INFO >3 [837] -2014-12-15 16:48:41 sendUrl INFO 3 [437] -2014-12-15 16:48:41 sendUrl INFO 7 [438] -2014-12-15 16:48:41 queue INFO 7 [838] -2014-12-15 16:48:42 queue INFO >7 [839] -2014-12-15 16:48:42 sendUrl INFO 7 [439] -2014-12-15 16:48:42 queue INFO 3 [840] -2014-12-15 16:48:42 queue INFO >3 [841] -2014-12-15 16:48:42 sendUrl INFO 3 [440] -2014-12-15 16:48:43 queue INFO 7 [842] -2014-12-15 16:48:43 sendUrl INFO 3 [441] -2014-12-15 16:48:43 queue INFO >7 [843] -2014-12-15 16:48:43 queue INFO 3 [844] -2014-12-15 16:48:43 sendUrl INFO 7 [442] -2014-12-15 16:48:44 queue INFO >3 [845] -2014-12-15 16:48:44 sendUrl INFO 7 [443] -2014-12-15 16:48:44 queue INFO 7 [846] -2014-12-15 16:48:44 queue INFO >7 [847] -2014-12-15 16:48:44 sendUrl INFO 3 [444] -2014-12-15 16:48:45 queue INFO 3 [848] -2014-12-15 16:48:45 sendUrl INFO 3 [445] -2014-12-15 16:48:45 queue INFO >3 [849] -2014-12-15 16:48:45 sendUrl INFO 7 [446] -2014-12-15 16:48:46 queue INFO 7 [850] -2014-12-15 16:48:46 queue INFO >7 [851] -2014-12-15 16:48:46 sendUrl INFO 7 [447] -2014-12-15 16:48:46 queue INFO 3 [852] -2014-12-15 16:48:46 queue INFO >3 [853] -2014-12-15 16:48:46 sendUrl INFO 3 [448] -2014-12-15 16:48:47 sendUrl INFO 3 [449] -2014-12-15 16:48:47 queue INFO 7 [854] -2014-12-15 16:48:47 queue INFO >7 [855] -2014-12-15 16:48:47 sendUrl INFO 7 [450] -2014-12-15 16:48:48 queue INFO 3 [856] -2014-12-15 16:48:48 sendUrl INFO 7 [451] -2014-12-15 16:48:48 queue INFO >3 [857] -2014-12-15 16:48:48 sendUrl INFO 3 [452] -2014-12-15 16:48:49 queue INFO 7 [858] -2014-12-15 16:48:49 queue INFO >7 [859] -2014-12-15 16:48:49 sendUrl INFO 3 [453] -2014-12-15 16:48:49 queue INFO 3 [860] -2014-12-15 16:48:49 queue INFO >3 [861] -2014-12-15 16:48:49 sendUrl INFO 7 [454] -2014-12-15 16:48:50 sendUrl INFO 7 [455] -2014-12-15 16:48:50 queue INFO 7 [862] -2014-12-15 16:48:50 queue INFO >7 [863] -2014-12-15 16:48:50 queue INFO 3 [864] -2014-12-15 16:48:50 sendUrl INFO 3 [456] -2014-12-15 16:48:51 queue INFO >3 [865] -2014-12-15 16:48:51 sendUrl INFO 3 [457] -2014-12-15 16:48:51 queue INFO 7 [866] -2014-12-15 16:48:51 sendUrl INFO 7 [458] -2014-12-15 16:48:51 queue INFO >7 [867] -2014-12-15 16:48:52 queue INFO 3 [868] -2014-12-15 16:48:52 queue INFO >3 [869] -2014-12-15 16:48:52 sendUrl INFO 7 [459] -2014-12-15 16:48:52 sendUrl INFO 3 [460] -2014-12-15 16:48:52 queue INFO 7 [870] -2014-12-15 16:48:53 queue INFO >7 [871] -2014-12-15 16:48:53 sendUrl INFO 3 [461] -2014-12-15 16:48:53 queue INFO 3 [872] -2014-12-15 16:48:53 queue INFO >3 [873] -2014-12-15 16:48:53 sendUrl INFO 7 [462] -2014-12-15 16:48:54 sendUrl INFO 7 [463] -2014-12-15 16:48:54 queue INFO 7 [874] -2014-12-15 16:48:54 queue INFO >7 [875] -2014-12-15 16:48:54 sendUrl INFO 3 [464] -2014-12-15 16:48:55 queue INFO 3 [876] -2014-12-15 16:48:55 queue INFO >3 [877] -2014-12-15 16:48:55 sendUrl INFO 3 [465] -2014-12-15 16:48:55 sendUrl INFO 7 [466] -2014-12-15 16:48:56 queue INFO 7 [878] -2014-12-15 16:48:56 queue INFO >7 [879] -2014-12-15 16:48:56 sendUrl INFO 7 [467] -2014-12-15 16:48:56 queue INFO 3 [880] -2014-12-15 16:48:56 sendUrl INFO 3 [468] -2014-12-15 16:48:56 queue INFO >3 [881] -2014-12-15 16:48:57 sendUrl INFO 3 [469] -2014-12-15 16:48:57 queue INFO 7 [882] -2014-12-15 16:48:57 queue INFO >7 [883] -2014-12-15 16:48:57 sendUrl INFO 7 [470] -2014-12-15 16:48:58 queue INFO 3 [884] -2014-12-15 16:48:58 sendUrl INFO 7 [471] -2014-12-15 16:48:58 queue INFO >3 [885] -2014-12-15 16:48:59 sendUrl INFO 3 [472] -2014-12-15 16:48:59 queue INFO 7 [886] -2014-12-15 16:48:59 sendUrl INFO 3 [473] -2014-12-15 16:48:59 queue INFO >7 [887] -2014-12-15 16:49:00 sendUrl INFO 7 [474] -2014-12-15 16:49:00 queue INFO 3 [888] -2014-12-15 16:49:00 queue INFO >3 [889] -2014-12-15 16:49:00 sendUrl INFO 7 [475] -2014-12-15 16:49:01 sendUrl INFO 3 [476] -2014-12-15 16:49:01 queue INFO 7 [890] -2014-12-15 16:49:01 queue INFO >7 [891] -2014-12-15 16:49:01 sendUrl INFO 3 [477] -2014-12-15 16:49:01 queue INFO 3 [892] -2014-12-15 16:49:02 queue INFO >3 [893] -2014-12-15 16:49:02 sendUrl INFO 7 [478] -2014-12-15 16:49:02 queue INFO 7 [894] -2014-12-15 16:49:02 queue INFO >7 [895] -2014-12-15 16:49:02 sendUrl INFO 7 [479] -2014-12-15 16:49:02 queue INFO 3 [896] -2014-12-15 16:49:02 queue INFO >3 [897] -2014-12-15 16:49:03 sendUrl INFO 3 [480] -2014-12-15 16:49:03 queue INFO 7 [898] -2014-12-15 16:49:03 queue INFO >7 [899] -2014-12-15 16:49:03 queue INFO 3 [900] -2014-12-15 16:49:03 sendUrl INFO 3 [481] -2014-12-15 16:49:03 queue INFO >3 [901] -2014-12-15 16:49:03 queue INFO 7 [902] -2014-12-15 16:49:04 sendUrl INFO 7 [482] -2014-12-15 16:49:04 queue INFO >7 [903] -2014-12-15 16:49:04 queue INFO 3 [904] -2014-12-15 16:49:04 queue INFO >3 [905] -2014-12-15 16:49:04 sendUrl INFO 7 [483] -2014-12-15 16:49:04 queue INFO 7 [906] -2014-12-15 16:49:05 sendUrl INFO 3 [484] -2014-12-15 16:49:05 queue INFO >7 [907] -2014-12-15 16:49:05 queue INFO 3 [908] -2014-12-15 16:49:05 sendUrl INFO 3 [485] -2014-12-15 16:49:05 queue INFO >3 [909] -2014-12-15 16:49:06 sendUrl INFO 7 [486] -2014-12-15 16:49:06 queue INFO 7 [910] -2014-12-15 16:49:06 queue INFO >7 [911] -2014-12-15 16:49:06 sendUrl INFO 7 [487] -2014-12-15 16:49:06 queue INFO 3 [912] -2014-12-15 16:49:07 sendUrl INFO 3 [488] -2014-12-15 16:49:07 queue INFO >3 [913] -2014-12-15 16:49:07 sendUrl INFO 3 [489] -2014-12-15 16:49:07 queue INFO 7 [914] -2014-12-15 16:49:08 sendUrl INFO 7 [490] -2014-12-15 16:49:08 queue INFO >7 [915] -2014-12-15 16:49:08 queue INFO 3 [916] -2014-12-15 16:49:08 sendUrl INFO 7 [491] -2014-12-15 16:49:08 queue INFO >3 [917] -2014-12-15 16:49:09 sendUrl INFO 3 [492] -2014-12-15 16:49:09 queue INFO 7 [918] -2014-12-15 16:49:09 sendUrl INFO 3 [493] -2014-12-15 16:49:09 queue INFO >7 [919] -2014-12-15 16:49:10 sendUrl INFO 7 [494] -2014-12-15 16:49:10 queue INFO 3 [920] -2014-12-15 16:49:10 queue INFO >3 [921] -2014-12-15 16:49:10 sendUrl INFO 7 [495] -2014-12-15 16:49:10 queue INFO 7 [922] -2014-12-15 16:49:10 queue INFO >7 [923] -2014-12-15 16:49:11 sendUrl INFO 3 [496] -2014-12-15 16:49:11 queue INFO 3 [924] -2014-12-15 16:49:11 queue INFO >3 [925] -2014-12-15 16:49:11 sendUrl INFO 3 [497] -2014-12-15 16:49:12 sendUrl INFO 7 [498] -2014-12-15 16:49:12 queue INFO 7 [926] -2014-12-15 16:49:12 queue INFO >7 [927] -2014-12-15 16:49:12 queue INFO 3 [928] -2014-12-15 16:49:12 sendUrl INFO 7 [499] -2014-12-15 16:49:12 queue INFO >3 [929] -2014-12-15 16:49:13 sendUrl INFO 3 [500] -2014-12-15 16:49:13 queue INFO 7 [930] -2014-12-15 16:49:13 sendUrl INFO 3 [501] -2014-12-15 16:49:13 queue INFO >7 [931] -2014-12-15 16:49:14 sendUrl INFO 7 [502] -2014-12-15 16:49:14 queue INFO 3 [932] -2014-12-15 16:49:14 queue INFO >3 [933] -2014-12-15 16:49:14 sendUrl INFO 7 [503] -2014-12-15 16:49:15 sendUrl INFO 3 [504] -2014-12-15 16:49:15 queue INFO 7 [934] -2014-12-15 16:49:15 queue INFO >7 [935] -2014-12-15 16:49:15 sendUrl INFO 3 [505] -2014-12-15 16:49:16 queue INFO 3 [936] -2014-12-15 16:49:16 sendUrl INFO 7 [506] -2014-12-15 16:49:16 queue INFO >3 [937] -2014-12-15 16:49:16 sendUrl INFO 7 [507] -2014-12-15 16:49:17 queue INFO 7 [938] -2014-12-15 16:49:17 sendUrl INFO 3 [508] -2014-12-15 16:49:17 queue INFO >7 [939] -2014-12-15 16:49:17 sendUrl INFO 3 [509] -2014-12-15 16:49:17 queue INFO 3 [940] -2014-12-15 16:49:18 queue INFO >3 [941] -2014-12-15 16:49:18 sendUrl INFO 7 [510] -2014-12-15 16:49:18 sendUrl INFO 7 [511] -2014-12-15 16:49:18 queue INFO 7 [942] -2014-12-15 16:49:19 queue INFO >7 [943] -2014-12-15 16:49:19 sendUrl INFO 3 [512] -2014-12-15 16:49:19 queue INFO 3 [944] -2014-12-15 16:49:19 queue INFO >3 [945] -2014-12-15 16:49:19 sendUrl INFO 3 [513] -2014-12-15 16:49:20 sendUrl INFO 7 [514] -2014-12-15 16:49:20 queue INFO 7 [946] -2014-12-15 16:49:20 queue INFO >7 [947] -2014-12-15 16:49:20 sendUrl INFO 7 [515] -2014-12-15 16:49:20 queue INFO 3 [948] -2014-12-15 16:49:21 queue INFO >3 [949] -2014-12-15 16:49:21 sendUrl INFO 3 [516] -2014-12-15 16:49:21 sendUrl INFO 3 [517] -2014-12-15 16:49:21 queue INFO 7 [950] -2014-12-15 16:49:22 queue INFO >7 [951] -2014-12-15 16:49:22 sendUrl INFO 7 [518] -2014-12-15 16:49:22 queue INFO 3 [952] -2014-12-15 16:49:22 sendUrl INFO 7 [519] -2014-12-15 16:49:22 queue INFO >3 [953] -2014-12-15 16:49:23 sendUrl INFO 3 [520] -2014-12-15 16:49:23 queue INFO 7 [954] -2014-12-15 16:49:23 sendUrl INFO 3 [521] -2014-12-15 16:49:23 queue INFO >7 [955] -2014-12-15 16:49:24 sendUrl INFO 7 [522] -2014-12-15 16:49:24 queue INFO 3 [956] -2014-12-15 16:49:24 queue INFO >3 [957] -2014-12-15 16:49:24 sendUrl INFO 7 [523] -2014-12-15 16:49:25 sendUrl INFO 3 [524] -2014-12-15 16:49:25 queue INFO 7 [958] -2014-12-15 16:49:25 queue INFO >7 [959] -2014-12-15 16:49:25 sendUrl INFO 3 [525] -2014-12-15 16:49:26 queue INFO 3 [960] -2014-12-15 16:49:26 sendUrl INFO 7 [526] -2014-12-15 16:49:26 queue INFO >3 [961] -2014-12-15 16:49:26 sendUrl INFO 7 [527] -2014-12-15 16:49:26 queue INFO 7 [962] -2014-12-15 16:49:27 queue INFO >7 [963] -2014-12-15 16:49:27 sendUrl INFO 3 [528] -2014-12-15 16:49:27 queue INFO 3 [964] -2014-12-15 16:49:27 sendUrl INFO 3 [529] -2014-12-15 16:49:28 queue INFO >3 [965] -2014-12-15 16:49:28 sendUrl INFO 7 [530] -2014-12-15 16:49:28 queue INFO 7 [966] -2014-12-15 16:49:28 queue INFO >7 [967] -2014-12-15 16:49:28 sendUrl INFO 7 [531] -2014-12-15 16:49:29 queue INFO 3 [968] -2014-12-15 16:49:29 queue INFO >3 [969] -2014-12-15 16:49:29 sendUrl INFO 3 [532] -2014-12-15 16:49:29 sendUrl INFO 3 [533] -2014-12-15 16:49:30 queue INFO 7 [970] -2014-12-15 16:49:30 queue INFO >7 [971] -2014-12-15 16:49:30 sendUrl INFO 7 [534] -2014-12-15 16:49:30 queue INFO 3 [972] -2014-12-15 16:49:30 sendUrl INFO 7 [535] -2014-12-15 16:49:31 queue INFO >3 [973] -2014-12-15 16:49:31 sendUrl INFO 3 [536] -2014-12-15 16:49:31 queue INFO 7 [974] -2014-12-15 16:49:31 queue INFO >7 [975] -2014-12-15 16:49:31 sendUrl INFO 3 [537] -2014-12-15 16:49:32 sendUrl INFO 7 [538] -2014-12-15 16:49:32 queue INFO 3 [976] -2014-12-15 16:49:32 queue INFO >3 [977] -2014-12-15 16:49:32 sendUrl INFO 7 [539] -2014-12-15 16:49:33 queue INFO 7 [978] -2014-12-15 16:49:33 sendUrl INFO 3 [540] -2014-12-15 16:49:33 queue INFO >7 [979] -2014-12-15 16:49:33 queue INFO 3 [980] -2014-12-15 16:49:33 sendUrl INFO 3 [541] -2014-12-15 16:49:34 queue INFO >3 [981] -2014-12-15 16:49:34 sendUrl INFO 7 [542] -2014-12-15 16:49:34 queue INFO 7 [982] -2014-12-15 16:49:34 queue INFO >7 [983] -2014-12-15 16:49:34 sendUrl INFO 7 [543] -2014-12-15 16:49:35 sendUrl INFO 3 [544] -2014-12-15 16:49:35 queue INFO 3 [984] -2014-12-15 16:49:35 queue INFO >3 [985] -2014-12-15 16:49:35 sendUrl INFO 3 [545] -2014-12-15 16:49:36 sendUrl INFO 7 [546] -2014-12-15 16:49:36 queue INFO 7 [986] -2014-12-15 16:49:36 queue INFO >7 [987] -2014-12-15 16:49:36 sendUrl INFO 7 [547] -2014-12-15 16:49:37 queue INFO 3 [988] -2014-12-15 16:49:37 queue INFO >3 [989] -2014-12-15 16:49:37 sendUrl INFO 3 [548] -2014-12-15 16:49:37 queue INFO 7 [990] -2014-12-15 16:49:37 sendUrl INFO 3 [549] -2014-12-15 16:49:38 queue INFO >7 [991] -2014-12-15 16:49:38 queue INFO 3 [992] -2014-12-15 16:49:38 sendUrl INFO 7 [550] -2014-12-15 16:49:38 queue INFO >3 [993] -2014-12-15 16:49:38 sendUrl INFO 7 [551] -2014-12-15 16:49:39 queue INFO 7 [994] -2014-12-15 16:49:39 sendUrl INFO 3 [552] -2014-12-15 16:49:39 queue INFO >7 [995] -2014-12-15 16:49:39 sendUrl INFO 3 [553] -2014-12-15 16:49:40 queue INFO 3 [996] -2014-12-15 16:49:40 queue INFO >3 [997] -2014-12-15 16:49:40 sendUrl INFO 7 [554] -2014-12-15 16:49:40 queue INFO 7 [998] -2014-12-15 16:49:40 sendUrl INFO 7 [555] -2014-12-15 16:49:41 queue INFO >7 [999] -2014-12-15 16:49:41 sendUrl INFO 3 [556] -2014-12-15 16:49:41 queue INFO 3 [0] -2014-12-15 16:49:41 queue INFO >3 [1] -2014-12-15 16:49:42 sendUrl INFO 3 [557] -2014-12-15 16:49:42 sendUrl INFO 7 [558] -2014-12-15 16:49:42 queue INFO 7 [2] -2014-12-15 16:49:42 queue INFO >7 [3] -2014-12-15 16:49:43 sendUrl INFO 7 [559] -2014-12-15 16:49:43 queue INFO 3 [4] -2014-12-15 16:49:43 sendUrl INFO 3 [560] -2014-12-15 16:49:43 queue INFO >3 [5] -2014-12-15 16:49:44 sendUrl INFO 3 [561] -2014-12-15 16:49:44 queue INFO 7 [6] -2014-12-15 16:49:44 sendUrl INFO 7 [562] -2014-12-15 16:49:44 queue INFO >7 [7] -2014-12-15 16:49:45 queue INFO 3 [8] -2014-12-15 16:49:45 sendUrl INFO 7 [563] -2014-12-15 16:49:45 queue INFO >3 [9] -2014-12-15 16:49:45 sendUrl INFO 3 [564] -2014-12-15 16:49:45 queue INFO 7 [10] -2014-12-15 16:49:46 queue INFO >7 [11] -2014-12-15 16:49:46 sendUrl INFO 3 [565] -2014-12-15 16:49:46 queue INFO 3 [12] -2014-12-15 16:49:46 sendUrl INFO 7 [566] -2014-12-15 16:49:46 queue INFO >3 [13] -2014-12-15 16:49:47 sendUrl INFO 7 [567] -2014-12-15 16:49:47 queue INFO 7 [14] -2014-12-15 16:49:47 queue INFO >7 [15] -2014-12-15 16:49:47 sendUrl INFO 3 [568] -2014-12-15 16:49:48 queue INFO 3 [16] -2014-12-15 16:49:48 sendUrl INFO 3 [569] -2014-12-15 16:49:48 queue INFO >3 [17] -2014-12-15 16:49:48 sendUrl INFO 7 [570] -2014-12-15 16:49:48 queue INFO 7 [18] -2014-12-15 16:49:49 queue INFO >7 [19] -2014-12-15 16:49:49 sendUrl INFO 7 [571] -2014-12-15 16:49:49 queue INFO 3 [20] -2014-12-15 16:49:49 sendUrl INFO 3 [572] -2014-12-15 16:49:49 queue INFO >3 [21] -2014-12-15 16:49:50 sendUrl INFO 3 [573] -2014-12-15 16:49:50 queue INFO 7 [22] -2014-12-15 16:49:50 sendUrl INFO 7 [574] -2014-12-15 16:49:50 queue INFO >7 [23] -2014-12-15 16:49:51 queue INFO 3 [24] -2014-12-15 16:49:51 sendUrl INFO 7 [575] -2014-12-15 16:49:51 queue INFO >3 [25] -2014-12-15 16:49:51 sendUrl INFO 3 [576] -2014-12-15 16:49:52 queue INFO 7 [26] -2014-12-15 16:49:52 sendUrl INFO 3 [577] -2014-12-15 16:49:52 queue INFO >7 [27] -2014-12-15 16:49:52 sendUrl INFO 7 [578] -2014-12-15 16:49:52 queue INFO 3 [28] -2014-12-15 16:49:52 queue INFO >3 [29] -2014-12-15 16:49:53 sendUrl INFO 7 [579] -2014-12-15 16:49:53 queue INFO 7 [30] -2014-12-15 16:49:53 sendUrl INFO 3 [580] -2014-12-15 16:49:53 queue INFO >7 [31] -2014-12-15 16:49:54 queue INFO 3 [32] -2014-12-15 16:49:54 sendUrl INFO 3 [581] -2014-12-15 16:49:54 queue INFO >3 [33] -2014-12-15 16:49:54 sendUrl INFO 7 [582] -2014-12-15 16:49:55 queue INFO 7 [34] -2014-12-15 16:49:55 sendUrl INFO 7 [583] -2014-12-15 16:49:55 queue INFO >7 [35] -2014-12-15 16:49:55 sendUrl INFO 3 [584] -2014-12-15 16:49:55 queue INFO 3 [36] -2014-12-15 16:49:55 queue INFO >3 [37] -2014-12-15 16:49:56 sendUrl INFO 3 [585] -2014-12-15 16:49:56 sendUrl INFO 7 [586] -2014-12-15 16:49:56 queue INFO 7 [38] -2014-12-15 16:49:56 queue INFO >7 [39] -2014-12-15 16:49:57 sendUrl INFO 7 [587] -2014-12-15 16:49:57 queue INFO 3 [40] -2014-12-15 16:49:57 queue INFO >3 [41] -2014-12-15 16:49:57 sendUrl INFO 3 [588] -2014-12-15 16:49:58 queue INFO 7 [42] -2014-12-15 16:49:58 sendUrl INFO 3 [589] -2014-12-15 16:49:58 queue INFO >7 [43] -2014-12-15 16:49:58 sendUrl INFO 7 [590] -2014-12-15 16:49:58 queue INFO 3 [44] -2014-12-15 16:49:58 queue INFO >3 [45] -2014-12-15 16:49:59 sendUrl INFO 7 [591] -2014-12-15 16:49:59 queue INFO 7 [46] -2014-12-15 16:49:59 sendUrl INFO 3 [592] -2014-12-15 16:49:59 queue INFO >7 [47] -2014-12-15 16:50:00 sendUrl INFO 3 [593] -2014-12-15 16:50:00 queue INFO 3 [48] -2014-12-15 16:50:00 queue INFO >3 [49] -2014-12-15 16:50:00 queue INFO 7 [50] -2014-12-15 16:50:00 sendUrl INFO 7 [594] -2014-12-15 16:50:00 queue INFO >7 [51] -2014-12-15 16:50:01 queue INFO 3 [52] -2014-12-15 16:50:01 queue INFO >3 [53] -2014-12-15 16:50:01 sendUrl INFO 7 [595] -2014-12-15 16:50:01 queue INFO 7 [54] -2014-12-15 16:50:01 queue INFO >7 [55] -2014-12-15 16:50:01 sendUrl INFO 3 [596] -2014-12-15 16:50:01 queue INFO 3 [56] -2014-12-15 16:50:02 queue INFO >3 [57] -2014-12-15 16:50:02 sendUrl INFO 3 [597] -2014-12-15 16:50:02 queue INFO 7 [58] -2014-12-15 16:50:02 queue INFO >7 [59] -2014-12-15 16:50:02 sendUrl INFO 7 [598] -2014-12-15 16:50:02 queue INFO 3 [60] -2014-12-15 16:50:03 queue INFO >3 [61] -2014-12-15 16:50:03 sendUrl INFO 7 [599] -2014-12-15 16:50:03 sendUrl INFO 3 [600] -2014-12-15 16:50:03 queue INFO 7 [62] -2014-12-15 16:50:04 queue INFO >7 [63] -2014-12-15 16:50:04 sendUrl INFO 3 [601] -2014-12-15 16:50:04 queue INFO 3 [64] -2014-12-15 16:50:04 queue INFO >3 [65] -2014-12-15 16:50:04 sendUrl INFO 7 [602] -2014-12-15 16:50:04 queue INFO 7 [66] -2014-12-15 16:50:05 queue INFO >7 [67] -2014-12-15 16:50:05 sendUrl INFO 7 [603] -2014-12-15 16:50:05 queue INFO 3 [68] -2014-12-15 16:50:05 queue INFO >3 [69] -2014-12-15 16:50:05 sendUrl INFO 3 [604] -2014-12-15 16:50:05 queue INFO 7 [70] -2014-12-15 16:50:06 queue INFO >7 [71] -2014-12-15 16:50:06 sendUrl INFO 3 [605] -2014-12-15 16:50:06 queue INFO 3 [72] -2014-12-15 16:50:06 queue INFO >3 [73] -2014-12-15 16:50:06 sendUrl INFO 7 [606] -2014-12-15 16:50:07 sendUrl INFO 7 [607] -2014-12-15 16:50:07 queue INFO 7 [74] -2014-12-15 16:50:07 queue INFO >7 [75] -2014-12-15 16:50:07 sendUrl INFO 3 [608] -2014-12-15 16:50:07 queue INFO 3 [76] -2014-12-15 16:50:08 queue INFO >3 [77] -2014-12-15 16:50:08 sendUrl INFO 3 [609] -2014-12-15 16:50:08 queue INFO 7 [78] -2014-12-15 16:50:08 sendUrl INFO 7 [610] -2014-12-15 16:50:08 queue INFO >7 [79] -2014-12-15 16:50:09 sendUrl INFO 7 [611] -2014-12-15 16:50:09 queue INFO 3 [80] -2014-12-15 16:50:09 queue INFO >3 [81] -2014-12-15 16:50:09 sendUrl INFO 3 [612] -2014-12-15 16:50:10 queue INFO 7 [82] -2014-12-15 16:50:10 sendUrl INFO 3 [613] -2014-12-15 16:50:10 queue INFO >7 [83] -2014-12-15 16:50:10 queue INFO 3 [84] -2014-12-15 16:50:10 queue INFO >3 [85] -2014-12-15 16:50:10 sendUrl INFO 7 [614] -2014-12-15 16:50:11 sendUrl INFO 7 [615] -2014-12-15 16:50:11 queue INFO 7 [86] -2014-12-15 16:50:11 queue INFO >7 [87] -2014-12-15 16:50:11 sendUrl INFO 3 [616] -2014-12-15 16:50:11 queue INFO 3 [88] -2014-12-15 16:50:12 queue INFO >3 [89] -2014-12-15 16:50:12 sendUrl INFO 3 [617] -2014-12-15 16:50:12 queue INFO 7 [90] -2014-12-15 16:50:12 queue INFO >7 [91] -2014-12-15 16:50:12 sendUrl INFO 7 [618] -2014-12-15 16:50:13 queue INFO 3 [92] -2014-12-15 16:50:13 sendUrl INFO 7 [619] -2014-12-15 16:50:13 queue INFO >3 [93] -2014-12-15 16:50:13 queue INFO 7 [94] -2014-12-15 16:50:13 sendUrl INFO 3 [620] -2014-12-15 16:50:14 queue INFO >7 [95] -2014-12-15 16:50:14 sendUrl INFO 3 [621] -2014-12-15 16:50:14 queue INFO 3 [96] -2014-12-15 16:50:14 queue INFO >3 [97] -2014-12-15 16:50:14 sendUrl INFO 7 [622] -2014-12-15 16:50:15 queue INFO 7 [98] -2014-12-15 16:50:15 sendUrl INFO 7 [623] -2014-12-15 16:50:15 queue INFO >7 [99] -2014-12-15 16:50:15 queue INFO 3 [100] -2014-12-15 16:50:15 sendUrl INFO 3 [624] -2014-12-15 16:50:16 queue INFO >3 [101] -2014-12-15 16:50:16 sendUrl INFO 3 [625] -2014-12-15 16:50:16 queue INFO 7 [102] -2014-12-15 16:50:16 queue INFO >7 [103] -2014-12-15 16:50:16 sendUrl INFO 7 [626] -2014-12-15 16:50:17 queue INFO 3 [104] -2014-12-15 16:50:17 sendUrl INFO 7 [627] -2014-12-15 16:50:17 queue INFO >3 [105] -2014-12-15 16:50:17 sendUrl INFO 3 [628] -2014-12-15 16:50:18 queue INFO 7 [106] -2014-12-15 16:50:18 sendUrl INFO 3 [629] -2014-12-15 16:50:18 queue INFO >7 [107] -2014-12-15 16:50:18 queue INFO 3 [108] -2014-12-15 16:50:18 queue INFO >3 [109] -2014-12-15 16:50:18 sendUrl INFO 7 [630] -2014-12-15 16:50:19 queue INFO 7 [110] -2014-12-15 16:50:19 sendUrl INFO 7 [631] -2014-12-15 16:50:19 queue INFO >7 [111] -2014-12-15 16:50:19 queue INFO 3 [112] -2014-12-15 16:50:19 sendUrl INFO 3 [632] -2014-12-15 16:50:20 queue INFO >3 [113] -2014-12-15 16:50:20 sendUrl INFO 3 [633] -2014-12-15 16:50:20 queue INFO 7 [114] -2014-12-15 16:50:20 sendUrl INFO 7 [634] -2014-12-15 16:50:21 queue INFO >7 [115] -2014-12-15 16:50:21 sendUrl INFO 7 [635] -2014-12-15 16:50:21 queue INFO 3 [116] -2014-12-15 16:50:21 queue INFO >3 [117] -2014-12-15 16:50:21 sendUrl INFO 3 [636] -2014-12-15 16:50:22 sendUrl INFO 3 [637] -2014-12-15 16:50:22 queue INFO 7 [118] -2014-12-15 16:50:22 queue INFO >7 [119] -2014-12-15 16:50:22 sendUrl INFO 7 [638] -2014-12-15 16:50:23 queue INFO 3 [120] -2014-12-15 16:50:23 queue INFO >3 [121] -2014-12-15 16:50:23 sendUrl INFO 7 [639] -2014-12-15 16:50:23 sendUrl INFO 3 [640] -2014-12-15 16:50:24 queue INFO 7 [122] -2014-12-15 16:50:24 queue INFO >7 [123] -2014-12-15 16:50:24 sendUrl INFO 3 [641] -2014-12-15 16:50:24 queue INFO 3 [124] -2014-12-15 16:50:25 sendUrl INFO 7 [642] -2014-12-15 16:50:25 queue INFO >3 [125] -2014-12-15 16:50:25 sendUrl INFO 7 [643] -2014-12-15 16:50:25 queue INFO 7 [126] -2014-12-15 16:50:25 queue INFO >7 [127] -2014-12-15 16:50:26 sendUrl INFO 3 [644] -2014-12-15 16:50:26 queue INFO 3 [128] -2014-12-15 16:50:26 sendUrl INFO 3 [645] -2014-12-15 16:50:26 queue INFO >3 [129] -2014-12-15 16:50:27 sendUrl INFO 7 [646] -2014-12-15 16:50:27 queue INFO 7 [130] -2014-12-15 16:50:27 sendUrl INFO 7 [647] -2014-12-15 16:50:27 queue INFO >7 [131] -2014-12-15 16:50:28 sendUrl INFO 3 [648] -2014-12-15 16:50:28 queue INFO 3 [132] -2014-12-15 16:50:28 queue INFO >3 [133] -2014-12-15 16:50:28 sendUrl INFO 3 [649] -2014-12-15 16:50:29 sendUrl INFO 7 [650] -2014-12-15 16:50:29 queue INFO 7 [134] -2014-12-15 16:50:29 queue INFO >7 [135] -2014-12-15 16:50:29 sendUrl INFO 7 [651] -2014-12-15 16:50:29 queue INFO 3 [136] -2014-12-15 16:50:30 queue INFO >3 [137] -2014-12-15 16:50:30 sendUrl INFO 3 [652] -2014-12-15 16:50:30 sendUrl INFO 3 [653] -2014-12-15 16:50:30 queue INFO 7 [138] -2014-12-15 16:50:31 queue INFO >7 [139] -2014-12-15 16:50:31 sendUrl INFO 7 [654] -2014-12-15 16:50:31 sendUrl INFO 7 [655] -2014-12-15 16:50:31 queue INFO 3 [140] -2014-12-15 16:50:31 queue INFO >3 [141] -2014-12-15 16:50:32 sendUrl INFO 3 [656] -2014-12-15 16:50:32 sendUrl INFO 3 [657] -2014-12-15 16:50:32 queue INFO 7 [142] -2014-12-15 16:50:32 queue INFO >7 [143] -2014-12-15 16:50:33 sendUrl INFO 7 [658] -2014-12-15 16:50:33 queue INFO 3 [144] -2014-12-15 16:50:33 queue INFO >3 [145] -2014-12-15 16:50:33 sendUrl INFO 7 [659] -2014-12-15 16:50:34 sendUrl INFO 3 [660] -2014-12-15 16:50:34 queue INFO 7 [146] -2014-12-15 16:50:34 queue INFO >7 [147] -2014-12-15 16:50:34 sendUrl INFO 3 [661] -2014-12-15 16:50:35 queue INFO 3 [148] -2014-12-15 16:50:35 sendUrl INFO 7 [662] -2014-12-15 16:50:35 queue INFO >3 [149] -2014-12-15 16:50:35 sendUrl INFO 7 [663] -2014-12-15 16:50:36 queue INFO 7 [150] -2014-12-15 16:50:36 sendUrl INFO 3 [664] -2014-12-15 16:50:36 queue INFO >7 [151] -2014-12-15 16:50:36 sendUrl INFO 3 [665] -2014-12-15 16:50:36 queue INFO 3 [152] -2014-12-15 16:50:36 queue INFO >3 [153] -2014-12-15 16:50:37 sendUrl INFO 7 [666] -2014-12-15 16:50:37 sendUrl INFO 7 [667] -2014-12-15 16:50:37 queue INFO 7 [154] -2014-12-15 16:50:37 queue INFO >7 [155] -2014-12-15 16:50:38 sendUrl INFO 3 [668] -2014-12-15 16:50:38 queue INFO 3 [156] -2014-12-15 16:50:38 sendUrl INFO 3 [669] -2014-12-15 16:50:38 queue INFO >3 [157] -2014-12-15 16:50:39 sendUrl INFO 7 [670] -2014-12-15 16:50:39 queue INFO 7 [158] -2014-12-15 16:50:39 sendUrl INFO 7 [671] -2014-12-15 16:50:39 queue INFO >7 [159] -2014-12-15 16:50:40 queue INFO 3 [160] -2014-12-15 16:50:40 sendUrl INFO 3 [672] -2014-12-15 16:50:40 queue INFO >3 [161] -2014-12-15 16:50:40 sendUrl INFO 3 [673] -2014-12-15 16:50:41 queue INFO 7 [162] -2014-12-15 16:50:41 sendUrl INFO 7 [674] -2014-12-15 16:50:41 queue INFO >7 [163] -2014-12-15 16:50:41 sendUrl INFO 7 [675] -2014-12-15 16:50:41 queue INFO 3 [164] -2014-12-15 16:50:41 queue INFO >3 [165] -2014-12-15 16:50:42 sendUrl INFO 3 [676] -2014-12-15 16:50:42 queue INFO 7 [166] -2014-12-15 16:50:42 sendUrl INFO 3 [677] -2014-12-15 16:50:42 queue INFO >7 [167] -2014-12-15 16:50:43 queue INFO 3 [168] -2014-12-15 16:50:43 sendUrl INFO 7 [678] -2014-12-15 16:50:43 queue INFO >3 [169] -2014-12-15 16:50:43 sendUrl INFO 7 [679] -2014-12-15 16:50:44 queue INFO 7 [170] -2014-12-15 16:50:44 sendUrl INFO 3 [680] -2014-12-15 16:50:44 queue INFO >7 [171] -2014-12-15 16:50:44 sendUrl INFO 3 [681] -2014-12-15 16:50:44 queue INFO 3 [172] -2014-12-15 16:50:45 queue INFO >3 [173] -2014-12-15 16:50:45 sendUrl INFO 7 [682] -2014-12-15 16:50:45 sendUrl INFO 7 [683] -2014-12-15 16:50:45 queue INFO 7 [174] -2014-12-15 16:50:46 queue INFO >7 [175] -2014-12-15 16:50:46 sendUrl INFO 3 [684] -2014-12-15 16:50:46 queue INFO 3 [176] -2014-12-15 16:50:46 queue INFO >3 [177] -2014-12-15 16:50:46 sendUrl INFO 3 [685] -2014-12-15 16:50:47 sendUrl INFO 7 [686] -2014-12-15 16:50:47 queue INFO 7 [178] -2014-12-15 16:50:47 queue INFO >7 [179] -2014-12-15 16:50:47 sendUrl INFO 7 [687] -2014-12-15 16:50:48 queue INFO 3 [180] -2014-12-15 16:50:48 queue INFO >3 [181] -2014-12-15 16:50:48 sendUrl INFO 3 [688] -2014-12-15 16:50:48 sendUrl INFO 3 [689] -2014-12-15 16:50:48 queue INFO 7 [182] -2014-12-15 16:50:49 queue INFO >7 [183] -2014-12-15 16:50:49 sendUrl INFO 7 [690] -2014-12-15 16:50:49 queue INFO 3 [184] -2014-12-15 16:50:49 queue INFO >3 [185] -2014-12-15 16:50:49 sendUrl INFO 7 [691] -2014-12-15 16:50:50 sendUrl INFO 3 [692] -2014-12-15 16:50:50 queue INFO 7 [186] -2014-12-15 16:50:50 queue INFO >7 [187] -2014-12-15 16:50:50 sendUrl INFO 3 [693] -2014-12-15 16:50:51 queue INFO 3 [188] -2014-12-15 16:50:51 sendUrl INFO 7 [694] -2014-12-15 16:50:51 queue INFO >3 [189] -2014-12-15 16:50:51 sendUrl INFO 7 [695] -2014-12-15 16:50:52 queue INFO 7 [190] -2014-12-15 16:50:52 sendUrl INFO 3 [696] -2014-12-15 16:50:52 queue INFO >7 [191] -2014-12-15 16:50:52 sendUrl INFO 3 [697] -2014-12-15 16:50:52 queue INFO 3 [192] -2014-12-15 16:50:53 queue INFO >3 [193] -2014-12-15 16:50:53 sendUrl INFO 7 [698] -2014-12-15 16:50:53 queue INFO 7 [194] -2014-12-15 16:50:53 sendUrl INFO 7 [699] -2014-12-15 16:50:53 queue INFO >7 [195] -2014-12-15 16:50:54 sendUrl INFO 3 [700] -2014-12-15 16:50:54 queue INFO 3 [196] -2014-12-15 16:50:54 queue INFO >3 [197] -2014-12-15 16:50:54 sendUrl INFO 3 [701] -2014-12-15 16:50:55 queue INFO 7 [198] -2014-12-15 16:50:55 sendUrl INFO 7 [702] -2014-12-15 16:50:55 queue INFO >7 [199] -2014-12-15 16:50:55 sendUrl INFO 7 [703] -2014-12-15 16:50:55 queue INFO 3 [200] -2014-12-15 16:50:56 queue INFO >3 [201] -2014-12-15 16:50:56 sendUrl INFO 3 [704] -2014-12-15 16:50:56 sendUrl INFO 3 [705] -2014-12-15 16:50:56 queue INFO 7 [202] -2014-12-15 16:50:57 queue INFO >7 [203] -2014-12-15 16:50:57 sendUrl INFO 7 [706] -2014-12-15 16:50:57 queue INFO 3 [204] -2014-12-15 16:50:57 queue INFO >3 [205] -2014-12-15 16:50:57 sendUrl INFO 7 [707] -2014-12-15 16:50:58 queue INFO 7 [206] -2014-12-15 16:50:58 sendUrl INFO 3 [708] -2014-12-15 16:50:58 queue INFO >7 [207] -2014-12-15 16:50:58 queue INFO 3 [208] -2014-12-15 16:50:58 sendUrl INFO 3 [709] -2014-12-15 16:50:58 queue INFO >3 [209] -2014-12-15 16:50:59 sendUrl INFO 7 [710] -2014-12-15 16:50:59 queue INFO 7 [210] -2014-12-15 16:50:59 sendUrl INFO 7 [711] -2014-12-15 16:50:59 queue INFO >7 [211] -2014-12-15 16:51:00 sendUrl INFO 3 [712] -2014-12-15 16:51:00 queue INFO 3 [212] -2014-12-15 16:51:00 queue INFO >3 [213] -2014-12-15 16:51:00 sendUrl INFO 3 [713] -2014-12-15 16:51:01 queue INFO 7 [214] -2014-12-15 16:51:01 sendUrl INFO 7 [714] -2014-12-15 16:51:01 queue INFO >7 [215] -2014-12-15 16:51:01 sendUrl INFO 7 [715] -2014-12-15 16:51:02 queue INFO 3 [216] -2014-12-15 16:51:02 queue INFO >3 [217] -2014-12-15 16:51:02 sendUrl INFO 3 [716] -2014-12-15 16:51:02 sendUrl INFO 3 [717] -2014-12-15 16:51:03 queue INFO 7 [218] -2014-12-15 16:51:03 queue INFO >7 [219] -2014-12-15 16:51:03 sendUrl INFO 7 [718] -2014-12-15 16:51:03 queue INFO 3 [220] -2014-12-15 16:51:03 queue INFO >3 [221] -2014-12-15 16:51:03 sendUrl INFO 7 [719] -2014-12-15 16:51:04 sendUrl INFO 3 [720] -2014-12-15 16:51:04 queue INFO 7 [222] -2014-12-15 16:51:04 queue INFO >7 [223] -2014-12-15 16:51:04 sendUrl INFO 3 [721] -2014-12-15 16:51:05 queue INFO 3 [224] -2014-12-15 16:51:05 queue INFO >3 [225] -2014-12-15 16:51:05 sendUrl INFO 7 [722] -2014-12-15 16:51:05 sendUrl INFO 7 [723] -2014-12-15 16:51:06 queue INFO 7 [226] -2014-12-15 16:51:06 queue INFO >7 [227] -2014-12-15 16:51:06 sendUrl INFO 3 [724] -2014-12-15 16:51:06 queue INFO 3 [228] -2014-12-15 16:51:06 queue INFO >3 [229] -2014-12-15 16:51:06 sendUrl INFO 3 [725] -2014-12-15 16:51:07 sendUrl INFO 7 [726] -2014-12-15 16:51:07 queue INFO 7 [230] -2014-12-15 16:51:07 queue INFO >7 [231] -2014-12-15 16:51:07 sendUrl INFO 7 [727] -2014-12-15 16:51:08 sendUrl INFO 3 [728] -2014-12-15 16:51:08 sendUrl INFO 3 [729] -2014-12-15 16:51:09 sendUrl INFO 7 [730] -2014-12-15 16:51:10 sendUrl INFO 7 [731] -2014-12-15 16:51:10 sendUrl INFO 3 [732] -2014-12-15 16:51:11 sendUrl INFO 3 [733] -2014-12-15 16:51:11 sendUrl INFO 7 [734] -2014-12-15 16:51:12 sendUrl INFO 7 [735] -2014-12-15 16:51:12 sendUrl INFO 3 [736] -2014-12-15 16:51:13 sendUrl INFO 3 [737] -2014-12-15 16:51:13 sendUrl INFO 7 [738] -2014-12-15 16:51:14 sendUrl INFO 7 [739] -2014-12-15 16:51:14 sendUrl INFO 3 [740] -2014-12-15 16:51:14 queue INFO 3 [232] -2014-12-15 16:51:15 sendUrl INFO 3 [741] -2014-12-15 16:51:15 queue INFO >3 [233] -2014-12-15 16:51:15 sendUrl INFO 7 [742] -2014-12-15 16:51:15 queue INFO 7 [234] -2014-12-15 16:51:15 queue INFO >7 [235] -2014-12-15 16:51:16 sendUrl INFO 7 [743] -2014-12-15 16:51:16 queue INFO 3 [236] -2014-12-15 16:51:16 queue INFO >3 [237] -2014-12-15 16:51:16 sendUrl INFO 3 [744] -2014-12-15 16:51:16 queue INFO 7 [238] -2014-12-15 16:51:17 sendUrl INFO 3 [745] -2014-12-15 16:51:17 queue INFO >7 [239] -2014-12-15 16:51:17 queue INFO 3 [240] -2014-12-15 16:51:17 sendUrl INFO 7 [746] -2014-12-15 16:51:17 queue INFO >3 [241] -2014-12-15 16:51:18 sendUrl INFO 7 [747] -2014-12-15 16:51:18 queue INFO 7 [242] -2014-12-15 16:51:18 queue INFO >7 [243] -2014-12-15 16:51:18 sendUrl INFO 3 [748] -2014-12-15 16:51:18 queue INFO 3 [244] -2014-12-15 16:51:19 sendUrl INFO 3 [749] -2014-12-15 16:51:19 queue INFO >3 [245] -2014-12-15 16:51:19 sendUrl INFO 7 [750] -2014-12-15 16:51:19 queue INFO 7 [246] -2014-12-15 16:51:20 sendUrl INFO 7 [751] -2014-12-15 16:51:20 queue INFO >7 [247] -2014-12-15 16:51:20 queue INFO 3 [248] -2014-12-15 16:51:20 sendUrl INFO 3 [752] -2014-12-15 16:51:20 queue INFO >3 [249] -2014-12-15 16:51:21 sendUrl INFO 3 [753] -2014-12-15 16:51:21 queue INFO 7 [250] -2014-12-15 16:51:21 queue INFO >7 [251] -2014-12-15 16:51:21 sendUrl INFO 7 [754] -2014-12-15 16:51:21 queue INFO 3 [252] -2014-12-15 16:51:22 queue INFO >3 [253] -2014-12-15 16:51:22 sendUrl INFO 7 [755] -2014-12-15 16:51:22 queue INFO 7 [254] -2014-12-15 16:51:22 sendUrl INFO 3 [756] -2014-12-15 16:51:22 queue INFO >7 [255] -2014-12-15 16:51:23 sendUrl INFO 3 [757] -2014-12-15 16:51:23 queue INFO 3 [256] -2014-12-15 16:51:23 queue INFO >3 [257] -2014-12-15 16:51:23 sendUrl INFO 7 [758] -2014-12-15 16:51:24 sendUrl INFO 7 [759] -2014-12-15 16:51:24 queue INFO 7 [258] -2014-12-15 16:51:24 queue INFO >7 [259] -2014-12-15 16:51:24 queue INFO 3 [260] -2014-12-15 16:51:24 sendUrl INFO 3 [760] -2014-12-15 16:51:24 queue INFO >3 [261] -2014-12-15 16:51:25 sendUrl INFO 3 [761] -2014-12-15 16:51:25 queue INFO 7 [262] -2014-12-15 16:51:25 queue INFO >7 [263] -2014-12-15 16:51:25 sendUrl INFO 7 [762] -2014-12-15 16:51:26 sendUrl INFO 7 [763] -2014-12-15 16:51:26 queue INFO 3 [264] -2014-12-15 16:51:26 queue INFO >3 [265] -2014-12-15 16:51:26 sendUrl INFO 3 [764] -2014-12-15 16:51:27 queue INFO 7 [266] -2014-12-15 16:51:27 sendUrl INFO 3 [765] -2014-12-15 16:51:27 queue INFO >7 [267] -2014-12-15 16:51:27 queue INFO 3 [268] -2014-12-15 16:51:27 sendUrl INFO 7 [766] -2014-12-15 16:51:27 queue INFO >3 [269] -2014-12-15 16:51:28 sendUrl INFO 7 [767] -2014-12-15 16:51:28 queue INFO 7 [270] -2014-12-15 16:51:28 queue INFO >7 [271] -2014-12-15 16:51:28 sendUrl INFO 3 [768] -2014-12-15 16:51:29 sendUrl INFO 3 [769] -2014-12-15 16:51:29 queue INFO 3 [272] -2014-12-15 16:51:29 queue INFO >3 [273] -2014-12-15 16:51:29 sendUrl INFO 7 [770] -2014-12-15 16:51:30 queue INFO 7 [274] -2014-12-15 16:51:30 sendUrl INFO 7 [771] -2014-12-15 16:51:30 queue INFO >7 [275] -2014-12-15 16:51:30 sendUrl INFO 3 [772] -2014-12-15 16:51:30 queue INFO 3 [276] -2014-12-15 16:51:31 queue INFO >3 [277] -2014-12-15 16:51:31 sendUrl INFO 3 [773] -2014-12-15 16:51:31 sendUrl INFO 7 [774] -2014-12-15 16:51:31 queue INFO 7 [278] -2014-12-15 16:51:32 queue INFO >7 [279] -2014-12-15 16:51:32 sendUrl INFO 7 [775] -2014-12-15 16:51:32 queue INFO 3 [280] -2014-12-15 16:51:32 sendUrl INFO 3 [776] -2014-12-15 16:51:32 queue INFO >3 [281] -2014-12-15 16:51:33 sendUrl INFO 3 [777] -2014-12-15 16:51:33 queue INFO 7 [282] -2014-12-15 16:51:33 queue INFO >7 [283] -2014-12-15 16:51:33 sendUrl INFO 7 [778] -2014-12-15 16:51:34 sendUrl INFO 7 [779] -2014-12-15 16:51:34 queue INFO 3 [284] -2014-12-15 16:51:34 queue INFO >3 [285] -2014-12-15 16:51:34 sendUrl INFO 3 [780] -2014-12-15 16:51:35 sendUrl INFO 3 [781] -2014-12-15 16:51:35 queue INFO 7 [286] -2014-12-15 16:51:35 queue INFO >7 [287] -2014-12-15 16:51:35 sendUrl INFO 7 [782] -2014-12-15 16:51:36 queue INFO 3 [288] -2014-12-15 16:51:36 sendUrl INFO 7 [783] -2014-12-15 16:51:36 queue INFO >3 [289] -2014-12-15 16:51:36 sendUrl INFO 3 [784] -2014-12-15 16:51:37 queue INFO 7 [290] -2014-12-15 16:51:37 sendUrl INFO 3 [785] -2014-12-15 16:51:37 queue INFO >7 [291] -2014-12-15 16:51:37 queue INFO 3 [292] -2014-12-15 16:51:37 sendUrl INFO 7 [786] -2014-12-15 16:51:37 queue INFO >3 [293] -2014-12-15 16:51:38 sendUrl INFO 7 [787] -2014-12-15 16:51:38 queue INFO 7 [294] -2014-12-15 16:51:38 sendUrl INFO 3 [788] -2014-12-15 16:51:39 queue INFO >7 [295] -2014-12-15 16:51:39 sendUrl INFO 3 [789] -2014-12-15 16:51:39 queue INFO 3 [296] -2014-12-15 16:51:39 queue INFO >3 [297] -2014-12-15 16:51:39 sendUrl INFO 7 [790] -2014-12-15 16:51:40 sendUrl INFO 7 [791] -2014-12-15 16:51:40 queue INFO 7 [298] -2014-12-15 16:51:40 queue INFO >7 [299] -2014-12-15 16:51:40 sendUrl INFO 3 [792] -2014-12-15 16:51:41 queue INFO 3 [300] -2014-12-15 16:51:41 sendUrl INFO 3 [793] -2014-12-15 16:51:41 queue INFO >3 [301] -2014-12-15 16:51:41 sendUrl INFO 7 [794] -2014-12-15 16:51:42 queue INFO 7 [302] -2014-12-15 16:51:42 sendUrl INFO 7 [795] -2014-12-15 16:51:42 queue INFO >7 [303] -2014-12-15 16:51:42 sendUrl INFO 3 [796] -2014-12-15 16:51:43 queue INFO 3 [304] -2014-12-15 16:51:43 queue INFO >3 [305] -2014-12-15 16:51:43 sendUrl INFO 3 [797] -2014-12-15 16:51:43 sendUrl INFO 7 [798] -2014-12-15 16:51:44 queue INFO 7 [306] -2014-12-15 16:51:44 queue INFO >7 [307] -2014-12-15 16:51:44 sendUrl INFO 7 [799] -2014-12-15 16:51:44 queue INFO 3 [308] -2014-12-15 16:51:44 sendUrl INFO 3 [800] -2014-12-15 16:51:45 queue INFO >3 [309] -2014-12-15 16:51:45 sendUrl INFO 3 [801] -2014-12-15 16:51:45 queue INFO 7 [310] -2014-12-15 16:51:45 queue INFO >7 [311] -2014-12-15 16:51:45 sendUrl INFO 7 [802] -2014-12-15 16:51:46 sendUrl INFO 7 [803] -2014-12-15 16:51:46 queue INFO 3 [312] -2014-12-15 16:51:46 queue INFO >3 [313] -2014-12-15 16:51:46 sendUrl INFO 3 [804] -2014-12-15 16:51:47 sendUrl INFO 3 [805] -2014-12-15 16:51:47 queue INFO 7 [314] -2014-12-15 16:51:47 queue INFO >7 [315] -2014-12-15 16:51:47 sendUrl INFO 7 [806] -2014-12-15 16:51:48 queue INFO 3 [316] -2014-12-15 16:51:48 queue INFO >3 [317] -2014-12-15 16:51:48 sendUrl INFO 7 [807] -2014-12-15 16:51:48 sendUrl INFO 3 [808] -2014-12-15 16:51:49 queue INFO 7 [318] -2014-12-15 16:51:49 queue INFO >7 [319] -2014-12-15 16:51:49 sendUrl INFO 3 [809] -2014-12-15 16:51:49 queue INFO 3 [320] -2014-12-15 16:51:49 queue INFO >3 [321] -2014-12-15 16:51:49 sendUrl INFO 7 [810] -2014-12-15 16:51:50 sendUrl INFO 7 [811] -2014-12-15 16:51:50 queue INFO 7 [322] -2014-12-15 16:51:50 queue INFO >7 [323] -2014-12-15 16:51:50 sendUrl INFO 3 [812] -2014-12-15 16:51:51 queue INFO 3 [324] -2014-12-15 16:51:51 queue INFO >3 [325] -2014-12-15 16:51:51 sendUrl INFO 3 [813] -2014-12-15 16:51:51 sendUrl INFO 7 [814] -2014-12-15 16:51:52 queue INFO 7 [326] -2014-12-15 16:51:52 queue INFO >7 [327] -2014-12-15 16:51:52 sendUrl INFO 7 [815] -2014-12-15 16:51:52 queue INFO 3 [328] -2014-12-15 16:51:52 sendUrl INFO 3 [816] -2014-12-15 16:51:53 queue INFO >3 [329] -2014-12-15 16:51:53 sendUrl INFO 3 [817] -2014-12-15 16:51:53 queue INFO 7 [330] -2014-12-15 16:51:53 queue INFO >7 [331] -2014-12-15 16:51:54 sendUrl INFO 7 [818] -2014-12-15 16:51:54 queue INFO 3 [332] -2014-12-15 16:51:54 queue INFO >3 [333] -2014-12-15 16:51:54 sendUrl INFO 7 [819] -2014-12-15 16:51:54 queue INFO 7 [334] -2014-12-15 16:51:55 queue INFO >7 [335] -2014-12-15 16:51:55 sendUrl INFO 3 [820] -2014-12-15 16:51:55 queue INFO 3 [336] -2014-12-15 16:51:55 queue INFO >3 [337] -2014-12-15 16:51:55 sendUrl INFO 3 [821] -2014-12-15 16:51:56 sendUrl INFO 7 [822] -2014-12-15 16:51:56 queue INFO 7 [338] -2014-12-15 16:51:56 queue INFO >7 [339] -2014-12-15 16:51:56 sendUrl INFO 7 [823] -2014-12-15 16:51:56 queue INFO 3 [340] -2014-12-15 16:51:57 queue INFO >3 [341] -2014-12-15 16:51:57 sendUrl INFO 3 [824] -2014-12-15 16:51:57 sendUrl INFO 3 [825] -2014-12-15 16:51:57 queue INFO 7 [342] -2014-12-15 16:51:57 queue INFO >7 [343] -2014-12-15 16:51:58 sendUrl INFO 7 [826] -2014-12-15 16:51:58 queue INFO 3 [344] -2014-12-15 16:51:58 queue INFO >3 [345] -2014-12-15 16:51:58 sendUrl INFO 7 [827] -2014-12-15 16:51:59 sendUrl INFO 3 [828] -2014-12-15 16:51:59 queue INFO 7 [346] -2014-12-15 16:51:59 queue INFO >7 [347] -2014-12-15 16:51:59 sendUrl INFO 3 [829] -2014-12-15 16:52:00 queue INFO 3 [348] -2014-12-15 16:52:00 sendUrl INFO 7 [830] -2014-12-15 16:52:00 queue INFO >3 [349] -2014-12-15 16:52:00 sendUrl INFO 7 [831] -2014-12-15 16:52:00 queue INFO 7 [350] -2014-12-15 16:52:00 queue INFO >7 [351] -2014-12-15 16:52:01 sendUrl INFO 3 [832] -2014-12-15 16:52:01 queue INFO 3 [352] -2014-12-15 16:52:01 queue INFO >3 [353] -2014-12-15 16:52:01 sendUrl INFO 3 [833] -2014-12-15 16:52:02 sendUrl INFO 7 [834] -2014-12-15 16:52:02 queue INFO 7 [354] -2014-12-15 16:52:02 queue INFO >7 [355] -2014-12-15 16:52:02 sendUrl INFO 7 [835] -2014-12-15 16:52:03 queue INFO 3 [356] -2014-12-15 16:52:03 sendUrl INFO 3 [836] -2014-12-15 16:52:03 queue INFO >3 [357] -2014-12-15 16:52:03 sendUrl INFO 3 [837] -2014-12-15 16:52:03 queue INFO 7 [358] -2014-12-15 16:52:03 queue INFO >7 [359] -2014-12-15 16:52:04 sendUrl INFO 7 [838] -2014-12-15 16:52:04 queue INFO 3 [360] -2014-12-15 16:52:04 queue INFO >3 [361] -2014-12-15 16:52:04 sendUrl INFO 7 [839] -2014-12-15 16:52:04 queue INFO 7 [362] -2014-12-15 16:52:05 sendUrl INFO 3 [840] -2014-12-15 16:52:05 queue INFO >7 [363] -2014-12-15 16:52:05 sendUrl INFO 3 [841] -2014-12-15 16:52:05 queue INFO 3 [364] -2014-12-15 16:52:05 queue INFO >3 [365] -2014-12-15 16:52:06 sendUrl INFO 7 [842] -2014-12-15 16:52:06 queue INFO 7 [366] -2014-12-15 16:52:06 sendUrl INFO 7 [843] -2014-12-15 16:52:06 queue INFO >7 [367] -2014-12-15 16:52:07 sendUrl INFO 3 [844] -2014-12-15 16:52:07 queue INFO 3 [368] -2014-12-15 16:52:07 queue INFO >3 [369] -2014-12-15 16:52:07 sendUrl INFO 3 [845] -2014-12-15 16:52:08 sendUrl INFO 7 [846] -2014-12-15 16:52:08 queue INFO 7 [370] -2014-12-15 16:52:08 queue INFO >7 [371] -2014-12-15 16:52:08 sendUrl INFO 7 [847] -2014-12-15 16:52:09 sendUrl INFO 3 [848] -2014-12-15 16:52:09 queue INFO 3 [372] -2014-12-15 16:52:09 queue INFO >3 [373] -2014-12-15 16:52:09 sendUrl INFO 3 [849] -2014-12-15 16:52:09 queue INFO 7 [374] -2014-12-15 16:52:09 queue INFO >7 [375] -2014-12-15 16:52:10 sendUrl INFO 7 [850] -2014-12-15 16:52:10 queue INFO 3 [376] -2014-12-15 16:52:10 sendUrl INFO 7 [851] -2014-12-15 16:52:10 queue INFO >3 [377] -2014-12-15 16:52:11 sendUrl INFO 3 [852] -2014-12-15 16:52:11 queue INFO 7 [378] -2014-12-15 16:52:11 sendUrl INFO 3 [853] -2014-12-15 16:52:11 queue INFO >7 [379] -2014-12-15 16:52:12 sendUrl INFO 7 [854] -2014-12-15 16:52:12 queue INFO 3 [380] -2014-12-15 16:52:12 queue INFO >3 [381] -2014-12-15 16:52:12 sendUrl INFO 7 [855] -2014-12-15 16:52:13 sendUrl INFO 3 [856] -2014-12-15 16:52:13 queue INFO 7 [382] -2014-12-15 16:52:13 queue INFO >7 [383] -2014-12-15 16:52:13 sendUrl INFO 3 [857] -2014-12-15 16:52:14 sendUrl INFO 7 [858] -2014-12-15 16:52:14 queue INFO 3 [384] -2014-12-15 16:52:14 queue INFO >3 [385] -2014-12-15 16:52:14 sendUrl INFO 7 [859] -2014-12-15 16:52:15 queue INFO 7 [386] -2014-12-15 16:52:15 sendUrl INFO 3 [860] -2014-12-15 16:52:15 queue INFO >7 [387] -2014-12-15 16:52:15 sendUrl INFO 3 [861] -2014-12-15 16:52:15 queue INFO 3 [388] -2014-12-15 16:52:16 queue INFO >3 [389] -2014-12-15 16:52:16 sendUrl INFO 7 [862] -2014-12-15 16:52:16 sendUrl INFO 7 [863] -2014-12-15 16:52:16 queue INFO 7 [390] -2014-12-15 16:52:17 queue INFO >7 [391] -2014-12-15 16:52:17 sendUrl INFO 3 [864] -2014-12-15 16:52:17 queue INFO 3 [392] -2014-12-15 16:52:17 sendUrl INFO 3 [865] -2014-12-15 16:52:17 queue INFO >3 [393] -2014-12-15 16:52:18 sendUrl INFO 7 [866] -2014-12-15 16:52:18 queue INFO 7 [394] -2014-12-15 16:52:18 queue INFO >7 [395] -2014-12-15 16:52:18 sendUrl INFO 7 [867] -2014-12-15 16:52:19 sendUrl INFO 3 [868] -2014-12-15 16:52:19 queue INFO 3 [396] -2014-12-15 16:52:19 queue INFO >3 [397] -2014-12-15 16:52:19 sendUrl INFO 3 [869] -2014-12-15 16:52:20 queue INFO 7 [398] -2014-12-15 16:52:20 sendUrl INFO 7 [870] -2014-12-15 16:52:20 queue INFO >7 [399] -2014-12-15 16:52:20 sendUrl INFO 7 [871] -2014-12-15 16:52:21 queue INFO 3 [400] -2014-12-15 16:52:21 sendUrl INFO 3 [872] -2014-12-15 16:52:21 queue INFO >3 [401] -2014-12-15 16:52:21 sendUrl INFO 3 [873] -2014-12-15 16:52:21 queue INFO 7 [402] -2014-12-15 16:52:22 queue INFO >7 [403] -2014-12-15 16:52:22 sendUrl INFO 7 [874] -2014-12-15 16:52:22 queue INFO 3 [404] -2014-12-15 16:52:22 queue INFO >3 [405] -2014-12-15 16:52:22 sendUrl INFO 7 [875] -2014-12-15 16:52:22 queue INFO 7 [406] -2014-12-15 16:52:23 queue INFO >7 [407] -2014-12-15 16:52:23 sendUrl INFO 3 [876] -2014-12-15 16:52:23 queue INFO 3 [408] -2014-12-15 16:52:23 queue INFO >3 [409] -2014-12-15 16:52:23 queue INFO 7 [410] -2014-12-15 16:52:23 sendUrl INFO 3 [877] -2014-12-15 16:52:23 queue INFO >7 [411] -2014-12-15 16:52:24 queue INFO 3 [412] -2014-12-15 16:52:24 sendUrl INFO 7 [878] -2014-12-15 16:52:24 queue INFO >3 [413] -2014-12-15 16:52:24 queue INFO 7 [414] -2014-12-15 16:52:24 queue INFO >7 [415] -2014-12-15 16:52:24 sendUrl INFO 7 [879] -2014-12-15 16:52:24 queue INFO 3 [416] -2014-12-15 16:52:25 queue INFO 7 [417] -2014-12-15 16:52:25 sendUrl INFO 3 [880] -2014-12-15 16:52:25 queue INFO >7 [418] -2014-12-15 16:52:25 queue INFO 3 [419] -2014-12-15 16:52:25 queue INFO >3 [420] -2014-12-15 16:52:25 sendUrl INFO 3 [881] -2014-12-15 16:52:26 queue INFO 7 [421] -2014-12-15 16:52:26 queue INFO >7 [422] -2014-12-15 16:52:26 sendUrl INFO 7 [882] -2014-12-15 16:52:26 queue INFO 3 [423] -2014-12-15 16:52:26 queue INFO >3 [424] -2014-12-15 16:52:26 queue INFO 7 [425] -2014-12-15 16:52:26 sendUrl INFO 7 [883] -2014-12-15 16:52:27 queue INFO >7 [426] -2014-12-15 16:52:27 queue INFO 3 [427] -2014-12-15 16:52:27 sendUrl INFO 3 [884] -2014-12-15 16:52:27 queue INFO >3 [428] -2014-12-15 16:52:27 queue INFO 7 [429] -2014-12-15 16:52:27 queue INFO >7 [430] -2014-12-15 16:52:27 sendUrl INFO 3 [885] -2014-12-15 16:52:28 queue INFO 3 [431] -2014-12-15 16:52:28 queue INFO >3 [432] -2014-12-15 16:52:28 sendUrl INFO 7 [886] -2014-12-15 16:52:28 queue INFO 7 [433] -2014-12-15 16:52:28 sendUrl INFO 7 [887] -2014-12-15 16:52:29 queue INFO >7 [434] -2014-12-15 16:52:29 queue INFO 3 [435] -2014-12-15 16:52:29 sendUrl INFO 3 [888] -2014-12-15 16:52:29 queue INFO >3 [436] -2014-12-15 16:52:29 queue INFO 7 [437] -2014-12-15 16:52:29 queue INFO >7 [438] -2014-12-15 16:52:29 sendUrl INFO 3 [889] -2014-12-15 16:52:30 queue INFO 3 [439] -2014-12-15 16:52:30 queue INFO >3 [440] -2014-12-15 16:52:30 sendUrl INFO 7 [890] -2014-12-15 16:52:30 queue INFO 7 [441] -2014-12-15 16:52:30 queue INFO >7 [442] -2014-12-15 16:52:30 sendUrl INFO 7 [891] -2014-12-15 16:52:31 queue INFO 3 [443] -2014-12-15 16:52:31 queue INFO >3 [444] -2014-12-15 16:52:31 sendUrl INFO 3 [892] -2014-12-15 16:52:31 queue INFO 7 [445] -2014-12-15 16:52:31 sendUrl INFO 3 [893] -2014-12-15 16:52:32 queue INFO >7 [446] -2014-12-15 16:52:32 sendUrl INFO 7 [894] -2014-12-15 16:52:32 queue INFO 3 [447] -2014-12-15 16:52:32 queue INFO >3 [448] -2014-12-15 16:52:32 sendUrl INFO 7 [895] -2014-12-15 16:52:33 sendUrl INFO 3 [896] -2014-12-15 16:52:33 queue INFO 7 [449] -2014-12-15 16:52:33 queue INFO >7 [450] -2014-12-15 16:52:33 sendUrl INFO 3 [897] -2014-12-15 16:52:34 queue INFO 3 [451] -2014-12-15 16:52:34 queue INFO >3 [452] -2014-12-15 16:52:34 sendUrl INFO 7 [898] -2014-12-15 16:52:34 queue INFO 7 [453] -2014-12-15 16:52:34 queue INFO >7 [454] -2014-12-15 16:52:34 sendUrl INFO 7 [899] -2014-12-15 16:52:35 queue INFO 3 [455] -2014-12-15 16:52:35 sendUrl INFO 3 [900] -2014-12-15 16:52:35 queue INFO >3 [456] -2014-12-15 16:52:35 sendUrl INFO 3 [901] -2014-12-15 16:52:36 queue INFO 7 [457] -2014-12-15 16:52:36 queue INFO >7 [458] -2014-12-15 16:52:36 sendUrl INFO 7 [902] -2014-12-15 16:52:37 queue INFO 3 [459] -2014-12-15 16:52:37 sendUrl INFO 7 [903] -2014-12-15 16:52:37 queue INFO >3 [460] -2014-12-15 16:52:37 sendUrl INFO 3 [904] -2014-12-15 16:52:38 queue INFO 7 [461] -2014-12-15 16:52:38 sendUrl INFO 3 [905] -2014-12-15 16:52:38 queue INFO >7 [462] -2014-12-15 16:52:38 queue INFO 3 [463] -2014-12-15 16:52:38 sendUrl INFO 7 [906] -2014-12-15 16:52:38 queue INFO >3 [464] -2014-12-15 16:52:39 sendUrl INFO 7 [907] -2014-12-15 16:52:39 queue INFO 7 [465] -2014-12-15 16:52:39 queue INFO >7 [466] -2014-12-15 16:52:39 sendUrl INFO 3 [908] -2014-12-15 16:52:39 queue INFO 3 [467] -2014-12-15 16:52:40 sendUrl INFO 3 [909] -2014-12-15 16:52:40 queue INFO >3 [468] -2014-12-15 16:52:40 sendUrl INFO 7 [910] -2014-12-15 16:52:40 queue INFO 7 [469] -2014-12-15 16:52:41 sendUrl INFO 7 [911] -2014-12-15 16:52:41 queue INFO >7 [470] -2014-12-15 16:52:41 queue INFO 3 [471] -2014-12-15 16:52:41 sendUrl INFO 3 [912] -2014-12-15 16:52:41 queue INFO >3 [472] -2014-12-15 16:52:42 sendUrl INFO 3 [913] -2014-12-15 16:52:42 queue INFO 7 [473] -2014-12-15 16:52:42 sendUrl INFO 7 [914] -2014-12-15 16:52:42 queue INFO >7 [474] -2014-12-15 16:52:43 sendUrl INFO 7 [915] -2014-12-15 16:52:43 queue INFO 3 [475] -2014-12-15 16:52:43 queue INFO >3 [476] -2014-12-15 16:52:43 sendUrl INFO 3 [916] -2014-12-15 16:52:44 sendUrl INFO 3 [917] -2014-12-15 16:52:44 queue INFO 7 [477] -2014-12-15 16:52:44 queue INFO >7 [478] -2014-12-15 16:52:44 sendUrl INFO 7 [918] -2014-12-15 16:52:44 queue INFO 3 [479] -2014-12-15 16:52:44 queue INFO >3 [480] -2014-12-15 16:52:45 sendUrl INFO 7 [919] -2014-12-15 16:52:45 sendUrl INFO 3 [920] -2014-12-15 16:52:45 queue INFO 7 [481] -2014-12-15 16:52:45 queue INFO >7 [482] -2014-12-15 16:52:46 sendUrl INFO 3 [921] -2014-12-15 16:52:46 queue INFO 3 [483] -2014-12-15 16:52:46 sendUrl INFO 7 [922] -2014-12-15 16:52:46 queue INFO >3 [484] -2014-12-15 16:52:47 sendUrl INFO 7 [923] -2014-12-15 16:52:47 queue INFO 7 [485] -2014-12-15 16:52:47 sendUrl INFO 3 [924] -2014-12-15 16:52:47 queue INFO >7 [486] -2014-12-15 16:52:48 queue INFO 3 [487] -2014-12-15 16:52:48 sendUrl INFO 3 [925] -2014-12-15 16:52:48 queue INFO >3 [488] -2014-12-15 16:52:48 sendUrl INFO 7 [926] -2014-12-15 16:52:49 sendUrl INFO 7 [927] -2014-12-15 16:52:49 queue INFO 7 [489] -2014-12-15 16:52:49 queue INFO >7 [490] -2014-12-15 16:52:49 sendUrl INFO 3 [928] -2014-12-15 16:52:49 queue INFO 3 [491] -2014-12-15 16:52:49 queue INFO >3 [492] -2014-12-15 16:52:50 sendUrl INFO 3 [929] -2014-12-15 16:52:50 sendUrl INFO 7 [930] -2014-12-15 16:52:50 queue INFO 7 [493] -2014-12-15 16:52:50 queue INFO >7 [494] -2014-12-15 16:52:51 sendUrl INFO 7 [931] -2014-12-15 16:52:51 queue INFO 3 [495] -2014-12-15 16:52:51 sendUrl INFO 3 [932] -2014-12-15 16:52:51 queue INFO >3 [496] -2014-12-15 16:52:52 sendUrl INFO 3 [933] -2014-12-15 16:52:52 queue INFO 7 [497] -2014-12-15 16:52:52 sendUrl INFO 7 [934] -2014-12-15 16:52:52 queue INFO >7 [498] -2014-12-15 16:52:53 sendUrl INFO 7 [935] -2014-12-15 16:52:53 queue INFO 3 [499] -2014-12-15 16:52:53 queue INFO >3 [500] -2014-12-15 16:52:53 sendUrl INFO 3 [936] -2014-12-15 16:52:54 sendUrl INFO 3 [937] -2014-12-15 16:52:54 queue INFO 7 [501] -2014-12-15 16:52:54 queue INFO >7 [502] -2014-12-15 16:52:54 sendUrl INFO 7 [938] -2014-12-15 16:52:55 queue INFO 3 [503] -2014-12-15 16:52:55 sendUrl INFO 7 [939] -2014-12-15 16:52:55 queue INFO >3 [504] -2014-12-15 16:52:55 sendUrl INFO 3 [940] -2014-12-15 16:52:56 queue INFO 7 [505] -2014-12-15 16:52:56 sendUrl INFO 3 [941] -2014-12-15 16:52:56 queue INFO >7 [506] -2014-12-15 16:52:56 queue INFO 3 [507] -2014-12-15 16:52:56 sendUrl INFO 7 [942] -2014-12-15 16:52:56 queue INFO >3 [508] -2014-12-15 16:52:57 sendUrl INFO 7 [943] -2014-12-15 16:52:57 queue INFO 7 [509] -2014-12-15 16:52:57 sendUrl INFO 3 [944] -2014-12-15 16:52:57 queue INFO >7 [510] -2014-12-15 16:52:58 sendUrl INFO 3 [945] -2014-12-15 16:52:58 queue INFO 3 [511] -2014-12-15 16:52:58 queue INFO >3 [512] -2014-12-15 16:52:58 sendUrl INFO 7 [946] -2014-12-15 16:52:59 sendUrl INFO 7 [947] -2014-12-15 16:52:59 queue INFO 7 [513] -2014-12-15 16:52:59 queue INFO >7 [514] -2014-12-15 16:52:59 sendUrl INFO 3 [948] -2014-12-15 16:53:00 sendUrl INFO 3 [949] -2014-12-15 16:53:00 queue INFO 3 [515] -2014-12-15 16:53:00 queue INFO >3 [516] -2014-12-15 16:53:00 sendUrl INFO 7 [950] -2014-12-15 16:53:01 sendUrl INFO 7 [951] -2014-12-15 16:53:01 queue INFO 7 [517] -2014-12-15 16:53:01 queue INFO >7 [518] -2014-12-15 16:53:01 sendUrl INFO 3 [952] -2014-12-15 16:53:01 queue INFO 3 [519] -2014-12-15 16:53:02 queue INFO >3 [520] -2014-12-15 16:53:02 sendUrl INFO 3 [953] -2014-12-15 16:53:02 sendUrl INFO 7 [954] -2014-12-15 16:53:02 queue INFO 7 [521] -2014-12-15 16:53:03 queue INFO >7 [522] -2014-12-15 16:53:03 sendUrl INFO 7 [955] -2014-12-15 16:53:03 queue INFO 3 [523] -2014-12-15 16:53:03 sendUrl INFO 3 [956] -2014-12-15 16:53:03 queue INFO >3 [524] -2014-12-15 16:53:04 sendUrl INFO 3 [957] -2014-12-15 16:53:04 queue INFO 7 [525] -2014-12-15 16:53:04 sendUrl INFO 7 [958] -2014-12-15 16:53:04 queue INFO >7 [526] -2014-12-15 16:53:05 sendUrl INFO 7 [959] -2014-12-15 16:53:05 queue INFO 3 [527] -2014-12-15 16:53:05 queue INFO >3 [528] -2014-12-15 16:53:05 sendUrl INFO 3 [960] -2014-12-15 16:53:06 sendUrl INFO 3 [961] -2014-12-15 16:53:06 queue INFO 7 [529] -2014-12-15 16:53:06 queue INFO >7 [530] -2014-12-15 16:53:06 sendUrl INFO 7 [962] -2014-12-15 16:53:07 sendUrl INFO 7 [963] -2014-12-15 16:53:07 queue INFO 3 [531] -2014-12-15 16:53:07 queue INFO >3 [532] -2014-12-15 16:53:07 sendUrl INFO 3 [964] -2014-12-15 16:53:08 sendUrl INFO 3 [965] -2014-12-15 16:53:08 queue INFO 7 [533] -2014-12-15 16:53:08 queue INFO >7 [534] -2014-12-15 16:53:08 sendUrl INFO 7 [966] -2014-12-15 16:53:09 queue INFO 3 [535] -2014-12-15 16:53:09 sendUrl INFO 7 [967] -2014-12-15 16:53:09 queue INFO >3 [536] -2014-12-15 16:53:09 sendUrl INFO 3 [968] -2014-12-15 16:53:10 queue INFO 7 [537] -2014-12-15 16:53:10 sendUrl INFO 3 [969] -2014-12-15 16:53:10 queue INFO >7 [538] -2014-12-15 16:53:10 sendUrl INFO 7 [970] -2014-12-15 16:53:10 queue INFO 3 [539] -2014-12-15 16:53:11 queue INFO >3 [540] -2014-12-15 16:53:11 sendUrl INFO 7 [971] -2014-12-15 16:53:11 sendUrl INFO 3 [972] -2014-12-15 16:53:12 queue INFO 7 [541] -2014-12-15 16:53:12 queue INFO >7 [542] -2014-12-15 16:53:12 sendUrl INFO 3 [973] -2014-12-15 16:53:12 queue INFO 3 [543] -2014-12-15 16:53:12 sendUrl INFO 7 [974] -2014-12-15 16:53:13 queue INFO >3 [544] -2014-12-15 16:53:13 queue INFO 7 [545] -2014-12-15 16:53:13 sendUrl INFO 7 [975] -2014-12-15 16:53:13 queue INFO >7 [546] -2014-12-15 16:53:13 queue INFO 3 [547] -2014-12-15 16:53:13 queue INFO >3 [548] -2014-12-15 16:53:13 sendUrl INFO 3 [976] -2014-12-15 16:53:14 sendUrl INFO 3 [977] -2014-12-15 16:53:14 queue INFO 7 [549] -2014-12-15 16:53:14 sendUrl INFO 7 [978] -2014-12-15 16:53:15 queue INFO >7 [550] -2014-12-15 16:53:15 sendUrl INFO 7 [979] -2014-12-15 16:53:15 queue INFO 3 [551] -2014-12-15 16:53:15 queue INFO >3 [552] -2014-12-15 16:53:15 sendUrl INFO 3 [980] -2014-12-15 16:53:16 sendUrl INFO 3 [981] -2014-12-15 16:53:16 queue INFO 7 [553] -2014-12-15 16:53:16 queue INFO >7 [554] -2014-12-15 16:53:16 sendUrl INFO 7 [982] -2014-12-15 16:53:17 sendUrl INFO 7 [983] -2014-12-15 16:53:17 queue INFO 3 [555] -2014-12-15 16:53:17 queue INFO >3 [556] -2014-12-15 16:53:17 sendUrl INFO 3 [984] -2014-12-15 16:53:18 queue INFO 7 [557] -2014-12-15 16:53:18 sendUrl INFO 3 [985] -2014-12-15 16:53:18 queue INFO >7 [558] -2014-12-15 16:53:18 sendUrl INFO 7 [986] -2014-12-15 16:53:19 queue INFO 3 [559] -2014-12-15 16:53:19 queue INFO >3 [560] -2014-12-15 16:53:19 sendUrl INFO 7 [987] -2014-12-15 16:53:19 sendUrl INFO 3 [988] -2014-12-15 16:53:20 queue INFO 7 [561] -2014-12-15 16:53:20 queue INFO >7 [562] -2014-12-15 16:53:20 sendUrl INFO 3 [989] -2014-12-15 16:53:20 queue INFO 3 [563] -2014-12-15 16:53:21 sendUrl INFO 7 [990] -2014-12-15 16:53:21 queue INFO >3 [564] -2014-12-15 16:53:21 sendUrl INFO 7 [991] -2014-12-15 16:53:21 queue INFO 7 [565] -2014-12-15 16:53:22 sendUrl INFO 3 [992] -2014-12-15 16:53:22 queue INFO >7 [566] -2014-12-15 16:53:22 sendUrl INFO 3 [993] -2014-12-15 16:53:22 queue INFO 3 [567] -2014-12-15 16:53:22 queue INFO >3 [568] -2014-12-15 16:53:23 sendUrl INFO 7 [994] -2014-12-15 16:53:23 sendUrl INFO 7 [995] -2014-12-15 16:53:23 queue INFO 7 [569] -2014-12-15 16:53:24 sendUrl INFO 3 [996] -2014-12-15 16:53:24 queue INFO >7 [570] -2014-12-15 16:53:24 sendUrl INFO 3 [997] -2014-12-15 16:53:24 queue INFO 3 [571] -2014-12-15 16:53:24 queue INFO >3 [572] -2014-12-15 16:53:25 sendUrl INFO 7 [998] -2014-12-15 16:53:25 sendUrl INFO 7 [999] -2014-12-15 16:53:25 queue INFO 7 [573] -2014-12-15 16:53:25 queue INFO >7 [574] -2014-12-15 16:53:26 sendUrl INFO 3 [0] -2014-12-15 16:53:26 sendUrl INFO 3 [1] -2014-12-15 16:53:26 queue INFO 3 [575] -2014-12-15 16:53:26 queue INFO >3 [576] -2014-12-15 16:53:27 sendUrl INFO 7 [2] -2014-12-15 16:53:27 sendUrl INFO 7 [3] -2014-12-15 16:53:27 queue INFO 7 [577] -2014-12-15 16:53:27 queue INFO >7 [578] -2014-12-15 16:53:28 sendUrl INFO 3 [4] -2014-12-15 16:53:28 sendUrl INFO 3 [5] -2014-12-15 16:53:28 queue INFO 3 [579] -2014-12-15 16:53:28 queue INFO >3 [580] -2014-12-15 16:53:29 sendUrl INFO 7 [6] -2014-12-15 16:53:29 sendUrl INFO 7 [7] -2014-12-15 16:53:29 queue INFO 7 [581] -2014-12-15 16:53:29 queue INFO >7 [582] -2014-12-15 16:53:30 sendUrl INFO 3 [8] -2014-12-15 16:53:30 queue INFO 3 [583] -2014-12-15 16:53:30 sendUrl INFO 3 [9] -2014-12-15 16:53:30 queue INFO >3 [584] -2014-12-15 16:53:31 sendUrl INFO 7 [10] -2014-12-15 16:53:31 queue INFO 7 [585] -2014-12-15 16:53:31 sendUrl INFO 7 [11] -2014-12-15 16:53:31 queue INFO >7 [586] -2014-12-15 16:53:32 sendUrl INFO 3 [12] -2014-12-15 16:53:32 queue INFO 3 [587] -2014-12-15 16:53:32 queue INFO >3 [588] -2014-12-15 16:53:32 sendUrl INFO 3 [13] -2014-12-15 16:53:33 sendUrl INFO 7 [14] -2014-12-15 16:53:33 queue INFO 7 [589] -2014-12-15 16:53:33 sendUrl INFO 7 [15] -2014-12-15 16:53:33 queue INFO >7 [590] -2014-12-15 16:53:33 queue INFO 3 [591] -2014-12-15 16:53:34 queue INFO >3 [592] -2014-12-15 16:53:34 sendUrl INFO 3 [16] -2014-12-15 16:53:34 queue INFO 7 [593] -2014-12-15 16:53:34 queue INFO >7 [594] -2014-12-15 16:53:34 sendUrl INFO 3 [17] -2014-12-15 16:53:35 queue INFO 3 [595] -2014-12-15 16:53:35 sendUrl INFO 7 [18] -2014-12-15 16:53:35 queue INFO >3 [596] -2014-12-15 16:53:35 sendUrl INFO 7 [19] -2014-12-15 16:53:36 sendUrl INFO 3 [20] -2014-12-15 16:53:36 queue INFO 7 [597] -2014-12-15 16:53:36 queue INFO >7 [598] -2014-12-15 16:53:36 sendUrl INFO 3 [21] -2014-12-15 16:53:36 queue INFO 3 [599] -2014-12-15 16:53:37 queue INFO >3 [600] -2014-12-15 16:53:37 sendUrl INFO 7 [22] -2014-12-15 16:53:37 queue INFO 7 [601] -2014-12-15 16:53:37 sendUrl INFO 7 [23] -2014-12-15 16:53:37 queue INFO >7 [602] -2014-12-15 16:53:38 sendUrl INFO 3 [24] -2014-12-15 16:53:38 queue INFO 3 [603] -2014-12-15 16:53:38 queue INFO >3 [604] -2014-12-15 16:53:38 sendUrl INFO 3 [25] -2014-12-15 16:53:39 sendUrl INFO 7 [26] -2014-12-15 16:53:39 queue INFO 7 [605] -2014-12-15 16:53:39 queue INFO >7 [606] -2014-12-15 16:53:39 sendUrl INFO 7 [27] -2014-12-15 16:53:40 queue INFO 3 [607] -2014-12-15 16:53:40 sendUrl INFO 3 [28] -2014-12-15 16:53:40 queue INFO >3 [608] -2014-12-15 16:53:40 sendUrl INFO 3 [29] -2014-12-15 16:53:40 queue INFO 7 [609] -2014-12-15 16:53:41 queue INFO >7 [610] -2014-12-15 16:53:41 sendUrl INFO 7 [30] -2014-12-15 16:53:41 sendUrl INFO 7 [31] -2014-12-15 16:53:41 queue INFO 3 [611] -2014-12-15 16:53:41 queue INFO >3 [612] -2014-12-15 16:53:42 sendUrl INFO 3 [32] -2014-12-15 16:53:42 sendUrl INFO 3 [33] -2014-12-15 16:53:42 queue INFO 7 [613] -2014-12-15 16:53:42 queue INFO >7 [614] -2014-12-15 16:53:43 sendUrl INFO 7 [34] -2014-12-15 16:53:43 queue INFO 3 [615] -2014-12-15 16:53:43 sendUrl INFO 7 [35] -2014-12-15 16:53:43 queue INFO >3 [616] -2014-12-15 16:53:44 sendUrl INFO 3 [36] -2014-12-15 16:53:44 queue INFO 7 [617] -2014-12-15 16:53:44 sendUrl INFO 3 [37] -2014-12-15 16:53:44 queue INFO >7 [618] -2014-12-15 16:53:45 sendUrl INFO 7 [38] -2014-12-15 16:53:45 queue INFO 3 [619] -2014-12-15 16:53:45 queue INFO >3 [620] -2014-12-15 16:53:45 sendUrl INFO 7 [39] -2014-12-15 16:53:46 sendUrl INFO 3 [40] -2014-12-15 16:53:46 queue INFO 7 [621] -2014-12-15 16:53:46 queue INFO >7 [622] -2014-12-15 16:53:46 sendUrl INFO 3 [41] -2014-12-15 16:53:47 queue INFO 3 [623] -2014-12-15 16:53:47 sendUrl INFO 7 [42] -2014-12-15 16:53:47 queue INFO >3 [624] -2014-12-15 16:53:47 sendUrl INFO 7 [43] -2014-12-15 16:53:48 sendUrl INFO 3 [44] -2014-12-15 16:53:48 queue INFO 7 [625] -2014-12-15 16:53:48 queue INFO >7 [626] -2014-12-15 16:53:48 sendUrl INFO 3 [45] -2014-12-15 16:53:49 queue INFO 3 [627] -2014-12-15 16:53:49 sendUrl INFO 7 [46] -2014-12-15 16:53:49 queue INFO >3 [628] -2014-12-15 16:53:49 sendUrl INFO 7 [47] -2014-12-15 16:53:50 queue INFO 7 [629] -2014-12-15 16:53:50 sendUrl INFO 3 [48] -2014-12-15 16:53:50 queue INFO >7 [630] -2014-12-15 16:53:50 sendUrl INFO 3 [49] -2014-12-15 16:53:51 queue INFO 3 [631] -2014-12-15 16:53:51 queue INFO >3 [632] -2014-12-15 16:53:51 sendUrl INFO 7 [50] -2014-12-15 16:53:51 sendUrl INFO 7 [51] -2014-12-15 16:53:52 queue INFO 7 [633] -2014-12-15 16:53:52 queue INFO >7 [634] -2014-12-15 16:53:52 sendUrl INFO 3 [52] -2014-12-15 16:53:52 sendUrl INFO 3 [53] -2014-12-15 16:53:52 queue INFO 3 [635] -2014-12-15 16:53:53 queue INFO >3 [636] -2014-12-15 16:53:53 sendUrl INFO 7 [54] -2014-12-15 16:53:53 sendUrl INFO 7 [55] -2014-12-15 16:53:53 queue INFO 7 [637] -2014-12-15 16:53:54 queue INFO >7 [638] -2014-12-15 16:53:54 queue INFO 3 [639] -2014-12-15 16:53:54 sendUrl INFO 3 [56] -2014-12-15 16:53:54 queue INFO >3 [640] -2014-12-15 16:53:54 sendUrl INFO 3 [57] -2014-12-15 16:53:55 queue INFO 7 [641] -2014-12-15 16:53:55 queue INFO >7 [642] -2014-12-15 16:53:55 sendUrl INFO 7 [58] -2014-12-15 16:53:55 sendUrl INFO 7 [59] -2014-12-15 16:53:55 queue INFO 3 [643] -2014-12-15 16:53:56 queue INFO >3 [644] -2014-12-15 16:53:56 sendUrl INFO 3 [60] -2014-12-15 16:53:56 sendUrl INFO 3 [61] -2014-12-15 16:53:56 queue INFO 7 [645] -2014-12-15 16:53:57 queue INFO >7 [646] -2014-12-15 16:53:57 sendUrl INFO 7 [62] -2014-12-15 16:53:57 queue INFO 3 [647] -2014-12-15 16:53:57 sendUrl INFO 7 [63] -2014-12-15 16:53:57 queue INFO >3 [648] -2014-12-15 16:53:58 sendUrl INFO 3 [64] -2014-12-15 16:53:58 queue INFO 7 [649] -2014-12-15 16:53:58 sendUrl INFO 3 [65] -2014-12-15 16:53:58 queue INFO >7 [650] -2014-12-15 16:53:59 sendUrl INFO 7 [66] -2014-12-15 16:53:59 queue INFO 3 [651] -2014-12-15 16:53:59 queue INFO >3 [652] -2014-12-15 16:53:59 sendUrl INFO 7 [67] -2014-12-15 16:54:00 sendUrl INFO 3 [68] -2014-12-15 16:54:00 queue INFO 7 [653] -2014-12-15 16:54:00 sendUrl INFO 3 [69] -2014-12-15 16:54:00 queue INFO >7 [654] -2014-12-15 16:54:01 sendUrl INFO 7 [70] -2014-12-15 16:54:01 queue INFO 3 [655] -2014-12-15 16:54:01 queue INFO >3 [656] -2014-12-15 16:54:01 sendUrl INFO 7 [71] -2014-12-15 16:54:02 queue INFO 7 [657] -2014-12-15 16:54:02 sendUrl INFO 3 [72] -2014-12-15 16:54:02 queue INFO >7 [658] -2014-12-15 16:54:02 sendUrl INFO 3 [73] -2014-12-15 16:54:03 queue INFO 3 [659] -2014-12-15 16:54:03 queue INFO >3 [660] -2014-12-15 16:54:03 sendUrl INFO 7 [74] -2014-12-15 16:54:03 sendUrl INFO 7 [75] -2014-12-15 16:54:04 queue INFO 7 [661] -2014-12-15 16:54:04 sendUrl INFO 3 [76] -2014-12-15 16:54:04 queue INFO >7 [662] -2014-12-15 16:54:05 sendUrl INFO 3 [77] -2014-12-15 16:54:05 queue INFO 3 [663] -2014-12-15 16:54:05 queue INFO >3 [664] -2014-12-15 16:54:05 sendUrl INFO 7 [78] -2014-12-15 16:54:06 sendUrl INFO 7 [79] -2014-12-15 16:54:06 queue INFO 7 [665] -2014-12-15 16:54:06 queue INFO >7 [666] -2014-12-15 16:54:06 sendUrl INFO 3 [80] -2014-12-15 16:54:06 queue INFO 3 [667] -2014-12-15 16:54:06 queue INFO >3 [668] -2014-12-15 16:54:07 sendUrl INFO 3 [81] -2014-12-15 16:54:07 sendUrl INFO 7 [82] -2014-12-15 16:54:07 queue INFO 7 [669] -2014-12-15 16:54:08 sendUrl INFO 7 [83] -2014-12-15 16:54:08 queue INFO >7 [670] -2014-12-15 16:54:08 sendUrl INFO 3 [84] -2014-12-15 16:54:08 queue INFO 3 [671] -2014-12-15 16:54:08 queue INFO >3 [672] -2014-12-15 16:54:09 sendUrl INFO 3 [85] -2014-12-15 16:54:09 sendUrl INFO 7 [86] -2014-12-15 16:54:09 queue INFO 7 [673] -2014-12-15 16:54:10 sendUrl INFO 7 [87] -2014-12-15 16:54:10 queue INFO >7 [674] -2014-12-15 16:54:10 queue INFO 3 [675] -2014-12-15 16:54:10 queue INFO >3 [676] -2014-12-15 16:54:10 sendUrl INFO 3 [88] -2014-12-15 16:54:11 sendUrl INFO 3 [89] -2014-12-15 16:54:11 queue INFO 7 [677] -2014-12-15 16:54:11 queue INFO >7 [678] -2014-12-15 16:54:11 sendUrl INFO 7 [90] -2014-12-15 16:54:12 sendUrl INFO 7 [91] -2014-12-15 16:54:12 queue INFO 3 [679] -2014-12-15 16:54:12 queue INFO >3 [680] -2014-12-15 16:54:12 sendUrl INFO 3 [92] -2014-12-15 16:54:12 queue INFO 7 [681] -2014-12-15 16:54:12 queue INFO >7 [682] -2014-12-15 16:54:13 sendUrl INFO 3 [93] -2014-12-15 16:54:13 queue INFO 3 [683] -2014-12-15 16:54:13 queue INFO >3 [684] -2014-12-15 16:54:13 sendUrl INFO 7 [94] -2014-12-15 16:54:14 sendUrl INFO 7 [95] -2014-12-15 16:54:14 queue INFO 7 [685] -2014-12-15 16:54:14 queue INFO >7 [686] -2014-12-15 16:54:14 sendUrl INFO 3 [96] -2014-12-15 16:54:15 sendUrl INFO 3 [97] -2014-12-15 16:54:15 queue INFO 3 [687] -2014-12-15 16:54:15 queue INFO >3 [688] -2014-12-15 16:54:15 sendUrl INFO 7 [98] -2014-12-15 16:54:16 sendUrl INFO 7 [99] -2014-12-15 16:54:16 queue INFO 7 [689] -2014-12-15 16:54:16 queue INFO >7 [690] -2014-12-15 16:54:16 sendUrl INFO 3 [100] -2014-12-15 16:54:17 sendUrl INFO 3 [101] -2014-12-15 16:54:17 queue INFO 3 [691] -2014-12-15 16:54:17 queue INFO >3 [692] -2014-12-15 16:54:17 sendUrl INFO 7 [102] -2014-12-15 16:54:18 queue INFO 7 [693] -2014-12-15 16:54:18 sendUrl INFO 7 [103] -2014-12-15 16:54:18 queue INFO >7 [694] -2014-12-15 16:54:18 sendUrl INFO 3 [104] -2014-12-15 16:54:19 sendUrl INFO 3 [105] -2014-12-15 16:54:19 queue INFO 3 [695] -2014-12-15 16:54:19 queue INFO >3 [696] -2014-12-15 16:54:19 sendUrl INFO 7 [106] -2014-12-15 16:54:20 sendUrl INFO 7 [107] -2014-12-15 16:54:20 queue INFO 7 [697] -2014-12-15 16:54:20 queue INFO >7 [698] -2014-12-15 16:54:20 sendUrl INFO 3 [108] -2014-12-15 16:54:20 queue INFO 3 [699] -2014-12-15 16:54:20 queue INFO >3 [700] -2014-12-15 16:54:21 sendUrl INFO 3 [109] -2014-12-15 16:54:21 sendUrl INFO 7 [110] -2014-12-15 16:54:21 queue INFO 7 [701] -2014-12-15 16:54:22 sendUrl INFO 7 [111] -2014-12-15 16:54:22 queue INFO >7 [702] -2014-12-15 16:54:22 sendUrl INFO 3 [112] -2014-12-15 16:54:22 queue INFO 3 [703] -2014-12-15 16:54:23 queue INFO >3 [704] -2014-12-15 16:54:23 sendUrl INFO 3 [113] -2014-12-15 16:54:23 sendUrl INFO 7 [114] -2014-12-15 16:54:24 queue INFO 7 [705] -2014-12-15 16:54:24 sendUrl INFO 7 [115] -2014-12-15 16:54:24 queue INFO >7 [706] -2014-12-15 16:54:24 sendUrl INFO 3 [116] -2014-12-15 16:54:24 queue INFO 3 [707] -2014-12-15 16:54:25 queue INFO >3 [708] -2014-12-15 16:54:25 sendUrl INFO 3 [117] -2014-12-15 16:54:25 sendUrl INFO 7 [118] -2014-12-15 16:54:26 queue INFO 7 [709] -2014-12-15 16:54:26 sendUrl INFO 7 [119] -2014-12-15 16:54:26 queue INFO >7 [710] -2014-12-15 16:54:26 queue INFO 3 [711] -2014-12-15 16:54:26 queue INFO >3 [712] -2014-12-15 16:54:26 sendUrl INFO 3 [120] -2014-12-15 16:54:27 sendUrl INFO 3 [121] -2014-12-15 16:54:27 queue INFO 7 [713] -2014-12-15 16:54:27 queue INFO >7 [714] -2014-12-15 16:54:27 sendUrl INFO 7 [122] -2014-12-15 16:54:28 sendUrl INFO 7 [123] -2014-12-15 16:54:28 queue INFO 3 [715] -2014-12-15 16:54:28 queue INFO >3 [716] -2014-12-15 16:54:28 sendUrl INFO 3 [124] -2014-12-15 16:54:29 queue INFO 7 [717] -2014-12-15 16:54:29 sendUrl INFO 3 [125] -2014-12-15 16:54:29 queue INFO >7 [718] -2014-12-15 16:54:29 sendUrl INFO 7 [126] -2014-12-15 16:54:29 queue INFO 3 [719] -2014-12-15 16:54:30 queue INFO >3 [720] -2014-12-15 16:54:30 sendUrl INFO 7 [127] -2014-12-15 16:54:30 sendUrl INFO 3 [128] -2014-12-15 16:54:30 queue INFO 7 [721] -2014-12-15 16:54:31 queue INFO >7 [722] -2014-12-15 16:54:31 sendUrl INFO 3 [129] -2014-12-15 16:54:31 queue INFO 3 [723] -2014-12-15 16:54:31 sendUrl INFO 7 [130] -2014-12-15 16:54:31 queue INFO >3 [724] -2014-12-15 16:54:32 sendUrl INFO 7 [131] -2014-12-15 16:54:32 sendUrl INFO 3 [132] -2014-12-15 16:54:32 queue INFO 7 [725] -2014-12-15 16:54:33 queue INFO >7 [726] -2014-12-15 16:54:33 sendUrl INFO 3 [133] -2014-12-15 16:54:33 queue INFO 3 [727] -2014-12-15 16:54:33 queue INFO >3 [728] -2014-12-15 16:54:33 sendUrl INFO 7 [134] -2014-12-15 16:54:34 sendUrl INFO 7 [135] -2014-12-15 16:54:34 queue INFO 7 [729] -2014-12-15 16:54:34 sendUrl INFO 3 [136] -2014-12-15 16:54:34 queue INFO >7 [730] -2014-12-15 16:54:35 sendUrl INFO 3 [137] -2014-12-15 16:54:35 queue INFO 3 [731] -2014-12-15 16:54:35 queue INFO >3 [732] -2014-12-15 16:54:35 sendUrl INFO 7 [138] -2014-12-15 16:54:36 sendUrl INFO 7 [139] -2014-12-15 16:54:36 queue INFO 7 [733] -2014-12-15 16:54:36 queue INFO >7 [734] -2014-12-15 16:54:36 sendUrl INFO 3 [140] -2014-12-15 16:54:37 queue INFO 3 [735] -2014-12-15 16:54:37 sendUrl INFO 3 [141] -2014-12-15 16:54:37 queue INFO >3 [736] -2014-12-15 16:54:37 sendUrl INFO 7 [142] -2014-12-15 16:54:38 queue INFO 7 [737] -2014-12-15 16:54:38 sendUrl INFO 7 [143] -2014-12-15 16:54:38 queue INFO >7 [738] -2014-12-15 16:54:38 sendUrl INFO 3 [144] -2014-12-15 16:54:39 queue INFO 3 [739] -2014-12-15 16:54:39 queue INFO >3 [740] -2014-12-15 16:54:39 sendUrl INFO 3 [145] -2014-12-15 16:54:39 sendUrl INFO 7 [146] -2014-12-15 16:54:40 queue INFO 7 [741] -2014-12-15 16:54:40 sendUrl INFO 7 [147] -2014-12-15 16:54:40 queue INFO >7 [742] -2014-12-15 16:54:40 queue INFO 3 [743] -2014-12-15 16:54:40 queue INFO >3 [744] -2014-12-15 16:54:40 sendUrl INFO 3 [148] -2014-12-15 16:54:41 queue INFO 7 [745] -2014-12-15 16:54:41 sendUrl INFO 3 [149] -2014-12-15 16:54:41 queue INFO >7 [746] -2014-12-15 16:54:41 sendUrl INFO 7 [150] -2014-12-15 16:54:42 queue INFO 3 [747] -2014-12-15 16:54:42 sendUrl INFO 7 [151] -2014-12-15 16:54:42 queue INFO >3 [748] -2014-12-15 16:54:42 sendUrl INFO 3 [152] -2014-12-15 16:54:43 sendUrl INFO 3 [153] -2014-12-15 16:54:43 queue INFO 7 [749] -2014-12-15 16:54:43 queue INFO >7 [750] -2014-12-15 16:54:43 queue INFO 3 [751] -2014-12-15 16:54:43 sendUrl INFO 7 [154] -2014-12-15 16:54:44 queue INFO >3 [752] -2014-12-15 16:54:44 sendUrl INFO 7 [155] -2014-12-15 16:54:44 sendUrl INFO 3 [156] -2014-12-15 16:54:45 queue INFO 7 [753] -2014-12-15 16:54:45 queue INFO >7 [754] -2014-12-15 16:54:45 sendUrl INFO 3 [157] -2014-12-15 16:54:45 queue INFO 3 [755] -2014-12-15 16:54:45 sendUrl INFO 7 [158] -2014-12-15 16:54:46 queue INFO >3 [756] -2014-12-15 16:54:46 sendUrl INFO 7 [159] -2014-12-15 16:54:46 queue INFO 7 [757] -2014-12-15 16:54:46 sendUrl INFO 3 [160] -2014-12-15 16:54:47 queue INFO >7 [758] -2014-12-15 16:54:47 sendUrl INFO 3 [161] -2014-12-15 16:54:47 queue INFO 3 [759] -2014-12-15 16:54:47 queue INFO >3 [760] -2014-12-15 16:54:47 sendUrl INFO 7 [162] -2014-12-15 16:54:48 sendUrl INFO 7 [163] -2014-12-15 16:54:48 queue INFO 7 [761] -2014-12-15 16:54:48 queue INFO >7 [762] -2014-12-15 16:54:48 queue INFO 3 [763] -2014-12-15 16:54:49 sendUrl INFO 3 [164] -2014-12-15 16:54:49 queue INFO >3 [764] -2014-12-15 16:54:49 sendUrl INFO 3 [165] -2014-12-15 16:54:50 sendUrl INFO 7 [166] -2014-12-15 16:54:50 queue INFO 7 [765] -2014-12-15 16:54:50 queue INFO >7 [766] -2014-12-15 16:54:50 sendUrl INFO 7 [167] -2014-12-15 16:54:50 queue INFO 3 [767] -2014-12-15 16:54:51 sendUrl INFO 3 [168] -2014-12-15 16:54:51 queue INFO >3 [768] -2014-12-15 16:54:51 sendUrl INFO 3 [169] -2014-12-15 16:54:52 sendUrl INFO 7 [170] -2014-12-15 16:54:52 queue INFO 7 [769] -2014-12-15 16:54:52 queue INFO >7 [770] -2014-12-15 16:54:52 sendUrl INFO 7 [171] -2014-12-15 16:54:53 sendUrl INFO 3 [172] -2014-12-15 16:54:53 queue INFO 3 [771] -2014-12-15 16:54:53 queue INFO >3 [772] -2014-12-15 16:54:53 sendUrl INFO 3 [173] -2014-12-15 16:54:53 queue INFO 7 [773] -2014-12-15 16:54:53 queue INFO >7 [774] -2014-12-15 16:54:54 sendUrl INFO 7 [174] -2014-12-15 16:54:54 sendUrl INFO 7 [175] -2014-12-15 16:54:54 queue INFO 3 [775] -2014-12-15 16:54:54 queue INFO >3 [776] -2014-12-15 16:54:55 sendUrl INFO 3 [176] -2014-12-15 16:54:55 sendUrl INFO 3 [177] -2014-12-15 16:54:55 queue INFO 7 [777] -2014-12-15 16:54:55 queue INFO >7 [778] -2014-12-15 16:54:56 sendUrl INFO 7 [178] -2014-12-15 16:54:56 queue INFO 3 [779] -2014-12-15 16:54:56 queue INFO >3 [780] -2014-12-15 16:54:56 sendUrl INFO 7 [179] -2014-12-15 16:54:57 sendUrl INFO 3 [180] -2014-12-15 16:54:57 queue INFO 7 [781] -2014-12-15 16:54:57 queue INFO >7 [782] -2014-12-15 16:54:57 sendUrl INFO 3 [181] -2014-12-15 16:54:58 sendUrl INFO 7 [182] -2014-12-15 16:54:58 queue INFO 3 [783] -2014-12-15 16:54:58 queue INFO >3 [784] -2014-12-15 16:54:58 sendUrl INFO 7 [183] -2014-12-15 16:54:59 sendUrl INFO 3 [184] -2014-12-15 16:54:59 queue INFO 7 [785] -2014-12-15 16:54:59 queue INFO >7 [786] -2014-12-15 16:54:59 sendUrl INFO 3 [185] -2014-12-15 16:55:00 sendUrl INFO 7 [186] -2014-12-15 16:55:00 queue INFO 3 [787] -2014-12-15 16:55:00 queue INFO >3 [788] -2014-12-15 16:55:00 sendUrl INFO 7 [187] -2014-12-15 16:55:01 sendUrl INFO 3 [188] -2014-12-15 16:55:01 queue INFO 7 [789] -2014-12-15 16:55:01 queue INFO >7 [790] -2014-12-15 16:55:01 sendUrl INFO 3 [189] -2014-12-15 16:55:02 queue INFO 3 [791] -2014-12-15 16:55:02 sendUrl INFO 7 [190] -2014-12-15 16:55:02 queue INFO >3 [792] -2014-12-15 16:55:02 sendUrl INFO 7 [191] -2014-12-15 16:55:03 queue INFO 7 [793] -2014-12-15 16:55:03 sendUrl INFO 3 [192] -2014-12-15 16:55:03 queue INFO >7 [794] -2014-12-15 16:55:03 sendUrl INFO 3 [193] -2014-12-15 16:55:03 queue INFO 3 [795] -2014-12-15 16:55:03 queue INFO >3 [796] -2014-12-15 16:55:04 sendUrl INFO 7 [194] -2014-12-15 16:55:04 queue INFO 7 [797] -2014-12-15 16:55:04 sendUrl INFO 7 [195] -2014-12-15 16:55:04 queue INFO >7 [798] -2014-12-15 16:55:05 queue INFO 3 [799] -2014-12-15 16:55:05 sendUrl INFO 3 [196] -2014-12-15 16:55:05 queue INFO >3 [800] -2014-12-15 16:55:05 sendUrl INFO 3 [197] -2014-12-15 16:55:06 queue INFO 7 [801] -2014-12-15 16:55:06 sendUrl INFO 7 [198] -2014-12-15 16:55:06 queue INFO >7 [802] -2014-12-15 16:55:06 sendUrl INFO 7 [199] -2014-12-15 16:55:06 queue INFO 3 [803] -2014-12-15 16:55:07 queue INFO >3 [804] -2014-12-15 16:55:07 sendUrl INFO 3 [200] -2014-12-15 16:55:07 sendUrl INFO 3 [201] -2014-12-15 16:55:08 queue INFO 7 [805] -2014-12-15 16:55:08 sendUrl INFO 7 [202] -2014-12-15 16:55:08 queue INFO >7 [806] -2014-12-15 16:55:08 sendUrl INFO 7 [203] -2014-12-15 16:55:08 queue INFO 3 [807] -2014-12-15 16:55:08 queue INFO >3 [808] -2014-12-15 16:55:09 sendUrl INFO 3 [204] -2014-12-15 16:55:09 queue INFO 7 [809] -2014-12-15 16:55:09 queue INFO >7 [810] -2014-12-15 16:55:09 sendUrl INFO 3 [205] -2014-12-15 16:55:10 sendUrl INFO 7 [206] -2014-12-15 16:55:10 queue INFO 3 [811] -2014-12-15 16:55:10 queue INFO >3 [812] -2014-12-15 16:55:10 sendUrl INFO 7 [207] -2014-12-15 16:55:11 sendUrl INFO 3 [208] -2014-12-15 16:55:11 queue INFO 7 [813] -2014-12-15 16:55:11 queue INFO >7 [814] -2014-12-15 16:55:11 sendUrl INFO 3 [209] -2014-12-15 16:55:12 queue INFO 3 [815] -2014-12-15 16:55:12 sendUrl INFO 7 [210] -2014-12-15 16:55:12 queue INFO >3 [816] -2014-12-15 16:55:12 sendUrl INFO 7 [211] -2014-12-15 16:55:13 queue INFO 7 [817] -2014-12-15 16:55:13 sendUrl INFO 3 [212] -2014-12-15 16:55:13 queue INFO >7 [818] -2014-12-15 16:55:13 sendUrl INFO 3 [213] -2014-12-15 16:55:13 queue INFO 3 [819] -2014-12-15 16:55:14 queue INFO >3 [820] -2014-12-15 16:55:14 sendUrl INFO 7 [214] -2014-12-15 16:55:14 sendUrl INFO 7 [215] -2014-12-15 16:55:14 queue INFO 7 [821] -2014-12-15 16:55:15 queue INFO >7 [822] -2014-12-15 16:55:15 sendUrl INFO 3 [216] -2014-12-15 16:55:15 queue INFO 3 [823] -2014-12-15 16:55:15 sendUrl INFO 3 [217] -2014-12-15 16:55:15 queue INFO >3 [824] -2014-12-15 16:55:16 sendUrl INFO 7 [218] -2014-12-15 16:55:16 queue INFO 7 [825] -2014-12-15 16:55:16 sendUrl INFO 7 [219] -2014-12-15 16:55:16 queue INFO >7 [826] -2014-12-15 16:55:17 sendUrl INFO 3 [220] -2014-12-15 16:55:17 queue INFO 3 [827] -2014-12-15 16:55:17 queue INFO >3 [828] -2014-12-15 16:55:17 sendUrl INFO 3 [221] -2014-12-15 16:55:18 sendUrl INFO 7 [222] -2014-12-15 16:55:18 queue INFO 7 [829] -2014-12-15 16:55:18 sendUrl INFO 7 [223] -2014-12-15 16:55:18 queue INFO >7 [830] -2014-12-15 16:55:19 sendUrl INFO 3 [224] -2014-12-15 16:55:19 queue INFO 3 [831] -2014-12-15 16:55:19 queue INFO >3 [832] -2014-12-15 16:55:19 sendUrl INFO 3 [225] -2014-12-15 16:55:20 sendUrl INFO 7 [226] -2014-12-15 16:55:20 queue INFO 7 [833] -2014-12-15 16:55:20 queue INFO >7 [834] -2014-12-15 16:55:20 sendUrl INFO 7 [227] -2014-12-15 16:55:21 sendUrl INFO 3 [228] -2014-12-15 16:55:21 queue INFO 3 [835] -2014-12-15 16:55:21 queue INFO >3 [836] -2014-12-15 16:55:21 sendUrl INFO 3 [229] -2014-12-15 16:55:22 sendUrl INFO 7 [230] -2014-12-15 16:55:22 queue INFO 7 [837] -2014-12-15 16:55:22 sendUrl INFO 7 [231] -2014-12-15 16:55:22 queue INFO >7 [838] -2014-12-15 16:55:23 queue INFO 3 [839] -2014-12-15 16:55:23 sendUrl INFO 3 [232] -2014-12-15 16:55:23 queue INFO >3 [840] -2014-12-15 16:55:23 sendUrl INFO 3 [233] -2014-12-15 16:55:24 sendUrl INFO 7 [234] -2014-12-15 16:55:24 queue INFO 7 [841] -2014-12-15 16:55:24 queue INFO >7 [842] -2014-12-15 16:55:24 sendUrl INFO 7 [235] -2014-12-15 16:55:25 queue INFO 3 [843] -2014-12-15 16:55:25 queue INFO >3 [844] -2014-12-15 16:55:25 sendUrl INFO 3 [236] -2014-12-15 16:55:25 sendUrl INFO 3 [237] -2014-12-15 16:55:26 queue INFO 7 [845] -2014-12-15 16:55:26 sendUrl INFO 7 [238] -2014-12-15 16:55:26 queue INFO >7 [846] -2014-12-15 16:55:26 queue INFO 3 [847] -2014-12-15 16:55:26 sendUrl INFO 7 [239] -2014-12-15 16:55:27 queue INFO >3 [848] -2014-12-15 16:55:27 sendUrl INFO 3 [240] -2014-12-15 16:55:27 sendUrl INFO 3 [241] -2014-12-15 16:55:28 queue INFO 7 [849] -2014-12-15 16:55:28 queue INFO >7 [850] -2014-12-15 16:55:28 sendUrl INFO 7 [242] -2014-12-15 16:55:28 queue INFO 3 [851] -2014-12-15 16:55:28 sendUrl INFO 7 [243] -2014-12-15 16:55:29 queue INFO >3 [852] -2014-12-15 16:55:29 sendUrl INFO 3 [244] -2014-12-15 16:55:29 queue INFO 7 [853] -2014-12-15 16:55:29 queue INFO >7 [854] -2014-12-15 16:55:29 sendUrl INFO 3 [245] -2014-12-15 16:55:30 queue INFO 3 [855] -2014-12-15 16:55:30 sendUrl INFO 7 [246] -2014-12-15 16:55:30 queue INFO >3 [856] -2014-12-15 16:55:30 sendUrl INFO 7 [247] -2014-12-15 16:55:31 sendUrl INFO 3 [248] -2014-12-15 16:55:31 queue INFO 7 [857] -2014-12-15 16:55:31 queue INFO >7 [858] -2014-12-15 16:55:31 sendUrl INFO 3 [249] -2014-12-15 16:55:32 queue INFO 3 [859] -2014-12-15 16:55:32 sendUrl INFO 7 [250] -2014-12-15 16:55:32 queue INFO >3 [860] -2014-12-15 16:55:32 sendUrl INFO 7 [251] -2014-12-15 16:55:33 queue INFO 7 [861] -2014-12-15 16:55:33 sendUrl INFO 3 [252] -2014-12-15 16:55:33 queue INFO >7 [862] -2014-12-15 16:55:33 sendUrl INFO 3 [253] -2014-12-15 16:55:34 queue INFO 3 [863] -2014-12-15 16:55:34 queue INFO >3 [864] -2014-12-15 16:55:34 sendUrl INFO 7 [254] -2014-12-15 16:55:34 queue INFO 7 [865] -2014-12-15 16:55:35 sendUrl INFO 7 [255] -2014-12-15 16:55:35 queue INFO >7 [866] -2014-12-15 16:55:35 sendUrl INFO 3 [256] -2014-12-15 16:55:35 queue INFO 3 [867] -2014-12-15 16:55:35 queue INFO >3 [868] -2014-12-15 16:55:36 sendUrl INFO 3 [257] -2014-12-15 16:55:36 sendUrl INFO 7 [258] -2014-12-15 16:55:36 queue INFO 7 [869] -2014-12-15 16:55:37 sendUrl INFO 7 [259] -2014-12-15 16:55:37 queue INFO >7 [870] -2014-12-15 16:55:37 queue INFO 3 [871] -2014-12-15 16:55:37 queue INFO >3 [872] -2014-12-15 16:55:37 sendUrl INFO 3 [260] -2014-12-15 16:55:38 sendUrl INFO 3 [261] -2014-12-15 16:55:38 queue INFO 7 [873] -2014-12-15 16:55:38 queue INFO >7 [874] -2014-12-15 16:55:38 sendUrl INFO 7 [262] -2014-12-15 16:55:39 sendUrl INFO 7 [263] -2014-12-15 16:55:39 queue INFO 3 [875] -2014-12-15 16:55:39 queue INFO >3 [876] -2014-12-15 16:55:39 sendUrl INFO 3 [264] -2014-12-15 16:55:39 queue INFO 7 [877] -2014-12-15 16:55:40 sendUrl INFO 3 [265] -2014-12-15 16:55:40 queue INFO >7 [878] -2014-12-15 16:55:40 sendUrl INFO 7 [266] -2014-12-15 16:55:40 queue INFO 3 [879] -2014-12-15 16:55:40 queue INFO >3 [880] -2014-12-15 16:55:41 sendUrl INFO 7 [267] -2014-12-15 16:55:41 sendUrl INFO 3 [268] -2014-12-15 16:55:41 queue INFO 7 [881] -2014-12-15 16:55:42 sendUrl INFO 3 [269] -2014-12-15 16:55:42 queue INFO >7 [882] -2014-12-15 16:55:42 queue INFO 3 [883] -2014-12-15 16:55:42 sendUrl INFO 7 [270] -2014-12-15 16:55:42 queue INFO >3 [884] -2014-12-15 16:55:43 sendUrl INFO 7 [271] -2014-12-15 16:55:43 queue INFO 7 [885] -2014-12-15 16:55:43 sendUrl INFO 3 [272] -2014-12-15 16:55:43 queue INFO >7 [886] -2014-12-15 16:55:44 sendUrl INFO 3 [273] -2014-12-15 16:55:44 queue INFO 3 [887] -2014-12-15 16:55:44 queue INFO >3 [888] -2014-12-15 16:55:44 sendUrl INFO 7 [274] -2014-12-15 16:55:45 sendUrl INFO 7 [275] -2014-12-15 16:55:45 queue INFO 7 [889] -2014-12-15 16:55:45 queue INFO >7 [890] -2014-12-15 16:55:45 sendUrl INFO 3 [276] -2014-12-15 16:55:46 queue INFO 3 [891] -2014-12-15 16:55:46 sendUrl INFO 3 [277] -2014-12-15 16:55:46 queue INFO >3 [892] -2014-12-15 16:55:46 sendUrl INFO 7 [278] -2014-12-15 16:55:47 queue INFO 7 [893] -2014-12-15 16:55:47 sendUrl INFO 7 [279] -2014-12-15 16:55:47 queue INFO >7 [894] -2014-12-15 16:55:47 sendUrl INFO 3 [280] -2014-12-15 16:55:47 queue INFO 3 [895] -2014-12-15 16:55:47 queue INFO >3 [896] -2014-12-15 16:55:48 sendUrl INFO 3 [281] -2014-12-15 16:55:48 sendUrl INFO 7 [282] -2014-12-15 16:55:48 queue INFO 7 [897] -2014-12-15 16:55:48 queue INFO >7 [898] -2014-12-15 16:55:49 sendUrl INFO 7 [283] -2014-12-15 16:55:49 queue INFO 3 [899] -2014-12-15 16:55:49 queue INFO >3 [900] -2014-12-15 16:55:49 sendUrl INFO 3 [284] -2014-12-15 16:55:50 sendUrl INFO 3 [285] -2014-12-15 16:55:50 queue INFO 7 [901] -2014-12-15 16:55:50 queue INFO >7 [902] -2014-12-15 16:55:50 sendUrl INFO 7 [286] -2014-12-15 16:55:51 sendUrl INFO 7 [287] -2014-12-15 16:55:51 queue INFO 3 [903] -2014-12-15 16:55:51 queue INFO >3 [904] -2014-12-15 16:55:51 sendUrl INFO 3 [288] -2014-12-15 16:55:52 queue INFO 7 [905] -2014-12-15 16:55:52 sendUrl INFO 3 [289] -2014-12-15 16:55:52 queue INFO >7 [906] -2014-12-15 16:55:52 sendUrl INFO 7 [290] -2014-12-15 16:55:52 queue INFO 3 [907] -2014-12-15 16:55:53 queue INFO >3 [908] -2014-12-15 16:55:53 sendUrl INFO 7 [291] -2014-12-15 16:55:53 sendUrl INFO 3 [292] -2014-12-15 16:55:53 queue INFO 7 [909] -2014-12-15 16:55:54 queue INFO >7 [910] -2014-12-15 16:55:54 sendUrl INFO 3 [293] -2014-12-15 16:55:54 queue INFO 3 [911] -2014-12-15 16:55:54 queue INFO >3 [912] -2014-12-15 16:55:54 sendUrl INFO 7 [294] -2014-12-15 16:55:55 sendUrl INFO 7 [295] -2014-12-15 16:55:55 queue INFO 7 [913] -2014-12-15 16:55:55 sendUrl INFO 3 [296] -2014-12-15 16:55:55 queue INFO >7 [914] -2014-12-15 16:55:56 sendUrl INFO 3 [297] -2014-12-15 16:55:56 queue INFO 3 [915] -2014-12-15 16:55:56 queue INFO >3 [916] -2014-12-15 16:55:56 sendUrl INFO 7 [298] -2014-12-15 16:55:57 sendUrl INFO 7 [299] -2014-12-15 16:55:57 queue INFO 7 [917] -2014-12-15 16:55:57 queue INFO >7 [918] -2014-12-15 16:55:57 sendUrl INFO 3 [300] -2014-12-15 16:55:57 queue INFO 3 [919] -2014-12-15 16:55:58 queue INFO >3 [920] -2014-12-15 16:55:58 sendUrl INFO 3 [301] -2014-12-15 16:55:58 sendUrl INFO 7 [302] -2014-12-15 16:55:59 queue INFO 7 [921] -2014-12-15 16:55:59 sendUrl INFO 7 [303] -2014-12-15 16:55:59 queue INFO >7 [922] -2014-12-15 16:55:59 queue INFO 3 [923] -2014-12-15 16:55:59 sendUrl INFO 3 [304] -2014-12-15 16:55:59 queue INFO >3 [924] -2014-12-15 16:56:00 sendUrl INFO 3 [305] -2014-12-15 16:56:00 queue INFO 7 [925] -2014-12-15 16:56:00 sendUrl INFO 7 [306] -2014-12-15 16:56:00 queue INFO >7 [926] -2014-12-15 16:56:01 sendUrl INFO 7 [307] -2014-12-15 16:56:01 queue INFO 3 [927] -2014-12-15 16:56:01 queue INFO >3 [928] -2014-12-15 16:56:01 sendUrl INFO 3 [308] -2014-12-15 16:56:01 queue INFO 7 [929] -2014-12-15 16:56:02 queue INFO >7 [930] -2014-12-15 16:56:02 sendUrl INFO 3 [309] -2014-12-15 16:56:02 queue INFO 3 [931] -2014-12-15 16:56:02 queue INFO >3 [932] -2014-12-15 16:56:02 queue INFO 7 [933] -2014-12-15 16:56:02 sendUrl INFO 7 [310] -2014-12-15 16:56:02 queue INFO >7 [934] -2014-12-15 16:56:03 queue INFO 3 [935] -2014-12-15 16:56:03 sendUrl INFO 7 [311] -2014-12-15 16:56:03 queue INFO >3 [936] -2014-12-15 16:56:03 sendUrl INFO 3 [312] -2014-12-15 16:56:03 queue INFO 7 [937] -2014-12-15 16:56:04 queue INFO >7 [938] -2014-12-15 16:56:04 sendUrl INFO 3 [313] -2014-12-15 16:56:04 queue INFO 3 [939] -2014-12-15 16:56:04 sendUrl INFO 7 [314] -2014-12-15 16:56:04 queue INFO >3 [940] -2014-12-15 16:56:05 sendUrl INFO 7 [315] -2014-12-15 16:56:05 queue INFO 7 [941] -2014-12-15 16:56:05 queue INFO >7 [942] -2014-12-15 16:56:05 sendUrl INFO 3 [316] -2014-12-15 16:56:06 queue INFO 3 [943] -2014-12-15 16:56:06 sendUrl INFO 3 [317] -2014-12-15 16:56:06 queue INFO >3 [944] -2014-12-15 16:56:06 sendUrl INFO 7 [318] -2014-12-15 16:56:07 queue INFO 7 [945] -2014-12-15 16:56:07 queue INFO >7 [946] -2014-12-15 16:56:07 sendUrl INFO 7 [319] -2014-12-15 16:56:07 sendUrl INFO 3 [320] -2014-12-15 16:56:08 queue INFO 3 [947] -2014-12-15 16:56:08 queue INFO >3 [948] -2014-12-15 16:56:08 sendUrl INFO 3 [321] -2014-12-15 16:56:08 sendUrl INFO 7 [322] -2014-12-15 16:56:09 queue INFO 7 [949] -2014-12-15 16:56:09 queue INFO >7 [950] -2014-12-15 16:56:09 sendUrl INFO 7 [323] -2014-12-15 16:56:09 queue INFO 3 [951] -2014-12-15 16:56:09 sendUrl INFO 3 [324] -2014-12-15 16:56:10 queue INFO >3 [952] -2014-12-15 16:56:10 queue INFO 7 [953] -2014-12-15 16:56:10 sendUrl INFO 3 [325] -2014-12-15 16:56:10 queue INFO >7 [954] -2014-12-15 16:56:10 queue INFO 3 [955] -2014-12-15 16:56:10 sendUrl INFO 7 [326] -2014-12-15 16:56:11 queue INFO >3 [956] -2014-12-15 16:56:11 queue INFO 7 [957] -2014-12-15 16:56:11 sendUrl INFO 7 [327] -2014-12-15 16:56:11 queue INFO >7 [958] -2014-12-15 16:56:11 sendUrl INFO 3 [328] -2014-12-15 16:56:12 queue INFO 3 [959] -2014-12-15 16:56:12 queue INFO >3 [960] -2014-12-15 16:56:12 sendUrl INFO 3 [329] -2014-12-15 16:56:12 sendUrl INFO 7 [330] -2014-12-15 16:56:13 queue INFO 7 [961] -2014-12-15 16:56:13 queue INFO >7 [962] -2014-12-15 16:56:13 sendUrl INFO 7 [331] -2014-12-15 16:56:13 queue INFO 3 [963] -2014-12-15 16:56:13 sendUrl INFO 3 [332] -2014-12-15 16:56:14 queue INFO >3 [964] -2014-12-15 16:56:14 sendUrl INFO 3 [333] -2014-12-15 16:56:14 queue INFO 7 [965] -2014-12-15 16:56:14 sendUrl INFO 7 [334] -2014-12-15 16:56:15 queue INFO >7 [966] -2014-12-15 16:56:15 queue INFO 3 [967] -2014-12-15 16:56:15 sendUrl INFO 7 [335] -2014-12-15 16:56:15 queue INFO >3 [968] -2014-12-15 16:56:15 queue INFO 7 [969] -2014-12-15 16:56:16 sendUrl INFO 3 [336] -2014-12-15 16:56:16 queue INFO >7 [970] -2014-12-15 16:56:16 sendUrl INFO 3 [337] -2014-12-15 16:56:16 queue INFO 3 [971] -2014-12-15 16:56:16 queue INFO >3 [972] -2014-12-15 16:56:17 sendUrl INFO 7 [338] -2014-12-15 16:56:17 queue INFO 7 [973] -2014-12-15 16:56:17 queue INFO >7 [974] -2014-12-15 16:56:17 sendUrl INFO 7 [339] -2014-12-15 16:56:17 queue INFO 3 [975] -2014-12-15 16:56:17 queue INFO >3 [976] -2014-12-15 16:56:18 sendUrl INFO 3 [340] -2014-12-15 16:56:18 sendUrl INFO 3 [341] -2014-12-15 16:56:18 queue INFO 7 [977] -2014-12-15 16:56:18 queue INFO >7 [978] -2014-12-15 16:56:19 sendUrl INFO 7 [342] -2014-12-15 16:56:19 queue INFO 3 [979] -2014-12-15 16:56:19 sendUrl INFO 7 [343] -2014-12-15 16:56:19 queue INFO >3 [980] -2014-12-15 16:56:20 sendUrl INFO 3 [344] -2014-12-15 16:56:20 queue INFO 7 [981] -2014-12-15 16:56:20 sendUrl INFO 3 [345] -2014-12-15 16:56:20 queue INFO >7 [982] -2014-12-15 16:56:21 sendUrl INFO 7 [346] -2014-12-15 16:56:21 queue INFO 3 [983] -2014-12-15 16:56:21 queue INFO >3 [984] -2014-12-15 16:56:21 sendUrl INFO 7 [347] -2014-12-15 16:56:22 sendUrl INFO 3 [348] -2014-12-15 16:56:22 queue INFO 7 [985] -2014-12-15 16:56:22 queue INFO >7 [986] -2014-12-15 16:56:22 sendUrl INFO 3 [349] -2014-12-15 16:56:23 queue INFO 3 [987] -2014-12-15 16:56:23 sendUrl INFO 7 [350] -2014-12-15 16:56:23 queue INFO >3 [988] -2014-12-15 16:56:23 sendUrl INFO 7 [351] -2014-12-15 16:56:23 queue INFO 7 [989] -2014-12-15 16:56:24 queue INFO >7 [990] -2014-12-15 16:56:24 sendUrl INFO 3 [352] -2014-12-15 16:56:24 sendUrl INFO 3 [353] -2014-12-15 16:56:24 queue INFO 3 [991] -2014-12-15 16:56:24 queue INFO >3 [992] -2014-12-15 16:56:25 sendUrl INFO 7 [354] -2014-12-15 16:56:25 sendUrl INFO 7 [355] -2014-12-15 16:56:25 queue INFO 7 [993] -2014-12-15 16:56:25 queue INFO >7 [994] -2014-12-15 16:56:26 sendUrl INFO 3 [356] -2014-12-15 16:56:26 queue INFO 3 [995] -2014-12-15 16:56:26 sendUrl INFO 3 [357] -2014-12-15 16:56:26 queue INFO >3 [996] -2014-12-15 16:56:27 sendUrl INFO 7 [358] -2014-12-15 16:56:27 queue INFO 7 [997] -2014-12-15 16:56:27 sendUrl INFO 7 [359] -2014-12-15 16:56:27 queue INFO >7 [998] -2014-12-15 16:56:28 queue INFO 3 [999] -2014-12-15 16:56:28 sendUrl INFO 3 [360] -2014-12-15 16:56:28 queue INFO >3 [0] -2014-12-15 16:56:28 sendUrl INFO 3 [361] -2014-12-15 16:56:28 queue INFO 7 [1] -2014-12-15 16:56:28 queue INFO >7 [2] -2014-12-15 16:56:29 sendUrl INFO 7 [362] -2014-12-15 16:56:29 queue INFO 3 [3] -2014-12-15 16:56:29 sendUrl INFO 7 [363] -2014-12-15 16:56:29 queue INFO >3 [4] -2014-12-15 16:56:30 sendUrl INFO 3 [364] -2014-12-15 16:56:30 queue INFO 7 [5] -2014-12-15 16:56:30 queue INFO >7 [6] -2014-12-15 16:56:30 sendUrl INFO 3 [365] -2014-12-15 16:56:31 queue INFO 3 [7] -2014-12-15 16:56:31 sendUrl INFO 7 [366] -2014-12-15 16:56:31 queue INFO >3 [8] -2014-12-15 16:56:31 sendUrl INFO 7 [367] -2014-12-15 16:56:32 queue INFO 7 [9] -2014-12-15 16:56:32 sendUrl INFO 3 [368] -2014-12-15 16:56:32 queue INFO >7 [10] -2014-12-15 16:56:32 queue INFO 3 [11] -2014-12-15 16:56:32 sendUrl INFO 3 [369] -2014-12-15 16:56:32 queue INFO >3 [12] -2014-12-15 16:56:33 queue INFO 7 [13] -2014-12-15 16:56:33 sendUrl INFO 7 [370] -2014-12-15 16:56:33 queue INFO >7 [14] -2014-12-15 16:56:33 sendUrl INFO 7 [371] -2014-12-15 16:56:33 queue INFO 3 [15] -2014-12-15 16:56:34 queue INFO >3 [16] -2014-12-15 16:56:34 sendUrl INFO 3 [372] -2014-12-15 16:56:34 queue INFO 7 [17] -2014-12-15 16:56:34 queue INFO >7 [18] -2014-12-15 16:56:34 sendUrl INFO 3 [373] -2014-12-15 16:56:34 queue INFO 3 [19] -2014-12-15 16:56:35 queue INFO >3 [20] -2014-12-15 16:56:35 sendUrl INFO 7 [374] -2014-12-15 16:56:35 sendUrl INFO 7 [375] -2014-12-15 16:56:35 queue INFO 7 [21] -2014-12-15 16:56:35 queue INFO >7 [22] -2014-12-15 16:56:36 sendUrl INFO 3 [376] -2014-12-15 16:56:36 queue INFO 3 [23] -2014-12-15 16:56:36 sendUrl INFO 3 [377] -2014-12-15 16:56:36 queue INFO >3 [24] -2014-12-15 16:56:37 sendUrl INFO 7 [378] -2014-12-15 16:56:37 queue INFO 7 [25] -2014-12-15 16:56:37 sendUrl INFO 7 [379] -2014-12-15 16:56:37 queue INFO >7 [26] -2014-12-15 16:56:38 sendUrl INFO 3 [380] -2014-12-15 16:56:38 queue INFO 3 [27] -2014-12-15 16:56:38 queue INFO >3 [28] -2014-12-15 16:56:38 sendUrl INFO 3 [381] -2014-12-15 16:56:39 sendUrl INFO 7 [382] -2014-12-15 16:56:39 queue INFO 7 [29] -2014-12-15 16:56:39 queue INFO >7 [30] -2014-12-15 16:56:39 sendUrl INFO 7 [383] -2014-12-15 16:56:39 queue INFO 3 [31] -2014-12-15 16:56:40 queue INFO >3 [32] -2014-12-15 16:56:40 sendUrl INFO 3 [384] -2014-12-15 16:56:40 sendUrl INFO 3 [385] -2014-12-15 16:56:41 queue INFO 7 [33] -2014-12-15 16:56:41 queue INFO >7 [34] -2014-12-15 16:56:41 sendUrl INFO 7 [386] -2014-12-15 16:56:41 queue INFO 3 [35] -2014-12-15 16:56:41 sendUrl INFO 7 [387] -2014-12-15 16:56:41 queue INFO >3 [36] -2014-12-15 16:56:42 sendUrl INFO 3 [388] -2014-12-15 16:56:42 queue INFO 7 [37] -2014-12-15 16:56:42 sendUrl INFO 3 [389] -2014-12-15 16:56:42 queue INFO >7 [38] -2014-12-15 16:56:43 queue INFO 3 [39] -2014-12-15 16:56:43 sendUrl INFO 7 [390] -2014-12-15 16:56:43 queue INFO >3 [40] -2014-12-15 16:56:43 sendUrl INFO 7 [391] -2014-12-15 16:56:44 queue INFO 7 [41] -2014-12-15 16:56:44 sendUrl INFO 3 [392] -2014-12-15 16:56:44 queue INFO >7 [42] -2014-12-15 16:56:44 sendUrl INFO 3 [393] -2014-12-15 16:56:45 queue INFO 3 [43] -2014-12-15 16:56:45 queue INFO >3 [44] -2014-12-15 16:56:45 sendUrl INFO 7 [394] -2014-12-15 16:56:45 sendUrl INFO 7 [395] -2014-12-15 16:56:45 queue INFO 7 [45] -2014-12-15 16:56:46 queue INFO >7 [46] -2014-12-15 16:56:46 sendUrl INFO 3 [396] -2014-12-15 16:56:46 queue INFO 3 [47] -2014-12-15 16:56:46 sendUrl INFO 3 [397] -2014-12-15 16:56:46 queue INFO >3 [48] -2014-12-15 16:56:47 sendUrl INFO 7 [398] -2014-12-15 16:56:47 queue INFO 7 [49] -2014-12-15 16:56:47 sendUrl INFO 7 [399] -2014-12-15 16:56:47 queue INFO >7 [50] -2014-12-15 16:56:48 sendUrl INFO 3 [400] -2014-12-15 16:56:48 queue INFO 3 [51] -2014-12-15 16:56:48 queue INFO >3 [52] -2014-12-15 16:56:48 sendUrl INFO 3 [401] -2014-12-15 16:56:49 sendUrl INFO 7 [402] -2014-12-15 16:56:49 queue INFO 7 [53] -2014-12-15 16:56:49 sendUrl INFO 7 [403] -2014-12-15 16:56:49 queue INFO >7 [54] -2014-12-15 16:56:50 queue INFO 3 [55] -2014-12-15 16:56:50 sendUrl INFO 3 [404] -2014-12-15 16:56:50 queue INFO >3 [56] -2014-12-15 16:56:50 sendUrl INFO 3 [405] -2014-12-15 16:56:51 queue INFO 7 [57] -2014-12-15 16:56:51 sendUrl INFO 7 [406] -2014-12-15 16:56:51 queue INFO >7 [58] -2014-12-15 16:56:51 sendUrl INFO 7 [407] -2014-12-15 16:56:52 queue INFO 3 [59] -2014-12-15 16:56:52 queue INFO >3 [60] -2014-12-15 16:56:52 sendUrl INFO 3 [408] -2014-12-15 16:56:52 sendUrl INFO 3 [409] -2014-12-15 16:56:53 queue INFO 7 [61] -2014-12-15 16:56:53 queue INFO >7 [62] -2014-12-15 16:56:53 sendUrl INFO 7 [410] -2014-12-15 16:56:53 queue INFO 3 [63] -2014-12-15 16:56:53 sendUrl INFO 7 [411] -2014-12-15 16:56:53 queue INFO >3 [64] -2014-12-15 16:56:54 sendUrl INFO 3 [412] -2014-12-15 16:56:54 queue INFO 7 [65] -2014-12-15 16:56:54 sendUrl INFO 3 [413] -2014-12-15 16:56:55 queue INFO >7 [66] -2014-12-15 16:56:55 sendUrl INFO 7 [414] -2014-12-15 16:56:55 queue INFO 3 [67] -2014-12-15 16:56:55 queue INFO >3 [68] -2014-12-15 16:56:55 sendUrl INFO 7 [415] -2014-12-15 16:56:56 sendUrl INFO 3 [416] -2014-12-15 16:56:56 queue INFO 7 [69] -2014-12-15 16:56:56 queue INFO >7 [70] -2014-12-15 16:56:56 sendUrl INFO 7 [417] -2014-12-15 16:56:57 queue INFO 3 [71] -2014-12-15 16:56:57 sendUrl INFO 7 [418] -2014-12-15 16:56:57 queue INFO >3 [72] -2014-12-15 16:56:58 queue INFO 7 [73] -2014-12-15 16:56:58 program INFO WAIT active send to complete -2014-12-15 16:56:58 sendUrl INFO 3 [419] -2014-12-15 16:56:58 queue INFO >7 [74] -2014-12-15 16:56:59 sendUrl INFO 3 [420] -2014-12-15 16:56:59 queue INFO 3 [75] -2014-12-15 16:56:59 queue INFO >3 [76] -2014-12-15 16:56:59 sendUrl INFO 7 [421] -2014-12-15 16:57:00 sendUrl INFO 7 [422] -2014-12-15 16:57:00 queue INFO 7 [77] -2014-12-15 16:57:00 queue INFO >7 [78] -2014-12-15 16:57:00 sendUrl INFO 3 [423] -2014-12-15 16:57:00 queue INFO 3 [79] -2014-12-15 16:57:01 sendUrl INFO 3 [424] -2014-12-15 16:57:01 queue INFO >3 [80] -2014-12-15 16:57:01 sendUrl INFO 7 [425] -2014-12-15 16:57:01 queue INFO 7 [81] -2014-12-15 16:57:02 sendUrl INFO 7 [426] -2014-12-15 16:57:02 queue INFO >7 [82] -2014-12-15 16:57:02 sendUrl INFO 3 [427] -2014-12-15 16:57:02 queue INFO 3 [83] -2014-12-15 16:57:02 queue INFO >3 [84] -2014-12-15 16:57:03 sendUrl INFO 3 [428] -2014-12-15 16:57:03 sendUrl INFO 7 [429] -2014-12-15 16:57:03 queue INFO 7 [85] -2014-12-15 16:57:03 queue INFO >7 [86] -2014-12-15 16:57:04 sendUrl INFO 7 [430] -2014-12-15 16:57:04 queue INFO 3 [87] -2014-12-15 16:57:04 sendUrl INFO 3 [431] -2014-12-15 16:57:04 queue INFO >3 [88] -2014-12-15 16:57:05 sendUrl INFO 3 [432] -2014-12-15 16:57:05 queue INFO 7 [89] -2014-12-15 16:57:05 queue INFO >7 [90] -2014-12-15 16:57:05 sendUrl INFO 7 [433] -2014-12-15 16:57:05 queue INFO 3 [91] -2014-12-15 16:57:05 queue INFO >3 [92] -2014-12-15 16:57:06 sendUrl INFO 7 [434] -2014-12-15 16:57:06 sendUrl INFO 3 [435] -2014-12-15 16:57:06 queue INFO 7 [93] -2014-12-15 16:57:06 queue INFO >7 [94] -2014-12-15 16:57:07 sendUrl INFO 3 [436] -2014-12-15 16:57:07 queue INFO 3 [95] -2014-12-15 16:57:07 sendUrl INFO 7 [437] -2014-12-15 16:57:07 queue INFO >3 [96] -2014-12-15 16:57:08 sendUrl INFO 7 [438] -2014-12-15 16:57:08 queue INFO 7 [97] -2014-12-15 16:57:08 sendUrl INFO 3 [439] -2014-12-15 16:57:08 queue INFO >7 [98] -2014-12-15 16:57:09 sendUrl INFO 3 [440] -2014-12-15 16:57:09 queue INFO 3 [99] -2014-12-15 16:57:09 queue INFO >3 [100] -2014-12-15 16:57:09 sendUrl INFO 7 [441] -2014-12-15 16:57:10 sendUrl INFO 7 [442] -2014-12-15 16:57:10 queue INFO 7 [101] -2014-12-15 16:57:10 queue INFO >7 [102] -2014-12-15 16:57:10 sendUrl INFO 3 [443] -2014-12-15 16:57:10 queue INFO 3 [103] -2014-12-15 16:57:10 queue INFO >3 [104] -2014-12-15 16:57:11 sendUrl INFO 3 [444] -2014-12-15 16:57:11 queue INFO 7 [105] -2014-12-15 16:57:11 sendUrl INFO 7 [445] -2014-12-15 16:57:11 queue INFO >7 [106] -2014-12-15 16:57:12 sendUrl INFO 7 [446] -2014-12-15 16:57:12 queue INFO 3 [107] -2014-12-15 16:57:12 queue INFO >3 [108] -2014-12-15 16:57:12 sendUrl INFO 3 [447] -2014-12-15 16:57:13 sendUrl INFO 3 [448] -2014-12-15 16:57:13 queue INFO 7 [109] -2014-12-15 16:57:13 queue INFO >7 [110] -2014-12-15 16:57:13 sendUrl INFO 7 [449] -2014-12-15 16:57:14 queue INFO 3 [111] -2014-12-15 16:57:14 sendUrl INFO 7 [450] -2014-12-15 16:57:14 queue INFO >3 [112] -2014-12-15 16:57:14 sendUrl INFO 3 [451] -2014-12-15 16:57:14 queue INFO 7 [113] -2014-12-15 16:57:15 queue INFO >7 [114] -2014-12-15 16:57:15 sendUrl INFO 3 [452] -2014-12-15 16:57:15 queue INFO 3 [115] -2014-12-15 16:57:15 sendUrl INFO 7 [453] -2014-12-15 16:57:15 queue INFO >3 [116] -2014-12-15 16:57:16 sendUrl INFO 7 [454] -2014-12-15 16:57:16 queue INFO 7 [117] -2014-12-15 16:57:16 queue INFO >7 [118] -2014-12-15 16:57:16 sendUrl INFO 3 [455] -2014-12-15 16:57:17 queue INFO 3 [119] -2014-12-15 16:57:17 sendUrl INFO 3 [456] -2014-12-15 16:57:17 queue INFO >3 [120] -2014-12-15 16:57:17 sendUrl INFO 7 [457] -2014-12-15 16:57:17 queue INFO 7 [121] -2014-12-15 16:57:18 queue INFO >7 [122] -2014-12-15 16:57:18 sendUrl INFO 7 [458] -2014-12-15 16:57:18 queue INFO 3 [123] -2014-12-15 16:57:18 queue INFO >3 [124] -2014-12-15 16:57:18 sendUrl INFO 3 [459] -2014-12-15 16:57:19 sendUrl INFO 3 [460] -2014-12-15 16:57:19 queue INFO 7 [125] -2014-12-15 16:57:19 queue INFO >7 [126] -2014-12-15 16:57:19 sendUrl INFO 7 [461] -2014-12-15 16:57:19 queue INFO 3 [127] -2014-12-15 16:57:20 queue INFO >3 [128] -2014-12-15 16:57:20 sendUrl INFO 7 [462] -2014-12-15 16:57:20 queue INFO 7 [129] -2014-12-15 16:57:20 sendUrl INFO 3 [463] -2014-12-15 16:57:20 queue INFO >7 [130] -2014-12-15 16:57:21 sendUrl INFO 3 [464] -2014-12-15 16:57:21 queue INFO 3 [131] -2014-12-15 16:57:21 queue INFO >3 [132] -2014-12-15 16:57:21 sendUrl INFO 7 [465] -2014-12-15 16:57:22 sendUrl INFO 7 [466] -2014-12-15 16:57:22 queue INFO 7 [133] -2014-12-15 16:57:22 queue INFO >7 [134] -2014-12-15 16:57:22 sendUrl INFO 3 [467] -2014-12-15 16:57:23 queue INFO 3 [135] -2014-12-15 16:57:23 sendUrl INFO 3 [468] -2014-12-15 16:57:23 queue INFO >3 [136] -2014-12-15 16:57:23 sendUrl INFO 7 [469] -2014-12-15 16:57:24 queue INFO 7 [137] -2014-12-15 16:57:24 sendUrl INFO 7 [470] -2014-12-15 16:57:24 queue INFO >7 [138] -2014-12-15 16:57:24 sendUrl INFO 3 [471] -2014-12-15 16:57:24 queue INFO 3 [139] -2014-12-15 16:57:25 queue INFO >3 [140] -2014-12-15 16:57:25 sendUrl INFO 3 [472] -2014-12-15 16:57:25 sendUrl INFO 7 [473] -2014-12-15 16:57:25 queue INFO 7 [141] -2014-12-15 16:57:26 queue INFO >7 [142] -2014-12-15 16:57:26 sendUrl INFO 7 [474] -2014-12-15 16:57:26 queue INFO 3 [143] -2014-12-15 16:57:26 sendUrl INFO 3 [475] -2014-12-15 16:57:26 queue INFO >3 [144] -2014-12-15 16:57:27 sendUrl INFO 3 [476] -2014-12-15 16:57:27 queue INFO 7 [145] -2014-12-15 16:57:27 queue INFO >7 [146] -2014-12-15 16:57:27 sendUrl INFO 7 [477] -2014-12-15 16:57:28 queue INFO 3 [147] -2014-12-15 16:57:28 sendUrl INFO 7 [478] -2014-12-15 16:57:28 queue INFO >3 [148] -2014-12-15 16:57:28 sendUrl INFO 3 [479] -2014-12-15 16:57:29 queue INFO 7 [149] -2014-12-15 16:57:29 sendUrl INFO 3 [480] -2014-12-15 16:57:29 queue INFO >7 [150] -2014-12-15 16:57:29 sendUrl INFO 7 [481] -2014-12-15 16:57:30 queue INFO 3 [151] -2014-12-15 16:57:30 queue INFO >3 [152] -2014-12-15 16:57:30 sendUrl INFO 7 [482] -2014-12-15 16:57:30 sendUrl INFO 3 [483] -2014-12-15 16:57:31 queue INFO 7 [153] -2014-12-15 16:57:31 queue INFO >7 [154] -2014-12-15 16:57:31 sendUrl INFO 3 [484] -2014-12-15 16:57:31 queue INFO 3 [155] -2014-12-15 16:57:31 queue INFO >3 [156] -2014-12-15 16:57:31 sendUrl INFO 7 [485] -2014-12-15 16:57:32 sendUrl INFO 7 [486] -2014-12-15 16:57:32 queue INFO 7 [157] -2014-12-15 16:57:32 queue INFO >7 [158] -2014-12-15 16:57:32 sendUrl INFO 3 [487] -2014-12-15 16:57:33 queue INFO 3 [159] -2014-12-15 16:57:33 sendUrl INFO 3 [488] -2014-12-15 16:57:33 queue INFO >3 [160] -2014-12-15 16:57:33 sendUrl INFO 7 [489] -2014-12-15 16:57:34 queue INFO 7 [161] -2014-12-15 16:57:34 sendUrl INFO 7 [490] -2014-12-15 16:57:34 queue INFO >7 [162] -2014-12-15 16:57:34 sendUrl INFO 3 [491] -2014-12-15 16:57:35 queue INFO 3 [163] -2014-12-15 16:57:35 queue INFO >3 [164] -2014-12-15 16:57:35 sendUrl INFO 3 [492] -2014-12-15 16:57:35 sendUrl INFO 7 [493] -2014-12-15 16:57:36 queue INFO 7 [165] -2014-12-15 16:57:36 queue INFO >7 [166] -2014-12-15 16:57:36 sendUrl INFO 7 [494] -2014-12-15 16:57:36 queue INFO 3 [167] -2014-12-15 16:57:36 sendUrl INFO 3 [495] -2014-12-15 16:57:37 queue INFO >3 [168] -2014-12-15 16:57:37 sendUrl INFO 3 [496] -2014-12-15 16:57:37 queue INFO 7 [169] -2014-12-15 16:57:37 queue INFO >7 [170] -2014-12-15 16:57:37 sendUrl INFO 7 [497] -2014-12-15 16:57:38 queue INFO 3 [171] -2014-12-15 16:57:38 sendUrl INFO 7 [498] -2014-12-15 16:57:38 queue INFO >3 [172] -2014-12-15 16:57:38 sendUrl INFO 3 [499] -2014-12-15 16:57:39 sendUrl INFO 3 [500] -2014-12-15 16:57:39 queue INFO 7 [173] -2014-12-15 16:57:39 queue INFO >7 [174] -2014-12-15 16:57:39 sendUrl INFO 7 [501] -2014-12-15 16:57:40 queue INFO 3 [175] -2014-12-15 16:57:40 queue INFO >3 [176] -2014-12-15 16:57:40 sendUrl INFO 7 [502] -2014-12-15 16:57:40 sendUrl INFO 3 [503] -2014-12-15 16:57:41 queue INFO 7 [177] -2014-12-15 16:57:41 sendUrl INFO 3 [504] -2014-12-15 16:57:41 queue INFO >7 [178] -2014-12-15 16:57:42 sendUrl INFO 7 [505] -2014-12-15 16:57:42 queue INFO 3 [179] -2014-12-15 16:57:42 queue INFO >3 [180] -2014-12-15 16:57:42 sendUrl INFO 7 [506] -2014-12-15 16:57:43 sendUrl INFO 3 [507] -2014-12-15 16:57:43 queue INFO 7 [181] -2014-12-15 16:57:43 queue INFO >7 [182] -2014-12-15 16:57:43 sendUrl INFO 3 [508] -2014-12-15 16:57:43 queue INFO 3 [183] -2014-12-15 16:57:44 sendUrl INFO 7 [509] -2014-12-15 16:57:44 queue INFO >3 [184] -2014-12-15 16:57:44 sendUrl INFO 7 [510] -2014-12-15 16:57:45 sendUrl INFO 3 [511] -2014-12-15 16:57:45 queue INFO 7 [185] -2014-12-15 16:57:45 queue INFO >7 [186] -2014-12-15 16:57:45 sendUrl INFO 3 [512] -2014-12-15 16:57:45 queue INFO 3 [187] -2014-12-15 16:57:46 sendUrl INFO 7 [513] -2014-12-15 16:57:46 queue INFO >3 [188] -2014-12-15 16:57:46 sendUrl INFO 7 [514] -2014-12-15 16:57:47 queue INFO 7 [189] -2014-12-15 16:57:47 sendUrl INFO 3 [515] -2014-12-15 16:57:47 queue INFO >7 [190] -2014-12-15 16:57:47 sendUrl INFO 3 [516] -2014-12-15 16:57:47 queue INFO 3 [191] -2014-12-15 16:57:48 queue INFO >3 [192] -2014-12-15 16:57:48 sendUrl INFO 7 [517] -2014-12-15 16:57:48 sendUrl INFO 7 [518] -2014-12-15 16:57:48 queue INFO 7 [193] -2014-12-15 16:57:49 queue INFO >7 [194] -2014-12-15 16:57:49 sendUrl INFO 3 [519] -2014-12-15 16:57:49 queue INFO 3 [195] -2014-12-15 16:57:49 sendUrl INFO 3 [520] -2014-12-15 16:57:49 queue INFO >3 [196] -2014-12-15 16:57:50 sendUrl INFO 7 [521] -2014-12-15 16:57:50 queue INFO 7 [197] -2014-12-15 16:57:50 sendUrl INFO 7 [522] -2014-12-15 16:57:50 queue INFO >7 [198] -2014-12-15 16:57:51 queue INFO 3 [199] -2014-12-15 16:57:51 sendUrl INFO 3 [523] -2014-12-15 16:57:51 queue INFO >3 [200] -2014-12-15 16:57:51 sendUrl INFO 3 [524] -2014-12-15 16:57:52 queue INFO 7 [201] -2014-12-15 16:57:52 sendUrl INFO 7 [525] -2014-12-15 16:57:52 queue INFO >7 [202] -2014-12-15 16:57:52 sendUrl INFO 7 [526] -2014-12-15 16:57:52 queue INFO 3 [203] -2014-12-15 16:57:52 queue INFO >3 [204] -2014-12-15 16:57:53 sendUrl INFO 3 [527] -2014-12-15 16:57:53 sendUrl INFO 3 [528] -2014-12-15 16:57:53 queue INFO 7 [205] -2014-12-15 16:57:54 queue INFO >7 [206] -2014-12-15 16:57:54 sendUrl INFO 7 [529] -2014-12-15 16:57:54 queue INFO 3 [207] -2014-12-15 16:57:54 queue INFO >3 [208] -2014-12-15 16:57:54 sendUrl INFO 7 [530] -2014-12-15 16:57:55 queue INFO 7 [209] -2014-12-15 16:57:55 sendUrl INFO 3 [531] -2014-12-15 16:57:55 queue INFO >7 [210] -2014-12-15 16:57:55 sendUrl INFO 3 [532] -2014-12-15 16:57:56 queue INFO 3 [211] -2014-12-15 16:57:56 sendUrl INFO 7 [533] -2014-12-15 16:57:56 queue INFO >3 [212] -2014-12-15 16:57:56 sendUrl INFO 7 [534] -2014-12-15 16:57:57 queue INFO 7 [213] -2014-12-15 16:57:57 sendUrl INFO 3 [535] -2014-12-15 16:57:57 queue INFO >7 [214] -2014-12-15 16:57:57 sendUrl INFO 3 [536] -2014-12-15 16:57:57 queue INFO 3 [215] -2014-12-15 16:57:58 queue INFO >3 [216] -2014-12-15 16:57:58 sendUrl INFO 7 [537] -2014-12-15 16:57:58 sendUrl INFO 7 [538] -2014-12-15 16:57:58 queue INFO 7 [217] -2014-12-15 16:57:59 queue INFO >7 [218] -2014-12-15 16:57:59 sendUrl INFO 3 [539] -2014-12-15 16:57:59 queue INFO 3 [219] -2014-12-15 16:57:59 sendUrl INFO 3 [540] -2014-12-15 16:57:59 queue INFO >3 [220] -2014-12-15 16:58:00 sendUrl INFO 7 [541] -2014-12-15 16:58:00 queue INFO 7 [221] -2014-12-15 16:58:00 sendUrl INFO 7 [542] -2014-12-15 16:58:00 queue INFO >7 [222] -2014-12-15 16:58:01 sendUrl INFO 3 [543] -2014-12-15 16:58:01 queue INFO 3 [223] -2014-12-15 16:58:01 queue INFO >3 [224] -2014-12-15 16:58:01 sendUrl INFO 3 [544] -2014-12-15 16:58:02 sendUrl INFO 7 [545] -2014-12-15 16:58:02 sendUrl INFO 7 [546] -2014-12-15 16:58:02 queue INFO 7 [225] -2014-12-15 16:58:02 queue INFO >7 [226] -2014-12-15 16:58:03 sendUrl INFO 3 [547] -2014-12-15 16:58:03 queue INFO 3 [227] -2014-12-15 16:58:03 sendUrl INFO 3 [548] -2014-12-15 16:58:03 queue INFO >3 [228] -2014-12-15 16:58:04 sendUrl INFO 7 [549] -2014-12-15 16:58:04 queue INFO 7 [229] -2014-12-15 16:58:04 sendUrl INFO 7 [550] -2014-12-15 16:58:04 queue INFO >7 [230] -2014-12-15 16:58:05 queue INFO 3 [231] -2014-12-15 16:58:05 sendUrl INFO 3 [551] -2014-12-15 16:58:05 queue INFO >3 [232] -2014-12-15 16:58:05 sendUrl INFO 3 [552] -2014-12-15 16:58:05 queue INFO 7 [233] -2014-12-15 16:58:06 queue INFO >7 [234] -2014-12-15 16:58:06 sendUrl INFO 7 [553] -2014-12-15 16:58:06 queue INFO 3 [235] -2014-12-15 16:58:06 sendUrl INFO 7 [554] -2014-12-15 16:58:06 queue INFO >3 [236] -2014-12-15 16:58:07 sendUrl INFO 3 [555] -2014-12-15 16:58:07 queue INFO 7 [237] -2014-12-15 16:58:07 sendUrl INFO 3 [556] -2014-12-15 16:58:07 queue INFO >7 [238] -2014-12-15 16:58:08 sendUrl INFO 7 [557] -2014-12-15 16:58:08 queue INFO 3 [239] -2014-12-15 16:58:08 queue INFO >3 [240] -2014-12-15 16:58:08 sendUrl INFO 7 [558] -2014-12-15 16:58:09 sendUrl INFO 3 [559] -2014-12-15 16:58:09 queue INFO 7 [241] -2014-12-15 16:58:09 queue INFO >7 [242] -2014-12-15 16:58:09 sendUrl INFO 3 [560] -2014-12-15 16:58:10 queue INFO 3 [243] -2014-12-15 16:58:10 queue INFO >3 [244] -2014-12-15 16:58:10 sendUrl INFO 7 [561] -2014-12-15 16:58:10 sendUrl INFO 7 [562] -2014-12-15 16:58:11 queue INFO 7 [245] -2014-12-15 16:58:11 queue INFO >7 [246] -2014-12-15 16:58:11 sendUrl INFO 3 [563] -2014-12-15 16:58:11 queue INFO 3 [247] -2014-12-15 16:58:11 sendUrl INFO 3 [564] -2014-12-15 16:58:11 queue INFO >3 [248] -2014-12-15 16:58:12 sendUrl INFO 7 [565] -2014-12-15 16:58:12 queue INFO 7 [249] -2014-12-15 16:58:12 sendUrl INFO 7 [566] -2014-12-15 16:58:12 queue INFO >7 [250] -2014-12-15 16:58:13 queue INFO 3 [251] -2014-12-15 16:58:13 sendUrl INFO 3 [567] -2014-12-15 16:58:13 queue INFO >3 [252] -2014-12-15 16:58:13 sendUrl INFO 3 [568] -2014-12-15 16:58:14 queue INFO 7 [253] -2014-12-15 16:58:14 queue INFO >7 [254] -2014-12-15 16:58:14 sendUrl INFO 7 [569] -2014-12-15 16:58:14 sendUrl INFO 7 [570] -2014-12-15 16:58:14 queue INFO 3 [255] -2014-12-15 16:58:15 queue INFO >3 [256] -2014-12-15 16:58:15 sendUrl INFO 3 [571] -2014-12-15 16:58:15 sendUrl INFO 3 [572] -2014-12-15 16:58:15 queue INFO 7 [257] -2014-12-15 16:58:16 queue INFO >7 [258] -2014-12-15 16:58:16 sendUrl INFO 7 [573] -2014-12-15 16:58:16 queue INFO 3 [259] -2014-12-15 16:58:16 queue INFO >3 [260] -2014-12-15 16:58:16 sendUrl INFO 7 [574] -2014-12-15 16:58:17 sendUrl INFO 3 [575] -2014-12-15 16:58:17 queue INFO 7 [261] -2014-12-15 16:58:17 queue INFO >7 [262] -2014-12-15 16:58:17 sendUrl INFO 3 [576] -2014-12-15 16:58:18 queue INFO 3 [263] -2014-12-15 16:58:18 queue INFO >3 [264] -2014-12-15 16:58:18 sendUrl INFO 7 [577] -2014-12-15 16:58:18 sendUrl INFO 7 [578] -2014-12-15 16:58:19 queue INFO 7 [265] -2014-12-15 16:58:19 queue INFO >7 [266] -2014-12-15 16:58:19 sendUrl INFO 3 [579] -2014-12-15 16:58:19 queue INFO 3 [267] -2014-12-15 16:58:19 sendUrl INFO 3 [580] -2014-12-15 16:58:19 queue INFO >3 [268] -2014-12-15 16:58:20 sendUrl INFO 7 [581] -2014-12-15 16:58:20 queue INFO 7 [269] -2014-12-15 16:58:20 sendUrl INFO 7 [582] -2014-12-15 16:58:21 queue INFO >7 [270] -2014-12-15 16:58:21 sendUrl INFO 3 [583] -2014-12-15 16:58:21 queue INFO 3 [271] -2014-12-15 16:58:21 queue INFO >3 [272] -2014-12-15 16:58:21 sendUrl INFO 3 [584] -2014-12-15 16:58:22 sendUrl INFO 7 [585] -2014-12-15 16:58:22 queue INFO 7 [273] -2014-12-15 16:58:22 queue INFO >7 [274] -2014-12-15 16:58:22 sendUrl INFO 7 [586] -2014-12-15 16:58:23 queue INFO 3 [275] -2014-12-15 16:58:23 sendUrl INFO 3 [587] -2014-12-15 16:58:23 queue INFO >3 [276] -2014-12-15 16:58:23 sendUrl INFO 3 [588] -2014-12-15 16:58:24 queue INFO 7 [277] -2014-12-15 16:58:24 sendUrl INFO 7 [589] -2014-12-15 16:58:24 queue INFO >7 [278] -2014-12-15 16:58:24 sendUrl INFO 7 [590] -2014-12-15 16:58:25 queue INFO 3 [279] -2014-12-15 16:58:25 queue INFO >3 [280] -2014-12-15 16:58:25 sendUrl INFO 3 [591] -2014-12-15 16:58:26 sendUrl INFO 3 [592] -2014-12-15 16:58:26 queue INFO 7 [281] -2014-12-15 16:58:26 queue INFO >7 [282] -2014-12-15 16:58:26 sendUrl INFO 7 [593] -2014-12-15 16:58:26 queue INFO 3 [283] -2014-12-15 16:58:27 sendUrl INFO 7 [594] -2014-12-15 16:58:27 queue INFO >3 [284] -2014-12-15 16:58:27 sendUrl INFO 3 [595] -2014-12-15 16:58:27 queue INFO 7 [285] -2014-12-15 16:58:28 sendUrl INFO 3 [596] -2014-12-15 16:58:28 queue INFO >7 [286] -2014-12-15 16:58:28 sendUrl INFO 7 [597] -2014-12-15 16:58:28 queue INFO 3 [287] -2014-12-15 16:58:28 queue INFO >3 [288] -2014-12-15 16:58:29 sendUrl INFO 7 [598] -2014-12-15 16:58:29 sendUrl INFO 3 [599] -2014-12-15 16:58:29 queue INFO 7 [289] -2014-12-15 16:58:29 queue INFO >7 [290] -2014-12-15 16:58:30 sendUrl INFO 3 [600] -2014-12-15 16:58:30 queue INFO 3 [291] -2014-12-15 16:58:30 sendUrl INFO 7 [601] -2014-12-15 16:58:30 queue INFO >3 [292] -2014-12-15 16:58:31 sendUrl INFO 7 [602] -2014-12-15 16:58:31 queue INFO 7 [293] -2014-12-15 16:58:31 sendUrl INFO 3 [603] -2014-12-15 16:58:31 queue INFO >7 [294] -2014-12-15 16:58:32 sendUrl INFO 3 [604] -2014-12-15 16:58:32 queue INFO 3 [295] -2014-12-15 16:58:32 queue INFO >3 [296] -2014-12-15 16:58:32 sendUrl INFO 7 [605] -2014-12-15 16:58:33 sendUrl INFO 7 [606] -2014-12-15 16:58:33 queue INFO 7 [297] -2014-12-15 16:58:33 queue INFO >7 [298] -2014-12-15 16:58:33 sendUrl INFO 3 [607] -2014-12-15 16:58:33 queue INFO 3 [299] -2014-12-15 16:58:34 sendUrl INFO 3 [608] -2014-12-15 16:58:34 queue INFO >3 [300] -2014-12-15 16:58:34 sendUrl INFO 7 [609] -2014-12-15 16:58:34 queue INFO 7 [301] -2014-12-15 16:58:35 sendUrl INFO 7 [610] -2014-12-15 16:58:35 queue INFO >7 [302] -2014-12-15 16:58:35 sendUrl INFO 3 [611] -2014-12-15 16:58:35 queue INFO 3 [303] -2014-12-15 16:58:36 sendUrl INFO 3 [612] -2014-12-15 16:58:36 queue INFO >3 [304] -2014-12-15 16:58:36 sendUrl INFO 7 [613] -2014-12-15 16:58:36 queue INFO 7 [305] -2014-12-15 16:58:37 sendUrl INFO 7 [614] -2014-12-15 16:58:37 queue INFO >7 [306] -2014-12-15 16:58:37 sendUrl INFO 3 [615] -2014-12-15 16:58:37 queue INFO 3 [307] -2014-12-15 16:58:37 queue INFO >3 [308] -2014-12-15 16:58:38 sendUrl INFO 3 [616] -2014-12-15 16:58:38 sendUrl INFO 7 [617] -2014-12-15 16:58:38 queue INFO 7 [309] -2014-12-15 16:58:38 queue INFO >7 [310] -2014-12-15 16:58:39 sendUrl INFO 7 [618] -2014-12-15 16:58:39 queue INFO 3 [311] -2014-12-15 16:58:39 sendUrl INFO 3 [619] -2014-12-15 16:58:39 queue INFO >3 [312] -2014-12-15 16:58:40 sendUrl INFO 3 [620] -2014-12-15 16:58:40 queue INFO 7 [313] -2014-12-15 16:58:40 sendUrl INFO 7 [621] -2014-12-15 16:58:40 queue INFO >7 [314] -2014-12-15 16:58:41 queue INFO 3 [315] -2014-12-15 16:58:41 sendUrl INFO 7 [622] -2014-12-15 16:58:41 queue INFO >3 [316] -2014-12-15 16:58:41 sendUrl INFO 3 [623] -2014-12-15 16:58:42 queue INFO 7 [317] -2014-12-15 16:58:42 sendUrl INFO 3 [624] -2014-12-15 16:58:42 queue INFO >7 [318] -2014-12-15 16:58:42 queue INFO 3 [319] -2014-12-15 16:58:42 queue INFO >3 [320] -2014-12-15 16:58:42 sendUrl INFO 7 [625] -2014-12-15 16:58:43 sendUrl INFO 7 [626] -2014-12-15 16:58:43 queue INFO 7 [321] -2014-12-15 16:58:43 queue INFO >7 [322] -2014-12-15 16:58:43 sendUrl INFO 3 [627] -2014-12-15 16:58:44 queue INFO 3 [323] -2014-12-15 16:58:44 sendUrl INFO 3 [628] -2014-12-15 16:58:44 queue INFO >3 [324] -2014-12-15 16:58:44 sendUrl INFO 7 [629] -2014-12-15 16:58:45 queue INFO 7 [325] -2014-12-15 16:58:45 sendUrl INFO 7 [630] -2014-12-15 16:58:45 queue INFO >7 [326] -2014-12-15 16:58:45 queue INFO 3 [327] -2014-12-15 16:58:45 sendUrl INFO 3 [631] -2014-12-15 16:58:45 queue INFO >3 [328] -2014-12-15 16:58:46 sendUrl INFO 3 [632] -2014-12-15 16:58:46 queue INFO 7 [329] -2014-12-15 16:58:46 queue INFO >7 [330] -2014-12-15 16:58:46 sendUrl INFO 7 [633] -2014-12-15 16:58:47 queue INFO 3 [331] -2014-12-15 16:58:47 sendUrl INFO 7 [634] -2014-12-15 16:58:47 queue INFO >3 [332] -2014-12-15 16:58:47 sendUrl INFO 3 [635] -2014-12-15 16:58:48 queue INFO 7 [333] -2014-12-15 16:58:48 sendUrl INFO 3 [636] -2014-12-15 16:58:48 queue INFO >7 [334] -2014-12-15 16:58:48 queue INFO 3 [335] -2014-12-15 16:58:48 sendUrl INFO 7 [637] -2014-12-15 16:58:48 queue INFO >3 [336] -2014-12-15 16:58:49 sendUrl INFO 7 [638] -2014-12-15 16:58:49 queue INFO 7 [337] -2014-12-15 16:58:49 queue INFO >7 [338] -2014-12-15 16:58:49 sendUrl INFO 3 [639] -2014-12-15 16:58:49 queue INFO 3 [339] -2014-12-15 16:58:50 queue INFO >3 [340] -2014-12-15 16:58:50 sendUrl INFO 3 [640] -2014-12-15 16:58:50 sendUrl INFO 7 [641] -2014-12-15 16:58:50 queue INFO 7 [341] -2014-12-15 16:58:51 queue INFO >7 [342] -2014-12-15 16:58:51 sendUrl INFO 7 [642] -2014-12-15 16:58:51 queue INFO 3 [343] -2014-12-15 16:58:51 sendUrl INFO 3 [643] -2014-12-15 16:58:51 queue INFO >3 [344] -2014-12-15 16:58:52 sendUrl INFO 3 [644] -2014-12-15 16:58:52 queue INFO 7 [345] -2014-12-15 16:58:52 queue INFO >7 [346] -2014-12-15 16:58:52 sendUrl INFO 7 [645] -2014-12-15 16:58:53 sendUrl INFO 7 [646] -2014-12-15 16:58:53 queue INFO 3 [347] -2014-12-15 16:58:53 queue INFO >3 [348] -2014-12-15 16:58:53 sendUrl INFO 3 [647] -2014-12-15 16:58:54 queue INFO 7 [349] -2014-12-15 16:58:54 sendUrl INFO 3 [648] -2014-12-15 16:58:54 queue INFO >7 [350] -2014-12-15 16:58:54 sendUrl INFO 7 [649] -2014-12-15 16:58:54 queue INFO 3 [351] -2014-12-15 16:58:55 queue INFO >3 [352] -2014-12-15 16:58:55 sendUrl INFO 7 [650] -2014-12-15 16:58:55 sendUrl INFO 3 [651] -2014-12-15 16:58:56 queue INFO 7 [353] -2014-12-15 16:58:56 queue INFO >7 [354] -2014-12-15 16:58:56 sendUrl INFO 3 [652] -2014-12-15 16:58:56 queue INFO 3 [355] -2014-12-15 16:58:56 sendUrl INFO 7 [653] -2014-12-15 16:58:57 queue INFO >3 [356] -2014-12-15 16:58:57 sendUrl INFO 7 [654] -2014-12-15 16:58:57 queue INFO 7 [357] -2014-12-15 16:58:57 queue INFO >7 [358] -2014-12-15 16:58:57 sendUrl INFO 3 [655] -2014-12-15 16:58:58 sendUrl INFO 3 [656] -2014-12-15 16:58:58 queue INFO 3 [359] -2014-12-15 16:58:58 queue INFO >3 [360] -2014-12-15 16:58:58 sendUrl INFO 7 [657] -2014-12-15 16:58:59 sendUrl INFO 7 [658] -2014-12-15 16:58:59 queue INFO 7 [361] -2014-12-15 16:58:59 queue INFO >7 [362] -2014-12-15 16:58:59 sendUrl INFO 3 [659] -2014-12-15 16:59:00 queue INFO 3 [363] -2014-12-15 16:59:00 queue INFO >3 [364] -2014-12-15 16:59:00 sendUrl INFO 3 [660] -2014-12-15 16:59:00 sendUrl INFO 7 [661] -2014-12-15 16:59:01 queue INFO 7 [365] -2014-12-15 16:59:01 queue INFO >7 [366] -2014-12-15 16:59:01 sendUrl INFO 7 [662] -2014-12-15 16:59:01 queue INFO 3 [367] -2014-12-15 16:59:01 sendUrl INFO 3 [663] -2014-12-15 16:59:02 queue INFO >3 [368] -2014-12-15 16:59:02 sendUrl INFO 3 [664] -2014-12-15 16:59:02 queue INFO 7 [369] -2014-12-15 16:59:02 queue INFO >7 [370] -2014-12-15 16:59:02 sendUrl INFO 7 [665] -2014-12-15 16:59:03 sendUrl INFO 7 [666] -2014-12-15 16:59:03 queue INFO 3 [371] -2014-12-15 16:59:03 queue INFO >3 [372] -2014-12-15 16:59:03 sendUrl INFO 3 [667] -2014-12-15 16:59:04 queue INFO 7 [373] -2014-12-15 16:59:04 sendUrl INFO 3 [668] -2014-12-15 16:59:04 queue INFO >7 [374] -2014-12-15 16:59:04 queue INFO 3 [375] -2014-12-15 16:59:04 sendUrl INFO 7 [669] -2014-12-15 16:59:05 queue INFO >3 [376] -2014-12-15 16:59:05 sendUrl INFO 7 [670] -2014-12-15 16:59:05 queue INFO 7 [377] -2014-12-15 16:59:05 sendUrl INFO 3 [671] -2014-12-15 16:59:06 queue INFO >7 [378] -2014-12-15 16:59:06 sendUrl INFO 3 [672] -2014-12-15 16:59:06 queue INFO 3 [379] -2014-12-15 16:59:06 queue INFO >3 [380] -2014-12-15 16:59:06 sendUrl INFO 7 [673] -2014-12-15 16:59:07 sendUrl INFO 7 [674] -2014-12-15 16:59:07 queue INFO 7 [381] -2014-12-15 16:59:07 queue INFO >7 [382] -2014-12-15 16:59:07 sendUrl INFO 3 [675] -2014-12-15 16:59:08 sendUrl INFO 3 [676] -2014-12-15 16:59:08 sendUrl INFO 7 [677] -2014-12-15 16:59:09 sendUrl INFO 7 [678] -2014-12-15 16:59:10 sendUrl INFO 3 [679] -2014-12-15 16:59:10 sendUrl INFO 3 [680] -2014-12-15 16:59:11 sendUrl INFO 7 [681] -2014-12-15 16:59:11 queue INFO 3 [383] -2014-12-15 16:59:11 sendUrl INFO 7 [682] -2014-12-15 16:59:11 queue INFO 7 [384] -2014-12-15 16:59:11 queue INFO >7 [385] -2014-12-15 16:59:11 queue INFO 3 [386] -2014-12-15 16:59:12 sendUrl INFO 3 [683] -2014-12-15 16:59:12 queue INFO >3 [387] -2014-12-15 16:59:12 queue INFO 7 [388] -2014-12-15 16:59:12 sendUrl INFO 3 [684] -2014-12-15 16:59:12 queue INFO >7 [389] -2014-12-15 16:59:12 queue INFO 3 [390] -2014-12-15 16:59:12 queue INFO >3 [391] -2014-12-15 16:59:13 sendUrl INFO 7 [685] -2014-12-15 16:59:13 sendUrl INFO 7 [686] -2014-12-15 16:59:13 queue INFO 7 [392] -2014-12-15 16:59:13 queue INFO >7 [393] -2014-12-15 16:59:14 sendUrl INFO 3 [687] -2014-12-15 16:59:14 queue INFO 3 [394] -2014-12-15 16:59:14 sendUrl INFO 3 [688] -2014-12-15 16:59:14 queue INFO >3 [395] -2014-12-15 16:59:15 sendUrl INFO 7 [689] -2014-12-15 16:59:15 queue INFO 7 [396] -2014-12-15 16:59:15 queue INFO >7 [397] -2014-12-15 16:59:15 sendUrl INFO 7 [690] -2014-12-15 16:59:16 queue INFO 3 [398] -2014-12-15 16:59:16 sendUrl INFO 3 [691] -2014-12-15 16:59:16 queue INFO >3 [399] -2014-12-15 16:59:16 sendUrl INFO 3 [692] -2014-12-15 16:59:16 queue INFO 7 [400] -2014-12-15 16:59:17 queue INFO >7 [401] -2014-12-15 16:59:17 sendUrl INFO 7 [693] -2014-12-15 16:59:17 sendUrl INFO 7 [694] -2014-12-15 16:59:17 queue INFO 3 [402] -2014-12-15 16:59:17 queue INFO >3 [403] -2014-12-15 16:59:18 sendUrl INFO 3 [695] -2014-12-15 16:59:18 sendUrl INFO 3 [696] -2014-12-15 16:59:18 queue INFO 7 [404] -2014-12-15 16:59:18 queue INFO >7 [405] -2014-12-15 16:59:19 sendUrl INFO 7 [697] -2014-12-15 16:59:19 queue INFO 3 [406] -2014-12-15 16:59:19 sendUrl INFO 7 [698] -2014-12-15 16:59:19 queue INFO >3 [407] -2014-12-15 16:59:20 sendUrl INFO 3 [699] -2014-12-15 16:59:20 queue INFO 7 [408] -2014-12-15 16:59:20 sendUrl INFO 3 [700] -2014-12-15 16:59:20 queue INFO >7 [409] -2014-12-15 16:59:20 queue INFO 3 [410] -2014-12-15 16:59:21 queue INFO >3 [411] -2014-12-15 16:59:21 sendUrl INFO 7 [701] -2014-12-15 16:59:21 sendUrl INFO 7 [702] -2014-12-15 16:59:21 queue INFO 7 [412] -2014-12-15 16:59:22 queue INFO >7 [413] -2014-12-15 16:59:22 sendUrl INFO 3 [703] -2014-12-15 16:59:22 sendUrl INFO 3 [704] -2014-12-15 16:59:22 queue INFO 3 [414] -2014-12-15 16:59:22 queue INFO >3 [415] -2014-12-15 16:59:23 sendUrl INFO 7 [705] -2014-12-15 16:59:23 sendUrl INFO 7 [706] -2014-12-15 16:59:23 queue INFO 7 [416] -2014-12-15 16:59:23 queue INFO >7 [417] -2014-12-15 16:59:24 sendUrl INFO 3 [707] -2014-12-15 16:59:24 queue INFO 3 [418] -2014-12-15 16:59:24 sendUrl INFO 3 [708] -2014-12-15 16:59:24 queue INFO >3 [419] -2014-12-15 16:59:25 sendUrl INFO 7 [709] -2014-12-15 16:59:25 queue INFO 7 [420] -2014-12-15 16:59:25 sendUrl INFO 7 [710] -2014-12-15 16:59:25 queue INFO >7 [421] -2014-12-15 16:59:26 sendUrl INFO 3 [711] -2014-12-15 16:59:26 queue INFO 3 [422] -2014-12-15 16:59:26 queue INFO >3 [423] -2014-12-15 16:59:26 sendUrl INFO 3 [712] -2014-12-15 16:59:27 sendUrl INFO 7 [713] -2014-12-15 16:59:27 queue INFO 7 [424] -2014-12-15 16:59:27 queue INFO >7 [425] -2014-12-15 16:59:27 sendUrl INFO 7 [714] -2014-12-15 16:59:27 queue INFO 3 [426] -2014-12-15 16:59:28 queue INFO >3 [427] -2014-12-15 16:59:28 sendUrl INFO 3 [715] -2014-12-15 16:59:28 sendUrl INFO 3 [716] -2014-12-15 16:59:28 queue INFO 7 [428] -2014-12-15 16:59:29 queue INFO >7 [429] -2014-12-15 16:59:29 sendUrl INFO 7 [717] -2014-12-15 16:59:29 queue INFO 3 [430] -2014-12-15 16:59:29 queue INFO >3 [431] -2014-12-15 16:59:29 sendUrl INFO 7 [718] -2014-12-15 16:59:29 queue INFO 7 [432] -2014-12-15 16:59:30 queue INFO >7 [433] -2014-12-15 16:59:30 sendUrl INFO 3 [719] -2014-12-15 16:59:30 sendUrl INFO 3 [720] -2014-12-15 16:59:30 queue INFO 3 [434] -2014-12-15 16:59:31 queue INFO >3 [435] -2014-12-15 16:59:31 sendUrl INFO 7 [721] -2014-12-15 16:59:31 sendUrl INFO 7 [722] -2014-12-15 16:59:32 queue INFO 7 [436] -2014-12-15 16:59:32 queue INFO >7 [437] -2014-12-15 16:59:32 sendUrl INFO 3 [723] -2014-12-15 16:59:32 queue INFO 3 [438] -2014-12-15 16:59:32 sendUrl INFO 3 [724] -2014-12-15 16:59:32 queue INFO >3 [439] -2014-12-15 16:59:33 sendUrl INFO 7 [725] -2014-12-15 16:59:33 sendUrl INFO 7 [726] -2014-12-15 16:59:33 queue INFO 7 [440] -2014-12-15 16:59:34 queue INFO >7 [441] -2014-12-15 16:59:34 sendUrl INFO 3 [727] -2014-12-15 16:59:34 queue INFO 3 [442] -2014-12-15 16:59:34 sendUrl INFO 3 [728] -2014-12-15 16:59:34 queue INFO >3 [443] -2014-12-15 16:59:35 sendUrl INFO 7 [729] -2014-12-15 16:59:35 queue INFO 7 [444] -2014-12-15 16:59:35 sendUrl INFO 7 [730] -2014-12-15 16:59:35 queue INFO >7 [445] -2014-12-15 16:59:36 sendUrl INFO 3 [731] -2014-12-15 16:59:36 queue INFO 3 [446] -2014-12-15 16:59:36 queue INFO >3 [447] -2014-12-15 16:59:36 sendUrl INFO 3 [732] -2014-12-15 16:59:37 sendUrl INFO 7 [733] -2014-12-15 16:59:37 queue INFO 7 [448] -2014-12-15 16:59:37 queue INFO >7 [449] -2014-12-15 16:59:37 sendUrl INFO 7 [734] -2014-12-15 16:59:38 queue INFO 3 [450] -2014-12-15 16:59:38 sendUrl INFO 3 [735] -2014-12-15 16:59:38 queue INFO >3 [451] -2014-12-15 16:59:38 sendUrl INFO 3 [736] -2014-12-15 16:59:39 queue INFO 7 [452] -2014-12-15 16:59:39 queue INFO >7 [453] -2014-12-15 16:59:39 sendUrl INFO 7 [737] -2014-12-15 16:59:39 sendUrl INFO 7 [738] -2014-12-15 16:59:39 queue INFO 3 [454] -2014-12-15 16:59:40 queue INFO >3 [455] -2014-12-15 16:59:40 sendUrl INFO 3 [739] -2014-12-15 16:59:40 sendUrl INFO 3 [740] -2014-12-15 16:59:40 queue INFO 7 [456] -2014-12-15 16:59:41 queue INFO >7 [457] -2014-12-15 16:59:41 sendUrl INFO 7 [741] -2014-12-15 16:59:41 queue INFO 3 [458] -2014-12-15 16:59:41 queue INFO >3 [459] -2014-12-15 16:59:41 sendUrl INFO 7 [742] -2014-12-15 16:59:42 sendUrl INFO 3 [743] -2014-12-15 16:59:42 queue INFO 7 [460] -2014-12-15 16:59:42 queue INFO >7 [461] -2014-12-15 16:59:42 sendUrl INFO 3 [744] -2014-12-15 16:59:43 queue INFO 3 [462] -2014-12-15 16:59:43 sendUrl INFO 7 [745] -2014-12-15 16:59:43 queue INFO >3 [463] -2014-12-15 16:59:43 sendUrl INFO 7 [746] -2014-12-15 16:59:44 queue INFO 7 [464] -2014-12-15 16:59:44 queue INFO >7 [465] -2014-12-15 16:59:44 sendUrl INFO 3 [747] -2014-12-15 16:59:44 sendUrl INFO 3 [748] -2014-12-15 16:59:44 queue INFO 3 [466] -2014-12-15 16:59:45 queue INFO >3 [467] -2014-12-15 16:59:45 sendUrl INFO 7 [749] -2014-12-15 16:59:45 sendUrl INFO 7 [750] -2014-12-15 16:59:45 queue INFO 7 [468] -2014-12-15 16:59:46 queue INFO >7 [469] -2014-12-15 16:59:46 sendUrl INFO 3 [751] -2014-12-15 16:59:46 queue INFO 3 [470] -2014-12-15 16:59:46 sendUrl INFO 3 [752] -2014-12-15 16:59:46 queue INFO >3 [471] -2014-12-15 16:59:47 sendUrl INFO 7 [753] -2014-12-15 16:59:47 queue INFO 7 [472] -2014-12-15 16:59:47 sendUrl INFO 7 [754] -2014-12-15 16:59:47 queue INFO >7 [473] -2014-12-15 16:59:48 queue INFO 3 [474] -2014-12-15 16:59:48 sendUrl INFO 3 [755] -2014-12-15 16:59:48 queue INFO >3 [475] -2014-12-15 16:59:48 sendUrl INFO 3 [756] -2014-12-15 16:59:49 queue INFO 7 [476] -2014-12-15 16:59:49 queue INFO >7 [477] -2014-12-15 16:59:49 sendUrl INFO 7 [757] -2014-12-15 16:59:49 sendUrl INFO 7 [758] -2014-12-15 16:59:50 queue INFO 3 [478] -2014-12-15 16:59:50 queue INFO >3 [479] -2014-12-15 16:59:50 sendUrl INFO 3 [759] -2014-12-15 16:59:50 sendUrl INFO 3 [760] -2014-12-15 16:59:51 queue INFO 7 [480] -2014-12-15 16:59:51 queue INFO >7 [481] -2014-12-15 16:59:51 sendUrl INFO 7 [761] -2014-12-15 16:59:51 queue INFO 3 [482] -2014-12-15 16:59:51 sendUrl INFO 7 [762] -2014-12-15 16:59:52 queue INFO >3 [483] -2014-12-15 16:59:52 sendUrl INFO 3 [763] -2014-12-15 16:59:52 queue INFO 7 [484] -2014-12-15 16:59:52 sendUrl INFO 3 [764] -2014-12-15 16:59:53 queue INFO >7 [485] -2014-12-15 16:59:53 sendUrl INFO 7 [765] -2014-12-15 16:59:53 queue INFO 3 [486] -2014-12-15 16:59:53 queue INFO >3 [487] -2014-12-15 16:59:53 sendUrl INFO 7 [766] -2014-12-15 16:59:54 queue INFO 7 [488] -2014-12-15 16:59:54 sendUrl INFO 3 [767] -2014-12-15 16:59:54 queue INFO >7 [489] -2014-12-15 16:59:55 sendUrl INFO 3 [768] -2014-12-15 16:59:55 queue INFO 3 [490] -2014-12-15 16:59:55 queue INFO >3 [491] -2014-12-15 16:59:55 sendUrl INFO 7 [769] -2014-12-15 16:59:56 sendUrl INFO 7 [770] -2014-12-15 16:59:56 queue INFO 7 [492] -2014-12-15 16:59:56 queue INFO >7 [493] -2014-12-15 16:59:56 sendUrl INFO 3 [771] -2014-12-15 16:59:57 sendUrl INFO 3 [772] -2014-12-15 16:59:57 queue INFO 3 [494] -2014-12-15 16:59:57 queue INFO >3 [495] -2014-12-15 16:59:57 sendUrl INFO 7 [773] -2014-12-15 16:59:58 sendUrl INFO 7 [774] -2014-12-15 16:59:58 queue INFO 7 [496] -2014-12-15 16:59:58 queue INFO >7 [497] -2014-12-15 16:59:58 sendUrl INFO 3 [775] -2014-12-15 16:59:58 queue INFO 3 [498] -2014-12-15 16:59:59 sendUrl INFO 3 [776] -2014-12-15 16:59:59 queue INFO >3 [499] -2014-12-15 16:59:59 sendUrl INFO 7 [777] -2014-12-15 16:59:59 queue INFO 7 [500] -2014-12-15 17:00:00 sendUrl INFO 7 [778] -2014-12-15 17:00:00 queue INFO >7 [501] -2014-12-15 17:00:00 sendUrl INFO 3 [779] -2014-12-15 17:00:00 queue INFO 3 [502] -2014-12-15 17:00:00 queue INFO >3 [503] -2014-12-15 17:00:01 sendUrl INFO 3 [780] -2014-12-15 17:00:01 queue INFO 7 [504] -2014-12-15 17:00:01 queue INFO >7 [505] -2014-12-15 17:00:01 sendUrl INFO 7 [781] -2014-12-15 17:00:02 sendUrl INFO 7 [782] -2014-12-15 17:00:02 queue INFO 3 [506] -2014-12-15 17:00:02 queue INFO >3 [507] -2014-12-15 17:00:02 sendUrl INFO 3 [783] -2014-12-15 17:00:03 sendUrl INFO 3 [784] -2014-12-15 17:00:03 queue INFO 7 [508] -2014-12-15 17:00:03 queue INFO >7 [509] -2014-12-15 17:00:03 sendUrl INFO 7 [785] -2014-12-15 17:00:03 queue INFO 3 [510] -2014-12-15 17:00:04 sendUrl INFO 7 [786] -2014-12-15 17:00:04 queue INFO >3 [511] -2014-12-15 17:00:04 sendUrl INFO 3 [787] -2014-12-15 17:00:04 queue INFO 7 [512] -2014-12-15 17:00:05 sendUrl INFO 3 [788] -2014-12-15 17:00:05 queue INFO >7 [513] -2014-12-15 17:00:05 sendUrl INFO 7 [789] -2014-12-15 17:00:05 queue INFO 3 [514] -2014-12-15 17:00:06 queue INFO >3 [515] -2014-12-15 17:00:06 sendUrl INFO 7 [790] -2014-12-15 17:00:06 queue INFO 7 [516] -2014-12-15 17:00:06 sendUrl INFO 3 [791] -2014-12-15 17:00:06 queue INFO >7 [517] -2014-12-15 17:00:07 sendUrl INFO 3 [792] -2014-12-15 17:00:07 queue INFO 3 [518] -2014-12-15 17:00:07 queue INFO >3 [519] -2014-12-15 17:00:07 sendUrl INFO 7 [793] -2014-12-15 17:00:08 sendUrl INFO 7 [794] -2014-12-15 17:00:08 queue INFO 7 [520] -2014-12-15 17:00:08 queue INFO >7 [521] -2014-12-15 17:00:08 sendUrl INFO 3 [795] -2014-12-15 17:00:09 queue INFO 3 [522] -2014-12-15 17:00:09 sendUrl INFO 3 [796] -2014-12-15 17:00:09 queue INFO >3 [523] -2014-12-15 17:00:09 sendUrl INFO 7 [797] -2014-12-15 17:00:10 queue INFO 7 [524] -2014-12-15 17:00:10 sendUrl INFO 7 [798] -2014-12-15 17:00:10 queue INFO >7 [525] -2014-12-15 17:00:10 sendUrl INFO 3 [799] -2014-12-15 17:00:10 queue INFO 3 [526] -2014-12-15 17:00:11 queue INFO >3 [527] -2014-12-15 17:00:11 sendUrl INFO 3 [800] -2014-12-15 17:00:11 sendUrl INFO 7 [801] -2014-12-15 17:00:11 queue INFO 7 [528] -2014-12-15 17:00:12 queue INFO >7 [529] -2014-12-15 17:00:12 sendUrl INFO 7 [802] -2014-12-15 17:00:12 queue INFO 3 [530] -2014-12-15 17:00:12 sendUrl INFO 3 [803] -2014-12-15 17:00:12 queue INFO >3 [531] -2014-12-15 17:00:13 sendUrl INFO 3 [804] -2014-12-15 17:00:13 queue INFO 7 [532] -2014-12-15 17:00:13 queue INFO >7 [533] -2014-12-15 17:00:13 sendUrl INFO 7 [805] -2014-12-15 17:00:14 sendUrl INFO 7 [806] -2014-12-15 17:00:14 queue INFO 3 [534] -2014-12-15 17:00:14 queue INFO >3 [535] -2014-12-15 17:00:14 sendUrl INFO 3 [807] -2014-12-15 17:00:15 sendUrl INFO 3 [808] -2014-12-15 17:00:15 queue INFO 7 [536] -2014-12-15 17:00:15 queue INFO >7 [537] -2014-12-15 17:00:15 sendUrl INFO 7 [809] -2014-12-15 17:00:16 queue INFO 3 [538] -2014-12-15 17:00:16 sendUrl INFO 7 [810] -2014-12-15 17:00:16 queue INFO >3 [539] -2014-12-15 17:00:16 sendUrl INFO 3 [811] -2014-12-15 17:00:17 queue INFO 7 [540] -2014-12-15 17:00:17 sendUrl INFO 3 [812] -2014-12-15 17:00:17 queue INFO >7 [541] -2014-12-15 17:00:17 queue INFO 3 [542] -2014-12-15 17:00:17 queue INFO >3 [543] -2014-12-15 17:00:17 sendUrl INFO 7 [813] -2014-12-15 17:00:18 sendUrl INFO 7 [814] -2014-12-15 17:00:18 queue INFO 7 [544] -2014-12-15 17:00:18 queue INFO >7 [545] -2014-12-15 17:00:18 sendUrl INFO 3 [815] -2014-12-15 17:00:18 queue INFO 3 [546] -2014-12-15 17:00:19 queue INFO >3 [547] -2014-12-15 17:00:19 sendUrl INFO 3 [816] -2014-12-15 17:00:19 sendUrl INFO 7 [817] -2014-12-15 17:00:20 queue INFO 7 [548] -2014-12-15 17:00:20 sendUrl INFO 7 [818] -2014-12-15 17:00:20 queue INFO >7 [549] -2014-12-15 17:00:20 queue INFO 3 [550] -2014-12-15 17:00:20 sendUrl INFO 3 [819] -2014-12-15 17:00:20 queue INFO >3 [551] -2014-12-15 17:00:21 sendUrl INFO 3 [820] -2014-12-15 17:00:21 queue INFO 7 [552] -2014-12-15 17:00:21 sendUrl INFO 7 [821] -2014-12-15 17:00:21 queue INFO >7 [553] -2014-12-15 17:00:22 sendUrl INFO 7 [822] -2014-12-15 17:00:22 queue INFO 3 [554] -2014-12-15 17:00:22 queue INFO >3 [555] -2014-12-15 17:00:22 sendUrl INFO 3 [823] -2014-12-15 17:00:23 sendUrl INFO 3 [824] -2014-12-15 17:00:23 queue INFO 7 [556] -2014-12-15 17:00:23 queue INFO >7 [557] -2014-12-15 17:00:23 sendUrl INFO 7 [825] -2014-12-15 17:00:24 queue INFO 3 [558] -2014-12-15 17:00:24 sendUrl INFO 7 [826] -2014-12-15 17:00:24 queue INFO >3 [559] -2014-12-15 17:00:24 sendUrl INFO 3 [827] -2014-12-15 17:00:25 sendUrl INFO 3 [828] -2014-12-15 17:00:25 queue INFO 7 [560] -2014-12-15 17:00:25 queue INFO >7 [561] -2014-12-15 17:00:25 sendUrl INFO 7 [829] -2014-12-15 17:00:26 queue INFO 3 [562] -2014-12-15 17:00:26 sendUrl INFO 7 [830] -2014-12-15 17:00:26 queue INFO >3 [563] -2014-12-15 17:00:26 sendUrl INFO 3 [831] -2014-12-15 17:00:27 queue INFO 7 [564] -2014-12-15 17:00:27 sendUrl INFO 3 [832] -2014-12-15 17:00:27 queue INFO >7 [565] -2014-12-15 17:00:27 sendUrl INFO 7 [833] -2014-12-15 17:00:28 queue INFO 3 [566] -2014-12-15 17:00:28 queue INFO >3 [567] -2014-12-15 17:00:28 sendUrl INFO 7 [834] -2014-12-15 17:00:28 sendUrl INFO 3 [835] -2014-12-15 17:00:29 queue INFO 7 [568] -2014-12-15 17:00:29 sendUrl INFO 3 [836] -2014-12-15 17:00:29 queue INFO >7 [569] -2014-12-15 17:00:29 sendUrl INFO 7 [837] -2014-12-15 17:00:30 queue INFO 3 [570] -2014-12-15 17:00:30 queue INFO >3 [571] -2014-12-15 17:00:30 sendUrl INFO 7 [838] -2014-12-15 17:00:30 sendUrl INFO 3 [839] -2014-12-15 17:00:31 queue INFO 7 [572] -2014-12-15 17:00:31 queue INFO >7 [573] -2014-12-15 17:00:31 sendUrl INFO 3 [840] -2014-12-15 17:00:31 queue INFO 3 [574] -2014-12-15 17:00:31 sendUrl INFO 7 [841] -2014-12-15 17:00:32 queue INFO >3 [575] -2014-12-15 17:00:32 sendUrl INFO 7 [842] -2014-12-15 17:00:32 queue INFO 7 [576] -2014-12-15 17:00:32 sendUrl INFO 3 [843] -2014-12-15 17:00:33 queue INFO >7 [577] -2014-12-15 17:00:33 queue INFO 3 [578] -2014-12-15 17:00:33 sendUrl INFO 3 [844] -2014-12-15 17:00:33 queue INFO >3 [579] -2014-12-15 17:00:33 sendUrl INFO 7 [845] -2014-12-15 17:00:34 sendUrl INFO 7 [846] -2014-12-15 17:00:34 queue INFO 7 [580] -2014-12-15 17:00:34 queue INFO >7 [581] -2014-12-15 17:00:34 sendUrl INFO 3 [847] -2014-12-15 17:00:35 queue INFO 3 [582] -2014-12-15 17:00:35 sendUrl INFO 3 [848] -2014-12-15 17:00:35 queue INFO >3 [583] -2014-12-15 17:00:35 sendUrl INFO 7 [849] -2014-12-15 17:00:36 queue INFO 7 [584] -2014-12-15 17:00:36 sendUrl INFO 7 [850] -2014-12-15 17:00:36 queue INFO >7 [585] -2014-12-15 17:00:36 queue INFO 3 [586] -2014-12-15 17:00:36 sendUrl INFO 3 [851] -2014-12-15 17:00:37 queue INFO >3 [587] -2014-12-15 17:00:37 sendUrl INFO 3 [852] -2014-12-15 17:00:37 queue INFO 7 [588] -2014-12-15 17:00:38 sendUrl INFO 7 [853] -2014-12-15 17:00:38 queue INFO >7 [589] -2014-12-15 17:00:38 sendUrl INFO 7 [854] -2014-12-15 17:00:38 queue INFO 3 [590] -2014-12-15 17:00:38 queue INFO >3 [591] -2014-12-15 17:00:39 sendUrl INFO 3 [855] -2014-12-15 17:00:39 sendUrl INFO 3 [856] -2014-12-15 17:00:39 queue INFO 7 [592] -2014-12-15 17:00:39 queue INFO >7 [593] -2014-12-15 17:00:40 sendUrl INFO 7 [857] -2014-12-15 17:00:40 queue INFO 3 [594] -2014-12-15 17:00:40 queue INFO >3 [595] -2014-12-15 17:00:40 sendUrl INFO 7 [858] -2014-12-15 17:00:41 sendUrl INFO 3 [859] -2014-12-15 17:00:41 queue INFO 7 [596] -2014-12-15 17:00:41 queue INFO >7 [597] -2014-12-15 17:00:41 sendUrl INFO 3 [860] -2014-12-15 17:00:41 queue INFO 3 [598] -2014-12-15 17:00:41 queue INFO >3 [599] -2014-12-15 17:00:42 sendUrl INFO 7 [861] -2014-12-15 17:00:42 queue INFO 7 [600] -2014-12-15 17:00:42 queue INFO >7 [601] -2014-12-15 17:00:42 sendUrl INFO 7 [862] -2014-12-15 17:00:43 queue INFO 3 [602] -2014-12-15 17:00:43 sendUrl INFO 3 [863] -2014-12-15 17:00:43 queue INFO >3 [603] -2014-12-15 17:00:43 sendUrl INFO 3 [864] -2014-12-15 17:00:44 queue INFO 7 [604] -2014-12-15 17:00:44 sendUrl INFO 7 [865] -2014-12-15 17:00:44 queue INFO >7 [605] -2014-12-15 17:00:44 sendUrl INFO 7 [866] -2014-12-15 17:00:44 queue INFO 3 [606] -2014-12-15 17:00:44 queue INFO >3 [607] -2014-12-15 17:00:45 sendUrl INFO 3 [867] -2014-12-15 17:00:45 sendUrl INFO 3 [868] -2014-12-15 17:00:45 queue INFO 7 [608] -2014-12-15 17:00:45 queue INFO >7 [609] -2014-12-15 17:00:46 sendUrl INFO 7 [869] -2014-12-15 17:00:46 queue INFO 3 [610] -2014-12-15 17:00:46 sendUrl INFO 7 [870] -2014-12-15 17:00:46 queue INFO >3 [611] -2014-12-15 17:00:47 sendUrl INFO 3 [871] -2014-12-15 17:00:47 queue INFO 7 [612] -2014-12-15 17:00:47 sendUrl INFO 3 [872] -2014-12-15 17:00:47 queue INFO >7 [613] -2014-12-15 17:00:48 sendUrl INFO 7 [873] -2014-12-15 17:00:48 queue INFO 3 [614] -2014-12-15 17:00:48 queue INFO >3 [615] -2014-12-15 17:00:48 sendUrl INFO 7 [874] -2014-12-15 17:00:49 sendUrl INFO 3 [875] -2014-12-15 17:00:49 queue INFO 7 [616] -2014-12-15 17:00:49 queue INFO >7 [617] -2014-12-15 17:00:49 sendUrl INFO 3 [876] -2014-12-15 17:00:49 queue INFO 3 [618] -2014-12-15 17:00:50 queue INFO >3 [619] -2014-12-15 17:00:50 sendUrl INFO 7 [877] -2014-12-15 17:00:50 sendUrl INFO 7 [878] -2014-12-15 17:00:50 queue INFO 7 [620] -2014-12-15 17:00:51 queue INFO >7 [621] -2014-12-15 17:00:51 sendUrl INFO 3 [879] -2014-12-15 17:00:51 queue INFO 3 [622] -2014-12-15 17:00:51 sendUrl INFO 3 [880] -2014-12-15 17:00:51 queue INFO >3 [623] -2014-12-15 17:00:52 sendUrl INFO 7 [881] -2014-12-15 17:00:52 queue INFO 7 [624] -2014-12-15 17:00:52 sendUrl INFO 7 [882] -2014-12-15 17:00:52 queue INFO >7 [625] -2014-12-15 17:00:53 queue INFO 3 [626] -2014-12-15 17:00:53 sendUrl INFO 3 [883] -2014-12-15 17:00:53 queue INFO >3 [627] -2014-12-15 17:00:53 sendUrl INFO 3 [884] -2014-12-15 17:00:54 queue INFO 7 [628] -2014-12-15 17:00:54 sendUrl INFO 7 [885] -2014-12-15 17:00:54 queue INFO >7 [629] -2014-12-15 17:00:54 sendUrl INFO 7 [886] -2014-12-15 17:00:54 queue INFO 3 [630] -2014-12-15 17:00:54 queue INFO >3 [631] -2014-12-15 17:00:55 sendUrl INFO 3 [887] -2014-12-15 17:00:55 sendUrl INFO 3 [888] -2014-12-15 17:00:55 queue INFO 7 [632] -2014-12-15 17:00:56 queue INFO >7 [633] -2014-12-15 17:00:56 sendUrl INFO 7 [889] -2014-12-15 17:00:56 queue INFO 3 [634] -2014-12-15 17:00:56 sendUrl INFO 7 [890] -2014-12-15 17:00:56 queue INFO >3 [635] -2014-12-15 17:00:57 sendUrl INFO 3 [891] -2014-12-15 17:00:57 queue INFO 7 [636] -2014-12-15 17:00:57 sendUrl INFO 3 [892] -2014-12-15 17:00:57 queue INFO >7 [637] -2014-12-15 17:00:58 queue INFO 3 [638] -2014-12-15 17:00:58 sendUrl INFO 7 [893] -2014-12-15 17:00:58 queue INFO >3 [639] -2014-12-15 17:00:58 sendUrl INFO 7 [894] -2014-12-15 17:00:59 queue INFO 7 [640] -2014-12-15 17:00:59 sendUrl INFO 3 [895] -2014-12-15 17:00:59 queue INFO >7 [641] -2014-12-15 17:00:59 sendUrl INFO 3 [896] -2014-12-15 17:00:59 queue INFO 3 [642] -2014-12-15 17:01:00 queue INFO >3 [643] -2014-12-15 17:01:00 sendUrl INFO 7 [897] -2014-12-15 17:01:00 queue INFO 7 [644] -2014-12-15 17:01:00 sendUrl INFO 7 [898] -2014-12-15 17:01:00 queue INFO >7 [645] -2014-12-15 17:01:01 queue INFO 3 [646] -2014-12-15 17:01:01 sendUrl INFO 3 [899] -2014-12-15 17:01:01 queue INFO 7 [647] -2014-12-15 17:01:01 queue INFO >7 [648] -2014-12-15 17:01:01 sendUrl INFO 3 [900] -2014-12-15 17:01:01 queue INFO 3 [649] -2014-12-15 17:01:02 queue INFO >3 [650] -2014-12-15 17:01:02 sendUrl INFO 7 [901] -2014-12-15 17:01:02 queue INFO 7 [651] -2014-12-15 17:01:02 queue INFO >7 [652] -2014-12-15 17:01:02 sendUrl INFO 7 [902] -2014-12-15 17:01:02 queue INFO 3 [653] -2014-12-15 17:01:03 queue INFO >3 [654] -2014-12-15 17:01:03 sendUrl INFO 3 [903] -2014-12-15 17:01:03 sendUrl INFO 3 [904] -2014-12-15 17:01:03 queue INFO 7 [655] -2014-12-15 17:01:04 queue INFO >7 [656] -2014-12-15 17:01:04 sendUrl INFO 7 [905] -2014-12-15 17:01:04 queue INFO 3 [657] -2014-12-15 17:01:04 sendUrl INFO 7 [906] -2014-12-15 17:01:04 queue INFO >3 [658] -2014-12-15 17:01:05 sendUrl INFO 3 [907] -2014-12-15 17:01:05 queue INFO 7 [659] -2014-12-15 17:01:05 sendUrl INFO 3 [908] -2014-12-15 17:01:05 queue INFO >7 [660] -2014-12-15 17:01:06 sendUrl INFO 7 [909] -2014-12-15 17:01:06 queue INFO 3 [661] -2014-12-15 17:01:06 queue INFO >3 [662] -2014-12-15 17:01:06 sendUrl INFO 7 [910] -2014-12-15 17:01:06 queue INFO 7 [663] -2014-12-15 17:01:07 queue INFO >7 [664] -2014-12-15 17:01:07 sendUrl INFO 3 [911] -2014-12-15 17:01:07 queue INFO 3 [665] -2014-12-15 17:01:07 sendUrl INFO 3 [912] -2014-12-15 17:01:07 queue INFO >3 [666] -2014-12-15 17:01:08 queue INFO 7 [667] -2014-12-15 17:01:08 sendUrl INFO 7 [913] -2014-12-15 17:01:08 queue INFO >7 [668] -2014-12-15 17:01:08 queue INFO 3 [669] -2014-12-15 17:01:08 sendUrl INFO 7 [914] -2014-12-15 17:01:08 queue INFO >3 [670] -2014-12-15 17:01:09 sendUrl INFO 3 [915] -2014-12-15 17:01:09 queue INFO 7 [671] -2014-12-15 17:01:09 queue INFO >7 [672] -2014-12-15 17:01:09 sendUrl INFO 3 [916] -2014-12-15 17:01:09 queue INFO 3 [673] -2014-12-15 17:01:10 queue INFO >3 [674] -2014-12-15 17:01:10 sendUrl INFO 7 [917] -2014-12-15 17:01:10 queue INFO 7 [675] -2014-12-15 17:01:10 sendUrl INFO 7 [918] -2014-12-15 17:01:10 queue INFO >7 [676] -2014-12-15 17:01:11 queue INFO 3 [677] -2014-12-15 17:01:11 sendUrl INFO 3 [919] -2014-12-15 17:01:11 queue INFO >3 [678] -2014-12-15 17:01:11 queue INFO 7 [679] -2014-12-15 17:01:11 queue INFO >7 [680] -2014-12-15 17:01:11 sendUrl INFO 3 [920] -2014-12-15 17:01:12 queue INFO 3 [681] -2014-12-15 17:01:12 queue INFO >3 [682] -2014-12-15 17:01:12 sendUrl INFO 7 [921] -2014-12-15 17:01:12 queue INFO 7 [683] -2014-12-15 17:01:12 sendUrl INFO 7 [922] -2014-12-15 17:01:13 queue INFO >7 [684] -2014-12-15 17:01:13 sendUrl INFO 3 [923] -2014-12-15 17:01:13 queue INFO 3 [685] -2014-12-15 17:01:13 queue INFO >3 [686] -2014-12-15 17:01:13 sendUrl INFO 3 [924] -2014-12-15 17:01:14 queue INFO 7 [687] -2014-12-15 17:01:14 sendUrl INFO 7 [925] -2014-12-15 17:01:14 queue INFO >7 [688] -2014-12-15 17:01:14 queue INFO 3 [689] -2014-12-15 17:01:14 sendUrl INFO 7 [926] -2014-12-15 17:01:15 queue INFO >3 [690] -2014-12-15 17:01:15 sendUrl INFO 3 [927] -2014-12-15 17:01:15 queue INFO 7 [691] -2014-12-15 17:01:15 queue INFO >7 [692] -2014-12-15 17:01:15 sendUrl INFO 3 [928] -2014-12-15 17:01:16 queue INFO 3 [693] -2014-12-15 17:01:16 sendUrl INFO 7 [929] -2014-12-15 17:01:16 queue INFO >3 [694] -2014-12-15 17:01:16 sendUrl INFO 7 [930] -2014-12-15 17:01:17 queue INFO 7 [695] -2014-12-15 17:01:17 queue INFO >7 [696] -2014-12-15 17:01:17 sendUrl INFO 3 [931] -2014-12-15 17:01:17 queue INFO 3 [697] -2014-12-15 17:01:17 queue INFO >3 [698] -2014-12-15 17:01:17 sendUrl INFO 3 [932] -2014-12-15 17:01:18 queue INFO 7 [699] -2014-12-15 17:01:18 sendUrl INFO 7 [933] -2014-12-15 17:01:18 queue INFO >7 [700] -2014-12-15 17:01:18 queue INFO 3 [701] -2014-12-15 17:01:18 sendUrl INFO 7 [934] -2014-12-15 17:01:19 queue INFO >3 [702] -2014-12-15 17:01:19 sendUrl INFO 3 [935] -2014-12-15 17:01:19 queue INFO 7 [703] -2014-12-15 17:01:19 sendUrl INFO 3 [936] -2014-12-15 17:01:20 queue INFO >7 [704] -2014-12-15 17:01:20 sendUrl INFO 7 [937] -2014-12-15 17:01:20 queue INFO 3 [705] -2014-12-15 17:01:20 queue INFO >3 [706] -2014-12-15 17:01:20 sendUrl INFO 7 [938] -2014-12-15 17:01:21 sendUrl INFO 3 [939] -2014-12-15 17:01:21 queue INFO 7 [707] -2014-12-15 17:01:21 queue INFO >7 [708] -2014-12-15 17:01:21 sendUrl INFO 3 [940] -2014-12-15 17:01:22 queue INFO 3 [709] -2014-12-15 17:01:22 queue INFO >3 [710] -2014-12-15 17:01:22 sendUrl INFO 7 [941] -2014-12-15 17:01:23 sendUrl INFO 7 [942] -2014-12-15 17:01:23 queue INFO 7 [711] -2014-12-15 17:01:23 queue INFO >7 [712] -2014-12-15 17:01:23 sendUrl INFO 3 [943] -2014-12-15 17:01:23 queue INFO 3 [713] -2014-12-15 17:01:24 sendUrl INFO 3 [944] -2014-12-15 17:01:24 queue INFO >3 [714] -2014-12-15 17:01:24 sendUrl INFO 7 [945] -2014-12-15 17:01:24 queue INFO 7 [715] -2014-12-15 17:01:25 sendUrl INFO 7 [946] -2014-12-15 17:01:25 queue INFO >7 [716] -2014-12-15 17:01:25 sendUrl INFO 3 [947] -2014-12-15 17:01:25 queue INFO 3 [717] -2014-12-15 17:01:25 queue INFO >3 [718] -2014-12-15 17:01:26 sendUrl INFO 3 [948] -2014-12-15 17:01:26 sendUrl INFO 7 [949] -2014-12-15 17:01:26 queue INFO 7 [719] -2014-12-15 17:01:27 queue INFO >7 [720] -2014-12-15 17:01:27 sendUrl INFO 7 [950] -2014-12-15 17:01:27 sendUrl INFO 3 [951] -2014-12-15 17:01:27 queue INFO 3 [721] -2014-12-15 17:01:27 queue INFO >3 [722] -2014-12-15 17:01:28 sendUrl INFO 3 [952] -2014-12-15 17:01:28 sendUrl INFO 7 [953] -2014-12-15 17:01:28 queue INFO 7 [723] -2014-12-15 17:01:28 queue INFO >7 [724] -2014-12-15 17:01:29 sendUrl INFO 7 [954] -2014-12-15 17:01:29 queue INFO 3 [725] -2014-12-15 17:01:29 sendUrl INFO 3 [955] -2014-12-15 17:01:29 queue INFO >3 [726] -2014-12-15 17:01:30 sendUrl INFO 3 [956] -2014-12-15 17:01:30 queue INFO 7 [727] -2014-12-15 17:01:30 sendUrl INFO 7 [957] -2014-12-15 17:01:30 queue INFO >7 [728] -2014-12-15 17:01:31 queue INFO 3 [729] -2014-12-15 17:01:31 sendUrl INFO 7 [958] -2014-12-15 17:01:31 queue INFO >3 [730] -2014-12-15 17:01:31 sendUrl INFO 3 [959] -2014-12-15 17:01:32 queue INFO 7 [731] -2014-12-15 17:01:32 sendUrl INFO 3 [960] -2014-12-15 17:01:32 queue INFO >7 [732] -2014-12-15 17:01:32 sendUrl INFO 7 [961] -2014-12-15 17:01:32 queue INFO 3 [733] -2014-12-15 17:01:33 queue INFO >3 [734] -2014-12-15 17:01:33 sendUrl INFO 7 [962] -2014-12-15 17:01:33 sendUrl INFO 3 [963] -2014-12-15 17:01:33 queue INFO 7 [735] -2014-12-15 17:01:34 queue INFO >7 [736] -2014-12-15 17:01:34 sendUrl INFO 3 [964] -2014-12-15 17:01:34 sendUrl INFO 7 [965] -2014-12-15 17:01:34 queue INFO 3 [737] -2014-12-15 17:01:34 queue INFO >3 [738] -2014-12-15 17:01:35 sendUrl INFO 7 [966] -2014-12-15 17:01:35 sendUrl INFO 3 [967] -2014-12-15 17:01:35 queue INFO 7 [739] -2014-12-15 17:01:35 queue INFO >7 [740] -2014-12-15 17:01:36 sendUrl INFO 3 [968] -2014-12-15 17:01:36 queue INFO 3 [741] -2014-12-15 17:01:36 sendUrl INFO 7 [969] -2014-12-15 17:01:36 queue INFO >3 [742] -2014-12-15 17:01:37 sendUrl INFO 7 [970] -2014-12-15 17:01:37 queue INFO 7 [743] -2014-12-15 17:01:37 queue INFO >7 [744] -2014-12-15 17:01:37 sendUrl INFO 3 [971] -2014-12-15 17:01:38 queue INFO 3 [745] -2014-12-15 17:01:38 sendUrl INFO 3 [972] -2014-12-15 17:01:38 queue INFO >3 [746] -2014-12-15 17:01:38 sendUrl INFO 7 [973] -2014-12-15 17:01:38 queue INFO 7 [747] -2014-12-15 17:01:39 queue INFO >7 [748] -2014-12-15 17:01:39 sendUrl INFO 7 [974] -2014-12-15 17:01:39 sendUrl INFO 3 [975] -2014-12-15 17:01:39 queue INFO 3 [749] -2014-12-15 17:01:39 queue INFO >3 [750] -2014-12-15 17:01:40 sendUrl INFO 3 [976] -2014-12-15 17:01:40 sendUrl INFO 7 [977] -2014-12-15 17:01:40 queue INFO 7 [751] -2014-12-15 17:01:40 queue INFO >7 [752] -2014-12-15 17:01:41 sendUrl INFO 7 [978] -2014-12-15 17:01:41 queue INFO 3 [753] -2014-12-15 17:01:41 sendUrl INFO 3 [979] -2014-12-15 17:01:41 queue INFO >3 [754] -2014-12-15 17:01:42 sendUrl INFO 3 [980] -2014-12-15 17:01:42 queue INFO 7 [755] -2014-12-15 17:01:42 sendUrl INFO 7 [981] -2014-12-15 17:01:42 queue INFO >7 [756] -2014-12-15 17:01:43 queue INFO 3 [757] -2014-12-15 17:01:43 sendUrl INFO 7 [982] -2014-12-15 17:01:43 queue INFO >3 [758] -2014-12-15 17:01:43 sendUrl INFO 3 [983] -2014-12-15 17:01:44 queue INFO 7 [759] -2014-12-15 17:01:44 sendUrl INFO 3 [984] -2014-12-15 17:01:44 queue INFO >7 [760] -2014-12-15 17:01:44 sendUrl INFO 7 [985] -2014-12-15 17:01:44 queue INFO 3 [761] -2014-12-15 17:01:45 queue INFO >3 [762] -2014-12-15 17:01:45 sendUrl INFO 7 [986] -2014-12-15 17:01:45 sendUrl INFO 3 [987] -2014-12-15 17:01:46 queue INFO 7 [763] -2014-12-15 17:01:46 queue INFO >7 [764] -2014-12-15 17:01:46 sendUrl INFO 3 [988] -2014-12-15 17:01:46 queue INFO 3 [765] -2014-12-15 17:01:46 sendUrl INFO 7 [989] -2014-12-15 17:01:46 queue INFO >3 [766] -2014-12-15 17:01:47 sendUrl INFO 7 [990] -2014-12-15 17:01:47 queue INFO 7 [767] -2014-12-15 17:01:47 sendUrl INFO 3 [991] -2014-12-15 17:01:47 queue INFO >7 [768] -2014-12-15 17:01:48 sendUrl INFO 3 [992] -2014-12-15 17:01:48 queue INFO 3 [769] -2014-12-15 17:01:48 queue INFO >3 [770] -2014-12-15 17:01:48 sendUrl INFO 7 [993] -2014-12-15 17:01:49 sendUrl INFO 7 [994] -2014-12-15 17:01:49 queue INFO 7 [771] -2014-12-15 17:01:49 queue INFO >7 [772] -2014-12-15 17:01:49 sendUrl INFO 3 [995] -2014-12-15 17:01:50 queue INFO 3 [773] -2014-12-15 17:01:50 sendUrl INFO 3 [996] -2014-12-15 17:01:50 queue INFO >3 [774] -2014-12-15 17:01:50 sendUrl INFO 7 [997] -2014-12-15 17:01:51 queue INFO 7 [775] -2014-12-15 17:01:51 sendUrl INFO 7 [998] -2014-12-15 17:01:51 queue INFO >7 [776] -2014-12-15 17:01:51 sendUrl INFO 3 [999] -2014-12-15 17:01:51 queue INFO 3 [777] -2014-12-15 17:01:52 queue INFO >3 [778] -2014-12-15 17:01:52 sendUrl INFO 3 [0] -2014-12-15 17:01:52 sendUrl INFO 7 [1] -2014-12-15 17:01:52 queue INFO 7 [779] -2014-12-15 17:01:53 queue INFO >7 [780] -2014-12-15 17:01:53 sendUrl INFO 7 [2] -2014-12-15 17:01:53 queue INFO 3 [781] -2014-12-15 17:01:53 queue INFO >3 [782] -2014-12-15 17:01:53 sendUrl INFO 3 [3] -2014-12-15 17:01:54 sendUrl INFO 3 [4] -2014-12-15 17:01:54 queue INFO 7 [783] -2014-12-15 17:01:54 sendUrl INFO 7 [5] -2014-12-15 17:01:54 queue INFO >7 [784] -2014-12-15 17:01:55 queue INFO 3 [785] -2014-12-15 17:01:55 sendUrl INFO 7 [6] -2014-12-15 17:01:55 queue INFO >3 [786] -2014-12-15 17:01:55 sendUrl INFO 3 [7] -2014-12-15 17:01:56 sendUrl INFO 3 [8] -2014-12-15 17:01:56 queue INFO 7 [787] -2014-12-15 17:01:56 queue INFO >7 [788] -2014-12-15 17:01:56 sendUrl INFO 7 [9] -2014-12-15 17:01:57 queue INFO 3 [789] -2014-12-15 17:01:57 sendUrl INFO 7 [10] -2014-12-15 17:01:57 queue INFO >3 [790] -2014-12-15 17:01:57 sendUrl INFO 3 [11] -2014-12-15 17:01:58 queue INFO 7 [791] -2014-12-15 17:01:58 sendUrl INFO 3 [12] -2014-12-15 17:01:58 queue INFO >7 [792] -2014-12-15 17:01:58 sendUrl INFO 7 [13] -2014-12-15 17:01:58 queue INFO 3 [793] -2014-12-15 17:01:59 queue INFO >3 [794] -2014-12-15 17:01:59 sendUrl INFO 7 [14] -2014-12-15 17:01:59 sendUrl INFO 3 [15] -2014-12-15 17:01:59 queue INFO 7 [795] -2014-12-15 17:02:00 queue INFO >7 [796] -2014-12-15 17:02:00 sendUrl INFO 3 [16] -2014-12-15 17:02:00 queue INFO 3 [797] -2014-12-15 17:02:00 queue INFO >3 [798] -2014-12-15 17:02:00 sendUrl INFO 7 [17] -2014-12-15 17:02:01 sendUrl INFO 7 [18] -2014-12-15 17:02:01 queue INFO 7 [799] -2014-12-15 17:02:01 queue INFO >7 [800] -2014-12-15 17:02:01 sendUrl INFO 3 [19] -2014-12-15 17:02:02 queue INFO 3 [801] -2014-12-15 17:02:02 sendUrl INFO 3 [20] -2014-12-15 17:02:02 queue INFO >3 [802] -2014-12-15 17:02:02 sendUrl INFO 7 [21] -2014-12-15 17:02:03 queue INFO 7 [803] -2014-12-15 17:02:03 sendUrl INFO 7 [22] -2014-12-15 17:02:03 queue INFO >7 [804] -2014-12-15 17:02:03 sendUrl INFO 3 [23] -2014-12-15 17:02:04 queue INFO 3 [805] -2014-12-15 17:02:04 queue INFO >3 [806] -2014-12-15 17:02:04 sendUrl INFO 3 [24] -2014-12-15 17:02:04 sendUrl INFO 7 [25] -2014-12-15 17:02:05 queue INFO 7 [807] -2014-12-15 17:02:05 queue INFO >7 [808] -2014-12-15 17:02:05 sendUrl INFO 7 [26] -2014-12-15 17:02:05 queue INFO 3 [809] -2014-12-15 17:02:05 sendUrl INFO 3 [27] -2014-12-15 17:02:06 queue INFO >3 [810] -2014-12-15 17:02:06 sendUrl INFO 3 [28] -2014-12-15 17:02:07 sendUrl INFO 7 [29] -2014-12-15 17:02:07 queue INFO 7 [811] -2014-12-15 17:02:07 queue INFO >7 [812] -2014-12-15 17:02:07 queue INFO 3 [813] -2014-12-15 17:02:07 sendUrl INFO 7 [30] -2014-12-15 17:02:07 queue INFO >3 [814] -2014-12-15 17:02:07 queue INFO 7 [815] -2014-12-15 17:02:08 sendUrl INFO 3 [31] -2014-12-15 17:02:08 queue INFO >7 [816] -2014-12-15 17:02:08 queue INFO 3 [817] -2014-12-15 17:02:08 queue INFO >3 [818] -2014-12-15 17:02:08 sendUrl INFO 3 [32] -2014-12-15 17:02:09 sendUrl INFO 7 [33] -2014-12-15 17:02:09 queue INFO 7 [819] -2014-12-15 17:02:09 queue INFO >7 [820] -2014-12-15 17:02:09 sendUrl INFO 7 [34] -2014-12-15 17:02:09 queue INFO 3 [821] -2014-12-15 17:02:10 sendUrl INFO 3 [35] -2014-12-15 17:02:10 queue INFO >3 [822] -2014-12-15 17:02:10 sendUrl INFO 3 [36] -2014-12-15 17:02:10 queue INFO 7 [823] -2014-12-15 17:02:11 sendUrl INFO 7 [37] -2014-12-15 17:02:11 queue INFO >7 [824] -2014-12-15 17:02:11 queue INFO 3 [825] -2014-12-15 17:02:11 sendUrl INFO 7 [38] -2014-12-15 17:02:11 queue INFO >3 [826] -2014-12-15 17:02:12 sendUrl INFO 3 [39] -2014-12-15 17:02:12 queue INFO 7 [827] -2014-12-15 17:02:12 sendUrl INFO 3 [40] -2014-12-15 17:02:12 queue INFO >7 [828] -2014-12-15 17:02:13 sendUrl INFO 7 [41] -2014-12-15 17:02:13 queue INFO 3 [829] -2014-12-15 17:02:13 queue INFO >3 [830] -2014-12-15 17:02:13 sendUrl INFO 7 [42] -2014-12-15 17:02:14 sendUrl INFO 3 [43] -2014-12-15 17:02:14 queue INFO 7 [831] -2014-12-15 17:02:14 queue INFO >7 [832] -2014-12-15 17:02:14 sendUrl INFO 3 [44] -2014-12-15 17:02:15 sendUrl INFO 7 [45] -2014-12-15 17:02:15 queue INFO 3 [833] -2014-12-15 17:02:15 queue INFO >3 [834] -2014-12-15 17:02:15 sendUrl INFO 7 [46] -2014-12-15 17:02:16 queue INFO 7 [835] -2014-12-15 17:02:16 sendUrl INFO 3 [47] -2014-12-15 17:02:16 queue INFO >7 [836] -2014-12-15 17:02:16 sendUrl INFO 3 [48] -2014-12-15 17:02:17 sendUrl INFO 7 [49] -2014-12-15 17:02:17 queue INFO 3 [837] -2014-12-15 17:02:17 queue INFO >3 [838] -2014-12-15 17:02:17 sendUrl INFO 7 [50] -2014-12-15 17:02:17 queue INFO 7 [839] -2014-12-15 17:02:18 sendUrl INFO 3 [51] -2014-12-15 17:02:18 queue INFO >7 [840] -2014-12-15 17:02:18 sendUrl INFO 3 [52] -2014-12-15 17:02:18 queue INFO 3 [841] -2014-12-15 17:02:19 queue INFO >3 [842] -2014-12-15 17:02:19 sendUrl INFO 7 [53] -2014-12-15 17:02:19 sendUrl INFO 7 [54] -2014-12-15 17:02:19 queue INFO 7 [843] -2014-12-15 17:02:20 queue INFO >7 [844] -2014-12-15 17:02:20 sendUrl INFO 3 [55] -2014-12-15 17:02:20 queue INFO 3 [845] -2014-12-15 17:02:20 sendUrl INFO 3 [56] -2014-12-15 17:02:20 queue INFO >3 [846] -2014-12-15 17:02:21 sendUrl INFO 7 [57] -2014-12-15 17:02:21 queue INFO 7 [847] -2014-12-15 17:02:21 queue INFO >7 [848] -2014-12-15 17:02:21 sendUrl INFO 7 [58] -2014-12-15 17:02:22 queue INFO 3 [849] -2014-12-15 17:02:22 sendUrl INFO 3 [59] -2014-12-15 17:02:22 queue INFO >3 [850] -2014-12-15 17:02:22 sendUrl INFO 3 [60] -2014-12-15 17:02:23 queue INFO 7 [851] -2014-12-15 17:02:23 sendUrl INFO 7 [61] -2014-12-15 17:02:23 queue INFO >7 [852] -2014-12-15 17:02:23 sendUrl INFO 7 [62] -2014-12-15 17:02:23 queue INFO 3 [853] -2014-12-15 17:02:24 queue INFO >3 [854] -2014-12-15 17:02:24 sendUrl INFO 3 [63] -2014-12-15 17:02:24 queue INFO 7 [855] -2014-12-15 17:02:24 sendUrl INFO 3 [64] -2014-12-15 17:02:24 queue INFO >7 [856] -2014-12-15 17:02:25 sendUrl INFO 7 [65] -2014-12-15 17:02:25 queue INFO 3 [857] -2014-12-15 17:02:25 queue INFO >3 [858] -2014-12-15 17:02:25 sendUrl INFO 7 [66] -2014-12-15 17:02:26 sendUrl INFO 3 [67] -2014-12-15 17:02:26 queue INFO 7 [859] -2014-12-15 17:02:26 queue INFO >7 [860] -2014-12-15 17:02:26 sendUrl INFO 3 [68] -2014-12-15 17:02:27 sendUrl INFO 7 [69] -2014-12-15 17:02:27 queue INFO 3 [861] -2014-12-15 17:02:27 queue INFO >3 [862] -2014-12-15 17:02:27 sendUrl INFO 7 [70] -2014-12-15 17:02:28 sendUrl INFO 3 [71] -2014-12-15 17:02:28 queue INFO 7 [863] -2014-12-15 17:02:28 queue INFO >7 [864] -2014-12-15 17:02:28 sendUrl INFO 3 [72] -2014-12-15 17:02:28 queue INFO 3 [865] -2014-12-15 17:02:29 queue INFO >3 [866] -2014-12-15 17:02:29 sendUrl INFO 7 [73] -2014-12-15 17:02:29 sendUrl INFO 7 [74] -2014-12-15 17:02:29 queue INFO 7 [867] -2014-12-15 17:02:30 queue INFO >7 [868] -2014-12-15 17:02:30 sendUrl INFO 3 [75] -2014-12-15 17:02:30 queue INFO 3 [869] -2014-12-15 17:02:30 sendUrl INFO 3 [76] -2014-12-15 17:02:30 queue INFO >3 [870] -2014-12-15 17:02:31 queue INFO 7 [871] -2014-12-15 17:02:31 sendUrl INFO 7 [77] -2014-12-15 17:02:31 queue INFO >7 [872] -2014-12-15 17:02:31 sendUrl INFO 7 [78] -2014-12-15 17:02:31 queue INFO 3 [873] -2014-12-15 17:02:32 queue INFO >3 [874] -2014-12-15 17:02:32 sendUrl INFO 3 [79] -2014-12-15 17:02:32 sendUrl INFO 3 [80] -2014-12-15 17:02:32 queue INFO 7 [875] -2014-12-15 17:02:33 queue INFO >7 [876] -2014-12-15 17:02:33 sendUrl INFO 7 [81] -2014-12-15 17:02:33 queue INFO 3 [877] -2014-12-15 17:02:33 sendUrl INFO 7 [82] -2014-12-15 17:02:33 queue INFO >3 [878] -2014-12-15 17:02:34 sendUrl INFO 3 [83] -2014-12-15 17:02:34 queue INFO 7 [879] -2014-12-15 17:02:34 sendUrl INFO 3 [84] -2014-12-15 17:02:34 queue INFO >7 [880] -2014-12-15 17:02:35 sendUrl INFO 7 [85] -2014-12-15 17:02:35 queue INFO 3 [881] -2014-12-15 17:02:35 queue INFO >3 [882] -2014-12-15 17:02:35 queue INFO 7 [883] -2014-12-15 17:02:35 sendUrl INFO 7 [86] -2014-12-15 17:02:36 queue INFO >7 [884] -2014-12-15 17:02:36 sendUrl INFO 3 [87] -2014-12-15 17:02:36 queue INFO 3 [885] -2014-12-15 17:02:36 queue INFO >3 [886] -2014-12-15 17:02:36 sendUrl INFO 3 [88] -2014-12-15 17:02:37 queue INFO 7 [887] -2014-12-15 17:02:37 sendUrl INFO 7 [89] -2014-12-15 17:02:37 queue INFO >7 [888] -2014-12-15 17:02:37 queue INFO 3 [889] -2014-12-15 17:02:37 queue INFO >3 [890] -2014-12-15 17:02:37 sendUrl INFO 7 [90] -2014-12-15 17:02:38 queue INFO 7 [891] -2014-12-15 17:02:38 queue INFO >7 [892] -2014-12-15 17:02:38 sendUrl INFO 3 [91] -2014-12-15 17:02:38 queue INFO 3 [893] -2014-12-15 17:02:38 queue INFO >3 [894] -2014-12-15 17:02:38 queue INFO 7 [895] -2014-12-15 17:02:38 sendUrl INFO 3 [92] -2014-12-15 17:02:39 queue INFO >7 [896] -2014-12-15 17:02:39 queue INFO 3 [897] -2014-12-15 17:02:39 sendUrl INFO 7 [93] -2014-12-15 17:02:39 queue INFO >3 [898] -2014-12-15 17:02:39 queue INFO 7 [899] -2014-12-15 17:02:39 sendUrl INFO 7 [94] -2014-12-15 17:02:39 queue INFO >7 [900] -2014-12-15 17:02:40 queue INFO 3 [901] -2014-12-15 17:02:40 queue INFO >3 [902] -2014-12-15 17:02:40 sendUrl INFO 3 [95] -2014-12-15 17:02:40 queue INFO 7 [903] -2014-12-15 17:02:40 queue INFO >7 [904] -2014-12-15 17:02:40 queue INFO 3 [905] -2014-12-15 17:02:40 sendUrl INFO 3 [96] -2014-12-15 17:02:41 queue INFO 7 [906] -2014-12-15 17:02:41 queue INFO 3 [907] -2014-12-15 17:02:41 sendUrl INFO 7 [97] -2014-12-15 17:02:41 queue INFO 7 [908] -2014-12-15 17:02:41 queue INFO >7 [909] -2014-12-15 17:02:41 sendUrl INFO 7 [98] -2014-12-15 17:02:41 queue INFO 3 [910] -2014-12-15 17:02:42 queue INFO >3 [911] -2014-12-15 17:02:42 sendUrl INFO 3 [99] -2014-12-15 17:02:42 sendUrl INFO 3 [100] -2014-12-15 17:02:42 queue INFO 7 [912] -2014-12-15 17:02:43 queue INFO >7 [913] -2014-12-15 17:02:43 queue INFO 3 [914] -2014-12-15 17:02:43 sendUrl INFO 7 [101] -2014-12-15 17:02:43 queue INFO >3 [915] -2014-12-15 17:02:43 sendUrl INFO 7 [102] -2014-12-15 17:02:43 queue INFO 7 [916] -2014-12-15 17:02:44 queue INFO >7 [917] -2014-12-15 17:02:44 sendUrl INFO 3 [103] -2014-12-15 17:02:44 queue INFO 3 [918] -2014-12-15 17:02:44 sendUrl INFO 3 [104] -2014-12-15 17:02:45 queue INFO >3 [919] -2014-12-15 17:02:45 sendUrl INFO 7 [105] -2014-12-15 17:02:45 queue INFO 7 [920] -2014-12-15 17:02:45 sendUrl INFO 7 [106] -2014-12-15 17:02:46 queue INFO >7 [921] -2014-12-15 17:02:46 queue INFO 3 [922] -2014-12-15 17:02:46 sendUrl INFO 3 [107] -2014-12-15 17:02:46 queue INFO >3 [923] -2014-12-15 17:02:46 sendUrl INFO 3 [108] -2014-12-15 17:02:47 queue INFO 7 [924] -2014-12-15 17:02:47 sendUrl INFO 7 [109] -2014-12-15 17:02:47 queue INFO >7 [925] -2014-12-15 17:02:48 sendUrl INFO 7 [110] -2014-12-15 17:02:48 queue INFO 3 [926] -2014-12-15 17:02:48 queue INFO >3 [927] -2014-12-15 17:02:48 sendUrl INFO 3 [111] -2014-12-15 17:02:48 queue INFO 7 [928] -2014-12-15 17:02:49 sendUrl INFO 3 [112] -2014-12-15 17:02:49 queue INFO >7 [929] -2014-12-15 17:02:49 queue INFO 3 [930] -2014-12-15 17:02:49 sendUrl INFO 7 [113] -2014-12-15 17:02:49 queue INFO >3 [931] -2014-12-15 17:02:50 sendUrl INFO 7 [114] -2014-12-15 17:02:50 queue INFO 7 [932] -2014-12-15 17:02:50 sendUrl INFO 3 [115] -2014-12-15 17:02:50 queue INFO >7 [933] -2014-12-15 17:02:51 sendUrl INFO 3 [116] -2014-12-15 17:02:51 queue INFO 3 [934] -2014-12-15 17:02:51 queue INFO >3 [935] -2014-12-15 17:02:51 sendUrl INFO 7 [117] -2014-12-15 17:02:51 queue INFO 7 [936] -2014-12-15 17:02:52 sendUrl INFO 7 [118] -2014-12-15 17:02:52 queue INFO >7 [937] -2014-12-15 17:02:52 queue INFO 3 [938] -2014-12-15 17:02:52 sendUrl INFO 3 [119] -2014-12-15 17:02:52 queue INFO >3 [939] -2014-12-15 17:02:53 sendUrl INFO 3 [120] -2014-12-15 17:02:53 queue INFO 7 [940] -2014-12-15 17:02:53 queue INFO >7 [941] -2014-12-15 17:02:53 sendUrl INFO 7 [121] -2014-12-15 17:02:53 queue INFO 3 [942] -2014-12-15 17:02:53 queue INFO >3 [943] -2014-12-15 17:02:54 sendUrl INFO 7 [122] -2014-12-15 17:02:54 queue INFO 7 [944] -2014-12-15 17:02:54 queue INFO >7 [945] -2014-12-15 17:02:54 queue INFO 3 [946] -2014-12-15 17:02:54 sendUrl INFO 3 [123] -2014-12-15 17:02:54 queue INFO >3 [947] -2014-12-15 17:02:55 sendUrl INFO 3 [124] -2014-12-15 17:02:55 queue INFO 7 [948] -2014-12-15 17:02:55 queue INFO >7 [949] -2014-12-15 17:02:55 sendUrl INFO 7 [125] -2014-12-15 17:02:55 queue INFO 3 [950] -2014-12-15 17:02:55 queue INFO >3 [951] -2014-12-15 17:02:56 sendUrl INFO 7 [126] -2014-12-15 17:02:56 queue INFO 7 [952] -2014-12-15 17:02:56 queue INFO >7 [953] -2014-12-15 17:02:56 queue INFO 3 [954] -2014-12-15 17:02:56 sendUrl INFO 3 [127] -2014-12-15 17:02:56 queue INFO >3 [955] -2014-12-15 17:02:56 queue INFO 7 [956] -2014-12-15 17:02:57 sendUrl INFO 3 [128] -2014-12-15 17:02:57 queue INFO >7 [957] -2014-12-15 17:02:57 queue INFO 3 [958] -2014-12-15 17:02:57 queue INFO >3 [959] -2014-12-15 17:02:57 sendUrl INFO 7 [129] -2014-12-15 17:02:57 queue INFO 7 [960] -2014-12-15 17:02:58 queue INFO >7 [961] -2014-12-15 17:02:58 sendUrl INFO 7 [130] -2014-12-15 17:02:58 queue INFO 3 [962] -2014-12-15 17:02:58 queue INFO >3 [963] -2014-12-15 17:02:58 sendUrl INFO 3 [131] -2014-12-15 17:02:58 queue INFO 7 [964] -2014-12-15 17:02:59 queue INFO >7 [965] -2014-12-15 17:02:59 sendUrl INFO 3 [132] -2014-12-15 17:02:59 queue INFO 3 [966] -2014-12-15 17:02:59 queue INFO >3 [967] -2014-12-15 17:02:59 sendUrl INFO 7 [133] -2014-12-15 17:03:00 sendUrl INFO 7 [134] -2014-12-15 17:03:00 queue INFO 7 [968] -2014-12-15 17:03:00 queue INFO >7 [969] -2014-12-15 17:03:00 sendUrl INFO 3 [135] -2014-12-15 17:03:01 queue INFO 3 [970] -2014-12-15 17:03:01 sendUrl INFO 3 [136] -2014-12-15 17:03:01 queue INFO >3 [971] -2014-12-15 17:03:01 sendUrl INFO 7 [137] -2014-12-15 17:03:01 queue INFO 7 [972] -2014-12-15 17:03:02 queue INFO >7 [973] -2014-12-15 17:03:02 sendUrl INFO 7 [138] -2014-12-15 17:03:02 queue INFO 3 [974] -2014-12-15 17:03:02 queue INFO >3 [975] -2014-12-15 17:03:02 queue INFO 7 [976] -2014-12-15 17:03:02 sendUrl INFO 3 [139] -2014-12-15 17:03:02 queue INFO >7 [977] -2014-12-15 17:03:03 sendUrl INFO 3 [140] -2014-12-15 17:03:03 queue INFO 3 [978] -2014-12-15 17:03:03 queue INFO >3 [979] -2014-12-15 17:03:03 sendUrl INFO 7 [141] -2014-12-15 17:03:04 sendUrl INFO 7 [142] -2014-12-15 17:03:04 queue INFO 7 [980] -2014-12-15 17:03:04 queue INFO >7 [981] -2014-12-15 17:03:04 sendUrl INFO 3 [143] -2014-12-15 17:03:04 queue INFO 3 [982] -2014-12-15 17:03:05 queue INFO >3 [983] -2014-12-15 17:03:05 sendUrl INFO 3 [144] -2014-12-15 17:03:05 sendUrl INFO 7 [145] -2014-12-15 17:03:05 queue INFO 7 [984] -2014-12-15 17:03:06 queue INFO >7 [985] -2014-12-15 17:03:06 sendUrl INFO 7 [146] -2014-12-15 17:03:06 queue INFO 3 [986] -2014-12-15 17:03:06 queue INFO >3 [987] -2014-12-15 17:03:06 sendUrl INFO 3 [147] -2014-12-15 17:03:07 sendUrl INFO 3 [148] -2014-12-15 17:03:07 queue INFO 7 [988] -2014-12-15 17:03:07 queue INFO >7 [989] -2014-12-15 17:03:07 sendUrl INFO 7 [149] -2014-12-15 17:03:08 queue INFO 3 [990] -2014-12-15 17:03:08 sendUrl INFO 7 [150] -2014-12-15 17:03:08 queue INFO >3 [991] -2014-12-15 17:03:08 sendUrl INFO 3 [151] -2014-12-15 17:03:08 queue INFO 7 [992] -2014-12-15 17:03:08 queue INFO >7 [993] -2014-12-15 17:03:09 sendUrl INFO 3 [152] -2014-12-15 17:03:09 queue INFO 3 [994] -2014-12-15 17:03:09 sendUrl INFO 7 [153] -2014-12-15 17:03:09 queue INFO >3 [995] -2014-12-15 17:03:10 sendUrl INFO 7 [154] -2014-12-15 17:03:10 queue INFO 7 [996] -2014-12-15 17:03:10 queue INFO >7 [997] -2014-12-15 17:03:10 sendUrl INFO 3 [155] -2014-12-15 17:03:11 queue INFO 3 [998] -2014-12-15 17:03:11 sendUrl INFO 3 [156] -2014-12-15 17:03:11 queue INFO >3 [999] -2014-12-15 17:03:11 sendUrl INFO 7 [157] -2014-12-15 17:03:12 queue INFO 7 [0] -2014-12-15 17:03:12 sendUrl INFO 7 [158] -2014-12-15 17:03:12 queue INFO >7 [1] -2014-12-15 17:03:12 sendUrl INFO 3 [159] -2014-12-15 17:03:13 queue INFO 3 [2] -2014-12-15 17:03:13 queue INFO >3 [3] -2014-12-15 17:03:13 sendUrl INFO 3 [160] -2014-12-15 17:03:13 sendUrl INFO 7 [161] -2014-12-15 17:03:14 queue INFO 7 [4] -2014-12-15 17:03:14 queue INFO >7 [5] -2014-12-15 17:03:14 sendUrl INFO 7 [162] -2014-12-15 17:03:14 queue INFO 3 [6] -2014-12-15 17:03:14 queue INFO >3 [7] -2014-12-15 17:03:14 sendUrl INFO 3 [163] -2014-12-15 17:03:15 queue INFO 7 [8] -2014-12-15 17:03:15 queue INFO >7 [9] -2014-12-15 17:03:15 sendUrl INFO 3 [164] -2014-12-15 17:03:15 queue INFO 3 [10] -2014-12-15 17:03:15 queue INFO >3 [11] -2014-12-15 17:03:15 sendUrl INFO 7 [165] -2014-12-15 17:03:16 queue INFO 7 [12] -2014-12-15 17:03:16 queue INFO >7 [13] -2014-12-15 17:03:16 sendUrl INFO 7 [166] -2014-12-15 17:03:16 sendUrl INFO 3 [167] -2014-12-15 17:03:16 queue INFO 3 [14] -2014-12-15 17:03:17 queue INFO >3 [15] -2014-12-15 17:03:17 queue INFO 7 [16] -2014-12-15 17:03:17 sendUrl INFO 3 [168] -2014-12-15 17:03:17 queue INFO >7 [17] -2014-12-15 17:03:17 sendUrl INFO 7 [169] -2014-12-15 17:03:17 queue INFO 3 [18] -2014-12-15 17:03:18 queue INFO >3 [19] -2014-12-15 17:03:18 queue INFO 7 [20] -2014-12-15 17:03:18 sendUrl INFO 7 [170] -2014-12-15 17:03:18 queue INFO >7 [21] -2014-12-15 17:03:18 sendUrl INFO 3 [171] -2014-12-15 17:03:18 queue INFO 3 [22] -2014-12-15 17:03:19 queue INFO >3 [23] -2014-12-15 17:03:19 sendUrl INFO 3 [172] -2014-12-15 17:03:19 sendUrl INFO 7 [173] -2014-12-15 17:03:19 queue INFO 7 [24] -2014-12-15 17:03:20 queue INFO >7 [25] -2014-12-15 17:03:20 queue INFO 3 [26] -2014-12-15 17:03:20 sendUrl INFO 7 [174] -2014-12-15 17:03:20 queue INFO >3 [27] -2014-12-15 17:03:20 queue INFO 7 [28] -2014-12-15 17:03:20 sendUrl INFO 3 [175] -2014-12-15 17:03:20 queue INFO >7 [29] -2014-12-15 17:03:21 queue INFO 3 [30] -2014-12-15 17:03:21 sendUrl INFO 3 [176] -2014-12-15 17:03:21 queue INFO >3 [31] -2014-12-15 17:03:21 sendUrl INFO 7 [177] -2014-12-15 17:03:22 queue INFO 7 [32] -2014-12-15 17:03:22 sendUrl INFO 7 [178] -2014-12-15 17:03:22 queue INFO >7 [33] -2014-12-15 17:03:22 sendUrl INFO 3 [179] -2014-12-15 17:03:22 queue INFO 3 [34] -2014-12-15 17:03:23 queue INFO >3 [35] -2014-12-15 17:03:23 sendUrl INFO 3 [180] -2014-12-15 17:03:23 queue INFO 7 [36] -2014-12-15 17:03:23 sendUrl INFO 7 [181] -2014-12-15 17:03:23 queue INFO >7 [37] -2014-12-15 17:03:24 sendUrl INFO 7 [182] -2014-12-15 17:03:24 queue INFO 3 [38] -2014-12-15 17:03:24 queue INFO >3 [39] -2014-12-15 17:03:24 sendUrl INFO 3 [183] -2014-12-15 17:03:25 queue INFO 7 [40] -2014-12-15 17:03:25 sendUrl INFO 3 [184] -2014-12-15 17:03:25 queue INFO >7 [41] -2014-12-15 17:03:25 sendUrl INFO 7 [185] -2014-12-15 17:03:26 queue INFO 3 [42] -2014-12-15 17:03:26 queue INFO >3 [43] -2014-12-15 17:03:26 sendUrl INFO 7 [186] -2014-12-15 17:03:26 sendUrl INFO 3 [187] -2014-12-15 17:03:27 queue INFO 7 [44] -2014-12-15 17:03:27 queue INFO >7 [45] -2014-12-15 17:03:27 sendUrl INFO 3 [188] -2014-12-15 17:03:27 queue INFO 3 [46] -2014-12-15 17:03:27 queue INFO >3 [47] -2014-12-15 17:03:27 sendUrl INFO 7 [189] -2014-12-15 17:03:28 sendUrl INFO 7 [190] -2014-12-15 17:03:28 queue INFO 7 [48] -2014-12-15 17:03:28 queue INFO >7 [49] -2014-12-15 17:03:28 sendUrl INFO 3 [191] -2014-12-15 17:03:29 queue INFO 3 [50] -2014-12-15 17:03:29 sendUrl INFO 3 [192] -2014-12-15 17:03:29 queue INFO >3 [51] -2014-12-15 17:03:30 sendUrl INFO 7 [193] -2014-12-15 17:03:30 queue INFO 7 [52] -2014-12-15 17:03:30 queue INFO >7 [53] -2014-12-15 17:03:30 sendUrl INFO 7 [194] -2014-12-15 17:03:31 sendUrl INFO 3 [195] -2014-12-15 17:03:31 queue INFO 3 [54] -2014-12-15 17:03:31 queue INFO >3 [55] -2014-12-15 17:03:31 sendUrl INFO 3 [196] -2014-12-15 17:03:32 sendUrl INFO 7 [197] -2014-12-15 17:03:32 queue INFO 7 [56] -2014-12-15 17:03:32 queue INFO >7 [57] -2014-12-15 17:03:32 sendUrl INFO 7 [198] -2014-12-15 17:03:32 queue INFO 3 [58] -2014-12-15 17:03:33 sendUrl INFO 3 [199] -2014-12-15 17:03:33 queue INFO >3 [59] -2014-12-15 17:03:33 sendUrl INFO 3 [200] -2014-12-15 17:03:33 queue INFO 7 [60] -2014-12-15 17:03:34 sendUrl INFO 7 [201] -2014-12-15 17:03:34 queue INFO >7 [61] -2014-12-15 17:03:34 queue INFO 3 [62] -2014-12-15 17:03:34 sendUrl INFO 7 [202] -2014-12-15 17:03:34 queue INFO >3 [63] -2014-12-15 17:03:35 sendUrl INFO 3 [203] -2014-12-15 17:03:35 queue INFO 7 [64] -2014-12-15 17:03:35 sendUrl INFO 3 [204] -2014-12-15 17:03:35 queue INFO >7 [65] -2014-12-15 17:03:35 queue INFO 3 [66] -2014-12-15 17:03:36 sendUrl INFO 7 [205] -2014-12-15 17:03:36 queue INFO >3 [67] -2014-12-15 17:03:36 sendUrl INFO 7 [206] -2014-12-15 17:03:37 sendUrl INFO 3 [207] -2014-12-15 17:03:37 queue INFO 7 [68] -2014-12-15 17:03:37 queue INFO >7 [69] -2014-12-15 17:03:37 sendUrl INFO 3 [208] -2014-12-15 17:03:37 queue INFO 3 [70] -2014-12-15 17:03:38 sendUrl INFO 7 [209] -2014-12-15 17:03:38 queue INFO >3 [71] -2014-12-15 17:03:38 sendUrl INFO 7 [210] -2014-12-15 17:03:38 queue INFO 7 [72] -2014-12-15 17:03:39 sendUrl INFO 3 [211] -2014-12-15 17:03:39 queue INFO >7 [73] -2014-12-15 17:03:39 queue INFO 3 [74] -2014-12-15 17:03:39 queue INFO >3 [75] -2014-12-15 17:03:39 sendUrl INFO 3 [212] -2014-12-15 17:03:40 sendUrl INFO 7 [213] -2014-12-15 17:03:40 queue INFO 7 [76] -2014-12-15 17:03:40 queue INFO >7 [77] -2014-12-15 17:03:40 sendUrl INFO 7 [214] -2014-12-15 17:03:40 queue INFO 3 [78] -2014-12-15 17:03:41 sendUrl INFO 3 [215] -2014-12-15 17:03:41 queue INFO >3 [79] -2014-12-15 17:03:41 sendUrl INFO 3 [216] -2014-12-15 17:03:42 sendUrl INFO 7 [217] -2014-12-15 17:03:42 queue INFO 7 [80] -2014-12-15 17:03:42 queue INFO >7 [81] -2014-12-15 17:03:42 sendUrl INFO 7 [218] -2014-12-15 17:03:43 queue INFO 3 [82] -2014-12-15 17:03:43 sendUrl INFO 3 [219] -2014-12-15 17:03:43 queue INFO >3 [83] -2014-12-15 17:03:43 sendUrl INFO 3 [220] -2014-12-15 17:03:44 sendUrl INFO 7 [221] -2014-12-15 17:03:44 queue INFO 7 [84] -2014-12-15 17:03:44 queue INFO >7 [85] -2014-12-15 17:03:44 sendUrl INFO 7 [222] -2014-12-15 17:03:45 queue INFO 3 [86] -2014-12-15 17:03:45 sendUrl INFO 3 [223] -2014-12-15 17:03:45 queue INFO >3 [87] -2014-12-15 17:03:45 sendUrl INFO 3 [224] -2014-12-15 17:03:46 sendUrl INFO 7 [225] -2014-12-15 17:03:46 queue INFO 7 [88] -2014-12-15 17:03:46 queue INFO >7 [89] -2014-12-15 17:03:46 sendUrl INFO 7 [226] -2014-12-15 17:03:46 queue INFO 3 [90] -2014-12-15 17:03:47 queue INFO >3 [91] -2014-12-15 17:03:47 sendUrl INFO 3 [227] -2014-12-15 17:03:47 sendUrl INFO 3 [228] -2014-12-15 17:03:47 queue INFO 7 [92] -2014-12-15 17:03:48 queue INFO >7 [93] -2014-12-15 17:03:48 sendUrl INFO 7 [229] -2014-12-15 17:03:48 queue INFO 3 [94] -2014-12-15 17:03:48 sendUrl INFO 7 [230] -2014-12-15 17:03:48 queue INFO >3 [95] -2014-12-15 17:03:49 sendUrl INFO 3 [231] -2014-12-15 17:03:49 queue INFO 7 [96] -2014-12-15 17:03:49 sendUrl INFO 3 [232] -2014-12-15 17:03:49 queue INFO >7 [97] -2014-12-15 17:03:50 sendUrl INFO 7 [233] -2014-12-15 17:03:50 queue INFO 3 [98] -2014-12-15 17:03:50 queue INFO >3 [99] -2014-12-15 17:03:50 sendUrl INFO 7 [234] -2014-12-15 17:03:51 sendUrl INFO 3 [235] -2014-12-15 17:03:51 queue INFO 7 [100] -2014-12-15 17:03:51 queue INFO >7 [101] -2014-12-15 17:03:51 sendUrl INFO 3 [236] -2014-12-15 17:03:52 queue INFO 3 [102] -2014-12-15 17:03:52 sendUrl INFO 7 [237] -2014-12-15 17:03:52 queue INFO >3 [103] -2014-12-15 17:03:52 sendUrl INFO 7 [238] -2014-12-15 17:03:53 queue INFO 7 [104] -2014-12-15 17:03:53 sendUrl INFO 3 [239] -2014-12-15 17:03:53 queue INFO >7 [105] -2014-12-15 17:03:53 queue INFO 3 [106] -2014-12-15 17:03:53 sendUrl INFO 3 [240] -2014-12-15 17:03:53 queue INFO >3 [107] -2014-12-15 17:03:54 sendUrl INFO 7 [241] -2014-12-15 17:03:54 queue INFO 7 [108] -2014-12-15 17:03:54 sendUrl INFO 7 [242] -2014-12-15 17:03:54 queue INFO >7 [109] -2014-12-15 17:03:55 sendUrl INFO 3 [243] -2014-12-15 17:03:55 queue INFO 3 [110] -2014-12-15 17:03:55 queue INFO >3 [111] -2014-12-15 17:03:55 sendUrl INFO 3 [244] -2014-12-15 17:03:56 sendUrl INFO 7 [245] -2014-12-15 17:03:56 queue INFO 7 [112] -2014-12-15 17:03:56 queue INFO >7 [113] -2014-12-15 17:03:56 sendUrl INFO 7 [246] -2014-12-15 17:03:57 queue INFO 3 [114] -2014-12-15 17:03:57 sendUrl INFO 3 [247] -2014-12-15 17:03:57 queue INFO >3 [115] -2014-12-15 17:03:57 sendUrl INFO 3 [248] -2014-12-15 17:03:58 queue INFO 7 [116] -2014-12-15 17:03:58 sendUrl INFO 7 [249] -2014-12-15 17:03:58 queue INFO >7 [117] -2014-12-15 17:03:58 queue INFO 3 [118] -2014-12-15 17:03:58 sendUrl INFO 7 [250] -2014-12-15 17:03:58 queue INFO >3 [119] -2014-12-15 17:03:59 sendUrl INFO 3 [251] -2014-12-15 17:03:59 queue INFO 7 [120] -2014-12-15 17:03:59 sendUrl INFO 3 [252] -2014-12-15 17:03:59 queue INFO >7 [121] -2014-12-15 17:04:00 sendUrl INFO 7 [253] -2014-12-15 17:04:00 queue INFO 3 [122] -2014-12-15 17:04:00 queue INFO >3 [123] -2014-12-15 17:04:00 sendUrl INFO 7 [254] -2014-12-15 17:04:01 sendUrl INFO 3 [255] -2014-12-15 17:04:01 queue INFO 7 [124] -2014-12-15 17:04:01 queue INFO >7 [125] -2014-12-15 17:04:01 sendUrl INFO 3 [256] -2014-12-15 17:04:02 queue INFO 3 [126] -2014-12-15 17:04:02 sendUrl INFO 7 [257] -2014-12-15 17:04:02 queue INFO >3 [127] -2014-12-15 17:04:02 sendUrl INFO 7 [258] -2014-12-15 17:04:03 queue INFO 7 [128] -2014-12-15 17:04:03 queue INFO >7 [129] -2014-12-15 17:04:03 sendUrl INFO 3 [259] -2014-12-15 17:04:03 queue INFO 3 [130] -2014-12-15 17:04:03 queue INFO >3 [131] -2014-12-15 17:04:03 sendUrl INFO 3 [260] -2014-12-15 17:04:04 queue INFO 7 [132] -2014-12-15 17:04:04 sendUrl INFO 7 [261] -2014-12-15 17:04:04 queue INFO >7 [133] -2014-12-15 17:04:04 sendUrl INFO 7 [262] -2014-12-15 17:04:05 queue INFO 3 [134] -2014-12-15 17:04:05 queue INFO >3 [135] -2014-12-15 17:04:05 sendUrl INFO 3 [263] -2014-12-15 17:04:05 queue INFO 7 [136] -2014-12-15 17:04:05 sendUrl INFO 3 [264] -2014-12-15 17:04:06 queue INFO >7 [137] -2014-12-15 17:04:06 sendUrl INFO 7 [265] -2014-12-15 17:04:06 queue INFO 3 [138] -2014-12-15 17:04:06 queue INFO >3 [139] -2014-12-15 17:04:06 sendUrl INFO 7 [266] -2014-12-15 17:04:07 sendUrl INFO 3 [267] -2014-12-15 17:04:07 queue INFO 7 [140] -2014-12-15 17:04:07 queue INFO >7 [141] -2014-12-15 17:04:07 sendUrl INFO 3 [268] -2014-12-15 17:04:08 queue INFO 3 [142] -2014-12-15 17:04:08 queue INFO >3 [143] -2014-12-15 17:04:08 sendUrl INFO 7 [269] -2014-12-15 17:04:08 sendUrl INFO 7 [270] -2014-12-15 17:04:09 queue INFO 7 [144] -2014-12-15 17:04:09 queue INFO >7 [145] -2014-12-15 17:04:09 sendUrl INFO 3 [271] -2014-12-15 17:04:09 queue INFO 3 [146] -2014-12-15 17:04:09 sendUrl INFO 3 [272] -2014-12-15 17:04:10 queue INFO >3 [147] -2014-12-15 17:04:10 sendUrl INFO 7 [273] -2014-12-15 17:04:10 queue INFO 7 [148] -2014-12-15 17:04:10 sendUrl INFO 7 [274] -2014-12-15 17:04:11 queue INFO >7 [149] -2014-12-15 17:04:11 sendUrl INFO 3 [275] -2014-12-15 17:04:11 queue INFO 3 [150] -2014-12-15 17:04:11 queue INFO >3 [151] -2014-12-15 17:04:11 sendUrl INFO 3 [276] -2014-12-15 17:04:12 sendUrl INFO 7 [277] -2014-12-15 17:04:12 queue INFO 7 [152] -2014-12-15 17:04:12 queue INFO >7 [153] -2014-12-15 17:04:12 sendUrl INFO 7 [278] -2014-12-15 17:04:13 queue INFO 3 [154] -2014-12-15 17:04:13 sendUrl INFO 3 [279] -2014-12-15 17:04:13 queue INFO >3 [155] -2014-12-15 17:04:14 sendUrl INFO 3 [280] -2014-12-15 17:04:14 queue INFO 7 [156] -2014-12-15 17:04:14 sendUrl INFO 7 [281] -2014-12-15 17:04:14 queue INFO >7 [157] -2014-12-15 17:04:14 queue INFO 3 [158] -2014-12-15 17:04:15 sendUrl INFO 7 [282] -2014-12-15 17:04:15 queue INFO >3 [159] -2014-12-15 17:04:15 sendUrl INFO 3 [283] -2014-12-15 17:04:15 queue INFO 7 [160] -2014-12-15 17:04:16 sendUrl INFO 3 [284] -2014-12-15 17:04:16 queue INFO >7 [161] -2014-12-15 17:04:16 sendUrl INFO 7 [285] -2014-12-15 17:04:16 queue INFO 3 [162] -2014-12-15 17:04:17 queue INFO >3 [163] -2014-12-15 17:04:17 sendUrl INFO 7 [286] -2014-12-15 17:04:17 sendUrl INFO 3 [287] -2014-12-15 17:04:17 queue INFO 7 [164] -2014-12-15 17:04:18 queue INFO >7 [165] -2014-12-15 17:04:18 sendUrl INFO 3 [288] -2014-12-15 17:04:18 sendUrl INFO 7 [289] -2014-12-15 17:04:18 queue INFO 3 [166] -2014-12-15 17:04:18 queue INFO >3 [167] -2014-12-15 17:04:19 sendUrl INFO 7 [290] -2014-12-15 17:04:19 queue INFO 7 [168] -2014-12-15 17:04:19 sendUrl INFO 3 [291] -2014-12-15 17:04:19 queue INFO >7 [169] -2014-12-15 17:04:20 queue INFO 3 [170] -2014-12-15 17:04:20 sendUrl INFO 3 [292] -2014-12-15 17:04:20 queue INFO >3 [171] -2014-12-15 17:04:20 sendUrl INFO 7 [293] -2014-12-15 17:04:21 queue INFO 7 [172] -2014-12-15 17:04:21 sendUrl INFO 7 [294] -2014-12-15 17:04:21 queue INFO >7 [173] -2014-12-15 17:04:21 sendUrl INFO 3 [295] -2014-12-15 17:04:21 queue INFO 3 [174] -2014-12-15 17:04:22 queue INFO >3 [175] -2014-12-15 17:04:22 sendUrl INFO 3 [296] -2014-12-15 17:04:22 sendUrl INFO 7 [297] -2014-12-15 17:04:22 queue INFO 7 [176] -2014-12-15 17:04:22 queue INFO >7 [177] -2014-12-15 17:04:23 sendUrl INFO 7 [298] -2014-12-15 17:04:23 queue INFO 3 [178] -2014-12-15 17:04:23 sendUrl INFO 3 [299] -2014-12-15 17:04:23 queue INFO >3 [179] -2014-12-15 17:04:24 sendUrl INFO 3 [300] -2014-12-15 17:04:24 queue INFO 7 [180] -2014-12-15 17:04:24 sendUrl INFO 7 [301] -2014-12-15 17:04:24 queue INFO >7 [181] -2014-12-15 17:04:25 queue INFO 3 [182] -2014-12-15 17:04:25 sendUrl INFO 7 [302] -2014-12-15 17:04:25 queue INFO >3 [183] -2014-12-15 17:04:25 sendUrl INFO 3 [303] -2014-12-15 17:04:26 queue INFO 7 [184] -2014-12-15 17:04:26 sendUrl INFO 3 [304] -2014-12-15 17:04:26 queue INFO >7 [185] -2014-12-15 17:04:26 queue INFO 3 [186] -2014-12-15 17:04:26 sendUrl INFO 7 [305] -2014-12-15 17:04:26 queue INFO >3 [187] -2014-12-15 17:04:27 sendUrl INFO 7 [306] -2014-12-15 17:04:27 queue INFO 7 [188] -2014-12-15 17:04:27 queue INFO >7 [189] -2014-12-15 17:04:27 sendUrl INFO 3 [307] -2014-12-15 17:04:28 queue INFO 3 [190] -2014-12-15 17:04:28 sendUrl INFO 3 [308] -2014-12-15 17:04:28 queue INFO >3 [191] -2014-12-15 17:04:28 sendUrl INFO 7 [309] -2014-12-15 17:04:29 queue INFO 7 [192] -2014-12-15 17:04:29 sendUrl INFO 7 [310] -2014-12-15 17:04:29 queue INFO >7 [193] -2014-12-15 17:04:29 sendUrl INFO 3 [311] -2014-12-15 17:04:29 queue INFO 3 [194] -2014-12-15 17:04:30 queue INFO >3 [195] -2014-12-15 17:04:30 sendUrl INFO 3 [312] -2014-12-15 17:04:30 sendUrl INFO 7 [313] -2014-12-15 17:04:30 queue INFO 7 [196] -2014-12-15 17:04:31 queue INFO >7 [197] -2014-12-15 17:04:31 sendUrl INFO 7 [314] -2014-12-15 17:04:31 queue INFO 3 [198] -2014-12-15 17:04:31 sendUrl INFO 3 [315] -2014-12-15 17:04:31 queue INFO >3 [199] -2014-12-15 17:04:32 sendUrl INFO 3 [316] -2014-12-15 17:04:32 sendUrl INFO 7 [317] -2014-12-15 17:04:32 queue INFO 7 [200] -2014-12-15 17:04:32 queue INFO >7 [201] -2014-12-15 17:04:33 sendUrl INFO 7 [318] -2014-12-15 17:04:33 queue INFO 3 [202] -2014-12-15 17:04:33 sendUrl INFO 3 [319] -2014-12-15 17:04:33 queue INFO >3 [203] -2014-12-15 17:04:34 sendUrl INFO 3 [320] -2014-12-15 17:04:34 queue INFO 7 [204] -2014-12-15 17:04:34 sendUrl INFO 7 [321] -2014-12-15 17:04:34 queue INFO >7 [205] -2014-12-15 17:04:35 sendUrl INFO 7 [322] -2014-12-15 17:04:35 queue INFO 3 [206] -2014-12-15 17:04:35 queue INFO >3 [207] -2014-12-15 17:04:35 sendUrl INFO 3 [323] -2014-12-15 17:04:36 sendUrl INFO 3 [324] -2014-12-15 17:04:36 queue INFO 7 [208] -2014-12-15 17:04:36 queue INFO >7 [209] -2014-12-15 17:04:36 sendUrl INFO 7 [325] -2014-12-15 17:04:37 queue INFO 3 [210] -2014-12-15 17:04:37 sendUrl INFO 7 [326] -2014-12-15 17:04:37 queue INFO >3 [211] -2014-12-15 17:04:37 sendUrl INFO 3 [327] -2014-12-15 17:04:38 queue INFO 7 [212] -2014-12-15 17:04:38 queue INFO >7 [213] -2014-12-15 17:04:38 sendUrl INFO 3 [328] -2014-12-15 17:04:38 sendUrl INFO 7 [329] -2014-12-15 17:04:38 queue INFO 3 [214] -2014-12-15 17:04:39 queue INFO >3 [215] -2014-12-15 17:04:39 sendUrl INFO 7 [330] -2014-12-15 17:04:39 sendUrl INFO 3 [331] -2014-12-15 17:04:40 queue INFO 7 [216] -2014-12-15 17:04:40 queue INFO >7 [217] -2014-12-15 17:04:40 sendUrl INFO 3 [332] -2014-12-15 17:04:40 sendUrl INFO 7 [333] -2014-12-15 17:04:40 queue INFO 3 [218] -2014-12-15 17:04:41 queue INFO >3 [219] -2014-12-15 17:04:41 sendUrl INFO 7 [334] -2014-12-15 17:04:41 sendUrl INFO 3 [335] -2014-12-15 17:04:41 queue INFO 7 [220] -2014-12-15 17:04:42 queue INFO >7 [221] -2014-12-15 17:04:42 sendUrl INFO 3 [336] -2014-12-15 17:04:42 queue INFO 3 [222] -2014-12-15 17:04:42 sendUrl INFO 7 [337] -2014-12-15 17:04:42 queue INFO >3 [223] -2014-12-15 17:04:43 sendUrl INFO 7 [338] -2014-12-15 17:04:43 queue INFO 7 [224] -2014-12-15 17:04:43 sendUrl INFO 3 [339] -2014-12-15 17:04:43 queue INFO >7 [225] -2014-12-15 17:04:44 sendUrl INFO 3 [340] -2014-12-15 17:04:44 queue INFO 3 [226] -2014-12-15 17:04:44 queue INFO >3 [227] -2014-12-15 17:04:44 sendUrl INFO 7 [341] -2014-12-15 17:04:45 sendUrl INFO 7 [342] -2014-12-15 17:04:45 queue INFO 7 [228] -2014-12-15 17:04:45 sendUrl INFO 3 [343] -2014-12-15 17:04:45 queue INFO >7 [229] -2014-12-15 17:04:46 sendUrl INFO 3 [344] -2014-12-15 17:04:46 queue INFO 3 [230] -2014-12-15 17:04:46 queue INFO >3 [231] -2014-12-15 17:04:46 sendUrl INFO 7 [345] -2014-12-15 17:04:47 sendUrl INFO 7 [346] -2014-12-15 17:04:47 queue INFO 7 [232] -2014-12-15 17:04:47 sendUrl INFO 3 [347] -2014-12-15 17:04:47 queue INFO >7 [233] -2014-12-15 17:04:48 sendUrl INFO 3 [348] -2014-12-15 17:04:48 queue INFO 3 [234] -2014-12-15 17:04:48 queue INFO >3 [235] -2014-12-15 17:04:48 sendUrl INFO 7 [349] -2014-12-15 17:04:49 sendUrl INFO 7 [350] -2014-12-15 17:04:49 queue INFO 7 [236] -2014-12-15 17:04:49 sendUrl INFO 3 [351] -2014-12-15 17:04:49 queue INFO >7 [237] -2014-12-15 17:04:50 sendUrl INFO 3 [352] -2014-12-15 17:04:50 queue INFO 3 [238] -2014-12-15 17:04:50 queue INFO >3 [239] -2014-12-15 17:04:50 sendUrl INFO 7 [353] -2014-12-15 17:04:51 sendUrl INFO 7 [354] -2014-12-15 17:04:51 queue INFO 7 [240] -2014-12-15 17:04:51 sendUrl INFO 3 [355] -2014-12-15 17:04:51 queue INFO >7 [241] -2014-12-15 17:04:52 sendUrl INFO 3 [356] -2014-12-15 17:04:52 queue INFO 3 [242] -2014-12-15 17:04:52 queue INFO >3 [243] -2014-12-15 17:04:52 sendUrl INFO 7 [357] -2014-12-15 17:04:53 sendUrl INFO 7 [358] -2014-12-15 17:04:53 queue INFO 7 [244] -2014-12-15 17:04:53 queue INFO >7 [245] -2014-12-15 17:04:53 sendUrl INFO 3 [359] -2014-12-15 17:04:54 queue INFO 3 [246] -2014-12-15 17:04:54 sendUrl INFO 3 [360] -2014-12-15 17:04:54 queue INFO >3 [247] -2014-12-15 17:04:54 sendUrl INFO 7 [361] -2014-12-15 17:04:55 sendUrl INFO 7 [362] -2014-12-15 17:04:55 queue INFO 7 [248] -2014-12-15 17:04:55 queue INFO >7 [249] -2014-12-15 17:04:55 sendUrl INFO 3 [363] -2014-12-15 17:04:56 queue INFO 3 [250] -2014-12-15 17:04:56 sendUrl INFO 3 [364] -2014-12-15 17:04:56 queue INFO >3 [251] -2014-12-15 17:04:56 sendUrl INFO 7 [365] -2014-12-15 17:04:57 queue INFO 7 [252] -2014-12-15 17:04:57 sendUrl INFO 7 [366] -2014-12-15 17:04:57 queue INFO >7 [253] -2014-12-15 17:04:58 sendUrl INFO 3 [367] -2014-12-15 17:04:58 queue INFO 3 [254] -2014-12-15 17:04:58 queue INFO >3 [255] -2014-12-15 17:04:58 sendUrl INFO 3 [368] -2014-12-15 17:04:59 sendUrl INFO 7 [369] -2014-12-15 17:04:59 queue INFO 7 [256] -2014-12-15 17:04:59 queue INFO >7 [257] -2014-12-15 17:04:59 sendUrl INFO 7 [370] -2014-12-15 17:04:59 queue INFO 3 [258] -2014-12-15 17:05:00 sendUrl INFO 3 [371] -2014-12-15 17:05:00 queue INFO >3 [259] -2014-12-15 17:05:00 sendUrl INFO 3 [372] -2014-12-15 17:05:00 queue INFO 7 [260] -2014-12-15 17:05:01 sendUrl INFO 7 [373] -2014-12-15 17:05:01 queue INFO >7 [261] -2014-12-15 17:05:01 sendUrl INFO 7 [374] -2014-12-15 17:05:01 queue INFO 3 [262] -2014-12-15 17:05:01 queue INFO >3 [263] -2014-12-15 17:05:02 sendUrl INFO 3 [375] -2014-12-15 17:05:02 sendUrl INFO 3 [376] -2014-12-15 17:05:02 queue INFO 7 [264] -2014-12-15 17:05:02 queue INFO >7 [265] -2014-12-15 17:05:03 sendUrl INFO 7 [377] -2014-12-15 17:05:03 queue INFO 3 [266] -2014-12-15 17:05:03 sendUrl INFO 7 [378] -2014-12-15 17:05:03 queue INFO >3 [267] -2014-12-15 17:05:04 sendUrl INFO 3 [379] -2014-12-15 17:05:04 queue INFO 7 [268] -2014-12-15 17:05:04 queue INFO >7 [269] -2014-12-15 17:05:04 sendUrl INFO 3 [380] -2014-12-15 17:05:04 queue INFO 3 [270] -2014-12-15 17:05:05 sendUrl INFO 7 [381] -2014-12-15 17:05:05 queue INFO >3 [271] -2014-12-15 17:05:05 sendUrl INFO 7 [382] -2014-12-15 17:05:05 queue INFO 7 [272] -2014-12-15 17:05:06 sendUrl INFO 3 [383] -2014-12-15 17:05:06 queue INFO >7 [273] -2014-12-15 17:05:06 sendUrl INFO 7 [384] -2014-12-15 17:05:06 queue INFO 3 [274] -2014-12-15 17:05:06 queue INFO >3 [275] -2014-12-15 17:05:07 sendUrl INFO 7 [385] -2014-12-15 17:05:07 sendUrl INFO 3 [386] -2014-12-15 17:05:07 queue INFO 7 [276] -2014-12-15 17:05:07 queue INFO >7 [277] -2014-12-15 17:05:08 sendUrl INFO 3 [387] -2014-12-15 17:05:08 queue INFO 3 [278] -2014-12-15 17:05:08 queue INFO >3 [279] -2014-12-15 17:05:08 sendUrl INFO 7 [388] -2014-12-15 17:05:09 sendUrl INFO 7 [389] -2014-12-15 17:05:09 queue INFO 7 [280] -2014-12-15 17:05:09 queue INFO >7 [281] -2014-12-15 17:05:09 sendUrl INFO 3 [390] -2014-12-15 17:05:10 sendUrl INFO 3 [391] -2014-12-15 17:05:10 queue INFO 3 [282] -2014-12-15 17:05:10 queue INFO >3 [283] -2014-12-15 17:05:10 sendUrl INFO 7 [392] -2014-12-15 17:05:11 sendUrl INFO 7 [393] -2014-12-15 17:05:11 queue INFO 7 [284] -2014-12-15 17:05:11 queue INFO >7 [285] -2014-12-15 17:05:11 sendUrl INFO 3 [394] -2014-12-15 17:05:12 queue INFO 3 [286] -2014-12-15 17:05:12 sendUrl INFO 3 [395] -2014-12-15 17:05:12 queue INFO >3 [287] -2014-12-15 17:05:12 sendUrl INFO 7 [396] -2014-12-15 17:05:12 queue INFO 7 [288] -2014-12-15 17:05:13 queue INFO >7 [289] -2014-12-15 17:05:13 sendUrl INFO 7 [397] -2014-12-15 17:05:13 queue INFO 3 [290] -2014-12-15 17:05:13 sendUrl INFO 3 [398] -2014-12-15 17:05:13 queue INFO >3 [291] -2014-12-15 17:05:14 sendUrl INFO 3 [399] -2014-12-15 17:05:14 queue INFO 7 [292] -2014-12-15 17:05:14 queue INFO >7 [293] -2014-12-15 17:05:14 sendUrl INFO 7 [400] -2014-12-15 17:05:15 sendUrl INFO 7 [401] -2014-12-15 17:05:15 queue INFO 3 [294] -2014-12-15 17:05:15 queue INFO >3 [295] -2014-12-15 17:05:15 queue INFO 7 [296] -2014-12-15 17:05:15 sendUrl INFO 3 [402] -2014-12-15 17:05:15 queue INFO >7 [297] -2014-12-15 17:05:16 sendUrl INFO 3 [403] -2014-12-15 17:05:16 queue INFO 3 [298] -2014-12-15 17:05:16 queue INFO >3 [299] -2014-12-15 17:05:16 sendUrl INFO 7 [404] -2014-12-15 17:05:17 sendUrl INFO 7 [405] -2014-12-15 17:05:17 queue INFO 7 [300] -2014-12-15 17:05:17 queue INFO >7 [301] -2014-12-15 17:05:17 sendUrl INFO 3 [406] -2014-12-15 17:05:17 queue INFO 3 [302] -2014-12-15 17:05:18 queue INFO >3 [303] -2014-12-15 17:05:18 sendUrl INFO 3 [407] -2014-12-15 17:05:18 sendUrl INFO 7 [408] -2014-12-15 17:05:19 queue INFO 7 [304] -2014-12-15 17:05:19 sendUrl INFO 7 [409] -2014-12-15 17:05:19 queue INFO >7 [305] -2014-12-15 17:05:19 queue INFO 3 [306] -2014-12-15 17:05:19 sendUrl INFO 3 [410] -2014-12-15 17:05:19 queue INFO >3 [307] -2014-12-15 17:05:20 sendUrl INFO 3 [411] -2014-12-15 17:05:20 queue INFO 7 [308] -2014-12-15 17:05:20 sendUrl INFO 7 [412] -2014-12-15 17:05:20 queue INFO >7 [309] -2014-12-15 17:05:21 sendUrl INFO 7 [413] -2014-12-15 17:05:21 queue INFO 3 [310] -2014-12-15 17:05:21 queue INFO >3 [311] -2014-12-15 17:05:21 sendUrl INFO 3 [414] -2014-12-15 17:05:22 sendUrl INFO 3 [415] -2014-12-15 17:05:22 queue INFO 7 [312] -2014-12-15 17:05:22 queue INFO >7 [313] -2014-12-15 17:05:22 sendUrl INFO 7 [416] -2014-12-15 17:05:23 sendUrl INFO 7 [417] -2014-12-15 17:05:23 queue INFO 3 [314] -2014-12-15 17:05:23 queue INFO >3 [315] -2014-12-15 17:05:23 sendUrl INFO 3 [418] -2014-12-15 17:05:24 sendUrl INFO 3 [419] -2014-12-15 17:05:24 queue INFO 7 [316] -2014-12-15 17:05:24 queue INFO >7 [317] -2014-12-15 17:05:24 sendUrl INFO 7 [420] -2014-12-15 17:05:25 queue INFO 3 [318] -2014-12-15 17:05:25 sendUrl INFO 7 [421] -2014-12-15 17:05:25 queue INFO >3 [319] -2014-12-15 17:05:25 sendUrl INFO 3 [422] -2014-12-15 17:05:26 queue INFO 7 [320] -2014-12-15 17:05:26 sendUrl INFO 3 [423] -2014-12-15 17:05:26 queue INFO >7 [321] -2014-12-15 17:05:26 sendUrl INFO 7 [424] -2014-12-15 17:05:26 queue INFO 3 [322] -2014-12-15 17:05:27 queue INFO >3 [323] -2014-12-15 17:05:27 sendUrl INFO 7 [425] -2014-12-15 17:05:27 sendUrl INFO 3 [426] -2014-12-15 17:05:27 queue INFO 7 [324] -2014-12-15 17:05:28 queue INFO >7 [325] -2014-12-15 17:05:28 sendUrl INFO 3 [427] -2014-12-15 17:05:28 queue INFO 3 [326] -2014-12-15 17:05:28 sendUrl INFO 7 [428] -2014-12-15 17:05:29 queue INFO >3 [327] -2014-12-15 17:05:29 sendUrl INFO 7 [429] -2014-12-15 17:05:29 queue INFO 7 [328] -2014-12-15 17:05:29 sendUrl INFO 3 [430] -2014-12-15 17:05:30 queue INFO >7 [329] -2014-12-15 17:05:30 sendUrl INFO 3 [431] -2014-12-15 17:05:30 queue INFO 3 [330] -2014-12-15 17:05:30 queue INFO >3 [331] -2014-12-15 17:05:30 sendUrl INFO 7 [432] -2014-12-15 17:05:31 sendUrl INFO 7 [433] -2014-12-15 17:05:31 queue INFO 7 [332] -2014-12-15 17:05:31 queue INFO >7 [333] -2014-12-15 17:05:31 sendUrl INFO 3 [434] -2014-12-15 17:05:32 queue INFO 3 [334] -2014-12-15 17:05:32 sendUrl INFO 3 [435] -2014-12-15 17:05:32 queue INFO >3 [335] -2014-12-15 17:05:32 sendUrl INFO 7 [436] -2014-12-15 17:05:33 queue INFO 7 [336] -2014-12-15 17:05:33 sendUrl INFO 7 [437] -2014-12-15 17:05:33 queue INFO >7 [337] -2014-12-15 17:05:33 sendUrl INFO 3 [438] -2014-12-15 17:05:34 queue INFO 3 [338] -2014-12-15 17:05:34 queue INFO >3 [339] -2014-12-15 17:05:34 sendUrl INFO 3 [439] -2014-12-15 17:05:34 sendUrl INFO 7 [440] -2014-12-15 17:05:35 queue INFO 7 [340] -2014-12-15 17:05:35 queue INFO >7 [341] -2014-12-15 17:05:35 sendUrl INFO 7 [441] -2014-12-15 17:05:35 queue INFO 3 [342] -2014-12-15 17:05:35 sendUrl INFO 3 [442] -2014-12-15 17:05:36 queue INFO >3 [343] -2014-12-15 17:05:36 sendUrl INFO 3 [443] -2014-12-15 17:05:36 queue INFO 7 [344] -2014-12-15 17:05:36 queue INFO >7 [345] -2014-12-15 17:05:36 sendUrl INFO 7 [444] -2014-12-15 17:05:37 queue INFO 3 [346] -2014-12-15 17:05:37 sendUrl INFO 7 [445] -2014-12-15 17:05:37 queue INFO >3 [347] -2014-12-15 17:05:37 sendUrl INFO 3 [446] -2014-12-15 17:05:38 queue INFO 7 [348] -2014-12-15 17:05:38 sendUrl INFO 3 [447] -2014-12-15 17:05:38 queue INFO >7 [349] -2014-12-15 17:05:38 sendUrl INFO 7 [448] -2014-12-15 17:05:39 queue INFO 3 [350] -2014-12-15 17:05:39 queue INFO >3 [351] -2014-12-15 17:05:39 sendUrl INFO 7 [449] -2014-12-15 17:05:39 queue INFO 7 [352] -2014-12-15 17:05:39 queue INFO >7 [353] -2014-12-15 17:05:39 sendUrl INFO 3 [450] -2014-12-15 17:05:40 queue INFO 3 [354] -2014-12-15 17:05:40 sendUrl INFO 3 [451] -2014-12-15 17:05:40 queue INFO >3 [355] -2014-12-15 17:05:40 sendUrl INFO 7 [452] -2014-12-15 17:05:41 queue INFO 7 [356] -2014-12-15 17:05:41 sendUrl INFO 7 [453] -2014-12-15 17:05:41 queue INFO >7 [357] -2014-12-15 17:05:41 queue INFO 3 [358] -2014-12-15 17:05:42 sendUrl INFO 3 [454] -2014-12-15 17:05:42 queue INFO >3 [359] -2014-12-15 17:05:42 sendUrl INFO 3 [455] -2014-12-15 17:05:42 queue INFO 7 [360] -2014-12-15 17:05:43 sendUrl INFO 7 [456] -2014-12-15 17:05:43 queue INFO >7 [361] -2014-12-15 17:05:43 sendUrl INFO 7 [457] -2014-12-15 17:05:43 queue INFO 3 [362] -2014-12-15 17:05:43 queue INFO >3 [363] -2014-12-15 17:05:44 sendUrl INFO 3 [458] -2014-12-15 17:05:44 sendUrl INFO 3 [459] -2014-12-15 17:05:44 queue INFO 7 [364] -2014-12-15 17:05:44 queue INFO >7 [365] -2014-12-15 17:05:45 sendUrl INFO 7 [460] -2014-12-15 17:05:45 queue INFO 3 [366] -2014-12-15 17:05:45 sendUrl INFO 7 [461] -2014-12-15 17:05:45 queue INFO >3 [367] -2014-12-15 17:05:46 sendUrl INFO 3 [462] -2014-12-15 17:05:46 queue INFO 7 [368] -2014-12-15 17:05:46 queue INFO >7 [369] -2014-12-15 17:05:46 sendUrl INFO 3 [463] -2014-12-15 17:05:47 queue INFO 3 [370] -2014-12-15 17:05:47 sendUrl INFO 7 [464] -2014-12-15 17:05:47 queue INFO >3 [371] -2014-12-15 17:05:47 sendUrl INFO 7 [465] -2014-12-15 17:05:47 queue INFO 7 [372] -2014-12-15 17:05:48 queue INFO >7 [373] -2014-12-15 17:05:48 sendUrl INFO 3 [466] -2014-12-15 17:05:48 queue INFO 3 [374] -2014-12-15 17:05:48 sendUrl INFO 3 [467] -2014-12-15 17:05:48 queue INFO >3 [375] -2014-12-15 17:05:49 sendUrl INFO 7 [468] -2014-12-15 17:05:49 queue INFO 7 [376] -2014-12-15 17:05:49 sendUrl INFO 7 [469] -2014-12-15 17:05:49 queue INFO >7 [377] -2014-12-15 17:05:50 sendUrl INFO 3 [470] -2014-12-15 17:05:50 queue INFO 3 [378] -2014-12-15 17:05:50 queue INFO >3 [379] -2014-12-15 17:05:50 sendUrl INFO 3 [471] -2014-12-15 17:05:51 sendUrl INFO 7 [472] -2014-12-15 17:05:51 queue INFO 7 [380] -2014-12-15 17:05:51 queue INFO >7 [381] -2014-12-15 17:05:51 sendUrl INFO 7 [473] -2014-12-15 17:05:52 queue INFO 3 [382] -2014-12-15 17:05:52 sendUrl INFO 3 [474] -2014-12-15 17:05:52 queue INFO >3 [383] -2014-12-15 17:05:52 sendUrl INFO 3 [475] -2014-12-15 17:05:53 sendUrl INFO 7 [476] -2014-12-15 17:05:53 queue INFO 7 [384] -2014-12-15 17:05:53 queue INFO >7 [385] -2014-12-15 17:05:53 sendUrl INFO 7 [477] -2014-12-15 17:05:53 queue INFO 3 [386] -2014-12-15 17:05:53 queue INFO >3 [387] -2014-12-15 17:05:54 sendUrl INFO 3 [478] -2014-12-15 17:05:54 sendUrl INFO 3 [479] -2014-12-15 17:05:54 queue INFO 7 [388] -2014-12-15 17:05:55 queue INFO >7 [389] -2014-12-15 17:05:55 sendUrl INFO 7 [480] -2014-12-15 17:05:55 sendUrl INFO 7 [481] -2014-12-15 17:05:55 queue INFO 3 [390] -2014-12-15 17:05:55 queue INFO >3 [391] -2014-12-15 17:05:56 sendUrl INFO 3 [482] -2014-12-15 17:05:56 sendUrl INFO 3 [483] -2014-12-15 17:05:56 queue INFO 7 [392] -2014-12-15 17:05:57 queue INFO >7 [393] -2014-12-15 17:05:57 sendUrl INFO 7 [484] -2014-12-15 17:05:57 sendUrl INFO 7 [485] -2014-12-15 17:05:57 queue INFO 3 [394] -2014-12-15 17:05:57 queue INFO >3 [395] -2014-12-15 17:05:58 sendUrl INFO 3 [486] -2014-12-15 17:05:58 sendUrl INFO 3 [487] -2014-12-15 17:05:58 queue INFO 7 [396] -2014-12-15 17:05:58 queue INFO >7 [397] -2014-12-15 17:05:59 sendUrl INFO 7 [488] -2014-12-15 17:05:59 queue INFO 3 [398] -2014-12-15 17:05:59 sendUrl INFO 7 [489] -2014-12-15 17:05:59 queue INFO >3 [399] -2014-12-15 17:06:00 sendUrl INFO 3 [490] -2014-12-15 17:06:00 queue INFO 7 [400] -2014-12-15 17:06:00 sendUrl INFO 3 [491] -2014-12-15 17:06:00 queue INFO >7 [401] -2014-12-15 17:06:01 sendUrl INFO 7 [492] -2014-12-15 17:06:01 queue INFO 3 [402] -2014-12-15 17:06:01 queue INFO >3 [403] -2014-12-15 17:06:01 sendUrl INFO 7 [493] -2014-12-15 17:06:02 sendUrl INFO 3 [494] -2014-12-15 17:06:02 queue INFO 7 [404] -2014-12-15 17:06:02 queue INFO >7 [405] -2014-12-15 17:06:02 sendUrl INFO 3 [495] -2014-12-15 17:06:03 queue INFO 3 [406] -2014-12-15 17:06:03 sendUrl INFO 7 [496] -2014-12-15 17:06:03 queue INFO >3 [407] -2014-12-15 17:06:03 sendUrl INFO 7 [497] -2014-12-15 17:06:04 queue INFO 7 [408] -2014-12-15 17:06:04 sendUrl INFO 3 [498] -2014-12-15 17:06:04 queue INFO >7 [409] -2014-12-15 17:06:04 sendUrl INFO 3 [499] -2014-12-15 17:06:05 queue INFO 3 [410] -2014-12-15 17:06:05 queue INFO >3 [411] -2014-12-15 17:06:05 sendUrl INFO 7 [500] -2014-12-15 17:06:05 queue INFO 7 [412] -2014-12-15 17:06:05 queue INFO >7 [413] -2014-12-15 17:06:05 sendUrl INFO 7 [501] -2014-12-15 17:06:05 queue INFO 3 [414] -2014-12-15 17:06:06 queue INFO >3 [415] -2014-12-15 17:06:06 sendUrl INFO 3 [502] -2014-12-15 17:06:06 sendUrl INFO 3 [503] -2014-12-15 17:06:06 queue INFO 7 [416] -2014-12-15 17:06:07 queue INFO >7 [417] -2014-12-15 17:06:07 queue INFO 3 [418] -2014-12-15 17:06:07 sendUrl INFO 7 [504] -2014-12-15 17:06:07 queue INFO >3 [419] -2014-12-15 17:06:07 queue INFO 7 [420] -2014-12-15 17:06:07 sendUrl INFO 7 [505] -2014-12-15 17:06:07 queue INFO >7 [421] -2014-12-15 17:06:08 queue INFO 3 [422] -2014-12-15 17:06:08 queue INFO >3 [423] -2014-12-15 17:06:08 sendUrl INFO 3 [506] -2014-12-15 17:06:08 sendUrl INFO 3 [507] -2014-12-15 17:06:09 queue INFO 7 [424] -2014-12-15 17:06:09 queue INFO >7 [425] -2014-12-15 17:06:09 sendUrl INFO 7 [508] -2014-12-15 17:06:09 sendUrl INFO 7 [509] -2014-12-15 17:06:09 queue INFO 3 [426] -2014-12-15 17:06:10 queue INFO >3 [427] -2014-12-15 17:06:10 sendUrl INFO 3 [510] -2014-12-15 17:06:10 sendUrl INFO 3 [511] -2014-12-15 17:06:10 queue INFO 7 [428] -2014-12-15 17:06:11 queue INFO >7 [429] -2014-12-15 17:06:11 sendUrl INFO 7 [512] -2014-12-15 17:06:11 queue INFO 3 [430] -2014-12-15 17:06:11 sendUrl INFO 7 [513] -2014-12-15 17:06:11 queue INFO >3 [431] -2014-12-15 17:06:12 sendUrl INFO 3 [514] -2014-12-15 17:06:12 queue INFO 7 [432] -2014-12-15 17:06:12 sendUrl INFO 3 [515] -2014-12-15 17:06:12 queue INFO >7 [433] -2014-12-15 17:06:13 queue INFO 3 [434] -2014-12-15 17:06:13 sendUrl INFO 7 [516] -2014-12-15 17:06:13 queue INFO >3 [435] -2014-12-15 17:06:13 sendUrl INFO 7 [517] -2014-12-15 17:06:14 queue INFO 7 [436] -2014-12-15 17:06:14 sendUrl INFO 3 [518] -2014-12-15 17:06:14 queue INFO >7 [437] -2014-12-15 17:06:14 sendUrl INFO 3 [519] -2014-12-15 17:06:14 queue INFO 3 [438] -2014-12-15 17:06:15 queue INFO >3 [439] -2014-12-15 17:06:15 sendUrl INFO 7 [520] -2014-12-15 17:06:15 sendUrl INFO 7 [521] -2014-12-15 17:06:16 queue INFO 7 [440] -2014-12-15 17:06:16 queue INFO >7 [441] -2014-12-15 17:06:16 sendUrl INFO 3 [522] -2014-12-15 17:06:16 sendUrl INFO 3 [523] -2014-12-15 17:06:16 queue INFO 3 [442] -2014-12-15 17:06:17 queue INFO >3 [443] -2014-12-15 17:06:17 sendUrl INFO 7 [524] -2014-12-15 17:06:17 sendUrl INFO 7 [525] -2014-12-15 17:06:17 queue INFO 7 [444] -2014-12-15 17:06:18 queue INFO >7 [445] -2014-12-15 17:06:18 sendUrl INFO 3 [526] -2014-12-15 17:06:18 queue INFO 3 [446] -2014-12-15 17:06:18 queue INFO >3 [447] -2014-12-15 17:06:18 sendUrl INFO 3 [527] -2014-12-15 17:06:19 sendUrl INFO 7 [528] -2014-12-15 17:06:19 queue INFO 7 [448] -2014-12-15 17:06:19 sendUrl INFO 7 [529] -2014-12-15 17:06:20 queue INFO >7 [449] -2014-12-15 17:06:20 queue INFO 3 [450] -2014-12-15 17:06:20 sendUrl INFO 3 [530] -2014-12-15 17:06:20 queue INFO >3 [451] -2014-12-15 17:06:20 sendUrl INFO 3 [531] -2014-12-15 17:06:21 queue INFO 7 [452] -2014-12-15 17:06:21 queue INFO >7 [453] -2014-12-15 17:06:21 sendUrl INFO 7 [532] -2014-12-15 17:06:21 queue INFO 3 [454] -2014-12-15 17:06:21 sendUrl INFO 7 [533] -2014-12-15 17:06:22 queue INFO >3 [455] -2014-12-15 17:06:22 sendUrl INFO 3 [534] -2014-12-15 17:06:22 queue INFO 7 [456] -2014-12-15 17:06:22 sendUrl INFO 3 [535] -2014-12-15 17:06:23 queue INFO >7 [457] -2014-12-15 17:06:23 sendUrl INFO 7 [536] -2014-12-15 17:06:23 queue INFO 3 [458] -2014-12-15 17:06:23 queue INFO >3 [459] -2014-12-15 17:06:23 sendUrl INFO 7 [537] -2014-12-15 17:06:24 sendUrl INFO 3 [538] -2014-12-15 17:06:24 queue INFO 7 [460] -2014-12-15 17:06:24 queue INFO >7 [461] -2014-12-15 17:06:24 sendUrl INFO 3 [539] -2014-12-15 17:06:25 queue INFO 3 [462] -2014-12-15 17:06:25 sendUrl INFO 7 [540] -2014-12-15 17:06:25 queue INFO >3 [463] -2014-12-15 17:06:25 sendUrl INFO 7 [541] -2014-12-15 17:06:26 queue INFO 7 [464] -2014-12-15 17:06:26 sendUrl INFO 3 [542] -2014-12-15 17:06:26 queue INFO >7 [465] -2014-12-15 17:06:27 sendUrl INFO 3 [543] -2014-12-15 17:06:27 queue INFO 3 [466] -2014-12-15 17:06:27 queue INFO >3 [467] -2014-12-15 17:06:27 sendUrl INFO 7 [544] -2014-12-15 17:06:28 sendUrl INFO 7 [545] -2014-12-15 17:06:28 queue INFO 7 [468] -2014-12-15 17:06:28 queue INFO >7 [469] -2014-12-15 17:06:28 sendUrl INFO 3 [546] -2014-12-15 17:06:28 queue INFO 3 [470] -2014-12-15 17:06:29 sendUrl INFO 3 [547] -2014-12-15 17:06:29 queue INFO >3 [471] -2014-12-15 17:06:29 sendUrl INFO 7 [548] -2014-12-15 17:06:30 sendUrl INFO 7 [549] -2014-12-15 17:06:30 queue INFO 7 [472] -2014-12-15 17:06:30 queue INFO >7 [473] -2014-12-15 17:06:30 sendUrl INFO 3 [550] -2014-12-15 17:06:30 queue INFO 3 [474] -2014-12-15 17:06:30 queue INFO >3 [475] -2014-12-15 17:06:31 sendUrl INFO 3 [551] -2014-12-15 17:06:31 queue INFO 7 [476] -2014-12-15 17:06:31 sendUrl INFO 7 [552] -2014-12-15 17:06:31 queue INFO >7 [477] -2014-12-15 17:06:32 sendUrl INFO 7 [553] -2014-12-15 17:06:32 queue INFO 3 [478] -2014-12-15 17:06:32 queue INFO >3 [479] -2014-12-15 17:06:32 sendUrl INFO 3 [554] -2014-12-15 17:06:33 sendUrl INFO 3 [555] -2014-12-15 17:06:33 queue INFO 7 [480] -2014-12-15 17:06:33 queue INFO >7 [481] -2014-12-15 17:06:33 sendUrl INFO 7 [556] -2014-12-15 17:06:33 queue INFO 3 [482] -2014-12-15 17:06:33 queue INFO >3 [483] -2014-12-15 17:06:34 sendUrl INFO 7 [557] -2014-12-15 17:06:34 sendUrl INFO 3 [558] -2014-12-15 17:06:34 queue INFO 7 [484] -2014-12-15 17:06:34 queue INFO >7 [485] -2014-12-15 17:06:35 sendUrl INFO 3 [559] -2014-12-15 17:06:35 queue INFO 3 [486] -2014-12-15 17:06:35 sendUrl INFO 7 [560] -2014-12-15 17:06:35 queue INFO >3 [487] -2014-12-15 17:06:36 sendUrl INFO 7 [561] -2014-12-15 17:06:36 queue INFO 7 [488] -2014-12-15 17:06:36 sendUrl INFO 3 [562] -2014-12-15 17:06:36 queue INFO >7 [489] -2014-12-15 17:06:37 sendUrl INFO 3 [563] -2014-12-15 17:06:37 queue INFO 3 [490] -2014-12-15 17:06:37 queue INFO >3 [491] -2014-12-15 17:06:37 sendUrl INFO 7 [564] -2014-12-15 17:06:38 queue INFO 7 [492] -2014-12-15 17:06:38 sendUrl INFO 7 [565] -2014-12-15 17:06:38 queue INFO >7 [493] -2014-12-15 17:06:38 sendUrl INFO 3 [566] -2014-12-15 17:06:38 queue INFO 3 [494] -2014-12-15 17:06:39 queue INFO >3 [495] -2014-12-15 17:06:39 sendUrl INFO 3 [567] -2014-12-15 17:06:39 sendUrl INFO 7 [568] -2014-12-15 17:06:40 queue INFO 7 [496] -2014-12-15 17:06:40 sendUrl INFO 7 [569] -2014-12-15 17:06:40 queue INFO >7 [497] -2014-12-15 17:06:40 sendUrl INFO 3 [570] -2014-12-15 17:06:40 queue INFO 3 [498] -2014-12-15 17:06:41 queue INFO >3 [499] -2014-12-15 17:06:41 sendUrl INFO 3 [571] -2014-12-15 17:06:41 sendUrl INFO 7 [572] -2014-12-15 17:06:41 queue INFO 7 [500] -2014-12-15 17:06:42 queue INFO >7 [501] -2014-12-15 17:06:42 sendUrl INFO 7 [573] -2014-12-15 17:06:42 queue INFO 3 [502] -2014-12-15 17:06:42 sendUrl INFO 3 [574] -2014-12-15 17:06:42 queue INFO >3 [503] -2014-12-15 17:06:43 sendUrl INFO 3 [575] -2014-12-15 17:06:43 queue INFO 7 [504] -2014-12-15 17:06:43 sendUrl INFO 7 [576] -2014-12-15 17:06:43 queue INFO >7 [505] -2014-12-15 17:06:44 sendUrl INFO 7 [577] -2014-12-15 17:06:44 queue INFO 3 [506] -2014-12-15 17:06:44 queue INFO >3 [507] -2014-12-15 17:06:44 sendUrl INFO 3 [578] -2014-12-15 17:06:45 sendUrl INFO 3 [579] -2014-12-15 17:06:45 queue INFO 7 [508] -2014-12-15 17:06:45 queue INFO >7 [509] -2014-12-15 17:06:45 sendUrl INFO 7 [580] -2014-12-15 17:06:45 queue INFO 3 [510] -2014-12-15 17:06:46 queue INFO >3 [511] -2014-12-15 17:06:46 sendUrl INFO 7 [581] -2014-12-15 17:06:46 sendUrl INFO 3 [582] -2014-12-15 17:06:46 queue INFO 7 [512] -2014-12-15 17:06:47 queue INFO >7 [513] -2014-12-15 17:06:47 sendUrl INFO 3 [583] -2014-12-15 17:06:47 queue INFO 3 [514] -2014-12-15 17:06:47 sendUrl INFO 7 [584] -2014-12-15 17:06:47 queue INFO >3 [515] -2014-12-15 17:06:47 queue INFO 7 [516] -2014-12-15 17:06:48 queue INFO >7 [517] -2014-12-15 17:06:48 sendUrl INFO 7 [585] -2014-12-15 17:06:48 sendUrl INFO 3 [586] -2014-12-15 17:06:48 queue INFO 3 [518] -2014-12-15 17:06:48 queue INFO >3 [519] -2014-12-15 17:06:49 sendUrl INFO 3 [587] -2014-12-15 17:06:49 sendUrl INFO 7 [588] -2014-12-15 17:06:49 queue INFO 7 [520] -2014-12-15 17:06:50 queue INFO 5 [521] -2014-12-15 17:06:50 sendUrl INFO 7 [589] -2014-12-15 17:06:50 queue INFO >5 [522] -2014-12-15 17:06:50 queue INFO 1 [523] -2014-12-15 17:06:50 sendUrl INFO 3 [590] -2014-12-15 17:06:50 queue INFO >1 [524] -2014-12-15 17:06:50 queue INFO 5 [525] -2014-12-15 17:06:51 queue INFO >5 [526] -2014-12-15 17:06:51 sendUrl INFO 3 [591] -2014-12-15 17:06:51 queue INFO 1 [527] -2014-12-15 17:06:51 queue INFO >1 [528] -2014-12-15 17:06:51 sendUrl INFO 7 [592] -2014-12-15 17:06:51 queue INFO 5 [529] -2014-12-15 17:06:52 queue INFO >5 [530] -2014-12-15 17:06:52 queue INFO 1 [531] -2014-12-15 17:06:52 sendUrl INFO 7 [593] -2014-12-15 17:06:52 queue INFO >1 [532] -2014-12-15 17:06:52 sendUrl INFO 3 [594] -2014-12-15 17:06:53 queue INFO 5 [533] -2014-12-15 17:06:53 queue INFO >5 [534] -2014-12-15 17:06:53 sendUrl INFO 3 [595] -2014-12-15 17:06:53 sendUrl INFO 7 [596] -2014-12-15 17:06:53 queue INFO 1 [535] -2014-12-15 17:06:54 queue INFO >1 [536] -2014-12-15 17:06:54 sendUrl INFO 7 [597] -2014-12-15 17:06:54 sendUrl INFO 3 [598] -2014-12-15 17:06:54 queue INFO 5 [537] -2014-12-15 17:06:55 queue INFO >5 [538] -2014-12-15 17:06:55 sendUrl INFO 3 [599] -2014-12-15 17:06:55 queue INFO 1 [539] -2014-12-15 17:06:55 sendUrl INFO 7 [600] -2014-12-15 17:06:55 queue INFO >1 [540] -2014-12-15 17:06:56 sendUrl INFO 7 [601] -2014-12-15 17:06:56 queue INFO 5 [541] -2014-12-15 17:06:56 queue INFO >5 [542] -2014-12-15 17:06:56 sendUrl INFO 3 [602] -2014-12-15 17:06:57 queue INFO 1 [543] -2014-12-15 17:06:57 sendUrl INFO 3 [603] -2014-12-15 17:06:57 queue INFO >1 [544] -2014-12-15 17:06:57 sendUrl INFO 7 [604] -2014-12-15 17:06:58 queue INFO 5 [545] -2014-12-15 17:06:58 queue INFO >5 [546] -2014-12-15 17:06:58 sendUrl INFO 7 [605] -2014-12-15 17:06:58 sendUrl INFO 3 [606] -2014-12-15 17:06:58 queue INFO 1 [547] -2014-12-15 17:06:59 queue INFO >1 [548] -2014-12-15 17:06:59 sendUrl INFO 3 [607] -2014-12-15 17:06:59 sendUrl INFO 7 [608] -2014-12-15 17:06:59 queue INFO 5 [549] -2014-12-15 17:07:00 queue INFO >5 [550] -2014-12-15 17:07:00 sendUrl INFO 7 [609] -2014-12-15 17:07:00 queue INFO 1 [551] -2014-12-15 17:07:00 sendUrl INFO 3 [610] -2014-12-15 17:07:00 queue INFO >1 [552] -2014-12-15 17:07:01 sendUrl INFO 3 [611] -2014-12-15 17:07:01 queue INFO 5 [553] -2014-12-15 17:07:01 queue INFO >5 [554] -2014-12-15 17:07:01 sendUrl INFO 7 [612] -2014-12-15 17:07:02 queue INFO 1 [555] -2014-12-15 17:07:02 queue INFO >1 [556] -2014-12-15 17:07:02 sendUrl INFO 7 [613] -2014-12-15 17:07:02 queue INFO 5 [557] -2014-12-15 17:07:02 queue INFO >5 [558] -2014-12-15 17:07:02 sendUrl INFO 3 [614] -2014-12-15 17:07:02 queue INFO 1 [559] -2014-12-15 17:07:03 queue INFO >1 [560] -2014-12-15 17:07:03 sendUrl INFO 3 [615] -2014-12-15 17:07:03 queue INFO 5 [561] -2014-12-15 17:07:03 queue INFO >5 [562] -2014-12-15 17:07:03 sendUrl INFO 7 [616] -2014-12-15 17:07:04 queue INFO 1 [563] -2014-12-15 17:07:04 sendUrl INFO 7 [617] -2014-12-15 17:07:04 queue INFO >1 [564] -2014-12-15 17:07:04 sendUrl INFO 3 [618] -2014-12-15 17:07:05 queue INFO 5 [565] -2014-12-15 17:07:05 sendUrl INFO 3 [619] -2014-12-15 17:07:05 queue INFO >5 [566] -2014-12-15 17:07:05 queue INFO 1 [567] -2014-12-15 17:07:05 sendUrl INFO 7 [620] -2014-12-15 17:07:05 queue INFO >1 [568] -2014-12-15 17:07:06 queue INFO 21 [569] -2014-12-15 17:07:06 queue INFO 25 [570] -2014-12-15 17:07:06 sendUrl INFO 7 [621] -2014-12-15 17:07:06 queue INFO >25 [571] -2014-12-15 17:07:06 queue INFO 21 [572] -2014-12-15 17:07:06 sendUrl INFO 3 [622] -2014-12-15 17:07:07 queue INFO >21 [573] -2014-12-15 17:07:07 queue INFO 25 [574] -2014-12-15 17:07:07 queue INFO >25 [575] -2014-12-15 17:07:07 sendUrl INFO 3 [623] -2014-12-15 17:07:07 queue INFO 21 [576] -2014-12-15 17:07:07 sendUrl INFO 7 [624] -2014-12-15 17:07:08 queue INFO >21 [577] -2014-12-15 17:07:08 sendUrl INFO 7 [625] -2014-12-15 17:07:08 sendUrl INFO 3 [626] -2014-12-15 17:07:09 queue INFO 25 [578] -2014-12-15 17:07:09 queue INFO >25 [579] -2014-12-15 17:07:09 sendUrl INFO 3 [627] -2014-12-15 17:07:09 queue INFO 21 [580] -2014-12-15 17:07:09 sendUrl INFO 7 [628] -2014-12-15 17:07:10 queue INFO >21 [581] -2014-12-15 17:07:10 sendUrl INFO 7 [629] -2014-12-15 17:07:10 queue INFO 25 [582] -2014-12-15 17:07:10 sendUrl INFO 3 [630] -2014-12-15 17:07:11 queue INFO >25 [583] -2014-12-15 17:07:11 queue INFO 21 [584] -2014-12-15 17:07:11 sendUrl INFO 3 [631] -2014-12-15 17:07:11 queue INFO >21 [585] -2014-12-15 17:07:12 sendUrl INFO 7 [632] -2014-12-15 17:07:12 queue INFO 25 [586] -2014-12-15 17:07:12 sendUrl INFO 7 [633] -2014-12-15 17:07:12 queue INFO >25 [587] -2014-12-15 17:07:13 sendUrl INFO 3 [634] -2014-12-15 17:07:13 queue INFO 21 [588] -2014-12-15 17:07:13 queue INFO >21 [589] -2014-12-15 17:07:13 sendUrl INFO 3 [635] -2014-12-15 17:07:14 sendUrl INFO 7 [636] -2014-12-15 17:07:14 queue INFO 25 [590] -2014-12-15 17:07:14 queue INFO >25 [591] -2014-12-15 17:07:14 sendUrl INFO 7 [637] -2014-12-15 17:07:15 sendUrl INFO 3 [638] -2014-12-15 17:07:15 queue INFO 21 [592] -2014-12-15 17:07:15 queue INFO >21 [593] -2014-12-15 17:07:15 sendUrl INFO 3 [639] -2014-12-15 17:07:16 sendUrl INFO 7 [640] -2014-12-15 17:07:16 queue INFO 25 [594] -2014-12-15 17:07:16 queue INFO >25 [595] -2014-12-15 17:07:16 sendUrl INFO 7 [641] -2014-12-15 17:07:16 queue INFO 21 [596] -2014-12-15 17:07:17 sendUrl INFO 3 [642] -2014-12-15 17:07:17 queue INFO >21 [597] -2014-12-15 17:07:17 sendUrl INFO 3 [643] -2014-12-15 17:07:17 queue INFO 25 [598] -2014-12-15 17:07:18 sendUrl INFO 7 [644] -2014-12-15 17:07:18 queue INFO >25 [599] -2014-12-15 17:07:18 sendUrl INFO 7 [645] -2014-12-15 17:07:18 queue INFO 21 [600] -2014-12-15 17:07:18 queue INFO >21 [601] -2014-12-15 17:07:19 sendUrl INFO 3 [646] -2014-12-15 17:07:19 sendUrl INFO 7 [647] -2014-12-15 17:07:19 queue INFO 25 [602] -2014-12-15 17:07:19 queue INFO >25 [603] -2014-12-15 17:07:20 sendUrl INFO 7 [648] -2014-12-15 17:07:20 queue INFO 21 [604] -2014-12-15 17:07:20 sendUrl INFO 3 [649] -2014-12-15 17:07:20 queue INFO >21 [605] -2014-12-15 17:07:21 sendUrl INFO 3 [650] -2014-12-15 17:07:21 queue INFO 25 [606] -2014-12-15 17:07:21 sendUrl INFO 7 [651] -2014-12-15 17:07:21 queue INFO >25 [607] -2014-12-15 17:07:22 sendUrl INFO 7 [652] -2014-12-15 17:07:22 queue INFO 21 [608] -2014-12-15 17:07:22 queue INFO >21 [609] -2014-12-15 17:07:22 sendUrl INFO 3 [653] -2014-12-15 17:07:23 sendUrl INFO 3 [654] -2014-12-15 17:07:23 queue INFO 25 [610] -2014-12-15 17:07:23 queue INFO 5 [611] -2014-12-15 17:07:23 queue INFO >5 [612] -2014-12-15 17:07:23 sendUrl INFO 7 [655] -2014-12-15 17:07:23 queue INFO 1 [613] -2014-12-15 17:07:24 queue INFO >1 [614] -2014-12-15 17:07:24 sendUrl INFO 7 [656] -2014-12-15 17:07:24 queue INFO 5 [615] -2014-12-15 17:07:24 queue INFO >5 [616] -2014-12-15 17:07:24 queue INFO 1 [617] -2014-12-15 17:07:24 sendUrl INFO 3 [657] -2014-12-15 17:07:24 queue INFO >1 [618] -2014-12-15 17:07:25 sendUrl INFO 3 [658] -2014-12-15 17:07:25 queue INFO 5 [619] -2014-12-15 17:07:25 sendUrl INFO 7 [659] -2014-12-15 17:07:25 queue INFO >5 [620] -2014-12-15 17:07:26 sendUrl INFO 7 [660] -2014-12-15 17:07:26 queue INFO 1 [621] -2014-12-15 17:07:26 queue INFO >1 [622] -2014-12-15 17:07:26 sendUrl INFO 3 [661] -2014-12-15 17:07:27 sendUrl INFO 3 [662] -2014-12-15 17:07:27 queue INFO 5 [623] -2014-12-15 17:07:27 queue INFO >5 [624] -2014-12-15 17:07:27 sendUrl INFO 7 [663] -2014-12-15 17:07:28 queue INFO 1 [625] -2014-12-15 17:07:28 sendUrl INFO 7 [664] -2014-12-15 17:07:28 queue INFO >1 [626] -2014-12-15 17:07:28 sendUrl INFO 3 [665] -2014-12-15 17:07:29 sendUrl INFO 3 [666] -2014-12-15 17:07:29 queue INFO 5 [627] -2014-12-15 17:07:29 queue INFO >5 [628] -2014-12-15 17:07:29 sendUrl INFO 7 [667] -2014-12-15 17:07:30 queue INFO 1 [629] -2014-12-15 17:07:30 sendUrl INFO 7 [668] -2014-12-15 17:07:30 queue INFO >1 [630] -2014-12-15 17:07:30 sendUrl INFO 3 [669] -2014-12-15 17:07:31 sendUrl INFO 3 [670] -2014-12-15 17:07:31 queue INFO 5 [631] -2014-12-15 17:07:31 queue INFO >5 [632] -2014-12-15 17:07:31 sendUrl INFO 7 [671] -2014-12-15 17:07:32 queue INFO 1 [633] -2014-12-15 17:07:32 sendUrl INFO 7 [672] -2014-12-15 17:07:32 queue INFO >1 [634] -2014-12-15 17:07:32 sendUrl INFO 3 [673] -2014-12-15 17:07:33 sendUrl INFO 3 [674] -2014-12-15 17:07:33 queue INFO 5 [635] -2014-12-15 17:07:33 queue INFO >5 [636] -2014-12-15 17:07:33 sendUrl INFO 7 [675] -2014-12-15 17:07:33 queue INFO 1 [637] -2014-12-15 17:07:34 queue INFO >1 [638] -2014-12-15 17:07:34 sendUrl INFO 7 [676] -2014-12-15 17:07:34 sendUrl INFO 3 [677] -2014-12-15 17:07:35 sendUrl INFO 3 [678] -2014-12-15 17:07:35 queue INFO 5 [639] -2014-12-15 17:07:35 queue INFO >5 [640] -2014-12-15 17:07:35 sendUrl INFO 7 [679] -2014-12-15 17:07:36 queue INFO 1 [641] -2014-12-15 17:07:36 sendUrl INFO 7 [680] -2014-12-15 17:07:36 queue INFO >1 [642] -2014-12-15 17:07:36 sendUrl INFO 3 [681] -2014-12-15 17:07:37 sendUrl INFO 3 [682] -2014-12-15 17:07:37 queue INFO 5 [643] -2014-12-15 17:07:37 queue INFO >5 [644] -2014-12-15 17:07:37 sendUrl INFO 7 [683] -2014-12-15 17:07:38 queue INFO 1 [645] -2014-12-15 17:07:38 sendUrl INFO 7 [684] -2014-12-15 17:07:38 queue INFO >1 [646] -2014-12-15 17:07:38 sendUrl INFO 3 [685] -2014-12-15 17:07:39 sendUrl INFO 3 [686] -2014-12-15 17:07:39 queue INFO 5 [647] -2014-12-15 17:07:39 queue INFO >5 [648] -2014-12-15 17:07:39 sendUrl INFO 7 [687] -2014-12-15 17:07:40 queue INFO 1 [649] -2014-12-15 17:07:40 sendUrl INFO 7 [688] -2014-12-15 17:07:40 queue INFO >1 [650] -2014-12-15 17:07:40 sendUrl INFO 3 [689] -2014-12-15 17:07:41 sendUrl INFO 3 [690] -2014-12-15 17:07:41 queue INFO 5 [651] -2014-12-15 17:07:41 queue INFO >5 [652] -2014-12-15 17:07:41 sendUrl INFO 7 [691] -2014-12-15 17:07:42 queue INFO 1 [653] -2014-12-15 17:07:42 sendUrl INFO 7 [692] -2014-12-15 17:07:42 queue INFO >1 [654] -2014-12-15 17:07:42 sendUrl INFO 3 [693] -2014-12-15 17:07:43 queue INFO 5 [655] -2014-12-15 17:07:43 sendUrl INFO 3 [694] -2014-12-15 17:07:43 queue INFO >5 [656] -2014-12-15 17:07:43 sendUrl INFO 7 [695] -2014-12-15 17:07:44 queue INFO 1 [657] -2014-12-15 17:07:44 sendUrl INFO 7 [696] -2014-12-15 17:07:44 queue INFO >1 [658] -2014-12-15 17:07:44 sendUrl INFO 3 [697] -2014-12-15 17:07:45 queue INFO 5 [659] -2014-12-15 17:07:45 sendUrl INFO 3 [698] -2014-12-15 17:07:45 queue INFO >5 [660] -2014-12-15 17:07:45 sendUrl INFO 7 [699] -2014-12-15 17:07:46 queue INFO 1 [661] -2014-12-15 17:07:46 queue INFO >1 [662] -2014-12-15 17:07:46 sendUrl INFO 7 [700] -2014-12-15 17:07:46 sendUrl INFO 3 [701] -2014-12-15 17:07:47 queue INFO 5 [663] -2014-12-15 17:07:47 sendUrl INFO 3 [702] -2014-12-15 17:07:47 queue INFO >5 [664] -2014-12-15 17:07:47 sendUrl INFO 7 [703] -2014-12-15 17:07:48 queue INFO 1 [665] -2014-12-15 17:07:48 queue INFO 5 [666] -2014-12-15 17:07:48 sendUrl INFO 7 [704] -2014-12-15 17:07:48 queue INFO >5 [667] -2014-12-15 17:07:48 sendUrl INFO 3 [705] -2014-12-15 17:07:49 sendUrl INFO 3 [706] -2014-12-15 17:07:49 sendUrl INFO 7 [707] -2014-12-15 17:07:50 sendUrl INFO 7 [708] -2014-12-15 17:07:50 sendUrl INFO 3 [709] -2014-12-15 17:07:51 queue INFO 1 [668] -2014-12-15 17:07:51 queue INFO 5 [669] -2014-12-15 17:07:51 sendUrl INFO 3 [710] -2014-12-15 17:07:51 queue INFO >5 [670] -2014-12-15 17:07:51 sendUrl INFO 7 [711] -2014-12-15 17:07:52 sendUrl INFO 7 [712] -2014-12-15 17:07:52 sendUrl INFO 3 [713] -2014-12-15 17:07:53 sendUrl INFO 3 [714] -2014-12-15 17:07:53 sendUrl INFO 7 [715] -2014-12-15 17:07:54 queue INFO 1 [671] -2014-12-15 17:07:54 sendUrl INFO 7 [716] -2014-12-15 17:07:54 queue INFO >1 [672] -2014-12-15 17:07:54 sendUrl INFO 3 [717] -2014-12-15 17:07:55 queue INFO 5 [673] -2014-12-15 17:07:55 sendUrl INFO 3 [718] -2014-12-15 17:07:55 queue INFO >5 [674] -2014-12-15 17:07:55 queue INFO 1 [675] -2014-12-15 17:07:56 sendUrl INFO 7 [719] -2014-12-15 17:07:56 queue INFO >1 [676] -2014-12-15 17:07:56 sendUrl INFO 7 [720] -2014-12-15 17:07:56 queue INFO 5 [677] -2014-12-15 17:07:57 sendUrl INFO 3 [721] -2014-12-15 17:07:57 queue INFO >5 [678] -2014-12-15 17:07:57 sendUrl INFO 3 [722] -2014-12-15 17:07:57 queue INFO 1 [679] -2014-12-15 17:07:57 queue INFO >1 [680] -2014-12-15 17:07:58 sendUrl INFO 7 [723] -2014-12-15 17:07:58 sendUrl INFO 7 [724] -2014-12-15 17:07:58 queue INFO 5 [681] -2014-12-15 17:07:58 queue INFO >5 [682] -2014-12-15 17:07:59 sendUrl INFO 3 [725] -2014-12-15 17:07:59 queue INFO 1 [683] -2014-12-15 17:07:59 queue INFO >1 [684] -2014-12-15 17:07:59 sendUrl INFO 3 [726] -2014-12-15 17:08:00 sendUrl INFO 7 [727] -2014-12-15 17:08:00 queue INFO 5 [685] -2014-12-15 17:08:00 queue INFO >5 [686] -2014-12-15 17:08:00 sendUrl INFO 7 [728] -2014-12-15 17:08:00 queue INFO 1 [687] -2014-12-15 17:08:01 sendUrl INFO 3 [729] -2014-12-15 17:08:01 queue INFO >1 [688] -2014-12-15 17:08:01 sendUrl INFO 3 [730] -2014-12-15 17:08:01 queue INFO 5 [689] -2014-12-15 17:08:02 queue INFO >5 [690] -2014-12-15 17:08:02 sendUrl INFO 7 [731] -2014-12-15 17:08:02 queue INFO 1 [691] -2014-12-15 17:08:02 sendUrl INFO 7 [732] -2014-12-15 17:08:02 queue INFO >1 [692] -2014-12-15 17:08:03 sendUrl INFO 3 [733] -2014-12-15 17:08:03 queue INFO 5 [693] -2014-12-15 17:08:03 sendUrl INFO 3 [734] -2014-12-15 17:08:03 queue INFO >5 [694] -2014-12-15 17:08:04 queue INFO 1 [695] -2014-12-15 17:08:04 sendUrl INFO 7 [735] -2014-12-15 17:08:04 queue INFO >1 [696] -2014-12-15 17:08:04 queue INFO 5 [697] -2014-12-15 17:08:04 sendUrl INFO 7 [736] -2014-12-15 17:08:04 queue INFO >5 [698] -2014-12-15 17:08:05 queue INFO 1 [699] -2014-12-15 17:08:05 sendUrl INFO 3 [737] -2014-12-15 17:08:05 queue INFO >1 [700] -2014-12-15 17:08:05 sendUrl INFO 3 [738] -2014-12-15 17:08:06 queue INFO 5 [701] -2014-12-15 17:08:06 sendUrl INFO 7 [739] -2014-12-15 17:08:06 queue INFO >5 [702] -2014-12-15 17:08:06 sendUrl INFO 7 [740] -2014-12-15 17:08:06 queue INFO 1 [703] -2014-12-15 17:08:06 queue INFO >1 [704] -2014-12-15 17:08:07 sendUrl INFO 3 [741] -2014-12-15 17:08:07 sendUrl INFO 3 [742] -2014-12-15 17:08:07 queue INFO 5 [705] -2014-12-15 17:08:07 queue INFO >5 [706] -2014-12-15 17:08:08 sendUrl INFO 7 [743] -2014-12-15 17:08:08 queue INFO 1 [707] -2014-12-15 17:08:08 sendUrl INFO 7 [744] -2014-12-15 17:08:08 queue INFO >1 [708] -2014-12-15 17:08:09 sendUrl INFO 3 [745] -2014-12-15 17:08:09 queue INFO 5 [709] -2014-12-15 17:08:09 queue INFO >5 [710] -2014-12-15 17:08:09 sendUrl INFO 3 [746] -2014-12-15 17:08:10 queue INFO 1 [711] -2014-12-15 17:08:10 sendUrl INFO 7 [747] -2014-12-15 17:08:10 queue INFO >1 [712] -2014-12-15 17:08:10 sendUrl INFO 7 [748] -2014-12-15 17:08:11 queue INFO 5 [713] -2014-12-15 17:08:11 sendUrl INFO 3 [749] -2014-12-15 17:08:11 queue INFO >5 [714] -2014-12-15 17:08:11 queue INFO 1 [715] -2014-12-15 17:08:11 sendUrl INFO 3 [750] -2014-12-15 17:08:11 queue INFO >1 [716] -2014-12-15 17:08:12 sendUrl INFO 7 [751] -2014-12-15 17:08:12 queue INFO 5 [717] -2014-12-15 17:08:12 sendUrl INFO 7 [752] -2014-12-15 17:08:12 queue INFO >5 [718] -2014-12-15 17:08:13 sendUrl INFO 3 [753] -2014-12-15 17:08:13 queue INFO 1 [719] -2014-12-15 17:08:13 queue INFO >1 [720] -2014-12-15 17:08:13 sendUrl INFO 3 [754] -2014-12-15 17:08:14 sendUrl INFO 7 [755] -2014-12-15 17:08:14 queue INFO 5 [721] -2014-12-15 17:08:14 queue INFO >5 [722] -2014-12-15 17:08:14 sendUrl INFO 7 [756] -2014-12-15 17:08:15 queue INFO 1 [723] -2014-12-15 17:08:15 sendUrl INFO 3 [757] -2014-12-15 17:08:15 queue INFO >1 [724] -2014-12-15 17:08:15 sendUrl INFO 3 [758] -2014-12-15 17:08:16 queue INFO 5 [725] -2014-12-15 17:08:16 sendUrl INFO 7 [759] -2014-12-15 17:08:16 queue INFO >5 [726] -2014-12-15 17:08:16 sendUrl INFO 7 [760] -2014-12-15 17:08:16 queue INFO 1 [727] -2014-12-15 17:08:16 queue INFO >1 [728] -2014-12-15 17:08:17 sendUrl INFO 3 [761] -2014-12-15 17:08:17 sendUrl INFO 3 [762] -2014-12-15 17:08:17 queue INFO 5 [729] -2014-12-15 17:08:18 queue INFO >5 [730] -2014-12-15 17:08:18 sendUrl INFO 7 [763] -2014-12-15 17:08:18 queue INFO 1 [731] -2014-12-15 17:08:18 sendUrl INFO 7 [764] -2014-12-15 17:08:18 queue INFO >1 [732] -2014-12-15 17:08:19 queue INFO 5 [733] -2014-12-15 17:08:19 queue INFO >5 [734] -2014-12-15 17:08:19 sendUrl INFO 3 [765] -2014-12-15 17:08:19 sendUrl INFO 3 [766] -2014-12-15 17:08:19 queue INFO 1 [735] -2014-12-15 17:08:20 queue INFO >1 [736] -2014-12-15 17:08:20 sendUrl INFO 7 [767] -2014-12-15 17:08:20 sendUrl INFO 7 [768] -2014-12-15 17:08:20 queue INFO 5 [737] -2014-12-15 17:08:21 queue INFO >5 [738] -2014-12-15 17:08:21 sendUrl INFO 3 [769] -2014-12-15 17:08:21 queue INFO 1 [739] -2014-12-15 17:08:21 sendUrl INFO 3 [770] -2014-12-15 17:08:21 queue INFO >1 [740] -2014-12-15 17:08:22 sendUrl INFO 7 [771] -2014-12-15 17:08:22 sendUrl INFO 7 [772] -2014-12-15 17:08:22 queue INFO 5 [741] -2014-12-15 17:08:23 queue INFO >5 [742] -2014-12-15 17:08:23 sendUrl INFO 3 [773] -2014-12-15 17:08:23 queue INFO 1 [743] -2014-12-15 17:08:23 sendUrl INFO 3 [774] -2014-12-15 17:08:23 queue INFO >1 [744] -2014-12-15 17:08:24 sendUrl INFO 7 [775] -2014-12-15 17:08:24 queue INFO 5 [745] -2014-12-15 17:08:24 sendUrl INFO 7 [776] -2014-12-15 17:08:24 queue INFO >5 [746] -2014-12-15 17:08:25 sendUrl INFO 3 [777] -2014-12-15 17:08:25 queue INFO 1 [747] -2014-12-15 17:08:25 sendUrl INFO 3 [778] -2014-12-15 17:08:25 queue INFO >1 [748] -2014-12-15 17:08:26 sendUrl INFO 7 [779] -2014-12-15 17:08:26 queue INFO 5 [749] -2014-12-15 17:08:26 sendUrl INFO 7 [780] -2014-12-15 17:08:26 queue INFO >5 [750] -2014-12-15 17:08:27 sendUrl INFO 3 [781] -2014-12-15 17:08:27 queue INFO 1 [751] -2014-12-15 17:08:27 sendUrl INFO 3 [782] -2014-12-15 17:08:27 queue INFO >1 [752] -2014-12-15 17:08:28 sendUrl INFO 7 [783] -2014-12-15 17:08:28 queue INFO 5 [753] -2014-12-15 17:08:28 sendUrl INFO 7 [784] -2014-12-15 17:08:28 queue INFO >5 [754] -2014-12-15 17:08:29 sendUrl INFO 3 [785] -2014-12-15 17:08:29 queue INFO 1 [755] -2014-12-15 17:08:29 queue INFO >1 [756] -2014-12-15 17:08:29 sendUrl INFO 3 [786] -2014-12-15 17:08:30 sendUrl INFO 7 [787] -2014-12-15 17:08:30 queue INFO 5 [757] -2014-12-15 17:08:30 sendUrl INFO 7 [788] -2014-12-15 17:08:30 queue INFO >5 [758] -2014-12-15 17:08:31 sendUrl INFO 3 [789] -2014-12-15 17:08:31 queue INFO 1 [759] -2014-12-15 17:08:31 sendUrl INFO 3 [790] -2014-12-15 17:08:31 queue INFO >1 [760] -2014-12-15 17:08:32 sendUrl INFO 7 [791] -2014-12-15 17:08:32 queue INFO 5 [761] -2014-12-15 17:08:32 sendUrl INFO 7 [792] -2014-12-15 17:08:32 queue INFO >5 [762] -2014-12-15 17:08:33 queue INFO 1 [763] -2014-12-15 17:08:33 sendUrl INFO 3 [793] -2014-12-15 17:08:33 queue INFO >1 [764] -2014-12-15 17:08:33 queue INFO 5 [765] -2014-12-15 17:08:33 sendUrl INFO 3 [794] -2014-12-15 17:08:33 queue INFO >5 [766] -2014-12-15 17:08:34 sendUrl INFO 7 [795] -2014-12-15 17:08:34 queue INFO 1 [767] -2014-12-15 17:08:34 queue INFO >1 [768] -2014-12-15 17:08:34 sendUrl INFO 7 [796] -2014-12-15 17:08:35 sendUrl INFO 3 [797] -2014-12-15 17:08:35 queue INFO 5 [769] -2014-12-15 17:08:35 sendUrl INFO 3 [798] -2014-12-15 17:08:36 queue INFO >5 [770] -2014-12-15 17:08:36 sendUrl INFO 7 [799] -2014-12-15 17:08:36 queue INFO 1 [771] -2014-12-15 17:08:36 queue INFO >1 [772] -2014-12-15 17:08:36 sendUrl INFO 7 [800] -2014-12-15 17:08:37 sendUrl INFO 3 [801] -2014-12-15 17:08:37 queue INFO 5 [773] -2014-12-15 17:08:37 sendUrl INFO 3 [802] -2014-12-15 17:08:38 queue INFO >5 [774] -2014-12-15 17:08:38 queue INFO 1 [775] -2014-12-15 17:08:38 sendUrl INFO 7 [803] -2014-12-15 17:08:38 queue INFO >1 [776] -2014-12-15 17:08:38 queue INFO 5 [777] -2014-12-15 17:08:39 sendUrl INFO 7 [804] -2014-12-15 17:08:39 queue INFO >5 [778] -2014-12-15 17:08:39 sendUrl INFO 3 [805] -2014-12-15 17:08:39 queue INFO 1 [779] -2014-12-15 17:08:39 queue INFO >1 [780] -2014-12-15 17:08:40 sendUrl INFO 3 [806] -2014-12-15 17:08:40 sendUrl INFO 7 [807] -2014-12-15 17:08:40 queue INFO 5 [781] -2014-12-15 17:08:41 sendUrl INFO 7 [808] -2014-12-15 17:08:41 queue INFO >5 [782] -2014-12-15 17:08:41 queue INFO 1 [783] -2014-12-15 17:08:41 sendUrl INFO 3 [809] -2014-12-15 17:08:41 queue INFO >1 [784] -2014-12-15 17:08:42 sendUrl INFO 3 [810] -2014-12-15 17:08:42 sendUrl INFO 7 [811] -2014-12-15 17:08:42 queue INFO 5 [785] -2014-12-15 17:08:42 queue INFO >5 [786] -2014-12-15 17:08:43 sendUrl INFO 7 [812] -2014-12-15 17:08:43 queue INFO 1 [787] -2014-12-15 17:08:43 sendUrl INFO 3 [813] -2014-12-15 17:08:43 queue INFO >1 [788] -2014-12-15 17:08:44 sendUrl INFO 3 [814] -2014-12-15 17:08:44 sendUrl INFO 7 [815] -2014-12-15 17:08:44 queue INFO 5 [789] -2014-12-15 17:08:44 queue INFO >5 [790] -2014-12-15 17:08:45 sendUrl INFO 7 [816] -2014-12-15 17:08:45 queue INFO 1 [791] -2014-12-15 17:08:45 sendUrl INFO 3 [817] -2014-12-15 17:08:45 queue INFO >1 [792] -2014-12-15 17:08:46 sendUrl INFO 3 [818] -2014-12-15 17:08:46 queue INFO 5 [793] -2014-12-15 17:08:46 sendUrl INFO 7 [819] -2014-12-15 17:08:46 queue INFO >5 [794] -2014-12-15 17:08:47 sendUrl INFO 7 [820] -2014-12-15 17:08:47 queue INFO 1 [795] -2014-12-15 17:08:47 queue INFO >1 [796] -2014-12-15 17:08:47 sendUrl INFO 3 [821] -2014-12-15 17:08:48 sendUrl INFO 3 [822] -2014-12-15 17:08:48 queue INFO 5 [797] -2014-12-15 17:08:48 queue INFO >5 [798] -2014-12-15 17:08:48 sendUrl INFO 7 [823] -2014-12-15 17:08:49 sendUrl INFO 7 [824] -2014-12-15 17:08:49 queue INFO 1 [799] -2014-12-15 17:08:49 queue INFO >1 [800] -2014-12-15 17:08:49 sendUrl INFO 3 [825] -2014-12-15 17:08:50 sendUrl INFO 3 [826] -2014-12-15 17:08:50 queue INFO 5 [801] -2014-12-15 17:08:50 queue INFO >5 [802] -2014-12-15 17:08:50 sendUrl INFO 7 [827] -2014-12-15 17:08:51 sendUrl INFO 7 [828] -2014-12-15 17:08:51 queue INFO 1 [803] -2014-12-15 17:08:51 queue INFO >1 [804] -2014-12-15 17:08:51 sendUrl INFO 3 [829] -2014-12-15 17:08:52 sendUrl INFO 3 [830] -2014-12-15 17:08:52 queue INFO 5 [805] -2014-12-15 17:08:52 queue INFO >5 [806] -2014-12-15 17:08:52 sendUrl INFO 7 [831] -2014-12-15 17:08:53 sendUrl INFO 7 [832] -2014-12-15 17:08:53 queue INFO 1 [807] -2014-12-15 17:08:53 queue INFO >1 [808] -2014-12-15 17:08:53 sendUrl INFO 3 [833] -2014-12-15 17:08:54 queue INFO 5 [809] -2014-12-15 17:08:54 sendUrl INFO 3 [834] -2014-12-15 17:08:54 queue INFO >5 [810] -2014-12-15 17:08:54 sendUrl INFO 7 [835] -2014-12-15 17:08:55 queue INFO 1 [811] -2014-12-15 17:08:55 sendUrl INFO 7 [836] -2014-12-15 17:08:55 queue INFO >1 [812] -2014-12-15 17:08:55 sendUrl INFO 3 [837] -2014-12-15 17:08:56 queue INFO 5 [813] -2014-12-15 17:08:56 sendUrl INFO 3 [838] -2014-12-15 17:08:56 queue INFO >5 [814] -2014-12-15 17:08:56 sendUrl INFO 7 [839] -2014-12-15 17:08:56 queue INFO 1 [815] -2014-12-15 17:08:57 queue INFO >1 [816] -2014-12-15 17:08:57 sendUrl INFO 7 [840] -2014-12-15 17:08:57 sendUrl INFO 3 [841] -2014-12-15 17:08:57 queue INFO 5 [817] -2014-12-15 17:08:58 queue INFO >5 [818] -2014-12-15 17:08:58 sendUrl INFO 3 [842] -2014-12-15 17:08:58 queue INFO 1 [819] -2014-12-15 17:08:58 sendUrl INFO 7 [843] -2014-12-15 17:08:58 queue INFO >1 [820] -2014-12-15 17:08:59 sendUrl INFO 7 [844] -2014-12-15 17:08:59 queue INFO 5 [821] -2014-12-15 17:08:59 sendUrl INFO 3 [845] -2014-12-15 17:08:59 queue INFO >5 [822] -2014-12-15 17:09:00 sendUrl INFO 3 [846] -2014-12-15 17:09:00 queue INFO 1 [823] -2014-12-15 17:09:00 queue INFO >1 [824] -2014-12-15 17:09:00 sendUrl INFO 7 [847] -2014-12-15 17:09:01 sendUrl INFO 7 [848] -2014-12-15 17:09:01 queue INFO 5 [825] -2014-12-15 17:09:01 sendUrl INFO 3 [849] -2014-12-15 17:09:01 queue INFO >5 [826] -2014-12-15 17:09:02 queue INFO 1 [827] -2014-12-15 17:09:02 sendUrl INFO 3 [850] -2014-12-15 17:09:02 queue INFO >1 [828] -2014-12-15 17:09:02 sendUrl INFO 7 [851] -2014-12-15 17:09:03 queue INFO 5 [829] -2014-12-15 17:09:03 sendUrl INFO 7 [852] -2014-12-15 17:09:03 queue INFO >5 [830] -2014-12-15 17:09:03 sendUrl INFO 3 [853] -2014-12-15 17:09:03 queue INFO 1 [831] -2014-12-15 17:09:04 queue INFO >1 [832] -2014-12-15 17:09:04 sendUrl INFO 3 [854] -2014-12-15 17:09:04 queue INFO 5 [833] -2014-12-15 17:09:04 queue INFO >5 [834] -2014-12-15 17:09:04 sendUrl INFO 7 [855] -2014-12-15 17:09:05 queue INFO 1 [835] -2014-12-15 17:09:05 sendUrl INFO 7 [856] -2014-12-15 17:09:05 queue INFO >1 [836] -2014-12-15 17:09:05 sendUrl INFO 3 [857] -2014-12-15 17:09:06 queue INFO 5 [837] -2014-12-15 17:09:06 queue INFO >5 [838] -2014-12-15 17:09:06 sendUrl INFO 3 [858] -2014-12-15 17:09:06 sendUrl INFO 7 [859] -2014-12-15 17:09:06 queue INFO 1 [839] -2014-12-15 17:09:07 queue INFO >1 [840] -2014-12-15 17:09:07 sendUrl INFO 7 [860] -2014-12-15 17:09:07 sendUrl INFO 3 [861] -2014-12-15 17:09:07 queue INFO 5 [841] -2014-12-15 17:09:08 queue INFO >5 [842] -2014-12-15 17:09:08 sendUrl INFO 3 [862] -2014-12-15 17:09:08 queue INFO 1 [843] -2014-12-15 17:09:08 queue INFO >1 [844] -2014-12-15 17:09:08 sendUrl INFO 7 [863] -2014-12-15 17:09:09 sendUrl INFO 7 [864] -2014-12-15 17:09:09 queue INFO 5 [845] -2014-12-15 17:09:09 queue INFO >5 [846] -2014-12-15 17:09:09 sendUrl INFO 3 [865] -2014-12-15 17:09:10 sendUrl INFO 3 [866] -2014-12-15 17:09:10 queue INFO 1 [847] -2014-12-15 17:09:10 queue INFO >1 [848] -2014-12-15 17:09:10 queue INFO 5 [849] -2014-12-15 17:09:10 sendUrl INFO 7 [867] -2014-12-15 17:09:11 queue INFO >5 [850] -2014-12-15 17:09:11 sendUrl INFO 7 [868] -2014-12-15 17:09:11 queue INFO 1 [851] -2014-12-15 17:09:11 queue INFO >1 [852] -2014-12-15 17:09:11 sendUrl INFO 3 [869] -2014-12-15 17:09:12 sendUrl INFO 3 [870] -2014-12-15 17:09:12 queue INFO 5 [853] -2014-12-15 17:09:12 queue INFO >5 [854] -2014-12-15 17:09:12 sendUrl INFO 7 [871] -2014-12-15 17:09:13 queue INFO 1 [855] -2014-12-15 17:09:13 sendUrl INFO 7 [872] -2014-12-15 17:09:13 queue INFO >1 [856] -2014-12-15 17:09:13 sendUrl INFO 3 [873] -2014-12-15 17:09:14 queue INFO 5 [857] -2014-12-15 17:09:14 sendUrl INFO 3 [874] -2014-12-15 17:09:14 queue INFO >5 [858] -2014-12-15 17:09:14 sendUrl INFO 7 [875] -2014-12-15 17:09:15 queue INFO 1 [859] -2014-12-15 17:09:15 queue INFO >1 [860] -2014-12-15 17:09:15 sendUrl INFO 7 [876] -2014-12-15 17:09:15 sendUrl INFO 3 [877] -2014-12-15 17:09:16 queue INFO 5 [861] -2014-12-15 17:09:16 queue INFO >5 [862] -2014-12-15 17:09:16 sendUrl INFO 3 [878] -2014-12-15 17:09:16 sendUrl INFO 7 [879] -2014-12-15 17:09:17 queue INFO 1 [863] -2014-12-15 17:09:17 queue INFO >1 [864] -2014-12-15 17:09:17 sendUrl INFO 7 [880] -2014-12-15 17:09:17 sendUrl INFO 3 [881] -2014-12-15 17:09:18 queue INFO 5 [865] -2014-12-15 17:09:18 sendUrl INFO 3 [882] -2014-12-15 17:09:18 queue INFO >5 [866] -2014-12-15 17:09:18 queue INFO 1 [867] -2014-12-15 17:09:18 sendUrl INFO 7 [883] -2014-12-15 17:09:19 queue INFO >1 [868] -2014-12-15 17:09:19 sendUrl INFO 7 [884] -2014-12-15 17:09:19 queue INFO 5 [869] -2014-12-15 17:09:19 queue INFO >5 [870] -2014-12-15 17:09:20 sendUrl INFO 3 [885] -2014-12-15 17:09:20 sendUrl INFO 3 [886] -2014-12-15 17:09:20 queue INFO 1 [871] -2014-12-15 17:09:20 queue INFO >1 [872] -2014-12-15 17:09:21 sendUrl INFO 7 [887] -2014-12-15 17:09:21 queue INFO 5 [873] -2014-12-15 17:09:21 queue INFO >5 [874] -2014-12-15 17:09:21 sendUrl INFO 7 [888] -2014-12-15 17:09:21 queue INFO 1 [875] -2014-12-15 17:09:22 sendUrl INFO 3 [889] -2014-12-15 17:09:22 queue INFO >1 [876] -2014-12-15 17:09:22 sendUrl INFO 3 [890] -2014-12-15 17:09:23 sendUrl INFO 7 [891] -2014-12-15 17:09:23 queue INFO 5 [877] -2014-12-15 17:09:23 queue INFO >5 [878] -2014-12-15 17:09:23 sendUrl INFO 7 [892] -2014-12-15 17:09:23 queue INFO 1 [879] -2014-12-15 17:09:24 sendUrl INFO 3 [893] -2014-12-15 17:09:24 queue INFO >1 [880] -2014-12-15 17:09:24 sendUrl INFO 3 [894] -2014-12-15 17:09:24 queue INFO 5 [881] -2014-12-15 17:09:25 sendUrl INFO 7 [895] -2014-12-15 17:09:25 queue INFO >5 [882] -2014-12-15 17:09:25 sendUrl INFO 7 [896] -2014-12-15 17:09:25 queue INFO 1 [883] -2014-12-15 17:09:26 sendUrl INFO 3 [897] -2014-12-15 17:09:26 queue INFO >1 [884] -2014-12-15 17:09:26 sendUrl INFO 3 [898] -2014-12-15 17:09:26 queue INFO 5 [885] -2014-12-15 17:09:26 queue INFO >5 [886] -2014-12-15 17:09:27 sendUrl INFO 7 [899] -2014-12-15 17:09:27 sendUrl INFO 7 [900] -2014-12-15 17:09:27 queue INFO 1 [887] -2014-12-15 17:09:27 queue INFO >1 [888] -2014-12-15 17:09:28 sendUrl INFO 3 [901] -2014-12-15 17:09:28 sendUrl INFO 3 [902] -2014-12-15 17:09:28 queue INFO 5 [889] -2014-12-15 17:09:28 queue INFO >5 [890] -2014-12-15 17:09:29 sendUrl INFO 7 [903] -2014-12-15 17:09:29 queue INFO 1 [891] -2014-12-15 17:09:29 sendUrl INFO 7 [904] -2014-12-15 17:09:29 queue INFO >1 [892] -2014-12-15 17:09:30 sendUrl INFO 3 [905] -2014-12-15 17:09:30 queue INFO 5 [893] -2014-12-15 17:09:30 sendUrl INFO 7 [906] -2014-12-15 17:09:30 queue INFO >5 [894] -2014-12-15 17:09:31 sendUrl INFO 3 [907] -2014-12-15 17:09:31 queue INFO 1 [895] -2014-12-15 17:09:31 queue INFO >1 [896] -2014-12-15 17:09:31 sendUrl INFO 7 [908] -2014-12-15 17:09:32 sendUrl INFO 7 [909] -2014-12-15 17:09:32 queue INFO 5 [897] -2014-12-15 17:09:32 queue INFO >5 [898] -2014-12-15 17:09:32 sendUrl INFO 3 [910] -2014-12-15 17:09:33 sendUrl INFO 3 [911] -2014-12-15 17:09:33 queue INFO 1 [899] -2014-12-15 17:09:33 queue INFO >1 [900] -2014-12-15 17:09:33 sendUrl INFO 7 [912] -2014-12-15 17:09:34 sendUrl INFO 7 [913] -2014-12-15 17:09:34 queue INFO 5 [901] -2014-12-15 17:09:34 queue INFO >5 [902] -2014-12-15 17:09:34 sendUrl INFO 3 [914] -2014-12-15 17:09:35 queue INFO 1 [903] -2014-12-15 17:09:35 sendUrl INFO 3 [915] -2014-12-15 17:09:35 queue INFO >1 [904] -2014-12-15 17:09:35 sendUrl INFO 7 [916] -2014-12-15 17:09:36 queue INFO 5 [905] -2014-12-15 17:09:36 sendUrl INFO 7 [917] -2014-12-15 17:09:36 queue INFO >5 [906] -2014-12-15 17:09:36 sendUrl INFO 3 [918] -2014-12-15 17:09:36 queue INFO 1 [907] -2014-12-15 17:09:36 queue INFO >1 [908] -2014-12-15 17:09:37 sendUrl INFO 3 [919] -2014-12-15 17:09:37 queue INFO 5 [909] -2014-12-15 17:09:37 sendUrl INFO 7 [920] -2014-12-15 17:09:37 queue INFO >5 [910] -2014-12-15 17:09:38 sendUrl INFO 7 [921] -2014-12-15 17:09:38 queue INFO 1 [911] -2014-12-15 17:09:38 queue INFO >1 [912] -2014-12-15 17:09:38 sendUrl INFO 3 [922] -2014-12-15 17:09:39 sendUrl INFO 3 [923] -2014-12-15 17:09:39 queue INFO 5 [913] -2014-12-15 17:09:39 sendUrl INFO 7 [924] -2014-12-15 17:09:39 queue INFO >5 [914] -2014-12-15 17:09:40 queue INFO 1 [915] -2014-12-15 17:09:40 sendUrl INFO 7 [925] -2014-12-15 17:09:40 queue INFO >1 [916] -2014-12-15 17:09:40 sendUrl INFO 3 [926] -2014-12-15 17:09:41 queue INFO 5 [917] -2014-12-15 17:09:41 sendUrl INFO 3 [927] -2014-12-15 17:09:41 queue INFO >5 [918] -2014-12-15 17:09:41 sendUrl INFO 7 [928] -2014-12-15 17:09:41 queue INFO 1 [919] -2014-12-15 17:09:42 queue INFO >1 [920] -2014-12-15 17:09:42 sendUrl INFO 7 [929] -2014-12-15 17:09:42 sendUrl INFO 3 [930] -2014-12-15 17:09:43 queue INFO 5 [921] -2014-12-15 17:09:43 sendUrl INFO 3 [931] -2014-12-15 17:09:43 queue INFO >5 [922] -2014-12-15 17:09:43 sendUrl INFO 7 [932] -2014-12-15 17:09:43 queue INFO 1 [923] -2014-12-15 17:09:44 queue INFO >1 [924] -2014-12-15 17:09:44 sendUrl INFO 7 [933] -2014-12-15 17:09:44 sendUrl INFO 3 [934] -2014-12-15 17:09:44 queue INFO 5 [925] -2014-12-15 17:09:44 queue INFO >5 [926] -2014-12-15 17:09:45 sendUrl INFO 3 [935] -2014-12-15 17:09:45 queue INFO 1 [927] -2014-12-15 17:09:45 sendUrl INFO 7 [936] -2014-12-15 17:09:45 queue INFO >1 [928] -2014-12-15 17:09:46 sendUrl INFO 7 [937] -2014-12-15 17:09:46 queue INFO 5 [929] -2014-12-15 17:09:46 sendUrl INFO 3 [938] -2014-12-15 17:09:47 queue INFO >5 [930] -2014-12-15 17:09:47 sendUrl INFO 3 [939] -2014-12-15 17:09:47 queue INFO 1 [931] -2014-12-15 17:09:47 sendUrl INFO 7 [940] -2014-12-15 17:09:47 queue INFO >1 [932] -2014-12-15 17:09:48 queue INFO 5 [933] -2014-12-15 17:09:48 sendUrl INFO 7 [941] -2014-12-15 17:09:48 queue INFO >5 [934] -2014-12-15 17:09:48 sendUrl INFO 3 [942] -2014-12-15 17:09:49 queue INFO 1 [935] -2014-12-15 17:09:49 sendUrl INFO 3 [943] -2014-12-15 17:09:49 queue INFO >1 [936] -2014-12-15 17:09:49 sendUrl INFO 7 [944] -2014-12-15 17:09:50 sendUrl INFO 7 [945] -2014-12-15 17:09:50 queue INFO 5 [937] -2014-12-15 17:09:50 queue INFO >5 [938] -2014-12-15 17:09:50 sendUrl INFO 3 [946] -2014-12-15 17:09:51 queue INFO 1 [939] -2014-12-15 17:09:51 sendUrl INFO 3 [947] -2014-12-15 17:09:51 queue INFO >1 [940] -2014-12-15 17:09:51 sendUrl INFO 7 [948] -2014-12-15 17:09:52 sendUrl INFO 7 [949] -2014-12-15 17:09:52 queue INFO 5 [941] -2014-12-15 17:09:52 queue INFO >5 [942] -2014-12-15 17:09:52 sendUrl INFO 3 [950] -2014-12-15 17:09:53 queue INFO 1 [943] -2014-12-15 17:09:53 sendUrl INFO 3 [951] -2014-12-15 17:09:53 queue INFO >1 [944] -2014-12-15 17:09:53 queue INFO 5 [945] -2014-12-15 17:09:53 sendUrl INFO 7 [952] -2014-12-15 17:09:54 queue INFO >5 [946] -2014-12-15 17:09:54 sendUrl INFO 7 [953] -2014-12-15 17:09:54 queue INFO 1 [947] -2014-12-15 17:09:54 sendUrl INFO 3 [954] -2014-12-15 17:09:55 queue INFO >1 [948] -2014-12-15 17:09:55 sendUrl INFO 3 [955] -2014-12-15 17:09:55 sendUrl INFO 7 [956] -2014-12-15 17:09:55 queue INFO 5 [949] -2014-12-15 17:09:56 queue INFO >5 [950] -2014-12-15 17:09:56 queue INFO 1 [951] -2014-12-15 17:09:56 sendUrl INFO 7 [957] -2014-12-15 17:09:56 queue INFO >1 [952] -2014-12-15 17:09:56 sendUrl INFO 3 [958] -2014-12-15 17:09:57 queue INFO 5 [953] -2014-12-15 17:09:57 queue INFO >5 [954] -2014-12-15 17:09:57 sendUrl INFO 3 [959] -2014-12-15 17:09:57 sendUrl INFO 7 [960] -2014-12-15 17:09:57 queue INFO 1 [955] -2014-12-15 17:09:58 queue INFO >1 [956] -2014-12-15 17:09:58 queue INFO 5 [957] -2014-12-15 17:09:58 sendUrl INFO 7 [961] -2014-12-15 17:09:58 queue INFO >5 [958] -2014-12-15 17:09:58 sendUrl INFO 3 [962] -2014-12-15 17:09:59 queue INFO 1 [959] -2014-12-15 17:09:59 queue INFO >1 [960] -2014-12-15 17:09:59 sendUrl INFO 3 [963] -2014-12-15 17:09:59 sendUrl INFO 7 [964] -2014-12-15 17:10:00 queue INFO 5 [961] -2014-12-15 17:10:00 sendUrl INFO 7 [965] -2014-12-15 17:10:00 queue INFO >5 [962] -2014-12-15 17:10:00 sendUrl INFO 3 [966] -2014-12-15 17:10:01 queue INFO 1 [963] -2014-12-15 17:10:01 queue INFO >1 [964] -2014-12-15 17:10:01 sendUrl INFO 3 [967] -2014-12-15 17:10:01 sendUrl INFO 7 [968] -2014-12-15 17:10:02 queue INFO 5 [965] -2014-12-15 17:10:02 sendUrl INFO 7 [969] -2014-12-15 17:10:02 queue INFO >5 [966] -2014-12-15 17:10:02 sendUrl INFO 3 [970] -2014-12-15 17:10:03 queue INFO 1 [967] -2014-12-15 17:10:03 queue INFO >1 [968] -2014-12-15 17:10:03 sendUrl INFO 3 [971] -2014-12-15 17:10:03 sendUrl INFO 7 [972] -2014-12-15 17:10:04 sendUrl INFO 7 [973] -2014-12-15 17:10:04 queue INFO 5 [969] -2014-12-15 17:10:04 queue INFO >5 [970] -2014-12-15 17:10:05 sendUrl INFO 3 [974] -2014-12-15 17:10:05 queue INFO 1 [971] -2014-12-15 17:10:05 queue INFO >1 [972] -2014-12-15 17:10:05 sendUrl INFO 3 [975] -2014-12-15 17:10:06 sendUrl INFO 7 [976] -2014-12-15 17:10:06 queue INFO 5 [973] -2014-12-15 17:10:06 queue INFO >5 [974] -2014-12-15 17:10:06 queue INFO 1 [975] -2014-12-15 17:10:06 sendUrl INFO 7 [977] -2014-12-15 17:10:06 queue INFO >1 [976] -2014-12-15 17:10:07 sendUrl INFO 3 [978] -2014-12-15 17:10:07 queue INFO 3 [977] -2014-12-15 17:10:07 queue INFO 7 [978] -2014-12-15 17:10:07 queue INFO >7 [979] -2014-12-15 17:10:07 sendUrl INFO 3 [979] -2014-12-15 17:10:07 queue INFO 3 [980] -2014-12-15 17:10:07 queue INFO >3 [981] -2014-12-15 17:10:08 sendUrl INFO 7 [980] -2014-12-15 17:10:08 queue INFO 7 [982] -2014-12-15 17:10:08 queue INFO >7 [983] -2014-12-15 17:10:08 queue INFO 3 [984] -2014-12-15 17:10:08 sendUrl INFO 7 [981] -2014-12-15 17:10:08 queue INFO >3 [985] -2014-12-15 17:10:09 sendUrl INFO 3 [982] -2014-12-15 17:10:09 queue INFO 7 [986] -2014-12-15 17:10:09 queue INFO >7 [987] -2014-12-15 17:10:09 sendUrl INFO 3 [983] -2014-12-15 17:10:09 queue INFO 3 [988] -2014-12-15 17:10:10 sendUrl INFO 7 [984] -2014-12-15 17:10:10 queue INFO >3 [989] -2014-12-15 17:10:10 sendUrl INFO 7 [985] -2014-12-15 17:10:10 queue INFO 7 [990] -2014-12-15 17:10:11 sendUrl INFO 3 [986] -2014-12-15 17:10:11 queue INFO >7 [991] -2014-12-15 17:10:11 sendUrl INFO 3 [987] -2014-12-15 17:10:11 queue INFO 3 [992] -2014-12-15 17:10:11 queue INFO >3 [993] -2014-12-15 17:10:12 sendUrl INFO 7 [988] -2014-12-15 17:10:12 sendUrl INFO 7 [989] -2014-12-15 17:10:12 queue INFO 7 [994] -2014-12-15 17:10:13 sendUrl INFO 3 [990] -2014-12-15 17:10:13 queue INFO >7 [995] -2014-12-15 17:10:13 sendUrl INFO 3 [991] -2014-12-15 17:10:13 queue INFO 3 [996] -2014-12-15 17:10:13 queue INFO >3 [997] -2014-12-15 17:10:14 sendUrl INFO 7 [992] -2014-12-15 17:10:14 sendUrl INFO 7 [993] -2014-12-15 17:10:14 queue INFO 7 [998] -2014-12-15 17:10:14 queue INFO >7 [999] -2014-12-15 17:10:15 sendUrl INFO 3 [994] -2014-12-15 17:10:15 queue INFO 3 [0] -2014-12-15 17:10:15 sendUrl INFO 3 [995] -2014-12-15 17:10:15 queue INFO >3 [1] -2014-12-15 17:10:16 sendUrl INFO 7 [996] -2014-12-15 17:10:16 sendUrl INFO 7 [997] -2014-12-15 17:10:16 queue INFO 7 [2] -2014-12-15 17:10:16 queue INFO >7 [3] -2014-12-15 17:10:17 sendUrl INFO 3 [998] -2014-12-15 17:10:17 queue INFO 3 [4] -2014-12-15 17:10:17 queue INFO >3 [5] -2014-12-15 17:10:17 sendUrl INFO 3 [999] -2014-12-15 17:10:18 sendUrl INFO 7 [0] -2014-12-15 17:10:18 queue INFO 7 [6] -2014-12-15 17:10:18 queue INFO >7 [7] -2014-12-15 17:10:18 sendUrl INFO 7 [1] -2014-12-15 17:10:18 queue INFO 3 [8] -2014-12-15 17:10:19 sendUrl INFO 3 [2] -2014-12-15 17:10:19 queue INFO >3 [9] -2014-12-15 17:10:19 sendUrl INFO 3 [3] -2014-12-15 17:10:20 queue INFO 7 [10] -2014-12-15 17:10:20 sendUrl INFO 7 [4] -2014-12-15 17:10:20 queue INFO >7 [11] -2014-12-15 17:10:20 sendUrl INFO 7 [5] -2014-12-15 17:10:20 queue INFO 3 [12] -2014-12-15 17:10:21 queue INFO >3 [13] -2014-12-15 17:10:21 sendUrl INFO 3 [6] -2014-12-15 17:10:21 queue INFO 7 [14] -2014-12-15 17:10:21 sendUrl INFO 3 [7] -2014-12-15 17:10:21 queue INFO >7 [15] -2014-12-15 17:10:22 sendUrl INFO 7 [8] -2014-12-15 17:10:22 queue INFO 3 [16] -2014-12-15 17:10:22 queue INFO >3 [17] -2014-12-15 17:10:22 sendUrl INFO 7 [9] -2014-12-15 17:10:23 sendUrl INFO 3 [10] -2014-12-15 17:10:23 queue INFO 7 [18] -2014-12-15 17:10:23 queue INFO >7 [19] -2014-12-15 17:10:23 sendUrl INFO 3 [11] -2014-12-15 17:10:24 sendUrl INFO 7 [12] -2014-12-15 17:10:24 queue INFO 3 [20] -2014-12-15 17:10:24 queue INFO >3 [21] -2014-12-15 17:10:24 sendUrl INFO 7 [13] -2014-12-15 17:10:25 sendUrl INFO 3 [14] -2014-12-15 17:10:25 queue INFO 7 [22] -2014-12-15 17:10:25 queue INFO >7 [23] -2014-12-15 17:10:25 sendUrl INFO 3 [15] -2014-12-15 17:10:26 queue INFO 3 [24] -2014-12-15 17:10:26 sendUrl INFO 7 [16] -2014-12-15 17:10:26 queue INFO >3 [25] -2014-12-15 17:10:26 sendUrl INFO 7 [17] -2014-12-15 17:10:26 queue INFO 7 [26] -2014-12-15 17:10:27 queue INFO >7 [27] -2014-12-15 17:10:27 sendUrl INFO 3 [18] -2014-12-15 17:10:27 queue INFO 3 [28] -2014-12-15 17:10:27 sendUrl INFO 3 [19] -2014-12-15 17:10:27 queue INFO >3 [29] -2014-12-15 17:10:28 sendUrl INFO 7 [20] -2014-12-15 17:10:28 queue INFO 7 [30] -2014-12-15 17:10:28 sendUrl INFO 7 [21] -2014-12-15 17:10:28 queue INFO >7 [31] -2014-12-15 17:10:29 sendUrl INFO 3 [22] -2014-12-15 17:10:29 queue INFO 3 [32] -2014-12-15 17:10:29 queue INFO >3 [33] -2014-12-15 17:10:29 sendUrl INFO 3 [23] -2014-12-15 17:10:30 sendUrl INFO 7 [24] -2014-12-15 17:10:30 queue INFO 7 [34] -2014-12-15 17:10:30 queue INFO >7 [35] -2014-12-15 17:10:30 sendUrl INFO 7 [25] -2014-12-15 17:10:31 queue INFO 3 [36] -2014-12-15 17:10:31 sendUrl INFO 3 [26] -2014-12-15 17:10:31 queue INFO >3 [37] -2014-12-15 17:10:31 sendUrl INFO 3 [27] -2014-12-15 17:10:32 queue INFO 7 [38] -2014-12-15 17:10:32 sendUrl INFO 7 [28] -2014-12-15 17:10:32 queue INFO >7 [39] -2014-12-15 17:10:32 sendUrl INFO 7 [29] -2014-12-15 17:10:32 queue INFO 3 [40] -2014-12-15 17:10:33 queue INFO >3 [41] -2014-12-15 17:10:33 sendUrl INFO 3 [30] -2014-12-15 17:10:33 queue INFO 7 [42] -2014-12-15 17:10:33 sendUrl INFO 3 [31] -2014-12-15 17:10:33 queue INFO >7 [43] -2014-12-15 17:10:34 sendUrl INFO 7 [32] -2014-12-15 17:10:34 queue INFO 3 [44] -2014-12-15 17:10:34 queue INFO >3 [45] -2014-12-15 17:10:34 sendUrl INFO 7 [33] -2014-12-15 17:10:35 sendUrl INFO 3 [34] -2014-12-15 17:10:35 queue INFO 7 [46] -2014-12-15 17:10:35 queue INFO >7 [47] -2014-12-15 17:10:35 sendUrl INFO 3 [35] -2014-12-15 17:10:36 queue INFO 3 [48] -2014-12-15 17:10:36 sendUrl INFO 7 [36] -2014-12-15 17:10:36 queue INFO >3 [49] -2014-12-15 17:10:36 sendUrl INFO 7 [37] -2014-12-15 17:10:37 queue INFO 7 [50] -2014-12-15 17:10:37 sendUrl INFO 3 [38] -2014-12-15 17:10:37 queue INFO >7 [51] -2014-12-15 17:10:37 sendUrl INFO 3 [39] -2014-12-15 17:10:38 queue INFO 3 [52] -2014-12-15 17:10:38 queue INFO >3 [53] -2014-12-15 17:10:38 sendUrl INFO 7 [40] -2014-12-15 17:10:38 sendUrl INFO 7 [41] -2014-12-15 17:10:39 queue INFO 7 [54] -2014-12-15 17:10:39 queue INFO >7 [55] -2014-12-15 17:10:39 sendUrl INFO 3 [42] -2014-12-15 17:10:39 queue INFO 3 [56] -2014-12-15 17:10:39 sendUrl INFO 3 [43] -2014-12-15 17:10:40 queue INFO >3 [57] -2014-12-15 17:10:40 sendUrl INFO 7 [44] -2014-12-15 17:10:40 queue INFO 7 [58] -2014-12-15 17:10:40 sendUrl INFO 7 [45] -2014-12-15 17:10:41 queue INFO >7 [59] -2014-12-15 17:10:41 sendUrl INFO 3 [46] -2014-12-15 17:10:41 queue INFO 3 [60] -2014-12-15 17:10:41 queue INFO >3 [61] -2014-12-15 17:10:41 sendUrl INFO 3 [47] -2014-12-15 17:10:42 sendUrl INFO 7 [48] -2014-12-15 17:10:42 queue INFO 7 [62] -2014-12-15 17:10:42 queue INFO >7 [63] -2014-12-15 17:10:42 sendUrl INFO 7 [49] -2014-12-15 17:10:43 sendUrl INFO 3 [50] -2014-12-15 17:10:43 queue INFO 3 [64] -2014-12-15 17:10:43 queue INFO >3 [65] -2014-12-15 17:10:43 sendUrl INFO 3 [51] -2014-12-15 17:10:44 sendUrl INFO 7 [52] -2014-12-15 17:10:44 queue INFO 7 [66] -2014-12-15 17:10:44 queue INFO >7 [67] -2014-12-15 17:10:44 sendUrl INFO 7 [53] -2014-12-15 17:10:45 queue INFO 3 [68] -2014-12-15 17:10:45 sendUrl INFO 3 [54] -2014-12-15 17:10:45 queue INFO >3 [69] -2014-12-15 17:10:45 sendUrl INFO 3 [55] -2014-12-15 17:10:46 queue INFO 7 [70] -2014-12-15 17:10:46 sendUrl INFO 7 [56] -2014-12-15 17:10:46 queue INFO >7 [71] -2014-12-15 17:10:46 sendUrl INFO 7 [57] -2014-12-15 17:10:47 queue INFO 3 [72] -2014-12-15 17:10:47 queue INFO >3 [73] -2014-12-15 17:10:47 sendUrl INFO 3 [58] -2014-12-15 17:10:47 sendUrl INFO 3 [59] -2014-12-15 17:10:48 queue INFO 7 [74] -2014-12-15 17:10:48 queue INFO >7 [75] -2014-12-15 17:10:48 sendUrl INFO 7 [60] -2014-12-15 17:10:48 queue INFO 3 [76] -2014-12-15 17:10:49 sendUrl INFO 7 [61] -2014-12-15 17:10:49 queue INFO >3 [77] -2014-12-15 17:10:49 sendUrl INFO 3 [62] -2014-12-15 17:10:50 sendUrl INFO 3 [63] -2014-12-15 17:10:50 queue INFO 7 [78] -2014-12-15 17:10:50 queue INFO >7 [79] -2014-12-15 17:10:50 sendUrl INFO 7 [64] -2014-12-15 17:10:50 queue INFO 3 [80] -2014-12-15 17:10:51 sendUrl INFO 7 [65] -2014-12-15 17:10:51 queue INFO >3 [81] -2014-12-15 17:10:51 sendUrl INFO 3 [66] -2014-12-15 17:10:51 queue INFO 7 [82] -2014-12-15 17:10:52 sendUrl INFO 3 [67] -2014-12-15 17:10:52 queue INFO >7 [83] -2014-12-15 17:10:52 sendUrl INFO 7 [68] -2014-12-15 17:10:52 queue INFO 3 [84] -2014-12-15 17:10:52 queue INFO >3 [85] -2014-12-15 17:10:53 sendUrl INFO 7 [69] -2014-12-15 17:10:53 sendUrl INFO 3 [70] -2014-12-15 17:10:53 queue INFO 7 [86] -2014-12-15 17:10:54 sendUrl INFO 3 [71] -2014-12-15 17:10:54 queue INFO >7 [87] -2014-12-15 17:10:54 sendUrl INFO 7 [72] -2014-12-15 17:10:54 queue INFO 3 [88] -2014-12-15 17:10:54 queue INFO >3 [89] -2014-12-15 17:10:55 sendUrl INFO 7 [73] -2014-12-15 17:10:55 sendUrl INFO 3 [74] -2014-12-15 17:10:56 queue INFO 7 [90] -2014-12-15 17:10:56 sendUrl INFO 3 [75] -2014-12-15 17:10:56 queue INFO >7 [91] -2014-12-15 17:10:56 sendUrl INFO 7 [76] -2014-12-15 17:10:56 queue INFO 3 [92] -2014-12-15 17:10:57 queue INFO >3 [93] -2014-12-15 17:10:57 sendUrl INFO 7 [77] -2014-12-15 17:10:57 sendUrl INFO 3 [78] -2014-12-15 17:10:58 queue INFO 7 [94] -2014-12-15 17:10:58 sendUrl INFO 3 [79] -2014-12-15 17:10:58 queue INFO >7 [95] -2014-12-15 17:10:58 sendUrl INFO 7 [80] -2014-12-15 17:10:58 queue INFO 3 [96] -2014-12-15 17:10:58 queue INFO >3 [97] -2014-12-15 17:10:59 sendUrl INFO 7 [81] -2014-12-15 17:10:59 queue INFO 7 [98] -2014-12-15 17:10:59 sendUrl INFO 3 [82] -2014-12-15 17:10:59 queue INFO >7 [99] -2014-12-15 17:11:00 sendUrl INFO 3 [83] -2014-12-15 17:11:00 queue INFO 3 [100] -2014-12-15 17:11:00 queue INFO >3 [101] -2014-12-15 17:11:00 sendUrl INFO 7 [84] -2014-12-15 17:11:01 sendUrl INFO 7 [85] -2014-12-15 17:11:01 queue INFO 7 [102] -2014-12-15 17:11:01 sendUrl INFO 3 [86] -2014-12-15 17:11:01 queue INFO >7 [103] -2014-12-15 17:11:02 sendUrl INFO 3 [87] -2014-12-15 17:11:02 queue INFO 3 [104] -2014-12-15 17:11:02 queue INFO >3 [105] -2014-12-15 17:11:02 sendUrl INFO 7 [88] -2014-12-15 17:11:03 queue INFO 7 [106] -2014-12-15 17:11:03 sendUrl INFO 7 [89] -2014-12-15 17:11:03 queue INFO >7 [107] -2014-12-15 17:11:03 sendUrl INFO 3 [90] -2014-12-15 17:11:03 queue INFO 3 [108] -2014-12-15 17:11:04 queue INFO >3 [109] -2014-12-15 17:11:04 sendUrl INFO 3 [91] -2014-12-15 17:11:04 sendUrl INFO 7 [92] -2014-12-15 17:11:04 queue INFO 7 [110] -2014-12-15 17:11:05 queue INFO >7 [111] -2014-12-15 17:11:05 sendUrl INFO 7 [93] -2014-12-15 17:11:05 queue INFO 3 [112] -2014-12-15 17:11:05 sendUrl INFO 3 [94] -2014-12-15 17:11:05 queue INFO >3 [113] -2014-12-15 17:11:06 sendUrl INFO 3 [95] -2014-12-15 17:11:06 queue INFO 7 [114] -2014-12-15 17:11:06 sendUrl INFO 7 [96] -2014-12-15 17:11:06 queue INFO >7 [115] -2014-12-15 17:11:07 queue INFO 3 [116] -2014-12-15 17:11:07 sendUrl INFO 7 [97] -2014-12-15 17:11:07 queue INFO >3 [117] -2014-12-15 17:11:07 sendUrl INFO 3 [98] -2014-12-15 17:11:07 queue INFO 7 [118] -2014-12-15 17:11:08 queue INFO >7 [119] -2014-12-15 17:11:08 sendUrl INFO 3 [99] -2014-12-15 17:11:08 sendUrl INFO 7 [100] -2014-12-15 17:11:08 queue INFO 3 [120] -2014-12-15 17:11:08 queue INFO >3 [121] -2014-12-15 17:11:09 queue INFO 7 [122] -2014-12-15 17:11:09 sendUrl INFO 7 [101] -2014-12-15 17:11:09 queue INFO >7 [123] -2014-12-15 17:11:09 sendUrl INFO 3 [102] -2014-12-15 17:11:09 queue INFO 3 [124] -2014-12-15 17:11:10 queue INFO >3 [125] -2014-12-15 17:11:10 sendUrl INFO 3 [103] -2014-12-15 17:11:10 queue INFO 7 [126] -2014-12-15 17:11:10 queue INFO >7 [127] -2014-12-15 17:11:10 sendUrl INFO 7 [104] -2014-12-15 17:11:10 queue INFO 3 [128] -2014-12-15 17:11:11 queue INFO >3 [129] -2014-12-15 17:11:11 sendUrl INFO 7 [105] -2014-12-15 17:11:11 sendUrl INFO 3 [106] -2014-12-15 17:11:11 queue INFO 7 [130] -2014-12-15 17:11:12 queue INFO >7 [131] -2014-12-15 17:11:12 sendUrl INFO 3 [107] -2014-12-15 17:11:12 queue INFO 3 [132] -2014-12-15 17:11:12 queue INFO >3 [133] -2014-12-15 17:11:12 sendUrl INFO 7 [108] -2014-12-15 17:11:13 queue INFO 7 [134] -2014-12-15 17:11:13 sendUrl INFO 7 [109] -2014-12-15 17:11:13 queue INFO >7 [135] -2014-12-15 17:11:13 queue INFO 3 [136] -2014-12-15 17:11:13 sendUrl INFO 3 [110] -2014-12-15 17:11:13 queue INFO >3 [137] -2014-12-15 17:11:14 queue INFO 7 [138] -2014-12-15 17:11:14 queue INFO >7 [139] -2014-12-15 17:11:14 sendUrl INFO 3 [111] -2014-12-15 17:11:14 queue INFO 3 [140] -2014-12-15 17:11:14 queue INFO >3 [141] -2014-12-15 17:11:14 sendUrl INFO 7 [112] -2014-12-15 17:11:15 queue INFO 7 [142] -2014-12-15 17:11:15 sendUrl INFO 7 [113] -2014-12-15 17:11:15 queue INFO >7 [143] -2014-12-15 17:11:15 sendUrl INFO 3 [114] -2014-12-15 17:11:15 queue INFO 3 [144] -2014-12-15 17:11:16 queue INFO >3 [145] -2014-12-15 17:11:16 sendUrl INFO 3 [115] -2014-12-15 17:11:16 sendUrl INFO 7 [116] -2014-12-15 17:11:16 queue INFO 7 [146] -2014-12-15 17:11:17 queue INFO >7 [147] -2014-12-15 17:11:17 sendUrl INFO 7 [117] -2014-12-15 17:11:17 queue INFO 3 [148] -2014-12-15 17:11:17 queue INFO >3 [149] -2014-12-15 17:11:17 sendUrl INFO 3 [118] -2014-12-15 17:11:18 sendUrl INFO 3 [119] -2014-12-15 17:11:18 queue INFO 7 [150] -2014-12-15 17:11:18 queue INFO >7 [151] -2014-12-15 17:11:18 sendUrl INFO 7 [120] -2014-12-15 17:11:19 queue INFO 3 [152] -2014-12-15 17:11:19 sendUrl INFO 7 [121] -2014-12-15 17:11:19 queue INFO >3 [153] -2014-12-15 17:11:19 sendUrl INFO 3 [122] -2014-12-15 17:11:20 queue INFO 7 [154] -2014-12-15 17:11:20 queue INFO >7 [155] -2014-12-15 17:11:20 sendUrl INFO 3 [123] -2014-12-15 17:11:20 queue INFO 3 [156] -2014-12-15 17:11:20 sendUrl INFO 7 [124] -2014-12-15 17:11:20 queue INFO >3 [157] -2014-12-15 17:11:21 sendUrl INFO 7 [125] -2014-12-15 17:11:21 queue INFO 7 [158] -2014-12-15 17:11:21 queue INFO >7 [159] -2014-12-15 17:11:21 sendUrl INFO 3 [126] -2014-12-15 17:11:22 queue INFO 3 [160] -2014-12-15 17:11:22 sendUrl INFO 3 [127] -2014-12-15 17:11:22 queue INFO >3 [161] -2014-12-15 17:11:22 sendUrl INFO 7 [128] -2014-12-15 17:11:23 queue INFO 7 [162] -2014-12-15 17:11:23 sendUrl INFO 7 [129] -2014-12-15 17:11:23 queue INFO >7 [163] -2014-12-15 17:11:23 sendUrl INFO 3 [130] -2014-12-15 17:11:23 queue INFO 3 [164] -2014-12-15 17:11:24 queue INFO >3 [165] -2014-12-15 17:11:24 sendUrl INFO 3 [131] -2014-12-15 17:11:24 sendUrl INFO 7 [132] -2014-12-15 17:11:24 queue INFO 7 [166] -2014-12-15 17:11:25 queue INFO >7 [167] -2014-12-15 17:11:25 sendUrl INFO 7 [133] -2014-12-15 17:11:25 queue INFO 3 [168] -2014-12-15 17:11:25 queue INFO >3 [169] -2014-12-15 17:11:25 sendUrl INFO 3 [134] -2014-12-15 17:11:26 queue INFO 7 [170] -2014-12-15 17:11:26 sendUrl INFO 3 [135] -2014-12-15 17:11:26 queue INFO >7 [171] -2014-12-15 17:11:26 sendUrl INFO 7 [136] -2014-12-15 17:11:27 queue INFO 3 [172] -2014-12-15 17:11:27 queue INFO >3 [173] -2014-12-15 17:11:27 sendUrl INFO 7 [137] -2014-12-15 17:11:27 sendUrl INFO 3 [138] -2014-12-15 17:11:28 queue INFO 7 [174] -2014-12-15 17:11:28 queue INFO >7 [175] -2014-12-15 17:11:28 sendUrl INFO 3 [139] -2014-12-15 17:11:28 queue INFO 3 [176] -2014-12-15 17:11:28 sendUrl INFO 7 [140] -2014-12-15 17:11:29 queue INFO >3 [177] -2014-12-15 17:11:29 sendUrl INFO 7 [141] -2014-12-15 17:11:29 queue INFO 7 [178] -2014-12-15 17:11:29 sendUrl INFO 3 [142] -2014-12-15 17:11:30 queue INFO >7 [179] -2014-12-15 17:11:30 queue INFO 3 [180] -2014-12-15 17:11:30 sendUrl INFO 3 [143] -2014-12-15 17:11:30 queue INFO >3 [181] -2014-12-15 17:11:31 sendUrl INFO 7 [144] -2014-12-15 17:11:31 queue INFO 7 [182] -2014-12-15 17:11:31 sendUrl INFO 7 [145] -2014-12-15 17:11:31 queue INFO >7 [183] -2014-12-15 17:11:32 sendUrl INFO 3 [146] -2014-12-15 17:11:32 queue INFO 3 [184] -2014-12-15 17:11:32 queue INFO >3 [185] -2014-12-15 17:11:32 sendUrl INFO 3 [147] -2014-12-15 17:11:33 sendUrl INFO 7 [148] -2014-12-15 17:11:33 queue INFO 7 [186] -2014-12-15 17:11:33 queue INFO >7 [187] -2014-12-15 17:11:33 sendUrl INFO 7 [149] -2014-12-15 17:11:33 queue INFO 3 [188] -2014-12-15 17:11:34 sendUrl INFO 3 [150] -2014-12-15 17:11:34 queue INFO >3 [189] -2014-12-15 17:11:34 sendUrl INFO 3 [151] -2014-12-15 17:11:35 sendUrl INFO 7 [152] -2014-12-15 17:11:35 queue INFO 7 [190] -2014-12-15 17:11:35 queue INFO >7 [191] -2014-12-15 17:11:35 sendUrl INFO 7 [153] -2014-12-15 17:11:35 queue INFO 3 [192] -2014-12-15 17:11:36 sendUrl INFO 3 [154] -2014-12-15 17:11:36 queue INFO >3 [193] -2014-12-15 17:11:36 sendUrl INFO 3 [155] -2014-12-15 17:11:36 queue INFO 7 [194] -2014-12-15 17:11:37 sendUrl INFO 7 [156] -2014-12-15 17:11:37 queue INFO >7 [195] -2014-12-15 17:11:37 queue INFO 3 [196] -2014-12-15 17:11:37 sendUrl INFO 7 [157] -2014-12-15 17:11:37 queue INFO >3 [197] -2014-12-15 17:11:38 sendUrl INFO 3 [158] -2014-12-15 17:11:38 queue INFO 7 [198] -2014-12-15 17:11:38 sendUrl INFO 3 [159] -2014-12-15 17:11:38 queue INFO >7 [199] -2014-12-15 17:11:39 sendUrl INFO 7 [160] -2014-12-15 17:11:39 queue INFO 3 [200] -2014-12-15 17:11:39 queue INFO >3 [201] -2014-12-15 17:11:39 sendUrl INFO 7 [161] -2014-12-15 17:11:40 sendUrl INFO 3 [162] -2014-12-15 17:11:40 queue INFO 7 [202] -2014-12-15 17:11:40 queue INFO >7 [203] -2014-12-15 17:11:40 sendUrl INFO 3 [163] -2014-12-15 17:11:40 queue INFO 3 [204] -2014-12-15 17:11:40 queue INFO >3 [205] -2014-12-15 17:11:41 sendUrl INFO 7 [164] -2014-12-15 17:11:41 sendUrl INFO 7 [165] -2014-12-15 17:11:41 queue INFO 7 [206] -2014-12-15 17:11:42 sendUrl INFO 3 [166] -2014-12-15 17:11:42 queue INFO >7 [207] -2014-12-15 17:11:42 sendUrl INFO 3 [167] -2014-12-15 17:11:42 queue INFO 3 [208] -2014-12-15 17:11:42 queue INFO >3 [209] -2014-12-15 17:11:43 sendUrl INFO 7 [168] -2014-12-15 17:11:43 sendUrl INFO 7 [169] -2014-12-15 17:11:43 queue INFO 7 [210] -2014-12-15 17:11:44 queue INFO >7 [211] -2014-12-15 17:11:44 sendUrl INFO 3 [170] -2014-12-15 17:11:44 queue INFO 3 [212] -2014-12-15 17:11:44 queue INFO >3 [213] -2014-12-15 17:11:44 sendUrl INFO 3 [171] -2014-12-15 17:11:45 sendUrl INFO 7 [172] -2014-12-15 17:11:45 queue INFO 7 [214] -2014-12-15 17:11:45 queue INFO >7 [215] -2014-12-15 17:11:45 sendUrl INFO 7 [173] -2014-12-15 17:11:45 queue INFO 3 [216] -2014-12-15 17:11:46 queue INFO >3 [217] -2014-12-15 17:11:46 sendUrl INFO 3 [174] -2014-12-15 17:11:46 sendUrl INFO 3 [175] -2014-12-15 17:11:47 queue INFO 7 [218] -2014-12-15 17:11:47 sendUrl INFO 7 [176] -2014-12-15 17:11:47 queue INFO >7 [219] -2014-12-15 17:11:47 sendUrl INFO 7 [177] -2014-12-15 17:11:47 queue INFO 3 [220] -2014-12-15 17:11:48 queue INFO >3 [221] -2014-12-15 17:11:48 sendUrl INFO 3 [178] -2014-12-15 17:11:48 sendUrl INFO 3 [179] -2014-12-15 17:11:49 queue INFO 7 [222] -2014-12-15 17:11:49 sendUrl INFO 7 [180] -2014-12-15 17:11:49 queue INFO >7 [223] -2014-12-15 17:11:49 queue INFO 3 [224] -2014-12-15 17:11:49 sendUrl INFO 7 [181] -2014-12-15 17:11:49 queue INFO >3 [225] -2014-12-15 17:11:50 sendUrl INFO 3 [182] -2014-12-15 17:11:50 queue INFO 7 [226] -2014-12-15 17:11:50 sendUrl INFO 3 [183] -2014-12-15 17:11:50 queue INFO >7 [227] -2014-12-15 17:11:51 sendUrl INFO 7 [184] -2014-12-15 17:11:51 queue INFO 3 [228] -2014-12-15 17:11:51 queue INFO >3 [229] -2014-12-15 17:11:51 sendUrl INFO 7 [185] -2014-12-15 17:11:52 sendUrl INFO 3 [186] -2014-12-15 17:11:52 queue INFO 7 [230] -2014-12-15 17:11:52 queue INFO >7 [231] -2014-12-15 17:11:52 sendUrl INFO 3 [187] -2014-12-15 17:11:53 queue INFO 3 [232] -2014-12-15 17:11:53 sendUrl INFO 7 [188] -2014-12-15 17:11:53 queue INFO >3 [233] -2014-12-15 17:11:53 sendUrl INFO 7 [189] -2014-12-15 17:11:53 queue INFO 7 [234] -2014-12-15 17:11:54 queue INFO >7 [235] -2014-12-15 17:11:54 sendUrl INFO 3 [190] -2014-12-15 17:11:54 queue INFO 3 [236] -2014-12-15 17:11:54 sendUrl INFO 3 [191] -2014-12-15 17:11:54 queue INFO >3 [237] -2014-12-15 17:11:55 sendUrl INFO 7 [192] -2014-12-15 17:11:55 queue INFO 7 [238] -2014-12-15 17:11:55 sendUrl INFO 7 [193] -2014-12-15 17:11:55 queue INFO >7 [239] -2014-12-15 17:11:56 sendUrl INFO 3 [194] -2014-12-15 17:11:56 queue INFO 3 [240] -2014-12-15 17:11:56 queue INFO >3 [241] -2014-12-15 17:11:56 sendUrl INFO 3 [195] -2014-12-15 17:11:57 sendUrl INFO 7 [196] -2014-12-15 17:11:57 queue INFO 7 [242] -2014-12-15 17:11:57 queue INFO >7 [243] -2014-12-15 17:11:57 sendUrl INFO 7 [197] -2014-12-15 17:11:58 queue INFO 3 [244] -2014-12-15 17:11:58 sendUrl INFO 3 [198] -2014-12-15 17:11:58 queue INFO >3 [245] -2014-12-15 17:11:58 sendUrl INFO 3 [199] -2014-12-15 17:11:59 sendUrl INFO 7 [200] -2014-12-15 17:11:59 queue INFO 7 [246] -2014-12-15 17:11:59 queue INFO >7 [247] -2014-12-15 17:11:59 sendUrl INFO 7 [201] -2014-12-15 17:12:00 queue INFO 3 [248] -2014-12-15 17:12:00 sendUrl INFO 3 [202] -2014-12-15 17:12:00 queue INFO >3 [249] -2014-12-15 17:12:00 sendUrl INFO 3 [203] -2014-12-15 17:12:01 queue INFO 7 [250] -2014-12-15 17:12:01 sendUrl INFO 7 [204] -2014-12-15 17:12:01 queue INFO >7 [251] -2014-12-15 17:12:01 sendUrl INFO 7 [205] -2014-12-15 17:12:02 sendUrl INFO 3 [206] -2014-12-15 17:12:02 sendUrl INFO 3 [207] -2014-12-15 17:12:03 sendUrl INFO 7 [208] -2014-12-15 17:12:03 sendUrl INFO 7 [209] -2014-12-15 17:12:04 sendUrl INFO 3 [210] -2014-12-15 17:12:04 queue INFO 3 [252] -2014-12-15 17:12:04 queue INFO >3 [253] -2014-12-15 17:12:04 sendUrl INFO 3 [211] -2014-12-15 17:12:05 sendUrl INFO 7 [212] -2014-12-15 17:12:05 queue INFO 7 [254] -2014-12-15 17:12:05 queue INFO >7 [255] -2014-12-15 17:12:05 sendUrl INFO 7 [213] -2014-12-15 17:12:06 queue INFO 3 [256] -2014-12-15 17:12:06 queue INFO >3 [257] -2014-12-15 17:12:06 sendUrl INFO 3 [214] -2014-12-15 17:12:06 queue INFO 7 [258] -2014-12-15 17:12:06 sendUrl INFO 3 [215] -2014-12-15 17:12:07 queue INFO >7 [259] -2014-12-15 17:12:07 sendUrl INFO 7 [216] -2014-12-15 17:12:07 queue INFO 3 [260] -2014-12-15 17:12:07 queue INFO >3 [261] -2014-12-15 17:12:07 sendUrl INFO 7 [217] -2014-12-15 17:12:08 sendUrl INFO 3 [218] -2014-12-15 17:12:08 queue INFO 7 [262] -2014-12-15 17:12:08 queue INFO >7 [263] -2014-12-15 17:12:08 sendUrl INFO 3 [219] -2014-12-15 17:12:09 queue INFO 3 [264] -2014-12-15 17:12:09 sendUrl INFO 7 [220] -2014-12-15 17:12:09 queue INFO >3 [265] -2014-12-15 17:12:09 sendUrl INFO 7 [221] -2014-12-15 17:12:10 queue INFO 7 [266] -2014-12-15 17:12:10 queue INFO >7 [267] -2014-12-15 17:12:10 sendUrl INFO 3 [222] -2014-12-15 17:12:10 queue INFO 3 [268] -2014-12-15 17:12:10 sendUrl INFO 3 [223] -2014-12-15 17:12:11 queue INFO >3 [269] -2014-12-15 17:12:11 sendUrl INFO 7 [224] -2014-12-15 17:12:11 queue INFO 7 [270] -2014-12-15 17:12:11 queue INFO >7 [271] -2014-12-15 17:12:11 sendUrl INFO 7 [225] -2014-12-15 17:12:12 queue INFO 3 [272] -2014-12-15 17:12:12 sendUrl INFO 3 [226] -2014-12-15 17:12:12 queue INFO >3 [273] -2014-12-15 17:12:12 sendUrl INFO 3 [227] -2014-12-15 17:12:13 queue INFO 7 [274] -2014-12-15 17:12:13 sendUrl INFO 7 [228] -2014-12-15 17:12:13 queue INFO >7 [275] -2014-12-15 17:12:13 queue INFO 3 [276] -2014-12-15 17:12:13 queue INFO >3 [277] -2014-12-15 17:12:13 sendUrl INFO 7 [229] -2014-12-15 17:12:14 sendUrl INFO 3 [230] -2014-12-15 17:12:14 queue INFO 7 [278] -2014-12-15 17:12:14 queue INFO >7 [279] -2014-12-15 17:12:15 sendUrl INFO 3 [231] -2014-12-15 17:12:15 queue INFO 3 [280] -2014-12-15 17:12:15 sendUrl INFO 7 [232] -2014-12-15 17:12:15 queue INFO >3 [281] -2014-12-15 17:12:16 sendUrl INFO 7 [233] -2014-12-15 17:12:16 queue INFO 7 [282] -2014-12-15 17:12:16 sendUrl INFO 3 [234] -2014-12-15 17:12:16 queue INFO >7 [283] -2014-12-15 17:12:17 sendUrl INFO 3 [235] -2014-12-15 17:12:17 queue INFO 3 [284] -2014-12-15 17:12:17 queue INFO >3 [285] -2014-12-15 17:12:17 sendUrl INFO 7 [236] -2014-12-15 17:12:18 sendUrl INFO 7 [237] -2014-12-15 17:12:18 queue INFO 7 [286] -2014-12-15 17:12:18 queue INFO >7 [287] -2014-12-15 17:12:18 sendUrl INFO 3 [238] -2014-12-15 17:12:18 queue INFO 3 [288] -2014-12-15 17:12:19 queue INFO >3 [289] -2014-12-15 17:12:19 sendUrl INFO 3 [239] -2014-12-15 17:12:19 sendUrl INFO 7 [240] -2014-12-15 17:12:19 queue INFO 7 [290] -2014-12-15 17:12:20 queue INFO >7 [291] -2014-12-15 17:12:20 sendUrl INFO 7 [241] -2014-12-15 17:12:20 sendUrl INFO 3 [242] -2014-12-15 17:12:20 queue INFO 3 [292] -2014-12-15 17:12:20 queue INFO >3 [293] -2014-12-15 17:12:21 sendUrl INFO 3 [243] -2014-12-15 17:12:21 queue INFO 7 [294] -2014-12-15 17:12:21 sendUrl INFO 7 [244] -2014-12-15 17:12:21 queue INFO >7 [295] -2014-12-15 17:12:22 sendUrl INFO 7 [245] -2014-12-15 17:12:22 queue INFO 3 [296] -2014-12-15 17:12:22 queue INFO >3 [297] -2014-12-15 17:12:22 sendUrl INFO 3 [246] -2014-12-15 17:12:23 sendUrl INFO 3 [247] -2014-12-15 17:12:23 queue INFO 7 [298] -2014-12-15 17:12:23 queue INFO >7 [299] -2014-12-15 17:12:23 sendUrl INFO 7 [248] -2014-12-15 17:12:23 queue INFO 3 [300] -2014-12-15 17:12:24 queue INFO >3 [301] -2014-12-15 17:12:24 sendUrl INFO 7 [249] -2014-12-15 17:12:24 sendUrl INFO 3 [250] -2014-12-15 17:12:24 queue INFO 7 [302] -2014-12-15 17:12:25 queue INFO >7 [303] -2014-12-15 17:12:25 sendUrl INFO 3 [251] -2014-12-15 17:12:25 queue INFO 3 [304] -2014-12-15 17:12:25 sendUrl INFO 7 [252] -2014-12-15 17:12:25 queue INFO >3 [305] -2014-12-15 17:12:26 sendUrl INFO 7 [253] -2014-12-15 17:12:26 queue INFO 7 [306] -2014-12-15 17:12:26 sendUrl INFO 3 [254] -2014-12-15 17:12:26 queue INFO >7 [307] -2014-12-15 17:12:27 queue INFO 3 [308] -2014-12-15 17:12:27 sendUrl INFO 3 [255] -2014-12-15 17:12:27 queue INFO >3 [309] -2014-12-15 17:12:27 sendUrl INFO 7 [256] -2014-12-15 17:12:28 queue INFO 7 [310] -2014-12-15 17:12:28 sendUrl INFO 7 [257] -2014-12-15 17:12:28 queue INFO >7 [311] -2014-12-15 17:12:28 sendUrl INFO 3 [258] -2014-12-15 17:12:28 queue INFO 3 [312] -2014-12-15 17:12:28 queue INFO >3 [313] -2014-12-15 17:12:29 sendUrl INFO 3 [259] -2014-12-15 17:12:29 queue INFO 7 [314] -2014-12-15 17:12:29 sendUrl INFO 7 [260] -2014-12-15 17:12:29 queue INFO >7 [315] -2014-12-15 17:12:30 sendUrl INFO 7 [261] -2014-12-15 17:12:30 queue INFO 3 [316] -2014-12-15 17:12:30 queue INFO >3 [317] -2014-12-15 17:12:30 sendUrl INFO 3 [262] -2014-12-15 17:12:31 sendUrl INFO 3 [263] -2014-12-15 17:12:31 queue INFO 7 [318] -2014-12-15 17:12:31 queue INFO >7 [319] -2014-12-15 17:12:31 sendUrl INFO 7 [264] -2014-12-15 17:12:32 queue INFO 3 [320] -2014-12-15 17:12:32 sendUrl INFO 7 [265] -2014-12-15 17:12:32 queue INFO >3 [321] -2014-12-15 17:12:32 sendUrl INFO 3 [266] -2014-12-15 17:12:33 queue INFO 7 [322] -2014-12-15 17:12:33 sendUrl INFO 3 [267] -2014-12-15 17:12:33 queue INFO >7 [323] -2014-12-15 17:12:33 sendUrl INFO 7 [268] -2014-12-15 17:12:33 queue INFO 3 [324] -2014-12-15 17:12:34 queue INFO >3 [325] -2014-12-15 17:12:34 sendUrl INFO 7 [269] -2014-12-15 17:12:34 queue INFO 7 [326] -2014-12-15 17:12:34 sendUrl INFO 3 [270] -2014-12-15 17:12:34 queue INFO >7 [327] -2014-12-15 17:12:35 sendUrl INFO 3 [271] -2014-12-15 17:12:35 queue INFO 3 [328] -2014-12-15 17:12:35 queue INFO >3 [329] -2014-12-15 17:12:35 sendUrl INFO 7 [272] -2014-12-15 17:12:36 queue INFO 7 [330] -2014-12-15 17:12:36 queue INFO >7 [331] -2014-12-15 17:12:36 sendUrl INFO 7 [273] -2014-12-15 17:12:36 sendUrl INFO 3 [274] -2014-12-15 17:12:36 queue INFO 3 [332] -2014-12-15 17:12:37 queue INFO >3 [333] -2014-12-15 17:12:37 sendUrl INFO 3 [275] -2014-12-15 17:12:37 sendUrl INFO 7 [276] -2014-12-15 17:12:37 queue INFO 7 [334] -2014-12-15 17:12:38 queue INFO >7 [335] -2014-12-15 17:12:38 sendUrl INFO 7 [277] -2014-12-15 17:12:38 queue INFO 3 [336] -2014-12-15 17:12:38 sendUrl INFO 3 [278] -2014-12-15 17:12:38 queue INFO >3 [337] -2014-12-15 17:12:39 sendUrl INFO 3 [279] -2014-12-15 17:12:39 queue INFO 7 [338] -2014-12-15 17:12:39 sendUrl INFO 7 [280] -2014-12-15 17:12:39 queue INFO >7 [339] -2014-12-15 17:12:40 queue INFO 3 [340] -2014-12-15 17:12:40 sendUrl INFO 7 [281] -2014-12-15 17:12:40 queue INFO >3 [341] -2014-12-15 17:12:40 sendUrl INFO 3 [282] -2014-12-15 17:12:41 queue INFO 7 [342] -2014-12-15 17:12:41 sendUrl INFO 3 [283] -2014-12-15 17:12:41 queue INFO >7 [343] -2014-12-15 17:12:41 sendUrl INFO 7 [284] -2014-12-15 17:12:42 queue INFO 3 [344] -2014-12-15 17:12:42 queue INFO >3 [345] -2014-12-15 17:12:42 sendUrl INFO 7 [285] -2014-12-15 17:12:42 sendUrl INFO 3 [286] -2014-12-15 17:12:43 queue INFO 7 [346] -2014-12-15 17:12:43 queue INFO >7 [347] -2014-12-15 17:12:43 sendUrl INFO 3 [287] -2014-12-15 17:12:43 sendUrl INFO 7 [288] -2014-12-15 17:12:43 queue INFO 3 [348] -2014-12-15 17:12:44 queue INFO >3 [349] -2014-12-15 17:12:44 sendUrl INFO 7 [289] -2014-12-15 17:12:44 queue INFO 7 [350] -2014-12-15 17:12:44 sendUrl INFO 3 [290] -2014-12-15 17:12:44 queue INFO >7 [351] -2014-12-15 17:12:45 sendUrl INFO 3 [291] -2014-12-15 17:12:45 queue INFO 3 [352] -2014-12-15 17:12:45 queue INFO >3 [353] -2014-12-15 17:12:45 sendUrl INFO 7 [292] -2014-12-15 17:12:46 sendUrl INFO 7 [293] -2014-12-15 17:12:46 queue INFO 7 [354] -2014-12-15 17:12:46 queue INFO >7 [355] -2014-12-15 17:12:46 sendUrl INFO 3 [294] -2014-12-15 17:12:47 queue INFO 3 [356] -2014-12-15 17:12:47 sendUrl INFO 3 [295] -2014-12-15 17:12:47 queue INFO >3 [357] -2014-12-15 17:12:47 sendUrl INFO 7 [296] -2014-12-15 17:12:48 queue INFO 7 [358] -2014-12-15 17:12:48 queue INFO >7 [359] -2014-12-15 17:12:48 sendUrl INFO 7 [297] -2014-12-15 17:12:48 sendUrl INFO 3 [298] -2014-12-15 17:12:48 queue INFO 3 [360] -2014-12-15 17:12:49 queue INFO >3 [361] -2014-12-15 17:12:49 sendUrl INFO 3 [299] -2014-12-15 17:12:49 sendUrl INFO 7 [300] -2014-12-15 17:12:49 queue INFO 7 [362] -2014-12-15 17:12:50 queue INFO >7 [363] -2014-12-15 17:12:50 sendUrl INFO 7 [301] -2014-12-15 17:12:50 queue INFO 3 [364] -2014-12-15 17:12:50 sendUrl INFO 3 [302] -2014-12-15 17:12:50 queue INFO >3 [365] -2014-12-15 17:12:51 sendUrl INFO 3 [303] -2014-12-15 17:12:51 queue INFO 7 [366] -2014-12-15 17:12:51 queue INFO >7 [367] -2014-12-15 17:12:51 sendUrl INFO 7 [304] -2014-12-15 17:12:52 queue INFO 3 [368] -2014-12-15 17:12:52 sendUrl INFO 7 [305] -2014-12-15 17:12:52 queue INFO >3 [369] -2014-12-15 17:12:52 sendUrl INFO 3 [306] -2014-12-15 17:12:53 queue INFO 7 [370] -2014-12-15 17:12:53 queue INFO >7 [371] -2014-12-15 17:12:53 sendUrl INFO 3 [307] -2014-12-15 17:12:53 sendUrl INFO 7 [308] -2014-12-15 17:12:54 queue INFO 3 [372] -2014-12-15 17:12:54 queue INFO >3 [373] -2014-12-15 17:12:54 sendUrl INFO 7 [309] -2014-12-15 17:12:54 sendUrl INFO 3 [310] -2014-12-15 17:12:55 queue INFO 7 [374] -2014-12-15 17:12:55 queue INFO >7 [375] -2014-12-15 17:12:55 sendUrl INFO 3 [311] -2014-12-15 17:12:55 queue INFO 3 [376] -2014-12-15 17:12:55 queue INFO >3 [377] -2014-12-15 17:12:55 sendUrl INFO 7 [312] -2014-12-15 17:12:56 sendUrl INFO 7 [313] -2014-12-15 17:12:56 queue INFO 7 [378] -2014-12-15 17:12:56 queue INFO >7 [379] -2014-12-15 17:12:56 sendUrl INFO 3 [314] -2014-12-15 17:12:57 queue INFO 3 [380] -2014-12-15 17:12:57 sendUrl INFO 3 [315] -2014-12-15 17:12:57 queue INFO >3 [381] -2014-12-15 17:12:57 sendUrl INFO 7 [316] -2014-12-15 17:12:58 queue INFO 7 [382] -2014-12-15 17:12:58 sendUrl INFO 7 [317] -2014-12-15 17:12:58 queue INFO >7 [383] -2014-12-15 17:12:59 sendUrl INFO 3 [318] -2014-12-15 17:12:59 queue INFO 3 [384] -2014-12-15 17:12:59 queue INFO >3 [385] -2014-12-15 17:12:59 sendUrl INFO 3 [319] -2014-12-15 17:12:59 queue INFO 7 [386] -2014-12-15 17:13:00 sendUrl INFO 7 [320] -2014-12-15 17:13:00 queue INFO >7 [387] -2014-12-15 17:13:00 queue INFO 3 [388] -2014-12-15 17:13:00 queue INFO >3 [389] -2014-12-15 17:13:00 sendUrl INFO 7 [321] -2014-12-15 17:13:01 sendUrl INFO 3 [322] -2014-12-15 17:13:01 queue INFO 7 [390] -2014-12-15 17:13:01 queue INFO 3 [391] -2014-12-15 17:13:01 sendUrl INFO 3 [323] -2014-12-15 17:13:01 queue INFO 7 [392] -2014-12-15 17:13:01 queue INFO >7 [393] -2014-12-15 17:13:02 sendUrl INFO 7 [324] -2014-12-15 17:13:02 queue INFO 3 [394] -2014-12-15 17:13:02 queue INFO >3 [395] -2014-12-15 17:13:02 queue INFO 7 [396] -2014-12-15 17:13:02 sendUrl INFO 7 [325] -2014-12-15 17:13:02 queue INFO >7 [397] -2014-12-15 17:13:03 sendUrl INFO 3 [326] -2014-12-15 17:13:03 queue INFO 3 [398] -2014-12-15 17:13:03 queue INFO >3 [399] -2014-12-15 17:13:03 sendUrl INFO 3 [327] -2014-12-15 17:13:03 queue INFO 7 [400] -2014-12-15 17:13:03 queue INFO >7 [401] -2014-12-15 17:13:04 sendUrl INFO 7 [328] -2014-12-15 17:13:04 queue INFO 3 [402] -2014-12-15 17:13:04 sendUrl INFO 7 [329] -2014-12-15 17:13:04 queue INFO >3 [403] -2014-12-15 17:13:05 sendUrl INFO 3 [330] -2014-12-15 17:13:05 queue INFO 7 [404] -2014-12-15 17:13:05 sendUrl INFO 3 [331] -2014-12-15 17:13:05 queue INFO >7 [405] -2014-12-15 17:13:06 sendUrl INFO 7 [332] -2014-12-15 17:13:06 queue INFO 3 [406] -2014-12-15 17:13:06 sendUrl INFO 7 [333] -2014-12-15 17:13:06 queue INFO >3 [407] -2014-12-15 17:13:06 queue INFO 7 [408] -2014-12-15 17:13:07 queue INFO >7 [409] -2014-12-15 17:13:07 sendUrl INFO 3 [334] -2014-12-15 17:13:07 sendUrl INFO 3 [335] -2014-12-15 17:13:07 queue INFO 3 [410] -2014-12-15 17:13:07 queue INFO >3 [411] -2014-12-15 17:13:08 sendUrl INFO 7 [336] -2014-12-15 17:13:08 sendUrl INFO 7 [337] -2014-12-15 17:13:08 queue INFO 7 [412] -2014-12-15 17:13:08 queue INFO >7 [413] -2014-12-15 17:13:09 sendUrl INFO 3 [338] -2014-12-15 17:13:09 queue INFO 3 [414] -2014-12-15 17:13:09 queue INFO >3 [415] -2014-12-15 17:13:09 sendUrl INFO 3 [339] -2014-12-15 17:13:10 sendUrl INFO 7 [340] -2014-12-15 17:13:10 queue INFO 7 [416] -2014-12-15 17:13:10 sendUrl INFO 7 [341] -2014-12-15 17:13:10 queue INFO >7 [417] -2014-12-15 17:13:10 queue INFO 3 [418] -2014-12-15 17:13:11 queue INFO >3 [419] -2014-12-15 17:13:11 sendUrl INFO 3 [342] -2014-12-15 17:13:11 sendUrl INFO 3 [343] -2014-12-15 17:13:11 queue INFO 7 [420] -2014-12-15 17:13:11 queue INFO >7 [421] -2014-12-15 17:13:12 sendUrl INFO 7 [344] -2014-12-15 17:13:12 queue INFO 3 [422] -2014-12-15 17:13:12 sendUrl INFO 7 [345] -2014-12-15 17:13:12 queue INFO >3 [423] -2014-12-15 17:13:13 sendUrl INFO 3 [346] -2014-12-15 17:13:13 queue INFO 7 [424] -2014-12-15 17:13:13 sendUrl INFO 3 [347] -2014-12-15 17:13:13 queue INFO >7 [425] -2014-12-15 17:13:14 sendUrl INFO 7 [348] -2014-12-15 17:13:14 queue INFO 3 [426] -2014-12-15 17:13:14 queue INFO >3 [427] -2014-12-15 17:13:14 sendUrl INFO 7 [349] -2014-12-15 17:13:15 sendUrl INFO 3 [350] -2014-12-15 17:13:15 queue INFO 7 [428] -2014-12-15 17:13:15 queue INFO >7 [429] -2014-12-15 17:13:15 sendUrl INFO 3 [351] -2014-12-15 17:13:16 sendUrl INFO 7 [352] -2014-12-15 17:13:16 queue INFO 3 [430] -2014-12-15 17:13:16 queue INFO >3 [431] -2014-12-15 17:13:16 sendUrl INFO 7 [353] -2014-12-15 17:13:17 sendUrl INFO 3 [354] -2014-12-15 17:13:17 queue INFO 7 [432] -2014-12-15 17:13:17 queue INFO >7 [433] -2014-12-15 17:13:17 sendUrl INFO 3 [355] -2014-12-15 17:13:18 queue INFO 3 [434] -2014-12-15 17:13:18 sendUrl INFO 7 [356] -2014-12-15 17:13:18 queue INFO >3 [435] -2014-12-15 17:13:18 sendUrl INFO 7 [357] -2014-12-15 17:13:19 sendUrl INFO 3 [358] -2014-12-15 17:13:19 queue INFO 7 [436] -2014-12-15 17:13:19 queue INFO >7 [437] -2014-12-15 17:13:19 sendUrl INFO 3 [359] -2014-12-15 17:13:20 queue INFO 3 [438] -2014-12-15 17:13:20 sendUrl INFO 7 [360] -2014-12-15 17:13:20 queue INFO >3 [439] -2014-12-15 17:13:20 sendUrl INFO 7 [361] -2014-12-15 17:13:20 queue INFO 7 [440] -2014-12-15 17:13:20 queue INFO >7 [441] -2014-12-15 17:13:21 sendUrl INFO 3 [362] -2014-12-15 17:13:21 queue INFO 3 [442] -2014-12-15 17:13:21 sendUrl INFO 3 [363] -2014-12-15 17:13:21 queue INFO >3 [443] -2014-12-15 17:13:22 sendUrl INFO 7 [364] -2014-12-15 17:13:22 sendUrl INFO 7 [365] -2014-12-15 17:13:22 queue INFO 7 [444] -2014-12-15 17:13:22 queue INFO >7 [445] -2014-12-15 17:13:23 sendUrl INFO 3 [366] -2014-12-15 17:13:23 queue INFO 3 [446] -2014-12-15 17:13:23 sendUrl INFO 3 [367] -2014-12-15 17:13:23 queue INFO >3 [447] -2014-12-15 17:13:24 sendUrl INFO 7 [368] -2014-12-15 17:13:24 queue INFO 7 [448] -2014-12-15 17:13:24 sendUrl INFO 7 [369] -2014-12-15 17:13:24 queue INFO >7 [449] -2014-12-15 17:13:25 queue INFO 3 [450] -2014-12-15 17:13:25 sendUrl INFO 3 [370] -2014-12-15 17:13:25 queue INFO >3 [451] -2014-12-15 17:13:25 sendUrl INFO 3 [371] -2014-12-15 17:13:26 sendUrl INFO 7 [372] -2014-12-15 17:13:26 queue INFO 7 [452] -2014-12-15 17:13:26 queue INFO >7 [453] -2014-12-15 17:13:26 sendUrl INFO 7 [373] -2014-12-15 17:13:27 queue INFO 3 [454] -2014-12-15 17:13:27 queue INFO >3 [455] -2014-12-15 17:13:27 sendUrl INFO 3 [374] -2014-12-15 17:13:27 sendUrl INFO 3 [375] -2014-12-15 17:13:27 queue INFO 7 [456] -2014-12-15 17:13:28 queue INFO >7 [457] -2014-12-15 17:13:28 sendUrl INFO 7 [376] -2014-12-15 17:13:28 queue INFO 3 [458] -2014-12-15 17:13:28 queue INFO >3 [459] -2014-12-15 17:13:28 sendUrl INFO 7 [377] -2014-12-15 17:13:29 sendUrl INFO 3 [378] -2014-12-15 17:13:29 queue INFO 7 [460] -2014-12-15 17:13:29 queue INFO >7 [461] -2014-12-15 17:13:29 sendUrl INFO 3 [379] -2014-12-15 17:13:30 queue INFO 3 [462] -2014-12-15 17:13:30 sendUrl INFO 7 [380] -2014-12-15 17:13:30 queue INFO >3 [463] -2014-12-15 17:13:30 sendUrl INFO 7 [381] -2014-12-15 17:13:31 queue INFO 7 [464] -2014-12-15 17:13:31 sendUrl INFO 3 [382] -2014-12-15 17:13:31 queue INFO >7 [465] -2014-12-15 17:13:31 sendUrl INFO 3 [383] -2014-12-15 17:13:32 queue INFO 3 [466] -2014-12-15 17:13:32 sendUrl INFO 7 [384] -2014-12-15 17:13:32 queue INFO >3 [467] -2014-12-15 17:13:32 sendUrl INFO 7 [385] -2014-12-15 17:13:33 queue INFO 7 [468] -2014-12-15 17:13:33 sendUrl INFO 3 [386] -2014-12-15 17:13:33 queue INFO >7 [469] -2014-12-15 17:13:33 sendUrl INFO 3 [387] -2014-12-15 17:13:34 queue INFO 3 [470] -2014-12-15 17:13:34 queue INFO >3 [471] -2014-12-15 17:13:34 sendUrl INFO 7 [388] -2014-12-15 17:13:34 sendUrl INFO 7 [389] -2014-12-15 17:13:35 queue INFO 7 [472] -2014-12-15 17:13:35 queue INFO >7 [473] -2014-12-15 17:13:35 sendUrl INFO 3 [390] -2014-12-15 17:13:35 sendUrl INFO 3 [391] -2014-12-15 17:13:35 queue INFO 3 [474] -2014-12-15 17:13:36 queue INFO >3 [475] -2014-12-15 17:13:36 sendUrl INFO 7 [392] -2014-12-15 17:13:36 queue INFO 7 [476] -2014-12-15 17:13:36 sendUrl INFO 7 [393] -2014-12-15 17:13:36 queue INFO >7 [477] -2014-12-15 17:13:37 sendUrl INFO 3 [394] -2014-12-15 17:13:37 queue INFO 3 [478] -2014-12-15 17:13:37 sendUrl INFO 3 [395] -2014-12-15 17:13:37 queue INFO >3 [479] -2014-12-15 17:13:38 sendUrl INFO 7 [396] -2014-12-15 17:13:38 queue INFO 7 [480] -2014-12-15 17:13:38 sendUrl INFO 7 [397] -2014-12-15 17:13:39 queue INFO >7 [481] -2014-12-15 17:13:39 sendUrl INFO 3 [398] -2014-12-15 17:13:39 queue INFO 3 [482] -2014-12-15 17:13:39 queue INFO >3 [483] -2014-12-15 17:13:39 sendUrl INFO 3 [399] -2014-12-15 17:13:40 sendUrl INFO 7 [400] -2014-12-15 17:13:40 queue INFO 7 [484] -2014-12-15 17:13:40 queue INFO >7 [485] -2014-12-15 17:13:40 sendUrl INFO 7 [401] -2014-12-15 17:13:41 sendUrl INFO 3 [402] -2014-12-15 17:13:41 queue INFO 3 [486] -2014-12-15 17:13:41 queue INFO >3 [487] -2014-12-15 17:13:41 sendUrl INFO 3 [403] -2014-12-15 17:13:42 sendUrl INFO 7 [404] -2014-12-15 17:13:42 queue INFO 7 [488] -2014-12-15 17:13:42 sendUrl INFO 7 [405] -2014-12-15 17:13:42 queue INFO >7 [489] -2014-12-15 17:13:43 queue INFO 3 [490] -2014-12-15 17:13:43 queue INFO >3 [491] -2014-12-15 17:13:43 sendUrl INFO 3 [406] -2014-12-15 17:13:43 queue INFO 7 [492] -2014-12-15 17:13:44 sendUrl INFO 3 [407] -2014-12-15 17:13:44 queue INFO >7 [493] -2014-12-15 17:13:44 queue INFO 3 [494] -2014-12-15 17:13:44 queue INFO >3 [495] -2014-12-15 17:13:44 sendUrl INFO 7 [408] -2014-12-15 17:13:45 sendUrl INFO 7 [409] -2014-12-15 17:13:45 queue INFO 7 [496] -2014-12-15 17:13:45 queue INFO >7 [497] -2014-12-15 17:13:45 sendUrl INFO 3 [410] -2014-12-15 17:13:45 queue INFO 3 [498] -2014-12-15 17:13:46 sendUrl INFO 3 [411] -2014-12-15 17:13:46 queue INFO >3 [499] -2014-12-15 17:13:46 sendUrl INFO 7 [412] -2014-12-15 17:13:46 queue INFO 7 [500] -2014-12-15 17:13:47 sendUrl INFO 7 [413] -2014-12-15 17:13:47 queue INFO >7 [501] -2014-12-15 17:13:47 sendUrl INFO 3 [414] -2014-12-15 17:13:47 queue INFO 3 [502] -2014-12-15 17:13:47 queue INFO >3 [503] -2014-12-15 17:13:48 sendUrl INFO 3 [415] -2014-12-15 17:13:48 sendUrl INFO 7 [416] -2014-12-15 17:13:48 queue INFO 7 [504] -2014-12-15 17:13:49 sendUrl INFO 7 [417] -2014-12-15 17:13:49 queue INFO >7 [505] -2014-12-15 17:13:49 sendUrl INFO 3 [418] -2014-12-15 17:13:49 queue INFO 3 [506] -2014-12-15 17:13:49 queue INFO >3 [507] -2014-12-15 17:13:50 sendUrl INFO 3 [419] -2014-12-15 17:13:50 sendUrl INFO 7 [420] -2014-12-15 17:13:50 queue INFO 7 [508] -2014-12-15 17:13:51 sendUrl INFO 7 [421] -2014-12-15 17:13:51 queue INFO >7 [509] -2014-12-15 17:13:51 queue INFO 3 [510] -2014-12-15 17:13:51 sendUrl INFO 3 [422] -2014-12-15 17:13:51 queue INFO >3 [511] -2014-12-15 17:13:52 sendUrl INFO 3 [423] -2014-12-15 17:13:52 sendUrl INFO 7 [424] -2014-12-15 17:13:52 queue INFO 7 [512] -2014-12-15 17:13:52 queue INFO >7 [513] -2014-12-15 17:13:53 sendUrl INFO 7 [425] -2014-12-15 17:13:53 queue INFO 3 [514] -2014-12-15 17:13:53 sendUrl INFO 3 [426] -2014-12-15 17:13:53 queue INFO >3 [515] -2014-12-15 17:13:54 sendUrl INFO 3 [427] -2014-12-15 17:13:54 queue INFO 7 [516] -2014-12-15 17:13:54 queue INFO >7 [517] -2014-12-15 17:13:54 sendUrl INFO 7 [428] -2014-12-15 17:13:54 queue INFO 3 [518] -2014-12-15 17:13:55 sendUrl INFO 7 [429] -2014-12-15 17:13:55 queue INFO >3 [519] -2014-12-15 17:13:55 sendUrl INFO 3 [430] -2014-12-15 17:13:55 queue INFO 7 [520] -2014-12-15 17:13:56 sendUrl INFO 3 [431] -2014-12-15 17:13:56 queue INFO >7 [521] -2014-12-15 17:13:56 queue INFO 3 [522] -2014-12-15 17:13:56 sendUrl INFO 7 [432] -2014-12-15 17:13:56 queue INFO >3 [523] -2014-12-15 17:13:57 sendUrl INFO 7 [433] -2014-12-15 17:13:57 sendUrl INFO 3 [434] -2014-12-15 17:13:57 queue INFO 7 [524] -2014-12-15 17:13:57 queue INFO >7 [525] -2014-12-15 17:13:58 sendUrl INFO 3 [435] -2014-12-15 17:13:58 queue INFO 3 [526] -2014-12-15 17:13:58 sendUrl INFO 7 [436] -2014-12-15 17:13:58 queue INFO >3 [527] -2014-12-15 17:13:59 sendUrl INFO 7 [437] -2014-12-15 17:13:59 queue INFO 7 [528] -2014-12-15 17:13:59 sendUrl INFO 3 [438] -2014-12-15 17:13:59 queue INFO >7 [529] -2014-12-15 17:14:00 sendUrl INFO 3 [439] -2014-12-15 17:14:00 queue INFO 3 [530] -2014-12-15 17:14:00 queue INFO >3 [531] -2014-12-15 17:14:00 sendUrl INFO 7 [440] -2014-12-15 17:14:01 sendUrl INFO 7 [441] -2014-12-15 17:14:01 queue INFO 7 [532] -2014-12-15 17:14:01 queue INFO >7 [533] -2014-12-15 17:14:01 sendUrl INFO 3 [442] -2014-12-15 17:14:01 queue INFO 3 [534] -2014-12-15 17:14:02 queue INFO 7 [535] -2014-12-15 17:14:02 sendUrl INFO 3 [443] -2014-12-15 17:14:02 queue INFO >7 [536] -2014-12-15 17:14:02 queue INFO 3 [537] -2014-12-15 17:14:02 queue INFO >3 [538] -2014-12-15 17:14:02 sendUrl INFO 7 [444] -2014-12-15 17:14:03 sendUrl INFO 7 [445] -2014-12-15 17:14:03 queue INFO 7 [539] -2014-12-15 17:14:03 sendUrl INFO 3 [446] -2014-12-15 17:14:03 queue INFO >7 [540] -2014-12-15 17:14:04 sendUrl INFO 3 [447] -2014-12-15 17:14:04 queue INFO 3 [541] -2014-12-15 17:14:04 queue INFO >3 [542] -2014-12-15 17:14:04 sendUrl INFO 7 [448] -2014-12-15 17:14:05 sendUrl INFO 7 [449] -2014-12-15 17:14:05 queue INFO 7 [543] -2014-12-15 17:14:05 queue INFO >7 [544] -2014-12-15 17:14:05 sendUrl INFO 3 [450] -2014-12-15 17:14:06 sendUrl INFO 3 [451] -2014-12-15 17:14:06 queue INFO 3 [545] -2014-12-15 17:14:06 queue INFO >3 [546] -2014-12-15 17:14:06 sendUrl INFO 7 [452] -2014-12-15 17:14:07 sendUrl INFO 7 [453] -2014-12-15 17:14:07 queue INFO 7 [547] -2014-12-15 17:14:07 queue INFO >7 [548] -2014-12-15 17:14:07 sendUrl INFO 3 [454] -2014-12-15 17:14:08 queue INFO 3 [549] -2014-12-15 17:14:08 sendUrl INFO 3 [455] -2014-12-15 17:14:08 queue INFO >3 [550] -2014-12-15 17:14:08 sendUrl INFO 7 [456] -2014-12-15 17:14:09 sendUrl INFO 7 [457] -2014-12-15 17:14:09 queue INFO 7 [551] -2014-12-15 17:14:09 queue INFO >7 [552] -2014-12-15 17:14:09 sendUrl INFO 3 [458] -2014-12-15 17:14:09 queue INFO 3 [553] -2014-12-15 17:14:10 queue INFO >3 [554] -2014-12-15 17:14:10 sendUrl INFO 3 [459] -2014-12-15 17:14:10 sendUrl INFO 7 [460] -2014-12-15 17:14:11 queue INFO 7 [555] -2014-12-15 17:14:11 sendUrl INFO 7 [461] -2014-12-15 17:14:11 queue INFO >7 [556] -2014-12-15 17:14:11 sendUrl INFO 3 [462] -2014-12-15 17:14:11 queue INFO 3 [557] -2014-12-15 17:14:12 queue INFO >3 [558] -2014-12-15 17:14:12 sendUrl INFO 3 [463] -2014-12-15 17:14:12 sendUrl INFO 7 [464] -2014-12-15 17:14:13 queue INFO 7 [559] -2014-12-15 17:14:13 sendUrl INFO 7 [465] -2014-12-15 17:14:13 queue INFO >7 [560] -2014-12-15 17:14:13 sendUrl INFO 3 [466] -2014-12-15 17:14:13 queue INFO 3 [561] -2014-12-15 17:14:14 queue INFO >3 [562] -2014-12-15 17:14:14 sendUrl INFO 3 [467] -2014-12-15 17:14:14 sendUrl INFO 7 [468] -2014-12-15 17:14:14 queue INFO 7 [563] -2014-12-15 17:14:15 queue INFO >7 [564] -2014-12-15 17:14:15 sendUrl INFO 7 [469] -2014-12-15 17:14:15 queue INFO 3 [565] -2014-12-15 17:14:15 sendUrl INFO 3 [470] -2014-12-15 17:14:15 queue INFO >3 [566] -2014-12-15 17:14:16 sendUrl INFO 3 [471] -2014-12-15 17:14:16 sendUrl INFO 7 [472] -2014-12-15 17:14:16 queue INFO 7 [567] -2014-12-15 17:14:17 queue INFO >7 [568] -2014-12-15 17:14:17 sendUrl INFO 7 [473] -2014-12-15 17:14:17 queue INFO 3 [569] -2014-12-15 17:14:17 sendUrl INFO 3 [474] -2014-12-15 17:14:18 queue INFO >3 [570] -2014-12-15 17:14:18 sendUrl INFO 3 [475] -2014-12-15 17:14:18 queue INFO 7 [571] -2014-12-15 17:14:18 sendUrl INFO 7 [476] -2014-12-15 17:14:19 queue INFO >7 [572] -2014-12-15 17:14:19 sendUrl INFO 7 [477] -2014-12-15 17:14:19 queue INFO 3 [573] -2014-12-15 17:14:19 queue INFO >3 [574] -2014-12-15 17:14:19 sendUrl INFO 3 [478] -2014-12-15 17:14:20 sendUrl INFO 3 [479] -2014-12-15 17:14:20 queue INFO 7 [575] -2014-12-15 17:14:20 queue INFO >7 [576] -2014-12-15 17:14:20 sendUrl INFO 7 [480] -2014-12-15 17:14:21 sendUrl INFO 7 [481] -2014-12-15 17:14:21 queue INFO 3 [577] -2014-12-15 17:14:21 queue INFO >3 [578] -2014-12-15 17:14:21 sendUrl INFO 3 [482] -2014-12-15 17:14:22 sendUrl INFO 3 [483] -2014-12-15 17:14:22 queue INFO 7 [579] -2014-12-15 17:14:22 queue INFO >7 [580] -2014-12-15 17:14:22 sendUrl INFO 7 [484] -2014-12-15 17:14:23 queue INFO 3 [581] -2014-12-15 17:14:23 queue INFO >3 [582] -2014-12-15 17:14:23 sendUrl INFO 7 [485] -2014-12-15 17:14:23 sendUrl INFO 3 [486] -2014-12-15 17:14:24 queue INFO 7 [583] -2014-12-15 17:14:24 queue INFO >7 [584] -2014-12-15 17:14:24 sendUrl INFO 3 [487] -2014-12-15 17:14:24 queue INFO 3 [585] -2014-12-15 17:14:24 sendUrl INFO 7 [488] -2014-12-15 17:14:25 queue INFO >3 [586] -2014-12-15 17:14:25 sendUrl INFO 7 [489] -2014-12-15 17:14:25 queue INFO 7 [587] -2014-12-15 17:14:25 sendUrl INFO 3 [490] -2014-12-15 17:14:26 queue INFO >7 [588] -2014-12-15 17:14:26 sendUrl INFO 3 [491] -2014-12-15 17:14:26 queue INFO 3 [589] -2014-12-15 17:14:26 queue INFO >3 [590] -2014-12-15 17:14:26 sendUrl INFO 7 [492] -2014-12-15 17:14:27 sendUrl INFO 7 [493] -2014-12-15 17:14:27 queue INFO 7 [591] -2014-12-15 17:14:27 queue INFO >7 [592] -2014-12-15 17:14:27 queue INFO 3 [593] -2014-12-15 17:14:28 sendUrl INFO 3 [494] -2014-12-15 17:14:28 queue INFO >3 [594] -2014-12-15 17:14:28 sendUrl INFO 3 [495] -2014-12-15 17:14:29 sendUrl INFO 7 [496] -2014-12-15 17:14:29 queue INFO 7 [595] -2014-12-15 17:14:29 queue INFO >7 [596] -2014-12-15 17:14:29 sendUrl INFO 7 [497] -2014-12-15 17:14:29 queue INFO 3 [597] -2014-12-15 17:14:30 sendUrl INFO 3 [498] -2014-12-15 17:14:30 queue INFO >3 [598] -2014-12-15 17:14:30 sendUrl INFO 3 [499] -2014-12-15 17:14:30 queue INFO 7 [599] -2014-12-15 17:14:30 queue INFO >7 [600] -2014-12-15 17:14:31 sendUrl INFO 7 [500] -2014-12-15 17:14:31 sendUrl INFO 7 [501] -2014-12-15 17:14:31 queue INFO 3 [601] -2014-12-15 17:14:31 queue INFO >3 [602] -2014-12-15 17:14:32 sendUrl INFO 3 [502] -2014-12-15 17:14:32 sendUrl INFO 3 [503] -2014-12-15 17:14:32 queue INFO 7 [603] -2014-12-15 17:14:32 queue INFO >7 [604] -2014-12-15 17:14:33 sendUrl INFO 7 [504] -2014-12-15 17:14:33 sendUrl INFO 7 [505] -2014-12-15 17:14:33 queue INFO 3 [605] -2014-12-15 17:14:33 queue INFO >3 [606] -2014-12-15 17:14:34 sendUrl INFO 3 [506] -2014-12-15 17:14:34 sendUrl INFO 3 [507] -2014-12-15 17:14:34 queue INFO 7 [607] -2014-12-15 17:14:34 queue INFO >7 [608] -2014-12-15 17:14:35 sendUrl INFO 7 [508] -2014-12-15 17:14:35 queue INFO 3 [609] -2014-12-15 17:14:35 queue INFO >3 [610] -2014-12-15 17:14:35 sendUrl INFO 7 [509] -2014-12-15 17:14:36 sendUrl INFO 3 [510] -2014-12-15 17:14:36 queue INFO 7 [611] -2014-12-15 17:14:36 queue INFO >7 [612] -2014-12-15 17:14:36 sendUrl INFO 3 [511] -2014-12-15 17:14:37 sendUrl INFO 7 [512] -2014-12-15 17:14:37 queue INFO 3 [613] -2014-12-15 17:14:37 queue INFO >3 [614] -2014-12-15 17:14:37 sendUrl INFO 7 [513] -2014-12-15 17:14:38 sendUrl INFO 3 [514] -2014-12-15 17:14:38 queue INFO 7 [615] -2014-12-15 17:14:38 queue INFO >7 [616] -2014-12-15 17:14:38 sendUrl INFO 3 [515] -2014-12-15 17:14:39 queue INFO 3 [617] -2014-12-15 17:14:39 sendUrl INFO 7 [516] -2014-12-15 17:14:39 queue INFO >3 [618] -2014-12-15 17:14:39 sendUrl INFO 7 [517] -2014-12-15 17:14:39 queue INFO 7 [619] -2014-12-15 17:14:40 queue INFO >7 [620] -2014-12-15 17:14:40 sendUrl INFO 3 [518] -2014-12-15 17:14:40 sendUrl INFO 3 [519] -2014-12-15 17:14:40 queue INFO 3 [621] -2014-12-15 17:14:41 queue INFO >3 [622] -2014-12-15 17:14:41 sendUrl INFO 7 [520] -2014-12-15 17:14:41 sendUrl INFO 5 [521] -2014-12-15 17:14:41 queue INFO 7 [623] -2014-12-15 17:14:42 queue INFO >7 [624] -2014-12-15 17:14:42 sendUrl INFO 5 [522] -2014-12-15 17:14:42 queue INFO 3 [625] -2014-12-15 17:14:42 sendUrl INFO 1 [523] -2014-12-15 17:14:42 queue INFO >3 [626] -2014-12-15 17:14:43 sendUrl INFO 1 [524] -2014-12-15 17:14:43 queue INFO 7 [627] -2014-12-15 17:14:43 sendUrl INFO 5 [525] -2014-12-15 17:14:43 queue INFO >7 [628] -2014-12-15 17:14:44 sendUrl INFO 5 [526] -2014-12-15 17:14:44 queue INFO 3 [629] -2014-12-15 17:14:44 queue INFO >3 [630] -2014-12-15 17:14:44 sendUrl INFO 1 [527] -2014-12-15 17:14:45 sendUrl INFO 1 [528] -2014-12-15 17:14:45 queue INFO 7 [631] -2014-12-15 17:14:45 queue INFO >7 [632] -2014-12-15 17:14:45 sendUrl INFO 5 [529] -2014-12-15 17:14:46 sendUrl INFO 5 [530] -2014-12-15 17:14:46 queue INFO 3 [633] -2014-12-15 17:14:46 queue INFO >3 [634] -2014-12-15 17:14:46 sendUrl INFO 1 [531] -2014-12-15 17:14:47 queue INFO 7 [635] -2014-12-15 17:14:47 sendUrl INFO 1 [532] -2014-12-15 17:14:47 queue INFO >7 [636] -2014-12-15 17:14:47 sendUrl INFO 5 [533] -2014-12-15 17:14:47 queue INFO 3 [637] -2014-12-15 17:14:47 queue INFO >3 [638] -2014-12-15 17:14:48 sendUrl INFO 5 [534] -2014-12-15 17:14:48 queue INFO 7 [639] -2014-12-15 17:14:48 sendUrl INFO 1 [535] -2014-12-15 17:14:48 queue INFO >7 [640] -2014-12-15 17:14:49 sendUrl INFO 1 [536] -2014-12-15 17:14:49 queue INFO 3 [641] -2014-12-15 17:14:49 queue INFO >3 [642] -2014-12-15 17:14:49 sendUrl INFO 5 [537] -2014-12-15 17:14:50 sendUrl INFO 5 [538] -2014-12-15 17:14:50 queue INFO 7 [643] -2014-12-15 17:14:50 sendUrl INFO 1 [539] -2014-12-15 17:14:50 queue INFO >7 [644] -2014-12-15 17:14:51 sendUrl INFO 1 [540] -2014-12-15 17:14:51 queue INFO 3 [645] -2014-12-15 17:14:51 queue INFO >3 [646] -2014-12-15 17:14:51 sendUrl INFO 5 [541] -2014-12-15 17:14:52 queue INFO 7 [647] -2014-12-15 17:14:52 sendUrl INFO 5 [542] -2014-12-15 17:14:52 queue INFO >7 [648] -2014-12-15 17:14:52 sendUrl INFO 1 [543] -2014-12-15 17:14:52 queue INFO 3 [649] -2014-12-15 17:14:53 queue INFO >3 [650] -2014-12-15 17:14:53 sendUrl INFO 1 [544] -2014-12-15 17:14:53 sendUrl INFO 5 [545] -2014-12-15 17:14:54 queue INFO 7 [651] -2014-12-15 17:14:54 queue INFO >7 [652] -2014-12-15 17:14:54 sendUrl INFO 5 [546] -2014-12-15 17:14:54 queue INFO 3 [653] -2014-12-15 17:14:54 sendUrl INFO 1 [547] -2014-12-15 17:14:55 queue INFO >3 [654] -2014-12-15 17:14:55 sendUrl INFO 1 [548] -2014-12-15 17:14:55 queue INFO 7 [655] -2014-12-15 17:14:55 sendUrl INFO 5 [549] -2014-12-15 17:14:56 queue INFO >7 [656] -2014-12-15 17:14:56 queue INFO 3 [657] -2014-12-15 17:14:56 sendUrl INFO 5 [550] -2014-12-15 17:14:56 queue INFO >3 [658] -2014-12-15 17:14:56 sendUrl INFO 1 [551] -2014-12-15 17:14:57 queue INFO 7 [659] -2014-12-15 17:14:57 sendUrl INFO 1 [552] -2014-12-15 17:14:57 queue INFO >7 [660] -2014-12-15 17:14:57 sendUrl INFO 5 [553] -2014-12-15 17:14:57 queue INFO 3 [661] -2014-12-15 17:14:58 queue INFO >3 [662] -2014-12-15 17:14:58 sendUrl INFO 5 [554] -2014-12-15 17:14:58 sendUrl INFO 1 [555] -2014-12-15 17:14:59 queue INFO 7 [663] -2014-12-15 17:14:59 queue INFO >7 [664] -2014-12-15 17:14:59 sendUrl INFO 1 [556] -2014-12-15 17:14:59 sendUrl INFO 5 [557] -2014-12-15 17:14:59 queue INFO 3 [665] -2014-12-15 17:15:00 queue INFO >3 [666] -2014-12-15 17:15:00 sendUrl INFO 5 [558] -2014-12-15 17:15:00 sendUrl INFO 1 [559] -2014-12-15 17:15:00 queue INFO 7 [667] -2014-12-15 17:15:01 queue INFO >7 [668] -2014-12-15 17:15:01 sendUrl INFO 1 [560] -2014-12-15 17:15:01 queue INFO 3 [669] -2014-12-15 17:15:01 sendUrl INFO 5 [561] -2014-12-15 17:15:02 queue INFO >3 [670] -2014-12-15 17:15:02 sendUrl INFO 5 [562] -2014-12-15 17:15:02 queue INFO 7 [671] -2014-12-15 17:15:02 queue INFO >7 [672] -2014-12-15 17:15:02 sendUrl INFO 1 [563] -2014-12-15 17:15:03 queue INFO 3 [673] -2014-12-15 17:15:03 sendUrl INFO 1 [564] -2014-12-15 17:15:03 queue INFO >3 [674] -2014-12-15 17:15:03 sendUrl INFO 5 [565] -2014-12-15 17:15:04 queue INFO 7 [675] -2014-12-15 17:15:04 sendUrl INFO 5 [566] -2014-12-15 17:15:04 queue INFO >7 [676] -2014-12-15 17:15:04 queue INFO 3 [677] -2014-12-15 17:15:04 sendUrl INFO 1 [567] -2014-12-15 17:15:04 queue INFO >3 [678] -2014-12-15 17:15:05 queue INFO 7 [679] -2014-12-15 17:15:05 sendUrl INFO 1 [568] -2014-12-15 17:15:05 queue INFO >7 [680] -2014-12-15 17:15:05 sendUrl INFO 21 [569] -2014-12-15 17:15:06 queue INFO 3 [681] -2014-12-15 17:15:06 queue INFO >3 [682] -2014-12-15 17:15:06 sendUrl INFO 25 [570] -2014-12-15 17:15:06 sendUrl INFO 25 [571] -2014-12-15 17:15:07 queue INFO 7 [683] -2014-12-15 17:15:07 queue INFO >7 [684] -2014-12-15 17:15:07 sendUrl INFO 21 [572] -2014-12-15 17:15:07 sendUrl INFO 21 [573] -2014-12-15 17:15:07 queue INFO 3 [685] -2014-12-15 17:15:08 queue INFO >3 [686] -2014-12-15 17:15:08 sendUrl INFO 25 [574] -2014-12-15 17:15:08 sendUrl INFO 25 [575] -2014-12-15 17:15:09 queue INFO 7 [687] -2014-12-15 17:15:09 queue INFO >7 [688] -2014-12-15 17:15:09 sendUrl INFO 21 [576] -2014-12-15 17:15:09 sendUrl INFO 21 [577] -2014-12-15 17:15:09 queue INFO 3 [689] -2014-12-15 17:15:10 queue INFO >3 [690] -2014-12-15 17:15:10 sendUrl INFO 25 [578] -2014-12-15 17:15:10 sendUrl INFO 25 [579] -2014-12-15 17:15:11 queue INFO 7 [691] -2014-12-15 17:15:11 queue INFO >7 [692] -2014-12-15 17:15:11 sendUrl INFO 21 [580] -2014-12-15 17:15:11 queue INFO 3 [693] -2014-12-15 17:15:12 sendUrl INFO 21 [581] -2014-12-15 17:15:12 queue INFO >3 [694] -2014-12-15 17:15:12 sendUrl INFO 25 [582] -2014-12-15 17:15:13 sendUrl INFO 25 [583] -2014-12-15 17:15:13 queue INFO 7 [695] -2014-12-15 17:15:13 queue INFO >7 [696] -2014-12-15 17:15:13 sendUrl INFO 21 [584] -2014-12-15 17:15:13 queue INFO 3 [697] -2014-12-15 17:15:14 sendUrl INFO 21 [585] -2014-12-15 17:15:14 queue INFO >3 [698] -2014-12-15 17:15:14 sendUrl INFO 25 [586] -2014-12-15 17:15:14 queue INFO 7 [699] -2014-12-15 17:15:15 sendUrl INFO 25 [587] -2014-12-15 17:15:15 queue INFO >7 [700] -2014-12-15 17:15:15 sendUrl INFO 21 [588] -2014-12-15 17:15:15 queue INFO 3 [701] -2014-12-15 17:15:16 sendUrl INFO 21 [589] -2014-12-15 17:15:16 queue INFO >3 [702] -2014-12-15 17:15:16 sendUrl INFO 25 [590] -2014-12-15 17:15:16 queue INFO 7 [703] -2014-12-15 17:15:17 sendUrl INFO 25 [591] -2014-12-15 17:15:17 queue INFO >7 [704] -2014-12-15 17:15:17 sendUrl INFO 21 [592] -2014-12-15 17:15:17 queue INFO 3 [705] -2014-12-15 17:15:17 queue INFO >3 [706] -2014-12-15 17:15:18 sendUrl INFO 21 [593] -2014-12-15 17:15:18 sendUrl INFO 25 [594] -2014-12-15 17:15:18 queue INFO 7 [707] -2014-12-15 17:15:19 sendUrl INFO 25 [595] -2014-12-15 17:15:19 queue INFO >7 [708] -2014-12-15 17:15:19 sendUrl INFO 21 [596] -2014-12-15 17:15:19 queue INFO 3 [709] -2014-12-15 17:15:19 queue INFO >3 [710] -2014-12-15 17:15:20 sendUrl INFO 21 [597] -2014-12-15 17:15:20 sendUrl INFO 25 [598] -2014-12-15 17:15:20 queue INFO 7 [711] -2014-12-15 17:15:21 sendUrl INFO 25 [599] -2014-12-15 17:15:21 queue INFO >7 [712] -2014-12-15 17:15:21 queue INFO 3 [713] -2014-12-15 17:15:21 queue INFO >3 [714] -2014-12-15 17:15:21 sendUrl INFO 21 [600] -2014-12-15 17:15:21 queue INFO 7 [715] -2014-12-15 17:15:22 sendUrl INFO 21 [601] -2014-12-15 17:15:22 queue INFO >7 [716] -2014-12-15 17:15:22 sendUrl INFO 25 [602] -2014-12-15 17:15:22 queue INFO 3 [717] -2014-12-15 17:15:23 sendUrl INFO 25 [603] -2014-12-15 17:15:23 queue INFO >3 [718] -2014-12-15 17:15:23 sendUrl INFO 21 [604] -2014-12-15 17:15:24 sendUrl INFO 21 [605] -2014-12-15 17:15:24 queue INFO 7 [719] -2014-12-15 17:15:24 queue INFO >7 [720] -2014-12-15 17:15:24 sendUrl INFO 25 [606] -2014-12-15 17:15:24 queue INFO 3 [721] -2014-12-15 17:15:25 sendUrl INFO 25 [607] -2014-12-15 17:15:25 queue INFO >3 [722] -2014-12-15 17:15:25 sendUrl INFO 21 [608] -2014-12-15 17:15:26 sendUrl INFO 21 [609] -2014-12-15 17:15:26 queue INFO 7 [723] -2014-12-15 17:15:26 queue INFO >7 [724] -2014-12-15 17:15:26 sendUrl INFO 25 [610] -2014-12-15 17:15:27 queue INFO 3 [725] -2014-12-15 17:15:27 sendUrl INFO 5 [611] -2014-12-15 17:15:27 queue INFO >3 [726] -2014-12-15 17:15:27 sendUrl INFO 5 [612] -2014-12-15 17:15:28 sendUrl INFO 1 [613] -2014-12-15 17:15:28 queue INFO 7 [727] -2014-12-15 17:15:28 queue INFO >7 [728] -2014-12-15 17:15:28 sendUrl INFO 1 [614] -2014-12-15 17:15:29 queue INFO 3 [729] -2014-12-15 17:15:29 sendUrl INFO 5 [615] -2014-12-15 17:15:29 queue INFO >3 [730] -2014-12-15 17:15:29 sendUrl INFO 5 [616] -2014-12-15 17:15:30 queue INFO 7 [731] -2014-12-15 17:15:30 sendUrl INFO 1 [617] -2014-12-15 17:15:30 queue INFO >7 [732] -2014-12-15 17:15:30 sendUrl INFO 1 [618] -2014-12-15 17:15:31 queue INFO 3 [733] -2014-12-15 17:15:31 sendUrl INFO 5 [619] -2014-12-15 17:15:31 queue INFO >3 [734] -2014-12-15 17:15:31 sendUrl INFO 5 [620] -2014-12-15 17:15:32 queue INFO 7 [735] -2014-12-15 17:15:32 sendUrl INFO 1 [621] -2014-12-15 17:15:32 queue INFO >7 [736] -2014-12-15 17:15:32 sendUrl INFO 1 [622] -2014-12-15 17:15:33 queue INFO 3 [737] -2014-12-15 17:15:33 queue INFO >3 [738] -2014-12-15 17:15:33 sendUrl INFO 5 [623] -2014-12-15 17:15:33 sendUrl INFO 5 [624] -2014-12-15 17:15:34 queue INFO 7 [739] -2014-12-15 17:15:34 queue INFO >7 [740] -2014-12-15 17:15:34 sendUrl INFO 1 [625] -2014-12-15 17:15:34 sendUrl INFO 1 [626] -2014-12-15 17:15:34 queue INFO 3 [741] -2014-12-15 17:15:35 queue INFO >3 [742] -2014-12-15 17:15:35 sendUrl INFO 5 [627] -2014-12-15 17:15:35 sendUrl INFO 5 [628] -2014-12-15 17:15:35 queue INFO 7 [743] -2014-12-15 17:15:36 queue INFO >7 [744] -2014-12-15 17:15:36 sendUrl INFO 1 [629] -2014-12-15 17:15:36 queue INFO 3 [745] -2014-12-15 17:15:36 queue INFO >3 [746] -2014-12-15 17:15:36 sendUrl INFO 1 [630] -2014-12-15 17:15:37 queue INFO 7 [747] -2014-12-15 17:15:37 sendUrl INFO 5 [631] -2014-12-15 17:15:37 queue INFO 3 [748] -2014-12-15 17:15:37 queue INFO >3 [749] -2014-12-15 17:15:37 sendUrl INFO 5 [632] -2014-12-15 17:15:38 queue INFO 7 [750] -2014-12-15 17:15:38 sendUrl INFO 1 [633] -2014-12-15 17:15:38 queue INFO >7 [751] -2014-12-15 17:15:38 sendUrl INFO 1 [634] -2014-12-15 17:15:39 sendUrl INFO 5 [635] -2014-12-15 17:15:39 queue INFO 3 [752] -2014-12-15 17:15:39 queue INFO >3 [753] -2014-12-15 17:15:39 queue INFO 7 [754] -2014-12-15 17:15:39 sendUrl INFO 5 [636] -2014-12-15 17:15:39 queue INFO >7 [755] -2014-12-15 17:15:40 sendUrl INFO 1 [637] -2014-12-15 17:15:40 queue INFO 3 [756] -2014-12-15 17:15:40 queue INFO >3 [757] -2014-12-15 17:15:40 sendUrl INFO 1 [638] -2014-12-15 17:15:41 sendUrl INFO 5 [639] -2014-12-15 17:15:41 queue INFO 7 [758] -2014-12-15 17:15:41 sendUrl INFO 5 [640] -2014-12-15 17:15:41 queue INFO >7 [759] -2014-12-15 17:15:42 sendUrl INFO 1 [641] -2014-12-15 17:15:42 queue INFO 3 [760] -2014-12-15 17:15:42 queue INFO >3 [761] -2014-12-15 17:15:42 sendUrl INFO 1 [642] -2014-12-15 17:15:43 sendUrl INFO 5 [643] -2014-12-15 17:15:43 queue INFO 7 [762] -2014-12-15 17:15:43 sendUrl INFO 5 [644] -2014-12-15 17:15:43 queue INFO >7 [763] -2014-12-15 17:15:44 sendUrl INFO 1 [645] -2014-12-15 17:15:44 queue INFO 3 [764] -2014-12-15 17:15:44 sendUrl INFO 1 [646] -2014-12-15 17:15:44 queue INFO >3 [765] -2014-12-15 17:15:45 sendUrl INFO 5 [647] -2014-12-15 17:15:45 queue INFO 7 [766] -2014-12-15 17:15:45 queue INFO >7 [767] -2014-12-15 17:15:45 sendUrl INFO 5 [648] -2014-12-15 17:15:46 queue INFO 3 [768] -2014-12-15 17:15:46 sendUrl INFO 1 [649] -2014-12-15 17:15:46 queue INFO >3 [769] -2014-12-15 17:15:46 sendUrl INFO 1 [650] -2014-12-15 17:15:47 sendUrl INFO 5 [651] -2014-12-15 17:15:47 queue INFO 7 [770] -2014-12-15 17:15:47 queue INFO >7 [771] -2014-12-15 17:15:47 sendUrl INFO 5 [652] -2014-12-15 17:15:48 sendUrl INFO 1 [653] -2014-12-15 17:15:48 sendUrl INFO 1 [654] -2014-12-15 17:15:49 sendUrl INFO 5 [655] -2014-12-15 17:15:49 sendUrl INFO 5 [656] -2014-12-15 17:15:50 sendUrl INFO 1 [657] -2014-12-15 17:15:50 sendUrl INFO 1 [658] -2014-12-15 17:15:51 queue INFO 3 [772] -2014-12-15 17:15:51 queue INFO 7 [773] -2014-12-15 17:15:51 sendUrl INFO 5 [659] -2014-12-15 17:15:51 queue INFO >7 [774] -2014-12-15 17:15:51 sendUrl INFO 5 [660] -2014-12-15 17:15:52 queue INFO 3 [775] -2014-12-15 17:15:52 queue INFO >3 [776] -2014-12-15 17:15:52 sendUrl INFO 1 [661] -2014-12-15 17:15:52 sendUrl INFO 1 [662] -2014-12-15 17:15:53 queue INFO 7 [777] -2014-12-15 17:15:53 queue INFO >7 [778] -2014-12-15 17:15:53 sendUrl INFO 5 [663] -2014-12-15 17:15:53 sendUrl INFO 5 [664] -2014-12-15 17:15:54 queue INFO 3 [779] -2014-12-15 17:15:54 queue INFO >3 [780] -2014-12-15 17:15:54 sendUrl INFO 1 [665] -2014-12-15 17:15:54 sendUrl INFO 5 [666] -2014-12-15 17:15:55 queue INFO 7 [781] -2014-12-15 17:15:55 sendUrl INFO 5 [667] -2014-12-15 17:15:55 queue INFO >7 [782] -2014-12-15 17:15:56 sendUrl INFO 1 [668] -2014-12-15 17:15:56 queue INFO 3 [783] -2014-12-15 17:15:56 queue INFO >3 [784] -2014-12-15 17:15:56 sendUrl INFO 5 [669] -2014-12-15 17:15:57 sendUrl INFO 5 [670] -2014-12-15 17:15:57 queue INFO 7 [785] -2014-12-15 17:15:57 sendUrl INFO 1 [671] -2014-12-15 17:15:57 queue INFO >7 [786] -2014-12-15 17:15:58 sendUrl INFO 1 [672] -2014-12-15 17:15:58 queue INFO 3 [787] -2014-12-15 17:15:58 queue INFO >3 [788] -2014-12-15 17:15:58 sendUrl INFO 5 [673] -2014-12-15 17:15:59 sendUrl INFO 5 [674] -2014-12-15 17:15:59 queue INFO 7 [789] -2014-12-15 17:15:59 queue INFO >7 [790] -2014-12-15 17:15:59 sendUrl INFO 1 [675] -2014-12-15 17:15:59 queue INFO 3 [791] -2014-12-15 17:16:00 sendUrl INFO 1 [676] -2014-12-15 17:16:00 queue INFO >3 [792] -2014-12-15 17:16:00 sendUrl INFO 5 [677] -2014-12-15 17:16:01 sendUrl INFO 5 [678] -2014-12-15 17:16:01 queue INFO 7 [793] -2014-12-15 17:16:01 queue INFO >7 [794] -2014-12-15 17:16:01 sendUrl INFO 1 [679] -2014-12-15 17:16:01 queue INFO 3 [795] -2014-12-15 17:16:01 queue INFO >3 [796] -2014-12-15 17:16:02 sendUrl INFO 1 [680] -2014-12-15 17:16:02 sendUrl INFO 5 [681] -2014-12-15 17:16:02 queue INFO 7 [797] -2014-12-15 17:16:03 sendUrl INFO 5 [682] -2014-12-15 17:16:03 queue INFO >7 [798] -2014-12-15 17:16:03 sendUrl INFO 1 [683] -2014-12-15 17:16:03 queue INFO 3 [799] -2014-12-15 17:16:03 queue INFO >3 [800] -2014-12-15 17:16:04 sendUrl INFO 1 [684] -2014-12-15 17:16:04 queue INFO 7 [801] -2014-12-15 17:16:04 sendUrl INFO 5 [685] -2014-12-15 17:16:04 queue INFO >7 [802] -2014-12-15 17:16:05 sendUrl INFO 5 [686] -2014-12-15 17:16:05 queue INFO 3 [803] -2014-12-15 17:16:05 queue INFO >3 [804] -2014-12-15 17:16:05 sendUrl INFO 1 [687] -2014-12-15 17:16:06 sendUrl INFO 1 [688] -2014-12-15 17:16:06 queue INFO 7 [805] -2014-12-15 17:16:06 queue INFO >7 [806] -2014-12-15 17:16:06 sendUrl INFO 5 [689] -2014-12-15 17:16:06 queue INFO 3 [807] -2014-12-15 17:16:07 sendUrl INFO 5 [690] -2014-12-15 17:16:07 queue INFO >3 [808] -2014-12-15 17:16:07 sendUrl INFO 1 [691] -2014-12-15 17:16:08 sendUrl INFO 1 [692] -2014-12-15 17:16:08 queue INFO 7 [809] -2014-12-15 17:16:08 queue INFO >7 [810] -2014-12-15 17:16:08 sendUrl INFO 5 [693] -2014-12-15 17:16:09 queue INFO 3 [811] -2014-12-15 17:16:09 sendUrl INFO 5 [694] -2014-12-15 17:16:09 queue INFO >3 [812] -2014-12-15 17:16:09 sendUrl INFO 1 [695] -2014-12-15 17:16:10 queue INFO 7 [813] -2014-12-15 17:16:10 sendUrl INFO 1 [696] -2014-12-15 17:16:10 queue INFO >7 [814] -2014-12-15 17:16:10 sendUrl INFO 5 [697] -2014-12-15 17:16:10 queue INFO 3 [815] -2014-12-15 17:16:11 queue INFO >3 [816] -2014-12-15 17:16:11 sendUrl INFO 5 [698] -2014-12-15 17:16:11 sendUrl INFO 1 [699] -2014-12-15 17:16:11 queue INFO 7 [817] -2014-12-15 17:16:12 queue INFO >7 [818] -2014-12-15 17:16:12 sendUrl INFO 1 [700] -2014-12-15 17:16:12 queue INFO 3 [819] -2014-12-15 17:16:12 sendUrl INFO 5 [701] -2014-12-15 17:16:12 queue INFO >3 [820] -2014-12-15 17:16:13 sendUrl INFO 5 [702] -2014-12-15 17:16:13 sendUrl INFO 1 [703] -2014-12-15 17:16:13 queue INFO 7 [821] -2014-12-15 17:16:14 queue INFO >7 [822] -2014-12-15 17:16:14 sendUrl INFO 1 [704] -2014-12-15 17:16:14 queue INFO 3 [823] -2014-12-15 17:16:14 sendUrl INFO 5 [705] -2014-12-15 17:16:14 queue INFO >3 [824] -2014-12-15 17:16:15 sendUrl INFO 5 [706] -2014-12-15 17:16:15 sendUrl INFO 1 [707] -2014-12-15 17:16:15 queue INFO 7 [825] -2014-12-15 17:16:16 queue INFO >7 [826] -2014-12-15 17:16:16 sendUrl INFO 1 [708] -2014-12-15 17:16:16 queue INFO 3 [827] -2014-12-15 17:16:16 sendUrl INFO 5 [709] -2014-12-15 17:16:16 queue INFO >3 [828] -2014-12-15 17:16:17 sendUrl INFO 5 [710] -2014-12-15 17:16:17 sendUrl INFO 1 [711] -2014-12-15 17:16:17 queue INFO 7 [829] -2014-12-15 17:16:18 queue INFO >7 [830] -2014-12-15 17:16:18 sendUrl INFO 1 [712] -2014-12-15 17:16:18 queue INFO 3 [831] -2014-12-15 17:16:18 sendUrl INFO 5 [713] -2014-12-15 17:16:18 queue INFO >3 [832] -2014-12-15 17:16:19 sendUrl INFO 5 [714] -2014-12-15 17:16:19 queue INFO 7 [833] -2014-12-15 17:16:19 sendUrl INFO 1 [715] -2014-12-15 17:16:19 queue INFO >7 [834] -2014-12-15 17:16:20 sendUrl INFO 1 [716] -2014-12-15 17:16:20 queue INFO 3 [835] -2014-12-15 17:16:20 queue INFO >3 [836] -2014-12-15 17:16:20 sendUrl INFO 5 [717] -2014-12-15 17:16:21 sendUrl INFO 5 [718] -2014-12-15 17:16:21 queue INFO 7 [837] -2014-12-15 17:16:21 queue INFO >7 [838] -2014-12-15 17:16:21 sendUrl INFO 1 [719] -2014-12-15 17:16:22 sendUrl INFO 1 [720] -2014-12-15 17:16:22 queue INFO 3 [839] -2014-12-15 17:16:22 queue INFO >3 [840] -2014-12-15 17:16:22 sendUrl INFO 5 [721] -2014-12-15 17:16:23 sendUrl INFO 5 [722] -2014-12-15 17:16:23 queue INFO 7 [841] -2014-12-15 17:16:23 queue INFO >7 [842] -2014-12-15 17:16:23 sendUrl INFO 1 [723] -2014-12-15 17:16:24 sendUrl INFO 1 [724] -2014-12-15 17:16:24 queue INFO 3 [843] -2014-12-15 17:16:24 queue INFO >3 [844] -2014-12-15 17:16:24 sendUrl INFO 5 [725] -2014-12-15 17:16:25 sendUrl INFO 5 [726] -2014-12-15 17:16:25 queue INFO 7 [845] -2014-12-15 17:16:25 sendUrl INFO 1 [727] -2014-12-15 17:16:25 queue INFO >7 [846] -2014-12-15 17:16:26 sendUrl INFO 1 [728] -2014-12-15 17:16:26 queue INFO 3 [847] -2014-12-15 17:16:26 queue INFO >3 [848] -2014-12-15 17:16:26 sendUrl INFO 5 [729] -2014-12-15 17:16:27 sendUrl INFO 5 [730] -2014-12-15 17:16:27 queue INFO 7 [849] -2014-12-15 17:16:27 sendUrl INFO 1 [731] -2014-12-15 17:16:28 queue INFO >7 [850] -2014-12-15 17:16:28 sendUrl INFO 1 [732] -2014-12-15 17:16:28 queue INFO 3 [851] -2014-12-15 17:16:28 queue INFO >3 [852] -2014-12-15 17:16:28 sendUrl INFO 5 [733] -2014-12-15 17:16:29 sendUrl INFO 5 [734] -2014-12-15 17:16:29 queue INFO 7 [853] -2014-12-15 17:16:29 queue INFO >7 [854] -2014-12-15 17:16:29 sendUrl INFO 1 [735] -2014-12-15 17:16:30 sendUrl INFO 1 [736] -2014-12-15 17:16:30 queue INFO 3 [855] -2014-12-15 17:16:30 queue INFO >3 [856] -2014-12-15 17:16:30 sendUrl INFO 5 [737] -2014-12-15 17:16:31 sendUrl INFO 5 [738] -2014-12-15 17:16:31 queue INFO 7 [857] -2014-12-15 17:16:31 queue INFO >7 [858] -2014-12-15 17:16:31 sendUrl INFO 1 [739] -2014-12-15 17:16:32 sendUrl INFO 1 [740] -2014-12-15 17:16:32 queue INFO 3 [859] -2014-12-15 17:16:32 queue INFO >3 [860] -2014-12-15 17:16:32 sendUrl INFO 5 [741] -2014-12-15 17:16:33 sendUrl INFO 5 [742] -2014-12-15 17:16:33 queue INFO 7 [861] -2014-12-15 17:16:33 queue INFO >7 [862] -2014-12-15 17:16:33 sendUrl INFO 1 [743] -2014-12-15 17:16:34 queue INFO 3 [863] -2014-12-15 17:16:34 sendUrl INFO 1 [744] -2014-12-15 17:16:34 queue INFO >3 [864] -2014-12-15 17:16:34 sendUrl INFO 5 [745] -2014-12-15 17:16:35 sendUrl INFO 5 [746] -2014-12-15 17:16:35 queue INFO 7 [865] -2014-12-15 17:16:35 queue INFO >7 [866] -2014-12-15 17:16:35 sendUrl INFO 1 [747] -2014-12-15 17:16:36 queue INFO 3 [867] -2014-12-15 17:16:36 sendUrl INFO 1 [748] -2014-12-15 17:16:36 queue INFO >3 [868] -2014-12-15 17:16:36 sendUrl INFO 5 [749] -2014-12-15 17:16:37 queue INFO 7 [869] -2014-12-15 17:16:37 sendUrl INFO 5 [750] -2014-12-15 17:16:37 queue INFO >7 [870] -2014-12-15 17:16:37 queue INFO 3 [871] -2014-12-15 17:16:37 sendUrl INFO 1 [751] -2014-12-15 17:16:38 queue INFO >3 [872] -2014-12-15 17:16:38 sendUrl INFO 1 [752] -2014-12-15 17:16:38 queue INFO 7 [873] -2014-12-15 17:16:38 sendUrl INFO 5 [753] -2014-12-15 17:16:39 queue INFO >7 [874] -2014-12-15 17:16:39 sendUrl INFO 5 [754] -2014-12-15 17:16:39 queue INFO 3 [875] -2014-12-15 17:16:40 sendUrl INFO 1 [755] -2014-12-15 17:16:40 queue INFO >3 [876] -2014-12-15 17:16:40 sendUrl INFO 1 [756] -2014-12-15 17:16:40 queue INFO 7 [877] -2014-12-15 17:16:40 queue INFO >7 [878] -2014-12-15 17:16:41 sendUrl INFO 5 [757] -2014-12-15 17:16:41 sendUrl INFO 5 [758] -2014-12-15 17:16:41 queue INFO 3 [879] -2014-12-15 17:16:41 queue INFO >3 [880] -2014-12-15 17:16:42 sendUrl INFO 1 [759] -2014-12-15 17:16:42 sendUrl INFO 1 [760] -2014-12-15 17:16:42 queue INFO 7 [881] -2014-12-15 17:16:42 queue INFO >7 [882] -2014-12-15 17:16:43 sendUrl INFO 5 [761] -2014-12-15 17:16:43 sendUrl INFO 5 [762] -2014-12-15 17:16:43 queue INFO 3 [883] -2014-12-15 17:16:43 queue INFO >3 [884] -2014-12-15 17:16:44 sendUrl INFO 1 [763] -2014-12-15 17:16:44 sendUrl INFO 1 [764] -2014-12-15 17:16:44 queue INFO 7 [885] -2014-12-15 17:16:44 queue INFO >7 [886] -2014-12-15 17:16:45 sendUrl INFO 5 [765] -2014-12-15 17:16:45 queue INFO 3 [887] -2014-12-15 17:16:45 sendUrl INFO 5 [766] -2014-12-15 17:16:45 queue INFO >3 [888] -2014-12-15 17:16:46 sendUrl INFO 1 [767] -2014-12-15 17:16:46 queue INFO 7 [889] -2014-12-15 17:16:46 sendUrl INFO 1 [768] -2014-12-15 17:16:46 queue INFO >7 [890] -2014-12-15 17:16:47 queue INFO 3 [891] -2014-12-15 17:16:47 sendUrl INFO 5 [769] -2014-12-15 17:16:47 queue INFO >3 [892] -2014-12-15 17:16:47 sendUrl INFO 5 [770] -2014-12-15 17:16:48 queue INFO 7 [893] -2014-12-15 17:16:48 sendUrl INFO 1 [771] -2014-12-15 17:16:48 queue INFO >7 [894] -2014-12-15 17:16:48 sendUrl INFO 1 [772] -2014-12-15 17:16:48 queue INFO 3 [895] -2014-12-15 17:16:49 queue INFO >3 [896] -2014-12-15 17:16:49 sendUrl INFO 5 [773] -2014-12-15 17:16:49 sendUrl INFO 5 [774] -2014-12-15 17:16:49 queue INFO 7 [897] -2014-12-15 17:16:50 queue INFO >7 [898] -2014-12-15 17:16:50 sendUrl INFO 1 [775] -2014-12-15 17:16:50 sendUrl INFO 1 [776] -2014-12-15 17:16:50 queue INFO 3 [899] -2014-12-15 17:16:51 queue INFO >3 [900] -2014-12-15 17:16:51 sendUrl INFO 5 [777] -2014-12-15 17:16:51 sendUrl INFO 5 [778] -2014-12-15 17:16:51 queue INFO 7 [901] -2014-12-15 17:16:51 queue INFO >7 [902] -2014-12-15 17:16:52 sendUrl INFO 1 [779] -2014-12-15 17:16:52 queue INFO 3 [903] -2014-12-15 17:16:52 sendUrl INFO 1 [780] -2014-12-15 17:16:52 queue INFO >3 [904] -2014-12-15 17:16:53 sendUrl INFO 5 [781] -2014-12-15 17:16:53 queue INFO 7 [905] -2014-12-15 17:16:53 queue INFO >7 [906] -2014-12-15 17:16:53 sendUrl INFO 5 [782] -2014-12-15 17:16:54 sendUrl INFO 1 [783] -2014-12-15 17:16:54 queue INFO 3 [907] -2014-12-15 17:16:54 queue INFO >3 [908] -2014-12-15 17:16:54 sendUrl INFO 1 [784] -2014-12-15 17:16:55 queue INFO 7 [909] -2014-12-15 17:16:55 sendUrl INFO 5 [785] -2014-12-15 17:16:55 queue INFO >7 [910] -2014-12-15 17:16:55 sendUrl INFO 5 [786] -2014-12-15 17:16:55 queue INFO 3 [911] -2014-12-15 17:16:55 queue INFO >3 [912] -2014-12-15 17:16:56 sendUrl INFO 1 [787] -2014-12-15 17:16:56 sendUrl INFO 1 [788] -2014-12-15 17:16:57 queue INFO 7 [913] -2014-12-15 17:16:57 sendUrl INFO 5 [789] -2014-12-15 17:16:57 queue INFO >7 [914] -2014-12-15 17:16:57 sendUrl INFO 5 [790] -2014-12-15 17:16:57 queue INFO 3 [915] -2014-12-15 17:16:57 queue INFO >3 [916] -2014-12-15 17:16:58 sendUrl INFO 1 [791] -2014-12-15 17:16:58 sendUrl INFO 1 [792] -2014-12-15 17:16:59 queue INFO 7 [917] -2014-12-15 17:16:59 sendUrl INFO 5 [793] -2014-12-15 17:16:59 queue INFO >7 [918] -2014-12-15 17:16:59 sendUrl INFO 5 [794] -2014-12-15 17:16:59 queue INFO 3 [919] -2014-12-15 17:16:59 queue INFO >3 [920] -2014-12-15 17:17:00 sendUrl INFO 1 [795] -2014-12-15 17:17:00 sendUrl INFO 1 [796] -2014-12-15 17:17:00 queue INFO 7 [921] -2014-12-15 17:17:00 queue INFO >7 [922] -2014-12-15 17:17:01 sendUrl INFO 5 [797] -2014-12-15 17:17:01 sendUrl INFO 5 [798] -2014-12-15 17:17:01 queue INFO 3 [923] -2014-12-15 17:17:01 queue INFO >3 [924] -2014-12-15 17:17:02 sendUrl INFO 1 [799] -2014-12-15 17:17:02 sendUrl INFO 1 [800] -2014-12-15 17:17:02 queue INFO 7 [925] -2014-12-15 17:17:02 queue INFO >7 [926] -2014-12-15 17:17:03 sendUrl INFO 5 [801] -2014-12-15 17:17:03 queue INFO 3 [927] -2014-12-15 17:17:03 queue INFO >3 [928] -2014-12-15 17:17:03 sendUrl INFO 5 [802] -2014-12-15 17:17:04 sendUrl INFO 1 [803] -2014-12-15 17:17:04 queue INFO 7 [929] -2014-12-15 17:17:04 queue INFO >7 [930] -2014-12-15 17:17:04 sendUrl INFO 1 [804] -2014-12-15 17:17:05 queue INFO 3 [931] -2014-12-15 17:17:05 queue INFO >3 [932] -2014-12-15 17:17:05 sendUrl INFO 5 [805] -2014-12-15 17:17:05 sendUrl INFO 5 [806] -2014-12-15 17:17:06 queue INFO 7 [933] -2014-12-15 17:17:06 sendUrl INFO 1 [807] -2014-12-15 17:17:06 queue INFO >7 [934] -2014-12-15 17:17:06 sendUrl INFO 1 [808] -2014-12-15 17:17:07 queue INFO 3 [935] -2014-12-15 17:17:07 queue INFO >3 [936] -2014-12-15 17:17:07 sendUrl INFO 5 [809] -2014-12-15 17:17:07 sendUrl INFO 5 [810] -2014-12-15 17:17:07 queue INFO 7 [937] -2014-12-15 17:17:08 queue INFO >7 [938] -2014-12-15 17:17:08 sendUrl INFO 1 [811] -2014-12-15 17:17:08 queue INFO 3 [939] -2014-12-15 17:17:08 sendUrl INFO 1 [812] -2014-12-15 17:17:08 queue INFO >3 [940] -2014-12-15 17:17:09 sendUrl INFO 5 [813] -2014-12-15 17:17:09 sendUrl INFO 5 [814] -2014-12-15 17:17:09 queue INFO 7 [941] -2014-12-15 17:17:10 queue INFO >7 [942] -2014-12-15 17:17:10 sendUrl INFO 1 [815] -2014-12-15 17:17:10 queue INFO 3 [943] -2014-12-15 17:17:10 queue INFO >3 [944] -2014-12-15 17:17:10 sendUrl INFO 1 [816] -2014-12-15 17:17:11 sendUrl INFO 5 [817] -2014-12-15 17:17:11 queue INFO 7 [945] -2014-12-15 17:17:11 sendUrl INFO 5 [818] -2014-12-15 17:17:11 queue INFO >7 [946] -2014-12-15 17:17:12 sendUrl INFO 1 [819] -2014-12-15 17:17:12 queue INFO 3 [947] -2014-12-15 17:17:12 queue INFO >3 [948] -2014-12-15 17:17:12 sendUrl INFO 1 [820] -2014-12-15 17:17:13 sendUrl INFO 5 [821] -2014-12-15 17:17:13 queue INFO 7 [949] -2014-12-15 17:17:13 queue INFO >7 [950] -2014-12-15 17:17:13 sendUrl INFO 5 [822] -2014-12-15 17:17:14 queue INFO 3 [951] -2014-12-15 17:17:14 queue INFO >3 [952] -2014-12-15 17:17:14 sendUrl INFO 1 [823] -2014-12-15 17:17:14 sendUrl INFO 1 [824] -2014-12-15 17:17:15 queue INFO 7 [953] -2014-12-15 17:17:15 queue INFO >7 [954] -2014-12-15 17:17:15 sendUrl INFO 5 [825] -2014-12-15 17:17:15 sendUrl INFO 5 [826] -2014-12-15 17:17:15 queue INFO 3 [955] -2014-12-15 17:17:16 queue INFO >3 [956] -2014-12-15 17:17:16 sendUrl INFO 1 [827] -2014-12-15 17:17:16 queue INFO 7 [957] -2014-12-15 17:17:16 sendUrl INFO 1 [828] -2014-12-15 17:17:16 queue INFO >7 [958] -2014-12-15 17:17:17 sendUrl INFO 5 [829] -2014-12-15 17:17:17 queue INFO 3 [959] -2014-12-15 17:17:17 sendUrl INFO 5 [830] -2014-12-15 17:17:17 queue INFO >3 [960] -2014-12-15 17:17:18 sendUrl INFO 1 [831] -2014-12-15 17:17:18 queue INFO 7 [961] -2014-12-15 17:17:18 queue INFO >7 [962] -2014-12-15 17:17:18 sendUrl INFO 1 [832] -2014-12-15 17:17:19 queue INFO 3 [963] -2014-12-15 17:17:19 sendUrl INFO 5 [833] -2014-12-15 17:17:19 queue INFO >3 [964] -2014-12-15 17:17:19 sendUrl INFO 5 [834] -2014-12-15 17:17:20 queue INFO 7 [965] -2014-12-15 17:17:20 sendUrl INFO 1 [835] -2014-12-15 17:17:20 queue INFO >7 [966] -2014-12-15 17:17:20 sendUrl INFO 1 [836] -2014-12-15 17:17:21 queue INFO 3 [967] -2014-12-15 17:17:21 queue INFO >3 [968] -2014-12-15 17:17:21 sendUrl INFO 5 [837] -2014-12-15 17:17:21 sendUrl INFO 5 [838] -2014-12-15 17:17:22 queue INFO 7 [969] -2014-12-15 17:17:22 queue INFO >7 [970] -2014-12-15 17:17:22 sendUrl INFO 1 [839] -2014-12-15 17:17:22 queue INFO 3 [971] -2014-12-15 17:17:22 queue INFO >3 [972] -2014-12-15 17:17:22 sendUrl INFO 1 [840] -2014-12-15 17:17:23 sendUrl INFO 5 [841] -2014-12-15 17:17:23 queue INFO 7 [973] -2014-12-15 17:17:23 queue INFO >7 [974] -2014-12-15 17:17:23 sendUrl INFO 5 [842] -2014-12-15 17:17:24 queue INFO 3 [975] -2014-12-15 17:17:24 sendUrl INFO 1 [843] -2014-12-15 17:17:24 queue INFO >3 [976] -2014-12-15 17:17:24 sendUrl INFO 1 [844] -2014-12-15 17:17:25 queue INFO 7 [977] -2014-12-15 17:17:25 sendUrl INFO 5 [845] -2014-12-15 17:17:25 queue INFO >7 [978] -2014-12-15 17:17:26 sendUrl INFO 5 [846] -2014-12-15 17:17:26 queue INFO 3 [979] -2014-12-15 17:17:26 queue INFO >3 [980] -2014-12-15 17:17:26 sendUrl INFO 1 [847] -2014-12-15 17:17:27 sendUrl INFO 1 [848] -2014-12-15 17:17:27 queue INFO 7 [981] -2014-12-15 17:17:27 queue INFO >7 [982] -2014-12-15 17:17:27 sendUrl INFO 5 [849] -2014-12-15 17:17:28 sendUrl INFO 5 [850] -2014-12-15 17:17:28 queue INFO 3 [983] -2014-12-15 17:17:28 queue INFO >3 [984] -2014-12-15 17:17:28 sendUrl INFO 1 [851] -2014-12-15 17:17:29 sendUrl INFO 1 [852] -2014-12-15 17:17:29 queue INFO 7 [985] -2014-12-15 17:17:29 queue INFO >7 [986] -2014-12-15 17:17:29 sendUrl INFO 5 [853] -2014-12-15 17:17:29 queue INFO 3 [987] -2014-12-15 17:17:29 queue INFO >3 [988] -2014-12-15 17:17:30 sendUrl INFO 5 [854] -2014-12-15 17:17:30 queue INFO 7 [989] -2014-12-15 17:17:30 queue INFO >7 [990] -2014-12-15 17:17:30 sendUrl INFO 1 [855] -2014-12-15 17:17:30 queue INFO 3 [991] -2014-12-15 17:17:31 sendUrl INFO 1 [856] -2014-12-15 17:17:31 queue INFO >3 [992] -2014-12-15 17:17:31 sendUrl INFO 5 [857] -2014-12-15 17:17:32 sendUrl INFO 5 [858] -2014-12-15 17:17:32 queue INFO 7 [993] -2014-12-15 17:17:32 queue INFO >7 [994] -2014-12-15 17:17:32 sendUrl INFO 1 [859] -2014-12-15 17:17:32 queue INFO 3 [995] -2014-12-15 17:17:33 sendUrl INFO 1 [860] -2014-12-15 17:17:33 queue INFO >3 [996] -2014-12-15 17:17:33 sendUrl INFO 5 [861] -2014-12-15 17:17:33 queue INFO 7 [997] -2014-12-15 17:17:34 sendUrl INFO 5 [862] -2014-12-15 17:17:34 queue INFO >7 [998] -2014-12-15 17:17:34 sendUrl INFO 1 [863] -2014-12-15 17:17:34 queue INFO 3 [999] -2014-12-15 17:17:34 queue INFO >3 [0] -2014-12-15 17:17:35 sendUrl INFO 1 [864] -2014-12-15 17:17:35 sendUrl INFO 5 [865] -2014-12-15 17:17:35 queue INFO 7 [1] -2014-12-15 17:17:36 sendUrl INFO 5 [866] -2014-12-15 17:17:36 queue INFO >7 [2] -2014-12-15 17:17:36 sendUrl INFO 1 [867] -2014-12-15 17:17:36 queue INFO 3 [3] -2014-12-15 17:17:36 queue INFO >3 [4] -2014-12-15 17:17:37 sendUrl INFO 1 [868] -2014-12-15 17:17:37 sendUrl INFO 5 [869] -2014-12-15 17:17:37 queue INFO 7 [5] -2014-12-15 17:17:37 queue INFO >7 [6] -2014-12-15 17:17:38 sendUrl INFO 5 [870] -2014-12-15 17:17:38 queue INFO 3 [7] -2014-12-15 17:17:38 sendUrl INFO 1 [871] -2014-12-15 17:17:38 queue INFO >3 [8] -2014-12-15 17:17:39 sendUrl INFO 1 [872] -2014-12-15 17:17:39 queue INFO 7 [9] -2014-12-15 17:17:39 sendUrl INFO 5 [873] -2014-12-15 17:17:39 queue INFO >7 [10] -2014-12-15 17:17:40 sendUrl INFO 5 [874] -2014-12-15 17:17:40 queue INFO 3 [11] -2014-12-15 17:17:40 queue INFO >3 [12] -2014-12-15 17:17:40 sendUrl INFO 1 [875] -2014-12-15 17:17:41 sendUrl INFO 1 [876] -2014-12-15 17:17:41 queue INFO 7 [13] -2014-12-15 17:17:41 queue INFO >7 [14] -2014-12-15 17:17:41 sendUrl INFO 5 [877] -2014-12-15 17:17:42 queue INFO 3 [15] -2014-12-15 17:17:42 sendUrl INFO 5 [878] -2014-12-15 17:17:42 queue INFO >3 [16] -2014-12-15 17:17:42 sendUrl INFO 1 [879] -2014-12-15 17:17:43 sendUrl INFO 1 [880] -2014-12-15 17:17:43 queue INFO 7 [17] -2014-12-15 17:17:43 queue INFO >7 [18] -2014-12-15 17:17:43 sendUrl INFO 5 [881] -2014-12-15 17:17:44 queue INFO 3 [19] -2014-12-15 17:17:44 sendUrl INFO 5 [882] -2014-12-15 17:17:44 queue INFO >3 [20] -2014-12-15 17:17:44 sendUrl INFO 1 [883] -2014-12-15 17:17:45 sendUrl INFO 1 [884] -2014-12-15 17:17:45 queue INFO 7 [21] -2014-12-15 17:17:45 queue INFO >7 [22] -2014-12-15 17:17:45 sendUrl INFO 5 [885] -2014-12-15 17:17:45 queue INFO 3 [23] -2014-12-15 17:17:46 queue INFO >3 [24] -2014-12-15 17:17:46 sendUrl INFO 5 [886] -2014-12-15 17:17:46 sendUrl INFO 1 [887] -2014-12-15 17:17:46 queue INFO 7 [25] -2014-12-15 17:17:47 queue INFO >7 [26] -2014-12-15 17:17:47 sendUrl INFO 1 [888] -2014-12-15 17:17:47 queue INFO 3 [27] -2014-12-15 17:17:47 sendUrl INFO 5 [889] -2014-12-15 17:17:47 queue INFO >3 [28] -2014-12-15 17:17:48 sendUrl INFO 5 [890] -2014-12-15 17:17:48 queue INFO 7 [29] -2014-12-15 17:17:48 sendUrl INFO 1 [891] -2014-12-15 17:17:48 queue INFO >7 [30] -2014-12-15 17:17:49 sendUrl INFO 1 [892] -2014-12-15 17:17:49 queue INFO 3 [31] -2014-12-15 17:17:49 queue INFO >3 [32] -2014-12-15 17:17:49 sendUrl INFO 5 [893] -2014-12-15 17:17:49 queue INFO 7 [33] -2014-12-15 17:17:50 queue INFO >7 [34] -2014-12-15 17:17:50 sendUrl INFO 5 [894] -2014-12-15 17:17:50 queue INFO 3 [35] -2014-12-15 17:17:50 sendUrl INFO 1 [895] -2014-12-15 17:17:50 queue INFO >3 [36] -2014-12-15 17:17:51 sendUrl INFO 1 [896] -2014-12-15 17:17:51 queue INFO 7 [37] -2014-12-15 17:17:51 sendUrl INFO 5 [897] -2014-12-15 17:17:51 queue INFO >7 [38] -2014-12-15 17:17:52 sendUrl INFO 5 [898] -2014-12-15 17:17:52 queue INFO 3 [39] -2014-12-15 17:17:52 queue INFO >3 [40] -2014-12-15 17:17:52 sendUrl INFO 1 [899] -2014-12-15 17:17:53 sendUrl INFO 1 [900] -2014-12-15 17:17:53 queue INFO 7 [41] -2014-12-15 17:17:53 queue INFO >7 [42] -2014-12-15 17:17:53 sendUrl INFO 5 [901] -2014-12-15 17:17:53 queue INFO 3 [43] -2014-12-15 17:17:54 queue INFO >3 [44] -2014-12-15 17:17:54 sendUrl INFO 5 [902] -2014-12-15 17:17:54 sendUrl INFO 1 [903] -2014-12-15 17:17:55 queue INFO 7 [45] -2014-12-15 17:17:55 sendUrl INFO 1 [904] -2014-12-15 17:17:55 queue INFO >7 [46] -2014-12-15 17:17:55 sendUrl INFO 5 [905] -2014-12-15 17:17:56 queue INFO 3 [47] -2014-12-15 17:17:56 sendUrl INFO 5 [906] -2014-12-15 17:17:56 queue INFO >3 [48] -2014-12-15 17:17:56 sendUrl INFO 1 [907] -2014-12-15 17:17:57 queue INFO 7 [49] -2014-12-15 17:17:57 sendUrl INFO 1 [908] -2014-12-15 17:17:57 queue INFO >7 [50] -2014-12-15 17:17:57 queue INFO 3 [51] -2014-12-15 17:17:57 sendUrl INFO 5 [909] -2014-12-15 17:17:58 queue INFO >3 [52] -2014-12-15 17:17:58 sendUrl INFO 5 [910] -2014-12-15 17:17:58 sendUrl INFO 1 [911] -2014-12-15 17:17:59 queue INFO 7 [53] -2014-12-15 17:17:59 queue INFO >7 [54] -2014-12-15 17:17:59 sendUrl INFO 1 [912] -2014-12-15 17:17:59 queue INFO 3 [55] -2014-12-15 17:17:59 sendUrl INFO 5 [913] -2014-12-15 17:18:00 queue INFO >3 [56] -2014-12-15 17:18:00 sendUrl INFO 5 [914] -2014-12-15 17:18:00 queue INFO 7 [57] -2014-12-15 17:18:00 sendUrl INFO 1 [915] -2014-12-15 17:18:01 queue INFO >7 [58] -2014-12-15 17:18:01 sendUrl INFO 1 [916] -2014-12-15 17:18:01 queue INFO 3 [59] -2014-12-15 17:18:01 queue INFO >3 [60] -2014-12-15 17:18:01 sendUrl INFO 5 [917] -2014-12-15 17:18:02 sendUrl INFO 5 [918] -2014-12-15 17:18:02 queue INFO 7 [61] -2014-12-15 17:18:02 queue INFO >7 [62] -2014-12-15 17:18:02 sendUrl INFO 1 [919] -2014-12-15 17:18:03 queue INFO 3 [63] -2014-12-15 17:18:03 sendUrl INFO 1 [920] -2014-12-15 17:18:03 queue INFO >3 [64] -2014-12-15 17:18:03 queue INFO 7 [65] -2014-12-15 17:18:03 sendUrl INFO 5 [921] -2014-12-15 17:18:04 queue INFO >7 [66] -2014-12-15 17:18:04 sendUrl INFO 5 [922] -2014-12-15 17:18:04 queue INFO 3 [67] -2014-12-15 17:18:04 queue INFO >3 [68] -2014-12-15 17:18:04 sendUrl INFO 1 [923] -2014-12-15 17:18:05 sendUrl INFO 1 [924] -2014-12-15 17:18:05 queue INFO 7 [69] -2014-12-15 17:18:05 sendUrl INFO 5 [925] -2014-12-15 17:18:06 queue INFO >7 [70] -2014-12-15 17:18:06 sendUrl INFO 5 [926] -2014-12-15 17:18:06 queue INFO 3 [71] -2014-12-15 17:18:06 queue INFO >3 [72] -2014-12-15 17:18:06 sendUrl INFO 1 [927] -2014-12-15 17:18:07 sendUrl INFO 1 [928] -2014-12-15 17:18:07 queue INFO 7 [73] -2014-12-15 17:18:07 queue INFO >7 [74] -2014-12-15 17:18:07 sendUrl INFO 5 [929] -2014-12-15 17:18:08 queue INFO 3 [75] -2014-12-15 17:18:08 queue INFO >3 [76] -2014-12-15 17:18:08 sendUrl INFO 5 [930] -2014-12-15 17:18:09 sendUrl INFO 1 [931] -2014-12-15 17:18:09 queue INFO 7 [77] -2014-12-15 17:18:09 sendUrl INFO 1 [932] -2014-12-15 17:18:09 queue INFO >7 [78] -2014-12-15 17:18:10 sendUrl INFO 5 [933] -2014-12-15 17:18:10 queue INFO 3 [79] -2014-12-15 17:18:10 queue INFO >3 [80] -2014-12-15 17:18:10 sendUrl INFO 5 [934] -2014-12-15 17:18:11 sendUrl INFO 1 [935] -2014-12-15 17:18:11 queue INFO 7 [81] -2014-12-15 17:18:11 sendUrl INFO 1 [936] -2014-12-15 17:18:11 queue INFO >7 [82] -2014-12-15 17:18:12 sendUrl INFO 5 [937] -2014-12-15 17:18:12 queue INFO 3 [83] -2014-12-15 17:18:12 queue INFO >3 [84] -2014-12-15 17:18:12 sendUrl INFO 5 [938] -2014-12-15 17:18:13 sendUrl INFO 1 [939] -2014-12-15 17:18:13 queue INFO 7 [85] -2014-12-15 17:18:13 sendUrl INFO 1 [940] -2014-12-15 17:18:13 queue INFO >7 [86] -2014-12-15 17:18:14 queue INFO 3 [87] -2014-12-15 17:18:14 sendUrl INFO 5 [941] -2014-12-15 17:18:14 queue INFO >3 [88] -2014-12-15 17:18:14 sendUrl INFO 5 [942] -2014-12-15 17:18:15 sendUrl INFO 1 [943] -2014-12-15 17:18:15 queue INFO 7 [89] -2014-12-15 17:18:15 queue INFO >7 [90] -2014-12-15 17:18:15 sendUrl INFO 1 [944] -2014-12-15 17:18:16 queue INFO 3 [91] -2014-12-15 17:18:16 sendUrl INFO 5 [945] -2014-12-15 17:18:16 queue INFO >3 [92] -2014-12-15 17:18:16 sendUrl INFO 5 [946] -2014-12-15 17:18:17 queue INFO 7 [93] -2014-12-15 17:18:17 sendUrl INFO 1 [947] -2014-12-15 17:18:17 queue INFO >7 [94] -2014-12-15 17:18:17 sendUrl INFO 1 [948] -2014-12-15 17:18:17 queue INFO 3 [95] -2014-12-15 17:18:18 queue INFO >3 [96] -2014-12-15 17:18:18 sendUrl INFO 5 [949] -2014-12-15 17:18:18 sendUrl INFO 5 [950] -2014-12-15 17:18:19 queue INFO 7 [97] -2014-12-15 17:18:19 sendUrl INFO 1 [951] -2014-12-15 17:18:19 queue INFO >7 [98] -2014-12-15 17:18:19 sendUrl INFO 1 [952] -2014-12-15 17:18:19 queue INFO 3 [99] -2014-12-15 17:18:19 queue INFO >3 [100] -2014-12-15 17:18:20 sendUrl INFO 5 [953] -2014-12-15 17:18:20 sendUrl INFO 5 [954] -2014-12-15 17:18:20 queue INFO 7 [101] -2014-12-15 17:18:21 queue INFO >7 [102] -2014-12-15 17:18:21 sendUrl INFO 1 [955] -2014-12-15 17:18:21 sendUrl INFO 1 [956] -2014-12-15 17:18:21 queue INFO 3 [103] -2014-12-15 17:18:21 queue INFO >3 [104] -2014-12-15 17:18:22 sendUrl INFO 5 [957] -2014-12-15 17:18:22 sendUrl INFO 5 [958] -2014-12-15 17:18:22 queue INFO 7 [105] -2014-12-15 17:18:23 queue INFO >7 [106] -2014-12-15 17:18:23 sendUrl INFO 1 [959] -2014-12-15 17:18:23 sendUrl INFO 1 [960] -2014-12-15 17:18:23 queue INFO 3 [107] -2014-12-15 17:18:23 queue INFO >3 [108] -2014-12-15 17:18:24 sendUrl INFO 5 [961] -2014-12-15 17:18:24 sendUrl INFO 5 [962] -2014-12-15 17:18:24 queue INFO 7 [109] -2014-12-15 17:18:25 queue INFO >7 [110] -2014-12-15 17:18:25 sendUrl INFO 1 [963] -2014-12-15 17:18:25 queue INFO 3 [111] -2014-12-15 17:18:25 sendUrl INFO 1 [964] -2014-12-15 17:18:25 queue INFO >3 [112] -2014-12-15 17:18:26 sendUrl INFO 5 [965] -2014-12-15 17:18:26 queue INFO 7 [113] -2014-12-15 17:18:26 queue INFO >7 [114] -2014-12-15 17:18:26 sendUrl INFO 5 [966] -2014-12-15 17:18:27 sendUrl INFO 1 [967] -2014-12-15 17:18:27 queue INFO 3 [115] -2014-12-15 17:18:27 queue INFO >3 [116] -2014-12-15 17:18:27 sendUrl INFO 1 [968] -2014-12-15 17:18:28 sendUrl INFO 5 [969] -2014-12-15 17:18:28 queue INFO 7 [117] -2014-12-15 17:18:28 sendUrl INFO 5 [970] -2014-12-15 17:18:28 queue INFO >7 [118] -2014-12-15 17:18:29 sendUrl INFO 1 [971] -2014-12-15 17:18:29 queue INFO 3 [119] -2014-12-15 17:18:29 queue INFO >3 [120] -2014-12-15 17:18:29 sendUrl INFO 1 [972] -2014-12-15 17:18:30 sendUrl INFO 5 [973] -2014-12-15 17:18:30 queue INFO 7 [121] -2014-12-15 17:18:30 sendUrl INFO 5 [974] -2014-12-15 17:18:30 queue INFO >7 [122] -2014-12-15 17:18:31 queue INFO 3 [123] -2014-12-15 17:18:31 sendUrl INFO 1 [975] -2014-12-15 17:18:31 queue INFO >3 [124] -2014-12-15 17:18:31 sendUrl INFO 1 [976] -2014-12-15 17:18:32 queue INFO 7 [125] -2014-12-15 17:18:32 sendUrl INFO 3 [977] -2014-12-15 17:18:32 queue INFO >7 [126] -2014-12-15 17:18:32 sendUrl INFO 7 [978] -2014-12-15 17:18:33 queue INFO 3 [127] -2014-12-15 17:18:33 queue INFO >3 [128] -2014-12-15 17:18:33 sendUrl INFO 7 [979] -2014-12-15 17:18:33 sendUrl INFO 3 [980] -2014-12-15 17:18:34 queue INFO 7 [129] -2014-12-15 17:18:34 sendUrl INFO 3 [981] -2014-12-15 17:18:34 queue INFO >7 [130] -2014-12-15 17:18:34 sendUrl INFO 7 [982] -2014-12-15 17:18:35 queue INFO 3 [131] -2014-12-15 17:18:35 queue INFO >3 [132] -2014-12-15 17:18:35 sendUrl INFO 7 [983] -2014-12-15 17:18:35 sendUrl INFO 3 [984] -2014-12-15 17:18:36 queue INFO 7 [133] -2014-12-15 17:18:36 queue INFO >7 [134] -2014-12-15 17:18:36 sendUrl INFO 3 [985] -2014-12-15 17:18:36 sendUrl INFO 7 [986] -2014-12-15 17:18:36 queue INFO 3 [135] -2014-12-15 17:18:37 queue INFO >3 [136] -2014-12-15 17:18:37 sendUrl INFO 7 [987] -2014-12-15 17:18:37 sendUrl INFO 3 [988] -2014-12-15 17:18:38 queue INFO 7 [137] -2014-12-15 17:18:38 sendUrl INFO 3 [989] -2014-12-15 17:18:38 queue INFO >7 [138] -2014-12-15 17:18:38 sendUrl INFO 7 [990] -2014-12-15 17:18:38 queue INFO 3 [139] -2014-12-15 17:18:39 queue INFO >3 [140] -2014-12-15 17:18:39 sendUrl INFO 7 [991] -2014-12-15 17:18:39 sendUrl INFO 3 [992] -2014-12-15 17:18:40 queue INFO 7 [141] -2014-12-15 17:18:40 queue INFO >7 [142] -2014-12-15 17:18:40 sendUrl INFO 3 [993] -2014-12-15 17:18:40 sendUrl INFO 7 [994] -2014-12-15 17:18:40 queue INFO 3 [143] -2014-12-15 17:18:41 queue INFO >3 [144] -2014-12-15 17:18:41 sendUrl INFO 7 [995] -2014-12-15 17:18:41 sendUrl INFO 3 [996] -2014-12-15 17:18:42 queue INFO 7 [145] -2014-12-15 17:18:42 queue INFO >7 [146] -2014-12-15 17:18:42 sendUrl INFO 3 [997] -2014-12-15 17:18:42 queue INFO 3 [147] -2014-12-15 17:18:42 sendUrl INFO 7 [998] -2014-12-15 17:18:42 queue INFO >3 [148] -2014-12-15 17:18:43 sendUrl INFO 7 [999] -2014-12-15 17:18:43 sendUrl INFO 3 [0] -2014-12-15 17:18:43 queue INFO 7 [149] -2014-12-15 17:18:44 queue INFO >7 [150] -2014-12-15 17:18:44 sendUrl INFO 3 [1] -2014-12-15 17:18:44 queue INFO 3 [151] -2014-12-15 17:18:44 sendUrl INFO 7 [2] -2014-12-15 17:18:44 queue INFO >3 [152] -2014-12-15 17:18:45 sendUrl INFO 7 [3] -2014-12-15 17:18:45 sendUrl INFO 3 [4] -2014-12-15 17:18:45 queue INFO 7 [153] -2014-12-15 17:18:46 queue INFO >7 [154] -2014-12-15 17:18:46 sendUrl INFO 3 [5] -2014-12-15 17:18:46 sendUrl INFO 7 [6] -2014-12-15 17:18:46 queue INFO 3 [155] -2014-12-15 17:18:47 queue INFO >3 [156] -2014-12-15 17:18:47 sendUrl INFO 7 [7] -2014-12-15 17:18:47 sendUrl INFO 3 [8] -2014-12-15 17:18:48 queue INFO 7 [157] -2014-12-15 17:18:48 queue INFO >7 [158] -2014-12-15 17:18:48 sendUrl INFO 3 [9] -2014-12-15 17:18:48 queue INFO 3 [159] -2014-12-15 17:18:48 sendUrl INFO 7 [10] -2014-12-15 17:18:48 queue INFO >3 [160] -2014-12-15 17:18:49 sendUrl INFO 7 [11] -2014-12-15 17:18:49 sendUrl INFO 3 [12] -2014-12-15 17:18:49 queue INFO 7 [161] -2014-12-15 17:18:50 queue INFO >7 [162] -2014-12-15 17:18:50 sendUrl INFO 3 [13] -2014-12-15 17:18:50 queue INFO 3 [163] -2014-12-15 17:18:50 sendUrl INFO 7 [14] -2014-12-15 17:18:51 queue INFO >3 [164] -2014-12-15 17:18:51 sendUrl INFO 7 [15] -2014-12-15 17:18:51 sendUrl INFO 3 [16] -2014-12-15 17:18:52 queue INFO 7 [165] -2014-12-15 17:18:52 queue INFO >7 [166] -2014-12-15 17:18:52 sendUrl INFO 3 [17] -2014-12-15 17:18:52 queue INFO 3 [167] -2014-12-15 17:18:52 sendUrl INFO 7 [18] -2014-12-15 17:18:53 queue INFO >3 [168] -2014-12-15 17:18:53 sendUrl INFO 7 [19] -2014-12-15 17:18:54 sendUrl INFO 3 [20] -2014-12-15 17:18:54 queue INFO 7 [169] -2014-12-15 17:18:54 queue INFO >7 [170] -2014-12-15 17:18:54 sendUrl INFO 3 [21] -2014-12-15 17:18:54 queue INFO 3 [171] -2014-12-15 17:18:55 sendUrl INFO 7 [22] -2014-12-15 17:18:55 queue INFO >3 [172] -2014-12-15 17:18:55 sendUrl INFO 7 [23] -2014-12-15 17:18:56 sendUrl INFO 3 [24] -2014-12-15 17:18:56 queue INFO 7 [173] -2014-12-15 17:18:56 queue INFO >7 [174] -2014-12-15 17:18:56 queue INFO 3 [175] -2014-12-15 17:18:56 sendUrl INFO 3 [25] -2014-12-15 17:18:56 queue INFO >3 [176] -2014-12-15 17:18:57 sendUrl INFO 7 [26] -2014-12-15 17:18:57 queue INFO 7 [177] -2014-12-15 17:18:57 queue INFO >7 [178] -2014-12-15 17:18:57 sendUrl INFO 7 [27] -2014-12-15 17:18:58 sendUrl INFO 3 [28] -2014-12-15 17:18:58 queue INFO 3 [179] -2014-12-15 17:18:58 queue INFO >3 [180] -2014-12-15 17:18:58 sendUrl INFO 3 [29] -2014-12-15 17:18:59 sendUrl INFO 7 [30] -2014-12-15 17:18:59 queue INFO 7 [181] -2014-12-15 17:18:59 queue INFO >7 [182] -2014-12-15 17:18:59 queue INFO 3 [183] -2014-12-15 17:18:59 sendUrl INFO 7 [31] -2014-12-15 17:18:59 queue INFO >3 [184] -2014-12-15 17:19:00 sendUrl INFO 3 [32] -2014-12-15 17:19:00 queue INFO 7 [185] -2014-12-15 17:19:00 queue INFO >7 [186] -2014-12-15 17:19:00 sendUrl INFO 3 [33] -2014-12-15 17:19:00 queue INFO 3 [187] -2014-12-15 17:19:00 queue INFO >3 [188] -2014-12-15 17:19:01 sendUrl INFO 7 [34] -2014-12-15 17:19:01 queue INFO 7 [189] -2014-12-15 17:19:01 queue INFO >7 [190] -2014-12-15 17:19:01 sendUrl INFO 7 [35] -2014-12-15 17:19:02 sendUrl INFO 3 [36] -2014-12-15 17:19:02 queue INFO 3 [191] -2014-12-15 17:19:02 queue INFO >3 [192] -2014-12-15 17:19:02 sendUrl INFO 3 [37] -2014-12-15 17:19:03 sendUrl INFO 7 [38] -2014-12-15 17:19:03 queue INFO 7 [193] -2014-12-15 17:19:03 queue INFO >7 [194] -2014-12-15 17:19:03 sendUrl INFO 7 [39] -2014-12-15 17:19:03 queue INFO 3 [195] -2014-12-15 17:19:04 sendUrl INFO 3 [40] -2014-12-15 17:19:04 queue INFO >3 [196] -2014-12-15 17:19:04 sendUrl INFO 3 [41] -2014-12-15 17:19:04 queue INFO 7 [197] -2014-12-15 17:19:04 queue INFO >7 [198] -2014-12-15 17:19:05 sendUrl INFO 7 [42] -2014-12-15 17:19:05 queue INFO 3 [199] -2014-12-15 17:19:05 sendUrl INFO 7 [43] -2014-12-15 17:19:05 queue INFO >3 [200] -2014-12-15 17:19:06 sendUrl INFO 3 [44] -2014-12-15 17:19:06 queue INFO 7 [201] -2014-12-15 17:19:06 queue INFO >7 [202] -2014-12-15 17:19:06 sendUrl INFO 3 [45] -2014-12-15 17:19:07 sendUrl INFO 7 [46] -2014-12-15 17:19:07 queue INFO 3 [203] -2014-12-15 17:19:07 queue INFO >3 [204] -2014-12-15 17:19:07 sendUrl INFO 7 [47] -2014-12-15 17:19:08 queue INFO 7 [205] -2014-12-15 17:19:08 sendUrl INFO 3 [48] -2014-12-15 17:19:08 queue INFO >7 [206] -2014-12-15 17:19:08 sendUrl INFO 3 [49] -2014-12-15 17:19:08 queue INFO 3 [207] -2014-12-15 17:19:09 queue INFO >3 [208] -2014-12-15 17:19:09 sendUrl INFO 7 [50] -2014-12-15 17:19:09 sendUrl INFO 7 [51] -2014-12-15 17:19:09 queue INFO 7 [209] -2014-12-15 17:19:10 queue INFO >7 [210] -2014-12-15 17:19:10 sendUrl INFO 3 [52] -2014-12-15 17:19:10 queue INFO 3 [211] -2014-12-15 17:19:10 sendUrl INFO 3 [53] -2014-12-15 17:19:10 queue INFO >3 [212] -2014-12-15 17:19:11 queue INFO 7 [213] -2014-12-15 17:19:11 sendUrl INFO 7 [54] -2014-12-15 17:19:11 queue INFO >7 [214] -2014-12-15 17:19:11 queue INFO 3 [215] -2014-12-15 17:19:11 sendUrl INFO 7 [55] -2014-12-15 17:19:11 queue INFO >3 [216] -2014-12-15 17:19:12 sendUrl INFO 3 [56] -2014-12-15 17:19:12 queue INFO 7 [217] -2014-12-15 17:19:12 sendUrl INFO 3 [57] -2014-12-15 17:19:12 queue INFO >7 [218] -2014-12-15 17:19:13 queue INFO 3 [219] -2014-12-15 17:19:13 sendUrl INFO 7 [58] -2014-12-15 17:19:13 queue INFO >3 [220] -2014-12-15 17:19:13 queue INFO 7 [221] -2014-12-15 17:19:13 sendUrl INFO 7 [59] -2014-12-15 17:19:13 queue INFO >7 [222] -2014-12-15 17:19:14 sendUrl INFO 3 [60] -2014-12-15 17:19:14 queue INFO 3 [223] -2014-12-15 17:19:14 queue INFO >3 [224] -2014-12-15 17:19:14 sendUrl INFO 3 [61] -2014-12-15 17:19:15 sendUrl INFO 7 [62] -2014-12-15 17:19:15 queue INFO 7 [225] -2014-12-15 17:19:15 queue INFO >7 [226] -2014-12-15 17:19:15 sendUrl INFO 7 [63] -2014-12-15 17:19:15 queue INFO 3 [227] -2014-12-15 17:19:16 queue INFO >3 [228] -2014-12-15 17:19:16 sendUrl INFO 3 [64] -2014-12-15 17:19:16 queue INFO 7 [229] -2014-12-15 17:19:16 queue INFO >7 [230] -2014-12-15 17:19:16 sendUrl INFO 3 [65] -2014-12-15 17:19:16 queue INFO 3 [231] -2014-12-15 17:19:17 queue INFO >3 [232] -2014-12-15 17:19:17 sendUrl INFO 7 [66] -2014-12-15 17:19:17 queue INFO 7 [233] -2014-12-15 17:19:17 sendUrl INFO 7 [67] -2014-12-15 17:19:17 queue INFO >7 [234] -2014-12-15 17:19:18 queue INFO 3 [235] -2014-12-15 17:19:18 sendUrl INFO 3 [68] -2014-12-15 17:19:18 queue INFO >3 [236] -2014-12-15 17:19:18 queue INFO 7 [237] -2014-12-15 17:19:18 sendUrl INFO 3 [69] -2014-12-15 17:19:18 queue INFO >7 [238] -2014-12-15 17:19:19 sendUrl INFO 7 [70] -2014-12-15 17:19:19 queue INFO 3 [239] -2014-12-15 17:19:19 queue INFO >3 [240] -2014-12-15 17:19:19 sendUrl INFO 7 [71] -2014-12-15 17:19:20 sendUrl INFO 3 [72] -2014-12-15 17:19:20 queue INFO 7 [241] -2014-12-15 17:19:20 queue INFO >7 [242] -2014-12-15 17:19:20 sendUrl INFO 3 [73] -2014-12-15 17:19:21 queue INFO 3 [243] -2014-12-15 17:19:21 sendUrl INFO 7 [74] -2014-12-15 17:19:21 queue INFO >3 [244] -2014-12-15 17:19:21 sendUrl INFO 7 [75] -2014-12-15 17:19:22 queue INFO 7 [245] -2014-12-15 17:19:22 sendUrl INFO 3 [76] -2014-12-15 17:19:22 queue INFO >7 [246] -2014-12-15 17:19:22 queue INFO 3 [247] -2014-12-15 17:19:22 sendUrl INFO 3 [77] -2014-12-15 17:19:23 queue INFO >3 [248] -2014-12-15 17:19:23 sendUrl INFO 7 [78] -2014-12-15 17:19:23 queue INFO 7 [249] -2014-12-15 17:19:23 sendUrl INFO 7 [79] -2014-12-15 17:19:24 queue INFO >7 [250] -2014-12-15 17:19:24 sendUrl INFO 3 [80] -2014-12-15 17:19:24 queue INFO 3 [251] -2014-12-15 17:19:24 queue INFO >3 [252] -2014-12-15 17:19:24 sendUrl INFO 3 [81] -2014-12-15 17:19:25 sendUrl INFO 7 [82] -2014-12-15 17:19:25 queue INFO 7 [253] -2014-12-15 17:19:25 queue INFO >7 [254] -2014-12-15 17:19:25 sendUrl INFO 7 [83] -2014-12-15 17:19:26 queue INFO 3 [255] -2014-12-15 17:19:26 sendUrl INFO 3 [84] -2014-12-15 17:19:26 queue INFO >3 [256] -2014-12-15 17:19:26 sendUrl INFO 3 [85] -2014-12-15 17:19:27 queue INFO 7 [257] -2014-12-15 17:19:27 queue INFO >7 [258] -2014-12-15 17:19:27 sendUrl INFO 7 [86] -2014-12-15 17:19:27 queue INFO 3 [259] -2014-12-15 17:19:27 queue INFO >3 [260] -2014-12-15 17:19:27 sendUrl INFO 7 [87] -2014-12-15 17:19:28 sendUrl INFO 3 [88] -2014-12-15 17:19:28 queue INFO 7 [261] -2014-12-15 17:19:28 queue INFO >7 [262] -2014-12-15 17:19:28 sendUrl INFO 3 [89] -2014-12-15 17:19:29 queue INFO 3 [263] -2014-12-15 17:19:29 sendUrl INFO 7 [90] -2014-12-15 17:19:29 queue INFO >3 [264] -2014-12-15 17:19:29 sendUrl INFO 7 [91] -2014-12-15 17:19:30 queue INFO 7 [265] -2014-12-15 17:19:30 queue INFO >7 [266] -2014-12-15 17:19:30 sendUrl INFO 3 [92] -2014-12-15 17:19:30 queue INFO 3 [267] -2014-12-15 17:19:30 sendUrl INFO 3 [93] -2014-12-15 17:19:31 queue INFO >3 [268] -2014-12-15 17:19:31 sendUrl INFO 7 [94] -2014-12-15 17:19:31 queue INFO 7 [269] -2014-12-15 17:19:31 queue INFO >7 [270] -2014-12-15 17:19:31 sendUrl INFO 7 [95] -2014-12-15 17:19:32 queue INFO 3 [271] -2014-12-15 17:19:32 sendUrl INFO 3 [96] -2014-12-15 17:19:32 queue INFO >3 [272] -2014-12-15 17:19:32 sendUrl INFO 3 [97] -2014-12-15 17:19:33 queue INFO 7 [273] -2014-12-15 17:19:33 sendUrl INFO 7 [98] -2014-12-15 17:19:33 queue INFO >7 [274] -2014-12-15 17:19:33 queue INFO 3 [275] -2014-12-15 17:19:34 sendUrl INFO 7 [99] -2014-12-15 17:19:34 queue INFO >3 [276] -2014-12-15 17:19:34 sendUrl INFO 3 [100] -2014-12-15 17:19:34 queue INFO 7 [277] -2014-12-15 17:19:34 queue INFO >7 [278] -2014-12-15 17:19:35 sendUrl INFO 3 [101] -2014-12-15 17:19:35 queue INFO 3 [279] -2014-12-15 17:19:35 sendUrl INFO 7 [102] -2014-12-15 17:19:35 queue INFO >3 [280] -2014-12-15 17:19:36 sendUrl INFO 7 [103] -2014-12-15 17:19:36 queue INFO 7 [281] -2014-12-15 17:19:36 sendUrl INFO 3 [104] -2014-12-15 17:19:36 queue INFO >7 [282] -2014-12-15 17:19:36 queue INFO 3 [283] -2014-12-15 17:19:37 sendUrl INFO 3 [105] -2014-12-15 17:19:37 queue INFO >3 [284] -2014-12-15 17:19:37 sendUrl INFO 7 [106] -2014-12-15 17:19:38 queue INFO 7 [285] -2014-12-15 17:19:38 sendUrl INFO 7 [107] -2014-12-15 17:19:38 queue INFO >7 [286] -2014-12-15 17:19:38 sendUrl INFO 3 [108] -2014-12-15 17:19:38 queue INFO 3 [287] -2014-12-15 17:19:38 queue INFO >3 [288] -2014-12-15 17:19:39 sendUrl INFO 3 [109] -2014-12-15 17:19:39 sendUrl INFO 7 [110] -2014-12-15 17:19:39 queue INFO 7 [289] -2014-12-15 17:19:39 queue INFO >7 [290] -2014-12-15 17:19:40 sendUrl INFO 7 [111] -2014-12-15 17:19:40 queue INFO 3 [291] -2014-12-15 17:19:40 sendUrl INFO 3 [112] -2014-12-15 17:19:40 queue INFO >3 [292] -2014-12-15 17:19:41 sendUrl INFO 3 [113] -2014-12-15 17:19:41 queue INFO 7 [293] -2014-12-15 17:19:41 sendUrl INFO 7 [114] -2014-12-15 17:19:41 queue INFO >7 [294] -2014-12-15 17:19:42 sendUrl INFO 7 [115] -2014-12-15 17:19:42 queue INFO 3 [295] -2014-12-15 17:19:42 queue INFO >3 [296] -2014-12-15 17:19:42 sendUrl INFO 3 [116] -2014-12-15 17:19:43 sendUrl INFO 3 [117] -2014-12-15 17:19:43 queue INFO 7 [297] -2014-12-15 17:19:43 queue INFO >7 [298] -2014-12-15 17:19:43 sendUrl INFO 7 [118] -2014-12-15 17:19:44 queue INFO 3 [299] -2014-12-15 17:19:44 sendUrl INFO 7 [119] -2014-12-15 17:19:44 queue INFO >3 [300] -2014-12-15 17:19:44 sendUrl INFO 3 [120] -2014-12-15 17:19:45 queue INFO 7 [301] -2014-12-15 17:19:45 sendUrl INFO 3 [121] -2014-12-15 17:19:45 queue INFO >7 [302] -2014-12-15 17:19:45 sendUrl INFO 7 [122] -2014-12-15 17:19:45 queue INFO 3 [303] -2014-12-15 17:19:46 queue INFO >3 [304] -2014-12-15 17:19:46 sendUrl INFO 7 [123] -2014-12-15 17:19:46 sendUrl INFO 3 [124] -2014-12-15 17:19:46 queue INFO 7 [305] -2014-12-15 17:19:46 queue INFO >7 [306] -2014-12-15 17:19:47 sendUrl INFO 3 [125] -2014-12-15 17:19:47 queue INFO 3 [307] -2014-12-15 17:19:47 queue INFO >3 [308] -2014-12-15 17:19:47 sendUrl INFO 7 [126] -2014-12-15 17:19:48 sendUrl INFO 7 [127] -2014-12-15 17:19:48 queue INFO 7 [309] -2014-12-15 17:19:48 sendUrl INFO 3 [128] -2014-12-15 17:19:48 queue INFO >7 [310] -2014-12-15 17:19:49 queue INFO 3 [311] -2014-12-15 17:19:49 sendUrl INFO 3 [129] -2014-12-15 17:19:49 queue INFO >3 [312] -2014-12-15 17:19:49 sendUrl INFO 7 [130] -2014-12-15 17:19:49 queue INFO 7 [313] -2014-12-15 17:19:50 queue INFO >7 [314] -2014-12-15 17:19:50 sendUrl INFO 7 [131] -2014-12-15 17:19:50 sendUrl INFO 3 [132] -2014-12-15 17:19:50 queue INFO 3 [315] -2014-12-15 17:19:50 queue INFO >3 [316] -2014-12-15 17:19:51 sendUrl INFO 3 [133] -2014-12-15 17:19:51 queue INFO 7 [317] -2014-12-15 17:19:51 sendUrl INFO 7 [134] -2014-12-15 17:19:51 queue INFO >7 [318] -2014-12-15 17:19:52 sendUrl INFO 7 [135] -2014-12-15 17:19:52 queue INFO 3 [319] -2014-12-15 17:19:52 queue INFO >3 [320] -2014-12-15 17:19:52 sendUrl INFO 3 [136] -2014-12-15 17:19:53 sendUrl INFO 3 [137] -2014-12-15 17:19:53 queue INFO 7 [321] -2014-12-15 17:19:53 queue INFO >7 [322] -2014-12-15 17:19:53 sendUrl INFO 7 [138] -2014-12-15 17:19:54 queue INFO 3 [323] -2014-12-15 17:19:54 sendUrl INFO 7 [139] -2014-12-15 17:19:54 queue INFO >3 [324] -2014-12-15 17:19:54 sendUrl INFO 3 [140] -2014-12-15 17:19:54 queue INFO 7 [325] -2014-12-15 17:19:55 queue INFO >7 [326] -2014-12-15 17:19:55 sendUrl INFO 3 [141] -2014-12-15 17:19:55 queue INFO 3 [327] -2014-12-15 17:19:55 sendUrl INFO 7 [142] -2014-12-15 17:19:55 queue INFO >3 [328] -2014-12-15 17:19:56 sendUrl INFO 7 [143] -2014-12-15 17:19:56 queue INFO 7 [329] -2014-12-15 17:19:56 queue INFO >7 [330] -2014-12-15 17:19:56 sendUrl INFO 3 [144] -2014-12-15 17:19:57 queue INFO 3 [331] -2014-12-15 17:19:57 sendUrl INFO 3 [145] -2014-12-15 17:19:57 queue INFO >3 [332] -2014-12-15 17:19:57 sendUrl INFO 7 [146] -2014-12-15 17:19:58 queue INFO 7 [333] -2014-12-15 17:19:58 sendUrl INFO 7 [147] -2014-12-15 17:19:58 queue INFO >7 [334] -2014-12-15 17:19:58 sendUrl INFO 3 [148] -2014-12-15 17:19:59 queue INFO 3 [335] -2014-12-15 17:19:59 queue INFO >3 [336] -2014-12-15 17:19:59 sendUrl INFO 3 [149] -2014-12-15 17:19:59 sendUrl INFO 7 [150] -2014-12-15 17:19:59 queue INFO 7 [337] -2014-12-15 17:20:00 queue INFO >7 [338] -2014-12-15 17:20:00 sendUrl INFO 7 [151] -2014-12-15 17:20:00 queue INFO 3 [339] -2014-12-15 17:20:00 sendUrl INFO 3 [152] -2014-12-15 17:20:00 queue INFO >3 [340] -2014-12-15 17:20:01 sendUrl INFO 3 [153] -2014-12-15 17:20:01 queue INFO 7 [341] -2014-12-15 17:20:01 sendUrl INFO 7 [154] -2014-12-15 17:20:01 queue INFO >7 [342] -2014-12-15 17:20:02 sendUrl INFO 7 [155] -2014-12-15 17:20:02 queue INFO 3 [343] -2014-12-15 17:20:02 queue INFO >3 [344] -2014-12-15 17:20:02 sendUrl INFO 3 [156] -2014-12-15 17:20:03 sendUrl INFO 3 [157] -2014-12-15 17:20:03 queue INFO 7 [345] -2014-12-15 17:20:03 queue INFO >7 [346] -2014-12-15 17:20:03 sendUrl INFO 7 [158] -2014-12-15 17:20:04 queue INFO 3 [347] -2014-12-15 17:20:04 sendUrl INFO 7 [159] -2014-12-15 17:20:04 queue INFO >3 [348] -2014-12-15 17:20:04 sendUrl INFO 3 [160] -2014-12-15 17:20:05 sendUrl INFO 3 [161] -2014-12-15 17:20:05 queue INFO 7 [349] -2014-12-15 17:20:05 queue INFO >7 [350] -2014-12-15 17:20:05 sendUrl INFO 7 [162] -2014-12-15 17:20:06 queue INFO 3 [351] -2014-12-15 17:20:06 sendUrl INFO 7 [163] -2014-12-15 17:20:06 queue INFO >3 [352] -2014-12-15 17:20:06 sendUrl INFO 3 [164] -2014-12-15 17:20:07 queue INFO 7 [353] -2014-12-15 17:20:07 sendUrl INFO 3 [165] -2014-12-15 17:20:07 queue INFO >7 [354] -2014-12-15 17:20:07 sendUrl INFO 7 [166] -2014-12-15 17:20:07 queue INFO 3 [355] -2014-12-15 17:20:08 queue INFO >3 [356] -2014-12-15 17:20:08 sendUrl INFO 7 [167] -2014-12-15 17:20:08 sendUrl INFO 3 [168] -2014-12-15 17:20:09 queue INFO 7 [357] -2014-12-15 17:20:09 queue INFO >7 [358] -2014-12-15 17:20:09 sendUrl INFO 3 [169] -2014-12-15 17:20:09 queue INFO 3 [359] -2014-12-15 17:20:09 sendUrl INFO 7 [170] -2014-12-15 17:20:09 queue INFO >3 [360] -2014-12-15 17:20:10 sendUrl INFO 7 [171] -2014-12-15 17:20:10 queue INFO 7 [361] -2014-12-15 17:20:10 sendUrl INFO 3 [172] -2014-12-15 17:20:10 queue INFO >7 [362] -2014-12-15 17:20:11 sendUrl INFO 3 [173] -2014-12-15 17:20:11 queue INFO 3 [363] -2014-12-15 17:20:11 queue INFO >3 [364] -2014-12-15 17:20:11 sendUrl INFO 7 [174] -2014-12-15 17:20:12 queue INFO 7 [365] -2014-12-15 17:20:12 sendUrl INFO 7 [175] -2014-12-15 17:20:12 queue INFO >7 [366] -2014-12-15 17:20:12 sendUrl INFO 3 [176] -2014-12-15 17:20:13 queue INFO 3 [367] -2014-12-15 17:20:13 queue INFO >3 [368] -2014-12-15 17:20:13 sendUrl INFO 3 [177] -2014-12-15 17:20:13 queue INFO 7 [369] -2014-12-15 17:20:13 queue INFO >7 [370] -2014-12-15 17:20:13 sendUrl INFO 7 [178] -2014-12-15 17:20:14 queue INFO 3 [371] -2014-12-15 17:20:14 sendUrl INFO 7 [179] -2014-12-15 17:20:14 queue INFO >3 [372] -2014-12-15 17:20:14 sendUrl INFO 3 [180] -2014-12-15 17:20:15 queue INFO 7 [373] -2014-12-15 17:20:15 sendUrl INFO 3 [181] -2014-12-15 17:20:15 queue INFO >7 [374] -2014-12-15 17:20:15 queue INFO 3 [375] -2014-12-15 17:20:15 sendUrl INFO 7 [182] -2014-12-15 17:20:16 queue INFO >3 [376] -2014-12-15 17:20:16 sendUrl INFO 7 [183] -2014-12-15 17:20:16 sendUrl INFO 3 [184] -2014-12-15 17:20:17 queue INFO 7 [377] -2014-12-15 17:20:17 queue INFO >7 [378] -2014-12-15 17:20:17 sendUrl INFO 3 [185] -2014-12-15 17:20:17 queue INFO 3 [379] -2014-12-15 17:20:17 queue INFO >3 [380] -2014-12-15 17:20:18 sendUrl INFO 7 [186] -2014-12-15 17:20:18 sendUrl INFO 7 [187] -2014-12-15 17:20:18 queue INFO 7 [381] -2014-12-15 17:20:18 queue INFO >7 [382] -2014-12-15 17:20:19 sendUrl INFO 3 [188] -2014-12-15 17:20:19 queue INFO 3 [383] -2014-12-15 17:20:19 sendUrl INFO 3 [189] -2014-12-15 17:20:19 queue INFO 7 [384] -2014-12-15 17:20:19 queue INFO >7 [385] -2014-12-15 17:20:20 sendUrl INFO 7 [190] -2014-12-15 17:20:20 queue INFO 3 [386] -2014-12-15 17:20:20 queue INFO >3 [387] -2014-12-15 17:20:20 queue INFO 7 [388] -2014-12-15 17:20:20 sendUrl INFO 7 [191] -2014-12-15 17:20:20 queue INFO >7 [389] -2014-12-15 17:20:21 sendUrl INFO 3 [192] -2014-12-15 17:20:21 queue INFO 3 [390] -2014-12-15 17:20:21 queue INFO >3 [391] -2014-12-15 17:20:21 sendUrl INFO 3 [193] -2014-12-15 17:20:22 sendUrl INFO 7 [194] -2014-12-15 17:20:22 queue INFO 7 [392] -2014-12-15 17:20:22 queue INFO >7 [393] -2014-12-15 17:20:22 sendUrl INFO 7 [195] -2014-12-15 17:20:22 queue INFO 3 [394] -2014-12-15 17:20:23 sendUrl INFO 3 [196] -2014-12-15 17:20:23 queue INFO >3 [395] -2014-12-15 17:20:23 sendUrl INFO 3 [197] -2014-12-15 17:20:23 queue INFO 7 [396] -2014-12-15 17:20:24 sendUrl INFO 7 [198] -2014-12-15 17:20:24 queue INFO >7 [397] -2014-12-15 17:20:24 sendUrl INFO 7 [199] -2014-12-15 17:20:24 queue INFO 3 [398] -2014-12-15 17:20:24 queue INFO >3 [399] -2014-12-15 17:20:25 sendUrl INFO 3 [200] -2014-12-15 17:20:25 sendUrl INFO 3 [201] -2014-12-15 17:20:25 queue INFO 7 [400] -2014-12-15 17:20:25 queue INFO >7 [401] -2014-12-15 17:20:26 sendUrl INFO 7 [202] -2014-12-15 17:20:26 queue INFO 3 [402] -2014-12-15 17:20:26 sendUrl INFO 7 [203] -2014-12-15 17:20:26 queue INFO >3 [403] -2014-12-15 17:20:27 sendUrl INFO 3 [204] -2014-12-15 17:20:27 queue INFO 7 [404] -2014-12-15 17:20:27 sendUrl INFO 3 [205] -2014-12-15 17:20:27 queue INFO >7 [405] -2014-12-15 17:20:28 sendUrl INFO 7 [206] -2014-12-15 17:20:28 queue INFO 3 [406] -2014-12-15 17:20:28 queue INFO >3 [407] -2014-12-15 17:20:28 sendUrl INFO 7 [207] -2014-12-15 17:20:29 sendUrl INFO 3 [208] -2014-12-15 17:20:29 queue INFO 7 [408] -2014-12-15 17:20:29 queue INFO >7 [409] -2014-12-15 17:20:29 sendUrl INFO 3 [209] -2014-12-15 17:20:30 sendUrl INFO 7 [210] -2014-12-15 17:20:30 queue INFO 3 [410] -2014-12-15 17:20:30 queue INFO >3 [411] -2014-12-15 17:20:30 sendUrl INFO 7 [211] -2014-12-15 17:20:31 sendUrl INFO 3 [212] -2014-12-15 17:20:31 queue INFO 7 [412] -2014-12-15 17:20:31 queue INFO >7 [413] -2014-12-15 17:20:31 sendUrl INFO 3 [213] -2014-12-15 17:20:32 queue INFO 3 [414] -2014-12-15 17:20:32 sendUrl INFO 7 [214] -2014-12-15 17:20:32 queue INFO >3 [415] -2014-12-15 17:20:32 sendUrl INFO 7 [215] -2014-12-15 17:20:33 queue INFO 7 [416] -2014-12-15 17:20:33 sendUrl INFO 3 [216] -2014-12-15 17:20:33 queue INFO >7 [417] -2014-12-15 17:20:33 sendUrl INFO 3 [217] -2014-12-15 17:20:33 queue INFO 3 [418] -2014-12-15 17:20:34 queue INFO >3 [419] -2014-12-15 17:20:34 sendUrl INFO 7 [218] -2014-12-15 17:20:34 sendUrl INFO 7 [219] -2014-12-15 17:20:34 queue INFO 7 [420] -2014-12-15 17:20:35 queue INFO >7 [421] -2014-12-15 17:20:35 sendUrl INFO 3 [220] -2014-12-15 17:20:35 queue INFO 3 [422] -2014-12-15 17:20:35 queue INFO >3 [423] -2014-12-15 17:20:35 sendUrl INFO 3 [221] -2014-12-15 17:20:36 sendUrl INFO 7 [222] -2014-12-15 17:20:36 queue INFO 7 [424] -2014-12-15 17:20:36 queue INFO >7 [425] -2014-12-15 17:20:36 sendUrl INFO 7 [223] -2014-12-15 17:20:37 queue INFO 3 [426] -2014-12-15 17:20:37 sendUrl INFO 3 [224] -2014-12-15 17:20:37 queue INFO >3 [427] -2014-12-15 17:20:37 sendUrl INFO 3 [225] -2014-12-15 17:20:38 queue INFO 7 [428] -2014-12-15 17:20:38 sendUrl INFO 7 [226] -2014-12-15 17:20:38 queue INFO >7 [429] -2014-12-15 17:20:38 sendUrl INFO 7 [227] -2014-12-15 17:20:38 queue INFO 3 [430] -2014-12-15 17:20:39 queue INFO >3 [431] -2014-12-15 17:20:39 sendUrl INFO 3 [228] -2014-12-15 17:20:39 sendUrl INFO 3 [229] -2014-12-15 17:20:39 queue INFO 7 [432] -2014-12-15 17:20:40 queue INFO >7 [433] -2014-12-15 17:20:40 sendUrl INFO 7 [230] -2014-12-15 17:20:40 queue INFO 3 [434] -2014-12-15 17:20:40 sendUrl INFO 7 [231] -2014-12-15 17:20:40 queue INFO >3 [435] -2014-12-15 17:20:41 sendUrl INFO 3 [232] -2014-12-15 17:20:41 queue INFO 7 [436] -2014-12-15 17:20:41 queue INFO >7 [437] -2014-12-15 17:20:41 sendUrl INFO 3 [233] -2014-12-15 17:20:42 queue INFO 3 [438] -2014-12-15 17:20:42 sendUrl INFO 7 [234] -2014-12-15 17:20:42 queue INFO >3 [439] -2014-12-15 17:20:42 sendUrl INFO 7 [235] -2014-12-15 17:20:43 queue INFO 7 [440] -2014-12-15 17:20:43 sendUrl INFO 3 [236] -2014-12-15 17:20:43 queue INFO >7 [441] -2014-12-15 17:20:43 queue INFO 3 [442] -2014-12-15 17:20:43 sendUrl INFO 3 [237] -2014-12-15 17:20:43 queue INFO >3 [443] -2014-12-15 17:20:44 sendUrl INFO 7 [238] -2014-12-15 17:20:44 queue INFO 7 [444] -2014-12-15 17:20:44 sendUrl INFO 7 [239] -2014-12-15 17:20:44 queue INFO >7 [445] -2014-12-15 17:20:45 queue INFO 3 [446] -2014-12-15 17:20:45 sendUrl INFO 3 [240] -2014-12-15 17:20:45 queue INFO >3 [447] -2014-12-15 17:20:45 sendUrl INFO 3 [241] -2014-12-15 17:20:46 queue INFO 7 [448] -2014-12-15 17:20:46 sendUrl INFO 7 [242] -2014-12-15 17:20:46 queue INFO >7 [449] -2014-12-15 17:20:46 queue INFO 3 [450] -2014-12-15 17:20:46 sendUrl INFO 7 [243] -2014-12-15 17:20:47 queue INFO >3 [451] -2014-12-15 17:20:47 sendUrl INFO 3 [244] -2014-12-15 17:20:47 queue INFO 7 [452] -2014-12-15 17:20:47 sendUrl INFO 3 [245] -2014-12-15 17:20:48 queue INFO >7 [453] -2014-12-15 17:20:48 sendUrl INFO 7 [246] -2014-12-15 17:20:48 queue INFO 3 [454] -2014-12-15 17:20:48 queue INFO >3 [455] -2014-12-15 17:20:48 sendUrl INFO 7 [247] -2014-12-15 17:20:49 sendUrl INFO 3 [248] -2014-12-15 17:20:49 queue INFO 7 [456] -2014-12-15 17:20:49 queue INFO >7 [457] -2014-12-15 17:20:49 sendUrl INFO 3 [249] -2014-12-15 17:20:50 sendUrl INFO 7 [250] -2014-12-15 17:20:50 queue INFO 3 [458] -2014-12-15 17:20:50 queue INFO >3 [459] -2014-12-15 17:20:50 sendUrl INFO 7 [251] -2014-12-15 17:20:51 sendUrl INFO 3 [252] -2014-12-15 17:20:51 queue INFO 7 [460] -2014-12-15 17:20:51 queue INFO >7 [461] -2014-12-15 17:20:51 sendUrl INFO 3 [253] -2014-12-15 17:20:52 queue INFO 3 [462] -2014-12-15 17:20:52 sendUrl INFO 7 [254] -2014-12-15 17:20:52 queue INFO >3 [463] -2014-12-15 17:20:52 sendUrl INFO 7 [255] -2014-12-15 17:20:53 queue INFO 7 [464] -2014-12-15 17:20:53 sendUrl INFO 3 [256] -2014-12-15 17:20:53 queue INFO >7 [465] -2014-12-15 17:20:53 queue INFO 3 [466] -2014-12-15 17:20:53 sendUrl INFO 3 [257] -2014-12-15 17:20:54 queue INFO >3 [467] -2014-12-15 17:20:54 sendUrl INFO 7 [258] -2014-12-15 17:20:54 queue INFO 7 [468] -2014-12-15 17:20:54 sendUrl INFO 7 [259] -2014-12-15 17:20:55 queue INFO >7 [469] -2014-12-15 17:20:55 sendUrl INFO 3 [260] -2014-12-15 17:20:55 queue INFO 3 [470] -2014-12-15 17:20:55 queue INFO >3 [471] -2014-12-15 17:20:55 sendUrl INFO 3 [261] -2014-12-15 17:20:56 sendUrl INFO 7 [262] -2014-12-15 17:20:56 queue INFO 7 [472] -2014-12-15 17:20:56 queue INFO >7 [473] -2014-12-15 17:20:56 sendUrl INFO 7 [263] -2014-12-15 17:20:57 queue INFO 3 [474] -2014-12-15 17:20:57 sendUrl INFO 3 [264] -2014-12-15 17:20:57 queue INFO >3 [475] -2014-12-15 17:20:57 sendUrl INFO 3 [265] -2014-12-15 17:20:58 queue INFO 7 [476] -2014-12-15 17:20:58 sendUrl INFO 7 [266] -2014-12-15 17:20:58 queue INFO >7 [477] -2014-12-15 17:20:58 queue INFO 3 [478] -2014-12-15 17:20:58 queue INFO >3 [479] -2014-12-15 17:20:58 sendUrl INFO 7 [267] -2014-12-15 17:20:59 sendUrl INFO 3 [268] -2014-12-15 17:20:59 queue INFO 7 [480] -2014-12-15 17:20:59 queue INFO >7 [481] -2014-12-15 17:20:59 sendUrl INFO 3 [269] -2014-12-15 17:21:00 sendUrl INFO 7 [270] -2014-12-15 17:21:00 queue INFO 3 [482] -2014-12-15 17:21:00 queue INFO >3 [483] -2014-12-15 17:21:00 sendUrl INFO 7 [271] -2014-12-15 17:21:01 queue INFO 7 [484] -2014-12-15 17:21:01 sendUrl INFO 3 [272] -2014-12-15 17:21:01 queue INFO >7 [485] -2014-12-15 17:21:02 sendUrl INFO 3 [273] -2014-12-15 17:21:02 queue INFO 3 [486] -2014-12-15 17:21:02 queue INFO >3 [487] -2014-12-15 17:21:02 sendUrl INFO 7 [274] -2014-12-15 17:21:03 queue INFO 7 [488] -2014-12-15 17:21:03 sendUrl INFO 7 [275] -2014-12-15 17:21:03 queue INFO >7 [489] -2014-12-15 17:21:03 sendUrl INFO 3 [276] -2014-12-15 17:21:03 queue INFO 3 [490] -2014-12-15 17:21:04 queue INFO >3 [491] -2014-12-15 17:21:04 sendUrl INFO 3 [277] -2014-12-15 17:21:04 sendUrl INFO 7 [278] -2014-12-15 17:21:04 queue INFO 7 [492] -2014-12-15 17:21:04 queue INFO >7 [493] -2014-12-15 17:21:05 sendUrl INFO 7 [279] -2014-12-15 17:21:05 queue INFO 3 [494] -2014-12-15 17:21:05 sendUrl INFO 3 [280] -2014-12-15 17:21:05 queue INFO >3 [495] -2014-12-15 17:21:06 sendUrl INFO 3 [281] -2014-12-15 17:21:06 queue INFO 7 [496] -2014-12-15 17:21:06 queue INFO >7 [497] -2014-12-15 17:21:06 sendUrl INFO 7 [282] -2014-12-15 17:21:06 queue INFO 3 [498] -2014-12-15 17:21:07 queue INFO >3 [499] -2014-12-15 17:21:07 sendUrl INFO 7 [283] -2014-12-15 17:21:07 sendUrl INFO 3 [284] -2014-12-15 17:21:07 queue INFO 7 [500] -2014-12-15 17:21:07 queue INFO >7 [501] -2014-12-15 17:21:08 sendUrl INFO 3 [285] -2014-12-15 17:21:08 queue INFO 3 [502] -2014-12-15 17:21:08 queue INFO >3 [503] -2014-12-15 17:21:08 sendUrl INFO 7 [286] -2014-12-15 17:21:09 sendUrl INFO 7 [287] -2014-12-15 17:21:09 queue INFO 7 [504] -2014-12-15 17:21:09 queue INFO >7 [505] -2014-12-15 17:21:09 sendUrl INFO 3 [288] -2014-12-15 17:21:10 queue INFO 3 [506] -2014-12-15 17:21:10 sendUrl INFO 3 [289] -2014-12-15 17:21:10 queue INFO >3 [507] -2014-12-15 17:21:10 sendUrl INFO 7 [290] -2014-12-15 17:21:10 queue INFO 7 [508] -2014-12-15 17:21:11 queue INFO >7 [509] -2014-12-15 17:21:11 sendUrl INFO 7 [291] -2014-12-15 17:21:11 queue INFO 3 [510] -2014-12-15 17:21:11 queue INFO >3 [511] -2014-12-15 17:21:11 sendUrl INFO 3 [292] -2014-12-15 17:21:12 sendUrl INFO 3 [293] -2014-12-15 17:21:12 queue INFO 7 [512] -2014-12-15 17:21:12 queue INFO >7 [513] -2014-12-15 17:21:12 sendUrl INFO 7 [294] -2014-12-15 17:21:13 queue INFO 3 [514] -2014-12-15 17:21:13 sendUrl INFO 7 [295] -2014-12-15 17:21:13 queue INFO >3 [515] -2014-12-15 17:21:13 sendUrl INFO 3 [296] -2014-12-15 17:21:14 queue INFO 7 [516] -2014-12-15 17:21:14 sendUrl INFO 3 [297] -2014-12-15 17:21:14 queue INFO >7 [517] -2014-12-15 17:21:14 sendUrl INFO 7 [298] -2014-12-15 17:21:14 queue INFO 3 [518] -2014-12-15 17:21:15 queue INFO >3 [519] -2014-12-15 17:21:15 sendUrl INFO 7 [299] -2014-12-15 17:21:15 sendUrl INFO 3 [300] -2014-12-15 17:21:15 queue INFO 7 [520] -2014-12-15 17:21:16 queue INFO >7 [521] -2014-12-15 17:21:16 sendUrl INFO 3 [301] -2014-12-15 17:21:16 queue INFO 3 [522] -2014-12-15 17:21:16 sendUrl INFO 7 [302] -2014-12-15 17:21:16 queue INFO >3 [523] -2014-12-15 17:21:17 sendUrl INFO 7 [303] -2014-12-15 17:21:17 queue INFO 7 [524] -2014-12-15 17:21:17 queue INFO >7 [525] -2014-12-15 17:21:17 sendUrl INFO 3 [304] -2014-12-15 17:21:17 queue INFO 3 [526] -2014-12-15 17:21:17 queue INFO >3 [527] -2014-12-15 17:21:18 sendUrl INFO 3 [305] -2014-12-15 17:21:18 sendUrl INFO 7 [306] -2014-12-15 17:21:18 queue INFO 7 [528] -2014-12-15 17:21:19 queue INFO >7 [529] -2014-12-15 17:21:19 sendUrl INFO 7 [307] -2014-12-15 17:21:19 queue INFO 3 [530] -2014-12-15 17:21:19 queue INFO >3 [531] -2014-12-15 17:21:19 sendUrl INFO 3 [308] -2014-12-15 17:21:20 queue INFO 7 [532] -2014-12-15 17:21:20 sendUrl INFO 3 [309] -2014-12-15 17:21:20 queue INFO >7 [533] -2014-12-15 17:21:20 sendUrl INFO 7 [310] -2014-12-15 17:21:20 queue INFO 3 [534] -2014-12-15 17:21:21 queue INFO >3 [535] -2014-12-15 17:21:21 sendUrl INFO 7 [311] -2014-12-15 17:21:21 sendUrl INFO 3 [312] -2014-12-15 17:21:22 queue INFO 7 [536] -2014-12-15 17:21:22 sendUrl INFO 3 [313] -2014-12-15 17:21:22 queue INFO >7 [537] -2014-12-15 17:21:22 queue INFO 3 [538] -2014-12-15 17:21:22 sendUrl INFO 7 [314] -2014-12-15 17:21:22 queue INFO >3 [539] -2014-12-15 17:21:23 sendUrl INFO 7 [315] -2014-12-15 17:21:23 queue INFO 7 [540] -2014-12-15 17:21:23 sendUrl INFO 3 [316] -2014-12-15 17:21:23 queue INFO >7 [541] -2014-12-15 17:21:24 sendUrl INFO 3 [317] -2014-12-15 17:21:24 queue INFO 3 [542] -2014-12-15 17:21:24 queue INFO >3 [543] -2014-12-15 17:21:24 sendUrl INFO 7 [318] -2014-12-15 17:21:25 sendUrl INFO 7 [319] -2014-12-15 17:21:25 queue INFO 7 [544] -2014-12-15 17:21:25 queue INFO >7 [545] -2014-12-15 17:21:25 sendUrl INFO 3 [320] -2014-12-15 17:21:26 queue INFO 3 [546] -2014-12-15 17:21:26 sendUrl INFO 3 [321] -2014-12-15 17:21:26 queue INFO >3 [547] -2014-12-15 17:21:26 sendUrl INFO 7 [322] -2014-12-15 17:21:27 sendUrl INFO 7 [323] -2014-12-15 17:21:27 queue INFO 7 [548] -2014-12-15 17:21:27 queue INFO >7 [549] -2014-12-15 17:21:27 queue INFO 3 [550] -2014-12-15 17:21:27 sendUrl INFO 3 [324] -2014-12-15 17:21:27 queue INFO >3 [551] -2014-12-15 17:21:28 sendUrl INFO 3 [325] -2014-12-15 17:21:28 queue INFO 7 [552] -2014-12-15 17:21:28 queue INFO >7 [553] -2014-12-15 17:21:28 sendUrl INFO 7 [326] -2014-12-15 17:21:29 queue INFO 3 [554] -2014-12-15 17:21:29 sendUrl INFO 7 [327] -2014-12-15 17:21:29 queue INFO >3 [555] -2014-12-15 17:21:29 sendUrl INFO 3 [328] -2014-12-15 17:21:29 queue INFO 7 [556] -2014-12-15 17:21:30 queue INFO >7 [557] -2014-12-15 17:21:30 sendUrl INFO 3 [329] -2014-12-15 17:21:30 queue INFO 3 [558] -2014-12-15 17:21:30 sendUrl INFO 7 [330] -2014-12-15 17:21:30 queue INFO >3 [559] -2014-12-15 17:21:31 sendUrl INFO 7 [331] -2014-12-15 17:21:31 queue INFO 7 [560] -2014-12-15 17:21:31 sendUrl INFO 3 [332] -2014-12-15 17:21:31 queue INFO >7 [561] -2014-12-15 17:21:32 sendUrl INFO 3 [333] -2014-12-15 17:21:32 queue INFO 3 [562] -2014-12-15 17:21:32 queue INFO >3 [563] -2014-12-15 17:21:32 sendUrl INFO 7 [334] -2014-12-15 17:21:33 sendUrl INFO 7 [335] -2014-12-15 17:21:33 queue INFO 7 [564] -2014-12-15 17:21:33 queue INFO >7 [565] -2014-12-15 17:21:33 sendUrl INFO 3 [336] -2014-12-15 17:21:34 sendUrl INFO 3 [337] -2014-12-15 17:21:34 queue INFO 3 [566] -2014-12-15 17:21:34 queue INFO >3 [567] -2014-12-15 17:21:34 sendUrl INFO 7 [338] -2014-12-15 17:21:35 sendUrl INFO 7 [339] -2014-12-15 17:21:35 queue INFO 7 [568] -2014-12-15 17:21:35 queue INFO >7 [569] -2014-12-15 17:21:35 sendUrl INFO 3 [340] -2014-12-15 17:21:36 queue INFO 3 [570] -2014-12-15 17:21:36 sendUrl INFO 3 [341] -2014-12-15 17:21:36 queue INFO >3 [571] -2014-12-15 17:21:36 sendUrl INFO 7 [342] -2014-12-15 17:21:37 queue INFO 7 [572] -2014-12-15 17:21:37 sendUrl INFO 7 [343] -2014-12-15 17:21:37 queue INFO >7 [573] -2014-12-15 17:21:37 sendUrl INFO 3 [344] -2014-12-15 17:21:38 queue INFO 3 [574] -2014-12-15 17:21:38 queue INFO >3 [575] -2014-12-15 17:21:38 sendUrl INFO 3 [345] -2014-12-15 17:21:38 queue INFO 7 [576] -2014-12-15 17:21:38 sendUrl INFO 7 [346] -2014-12-15 17:21:39 queue INFO >7 [577] -2014-12-15 17:21:39 sendUrl INFO 7 [347] -2014-12-15 17:21:39 queue INFO 3 [578] -2014-12-15 17:21:39 queue INFO >3 [579] -2014-12-15 17:21:39 sendUrl INFO 3 [348] -2014-12-15 17:21:40 sendUrl INFO 3 [349] -2014-12-15 17:21:40 queue INFO 7 [580] -2014-12-15 17:21:40 queue INFO >7 [581] -2014-12-15 17:21:40 sendUrl INFO 7 [350] -2014-12-15 17:21:41 sendUrl INFO 7 [351] -2014-12-15 17:21:41 queue INFO 3 [582] -2014-12-15 17:21:41 queue INFO >3 [583] -2014-12-15 17:21:41 sendUrl INFO 3 [352] -2014-12-15 17:21:42 sendUrl INFO 3 [353] -2014-12-15 17:21:42 queue INFO 7 [584] -2014-12-15 17:21:42 queue INFO >7 [585] -2014-12-15 17:21:42 queue INFO 3 [586] -2014-12-15 17:21:42 sendUrl INFO 7 [354] -2014-12-15 17:21:43 queue INFO >3 [587] -2014-12-15 17:21:43 sendUrl INFO 7 [355] -2014-12-15 17:21:43 queue INFO 7 [588] -2014-12-15 17:21:43 queue INFO >7 [589] -2014-12-15 17:21:43 sendUrl INFO 3 [356] -2014-12-15 17:21:44 queue INFO 3 [590] -2014-12-15 17:21:44 sendUrl INFO 3 [357] -2014-12-15 17:21:44 queue INFO >3 [591] -2014-12-15 17:21:45 sendUrl INFO 7 [358] -2014-12-15 17:21:45 sendUrl INFO 7 [359] -2014-12-15 17:21:45 queue INFO 7 [592] -2014-12-15 17:21:45 queue INFO >7 [593] -2014-12-15 17:21:46 sendUrl INFO 3 [360] -2014-12-15 17:21:46 queue INFO 3 [594] -2014-12-15 17:21:46 sendUrl INFO 3 [361] -2014-12-15 17:21:46 queue INFO >3 [595] -2014-12-15 17:21:47 sendUrl INFO 7 [362] -2014-12-15 17:21:47 queue INFO 7 [596] -2014-12-15 17:21:47 sendUrl INFO 7 [363] -2014-12-15 17:21:47 queue INFO >7 [597] -2014-12-15 17:21:48 sendUrl INFO 3 [364] -2014-12-15 17:21:48 queue INFO 3 [598] -2014-12-15 17:21:48 queue INFO >3 [599] -2014-12-15 17:21:48 sendUrl INFO 3 [365] -2014-12-15 17:21:49 sendUrl INFO 7 [366] -2014-12-15 17:21:49 queue INFO 7 [600] -2014-12-15 17:21:49 sendUrl INFO 7 [367] -2014-12-15 17:21:49 queue INFO >7 [601] -2014-12-15 17:21:49 queue INFO 3 [602] -2014-12-15 17:21:49 queue INFO >3 [603] -2014-12-15 17:21:50 sendUrl INFO 3 [368] -2014-12-15 17:21:50 sendUrl INFO 3 [369] -2014-12-15 17:21:50 queue INFO 7 [604] -2014-12-15 17:21:50 queue INFO >7 [605] -2014-12-15 17:21:51 sendUrl INFO 7 [370] -2014-12-15 17:21:51 queue INFO 3 [606] -2014-12-15 17:21:51 sendUrl INFO 7 [371] -2014-12-15 17:21:51 queue INFO >3 [607] -2014-12-15 17:21:52 sendUrl INFO 3 [372] -2014-12-15 17:21:52 queue INFO 7 [608] -2014-12-15 17:21:52 sendUrl INFO 3 [373] -2014-12-15 17:21:52 queue INFO >7 [609] -2014-12-15 17:21:53 sendUrl INFO 7 [374] -2014-12-15 17:21:53 queue INFO 3 [610] -2014-12-15 17:21:53 queue INFO >3 [611] -2014-12-15 17:21:53 sendUrl INFO 7 [375] -2014-12-15 17:21:54 sendUrl INFO 3 [376] -2014-12-15 17:21:54 queue INFO 7 [612] -2014-12-15 17:21:54 queue INFO >7 [613] -2014-12-15 17:21:54 sendUrl INFO 3 [377] -2014-12-15 17:21:55 queue INFO 3 [614] -2014-12-15 17:21:55 sendUrl INFO 7 [378] -2014-12-15 17:21:55 queue INFO >3 [615] -2014-12-15 17:21:55 sendUrl INFO 7 [379] -2014-12-15 17:21:56 queue INFO 7 [616] -2014-12-15 17:21:56 sendUrl INFO 3 [380] -2014-12-15 17:21:56 queue INFO >7 [617] -2014-12-15 17:21:56 sendUrl INFO 3 [381] -2014-12-15 17:21:56 queue INFO 3 [618] -2014-12-15 17:21:57 queue INFO >3 [619] -2014-12-15 17:21:57 sendUrl INFO 7 [382] -2014-12-15 17:21:57 sendUrl INFO 7 [383] -2014-12-15 17:21:57 queue INFO 7 [620] -2014-12-15 17:21:58 queue INFO >7 [621] -2014-12-15 17:21:58 sendUrl INFO 3 [384] -2014-12-15 17:21:58 sendUrl INFO 3 [385] -2014-12-15 17:21:58 queue INFO 3 [622] -2014-12-15 17:21:58 queue INFO >3 [623] -2014-12-15 17:21:59 sendUrl INFO 7 [386] -2014-12-15 17:21:59 sendUrl INFO 7 [387] -2014-12-15 17:21:59 queue INFO 7 [624] -2014-12-15 17:21:59 queue INFO >7 [625] -2014-12-15 17:22:00 sendUrl INFO 3 [388] -2014-12-15 17:22:00 queue INFO 3 [626] -2014-12-15 17:22:00 queue INFO >3 [627] -2014-12-15 17:22:00 sendUrl INFO 3 [389] -2014-12-15 17:22:01 sendUrl INFO 7 [390] -2014-12-15 17:22:01 queue INFO 7 [628] -2014-12-15 17:22:01 queue INFO >7 [629] -2014-12-15 17:22:01 queue INFO 3 [630] -2014-12-15 17:22:01 sendUrl INFO 3 [391] -2014-12-15 17:22:01 queue INFO >3 [631] -2014-12-15 17:22:02 queue INFO 7 [632] -2014-12-15 17:22:02 sendUrl INFO 7 [392] -2014-12-15 17:22:02 queue INFO >7 [633] -2014-12-15 17:22:02 queue INFO 3 [634] -2014-12-15 17:22:02 sendUrl INFO 7 [393] -2014-12-15 17:22:02 queue INFO >3 [635] -2014-12-15 17:22:02 queue INFO 7 [636] -2014-12-15 17:22:03 queue INFO >7 [637] -2014-12-15 17:22:03 sendUrl INFO 3 [394] -2014-12-15 17:22:03 queue INFO 3 [638] -2014-12-15 17:22:03 queue INFO >3 [639] -2014-12-15 17:22:03 sendUrl INFO 3 [395] -2014-12-15 17:22:03 queue INFO 7 [640] -2014-12-15 17:22:03 queue INFO >7 [641] -2014-12-15 17:22:04 queue INFO 3 [642] -2014-12-15 17:22:04 sendUrl INFO 7 [396] -2014-12-15 17:22:04 queue INFO >3 [643] -2014-12-15 17:22:04 sendUrl INFO 7 [397] -2014-12-15 17:22:04 queue INFO 7 [644] -2014-12-15 17:22:05 queue INFO >7 [645] -2014-12-15 17:22:05 sendUrl INFO 3 [398] -2014-12-15 17:22:05 sendUrl INFO 3 [399] -2014-12-15 17:22:05 queue INFO 3 [646] -2014-12-15 17:22:05 queue INFO >3 [647] -2014-12-15 17:22:06 sendUrl INFO 7 [400] -2014-12-15 17:22:06 sendUrl INFO 7 [401] -2014-12-15 17:22:06 queue INFO 7 [648] -2014-12-15 17:22:06 queue INFO >7 [649] -2014-12-15 17:22:07 sendUrl INFO 3 [402] -2014-12-15 17:22:07 queue INFO 3 [650] -2014-12-15 17:22:07 sendUrl INFO 3 [403] -2014-12-15 17:22:07 queue INFO >3 [651] -2014-12-15 17:22:08 sendUrl INFO 7 [404] -2014-12-15 17:22:08 queue INFO 7 [652] -2014-12-15 17:22:08 sendUrl INFO 7 [405] -2014-12-15 17:22:08 queue INFO >7 [653] -2014-12-15 17:22:09 sendUrl INFO 3 [406] -2014-12-15 17:22:09 queue INFO 3 [654] -2014-12-15 17:22:09 queue INFO >3 [655] -2014-12-15 17:22:09 sendUrl INFO 3 [407] -2014-12-15 17:22:10 sendUrl INFO 7 [408] -2014-12-15 17:22:10 queue INFO 7 [656] -2014-12-15 17:22:10 sendUrl INFO 7 [409] -2014-12-15 17:22:10 queue INFO >7 [657] -2014-12-15 17:22:11 sendUrl INFO 3 [410] -2014-12-15 17:22:11 queue INFO 3 [658] -2014-12-15 17:22:11 queue INFO >3 [659] -2014-12-15 17:22:11 sendUrl INFO 3 [411] -2014-12-15 17:22:12 sendUrl INFO 7 [412] -2014-12-15 17:22:12 queue INFO 7 [660] -2014-12-15 17:22:12 queue INFO >7 [661] -2014-12-15 17:22:12 sendUrl INFO 7 [413] -2014-12-15 17:22:13 queue INFO 3 [662] -2014-12-15 17:22:13 sendUrl INFO 3 [414] -2014-12-15 17:22:13 queue INFO >3 [663] -2014-12-15 17:22:13 sendUrl INFO 3 [415] -2014-12-15 17:22:14 sendUrl INFO 7 [416] -2014-12-15 17:22:14 queue INFO 7 [664] -2014-12-15 17:22:14 queue INFO >7 [665] -2014-12-15 17:22:14 sendUrl INFO 7 [417] -2014-12-15 17:22:15 sendUrl INFO 3 [418] -2014-12-15 17:22:15 queue INFO 3 [666] -2014-12-15 17:22:15 queue INFO >3 [667] -2014-12-15 17:22:15 sendUrl INFO 3 [419] -2014-12-15 17:22:16 sendUrl INFO 7 [420] -2014-12-15 17:22:16 queue INFO 7 [668] -2014-12-15 17:22:16 queue INFO >7 [669] -2014-12-15 17:22:16 sendUrl INFO 7 [421] -2014-12-15 17:22:17 sendUrl INFO 3 [422] -2014-12-15 17:22:17 queue INFO 3 [670] -2014-12-15 17:22:17 queue INFO >3 [671] -2014-12-15 17:22:17 sendUrl INFO 3 [423] -2014-12-15 17:22:18 sendUrl INFO 7 [424] -2014-12-15 17:22:18 queue INFO 7 [672] -2014-12-15 17:22:18 sendUrl INFO 7 [425] -2014-12-15 17:22:18 queue INFO >7 [673] -2014-12-15 17:22:19 sendUrl INFO 3 [426] -2014-12-15 17:22:19 queue INFO 3 [674] -2014-12-15 17:22:19 queue INFO >3 [675] -2014-12-15 17:22:19 sendUrl INFO 3 [427] -2014-12-15 17:22:20 sendUrl INFO 7 [428] -2014-12-15 17:22:20 queue INFO 7 [676] -2014-12-15 17:22:20 queue INFO >7 [677] -2014-12-15 17:22:20 sendUrl INFO 7 [429] -2014-12-15 17:22:21 queue INFO 3 [678] -2014-12-15 17:22:21 sendUrl INFO 3 [430] -2014-12-15 17:22:21 queue INFO >3 [679] -2014-12-15 17:22:21 sendUrl INFO 3 [431] -2014-12-15 17:22:22 sendUrl INFO 7 [432] -2014-12-15 17:22:22 queue INFO 7 [680] -2014-12-15 17:22:22 queue INFO >7 [681] -2014-12-15 17:22:22 sendUrl INFO 7 [433] -2014-12-15 17:22:23 sendUrl INFO 3 [434] -2014-12-15 17:22:23 queue INFO 3 [682] -2014-12-15 17:22:23 queue INFO >3 [683] -2014-12-15 17:22:23 sendUrl INFO 3 [435] -2014-12-15 17:22:24 sendUrl INFO 7 [436] -2014-12-15 17:22:24 queue INFO 7 [684] -2014-12-15 17:22:24 queue INFO >7 [685] -2014-12-15 17:22:24 sendUrl INFO 7 [437] -2014-12-15 17:22:25 queue INFO 3 [686] -2014-12-15 17:22:25 sendUrl INFO 3 [438] -2014-12-15 17:22:25 queue INFO >3 [687] -2014-12-15 17:22:25 sendUrl INFO 3 [439] -2014-12-15 17:22:26 sendUrl INFO 7 [440] -2014-12-15 17:22:26 queue INFO 7 [688] -2014-12-15 17:22:26 queue INFO >7 [689] -2014-12-15 17:22:26 sendUrl INFO 7 [441] -2014-12-15 17:22:27 queue INFO 3 [690] -2014-12-15 17:22:27 sendUrl INFO 3 [442] -2014-12-15 17:22:27 queue INFO >3 [691] -2014-12-15 17:22:28 sendUrl INFO 3 [443] -2014-12-15 17:22:28 queue INFO 7 [692] -2014-12-15 17:22:28 sendUrl INFO 7 [444] -2014-12-15 17:22:28 queue INFO >7 [693] -2014-12-15 17:22:29 sendUrl INFO 7 [445] -2014-12-15 17:22:29 queue INFO 3 [694] -2014-12-15 17:22:29 queue INFO >3 [695] -2014-12-15 17:22:29 sendUrl INFO 3 [446] -2014-12-15 17:22:29 queue INFO 7 [696] -2014-12-15 17:22:30 sendUrl INFO 3 [447] -2014-12-15 17:22:30 queue INFO >7 [697] -2014-12-15 17:22:30 sendUrl INFO 7 [448] -2014-12-15 17:22:30 queue INFO 3 [698] -2014-12-15 17:22:31 sendUrl INFO 7 [449] -2014-12-15 17:22:31 queue INFO >3 [699] -2014-12-15 17:22:31 sendUrl INFO 3 [450] -2014-12-15 17:22:31 queue INFO 7 [700] -2014-12-15 17:22:31 queue INFO >7 [701] -2014-12-15 17:22:32 sendUrl INFO 3 [451] -2014-12-15 17:22:32 queue INFO 3 [702] -2014-12-15 17:22:32 queue INFO >3 [703] -2014-12-15 17:22:32 sendUrl INFO 7 [452] -2014-12-15 17:22:33 sendUrl INFO 7 [453] -2014-12-15 17:22:33 queue INFO 7 [704] -2014-12-15 17:22:33 sendUrl INFO 3 [454] -2014-12-15 17:22:33 queue INFO >7 [705] -2014-12-15 17:22:34 sendUrl INFO 3 [455] -2014-12-15 17:22:34 queue INFO 3 [706] -2014-12-15 17:22:34 queue INFO >3 [707] -2014-12-15 17:22:34 sendUrl INFO 7 [456] -2014-12-15 17:22:34 queue INFO 7 [708] -2014-12-15 17:22:35 sendUrl INFO 7 [457] -2014-12-15 17:22:35 queue INFO >7 [709] -2014-12-15 17:22:35 sendUrl INFO 3 [458] -2014-12-15 17:22:35 queue INFO 3 [710] -2014-12-15 17:22:35 queue INFO >3 [711] -2014-12-15 17:22:36 sendUrl INFO 3 [459] -2014-12-15 17:22:36 sendUrl INFO 7 [460] -2014-12-15 17:22:36 queue INFO 7 [712] -2014-12-15 17:22:37 sendUrl INFO 7 [461] -2014-12-15 17:22:37 queue INFO >7 [713] -2014-12-15 17:22:37 sendUrl INFO 3 [462] -2014-12-15 17:22:37 queue INFO 3 [714] -2014-12-15 17:22:37 queue INFO >3 [715] -2014-12-15 17:22:38 sendUrl INFO 3 [463] -2014-12-15 17:22:38 sendUrl INFO 7 [464] -2014-12-15 17:22:38 queue INFO 7 [716] -2014-12-15 17:22:38 queue INFO >7 [717] -2014-12-15 17:22:39 sendUrl INFO 7 [465] -2014-12-15 17:22:39 queue INFO 3 [718] -2014-12-15 17:22:39 queue INFO >3 [719] -2014-12-15 17:22:39 sendUrl INFO 3 [466] -2014-12-15 17:22:40 sendUrl INFO 3 [467] -2014-12-15 17:22:40 queue INFO 7 [720] -2014-12-15 17:22:40 queue INFO >7 [721] -2014-12-15 17:22:40 sendUrl INFO 7 [468] -2014-12-15 17:22:40 queue INFO 3 [722] -2014-12-15 17:22:41 sendUrl INFO 7 [469] -2014-12-15 17:22:41 queue INFO >3 [723] -2014-12-15 17:22:41 sendUrl INFO 3 [470] -2014-12-15 17:22:42 sendUrl INFO 3 [471] -2014-12-15 17:22:42 queue INFO 7 [724] -2014-12-15 17:22:42 queue INFO >7 [725] -2014-12-15 17:22:42 queue INFO 3 [726] -2014-12-15 17:22:42 sendUrl INFO 7 [472] -2014-12-15 17:22:42 queue INFO >3 [727] -2014-12-15 17:22:43 sendUrl INFO 7 [473] -2014-12-15 17:22:43 queue INFO 7 [728] -2014-12-15 17:22:43 queue INFO >7 [729] -2014-12-15 17:22:43 sendUrl INFO 3 [474] -2014-12-15 17:22:44 sendUrl INFO 3 [475] -2014-12-15 17:22:44 queue INFO 3 [730] -2014-12-15 17:22:44 queue INFO >3 [731] -2014-12-15 17:22:44 sendUrl INFO 7 [476] -2014-12-15 17:22:45 sendUrl INFO 7 [477] -2014-12-15 17:22:45 queue INFO 7 [732] -2014-12-15 17:22:45 queue INFO >7 [733] -2014-12-15 17:22:45 sendUrl INFO 3 [478] -2014-12-15 17:22:46 queue INFO 3 [734] -2014-12-15 17:22:46 sendUrl INFO 3 [479] -2014-12-15 17:22:46 queue INFO >3 [735] -2014-12-15 17:22:46 sendUrl INFO 7 [480] -2014-12-15 17:22:47 queue INFO 7 [736] -2014-12-15 17:22:47 sendUrl INFO 7 [481] -2014-12-15 17:22:47 queue INFO >7 [737] -2014-12-15 17:22:47 sendUrl INFO 3 [482] -2014-12-15 17:22:47 queue INFO 3 [738] -2014-12-15 17:22:48 queue INFO >3 [739] -2014-12-15 17:22:48 sendUrl INFO 3 [483] -2014-12-15 17:22:48 sendUrl INFO 7 [484] -2014-12-15 17:22:48 queue INFO 7 [740] -2014-12-15 17:22:49 queue INFO >7 [741] -2014-12-15 17:22:49 sendUrl INFO 7 [485] -2014-12-15 17:22:49 queue INFO 3 [742] -2014-12-15 17:22:49 sendUrl INFO 3 [486] -2014-12-15 17:22:49 queue INFO >3 [743] -2014-12-15 17:22:50 sendUrl INFO 3 [487] -2014-12-15 17:22:50 queue INFO 7 [744] -2014-12-15 17:22:50 sendUrl INFO 7 [488] -2014-12-15 17:22:50 queue INFO >7 [745] -2014-12-15 17:22:51 sendUrl INFO 7 [489] -2014-12-15 17:22:51 queue INFO 3 [746] -2014-12-15 17:22:51 queue INFO >3 [747] -2014-12-15 17:22:51 sendUrl INFO 3 [490] -2014-12-15 17:22:52 sendUrl INFO 3 [491] -2014-12-15 17:22:52 queue INFO 7 [748] -2014-12-15 17:22:52 queue INFO >7 [749] -2014-12-15 17:22:52 queue INFO 3 [750] -2014-12-15 17:22:52 sendUrl INFO 7 [492] -2014-12-15 17:22:52 queue INFO >3 [751] -2014-12-15 17:22:53 sendUrl INFO 7 [493] -2014-12-15 17:22:53 queue INFO 7 [752] -2014-12-15 17:22:53 queue INFO >7 [753] -2014-12-15 17:22:53 sendUrl INFO 3 [494] -2014-12-15 17:22:54 sendUrl INFO 3 [495] -2014-12-15 17:22:54 queue INFO 3 [754] -2014-12-15 17:22:54 queue INFO >3 [755] -2014-12-15 17:22:54 sendUrl INFO 7 [496] -2014-12-15 17:22:55 sendUrl INFO 7 [497] -2014-12-15 17:22:55 queue INFO 7 [756] -2014-12-15 17:22:55 queue INFO >7 [757] -2014-12-15 17:22:55 sendUrl INFO 3 [498] -2014-12-15 17:22:56 queue INFO 3 [758] -2014-12-15 17:22:56 sendUrl INFO 3 [499] -2014-12-15 17:22:56 queue INFO >3 [759] -2014-12-15 17:22:56 sendUrl INFO 7 [500] -2014-12-15 17:22:57 queue INFO 7 [760] -2014-12-15 17:22:57 sendUrl INFO 7 [501] -2014-12-15 17:22:57 queue INFO >7 [761] -2014-12-15 17:22:57 sendUrl INFO 3 [502] -2014-12-15 17:22:57 queue INFO 3 [762] -2014-12-15 17:22:58 queue INFO >3 [763] -2014-12-15 17:22:58 sendUrl INFO 3 [503] -2014-12-15 17:22:58 sendUrl INFO 7 [504] -2014-12-15 17:22:58 queue INFO 7 [764] -2014-12-15 17:22:59 queue INFO >7 [765] -2014-12-15 17:22:59 sendUrl INFO 7 [505] -2014-12-15 17:22:59 queue INFO 3 [766] -2014-12-15 17:22:59 sendUrl INFO 3 [506] -2014-12-15 17:22:59 queue INFO >3 [767] -2014-12-15 17:23:00 sendUrl INFO 3 [507] -2014-12-15 17:23:00 queue INFO 7 [768] -2014-12-15 17:23:00 sendUrl INFO 7 [508] -2014-12-15 17:23:00 queue INFO >7 [769] -2014-12-15 17:23:01 sendUrl INFO 7 [509] -2014-12-15 17:23:01 queue INFO 3 [770] -2014-12-15 17:23:01 queue INFO >3 [771] -2014-12-15 17:23:01 sendUrl INFO 3 [510] -2014-12-15 17:23:02 sendUrl INFO 3 [511] -2014-12-15 17:23:02 queue INFO 7 [772] -2014-12-15 17:23:02 queue INFO >7 [773] -2014-12-15 17:23:02 sendUrl INFO 7 [512] -2014-12-15 17:23:03 queue INFO 3 [774] -2014-12-15 17:23:03 sendUrl INFO 7 [513] -2014-12-15 17:23:03 queue INFO >3 [775] -2014-12-15 17:23:03 sendUrl INFO 3 [514] -2014-12-15 17:23:04 sendUrl INFO 3 [515] -2014-12-15 17:23:04 queue INFO 7 [776] -2014-12-15 17:23:04 queue INFO >7 [777] -2014-12-15 17:23:04 queue INFO 3 [778] -2014-12-15 17:23:04 sendUrl INFO 7 [516] -2014-12-15 17:23:05 queue INFO >3 [779] -2014-12-15 17:23:05 queue INFO 7 [780] -2014-12-15 17:23:05 sendUrl INFO 7 [517] -2014-12-15 17:23:05 queue INFO >7 [781] -2014-12-15 17:23:05 sendUrl INFO 3 [518] -2014-12-15 17:23:06 queue INFO 3 [782] -2014-12-15 17:23:06 queue INFO >3 [783] -2014-12-15 17:23:06 sendUrl INFO 3 [519] -2014-12-15 17:23:06 sendUrl INFO 7 [520] -2014-12-15 17:23:07 queue INFO 7 [784] -2014-12-15 17:23:07 queue INFO >7 [785] -2014-12-15 17:23:07 sendUrl INFO 7 [521] -2014-12-15 17:23:07 queue INFO 3 [786] -2014-12-15 17:23:07 sendUrl INFO 3 [522] -2014-12-15 17:23:08 queue INFO >3 [787] -2014-12-15 17:23:08 sendUrl INFO 3 [523] -2014-12-15 17:23:08 sendUrl INFO 7 [524] -2014-12-15 17:23:09 queue INFO 7 [788] -2014-12-15 17:23:09 queue INFO >7 [789] -2014-12-15 17:23:09 sendUrl INFO 7 [525] -2014-12-15 17:23:09 queue INFO 3 [790] -2014-12-15 17:23:09 sendUrl INFO 3 [526] -2014-12-15 17:23:10 queue INFO >3 [791] -2014-12-15 17:23:10 sendUrl INFO 3 [527] -2014-12-15 17:23:10 queue INFO 7 [792] -2014-12-15 17:23:10 sendUrl INFO 7 [528] -2014-12-15 17:23:11 queue INFO >7 [793] -2014-12-15 17:23:11 sendUrl INFO 7 [529] -2014-12-15 17:23:11 queue INFO 3 [794] -2014-12-15 17:23:11 queue INFO >3 [795] -2014-12-15 17:23:12 sendUrl INFO 3 [530] -2014-12-15 17:23:12 sendUrl INFO 3 [531] -2014-12-15 17:23:12 queue INFO 7 [796] -2014-12-15 17:23:12 queue INFO >7 [797] -2014-12-15 17:23:13 sendUrl INFO 7 [532] -2014-12-15 17:23:13 sendUrl INFO 7 [533] -2014-12-15 17:23:13 queue INFO 3 [798] -2014-12-15 17:23:13 queue INFO >3 [799] -2014-12-15 17:23:14 sendUrl INFO 3 [534] -2014-12-15 17:23:14 sendUrl INFO 7 [535] -2014-12-15 17:23:14 queue INFO 7 [800] -2014-12-15 17:23:14 queue INFO >7 [801] -2014-12-15 17:23:14 queue INFO 3 [802] -2014-12-15 17:23:15 sendUrl INFO 7 [536] -2014-12-15 17:23:15 queue INFO >3 [803] -2014-12-15 17:23:15 sendUrl INFO 3 [537] -2014-12-15 17:23:15 queue INFO 7 [804] -2014-12-15 17:23:16 sendUrl INFO 3 [538] -2014-12-15 17:23:16 queue INFO >7 [805] -2014-12-15 17:23:16 sendUrl INFO 7 [539] -2014-12-15 17:23:16 queue INFO 3 [806] -2014-12-15 17:23:16 queue INFO >3 [807] -2014-12-15 17:23:16 queue INFO 7 [808] -2014-12-15 17:23:17 sendUrl INFO 7 [540] -2014-12-15 17:23:17 queue INFO >7 [809] -2014-12-15 17:23:17 queue INFO 3 [810] -2014-12-15 17:23:17 sendUrl INFO 3 [541] -2014-12-15 17:23:17 queue INFO >3 [811] -2014-12-15 17:23:18 sendUrl INFO 3 [542] -2014-12-15 17:23:18 queue INFO 7 [812] -2014-12-15 17:23:18 sendUrl INFO 7 [543] -2014-12-15 17:23:18 queue INFO >7 [813] -2014-12-15 17:23:19 queue INFO 3 [814] -2014-12-15 17:23:19 sendUrl INFO 7 [544] -2014-12-15 17:23:19 queue INFO >3 [815] -2014-12-15 17:23:19 sendUrl INFO 3 [545] -2014-12-15 17:23:19 queue INFO 7 [816] -2014-12-15 17:23:20 queue INFO >7 [817] -2014-12-15 17:23:20 sendUrl INFO 3 [546] -2014-12-15 17:23:20 queue INFO 3 [818] -2014-12-15 17:23:20 queue INFO >3 [819] -2014-12-15 17:23:20 sendUrl INFO 7 [547] -2014-12-15 17:23:20 queue INFO 7 [820] -2014-12-15 17:23:21 queue INFO >7 [821] -2014-12-15 17:23:21 sendUrl INFO 7 [548] -2014-12-15 17:23:21 sendUrl INFO 3 [549] -2014-12-15 17:23:21 queue INFO 3 [822] -2014-12-15 17:23:21 queue INFO >3 [823] -2014-12-15 17:23:22 sendUrl INFO 3 [550] -2014-12-15 17:23:22 sendUrl INFO 7 [551] -2014-12-15 17:23:22 queue INFO 7 [824] -2014-12-15 17:23:22 queue INFO >7 [825] -2014-12-15 17:23:23 queue INFO 3 [826] -2014-12-15 17:23:23 sendUrl INFO 7 [552] -2014-12-15 17:23:23 queue INFO >3 [827] -2014-12-15 17:23:23 queue INFO 7 [828] -2014-12-15 17:23:23 sendUrl INFO 3 [553] -2014-12-15 17:23:23 queue INFO >7 [829] -2014-12-15 17:23:24 queue INFO 3 [830] -2014-12-15 17:23:24 sendUrl INFO 3 [554] -2014-12-15 17:23:24 queue INFO >3 [831] -2014-12-15 17:23:24 sendUrl INFO 7 [555] -2014-12-15 17:23:24 queue INFO 7 [832] -2014-12-15 17:23:25 queue INFO >7 [833] -2014-12-15 17:23:25 sendUrl INFO 7 [556] -2014-12-15 17:23:25 sendUrl INFO 3 [557] -2014-12-15 17:23:25 queue INFO 3 [834] -2014-12-15 17:23:25 queue INFO >3 [835] -2014-12-15 17:23:26 sendUrl INFO 3 [558] -2014-12-15 17:23:26 sendUrl INFO 7 [559] -2014-12-15 17:23:26 queue INFO 7 [836] -2014-12-15 17:23:26 queue INFO >7 [837] -2014-12-15 17:23:27 sendUrl INFO 7 [560] -2014-12-15 17:23:27 queue INFO 3 [838] -2014-12-15 17:23:27 sendUrl INFO 3 [561] -2014-12-15 17:23:27 queue INFO >3 [839] -2014-12-15 17:23:28 sendUrl INFO 3 [562] -2014-12-15 17:23:28 queue INFO 7 [840] -2014-12-15 17:23:28 sendUrl INFO 7 [563] -2014-12-15 17:23:28 queue INFO >7 [841] -2014-12-15 17:23:29 queue INFO 3 [842] -2014-12-15 17:23:29 sendUrl INFO 7 [564] -2014-12-15 17:23:29 queue INFO >3 [843] -2014-12-15 17:23:29 sendUrl INFO 3 [565] -2014-12-15 17:23:30 queue INFO 7 [844] -2014-12-15 17:23:30 sendUrl INFO 3 [566] -2014-12-15 17:23:30 queue INFO >7 [845] -2014-12-15 17:23:30 sendUrl INFO 7 [567] -2014-12-15 17:23:30 queue INFO 3 [846] -2014-12-15 17:23:31 queue INFO >3 [847] -2014-12-15 17:23:31 sendUrl INFO 7 [568] -2014-12-15 17:23:31 sendUrl INFO 3 [569] -2014-12-15 17:23:31 queue INFO 7 [848] -2014-12-15 17:23:32 queue INFO >7 [849] -2014-12-15 17:23:32 sendUrl INFO 3 [570] -2014-12-15 17:23:32 sendUrl INFO 7 [571] -2014-12-15 17:23:32 queue INFO 3 [850] -2014-12-15 17:23:32 queue INFO >3 [851] -2014-12-15 17:23:33 sendUrl INFO 7 [572] -2014-12-15 17:23:33 sendUrl INFO 3 [573] -2014-12-15 17:23:33 queue INFO 7 [852] -2014-12-15 17:23:33 queue INFO >7 [853] -2014-12-15 17:23:34 sendUrl INFO 3 [574] -2014-12-15 17:23:34 queue INFO 3 [854] -2014-12-15 17:23:34 queue INFO >3 [855] -2014-12-15 17:23:34 sendUrl INFO 7 [575] -2014-12-15 17:23:35 sendUrl INFO 7 [576] -2014-12-15 17:23:35 queue INFO 7 [856] -2014-12-15 17:23:35 queue INFO >7 [857] -2014-12-15 17:23:35 sendUrl INFO 3 [577] -2014-12-15 17:23:36 queue INFO 3 [858] -2014-12-15 17:23:36 sendUrl INFO 3 [578] -2014-12-15 17:23:36 queue INFO >3 [859] -2014-12-15 17:23:36 sendUrl INFO 7 [579] -2014-12-15 17:23:37 queue INFO 7 [860] -2014-12-15 17:23:37 queue INFO >7 [861] -2014-12-15 17:23:37 sendUrl INFO 7 [580] -2014-12-15 17:23:37 queue INFO 3 [862] -2014-12-15 17:23:37 sendUrl INFO 3 [581] -2014-12-15 17:23:37 queue INFO >3 [863] -2014-12-15 17:23:38 sendUrl INFO 3 [582] -2014-12-15 17:23:38 queue INFO 7 [864] -2014-12-15 17:23:38 sendUrl INFO 7 [583] -2014-12-15 17:23:38 queue INFO >7 [865] -2014-12-15 17:23:39 queue INFO 3 [866] -2014-12-15 17:23:39 sendUrl INFO 7 [584] -2014-12-15 17:23:39 queue INFO >3 [867] -2014-12-15 17:23:39 sendUrl INFO 3 [585] -2014-12-15 17:23:40 queue INFO 7 [868] -2014-12-15 17:23:40 sendUrl INFO 3 [586] -2014-12-15 17:23:40 queue INFO >7 [869] -2014-12-15 17:23:40 sendUrl INFO 7 [587] -2014-12-15 17:23:40 queue INFO 3 [870] -2014-12-15 17:23:41 queue INFO >3 [871] -2014-12-15 17:23:41 sendUrl INFO 7 [588] -2014-12-15 17:23:41 sendUrl INFO 3 [589] -2014-12-15 17:23:41 queue INFO 7 [872] -2014-12-15 17:23:42 queue INFO >7 [873] -2014-12-15 17:23:42 sendUrl INFO 3 [590] -2014-12-15 17:23:42 queue INFO 3 [874] -2014-12-15 17:23:42 sendUrl INFO 7 [591] -2014-12-15 17:23:42 queue INFO >3 [875] -2014-12-15 17:23:43 sendUrl INFO 7 [592] -2014-12-15 17:23:43 queue INFO 7 [876] -2014-12-15 17:23:43 queue INFO >7 [877] -2014-12-15 17:23:43 sendUrl INFO 3 [593] -2014-12-15 17:23:44 queue INFO 3 [878] -2014-12-15 17:23:44 sendUrl INFO 3 [594] -2014-12-15 17:23:44 queue INFO >3 [879] -2014-12-15 17:23:44 sendUrl INFO 7 [595] -2014-12-15 17:23:45 queue INFO 7 [880] -2014-12-15 17:23:45 queue INFO >7 [881] -2014-12-15 17:23:45 sendUrl INFO 7 [596] -2014-12-15 17:23:45 queue INFO 3 [882] -2014-12-15 17:23:45 sendUrl INFO 3 [597] -2014-12-15 17:23:45 queue INFO >3 [883] -2014-12-15 17:23:46 sendUrl INFO 3 [598] -2014-12-15 17:23:46 queue INFO 7 [884] -2014-12-15 17:23:46 queue INFO >7 [885] -2014-12-15 17:23:46 sendUrl INFO 7 [599] -2014-12-15 17:23:47 sendUrl INFO 7 [600] -2014-12-15 17:23:47 sendUrl INFO 3 [601] -2014-12-15 17:23:48 sendUrl INFO 3 [602] -2014-12-15 17:23:48 sendUrl INFO 7 [603] -2014-12-15 17:23:49 sendUrl INFO 7 [604] -2014-12-15 17:23:49 sendUrl INFO 3 [605] -2014-12-15 17:23:50 sendUrl INFO 3 [606] -2014-12-15 17:23:50 sendUrl INFO 7 [607] -2014-12-15 17:23:51 sendUrl INFO 7 [608] -2014-12-15 17:23:51 sendUrl INFO 3 [609] -2014-12-15 17:23:52 sendUrl INFO 3 [610] -2014-12-15 17:23:52 sendUrl INFO 7 [611] -2014-12-15 17:23:53 sendUrl INFO 7 [612] -2014-12-15 17:23:54 sendUrl INFO 3 [613] -2014-12-15 17:23:54 sendUrl INFO 3 [614] -2014-12-15 17:23:54 queue INFO 3 [886] -2014-12-15 17:23:54 queue INFO >3 [887] -2014-12-15 17:23:55 sendUrl INFO 7 [615] -2014-12-15 17:23:55 sendUrl INFO 7 [616] -2014-12-15 17:23:55 queue INFO 7 [888] -2014-12-15 17:23:55 queue INFO >7 [889] -2014-12-15 17:23:56 sendUrl INFO 3 [617] -2014-12-15 17:23:56 queue INFO 3 [890] -2014-12-15 17:23:56 sendUrl INFO 3 [618] -2014-12-15 17:23:56 queue INFO >3 [891] -2014-12-15 17:23:57 sendUrl INFO 7 [619] -2014-12-15 17:23:57 queue INFO 7 [892] -2014-12-15 17:23:57 sendUrl INFO 7 [620] -2014-12-15 17:23:57 queue INFO >7 [893] -2014-12-15 17:23:58 sendUrl INFO 3 [621] -2014-12-15 17:23:58 queue INFO 3 [894] -2014-12-15 17:23:58 queue INFO >3 [895] -2014-12-15 17:23:58 sendUrl INFO 3 [622] -2014-12-15 17:23:59 sendUrl INFO 7 [623] -2014-12-15 17:23:59 queue INFO 7 [896] -2014-12-15 17:23:59 queue INFO >7 [897] -2014-12-15 17:23:59 sendUrl INFO 7 [624] -2014-12-15 17:24:00 queue INFO 3 [898] -2014-12-15 17:24:00 sendUrl INFO 3 [625] -2014-12-15 17:24:00 queue INFO >3 [899] -2014-12-15 17:24:00 sendUrl INFO 3 [626] -2014-12-15 17:24:01 queue INFO 7 [900] -2014-12-15 17:24:01 sendUrl INFO 7 [627] -2014-12-15 17:24:01 queue INFO >7 [901] -2014-12-15 17:24:01 sendUrl INFO 7 [628] -2014-12-15 17:24:01 queue INFO 3 [902] -2014-12-15 17:24:02 queue INFO >3 [903] -2014-12-15 17:24:02 sendUrl INFO 3 [629] -2014-12-15 17:24:02 sendUrl INFO 3 [630] -2014-12-15 17:24:02 queue INFO 7 [904] -2014-12-15 17:24:03 queue INFO >7 [905] -2014-12-15 17:24:03 sendUrl INFO 7 [631] -2014-12-15 17:24:03 sendUrl INFO 7 [632] -2014-12-15 17:24:03 queue INFO 3 [906] -2014-12-15 17:24:03 queue INFO >3 [907] -2014-12-15 17:24:04 sendUrl INFO 3 [633] -2014-12-15 17:24:04 sendUrl INFO 3 [634] -2014-12-15 17:24:04 queue INFO 7 [908] -2014-12-15 17:24:04 queue INFO >7 [909] -2014-12-15 17:24:05 sendUrl INFO 7 [635] -2014-12-15 17:24:05 queue INFO 3 [910] -2014-12-15 17:24:05 sendUrl INFO 7 [636] -2014-12-15 17:24:05 queue INFO >3 [911] -2014-12-15 17:24:06 sendUrl INFO 3 [637] -2014-12-15 17:24:06 queue INFO 7 [912] -2014-12-15 17:24:06 sendUrl INFO 3 [638] -2014-12-15 17:24:06 queue INFO >7 [913] -2014-12-15 17:24:07 queue INFO 3 [914] -2014-12-15 17:24:07 sendUrl INFO 7 [639] -2014-12-15 17:24:07 queue INFO >3 [915] -2014-12-15 17:24:07 sendUrl INFO 7 [640] -2014-12-15 17:24:07 queue INFO 7 [916] -2014-12-15 17:24:07 queue INFO >7 [917] -2014-12-15 17:24:08 queue INFO 3 [918] -2014-12-15 17:24:08 sendUrl INFO 3 [641] -2014-12-15 17:24:08 queue INFO >3 [919] -2014-12-15 17:24:08 sendUrl INFO 3 [642] -2014-12-15 17:24:08 queue INFO 7 [920] -2014-12-15 17:24:09 queue INFO >7 [921] -2014-12-15 17:24:09 sendUrl INFO 7 [643] -2014-12-15 17:24:09 sendUrl INFO 7 [644] -2014-12-15 17:24:09 queue INFO 3 [922] -2014-12-15 17:24:09 queue INFO >3 [923] -2014-12-15 17:24:10 sendUrl INFO 3 [645] -2014-12-15 17:24:10 sendUrl INFO 3 [646] -2014-12-15 17:24:10 queue INFO 7 [924] -2014-12-15 17:24:10 queue INFO >7 [925] -2014-12-15 17:24:11 sendUrl INFO 7 [647] -2014-12-15 17:24:11 queue INFO 3 [926] -2014-12-15 17:24:11 sendUrl INFO 7 [648] -2014-12-15 17:24:11 queue INFO >3 [927] -2014-12-15 17:24:12 sendUrl INFO 3 [649] -2014-12-15 17:24:12 queue INFO 7 [928] -2014-12-15 17:24:12 sendUrl INFO 3 [650] -2014-12-15 17:24:12 queue INFO >7 [929] -2014-12-15 17:24:13 sendUrl INFO 7 [651] -2014-12-15 17:24:13 queue INFO 3 [930] -2014-12-15 17:24:13 queue INFO >3 [931] -2014-12-15 17:24:13 sendUrl INFO 7 [652] -2014-12-15 17:24:14 sendUrl INFO 3 [653] -2014-12-15 17:24:14 queue INFO 7 [932] -2014-12-15 17:24:14 queue INFO >7 [933] -2014-12-15 17:24:14 sendUrl INFO 3 [654] -2014-12-15 17:24:15 queue INFO 3 [934] -2014-12-15 17:24:15 sendUrl INFO 7 [655] -2014-12-15 17:24:15 queue INFO >3 [935] -2014-12-15 17:24:15 sendUrl INFO 7 [656] -2014-12-15 17:24:16 queue INFO 7 [936] -2014-12-15 17:24:16 sendUrl INFO 3 [657] -2014-12-15 17:24:16 queue INFO >7 [937] -2014-12-15 17:24:16 sendUrl INFO 3 [658] -2014-12-15 17:24:16 queue INFO 3 [938] -2014-12-15 17:24:17 queue INFO >3 [939] -2014-12-15 17:24:17 sendUrl INFO 7 [659] -2014-12-15 17:24:17 sendUrl INFO 7 [660] -2014-12-15 17:24:18 queue INFO 7 [940] -2014-12-15 17:24:18 queue INFO >7 [941] -2014-12-15 17:24:18 sendUrl INFO 3 [661] -2014-12-15 17:24:18 queue INFO 3 [942] -2014-12-15 17:24:18 sendUrl INFO 3 [662] -2014-12-15 17:24:18 queue INFO >3 [943] -2014-12-15 17:24:19 sendUrl INFO 7 [663] -2014-12-15 17:24:19 queue INFO 7 [944] -2014-12-15 17:24:19 sendUrl INFO 7 [664] -2014-12-15 17:24:19 queue INFO >7 [945] -2014-12-15 17:24:20 queue INFO 3 [946] -2014-12-15 17:24:20 sendUrl INFO 3 [665] -2014-12-15 17:24:20 queue INFO >3 [947] -2014-12-15 17:24:20 sendUrl INFO 3 [666] -2014-12-15 17:24:21 queue INFO 7 [948] -2014-12-15 17:24:21 sendUrl INFO 7 [667] -2014-12-15 17:24:21 queue INFO >7 [949] -2014-12-15 17:24:21 sendUrl INFO 7 [668] -2014-12-15 17:24:21 queue INFO 3 [950] -2014-12-15 17:24:22 queue INFO >3 [951] -2014-12-15 17:24:22 sendUrl INFO 3 [669] -2014-12-15 17:24:22 sendUrl INFO 3 [670] -2014-12-15 17:24:22 queue INFO 7 [952] -2014-12-15 17:24:23 queue INFO >7 [953] -2014-12-15 17:24:23 sendUrl INFO 7 [671] -2014-12-15 17:24:23 queue INFO 3 [954] -2014-12-15 17:24:23 sendUrl INFO 7 [672] -2014-12-15 17:24:23 queue INFO >3 [955] -2014-12-15 17:24:24 sendUrl INFO 3 [673] -2014-12-15 17:24:24 queue INFO 7 [956] -2014-12-15 17:24:24 sendUrl INFO 3 [674] -2014-12-15 17:24:24 queue INFO >7 [957] -2014-12-15 17:24:25 sendUrl INFO 7 [675] -2014-12-15 17:24:25 queue INFO 3 [958] -2014-12-15 17:24:25 queue INFO >3 [959] -2014-12-15 17:24:25 sendUrl INFO 7 [676] -2014-12-15 17:24:26 sendUrl INFO 3 [677] -2014-12-15 17:24:26 queue INFO 7 [960] -2014-12-15 17:24:26 queue INFO >7 [961] -2014-12-15 17:24:26 sendUrl INFO 3 [678] -2014-12-15 17:24:27 queue INFO 3 [962] -2014-12-15 17:24:27 sendUrl INFO 7 [679] -2014-12-15 17:24:27 queue INFO >3 [963] -2014-12-15 17:24:27 sendUrl INFO 7 [680] -2014-12-15 17:24:28 queue INFO 7 [964] -2014-12-15 17:24:28 sendUrl INFO 3 [681] -2014-12-15 17:24:28 queue INFO >7 [965] -2014-12-15 17:24:28 sendUrl INFO 3 [682] -2014-12-15 17:24:29 queue INFO 3 [966] -2014-12-15 17:24:29 queue INFO >3 [967] -2014-12-15 17:24:29 sendUrl INFO 7 [683] -2014-12-15 17:24:29 sendUrl INFO 7 [684] -2014-12-15 17:24:29 queue INFO 7 [968] -2014-12-15 17:24:30 queue INFO >7 [969] -2014-12-15 17:24:30 sendUrl INFO 3 [685] -2014-12-15 17:24:30 queue INFO 3 [970] -2014-12-15 17:24:30 sendUrl INFO 3 [686] -2014-12-15 17:24:30 queue INFO >3 [971] -2014-12-15 17:24:31 sendUrl INFO 7 [687] -2014-12-15 17:24:31 queue INFO 7 [972] -2014-12-15 17:24:31 sendUrl INFO 7 [688] -2014-12-15 17:24:32 queue INFO >7 [973] -2014-12-15 17:24:32 queue INFO 3 [974] -2014-12-15 17:24:32 queue INFO >3 [975] -2014-12-15 17:24:32 sendUrl INFO 3 [689] -2014-12-15 17:24:32 sendUrl INFO 3 [690] -2014-12-15 17:24:33 queue INFO 7 [976] -2014-12-15 17:24:33 queue INFO >7 [977] -2014-12-15 17:24:33 sendUrl INFO 7 [691] -2014-12-15 17:24:33 queue INFO 3 [978] -2014-12-15 17:24:33 queue INFO >3 [979] -2014-12-15 17:24:33 sendUrl INFO 7 [692] -2014-12-15 17:24:34 sendUrl INFO 3 [693] -2014-12-15 17:24:34 queue INFO 7 [980] -2014-12-15 17:24:34 queue INFO >7 [981] -2014-12-15 17:24:34 sendUrl INFO 3 [694] -2014-12-15 17:24:35 queue INFO 3 [982] -2014-12-15 17:24:35 queue INFO >3 [983] -2014-12-15 17:24:35 sendUrl INFO 7 [695] -2014-12-15 17:24:35 sendUrl INFO 7 [696] -2014-12-15 17:24:36 queue INFO 7 [984] -2014-12-15 17:24:36 queue INFO >7 [985] -2014-12-15 17:24:36 sendUrl INFO 3 [697] -2014-12-15 17:24:36 queue INFO 3 [986] -2014-12-15 17:24:36 sendUrl INFO 3 [698] -2014-12-15 17:24:37 queue INFO >3 [987] -2014-12-15 17:24:37 sendUrl INFO 7 [699] -2014-12-15 17:24:37 queue INFO 7 [988] -2014-12-15 17:24:37 queue INFO >7 [989] -2014-12-15 17:24:37 sendUrl INFO 7 [700] -2014-12-15 17:24:38 queue INFO 3 [990] -2014-12-15 17:24:38 sendUrl INFO 3 [701] -2014-12-15 17:24:38 queue INFO >3 [991] -2014-12-15 17:24:39 sendUrl INFO 3 [702] -2014-12-15 17:24:39 queue INFO 7 [992] -2014-12-15 17:24:39 sendUrl INFO 7 [703] -2014-12-15 17:24:39 queue INFO >7 [993] -2014-12-15 17:24:40 sendUrl INFO 7 [704] -2014-12-15 17:24:40 queue INFO 3 [994] -2014-12-15 17:24:40 queue INFO >3 [995] -2014-12-15 17:24:40 sendUrl INFO 3 [705] -2014-12-15 17:24:41 sendUrl INFO 3 [706] -2014-12-15 17:24:41 queue INFO 7 [996] -2014-12-15 17:24:41 queue INFO >7 [997] -2014-12-15 17:24:41 sendUrl INFO 7 [707] -2014-12-15 17:24:41 queue INFO 3 [998] -2014-12-15 17:24:42 sendUrl INFO 7 [708] -2014-12-15 17:24:42 queue INFO >3 [999] -2014-12-15 17:24:42 sendUrl INFO 3 [709] -2014-12-15 17:24:42 queue INFO 7 [0] -2014-12-15 17:24:43 sendUrl INFO 3 [710] -2014-12-15 17:24:43 queue INFO >7 [1] -2014-12-15 17:24:43 sendUrl INFO 7 [711] -2014-12-15 17:24:43 queue INFO 3 [2] -2014-12-15 17:24:43 queue INFO >3 [3] -2014-12-15 17:24:44 sendUrl INFO 7 [712] -2014-12-15 17:24:44 sendUrl INFO 3 [713] -2014-12-15 17:24:44 queue INFO 7 [4] -2014-12-15 17:24:44 queue INFO >7 [5] -2014-12-15 17:24:45 sendUrl INFO 3 [714] -2014-12-15 17:24:45 queue INFO 3 [6] -2014-12-15 17:24:45 sendUrl INFO 7 [715] -2014-12-15 17:24:45 queue INFO >3 [7] -2014-12-15 17:24:46 sendUrl INFO 7 [716] -2014-12-15 17:24:46 sendUrl INFO 3 [717] -2014-12-15 17:24:46 queue INFO 7 [8] -2014-12-15 17:24:46 queue INFO >7 [9] -2014-12-15 17:24:47 sendUrl INFO 3 [718] -2014-12-15 17:24:47 queue INFO 3 [10] -2014-12-15 17:24:47 queue INFO >3 [11] -2014-12-15 17:24:47 sendUrl INFO 7 [719] -2014-12-15 17:24:48 sendUrl INFO 7 [720] -2014-12-15 17:24:48 queue INFO 7 [12] -2014-12-15 17:24:48 queue INFO >7 [13] -2014-12-15 17:24:48 sendUrl INFO 3 [721] -2014-12-15 17:24:49 queue INFO 3 [14] -2014-12-15 17:24:49 sendUrl INFO 3 [722] -2014-12-15 17:24:49 queue INFO >3 [15] -2014-12-15 17:24:49 sendUrl INFO 7 [723] -2014-12-15 17:24:50 sendUrl INFO 7 [724] -2014-12-15 17:24:50 queue INFO 7 [16] -2014-12-15 17:24:50 queue INFO >7 [17] -2014-12-15 17:24:50 sendUrl INFO 3 [725] -2014-12-15 17:24:51 queue INFO 3 [18] -2014-12-15 17:24:51 sendUrl INFO 3 [726] -2014-12-15 17:24:51 queue INFO >3 [19] -2014-12-15 17:24:51 sendUrl INFO 7 [727] -2014-12-15 17:24:52 sendUrl INFO 7 [728] -2014-12-15 17:24:52 queue INFO 7 [20] -2014-12-15 17:24:52 queue INFO >7 [21] -2014-12-15 17:24:52 sendUrl INFO 3 [729] -2014-12-15 17:24:53 queue INFO 3 [22] -2014-12-15 17:24:53 sendUrl INFO 3 [730] -2014-12-15 17:24:53 queue INFO >3 [23] -2014-12-15 17:24:53 sendUrl INFO 7 [731] -2014-12-15 17:24:54 sendUrl INFO 7 [732] -2014-12-15 17:24:54 queue INFO 7 [24] -2014-12-15 17:24:54 queue INFO >7 [25] -2014-12-15 17:24:54 sendUrl INFO 3 [733] -2014-12-15 17:24:55 queue INFO 3 [26] -2014-12-15 17:24:55 sendUrl INFO 3 [734] -2014-12-15 17:24:55 queue INFO >3 [27] -2014-12-15 17:24:55 sendUrl INFO 7 [735] -2014-12-15 17:24:56 sendUrl INFO 7 [736] -2014-12-15 17:24:56 queue INFO 7 [28] -2014-12-15 17:24:56 queue INFO >7 [29] -2014-12-15 17:24:56 sendUrl INFO 3 [737] -2014-12-15 17:24:56 queue INFO 3 [30] -2014-12-15 17:24:57 queue INFO >3 [31] -2014-12-15 17:24:57 sendUrl INFO 3 [738] -2014-12-15 17:24:57 sendUrl INFO 7 [739] -2014-12-15 17:24:58 queue INFO 7 [32] -2014-12-15 17:24:58 sendUrl INFO 7 [740] -2014-12-15 17:24:58 queue INFO >7 [33] -2014-12-15 17:24:58 sendUrl INFO 3 [741] -2014-12-15 17:24:58 queue INFO 3 [34] -2014-12-15 17:24:59 queue INFO >3 [35] -2014-12-15 17:24:59 sendUrl INFO 3 [742] -2014-12-15 17:24:59 sendUrl INFO 7 [743] -2014-12-15 17:24:59 queue INFO 7 [36] -2014-12-15 17:25:00 queue INFO >7 [37] -2014-12-15 17:25:00 sendUrl INFO 7 [744] -2014-12-15 17:25:00 sendUrl INFO 3 [745] -2014-12-15 17:25:00 queue INFO 3 [38] -2014-12-15 17:25:01 queue INFO >3 [39] -2014-12-15 17:25:01 sendUrl INFO 3 [746] -2014-12-15 17:25:01 sendUrl INFO 7 [747] -2014-12-15 17:25:01 queue INFO 7 [40] -2014-12-15 17:25:02 queue INFO >7 [41] -2014-12-15 17:25:02 sendUrl INFO 3 [748] -2014-12-15 17:25:02 queue INFO 3 [42] -2014-12-15 17:25:02 sendUrl INFO 3 [749] -2014-12-15 17:25:02 queue INFO >3 [43] -2014-12-15 17:25:03 sendUrl INFO 7 [750] -2014-12-15 17:25:03 queue INFO 7 [44] -2014-12-15 17:25:03 sendUrl INFO 7 [751] -2014-12-15 17:25:03 queue INFO >7 [45] -2014-12-15 17:25:04 sendUrl INFO 3 [752] -2014-12-15 17:25:04 queue INFO 3 [46] -2014-12-15 17:25:04 queue INFO >3 [47] -2014-12-15 17:25:04 sendUrl INFO 3 [753] -2014-12-15 17:25:05 sendUrl INFO 7 [754] -2014-12-15 17:25:05 queue INFO 7 [48] -2014-12-15 17:25:05 queue INFO >7 [49] -2014-12-15 17:25:05 sendUrl INFO 7 [755] -2014-12-15 17:25:06 queue INFO 3 [50] -2014-12-15 17:25:06 sendUrl INFO 3 [756] -2014-12-15 17:25:06 queue INFO >3 [51] -2014-12-15 17:25:06 sendUrl INFO 3 [757] -2014-12-15 17:25:07 sendUrl INFO 7 [758] -2014-12-15 17:25:07 queue INFO 7 [52] -2014-12-15 17:25:07 queue INFO >7 [53] -2014-12-15 17:25:07 sendUrl INFO 7 [759] -2014-12-15 17:25:08 queue INFO 3 [54] -2014-12-15 17:25:08 queue INFO >3 [55] -2014-12-15 17:25:08 sendUrl INFO 3 [760] -2014-12-15 17:25:08 sendUrl INFO 3 [761] -2014-12-15 17:25:09 queue INFO 7 [56] -2014-12-15 17:25:09 sendUrl INFO 7 [762] -2014-12-15 17:25:09 queue INFO >7 [57] -2014-12-15 17:25:09 queue INFO 3 [58] -2014-12-15 17:25:09 sendUrl INFO 7 [763] -2014-12-15 17:25:10 queue INFO >3 [59] -2014-12-15 17:25:10 sendUrl INFO 3 [764] -2014-12-15 17:25:10 queue INFO 7 [60] -2014-12-15 17:25:10 sendUrl INFO 3 [765] -2014-12-15 17:25:11 queue INFO >7 [61] -2014-12-15 17:25:11 sendUrl INFO 7 [766] -2014-12-15 17:25:11 queue INFO 3 [62] -2014-12-15 17:25:11 queue INFO >3 [63] -2014-12-15 17:25:11 sendUrl INFO 7 [767] -2014-12-15 17:25:12 sendUrl INFO 3 [768] -2014-12-15 17:25:12 queue INFO 7 [64] -2014-12-15 17:25:12 queue INFO >7 [65] -2014-12-15 17:25:12 sendUrl INFO 3 [769] -2014-12-15 17:25:13 sendUrl INFO 7 [770] -2014-12-15 17:25:13 queue INFO 3 [66] -2014-12-15 17:25:13 queue INFO >3 [67] -2014-12-15 17:25:13 sendUrl INFO 7 [771] -2014-12-15 17:25:14 sendUrl INFO 3 [772] -2014-12-15 17:25:14 queue INFO 7 [68] -2014-12-15 17:25:14 queue INFO >7 [69] -2014-12-15 17:25:14 sendUrl INFO 7 [773] -2014-12-15 17:25:15 queue INFO 3 [70] -2014-12-15 17:25:15 sendUrl INFO 7 [774] -2014-12-15 17:25:15 queue INFO >3 [71] -2014-12-15 17:25:15 sendUrl INFO 3 [775] -2014-12-15 17:25:16 queue INFO 7 [72] -2014-12-15 17:25:16 sendUrl INFO 3 [776] -2014-12-15 17:25:16 queue INFO >7 [73] -2014-12-15 17:25:16 sendUrl INFO 7 [777] -2014-12-15 17:25:17 queue INFO 3 [74] -2014-12-15 17:25:17 queue INFO >3 [75] -2014-12-15 17:25:17 sendUrl INFO 7 [778] -2014-12-15 17:25:17 sendUrl INFO 3 [779] -2014-12-15 17:25:18 queue INFO 7 [76] -2014-12-15 17:25:18 queue INFO >7 [77] -2014-12-15 17:25:18 sendUrl INFO 3 [780] -2014-12-15 17:25:18 queue INFO 3 [78] -2014-12-15 17:25:18 sendUrl INFO 7 [781] -2014-12-15 17:25:19 queue INFO >3 [79] -2014-12-15 17:25:19 sendUrl INFO 7 [782] -2014-12-15 17:25:19 queue INFO 7 [80] -2014-12-15 17:25:19 sendUrl INFO 3 [783] -2014-12-15 17:25:20 queue INFO >7 [81] -2014-12-15 17:25:20 queue INFO 3 [82] -2014-12-15 17:25:20 sendUrl INFO 3 [784] -2014-12-15 17:25:20 queue INFO >3 [83] -2014-12-15 17:25:20 sendUrl INFO 7 [785] -2014-12-15 17:25:21 queue INFO 7 [84] -2014-12-15 17:25:21 sendUrl INFO 7 [786] -2014-12-15 17:25:21 queue INFO >7 [85] -2014-12-15 17:25:22 sendUrl INFO 3 [787] -2014-12-15 17:25:22 queue INFO 3 [86] -2014-12-15 17:25:22 queue INFO >3 [87] -2014-12-15 17:25:22 sendUrl INFO 3 [788] -2014-12-15 17:25:23 sendUrl INFO 7 [789] -2014-12-15 17:25:23 queue INFO 7 [88] -2014-12-15 17:25:23 queue INFO >7 [89] -2014-12-15 17:25:23 sendUrl INFO 7 [790] -2014-12-15 17:25:23 queue INFO 3 [90] -2014-12-15 17:25:24 sendUrl INFO 3 [791] -2014-12-15 17:25:24 queue INFO >3 [91] -2014-12-15 17:25:24 sendUrl INFO 3 [792] -2014-12-15 17:25:24 queue INFO 7 [92] -2014-12-15 17:25:25 sendUrl INFO 7 [793] -2014-12-15 17:25:25 queue INFO >7 [93] -2014-12-15 17:25:25 sendUrl INFO 7 [794] -2014-12-15 17:25:25 queue INFO 3 [94] -2014-12-15 17:25:25 queue INFO >3 [95] -2014-12-15 17:25:26 sendUrl INFO 3 [795] -2014-12-15 17:25:26 sendUrl INFO 3 [796] -2014-12-15 17:25:26 queue INFO 7 [96] -2014-12-15 17:25:27 queue INFO >7 [97] -2014-12-15 17:25:27 sendUrl INFO 7 [797] -2014-12-15 17:25:27 queue INFO 3 [98] -2014-12-15 17:25:27 sendUrl INFO 7 [798] -2014-12-15 17:25:27 queue INFO >3 [99] -2014-12-15 17:25:28 sendUrl INFO 3 [799] -2014-12-15 17:25:28 queue INFO 7 [100] -2014-12-15 17:25:28 sendUrl INFO 3 [800] -2014-12-15 17:25:28 queue INFO >7 [101] -2014-12-15 17:25:29 sendUrl INFO 7 [801] -2014-12-15 17:25:29 queue INFO 3 [102] -2014-12-15 17:25:29 queue INFO >3 [103] -2014-12-15 17:25:29 sendUrl INFO 7 [802] -2014-12-15 17:25:30 sendUrl INFO 3 [803] -2014-12-15 17:25:30 queue INFO 7 [104] -2014-12-15 17:25:30 queue INFO >7 [105] -2014-12-15 17:25:30 sendUrl INFO 3 [804] -2014-12-15 17:25:31 queue INFO 3 [106] -2014-12-15 17:25:31 sendUrl INFO 7 [805] -2014-12-15 17:25:31 queue INFO >3 [107] -2014-12-15 17:25:31 sendUrl INFO 7 [806] -2014-12-15 17:25:31 queue INFO 7 [108] -2014-12-15 17:25:32 queue INFO >7 [109] -2014-12-15 17:25:32 sendUrl INFO 3 [807] -2014-12-15 17:25:32 sendUrl INFO 3 [808] -2014-12-15 17:25:32 queue INFO 3 [110] -2014-12-15 17:25:32 queue INFO >3 [111] -2014-12-15 17:25:33 sendUrl INFO 7 [809] -2014-12-15 17:25:33 sendUrl INFO 7 [810] -2014-12-15 17:25:33 queue INFO 7 [112] -2014-12-15 17:25:34 queue INFO >7 [113] -2014-12-15 17:25:34 sendUrl INFO 3 [811] -2014-12-15 17:25:34 queue INFO 3 [114] -2014-12-15 17:25:34 sendUrl INFO 3 [812] -2014-12-15 17:25:34 queue INFO >3 [115] -2014-12-15 17:25:35 sendUrl INFO 7 [813] -2014-12-15 17:25:35 sendUrl INFO 7 [814] -2014-12-15 17:25:35 queue INFO 7 [116] -2014-12-15 17:25:35 queue INFO >7 [117] -2014-12-15 17:25:36 sendUrl INFO 3 [815] -2014-12-15 17:25:36 queue INFO 3 [118] -2014-12-15 17:25:36 queue INFO >3 [119] -2014-12-15 17:25:36 sendUrl INFO 3 [816] -2014-12-15 17:25:37 sendUrl INFO 7 [817] -2014-12-15 17:25:37 queue INFO 7 [120] -2014-12-15 17:25:37 queue INFO >7 [121] -2014-12-15 17:25:37 sendUrl INFO 7 [818] -2014-12-15 17:25:38 queue INFO 3 [122] -2014-12-15 17:25:38 sendUrl INFO 3 [819] -2014-12-15 17:25:38 queue INFO >3 [123] -2014-12-15 17:25:38 sendUrl INFO 3 [820] -2014-12-15 17:25:38 queue INFO 7 [124] -2014-12-15 17:25:39 queue INFO >7 [125] -2014-12-15 17:25:39 sendUrl INFO 7 [821] -2014-12-15 17:25:39 queue INFO 3 [126] -2014-12-15 17:25:39 sendUrl INFO 7 [822] -2014-12-15 17:25:39 queue INFO >3 [127] -2014-12-15 17:25:40 sendUrl INFO 3 [823] -2014-12-15 17:25:40 sendUrl INFO 3 [824] -2014-12-15 17:25:40 queue INFO 7 [128] -2014-12-15 17:25:40 queue INFO >7 [129] -2014-12-15 17:25:41 sendUrl INFO 7 [825] -2014-12-15 17:25:41 queue INFO 3 [130] -2014-12-15 17:25:41 queue INFO >3 [131] -2014-12-15 17:25:41 sendUrl INFO 7 [826] -2014-12-15 17:25:42 sendUrl INFO 3 [827] -2014-12-15 17:25:42 queue INFO 7 [132] -2014-12-15 17:25:42 queue INFO >7 [133] -2014-12-15 17:25:42 sendUrl INFO 3 [828] -2014-12-15 17:25:43 queue INFO 3 [134] -2014-12-15 17:25:43 sendUrl INFO 7 [829] -2014-12-15 17:25:43 queue INFO >3 [135] -2014-12-15 17:25:43 sendUrl INFO 7 [830] -2014-12-15 17:25:44 queue INFO 7 [136] -2014-12-15 17:25:44 sendUrl INFO 3 [831] -2014-12-15 17:25:44 queue INFO >7 [137] -2014-12-15 17:25:44 sendUrl INFO 3 [832] -2014-12-15 17:25:44 queue INFO 3 [138] -2014-12-15 17:25:45 queue INFO >3 [139] -2014-12-15 17:25:45 sendUrl INFO 7 [833] -2014-12-15 17:25:45 sendUrl INFO 7 [834] -2014-12-15 17:25:46 queue INFO 7 [140] -2014-12-15 17:25:46 queue INFO >7 [141] -2014-12-15 17:25:46 sendUrl INFO 3 [835] -2014-12-15 17:25:46 queue INFO 3 [142] -2014-12-15 17:25:46 sendUrl INFO 3 [836] -2014-12-15 17:25:46 queue INFO >3 [143] -2014-12-15 17:25:47 sendUrl INFO 7 [837] -2014-12-15 17:25:47 queue INFO 7 [144] -2014-12-15 17:25:47 sendUrl INFO 7 [838] -2014-12-15 17:25:47 queue INFO >7 [145] -2014-12-15 17:25:48 sendUrl INFO 3 [839] -2014-12-15 17:25:48 queue INFO 3 [146] -2014-12-15 17:25:48 queue INFO >3 [147] -2014-12-15 17:25:48 sendUrl INFO 3 [840] -2014-12-15 17:25:49 sendUrl INFO 7 [841] -2014-12-15 17:25:49 queue INFO 7 [148] -2014-12-15 17:25:49 queue INFO >7 [149] -2014-12-15 17:25:49 sendUrl INFO 7 [842] -2014-12-15 17:25:50 queue INFO 3 [150] -2014-12-15 17:25:50 sendUrl INFO 3 [843] -2014-12-15 17:25:50 queue INFO >3 [151] -2014-12-15 17:25:50 sendUrl INFO 3 [844] -2014-12-15 17:25:51 queue INFO 7 [152] -2014-12-15 17:25:51 sendUrl INFO 7 [845] -2014-12-15 17:25:51 queue INFO >7 [153] -2014-12-15 17:25:51 sendUrl INFO 7 [846] -2014-12-15 17:25:52 queue INFO 3 [154] -2014-12-15 17:25:52 queue INFO >3 [155] -2014-12-15 17:25:52 sendUrl INFO 3 [847] -2014-12-15 17:25:52 sendUrl INFO 3 [848] -2014-12-15 17:25:53 queue INFO 7 [156] -2014-12-15 17:25:53 queue INFO >7 [157] -2014-12-15 17:25:53 sendUrl INFO 7 [849] -2014-12-15 17:25:53 queue INFO 3 [158] -2014-12-15 17:25:53 queue INFO >3 [159] -2014-12-15 17:25:53 sendUrl INFO 7 [850] -2014-12-15 17:25:54 queue INFO 7 [160] -2014-12-15 17:25:54 sendUrl INFO 3 [851] -2014-12-15 17:25:54 queue INFO >7 [161] -2014-12-15 17:25:54 sendUrl INFO 3 [852] -2014-12-15 17:25:55 queue INFO 3 [162] -2014-12-15 17:25:55 queue INFO >3 [163] -2014-12-15 17:25:55 sendUrl INFO 7 [853] -2014-12-15 17:25:55 sendUrl INFO 7 [854] -2014-12-15 17:25:56 queue INFO 7 [164] -2014-12-15 17:25:56 sendUrl INFO 3 [855] -2014-12-15 17:25:56 queue INFO >7 [165] -2014-12-15 17:25:56 sendUrl INFO 3 [856] -2014-12-15 17:25:56 queue INFO 3 [166] -2014-12-15 17:25:57 queue INFO >3 [167] -2014-12-15 17:25:57 sendUrl INFO 7 [857] -2014-12-15 17:25:57 sendUrl INFO 7 [858] -2014-12-15 17:25:58 queue INFO 7 [168] -2014-12-15 17:25:58 queue INFO >7 [169] -2014-12-15 17:25:58 sendUrl INFO 3 [859] -2014-12-15 17:25:58 queue INFO 3 [170] -2014-12-15 17:25:58 sendUrl INFO 3 [860] -2014-12-15 17:25:58 queue INFO >3 [171] -2014-12-15 17:25:59 sendUrl INFO 7 [861] -2014-12-15 17:25:59 queue INFO 7 [172] -2014-12-15 17:25:59 sendUrl INFO 7 [862] -2014-12-15 17:25:59 queue INFO >7 [173] -2014-12-15 17:26:00 sendUrl INFO 3 [863] -2014-12-15 17:26:00 queue INFO 3 [174] -2014-12-15 17:26:00 queue INFO >3 [175] -2014-12-15 17:26:00 sendUrl INFO 3 [864] -2014-12-15 17:26:01 sendUrl INFO 7 [865] -2014-12-15 17:26:01 queue INFO 7 [176] -2014-12-15 17:26:01 queue INFO >7 [177] -2014-12-15 17:26:01 sendUrl INFO 7 [866] -2014-12-15 17:26:02 queue INFO 3 [178] -2014-12-15 17:26:02 sendUrl INFO 3 [867] -2014-12-15 17:26:02 queue INFO >3 [179] -2014-12-15 17:26:02 sendUrl INFO 3 [868] -2014-12-15 17:26:03 queue INFO 7 [180] -2014-12-15 17:26:03 sendUrl INFO 7 [869] -2014-12-15 17:26:03 queue INFO >7 [181] -2014-12-15 17:26:03 sendUrl INFO 7 [870] -2014-12-15 17:26:04 queue INFO 3 [182] -2014-12-15 17:26:04 queue INFO >3 [183] -2014-12-15 17:26:04 sendUrl INFO 3 [871] -2014-12-15 17:26:04 sendUrl INFO 3 [872] -2014-12-15 17:26:05 queue INFO 7 [184] -2014-12-15 17:26:05 queue INFO >7 [185] -2014-12-15 17:26:05 sendUrl INFO 7 [873] -2014-12-15 17:26:05 queue INFO 3 [186] -2014-12-15 17:26:05 queue INFO >3 [187] -2014-12-15 17:26:05 sendUrl INFO 7 [874] -2014-12-15 17:26:06 sendUrl INFO 3 [875] -2014-12-15 17:26:06 queue INFO 7 [188] -2014-12-15 17:26:07 sendUrl INFO 3 [876] -2014-12-15 17:26:07 queue INFO >7 [189] -2014-12-15 17:26:07 queue INFO 3 [190] -2014-12-15 17:26:07 sendUrl INFO 7 [877] -2014-12-15 17:26:07 queue INFO >3 [191] -2014-12-15 17:26:08 sendUrl INFO 7 [878] -2014-12-15 17:26:08 queue INFO 7 [192] -2014-12-15 17:26:08 sendUrl INFO 3 [879] -2014-12-15 17:26:08 queue INFO >7 [193] -2014-12-15 17:26:09 sendUrl INFO 3 [880] -2014-12-15 17:26:09 queue INFO 3 [194] -2014-12-15 17:26:09 queue INFO >3 [195] -2014-12-15 17:26:09 sendUrl INFO 7 [881] -2014-12-15 17:26:10 sendUrl INFO 7 [882] -2014-12-15 17:26:10 queue INFO 7 [196] -2014-12-15 17:26:10 queue INFO >7 [197] -2014-12-15 17:26:10 sendUrl INFO 3 [883] -2014-12-15 17:26:10 queue INFO 3 [198] -2014-12-15 17:26:11 sendUrl INFO 3 [884] -2014-12-15 17:26:11 queue INFO >3 [199] -2014-12-15 17:26:11 sendUrl INFO 7 [885] -2014-12-15 17:26:12 sendUrl INFO 7 [886] -2014-12-15 17:26:12 queue INFO 7 [200] -2014-12-15 17:26:12 queue INFO >7 [201] -2014-12-15 17:26:12 sendUrl INFO 3 [887] -2014-12-15 17:26:12 queue INFO 3 [202] -2014-12-15 17:26:13 sendUrl INFO 3 [888] -2014-12-15 17:26:13 queue INFO >3 [203] -2014-12-15 17:26:13 sendUrl INFO 7 [889] -2014-12-15 17:26:14 sendUrl INFO 7 [890] -2014-12-15 17:26:14 queue INFO 7 [204] -2014-12-15 17:26:14 queue INFO >7 [205] -2014-12-15 17:26:14 sendUrl INFO 3 [891] -2014-12-15 17:26:14 queue INFO 3 [206] -2014-12-15 17:26:15 sendUrl INFO 3 [892] -2014-12-15 17:26:15 queue INFO >3 [207] -2014-12-15 17:26:15 sendUrl INFO 7 [893] -2014-12-15 17:26:15 queue INFO 7 [208] -2014-12-15 17:26:16 sendUrl INFO 7 [894] -2014-12-15 17:26:16 queue INFO >7 [209] -2014-12-15 17:26:16 sendUrl INFO 3 [895] -2014-12-15 17:26:16 queue INFO 3 [210] -2014-12-15 17:26:16 queue INFO >3 [211] -2014-12-15 17:26:17 sendUrl INFO 3 [896] -2014-12-15 17:26:17 sendUrl INFO 7 [897] -2014-12-15 17:26:17 queue INFO 7 [212] -2014-12-15 17:26:17 queue INFO >7 [213] -2014-12-15 17:26:18 sendUrl INFO 7 [898] -2014-12-15 17:26:18 sendUrl INFO 3 [899] -2014-12-15 17:26:18 queue INFO 3 [214] -2014-12-15 17:26:19 queue INFO >3 [215] -2014-12-15 17:26:19 sendUrl INFO 3 [900] -2014-12-15 17:26:19 sendUrl INFO 7 [901] -2014-12-15 17:26:19 queue INFO 7 [216] -2014-12-15 17:26:20 queue INFO >7 [217] -2014-12-15 17:26:20 sendUrl INFO 7 [902] -2014-12-15 17:26:20 queue INFO 3 [218] -2014-12-15 17:26:20 sendUrl INFO 3 [903] -2014-12-15 17:26:20 queue INFO >3 [219] -2014-12-15 17:26:21 sendUrl INFO 3 [904] -2014-12-15 17:26:21 sendUrl INFO 7 [905] -2014-12-15 17:26:21 queue INFO 7 [220] -2014-12-15 17:26:22 queue INFO >7 [221] -2014-12-15 17:26:22 sendUrl INFO 7 [906] -2014-12-15 17:26:22 queue INFO 3 [222] -2014-12-15 17:26:22 sendUrl INFO 3 [907] -2014-12-15 17:26:22 queue INFO >3 [223] -2014-12-15 17:26:23 sendUrl INFO 3 [908] -2014-12-15 17:26:23 queue INFO 7 [224] -2014-12-15 17:26:23 sendUrl INFO 7 [909] -2014-12-15 17:26:23 queue INFO >7 [225] -2014-12-15 17:26:24 sendUrl INFO 7 [910] -2014-12-15 17:26:24 queue INFO 3 [226] -2014-12-15 17:26:24 queue INFO >3 [227] -2014-12-15 17:26:24 sendUrl INFO 3 [911] -2014-12-15 17:26:25 sendUrl INFO 3 [912] -2014-12-15 17:26:25 queue INFO 7 [228] -2014-12-15 17:26:25 queue INFO >7 [229] -2014-12-15 17:26:25 sendUrl INFO 7 [913] -2014-12-15 17:26:26 sendUrl INFO 7 [914] -2014-12-15 17:26:26 queue INFO 3 [230] -2014-12-15 17:26:26 queue INFO >3 [231] -2014-12-15 17:26:26 sendUrl INFO 3 [915] -2014-12-15 17:26:27 sendUrl INFO 3 [916] -2014-12-15 17:26:27 queue INFO 7 [232] -2014-12-15 17:26:27 queue INFO >7 [233] -2014-12-15 17:26:27 sendUrl INFO 7 [917] -2014-12-15 17:26:28 queue INFO 3 [234] -2014-12-15 17:26:28 sendUrl INFO 7 [918] -2014-12-15 17:26:28 queue INFO >3 [235] -2014-12-15 17:26:28 sendUrl INFO 3 [919] -2014-12-15 17:26:29 sendUrl INFO 3 [920] -2014-12-15 17:26:29 queue INFO 7 [236] -2014-12-15 17:26:29 queue INFO >7 [237] -2014-12-15 17:26:29 sendUrl INFO 7 [921] -2014-12-15 17:26:30 queue INFO 3 [238] -2014-12-15 17:26:30 sendUrl INFO 7 [922] -2014-12-15 17:26:30 queue INFO >3 [239] -2014-12-15 17:26:30 sendUrl INFO 3 [923] -2014-12-15 17:26:31 sendUrl INFO 3 [924] -2014-12-15 17:26:31 queue INFO 7 [240] -2014-12-15 17:26:31 queue INFO >7 [241] -2014-12-15 17:26:31 sendUrl INFO 7 [925] -2014-12-15 17:26:32 queue INFO 3 [242] -2014-12-15 17:26:32 sendUrl INFO 7 [926] -2014-12-15 17:26:32 queue INFO >3 [243] -2014-12-15 17:26:32 sendUrl INFO 3 [927] -2014-12-15 17:26:33 sendUrl INFO 3 [928] -2014-12-15 17:26:33 queue INFO 7 [244] -2014-12-15 17:26:33 queue INFO >7 [245] -2014-12-15 17:26:33 sendUrl INFO 7 [929] -2014-12-15 17:26:34 queue INFO 3 [246] -2014-12-15 17:26:34 sendUrl INFO 7 [930] -2014-12-15 17:26:34 queue INFO >3 [247] -2014-12-15 17:26:34 sendUrl INFO 3 [931] -2014-12-15 17:26:35 sendUrl INFO 3 [932] -2014-12-15 17:26:35 queue INFO 7 [248] -2014-12-15 17:26:35 queue INFO >7 [249] -2014-12-15 17:26:35 sendUrl INFO 7 [933] -2014-12-15 17:26:36 sendUrl INFO 7 [934] -2014-12-15 17:26:36 queue INFO 3 [250] -2014-12-15 17:26:36 queue INFO >3 [251] -2014-12-15 17:26:36 sendUrl INFO 3 [935] -2014-12-15 17:26:37 sendUrl INFO 3 [936] -2014-12-15 17:26:37 queue INFO 7 [252] -2014-12-15 17:26:37 queue INFO >7 [253] -2014-12-15 17:26:37 sendUrl INFO 7 [937] -2014-12-15 17:26:38 queue INFO 3 [254] -2014-12-15 17:26:38 sendUrl INFO 7 [938] -2014-12-15 17:26:38 queue INFO >3 [255] -2014-12-15 17:26:38 sendUrl INFO 3 [939] -2014-12-15 17:26:39 queue INFO 7 [256] -2014-12-15 17:26:39 sendUrl INFO 3 [940] -2014-12-15 17:26:39 queue INFO >7 [257] -2014-12-15 17:26:39 sendUrl INFO 7 [941] -2014-12-15 17:26:40 queue INFO 3 [258] -2014-12-15 17:26:40 sendUrl INFO 7 [942] -2014-12-15 17:26:40 queue INFO >3 [259] -2014-12-15 17:26:40 sendUrl INFO 3 [943] -2014-12-15 17:26:41 queue INFO 7 [260] -2014-12-15 17:26:41 sendUrl INFO 3 [944] -2014-12-15 17:26:41 queue INFO >7 [261] -2014-12-15 17:26:41 sendUrl INFO 7 [945] -2014-12-15 17:26:42 queue INFO 3 [262] -2014-12-15 17:26:42 sendUrl INFO 7 [946] -2014-12-15 17:26:42 queue INFO >3 [263] -2014-12-15 17:26:42 sendUrl INFO 3 [947] -2014-12-15 17:26:43 queue INFO 7 [264] -2014-12-15 17:26:43 queue INFO >7 [265] -2014-12-15 17:26:43 sendUrl INFO 3 [948] -2014-12-15 17:26:43 queue INFO 3 [266] -2014-12-15 17:26:43 sendUrl INFO 7 [949] -2014-12-15 17:26:44 queue INFO >3 [267] -2014-12-15 17:26:44 sendUrl INFO 7 [950] -2014-12-15 17:26:44 queue INFO 7 [268] -2014-12-15 17:26:44 sendUrl INFO 3 [951] -2014-12-15 17:26:45 queue INFO >7 [269] -2014-12-15 17:26:45 sendUrl INFO 3 [952] -2014-12-15 17:26:45 queue INFO 3 [270] -2014-12-15 17:26:45 queue INFO >3 [271] -2014-12-15 17:26:45 sendUrl INFO 7 [953] -2014-12-15 17:26:46 sendUrl INFO 7 [954] -2014-12-15 17:26:46 queue INFO 7 [272] -2014-12-15 17:26:46 queue INFO >7 [273] -2014-12-15 17:26:46 sendUrl INFO 3 [955] -2014-12-15 17:26:47 queue INFO 3 [274] -2014-12-15 17:26:47 sendUrl INFO 3 [956] -2014-12-15 17:26:47 queue INFO >3 [275] -2014-12-15 17:26:47 sendUrl INFO 7 [957] -2014-12-15 17:26:48 sendUrl INFO 7 [958] -2014-12-15 17:26:48 queue INFO 7 [276] -2014-12-15 17:26:48 queue INFO >7 [277] -2014-12-15 17:26:48 sendUrl INFO 3 [959] -2014-12-15 17:26:49 sendUrl INFO 3 [960] -2014-12-15 17:26:49 queue INFO 3 [278] -2014-12-15 17:26:49 queue INFO >3 [279] -2014-12-15 17:26:49 sendUrl INFO 7 [961] -2014-12-15 17:26:50 sendUrl INFO 7 [962] -2014-12-15 17:26:50 queue INFO 7 [280] -2014-12-15 17:26:50 queue INFO >7 [281] -2014-12-15 17:26:51 sendUrl INFO 3 [963] -2014-12-15 17:26:51 queue INFO 3 [282] -2014-12-15 17:26:51 queue INFO >3 [283] -2014-12-15 17:26:51 sendUrl INFO 3 [964] -2014-12-15 17:26:51 queue INFO 7 [284] -2014-12-15 17:26:52 sendUrl INFO 7 [965] -2014-12-15 17:26:52 queue INFO >7 [285] -2014-12-15 17:26:52 queue INFO 3 [286] -2014-12-15 17:26:52 sendUrl INFO 7 [966] -2014-12-15 17:26:52 queue INFO >3 [287] -2014-12-15 17:26:53 sendUrl INFO 3 [967] -2014-12-15 17:26:53 queue INFO 7 [288] -2014-12-15 17:26:53 sendUrl INFO 3 [968] -2014-12-15 17:26:53 queue INFO >7 [289] -2014-12-15 17:26:54 sendUrl INFO 7 [969] -2014-12-15 17:26:54 queue INFO 3 [290] -2014-12-15 17:26:54 queue INFO >3 [291] -2014-12-15 17:26:54 sendUrl INFO 7 [970] -2014-12-15 17:26:55 sendUrl INFO 3 [971] -2014-12-15 17:26:55 queue INFO 7 [292] -2014-12-15 17:26:55 sendUrl INFO 3 [972] -2014-12-15 17:26:55 queue INFO >7 [293] -2014-12-15 17:26:56 sendUrl INFO 7 [973] -2014-12-15 17:26:56 queue INFO 3 [294] -2014-12-15 17:26:56 queue INFO >3 [295] -2014-12-15 17:26:56 sendUrl INFO 7 [974] -2014-12-15 17:26:57 queue INFO 7 [296] -2014-12-15 17:26:57 sendUrl INFO 3 [975] -2014-12-15 17:26:57 queue INFO >7 [297] -2014-12-15 17:26:57 sendUrl INFO 3 [976] -2014-12-15 17:26:58 queue INFO 3 [298] -2014-12-15 17:26:58 sendUrl INFO 7 [977] -2014-12-15 17:26:58 queue INFO >3 [299] -2014-12-15 17:26:58 sendUrl INFO 7 [978] -2014-12-15 17:26:59 queue INFO 7 [300] -2014-12-15 17:26:59 sendUrl INFO 3 [979] -2014-12-15 17:26:59 queue INFO >7 [301] -2014-12-15 17:26:59 sendUrl INFO 3 [980] -2014-12-15 17:26:59 queue INFO 3 [302] -2014-12-15 17:26:59 queue INFO >3 [303] -2014-12-15 17:27:00 sendUrl INFO 7 [981] -2014-12-15 17:27:00 sendUrl INFO 7 [982] -2014-12-15 17:27:00 queue INFO 7 [304] -2014-12-15 17:27:00 queue INFO >7 [305] -2014-12-15 17:27:01 sendUrl INFO 3 [983] -2014-12-15 17:27:01 queue INFO 3 [306] -2014-12-15 17:27:01 queue INFO >3 [307] -2014-12-15 17:27:01 sendUrl INFO 3 [984] -2014-12-15 17:27:02 sendUrl INFO 7 [985] -2014-12-15 17:27:02 queue INFO 7 [308] -2014-12-15 17:27:02 sendUrl INFO 7 [986] -2014-12-15 17:27:02 queue INFO >7 [309] -2014-12-15 17:27:03 queue INFO 3 [310] -2014-12-15 17:27:03 sendUrl INFO 3 [987] -2014-12-15 17:27:03 queue INFO >3 [311] -2014-12-15 17:27:03 sendUrl INFO 3 [988] -2014-12-15 17:27:04 sendUrl INFO 7 [989] -2014-12-15 17:27:04 queue INFO 7 [312] -2014-12-15 17:27:04 queue INFO >7 [313] -2014-12-15 17:27:04 sendUrl INFO 7 [990] -2014-12-15 17:27:04 queue INFO 3 [314] -2014-12-15 17:27:05 queue INFO >3 [315] -2014-12-15 17:27:05 sendUrl INFO 3 [991] -2014-12-15 17:27:05 sendUrl INFO 3 [992] -2014-12-15 17:27:05 queue INFO 7 [316] -2014-12-15 17:27:06 queue INFO >7 [317] -2014-12-15 17:27:06 sendUrl INFO 7 [993] -2014-12-15 17:27:06 sendUrl INFO 7 [994] -2014-12-15 17:27:06 queue INFO 3 [318] -2014-12-15 17:27:06 queue INFO >3 [319] -2014-12-15 17:27:07 sendUrl INFO 3 [995] -2014-12-15 17:27:07 sendUrl INFO 3 [996] -2014-12-15 17:27:07 queue INFO 7 [320] -2014-12-15 17:27:07 queue INFO >7 [321] -2014-12-15 17:27:08 sendUrl INFO 7 [997] -2014-12-15 17:27:08 queue INFO 3 [322] -2014-12-15 17:27:08 sendUrl INFO 7 [998] -2014-12-15 17:27:08 queue INFO >3 [323] -2014-12-15 17:27:09 sendUrl INFO 3 [999] -2014-12-15 17:27:09 queue INFO 7 [324] -2014-12-15 17:27:09 sendUrl INFO 3 [0] -2014-12-15 17:27:09 queue INFO >7 [325] -2014-12-15 17:27:10 sendUrl INFO 7 [1] -2014-12-15 17:27:10 queue INFO 3 [326] -2014-12-15 17:27:10 queue INFO >3 [327] -2014-12-15 17:27:10 sendUrl INFO 7 [2] -2014-12-15 17:27:11 sendUrl INFO 3 [3] -2014-12-15 17:27:11 queue INFO 7 [328] -2014-12-15 17:27:11 sendUrl INFO 3 [4] -2014-12-15 17:27:11 queue INFO >7 [329] -2014-12-15 17:27:12 sendUrl INFO 7 [5] -2014-12-15 17:27:12 queue INFO 3 [330] -2014-12-15 17:27:12 queue INFO >3 [331] -2014-12-15 17:27:12 sendUrl INFO 7 [6] -2014-12-15 17:27:13 sendUrl INFO 3 [7] -2014-12-15 17:27:13 queue INFO 7 [332] -2014-12-15 17:27:13 queue INFO >7 [333] -2014-12-15 17:27:13 sendUrl INFO 3 [8] -2014-12-15 17:27:14 queue INFO 3 [334] -2014-12-15 17:27:14 queue INFO >3 [335] -2014-12-15 17:27:14 sendUrl INFO 7 [9] -2014-12-15 17:27:14 sendUrl INFO 7 [10] -2014-12-15 17:27:15 queue INFO 7 [336] -2014-12-15 17:27:15 queue INFO >7 [337] -2014-12-15 17:27:15 sendUrl INFO 3 [11] -2014-12-15 17:27:15 queue INFO 3 [338] -2014-12-15 17:27:15 sendUrl INFO 3 [12] -2014-12-15 17:27:15 queue INFO >3 [339] -2014-12-15 17:27:16 sendUrl INFO 7 [13] -2014-12-15 17:27:16 sendUrl INFO 7 [14] -2014-12-15 17:27:16 queue INFO 7 [340] -2014-12-15 17:27:17 queue INFO >7 [341] -2014-12-15 17:27:17 sendUrl INFO 3 [15] -2014-12-15 17:27:17 queue INFO 3 [342] -2014-12-15 17:27:17 sendUrl INFO 3 [16] -2014-12-15 17:27:17 queue INFO >3 [343] -2014-12-15 17:27:18 sendUrl INFO 7 [17] -2014-12-15 17:27:18 queue INFO 7 [344] -2014-12-15 17:27:18 sendUrl INFO 7 [18] -2014-12-15 17:27:18 queue INFO >7 [345] -2014-12-15 17:27:19 sendUrl INFO 3 [19] -2014-12-15 17:27:19 queue INFO 3 [346] -2014-12-15 17:27:19 sendUrl INFO 3 [20] -2014-12-15 17:27:19 queue INFO >3 [347] -2014-12-15 17:27:20 queue INFO 7 [348] -2014-12-15 17:27:20 sendUrl INFO 7 [21] -2014-12-15 17:27:20 queue INFO >7 [349] -2014-12-15 17:27:20 sendUrl INFO 7 [22] -2014-12-15 17:27:20 queue INFO 3 [350] -2014-12-15 17:27:21 queue INFO >3 [351] -2014-12-15 17:27:21 sendUrl INFO 3 [23] -2014-12-15 17:27:21 sendUrl INFO 3 [24] -2014-12-15 17:27:21 queue INFO 7 [352] -2014-12-15 17:27:22 queue INFO >7 [353] -2014-12-15 17:27:22 sendUrl INFO 7 [25] -2014-12-15 17:27:22 queue INFO 3 [354] -2014-12-15 17:27:22 sendUrl INFO 7 [26] -2014-12-15 17:27:22 queue INFO >3 [355] -2014-12-15 17:27:23 sendUrl INFO 3 [27] -2014-12-15 17:27:23 queue INFO 7 [356] -2014-12-15 17:27:23 sendUrl INFO 3 [28] -2014-12-15 17:27:23 queue INFO >7 [357] -2014-12-15 17:27:24 sendUrl INFO 7 [29] -2014-12-15 17:27:24 queue INFO 3 [358] -2014-12-15 17:27:24 queue INFO >3 [359] -2014-12-15 17:27:24 sendUrl INFO 7 [30] -2014-12-15 17:27:25 sendUrl INFO 3 [31] -2014-12-15 17:27:25 queue INFO 7 [360] -2014-12-15 17:27:25 queue INFO >7 [361] -2014-12-15 17:27:25 sendUrl INFO 3 [32] -2014-12-15 17:27:26 queue INFO 3 [362] -2014-12-15 17:27:26 sendUrl INFO 7 [33] -2014-12-15 17:27:26 queue INFO >3 [363] -2014-12-15 17:27:26 sendUrl INFO 7 [34] -2014-12-15 17:27:27 queue INFO 7 [364] -2014-12-15 17:27:27 sendUrl INFO 3 [35] -2014-12-15 17:27:27 queue INFO >7 [365] -2014-12-15 17:27:27 sendUrl INFO 3 [36] -2014-12-15 17:27:28 queue INFO 3 [366] -2014-12-15 17:27:28 queue INFO >3 [367] -2014-12-15 17:27:28 sendUrl INFO 7 [37] -2014-12-15 17:27:28 sendUrl INFO 7 [38] -2014-12-15 17:27:28 queue INFO 7 [368] -2014-12-15 17:27:29 queue INFO >7 [369] -2014-12-15 17:27:29 sendUrl INFO 3 [39] -2014-12-15 17:27:29 queue INFO 3 [370] -2014-12-15 17:27:29 sendUrl INFO 3 [40] -2014-12-15 17:27:29 queue INFO >3 [371] -2014-12-15 17:27:30 sendUrl INFO 7 [41] -2014-12-15 17:27:30 queue INFO 7 [372] -2014-12-15 17:27:30 sendUrl INFO 7 [42] -2014-12-15 17:27:31 queue INFO >7 [373] -2014-12-15 17:27:31 sendUrl INFO 3 [43] -2014-12-15 17:27:31 queue INFO 3 [374] -2014-12-15 17:27:31 queue INFO >3 [375] -2014-12-15 17:27:31 sendUrl INFO 3 [44] -2014-12-15 17:27:32 queue INFO 7 [376] -2014-12-15 17:27:32 sendUrl INFO 7 [45] -2014-12-15 17:27:32 queue INFO >7 [377] -2014-12-15 17:27:32 sendUrl INFO 7 [46] -2014-12-15 17:27:33 queue INFO 3 [378] -2014-12-15 17:27:33 queue INFO >3 [379] -2014-12-15 17:27:33 sendUrl INFO 3 [47] -2014-12-15 17:27:33 queue INFO 7 [380] -2014-12-15 17:27:33 sendUrl INFO 3 [48] -2014-12-15 17:27:34 queue INFO >7 [381] -2014-12-15 17:27:34 sendUrl INFO 7 [49] -2014-12-15 17:27:34 queue INFO 3 [382] -2014-12-15 17:27:34 queue INFO >3 [383] -2014-12-15 17:27:34 sendUrl INFO 7 [50] -2014-12-15 17:27:35 sendUrl INFO 3 [51] -2014-12-15 17:27:35 queue INFO 7 [384] -2014-12-15 17:27:35 queue INFO >7 [385] -2014-12-15 17:27:36 sendUrl INFO 3 [52] -2014-12-15 17:27:36 queue INFO 3 [386] -2014-12-15 17:27:36 sendUrl INFO 7 [53] -2014-12-15 17:27:36 queue INFO >3 [387] -2014-12-15 17:27:37 sendUrl INFO 7 [54] -2014-12-15 17:27:37 sendUrl INFO 3 [55] -2014-12-15 17:27:37 queue INFO 7 [388] -2014-12-15 17:27:37 queue INFO >7 [389] -2014-12-15 17:27:38 sendUrl INFO 3 [56] -2014-12-15 17:27:38 queue INFO 3 [390] -2014-12-15 17:27:38 sendUrl INFO 7 [57] -2014-12-15 17:27:38 queue INFO >3 [391] -2014-12-15 17:27:39 sendUrl INFO 7 [58] -2014-12-15 17:27:39 queue INFO 7 [392] -2014-12-15 17:27:39 queue INFO >7 [393] -2014-12-15 17:27:39 sendUrl INFO 3 [59] -2014-12-15 17:27:39 queue INFO 3 [394] -2014-12-15 17:27:40 sendUrl INFO 3 [60] -2014-12-15 17:27:40 queue INFO >3 [395] -2014-12-15 17:27:40 sendUrl INFO 7 [61] -2014-12-15 17:27:40 queue INFO 7 [396] -2014-12-15 17:27:41 sendUrl INFO 7 [62] -2014-12-15 17:27:41 queue INFO >7 [397] -2014-12-15 17:27:41 sendUrl INFO 3 [63] -2014-12-15 17:27:41 queue INFO 3 [398] -2014-12-15 17:27:41 queue INFO >3 [399] -2014-12-15 17:27:42 sendUrl INFO 3 [64] -2014-12-15 17:27:42 sendUrl INFO 7 [65] -2014-12-15 17:27:42 queue INFO 7 [400] -2014-12-15 17:27:43 sendUrl INFO 7 [66] -2014-12-15 17:27:43 queue INFO >7 [401] -2014-12-15 17:27:43 queue INFO 3 [402] -2014-12-15 17:27:43 sendUrl INFO 3 [67] -2014-12-15 17:27:43 queue INFO >3 [403] -2014-12-15 17:27:44 sendUrl INFO 3 [68] -2014-12-15 17:27:44 queue INFO 7 [404] -2014-12-15 17:27:44 sendUrl INFO 7 [69] -2014-12-15 17:27:44 queue INFO >7 [405] -2014-12-15 17:27:45 sendUrl INFO 7 [70] -2014-12-15 17:27:45 queue INFO 3 [406] -2014-12-15 17:27:45 queue INFO >3 [407] -2014-12-15 17:27:45 sendUrl INFO 3 [71] -2014-12-15 17:27:46 sendUrl INFO 3 [72] -2014-12-15 17:27:46 queue INFO 7 [408] -2014-12-15 17:27:46 queue INFO >7 [409] -2014-12-15 17:27:46 sendUrl INFO 7 [73] -2014-12-15 17:27:47 sendUrl INFO 7 [74] -2014-12-15 17:27:47 queue INFO 3 [410] -2014-12-15 17:27:47 queue INFO >3 [411] -2014-12-15 17:27:47 sendUrl INFO 3 [75] -2014-12-15 17:27:48 sendUrl INFO 3 [76] -2014-12-15 17:27:48 queue INFO 7 [412] -2014-12-15 17:27:48 queue INFO >7 [413] -2014-12-15 17:27:48 sendUrl INFO 7 [77] -2014-12-15 17:27:49 sendUrl INFO 7 [78] -2014-12-15 17:27:49 queue INFO 3 [414] -2014-12-15 17:27:49 queue INFO >3 [415] -2014-12-15 17:27:49 sendUrl INFO 3 [79] -2014-12-15 17:27:50 sendUrl INFO 3 [80] -2014-12-15 17:27:50 queue INFO 7 [416] -2014-12-15 17:27:50 queue INFO >7 [417] -2014-12-15 17:27:50 sendUrl INFO 7 [81] -2014-12-15 17:27:51 queue INFO 3 [418] -2014-12-15 17:27:51 sendUrl INFO 7 [82] -2014-12-15 17:27:51 queue INFO >3 [419] -2014-12-15 17:27:51 sendUrl INFO 3 [83] -2014-12-15 17:27:52 queue INFO 7 [420] -2014-12-15 17:27:52 sendUrl INFO 3 [84] -2014-12-15 17:27:52 queue INFO >7 [421] -2014-12-15 17:27:52 sendUrl INFO 7 [85] -2014-12-15 17:27:52 queue INFO 3 [422] -2014-12-15 17:27:53 queue INFO >3 [423] -2014-12-15 17:27:53 sendUrl INFO 7 [86] -2014-12-15 17:27:53 sendUrl INFO 3 [87] -2014-12-15 17:27:53 queue INFO 7 [424] -2014-12-15 17:27:54 queue INFO >7 [425] -2014-12-15 17:27:54 sendUrl INFO 3 [88] -2014-12-15 17:27:54 queue INFO 3 [426] -2014-12-15 17:27:54 queue INFO >3 [427] -2014-12-15 17:27:54 sendUrl INFO 7 [89] -2014-12-15 17:27:55 sendUrl INFO 7 [90] -2014-12-15 17:27:55 queue INFO 7 [428] -2014-12-15 17:27:55 queue INFO >7 [429] -2014-12-15 17:27:55 sendUrl INFO 3 [91] -2014-12-15 17:27:56 sendUrl INFO 3 [92] -2014-12-15 17:27:56 queue INFO 3 [430] -2014-12-15 17:27:56 queue INFO >3 [431] -2014-12-15 17:27:56 sendUrl INFO 7 [93] -2014-12-15 17:27:57 sendUrl INFO 7 [94] -2014-12-15 17:27:57 queue INFO 7 [432] -2014-12-15 17:27:57 queue INFO >7 [433] -2014-12-15 17:27:57 sendUrl INFO 3 [95] -2014-12-15 17:27:58 queue INFO 3 [434] -2014-12-15 17:27:58 sendUrl INFO 3 [96] -2014-12-15 17:27:58 queue INFO >3 [435] -2014-12-15 17:27:58 sendUrl INFO 7 [97] -2014-12-15 17:27:59 sendUrl INFO 7 [98] -2014-12-15 17:27:59 queue INFO 7 [436] -2014-12-15 17:27:59 queue INFO >7 [437] -2014-12-15 17:27:59 sendUrl INFO 3 [99] -2014-12-15 17:27:59 queue INFO 3 [438] -2014-12-15 17:28:00 queue INFO >3 [439] -2014-12-15 17:28:00 sendUrl INFO 3 [100] -2014-12-15 17:28:00 sendUrl INFO 7 [101] -2014-12-15 17:28:00 queue INFO 7 [440] -2014-12-15 17:28:01 queue INFO >7 [441] -2014-12-15 17:28:01 queue INFO 3 [442] -2014-12-15 17:28:01 sendUrl INFO 7 [102] -2014-12-15 17:28:01 queue INFO >3 [443] -2014-12-15 17:28:01 queue INFO 7 [444] -2014-12-15 17:28:01 sendUrl INFO 3 [103] -2014-12-15 17:28:01 queue INFO >7 [445] -2014-12-15 17:28:02 queue INFO 3 [446] -2014-12-15 17:28:02 sendUrl INFO 3 [104] -2014-12-15 17:28:02 queue INFO >3 [447] -2014-12-15 17:28:02 queue INFO 7 [448] -2014-12-15 17:28:02 queue INFO >7 [449] -2014-12-15 17:28:02 sendUrl INFO 7 [105] -2014-12-15 17:28:02 queue INFO 3 [450] -2014-12-15 17:28:03 queue INFO >3 [451] -2014-12-15 17:28:03 sendUrl INFO 7 [106] -2014-12-15 17:28:03 sendUrl INFO 3 [107] -2014-12-15 17:28:03 queue INFO 7 [452] -2014-12-15 17:28:04 queue INFO >7 [453] -2014-12-15 17:28:04 sendUrl INFO 3 [108] -2014-12-15 17:28:04 queue INFO 3 [454] -2014-12-15 17:28:04 sendUrl INFO 7 [109] -2014-12-15 17:28:05 queue INFO >3 [455] -2014-12-15 17:28:05 sendUrl INFO 7 [110] -2014-12-15 17:28:05 queue INFO 7 [456] -2014-12-15 17:28:05 queue INFO >7 [457] -2014-12-15 17:28:05 sendUrl INFO 3 [111] -2014-12-15 17:28:06 queue INFO 3 [458] -2014-12-15 17:28:06 sendUrl INFO 3 [112] -2014-12-15 17:28:06 queue INFO >3 [459] -2014-12-15 17:28:06 sendUrl INFO 7 [113] -2014-12-15 17:28:07 sendUrl INFO 7 [114] -2014-12-15 17:28:07 queue INFO 7 [460] -2014-12-15 17:28:07 queue INFO >7 [461] -2014-12-15 17:28:07 sendUrl INFO 3 [115] -2014-12-15 17:28:08 queue INFO 3 [462] -2014-12-15 17:28:08 sendUrl INFO 3 [116] -2014-12-15 17:28:08 queue INFO >3 [463] -2014-12-15 17:28:08 sendUrl INFO 7 [117] -2014-12-15 17:28:09 queue INFO 7 [464] -2014-12-15 17:28:09 sendUrl INFO 7 [118] -2014-12-15 17:28:09 queue INFO >7 [465] -2014-12-15 17:28:09 sendUrl INFO 3 [119] -2014-12-15 17:28:10 queue INFO 3 [466] -2014-12-15 17:28:10 queue INFO >3 [467] -2014-12-15 17:28:10 sendUrl INFO 3 [120] -2014-12-15 17:28:10 sendUrl INFO 7 [121] -2014-12-15 17:28:11 queue INFO 7 [468] -2014-12-15 17:28:11 queue INFO >7 [469] -2014-12-15 17:28:11 sendUrl INFO 7 [122] -2014-12-15 17:28:11 queue INFO 3 [470] -2014-12-15 17:28:11 sendUrl INFO 3 [123] -2014-12-15 17:28:12 queue INFO >3 [471] -2014-12-15 17:28:12 sendUrl INFO 3 [124] -2014-12-15 17:28:12 queue INFO 7 [472] -2014-12-15 17:28:12 sendUrl INFO 7 [125] -2014-12-15 17:28:13 queue INFO >7 [473] -2014-12-15 17:28:13 sendUrl INFO 7 [126] -2014-12-15 17:28:13 queue INFO 3 [474] -2014-12-15 17:28:13 queue INFO >3 [475] -2014-12-15 17:28:13 sendUrl INFO 3 [127] -2014-12-15 17:28:14 queue INFO 7 [476] -2014-12-15 17:28:14 sendUrl INFO 3 [128] -2014-12-15 17:28:14 queue INFO >7 [477] -2014-12-15 17:28:14 sendUrl INFO 7 [129] -2014-12-15 17:28:15 queue INFO 3 [478] -2014-12-15 17:28:15 queue INFO >3 [479] -2014-12-15 17:28:15 sendUrl INFO 7 [130] -2014-12-15 17:28:15 sendUrl INFO 3 [131] -2014-12-15 17:28:16 queue INFO 7 [480] -2014-12-15 17:28:16 queue INFO >7 [481] -2014-12-15 17:28:16 sendUrl INFO 3 [132] -2014-12-15 17:28:16 queue INFO 3 [482] -2014-12-15 17:28:16 queue INFO >3 [483] -2014-12-15 17:28:16 sendUrl INFO 7 [133] -2014-12-15 17:28:17 sendUrl INFO 7 [134] -2014-12-15 17:28:17 queue INFO 7 [484] -2014-12-15 17:28:17 sendUrl INFO 3 [135] -2014-12-15 17:28:18 queue INFO >7 [485] -2014-12-15 17:28:18 sendUrl INFO 3 [136] -2014-12-15 17:28:18 queue INFO 3 [486] -2014-12-15 17:28:18 queue INFO >3 [487] -2014-12-15 17:28:18 sendUrl INFO 7 [137] -2014-12-15 17:28:19 sendUrl INFO 7 [138] -2014-12-15 17:28:19 queue INFO 7 [488] -2014-12-15 17:28:19 queue INFO >7 [489] -2014-12-15 17:28:20 sendUrl INFO 3 [139] -2014-12-15 17:28:20 queue INFO 3 [490] -2014-12-15 17:28:20 sendUrl INFO 3 [140] -2014-12-15 17:28:20 queue INFO >3 [491] -2014-12-15 17:28:21 sendUrl INFO 7 [141] -2014-12-15 17:28:21 sendUrl INFO 7 [142] -2014-12-15 17:28:21 queue INFO 7 [492] -2014-12-15 17:28:21 queue INFO >7 [493] -2014-12-15 17:28:22 sendUrl INFO 3 [143] -2014-12-15 17:28:22 queue INFO 3 [494] -2014-12-15 17:28:22 sendUrl INFO 3 [144] -2014-12-15 17:28:22 queue INFO >3 [495] -2014-12-15 17:28:23 sendUrl INFO 7 [145] -2014-12-15 17:28:23 queue INFO 7 [496] -2014-12-15 17:28:23 sendUrl INFO 7 [146] -2014-12-15 17:28:23 queue INFO >7 [497] -2014-12-15 17:28:24 sendUrl INFO 3 [147] -2014-12-15 17:28:24 queue INFO 3 [498] -2014-12-15 17:28:24 queue INFO >3 [499] -2014-12-15 17:28:24 sendUrl INFO 3 [148] -2014-12-15 17:28:25 sendUrl INFO 7 [149] -2014-12-15 17:28:25 queue INFO 7 [500] -2014-12-15 17:28:25 queue INFO >7 [501] -2014-12-15 17:28:25 sendUrl INFO 7 [150] -2014-12-15 17:28:26 queue INFO 3 [502] -2014-12-15 17:28:26 sendUrl INFO 3 [151] -2014-12-15 17:28:26 queue INFO >3 [503] -2014-12-15 17:28:26 sendUrl INFO 3 [152] -2014-12-15 17:28:27 sendUrl INFO 7 [153] -2014-12-15 17:28:27 queue INFO 7 [504] -2014-12-15 17:28:27 queue INFO >7 [505] -2014-12-15 17:28:27 sendUrl INFO 7 [154] -2014-12-15 17:28:28 queue INFO 3 [506] -2014-12-15 17:28:28 sendUrl INFO 3 [155] -2014-12-15 17:28:28 queue INFO >3 [507] -2014-12-15 17:28:28 sendUrl INFO 3 [156] -2014-12-15 17:28:28 queue INFO 7 [508] -2014-12-15 17:28:29 queue INFO >7 [509] -2014-12-15 17:28:29 sendUrl INFO 7 [157] -2014-12-15 17:28:29 queue INFO 3 [510] -2014-12-15 17:28:29 sendUrl INFO 7 [158] -2014-12-15 17:28:29 queue INFO >3 [511] -2014-12-15 17:28:30 sendUrl INFO 3 [159] -2014-12-15 17:28:30 queue INFO 7 [512] -2014-12-15 17:28:30 sendUrl INFO 3 [160] -2014-12-15 17:28:30 queue INFO >7 [513] -2014-12-15 17:28:31 sendUrl INFO 7 [161] -2014-12-15 17:28:31 queue INFO 3 [514] -2014-12-15 17:28:31 queue INFO >3 [515] -2014-12-15 17:28:31 sendUrl INFO 7 [162] -2014-12-15 17:28:32 queue INFO 7 [516] -2014-12-15 17:28:32 sendUrl INFO 3 [163] -2014-12-15 17:28:32 queue INFO >7 [517] -2014-12-15 17:28:32 sendUrl INFO 3 [164] -2014-12-15 17:28:33 queue INFO 3 [518] -2014-12-15 17:28:33 sendUrl INFO 7 [165] -2014-12-15 17:28:33 queue INFO >3 [519] -2014-12-15 17:28:33 sendUrl INFO 7 [166] -2014-12-15 17:28:34 queue INFO 7 [520] -2014-12-15 17:28:34 sendUrl INFO 3 [167] -2014-12-15 17:28:34 queue INFO >7 [521] -2014-12-15 17:28:34 sendUrl INFO 3 [168] -2014-12-15 17:28:34 queue INFO 3 [522] -2014-12-15 17:28:34 queue INFO >3 [523] -2014-12-15 17:28:35 sendUrl INFO 7 [169] -2014-12-15 17:28:35 sendUrl INFO 7 [170] -2014-12-15 17:28:35 queue INFO 7 [524] -2014-12-15 17:28:35 queue INFO >7 [525] -2014-12-15 17:28:36 sendUrl INFO 3 [171] -2014-12-15 17:28:36 queue INFO 3 [526] -2014-12-15 17:28:36 sendUrl INFO 3 [172] -2014-12-15 17:28:36 queue INFO >3 [527] -2014-12-15 17:28:37 sendUrl INFO 7 [173] -2014-12-15 17:28:37 queue INFO 7 [528] -2014-12-15 17:28:37 sendUrl INFO 7 [174] -2014-12-15 17:28:37 queue INFO >7 [529] -2014-12-15 17:28:38 sendUrl INFO 3 [175] -2014-12-15 17:28:38 queue INFO 3 [530] -2014-12-15 17:28:38 queue INFO >3 [531] -2014-12-15 17:28:38 sendUrl INFO 3 [176] -2014-12-15 17:28:39 sendUrl INFO 7 [177] -2014-12-15 17:28:39 queue INFO 7 [532] -2014-12-15 17:28:39 queue INFO >7 [533] -2014-12-15 17:28:39 sendUrl INFO 7 [178] -2014-12-15 17:28:40 queue INFO 3 [534] -2014-12-15 17:28:40 sendUrl INFO 3 [179] -2014-12-15 17:28:40 queue INFO >3 [535] -2014-12-15 17:28:40 sendUrl INFO 3 [180] -2014-12-15 17:28:41 queue INFO 7 [536] -2014-12-15 17:28:41 sendUrl INFO 7 [181] -2014-12-15 17:28:41 queue INFO >7 [537] -2014-12-15 17:28:41 sendUrl INFO 7 [182] -2014-12-15 17:28:42 queue INFO 3 [538] -2014-12-15 17:28:42 queue INFO >3 [539] -2014-12-15 17:28:42 sendUrl INFO 3 [183] -2014-12-15 17:28:42 sendUrl INFO 3 [184] -2014-12-15 17:28:42 queue INFO 7 [540] -2014-12-15 17:28:43 queue INFO >7 [541] -2014-12-15 17:28:43 sendUrl INFO 7 [185] -2014-12-15 17:28:43 queue INFO 3 [542] -2014-12-15 17:28:43 sendUrl INFO 7 [186] -2014-12-15 17:28:43 queue INFO >3 [543] -2014-12-15 17:28:44 sendUrl INFO 3 [187] -2014-12-15 17:28:44 sendUrl INFO 3 [188] -2014-12-15 17:28:44 queue INFO 7 [544] -2014-12-15 17:28:45 queue INFO >7 [545] -2014-12-15 17:28:45 sendUrl INFO 7 [189] -2014-12-15 17:28:45 queue INFO 3 [546] -2014-12-15 17:28:45 queue INFO >3 [547] -2014-12-15 17:28:45 sendUrl INFO 7 [190] -2014-12-15 17:28:46 sendUrl INFO 3 [191] -2014-12-15 17:28:46 queue INFO 7 [548] -2014-12-15 17:28:46 queue INFO >7 [549] -2014-12-15 17:28:46 sendUrl INFO 3 [192] -2014-12-15 17:28:47 queue INFO 3 [550] -2014-12-15 17:28:47 sendUrl INFO 7 [193] -2014-12-15 17:28:47 queue INFO >3 [551] -2014-12-15 17:28:47 sendUrl INFO 7 [194] -2014-12-15 17:28:48 queue INFO 7 [552] -2014-12-15 17:28:48 sendUrl INFO 3 [195] -2014-12-15 17:28:48 queue INFO >7 [553] -2014-12-15 17:28:48 sendUrl INFO 3 [196] -2014-12-15 17:28:49 queue INFO 3 [554] -2014-12-15 17:28:49 queue INFO >3 [555] -2014-12-15 17:28:49 sendUrl INFO 7 [197] -2014-12-15 17:28:49 sendUrl INFO 7 [198] -2014-12-15 17:28:49 queue INFO 7 [556] -2014-12-15 17:28:50 queue INFO >7 [557] -2014-12-15 17:28:50 sendUrl INFO 3 [199] -2014-12-15 17:28:50 queue INFO 3 [558] -2014-12-15 17:28:50 sendUrl INFO 3 [200] -2014-12-15 17:28:50 queue INFO >3 [559] -2014-12-15 17:28:51 sendUrl INFO 7 [201] -2014-12-15 17:28:51 sendUrl INFO 7 [202] -2014-12-15 17:28:51 queue INFO 7 [560] -2014-12-15 17:28:52 queue INFO >7 [561] -2014-12-15 17:28:52 sendUrl INFO 3 [203] -2014-12-15 17:28:52 queue INFO 3 [562] -2014-12-15 17:28:52 sendUrl INFO 3 [204] -2014-12-15 17:28:52 queue INFO >3 [563] -2014-12-15 17:28:53 sendUrl INFO 7 [205] -2014-12-15 17:28:53 sendUrl INFO 7 [206] -2014-12-15 17:28:53 queue INFO 7 [564] -2014-12-15 17:28:54 queue INFO >7 [565] -2014-12-15 17:28:54 sendUrl INFO 3 [207] -2014-12-15 17:28:54 queue INFO 3 [566] -2014-12-15 17:28:54 queue INFO >3 [567] -2014-12-15 17:28:54 sendUrl INFO 3 [208] -2014-12-15 17:28:55 queue INFO 7 [568] -2014-12-15 17:28:55 sendUrl INFO 7 [209] -2014-12-15 17:28:55 queue INFO >7 [569] -2014-12-15 17:28:55 sendUrl INFO 7 [210] -2014-12-15 17:28:56 queue INFO 3 [570] -2014-12-15 17:28:56 queue INFO >3 [571] -2014-12-15 17:28:56 sendUrl INFO 3 [211] -2014-12-15 17:28:56 sendUrl INFO 3 [212] -2014-12-15 17:28:57 queue INFO 7 [572] -2014-12-15 17:28:57 sendUrl INFO 7 [213] -2014-12-15 17:28:57 queue INFO >7 [573] -2014-12-15 17:28:57 sendUrl INFO 7 [214] -2014-12-15 17:28:58 queue INFO 3 [574] -2014-12-15 17:28:58 queue INFO >3 [575] -2014-12-15 17:28:58 sendUrl INFO 3 [215] -2014-12-15 17:28:58 sendUrl INFO 3 [216] -2014-12-15 17:28:59 queue INFO 7 [576] -2014-12-15 17:28:59 queue INFO >7 [577] -2014-12-15 17:28:59 sendUrl INFO 7 [217] -2014-12-15 17:28:59 queue INFO 3 [578] -2014-12-15 17:28:59 queue INFO >3 [579] -2014-12-15 17:28:59 sendUrl INFO 7 [218] -2014-12-15 17:29:00 queue INFO 7 [580] -2014-12-15 17:29:00 queue INFO >7 [581] -2014-12-15 17:29:00 sendUrl INFO 3 [219] -2014-12-15 17:29:00 sendUrl INFO 3 [220] -2014-12-15 17:29:01 queue INFO 3 [582] -2014-12-15 17:29:01 queue INFO >3 [583] -2014-12-15 17:29:01 sendUrl INFO 7 [221] -2014-12-15 17:29:01 sendUrl INFO 7 [222] -2014-12-15 17:29:02 queue INFO 7 [584] -2014-12-15 17:29:02 queue INFO >7 [585] -2014-12-15 17:29:02 sendUrl INFO 3 [223] -2014-12-15 17:29:02 queue INFO 3 [586] -2014-12-15 17:29:02 sendUrl INFO 3 [224] -2014-12-15 17:29:03 queue INFO >3 [587] -2014-12-15 17:29:03 sendUrl INFO 7 [225] -2014-12-15 17:29:03 queue INFO 7 [588] -2014-12-15 17:29:04 sendUrl INFO 7 [226] -2014-12-15 17:29:04 queue INFO >7 [589] -2014-12-15 17:29:04 sendUrl INFO 3 [227] -2014-12-15 17:29:04 queue INFO 3 [590] -2014-12-15 17:29:04 queue INFO >3 [591] -2014-12-15 17:29:05 sendUrl INFO 3 [228] -2014-12-15 17:29:05 sendUrl INFO 7 [229] -2014-12-15 17:29:05 queue INFO 7 [592] -2014-12-15 17:29:06 sendUrl INFO 7 [230] -2014-12-15 17:29:06 queue INFO >7 [593] -2014-12-15 17:29:06 sendUrl INFO 3 [231] -2014-12-15 17:29:06 queue INFO 3 [594] -2014-12-15 17:29:06 queue INFO >3 [595] -2014-12-15 17:29:07 sendUrl INFO 3 [232] -2014-12-15 17:29:07 sendUrl INFO 7 [233] -2014-12-15 17:29:08 sendUrl INFO 7 [234] -2014-12-15 17:29:08 queue INFO 7 [596] -2014-12-15 17:29:08 queue INFO >7 [597] -2014-12-15 17:29:08 sendUrl INFO 3 [235] -2014-12-15 17:29:08 queue INFO 3 [598] -2014-12-15 17:29:09 sendUrl INFO 3 [236] -2014-12-15 17:29:09 queue INFO >3 [599] -2014-12-15 17:29:09 sendUrl INFO 7 [237] -2014-12-15 17:29:10 sendUrl INFO 7 [238] -2014-12-15 17:29:10 queue INFO 7 [600] -2014-12-15 17:29:10 queue INFO >7 [601] -2014-12-15 17:29:10 sendUrl INFO 3 [239] -2014-12-15 17:29:11 sendUrl INFO 3 [240] -2014-12-15 17:29:11 queue INFO 3 [602] -2014-12-15 17:29:11 queue INFO >3 [603] -2014-12-15 17:29:11 sendUrl INFO 7 [241] -2014-12-15 17:29:12 sendUrl INFO 7 [242] -2014-12-15 17:29:12 queue INFO 7 [604] -2014-12-15 17:29:12 queue INFO >7 [605] -2014-12-15 17:29:12 sendUrl INFO 3 [243] -2014-12-15 17:29:13 sendUrl INFO 3 [244] -2014-12-15 17:29:13 queue INFO 3 [606] -2014-12-15 17:29:13 queue INFO >3 [607] -2014-12-15 17:29:13 sendUrl INFO 7 [245] -2014-12-15 17:29:14 sendUrl INFO 7 [246] -2014-12-15 17:29:14 queue INFO 7 [608] -2014-12-15 17:29:14 queue INFO >7 [609] -2014-12-15 17:29:14 sendUrl INFO 3 [247] -2014-12-15 17:29:14 queue INFO 3 [610] -2014-12-15 17:29:15 sendUrl INFO 3 [248] -2014-12-15 17:29:15 queue INFO >3 [611] -2014-12-15 17:29:15 sendUrl INFO 7 [249] -2014-12-15 17:29:16 sendUrl INFO 7 [250] -2014-12-15 17:29:16 queue INFO 7 [612] -2014-12-15 17:29:16 queue INFO >7 [613] -2014-12-15 17:29:16 sendUrl INFO 3 [251] -2014-12-15 17:29:16 queue INFO 3 [614] -2014-12-15 17:29:17 queue INFO >3 [615] -2014-12-15 17:29:17 sendUrl INFO 3 [252] -2014-12-15 17:29:17 sendUrl INFO 7 [253] -2014-12-15 17:29:18 queue INFO 7 [616] -2014-12-15 17:29:18 sendUrl INFO 7 [254] -2014-12-15 17:29:18 queue INFO >7 [617] -2014-12-15 17:29:18 sendUrl INFO 3 [255] -2014-12-15 17:29:18 queue INFO 3 [618] -2014-12-15 17:29:19 queue INFO >3 [619] -2014-12-15 17:29:19 sendUrl INFO 3 [256] -2014-12-15 17:29:19 sendUrl INFO 7 [257] -2014-12-15 17:29:19 queue INFO 7 [620] -2014-12-15 17:29:20 queue INFO >7 [621] -2014-12-15 17:29:20 sendUrl INFO 7 [258] -2014-12-15 17:29:20 queue INFO 3 [622] -2014-12-15 17:29:20 queue INFO >3 [623] -2014-12-15 17:29:20 sendUrl INFO 3 [259] -2014-12-15 17:29:21 sendUrl INFO 3 [260] -2014-12-15 17:29:21 queue INFO 7 [624] -2014-12-15 17:29:21 sendUrl INFO 7 [261] -2014-12-15 17:29:21 queue INFO >7 [625] -2014-12-15 17:29:22 sendUrl INFO 7 [262] -2014-12-15 17:29:22 queue INFO 3 [626] -2014-12-15 17:29:22 queue INFO >3 [627] -2014-12-15 17:29:22 sendUrl INFO 3 [263] -2014-12-15 17:29:23 sendUrl INFO 3 [264] -2014-12-15 17:29:23 queue INFO 7 [628] -2014-12-15 17:29:23 queue INFO >7 [629] -2014-12-15 17:29:23 sendUrl INFO 7 [265] -2014-12-15 17:29:24 sendUrl INFO 7 [266] -2014-12-15 17:29:24 queue INFO 3 [630] -2014-12-15 17:29:24 queue INFO >3 [631] -2014-12-15 17:29:24 sendUrl INFO 3 [267] -2014-12-15 17:29:25 sendUrl INFO 3 [268] -2014-12-15 17:29:25 queue INFO 7 [632] -2014-12-15 17:29:25 queue INFO >7 [633] -2014-12-15 17:29:25 queue INFO 3 [634] -2014-12-15 17:29:25 sendUrl INFO 7 [269] -2014-12-15 17:29:25 queue INFO >3 [635] -2014-12-15 17:29:26 sendUrl INFO 7 [270] -2014-12-15 17:29:26 queue INFO 7 [636] -2014-12-15 17:29:26 queue INFO >7 [637] -2014-12-15 17:29:26 sendUrl INFO 3 [271] -2014-12-15 17:29:27 queue INFO 3 [638] -2014-12-15 17:29:27 sendUrl INFO 3 [272] -2014-12-15 17:29:27 queue INFO >3 [639] -2014-12-15 17:29:27 sendUrl INFO 7 [273] -2014-12-15 17:29:28 sendUrl INFO 7 [274] -2014-12-15 17:29:28 queue INFO 7 [640] -2014-12-15 17:29:28 queue INFO >7 [641] -2014-12-15 17:29:28 sendUrl INFO 3 [275] -2014-12-15 17:29:28 queue INFO 3 [642] -2014-12-15 17:29:29 queue INFO >3 [643] -2014-12-15 17:29:29 sendUrl INFO 3 [276] -2014-12-15 17:29:29 sendUrl INFO 7 [277] -2014-12-15 17:29:30 queue INFO 7 [644] -2014-12-15 17:29:30 sendUrl INFO 7 [278] -2014-12-15 17:29:30 queue INFO >7 [645] -2014-12-15 17:29:30 sendUrl INFO 3 [279] -2014-12-15 17:29:30 queue INFO 3 [646] -2014-12-15 17:29:31 queue INFO >3 [647] -2014-12-15 17:29:31 sendUrl INFO 3 [280] -2014-12-15 17:29:31 sendUrl INFO 7 [281] -2014-12-15 17:29:32 queue INFO 7 [648] -2014-12-15 17:29:32 sendUrl INFO 7 [282] -2014-12-15 17:29:32 queue INFO >7 [649] -2014-12-15 17:29:32 sendUrl INFO 3 [283] -2014-12-15 17:29:32 queue INFO 3 [650] -2014-12-15 17:29:33 queue INFO >3 [651] -2014-12-15 17:29:33 sendUrl INFO 3 [284] -2014-12-15 17:29:33 sendUrl INFO 7 [285] -2014-12-15 17:29:33 queue INFO 7 [652] -2014-12-15 17:29:34 queue INFO >7 [653] -2014-12-15 17:29:34 sendUrl INFO 7 [286] -2014-12-15 17:29:34 queue INFO 3 [654] -2014-12-15 17:29:34 queue INFO >3 [655] -2014-12-15 17:29:34 sendUrl INFO 3 [287] -2014-12-15 17:29:35 sendUrl INFO 3 [288] -2014-12-15 17:29:35 queue INFO 7 [656] -2014-12-15 17:29:35 sendUrl INFO 7 [289] -2014-12-15 17:29:36 queue INFO >7 [657] -2014-12-15 17:29:36 sendUrl INFO 7 [290] -2014-12-15 17:29:36 queue INFO 3 [658] -2014-12-15 17:29:36 queue INFO >3 [659] -2014-12-15 17:29:36 sendUrl INFO 3 [291] -2014-12-15 17:29:37 queue INFO 7 [660] -2014-12-15 17:29:37 sendUrl INFO 3 [292] -2014-12-15 17:29:37 queue INFO >7 [661] -2014-12-15 17:29:37 sendUrl INFO 7 [293] -2014-12-15 17:29:38 queue INFO 3 [662] -2014-12-15 17:29:38 queue INFO >3 [663] -2014-12-15 17:29:38 sendUrl INFO 7 [294] -2014-12-15 17:29:38 sendUrl INFO 3 [295] -2014-12-15 17:29:39 queue INFO 7 [664] -2014-12-15 17:29:39 queue INFO >7 [665] -2014-12-15 17:29:39 sendUrl INFO 3 [296] -2014-12-15 17:29:39 queue INFO 3 [666] -2014-12-15 17:29:39 sendUrl INFO 7 [297] -2014-12-15 17:29:40 queue INFO >3 [667] -2014-12-15 17:29:40 sendUrl INFO 7 [298] -2014-12-15 17:29:40 queue INFO 7 [668] -2014-12-15 17:29:40 sendUrl INFO 3 [299] -2014-12-15 17:29:41 queue INFO >7 [669] -2014-12-15 17:29:41 sendUrl INFO 3 [300] -2014-12-15 17:29:41 queue INFO 3 [670] -2014-12-15 17:29:41 queue INFO >3 [671] -2014-12-15 17:29:41 sendUrl INFO 7 [301] -2014-12-15 17:29:42 queue INFO 7 [672] -2014-12-15 17:29:42 sendUrl INFO 7 [302] -2014-12-15 17:29:42 queue INFO >7 [673] -2014-12-15 17:29:42 sendUrl INFO 3 [303] -2014-12-15 17:29:43 queue INFO 3 [674] -2014-12-15 17:29:43 queue INFO >3 [675] -2014-12-15 17:29:43 sendUrl INFO 3 [304] -2014-12-15 17:29:43 sendUrl INFO 7 [305] -2014-12-15 17:29:44 queue INFO 7 [676] -2014-12-15 17:29:44 queue INFO >7 [677] -2014-12-15 17:29:44 sendUrl INFO 7 [306] -2014-12-15 17:29:44 queue INFO 3 [678] -2014-12-15 17:29:44 sendUrl INFO 3 [307] -2014-12-15 17:29:45 queue INFO >3 [679] -2014-12-15 17:29:45 sendUrl INFO 3 [308] -2014-12-15 17:29:45 queue INFO 7 [680] -2014-12-15 17:29:45 queue INFO >7 [681] -2014-12-15 17:29:45 sendUrl INFO 7 [309] -2014-12-15 17:29:46 queue INFO 3 [682] -2014-12-15 17:29:46 sendUrl INFO 7 [310] -2014-12-15 17:29:46 queue INFO >3 [683] -2014-12-15 17:29:47 sendUrl INFO 3 [311] -2014-12-15 17:29:47 queue INFO 7 [684] -2014-12-15 17:29:47 sendUrl INFO 3 [312] -2014-12-15 17:29:47 queue INFO >7 [685] -2014-12-15 17:29:48 sendUrl INFO 7 [313] -2014-12-15 17:29:48 queue INFO 3 [686] -2014-12-15 17:29:48 queue INFO >3 [687] -2014-12-15 17:29:48 sendUrl INFO 7 [314] -2014-12-15 17:29:48 queue INFO 7 [688] -2014-12-15 17:29:49 sendUrl INFO 3 [315] -2014-12-15 17:29:49 queue INFO >7 [689] -2014-12-15 17:29:49 sendUrl INFO 3 [316] -2014-12-15 17:29:49 queue INFO 3 [690] -2014-12-15 17:29:49 queue INFO >3 [691] -2014-12-15 17:29:50 sendUrl INFO 7 [317] -2014-12-15 17:29:50 sendUrl INFO 7 [318] -2014-12-15 17:29:50 queue INFO 7 [692] -2014-12-15 17:29:50 queue INFO >7 [693] -2014-12-15 17:29:51 sendUrl INFO 3 [319] -2014-12-15 17:29:51 queue INFO 3 [694] -2014-12-15 17:29:51 sendUrl INFO 3 [320] -2014-12-15 17:29:51 queue INFO >3 [695] -2014-12-15 17:29:52 sendUrl INFO 7 [321] -2014-12-15 17:29:52 sendUrl INFO 7 [322] -2014-12-15 17:29:52 queue INFO 7 [696] -2014-12-15 17:29:52 queue INFO >7 [697] -2014-12-15 17:29:53 sendUrl INFO 3 [323] -2014-12-15 17:29:53 queue INFO 3 [698] -2014-12-15 17:29:53 sendUrl INFO 3 [324] -2014-12-15 17:29:53 queue INFO >3 [699] -2014-12-15 17:29:54 sendUrl INFO 7 [325] -2014-12-15 17:29:54 queue INFO 7 [700] -2014-12-15 17:29:54 sendUrl INFO 7 [326] -2014-12-15 17:29:54 queue INFO >7 [701] -2014-12-15 17:29:55 queue INFO 3 [702] -2014-12-15 17:29:55 sendUrl INFO 3 [327] -2014-12-15 17:29:55 queue INFO >3 [703] -2014-12-15 17:29:55 sendUrl INFO 3 [328] -2014-12-15 17:29:56 queue INFO 7 [704] -2014-12-15 17:29:56 sendUrl INFO 7 [329] -2014-12-15 17:29:56 queue INFO >7 [705] -2014-12-15 17:29:56 sendUrl INFO 7 [330] -2014-12-15 17:29:57 queue INFO 3 [706] -2014-12-15 17:29:57 sendUrl INFO 3 [331] -2014-12-15 17:29:57 queue INFO >3 [707] -2014-12-15 17:29:57 sendUrl INFO 3 [332] -2014-12-15 17:29:57 queue INFO 7 [708] -2014-12-15 17:29:58 queue INFO >7 [709] -2014-12-15 17:29:58 sendUrl INFO 7 [333] -2014-12-15 17:29:58 queue INFO 3 [710] -2014-12-15 17:29:58 sendUrl INFO 7 [334] -2014-12-15 17:29:58 queue INFO >3 [711] -2014-12-15 17:29:59 sendUrl INFO 3 [335] -2014-12-15 17:29:59 sendUrl INFO 3 [336] -2014-12-15 17:29:59 queue INFO 7 [712] -2014-12-15 17:29:59 queue INFO >7 [713] -2014-12-15 17:30:00 sendUrl INFO 7 [337] -2014-12-15 17:30:00 queue INFO 3 [714] -2014-12-15 17:30:00 sendUrl INFO 7 [338] -2014-12-15 17:30:00 queue INFO >3 [715] -2014-12-15 17:30:01 sendUrl INFO 3 [339] -2014-12-15 17:30:01 queue INFO 7 [716] -2014-12-15 17:30:01 sendUrl INFO 3 [340] -2014-12-15 17:30:01 queue INFO >7 [717] -2014-12-15 17:30:02 queue INFO 3 [718] -2014-12-15 17:30:02 sendUrl INFO 7 [341] -2014-12-15 17:30:02 queue INFO >3 [719] -2014-12-15 17:30:02 sendUrl INFO 7 [342] -2014-12-15 17:30:03 sendUrl INFO 3 [343] -2014-12-15 17:30:03 queue INFO 7 [720] -2014-12-15 17:30:03 queue INFO >7 [721] -2014-12-15 17:30:03 sendUrl INFO 3 [344] -2014-12-15 17:30:04 queue INFO 3 [722] -2014-12-15 17:30:04 sendUrl INFO 7 [345] -2014-12-15 17:30:04 queue INFO >3 [723] -2014-12-15 17:30:04 sendUrl INFO 7 [346] -2014-12-15 17:30:05 queue INFO 7 [724] -2014-12-15 17:30:05 sendUrl INFO 3 [347] -2014-12-15 17:30:05 queue INFO >7 [725] -2014-12-15 17:30:05 sendUrl INFO 3 [348] -2014-12-15 17:30:05 queue INFO 3 [726] -2014-12-15 17:30:05 queue INFO >3 [727] -2014-12-15 17:30:06 sendUrl INFO 7 [349] -2014-12-15 17:30:06 sendUrl INFO 7 [350] -2014-12-15 17:30:06 queue INFO 7 [728] -2014-12-15 17:30:06 queue INFO >7 [729] -2014-12-15 17:30:07 sendUrl INFO 3 [351] -2014-12-15 17:30:07 queue INFO 3 [730] -2014-12-15 17:30:07 sendUrl INFO 3 [352] -2014-12-15 17:30:07 queue INFO >3 [731] -2014-12-15 17:30:08 sendUrl INFO 7 [353] -2014-12-15 17:30:08 sendUrl INFO 7 [354] -2014-12-15 17:30:08 queue INFO 7 [732] -2014-12-15 17:30:08 queue INFO >7 [733] -2014-12-15 17:30:09 sendUrl INFO 3 [355] -2014-12-15 17:30:09 queue INFO 3 [734] -2014-12-15 17:30:09 sendUrl INFO 3 [356] -2014-12-15 17:30:09 queue INFO >3 [735] -2014-12-15 17:30:10 sendUrl INFO 7 [357] -2014-12-15 17:30:10 queue INFO 7 [736] -2014-12-15 17:30:10 sendUrl INFO 7 [358] -2014-12-15 17:30:10 queue INFO >7 [737] -2014-12-15 17:30:11 queue INFO 3 [738] -2014-12-15 17:30:11 sendUrl INFO 3 [359] -2014-12-15 17:30:11 queue INFO >3 [739] -2014-12-15 17:30:11 sendUrl INFO 3 [360] -2014-12-15 17:30:12 queue INFO 7 [740] -2014-12-15 17:30:12 sendUrl INFO 7 [361] -2014-12-15 17:30:12 queue INFO >7 [741] -2014-12-15 17:30:12 sendUrl INFO 7 [362] -2014-12-15 17:30:13 queue INFO 3 [742] -2014-12-15 17:30:13 queue INFO >3 [743] -2014-12-15 17:30:13 sendUrl INFO 3 [363] -2014-12-15 17:30:13 sendUrl INFO 3 [364] -2014-12-15 17:30:14 queue INFO 7 [744] -2014-12-15 17:30:14 queue INFO >7 [745] -2014-12-15 17:30:14 sendUrl INFO 7 [365] -2014-12-15 17:30:14 queue INFO 3 [746] -2014-12-15 17:30:14 queue INFO >3 [747] -2014-12-15 17:30:14 sendUrl INFO 7 [366] -2014-12-15 17:30:15 sendUrl INFO 3 [367] -2014-12-15 17:30:15 queue INFO 7 [748] -2014-12-15 17:30:15 sendUrl INFO 3 [368] -2014-12-15 17:30:15 queue INFO >7 [749] -2014-12-15 17:30:16 sendUrl INFO 7 [369] -2014-12-15 17:30:16 queue INFO 3 [750] -2014-12-15 17:30:16 queue INFO >3 [751] -2014-12-15 17:30:16 sendUrl INFO 7 [370] -2014-12-15 17:30:17 sendUrl INFO 3 [371] -2014-12-15 17:30:17 queue INFO 7 [752] -2014-12-15 17:30:17 sendUrl INFO 3 [372] -2014-12-15 17:30:17 queue INFO >7 [753] -2014-12-15 17:30:18 queue INFO 3 [754] -2014-12-15 17:30:18 sendUrl INFO 7 [373] -2014-12-15 17:30:18 queue INFO >3 [755] -2014-12-15 17:30:18 sendUrl INFO 7 [374] -2014-12-15 17:30:19 sendUrl INFO 3 [375] -2014-12-15 17:30:19 queue INFO 7 [756] -2014-12-15 17:30:19 queue INFO >7 [757] -2014-12-15 17:30:19 sendUrl INFO 3 [376] -2014-12-15 17:30:20 sendUrl INFO 7 [377] -2014-12-15 17:30:20 queue INFO 3 [758] -2014-12-15 17:30:20 queue INFO >3 [759] -2014-12-15 17:30:20 sendUrl INFO 7 [378] -2014-12-15 17:30:21 queue INFO 7 [760] -2014-12-15 17:30:21 sendUrl INFO 3 [379] -2014-12-15 17:30:21 queue INFO >7 [761] -2014-12-15 17:30:21 sendUrl INFO 3 [380] -2014-12-15 17:30:22 queue INFO 3 [762] -2014-12-15 17:30:22 queue INFO >3 [763] -2014-12-15 17:30:22 sendUrl INFO 7 [381] -2014-12-15 17:30:22 sendUrl INFO 7 [382] -2014-12-15 17:30:23 queue INFO 7 [764] -2014-12-15 17:30:23 sendUrl INFO 3 [383] -2014-12-15 17:30:23 queue INFO >7 [765] -2014-12-15 17:30:23 sendUrl INFO 7 [384] -2014-12-15 17:30:24 queue INFO 3 [766] -2014-12-15 17:30:24 sendUrl INFO 7 [385] -2014-12-15 17:30:24 queue INFO >3 [767] -2014-12-15 17:30:24 sendUrl INFO 3 [386] -2014-12-15 17:30:25 sendUrl INFO 3 [387] -2014-12-15 17:30:25 queue INFO 7 [768] -2014-12-15 17:30:25 queue INFO >7 [769] -2014-12-15 17:30:25 sendUrl INFO 7 [388] -2014-12-15 17:30:26 queue INFO 3 [770] -2014-12-15 17:30:26 sendUrl INFO 7 [389] -2014-12-15 17:30:26 queue INFO >3 [771] -2014-12-15 17:30:26 sendUrl INFO 3 [390] -2014-12-15 17:30:27 sendUrl INFO 3 [391] -2014-12-15 17:30:27 queue INFO 7 [772] -2014-12-15 17:30:27 sendUrl INFO 7 [392] -2014-12-15 17:30:28 queue INFO >7 [773] -2014-12-15 17:30:28 sendUrl INFO 7 [393] -2014-12-15 17:30:28 queue INFO 3 [774] -2014-12-15 17:30:28 queue INFO >3 [775] -2014-12-15 17:30:28 sendUrl INFO 3 [394] -2014-12-15 17:30:29 sendUrl INFO 3 [395] -2014-12-15 17:30:29 queue INFO 7 [776] -2014-12-15 17:30:29 sendUrl INFO 7 [396] -2014-12-15 17:30:30 queue INFO >7 [777] -2014-12-15 17:30:30 sendUrl INFO 7 [397] -2014-12-15 17:30:30 queue INFO 3 [778] -2014-12-15 17:30:31 sendUrl INFO 3 [398] -2014-12-15 17:30:31 queue INFO >3 [779] -2014-12-15 17:30:31 sendUrl INFO 3 [399] -2014-12-15 17:30:32 sendUrl INFO 7 [400] -2014-12-15 17:30:32 queue INFO 7 [780] -2014-12-15 17:30:32 queue INFO >7 [781] -2014-12-15 17:30:32 sendUrl INFO 7 [401] -2014-12-15 17:30:32 queue INFO 3 [782] -2014-12-15 17:30:33 sendUrl INFO 3 [402] -2014-12-15 17:30:33 queue INFO >3 [783] -2014-12-15 17:30:33 sendUrl INFO 3 [403] -2014-12-15 17:30:34 sendUrl INFO 7 [404] -2014-12-15 17:30:34 queue INFO 7 [784] -2014-12-15 17:30:34 queue INFO >7 [785] -2014-12-15 17:30:34 sendUrl INFO 7 [405] -2014-12-15 17:30:34 queue INFO 3 [786] -2014-12-15 17:30:34 queue INFO >3 [787] -2014-12-15 17:30:35 sendUrl INFO 3 [406] -2014-12-15 17:30:35 queue INFO 7 [788] -2014-12-15 17:30:35 queue INFO >7 [789] -2014-12-15 17:30:35 sendUrl INFO 3 [407] -2014-12-15 17:30:36 sendUrl INFO 7 [408] -2014-12-15 17:30:36 queue INFO 3 [790] -2014-12-15 17:30:36 queue INFO >3 [791] -2014-12-15 17:30:36 sendUrl INFO 7 [409] -2014-12-15 17:30:37 sendUrl INFO 3 [410] -2014-12-15 17:30:37 queue INFO 7 [792] -2014-12-15 17:30:37 queue INFO >7 [793] -2014-12-15 17:30:37 sendUrl INFO 3 [411] -2014-12-15 17:30:38 sendUrl INFO 7 [412] -2014-12-15 17:30:38 queue INFO 3 [794] -2014-12-15 17:30:38 queue INFO >3 [795] -2014-12-15 17:30:38 queue INFO 7 [796] -2014-12-15 17:30:38 sendUrl INFO 7 [413] -2014-12-15 17:30:38 queue INFO >7 [797] -2014-12-15 17:30:39 sendUrl INFO 3 [414] -2014-12-15 17:30:39 queue INFO 3 [798] -2014-12-15 17:30:39 queue INFO >3 [799] -2014-12-15 17:30:39 sendUrl INFO 3 [415] -2014-12-15 17:30:40 sendUrl INFO 7 [416] -2014-12-15 17:30:40 queue INFO 7 [800] -2014-12-15 17:30:40 queue INFO >7 [801] -2014-12-15 17:30:40 sendUrl INFO 7 [417] -2014-12-15 17:30:40 queue INFO 3 [802] -2014-12-15 17:30:40 queue INFO >3 [803] -2014-12-15 17:30:41 sendUrl INFO 3 [418] -2014-12-15 17:30:41 queue INFO 7 [804] -2014-12-15 17:30:41 queue INFO >7 [805] -2014-12-15 17:30:41 sendUrl INFO 3 [419] -2014-12-15 17:30:41 queue INFO 3 [806] -2014-12-15 17:30:41 queue INFO >3 [807] -2014-12-15 17:30:42 sendUrl INFO 7 [420] -2014-12-15 17:30:42 sendUrl INFO 7 [421] -2014-12-15 17:30:42 queue INFO 7 [808] -2014-12-15 17:30:43 sendUrl INFO 3 [422] -2014-12-15 17:30:43 queue INFO >7 [809] -2014-12-15 17:30:43 sendUrl INFO 3 [423] -2014-12-15 17:30:43 queue INFO 3 [810] -2014-12-15 17:30:43 queue INFO >3 [811] -2014-12-15 17:30:44 sendUrl INFO 7 [424] -2014-12-15 17:30:44 queue INFO 7 [812] -2014-12-15 17:30:44 sendUrl INFO 7 [425] -2014-12-15 17:30:44 queue INFO >7 [813] -2014-12-15 17:30:45 sendUrl INFO 3 [426] -2014-12-15 17:30:45 queue INFO 3 [814] -2014-12-15 17:30:45 queue INFO >3 [815] -2014-12-15 17:30:45 sendUrl INFO 3 [427] -2014-12-15 17:30:46 sendUrl INFO 7 [428] -2014-12-15 17:30:46 queue INFO 7 [816] -2014-12-15 17:30:46 queue INFO >7 [817] -2014-12-15 17:30:46 sendUrl INFO 7 [429] -2014-12-15 17:30:47 sendUrl INFO 3 [430] -2014-12-15 17:30:47 queue INFO 3 [818] -2014-12-15 17:30:47 queue INFO >3 [819] -2014-12-15 17:30:47 sendUrl INFO 3 [431] -2014-12-15 17:30:48 sendUrl INFO 7 [432] -2014-12-15 17:30:48 queue INFO 7 [820] -2014-12-15 17:30:48 queue INFO >7 [821] -2014-12-15 17:30:48 sendUrl INFO 7 [433] -2014-12-15 17:30:49 sendUrl INFO 3 [434] -2014-12-15 17:30:49 queue INFO 3 [822] -2014-12-15 17:30:49 queue INFO >3 [823] -2014-12-15 17:30:49 sendUrl INFO 3 [435] -2014-12-15 17:30:50 sendUrl INFO 7 [436] -2014-12-15 17:30:50 queue INFO 7 [824] -2014-12-15 17:30:50 queue INFO >7 [825] -2014-12-15 17:30:50 sendUrl INFO 7 [437] -2014-12-15 17:30:51 sendUrl INFO 3 [438] -2014-12-15 17:30:51 queue INFO 3 [826] -2014-12-15 17:30:51 queue INFO >3 [827] -2014-12-15 17:30:51 sendUrl INFO 3 [439] -2014-12-15 17:30:52 sendUrl INFO 7 [440] -2014-12-15 17:30:52 queue INFO 7 [828] -2014-12-15 17:30:52 queue INFO >7 [829] -2014-12-15 17:30:52 sendUrl INFO 7 [441] -2014-12-15 17:30:53 sendUrl INFO 3 [442] -2014-12-15 17:30:53 queue INFO 3 [830] -2014-12-15 17:30:53 queue INFO >3 [831] -2014-12-15 17:30:53 sendUrl INFO 3 [443] -2014-12-15 17:30:54 sendUrl INFO 7 [444] -2014-12-15 17:30:54 queue INFO 7 [832] -2014-12-15 17:30:54 queue INFO >7 [833] -2014-12-15 17:30:54 sendUrl INFO 7 [445] -2014-12-15 17:30:54 queue INFO 3 [834] -2014-12-15 17:30:55 queue INFO >3 [835] -2014-12-15 17:30:55 sendUrl INFO 3 [446] -2014-12-15 17:30:55 queue INFO 7 [836] -2014-12-15 17:30:55 sendUrl INFO 3 [447] -2014-12-15 17:30:55 queue INFO >7 [837] -2014-12-15 17:30:56 queue INFO 3 [838] -2014-12-15 17:30:56 sendUrl INFO 7 [448] -2014-12-15 17:30:56 queue INFO >3 [839] -2014-12-15 17:30:56 sendUrl INFO 7 [449] -2014-12-15 17:30:57 queue INFO 7 [840] -2014-12-15 17:30:57 sendUrl INFO 3 [450] -2014-12-15 17:30:57 queue INFO >7 [841] -2014-12-15 17:30:57 queue INFO 3 [842] -2014-12-15 17:30:57 sendUrl INFO 3 [451] -2014-12-15 17:30:57 queue INFO >3 [843] -2014-12-15 17:30:58 sendUrl INFO 7 [452] -2014-12-15 17:30:58 sendUrl INFO 7 [453] -2014-12-15 17:30:59 queue INFO 7 [844] -2014-12-15 17:30:59 sendUrl INFO 3 [454] -2014-12-15 17:30:59 queue INFO >7 [845] -2014-12-15 17:30:59 sendUrl INFO 3 [455] -2014-12-15 17:30:59 queue INFO 3 [846] -2014-12-15 17:31:00 queue INFO >3 [847] -2014-12-15 17:31:00 sendUrl INFO 7 [456] -2014-12-15 17:31:00 sendUrl INFO 7 [457] -2014-12-15 17:31:01 sendUrl INFO 3 [458] -2014-12-15 17:31:01 queue INFO 7 [848] -2014-12-15 17:31:01 queue INFO >7 [849] -2014-12-15 17:31:01 queue INFO 3 [850] -2014-12-15 17:31:01 sendUrl INFO 3 [459] -2014-12-15 17:31:02 queue INFO >3 [851] -2014-12-15 17:31:02 sendUrl INFO 7 [460] -2014-12-15 17:31:02 sendUrl INFO 7 [461] -2014-12-15 17:31:03 queue INFO 7 [852] -2014-12-15 17:31:03 sendUrl INFO 3 [462] -2014-12-15 17:31:03 queue INFO >7 [853] -2014-12-15 17:31:03 sendUrl INFO 3 [463] -2014-12-15 17:31:04 queue INFO 3 [854] -2014-12-15 17:31:04 queue INFO >3 [855] -2014-12-15 17:31:04 sendUrl INFO 7 [464] -2014-12-15 17:31:04 sendUrl INFO 7 [465] -2014-12-15 17:31:05 queue INFO 7 [856] -2014-12-15 17:31:05 sendUrl INFO 3 [466] -2014-12-15 17:31:05 queue INFO >7 [857] -2014-12-15 17:31:05 sendUrl INFO 3 [467] -2014-12-15 17:31:06 queue INFO 3 [858] -2014-12-15 17:31:06 sendUrl INFO 7 [468] -2014-12-15 17:31:06 queue INFO >3 [859] -2014-12-15 17:31:06 queue INFO 7 [860] -2014-12-15 17:31:06 queue INFO >7 [861] -2014-12-15 17:31:06 sendUrl INFO 7 [469] -2014-12-15 17:31:07 sendUrl INFO 3 [470] -2014-12-15 17:31:07 queue INFO 3 [862] -2014-12-15 17:31:07 queue INFO >3 [863] -2014-12-15 17:31:07 queue INFO 7 [864] -2014-12-15 17:31:07 sendUrl INFO 3 [471] -2014-12-15 17:31:08 queue INFO >7 [865] -2014-12-15 17:31:08 queue INFO 3 [866] -2014-12-15 17:31:08 sendUrl INFO 7 [472] -2014-12-15 17:31:08 queue INFO >3 [867] -2014-12-15 17:31:08 queue INFO 7 [868] -2014-12-15 17:31:08 queue INFO >7 [869] -2014-12-15 17:31:08 sendUrl INFO 7 [473] -2014-12-15 17:31:09 sendUrl INFO 3 [474] -2014-12-15 17:31:09 queue INFO 3 [870] -2014-12-15 17:31:09 queue INFO >3 [871] -2014-12-15 17:31:09 sendUrl INFO 3 [475] -2014-12-15 17:31:10 sendUrl INFO 7 [476] -2014-12-15 17:31:10 queue INFO 7 [872] -2014-12-15 17:31:10 queue INFO >7 [873] -2014-12-15 17:31:10 sendUrl INFO 7 [477] -2014-12-15 17:31:11 queue INFO 3 [874] -2014-12-15 17:31:11 sendUrl INFO 3 [478] -2014-12-15 17:31:11 queue INFO >3 [875] -2014-12-15 17:31:11 sendUrl INFO 3 [479] -2014-12-15 17:31:12 queue INFO 7 [876] -2014-12-15 17:31:12 sendUrl INFO 7 [480] -2014-12-15 17:31:12 queue INFO >7 [877] -2014-12-15 17:31:13 sendUrl INFO 7 [481] -2014-12-15 17:31:13 queue INFO 3 [878] -2014-12-15 17:31:13 queue INFO >3 [879] -2014-12-15 17:31:13 sendUrl INFO 3 [482] -2014-12-15 17:31:14 sendUrl INFO 3 [483] -2014-12-15 17:31:14 queue INFO 7 [880] -2014-12-15 17:31:14 sendUrl INFO 7 [484] -2014-12-15 17:31:14 queue INFO >7 [881] -2014-12-15 17:31:15 sendUrl INFO 7 [485] -2014-12-15 17:31:15 queue INFO 3 [882] -2014-12-15 17:31:15 queue INFO >3 [883] -2014-12-15 17:31:15 sendUrl INFO 3 [486] -2014-12-15 17:31:16 sendUrl INFO 3 [487] -2014-12-15 17:31:16 queue INFO 7 [884] -2014-12-15 17:31:16 sendUrl INFO 7 [488] -2014-12-15 17:31:16 queue INFO >7 [885] -2014-12-15 17:31:16 queue INFO 3 [886] -2014-12-15 17:31:17 sendUrl INFO 7 [489] -2014-12-15 17:31:17 queue INFO >3 [887] -2014-12-15 17:31:17 queue INFO 7 [888] -2014-12-15 17:31:17 sendUrl INFO 3 [490] -2014-12-15 17:31:17 queue INFO >7 [889] -2014-12-15 17:31:18 sendUrl INFO 3 [491] -2014-12-15 17:31:18 queue INFO 3 [890] -2014-12-15 17:31:18 queue INFO >3 [891] -2014-12-15 17:31:18 sendUrl INFO 7 [492] -2014-12-15 17:31:19 sendUrl INFO 7 [493] -2014-12-15 17:31:19 queue INFO 7 [892] -2014-12-15 17:31:19 sendUrl INFO 3 [494] -2014-12-15 17:31:19 queue INFO >7 [893] -2014-12-15 17:31:20 queue INFO 3 [894] -2014-12-15 17:31:20 sendUrl INFO 3 [495] -2014-12-15 17:31:20 queue INFO >3 [895] -2014-12-15 17:31:20 queue INFO 7 [896] -2014-12-15 17:31:20 sendUrl INFO 7 [496] -2014-12-15 17:31:20 queue INFO >7 [897] -2014-12-15 17:31:21 queue INFO 3 [898] -2014-12-15 17:31:21 sendUrl INFO 7 [497] -2014-12-15 17:31:21 queue INFO >3 [899] -2014-12-15 17:31:21 sendUrl INFO 3 [498] -2014-12-15 17:31:22 queue INFO 7 [900] -2014-12-15 17:31:22 sendUrl INFO 3 [499] -2014-12-15 17:31:22 queue INFO >7 [901] -2014-12-15 17:31:22 sendUrl INFO 7 [500] -2014-12-15 17:31:22 queue INFO 3 [902] -2014-12-15 17:31:22 queue INFO >3 [903] -2014-12-15 17:31:23 sendUrl INFO 7 [501] -2014-12-15 17:31:23 sendUrl INFO 3 [502] -2014-12-15 17:31:23 queue INFO 7 [904] -2014-12-15 17:31:24 queue INFO >7 [905] -2014-12-15 17:31:24 sendUrl INFO 3 [503] -2014-12-15 17:31:24 sendUrl INFO 7 [504] -2014-12-15 17:31:25 sendUrl INFO 7 [505] -2014-12-15 17:31:25 sendUrl INFO 3 [506] -2014-12-15 17:31:25 queue INFO 3 [906] -2014-12-15 17:31:25 queue INFO >3 [907] -2014-12-15 17:31:26 sendUrl INFO 3 [507] -2014-12-15 17:31:26 sendUrl INFO 7 [508] -2014-12-15 17:31:27 sendUrl INFO 7 [509] -2014-12-15 17:31:27 queue INFO 7 [908] -2014-12-15 17:31:27 sendUrl INFO 3 [510] -2014-12-15 17:31:27 queue INFO >7 [909] -2014-12-15 17:31:28 sendUrl INFO 3 [511] -2014-12-15 17:31:28 sendUrl INFO 7 [512] -2014-12-15 17:31:29 sendUrl INFO 7 [513] -2014-12-15 17:31:29 queue INFO 3 [910] -2014-12-15 17:31:29 queue INFO >3 [911] -2014-12-15 17:31:29 sendUrl INFO 3 [514] -2014-12-15 17:31:30 sendUrl INFO 3 [515] -2014-12-15 17:31:30 sendUrl INFO 7 [516] -2014-12-15 17:31:31 sendUrl INFO 7 [517] -2014-12-15 17:31:31 queue INFO 7 [912] -2014-12-15 17:31:31 queue INFO >7 [913] -2014-12-15 17:31:31 sendUrl INFO 3 [518] -2014-12-15 17:31:32 sendUrl INFO 3 [519] -2014-12-15 17:31:32 sendUrl INFO 7 [520] -2014-12-15 17:31:33 sendUrl INFO 7 [521] -2014-12-15 17:31:33 queue INFO 3 [914] -2014-12-15 17:31:33 queue INFO >3 [915] -2014-12-15 17:31:33 sendUrl INFO 3 [522] -2014-12-15 17:31:34 sendUrl INFO 3 [523] -2014-12-15 17:31:34 sendUrl INFO 7 [524] -2014-12-15 17:31:35 sendUrl INFO 7 [525] -2014-12-15 17:31:35 sendUrl INFO 3 [526] -2014-12-15 17:31:35 queue INFO 7 [916] -2014-12-15 17:31:36 queue INFO >7 [917] -2014-12-15 17:31:36 sendUrl INFO 3 [527] -2014-12-15 17:31:36 sendUrl INFO 7 [528] -2014-12-15 17:31:37 sendUrl INFO 7 [529] -2014-12-15 17:31:37 sendUrl INFO 3 [530] -2014-12-15 17:31:37 queue INFO 3 [918] -2014-12-15 17:31:38 queue INFO >3 [919] -2014-12-15 17:31:38 sendUrl INFO 3 [531] -2014-12-15 17:31:38 sendUrl INFO 7 [532] -2014-12-15 17:31:39 sendUrl INFO 7 [533] -2014-12-15 17:31:39 sendUrl INFO 3 [534] -2014-12-15 17:31:40 sendUrl INFO 3 [535] -2014-12-15 17:31:40 queue INFO 7 [920] -2014-12-15 17:31:40 queue INFO >7 [921] -2014-12-15 17:31:40 sendUrl INFO 7 [536] -2014-12-15 17:31:41 sendUrl INFO 7 [537] -2014-12-15 17:31:41 sendUrl INFO 3 [538] -2014-12-15 17:31:42 sendUrl INFO 3 [539] -2014-12-15 17:31:42 queue INFO 3 [922] -2014-12-15 17:31:42 queue INFO >3 [923] -2014-12-15 17:31:42 sendUrl INFO 7 [540] -2014-12-15 17:31:43 sendUrl INFO 7 [541] -2014-12-15 17:31:43 sendUrl INFO 3 [542] -2014-12-15 17:31:44 sendUrl INFO 3 [543] -2014-12-15 17:31:44 queue INFO 7 [924] -2014-12-15 17:31:44 sendUrl INFO 7 [544] -2014-12-15 17:31:44 queue INFO >7 [925] -2014-12-15 17:31:45 sendUrl INFO 7 [545] -2014-12-15 17:31:45 sendUrl INFO 3 [546] -2014-12-15 17:31:46 sendUrl INFO 3 [547] -2014-12-15 17:31:46 queue INFO 3 [926] -2014-12-15 17:31:46 sendUrl INFO 7 [548] -2014-12-15 17:31:46 queue INFO >3 [927] -2014-12-15 17:31:47 queue INFO 7 [928] -2014-12-15 17:31:47 queue INFO >7 [929] -2014-12-15 17:31:47 sendUrl INFO 7 [549] -2014-12-15 17:31:47 sendUrl INFO 3 [550] -2014-12-15 17:31:48 sendUrl INFO 3 [551] -2014-12-15 17:31:48 sendUrl INFO 7 [552] -2014-12-15 17:31:49 sendUrl INFO 7 [553] -2014-12-15 17:31:49 sendUrl INFO 3 [554] -2014-12-15 17:31:50 sendUrl INFO 3 [555] -2014-12-15 17:31:50 sendUrl INFO 7 [556] -2014-12-15 17:31:51 queue INFO 3 [930] -2014-12-15 17:31:51 queue INFO >3 [931] -2014-12-15 17:31:51 sendUrl INFO 7 [557] -2014-12-15 17:31:51 sendUrl INFO 3 [558] -2014-12-15 17:31:52 sendUrl INFO 3 [559] -2014-12-15 17:31:52 sendUrl INFO 7 [560] -2014-12-15 17:31:53 sendUrl INFO 7 [561] -2014-12-15 17:31:53 queue INFO 7 [932] -2014-12-15 17:31:53 queue INFO >7 [933] -2014-12-15 17:31:53 sendUrl INFO 3 [562] -2014-12-15 17:31:54 sendUrl INFO 3 [563] -2014-12-15 17:31:54 sendUrl INFO 7 [564] -2014-12-15 17:31:55 queue INFO 3 [934] -2014-12-15 17:31:55 sendUrl INFO 7 [565] -2014-12-15 17:31:55 queue INFO >3 [935] -2014-12-15 17:31:56 sendUrl INFO 3 [566] -2014-12-15 17:31:56 sendUrl INFO 3 [567] -2014-12-15 17:31:57 sendUrl INFO 7 [568] -2014-12-15 17:31:57 sendUrl INFO 7 [569] -2014-12-15 17:31:57 queue INFO 7 [936] -2014-12-15 17:31:57 queue INFO >7 [937] -2014-12-15 17:31:58 sendUrl INFO 3 [570] -2014-12-15 17:31:58 sendUrl INFO 3 [571] -2014-12-15 17:31:59 sendUrl INFO 7 [572] -2014-12-15 17:31:59 sendUrl INFO 7 [573] -2014-12-15 17:32:00 queue INFO 3 [938] -2014-12-15 17:32:00 sendUrl INFO 3 [574] -2014-12-15 17:32:00 queue INFO >3 [939] -2014-12-15 17:32:00 sendUrl INFO 3 [575] -2014-12-15 17:32:01 sendUrl INFO 7 [576] -2014-12-15 17:32:01 sendUrl INFO 7 [577] -2014-12-15 17:32:02 sendUrl INFO 3 [578] -2014-12-15 17:32:02 sendUrl INFO 3 [579] -2014-12-15 17:32:02 queue INFO 7 [940] -2014-12-15 17:32:02 queue INFO >7 [941] -2014-12-15 17:32:03 sendUrl INFO 7 [580] -2014-12-15 17:32:03 sendUrl INFO 7 [581] -2014-12-15 17:32:04 sendUrl INFO 3 [582] -2014-12-15 17:32:04 sendUrl INFO 3 [583] -2014-12-15 17:32:04 queue INFO 3 [942] -2014-12-15 17:32:05 queue INFO >3 [943] -2014-12-15 17:32:05 sendUrl INFO 7 [584] -2014-12-15 17:32:05 sendUrl INFO 7 [585] -2014-12-15 17:32:06 sendUrl INFO 3 [586] -2014-12-15 17:32:06 sendUrl INFO 3 [587] -2014-12-15 17:32:07 sendUrl INFO 7 [588] -2014-12-15 17:32:07 queue INFO 7 [944] -2014-12-15 17:32:07 sendUrl INFO 7 [589] -2014-12-15 17:32:07 queue INFO >7 [945] -2014-12-15 17:32:08 sendUrl INFO 3 [590] -2014-12-15 17:32:08 sendUrl INFO 3 [591] -2014-12-15 17:32:09 sendUrl INFO 7 [592] -2014-12-15 17:32:09 sendUrl INFO 7 [593] -2014-12-15 17:32:09 queue INFO 3 [946] -2014-12-15 17:32:09 queue INFO >3 [947] -2014-12-15 17:32:10 sendUrl INFO 3 [594] -2014-12-15 17:32:10 sendUrl INFO 3 [595] -2014-12-15 17:32:11 sendUrl INFO 7 [596] -2014-12-15 17:32:11 queue INFO 7 [948] -2014-12-15 17:32:11 sendUrl INFO 7 [597] -2014-12-15 17:32:11 queue INFO >7 [949] -2014-12-15 17:32:12 sendUrl INFO 3 [598] -2014-12-15 17:32:12 sendUrl INFO 3 [599] -2014-12-15 17:32:13 sendUrl INFO 7 [600] -2014-12-15 17:32:13 queue INFO 3 [950] -2014-12-15 17:32:13 sendUrl INFO 7 [601] -2014-12-15 17:32:13 queue INFO >3 [951] -2014-12-15 17:32:14 sendUrl INFO 3 [602] -2014-12-15 17:32:14 sendUrl INFO 3 [603] -2014-12-15 17:32:15 sendUrl INFO 7 [604] -2014-12-15 17:32:15 sendUrl INFO 7 [605] -2014-12-15 17:32:16 sendUrl INFO 3 [606] -2014-12-15 17:32:16 queue INFO 7 [952] -2014-12-15 17:32:16 queue INFO >7 [953] -2014-12-15 17:32:16 sendUrl INFO 3 [607] -2014-12-15 17:32:17 sendUrl INFO 7 [608] -2014-12-15 17:32:17 sendUrl INFO 7 [609] -2014-12-15 17:32:18 sendUrl INFO 3 [610] -2014-12-15 17:32:18 queue INFO 3 [954] -2014-12-15 17:32:18 queue INFO >3 [955] -2014-12-15 17:32:18 sendUrl INFO 3 [611] -2014-12-15 17:32:19 sendUrl INFO 7 [612] -2014-12-15 17:32:19 sendUrl INFO 7 [613] -2014-12-15 17:32:20 sendUrl INFO 3 [614] -2014-12-15 17:32:20 sendUrl INFO 3 [615] -2014-12-15 17:32:21 queue INFO 7 [956] -2014-12-15 17:32:21 sendUrl INFO 7 [616] -2014-12-15 17:32:21 queue INFO >7 [957] -2014-12-15 17:32:21 sendUrl INFO 7 [617] -2014-12-15 17:32:22 sendUrl INFO 3 [618] -2014-12-15 17:32:22 sendUrl INFO 3 [619] -2014-12-15 17:32:23 queue INFO 3 [958] -2014-12-15 17:32:23 sendUrl INFO 7 [620] -2014-12-15 17:32:23 queue INFO >3 [959] -2014-12-15 17:32:23 sendUrl INFO 7 [621] -2014-12-15 17:32:24 sendUrl INFO 3 [622] -2014-12-15 17:32:24 sendUrl INFO 3 [623] -2014-12-15 17:32:25 sendUrl INFO 7 [624] -2014-12-15 17:32:25 queue INFO 7 [960] -2014-12-15 17:32:25 queue INFO >7 [961] -2014-12-15 17:32:25 sendUrl INFO 7 [625] -2014-12-15 17:32:26 sendUrl INFO 3 [626] -2014-12-15 17:32:26 sendUrl INFO 3 [627] -2014-12-15 17:32:27 sendUrl INFO 7 [628] -2014-12-15 17:32:27 queue INFO 3 [962] -2014-12-15 17:32:27 sendUrl INFO 7 [629] -2014-12-15 17:32:27 queue INFO >3 [963] -2014-12-15 17:32:28 sendUrl INFO 3 [630] -2014-12-15 17:32:28 sendUrl INFO 3 [631] -2014-12-15 17:32:29 sendUrl INFO 7 [632] -2014-12-15 17:32:29 sendUrl INFO 7 [633] -2014-12-15 17:32:30 queue INFO 7 [964] -2014-12-15 17:32:30 sendUrl INFO 3 [634] -2014-12-15 17:32:30 queue INFO >7 [965] -2014-12-15 17:32:30 sendUrl INFO 3 [635] -2014-12-15 17:32:31 sendUrl INFO 7 [636] -2014-12-15 17:32:31 sendUrl INFO 7 [637] -2014-12-15 17:32:32 sendUrl INFO 3 [638] -2014-12-15 17:32:32 queue INFO 3 [966] -2014-12-15 17:32:32 queue INFO >3 [967] -2014-12-15 17:32:32 sendUrl INFO 3 [639] -2014-12-15 17:32:33 sendUrl INFO 7 [640] -2014-12-15 17:32:33 sendUrl INFO 7 [641] -2014-12-15 17:32:34 sendUrl INFO 3 [642] -2014-12-15 17:32:34 sendUrl INFO 3 [643] -2014-12-15 17:32:34 queue INFO 7 [968] -2014-12-15 17:32:35 queue INFO >7 [969] -2014-12-15 17:32:35 sendUrl INFO 7 [644] -2014-12-15 17:32:35 sendUrl INFO 7 [645] -2014-12-15 17:32:36 sendUrl INFO 3 [646] -2014-12-15 17:32:36 sendUrl INFO 3 [647] -2014-12-15 17:32:37 queue INFO 3 [970] -2014-12-15 17:32:37 queue INFO >3 [971] -2014-12-15 17:32:37 sendUrl INFO 7 [648] -2014-12-15 17:32:37 sendUrl INFO 7 [649] -2014-12-15 17:32:38 sendUrl INFO 3 [650] -2014-12-15 17:32:38 sendUrl INFO 3 [651] -2014-12-15 17:32:39 sendUrl INFO 7 [652] -2014-12-15 17:32:39 queue INFO 7 [972] -2014-12-15 17:32:39 queue INFO >7 [973] -2014-12-15 17:32:40 sendUrl INFO 7 [653] -2014-12-15 17:32:40 sendUrl INFO 3 [654] -2014-12-15 17:32:41 sendUrl INFO 3 [655] -2014-12-15 17:32:41 sendUrl INFO 7 [656] -2014-12-15 17:32:41 queue INFO 3 [974] -2014-12-15 17:32:41 queue INFO >3 [975] -2014-12-15 17:32:42 sendUrl INFO 7 [657] -2014-12-15 17:32:42 sendUrl INFO 3 [658] -2014-12-15 17:32:43 sendUrl INFO 3 [659] -2014-12-15 17:32:43 sendUrl INFO 7 [660] -2014-12-15 17:32:44 queue INFO 7 [976] -2014-12-15 17:32:44 sendUrl INFO 7 [661] -2014-12-15 17:32:44 queue INFO >7 [977] -2014-12-15 17:32:44 sendUrl INFO 3 [662] -2014-12-15 17:32:45 sendUrl INFO 3 [663] -2014-12-15 17:32:45 sendUrl INFO 7 [664] -2014-12-15 17:32:45 queue INFO 3 [978] -2014-12-15 17:32:46 queue INFO >3 [979] -2014-12-15 17:32:46 sendUrl INFO 7 [665] -2014-12-15 17:32:46 sendUrl INFO 3 [666] -2014-12-15 17:32:47 sendUrl INFO 3 [667] -2014-12-15 17:32:47 sendUrl INFO 7 [668] -2014-12-15 17:32:48 sendUrl INFO 7 [669] -2014-12-15 17:32:48 queue INFO 7 [980] -2014-12-15 17:32:48 queue INFO >7 [981] -2014-12-15 17:32:48 sendUrl INFO 3 [670] -2014-12-15 17:32:49 sendUrl INFO 3 [671] -2014-12-15 17:32:49 sendUrl INFO 7 [672] -2014-12-15 17:32:50 sendUrl INFO 7 [673] -2014-12-15 17:32:50 queue INFO 3 [982] -2014-12-15 17:32:50 sendUrl INFO 3 [674] -2014-12-15 17:32:50 queue INFO >3 [983] -2014-12-15 17:32:51 sendUrl INFO 3 [675] -2014-12-15 17:32:51 sendUrl INFO 7 [676] -2014-12-15 17:32:52 sendUrl INFO 7 [677] -2014-12-15 17:32:52 sendUrl INFO 3 [678] -2014-12-15 17:32:52 queue INFO 7 [984] -2014-12-15 17:32:52 queue INFO >7 [985] -2014-12-15 17:32:53 sendUrl INFO 3 [679] -2014-12-15 17:32:53 sendUrl INFO 7 [680] -2014-12-15 17:32:54 sendUrl INFO 7 [681] -2014-12-15 17:32:54 sendUrl INFO 3 [682] -2014-12-15 17:32:54 queue INFO 3 [986] -2014-12-15 17:32:54 queue INFO >3 [987] -2014-12-15 17:32:55 sendUrl INFO 3 [683] -2014-12-15 17:32:55 sendUrl INFO 7 [684] -2014-12-15 17:32:56 sendUrl INFO 7 [685] -2014-12-15 17:32:56 sendUrl INFO 3 [686] -2014-12-15 17:32:57 queue INFO 7 [988] -2014-12-15 17:32:57 sendUrl INFO 3 [687] -2014-12-15 17:32:57 queue INFO >7 [989] -2014-12-15 17:32:57 sendUrl INFO 7 [688] -2014-12-15 17:32:58 sendUrl INFO 7 [689] -2014-12-15 17:32:58 sendUrl INFO 3 [690] -2014-12-15 17:32:59 sendUrl INFO 3 [691] -2014-12-15 17:32:59 queue INFO 3 [990] -2014-12-15 17:32:59 queue INFO >3 [991] -2014-12-15 17:32:59 sendUrl INFO 7 [692] -2014-12-15 17:33:00 sendUrl INFO 7 [693] -2014-12-15 17:33:00 sendUrl INFO 3 [694] -2014-12-15 17:33:01 sendUrl INFO 3 [695] -2014-12-15 17:33:01 queue INFO 7 [992] -2014-12-15 17:33:01 sendUrl INFO 7 [696] -2014-12-15 17:33:01 queue INFO >7 [993] -2014-12-15 17:33:02 sendUrl INFO 7 [697] -2014-12-15 17:33:02 sendUrl INFO 3 [698] -2014-12-15 17:33:03 sendUrl INFO 3 [699] -2014-12-15 17:33:03 queue INFO 3 [994] -2014-12-15 17:33:03 sendUrl INFO 7 [700] -2014-12-15 17:33:03 queue INFO >3 [995] -2014-12-15 17:33:04 sendUrl INFO 7 [701] -2014-12-15 17:33:04 sendUrl INFO 3 [702] -2014-12-15 17:33:05 sendUrl INFO 3 [703] -2014-12-15 17:33:05 sendUrl INFO 7 [704] -2014-12-15 17:33:05 queue INFO 7 [996] -2014-12-15 17:33:06 queue INFO >7 [997] -2014-12-15 17:33:06 sendUrl INFO 7 [705] -2014-12-15 17:33:06 sendUrl INFO 3 [706] -2014-12-15 17:33:07 sendUrl INFO 3 [707] -2014-12-15 17:33:07 queue INFO 3 [998] -2014-12-15 17:33:07 sendUrl INFO 7 [708] -2014-12-15 17:33:07 queue INFO >3 [999] -2014-12-15 17:33:08 sendUrl INFO 7 [709] -2014-12-15 17:33:08 sendUrl INFO 3 [710] -2014-12-15 17:33:09 sendUrl INFO 3 [711] -2014-12-15 17:33:09 sendUrl INFO 7 [712] -2014-12-15 17:33:10 queue INFO 7 [0] -2014-12-15 17:33:10 sendUrl INFO 7 [713] -2014-12-15 17:33:10 queue INFO >7 [1] -2014-12-15 17:33:10 sendUrl INFO 3 [714] -2014-12-15 17:33:11 sendUrl INFO 3 [715] -2014-12-15 17:33:11 sendUrl INFO 7 [716] -2014-12-15 17:33:12 queue INFO 3 [2] -2014-12-15 17:33:12 queue INFO >3 [3] -2014-12-15 17:33:12 sendUrl INFO 7 [717] -2014-12-15 17:33:12 sendUrl INFO 3 [718] -2014-12-15 17:33:13 sendUrl INFO 3 [719] -2014-12-15 17:33:13 sendUrl INFO 7 [720] -2014-12-15 17:33:14 sendUrl INFO 7 [721] -2014-12-15 17:33:14 queue INFO 7 [4] -2014-12-15 17:33:14 sendUrl INFO 3 [722] -2014-12-15 17:33:14 queue INFO >7 [5] -2014-12-15 17:33:15 sendUrl INFO 3 [723] -2014-12-15 17:33:15 sendUrl INFO 7 [724] -2014-12-15 17:33:16 sendUrl INFO 7 [725] -2014-12-15 17:33:16 sendUrl INFO 3 [726] -2014-12-15 17:33:16 queue INFO 3 [6] -2014-12-15 17:33:17 queue INFO >3 [7] -2014-12-15 17:33:17 sendUrl INFO 3 [727] -2014-12-15 17:33:17 sendUrl INFO 7 [728] -2014-12-15 17:33:18 sendUrl INFO 7 [729] -2014-12-15 17:33:18 sendUrl INFO 3 [730] -2014-12-15 17:33:19 sendUrl INFO 3 [731] -2014-12-15 17:33:19 queue INFO 7 [8] -2014-12-15 17:33:19 sendUrl INFO 7 [732] -2014-12-15 17:33:20 queue INFO >7 [9] -2014-12-15 17:33:20 sendUrl INFO 7 [733] -2014-12-15 17:33:20 sendUrl INFO 3 [734] -2014-12-15 17:33:21 sendUrl INFO 3 [735] -2014-12-15 17:33:21 sendUrl INFO 7 [736] -2014-12-15 17:33:22 queue INFO 3 [10] -2014-12-15 17:33:22 queue INFO >3 [11] -2014-12-15 17:33:22 sendUrl INFO 7 [737] -2014-12-15 17:33:23 sendUrl INFO 3 [738] -2014-12-15 17:33:23 sendUrl INFO 3 [739] -2014-12-15 17:33:24 sendUrl INFO 7 [740] -2014-12-15 17:33:24 queue INFO 7 [12] -2014-12-15 17:33:24 queue INFO >7 [13] -2014-12-15 17:33:24 sendUrl INFO 7 [741] -2014-12-15 17:33:25 sendUrl INFO 3 [742] -2014-12-15 17:33:25 sendUrl INFO 3 [743] -2014-12-15 17:33:26 sendUrl INFO 7 [744] -2014-12-15 17:33:26 queue INFO 3 [14] -2014-12-15 17:33:26 sendUrl INFO 7 [745] -2014-12-15 17:33:26 queue INFO >3 [15] -2014-12-15 17:33:27 sendUrl INFO 3 [746] -2014-12-15 17:33:27 sendUrl INFO 3 [747] -2014-12-15 17:33:28 sendUrl INFO 7 [748] -2014-12-15 17:33:28 sendUrl INFO 7 [749] -2014-12-15 17:33:29 queue INFO 7 [16] -2014-12-15 17:33:29 sendUrl INFO 3 [750] -2014-12-15 17:33:29 queue INFO >7 [17] -2014-12-15 17:33:29 sendUrl INFO 3 [751] -2014-12-15 17:33:30 sendUrl INFO 7 [752] -2014-12-15 17:33:30 sendUrl INFO 7 [753] -2014-12-15 17:33:31 queue INFO 3 [18] -2014-12-15 17:33:31 sendUrl INFO 3 [754] -2014-12-15 17:33:31 queue INFO >3 [19] -2014-12-15 17:33:31 sendUrl INFO 3 [755] -2014-12-15 17:33:32 sendUrl INFO 7 [756] -2014-12-15 17:33:32 sendUrl INFO 7 [757] -2014-12-15 17:33:33 queue INFO 7 [20] -2014-12-15 17:33:33 sendUrl INFO 3 [758] -2014-12-15 17:33:33 queue INFO >7 [21] -2014-12-15 17:33:33 sendUrl INFO 3 [759] -2014-12-15 17:33:34 sendUrl INFO 7 [760] -2014-12-15 17:33:34 sendUrl INFO 7 [761] -2014-12-15 17:33:35 queue INFO 3 [22] -2014-12-15 17:33:35 sendUrl INFO 3 [762] -2014-12-15 17:33:35 queue INFO >3 [23] -2014-12-15 17:33:35 sendUrl INFO 3 [763] -2014-12-15 17:33:36 sendUrl INFO 7 [764] -2014-12-15 17:33:36 sendUrl INFO 7 [765] -2014-12-15 17:33:37 queue INFO 7 [24] -2014-12-15 17:33:37 sendUrl INFO 3 [766] -2014-12-15 17:33:37 queue INFO >7 [25] -2014-12-15 17:33:37 sendUrl INFO 3 [767] -2014-12-15 17:33:38 sendUrl INFO 7 [768] -2014-12-15 17:33:38 queue INFO 3 [26] -2014-12-15 17:33:38 sendUrl INFO 7 [769] -2014-12-15 17:33:38 queue INFO >3 [27] -2014-12-15 17:33:39 sendUrl INFO 3 [770] -2014-12-15 17:33:39 sendUrl INFO 3 [771] -2014-12-15 17:33:40 sendUrl INFO 7 [772] -2014-12-15 17:33:40 sendUrl INFO 7 [773] -2014-12-15 17:33:40 queue INFO 7 [28] -2014-12-15 17:33:41 queue INFO >7 [29] -2014-12-15 17:33:41 sendUrl INFO 3 [774] -2014-12-15 17:33:41 sendUrl INFO 3 [775] -2014-12-15 17:33:42 sendUrl INFO 7 [776] -2014-12-15 17:33:42 sendUrl INFO 7 [777] -2014-12-15 17:33:42 queue INFO 3 [30] -2014-12-15 17:33:43 queue INFO >3 [31] -2014-12-15 17:33:43 sendUrl INFO 3 [778] -2014-12-15 17:33:43 sendUrl INFO 3 [779] -2014-12-15 17:33:44 sendUrl INFO 7 [780] -2014-12-15 17:33:44 sendUrl INFO 7 [781] -2014-12-15 17:33:45 sendUrl INFO 3 [782] -2014-12-15 17:33:45 queue INFO 7 [32] -2014-12-15 17:33:45 queue INFO >7 [33] -2014-12-15 17:33:45 sendUrl INFO 3 [783] -2014-12-15 17:33:46 sendUrl INFO 7 [784] -2014-12-15 17:33:46 sendUrl INFO 7 [785] -2014-12-15 17:33:47 sendUrl INFO 3 [786] -2014-12-15 17:33:47 queue INFO 3 [34] -2014-12-15 17:33:47 queue INFO >3 [35] -2014-12-15 17:33:47 sendUrl INFO 3 [787] -2014-12-15 17:33:48 sendUrl INFO 7 [788] -2014-12-15 17:33:48 sendUrl INFO 7 [789] -2014-12-15 17:33:49 sendUrl INFO 3 [790] -2014-12-15 17:33:49 queue INFO 7 [36] -2014-12-15 17:33:49 sendUrl INFO 3 [791] -2014-12-15 17:33:49 queue INFO >7 [37] -2014-12-15 17:33:50 sendUrl INFO 7 [792] -2014-12-15 17:33:50 sendUrl INFO 7 [793] -2014-12-15 17:33:51 sendUrl INFO 3 [794] -2014-12-15 17:33:51 queue INFO 3 [38] -2014-12-15 17:33:51 queue INFO >3 [39] -2014-12-15 17:33:51 sendUrl INFO 3 [795] -2014-12-15 17:33:52 sendUrl INFO 7 [796] -2014-12-15 17:33:52 sendUrl INFO 7 [797] -2014-12-15 17:33:53 sendUrl INFO 3 [798] -2014-12-15 17:33:53 queue INFO 7 [40] -2014-12-15 17:33:53 sendUrl INFO 3 [799] -2014-12-15 17:33:53 queue INFO >7 [41] -2014-12-15 17:33:54 sendUrl INFO 7 [800] -2014-12-15 17:33:54 sendUrl INFO 7 [801] -2014-12-15 17:33:55 sendUrl INFO 3 [802] -2014-12-15 17:33:55 queue INFO 3 [42] -2014-12-15 17:33:55 sendUrl INFO 3 [803] -2014-12-15 17:33:55 queue INFO >3 [43] -2014-12-15 17:33:56 sendUrl INFO 7 [804] -2014-12-15 17:33:56 sendUrl INFO 7 [805] -2014-12-15 17:33:57 sendUrl INFO 3 [806] -2014-12-15 17:33:57 queue INFO 7 [44] -2014-12-15 17:33:57 sendUrl INFO 3 [807] -2014-12-15 17:33:57 queue INFO >7 [45] -2014-12-15 17:33:58 sendUrl INFO 7 [808] -2014-12-15 17:33:58 sendUrl INFO 7 [809] -2014-12-15 17:33:59 sendUrl INFO 3 [810] -2014-12-15 17:33:59 queue INFO 3 [46] -2014-12-15 17:33:59 sendUrl INFO 3 [811] -2014-12-15 17:33:59 queue INFO >3 [47] -2014-12-15 17:34:00 sendUrl INFO 7 [812] -2014-12-15 17:34:00 sendUrl INFO 7 [813] -2014-12-15 17:34:01 sendUrl INFO 3 [814] -2014-12-15 17:34:02 queue INFO 7 [48] -2014-12-15 17:34:02 sendUrl INFO 3 [815] -2014-12-15 17:34:02 queue INFO >7 [49] -2014-12-15 17:34:02 sendUrl INFO 7 [816] -2014-12-15 17:34:02 sendUrl INFO 7 [817] -2014-12-15 17:34:03 queue INFO 3 [50] -2014-12-15 17:34:03 queue INFO >3 [51] -2014-12-15 17:34:03 sendUrl INFO 3 [818] -2014-12-15 17:34:03 sendUrl INFO 3 [819] -2014-12-15 17:34:04 sendUrl INFO 7 [820] -2014-12-15 17:34:04 sendUrl INFO 7 [821] -2014-12-15 17:34:05 queue INFO 7 [52] -2014-12-15 17:34:05 sendUrl INFO 3 [822] -2014-12-15 17:34:05 queue INFO >7 [53] -2014-12-15 17:34:05 sendUrl INFO 3 [823] -2014-12-15 17:34:06 sendUrl INFO 7 [824] -2014-12-15 17:34:07 sendUrl INFO 7 [825] -2014-12-15 17:34:07 queue INFO 3 [54] -2014-12-15 17:34:07 queue INFO >3 [55] -2014-12-15 17:34:07 sendUrl INFO 3 [826] -2014-12-15 17:34:08 sendUrl INFO 3 [827] -2014-12-15 17:34:08 sendUrl INFO 7 [828] -2014-12-15 17:34:09 sendUrl INFO 7 [829] -2014-12-15 17:34:09 queue INFO 7 [56] -2014-12-15 17:34:09 queue INFO >7 [57] -2014-12-15 17:34:09 sendUrl INFO 3 [830] -2014-12-15 17:34:10 sendUrl INFO 3 [831] -2014-12-15 17:34:10 sendUrl INFO 7 [832] -2014-12-15 17:34:10 queue INFO 3 [58] -2014-12-15 17:34:11 queue INFO >3 [59] -2014-12-15 17:34:11 sendUrl INFO 7 [833] -2014-12-15 17:34:11 sendUrl INFO 3 [834] -2014-12-15 17:34:12 queue INFO 7 [60] -2014-12-15 17:34:12 sendUrl INFO 3 [835] -2014-12-15 17:34:12 queue INFO >7 [61] -2014-12-15 17:34:12 sendUrl INFO 7 [836] -2014-12-15 17:34:13 sendUrl INFO 7 [837] -2014-12-15 17:34:13 sendUrl INFO 3 [838] -2014-12-15 17:34:13 queue INFO 3 [62] -2014-12-15 17:34:13 queue INFO >3 [63] -2014-12-15 17:34:14 sendUrl INFO 3 [839] -2014-12-15 17:34:14 sendUrl INFO 7 [840] -2014-12-15 17:34:15 sendUrl INFO 7 [841] -2014-12-15 17:34:15 queue INFO 7 [64] -2014-12-15 17:34:15 queue INFO >7 [65] -2014-12-15 17:34:15 sendUrl INFO 3 [842] -2014-12-15 17:34:16 sendUrl INFO 3 [843] -2014-12-15 17:34:16 sendUrl INFO 7 [844] -2014-12-15 17:34:17 queue INFO 3 [66] -2014-12-15 17:34:17 sendUrl INFO 7 [845] -2014-12-15 17:34:17 queue INFO >3 [67] -2014-12-15 17:34:17 sendUrl INFO 3 [846] -2014-12-15 17:34:18 sendUrl INFO 3 [847] -2014-12-15 17:34:18 sendUrl INFO 7 [848] -2014-12-15 17:34:18 queue INFO 7 [68] -2014-12-15 17:34:18 queue INFO >7 [69] -2014-12-15 17:34:19 sendUrl INFO 7 [849] -2014-12-15 17:34:19 sendUrl INFO 3 [850] -2014-12-15 17:34:20 sendUrl INFO 3 [851] -2014-12-15 17:34:20 sendUrl INFO 7 [852] -2014-12-15 17:34:20 queue INFO 3 [70] -2014-12-15 17:34:20 queue INFO >3 [71] -2014-12-15 17:34:21 sendUrl INFO 7 [853] -2014-12-15 17:34:21 sendUrl INFO 3 [854] -2014-12-15 17:34:22 sendUrl INFO 3 [855] -2014-12-15 17:34:22 sendUrl INFO 7 [856] -2014-12-15 17:34:22 queue INFO 7 [72] -2014-12-15 17:34:23 queue INFO >7 [73] -2014-12-15 17:34:23 sendUrl INFO 7 [857] -2014-12-15 17:34:23 sendUrl INFO 3 [858] -2014-12-15 17:34:24 sendUrl INFO 3 [859] -2014-12-15 17:34:24 queue INFO 3 [74] -2014-12-15 17:34:24 sendUrl INFO 7 [860] -2014-12-15 17:34:24 queue INFO >3 [75] -2014-12-15 17:34:25 sendUrl INFO 7 [861] -2014-12-15 17:34:25 sendUrl INFO 3 [862] -2014-12-15 17:34:26 sendUrl INFO 3 [863] -2014-12-15 17:34:26 sendUrl INFO 7 [864] -2014-12-15 17:34:26 queue INFO 7 [76] -2014-12-15 17:34:27 queue INFO >7 [77] -2014-12-15 17:34:27 sendUrl INFO 7 [865] -2014-12-15 17:34:27 sendUrl INFO 3 [866] -2014-12-15 17:34:28 sendUrl INFO 3 [867] -2014-12-15 17:34:28 sendUrl INFO 7 [868] -2014-12-15 17:34:28 queue INFO 3 [78] -2014-12-15 17:34:29 queue INFO >3 [79] -2014-12-15 17:34:29 sendUrl INFO 7 [869] -2014-12-15 17:34:29 sendUrl INFO 3 [870] -2014-12-15 17:34:30 sendUrl INFO 3 [871] -2014-12-15 17:34:30 sendUrl INFO 7 [872] -2014-12-15 17:34:31 sendUrl INFO 7 [873] -2014-12-15 17:34:31 queue INFO 7 [80] -2014-12-15 17:34:31 queue INFO >7 [81] -2014-12-15 17:34:31 sendUrl INFO 3 [874] -2014-12-15 17:34:32 sendUrl INFO 3 [875] -2014-12-15 17:34:32 sendUrl INFO 7 [876] -2014-12-15 17:34:33 queue INFO 3 [82] -2014-12-15 17:34:33 sendUrl INFO 7 [877] -2014-12-15 17:34:33 queue INFO >3 [83] -2014-12-15 17:34:33 sendUrl INFO 3 [878] -2014-12-15 17:34:34 sendUrl INFO 3 [879] -2014-12-15 17:34:34 sendUrl INFO 7 [880] -2014-12-15 17:34:35 sendUrl INFO 7 [881] -2014-12-15 17:34:35 queue INFO 7 [84] -2014-12-15 17:34:35 queue INFO >7 [85] -2014-12-15 17:34:35 sendUrl INFO 3 [882] -2014-12-15 17:34:36 sendUrl INFO 3 [883] -2014-12-15 17:34:36 sendUrl INFO 7 [884] -2014-12-15 17:34:37 sendUrl INFO 7 [885] -2014-12-15 17:34:37 queue INFO 3 [86] -2014-12-15 17:34:37 queue INFO >3 [87] -2014-12-15 17:34:37 sendUrl INFO 3 [886] -2014-12-15 17:34:38 sendUrl INFO 3 [887] -2014-12-15 17:34:38 sendUrl INFO 7 [888] -2014-12-15 17:34:39 sendUrl INFO 7 [889] -2014-12-15 17:34:39 sendUrl INFO 3 [890] -2014-12-15 17:34:40 queue INFO 7 [88] -2014-12-15 17:34:40 queue INFO >7 [89] -2014-12-15 17:34:40 sendUrl INFO 3 [891] -2014-12-15 17:34:40 sendUrl INFO 7 [892] -2014-12-15 17:34:41 sendUrl INFO 7 [893] -2014-12-15 17:34:41 sendUrl INFO 3 [894] -2014-12-15 17:34:42 queue INFO 3 [90] -2014-12-15 17:34:42 queue INFO >3 [91] -2014-12-15 17:34:42 sendUrl INFO 3 [895] -2014-12-15 17:34:42 sendUrl INFO 7 [896] -2014-12-15 17:34:43 sendUrl INFO 7 [897] -2014-12-15 17:34:43 sendUrl INFO 3 [898] -2014-12-15 17:34:44 sendUrl INFO 3 [899] -2014-12-15 17:34:44 queue INFO 7 [92] -2014-12-15 17:34:44 queue INFO >7 [93] -2014-12-15 17:34:44 sendUrl INFO 7 [900] -2014-12-15 17:34:45 sendUrl INFO 7 [901] -2014-12-15 17:34:45 sendUrl INFO 3 [902] -2014-12-15 17:34:46 sendUrl INFO 3 [903] -2014-12-15 17:34:46 queue INFO 3 [94] -2014-12-15 17:34:46 queue INFO >3 [95] -2014-12-15 17:34:46 sendUrl INFO 7 [904] -2014-12-15 17:34:47 sendUrl INFO 7 [905] -2014-12-15 17:34:47 sendUrl INFO 3 [906] -2014-12-15 17:34:48 sendUrl INFO 3 [907] -2014-12-15 17:34:48 sendUrl INFO 7 [908] -2014-12-15 17:34:49 queue INFO 7 [96] -2014-12-15 17:34:49 queue INFO >7 [97] -2014-12-15 17:34:49 sendUrl INFO 7 [909] -2014-12-15 17:34:50 sendUrl INFO 3 [910] -2014-12-15 17:34:50 sendUrl INFO 3 [911] -2014-12-15 17:34:51 sendUrl INFO 7 [912] -2014-12-15 17:34:51 queue INFO 3 [98] -2014-12-15 17:34:51 queue INFO >3 [99] -2014-12-15 17:34:51 sendUrl INFO 7 [913] -2014-12-15 17:34:52 sendUrl INFO 3 [914] -2014-12-15 17:34:52 sendUrl INFO 3 [915] -2014-12-15 17:34:53 sendUrl INFO 7 [916] -2014-12-15 17:34:53 queue INFO 7 [100] -2014-12-15 17:34:53 sendUrl INFO 7 [917] -2014-12-15 17:34:53 queue INFO >7 [101] -2014-12-15 17:34:54 sendUrl INFO 3 [918] -2014-12-15 17:34:54 sendUrl INFO 3 [919] -2014-12-15 17:34:55 sendUrl INFO 7 [920] -2014-12-15 17:34:55 sendUrl INFO 7 [921] -2014-12-15 17:34:55 queue INFO 3 [102] -2014-12-15 17:34:55 queue INFO >3 [103] -2014-12-15 17:34:56 sendUrl INFO 3 [922] -2014-12-15 17:34:56 sendUrl INFO 3 [923] -2014-12-15 17:34:57 sendUrl INFO 7 [924] -2014-12-15 17:34:57 sendUrl INFO 7 [925] -2014-12-15 17:34:57 queue INFO 7 [104] -2014-12-15 17:34:58 queue INFO >7 [105] -2014-12-15 17:34:58 sendUrl INFO 3 [926] -2014-12-15 17:34:58 sendUrl INFO 3 [927] -2014-12-15 17:34:59 sendUrl INFO 7 [928] -2014-12-15 17:34:59 sendUrl INFO 7 [929] -2014-12-15 17:34:59 queue INFO 3 [106] -2014-12-15 17:35:00 queue INFO >3 [107] -2014-12-15 17:35:00 sendUrl INFO 3 [930] -2014-12-15 17:35:00 sendUrl INFO 3 [931] -2014-12-15 17:35:01 sendUrl INFO 7 [932] -2014-12-15 17:35:01 sendUrl INFO 7 [933] -2014-12-15 17:35:02 queue INFO 7 [108] -2014-12-15 17:35:02 sendUrl INFO 3 [934] -2014-12-15 17:35:02 queue INFO >7 [109] -2014-12-15 17:35:02 sendUrl INFO 3 [935] -2014-12-15 17:35:03 sendUrl INFO 7 [936] -2014-12-15 17:35:03 sendUrl INFO 7 [937] -2014-12-15 17:35:03 queue INFO 3 [110] -2014-12-15 17:35:04 queue INFO >3 [111] -2014-12-15 17:35:04 sendUrl INFO 3 [938] -2014-12-15 17:35:04 sendUrl INFO 3 [939] -2014-12-15 17:35:05 sendUrl INFO 7 [940] -2014-12-15 17:35:05 sendUrl INFO 7 [941] -2014-12-15 17:35:06 queue INFO 7 [112] -2014-12-15 17:35:06 sendUrl INFO 3 [942] -2014-12-15 17:35:06 queue INFO >7 [113] -2014-12-15 17:35:06 sendUrl INFO 3 [943] -2014-12-15 17:35:07 sendUrl INFO 7 [944] -2014-12-15 17:35:07 sendUrl INFO 7 [945] -2014-12-15 17:35:08 queue INFO 3 [114] -2014-12-15 17:35:08 sendUrl INFO 3 [946] -2014-12-15 17:35:08 queue INFO >3 [115] -2014-12-15 17:35:08 sendUrl INFO 3 [947] -2014-12-15 17:35:09 sendUrl INFO 7 [948] -2014-12-15 17:35:09 sendUrl INFO 7 [949] -2014-12-15 17:35:10 sendUrl INFO 3 [950] -2014-12-15 17:35:10 queue INFO 7 [116] -2014-12-15 17:35:10 queue INFO >7 [117] -2014-12-15 17:35:10 sendUrl INFO 3 [951] -2014-12-15 17:35:11 sendUrl INFO 7 [952] -2014-12-15 17:35:11 sendUrl INFO 7 [953] -2014-12-15 17:35:12 sendUrl INFO 3 [954] -2014-12-15 17:35:12 queue INFO 3 [118] -2014-12-15 17:35:12 queue INFO >3 [119] -2014-12-15 17:35:12 sendUrl INFO 3 [955] -2014-12-15 17:35:13 sendUrl INFO 7 [956] -2014-12-15 17:35:13 sendUrl INFO 7 [957] -2014-12-15 17:35:14 sendUrl INFO 3 [958] -2014-12-15 17:35:14 sendUrl INFO 3 [959] -2014-12-15 17:35:14 queue INFO 7 [120] -2014-12-15 17:35:15 queue INFO >7 [121] -2014-12-15 17:35:15 sendUrl INFO 7 [960] -2014-12-15 17:35:15 sendUrl INFO 7 [961] -2014-12-15 17:35:16 sendUrl INFO 3 [962] -2014-12-15 17:35:16 sendUrl INFO 3 [963] -2014-12-15 17:35:17 queue INFO 3 [122] -2014-12-15 17:35:17 sendUrl INFO 7 [964] -2014-12-15 17:35:17 queue INFO >3 [123] -2014-12-15 17:35:17 sendUrl INFO 7 [965] -2014-12-15 17:35:18 sendUrl INFO 3 [966] -2014-12-15 17:35:18 sendUrl INFO 3 [967] -2014-12-15 17:35:19 sendUrl INFO 7 [968] -2014-12-15 17:35:19 queue INFO 7 [124] -2014-12-15 17:35:19 queue INFO >7 [125] -2014-12-15 17:35:19 sendUrl INFO 7 [969] -2014-12-15 17:35:20 sendUrl INFO 3 [970] -2014-12-15 17:35:20 sendUrl INFO 3 [971] -2014-12-15 17:35:21 queue INFO 3 [126] -2014-12-15 17:35:21 sendUrl INFO 7 [972] -2014-12-15 17:35:21 queue INFO >3 [127] -2014-12-15 17:35:21 sendUrl INFO 7 [973] -2014-12-15 17:35:22 sendUrl INFO 3 [974] -2014-12-15 17:35:22 sendUrl INFO 3 [975] -2014-12-15 17:35:23 queue INFO 7 [128] -2014-12-15 17:35:23 sendUrl INFO 7 [976] -2014-12-15 17:35:23 queue INFO >7 [129] -2014-12-15 17:35:23 sendUrl INFO 7 [977] -2014-12-15 17:35:24 sendUrl INFO 3 [978] -2014-12-15 17:35:24 sendUrl INFO 3 [979] -2014-12-15 17:35:25 queue INFO 3 [130] -2014-12-15 17:35:25 queue INFO >3 [131] -2014-12-15 17:35:25 sendUrl INFO 7 [980] -2014-12-15 17:35:25 sendUrl INFO 7 [981] -2014-12-15 17:35:26 sendUrl INFO 3 [982] -2014-12-15 17:35:26 sendUrl INFO 3 [983] -2014-12-15 17:35:27 queue INFO 7 [132] -2014-12-15 17:35:27 queue INFO >7 [133] -2014-12-15 17:35:27 sendUrl INFO 7 [984] -2014-12-15 17:35:27 sendUrl INFO 7 [985] -2014-12-15 17:35:28 sendUrl INFO 3 [986] -2014-12-15 17:35:28 sendUrl INFO 3 [987] -2014-12-15 17:35:29 queue INFO 3 [134] -2014-12-15 17:35:29 sendUrl INFO 7 [988] -2014-12-15 17:35:29 queue INFO >3 [135] -2014-12-15 17:35:29 sendUrl INFO 7 [989] -2014-12-15 17:35:30 sendUrl INFO 3 [990] -2014-12-15 17:35:30 sendUrl INFO 3 [991] -2014-12-15 17:35:31 sendUrl INFO 7 [992] -2014-12-15 17:35:31 queue INFO 7 [136] -2014-12-15 17:35:31 sendUrl INFO 7 [993] -2014-12-15 17:35:32 queue INFO >7 [137] -2014-12-15 17:35:32 sendUrl INFO 3 [994] -2014-12-15 17:35:32 sendUrl INFO 3 [995] -2014-12-15 17:35:33 sendUrl INFO 7 [996] -2014-12-15 17:35:34 sendUrl INFO 7 [997] -2014-12-15 17:35:34 queue INFO 3 [138] -2014-12-15 17:35:34 queue INFO >3 [139] -2014-12-15 17:35:34 sendUrl INFO 3 [998] -2014-12-15 17:35:35 sendUrl INFO 3 [999] -2014-12-15 17:35:35 sendUrl INFO 7 [0] -2014-12-15 17:35:36 sendUrl INFO 7 [1] -2014-12-15 17:35:36 queue INFO 7 [140] -2014-12-15 17:35:36 sendUrl INFO 3 [2] -2014-12-15 17:35:36 queue INFO >7 [141] -2014-12-15 17:35:37 sendUrl INFO 3 [3] -2014-12-15 17:35:37 sendUrl INFO 7 [4] -2014-12-15 17:35:38 sendUrl INFO 7 [5] -2014-12-15 17:35:38 sendUrl INFO 3 [6] -2014-12-15 17:35:38 queue INFO 3 [142] -2014-12-15 17:35:38 queue INFO >3 [143] -2014-12-15 17:35:39 sendUrl INFO 3 [7] -2014-12-15 17:35:39 sendUrl INFO 7 [8] -2014-12-15 17:35:40 sendUrl INFO 7 [9] -2014-12-15 17:35:40 sendUrl INFO 3 [10] -2014-12-15 17:35:41 sendUrl INFO 3 [11] -2014-12-15 17:35:41 queue INFO 7 [144] -2014-12-15 17:35:41 queue INFO >7 [145] -2014-12-15 17:35:41 sendUrl INFO 7 [12] -2014-12-15 17:35:42 sendUrl INFO 7 [13] -2014-12-15 17:35:42 sendUrl INFO 3 [14] -2014-12-15 17:35:43 sendUrl INFO 3 [15] -2014-12-15 17:35:43 queue INFO 3 [146] -2014-12-15 17:35:43 sendUrl INFO 7 [16] -2014-12-15 17:35:43 queue INFO >3 [147] -2014-12-15 17:35:44 sendUrl INFO 7 [17] -2014-12-15 17:35:44 sendUrl INFO 3 [18] -2014-12-15 17:35:45 sendUrl INFO 3 [19] -2014-12-15 17:35:45 sendUrl INFO 7 [20] -2014-12-15 17:35:45 queue INFO 7 [148] -2014-12-15 17:35:46 queue INFO >7 [149] -2014-12-15 17:35:46 sendUrl INFO 7 [21] -2014-12-15 17:35:46 sendUrl INFO 3 [22] -2014-12-15 17:35:47 sendUrl INFO 3 [23] -2014-12-15 17:35:47 sendUrl INFO 7 [24] -2014-12-15 17:35:48 queue INFO 3 [150] -2014-12-15 17:35:48 sendUrl INFO 7 [25] -2014-12-15 17:35:48 queue INFO >3 [151] -2014-12-15 17:35:48 sendUrl INFO 3 [26] -2014-12-15 17:35:49 sendUrl INFO 3 [27] -2014-12-15 17:35:49 sendUrl INFO 7 [28] -2014-12-15 17:35:50 sendUrl INFO 7 [29] -2014-12-15 17:35:50 queue INFO 7 [152] -2014-12-15 17:35:50 queue INFO >7 [153] -2014-12-15 17:35:50 sendUrl INFO 3 [30] -2014-12-15 17:35:51 sendUrl INFO 3 [31] -2014-12-15 17:35:51 sendUrl INFO 7 [32] -2014-12-15 17:35:52 sendUrl INFO 7 [33] -2014-12-15 17:35:52 queue INFO 3 [154] -2014-12-15 17:35:52 sendUrl INFO 3 [34] -2014-12-15 17:35:52 queue INFO >3 [155] -2014-12-15 17:35:53 sendUrl INFO 3 [35] -2014-12-15 17:35:53 sendUrl INFO 7 [36] -2014-12-15 17:35:54 sendUrl INFO 7 [37] -2014-12-15 17:35:54 sendUrl INFO 3 [38] -2014-12-15 17:35:54 queue INFO 7 [156] -2014-12-15 17:35:55 queue INFO >7 [157] -2014-12-15 17:35:55 sendUrl INFO 3 [39] -2014-12-15 17:35:55 sendUrl INFO 7 [40] -2014-12-15 17:35:56 sendUrl INFO 7 [41] -2014-12-15 17:35:56 sendUrl INFO 3 [42] -2014-12-15 17:35:56 queue INFO 3 [158] -2014-12-15 17:35:57 queue INFO >3 [159] -2014-12-15 17:35:57 sendUrl INFO 3 [43] -2014-12-15 17:35:57 sendUrl INFO 7 [44] -2014-12-15 17:35:58 sendUrl INFO 7 [45] -2014-12-15 17:35:58 sendUrl INFO 3 [46] -2014-12-15 17:35:59 sendUrl INFO 3 [47] -2014-12-15 17:35:59 queue INFO 7 [160] -2014-12-15 17:35:59 queue INFO >7 [161] -2014-12-15 17:35:59 sendUrl INFO 7 [48] -2014-12-15 17:36:00 sendUrl INFO 7 [49] -2014-12-15 17:36:00 sendUrl INFO 3 [50] -2014-12-15 17:36:01 queue INFO 3 [162] -2014-12-15 17:36:01 sendUrl INFO 3 [51] -2014-12-15 17:36:01 queue INFO >3 [163] -2014-12-15 17:36:01 sendUrl INFO 7 [52] -2014-12-15 17:36:02 sendUrl INFO 7 [53] -2014-12-15 17:36:02 sendUrl INFO 3 [54] -2014-12-15 17:36:03 sendUrl INFO 3 [55] -2014-12-15 17:36:03 queue INFO 7 [164] -2014-12-15 17:36:03 queue INFO >7 [165] -2014-12-15 17:36:03 sendUrl INFO 7 [56] -2014-12-15 17:36:04 sendUrl INFO 7 [57] -2014-12-15 17:36:04 sendUrl INFO 3 [58] -2014-12-15 17:36:05 sendUrl INFO 3 [59] -2014-12-15 17:36:05 queue INFO 3 [166] -2014-12-15 17:36:05 queue INFO >3 [167] -2014-12-15 17:36:05 sendUrl INFO 7 [60] -2014-12-15 17:36:06 sendUrl INFO 7 [61] -2014-12-15 17:36:06 sendUrl INFO 3 [62] -2014-12-15 17:36:07 sendUrl INFO 3 [63] -2014-12-15 17:36:07 queue INFO 7 [168] -2014-12-15 17:36:07 sendUrl INFO 7 [64] -2014-12-15 17:36:07 queue INFO >7 [169] -2014-12-15 17:36:08 sendUrl INFO 7 [65] -2014-12-15 17:36:08 sendUrl INFO 3 [66] -2014-12-15 17:36:09 sendUrl INFO 3 [67] -2014-12-15 17:36:09 sendUrl INFO 7 [68] -2014-12-15 17:36:10 queue INFO 3 [170] -2014-12-15 17:36:10 queue INFO >3 [171] -2014-12-15 17:36:10 sendUrl INFO 7 [69] -2014-12-15 17:36:10 sendUrl INFO 3 [70] -2014-12-15 17:36:11 sendUrl INFO 3 [71] -2014-12-15 17:36:11 sendUrl INFO 7 [72] -2014-12-15 17:36:12 queue INFO 7 [172] -2014-12-15 17:36:12 sendUrl INFO 7 [73] -2014-12-15 17:36:12 queue INFO >7 [173] -2014-12-15 17:36:12 sendUrl INFO 3 [74] -2014-12-15 17:36:13 sendUrl INFO 3 [75] -2014-12-15 17:36:13 sendUrl INFO 7 [76] -2014-12-15 17:36:14 queue INFO 3 [174] -2014-12-15 17:36:14 sendUrl INFO 7 [77] -2014-12-15 17:36:14 queue INFO >3 [175] -2014-12-15 17:36:14 sendUrl INFO 3 [78] -2014-12-15 17:36:15 sendUrl INFO 3 [79] -2014-12-15 17:36:15 sendUrl INFO 7 [80] -2014-12-15 17:36:16 sendUrl INFO 7 [81] -2014-12-15 17:36:16 queue INFO 7 [176] -2014-12-15 17:36:16 queue INFO >7 [177] -2014-12-15 17:36:16 sendUrl INFO 3 [82] -2014-12-15 17:36:17 sendUrl INFO 3 [83] -2014-12-15 17:36:17 sendUrl INFO 7 [84] -2014-12-15 17:36:18 sendUrl INFO 7 [85] -2014-12-15 17:36:18 queue INFO 3 [178] -2014-12-15 17:36:19 sendUrl INFO 3 [86] -2014-12-15 17:36:19 queue INFO >3 [179] -2014-12-15 17:36:19 sendUrl INFO 3 [87] -2014-12-15 17:36:20 sendUrl INFO 7 [88] -2014-12-15 17:36:20 sendUrl INFO 7 [89] -2014-12-15 17:36:21 sendUrl INFO 3 [90] -2014-12-15 17:36:21 queue INFO 7 [180] -2014-12-15 17:36:21 queue INFO >7 [181] -2014-12-15 17:36:21 sendUrl INFO 3 [91] -2014-12-15 17:36:22 sendUrl INFO 7 [92] -2014-12-15 17:36:22 sendUrl INFO 7 [93] -2014-12-15 17:36:23 sendUrl INFO 3 [94] -2014-12-15 17:36:23 queue INFO 3 [182] -2014-12-15 17:36:23 queue INFO >3 [183] -2014-12-15 17:36:23 sendUrl INFO 3 [95] -2014-12-15 17:36:24 sendUrl INFO 7 [96] -2014-12-15 17:36:24 sendUrl INFO 7 [97] -2014-12-15 17:36:25 sendUrl INFO 3 [98] -2014-12-15 17:36:25 sendUrl INFO 3 [99] -2014-12-15 17:36:25 queue INFO 7 [184] -2014-12-15 17:36:25 queue INFO >7 [185] -2014-12-15 17:36:26 sendUrl INFO 7 [100] -2014-12-15 17:36:26 sendUrl INFO 7 [101] -2014-12-15 17:36:27 sendUrl INFO 3 [102] -2014-12-15 17:36:27 sendUrl INFO 3 [103] -2014-12-15 17:36:27 queue INFO 3 [186] -2014-12-15 17:36:28 queue INFO >3 [187] -2014-12-15 17:36:28 sendUrl INFO 7 [104] -2014-12-15 17:36:28 sendUrl INFO 7 [105] -2014-12-15 17:36:29 sendUrl INFO 3 [106] -2014-12-15 17:36:29 sendUrl INFO 3 [107] -2014-12-15 17:36:30 sendUrl INFO 7 [108] -2014-12-15 17:36:30 queue INFO 7 [188] -2014-12-15 17:36:30 sendUrl INFO 7 [109] -2014-12-15 17:36:30 queue INFO >7 [189] -2014-12-15 17:36:31 sendUrl INFO 3 [110] -2014-12-15 17:36:31 sendUrl INFO 3 [111] -2014-12-15 17:36:32 sendUrl INFO 7 [112] -2014-12-15 17:36:32 queue INFO 3 [190] -2014-12-15 17:36:32 queue INFO >3 [191] -2014-12-15 17:36:32 sendUrl INFO 7 [113] -2014-12-15 17:36:33 sendUrl INFO 3 [114] -2014-12-15 17:36:33 sendUrl INFO 3 [115] -2014-12-15 17:36:34 sendUrl INFO 7 [116] -2014-12-15 17:36:34 queue INFO 7 [192] -2014-12-15 17:36:34 sendUrl INFO 7 [117] -2014-12-15 17:36:34 queue INFO >7 [193] -2014-12-15 17:36:35 sendUrl INFO 3 [118] -2014-12-15 17:36:35 sendUrl INFO 3 [119] -2014-12-15 17:36:36 sendUrl INFO 7 [120] -2014-12-15 17:36:36 queue INFO 3 [194] -2014-12-15 17:36:36 sendUrl INFO 7 [121] -2014-12-15 17:36:36 queue INFO >3 [195] -2014-12-15 17:36:37 sendUrl INFO 3 [122] -2014-12-15 17:36:37 sendUrl INFO 3 [123] -2014-12-15 17:36:38 sendUrl INFO 7 [124] -2014-12-15 17:36:38 sendUrl INFO 7 [125] -2014-12-15 17:36:38 queue INFO 7 [196] -2014-12-15 17:36:38 queue INFO >7 [197] -2014-12-15 17:36:39 sendUrl INFO 3 [126] -2014-12-15 17:36:39 sendUrl INFO 3 [127] -2014-12-15 17:36:40 sendUrl INFO 7 [128] -2014-12-15 17:36:40 queue INFO 3 [198] -2014-12-15 17:36:40 queue INFO >3 [199] -2014-12-15 17:36:40 sendUrl INFO 7 [129] -2014-12-15 17:36:41 sendUrl INFO 3 [130] -2014-12-15 17:36:41 sendUrl INFO 3 [131] -2014-12-15 17:36:42 sendUrl INFO 7 [132] -2014-12-15 17:36:42 queue INFO 7 [200] -2014-12-15 17:36:42 sendUrl INFO 7 [133] -2014-12-15 17:36:42 queue INFO >7 [201] -2014-12-15 17:36:43 sendUrl INFO 3 [134] -2014-12-15 17:36:43 sendUrl INFO 3 [135] -2014-12-15 17:36:44 sendUrl INFO 7 [136] -2014-12-15 17:36:44 queue INFO 3 [202] -2014-12-15 17:36:44 sendUrl INFO 7 [137] -2014-12-15 17:36:44 queue INFO >3 [203] -2014-12-15 17:36:45 sendUrl INFO 3 [138] -2014-12-15 17:36:45 sendUrl INFO 3 [139] -2014-12-15 17:36:46 sendUrl INFO 7 [140] -2014-12-15 17:36:46 sendUrl INFO 7 [141] -2014-12-15 17:36:46 queue INFO 7 [204] -2014-12-15 17:36:47 queue INFO >7 [205] -2014-12-15 17:36:47 sendUrl INFO 3 [142] -2014-12-15 17:36:47 sendUrl INFO 3 [143] -2014-12-15 17:36:48 sendUrl INFO 7 [144] -2014-12-15 17:36:48 queue INFO 3 [206] -2014-12-15 17:36:48 sendUrl INFO 7 [145] -2014-12-15 17:36:48 queue INFO >3 [207] -2014-12-15 17:36:49 sendUrl INFO 3 [146] -2014-12-15 17:36:49 sendUrl INFO 3 [147] -2014-12-15 17:36:50 sendUrl INFO 7 [148] -2014-12-15 17:36:50 queue INFO 7 [208] -2014-12-15 17:36:50 sendUrl INFO 7 [149] -2014-12-15 17:36:50 queue INFO >7 [209] -2014-12-15 17:36:51 sendUrl INFO 3 [150] -2014-12-15 17:36:51 sendUrl INFO 3 [151] -2014-12-15 17:36:52 sendUrl INFO 7 [152] -2014-12-15 17:36:52 queue INFO 3 [210] -2014-12-15 17:36:52 queue INFO >3 [211] -2014-12-15 17:36:52 sendUrl INFO 7 [153] -2014-12-15 17:36:53 sendUrl INFO 3 [154] -2014-12-15 17:36:53 sendUrl INFO 3 [155] -2014-12-15 17:36:54 sendUrl INFO 7 [156] -2014-12-15 17:36:54 sendUrl INFO 7 [157] -2014-12-15 17:36:55 queue INFO 7 [212] -2014-12-15 17:36:55 queue INFO >7 [213] -2014-12-15 17:36:55 sendUrl INFO 3 [158] -2014-12-15 17:36:55 sendUrl INFO 3 [159] -2014-12-15 17:36:56 sendUrl INFO 7 [160] -2014-12-15 17:36:56 queue INFO 3 [214] -2014-12-15 17:36:56 sendUrl INFO 7 [161] -2014-12-15 17:36:57 queue INFO >3 [215] -2014-12-15 17:36:57 sendUrl INFO 3 [162] -2014-12-15 17:36:57 sendUrl INFO 3 [163] -2014-12-15 17:36:58 sendUrl INFO 7 [164] -2014-12-15 17:36:58 sendUrl INFO 7 [165] -2014-12-15 17:36:59 queue INFO 7 [216] -2014-12-15 17:36:59 queue INFO >7 [217] -2014-12-15 17:36:59 sendUrl INFO 3 [166] -2014-12-15 17:36:59 sendUrl INFO 3 [167] -2014-12-15 17:37:00 sendUrl INFO 7 [168] -2014-12-15 17:37:00 sendUrl INFO 7 [169] -2014-12-15 17:37:01 queue INFO 3 [218] -2014-12-15 17:37:01 queue INFO >3 [219] -2014-12-15 17:37:01 sendUrl INFO 3 [170] -2014-12-15 17:37:01 sendUrl INFO 3 [171] -2014-12-15 17:37:02 sendUrl INFO 7 [172] -2014-12-15 17:37:03 sendUrl INFO 7 [173] -2014-12-15 17:37:03 queue INFO 7 [220] -2014-12-15 17:37:03 sendUrl INFO 3 [174] -2014-12-15 17:37:03 queue INFO >7 [221] -2014-12-15 17:37:04 sendUrl INFO 3 [175] -2014-12-15 17:37:04 sendUrl INFO 7 [176] -2014-12-15 17:37:05 sendUrl INFO 7 [177] -2014-12-15 17:37:05 queue INFO 3 [222] -2014-12-15 17:37:05 sendUrl INFO 3 [178] -2014-12-15 17:37:05 queue INFO >3 [223] -2014-12-15 17:37:06 sendUrl INFO 3 [179] -2014-12-15 17:37:06 sendUrl INFO 7 [180] -2014-12-15 17:37:07 sendUrl INFO 7 [181] -2014-12-15 17:37:07 sendUrl INFO 3 [182] -2014-12-15 17:37:08 sendUrl INFO 3 [183] -2014-12-15 17:37:08 queue INFO 7 [224] -2014-12-15 17:37:08 queue INFO >7 [225] -2014-12-15 17:37:08 sendUrl INFO 7 [184] -2014-12-15 17:37:09 sendUrl INFO 7 [185] -2014-12-15 17:37:09 sendUrl INFO 3 [186] -2014-12-15 17:37:10 queue INFO 3 [226] -2014-12-15 17:37:10 sendUrl INFO 3 [187] -2014-12-15 17:37:10 queue INFO >3 [227] -2014-12-15 17:37:10 sendUrl INFO 7 [188] -2014-12-15 17:37:11 sendUrl INFO 7 [189] -2014-12-15 17:37:11 sendUrl INFO 3 [190] -2014-12-15 17:37:12 sendUrl INFO 3 [191] -2014-12-15 17:37:12 queue INFO 7 [228] -2014-12-15 17:37:12 sendUrl INFO 7 [192] -2014-12-15 17:37:12 queue INFO >7 [229] -2014-12-15 17:37:13 sendUrl INFO 7 [193] -2014-12-15 17:37:13 sendUrl INFO 3 [194] -2014-12-15 17:37:14 sendUrl INFO 3 [195] -2014-12-15 17:37:14 sendUrl INFO 7 [196] -2014-12-15 17:37:14 queue INFO 3 [230] -2014-12-15 17:37:14 queue INFO >3 [231] -2014-12-15 17:37:15 sendUrl INFO 7 [197] -2014-12-15 17:37:15 sendUrl INFO 3 [198] -2014-12-15 17:37:16 sendUrl INFO 3 [199] -2014-12-15 17:37:16 sendUrl INFO 7 [200] -2014-12-15 17:37:17 sendUrl INFO 7 [201] -2014-12-15 17:37:17 queue INFO 7 [232] -2014-12-15 17:37:17 queue INFO >7 [233] -2014-12-15 17:37:17 sendUrl INFO 3 [202] -2014-12-15 17:37:18 sendUrl INFO 3 [203] -2014-12-15 17:37:18 sendUrl INFO 7 [204] -2014-12-15 17:37:19 sendUrl INFO 7 [205] -2014-12-15 17:37:19 queue INFO 3 [234] -2014-12-15 17:37:19 queue INFO >3 [235] -2014-12-15 17:37:19 sendUrl INFO 3 [206] -2014-12-15 17:37:20 sendUrl INFO 3 [207] -2014-12-15 17:37:20 sendUrl INFO 7 [208] -2014-12-15 17:37:21 sendUrl INFO 7 [209] -2014-12-15 17:37:21 sendUrl INFO 3 [210] -2014-12-15 17:37:21 queue INFO 7 [236] -2014-12-15 17:37:21 queue INFO >7 [237] -2014-12-15 17:37:22 sendUrl INFO 3 [211] -2014-12-15 17:37:22 sendUrl INFO 7 [212] -2014-12-15 17:37:23 sendUrl INFO 7 [213] -2014-12-15 17:37:23 sendUrl INFO 3 [214] -2014-12-15 17:37:23 queue INFO 3 [238] -2014-12-15 17:37:24 queue INFO >3 [239] -2014-12-15 17:37:24 sendUrl INFO 3 [215] -2014-12-15 17:37:24 sendUrl INFO 7 [216] -2014-12-15 17:37:25 sendUrl INFO 7 [217] -2014-12-15 17:37:25 sendUrl INFO 3 [218] -2014-12-15 17:37:26 sendUrl INFO 3 [219] -2014-12-15 17:37:26 queue INFO 7 [240] -2014-12-15 17:37:26 queue INFO >7 [241] -2014-12-15 17:37:26 sendUrl INFO 7 [220] -2014-12-15 17:37:27 sendUrl INFO 7 [221] -2014-12-15 17:37:27 sendUrl INFO 3 [222] -2014-12-15 17:37:28 sendUrl INFO 3 [223] -2014-12-15 17:37:28 queue INFO 3 [242] -2014-12-15 17:37:28 sendUrl INFO 7 [224] -2014-12-15 17:37:28 queue INFO >3 [243] -2014-12-15 17:37:29 sendUrl INFO 7 [225] -2014-12-15 17:37:29 sendUrl INFO 3 [226] -2014-12-15 17:37:30 sendUrl INFO 3 [227] -2014-12-15 17:37:30 sendUrl INFO 7 [228] -2014-12-15 17:37:31 queue INFO 7 [244] -2014-12-15 17:37:31 sendUrl INFO 7 [229] -2014-12-15 17:37:31 queue INFO >7 [245] -2014-12-15 17:37:31 sendUrl INFO 3 [230] -2014-12-15 17:37:32 sendUrl INFO 3 [231] -2014-12-15 17:37:32 sendUrl INFO 7 [232] -2014-12-15 17:37:33 sendUrl INFO 7 [233] -2014-12-15 17:37:33 queue INFO 3 [246] -2014-12-15 17:37:33 queue INFO >3 [247] -2014-12-15 17:37:33 sendUrl INFO 3 [234] -2014-12-15 17:37:34 sendUrl INFO 3 [235] -2014-12-15 17:37:34 sendUrl INFO 7 [236] -2014-12-15 17:37:35 sendUrl INFO 7 [237] -2014-12-15 17:37:35 sendUrl INFO 3 [238] -2014-12-15 17:37:35 queue INFO 7 [248] -2014-12-15 17:37:36 queue INFO >7 [249] -2014-12-15 17:37:36 sendUrl INFO 3 [239] -2014-12-15 17:37:36 sendUrl INFO 7 [240] -2014-12-15 17:37:37 sendUrl INFO 7 [241] -2014-12-15 17:37:37 sendUrl INFO 3 [242] -2014-12-15 17:37:38 queue INFO 3 [250] -2014-12-15 17:37:38 sendUrl INFO 3 [243] -2014-12-15 17:37:38 queue INFO >3 [251] -2014-12-15 17:37:38 sendUrl INFO 7 [244] -2014-12-15 17:37:39 sendUrl INFO 7 [245] -2014-12-15 17:37:39 sendUrl INFO 3 [246] -2014-12-15 17:37:40 sendUrl INFO 3 [247] -2014-12-15 17:37:40 sendUrl INFO 7 [248] -2014-12-15 17:37:41 queue INFO 7 [252] -2014-12-15 17:37:41 queue INFO >7 [253] -2014-12-15 17:37:41 sendUrl INFO 7 [249] -2014-12-15 17:37:41 sendUrl INFO 3 [250] -2014-12-15 17:37:42 sendUrl INFO 3 [251] -2014-12-15 17:37:42 sendUrl INFO 7 [252] -2014-12-15 17:37:43 queue INFO 3 [254] -2014-12-15 17:37:43 sendUrl INFO 7 [253] -2014-12-15 17:37:43 queue INFO >3 [255] -2014-12-15 17:37:43 sendUrl INFO 3 [254] -2014-12-15 17:37:44 sendUrl INFO 3 [255] -2014-12-15 17:37:44 sendUrl INFO 7 [256] -2014-12-15 17:37:45 sendUrl INFO 7 [257] -2014-12-15 17:37:45 queue INFO 7 [256] -2014-12-15 17:37:46 sendUrl INFO 3 [258] -2014-12-15 17:37:46 queue INFO >7 [257] -2014-12-15 17:37:46 sendUrl INFO 3 [259] -2014-12-15 17:37:47 sendUrl INFO 7 [260] -2014-12-15 17:37:47 sendUrl INFO 7 [261] -2014-12-15 17:37:47 queue INFO 3 [258] -2014-12-15 17:37:47 queue INFO >3 [259] -2014-12-15 17:37:48 sendUrl INFO 3 [262] -2014-12-15 17:37:48 sendUrl INFO 3 [263] -2014-12-15 17:37:49 sendUrl INFO 7 [264] -2014-12-15 17:37:49 sendUrl INFO 7 [265] -2014-12-15 17:37:50 sendUrl INFO 3 [266] -2014-12-15 17:37:50 queue INFO 7 [260] -2014-12-15 17:37:50 queue INFO >7 [261] -2014-12-15 17:37:50 sendUrl INFO 3 [267] -2014-12-15 17:37:51 sendUrl INFO 7 [268] -2014-12-15 17:37:51 sendUrl INFO 7 [269] -2014-12-15 17:37:52 queue INFO 3 [262] -2014-12-15 17:37:52 sendUrl INFO 3 [270] -2014-12-15 17:37:52 queue INFO >3 [263] -2014-12-15 17:37:52 sendUrl INFO 3 [271] -2014-12-15 17:37:53 sendUrl INFO 7 [272] -2014-12-15 17:37:53 sendUrl INFO 7 [273] -2014-12-15 17:37:54 sendUrl INFO 3 [274] -2014-12-15 17:37:54 queue INFO 7 [264] -2014-12-15 17:37:54 sendUrl INFO 3 [275] -2014-12-15 17:37:54 queue INFO >7 [265] -2014-12-15 17:37:55 sendUrl INFO 7 [276] -2014-12-15 17:37:55 sendUrl INFO 7 [277] -2014-12-15 17:37:56 sendUrl INFO 3 [278] -2014-12-15 17:37:56 queue INFO 3 [266] -2014-12-15 17:37:56 sendUrl INFO 3 [279] -2014-12-15 17:37:56 queue INFO >3 [267] -2014-12-15 17:37:57 sendUrl INFO 7 [280] -2014-12-15 17:37:57 sendUrl INFO 7 [281] -2014-12-15 17:37:58 sendUrl INFO 3 [282] -2014-12-15 17:37:58 sendUrl INFO 3 [283] -2014-12-15 17:37:58 queue INFO 7 [268] -2014-12-15 17:37:58 queue INFO >7 [269] -2014-12-15 17:37:59 sendUrl INFO 7 [284] -2014-12-15 17:37:59 sendUrl INFO 7 [285] -2014-12-15 17:38:00 sendUrl INFO 3 [286] -2014-12-15 17:38:00 sendUrl INFO 3 [287] -2014-12-15 17:38:00 queue INFO 3 [270] -2014-12-15 17:38:01 queue INFO >3 [271] -2014-12-15 17:38:01 sendUrl INFO 7 [288] -2014-12-15 17:38:01 sendUrl INFO 7 [289] -2014-12-15 17:38:02 sendUrl INFO 3 [290] -2014-12-15 17:38:02 sendUrl INFO 3 [291] -2014-12-15 17:38:03 queue INFO 7 [272] -2014-12-15 17:38:03 sendUrl INFO 7 [292] -2014-12-15 17:38:03 queue INFO >7 [273] -2014-12-15 17:38:03 sendUrl INFO 7 [293] -2014-12-15 17:38:04 sendUrl INFO 3 [294] -2014-12-15 17:38:04 queue INFO 3 [274] -2014-12-15 17:38:04 sendUrl INFO 3 [295] -2014-12-15 17:38:04 queue INFO >3 [275] -2014-12-15 17:38:05 sendUrl INFO 7 [296] -2014-12-15 17:38:05 sendUrl INFO 7 [297] -2014-12-15 17:38:06 sendUrl INFO 3 [298] -2014-12-15 17:38:06 queue INFO 7 [276] -2014-12-15 17:38:06 queue INFO >7 [277] -2014-12-15 17:38:06 sendUrl INFO 3 [299] -2014-12-15 17:38:07 sendUrl INFO 7 [300] -2014-12-15 17:38:07 sendUrl INFO 7 [301] -2014-12-15 17:38:07 queue INFO 3 [278] -2014-12-15 17:38:08 queue INFO >3 [279] -2014-12-15 17:38:08 sendUrl INFO 3 [302] -2014-12-15 17:38:08 sendUrl INFO 3 [303] -2014-12-15 17:38:09 sendUrl INFO 7 [304] -2014-12-15 17:38:09 queue INFO 7 [280] -2014-12-15 17:38:09 queue INFO >7 [281] -2014-12-15 17:38:09 sendUrl INFO 7 [305] -2014-12-15 17:38:10 sendUrl INFO 3 [306] -2014-12-15 17:38:10 sendUrl INFO 3 [307] -2014-12-15 17:38:11 sendUrl INFO 7 [308] -2014-12-15 17:38:11 queue INFO 3 [282] -2014-12-15 17:38:11 queue INFO >3 [283] -2014-12-15 17:38:11 sendUrl INFO 7 [309] -2014-12-15 17:38:12 sendUrl INFO 3 [310] -2014-12-15 17:38:12 sendUrl INFO 3 [311] -2014-12-15 17:38:13 sendUrl INFO 7 [312] -2014-12-15 17:38:13 sendUrl INFO 7 [313] -2014-12-15 17:38:13 queue INFO 7 [284] -2014-12-15 17:38:14 queue INFO >7 [285] -2014-12-15 17:38:14 sendUrl INFO 3 [314] -2014-12-15 17:38:14 sendUrl INFO 3 [315] -2014-12-15 17:38:15 sendUrl INFO 7 [316] -2014-12-15 17:38:15 sendUrl INFO 7 [317] -2014-12-15 17:38:16 queue INFO 3 [286] -2014-12-15 17:38:16 sendUrl INFO 3 [318] -2014-12-15 17:38:16 queue INFO >3 [287] -2014-12-15 17:38:16 sendUrl INFO 3 [319] -2014-12-15 17:38:17 sendUrl INFO 7 [320] -2014-12-15 17:38:17 sendUrl INFO 7 [321] -2014-12-15 17:38:17 queue INFO 7 [288] -2014-12-15 17:38:18 queue INFO >7 [289] -2014-12-15 17:38:18 sendUrl INFO 3 [322] -2014-12-15 17:38:18 sendUrl INFO 3 [323] -2014-12-15 17:38:19 sendUrl INFO 7 [324] -2014-12-15 17:38:19 sendUrl INFO 7 [325] -2014-12-15 17:38:20 queue INFO 3 [290] -2014-12-15 17:38:20 queue INFO >3 [291] -2014-12-15 17:38:20 sendUrl INFO 3 [326] -2014-12-15 17:38:20 sendUrl INFO 3 [327] -2014-12-15 17:38:21 sendUrl INFO 7 [328] -2014-12-15 17:38:21 sendUrl INFO 7 [329] -2014-12-15 17:38:22 sendUrl INFO 3 [330] -2014-12-15 17:38:22 sendUrl INFO 3 [331] -2014-12-15 17:38:23 queue INFO 7 [292] -2014-12-15 17:38:23 queue INFO >7 [293] -2014-12-15 17:38:23 sendUrl INFO 7 [332] -2014-12-15 17:38:23 sendUrl INFO 7 [333] -2014-12-15 17:38:24 sendUrl INFO 3 [334] -2014-12-15 17:38:24 queue INFO 3 [294] -2014-12-15 17:38:24 sendUrl INFO 3 [335] -2014-12-15 17:38:25 queue INFO >3 [295] -2014-12-15 17:38:25 sendUrl INFO 7 [336] -2014-12-15 17:38:25 sendUrl INFO 7 [337] -2014-12-15 17:38:26 sendUrl INFO 3 [338] -2014-12-15 17:38:26 sendUrl INFO 3 [339] -2014-12-15 17:38:27 queue INFO 7 [296] -2014-12-15 17:38:27 queue INFO >7 [297] -2014-12-15 17:38:27 sendUrl INFO 7 [340] -2014-12-15 17:38:27 sendUrl INFO 7 [341] -2014-12-15 17:38:28 sendUrl INFO 3 [342] -2014-12-15 17:38:29 sendUrl INFO 3 [343] -2014-12-15 17:38:29 queue INFO 3 [298] -2014-12-15 17:38:29 sendUrl INFO 7 [344] -2014-12-15 17:38:29 queue INFO >3 [299] -2014-12-15 17:38:30 sendUrl INFO 7 [345] -2014-12-15 17:38:30 sendUrl INFO 3 [346] -2014-12-15 17:38:31 sendUrl INFO 3 [347] -2014-12-15 17:38:31 sendUrl INFO 7 [348] -2014-12-15 17:38:32 sendUrl INFO 7 [349] -2014-12-15 17:38:32 queue INFO 7 [300] -2014-12-15 17:38:32 queue INFO >7 [301] -2014-12-15 17:38:32 sendUrl INFO 3 [350] -2014-12-15 17:38:33 sendUrl INFO 3 [351] -2014-12-15 17:38:33 sendUrl INFO 7 [352] -2014-12-15 17:38:34 sendUrl INFO 7 [353] -2014-12-15 17:38:34 queue INFO 3 [302] -2014-12-15 17:38:34 sendUrl INFO 3 [354] -2014-12-15 17:38:34 queue INFO >3 [303] -2014-12-15 17:38:35 sendUrl INFO 3 [355] -2014-12-15 17:38:35 sendUrl INFO 7 [356] -2014-12-15 17:38:36 sendUrl INFO 7 [357] -2014-12-15 17:38:36 sendUrl INFO 3 [358] -2014-12-15 17:38:36 queue INFO 7 [304] -2014-12-15 17:38:37 queue INFO >7 [305] -2014-12-15 17:38:37 sendUrl INFO 3 [359] -2014-12-15 17:38:37 sendUrl INFO 7 [360] -2014-12-15 17:38:38 sendUrl INFO 7 [361] -2014-12-15 17:38:38 sendUrl INFO 3 [362] -2014-12-15 17:38:39 queue INFO 3 [306] -2014-12-15 17:38:39 sendUrl INFO 3 [363] -2014-12-15 17:38:39 queue INFO >3 [307] -2014-12-15 17:38:39 sendUrl INFO 7 [364] -2014-12-15 17:38:40 sendUrl INFO 7 [365] -2014-12-15 17:38:40 sendUrl INFO 3 [366] -2014-12-15 17:38:41 sendUrl INFO 3 [367] -2014-12-15 17:38:41 queue INFO 7 [308] -2014-12-15 17:38:41 sendUrl INFO 7 [368] -2014-12-15 17:38:41 queue INFO >7 [309] -2014-12-15 17:38:42 sendUrl INFO 7 [369] -2014-12-15 17:38:42 sendUrl INFO 3 [370] -2014-12-15 17:38:43 sendUrl INFO 3 [371] -2014-12-15 17:38:43 sendUrl INFO 7 [372] -2014-12-15 17:38:43 queue INFO 3 [310] -2014-12-15 17:38:43 queue INFO >3 [311] -2014-12-15 17:38:44 sendUrl INFO 7 [373] -2014-12-15 17:38:44 sendUrl INFO 3 [374] -2014-12-15 17:38:45 sendUrl INFO 3 [375] -2014-12-15 17:38:45 sendUrl INFO 7 [376] -2014-12-15 17:38:46 queue INFO 7 [312] -2014-12-15 17:38:46 sendUrl INFO 7 [377] -2014-12-15 17:38:46 queue INFO >7 [313] -2014-12-15 17:38:46 sendUrl INFO 3 [378] -2014-12-15 17:38:47 sendUrl INFO 3 [379] -2014-12-15 17:38:47 queue INFO 3 [314] -2014-12-15 17:38:47 sendUrl INFO 7 [380] -2014-12-15 17:38:47 queue INFO >3 [315] -2014-12-15 17:38:48 sendUrl INFO 7 [381] -2014-12-15 17:38:48 sendUrl INFO 3 [382] -2014-12-15 17:38:49 sendUrl INFO 3 [383] -2014-12-15 17:38:49 sendUrl INFO 7 [384] -2014-12-15 17:38:50 queue INFO 7 [316] -2014-12-15 17:38:50 sendUrl INFO 7 [385] -2014-12-15 17:38:50 queue INFO >7 [317] -2014-12-15 17:38:50 sendUrl INFO 3 [386] -2014-12-15 17:38:51 sendUrl INFO 3 [387] -2014-12-15 17:38:51 sendUrl INFO 7 [388] -2014-12-15 17:38:52 sendUrl INFO 7 [389] -2014-12-15 17:38:52 queue INFO 3 [318] -2014-12-15 17:38:52 queue INFO >3 [319] -2014-12-15 17:38:52 sendUrl INFO 3 [390] -2014-12-15 17:38:53 sendUrl INFO 3 [391] -2014-12-15 17:38:53 sendUrl INFO 7 [392] -2014-12-15 17:38:54 sendUrl INFO 7 [393] -2014-12-15 17:38:54 sendUrl INFO 3 [394] -2014-12-15 17:38:55 sendUrl INFO 3 [395] -2014-12-15 17:38:55 queue INFO 7 [320] -2014-12-15 17:38:55 queue INFO >7 [321] -2014-12-15 17:38:55 sendUrl INFO 7 [396] -2014-12-15 17:38:56 sendUrl INFO 7 [397] -2014-12-15 17:38:56 sendUrl INFO 3 [398] -2014-12-15 17:38:57 sendUrl INFO 3 [399] -2014-12-15 17:38:57 queue INFO 3 [322] -2014-12-15 17:38:57 sendUrl INFO 7 [400] -2014-12-15 17:38:57 queue INFO >3 [323] -2014-12-15 17:38:58 sendUrl INFO 7 [401] -2014-12-15 17:38:58 sendUrl INFO 3 [402] -2014-12-15 17:38:59 sendUrl INFO 3 [403] -2014-12-15 17:38:59 sendUrl INFO 7 [404] -2014-12-15 17:39:00 queue INFO 7 [324] -2014-12-15 17:39:00 sendUrl INFO 7 [405] -2014-12-15 17:39:00 queue INFO >7 [325] -2014-12-15 17:39:00 sendUrl INFO 3 [406] -2014-12-15 17:39:01 sendUrl INFO 3 [407] -2014-12-15 17:39:01 sendUrl INFO 7 [408] -2014-12-15 17:39:02 sendUrl INFO 7 [409] -2014-12-15 17:39:02 queue INFO 3 [326] -2014-12-15 17:39:02 queue INFO >3 [327] -2014-12-15 17:39:02 sendUrl INFO 3 [410] -2014-12-15 17:39:03 sendUrl INFO 3 [411] -2014-12-15 17:39:03 sendUrl INFO 7 [412] -2014-12-15 17:39:04 sendUrl INFO 7 [413] -2014-12-15 17:39:04 queue INFO 7 [328] -2014-12-15 17:39:04 sendUrl INFO 3 [414] -2014-12-15 17:39:05 queue INFO >7 [329] -2014-12-15 17:39:05 sendUrl INFO 3 [415] -2014-12-15 17:39:05 sendUrl INFO 7 [416] -2014-12-15 17:39:06 sendUrl INFO 7 [417] -2014-12-15 17:39:06 sendUrl INFO 3 [418] -2014-12-15 17:39:07 queue INFO 3 [330] -2014-12-15 17:39:07 queue INFO >3 [331] -2014-12-15 17:39:07 sendUrl INFO 3 [419] -2014-12-15 17:39:07 sendUrl INFO 7 [420] -2014-12-15 17:39:08 sendUrl INFO 7 [421] -2014-12-15 17:39:08 sendUrl INFO 3 [422] -2014-12-15 17:39:09 queue INFO 7 [332] -2014-12-15 17:39:09 sendUrl INFO 3 [423] -2014-12-15 17:39:09 queue INFO >7 [333] -2014-12-15 17:39:10 sendUrl INFO 7 [424] -2014-12-15 17:39:10 sendUrl INFO 7 [425] -2014-12-15 17:39:10 sendUrl INFO 3 [426] -2014-12-15 17:39:11 queue INFO 3 [334] -2014-12-15 17:39:11 queue INFO >3 [335] -2014-12-15 17:39:11 sendUrl INFO 3 [427] -2014-12-15 17:39:11 sendUrl INFO 7 [428] -2014-12-15 17:39:12 sendUrl INFO 7 [429] -2014-12-15 17:39:12 sendUrl INFO 3 [430] -2014-12-15 17:39:13 sendUrl INFO 3 [431] -2014-12-15 17:39:13 queue INFO 7 [336] -2014-12-15 17:39:13 queue INFO >7 [337] -2014-12-15 17:39:14 sendUrl INFO 7 [432] -2014-12-15 17:39:14 sendUrl INFO 7 [433] -2014-12-15 17:39:15 sendUrl INFO 3 [434] -2014-12-15 17:39:15 sendUrl INFO 3 [435] -2014-12-15 17:39:15 queue INFO 3 [338] -2014-12-15 17:39:15 queue INFO >3 [339] -2014-12-15 17:39:16 sendUrl INFO 7 [436] -2014-12-15 17:39:16 sendUrl INFO 7 [437] -2014-12-15 17:39:17 sendUrl INFO 3 [438] -2014-12-15 17:39:17 sendUrl INFO 3 [439] -2014-12-15 17:39:18 sendUrl INFO 7 [440] -2014-12-15 17:39:18 queue INFO 7 [340] -2014-12-15 17:39:18 queue INFO >7 [341] -2014-12-15 17:39:18 sendUrl INFO 7 [441] -2014-12-15 17:39:19 sendUrl INFO 3 [442] -2014-12-15 17:39:19 sendUrl INFO 3 [443] -2014-12-15 17:39:20 sendUrl INFO 7 [444] -2014-12-15 17:39:20 queue INFO 3 [342] -2014-12-15 17:39:20 queue INFO >3 [343] -2014-12-15 17:39:20 sendUrl INFO 7 [445] -2014-12-15 17:39:21 sendUrl INFO 3 [446] -2014-12-15 17:39:21 sendUrl INFO 3 [447] -2014-12-15 17:39:22 sendUrl INFO 7 [448] -2014-12-15 17:39:22 sendUrl INFO 7 [449] -2014-12-15 17:39:23 queue INFO 7 [344] -2014-12-15 17:39:23 sendUrl INFO 3 [450] -2014-12-15 17:39:23 queue INFO >7 [345] -2014-12-15 17:39:23 sendUrl INFO 3 [451] -2014-12-15 17:39:24 sendUrl INFO 7 [452] -2014-12-15 17:39:24 sendUrl INFO 7 [453] -2014-12-15 17:39:25 sendUrl INFO 3 [454] -2014-12-15 17:39:25 queue INFO 3 [346] -2014-12-15 17:39:25 queue INFO >3 [347] -2014-12-15 17:39:25 sendUrl INFO 3 [455] -2014-12-15 17:39:26 sendUrl INFO 7 [456] -2014-12-15 17:39:26 sendUrl INFO 7 [457] -2014-12-15 17:39:27 sendUrl INFO 3 [458] -2014-12-15 17:39:27 sendUrl INFO 3 [459] -2014-12-15 17:39:27 queue INFO 7 [348] -2014-12-15 17:39:28 queue INFO >7 [349] -2014-12-15 17:39:28 sendUrl INFO 7 [460] -2014-12-15 17:39:28 sendUrl INFO 7 [461] -2014-12-15 17:39:29 sendUrl INFO 3 [462] -2014-12-15 17:39:29 sendUrl INFO 3 [463] -2014-12-15 17:39:30 sendUrl INFO 7 [464] -2014-12-15 17:39:30 queue INFO 3 [350] -2014-12-15 17:39:30 queue INFO >3 [351] -2014-12-15 17:39:30 sendUrl INFO 7 [465] -2014-12-15 17:39:31 sendUrl INFO 3 [466] -2014-12-15 17:39:31 sendUrl INFO 3 [467] -2014-12-15 17:39:32 sendUrl INFO 7 [468] -2014-12-15 17:39:32 sendUrl INFO 7 [469] -2014-12-15 17:39:32 queue INFO 7 [352] -2014-12-15 17:39:33 queue INFO >7 [353] -2014-12-15 17:39:33 sendUrl INFO 3 [470] -2014-12-15 17:39:33 sendUrl INFO 3 [471] -2014-12-15 17:39:34 sendUrl INFO 7 [472] -2014-12-15 17:39:34 sendUrl INFO 7 [473] -2014-12-15 17:39:35 queue INFO 3 [354] -2014-12-15 17:39:35 sendUrl INFO 3 [474] -2014-12-15 17:39:35 queue INFO >3 [355] -2014-12-15 17:39:35 sendUrl INFO 3 [475] -2014-12-15 17:39:36 sendUrl INFO 7 [476] -2014-12-15 17:39:36 sendUrl INFO 7 [477] -2014-12-15 17:39:37 sendUrl INFO 3 [478] -2014-12-15 17:39:37 queue INFO 7 [356] -2014-12-15 17:39:37 queue INFO >7 [357] -2014-12-15 17:39:37 sendUrl INFO 3 [479] -2014-12-15 17:39:38 sendUrl INFO 7 [480] -2014-12-15 17:39:38 sendUrl INFO 7 [481] -2014-12-15 17:39:39 sendUrl INFO 3 [482] -2014-12-15 17:39:39 queue INFO 3 [358] -2014-12-15 17:39:39 sendUrl INFO 3 [483] -2014-12-15 17:39:39 queue INFO >3 [359] -2014-12-15 17:39:40 sendUrl INFO 7 [484] -2014-12-15 17:39:40 sendUrl INFO 7 [485] -2014-12-15 17:39:41 sendUrl INFO 3 [486] -2014-12-15 17:39:41 sendUrl INFO 3 [487] -2014-12-15 17:39:42 sendUrl INFO 7 [488] -2014-12-15 17:39:42 queue INFO 7 [360] -2014-12-15 17:39:42 queue INFO >7 [361] -2014-12-15 17:39:42 sendUrl INFO 7 [489] -2014-12-15 17:39:43 sendUrl INFO 3 [490] -2014-12-15 17:39:43 sendUrl INFO 3 [491] -2014-12-15 17:39:44 sendUrl INFO 7 [492] -2014-12-15 17:39:44 queue INFO 3 [362] -2014-12-15 17:39:44 queue INFO >3 [363] -2014-12-15 17:39:44 sendUrl INFO 7 [493] -2014-12-15 17:39:45 sendUrl INFO 3 [494] -2014-12-15 17:39:45 sendUrl INFO 3 [495] -2014-12-15 17:39:46 sendUrl INFO 7 [496] -2014-12-15 17:39:46 queue INFO 7 [364] -2014-12-15 17:39:46 queue INFO >7 [365] -2014-12-15 17:39:46 sendUrl INFO 7 [497] -2014-12-15 17:39:47 sendUrl INFO 3 [498] -2014-12-15 17:39:47 sendUrl INFO 3 [499] -2014-12-15 17:39:48 sendUrl INFO 7 [500] -2014-12-15 17:39:48 sendUrl INFO 7 [501] -2014-12-15 17:39:49 sendUrl INFO 3 [502] -2014-12-15 17:39:49 queue INFO 3 [366] -2014-12-15 17:39:49 queue INFO 7 [367] -2014-12-15 17:39:49 sendUrl INFO 3 [503] -2014-12-15 17:39:50 queue INFO >7 [368] -2014-12-15 17:39:50 sendUrl INFO 7 [504] -2014-12-15 17:39:50 sendUrl INFO 7 [505] -2014-12-15 17:39:51 sendUrl INFO 3 [506] -2014-12-15 17:39:51 sendUrl INFO 3 [507] -2014-12-15 17:39:52 sendUrl INFO 7 [508] -2014-12-15 17:39:52 sendUrl INFO 7 [509] -2014-12-15 17:39:53 sendUrl INFO 3 [510] -2014-12-15 17:39:53 sendUrl INFO 3 [511] -2014-12-15 17:39:54 queue INFO 3 [369] -2014-12-15 17:39:54 sendUrl INFO 7 [512] -2014-12-15 17:39:54 queue INFO >3 [370] -2014-12-15 17:39:54 sendUrl INFO 7 [513] -2014-12-15 17:39:55 sendUrl INFO 3 [514] -2014-12-15 17:39:55 sendUrl INFO 3 [515] -2014-12-15 17:39:56 sendUrl INFO 7 [516] -2014-12-15 17:39:56 queue INFO 7 [371] -2014-12-15 17:39:57 sendUrl INFO 7 [517] -2014-12-15 17:39:57 queue INFO >7 [372] -2014-12-15 17:39:57 sendUrl INFO 3 [518] -2014-12-15 17:39:58 sendUrl INFO 3 [519] -2014-12-15 17:39:58 sendUrl INFO 7 [520] -2014-12-15 17:39:59 sendUrl INFO 7 [521] -2014-12-15 17:39:59 queue INFO 3 [373] -2014-12-15 17:39:59 queue INFO >3 [374] -2014-12-15 17:39:59 sendUrl INFO 3 [522] -2014-12-15 17:40:00 sendUrl INFO 3 [523] -2014-12-15 17:40:00 sendUrl INFO 7 [524] -2014-12-15 17:40:01 sendUrl INFO 7 [525] -2014-12-15 17:40:01 sendUrl INFO 3 [526] -2014-12-15 17:40:01 queue INFO 7 [375] -2014-12-15 17:40:01 queue INFO >7 [376] -2014-12-15 17:40:02 sendUrl INFO 3 [527] -2014-12-15 17:40:02 sendUrl INFO 7 [528] -2014-12-15 17:40:03 sendUrl INFO 7 [529] -2014-12-15 17:40:03 sendUrl INFO 3 [530] -2014-12-15 17:40:03 queue INFO 3 [377] -2014-12-15 17:40:03 queue INFO >3 [378] -2014-12-15 17:40:04 sendUrl INFO 3 [531] -2014-12-15 17:40:04 sendUrl INFO 7 [532] -2014-12-15 17:40:05 sendUrl INFO 7 [533] -2014-12-15 17:40:05 sendUrl INFO 3 [534] -2014-12-15 17:40:05 queue INFO 7 [379] -2014-12-15 17:40:05 queue INFO >7 [380] -2014-12-15 17:40:06 sendUrl INFO 3 [535] -2014-12-15 17:40:06 sendUrl INFO 7 [536] -2014-12-15 17:40:07 sendUrl INFO 7 [537] -2014-12-15 17:40:07 sendUrl INFO 3 [538] -2014-12-15 17:40:07 queue INFO 3 [381] -2014-12-15 17:40:08 queue INFO >3 [382] -2014-12-15 17:40:08 sendUrl INFO 3 [539] -2014-12-15 17:40:08 sendUrl INFO 7 [540] -2014-12-15 17:40:09 sendUrl INFO 7 [541] -2014-12-15 17:40:09 sendUrl INFO 3 [542] -2014-12-15 17:40:10 queue INFO 7 [383] -2014-12-15 17:40:10 sendUrl INFO 3 [543] -2014-12-15 17:40:10 queue INFO >7 [384] -2014-12-15 17:40:10 sendUrl INFO 7 [544] -2014-12-15 17:40:11 sendUrl INFO 7 [545] -2014-12-15 17:40:11 sendUrl INFO 3 [546] -2014-12-15 17:40:12 queue INFO 3 [385] -2014-12-15 17:40:12 sendUrl INFO 3 [547] -2014-12-15 17:40:12 queue INFO >3 [386] -2014-12-15 17:40:12 sendUrl INFO 7 [548] -2014-12-15 17:40:13 sendUrl INFO 7 [549] -2014-12-15 17:40:13 sendUrl INFO 3 [550] -2014-12-15 17:40:13 queue INFO 7 [387] -2014-12-15 17:40:14 queue INFO >7 [388] -2014-12-15 17:40:14 sendUrl INFO 3 [551] -2014-12-15 17:40:14 sendUrl INFO 7 [552] -2014-12-15 17:40:15 sendUrl INFO 7 [553] -2014-12-15 17:40:15 sendUrl INFO 3 [554] -2014-12-15 17:40:16 queue INFO 3 [389] -2014-12-15 17:40:16 sendUrl INFO 3 [555] -2014-12-15 17:40:16 queue INFO >3 [390] -2014-12-15 17:40:16 sendUrl INFO 7 [556] -2014-12-15 17:40:17 sendUrl INFO 7 [557] -2014-12-15 17:40:17 sendUrl INFO 3 [558] -2014-12-15 17:40:18 sendUrl INFO 3 [559] -2014-12-15 17:40:18 queue INFO 7 [391] -2014-12-15 17:40:18 queue INFO >7 [392] -2014-12-15 17:40:18 sendUrl INFO 7 [560] -2014-12-15 17:40:19 sendUrl INFO 7 [561] -2014-12-15 17:40:19 sendUrl INFO 3 [562] -2014-12-15 17:40:20 sendUrl INFO 3 [563] -2014-12-15 17:40:20 queue INFO 3 [393] -2014-12-15 17:40:20 queue INFO >3 [394] -2014-12-15 17:40:20 sendUrl INFO 7 [564] -2014-12-15 17:40:21 sendUrl INFO 7 [565] -2014-12-15 17:40:21 queue INFO 7 [395] -2014-12-15 17:40:21 sendUrl INFO 3 [566] -2014-12-15 17:40:21 queue INFO >7 [396] -2014-12-15 17:40:22 sendUrl INFO 3 [567] -2014-12-15 17:40:22 sendUrl INFO 7 [568] -2014-12-15 17:40:23 sendUrl INFO 7 [569] -2014-12-15 17:40:23 queue INFO 3 [397] -2014-12-15 17:40:23 sendUrl INFO 3 [570] -2014-12-15 17:40:23 queue INFO >3 [398] -2014-12-15 17:40:24 sendUrl INFO 3 [571] -2014-12-15 17:40:24 sendUrl INFO 7 [572] -2014-12-15 17:40:25 sendUrl INFO 7 [573] -2014-12-15 17:40:25 sendUrl INFO 3 [574] -2014-12-15 17:40:25 queue INFO 7 [399] -2014-12-15 17:40:26 queue INFO >7 [400] -2014-12-15 17:40:26 sendUrl INFO 3 [575] -2014-12-15 17:40:26 sendUrl INFO 7 [576] -2014-12-15 17:40:27 sendUrl INFO 7 [577] -2014-12-15 17:40:27 queue INFO 3 [401] -2014-12-15 17:40:27 sendUrl INFO 3 [578] -2014-12-15 17:40:27 queue INFO >3 [402] -2014-12-15 17:40:28 sendUrl INFO 3 [579] -2014-12-15 17:40:28 sendUrl INFO 7 [580] -2014-12-15 17:40:29 sendUrl INFO 7 [581] -2014-12-15 17:40:29 queue INFO 7 [403] -2014-12-15 17:40:29 queue INFO >7 [404] -2014-12-15 17:40:29 sendUrl INFO 3 [582] -2014-12-15 17:40:30 sendUrl INFO 3 [583] -2014-12-15 17:40:30 sendUrl INFO 7 [584] -2014-12-15 17:40:31 sendUrl INFO 7 [585] -2014-12-15 17:40:31 queue INFO 3 [405] -2014-12-15 17:40:31 queue INFO >3 [406] -2014-12-15 17:40:31 sendUrl INFO 3 [586] -2014-12-15 17:40:32 sendUrl INFO 3 [587] -2014-12-15 17:40:32 sendUrl INFO 7 [588] -2014-12-15 17:40:33 sendUrl INFO 7 [589] -2014-12-15 17:40:33 sendUrl INFO 3 [590] -2014-12-15 17:40:34 queue INFO 7 [407] -2014-12-15 17:40:34 queue INFO >7 [408] -2014-12-15 17:40:34 sendUrl INFO 3 [591] -2014-12-15 17:40:34 sendUrl INFO 7 [592] -2014-12-15 17:40:35 sendUrl INFO 7 [593] -2014-12-15 17:40:35 sendUrl INFO 3 [594] -2014-12-15 17:40:36 queue INFO 3 [409] -2014-12-15 17:40:36 queue INFO >3 [410] -2014-12-15 17:40:36 sendUrl INFO 3 [595] -2014-12-15 17:40:36 sendUrl INFO 7 [596] -2014-12-15 17:40:37 sendUrl INFO 7 [597] -2014-12-15 17:40:37 sendUrl INFO 3 [598] -2014-12-15 17:40:38 queue INFO 7 [411] -2014-12-15 17:40:38 sendUrl INFO 3 [599] -2014-12-15 17:40:38 queue INFO >7 [412] -2014-12-15 17:40:38 sendUrl INFO 7 [600] -2014-12-15 17:40:39 sendUrl INFO 7 [601] -2014-12-15 17:40:40 sendUrl INFO 3 [602] -2014-12-15 17:40:40 queue INFO 3 [413] -2014-12-15 17:40:40 queue INFO >3 [414] -2014-12-15 17:40:40 sendUrl INFO 3 [603] -2014-12-15 17:40:41 sendUrl INFO 7 [604] -2014-12-15 17:40:41 sendUrl INFO 7 [605] -2014-12-15 17:40:42 sendUrl INFO 3 [606] -2014-12-15 17:40:42 queue INFO 7 [415] -2014-12-15 17:40:42 queue INFO >7 [416] -2014-12-15 17:40:42 sendUrl INFO 3 [607] -2014-12-15 17:40:43 sendUrl INFO 7 [608] -2014-12-15 17:40:43 sendUrl INFO 7 [609] -2014-12-15 17:40:44 sendUrl INFO 3 [610] -2014-12-15 17:40:44 queue INFO 3 [417] -2014-12-15 17:40:44 sendUrl INFO 3 [611] -2014-12-15 17:40:44 queue INFO >3 [418] -2014-12-15 17:40:45 sendUrl INFO 7 [612] -2014-12-15 17:40:45 sendUrl INFO 7 [613] -2014-12-15 17:40:46 sendUrl INFO 3 [614] -2014-12-15 17:40:46 sendUrl INFO 3 [615] -2014-12-15 17:40:46 queue INFO 7 [419] -2014-12-15 17:40:46 queue INFO >7 [420] -2014-12-15 17:40:47 sendUrl INFO 7 [616] -2014-12-15 17:40:47 sendUrl INFO 7 [617] -2014-12-15 17:40:48 sendUrl INFO 3 [618] -2014-12-15 17:40:48 sendUrl INFO 3 [619] -2014-12-15 17:40:48 queue INFO 3 [421] -2014-12-15 17:40:49 queue INFO >3 [422] -2014-12-15 17:40:49 sendUrl INFO 7 [620] -2014-12-15 17:40:49 sendUrl INFO 7 [621] -2014-12-15 17:40:50 sendUrl INFO 3 [622] -2014-12-15 17:40:50 sendUrl INFO 3 [623] -2014-12-15 17:40:51 sendUrl INFO 7 [624] -2014-12-15 17:40:51 queue INFO 7 [423] -2014-12-15 17:40:51 queue INFO >7 [424] -2014-12-15 17:40:51 sendUrl INFO 7 [625] -2014-12-15 17:40:52 sendUrl INFO 3 [626] -2014-12-15 17:40:52 sendUrl INFO 3 [627] -2014-12-15 17:40:53 sendUrl INFO 7 [628] -2014-12-15 17:40:53 sendUrl INFO 7 [629] -2014-12-15 17:40:53 queue INFO 3 [425] -2014-12-15 17:40:53 queue INFO >3 [426] -2014-12-15 17:40:54 sendUrl INFO 3 [630] -2014-12-15 17:40:54 sendUrl INFO 3 [631] -2014-12-15 17:40:55 sendUrl INFO 7 [632] -2014-12-15 17:40:55 sendUrl INFO 7 [633] -2014-12-15 17:40:56 queue INFO 7 [427] -2014-12-15 17:40:56 sendUrl INFO 3 [634] -2014-12-15 17:40:56 queue INFO >7 [428] -2014-12-15 17:40:56 sendUrl INFO 3 [635] -2014-12-15 17:40:57 sendUrl INFO 7 [636] -2014-12-15 17:40:57 queue INFO 3 [429] -2014-12-15 17:40:57 sendUrl INFO 7 [637] -2014-12-15 17:40:57 queue INFO >3 [430] -2014-12-15 17:40:58 sendUrl INFO 3 [638] -2014-12-15 17:40:58 sendUrl INFO 3 [639] -2014-12-15 17:40:59 queue INFO 7 [431] -2014-12-15 17:40:59 sendUrl INFO 7 [640] -2014-12-15 17:40:59 queue INFO >7 [432] -2014-12-15 17:40:59 sendUrl INFO 7 [641] -2014-12-15 17:41:00 sendUrl INFO 3 [642] -2014-12-15 17:41:00 sendUrl INFO 3 [643] -2014-12-15 17:41:01 sendUrl INFO 7 [644] -2014-12-15 17:41:01 queue INFO 3 [433] -2014-12-15 17:41:01 queue INFO >3 [434] -2014-12-15 17:41:01 sendUrl INFO 7 [645] -2014-12-15 17:41:02 sendUrl INFO 3 [646] -2014-12-15 17:41:02 sendUrl INFO 3 [647] -2014-12-15 17:41:03 sendUrl INFO 7 [648] -2014-12-15 17:41:03 queue INFO 7 [435] -2014-12-15 17:41:03 sendUrl INFO 7 [649] -2014-12-15 17:41:03 queue INFO >7 [436] -2014-12-15 17:41:04 sendUrl INFO 3 [650] -2014-12-15 17:41:04 sendUrl INFO 3 [651] -2014-12-15 17:41:05 sendUrl INFO 7 [652] -2014-12-15 17:41:05 queue INFO 3 [437] -2014-12-15 17:41:05 sendUrl INFO 7 [653] -2014-12-15 17:41:05 queue INFO >3 [438] -2014-12-15 17:41:06 sendUrl INFO 3 [654] -2014-12-15 17:41:06 sendUrl INFO 3 [655] -2014-12-15 17:41:07 sendUrl INFO 7 [656] -2014-12-15 17:41:07 sendUrl INFO 7 [657] -2014-12-15 17:41:07 queue INFO 7 [439] -2014-12-15 17:41:08 queue INFO >7 [440] -2014-12-15 17:41:08 sendUrl INFO 3 [658] -2014-12-15 17:41:08 sendUrl INFO 3 [659] -2014-12-15 17:41:09 sendUrl INFO 7 [660] -2014-12-15 17:41:09 sendUrl INFO 7 [661] -2014-12-15 17:41:10 queue INFO 3 [441] -2014-12-15 17:41:10 sendUrl INFO 3 [662] -2014-12-15 17:41:10 queue INFO >3 [442] -2014-12-15 17:41:10 sendUrl INFO 3 [663] -2014-12-15 17:41:11 sendUrl INFO 7 [664] -2014-12-15 17:41:11 sendUrl INFO 7 [665] -2014-12-15 17:41:12 sendUrl INFO 3 [666] -2014-12-15 17:41:12 queue INFO 7 [443] -2014-12-15 17:41:12 queue INFO >7 [444] -2014-12-15 17:41:12 sendUrl INFO 3 [667] -2014-12-15 17:41:13 sendUrl INFO 7 [668] -2014-12-15 17:41:13 sendUrl INFO 7 [669] -2014-12-15 17:41:14 sendUrl INFO 3 [670] -2014-12-15 17:41:14 queue INFO 3 [445] -2014-12-15 17:41:14 sendUrl INFO 3 [671] -2014-12-15 17:41:15 queue INFO >3 [446] -2014-12-15 17:41:15 sendUrl INFO 7 [672] -2014-12-15 17:41:15 sendUrl INFO 7 [673] -2014-12-15 17:41:16 sendUrl INFO 3 [674] -2014-12-15 17:41:16 sendUrl INFO 3 [675] -2014-12-15 17:41:17 sendUrl INFO 7 [676] -2014-12-15 17:41:17 queue INFO 7 [447] -2014-12-15 17:41:17 queue INFO >7 [448] -2014-12-15 17:41:17 sendUrl INFO 7 [677] -2014-12-15 17:41:18 sendUrl INFO 3 [678] -2014-12-15 17:41:18 sendUrl INFO 3 [679] -2014-12-15 17:41:19 sendUrl INFO 7 [680] -2014-12-15 17:41:19 queue INFO 3 [449] -2014-12-15 17:41:19 sendUrl INFO 7 [681] -2014-12-15 17:41:20 queue INFO >3 [450] -2014-12-15 17:41:20 sendUrl INFO 3 [682] -2014-12-15 17:41:20 sendUrl INFO 3 [683] -2014-12-15 17:41:21 sendUrl INFO 7 [684] -2014-12-15 17:41:21 sendUrl INFO 7 [685] -2014-12-15 17:41:22 queue INFO 7 [451] -2014-12-15 17:41:22 sendUrl INFO 3 [686] -2014-12-15 17:41:22 queue INFO >7 [452] -2014-12-15 17:41:23 sendUrl INFO 3 [687] -2014-12-15 17:41:23 sendUrl INFO 7 [688] -2014-12-15 17:41:24 sendUrl INFO 7 [689] -2014-12-15 17:41:24 sendUrl INFO 3 [690] -2014-12-15 17:41:24 queue INFO 3 [453] -2014-12-15 17:41:24 queue INFO >3 [454] -2014-12-15 17:41:25 sendUrl INFO 3 [691] -2014-12-15 17:41:25 sendUrl INFO 7 [692] -2014-12-15 17:41:26 sendUrl INFO 7 [693] -2014-12-15 17:41:26 sendUrl INFO 3 [694] -2014-12-15 17:41:27 sendUrl INFO 3 [695] -2014-12-15 17:41:27 queue INFO 7 [455] -2014-12-15 17:41:27 sendUrl INFO 7 [696] -2014-12-15 17:41:27 queue INFO >7 [456] -2014-12-15 17:41:28 sendUrl INFO 7 [697] -2014-12-15 17:41:28 sendUrl INFO 3 [698] -2014-12-15 17:41:29 sendUrl INFO 3 [699] -2014-12-15 17:41:29 sendUrl INFO 7 [700] -2014-12-15 17:41:29 queue INFO 3 [457] -2014-12-15 17:41:30 queue INFO >3 [458] -2014-12-15 17:41:30 sendUrl INFO 7 [701] -2014-12-15 17:41:30 sendUrl INFO 3 [702] -2014-12-15 17:41:31 sendUrl INFO 3 [703] -2014-12-15 17:41:31 sendUrl INFO 7 [704] -2014-12-15 17:41:32 sendUrl INFO 7 [705] -2014-12-15 17:41:32 queue INFO 7 [459] -2014-12-15 17:41:32 queue INFO >7 [460] -2014-12-15 17:41:32 sendUrl INFO 3 [706] -2014-12-15 17:41:33 sendUrl INFO 3 [707] -2014-12-15 17:41:33 sendUrl INFO 7 [708] -2014-12-15 17:41:34 sendUrl INFO 7 [709] -2014-12-15 17:41:34 sendUrl INFO 3 [710] -2014-12-15 17:41:34 queue INFO 3 [461] -2014-12-15 17:41:34 queue INFO >3 [462] -2014-12-15 17:41:35 sendUrl INFO 3 [711] -2014-12-15 17:41:35 sendUrl INFO 7 [712] -2014-12-15 17:41:36 sendUrl INFO 7 [713] -2014-12-15 17:41:36 sendUrl INFO 3 [714] -2014-12-15 17:41:37 queue INFO 7 [463] -2014-12-15 17:41:37 sendUrl INFO 3 [715] -2014-12-15 17:41:37 queue INFO >7 [464] -2014-12-15 17:41:37 sendUrl INFO 7 [716] -2014-12-15 17:41:38 sendUrl INFO 7 [717] -2014-12-15 17:41:38 sendUrl INFO 3 [718] -2014-12-15 17:41:39 sendUrl INFO 3 [719] -2014-12-15 17:41:39 queue INFO 3 [465] -2014-12-15 17:41:39 queue INFO >3 [466] -2014-12-15 17:41:39 sendUrl INFO 7 [720] -2014-12-15 17:41:40 sendUrl INFO 7 [721] -2014-12-15 17:41:40 sendUrl INFO 3 [722] -2014-12-15 17:41:41 sendUrl INFO 3 [723] -2014-12-15 17:41:41 sendUrl INFO 7 [724] -2014-12-15 17:41:41 queue INFO 7 [467] -2014-12-15 17:41:42 queue INFO >7 [468] -2014-12-15 17:41:42 sendUrl INFO 7 [725] -2014-12-15 17:41:42 sendUrl INFO 3 [726] -2014-12-15 17:41:43 sendUrl INFO 3 [727] -2014-12-15 17:41:43 sendUrl INFO 7 [728] -2014-12-15 17:41:44 queue INFO 3 [469] -2014-12-15 17:41:44 sendUrl INFO 7 [729] -2014-12-15 17:41:44 queue INFO >3 [470] -2014-12-15 17:41:44 sendUrl INFO 3 [730] -2014-12-15 17:41:45 sendUrl INFO 3 [731] -2014-12-15 17:41:45 sendUrl INFO 7 [732] -2014-12-15 17:41:46 sendUrl INFO 7 [733] -2014-12-15 17:41:46 queue INFO 7 [471] -2014-12-15 17:41:46 sendUrl INFO 3 [734] -2014-12-15 17:41:46 queue INFO >7 [472] -2014-12-15 17:41:47 sendUrl INFO 3 [735] -2014-12-15 17:41:47 sendUrl INFO 7 [736] -2014-12-15 17:41:48 sendUrl INFO 7 [737] -2014-12-15 17:41:48 queue INFO 3 [473] -2014-12-15 17:41:48 sendUrl INFO 3 [738] -2014-12-15 17:41:48 queue INFO >3 [474] -2014-12-15 17:41:49 sendUrl INFO 3 [739] -2014-12-15 17:41:49 sendUrl INFO 7 [740] -2014-12-15 17:41:50 sendUrl INFO 7 [741] -2014-12-15 17:41:50 sendUrl INFO 3 [742] -2014-12-15 17:41:51 queue INFO 7 [475] -2014-12-15 17:41:51 sendUrl INFO 3 [743] -2014-12-15 17:41:51 queue INFO >7 [476] -2014-12-15 17:41:51 sendUrl INFO 7 [744] -2014-12-15 17:41:52 sendUrl INFO 7 [745] -2014-12-15 17:41:52 sendUrl INFO 3 [746] -2014-12-15 17:41:53 sendUrl INFO 3 [747] -2014-12-15 17:41:53 queue INFO 3 [477] -2014-12-15 17:41:53 queue INFO >3 [478] -2014-12-15 17:41:53 sendUrl INFO 7 [748] -2014-12-15 17:41:54 sendUrl INFO 7 [749] -2014-12-15 17:41:54 sendUrl INFO 3 [750] -2014-12-15 17:41:55 sendUrl INFO 3 [751] -2014-12-15 17:41:55 sendUrl INFO 7 [752] -2014-12-15 17:41:56 queue INFO 7 [479] -2014-12-15 17:41:56 sendUrl INFO 7 [753] -2014-12-15 17:41:56 queue INFO >7 [480] -2014-12-15 17:41:56 sendUrl INFO 3 [754] -2014-12-15 17:41:57 sendUrl INFO 3 [755] -2014-12-15 17:41:57 sendUrl INFO 7 [756] -2014-12-15 17:41:58 queue INFO 3 [481] -2014-12-15 17:41:58 queue INFO >3 [482] -2014-12-15 17:41:58 sendUrl INFO 7 [757] -2014-12-15 17:41:58 sendUrl INFO 3 [758] -2014-12-15 17:41:59 sendUrl INFO 3 [759] -2014-12-15 17:41:59 sendUrl INFO 7 [760] -2014-12-15 17:42:00 sendUrl INFO 7 [761] -2014-12-15 17:42:00 queue INFO 7 [483] -2014-12-15 17:42:00 queue INFO >7 [484] -2014-12-15 17:42:00 sendUrl INFO 3 [762] -2014-12-15 17:42:01 sendUrl INFO 3 [763] -2014-12-15 17:42:01 sendUrl INFO 7 [764] -2014-12-15 17:42:02 sendUrl INFO 7 [765] -2014-12-15 17:42:02 queue INFO 3 [485] -2014-12-15 17:42:02 queue INFO >3 [486] -2014-12-15 17:42:02 sendUrl INFO 3 [766] -2014-12-15 17:42:03 sendUrl INFO 3 [767] -2014-12-15 17:42:03 sendUrl INFO 7 [768] -2014-12-15 17:42:04 sendUrl INFO 7 [769] -2014-12-15 17:42:04 sendUrl INFO 3 [770] -2014-12-15 17:42:05 queue INFO 7 [487] -2014-12-15 17:42:05 queue INFO >7 [488] -2014-12-15 17:42:05 sendUrl INFO 3 [771] -2014-12-15 17:42:05 sendUrl INFO 7 [772] -2014-12-15 17:42:06 sendUrl INFO 7 [773] -2014-12-15 17:42:06 sendUrl INFO 3 [774] -2014-12-15 17:42:07 queue INFO 3 [489] -2014-12-15 17:42:07 queue INFO >3 [490] -2014-12-15 17:42:07 sendUrl INFO 3 [775] -2014-12-15 17:42:08 sendUrl INFO 7 [776] -2014-12-15 17:42:08 sendUrl INFO 7 [777] -2014-12-15 17:42:09 sendUrl INFO 3 [778] -2014-12-15 17:42:09 queue INFO 7 [491] -2014-12-15 17:42:09 sendUrl INFO 3 [779] -2014-12-15 17:42:09 queue INFO >7 [492] -2014-12-15 17:42:10 sendUrl INFO 7 [780] -2014-12-15 17:42:10 sendUrl INFO 7 [781] -2014-12-15 17:42:11 sendUrl INFO 3 [782] -2014-12-15 17:42:11 queue INFO 3 [493] -2014-12-15 17:42:11 sendUrl INFO 3 [783] -2014-12-15 17:42:11 queue INFO >3 [494] -2014-12-15 17:42:12 sendUrl INFO 7 [784] -2014-12-15 17:42:12 sendUrl INFO 7 [785] -2014-12-15 17:42:13 sendUrl INFO 3 [786] -2014-12-15 17:42:13 sendUrl INFO 3 [787] -2014-12-15 17:42:13 queue INFO 7 [495] -2014-12-15 17:42:13 queue INFO >7 [496] -2014-12-15 17:42:14 sendUrl INFO 7 [788] -2014-12-15 17:42:14 sendUrl INFO 7 [789] -2014-12-15 17:42:15 sendUrl INFO 3 [790] -2014-12-15 17:42:15 sendUrl INFO 3 [791] -2014-12-15 17:42:15 queue INFO 3 [497] -2014-12-15 17:42:16 queue INFO >3 [498] -2014-12-15 17:42:16 sendUrl INFO 7 [792] -2014-12-15 17:42:16 sendUrl INFO 7 [793] -2014-12-15 17:42:17 sendUrl INFO 3 [794] -2014-12-15 17:42:17 sendUrl INFO 3 [795] -2014-12-15 17:42:18 sendUrl INFO 7 [796] -2014-12-15 17:42:18 queue INFO 7 [499] -2014-12-15 17:42:18 queue INFO >7 [500] -2014-12-15 17:42:18 sendUrl INFO 7 [797] -2014-12-15 17:42:19 sendUrl INFO 3 [798] -2014-12-15 17:42:19 sendUrl INFO 3 [799] -2014-12-15 17:42:20 sendUrl INFO 7 [800] -2014-12-15 17:42:20 queue INFO 3 [501] -2014-12-15 17:42:20 sendUrl INFO 7 [801] -2014-12-15 17:42:20 queue INFO >3 [502] -2014-12-15 17:42:21 sendUrl INFO 3 [802] -2014-12-15 17:42:21 sendUrl INFO 3 [803] -2014-12-15 17:42:22 sendUrl INFO 7 [804] -2014-12-15 17:42:22 sendUrl INFO 7 [805] -2014-12-15 17:42:22 queue INFO 7 [503] -2014-12-15 17:42:23 queue INFO >7 [504] -2014-12-15 17:42:23 sendUrl INFO 3 [806] -2014-12-15 17:42:23 sendUrl INFO 3 [807] -2014-12-15 17:42:24 sendUrl INFO 7 [808] -2014-12-15 17:42:24 sendUrl INFO 7 [809] -2014-12-15 17:42:25 sendUrl INFO 3 [810] -2014-12-15 17:42:25 queue INFO 3 [505] -2014-12-15 17:42:25 queue INFO >3 [506] -2014-12-15 17:42:25 sendUrl INFO 3 [811] -2014-12-15 17:42:26 sendUrl INFO 7 [812] -2014-12-15 17:42:26 sendUrl INFO 7 [813] -2014-12-15 17:42:27 sendUrl INFO 3 [814] -2014-12-15 17:42:27 sendUrl INFO 3 [815] -2014-12-15 17:42:28 queue INFO 7 [507] -2014-12-15 17:42:28 sendUrl INFO 7 [816] -2014-12-15 17:42:28 queue INFO >7 [508] -2014-12-15 17:42:28 sendUrl INFO 7 [817] -2014-12-15 17:42:29 sendUrl INFO 3 [818] -2014-12-15 17:42:29 sendUrl INFO 3 [819] -2014-12-15 17:42:30 sendUrl INFO 7 [820] -2014-12-15 17:42:30 queue INFO 3 [509] -2014-12-15 17:42:30 queue INFO >3 [510] -2014-12-15 17:42:30 sendUrl INFO 7 [821] -2014-12-15 17:42:31 sendUrl INFO 3 [822] -2014-12-15 17:42:31 sendUrl INFO 3 [823] -2014-12-15 17:42:32 sendUrl INFO 7 [824] -2014-12-15 17:42:32 sendUrl INFO 7 [825] -2014-12-15 17:42:32 queue INFO 7 [511] -2014-12-15 17:42:33 queue INFO >7 [512] -2014-12-15 17:42:33 sendUrl INFO 3 [826] -2014-12-15 17:42:33 sendUrl INFO 3 [827] -2014-12-15 17:42:34 sendUrl INFO 7 [828] -2014-12-15 17:42:34 sendUrl INFO 7 [829] -2014-12-15 17:42:35 sendUrl INFO 3 [830] -2014-12-15 17:42:35 queue INFO 3 [513] -2014-12-15 17:42:35 queue INFO >3 [514] -2014-12-15 17:42:35 sendUrl INFO 3 [831] -2014-12-15 17:42:36 sendUrl INFO 7 [832] -2014-12-15 17:42:36 sendUrl INFO 7 [833] -2014-12-15 17:42:37 sendUrl INFO 3 [834] -2014-12-15 17:42:37 queue INFO 7 [515] -2014-12-15 17:42:37 sendUrl INFO 3 [835] -2014-12-15 17:42:37 queue INFO >7 [516] -2014-12-15 17:42:38 sendUrl INFO 7 [836] -2014-12-15 17:42:38 sendUrl INFO 7 [837] -2014-12-15 17:42:39 sendUrl INFO 3 [838] -2014-12-15 17:42:39 sendUrl INFO 3 [839] -2014-12-15 17:42:39 queue INFO 3 [517] -2014-12-15 17:42:40 queue INFO >3 [518] -2014-12-15 17:42:40 sendUrl INFO 7 [840] -2014-12-15 17:42:40 sendUrl INFO 7 [841] -2014-12-15 17:42:41 sendUrl INFO 3 [842] -2014-12-15 17:42:41 sendUrl INFO 3 [843] -2014-12-15 17:42:42 sendUrl INFO 7 [844] -2014-12-15 17:42:42 queue INFO 7 [519] -2014-12-15 17:42:42 sendUrl INFO 7 [845] -2014-12-15 17:42:42 queue INFO >7 [520] -2014-12-15 17:42:43 sendUrl INFO 3 [846] -2014-12-15 17:42:43 sendUrl INFO 3 [847] -2014-12-15 17:42:44 sendUrl INFO 7 [848] -2014-12-15 17:42:44 sendUrl INFO 7 [849] -2014-12-15 17:42:45 queue INFO 3 [521] -2014-12-15 17:42:45 queue INFO >3 [522] -2014-12-15 17:42:45 sendUrl INFO 3 [850] -2014-12-15 17:42:45 sendUrl INFO 3 [851] -2014-12-15 17:42:46 sendUrl INFO 7 [852] -2014-12-15 17:42:46 sendUrl INFO 7 [853] -2014-12-15 17:42:47 sendUrl INFO 3 [854] -2014-12-15 17:42:47 queue INFO 7 [523] -2014-12-15 17:42:47 sendUrl INFO 3 [855] -2014-12-15 17:42:48 queue INFO >7 [524] -2014-12-15 17:42:48 sendUrl INFO 7 [856] -2014-12-15 17:42:48 sendUrl INFO 7 [857] -2014-12-15 17:42:49 sendUrl INFO 3 [858] -2014-12-15 17:42:49 sendUrl INFO 3 [859] -2014-12-15 17:42:50 queue INFO 3 [525] -2014-12-15 17:42:50 queue INFO >3 [526] -2014-12-15 17:42:50 sendUrl INFO 7 [860] -2014-12-15 17:42:50 sendUrl INFO 7 [861] -2014-12-15 17:42:51 sendUrl INFO 3 [862] -2014-12-15 17:42:52 sendUrl INFO 3 [863] -2014-12-15 17:42:52 sendUrl INFO 7 [864] -2014-12-15 17:42:52 queue INFO 7 [527] -2014-12-15 17:42:52 queue INFO >7 [528] -2014-12-15 17:42:53 sendUrl INFO 7 [865] -2014-12-15 17:42:53 sendUrl INFO 3 [866] -2014-12-15 17:42:54 sendUrl INFO 3 [867] -2014-12-15 17:42:54 sendUrl INFO 7 [868] -2014-12-15 17:42:55 sendUrl INFO 7 [869] -2014-12-15 17:42:55 queue INFO 3 [529] -2014-12-15 17:42:55 queue INFO >3 [530] -2014-12-15 17:42:55 sendUrl INFO 3 [870] -2014-12-15 17:42:56 sendUrl INFO 3 [871] -2014-12-15 17:42:56 sendUrl INFO 7 [872] -2014-12-15 17:42:57 sendUrl INFO 7 [873] -2014-12-15 17:42:57 sendUrl INFO 3 [874] -2014-12-15 17:42:57 queue INFO 7 [531] -2014-12-15 17:42:57 queue INFO >7 [532] -2014-12-15 17:42:58 sendUrl INFO 3 [875] -2014-12-15 17:42:58 sendUrl INFO 7 [876] -2014-12-15 17:42:59 sendUrl INFO 7 [877] -2014-12-15 17:42:59 sendUrl INFO 3 [878] -2014-12-15 17:42:59 queue INFO 3 [533] -2014-12-15 17:43:00 queue INFO >3 [534] -2014-12-15 17:43:00 sendUrl INFO 3 [879] -2014-12-15 17:43:00 sendUrl INFO 7 [880] -2014-12-15 17:43:01 sendUrl INFO 7 [881] -2014-12-15 17:43:01 sendUrl INFO 3 [882] -2014-12-15 17:43:02 sendUrl INFO 3 [883] -2014-12-15 17:43:02 queue INFO 7 [535] -2014-12-15 17:43:02 sendUrl INFO 7 [884] -2014-12-15 17:43:02 queue INFO >7 [536] -2014-12-15 17:43:03 sendUrl INFO 7 [885] -2014-12-15 17:43:03 sendUrl INFO 3 [886] -2014-12-15 17:43:04 sendUrl INFO 3 [887] -2014-12-15 17:43:04 sendUrl INFO 7 [888] -2014-12-15 17:43:04 queue INFO 3 [537] -2014-12-15 17:43:04 queue INFO >3 [538] -2014-12-15 17:43:05 sendUrl INFO 7 [889] -2014-12-15 17:43:05 sendUrl INFO 3 [890] -2014-12-15 17:43:06 sendUrl INFO 3 [891] -2014-12-15 17:43:06 sendUrl INFO 7 [892] -2014-12-15 17:43:07 sendUrl INFO 7 [893] -2014-12-15 17:43:07 queue INFO 7 [539] -2014-12-15 17:43:07 queue INFO >7 [540] -2014-12-15 17:43:07 sendUrl INFO 3 [894] -2014-12-15 17:43:08 sendUrl INFO 3 [895] -2014-12-15 17:43:08 sendUrl INFO 7 [896] -2014-12-15 17:43:09 sendUrl INFO 7 [897] -2014-12-15 17:43:09 queue INFO 3 [541] -2014-12-15 17:43:09 sendUrl INFO 3 [898] -2014-12-15 17:43:09 queue INFO >3 [542] -2014-12-15 17:43:10 sendUrl INFO 3 [899] -2014-12-15 17:43:10 sendUrl INFO 7 [900] -2014-12-15 17:43:11 sendUrl INFO 7 [901] -2014-12-15 17:43:11 sendUrl INFO 3 [902] -2014-12-15 17:43:12 sendUrl INFO 3 [903] -2014-12-15 17:43:12 queue INFO 7 [543] -2014-12-15 17:43:12 queue INFO >7 [544] -2014-12-15 17:43:12 sendUrl INFO 7 [904] -2014-12-15 17:43:13 sendUrl INFO 7 [905] -2014-12-15 17:43:13 sendUrl INFO 3 [906] -2014-12-15 17:43:14 sendUrl INFO 3 [907] -2014-12-15 17:43:14 queue INFO 3 [545] -2014-12-15 17:43:14 sendUrl INFO 7 [908] -2014-12-15 17:43:14 queue INFO >3 [546] -2014-12-15 17:43:15 sendUrl INFO 7 [909] -2014-12-15 17:43:15 sendUrl INFO 3 [910] -2014-12-15 17:43:16 sendUrl INFO 3 [911] -2014-12-15 17:43:16 sendUrl INFO 7 [912] -2014-12-15 17:43:17 queue INFO 7 [547] -2014-12-15 17:43:17 sendUrl INFO 7 [913] -2014-12-15 17:43:17 queue INFO >7 [548] -2014-12-15 17:43:17 sendUrl INFO 3 [914] -2014-12-15 17:43:18 sendUrl INFO 3 [915] -2014-12-15 17:43:18 sendUrl INFO 7 [916] -2014-12-15 17:43:18 queue INFO 3 [549] -2014-12-15 17:43:19 queue INFO >3 [550] -2014-12-15 17:43:19 sendUrl INFO 7 [917] -2014-12-15 17:43:19 sendUrl INFO 3 [918] -2014-12-15 17:43:20 sendUrl INFO 3 [919] -2014-12-15 17:43:20 sendUrl INFO 7 [920] -2014-12-15 17:43:21 queue INFO 7 [551] -2014-12-15 17:43:21 sendUrl INFO 7 [921] -2014-12-15 17:43:21 queue INFO >7 [552] -2014-12-15 17:43:21 sendUrl INFO 3 [922] -2014-12-15 17:43:22 sendUrl INFO 3 [923] -2014-12-15 17:43:22 sendUrl INFO 7 [924] -2014-12-15 17:43:23 queue INFO 3 [553] -2014-12-15 17:43:23 sendUrl INFO 7 [925] -2014-12-15 17:43:23 queue INFO >3 [554] -2014-12-15 17:43:23 sendUrl INFO 3 [926] -2014-12-15 17:43:24 sendUrl INFO 3 [927] -2014-12-15 17:43:24 sendUrl INFO 7 [928] -2014-12-15 17:43:25 sendUrl INFO 7 [929] -2014-12-15 17:43:25 queue INFO 7 [555] -2014-12-15 17:43:25 queue INFO >7 [556] -2014-12-15 17:43:25 sendUrl INFO 3 [930] -2014-12-15 17:43:26 sendUrl INFO 3 [931] -2014-12-15 17:43:26 sendUrl INFO 7 [932] -2014-12-15 17:43:27 sendUrl INFO 7 [933] -2014-12-15 17:43:27 queue INFO 3 [557] -2014-12-15 17:43:27 queue INFO >3 [558] -2014-12-15 17:43:27 sendUrl INFO 3 [934] -2014-12-15 17:43:28 sendUrl INFO 3 [935] -2014-12-15 17:43:28 sendUrl INFO 7 [936] -2014-12-15 17:43:29 sendUrl INFO 7 [937] -2014-12-15 17:43:29 queue INFO 7 [559] -2014-12-15 17:43:29 sendUrl INFO 3 [938] -2014-12-15 17:43:29 queue INFO >7 [560] -2014-12-15 17:43:30 sendUrl INFO 3 [939] -2014-12-15 17:43:30 sendUrl INFO 7 [940] -2014-12-15 17:43:31 sendUrl INFO 7 [941] -2014-12-15 17:43:31 sendUrl INFO 3 [942] -2014-12-15 17:43:32 queue INFO 3 [561] -2014-12-15 17:43:32 queue INFO >3 [562] -2014-12-15 17:43:32 sendUrl INFO 3 [943] -2014-12-15 17:43:32 sendUrl INFO 7 [944] -2014-12-15 17:43:33 sendUrl INFO 7 [945] -2014-12-15 17:43:33 sendUrl INFO 3 [946] -2014-12-15 17:43:34 queue INFO 7 [563] -2014-12-15 17:43:34 sendUrl INFO 3 [947] -2014-12-15 17:43:34 queue INFO >7 [564] -2014-12-15 17:43:35 sendUrl INFO 7 [948] -2014-12-15 17:43:35 sendUrl INFO 7 [949] -2014-12-15 17:43:36 sendUrl INFO 3 [950] -2014-12-15 17:43:36 sendUrl INFO 3 [951] -2014-12-15 17:43:36 queue INFO 3 [565] -2014-12-15 17:43:36 queue INFO >3 [566] -2014-12-15 17:43:37 sendUrl INFO 7 [952] -2014-12-15 17:43:37 sendUrl INFO 7 [953] -2014-12-15 17:43:38 sendUrl INFO 3 [954] -2014-12-15 17:43:38 sendUrl INFO 3 [955] -2014-12-15 17:43:39 queue INFO 7 [567] -2014-12-15 17:43:39 sendUrl INFO 7 [956] -2014-12-15 17:43:39 queue INFO >7 [568] -2014-12-15 17:43:39 sendUrl INFO 7 [957] -2014-12-15 17:43:40 sendUrl INFO 3 [958] -2014-12-15 17:43:40 sendUrl INFO 3 [959] -2014-12-15 17:43:41 queue INFO 3 [569] -2014-12-15 17:43:41 sendUrl INFO 7 [960] -2014-12-15 17:43:41 queue INFO >3 [570] -2014-12-15 17:43:41 sendUrl INFO 7 [961] -2014-12-15 17:43:42 sendUrl INFO 3 [962] -2014-12-15 17:43:42 sendUrl INFO 3 [963] -2014-12-15 17:43:43 sendUrl INFO 7 [964] -2014-12-15 17:43:43 queue INFO 7 [571] -2014-12-15 17:43:43 queue INFO >7 [572] -2014-12-15 17:43:43 sendUrl INFO 7 [965] -2014-12-15 17:43:44 sendUrl INFO 3 [966] -2014-12-15 17:43:44 sendUrl INFO 3 [967] -2014-12-15 17:43:45 queue INFO 3 [573] -2014-12-15 17:43:45 sendUrl INFO 7 [968] -2014-12-15 17:43:45 queue INFO >3 [574] -2014-12-15 17:43:45 sendUrl INFO 7 [969] -2014-12-15 17:43:46 sendUrl INFO 3 [970] -2014-12-15 17:43:46 sendUrl INFO 3 [971] -2014-12-15 17:43:47 queue INFO 7 [575] -2014-12-15 17:43:47 sendUrl INFO 7 [972] -2014-12-15 17:43:47 queue INFO >7 [576] -2014-12-15 17:43:47 sendUrl INFO 7 [973] -2014-12-15 17:43:48 sendUrl INFO 3 [974] -2014-12-15 17:43:48 sendUrl INFO 3 [975] -2014-12-15 17:43:48 queue INFO 3 [577] -2014-12-15 17:43:49 queue INFO >3 [578] -2014-12-15 17:43:49 sendUrl INFO 7 [976] -2014-12-15 17:43:49 sendUrl INFO 7 [977] -2014-12-15 17:43:49 queue INFO 7 [579] -2014-12-15 17:43:50 queue INFO >7 [580] -2014-12-15 17:43:50 sendUrl INFO 3 [978] -2014-12-15 17:43:50 sendUrl INFO 3 [979] -2014-12-15 17:43:51 sendUrl INFO 7 [980] -2014-12-15 17:43:51 queue INFO 3 [581] -2014-12-15 17:43:51 queue INFO >3 [582] -2014-12-15 17:43:51 sendUrl INFO 7 [981] -2014-12-15 17:43:52 sendUrl INFO 3 [982] -2014-12-15 17:43:52 sendUrl INFO 3 [983] -2014-12-15 17:43:53 sendUrl INFO 7 [984] -2014-12-15 17:43:53 queue INFO 7 [583] -2014-12-15 17:43:53 queue INFO >7 [584] -2014-12-15 17:43:53 sendUrl INFO 7 [985] -2014-12-15 17:43:54 sendUrl INFO 3 [986] -2014-12-15 17:43:54 sendUrl INFO 3 [987] -2014-12-15 17:43:55 sendUrl INFO 7 [988] -2014-12-15 17:43:55 queue INFO 3 [585] -2014-12-15 17:43:55 queue INFO >3 [586] -2014-12-15 17:43:55 sendUrl INFO 7 [989] -2014-12-15 17:43:56 sendUrl INFO 3 [990] -2014-12-15 17:43:56 sendUrl INFO 3 [991] -2014-12-15 17:43:57 sendUrl INFO 7 [992] -2014-12-15 17:43:57 queue INFO 7 [587] -2014-12-15 17:43:57 queue INFO >7 [588] -2014-12-15 17:43:57 sendUrl INFO 7 [993] -2014-12-15 17:43:58 sendUrl INFO 3 [994] -2014-12-15 17:43:58 sendUrl INFO 3 [995] -2014-12-15 17:43:59 sendUrl INFO 7 [996] -2014-12-15 17:43:59 queue INFO 3 [589] -2014-12-15 17:43:59 queue INFO >3 [590] -2014-12-15 17:43:59 sendUrl INFO 7 [997] -2014-12-15 17:44:00 sendUrl INFO 3 [998] -2014-12-15 17:44:00 sendUrl INFO 3 [999] -2014-12-15 17:44:01 sendUrl INFO 7 [0] -2014-12-15 17:44:01 queue INFO 7 [591] -2014-12-15 17:44:01 queue INFO >7 [592] -2014-12-15 17:44:01 sendUrl INFO 7 [1] -2014-12-15 17:44:02 sendUrl INFO 3 [2] -2014-12-15 17:44:02 sendUrl INFO 3 [3] -2014-12-15 17:44:03 sendUrl INFO 7 [4] -2014-12-15 17:44:03 queue INFO 3 [593] -2014-12-15 17:44:03 queue INFO >3 [594] -2014-12-15 17:44:03 sendUrl INFO 7 [5] -2014-12-15 17:44:04 sendUrl INFO 3 [6] -2014-12-15 17:44:04 sendUrl INFO 3 [7] -2014-12-15 17:44:05 sendUrl INFO 7 [8] -2014-12-15 17:44:05 queue INFO 7 [595] -2014-12-15 17:44:05 queue INFO >7 [596] -2014-12-15 17:44:05 sendUrl INFO 7 [9] -2014-12-15 17:44:06 sendUrl INFO 3 [10] -2014-12-15 17:44:06 sendUrl INFO 3 [11] -2014-12-15 17:44:06 queue INFO 3 [597] -2014-12-15 17:44:07 queue INFO >3 [598] -2014-12-15 17:44:07 sendUrl INFO 7 [12] -2014-12-15 17:44:07 sendUrl INFO 7 [13] -2014-12-15 17:44:08 sendUrl INFO 3 [14] -2014-12-15 17:44:08 sendUrl INFO 3 [15] -2014-12-15 17:44:09 queue INFO 7 [599] -2014-12-15 17:44:09 sendUrl INFO 7 [16] -2014-12-15 17:44:09 queue INFO >7 [600] -2014-12-15 17:44:09 sendUrl INFO 7 [17] -2014-12-15 17:44:10 sendUrl INFO 3 [18] -2014-12-15 17:44:10 sendUrl INFO 3 [19] -2014-12-15 17:44:11 queue INFO 3 [601] -2014-12-15 17:44:11 sendUrl INFO 7 [20] -2014-12-15 17:44:11 queue INFO >3 [602] -2014-12-15 17:44:11 sendUrl INFO 7 [21] -2014-12-15 17:44:12 sendUrl INFO 3 [22] -2014-12-15 17:44:12 sendUrl INFO 3 [23] -2014-12-15 17:44:13 sendUrl INFO 7 [24] -2014-12-15 17:44:13 queue INFO 7 [603] -2014-12-15 17:44:13 sendUrl INFO 7 [25] -2014-12-15 17:44:14 queue INFO >7 [604] -2014-12-15 17:44:14 sendUrl INFO 3 [26] -2014-12-15 17:44:14 sendUrl INFO 3 [27] -2014-12-15 17:44:15 sendUrl INFO 7 [28] -2014-12-15 17:44:15 queue INFO 3 [605] -2014-12-15 17:44:15 queue INFO >3 [606] -2014-12-15 17:44:15 sendUrl INFO 7 [29] -2014-12-15 17:44:16 sendUrl INFO 3 [30] -2014-12-15 17:44:16 sendUrl INFO 3 [31] -2014-12-15 17:44:17 sendUrl INFO 7 [32] -2014-12-15 17:44:17 queue INFO 7 [607] -2014-12-15 17:44:17 sendUrl INFO 7 [33] -2014-12-15 17:44:18 queue INFO >7 [608] -2014-12-15 17:44:18 sendUrl INFO 3 [34] -2014-12-15 17:44:18 sendUrl INFO 3 [35] -2014-12-15 17:44:19 sendUrl INFO 7 [36] -2014-12-15 17:44:19 queue INFO 3 [609] -2014-12-15 17:44:20 sendUrl INFO 7 [37] -2014-12-15 17:44:20 queue INFO >3 [610] -2014-12-15 17:44:20 sendUrl INFO 3 [38] -2014-12-15 17:44:21 sendUrl INFO 3 [39] -2014-12-15 17:44:21 sendUrl INFO 7 [40] -2014-12-15 17:44:22 sendUrl INFO 7 [41] -2014-12-15 17:44:22 queue INFO 7 [611] -2014-12-15 17:44:22 queue INFO >7 [612] -2014-12-15 17:44:22 sendUrl INFO 3 [42] -2014-12-15 17:44:23 sendUrl INFO 3 [43] -2014-12-15 17:44:23 sendUrl INFO 7 [44] -2014-12-15 17:44:24 sendUrl INFO 7 [45] -2014-12-15 17:44:24 queue INFO 3 [613] -2014-12-15 17:44:24 queue INFO >3 [614] -2014-12-15 17:44:24 sendUrl INFO 3 [46] -2014-12-15 17:44:25 sendUrl INFO 3 [47] -2014-12-15 17:44:25 sendUrl INFO 7 [48] -2014-12-15 17:44:26 sendUrl INFO 7 [49] -2014-12-15 17:44:26 queue INFO 7 [615] -2014-12-15 17:44:26 sendUrl INFO 3 [50] -2014-12-15 17:44:26 queue INFO >7 [616] -2014-12-15 17:44:27 sendUrl INFO 3 [51] -2014-12-15 17:44:27 sendUrl INFO 7 [52] -2014-12-15 17:44:28 sendUrl INFO 7 [53] -2014-12-15 17:44:28 queue INFO 3 [617] -2014-12-15 17:44:28 queue INFO >3 [618] -2014-12-15 17:44:28 sendUrl INFO 3 [54] -2014-12-15 17:44:29 sendUrl INFO 3 [55] -2014-12-15 17:44:29 sendUrl INFO 7 [56] -2014-12-15 17:44:30 sendUrl INFO 7 [57] -2014-12-15 17:44:30 sendUrl INFO 3 [58] -2014-12-15 17:44:30 queue INFO 7 [619] -2014-12-15 17:44:30 queue INFO >7 [620] -2014-12-15 17:44:31 sendUrl INFO 3 [59] -2014-12-15 17:44:31 sendUrl INFO 7 [60] -2014-12-15 17:44:32 sendUrl INFO 7 [61] -2014-12-15 17:44:32 sendUrl INFO 3 [62] -2014-12-15 17:44:32 queue INFO 3 [621] -2014-12-15 17:44:32 queue INFO >3 [622] -2014-12-15 17:44:33 sendUrl INFO 3 [63] -2014-12-15 17:44:33 sendUrl INFO 7 [64] -2014-12-15 17:44:34 sendUrl INFO 7 [65] -2014-12-15 17:44:34 sendUrl INFO 3 [66] -2014-12-15 17:44:34 queue INFO 7 [623] -2014-12-15 17:44:34 queue INFO >7 [624] -2014-12-15 17:44:35 queue INFO 3 [625] -2014-12-15 17:44:35 sendUrl INFO 3 [67] -2014-12-15 17:44:35 queue INFO >3 [626] -2014-12-15 17:44:35 sendUrl INFO 7 [68] -2014-12-15 17:44:36 sendUrl INFO 7 [69] -2014-12-15 17:44:36 sendUrl INFO 3 [70] -2014-12-15 17:44:37 sendUrl INFO 3 [71] -2014-12-15 17:44:37 queue INFO 7 [627] -2014-12-15 17:44:37 queue INFO >7 [628] -2014-12-15 17:44:37 sendUrl INFO 7 [72] -2014-12-15 17:44:38 sendUrl INFO 7 [73] -2014-12-15 17:44:38 sendUrl INFO 3 [74] -2014-12-15 17:44:39 sendUrl INFO 3 [75] -2014-12-15 17:44:39 queue INFO 3 [629] -2014-12-15 17:44:39 queue INFO >3 [630] -2014-12-15 17:44:39 sendUrl INFO 7 [76] -2014-12-15 17:44:40 sendUrl INFO 7 [77] -2014-12-15 17:44:40 sendUrl INFO 3 [78] -2014-12-15 17:44:41 sendUrl INFO 3 [79] -2014-12-15 17:44:41 sendUrl INFO 7 [80] -2014-12-15 17:44:41 queue INFO 7 [631] -2014-12-15 17:44:42 queue INFO >7 [632] -2014-12-15 17:44:42 sendUrl INFO 7 [81] -2014-12-15 17:44:42 sendUrl INFO 3 [82] -2014-12-15 17:44:43 sendUrl INFO 3 [83] -2014-12-15 17:44:43 sendUrl INFO 7 [84] -2014-12-15 17:44:43 queue INFO 3 [633] -2014-12-15 17:44:44 queue INFO >3 [634] -2014-12-15 17:44:44 sendUrl INFO 7 [85] -2014-12-15 17:44:44 sendUrl INFO 3 [86] -2014-12-15 17:44:45 sendUrl INFO 3 [87] -2014-12-15 17:44:45 sendUrl INFO 7 [88] -2014-12-15 17:44:46 sendUrl INFO 7 [89] -2014-12-15 17:44:46 queue INFO 7 [635] -2014-12-15 17:44:46 queue INFO >7 [636] -2014-12-15 17:44:46 sendUrl INFO 3 [90] -2014-12-15 17:44:47 sendUrl INFO 3 [91] -2014-12-15 17:44:47 queue INFO 3 [637] -2014-12-15 17:44:47 sendUrl INFO 7 [92] -2014-12-15 17:44:47 queue INFO 7 [638] -2014-12-15 17:44:48 queue INFO >7 [639] -2014-12-15 17:44:48 queue INFO 3 [640] -2014-12-15 17:44:48 sendUrl INFO 7 [93] -2014-12-15 17:44:48 queue INFO >3 [641] -2014-12-15 17:44:48 sendUrl INFO 3 [94] -2014-12-15 17:44:49 queue INFO 7 [642] -2014-12-15 17:44:49 queue INFO >7 [643] -2014-12-15 17:44:49 sendUrl INFO 3 [95] -2014-12-15 17:44:49 sendUrl INFO 7 [96] -2014-12-15 17:44:50 sendUrl INFO 7 [97] -2014-12-15 17:44:50 sendUrl INFO 3 [98] -2014-12-15 17:44:51 queue INFO 3 [644] -2014-12-15 17:44:51 sendUrl INFO 3 [99] -2014-12-15 17:44:51 queue INFO >3 [645] -2014-12-15 17:44:51 sendUrl INFO 7 [100] -2014-12-15 17:44:52 sendUrl INFO 7 [101] -2014-12-15 17:44:52 sendUrl INFO 3 [102] -2014-12-15 17:44:53 sendUrl INFO 3 [103] -2014-12-15 17:44:53 queue INFO 7 [646] -2014-12-15 17:44:53 sendUrl INFO 7 [104] -2014-12-15 17:44:54 queue INFO >7 [647] -2014-12-15 17:44:54 sendUrl INFO 7 [105] -2014-12-15 17:44:54 sendUrl INFO 3 [106] -2014-12-15 17:44:55 sendUrl INFO 3 [107] -2014-12-15 17:44:55 sendUrl INFO 7 [108] -2014-12-15 17:44:56 queue INFO 3 [648] -2014-12-15 17:44:56 sendUrl INFO 7 [109] -2014-12-15 17:44:56 queue INFO >3 [649] -2014-12-15 17:44:56 sendUrl INFO 3 [110] -2014-12-15 17:44:57 sendUrl INFO 3 [111] -2014-12-15 17:44:57 sendUrl INFO 7 [112] -2014-12-15 17:44:58 sendUrl INFO 7 [113] -2014-12-15 17:44:58 sendUrl INFO 3 [114] -2014-12-15 17:44:59 queue INFO 7 [650] -2014-12-15 17:44:59 queue INFO >7 [651] -2014-12-15 17:44:59 sendUrl INFO 3 [115] -2014-12-15 17:44:59 sendUrl INFO 7 [116] -2014-12-15 17:45:00 sendUrl INFO 7 [117] -2014-12-15 17:45:00 sendUrl INFO 3 [118] -2014-12-15 17:45:01 queue INFO 3 [652] -2014-12-15 17:45:01 sendUrl INFO 3 [119] -2014-12-15 17:45:01 queue INFO >3 [653] -2014-12-15 17:45:01 sendUrl INFO 7 [120] -2014-12-15 17:45:02 sendUrl INFO 7 [121] -2014-12-15 17:45:03 sendUrl INFO 3 [122] -2014-12-15 17:45:03 sendUrl INFO 3 [123] -2014-12-15 17:45:03 queue INFO 7 [654] -2014-12-15 17:45:04 sendUrl INFO 7 [124] -2014-12-15 17:45:04 queue INFO >7 [655] -2014-12-15 17:45:04 sendUrl INFO 7 [125] -2014-12-15 17:45:05 sendUrl INFO 3 [126] -2014-12-15 17:45:05 sendUrl INFO 3 [127] -2014-12-15 17:45:06 sendUrl INFO 7 [128] -2014-12-15 17:45:06 queue INFO 3 [656] -2014-12-15 17:45:06 queue INFO >3 [657] -2014-12-15 17:45:06 sendUrl INFO 7 [129] -2014-12-15 17:45:07 sendUrl INFO 3 [130] -2014-12-15 17:45:07 sendUrl INFO 3 [131] -2014-12-15 17:45:08 sendUrl INFO 7 [132] -2014-12-15 17:45:08 queue INFO 7 [658] -2014-12-15 17:45:08 sendUrl INFO 7 [133] -2014-12-15 17:45:08 queue INFO >7 [659] -2014-12-15 17:45:09 sendUrl INFO 3 [134] -2014-12-15 17:45:09 sendUrl INFO 3 [135] -2014-12-15 17:45:10 sendUrl INFO 7 [136] -2014-12-15 17:45:10 sendUrl INFO 7 [137] -2014-12-15 17:45:10 queue INFO 3 [660] -2014-12-15 17:45:11 queue INFO >3 [661] -2014-12-15 17:45:11 sendUrl INFO 3 [138] -2014-12-15 17:45:11 sendUrl INFO 3 [139] -2014-12-15 17:45:12 sendUrl INFO 7 [140] -2014-12-15 17:45:12 sendUrl INFO 7 [141] -2014-12-15 17:45:13 sendUrl INFO 3 [142] -2014-12-15 17:45:13 queue INFO 7 [662] -2014-12-15 17:45:13 sendUrl INFO 3 [143] -2014-12-15 17:45:13 queue INFO >7 [663] -2014-12-15 17:45:14 sendUrl INFO 7 [144] -2014-12-15 17:45:14 sendUrl INFO 7 [145] -2014-12-15 17:45:15 sendUrl INFO 3 [146] -2014-12-15 17:45:15 sendUrl INFO 3 [147] -2014-12-15 17:45:15 queue INFO 3 [664] -2014-12-15 17:45:16 queue INFO >3 [665] -2014-12-15 17:45:16 sendUrl INFO 7 [148] -2014-12-15 17:45:16 sendUrl INFO 7 [149] -2014-12-15 17:45:17 sendUrl INFO 3 [150] -2014-12-15 17:45:17 sendUrl INFO 3 [151] -2014-12-15 17:45:18 sendUrl INFO 7 [152] -2014-12-15 17:45:18 queue INFO 7 [666] -2014-12-15 17:45:18 sendUrl INFO 7 [153] -2014-12-15 17:45:18 queue INFO >7 [667] -2014-12-15 17:45:19 sendUrl INFO 3 [154] -2014-12-15 17:45:19 sendUrl INFO 3 [155] -2014-12-15 17:45:20 sendUrl INFO 7 [156] -2014-12-15 17:45:20 sendUrl INFO 7 [157] -2014-12-15 17:45:20 queue INFO 3 [668] -2014-12-15 17:45:21 queue INFO >3 [669] -2014-12-15 17:45:21 sendUrl INFO 3 [158] -2014-12-15 17:45:21 sendUrl INFO 3 [159] -2014-12-15 17:45:22 sendUrl INFO 7 [160] -2014-12-15 17:45:22 sendUrl INFO 7 [161] -2014-12-15 17:45:23 sendUrl INFO 3 [162] -2014-12-15 17:45:23 queue INFO 7 [670] -2014-12-15 17:45:23 sendUrl INFO 3 [163] -2014-12-15 17:45:23 queue INFO >7 [671] -2014-12-15 17:45:24 sendUrl INFO 7 [164] -2014-12-15 17:45:24 sendUrl INFO 7 [165] -2014-12-15 17:45:25 sendUrl INFO 3 [166] -2014-12-15 17:45:25 sendUrl INFO 3 [167] -2014-12-15 17:45:25 queue INFO 3 [672] -2014-12-15 17:45:25 queue INFO >3 [673] -2014-12-15 17:45:26 sendUrl INFO 7 [168] -2014-12-15 17:45:26 sendUrl INFO 7 [169] -2014-12-15 17:45:27 sendUrl INFO 3 [170] -2014-12-15 17:45:27 sendUrl INFO 3 [171] -2014-12-15 17:45:28 sendUrl INFO 7 [172] -2014-12-15 17:45:28 queue INFO 7 [674] -2014-12-15 17:45:28 queue INFO >7 [675] -2014-12-15 17:45:28 sendUrl INFO 7 [173] -2014-12-15 17:45:29 sendUrl INFO 3 [174] -2014-12-15 17:45:29 sendUrl INFO 3 [175] -2014-12-15 17:45:30 sendUrl INFO 7 [176] -2014-12-15 17:45:30 queue INFO 3 [676] -2014-12-15 17:45:30 sendUrl INFO 7 [177] -2014-12-15 17:45:30 queue INFO >3 [677] -2014-12-15 17:45:31 sendUrl INFO 3 [178] -2014-12-15 17:45:31 sendUrl INFO 3 [179] -2014-12-15 17:45:32 sendUrl INFO 7 [180] -2014-12-15 17:45:32 sendUrl INFO 7 [181] -2014-12-15 17:45:33 sendUrl INFO 3 [182] -2014-12-15 17:45:33 queue INFO 7 [678] -2014-12-15 17:45:33 queue INFO >7 [679] -2014-12-15 17:45:33 sendUrl INFO 3 [183] -2014-12-15 17:45:34 sendUrl INFO 7 [184] -2014-12-15 17:45:34 sendUrl INFO 7 [185] -2014-12-15 17:45:35 sendUrl INFO 3 [186] -2014-12-15 17:45:35 queue INFO 3 [680] -2014-12-15 17:45:35 sendUrl INFO 3 [187] -2014-12-15 17:45:36 queue INFO >3 [681] -2014-12-15 17:45:36 sendUrl INFO 7 [188] -2014-12-15 17:45:36 sendUrl INFO 7 [189] -2014-12-15 17:45:37 sendUrl INFO 3 [190] -2014-12-15 17:45:37 sendUrl INFO 3 [191] -2014-12-15 17:45:38 sendUrl INFO 7 [192] -2014-12-15 17:45:38 queue INFO 7 [682] -2014-12-15 17:45:38 queue INFO >7 [683] -2014-12-15 17:45:38 sendUrl INFO 7 [193] -2014-12-15 17:45:39 sendUrl INFO 3 [194] -2014-12-15 17:45:39 sendUrl INFO 3 [195] -2014-12-15 17:45:40 sendUrl INFO 7 [196] -2014-12-15 17:45:40 queue INFO 3 [684] -2014-12-15 17:45:40 sendUrl INFO 7 [197] -2014-12-15 17:45:41 queue INFO >3 [685] -2014-12-15 17:45:41 sendUrl INFO 3 [198] -2014-12-15 17:45:41 sendUrl INFO 3 [199] -2014-12-15 17:45:42 sendUrl INFO 7 [200] -2014-12-15 17:45:42 sendUrl INFO 7 [201] -2014-12-15 17:45:43 sendUrl INFO 3 [202] -2014-12-15 17:45:43 queue INFO 7 [686] -2014-12-15 17:45:43 queue INFO >7 [687] -2014-12-15 17:45:43 sendUrl INFO 3 [203] -2014-12-15 17:45:44 sendUrl INFO 7 [204] -2014-12-15 17:45:44 sendUrl INFO 7 [205] -2014-12-15 17:45:45 sendUrl INFO 3 [206] -2014-12-15 17:45:45 sendUrl INFO 3 [207] -2014-12-15 17:45:46 queue INFO 3 [688] -2014-12-15 17:45:46 queue INFO >3 [689] -2014-12-15 17:45:46 sendUrl INFO 7 [208] -2014-12-15 17:45:46 sendUrl INFO 7 [209] -2014-12-15 17:45:47 sendUrl INFO 3 [210] -2014-12-15 17:45:48 sendUrl INFO 3 [211] -2014-12-15 17:45:48 sendUrl INFO 7 [212] -2014-12-15 17:45:48 queue INFO 7 [690] -2014-12-15 17:45:48 queue INFO >7 [691] -2014-12-15 17:45:49 sendUrl INFO 7 [213] -2014-12-15 17:45:49 sendUrl INFO 3 [214] -2014-12-15 17:45:50 sendUrl INFO 3 [215] -2014-12-15 17:45:50 sendUrl INFO 7 [216] -2014-12-15 17:45:50 queue INFO 3 [692] -2014-12-15 17:45:51 sendUrl INFO 7 [217] -2014-12-15 17:45:51 queue INFO >3 [693] -2014-12-15 17:45:51 sendUrl INFO 3 [218] -2014-12-15 17:45:52 sendUrl INFO 3 [219] -2014-12-15 17:45:52 sendUrl INFO 7 [220] -2014-12-15 17:45:53 sendUrl INFO 7 [221] -2014-12-15 17:45:53 queue INFO 7 [694] -2014-12-15 17:45:53 queue INFO >7 [695] -2014-12-15 17:45:53 sendUrl INFO 3 [222] -2014-12-15 17:45:54 sendUrl INFO 3 [223] -2014-12-15 17:45:54 sendUrl INFO 7 [224] -2014-12-15 17:45:55 queue INFO 3 [696] -2014-12-15 17:45:55 sendUrl INFO 7 [225] -2014-12-15 17:45:55 queue INFO >3 [697] -2014-12-15 17:45:55 sendUrl INFO 3 [226] -2014-12-15 17:45:56 sendUrl INFO 3 [227] -2014-12-15 17:45:56 sendUrl INFO 7 [228] -2014-12-15 17:45:57 sendUrl INFO 7 [229] -2014-12-15 17:45:57 sendUrl INFO 3 [230] -2014-12-15 17:45:57 queue INFO 7 [698] -2014-12-15 17:45:57 queue INFO >7 [699] -2014-12-15 17:45:58 sendUrl INFO 3 [231] -2014-12-15 17:45:58 sendUrl INFO 7 [232] -2014-12-15 17:45:59 sendUrl INFO 7 [233] -2014-12-15 17:45:59 sendUrl INFO 3 [234] -2014-12-15 17:45:59 queue INFO 3 [700] -2014-12-15 17:46:00 queue INFO >3 [701] -2014-12-15 17:46:00 sendUrl INFO 3 [235] -2014-12-15 17:46:00 sendUrl INFO 7 [236] -2014-12-15 17:46:01 sendUrl INFO 7 [237] -2014-12-15 17:46:01 sendUrl INFO 3 [238] -2014-12-15 17:46:02 queue INFO 7 [702] -2014-12-15 17:46:02 sendUrl INFO 3 [239] -2014-12-15 17:46:02 queue INFO >7 [703] -2014-12-15 17:46:02 sendUrl INFO 7 [240] -2014-12-15 17:46:03 sendUrl INFO 7 [241] -2014-12-15 17:46:03 sendUrl INFO 3 [242] -2014-12-15 17:46:04 queue INFO 3 [704] -2014-12-15 17:46:04 sendUrl INFO 3 [243] -2014-12-15 17:46:04 queue INFO >3 [705] -2014-12-15 17:46:04 sendUrl INFO 7 [244] -2014-12-15 17:46:05 sendUrl INFO 7 [245] -2014-12-15 17:46:05 sendUrl INFO 3 [246] -2014-12-15 17:46:06 sendUrl INFO 3 [247] -2014-12-15 17:46:06 queue INFO 7 [706] -2014-12-15 17:46:06 queue INFO >7 [707] -2014-12-15 17:46:06 sendUrl INFO 7 [248] -2014-12-15 17:46:07 sendUrl INFO 7 [249] -2014-12-15 17:46:07 sendUrl INFO 3 [250] -2014-12-15 17:46:08 sendUrl INFO 3 [251] -2014-12-15 17:46:08 queue INFO 3 [708] -2014-12-15 17:46:08 sendUrl INFO 7 [252] -2014-12-15 17:46:08 queue INFO >3 [709] -2014-12-15 17:46:09 sendUrl INFO 7 [253] -2014-12-15 17:46:09 sendUrl INFO 3 [254] -2014-12-15 17:46:10 sendUrl INFO 3 [255] -2014-12-15 17:46:10 sendUrl INFO 7 [256] -2014-12-15 17:46:11 queue INFO 7 [710] -2014-12-15 17:46:11 sendUrl INFO 7 [257] -2014-12-15 17:46:11 queue INFO >7 [711] -2014-12-15 17:46:11 sendUrl INFO 3 [258] -2014-12-15 17:46:12 sendUrl INFO 3 [259] -2014-12-15 17:46:12 sendUrl INFO 7 [260] -2014-12-15 17:46:13 sendUrl INFO 7 [261] -2014-12-15 17:46:13 queue INFO 3 [712] -2014-12-15 17:46:13 queue INFO >3 [713] -2014-12-15 17:46:13 sendUrl INFO 3 [262] -2014-12-15 17:46:14 sendUrl INFO 3 [263] -2014-12-15 17:46:14 sendUrl INFO 7 [264] -2014-12-15 17:46:15 sendUrl INFO 7 [265] -2014-12-15 17:46:15 sendUrl INFO 3 [266] -2014-12-15 17:46:16 queue INFO 7 [714] -2014-12-15 17:46:16 sendUrl INFO 3 [267] -2014-12-15 17:46:16 queue INFO >7 [715] -2014-12-15 17:46:16 sendUrl INFO 7 [268] -2014-12-15 17:46:17 sendUrl INFO 7 [269] -2014-12-15 17:46:17 sendUrl INFO 3 [270] -2014-12-15 17:46:18 sendUrl INFO 3 [271] -2014-12-15 17:46:18 queue INFO 3 [716] -2014-12-15 17:46:18 queue INFO >3 [717] -2014-12-15 17:46:18 sendUrl INFO 7 [272] -2014-12-15 17:46:19 sendUrl INFO 7 [273] -2014-12-15 17:46:19 sendUrl INFO 3 [274] -2014-12-15 17:46:20 sendUrl INFO 3 [275] -2014-12-15 17:46:20 sendUrl INFO 7 [276] -2014-12-15 17:46:21 queue INFO 7 [718] -2014-12-15 17:46:21 queue INFO >7 [719] -2014-12-15 17:46:21 sendUrl INFO 7 [277] -2014-12-15 17:46:21 sendUrl INFO 3 [278] -2014-12-15 17:46:22 sendUrl INFO 3 [279] -2014-12-15 17:46:22 sendUrl INFO 7 [280] -2014-12-15 17:46:23 sendUrl INFO 7 [281] -2014-12-15 17:46:23 queue INFO 3 [720] -2014-12-15 17:46:23 queue INFO >3 [721] -2014-12-15 17:46:23 sendUrl INFO 3 [282] -2014-12-15 17:46:24 sendUrl INFO 3 [283] -2014-12-15 17:46:24 sendUrl INFO 7 [284] -2014-12-15 17:46:25 sendUrl INFO 7 [285] -2014-12-15 17:46:25 sendUrl INFO 3 [286] -2014-12-15 17:46:26 queue INFO 7 [722] -2014-12-15 17:46:26 queue INFO >7 [723] -2014-12-15 17:46:26 sendUrl INFO 3 [287] -2014-12-15 17:46:26 sendUrl INFO 7 [288] -2014-12-15 17:46:27 sendUrl INFO 7 [289] -2014-12-15 17:46:27 sendUrl INFO 3 [290] -2014-12-15 17:46:28 queue INFO 3 [724] -2014-12-15 17:46:28 queue INFO >3 [725] -2014-12-15 17:46:28 sendUrl INFO 3 [291] -2014-12-15 17:46:28 sendUrl INFO 7 [292] -2014-12-15 17:46:29 sendUrl INFO 7 [293] -2014-12-15 17:46:29 sendUrl INFO 3 [294] -2014-12-15 17:46:30 sendUrl INFO 3 [295] -2014-12-15 17:46:30 queue INFO 7 [726] -2014-12-15 17:46:30 queue INFO >7 [727] -2014-12-15 17:46:30 sendUrl INFO 7 [296] -2014-12-15 17:46:31 sendUrl INFO 7 [297] -2014-12-15 17:46:32 sendUrl INFO 3 [298] -2014-12-15 17:46:32 sendUrl INFO 3 [299] -2014-12-15 17:46:32 queue INFO 3 [728] -2014-12-15 17:46:33 sendUrl INFO 7 [300] -2014-12-15 17:46:33 queue INFO >3 [729] -2014-12-15 17:46:33 sendUrl INFO 7 [301] -2014-12-15 17:46:34 sendUrl INFO 3 [302] -2014-12-15 17:46:34 sendUrl INFO 3 [303] -2014-12-15 17:46:34 queue INFO 7 [730] -2014-12-15 17:46:35 sendUrl INFO 7 [304] -2014-12-15 17:46:35 queue INFO >7 [731] -2014-12-15 17:46:35 sendUrl INFO 7 [305] -2014-12-15 17:46:36 sendUrl INFO 3 [306] -2014-12-15 17:46:36 queue INFO 3 [732] -2014-12-15 17:46:36 sendUrl INFO 3 [307] -2014-12-15 17:46:36 queue INFO >3 [733] -2014-12-15 17:46:37 sendUrl INFO 7 [308] -2014-12-15 17:46:37 sendUrl INFO 7 [309] -2014-12-15 17:46:38 sendUrl INFO 3 [310] -2014-12-15 17:46:38 queue INFO 7 [734] -2014-12-15 17:46:38 sendUrl INFO 3 [311] -2014-12-15 17:46:38 queue INFO >7 [735] -2014-12-15 17:46:39 sendUrl INFO 7 [312] -2014-12-15 17:46:39 sendUrl INFO 7 [313] -2014-12-15 17:46:40 sendUrl INFO 3 [314] -2014-12-15 17:46:40 sendUrl INFO 3 [315] -2014-12-15 17:46:40 queue INFO 3 [736] -2014-12-15 17:46:40 queue INFO >3 [737] -2014-12-15 17:46:41 sendUrl INFO 7 [316] -2014-12-15 17:46:41 sendUrl INFO 7 [317] -2014-12-15 17:46:42 sendUrl INFO 3 [318] -2014-12-15 17:46:42 sendUrl INFO 3 [319] -2014-12-15 17:46:43 queue INFO 7 [738] -2014-12-15 17:46:43 sendUrl INFO 7 [320] -2014-12-15 17:46:43 queue INFO >7 [739] -2014-12-15 17:46:43 sendUrl INFO 7 [321] -2014-12-15 17:46:44 sendUrl INFO 3 [322] -2014-12-15 17:46:44 sendUrl INFO 3 [323] -2014-12-15 17:46:45 sendUrl INFO 7 [324] -2014-12-15 17:46:45 queue INFO 3 [740] -2014-12-15 17:46:45 queue INFO >3 [741] -2014-12-15 17:46:45 sendUrl INFO 7 [325] -2014-12-15 17:46:46 sendUrl INFO 3 [326] -2014-12-15 17:46:46 sendUrl INFO 3 [327] -2014-12-15 17:46:47 sendUrl INFO 7 [328] -2014-12-15 17:46:47 sendUrl INFO 7 [329] -2014-12-15 17:46:47 queue INFO 7 [742] -2014-12-15 17:46:47 queue INFO >7 [743] -2014-12-15 17:46:48 sendUrl INFO 3 [330] -2014-12-15 17:46:48 sendUrl INFO 3 [331] -2014-12-15 17:46:49 sendUrl INFO 7 [332] -2014-12-15 17:46:49 sendUrl INFO 7 [333] -2014-12-15 17:46:49 queue INFO 3 [744] -2014-12-15 17:46:49 queue INFO >3 [745] -2014-12-15 17:46:50 sendUrl INFO 3 [334] -2014-12-15 17:46:50 sendUrl INFO 3 [335] -2014-12-15 17:46:51 sendUrl INFO 7 [336] -2014-12-15 17:46:51 sendUrl INFO 7 [337] -2014-12-15 17:46:52 queue INFO 7 [746] -2014-12-15 17:46:52 sendUrl INFO 3 [338] -2014-12-15 17:46:52 queue INFO >7 [747] -2014-12-15 17:46:52 sendUrl INFO 3 [339] -2014-12-15 17:46:53 sendUrl INFO 7 [340] -2014-12-15 17:46:53 sendUrl INFO 7 [341] -2014-12-15 17:46:54 sendUrl INFO 3 [342] -2014-12-15 17:46:54 queue INFO 3 [748] -2014-12-15 17:46:54 sendUrl INFO 3 [343] -2014-12-15 17:46:54 queue INFO >3 [749] -2014-12-15 17:46:55 sendUrl INFO 7 [344] -2014-12-15 17:46:55 sendUrl INFO 7 [345] -2014-12-15 17:46:56 sendUrl INFO 3 [346] -2014-12-15 17:46:56 queue INFO 7 [750] -2014-12-15 17:46:56 sendUrl INFO 3 [347] -2014-12-15 17:46:56 queue INFO >7 [751] -2014-12-15 17:46:57 sendUrl INFO 7 [348] -2014-12-15 17:46:57 sendUrl INFO 7 [349] -2014-12-15 17:46:58 sendUrl INFO 3 [350] -2014-12-15 17:46:58 sendUrl INFO 3 [351] -2014-12-15 17:46:58 queue INFO 3 [752] -2014-12-15 17:46:59 queue INFO >3 [753] -2014-12-15 17:46:59 sendUrl INFO 7 [352] -2014-12-15 17:46:59 sendUrl INFO 7 [353] -2014-12-15 17:47:00 sendUrl INFO 3 [354] -2014-12-15 17:47:00 sendUrl INFO 3 [355] -2014-12-15 17:47:01 queue INFO 7 [754] -2014-12-15 17:47:01 sendUrl INFO 7 [356] -2014-12-15 17:47:01 queue INFO >7 [755] -2014-12-15 17:47:01 sendUrl INFO 7 [357] -2014-12-15 17:47:02 sendUrl INFO 3 [358] -2014-12-15 17:47:02 queue INFO 3 [756] -2014-12-15 17:47:02 queue INFO >3 [757] -2014-12-15 17:47:02 sendUrl INFO 3 [359] -2014-12-15 17:47:03 sendUrl INFO 7 [360] -2014-12-15 17:47:03 sendUrl INFO 7 [361] -2014-12-15 17:47:04 sendUrl INFO 3 [362] -2014-12-15 17:47:04 queue INFO 7 [758] -2014-12-15 17:47:04 sendUrl INFO 3 [363] -2014-12-15 17:47:05 queue INFO >7 [759] -2014-12-15 17:47:05 sendUrl INFO 7 [364] -2014-12-15 17:47:05 sendUrl INFO 7 [365] -2014-12-15 17:47:06 queue INFO 3 [760] -2014-12-15 17:47:06 queue INFO >3 [761] -2014-12-15 17:47:06 sendUrl INFO 3 [366] -2014-12-15 17:47:06 sendUrl INFO 7 [367] -2014-12-15 17:47:07 sendUrl INFO 7 [368] -2014-12-15 17:47:07 sendUrl INFO 3 [369] -2014-12-15 17:47:08 queue INFO 7 [762] -2014-12-15 17:47:08 sendUrl INFO 3 [370] -2014-12-15 17:47:08 queue INFO >7 [763] -2014-12-15 17:47:08 sendUrl INFO 7 [371] -2014-12-15 17:47:09 sendUrl INFO 7 [372] -2014-12-15 17:47:09 sendUrl INFO 3 [373] -2014-12-15 17:47:10 queue INFO 3 [764] -2014-12-15 17:47:10 sendUrl INFO 3 [374] -2014-12-15 17:47:10 queue INFO >3 [765] -2014-12-15 17:47:10 sendUrl INFO 7 [375] -2014-12-15 17:47:11 sendUrl INFO 7 [376] -2014-12-15 17:47:11 sendUrl INFO 3 [377] -2014-12-15 17:47:12 sendUrl INFO 3 [378] -2014-12-15 17:47:12 queue INFO 7 [766] -2014-12-15 17:47:12 sendUrl INFO 7 [379] -2014-12-15 17:47:13 queue INFO >7 [767] -2014-12-15 17:47:13 sendUrl INFO 7 [380] -2014-12-15 17:47:13 sendUrl INFO 3 [381] -2014-12-15 17:47:14 sendUrl INFO 3 [382] -2014-12-15 17:47:14 queue INFO 3 [768] -2014-12-15 17:47:15 sendUrl INFO 7 [383] -2014-12-15 17:47:15 queue INFO >3 [769] -2014-12-15 17:47:15 sendUrl INFO 7 [384] -2014-12-15 17:47:16 sendUrl INFO 3 [385] -2014-12-15 17:47:16 sendUrl INFO 3 [386] -2014-12-15 17:47:17 sendUrl INFO 7 [387] -2014-12-15 17:47:17 queue INFO 7 [770] -2014-12-15 17:47:17 queue INFO >7 [771] -2014-12-15 17:47:17 sendUrl INFO 7 [388] -2014-12-15 17:47:18 sendUrl INFO 3 [389] -2014-12-15 17:47:18 sendUrl INFO 3 [390] -2014-12-15 17:47:19 sendUrl INFO 7 [391] -2014-12-15 17:47:19 queue INFO 3 [772] -2014-12-15 17:47:19 queue INFO >3 [773] -2014-12-15 17:47:19 sendUrl INFO 7 [392] -2014-12-15 17:47:20 sendUrl INFO 3 [393] -2014-12-15 17:47:20 sendUrl INFO 3 [394] -2014-12-15 17:47:21 sendUrl INFO 7 [395] -2014-12-15 17:47:21 queue INFO 7 [774] -2014-12-15 17:47:21 sendUrl INFO 7 [396] -2014-12-15 17:47:21 queue INFO >7 [775] -2014-12-15 17:47:22 sendUrl INFO 3 [397] -2014-12-15 17:47:22 sendUrl INFO 3 [398] -2014-12-15 17:47:23 sendUrl INFO 7 [399] -2014-12-15 17:47:23 queue INFO 3 [776] -2014-12-15 17:47:23 sendUrl INFO 7 [400] -2014-12-15 17:47:23 queue INFO >3 [777] -2014-12-15 17:47:24 sendUrl INFO 3 [401] -2014-12-15 17:47:24 sendUrl INFO 3 [402] -2014-12-15 17:47:25 sendUrl INFO 7 [403] -2014-12-15 17:47:25 sendUrl INFO 7 [404] -2014-12-15 17:47:25 queue INFO 7 [778] -2014-12-15 17:47:26 queue INFO >7 [779] -2014-12-15 17:47:26 sendUrl INFO 3 [405] -2014-12-15 17:47:26 sendUrl INFO 3 [406] -2014-12-15 17:47:27 sendUrl INFO 7 [407] -2014-12-15 17:47:27 sendUrl INFO 7 [408] -2014-12-15 17:47:28 queue INFO 3 [780] -2014-12-15 17:47:28 sendUrl INFO 3 [409] -2014-12-15 17:47:28 queue INFO >3 [781] -2014-12-15 17:47:28 sendUrl INFO 3 [410] -2014-12-15 17:47:29 sendUrl INFO 7 [411] -2014-12-15 17:47:29 sendUrl INFO 7 [412] -2014-12-15 17:47:30 sendUrl INFO 3 [413] -2014-12-15 17:47:30 queue INFO 7 [782] -2014-12-15 17:47:30 queue INFO >7 [783] -2014-12-15 17:47:30 sendUrl INFO 3 [414] -2014-12-15 17:47:31 sendUrl INFO 7 [415] -2014-12-15 17:47:31 sendUrl INFO 7 [416] -2014-12-15 17:47:32 sendUrl INFO 3 [417] -2014-12-15 17:47:32 queue INFO 3 [784] -2014-12-15 17:47:32 queue INFO >3 [785] -2014-12-15 17:47:32 sendUrl INFO 3 [418] -2014-12-15 17:47:33 sendUrl INFO 7 [419] -2014-12-15 17:47:33 sendUrl INFO 7 [420] -2014-12-15 17:47:34 sendUrl INFO 3 [421] -2014-12-15 17:47:34 sendUrl INFO 3 [422] -2014-12-15 17:47:34 queue INFO 7 [786] -2014-12-15 17:47:35 queue INFO >7 [787] -2014-12-15 17:47:35 sendUrl INFO 7 [423] -2014-12-15 17:47:35 sendUrl INFO 7 [424] -2014-12-15 17:47:36 sendUrl INFO 3 [425] -2014-12-15 17:47:36 sendUrl INFO 3 [426] -2014-12-15 17:47:37 queue INFO 3 [788] -2014-12-15 17:47:37 sendUrl INFO 7 [427] -2014-12-15 17:47:37 queue INFO >3 [789] -2014-12-15 17:47:37 sendUrl INFO 7 [428] -2014-12-15 17:47:38 sendUrl INFO 3 [429] -2014-12-15 17:47:38 sendUrl INFO 3 [430] -2014-12-15 17:47:39 sendUrl INFO 7 [431] -2014-12-15 17:47:39 queue INFO 7 [790] -2014-12-15 17:47:39 queue INFO >7 [791] -2014-12-15 17:47:39 sendUrl INFO 7 [432] -2014-12-15 17:47:40 sendUrl INFO 3 [433] -2014-12-15 17:47:40 sendUrl INFO 3 [434] -2014-12-15 17:47:41 sendUrl INFO 7 [435] -2014-12-15 17:47:41 queue INFO 3 [792] -2014-12-15 17:47:41 sendUrl INFO 7 [436] -2014-12-15 17:47:41 queue INFO >3 [793] -2014-12-15 17:47:42 sendUrl INFO 3 [437] -2014-12-15 17:47:42 sendUrl INFO 3 [438] -2014-12-15 17:47:43 sendUrl INFO 7 [439] -2014-12-15 17:47:43 sendUrl INFO 7 [440] -2014-12-15 17:47:44 queue INFO 7 [794] -2014-12-15 17:47:44 sendUrl INFO 3 [441] -2014-12-15 17:47:44 queue INFO >7 [795] -2014-12-15 17:47:44 sendUrl INFO 3 [442] -2014-12-15 17:47:45 sendUrl INFO 7 [443] -2014-12-15 17:47:45 sendUrl INFO 7 [444] -2014-12-15 17:47:46 sendUrl INFO 3 [445] -2014-12-15 17:47:46 queue INFO 3 [796] -2014-12-15 17:47:46 queue INFO >3 [797] -2014-12-15 17:47:46 queue INFO 7 [798] -2014-12-15 17:47:46 sendUrl INFO 3 [446] -2014-12-15 17:47:47 queue INFO >7 [799] -2014-12-15 17:47:47 sendUrl INFO 7 [447] -2014-12-15 17:47:47 sendUrl INFO 7 [448] -2014-12-15 17:47:48 sendUrl INFO 3 [449] -2014-12-15 17:47:48 sendUrl INFO 3 [450] -2014-12-15 17:47:49 sendUrl INFO 7 [451] -2014-12-15 17:47:49 sendUrl INFO 7 [452] -2014-12-15 17:47:50 sendUrl INFO 3 [453] -2014-12-15 17:47:50 sendUrl INFO 3 [454] -2014-12-15 17:47:51 queue INFO 3 [800] -2014-12-15 17:47:51 queue INFO >3 [801] -2014-12-15 17:47:51 sendUrl INFO 7 [455] -2014-12-15 17:47:51 sendUrl INFO 7 [456] -2014-12-15 17:47:52 sendUrl INFO 3 [457] -2014-12-15 17:47:52 sendUrl INFO 3 [458] -2014-12-15 17:47:53 queue INFO 7 [802] -2014-12-15 17:47:53 sendUrl INFO 7 [459] -2014-12-15 17:47:53 queue INFO >7 [803] -2014-12-15 17:47:53 sendUrl INFO 7 [460] -2014-12-15 17:47:54 sendUrl INFO 3 [461] -2014-12-15 17:47:54 sendUrl INFO 3 [462] -2014-12-15 17:47:55 sendUrl INFO 7 [463] -2014-12-15 17:47:55 queue INFO 3 [804] -2014-12-15 17:47:55 queue INFO >3 [805] -2014-12-15 17:47:55 sendUrl INFO 7 [464] -2014-12-15 17:47:56 sendUrl INFO 3 [465] -2014-12-15 17:47:56 sendUrl INFO 3 [466] -2014-12-15 17:47:57 sendUrl INFO 7 [467] -2014-12-15 17:47:57 sendUrl INFO 7 [468] -2014-12-15 17:47:58 queue INFO 7 [806] -2014-12-15 17:47:58 sendUrl INFO 3 [469] -2014-12-15 17:47:58 queue INFO >7 [807] -2014-12-15 17:47:58 sendUrl INFO 3 [470] -2014-12-15 17:47:59 sendUrl INFO 7 [471] -2014-12-15 17:48:00 sendUrl INFO 7 [472] -2014-12-15 17:48:00 sendUrl INFO 3 [473] -2014-12-15 17:48:00 queue INFO 3 [808] -2014-12-15 17:48:00 queue INFO >3 [809] -2014-12-15 17:48:01 sendUrl INFO 3 [474] -2014-12-15 17:48:01 sendUrl INFO 7 [475] -2014-12-15 17:48:02 sendUrl INFO 7 [476] -2014-12-15 17:48:02 queue INFO 7 [810] -2014-12-15 17:48:02 queue INFO >7 [811] -2014-12-15 17:48:02 sendUrl INFO 3 [477] -2014-12-15 17:48:03 sendUrl INFO 3 [478] -2014-12-15 17:48:03 sendUrl INFO 7 [479] -2014-12-15 17:48:04 sendUrl INFO 7 [480] -2014-12-15 17:48:04 queue INFO 3 [812] -2014-12-15 17:48:04 queue INFO >3 [813] -2014-12-15 17:48:04 sendUrl INFO 3 [481] -2014-12-15 17:48:05 sendUrl INFO 3 [482] -2014-12-15 17:48:05 sendUrl INFO 7 [483] -2014-12-15 17:48:06 sendUrl INFO 7 [484] -2014-12-15 17:48:06 queue INFO 7 [814] -2014-12-15 17:48:06 queue INFO >7 [815] -2014-12-15 17:48:06 sendUrl INFO 3 [485] -2014-12-15 17:48:07 sendUrl INFO 3 [486] -2014-12-15 17:48:07 sendUrl INFO 7 [487] -2014-12-15 17:48:08 sendUrl INFO 7 [488] -2014-12-15 17:48:08 queue INFO 3 [816] -2014-12-15 17:48:08 sendUrl INFO 3 [489] -2014-12-15 17:48:08 queue INFO >3 [817] -2014-12-15 17:48:09 sendUrl INFO 3 [490] -2014-12-15 17:48:09 sendUrl INFO 7 [491] -2014-12-15 17:48:10 sendUrl INFO 7 [492] -2014-12-15 17:48:10 sendUrl INFO 3 [493] -2014-12-15 17:48:10 queue INFO 7 [818] -2014-12-15 17:48:11 queue INFO >7 [819] -2014-12-15 17:48:11 sendUrl INFO 3 [494] -2014-12-15 17:48:11 sendUrl INFO 7 [495] -2014-12-15 17:48:12 sendUrl INFO 7 [496] -2014-12-15 17:48:12 sendUrl INFO 3 [497] -2014-12-15 17:48:13 queue INFO 3 [820] -2014-12-15 17:48:13 sendUrl INFO 3 [498] -2014-12-15 17:48:13 queue INFO >3 [821] -2014-12-15 17:48:13 sendUrl INFO 7 [499] -2014-12-15 17:48:14 sendUrl INFO 7 [500] -2014-12-15 17:48:14 sendUrl INFO 3 [501] -2014-12-15 17:48:15 sendUrl INFO 3 [502] -2014-12-15 17:48:15 queue INFO 7 [822] -2014-12-15 17:48:15 sendUrl INFO 7 [503] -2014-12-15 17:48:15 queue INFO >7 [823] -2014-12-15 17:48:16 sendUrl INFO 7 [504] -2014-12-15 17:48:16 sendUrl INFO 3 [505] -2014-12-15 17:48:17 sendUrl INFO 3 [506] -2014-12-15 17:48:17 sendUrl INFO 7 [507] -2014-12-15 17:48:17 queue INFO 3 [824] -2014-12-15 17:48:17 queue INFO >3 [825] -2014-12-15 17:48:18 sendUrl INFO 7 [508] -2014-12-15 17:48:18 sendUrl INFO 3 [509] -2014-12-15 17:48:19 sendUrl INFO 3 [510] -2014-12-15 17:48:19 sendUrl INFO 7 [511] -2014-12-15 17:48:20 queue INFO 7 [826] -2014-12-15 17:48:20 sendUrl INFO 7 [512] -2014-12-15 17:48:20 queue INFO >7 [827] -2014-12-15 17:48:20 sendUrl INFO 3 [513] -2014-12-15 17:48:21 sendUrl INFO 3 [514] -2014-12-15 17:48:21 sendUrl INFO 7 [515] -2014-12-15 17:48:21 queue INFO 3 [828] -2014-12-15 17:48:22 queue INFO >3 [829] -2014-12-15 17:48:22 sendUrl INFO 7 [516] -2014-12-15 17:48:22 sendUrl INFO 3 [517] -2014-12-15 17:48:23 sendUrl INFO 3 [518] -2014-12-15 17:48:23 sendUrl INFO 7 [519] -2014-12-15 17:48:24 sendUrl INFO 7 [520] -2014-12-15 17:48:24 queue INFO 7 [830] -2014-12-15 17:48:24 queue INFO >7 [831] -2014-12-15 17:48:24 sendUrl INFO 3 [521] -2014-12-15 17:48:25 sendUrl INFO 3 [522] -2014-12-15 17:48:25 sendUrl INFO 7 [523] -2014-12-15 17:48:26 sendUrl INFO 7 [524] -2014-12-15 17:48:26 queue INFO 3 [832] -2014-12-15 17:48:26 queue INFO >3 [833] -2014-12-15 17:48:26 sendUrl INFO 3 [525] -2014-12-15 17:48:27 sendUrl INFO 3 [526] -2014-12-15 17:48:27 sendUrl INFO 7 [527] -2014-12-15 17:48:28 sendUrl INFO 7 [528] -2014-12-15 17:48:28 sendUrl INFO 3 [529] -2014-12-15 17:48:28 queue INFO 7 [834] -2014-12-15 17:48:29 queue INFO >7 [835] -2014-12-15 17:48:29 sendUrl INFO 3 [530] -2014-12-15 17:48:29 sendUrl INFO 7 [531] -2014-12-15 17:48:30 sendUrl INFO 7 [532] -2014-12-15 17:48:30 sendUrl INFO 3 [533] -2014-12-15 17:48:31 queue INFO 3 [836] -2014-12-15 17:48:31 sendUrl INFO 3 [534] -2014-12-15 17:48:31 queue INFO >3 [837] -2014-12-15 17:48:31 sendUrl INFO 7 [535] -2014-12-15 17:48:32 sendUrl INFO 7 [536] -2014-12-15 17:48:32 queue INFO 7 [838] -2014-12-15 17:48:32 sendUrl INFO 3 [537] -2014-12-15 17:48:33 queue INFO >7 [839] -2014-12-15 17:48:33 sendUrl INFO 3 [538] -2014-12-15 17:48:33 sendUrl INFO 7 [539] -2014-12-15 17:48:34 sendUrl INFO 7 [540] -2014-12-15 17:48:34 sendUrl INFO 3 [541] -2014-12-15 17:48:35 queue INFO 3 [840] -2014-12-15 17:48:35 queue INFO >3 [841] -2014-12-15 17:48:35 sendUrl INFO 3 [542] -2014-12-15 17:48:35 sendUrl INFO 7 [543] -2014-12-15 17:48:36 sendUrl INFO 7 [544] -2014-12-15 17:48:36 sendUrl INFO 3 [545] -2014-12-15 17:48:37 sendUrl INFO 3 [546] -2014-12-15 17:48:37 queue INFO 7 [842] -2014-12-15 17:48:37 queue INFO >7 [843] -2014-12-15 17:48:37 sendUrl INFO 7 [547] -2014-12-15 17:48:38 sendUrl INFO 7 [548] -2014-12-15 17:48:38 sendUrl INFO 3 [549] -2014-12-15 17:48:39 sendUrl INFO 3 [550] -2014-12-15 17:48:39 queue INFO 3 [844] -2014-12-15 17:48:39 queue INFO >3 [845] -2014-12-15 17:48:39 sendUrl INFO 7 [551] -2014-12-15 17:48:40 sendUrl INFO 7 [552] -2014-12-15 17:48:40 sendUrl INFO 3 [553] -2014-12-15 17:48:41 sendUrl INFO 3 [554] -2014-12-15 17:48:41 sendUrl INFO 7 [555] -2014-12-15 17:48:42 queue INFO 7 [846] -2014-12-15 17:48:42 queue INFO >7 [847] -2014-12-15 17:48:42 sendUrl INFO 7 [556] -2014-12-15 17:48:43 sendUrl INFO 3 [557] -2014-12-15 17:48:43 queue INFO 3 [848] -2014-12-15 17:48:43 sendUrl INFO 3 [558] -2014-12-15 17:48:43 queue INFO >3 [849] -2014-12-15 17:48:44 sendUrl INFO 7 [559] -2014-12-15 17:48:44 sendUrl INFO 7 [560] -2014-12-15 17:48:45 sendUrl INFO 3 [561] -2014-12-15 17:48:45 sendUrl INFO 3 [562] -2014-12-15 17:48:45 queue INFO 7 [850] -2014-12-15 17:48:45 queue INFO >7 [851] -2014-12-15 17:48:46 sendUrl INFO 7 [563] -2014-12-15 17:48:46 sendUrl INFO 7 [564] -2014-12-15 17:48:47 sendUrl INFO 3 [565] -2014-12-15 17:48:47 sendUrl INFO 3 [566] -2014-12-15 17:48:47 queue INFO 3 [852] -2014-12-15 17:48:48 sendUrl INFO 7 [567] -2014-12-15 17:48:48 queue INFO >3 [853] -2014-12-15 17:48:48 sendUrl INFO 7 [568] -2014-12-15 17:48:49 sendUrl INFO 3 [569] -2014-12-15 17:48:49 sendUrl INFO 3 [570] -2014-12-15 17:48:50 sendUrl INFO 7 [571] -2014-12-15 17:48:50 queue INFO 7 [854] -2014-12-15 17:48:50 sendUrl INFO 7 [572] -2014-12-15 17:48:50 queue INFO >7 [855] -2014-12-15 17:48:51 sendUrl INFO 3 [573] -2014-12-15 17:48:51 sendUrl INFO 3 [574] -2014-12-15 17:48:52 sendUrl INFO 7 [575] -2014-12-15 17:48:52 queue INFO 3 [856] -2014-12-15 17:48:52 sendUrl INFO 7 [576] -2014-12-15 17:48:52 queue INFO >3 [857] -2014-12-15 17:48:53 sendUrl INFO 3 [577] -2014-12-15 17:48:53 sendUrl INFO 3 [578] -2014-12-15 17:48:54 sendUrl INFO 7 [579] -2014-12-15 17:48:54 sendUrl INFO 7 [580] -2014-12-15 17:48:55 queue INFO 7 [858] -2014-12-15 17:48:55 sendUrl INFO 3 [581] -2014-12-15 17:48:55 queue INFO >7 [859] -2014-12-15 17:48:55 sendUrl INFO 3 [582] -2014-12-15 17:48:56 sendUrl INFO 7 [583] -2014-12-15 17:48:56 sendUrl INFO 7 [584] -2014-12-15 17:48:57 sendUrl INFO 3 [585] -2014-12-15 17:48:57 queue INFO 3 [860] -2014-12-15 17:48:57 queue INFO >3 [861] -2014-12-15 17:48:57 sendUrl INFO 3 [586] -2014-12-15 17:48:58 sendUrl INFO 7 [587] -2014-12-15 17:48:58 sendUrl INFO 7 [588] -2014-12-15 17:48:59 sendUrl INFO 3 [589] -2014-12-15 17:48:59 sendUrl INFO 3 [590] -2014-12-15 17:48:59 queue INFO 7 [862] -2014-12-15 17:48:59 queue INFO >7 [863] -2014-12-15 17:49:00 sendUrl INFO 7 [591] -2014-12-15 17:49:00 sendUrl INFO 7 [592] -2014-12-15 17:49:01 sendUrl INFO 3 [593] -2014-12-15 17:49:01 queue INFO 3 [864] -2014-12-15 17:49:01 sendUrl INFO 3 [594] -2014-12-15 17:49:01 queue INFO >3 [865] -2014-12-15 17:49:02 sendUrl INFO 7 [595] -2014-12-15 17:49:02 sendUrl INFO 7 [596] -2014-12-15 17:49:03 sendUrl INFO 3 [597] -2014-12-15 17:49:03 sendUrl INFO 3 [598] -2014-12-15 17:49:03 queue INFO 7 [866] -2014-12-15 17:49:04 queue INFO >7 [867] -2014-12-15 17:49:04 sendUrl INFO 7 [599] -2014-12-15 17:49:04 sendUrl INFO 7 [600] -2014-12-15 17:49:05 sendUrl INFO 3 [601] -2014-12-15 17:49:05 sendUrl INFO 3 [602] -2014-12-15 17:49:06 queue INFO 3 [868] -2014-12-15 17:49:06 sendUrl INFO 7 [603] -2014-12-15 17:49:06 queue INFO >3 [869] -2014-12-15 17:49:06 sendUrl INFO 7 [604] -2014-12-15 17:49:07 sendUrl INFO 3 [605] -2014-12-15 17:49:07 sendUrl INFO 3 [606] -2014-12-15 17:49:08 sendUrl INFO 7 [607] -2014-12-15 17:49:08 queue INFO 7 [870] -2014-12-15 17:49:08 queue INFO >7 [871] -2014-12-15 17:49:08 sendUrl INFO 7 [608] -2014-12-15 17:49:09 sendUrl INFO 3 [609] -2014-12-15 17:49:09 sendUrl INFO 3 [610] -2014-12-15 17:49:10 sendUrl INFO 7 [611] -2014-12-15 17:49:10 queue INFO 3 [872] -2014-12-15 17:49:10 sendUrl INFO 7 [612] -2014-12-15 17:49:10 queue INFO >3 [873] -2014-12-15 17:49:11 sendUrl INFO 3 [613] -2014-12-15 17:49:11 sendUrl INFO 3 [614] -2014-12-15 17:49:12 sendUrl INFO 7 [615] -2014-12-15 17:49:12 sendUrl INFO 7 [616] -2014-12-15 17:49:13 queue INFO 7 [874] -2014-12-15 17:49:13 sendUrl INFO 3 [617] -2014-12-15 17:49:13 queue INFO >7 [875] -2014-12-15 17:49:13 sendUrl INFO 3 [618] -2014-12-15 17:49:14 sendUrl INFO 7 [619] -2014-12-15 17:49:14 sendUrl INFO 7 [620] -2014-12-15 17:49:15 queue INFO 3 [876] -2014-12-15 17:49:15 sendUrl INFO 3 [621] -2014-12-15 17:49:15 queue INFO >3 [877] -2014-12-15 17:49:15 sendUrl INFO 3 [622] -2014-12-15 17:49:16 sendUrl INFO 7 [623] -2014-12-15 17:49:16 sendUrl INFO 7 [624] -2014-12-15 17:49:17 sendUrl INFO 3 [625] -2014-12-15 17:49:17 queue INFO 7 [878] -2014-12-15 17:49:17 sendUrl INFO 3 [626] -2014-12-15 17:49:18 queue INFO >7 [879] -2014-12-15 17:49:18 sendUrl INFO 7 [627] -2014-12-15 17:49:18 sendUrl INFO 7 [628] -2014-12-15 17:49:19 sendUrl INFO 3 [629] -2014-12-15 17:49:19 sendUrl INFO 3 [630] -2014-12-15 17:49:20 queue INFO 3 [880] -2014-12-15 17:49:20 queue INFO >3 [881] -2014-12-15 17:49:20 sendUrl INFO 7 [631] -2014-12-15 17:49:20 sendUrl INFO 7 [632] -2014-12-15 17:49:21 sendUrl INFO 3 [633] -2014-12-15 17:49:21 sendUrl INFO 3 [634] -2014-12-15 17:49:22 queue INFO 7 [882] -2014-12-15 17:49:22 sendUrl INFO 7 [635] -2014-12-15 17:49:22 queue INFO >7 [883] -2014-12-15 17:49:22 sendUrl INFO 7 [636] -2014-12-15 17:49:23 sendUrl INFO 3 [637] -2014-12-15 17:49:23 sendUrl INFO 7 [638] -2014-12-15 17:49:24 sendUrl INFO 7 [639] -2014-12-15 17:49:24 queue INFO 3 [884] -2014-12-15 17:49:24 queue INFO >3 [885] -2014-12-15 17:49:24 sendUrl INFO 3 [640] -2014-12-15 17:49:25 sendUrl INFO 3 [641] -2014-12-15 17:49:25 sendUrl INFO 7 [642] -2014-12-15 17:49:26 sendUrl INFO 7 [643] -2014-12-15 17:49:27 sendUrl INFO 3 [644] -2014-12-15 17:49:27 queue INFO 7 [886] -2014-12-15 17:49:27 queue INFO >7 [887] -2014-12-15 17:49:27 sendUrl INFO 3 [645] -2014-12-15 17:49:28 sendUrl INFO 7 [646] -2014-12-15 17:49:28 sendUrl INFO 7 [647] -2014-12-15 17:49:29 sendUrl INFO 3 [648] -2014-12-15 17:49:29 queue INFO 3 [888] -2014-12-15 17:49:29 sendUrl INFO 3 [649] -2014-12-15 17:49:29 queue INFO >3 [889] -2014-12-15 17:49:30 sendUrl INFO 7 [650] -2014-12-15 17:49:30 sendUrl INFO 7 [651] -2014-12-15 17:49:31 sendUrl INFO 3 [652] -2014-12-15 17:49:31 sendUrl INFO 3 [653] -2014-12-15 17:49:31 queue INFO 7 [890] -2014-12-15 17:49:32 sendUrl INFO 7 [654] -2014-12-15 17:49:32 queue INFO >7 [891] -2014-12-15 17:49:32 sendUrl INFO 7 [655] -2014-12-15 17:49:33 sendUrl INFO 3 [656] -2014-12-15 17:49:33 queue INFO 3 [892] -2014-12-15 17:49:33 queue INFO >3 [893] -2014-12-15 17:49:33 sendUrl INFO 3 [657] -2014-12-15 17:49:34 sendUrl INFO 7 [658] -2014-12-15 17:49:34 sendUrl INFO 7 [659] -2014-12-15 17:49:35 sendUrl INFO 3 [660] -2014-12-15 17:49:35 sendUrl INFO 3 [661] -2014-12-15 17:49:35 queue INFO 7 [894] -2014-12-15 17:49:36 sendUrl INFO 7 [662] -2014-12-15 17:49:36 queue INFO >7 [895] -2014-12-15 17:49:36 sendUrl INFO 7 [663] -2014-12-15 17:49:37 sendUrl INFO 3 [664] -2014-12-15 17:49:37 sendUrl INFO 3 [665] -2014-12-15 17:49:37 queue INFO 3 [896] -2014-12-15 17:49:37 queue INFO >3 [897] -2014-12-15 17:49:38 sendUrl INFO 7 [666] -2014-12-15 17:49:38 sendUrl INFO 7 [667] -2014-12-15 17:49:39 sendUrl INFO 3 [668] -2014-12-15 17:49:39 sendUrl INFO 3 [669] -2014-12-15 17:49:40 queue INFO 7 [898] -2014-12-15 17:49:40 sendUrl INFO 7 [670] -2014-12-15 17:49:40 queue INFO >7 [899] -2014-12-15 17:49:40 sendUrl INFO 7 [671] -2014-12-15 17:49:41 sendUrl INFO 3 [672] -2014-12-15 17:49:41 sendUrl INFO 3 [673] -2014-12-15 17:49:42 queue INFO 3 [900] -2014-12-15 17:49:42 sendUrl INFO 7 [674] -2014-12-15 17:49:42 queue INFO >3 [901] -2014-12-15 17:49:42 sendUrl INFO 7 [675] -2014-12-15 17:49:43 sendUrl INFO 3 [676] -2014-12-15 17:49:43 sendUrl INFO 3 [677] -2014-12-15 17:49:44 sendUrl INFO 7 [678] -2014-12-15 17:49:44 queue INFO 7 [902] -2014-12-15 17:49:44 queue INFO >7 [903] -2014-12-15 17:49:44 sendUrl INFO 7 [679] -2014-12-15 17:49:45 sendUrl INFO 3 [680] -2014-12-15 17:49:45 sendUrl INFO 3 [681] -2014-12-15 17:49:46 queue INFO 3 [904] -2014-12-15 17:49:46 sendUrl INFO 7 [682] -2014-12-15 17:49:46 queue INFO >3 [905] -2014-12-15 17:49:46 sendUrl INFO 7 [683] -2014-12-15 17:49:47 sendUrl INFO 3 [684] -2014-12-15 17:49:47 sendUrl INFO 3 [685] -2014-12-15 17:49:48 queue INFO 7 [906] -2014-12-15 17:49:48 sendUrl INFO 7 [686] -2014-12-15 17:49:48 queue INFO >7 [907] -2014-12-15 17:49:48 sendUrl INFO 7 [687] -2014-12-15 17:49:49 sendUrl INFO 3 [688] -2014-12-15 17:49:49 queue INFO 3 [908] -2014-12-15 17:49:49 queue INFO >3 [909] -2014-12-15 17:49:49 sendUrl INFO 3 [689] -2014-12-15 17:49:50 sendUrl INFO 7 [690] -2014-12-15 17:49:50 sendUrl INFO 7 [691] -2014-12-15 17:49:51 sendUrl INFO 3 [692] -2014-12-15 17:49:51 queue INFO 7 [910] -2014-12-15 17:49:51 sendUrl INFO 3 [693] -2014-12-15 17:49:51 queue INFO >7 [911] -2014-12-15 17:49:52 sendUrl INFO 7 [694] -2014-12-15 17:49:52 sendUrl INFO 7 [695] -2014-12-15 17:49:53 sendUrl INFO 3 [696] -2014-12-15 17:49:53 queue INFO 3 [912] -2014-12-15 17:49:53 sendUrl INFO 3 [697] -2014-12-15 17:49:53 queue INFO >3 [913] -2014-12-15 17:49:54 sendUrl INFO 7 [698] -2014-12-15 17:49:54 sendUrl INFO 7 [699] -2014-12-15 17:49:55 sendUrl INFO 3 [700] -2014-12-15 17:49:55 sendUrl INFO 3 [701] -2014-12-15 17:49:55 queue INFO 7 [914] -2014-12-15 17:49:56 queue INFO >7 [915] -2014-12-15 17:49:56 sendUrl INFO 7 [702] -2014-12-15 17:49:56 sendUrl INFO 7 [703] -2014-12-15 17:49:57 sendUrl INFO 3 [704] -2014-12-15 17:49:57 queue INFO 3 [916] -2014-12-15 17:49:57 sendUrl INFO 3 [705] -2014-12-15 17:49:58 queue INFO >3 [917] -2014-12-15 17:49:58 sendUrl INFO 7 [706] -2014-12-15 17:49:58 sendUrl INFO 7 [707] -2014-12-15 17:49:59 sendUrl INFO 3 [708] -2014-12-15 17:49:59 queue INFO 7 [918] -2014-12-15 17:49:59 sendUrl INFO 3 [709] -2014-12-15 17:50:00 queue INFO >7 [919] -2014-12-15 17:50:00 sendUrl INFO 7 [710] -2014-12-15 17:50:00 sendUrl INFO 7 [711] -2014-12-15 17:50:01 sendUrl INFO 3 [712] -2014-12-15 17:50:01 queue INFO 3 [920] -2014-12-15 17:50:01 queue INFO >3 [921] -2014-12-15 17:50:01 sendUrl INFO 3 [713] -2014-12-15 17:50:02 sendUrl INFO 7 [714] -2014-12-15 17:50:02 sendUrl INFO 7 [715] -2014-12-15 17:50:03 queue INFO 7 [922] -2014-12-15 17:50:03 program INFO WAIT active send to complete -2014-12-15 17:50:03 sendUrl INFO 3 [716] -2014-12-15 17:50:04 queue INFO >7 [923] -2014-12-15 17:50:04 sendUrl INFO 3 [717] -2014-12-15 17:50:04 sendUrl INFO 7 [718] -2014-12-15 17:50:05 sendUrl INFO 7 [719] -2014-12-15 17:50:05 queue INFO 3 [924] -2014-12-15 17:50:05 sendUrl INFO 3 [720] -2014-12-15 17:50:06 queue INFO >3 [925] -2014-12-15 17:50:06 sendUrl INFO 3 [721] -2014-12-15 17:50:06 sendUrl INFO 7 [722] -2014-12-15 17:50:07 sendUrl INFO 7 [723] -2014-12-15 17:50:07 sendUrl INFO 3 [724] -2014-12-15 17:50:08 queue INFO 7 [926] -2014-12-15 17:50:08 queue INFO >7 [927] -2014-12-15 17:50:08 sendUrl INFO 3 [725] -2014-12-15 17:50:08 sendUrl INFO 7 [726] -2014-12-15 17:50:09 sendUrl INFO 7 [727] -2014-12-15 17:50:09 sendUrl INFO 3 [728] -2014-12-15 17:50:10 queue INFO 3 [928] -2014-12-15 17:50:10 queue INFO >3 [929] -2014-12-15 17:50:10 sendUrl INFO 3 [729] -2014-12-15 17:50:10 sendUrl INFO 7 [730] -2014-12-15 17:50:11 sendUrl INFO 7 [731] -2014-12-15 17:50:12 sendUrl INFO 3 [732] -2014-12-15 17:50:12 queue INFO 7 [930] -2014-12-15 17:50:12 queue INFO >7 [931] -2014-12-15 17:50:12 sendUrl INFO 3 [733] -2014-12-15 17:50:13 sendUrl INFO 7 [734] -2014-12-15 17:50:13 sendUrl INFO 7 [735] -2014-12-15 17:50:14 sendUrl INFO 3 [736] -2014-12-15 17:50:14 queue INFO 3 [932] -2014-12-15 17:50:14 queue INFO >3 [933] -2014-12-15 17:50:14 sendUrl INFO 3 [737] -2014-12-15 17:50:15 sendUrl INFO 7 [738] -2014-12-15 17:50:15 sendUrl INFO 7 [739] -2014-12-15 17:50:16 sendUrl INFO 3 [740] -2014-12-15 17:50:16 queue INFO 7 [934] -2014-12-15 17:50:16 queue INFO >7 [935] -2014-12-15 17:50:16 sendUrl INFO 3 [741] -2014-12-15 17:50:17 sendUrl INFO 7 [742] -2014-12-15 17:50:17 sendUrl INFO 7 [743] -2014-12-15 17:50:18 sendUrl INFO 3 [744] -2014-12-15 17:50:18 queue INFO 3 [936] -2014-12-15 17:50:18 queue INFO >3 [937] -2014-12-15 17:50:18 sendUrl INFO 3 [745] -2014-12-15 17:50:19 sendUrl INFO 7 [746] -2014-12-15 17:50:19 sendUrl INFO 7 [747] -2014-12-15 17:50:20 sendUrl INFO 3 [748] -2014-12-15 17:50:20 queue INFO 7 [938] -2014-12-15 17:50:20 queue INFO >7 [939] -2014-12-15 17:50:20 sendUrl INFO 3 [749] -2014-12-15 17:50:21 sendUrl INFO 7 [750] -2014-12-15 17:50:21 sendUrl INFO 7 [751] -2014-12-15 17:50:22 sendUrl INFO 3 [752] -2014-12-15 17:50:22 queue INFO 3 [940] -2014-12-15 17:50:22 queue INFO >3 [941] -2014-12-15 17:50:22 sendUrl INFO 3 [753] -2014-12-15 17:50:23 sendUrl INFO 7 [754] -2014-12-15 17:50:23 sendUrl INFO 7 [755] -2014-12-15 17:50:24 sendUrl INFO 3 [756] -2014-12-15 17:50:24 sendUrl INFO 3 [757] -2014-12-15 17:50:24 queue INFO 7 [942] -2014-12-15 17:50:24 queue INFO >7 [943] -2014-12-15 17:50:25 sendUrl INFO 7 [758] -2014-12-15 17:50:25 sendUrl INFO 7 [759] -2014-12-15 17:50:26 sendUrl INFO 3 [760] -2014-12-15 17:50:26 sendUrl INFO 3 [761] -2014-12-15 17:50:26 queue INFO 3 [944] -2014-12-15 17:50:27 queue INFO >3 [945] -2014-12-15 17:50:27 sendUrl INFO 7 [762] -2014-12-15 17:50:27 sendUrl INFO 7 [763] -2014-12-15 17:50:28 sendUrl INFO 3 [764] -2014-12-15 17:50:28 sendUrl INFO 3 [765] -2014-12-15 17:50:29 queue INFO 7 [946] -2014-12-15 17:50:29 sendUrl INFO 7 [766] -2014-12-15 17:50:29 queue INFO >7 [947] -2014-12-15 17:50:29 sendUrl INFO 7 [767] -2014-12-15 17:50:30 sendUrl INFO 3 [768] -2014-12-15 17:50:30 sendUrl INFO 3 [769] -2014-12-15 17:50:31 queue INFO 3 [948] -2014-12-15 17:50:31 sendUrl INFO 7 [770] -2014-12-15 17:50:31 queue INFO >3 [949] -2014-12-15 17:50:31 sendUrl INFO 7 [771] -2014-12-15 17:50:32 sendUrl INFO 3 [772] -2014-12-15 17:50:32 sendUrl INFO 3 [773] -2014-12-15 17:50:33 sendUrl INFO 7 [774] -2014-12-15 17:50:33 queue INFO 7 [950] -2014-12-15 17:50:33 sendUrl INFO 7 [775] -2014-12-15 17:50:33 queue INFO >7 [951] -2014-12-15 17:50:34 sendUrl INFO 3 [776] -2014-12-15 17:50:34 sendUrl INFO 3 [777] -2014-12-15 17:50:35 sendUrl INFO 7 [778] -2014-12-15 17:50:35 queue INFO 3 [952] -2014-12-15 17:50:35 sendUrl INFO 7 [779] -2014-12-15 17:50:35 queue INFO >3 [953] -2014-12-15 17:50:36 sendUrl INFO 3 [780] -2014-12-15 17:50:36 sendUrl INFO 3 [781] -2014-12-15 17:50:37 sendUrl INFO 7 [782] -2014-12-15 17:50:37 sendUrl INFO 7 [783] -2014-12-15 17:50:38 sendUrl INFO 3 [784] -2014-12-15 17:50:38 queue INFO 7 [954] -2014-12-15 17:50:38 queue INFO >7 [955] -2014-12-15 17:50:38 sendUrl INFO 3 [785] -2014-12-15 17:50:39 sendUrl INFO 7 [786] -2014-12-15 17:50:39 sendUrl INFO 7 [787] -2014-12-15 17:50:40 sendUrl INFO 3 [788] -2014-12-15 17:50:40 queue INFO 3 [956] -2014-12-15 17:50:40 queue INFO >3 [957] -2014-12-15 17:50:40 sendUrl INFO 3 [789] -2014-12-15 17:50:41 sendUrl INFO 7 [790] -2014-12-15 17:50:41 sendUrl INFO 7 [791] -2014-12-15 17:50:42 sendUrl INFO 3 [792] -2014-12-15 17:50:42 queue INFO 7 [958] -2014-12-15 17:50:42 sendUrl INFO 3 [793] -2014-12-15 17:50:43 queue INFO >7 [959] -2014-12-15 17:50:43 sendUrl INFO 7 [794] -2014-12-15 17:50:43 sendUrl INFO 7 [795] -2014-12-15 17:50:44 sendUrl INFO 3 [796] -2014-12-15 17:50:44 queue INFO 3 [960] -2014-12-15 17:50:44 sendUrl INFO 3 [797] -2014-12-15 17:50:45 queue INFO >3 [961] -2014-12-15 17:50:45 sendUrl INFO 7 [798] -2014-12-15 17:50:45 sendUrl INFO 7 [799] -2014-12-15 17:50:46 sendUrl INFO 3 [800] -2014-12-15 17:50:46 queue INFO 7 [962] -2014-12-15 17:50:46 sendUrl INFO 3 [801] -2014-12-15 17:50:47 queue INFO >7 [963] -2014-12-15 17:50:47 sendUrl INFO 7 [802] -2014-12-15 17:50:47 sendUrl INFO 7 [803] -2014-12-15 17:50:48 sendUrl INFO 3 [804] -2014-12-15 17:50:48 queue INFO 3 [964] -2014-12-15 17:50:48 sendUrl INFO 3 [805] -2014-12-15 17:50:49 queue INFO >3 [965] -2014-12-15 17:50:49 sendUrl INFO 7 [806] -2014-12-15 17:50:49 sendUrl INFO 7 [807] -2014-12-15 17:50:50 sendUrl INFO 3 [808] -2014-12-15 17:50:50 queue INFO 7 [966] -2014-12-15 17:50:50 queue INFO >7 [967] -2014-12-15 17:50:50 sendUrl INFO 3 [809] -2014-12-15 17:50:51 sendUrl INFO 7 [810] -2014-12-15 17:50:51 sendUrl INFO 7 [811] -2014-12-15 17:50:52 queue INFO 3 [968] -2014-12-15 17:50:52 queue INFO >3 [969] -2014-12-15 17:50:52 sendUrl INFO 3 [812] -2014-12-15 17:50:52 sendUrl INFO 3 [813] -2014-12-15 17:50:53 sendUrl INFO 7 [814] -2014-12-15 17:50:53 sendUrl INFO 7 [815] -2014-12-15 17:50:54 queue INFO 7 [970] -2014-12-15 17:50:54 queue INFO >7 [971] -2014-12-15 17:50:54 sendUrl INFO 3 [816] -2014-12-15 17:50:54 sendUrl INFO 3 [817] -2014-12-15 17:50:55 sendUrl INFO 7 [818] -2014-12-15 17:50:56 sendUrl INFO 7 [819] -2014-12-15 17:50:56 queue INFO 3 [972] -2014-12-15 17:50:56 queue INFO >3 [973] -2014-12-15 17:50:56 sendUrl INFO 3 [820] -2014-12-15 17:50:57 sendUrl INFO 3 [821] -2014-12-15 17:50:57 sendUrl INFO 7 [822] -2014-12-15 17:50:58 sendUrl INFO 7 [823] -2014-12-15 17:50:58 queue INFO 7 [974] -2014-12-15 17:50:58 queue INFO >7 [975] -2014-12-15 17:50:58 sendUrl INFO 3 [824] -2014-12-15 17:50:59 sendUrl INFO 3 [825] -2014-12-15 17:50:59 sendUrl INFO 7 [826] -2014-12-15 17:50:59 queue INFO 3 [976] -2014-12-15 17:51:00 sendUrl INFO 7 [827] -2014-12-15 17:51:00 queue INFO >3 [977] -2014-12-15 17:51:00 sendUrl INFO 3 [828] -2014-12-15 17:51:01 sendUrl INFO 3 [829] -2014-12-15 17:51:01 sendUrl INFO 7 [830] -2014-12-15 17:51:01 queue INFO 7 [978] -2014-12-15 17:51:01 queue INFO >7 [979] -2014-12-15 17:51:02 sendUrl INFO 7 [831] -2014-12-15 17:51:02 sendUrl INFO 3 [832] -2014-12-15 17:51:03 sendUrl INFO 3 [833] -2014-12-15 17:51:03 queue INFO 3 [980] -2014-12-15 17:51:03 sendUrl INFO 7 [834] -2014-12-15 17:51:03 queue INFO >3 [981] -2014-12-15 17:51:04 sendUrl INFO 7 [835] -2014-12-15 17:51:04 sendUrl INFO 3 [836] -2014-12-15 17:51:05 sendUrl INFO 3 [837] -2014-12-15 17:51:05 queue INFO 7 [982] -2014-12-15 17:51:05 sendUrl INFO 7 [838] -2014-12-15 17:51:05 queue INFO >7 [983] -2014-12-15 17:51:06 sendUrl INFO 7 [839] -2014-12-15 17:51:06 sendUrl INFO 3 [840] -2014-12-15 17:51:07 queue INFO 3 [984] -2014-12-15 17:51:07 sendUrl INFO 3 [841] -2014-12-15 17:51:07 queue INFO >3 [985] -2014-12-15 17:51:07 sendUrl INFO 7 [842] -2014-12-15 17:51:08 sendUrl INFO 7 [843] -2014-12-15 17:51:08 sendUrl INFO 3 [844] -2014-12-15 17:51:09 queue INFO 7 [986] -2014-12-15 17:51:09 sendUrl INFO 3 [845] -2014-12-15 17:51:09 queue INFO >7 [987] -2014-12-15 17:51:09 sendUrl INFO 7 [846] -2014-12-15 17:51:10 sendUrl INFO 7 [847] -2014-12-15 17:51:10 sendUrl INFO 3 [848] -2014-12-15 17:51:10 queue INFO 3 [988] -2014-12-15 17:51:11 queue INFO >3 [989] -2014-12-15 17:51:11 sendUrl INFO 3 [849] -2014-12-15 17:51:11 sendUrl INFO 7 [850] -2014-12-15 17:51:12 sendUrl INFO 7 [851] -2014-12-15 17:51:12 sendUrl INFO 3 [852] -2014-12-15 17:51:12 queue INFO 7 [990] -2014-12-15 17:51:13 queue INFO >7 [991] -2014-12-15 17:51:13 sendUrl INFO 3 [853] -2014-12-15 17:51:13 sendUrl INFO 7 [854] -2014-12-15 17:51:14 sendUrl INFO 7 [855] -2014-12-15 17:51:14 sendUrl INFO 3 [856] -2014-12-15 17:51:14 queue INFO 3 [992] -2014-12-15 17:51:15 queue INFO >3 [993] -2014-12-15 17:51:15 sendUrl INFO 3 [857] -2014-12-15 17:51:15 sendUrl INFO 7 [858] -2014-12-15 17:51:16 sendUrl INFO 7 [859] -2014-12-15 17:51:16 sendUrl INFO 3 [860] -2014-12-15 17:51:17 queue INFO 7 [994] -2014-12-15 17:51:17 sendUrl INFO 3 [861] -2014-12-15 17:51:17 queue INFO >7 [995] -2014-12-15 17:51:17 sendUrl INFO 7 [862] -2014-12-15 17:51:18 sendUrl INFO 7 [863] -2014-12-15 17:51:18 sendUrl INFO 3 [864] -2014-12-15 17:51:18 queue INFO 3 [996] -2014-12-15 17:51:19 queue INFO >3 [997] -2014-12-15 17:51:19 sendUrl INFO 3 [865] -2014-12-15 17:51:19 sendUrl INFO 7 [866] -2014-12-15 17:51:20 sendUrl INFO 7 [867] -2014-12-15 17:51:20 sendUrl INFO 3 [868] -2014-12-15 17:51:21 sendUrl INFO 3 [869] -2014-12-15 17:51:21 queue INFO 7 [998] -2014-12-15 17:51:21 queue INFO >7 [999] -2014-12-15 17:51:21 sendUrl INFO 7 [870] -2014-12-15 17:51:22 sendUrl INFO 7 [871] -2014-12-15 17:51:22 sendUrl INFO 3 [872] -2014-12-15 17:51:23 queue INFO 3 [0] -2014-12-15 17:51:23 queue INFO >3 [1] -2014-12-15 17:51:23 sendUrl INFO 3 [873] -2014-12-15 17:51:23 sendUrl INFO 7 [874] -2014-12-15 17:51:24 sendUrl INFO 7 [875] -2014-12-15 17:51:24 sendUrl INFO 3 [876] -2014-12-15 17:51:25 queue INFO 7 [2] -2014-12-15 17:51:25 sendUrl INFO 3 [877] -2014-12-15 17:51:25 queue INFO >7 [3] -2014-12-15 17:51:25 sendUrl INFO 7 [878] -2014-12-15 17:51:26 sendUrl INFO 7 [879] -2014-12-15 17:51:26 sendUrl INFO 3 [880] -2014-12-15 17:51:27 queue INFO 3 [4] -2014-12-15 17:51:27 queue INFO >3 [5] -2014-12-15 17:51:27 sendUrl INFO 3 [881] -2014-12-15 17:51:27 sendUrl INFO 7 [882] -2014-12-15 17:51:28 sendUrl INFO 7 [883] -2014-12-15 17:51:28 sendUrl INFO 3 [884] -2014-12-15 17:51:29 queue INFO 7 [6] -2014-12-15 17:51:29 queue INFO >7 [7] -2014-12-15 17:51:29 sendUrl INFO 3 [885] -2014-12-15 17:51:29 sendUrl INFO 7 [886] -2014-12-15 17:51:30 sendUrl INFO 7 [887] -2014-12-15 17:51:30 queue INFO 3 [8] -2014-12-15 17:51:30 sendUrl INFO 3 [888] -2014-12-15 17:51:31 queue INFO >3 [9] -2014-12-15 17:51:31 sendUrl INFO 3 [889] -2014-12-15 17:51:31 sendUrl INFO 7 [890] -2014-12-15 17:51:32 sendUrl INFO 7 [891] -2014-12-15 17:51:32 queue INFO 7 [10] -2014-12-15 17:51:32 queue INFO >7 [11] -2014-12-15 17:51:32 sendUrl INFO 3 [892] -2014-12-15 17:51:33 sendUrl INFO 3 [893] -2014-12-15 17:51:33 sendUrl INFO 7 [894] -2014-12-15 17:51:34 queue INFO 3 [12] -2014-12-15 17:51:34 sendUrl INFO 7 [895] -2014-12-15 17:51:34 queue INFO >3 [13] -2014-12-15 17:51:34 sendUrl INFO 3 [896] -2014-12-15 17:51:35 sendUrl INFO 3 [897] -2014-12-15 17:51:35 sendUrl INFO 7 [898] -2014-12-15 17:51:36 queue INFO 7 [14] -2014-12-15 17:51:36 sendUrl INFO 7 [899] -2014-12-15 17:51:36 queue INFO >7 [15] -2014-12-15 17:51:36 sendUrl INFO 3 [900] -2014-12-15 17:51:37 queue INFO 3 [16] -2014-12-15 17:51:37 sendUrl INFO 3 [901] -2014-12-15 17:51:37 queue INFO >3 [17] -2014-12-15 17:51:37 sendUrl INFO 7 [902] -2014-12-15 17:51:38 sendUrl INFO 7 [903] -2014-12-15 17:51:39 sendUrl INFO 3 [904] -2014-12-15 17:51:39 queue INFO 7 [18] -2014-12-15 17:51:39 sendUrl INFO 3 [905] -2014-12-15 17:51:39 queue INFO >7 [19] -2014-12-15 17:51:40 sendUrl INFO 7 [906] -2014-12-15 17:51:40 sendUrl INFO 7 [907] -2014-12-15 17:51:41 sendUrl INFO 3 [908] -2014-12-15 17:51:41 queue INFO 3 [20] -2014-12-15 17:51:41 sendUrl INFO 3 [909] -2014-12-15 17:51:41 queue INFO >3 [21] -2014-12-15 17:51:42 sendUrl INFO 7 [910] -2014-12-15 17:51:42 sendUrl INFO 7 [911] -2014-12-15 17:51:43 sendUrl INFO 3 [912] -2014-12-15 17:51:43 queue INFO 7 [22] -2014-12-15 17:51:43 sendUrl INFO 3 [913] -2014-12-15 17:51:43 queue INFO >7 [23] -2014-12-15 17:51:44 sendUrl INFO 7 [914] -2014-12-15 17:51:44 sendUrl INFO 7 [915] -2014-12-15 17:51:45 sendUrl INFO 3 [916] -2014-12-15 17:51:45 queue INFO 3 [24] -2014-12-15 17:51:45 queue INFO >3 [25] -2014-12-15 17:51:45 sendUrl INFO 3 [917] -2014-12-15 17:51:46 sendUrl INFO 7 [918] -2014-12-15 17:51:46 sendUrl INFO 7 [919] -2014-12-15 17:51:47 sendUrl INFO 3 [920] -2014-12-15 17:51:47 queue INFO 7 [26] -2014-12-15 17:51:47 queue INFO >7 [27] -2014-12-15 17:51:47 sendUrl INFO 3 [921] -2014-12-15 17:51:48 sendUrl INFO 7 [922] -2014-12-15 17:51:48 sendUrl INFO 7 [923] -2014-12-15 17:51:48 queue INFO 3 [28] -2014-12-15 17:51:49 sendUrl INFO 3 [924] -2014-12-15 17:51:49 queue INFO >3 [29] -2014-12-15 17:51:49 sendUrl INFO 3 [925] -2014-12-15 17:51:50 sendUrl INFO 7 [926] -2014-12-15 17:51:50 sendUrl INFO 7 [927] -2014-12-15 17:51:50 queue INFO 7 [30] -2014-12-15 17:51:51 sendUrl INFO 3 [928] -2014-12-15 17:51:51 queue INFO >7 [31] -2014-12-15 17:51:51 sendUrl INFO 3 [929] -2014-12-15 17:51:52 sendUrl INFO 7 [930] -2014-12-15 17:51:52 sendUrl INFO 7 [931] -2014-12-15 17:51:52 queue INFO 3 [32] -2014-12-15 17:51:52 queue INFO >3 [33] -2014-12-15 17:51:53 sendUrl INFO 3 [932] -2014-12-15 17:51:53 sendUrl INFO 3 [933] -2014-12-15 17:51:54 sendUrl INFO 7 [934] -2014-12-15 17:51:54 sendUrl INFO 7 [935] -2014-12-15 17:51:54 queue INFO 7 [34] -2014-12-15 17:51:55 queue INFO >7 [35] -2014-12-15 17:51:55 sendUrl INFO 3 [936] -2014-12-15 17:51:55 sendUrl INFO 3 [937] -2014-12-15 17:51:56 sendUrl INFO 7 [938] -2014-12-15 17:51:56 sendUrl INFO 7 [939] -2014-12-15 17:51:56 queue INFO 3 [36] -2014-12-15 17:51:56 queue INFO >3 [37] -2014-12-15 17:51:57 sendUrl INFO 3 [940] -2014-12-15 17:51:57 sendUrl INFO 3 [941] -2014-12-15 17:51:58 sendUrl INFO 7 [942] -2014-12-15 17:51:58 sendUrl INFO 7 [943] -2014-12-15 17:51:58 queue INFO 7 [38] -2014-12-15 17:51:58 queue INFO >7 [39] -2014-12-15 17:51:59 sendUrl INFO 3 [944] -2014-12-15 17:51:59 sendUrl INFO 3 [945] -2014-12-15 17:52:00 sendUrl INFO 7 [946] -2014-12-15 17:52:00 queue INFO 3 [40] -2014-12-15 17:52:00 sendUrl INFO 7 [947] -2014-12-15 17:52:00 queue INFO >3 [41] -2014-12-15 17:52:01 sendUrl INFO 3 [948] -2014-12-15 17:52:01 sendUrl INFO 3 [949] -2014-12-15 17:52:02 sendUrl INFO 7 [950] -2014-12-15 17:52:02 queue INFO 7 [42] -2014-12-15 17:52:02 sendUrl INFO 7 [951] -2014-12-15 17:52:02 queue INFO >7 [43] -2014-12-15 17:52:03 sendUrl INFO 3 [952] -2014-12-15 17:52:03 sendUrl INFO 3 [953] -2014-12-15 17:52:04 queue INFO 3 [44] -2014-12-15 17:52:04 sendUrl INFO 7 [954] -2014-12-15 17:52:04 queue INFO >3 [45] -2014-12-15 17:52:04 sendUrl INFO 7 [955] -2014-12-15 17:52:05 sendUrl INFO 3 [956] -2014-12-15 17:52:05 sendUrl INFO 3 [957] -2014-12-15 17:52:06 sendUrl INFO 7 [958] -2014-12-15 17:52:06 queue INFO 7 [46] -2014-12-15 17:52:06 queue INFO >7 [47] -2014-12-15 17:52:06 sendUrl INFO 7 [959] -2014-12-15 17:52:07 sendUrl INFO 3 [960] -2014-12-15 17:52:07 sendUrl INFO 3 [961] -2014-12-15 17:52:08 queue INFO 3 [48] -2014-12-15 17:52:08 sendUrl INFO 7 [962] -2014-12-15 17:52:08 queue INFO >3 [49] -2014-12-15 17:52:08 sendUrl INFO 7 [963] -2014-12-15 17:52:09 sendUrl INFO 3 [964] -2014-12-15 17:52:09 sendUrl INFO 3 [965] -2014-12-15 17:52:10 queue INFO 7 [50] -2014-12-15 17:52:10 sendUrl INFO 7 [966] -2014-12-15 17:52:10 queue INFO >7 [51] -2014-12-15 17:52:10 sendUrl INFO 7 [967] -2014-12-15 17:52:11 sendUrl INFO 3 [968] -2014-12-15 17:52:11 sendUrl INFO 3 [969] -2014-12-15 17:52:12 queue INFO 3 [52] -2014-12-15 17:52:12 sendUrl INFO 7 [970] -2014-12-15 17:52:12 queue INFO >3 [53] -2014-12-15 17:52:12 sendUrl INFO 7 [971] -2014-12-15 17:52:13 sendUrl INFO 3 [972] -2014-12-15 17:52:13 sendUrl INFO 3 [973] -2014-12-15 17:52:14 queue INFO 7 [54] -2014-12-15 17:52:14 sendUrl INFO 7 [974] -2014-12-15 17:52:14 queue INFO >7 [55] -2014-12-15 17:52:14 sendUrl INFO 7 [975] -2014-12-15 17:52:15 sendUrl INFO 3 [976] -2014-12-15 17:52:15 sendUrl INFO 3 [977] -2014-12-15 17:52:16 queue INFO 3 [56] -2014-12-15 17:52:16 sendUrl INFO 7 [978] -2014-12-15 17:52:16 queue INFO >3 [57] -2014-12-15 17:52:16 sendUrl INFO 7 [979] -2014-12-15 17:52:17 sendUrl INFO 3 [980] -2014-12-15 17:52:17 sendUrl INFO 3 [981] -2014-12-15 17:52:18 sendUrl INFO 7 [982] -2014-12-15 17:52:18 queue INFO 7 [58] -2014-12-15 17:52:18 queue INFO >7 [59] -2014-12-15 17:52:18 sendUrl INFO 7 [983] -2014-12-15 17:52:19 sendUrl INFO 3 [984] -2014-12-15 17:52:19 sendUrl INFO 3 [985] -2014-12-15 17:52:20 sendUrl INFO 7 [986] -2014-12-15 17:52:20 queue INFO 3 [60] -2014-12-15 17:52:20 queue INFO >3 [61] -2014-12-15 17:52:20 sendUrl INFO 7 [987] -2014-12-15 17:52:21 sendUrl INFO 3 [988] -2014-12-15 17:52:21 sendUrl INFO 3 [989] -2014-12-15 17:52:22 sendUrl INFO 7 [990] -2014-12-15 17:52:22 queue INFO 7 [62] -2014-12-15 17:52:22 queue INFO >7 [63] -2014-12-15 17:52:22 sendUrl INFO 7 [991] -2014-12-15 17:52:23 sendUrl INFO 3 [992] -2014-12-15 17:52:24 sendUrl INFO 3 [993] -2014-12-15 17:52:24 sendUrl INFO 7 [994] -2014-12-15 17:52:24 queue INFO 3 [64] -2014-12-15 17:52:24 queue INFO >3 [65] -2014-12-15 17:52:25 sendUrl INFO 7 [995] -2014-12-15 17:52:25 sendUrl INFO 3 [996] -2014-12-15 17:52:26 sendUrl INFO 3 [997] -2014-12-15 17:52:26 sendUrl INFO 7 [998] -2014-12-15 17:52:26 queue INFO 7 [66] -2014-12-15 17:52:27 sendUrl INFO 7 [999] -2014-12-15 17:52:27 queue INFO >7 [67] -2014-12-15 17:52:27 sendUrl INFO 3 [0] -2014-12-15 17:52:28 sendUrl INFO 3 [1] -2014-12-15 17:52:28 sendUrl INFO 7 [2] -2014-12-15 17:52:28 queue INFO 3 [68] -2014-12-15 17:52:29 sendUrl INFO 7 [3] -2014-12-15 17:52:29 queue INFO >3 [69] -2014-12-15 17:52:29 sendUrl INFO 3 [4] -2014-12-15 17:52:30 sendUrl INFO 3 [5] -2014-12-15 17:52:30 sendUrl INFO 7 [6] -2014-12-15 17:52:31 sendUrl INFO 7 [7] -2014-12-15 17:52:31 queue INFO 7 [70] -2014-12-15 17:52:31 queue INFO >7 [71] -2014-12-15 17:52:31 sendUrl INFO 3 [8] -2014-12-15 17:52:32 sendUrl INFO 3 [9] -2014-12-15 17:52:32 sendUrl INFO 7 [10] -2014-12-15 17:52:32 queue INFO 3 [72] -2014-12-15 17:52:33 sendUrl INFO 7 [11] -2014-12-15 17:52:33 queue INFO >3 [73] -2014-12-15 17:52:33 sendUrl INFO 3 [12] -2014-12-15 17:52:34 sendUrl INFO 3 [13] -2014-12-15 17:52:34 sendUrl INFO 7 [14] -2014-12-15 17:52:34 queue INFO 7 [74] -2014-12-15 17:52:35 sendUrl INFO 7 [15] -2014-12-15 17:52:35 queue INFO >7 [75] -2014-12-15 17:52:35 sendUrl INFO 3 [16] -2014-12-15 17:52:36 sendUrl INFO 3 [17] -2014-12-15 17:52:36 sendUrl INFO 7 [18] -2014-12-15 17:52:36 queue INFO 3 [76] -2014-12-15 17:52:37 sendUrl INFO 7 [19] -2014-12-15 17:52:37 queue INFO >3 [77] -2014-12-15 17:52:37 sendUrl INFO 3 [20] -2014-12-15 17:52:38 sendUrl INFO 3 [21] -2014-12-15 17:52:38 sendUrl INFO 7 [22] -2014-12-15 17:52:39 queue INFO 7 [78] -2014-12-15 17:52:39 sendUrl INFO 7 [23] -2014-12-15 17:52:39 queue INFO >7 [79] -2014-12-15 17:52:39 sendUrl INFO 3 [24] -2014-12-15 17:52:40 sendUrl INFO 3 [25] -2014-12-15 17:52:40 sendUrl INFO 7 [26] -2014-12-15 17:52:40 queue INFO 3 [80] -2014-12-15 17:52:41 queue INFO >3 [81] -2014-12-15 17:52:41 sendUrl INFO 7 [27] -2014-12-15 17:52:41 sendUrl INFO 3 [28] -2014-12-15 17:52:42 sendUrl INFO 3 [29] -2014-12-15 17:52:42 sendUrl INFO 7 [30] -2014-12-15 17:52:43 queue INFO 7 [82] -2014-12-15 17:52:43 sendUrl INFO 7 [31] -2014-12-15 17:52:43 queue INFO >7 [83] -2014-12-15 17:52:43 sendUrl INFO 3 [32] -2014-12-15 17:52:44 sendUrl INFO 3 [33] -2014-12-15 17:52:44 sendUrl INFO 7 [34] -2014-12-15 17:52:44 queue INFO 3 [84] -2014-12-15 17:52:45 queue INFO >3 [85] -2014-12-15 17:52:45 sendUrl INFO 7 [35] -2014-12-15 17:52:45 sendUrl INFO 3 [36] -2014-12-15 17:52:46 sendUrl INFO 3 [37] -2014-12-15 17:52:46 sendUrl INFO 7 [38] -2014-12-15 17:52:47 queue INFO 7 [86] -2014-12-15 17:52:47 queue INFO >7 [87] -2014-12-15 17:52:47 sendUrl INFO 7 [39] -2014-12-15 17:52:47 sendUrl INFO 3 [40] -2014-12-15 17:52:48 sendUrl INFO 3 [41] -2014-12-15 17:52:48 queue INFO 3 [88] -2014-12-15 17:52:48 queue INFO >3 [89] -2014-12-15 17:52:48 sendUrl INFO 7 [42] -2014-12-15 17:52:49 sendUrl INFO 7 [43] -2014-12-15 17:52:49 sendUrl INFO 3 [44] -2014-12-15 17:52:50 sendUrl INFO 3 [45] -2014-12-15 17:52:50 queue INFO 7 [90] -2014-12-15 17:52:50 queue INFO >7 [91] -2014-12-15 17:52:50 sendUrl INFO 7 [46] -2014-12-15 17:52:51 sendUrl INFO 7 [47] -2014-12-15 17:52:51 sendUrl INFO 3 [48] -2014-12-15 17:52:52 queue INFO 3 [92] -2014-12-15 17:52:52 sendUrl INFO 3 [49] -2014-12-15 17:52:52 queue INFO >3 [93] -2014-12-15 17:52:52 sendUrl INFO 7 [50] -2014-12-15 17:52:53 sendUrl INFO 7 [51] -2014-12-15 17:52:53 sendUrl INFO 3 [52] -2014-12-15 17:52:54 sendUrl INFO 3 [53] -2014-12-15 17:52:54 queue INFO 7 [94] -2014-12-15 17:52:54 queue INFO >7 [95] -2014-12-15 17:52:54 sendUrl INFO 7 [54] -2014-12-15 17:52:55 sendUrl INFO 7 [55] -2014-12-15 17:52:55 sendUrl INFO 3 [56] -2014-12-15 17:52:56 queue INFO 3 [96] -2014-12-15 17:52:56 sendUrl INFO 3 [57] -2014-12-15 17:52:56 queue INFO >3 [97] -2014-12-15 17:52:56 sendUrl INFO 7 [58] -2014-12-15 17:52:57 sendUrl INFO 7 [59] -2014-12-15 17:52:57 sendUrl INFO 3 [60] -2014-12-15 17:52:58 sendUrl INFO 3 [61] -2014-12-15 17:52:58 queue INFO 7 [98] -2014-12-15 17:52:58 queue INFO >7 [99] -2014-12-15 17:52:58 sendUrl INFO 7 [62] -2014-12-15 17:52:59 sendUrl INFO 7 [63] -2014-12-15 17:52:59 sendUrl INFO 3 [64] -2014-12-15 17:53:00 queue INFO 3 [100] -2014-12-15 17:53:00 sendUrl INFO 3 [65] -2014-12-15 17:53:00 queue INFO >3 [101] -2014-12-15 17:53:00 sendUrl INFO 7 [66] -2014-12-15 17:53:01 sendUrl INFO 7 [67] -2014-12-15 17:53:01 sendUrl INFO 3 [68] -2014-12-15 17:53:02 queue INFO 7 [102] -2014-12-15 17:53:02 sendUrl INFO 3 [69] -2014-12-15 17:53:02 queue INFO >7 [103] -2014-12-15 17:53:02 sendUrl INFO 7 [70] -2014-12-15 17:53:03 sendUrl INFO 7 [71] -2014-12-15 17:53:03 sendUrl INFO 3 [72] -2014-12-15 17:53:04 queue INFO 3 [104] -2014-12-15 17:53:04 queue INFO >3 [105] -2014-12-15 17:53:04 sendUrl INFO 3 [73] -2014-12-15 17:53:04 sendUrl INFO 7 [74] -2014-12-15 17:53:05 sendUrl INFO 7 [75] -2014-12-15 17:53:05 sendUrl INFO 3 [76] -2014-12-15 17:53:06 queue INFO 7 [106] -2014-12-15 17:53:06 queue INFO >7 [107] -2014-12-15 17:53:06 sendUrl INFO 3 [77] -2014-12-15 17:53:06 sendUrl INFO 7 [78] -2014-12-15 17:53:07 sendUrl INFO 7 [79] -2014-12-15 17:53:07 queue INFO 3 [108] -2014-12-15 17:53:08 sendUrl INFO 3 [80] -2014-12-15 17:53:08 queue INFO >3 [109] -2014-12-15 17:53:08 sendUrl INFO 3 [81] -2014-12-15 17:53:09 sendUrl INFO 7 [82] -2014-12-15 17:53:09 sendUrl INFO 7 [83] -2014-12-15 17:53:09 queue INFO 7 [110] -2014-12-15 17:53:10 sendUrl INFO 3 [84] -2014-12-15 17:53:10 queue INFO >7 [111] -2014-12-15 17:53:10 sendUrl INFO 3 [85] -2014-12-15 17:53:11 sendUrl INFO 7 [86] -2014-12-15 17:53:11 sendUrl INFO 7 [87] -2014-12-15 17:53:11 queue INFO 3 [112] -2014-12-15 17:53:11 queue INFO >3 [113] -2014-12-15 17:53:12 sendUrl INFO 3 [88] -2014-12-15 17:53:12 sendUrl INFO 3 [89] -2014-12-15 17:53:13 sendUrl INFO 7 [90] -2014-12-15 17:53:13 sendUrl INFO 7 [91] -2014-12-15 17:53:13 queue INFO 7 [114] -2014-12-15 17:53:14 sendUrl INFO 3 [92] -2014-12-15 17:53:14 queue INFO >7 [115] -2014-12-15 17:53:14 sendUrl INFO 3 [93] -2014-12-15 17:53:15 sendUrl INFO 7 [94] -2014-12-15 17:53:15 queue INFO 3 [116] -2014-12-15 17:53:15 sendUrl INFO 7 [95] -2014-12-15 17:53:15 queue INFO >3 [117] -2014-12-15 17:53:16 sendUrl INFO 3 [96] -2014-12-15 17:53:16 sendUrl INFO 3 [97] -2014-12-15 17:53:17 sendUrl INFO 7 [98] -2014-12-15 17:53:17 sendUrl INFO 7 [99] -2014-12-15 17:53:17 queue INFO 7 [118] -2014-12-15 17:53:17 queue INFO >7 [119] -2014-12-15 17:53:18 sendUrl INFO 3 [100] -2014-12-15 17:53:18 sendUrl INFO 3 [101] -2014-12-15 17:53:19 sendUrl INFO 7 [102] -2014-12-15 17:53:19 queue INFO 3 [120] -2014-12-15 17:53:19 queue INFO >3 [121] -2014-12-15 17:53:19 sendUrl INFO 7 [103] -2014-12-15 17:53:20 sendUrl INFO 3 [104] -2014-12-15 17:53:20 sendUrl INFO 3 [105] -2014-12-15 17:53:21 sendUrl INFO 7 [106] -2014-12-15 17:53:21 queue INFO 7 [122] -2014-12-15 17:53:21 queue INFO >7 [123] -2014-12-15 17:53:21 sendUrl INFO 7 [107] -2014-12-15 17:53:22 sendUrl INFO 3 [108] -2014-12-15 17:53:22 sendUrl INFO 3 [109] -2014-12-15 17:53:22 queue INFO 3 [124] -2014-12-15 17:53:22 queue INFO >3 [125] -2014-12-15 17:53:23 sendUrl INFO 7 [110] -2014-12-15 17:53:23 sendUrl INFO 7 [111] -2014-12-15 17:53:24 sendUrl INFO 3 [112] -2014-12-15 17:53:24 sendUrl INFO 3 [113] -2014-12-15 17:53:25 queue INFO 7 [126] -2014-12-15 17:53:25 sendUrl INFO 7 [114] -2014-12-15 17:53:25 queue INFO >7 [127] -2014-12-15 17:53:25 sendUrl INFO 7 [115] -2014-12-15 17:53:26 sendUrl INFO 3 [116] -2014-12-15 17:53:26 sendUrl INFO 3 [117] -2014-12-15 17:53:27 queue INFO 3 [128] -2014-12-15 17:53:27 queue INFO >3 [129] -2014-12-15 17:53:27 sendUrl INFO 7 [118] -2014-12-15 17:53:27 sendUrl INFO 7 [119] -2014-12-15 17:53:28 sendUrl INFO 3 [120] -2014-12-15 17:53:28 sendUrl INFO 3 [121] -2014-12-15 17:53:29 queue INFO 7 [130] -2014-12-15 17:53:29 sendUrl INFO 7 [122] -2014-12-15 17:53:29 queue INFO >7 [131] -2014-12-15 17:53:29 sendUrl INFO 7 [123] -2014-12-15 17:53:30 sendUrl INFO 3 [124] -2014-12-15 17:53:30 sendUrl INFO 3 [125] -2014-12-15 17:53:31 queue INFO 3 [132] -2014-12-15 17:53:31 sendUrl INFO 7 [126] -2014-12-15 17:53:31 queue INFO >3 [133] -2014-12-15 17:53:31 sendUrl INFO 7 [127] -2014-12-15 17:53:32 sendUrl INFO 3 [128] -2014-12-15 17:53:32 sendUrl INFO 3 [129] -2014-12-15 17:53:33 queue INFO 7 [134] -2014-12-15 17:53:33 sendUrl INFO 7 [130] -2014-12-15 17:53:33 queue INFO >7 [135] -2014-12-15 17:53:33 sendUrl INFO 7 [131] -2014-12-15 17:53:34 sendUrl INFO 3 [132] -2014-12-15 17:53:34 sendUrl INFO 3 [133] -2014-12-15 17:53:35 queue INFO 3 [136] -2014-12-15 17:53:35 queue INFO >3 [137] -2014-12-15 17:53:35 sendUrl INFO 7 [134] -2014-12-15 17:53:35 sendUrl INFO 7 [135] -2014-12-15 17:53:36 sendUrl INFO 3 [136] -2014-12-15 17:53:36 queue INFO 7 [138] -2014-12-15 17:53:36 queue INFO >7 [139] -2014-12-15 17:53:36 sendUrl INFO 3 [137] -2014-12-15 17:53:37 sendUrl INFO 7 [138] -2014-12-15 17:53:37 sendUrl INFO 7 [139] -2014-12-15 17:53:38 queue INFO 3 [140] -2014-12-15 17:53:38 sendUrl INFO 3 [140] -2014-12-15 17:53:38 queue INFO >3 [141] -2014-12-15 17:53:38 sendUrl INFO 3 [141] -2014-12-15 17:53:40 queue INFO 7 [142] -2014-12-15 17:53:40 queue INFO >7 [143] -2014-12-15 17:53:40 sendUrl INFO 7 [142] -2014-12-15 17:53:41 sendUrl INFO 7 [143] -2014-12-15 17:53:42 queue INFO 3 [144] -2014-12-15 17:53:42 sendUrl INFO 3 [144] -2014-12-15 17:53:42 queue INFO >3 [145] -2014-12-15 17:53:42 sendUrl INFO 3 [145] -2014-12-15 17:53:44 queue INFO 7 [146] -2014-12-15 17:53:44 sendUrl INFO 7 [146] -2014-12-15 17:53:44 queue INFO >7 [147] -2014-12-15 17:53:44 sendUrl INFO 7 [147] -2014-12-15 17:53:46 queue INFO 3 [148] -2014-12-15 17:53:46 queue INFO >3 [149] -2014-12-15 17:53:46 sendUrl INFO 3 [148] -2014-12-15 17:53:46 sendUrl INFO 3 [149] -2014-12-15 17:53:48 queue INFO 7 [150] -2014-12-15 17:53:48 sendUrl INFO 7 [150] -2014-12-15 17:53:48 queue INFO >7 [151] -2014-12-15 17:53:48 sendUrl INFO 7 [151] -2014-12-15 17:53:50 queue INFO 3 [152] -2014-12-15 17:53:50 queue INFO >3 [153] -2014-12-15 17:53:50 sendUrl INFO 3 [152] -2014-12-15 17:53:50 sendUrl INFO 3 [153] -2014-12-15 17:53:52 queue INFO 7 [154] -2014-12-15 17:53:52 queue INFO >7 [155] -2014-12-15 17:53:52 sendUrl INFO 7 [154] -2014-12-15 17:53:52 sendUrl INFO 7 [155] -2014-12-15 17:53:53 queue INFO 3 [156] -2014-12-15 17:53:54 queue INFO >3 [157] -2014-12-15 17:53:54 sendUrl INFO 3 [156] -2014-12-15 17:53:54 sendUrl INFO 3 [157] -2014-12-15 17:53:55 queue INFO 7 [158] -2014-12-15 17:53:56 queue INFO >7 [159] -2014-12-15 17:53:56 sendUrl INFO 7 [158] -2014-12-15 17:53:57 sendUrl INFO 7 [159] -2014-12-15 17:53:57 queue INFO 3 [160] -2014-12-15 17:53:57 queue INFO >3 [161] -2014-12-15 17:53:58 sendUrl INFO 3 [160] -2014-12-15 17:53:58 sendUrl INFO 3 [161] -2014-12-15 17:53:59 queue INFO 7 [162] -2014-12-15 17:53:59 queue INFO >7 [163] -2014-12-15 17:54:00 sendUrl INFO 7 [162] -2014-12-15 17:54:00 sendUrl INFO 7 [163] -2014-12-15 17:54:01 queue INFO 3 [164] -2014-12-15 17:54:01 queue INFO >3 [165] -2014-12-15 17:54:01 sendUrl INFO 3 [164] -2014-12-15 17:54:02 sendUrl INFO 3 [165] -2014-12-15 17:54:03 queue INFO 7 [166] -2014-12-15 17:54:03 queue INFO >7 [167] -2014-12-15 17:54:03 sendUrl INFO 7 [166] -2014-12-15 17:54:04 sendUrl INFO 7 [167] -2014-12-15 17:54:05 queue INFO 3 [168] -2014-12-15 17:54:05 queue INFO >3 [169] -2014-12-15 17:54:05 sendUrl INFO 3 [168] -2014-12-15 17:54:06 sendUrl INFO 3 [169] -2014-12-15 17:54:07 queue INFO 7 [170] -2014-12-15 17:54:07 queue INFO >7 [171] -2014-12-15 17:54:07 sendUrl INFO 7 [170] -2014-12-15 17:54:08 sendUrl INFO 7 [171] -2014-12-15 17:54:09 queue INFO 3 [172] -2014-12-15 17:54:09 sendUrl INFO 3 [172] -2014-12-15 17:54:09 queue INFO >3 [173] -2014-12-15 17:54:09 sendUrl INFO 3 [173] -2014-12-15 17:54:11 queue INFO 7 [174] -2014-12-15 17:54:11 queue INFO >7 [175] -2014-12-15 17:54:11 sendUrl INFO 7 [174] -2014-12-15 17:54:12 sendUrl INFO 7 [175] -2014-12-15 17:54:13 queue INFO 3 [176] -2014-12-15 17:54:13 queue INFO >3 [177] -2014-12-15 17:54:13 sendUrl INFO 3 [176] -2014-12-15 17:54:14 sendUrl INFO 3 [177] -2014-12-15 17:54:15 queue INFO 7 [178] -2014-12-15 17:54:15 queue INFO >7 [179] -2014-12-15 17:54:15 sendUrl INFO 7 [178] -2014-12-15 17:54:16 sendUrl INFO 7 [179] -2014-12-15 17:54:17 queue INFO 3 [180] -2014-12-15 17:54:17 sendUrl INFO 3 [180] -2014-12-15 17:54:17 queue INFO >3 [181] -2014-12-15 17:54:17 sendUrl INFO 3 [181] -2014-12-15 17:54:19 queue INFO 7 [182] -2014-12-15 17:54:19 queue INFO >7 [183] -2014-12-15 17:54:19 sendUrl INFO 7 [182] -2014-12-15 17:54:20 sendUrl INFO 7 [183] -2014-12-15 17:54:20 queue INFO 3 [184] -2014-12-15 17:54:21 queue INFO >3 [185] -2014-12-15 17:54:21 sendUrl INFO 3 [184] -2014-12-15 17:54:21 sendUrl INFO 3 [185] -2014-12-15 17:54:22 queue INFO 7 [186] -2014-12-15 17:54:22 queue INFO >7 [187] -2014-12-15 17:54:23 sendUrl INFO 7 [186] -2014-12-15 17:54:23 sendUrl INFO 7 [187] -2014-12-15 17:54:24 queue INFO 3 [188] -2014-12-15 17:54:24 sendUrl INFO 3 [188] -2014-12-15 17:54:24 queue INFO >3 [189] -2014-12-15 17:54:25 sendUrl INFO 3 [189] -2014-12-15 17:54:26 queue INFO 7 [190] -2014-12-15 17:54:27 queue INFO >7 [191] -2014-12-15 17:54:27 sendUrl INFO 7 [190] -2014-12-15 17:54:27 sendUrl INFO 7 [191] -2014-12-15 17:54:28 queue INFO 3 [192] -2014-12-15 17:54:28 sendUrl INFO 3 [192] -2014-12-15 17:54:28 queue INFO >3 [193] -2014-12-15 17:54:29 sendUrl INFO 3 [193] -2014-12-15 17:54:30 queue INFO 7 [194] -2014-12-15 17:54:31 queue INFO >7 [195] -2014-12-15 17:54:31 sendUrl INFO 7 [194] -2014-12-15 17:54:31 sendUrl INFO 7 [195] -2014-12-15 17:54:32 queue INFO 3 [196] -2014-12-15 17:54:33 queue INFO >3 [197] -2014-12-15 17:54:33 sendUrl INFO 3 [196] -2014-12-15 17:54:33 sendUrl INFO 3 [197] -2014-12-15 17:54:35 queue INFO 7 [198] -2014-12-15 17:54:35 queue INFO >7 [199] -2014-12-15 17:54:35 sendUrl INFO 7 [198] -2014-12-15 17:54:35 sendUrl INFO 7 [199] -2014-12-15 17:54:36 queue INFO 3 [200] -2014-12-15 17:54:37 queue INFO >3 [201] -2014-12-15 17:54:37 sendUrl INFO 3 [200] -2014-12-15 17:54:37 sendUrl INFO 3 [201] -2014-12-15 17:54:39 queue INFO 7 [202] -2014-12-15 17:54:39 queue INFO >7 [203] -2014-12-15 17:54:39 sendUrl INFO 7 [202] -2014-12-15 17:54:39 sendUrl INFO 7 [203] -2014-12-15 17:54:40 queue INFO 3 [204] -2014-12-15 17:54:41 queue INFO >3 [205] -2014-12-15 17:54:41 sendUrl INFO 3 [204] -2014-12-15 17:54:41 sendUrl INFO 3 [205] -2014-12-15 17:54:42 queue INFO 7 [206] -2014-12-15 17:54:42 sendUrl INFO 7 [206] -2014-12-15 17:54:42 queue INFO >7 [207] -2014-12-15 17:54:43 sendUrl INFO 7 [207] -2014-12-15 17:54:44 queue INFO 3 [208] -2014-12-15 17:54:44 queue INFO >3 [209] -2014-12-15 17:54:44 sendUrl INFO 3 [208] -2014-12-15 17:54:45 sendUrl INFO 3 [209] -2014-12-15 17:54:45 queue INFO 7 [210] -2014-12-15 17:54:45 sendUrl INFO 7 [210] -2014-12-15 17:54:45 queue INFO >7 [211] -2014-12-15 17:54:46 sendUrl INFO 7 [211] -2014-12-15 17:54:46 queue INFO 3 [212] -2014-12-15 17:54:47 queue INFO >3 [213] -2014-12-15 17:54:47 sendUrl INFO 3 [212] -2014-12-15 17:54:47 sendUrl INFO 3 [213] -2014-12-15 17:54:49 queue INFO 7 [214] -2014-12-15 17:54:49 queue INFO >7 [215] -2014-12-15 17:54:49 sendUrl INFO 7 [214] -2014-12-15 17:54:49 sendUrl INFO 7 [215] -2014-12-15 17:54:51 queue INFO 3 [216] -2014-12-15 17:54:51 queue INFO >3 [217] -2014-12-15 17:54:51 sendUrl INFO 3 [216] -2014-12-15 17:54:52 sendUrl INFO 3 [217] -2014-12-15 17:54:53 queue INFO 7 [218] -2014-12-15 17:54:53 queue INFO >7 [219] -2014-12-15 17:54:53 sendUrl INFO 7 [218] -2014-12-15 17:54:54 sendUrl INFO 7 [219] -2014-12-15 17:54:54 queue INFO 3 [220] -2014-12-15 17:54:55 queue INFO >3 [221] -2014-12-15 17:54:55 sendUrl INFO 3 [220] -2014-12-15 17:54:55 sendUrl INFO 3 [221] -2014-12-15 17:54:57 queue INFO 7 [222] -2014-12-15 17:54:57 queue INFO >7 [223] -2014-12-15 17:54:57 sendUrl INFO 7 [222] -2014-12-15 17:54:58 sendUrl INFO 7 [223] -2014-12-15 17:54:59 queue INFO 3 [224] -2014-12-15 17:54:59 queue INFO >3 [225] -2014-12-15 17:54:59 sendUrl INFO 3 [224] -2014-12-15 17:55:00 sendUrl INFO 3 [225] -2014-12-15 17:55:01 queue INFO 7 [226] -2014-12-15 17:55:01 queue INFO >7 [227] -2014-12-15 17:55:01 sendUrl INFO 7 [226] -2014-12-15 17:55:02 sendUrl INFO 7 [227] -2014-12-15 17:55:03 queue INFO 3 [228] -2014-12-15 17:55:03 queue INFO >3 [229] -2014-12-15 17:55:03 sendUrl INFO 3 [228] -2014-12-15 17:55:04 sendUrl INFO 3 [229] -2014-12-15 17:55:05 queue INFO 7 [230] -2014-12-15 17:55:05 queue INFO >7 [231] -2014-12-15 17:55:05 sendUrl INFO 7 [230] -2014-12-15 17:55:06 sendUrl INFO 7 [231] -2014-12-15 17:55:07 queue INFO 3 [232] -2014-12-15 17:55:07 queue INFO >3 [233] -2014-12-15 17:55:07 sendUrl INFO 3 [232] -2014-12-15 17:55:08 sendUrl INFO 3 [233] -2014-12-15 17:55:09 queue INFO 7 [234] -2014-12-15 17:55:09 queue INFO >7 [235] -2014-12-15 17:55:09 sendUrl INFO 7 [234] -2014-12-15 17:55:10 sendUrl INFO 7 [235] -2014-12-15 17:55:11 queue INFO 3 [236] -2014-12-15 17:55:11 queue INFO >3 [237] -2014-12-15 17:55:11 sendUrl INFO 3 [236] -2014-12-15 17:55:12 sendUrl INFO 3 [237] -2014-12-15 17:55:13 queue INFO 7 [238] -2014-12-15 17:55:13 queue INFO >7 [239] -2014-12-15 17:55:13 sendUrl INFO 7 [238] -2014-12-15 17:55:14 sendUrl INFO 7 [239] -2014-12-15 17:55:15 queue INFO 3 [240] -2014-12-15 17:55:15 queue INFO >3 [241] -2014-12-15 17:55:15 sendUrl INFO 3 [240] -2014-12-15 17:55:16 sendUrl INFO 3 [241] -2014-12-15 17:55:17 queue INFO 7 [242] -2014-12-15 17:55:17 queue INFO >7 [243] -2014-12-15 17:55:17 sendUrl INFO 7 [242] -2014-12-15 17:55:18 sendUrl INFO 7 [243] -2014-12-15 17:55:19 queue INFO 3 [244] -2014-12-15 17:55:19 sendUrl INFO 3 [244] -2014-12-15 17:55:19 queue INFO >3 [245] -2014-12-15 17:55:19 sendUrl INFO 3 [245] -2014-12-15 17:55:21 queue INFO 7 [246] -2014-12-15 17:55:21 queue INFO >7 [247] -2014-12-15 17:55:21 sendUrl INFO 7 [246] -2014-12-15 17:55:22 sendUrl INFO 7 [247] -2014-12-15 17:55:23 queue INFO 3 [248] -2014-12-15 17:55:23 sendUrl INFO 3 [248] -2014-12-15 17:55:23 queue INFO >3 [249] -2014-12-15 17:55:23 sendUrl INFO 3 [249] -2014-12-15 17:55:25 queue INFO 7 [250] -2014-12-15 17:55:25 sendUrl INFO 7 [250] -2014-12-15 17:55:25 queue INFO >7 [251] -2014-12-15 17:55:25 sendUrl INFO 7 [251] -2014-12-15 17:55:27 queue INFO 3 [252] -2014-12-15 17:55:27 sendUrl INFO 3 [252] -2014-12-15 17:55:27 queue INFO >3 [253] -2014-12-15 17:55:27 sendUrl INFO 3 [253] -2014-12-15 17:55:29 queue INFO 7 [254] -2014-12-15 17:55:29 queue INFO >7 [255] -2014-12-15 17:55:29 sendUrl INFO 7 [254] -2014-12-15 17:55:30 sendUrl INFO 7 [255] -2014-12-15 17:55:31 queue INFO 3 [256] -2014-12-15 17:55:31 sendUrl INFO 3 [256] -2014-12-15 17:55:31 queue INFO >3 [257] -2014-12-15 17:55:31 sendUrl INFO 3 [257] -2014-12-15 17:55:33 queue INFO 7 [258] -2014-12-15 17:55:33 sendUrl INFO 7 [258] -2014-12-15 17:55:33 queue INFO >7 [259] -2014-12-15 17:55:33 sendUrl INFO 7 [259] -2014-12-15 17:55:35 queue INFO 3 [260] -2014-12-15 17:55:35 queue INFO >3 [261] -2014-12-15 17:55:35 sendUrl INFO 3 [260] -2014-12-15 17:55:35 sendUrl INFO 3 [261] -2014-12-15 17:55:37 queue INFO 7 [262] -2014-12-15 17:55:37 queue INFO >7 [263] -2014-12-15 17:55:37 sendUrl INFO 7 [262] -2014-12-15 17:55:37 sendUrl INFO 7 [263] -2014-12-15 17:55:39 queue INFO 3 [264] -2014-12-15 17:55:39 queue INFO >3 [265] -2014-12-15 17:55:39 sendUrl INFO 3 [264] -2014-12-15 17:55:39 sendUrl INFO 3 [265] -2014-12-15 17:55:41 queue INFO 7 [266] -2014-12-15 17:55:41 queue INFO >7 [267] -2014-12-15 17:55:41 sendUrl INFO 7 [266] -2014-12-15 17:55:42 sendUrl INFO 7 [267] -2014-12-15 17:55:43 queue INFO 3 [268] -2014-12-15 17:55:43 queue INFO >3 [269] -2014-12-15 17:55:43 sendUrl INFO 3 [268] -2014-12-15 17:55:44 sendUrl INFO 3 [269] -2014-12-15 17:55:45 queue INFO 7 [270] -2014-12-15 17:55:46 sendUrl INFO 7 [270] -2014-12-15 17:55:46 queue INFO >7 [271] -2014-12-15 17:55:46 sendUrl INFO 7 [271] -2014-12-15 17:55:49 queue INFO 3 [272] -2014-12-15 17:55:50 sendUrl INFO 3 [272] -2014-12-15 17:55:50 queue INFO 7 [273] -2014-12-15 17:55:50 queue INFO >7 [274] -2014-12-15 17:55:50 sendUrl INFO 7 [273] -2014-12-15 17:55:51 sendUrl INFO 7 [274] -2014-12-15 17:55:53 queue INFO 3 [275] -2014-12-15 17:55:53 queue INFO >3 [276] -2014-12-15 17:55:53 sendUrl INFO 3 [275] -2014-12-15 17:55:54 sendUrl INFO 3 [276] -2014-12-15 17:55:55 queue INFO 7 [277] -2014-12-15 17:55:55 queue INFO >7 [278] -2014-12-15 17:55:55 sendUrl INFO 7 [277] -2014-12-15 17:55:56 sendUrl INFO 7 [278] -2014-12-15 17:55:56 queue INFO 3 [279] -2014-12-15 17:55:57 sendUrl INFO 3 [279] -2014-12-15 17:55:57 queue INFO >3 [280] -2014-12-15 17:55:57 sendUrl INFO 3 [280] -2014-12-15 17:55:59 queue INFO 7 [281] -2014-12-15 17:55:59 queue INFO >7 [282] -2014-12-15 17:55:59 sendUrl INFO 7 [281] -2014-12-15 17:56:00 sendUrl INFO 7 [282] -2014-12-15 17:56:00 queue INFO 3 [283] -2014-12-15 17:56:00 queue INFO >3 [284] -2014-12-15 17:56:01 sendUrl INFO 3 [283] -2014-12-15 17:56:01 sendUrl INFO 3 [284] -2014-12-15 17:56:02 queue INFO 7 [285] -2014-12-15 17:56:02 queue INFO >7 [286] -2014-12-15 17:56:03 sendUrl INFO 7 [285] -2014-12-15 17:56:03 sendUrl INFO 7 [286] -2014-12-15 17:56:04 queue INFO 3 [287] -2014-12-15 17:56:04 queue INFO >3 [288] -2014-12-15 17:56:05 sendUrl INFO 3 [287] -2014-12-15 17:56:05 sendUrl INFO 3 [288] -2014-12-15 17:56:06 queue INFO 7 [289] -2014-12-15 17:56:07 queue INFO >7 [290] -2014-12-15 17:56:07 sendUrl INFO 7 [289] -2014-12-15 17:56:07 sendUrl INFO 7 [290] -2014-12-15 17:56:08 queue INFO 3 [291] -2014-12-15 17:56:08 queue INFO >3 [292] -2014-12-15 17:56:09 sendUrl INFO 3 [291] -2014-12-15 17:56:09 sendUrl INFO 3 [292] -2014-12-15 17:56:10 queue INFO 7 [293] -2014-12-15 17:56:11 queue INFO >7 [294] -2014-12-15 17:56:11 sendUrl INFO 7 [293] -2014-12-15 17:56:11 sendUrl INFO 7 [294] -2014-12-15 17:56:12 queue INFO 3 [295] -2014-12-15 17:56:12 queue INFO >3 [296] -2014-12-15 17:56:13 sendUrl INFO 3 [295] -2014-12-15 17:56:13 sendUrl INFO 3 [296] -2014-12-15 17:56:14 queue INFO 7 [297] -2014-12-15 17:56:15 queue INFO >7 [298] -2014-12-15 17:56:15 sendUrl INFO 7 [297] -2014-12-15 17:56:15 sendUrl INFO 7 [298] -2014-12-15 17:56:16 queue INFO 3 [299] -2014-12-15 17:56:17 queue INFO >3 [300] -2014-12-15 17:56:17 sendUrl INFO 3 [299] -2014-12-15 17:56:17 sendUrl INFO 3 [300] -2014-12-15 17:56:18 queue INFO 7 [301] -2014-12-15 17:56:19 queue INFO >7 [302] -2014-12-15 17:56:19 sendUrl INFO 7 [301] -2014-12-15 17:56:19 sendUrl INFO 7 [302] -2014-12-15 17:56:20 queue INFO 3 [303] -2014-12-15 17:56:20 sendUrl INFO 3 [303] -2014-12-15 17:56:20 queue INFO >3 [304] -2014-12-15 17:56:21 sendUrl INFO 3 [304] -2014-12-15 17:56:22 queue INFO 7 [305] -2014-12-15 17:56:23 queue INFO >7 [306] -2014-12-15 17:56:23 sendUrl INFO 7 [305] -2014-12-15 17:56:23 sendUrl INFO 7 [306] -2014-12-15 17:56:24 queue INFO 3 [307] -2014-12-15 17:56:25 queue INFO >3 [308] -2014-12-15 17:56:25 sendUrl INFO 3 [307] -2014-12-15 17:56:25 sendUrl INFO 3 [308] -2014-12-15 17:56:27 queue INFO 7 [309] -2014-12-15 17:56:27 queue INFO >7 [310] -2014-12-15 17:56:27 sendUrl INFO 7 [309] -2014-12-15 17:56:27 sendUrl INFO 7 [310] -2014-12-15 17:56:29 queue INFO 3 [311] -2014-12-15 17:56:29 queue INFO >3 [312] -2014-12-15 17:56:29 sendUrl INFO 3 [311] -2014-12-15 17:56:29 sendUrl INFO 3 [312] -2014-12-15 17:56:31 queue INFO 7 [313] -2014-12-15 17:56:31 sendUrl INFO 7 [313] -2014-12-15 17:56:31 queue INFO >7 [314] -2014-12-15 17:56:31 sendUrl INFO 7 [314] -2014-12-15 17:56:33 queue INFO 3 [315] -2014-12-15 17:56:33 queue INFO >3 [316] -2014-12-15 17:56:33 sendUrl INFO 3 [315] -2014-12-15 17:56:33 sendUrl INFO 3 [316] -2014-12-15 17:56:35 queue INFO 7 [317] -2014-12-15 17:56:35 queue INFO >7 [318] -2014-12-15 17:56:35 sendUrl INFO 7 [317] -2014-12-15 17:56:35 sendUrl INFO 7 [318] -2014-12-15 17:56:37 queue INFO 3 [319] -2014-12-15 17:56:37 queue INFO >3 [320] -2014-12-15 17:56:37 sendUrl INFO 3 [319] -2014-12-15 17:56:37 sendUrl INFO 3 [320] -2014-12-15 17:56:39 queue INFO 7 [321] -2014-12-15 17:56:39 sendUrl INFO 7 [321] -2014-12-15 17:56:39 queue INFO >7 [322] -2014-12-15 17:56:39 sendUrl INFO 7 [322] -2014-12-15 17:56:41 queue INFO 3 [323] -2014-12-15 17:56:41 queue INFO >3 [324] -2014-12-15 17:56:41 sendUrl INFO 3 [323] -2014-12-15 17:56:41 sendUrl INFO 3 [324] -2014-12-15 17:56:43 queue INFO 7 [325] -2014-12-15 17:56:43 sendUrl INFO 7 [325] -2014-12-15 17:56:43 queue INFO >7 [326] -2014-12-15 17:56:44 sendUrl INFO 7 [326] -2014-12-15 17:56:45 queue INFO 3 [327] -2014-12-15 17:56:45 sendUrl INFO 3 [327] -2014-12-15 17:56:45 queue INFO >3 [328] -2014-12-15 17:56:46 sendUrl INFO 3 [328] -2014-12-15 17:56:47 queue INFO 7 [329] -2014-12-15 17:56:47 queue INFO >7 [330] -2014-12-15 17:56:48 sendUrl INFO 7 [329] -2014-12-15 17:56:48 sendUrl INFO 7 [330] -2014-12-15 17:56:48 queue INFO 3 [331] -2014-12-15 17:56:48 queue INFO >3 [332] -2014-12-15 17:56:49 sendUrl INFO 3 [331] -2014-12-15 17:56:49 sendUrl INFO 3 [332] -2014-12-15 17:56:50 queue INFO 7 [333] -2014-12-15 17:56:51 sendUrl INFO 7 [333] -2014-12-15 17:56:51 queue INFO >7 [334] -2014-12-15 17:56:51 sendUrl INFO 7 [334] -2014-12-15 17:56:52 queue INFO 3 [335] -2014-12-15 17:56:53 sendUrl INFO 3 [335] -2014-12-15 17:56:53 queue INFO >3 [336] -2014-12-15 17:56:53 sendUrl INFO 3 [336] -2014-12-15 17:56:55 queue INFO 7 [337] -2014-12-15 17:56:55 queue INFO >7 [338] -2014-12-15 17:56:55 sendUrl INFO 7 [337] -2014-12-15 17:56:56 sendUrl INFO 7 [338] -2014-12-15 17:56:57 queue INFO 3 [339] -2014-12-15 17:56:57 queue INFO >3 [340] -2014-12-15 17:56:57 sendUrl INFO 3 [339] -2014-12-15 17:56:58 sendUrl INFO 3 [340] -2014-12-15 17:56:59 queue INFO 7 [341] -2014-12-15 17:56:59 queue INFO >7 [342] -2014-12-15 17:56:59 sendUrl INFO 7 [341] -2014-12-15 17:57:00 sendUrl INFO 7 [342] -2014-12-15 17:57:01 queue INFO 3 [343] -2014-12-15 17:57:01 queue INFO >3 [344] -2014-12-15 17:57:01 sendUrl INFO 3 [343] -2014-12-15 17:57:02 sendUrl INFO 3 [344] -2014-12-15 17:57:03 queue INFO 7 [345] -2014-12-15 17:57:03 queue INFO >7 [346] -2014-12-15 17:57:04 sendUrl INFO 7 [345] -2014-12-15 17:57:04 sendUrl INFO 7 [346] -2014-12-15 17:57:05 queue INFO 3 [347] -2014-12-15 17:57:05 queue INFO >3 [348] -2014-12-15 17:57:05 sendUrl INFO 3 [347] -2014-12-15 17:57:06 sendUrl INFO 3 [348] -2014-12-15 17:57:07 queue INFO 7 [349] -2014-12-15 17:57:07 sendUrl INFO 7 [349] -2014-12-15 17:57:07 queue INFO >7 [350] -2014-12-15 17:57:08 sendUrl INFO 7 [350] -2014-12-15 17:57:09 queue INFO 3 [351] -2014-12-15 17:57:09 sendUrl INFO 3 [351] -2014-12-15 17:57:09 queue INFO >3 [352] -2014-12-15 17:57:10 sendUrl INFO 3 [352] -2014-12-15 17:57:11 queue INFO 7 [353] -2014-12-15 17:57:11 sendUrl INFO 7 [353] -2014-12-15 17:57:11 queue INFO >7 [354] -2014-12-15 17:57:12 sendUrl INFO 7 [354] -2014-12-15 17:57:13 queue INFO 3 [355] -2014-12-15 17:57:13 sendUrl INFO 3 [355] -2014-12-15 17:57:13 queue INFO >3 [356] -2014-12-15 17:57:14 sendUrl INFO 3 [356] -2014-12-15 17:57:15 queue INFO 7 [357] -2014-12-15 17:57:15 sendUrl INFO 7 [357] -2014-12-15 17:57:15 queue INFO >7 [358] -2014-12-15 17:57:16 sendUrl INFO 7 [358] -2014-12-15 17:57:17 queue INFO 3 [359] -2014-12-15 17:57:17 queue INFO >3 [360] -2014-12-15 17:57:17 sendUrl INFO 3 [359] -2014-12-15 17:57:18 sendUrl INFO 3 [360] -2014-12-15 17:57:19 queue INFO 7 [361] -2014-12-15 17:57:20 queue INFO >7 [362] -2014-12-15 17:57:20 sendUrl INFO 7 [361] -2014-12-15 17:57:20 sendUrl INFO 7 [362] -2014-12-15 17:57:21 queue INFO 3 [363] -2014-12-15 17:57:21 sendUrl INFO 3 [363] -2014-12-15 17:57:21 queue INFO >3 [364] -2014-12-15 17:57:22 sendUrl INFO 3 [364] -2014-12-15 17:57:23 queue INFO 7 [365] -2014-12-15 17:57:24 queue INFO >7 [366] -2014-12-15 17:57:24 sendUrl INFO 7 [365] -2014-12-15 17:57:24 sendUrl INFO 7 [366] -2014-12-15 17:57:25 queue INFO 3 [367] -2014-12-15 17:57:25 sendUrl INFO 3 [367] -2014-12-15 17:57:25 queue INFO >3 [368] -2014-12-15 17:57:26 sendUrl INFO 3 [368] -2014-12-15 17:57:27 queue INFO 7 [369] -2014-12-15 17:57:28 queue INFO >7 [370] -2014-12-15 17:57:28 sendUrl INFO 7 [369] -2014-12-15 17:57:28 sendUrl INFO 7 [370] -2014-12-15 17:57:29 queue INFO 3 [371] -2014-12-15 17:57:30 queue INFO >3 [372] -2014-12-15 17:57:30 sendUrl INFO 3 [371] -2014-12-15 17:57:30 sendUrl INFO 3 [372] -2014-12-15 17:57:32 queue INFO 7 [373] -2014-12-15 17:57:32 queue INFO >7 [374] -2014-12-15 17:57:32 sendUrl INFO 7 [373] -2014-12-15 17:57:32 sendUrl INFO 7 [374] -2014-12-15 17:57:34 queue INFO 3 [375] -2014-12-15 17:57:34 queue INFO >3 [376] -2014-12-15 17:57:34 sendUrl INFO 3 [375] -2014-12-15 17:57:34 sendUrl INFO 3 [376] -2014-12-15 17:57:36 queue INFO 7 [377] -2014-12-15 17:57:36 sendUrl INFO 7 [377] -2014-12-15 17:57:36 queue INFO >7 [378] -2014-12-15 17:57:36 sendUrl INFO 7 [378] -2014-12-15 17:57:38 queue INFO 3 [379] -2014-12-15 17:57:38 queue INFO >3 [380] -2014-12-15 17:57:38 sendUrl INFO 3 [379] -2014-12-15 17:57:38 sendUrl INFO 3 [380] -2014-12-15 17:57:40 queue INFO 7 [381] -2014-12-15 17:57:40 sendUrl INFO 7 [381] -2014-12-15 17:57:40 queue INFO >7 [382] -2014-12-15 17:57:41 sendUrl INFO 7 [382] -2014-12-15 17:57:42 queue INFO 3 [383] -2014-12-15 17:57:42 sendUrl INFO 3 [383] -2014-12-15 17:57:42 queue INFO >3 [384] -2014-12-15 17:57:43 sendUrl INFO 3 [384] -2014-12-15 17:57:44 queue INFO 7 [385] -2014-12-15 17:57:44 queue INFO >7 [386] -2014-12-15 17:57:45 sendUrl INFO 7 [385] -2014-12-15 17:57:45 sendUrl INFO 7 [386] -2014-12-15 17:57:46 queue INFO 3 [387] -2014-12-15 17:57:46 queue INFO >3 [388] -2014-12-15 17:57:47 sendUrl INFO 3 [387] -2014-12-15 17:57:47 sendUrl INFO 3 [388] -2014-12-15 17:57:48 queue INFO 7 [389] -2014-12-15 17:57:49 queue INFO >7 [390] -2014-12-15 17:57:49 sendUrl INFO 7 [389] -2014-12-15 17:57:49 sendUrl INFO 7 [390] -2014-12-15 17:57:50 queue INFO 3 [391] -2014-12-15 17:57:51 queue INFO >3 [392] -2014-12-15 17:57:51 sendUrl INFO 3 [391] -2014-12-15 17:57:51 sendUrl INFO 3 [392] -2014-12-15 17:57:52 queue INFO 7 [393] -2014-12-15 17:57:52 queue INFO >7 [394] -2014-12-15 17:57:53 sendUrl INFO 7 [393] -2014-12-15 17:57:53 sendUrl INFO 7 [394] -2014-12-15 17:57:54 queue INFO 3 [395] -2014-12-15 17:57:54 queue INFO >3 [396] -2014-12-15 17:57:54 sendUrl INFO 3 [395] -2014-12-15 17:57:55 sendUrl INFO 3 [396] -2014-12-15 17:57:56 queue INFO 7 [397] -2014-12-15 17:57:56 queue INFO >7 [398] -2014-12-15 17:57:57 sendUrl INFO 7 [397] -2014-12-15 17:57:57 sendUrl INFO 7 [398] -2014-12-15 17:57:58 queue INFO 3 [399] -2014-12-15 17:57:58 queue INFO >3 [400] -2014-12-15 17:57:58 sendUrl INFO 3 [399] -2014-12-15 17:57:59 sendUrl INFO 3 [400] -2014-12-15 17:58:00 queue INFO 7 [401] -2014-12-15 17:58:00 queue INFO >7 [402] -2014-12-15 17:58:01 sendUrl INFO 7 [401] -2014-12-15 17:58:01 sendUrl INFO 7 [402] -2014-12-15 17:58:02 queue INFO 3 [403] -2014-12-15 17:58:02 queue INFO >3 [404] -2014-12-15 17:58:03 sendUrl INFO 3 [403] -2014-12-15 17:58:03 sendUrl INFO 3 [404] -2014-12-15 17:58:04 queue INFO 7 [405] -2014-12-15 17:58:05 queue INFO >7 [406] -2014-12-15 17:58:05 sendUrl INFO 7 [405] -2014-12-15 17:58:05 sendUrl INFO 7 [406] -2014-12-15 17:58:06 queue INFO 3 [407] -2014-12-15 17:58:06 queue INFO >3 [408] -2014-12-15 17:58:06 sendUrl INFO 3 [407] -2014-12-15 17:58:07 sendUrl INFO 3 [408] -2014-12-15 17:58:08 queue INFO 7 [409] -2014-12-15 17:58:09 queue INFO >7 [410] -2014-12-15 17:58:09 sendUrl INFO 7 [409] -2014-12-15 17:58:09 sendUrl INFO 7 [410] -2014-12-15 17:58:10 queue INFO 3 [411] -2014-12-15 17:58:10 queue INFO >3 [412] -2014-12-15 17:58:11 sendUrl INFO 3 [411] -2014-12-15 17:58:11 sendUrl INFO 3 [412] -2014-12-15 17:58:12 queue INFO 7 [413] -2014-12-15 17:58:13 queue INFO >7 [414] -2014-12-15 17:58:13 sendUrl INFO 7 [413] -2014-12-15 17:58:13 sendUrl INFO 7 [414] -2014-12-15 17:58:14 queue INFO 3 [415] -2014-12-15 17:58:15 queue INFO >3 [416] -2014-12-15 17:58:15 sendUrl INFO 3 [415] -2014-12-15 17:58:15 sendUrl INFO 3 [416] -2014-12-15 17:58:16 queue INFO 7 [417] -2014-12-15 17:58:17 queue INFO >7 [418] -2014-12-15 17:58:17 sendUrl INFO 7 [417] -2014-12-15 17:58:17 sendUrl INFO 7 [418] -2014-12-15 17:58:18 queue INFO 3 [419] -2014-12-15 17:58:19 queue INFO >3 [420] -2014-12-15 17:58:19 sendUrl INFO 3 [419] -2014-12-15 17:58:19 sendUrl INFO 3 [420] -2014-12-15 17:58:21 queue INFO 7 [421] -2014-12-15 17:58:21 queue INFO >7 [422] -2014-12-15 17:58:21 sendUrl INFO 7 [421] -2014-12-15 17:58:22 sendUrl INFO 7 [422] -2014-12-15 17:58:23 queue INFO 3 [423] -2014-12-15 17:58:23 queue INFO >3 [424] -2014-12-15 17:58:23 sendUrl INFO 3 [423] -2014-12-15 17:58:23 sendUrl INFO 3 [424] -2014-12-15 17:58:25 queue INFO 7 [425] -2014-12-15 17:58:25 queue INFO >7 [426] -2014-12-15 17:58:25 sendUrl INFO 7 [425] -2014-12-15 17:58:26 sendUrl INFO 7 [426] -2014-12-15 17:58:27 queue INFO 3 [427] -2014-12-15 17:58:27 queue INFO >3 [428] -2014-12-15 17:58:27 sendUrl INFO 3 [427] -2014-12-15 17:58:27 sendUrl INFO 3 [428] -2014-12-15 17:58:29 queue INFO 7 [429] -2014-12-15 17:58:29 queue INFO >7 [430] -2014-12-15 17:58:29 sendUrl INFO 7 [429] -2014-12-15 17:58:30 sendUrl INFO 7 [430] -2014-12-15 17:58:31 queue INFO 3 [431] -2014-12-15 17:58:31 queue INFO >3 [432] -2014-12-15 17:58:31 sendUrl INFO 3 [431] -2014-12-15 17:58:31 sendUrl INFO 3 [432] -2014-12-15 17:58:33 queue INFO 7 [433] -2014-12-15 17:58:33 queue INFO >7 [434] -2014-12-15 17:58:33 sendUrl INFO 7 [433] -2014-12-15 17:58:34 sendUrl INFO 7 [434] -2014-12-15 17:58:35 queue INFO 3 [435] -2014-12-15 17:58:35 queue INFO >3 [436] -2014-12-15 17:58:35 sendUrl INFO 3 [435] -2014-12-15 17:58:36 sendUrl INFO 3 [436] -2014-12-15 17:58:37 queue INFO 7 [437] -2014-12-15 17:58:37 queue INFO >7 [438] -2014-12-15 17:58:37 sendUrl INFO 7 [437] -2014-12-15 17:58:38 sendUrl INFO 7 [438] -2014-12-15 17:58:39 queue INFO 3 [439] -2014-12-15 17:58:39 queue INFO >3 [440] -2014-12-15 17:58:39 sendUrl INFO 3 [439] -2014-12-15 17:58:40 sendUrl INFO 3 [440] -2014-12-15 17:58:40 queue INFO 7 [441] -2014-12-15 17:58:40 queue INFO >7 [442] -2014-12-15 17:58:41 sendUrl INFO 7 [441] -2014-12-15 17:58:41 sendUrl INFO 7 [442] -2014-12-15 17:58:42 queue INFO 3 [443] -2014-12-15 17:58:42 queue INFO >3 [444] -2014-12-15 17:58:43 sendUrl INFO 3 [443] -2014-12-15 17:58:43 sendUrl INFO 3 [444] -2014-12-15 17:58:44 queue INFO 7 [445] -2014-12-15 17:58:45 queue INFO >7 [446] -2014-12-15 17:58:45 sendUrl INFO 7 [445] -2014-12-15 17:58:45 sendUrl INFO 7 [446] -2014-12-15 17:58:46 queue INFO 3 [447] -2014-12-15 17:58:47 queue INFO >3 [448] -2014-12-15 17:58:47 sendUrl INFO 3 [447] -2014-12-15 17:58:47 sendUrl INFO 3 [448] -2014-12-15 17:58:49 queue INFO 7 [449] -2014-12-15 17:58:49 queue INFO >7 [450] -2014-12-15 17:58:49 sendUrl INFO 7 [449] -2014-12-15 17:58:50 sendUrl INFO 7 [450] -2014-12-15 17:58:51 queue INFO 3 [451] -2014-12-15 17:58:51 sendUrl INFO 3 [451] -2014-12-15 17:58:51 queue INFO >3 [452] -2014-12-15 17:58:52 sendUrl INFO 3 [452] -2014-12-15 17:58:53 queue INFO 7 [453] -2014-12-15 17:58:53 queue INFO >7 [454] -2014-12-15 17:58:54 sendUrl INFO 7 [453] -2014-12-15 17:58:54 sendUrl INFO 7 [454] -2014-12-15 17:58:55 queue INFO 3 [455] -2014-12-15 17:58:56 queue INFO >3 [456] -2014-12-15 17:58:56 sendUrl INFO 3 [455] -2014-12-15 17:58:56 sendUrl INFO 3 [456] -2014-12-15 17:58:57 queue INFO 7 [457] -2014-12-15 17:58:57 queue INFO >7 [458] -2014-12-15 17:58:58 sendUrl INFO 7 [457] -2014-12-15 17:58:58 sendUrl INFO 7 [458] -2014-12-15 17:58:59 queue INFO 3 [459] -2014-12-15 17:59:00 queue INFO >3 [460] -2014-12-15 17:59:00 sendUrl INFO 3 [459] -2014-12-15 17:59:00 sendUrl INFO 3 [460] -2014-12-15 17:59:02 queue INFO 7 [461] -2014-12-15 17:59:02 queue INFO >7 [462] -2014-12-15 17:59:02 sendUrl INFO 7 [461] -2014-12-15 17:59:03 sendUrl INFO 7 [462] -2014-12-15 17:59:03 queue INFO 3 [463] -2014-12-15 17:59:03 sendUrl INFO 3 [463] -2014-12-15 17:59:03 queue INFO >3 [464] -2014-12-15 17:59:04 sendUrl INFO 3 [464] -2014-12-15 17:59:06 queue INFO 7 [465] -2014-12-15 17:59:06 sendUrl INFO 7 [465] -2014-12-15 17:59:06 queue INFO >7 [466] -2014-12-15 17:59:06 sendUrl INFO 7 [466] -2014-12-15 17:59:08 queue INFO 3 [467] -2014-12-15 17:59:08 sendUrl INFO 3 [467] -2014-12-15 17:59:08 queue INFO >3 [468] -2014-12-15 17:59:08 sendUrl INFO 3 [468] -2014-12-15 17:59:10 queue INFO 7 [469] -2014-12-15 17:59:10 queue INFO >7 [470] -2014-12-15 17:59:10 sendUrl INFO 7 [469] -2014-12-15 17:59:11 sendUrl INFO 7 [470] -2014-12-15 17:59:12 queue INFO 3 [471] -2014-12-15 17:59:12 queue INFO >3 [472] -2014-12-15 17:59:12 sendUrl INFO 3 [471] -2014-12-15 17:59:13 sendUrl INFO 3 [472] -2014-12-15 17:59:14 queue INFO 7 [473] -2014-12-15 17:59:15 queue INFO >7 [474] -2014-12-15 17:59:15 sendUrl INFO 7 [473] -2014-12-15 17:59:15 sendUrl INFO 7 [474] -2014-12-15 17:59:16 queue INFO 3 [475] -2014-12-15 17:59:17 queue INFO >3 [476] -2014-12-15 17:59:17 queue INFO 7 [477] -2014-12-15 17:59:17 sendUrl INFO 3 [475] -2014-12-15 17:59:17 queue INFO >7 [478] -2014-12-15 17:59:17 sendUrl INFO 3 [476] diff --git a/ConfIOB/Donati/1014_159/readParallela.py b/ConfIOB/Donati/1014_159/readParallela.py deleted file mode 100644 index 5a38f21..0000000 --- a/ConfIOB/Donati/1014_159/readParallela.py +++ /dev/null @@ -1,530 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -# readParallela v. 1.8 -# versione estetica di Carlo + single instance timer - -#--------------------------------------------------------------- -# levare locking -# timer semplificata -# GPIO global - - -import time -import sys - - -from datetime import datetime - -import urllib -import ConfigParser -import os, sys - -import logging -import logging.handlers -import threading -import Queue -#-------------------------------------------------------------- - -# COSTANTI -MSGLEN = 9 -TIMEOUTSERIALE = 10 -MAXRETRY = 3 - -PROGRAM_NAME ="ReadPar IOB-pi v.1.8" - -# DA FILE CONF -idxMacchina = "1001" -SAMPLETIME = 0.1 -TIMEOUTSHORT = (SAMPLETIME*20) -TIMEOUTLONG = (SAMPLETIME*600) -SENDURLTIME = 0.08 - -# VAR -to_enable = False -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG -to_serial = TIMEOUTSERIALE -to_retry = MAXRETRY -errormsglen = 0 - -# VAR - -out_0 = 24 -out_1 = 26 - -in_0 = 11 -in_1 = 12 -in_2 = 13 -in_3 = 15 -in_4 = 16 -in_5 = 18 -in_6 = 22 -in_7 = 7 - -# contatore: serve x match tra accoda ed invia x possibile controllo a posteriori... ogni volta che accodo incremento di 1, va da 0 a 999 -cont = '0' - -# variabile stato online/offline della macchina -onLine = '1' - -# variabile stato seinding/waiting x la parte invio URL -sending = '0' - -# variabile stato timer thread busy -timer_busy = False - -#-------------------------------------------------------------- -# Gestione coda (condivisa) x registrazione eventi ed invio URL -#print "Creazione coda 1000 elementi" - -Coda = Queue.Queue(0) - -#queueLock = threading.Lock() - -#--------------------------------------------------------------- -# lettura parallela -# ritorna il byte letto pulito ( due char hex ) - -def readParallela(): - - global in_0 - global in_1 - global in_2 - global in_3 - global in_4 - global in_5 - global in_6 - global in_7 - - global GPIO - - current = '' - -# print "input : " - - # ritorna '' se non ci sono abbastanza caratteri - try: - num_value = 255 - -# print "num_value : " , num_value , in_0 - - if GPIO.input(in_0): - num_value = num_value - 1 - - if GPIO.input(in_1): - num_value = num_value - 2 - - if GPIO.input(in_2): - num_value = num_value - 4 - - if GPIO.input(in_3): - num_value = num_value - 8 - - if GPIO.input(in_4): - num_value = num_value - 16 - - if GPIO.input(in_5): - num_value = num_value - 32 - - if GPIO.input(in_6): - num_value = num_value - 64 - - if GPIO.input(in_7): - num_value = num_value - 128 - - current = hex( num_value ).replace ( "0x" , "" ).upper() - -# print "\n\n\n\n\n" , num_value , current - - except: - pass - - return current - - -#-------------------------------------------------------------- -# MARCO: cambiare: chiama URL NON deve chiamare url MA METTERE IN CODA (riempiCoda!!!) -# la parte URL vera va messa in svuotaCoda, PARAMETRICA - -#--------------------------------------------------------------- -#Funzione di scrittura su coda con try-except - -def accoda(): - - try: -# url = URLBASE + idxMacchina + URLADV1 + value -# urllib.urlopen ( url ) - #dtEve = time.strftime("%y%m%d%H%M%S")+"000" - dtEve = datetime.utcnow().strftime('%Y%m%d%H%M%S%f')[:-3] - #logPro.debug( "Nuovo valore inserito in coda: " + dtEve + "#" + value + '#' + cont) - #print(dtEve) - #queueLock.acquire() - Coda.put(dtEve + '#' + value + '#' + cont) - #queueLock.release() - #print "Nuovo valore inserito in coda: " + dtEve + "#", value - - except Queue.Full: - logPro.error( "Quque full" + dtEve + '#' + value + '#' + cont ) - except: - logPro.error( "NETWORK:Errore http-no com rete-timeout" + url ) -# print "Url aforte" , url - - -#-------------------------------------------------------------- -# MARCO: scrivere svuotaCoda come thread etc... -def svuota_coda(): - - global onLine - global sending - global timer_busy - - #print "start timer " - - if ( timer_busy == False ): - timer_busy = True - #print "start timer ok " - - try: - if not Coda.empty(): - #print "coda da svuotare!" - response = urllib.urlopen(URLALIVE) - answ = response.read() - if answ == 'OK': - #print "OK alive" - response2 = urllib.urlopen(URLENABLED + idxMacchina) - answ2 = response2.read() - if answ2 == 'OK': - # aggiorno stato ad online - if onLine == '0': - logPro.info("IOB ONLINE!") - #print("IOB ONLINE") - - onLine = '1' # imposto comunque online - else: - if onLine == '1': - logPro.error("IOB offline") - #print("IOB offline") - - onLine = '0' - else: - if onLine == '1': - logPro.error("Server offline") - #print("Server offline") - - onLine = '0' - - # ora verifico SE si possa inviare (ovvero sia online server e NON ci siano altri send attivi...) - if onLine == '1': - if sending == '0': - #segnalo che sono in sending! - sending = '1' - - # formatto dataOra corrente - #dtCurr = time.strftime("%y%m%d%H%M%S")+"000" - dtCurr = datetime.utcnow().strftime('%Y%m%d%H%M%S%f')[:-3] - # prendo 1 valore dalla coda... - #queueLock.acquire() - resp = Coda.get() - # RILASCIO SUBITO la coda x nuovi insert... - #queueLock.release() - - - # recupero valori da coda! - dtEve = resp.split("#")[0] - value = resp.split("#")[1] - cnt = resp.split("#")[2] - url = URLBASE + idxMacchina + URLADV1 + value - url = url + '&dtCurr=' + dtCurr + '&dtEve=' + dtEve + '&cnt=' + cnt - # CHIAMO URL - response3 = urllib.urlopen ( url ) - answ3 = response3.read() - #print(url) - #logPro.debug(url) - - - # log valore inviato! - logSnd.info( value + ' ['+ cnt +']' + ' R:' + answ3 ) - #print "Valore smaltito dalla coda" - - # completato invio, riporto sending a zero! - sending = '0' - else: - logPro.info("WAIT active send to complete") - - else: - pass - - else: - pass - - except: - if onLine == '1': - logPro.error("Server Non raggiungibile") - #print "Non raggiungibile" - - onLine = '0' - -# in ogni caso - - timer_busy = False - #print "end timer ok" - - - #print "end timer " - - -#--------------------------------------------------------------- -# funzione timer thread -#--------------------------------------------------------------- -def do_every (interval, worker_func, iterations = 0): - if iterations != 1: - threading.Timer ( - interval, - do_every, [interval, worker_func, 0 if iterations == 0 else iterations-1] - ).start (); - - worker_func (); - -#--------------------------------------------------------------- -# gestione contatore -#--------------------------------------------------------------- -def contatore(): - - try: - global cont - ctr = int(cont) - ctr +=1 - ctr = ctr % 1000 # round robin 1000 eventi x track - cont = str(ctr) - except: - print("errore incremento contatore") - -#--------------------------------------------------------------- -# avvia porta parallela -#--------------------------------------------------------------- -def avviaParallela(): - - global in_0 - global in_1 - global in_2 - global in_3 - global in_4 - global in_5 - global in_6 - global in_7 - - global GPIO - - try: - - GPIO.setmode(GPIO.BOARD) - - GPIO.setwarnings(False) - - #GPIO.setup(out_0, GPIO.OUT) # output 0 - #GPIO.setup(out_1, GPIO.OUT) # output 1 - - GPIO.setup(in_0, GPIO.IN) # input 0 - GPIO.setup(in_1, GPIO.IN) # input 1 - GPIO.setup(in_2, GPIO.IN) # input 2 - GPIO.setup(in_3, GPIO.IN) # input 3 - GPIO.setup(in_4, GPIO.IN) # input 4 - GPIO.setup(in_5, GPIO.IN) # input 5 - GPIO.setup(in_6, GPIO.IN) # input 6 - GPIO.setup(in_7, GPIO.IN) # input 7 - - except: - print( "\n\n" + PROGRAM_NAME + " - Error 3 on RPi.GPIO ! \n\n") - sys.exit(1) - - - print( "\n\n" + PROGRAM_NAME + " - init ok \n\n") - - -#--------------------------------------------------------------- -#--------------------------------------------------------------- -# MAIN - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'IOB.cfg' ) - - SAMPLETIME = config.getfloat ( 'time' , 'SAMPLETIME' ) - TIMEOUTSHORT = config.getfloat ( 'time' , 'TIMEOUTSHORT' ) - TIMEOUTLONG = config.getfloat ( 'time' , 'TIMEOUTLONG' ) - SENDURLTIME = config.getfloat ( 'time' , 'SENDURLTIME' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - - - URLBASE = config.get ( 'web' , 'URLBASE' ) - URLENABLED = config.get('web' , 'URLENABLED') - URLALIVE = config.get ('web' , 'URLALIVE') - URLADV1 = config.get ( 'web' , 'URLADV1' ) - - LOGFILE = config.get ( 'log' , 'LOGFILE' ) - LOGLEVEL = config.get ( 'log' , 'LOGLEVEL' ) -except: - print "\n\n" + PROGRAM_NAME + ' - Error 4 - in config file ' 'IOB.cfg' - sys.exit(1) - -#-------------------------------------------- -# oggetto Logger -#-------------------------------------------- -try: - logging.basicConfig(level=logging.DEBUG, - format='%(asctime)s %(name)-8s %(levelname)-8s %(message)s', - datefmt='%Y-%m-%d %H:%M:%S', - filename=LOGFILE, - filemode='a' - ) - - # aggiungo 2 logger specifici x queue e send... - logQue = logging.getLogger('queue') - logSnd = logging.getLogger('sendUrl') - logPro = logging.getLogger('program') - -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) -#-------------------------------------------- - - -print "\n\n" + PROGRAM_NAME + "\n\n" - -global startstatus -startstatus = 1 - -if startstatus == 1: - logPro.info("Avvio Programma" + PROGRAM_NAME) - -## Verifica l'OS e di conseguenza carica il file relativo con metodo di lockfile appropriato + check singola istanza -if os.name == 'posix': - import unix -else: - import win - -logPro.info( "Start " + PROGRAM_NAME ) - - -# lettura file configurazione - -# [id] -# idxMacchina = 2001 -# [time] -# SAMPLETIME = 0.1 -# TIMEOUTSHORT = 200 -# TIMEOUTLONG = 6000 - - -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' SAMPLETIME = %4.2f' % ( SAMPLETIME ) ) -print ( ' TIMEOUTSHORT = %4.2f' % ( TIMEOUTSHORT ) ) -print ( ' TIMEOUTLONG = %4.2f' % ( TIMEOUTLONG ) ) -print ( ' SENDURLTIME = %4.2f' % ( SENDURLTIME ) ) -print ( ' URLBASE = %s' % ( URLBASE ) ) -print ( ' URLADV1 = %s' % ( URLADV1 ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) -print ( ' LOGLEVEL = %s' % ( LOGLEVEL ) ) - -# -sys.stdout.write ( 'idxMacchina ?' + idxMacchina + '\n') - -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG - - -#-------------------------------------------------------------- -# apertura parallela - -try: - import RPi.GPIO as GPIO -except RuntimeError: - print( "\n\n" + PROGRAM_NAME + " - Error 1 - you need superuser privileges") -except: - print( "\n\n" + PROGRAM_NAME + " - Error 2 - you need superuser privileges. USE 'sudo' to run your script\n\n") - sys.exit(1) - - -avviaParallela() - - -#-------------------------------------------------------------- -# MARCO: qui inserire avvio thread di "svuotaCoda" - -# avviaSvuotaCoda -#print "Avvia svuota coda" - -do_every ( SENDURLTIME , svuota_coda ); - -#--------------------------------------------------------------- -# ciclo forever and ever - -old = '' - -#print "Avvio ciclo" -logPro.info("Avvio loop principale") -while 1: - - try: - time.sleep (SAMPLETIME) - except: - logPro.info("First_SLEEP: errore attesa sampletime") - - # lettura dati da IOB - value = readParallela() - - if ( value != '' ) : - if value != old : - #loggo e invio dati - try: - logQue.info( value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda") - pass - #enable e reset timer - to_enable = True - to_short = TIMEOUTSHORT - to_long = TIMEOUTLONG - - old = value - - - # gestione timeout breve - if ( to_enable ) : - to_short = to_short - SAMPLETIME - if to_short <= 0: - #loggo e invio dati - try: - logQue.info( '>' + value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda TO_short") - pass - to_short = TIMEOUTSHORT - to_enable = False # dopo un colpo il timer breve viene disabilitato - to_long = TIMEOUTLONG - - # gestione timeout lungo - to_long = to_long - SAMPLETIME - if to_long <= 0: - #loggo e invio dati - try: - logQue.info( '>>' + value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda TO_long") - pass - to_long = TIMEOUTLONG - - - - diff --git a/ConfIOB/Donati/1014_159/sendReboot.py b/ConfIOB/Donati/1014_159/sendReboot.py deleted file mode 100644 index 36dd316..0000000 --- a/ConfIOB/Donati/1014_159/sendReboot.py +++ /dev/null @@ -1,96 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -# sendReboot v. 1.1 - -#--------------------------------------------------------------- - - -import time -import sys - - -from datetime import datetime - -import urllib -import ConfigParser -import os, sys - -import logging - -#--------------------------------------------------------------- - -# COSTANTI -PROGRAM_NAME ="SendReboot IOB-pi v.1.3" - -# DA FILE CONF -idxMacchina = "99" - -#--------------------------------------------------------------- -#Funzione di scrittura su url con try-except - -def chiamaUrl(): - - try: - url = URLREBO + idxMacchina - urllib.urlopen ( url ) - except: - logging.info ( "NETWORK:Errore http-no com rete-timeout per url: " + url ) - print "Url aforte" , url - -#--------------------------------------------------------------- -# MAIN -#--------------------------------------------------------------- - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'IOB.cfg' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - - - URLREBO = config.get ( 'web' , 'URLREBO' ) - - LOGFILE = config.get ( 'log' , 'LOGREBO' ) -except: - print "\n\n" + PROGRAM_NAME + ' - Error 4 - in config file ' 'IOB.cfg' - sys.exit(1) - - -#-------------------------------------------- -# oggetto Logger -#-------------------------------------------- -try: -# log = Logger(LOGFILE) - logging.basicConfig(level=logging.DEBUG, - format='%(asctime)s %(name)-8s %(levelname)-8s %(message)s', - datefmt='%Y-%m-%d %H:%M:%S', - filename=LOGFILE, - filemode='a') - -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) -#-------------------------------------------- - - -print "\n\n" + PROGRAM_NAME + "\n\n" - -global startstatus -startstatus = 1 - -if startstatus == 1: - logging.info("Avvio Programma" + PROGRAM_NAME) - - -# lettura file configurazione - - -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' URLREBO = %s' % ( URLREBO ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) - - -chiamaUrl() - diff --git a/ConfIOB/Donati/1014_159/unix.py b/ConfIOB/Donati/1014_159/unix.py deleted file mode 100644 index 12fb3dc..0000000 --- a/ConfIOB/Donati/1014_159/unix.py +++ /dev/null @@ -1,31 +0,0 @@ -import fcntl -import os -import logging - -#--------------------------------------------------------------- -# meccanismo di file lock per evitare multiple instances -# The function will try to lock the file specified , if it success, return True, else return False. -# The nice thing is that the lock will be dropped when the program terminates. -# >>>Use : -# if not lockFile(".lock.pod"): -# sys.exit(0) - -def lockFile ( lockfile ) : - - fd = os.open ( lockfile , os.O_CREAT | os.O_TRUNC | os.O_WRONLY ) - try: - # Request exclusive (EX) non-blocking (NB) advisory lock. - fcntl.lockf ( fd , fcntl.LOCK_EX | fcntl.LOCK_NB ) - except IOError: - return False - - return True - -if not lockFile ( ".lockfile" ) : - print '\n noi non siamo soli ...\n' - logging.error( "LOCK: Piu istanze aperte") - #sys.exit ( 0 ) - -#- print '\n running alone ...\n' - - diff --git a/ConfIOB/Donati/1015_162/IOB.cfg b/ConfIOB/Donati/1015_162/IOB.cfg deleted file mode 100644 index 81cd593..0000000 --- a/ConfIOB/Donati/1015_162/IOB.cfg +++ /dev/null @@ -1,23 +0,0 @@ -[id] -idxMacchina = 1015 - -[web] -URLBASE = http://192.168.51.71/MPIO2/inputIOB.aspx?idxMacchina= -URLALIVE = http://192.168.51.71/MPIO2/Alive.aspx -URLENABLED = http://192.168.51.71/MPIO2/Enabled.aspx?idxMacchina= -URLADV1 = &valore= -URLREBO = http://192.168.51.71/MPIO2/sendReboot.aspx?idxMacchina= - -[time] -SAMPLETIME = 0.20 -TIMEOUTSHORT = 0.30 -TIMEOUTLONG = 50 -SENDURLTIME = 0.50 - -[log] -LOGLEVEL = 10 -LOGFILE = logfile.txt -LOGREBO = logReboot.txt - -[comm] -port = /dev/ttyAMA0 diff --git a/ConfIOB/Donati/1015_162/MapoIOB b/ConfIOB/Donati/1015_162/MapoIOB deleted file mode 100644 index c49ec0a..0000000 --- a/ConfIOB/Donati/1015_162/MapoIOB +++ /dev/null @@ -1,41 +0,0 @@ -### BEGIN INIT INFO -# Provides: MapoIOB: script Steamware per avvio driver IOB -# Required-Start: $remote_fs $syslog ramlog -# Required-Stop: $remote_fs $syslog ramlog -# Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 -# Short-Description: Steamware's MapoIOB driver -# Description: Steamware's MapoIOB driver, versione lettura porta parallela -### END INIT INFO - -#! /bin/sh -# /etc/init.d/MapoIOB - -export HOME -case "$1" in - start) - echo "Starting readParallela" - cd /home/pi/steamware - /usr/bin/python ./readParallela.py 2>&1 & - ;; - stop) - echo "Stopping readParallela" - RS_PID=`ps auxwww | grep readParallela.py | head -1 | awk '{print $2}'` - kill -9 $RS_PID - cd /home/pi/steamware - rm .lockfile - ;; - restart) - ## Stop the service and regardless of whether it was - ## running or not, start it again. - $0 stop - killall python - $0 start - ;; - *) - echo "Usage: /etc/init.d/MapoIOB {start|stop|restart}" - exit 1 - ;; -esac -exit 0 - diff --git a/ConfIOB/Donati/1015_162/MapoIOB.1.gz b/ConfIOB/Donati/1015_162/MapoIOB.1.gz deleted file mode 100644 index 4685ff8..0000000 Binary files a/ConfIOB/Donati/1015_162/MapoIOB.1.gz and /dev/null differ diff --git a/ConfIOB/Donati/1015_162/checkAlive.sh b/ConfIOB/Donati/1015_162/checkAlive.sh deleted file mode 100644 index 92bc816..0000000 --- a/ConfIOB/Donati/1015_162/checkAlive.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/bash - -# controlla se il logfile è correntemente scritto (quindi MapoIOB è alive) altrimenti riavvia! - -DATE=`date +%Y-%m-%d` -cd /var/log -if [ -f MapoIOB ] - then - # controllo SE sia stato acceduto da meno di 2 minuti (=alive da log...) - trovato=`find . -name 'MapoIOB*' -cmin -1` - if [[ $trovato != './MapoIOB' ]] - then - /etc/init.d/MapoIOB restart - echo $date + "riavvio!" - fi -else - # in questo caso AVVIO il processo MapoIOB - /etc/init.d/MapoIOB start - echo $date + "file non trovato, avvio!" -fi diff --git a/ConfIOB/Donati/1015_162/cleanPython.sh b/ConfIOB/Donati/1015_162/cleanPython.sh deleted file mode 100644 index c4f616a..0000000 --- a/ConfIOB/Donati/1015_162/cleanPython.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash - -DATE=`date +%Y-%m-%d_%T` -# log inizio pulizia -echo $DATE " - INIZIO pulizia processi python" >> clean.log -# effettua pulizia processi: killa tutti i processi python -killall python - -# avvia MapoIob -/etc/init.d/MapoIOB start - -# log fatto! -DATE=`date +%Y-%m-%d_%T` -echo $DATE " - FINE pulizia processi python + riavvio MapoIOB" >> clean.log diff --git a/ConfIOB/Donati/1015_162/logfile.txt b/ConfIOB/Donati/1015_162/logfile.txt deleted file mode 100644 index 931093e..0000000 --- a/ConfIOB/Donati/1015_162/logfile.txt +++ /dev/null @@ -1,8116 +0,0 @@ -2015-03-11 06:26:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.7 -2015-03-11 06:26:02 program INFO Start ReadPar IOB-pi v.1.7 -2015-03-11 06:26:02 program INFO Avvio loop principale -2015-03-11 06:26:02 queue INFO 3 [0] -2015-03-11 06:26:02 queue INFO >3 [1] -2015-03-11 06:26:02 sendUrl INFO 3 [0] R:OK -2015-03-11 06:26:03 sendUrl INFO 3 [1] R:OK -2015-03-11 06:26:11 queue INFO 7 [2] -2015-03-11 06:26:11 queue INFO >7 [3] -2015-03-11 06:26:11 sendUrl INFO 7 [2] R:OK -2015-03-11 06:26:12 sendUrl INFO 7 [3] R:OK -2015-03-11 06:26:12 queue INFO 3 [4] -2015-03-11 06:26:12 queue INFO >3 [5] -2015-03-11 06:26:13 sendUrl INFO 3 [4] R:OK -2015-03-11 06:26:13 sendUrl INFO 3 [5] R:OK -2015-03-11 06:27:02 queue INFO >>3 [6] -2015-03-11 06:27:03 sendUrl INFO 3 [6] R:OK -2015-03-11 06:27:53 queue INFO >>3 [7] -2015-03-11 06:27:53 sendUrl INFO 3 [7] R:OK -2015-03-11 06:28:43 queue INFO >>3 [8] -2015-03-11 06:28:43 sendUrl INFO 3 [8] R:OK -2015-03-11 06:29:33 queue INFO >>3 [9] -2015-03-11 06:29:33 sendUrl INFO 3 [9] R:OK -2015-03-11 06:30:23 queue INFO >>3 [10] -2015-03-11 06:30:23 sendUrl INFO 3 [10] R:OK -2015-03-11 06:31:13 queue INFO >>3 [11] -2015-03-11 06:31:13 sendUrl INFO 3 [11] R:OK -2015-03-11 06:32:03 queue INFO >>3 [12] -2015-03-11 06:32:04 sendUrl INFO 3 [12] R:OK -2015-03-11 06:32:53 queue INFO >>3 [13] -2015-03-11 06:32:54 sendUrl INFO 3 [13] R:OK -2015-03-11 06:33:44 queue INFO >>3 [14] -2015-03-11 06:33:44 sendUrl INFO 3 [14] R:OK -2015-03-11 06:34:34 queue INFO >>3 [15] -2015-03-11 06:34:34 sendUrl INFO 3 [15] R:OK -2015-03-11 06:35:24 queue INFO >>3 [16] -2015-03-11 06:35:24 sendUrl INFO 3 [16] R:OK -2015-03-11 06:35:49 queue INFO 7 [17] -2015-03-11 06:35:49 sendUrl INFO 7 [17] R:OK -2015-03-11 06:35:49 queue INFO >7 [18] -2015-03-11 06:35:50 sendUrl INFO 7 [18] R:OK -2015-03-11 06:35:51 queue INFO 3 [19] -2015-03-11 06:35:51 queue INFO >3 [20] -2015-03-11 06:35:51 sendUrl INFO 3 [19] R:OK -2015-03-11 06:35:52 sendUrl INFO 3 [20] R:OK -2015-03-11 06:36:41 queue INFO >>3 [21] -2015-03-11 06:36:41 sendUrl INFO 3 [21] R:OK -2015-03-11 06:37:31 queue INFO >>3 [22] -2015-03-11 06:37:31 sendUrl INFO 3 [22] R:OK -2015-03-11 06:38:21 queue INFO >>3 [23] -2015-03-11 06:38:21 sendUrl INFO 3 [23] R:OK -2015-03-11 06:39:11 queue INFO >>3 [24] -2015-03-11 06:39:12 sendUrl INFO 3 [24] R:OK -2015-03-11 06:40:01 queue INFO >>3 [25] -2015-03-11 06:40:02 sendUrl INFO 3 [25] R:OK -2015-03-11 06:40:52 queue INFO >>3 [26] -2015-03-11 06:40:52 sendUrl INFO 3 [26] R:OK -2015-03-11 06:41:42 queue INFO >>3 [27] -2015-03-11 06:41:42 sendUrl INFO 3 [27] R:OK -2015-03-11 06:42:32 queue INFO >>3 [28] -2015-03-11 06:42:32 sendUrl INFO 3 [28] R:OK -2015-03-11 06:43:22 queue INFO >>3 [29] -2015-03-11 06:43:22 sendUrl INFO 3 [29] R:OK -2015-03-11 06:44:12 queue INFO >>3 [30] -2015-03-11 06:44:12 sendUrl INFO 3 [30] R:OK -2015-03-11 06:45:02 queue INFO >>3 [31] -2015-03-11 06:45:03 sendUrl INFO 3 [31] R:OK -2015-03-11 06:45:28 queue INFO 7 [32] -2015-03-11 06:45:28 queue INFO >7 [33] -2015-03-11 06:45:28 sendUrl INFO 7 [32] R:OK -2015-03-11 06:45:28 sendUrl INFO 7 [33] R:OK -2015-03-11 06:45:29 queue INFO 3 [34] -2015-03-11 06:45:29 sendUrl INFO 3 [34] R:OK -2015-03-11 06:45:29 queue INFO >3 [35] -2015-03-11 06:45:30 sendUrl INFO 3 [35] R:OK -2015-03-11 06:46:19 queue INFO >>3 [36] -2015-03-11 06:46:20 sendUrl INFO 3 [36] R:OK -2015-03-11 06:47:09 queue INFO >>3 [37] -2015-03-11 06:47:10 sendUrl INFO 3 [37] R:OK -2015-03-11 06:48:00 queue INFO >>3 [38] -2015-03-11 06:48:00 sendUrl INFO 3 [38] R:OK -2015-03-11 06:48:50 queue INFO >>3 [39] -2015-03-11 06:48:50 sendUrl INFO 3 [39] R:OK -2015-03-11 06:49:40 queue INFO >>3 [40] -2015-03-11 06:49:40 sendUrl INFO 3 [40] R:OK -2015-03-11 06:50:30 queue INFO >>3 [41] -2015-03-11 06:50:30 sendUrl INFO 3 [41] R:OK -2015-03-11 06:51:20 queue INFO >>3 [42] -2015-03-11 06:51:21 sendUrl INFO 3 [42] R:OK -2015-03-11 06:52:10 queue INFO >>3 [43] -2015-03-11 06:52:10 sendUrl INFO 3 [43] R:OK -2015-03-11 06:53:00 queue INFO >>3 [44] -2015-03-11 06:53:01 sendUrl INFO 3 [44] R:OK -2015-03-11 06:53:51 queue INFO >>3 [45] -2015-03-11 06:53:51 sendUrl INFO 3 [45] R:OK -2015-03-11 06:54:41 queue INFO >>3 [46] -2015-03-11 06:54:41 sendUrl INFO 3 [46] R:OK -2015-03-11 06:55:06 queue INFO 7 [47] -2015-03-11 06:55:07 queue INFO >7 [48] -2015-03-11 06:55:07 sendUrl INFO 7 [47] R:OK -2015-03-11 06:55:07 sendUrl INFO 7 [48] R:OK -2015-03-11 06:55:08 queue INFO 3 [49] -2015-03-11 06:55:08 queue INFO >3 [50] -2015-03-11 06:55:08 sendUrl INFO 3 [49] R:OK -2015-03-11 06:55:09 sendUrl INFO 3 [50] R:OK -2015-03-11 06:55:58 queue INFO >>3 [51] -2015-03-11 06:55:58 sendUrl INFO 3 [51] R:OK -2015-03-11 06:56:48 queue INFO >>3 [52] -2015-03-11 06:56:48 sendUrl INFO 3 [52] R:OK -2015-03-11 06:57:38 queue INFO >>3 [53] -2015-03-11 06:57:38 sendUrl INFO 3 [53] R:OK -2015-03-11 06:58:28 queue INFO >>3 [54] -2015-03-11 06:58:29 sendUrl INFO 3 [54] R:OK -2015-03-11 06:59:18 queue INFO >>3 [55] -2015-03-11 06:59:19 sendUrl INFO 3 [55] R:OK -2015-03-11 07:00:09 queue INFO >>3 [56] -2015-03-11 07:00:09 sendUrl INFO 3 [56] R:OK -2015-03-11 07:00:59 queue INFO >>3 [57] -2015-03-11 07:00:59 sendUrl INFO 3 [57] R:OK -2015-03-11 07:01:49 queue INFO >>3 [58] -2015-03-11 07:01:49 sendUrl INFO 3 [58] R:OK -2015-03-11 07:02:39 queue INFO >>3 [59] -2015-03-11 07:02:39 sendUrl INFO 3 [59] R:OK -2015-03-11 07:03:13 queue INFO 1 [60] -2015-03-11 07:03:13 queue INFO >1 [61] -2015-03-11 07:03:14 sendUrl INFO 1 [60] R:OK -2015-03-11 07:03:14 sendUrl INFO 1 [61] R:OK -2015-03-11 07:03:16 queue INFO 21 [62] -2015-03-11 07:03:16 queue INFO >21 [63] -2015-03-11 07:03:17 program INFO WAIT active send to complete -2015-03-11 07:03:18 program INFO WAIT active send to complete -2015-03-11 07:03:18 program INFO WAIT active send to complete -2015-03-11 07:03:19 program INFO WAIT active send to complete -2015-03-11 07:03:19 program INFO WAIT active send to complete -2015-03-11 07:03:20 program INFO WAIT active send to complete -2015-03-11 07:03:20 program INFO WAIT active send to complete -2015-03-11 07:03:21 program INFO WAIT active send to complete -2015-03-11 07:03:21 program INFO WAIT active send to complete -2015-03-11 07:03:22 program INFO WAIT active send to complete -2015-03-11 07:03:22 program INFO WAIT active send to complete -2015-03-11 07:03:23 program INFO WAIT active send to complete -2015-03-11 07:03:23 program INFO WAIT active send to complete -2015-03-11 07:03:23 sendUrl INFO 21 [62] R:OK -2015-03-11 07:03:29 sendUrl INFO 21 [63] R:OK -2015-03-11 07:03:58 queue INFO 1 [64] -2015-03-11 07:03:58 queue INFO >1 [65] -2015-03-11 07:03:59 program INFO WAIT active send to complete -2015-03-11 07:03:59 program INFO WAIT active send to complete -2015-03-11 07:04:00 program INFO WAIT active send to complete -2015-03-11 07:04:00 program INFO WAIT active send to complete -2015-03-11 07:04:01 program INFO WAIT active send to complete -2015-03-11 07:04:01 program INFO WAIT active send to complete -2015-03-11 07:04:02 program INFO WAIT active send to complete -2015-03-11 07:04:02 program INFO WAIT active send to complete -2015-03-11 07:04:03 program INFO WAIT active send to complete -2015-03-11 07:04:03 program INFO WAIT active send to complete -2015-03-11 07:04:04 program INFO WAIT active send to complete -2015-03-11 07:04:04 program INFO WAIT active send to complete -2015-03-11 07:04:05 program INFO WAIT active send to complete -2015-03-11 07:04:05 program INFO WAIT active send to complete -2015-03-11 07:04:06 program INFO WAIT active send to complete -2015-03-11 07:04:06 program INFO WAIT active send to complete -2015-03-11 07:04:07 queue INFO 21 [66] -2015-03-11 07:04:07 program INFO WAIT active send to complete -2015-03-11 07:04:07 queue INFO >21 [67] -2015-03-11 07:04:08 program INFO WAIT active send to complete -2015-03-11 07:04:08 program INFO WAIT active send to complete -2015-03-11 07:04:09 program INFO WAIT active send to complete -2015-03-11 07:04:09 program INFO WAIT active send to complete -2015-03-11 07:04:10 program INFO WAIT active send to complete -2015-03-11 07:04:10 program INFO WAIT active send to complete -2015-03-11 07:04:11 program INFO WAIT active send to complete -2015-03-11 07:04:11 program INFO WAIT active send to complete -2015-03-11 07:04:12 program INFO WAIT active send to complete -2015-03-11 07:04:12 program INFO WAIT active send to complete -2015-03-11 07:04:13 queue INFO 1 [68] -2015-03-11 07:04:13 program INFO WAIT active send to complete -2015-03-11 07:04:13 queue INFO >1 [69] -2015-03-11 07:04:13 program INFO WAIT active send to complete -2015-03-11 07:04:14 sendUrl INFO 1 [64] R:OK -2015-03-11 07:04:14 program INFO WAIT active send to complete -2015-03-11 07:04:15 program INFO WAIT active send to complete -2015-03-11 07:04:15 program INFO WAIT active send to complete -2015-03-11 07:04:16 program INFO WAIT active send to complete -2015-03-11 07:04:16 program INFO WAIT active send to complete -2015-03-11 07:04:17 program INFO WAIT active send to complete -2015-03-11 07:04:17 program INFO WAIT active send to complete -2015-03-11 07:04:18 program INFO WAIT active send to complete -2015-03-11 07:04:18 program INFO WAIT active send to complete -2015-03-11 07:04:19 program INFO WAIT active send to complete -2015-03-11 07:04:19 program INFO WAIT active send to complete -2015-03-11 07:04:20 sendUrl INFO 1 [65] R:OK -2015-03-11 07:04:20 program INFO WAIT active send to complete -2015-03-11 07:04:21 program INFO WAIT active send to complete -2015-03-11 07:04:21 program INFO WAIT active send to complete -2015-03-11 07:04:22 program INFO WAIT active send to complete -2015-03-11 07:04:22 program INFO WAIT active send to complete -2015-03-11 07:04:23 program INFO WAIT active send to complete -2015-03-11 07:04:23 program INFO WAIT active send to complete -2015-03-11 07:04:24 program INFO WAIT active send to complete -2015-03-11 07:04:24 program INFO WAIT active send to complete -2015-03-11 07:04:25 program INFO WAIT active send to complete -2015-03-11 07:04:25 program INFO WAIT active send to complete -2015-03-11 07:04:26 program INFO WAIT active send to complete -2015-03-11 07:04:26 program INFO WAIT active send to complete -2015-03-11 07:04:27 program INFO WAIT active send to complete -2015-03-11 07:04:27 sendUrl INFO 21 [66] R:OK -2015-03-11 07:04:28 program INFO WAIT active send to complete -2015-03-11 07:04:28 program INFO WAIT active send to complete -2015-03-11 07:04:29 program INFO WAIT active send to complete -2015-03-11 07:04:29 program INFO WAIT active send to complete -2015-03-11 07:04:29 sendUrl INFO 21 [67] R:OK -2015-03-11 07:04:30 program INFO WAIT active send to complete -2015-03-11 07:04:31 program INFO WAIT active send to complete -2015-03-11 07:04:31 program INFO WAIT active send to complete -2015-03-11 07:04:32 program INFO WAIT active send to complete -2015-03-11 07:04:32 sendUrl INFO 1 [68] R:OK -2015-03-11 07:04:36 sendUrl INFO 1 [69] R:OK -2015-03-11 07:05:03 queue INFO >>1 [70] -2015-03-11 07:05:03 sendUrl INFO 1 [70] R:OK -2015-03-11 07:05:53 queue INFO >>1 [71] -2015-03-11 07:05:54 sendUrl INFO 1 [71] R:OK -2015-03-11 07:06:43 queue INFO >>1 [72] -2015-03-11 07:06:44 sendUrl INFO 1 [72] R:OK -2015-03-11 07:07:22 queue INFO 21 [73] -2015-03-11 07:07:22 queue INFO >21 [74] -2015-03-11 07:07:22 program INFO WAIT active send to complete -2015-03-11 07:07:23 program INFO WAIT active send to complete -2015-03-11 07:07:23 program INFO WAIT active send to complete -2015-03-11 07:07:24 program INFO WAIT active send to complete -2015-03-11 07:07:24 program INFO WAIT active send to complete -2015-03-11 07:07:25 program INFO WAIT active send to complete -2015-03-11 07:07:25 program INFO WAIT active send to complete -2015-03-11 07:07:26 program INFO WAIT active send to complete -2015-03-11 07:07:26 sendUrl INFO 21 [73] R:OK -2015-03-11 07:07:27 sendUrl INFO 21 [74] R:OK -2015-03-11 07:08:12 queue INFO >>21 [75] -2015-03-11 07:08:18 sendUrl INFO 21 [75] R:OK -2015-03-11 07:09:02 queue INFO >>21 [76] -2015-03-11 07:09:08 sendUrl INFO 21 [76] R:OK -2015-03-11 07:09:52 queue INFO >>21 [77] -2015-03-11 07:09:53 sendUrl INFO 21 [77] R:OK -2015-03-11 07:10:42 queue INFO >>21 [78] -2015-03-11 07:10:43 sendUrl INFO 21 [78] R:OK -2015-03-11 07:11:32 queue INFO >>21 [79] -2015-03-11 07:11:46 sendUrl INFO 21 [79] R:OK -2015-03-11 07:12:23 queue INFO >>21 [80] -2015-03-11 07:12:24 sendUrl INFO 21 [80] R:OK -2015-03-11 07:12:41 queue INFO 1 [81] -2015-03-11 07:12:41 queue INFO >1 [82] -2015-03-11 07:12:42 program INFO WAIT active send to complete -2015-03-11 07:12:42 program INFO WAIT active send to complete -2015-03-11 07:12:43 program INFO WAIT active send to complete -2015-03-11 07:12:43 program INFO WAIT active send to complete -2015-03-11 07:12:44 program INFO WAIT active send to complete -2015-03-11 07:12:44 program INFO WAIT active send to complete -2015-03-11 07:12:45 program INFO WAIT active send to complete -2015-03-11 07:12:45 program INFO WAIT active send to complete -2015-03-11 07:12:46 program INFO WAIT active send to complete -2015-03-11 07:12:46 program INFO WAIT active send to complete -2015-03-11 07:12:47 program INFO WAIT active send to complete -2015-03-11 07:12:47 program INFO WAIT active send to complete -2015-03-11 07:12:48 program INFO WAIT active send to complete -2015-03-11 07:12:48 program INFO WAIT active send to complete -2015-03-11 07:12:49 program INFO WAIT active send to complete -2015-03-11 07:12:49 program INFO WAIT active send to complete -2015-03-11 07:12:50 program INFO WAIT active send to complete -2015-03-11 07:12:50 program INFO WAIT active send to complete -2015-03-11 07:12:51 program INFO WAIT active send to complete -2015-03-11 07:12:51 sendUrl INFO 1 [81] R:OK -2015-03-11 07:12:55 sendUrl INFO 1 [82] R:OK -2015-03-11 07:13:04 queue INFO 5 [83] -2015-03-11 07:13:05 queue INFO >5 [84] -2015-03-11 07:13:05 sendUrl INFO 5 [83] R:OK -2015-03-11 07:13:06 sendUrl INFO 5 [84] R:OK -2015-03-11 07:13:06 queue INFO 1 [85] -2015-03-11 07:13:06 queue INFO >1 [86] -2015-03-11 07:13:06 sendUrl INFO 1 [85] R:OK -2015-03-11 07:13:26 sendUrl INFO 1 [86] R:OK -2015-03-11 07:13:56 queue INFO >>1 [87] -2015-03-11 07:13:57 sendUrl INFO 1 [87] R:OK -2015-03-11 07:14:27 queue INFO 3 [88] -2015-03-11 07:14:28 queue INFO >3 [89] -2015-03-11 07:14:28 program INFO WAIT active send to complete -2015-03-11 07:14:29 program INFO WAIT active send to complete -2015-03-11 07:14:29 program INFO WAIT active send to complete -2015-03-11 07:14:30 program INFO WAIT active send to complete -2015-03-11 07:14:30 program INFO WAIT active send to complete -2015-03-11 07:14:31 program INFO WAIT active send to complete -2015-03-11 07:14:31 sendUrl INFO 3 [88] R:OK -2015-03-11 07:14:38 sendUrl INFO 3 [89] R:OK -2015-03-11 07:15:18 queue INFO >>3 [90] -2015-03-11 07:15:21 sendUrl INFO 3 [90] R:OK -2015-03-11 07:16:08 queue INFO >>3 [91] -2015-03-11 07:16:09 sendUrl INFO 3 [91] R:OK -2015-03-11 07:16:58 queue INFO >>3 [92] -2015-03-11 07:17:02 sendUrl INFO 3 [92] R:OK -2015-03-11 07:17:48 queue INFO >>3 [93] -2015-03-11 07:17:52 sendUrl INFO 3 [93] R:OK -2015-03-11 07:18:38 queue INFO >>3 [94] -2015-03-11 07:18:39 sendUrl INFO 3 [94] R:OK -2015-03-11 07:19:28 queue INFO >>3 [95] -2015-03-11 07:19:29 sendUrl INFO 3 [95] R:OK -2015-03-11 07:20:18 queue INFO >>3 [96] -2015-03-11 07:20:20 sendUrl INFO 3 [96] R:OK -2015-03-11 07:21:09 queue INFO >>3 [97] -2015-03-11 07:21:09 sendUrl INFO 3 [97] R:OK -2015-03-11 07:21:59 queue INFO >>3 [98] -2015-03-11 07:21:59 sendUrl INFO 3 [98] R:OK -2015-03-11 07:22:43 queue INFO 7 [99] -2015-03-11 07:22:43 queue INFO >7 [100] -2015-03-11 07:22:43 program INFO WAIT active send to complete -2015-03-11 07:22:44 sendUrl INFO 7 [99] R:OK -2015-03-11 07:22:44 queue INFO 3 [101] -2015-03-11 07:22:44 program INFO WAIT active send to complete -2015-03-11 07:22:44 queue INFO >3 [102] -2015-03-11 07:22:45 program INFO WAIT active send to complete -2015-03-11 07:22:45 program INFO WAIT active send to complete -2015-03-11 07:22:46 program INFO WAIT active send to complete -2015-03-11 07:22:46 program INFO WAIT active send to complete -2015-03-11 07:22:47 program INFO WAIT active send to complete -2015-03-11 07:22:47 program INFO WAIT active send to complete -2015-03-11 07:22:48 program INFO WAIT active send to complete -2015-03-11 07:22:48 program INFO WAIT active send to complete -2015-03-11 07:22:49 program INFO WAIT active send to complete -2015-03-11 07:22:49 program INFO WAIT active send to complete -2015-03-11 07:22:50 program INFO WAIT active send to complete -2015-03-11 07:22:50 program INFO WAIT active send to complete -2015-03-11 07:22:51 program INFO WAIT active send to complete -2015-03-11 07:22:51 program INFO WAIT active send to complete -2015-03-11 07:22:52 program INFO WAIT active send to complete -2015-03-11 07:22:52 program INFO WAIT active send to complete -2015-03-11 07:22:53 sendUrl INFO 7 [100] R:OK -2015-03-11 07:22:53 program INFO WAIT active send to complete -2015-03-11 07:22:54 program INFO WAIT active send to complete -2015-03-11 07:22:54 program INFO WAIT active send to complete -2015-03-11 07:22:55 program INFO WAIT active send to complete -2015-03-11 07:22:55 program INFO WAIT active send to complete -2015-03-11 07:22:56 program INFO WAIT active send to complete -2015-03-11 07:22:56 program INFO WAIT active send to complete -2015-03-11 07:22:57 program INFO WAIT active send to complete -2015-03-11 07:22:57 program INFO WAIT active send to complete -2015-03-11 07:22:58 program INFO WAIT active send to complete -2015-03-11 07:22:59 program INFO WAIT active send to complete -2015-03-11 07:22:59 program INFO WAIT active send to complete -2015-03-11 07:23:00 program INFO WAIT active send to complete -2015-03-11 07:23:00 sendUrl INFO 3 [101] R:OK -2015-03-11 07:23:13 sendUrl INFO 3 [102] R:OK -2015-03-11 07:23:34 queue INFO >>3 [103] -2015-03-11 07:23:35 sendUrl INFO 3 [103] R:OK -2015-03-11 07:24:24 queue INFO >>3 [104] -2015-03-11 07:24:25 sendUrl INFO 3 [104] R:OK -2015-03-11 07:25:15 queue INFO >>3 [105] -2015-03-11 07:25:23 sendUrl INFO 3 [105] R:OK -2015-03-11 07:26:05 queue INFO >>3 [106] -2015-03-11 07:26:07 sendUrl INFO 3 [106] R:OK -2015-03-11 07:26:55 queue INFO >>3 [107] -2015-03-11 07:26:55 sendUrl INFO 3 [107] R:OK -2015-03-11 07:27:45 queue INFO >>3 [108] -2015-03-11 07:27:49 sendUrl INFO 3 [108] R:OK -2015-03-11 07:28:35 queue INFO >>3 [109] -2015-03-11 07:28:39 sendUrl INFO 3 [109] R:OK -2015-03-11 07:29:25 queue INFO >>3 [110] -2015-03-11 07:29:34 sendUrl INFO 3 [110] R:OK -2015-03-11 07:30:16 queue INFO >>3 [111] -2015-03-11 07:30:24 sendUrl INFO 3 [111] R:OK -2015-03-11 07:31:06 queue INFO >>3 [112] -2015-03-11 07:31:14 sendUrl INFO 3 [112] R:OK -2015-03-11 07:31:56 queue INFO >>3 [113] -2015-03-11 07:32:05 sendUrl INFO 3 [113] R:OK -2015-03-11 07:32:21 queue INFO 7 [114] -2015-03-11 07:32:21 queue INFO >7 [115] -2015-03-11 07:32:21 sendUrl INFO 7 [114] R:OK -2015-03-11 07:32:22 queue INFO 3 [116] -2015-03-11 07:32:22 program INFO WAIT active send to complete -2015-03-11 07:32:23 queue INFO >3 [117] -2015-03-11 07:32:23 program INFO WAIT active send to complete -2015-03-11 07:32:23 program INFO WAIT active send to complete -2015-03-11 07:32:24 program INFO WAIT active send to complete -2015-03-11 07:32:24 program INFO WAIT active send to complete -2015-03-11 07:32:25 program INFO WAIT active send to complete -2015-03-11 07:32:25 program INFO WAIT active send to complete -2015-03-11 07:32:26 program INFO WAIT active send to complete -2015-03-11 07:32:26 program INFO WAIT active send to complete -2015-03-11 07:32:27 program INFO WAIT active send to complete -2015-03-11 07:32:27 program INFO WAIT active send to complete -2015-03-11 07:32:28 program INFO WAIT active send to complete -2015-03-11 07:32:28 program INFO WAIT active send to complete -2015-03-11 07:32:29 program INFO WAIT active send to complete -2015-03-11 07:32:29 program INFO WAIT active send to complete -2015-03-11 07:32:30 program INFO WAIT active send to complete -2015-03-11 07:32:30 program INFO WAIT active send to complete -2015-03-11 07:32:31 program INFO WAIT active send to complete -2015-03-11 07:32:31 program INFO WAIT active send to complete -2015-03-11 07:32:32 program INFO WAIT active send to complete -2015-03-11 07:32:32 program INFO WAIT active send to complete -2015-03-11 07:32:33 sendUrl INFO 7 [115] R:OK -2015-03-11 07:32:33 program INFO WAIT active send to complete -2015-03-11 07:32:34 program INFO WAIT active send to complete -2015-03-11 07:32:34 program INFO WAIT active send to complete -2015-03-11 07:32:35 program INFO WAIT active send to complete -2015-03-11 07:32:36 program INFO WAIT active send to complete -2015-03-11 07:32:36 program INFO WAIT active send to complete -2015-03-11 07:32:37 program INFO WAIT active send to complete -2015-03-11 07:32:37 program INFO WAIT active send to complete -2015-03-11 07:32:38 program INFO WAIT active send to complete -2015-03-11 07:32:38 program INFO WAIT active send to complete -2015-03-11 07:32:39 program INFO WAIT active send to complete -2015-03-11 07:32:39 program INFO WAIT active send to complete -2015-03-11 07:32:40 program INFO WAIT active send to complete -2015-03-11 07:32:40 program INFO WAIT active send to complete -2015-03-11 07:32:41 program INFO WAIT active send to complete -2015-03-11 07:32:41 program INFO WAIT active send to complete -2015-03-11 07:32:42 program INFO WAIT active send to complete -2015-03-11 07:32:42 program INFO WAIT active send to complete -2015-03-11 07:32:43 program INFO WAIT active send to complete -2015-03-11 07:32:43 program INFO WAIT active send to complete -2015-03-11 07:32:44 program INFO WAIT active send to complete -2015-03-11 07:32:44 program INFO WAIT active send to complete -2015-03-11 07:32:45 program INFO WAIT active send to complete -2015-03-11 07:32:45 program INFO WAIT active send to complete -2015-03-11 07:32:46 program INFO WAIT active send to complete -2015-03-11 07:32:46 program INFO WAIT active send to complete -2015-03-11 07:32:47 program INFO WAIT active send to complete -2015-03-11 07:32:47 program INFO WAIT active send to complete -2015-03-11 07:32:48 program INFO WAIT active send to complete -2015-03-11 07:32:48 program INFO WAIT active send to complete -2015-03-11 07:32:49 program INFO WAIT active send to complete -2015-03-11 07:32:49 program INFO WAIT active send to complete -2015-03-11 07:32:50 program INFO WAIT active send to complete -2015-03-11 07:32:50 program INFO WAIT active send to complete -2015-03-11 07:32:51 program INFO WAIT active send to complete -2015-03-11 07:32:51 program INFO WAIT active send to complete -2015-03-11 07:32:52 program INFO WAIT active send to complete -2015-03-11 07:32:52 program INFO WAIT active send to complete -2015-03-11 07:32:53 program INFO WAIT active send to complete -2015-03-11 07:32:53 program INFO WAIT active send to complete -2015-03-11 07:32:54 program INFO WAIT active send to complete -2015-03-11 07:32:54 program INFO WAIT active send to complete -2015-03-11 07:32:55 program INFO WAIT active send to complete -2015-03-11 07:32:55 sendUrl INFO 3 [116] R:OK -2015-03-11 07:33:02 sendUrl INFO 3 [117] R:OK -2015-03-11 07:33:12 queue INFO >>3 [118] -2015-03-11 07:33:23 sendUrl INFO 3 [118] R:OK -2015-03-11 07:34:03 queue INFO >>3 [119] -2015-03-11 07:34:03 sendUrl INFO 3 [119] R:OK -2015-03-11 07:34:53 queue INFO >>3 [120] -2015-03-11 07:35:16 sendUrl INFO 3 [120] R:OK -2015-03-11 07:35:43 queue INFO >>3 [121] -2015-03-11 07:36:08 sendUrl INFO 3 [121] R:OK -2015-03-11 07:36:33 queue INFO >>3 [122] -2015-03-11 07:36:33 sendUrl INFO 3 [122] R:OK -2015-03-11 07:37:23 queue INFO >>3 [123] -2015-03-11 07:37:28 sendUrl INFO 3 [123] R:OK -2015-03-11 07:38:13 queue INFO >>3 [124] -2015-03-11 07:38:18 sendUrl INFO 3 [124] R:OK -2015-03-11 07:39:04 queue INFO >>3 [125] -2015-03-11 07:39:08 sendUrl INFO 3 [125] R:OK -2015-03-11 07:39:54 queue INFO >>3 [126] -2015-03-11 07:40:05 sendUrl INFO 3 [126] R:OK -2015-03-11 07:40:44 queue INFO >>3 [127] -2015-03-11 07:40:55 sendUrl INFO 3 [127] R:OK -2015-03-11 07:41:34 queue INFO >>3 [128] -2015-03-11 07:41:46 sendUrl INFO 3 [128] R:OK -2015-03-11 07:41:59 queue INFO 7 [129] -2015-03-11 07:41:59 queue INFO >7 [130] -2015-03-11 07:42:00 sendUrl INFO 7 [129] R:OK -2015-03-11 07:42:00 sendUrl INFO 7 [130] R:OK -2015-03-11 07:42:01 queue INFO 3 [131] -2015-03-11 07:42:01 queue INFO >3 [132] -2015-03-11 07:42:01 program INFO WAIT active send to complete -2015-03-11 07:42:02 program INFO WAIT active send to complete -2015-03-11 07:42:02 program INFO WAIT active send to complete -2015-03-11 07:42:03 program INFO WAIT active send to complete -2015-03-11 07:42:03 program INFO WAIT active send to complete -2015-03-11 07:42:04 program INFO WAIT active send to complete -2015-03-11 07:42:04 program INFO WAIT active send to complete -2015-03-11 07:42:05 program INFO WAIT active send to complete -2015-03-11 07:42:05 sendUrl INFO 3 [131] R:OK -2015-03-11 07:42:07 sendUrl INFO 3 [132] R:OK -2015-03-11 07:42:51 queue INFO >>3 [133] -2015-03-11 07:42:56 sendUrl INFO 3 [133] R:OK -2015-03-11 07:43:41 queue INFO >>3 [134] -2015-03-11 07:43:47 sendUrl INFO 3 [134] R:OK -2015-03-11 07:44:31 queue INFO >>3 [135] -2015-03-11 07:44:37 sendUrl INFO 3 [135] R:OK -2015-03-11 07:45:21 queue INFO >>3 [136] -2015-03-11 07:45:27 sendUrl INFO 3 [136] R:OK -2015-03-11 07:46:11 queue INFO >>3 [137] -2015-03-11 07:46:17 sendUrl INFO 3 [137] R:OK -2015-03-11 07:47:02 queue INFO >>3 [138] -2015-03-11 07:47:07 sendUrl INFO 3 [138] R:OK -2015-03-11 07:47:52 queue INFO >>3 [139] -2015-03-11 07:47:57 sendUrl INFO 3 [139] R:OK -2015-03-11 07:48:42 queue INFO >>3 [140] -2015-03-11 07:48:47 sendUrl INFO 3 [140] R:OK -2015-03-11 07:49:32 queue INFO >>3 [141] -2015-03-11 07:49:37 sendUrl INFO 3 [141] R:OK -2015-03-11 07:50:22 queue INFO >>3 [142] -2015-03-11 07:50:28 sendUrl INFO 3 [142] R:OK -2015-03-11 07:51:12 queue INFO >>3 [143] -2015-03-11 07:51:13 sendUrl INFO 3 [143] R:OK -2015-03-11 07:51:38 queue INFO 7 [144] -2015-03-11 07:51:38 queue INFO >7 [145] -2015-03-11 07:51:38 program INFO WAIT active send to complete -2015-03-11 07:51:39 program INFO WAIT active send to complete -2015-03-11 07:51:39 queue INFO 3 [146] -2015-03-11 07:51:39 queue INFO >3 [147] -2015-03-11 07:51:39 program INFO WAIT active send to complete -2015-03-11 07:51:40 program INFO WAIT active send to complete -2015-03-11 07:51:40 program INFO WAIT active send to complete -2015-03-11 07:51:41 program INFO WAIT active send to complete -2015-03-11 07:51:41 sendUrl INFO 7 [144] R:OK -2015-03-11 07:51:42 program INFO WAIT active send to complete -2015-03-11 07:51:42 program INFO WAIT active send to complete -2015-03-11 07:51:43 program INFO WAIT active send to complete -2015-03-11 07:51:43 program INFO WAIT active send to complete -2015-03-11 07:51:44 program INFO WAIT active send to complete -2015-03-11 07:51:44 program INFO WAIT active send to complete -2015-03-11 07:51:45 program INFO WAIT active send to complete -2015-03-11 07:51:45 program INFO WAIT active send to complete -2015-03-11 07:51:46 program INFO WAIT active send to complete -2015-03-11 07:51:46 program INFO WAIT active send to complete -2015-03-11 07:51:47 program INFO WAIT active send to complete -2015-03-11 07:51:47 program INFO WAIT active send to complete -2015-03-11 07:51:48 program INFO WAIT active send to complete -2015-03-11 07:51:48 program INFO WAIT active send to complete -2015-03-11 07:51:49 program INFO WAIT active send to complete -2015-03-11 07:51:49 program INFO WAIT active send to complete -2015-03-11 07:51:50 program INFO WAIT active send to complete -2015-03-11 07:51:51 program INFO WAIT active send to complete -2015-03-11 07:51:51 program INFO WAIT active send to complete -2015-03-11 07:51:52 program INFO WAIT active send to complete -2015-03-11 07:51:52 program INFO WAIT active send to complete -2015-03-11 07:51:53 program INFO WAIT active send to complete -2015-03-11 07:51:53 program INFO WAIT active send to complete -2015-03-11 07:51:54 program INFO WAIT active send to complete -2015-03-11 07:51:54 program INFO WAIT active send to complete -2015-03-11 07:51:55 program INFO WAIT active send to complete -2015-03-11 07:51:55 program INFO WAIT active send to complete -2015-03-11 07:51:56 program INFO WAIT active send to complete -2015-03-11 07:51:56 program INFO WAIT active send to complete -2015-03-11 07:51:57 program INFO WAIT active send to complete -2015-03-11 07:51:57 program INFO WAIT active send to complete -2015-03-11 07:51:58 program INFO WAIT active send to complete -2015-03-11 07:51:58 program INFO WAIT active send to complete -2015-03-11 07:51:59 program INFO WAIT active send to complete -2015-03-11 07:51:59 program INFO WAIT active send to complete -2015-03-11 07:52:00 program INFO WAIT active send to complete -2015-03-11 07:52:00 program INFO WAIT active send to complete -2015-03-11 07:52:01 program INFO WAIT active send to complete -2015-03-11 07:52:01 program INFO WAIT active send to complete -2015-03-11 07:52:02 program INFO WAIT active send to complete -2015-03-11 07:52:02 program INFO WAIT active send to complete -2015-03-11 07:52:03 program INFO WAIT active send to complete -2015-03-11 07:52:03 program INFO WAIT active send to complete -2015-03-11 07:52:04 program INFO WAIT active send to complete -2015-03-11 07:52:04 program INFO WAIT active send to complete -2015-03-11 07:52:05 program INFO WAIT active send to complete -2015-03-11 07:52:05 program INFO WAIT active send to complete -2015-03-11 07:52:06 program INFO WAIT active send to complete -2015-03-11 07:52:06 program INFO WAIT active send to complete -2015-03-11 07:52:07 program INFO WAIT active send to complete -2015-03-11 07:52:07 program INFO WAIT active send to complete -2015-03-11 07:52:08 program INFO WAIT active send to complete -2015-03-11 07:52:08 sendUrl INFO 7 [145] R:OK -2015-03-11 07:52:09 program INFO WAIT active send to complete -2015-03-11 07:52:09 program INFO WAIT active send to complete -2015-03-11 07:52:10 program INFO WAIT active send to complete -2015-03-11 07:52:10 program INFO WAIT active send to complete -2015-03-11 07:52:11 program INFO WAIT active send to complete -2015-03-11 07:52:11 program INFO WAIT active send to complete -2015-03-11 07:52:12 program INFO WAIT active send to complete -2015-03-11 07:52:12 program INFO WAIT active send to complete -2015-03-11 07:52:13 program INFO WAIT active send to complete -2015-03-11 07:52:13 program INFO WAIT active send to complete -2015-03-11 07:52:14 program INFO WAIT active send to complete -2015-03-11 07:52:14 program INFO WAIT active send to complete -2015-03-11 07:52:15 sendUrl INFO 3 [146] R:OK -2015-03-11 07:52:20 sendUrl INFO 3 [147] R:OK -2015-03-11 07:52:29 queue INFO >>3 [148] -2015-03-11 07:52:32 sendUrl INFO 3 [148] R:OK -2015-03-11 07:53:19 queue INFO >>3 [149] -2015-03-11 07:53:20 sendUrl INFO 3 [149] R:OK -2015-03-11 07:54:09 queue INFO >>3 [150] -2015-03-11 07:54:12 sendUrl INFO 3 [150] R:OK -2015-03-11 07:54:59 queue INFO >>3 [151] -2015-03-11 07:55:00 sendUrl INFO 3 [151] R:OK -2015-03-11 07:55:50 queue INFO >>3 [152] -2015-03-11 07:55:52 sendUrl INFO 3 [152] R:OK -2015-03-11 07:56:40 queue INFO >>3 [153] -2015-03-11 07:56:40 sendUrl INFO 3 [153] R:OK -2015-03-11 07:57:30 queue INFO >>3 [154] -2015-03-11 07:57:30 sendUrl INFO 3 [154] R:OK -2015-03-11 07:58:20 queue INFO >>3 [155] -2015-03-11 07:58:20 sendUrl INFO 3 [155] R:OK -2015-03-11 07:59:10 queue INFO >>3 [156] -2015-03-11 07:59:11 sendUrl INFO 3 [156] R:OK -2015-03-11 08:00:00 queue INFO >>3 [157] -2015-03-11 08:00:00 sendUrl INFO 3 [157] R:OK -2015-03-11 08:00:51 queue INFO >>3 [158] -2015-03-11 08:00:51 sendUrl INFO 3 [158] R:OK -2015-03-11 08:01:16 queue INFO 7 [159] -2015-03-11 08:01:17 sendUrl INFO 7 [159] R:OK -2015-03-11 08:01:17 queue INFO >7 [160] -2015-03-11 08:01:17 sendUrl INFO 7 [160] R:OK -2015-03-11 08:01:18 queue INFO 3 [161] -2015-03-11 08:01:18 queue INFO >3 [162] -2015-03-11 08:01:18 sendUrl INFO 3 [161] R:OK -2015-03-11 08:01:19 sendUrl INFO 3 [162] R:OK -2015-03-11 08:02:08 queue INFO >>3 [163] -2015-03-11 08:02:08 sendUrl INFO 3 [163] R:OK -2015-03-11 08:02:58 queue INFO >>3 [164] -2015-03-11 08:02:58 sendUrl INFO 3 [164] R:OK -2015-03-11 08:03:48 queue INFO >>3 [165] -2015-03-11 08:03:49 sendUrl INFO 3 [165] R:OK -2015-03-11 08:04:38 queue INFO >>3 [166] -2015-03-11 08:04:39 sendUrl INFO 3 [166] R:OK -2015-03-11 08:05:29 queue INFO >>3 [167] -2015-03-11 08:05:29 sendUrl INFO 3 [167] R:OK -2015-03-11 08:06:19 queue INFO >>3 [168] -2015-03-11 08:06:19 sendUrl INFO 3 [168] R:OK -2015-03-11 08:07:09 queue INFO >>3 [169] -2015-03-11 08:07:09 sendUrl INFO 3 [169] R:OK -2015-03-11 08:07:59 queue INFO >>3 [170] -2015-03-11 08:07:59 sendUrl INFO 3 [170] R:OK -2015-03-11 08:08:49 queue INFO >>3 [171] -2015-03-11 08:08:50 sendUrl INFO 3 [171] R:OK -2015-03-11 08:09:39 queue INFO >>3 [172] -2015-03-11 08:09:39 sendUrl INFO 3 [172] R:OK -2015-03-11 08:10:29 queue INFO >>3 [173] -2015-03-11 08:10:30 sendUrl INFO 3 [173] R:OK -2015-03-11 08:10:55 queue INFO 7 [174] -2015-03-11 08:10:55 queue INFO >7 [175] -2015-03-11 08:10:55 sendUrl INFO 7 [174] R:OK -2015-03-11 08:10:55 sendUrl INFO 7 [175] R:OK -2015-03-11 08:10:56 queue INFO 3 [176] -2015-03-11 08:10:56 queue INFO >3 [177] -2015-03-11 08:10:57 sendUrl INFO 3 [176] R:OK -2015-03-11 08:10:57 sendUrl INFO 3 [177] R:OK -2015-03-11 08:11:46 queue INFO >>3 [178] -2015-03-11 08:11:47 sendUrl INFO 3 [178] R:OK -2015-03-11 08:12:36 queue INFO >>3 [179] -2015-03-11 08:12:37 sendUrl INFO 3 [179] R:OK -2015-03-11 08:13:27 queue INFO >>3 [180] -2015-03-11 08:13:27 sendUrl INFO 3 [180] R:OK -2015-03-11 08:14:17 queue INFO >>3 [181] -2015-03-11 08:14:17 sendUrl INFO 3 [181] R:OK -2015-03-11 08:15:07 queue INFO >>3 [182] -2015-03-11 08:15:07 sendUrl INFO 3 [182] R:OK -2015-03-11 08:15:57 queue INFO >>3 [183] -2015-03-11 08:15:57 sendUrl INFO 3 [183] R:OK -2015-03-11 08:16:47 queue INFO >>3 [184] -2015-03-11 08:16:47 sendUrl INFO 3 [184] R:OK -2015-03-11 08:17:37 queue INFO >>3 [185] -2015-03-11 08:17:38 sendUrl INFO 3 [185] R:OK -2015-03-11 08:18:28 queue INFO >>3 [186] -2015-03-11 08:18:28 sendUrl INFO 3 [186] R:OK -2015-03-11 08:19:18 queue INFO >>3 [187] -2015-03-11 08:19:18 sendUrl INFO 3 [187] R:OK -2015-03-11 08:20:08 queue INFO >>3 [188] -2015-03-11 08:20:08 sendUrl INFO 3 [188] R:OK -2015-03-11 08:20:33 queue INFO 7 [189] -2015-03-11 08:20:33 queue INFO >7 [190] -2015-03-11 08:20:33 sendUrl INFO 7 [189] R:OK -2015-03-11 08:20:34 sendUrl INFO 7 [190] R:OK -2015-03-11 08:20:34 queue INFO 3 [191] -2015-03-11 08:20:35 queue INFO >3 [192] -2015-03-11 08:20:35 sendUrl INFO 3 [191] R:OK -2015-03-11 08:20:35 sendUrl INFO 3 [192] R:OK -2015-03-11 08:21:25 queue INFO >>3 [193] -2015-03-11 08:21:25 sendUrl INFO 3 [193] R:OK -2015-03-11 08:22:15 queue INFO >>3 [194] -2015-03-11 08:22:15 sendUrl INFO 3 [194] R:OK -2015-03-11 08:23:05 queue INFO >>3 [195] -2015-03-11 08:23:05 sendUrl INFO 3 [195] R:OK -2015-03-11 08:23:55 queue INFO >>3 [196] -2015-03-11 08:23:55 sendUrl INFO 3 [196] R:OK -2015-03-11 08:24:45 queue INFO >>3 [197] -2015-03-11 08:24:46 sendUrl INFO 3 [197] R:OK -2015-03-11 08:25:35 queue INFO >>3 [198] -2015-03-11 08:25:35 sendUrl INFO 3 [198] R:OK -2015-03-11 08:26:25 queue INFO >>3 [199] -2015-03-11 08:26:26 sendUrl INFO 3 [199] R:OK -2015-03-11 08:27:16 queue INFO >>3 [200] -2015-03-11 08:27:16 sendUrl INFO 3 [200] R:OK -2015-03-11 08:28:06 queue INFO >>3 [201] -2015-03-11 08:28:06 sendUrl INFO 3 [201] R:OK -2015-03-11 08:28:56 queue INFO >>3 [202] -2015-03-11 08:28:56 sendUrl INFO 3 [202] R:OK -2015-03-11 08:29:46 queue INFO >>3 [203] -2015-03-11 08:29:47 sendUrl INFO 3 [203] R:OK -2015-03-11 08:30:11 queue INFO 7 [204] -2015-03-11 08:30:11 queue INFO >7 [205] -2015-03-11 08:30:11 sendUrl INFO 7 [204] R:OK -2015-03-11 08:30:12 sendUrl INFO 7 [205] R:OK -2015-03-11 08:30:13 queue INFO 3 [206] -2015-03-11 08:30:13 queue INFO >3 [207] -2015-03-11 08:30:13 sendUrl INFO 3 [206] R:OK -2015-03-11 08:30:13 sendUrl INFO 3 [207] R:OK -2015-03-11 08:31:03 queue INFO >>3 [208] -2015-03-11 08:31:03 sendUrl INFO 3 [208] R:OK -2015-03-11 08:31:53 queue INFO >>3 [209] -2015-03-11 08:31:53 sendUrl INFO 3 [209] R:OK -2015-03-11 08:32:43 queue INFO >>3 [210] -2015-03-11 08:32:43 sendUrl INFO 3 [210] R:OK -2015-03-11 08:33:33 queue INFO >>3 [211] -2015-03-11 08:33:33 sendUrl INFO 3 [211] R:OK -2015-03-11 08:34:23 queue INFO >>3 [212] -2015-03-11 08:34:23 sendUrl INFO 3 [212] R:OK -2015-03-11 08:35:13 queue INFO >>3 [213] -2015-03-11 08:35:13 sendUrl INFO 3 [213] R:OK -2015-03-11 08:36:03 queue INFO >>3 [214] -2015-03-11 08:36:04 sendUrl INFO 3 [214] R:OK -2015-03-11 08:36:54 queue INFO >>3 [215] -2015-03-11 08:36:54 sendUrl INFO 3 [215] R:OK -2015-03-11 08:37:44 queue INFO >>3 [216] -2015-03-11 08:37:44 sendUrl INFO 3 [216] R:OK -2015-03-11 08:38:34 queue INFO >>3 [217] -2015-03-11 08:38:45 sendUrl INFO 3 [217] R:OK -2015-03-11 08:39:24 queue INFO >>3 [218] -2015-03-11 08:39:34 sendUrl INFO 3 [218] R:OK -2015-03-11 08:39:49 queue INFO 7 [219] -2015-03-11 08:39:50 queue INFO >7 [220] -2015-03-11 08:39:50 sendUrl INFO 7 [219] R:OK -2015-03-11 08:39:51 queue INFO 3 [221] -2015-03-11 08:39:51 queue INFO >3 [222] -2015-03-11 08:39:51 program INFO WAIT active send to complete -2015-03-11 08:39:52 program INFO WAIT active send to complete -2015-03-11 08:39:52 program INFO WAIT active send to complete -2015-03-11 08:39:53 program INFO WAIT active send to complete -2015-03-11 08:39:53 program INFO WAIT active send to complete -2015-03-11 08:39:54 sendUrl INFO 7 [220] R:OK -2015-03-11 08:39:54 program INFO WAIT active send to complete -2015-03-11 08:39:55 program INFO WAIT active send to complete -2015-03-11 08:39:55 program INFO WAIT active send to complete -2015-03-11 08:39:55 sendUrl INFO 3 [221] R:OK -2015-03-11 08:40:00 sendUrl INFO 3 [222] R:OK -2015-03-11 08:40:41 queue INFO >>3 [223] -2015-03-11 08:40:43 sendUrl INFO 3 [223] R:OK -2015-03-11 08:41:31 queue INFO >>3 [224] -2015-03-11 08:41:32 sendUrl INFO 3 [224] R:OK -2015-03-11 08:42:21 queue INFO >>3 [225] -2015-03-11 08:42:24 sendUrl INFO 3 [225] R:OK -2015-03-11 08:43:12 queue INFO >>3 [226] -2015-03-11 08:43:14 sendUrl INFO 3 [226] R:OK -2015-03-11 08:44:02 queue INFO >>3 [227] -2015-03-11 08:44:02 sendUrl INFO 3 [227] R:OK -2015-03-11 08:44:52 queue INFO >>3 [228] -2015-03-11 08:44:54 sendUrl INFO 3 [228] R:OK -2015-03-11 08:45:00 queue INFO 1 [229] -2015-03-11 08:45:00 queue INFO >1 [230] -2015-03-11 08:45:00 program INFO WAIT active send to complete -2015-03-11 08:45:01 program INFO WAIT active send to complete -2015-03-11 08:45:01 program INFO WAIT active send to complete -2015-03-11 08:45:02 program INFO WAIT active send to complete -2015-03-11 08:45:02 program INFO WAIT active send to complete -2015-03-11 08:45:03 program INFO WAIT active send to complete -2015-03-11 08:45:03 program INFO WAIT active send to complete -2015-03-11 08:45:04 queue INFO 21 [231] -2015-03-11 08:45:04 program INFO WAIT active send to complete -2015-03-11 08:45:04 queue INFO >21 [232] -2015-03-11 08:45:04 program INFO WAIT active send to complete -2015-03-11 08:45:05 program INFO WAIT active send to complete -2015-03-11 08:45:05 program INFO WAIT active send to complete -2015-03-11 08:45:06 program INFO WAIT active send to complete -2015-03-11 08:45:06 program INFO WAIT active send to complete -2015-03-11 08:45:07 program INFO WAIT active send to complete -2015-03-11 08:45:07 program INFO WAIT active send to complete -2015-03-11 08:45:08 program INFO WAIT active send to complete -2015-03-11 08:45:08 program INFO WAIT active send to complete -2015-03-11 08:45:09 program INFO WAIT active send to complete -2015-03-11 08:45:09 program INFO WAIT active send to complete -2015-03-11 08:45:10 sendUrl INFO 1 [229] R:OK -2015-03-11 08:45:10 program INFO WAIT active send to complete -2015-03-11 08:45:11 sendUrl INFO 1 [230] R:OK -2015-03-11 08:45:11 program INFO WAIT active send to complete -2015-03-11 08:45:12 program INFO WAIT active send to complete -2015-03-11 08:45:12 program INFO WAIT active send to complete -2015-03-11 08:45:13 program INFO WAIT active send to complete -2015-03-11 08:45:13 program INFO WAIT active send to complete -2015-03-11 08:45:14 program INFO WAIT active send to complete -2015-03-11 08:45:14 program INFO WAIT active send to complete -2015-03-11 08:45:15 sendUrl INFO 21 [231] R:OK -2015-03-11 08:45:15 sendUrl INFO 21 [232] R:OK -2015-03-11 08:45:54 queue INFO >>21 [233] -2015-03-11 08:46:01 sendUrl INFO 21 [233] R:OK -2015-03-11 08:46:20 queue INFO 1 [234] -2015-03-11 08:46:20 queue INFO >1 [235] -2015-03-11 08:46:21 sendUrl INFO 1 [234] R:OK -2015-03-11 08:46:21 sendUrl INFO 1 [235] R:OK -2015-03-11 08:46:33 queue INFO 3 [236] -2015-03-11 08:46:33 queue INFO >3 [237] -2015-03-11 08:46:34 program INFO WAIT active send to complete -2015-03-11 08:46:34 program INFO WAIT active send to complete -2015-03-11 08:46:34 sendUrl INFO 3 [236] R:OK -2015-03-11 08:46:51 sendUrl INFO 3 [237] R:OK -2015-03-11 08:47:23 queue INFO >>3 [238] -2015-03-11 08:47:25 sendUrl INFO 3 [238] R:OK -2015-03-11 08:48:13 queue INFO >>3 [239] -2015-03-11 08:48:15 sendUrl INFO 3 [239] R:OK -2015-03-11 08:49:03 queue INFO >>3 [240] -2015-03-11 08:49:05 sendUrl INFO 3 [240] R:OK -2015-03-11 08:49:53 queue INFO >>3 [241] -2015-03-11 08:49:55 sendUrl INFO 3 [241] R:OK -2015-03-11 08:50:43 queue INFO >>3 [242] -2015-03-11 08:50:44 sendUrl INFO 3 [242] R:OK -2015-03-11 08:51:00 queue INFO 7 [243] -2015-03-11 08:51:00 queue INFO >7 [244] -2015-03-11 08:51:01 program INFO WAIT active send to complete -2015-03-11 08:51:01 sendUrl INFO 7 [243] R:OK -2015-03-11 08:51:02 queue INFO 3 [245] -2015-03-11 08:51:02 queue INFO >3 [246] -2015-03-11 08:51:02 sendUrl INFO 7 [244] R:OK -2015-03-11 08:51:02 program INFO WAIT active send to complete -2015-03-11 08:51:02 sendUrl INFO 3 [245] R:OK -2015-03-11 08:51:14 sendUrl INFO 3 [246] R:OK -2015-03-11 08:51:52 queue INFO >>3 [247] -2015-03-11 08:52:04 sendUrl INFO 3 [247] R:OK -2015-03-11 08:52:42 queue INFO >>3 [248] -2015-03-11 08:52:54 sendUrl INFO 3 [248] R:OK -2015-03-11 08:53:32 queue INFO >>3 [249] -2015-03-11 08:53:33 sendUrl INFO 3 [249] R:OK -2015-03-11 08:54:22 queue INFO >>3 [250] -2015-03-11 08:54:34 sendUrl INFO 3 [250] R:OK -2015-03-11 08:55:12 queue INFO >>3 [251] -2015-03-11 08:55:25 sendUrl INFO 3 [251] R:OK -2015-03-11 08:56:02 queue INFO >>3 [252] -2015-03-11 08:56:03 sendUrl INFO 3 [252] R:OK -2015-03-11 08:56:53 queue INFO >>3 [253] -2015-03-11 08:57:13 sendUrl INFO 3 [253] R:OK -2015-03-11 08:57:43 queue INFO >>3 [254] -2015-03-11 08:58:03 sendUrl INFO 3 [254] R:OK -2015-03-11 08:58:33 queue INFO >>3 [255] -2015-03-11 08:58:34 sendUrl INFO 3 [255] R:OK -2015-03-11 08:59:23 queue INFO >>3 [256] -2015-03-11 08:59:44 sendUrl INFO 3 [256] R:OK -2015-03-11 09:00:13 queue INFO >>3 [257] -2015-03-11 09:00:33 sendUrl INFO 3 [257] R:OK -2015-03-11 09:00:39 queue INFO 7 [258] -2015-03-11 09:00:39 queue INFO >7 [259] -2015-03-11 09:00:40 program INFO WAIT active send to complete -2015-03-11 09:00:40 program INFO WAIT active send to complete -2015-03-11 09:00:40 queue INFO 3 [260] -2015-03-11 09:00:41 queue INFO >3 [261] -2015-03-11 09:00:41 sendUrl INFO 7 [258] R:OK -2015-03-11 09:00:41 program INFO WAIT active send to complete -2015-03-11 09:00:42 program INFO WAIT active send to complete -2015-03-11 09:00:42 program INFO WAIT active send to complete -2015-03-11 09:00:43 program INFO WAIT active send to complete -2015-03-11 09:00:43 program INFO WAIT active send to complete -2015-03-11 09:00:44 program INFO WAIT active send to complete -2015-03-11 09:00:44 program INFO WAIT active send to complete -2015-03-11 09:00:45 program INFO WAIT active send to complete -2015-03-11 09:00:45 program INFO WAIT active send to complete -2015-03-11 09:00:46 program INFO WAIT active send to complete -2015-03-11 09:00:46 program INFO WAIT active send to complete -2015-03-11 09:00:47 program INFO WAIT active send to complete -2015-03-11 09:00:47 sendUrl INFO 7 [259] R:OK -2015-03-11 09:00:48 program INFO WAIT active send to complete -2015-03-11 09:00:48 program INFO WAIT active send to complete -2015-03-11 09:00:49 program INFO WAIT active send to complete -2015-03-11 09:00:49 program INFO WAIT active send to complete -2015-03-11 09:00:50 program INFO WAIT active send to complete -2015-03-11 09:00:50 program INFO WAIT active send to complete -2015-03-11 09:00:51 program INFO WAIT active send to complete -2015-03-11 09:00:51 program INFO WAIT active send to complete -2015-03-11 09:00:52 program INFO WAIT active send to complete -2015-03-11 09:00:52 program INFO WAIT active send to complete -2015-03-11 09:00:53 program INFO WAIT active send to complete -2015-03-11 09:00:53 sendUrl INFO 3 [260] R:OK -2015-03-11 09:00:53 sendUrl INFO 3 [261] R:OK -2015-03-11 09:01:30 queue INFO >>3 [262] -2015-03-11 09:01:37 sendUrl INFO 3 [262] R:OK -2015-03-11 09:02:21 queue INFO >>3 [263] -2015-03-11 09:02:27 sendUrl INFO 3 [263] R:OK -2015-03-11 09:03:11 queue INFO >>3 [264] -2015-03-11 09:03:11 sendUrl INFO 3 [264] R:OK -2015-03-11 09:04:01 queue INFO >>3 [265] -2015-03-11 09:04:04 sendUrl INFO 3 [265] R:OK -2015-03-11 09:04:51 queue INFO >>3 [266] -2015-03-11 09:04:52 sendUrl INFO 3 [266] R:OK -2015-03-11 09:05:41 queue INFO >>3 [267] -2015-03-11 09:05:42 sendUrl INFO 3 [267] R:OK -2015-03-11 09:06:31 queue INFO >>3 [268] -2015-03-11 09:06:32 sendUrl INFO 3 [268] R:OK -2015-03-11 09:07:22 queue INFO >>3 [269] -2015-03-11 09:07:22 sendUrl INFO 3 [269] R:OK -2015-03-11 09:08:12 queue INFO >>3 [270] -2015-03-11 09:08:12 sendUrl INFO 3 [270] R:OK -2015-03-11 09:09:02 queue INFO >>3 [271] -2015-03-11 09:09:03 sendUrl INFO 3 [271] R:OK -2015-03-11 09:09:52 queue INFO >>3 [272] -2015-03-11 09:09:53 sendUrl INFO 3 [272] R:OK -2015-03-11 09:10:17 queue INFO 7 [273] -2015-03-11 09:10:17 queue INFO >7 [274] -2015-03-11 09:10:18 program INFO WAIT active send to complete -2015-03-11 09:10:18 program INFO WAIT active send to complete -2015-03-11 09:10:19 queue INFO 3 [275] -2015-03-11 09:10:19 program INFO WAIT active send to complete -2015-03-11 09:10:19 queue INFO >3 [276] -2015-03-11 09:10:19 program INFO WAIT active send to complete -2015-03-11 09:10:20 program INFO WAIT active send to complete -2015-03-11 09:10:20 program INFO WAIT active send to complete -2015-03-11 09:10:21 program INFO WAIT active send to complete -2015-03-11 09:10:21 program INFO WAIT active send to complete -2015-03-11 09:10:21 sendUrl INFO 7 [273] R:OK -2015-03-11 09:10:22 program INFO WAIT active send to complete -2015-03-11 09:10:23 program INFO WAIT active send to complete -2015-03-11 09:10:23 program INFO WAIT active send to complete -2015-03-11 09:10:24 program INFO WAIT active send to complete -2015-03-11 09:10:24 sendUrl INFO 7 [274] R:OK -2015-03-11 09:10:25 program INFO WAIT active send to complete -2015-03-11 09:10:25 program INFO WAIT active send to complete -2015-03-11 09:10:26 program INFO WAIT active send to complete -2015-03-11 09:10:26 program INFO WAIT active send to complete -2015-03-11 09:10:27 program INFO WAIT active send to complete -2015-03-11 09:10:27 program INFO WAIT active send to complete -2015-03-11 09:10:28 program INFO WAIT active send to complete -2015-03-11 09:10:28 program INFO WAIT active send to complete -2015-03-11 09:10:29 program INFO WAIT active send to complete -2015-03-11 09:10:29 program INFO WAIT active send to complete -2015-03-11 09:10:30 program INFO WAIT active send to complete -2015-03-11 09:10:30 program INFO WAIT active send to complete -2015-03-11 09:10:31 program INFO WAIT active send to complete -2015-03-11 09:10:31 program INFO WAIT active send to complete -2015-03-11 09:10:32 program INFO WAIT active send to complete -2015-03-11 09:10:32 program INFO WAIT active send to complete -2015-03-11 09:10:33 program INFO WAIT active send to complete -2015-03-11 09:10:33 program INFO WAIT active send to complete -2015-03-11 09:10:34 program INFO WAIT active send to complete -2015-03-11 09:10:34 program INFO WAIT active send to complete -2015-03-11 09:10:35 program INFO WAIT active send to complete -2015-03-11 09:10:35 program INFO WAIT active send to complete -2015-03-11 09:10:36 program INFO WAIT active send to complete -2015-03-11 09:10:36 program INFO WAIT active send to complete -2015-03-11 09:10:37 program INFO WAIT active send to complete -2015-03-11 09:10:37 program INFO WAIT active send to complete -2015-03-11 09:10:38 program INFO WAIT active send to complete -2015-03-11 09:10:38 program INFO WAIT active send to complete -2015-03-11 09:10:39 program INFO WAIT active send to complete -2015-03-11 09:10:39 program INFO WAIT active send to complete -2015-03-11 09:10:40 program INFO WAIT active send to complete -2015-03-11 09:10:40 program INFO WAIT active send to complete -2015-03-11 09:10:41 program INFO WAIT active send to complete -2015-03-11 09:10:41 program INFO WAIT active send to complete -2015-03-11 09:10:42 program INFO WAIT active send to complete -2015-03-11 09:10:42 sendUrl INFO 3 [275] R:OK -2015-03-11 09:10:49 sendUrl INFO 3 [276] R:OK -2015-03-11 09:11:09 queue INFO >>3 [277] -2015-03-11 09:11:11 sendUrl INFO 3 [277] R:OK -2015-03-11 09:11:59 queue INFO >>3 [278] -2015-03-11 09:12:00 sendUrl INFO 3 [278] R:OK -2015-03-11 09:12:49 queue INFO >>3 [279] -2015-03-11 09:12:49 sendUrl INFO 3 [279] R:OK -2015-03-11 09:13:39 queue INFO >>3 [280] -2015-03-11 09:13:45 sendUrl INFO 3 [280] R:OK -2015-03-11 09:14:29 queue INFO >>3 [281] -2015-03-11 09:14:30 sendUrl INFO 3 [281] R:OK -2015-03-11 09:15:20 queue INFO >>3 [282] -2015-03-11 09:15:32 sendUrl INFO 3 [282] R:OK -2015-03-11 09:16:10 queue INFO >>3 [283] -2015-03-11 09:16:22 sendUrl INFO 3 [283] R:OK -2015-03-11 09:17:00 queue INFO >>3 [284] -2015-03-11 09:17:01 sendUrl INFO 3 [284] R:OK -2015-03-11 09:17:50 queue INFO >>3 [285] -2015-03-11 09:18:09 sendUrl INFO 3 [285] R:OK -2015-03-11 09:18:40 queue INFO >>3 [286] -2015-03-11 09:18:59 sendUrl INFO 3 [286] R:OK -2015-03-11 09:19:30 queue INFO >>3 [287] -2015-03-11 09:19:49 sendUrl INFO 3 [287] R:OK -2015-03-11 09:19:55 queue INFO 7 [288] -2015-03-11 09:19:55 queue INFO >7 [289] -2015-03-11 09:19:56 program INFO WAIT active send to complete -2015-03-11 09:19:56 sendUrl INFO 7 [288] R:OK -2015-03-11 09:19:57 queue INFO 3 [290] -2015-03-11 09:19:57 queue INFO >3 [291] -2015-03-11 09:19:57 sendUrl INFO 7 [289] R:OK -2015-03-11 09:19:58 program INFO WAIT active send to complete -2015-03-11 09:19:58 program INFO WAIT active send to complete -2015-03-11 09:19:59 program INFO WAIT active send to complete -2015-03-11 09:19:59 program INFO WAIT active send to complete -2015-03-11 09:20:00 program INFO WAIT active send to complete -2015-03-11 09:20:00 sendUrl INFO 3 [290] R:OK -2015-03-11 09:20:08 sendUrl INFO 3 [291] R:OK -2015-03-11 09:20:47 queue INFO >>3 [292] -2015-03-11 09:20:51 sendUrl INFO 3 [292] R:OK -2015-03-11 09:21:37 queue INFO >>3 [293] -2015-03-11 09:21:41 sendUrl INFO 3 [293] R:OK -2015-03-11 09:22:27 queue INFO >>3 [294] -2015-03-11 09:22:31 sendUrl INFO 3 [294] R:OK -2015-03-11 09:23:17 queue INFO >>3 [295] -2015-03-11 09:23:21 sendUrl INFO 3 [295] R:OK -2015-03-11 09:24:08 queue INFO >>3 [296] -2015-03-11 09:24:08 sendUrl INFO 3 [296] R:OK -2015-03-11 09:24:58 queue INFO >>3 [297] -2015-03-11 09:25:01 sendUrl INFO 3 [297] R:OK -2015-03-11 09:25:48 queue INFO >>3 [298] -2015-03-11 09:25:52 sendUrl INFO 3 [298] R:OK -2015-03-11 09:26:38 queue INFO >>3 [299] -2015-03-11 09:26:41 sendUrl INFO 3 [299] R:OK -2015-03-11 09:27:28 queue INFO >>3 [300] -2015-03-11 09:27:32 sendUrl INFO 3 [300] R:OK -2015-03-11 09:28:18 queue INFO >>3 [301] -2015-03-11 09:28:22 sendUrl INFO 3 [301] R:OK -2015-03-11 09:29:09 queue INFO >>3 [302] -2015-03-11 09:29:10 sendUrl INFO 3 [302] R:OK -2015-03-11 09:29:33 queue INFO 7 [303] -2015-03-11 09:29:34 queue INFO >7 [304] -2015-03-11 09:29:34 program INFO WAIT active send to complete -2015-03-11 09:29:35 program INFO WAIT active send to complete -2015-03-11 09:29:35 queue INFO 3 [305] -2015-03-11 09:29:35 program INFO WAIT active send to complete -2015-03-11 09:29:35 queue INFO >3 [306] -2015-03-11 09:29:36 program INFO WAIT active send to complete -2015-03-11 09:29:36 program INFO WAIT active send to complete -2015-03-11 09:29:37 program INFO WAIT active send to complete -2015-03-11 09:29:37 program INFO WAIT active send to complete -2015-03-11 09:29:38 program INFO WAIT active send to complete -2015-03-11 09:29:38 program INFO WAIT active send to complete -2015-03-11 09:29:39 program INFO WAIT active send to complete -2015-03-11 09:29:39 program INFO WAIT active send to complete -2015-03-11 09:29:40 program INFO WAIT active send to complete -2015-03-11 09:29:40 sendUrl INFO 7 [303] R:OK -2015-03-11 09:29:41 program INFO WAIT active send to complete -2015-03-11 09:29:41 program INFO WAIT active send to complete -2015-03-11 09:29:42 program INFO WAIT active send to complete -2015-03-11 09:29:42 program INFO WAIT active send to complete -2015-03-11 09:29:43 program INFO WAIT active send to complete -2015-03-11 09:29:43 program INFO WAIT active send to complete -2015-03-11 09:29:44 program INFO WAIT active send to complete -2015-03-11 09:29:44 program INFO WAIT active send to complete -2015-03-11 09:29:45 program INFO WAIT active send to complete -2015-03-11 09:29:45 program INFO WAIT active send to complete -2015-03-11 09:29:46 program INFO WAIT active send to complete -2015-03-11 09:29:46 program INFO WAIT active send to complete -2015-03-11 09:29:47 program INFO WAIT active send to complete -2015-03-11 09:29:47 program INFO WAIT active send to complete -2015-03-11 09:29:48 program INFO WAIT active send to complete -2015-03-11 09:29:48 program INFO WAIT active send to complete -2015-03-11 09:29:49 program INFO WAIT active send to complete -2015-03-11 09:29:49 program INFO WAIT active send to complete -2015-03-11 09:29:50 program INFO WAIT active send to complete -2015-03-11 09:29:50 program INFO WAIT active send to complete -2015-03-11 09:29:51 program INFO WAIT active send to complete -2015-03-11 09:29:51 program INFO WAIT active send to complete -2015-03-11 09:29:52 program INFO WAIT active send to complete -2015-03-11 09:29:52 program INFO WAIT active send to complete -2015-03-11 09:29:53 program INFO WAIT active send to complete -2015-03-11 09:29:53 program INFO WAIT active send to complete -2015-03-11 09:29:54 program INFO WAIT active send to complete -2015-03-11 09:29:54 program INFO WAIT active send to complete -2015-03-11 09:29:55 program INFO WAIT active send to complete -2015-03-11 09:29:55 program INFO WAIT active send to complete -2015-03-11 09:29:56 sendUrl INFO 7 [304] R:OK -2015-03-11 09:29:56 program INFO WAIT active send to complete -2015-03-11 09:29:57 program INFO WAIT active send to complete -2015-03-11 09:29:57 program INFO WAIT active send to complete -2015-03-11 09:29:58 program INFO WAIT active send to complete -2015-03-11 09:29:58 program INFO WAIT active send to complete -2015-03-11 09:29:59 program INFO WAIT active send to complete -2015-03-11 09:29:59 program INFO WAIT active send to complete -2015-03-11 09:30:00 program INFO WAIT active send to complete -2015-03-11 09:30:00 program INFO WAIT active send to complete -2015-03-11 09:30:01 program INFO WAIT active send to complete -2015-03-11 09:30:02 program INFO WAIT active send to complete -2015-03-11 09:30:02 sendUrl INFO 3 [305] R:OK -2015-03-11 09:30:17 sendUrl INFO 3 [306] R:OK -2015-03-11 09:30:25 queue INFO >>3 [307] -2015-03-11 09:30:26 sendUrl INFO 3 [307] R:OK -2015-03-11 09:31:15 queue INFO >>3 [308] -2015-03-11 09:31:16 sendUrl INFO 3 [308] R:OK -2015-03-11 09:32:05 queue INFO >>3 [309] -2015-03-11 09:32:10 sendUrl INFO 3 [309] R:OK -2015-03-11 09:32:56 queue INFO >>3 [310] -2015-03-11 09:33:01 sendUrl INFO 3 [310] R:OK -2015-03-11 09:33:46 queue INFO >>3 [311] -2015-03-11 09:33:46 sendUrl INFO 3 [311] R:OK -2015-03-11 09:34:36 queue INFO >>3 [312] -2015-03-11 09:34:41 sendUrl INFO 3 [312] R:OK -2015-03-11 09:35:26 queue INFO >>3 [313] -2015-03-11 09:35:31 sendUrl INFO 3 [313] R:OK -2015-03-11 09:36:16 queue INFO >>3 [314] -2015-03-11 09:36:21 sendUrl INFO 3 [314] R:OK -2015-03-11 09:37:06 queue INFO >>3 [315] -2015-03-11 09:37:07 sendUrl INFO 3 [315] R:OK -2015-03-11 09:37:57 queue INFO >>3 [316] -2015-03-11 09:38:10 sendUrl INFO 3 [316] R:OK -2015-03-11 09:38:47 queue INFO >>3 [317] -2015-03-11 09:39:07 sendUrl INFO 3 [317] R:OK -2015-03-11 09:39:12 queue INFO 7 [318] -2015-03-11 09:39:12 queue INFO >7 [319] -2015-03-11 09:39:13 program INFO WAIT active send to complete -2015-03-11 09:39:13 program INFO WAIT active send to complete -2015-03-11 09:39:13 queue INFO 3 [320] -2015-03-11 09:39:14 sendUrl INFO 7 [318] R:OK -2015-03-11 09:39:14 queue INFO >3 [321] -2015-03-11 09:39:14 program INFO WAIT active send to complete -2015-03-11 09:39:15 program INFO WAIT active send to complete -2015-03-11 09:39:15 program INFO WAIT active send to complete -2015-03-11 09:39:16 program INFO WAIT active send to complete -2015-03-11 09:39:16 program INFO WAIT active send to complete -2015-03-11 09:39:16 sendUrl INFO 7 [319] R:OK -2015-03-11 09:39:17 program INFO WAIT active send to complete -2015-03-11 09:39:18 program INFO WAIT active send to complete -2015-03-11 09:39:18 program INFO WAIT active send to complete -2015-03-11 09:39:19 program INFO WAIT active send to complete -2015-03-11 09:39:19 program INFO WAIT active send to complete -2015-03-11 09:39:20 program INFO WAIT active send to complete -2015-03-11 09:39:20 program INFO WAIT active send to complete -2015-03-11 09:39:21 program INFO WAIT active send to complete -2015-03-11 09:39:21 program INFO WAIT active send to complete -2015-03-11 09:39:22 program INFO WAIT active send to complete -2015-03-11 09:39:22 program INFO WAIT active send to complete -2015-03-11 09:39:23 program INFO WAIT active send to complete -2015-03-11 09:39:23 program INFO WAIT active send to complete -2015-03-11 09:39:24 program INFO WAIT active send to complete -2015-03-11 09:39:24 program INFO WAIT active send to complete -2015-03-11 09:39:25 program INFO WAIT active send to complete -2015-03-11 09:39:25 program INFO WAIT active send to complete -2015-03-11 09:39:26 program INFO WAIT active send to complete -2015-03-11 09:39:26 program INFO WAIT active send to complete -2015-03-11 09:39:27 sendUrl INFO 3 [320] R:OK -2015-03-11 09:39:57 sendUrl INFO 3 [321] R:OK -2015-03-11 09:40:04 queue INFO >>3 [322] -2015-03-11 09:40:04 sendUrl INFO 3 [322] R:OK -2015-03-11 09:40:54 queue INFO >>3 [323] -2015-03-11 09:40:54 sendUrl INFO 3 [323] R:OK -2015-03-11 09:41:44 queue INFO >>3 [324] -2015-03-11 09:41:44 sendUrl INFO 3 [324] R:OK -2015-03-11 09:42:34 queue INFO >>3 [325] -2015-03-11 09:42:34 sendUrl INFO 3 [325] R:OK -2015-03-11 09:43:24 queue INFO >>3 [326] -2015-03-11 09:43:25 sendUrl INFO 3 [326] R:OK -2015-03-11 09:44:14 queue INFO >>3 [327] -2015-03-11 09:44:14 sendUrl INFO 3 [327] R:OK -2015-03-11 09:45:04 queue INFO >>3 [328] -2015-03-11 09:45:05 sendUrl INFO 3 [328] R:OK -2015-03-11 09:45:55 queue INFO >>3 [329] -2015-03-11 09:45:55 sendUrl INFO 3 [329] R:OK -2015-03-11 09:46:45 queue INFO >>3 [330] -2015-03-11 09:46:45 sendUrl INFO 3 [330] R:OK -2015-03-11 09:47:35 queue INFO >>3 [331] -2015-03-11 09:47:35 sendUrl INFO 3 [331] R:OK -2015-03-11 09:48:25 queue INFO >>3 [332] -2015-03-11 09:48:25 sendUrl INFO 3 [332] R:OK -2015-03-11 09:48:50 queue INFO 7 [333] -2015-03-11 09:48:51 queue INFO >7 [334] -2015-03-11 09:48:51 sendUrl INFO 7 [333] R:OK -2015-03-11 09:48:51 sendUrl INFO 7 [334] R:OK -2015-03-11 09:48:52 queue INFO 3 [335] -2015-03-11 09:48:52 sendUrl INFO 3 [335] R:OK -2015-03-11 09:48:52 queue INFO >3 [336] -2015-03-11 09:48:52 sendUrl INFO 3 [336] R:OK -2015-03-11 09:49:42 queue INFO >>3 [337] -2015-03-11 09:49:42 sendUrl INFO 3 [337] R:OK -2015-03-11 09:50:32 queue INFO >>3 [338] -2015-03-11 09:50:33 sendUrl INFO 3 [338] R:OK -2015-03-11 09:51:22 queue INFO >>3 [339] -2015-03-11 09:51:22 sendUrl INFO 3 [339] R:OK -2015-03-11 09:52:12 queue INFO >>3 [340] -2015-03-11 09:52:13 sendUrl INFO 3 [340] R:OK -2015-03-11 09:53:03 queue INFO >>3 [341] -2015-03-11 09:53:03 sendUrl INFO 3 [341] R:OK -2015-03-11 09:53:53 queue INFO >>3 [342] -2015-03-11 09:53:53 sendUrl INFO 3 [342] R:OK -2015-03-11 09:54:43 queue INFO >>3 [343] -2015-03-11 09:54:43 sendUrl INFO 3 [343] R:OK -2015-03-11 09:55:33 queue INFO >>3 [344] -2015-03-11 09:55:33 sendUrl INFO 3 [344] R:OK -2015-03-11 09:56:23 queue INFO >>3 [345] -2015-03-11 09:56:23 sendUrl INFO 3 [345] R:OK -2015-03-11 09:57:13 queue INFO >>3 [346] -2015-03-11 09:57:14 sendUrl INFO 3 [346] R:OK -2015-03-11 09:58:03 queue INFO >>3 [347] -2015-03-11 09:58:04 sendUrl INFO 3 [347] R:OK -2015-03-11 09:58:29 queue INFO 7 [348] -2015-03-11 09:58:29 queue INFO >7 [349] -2015-03-11 09:58:29 sendUrl INFO 7 [348] R:OK -2015-03-11 09:58:30 sendUrl INFO 7 [349] R:OK -2015-03-11 09:58:31 queue INFO 3 [350] -2015-03-11 09:58:31 queue INFO >3 [351] -2015-03-11 09:58:31 sendUrl INFO 3 [350] R:OK -2015-03-11 09:58:31 sendUrl INFO 3 [351] R:OK -2015-03-11 09:59:21 queue INFO >>3 [352] -2015-03-11 09:59:21 sendUrl INFO 3 [352] R:OK -2015-03-11 10:00:11 queue INFO >>3 [353] -2015-03-11 10:00:11 sendUrl INFO 3 [353] R:OK -2015-03-11 10:01:01 queue INFO >>3 [354] -2015-03-11 10:01:01 sendUrl INFO 3 [354] R:OK -2015-03-11 10:01:51 queue INFO >>3 [355] -2015-03-11 10:01:52 sendUrl INFO 3 [355] R:OK -2015-03-11 10:02:41 queue INFO >>3 [356] -2015-03-11 10:02:42 sendUrl INFO 3 [356] R:OK -2015-03-11 10:03:31 queue INFO >>3 [357] -2015-03-11 10:03:32 sendUrl INFO 3 [357] R:OK -2015-03-11 10:04:22 queue INFO >>3 [358] -2015-03-11 10:04:22 sendUrl INFO 3 [358] R:OK -2015-03-11 10:05:12 queue INFO >>3 [359] -2015-03-11 10:05:12 sendUrl INFO 3 [359] R:OK -2015-03-11 10:06:02 queue INFO >>3 [360] -2015-03-11 10:06:02 sendUrl INFO 3 [360] R:OK -2015-03-11 10:06:52 queue INFO >>3 [361] -2015-03-11 10:06:52 sendUrl INFO 3 [361] R:OK -2015-03-11 10:07:42 queue INFO >>3 [362] -2015-03-11 10:07:43 sendUrl INFO 3 [362] R:OK -2015-03-11 10:08:07 queue INFO 7 [363] -2015-03-11 10:08:07 queue INFO >7 [364] -2015-03-11 10:08:08 sendUrl INFO 7 [363] R:OK -2015-03-11 10:08:08 sendUrl INFO 7 [364] R:OK -2015-03-11 10:08:09 queue INFO 3 [365] -2015-03-11 10:08:09 queue INFO >3 [366] -2015-03-11 10:08:09 sendUrl INFO 3 [365] R:OK -2015-03-11 10:08:10 sendUrl INFO 3 [366] R:OK -2015-03-11 10:08:59 queue INFO >>3 [367] -2015-03-11 10:09:00 sendUrl INFO 3 [367] R:OK -2015-03-11 10:09:49 queue INFO >>3 [368] -2015-03-11 10:09:49 sendUrl INFO 3 [368] R:OK -2015-03-11 10:10:39 queue INFO >>3 [369] -2015-03-11 10:10:40 sendUrl INFO 3 [369] R:OK -2015-03-11 10:11:29 queue INFO >>3 [370] -2015-03-11 10:11:30 sendUrl INFO 3 [370] R:OK -2015-03-11 10:12:20 queue INFO >>3 [371] -2015-03-11 10:12:22 sendUrl INFO 3 [371] R:OK -2015-03-11 10:12:32 queue INFO 1 [372] -2015-03-11 10:12:32 queue INFO >1 [373] -2015-03-11 10:12:33 sendUrl INFO 1 [372] R:OK -2015-03-11 10:12:33 sendUrl INFO 1 [373] R:OK -2015-03-11 10:13:22 queue INFO >>1 [374] -2015-03-11 10:13:24 sendUrl INFO 1 [374] R:OK -2015-03-11 10:14:12 queue INFO >>1 [375] -2015-03-11 10:14:14 sendUrl INFO 1 [375] R:OK -2015-03-11 10:15:03 queue INFO >>1 [376] -2015-03-11 10:15:03 sendUrl INFO 1 [376] R:OK -2015-03-11 10:15:53 queue INFO >>1 [377] -2015-03-11 10:15:53 sendUrl INFO 1 [377] R:OK -2015-03-11 10:16:43 queue INFO >>1 [378] -2015-03-11 10:16:43 sendUrl INFO 1 [378] R:OK -2015-03-11 10:17:27 queue INFO 21 [379] -2015-03-11 10:17:28 queue INFO >21 [380] -2015-03-11 10:17:28 sendUrl INFO 21 [379] R:OK -2015-03-11 10:17:28 sendUrl INFO 21 [380] R:OK -2015-03-11 10:18:18 queue INFO >>21 [381] -2015-03-11 10:18:18 sendUrl INFO 21 [381] R:OK -2015-03-11 10:19:08 queue INFO >>21 [382] -2015-03-11 10:19:08 sendUrl INFO 21 [382] R:OK -2015-03-11 10:19:58 queue INFO >>21 [383] -2015-03-11 10:19:58 sendUrl INFO 21 [383] R:OK -2015-03-11 10:20:19 queue INFO 1 [384] -2015-03-11 10:20:19 sendUrl INFO 1 [384] R:OK -2015-03-11 10:20:19 queue INFO >1 [385] -2015-03-11 10:20:20 sendUrl INFO 1 [385] R:OK -2015-03-11 10:20:41 queue INFO 5 [386] -2015-03-11 10:20:41 queue INFO >5 [387] -2015-03-11 10:20:41 sendUrl INFO 5 [386] R:OK -2015-03-11 10:20:42 sendUrl INFO 5 [387] R:OK -2015-03-11 10:20:43 queue INFO 1 [388] -2015-03-11 10:20:43 sendUrl INFO 1 [388] R:OK -2015-03-11 10:20:43 queue INFO >1 [389] -2015-03-11 10:20:43 sendUrl INFO 1 [389] R:OK -2015-03-11 10:21:33 queue INFO >>1 [390] -2015-03-11 10:21:33 sendUrl INFO 1 [390] R:OK -2015-03-11 10:22:04 queue INFO 3 [391] -2015-03-11 10:22:04 queue INFO >3 [392] -2015-03-11 10:22:05 sendUrl INFO 3 [391] R:OK -2015-03-11 10:22:05 sendUrl INFO 3 [392] R:OK -2015-03-11 10:22:54 queue INFO >>3 [393] -2015-03-11 10:22:55 sendUrl INFO 3 [393] R:OK -2015-03-11 10:23:45 queue INFO >>3 [394] -2015-03-11 10:23:45 sendUrl INFO 3 [394] R:OK -2015-03-11 10:24:35 queue INFO >>3 [395] -2015-03-11 10:24:35 sendUrl INFO 3 [395] R:OK -2015-03-11 10:25:25 queue INFO >>3 [396] -2015-03-11 10:25:25 sendUrl INFO 3 [396] R:OK -2015-03-11 10:26:15 queue INFO >>3 [397] -2015-03-11 10:26:15 sendUrl INFO 3 [397] R:OK -2015-03-11 10:27:05 queue INFO >>3 [398] -2015-03-11 10:27:06 sendUrl INFO 3 [398] R:OK -2015-03-11 10:27:55 queue INFO >>3 [399] -2015-03-11 10:27:56 sendUrl INFO 3 [399] R:OK -2015-03-11 10:28:45 queue INFO >>3 [400] -2015-03-11 10:28:46 sendUrl INFO 3 [400] R:OK -2015-03-11 10:29:36 queue INFO >>3 [401] -2015-03-11 10:29:36 sendUrl INFO 3 [401] R:OK -2015-03-11 10:30:19 queue INFO 7 [402] -2015-03-11 10:30:20 queue INFO >7 [403] -2015-03-11 10:30:20 sendUrl INFO 7 [402] R:OK -2015-03-11 10:30:20 sendUrl INFO 7 [403] R:OK -2015-03-11 10:30:21 queue INFO 3 [404] -2015-03-11 10:30:21 queue INFO >3 [405] -2015-03-11 10:30:21 sendUrl INFO 3 [404] R:OK -2015-03-11 10:30:22 sendUrl INFO 3 [405] R:OK -2015-03-11 10:31:11 queue INFO >>3 [406] -2015-03-11 10:31:11 sendUrl INFO 3 [406] R:OK -2015-03-11 10:32:01 queue INFO >>3 [407] -2015-03-11 10:32:02 sendUrl INFO 3 [407] R:OK -2015-03-11 10:32:51 queue INFO >>3 [408] -2015-03-11 10:32:52 sendUrl INFO 3 [408] R:OK -2015-03-11 10:33:42 queue INFO >>3 [409] -2015-03-11 10:33:42 sendUrl INFO 3 [409] R:OK -2015-03-11 10:34:32 queue INFO >>3 [410] -2015-03-11 10:34:32 sendUrl INFO 3 [410] R:OK -2015-03-11 10:35:22 queue INFO >>3 [411] -2015-03-11 10:35:22 sendUrl INFO 3 [411] R:OK -2015-03-11 10:36:12 queue INFO >>3 [412] -2015-03-11 10:36:12 sendUrl INFO 3 [412] R:OK -2015-03-11 10:37:02 queue INFO >>3 [413] -2015-03-11 10:37:03 sendUrl INFO 3 [413] R:OK -2015-03-11 10:37:52 queue INFO >>3 [414] -2015-03-11 10:37:52 sendUrl INFO 3 [414] R:OK -2015-03-11 10:38:42 queue INFO >>3 [415] -2015-03-11 10:38:43 sendUrl INFO 3 [415] R:OK -2015-03-11 10:39:33 queue INFO >>3 [416] -2015-03-11 10:39:33 sendUrl INFO 3 [416] R:OK -2015-03-11 10:39:58 queue INFO 7 [417] -2015-03-11 10:39:58 queue INFO >7 [418] -2015-03-11 10:39:58 sendUrl INFO 7 [417] R:OK -2015-03-11 10:39:59 sendUrl INFO 7 [418] R:OK -2015-03-11 10:39:59 queue INFO 3 [419] -2015-03-11 10:40:00 queue INFO >3 [420] -2015-03-11 10:40:00 sendUrl INFO 3 [419] R:OK -2015-03-11 10:40:00 sendUrl INFO 3 [420] R:OK -2015-03-11 10:40:49 queue INFO >>3 [421] -2015-03-11 10:40:50 sendUrl INFO 3 [421] R:OK -2015-03-11 10:41:40 queue INFO >>3 [422] -2015-03-11 10:41:40 sendUrl INFO 3 [422] R:OK -2015-03-11 10:42:30 queue INFO >>3 [423] -2015-03-11 10:42:30 sendUrl INFO 3 [423] R:OK -2015-03-11 10:43:20 queue INFO >>3 [424] -2015-03-11 10:43:20 sendUrl INFO 3 [424] R:OK -2015-03-11 10:44:10 queue INFO >>3 [425] -2015-03-11 10:44:10 sendUrl INFO 3 [425] R:OK -2015-03-11 10:45:00 queue INFO >>3 [426] -2015-03-11 10:45:01 sendUrl INFO 3 [426] R:OK -2015-03-11 10:45:50 queue INFO >>3 [427] -2015-03-11 10:45:51 sendUrl INFO 3 [427] R:OK -2015-03-11 10:46:41 queue INFO >>3 [428] -2015-03-11 10:46:41 sendUrl INFO 3 [428] R:OK -2015-03-11 10:47:31 queue INFO >>3 [429] -2015-03-11 10:47:31 sendUrl INFO 3 [429] R:OK -2015-03-11 10:48:21 queue INFO >>3 [430] -2015-03-11 10:48:21 sendUrl INFO 3 [430] R:OK -2015-03-11 10:49:11 queue INFO >>3 [431] -2015-03-11 10:49:12 sendUrl INFO 3 [431] R:OK -2015-03-11 10:49:36 queue INFO 7 [432] -2015-03-11 10:49:36 sendUrl INFO 7 [432] R:OK -2015-03-11 10:49:36 queue INFO >7 [433] -2015-03-11 10:49:37 sendUrl INFO 7 [433] R:OK -2015-03-11 10:49:38 queue INFO 3 [434] -2015-03-11 10:49:38 queue INFO >3 [435] -2015-03-11 10:49:38 sendUrl INFO 3 [434] R:OK -2015-03-11 10:49:39 sendUrl INFO 3 [435] R:OK -2015-03-11 10:50:28 queue INFO >>3 [436] -2015-03-11 10:50:28 sendUrl INFO 3 [436] R:OK -2015-03-11 10:51:18 queue INFO >>3 [437] -2015-03-11 10:51:18 sendUrl INFO 3 [437] R:OK -2015-03-11 10:52:08 queue INFO >>3 [438] -2015-03-11 10:52:09 sendUrl INFO 3 [438] R:OK -2015-03-11 10:52:58 queue INFO >>3 [439] -2015-03-11 10:52:59 sendUrl INFO 3 [439] R:OK -2015-03-11 10:53:48 queue INFO >>3 [440] -2015-03-11 10:53:49 sendUrl INFO 3 [440] R:OK -2015-03-11 10:54:39 queue INFO >>3 [441] -2015-03-11 10:54:39 sendUrl INFO 3 [441] R:OK -2015-03-11 10:55:29 queue INFO >>3 [442] -2015-03-11 10:55:29 sendUrl INFO 3 [442] R:OK -2015-03-11 10:56:19 queue INFO >>3 [443] -2015-03-11 10:56:19 sendUrl INFO 3 [443] R:OK -2015-03-11 10:57:09 queue INFO >>3 [444] -2015-03-11 10:57:09 sendUrl INFO 3 [444] R:OK -2015-03-11 10:57:59 queue INFO >>3 [445] -2015-03-11 10:58:00 sendUrl INFO 3 [445] R:OK -2015-03-11 10:58:49 queue INFO >>3 [446] -2015-03-11 10:58:50 sendUrl INFO 3 [446] R:OK -2015-03-11 10:59:15 queue INFO 7 [447] -2015-03-11 10:59:15 queue INFO >7 [448] -2015-03-11 10:59:16 sendUrl INFO 7 [447] R:OK -2015-03-11 10:59:16 sendUrl INFO 7 [448] R:OK -2015-03-11 10:59:16 queue INFO 3 [449] -2015-03-11 10:59:17 sendUrl INFO 3 [449] R:OK -2015-03-11 10:59:17 queue INFO >3 [450] -2015-03-11 10:59:17 sendUrl INFO 3 [450] R:OK -2015-03-11 11:00:07 queue INFO >>3 [451] -2015-03-11 11:00:07 sendUrl INFO 3 [451] R:OK -2015-03-11 11:00:57 queue INFO >>3 [452] -2015-03-11 11:00:57 sendUrl INFO 3 [452] R:OK -2015-03-11 11:01:47 queue INFO >>3 [453] -2015-03-11 11:01:47 sendUrl INFO 3 [453] R:OK -2015-03-11 11:02:37 queue INFO >>3 [454] -2015-03-11 11:02:37 sendUrl INFO 3 [454] R:OK -2015-03-11 11:03:27 queue INFO >>3 [455] -2015-03-11 11:03:27 sendUrl INFO 3 [455] R:OK -2015-03-11 11:04:17 queue INFO >>3 [456] -2015-03-11 11:04:18 sendUrl INFO 3 [456] R:OK -2015-03-11 11:05:08 queue INFO >>3 [457] -2015-03-11 11:05:08 sendUrl INFO 3 [457] R:OK -2015-03-11 11:05:58 queue INFO >>3 [458] -2015-03-11 11:05:58 sendUrl INFO 3 [458] R:OK -2015-03-11 11:06:48 queue INFO >>3 [459] -2015-03-11 11:06:48 sendUrl INFO 3 [459] R:OK -2015-03-11 11:07:38 queue INFO >>3 [460] -2015-03-11 11:07:39 sendUrl INFO 3 [460] R:OK -2015-03-11 11:08:28 queue INFO >>3 [461] -2015-03-11 11:08:28 sendUrl INFO 3 [461] R:OK -2015-03-11 11:08:53 queue INFO 7 [462] -2015-03-11 11:08:53 queue INFO >7 [463] -2015-03-11 11:08:54 sendUrl INFO 7 [462] R:OK -2015-03-11 11:08:54 sendUrl INFO 7 [463] R:OK -2015-03-11 11:08:55 queue INFO 3 [464] -2015-03-11 11:08:55 queue INFO >3 [465] -2015-03-11 11:08:55 sendUrl INFO 3 [464] R:OK -2015-03-11 11:08:56 sendUrl INFO 3 [465] R:OK -2015-03-11 11:09:45 queue INFO >>3 [466] -2015-03-11 11:09:45 sendUrl INFO 3 [466] R:OK -2015-03-11 11:10:35 queue INFO >>3 [467] -2015-03-11 11:10:35 sendUrl INFO 3 [467] R:OK -2015-03-11 11:11:25 queue INFO >>3 [468] -2015-03-11 11:11:26 sendUrl INFO 3 [468] R:OK -2015-03-11 11:12:15 queue INFO >>3 [469] -2015-03-11 11:12:16 sendUrl INFO 3 [469] R:OK -2015-03-11 11:13:06 queue INFO >>3 [470] -2015-03-11 11:13:06 sendUrl INFO 3 [470] R:OK -2015-03-11 11:13:56 queue INFO >>3 [471] -2015-03-11 11:13:56 sendUrl INFO 3 [471] R:OK -2015-03-11 11:14:46 queue INFO >>3 [472] -2015-03-11 11:14:46 sendUrl INFO 3 [472] R:OK -2015-03-11 11:15:36 queue INFO >>3 [473] -2015-03-11 11:15:36 sendUrl INFO 3 [473] R:OK -2015-03-11 11:16:26 queue INFO >>3 [474] -2015-03-11 11:16:33 sendUrl INFO 3 [474] R:OK -2015-03-11 11:17:16 queue INFO >>3 [475] -2015-03-11 11:17:17 sendUrl INFO 3 [475] R:OK -2015-03-11 11:18:06 queue INFO >>3 [476] -2015-03-11 11:18:07 sendUrl INFO 3 [476] R:OK -2015-03-11 11:18:18 queue INFO 1 [477] -2015-03-11 11:18:19 queue INFO >1 [478] -2015-03-11 11:18:19 program INFO WAIT active send to complete -2015-03-11 11:18:19 queue INFO 21 [479] -2015-03-11 11:18:20 queue INFO >21 [480] -2015-03-11 11:18:20 program INFO WAIT active send to complete -2015-03-11 11:18:20 program INFO WAIT active send to complete -2015-03-11 11:18:21 program INFO WAIT active send to complete -2015-03-11 11:18:21 program INFO WAIT active send to complete -2015-03-11 11:18:22 program INFO WAIT active send to complete -2015-03-11 11:18:22 program INFO WAIT active send to complete -2015-03-11 11:18:23 program INFO WAIT active send to complete -2015-03-11 11:18:23 program INFO WAIT active send to complete -2015-03-11 11:18:24 program INFO WAIT active send to complete -2015-03-11 11:18:24 program INFO WAIT active send to complete -2015-03-11 11:18:25 program INFO WAIT active send to complete -2015-03-11 11:18:25 program INFO WAIT active send to complete -2015-03-11 11:18:26 program INFO WAIT active send to complete -2015-03-11 11:18:26 program INFO WAIT active send to complete -2015-03-11 11:18:27 program INFO WAIT active send to complete -2015-03-11 11:18:27 program INFO WAIT active send to complete -2015-03-11 11:18:28 program INFO WAIT active send to complete -2015-03-11 11:18:28 program INFO WAIT active send to complete -2015-03-11 11:18:29 program INFO WAIT active send to complete -2015-03-11 11:18:29 program INFO WAIT active send to complete -2015-03-11 11:18:30 program INFO WAIT active send to complete -2015-03-11 11:18:30 program INFO WAIT active send to complete -2015-03-11 11:18:31 program INFO WAIT active send to complete -2015-03-11 11:18:31 program INFO WAIT active send to complete -2015-03-11 11:18:32 program INFO WAIT active send to complete -2015-03-11 11:18:32 program INFO WAIT active send to complete -2015-03-11 11:18:33 program INFO WAIT active send to complete -2015-03-11 11:18:34 program INFO WAIT active send to complete -2015-03-11 11:18:34 program INFO WAIT active send to complete -2015-03-11 11:18:35 program INFO WAIT active send to complete -2015-03-11 11:18:35 program INFO WAIT active send to complete -2015-03-11 11:18:35 sendUrl INFO 1 [477] R:OK -2015-03-11 11:18:36 program INFO WAIT active send to complete -2015-03-11 11:18:37 program INFO WAIT active send to complete -2015-03-11 11:18:37 program INFO WAIT active send to complete -2015-03-11 11:18:38 program INFO WAIT active send to complete -2015-03-11 11:18:38 program INFO WAIT active send to complete -2015-03-11 11:18:39 program INFO WAIT active send to complete -2015-03-11 11:18:39 program INFO WAIT active send to complete -2015-03-11 11:18:40 program INFO WAIT active send to complete -2015-03-11 11:18:40 program INFO WAIT active send to complete -2015-03-11 11:18:41 program INFO WAIT active send to complete -2015-03-11 11:18:41 program INFO WAIT active send to complete -2015-03-11 11:18:42 program INFO WAIT active send to complete -2015-03-11 11:18:42 sendUrl INFO 1 [478] R:OK -2015-03-11 11:18:43 program INFO WAIT active send to complete -2015-03-11 11:18:43 program INFO WAIT active send to complete -2015-03-11 11:18:44 program INFO WAIT active send to complete -2015-03-11 11:18:44 program INFO WAIT active send to complete -2015-03-11 11:18:45 program INFO WAIT active send to complete -2015-03-11 11:18:45 sendUrl INFO 21 [479] R:OK -2015-03-11 11:18:48 sendUrl INFO 21 [480] R:OK -2015-03-11 11:19:10 queue INFO >>21 [481] -2015-03-11 11:19:26 sendUrl INFO 21 [481] R:OK -2015-03-11 11:20:00 queue INFO >>21 [482] -2015-03-11 11:20:02 queue INFO 1 [483] -2015-03-11 11:20:03 program INFO WAIT active send to complete -2015-03-11 11:20:03 queue INFO >1 [484] -2015-03-11 11:20:03 program INFO WAIT active send to complete -2015-03-11 11:20:04 program INFO WAIT active send to complete -2015-03-11 11:20:04 program INFO WAIT active send to complete -2015-03-11 11:20:05 program INFO WAIT active send to complete -2015-03-11 11:20:05 program INFO WAIT active send to complete -2015-03-11 11:20:06 program INFO WAIT active send to complete -2015-03-11 11:20:06 program INFO WAIT active send to complete -2015-03-11 11:20:07 program INFO WAIT active send to complete -2015-03-11 11:20:07 program INFO WAIT active send to complete -2015-03-11 11:20:08 program INFO WAIT active send to complete -2015-03-11 11:20:08 program INFO WAIT active send to complete -2015-03-11 11:20:09 program INFO WAIT active send to complete -2015-03-11 11:20:09 program INFO WAIT active send to complete -2015-03-11 11:20:10 program INFO WAIT active send to complete -2015-03-11 11:20:10 program INFO WAIT active send to complete -2015-03-11 11:20:11 program INFO WAIT active send to complete -2015-03-11 11:20:11 program INFO WAIT active send to complete -2015-03-11 11:20:12 program INFO WAIT active send to complete -2015-03-11 11:20:12 program INFO WAIT active send to complete -2015-03-11 11:20:13 program INFO WAIT active send to complete -2015-03-11 11:20:13 program INFO WAIT active send to complete -2015-03-11 11:20:14 program INFO WAIT active send to complete -2015-03-11 11:20:14 program INFO WAIT active send to complete -2015-03-11 11:20:15 program INFO WAIT active send to complete -2015-03-11 11:20:15 program INFO WAIT active send to complete -2015-03-11 11:20:16 program INFO WAIT active send to complete -2015-03-11 11:20:16 sendUrl INFO 21 [482] R:OK -2015-03-11 11:20:16 queue INFO 5 [485] -2015-03-11 11:20:16 queue INFO >5 [486] -2015-03-11 11:20:17 program INFO WAIT active send to complete -2015-03-11 11:20:17 program INFO WAIT active send to complete -2015-03-11 11:20:18 queue INFO 1 [487] -2015-03-11 11:20:18 queue INFO >1 [488] -2015-03-11 11:20:18 program INFO WAIT active send to complete -2015-03-11 11:20:18 program INFO WAIT active send to complete -2015-03-11 11:20:19 program INFO WAIT active send to complete -2015-03-11 11:20:19 program INFO WAIT active send to complete -2015-03-11 11:20:20 program INFO WAIT active send to complete -2015-03-11 11:20:20 program INFO WAIT active send to complete -2015-03-11 11:20:21 program INFO WAIT active send to complete -2015-03-11 11:20:21 program INFO WAIT active send to complete -2015-03-11 11:20:22 program INFO WAIT active send to complete -2015-03-11 11:20:22 sendUrl INFO 1 [483] R:OK -2015-03-11 11:20:22 sendUrl INFO 1 [484] R:OK -2015-03-11 11:20:23 program INFO WAIT active send to complete -2015-03-11 11:20:24 program INFO WAIT active send to complete -2015-03-11 11:20:24 program INFO WAIT active send to complete -2015-03-11 11:20:25 sendUrl INFO 5 [485] R:OK -2015-03-11 11:20:25 program INFO WAIT active send to complete -2015-03-11 11:20:26 program INFO WAIT active send to complete -2015-03-11 11:20:26 program INFO WAIT active send to complete -2015-03-11 11:20:27 program INFO WAIT active send to complete -2015-03-11 11:20:27 program INFO WAIT active send to complete -2015-03-11 11:20:27 sendUrl INFO 5 [486] R:OK -2015-03-11 11:20:28 program INFO WAIT active send to complete -2015-03-11 11:20:29 sendUrl INFO 1 [487] R:OK -2015-03-11 11:20:30 sendUrl INFO 1 [488] R:OK -2015-03-11 11:21:08 queue INFO >>1 [489] -2015-03-11 11:21:08 sendUrl INFO 1 [489] R:OK -2015-03-11 11:21:39 queue INFO 3 [490] -2015-03-11 11:21:39 queue INFO >3 [491] -2015-03-11 11:21:40 sendUrl INFO 3 [490] R:OK -2015-03-11 11:21:40 sendUrl INFO 3 [491] R:OK -2015-03-11 11:22:29 queue INFO >>3 [492] -2015-03-11 11:22:29 sendUrl INFO 3 [492] R:OK -2015-03-11 11:23:19 queue INFO >>3 [493] -2015-03-11 11:23:20 sendUrl INFO 3 [493] R:OK -2015-03-11 11:24:09 queue INFO >>3 [494] -2015-03-11 11:24:10 sendUrl INFO 3 [494] R:OK -2015-03-11 11:25:00 queue INFO >>3 [495] -2015-03-11 11:25:00 sendUrl INFO 3 [495] R:OK -2015-03-11 11:25:50 queue INFO >>3 [496] -2015-03-11 11:25:50 sendUrl INFO 3 [496] R:OK -2015-03-11 11:26:40 queue INFO >>3 [497] -2015-03-11 11:26:40 sendUrl INFO 3 [497] R:OK -2015-03-11 11:27:30 queue INFO >>3 [498] -2015-03-11 11:27:30 sendUrl INFO 3 [498] R:OK -2015-03-11 11:28:20 queue INFO >>3 [499] -2015-03-11 11:28:21 sendUrl INFO 3 [499] R:OK -2015-03-11 11:29:10 queue INFO >>3 [500] -2015-03-11 11:29:11 sendUrl INFO 3 [500] R:OK -2015-03-11 11:29:54 queue INFO 7 [501] -2015-03-11 11:29:54 queue INFO >7 [502] -2015-03-11 11:29:54 sendUrl INFO 7 [501] R:OK -2015-03-11 11:29:55 sendUrl INFO 7 [502] R:OK -2015-03-11 11:29:56 queue INFO 3 [503] -2015-03-11 11:29:56 queue INFO >3 [504] -2015-03-11 11:29:56 sendUrl INFO 3 [503] R:OK -2015-03-11 11:29:56 sendUrl INFO 3 [504] R:OK -2015-03-11 11:30:46 queue INFO >>3 [505] -2015-03-11 11:30:46 sendUrl INFO 3 [505] R:OK -2015-03-11 11:31:36 queue INFO >>3 [506] -2015-03-11 11:31:36 sendUrl INFO 3 [506] R:OK -2015-03-11 11:32:26 queue INFO >>3 [507] -2015-03-11 11:32:26 sendUrl INFO 3 [507] R:OK -2015-03-11 11:33:16 queue INFO >>3 [508] -2015-03-11 11:33:17 sendUrl INFO 3 [508] R:OK -2015-03-11 11:34:06 queue INFO >>3 [509] -2015-03-11 11:34:07 sendUrl INFO 3 [509] R:OK -2015-03-11 11:34:56 queue INFO >>3 [510] -2015-03-11 11:34:57 sendUrl INFO 3 [510] R:OK -2015-03-11 11:35:47 queue INFO >>3 [511] -2015-03-11 11:35:47 sendUrl INFO 3 [511] R:OK -2015-03-11 11:36:37 queue INFO >>3 [512] -2015-03-11 11:36:40 sendUrl INFO 3 [512] R:OK -2015-03-11 11:37:27 queue INFO >>3 [513] -2015-03-11 11:37:32 sendUrl INFO 3 [513] R:OK -2015-03-11 11:38:17 queue INFO >>3 [514] -2015-03-11 11:38:22 sendUrl INFO 3 [514] R:OK -2015-03-11 11:39:07 queue INFO >>3 [515] -2015-03-11 11:39:13 sendUrl INFO 3 [515] R:OK -2015-03-11 11:39:32 queue INFO 7 [516] -2015-03-11 11:39:33 queue INFO >7 [517] -2015-03-11 11:39:33 program INFO WAIT active send to complete -2015-03-11 11:39:34 program INFO WAIT active send to complete -2015-03-11 11:39:34 queue INFO 3 [518] -2015-03-11 11:39:34 queue INFO >3 [519] -2015-03-11 11:39:34 program INFO WAIT active send to complete -2015-03-11 11:39:35 program INFO WAIT active send to complete -2015-03-11 11:39:35 program INFO WAIT active send to complete -2015-03-11 11:39:36 program INFO WAIT active send to complete -2015-03-11 11:39:36 sendUrl INFO 7 [516] R:OK -2015-03-11 11:39:37 program INFO WAIT active send to complete -2015-03-11 11:39:37 program INFO WAIT active send to complete -2015-03-11 11:39:38 program INFO WAIT active send to complete -2015-03-11 11:39:38 program INFO WAIT active send to complete -2015-03-11 11:39:39 program INFO WAIT active send to complete -2015-03-11 11:39:39 program INFO WAIT active send to complete -2015-03-11 11:39:40 sendUrl INFO 7 [517] R:OK -2015-03-11 11:39:40 program INFO WAIT active send to complete -2015-03-11 11:39:41 program INFO WAIT active send to complete -2015-03-11 11:39:41 program INFO WAIT active send to complete -2015-03-11 11:39:42 program INFO WAIT active send to complete -2015-03-11 11:39:42 program INFO WAIT active send to complete -2015-03-11 11:39:43 program INFO WAIT active send to complete -2015-03-11 11:39:43 program INFO WAIT active send to complete -2015-03-11 11:39:44 program INFO WAIT active send to complete -2015-03-11 11:39:44 sendUrl INFO 3 [518] R:OK -2015-03-11 11:40:02 sendUrl INFO 3 [519] R:OK -2015-03-11 11:40:24 queue INFO >>3 [520] -2015-03-11 11:40:26 sendUrl INFO 3 [520] R:OK -2015-03-11 11:41:14 queue INFO >>3 [521] -2015-03-11 11:41:15 sendUrl INFO 3 [521] R:OK -2015-03-11 11:42:04 queue INFO >>3 [522] -2015-03-11 11:42:05 sendUrl INFO 3 [522] R:OK -2015-03-11 11:42:54 queue INFO >>3 [523] -2015-03-11 11:42:55 sendUrl INFO 3 [523] R:OK -2015-03-11 11:43:45 queue INFO >>3 [524] -2015-03-11 11:43:45 sendUrl INFO 3 [524] R:OK -2015-03-11 11:44:35 queue INFO >>3 [525] -2015-03-11 11:44:36 sendUrl INFO 3 [525] R:OK -2015-03-11 11:45:25 queue INFO >>3 [526] -2015-03-11 11:45:27 sendUrl INFO 3 [526] R:OK -2015-03-11 11:46:15 queue INFO >>3 [527] -2015-03-11 11:46:16 sendUrl INFO 3 [527] R:OK -2015-03-11 11:47:05 queue INFO >>3 [528] -2015-03-11 11:47:06 sendUrl INFO 3 [528] R:OK -2015-03-11 11:47:55 queue INFO >>3 [529] -2015-03-11 11:47:57 sendUrl INFO 3 [529] R:OK -2015-03-11 11:48:46 queue INFO >>3 [530] -2015-03-11 11:48:47 sendUrl INFO 3 [530] R:OK -2015-03-11 11:49:11 queue INFO 7 [531] -2015-03-11 11:49:11 queue INFO >7 [532] -2015-03-11 11:49:12 sendUrl INFO 7 [531] R:OK -2015-03-11 11:49:12 sendUrl INFO 7 [532] R:OK -2015-03-11 11:49:12 queue INFO 3 [533] -2015-03-11 11:49:13 queue INFO >3 [534] -2015-03-11 11:49:13 program INFO WAIT active send to complete -2015-03-11 11:49:14 program INFO WAIT active send to complete -2015-03-11 11:49:14 program INFO WAIT active send to complete -2015-03-11 11:49:15 program INFO WAIT active send to complete -2015-03-11 11:49:15 program INFO WAIT active send to complete -2015-03-11 11:49:16 program INFO WAIT active send to complete -2015-03-11 11:49:16 program INFO WAIT active send to complete -2015-03-11 11:49:16 sendUrl INFO 3 [533] R:OK -2015-03-11 11:49:19 sendUrl INFO 3 [534] R:OK -2015-03-11 11:50:03 queue INFO >>3 [535] -2015-03-11 11:50:09 sendUrl INFO 3 [535] R:OK -2015-03-11 11:50:53 queue INFO >>3 [536] -2015-03-11 11:50:53 sendUrl INFO 3 [536] R:OK -2015-03-11 11:51:43 queue INFO >>3 [537] -2015-03-11 11:51:43 sendUrl INFO 3 [537] R:OK -2015-03-11 11:52:33 queue INFO >>3 [538] -2015-03-11 11:52:33 sendUrl INFO 3 [538] R:OK -2015-03-11 11:53:23 queue INFO >>3 [539] -2015-03-11 11:53:23 sendUrl INFO 3 [539] R:OK -2015-03-11 11:54:13 queue INFO >>3 [540] -2015-03-11 11:54:14 sendUrl INFO 3 [540] R:OK -2015-03-11 11:55:04 queue INFO >>3 [541] -2015-03-11 11:55:04 sendUrl INFO 3 [541] R:OK -2015-03-11 11:55:54 queue INFO >>3 [542] -2015-03-11 11:55:54 sendUrl INFO 3 [542] R:OK -2015-03-11 11:56:44 queue INFO >>3 [543] -2015-03-11 11:56:44 sendUrl INFO 3 [543] R:OK -2015-03-11 11:57:34 queue INFO >>3 [544] -2015-03-11 11:57:34 sendUrl INFO 3 [544] R:OK -2015-03-11 11:58:24 queue INFO >>3 [545] -2015-03-11 11:58:25 sendUrl INFO 3 [545] R:OK -2015-03-11 11:58:50 queue INFO 7 [546] -2015-03-11 11:58:50 queue INFO >7 [547] -2015-03-11 11:58:50 program INFO WAIT active send to complete -2015-03-11 11:58:51 program INFO WAIT active send to complete -2015-03-11 11:58:51 program INFO WAIT active send to complete -2015-03-11 11:58:51 queue INFO 3 [548] -2015-03-11 11:58:51 queue INFO >3 [549] -2015-03-11 11:58:52 program INFO WAIT active send to complete -2015-03-11 11:58:52 program INFO WAIT active send to complete -2015-03-11 11:58:53 program INFO WAIT active send to complete -2015-03-11 11:58:53 program INFO WAIT active send to complete -2015-03-11 11:58:54 program INFO WAIT active send to complete -2015-03-11 11:58:54 program INFO WAIT active send to complete -2015-03-11 11:58:55 program INFO WAIT active send to complete -2015-03-11 11:58:55 sendUrl INFO 7 [546] R:OK -2015-03-11 11:58:56 program INFO WAIT active send to complete -2015-03-11 11:58:56 program INFO WAIT active send to complete -2015-03-11 11:58:57 program INFO WAIT active send to complete -2015-03-11 11:58:57 program INFO WAIT active send to complete -2015-03-11 11:58:58 program INFO WAIT active send to complete -2015-03-11 11:58:58 sendUrl INFO 7 [547] R:OK -2015-03-11 11:58:59 program INFO WAIT active send to complete -2015-03-11 11:58:59 program INFO WAIT active send to complete -2015-03-11 11:59:00 program INFO WAIT active send to complete -2015-03-11 11:59:00 program INFO WAIT active send to complete -2015-03-11 11:59:01 program INFO WAIT active send to complete -2015-03-11 11:59:01 program INFO WAIT active send to complete -2015-03-11 11:59:02 program INFO WAIT active send to complete -2015-03-11 11:59:02 program INFO WAIT active send to complete -2015-03-11 11:59:03 program INFO WAIT active send to complete -2015-03-11 11:59:03 program INFO WAIT active send to complete -2015-03-11 11:59:04 program INFO WAIT active send to complete -2015-03-11 11:59:04 program INFO WAIT active send to complete -2015-03-11 11:59:05 program INFO WAIT active send to complete -2015-03-11 11:59:05 program INFO WAIT active send to complete -2015-03-11 11:59:06 program INFO WAIT active send to complete -2015-03-11 11:59:06 program INFO WAIT active send to complete -2015-03-11 11:59:07 program INFO WAIT active send to complete -2015-03-11 11:59:07 program INFO WAIT active send to complete -2015-03-11 11:59:08 program INFO WAIT active send to complete -2015-03-11 11:59:08 program INFO WAIT active send to complete -2015-03-11 11:59:09 program INFO WAIT active send to complete -2015-03-11 11:59:09 program INFO WAIT active send to complete -2015-03-11 11:59:10 program INFO WAIT active send to complete -2015-03-11 11:59:10 program INFO WAIT active send to complete -2015-03-11 11:59:11 program INFO WAIT active send to complete -2015-03-11 11:59:11 program INFO WAIT active send to complete -2015-03-11 11:59:12 program INFO WAIT active send to complete -2015-03-11 11:59:12 program INFO WAIT active send to complete -2015-03-11 11:59:13 program INFO WAIT active send to complete -2015-03-11 11:59:13 program INFO WAIT active send to complete -2015-03-11 11:59:14 program INFO WAIT active send to complete -2015-03-11 11:59:14 program INFO WAIT active send to complete -2015-03-11 11:59:15 program INFO WAIT active send to complete -2015-03-11 11:59:15 program INFO WAIT active send to complete -2015-03-11 11:59:16 program INFO WAIT active send to complete -2015-03-11 11:59:16 program INFO WAIT active send to complete -2015-03-11 11:59:17 program INFO WAIT active send to complete -2015-03-11 11:59:17 program INFO WAIT active send to complete -2015-03-11 11:59:18 program INFO WAIT active send to complete -2015-03-11 11:59:18 program INFO WAIT active send to complete -2015-03-11 11:59:19 program INFO WAIT active send to complete -2015-03-11 11:59:19 program INFO WAIT active send to complete -2015-03-11 11:59:20 program INFO WAIT active send to complete -2015-03-11 11:59:21 program INFO WAIT active send to complete -2015-03-11 11:59:21 program INFO WAIT active send to complete -2015-03-11 11:59:22 program INFO WAIT active send to complete -2015-03-11 11:59:22 program INFO WAIT active send to complete -2015-03-11 11:59:23 program INFO WAIT active send to complete -2015-03-11 11:59:23 program INFO WAIT active send to complete -2015-03-11 11:59:24 program INFO WAIT active send to complete -2015-03-11 11:59:24 program INFO WAIT active send to complete -2015-03-11 11:59:25 program INFO WAIT active send to complete -2015-03-11 11:59:25 program INFO WAIT active send to complete -2015-03-11 11:59:26 program INFO WAIT active send to complete -2015-03-11 11:59:26 program INFO WAIT active send to complete -2015-03-11 11:59:27 program INFO WAIT active send to complete -2015-03-11 11:59:27 program INFO WAIT active send to complete -2015-03-11 11:59:28 program INFO WAIT active send to complete -2015-03-11 11:59:28 program INFO WAIT active send to complete -2015-03-11 11:59:28 sendUrl INFO 3 [548] R:OK -2015-03-11 11:59:29 sendUrl INFO 3 [549] R:OK -2015-03-11 11:59:41 queue INFO >>3 [550] -2015-03-11 11:59:42 sendUrl INFO 3 [550] R:OK -2015-03-11 12:00:24 queue INFO 1 [551] -2015-03-11 12:00:24 queue INFO >1 [552] -2015-03-11 12:00:25 sendUrl INFO 1 [551] R:OK -2015-03-11 12:00:25 sendUrl INFO 1 [552] R:OK -2015-03-11 12:01:14 queue INFO >>1 [553] -2015-03-11 12:01:14 sendUrl INFO 1 [553] R:OK -2015-03-11 12:02:04 queue INFO >>1 [554] -2015-03-11 12:02:05 sendUrl INFO 1 [554] R:OK -2015-03-11 12:02:55 queue INFO >>1 [555] -2015-03-11 12:02:55 sendUrl INFO 1 [555] R:OK -2015-03-11 12:03:45 queue INFO >>1 [556] -2015-03-11 12:03:45 sendUrl INFO 1 [556] R:OK -2015-03-11 12:04:35 queue INFO >>1 [557] -2015-03-11 12:04:35 sendUrl INFO 1 [557] R:OK -2015-03-11 12:05:25 queue INFO >>1 [558] -2015-03-11 12:05:26 sendUrl INFO 1 [558] R:OK -2015-03-11 12:06:15 queue INFO >>1 [559] -2015-03-11 12:06:15 sendUrl INFO 1 [559] R:OK -2015-03-11 12:07:05 queue INFO >>1 [560] -2015-03-11 12:07:06 sendUrl INFO 1 [560] R:OK -2015-03-11 12:07:55 queue INFO >>1 [561] -2015-03-11 12:07:56 sendUrl INFO 1 [561] R:OK -2015-03-11 12:08:46 queue INFO >>1 [562] -2015-03-11 12:08:46 sendUrl INFO 1 [562] R:OK -2015-03-11 12:09:10 queue INFO 21 [563] -2015-03-11 12:09:10 queue INFO >21 [564] -2015-03-11 12:09:10 sendUrl INFO 21 [563] R:OK -2015-03-11 12:09:11 sendUrl INFO 21 [564] R:OK -2015-03-11 12:10:00 queue INFO >>21 [565] -2015-03-11 12:10:00 sendUrl INFO 21 [565] R:OK -2015-03-11 12:10:50 queue INFO >>21 [566] -2015-03-11 12:10:50 sendUrl INFO 21 [566] R:OK -2015-03-11 12:11:40 queue INFO >>21 [567] -2015-03-11 12:11:41 sendUrl INFO 21 [567] R:OK -2015-03-11 12:12:30 queue INFO >>21 [568] -2015-03-11 12:12:30 sendUrl INFO 21 [568] R:OK -2015-03-11 12:13:20 queue INFO >>21 [569] -2015-03-11 12:13:21 sendUrl INFO 21 [569] R:OK -2015-03-11 12:14:11 queue INFO >>21 [570] -2015-03-11 12:14:11 sendUrl INFO 21 [570] R:OK -2015-03-11 12:15:01 queue INFO >>21 [571] -2015-03-11 12:15:01 sendUrl INFO 21 [571] R:OK -2015-03-11 12:15:51 queue INFO >>21 [572] -2015-03-11 12:15:51 sendUrl INFO 21 [572] R:OK -2015-03-11 12:16:04 queue INFO 1 [573] -2015-03-11 12:16:04 queue INFO >1 [574] -2015-03-11 12:16:04 sendUrl INFO 1 [573] R:OK -2015-03-11 12:16:05 sendUrl INFO 1 [574] R:OK -2015-03-11 12:16:30 queue INFO 5 [575] -2015-03-11 12:16:30 queue INFO >5 [576] -2015-03-11 12:16:30 sendUrl INFO 5 [575] R:OK -2015-03-11 12:16:31 sendUrl INFO 5 [576] R:OK -2015-03-11 12:16:31 queue INFO 1 [577] -2015-03-11 12:16:32 queue INFO >1 [578] -2015-03-11 12:16:32 sendUrl INFO 1 [577] R:OK -2015-03-11 12:16:32 sendUrl INFO 1 [578] R:OK -2015-03-11 12:17:21 queue INFO >>1 [579] -2015-03-11 12:17:22 sendUrl INFO 1 [579] R:OK -2015-03-11 12:17:53 queue INFO 3 [580] -2015-03-11 12:17:53 queue INFO >3 [581] -2015-03-11 12:17:53 sendUrl INFO 3 [580] R:OK -2015-03-11 12:17:54 sendUrl INFO 3 [581] R:OK -2015-03-11 12:18:43 queue INFO >>3 [582] -2015-03-11 12:18:43 sendUrl INFO 3 [582] R:OK -2015-03-11 12:19:33 queue INFO >>3 [583] -2015-03-11 12:19:33 sendUrl INFO 3 [583] R:OK -2015-03-11 12:20:23 queue INFO >>3 [584] -2015-03-11 12:20:24 sendUrl INFO 3 [584] R:OK -2015-03-11 12:21:13 queue INFO >>3 [585] -2015-03-11 12:21:13 sendUrl INFO 3 [585] R:OK -2015-03-11 12:22:03 queue INFO >>3 [586] -2015-03-11 12:22:04 sendUrl INFO 3 [586] R:OK -2015-03-11 12:22:54 queue INFO >>3 [587] -2015-03-11 12:22:54 sendUrl INFO 3 [587] R:OK -2015-03-11 12:23:44 queue INFO >>3 [588] -2015-03-11 12:23:44 sendUrl INFO 3 [588] R:OK -2015-03-11 12:24:34 queue INFO >>3 [589] -2015-03-11 12:24:34 sendUrl INFO 3 [589] R:OK -2015-03-11 12:25:24 queue INFO >>3 [590] -2015-03-11 12:25:24 sendUrl INFO 3 [590] R:OK -2015-03-11 12:26:08 queue INFO 7 [591] -2015-03-11 12:26:08 queue INFO >7 [592] -2015-03-11 12:26:08 sendUrl INFO 7 [591] R:OK -2015-03-11 12:26:09 sendUrl INFO 7 [592] R:OK -2015-03-11 12:26:10 queue INFO 3 [593] -2015-03-11 12:26:10 queue INFO >3 [594] -2015-03-11 12:26:10 sendUrl INFO 3 [593] R:OK -2015-03-11 12:26:10 sendUrl INFO 3 [594] R:OK -2015-03-11 12:27:00 queue INFO >>3 [595] -2015-03-11 12:27:00 sendUrl INFO 3 [595] R:OK -2015-03-11 12:27:50 queue INFO >>3 [596] -2015-03-11 12:27:50 sendUrl INFO 3 [596] R:OK -2015-03-11 12:28:40 queue INFO >>3 [597] -2015-03-11 12:28:40 sendUrl INFO 3 [597] R:OK -2015-03-11 12:29:30 queue INFO >>3 [598] -2015-03-11 12:29:30 sendUrl INFO 3 [598] R:OK -2015-03-11 12:30:20 queue INFO >>3 [599] -2015-03-11 12:30:21 sendUrl INFO 3 [599] R:OK -2015-03-11 12:31:10 queue INFO >>3 [600] -2015-03-11 12:31:11 sendUrl INFO 3 [600] R:OK -2015-03-11 12:32:00 queue INFO >>3 [601] -2015-03-11 12:32:01 sendUrl INFO 3 [601] R:OK -2015-03-11 12:32:51 queue INFO >>3 [602] -2015-03-11 12:32:51 sendUrl INFO 3 [602] R:OK -2015-03-11 12:33:41 queue INFO >>3 [603] -2015-03-11 12:33:41 sendUrl INFO 3 [603] R:OK -2015-03-11 12:34:31 queue INFO >>3 [604] -2015-03-11 12:34:31 sendUrl INFO 3 [604] R:OK -2015-03-11 12:35:21 queue INFO >>3 [605] -2015-03-11 12:35:21 sendUrl INFO 3 [605] R:OK -2015-03-11 12:35:46 queue INFO 7 [606] -2015-03-11 12:35:46 queue INFO >7 [607] -2015-03-11 12:35:46 sendUrl INFO 7 [606] R:OK -2015-03-11 12:35:47 sendUrl INFO 7 [607] R:OK -2015-03-11 12:35:48 queue INFO 3 [608] -2015-03-11 12:35:48 queue INFO >3 [609] -2015-03-11 12:35:48 sendUrl INFO 3 [608] R:OK -2015-03-11 12:35:48 sendUrl INFO 3 [609] R:OK -2015-03-11 12:36:38 queue INFO >>3 [610] -2015-03-11 12:36:38 sendUrl INFO 3 [610] R:OK -2015-03-11 12:37:28 queue INFO >>3 [611] -2015-03-11 12:37:28 sendUrl INFO 3 [611] R:OK -2015-03-11 12:38:18 queue INFO >>3 [612] -2015-03-11 12:38:18 sendUrl INFO 3 [612] R:OK -2015-03-11 12:39:08 queue INFO >>3 [613] -2015-03-11 12:39:09 sendUrl INFO 3 [613] R:OK -2015-03-11 12:39:58 queue INFO >>3 [614] -2015-03-11 12:39:59 sendUrl INFO 3 [614] R:OK -2015-03-11 12:40:49 queue INFO >>3 [615] -2015-03-11 12:40:49 sendUrl INFO 3 [615] R:OK -2015-03-11 12:41:39 queue INFO >>3 [616] -2015-03-11 12:41:39 sendUrl INFO 3 [616] R:OK -2015-03-11 12:42:29 queue INFO >>3 [617] -2015-03-11 12:42:29 sendUrl INFO 3 [617] R:OK -2015-03-11 12:43:19 queue INFO >>3 [618] -2015-03-11 12:43:19 sendUrl INFO 3 [618] R:OK -2015-03-11 12:44:09 queue INFO >>3 [619] -2015-03-11 12:44:09 sendUrl INFO 3 [619] R:OK -2015-03-11 12:44:59 queue INFO >>3 [620] -2015-03-11 12:45:00 sendUrl INFO 3 [620] R:OK -2015-03-11 12:45:25 queue INFO 7 [621] -2015-03-11 12:45:25 queue INFO >7 [622] -2015-03-11 12:45:25 sendUrl INFO 7 [621] R:OK -2015-03-11 12:45:25 sendUrl INFO 7 [622] R:OK -2015-03-11 12:45:26 queue INFO 3 [623] -2015-03-11 12:45:26 queue INFO >3 [624] -2015-03-11 12:45:26 sendUrl INFO 3 [623] R:OK -2015-03-11 12:45:27 sendUrl INFO 3 [624] R:OK -2015-03-11 12:46:16 queue INFO >>3 [625] -2015-03-11 12:46:17 sendUrl INFO 3 [625] R:OK -2015-03-11 12:47:06 queue INFO >>3 [626] -2015-03-11 12:47:06 sendUrl INFO 3 [626] R:OK -2015-03-11 12:47:56 queue INFO >>3 [627] -2015-03-11 12:47:57 sendUrl INFO 3 [627] R:OK -2015-03-11 12:48:47 queue INFO >>3 [628] -2015-03-11 12:48:47 sendUrl INFO 3 [628] R:OK -2015-03-11 12:49:37 queue INFO >>3 [629] -2015-03-11 12:49:37 sendUrl INFO 3 [629] R:OK -2015-03-11 12:50:27 queue INFO >>3 [630] -2015-03-11 12:50:27 sendUrl INFO 3 [630] R:OK -2015-03-11 12:51:17 queue INFO >>3 [631] -2015-03-11 12:51:17 sendUrl INFO 3 [631] R:OK -2015-03-11 12:52:07 queue INFO >>3 [632] -2015-03-11 12:52:08 sendUrl INFO 3 [632] R:OK -2015-03-11 12:52:57 queue INFO >>3 [633] -2015-03-11 12:52:58 sendUrl INFO 3 [633] R:OK -2015-03-11 12:53:47 queue INFO >>3 [634] -2015-03-11 12:53:48 sendUrl INFO 3 [634] R:OK -2015-03-11 12:54:38 queue INFO >>3 [635] -2015-03-11 12:54:38 sendUrl INFO 3 [635] R:OK -2015-03-11 12:55:03 queue INFO 7 [636] -2015-03-11 12:55:03 queue INFO >7 [637] -2015-03-11 12:55:03 sendUrl INFO 7 [636] R:OK -2015-03-11 12:55:04 sendUrl INFO 7 [637] R:OK -2015-03-11 12:55:05 queue INFO 3 [638] -2015-03-11 12:55:05 queue INFO >3 [639] -2015-03-11 12:55:05 sendUrl INFO 3 [638] R:OK -2015-03-11 12:55:05 sendUrl INFO 3 [639] R:OK -2015-03-11 12:55:55 queue INFO >>3 [640] -2015-03-11 12:55:55 sendUrl INFO 3 [640] R:OK -2015-03-11 12:56:45 queue INFO >>3 [641] -2015-03-11 12:56:45 sendUrl INFO 3 [641] R:OK -2015-03-11 12:57:35 queue INFO >>3 [642] -2015-03-11 12:57:35 sendUrl INFO 3 [642] R:OK -2015-03-11 12:58:25 queue INFO >>3 [643] -2015-03-11 12:58:26 sendUrl INFO 3 [643] R:OK -2015-03-11 12:59:15 queue INFO >>3 [644] -2015-03-11 12:59:15 sendUrl INFO 3 [644] R:OK -2015-03-11 13:00:05 queue INFO >>3 [645] -2015-03-11 13:00:06 sendUrl INFO 3 [645] R:OK -2015-03-11 13:00:56 queue INFO >>3 [646] -2015-03-11 13:00:56 sendUrl INFO 3 [646] R:OK -2015-03-11 13:01:46 queue INFO >>3 [647] -2015-03-11 13:01:46 sendUrl INFO 3 [647] R:OK -2015-03-11 13:02:36 queue INFO >>3 [648] -2015-03-11 13:02:36 sendUrl INFO 3 [648] R:OK -2015-03-11 13:03:26 queue INFO >>3 [649] -2015-03-11 13:03:27 sendUrl INFO 3 [649] R:OK -2015-03-11 13:04:16 queue INFO >>3 [650] -2015-03-11 13:04:16 sendUrl INFO 3 [650] R:OK -2015-03-11 13:04:42 queue INFO 7 [651] -2015-03-11 13:04:42 queue INFO >7 [652] -2015-03-11 13:04:42 sendUrl INFO 7 [651] R:OK -2015-03-11 13:04:43 sendUrl INFO 7 [652] R:OK -2015-03-11 13:04:43 queue INFO 3 [653] -2015-03-11 13:04:44 queue INFO >3 [654] -2015-03-11 13:04:44 sendUrl INFO 3 [653] R:OK -2015-03-11 13:04:44 sendUrl INFO 3 [654] R:OK -2015-03-11 13:05:33 queue INFO >>3 [655] -2015-03-11 13:05:34 sendUrl INFO 3 [655] R:OK -2015-03-11 13:06:24 queue INFO >>3 [656] -2015-03-11 13:06:24 sendUrl INFO 3 [656] R:OK -2015-03-11 13:07:14 queue INFO >>3 [657] -2015-03-11 13:07:14 sendUrl INFO 3 [657] R:OK -2015-03-11 13:08:04 queue INFO >>3 [658] -2015-03-11 13:08:04 sendUrl INFO 3 [658] R:OK -2015-03-11 13:08:54 queue INFO >>3 [659] -2015-03-11 13:08:54 sendUrl INFO 3 [659] R:OK -2015-03-11 13:09:44 queue INFO >>3 [660] -2015-03-11 13:09:45 sendUrl INFO 3 [660] R:OK -2015-03-11 13:10:34 queue INFO >>3 [661] -2015-03-11 13:10:35 sendUrl INFO 3 [661] R:OK -2015-03-11 13:11:24 queue INFO >>3 [662] -2015-03-11 13:11:25 sendUrl INFO 3 [662] R:OK -2015-03-11 13:12:14 queue INFO >>3 [663] -2015-03-11 13:12:15 sendUrl INFO 3 [663] R:OK -2015-03-11 13:13:05 queue INFO >>3 [664] -2015-03-11 13:13:05 sendUrl INFO 3 [664] R:OK -2015-03-11 13:13:55 queue INFO >>3 [665] -2015-03-11 13:13:55 sendUrl INFO 3 [665] R:OK -2015-03-11 13:14:20 queue INFO 7 [666] -2015-03-11 13:14:20 queue INFO >7 [667] -2015-03-11 13:14:21 sendUrl INFO 7 [666] R:OK -2015-03-11 13:14:21 sendUrl INFO 7 [667] R:OK -2015-03-11 13:14:21 queue INFO 3 [668] -2015-03-11 13:14:22 sendUrl INFO 3 [668] R:OK -2015-03-11 13:14:22 queue INFO >3 [669] -2015-03-11 13:14:37 sendUrl INFO 3 [669] R:OK -2015-03-11 13:15:12 queue INFO >>3 [670] -2015-03-11 13:15:20 sendUrl INFO 3 [670] R:OK -2015-03-11 13:16:02 queue INFO >>3 [671] -2015-03-11 13:16:02 sendUrl INFO 3 [671] R:OK -2015-03-11 13:16:52 queue INFO >>3 [672] -2015-03-11 13:17:02 sendUrl INFO 3 [672] R:OK -2015-03-11 13:17:42 queue INFO >>3 [673] -2015-03-11 13:17:45 sendUrl INFO 3 [673] R:OK -2015-03-11 13:18:32 queue INFO >>3 [674] -2015-03-11 13:18:33 sendUrl INFO 3 [674] R:OK -2015-03-11 13:19:22 queue INFO >>3 [675] -2015-03-11 13:19:27 sendUrl INFO 3 [675] R:OK -2015-03-11 13:20:13 queue INFO >>3 [676] -2015-03-11 13:20:13 sendUrl INFO 3 [676] R:OK -2015-03-11 13:21:03 queue INFO >>3 [677] -2015-03-11 13:21:28 sendUrl INFO 3 [677] R:OK -2015-03-11 13:21:53 queue INFO >>3 [678] -2015-03-11 13:22:06 sendUrl INFO 3 [678] R:OK -2015-03-11 13:22:43 queue INFO >>3 [679] -2015-03-11 13:22:57 sendUrl INFO 3 [679] R:OK -2015-03-11 13:23:33 queue INFO >>3 [680] -2015-03-11 13:23:34 sendUrl INFO 3 [680] R:OK -2015-03-11 13:23:58 queue INFO 7 [681] -2015-03-11 13:23:59 queue INFO >7 [682] -2015-03-11 13:23:59 sendUrl INFO 7 [681] R:OK -2015-03-11 13:24:00 queue INFO 3 [683] -2015-03-11 13:24:00 program INFO WAIT active send to complete -2015-03-11 13:24:00 queue INFO >3 [684] -2015-03-11 13:24:00 program INFO WAIT active send to complete -2015-03-11 13:24:01 program INFO WAIT active send to complete -2015-03-11 13:24:01 program INFO WAIT active send to complete -2015-03-11 13:24:02 sendUrl INFO 7 [682] R:OK -2015-03-11 13:24:02 program INFO WAIT active send to complete -2015-03-11 13:24:03 program INFO WAIT active send to complete -2015-03-11 13:24:03 program INFO WAIT active send to complete -2015-03-11 13:24:04 program INFO WAIT active send to complete -2015-03-11 13:24:05 program INFO WAIT active send to complete -2015-03-11 13:24:05 program INFO WAIT active send to complete -2015-03-11 13:24:06 program INFO WAIT active send to complete -2015-03-11 13:24:06 program INFO WAIT active send to complete -2015-03-11 13:24:07 program INFO WAIT active send to complete -2015-03-11 13:24:07 program INFO WAIT active send to complete -2015-03-11 13:24:08 program INFO WAIT active send to complete -2015-03-11 13:24:08 program INFO WAIT active send to complete -2015-03-11 13:24:09 program INFO WAIT active send to complete -2015-03-11 13:24:09 program INFO WAIT active send to complete -2015-03-11 13:24:10 program INFO WAIT active send to complete -2015-03-11 13:24:10 program INFO WAIT active send to complete -2015-03-11 13:24:11 program INFO WAIT active send to complete -2015-03-11 13:24:11 program INFO WAIT active send to complete -2015-03-11 13:24:12 program INFO WAIT active send to complete -2015-03-11 13:24:12 program INFO WAIT active send to complete -2015-03-11 13:24:13 program INFO WAIT active send to complete -2015-03-11 13:24:13 program INFO WAIT active send to complete -2015-03-11 13:24:14 program INFO WAIT active send to complete -2015-03-11 13:24:14 program INFO WAIT active send to complete -2015-03-11 13:24:15 program INFO WAIT active send to complete -2015-03-11 13:24:15 program INFO WAIT active send to complete -2015-03-11 13:24:16 program INFO WAIT active send to complete -2015-03-11 13:24:16 program INFO WAIT active send to complete -2015-03-11 13:24:17 program INFO WAIT active send to complete -2015-03-11 13:24:17 sendUrl INFO 3 [683] R:OK -2015-03-11 13:24:23 sendUrl INFO 3 [684] R:OK -2015-03-11 13:24:50 queue INFO >>3 [685] -2015-03-11 13:24:52 sendUrl INFO 3 [685] R:OK -2015-03-11 13:25:40 queue INFO >>3 [686] -2015-03-11 13:25:42 sendUrl INFO 3 [686] R:OK -2015-03-11 13:26:30 queue INFO >>3 [687] -2015-03-11 13:26:31 sendUrl INFO 3 [687] R:OK -2015-03-11 13:27:20 queue INFO >>3 [688] -2015-03-11 13:27:22 sendUrl INFO 3 [688] R:OK -2015-03-11 13:28:10 queue INFO >>3 [689] -2015-03-11 13:28:13 sendUrl INFO 3 [689] R:OK -2015-03-11 13:29:01 queue INFO >>3 [690] -2015-03-11 13:29:06 sendUrl INFO 3 [690] R:OK -2015-03-11 13:29:51 queue INFO >>3 [691] -2015-03-11 13:29:51 sendUrl INFO 3 [691] R:OK -2015-03-11 13:30:41 queue INFO >>3 [692] -2015-03-11 13:31:04 sendUrl INFO 3 [692] R:OK -2015-03-11 13:31:31 queue INFO >>3 [693] -2015-03-11 13:31:31 sendUrl INFO 3 [693] R:OK -2015-03-11 13:32:21 queue INFO >>3 [694] -2015-03-11 13:32:22 sendUrl INFO 3 [694] R:OK -2015-03-11 13:33:11 queue INFO >>3 [695] -2015-03-11 13:33:34 sendUrl INFO 3 [695] R:OK -2015-03-11 13:33:36 queue INFO 7 [696] -2015-03-11 13:33:37 queue INFO >7 [697] -2015-03-11 13:33:37 program INFO WAIT active send to complete -2015-03-11 13:33:38 program INFO WAIT active send to complete -2015-03-11 13:33:38 queue INFO 3 [698] -2015-03-11 13:33:38 queue INFO >3 [699] -2015-03-11 13:33:38 program INFO WAIT active send to complete -2015-03-11 13:33:39 program INFO WAIT active send to complete -2015-03-11 13:33:40 program INFO WAIT active send to complete -2015-03-11 13:33:40 program INFO WAIT active send to complete -2015-03-11 13:33:41 program INFO WAIT active send to complete -2015-03-11 13:33:41 program INFO WAIT active send to complete -2015-03-11 13:33:42 program INFO WAIT active send to complete -2015-03-11 13:33:42 program INFO WAIT active send to complete -2015-03-11 13:33:43 program INFO WAIT active send to complete -2015-03-11 13:33:43 program INFO WAIT active send to complete -2015-03-11 13:33:44 program INFO WAIT active send to complete -2015-03-11 13:33:44 program INFO WAIT active send to complete -2015-03-11 13:33:45 program INFO WAIT active send to complete -2015-03-11 13:33:45 program INFO WAIT active send to complete -2015-03-11 13:33:46 program INFO WAIT active send to complete -2015-03-11 13:33:46 program INFO WAIT active send to complete -2015-03-11 13:33:47 program INFO WAIT active send to complete -2015-03-11 13:33:47 program INFO WAIT active send to complete -2015-03-11 13:33:48 program INFO WAIT active send to complete -2015-03-11 13:33:48 program INFO WAIT active send to complete -2015-03-11 13:33:49 program INFO WAIT active send to complete -2015-03-11 13:33:49 program INFO WAIT active send to complete -2015-03-11 13:33:50 program INFO WAIT active send to complete -2015-03-11 13:33:50 program INFO WAIT active send to complete -2015-03-11 13:33:51 program INFO WAIT active send to complete -2015-03-11 13:33:51 sendUrl INFO 7 [696] R:OK -2015-03-11 13:33:52 program INFO WAIT active send to complete -2015-03-11 13:33:52 program INFO WAIT active send to complete -2015-03-11 13:33:53 program INFO WAIT active send to complete -2015-03-11 13:33:53 program INFO WAIT active send to complete -2015-03-11 13:33:54 program INFO WAIT active send to complete -2015-03-11 13:33:54 program INFO WAIT active send to complete -2015-03-11 13:33:55 program INFO WAIT active send to complete -2015-03-11 13:33:55 program INFO WAIT active send to complete -2015-03-11 13:33:56 program INFO WAIT active send to complete -2015-03-11 13:33:56 sendUrl INFO 7 [697] R:OK -2015-03-11 13:33:57 program INFO WAIT active send to complete -2015-03-11 13:33:57 program INFO WAIT active send to complete -2015-03-11 13:33:58 program INFO WAIT active send to complete -2015-03-11 13:33:58 program INFO WAIT active send to complete -2015-03-11 13:33:59 sendUrl INFO 3 [698] R:OK -2015-03-11 13:34:00 sendUrl INFO 3 [699] R:OK -2015-03-11 13:34:28 queue INFO >>3 [700] -2015-03-11 13:34:29 sendUrl INFO 3 [700] R:OK -2015-03-11 13:35:18 queue INFO >>3 [701] -2015-03-11 13:35:31 sendUrl INFO 3 [701] R:OK -2015-03-11 13:36:09 queue INFO >>3 [702] -2015-03-11 13:36:21 sendUrl INFO 3 [702] R:OK -2015-03-11 13:36:59 queue INFO >>3 [703] -2015-03-11 13:36:59 sendUrl INFO 3 [703] R:OK -2015-03-11 13:37:49 queue INFO >>3 [704] -2015-03-11 13:37:56 sendUrl INFO 3 [704] R:OK -2015-03-11 13:38:39 queue INFO >>3 [705] -2015-03-11 13:38:46 sendUrl INFO 3 [705] R:OK -2015-03-11 13:39:29 queue INFO >>3 [706] -2015-03-11 13:39:30 sendUrl INFO 3 [706] R:OK -2015-03-11 13:40:19 queue INFO >>3 [707] -2015-03-11 13:40:21 sendUrl INFO 3 [707] R:OK -2015-03-11 13:41:09 queue INFO >>3 [708] -2015-03-11 13:41:11 sendUrl INFO 3 [708] R:OK -2015-03-11 13:42:00 queue INFO >>3 [709] -2015-03-11 13:42:22 sendUrl INFO 3 [709] R:OK -2015-03-11 13:42:50 queue INFO >>3 [710] -2015-03-11 13:42:50 sendUrl INFO 3 [710] R:OK -2015-03-11 13:43:15 queue INFO 7 [711] -2015-03-11 13:43:15 queue INFO >7 [712] -2015-03-11 13:43:16 program INFO WAIT active send to complete -2015-03-11 13:43:16 program INFO WAIT active send to complete -2015-03-11 13:43:16 queue INFO 3 [713] -2015-03-11 13:43:17 program INFO WAIT active send to complete -2015-03-11 13:43:17 queue INFO >3 [714] -2015-03-11 13:43:17 program INFO WAIT active send to complete -2015-03-11 13:43:18 program INFO WAIT active send to complete -2015-03-11 13:43:18 program INFO WAIT active send to complete -2015-03-11 13:43:19 program INFO WAIT active send to complete -2015-03-11 13:43:19 program INFO WAIT active send to complete -2015-03-11 13:43:20 program INFO WAIT active send to complete -2015-03-11 13:43:20 program INFO WAIT active send to complete -2015-03-11 13:43:21 program INFO WAIT active send to complete -2015-03-11 13:43:21 sendUrl INFO 7 [711] R:OK -2015-03-11 13:43:22 program INFO WAIT active send to complete -2015-03-11 13:43:22 program INFO WAIT active send to complete -2015-03-11 13:43:23 program INFO WAIT active send to complete -2015-03-11 13:43:23 program INFO WAIT active send to complete -2015-03-11 13:43:24 program INFO WAIT active send to complete -2015-03-11 13:43:24 program INFO WAIT active send to complete -2015-03-11 13:43:25 program INFO WAIT active send to complete -2015-03-11 13:43:25 program INFO WAIT active send to complete -2015-03-11 13:43:26 program INFO WAIT active send to complete -2015-03-11 13:43:26 program INFO WAIT active send to complete -2015-03-11 13:43:27 program INFO WAIT active send to complete -2015-03-11 13:43:27 program INFO WAIT active send to complete -2015-03-11 13:43:28 program INFO WAIT active send to complete -2015-03-11 13:43:28 program INFO WAIT active send to complete -2015-03-11 13:43:29 program INFO WAIT active send to complete -2015-03-11 13:43:29 program INFO WAIT active send to complete -2015-03-11 13:43:30 program INFO WAIT active send to complete -2015-03-11 13:43:30 program INFO WAIT active send to complete -2015-03-11 13:43:31 program INFO WAIT active send to complete -2015-03-11 13:43:31 program INFO WAIT active send to complete -2015-03-11 13:43:32 program INFO WAIT active send to complete -2015-03-11 13:43:32 program INFO WAIT active send to complete -2015-03-11 13:43:33 program INFO WAIT active send to complete -2015-03-11 13:43:33 program INFO WAIT active send to complete -2015-03-11 13:43:34 program INFO WAIT active send to complete -2015-03-11 13:43:34 program INFO WAIT active send to complete -2015-03-11 13:43:35 program INFO WAIT active send to complete -2015-03-11 13:43:35 sendUrl INFO 7 [712] R:OK -2015-03-11 13:43:35 sendUrl INFO 3 [713] R:OK -2015-03-11 13:43:36 sendUrl INFO 3 [714] R:OK -2015-03-11 13:44:07 queue INFO >>3 [715] -2015-03-11 13:44:11 sendUrl INFO 3 [715] R:OK -2015-03-11 13:44:57 queue INFO >>3 [716] -2015-03-11 13:44:57 sendUrl INFO 3 [716] R:OK -2015-03-11 13:45:47 queue INFO >>3 [717] -2015-03-11 13:45:51 sendUrl INFO 3 [717] R:OK -2015-03-11 13:46:37 queue INFO >>3 [718] -2015-03-11 13:46:38 sendUrl INFO 3 [718] R:OK -2015-03-11 13:47:27 queue INFO >>3 [719] -2015-03-11 13:47:35 sendUrl INFO 3 [719] R:OK -2015-03-11 13:48:17 queue INFO >>3 [720] -2015-03-11 13:48:26 sendUrl INFO 3 [720] R:OK -2015-03-11 13:49:07 queue INFO >>3 [721] -2015-03-11 13:49:09 sendUrl INFO 3 [721] R:OK -2015-03-11 13:49:58 queue INFO >>3 [722] -2015-03-11 13:50:00 sendUrl INFO 3 [722] R:OK -2015-03-11 13:50:48 queue INFO >>3 [723] -2015-03-11 13:50:51 sendUrl INFO 3 [723] R:OK -2015-03-11 13:51:38 queue INFO >>3 [724] -2015-03-11 13:51:39 sendUrl INFO 3 [724] R:OK -2015-03-11 13:52:28 queue INFO >>3 [725] -2015-03-11 13:52:29 sendUrl INFO 3 [725] R:OK -2015-03-11 13:52:37 queue INFO 21 [726] -2015-03-11 13:52:37 queue INFO >21 [727] -2015-03-11 13:52:38 program INFO WAIT active send to complete -2015-03-11 13:52:38 program INFO WAIT active send to complete -2015-03-11 13:52:39 program INFO WAIT active send to complete -2015-03-11 13:52:39 program INFO WAIT active send to complete -2015-03-11 13:52:40 program INFO WAIT active send to complete -2015-03-11 13:52:40 program INFO WAIT active send to complete -2015-03-11 13:52:41 program INFO WAIT active send to complete -2015-03-11 13:52:41 program INFO WAIT active send to complete -2015-03-11 13:52:42 program INFO WAIT active send to complete -2015-03-11 13:52:42 program INFO WAIT active send to complete -2015-03-11 13:52:43 program INFO WAIT active send to complete -2015-03-11 13:52:44 program INFO WAIT active send to complete -2015-03-11 13:52:44 program INFO WAIT active send to complete -2015-03-11 13:52:45 program INFO WAIT active send to complete -2015-03-11 13:52:45 program INFO WAIT active send to complete -2015-03-11 13:52:46 program INFO WAIT active send to complete -2015-03-11 13:52:46 program INFO WAIT active send to complete -2015-03-11 13:52:47 program INFO WAIT active send to complete -2015-03-11 13:52:47 program INFO WAIT active send to complete -2015-03-11 13:52:48 program INFO WAIT active send to complete -2015-03-11 13:52:48 program INFO WAIT active send to complete -2015-03-11 13:52:48 sendUrl INFO 21 [726] R:OK -2015-03-11 13:53:08 sendUrl INFO 21 [727] R:OK -2015-03-11 13:53:27 queue INFO >>21 [728] -2015-03-11 13:53:38 sendUrl INFO 21 [728] R:OK -2015-03-11 13:54:17 queue INFO >>21 [729] -2015-03-11 13:54:28 queue INFO 1 [730] -2015-03-11 13:54:28 queue INFO >1 [731] -2015-03-11 13:54:28 sendUrl INFO 21 [729] R:OK -2015-03-11 13:54:29 program INFO WAIT active send to complete -2015-03-11 13:54:29 program INFO WAIT active send to complete -2015-03-11 13:54:30 program INFO WAIT active send to complete -2015-03-11 13:54:30 program INFO WAIT active send to complete -2015-03-11 13:54:31 program INFO WAIT active send to complete -2015-03-11 13:54:31 sendUrl INFO 1 [730] R:OK -2015-03-11 13:54:31 sendUrl INFO 1 [731] R:OK -2015-03-11 13:54:47 queue INFO 5 [732] -2015-03-11 13:54:47 queue INFO >5 [733] -2015-03-11 13:54:47 sendUrl INFO 5 [732] R:OK -2015-03-11 13:54:48 sendUrl INFO 5 [733] R:OK -2015-03-11 13:54:48 queue INFO 1 [734] -2015-03-11 13:54:49 queue INFO >1 [735] -2015-03-11 13:54:49 sendUrl INFO 1 [734] R:OK -2015-03-11 13:54:51 sendUrl INFO 1 [735] R:OK -2015-03-11 13:55:39 queue INFO >>1 [736] -2015-03-11 13:55:39 sendUrl INFO 1 [736] R:OK -2015-03-11 13:56:10 queue INFO 3 [737] -2015-03-11 13:56:10 queue INFO >3 [738] -2015-03-11 13:56:10 program INFO WAIT active send to complete -2015-03-11 13:56:11 program INFO WAIT active send to complete -2015-03-11 13:56:11 program INFO WAIT active send to complete -2015-03-11 13:56:12 program INFO WAIT active send to complete -2015-03-11 13:56:12 program INFO WAIT active send to complete -2015-03-11 13:56:13 program INFO WAIT active send to complete -2015-03-11 13:56:13 sendUrl INFO 3 [737] R:OK -2015-03-11 13:56:24 sendUrl INFO 3 [738] R:OK -2015-03-11 13:57:00 queue INFO >>3 [739] -2015-03-11 13:57:04 sendUrl INFO 3 [739] R:OK -2015-03-11 13:57:50 queue INFO >>3 [740] -2015-03-11 13:57:51 sendUrl INFO 3 [740] R:OK -2015-03-11 13:58:40 queue INFO >>3 [741] -2015-03-11 13:58:44 sendUrl INFO 3 [741] R:OK -2015-03-11 13:59:30 queue INFO >>3 [742] -2015-03-11 13:59:34 sendUrl INFO 3 [742] R:OK -2015-03-11 14:00:21 queue INFO >>3 [743] -2015-03-11 14:00:21 sendUrl INFO 3 [743] R:OK -2015-03-11 14:01:11 queue INFO >>3 [744] -2015-03-11 14:01:13 sendUrl INFO 3 [744] R:OK -2015-03-11 14:02:01 queue INFO >>3 [745] -2015-03-11 14:02:04 sendUrl INFO 3 [745] R:OK -2015-03-11 14:02:51 queue INFO >>3 [746] -2015-03-11 14:02:51 sendUrl INFO 3 [746] R:OK -2015-03-11 14:03:41 queue INFO >>3 [747] -2015-03-11 14:03:42 sendUrl INFO 3 [747] R:OK -2015-03-11 14:04:26 queue INFO 7 [748] -2015-03-11 14:04:26 queue INFO >7 [749] -2015-03-11 14:04:26 program INFO WAIT active send to complete -2015-03-11 14:04:27 program INFO WAIT active send to complete -2015-03-11 14:04:27 queue INFO 3 [750] -2015-03-11 14:04:27 queue INFO >3 [751] -2015-03-11 14:04:27 program INFO WAIT active send to complete -2015-03-11 14:04:28 program INFO WAIT active send to complete -2015-03-11 14:04:28 program INFO WAIT active send to complete -2015-03-11 14:04:29 program INFO WAIT active send to complete -2015-03-11 14:04:29 program INFO WAIT active send to complete -2015-03-11 14:04:30 program INFO WAIT active send to complete -2015-03-11 14:04:30 sendUrl INFO 7 [748] R:OK -2015-03-11 14:04:31 program INFO WAIT active send to complete -2015-03-11 14:04:31 program INFO WAIT active send to complete -2015-03-11 14:04:32 program INFO WAIT active send to complete -2015-03-11 14:04:32 program INFO WAIT active send to complete -2015-03-11 14:04:33 program INFO WAIT active send to complete -2015-03-11 14:04:33 program INFO WAIT active send to complete -2015-03-11 14:04:34 program INFO WAIT active send to complete -2015-03-11 14:04:34 program INFO WAIT active send to complete -2015-03-11 14:04:35 program INFO WAIT active send to complete -2015-03-11 14:04:35 program INFO WAIT active send to complete -2015-03-11 14:04:36 program INFO WAIT active send to complete -2015-03-11 14:04:36 sendUrl INFO 7 [749] R:OK -2015-03-11 14:04:37 program INFO WAIT active send to complete -2015-03-11 14:04:37 program INFO WAIT active send to complete -2015-03-11 14:04:38 program INFO WAIT active send to complete -2015-03-11 14:04:38 program INFO WAIT active send to complete -2015-03-11 14:04:39 program INFO WAIT active send to complete -2015-03-11 14:04:39 program INFO WAIT active send to complete -2015-03-11 14:04:40 program INFO WAIT active send to complete -2015-03-11 14:04:40 program INFO WAIT active send to complete -2015-03-11 14:04:41 program INFO WAIT active send to complete -2015-03-11 14:04:42 program INFO WAIT active send to complete -2015-03-11 14:04:42 program INFO WAIT active send to complete -2015-03-11 14:04:43 program INFO WAIT active send to complete -2015-03-11 14:04:43 program INFO WAIT active send to complete -2015-03-11 14:04:44 program INFO WAIT active send to complete -2015-03-11 14:04:44 program INFO WAIT active send to complete -2015-03-11 14:04:45 program INFO WAIT active send to complete -2015-03-11 14:04:45 program INFO WAIT active send to complete -2015-03-11 14:04:46 program INFO WAIT active send to complete -2015-03-11 14:04:46 program INFO WAIT active send to complete -2015-03-11 14:04:47 program INFO WAIT active send to complete -2015-03-11 14:04:47 program INFO WAIT active send to complete -2015-03-11 14:04:48 program INFO WAIT active send to complete -2015-03-11 14:04:48 program INFO WAIT active send to complete -2015-03-11 14:04:49 program INFO WAIT active send to complete -2015-03-11 14:04:49 program INFO WAIT active send to complete -2015-03-11 14:04:50 program INFO WAIT active send to complete -2015-03-11 14:04:50 program INFO WAIT active send to complete -2015-03-11 14:04:51 program INFO WAIT active send to complete -2015-03-11 14:04:51 program INFO WAIT active send to complete -2015-03-11 14:04:52 program INFO WAIT active send to complete -2015-03-11 14:04:52 program INFO WAIT active send to complete -2015-03-11 14:04:53 program INFO WAIT active send to complete -2015-03-11 14:04:53 program INFO WAIT active send to complete -2015-03-11 14:04:54 program INFO WAIT active send to complete -2015-03-11 14:04:54 program INFO WAIT active send to complete -2015-03-11 14:04:55 program INFO WAIT active send to complete -2015-03-11 14:04:55 program INFO WAIT active send to complete -2015-03-11 14:04:56 sendUrl INFO 3 [750] R:OK -2015-03-11 14:05:10 sendUrl INFO 3 [751] R:OK -2015-03-11 14:05:17 queue INFO >>3 [752] -2015-03-11 14:05:20 sendUrl INFO 3 [752] R:OK -2015-03-11 14:06:07 queue INFO >>3 [753] -2015-03-11 14:06:08 sendUrl INFO 3 [753] R:OK -2015-03-11 14:06:58 queue INFO >>3 [754] -2015-03-11 14:07:00 sendUrl INFO 3 [754] R:OK -2015-03-11 14:07:48 queue INFO >>3 [755] -2015-03-11 14:07:51 sendUrl INFO 3 [755] R:OK -2015-03-11 14:08:38 queue INFO >>3 [756] -2015-03-11 14:08:41 sendUrl INFO 3 [756] R:OK -2015-03-11 14:09:28 queue INFO >>3 [757] -2015-03-11 14:09:31 sendUrl INFO 3 [757] R:OK -2015-03-11 14:10:18 queue INFO >>3 [758] -2015-03-11 14:10:21 sendUrl INFO 3 [758] R:OK -2015-03-11 14:11:08 queue INFO >>3 [759] -2015-03-11 14:11:09 sendUrl INFO 3 [759] R:OK -2015-03-11 14:11:58 queue INFO >>3 [760] -2015-03-11 14:11:59 sendUrl INFO 3 [760] R:OK -2015-03-11 14:12:49 queue INFO >>3 [761] -2015-03-11 14:13:17 sendUrl INFO 3 [761] R:OK -2015-03-11 14:13:39 queue INFO >>3 [762] -2015-03-11 14:13:40 sendUrl INFO 3 [762] R:OK -2015-03-11 14:14:04 queue INFO 7 [763] -2015-03-11 14:14:04 queue INFO >7 [764] -2015-03-11 14:14:05 program INFO WAIT active send to complete -2015-03-11 14:14:05 program INFO WAIT active send to complete -2015-03-11 14:14:05 queue INFO 3 [765] -2015-03-11 14:14:06 queue INFO >3 [766] -2015-03-11 14:14:06 program INFO WAIT active send to complete -2015-03-11 14:14:06 program INFO WAIT active send to complete -2015-03-11 14:14:07 program INFO WAIT active send to complete -2015-03-11 14:14:07 sendUrl INFO 7 [763] R:OK -2015-03-11 14:14:08 program INFO WAIT active send to complete -2015-03-11 14:14:08 program INFO WAIT active send to complete -2015-03-11 14:14:09 program INFO WAIT active send to complete -2015-03-11 14:14:09 program INFO WAIT active send to complete -2015-03-11 14:14:10 program INFO WAIT active send to complete -2015-03-11 14:14:10 program INFO WAIT active send to complete -2015-03-11 14:14:11 program INFO WAIT active send to complete -2015-03-11 14:14:11 program INFO WAIT active send to complete -2015-03-11 14:14:12 program INFO WAIT active send to complete -2015-03-11 14:14:12 program INFO WAIT active send to complete -2015-03-11 14:14:13 program INFO WAIT active send to complete -2015-03-11 14:14:13 program INFO WAIT active send to complete -2015-03-11 14:14:14 program INFO WAIT active send to complete -2015-03-11 14:14:14 sendUrl INFO 7 [764] R:OK -2015-03-11 14:14:15 program INFO WAIT active send to complete -2015-03-11 14:14:16 program INFO WAIT active send to complete -2015-03-11 14:14:16 program INFO WAIT active send to complete -2015-03-11 14:14:17 program INFO WAIT active send to complete -2015-03-11 14:14:17 program INFO WAIT active send to complete -2015-03-11 14:14:18 program INFO WAIT active send to complete -2015-03-11 14:14:18 program INFO WAIT active send to complete -2015-03-11 14:14:19 program INFO WAIT active send to complete -2015-03-11 14:14:19 program INFO WAIT active send to complete -2015-03-11 14:14:20 program INFO WAIT active send to complete -2015-03-11 14:14:20 program INFO WAIT active send to complete -2015-03-11 14:14:21 program INFO WAIT active send to complete -2015-03-11 14:14:21 program INFO WAIT active send to complete -2015-03-11 14:14:22 program INFO WAIT active send to complete -2015-03-11 14:14:22 program INFO WAIT active send to complete -2015-03-11 14:14:23 program INFO WAIT active send to complete -2015-03-11 14:14:23 program INFO WAIT active send to complete -2015-03-11 14:14:24 program INFO WAIT active send to complete -2015-03-11 14:14:24 program INFO WAIT active send to complete -2015-03-11 14:14:25 program INFO WAIT active send to complete -2015-03-11 14:14:25 program INFO WAIT active send to complete -2015-03-11 14:14:26 program INFO WAIT active send to complete -2015-03-11 14:14:26 program INFO WAIT active send to complete -2015-03-11 14:14:27 program INFO WAIT active send to complete -2015-03-11 14:14:27 program INFO WAIT active send to complete -2015-03-11 14:14:28 program INFO WAIT active send to complete -2015-03-11 14:14:28 program INFO WAIT active send to complete -2015-03-11 14:14:29 program INFO WAIT active send to complete -2015-03-11 14:14:29 program INFO WAIT active send to complete -2015-03-11 14:14:30 program INFO WAIT active send to complete -2015-03-11 14:14:30 program INFO WAIT active send to complete -2015-03-11 14:14:31 program INFO WAIT active send to complete -2015-03-11 14:14:31 program INFO WAIT active send to complete -2015-03-11 14:14:32 program INFO WAIT active send to complete -2015-03-11 14:14:32 sendUrl INFO 3 [765] R:OK -2015-03-11 14:14:56 queue INFO >>3 [767] -2015-03-11 14:14:56 program INFO WAIT active send to complete -2015-03-11 14:14:56 program INFO WAIT active send to complete -2015-03-11 14:14:57 program INFO WAIT active send to complete -2015-03-11 14:14:57 sendUrl INFO 3 [766] R:OK -2015-03-11 14:15:05 sendUrl INFO 3 [767] R:OK -2015-03-11 14:15:46 queue INFO >>3 [768] -2015-03-11 14:15:47 sendUrl INFO 3 [768] R:OK -2015-03-11 14:16:36 queue INFO >>3 [769] -2015-03-11 14:16:37 sendUrl INFO 3 [769] R:OK -2015-03-11 14:17:26 queue INFO >>3 [770] -2015-03-11 14:17:28 sendUrl INFO 3 [770] R:OK -2015-03-11 14:18:16 queue INFO >>3 [771] -2015-03-11 14:18:18 sendUrl INFO 3 [771] R:OK -2015-03-11 14:19:06 queue INFO >>3 [772] -2015-03-11 14:19:07 sendUrl INFO 3 [772] R:OK -2015-03-11 14:19:57 queue INFO >>3 [773] -2015-03-11 14:19:58 sendUrl INFO 3 [773] R:OK -2015-03-11 14:20:47 queue INFO >>3 [774] -2015-03-11 14:20:48 sendUrl INFO 3 [774] R:OK -2015-03-11 14:21:37 queue INFO >>3 [775] -2015-03-11 14:21:38 sendUrl INFO 3 [775] R:OK -2015-03-11 14:22:27 queue INFO >>3 [776] -2015-03-11 14:22:29 sendUrl INFO 3 [776] R:OK -2015-03-11 14:23:17 queue INFO >>3 [777] -2015-03-11 14:23:19 sendUrl INFO 3 [777] R:OK -2015-03-11 14:23:42 queue INFO 7 [778] -2015-03-11 14:23:42 queue INFO >7 [779] -2015-03-11 14:23:43 program INFO WAIT active send to complete -2015-03-11 14:23:43 program INFO WAIT active send to complete -2015-03-11 14:23:44 sendUrl INFO 7 [778] R:OK -2015-03-11 14:23:44 queue INFO 3 [780] -2015-03-11 14:23:44 queue INFO >3 [781] -2015-03-11 14:23:44 program INFO WAIT active send to complete -2015-03-11 14:23:45 program INFO WAIT active send to complete -2015-03-11 14:23:45 program INFO WAIT active send to complete -2015-03-11 14:23:46 program INFO WAIT active send to complete -2015-03-11 14:23:46 program INFO WAIT active send to complete -2015-03-11 14:23:47 program INFO WAIT active send to complete -2015-03-11 14:23:47 sendUrl INFO 7 [779] R:OK -2015-03-11 14:23:48 program INFO WAIT active send to complete -2015-03-11 14:23:49 program INFO WAIT active send to complete -2015-03-11 14:23:49 program INFO WAIT active send to complete -2015-03-11 14:23:50 program INFO WAIT active send to complete -2015-03-11 14:23:50 program INFO WAIT active send to complete -2015-03-11 14:23:51 program INFO WAIT active send to complete -2015-03-11 14:23:51 program INFO WAIT active send to complete -2015-03-11 14:23:52 program INFO WAIT active send to complete -2015-03-11 14:23:52 program INFO WAIT active send to complete -2015-03-11 14:23:52 sendUrl INFO 3 [780] R:OK -2015-03-11 14:23:54 sendUrl INFO 3 [781] R:OK -2015-03-11 14:24:34 queue INFO >>3 [782] -2015-03-11 14:24:43 sendUrl INFO 3 [782] R:OK -2015-03-11 14:25:24 queue INFO >>3 [783] -2015-03-11 14:25:33 sendUrl INFO 3 [783] R:OK -2015-03-11 14:26:14 queue INFO >>3 [784] -2015-03-11 14:26:23 sendUrl INFO 3 [784] R:OK -2015-03-11 14:27:04 queue INFO >>3 [785] -2015-03-11 14:27:05 sendUrl INFO 3 [785] R:OK -2015-03-11 14:27:54 queue INFO >>3 [786] -2015-03-11 14:28:03 sendUrl INFO 3 [786] R:OK -2015-03-11 14:28:45 queue INFO >>3 [787] -2015-03-11 14:28:53 sendUrl INFO 3 [787] R:OK -2015-03-11 14:29:35 queue INFO >>3 [788] -2015-03-11 14:29:35 sendUrl INFO 3 [788] R:OK -2015-03-11 14:30:25 queue INFO >>3 [789] -2015-03-11 14:30:34 sendUrl INFO 3 [789] R:OK -2015-03-11 14:31:15 queue INFO >>3 [790] -2015-03-11 14:31:24 sendUrl INFO 3 [790] R:OK -2015-03-11 14:32:05 queue INFO >>3 [791] -2015-03-11 14:32:14 sendUrl INFO 3 [791] R:OK -2015-03-11 14:32:55 queue INFO >>3 [792] -2015-03-11 14:33:04 sendUrl INFO 3 [792] R:OK -2015-03-11 14:33:20 queue INFO 7 [793] -2015-03-11 14:33:20 queue INFO >7 [794] -2015-03-11 14:33:21 program INFO WAIT active send to complete -2015-03-11 14:33:21 program INFO WAIT active send to complete -2015-03-11 14:33:22 queue INFO 3 [795] -2015-03-11 14:33:22 program INFO WAIT active send to complete -2015-03-11 14:33:22 queue INFO >3 [796] -2015-03-11 14:33:22 program INFO WAIT active send to complete -2015-03-11 14:33:23 program INFO WAIT active send to complete -2015-03-11 14:33:23 program INFO WAIT active send to complete -2015-03-11 14:33:24 program INFO WAIT active send to complete -2015-03-11 14:33:24 program INFO WAIT active send to complete -2015-03-11 14:33:25 program INFO WAIT active send to complete -2015-03-11 14:33:25 program INFO WAIT active send to complete -2015-03-11 14:33:26 program INFO WAIT active send to complete -2015-03-11 14:33:26 sendUrl INFO 7 [793] R:OK -2015-03-11 14:33:27 program INFO WAIT active send to complete -2015-03-11 14:33:27 program INFO WAIT active send to complete -2015-03-11 14:33:28 program INFO WAIT active send to complete -2015-03-11 14:33:28 program INFO WAIT active send to complete -2015-03-11 14:33:29 program INFO WAIT active send to complete -2015-03-11 14:33:30 program INFO WAIT active send to complete -2015-03-11 14:33:30 program INFO WAIT active send to complete -2015-03-11 14:33:31 program INFO WAIT active send to complete -2015-03-11 14:33:31 program INFO WAIT active send to complete -2015-03-11 14:33:32 program INFO WAIT active send to complete -2015-03-11 14:33:32 program INFO WAIT active send to complete -2015-03-11 14:33:33 program INFO WAIT active send to complete -2015-03-11 14:33:33 program INFO WAIT active send to complete -2015-03-11 14:33:34 program INFO WAIT active send to complete -2015-03-11 14:33:34 sendUrl INFO 7 [794] R:OK -2015-03-11 14:33:35 program INFO WAIT active send to complete -2015-03-11 14:33:35 program INFO WAIT active send to complete -2015-03-11 14:33:36 program INFO WAIT active send to complete -2015-03-11 14:33:36 program INFO WAIT active send to complete -2015-03-11 14:33:37 program INFO WAIT active send to complete -2015-03-11 14:33:37 program INFO WAIT active send to complete -2015-03-11 14:33:38 program INFO WAIT active send to complete -2015-03-11 14:33:38 program INFO WAIT active send to complete -2015-03-11 14:33:39 program INFO WAIT active send to complete -2015-03-11 14:33:39 program INFO WAIT active send to complete -2015-03-11 14:33:40 program INFO WAIT active send to complete -2015-03-11 14:33:40 program INFO WAIT active send to complete -2015-03-11 14:33:40 sendUrl INFO 3 [795] R:OK -2015-03-11 14:33:54 sendUrl INFO 3 [796] R:OK -2015-03-11 14:34:12 queue INFO >>3 [797] -2015-03-11 14:34:17 sendUrl INFO 3 [797] R:OK -2015-03-11 14:35:02 queue INFO >>3 [798] -2015-03-11 14:35:04 sendUrl INFO 3 [798] R:OK -2015-03-11 14:35:52 queue INFO >>3 [799] -2015-03-11 14:35:56 sendUrl INFO 3 [799] R:OK -2015-03-11 14:36:42 queue INFO >>3 [800] -2015-03-11 14:36:43 sendUrl INFO 3 [800] R:OK -2015-03-11 14:37:33 queue INFO >>3 [801] -2015-03-11 14:37:33 sendUrl INFO 3 [801] R:OK -2015-03-11 14:38:23 queue INFO >>3 [802] -2015-03-11 14:38:26 sendUrl INFO 3 [802] R:OK -2015-03-11 14:39:13 queue INFO >>3 [803] -2015-03-11 14:39:15 sendUrl INFO 3 [803] R:OK -2015-03-11 14:40:03 queue INFO >>3 [804] -2015-03-11 14:40:04 sendUrl INFO 3 [804] R:OK -2015-03-11 14:40:53 queue INFO >>3 [805] -2015-03-11 14:40:54 sendUrl INFO 3 [805] R:OK -2015-03-11 14:41:43 queue INFO >>3 [806] -2015-03-11 14:41:47 sendUrl INFO 3 [806] R:OK -2015-03-11 14:42:34 queue INFO >>3 [807] -2015-03-11 14:42:34 sendUrl INFO 3 [807] R:OK -2015-03-11 14:42:59 queue INFO 7 [808] -2015-03-11 14:42:59 queue INFO >7 [809] -2015-03-11 14:42:59 program INFO WAIT active send to complete -2015-03-11 14:43:00 program INFO WAIT active send to complete -2015-03-11 14:43:00 queue INFO 3 [810] -2015-03-11 14:43:00 queue INFO >3 [811] -2015-03-11 14:43:00 program INFO WAIT active send to complete -2015-03-11 14:43:01 program INFO WAIT active send to complete -2015-03-11 14:43:01 program INFO WAIT active send to complete -2015-03-11 14:43:02 program INFO WAIT active send to complete -2015-03-11 14:43:02 sendUrl INFO 7 [808] R:OK -2015-03-11 14:43:03 program INFO WAIT active send to complete -2015-03-11 14:43:03 program INFO WAIT active send to complete -2015-03-11 14:43:04 program INFO WAIT active send to complete -2015-03-11 14:43:04 program INFO WAIT active send to complete -2015-03-11 14:43:05 sendUrl INFO 7 [809] R:OK -2015-03-11 14:43:06 program INFO WAIT active send to complete -2015-03-11 14:43:06 program INFO WAIT active send to complete -2015-03-11 14:43:07 program INFO WAIT active send to complete -2015-03-11 14:43:07 program INFO WAIT active send to complete -2015-03-11 14:43:08 program INFO WAIT active send to complete -2015-03-11 14:43:08 program INFO WAIT active send to complete -2015-03-11 14:43:09 program INFO WAIT active send to complete -2015-03-11 14:43:09 program INFO WAIT active send to complete -2015-03-11 14:43:10 program INFO WAIT active send to complete -2015-03-11 14:43:10 program INFO WAIT active send to complete -2015-03-11 14:43:10 sendUrl INFO 3 [810] R:OK -2015-03-11 14:43:11 sendUrl INFO 3 [811] R:OK -2015-03-11 14:43:50 queue INFO >>3 [812] -2015-03-11 14:43:53 sendUrl INFO 3 [812] R:OK -2015-03-11 14:44:40 queue INFO >>3 [813] -2015-03-11 14:44:41 sendUrl INFO 3 [813] R:OK -2015-03-11 14:45:31 queue INFO >>3 [814] -2015-03-11 14:45:42 sendUrl INFO 3 [814] R:OK -2015-03-11 14:46:21 queue INFO >>3 [815] -2015-03-11 14:46:22 sendUrl INFO 3 [815] R:OK -2015-03-11 14:47:11 queue INFO >>3 [816] -2015-03-11 14:47:14 sendUrl INFO 3 [816] R:OK -2015-03-11 14:48:01 queue INFO >>3 [817] -2015-03-11 14:48:02 sendUrl INFO 3 [817] R:OK -2015-03-11 14:48:51 queue INFO >>3 [818] -2015-03-11 14:48:52 sendUrl INFO 3 [818] R:OK -2015-03-11 14:49:41 queue INFO >>3 [819] -2015-03-11 14:50:00 sendUrl INFO 3 [819] R:OK -2015-03-11 14:50:31 queue INFO >>3 [820] -2015-03-11 14:50:32 sendUrl INFO 3 [820] R:OK -2015-03-11 14:51:22 queue INFO >>3 [821] -2015-03-11 14:51:22 sendUrl INFO 3 [821] R:OK -2015-03-11 14:52:12 queue INFO >>3 [822] -2015-03-11 14:52:27 sendUrl INFO 3 [822] R:OK -2015-03-11 14:52:37 queue INFO 7 [823] -2015-03-11 14:52:37 queue INFO >7 [824] -2015-03-11 14:52:38 sendUrl INFO 7 [823] R:OK -2015-03-11 14:52:39 queue INFO 3 [825] -2015-03-11 14:52:39 queue INFO >3 [826] -2015-03-11 14:52:39 sendUrl INFO 7 [824] R:OK -2015-03-11 14:52:39 sendUrl INFO 3 [825] R:OK -2015-03-11 14:52:43 sendUrl INFO 3 [826] R:OK -2015-03-11 14:53:29 queue INFO >>3 [827] -2015-03-11 14:53:29 sendUrl INFO 3 [827] R:OK -2015-03-11 14:54:19 queue INFO >>3 [828] -2015-03-11 14:54:19 sendUrl INFO 3 [828] R:OK -2015-03-11 14:55:09 queue INFO >>3 [829] -2015-03-11 14:55:09 sendUrl INFO 3 [829] R:OK -2015-03-11 14:55:59 queue INFO >>3 [830] -2015-03-11 14:55:59 sendUrl INFO 3 [830] R:OK -2015-03-11 14:56:49 queue INFO >>3 [831] -2015-03-11 14:56:50 sendUrl INFO 3 [831] R:OK -2015-03-11 14:57:39 queue INFO >>3 [832] -2015-03-11 14:57:40 sendUrl INFO 3 [832] R:OK -2015-03-11 14:58:30 queue INFO >>3 [833] -2015-03-11 14:58:30 sendUrl INFO 3 [833] R:OK -2015-03-11 14:59:20 queue INFO >>3 [834] -2015-03-11 14:59:20 sendUrl INFO 3 [834] R:OK -2015-03-11 15:00:10 queue INFO >>3 [835] -2015-03-11 15:00:11 sendUrl INFO 3 [835] R:OK -2015-03-11 15:01:00 queue INFO >>3 [836] -2015-03-11 15:01:00 sendUrl INFO 3 [836] R:OK -2015-03-11 15:01:50 queue INFO >>3 [837] -2015-03-11 15:01:51 sendUrl INFO 3 [837] R:OK -2015-03-11 15:02:16 queue INFO 7 [838] -2015-03-11 15:02:16 queue INFO >7 [839] -2015-03-11 15:02:16 sendUrl INFO 7 [838] R:OK -2015-03-11 15:02:17 sendUrl INFO 7 [839] R:OK -2015-03-11 15:02:17 queue INFO 3 [840] -2015-03-11 15:02:18 queue INFO >3 [841] -2015-03-11 15:02:18 sendUrl INFO 3 [840] R:OK -2015-03-11 15:02:18 sendUrl INFO 3 [841] R:OK -2015-03-11 15:03:07 queue INFO >>3 [842] -2015-03-11 15:03:08 sendUrl INFO 3 [842] R:OK -2015-03-11 15:03:58 queue INFO >>3 [843] -2015-03-11 15:03:58 sendUrl INFO 3 [843] R:OK -2015-03-11 15:04:48 queue INFO >>3 [844] -2015-03-11 15:04:48 sendUrl INFO 3 [844] R:OK -2015-03-11 15:05:38 queue INFO >>3 [845] -2015-03-11 15:05:38 sendUrl INFO 3 [845] R:OK -2015-03-11 15:06:28 queue INFO >>3 [846] -2015-03-11 15:06:29 sendUrl INFO 3 [846] R:OK -2015-03-11 15:07:18 queue INFO >>3 [847] -2015-03-11 15:07:18 sendUrl INFO 3 [847] R:OK -2015-03-11 15:08:08 queue INFO >>3 [848] -2015-03-11 15:08:09 sendUrl INFO 3 [848] R:OK -2015-03-11 15:08:59 queue INFO >>3 [849] -2015-03-11 15:08:59 sendUrl INFO 3 [849] R:OK -2015-03-11 15:09:49 queue INFO >>3 [850] -2015-03-11 15:09:49 sendUrl INFO 3 [850] R:OK -2015-03-11 15:10:39 queue INFO >>3 [851] -2015-03-11 15:10:39 sendUrl INFO 3 [851] R:OK -2015-03-11 15:11:29 queue INFO >>3 [852] -2015-03-11 15:11:29 sendUrl INFO 3 [852] R:OK -2015-03-11 15:11:54 queue INFO 7 [853] -2015-03-11 15:11:54 queue INFO >7 [854] -2015-03-11 15:11:54 sendUrl INFO 7 [853] R:OK -2015-03-11 15:11:55 sendUrl INFO 7 [854] R:OK -2015-03-11 15:11:56 queue INFO 3 [855] -2015-03-11 15:11:56 sendUrl INFO 3 [855] R:OK -2015-03-11 15:11:56 queue INFO >3 [856] -2015-03-11 15:11:56 sendUrl INFO 3 [856] R:OK -2015-03-11 15:12:46 queue INFO >>3 [857] -2015-03-11 15:12:46 sendUrl INFO 3 [857] R:OK -2015-03-11 15:13:36 queue INFO >>3 [858] -2015-03-11 15:13:37 sendUrl INFO 3 [858] R:OK -2015-03-11 15:14:26 queue INFO >>3 [859] -2015-03-11 15:14:26 sendUrl INFO 3 [859] R:OK -2015-03-11 15:15:16 queue INFO >>3 [860] -2015-03-11 15:15:17 sendUrl INFO 3 [860] R:OK -2015-03-11 15:16:06 queue INFO >>3 [861] -2015-03-11 15:16:07 sendUrl INFO 3 [861] R:OK -2015-03-11 15:16:57 queue INFO >>3 [862] -2015-03-11 15:16:57 sendUrl INFO 3 [862] R:OK -2015-03-11 15:17:47 queue INFO >>3 [863] -2015-03-11 15:17:47 sendUrl INFO 3 [863] R:OK -2015-03-11 15:18:37 queue INFO >>3 [864] -2015-03-11 15:18:37 sendUrl INFO 3 [864] R:OK -2015-03-11 15:19:27 queue INFO >>3 [865] -2015-03-11 15:19:27 sendUrl INFO 3 [865] R:OK -2015-03-11 15:20:17 queue INFO >>3 [866] -2015-03-11 15:20:17 sendUrl INFO 3 [866] R:OK -2015-03-11 15:21:07 queue INFO >>3 [867] -2015-03-11 15:21:08 sendUrl INFO 3 [867] R:OK -2015-03-11 15:21:32 queue INFO 7 [868] -2015-03-11 15:21:33 queue INFO >7 [869] -2015-03-11 15:21:33 sendUrl INFO 7 [868] R:OK -2015-03-11 15:21:33 sendUrl INFO 7 [869] R:OK -2015-03-11 15:21:34 queue INFO 3 [870] -2015-03-11 15:21:34 queue INFO >3 [871] -2015-03-11 15:21:34 sendUrl INFO 3 [870] R:OK -2015-03-11 15:21:35 sendUrl INFO 3 [871] R:OK -2015-03-11 15:22:24 queue INFO >>3 [872] -2015-03-11 15:22:24 sendUrl INFO 3 [872] R:OK -2015-03-11 15:23:14 queue INFO >>3 [873] -2015-03-11 15:23:14 sendUrl INFO 3 [873] R:OK -2015-03-11 15:24:04 queue INFO >>3 [874] -2015-03-11 15:24:05 sendUrl INFO 3 [874] R:OK -2015-03-11 15:24:54 queue INFO >>3 [875] -2015-03-11 15:24:55 sendUrl INFO 3 [875] R:OK -2015-03-11 15:25:45 queue INFO >>3 [876] -2015-03-11 15:25:45 sendUrl INFO 3 [876] R:OK -2015-03-11 15:26:35 queue INFO >>3 [877] -2015-03-11 15:26:35 sendUrl INFO 3 [877] R:OK -2015-03-11 15:27:25 queue INFO >>3 [878] -2015-03-11 15:27:25 sendUrl INFO 3 [878] R:OK -2015-03-11 15:28:15 queue INFO >>3 [879] -2015-03-11 15:28:16 sendUrl INFO 3 [879] R:OK -2015-03-11 15:29:05 queue INFO >>3 [880] -2015-03-11 15:29:05 sendUrl INFO 3 [880] R:OK -2015-03-11 15:29:55 queue INFO >>3 [881] -2015-03-11 15:29:56 sendUrl INFO 3 [881] R:OK -2015-03-11 15:30:46 queue INFO >>3 [882] -2015-03-11 15:30:46 sendUrl INFO 3 [882] R:OK -2015-03-11 15:31:10 queue INFO 7 [883] -2015-03-11 15:31:11 queue INFO >7 [884] -2015-03-11 15:31:11 sendUrl INFO 7 [883] R:OK -2015-03-11 15:31:11 sendUrl INFO 7 [884] R:OK -2015-03-11 15:31:12 queue INFO 3 [885] -2015-03-11 15:31:12 sendUrl INFO 3 [885] R:OK -2015-03-11 15:31:12 queue INFO >3 [886] -2015-03-11 15:31:13 sendUrl INFO 3 [886] R:OK -2015-03-11 15:32:02 queue INFO >>3 [887] -2015-03-11 15:32:03 sendUrl INFO 3 [887] R:OK -2015-03-11 15:32:52 queue INFO >>3 [888] -2015-03-11 15:32:53 sendUrl INFO 3 [888] R:OK -2015-03-11 15:33:43 queue INFO >>3 [889] -2015-03-11 15:33:43 sendUrl INFO 3 [889] R:OK -2015-03-11 15:34:33 queue INFO >>3 [890] -2015-03-11 15:34:33 sendUrl INFO 3 [890] R:OK -2015-03-11 15:35:23 queue INFO >>3 [891] -2015-03-11 15:35:23 sendUrl INFO 3 [891] R:OK -2015-03-11 15:36:13 queue INFO >>3 [892] -2015-03-11 15:36:13 sendUrl INFO 3 [892] R:OK -2015-03-11 15:37:03 queue INFO >>3 [893] -2015-03-11 15:37:04 sendUrl INFO 3 [893] R:OK -2015-03-11 15:37:53 queue INFO >>3 [894] -2015-03-11 15:37:53 sendUrl INFO 3 [894] R:OK -2015-03-11 15:38:43 queue INFO >>3 [895] -2015-03-11 15:38:44 sendUrl INFO 3 [895] R:OK -2015-03-11 15:39:34 queue INFO >>3 [896] -2015-03-11 15:39:34 sendUrl INFO 3 [896] R:OK -2015-03-11 15:40:24 queue INFO >>3 [897] -2015-03-11 15:40:24 sendUrl INFO 3 [897] R:OK -2015-03-11 15:40:49 queue INFO 7 [898] -2015-03-11 15:40:49 sendUrl INFO 7 [898] R:OK -2015-03-11 15:40:49 queue INFO >7 [899] -2015-03-11 15:40:50 sendUrl INFO 7 [899] R:OK -2015-03-11 15:40:50 queue INFO 3 [900] -2015-03-11 15:40:51 queue INFO >3 [901] -2015-03-11 15:40:51 sendUrl INFO 3 [900] R:OK -2015-03-11 15:40:51 sendUrl INFO 3 [901] R:OK -2015-03-11 15:41:41 queue INFO >>3 [902] -2015-03-11 15:41:41 sendUrl INFO 3 [902] R:OK -2015-03-11 15:42:31 queue INFO >>3 [903] -2015-03-11 15:42:31 sendUrl INFO 3 [903] R:OK -2015-03-11 15:43:21 queue INFO >>3 [904] -2015-03-11 15:43:21 sendUrl INFO 3 [904] R:OK -2015-03-11 15:44:11 queue INFO >>3 [905] -2015-03-11 15:44:11 sendUrl INFO 3 [905] R:OK -2015-03-11 15:45:01 queue INFO >>3 [906] -2015-03-11 15:45:01 sendUrl INFO 3 [906] R:OK -2015-03-11 15:45:51 queue INFO >>3 [907] -2015-03-11 15:45:52 sendUrl INFO 3 [907] R:OK -2015-03-11 15:46:41 queue INFO >>3 [908] -2015-03-11 15:46:42 sendUrl INFO 3 [908] R:OK -2015-03-11 15:47:32 queue INFO >>3 [909] -2015-03-11 15:47:32 sendUrl INFO 3 [909] R:OK -2015-03-11 15:48:22 queue INFO >>3 [910] -2015-03-11 15:48:22 sendUrl INFO 3 [910] R:OK -2015-03-11 15:49:12 queue INFO >>3 [911] -2015-03-11 15:49:12 sendUrl INFO 3 [911] R:OK -2015-03-11 15:50:02 queue INFO >>3 [912] -2015-03-11 15:50:02 sendUrl INFO 3 [912] R:OK -2015-03-11 15:50:27 queue INFO 7 [913] -2015-03-11 15:50:28 sendUrl INFO 7 [913] R:OK -2015-03-11 15:50:28 queue INFO >7 [914] -2015-03-11 15:50:28 sendUrl INFO 7 [914] R:OK -2015-03-11 15:50:29 queue INFO 3 [915] -2015-03-11 15:50:29 queue INFO >3 [916] -2015-03-11 15:50:29 sendUrl INFO 3 [915] R:OK -2015-03-11 15:50:30 sendUrl INFO 3 [916] R:OK -2015-03-11 15:51:19 queue INFO >>3 [917] -2015-03-11 15:51:19 sendUrl INFO 3 [917] R:OK -2015-03-11 15:52:09 queue INFO >>3 [918] -2015-03-11 15:52:09 sendUrl INFO 3 [918] R:OK -2015-03-11 15:52:59 queue INFO >>3 [919] -2015-03-11 15:53:00 sendUrl INFO 3 [919] R:OK -2015-03-11 15:53:49 queue INFO >>3 [920] -2015-03-11 15:53:50 sendUrl INFO 3 [920] R:OK -2015-03-11 15:54:32 queue INFO 1 [921] -2015-03-11 15:54:33 queue INFO >1 [922] -2015-03-11 15:54:33 sendUrl INFO 1 [921] R:OK -2015-03-11 15:54:33 sendUrl INFO 1 [922] R:OK -2015-03-11 15:55:22 queue INFO >>1 [923] -2015-03-11 15:55:23 sendUrl INFO 1 [923] R:OK -2015-03-11 15:56:13 queue INFO >>1 [924] -2015-03-11 15:56:13 sendUrl INFO 1 [924] R:OK -2015-03-11 15:57:03 queue INFO >>1 [925] -2015-03-11 15:57:03 sendUrl INFO 1 [925] R:OK -2015-03-11 15:57:53 queue INFO >>1 [926] -2015-03-11 15:57:54 sendUrl INFO 1 [926] R:OK -2015-03-11 15:58:43 queue INFO >>1 [927] -2015-03-11 15:58:43 sendUrl INFO 1 [927] R:OK -2015-03-11 15:59:33 queue INFO >>1 [928] -2015-03-11 15:59:34 sendUrl INFO 1 [928] R:OK -2015-03-11 16:00:23 queue INFO >>1 [929] -2015-03-11 16:00:24 sendUrl INFO 1 [929] R:OK -2015-03-11 16:01:14 queue INFO >>1 [930] -2015-03-11 16:01:14 sendUrl INFO 1 [930] R:OK -2015-03-11 16:02:01 queue INFO 21 [931] -2015-03-11 16:02:01 queue INFO >21 [932] -2015-03-11 16:02:01 sendUrl INFO 21 [931] R:OK -2015-03-11 16:02:02 sendUrl INFO 21 [932] R:OK -2015-03-11 16:02:51 queue INFO >>21 [933] -2015-03-11 16:02:51 sendUrl INFO 21 [933] R:OK -2015-03-11 16:03:41 queue INFO >>21 [934] -2015-03-11 16:03:41 sendUrl INFO 21 [934] R:OK -2015-03-11 16:04:31 queue INFO >>21 [935] -2015-03-11 16:04:32 sendUrl INFO 21 [935] R:OK -2015-03-11 16:05:21 queue INFO >>21 [936] -2015-03-11 16:05:22 sendUrl INFO 21 [936] R:OK -2015-03-11 16:06:11 queue INFO >>21 [937] -2015-03-11 16:06:12 sendUrl INFO 21 [937] R:OK -2015-03-11 16:06:36 queue INFO 1 [938] -2015-03-11 16:06:36 queue INFO >1 [939] -2015-03-11 16:06:36 sendUrl INFO 1 [938] R:OK -2015-03-11 16:06:37 sendUrl INFO 1 [939] R:OK -2015-03-11 16:07:01 queue INFO 5 [940] -2015-03-11 16:07:01 queue INFO >5 [941] -2015-03-11 16:07:01 sendUrl INFO 5 [940] R:OK -2015-03-11 16:07:02 sendUrl INFO 5 [941] R:OK -2015-03-11 16:07:03 queue INFO 1 [942] -2015-03-11 16:07:03 sendUrl INFO 1 [942] R:OK -2015-03-11 16:07:03 queue INFO >1 [943] -2015-03-11 16:07:03 sendUrl INFO 1 [943] R:OK -2015-03-11 16:07:53 queue INFO >>1 [944] -2015-03-11 16:07:53 sendUrl INFO 1 [944] R:OK -2015-03-11 16:08:24 queue INFO 3 [945] -2015-03-11 16:08:24 queue INFO >3 [946] -2015-03-11 16:08:24 sendUrl INFO 3 [945] R:OK -2015-03-11 16:08:25 sendUrl INFO 3 [946] R:OK -2015-03-11 16:09:14 queue INFO >>3 [947] -2015-03-11 16:09:15 sendUrl INFO 3 [947] R:OK -2015-03-11 16:10:04 queue INFO >>3 [948] -2015-03-11 16:10:05 sendUrl INFO 3 [948] R:OK -2015-03-11 16:10:55 queue INFO >>3 [949] -2015-03-11 16:10:55 sendUrl INFO 3 [949] R:OK -2015-03-11 16:11:45 queue INFO >>3 [950] -2015-03-11 16:11:45 sendUrl INFO 3 [950] R:OK -2015-03-11 16:12:35 queue INFO >>3 [951] -2015-03-11 16:12:35 sendUrl INFO 3 [951] R:OK -2015-03-11 16:13:25 queue INFO >>3 [952] -2015-03-11 16:13:25 sendUrl INFO 3 [952] R:OK -2015-03-11 16:14:15 queue INFO >>3 [953] -2015-03-11 16:14:16 sendUrl INFO 3 [953] R:OK -2015-03-11 16:15:05 queue INFO >>3 [954] -2015-03-11 16:15:06 sendUrl INFO 3 [954] R:OK -2015-03-11 16:15:55 queue INFO >>3 [955] -2015-03-11 16:15:56 sendUrl INFO 3 [955] R:OK -2015-03-11 16:16:20 queue INFO 9 [956] -2015-03-11 16:16:20 queue INFO >9 [957] -2015-03-11 16:16:20 sendUrl INFO 9 [956] R:OK -2015-03-11 16:16:21 sendUrl INFO 9 [957] R:OK -2015-03-11 16:17:10 queue INFO >>9 [958] -2015-03-11 16:17:10 sendUrl INFO 9 [958] R:OK -2015-03-11 16:18:00 queue INFO >>9 [959] -2015-03-11 16:18:00 sendUrl INFO 9 [959] R:OK -2015-03-11 16:18:50 queue INFO >>9 [960] -2015-03-11 16:18:51 sendUrl INFO 9 [960] R:OK -2015-03-11 16:19:40 queue INFO >>9 [961] -2015-03-11 16:19:40 sendUrl INFO 9 [961] R:OK -2015-03-11 16:19:46 queue INFO 29 [962] -2015-03-11 16:19:46 queue INFO >29 [963] -2015-03-11 16:19:46 sendUrl INFO 29 [962] R:OK -2015-03-11 16:19:47 queue INFO 21 [964] -2015-03-11 16:19:47 sendUrl INFO 29 [963] R:OK -2015-03-11 16:19:47 queue INFO >21 [965] -2015-03-11 16:19:47 sendUrl INFO 21 [964] R:OK -2015-03-11 16:19:48 queue INFO 1 [966] -2015-03-11 16:19:48 queue INFO >1 [967] -2015-03-11 16:19:48 sendUrl INFO 21 [965] R:OK -2015-03-11 16:19:48 sendUrl INFO 1 [966] R:OK -2015-03-11 16:19:49 sendUrl INFO 1 [967] R:OK -2015-03-11 16:20:38 queue INFO >>1 [968] -2015-03-11 16:20:38 sendUrl INFO 1 [968] R:OK -2015-03-11 16:20:51 queue INFO 5 [969] -2015-03-11 16:20:52 queue INFO >5 [970] -2015-03-11 16:20:52 sendUrl INFO 5 [969] R:OK -2015-03-11 16:20:52 sendUrl INFO 5 [970] R:OK -2015-03-11 16:20:53 queue INFO 1 [971] -2015-03-11 16:20:53 sendUrl INFO 1 [971] R:OK -2015-03-11 16:20:53 queue INFO >1 [972] -2015-03-11 16:20:53 sendUrl INFO 1 [972] R:OK -2015-03-11 16:21:43 queue INFO >>1 [973] -2015-03-11 16:21:43 sendUrl INFO 1 [973] R:OK -2015-03-11 16:22:14 queue INFO 3 [974] -2015-03-11 16:22:14 queue INFO >3 [975] -2015-03-11 16:22:15 sendUrl INFO 3 [974] R:OK -2015-03-11 16:22:15 sendUrl INFO 3 [975] R:OK -2015-03-11 16:23:04 queue INFO >>3 [976] -2015-03-11 16:23:05 sendUrl INFO 3 [976] R:OK -2015-03-11 16:23:55 queue INFO >>3 [977] -2015-03-11 16:23:55 sendUrl INFO 3 [977] R:OK -2015-03-11 16:24:45 queue INFO >>3 [978] -2015-03-11 16:24:45 sendUrl INFO 3 [978] R:OK -2015-03-11 16:25:35 queue INFO >>3 [979] -2015-03-11 16:25:35 sendUrl INFO 3 [979] R:OK -2015-03-11 16:26:25 queue INFO >>3 [980] -2015-03-11 16:26:25 sendUrl INFO 3 [980] R:OK -2015-03-11 16:27:15 queue INFO >>3 [981] -2015-03-11 16:27:16 sendUrl INFO 3 [981] R:OK -2015-03-11 16:28:05 queue INFO >>3 [982] -2015-03-11 16:28:06 sendUrl INFO 3 [982] R:OK -2015-03-11 16:28:55 queue INFO >>3 [983] -2015-03-11 16:28:56 sendUrl INFO 3 [983] R:OK -2015-03-11 16:29:46 queue INFO >>3 [984] -2015-03-11 16:29:46 sendUrl INFO 3 [984] R:OK -2015-03-11 16:30:29 queue INFO 7 [985] -2015-03-11 16:30:30 queue INFO >7 [986] -2015-03-11 16:30:30 sendUrl INFO 7 [985] R:OK -2015-03-11 16:30:30 sendUrl INFO 7 [986] R:OK -2015-03-11 16:30:31 queue INFO 3 [987] -2015-03-11 16:30:31 queue INFO >3 [988] -2015-03-11 16:30:31 sendUrl INFO 3 [987] R:OK -2015-03-11 16:30:32 sendUrl INFO 3 [988] R:OK -2015-03-11 16:31:21 queue INFO >>3 [989] -2015-03-11 16:31:21 sendUrl INFO 3 [989] R:OK -2015-03-11 16:32:11 queue INFO >>3 [990] -2015-03-11 16:32:12 sendUrl INFO 3 [990] R:OK -2015-03-11 16:33:01 queue INFO >>3 [991] -2015-03-11 16:33:02 sendUrl INFO 3 [991] R:OK -2015-03-11 16:33:52 queue INFO >>3 [992] -2015-03-11 16:33:52 sendUrl INFO 3 [992] R:OK -2015-03-11 16:34:42 queue INFO >>3 [993] -2015-03-11 16:34:42 sendUrl INFO 3 [993] R:OK -2015-03-11 16:35:32 queue INFO >>3 [994] -2015-03-11 16:35:32 sendUrl INFO 3 [994] R:OK -2015-03-11 16:36:22 queue INFO >>3 [995] -2015-03-11 16:36:22 sendUrl INFO 3 [995] R:OK -2015-03-11 16:37:12 queue INFO >>3 [996] -2015-03-11 16:37:13 sendUrl INFO 3 [996] R:OK -2015-03-11 16:38:02 queue INFO >>3 [997] -2015-03-11 16:38:03 sendUrl INFO 3 [997] R:OK -2015-03-11 16:38:52 queue INFO >>3 [998] -2015-03-11 16:38:53 sendUrl INFO 3 [998] R:OK -2015-03-11 16:39:43 queue INFO >>3 [999] -2015-03-11 16:39:43 sendUrl INFO 3 [999] R:OK -2015-03-11 16:40:08 queue INFO 7 [0] -2015-03-11 16:40:08 queue INFO >7 [1] -2015-03-11 16:40:08 sendUrl INFO 7 [0] R:OK -2015-03-11 16:40:09 sendUrl INFO 7 [1] R:OK -2015-03-11 16:40:09 queue INFO 3 [2] -2015-03-11 16:40:10 queue INFO >3 [3] -2015-03-11 16:40:10 sendUrl INFO 3 [2] R:OK -2015-03-11 16:40:10 sendUrl INFO 3 [3] R:OK -2015-03-11 16:40:59 queue INFO >>3 [4] -2015-03-11 16:41:00 sendUrl INFO 3 [4] R:OK -2015-03-11 16:41:50 queue INFO >>3 [5] -2015-03-11 16:41:50 sendUrl INFO 3 [5] R:OK -2015-03-11 16:42:40 queue INFO >>3 [6] -2015-03-11 16:42:40 sendUrl INFO 3 [6] R:OK -2015-03-11 16:43:30 queue INFO >>3 [7] -2015-03-11 16:43:30 sendUrl INFO 3 [7] R:OK -2015-03-11 16:44:20 queue INFO >>3 [8] -2015-03-11 16:44:20 sendUrl INFO 3 [8] R:OK -2015-03-11 16:45:10 queue INFO >>3 [9] -2015-03-11 16:45:11 sendUrl INFO 3 [9] R:OK -2015-03-11 16:46:00 queue INFO >>3 [10] -2015-03-11 16:46:01 sendUrl INFO 3 [10] R:OK -2015-03-11 16:46:51 queue INFO >>3 [11] -2015-03-11 16:46:51 sendUrl INFO 3 [11] R:OK -2015-03-11 16:47:41 queue INFO >>3 [12] -2015-03-11 16:47:41 sendUrl INFO 3 [12] R:OK -2015-03-11 16:48:31 queue INFO >>3 [13] -2015-03-11 16:48:31 sendUrl INFO 3 [13] R:OK -2015-03-11 16:49:21 queue INFO >>3 [14] -2015-03-11 16:49:21 sendUrl INFO 3 [14] R:OK -2015-03-11 16:49:46 queue INFO 7 [15] -2015-03-11 16:49:46 queue INFO >7 [16] -2015-03-11 16:49:47 sendUrl INFO 7 [15] R:OK -2015-03-11 16:49:47 sendUrl INFO 7 [16] R:OK -2015-03-11 16:49:48 queue INFO 3 [17] -2015-03-11 16:49:48 queue INFO >3 [18] -2015-03-11 16:49:48 sendUrl INFO 3 [17] R:OK -2015-03-11 16:49:49 sendUrl INFO 3 [18] R:OK -2015-03-11 16:50:38 queue INFO >>3 [19] -2015-03-11 16:50:38 sendUrl INFO 3 [19] R:OK -2015-03-11 16:51:28 queue INFO >>3 [20] -2015-03-11 16:51:28 sendUrl INFO 3 [20] R:OK -2015-03-11 16:52:18 queue INFO >>3 [21] -2015-03-11 16:52:19 sendUrl INFO 3 [21] R:OK -2015-03-11 16:53:08 queue INFO >>3 [22] -2015-03-11 16:53:09 sendUrl INFO 3 [22] R:OK -2015-03-11 16:53:58 queue INFO >>3 [23] -2015-03-11 16:53:59 sendUrl INFO 3 [23] R:OK -2015-03-11 16:54:49 queue INFO >>3 [24] -2015-03-11 16:54:49 sendUrl INFO 3 [24] R:OK -2015-03-11 16:55:39 queue INFO >>3 [25] -2015-03-11 16:55:39 sendUrl INFO 3 [25] R:OK -2015-03-11 16:56:29 queue INFO >>3 [26] -2015-03-11 16:56:29 sendUrl INFO 3 [26] R:OK -2015-03-11 16:57:19 queue INFO >>3 [27] -2015-03-11 16:57:19 sendUrl INFO 3 [27] R:OK -2015-03-11 16:58:09 queue INFO >>3 [28] -2015-03-11 16:58:10 sendUrl INFO 3 [28] R:OK -2015-03-11 16:58:59 queue INFO >>3 [29] -2015-03-11 16:59:00 sendUrl INFO 3 [29] R:OK -2015-03-11 16:59:25 queue INFO 7 [30] -2015-03-11 16:59:25 queue INFO >7 [31] -2015-03-11 16:59:26 sendUrl INFO 7 [30] R:OK -2015-03-11 16:59:26 sendUrl INFO 7 [31] R:OK -2015-03-11 16:59:26 queue INFO 3 [32] -2015-03-11 16:59:27 sendUrl INFO 3 [32] R:OK -2015-03-11 16:59:27 queue INFO >3 [33] -2015-03-11 16:59:27 sendUrl INFO 3 [33] R:OK -2015-03-11 17:00:17 queue INFO >>3 [34] -2015-03-11 17:00:17 sendUrl INFO 3 [34] R:OK -2015-03-11 17:01:07 queue INFO >>3 [35] -2015-03-11 17:01:07 sendUrl INFO 3 [35] R:OK -2015-03-11 17:01:57 queue INFO >>3 [36] -2015-03-11 17:01:57 sendUrl INFO 3 [36] R:OK -2015-03-11 17:02:47 queue INFO >>3 [37] -2015-03-11 17:02:47 sendUrl INFO 3 [37] R:OK -2015-03-11 17:03:37 queue INFO >>3 [38] -2015-03-11 17:03:38 sendUrl INFO 3 [38] R:OK -2015-03-11 17:04:27 queue INFO >>3 [39] -2015-03-11 17:04:28 sendUrl INFO 3 [39] R:OK -2015-03-11 17:05:18 queue INFO >>3 [40] -2015-03-11 17:05:18 sendUrl INFO 3 [40] R:OK -2015-03-11 17:06:08 queue INFO >>3 [41] -2015-03-11 17:06:08 sendUrl INFO 3 [41] R:OK -2015-03-11 17:06:58 queue INFO >>3 [42] -2015-03-11 17:06:58 sendUrl INFO 3 [42] R:OK -2015-03-11 17:07:48 queue INFO >>3 [43] -2015-03-11 17:07:48 sendUrl INFO 3 [43] R:OK -2015-03-11 17:08:38 queue INFO >>3 [44] -2015-03-11 17:08:38 sendUrl INFO 3 [44] R:OK -2015-03-11 17:09:03 queue INFO 7 [45] -2015-03-11 17:09:03 queue INFO >7 [46] -2015-03-11 17:09:04 sendUrl INFO 7 [45] R:OK -2015-03-11 17:09:04 sendUrl INFO 7 [46] R:OK -2015-03-11 17:09:05 queue INFO 3 [47] -2015-03-11 17:09:05 sendUrl INFO 3 [47] R:OK -2015-03-11 17:09:05 queue INFO >3 [48] -2015-03-11 17:09:05 sendUrl INFO 3 [48] R:OK -2015-03-11 17:09:55 queue INFO >>3 [49] -2015-03-11 17:09:55 sendUrl INFO 3 [49] R:OK -2015-03-11 17:10:45 queue INFO >>3 [50] -2015-03-11 17:10:46 sendUrl INFO 3 [50] R:OK -2015-03-11 17:11:35 queue INFO >>3 [51] -2015-03-11 17:11:36 sendUrl INFO 3 [51] R:OK -2015-03-11 17:12:25 queue INFO >>3 [52] -2015-03-11 17:12:26 sendUrl INFO 3 [52] R:OK -2015-03-11 17:13:16 queue INFO >>3 [53] -2015-03-11 17:13:16 sendUrl INFO 3 [53] R:OK -2015-03-11 17:14:06 queue INFO >>3 [54] -2015-03-11 17:14:06 sendUrl INFO 3 [54] R:OK -2015-03-11 17:14:56 queue INFO >>3 [55] -2015-03-11 17:14:56 sendUrl INFO 3 [55] R:OK -2015-03-11 17:15:46 queue INFO >>3 [56] -2015-03-11 17:15:46 sendUrl INFO 3 [56] R:OK -2015-03-11 17:16:36 queue INFO >>3 [57] -2015-03-11 17:16:37 sendUrl INFO 3 [57] R:OK -2015-03-11 17:17:26 queue INFO >>3 [58] -2015-03-11 17:17:26 sendUrl INFO 3 [58] R:OK -2015-03-11 17:18:16 queue INFO >>3 [59] -2015-03-11 17:18:17 sendUrl INFO 3 [59] R:OK -2015-03-11 17:18:42 queue INFO 7 [60] -2015-03-11 17:18:42 queue INFO >7 [61] -2015-03-11 17:18:42 sendUrl INFO 7 [60] R:OK -2015-03-11 17:18:42 sendUrl INFO 7 [61] R:OK -2015-03-11 17:18:43 queue INFO 3 [62] -2015-03-11 17:18:43 queue INFO >3 [63] -2015-03-11 17:18:44 sendUrl INFO 3 [62] R:OK -2015-03-11 17:18:44 sendUrl INFO 3 [63] R:OK -2015-03-11 17:19:33 queue INFO >>3 [64] -2015-03-11 17:19:33 sendUrl INFO 3 [64] R:OK -2015-03-11 17:20:23 queue INFO >>3 [65] -2015-03-11 17:20:24 sendUrl INFO 3 [65] R:OK -2015-03-11 17:21:13 queue INFO >>3 [66] -2015-03-11 17:21:14 sendUrl INFO 3 [66] R:OK -2015-03-11 17:22:04 queue INFO >>3 [67] -2015-03-11 17:22:04 sendUrl INFO 3 [67] R:OK -2015-03-11 17:22:54 queue INFO >>3 [68] -2015-03-11 17:22:54 sendUrl INFO 3 [68] R:OK -2015-03-11 17:23:44 queue INFO >>3 [69] -2015-03-11 17:23:46 sendUrl INFO 3 [69] R:OK -2015-03-11 17:24:34 queue INFO >>3 [70] -2015-03-11 17:24:34 sendUrl INFO 3 [70] R:OK -2015-03-11 17:25:24 queue INFO >>3 [71] -2015-03-11 17:25:26 sendUrl INFO 3 [71] R:OK -2015-03-11 17:26:14 queue INFO >>3 [72] -2015-03-11 17:26:16 sendUrl INFO 3 [72] R:OK -2015-03-11 17:27:05 queue INFO >>3 [73] -2015-03-11 17:27:05 sendUrl INFO 3 [73] R:OK -2015-03-11 17:27:55 queue INFO >>3 [74] -2015-03-11 17:27:56 sendUrl INFO 3 [74] R:OK -2015-03-11 17:28:20 queue INFO 7 [75] -2015-03-11 17:28:20 queue INFO >7 [76] -2015-03-11 17:28:20 program INFO WAIT active send to complete -2015-03-11 17:28:21 program INFO WAIT active send to complete -2015-03-11 17:28:21 queue INFO 3 [77] -2015-03-11 17:28:21 program INFO WAIT active send to complete -2015-03-11 17:28:21 queue INFO >3 [78] -2015-03-11 17:28:22 program INFO WAIT active send to complete -2015-03-11 17:28:22 program INFO WAIT active send to complete -2015-03-11 17:28:23 program INFO WAIT active send to complete -2015-03-11 17:28:23 program INFO WAIT active send to complete -2015-03-11 17:28:24 program INFO WAIT active send to complete -2015-03-11 17:28:24 program INFO WAIT active send to complete -2015-03-11 17:28:25 program INFO WAIT active send to complete -2015-03-11 17:28:25 program INFO WAIT active send to complete -2015-03-11 17:28:26 program INFO WAIT active send to complete -2015-03-11 17:28:26 program INFO WAIT active send to complete -2015-03-11 17:28:27 program INFO WAIT active send to complete -2015-03-11 17:28:27 program INFO WAIT active send to complete -2015-03-11 17:28:28 program INFO WAIT active send to complete -2015-03-11 17:28:28 program INFO WAIT active send to complete -2015-03-11 17:28:29 program INFO WAIT active send to complete -2015-03-11 17:28:29 program INFO WAIT active send to complete -2015-03-11 17:28:30 program INFO WAIT active send to complete -2015-03-11 17:28:30 program INFO WAIT active send to complete -2015-03-11 17:28:31 program INFO WAIT active send to complete -2015-03-11 17:28:31 sendUrl INFO 7 [75] R:OK -2015-03-11 17:28:32 program INFO WAIT active send to complete -2015-03-11 17:28:32 program INFO WAIT active send to complete -2015-03-11 17:28:33 program INFO WAIT active send to complete -2015-03-11 17:28:33 program INFO WAIT active send to complete -2015-03-11 17:28:34 program INFO WAIT active send to complete -2015-03-11 17:28:34 program INFO WAIT active send to complete -2015-03-11 17:28:35 program INFO WAIT active send to complete -2015-03-11 17:28:35 program INFO WAIT active send to complete -2015-03-11 17:28:36 program INFO WAIT active send to complete -2015-03-11 17:28:36 program INFO WAIT active send to complete -2015-03-11 17:28:37 program INFO WAIT active send to complete -2015-03-11 17:28:37 program INFO WAIT active send to complete -2015-03-11 17:28:38 program INFO WAIT active send to complete -2015-03-11 17:28:39 program INFO WAIT active send to complete -2015-03-11 17:28:39 program INFO WAIT active send to complete -2015-03-11 17:28:40 program INFO WAIT active send to complete -2015-03-11 17:28:40 program INFO WAIT active send to complete -2015-03-11 17:28:41 program INFO WAIT active send to complete -2015-03-11 17:28:41 program INFO WAIT active send to complete -2015-03-11 17:28:42 program INFO WAIT active send to complete -2015-03-11 17:28:42 sendUrl INFO 7 [76] R:OK -2015-03-11 17:28:43 program INFO WAIT active send to complete -2015-03-11 17:28:43 program INFO WAIT active send to complete -2015-03-11 17:28:44 program INFO WAIT active send to complete -2015-03-11 17:28:44 program INFO WAIT active send to complete -2015-03-11 17:28:45 program INFO WAIT active send to complete -2015-03-11 17:28:45 sendUrl INFO 3 [77] R:OK -2015-03-11 17:28:52 sendUrl INFO 3 [78] R:OK -2015-03-11 17:29:11 queue INFO >>3 [79] -2015-03-11 17:29:12 sendUrl INFO 3 [79] R:OK -2015-03-11 17:30:01 queue INFO >>3 [80] -2015-03-11 17:30:03 sendUrl INFO 3 [80] R:OK -2015-03-11 17:30:52 queue INFO >>3 [81] -2015-03-11 17:31:12 sendUrl INFO 3 [81] R:OK -2015-03-11 17:31:42 queue INFO >>3 [82] -2015-03-11 17:31:58 sendUrl INFO 3 [82] R:OK -2015-03-11 17:32:32 queue INFO >>3 [83] -2015-03-11 17:32:38 sendUrl INFO 3 [83] R:OK -2015-03-11 17:33:22 queue INFO >>3 [84] -2015-03-11 17:33:43 sendUrl INFO 3 [84] R:OK -2015-03-11 17:34:12 queue INFO >>3 [85] -2015-03-11 17:34:20 sendUrl INFO 3 [85] R:OK -2015-03-11 17:35:02 queue INFO >>3 [86] -2015-03-11 17:35:06 sendUrl INFO 3 [86] R:OK -2015-03-11 17:35:53 queue INFO >>3 [87] -2015-03-11 17:35:56 sendUrl INFO 3 [87] R:OK -2015-03-11 17:36:43 queue INFO >>3 [88] -2015-03-11 17:36:43 sendUrl INFO 3 [88] R:OK -2015-03-11 17:37:33 queue INFO >>3 [89] -2015-03-11 17:37:34 program ERROR IOB offline -2015-03-11 17:37:58 queue INFO 7 [90] -2015-03-11 17:37:58 queue INFO >7 [91] -2015-03-11 17:38:00 queue INFO 3 [92] -2015-03-11 17:38:00 queue INFO >3 [93] -2015-03-11 17:38:04 program INFO IOB ONLINE! -2015-03-11 17:38:04 sendUrl INFO 3 [89] R:OK -2015-03-11 17:38:04 sendUrl INFO 7 [90] R:OK -2015-03-11 17:38:05 sendUrl INFO 7 [91] R:OK -2015-03-11 17:38:05 sendUrl INFO 3 [92] R:OK -2015-03-11 17:38:06 sendUrl INFO 3 [93] R:OK -2015-03-11 17:38:50 queue INFO >>3 [94] -2015-03-11 17:38:50 sendUrl INFO 3 [94] R:OK -2015-03-11 17:39:40 queue INFO >>3 [95] -2015-03-11 17:39:40 sendUrl INFO 3 [95] R:OK -2015-03-11 17:40:30 queue INFO >>3 [96] -2015-03-11 17:40:31 sendUrl INFO 3 [96] R:OK -2015-03-11 17:41:20 queue INFO >>3 [97] -2015-03-11 17:41:20 sendUrl INFO 3 [97] R:OK -2015-03-11 17:42:10 queue INFO >>3 [98] -2015-03-11 17:42:11 sendUrl INFO 3 [98] R:OK -2015-03-11 17:43:00 queue INFO >>3 [99] -2015-03-11 17:43:01 sendUrl INFO 3 [99] R:OK -2015-03-11 17:43:50 queue INFO >>3 [100] -2015-03-11 17:43:51 sendUrl INFO 3 [100] R:OK -2015-03-11 17:44:41 queue INFO >>3 [101] -2015-03-11 17:44:41 sendUrl INFO 3 [101] R:OK -2015-03-11 17:45:31 queue INFO >>3 [102] -2015-03-11 17:45:31 sendUrl INFO 3 [102] R:OK -2015-03-11 17:46:21 queue INFO >>3 [103] -2015-03-11 17:46:21 sendUrl INFO 3 [103] R:OK -2015-03-11 17:47:11 queue INFO >>3 [104] -2015-03-11 17:47:11 sendUrl INFO 3 [104] R:OK -2015-03-11 17:47:37 queue INFO 7 [105] -2015-03-11 17:47:37 queue INFO >7 [106] -2015-03-11 17:47:37 sendUrl INFO 7 [105] R:OK -2015-03-11 17:47:37 sendUrl INFO 7 [106] R:OK -2015-03-11 17:47:38 queue INFO 3 [107] -2015-03-11 17:47:38 queue INFO >3 [108] -2015-03-11 17:47:38 sendUrl INFO 3 [107] R:OK -2015-03-11 17:47:39 sendUrl INFO 3 [108] R:OK -2015-03-11 17:48:28 queue INFO >>3 [109] -2015-03-11 17:48:28 sendUrl INFO 3 [109] R:OK -2015-03-11 17:49:18 queue INFO >>3 [110] -2015-03-11 17:49:19 sendUrl INFO 3 [110] R:OK -2015-03-11 17:50:08 queue INFO >>3 [111] -2015-03-11 17:50:09 sendUrl INFO 3 [111] R:OK -2015-03-11 17:50:59 queue INFO >>3 [112] -2015-03-11 17:50:59 sendUrl INFO 3 [112] R:OK -2015-03-11 17:51:49 queue INFO >>3 [113] -2015-03-11 17:51:49 sendUrl INFO 3 [113] R:OK -2015-03-11 17:52:39 queue INFO >>3 [114] -2015-03-11 17:52:39 sendUrl INFO 3 [114] R:OK -2015-03-11 17:53:29 queue INFO >>3 [115] -2015-03-11 17:53:29 sendUrl INFO 3 [115] R:OK -2015-03-11 17:54:19 queue INFO >>3 [116] -2015-03-11 17:54:20 sendUrl INFO 3 [116] R:OK -2015-03-11 17:55:09 queue INFO >>3 [117] -2015-03-11 17:55:09 sendUrl INFO 3 [117] R:OK -2015-03-11 17:55:59 queue INFO >>3 [118] -2015-03-11 17:56:00 sendUrl INFO 3 [118] R:OK -2015-03-11 17:56:50 queue INFO >>3 [119] -2015-03-11 17:56:50 sendUrl INFO 3 [119] R:OK -2015-03-11 17:57:15 queue INFO 7 [120] -2015-03-11 17:57:15 queue INFO >7 [121] -2015-03-11 17:57:16 sendUrl INFO 7 [120] R:OK -2015-03-11 17:57:16 sendUrl INFO 7 [121] R:OK -2015-03-11 17:57:17 queue INFO 3 [122] -2015-03-11 17:57:17 sendUrl INFO 3 [122] R:OK -2015-03-11 17:57:17 queue INFO >3 [123] -2015-03-11 17:57:17 sendUrl INFO 3 [123] R:OK -2015-03-11 17:58:07 queue INFO >>3 [124] -2015-03-11 17:58:07 sendUrl INFO 3 [124] R:OK -2015-03-11 17:58:57 queue INFO >>3 [125] -2015-03-11 17:58:58 sendUrl INFO 3 [125] R:OK -2015-03-11 17:59:47 queue INFO >>3 [126] -2015-03-11 17:59:47 sendUrl INFO 3 [126] R:OK -2015-03-11 18:00:37 queue INFO >>3 [127] -2015-03-11 18:00:38 sendUrl INFO 3 [127] R:OK -2015-03-11 18:01:27 queue INFO >>3 [128] -2015-03-11 18:01:28 sendUrl INFO 3 [128] R:OK -2015-03-11 18:02:18 queue INFO >>3 [129] -2015-03-11 18:02:18 sendUrl INFO 3 [129] R:OK -2015-03-11 18:03:08 queue INFO >>3 [130] -2015-03-11 18:03:08 sendUrl INFO 3 [130] R:OK -2015-03-11 18:03:58 queue INFO >>3 [131] -2015-03-11 18:03:58 sendUrl INFO 3 [131] R:OK -2015-03-11 18:04:48 queue INFO >>3 [132] -2015-03-11 18:04:48 sendUrl INFO 3 [132] R:OK -2015-03-11 18:05:38 queue INFO >>3 [133] -2015-03-11 18:05:39 sendUrl INFO 3 [133] R:OK -2015-03-11 18:06:28 queue INFO >>3 [134] -2015-03-11 18:06:29 sendUrl INFO 3 [134] R:OK -2015-03-11 18:06:54 queue INFO 7 [135] -2015-03-11 18:06:54 queue INFO >7 [136] -2015-03-11 18:06:54 sendUrl INFO 7 [135] R:OK -2015-03-11 18:06:55 sendUrl INFO 7 [136] R:OK -2015-03-11 18:06:55 queue INFO 3 [137] -2015-03-11 18:06:55 queue INFO >3 [138] -2015-03-11 18:06:55 sendUrl INFO 3 [137] R:OK -2015-03-11 18:06:56 sendUrl INFO 3 [138] R:OK -2015-03-11 18:07:45 queue INFO >>3 [139] -2015-03-11 18:07:46 sendUrl INFO 3 [139] R:OK -2015-03-11 18:08:14 queue INFO 21 [140] -2015-03-11 18:08:14 sendUrl INFO 21 [140] R:OK -2015-03-11 18:08:14 queue INFO >21 [141] -2015-03-11 18:08:14 sendUrl INFO 21 [141] R:OK -2015-03-11 18:09:04 queue INFO >>21 [142] -2015-03-11 18:09:04 sendUrl INFO 21 [142] R:OK -2015-03-11 18:09:54 queue INFO >>21 [143] -2015-03-11 18:09:54 sendUrl INFO 21 [143] R:OK -2015-03-11 18:10:37 queue INFO 1 [144] -2015-03-11 18:10:37 queue INFO >1 [145] -2015-03-11 18:10:37 sendUrl INFO 1 [144] R:OK -2015-03-11 18:10:38 sendUrl INFO 1 [145] R:OK -2015-03-11 18:10:50 queue INFO 3 [146] -2015-03-11 18:10:50 queue INFO >3 [147] -2015-03-11 18:10:50 sendUrl INFO 3 [146] R:OK -2015-03-11 18:10:51 sendUrl INFO 3 [147] R:OK -2015-03-11 18:11:40 queue INFO >>3 [148] -2015-03-11 18:11:40 sendUrl INFO 3 [148] R:OK -2015-03-11 18:12:30 queue INFO >>3 [149] -2015-03-11 18:12:31 sendUrl INFO 3 [149] R:OK -2015-03-11 18:13:20 queue INFO >>3 [150] -2015-03-11 18:13:20 sendUrl INFO 3 [150] R:OK -2015-03-11 18:14:10 queue INFO >>3 [151] -2015-03-11 18:14:11 sendUrl INFO 3 [151] R:OK -2015-03-11 18:15:01 queue INFO >>3 [152] -2015-03-11 18:15:01 sendUrl INFO 3 [152] R:OK -2015-03-11 18:15:51 queue INFO >>3 [153] -2015-03-11 18:15:51 sendUrl INFO 3 [153] R:OK -2015-03-11 18:16:41 queue INFO >>3 [154] -2015-03-11 18:16:41 sendUrl INFO 3 [154] R:OK -2015-03-11 18:17:31 queue INFO >>3 [155] -2015-03-11 18:17:32 sendUrl INFO 3 [155] R:OK -2015-03-11 18:18:21 queue INFO >>3 [156] -2015-03-11 18:18:21 sendUrl INFO 3 [156] R:OK -2015-03-11 18:19:05 queue INFO 7 [157] -2015-03-11 18:19:05 sendUrl INFO 7 [157] R:OK -2015-03-11 18:19:05 queue INFO >7 [158] -2015-03-11 18:19:06 sendUrl INFO 7 [158] R:OK -2015-03-11 18:19:07 queue INFO 3 [159] -2015-03-11 18:19:07 queue INFO >3 [160] -2015-03-11 18:19:07 sendUrl INFO 3 [159] R:OK -2015-03-11 18:19:08 sendUrl INFO 3 [160] R:OK -2015-03-11 18:19:57 queue INFO >>3 [161] -2015-03-11 18:19:57 sendUrl INFO 3 [161] R:OK -2015-03-11 18:20:47 queue INFO >>3 [162] -2015-03-11 18:20:47 sendUrl INFO 3 [162] R:OK -2015-03-11 18:21:37 queue INFO >>3 [163] -2015-03-11 18:21:39 sendUrl INFO 3 [163] R:OK -2015-03-11 18:22:27 queue INFO >>3 [164] -2015-03-11 18:22:29 sendUrl INFO 3 [164] R:OK -2015-03-11 18:23:17 queue INFO >>3 [165] -2015-03-11 18:23:19 sendUrl INFO 3 [165] R:OK -2015-03-11 18:24:08 queue INFO >>3 [166] -2015-03-11 18:24:16 sendUrl INFO 3 [166] R:OK -2015-03-11 18:24:58 queue INFO >>3 [167] -2015-03-11 18:24:58 sendUrl INFO 3 [167] R:OK -2015-03-11 18:25:48 queue INFO >>3 [168] -2015-03-11 18:25:48 sendUrl INFO 3 [168] R:OK -2015-03-11 18:26:38 queue INFO >>3 [169] -2015-03-11 18:26:39 sendUrl INFO 3 [169] R:OK -2015-03-11 18:27:28 queue INFO >>3 [170] -2015-03-11 18:27:29 sendUrl INFO 3 [170] R:OK -2015-03-11 18:28:18 queue INFO >>3 [171] -2015-03-11 18:28:19 sendUrl INFO 3 [171] R:OK -2015-03-11 18:28:43 queue INFO 7 [172] -2015-03-11 18:28:43 queue INFO >7 [173] -2015-03-11 18:28:44 program INFO WAIT active send to complete -2015-03-11 18:28:45 program INFO WAIT active send to complete -2015-03-11 18:28:45 queue INFO 3 [174] -2015-03-11 18:28:45 queue INFO >3 [175] -2015-03-11 18:28:45 program INFO WAIT active send to complete -2015-03-11 18:28:45 sendUrl INFO 7 [172] R:OK -2015-03-11 18:28:46 sendUrl INFO 7 [173] R:OK -2015-03-11 18:28:47 program INFO WAIT active send to complete -2015-03-11 18:28:47 program INFO WAIT active send to complete -2015-03-11 18:28:48 program INFO WAIT active send to complete -2015-03-11 18:28:48 program INFO WAIT active send to complete -2015-03-11 18:28:49 program INFO WAIT active send to complete -2015-03-11 18:28:49 program INFO WAIT active send to complete -2015-03-11 18:28:50 program INFO WAIT active send to complete -2015-03-11 18:28:50 program INFO WAIT active send to complete -2015-03-11 18:28:51 program INFO WAIT active send to complete -2015-03-11 18:28:51 program INFO WAIT active send to complete -2015-03-11 18:28:52 program INFO WAIT active send to complete -2015-03-11 18:28:52 program INFO WAIT active send to complete -2015-03-11 18:28:53 program INFO WAIT active send to complete -2015-03-11 18:28:53 program INFO WAIT active send to complete -2015-03-11 18:28:54 program INFO WAIT active send to complete -2015-03-11 18:28:54 program INFO WAIT active send to complete -2015-03-11 18:28:55 program INFO WAIT active send to complete -2015-03-11 18:28:55 program INFO WAIT active send to complete -2015-03-11 18:28:56 program INFO WAIT active send to complete -2015-03-11 18:28:56 program INFO WAIT active send to complete -2015-03-11 18:28:57 program INFO WAIT active send to complete -2015-03-11 18:28:57 program INFO WAIT active send to complete -2015-03-11 18:28:58 program INFO WAIT active send to complete -2015-03-11 18:28:58 program INFO WAIT active send to complete -2015-03-11 18:28:59 program INFO WAIT active send to complete -2015-03-11 18:28:59 program INFO WAIT active send to complete -2015-03-11 18:29:00 program INFO WAIT active send to complete -2015-03-11 18:29:00 program INFO WAIT active send to complete -2015-03-11 18:29:01 program INFO WAIT active send to complete -2015-03-11 18:29:01 program INFO WAIT active send to complete -2015-03-11 18:29:02 sendUrl INFO 3 [174] R:OK -2015-03-11 18:29:05 sendUrl INFO 3 [175] R:OK -2015-03-11 18:29:35 queue INFO >>3 [176] -2015-03-11 18:29:36 sendUrl INFO 3 [176] R:OK -2015-03-11 18:30:25 queue INFO >>3 [177] -2015-03-11 18:30:34 sendUrl INFO 3 [177] R:OK -2015-03-11 18:31:15 queue INFO >>3 [178] -2015-03-11 18:31:16 sendUrl INFO 3 [178] R:OK -2015-03-11 18:32:05 queue INFO >>3 [179] -2015-03-11 18:32:06 sendUrl INFO 3 [179] R:OK -2015-03-11 18:32:55 queue INFO >>3 [180] -2015-03-11 18:32:57 sendUrl INFO 3 [180] R:OK -2015-03-11 18:33:46 queue INFO >>3 [181] -2015-03-11 18:33:46 sendUrl INFO 3 [181] R:OK -2015-03-11 18:34:36 queue INFO >>3 [182] -2015-03-11 18:34:37 sendUrl INFO 3 [182] R:OK -2015-03-11 18:35:26 queue INFO >>3 [183] -2015-03-11 18:35:35 sendUrl INFO 3 [183] R:OK -2015-03-11 18:36:16 queue INFO >>3 [184] -2015-03-11 18:36:26 sendUrl INFO 3 [184] R:OK -2015-03-11 18:37:06 queue INFO >>3 [185] -2015-03-11 18:37:07 sendUrl INFO 3 [185] R:OK -2015-03-11 18:37:56 queue INFO >>3 [186] -2015-03-11 18:38:00 sendUrl INFO 3 [186] R:OK -2015-03-11 18:38:22 queue INFO 7 [187] -2015-03-11 18:38:22 queue INFO >7 [188] -2015-03-11 18:38:23 program INFO WAIT active send to complete -2015-03-11 18:38:23 program INFO WAIT active send to complete -2015-03-11 18:38:23 queue INFO 3 [189] -2015-03-11 18:38:23 queue INFO >3 [190] -2015-03-11 18:38:24 program INFO WAIT active send to complete -2015-03-11 18:38:24 program INFO WAIT active send to complete -2015-03-11 18:38:25 program INFO WAIT active send to complete -2015-03-11 18:38:25 program INFO WAIT active send to complete -2015-03-11 18:38:26 program INFO WAIT active send to complete -2015-03-11 18:38:26 program INFO WAIT active send to complete -2015-03-11 18:38:27 program INFO WAIT active send to complete -2015-03-11 18:38:27 program INFO WAIT active send to complete -2015-03-11 18:38:28 program INFO WAIT active send to complete -2015-03-11 18:38:28 program INFO WAIT active send to complete -2015-03-11 18:38:29 program INFO WAIT active send to complete -2015-03-11 18:38:29 program INFO WAIT active send to complete -2015-03-11 18:38:30 program INFO WAIT active send to complete -2015-03-11 18:38:30 program INFO WAIT active send to complete -2015-03-11 18:38:31 program INFO WAIT active send to complete -2015-03-11 18:38:31 program INFO WAIT active send to complete -2015-03-11 18:38:32 program INFO WAIT active send to complete -2015-03-11 18:38:32 program INFO WAIT active send to complete -2015-03-11 18:38:32 sendUrl INFO 7 [187] R:OK -2015-03-11 18:38:33 program INFO WAIT active send to complete -2015-03-11 18:38:34 program INFO WAIT active send to complete -2015-03-11 18:38:34 program INFO WAIT active send to complete -2015-03-11 18:38:35 program INFO WAIT active send to complete -2015-03-11 18:38:35 program INFO WAIT active send to complete -2015-03-11 18:38:36 program INFO WAIT active send to complete -2015-03-11 18:38:36 program INFO WAIT active send to complete -2015-03-11 18:38:37 program INFO WAIT active send to complete -2015-03-11 18:38:37 program INFO WAIT active send to complete -2015-03-11 18:38:38 program INFO WAIT active send to complete -2015-03-11 18:38:38 program INFO WAIT active send to complete -2015-03-11 18:38:39 program INFO WAIT active send to complete -2015-03-11 18:38:39 program INFO WAIT active send to complete -2015-03-11 18:38:40 program INFO WAIT active send to complete -2015-03-11 18:38:40 program INFO WAIT active send to complete -2015-03-11 18:38:41 program INFO WAIT active send to complete -2015-03-11 18:38:41 program INFO WAIT active send to complete -2015-03-11 18:38:42 program INFO WAIT active send to complete -2015-03-11 18:38:42 program INFO WAIT active send to complete -2015-03-11 18:38:43 program INFO WAIT active send to complete -2015-03-11 18:38:43 program INFO WAIT active send to complete -2015-03-11 18:38:44 program INFO WAIT active send to complete -2015-03-11 18:38:44 program INFO WAIT active send to complete -2015-03-11 18:38:45 program INFO WAIT active send to complete -2015-03-11 18:38:45 program INFO WAIT active send to complete -2015-03-11 18:38:46 program INFO WAIT active send to complete -2015-03-11 18:38:46 program INFO WAIT active send to complete -2015-03-11 18:38:47 program INFO WAIT active send to complete -2015-03-11 18:38:47 program INFO WAIT active send to complete -2015-03-11 18:38:48 program INFO WAIT active send to complete -2015-03-11 18:38:48 program INFO WAIT active send to complete -2015-03-11 18:38:49 program INFO WAIT active send to complete -2015-03-11 18:38:49 program INFO WAIT active send to complete -2015-03-11 18:38:50 program INFO WAIT active send to complete -2015-03-11 18:38:50 program INFO WAIT active send to complete -2015-03-11 18:38:51 program INFO WAIT active send to complete -2015-03-11 18:38:51 program INFO WAIT active send to complete -2015-03-11 18:38:52 program INFO WAIT active send to complete -2015-03-11 18:38:52 sendUrl INFO 7 [188] R:OK -2015-03-11 18:38:53 program INFO WAIT active send to complete -2015-03-11 18:38:53 program INFO WAIT active send to complete -2015-03-11 18:38:54 program INFO WAIT active send to complete -2015-03-11 18:38:54 program INFO WAIT active send to complete -2015-03-11 18:38:55 program INFO WAIT active send to complete -2015-03-11 18:38:55 program INFO WAIT active send to complete -2015-03-11 18:38:56 program INFO WAIT active send to complete -2015-03-11 18:38:56 program INFO WAIT active send to complete -2015-03-11 18:38:57 program INFO WAIT active send to complete -2015-03-11 18:38:57 program INFO WAIT active send to complete -2015-03-11 18:38:58 program INFO WAIT active send to complete -2015-03-11 18:38:58 program INFO WAIT active send to complete -2015-03-11 18:38:59 program INFO WAIT active send to complete -2015-03-11 18:38:59 sendUrl INFO 3 [189] R:OK -2015-03-11 18:39:03 sendUrl INFO 3 [190] R:OK -2015-03-11 18:39:13 queue INFO >>3 [191] -2015-03-11 18:39:14 sendUrl INFO 3 [191] R:OK -2015-03-11 18:40:03 queue INFO >>3 [192] -2015-03-11 18:40:05 sendUrl INFO 3 [192] R:OK -2015-03-11 18:40:54 queue INFO >>3 [193] -2015-03-11 18:40:55 sendUrl INFO 3 [193] R:OK -2015-03-11 18:41:44 queue INFO >>3 [194] -2015-03-11 18:41:46 sendUrl INFO 3 [194] R:OK -2015-03-11 18:42:34 queue INFO >>3 [195] -2015-03-11 18:42:34 sendUrl INFO 3 [195] R:OK -2015-03-11 18:43:24 queue INFO >>3 [196] -2015-03-11 18:43:27 sendUrl INFO 3 [196] R:OK -2015-03-11 18:44:14 queue INFO >>3 [197] -2015-03-11 18:44:15 sendUrl INFO 3 [197] R:OK -2015-03-11 18:45:04 queue INFO >>3 [198] -2015-03-11 18:45:14 sendUrl INFO 3 [198] R:OK -2015-03-11 18:45:54 queue INFO >>3 [199] -2015-03-11 18:46:04 sendUrl INFO 3 [199] R:OK -2015-03-11 18:46:45 queue INFO >>3 [200] -2015-03-11 18:46:45 sendUrl INFO 3 [200] R:OK -2015-03-11 18:47:35 queue INFO >>3 [201] -2015-03-11 18:47:35 sendUrl INFO 3 [201] R:OK -2015-03-11 18:48:00 queue INFO 7 [202] -2015-03-11 18:48:00 sendUrl INFO 7 [202] R:OK -2015-03-11 18:48:00 queue INFO >7 [203] -2015-03-11 18:48:01 sendUrl INFO 7 [203] R:OK -2015-03-11 18:48:02 queue INFO 3 [204] -2015-03-11 18:48:02 queue INFO >3 [205] -2015-03-11 18:48:02 sendUrl INFO 3 [204] R:OK -2015-03-11 18:48:03 sendUrl INFO 3 [205] R:OK -2015-03-11 18:48:52 queue INFO >>3 [206] -2015-03-11 18:48:52 sendUrl INFO 3 [206] R:OK -2015-03-11 18:49:42 queue INFO >>3 [207] -2015-03-11 18:49:42 sendUrl INFO 3 [207] R:OK -2015-03-11 18:50:32 queue INFO >>3 [208] -2015-03-11 18:50:32 sendUrl INFO 3 [208] R:OK -2015-03-11 18:51:22 queue INFO >>3 [209] -2015-03-11 18:51:23 sendUrl INFO 3 [209] R:OK -2015-03-11 18:52:12 queue INFO >>3 [210] -2015-03-11 18:52:13 sendUrl INFO 3 [210] R:OK -2015-03-11 18:53:03 queue INFO >>3 [211] -2015-03-11 18:53:03 sendUrl INFO 3 [211] R:OK -2015-03-11 18:53:53 queue INFO >>3 [212] -2015-03-11 18:53:53 sendUrl INFO 3 [212] R:OK -2015-03-11 18:54:43 queue INFO >>3 [213] -2015-03-11 18:54:43 sendUrl INFO 3 [213] R:OK -2015-03-11 18:55:33 queue INFO >>3 [214] -2015-03-11 18:55:33 sendUrl INFO 3 [214] R:OK -2015-03-11 18:56:23 queue INFO >>3 [215] -2015-03-11 18:56:24 sendUrl INFO 3 [215] R:OK -2015-03-11 18:57:13 queue INFO >>3 [216] -2015-03-11 18:57:13 sendUrl INFO 3 [216] R:OK -2015-03-11 18:57:39 queue INFO 7 [217] -2015-03-11 18:57:39 queue INFO >7 [218] -2015-03-11 18:57:39 sendUrl INFO 7 [217] R:OK -2015-03-11 18:57:40 sendUrl INFO 7 [218] R:OK -2015-03-11 18:57:40 queue INFO 3 [219] -2015-03-11 18:57:41 queue INFO >3 [220] -2015-03-11 18:57:41 sendUrl INFO 3 [219] R:OK -2015-03-11 18:57:41 sendUrl INFO 3 [220] R:OK -2015-03-11 18:58:31 queue INFO >>3 [221] -2015-03-11 18:58:31 sendUrl INFO 3 [221] R:OK -2015-03-11 18:59:21 queue INFO >>3 [222] -2015-03-11 18:59:21 sendUrl INFO 3 [222] R:OK -2015-03-11 19:00:11 queue INFO >>3 [223] -2015-03-11 19:00:11 sendUrl INFO 3 [223] R:OK -2015-03-11 19:01:01 queue INFO >>3 [224] -2015-03-11 19:01:01 sendUrl INFO 3 [224] R:OK -2015-03-11 19:01:51 queue INFO >>3 [225] -2015-03-11 19:01:51 sendUrl INFO 3 [225] R:OK -2015-03-11 19:02:41 queue INFO >>3 [226] -2015-03-11 19:02:42 sendUrl INFO 3 [226] R:OK -2015-03-11 19:03:31 queue INFO >>3 [227] -2015-03-11 19:03:32 sendUrl INFO 3 [227] R:OK -2015-03-11 19:04:22 queue INFO >>3 [228] -2015-03-11 19:04:22 sendUrl INFO 3 [228] R:OK -2015-03-11 19:05:12 queue INFO >>3 [229] -2015-03-11 19:05:12 sendUrl INFO 3 [229] R:OK -2015-03-11 19:06:02 queue INFO >>3 [230] -2015-03-11 19:06:02 sendUrl INFO 3 [230] R:OK -2015-03-11 19:06:52 queue INFO >>3 [231] -2015-03-11 19:06:52 sendUrl INFO 3 [231] R:OK -2015-03-11 19:07:17 queue INFO 7 [232] -2015-03-11 19:07:17 queue INFO >7 [233] -2015-03-11 19:07:18 sendUrl INFO 7 [232] R:OK -2015-03-11 19:07:18 sendUrl INFO 7 [233] R:OK -2015-03-11 19:07:19 queue INFO 3 [234] -2015-03-11 19:07:19 queue INFO >3 [235] -2015-03-11 19:07:19 sendUrl INFO 3 [234] R:OK -2015-03-11 19:07:19 sendUrl INFO 3 [235] R:OK -2015-03-11 19:08:09 queue INFO >>3 [236] -2015-03-11 19:08:09 sendUrl INFO 3 [236] R:OK -2015-03-11 19:08:59 queue INFO >>3 [237] -2015-03-11 19:08:59 sendUrl INFO 3 [237] R:OK -2015-03-11 19:09:49 queue INFO >>3 [238] -2015-03-11 19:09:50 sendUrl INFO 3 [238] R:OK -2015-03-11 19:10:39 queue INFO >>3 [239] -2015-03-11 19:10:39 sendUrl INFO 3 [239] R:OK -2015-03-11 19:11:29 queue INFO >>3 [240] -2015-03-11 19:11:30 sendUrl INFO 3 [240] R:OK -2015-03-11 19:12:19 queue INFO >>3 [241] -2015-03-11 19:12:20 sendUrl INFO 3 [241] R:OK -2015-03-11 19:13:10 queue INFO >>3 [242] -2015-03-11 19:13:10 sendUrl INFO 3 [242] R:OK -2015-03-11 19:14:00 queue INFO >>3 [243] -2015-03-11 19:14:00 sendUrl INFO 3 [243] R:OK -2015-03-11 19:14:50 queue INFO >>3 [244] -2015-03-11 19:14:50 sendUrl INFO 3 [244] R:OK -2015-03-11 19:15:40 queue INFO >>3 [245] -2015-03-11 19:15:40 sendUrl INFO 3 [245] R:OK -2015-03-11 19:16:30 queue INFO >>3 [246] -2015-03-11 19:16:31 sendUrl INFO 3 [246] R:OK -2015-03-11 19:16:55 queue INFO 7 [247] -2015-03-11 19:16:56 queue INFO >7 [248] -2015-03-11 19:16:56 sendUrl INFO 7 [247] R:OK -2015-03-11 19:16:56 sendUrl INFO 7 [248] R:OK -2015-03-11 19:16:57 queue INFO 3 [249] -2015-03-11 19:16:57 queue INFO >3 [250] -2015-03-11 19:16:57 sendUrl INFO 3 [249] R:OK -2015-03-11 19:16:58 sendUrl INFO 3 [250] R:OK -2015-03-11 19:17:47 queue INFO >>3 [251] -2015-03-11 19:17:47 sendUrl INFO 3 [251] R:OK -2015-03-11 19:18:37 queue INFO >>3 [252] -2015-03-11 19:18:38 sendUrl INFO 3 [252] R:OK -2015-03-11 19:19:27 queue INFO >>3 [253] -2015-03-11 19:19:28 sendUrl INFO 3 [253] R:OK -2015-03-11 19:20:18 queue INFO >>3 [254] -2015-03-11 19:20:18 sendUrl INFO 3 [254] R:OK -2015-03-11 19:21:08 queue INFO >>3 [255] -2015-03-11 19:21:08 sendUrl INFO 3 [255] R:OK -2015-03-11 19:21:58 queue INFO >>3 [256] -2015-03-11 19:21:58 sendUrl INFO 3 [256] R:OK -2015-03-11 19:22:48 queue INFO >>3 [257] -2015-03-11 19:22:48 sendUrl INFO 3 [257] R:OK -2015-03-11 19:23:38 queue INFO >>3 [258] -2015-03-11 19:23:39 sendUrl INFO 3 [258] R:OK -2015-03-11 19:24:28 queue INFO >>3 [259] -2015-03-11 19:24:28 sendUrl INFO 3 [259] R:OK -2015-03-11 19:25:18 queue INFO >>3 [260] -2015-03-11 19:25:19 sendUrl INFO 3 [260] R:OK -2015-03-11 19:26:09 queue INFO >>3 [261] -2015-03-11 19:26:09 sendUrl INFO 3 [261] R:OK -2015-03-11 19:26:33 queue INFO 7 [262] -2015-03-11 19:26:34 queue INFO >7 [263] -2015-03-11 19:26:34 sendUrl INFO 7 [262] R:OK -2015-03-11 19:26:34 sendUrl INFO 7 [263] R:OK -2015-03-11 19:26:35 queue INFO 3 [264] -2015-03-11 19:26:35 queue INFO >3 [265] -2015-03-11 19:26:35 sendUrl INFO 3 [264] R:OK -2015-03-11 19:26:36 sendUrl INFO 3 [265] R:OK -2015-03-11 19:27:25 queue INFO >>3 [266] -2015-03-11 19:27:26 sendUrl INFO 3 [266] R:OK -2015-03-11 19:28:15 queue INFO >>3 [267] -2015-03-11 19:28:15 sendUrl INFO 3 [267] R:OK -2015-03-11 19:29:05 queue INFO >>3 [268] -2015-03-11 19:29:06 sendUrl INFO 3 [268] R:OK -2015-03-11 19:29:56 queue INFO >>3 [269] -2015-03-11 19:29:56 sendUrl INFO 3 [269] R:OK -2015-03-11 19:30:46 queue INFO >>3 [270] -2015-03-11 19:30:46 sendUrl INFO 3 [270] R:OK -2015-03-11 19:31:36 queue INFO >>3 [271] -2015-03-11 19:31:36 sendUrl INFO 3 [271] R:OK -2015-03-11 19:32:26 queue INFO >>3 [272] -2015-03-11 19:32:26 sendUrl INFO 3 [272] R:OK -2015-03-11 19:33:16 queue INFO >>3 [273] -2015-03-11 19:33:17 sendUrl INFO 3 [273] R:OK -2015-03-11 19:34:06 queue INFO >>3 [274] -2015-03-11 19:34:07 sendUrl INFO 3 [274] R:OK -2015-03-11 19:34:56 queue INFO >>3 [275] -2015-03-11 19:34:57 sendUrl INFO 3 [275] R:OK -2015-03-11 19:35:47 queue INFO >>3 [276] -2015-03-11 19:35:47 sendUrl INFO 3 [276] R:OK -2015-03-11 19:36:12 queue INFO 7 [277] -2015-03-11 19:36:12 queue INFO >7 [278] -2015-03-11 19:36:12 sendUrl INFO 7 [277] R:OK -2015-03-11 19:36:13 sendUrl INFO 7 [278] R:OK -2015-03-11 19:36:13 queue INFO 3 [279] -2015-03-11 19:36:14 queue INFO >3 [280] -2015-03-11 19:36:14 sendUrl INFO 3 [279] R:OK -2015-03-11 19:36:14 sendUrl INFO 3 [280] R:OK -2015-03-11 19:37:04 queue INFO >>3 [281] -2015-03-11 19:37:04 sendUrl INFO 3 [281] R:OK -2015-03-11 19:37:54 queue INFO >>3 [282] -2015-03-11 19:37:54 sendUrl INFO 3 [282] R:OK -2015-03-11 19:38:44 queue INFO >>3 [283] -2015-03-11 19:38:44 sendUrl INFO 3 [283] R:OK -2015-03-11 19:39:34 queue INFO >>3 [284] -2015-03-11 19:39:35 sendUrl INFO 3 [284] R:OK -2015-03-11 19:40:24 queue INFO >>3 [285] -2015-03-11 19:40:24 sendUrl INFO 3 [285] R:OK -2015-03-11 19:41:14 queue INFO >>3 [286] -2015-03-11 19:41:15 sendUrl INFO 3 [286] R:OK -2015-03-11 19:42:05 queue INFO >>3 [287] -2015-03-11 19:42:05 sendUrl INFO 3 [287] R:OK -2015-03-11 19:42:55 queue INFO >>3 [288] -2015-03-11 19:42:55 sendUrl INFO 3 [288] R:OK -2015-03-11 19:43:45 queue INFO >>3 [289] -2015-03-11 19:43:45 sendUrl INFO 3 [289] R:OK -2015-03-11 19:44:35 queue INFO >>3 [290] -2015-03-11 19:44:35 sendUrl INFO 3 [290] R:OK -2015-03-11 19:45:25 queue INFO >>3 [291] -2015-03-11 19:45:25 sendUrl INFO 3 [291] R:OK -2015-03-11 19:45:50 queue INFO 7 [292] -2015-03-11 19:45:50 queue INFO >7 [293] -2015-03-11 19:45:51 sendUrl INFO 7 [292] R:OK -2015-03-11 19:45:51 sendUrl INFO 7 [293] R:OK -2015-03-11 19:45:52 queue INFO 3 [294] -2015-03-11 19:45:52 queue INFO >3 [295] -2015-03-11 19:45:52 sendUrl INFO 3 [294] R:OK -2015-03-11 19:45:53 sendUrl INFO 3 [295] R:OK -2015-03-11 19:46:42 queue INFO >>3 [296] -2015-03-11 19:46:42 sendUrl INFO 3 [296] R:OK -2015-03-11 19:47:32 queue INFO >>3 [297] -2015-03-11 19:47:32 sendUrl INFO 3 [297] R:OK -2015-03-11 19:48:22 queue INFO >>3 [298] -2015-03-11 19:48:23 sendUrl INFO 3 [298] R:OK -2015-03-11 19:49:12 queue INFO >>3 [299] -2015-03-11 19:49:13 sendUrl INFO 3 [299] R:OK -2015-03-11 19:50:03 queue INFO >>3 [300] -2015-03-11 19:50:03 sendUrl INFO 3 [300] R:OK -2015-03-11 19:50:53 queue INFO >>3 [301] -2015-03-11 19:50:53 sendUrl INFO 3 [301] R:OK -2015-03-11 19:51:43 queue INFO >>3 [302] -2015-03-11 19:51:43 sendUrl INFO 3 [302] R:OK -2015-03-11 19:52:33 queue INFO >>3 [303] -2015-03-11 19:52:33 sendUrl INFO 3 [303] R:OK -2015-03-11 19:53:23 queue INFO >>3 [304] -2015-03-11 19:53:24 sendUrl INFO 3 [304] R:OK -2015-03-11 19:54:13 queue INFO >>3 [305] -2015-03-11 19:54:14 sendUrl INFO 3 [305] R:OK -2015-03-11 19:55:04 queue INFO >>3 [306] -2015-03-11 19:55:04 sendUrl INFO 3 [306] R:OK -2015-03-11 19:55:29 queue INFO 7 [307] -2015-03-11 19:55:29 queue INFO >7 [308] -2015-03-11 19:55:30 sendUrl INFO 7 [307] R:OK -2015-03-11 19:55:30 sendUrl INFO 7 [308] R:OK -2015-03-11 19:55:31 queue INFO 3 [309] -2015-03-11 19:55:31 queue INFO >3 [310] -2015-03-11 19:55:31 sendUrl INFO 3 [309] R:OK -2015-03-11 19:55:32 sendUrl INFO 3 [310] R:OK -2015-03-11 19:56:21 queue INFO >>3 [311] -2015-03-11 19:56:21 sendUrl INFO 3 [311] R:OK -2015-03-11 19:56:49 queue INFO 21 [312] -2015-03-11 19:56:50 sendUrl INFO 21 [312] R:OK -2015-03-11 19:56:50 queue INFO >21 [313] -2015-03-11 19:56:50 sendUrl INFO 21 [313] R:OK -2015-03-11 19:57:40 queue INFO >>21 [314] -2015-03-11 19:57:40 sendUrl INFO 21 [314] R:OK -2015-03-11 19:58:30 queue INFO >>21 [315] -2015-03-11 19:58:30 sendUrl INFO 21 [315] R:OK -2015-03-11 19:59:20 queue INFO >>21 [316] -2015-03-11 19:59:20 sendUrl INFO 21 [316] R:OK -2015-03-11 20:00:10 queue INFO >>21 [317] -2015-03-11 20:00:10 sendUrl INFO 21 [317] R:OK -2015-03-11 20:01:00 queue INFO 1 [318] -2015-03-11 20:01:00 queue INFO >1 [319] -2015-03-11 20:01:01 sendUrl INFO 1 [318] R:OK -2015-03-11 20:01:01 sendUrl INFO 1 [319] R:OK -2015-03-11 20:01:12 queue INFO 3 [320] -2015-03-11 20:01:12 queue INFO >3 [321] -2015-03-11 20:01:12 sendUrl INFO 3 [320] R:OK -2015-03-11 20:01:13 sendUrl INFO 3 [321] R:OK -2015-03-11 20:02:02 queue INFO >>3 [322] -2015-03-11 20:02:02 sendUrl INFO 3 [322] R:OK -2015-03-11 20:02:52 queue INFO >>3 [323] -2015-03-11 20:02:53 sendUrl INFO 3 [323] R:OK -2015-03-11 20:03:42 queue INFO >>3 [324] -2015-03-11 20:03:50 sendUrl INFO 3 [324] R:OK -2015-03-11 20:04:32 queue INFO >>3 [325] -2015-03-11 20:04:42 sendUrl INFO 3 [325] R:OK -2015-03-11 20:05:23 queue INFO >>3 [326] -2015-03-11 20:05:32 sendUrl INFO 3 [326] R:OK -2015-03-11 20:06:13 queue INFO >>3 [327] -2015-03-11 20:06:23 sendUrl INFO 3 [327] R:OK -2015-03-11 20:07:03 queue INFO >>3 [328] -2015-03-11 20:07:13 sendUrl INFO 3 [328] R:OK -2015-03-11 20:07:53 queue INFO >>3 [329] -2015-03-11 20:07:54 sendUrl INFO 3 [329] R:OK -2015-03-11 20:08:43 queue INFO >>3 [330] -2015-03-11 20:08:44 sendUrl INFO 3 [330] R:OK -2015-03-11 20:09:27 queue INFO 7 [331] -2015-03-11 20:09:27 queue INFO >7 [332] -2015-03-11 20:09:28 program INFO WAIT active send to complete -2015-03-11 20:09:28 program INFO WAIT active send to complete -2015-03-11 20:09:28 queue INFO 3 [333] -2015-03-11 20:09:29 queue INFO >3 [334] -2015-03-11 20:09:29 program INFO WAIT active send to complete -2015-03-11 20:09:29 program INFO WAIT active send to complete -2015-03-11 20:09:29 sendUrl INFO 7 [331] R:OK -2015-03-11 20:09:30 program INFO WAIT active send to complete -2015-03-11 20:09:31 program INFO WAIT active send to complete -2015-03-11 20:09:31 program INFO WAIT active send to complete -2015-03-11 20:09:32 program INFO WAIT active send to complete -2015-03-11 20:09:32 program INFO WAIT active send to complete -2015-03-11 20:09:33 program INFO WAIT active send to complete -2015-03-11 20:09:33 program INFO WAIT active send to complete -2015-03-11 20:09:34 program INFO WAIT active send to complete -2015-03-11 20:09:34 program INFO WAIT active send to complete -2015-03-11 20:09:35 program INFO WAIT active send to complete -2015-03-11 20:09:35 program INFO WAIT active send to complete -2015-03-11 20:09:36 program INFO WAIT active send to complete -2015-03-11 20:09:36 program INFO WAIT active send to complete -2015-03-11 20:09:37 program INFO WAIT active send to complete -2015-03-11 20:09:37 program INFO WAIT active send to complete -2015-03-11 20:09:38 program INFO WAIT active send to complete -2015-03-11 20:09:38 program INFO WAIT active send to complete -2015-03-11 20:09:39 program INFO WAIT active send to complete -2015-03-11 20:09:39 sendUrl INFO 7 [332] R:OK -2015-03-11 20:09:40 sendUrl INFO 3 [333] R:OK -2015-03-11 20:09:41 sendUrl INFO 3 [334] R:OK -2015-03-11 20:10:19 queue INFO >>3 [335] -2015-03-11 20:10:19 sendUrl INFO 3 [335] R:OK -2015-03-11 20:11:09 queue INFO >>3 [336] -2015-03-11 20:11:10 sendUrl INFO 3 [336] R:OK -2015-03-11 20:11:59 queue INFO >>3 [337] -2015-03-11 20:12:00 sendUrl INFO 3 [337] R:OK -2015-03-11 20:12:49 queue INFO >>3 [338] -2015-03-11 20:12:49 sendUrl INFO 3 [338] R:OK -2015-03-11 20:13:39 queue INFO >>3 [339] -2015-03-11 20:13:44 sendUrl INFO 3 [339] R:OK -2015-03-11 20:14:29 queue INFO >>3 [340] -2015-03-11 20:14:30 sendUrl INFO 3 [340] R:OK -2015-03-11 20:15:19 queue INFO >>3 [341] -2015-03-11 20:15:24 sendUrl INFO 3 [341] R:OK -2015-03-11 20:16:10 queue INFO >>3 [342] -2015-03-11 20:16:15 sendUrl INFO 3 [342] R:OK -2015-03-11 20:17:00 queue INFO >>3 [343] -2015-03-11 20:17:00 sendUrl INFO 3 [343] R:OK -2015-03-11 20:17:50 queue INFO >>3 [344] -2015-03-11 20:17:56 sendUrl INFO 3 [344] R:OK -2015-03-11 20:18:40 queue INFO >>3 [345] -2015-03-11 20:18:41 sendUrl INFO 3 [345] R:OK -2015-03-11 20:19:05 queue INFO 7 [346] -2015-03-11 20:19:05 queue INFO >7 [347] -2015-03-11 20:19:06 program INFO WAIT active send to complete -2015-03-11 20:19:07 program INFO WAIT active send to complete -2015-03-11 20:19:07 queue INFO 3 [348] -2015-03-11 20:19:07 queue INFO >3 [349] -2015-03-11 20:19:07 program INFO WAIT active send to complete -2015-03-11 20:19:08 program INFO WAIT active send to complete -2015-03-11 20:19:08 program INFO WAIT active send to complete -2015-03-11 20:19:09 program INFO WAIT active send to complete -2015-03-11 20:19:09 sendUrl INFO 7 [346] R:OK -2015-03-11 20:19:10 program INFO WAIT active send to complete -2015-03-11 20:19:10 program INFO WAIT active send to complete -2015-03-11 20:19:11 program INFO WAIT active send to complete -2015-03-11 20:19:11 sendUrl INFO 7 [347] R:OK -2015-03-11 20:19:11 sendUrl INFO 3 [348] R:OK -2015-03-11 20:19:12 sendUrl INFO 3 [349] R:OK -2015-03-11 20:19:57 queue INFO >>3 [350] -2015-03-11 20:19:59 sendUrl INFO 3 [350] R:OK -2015-03-11 20:20:47 queue INFO >>3 [351] -2015-03-11 20:20:49 sendUrl INFO 3 [351] R:OK -2015-03-11 20:21:37 queue INFO >>3 [352] -2015-03-11 20:21:38 sendUrl INFO 3 [352] R:OK -2015-03-11 20:22:27 queue INFO >>3 [353] -2015-03-11 20:22:33 sendUrl INFO 3 [353] R:OK -2015-03-11 20:23:18 queue INFO >>3 [354] -2015-03-11 20:23:23 sendUrl INFO 3 [354] R:OK -2015-03-11 20:24:08 queue INFO >>3 [355] -2015-03-11 20:24:08 sendUrl INFO 3 [355] R:OK -2015-03-11 20:24:58 queue INFO >>3 [356] -2015-03-11 20:24:58 sendUrl INFO 3 [356] R:OK -2015-03-11 20:25:48 queue INFO >>3 [357] -2015-03-11 20:25:53 sendUrl INFO 3 [357] R:OK -2015-03-11 20:26:38 queue INFO >>3 [358] -2015-03-11 20:26:39 sendUrl INFO 3 [358] R:OK -2015-03-11 20:27:28 queue INFO >>3 [359] -2015-03-11 20:27:34 sendUrl INFO 3 [359] R:OK -2015-03-11 20:28:18 queue INFO >>3 [360] -2015-03-11 20:28:24 sendUrl INFO 3 [360] R:OK -2015-03-11 20:28:43 queue INFO 7 [361] -2015-03-11 20:28:43 queue INFO >7 [362] -2015-03-11 20:28:44 sendUrl INFO 7 [361] R:OK -2015-03-11 20:28:44 sendUrl INFO 7 [362] R:OK -2015-03-11 20:28:45 queue INFO 3 [363] -2015-03-11 20:28:45 queue INFO >3 [364] -2015-03-11 20:28:45 sendUrl INFO 3 [363] R:OK -2015-03-11 20:28:46 sendUrl INFO 3 [364] R:OK -2015-03-11 20:29:35 queue INFO >>3 [365] -2015-03-11 20:29:37 sendUrl INFO 3 [365] R:OK -2015-03-11 20:30:25 queue INFO >>3 [366] -2015-03-11 20:30:28 sendUrl INFO 3 [366] R:OK -2015-03-11 20:31:15 queue INFO >>3 [367] -2015-03-11 20:31:18 sendUrl INFO 3 [367] R:OK -2015-03-11 20:32:05 queue INFO >>3 [368] -2015-03-11 20:32:15 sendUrl INFO 3 [368] R:OK -2015-03-11 20:32:55 queue INFO >>3 [369] -2015-03-11 20:33:00 sendUrl INFO 3 [369] R:OK -2015-03-11 20:33:46 queue INFO >>3 [370] -2015-03-11 20:33:52 sendUrl INFO 3 [370] R:OK -2015-03-11 20:34:36 queue INFO >>3 [371] -2015-03-11 20:34:42 sendUrl INFO 3 [371] R:OK -2015-03-11 20:35:26 queue INFO >>3 [372] -2015-03-11 20:35:27 sendUrl INFO 3 [372] R:OK -2015-03-11 20:36:16 queue INFO >>3 [373] -2015-03-11 20:36:22 sendUrl INFO 3 [373] R:OK -2015-03-11 20:37:06 queue INFO >>3 [374] -2015-03-11 20:37:12 sendUrl INFO 3 [374] R:OK -2015-03-11 20:37:56 queue INFO >>3 [375] -2015-03-11 20:38:02 sendUrl INFO 3 [375] R:OK -2015-03-11 20:38:22 queue INFO 7 [376] -2015-03-11 20:38:22 queue INFO >7 [377] -2015-03-11 20:38:22 sendUrl INFO 7 [376] R:OK -2015-03-11 20:38:23 sendUrl INFO 7 [377] R:OK -2015-03-11 20:38:23 queue INFO 3 [378] -2015-03-11 20:38:23 queue INFO >3 [379] -2015-03-11 20:38:24 sendUrl INFO 3 [378] R:OK -2015-03-11 20:38:39 sendUrl INFO 3 [379] R:OK -2015-03-11 20:39:13 queue INFO >>3 [380] -2015-03-11 20:39:14 sendUrl INFO 3 [380] R:OK -2015-03-11 20:40:03 queue INFO >>3 [381] -2015-03-11 20:40:04 sendUrl INFO 3 [381] R:OK -2015-03-11 20:40:53 queue INFO >>3 [382] -2015-03-11 20:40:54 sendUrl INFO 3 [382] R:OK -2015-03-11 20:41:44 queue INFO >>3 [383] -2015-03-11 20:41:50 sendUrl INFO 3 [383] R:OK -2015-03-11 20:42:34 queue INFO >>3 [384] -2015-03-11 20:42:34 sendUrl INFO 3 [384] R:OK -2015-03-11 20:43:24 queue INFO >>3 [385] -2015-03-11 20:43:25 sendUrl INFO 3 [385] R:OK -2015-03-11 20:44:14 queue INFO >>3 [386] -2015-03-11 20:44:27 sendUrl INFO 3 [386] R:OK -2015-03-11 20:45:04 queue INFO >>3 [387] -2015-03-11 20:45:05 sendUrl INFO 3 [387] R:OK -2015-03-11 20:45:54 queue INFO >>3 [388] -2015-03-11 20:45:55 sendUrl INFO 3 [388] R:OK -2015-03-11 20:46:44 queue INFO >>3 [389] -2015-03-11 20:46:59 sendUrl INFO 3 [389] R:OK -2015-03-11 20:47:35 queue INFO >>3 [390] -2015-03-11 20:47:35 sendUrl INFO 3 [390] R:OK -2015-03-11 20:48:00 queue INFO 7 [391] -2015-03-11 20:48:00 queue INFO >7 [392] -2015-03-11 20:48:01 sendUrl INFO 7 [391] R:OK -2015-03-11 20:48:01 sendUrl INFO 7 [392] R:OK -2015-03-11 20:48:02 queue INFO 3 [393] -2015-03-11 20:48:02 queue INFO >3 [394] -2015-03-11 20:48:02 sendUrl INFO 3 [393] R:OK -2015-03-11 20:48:14 sendUrl INFO 3 [394] R:OK -2015-03-11 20:48:52 queue INFO >>3 [395] -2015-03-11 20:48:52 sendUrl INFO 3 [395] R:OK -2015-03-11 20:49:42 queue INFO >>3 [396] -2015-03-11 20:49:43 sendUrl INFO 3 [396] R:OK -2015-03-11 20:50:32 queue INFO >>3 [397] -2015-03-11 20:50:38 sendUrl INFO 3 [397] R:OK -2015-03-11 20:51:22 queue INFO >>3 [398] -2015-03-11 20:51:29 sendUrl INFO 3 [398] R:OK -2015-03-11 20:52:12 queue INFO >>3 [399] -2015-03-11 20:52:20 sendUrl INFO 3 [399] R:OK -2015-03-11 20:53:02 queue INFO >>3 [400] -2015-03-11 20:53:09 sendUrl INFO 3 [400] R:OK -2015-03-11 20:53:53 queue INFO >>3 [401] -2015-03-11 20:54:00 sendUrl INFO 3 [401] R:OK -2015-03-11 20:54:43 queue INFO >>3 [402] -2015-03-11 20:54:52 sendUrl INFO 3 [402] R:OK -2015-03-11 20:55:33 queue INFO >>3 [403] -2015-03-11 20:55:42 sendUrl INFO 3 [403] R:OK -2015-03-11 20:56:23 queue INFO >>3 [404] -2015-03-11 20:56:24 sendUrl INFO 3 [404] R:OK -2015-03-11 20:57:13 queue INFO >>3 [405] -2015-03-11 20:57:15 sendUrl INFO 3 [405] R:OK -2015-03-11 20:57:39 queue INFO 7 [406] -2015-03-11 20:57:39 queue INFO >7 [407] -2015-03-11 20:57:39 sendUrl INFO 7 [406] R:OK -2015-03-11 20:57:40 queue INFO 3 [408] -2015-03-11 20:57:41 queue INFO >3 [409] -2015-03-11 20:57:41 program INFO WAIT active send to complete -2015-03-11 20:57:41 program INFO WAIT active send to complete -2015-03-11 20:57:42 program INFO WAIT active send to complete -2015-03-11 20:57:42 program INFO WAIT active send to complete -2015-03-11 20:57:43 program INFO WAIT active send to complete -2015-03-11 20:57:43 program INFO WAIT active send to complete -2015-03-11 20:57:44 program INFO WAIT active send to complete -2015-03-11 20:57:44 program INFO WAIT active send to complete -2015-03-11 20:57:45 program INFO WAIT active send to complete -2015-03-11 20:57:45 program INFO WAIT active send to complete -2015-03-11 20:57:46 program INFO WAIT active send to complete -2015-03-11 20:57:46 program INFO WAIT active send to complete -2015-03-11 20:57:47 program INFO WAIT active send to complete -2015-03-11 20:57:47 program INFO WAIT active send to complete -2015-03-11 20:57:48 program INFO WAIT active send to complete -2015-03-11 20:57:48 program INFO WAIT active send to complete -2015-03-11 20:57:49 program INFO WAIT active send to complete -2015-03-11 20:57:49 program INFO WAIT active send to complete -2015-03-11 20:57:50 program INFO WAIT active send to complete -2015-03-11 20:57:50 program INFO WAIT active send to complete -2015-03-11 20:57:51 program INFO WAIT active send to complete -2015-03-11 20:57:52 program INFO WAIT active send to complete -2015-03-11 20:57:52 program INFO WAIT active send to complete -2015-03-11 20:57:53 program INFO WAIT active send to complete -2015-03-11 20:57:53 sendUrl INFO 7 [407] R:OK -2015-03-11 20:57:54 program INFO WAIT active send to complete -2015-03-11 20:57:54 program INFO WAIT active send to complete -2015-03-11 20:57:55 program INFO WAIT active send to complete -2015-03-11 20:57:55 program INFO WAIT active send to complete -2015-03-11 20:57:55 sendUrl INFO 3 [408] R:OK -2015-03-11 20:57:57 queue INFO 21 [410] -2015-03-11 20:57:57 queue INFO >21 [411] -2015-03-11 20:57:57 program INFO WAIT active send to complete -2015-03-11 20:57:58 program INFO WAIT active send to complete -2015-03-11 20:57:58 program INFO WAIT active send to complete -2015-03-11 20:57:59 program INFO WAIT active send to complete -2015-03-11 20:57:59 program INFO WAIT active send to complete -2015-03-11 20:58:00 program INFO WAIT active send to complete -2015-03-11 20:58:00 program INFO WAIT active send to complete -2015-03-11 20:58:01 program INFO WAIT active send to complete -2015-03-11 20:58:01 program INFO WAIT active send to complete -2015-03-11 20:58:02 program INFO WAIT active send to complete -2015-03-11 20:58:02 program INFO WAIT active send to complete -2015-03-11 20:58:03 program INFO WAIT active send to complete -2015-03-11 20:58:03 program INFO WAIT active send to complete -2015-03-11 20:58:04 program INFO WAIT active send to complete -2015-03-11 20:58:04 program INFO WAIT active send to complete -2015-03-11 20:58:05 program INFO WAIT active send to complete -2015-03-11 20:58:05 program INFO WAIT active send to complete -2015-03-11 20:58:05 sendUrl INFO 3 [409] R:OK -2015-03-11 20:58:06 program INFO WAIT active send to complete -2015-03-11 20:58:07 program INFO WAIT active send to complete -2015-03-11 20:58:07 program INFO WAIT active send to complete -2015-03-11 20:58:08 program INFO WAIT active send to complete -2015-03-11 20:58:08 program INFO WAIT active send to complete -2015-03-11 20:58:09 program INFO WAIT active send to complete -2015-03-11 20:58:09 program INFO WAIT active send to complete -2015-03-11 20:58:10 program INFO WAIT active send to complete -2015-03-11 20:58:10 program INFO WAIT active send to complete -2015-03-11 20:58:11 program INFO WAIT active send to complete -2015-03-11 20:58:11 sendUrl INFO 21 [410] R:OK -2015-03-11 20:58:14 queue INFO 1 [412] -2015-03-11 20:58:14 queue INFO >1 [413] -2015-03-11 20:58:14 program INFO WAIT active send to complete -2015-03-11 20:58:15 program INFO WAIT active send to complete -2015-03-11 20:58:15 program INFO WAIT active send to complete -2015-03-11 20:58:16 program INFO WAIT active send to complete -2015-03-11 20:58:16 program INFO WAIT active send to complete -2015-03-11 20:58:17 program INFO WAIT active send to complete -2015-03-11 20:58:17 program INFO WAIT active send to complete -2015-03-11 20:58:18 program INFO WAIT active send to complete -2015-03-11 20:58:18 program INFO WAIT active send to complete -2015-03-11 20:58:18 sendUrl INFO 21 [411] R:OK -2015-03-11 20:58:19 program INFO WAIT active send to complete -2015-03-11 20:58:20 program INFO WAIT active send to complete -2015-03-11 20:58:20 program INFO WAIT active send to complete -2015-03-11 20:58:21 program INFO WAIT active send to complete -2015-03-11 20:58:21 program INFO WAIT active send to complete -2015-03-11 20:58:22 program INFO WAIT active send to complete -2015-03-11 20:58:22 program INFO WAIT active send to complete -2015-03-11 20:58:23 program INFO WAIT active send to complete -2015-03-11 20:58:23 program INFO WAIT active send to complete -2015-03-11 20:58:24 sendUrl INFO 1 [412] R:OK -2015-03-11 20:58:29 sendUrl INFO 1 [413] R:OK -2015-03-11 20:59:02 queue INFO 3 [414] -2015-03-11 20:59:02 queue INFO >3 [415] -2015-03-11 20:59:03 program INFO WAIT active send to complete -2015-03-11 20:59:03 sendUrl INFO 3 [414] R:OK -2015-03-11 20:59:08 sendUrl INFO 3 [415] R:OK -2015-03-11 20:59:52 queue INFO >>3 [416] -2015-03-11 20:59:59 sendUrl INFO 3 [416] R:OK -2015-03-11 21:00:42 queue INFO >>3 [417] -2015-03-11 21:00:48 sendUrl INFO 3 [417] R:OK -2015-03-11 21:01:33 queue INFO >>3 [418] -2015-03-11 21:01:39 sendUrl INFO 3 [418] R:OK -2015-03-11 21:02:23 queue INFO >>3 [419] -2015-03-11 21:02:29 sendUrl INFO 3 [419] R:OK -2015-03-11 21:03:13 queue INFO >>3 [420] -2015-03-11 21:03:19 sendUrl INFO 3 [420] R:OK -2015-03-11 21:04:03 queue INFO >>3 [421] -2015-03-11 21:04:09 sendUrl INFO 3 [421] R:OK -2015-03-11 21:04:53 queue INFO >>3 [422] -2015-03-11 21:05:00 sendUrl INFO 3 [422] R:OK -2015-03-11 21:05:43 queue INFO >>3 [423] -2015-03-11 21:05:44 sendUrl INFO 3 [423] R:OK -2015-03-11 21:06:33 queue INFO >>3 [424] -2015-03-11 21:06:40 sendUrl INFO 3 [424] R:OK -2015-03-11 21:07:17 queue INFO 7 [425] -2015-03-11 21:07:17 queue INFO >7 [426] -2015-03-11 21:07:18 program INFO WAIT active send to complete -2015-03-11 21:07:19 program INFO WAIT active send to complete -2015-03-11 21:07:19 queue INFO 3 [427] -2015-03-11 21:07:19 queue INFO >3 [428] -2015-03-11 21:07:19 program INFO WAIT active send to complete -2015-03-11 21:07:20 program INFO WAIT active send to complete -2015-03-11 21:07:20 program INFO WAIT active send to complete -2015-03-11 21:07:21 program INFO WAIT active send to complete -2015-03-11 21:07:21 program INFO WAIT active send to complete -2015-03-11 21:07:22 program INFO WAIT active send to complete -2015-03-11 21:07:22 program INFO WAIT active send to complete -2015-03-11 21:07:23 program INFO WAIT active send to complete -2015-03-11 21:07:23 program INFO WAIT active send to complete -2015-03-11 21:07:24 program INFO WAIT active send to complete -2015-03-11 21:07:24 program INFO WAIT active send to complete -2015-03-11 21:07:25 program INFO WAIT active send to complete -2015-03-11 21:07:25 program INFO WAIT active send to complete -2015-03-11 21:07:26 program INFO WAIT active send to complete -2015-03-11 21:07:26 program INFO WAIT active send to complete -2015-03-11 21:07:27 program INFO WAIT active send to complete -2015-03-11 21:07:27 program INFO WAIT active send to complete -2015-03-11 21:07:28 program INFO WAIT active send to complete -2015-03-11 21:07:28 program INFO WAIT active send to complete -2015-03-11 21:07:29 program INFO WAIT active send to complete -2015-03-11 21:07:29 program INFO WAIT active send to complete -2015-03-11 21:07:30 program INFO WAIT active send to complete -2015-03-11 21:07:30 program INFO WAIT active send to complete -2015-03-11 21:07:30 sendUrl INFO 7 [425] R:OK -2015-03-11 21:07:31 program INFO WAIT active send to complete -2015-03-11 21:07:32 program INFO WAIT active send to complete -2015-03-11 21:07:32 program INFO WAIT active send to complete -2015-03-11 21:07:33 program INFO WAIT active send to complete -2015-03-11 21:07:33 program INFO WAIT active send to complete -2015-03-11 21:07:34 program INFO WAIT active send to complete -2015-03-11 21:07:34 program INFO WAIT active send to complete -2015-03-11 21:07:35 program INFO WAIT active send to complete -2015-03-11 21:07:35 program INFO WAIT active send to complete -2015-03-11 21:07:36 program INFO WAIT active send to complete -2015-03-11 21:07:36 program INFO WAIT active send to complete -2015-03-11 21:07:37 program INFO WAIT active send to complete -2015-03-11 21:07:37 sendUrl INFO 7 [426] R:OK -2015-03-11 21:07:38 program INFO WAIT active send to complete -2015-03-11 21:07:38 program INFO WAIT active send to complete -2015-03-11 21:07:39 program INFO WAIT active send to complete -2015-03-11 21:07:39 program INFO WAIT active send to complete -2015-03-11 21:07:40 program INFO WAIT active send to complete -2015-03-11 21:07:40 program INFO WAIT active send to complete -2015-03-11 21:07:41 program INFO WAIT active send to complete -2015-03-11 21:07:41 program INFO WAIT active send to complete -2015-03-11 21:07:42 program INFO WAIT active send to complete -2015-03-11 21:07:42 program INFO WAIT active send to complete -2015-03-11 21:07:43 program INFO WAIT active send to complete -2015-03-11 21:07:43 program INFO WAIT active send to complete -2015-03-11 21:07:44 program INFO WAIT active send to complete -2015-03-11 21:07:44 program INFO WAIT active send to complete -2015-03-11 21:07:45 program INFO WAIT active send to complete -2015-03-11 21:07:45 program INFO WAIT active send to complete -2015-03-11 21:07:46 program INFO WAIT active send to complete -2015-03-11 21:07:46 program INFO WAIT active send to complete -2015-03-11 21:07:47 program INFO WAIT active send to complete -2015-03-11 21:07:47 program INFO WAIT active send to complete -2015-03-11 21:07:48 program INFO WAIT active send to complete -2015-03-11 21:07:48 program INFO WAIT active send to complete -2015-03-11 21:07:49 program INFO WAIT active send to complete -2015-03-11 21:07:49 program INFO WAIT active send to complete -2015-03-11 21:07:50 program INFO WAIT active send to complete -2015-03-11 21:07:50 program INFO WAIT active send to complete -2015-03-11 21:07:51 program INFO WAIT active send to complete -2015-03-11 21:07:51 program INFO WAIT active send to complete -2015-03-11 21:07:52 program INFO WAIT active send to complete -2015-03-11 21:07:52 program INFO WAIT active send to complete -2015-03-11 21:07:53 program INFO WAIT active send to complete -2015-03-11 21:07:53 program INFO WAIT active send to complete -2015-03-11 21:07:54 program INFO WAIT active send to complete -2015-03-11 21:07:54 sendUrl INFO 3 [427] R:OK -2015-03-11 21:07:57 sendUrl INFO 3 [428] R:OK -2015-03-11 21:08:09 queue INFO >>3 [429] -2015-03-11 21:08:18 sendUrl INFO 3 [429] R:OK -2015-03-11 21:08:59 queue INFO >>3 [430] -2015-03-11 21:09:10 sendUrl INFO 3 [430] R:OK -2015-03-11 21:09:49 queue INFO >>3 [431] -2015-03-11 21:10:00 sendUrl INFO 3 [431] R:OK -2015-03-11 21:10:39 queue INFO >>3 [432] -2015-03-11 21:10:41 sendUrl INFO 3 [432] R:OK -2015-03-11 21:11:30 queue INFO >>3 [433] -2015-03-11 21:11:33 sendUrl INFO 3 [433] R:OK -2015-03-11 21:12:20 queue INFO >>3 [434] -2015-03-11 21:12:23 sendUrl INFO 3 [434] R:OK -2015-03-11 21:13:10 queue INFO >>3 [435] -2015-03-11 21:13:10 sendUrl INFO 3 [435] R:OK -2015-03-11 21:14:00 queue INFO >>3 [436] -2015-03-11 21:14:11 sendUrl INFO 3 [436] R:OK -2015-03-11 21:14:50 queue INFO >>3 [437] -2015-03-11 21:15:01 sendUrl INFO 3 [437] R:OK -2015-03-11 21:15:40 queue INFO >>3 [438] -2015-03-11 21:15:41 sendUrl INFO 3 [438] R:OK -2015-03-11 21:16:30 queue INFO >>3 [439] -2015-03-11 21:16:42 sendUrl INFO 3 [439] R:OK -2015-03-11 21:16:55 queue INFO 7 [440] -2015-03-11 21:16:56 queue INFO >7 [441] -2015-03-11 21:16:56 program INFO WAIT active send to complete -2015-03-11 21:16:57 program INFO WAIT active send to complete -2015-03-11 21:16:57 queue INFO 3 [442] -2015-03-11 21:16:57 program INFO WAIT active send to complete -2015-03-11 21:16:57 queue INFO >3 [443] -2015-03-11 21:16:58 program INFO WAIT active send to complete -2015-03-11 21:16:58 program INFO WAIT active send to complete -2015-03-11 21:16:59 program INFO WAIT active send to complete -2015-03-11 21:16:59 program INFO WAIT active send to complete -2015-03-11 21:17:00 program INFO WAIT active send to complete -2015-03-11 21:17:00 program INFO WAIT active send to complete -2015-03-11 21:17:01 program INFO WAIT active send to complete -2015-03-11 21:17:01 program INFO WAIT active send to complete -2015-03-11 21:17:02 program INFO WAIT active send to complete -2015-03-11 21:17:02 program INFO WAIT active send to complete -2015-03-11 21:17:03 program INFO WAIT active send to complete -2015-03-11 21:17:03 program INFO WAIT active send to complete -2015-03-11 21:17:04 program INFO WAIT active send to complete -2015-03-11 21:17:04 program INFO WAIT active send to complete -2015-03-11 21:17:05 program INFO WAIT active send to complete -2015-03-11 21:17:05 program INFO WAIT active send to complete -2015-03-11 21:17:06 program INFO WAIT active send to complete -2015-03-11 21:17:06 sendUrl INFO 7 [440] R:OK -2015-03-11 21:17:07 program INFO WAIT active send to complete -2015-03-11 21:17:07 program INFO WAIT active send to complete -2015-03-11 21:17:08 program INFO WAIT active send to complete -2015-03-11 21:17:08 program INFO WAIT active send to complete -2015-03-11 21:17:09 sendUrl INFO 7 [441] R:OK -2015-03-11 21:17:09 sendUrl INFO 3 [442] R:OK -2015-03-11 21:17:15 sendUrl INFO 3 [443] R:OK -2015-03-11 21:17:47 queue INFO >>3 [444] -2015-03-11 21:17:50 sendUrl INFO 3 [444] R:OK -2015-03-11 21:18:37 queue INFO >>3 [445] -2015-03-11 21:18:41 sendUrl INFO 3 [445] R:OK -2015-03-11 21:19:27 queue INFO >>3 [446] -2015-03-11 21:19:32 sendUrl INFO 3 [446] R:OK -2015-03-11 21:20:18 queue INFO >>3 [447] -2015-03-11 21:20:19 sendUrl INFO 3 [447] R:OK -2015-03-11 21:21:08 queue INFO >>3 [448] -2015-03-11 21:21:16 sendUrl INFO 3 [448] R:OK -2015-03-11 21:21:58 queue INFO >>3 [449] -2015-03-11 21:21:59 sendUrl INFO 3 [449] R:OK -2015-03-11 21:22:48 queue INFO >>3 [450] -2015-03-11 21:22:49 sendUrl INFO 3 [450] R:OK -2015-03-11 21:23:38 queue INFO >>3 [451] -2015-03-11 21:23:47 sendUrl INFO 3 [451] R:OK -2015-03-11 21:24:28 queue INFO >>3 [452] -2015-03-11 21:24:37 sendUrl INFO 3 [452] R:OK -2015-03-11 21:25:18 queue INFO >>3 [453] -2015-03-11 21:25:19 sendUrl INFO 3 [453] R:OK -2015-03-11 21:26:09 queue INFO >>3 [454] -2015-03-11 21:26:17 sendUrl INFO 3 [454] R:OK -2015-03-11 21:26:34 queue INFO 7 [455] -2015-03-11 21:26:34 queue INFO >7 [456] -2015-03-11 21:26:35 program INFO WAIT active send to complete -2015-03-11 21:26:35 program INFO WAIT active send to complete -2015-03-11 21:26:35 queue INFO 3 [457] -2015-03-11 21:26:35 queue INFO >3 [458] -2015-03-11 21:26:36 program INFO WAIT active send to complete -2015-03-11 21:26:36 program INFO WAIT active send to complete -2015-03-11 21:26:37 program INFO WAIT active send to complete -2015-03-11 21:26:37 program INFO WAIT active send to complete -2015-03-11 21:26:38 program INFO WAIT active send to complete -2015-03-11 21:26:38 program INFO WAIT active send to complete -2015-03-11 21:26:39 program INFO WAIT active send to complete -2015-03-11 21:26:39 program INFO WAIT active send to complete -2015-03-11 21:26:40 program INFO WAIT active send to complete -2015-03-11 21:26:40 program INFO WAIT active send to complete -2015-03-11 21:26:41 program INFO WAIT active send to complete -2015-03-11 21:26:41 sendUrl INFO 7 [455] R:OK -2015-03-11 21:26:42 sendUrl INFO 7 [456] R:OK -2015-03-11 21:26:42 program INFO WAIT active send to complete -2015-03-11 21:26:43 program INFO WAIT active send to complete -2015-03-11 21:26:43 program INFO WAIT active send to complete -2015-03-11 21:26:43 sendUrl INFO 3 [457] R:OK -2015-03-11 21:27:08 sendUrl INFO 3 [458] R:OK -2015-03-11 21:27:25 queue INFO >>3 [459] -2015-03-11 21:27:26 sendUrl INFO 3 [459] R:OK -2015-03-11 21:28:15 queue INFO >>3 [460] -2015-03-11 21:28:22 sendUrl INFO 3 [460] R:OK -2015-03-11 21:29:06 queue INFO >>3 [461] -2015-03-11 21:29:12 sendUrl INFO 3 [461] R:OK -2015-03-11 21:29:56 queue INFO >>3 [462] -2015-03-11 21:30:04 sendUrl INFO 3 [462] R:OK -2015-03-11 21:30:46 queue INFO >>3 [463] -2015-03-11 21:30:54 sendUrl INFO 3 [463] R:OK -2015-03-11 21:31:36 queue INFO >>3 [464] -2015-03-11 21:31:44 sendUrl INFO 3 [464] R:OK -2015-03-11 21:32:26 queue INFO >>3 [465] -2015-03-11 21:32:35 sendUrl INFO 3 [465] R:OK -2015-03-11 21:33:16 queue INFO >>3 [466] -2015-03-11 21:33:24 sendUrl INFO 3 [466] R:OK -2015-03-11 21:34:06 queue INFO >>3 [467] -2015-03-11 21:34:15 sendUrl INFO 3 [467] R:OK -2015-03-11 21:34:56 queue INFO >>3 [468] -2015-03-11 21:35:05 sendUrl INFO 3 [468] R:OK -2015-03-11 21:35:47 queue INFO >>3 [469] -2015-03-11 21:35:55 sendUrl INFO 3 [469] R:OK -2015-03-11 21:36:12 queue INFO 7 [470] -2015-03-11 21:36:12 queue INFO >7 [471] -2015-03-11 21:36:13 program INFO WAIT active send to complete -2015-03-11 21:36:13 sendUrl INFO 7 [470] R:OK -2015-03-11 21:36:13 queue INFO 3 [472] -2015-03-11 21:36:14 program INFO WAIT active send to complete -2015-03-11 21:36:14 queue INFO >3 [473] -2015-03-11 21:36:14 program INFO WAIT active send to complete -2015-03-11 21:36:15 program INFO WAIT active send to complete -2015-03-11 21:36:15 program INFO WAIT active send to complete -2015-03-11 21:36:16 program INFO WAIT active send to complete -2015-03-11 21:36:16 program INFO WAIT active send to complete -2015-03-11 21:36:17 program INFO WAIT active send to complete -2015-03-11 21:36:17 program INFO WAIT active send to complete -2015-03-11 21:36:18 program INFO WAIT active send to complete -2015-03-11 21:36:18 program INFO WAIT active send to complete -2015-03-11 21:36:19 program INFO WAIT active send to complete -2015-03-11 21:36:19 program INFO WAIT active send to complete -2015-03-11 21:36:19 sendUrl INFO 7 [471] R:OK -2015-03-11 21:36:20 program INFO WAIT active send to complete -2015-03-11 21:36:21 program INFO WAIT active send to complete -2015-03-11 21:36:21 program INFO WAIT active send to complete -2015-03-11 21:36:22 program INFO WAIT active send to complete -2015-03-11 21:36:22 sendUrl INFO 3 [472] R:OK -2015-03-11 21:36:28 sendUrl INFO 3 [473] R:OK -2015-03-11 21:37:04 queue INFO >>3 [474] -2015-03-11 21:37:04 sendUrl INFO 3 [474] R:OK -2015-03-11 21:37:54 queue INFO >>3 [475] -2015-03-11 21:37:55 sendUrl INFO 3 [475] R:OK -2015-03-11 21:38:44 queue INFO >>3 [476] -2015-03-11 21:38:50 sendUrl INFO 3 [476] R:OK -2015-03-11 21:39:34 queue INFO >>3 [477] -2015-03-11 21:39:35 sendUrl INFO 3 [477] R:OK -2015-03-11 21:40:24 queue INFO >>3 [478] -2015-03-11 21:40:30 sendUrl INFO 3 [478] R:OK -2015-03-11 21:41:14 queue INFO >>3 [479] -2015-03-11 21:41:20 sendUrl INFO 3 [479] R:OK -2015-03-11 21:42:05 queue INFO >>3 [480] -2015-03-11 21:42:05 sendUrl INFO 3 [480] R:OK -2015-03-11 21:42:55 queue INFO >>3 [481] -2015-03-11 21:43:01 sendUrl INFO 3 [481] R:OK -2015-03-11 21:43:45 queue INFO >>3 [482] -2015-03-11 21:43:50 sendUrl INFO 3 [482] R:OK -2015-03-11 21:44:35 queue INFO >>3 [483] -2015-03-11 21:44:36 sendUrl INFO 3 [483] R:OK -2015-03-11 21:45:25 queue INFO >>3 [484] -2015-03-11 21:45:31 sendUrl INFO 3 [484] R:OK -2015-03-11 21:45:50 queue INFO 7 [485] -2015-03-11 21:45:51 queue INFO >7 [486] -2015-03-11 21:45:51 program INFO WAIT active send to complete -2015-03-11 21:45:52 queue INFO 3 [487] -2015-03-11 21:45:52 program INFO WAIT active send to complete -2015-03-11 21:45:52 queue INFO >3 [488] -2015-03-11 21:45:52 program INFO WAIT active send to complete -2015-03-11 21:45:53 program INFO WAIT active send to complete -2015-03-11 21:45:54 program INFO WAIT active send to complete -2015-03-11 21:45:54 program INFO WAIT active send to complete -2015-03-11 21:45:55 program INFO WAIT active send to complete -2015-03-11 21:45:55 program INFO WAIT active send to complete -2015-03-11 21:45:56 program INFO WAIT active send to complete -2015-03-11 21:45:56 program INFO WAIT active send to complete -2015-03-11 21:45:57 program INFO WAIT active send to complete -2015-03-11 21:45:57 sendUrl INFO 7 [485] R:OK -2015-03-11 21:45:58 program INFO WAIT active send to complete -2015-03-11 21:45:58 program INFO WAIT active send to complete -2015-03-11 21:45:59 program INFO WAIT active send to complete -2015-03-11 21:45:59 sendUrl INFO 7 [486] R:OK -2015-03-11 21:45:59 sendUrl INFO 3 [487] R:OK -2015-03-11 21:46:00 sendUrl INFO 3 [488] R:OK -2015-03-11 21:46:42 queue INFO >>3 [489] -2015-03-11 21:46:43 sendUrl INFO 3 [489] R:OK -2015-03-11 21:47:32 queue INFO >>3 [490] -2015-03-11 21:47:37 sendUrl INFO 3 [490] R:OK -2015-03-11 21:48:22 queue INFO >>3 [491] -2015-03-11 21:48:27 sendUrl INFO 3 [491] R:OK -2015-03-11 21:49:12 queue INFO >>3 [492] -2015-03-11 21:49:17 sendUrl INFO 3 [492] R:OK -2015-03-11 21:50:03 queue INFO >>3 [493] -2015-03-11 21:50:08 sendUrl INFO 3 [493] R:OK -2015-03-11 21:50:53 queue INFO >>3 [494] -2015-03-11 21:50:58 sendUrl INFO 3 [494] R:OK -2015-03-11 21:51:43 queue INFO >>3 [495] -2015-03-11 21:51:48 sendUrl INFO 3 [495] R:OK -2015-03-11 21:52:33 queue INFO >>3 [496] -2015-03-11 21:52:38 sendUrl INFO 3 [496] R:OK -2015-03-11 21:53:23 queue INFO >>3 [497] -2015-03-11 21:53:28 sendUrl INFO 3 [497] R:OK -2015-03-11 21:54:13 queue INFO >>3 [498] -2015-03-11 21:54:14 sendUrl INFO 3 [498] R:OK -2015-03-11 21:55:04 queue INFO >>3 [499] -2015-03-11 21:55:08 queue INFO 1 [500] -2015-03-11 21:55:08 queue INFO >1 [501] -2015-03-11 21:55:08 program INFO WAIT active send to complete -2015-03-11 21:55:09 sendUrl INFO 3 [499] R:OK -2015-03-11 21:55:09 program INFO WAIT active send to complete -2015-03-11 21:55:10 program INFO WAIT active send to complete -2015-03-11 21:55:10 program INFO WAIT active send to complete -2015-03-11 21:55:11 program INFO WAIT active send to complete -2015-03-11 21:55:11 program INFO WAIT active send to complete -2015-03-11 21:55:12 program INFO WAIT active send to complete -2015-03-11 21:55:12 program INFO WAIT active send to complete -2015-03-11 21:55:13 program INFO WAIT active send to complete -2015-03-11 21:55:13 program INFO WAIT active send to complete -2015-03-11 21:55:14 program INFO WAIT active send to complete -2015-03-11 21:55:14 program INFO WAIT active send to complete -2015-03-11 21:55:15 program INFO WAIT active send to complete -2015-03-11 21:55:15 program INFO WAIT active send to complete -2015-03-11 21:55:16 program INFO WAIT active send to complete -2015-03-11 21:55:16 program INFO WAIT active send to complete -2015-03-11 21:55:17 sendUrl INFO 1 [500] R:OK -2015-03-11 21:55:33 sendUrl INFO 1 [501] R:OK -2015-03-11 21:55:33 queue INFO 21 [502] -2015-03-11 21:55:33 queue INFO >21 [503] -2015-03-11 21:55:34 program INFO WAIT active send to complete -2015-03-11 21:55:34 program INFO WAIT active send to complete -2015-03-11 21:55:35 program INFO WAIT active send to complete -2015-03-11 21:55:35 program INFO WAIT active send to complete -2015-03-11 21:55:36 program INFO WAIT active send to complete -2015-03-11 21:55:36 sendUrl INFO 21 [502] R:OK -2015-03-11 21:55:42 sendUrl INFO 21 [503] R:OK -2015-03-11 21:56:23 queue INFO >>21 [504] -2015-03-11 21:56:24 sendUrl INFO 21 [504] R:OK -2015-03-11 21:57:13 queue INFO >>21 [505] -2015-03-11 21:57:16 sendUrl INFO 21 [505] R:OK -2015-03-11 21:58:03 queue INFO >>21 [506] -2015-03-11 21:58:06 sendUrl INFO 21 [506] R:OK -2015-03-11 21:58:53 queue INFO >>21 [507] -2015-03-11 21:58:54 sendUrl INFO 21 [507] R:OK -2015-03-11 21:59:44 queue INFO >>21 [508] -2015-03-11 21:59:46 sendUrl INFO 21 [508] R:OK -2015-03-11 22:00:02 queue INFO 1 [509] -2015-03-11 22:00:03 queue INFO >1 [510] -2015-03-11 22:00:03 sendUrl INFO 1 [509] R:OK -2015-03-11 22:00:10 sendUrl INFO 1 [510] R:OK -2015-03-11 22:00:28 queue INFO 5 [511] -2015-03-11 22:00:28 queue INFO >5 [512] -2015-03-11 22:00:29 program INFO WAIT active send to complete -2015-03-11 22:00:29 queue INFO 1 [513] -2015-03-11 22:00:29 program INFO WAIT active send to complete -2015-03-11 22:00:29 queue INFO >1 [514] -2015-03-11 22:00:30 program INFO WAIT active send to complete -2015-03-11 22:00:30 program INFO WAIT active send to complete -2015-03-11 22:00:31 program INFO WAIT active send to complete -2015-03-11 22:00:31 program INFO WAIT active send to complete -2015-03-11 22:00:32 program INFO WAIT active send to complete -2015-03-11 22:00:32 program INFO WAIT active send to complete -2015-03-11 22:00:33 program INFO WAIT active send to complete -2015-03-11 22:00:33 program INFO WAIT active send to complete -2015-03-11 22:00:34 program INFO WAIT active send to complete -2015-03-11 22:00:34 sendUrl INFO 5 [511] R:OK -2015-03-11 22:00:35 program INFO WAIT active send to complete -2015-03-11 22:00:35 program INFO WAIT active send to complete -2015-03-11 22:00:36 program INFO WAIT active send to complete -2015-03-11 22:00:36 program INFO WAIT active send to complete -2015-03-11 22:00:37 program INFO WAIT active send to complete -2015-03-11 22:00:37 sendUrl INFO 5 [512] R:OK -2015-03-11 22:00:38 program INFO WAIT active send to complete -2015-03-11 22:00:38 program INFO WAIT active send to complete -2015-03-11 22:00:39 program INFO WAIT active send to complete -2015-03-11 22:00:39 program INFO WAIT active send to complete -2015-03-11 22:00:40 program INFO WAIT active send to complete -2015-03-11 22:00:40 program INFO WAIT active send to complete -2015-03-11 22:00:41 program INFO WAIT active send to complete -2015-03-11 22:00:41 program INFO WAIT active send to complete -2015-03-11 22:00:42 program INFO WAIT active send to complete -2015-03-11 22:00:42 program INFO WAIT active send to complete -2015-03-11 22:00:43 program INFO WAIT active send to complete -2015-03-11 22:00:43 sendUrl INFO 1 [513] R:OK -2015-03-11 22:00:44 sendUrl INFO 1 [514] R:OK -2015-03-11 22:01:19 queue INFO >>1 [515] -2015-03-11 22:01:20 sendUrl INFO 1 [515] R:OK -2015-03-11 22:01:50 queue INFO 3 [516] -2015-03-11 22:01:51 queue INFO >3 [517] -2015-03-11 22:01:51 program INFO WAIT active send to complete -2015-03-11 22:01:52 program INFO WAIT active send to complete -2015-03-11 22:01:52 program INFO WAIT active send to complete -2015-03-11 22:01:53 program INFO WAIT active send to complete -2015-03-11 22:01:53 program INFO WAIT active send to complete -2015-03-11 22:01:54 program INFO WAIT active send to complete -2015-03-11 22:01:54 program INFO WAIT active send to complete -2015-03-11 22:01:55 program INFO WAIT active send to complete -2015-03-11 22:01:55 program INFO WAIT active send to complete -2015-03-11 22:01:56 program INFO WAIT active send to complete -2015-03-11 22:01:56 program INFO WAIT active send to complete -2015-03-11 22:01:57 program INFO WAIT active send to complete -2015-03-11 22:01:57 program INFO WAIT active send to complete -2015-03-11 22:01:58 program INFO WAIT active send to complete -2015-03-11 22:01:58 program INFO WAIT active send to complete -2015-03-11 22:01:59 program INFO WAIT active send to complete -2015-03-11 22:01:59 program INFO WAIT active send to complete -2015-03-11 22:02:00 program INFO WAIT active send to complete -2015-03-11 22:02:00 program INFO WAIT active send to complete -2015-03-11 22:02:01 program INFO WAIT active send to complete -2015-03-11 22:02:01 program INFO WAIT active send to complete -2015-03-11 22:02:02 program INFO WAIT active send to complete -2015-03-11 22:02:02 program INFO WAIT active send to complete -2015-03-11 22:02:03 program INFO WAIT active send to complete -2015-03-11 22:02:03 program INFO WAIT active send to complete -2015-03-11 22:02:04 program INFO WAIT active send to complete -2015-03-11 22:02:04 program INFO WAIT active send to complete -2015-03-11 22:02:05 program INFO WAIT active send to complete -2015-03-11 22:02:05 program INFO WAIT active send to complete -2015-03-11 22:02:06 program INFO WAIT active send to complete -2015-03-11 22:02:06 program INFO WAIT active send to complete -2015-03-11 22:02:07 program INFO WAIT active send to complete -2015-03-11 22:02:07 program INFO WAIT active send to complete -2015-03-11 22:02:08 program INFO WAIT active send to complete -2015-03-11 22:02:08 program INFO WAIT active send to complete -2015-03-11 22:02:09 program INFO WAIT active send to complete -2015-03-11 22:02:09 program INFO WAIT active send to complete -2015-03-11 22:02:10 program INFO WAIT active send to complete -2015-03-11 22:02:10 program INFO WAIT active send to complete -2015-03-11 22:02:11 program INFO WAIT active send to complete -2015-03-11 22:02:11 sendUrl INFO 3 [516] R:OK -2015-03-11 22:02:12 sendUrl INFO 3 [517] R:OK -2015-03-11 22:02:41 queue INFO >>3 [518] -2015-03-11 22:03:03 sendUrl INFO 3 [518] R:OK -2015-03-11 22:03:31 queue INFO >>3 [519] -2015-03-11 22:03:53 sendUrl INFO 3 [519] R:OK -2015-03-11 22:04:21 queue INFO >>3 [520] -2015-03-11 22:04:44 sendUrl INFO 3 [520] R:OK -2015-03-11 22:05:11 queue INFO >>3 [521] -2015-03-11 22:05:30 sendUrl INFO 3 [521] R:OK -2015-03-11 22:06:01 queue INFO >>3 [522] -2015-03-11 22:06:22 sendUrl INFO 3 [522] R:OK -2015-03-11 22:06:51 queue INFO >>3 [523] -2015-03-11 22:07:12 sendUrl INFO 3 [523] R:OK -2015-03-11 22:07:41 queue INFO >>3 [524] -2015-03-11 22:07:53 sendUrl INFO 3 [524] R:OK -2015-03-11 22:08:32 queue INFO >>3 [525] -2015-03-11 22:08:45 sendUrl INFO 3 [525] R:OK -2015-03-11 22:09:22 queue INFO >>3 [526] -2015-03-11 22:09:35 sendUrl INFO 3 [526] R:OK -2015-03-11 22:10:06 queue INFO 7 [527] -2015-03-11 22:10:06 queue INFO >7 [528] -2015-03-11 22:10:07 program INFO WAIT active send to complete -2015-03-11 22:10:07 program INFO WAIT active send to complete -2015-03-11 22:10:07 queue INFO 3 [529] -2015-03-11 22:10:08 queue INFO >3 [530] -2015-03-11 22:10:08 program INFO WAIT active send to complete -2015-03-11 22:10:08 program INFO WAIT active send to complete -2015-03-11 22:10:09 program INFO WAIT active send to complete -2015-03-11 22:10:09 program INFO WAIT active send to complete -2015-03-11 22:10:10 program INFO WAIT active send to complete -2015-03-11 22:10:10 program INFO WAIT active send to complete -2015-03-11 22:10:11 program INFO WAIT active send to complete -2015-03-11 22:10:11 program INFO WAIT active send to complete -2015-03-11 22:10:11 sendUrl INFO 7 [527] R:OK -2015-03-11 22:10:12 program INFO WAIT active send to complete -2015-03-11 22:10:13 program INFO WAIT active send to complete -2015-03-11 22:10:13 program INFO WAIT active send to complete -2015-03-11 22:10:14 program INFO WAIT active send to complete -2015-03-11 22:10:14 program INFO WAIT active send to complete -2015-03-11 22:10:15 program INFO WAIT active send to complete -2015-03-11 22:10:15 program INFO WAIT active send to complete -2015-03-11 22:10:16 program INFO WAIT active send to complete -2015-03-11 22:10:16 program INFO WAIT active send to complete -2015-03-11 22:10:16 sendUrl INFO 7 [528] R:OK -2015-03-11 22:10:17 sendUrl INFO 3 [529] R:OK -2015-03-11 22:10:18 sendUrl INFO 3 [530] R:OK -2015-03-11 22:10:57 queue INFO >>3 [531] -2015-03-11 22:10:58 sendUrl INFO 3 [531] R:OK -2015-03-11 22:11:48 queue INFO >>3 [532] -2015-03-11 22:11:48 sendUrl INFO 3 [532] R:OK -2015-03-11 22:12:38 queue INFO >>3 [533] -2015-03-11 22:12:38 sendUrl INFO 3 [533] R:OK -2015-03-11 22:13:28 queue INFO >>3 [534] -2015-03-11 22:13:28 sendUrl INFO 3 [534] R:OK -2015-03-11 22:14:18 queue INFO >>3 [535] -2015-03-11 22:14:18 sendUrl INFO 3 [535] R:OK -2015-03-11 22:15:08 queue INFO >>3 [536] -2015-03-11 22:15:09 sendUrl INFO 3 [536] R:OK -2015-03-11 22:15:58 queue INFO >>3 [537] -2015-03-11 22:15:59 sendUrl INFO 3 [537] R:OK -2015-03-11 22:16:49 queue INFO >>3 [538] -2015-03-11 22:16:49 sendUrl INFO 3 [538] R:OK -2015-03-11 22:17:39 queue INFO >>3 [539] -2015-03-11 22:17:39 sendUrl INFO 3 [539] R:OK -2015-03-11 22:18:29 queue INFO >>3 [540] -2015-03-11 22:18:29 sendUrl INFO 3 [540] R:OK -2015-03-11 22:19:19 queue INFO >>3 [541] -2015-03-11 22:19:19 sendUrl INFO 3 [541] R:OK -2015-03-11 22:19:44 queue INFO 7 [542] -2015-03-11 22:19:44 queue INFO >7 [543] -2015-03-11 22:19:44 sendUrl INFO 7 [542] R:OK -2015-03-11 22:19:45 sendUrl INFO 7 [543] R:OK -2015-03-11 22:19:45 queue INFO 3 [544] -2015-03-11 22:19:45 queue INFO >3 [545] -2015-03-11 22:19:46 sendUrl INFO 3 [544] R:OK -2015-03-11 22:19:46 sendUrl INFO 3 [545] R:OK -2015-03-11 22:20:35 queue INFO >>3 [546] -2015-03-11 22:20:36 sendUrl INFO 3 [546] R:OK -2015-03-11 22:21:26 queue INFO >>3 [547] -2015-03-11 22:21:26 sendUrl INFO 3 [547] R:OK -2015-03-11 22:22:16 queue INFO >>3 [548] -2015-03-11 22:22:16 sendUrl INFO 3 [548] R:OK -2015-03-11 22:23:06 queue INFO >>3 [549] -2015-03-11 22:23:06 sendUrl INFO 3 [549] R:OK -2015-03-11 22:23:56 queue INFO >>3 [550] -2015-03-11 22:23:56 sendUrl INFO 3 [550] R:OK -2015-03-11 22:24:46 queue INFO >>3 [551] -2015-03-11 22:24:47 sendUrl INFO 3 [551] R:OK -2015-03-11 22:25:36 queue INFO >>3 [552] -2015-03-11 22:25:36 sendUrl INFO 3 [552] R:OK -2015-03-11 22:26:26 queue INFO >>3 [553] -2015-03-11 22:26:27 sendUrl INFO 3 [553] R:OK -2015-03-11 22:27:17 queue INFO >>3 [554] -2015-03-11 22:27:17 sendUrl INFO 3 [554] R:OK -2015-03-11 22:28:07 queue INFO >>3 [555] -2015-03-11 22:28:07 sendUrl INFO 3 [555] R:OK -2015-03-11 22:28:57 queue INFO >>3 [556] -2015-03-11 22:28:57 sendUrl INFO 3 [556] R:OK -2015-03-11 22:29:22 queue INFO 7 [557] -2015-03-11 22:29:22 queue INFO >7 [558] -2015-03-11 22:29:23 sendUrl INFO 7 [557] R:OK -2015-03-11 22:29:23 sendUrl INFO 7 [558] R:OK -2015-03-11 22:29:24 queue INFO 3 [559] -2015-03-11 22:29:24 queue INFO >3 [560] -2015-03-11 22:29:24 sendUrl INFO 3 [559] R:OK -2015-03-11 22:29:25 sendUrl INFO 3 [560] R:OK -2015-03-11 22:30:14 queue INFO >>3 [561] -2015-03-11 22:30:14 sendUrl INFO 3 [561] R:OK -2015-03-11 22:31:04 queue INFO >>3 [562] -2015-03-11 22:31:05 sendUrl INFO 3 [562] R:OK -2015-03-11 22:31:54 queue INFO >>3 [563] -2015-03-11 22:31:55 sendUrl INFO 3 [563] R:OK -2015-03-11 22:32:44 queue INFO >>3 [564] -2015-03-11 22:32:45 sendUrl INFO 3 [564] R:OK -2015-03-11 22:33:35 queue INFO >>3 [565] -2015-03-11 22:33:35 sendUrl INFO 3 [565] R:OK -2015-03-11 22:34:25 queue INFO >>3 [566] -2015-03-11 22:34:25 sendUrl INFO 3 [566] R:OK -2015-03-11 22:35:15 queue INFO >>3 [567] -2015-03-11 22:35:15 sendUrl INFO 3 [567] R:OK -2015-03-11 22:36:05 queue INFO >>3 [568] -2015-03-11 22:36:05 sendUrl INFO 3 [568] R:OK -2015-03-11 22:36:55 queue INFO >>3 [569] -2015-03-11 22:36:56 sendUrl INFO 3 [569] R:OK -2015-03-11 22:37:45 queue INFO >>3 [570] -2015-03-11 22:37:46 sendUrl INFO 3 [570] R:OK -2015-03-11 22:38:36 queue INFO >>3 [571] -2015-03-11 22:38:36 sendUrl INFO 3 [571] R:OK -2015-03-11 22:39:01 queue INFO 7 [572] -2015-03-11 22:39:01 queue INFO >7 [573] -2015-03-11 22:39:01 sendUrl INFO 7 [572] R:OK -2015-03-11 22:39:01 sendUrl INFO 7 [573] R:OK -2015-03-11 22:39:02 queue INFO 3 [574] -2015-03-11 22:39:02 queue INFO >3 [575] -2015-03-11 22:39:02 sendUrl INFO 3 [574] R:OK -2015-03-11 22:39:03 sendUrl INFO 3 [575] R:OK -2015-03-11 22:39:52 queue INFO >>3 [576] -2015-03-11 22:39:53 sendUrl INFO 3 [576] R:OK -2015-03-11 22:40:42 queue INFO >>3 [577] -2015-03-11 22:40:43 sendUrl INFO 3 [577] R:OK -2015-03-11 22:41:33 queue INFO >>3 [578] -2015-03-11 22:41:33 sendUrl INFO 3 [578] R:OK -2015-03-11 22:42:23 queue INFO >>3 [579] -2015-03-11 22:42:23 sendUrl INFO 3 [579] R:OK -2015-03-11 22:43:13 queue INFO >>3 [580] -2015-03-11 22:43:13 sendUrl INFO 3 [580] R:OK -2015-03-11 22:44:03 queue INFO >>3 [581] -2015-03-11 22:44:03 sendUrl INFO 3 [581] R:OK -2015-03-11 22:44:53 queue INFO >>3 [582] -2015-03-11 22:44:53 sendUrl INFO 3 [582] R:OK -2015-03-11 22:45:43 queue INFO >>3 [583] -2015-03-11 22:45:44 sendUrl INFO 3 [583] R:OK -2015-03-11 22:46:33 queue INFO >>3 [584] -2015-03-11 22:46:34 sendUrl INFO 3 [584] R:OK -2015-03-11 22:47:24 queue INFO >>3 [585] -2015-03-11 22:47:24 sendUrl INFO 3 [585] R:OK -2015-03-11 22:48:14 queue INFO >>3 [586] -2015-03-11 22:48:14 sendUrl INFO 3 [586] R:OK -2015-03-11 22:48:39 queue INFO 7 [587] -2015-03-11 22:48:40 queue INFO >7 [588] -2015-03-11 22:48:40 sendUrl INFO 7 [587] R:OK -2015-03-11 22:48:40 sendUrl INFO 7 [588] R:OK -2015-03-11 22:48:41 queue INFO 3 [589] -2015-03-11 22:48:41 queue INFO >3 [590] -2015-03-11 22:48:41 sendUrl INFO 3 [589] R:OK -2015-03-11 22:48:42 sendUrl INFO 3 [590] R:OK -2015-03-11 22:49:31 queue INFO >>3 [591] -2015-03-11 22:49:31 sendUrl INFO 3 [591] R:OK -2015-03-11 22:50:21 queue INFO >>3 [592] -2015-03-11 22:50:22 sendUrl INFO 3 [592] R:OK -2015-03-11 22:51:11 queue INFO >>3 [593] -2015-03-11 22:51:12 sendUrl INFO 3 [593] R:OK -2015-03-11 22:52:02 queue INFO >>3 [594] -2015-03-11 22:52:02 sendUrl INFO 3 [594] R:OK -2015-03-11 22:52:52 queue INFO >>3 [595] -2015-03-11 22:52:52 sendUrl INFO 3 [595] R:OK -2015-03-11 22:53:42 queue INFO >>3 [596] -2015-03-11 22:53:42 sendUrl INFO 3 [596] R:OK -2015-03-11 22:54:32 queue INFO >>3 [597] -2015-03-11 22:54:32 sendUrl INFO 3 [597] R:OK -2015-03-11 22:55:22 queue INFO >>3 [598] -2015-03-11 22:55:23 sendUrl INFO 3 [598] R:OK -2015-03-11 22:56:12 queue INFO >>3 [599] -2015-03-11 22:56:13 sendUrl INFO 3 [599] R:OK -2015-03-11 22:57:02 queue INFO >>3 [600] -2015-03-11 22:57:03 sendUrl INFO 3 [600] R:OK -2015-03-11 22:57:53 queue INFO >>3 [601] -2015-03-11 22:57:53 sendUrl INFO 3 [601] R:OK -2015-03-11 22:58:18 queue INFO 7 [602] -2015-03-11 22:58:18 queue INFO >7 [603] -2015-03-11 22:58:18 sendUrl INFO 7 [602] R:OK -2015-03-11 22:58:19 sendUrl INFO 7 [603] R:OK -2015-03-11 22:58:19 queue INFO 3 [604] -2015-03-11 22:58:20 queue INFO >3 [605] -2015-03-11 22:58:20 sendUrl INFO 3 [604] R:OK -2015-03-11 22:58:20 sendUrl INFO 3 [605] R:OK -2015-03-11 22:59:09 queue INFO >>3 [606] -2015-03-11 22:59:10 sendUrl INFO 3 [606] R:OK -2015-03-11 23:00:00 queue INFO >>3 [607] -2015-03-11 23:00:00 sendUrl INFO 3 [607] R:OK -2015-03-11 23:00:50 queue INFO >>3 [608] -2015-03-11 23:00:50 sendUrl INFO 3 [608] R:OK -2015-03-11 23:01:40 queue INFO >>3 [609] -2015-03-11 23:01:40 sendUrl INFO 3 [609] R:OK -2015-03-11 23:02:30 queue INFO >>3 [610] -2015-03-11 23:02:30 sendUrl INFO 3 [610] R:OK -2015-03-11 23:03:20 queue INFO >>3 [611] -2015-03-11 23:03:21 sendUrl INFO 3 [611] R:OK -2015-03-11 23:04:10 queue INFO >>3 [612] -2015-03-11 23:04:11 sendUrl INFO 3 [612] R:OK -2015-03-11 23:05:01 queue INFO >>3 [613] -2015-03-11 23:05:01 sendUrl INFO 3 [613] R:OK -2015-03-11 23:05:51 queue INFO >>3 [614] -2015-03-11 23:05:51 sendUrl INFO 3 [614] R:OK -2015-03-11 23:06:41 queue INFO >>3 [615] -2015-03-11 23:06:41 sendUrl INFO 3 [615] R:OK -2015-03-11 23:07:31 queue INFO >>3 [616] -2015-03-11 23:07:32 sendUrl INFO 3 [616] R:OK -2015-03-11 23:07:56 queue INFO 7 [617] -2015-03-11 23:07:56 sendUrl INFO 7 [617] R:OK -2015-03-11 23:07:56 queue INFO >7 [618] -2015-03-11 23:07:57 sendUrl INFO 7 [618] R:OK -2015-03-11 23:07:57 queue INFO 3 [619] -2015-03-11 23:07:58 queue INFO >3 [620] -2015-03-11 23:07:58 sendUrl INFO 3 [619] R:OK -2015-03-11 23:07:58 sendUrl INFO 3 [620] R:OK -2015-03-11 23:08:48 queue INFO >>3 [621] -2015-03-11 23:08:48 sendUrl INFO 3 [621] R:OK -2015-03-11 23:09:38 queue INFO >>3 [622] -2015-03-11 23:09:38 sendUrl INFO 3 [622] R:OK -2015-03-11 23:10:28 queue INFO >>3 [623] -2015-03-11 23:10:28 sendUrl INFO 3 [623] R:OK -2015-03-11 23:11:18 queue INFO >>3 [624] -2015-03-11 23:11:19 sendUrl INFO 3 [624] R:OK -2015-03-11 23:12:08 queue INFO >>3 [625] -2015-03-11 23:12:08 sendUrl INFO 3 [625] R:OK -2015-03-11 23:12:58 queue INFO >>3 [626] -2015-03-11 23:12:59 sendUrl INFO 3 [626] R:OK -2015-03-11 23:13:48 queue INFO >>3 [627] -2015-03-11 23:13:49 sendUrl INFO 3 [627] R:OK -2015-03-11 23:14:39 queue INFO >>3 [628] -2015-03-11 23:14:39 sendUrl INFO 3 [628] R:OK -2015-03-11 23:15:29 queue INFO >>3 [629] -2015-03-11 23:15:29 sendUrl INFO 3 [629] R:OK -2015-03-11 23:16:19 queue INFO >>3 [630] -2015-03-11 23:16:19 sendUrl INFO 3 [630] R:OK -2015-03-11 23:17:09 queue INFO >>3 [631] -2015-03-11 23:17:09 sendUrl INFO 3 [631] R:OK -2015-03-11 23:17:34 queue INFO 7 [632] -2015-03-11 23:17:34 queue INFO >7 [633] -2015-03-11 23:17:35 sendUrl INFO 7 [632] R:OK -2015-03-11 23:17:35 sendUrl INFO 7 [633] R:OK -2015-03-11 23:17:36 queue INFO 3 [634] -2015-03-11 23:17:36 queue INFO >3 [635] -2015-03-11 23:17:36 sendUrl INFO 3 [634] R:OK -2015-03-11 23:17:37 sendUrl INFO 3 [635] R:OK -2015-03-11 23:18:26 queue INFO >>3 [636] -2015-03-11 23:18:26 sendUrl INFO 3 [636] R:OK -2015-03-11 23:19:16 queue INFO >>3 [637] -2015-03-11 23:19:16 sendUrl INFO 3 [637] R:OK -2015-03-11 23:20:06 queue INFO >>3 [638] -2015-03-11 23:20:07 sendUrl INFO 3 [638] R:OK -2015-03-11 23:20:56 queue INFO >>3 [639] -2015-03-11 23:20:56 sendUrl INFO 3 [639] R:OK -2015-03-11 23:21:46 queue INFO >>3 [640] -2015-03-11 23:21:47 sendUrl INFO 3 [640] R:OK -2015-03-11 23:22:37 queue INFO >>3 [641] -2015-03-11 23:22:37 sendUrl INFO 3 [641] R:OK -2015-03-11 23:23:27 queue INFO >>3 [642] -2015-03-11 23:23:27 sendUrl INFO 3 [642] R:OK -2015-03-11 23:24:17 queue INFO >>3 [643] -2015-03-11 23:24:17 sendUrl INFO 3 [643] R:OK -2015-03-11 23:25:07 queue INFO >>3 [644] -2015-03-11 23:25:07 sendUrl INFO 3 [644] R:OK -2015-03-11 23:25:57 queue INFO >>3 [645] -2015-03-11 23:25:58 sendUrl INFO 3 [645] R:OK -2015-03-11 23:26:47 queue INFO >>3 [646] -2015-03-11 23:26:48 sendUrl INFO 3 [646] R:OK -2015-03-11 23:27:12 queue INFO 7 [647] -2015-03-11 23:27:13 sendUrl INFO 7 [647] R:OK -2015-03-11 23:27:13 queue INFO >7 [648] -2015-03-11 23:27:13 sendUrl INFO 7 [648] R:OK -2015-03-11 23:27:14 queue INFO 3 [649] -2015-03-11 23:27:14 queue INFO >3 [650] -2015-03-11 23:27:15 sendUrl INFO 3 [649] R:OK -2015-03-11 23:27:15 sendUrl INFO 3 [650] R:OK -2015-03-11 23:28:04 queue INFO >>3 [651] -2015-03-11 23:28:04 sendUrl INFO 3 [651] R:OK -2015-03-11 23:28:54 queue INFO >>3 [652] -2015-03-11 23:28:55 sendUrl INFO 3 [652] R:OK -2015-03-11 23:29:44 queue INFO >>3 [653] -2015-03-11 23:29:45 sendUrl INFO 3 [653] R:OK -2015-03-11 23:30:35 queue INFO >>3 [654] -2015-03-11 23:30:35 sendUrl INFO 3 [654] R:OK -2015-03-11 23:31:25 queue INFO >>3 [655] -2015-03-11 23:31:25 sendUrl INFO 3 [655] R:OK -2015-03-11 23:32:15 queue INFO >>3 [656] -2015-03-11 23:32:15 sendUrl INFO 3 [656] R:OK -2015-03-11 23:33:05 queue INFO >>3 [657] -2015-03-11 23:33:05 sendUrl INFO 3 [657] R:OK -2015-03-11 23:33:55 queue INFO >>3 [658] -2015-03-11 23:33:56 sendUrl INFO 3 [658] R:OK -2015-03-11 23:34:45 queue INFO >>3 [659] -2015-03-11 23:34:46 sendUrl INFO 3 [659] R:OK -2015-03-11 23:35:36 queue INFO >>3 [660] -2015-03-11 23:35:36 sendUrl INFO 3 [660] R:OK -2015-03-11 23:36:26 queue INFO >>3 [661] -2015-03-11 23:36:26 sendUrl INFO 3 [661] R:OK -2015-03-11 23:36:51 queue INFO 7 [662] -2015-03-11 23:36:51 queue INFO >7 [663] -2015-03-11 23:36:52 sendUrl INFO 7 [662] R:OK -2015-03-11 23:36:52 sendUrl INFO 7 [663] R:OK -2015-03-11 23:36:52 queue INFO 3 [664] -2015-03-11 23:36:53 queue INFO >3 [665] -2015-03-11 23:36:53 sendUrl INFO 3 [664] R:OK -2015-03-11 23:36:53 sendUrl INFO 3 [665] R:OK -2015-03-11 23:37:43 queue INFO >>3 [666] -2015-03-11 23:37:43 sendUrl INFO 3 [666] R:OK -2015-03-11 23:38:33 queue INFO >>3 [667] -2015-03-11 23:38:33 sendUrl INFO 3 [667] R:OK -2015-03-11 23:39:23 queue INFO >>3 [668] -2015-03-11 23:39:23 sendUrl INFO 3 [668] R:OK -2015-03-11 23:40:13 queue INFO >>3 [669] -2015-03-11 23:40:13 sendUrl INFO 3 [669] R:OK -2015-03-11 23:41:03 queue INFO >>3 [670] -2015-03-11 23:41:04 sendUrl INFO 3 [670] R:OK -2015-03-11 23:41:53 queue INFO >>3 [671] -2015-03-11 23:41:54 sendUrl INFO 3 [671] R:OK -2015-03-11 23:42:43 queue INFO >>3 [672] -2015-03-11 23:42:44 sendUrl INFO 3 [672] R:OK -2015-03-11 23:43:34 queue INFO >>3 [673] -2015-03-11 23:43:34 sendUrl INFO 3 [673] R:OK -2015-03-11 23:44:24 queue INFO >>3 [674] -2015-03-11 23:44:24 sendUrl INFO 3 [674] R:OK -2015-03-11 23:45:14 queue INFO >>3 [675] -2015-03-11 23:45:14 sendUrl INFO 3 [675] R:OK -2015-03-11 23:46:04 queue INFO >>3 [676] -2015-03-11 23:46:04 sendUrl INFO 3 [676] R:OK -2015-03-11 23:46:30 queue INFO 7 [677] -2015-03-11 23:46:30 sendUrl INFO 7 [677] R:OK -2015-03-11 23:46:30 queue INFO >7 [678] -2015-03-11 23:46:30 sendUrl INFO 7 [678] R:OK -2015-03-11 23:46:31 queue INFO 3 [679] -2015-03-11 23:46:31 queue INFO >3 [680] -2015-03-11 23:46:31 sendUrl INFO 3 [679] R:OK -2015-03-11 23:46:32 sendUrl INFO 3 [680] R:OK -2015-03-11 23:47:21 queue INFO >>3 [681] -2015-03-11 23:47:22 sendUrl INFO 3 [681] R:OK -2015-03-11 23:47:34 queue INFO 21 [682] -2015-03-11 23:47:35 queue INFO >21 [683] -2015-03-11 23:47:35 sendUrl INFO 21 [682] R:OK -2015-03-11 23:47:35 sendUrl INFO 21 [683] R:OK -2015-03-11 23:47:47 queue INFO 1 [684] -2015-03-11 23:47:47 queue INFO >1 [685] -2015-03-11 23:47:47 sendUrl INFO 1 [684] R:OK -2015-03-11 23:47:47 sendUrl INFO 1 [685] R:OK -2015-03-11 23:47:53 queue INFO 3 [686] -2015-03-11 23:47:53 sendUrl INFO 3 [686] R:OK -2015-03-11 23:47:53 queue INFO >3 [687] -2015-03-11 23:47:53 sendUrl INFO 3 [687] R:OK -2015-03-11 23:47:54 queue INFO 1 [688] -2015-03-11 23:47:54 queue INFO >1 [689] -2015-03-11 23:47:55 sendUrl INFO 1 [688] R:OK -2015-03-11 23:47:55 sendUrl INFO 1 [689] R:OK -2015-03-11 23:48:44 queue INFO >>1 [690] -2015-03-11 23:48:44 sendUrl INFO 1 [690] R:OK -2015-03-11 23:49:34 queue INFO >>1 [691] -2015-03-11 23:49:35 sendUrl INFO 1 [691] R:OK -2015-03-11 23:50:24 queue INFO >>1 [692] -2015-03-11 23:50:25 sendUrl INFO 1 [692] R:OK -2015-03-11 23:51:15 queue INFO >>1 [693] -2015-03-11 23:51:15 sendUrl INFO 1 [693] R:OK -2015-03-11 23:52:05 queue INFO >>1 [694] -2015-03-11 23:52:05 sendUrl INFO 1 [694] R:OK -2015-03-11 23:52:55 queue INFO >>1 [695] -2015-03-11 23:52:56 sendUrl INFO 1 [695] R:OK -2015-03-11 23:53:45 queue INFO >>1 [696] -2015-03-11 23:53:45 sendUrl INFO 1 [696] R:OK -2015-03-11 23:54:35 queue INFO >>1 [697] -2015-03-11 23:54:36 sendUrl INFO 1 [697] R:OK -2015-03-11 23:55:25 queue INFO >>1 [698] -2015-03-11 23:55:26 sendUrl INFO 1 [698] R:OK -2015-03-11 23:56:06 queue INFO 21 [699] -2015-03-11 23:56:06 queue INFO >21 [700] -2015-03-11 23:56:06 sendUrl INFO 21 [699] R:OK -2015-03-11 23:56:07 sendUrl INFO 21 [700] R:OK -2015-03-11 23:56:56 queue INFO >>21 [701] -2015-03-11 23:56:57 sendUrl INFO 21 [701] R:OK -2015-03-11 23:57:46 queue INFO >>21 [702] -2015-03-11 23:57:47 sendUrl INFO 21 [702] R:OK -2015-03-11 23:58:37 queue INFO >>21 [703] -2015-03-11 23:58:37 sendUrl INFO 21 [703] R:OK -2015-03-11 23:59:27 queue INFO >>21 [704] -2015-03-11 23:59:27 sendUrl INFO 21 [704] R:OK -2015-03-12 00:00:17 queue INFO >>21 [705] -2015-03-12 00:00:17 sendUrl INFO 21 [705] R:OK -2015-03-12 00:00:19 queue INFO 1 [706] -2015-03-12 00:00:20 queue INFO >1 [707] -2015-03-12 00:00:20 sendUrl INFO 1 [706] R:OK -2015-03-12 00:00:21 sendUrl INFO 1 [707] R:OK -2015-03-12 00:00:46 queue INFO 5 [708] -2015-03-12 00:00:46 queue INFO >5 [709] -2015-03-12 00:00:46 sendUrl INFO 5 [708] R:OK -2015-03-12 00:00:47 sendUrl INFO 5 [709] R:OK -2015-03-12 00:00:47 queue INFO 1 [710] -2015-03-12 00:00:47 queue INFO >1 [711] -2015-03-12 00:00:48 sendUrl INFO 1 [710] R:OK -2015-03-12 00:00:48 sendUrl INFO 1 [711] R:OK -2015-03-12 00:01:37 queue INFO >>1 [712] -2015-03-12 00:01:38 sendUrl INFO 1 [712] R:OK -2015-03-12 00:02:09 queue INFO 3 [713] -2015-03-12 00:02:09 sendUrl INFO 3 [713] R:OK -2015-03-12 00:02:09 queue INFO >3 [714] -2015-03-12 00:02:09 sendUrl INFO 3 [714] R:OK -2015-03-12 00:02:59 queue INFO >>3 [715] -2015-03-12 00:02:59 sendUrl INFO 3 [715] R:OK -2015-03-12 00:03:49 queue INFO >>3 [716] -2015-03-12 00:03:49 sendUrl INFO 3 [716] R:OK -2015-03-12 00:04:39 queue INFO >>3 [717] -2015-03-12 00:04:39 sendUrl INFO 3 [717] R:OK -2015-03-12 00:05:29 queue INFO >>3 [718] -2015-03-12 00:05:30 sendUrl INFO 3 [718] R:OK -2015-03-12 00:06:19 queue INFO >>3 [719] -2015-03-12 00:06:20 sendUrl INFO 3 [719] R:OK -2015-03-12 00:07:10 queue INFO >>3 [720] -2015-03-12 00:07:10 sendUrl INFO 3 [720] R:OK -2015-03-12 00:08:00 queue INFO >>3 [721] -2015-03-12 00:08:03 sendUrl INFO 3 [721] R:OK -2015-03-12 00:08:50 queue INFO >>3 [722] -2015-03-12 00:08:53 sendUrl INFO 3 [722] R:OK -2015-03-12 00:09:40 queue INFO >>3 [723] -2015-03-12 00:09:41 sendUrl INFO 3 [723] R:OK -2015-03-12 00:10:24 queue INFO 7 [724] -2015-03-12 00:10:24 queue INFO >7 [725] -2015-03-12 00:10:25 program INFO WAIT active send to complete -2015-03-12 00:10:25 program INFO WAIT active send to complete -2015-03-12 00:10:26 queue INFO 3 [726] -2015-03-12 00:10:26 program INFO WAIT active send to complete -2015-03-12 00:10:26 queue INFO >3 [727] -2015-03-12 00:10:26 program INFO WAIT active send to complete -2015-03-12 00:10:27 program INFO WAIT active send to complete -2015-03-12 00:10:27 program INFO WAIT active send to complete -2015-03-12 00:10:27 sendUrl INFO 7 [724] R:OK -2015-03-12 00:10:28 program INFO WAIT active send to complete -2015-03-12 00:10:29 program INFO WAIT active send to complete -2015-03-12 00:10:29 program INFO WAIT active send to complete -2015-03-12 00:10:30 program INFO WAIT active send to complete -2015-03-12 00:10:30 program INFO WAIT active send to complete -2015-03-12 00:10:31 program INFO WAIT active send to complete -2015-03-12 00:10:31 program INFO WAIT active send to complete -2015-03-12 00:10:32 program INFO WAIT active send to complete -2015-03-12 00:10:32 program INFO WAIT active send to complete -2015-03-12 00:10:33 program INFO WAIT active send to complete -2015-03-12 00:10:33 program INFO WAIT active send to complete -2015-03-12 00:10:33 sendUrl INFO 7 [725] R:OK -2015-03-12 00:10:34 sendUrl INFO 3 [726] R:OK -2015-03-12 00:10:35 sendUrl INFO 3 [727] R:OK -2015-03-12 00:11:16 queue INFO >>3 [728] -2015-03-12 00:11:18 sendUrl INFO 3 [728] R:OK -2015-03-12 00:12:06 queue INFO >>3 [729] -2015-03-12 00:12:08 sendUrl INFO 3 [729] R:OK -2015-03-12 00:12:56 queue INFO >>3 [730] -2015-03-12 00:12:58 sendUrl INFO 3 [730] R:OK -2015-03-12 00:13:46 queue INFO >>3 [731] -2015-03-12 00:13:48 sendUrl INFO 3 [731] R:OK -2015-03-12 00:14:36 queue INFO >>3 [732] -2015-03-12 00:14:38 sendUrl INFO 3 [732] R:OK -2015-03-12 00:15:26 queue INFO >>3 [733] -2015-03-12 00:15:28 sendUrl INFO 3 [733] R:OK -2015-03-12 00:16:16 queue INFO >>3 [734] -2015-03-12 00:16:24 sendUrl INFO 3 [734] R:OK -2015-03-12 00:17:07 queue INFO >>3 [735] -2015-03-12 00:17:15 sendUrl INFO 3 [735] R:OK -2015-03-12 00:17:57 queue INFO >>3 [736] -2015-03-12 00:18:02 sendUrl INFO 3 [736] R:OK -2015-03-12 00:18:47 queue INFO >>3 [737] -2015-03-12 00:18:47 sendUrl INFO 3 [737] R:OK -2015-03-12 00:19:37 queue INFO >>3 [738] -2015-03-12 00:19:44 sendUrl INFO 3 [738] R:OK -2015-03-12 00:20:02 queue INFO 7 [739] -2015-03-12 00:20:02 queue INFO >7 [740] -2015-03-12 00:20:03 program INFO WAIT active send to complete -2015-03-12 00:20:04 queue INFO 3 [741] -2015-03-12 00:20:04 program INFO WAIT active send to complete -2015-03-12 00:20:04 queue INFO >3 [742] -2015-03-12 00:20:04 program INFO WAIT active send to complete -2015-03-12 00:20:05 program INFO WAIT active send to complete -2015-03-12 00:20:05 program INFO WAIT active send to complete -2015-03-12 00:20:06 program INFO WAIT active send to complete -2015-03-12 00:20:06 program INFO WAIT active send to complete -2015-03-12 00:20:07 program INFO WAIT active send to complete -2015-03-12 00:20:07 program INFO WAIT active send to complete -2015-03-12 00:20:08 program INFO WAIT active send to complete -2015-03-12 00:20:08 sendUrl INFO 7 [739] R:OK -2015-03-12 00:20:09 program INFO WAIT active send to complete -2015-03-12 00:20:09 program INFO WAIT active send to complete -2015-03-12 00:20:10 program INFO WAIT active send to complete -2015-03-12 00:20:10 program INFO WAIT active send to complete -2015-03-12 00:20:11 program INFO WAIT active send to complete -2015-03-12 00:20:11 program INFO WAIT active send to complete -2015-03-12 00:20:12 program INFO WAIT active send to complete -2015-03-12 00:20:12 sendUrl INFO 7 [740] R:OK -2015-03-12 00:20:13 program INFO WAIT active send to complete -2015-03-12 00:20:13 program INFO WAIT active send to complete -2015-03-12 00:20:14 program INFO WAIT active send to complete -2015-03-12 00:20:14 program INFO WAIT active send to complete -2015-03-12 00:20:15 program INFO WAIT active send to complete -2015-03-12 00:20:15 program INFO WAIT active send to complete -2015-03-12 00:20:16 program INFO WAIT active send to complete -2015-03-12 00:20:16 program INFO WAIT active send to complete -2015-03-12 00:20:17 program INFO WAIT active send to complete -2015-03-12 00:20:17 program INFO WAIT active send to complete -2015-03-12 00:20:18 program INFO WAIT active send to complete -2015-03-12 00:20:18 program INFO WAIT active send to complete -2015-03-12 00:20:19 program INFO WAIT active send to complete -2015-03-12 00:20:19 sendUrl INFO 3 [741] R:OK -2015-03-12 00:20:22 sendUrl INFO 3 [742] R:OK -2015-03-12 00:20:54 queue INFO >>3 [743] -2015-03-12 00:20:54 sendUrl INFO 3 [743] R:OK -2015-03-12 00:21:44 queue INFO >>3 [744] -2015-03-12 00:21:49 sendUrl INFO 3 [744] R:OK -2015-03-12 00:22:34 queue INFO >>3 [745] -2015-03-12 00:22:38 sendUrl INFO 3 [745] R:OK -2015-03-12 00:23:24 queue INFO >>3 [746] -2015-03-12 00:23:29 sendUrl INFO 3 [746] R:OK -2015-03-12 00:24:14 queue INFO >>3 [747] -2015-03-12 00:24:19 sendUrl INFO 3 [747] R:OK -2015-03-12 00:25:04 queue INFO >>3 [748] -2015-03-12 00:25:09 sendUrl INFO 3 [748] R:OK -2015-03-12 00:25:55 queue INFO >>3 [749] -2015-03-12 00:25:59 sendUrl INFO 3 [749] R:OK -2015-03-12 00:26:45 queue INFO >>3 [750] -2015-03-12 00:26:47 sendUrl INFO 3 [750] R:OK -2015-03-12 00:27:35 queue INFO >>3 [751] -2015-03-12 00:27:36 sendUrl INFO 3 [751] R:OK -2015-03-12 00:28:25 queue INFO >>3 [752] -2015-03-12 00:28:27 sendUrl INFO 3 [752] R:OK -2015-03-12 00:29:15 queue INFO >>3 [753] -2015-03-12 00:29:17 sendUrl INFO 3 [753] R:OK -2015-03-12 00:29:41 queue INFO 7 [754] -2015-03-12 00:29:41 queue INFO >7 [755] -2015-03-12 00:29:41 program INFO WAIT active send to complete -2015-03-12 00:29:42 program INFO WAIT active send to complete -2015-03-12 00:29:42 queue INFO 3 [756] -2015-03-12 00:29:42 program INFO WAIT active send to complete -2015-03-12 00:29:42 queue INFO >3 [757] -2015-03-12 00:29:43 program INFO WAIT active send to complete -2015-03-12 00:29:43 program INFO WAIT active send to complete -2015-03-12 00:29:44 program INFO WAIT active send to complete -2015-03-12 00:29:44 program INFO WAIT active send to complete -2015-03-12 00:29:45 program INFO WAIT active send to complete -2015-03-12 00:29:45 program INFO WAIT active send to complete -2015-03-12 00:29:46 program INFO WAIT active send to complete -2015-03-12 00:29:46 program INFO WAIT active send to complete -2015-03-12 00:29:47 program INFO WAIT active send to complete -2015-03-12 00:29:47 program INFO WAIT active send to complete -2015-03-12 00:29:47 sendUrl INFO 7 [754] R:OK -2015-03-12 00:29:48 program INFO WAIT active send to complete -2015-03-12 00:29:49 program INFO WAIT active send to complete -2015-03-12 00:29:49 program INFO WAIT active send to complete -2015-03-12 00:29:50 program INFO WAIT active send to complete -2015-03-12 00:29:50 program INFO WAIT active send to complete -2015-03-12 00:29:51 program INFO WAIT active send to complete -2015-03-12 00:29:51 program INFO WAIT active send to complete -2015-03-12 00:29:52 program INFO WAIT active send to complete -2015-03-12 00:29:52 program INFO WAIT active send to complete -2015-03-12 00:29:53 program INFO WAIT active send to complete -2015-03-12 00:29:53 program INFO WAIT active send to complete -2015-03-12 00:29:54 program INFO WAIT active send to complete -2015-03-12 00:29:54 program INFO WAIT active send to complete -2015-03-12 00:29:55 program INFO WAIT active send to complete -2015-03-12 00:29:55 program INFO WAIT active send to complete -2015-03-12 00:29:56 program INFO WAIT active send to complete -2015-03-12 00:29:56 program INFO WAIT active send to complete -2015-03-12 00:29:57 program INFO WAIT active send to complete -2015-03-12 00:29:57 program INFO WAIT active send to complete -2015-03-12 00:29:58 program INFO WAIT active send to complete -2015-03-12 00:29:58 program INFO WAIT active send to complete -2015-03-12 00:29:59 sendUrl INFO 7 [755] R:OK -2015-03-12 00:29:59 sendUrl INFO 3 [756] R:OK -2015-03-12 00:30:00 sendUrl INFO 3 [757] R:OK -2015-03-12 00:30:32 queue INFO >>3 [758] -2015-03-12 00:30:37 sendUrl INFO 3 [758] R:OK -2015-03-12 00:31:22 queue INFO >>3 [759] -2015-03-12 00:31:27 sendUrl INFO 3 [759] R:OK -2015-03-12 00:32:12 queue INFO >>3 [760] -2015-03-12 00:32:17 sendUrl INFO 3 [760] R:OK -2015-03-12 00:33:03 queue INFO >>3 [761] -2015-03-12 00:33:08 sendUrl INFO 3 [761] R:OK -2015-03-12 00:33:53 queue INFO >>3 [762] -2015-03-12 00:33:58 sendUrl INFO 3 [762] R:OK -2015-03-12 00:34:43 queue INFO >>3 [763] -2015-03-12 00:34:45 sendUrl INFO 3 [763] R:OK -2015-03-12 00:35:33 queue INFO >>3 [764] -2015-03-12 00:35:37 sendUrl INFO 3 [764] R:OK -2015-03-12 00:36:23 queue INFO >>3 [765] -2015-03-12 00:36:27 sendUrl INFO 3 [765] R:OK -2015-03-12 00:37:13 queue INFO >>3 [766] -2015-03-12 00:37:14 sendUrl INFO 3 [766] R:OK -2015-03-12 00:38:03 queue INFO >>3 [767] -2015-03-12 00:38:09 sendUrl INFO 3 [767] R:OK -2015-03-12 00:38:54 queue INFO >>3 [768] -2015-03-12 00:38:59 sendUrl INFO 3 [768] R:OK -2015-03-12 00:39:19 queue INFO 7 [769] -2015-03-12 00:39:19 queue INFO >7 [770] -2015-03-12 00:39:20 program INFO WAIT active send to complete -2015-03-12 00:39:20 program INFO WAIT active send to complete -2015-03-12 00:39:20 queue INFO 3 [771] -2015-03-12 00:39:21 program INFO WAIT active send to complete -2015-03-12 00:39:21 queue INFO >3 [772] -2015-03-12 00:39:21 program INFO WAIT active send to complete -2015-03-12 00:39:22 program INFO WAIT active send to complete -2015-03-12 00:39:22 sendUrl INFO 7 [769] R:OK -2015-03-12 00:39:23 program INFO WAIT active send to complete -2015-03-12 00:39:23 program INFO WAIT active send to complete -2015-03-12 00:39:24 program INFO WAIT active send to complete -2015-03-12 00:39:24 program INFO WAIT active send to complete -2015-03-12 00:39:25 program INFO WAIT active send to complete -2015-03-12 00:39:25 program INFO WAIT active send to complete -2015-03-12 00:39:25 sendUrl INFO 7 [770] R:OK -2015-03-12 00:39:26 program INFO WAIT active send to complete -2015-03-12 00:39:27 program INFO WAIT active send to complete -2015-03-12 00:39:27 program INFO WAIT active send to complete -2015-03-12 00:39:28 program INFO WAIT active send to complete -2015-03-12 00:39:28 program INFO WAIT active send to complete -2015-03-12 00:39:29 program INFO WAIT active send to complete -2015-03-12 00:39:29 program INFO WAIT active send to complete -2015-03-12 00:39:30 program INFO WAIT active send to complete -2015-03-12 00:39:30 program INFO WAIT active send to complete -2015-03-12 00:39:31 program INFO WAIT active send to complete -2015-03-12 00:39:31 program INFO WAIT active send to complete -2015-03-12 00:39:32 program INFO WAIT active send to complete -2015-03-12 00:39:32 sendUrl INFO 3 [771] R:OK -2015-03-12 00:39:32 sendUrl INFO 3 [772] R:OK -2015-03-12 00:40:11 queue INFO >>3 [773] -2015-03-12 00:40:12 sendUrl INFO 3 [773] R:OK -2015-03-12 00:41:01 queue INFO >>3 [774] -2015-03-12 00:41:02 sendUrl INFO 3 [774] R:OK -2015-03-12 00:41:51 queue INFO >>3 [775] -2015-03-12 00:41:52 sendUrl INFO 3 [775] R:OK -2015-03-12 00:42:41 queue INFO >>3 [776] -2015-03-12 00:42:42 sendUrl INFO 3 [776] R:OK -2015-03-12 00:43:31 queue INFO >>3 [777] -2015-03-12 00:43:32 sendUrl INFO 3 [777] R:OK -2015-03-12 00:44:21 queue INFO >>3 [778] -2015-03-12 00:44:22 sendUrl INFO 3 [778] R:OK -2015-03-12 00:45:11 queue INFO >>3 [779] -2015-03-12 00:45:13 sendUrl INFO 3 [779] R:OK -2015-03-12 00:46:02 queue INFO >>3 [780] -2015-03-12 00:46:03 sendUrl INFO 3 [780] R:OK -2015-03-12 00:46:52 queue INFO >>3 [781] -2015-03-12 00:46:52 sendUrl INFO 3 [781] R:OK -2015-03-12 00:47:42 queue INFO >>3 [782] -2015-03-12 00:47:43 sendUrl INFO 3 [782] R:OK -2015-03-12 00:48:32 queue INFO >>3 [783] -2015-03-12 00:48:33 sendUrl INFO 3 [783] R:OK -2015-03-12 00:48:58 queue INFO 7 [784] -2015-03-12 00:48:58 queue INFO >7 [785] -2015-03-12 00:48:59 program INFO WAIT active send to complete -2015-03-12 00:48:59 program INFO WAIT active send to complete -2015-03-12 00:48:59 queue INFO 3 [786] -2015-03-12 00:48:59 queue INFO >3 [787] -2015-03-12 00:49:00 program INFO WAIT active send to complete -2015-03-12 00:49:00 program INFO WAIT active send to complete -2015-03-12 00:49:00 sendUrl INFO 7 [784] R:OK -2015-03-12 00:49:01 program INFO WAIT active send to complete -2015-03-12 00:49:02 program INFO WAIT active send to complete -2015-03-12 00:49:02 program INFO WAIT active send to complete -2015-03-12 00:49:03 program INFO WAIT active send to complete -2015-03-12 00:49:03 program INFO WAIT active send to complete -2015-03-12 00:49:04 program INFO WAIT active send to complete -2015-03-12 00:49:04 program INFO WAIT active send to complete -2015-03-12 00:49:05 program INFO WAIT active send to complete -2015-03-12 00:49:05 program INFO WAIT active send to complete -2015-03-12 00:49:05 sendUrl INFO 7 [785] R:OK -2015-03-12 00:49:06 sendUrl INFO 3 [786] R:OK -2015-03-12 00:49:07 sendUrl INFO 3 [787] R:OK -2015-03-12 00:49:49 queue INFO >>3 [788] -2015-03-12 00:49:51 sendUrl INFO 3 [788] R:OK -2015-03-12 00:50:39 queue INFO >>3 [789] -2015-03-12 00:50:41 sendUrl INFO 3 [789] R:OK -2015-03-12 00:51:30 queue INFO >>3 [790] -2015-03-12 00:51:30 sendUrl INFO 3 [790] R:OK -2015-03-12 00:52:20 queue INFO >>3 [791] -2015-03-12 00:52:21 sendUrl INFO 3 [791] R:OK -2015-03-12 00:53:10 queue INFO >>3 [792] -2015-03-12 00:53:11 sendUrl INFO 3 [792] R:OK -2015-03-12 00:54:00 queue INFO >>3 [793] -2015-03-12 00:54:00 sendUrl INFO 3 [793] R:OK -2015-03-12 00:54:50 queue INFO >>3 [794] -2015-03-12 00:54:52 sendUrl INFO 3 [794] R:OK -2015-03-12 00:55:40 queue INFO >>3 [795] -2015-03-12 00:55:41 sendUrl INFO 3 [795] R:OK -2015-03-12 00:56:30 queue INFO >>3 [796] -2015-03-12 00:56:31 sendUrl INFO 3 [796] R:OK -2015-03-12 00:57:20 queue INFO >>3 [797] -2015-03-12 00:57:22 sendUrl INFO 3 [797] R:OK -2015-03-12 00:58:11 queue INFO >>3 [798] -2015-03-12 00:58:12 sendUrl INFO 3 [798] R:OK -2015-03-12 00:58:36 queue INFO 7 [799] -2015-03-12 00:58:36 queue INFO >7 [800] -2015-03-12 00:58:37 program INFO WAIT active send to complete -2015-03-12 00:58:37 queue INFO 3 [801] -2015-03-12 00:58:38 program INFO WAIT active send to complete -2015-03-12 00:58:38 queue INFO >3 [802] -2015-03-12 00:58:38 program INFO WAIT active send to complete -2015-03-12 00:58:39 program INFO WAIT active send to complete -2015-03-12 00:58:39 program INFO WAIT active send to complete -2015-03-12 00:58:39 sendUrl INFO 7 [799] R:OK -2015-03-12 00:58:40 sendUrl INFO 7 [800] R:OK -2015-03-12 00:58:41 program INFO WAIT active send to complete -2015-03-12 00:58:41 sendUrl INFO 3 [801] R:OK -2015-03-12 00:58:42 sendUrl INFO 3 [802] R:OK -2015-03-12 00:59:28 queue INFO >>3 [803] -2015-03-12 00:59:28 sendUrl INFO 3 [803] R:OK -2015-03-12 01:00:18 queue INFO >>3 [804] -2015-03-12 01:00:19 sendUrl INFO 3 [804] R:OK -2015-03-12 01:01:08 queue INFO >>3 [805] -2015-03-12 01:01:09 sendUrl INFO 3 [805] R:OK -2015-03-12 01:01:58 queue INFO >>3 [806] -2015-03-12 01:01:59 sendUrl INFO 3 [806] R:OK -2015-03-12 01:02:48 queue INFO >>3 [807] -2015-03-12 01:02:50 sendUrl INFO 3 [807] R:OK -2015-03-12 01:03:38 queue INFO >>3 [808] -2015-03-12 01:03:39 sendUrl INFO 3 [808] R:OK -2015-03-12 01:04:29 queue INFO >>3 [809] -2015-03-12 01:04:30 sendUrl INFO 3 [809] R:OK -2015-03-12 01:05:19 queue INFO >>3 [810] -2015-03-12 01:05:20 sendUrl INFO 3 [810] R:OK -2015-03-12 01:06:09 queue INFO >>3 [811] -2015-03-12 01:06:09 sendUrl INFO 3 [811] R:OK -2015-03-12 01:06:59 queue INFO >>3 [812] -2015-03-12 01:07:00 sendUrl INFO 3 [812] R:OK -2015-03-12 01:07:49 queue INFO >>3 [813] -2015-03-12 01:07:51 sendUrl INFO 3 [813] R:OK -2015-03-12 01:08:14 queue INFO 7 [814] -2015-03-12 01:08:14 queue INFO >7 [815] -2015-03-12 01:08:15 sendUrl INFO 7 [814] R:OK -2015-03-12 01:08:15 sendUrl INFO 7 [815] R:OK -2015-03-12 01:08:16 queue INFO 3 [816] -2015-03-12 01:08:16 queue INFO >3 [817] -2015-03-12 01:08:16 program INFO WAIT active send to complete -2015-03-12 01:08:17 program INFO WAIT active send to complete -2015-03-12 01:08:17 program INFO WAIT active send to complete -2015-03-12 01:08:18 program INFO WAIT active send to complete -2015-03-12 01:08:18 program INFO WAIT active send to complete -2015-03-12 01:08:19 program INFO WAIT active send to complete -2015-03-12 01:08:19 program INFO WAIT active send to complete -2015-03-12 01:08:20 program INFO WAIT active send to complete -2015-03-12 01:08:20 program INFO WAIT active send to complete -2015-03-12 01:08:21 program INFO WAIT active send to complete -2015-03-12 01:08:22 program INFO WAIT active send to complete -2015-03-12 01:08:22 program INFO WAIT active send to complete -2015-03-12 01:08:23 program INFO WAIT active send to complete -2015-03-12 01:08:23 program INFO WAIT active send to complete -2015-03-12 01:08:24 program INFO WAIT active send to complete -2015-03-12 01:08:24 program INFO WAIT active send to complete -2015-03-12 01:08:25 program INFO WAIT active send to complete -2015-03-12 01:08:25 program INFO WAIT active send to complete -2015-03-12 01:08:26 program INFO WAIT active send to complete -2015-03-12 01:08:26 program INFO WAIT active send to complete -2015-03-12 01:08:27 program INFO WAIT active send to complete -2015-03-12 01:08:27 program INFO WAIT active send to complete -2015-03-12 01:08:28 program INFO WAIT active send to complete -2015-03-12 01:08:28 program INFO WAIT active send to complete -2015-03-12 01:08:29 program INFO WAIT active send to complete -2015-03-12 01:08:29 program INFO WAIT active send to complete -2015-03-12 01:08:30 program INFO WAIT active send to complete -2015-03-12 01:08:30 program INFO WAIT active send to complete -2015-03-12 01:08:31 program INFO WAIT active send to complete -2015-03-12 01:08:31 program INFO WAIT active send to complete -2015-03-12 01:08:32 program INFO WAIT active send to complete -2015-03-12 01:08:32 program INFO WAIT active send to complete -2015-03-12 01:08:33 program INFO WAIT active send to complete -2015-03-12 01:08:33 program INFO WAIT active send to complete -2015-03-12 01:08:34 program INFO WAIT active send to complete -2015-03-12 01:08:34 program INFO WAIT active send to complete -2015-03-12 01:08:35 program INFO WAIT active send to complete -2015-03-12 01:08:35 program INFO WAIT active send to complete -2015-03-12 01:08:36 program INFO WAIT active send to complete -2015-03-12 01:08:36 program INFO WAIT active send to complete -2015-03-12 01:08:37 program INFO WAIT active send to complete -2015-03-12 01:08:37 sendUrl INFO 3 [816] R:OK -2015-03-12 01:08:41 sendUrl INFO 3 [817] R:OK -2015-03-12 01:09:06 queue INFO >>3 [818] -2015-03-12 01:09:27 sendUrl INFO 3 [818] R:OK -2015-03-12 01:09:56 queue INFO >>3 [819] -2015-03-12 01:10:17 sendUrl INFO 3 [819] R:OK -2015-03-12 01:10:46 queue INFO >>3 [820] -2015-03-12 01:10:47 sendUrl INFO 3 [820] R:OK -2015-03-12 01:11:36 queue INFO >>3 [821] -2015-03-12 01:11:57 sendUrl INFO 3 [821] R:OK -2015-03-12 01:12:26 queue INFO >>3 [822] -2015-03-12 01:12:48 sendUrl INFO 3 [822] R:OK -2015-03-12 01:13:17 queue INFO >>3 [823] -2015-03-12 01:13:17 sendUrl INFO 3 [823] R:OK -2015-03-12 01:14:07 queue INFO >>3 [824] -2015-03-12 01:14:28 sendUrl INFO 3 [824] R:OK -2015-03-12 01:14:57 queue INFO >>3 [825] -2015-03-12 01:15:18 sendUrl INFO 3 [825] R:OK -2015-03-12 01:15:47 queue INFO >>3 [826] -2015-03-12 01:16:08 sendUrl INFO 3 [826] R:OK -2015-03-12 01:16:37 queue INFO >>3 [827] -2015-03-12 01:16:58 sendUrl INFO 3 [827] R:OK -2015-03-12 01:17:27 queue INFO >>3 [828] -2015-03-12 01:17:46 sendUrl INFO 3 [828] R:OK -2015-03-12 01:17:52 queue INFO 7 [829] -2015-03-12 01:17:53 queue INFO >7 [830] -2015-03-12 01:17:53 sendUrl INFO 7 [829] R:OK -2015-03-12 01:17:53 sendUrl INFO 7 [830] R:OK -2015-03-12 01:17:54 queue INFO 3 [831] -2015-03-12 01:17:54 queue INFO >3 [832] -2015-03-12 01:17:54 program INFO WAIT active send to complete -2015-03-12 01:17:55 program INFO WAIT active send to complete -2015-03-12 01:17:55 program INFO WAIT active send to complete -2015-03-12 01:17:56 program INFO WAIT active send to complete -2015-03-12 01:17:57 program INFO WAIT active send to complete -2015-03-12 01:17:57 program INFO WAIT active send to complete -2015-03-12 01:17:58 program INFO WAIT active send to complete -2015-03-12 01:17:58 program INFO WAIT active send to complete -2015-03-12 01:17:58 sendUrl INFO 3 [831] R:OK -2015-03-12 01:17:59 sendUrl INFO 3 [832] R:OK -2015-03-12 01:18:44 queue INFO >>3 [833] -2015-03-12 01:18:48 sendUrl INFO 3 [833] R:OK -2015-03-12 01:19:34 queue INFO >>3 [834] -2015-03-12 01:19:38 sendUrl INFO 3 [834] R:OK -2015-03-12 01:20:24 queue INFO >>3 [835] -2015-03-12 01:20:25 sendUrl INFO 3 [835] R:OK -2015-03-12 01:21:14 queue INFO >>3 [836] -2015-03-12 01:21:18 sendUrl INFO 3 [836] R:OK -2015-03-12 01:22:05 queue INFO >>3 [837] -2015-03-12 01:22:09 sendUrl INFO 3 [837] R:OK -2015-03-12 01:22:55 queue INFO >>3 [838] -2015-03-12 01:22:55 sendUrl INFO 3 [838] R:OK -2015-03-12 01:23:45 queue INFO >>3 [839] -2015-03-12 01:23:46 sendUrl INFO 3 [839] R:OK -2015-03-12 01:24:35 queue INFO >>3 [840] -2015-03-12 01:24:37 sendUrl INFO 3 [840] R:OK -2015-03-12 01:25:25 queue INFO >>3 [841] -2015-03-12 01:25:27 sendUrl INFO 3 [841] R:OK -2015-03-12 01:26:15 queue INFO >>3 [842] -2015-03-12 01:26:17 sendUrl INFO 3 [842] R:OK -2015-03-12 01:27:05 queue INFO >>3 [843] -2015-03-12 01:27:11 sendUrl INFO 3 [843] R:OK -2015-03-12 01:27:31 queue INFO 7 [844] -2015-03-12 01:27:31 queue INFO >7 [845] -2015-03-12 01:27:31 program INFO WAIT active send to complete -2015-03-12 01:27:32 program INFO WAIT active send to complete -2015-03-12 01:27:32 queue INFO 3 [846] -2015-03-12 01:27:32 queue INFO >3 [847] -2015-03-12 01:27:32 program INFO WAIT active send to complete -2015-03-12 01:27:33 program INFO WAIT active send to complete -2015-03-12 01:27:33 program INFO WAIT active send to complete -2015-03-12 01:27:34 program INFO WAIT active send to complete -2015-03-12 01:27:34 program INFO WAIT active send to complete -2015-03-12 01:27:35 program INFO WAIT active send to complete -2015-03-12 01:27:35 program INFO WAIT active send to complete -2015-03-12 01:27:36 program INFO WAIT active send to complete -2015-03-12 01:27:36 program INFO WAIT active send to complete -2015-03-12 01:27:37 program INFO WAIT active send to complete -2015-03-12 01:27:37 program INFO WAIT active send to complete -2015-03-12 01:27:38 program INFO WAIT active send to complete -2015-03-12 01:27:39 program INFO WAIT active send to complete -2015-03-12 01:27:39 program INFO WAIT active send to complete -2015-03-12 01:27:40 program INFO WAIT active send to complete -2015-03-12 01:27:40 program INFO WAIT active send to complete -2015-03-12 01:27:41 program INFO WAIT active send to complete -2015-03-12 01:27:41 program INFO WAIT active send to complete -2015-03-12 01:27:42 program INFO WAIT active send to complete -2015-03-12 01:27:42 program INFO WAIT active send to complete -2015-03-12 01:27:43 program INFO WAIT active send to complete -2015-03-12 01:27:43 program INFO WAIT active send to complete -2015-03-12 01:27:44 program INFO WAIT active send to complete -2015-03-12 01:27:44 program INFO WAIT active send to complete -2015-03-12 01:27:45 program INFO WAIT active send to complete -2015-03-12 01:27:45 program INFO WAIT active send to complete -2015-03-12 01:27:46 program INFO WAIT active send to complete -2015-03-12 01:27:46 program INFO WAIT active send to complete -2015-03-12 01:27:47 program INFO WAIT active send to complete -2015-03-12 01:27:47 program INFO WAIT active send to complete -2015-03-12 01:27:48 program INFO WAIT active send to complete -2015-03-12 01:27:48 program INFO WAIT active send to complete -2015-03-12 01:27:49 program INFO WAIT active send to complete -2015-03-12 01:27:49 program INFO WAIT active send to complete -2015-03-12 01:27:50 program INFO WAIT active send to complete -2015-03-12 01:27:50 sendUrl INFO 7 [844] R:OK -2015-03-12 01:27:51 program INFO WAIT active send to complete -2015-03-12 01:27:51 program INFO WAIT active send to complete -2015-03-12 01:27:52 program INFO WAIT active send to complete -2015-03-12 01:27:52 program INFO WAIT active send to complete -2015-03-12 01:27:53 program INFO WAIT active send to complete -2015-03-12 01:27:53 program INFO WAIT active send to complete -2015-03-12 01:27:54 program INFO WAIT active send to complete -2015-03-12 01:27:54 program INFO WAIT active send to complete -2015-03-12 01:27:54 sendUrl INFO 7 [845] R:OK -2015-03-12 01:27:55 program INFO WAIT active send to complete -2015-03-12 01:27:56 program INFO WAIT active send to complete -2015-03-12 01:27:56 program INFO WAIT active send to complete -2015-03-12 01:27:57 program INFO WAIT active send to complete -2015-03-12 01:27:57 program INFO WAIT active send to complete -2015-03-12 01:27:58 program INFO WAIT active send to complete -2015-03-12 01:27:58 program INFO WAIT active send to complete -2015-03-12 01:27:59 program INFO WAIT active send to complete -2015-03-12 01:27:59 program INFO WAIT active send to complete -2015-03-12 01:28:00 program INFO WAIT active send to complete -2015-03-12 01:28:00 program INFO WAIT active send to complete -2015-03-12 01:28:01 program INFO WAIT active send to complete -2015-03-12 01:28:01 sendUrl INFO 3 [846] R:OK -2015-03-12 01:28:02 sendUrl INFO 3 [847] R:OK -2015-03-12 01:28:22 queue INFO >>3 [848] -2015-03-12 01:28:40 sendUrl INFO 3 [848] R:OK -2015-03-12 01:29:12 queue INFO >>3 [849] -2015-03-12 01:29:30 sendUrl INFO 3 [849] R:OK -2015-03-12 01:30:03 queue INFO >>3 [850] -2015-03-12 01:30:21 sendUrl INFO 3 [850] R:OK -2015-03-12 01:30:53 queue INFO >>3 [851] -2015-03-12 01:31:10 sendUrl INFO 3 [851] R:OK -2015-03-12 01:31:43 queue INFO >>3 [852] -2015-03-12 01:31:52 sendUrl INFO 3 [852] R:OK -2015-03-12 01:32:33 queue INFO >>3 [853] -2015-03-12 01:32:43 sendUrl INFO 3 [853] R:OK -2015-03-12 01:33:23 queue INFO >>3 [854] -2015-03-12 01:33:34 sendUrl INFO 3 [854] R:OK -2015-03-12 01:34:13 queue INFO >>3 [855] -2015-03-12 01:34:24 sendUrl INFO 3 [855] R:OK -2015-03-12 01:35:04 queue INFO >>3 [856] -2015-03-12 01:35:14 sendUrl INFO 3 [856] R:OK -2015-03-12 01:35:54 queue INFO >>3 [857] -2015-03-12 01:36:04 sendUrl INFO 3 [857] R:OK -2015-03-12 01:36:44 queue INFO >>3 [858] -2015-03-12 01:36:54 sendUrl INFO 3 [858] R:OK -2015-03-12 01:37:09 queue INFO 7 [859] -2015-03-12 01:37:09 queue INFO >7 [860] -2015-03-12 01:37:10 program INFO WAIT active send to complete -2015-03-12 01:37:10 program INFO WAIT active send to complete -2015-03-12 01:37:11 queue INFO 3 [861] -2015-03-12 01:37:11 queue INFO >3 [862] -2015-03-12 01:37:11 program INFO WAIT active send to complete -2015-03-12 01:37:11 program INFO WAIT active send to complete -2015-03-12 01:37:12 program INFO WAIT active send to complete -2015-03-12 01:37:13 program INFO WAIT active send to complete -2015-03-12 01:37:13 sendUrl INFO 7 [859] R:OK -2015-03-12 01:37:14 program INFO WAIT active send to complete -2015-03-12 01:37:14 program INFO WAIT active send to complete -2015-03-12 01:37:15 program INFO WAIT active send to complete -2015-03-12 01:37:15 program INFO WAIT active send to complete -2015-03-12 01:37:16 program INFO WAIT active send to complete -2015-03-12 01:37:16 program INFO WAIT active send to complete -2015-03-12 01:37:17 program INFO WAIT active send to complete -2015-03-12 01:37:17 program INFO WAIT active send to complete -2015-03-12 01:37:18 program INFO WAIT active send to complete -2015-03-12 01:37:18 program INFO WAIT active send to complete -2015-03-12 01:37:19 program INFO WAIT active send to complete -2015-03-12 01:37:19 program INFO WAIT active send to complete -2015-03-12 01:37:19 sendUrl INFO 7 [860] R:OK -2015-03-12 01:37:20 program INFO WAIT active send to complete -2015-03-12 01:37:21 program INFO WAIT active send to complete -2015-03-12 01:37:21 program INFO WAIT active send to complete -2015-03-12 01:37:22 program INFO WAIT active send to complete -2015-03-12 01:37:22 program INFO WAIT active send to complete -2015-03-12 01:37:23 program INFO WAIT active send to complete -2015-03-12 01:37:23 program INFO WAIT active send to complete -2015-03-12 01:37:24 program INFO WAIT active send to complete -2015-03-12 01:37:24 program INFO WAIT active send to complete -2015-03-12 01:37:25 program INFO WAIT active send to complete -2015-03-12 01:37:25 program INFO WAIT active send to complete -2015-03-12 01:37:26 program INFO WAIT active send to complete -2015-03-12 01:37:26 program INFO WAIT active send to complete -2015-03-12 01:37:27 program INFO WAIT active send to complete -2015-03-12 01:37:27 program INFO WAIT active send to complete -2015-03-12 01:37:28 program INFO WAIT active send to complete -2015-03-12 01:37:28 program INFO WAIT active send to complete -2015-03-12 01:37:29 program INFO WAIT active send to complete -2015-03-12 01:37:29 program INFO WAIT active send to complete -2015-03-12 01:37:29 sendUrl INFO 3 [861] R:OK -2015-03-12 01:37:44 sendUrl INFO 3 [862] R:OK -2015-03-12 01:38:01 queue INFO >>3 [863] -2015-03-12 01:38:03 sendUrl INFO 3 [863] R:OK -2015-03-12 01:38:51 queue INFO >>3 [864] -2015-03-12 01:38:53 sendUrl INFO 3 [864] R:OK -2015-03-12 01:39:41 queue INFO >>3 [865] -2015-03-12 01:39:43 sendUrl INFO 3 [865] R:OK -2015-03-12 01:40:31 queue INFO >>3 [866] -2015-03-12 01:40:33 sendUrl INFO 3 [866] R:OK -2015-03-12 01:41:21 queue INFO >>3 [867] -2015-03-12 01:41:23 sendUrl INFO 3 [867] R:OK -2015-03-12 01:42:11 queue INFO >>3 [868] -2015-03-12 01:42:14 sendUrl INFO 3 [868] R:OK -2015-03-12 01:43:02 queue INFO >>3 [869] -2015-03-12 01:43:21 sendUrl INFO 3 [869] R:OK -2015-03-12 01:43:52 queue INFO >>3 [870] -2015-03-12 01:44:11 sendUrl INFO 3 [870] R:OK -2015-03-12 01:44:42 queue INFO >>3 [871] -2015-03-12 01:45:01 sendUrl INFO 3 [871] R:OK -2015-03-12 01:45:32 queue INFO >>3 [872] -2015-03-12 01:45:48 sendUrl INFO 3 [872] R:OK -2015-03-12 01:46:22 queue INFO >>3 [873] -2015-03-12 01:46:25 sendUrl INFO 3 [873] R:OK -2015-03-12 01:46:48 queue INFO 7 [874] -2015-03-12 01:46:48 queue INFO >7 [875] -2015-03-12 01:46:48 program INFO WAIT active send to complete -2015-03-12 01:46:49 program INFO WAIT active send to complete -2015-03-12 01:46:49 queue INFO 3 [876] -2015-03-12 01:46:50 program INFO WAIT active send to complete -2015-03-12 01:46:50 queue INFO >3 [877] -2015-03-12 01:46:50 program INFO WAIT active send to complete -2015-03-12 01:46:51 program INFO WAIT active send to complete -2015-03-12 01:46:51 program INFO WAIT active send to complete -2015-03-12 01:46:52 program INFO WAIT active send to complete -2015-03-12 01:46:52 program INFO WAIT active send to complete -2015-03-12 01:46:53 program INFO WAIT active send to complete -2015-03-12 01:46:53 program INFO WAIT active send to complete -2015-03-12 01:46:54 program INFO WAIT active send to complete -2015-03-12 01:46:54 program INFO WAIT active send to complete -2015-03-12 01:46:55 program INFO WAIT active send to complete -2015-03-12 01:46:55 program INFO WAIT active send to complete -2015-03-12 01:46:56 program INFO WAIT active send to complete -2015-03-12 01:46:56 program INFO WAIT active send to complete -2015-03-12 01:46:57 program INFO WAIT active send to complete -2015-03-12 01:46:57 program INFO WAIT active send to complete -2015-03-12 01:46:58 program INFO WAIT active send to complete -2015-03-12 01:46:58 program INFO WAIT active send to complete -2015-03-12 01:46:59 program INFO WAIT active send to complete -2015-03-12 01:46:59 program INFO WAIT active send to complete -2015-03-12 01:47:00 program INFO WAIT active send to complete -2015-03-12 01:47:00 program INFO WAIT active send to complete -2015-03-12 01:47:01 program INFO WAIT active send to complete -2015-03-12 01:47:01 program INFO WAIT active send to complete -2015-03-12 01:47:02 program INFO WAIT active send to complete -2015-03-12 01:47:02 program INFO WAIT active send to complete -2015-03-12 01:47:03 program INFO WAIT active send to complete -2015-03-12 01:47:03 program INFO WAIT active send to complete -2015-03-12 01:47:03 sendUrl INFO 7 [874] R:OK -2015-03-12 01:47:04 program INFO WAIT active send to complete -2015-03-12 01:47:05 program INFO WAIT active send to complete -2015-03-12 01:47:05 program INFO WAIT active send to complete -2015-03-12 01:47:06 program INFO WAIT active send to complete -2015-03-12 01:47:06 program INFO WAIT active send to complete -2015-03-12 01:47:07 program INFO WAIT active send to complete -2015-03-12 01:47:07 program INFO WAIT active send to complete -2015-03-12 01:47:08 program INFO WAIT active send to complete -2015-03-12 01:47:08 program INFO WAIT active send to complete -2015-03-12 01:47:09 program INFO WAIT active send to complete -2015-03-12 01:47:09 program INFO WAIT active send to complete -2015-03-12 01:47:10 program INFO WAIT active send to complete -2015-03-12 01:47:10 program INFO WAIT active send to complete -2015-03-12 01:47:11 program INFO WAIT active send to complete -2015-03-12 01:47:11 program INFO WAIT active send to complete -2015-03-12 01:47:12 program INFO WAIT active send to complete -2015-03-12 01:47:12 program INFO WAIT active send to complete -2015-03-12 01:47:13 program INFO WAIT active send to complete -2015-03-12 01:47:13 program INFO WAIT active send to complete -2015-03-12 01:47:14 program INFO WAIT active send to complete -2015-03-12 01:47:14 program INFO WAIT active send to complete -2015-03-12 01:47:15 sendUrl INFO 7 [875] R:OK -2015-03-12 01:47:15 program INFO WAIT active send to complete -2015-03-12 01:47:16 program INFO WAIT active send to complete -2015-03-12 01:47:16 program INFO WAIT active send to complete -2015-03-12 01:47:17 program INFO WAIT active send to complete -2015-03-12 01:47:17 program INFO WAIT active send to complete -2015-03-12 01:47:18 program INFO WAIT active send to complete -2015-03-12 01:47:18 program INFO WAIT active send to complete -2015-03-12 01:47:19 program INFO WAIT active send to complete -2015-03-12 01:47:19 program INFO WAIT active send to complete -2015-03-12 01:47:20 program INFO WAIT active send to complete -2015-03-12 01:47:20 program INFO WAIT active send to complete -2015-03-12 01:47:21 program INFO WAIT active send to complete -2015-03-12 01:47:21 program INFO WAIT active send to complete -2015-03-12 01:47:22 program INFO WAIT active send to complete -2015-03-12 01:47:22 program INFO WAIT active send to complete -2015-03-12 01:47:23 program INFO WAIT active send to complete -2015-03-12 01:47:23 program INFO WAIT active send to complete -2015-03-12 01:47:24 program INFO WAIT active send to complete -2015-03-12 01:47:24 program INFO WAIT active send to complete -2015-03-12 01:47:25 program INFO WAIT active send to complete -2015-03-12 01:47:25 program INFO WAIT active send to complete -2015-03-12 01:47:26 program INFO WAIT active send to complete -2015-03-12 01:47:26 program INFO WAIT active send to complete -2015-03-12 01:47:27 program INFO WAIT active send to complete -2015-03-12 01:47:27 program INFO WAIT active send to complete -2015-03-12 01:47:28 program INFO WAIT active send to complete -2015-03-12 01:47:28 program INFO WAIT active send to complete -2015-03-12 01:47:29 program INFO WAIT active send to complete -2015-03-12 01:47:29 program INFO WAIT active send to complete -2015-03-12 01:47:30 program INFO WAIT active send to complete -2015-03-12 01:47:30 program INFO WAIT active send to complete -2015-03-12 01:47:31 program INFO WAIT active send to complete -2015-03-12 01:47:31 program INFO WAIT active send to complete -2015-03-12 01:47:32 program INFO WAIT active send to complete -2015-03-12 01:47:33 program INFO WAIT active send to complete -2015-03-12 01:47:33 program INFO WAIT active send to complete -2015-03-12 01:47:34 program INFO WAIT active send to complete -2015-03-12 01:47:34 program INFO WAIT active send to complete -2015-03-12 01:47:35 program INFO WAIT active send to complete -2015-03-12 01:47:35 program INFO WAIT active send to complete -2015-03-12 01:47:36 program INFO WAIT active send to complete -2015-03-12 01:47:36 program INFO WAIT active send to complete -2015-03-12 01:47:37 program INFO WAIT active send to complete -2015-03-12 01:47:37 program INFO WAIT active send to complete -2015-03-12 01:47:38 program INFO WAIT active send to complete -2015-03-12 01:47:38 program INFO WAIT active send to complete -2015-03-12 01:47:39 program INFO WAIT active send to complete -2015-03-12 01:47:39 program INFO WAIT active send to complete -2015-03-12 01:47:40 program INFO WAIT active send to complete -2015-03-12 01:47:40 queue INFO >>3 [878] -2015-03-12 01:47:40 program INFO WAIT active send to complete -2015-03-12 01:47:41 program INFO WAIT active send to complete -2015-03-12 01:47:41 program INFO WAIT active send to complete -2015-03-12 01:47:42 program INFO WAIT active send to complete -2015-03-12 01:47:42 program INFO WAIT active send to complete -2015-03-12 01:47:43 program INFO WAIT active send to complete -2015-03-12 01:47:43 program INFO WAIT active send to complete -2015-03-12 01:47:44 program INFO WAIT active send to complete -2015-03-12 01:47:44 program INFO WAIT active send to complete -2015-03-12 01:47:45 program INFO WAIT active send to complete -2015-03-12 01:47:45 sendUrl INFO 3 [876] R:OK -2015-03-12 01:47:45 sendUrl INFO 3 [877] R:OK -2015-03-12 01:47:46 sendUrl INFO 3 [878] R:OK -2015-03-12 01:48:30 queue INFO >>3 [879] -2015-03-12 01:48:30 sendUrl INFO 3 [879] R:OK -2015-03-12 01:49:20 queue INFO >>3 [880] -2015-03-12 01:49:20 sendUrl INFO 3 [880] R:OK -2015-03-12 01:50:10 queue INFO >>3 [881] -2015-03-12 01:50:11 sendUrl INFO 3 [881] R:OK -2015-03-12 01:51:00 queue INFO >>3 [882] -2015-03-12 01:51:01 sendUrl INFO 3 [882] R:OK -2015-03-12 01:51:50 queue INFO >>3 [883] -2015-03-12 01:51:51 sendUrl INFO 3 [883] R:OK -2015-03-12 01:52:41 queue INFO >>3 [884] -2015-03-12 01:52:41 sendUrl INFO 3 [884] R:OK -2015-03-12 01:53:31 queue INFO >>3 [885] -2015-03-12 01:53:31 sendUrl INFO 3 [885] R:OK -2015-03-12 01:54:21 queue INFO >>3 [886] -2015-03-12 01:54:21 sendUrl INFO 3 [886] R:OK -2015-03-12 01:55:11 queue INFO >>3 [887] -2015-03-12 01:55:11 sendUrl INFO 3 [887] R:OK -2015-03-12 01:56:01 queue INFO >>3 [888] -2015-03-12 01:56:02 sendUrl INFO 3 [888] R:OK -2015-03-12 01:56:26 queue INFO 7 [889] -2015-03-12 01:56:26 queue INFO >7 [890] -2015-03-12 01:56:27 sendUrl INFO 7 [889] R:OK -2015-03-12 01:56:27 sendUrl INFO 7 [890] R:OK -2015-03-12 01:56:28 queue INFO 3 [891] -2015-03-12 01:56:28 sendUrl INFO 3 [891] R:OK -2015-03-12 01:56:28 queue INFO >3 [892] -2015-03-12 01:56:28 sendUrl INFO 3 [892] R:OK -2015-03-12 01:57:18 queue INFO >>3 [893] -2015-03-12 01:57:18 sendUrl INFO 3 [893] R:OK -2015-03-12 01:58:08 queue INFO >>3 [894] -2015-03-12 01:58:08 sendUrl INFO 3 [894] R:OK -2015-03-12 01:58:58 queue INFO >>3 [895] -2015-03-12 01:58:58 sendUrl INFO 3 [895] R:OK -2015-03-12 01:59:48 queue INFO >>3 [896] -2015-03-12 01:59:49 sendUrl INFO 3 [896] R:OK -2015-03-12 02:00:38 queue INFO >>3 [897] -2015-03-12 02:00:39 sendUrl INFO 3 [897] R:OK -2015-03-12 02:01:29 queue INFO >>3 [898] -2015-03-12 02:01:29 sendUrl INFO 3 [898] R:OK -2015-03-12 02:02:19 queue INFO >>3 [899] -2015-03-12 02:02:19 sendUrl INFO 3 [899] R:OK -2015-03-12 02:03:09 queue INFO >>3 [900] -2015-03-12 02:03:09 sendUrl INFO 3 [900] R:OK -2015-03-12 02:03:59 queue INFO >>3 [901] -2015-03-12 02:03:59 sendUrl INFO 3 [901] R:OK -2015-03-12 02:04:49 queue INFO >>3 [902] -2015-03-12 02:04:50 sendUrl INFO 3 [902] R:OK -2015-03-12 02:05:39 queue INFO >>3 [903] -2015-03-12 02:05:39 sendUrl INFO 3 [903] R:OK -2015-03-12 02:06:04 queue INFO 7 [904] -2015-03-12 02:06:05 queue INFO >7 [905] -2015-03-12 02:06:05 sendUrl INFO 7 [904] R:OK -2015-03-12 02:06:05 sendUrl INFO 7 [905] R:OK -2015-03-12 02:06:06 queue INFO 3 [906] -2015-03-12 02:06:06 sendUrl INFO 3 [906] R:OK -2015-03-12 02:06:06 queue INFO >3 [907] -2015-03-12 02:06:07 sendUrl INFO 3 [907] R:OK -2015-03-12 02:06:56 queue INFO >>3 [908] -2015-03-12 02:06:57 sendUrl INFO 3 [908] R:OK -2015-03-12 02:07:46 queue INFO >>3 [909] -2015-03-12 02:07:47 sendUrl INFO 3 [909] R:OK -2015-03-12 02:08:36 queue INFO >>3 [910] -2015-03-12 02:08:37 sendUrl INFO 3 [910] R:OK -2015-03-12 02:09:22 queue INFO 1 [911] -2015-03-12 02:09:22 queue INFO >1 [912] -2015-03-12 02:09:22 sendUrl INFO 1 [911] R:OK -2015-03-12 02:09:23 sendUrl INFO 1 [912] R:OK -2015-03-12 02:10:12 queue INFO >>1 [913] -2015-03-12 02:10:12 sendUrl INFO 1 [913] R:OK -2015-03-12 02:11:02 queue INFO >>1 [914] -2015-03-12 02:11:03 sendUrl INFO 1 [914] R:OK -2015-03-12 02:11:52 queue INFO >>1 [915] -2015-03-12 02:11:53 sendUrl INFO 1 [915] R:OK -2015-03-12 02:12:42 queue INFO >>1 [916] -2015-03-12 02:12:43 sendUrl INFO 1 [916] R:OK -2015-03-12 02:13:33 queue INFO >>1 [917] -2015-03-12 02:13:33 sendUrl INFO 1 [917] R:OK -2015-03-12 02:14:23 queue INFO >>1 [918] -2015-03-12 02:14:23 sendUrl INFO 1 [918] R:OK -2015-03-12 02:15:13 queue INFO >>1 [919] -2015-03-12 02:15:13 sendUrl INFO 1 [919] R:OK -2015-03-12 02:15:44 queue INFO 21 [920] -2015-03-12 02:15:45 queue INFO >21 [921] -2015-03-12 02:15:45 sendUrl INFO 21 [920] R:OK -2015-03-12 02:15:45 sendUrl INFO 21 [921] R:OK -2015-03-12 02:16:35 queue INFO >>21 [922] -2015-03-12 02:16:35 sendUrl INFO 21 [922] R:OK -2015-03-12 02:17:25 queue INFO >>21 [923] -2015-03-12 02:17:25 sendUrl INFO 21 [923] R:OK -2015-03-12 02:18:15 queue INFO >>21 [924] -2015-03-12 02:18:15 sendUrl INFO 21 [924] R:OK -2015-03-12 02:18:34 queue INFO 1 [925] -2015-03-12 02:18:34 queue INFO >1 [926] -2015-03-12 02:18:35 sendUrl INFO 1 [925] R:OK -2015-03-12 02:18:35 sendUrl INFO 1 [926] R:OK -2015-03-12 02:19:00 queue INFO 5 [927] -2015-03-12 02:19:00 queue INFO >5 [928] -2015-03-12 02:19:01 sendUrl INFO 5 [927] R:OK -2015-03-12 02:19:01 sendUrl INFO 5 [928] R:OK -2015-03-12 02:19:02 queue INFO 1 [929] -2015-03-12 02:19:02 queue INFO >1 [930] -2015-03-12 02:19:02 sendUrl INFO 1 [929] R:OK -2015-03-12 02:19:02 sendUrl INFO 1 [930] R:OK -2015-03-12 02:19:52 queue INFO >>1 [931] -2015-03-12 02:19:52 sendUrl INFO 1 [931] R:OK -2015-03-12 02:20:23 queue INFO 3 [932] -2015-03-12 02:20:23 queue INFO >3 [933] -2015-03-12 02:20:24 sendUrl INFO 3 [932] R:OK -2015-03-12 02:20:24 sendUrl INFO 3 [933] R:OK -2015-03-12 02:21:13 queue INFO >>3 [934] -2015-03-12 02:21:14 sendUrl INFO 3 [934] R:OK -2015-03-12 02:22:04 queue INFO >>3 [935] -2015-03-12 02:22:04 sendUrl INFO 3 [935] R:OK -2015-03-12 02:22:54 queue INFO >>3 [936] -2015-03-12 02:22:54 sendUrl INFO 3 [936] R:OK -2015-03-12 02:23:44 queue INFO >>3 [937] -2015-03-12 02:23:44 sendUrl INFO 3 [937] R:OK -2015-03-12 02:24:34 queue INFO >>3 [938] -2015-03-12 02:24:34 sendUrl INFO 3 [938] R:OK -2015-03-12 02:25:24 queue INFO >>3 [939] -2015-03-12 02:25:25 sendUrl INFO 3 [939] R:OK -2015-03-12 02:26:14 queue INFO >>3 [940] -2015-03-12 02:26:14 sendUrl INFO 3 [940] R:OK -2015-03-12 02:27:04 queue INFO >>3 [941] -2015-03-12 02:27:05 sendUrl INFO 3 [941] R:OK -2015-03-12 02:27:55 queue INFO >>3 [942] -2015-03-12 02:27:55 sendUrl INFO 3 [942] R:OK -2015-03-12 02:28:39 queue INFO 7 [943] -2015-03-12 02:28:39 queue INFO >7 [944] -2015-03-12 02:28:39 sendUrl INFO 7 [943] R:OK -2015-03-12 02:28:39 sendUrl INFO 7 [944] R:OK -2015-03-12 02:28:40 queue INFO 3 [945] -2015-03-12 02:28:40 queue INFO >3 [946] -2015-03-12 02:28:40 sendUrl INFO 3 [945] R:OK -2015-03-12 02:28:41 sendUrl INFO 3 [946] R:OK -2015-03-12 02:29:30 queue INFO >>3 [947] -2015-03-12 02:29:30 sendUrl INFO 3 [947] R:OK -2015-03-12 02:30:20 queue INFO >>3 [948] -2015-03-12 02:30:21 sendUrl INFO 3 [948] R:OK -2015-03-12 02:31:10 queue INFO >>3 [949] -2015-03-12 02:31:11 sendUrl INFO 3 [949] R:OK -2015-03-12 02:32:01 queue INFO >>3 [950] -2015-03-12 02:32:01 sendUrl INFO 3 [950] R:OK -2015-03-12 02:32:51 queue INFO >>3 [951] -2015-03-12 02:32:51 sendUrl INFO 3 [951] R:OK -2015-03-12 02:33:41 queue INFO >>3 [952] -2015-03-12 02:33:41 sendUrl INFO 3 [952] R:OK -2015-03-12 02:34:31 queue INFO >>3 [953] -2015-03-12 02:34:31 sendUrl INFO 3 [953] R:OK -2015-03-12 02:35:21 queue INFO >>3 [954] -2015-03-12 02:35:22 sendUrl INFO 3 [954] R:OK -2015-03-12 02:36:11 queue INFO >>3 [955] -2015-03-12 02:36:11 sendUrl INFO 3 [955] R:OK -2015-03-12 02:37:01 queue INFO >>3 [956] -2015-03-12 02:37:02 sendUrl INFO 3 [956] R:OK -2015-03-12 02:37:52 queue INFO >>3 [957] -2015-03-12 02:37:52 sendUrl INFO 3 [957] R:OK -2015-03-12 02:38:17 queue INFO 7 [958] -2015-03-12 02:38:17 sendUrl INFO 7 [958] R:OK -2015-03-12 02:38:17 queue INFO >7 [959] -2015-03-12 02:38:17 sendUrl INFO 7 [959] R:OK -2015-03-12 02:38:18 queue INFO 3 [960] -2015-03-12 02:38:18 queue INFO >3 [961] -2015-03-12 02:38:18 sendUrl INFO 3 [960] R:OK -2015-03-12 02:38:19 sendUrl INFO 3 [961] R:OK -2015-03-12 02:39:08 queue INFO >>3 [962] -2015-03-12 02:39:09 sendUrl INFO 3 [962] R:OK -2015-03-12 02:39:58 queue INFO >>3 [963] -2015-03-12 02:39:59 sendUrl INFO 3 [963] R:OK -2015-03-12 02:40:49 queue INFO >>3 [964] -2015-03-12 02:40:49 sendUrl INFO 3 [964] R:OK -2015-03-12 02:41:39 queue INFO >>3 [965] -2015-03-12 02:41:39 sendUrl INFO 3 [965] R:OK -2015-03-12 02:42:29 queue INFO >>3 [966] -2015-03-12 02:42:29 sendUrl INFO 3 [966] R:OK -2015-03-12 02:43:19 queue INFO >>3 [967] -2015-03-12 02:43:19 sendUrl INFO 3 [967] R:OK -2015-03-12 02:44:09 queue INFO >>3 [968] -2015-03-12 02:44:10 sendUrl INFO 3 [968] R:OK -2015-03-12 02:44:59 queue INFO >>3 [969] -2015-03-12 02:45:00 sendUrl INFO 3 [969] R:OK -2015-03-12 02:45:49 queue INFO >>3 [970] -2015-03-12 02:45:50 sendUrl INFO 3 [970] R:OK -2015-03-12 02:46:40 queue INFO >>3 [971] -2015-03-12 02:46:40 sendUrl INFO 3 [971] R:OK -2015-03-12 02:47:30 queue INFO >>3 [972] -2015-03-12 02:47:30 sendUrl INFO 3 [972] R:OK -2015-03-12 02:47:55 queue INFO 7 [973] -2015-03-12 02:47:55 queue INFO >7 [974] -2015-03-12 02:47:55 sendUrl INFO 7 [973] R:OK -2015-03-12 02:47:56 sendUrl INFO 7 [974] R:OK -2015-03-12 02:47:56 queue INFO 3 [975] -2015-03-12 02:47:57 queue INFO >3 [976] -2015-03-12 02:47:57 sendUrl INFO 3 [975] R:OK -2015-03-12 02:47:57 sendUrl INFO 3 [976] R:OK -2015-03-12 02:48:47 queue INFO >>3 [977] -2015-03-12 02:48:47 sendUrl INFO 3 [977] R:OK -2015-03-12 02:49:37 queue INFO >>3 [978] -2015-03-12 02:49:37 sendUrl INFO 3 [978] R:OK -2015-03-12 02:50:27 queue INFO >>3 [979] -2015-03-12 02:50:27 sendUrl INFO 3 [979] R:OK -2015-03-12 02:51:17 queue INFO >>3 [980] -2015-03-12 02:51:17 sendUrl INFO 3 [980] R:OK -2015-03-12 02:52:07 queue INFO >>3 [981] -2015-03-12 02:52:08 sendUrl INFO 3 [981] R:OK -2015-03-12 02:52:57 queue INFO >>3 [982] -2015-03-12 02:52:57 sendUrl INFO 3 [982] R:OK -2015-03-12 02:53:47 queue INFO >>3 [983] -2015-03-12 02:53:48 sendUrl INFO 3 [983] R:OK -2015-03-12 02:54:38 queue INFO >>3 [984] -2015-03-12 02:54:38 sendUrl INFO 3 [984] R:OK -2015-03-12 02:55:28 queue INFO >>3 [985] -2015-03-12 02:55:28 sendUrl INFO 3 [985] R:OK -2015-03-12 02:56:18 queue INFO >>3 [986] -2015-03-12 02:56:18 sendUrl INFO 3 [986] R:OK -2015-03-12 02:57:08 queue INFO >>3 [987] -2015-03-12 02:57:08 sendUrl INFO 3 [987] R:OK -2015-03-12 02:57:33 queue INFO 7 [988] -2015-03-12 02:57:34 queue INFO >7 [989] -2015-03-12 02:57:34 sendUrl INFO 7 [988] R:OK -2015-03-12 02:57:34 sendUrl INFO 7 [989] R:OK -2015-03-12 02:57:35 queue INFO 3 [990] -2015-03-12 02:57:35 queue INFO >3 [991] -2015-03-12 02:57:35 sendUrl INFO 3 [990] R:OK -2015-03-12 02:57:36 sendUrl INFO 3 [991] R:OK -2015-03-12 02:58:25 queue INFO >>3 [992] -2015-03-12 02:58:25 sendUrl INFO 3 [992] R:OK -2015-03-12 02:59:15 queue INFO >>3 [993] -2015-03-12 02:59:15 sendUrl INFO 3 [993] R:OK -2015-03-12 03:00:05 queue INFO >>3 [994] -2015-03-12 03:00:06 sendUrl INFO 3 [994] R:OK -2015-03-12 03:00:55 queue INFO >>3 [995] -2015-03-12 03:00:56 sendUrl INFO 3 [995] R:OK -2015-03-12 03:01:46 queue INFO >>3 [996] -2015-03-12 03:01:46 sendUrl INFO 3 [996] R:OK -2015-03-12 03:02:36 queue INFO >>3 [997] -2015-03-12 03:02:36 sendUrl INFO 3 [997] R:OK -2015-03-12 03:03:26 queue INFO >>3 [998] -2015-03-12 03:03:26 sendUrl INFO 3 [998] R:OK -2015-03-12 03:04:16 queue INFO >>3 [999] -2015-03-12 03:04:16 sendUrl INFO 3 [999] R:OK -2015-03-12 03:05:06 queue INFO >>3 [0] -2015-03-12 03:05:06 sendUrl INFO 3 [0] R:OK -2015-03-12 03:05:56 queue INFO >>3 [1] -2015-03-12 03:05:57 sendUrl INFO 3 [1] R:OK -2015-03-12 03:06:47 queue INFO >>3 [2] -2015-03-12 03:06:47 sendUrl INFO 3 [2] R:OK -2015-03-12 03:07:12 queue INFO 7 [3] -2015-03-12 03:07:12 queue INFO >7 [4] -2015-03-12 03:07:13 sendUrl INFO 7 [3] R:OK -2015-03-12 03:07:13 sendUrl INFO 7 [4] R:OK -2015-03-12 03:07:14 queue INFO 3 [5] -2015-03-12 03:07:14 queue INFO >3 [6] -2015-03-12 03:07:14 sendUrl INFO 3 [5] R:OK -2015-03-12 03:07:15 sendUrl INFO 3 [6] R:OK -2015-03-12 03:08:04 queue INFO >>3 [7] -2015-03-12 03:08:04 sendUrl INFO 3 [7] R:OK -2015-03-12 03:08:54 queue INFO >>3 [8] -2015-03-12 03:08:54 sendUrl INFO 3 [8] R:OK -2015-03-12 03:09:44 queue INFO >>3 [9] -2015-03-12 03:09:44 sendUrl INFO 3 [9] R:OK -2015-03-12 03:10:34 queue INFO >>3 [10] -2015-03-12 03:10:35 sendUrl INFO 3 [10] R:OK -2015-03-12 03:11:24 queue INFO >>3 [11] -2015-03-12 03:11:25 sendUrl INFO 3 [11] R:OK -2015-03-12 03:12:15 queue INFO >>3 [12] -2015-03-12 03:12:15 sendUrl INFO 3 [12] R:OK -2015-03-12 03:13:05 queue INFO >>3 [13] -2015-03-12 03:13:05 sendUrl INFO 3 [13] R:OK -2015-03-12 03:13:55 queue INFO >>3 [14] -2015-03-12 03:13:55 sendUrl INFO 3 [14] R:OK -2015-03-12 03:14:45 queue INFO >>3 [15] -2015-03-12 03:14:45 sendUrl INFO 3 [15] R:OK -2015-03-12 03:15:35 queue INFO >>3 [16] -2015-03-12 03:15:36 sendUrl INFO 3 [16] R:OK -2015-03-12 03:16:25 queue INFO >>3 [17] -2015-03-12 03:16:25 sendUrl INFO 3 [17] R:OK -2015-03-12 03:16:51 queue INFO 7 [18] -2015-03-12 03:16:51 sendUrl INFO 7 [18] R:OK -2015-03-12 03:16:51 queue INFO >7 [19] -2015-03-12 03:16:51 sendUrl INFO 7 [19] R:OK -2015-03-12 03:16:52 queue INFO 3 [20] -2015-03-12 03:16:52 queue INFO >3 [21] -2015-03-12 03:16:53 sendUrl INFO 3 [20] R:OK -2015-03-12 03:16:53 sendUrl INFO 3 [21] R:OK -2015-03-12 03:17:42 queue INFO >>3 [22] -2015-03-12 03:17:42 sendUrl INFO 3 [22] R:OK -2015-03-12 03:18:32 queue INFO >>3 [23] -2015-03-12 03:18:33 sendUrl INFO 3 [23] R:OK -2015-03-12 03:19:22 queue INFO >>3 [24] -2015-03-12 03:19:23 sendUrl INFO 3 [24] R:OK -2015-03-12 03:20:13 queue INFO >>3 [25] -2015-03-12 03:20:13 sendUrl INFO 3 [25] R:OK -2015-03-12 03:21:03 queue INFO >>3 [26] -2015-03-12 03:21:03 sendUrl INFO 3 [26] R:OK -2015-03-12 03:21:53 queue INFO >>3 [27] -2015-03-12 03:21:53 sendUrl INFO 3 [27] R:OK -2015-03-12 03:22:43 queue INFO >>3 [28] -2015-03-12 03:22:44 sendUrl INFO 3 [28] R:OK -2015-03-12 03:23:33 queue INFO >>3 [29] -2015-03-12 03:23:33 sendUrl INFO 3 [29] R:OK -2015-03-12 03:24:23 queue INFO >>3 [30] -2015-03-12 03:24:24 sendUrl INFO 3 [30] R:OK -2015-03-12 03:25:14 queue INFO >>3 [31] -2015-03-12 03:25:14 sendUrl INFO 3 [31] R:OK -2015-03-12 03:26:04 queue INFO >>3 [32] -2015-03-12 03:26:04 sendUrl INFO 3 [32] R:OK -2015-03-12 03:26:29 queue INFO 7 [33] -2015-03-12 03:26:29 queue INFO >7 [34] -2015-03-12 03:26:29 sendUrl INFO 7 [33] R:OK -2015-03-12 03:26:30 sendUrl INFO 7 [34] R:OK -2015-03-12 03:26:30 queue INFO 3 [35] -2015-03-12 03:26:31 queue INFO >3 [36] -2015-03-12 03:26:31 sendUrl INFO 3 [35] R:OK -2015-03-12 03:26:31 sendUrl INFO 3 [36] R:OK -2015-03-12 03:27:21 queue INFO >>3 [37] -2015-03-12 03:27:21 sendUrl INFO 3 [37] R:OK -2015-03-12 03:28:11 queue INFO >>3 [38] -2015-03-12 03:28:11 sendUrl INFO 3 [38] R:OK -2015-03-12 03:29:01 queue INFO >>3 [39] -2015-03-12 03:29:01 sendUrl INFO 3 [39] R:OK -2015-03-12 03:29:51 queue INFO >>3 [40] -2015-03-12 03:29:51 sendUrl INFO 3 [40] R:OK -2015-03-12 03:30:41 queue INFO >>3 [41] -2015-03-12 03:30:41 sendUrl INFO 3 [41] R:OK -2015-03-12 03:31:31 queue INFO >>3 [42] -2015-03-12 03:31:32 sendUrl INFO 3 [42] R:OK -2015-03-12 03:32:21 queue INFO >>3 [43] -2015-03-12 03:32:22 sendUrl INFO 3 [43] R:OK -2015-03-12 03:33:12 queue INFO >>3 [44] -2015-03-12 03:33:12 sendUrl INFO 3 [44] R:OK -2015-03-12 03:34:02 queue INFO >>3 [45] -2015-03-12 03:34:02 sendUrl INFO 3 [45] R:OK -2015-03-12 03:34:52 queue INFO >>3 [46] -2015-03-12 03:34:52 sendUrl INFO 3 [46] R:OK -2015-03-12 03:35:42 queue INFO >>3 [47] -2015-03-12 03:35:42 sendUrl INFO 3 [47] R:OK -2015-03-12 03:36:07 queue INFO 7 [48] -2015-03-12 03:36:07 sendUrl INFO 7 [48] R:OK -2015-03-12 03:36:07 queue INFO >7 [49] -2015-03-12 03:36:08 sendUrl INFO 7 [49] R:OK -2015-03-12 03:36:08 queue INFO 3 [50] -2015-03-12 03:36:09 queue INFO >3 [51] -2015-03-12 03:36:09 sendUrl INFO 3 [50] R:OK -2015-03-12 03:36:09 sendUrl INFO 3 [51] R:OK -2015-03-12 03:36:58 queue INFO >>3 [52] -2015-03-12 03:36:59 sendUrl INFO 3 [52] R:OK -2015-03-12 03:37:49 queue INFO >>3 [53] -2015-03-12 03:37:49 sendUrl INFO 3 [53] R:OK -2015-03-12 03:38:39 queue INFO >>3 [54] -2015-03-12 03:38:39 sendUrl INFO 3 [54] R:OK -2015-03-12 03:39:29 queue INFO >>3 [55] -2015-03-12 03:39:29 sendUrl INFO 3 [55] R:OK -2015-03-12 03:40:19 queue INFO >>3 [56] -2015-03-12 03:40:19 sendUrl INFO 3 [56] R:OK -2015-03-12 03:41:09 queue INFO >>3 [57] -2015-03-12 03:41:10 sendUrl INFO 3 [57] R:OK -2015-03-12 03:41:59 queue INFO >>3 [58] -2015-03-12 03:42:00 sendUrl INFO 3 [58] R:OK -2015-03-12 03:42:50 queue INFO >>3 [59] -2015-03-12 03:42:50 sendUrl INFO 3 [59] R:OK -2015-03-12 03:43:40 queue INFO >>3 [60] -2015-03-12 03:43:40 sendUrl INFO 3 [60] R: -2015-03-12 03:44:30 queue INFO >>3 [61] -2015-03-12 03:44:30 program ERROR IOB offline -2015-03-12 03:44:31 program INFO IOB ONLINE! -2015-03-12 03:44:31 sendUrl INFO 3 [61] R: -2015-03-12 03:45:20 queue INFO >>3 [62] -2015-03-12 03:45:20 program ERROR IOB offline -2015-03-12 03:45:21 program INFO IOB ONLINE! -2015-03-12 03:45:21 sendUrl INFO 3 [62] R: -2015-03-12 03:45:45 queue INFO 7 [63] -2015-03-12 03:45:45 program ERROR IOB offline -2015-03-12 03:45:45 queue INFO >7 [64] -2015-03-12 03:45:46 program INFO IOB ONLINE! -2015-03-12 03:45:46 sendUrl INFO 7 [63] R: -2015-03-12 03:45:46 program ERROR IOB offline -2015-03-12 03:45:47 queue INFO 3 [65] -2015-03-12 03:45:47 queue INFO >3 [66] -2015-03-12 03:45:47 program INFO IOB ONLINE! -2015-03-12 03:45:47 sendUrl INFO 7 [64] R: -2015-03-12 03:45:47 program ERROR IOB offline -2015-03-12 03:45:48 program INFO IOB ONLINE! -2015-03-12 03:45:48 sendUrl INFO 3 [65] R: -2015-03-12 03:45:48 program ERROR IOB offline -2015-03-12 03:45:49 program INFO IOB ONLINE! -2015-03-12 03:45:49 sendUrl INFO 3 [66] R: -2015-03-12 03:46:37 queue INFO >>3 [67] -2015-03-12 03:46:37 program ERROR IOB offline -2015-03-12 03:46:38 program INFO IOB ONLINE! -2015-03-12 03:46:38 sendUrl INFO 3 [67] R: -2015-03-12 03:46:49 queue INFO 21 [68] -2015-03-12 03:46:49 sendUrl INFO 21 [68] R:OK -2015-03-12 03:46:49 queue INFO >21 [69] -2015-03-12 03:46:50 sendUrl INFO 21 [69] R:OK -2015-03-12 03:47:39 queue INFO >>21 [70] -2015-03-12 03:47:40 sendUrl INFO 21 [70] R:OK -2015-03-12 03:48:30 queue INFO >>21 [71] -2015-03-12 03:48:30 sendUrl INFO 21 [71] R:OK -2015-03-12 03:49:20 queue INFO >>21 [72] -2015-03-12 03:49:20 sendUrl INFO 21 [72] R:OK -2015-03-12 03:50:10 queue INFO >>21 [73] -2015-03-12 03:50:10 sendUrl INFO 21 [73] R:OK -2015-03-12 03:51:00 queue INFO >>21 [74] -2015-03-12 03:51:01 sendUrl INFO 21 [74] R:OK -2015-03-12 03:51:50 queue INFO >>21 [75] -2015-03-12 03:51:50 sendUrl INFO 21 [75] R:OK -2015-03-12 03:52:40 queue INFO >>21 [76] -2015-03-12 03:52:41 sendUrl INFO 21 [76] R:OK -2015-03-12 03:53:30 queue INFO >>21 [77] -2015-03-12 03:53:31 sendUrl INFO 21 [77] R:OK -2015-03-12 03:53:49 queue INFO 1 [78] -2015-03-12 03:53:49 sendUrl INFO 1 [78] R:OK -2015-03-12 03:53:49 queue INFO >1 [79] -2015-03-12 03:53:50 sendUrl INFO 1 [79] R:OK -2015-03-12 03:54:07 queue INFO 3 [80] -2015-03-12 03:54:07 queue INFO >3 [81] -2015-03-12 03:54:07 sendUrl INFO 3 [80] R:OK -2015-03-12 03:54:07 sendUrl INFO 3 [81] R:OK -2015-03-12 03:54:57 queue INFO >>3 [82] -2015-03-12 03:54:57 sendUrl INFO 3 [82] R:OK -2015-03-12 03:55:47 queue INFO >>3 [83] -2015-03-12 03:55:47 sendUrl INFO 3 [83] R:OK -2015-03-12 03:56:37 queue INFO >>3 [84] -2015-03-12 03:56:37 sendUrl INFO 3 [84] R:OK -2015-03-12 03:57:27 queue INFO >>3 [85] -2015-03-12 03:57:28 sendUrl INFO 3 [85] R:OK -2015-03-12 03:58:17 queue INFO >>3 [86] -2015-03-12 03:58:18 sendUrl INFO 3 [86] R:OK -2015-03-12 03:59:08 queue INFO >>3 [87] -2015-03-12 03:59:08 sendUrl INFO 3 [87] R:OK -2015-03-12 03:59:58 queue INFO >>3 [88] -2015-03-12 03:59:58 sendUrl INFO 3 [88] R:OK -2015-03-12 04:00:48 queue INFO >>3 [89] -2015-03-12 04:00:48 sendUrl INFO 3 [89] R:OK -2015-03-12 04:01:38 queue INFO >>3 [90] -2015-03-12 04:01:38 sendUrl INFO 3 [90] R:OK -2015-03-12 04:02:22 queue INFO 7 [91] -2015-03-12 04:02:22 queue INFO >7 [92] -2015-03-12 04:02:22 sendUrl INFO 7 [91] R:OK -2015-03-12 04:02:23 sendUrl INFO 7 [92] R:OK -2015-03-12 04:02:24 queue INFO 3 [93] -2015-03-12 04:02:24 queue INFO >3 [94] -2015-03-12 04:02:24 sendUrl INFO 3 [93] R:OK -2015-03-12 04:02:25 sendUrl INFO 3 [94] R:OK -2015-03-12 04:03:14 queue INFO >>3 [95] -2015-03-12 04:03:14 sendUrl INFO 3 [95] R:OK -2015-03-12 04:04:04 queue INFO >>3 [96] -2015-03-12 04:04:04 sendUrl INFO 3 [96] R:OK -2015-03-12 04:04:54 queue INFO >>3 [97] -2015-03-12 04:04:54 sendUrl INFO 3 [97] R:OK -2015-03-12 04:05:44 queue INFO >>3 [98] -2015-03-12 04:05:45 sendUrl INFO 3 [98] R:OK -2015-03-12 04:06:34 queue INFO >>3 [99] -2015-03-12 04:06:35 sendUrl INFO 3 [99] R:OK -2015-03-12 04:07:25 queue INFO >>3 [100] -2015-03-12 04:07:25 sendUrl INFO 3 [100] R:OK -2015-03-12 04:08:15 queue INFO >>3 [101] -2015-03-12 04:08:15 sendUrl INFO 3 [101] R:OK -2015-03-12 04:09:05 queue INFO >>3 [102] -2015-03-12 04:09:05 sendUrl INFO 3 [102] R:OK -2015-03-12 04:09:55 queue INFO >>3 [103] -2015-03-12 04:09:55 sendUrl INFO 3 [103] R:OK -2015-03-12 04:10:45 queue INFO >>3 [104] -2015-03-12 04:10:46 sendUrl INFO 3 [104] R:OK -2015-03-12 04:11:35 queue INFO >>3 [105] -2015-03-12 04:11:36 sendUrl INFO 3 [105] R:OK -2015-03-12 04:12:01 queue INFO 7 [106] -2015-03-12 04:12:01 queue INFO >7 [107] -2015-03-12 04:12:01 sendUrl INFO 7 [106] R:OK -2015-03-12 04:12:02 sendUrl INFO 7 [107] R:OK -2015-03-12 04:12:02 queue INFO 3 [108] -2015-03-12 04:12:03 queue INFO >3 [109] -2015-03-12 04:12:03 sendUrl INFO 3 [108] R:OK -2015-03-12 04:12:03 sendUrl INFO 3 [109] R:OK -2015-03-12 04:12:53 queue INFO >>3 [110] -2015-03-12 04:12:53 sendUrl INFO 3 [110] R:OK -2015-03-12 04:13:43 queue INFO >>3 [111] -2015-03-12 04:13:43 sendUrl INFO 3 [111] R:OK -2015-03-12 04:14:33 queue INFO >>3 [112] -2015-03-12 04:14:33 sendUrl INFO 3 [112] R:OK -2015-03-12 04:15:23 queue INFO >>3 [113] -2015-03-12 04:15:24 sendUrl INFO 3 [113] R:OK -2015-03-12 04:16:13 queue INFO >>3 [114] -2015-03-12 04:16:13 sendUrl INFO 3 [114] R:OK -2015-03-12 04:17:03 queue INFO >>3 [115] -2015-03-12 04:17:04 sendUrl INFO 3 [115] R:OK -2015-03-12 04:17:54 queue INFO >>3 [116] -2015-03-12 04:17:54 sendUrl INFO 3 [116] R:OK -2015-03-12 04:18:44 queue INFO >>3 [117] -2015-03-12 04:18:44 sendUrl INFO 3 [117] R:OK -2015-03-12 04:19:34 queue INFO >>3 [118] -2015-03-12 04:19:34 sendUrl INFO 3 [118] R:OK -2015-03-12 04:20:24 queue INFO >>3 [119] -2015-03-12 04:20:24 sendUrl INFO 3 [119] R:OK -2015-03-12 04:21:14 queue INFO >>3 [120] -2015-03-12 04:21:14 sendUrl INFO 3 [120] R:OK -2015-03-12 04:21:39 queue INFO 7 [121] -2015-03-12 04:21:39 queue INFO >7 [122] -2015-03-12 04:21:40 sendUrl INFO 7 [121] R:OK -2015-03-12 04:21:40 sendUrl INFO 7 [122] R:OK -2015-03-12 04:21:41 queue INFO 3 [123] -2015-03-12 04:21:41 queue INFO >3 [124] -2015-03-12 04:21:41 sendUrl INFO 3 [123] R:OK -2015-03-12 04:21:42 sendUrl INFO 3 [124] R:OK -2015-03-12 04:22:31 queue INFO >>3 [125] -2015-03-12 04:22:31 sendUrl INFO 3 [125] R:OK -2015-03-12 04:23:21 queue INFO >>3 [126] -2015-03-12 04:23:21 sendUrl INFO 3 [126] R:OK -2015-03-12 04:24:11 queue INFO >>3 [127] -2015-03-12 04:24:12 sendUrl INFO 3 [127] R:OK -2015-03-12 04:25:01 queue INFO >>3 [128] -2015-03-12 04:25:02 sendUrl INFO 3 [128] R:OK -2015-03-12 04:25:51 queue INFO >>3 [129] -2015-03-12 04:25:52 sendUrl INFO 3 [129] R:OK -2015-03-12 04:26:42 queue INFO >>3 [130] -2015-03-12 04:26:42 sendUrl INFO 3 [130] R:OK -2015-03-12 04:27:32 queue INFO >>3 [131] -2015-03-12 04:27:32 sendUrl INFO 3 [131] R:OK -2015-03-12 04:28:22 queue INFO >>3 [132] -2015-03-12 04:28:26 sendUrl INFO 3 [132] R:OK -2015-03-12 04:29:12 queue INFO >>3 [133] -2015-03-12 04:29:13 sendUrl INFO 3 [133] R:OK -2015-03-12 04:30:02 queue INFO >>3 [134] -2015-03-12 04:30:31 sendUrl INFO 3 [134] R:OK -2015-03-12 04:30:52 queue INFO >>3 [135] -2015-03-12 04:30:53 sendUrl INFO 3 [135] R: -2015-03-12 04:31:17 queue INFO 7 [136] -2015-03-12 04:31:18 sendUrl INFO 7 [136] R:OK -2015-03-12 04:31:18 queue INFO >7 [137] -2015-03-12 04:31:18 sendUrl INFO 7 [137] R:OK -2015-03-12 04:31:19 queue INFO 3 [138] -2015-03-12 04:31:19 queue INFO >3 [139] -2015-03-12 04:31:20 sendUrl INFO 3 [138] R:OK -2015-03-12 04:31:20 sendUrl INFO 3 [139] R:OK -2015-03-12 04:32:09 queue INFO >>3 [140] -2015-03-12 04:32:09 sendUrl INFO 3 [140] R:OK -2015-03-12 04:32:59 queue INFO >>3 [141] -2015-03-12 04:33:00 sendUrl INFO 3 [141] R:OK -2015-03-12 04:33:49 queue INFO >>3 [142] -2015-03-12 04:33:50 sendUrl INFO 3 [142] R:OK -2015-03-12 04:34:40 queue INFO >>3 [143] -2015-03-12 04:34:40 sendUrl INFO 3 [143] R:OK -2015-03-12 04:35:30 queue INFO >>3 [144] -2015-03-12 04:35:30 sendUrl INFO 3 [144] R:OK -2015-03-12 04:36:20 queue INFO >>3 [145] -2015-03-12 04:36:20 sendUrl INFO 3 [145] R:OK -2015-03-12 04:37:10 queue INFO >>3 [146] -2015-03-12 04:37:10 sendUrl INFO 3 [146] R:OK -2015-03-12 04:38:00 queue INFO >>3 [147] -2015-03-12 04:38:01 sendUrl INFO 3 [147] R:OK -2015-03-12 04:38:50 queue INFO >>3 [148] -2015-03-12 04:38:51 sendUrl INFO 3 [148] R:OK -2015-03-12 04:39:41 queue INFO >>3 [149] -2015-03-12 04:39:41 sendUrl INFO 3 [149] R:OK -2015-03-12 04:40:31 queue INFO >>3 [150] -2015-03-12 04:40:31 sendUrl INFO 3 [150] R:OK -2015-03-12 04:40:56 queue INFO 7 [151] -2015-03-12 04:40:56 queue INFO >7 [152] -2015-03-12 04:40:56 sendUrl INFO 7 [151] R:OK -2015-03-12 04:40:56 sendUrl INFO 7 [152] R:OK -2015-03-12 04:40:57 queue INFO 3 [153] -2015-03-12 04:40:57 queue INFO >3 [154] -2015-03-12 04:40:58 sendUrl INFO 3 [153] R:OK -2015-03-12 04:40:58 sendUrl INFO 3 [154] R:OK -2015-03-12 04:41:47 queue INFO >>3 [155] -2015-03-12 04:41:48 sendUrl INFO 3 [155] R:OK -2015-03-12 04:42:37 queue INFO >>3 [156] -2015-03-12 04:42:38 sendUrl INFO 3 [156] R:OK -2015-03-12 04:43:28 queue INFO >>3 [157] -2015-03-12 04:43:28 sendUrl INFO 3 [157] R:OK -2015-03-12 04:44:18 queue INFO >>3 [158] -2015-03-12 04:44:18 sendUrl INFO 3 [158] R:OK -2015-03-12 04:45:08 queue INFO >>3 [159] -2015-03-12 04:45:08 sendUrl INFO 3 [159] R:OK -2015-03-12 04:45:58 queue INFO >>3 [160] -2015-03-12 04:45:59 sendUrl INFO 3 [160] R:OK -2015-03-12 04:46:48 queue INFO >>3 [161] -2015-03-12 04:46:48 sendUrl INFO 3 [161] R:OK -2015-03-12 04:47:38 queue INFO >>3 [162] -2015-03-12 04:47:39 sendUrl INFO 3 [162] R:OK -2015-03-12 04:48:29 queue INFO >>3 [163] -2015-03-12 04:48:29 sendUrl INFO 3 [163] R:OK -2015-03-12 04:49:19 queue INFO >>3 [164] -2015-03-12 04:49:19 sendUrl INFO 3 [164] R:OK -2015-03-12 04:50:09 queue INFO >>3 [165] -2015-03-12 04:50:09 sendUrl INFO 3 [165] R:OK -2015-03-12 04:50:34 queue INFO 7 [166] -2015-03-12 04:50:34 queue INFO >7 [167] -2015-03-12 04:50:34 sendUrl INFO 7 [166] R:OK -2015-03-12 04:50:35 sendUrl INFO 7 [167] R:OK -2015-03-12 04:50:36 queue INFO 3 [168] -2015-03-12 04:50:36 queue INFO >3 [169] -2015-03-12 04:50:36 sendUrl INFO 3 [168] R:OK -2015-03-12 04:50:36 sendUrl INFO 3 [169] R:OK -2015-03-12 04:51:26 queue INFO >>3 [170] -2015-03-12 04:51:26 sendUrl INFO 3 [170] R:OK -2015-03-12 04:52:16 queue INFO >>3 [171] -2015-03-12 04:52:16 sendUrl INFO 3 [171] R:OK -2015-03-12 04:53:06 queue INFO >>3 [172] -2015-03-12 04:53:06 sendUrl INFO 3 [172] R:OK -2015-03-12 04:53:56 queue INFO >>3 [173] -2015-03-12 04:53:56 sendUrl INFO 3 [173] R:OK -2015-03-12 04:54:46 queue INFO >>3 [174] -2015-03-12 04:54:47 sendUrl INFO 3 [174] R:OK -2015-03-12 04:55:36 queue INFO >>3 [175] -2015-03-12 04:55:37 sendUrl INFO 3 [175] R:OK -2015-03-12 04:56:27 queue INFO >>3 [176] -2015-03-12 04:56:27 sendUrl INFO 3 [176] R:OK -2015-03-12 04:57:17 queue INFO >>3 [177] -2015-03-12 04:57:17 sendUrl INFO 3 [177] R:OK -2015-03-12 04:58:07 queue INFO >>3 [178] -2015-03-12 04:58:07 sendUrl INFO 3 [178] R:OK -2015-03-12 04:58:57 queue INFO >>3 [179] -2015-03-12 04:58:57 sendUrl INFO 3 [179] R:OK -2015-03-12 04:59:47 queue INFO >>3 [180] -2015-03-12 04:59:48 sendUrl INFO 3 [180] R:OK -2015-03-12 05:00:12 queue INFO 7 [181] -2015-03-12 05:00:13 queue INFO >7 [182] -2015-03-12 05:00:13 sendUrl INFO 7 [181] R:OK -2015-03-12 05:00:13 sendUrl INFO 7 [182] R:OK -2015-03-12 05:00:14 queue INFO 3 [183] -2015-03-12 05:00:14 queue INFO >3 [184] -2015-03-12 05:00:14 sendUrl INFO 3 [183] R:OK -2015-03-12 05:00:15 sendUrl INFO 3 [184] R:OK -2015-03-12 05:01:04 queue INFO >>3 [185] -2015-03-12 05:01:04 sendUrl INFO 3 [185] R:OK -2015-03-12 05:01:54 queue INFO >>3 [186] -2015-03-12 05:01:55 sendUrl INFO 3 [186] R:OK -2015-03-12 05:02:44 queue INFO >>3 [187] -2015-03-12 05:02:45 sendUrl INFO 3 [187] R:OK -2015-03-12 05:03:35 queue INFO >>3 [188] -2015-03-12 05:03:35 sendUrl INFO 3 [188] R:OK -2015-03-12 05:04:25 queue INFO >>3 [189] -2015-03-12 05:04:25 sendUrl INFO 3 [189] R:OK -2015-03-12 05:05:15 queue INFO >>3 [190] -2015-03-12 05:05:15 sendUrl INFO 3 [190] R:OK -2015-03-12 05:06:05 queue INFO >>3 [191] -2015-03-12 05:06:05 sendUrl INFO 3 [191] R:OK -2015-03-12 05:06:55 queue INFO >>3 [192] -2015-03-12 05:06:56 sendUrl INFO 3 [192] R:OK -2015-03-12 05:07:45 queue INFO >>3 [193] -2015-03-12 05:07:45 sendUrl INFO 3 [193] R:OK -2015-03-12 05:08:35 queue INFO >>3 [194] -2015-03-12 05:08:36 sendUrl INFO 3 [194] R:OK -2015-03-12 05:09:26 queue INFO >>3 [195] -2015-03-12 05:09:26 sendUrl INFO 3 [195] R:OK -2015-03-12 05:09:51 queue INFO 7 [196] -2015-03-12 05:09:51 queue INFO >7 [197] -2015-03-12 05:09:51 sendUrl INFO 7 [196] R:OK -2015-03-12 05:09:52 sendUrl INFO 7 [197] R:OK -2015-03-12 05:09:53 queue INFO 3 [198] -2015-03-12 05:09:53 sendUrl INFO 3 [198] R:OK -2015-03-12 05:09:53 queue INFO >3 [199] -2015-03-12 05:09:53 sendUrl INFO 3 [199] R:OK -2015-03-12 05:10:43 queue INFO >>3 [200] -2015-03-12 05:10:43 sendUrl INFO 3 [200] R:OK -2015-03-12 05:11:33 queue INFO >>3 [201] -2015-03-12 05:11:33 sendUrl INFO 3 [201] R:OK -2015-03-12 05:12:23 queue INFO >>3 [202] -2015-03-12 05:12:23 sendUrl INFO 3 [202] R:OK -2015-03-12 05:13:13 queue INFO >>3 [203] -2015-03-12 05:13:14 sendUrl INFO 3 [203] R:OK -2015-03-12 05:14:03 queue INFO >>3 [204] -2015-03-12 05:14:03 sendUrl INFO 3 [204] R:OK -2015-03-12 05:14:53 queue INFO >>3 [205] -2015-03-12 05:14:54 sendUrl INFO 3 [205] R:OK -2015-03-12 05:15:44 queue INFO >>3 [206] -2015-03-12 05:15:44 sendUrl INFO 3 [206] R:OK -2015-03-12 05:16:34 queue INFO >>3 [207] -2015-03-12 05:16:34 sendUrl INFO 3 [207] R:OK -2015-03-12 05:17:24 queue INFO >>3 [208] -2015-03-12 05:17:24 sendUrl INFO 3 [208] R:OK -2015-03-12 05:18:14 queue INFO >>3 [209] -2015-03-12 05:18:14 sendUrl INFO 3 [209] R:OK -2015-03-12 05:19:04 queue INFO >>3 [210] -2015-03-12 05:19:05 sendUrl INFO 3 [210] R:OK -2015-03-12 05:19:29 queue INFO 7 [211] -2015-03-12 05:19:30 queue INFO >7 [212] -2015-03-12 05:19:30 sendUrl INFO 7 [211] R:OK -2015-03-12 05:19:30 sendUrl INFO 7 [212] R:OK -2015-03-12 05:19:31 queue INFO 3 [213] -2015-03-12 05:19:31 sendUrl INFO 3 [213] R:OK -2015-03-12 05:19:31 queue INFO >3 [214] -2015-03-12 05:19:32 sendUrl INFO 3 [214] R:OK -2015-03-12 05:20:21 queue INFO >>3 [215] -2015-03-12 05:20:22 sendUrl INFO 3 [215] R:OK -2015-03-12 05:21:11 queue INFO >>3 [216] -2015-03-12 05:21:12 sendUrl INFO 3 [216] R:OK -2015-03-12 05:22:02 queue INFO >>3 [217] -2015-03-12 05:22:02 sendUrl INFO 3 [217] R:OK -2015-03-12 05:22:52 queue INFO >>3 [218] -2015-03-12 05:22:52 sendUrl INFO 3 [218] R:OK -2015-03-12 05:23:42 queue INFO >>3 [219] -2015-03-12 05:23:42 sendUrl INFO 3 [219] R:OK -2015-03-12 05:24:32 queue INFO >>3 [220] -2015-03-12 05:24:32 sendUrl INFO 3 [220] R:OK -2015-03-12 05:25:22 queue INFO >>3 [221] -2015-03-12 05:25:23 sendUrl INFO 3 [221] R:OK -2015-03-12 05:26:12 queue INFO >>3 [222] -2015-03-12 05:26:12 sendUrl INFO 3 [222] R:OK -2015-03-12 05:27:02 queue INFO >>3 [223] -2015-03-12 05:27:03 sendUrl INFO 3 [223] R:OK -2015-03-12 05:27:53 queue INFO >>3 [224] -2015-03-12 05:27:53 sendUrl INFO 3 [224] R:OK -2015-03-12 05:28:43 queue INFO >>3 [225] -2015-03-12 05:28:43 sendUrl INFO 3 [225] R:OK -2015-03-12 05:29:08 queue INFO 7 [226] -2015-03-12 05:29:08 queue INFO >7 [227] -2015-03-12 05:29:08 sendUrl INFO 7 [226] R:OK -2015-03-12 05:29:09 sendUrl INFO 7 [227] R:OK -2015-03-12 05:29:09 queue INFO 3 [228] -2015-03-12 05:29:09 queue INFO >3 [229] -2015-03-12 05:29:10 sendUrl INFO 3 [228] R:OK -2015-03-12 05:29:10 sendUrl INFO 3 [229] R:OK -2015-03-12 05:29:59 queue INFO >>3 [230] -2015-03-12 05:29:59 sendUrl INFO 3 [230] R:OK -2015-03-12 05:30:49 queue INFO >>3 [231] -2015-03-12 05:30:50 sendUrl INFO 3 [231] R:OK -2015-03-12 05:31:40 queue INFO >>3 [232] -2015-03-12 05:31:40 sendUrl INFO 3 [232] R:OK -2015-03-12 05:32:30 queue INFO >>3 [233] -2015-03-12 05:32:30 sendUrl INFO 3 [233] R:OK -2015-03-12 05:33:20 queue INFO >>3 [234] -2015-03-12 05:33:20 sendUrl INFO 3 [234] R:OK -2015-03-12 05:34:10 queue INFO >>3 [235] -2015-03-12 05:34:10 sendUrl INFO 3 [235] R:OK -2015-03-12 05:35:00 queue INFO >>3 [236] -2015-03-12 05:35:01 sendUrl INFO 3 [236] R:OK -2015-03-12 05:35:50 queue INFO >>3 [237] -2015-03-12 05:35:50 sendUrl INFO 3 [237] R:OK -2015-03-12 05:36:33 queue INFO 1 [238] -2015-03-12 05:36:33 queue INFO >1 [239] -2015-03-12 05:36:34 sendUrl INFO 1 [238] R:OK -2015-03-12 05:36:34 sendUrl INFO 1 [239] R:OK -2015-03-12 05:36:40 queue INFO 21 [240] -2015-03-12 05:36:40 queue INFO >21 [241] -2015-03-12 05:36:40 sendUrl INFO 21 [240] R:OK -2015-03-12 05:36:41 sendUrl INFO 21 [241] R:OK -2015-03-12 05:37:30 queue INFO 1 [242] -2015-03-12 05:37:30 queue INFO >1 [243] -2015-03-12 05:37:30 sendUrl INFO 1 [242] R:OK -2015-03-12 05:37:31 sendUrl INFO 1 [243] R:OK -2015-03-12 05:37:41 queue INFO 21 [244] -2015-03-12 05:37:41 sendUrl INFO 21 [244] R:OK -2015-03-12 05:37:41 queue INFO >21 [245] -2015-03-12 05:37:42 sendUrl INFO 21 [245] R:OK -2015-03-12 05:38:03 queue INFO 1 [246] -2015-03-12 05:38:03 sendUrl INFO 1 [246] R:OK -2015-03-12 05:38:03 queue INFO >1 [247] -2015-03-12 05:38:03 sendUrl INFO 1 [247] R:OK -2015-03-12 05:38:53 queue INFO >>1 [248] -2015-03-12 05:38:53 sendUrl INFO 1 [248] R:OK -2015-03-12 05:39:43 queue INFO >>1 [249] -2015-03-12 05:39:43 sendUrl INFO 1 [249] R:OK -2015-03-12 05:40:12 queue INFO 21 [250] -2015-03-12 05:40:12 queue INFO >21 [251] -2015-03-12 05:40:12 sendUrl INFO 21 [250] R:OK -2015-03-12 05:40:13 sendUrl INFO 21 [251] R:OK -2015-03-12 05:41:02 queue INFO >>21 [252] -2015-03-12 05:41:02 sendUrl INFO 21 [252] R:OK -2015-03-12 05:41:52 queue INFO >>21 [253] -2015-03-12 05:41:52 sendUrl INFO 21 [253] R:OK -2015-03-12 05:42:42 queue INFO >>21 [254] -2015-03-12 05:42:43 sendUrl INFO 21 [254] R:OK -2015-03-12 05:43:32 queue INFO >>21 [255] -2015-03-12 05:43:32 sendUrl INFO 21 [255] R:OK -2015-03-12 05:44:22 queue INFO >>21 [256] -2015-03-12 05:44:23 sendUrl INFO 21 [256] R:OK -2015-03-12 05:45:13 queue INFO >>21 [257] -2015-03-12 05:45:13 sendUrl INFO 21 [257] R:OK -2015-03-12 05:46:03 queue INFO >>21 [258] -2015-03-12 05:46:03 sendUrl INFO 21 [258] R:OK -2015-03-12 05:46:53 queue INFO >>21 [259] -2015-03-12 05:46:53 sendUrl INFO 21 [259] R:OK -2015-03-12 05:47:43 queue INFO >>21 [260] -2015-03-12 05:47:43 sendUrl INFO 21 [260] R:OK -2015-03-12 05:47:49 queue INFO 1 [261] -2015-03-12 05:47:49 queue INFO >1 [262] -2015-03-12 05:47:49 sendUrl INFO 1 [261] R:OK -2015-03-12 05:47:50 sendUrl INFO 1 [262] R:OK -2015-03-12 05:48:13 queue INFO 5 [263] -2015-03-12 05:48:13 queue INFO >5 [264] -2015-03-12 05:48:13 sendUrl INFO 5 [263] R:OK -2015-03-12 05:48:14 sendUrl INFO 5 [264] R:OK -2015-03-12 05:48:15 queue INFO 1 [265] -2015-03-12 05:48:15 queue INFO >1 [266] -2015-03-12 05:48:15 sendUrl INFO 1 [265] R:OK -2015-03-12 05:48:15 sendUrl INFO 1 [266] R:OK -2015-03-12 05:49:05 queue INFO >>1 [267] -2015-03-12 05:49:05 sendUrl INFO 1 [267] R:OK -2015-03-12 05:49:36 queue INFO 3 [268] -2015-03-12 05:49:36 queue INFO >3 [269] -2015-03-12 05:49:36 sendUrl INFO 3 [268] R:OK -2015-03-12 05:49:37 sendUrl INFO 3 [269] R:OK -2015-03-12 05:50:26 queue INFO >>3 [270] -2015-03-12 05:50:26 sendUrl INFO 3 [270] R:OK -2015-03-12 05:51:16 queue INFO >>3 [271] -2015-03-12 05:51:17 sendUrl INFO 3 [271] R:OK -2015-03-12 05:52:06 queue INFO >>3 [272] -2015-03-12 05:52:07 sendUrl INFO 3 [272] R:OK -2015-03-12 05:52:57 queue INFO >>3 [273] -2015-03-12 05:52:57 sendUrl INFO 3 [273] R:OK -2015-03-12 05:53:47 queue INFO >>3 [274] -2015-03-12 05:53:47 sendUrl INFO 3 [274] R:OK -2015-03-12 05:54:37 queue INFO >>3 [275] -2015-03-12 05:54:37 sendUrl INFO 3 [275] R:OK -2015-03-12 05:55:27 queue INFO >>3 [276] -2015-03-12 05:55:27 sendUrl INFO 3 [276] R:OK -2015-03-12 05:56:17 queue INFO >>3 [277] -2015-03-12 05:56:18 sendUrl INFO 3 [277] R:OK -2015-03-12 05:57:07 queue INFO >>3 [278] -2015-03-12 05:57:07 sendUrl INFO 3 [278] R:OK -2015-03-12 05:57:51 queue INFO 7 [279] -2015-03-12 05:57:51 queue INFO >7 [280] -2015-03-12 05:57:52 sendUrl INFO 7 [279] R:OK -2015-03-12 05:57:52 sendUrl INFO 7 [280] R:OK -2015-03-12 05:57:53 queue INFO 3 [281] -2015-03-12 05:57:53 sendUrl INFO 3 [281] R:OK -2015-03-12 05:57:53 queue INFO >3 [282] -2015-03-12 05:57:53 sendUrl INFO 3 [282] R:OK -2015-03-12 05:58:43 queue INFO >>3 [283] -2015-03-12 05:58:43 sendUrl INFO 3 [283] R:OK -2015-03-12 05:59:33 queue INFO >>3 [284] -2015-03-12 05:59:33 sendUrl INFO 3 [284] R:OK -2015-03-12 06:00:23 queue INFO >>3 [285] -2015-03-12 06:00:23 sendUrl INFO 3 [285] R:OK -2015-03-12 06:01:13 queue INFO >>3 [286] -2015-03-12 06:01:14 sendUrl INFO 3 [286] R:OK -2015-03-12 06:02:03 queue INFO >>3 [287] -2015-03-12 06:02:04 sendUrl INFO 3 [287] R:OK -2015-03-12 06:02:54 queue INFO >>3 [288] -2015-03-12 06:02:54 sendUrl INFO 3 [288] R:OK -2015-03-12 06:03:44 queue INFO >>3 [289] -2015-03-12 06:03:44 sendUrl INFO 3 [289] R:OK -2015-03-12 06:04:34 queue INFO >>3 [290] -2015-03-12 06:04:34 sendUrl INFO 3 [290] R:OK -2015-03-12 06:05:24 queue INFO >>3 [291] -2015-03-12 06:05:24 sendUrl INFO 3 [291] R:OK -2015-03-12 06:06:14 queue INFO >>3 [292] -2015-03-12 06:06:15 sendUrl INFO 3 [292] R:OK -2015-03-12 06:07:04 queue INFO >>3 [293] -2015-03-12 06:07:05 sendUrl INFO 3 [293] R:OK -2015-03-12 06:07:06 queue INFO 1 [294] -2015-03-12 06:07:06 queue INFO >1 [295] -2015-03-12 06:07:07 sendUrl INFO 1 [294] R:OK -2015-03-12 06:07:07 queue INFO 21 [296] -2015-03-12 06:07:07 sendUrl INFO 1 [295] R:OK -2015-03-12 06:07:07 queue INFO >21 [297] -2015-03-12 06:07:08 sendUrl INFO 21 [296] R:OK -2015-03-12 06:07:08 sendUrl INFO 21 [297] R:OK -2015-03-12 06:07:57 queue INFO >>21 [298] -2015-03-12 06:07:57 sendUrl INFO 21 [298] R:OK -2015-03-12 06:08:47 queue INFO >>21 [299] -2015-03-12 06:08:48 sendUrl INFO 21 [299] R:OK -2015-03-12 06:09:35 queue INFO 1 [300] -2015-03-12 06:09:35 queue INFO >1 [301] -2015-03-12 06:09:35 sendUrl INFO 1 [300] R:OK -2015-03-12 06:09:36 sendUrl INFO 1 [301] R:OK -2015-03-12 06:09:57 queue INFO 5 [302] -2015-03-12 06:09:57 queue INFO >5 [303] -2015-03-12 06:09:58 sendUrl INFO 5 [302] R:OK -2015-03-12 06:09:58 sendUrl INFO 5 [303] R:OK -2015-03-12 06:09:59 queue INFO 1 [304] -2015-03-12 06:09:59 queue INFO >1 [305] -2015-03-12 06:09:59 sendUrl INFO 1 [304] R:OK -2015-03-12 06:10:00 sendUrl INFO 1 [305] R:OK -2015-03-12 06:10:49 queue INFO >>1 [306] -2015-03-12 06:10:49 sendUrl INFO 1 [306] R:OK -2015-03-12 06:11:20 queue INFO 3 [307] -2015-03-12 06:11:20 queue INFO >3 [308] -2015-03-12 06:11:21 sendUrl INFO 3 [307] R:OK -2015-03-12 06:11:21 sendUrl INFO 3 [308] R:OK -2015-03-12 06:12:10 queue INFO >>3 [309] -2015-03-12 06:12:11 sendUrl INFO 3 [309] R:OK -2015-03-12 06:13:01 queue INFO >>3 [310] -2015-03-12 06:13:01 sendUrl INFO 3 [310] R:OK -2015-03-12 06:13:51 queue INFO >>3 [311] -2015-03-12 06:13:51 sendUrl INFO 3 [311] R:OK -2015-03-12 06:14:41 queue INFO >>3 [312] -2015-03-12 06:14:41 sendUrl INFO 3 [312] R:OK -2015-03-12 06:15:31 queue INFO >>3 [313] -2015-03-12 06:15:31 sendUrl INFO 3 [313] R:OK -2015-03-12 06:16:21 queue INFO >>3 [314] -2015-03-12 06:16:21 sendUrl INFO 3 [314] R:OK -2015-03-12 06:17:11 queue INFO >>3 [315] -2015-03-12 06:17:12 sendUrl INFO 3 [315] R:OK -2015-03-12 06:18:01 queue INFO >>3 [316] -2015-03-12 06:18:02 sendUrl INFO 3 [316] R:OK -2015-03-12 06:18:52 queue INFO >>3 [317] -2015-03-12 06:18:52 sendUrl INFO 3 [317] R:OK -2015-03-12 06:19:36 queue INFO 7 [318] -2015-03-12 06:19:36 queue INFO >7 [319] -2015-03-12 06:19:36 sendUrl INFO 7 [318] R:OK -2015-03-12 06:19:37 sendUrl INFO 7 [319] R:OK -2015-03-12 06:19:37 queue INFO 3 [320] -2015-03-12 06:19:37 queue INFO >3 [321] -2015-03-12 06:19:38 sendUrl INFO 3 [320] R:OK -2015-03-12 06:19:38 sendUrl INFO 3 [321] R:OK -2015-03-12 06:20:27 queue INFO >>3 [322] -2015-03-12 06:20:28 sendUrl INFO 3 [322] R:OK -2015-03-12 06:21:18 queue INFO >>3 [323] -2015-03-12 06:21:18 sendUrl INFO 3 [323] R:OK -2015-03-12 06:22:08 queue INFO >>3 [324] -2015-03-12 06:22:08 sendUrl INFO 3 [324] R:OK -2015-03-12 06:22:58 queue INFO >>3 [325] -2015-03-12 06:22:58 sendUrl INFO 3 [325] R:OK -2015-03-12 06:23:48 queue INFO >>3 [326] -2015-03-12 06:23:48 sendUrl INFO 3 [326] R:OK -2015-03-12 06:24:38 queue INFO >>3 [327] -2015-03-12 06:24:39 sendUrl INFO 3 [327] R:OK -2015-03-12 06:25:28 queue INFO >>3 [328] -2015-03-12 06:25:29 sendUrl INFO 3 [328] R:OK -2015-03-12 06:26:18 queue INFO >>3 [329] -2015-03-12 06:26:19 sendUrl INFO 3 [329] R:OK -2015-03-12 06:27:09 queue INFO >>3 [330] -2015-03-12 06:27:09 sendUrl INFO 3 [330] R:OK -2015-03-12 06:27:59 queue INFO >>3 [331] -2015-03-12 06:28:00 sendUrl INFO 3 [331] R:OK -2015-03-12 06:28:49 queue INFO >>3 [332] -2015-03-12 06:29:14 queue INFO 7 [333] -2015-03-12 06:29:14 queue INFO >7 [334] -2015-03-12 06:29:15 program INFO WAIT active send to complete -2015-03-12 06:29:15 program INFO WAIT active send to complete -2015-03-12 06:29:16 program INFO WAIT active send to complete -2015-03-12 06:29:16 queue INFO 3 [335] -2015-03-12 06:29:16 queue INFO >3 [336] -2015-03-12 06:29:16 program INFO WAIT active send to complete -2015-03-12 06:29:17 program INFO WAIT active send to complete -2015-03-12 06:29:17 program INFO WAIT active send to complete -2015-03-12 06:29:18 program INFO WAIT active send to complete -2015-03-12 06:29:18 program INFO WAIT active send to complete -2015-03-12 06:29:19 program INFO WAIT active send to complete -2015-03-12 06:29:19 sendUrl INFO 3 [332] R:OK -2015-03-12 06:29:20 program INFO WAIT active send to complete -2015-03-12 06:29:20 program INFO WAIT active send to complete -2015-03-12 06:29:21 program INFO WAIT active send to complete -2015-03-12 06:29:21 program INFO WAIT active send to complete -2015-03-12 06:29:22 program INFO WAIT active send to complete -2015-03-12 06:29:22 program INFO WAIT active send to complete -2015-03-12 06:29:22 sendUrl INFO 7 [333] R:OK -2015-03-12 06:29:23 program INFO WAIT active send to complete -2015-03-12 06:29:24 program INFO WAIT active send to complete -2015-03-12 06:29:24 program INFO WAIT active send to complete -2015-03-12 06:29:25 program INFO WAIT active send to complete -2015-03-12 06:29:25 program INFO WAIT active send to complete -2015-03-12 06:29:26 program INFO WAIT active send to complete -2015-03-12 06:29:26 program INFO WAIT active send to complete -2015-03-12 06:29:27 program INFO WAIT active send to complete -2015-03-12 06:29:27 program INFO WAIT active send to complete -2015-03-12 06:29:27 sendUrl INFO 7 [334] R:OK -2015-03-12 06:29:28 program INFO WAIT active send to complete -2015-03-12 06:29:29 program INFO WAIT active send to complete -2015-03-12 06:29:29 program INFO WAIT active send to complete -2015-03-12 06:29:30 program INFO WAIT active send to complete -2015-03-12 06:29:30 program INFO WAIT active send to complete -2015-03-12 06:29:31 program INFO WAIT active send to complete -2015-03-12 06:29:31 program INFO WAIT active send to complete -2015-03-12 06:29:32 program INFO WAIT active send to complete -2015-03-12 06:29:32 program INFO WAIT active send to complete -2015-03-12 06:29:33 program INFO WAIT active send to complete -2015-03-12 06:29:33 program INFO WAIT active send to complete -2015-03-12 06:29:34 program INFO WAIT active send to complete -2015-03-12 06:29:34 program INFO WAIT active send to complete -2015-03-12 06:29:35 program INFO WAIT active send to complete -2015-03-12 06:29:35 program INFO WAIT active send to complete -2015-03-12 06:29:36 program INFO WAIT active send to complete -2015-03-12 06:29:36 program INFO WAIT active send to complete -2015-03-12 06:29:37 program INFO WAIT active send to complete -2015-03-12 06:29:37 program INFO WAIT active send to complete -2015-03-12 06:29:38 sendUrl INFO 3 [335] R:OK -2015-03-12 06:30:06 queue INFO >>3 [337] -2015-03-12 06:30:06 program INFO WAIT active send to complete -2015-03-12 06:30:07 program INFO WAIT active send to complete -2015-03-12 06:30:07 program INFO WAIT active send to complete -2015-03-12 06:30:08 program INFO WAIT active send to complete -2015-03-12 06:30:08 sendUrl INFO 3 [336] R:OK -2015-03-12 06:30:12 sendUrl INFO 3 [337] R:OK -2015-03-12 06:30:56 queue INFO >>3 [338] -2015-03-12 06:31:03 sendUrl INFO 3 [338] R:OK -2015-03-12 06:31:46 queue INFO >>3 [339] -2015-03-12 06:31:47 sendUrl INFO 3 [339] R:OK -2015-03-12 06:32:36 queue INFO >>3 [340] -2015-03-12 06:32:37 sendUrl INFO 3 [340] R:OK -2015-03-12 06:33:26 queue INFO >>3 [341] -2015-03-12 06:33:29 sendUrl INFO 3 [341] R:OK -2015-03-12 06:34:17 queue INFO >>3 [342] -2015-03-12 06:34:19 sendUrl INFO 3 [342] R:OK -2015-03-12 06:35:07 queue INFO >>3 [343] -2015-03-12 06:35:08 sendUrl INFO 3 [343] R:OK -2015-03-12 06:35:57 queue INFO >>3 [344] -2015-03-12 06:36:04 sendUrl INFO 3 [344] R:OK -2015-03-12 06:36:47 queue INFO >>3 [345] -2015-03-12 06:36:54 sendUrl INFO 3 [345] R:OK -2015-03-12 06:37:37 queue INFO >>3 [346] -2015-03-12 06:37:38 sendUrl INFO 3 [346] R:OK -2015-03-12 06:38:27 queue INFO >>3 [347] -2015-03-12 06:38:34 sendUrl INFO 3 [347] R:OK -2015-03-12 06:38:53 queue INFO 7 [348] -2015-03-12 06:38:53 queue INFO >7 [349] -2015-03-12 06:38:54 program INFO WAIT active send to complete -2015-03-12 06:38:54 program INFO WAIT active send to complete -2015-03-12 06:38:54 queue INFO 3 [350] -2015-03-12 06:38:55 queue INFO >3 [351] -2015-03-12 06:38:55 program INFO WAIT active send to complete -2015-03-12 06:38:55 program INFO WAIT active send to complete -2015-03-12 06:38:56 program INFO WAIT active send to complete -2015-03-12 06:38:56 program INFO WAIT active send to complete -2015-03-12 06:38:57 program INFO WAIT active send to complete -2015-03-12 06:38:57 program INFO WAIT active send to complete -2015-03-12 06:38:57 sendUrl INFO 7 [348] R:OK -2015-03-12 06:38:58 program INFO WAIT active send to complete -2015-03-12 06:38:59 program INFO WAIT active send to complete -2015-03-12 06:38:59 program INFO WAIT active send to complete -2015-03-12 06:39:00 program INFO WAIT active send to complete -2015-03-12 06:39:00 program INFO WAIT active send to complete -2015-03-12 06:39:01 program INFO WAIT active send to complete -2015-03-12 06:39:01 program INFO WAIT active send to complete -2015-03-12 06:39:02 program INFO WAIT active send to complete -2015-03-12 06:39:02 program INFO WAIT active send to complete -2015-03-12 06:39:03 program INFO WAIT active send to complete -2015-03-12 06:39:03 program INFO WAIT active send to complete -2015-03-12 06:39:04 program INFO WAIT active send to complete -2015-03-12 06:39:04 program INFO WAIT active send to complete -2015-03-12 06:39:05 program INFO WAIT active send to complete -2015-03-12 06:39:05 program INFO WAIT active send to complete -2015-03-12 06:39:06 program INFO WAIT active send to complete -2015-03-12 06:39:06 program INFO WAIT active send to complete -2015-03-12 06:39:07 program INFO WAIT active send to complete -2015-03-12 06:39:07 sendUrl INFO 7 [349] R:OK -2015-03-12 06:39:08 program INFO WAIT active send to complete -2015-03-12 06:39:08 program INFO WAIT active send to complete -2015-03-12 06:39:09 program INFO WAIT active send to complete -2015-03-12 06:39:09 program INFO WAIT active send to complete -2015-03-12 06:39:10 program INFO WAIT active send to complete -2015-03-12 06:39:10 program INFO WAIT active send to complete -2015-03-12 06:39:11 program INFO WAIT active send to complete -2015-03-12 06:39:11 program INFO WAIT active send to complete -2015-03-12 06:39:12 program INFO WAIT active send to complete -2015-03-12 06:39:12 program INFO WAIT active send to complete -2015-03-12 06:39:13 program INFO WAIT active send to complete -2015-03-12 06:39:13 program INFO WAIT active send to complete -2015-03-12 06:39:14 program INFO WAIT active send to complete -2015-03-12 06:39:14 program INFO WAIT active send to complete -2015-03-12 06:39:14 sendUrl INFO 3 [350] R:OK -2015-03-12 06:39:24 sendUrl INFO 3 [351] R:OK -2015-03-12 06:39:45 queue INFO >>3 [352] -2015-03-12 06:39:48 sendUrl INFO 3 [352] R:OK -2015-03-12 06:40:35 queue INFO >>3 [353] -2015-03-12 06:40:38 sendUrl INFO 3 [353] R:OK -2015-03-12 06:41:25 queue INFO >>3 [354] -2015-03-12 06:41:25 sendUrl INFO 3 [354] R:OK -2015-03-12 06:42:15 queue INFO >>3 [355] -2015-03-12 06:42:16 sendUrl INFO 3 [355] R:OK -2015-03-12 06:43:05 queue INFO >>3 [356] -2015-03-12 06:43:08 sendUrl INFO 3 [356] R:OK -2015-03-12 06:43:55 queue INFO >>3 [357] -2015-03-12 06:43:58 sendUrl INFO 3 [357] R:OK -2015-03-12 06:44:45 queue INFO >>3 [358] -2015-03-12 06:44:46 sendUrl INFO 3 [358] R:OK -2015-03-12 06:45:36 queue INFO >>3 [359] -2015-03-12 06:45:39 sendUrl INFO 3 [359] R:OK -2015-03-12 06:46:26 queue INFO >>3 [360] -2015-03-12 06:46:29 sendUrl INFO 3 [360] R:OK -2015-03-12 06:47:16 queue INFO >>3 [361] -2015-03-12 06:47:19 sendUrl INFO 3 [361] R:OK -2015-03-12 06:48:06 queue INFO >>3 [362] -2015-03-12 06:48:09 sendUrl INFO 3 [362] R:OK -2015-03-12 06:48:31 queue INFO 7 [363] -2015-03-12 06:48:31 queue INFO >7 [364] -2015-03-12 06:48:32 program INFO WAIT active send to complete -2015-03-12 06:48:33 program INFO WAIT active send to complete -2015-03-12 06:48:33 queue INFO 3 [365] -2015-03-12 06:48:33 sendUrl INFO 7 [363] R:OK -2015-03-12 06:48:33 queue INFO >3 [366] -2015-03-12 06:48:34 program INFO WAIT active send to complete -2015-03-12 06:48:34 program INFO WAIT active send to complete -2015-03-12 06:48:35 program INFO WAIT active send to complete -2015-03-12 06:48:35 program INFO WAIT active send to complete -2015-03-12 06:48:36 program INFO WAIT active send to complete -2015-03-12 06:48:36 sendUrl INFO 7 [364] R:OK -2015-03-12 06:48:37 program INFO WAIT active send to complete -2015-03-12 06:48:37 program INFO WAIT active send to complete -2015-03-12 06:48:38 program INFO WAIT active send to complete -2015-03-12 06:48:38 program INFO WAIT active send to complete -2015-03-12 06:48:39 program INFO WAIT active send to complete -2015-03-12 06:48:39 program INFO WAIT active send to complete -2015-03-12 06:48:40 program INFO WAIT active send to complete -2015-03-12 06:48:40 program INFO WAIT active send to complete -2015-03-12 06:48:41 program INFO WAIT active send to complete -2015-03-12 06:48:41 program INFO WAIT active send to complete -2015-03-12 06:48:42 program INFO WAIT active send to complete -2015-03-12 06:48:42 program INFO WAIT active send to complete -2015-03-12 06:48:43 program INFO WAIT active send to complete -2015-03-12 06:48:43 program INFO WAIT active send to complete -2015-03-12 06:48:43 sendUrl INFO 3 [365] R:OK -2015-03-12 06:48:51 sendUrl INFO 3 [366] R:OK -2015-03-12 06:49:23 queue INFO >>3 [367] -2015-03-12 06:49:23 sendUrl INFO 3 [367] R:OK -2015-03-12 06:50:13 queue INFO >>3 [368] -2015-03-12 06:50:14 sendUrl INFO 3 [368] R:OK -2015-03-12 06:51:03 queue INFO >>3 [369] -2015-03-12 06:51:06 sendUrl INFO 3 [369] R:OK -2015-03-12 06:51:53 queue INFO >>3 [370] -2015-03-12 06:51:54 sendUrl INFO 3 [370] R:OK -2015-03-12 06:52:44 queue INFO >>3 [371] -2015-03-12 06:52:47 sendUrl INFO 3 [371] R:OK -2015-03-12 06:53:34 queue INFO >>3 [372] -2015-03-12 06:53:34 sendUrl INFO 3 [372] R:OK -2015-03-12 06:54:24 queue INFO >>3 [373] -2015-03-12 06:54:24 sendUrl INFO 3 [373] R:OK -2015-03-12 06:55:14 queue INFO >>3 [374] -2015-03-12 06:55:17 sendUrl INFO 3 [374] R:OK -2015-03-12 06:56:04 queue INFO >>3 [375] -2015-03-12 06:56:07 sendUrl INFO 3 [375] R:OK -2015-03-12 06:56:54 queue INFO >>3 [376] -2015-03-12 06:56:55 sendUrl INFO 3 [376] R:OK -2015-03-12 06:57:44 queue INFO >>3 [377] -2015-03-12 06:57:48 sendUrl INFO 3 [377] R:OK -2015-03-12 06:58:09 queue INFO 7 [378] -2015-03-12 06:58:10 queue INFO >7 [379] -2015-03-12 06:58:10 program INFO WAIT active send to complete -2015-03-12 06:58:11 program INFO WAIT active send to complete -2015-03-12 06:58:11 queue INFO 3 [380] -2015-03-12 06:58:11 sendUrl INFO 7 [378] R:OK -2015-03-12 06:58:11 queue INFO >3 [381] -2015-03-12 06:58:12 program INFO WAIT active send to complete -2015-03-12 06:58:12 program INFO WAIT active send to complete -2015-03-12 06:58:13 program INFO WAIT active send to complete -2015-03-12 06:58:13 program INFO WAIT active send to complete -2015-03-12 06:58:14 program INFO WAIT active send to complete -2015-03-12 06:58:14 program INFO WAIT active send to complete -2015-03-12 06:58:15 program INFO WAIT active send to complete -2015-03-12 06:58:15 program INFO WAIT active send to complete -2015-03-12 06:58:16 program INFO WAIT active send to complete -2015-03-12 06:58:16 program INFO WAIT active send to complete -2015-03-12 06:58:17 program INFO WAIT active send to complete -2015-03-12 06:58:17 program INFO WAIT active send to complete -2015-03-12 06:58:18 program INFO WAIT active send to complete -2015-03-12 06:58:18 program INFO WAIT active send to complete -2015-03-12 06:58:19 program INFO WAIT active send to complete -2015-03-12 06:58:19 sendUrl INFO 7 [379] R:OK -2015-03-12 06:58:20 program INFO WAIT active send to complete -2015-03-12 06:58:20 program INFO WAIT active send to complete -2015-03-12 06:58:21 program INFO WAIT active send to complete -2015-03-12 06:58:21 program INFO WAIT active send to complete -2015-03-12 06:58:22 program INFO WAIT active send to complete -2015-03-12 06:58:22 program INFO WAIT active send to complete -2015-03-12 06:58:23 program INFO WAIT active send to complete -2015-03-12 06:58:23 program INFO WAIT active send to complete -2015-03-12 06:58:24 program INFO WAIT active send to complete -2015-03-12 06:58:24 program INFO WAIT active send to complete -2015-03-12 06:58:25 program INFO WAIT active send to complete -2015-03-12 06:58:25 program INFO WAIT active send to complete -2015-03-12 06:58:26 program INFO WAIT active send to complete -2015-03-12 06:58:26 program INFO WAIT active send to complete -2015-03-12 06:58:27 program INFO WAIT active send to complete -2015-03-12 06:58:27 program INFO WAIT active send to complete -2015-03-12 06:58:28 program INFO WAIT active send to complete -2015-03-12 06:58:28 program INFO WAIT active send to complete -2015-03-12 06:58:29 program INFO WAIT active send to complete -2015-03-12 06:58:30 program INFO WAIT active send to complete -2015-03-12 06:58:30 program INFO WAIT active send to complete -2015-03-12 06:58:31 program INFO WAIT active send to complete -2015-03-12 06:58:31 program INFO WAIT active send to complete -2015-03-12 06:58:32 program INFO WAIT active send to complete -2015-03-12 06:58:32 program INFO WAIT active send to complete -2015-03-12 06:58:33 program INFO WAIT active send to complete -2015-03-12 06:58:33 program INFO WAIT active send to complete -2015-03-12 06:58:34 program INFO WAIT active send to complete -2015-03-12 06:58:34 program INFO WAIT active send to complete -2015-03-12 06:58:35 program INFO WAIT active send to complete -2015-03-12 06:58:35 program INFO WAIT active send to complete -2015-03-12 06:58:36 program INFO WAIT active send to complete -2015-03-12 06:58:36 program INFO WAIT active send to complete -2015-03-12 06:58:37 program INFO WAIT active send to complete -2015-03-12 06:58:37 program INFO WAIT active send to complete -2015-03-12 06:58:38 program INFO WAIT active send to complete -2015-03-12 06:58:38 sendUrl INFO 3 [380] R:OK -2015-03-12 06:58:45 sendUrl INFO 3 [381] R:OK -2015-03-12 06:59:01 queue INFO >>3 [382] -2015-03-12 06:59:01 sendUrl INFO 3 [382] R:OK -2015-03-12 06:59:51 queue INFO >>3 [383] -2015-03-12 06:59:53 sendUrl INFO 3 [383] R:OK -2015-03-12 07:00:41 queue INFO >>3 [384] -2015-03-12 07:00:43 sendUrl INFO 3 [384] R:OK -2015-03-12 07:01:32 queue INFO >>3 [385] -2015-03-12 07:01:32 sendUrl INFO 3 [385] R:OK -2015-03-12 07:02:22 queue INFO >>3 [386] -2015-03-12 07:02:39 sendUrl INFO 3 [386] R:OK -2015-03-12 07:03:12 queue INFO >>3 [387] -2015-03-12 07:03:31 sendUrl INFO 3 [387] R:OK -2015-03-12 07:04:02 queue INFO >>3 [388] -2015-03-12 07:04:17 sendUrl INFO 3 [388] R:OK -2015-03-12 07:04:52 queue INFO >>3 [389] -2015-03-12 07:05:07 sendUrl INFO 3 [389] R:OK -2015-03-12 07:05:42 queue INFO >>3 [390] -2015-03-12 07:05:57 sendUrl INFO 3 [390] R:OK -2015-03-12 07:06:33 queue INFO >>3 [391] -2015-03-12 07:06:34 sendUrl INFO 3 [391] R:OK -2015-03-12 07:07:23 queue INFO >>3 [392] -2015-03-12 07:07:42 sendUrl INFO 3 [392] R:OK -2015-03-12 07:07:48 queue INFO 7 [393] -2015-03-12 07:07:48 queue INFO >7 [394] -2015-03-12 07:07:48 program INFO WAIT active send to complete -2015-03-12 07:07:49 program INFO WAIT active send to complete -2015-03-12 07:07:49 queue INFO 3 [395] -2015-03-12 07:07:49 queue INFO >3 [396] -2015-03-12 07:07:49 program INFO WAIT active send to complete -2015-03-12 07:07:50 program INFO WAIT active send to complete -2015-03-12 07:07:50 program INFO WAIT active send to complete -2015-03-12 07:07:51 program INFO WAIT active send to complete -2015-03-12 07:07:52 program INFO WAIT active send to complete -2015-03-12 07:07:52 program INFO WAIT active send to complete -2015-03-12 07:07:53 program INFO WAIT active send to complete -2015-03-12 07:07:53 program INFO WAIT active send to complete -2015-03-12 07:07:54 program INFO WAIT active send to complete -2015-03-12 07:07:54 program INFO WAIT active send to complete -2015-03-12 07:07:55 program INFO WAIT active send to complete -2015-03-12 07:07:55 program INFO WAIT active send to complete -2015-03-12 07:07:56 program INFO WAIT active send to complete -2015-03-12 07:07:56 program INFO WAIT active send to complete -2015-03-12 07:07:57 program INFO WAIT active send to complete -2015-03-12 07:07:57 program INFO WAIT active send to complete -2015-03-12 07:07:58 program INFO WAIT active send to complete -2015-03-12 07:07:58 sendUrl INFO 7 [393] R:OK -2015-03-12 07:07:59 program INFO WAIT active send to complete -2015-03-12 07:07:59 program INFO WAIT active send to complete -2015-03-12 07:08:00 program INFO WAIT active send to complete -2015-03-12 07:08:00 program INFO WAIT active send to complete -2015-03-12 07:08:01 program INFO WAIT active send to complete -2015-03-12 07:08:01 program INFO WAIT active send to complete -2015-03-12 07:08:02 program INFO WAIT active send to complete -2015-03-12 07:08:02 program INFO WAIT active send to complete -2015-03-12 07:08:03 program INFO WAIT active send to complete -2015-03-12 07:08:03 program INFO WAIT active send to complete -2015-03-12 07:08:04 program INFO WAIT active send to complete -2015-03-12 07:08:04 queue INFO 1 [397] -2015-03-12 07:08:04 program INFO WAIT active send to complete -2015-03-12 07:08:04 queue INFO >1 [398] -2015-03-12 07:08:05 program INFO WAIT active send to complete -2015-03-12 07:08:05 program INFO WAIT active send to complete -2015-03-12 07:08:05 queue INFO 21 [399] -2015-03-12 07:08:05 queue INFO >21 [400] -2015-03-12 07:08:06 program INFO WAIT active send to complete -2015-03-12 07:08:06 program INFO WAIT active send to complete -2015-03-12 07:08:07 program INFO WAIT active send to complete -2015-03-12 07:08:07 program INFO WAIT active send to complete -2015-03-12 07:08:08 program INFO WAIT active send to complete -2015-03-12 07:08:08 program INFO WAIT active send to complete -2015-03-12 07:08:09 program INFO WAIT active send to complete -2015-03-12 07:08:09 program INFO WAIT active send to complete -2015-03-12 07:08:10 program INFO WAIT active send to complete -2015-03-12 07:08:10 program INFO WAIT active send to complete -2015-03-12 07:08:11 program INFO WAIT active send to complete -2015-03-12 07:08:11 program INFO WAIT active send to complete -2015-03-12 07:08:12 program INFO WAIT active send to complete -2015-03-12 07:08:12 program INFO WAIT active send to complete -2015-03-12 07:08:13 sendUrl INFO 7 [394] R:OK -2015-03-12 07:08:13 program INFO WAIT active send to complete -2015-03-12 07:08:14 program INFO WAIT active send to complete -2015-03-12 07:08:14 program INFO WAIT active send to complete -2015-03-12 07:08:15 program INFO WAIT active send to complete -2015-03-12 07:08:15 program INFO WAIT active send to complete -2015-03-12 07:08:16 program INFO WAIT active send to complete -2015-03-12 07:08:16 program INFO WAIT active send to complete -2015-03-12 07:08:17 program INFO WAIT active send to complete -2015-03-12 07:08:17 program INFO WAIT active send to complete -2015-03-12 07:08:18 program INFO WAIT active send to complete -2015-03-12 07:08:18 program INFO WAIT active send to complete -2015-03-12 07:08:19 program INFO WAIT active send to complete -2015-03-12 07:08:19 program INFO WAIT active send to complete -2015-03-12 07:08:20 program INFO WAIT active send to complete -2015-03-12 07:08:20 program INFO WAIT active send to complete -2015-03-12 07:08:21 program INFO WAIT active send to complete -2015-03-12 07:08:21 program INFO WAIT active send to complete -2015-03-12 07:08:22 program INFO WAIT active send to complete -2015-03-12 07:08:22 program INFO WAIT active send to complete -2015-03-12 07:08:23 program INFO WAIT active send to complete -2015-03-12 07:08:23 program INFO WAIT active send to complete -2015-03-12 07:08:24 program INFO WAIT active send to complete -2015-03-12 07:08:24 program INFO WAIT active send to complete -2015-03-12 07:08:25 program INFO WAIT active send to complete -2015-03-12 07:08:25 program INFO WAIT active send to complete -2015-03-12 07:08:26 program INFO WAIT active send to complete -2015-03-12 07:08:26 program INFO WAIT active send to complete -2015-03-12 07:08:27 program INFO WAIT active send to complete -2015-03-12 07:08:27 program INFO WAIT active send to complete -2015-03-12 07:08:28 program INFO WAIT active send to complete -2015-03-12 07:08:28 program INFO WAIT active send to complete -2015-03-12 07:08:29 program INFO WAIT active send to complete -2015-03-12 07:08:29 program INFO WAIT active send to complete -2015-03-12 07:08:30 program INFO WAIT active send to complete -2015-03-12 07:08:30 program INFO WAIT active send to complete -2015-03-12 07:08:31 program INFO WAIT active send to complete -2015-03-12 07:08:31 program INFO WAIT active send to complete -2015-03-12 07:08:32 sendUrl INFO 3 [395] R:OK -2015-03-12 07:08:32 program INFO WAIT active send to complete -2015-03-12 07:08:33 program INFO WAIT active send to complete -2015-03-12 07:08:33 program INFO WAIT active send to complete -2015-03-12 07:08:34 program INFO WAIT active send to complete -2015-03-12 07:08:35 program INFO WAIT active send to complete -2015-03-12 07:08:35 program INFO WAIT active send to complete -2015-03-12 07:08:36 program INFO WAIT active send to complete -2015-03-12 07:08:36 program INFO WAIT active send to complete -2015-03-12 07:08:37 program INFO WAIT active send to complete -2015-03-12 07:08:37 program INFO WAIT active send to complete -2015-03-12 07:08:38 program INFO WAIT active send to complete -2015-03-12 07:08:38 program INFO WAIT active send to complete -2015-03-12 07:08:39 program INFO WAIT active send to complete -2015-03-12 07:08:39 program INFO WAIT active send to complete -2015-03-12 07:08:40 program INFO WAIT active send to complete -2015-03-12 07:08:40 program INFO WAIT active send to complete -2015-03-12 07:08:41 program INFO WAIT active send to complete -2015-03-12 07:08:41 program INFO WAIT active send to complete -2015-03-12 07:08:42 program INFO WAIT active send to complete -2015-03-12 07:08:42 program INFO WAIT active send to complete -2015-03-12 07:08:43 program INFO WAIT active send to complete -2015-03-12 07:08:43 program INFO WAIT active send to complete -2015-03-12 07:08:44 program INFO WAIT active send to complete -2015-03-12 07:08:44 program INFO WAIT active send to complete -2015-03-12 07:08:45 program INFO WAIT active send to complete -2015-03-12 07:08:45 program INFO WAIT active send to complete -2015-03-12 07:08:46 program INFO WAIT active send to complete -2015-03-12 07:08:46 program INFO WAIT active send to complete -2015-03-12 07:08:47 program INFO WAIT active send to complete -2015-03-12 07:08:47 program INFO WAIT active send to complete -2015-03-12 07:08:48 program INFO WAIT active send to complete -2015-03-12 07:08:48 sendUrl INFO 3 [396] R:OK -2015-03-12 07:08:49 program INFO WAIT active send to complete -2015-03-12 07:08:49 program INFO WAIT active send to complete -2015-03-12 07:08:50 program INFO WAIT active send to complete -2015-03-12 07:08:50 program INFO WAIT active send to complete -2015-03-12 07:08:51 program INFO WAIT active send to complete -2015-03-12 07:08:51 program INFO WAIT active send to complete -2015-03-12 07:08:52 program INFO WAIT active send to complete -2015-03-12 07:08:52 program INFO WAIT active send to complete -2015-03-12 07:08:53 program INFO WAIT active send to complete -2015-03-12 07:08:53 program INFO WAIT active send to complete -2015-03-12 07:08:54 program INFO WAIT active send to complete -2015-03-12 07:08:54 program INFO WAIT active send to complete -2015-03-12 07:08:55 sendUrl INFO 1 [397] R:OK -2015-03-12 07:08:55 program INFO WAIT active send to complete -2015-03-12 07:08:55 queue INFO >>21 [401] -2015-03-12 07:08:56 program INFO WAIT active send to complete -2015-03-12 07:08:56 program INFO WAIT active send to complete -2015-03-12 07:08:57 program INFO WAIT active send to complete -2015-03-12 07:08:57 program INFO WAIT active send to complete -2015-03-12 07:08:58 program INFO WAIT active send to complete -2015-03-12 07:08:58 program INFO WAIT active send to complete -2015-03-12 07:08:59 program INFO WAIT active send to complete -2015-03-12 07:08:59 program INFO WAIT active send to complete -2015-03-12 07:09:00 program INFO WAIT active send to complete -2015-03-12 07:09:00 program INFO WAIT active send to complete -2015-03-12 07:09:01 program INFO WAIT active send to complete -2015-03-12 07:09:01 program INFO WAIT active send to complete -2015-03-12 07:09:02 program INFO WAIT active send to complete -2015-03-12 07:09:02 program INFO WAIT active send to complete -2015-03-12 07:09:03 program INFO WAIT active send to complete -2015-03-12 07:09:03 sendUrl INFO 1 [398] R:OK -2015-03-12 07:09:04 program INFO WAIT active send to complete -2015-03-12 07:09:04 program INFO WAIT active send to complete -2015-03-12 07:09:05 program INFO WAIT active send to complete -2015-03-12 07:09:05 program INFO WAIT active send to complete -2015-03-12 07:09:06 program INFO WAIT active send to complete -2015-03-12 07:09:06 program INFO WAIT active send to complete -2015-03-12 07:09:07 queue INFO 1 [402] -2015-03-12 07:09:07 program INFO WAIT active send to complete -2015-03-12 07:09:07 queue INFO >1 [403] -2015-03-12 07:09:07 program INFO WAIT active send to complete -2015-03-12 07:09:08 program INFO WAIT active send to complete -2015-03-12 07:09:08 program INFO WAIT active send to complete -2015-03-12 07:09:09 program INFO WAIT active send to complete -2015-03-12 07:09:09 program INFO WAIT active send to complete -2015-03-12 07:09:10 program INFO WAIT active send to complete -2015-03-12 07:09:10 program INFO WAIT active send to complete -2015-03-12 07:09:11 program INFO WAIT active send to complete -2015-03-12 07:09:11 program INFO WAIT active send to complete -2015-03-12 07:09:12 program INFO WAIT active send to complete -2015-03-12 07:09:12 program INFO WAIT active send to complete -2015-03-12 07:09:13 program INFO WAIT active send to complete -2015-03-12 07:09:13 program INFO WAIT active send to complete -2015-03-12 07:09:14 program INFO WAIT active send to complete -2015-03-12 07:09:14 program INFO WAIT active send to complete -2015-03-12 07:09:15 program INFO WAIT active send to complete -2015-03-12 07:09:15 program INFO WAIT active send to complete -2015-03-12 07:09:16 program INFO WAIT active send to complete -2015-03-12 07:09:16 program INFO WAIT active send to complete -2015-03-12 07:09:17 program INFO WAIT active send to complete -2015-03-12 07:09:18 program INFO WAIT active send to complete -2015-03-12 07:09:18 sendUrl INFO 21 [399] R:OK -2015-03-12 07:09:19 program INFO WAIT active send to complete -2015-03-12 07:09:19 program INFO WAIT active send to complete -2015-03-12 07:09:20 program INFO WAIT active send to complete -2015-03-12 07:09:20 program INFO WAIT active send to complete -2015-03-12 07:09:21 program INFO WAIT active send to complete -2015-03-12 07:09:21 program INFO WAIT active send to complete -2015-03-12 07:09:22 program INFO WAIT active send to complete -2015-03-12 07:09:22 program INFO WAIT active send to complete -2015-03-12 07:09:23 program INFO WAIT active send to complete -2015-03-12 07:09:23 program INFO WAIT active send to complete -2015-03-12 07:09:24 program INFO WAIT active send to complete -2015-03-12 07:09:24 program INFO WAIT active send to complete -2015-03-12 07:09:25 program INFO WAIT active send to complete -2015-03-12 07:09:25 program INFO WAIT active send to complete -2015-03-12 07:09:26 program INFO WAIT active send to complete -2015-03-12 07:09:26 program INFO WAIT active send to complete -2015-03-12 07:09:27 program INFO WAIT active send to complete -2015-03-12 07:09:27 program INFO WAIT active send to complete -2015-03-12 07:09:28 program INFO WAIT active send to complete -2015-03-12 07:09:28 program INFO WAIT active send to complete -2015-03-12 07:09:29 program INFO WAIT active send to complete -2015-03-12 07:09:29 program INFO WAIT active send to complete -2015-03-12 07:09:30 sendUrl INFO 21 [400] R:OK -2015-03-12 07:09:30 program INFO WAIT active send to complete -2015-03-12 07:09:31 program INFO WAIT active send to complete -2015-03-12 07:09:31 program INFO WAIT active send to complete -2015-03-12 07:09:32 program INFO WAIT active send to complete -2015-03-12 07:09:32 program INFO WAIT active send to complete -2015-03-12 07:09:33 program INFO WAIT active send to complete -2015-03-12 07:09:33 program INFO WAIT active send to complete -2015-03-12 07:09:34 program INFO WAIT active send to complete -2015-03-12 07:09:34 program INFO WAIT active send to complete -2015-03-12 07:09:35 program INFO WAIT active send to complete -2015-03-12 07:09:35 program INFO WAIT active send to complete -2015-03-12 07:09:36 program INFO WAIT active send to complete -2015-03-12 07:09:36 program INFO WAIT active send to complete -2015-03-12 07:09:37 program INFO WAIT active send to complete -2015-03-12 07:09:37 program INFO WAIT active send to complete -2015-03-12 07:09:38 program INFO WAIT active send to complete -2015-03-12 07:09:38 program INFO WAIT active send to complete -2015-03-12 07:09:39 program INFO WAIT active send to complete -2015-03-12 07:09:39 program INFO WAIT active send to complete -2015-03-12 07:09:40 program INFO WAIT active send to complete -2015-03-12 07:09:40 program INFO WAIT active send to complete -2015-03-12 07:09:41 program INFO WAIT active send to complete -2015-03-12 07:09:41 program INFO WAIT active send to complete -2015-03-12 07:09:42 program INFO WAIT active send to complete -2015-03-12 07:09:42 program INFO WAIT active send to complete -2015-03-12 07:09:43 program INFO WAIT active send to complete -2015-03-12 07:09:43 program INFO WAIT active send to complete -2015-03-12 07:09:44 program INFO WAIT active send to complete -2015-03-12 07:09:44 program INFO WAIT active send to complete -2015-03-12 07:09:45 program INFO WAIT active send to complete -2015-03-12 07:09:45 sendUrl INFO 21 [401] R:OK -2015-03-12 07:09:46 program INFO WAIT active send to complete -2015-03-12 07:09:46 program INFO WAIT active send to complete -2015-03-12 07:09:47 program INFO WAIT active send to complete -2015-03-12 07:09:47 program INFO WAIT active send to complete -2015-03-12 07:09:48 program INFO WAIT active send to complete -2015-03-12 07:09:48 program INFO WAIT active send to complete -2015-03-12 07:09:49 program INFO WAIT active send to complete -2015-03-12 07:09:49 program INFO WAIT active send to complete -2015-03-12 07:09:50 program INFO WAIT active send to complete -2015-03-12 07:09:50 program INFO WAIT active send to complete -2015-03-12 07:09:51 program INFO WAIT active send to complete -2015-03-12 07:09:51 program INFO WAIT active send to complete -2015-03-12 07:09:52 program INFO WAIT active send to complete -2015-03-12 07:09:52 program INFO WAIT active send to complete -2015-03-12 07:09:53 program INFO WAIT active send to complete -2015-03-12 07:09:53 program INFO WAIT active send to complete -2015-03-12 07:09:54 program INFO WAIT active send to complete -2015-03-12 07:09:54 program INFO WAIT active send to complete -2015-03-12 07:09:55 program INFO WAIT active send to complete -2015-03-12 07:09:55 program INFO WAIT active send to complete -2015-03-12 07:09:56 program INFO WAIT active send to complete -2015-03-12 07:09:56 program INFO WAIT active send to complete -2015-03-12 07:09:57 program INFO WAIT active send to complete -2015-03-12 07:09:57 queue INFO >>1 [404] -2015-03-12 07:09:57 program INFO WAIT active send to complete -2015-03-12 07:09:58 program INFO WAIT active send to complete -2015-03-12 07:09:58 program INFO WAIT active send to complete -2015-03-12 07:09:59 program INFO WAIT active send to complete -2015-03-12 07:09:59 program INFO WAIT active send to complete -2015-03-12 07:10:00 program INFO WAIT active send to complete -2015-03-12 07:10:01 program INFO WAIT active send to complete -2015-03-12 07:10:01 program INFO WAIT active send to complete -2015-03-12 07:10:02 program INFO WAIT active send to complete -2015-03-12 07:10:02 program INFO WAIT active send to complete -2015-03-12 07:10:03 program INFO WAIT active send to complete -2015-03-12 07:10:03 program INFO WAIT active send to complete -2015-03-12 07:10:04 program INFO WAIT active send to complete -2015-03-12 07:10:04 program INFO WAIT active send to complete -2015-03-12 07:10:05 program INFO WAIT active send to complete -2015-03-12 07:10:05 program INFO WAIT active send to complete -2015-03-12 07:10:06 program INFO WAIT active send to complete -2015-03-12 07:10:06 program INFO WAIT active send to complete -2015-03-12 07:10:07 program INFO WAIT active send to complete -2015-03-12 07:10:07 program INFO WAIT active send to complete -2015-03-12 07:10:08 program INFO WAIT active send to complete -2015-03-12 07:10:08 sendUrl INFO 1 [402] R:OK -2015-03-12 07:10:09 program INFO WAIT active send to complete -2015-03-12 07:10:09 program INFO WAIT active send to complete -2015-03-12 07:10:10 program INFO WAIT active send to complete -2015-03-12 07:10:10 program INFO WAIT active send to complete -2015-03-12 07:10:11 program INFO WAIT active send to complete -2015-03-12 07:10:11 program INFO WAIT active send to complete -2015-03-12 07:10:12 program INFO WAIT active send to complete -2015-03-12 07:10:12 program INFO WAIT active send to complete -2015-03-12 07:10:13 program INFO WAIT active send to complete -2015-03-12 07:10:13 queue INFO 3 [405] -2015-03-12 07:10:13 queue INFO >3 [406] -2015-03-12 07:10:13 program INFO WAIT active send to complete -2015-03-12 07:10:14 program INFO WAIT active send to complete -2015-03-12 07:10:14 program INFO WAIT active send to complete -2015-03-12 07:10:15 program INFO WAIT active send to complete -2015-03-12 07:10:15 program INFO WAIT active send to complete -2015-03-12 07:10:16 program INFO WAIT active send to complete -2015-03-12 07:10:16 program INFO WAIT active send to complete -2015-03-12 07:10:17 program INFO WAIT active send to complete -2015-03-12 07:10:17 program INFO WAIT active send to complete -2015-03-12 07:10:18 program INFO WAIT active send to complete -2015-03-12 07:10:18 program INFO WAIT active send to complete -2015-03-12 07:10:19 program INFO WAIT active send to complete -2015-03-12 07:10:19 program INFO WAIT active send to complete -2015-03-12 07:10:20 program INFO WAIT active send to complete -2015-03-12 07:10:20 sendUrl INFO 1 [403] R:OK -2015-03-12 07:10:21 program INFO WAIT active send to complete -2015-03-12 07:10:21 program INFO WAIT active send to complete -2015-03-12 07:10:22 program INFO WAIT active send to complete -2015-03-12 07:10:22 program INFO WAIT active send to complete -2015-03-12 07:10:23 program INFO WAIT active send to complete -2015-03-12 07:10:23 program INFO WAIT active send to complete -2015-03-12 07:10:24 program INFO WAIT active send to complete -2015-03-12 07:10:24 program INFO WAIT active send to complete -2015-03-12 07:10:25 program INFO WAIT active send to complete -2015-03-12 07:10:25 program INFO WAIT active send to complete -2015-03-12 07:10:26 program INFO WAIT active send to complete -2015-03-12 07:10:26 program INFO WAIT active send to complete -2015-03-12 07:10:27 program INFO WAIT active send to complete -2015-03-12 07:10:27 program INFO WAIT active send to complete -2015-03-12 07:10:28 program INFO WAIT active send to complete -2015-03-12 07:10:28 program INFO WAIT active send to complete -2015-03-12 07:10:29 program INFO WAIT active send to complete -2015-03-12 07:10:29 program INFO WAIT active send to complete -2015-03-12 07:10:30 program INFO WAIT active send to complete -2015-03-12 07:10:30 program INFO WAIT active send to complete -2015-03-12 07:10:31 program INFO WAIT active send to complete -2015-03-12 07:10:31 program INFO WAIT active send to complete -2015-03-12 07:10:32 program INFO WAIT active send to complete -2015-03-12 07:10:32 program INFO WAIT active send to complete -2015-03-12 07:10:33 program INFO WAIT active send to complete -2015-03-12 07:10:33 program INFO WAIT active send to complete -2015-03-12 07:10:34 program INFO WAIT active send to complete -2015-03-12 07:10:34 program INFO WAIT active send to complete -2015-03-12 07:10:35 program INFO WAIT active send to complete -2015-03-12 07:10:35 sendUrl INFO 1 [404] R:OK -2015-03-12 07:10:36 program INFO WAIT active send to complete -2015-03-12 07:10:36 program INFO WAIT active send to complete -2015-03-12 07:10:37 program INFO WAIT active send to complete -2015-03-12 07:10:37 program INFO WAIT active send to complete -2015-03-12 07:10:38 program INFO WAIT active send to complete -2015-03-12 07:10:38 program INFO WAIT active send to complete -2015-03-12 07:10:39 program INFO WAIT active send to complete -2015-03-12 07:10:39 program INFO WAIT active send to complete -2015-03-12 07:10:40 program INFO WAIT active send to complete -2015-03-12 07:10:40 program INFO WAIT active send to complete -2015-03-12 07:10:41 program INFO WAIT active send to complete -2015-03-12 07:10:41 program INFO WAIT active send to complete -2015-03-12 07:10:42 program INFO WAIT active send to complete -2015-03-12 07:10:42 program INFO WAIT active send to complete -2015-03-12 07:10:43 program INFO WAIT active send to complete -2015-03-12 07:10:43 program INFO WAIT active send to complete -2015-03-12 07:10:44 program INFO WAIT active send to complete -2015-03-12 07:10:45 program INFO WAIT active send to complete -2015-03-12 07:10:45 program INFO WAIT active send to complete -2015-03-12 07:10:46 program INFO WAIT active send to complete -2015-03-12 07:10:46 sendUrl INFO 3 [405] R:OK -2015-03-12 07:10:58 sendUrl INFO 3 [406] R:OK -2015-03-12 07:11:03 queue INFO >>3 [407] -2015-03-12 07:11:04 sendUrl INFO 3 [407] R:OK -2015-03-12 07:11:53 queue INFO >>3 [408] -2015-03-12 07:12:08 sendUrl INFO 3 [408] R:OK -2015-03-12 07:12:43 queue INFO >>3 [409] -2015-03-12 07:13:05 sendUrl INFO 3 [409] R:OK -2015-03-12 07:13:33 queue INFO >>3 [410] -2015-03-12 07:13:49 sendUrl INFO 3 [410] R:OK -2015-03-12 07:14:24 queue INFO >>3 [411] -2015-03-12 07:14:39 sendUrl INFO 3 [411] R:OK -2015-03-12 07:15:14 queue INFO >>3 [412] -2015-03-12 07:15:36 sendUrl INFO 3 [412] R:OK -2015-03-12 07:16:04 queue INFO >>3 [413] -2015-03-12 07:16:19 sendUrl INFO 3 [413] R:OK -2015-03-12 07:16:54 queue INFO >>3 [414] -2015-03-12 07:17:09 sendUrl INFO 3 [414] R:OK -2015-03-12 07:17:44 queue INFO >>3 [415] -2015-03-12 07:18:06 sendUrl INFO 3 [415] R:OK -2015-03-12 07:18:28 queue INFO 7 [416] -2015-03-12 07:18:28 queue INFO >7 [417] -2015-03-12 07:18:29 program INFO WAIT active send to complete -2015-03-12 07:18:29 sendUrl INFO 7 [416] R:OK -2015-03-12 07:18:30 queue INFO 3 [418] -2015-03-12 07:18:30 queue INFO >3 [419] -2015-03-12 07:18:30 program INFO WAIT active send to complete -2015-03-12 07:18:31 program INFO WAIT active send to complete -2015-03-12 07:18:31 program INFO WAIT active send to complete -2015-03-12 07:18:32 program INFO WAIT active send to complete -2015-03-12 07:18:32 program INFO WAIT active send to complete -2015-03-12 07:18:33 program INFO WAIT active send to complete -2015-03-12 07:18:33 program INFO WAIT active send to complete -2015-03-12 07:18:34 program INFO WAIT active send to complete -2015-03-12 07:18:34 program INFO WAIT active send to complete -2015-03-12 07:18:35 program INFO WAIT active send to complete -2015-03-12 07:18:35 program INFO WAIT active send to complete -2015-03-12 07:18:36 program INFO WAIT active send to complete -2015-03-12 07:18:36 program INFO WAIT active send to complete -2015-03-12 07:18:37 program INFO WAIT active send to complete -2015-03-12 07:18:37 program INFO WAIT active send to complete -2015-03-12 07:18:38 program INFO WAIT active send to complete -2015-03-12 07:18:38 program INFO WAIT active send to complete -2015-03-12 07:18:39 program INFO WAIT active send to complete -2015-03-12 07:18:39 program INFO WAIT active send to complete -2015-03-12 07:18:40 program INFO WAIT active send to complete -2015-03-12 07:18:40 program INFO WAIT active send to complete -2015-03-12 07:18:41 program INFO WAIT active send to complete -2015-03-12 07:18:41 program INFO WAIT active send to complete -2015-03-12 07:18:42 program INFO WAIT active send to complete -2015-03-12 07:18:42 program INFO WAIT active send to complete -2015-03-12 07:18:43 program INFO WAIT active send to complete -2015-03-12 07:18:43 program INFO WAIT active send to complete -2015-03-12 07:18:44 program INFO WAIT active send to complete -2015-03-12 07:18:44 program INFO WAIT active send to complete -2015-03-12 07:18:45 program INFO WAIT active send to complete -2015-03-12 07:18:45 program INFO WAIT active send to complete -2015-03-12 07:18:46 program INFO WAIT active send to complete -2015-03-12 07:18:46 program INFO WAIT active send to complete -2015-03-12 07:18:47 program INFO WAIT active send to complete -2015-03-12 07:18:47 program INFO WAIT active send to complete -2015-03-12 07:18:48 program INFO WAIT active send to complete -2015-03-12 07:18:48 program INFO WAIT active send to complete -2015-03-12 07:18:49 program INFO WAIT active send to complete -2015-03-12 07:18:49 program INFO WAIT active send to complete -2015-03-12 07:18:50 sendUrl INFO 7 [417] R:OK -2015-03-12 07:18:50 program INFO WAIT active send to complete -2015-03-12 07:18:51 program INFO WAIT active send to complete -2015-03-12 07:18:51 program INFO WAIT active send to complete -2015-03-12 07:18:52 program INFO WAIT active send to complete -2015-03-12 07:18:52 sendUrl INFO 3 [418] R:OK -2015-03-12 07:18:57 sendUrl INFO 3 [419] R:OK -2015-03-12 07:19:20 queue INFO >>3 [420] -2015-03-12 07:19:40 sendUrl INFO 3 [420] R:OK -2015-03-12 07:20:10 queue INFO >>3 [421] -2015-03-12 07:20:34 sendUrl INFO 3 [421] R:OK -2015-03-12 07:21:00 queue INFO >>3 [422] -2015-03-12 07:21:20 sendUrl INFO 3 [422] R:OK -2015-03-12 07:21:50 queue INFO >>3 [423] -2015-03-12 07:22:14 sendUrl INFO 3 [423] R:OK -2015-03-12 07:22:40 queue INFO >>3 [424] -2015-03-12 07:23:02 sendUrl INFO 3 [424] R:OK -2015-03-12 07:23:31 queue INFO >>3 [425] -2015-03-12 07:23:51 sendUrl INFO 3 [425] R:OK -2015-03-12 07:24:21 queue INFO >>3 [426] -2015-03-12 07:24:44 sendUrl INFO 3 [426] R:OK -2015-03-12 07:25:11 queue INFO >>3 [427] -2015-03-12 07:25:31 sendUrl INFO 3 [427] R:OK -2015-03-12 07:26:01 queue INFO >>3 [428] -2015-03-12 07:26:21 sendUrl INFO 3 [428] R:OK -2015-03-12 07:26:51 queue INFO >>3 [429] -2015-03-12 07:27:09 sendUrl INFO 3 [429] R:OK -2015-03-12 07:27:41 queue INFO >>3 [430] -2015-03-12 07:27:51 sendUrl INFO 3 [430] R:OK -2015-03-12 07:28:07 queue INFO 7 [431] -2015-03-12 07:28:07 queue INFO >7 [432] -2015-03-12 07:28:07 program INFO WAIT active send to complete -2015-03-12 07:28:07 sendUrl INFO 7 [431] R:OK -2015-03-12 07:28:08 queue INFO 3 [433] -2015-03-12 07:28:08 program INFO WAIT active send to complete -2015-03-12 07:28:08 queue INFO >3 [434] -2015-03-12 07:28:09 program INFO WAIT active send to complete -2015-03-12 07:28:09 sendUrl INFO 7 [432] R:OK -2015-03-12 07:28:10 program INFO WAIT active send to complete -2015-03-12 07:28:10 program INFO WAIT active send to complete -2015-03-12 07:28:11 program INFO WAIT active send to complete -2015-03-12 07:28:11 program INFO WAIT active send to complete -2015-03-12 07:28:12 program INFO WAIT active send to complete -2015-03-12 07:28:12 program INFO WAIT active send to complete -2015-03-12 07:28:13 program INFO WAIT active send to complete -2015-03-12 07:28:13 program INFO WAIT active send to complete -2015-03-12 07:28:14 program INFO WAIT active send to complete -2015-03-12 07:28:14 program INFO WAIT active send to complete -2015-03-12 07:28:15 program INFO WAIT active send to complete -2015-03-12 07:28:15 program INFO WAIT active send to complete -2015-03-12 07:28:16 program INFO WAIT active send to complete -2015-03-12 07:28:16 program INFO WAIT active send to complete -2015-03-12 07:28:17 program INFO WAIT active send to complete -2015-03-12 07:28:17 program INFO WAIT active send to complete -2015-03-12 07:28:18 program INFO WAIT active send to complete -2015-03-12 07:28:18 program INFO WAIT active send to complete -2015-03-12 07:28:19 program INFO WAIT active send to complete -2015-03-12 07:28:19 program INFO WAIT active send to complete -2015-03-12 07:28:20 program INFO WAIT active send to complete -2015-03-12 07:28:20 program INFO WAIT active send to complete -2015-03-12 07:28:21 program INFO WAIT active send to complete -2015-03-12 07:28:21 program INFO WAIT active send to complete -2015-03-12 07:28:22 program INFO WAIT active send to complete -2015-03-12 07:28:22 program INFO WAIT active send to complete -2015-03-12 07:28:23 program INFO WAIT active send to complete -2015-03-12 07:28:23 program INFO WAIT active send to complete -2015-03-12 07:28:24 program INFO WAIT active send to complete -2015-03-12 07:28:24 program INFO WAIT active send to complete -2015-03-12 07:28:25 program INFO WAIT active send to complete -2015-03-12 07:28:25 program INFO WAIT active send to complete -2015-03-12 07:28:26 program INFO WAIT active send to complete -2015-03-12 07:28:26 program INFO WAIT active send to complete -2015-03-12 07:28:27 program INFO WAIT active send to complete -2015-03-12 07:28:27 program INFO WAIT active send to complete -2015-03-12 07:28:28 program INFO WAIT active send to complete -2015-03-12 07:28:28 program INFO WAIT active send to complete -2015-03-12 07:28:29 program INFO WAIT active send to complete -2015-03-12 07:28:29 program INFO WAIT active send to complete -2015-03-12 07:28:30 program INFO WAIT active send to complete -2015-03-12 07:28:30 program INFO WAIT active send to complete -2015-03-12 07:28:31 program INFO WAIT active send to complete -2015-03-12 07:28:31 sendUrl INFO 3 [433] R:OK -2015-03-12 07:28:43 sendUrl INFO 3 [434] R:OK -2015-03-12 07:28:58 queue INFO >>3 [435] -2015-03-12 07:29:21 sendUrl INFO 3 [435] R:OK -2015-03-12 07:29:48 queue INFO >>3 [436] -2015-03-12 07:29:56 sendUrl INFO 3 [436] R:OK -2015-03-12 07:30:39 queue INFO >>3 [437] -2015-03-12 07:30:43 sendUrl INFO 3 [437] R:OK -2015-03-12 07:31:29 queue INFO >>3 [438] -2015-03-12 07:31:32 sendUrl INFO 3 [438] R:OK -2015-03-12 07:32:19 queue INFO >>3 [439] -2015-03-12 07:32:23 sendUrl INFO 3 [439] R:OK -2015-03-12 07:33:09 queue INFO >>3 [440] -2015-03-12 07:33:10 sendUrl INFO 3 [440] R:OK -2015-03-12 07:33:59 queue INFO >>3 [441] -2015-03-12 07:34:03 sendUrl INFO 3 [441] R:OK -2015-03-12 07:34:49 queue INFO >>3 [442] -2015-03-12 07:34:53 sendUrl INFO 3 [442] R:OK -2015-03-12 07:35:39 queue INFO >>3 [443] -2015-03-12 07:35:48 sendUrl INFO 3 [443] R:OK -2015-03-12 07:36:30 queue INFO >>3 [444] -2015-03-12 07:36:38 sendUrl INFO 3 [444] R:OK -2015-03-12 07:37:20 queue INFO >>3 [445] -2015-03-12 07:37:27 sendUrl INFO 3 [445] R:OK -2015-03-12 07:37:45 queue INFO 7 [446] -2015-03-12 07:37:46 queue INFO >7 [447] -2015-03-12 07:37:46 program INFO WAIT active send to complete -2015-03-12 07:37:47 program INFO WAIT active send to complete -2015-03-12 07:37:47 queue INFO 3 [448] -2015-03-12 07:37:47 queue INFO >3 [449] -2015-03-12 07:37:47 program INFO WAIT active send to complete -2015-03-12 07:37:48 program INFO WAIT active send to complete -2015-03-12 07:37:48 program INFO WAIT active send to complete -2015-03-12 07:37:49 program INFO WAIT active send to complete -2015-03-12 07:37:49 program INFO WAIT active send to complete -2015-03-12 07:37:50 program INFO WAIT active send to complete -2015-03-12 07:37:50 program INFO WAIT active send to complete -2015-03-12 07:37:51 program INFO WAIT active send to complete -2015-03-12 07:37:51 program INFO WAIT active send to complete -2015-03-12 07:37:52 program INFO WAIT active send to complete -2015-03-12 07:37:52 program INFO WAIT active send to complete -2015-03-12 07:37:53 program INFO WAIT active send to complete -2015-03-12 07:37:53 program INFO WAIT active send to complete -2015-03-12 07:37:54 program INFO WAIT active send to complete -2015-03-12 07:37:54 program INFO WAIT active send to complete -2015-03-12 07:37:55 program INFO WAIT active send to complete -2015-03-12 07:37:55 program INFO WAIT active send to complete -2015-03-12 07:37:56 program INFO WAIT active send to complete -2015-03-12 07:37:56 program INFO WAIT active send to complete -2015-03-12 07:37:57 program INFO WAIT active send to complete -2015-03-12 07:37:57 program INFO WAIT active send to complete -2015-03-12 07:37:58 program INFO WAIT active send to complete -2015-03-12 07:37:58 program INFO WAIT active send to complete -2015-03-12 07:37:59 program INFO WAIT active send to complete -2015-03-12 07:37:59 program INFO WAIT active send to complete -2015-03-12 07:38:00 program INFO WAIT active send to complete -2015-03-12 07:38:00 program INFO WAIT active send to complete -2015-03-12 07:38:01 program INFO WAIT active send to complete -2015-03-12 07:38:01 program INFO WAIT active send to complete -2015-03-12 07:38:02 program INFO WAIT active send to complete -2015-03-12 07:38:02 program INFO WAIT active send to complete -2015-03-12 07:38:03 program INFO WAIT active send to complete -2015-03-12 07:38:03 sendUrl INFO 7 [446] R:OK -2015-03-12 07:38:04 program INFO WAIT active send to complete -2015-03-12 07:38:04 program INFO WAIT active send to complete -2015-03-12 07:38:05 program INFO WAIT active send to complete -2015-03-12 07:38:06 program INFO WAIT active send to complete -2015-03-12 07:38:06 program INFO WAIT active send to complete -2015-03-12 07:38:07 program INFO WAIT active send to complete -2015-03-12 07:38:07 program INFO WAIT active send to complete -2015-03-12 07:38:08 program INFO WAIT active send to complete -2015-03-12 07:38:08 program INFO WAIT active send to complete -2015-03-12 07:38:09 program INFO WAIT active send to complete -2015-03-12 07:38:09 program INFO WAIT active send to complete -2015-03-12 07:38:10 program INFO WAIT active send to complete -2015-03-12 07:38:10 sendUrl INFO 7 [447] R:OK -2015-03-12 07:38:11 program INFO WAIT active send to complete -2015-03-12 07:38:11 program INFO WAIT active send to complete -2015-03-12 07:38:12 program INFO WAIT active send to complete -2015-03-12 07:38:12 program INFO WAIT active send to complete -2015-03-12 07:38:13 program INFO WAIT active send to complete -2015-03-12 07:38:13 program INFO WAIT active send to complete -2015-03-12 07:38:14 program INFO WAIT active send to complete -2015-03-12 07:38:14 program INFO WAIT active send to complete -2015-03-12 07:38:15 program INFO WAIT active send to complete -2015-03-12 07:38:15 program INFO WAIT active send to complete -2015-03-12 07:38:16 program INFO WAIT active send to complete -2015-03-12 07:38:16 program INFO WAIT active send to complete -2015-03-12 07:38:17 program INFO WAIT active send to complete -2015-03-12 07:38:17 program INFO WAIT active send to complete -2015-03-12 07:38:18 program INFO WAIT active send to complete -2015-03-12 07:38:18 program INFO WAIT active send to complete -2015-03-12 07:38:18 sendUrl INFO 3 [448] R:OK -2015-03-12 07:38:19 sendUrl INFO 3 [449] R:OK -2015-03-12 07:38:37 queue INFO >>3 [450] -2015-03-12 07:38:53 sendUrl INFO 3 [450] R:OK -2015-03-12 07:39:27 queue INFO >>3 [451] -2015-03-12 07:39:44 sendUrl INFO 3 [451] R:OK -2015-03-12 07:40:17 queue INFO >>3 [452] -2015-03-12 07:40:34 sendUrl INFO 3 [452] R:OK -2015-03-12 07:41:08 queue INFO >>3 [453] -2015-03-12 07:41:24 sendUrl INFO 3 [453] R:OK -2015-03-12 07:41:58 queue INFO >>3 [454] -2015-03-12 07:42:14 sendUrl INFO 3 [454] R:OK -2015-03-12 07:42:48 queue INFO >>3 [455] -2015-03-12 07:43:04 sendUrl INFO 3 [455] R:OK -2015-03-12 07:43:38 queue INFO >>3 [456] -2015-03-12 07:43:39 sendUrl INFO 3 [456] R:OK -2015-03-12 07:44:28 queue INFO >>3 [457] -2015-03-12 07:44:40 sendUrl INFO 3 [457] R:OK -2015-03-12 07:44:58 queue INFO 1 [458] -2015-03-12 07:44:58 queue INFO >1 [459] -2015-03-12 07:44:58 program INFO WAIT active send to complete -2015-03-12 07:44:59 program INFO WAIT active send to complete -2015-03-12 07:44:59 sendUrl INFO 1 [458] R:OK -2015-03-12 07:45:03 queue INFO 21 [460] -2015-03-12 07:45:03 program INFO WAIT active send to complete -2015-03-12 07:45:03 queue INFO >21 [461] -2015-03-12 07:45:04 program INFO WAIT active send to complete -2015-03-12 07:45:04 program INFO WAIT active send to complete -2015-03-12 07:45:05 program INFO WAIT active send to complete -2015-03-12 07:45:05 program INFO WAIT active send to complete -2015-03-12 07:45:06 program INFO WAIT active send to complete -2015-03-12 07:45:06 program INFO WAIT active send to complete -2015-03-12 07:45:07 program INFO WAIT active send to complete -2015-03-12 07:45:07 program INFO WAIT active send to complete -2015-03-12 07:45:08 program INFO WAIT active send to complete -2015-03-12 07:45:08 program INFO WAIT active send to complete -2015-03-12 07:45:09 program INFO WAIT active send to complete -2015-03-12 07:45:09 program INFO WAIT active send to complete -2015-03-12 07:45:10 program INFO WAIT active send to complete -2015-03-12 07:45:10 program INFO WAIT active send to complete -2015-03-12 07:45:11 program INFO WAIT active send to complete -2015-03-12 07:45:12 program INFO WAIT active send to complete -2015-03-12 07:45:12 program INFO WAIT active send to complete -2015-03-12 07:45:13 program INFO WAIT active send to complete -2015-03-12 07:45:13 program INFO WAIT active send to complete -2015-03-12 07:45:14 program INFO WAIT active send to complete -2015-03-12 07:45:14 program INFO WAIT active send to complete -2015-03-12 07:45:14 sendUrl INFO 1 [459] R:OK -2015-03-12 07:45:15 program INFO WAIT active send to complete -2015-03-12 07:45:16 program INFO WAIT active send to complete -2015-03-12 07:45:16 program INFO WAIT active send to complete -2015-03-12 07:45:17 program INFO WAIT active send to complete -2015-03-12 07:45:17 program INFO WAIT active send to complete -2015-03-12 07:45:18 program INFO WAIT active send to complete -2015-03-12 07:45:18 program INFO WAIT active send to complete -2015-03-12 07:45:19 program INFO WAIT active send to complete -2015-03-12 07:45:19 program INFO WAIT active send to complete -2015-03-12 07:45:20 program INFO WAIT active send to complete -2015-03-12 07:45:20 program INFO WAIT active send to complete -2015-03-12 07:45:21 program INFO WAIT active send to complete -2015-03-12 07:45:21 program INFO WAIT active send to complete -2015-03-12 07:45:22 program INFO WAIT active send to complete -2015-03-12 07:45:22 program INFO WAIT active send to complete -2015-03-12 07:45:23 program INFO WAIT active send to complete -2015-03-12 07:45:23 queue INFO 1 [462] -2015-03-12 07:45:23 queue INFO >1 [463] -2015-03-12 07:45:23 program INFO WAIT active send to complete -2015-03-12 07:45:24 program INFO WAIT active send to complete -2015-03-12 07:45:24 program INFO WAIT active send to complete -2015-03-12 07:45:25 program INFO WAIT active send to complete -2015-03-12 07:45:25 program INFO WAIT active send to complete -2015-03-12 07:45:26 program INFO WAIT active send to complete -2015-03-12 07:45:26 program INFO WAIT active send to complete -2015-03-12 07:45:27 program INFO WAIT active send to complete -2015-03-12 07:45:27 program INFO WAIT active send to complete -2015-03-12 07:45:28 program INFO WAIT active send to complete -2015-03-12 07:45:28 program INFO WAIT active send to complete -2015-03-12 07:45:29 program INFO WAIT active send to complete -2015-03-12 07:45:29 program INFO WAIT active send to complete -2015-03-12 07:45:30 program INFO WAIT active send to complete -2015-03-12 07:45:30 program INFO WAIT active send to complete -2015-03-12 07:45:31 program INFO WAIT active send to complete -2015-03-12 07:45:31 program INFO WAIT active send to complete -2015-03-12 07:45:31 sendUrl INFO 21 [460] R:OK -2015-03-12 07:45:32 program INFO WAIT active send to complete -2015-03-12 07:45:33 program INFO WAIT active send to complete -2015-03-12 07:45:33 program INFO WAIT active send to complete -2015-03-12 07:45:34 program INFO WAIT active send to complete -2015-03-12 07:45:34 program INFO WAIT active send to complete -2015-03-12 07:45:35 sendUrl INFO 21 [461] R:OK -2015-03-12 07:45:35 program INFO WAIT active send to complete -2015-03-12 07:45:36 program INFO WAIT active send to complete -2015-03-12 07:45:36 program INFO WAIT active send to complete -2015-03-12 07:45:37 program INFO WAIT active send to complete -2015-03-12 07:45:37 program INFO WAIT active send to complete -2015-03-12 07:45:38 program INFO WAIT active send to complete -2015-03-12 07:45:38 program INFO WAIT active send to complete -2015-03-12 07:45:39 program INFO WAIT active send to complete -2015-03-12 07:45:39 program INFO WAIT active send to complete -2015-03-12 07:45:40 program INFO WAIT active send to complete -2015-03-12 07:45:40 program INFO WAIT active send to complete -2015-03-12 07:45:41 program INFO WAIT active send to complete -2015-03-12 07:45:41 sendUrl INFO 1 [462] R:OK -2015-03-12 07:45:44 sendUrl INFO 1 [463] R:OK -2015-03-12 07:46:13 queue INFO >>1 [464] -2015-03-12 07:46:22 sendUrl INFO 1 [464] R:OK -2015-03-12 07:46:57 queue INFO 3 [465] -2015-03-12 07:46:57 queue INFO >3 [466] -2015-03-12 07:46:57 program INFO WAIT active send to complete -2015-03-12 07:46:58 program INFO WAIT active send to complete -2015-03-12 07:46:58 program INFO WAIT active send to complete -2015-03-12 07:46:59 program INFO WAIT active send to complete -2015-03-12 07:46:59 program INFO WAIT active send to complete -2015-03-12 07:47:00 program INFO WAIT active send to complete -2015-03-12 07:47:00 program INFO WAIT active send to complete -2015-03-12 07:47:01 program INFO WAIT active send to complete -2015-03-12 07:47:01 program INFO WAIT active send to complete -2015-03-12 07:47:02 program INFO WAIT active send to complete -2015-03-12 07:47:02 program INFO WAIT active send to complete -2015-03-12 07:47:03 program INFO WAIT active send to complete -2015-03-12 07:47:03 program INFO WAIT active send to complete -2015-03-12 07:47:04 program INFO WAIT active send to complete -2015-03-12 07:47:04 sendUrl INFO 3 [465] R:OK -2015-03-12 07:47:05 sendUrl INFO 3 [466] R:OK -2015-03-12 07:47:47 queue INFO >>3 [467] -2015-03-12 07:47:55 queue INFO 7 [468] -2015-03-12 07:47:55 program INFO WAIT active send to complete -2015-03-12 07:47:55 queue INFO >7 [469] -2015-03-12 07:47:56 program INFO WAIT active send to complete -2015-03-12 07:47:56 sendUrl INFO 3 [467] R:OK -2015-03-12 07:47:57 queue INFO 3 [470] -2015-03-12 07:47:57 program INFO WAIT active send to complete -2015-03-12 07:47:57 queue INFO >3 [471] -2015-03-12 07:47:57 program INFO WAIT active send to complete -2015-03-12 07:47:58 program INFO WAIT active send to complete -2015-03-12 07:47:58 program INFO WAIT active send to complete -2015-03-12 07:47:59 program INFO WAIT active send to complete -2015-03-12 07:47:59 program INFO WAIT active send to complete -2015-03-12 07:48:00 program INFO WAIT active send to complete -2015-03-12 07:48:00 program INFO WAIT active send to complete -2015-03-12 07:48:01 program INFO WAIT active send to complete -2015-03-12 07:48:01 program INFO WAIT active send to complete -2015-03-12 07:48:02 program INFO WAIT active send to complete -2015-03-12 07:48:02 program INFO WAIT active send to complete -2015-03-12 07:48:03 program INFO WAIT active send to complete -2015-03-12 07:48:03 program INFO WAIT active send to complete -2015-03-12 07:48:04 program INFO WAIT active send to complete -2015-03-12 07:48:04 program INFO WAIT active send to complete -2015-03-12 07:48:05 program INFO WAIT active send to complete -2015-03-12 07:48:05 sendUrl INFO 7 [468] R:OK -2015-03-12 07:48:06 program INFO WAIT active send to complete -2015-03-12 07:48:06 program INFO WAIT active send to complete -2015-03-12 07:48:07 program INFO WAIT active send to complete -2015-03-12 07:48:07 program INFO WAIT active send to complete -2015-03-12 07:48:08 program INFO WAIT active send to complete -2015-03-12 07:48:08 program INFO WAIT active send to complete -2015-03-12 07:48:09 program INFO WAIT active send to complete -2015-03-12 07:48:09 program INFO WAIT active send to complete -2015-03-12 07:48:10 program INFO WAIT active send to complete -2015-03-12 07:48:10 program INFO WAIT active send to complete -2015-03-12 07:48:11 program INFO WAIT active send to complete -2015-03-12 07:48:11 sendUrl INFO 7 [469] R:OK -2015-03-12 07:48:12 program INFO WAIT active send to complete -2015-03-12 07:48:12 program INFO WAIT active send to complete -2015-03-12 07:48:13 program INFO WAIT active send to complete -2015-03-12 07:48:13 program INFO WAIT active send to complete -2015-03-12 07:48:14 program INFO WAIT active send to complete -2015-03-12 07:48:14 sendUrl INFO 3 [470] R:OK -2015-03-12 07:48:20 sendUrl INFO 3 [471] R:OK -2015-03-12 07:48:47 queue INFO >>3 [472] -2015-03-12 07:48:55 sendUrl INFO 3 [472] R:OK -2015-03-12 07:49:37 queue INFO >>3 [473] -2015-03-12 07:49:38 sendUrl INFO 3 [473] R:OK -2015-03-12 07:50:27 queue INFO >>3 [474] -2015-03-12 07:50:27 sendUrl INFO 3 [474] R:OK -2015-03-12 07:51:17 queue INFO >>3 [475] -2015-03-12 07:51:18 sendUrl INFO 3 [475] R:OK -2015-03-12 07:52:08 queue INFO >>3 [476] -2015-03-12 07:52:08 sendUrl INFO 3 [476] R:OK -2015-03-12 07:52:58 queue INFO >>3 [477] -2015-03-12 07:52:58 sendUrl INFO 3 [477] R:OK -2015-03-12 07:53:48 queue INFO >>3 [478] -2015-03-12 07:53:48 sendUrl INFO 3 [478] R:OK -2015-03-12 07:54:38 queue INFO >>3 [479] -2015-03-12 07:54:38 sendUrl INFO 3 [479] R:OK -2015-03-12 07:55:28 queue INFO >>3 [480] -2015-03-12 07:55:29 sendUrl INFO 3 [480] R:OK -2015-03-12 07:56:18 queue INFO >>3 [481] -2015-03-12 07:56:19 sendUrl INFO 3 [481] R:OK -2015-03-12 07:57:08 queue INFO >>3 [482] -2015-03-12 07:57:09 sendUrl INFO 3 [482] R:OK -2015-03-12 07:57:34 queue INFO 7 [483] -2015-03-12 07:57:34 queue INFO >7 [484] -2015-03-12 07:57:34 sendUrl INFO 7 [483] R:OK -2015-03-12 07:57:34 sendUrl INFO 7 [484] R:OK -2015-03-12 07:57:35 queue INFO 3 [485] -2015-03-12 07:57:35 queue INFO >3 [486] -2015-03-12 07:57:35 sendUrl INFO 3 [485] R:OK -2015-03-12 07:57:36 sendUrl INFO 3 [486] R:OK -2015-03-12 07:58:25 queue INFO >>3 [487] -2015-03-12 07:58:25 sendUrl INFO 3 [487] R:OK -2015-03-12 07:59:15 queue INFO >>3 [488] -2015-03-12 07:59:16 sendUrl INFO 3 [488] R:OK -2015-03-12 08:00:05 queue INFO >>3 [489] -2015-03-12 08:00:06 sendUrl INFO 3 [489] R:OK -2015-03-12 08:00:56 queue INFO >>3 [490] -2015-03-12 08:00:56 sendUrl INFO 3 [490] R:OK -2015-03-12 08:01:46 queue INFO >>3 [491] -2015-03-12 08:01:46 sendUrl INFO 3 [491] R:OK -2015-03-12 08:02:36 queue INFO >>3 [492] -2015-03-12 08:02:36 sendUrl INFO 3 [492] R:OK -2015-03-12 08:03:26 queue INFO >>3 [493] -2015-03-12 08:03:26 sendUrl INFO 3 [493] R:OK -2015-03-12 08:04:16 queue INFO >>3 [494] -2015-03-12 08:04:17 sendUrl INFO 3 [494] R:OK -2015-03-12 08:05:06 queue INFO >>3 [495] -2015-03-12 08:05:06 sendUrl INFO 3 [495] R:OK -2015-03-12 08:05:56 queue INFO >>3 [496] -2015-03-12 08:05:57 sendUrl INFO 3 [496] R:OK -2015-03-12 08:06:47 queue INFO >>3 [497] -2015-03-12 08:06:47 sendUrl INFO 3 [497] R:OK -2015-03-12 08:07:11 queue INFO 7 [498] -2015-03-12 08:07:12 queue INFO >7 [499] -2015-03-12 08:07:12 sendUrl INFO 7 [498] R:OK -2015-03-12 08:07:12 sendUrl INFO 7 [499] R:OK -2015-03-12 08:07:13 queue INFO 3 [500] -2015-03-12 08:07:13 queue INFO >3 [501] -2015-03-12 08:07:13 sendUrl INFO 3 [500] R:OK -2015-03-12 08:07:14 sendUrl INFO 3 [501] R:OK -2015-03-12 08:08:03 queue INFO >>3 [502] -2015-03-12 08:08:04 sendUrl INFO 3 [502] R:OK -2015-03-12 08:08:53 queue INFO >>3 [503] -2015-03-12 08:08:54 sendUrl INFO 3 [503] R:OK -2015-03-12 08:09:44 queue INFO >>3 [504] -2015-03-12 08:09:44 sendUrl INFO 3 [504] R:OK -2015-03-12 08:10:34 queue INFO >>3 [505] -2015-03-12 08:10:34 sendUrl INFO 3 [505] R:OK -2015-03-12 08:11:24 queue INFO >>3 [506] -2015-03-12 08:11:24 sendUrl INFO 3 [506] R:OK -2015-03-12 08:12:14 queue INFO >>3 [507] -2015-03-12 08:12:14 sendUrl INFO 3 [507] R:OK -2015-03-12 08:13:04 queue INFO >>3 [508] -2015-03-12 08:13:05 sendUrl INFO 3 [508] R:OK -2015-03-12 08:13:54 queue INFO >>3 [509] -2015-03-12 08:13:55 sendUrl INFO 3 [509] R:OK -2015-03-12 08:14:44 queue INFO >>3 [510] -2015-03-12 08:14:45 sendUrl INFO 3 [510] R:OK -2015-03-12 08:15:35 queue INFO >>3 [511] -2015-03-12 08:15:35 sendUrl INFO 3 [511] R:OK -2015-03-12 08:16:17 queue INFO 1 [512] -2015-03-12 08:16:18 queue INFO >1 [513] -2015-03-12 08:16:18 sendUrl INFO 1 [512] R:OK -2015-03-12 08:16:18 sendUrl INFO 1 [513] R:OK -2015-03-12 08:16:51 queue INFO 21 [514] -2015-03-12 08:16:51 queue INFO >21 [515] -2015-03-12 08:16:51 sendUrl INFO 21 [514] R:OK -2015-03-12 08:16:52 sendUrl INFO 21 [515] R:OK -2015-03-12 08:17:41 queue INFO >>21 [516] -2015-03-12 08:17:42 sendUrl INFO 21 [516] R:OK -2015-03-12 08:18:31 queue INFO >>21 [517] -2015-03-12 08:18:31 sendUrl INFO 21 [517] R:OK -2015-03-12 08:19:22 queue INFO >>21 [518] -2015-03-12 08:19:22 sendUrl INFO 21 [518] R:OK -2015-03-12 08:20:12 queue INFO >>21 [519] -2015-03-12 08:20:12 sendUrl INFO 21 [519] R:OK -2015-03-12 08:21:02 queue INFO >>21 [520] -2015-03-12 08:21:02 sendUrl INFO 21 [520] R:OK -2015-03-12 08:21:52 queue INFO >>21 [521] -2015-03-12 08:21:52 sendUrl INFO 21 [521] R:OK -2015-03-12 08:22:18 queue INFO 1 [522] -2015-03-12 08:22:19 queue INFO >1 [523] -2015-03-12 08:22:19 sendUrl INFO 1 [522] R:OK -2015-03-12 08:22:20 sendUrl INFO 1 [523] R:OK -2015-03-12 08:22:43 queue INFO 5 [524] -2015-03-12 08:22:43 queue INFO >5 [525] -2015-03-12 08:22:43 sendUrl INFO 5 [524] R:OK -2015-03-12 08:22:44 sendUrl INFO 5 [525] R:OK -2015-03-12 08:22:44 queue INFO 1 [526] -2015-03-12 08:22:45 queue INFO >1 [527] -2015-03-12 08:22:45 sendUrl INFO 1 [526] R:OK -2015-03-12 08:22:45 sendUrl INFO 1 [527] R:OK -2015-03-12 08:23:34 queue INFO >>1 [528] -2015-03-12 08:23:35 sendUrl INFO 1 [528] R:OK -2015-03-12 08:24:06 queue INFO 3 [529] -2015-03-12 08:24:06 queue INFO >3 [530] -2015-03-12 08:24:06 sendUrl INFO 3 [529] R:OK -2015-03-12 08:24:07 sendUrl INFO 3 [530] R:OK -2015-03-12 08:24:56 queue INFO >>3 [531] -2015-03-12 08:24:56 sendUrl INFO 3 [531] R:OK -2015-03-12 08:25:46 queue INFO >>3 [532] -2015-03-12 08:25:46 sendUrl INFO 3 [532] R:OK -2015-03-12 08:26:36 queue INFO >>3 [533] -2015-03-12 08:26:37 sendUrl INFO 3 [533] R:OK -2015-03-12 08:27:26 queue INFO >>3 [534] -2015-03-12 08:27:27 sendUrl INFO 3 [534] R:OK -2015-03-12 08:28:17 queue INFO >>3 [535] -2015-03-12 08:28:17 sendUrl INFO 3 [535] R:OK -2015-03-12 08:29:07 queue INFO >>3 [536] -2015-03-12 08:29:07 sendUrl INFO 3 [536] R:OK -2015-03-12 08:29:57 queue INFO >>3 [537] -2015-03-12 08:29:57 sendUrl INFO 3 [537] R:OK -2015-03-12 08:30:47 queue INFO >>3 [538] -2015-03-12 08:30:47 sendUrl INFO 3 [538] R:OK -2015-03-12 08:31:37 queue INFO >>3 [539] -2015-03-12 08:31:37 sendUrl INFO 3 [539] R:OK -2015-03-12 08:32:21 queue INFO 7 [540] -2015-03-12 08:32:21 queue INFO >7 [541] -2015-03-12 08:32:22 sendUrl INFO 7 [540] R:OK -2015-03-12 08:32:22 sendUrl INFO 7 [541] R:OK -2015-03-12 08:32:23 queue INFO 3 [542] -2015-03-12 08:32:23 sendUrl INFO 3 [542] R:OK -2015-03-12 08:32:23 queue INFO >3 [543] -2015-03-12 08:32:23 sendUrl INFO 3 [543] R:OK -2015-03-12 08:33:13 queue INFO >>3 [544] -2015-03-12 08:33:13 sendUrl INFO 3 [544] R:OK -2015-03-12 08:34:03 queue INFO >>3 [545] -2015-03-12 08:34:03 sendUrl INFO 3 [545] R:OK -2015-03-12 08:34:53 queue INFO >>3 [546] -2015-03-12 08:34:53 sendUrl INFO 3 [546] R:OK -2015-03-12 08:35:43 queue INFO >>3 [547] -2015-03-12 08:35:44 sendUrl INFO 3 [547] R:OK -2015-03-12 08:36:33 queue INFO >>3 [548] -2015-03-12 08:36:33 sendUrl INFO 3 [548] R:OK -2015-03-12 08:37:23 queue INFO >>3 [549] -2015-03-12 08:37:24 sendUrl INFO 3 [549] R:OK -2015-03-12 08:38:14 queue INFO >>3 [550] -2015-03-12 08:38:14 sendUrl INFO 3 [550] R:OK -2015-03-12 08:39:04 queue INFO >>3 [551] -2015-03-12 08:39:04 sendUrl INFO 3 [551] R:OK -2015-03-12 08:39:54 queue INFO >>3 [552] -2015-03-12 08:39:54 sendUrl INFO 3 [552] R:OK -2015-03-12 08:40:44 queue INFO >>3 [553] -2015-03-12 08:40:45 sendUrl INFO 3 [553] R:OK -2015-03-12 08:41:34 queue INFO >>3 [554] -2015-03-12 08:41:34 sendUrl INFO 3 [554] R:OK -2015-03-12 08:41:59 queue INFO 7 [555] -2015-03-12 08:41:59 queue INFO >7 [556] -2015-03-12 08:42:00 sendUrl INFO 7 [555] R:OK -2015-03-12 08:42:00 sendUrl INFO 7 [556] R:OK -2015-03-12 08:42:01 queue INFO 3 [557] -2015-03-12 08:42:01 queue INFO >3 [558] -2015-03-12 08:42:01 sendUrl INFO 3 [557] R:OK -2015-03-12 08:42:02 sendUrl INFO 3 [558] R:OK -2015-03-12 08:42:51 queue INFO >>3 [559] -2015-03-12 08:42:51 sendUrl INFO 3 [559] R:OK -2015-03-12 08:43:41 queue INFO >>3 [560] -2015-03-12 08:43:41 sendUrl INFO 3 [560] R:OK -2015-03-12 08:44:31 queue INFO >>3 [561] -2015-03-12 08:44:32 sendUrl INFO 3 [561] R:OK -2015-03-12 08:45:21 queue INFO >>3 [562] -2015-03-12 08:45:21 sendUrl INFO 3 [562] R:OK -2015-03-12 08:46:11 queue INFO >>3 [563] -2015-03-12 08:46:12 sendUrl INFO 3 [563] R:OK -2015-03-12 08:47:02 queue INFO >>3 [564] -2015-03-12 08:47:02 sendUrl INFO 3 [564] R:OK -2015-03-12 08:47:52 queue INFO >>3 [565] -2015-03-12 08:47:52 sendUrl INFO 3 [565] R:OK -2015-03-12 08:48:42 queue INFO >>3 [566] -2015-03-12 08:48:42 sendUrl INFO 3 [566] R:OK -2015-03-12 08:49:32 queue INFO >>3 [567] -2015-03-12 08:49:32 sendUrl INFO 3 [567] R:OK -2015-03-12 08:50:22 queue INFO >>3 [568] -2015-03-12 08:50:23 sendUrl INFO 3 [568] R:OK -2015-03-12 08:51:12 queue INFO >>3 [569] -2015-03-12 08:51:13 sendUrl INFO 3 [569] R:OK -2015-03-12 08:51:38 queue INFO 7 [570] -2015-03-12 08:51:38 queue INFO >7 [571] -2015-03-12 08:51:38 sendUrl INFO 7 [570] R:OK -2015-03-12 08:51:39 sendUrl INFO 7 [571] R:OK -2015-03-12 08:51:39 queue INFO 3 [572] -2015-03-12 08:51:39 queue INFO >3 [573] -2015-03-12 08:51:40 sendUrl INFO 3 [572] R:OK -2015-03-12 08:51:40 sendUrl INFO 3 [573] R:OK -2015-03-12 08:52:29 queue INFO >>3 [574] -2015-03-12 08:52:29 sendUrl INFO 3 [574] R:OK -2015-03-12 08:53:19 queue INFO >>3 [575] -2015-03-12 08:53:20 sendUrl INFO 3 [575] R:OK -2015-03-12 08:54:10 queue INFO >>3 [576] -2015-03-12 08:54:10 sendUrl INFO 3 [576] R:OK -2015-03-12 08:55:00 queue INFO >>3 [577] -2015-03-12 08:55:00 sendUrl INFO 3 [577] R:OK -2015-03-12 08:55:50 queue INFO >>3 [578] -2015-03-12 08:55:50 sendUrl INFO 3 [578] R:OK -2015-03-12 08:56:40 queue INFO >>3 [579] -2015-03-12 08:56:40 sendUrl INFO 3 [579] R:OK -2015-03-12 08:57:30 queue INFO >>3 [580] -2015-03-12 08:57:30 sendUrl INFO 3 [580] R:OK -2015-03-12 08:58:20 queue INFO >>3 [581] -2015-03-12 08:58:21 sendUrl INFO 3 [581] R:OK -2015-03-12 08:59:10 queue INFO >>3 [582] -2015-03-12 08:59:11 sendUrl INFO 3 [582] R:OK -2015-03-12 09:00:01 queue INFO >>3 [583] -2015-03-12 09:00:01 sendUrl INFO 3 [583] R:OK -2015-03-12 09:00:51 queue INFO >>3 [584] -2015-03-12 09:00:51 sendUrl INFO 3 [584] R:OK -2015-03-12 09:01:16 queue INFO 7 [585] -2015-03-12 09:01:16 queue INFO >7 [586] -2015-03-12 09:01:17 sendUrl INFO 7 [585] R:OK -2015-03-12 09:01:17 sendUrl INFO 7 [586] R:OK -2015-03-12 09:01:17 queue INFO 3 [587] -2015-03-12 09:01:18 queue INFO >3 [588] -2015-03-12 09:01:18 program INFO WAIT active send to complete -2015-03-12 09:01:18 program INFO WAIT active send to complete -2015-03-12 09:01:19 program INFO WAIT active send to complete -2015-03-12 09:01:20 program INFO WAIT active send to complete -2015-03-12 09:01:20 program INFO WAIT active send to complete -2015-03-12 09:01:21 program INFO WAIT active send to complete -2015-03-12 09:01:21 program INFO WAIT active send to complete -2015-03-12 09:01:22 program INFO WAIT active send to complete -2015-03-12 09:01:22 program INFO WAIT active send to complete -2015-03-12 09:01:23 program INFO WAIT active send to complete -2015-03-12 09:01:23 program INFO WAIT active send to complete -2015-03-12 09:01:24 program INFO WAIT active send to complete -2015-03-12 09:01:24 program INFO WAIT active send to complete -2015-03-12 09:01:25 program INFO WAIT active send to complete -2015-03-12 09:01:25 program INFO WAIT active send to complete -2015-03-12 09:01:26 program INFO WAIT active send to complete -2015-03-12 09:01:26 program INFO WAIT active send to complete -2015-03-12 09:01:27 program INFO WAIT active send to complete -2015-03-12 09:01:27 program INFO WAIT active send to complete -2015-03-12 09:01:28 program INFO WAIT active send to complete -2015-03-12 09:01:28 program INFO WAIT active send to complete -2015-03-12 09:01:29 program INFO WAIT active send to complete -2015-03-12 09:01:29 program INFO WAIT active send to complete -2015-03-12 09:01:30 program INFO WAIT active send to complete -2015-03-12 09:01:30 program INFO WAIT active send to complete -2015-03-12 09:01:31 program INFO WAIT active send to complete -2015-03-12 09:01:31 program INFO WAIT active send to complete -2015-03-12 09:01:32 program INFO WAIT active send to complete -2015-03-12 09:01:32 program INFO WAIT active send to complete -2015-03-12 09:01:33 program INFO WAIT active send to complete -2015-03-12 09:01:33 program INFO WAIT active send to complete -2015-03-12 09:01:34 program INFO WAIT active send to complete -2015-03-12 09:01:34 program INFO WAIT active send to complete -2015-03-12 09:01:35 program INFO WAIT active send to complete -2015-03-12 09:01:35 program INFO WAIT active send to complete -2015-03-12 09:01:36 program INFO WAIT active send to complete -2015-03-12 09:01:36 program INFO WAIT active send to complete -2015-03-12 09:01:36 sendUrl INFO 3 [587] R:OK -2015-03-12 09:01:38 sendUrl INFO 3 [588] R:OK -2015-03-12 09:02:08 queue INFO >>3 [589] -2015-03-12 09:02:28 sendUrl INFO 3 [589] R:OK -2015-03-12 09:02:58 queue INFO >>3 [590] -2015-03-12 09:02:58 sendUrl INFO 3 [590] R:OK -2015-03-12 09:03:48 queue INFO >>3 [591] -2015-03-12 09:04:00 sendUrl INFO 3 [591] R:OK -2015-03-12 09:04:38 queue INFO >>3 [592] -2015-03-12 09:04:39 sendUrl INFO 3 [592] R:OK -2015-03-12 09:05:28 queue INFO >>3 [593] -2015-03-12 09:05:29 sendUrl INFO 3 [593] R:OK -2015-03-12 09:06:18 queue INFO >>3 [594] -2015-03-12 09:06:25 sendUrl INFO 3 [594] R:OK -2015-03-12 09:07:08 queue INFO >>3 [595] -2015-03-12 09:07:17 sendUrl INFO 3 [595] R:OK -2015-03-12 09:07:59 queue INFO >>3 [596] -2015-03-12 09:07:59 sendUrl INFO 3 [596] R:OK -2015-03-12 09:08:49 queue INFO >>3 [597] -2015-03-12 09:08:49 sendUrl INFO 3 [597] R:OK -2015-03-12 09:09:39 queue INFO >>3 [598] -2015-03-12 09:09:41 sendUrl INFO 3 [598] R:OK -2015-03-12 09:10:29 queue INFO >>3 [599] -2015-03-12 09:10:30 sendUrl INFO 3 [599] R:OK -2015-03-12 09:10:55 queue INFO 7 [600] -2015-03-12 09:10:55 queue INFO >7 [601] -2015-03-12 09:10:55 program INFO WAIT active send to complete -2015-03-12 09:10:56 program INFO WAIT active send to complete -2015-03-12 09:10:56 queue INFO 3 [602] -2015-03-12 09:10:56 sendUrl INFO 7 [600] R:OK -2015-03-12 09:10:57 queue INFO >3 [603] -2015-03-12 09:10:57 program INFO WAIT active send to complete -2015-03-12 09:10:58 program INFO WAIT active send to complete -2015-03-12 09:10:58 program INFO WAIT active send to complete -2015-03-12 09:10:59 program INFO WAIT active send to complete -2015-03-12 09:10:59 program INFO WAIT active send to complete -2015-03-12 09:11:00 program INFO WAIT active send to complete -2015-03-12 09:11:00 program INFO WAIT active send to complete -2015-03-12 09:11:01 program INFO WAIT active send to complete -2015-03-12 09:11:01 program INFO WAIT active send to complete -2015-03-12 09:11:02 program INFO WAIT active send to complete -2015-03-12 09:11:02 program INFO WAIT active send to complete -2015-03-12 09:11:03 program INFO WAIT active send to complete -2015-03-12 09:11:03 program INFO WAIT active send to complete -2015-03-12 09:11:04 program INFO WAIT active send to complete -2015-03-12 09:11:04 program INFO WAIT active send to complete -2015-03-12 09:11:05 program INFO WAIT active send to complete -2015-03-12 09:11:05 sendUrl INFO 7 [601] R:OK -2015-03-12 09:11:06 program INFO WAIT active send to complete -2015-03-12 09:11:06 program INFO WAIT active send to complete -2015-03-12 09:11:07 program INFO WAIT active send to complete -2015-03-12 09:11:07 program INFO WAIT active send to complete -2015-03-12 09:11:08 program INFO WAIT active send to complete -2015-03-12 09:11:08 sendUrl INFO 3 [602] R:OK -2015-03-12 09:11:14 sendUrl INFO 3 [603] R:OK -2015-03-12 09:11:47 queue INFO >>3 [604] -2015-03-12 09:11:55 sendUrl INFO 3 [604] R:OK -2015-03-12 09:12:37 queue INFO >>3 [605] -2015-03-12 09:12:37 sendUrl INFO 3 [605] R:OK -2015-03-12 09:13:27 queue INFO >>3 [606] -2015-03-12 09:13:35 sendUrl INFO 3 [606] R:OK -2015-03-12 09:14:17 queue INFO >>3 [607] -2015-03-12 09:14:25 sendUrl INFO 3 [607] R:OK -2015-03-12 09:15:07 queue INFO >>3 [608] -2015-03-12 09:15:20 sendUrl INFO 3 [608] R:OK -2015-03-12 09:15:57 queue INFO >>3 [609] -2015-03-12 09:16:06 sendUrl INFO 3 [609] R:OK -2015-03-12 09:16:47 queue INFO >>3 [610] -2015-03-12 09:16:56 sendUrl INFO 3 [610] R:OK -2015-03-12 09:17:38 queue INFO >>3 [611] -2015-03-12 09:17:46 sendUrl INFO 3 [611] R:OK -2015-03-12 09:18:28 queue INFO >>3 [612] -2015-03-12 09:18:28 sendUrl INFO 3 [612] R:OK -2015-03-12 09:19:18 queue INFO >>3 [613] -2015-03-12 09:19:18 sendUrl INFO 3 [613] R:OK -2015-03-12 09:20:08 queue INFO >>3 [614] -2015-03-12 09:20:09 sendUrl INFO 3 [614] R:OK -2015-03-12 09:20:33 queue INFO 7 [615] -2015-03-12 09:20:33 queue INFO >7 [616] -2015-03-12 09:20:34 program INFO WAIT active send to complete -2015-03-12 09:20:34 sendUrl INFO 7 [615] R:OK -2015-03-12 09:20:35 queue INFO 3 [617] -2015-03-12 09:20:35 queue INFO >3 [618] -2015-03-12 09:20:35 program ERROR IOB offline -2015-03-12 09:20:35 sendUrl INFO 7 [616] R:OK -2015-03-12 09:20:36 program INFO IOB ONLINE! -2015-03-12 09:20:36 program INFO WAIT active send to complete -2015-03-12 09:20:37 program INFO WAIT active send to complete -2015-03-12 09:20:37 program INFO WAIT active send to complete -2015-03-12 09:20:38 program INFO WAIT active send to complete -2015-03-12 09:20:38 program INFO WAIT active send to complete -2015-03-12 09:20:39 program INFO WAIT active send to complete -2015-03-12 09:20:39 program INFO WAIT active send to complete -2015-03-12 09:20:40 program INFO WAIT active send to complete -2015-03-12 09:20:40 program INFO WAIT active send to complete -2015-03-12 09:20:41 program INFO WAIT active send to complete -2015-03-12 09:20:41 program INFO WAIT active send to complete -2015-03-12 09:20:42 program INFO WAIT active send to complete -2015-03-12 09:20:42 program INFO WAIT active send to complete -2015-03-12 09:20:43 program INFO WAIT active send to complete -2015-03-12 09:20:43 program INFO WAIT active send to complete -2015-03-12 09:20:44 program INFO WAIT active send to complete -2015-03-12 09:20:44 program INFO WAIT active send to complete -2015-03-12 09:20:45 program INFO WAIT active send to complete -2015-03-12 09:20:45 program INFO WAIT active send to complete -2015-03-12 09:20:46 program INFO WAIT active send to complete -2015-03-12 09:20:46 program INFO WAIT active send to complete -2015-03-12 09:20:47 program INFO WAIT active send to complete -2015-03-12 09:20:47 program INFO WAIT active send to complete -2015-03-12 09:20:48 program INFO WAIT active send to complete -2015-03-12 09:20:48 program INFO WAIT active send to complete -2015-03-12 09:20:49 program INFO WAIT active send to complete -2015-03-12 09:20:49 program INFO WAIT active send to complete -2015-03-12 09:20:50 program INFO WAIT active send to complete -2015-03-12 09:20:50 program INFO WAIT active send to complete -2015-03-12 09:20:51 program INFO WAIT active send to complete -2015-03-12 09:20:51 sendUrl INFO 3 [617] R:OK -2015-03-12 09:20:51 sendUrl INFO 3 [618] R:OK -2015-03-12 09:21:00 queue INFO 21 [619] -2015-03-12 09:21:01 queue INFO >21 [620] -2015-03-12 09:21:01 program INFO WAIT active send to complete -2015-03-12 09:21:02 program INFO WAIT active send to complete -2015-03-12 09:21:02 program INFO WAIT active send to complete -2015-03-12 09:21:03 program INFO WAIT active send to complete -2015-03-12 09:21:03 program INFO WAIT active send to complete -2015-03-12 09:21:04 program INFO WAIT active send to complete -2015-03-12 09:21:04 program INFO WAIT active send to complete -2015-03-12 09:21:05 program INFO WAIT active send to complete -2015-03-12 09:21:05 program INFO WAIT active send to complete -2015-03-12 09:21:06 program INFO WAIT active send to complete -2015-03-12 09:21:06 program INFO WAIT active send to complete -2015-03-12 09:21:07 program INFO WAIT active send to complete -2015-03-12 09:21:07 sendUrl INFO 21 [619] R:OK -2015-03-12 09:21:21 sendUrl INFO 21 [620] R:OK -2015-03-12 09:21:51 queue INFO >>21 [621] -2015-03-12 09:21:57 sendUrl INFO 21 [621] R:OK -2015-03-12 09:22:14 queue INFO 1 [622] -2015-03-12 09:22:15 queue INFO >1 [623] -2015-03-12 09:22:15 program INFO WAIT active send to complete -2015-03-12 09:22:16 program INFO WAIT active send to complete -2015-03-12 09:22:16 program INFO WAIT active send to complete -2015-03-12 09:22:17 program INFO WAIT active send to complete -2015-03-12 09:22:17 program INFO WAIT active send to complete -2015-03-12 09:22:18 program INFO WAIT active send to complete -2015-03-12 09:22:18 program INFO WAIT active send to complete -2015-03-12 09:22:19 program INFO WAIT active send to complete -2015-03-12 09:22:19 program INFO WAIT active send to complete -2015-03-12 09:22:20 program INFO WAIT active send to complete -2015-03-12 09:22:20 program INFO WAIT active send to complete -2015-03-12 09:22:21 program INFO WAIT active send to complete -2015-03-12 09:22:21 program INFO WAIT active send to complete -2015-03-12 09:22:22 program INFO WAIT active send to complete -2015-03-12 09:22:22 program INFO WAIT active send to complete -2015-03-12 09:22:23 program INFO WAIT active send to complete -2015-03-12 09:22:23 program INFO WAIT active send to complete -2015-03-12 09:22:24 program INFO WAIT active send to complete -2015-03-12 09:22:24 program INFO WAIT active send to complete -2015-03-12 09:22:25 program INFO WAIT active send to complete -2015-03-12 09:22:25 program INFO WAIT active send to complete -2015-03-12 09:22:26 program INFO WAIT active send to complete -2015-03-12 09:22:26 program INFO WAIT active send to complete -2015-03-12 09:22:27 program INFO WAIT active send to complete -2015-03-12 09:22:27 program INFO WAIT active send to complete -2015-03-12 09:22:28 program INFO WAIT active send to complete -2015-03-12 09:22:28 program INFO WAIT active send to complete -2015-03-12 09:22:29 program INFO WAIT active send to complete -2015-03-12 09:22:29 program INFO WAIT active send to complete -2015-03-12 09:22:30 program INFO WAIT active send to complete -2015-03-12 09:22:30 program INFO WAIT active send to complete -2015-03-12 09:22:31 program INFO WAIT active send to complete -2015-03-12 09:22:32 program INFO WAIT active send to complete -2015-03-12 09:22:32 sendUrl INFO 1 [622] R:OK -2015-03-12 09:22:33 sendUrl INFO 1 [623] R:OK -2015-03-12 09:22:38 queue INFO 3 [624] -2015-03-12 09:22:38 queue INFO >3 [625] -2015-03-12 09:22:39 program INFO WAIT active send to complete -2015-03-12 09:22:39 sendUrl INFO 3 [624] R:OK -2015-03-12 09:22:47 sendUrl INFO 3 [625] R:OK -2015-03-12 09:23:28 queue INFO >>3 [626] -2015-03-12 09:23:28 sendUrl INFO 3 [626] R:OK -2015-03-12 09:24:18 queue INFO >>3 [627] -2015-03-12 09:24:19 sendUrl INFO 3 [627] R:OK -2015-03-12 09:25:08 queue INFO >>3 [628] -2015-03-12 09:25:09 sendUrl INFO 3 [628] R:OK -2015-03-12 09:25:58 queue INFO >>3 [629] -2015-03-12 09:25:59 sendUrl INFO 3 [629] R:OK -2015-03-12 09:26:48 queue INFO >>3 [630] -2015-03-12 09:26:49 sendUrl INFO 3 [630] R:OK -2015-03-12 09:27:38 queue INFO >>3 [631] -2015-03-12 09:27:40 sendUrl INFO 3 [631] R:OK -2015-03-12 09:28:29 queue INFO >>3 [632] -2015-03-12 09:28:29 sendUrl INFO 3 [632] R:OK -2015-03-12 09:29:19 queue INFO >>3 [633] -2015-03-12 09:29:20 sendUrl INFO 3 [633] R:OK -2015-03-12 09:30:09 queue INFO >>3 [634] -2015-03-12 09:30:10 sendUrl INFO 3 [634] R:OK -2015-03-12 09:30:53 queue INFO 7 [635] -2015-03-12 09:30:53 queue INFO >7 [636] -2015-03-12 09:30:53 sendUrl INFO 7 [635] R:OK -2015-03-12 09:30:54 sendUrl INFO 7 [636] R:OK -2015-03-12 09:30:54 queue INFO 3 [637] -2015-03-12 09:30:54 queue INFO >3 [638] -2015-03-12 09:30:55 program INFO WAIT active send to complete -2015-03-12 09:30:55 program INFO WAIT active send to complete -2015-03-12 09:30:56 program INFO WAIT active send to complete -2015-03-12 09:30:56 program INFO WAIT active send to complete -2015-03-12 09:30:57 program INFO WAIT active send to complete -2015-03-12 09:30:57 program INFO WAIT active send to complete -2015-03-12 09:30:58 program INFO WAIT active send to complete -2015-03-12 09:30:58 program INFO WAIT active send to complete -2015-03-12 09:30:59 program INFO WAIT active send to complete -2015-03-12 09:30:59 program INFO WAIT active send to complete -2015-03-12 09:31:00 program INFO WAIT active send to complete -2015-03-12 09:31:00 sendUrl INFO 3 [637] R:OK -2015-03-12 09:31:08 sendUrl INFO 3 [638] R:OK -2015-03-12 09:31:44 queue INFO >>3 [639] -2015-03-12 09:31:50 sendUrl INFO 3 [639] R:OK -2015-03-12 09:32:35 queue INFO >>3 [640] -2015-03-12 09:32:40 sendUrl INFO 3 [640] R:OK -2015-03-12 09:33:25 queue INFO >>3 [641] -2015-03-12 09:33:25 sendUrl INFO 3 [641] R:OK -2015-03-12 09:34:15 queue INFO >>3 [642] -2015-03-12 09:34:21 sendUrl INFO 3 [642] R:OK -2015-03-12 09:35:05 queue INFO >>3 [643] -2015-03-12 09:35:11 sendUrl INFO 3 [643] R:OK -2015-03-12 09:35:55 queue INFO >>3 [644] -2015-03-12 09:36:01 sendUrl INFO 3 [644] R:OK diff --git a/ConfIOB/Donati/1015_162/readParallela.py b/ConfIOB/Donati/1015_162/readParallela.py deleted file mode 100644 index 5a38f21..0000000 --- a/ConfIOB/Donati/1015_162/readParallela.py +++ /dev/null @@ -1,530 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -# readParallela v. 1.8 -# versione estetica di Carlo + single instance timer - -#--------------------------------------------------------------- -# levare locking -# timer semplificata -# GPIO global - - -import time -import sys - - -from datetime import datetime - -import urllib -import ConfigParser -import os, sys - -import logging -import logging.handlers -import threading -import Queue -#-------------------------------------------------------------- - -# COSTANTI -MSGLEN = 9 -TIMEOUTSERIALE = 10 -MAXRETRY = 3 - -PROGRAM_NAME ="ReadPar IOB-pi v.1.8" - -# DA FILE CONF -idxMacchina = "1001" -SAMPLETIME = 0.1 -TIMEOUTSHORT = (SAMPLETIME*20) -TIMEOUTLONG = (SAMPLETIME*600) -SENDURLTIME = 0.08 - -# VAR -to_enable = False -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG -to_serial = TIMEOUTSERIALE -to_retry = MAXRETRY -errormsglen = 0 - -# VAR - -out_0 = 24 -out_1 = 26 - -in_0 = 11 -in_1 = 12 -in_2 = 13 -in_3 = 15 -in_4 = 16 -in_5 = 18 -in_6 = 22 -in_7 = 7 - -# contatore: serve x match tra accoda ed invia x possibile controllo a posteriori... ogni volta che accodo incremento di 1, va da 0 a 999 -cont = '0' - -# variabile stato online/offline della macchina -onLine = '1' - -# variabile stato seinding/waiting x la parte invio URL -sending = '0' - -# variabile stato timer thread busy -timer_busy = False - -#-------------------------------------------------------------- -# Gestione coda (condivisa) x registrazione eventi ed invio URL -#print "Creazione coda 1000 elementi" - -Coda = Queue.Queue(0) - -#queueLock = threading.Lock() - -#--------------------------------------------------------------- -# lettura parallela -# ritorna il byte letto pulito ( due char hex ) - -def readParallela(): - - global in_0 - global in_1 - global in_2 - global in_3 - global in_4 - global in_5 - global in_6 - global in_7 - - global GPIO - - current = '' - -# print "input : " - - # ritorna '' se non ci sono abbastanza caratteri - try: - num_value = 255 - -# print "num_value : " , num_value , in_0 - - if GPIO.input(in_0): - num_value = num_value - 1 - - if GPIO.input(in_1): - num_value = num_value - 2 - - if GPIO.input(in_2): - num_value = num_value - 4 - - if GPIO.input(in_3): - num_value = num_value - 8 - - if GPIO.input(in_4): - num_value = num_value - 16 - - if GPIO.input(in_5): - num_value = num_value - 32 - - if GPIO.input(in_6): - num_value = num_value - 64 - - if GPIO.input(in_7): - num_value = num_value - 128 - - current = hex( num_value ).replace ( "0x" , "" ).upper() - -# print "\n\n\n\n\n" , num_value , current - - except: - pass - - return current - - -#-------------------------------------------------------------- -# MARCO: cambiare: chiama URL NON deve chiamare url MA METTERE IN CODA (riempiCoda!!!) -# la parte URL vera va messa in svuotaCoda, PARAMETRICA - -#--------------------------------------------------------------- -#Funzione di scrittura su coda con try-except - -def accoda(): - - try: -# url = URLBASE + idxMacchina + URLADV1 + value -# urllib.urlopen ( url ) - #dtEve = time.strftime("%y%m%d%H%M%S")+"000" - dtEve = datetime.utcnow().strftime('%Y%m%d%H%M%S%f')[:-3] - #logPro.debug( "Nuovo valore inserito in coda: " + dtEve + "#" + value + '#' + cont) - #print(dtEve) - #queueLock.acquire() - Coda.put(dtEve + '#' + value + '#' + cont) - #queueLock.release() - #print "Nuovo valore inserito in coda: " + dtEve + "#", value - - except Queue.Full: - logPro.error( "Quque full" + dtEve + '#' + value + '#' + cont ) - except: - logPro.error( "NETWORK:Errore http-no com rete-timeout" + url ) -# print "Url aforte" , url - - -#-------------------------------------------------------------- -# MARCO: scrivere svuotaCoda come thread etc... -def svuota_coda(): - - global onLine - global sending - global timer_busy - - #print "start timer " - - if ( timer_busy == False ): - timer_busy = True - #print "start timer ok " - - try: - if not Coda.empty(): - #print "coda da svuotare!" - response = urllib.urlopen(URLALIVE) - answ = response.read() - if answ == 'OK': - #print "OK alive" - response2 = urllib.urlopen(URLENABLED + idxMacchina) - answ2 = response2.read() - if answ2 == 'OK': - # aggiorno stato ad online - if onLine == '0': - logPro.info("IOB ONLINE!") - #print("IOB ONLINE") - - onLine = '1' # imposto comunque online - else: - if onLine == '1': - logPro.error("IOB offline") - #print("IOB offline") - - onLine = '0' - else: - if onLine == '1': - logPro.error("Server offline") - #print("Server offline") - - onLine = '0' - - # ora verifico SE si possa inviare (ovvero sia online server e NON ci siano altri send attivi...) - if onLine == '1': - if sending == '0': - #segnalo che sono in sending! - sending = '1' - - # formatto dataOra corrente - #dtCurr = time.strftime("%y%m%d%H%M%S")+"000" - dtCurr = datetime.utcnow().strftime('%Y%m%d%H%M%S%f')[:-3] - # prendo 1 valore dalla coda... - #queueLock.acquire() - resp = Coda.get() - # RILASCIO SUBITO la coda x nuovi insert... - #queueLock.release() - - - # recupero valori da coda! - dtEve = resp.split("#")[0] - value = resp.split("#")[1] - cnt = resp.split("#")[2] - url = URLBASE + idxMacchina + URLADV1 + value - url = url + '&dtCurr=' + dtCurr + '&dtEve=' + dtEve + '&cnt=' + cnt - # CHIAMO URL - response3 = urllib.urlopen ( url ) - answ3 = response3.read() - #print(url) - #logPro.debug(url) - - - # log valore inviato! - logSnd.info( value + ' ['+ cnt +']' + ' R:' + answ3 ) - #print "Valore smaltito dalla coda" - - # completato invio, riporto sending a zero! - sending = '0' - else: - logPro.info("WAIT active send to complete") - - else: - pass - - else: - pass - - except: - if onLine == '1': - logPro.error("Server Non raggiungibile") - #print "Non raggiungibile" - - onLine = '0' - -# in ogni caso - - timer_busy = False - #print "end timer ok" - - - #print "end timer " - - -#--------------------------------------------------------------- -# funzione timer thread -#--------------------------------------------------------------- -def do_every (interval, worker_func, iterations = 0): - if iterations != 1: - threading.Timer ( - interval, - do_every, [interval, worker_func, 0 if iterations == 0 else iterations-1] - ).start (); - - worker_func (); - -#--------------------------------------------------------------- -# gestione contatore -#--------------------------------------------------------------- -def contatore(): - - try: - global cont - ctr = int(cont) - ctr +=1 - ctr = ctr % 1000 # round robin 1000 eventi x track - cont = str(ctr) - except: - print("errore incremento contatore") - -#--------------------------------------------------------------- -# avvia porta parallela -#--------------------------------------------------------------- -def avviaParallela(): - - global in_0 - global in_1 - global in_2 - global in_3 - global in_4 - global in_5 - global in_6 - global in_7 - - global GPIO - - try: - - GPIO.setmode(GPIO.BOARD) - - GPIO.setwarnings(False) - - #GPIO.setup(out_0, GPIO.OUT) # output 0 - #GPIO.setup(out_1, GPIO.OUT) # output 1 - - GPIO.setup(in_0, GPIO.IN) # input 0 - GPIO.setup(in_1, GPIO.IN) # input 1 - GPIO.setup(in_2, GPIO.IN) # input 2 - GPIO.setup(in_3, GPIO.IN) # input 3 - GPIO.setup(in_4, GPIO.IN) # input 4 - GPIO.setup(in_5, GPIO.IN) # input 5 - GPIO.setup(in_6, GPIO.IN) # input 6 - GPIO.setup(in_7, GPIO.IN) # input 7 - - except: - print( "\n\n" + PROGRAM_NAME + " - Error 3 on RPi.GPIO ! \n\n") - sys.exit(1) - - - print( "\n\n" + PROGRAM_NAME + " - init ok \n\n") - - -#--------------------------------------------------------------- -#--------------------------------------------------------------- -# MAIN - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'IOB.cfg' ) - - SAMPLETIME = config.getfloat ( 'time' , 'SAMPLETIME' ) - TIMEOUTSHORT = config.getfloat ( 'time' , 'TIMEOUTSHORT' ) - TIMEOUTLONG = config.getfloat ( 'time' , 'TIMEOUTLONG' ) - SENDURLTIME = config.getfloat ( 'time' , 'SENDURLTIME' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - - - URLBASE = config.get ( 'web' , 'URLBASE' ) - URLENABLED = config.get('web' , 'URLENABLED') - URLALIVE = config.get ('web' , 'URLALIVE') - URLADV1 = config.get ( 'web' , 'URLADV1' ) - - LOGFILE = config.get ( 'log' , 'LOGFILE' ) - LOGLEVEL = config.get ( 'log' , 'LOGLEVEL' ) -except: - print "\n\n" + PROGRAM_NAME + ' - Error 4 - in config file ' 'IOB.cfg' - sys.exit(1) - -#-------------------------------------------- -# oggetto Logger -#-------------------------------------------- -try: - logging.basicConfig(level=logging.DEBUG, - format='%(asctime)s %(name)-8s %(levelname)-8s %(message)s', - datefmt='%Y-%m-%d %H:%M:%S', - filename=LOGFILE, - filemode='a' - ) - - # aggiungo 2 logger specifici x queue e send... - logQue = logging.getLogger('queue') - logSnd = logging.getLogger('sendUrl') - logPro = logging.getLogger('program') - -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) -#-------------------------------------------- - - -print "\n\n" + PROGRAM_NAME + "\n\n" - -global startstatus -startstatus = 1 - -if startstatus == 1: - logPro.info("Avvio Programma" + PROGRAM_NAME) - -## Verifica l'OS e di conseguenza carica il file relativo con metodo di lockfile appropriato + check singola istanza -if os.name == 'posix': - import unix -else: - import win - -logPro.info( "Start " + PROGRAM_NAME ) - - -# lettura file configurazione - -# [id] -# idxMacchina = 2001 -# [time] -# SAMPLETIME = 0.1 -# TIMEOUTSHORT = 200 -# TIMEOUTLONG = 6000 - - -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' SAMPLETIME = %4.2f' % ( SAMPLETIME ) ) -print ( ' TIMEOUTSHORT = %4.2f' % ( TIMEOUTSHORT ) ) -print ( ' TIMEOUTLONG = %4.2f' % ( TIMEOUTLONG ) ) -print ( ' SENDURLTIME = %4.2f' % ( SENDURLTIME ) ) -print ( ' URLBASE = %s' % ( URLBASE ) ) -print ( ' URLADV1 = %s' % ( URLADV1 ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) -print ( ' LOGLEVEL = %s' % ( LOGLEVEL ) ) - -# -sys.stdout.write ( 'idxMacchina ?' + idxMacchina + '\n') - -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG - - -#-------------------------------------------------------------- -# apertura parallela - -try: - import RPi.GPIO as GPIO -except RuntimeError: - print( "\n\n" + PROGRAM_NAME + " - Error 1 - you need superuser privileges") -except: - print( "\n\n" + PROGRAM_NAME + " - Error 2 - you need superuser privileges. USE 'sudo' to run your script\n\n") - sys.exit(1) - - -avviaParallela() - - -#-------------------------------------------------------------- -# MARCO: qui inserire avvio thread di "svuotaCoda" - -# avviaSvuotaCoda -#print "Avvia svuota coda" - -do_every ( SENDURLTIME , svuota_coda ); - -#--------------------------------------------------------------- -# ciclo forever and ever - -old = '' - -#print "Avvio ciclo" -logPro.info("Avvio loop principale") -while 1: - - try: - time.sleep (SAMPLETIME) - except: - logPro.info("First_SLEEP: errore attesa sampletime") - - # lettura dati da IOB - value = readParallela() - - if ( value != '' ) : - if value != old : - #loggo e invio dati - try: - logQue.info( value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda") - pass - #enable e reset timer - to_enable = True - to_short = TIMEOUTSHORT - to_long = TIMEOUTLONG - - old = value - - - # gestione timeout breve - if ( to_enable ) : - to_short = to_short - SAMPLETIME - if to_short <= 0: - #loggo e invio dati - try: - logQue.info( '>' + value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda TO_short") - pass - to_short = TIMEOUTSHORT - to_enable = False # dopo un colpo il timer breve viene disabilitato - to_long = TIMEOUTLONG - - # gestione timeout lungo - to_long = to_long - SAMPLETIME - if to_long <= 0: - #loggo e invio dati - try: - logQue.info( '>>' + value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda TO_long") - pass - to_long = TIMEOUTLONG - - - - diff --git a/ConfIOB/Donati/1015_162/sendReboot.py b/ConfIOB/Donati/1015_162/sendReboot.py deleted file mode 100644 index 36dd316..0000000 --- a/ConfIOB/Donati/1015_162/sendReboot.py +++ /dev/null @@ -1,96 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -# sendReboot v. 1.1 - -#--------------------------------------------------------------- - - -import time -import sys - - -from datetime import datetime - -import urllib -import ConfigParser -import os, sys - -import logging - -#--------------------------------------------------------------- - -# COSTANTI -PROGRAM_NAME ="SendReboot IOB-pi v.1.3" - -# DA FILE CONF -idxMacchina = "99" - -#--------------------------------------------------------------- -#Funzione di scrittura su url con try-except - -def chiamaUrl(): - - try: - url = URLREBO + idxMacchina - urllib.urlopen ( url ) - except: - logging.info ( "NETWORK:Errore http-no com rete-timeout per url: " + url ) - print "Url aforte" , url - -#--------------------------------------------------------------- -# MAIN -#--------------------------------------------------------------- - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'IOB.cfg' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - - - URLREBO = config.get ( 'web' , 'URLREBO' ) - - LOGFILE = config.get ( 'log' , 'LOGREBO' ) -except: - print "\n\n" + PROGRAM_NAME + ' - Error 4 - in config file ' 'IOB.cfg' - sys.exit(1) - - -#-------------------------------------------- -# oggetto Logger -#-------------------------------------------- -try: -# log = Logger(LOGFILE) - logging.basicConfig(level=logging.DEBUG, - format='%(asctime)s %(name)-8s %(levelname)-8s %(message)s', - datefmt='%Y-%m-%d %H:%M:%S', - filename=LOGFILE, - filemode='a') - -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) -#-------------------------------------------- - - -print "\n\n" + PROGRAM_NAME + "\n\n" - -global startstatus -startstatus = 1 - -if startstatus == 1: - logging.info("Avvio Programma" + PROGRAM_NAME) - - -# lettura file configurazione - - -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' URLREBO = %s' % ( URLREBO ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) - - -chiamaUrl() - diff --git a/ConfIOB/Donati/1015_162/sendRebootIOB b/ConfIOB/Donati/1015_162/sendRebootIOB deleted file mode 100644 index fa28624..0000000 --- a/ConfIOB/Donati/1015_162/sendRebootIOB +++ /dev/null @@ -1,29 +0,0 @@ -### BEGIN INIT INFO -# Provides: sendReboot -# Required-Start: $remote_fs $syslog -# Required-Stop: $remote_fs $syslog -# Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 -# Short-Description: Steamware's IOB reboot signal -# Description: Steamware's sendReboot segnalazione reboot dispositivo -### END INIT INFO - -#! /bin/sh -# /etc/init.d/sendReboot - - - -export HOME -case "$1" in - start) - echo "Starting sendReboot" - cd /home/pi/steamware - /usr/bin/python ./sendReboot.py 2>&1 & - ;; - *) - echo "Usage: /etc/init.d/sendReboot {start}" - exit 1 - ;; -esac -exit 0 - diff --git a/ConfIOB/Donati/1015_162/unix.py b/ConfIOB/Donati/1015_162/unix.py deleted file mode 100644 index 12fb3dc..0000000 --- a/ConfIOB/Donati/1015_162/unix.py +++ /dev/null @@ -1,31 +0,0 @@ -import fcntl -import os -import logging - -#--------------------------------------------------------------- -# meccanismo di file lock per evitare multiple instances -# The function will try to lock the file specified , if it success, return True, else return False. -# The nice thing is that the lock will be dropped when the program terminates. -# >>>Use : -# if not lockFile(".lock.pod"): -# sys.exit(0) - -def lockFile ( lockfile ) : - - fd = os.open ( lockfile , os.O_CREAT | os.O_TRUNC | os.O_WRONLY ) - try: - # Request exclusive (EX) non-blocking (NB) advisory lock. - fcntl.lockf ( fd , fcntl.LOCK_EX | fcntl.LOCK_NB ) - except IOError: - return False - - return True - -if not lockFile ( ".lockfile" ) : - print '\n noi non siamo soli ...\n' - logging.error( "LOCK: Piu istanze aperte") - #sys.exit ( 0 ) - -#- print '\n running alone ...\n' - - diff --git a/ConfIOB/Donati/1016_163/IOB.cfg b/ConfIOB/Donati/1016_163/IOB.cfg deleted file mode 100644 index 4c98374..0000000 --- a/ConfIOB/Donati/1016_163/IOB.cfg +++ /dev/null @@ -1,23 +0,0 @@ -[id] -idxMacchina = 1016 - -[web] -URLBASE = http://192.168.51.71/MPIO2/inputIOB.aspx?idxMacchina= -URLALIVE = http://192.168.51.71/MPIO2/Alive.aspx -URLENABLED = http://192.168.51.71/MPIO2/Enabled.aspx?idxMacchina= -URLADV1 = &valore= -URLREBO = http://192.168.51.71/MPIO2/sendReboot.aspx?idxMacchina= - -[time] -SAMPLETIME = 0.20 -TIMEOUTSHORT = 0.30 -TIMEOUTLONG = 50 -SENDURLTIME = 0.50 - -[log] -LOGLEVEL = 10 -LOGFILE = logfile.txt -LOGREBO = logReboot.txt - -[comm] -port = /dev/ttyAMA0 diff --git a/ConfIOB/Donati/1016_163/MapoIOB b/ConfIOB/Donati/1016_163/MapoIOB deleted file mode 100644 index c49ec0a..0000000 --- a/ConfIOB/Donati/1016_163/MapoIOB +++ /dev/null @@ -1,41 +0,0 @@ -### BEGIN INIT INFO -# Provides: MapoIOB: script Steamware per avvio driver IOB -# Required-Start: $remote_fs $syslog ramlog -# Required-Stop: $remote_fs $syslog ramlog -# Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 -# Short-Description: Steamware's MapoIOB driver -# Description: Steamware's MapoIOB driver, versione lettura porta parallela -### END INIT INFO - -#! /bin/sh -# /etc/init.d/MapoIOB - -export HOME -case "$1" in - start) - echo "Starting readParallela" - cd /home/pi/steamware - /usr/bin/python ./readParallela.py 2>&1 & - ;; - stop) - echo "Stopping readParallela" - RS_PID=`ps auxwww | grep readParallela.py | head -1 | awk '{print $2}'` - kill -9 $RS_PID - cd /home/pi/steamware - rm .lockfile - ;; - restart) - ## Stop the service and regardless of whether it was - ## running or not, start it again. - $0 stop - killall python - $0 start - ;; - *) - echo "Usage: /etc/init.d/MapoIOB {start|stop|restart}" - exit 1 - ;; -esac -exit 0 - diff --git a/ConfIOB/Donati/1016_163/MapoIOB.1.gz b/ConfIOB/Donati/1016_163/MapoIOB.1.gz deleted file mode 100644 index b464817..0000000 Binary files a/ConfIOB/Donati/1016_163/MapoIOB.1.gz and /dev/null differ diff --git a/ConfIOB/Donati/1016_163/checkAlive.sh b/ConfIOB/Donati/1016_163/checkAlive.sh deleted file mode 100644 index 92bc816..0000000 --- a/ConfIOB/Donati/1016_163/checkAlive.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/bash - -# controlla se il logfile è correntemente scritto (quindi MapoIOB è alive) altrimenti riavvia! - -DATE=`date +%Y-%m-%d` -cd /var/log -if [ -f MapoIOB ] - then - # controllo SE sia stato acceduto da meno di 2 minuti (=alive da log...) - trovato=`find . -name 'MapoIOB*' -cmin -1` - if [[ $trovato != './MapoIOB' ]] - then - /etc/init.d/MapoIOB restart - echo $date + "riavvio!" - fi -else - # in questo caso AVVIO il processo MapoIOB - /etc/init.d/MapoIOB start - echo $date + "file non trovato, avvio!" -fi diff --git a/ConfIOB/Donati/1016_163/cleanPython.sh b/ConfIOB/Donati/1016_163/cleanPython.sh deleted file mode 100644 index c4f616a..0000000 --- a/ConfIOB/Donati/1016_163/cleanPython.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash - -DATE=`date +%Y-%m-%d_%T` -# log inizio pulizia -echo $DATE " - INIZIO pulizia processi python" >> clean.log -# effettua pulizia processi: killa tutti i processi python -killall python - -# avvia MapoIob -/etc/init.d/MapoIOB start - -# log fatto! -DATE=`date +%Y-%m-%d_%T` -echo $DATE " - FINE pulizia processi python + riavvio MapoIOB" >> clean.log diff --git a/ConfIOB/Donati/1016_163/logfile.txt b/ConfIOB/Donati/1016_163/logfile.txt deleted file mode 100644 index 0cbbdf9..0000000 --- a/ConfIOB/Donati/1016_163/logfile.txt +++ /dev/null @@ -1,3516 +0,0 @@ -2015-03-12 06:26:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.7 -2015-03-12 06:26:02 program INFO Start ReadPar IOB-pi v.1.7 -2015-03-12 06:26:02 program INFO Avvio loop principale -2015-03-12 06:26:02 queue INFO 3 [0] -2015-03-12 06:26:03 queue INFO >3 [1] -2015-03-12 06:26:03 sendUrl INFO 3 [0] R:OK -2015-03-12 06:26:03 sendUrl INFO 3 [1] R:OK -2015-03-12 06:26:52 queue INFO >>3 [2] -2015-03-12 06:26:53 sendUrl INFO 3 [2] R:OK -2015-03-12 06:27:43 queue INFO >>3 [3] -2015-03-12 06:27:43 sendUrl INFO 3 [3] R:OK -2015-03-12 06:27:48 queue INFO 7 [4] -2015-03-12 06:27:49 queue INFO >7 [5] -2015-03-12 06:27:49 program INFO WAIT active send to complete -2015-03-12 06:27:50 program INFO WAIT active send to complete -2015-03-12 06:27:50 queue INFO 3 [6] -2015-03-12 06:27:50 queue INFO >3 [7] -2015-03-12 06:27:50 program INFO WAIT active send to complete -2015-03-12 06:27:51 program INFO WAIT active send to complete -2015-03-12 06:27:51 program INFO WAIT active send to complete -2015-03-12 06:27:52 program INFO WAIT active send to complete -2015-03-12 06:27:52 program INFO WAIT active send to complete -2015-03-12 06:27:53 program INFO WAIT active send to complete -2015-03-12 06:27:53 program INFO WAIT active send to complete -2015-03-12 06:27:54 program INFO WAIT active send to complete -2015-03-12 06:27:55 program INFO WAIT active send to complete -2015-03-12 06:27:55 program INFO WAIT active send to complete -2015-03-12 06:27:56 program INFO WAIT active send to complete -2015-03-12 06:27:56 program INFO WAIT active send to complete -2015-03-12 06:27:57 program INFO WAIT active send to complete -2015-03-12 06:27:57 program INFO WAIT active send to complete -2015-03-12 06:27:57 sendUrl INFO 7 [4] R:OK -2015-03-12 06:27:58 program INFO WAIT active send to complete -2015-03-12 06:27:59 program INFO WAIT active send to complete -2015-03-12 06:27:59 program INFO WAIT active send to complete -2015-03-12 06:27:59 sendUrl INFO 7 [5] R:OK -2015-03-12 06:28:00 program INFO WAIT active send to complete -2015-03-12 06:28:01 program INFO WAIT active send to complete -2015-03-12 06:28:01 program INFO WAIT active send to complete -2015-03-12 06:28:02 program INFO WAIT active send to complete -2015-03-12 06:28:02 program INFO WAIT active send to complete -2015-03-12 06:28:03 program INFO WAIT active send to complete -2015-03-12 06:28:03 program INFO WAIT active send to complete -2015-03-12 06:28:04 program INFO WAIT active send to complete -2015-03-12 06:28:04 program INFO WAIT active send to complete -2015-03-12 06:28:05 program INFO WAIT active send to complete -2015-03-12 06:28:05 program INFO WAIT active send to complete -2015-03-12 06:28:06 sendUrl INFO 3 [6] R:OK -2015-03-12 06:28:33 sendUrl INFO 3 [7] R:OK -2015-03-12 06:28:40 queue INFO >>3 [8] -2015-03-12 06:28:47 sendUrl INFO 3 [8] R:OK -2015-03-12 06:29:30 queue INFO >>3 [9] -2015-03-12 06:29:38 sendUrl INFO 3 [9] R:OK -2015-03-12 06:30:12 queue INFO 7 [10] -2015-03-12 06:30:13 queue INFO >7 [11] -2015-03-12 06:30:13 sendUrl INFO 7 [10] R:OK -2015-03-12 06:30:14 queue INFO 3 [12] -2015-03-12 06:30:14 queue INFO >3 [13] -2015-03-12 06:30:14 program INFO WAIT active send to complete -2015-03-12 06:30:15 program INFO WAIT active send to complete -2015-03-12 06:30:15 program INFO WAIT active send to complete -2015-03-12 06:30:16 program INFO WAIT active send to complete -2015-03-12 06:30:16 program INFO WAIT active send to complete -2015-03-12 06:30:17 program INFO WAIT active send to complete -2015-03-12 06:30:18 program INFO WAIT active send to complete -2015-03-12 06:30:18 sendUrl INFO 7 [11] R:OK -2015-03-12 06:30:19 program INFO WAIT active send to complete -2015-03-12 06:30:19 program INFO WAIT active send to complete -2015-03-12 06:30:20 program INFO WAIT active send to complete -2015-03-12 06:30:20 program INFO WAIT active send to complete -2015-03-12 06:30:21 program INFO WAIT active send to complete -2015-03-12 06:30:21 program INFO WAIT active send to complete -2015-03-12 06:30:22 program INFO WAIT active send to complete -2015-03-12 06:30:22 program INFO WAIT active send to complete -2015-03-12 06:30:23 program INFO WAIT active send to complete -2015-03-12 06:30:23 program INFO WAIT active send to complete -2015-03-12 06:30:24 program INFO WAIT active send to complete -2015-03-12 06:30:24 program INFO WAIT active send to complete -2015-03-12 06:30:25 program INFO WAIT active send to complete -2015-03-12 06:30:25 program INFO WAIT active send to complete -2015-03-12 06:30:26 program INFO WAIT active send to complete -2015-03-12 06:30:26 program INFO WAIT active send to complete -2015-03-12 06:30:27 program INFO WAIT active send to complete -2015-03-12 06:30:27 program INFO WAIT active send to complete -2015-03-12 06:30:28 sendUrl INFO 3 [12] R:OK -2015-03-12 06:30:36 sendUrl INFO 3 [13] R:OK -2015-03-12 06:31:04 queue INFO >>3 [14] -2015-03-12 06:31:07 sendUrl INFO 3 [14] R:OK -2015-03-12 06:31:54 queue INFO >>3 [15] -2015-03-12 06:31:55 sendUrl INFO 3 [15] R:OK -2015-03-12 06:32:36 queue INFO 7 [16] -2015-03-12 06:32:37 queue INFO >7 [17] -2015-03-12 06:32:37 sendUrl INFO 7 [16] R:OK -2015-03-12 06:32:38 queue INFO 3 [18] -2015-03-12 06:32:38 queue INFO >3 [19] -2015-03-12 06:32:38 program INFO WAIT active send to complete -2015-03-12 06:32:39 program INFO WAIT active send to complete -2015-03-12 06:32:40 program INFO WAIT active send to complete -2015-03-12 06:32:40 program INFO WAIT active send to complete -2015-03-12 06:32:41 program INFO WAIT active send to complete -2015-03-12 06:32:41 program INFO WAIT active send to complete -2015-03-12 06:32:42 program INFO WAIT active send to complete -2015-03-12 06:32:42 program INFO WAIT active send to complete -2015-03-12 06:32:43 program INFO WAIT active send to complete -2015-03-12 06:32:43 program INFO WAIT active send to complete -2015-03-12 06:32:43 sendUrl INFO 7 [17] R:OK -2015-03-12 06:32:44 program INFO WAIT active send to complete -2015-03-12 06:32:45 program INFO WAIT active send to complete -2015-03-12 06:32:45 program INFO WAIT active send to complete -2015-03-12 06:32:46 program INFO WAIT active send to complete -2015-03-12 06:32:46 program INFO WAIT active send to complete -2015-03-12 06:32:47 program INFO WAIT active send to complete -2015-03-12 06:32:47 program INFO WAIT active send to complete -2015-03-12 06:32:48 program INFO WAIT active send to complete -2015-03-12 06:32:48 program INFO WAIT active send to complete -2015-03-12 06:32:49 program INFO WAIT active send to complete -2015-03-12 06:32:49 program INFO WAIT active send to complete -2015-03-12 06:32:50 program INFO WAIT active send to complete -2015-03-12 06:32:50 program INFO WAIT active send to complete -2015-03-12 06:32:51 program INFO WAIT active send to complete -2015-03-12 06:32:51 program INFO WAIT active send to complete -2015-03-12 06:32:52 program INFO WAIT active send to complete -2015-03-12 06:32:52 program INFO WAIT active send to complete -2015-03-12 06:32:53 program INFO WAIT active send to complete -2015-03-12 06:32:53 program INFO WAIT active send to complete -2015-03-12 06:32:54 program INFO WAIT active send to complete -2015-03-12 06:32:54 program INFO WAIT active send to complete -2015-03-12 06:32:55 program INFO WAIT active send to complete -2015-03-12 06:32:55 program INFO WAIT active send to complete -2015-03-12 06:32:56 program INFO WAIT active send to complete -2015-03-12 06:32:56 program INFO WAIT active send to complete -2015-03-12 06:32:57 program INFO WAIT active send to complete -2015-03-12 06:32:57 program INFO WAIT active send to complete -2015-03-12 06:32:58 program INFO WAIT active send to complete -2015-03-12 06:32:58 sendUrl INFO 3 [18] R:OK -2015-03-12 06:33:06 sendUrl INFO 3 [19] R:OK -2015-03-12 06:33:28 queue INFO >>3 [20] -2015-03-12 06:33:34 sendUrl INFO 3 [20] R:OK -2015-03-12 06:34:19 queue INFO >>3 [21] -2015-03-12 06:34:23 sendUrl INFO 3 [21] R:OK -2015-03-12 06:35:00 queue INFO 7 [22] -2015-03-12 06:35:01 queue INFO >7 [23] -2015-03-12 06:35:01 program INFO WAIT active send to complete -2015-03-12 06:35:02 program INFO WAIT active send to complete -2015-03-12 06:35:02 program INFO WAIT active send to complete -2015-03-12 06:35:02 queue INFO 3 [24] -2015-03-12 06:35:02 queue INFO >3 [25] -2015-03-12 06:35:03 program INFO WAIT active send to complete -2015-03-12 06:35:03 program INFO WAIT active send to complete -2015-03-12 06:35:04 program INFO WAIT active send to complete -2015-03-12 06:35:04 sendUrl INFO 7 [22] R:OK -2015-03-12 06:35:05 program INFO WAIT active send to complete -2015-03-12 06:35:05 program INFO WAIT active send to complete -2015-03-12 06:35:06 program INFO WAIT active send to complete -2015-03-12 06:35:06 program INFO WAIT active send to complete -2015-03-12 06:35:07 program INFO WAIT active send to complete -2015-03-12 06:35:07 program INFO WAIT active send to complete -2015-03-12 06:35:07 sendUrl INFO 7 [23] R:OK -2015-03-12 06:35:08 program INFO WAIT active send to complete -2015-03-12 06:35:09 program INFO WAIT active send to complete -2015-03-12 06:35:09 program INFO WAIT active send to complete -2015-03-12 06:35:10 program INFO WAIT active send to complete -2015-03-12 06:35:10 program INFO WAIT active send to complete -2015-03-12 06:35:11 program INFO WAIT active send to complete -2015-03-12 06:35:11 program INFO WAIT active send to complete -2015-03-12 06:35:12 program INFO WAIT active send to complete -2015-03-12 06:35:12 program INFO WAIT active send to complete -2015-03-12 06:35:13 program INFO WAIT active send to complete -2015-03-12 06:35:13 program INFO WAIT active send to complete -2015-03-12 06:35:14 program INFO WAIT active send to complete -2015-03-12 06:35:14 sendUrl INFO 3 [24] R:OK -2015-03-12 06:35:29 sendUrl INFO 3 [25] R:OK -2015-03-12 06:35:52 queue INFO >>3 [26] -2015-03-12 06:35:54 sendUrl INFO 3 [26] R:OK -2015-03-12 06:36:43 queue INFO >>3 [27] -2015-03-12 06:36:44 sendUrl INFO 3 [27] R:OK -2015-03-12 06:37:25 queue INFO 7 [28] -2015-03-12 06:37:25 queue INFO >7 [29] -2015-03-12 06:37:26 program INFO WAIT active send to complete -2015-03-12 06:37:26 program INFO WAIT active send to complete -2015-03-12 06:37:26 queue INFO 3 [30] -2015-03-12 06:37:27 queue INFO >3 [31] -2015-03-12 06:37:27 program INFO WAIT active send to complete -2015-03-12 06:37:27 program INFO WAIT active send to complete -2015-03-12 06:37:28 program INFO WAIT active send to complete -2015-03-12 06:37:28 program INFO WAIT active send to complete -2015-03-12 06:37:29 program INFO WAIT active send to complete -2015-03-12 06:37:29 program INFO WAIT active send to complete -2015-03-12 06:37:30 program INFO WAIT active send to complete -2015-03-12 06:37:30 program INFO WAIT active send to complete -2015-03-12 06:37:31 program INFO WAIT active send to complete -2015-03-12 06:37:31 program INFO WAIT active send to complete -2015-03-12 06:37:32 program INFO WAIT active send to complete -2015-03-12 06:37:32 program INFO WAIT active send to complete -2015-03-12 06:37:33 program INFO WAIT active send to complete -2015-03-12 06:37:33 program INFO WAIT active send to complete -2015-03-12 06:37:34 program INFO WAIT active send to complete -2015-03-12 06:37:34 program INFO WAIT active send to complete -2015-03-12 06:37:34 sendUrl INFO 7 [28] R:OK -2015-03-12 06:37:35 program INFO WAIT active send to complete -2015-03-12 06:37:36 program INFO WAIT active send to complete -2015-03-12 06:37:36 program INFO WAIT active send to complete -2015-03-12 06:37:37 program INFO WAIT active send to complete -2015-03-12 06:37:37 program INFO WAIT active send to complete -2015-03-12 06:37:38 sendUrl INFO 7 [29] R:OK -2015-03-12 06:37:38 program INFO WAIT active send to complete -2015-03-12 06:37:39 program INFO WAIT active send to complete -2015-03-12 06:37:39 program INFO WAIT active send to complete -2015-03-12 06:37:40 program INFO WAIT active send to complete -2015-03-12 06:37:40 program INFO WAIT active send to complete -2015-03-12 06:37:41 program INFO WAIT active send to complete -2015-03-12 06:37:41 program INFO WAIT active send to complete -2015-03-12 06:37:42 program INFO WAIT active send to complete -2015-03-12 06:37:42 program INFO WAIT active send to complete -2015-03-12 06:37:43 program INFO WAIT active send to complete -2015-03-12 06:37:43 program INFO WAIT active send to complete -2015-03-12 06:37:44 program INFO WAIT active send to complete -2015-03-12 06:37:44 sendUrl INFO 3 [30] R:OK -2015-03-12 06:37:59 sendUrl INFO 3 [31] R:OK -2015-03-12 06:38:16 queue INFO >>3 [32] -2015-03-12 06:38:24 sendUrl INFO 3 [32] R:OK -2015-03-12 06:39:07 queue INFO >>3 [33] -2015-03-12 06:39:07 sendUrl INFO 3 [33] R:OK -2015-03-12 06:39:49 queue INFO 7 [34] -2015-03-12 06:39:49 queue INFO >7 [35] -2015-03-12 06:39:50 program INFO WAIT active send to complete -2015-03-12 06:39:50 sendUrl INFO 7 [34] R:OK -2015-03-12 06:39:50 queue INFO 3 [36] -2015-03-12 06:39:50 queue INFO >3 [37] -2015-03-12 06:39:51 program INFO WAIT active send to complete -2015-03-12 06:39:51 sendUrl INFO 7 [35] R:OK -2015-03-12 06:39:52 program INFO WAIT active send to complete -2015-03-12 06:39:52 sendUrl INFO 3 [36] R:OK -2015-03-12 06:40:15 sendUrl INFO 3 [37] R:OK -2015-03-12 06:40:40 queue INFO >>3 [38] -2015-03-12 06:40:45 sendUrl INFO 3 [38] R:OK -2015-03-12 06:41:30 queue INFO >>3 [39] -2015-03-12 06:41:38 sendUrl INFO 3 [39] R:OK -2015-03-12 06:42:13 queue INFO 7 [40] -2015-03-12 06:42:13 queue INFO >7 [41] -2015-03-12 06:42:14 program INFO WAIT active send to complete -2015-03-12 06:42:14 program INFO WAIT active send to complete -2015-03-12 06:42:14 queue INFO 3 [42] -2015-03-12 06:42:15 program INFO WAIT active send to complete -2015-03-12 06:42:15 queue INFO >3 [43] -2015-03-12 06:42:15 program INFO WAIT active send to complete -2015-03-12 06:42:15 sendUrl INFO 7 [40] R:OK -2015-03-12 06:42:16 program INFO WAIT active send to complete -2015-03-12 06:42:17 program INFO WAIT active send to complete -2015-03-12 06:42:17 program INFO WAIT active send to complete -2015-03-12 06:42:18 program INFO WAIT active send to complete -2015-03-12 06:42:18 program INFO WAIT active send to complete -2015-03-12 06:42:18 sendUrl INFO 7 [41] R:OK -2015-03-12 06:42:19 program INFO WAIT active send to complete -2015-03-12 06:42:20 program INFO WAIT active send to complete -2015-03-12 06:42:20 program INFO WAIT active send to complete -2015-03-12 06:42:21 program INFO WAIT active send to complete -2015-03-12 06:42:21 program INFO WAIT active send to complete -2015-03-12 06:42:22 program INFO WAIT active send to complete -2015-03-12 06:42:22 program INFO WAIT active send to complete -2015-03-12 06:42:23 program INFO WAIT active send to complete -2015-03-12 06:42:23 program INFO WAIT active send to complete -2015-03-12 06:42:24 program INFO WAIT active send to complete -2015-03-12 06:42:24 program INFO WAIT active send to complete -2015-03-12 06:42:25 program INFO WAIT active send to complete -2015-03-12 06:42:25 program INFO WAIT active send to complete -2015-03-12 06:42:26 program INFO WAIT active send to complete -2015-03-12 06:42:26 program INFO WAIT active send to complete -2015-03-12 06:42:27 program INFO WAIT active send to complete -2015-03-12 06:42:27 program INFO WAIT active send to complete -2015-03-12 06:42:28 program INFO WAIT active send to complete -2015-03-12 06:42:28 sendUrl INFO 3 [42] R:OK -2015-03-12 06:42:45 sendUrl INFO 3 [43] R:OK -2015-03-12 06:43:05 queue INFO >>3 [44] -2015-03-12 06:43:05 sendUrl INFO 3 [44] R:OK -2015-03-12 06:43:55 queue INFO >>3 [45] -2015-03-12 06:43:56 sendUrl INFO 3 [45] R:OK -2015-03-12 06:44:37 queue INFO 7 [46] -2015-03-12 06:44:37 queue INFO >7 [47] -2015-03-12 06:44:38 program INFO WAIT active send to complete -2015-03-12 06:44:38 program INFO WAIT active send to complete -2015-03-12 06:44:38 queue INFO 3 [48] -2015-03-12 06:44:39 program INFO WAIT active send to complete -2015-03-12 06:44:39 queue INFO >3 [49] -2015-03-12 06:44:39 program INFO WAIT active send to complete -2015-03-12 06:44:40 program INFO WAIT active send to complete -2015-03-12 06:44:40 program INFO WAIT active send to complete -2015-03-12 06:44:40 sendUrl INFO 7 [46] R:OK -2015-03-12 06:44:41 program INFO WAIT active send to complete -2015-03-12 06:44:42 program INFO WAIT active send to complete -2015-03-12 06:44:42 program INFO WAIT active send to complete -2015-03-12 06:44:43 program INFO WAIT active send to complete -2015-03-12 06:44:43 program INFO WAIT active send to complete -2015-03-12 06:44:44 program INFO WAIT active send to complete -2015-03-12 06:44:44 program INFO WAIT active send to complete -2015-03-12 06:44:45 program INFO WAIT active send to complete -2015-03-12 06:44:45 program INFO WAIT active send to complete -2015-03-12 06:44:46 sendUrl INFO 7 [47] R:OK -2015-03-12 06:44:46 program INFO WAIT active send to complete -2015-03-12 06:44:47 program INFO WAIT active send to complete -2015-03-12 06:44:47 program INFO WAIT active send to complete -2015-03-12 06:44:48 program INFO WAIT active send to complete -2015-03-12 06:44:48 program INFO WAIT active send to complete -2015-03-12 06:44:49 sendUrl INFO 3 [48] R:OK -2015-03-12 06:44:58 sendUrl INFO 3 [49] R:OK -2015-03-12 06:45:29 queue INFO >>3 [50] -2015-03-12 06:45:31 sendUrl INFO 3 [50] R:OK -2015-03-12 06:46:19 queue INFO >>3 [51] -2015-03-12 06:46:20 sendUrl INFO 3 [51] R:OK -2015-03-12 06:47:01 queue INFO 7 [52] -2015-03-12 06:47:01 queue INFO >7 [53] -2015-03-12 06:47:01 sendUrl INFO 7 [52] R:OK -2015-03-12 06:47:02 sendUrl INFO 7 [53] R:OK -2015-03-12 06:47:02 queue INFO 3 [54] -2015-03-12 06:47:03 queue INFO >3 [55] -2015-03-12 06:47:03 sendUrl INFO 3 [54] R:OK -2015-03-12 06:47:03 sendUrl INFO 3 [55] R:OK -2015-03-12 06:47:53 queue INFO >>3 [56] -2015-03-12 06:48:01 sendUrl INFO 3 [56] R:OK -2015-03-12 06:48:43 queue INFO >>3 [57] -2015-03-12 06:48:44 sendUrl INFO 3 [57] R:OK -2015-03-12 06:49:25 queue INFO 7 [58] -2015-03-12 06:49:25 queue INFO >7 [59] -2015-03-12 06:49:26 program INFO WAIT active send to complete -2015-03-12 06:49:26 program INFO WAIT active send to complete -2015-03-12 06:49:26 sendUrl INFO 7 [58] R:OK -2015-03-12 06:49:27 queue INFO 3 [60] -2015-03-12 06:49:27 queue INFO >3 [61] -2015-03-12 06:49:27 program INFO WAIT active send to complete -2015-03-12 06:49:28 program INFO WAIT active send to complete -2015-03-12 06:49:28 program INFO WAIT active send to complete -2015-03-12 06:49:29 program INFO WAIT active send to complete -2015-03-12 06:49:29 program INFO WAIT active send to complete -2015-03-12 06:49:30 program INFO WAIT active send to complete -2015-03-12 06:49:30 program INFO WAIT active send to complete -2015-03-12 06:49:31 program INFO WAIT active send to complete -2015-03-12 06:49:31 program INFO WAIT active send to complete -2015-03-12 06:49:32 program INFO WAIT active send to complete -2015-03-12 06:49:32 program INFO WAIT active send to complete -2015-03-12 06:49:33 program INFO WAIT active send to complete -2015-03-12 06:49:33 program INFO WAIT active send to complete -2015-03-12 06:49:34 program INFO WAIT active send to complete -2015-03-12 06:49:34 program INFO WAIT active send to complete -2015-03-12 06:49:35 program INFO WAIT active send to complete -2015-03-12 06:49:35 program INFO WAIT active send to complete -2015-03-12 06:49:36 program INFO WAIT active send to complete -2015-03-12 06:49:36 program INFO WAIT active send to complete -2015-03-12 06:49:37 program INFO WAIT active send to complete -2015-03-12 06:49:37 program INFO WAIT active send to complete -2015-03-12 06:49:38 program INFO WAIT active send to complete -2015-03-12 06:49:38 program INFO WAIT active send to complete -2015-03-12 06:49:39 program INFO WAIT active send to complete -2015-03-12 06:49:39 program INFO WAIT active send to complete -2015-03-12 06:49:40 program INFO WAIT active send to complete -2015-03-12 06:49:40 program INFO WAIT active send to complete -2015-03-12 06:49:41 program INFO WAIT active send to complete -2015-03-12 06:49:41 sendUrl INFO 7 [59] R:OK -2015-03-12 06:49:42 program INFO WAIT active send to complete -2015-03-12 06:49:42 program INFO WAIT active send to complete -2015-03-12 06:49:43 program INFO WAIT active send to complete -2015-03-12 06:49:43 program INFO WAIT active send to complete -2015-03-12 06:49:44 program INFO WAIT active send to complete -2015-03-12 06:49:44 program INFO WAIT active send to complete -2015-03-12 06:49:45 program INFO WAIT active send to complete -2015-03-12 06:49:45 program INFO WAIT active send to complete -2015-03-12 06:49:46 program INFO WAIT active send to complete -2015-03-12 06:49:46 program INFO WAIT active send to complete -2015-03-12 06:49:47 program INFO WAIT active send to complete -2015-03-12 06:49:47 program INFO WAIT active send to complete -2015-03-12 06:49:48 program INFO WAIT active send to complete -2015-03-12 06:49:48 program INFO WAIT active send to complete -2015-03-12 06:49:49 program INFO WAIT active send to complete -2015-03-12 06:49:49 program INFO WAIT active send to complete -2015-03-12 06:49:50 sendUrl INFO 3 [60] R:OK -2015-03-12 06:50:13 sendUrl INFO 3 [61] R:OK -2015-03-12 06:50:17 queue INFO >>3 [62] -2015-03-12 06:50:32 sendUrl INFO 3 [62] R:OK -2015-03-12 06:51:07 queue INFO >>3 [63] -2015-03-12 06:51:21 sendUrl INFO 3 [63] R:OK -2015-03-12 06:51:49 queue INFO 7 [64] -2015-03-12 06:51:49 queue INFO >7 [65] -2015-03-12 06:51:50 program INFO WAIT active send to complete -2015-03-12 06:51:50 program INFO WAIT active send to complete -2015-03-12 06:51:51 queue INFO 3 [66] -2015-03-12 06:51:51 program INFO WAIT active send to complete -2015-03-12 06:51:51 queue INFO >3 [67] -2015-03-12 06:51:51 program INFO WAIT active send to complete -2015-03-12 06:51:52 program INFO WAIT active send to complete -2015-03-12 06:51:52 program INFO WAIT active send to complete -2015-03-12 06:51:53 program INFO WAIT active send to complete -2015-03-12 06:51:53 program INFO WAIT active send to complete -2015-03-12 06:51:54 sendUrl INFO 7 [64] R:OK -2015-03-12 06:51:54 program INFO WAIT active send to complete -2015-03-12 06:51:55 program INFO WAIT active send to complete -2015-03-12 06:51:55 program INFO WAIT active send to complete -2015-03-12 06:51:56 program INFO WAIT active send to complete -2015-03-12 06:51:56 program INFO WAIT active send to complete -2015-03-12 06:51:56 sendUrl INFO 7 [65] R:OK -2015-03-12 06:51:57 program INFO WAIT active send to complete -2015-03-12 06:51:58 program INFO WAIT active send to complete -2015-03-12 06:51:58 program INFO WAIT active send to complete -2015-03-12 06:51:59 program INFO WAIT active send to complete -2015-03-12 06:51:59 program INFO WAIT active send to complete -2015-03-12 06:52:00 program INFO WAIT active send to complete -2015-03-12 06:52:00 program INFO WAIT active send to complete -2015-03-12 06:52:01 program INFO WAIT active send to complete -2015-03-12 06:52:01 program INFO WAIT active send to complete -2015-03-12 06:52:02 program INFO WAIT active send to complete -2015-03-12 06:52:02 program INFO WAIT active send to complete -2015-03-12 06:52:03 program INFO WAIT active send to complete -2015-03-12 06:52:03 program INFO WAIT active send to complete -2015-03-12 06:52:04 program INFO WAIT active send to complete -2015-03-12 06:52:04 program INFO WAIT active send to complete -2015-03-12 06:52:05 program INFO WAIT active send to complete -2015-03-12 06:52:05 program INFO WAIT active send to complete -2015-03-12 06:52:06 program INFO WAIT active send to complete -2015-03-12 06:52:06 program INFO WAIT active send to complete -2015-03-12 06:52:07 program INFO WAIT active send to complete -2015-03-12 06:52:07 program INFO WAIT active send to complete -2015-03-12 06:52:08 program INFO WAIT active send to complete -2015-03-12 06:52:08 program INFO WAIT active send to complete -2015-03-12 06:52:09 program INFO WAIT active send to complete -2015-03-12 06:52:09 program INFO WAIT active send to complete -2015-03-12 06:52:10 program INFO WAIT active send to complete -2015-03-12 06:52:10 program INFO WAIT active send to complete -2015-03-12 06:52:11 program INFO WAIT active send to complete -2015-03-12 06:52:11 program INFO WAIT active send to complete -2015-03-12 06:52:12 sendUrl INFO 3 [66] R:OK -2015-03-12 06:52:20 sendUrl INFO 3 [67] R:OK -2015-03-12 06:52:41 queue INFO >>3 [68] -2015-03-12 06:52:44 sendUrl INFO 3 [68] R:OK -2015-03-12 06:53:31 queue INFO >>3 [69] -2015-03-12 06:53:34 sendUrl INFO 3 [69] R:OK -2015-03-12 06:54:13 queue INFO 7 [70] -2015-03-12 06:54:13 queue INFO >7 [71] -2015-03-12 06:54:14 program INFO WAIT active send to complete -2015-03-12 06:54:14 program INFO WAIT active send to complete -2015-03-12 06:54:15 queue INFO 3 [72] -2015-03-12 06:54:15 queue INFO >3 [73] -2015-03-12 06:54:15 program INFO WAIT active send to complete -2015-03-12 06:54:15 program INFO WAIT active send to complete -2015-03-12 06:54:16 program INFO WAIT active send to complete -2015-03-12 06:54:16 program INFO WAIT active send to complete -2015-03-12 06:54:17 program INFO WAIT active send to complete -2015-03-12 06:54:17 program INFO WAIT active send to complete -2015-03-12 06:54:18 program INFO WAIT active send to complete -2015-03-12 06:54:18 program INFO WAIT active send to complete -2015-03-12 06:54:19 program INFO WAIT active send to complete -2015-03-12 06:54:19 program INFO WAIT active send to complete -2015-03-12 06:54:20 program INFO WAIT active send to complete -2015-03-12 06:54:20 program INFO WAIT active send to complete -2015-03-12 06:54:21 program INFO WAIT active send to complete -2015-03-12 06:54:21 program INFO WAIT active send to complete -2015-03-12 06:54:22 program INFO WAIT active send to complete -2015-03-12 06:54:22 program INFO WAIT active send to complete -2015-03-12 06:54:23 program INFO WAIT active send to complete -2015-03-12 06:54:23 program INFO WAIT active send to complete -2015-03-12 06:54:24 program INFO WAIT active send to complete -2015-03-12 06:54:24 sendUrl INFO 7 [70] R:OK -2015-03-12 06:54:25 program INFO WAIT active send to complete -2015-03-12 06:54:25 program INFO WAIT active send to complete -2015-03-12 06:54:26 program INFO WAIT active send to complete -2015-03-12 06:54:26 program INFO WAIT active send to complete -2015-03-12 06:54:27 sendUrl INFO 7 [71] R:OK -2015-03-12 06:54:27 sendUrl INFO 3 [72] R:OK -2015-03-12 06:54:33 sendUrl INFO 3 [73] R:OK -2015-03-12 06:55:05 queue INFO >>3 [74] -2015-03-12 06:55:06 sendUrl INFO 3 [74] R:OK -2015-03-12 06:55:55 queue INFO >>3 [75] -2015-03-12 06:56:04 sendUrl INFO 3 [75] R:OK -2015-03-12 06:56:37 queue INFO 7 [76] -2015-03-12 06:56:37 queue INFO >7 [77] -2015-03-12 06:56:38 program INFO WAIT active send to complete -2015-03-12 06:56:38 program INFO WAIT active send to complete -2015-03-12 06:56:39 queue INFO 3 [78] -2015-03-12 06:56:39 queue INFO >3 [79] -2015-03-12 06:56:39 program INFO WAIT active send to complete -2015-03-12 06:56:39 program INFO WAIT active send to complete -2015-03-12 06:56:40 program INFO WAIT active send to complete -2015-03-12 06:56:40 program INFO WAIT active send to complete -2015-03-12 06:56:41 program INFO WAIT active send to complete -2015-03-12 06:56:41 program INFO WAIT active send to complete -2015-03-12 06:56:42 program INFO WAIT active send to complete -2015-03-12 06:56:42 program INFO WAIT active send to complete -2015-03-12 06:56:43 program INFO WAIT active send to complete -2015-03-12 06:56:43 program INFO WAIT active send to complete -2015-03-12 06:56:44 program INFO WAIT active send to complete -2015-03-12 06:56:44 program INFO WAIT active send to complete -2015-03-12 06:56:45 program INFO WAIT active send to complete -2015-03-12 06:56:45 program INFO WAIT active send to complete -2015-03-12 06:56:46 program INFO WAIT active send to complete -2015-03-12 06:56:46 program INFO WAIT active send to complete -2015-03-12 06:56:47 program INFO WAIT active send to complete -2015-03-12 06:56:47 program INFO WAIT active send to complete -2015-03-12 06:56:48 program INFO WAIT active send to complete -2015-03-12 06:56:48 program INFO WAIT active send to complete -2015-03-12 06:56:49 program INFO WAIT active send to complete -2015-03-12 06:56:50 program INFO WAIT active send to complete -2015-03-12 06:56:50 program INFO WAIT active send to complete -2015-03-12 06:56:51 program INFO WAIT active send to complete -2015-03-12 06:56:51 program INFO WAIT active send to complete -2015-03-12 06:56:52 program INFO WAIT active send to complete -2015-03-12 06:56:52 program INFO WAIT active send to complete -2015-03-12 06:56:53 program INFO WAIT active send to complete -2015-03-12 06:56:53 program INFO WAIT active send to complete -2015-03-12 06:56:54 program INFO WAIT active send to complete -2015-03-12 06:56:54 program INFO WAIT active send to complete -2015-03-12 06:56:55 program INFO WAIT active send to complete -2015-03-12 06:56:55 sendUrl INFO 7 [76] R:OK -2015-03-12 06:56:56 program INFO WAIT active send to complete -2015-03-12 06:56:56 program INFO WAIT active send to complete -2015-03-12 06:56:57 program INFO WAIT active send to complete -2015-03-12 06:56:57 program INFO WAIT active send to complete -2015-03-12 06:56:57 sendUrl INFO 7 [77] R:OK -2015-03-12 06:56:58 sendUrl INFO 3 [78] R:OK -2015-03-12 06:57:05 sendUrl INFO 3 [79] R:OK -2015-03-12 06:57:29 queue INFO >>3 [80] -2015-03-12 06:57:45 sendUrl INFO 3 [80] R:OK -2015-03-12 06:58:19 queue INFO >>3 [81] -2015-03-12 06:58:19 sendUrl INFO 3 [81] R:OK -2015-03-12 06:59:01 queue INFO 7 [82] -2015-03-12 06:59:01 queue INFO >7 [83] -2015-03-12 06:59:02 program INFO WAIT active send to complete -2015-03-12 06:59:02 program INFO WAIT active send to complete -2015-03-12 06:59:03 queue INFO 3 [84] -2015-03-12 06:59:03 queue INFO >3 [85] -2015-03-12 06:59:03 program INFO WAIT active send to complete -2015-03-12 06:59:03 program INFO WAIT active send to complete -2015-03-12 06:59:04 program INFO WAIT active send to complete -2015-03-12 06:59:04 program INFO WAIT active send to complete -2015-03-12 06:59:05 program INFO WAIT active send to complete -2015-03-12 06:59:05 program INFO WAIT active send to complete -2015-03-12 06:59:06 program INFO WAIT active send to complete -2015-03-12 06:59:07 program INFO WAIT active send to complete -2015-03-12 06:59:07 program INFO WAIT active send to complete -2015-03-12 06:59:08 program INFO WAIT active send to complete -2015-03-12 06:59:08 program INFO WAIT active send to complete -2015-03-12 06:59:09 program INFO WAIT active send to complete -2015-03-12 06:59:09 program INFO WAIT active send to complete -2015-03-12 06:59:10 program INFO WAIT active send to complete -2015-03-12 06:59:10 program INFO WAIT active send to complete -2015-03-12 06:59:11 program INFO WAIT active send to complete -2015-03-12 06:59:11 program INFO WAIT active send to complete -2015-03-12 06:59:12 program INFO WAIT active send to complete -2015-03-12 06:59:12 program INFO WAIT active send to complete -2015-03-12 06:59:13 program INFO WAIT active send to complete -2015-03-12 06:59:13 program INFO WAIT active send to complete -2015-03-12 06:59:14 program INFO WAIT active send to complete -2015-03-12 06:59:14 program INFO WAIT active send to complete -2015-03-12 06:59:15 program INFO WAIT active send to complete -2015-03-12 06:59:15 program INFO WAIT active send to complete -2015-03-12 06:59:16 program INFO WAIT active send to complete -2015-03-12 06:59:16 program INFO WAIT active send to complete -2015-03-12 06:59:17 program INFO WAIT active send to complete -2015-03-12 06:59:17 program INFO WAIT active send to complete -2015-03-12 06:59:18 program INFO WAIT active send to complete -2015-03-12 06:59:18 program INFO WAIT active send to complete -2015-03-12 06:59:19 program INFO WAIT active send to complete -2015-03-12 06:59:19 program INFO WAIT active send to complete -2015-03-12 06:59:20 program INFO WAIT active send to complete -2015-03-12 06:59:20 program INFO WAIT active send to complete -2015-03-12 06:59:21 program INFO WAIT active send to complete -2015-03-12 06:59:21 program INFO WAIT active send to complete -2015-03-12 06:59:22 program INFO WAIT active send to complete -2015-03-12 06:59:22 program INFO WAIT active send to complete -2015-03-12 06:59:23 program INFO WAIT active send to complete -2015-03-12 06:59:23 program INFO WAIT active send to complete -2015-03-12 06:59:24 program INFO WAIT active send to complete -2015-03-12 06:59:24 program INFO WAIT active send to complete -2015-03-12 06:59:25 program INFO WAIT active send to complete -2015-03-12 06:59:25 program INFO WAIT active send to complete -2015-03-12 06:59:26 program INFO WAIT active send to complete -2015-03-12 06:59:26 program INFO WAIT active send to complete -2015-03-12 06:59:27 program INFO WAIT active send to complete -2015-03-12 06:59:27 program INFO WAIT active send to complete -2015-03-12 06:59:28 program INFO WAIT active send to complete -2015-03-12 06:59:28 sendUrl INFO 7 [82] R:OK -2015-03-12 06:59:28 sendUrl INFO 7 [83] R:OK -2015-03-12 06:59:29 program INFO WAIT active send to complete -2015-03-12 06:59:30 program INFO WAIT active send to complete -2015-03-12 06:59:30 program INFO WAIT active send to complete -2015-03-12 06:59:31 program INFO WAIT active send to complete -2015-03-12 06:59:31 program INFO WAIT active send to complete -2015-03-12 06:59:32 program INFO WAIT active send to complete -2015-03-12 06:59:32 program INFO WAIT active send to complete -2015-03-12 06:59:33 program INFO WAIT active send to complete -2015-03-12 06:59:33 program INFO WAIT active send to complete -2015-03-12 06:59:34 program INFO WAIT active send to complete -2015-03-12 06:59:34 program INFO WAIT active send to complete -2015-03-12 06:59:35 program INFO WAIT active send to complete -2015-03-12 06:59:35 program INFO WAIT active send to complete -2015-03-12 06:59:36 sendUrl INFO 3 [84] R:OK -2015-03-12 06:59:43 sendUrl INFO 3 [85] R:OK -2015-03-12 06:59:53 queue INFO >>3 [86] -2015-03-12 07:00:18 sendUrl INFO 3 [86] R:OK -2015-03-12 07:00:43 queue INFO >>3 [87] -2015-03-12 07:01:08 sendUrl INFO 3 [87] R:OK -2015-03-12 07:01:25 queue INFO 7 [88] -2015-03-12 07:01:25 queue INFO >7 [89] -2015-03-12 07:01:26 program INFO WAIT active send to complete -2015-03-12 07:01:27 program INFO WAIT active send to complete -2015-03-12 07:01:27 queue INFO 3 [90] -2015-03-12 07:01:27 queue INFO >3 [91] -2015-03-12 07:01:27 program INFO WAIT active send to complete -2015-03-12 07:01:28 program INFO WAIT active send to complete -2015-03-12 07:01:28 program INFO WAIT active send to complete -2015-03-12 07:01:29 program INFO WAIT active send to complete -2015-03-12 07:01:29 program INFO WAIT active send to complete -2015-03-12 07:01:30 program INFO WAIT active send to complete -2015-03-12 07:01:30 program INFO WAIT active send to complete -2015-03-12 07:01:31 program INFO WAIT active send to complete -2015-03-12 07:01:31 program INFO WAIT active send to complete -2015-03-12 07:01:31 sendUrl INFO 7 [88] R:OK -2015-03-12 07:01:32 sendUrl INFO 7 [89] R:OK -2015-03-12 07:01:33 program INFO WAIT active send to complete -2015-03-12 07:01:33 program INFO WAIT active send to complete -2015-03-12 07:01:34 program INFO WAIT active send to complete -2015-03-12 07:01:34 program INFO WAIT active send to complete -2015-03-12 07:01:35 program INFO WAIT active send to complete -2015-03-12 07:01:35 program INFO WAIT active send to complete -2015-03-12 07:01:36 program INFO WAIT active send to complete -2015-03-12 07:01:36 program INFO WAIT active send to complete -2015-03-12 07:01:37 program INFO WAIT active send to complete -2015-03-12 07:01:37 program INFO WAIT active send to complete -2015-03-12 07:01:38 program INFO WAIT active send to complete -2015-03-12 07:01:38 program INFO WAIT active send to complete -2015-03-12 07:01:39 program INFO WAIT active send to complete -2015-03-12 07:01:39 program INFO WAIT active send to complete -2015-03-12 07:01:40 program INFO WAIT active send to complete -2015-03-12 07:01:40 program INFO WAIT active send to complete -2015-03-12 07:01:41 program INFO WAIT active send to complete -2015-03-12 07:01:41 program INFO WAIT active send to complete -2015-03-12 07:01:42 program INFO WAIT active send to complete -2015-03-12 07:01:42 program INFO WAIT active send to complete -2015-03-12 07:01:43 program INFO WAIT active send to complete -2015-03-12 07:01:43 program INFO WAIT active send to complete -2015-03-12 07:01:44 program INFO WAIT active send to complete -2015-03-12 07:01:44 program INFO WAIT active send to complete -2015-03-12 07:01:45 program INFO WAIT active send to complete -2015-03-12 07:01:45 program INFO WAIT active send to complete -2015-03-12 07:01:46 program INFO WAIT active send to complete -2015-03-12 07:01:46 program INFO WAIT active send to complete -2015-03-12 07:01:47 program INFO WAIT active send to complete -2015-03-12 07:01:47 program INFO WAIT active send to complete -2015-03-12 07:01:48 program INFO WAIT active send to complete -2015-03-12 07:01:48 program INFO WAIT active send to complete -2015-03-12 07:01:49 program INFO WAIT active send to complete -2015-03-12 07:01:49 program INFO WAIT active send to complete -2015-03-12 07:01:50 program INFO WAIT active send to complete -2015-03-12 07:01:50 program INFO WAIT active send to complete -2015-03-12 07:01:51 program INFO WAIT active send to complete -2015-03-12 07:01:51 program INFO WAIT active send to complete -2015-03-12 07:01:52 program INFO WAIT active send to complete -2015-03-12 07:01:52 program INFO WAIT active send to complete -2015-03-12 07:01:53 program INFO WAIT active send to complete -2015-03-12 07:01:53 program INFO WAIT active send to complete -2015-03-12 07:01:54 program INFO WAIT active send to complete -2015-03-12 07:01:54 program INFO WAIT active send to complete -2015-03-12 07:01:55 program INFO WAIT active send to complete -2015-03-12 07:01:55 program INFO WAIT active send to complete -2015-03-12 07:01:56 program INFO WAIT active send to complete -2015-03-12 07:01:56 program INFO WAIT active send to complete -2015-03-12 07:01:57 program INFO WAIT active send to complete -2015-03-12 07:01:57 program INFO WAIT active send to complete -2015-03-12 07:01:58 program INFO WAIT active send to complete -2015-03-12 07:01:58 program INFO WAIT active send to complete -2015-03-12 07:01:59 sendUrl INFO 3 [90] R:OK -2015-03-12 07:02:06 sendUrl INFO 3 [91] R:OK -2015-03-12 07:02:17 queue INFO >>3 [92] -2015-03-12 07:02:22 sendUrl INFO 3 [92] R:OK -2015-03-12 07:03:07 queue INFO >>3 [93] -2015-03-12 07:03:12 sendUrl INFO 3 [93] R:OK -2015-03-12 07:03:49 queue INFO 7 [94] -2015-03-12 07:03:49 queue INFO >7 [95] -2015-03-12 07:03:50 program INFO WAIT active send to complete -2015-03-12 07:03:50 program INFO WAIT active send to complete -2015-03-12 07:03:51 program INFO WAIT active send to complete -2015-03-12 07:03:51 queue INFO 3 [96] -2015-03-12 07:03:51 queue INFO >3 [97] -2015-03-12 07:03:51 program INFO WAIT active send to complete -2015-03-12 07:03:52 program INFO WAIT active send to complete -2015-03-12 07:03:52 program INFO WAIT active send to complete -2015-03-12 07:03:53 program INFO WAIT active send to complete -2015-03-12 07:03:53 program INFO WAIT active send to complete -2015-03-12 07:03:54 sendUrl INFO 7 [94] R:OK -2015-03-12 07:03:54 program INFO WAIT active send to complete -2015-03-12 07:03:55 program INFO WAIT active send to complete -2015-03-12 07:03:55 program INFO WAIT active send to complete -2015-03-12 07:03:56 program INFO WAIT active send to complete -2015-03-12 07:03:56 program INFO WAIT active send to complete -2015-03-12 07:03:57 program INFO WAIT active send to complete -2015-03-12 07:03:57 program INFO WAIT active send to complete -2015-03-12 07:03:58 program INFO WAIT active send to complete -2015-03-12 07:03:58 program INFO WAIT active send to complete -2015-03-12 07:03:59 program INFO WAIT active send to complete -2015-03-12 07:03:59 program INFO WAIT active send to complete -2015-03-12 07:04:00 program INFO WAIT active send to complete -2015-03-12 07:04:00 program INFO WAIT active send to complete -2015-03-12 07:04:01 program INFO WAIT active send to complete -2015-03-12 07:04:01 program INFO WAIT active send to complete -2015-03-12 07:04:02 program INFO WAIT active send to complete -2015-03-12 07:04:02 sendUrl INFO 7 [95] R:OK -2015-03-12 07:04:03 program INFO WAIT active send to complete -2015-03-12 07:04:03 program INFO WAIT active send to complete -2015-03-12 07:04:04 program INFO WAIT active send to complete -2015-03-12 07:04:04 program INFO WAIT active send to complete -2015-03-12 07:04:05 program INFO WAIT active send to complete -2015-03-12 07:04:05 program INFO WAIT active send to complete -2015-03-12 07:04:06 program INFO WAIT active send to complete -2015-03-12 07:04:06 program INFO WAIT active send to complete -2015-03-12 07:04:07 program INFO WAIT active send to complete -2015-03-12 07:04:07 program INFO WAIT active send to complete -2015-03-12 07:04:08 program INFO WAIT active send to complete -2015-03-12 07:04:08 program INFO WAIT active send to complete -2015-03-12 07:04:09 program INFO WAIT active send to complete -2015-03-12 07:04:09 program INFO WAIT active send to complete -2015-03-12 07:04:10 program INFO WAIT active send to complete -2015-03-12 07:04:10 program INFO WAIT active send to complete -2015-03-12 07:04:11 program INFO WAIT active send to complete -2015-03-12 07:04:12 program INFO WAIT active send to complete -2015-03-12 07:04:12 program INFO WAIT active send to complete -2015-03-12 07:04:13 program INFO WAIT active send to complete -2015-03-12 07:04:13 program INFO WAIT active send to complete -2015-03-12 07:04:14 program INFO WAIT active send to complete -2015-03-12 07:04:14 program INFO WAIT active send to complete -2015-03-12 07:04:15 program INFO WAIT active send to complete -2015-03-12 07:04:15 program INFO WAIT active send to complete -2015-03-12 07:04:16 program INFO WAIT active send to complete -2015-03-12 07:04:16 program INFO WAIT active send to complete -2015-03-12 07:04:17 program INFO WAIT active send to complete -2015-03-12 07:04:17 program INFO WAIT active send to complete -2015-03-12 07:04:18 program INFO WAIT active send to complete -2015-03-12 07:04:18 program INFO WAIT active send to complete -2015-03-12 07:04:19 program INFO WAIT active send to complete -2015-03-12 07:04:19 program INFO WAIT active send to complete -2015-03-12 07:04:20 program INFO WAIT active send to complete -2015-03-12 07:04:20 program INFO WAIT active send to complete -2015-03-12 07:04:21 program INFO WAIT active send to complete -2015-03-12 07:04:21 program INFO WAIT active send to complete -2015-03-12 07:04:22 program INFO WAIT active send to complete -2015-03-12 07:04:22 program INFO WAIT active send to complete -2015-03-12 07:04:23 program INFO WAIT active send to complete -2015-03-12 07:04:23 program INFO WAIT active send to complete -2015-03-12 07:04:24 program INFO WAIT active send to complete -2015-03-12 07:04:24 program INFO WAIT active send to complete -2015-03-12 07:04:25 program INFO WAIT active send to complete -2015-03-12 07:04:25 program INFO WAIT active send to complete -2015-03-12 07:04:26 program INFO WAIT active send to complete -2015-03-12 07:04:26 program INFO WAIT active send to complete -2015-03-12 07:04:27 program INFO WAIT active send to complete -2015-03-12 07:04:27 program INFO WAIT active send to complete -2015-03-12 07:04:28 program INFO WAIT active send to complete -2015-03-12 07:04:28 program INFO WAIT active send to complete -2015-03-12 07:04:29 sendUrl INFO 3 [96] R:OK -2015-03-12 07:04:41 queue INFO >>3 [98] -2015-03-12 07:04:41 program INFO WAIT active send to complete -2015-03-12 07:04:42 program INFO WAIT active send to complete -2015-03-12 07:04:42 program INFO WAIT active send to complete -2015-03-12 07:04:43 program INFO WAIT active send to complete -2015-03-12 07:04:43 program INFO WAIT active send to complete -2015-03-12 07:04:44 program INFO WAIT active send to complete -2015-03-12 07:04:44 program INFO WAIT active send to complete -2015-03-12 07:04:45 program INFO WAIT active send to complete -2015-03-12 07:04:45 program INFO WAIT active send to complete -2015-03-12 07:04:46 program INFO WAIT active send to complete -2015-03-12 07:04:46 program INFO WAIT active send to complete -2015-03-12 07:04:47 program INFO WAIT active send to complete -2015-03-12 07:04:47 program INFO WAIT active send to complete -2015-03-12 07:04:48 program INFO WAIT active send to complete -2015-03-12 07:04:48 program INFO WAIT active send to complete -2015-03-12 07:04:49 program INFO WAIT active send to complete -2015-03-12 07:04:49 program INFO WAIT active send to complete -2015-03-12 07:04:50 program INFO WAIT active send to complete -2015-03-12 07:04:50 program INFO WAIT active send to complete -2015-03-12 07:04:51 program INFO WAIT active send to complete -2015-03-12 07:04:51 program INFO WAIT active send to complete -2015-03-12 07:04:52 program INFO WAIT active send to complete -2015-03-12 07:04:52 sendUrl INFO 3 [97] R:OK -2015-03-12 07:05:02 sendUrl INFO 3 [98] R:OK -2015-03-12 07:05:31 queue INFO >>3 [99] -2015-03-12 07:05:35 sendUrl INFO 3 [99] R:OK -2015-03-12 07:06:13 queue INFO 7 [100] -2015-03-12 07:06:13 queue INFO >7 [101] -2015-03-12 07:06:14 program INFO WAIT active send to complete -2015-03-12 07:06:14 program INFO WAIT active send to complete -2015-03-12 07:06:15 program INFO WAIT active send to complete -2015-03-12 07:06:15 queue INFO 3 [102] -2015-03-12 07:06:15 queue INFO >3 [103] -2015-03-12 07:06:15 program INFO WAIT active send to complete -2015-03-12 07:06:16 program INFO WAIT active send to complete -2015-03-12 07:06:16 program INFO WAIT active send to complete -2015-03-12 07:06:17 program INFO WAIT active send to complete -2015-03-12 07:06:18 program INFO WAIT active send to complete -2015-03-12 07:06:18 program INFO WAIT active send to complete -2015-03-12 07:06:19 program INFO WAIT active send to complete -2015-03-12 07:06:19 program INFO WAIT active send to complete -2015-03-12 07:06:20 program INFO WAIT active send to complete -2015-03-12 07:06:20 program INFO WAIT active send to complete -2015-03-12 07:06:21 program INFO WAIT active send to complete -2015-03-12 07:06:21 program INFO WAIT active send to complete -2015-03-12 07:06:22 program INFO WAIT active send to complete -2015-03-12 07:06:22 program INFO WAIT active send to complete -2015-03-12 07:06:23 program INFO WAIT active send to complete -2015-03-12 07:06:23 program INFO WAIT active send to complete -2015-03-12 07:06:24 program INFO WAIT active send to complete -2015-03-12 07:06:24 program INFO WAIT active send to complete -2015-03-12 07:06:25 program INFO WAIT active send to complete -2015-03-12 07:06:25 sendUrl INFO 7 [100] R:OK -2015-03-12 07:06:26 program INFO WAIT active send to complete -2015-03-12 07:06:26 program INFO WAIT active send to complete -2015-03-12 07:06:27 program INFO WAIT active send to complete -2015-03-12 07:06:27 program INFO WAIT active send to complete -2015-03-12 07:06:28 program INFO WAIT active send to complete -2015-03-12 07:06:28 program INFO WAIT active send to complete -2015-03-12 07:06:29 program INFO WAIT active send to complete -2015-03-12 07:06:29 program INFO WAIT active send to complete -2015-03-12 07:06:30 program INFO WAIT active send to complete -2015-03-12 07:06:30 program INFO WAIT active send to complete -2015-03-12 07:06:31 program INFO WAIT active send to complete -2015-03-12 07:06:31 program INFO WAIT active send to complete -2015-03-12 07:06:32 program INFO WAIT active send to complete -2015-03-12 07:06:32 program INFO WAIT active send to complete -2015-03-12 07:06:33 program INFO WAIT active send to complete -2015-03-12 07:06:33 sendUrl INFO 7 [101] R:OK -2015-03-12 07:06:34 program INFO WAIT active send to complete -2015-03-12 07:06:34 program INFO WAIT active send to complete -2015-03-12 07:06:35 program INFO WAIT active send to complete -2015-03-12 07:06:35 program INFO WAIT active send to complete -2015-03-12 07:06:36 program INFO WAIT active send to complete -2015-03-12 07:06:36 program INFO WAIT active send to complete -2015-03-12 07:06:37 program INFO WAIT active send to complete -2015-03-12 07:06:37 program INFO WAIT active send to complete -2015-03-12 07:06:38 program INFO WAIT active send to complete -2015-03-12 07:06:38 program INFO WAIT active send to complete -2015-03-12 07:06:39 program INFO WAIT active send to complete -2015-03-12 07:06:39 program INFO WAIT active send to complete -2015-03-12 07:06:40 program INFO WAIT active send to complete -2015-03-12 07:06:40 program INFO WAIT active send to complete -2015-03-12 07:06:41 program INFO WAIT active send to complete -2015-03-12 07:06:41 program INFO WAIT active send to complete -2015-03-12 07:06:42 program INFO WAIT active send to complete -2015-03-12 07:06:42 program INFO WAIT active send to complete -2015-03-12 07:06:43 program INFO WAIT active send to complete -2015-03-12 07:06:43 program INFO WAIT active send to complete -2015-03-12 07:06:44 program INFO WAIT active send to complete -2015-03-12 07:06:44 program INFO WAIT active send to complete -2015-03-12 07:06:45 program INFO WAIT active send to complete -2015-03-12 07:06:45 program INFO WAIT active send to complete -2015-03-12 07:06:46 program INFO WAIT active send to complete -2015-03-12 07:06:46 program INFO WAIT active send to complete -2015-03-12 07:06:47 program INFO WAIT active send to complete -2015-03-12 07:06:47 sendUrl INFO 3 [102] R:OK -2015-03-12 07:07:05 queue INFO >>3 [104] -2015-03-12 07:07:05 program INFO WAIT active send to complete -2015-03-12 07:07:06 program INFO WAIT active send to complete -2015-03-12 07:07:06 program INFO WAIT active send to complete -2015-03-12 07:07:07 program INFO WAIT active send to complete -2015-03-12 07:07:07 sendUrl INFO 3 [103] R:OK -2015-03-12 07:07:22 sendUrl INFO 3 [104] R:OK -2015-03-12 07:07:55 queue INFO >>3 [105] -2015-03-12 07:07:58 sendUrl INFO 3 [105] R:OK -2015-03-12 07:08:37 queue INFO 7 [106] -2015-03-12 07:08:37 queue INFO >7 [107] -2015-03-12 07:08:38 program INFO WAIT active send to complete -2015-03-12 07:08:39 program INFO WAIT active send to complete -2015-03-12 07:08:39 queue INFO 3 [108] -2015-03-12 07:08:39 program INFO WAIT active send to complete -2015-03-12 07:08:39 queue INFO >3 [109] -2015-03-12 07:08:40 program INFO WAIT active send to complete -2015-03-12 07:08:40 program INFO WAIT active send to complete -2015-03-12 07:08:41 program INFO WAIT active send to complete -2015-03-12 07:08:41 program INFO WAIT active send to complete -2015-03-12 07:08:42 program INFO WAIT active send to complete -2015-03-12 07:08:42 program INFO WAIT active send to complete -2015-03-12 07:08:43 program INFO WAIT active send to complete -2015-03-12 07:08:43 program INFO WAIT active send to complete -2015-03-12 07:08:44 program INFO WAIT active send to complete -2015-03-12 07:08:44 program INFO WAIT active send to complete -2015-03-12 07:08:45 program INFO WAIT active send to complete -2015-03-12 07:08:45 program INFO WAIT active send to complete -2015-03-12 07:08:46 program INFO WAIT active send to complete -2015-03-12 07:08:46 program INFO WAIT active send to complete -2015-03-12 07:08:47 program INFO WAIT active send to complete -2015-03-12 07:08:47 program INFO WAIT active send to complete -2015-03-12 07:08:48 program INFO WAIT active send to complete -2015-03-12 07:08:48 program INFO WAIT active send to complete -2015-03-12 07:08:48 sendUrl INFO 7 [106] R:OK -2015-03-12 07:08:49 program INFO WAIT active send to complete -2015-03-12 07:08:50 program INFO WAIT active send to complete -2015-03-12 07:08:50 program INFO WAIT active send to complete -2015-03-12 07:08:51 program INFO WAIT active send to complete -2015-03-12 07:08:51 program INFO WAIT active send to complete -2015-03-12 07:08:52 program INFO WAIT active send to complete -2015-03-12 07:08:52 program INFO WAIT active send to complete -2015-03-12 07:08:53 program INFO WAIT active send to complete -2015-03-12 07:08:53 program INFO WAIT active send to complete -2015-03-12 07:08:54 program INFO WAIT active send to complete -2015-03-12 07:08:54 program INFO WAIT active send to complete -2015-03-12 07:08:55 sendUrl INFO 7 [107] R:OK -2015-03-12 07:08:55 program INFO WAIT active send to complete -2015-03-12 07:08:56 program INFO WAIT active send to complete -2015-03-12 07:08:56 program INFO WAIT active send to complete -2015-03-12 07:08:57 program INFO WAIT active send to complete -2015-03-12 07:08:57 program INFO WAIT active send to complete -2015-03-12 07:08:58 program INFO WAIT active send to complete -2015-03-12 07:08:58 program INFO WAIT active send to complete -2015-03-12 07:08:59 program INFO WAIT active send to complete -2015-03-12 07:08:59 program INFO WAIT active send to complete -2015-03-12 07:09:00 program INFO WAIT active send to complete -2015-03-12 07:09:00 program INFO WAIT active send to complete -2015-03-12 07:09:01 program INFO WAIT active send to complete -2015-03-12 07:09:01 program INFO WAIT active send to complete -2015-03-12 07:09:02 program INFO WAIT active send to complete -2015-03-12 07:09:02 program INFO WAIT active send to complete -2015-03-12 07:09:03 program INFO WAIT active send to complete -2015-03-12 07:09:03 program INFO WAIT active send to complete -2015-03-12 07:09:03 sendUrl INFO 3 [108] R:OK -2015-03-12 07:09:18 sendUrl INFO 3 [109] R:OK -2015-03-12 07:09:29 queue INFO >>3 [110] -2015-03-12 07:09:38 sendUrl INFO 3 [110] R:OK -2015-03-12 07:10:19 queue INFO >>3 [111] -2015-03-12 07:10:28 sendUrl INFO 3 [111] R:OK -2015-03-12 07:11:02 queue INFO 7 [112] -2015-03-12 07:11:02 queue INFO >7 [113] -2015-03-12 07:11:02 program INFO WAIT active send to complete -2015-03-12 07:11:03 program INFO WAIT active send to complete -2015-03-12 07:11:03 queue INFO 3 [114] -2015-03-12 07:11:03 program INFO WAIT active send to complete -2015-03-12 07:11:03 queue INFO >3 [115] -2015-03-12 07:11:04 sendUrl INFO 7 [112] R:OK -2015-03-12 07:11:04 program INFO WAIT active send to complete -2015-03-12 07:11:05 program INFO WAIT active send to complete -2015-03-12 07:11:05 program INFO WAIT active send to complete -2015-03-12 07:11:06 program INFO WAIT active send to complete -2015-03-12 07:11:06 program INFO WAIT active send to complete -2015-03-12 07:11:07 program INFO WAIT active send to complete -2015-03-12 07:11:07 program INFO WAIT active send to complete -2015-03-12 07:11:08 program INFO WAIT active send to complete -2015-03-12 07:11:08 program INFO WAIT active send to complete -2015-03-12 07:11:09 program INFO WAIT active send to complete -2015-03-12 07:11:09 program INFO WAIT active send to complete -2015-03-12 07:11:10 program INFO WAIT active send to complete -2015-03-12 07:11:10 program INFO WAIT active send to complete -2015-03-12 07:11:11 program INFO WAIT active send to complete -2015-03-12 07:11:11 program INFO WAIT active send to complete -2015-03-12 07:11:12 program INFO WAIT active send to complete -2015-03-12 07:11:12 program INFO WAIT active send to complete -2015-03-12 07:11:13 program INFO WAIT active send to complete -2015-03-12 07:11:13 program INFO WAIT active send to complete -2015-03-12 07:11:14 program INFO WAIT active send to complete -2015-03-12 07:11:14 program INFO WAIT active send to complete -2015-03-12 07:11:15 program INFO WAIT active send to complete -2015-03-12 07:11:15 program INFO WAIT active send to complete -2015-03-12 07:11:16 program INFO WAIT active send to complete -2015-03-12 07:11:16 program INFO WAIT active send to complete -2015-03-12 07:11:17 program INFO WAIT active send to complete -2015-03-12 07:11:17 program INFO WAIT active send to complete -2015-03-12 07:11:18 program INFO WAIT active send to complete -2015-03-12 07:11:18 program INFO WAIT active send to complete -2015-03-12 07:11:19 sendUrl INFO 7 [113] R:OK -2015-03-12 07:11:19 program INFO WAIT active send to complete -2015-03-12 07:11:20 program INFO WAIT active send to complete -2015-03-12 07:11:20 program INFO WAIT active send to complete -2015-03-12 07:11:21 program INFO WAIT active send to complete -2015-03-12 07:11:21 program INFO WAIT active send to complete -2015-03-12 07:11:22 program INFO WAIT active send to complete -2015-03-12 07:11:22 program INFO WAIT active send to complete -2015-03-12 07:11:23 program INFO WAIT active send to complete -2015-03-12 07:11:23 program INFO WAIT active send to complete -2015-03-12 07:11:24 program INFO WAIT active send to complete -2015-03-12 07:11:24 program INFO WAIT active send to complete -2015-03-12 07:11:25 program INFO WAIT active send to complete -2015-03-12 07:11:25 program INFO WAIT active send to complete -2015-03-12 07:11:26 program INFO WAIT active send to complete -2015-03-12 07:11:26 program INFO WAIT active send to complete -2015-03-12 07:11:27 program INFO WAIT active send to complete -2015-03-12 07:11:27 program INFO WAIT active send to complete -2015-03-12 07:11:28 program INFO WAIT active send to complete -2015-03-12 07:11:29 program INFO WAIT active send to complete -2015-03-12 07:11:29 program INFO WAIT active send to complete -2015-03-12 07:11:30 program INFO WAIT active send to complete -2015-03-12 07:11:30 program INFO WAIT active send to complete -2015-03-12 07:11:31 program INFO WAIT active send to complete -2015-03-12 07:11:31 program INFO WAIT active send to complete -2015-03-12 07:11:32 program INFO WAIT active send to complete -2015-03-12 07:11:32 program INFO WAIT active send to complete -2015-03-12 07:11:33 program INFO WAIT active send to complete -2015-03-12 07:11:33 program INFO WAIT active send to complete -2015-03-12 07:11:34 sendUrl INFO 3 [114] R:OK -2015-03-12 07:11:48 sendUrl INFO 3 [115] R:OK -2015-03-12 07:11:53 queue INFO >>3 [116] -2015-03-12 07:12:15 sendUrl INFO 3 [116] R:OK -2015-03-12 07:12:43 queue INFO >>3 [117] -2015-03-12 07:12:59 sendUrl INFO 3 [117] R:OK -2015-03-12 07:13:26 queue INFO 7 [118] -2015-03-12 07:13:26 queue INFO >7 [119] -2015-03-12 07:13:26 program INFO WAIT active send to complete -2015-03-12 07:13:27 program INFO WAIT active send to complete -2015-03-12 07:13:27 queue INFO 3 [120] -2015-03-12 07:13:27 program INFO WAIT active send to complete -2015-03-12 07:13:27 queue INFO >3 [121] -2015-03-12 07:13:28 program INFO WAIT active send to complete -2015-03-12 07:13:28 program INFO WAIT active send to complete -2015-03-12 07:13:29 program INFO WAIT active send to complete -2015-03-12 07:13:29 program INFO WAIT active send to complete -2015-03-12 07:13:30 program INFO WAIT active send to complete -2015-03-12 07:13:30 program INFO WAIT active send to complete -2015-03-12 07:13:31 program INFO WAIT active send to complete -2015-03-12 07:13:31 program INFO WAIT active send to complete -2015-03-12 07:13:32 program INFO WAIT active send to complete -2015-03-12 07:13:32 program INFO WAIT active send to complete -2015-03-12 07:13:33 program INFO WAIT active send to complete -2015-03-12 07:13:33 program INFO WAIT active send to complete -2015-03-12 07:13:34 sendUrl INFO 7 [118] R:OK -2015-03-12 07:13:34 program INFO WAIT active send to complete -2015-03-12 07:13:35 program INFO WAIT active send to complete -2015-03-12 07:13:35 program INFO WAIT active send to complete -2015-03-12 07:13:36 program INFO WAIT active send to complete -2015-03-12 07:13:36 program INFO WAIT active send to complete -2015-03-12 07:13:37 program INFO WAIT active send to complete -2015-03-12 07:13:37 program INFO WAIT active send to complete -2015-03-12 07:13:38 program INFO WAIT active send to complete -2015-03-12 07:13:38 program INFO WAIT active send to complete -2015-03-12 07:13:39 program INFO WAIT active send to complete -2015-03-12 07:13:39 program INFO WAIT active send to complete -2015-03-12 07:13:40 program INFO WAIT active send to complete -2015-03-12 07:13:40 program INFO WAIT active send to complete -2015-03-12 07:13:41 program INFO WAIT active send to complete -2015-03-12 07:13:41 program INFO WAIT active send to complete -2015-03-12 07:13:42 program INFO WAIT active send to complete -2015-03-12 07:13:42 program INFO WAIT active send to complete -2015-03-12 07:13:43 program INFO WAIT active send to complete -2015-03-12 07:13:44 program INFO WAIT active send to complete -2015-03-12 07:13:44 program INFO WAIT active send to complete -2015-03-12 07:13:45 program INFO WAIT active send to complete -2015-03-12 07:13:45 program INFO WAIT active send to complete -2015-03-12 07:13:46 program INFO WAIT active send to complete -2015-03-12 07:13:46 program INFO WAIT active send to complete -2015-03-12 07:13:47 program INFO WAIT active send to complete -2015-03-12 07:13:47 program INFO WAIT active send to complete -2015-03-12 07:13:48 program INFO WAIT active send to complete -2015-03-12 07:13:48 program INFO WAIT active send to complete -2015-03-12 07:13:49 program INFO WAIT active send to complete -2015-03-12 07:13:49 program INFO WAIT active send to complete -2015-03-12 07:13:50 program INFO WAIT active send to complete -2015-03-12 07:13:50 program INFO WAIT active send to complete -2015-03-12 07:13:51 program INFO WAIT active send to complete -2015-03-12 07:13:51 program INFO WAIT active send to complete -2015-03-12 07:13:52 program INFO WAIT active send to complete -2015-03-12 07:13:52 program INFO WAIT active send to complete -2015-03-12 07:13:53 program INFO WAIT active send to complete -2015-03-12 07:13:53 program INFO WAIT active send to complete -2015-03-12 07:13:54 program INFO WAIT active send to complete -2015-03-12 07:13:54 program INFO WAIT active send to complete -2015-03-12 07:13:55 program INFO WAIT active send to complete -2015-03-12 07:13:55 program INFO WAIT active send to complete -2015-03-12 07:13:56 sendUrl INFO 7 [119] R:OK -2015-03-12 07:13:56 program INFO WAIT active send to complete -2015-03-12 07:13:57 program INFO WAIT active send to complete -2015-03-12 07:13:57 program INFO WAIT active send to complete -2015-03-12 07:13:58 program INFO WAIT active send to complete -2015-03-12 07:13:58 program INFO WAIT active send to complete -2015-03-12 07:13:59 program INFO WAIT active send to complete -2015-03-12 07:13:59 program INFO WAIT active send to complete -2015-03-12 07:14:00 program INFO WAIT active send to complete -2015-03-12 07:14:00 program INFO WAIT active send to complete -2015-03-12 07:14:01 program INFO WAIT active send to complete -2015-03-12 07:14:01 program INFO WAIT active send to complete -2015-03-12 07:14:02 program INFO WAIT active send to complete -2015-03-12 07:14:02 program INFO WAIT active send to complete -2015-03-12 07:14:03 program INFO WAIT active send to complete -2015-03-12 07:14:03 program INFO WAIT active send to complete -2015-03-12 07:14:04 program INFO WAIT active send to complete -2015-03-12 07:14:04 program INFO WAIT active send to complete -2015-03-12 07:14:05 program INFO WAIT active send to complete -2015-03-12 07:14:05 program INFO WAIT active send to complete -2015-03-12 07:14:06 program INFO WAIT active send to complete -2015-03-12 07:14:06 program INFO WAIT active send to complete -2015-03-12 07:14:07 program INFO WAIT active send to complete -2015-03-12 07:14:07 program INFO WAIT active send to complete -2015-03-12 07:14:08 program INFO WAIT active send to complete -2015-03-12 07:14:08 sendUrl INFO 3 [120] R:OK -2015-03-12 07:14:17 queue INFO >>3 [122] -2015-03-12 07:14:18 program INFO WAIT active send to complete -2015-03-12 07:14:18 program INFO WAIT active send to complete -2015-03-12 07:14:19 program INFO WAIT active send to complete -2015-03-12 07:14:19 program INFO WAIT active send to complete -2015-03-12 07:14:20 program INFO WAIT active send to complete -2015-03-12 07:14:20 program INFO WAIT active send to complete -2015-03-12 07:14:21 program INFO WAIT active send to complete -2015-03-12 07:14:21 program INFO WAIT active send to complete -2015-03-12 07:14:22 program INFO WAIT active send to complete -2015-03-12 07:14:22 program INFO WAIT active send to complete -2015-03-12 07:14:23 program INFO WAIT active send to complete -2015-03-12 07:14:23 program INFO WAIT active send to complete -2015-03-12 07:14:24 program INFO WAIT active send to complete -2015-03-12 07:14:24 sendUrl INFO 3 [121] R:OK -2015-03-12 07:14:46 sendUrl INFO 3 [122] R:OK -2015-03-12 07:15:07 queue INFO >>3 [123] -2015-03-12 07:15:14 sendUrl INFO 3 [123] R:OK -2015-03-12 07:15:50 queue INFO 7 [124] -2015-03-12 07:15:50 queue INFO >7 [125] -2015-03-12 07:15:51 program INFO WAIT active send to complete -2015-03-12 07:15:51 program INFO WAIT active send to complete -2015-03-12 07:15:51 queue INFO 3 [126] -2015-03-12 07:15:52 program INFO WAIT active send to complete -2015-03-12 07:15:52 queue INFO >3 [127] -2015-03-12 07:15:52 program INFO WAIT active send to complete -2015-03-12 07:15:53 program INFO WAIT active send to complete -2015-03-12 07:15:53 program INFO WAIT active send to complete -2015-03-12 07:15:54 program INFO WAIT active send to complete -2015-03-12 07:15:54 program INFO WAIT active send to complete -2015-03-12 07:15:55 program INFO WAIT active send to complete -2015-03-12 07:15:55 program INFO WAIT active send to complete -2015-03-12 07:15:56 program INFO WAIT active send to complete -2015-03-12 07:15:56 program INFO WAIT active send to complete -2015-03-12 07:15:57 program INFO WAIT active send to complete -2015-03-12 07:15:57 program INFO WAIT active send to complete -2015-03-12 07:15:58 program INFO WAIT active send to complete -2015-03-12 07:15:58 program INFO WAIT active send to complete -2015-03-12 07:15:59 program INFO WAIT active send to complete -2015-03-12 07:15:59 program INFO WAIT active send to complete -2015-03-12 07:16:00 program INFO WAIT active send to complete -2015-03-12 07:16:00 program INFO WAIT active send to complete -2015-03-12 07:16:01 program INFO WAIT active send to complete -2015-03-12 07:16:01 program INFO WAIT active send to complete -2015-03-12 07:16:02 program INFO WAIT active send to complete -2015-03-12 07:16:02 program INFO WAIT active send to complete -2015-03-12 07:16:03 program INFO WAIT active send to complete -2015-03-12 07:16:03 program INFO WAIT active send to complete -2015-03-12 07:16:04 program INFO WAIT active send to complete -2015-03-12 07:16:04 program INFO WAIT active send to complete -2015-03-12 07:16:04 sendUrl INFO 7 [124] R:OK -2015-03-12 07:16:05 program INFO WAIT active send to complete -2015-03-12 07:16:06 program INFO WAIT active send to complete -2015-03-12 07:16:06 program INFO WAIT active send to complete -2015-03-12 07:16:07 program INFO WAIT active send to complete -2015-03-12 07:16:07 program INFO WAIT active send to complete -2015-03-12 07:16:08 program INFO WAIT active send to complete -2015-03-12 07:16:08 program INFO WAIT active send to complete -2015-03-12 07:16:09 program INFO WAIT active send to complete -2015-03-12 07:16:09 program INFO WAIT active send to complete -2015-03-12 07:16:10 program INFO WAIT active send to complete -2015-03-12 07:16:10 program INFO WAIT active send to complete -2015-03-12 07:16:11 program INFO WAIT active send to complete -2015-03-12 07:16:11 program INFO WAIT active send to complete -2015-03-12 07:16:12 program INFO WAIT active send to complete -2015-03-12 07:16:12 program INFO WAIT active send to complete -2015-03-12 07:16:13 program INFO WAIT active send to complete -2015-03-12 07:16:13 program INFO WAIT active send to complete -2015-03-12 07:16:14 program INFO WAIT active send to complete -2015-03-12 07:16:14 program INFO WAIT active send to complete -2015-03-12 07:16:15 program INFO WAIT active send to complete -2015-03-12 07:16:15 program INFO WAIT active send to complete -2015-03-12 07:16:16 program INFO WAIT active send to complete -2015-03-12 07:16:16 program INFO WAIT active send to complete -2015-03-12 07:16:17 program INFO WAIT active send to complete -2015-03-12 07:16:17 program INFO WAIT active send to complete -2015-03-12 07:16:18 program INFO WAIT active send to complete -2015-03-12 07:16:18 program INFO WAIT active send to complete -2015-03-12 07:16:19 program INFO WAIT active send to complete -2015-03-12 07:16:19 program INFO WAIT active send to complete -2015-03-12 07:16:20 program INFO WAIT active send to complete -2015-03-12 07:16:20 program INFO WAIT active send to complete -2015-03-12 07:16:21 program INFO WAIT active send to complete -2015-03-12 07:16:21 program INFO WAIT active send to complete -2015-03-12 07:16:22 program INFO WAIT active send to complete -2015-03-12 07:16:22 program INFO WAIT active send to complete -2015-03-12 07:16:23 program INFO WAIT active send to complete -2015-03-12 07:16:23 program INFO WAIT active send to complete -2015-03-12 07:16:24 program INFO WAIT active send to complete -2015-03-12 07:16:24 program INFO WAIT active send to complete -2015-03-12 07:16:25 program INFO WAIT active send to complete -2015-03-12 07:16:25 program INFO WAIT active send to complete -2015-03-12 07:16:26 program INFO WAIT active send to complete -2015-03-12 07:16:26 sendUrl INFO 7 [125] R:OK -2015-03-12 07:16:27 program INFO WAIT active send to complete -2015-03-12 07:16:27 program INFO WAIT active send to complete -2015-03-12 07:16:28 program INFO WAIT active send to complete -2015-03-12 07:16:28 program INFO WAIT active send to complete -2015-03-12 07:16:29 program INFO WAIT active send to complete -2015-03-12 07:16:29 program INFO WAIT active send to complete -2015-03-12 07:16:30 program INFO WAIT active send to complete -2015-03-12 07:16:30 program INFO WAIT active send to complete -2015-03-12 07:16:31 program INFO WAIT active send to complete -2015-03-12 07:16:31 program INFO WAIT active send to complete -2015-03-12 07:16:32 program INFO WAIT active send to complete -2015-03-12 07:16:32 program INFO WAIT active send to complete -2015-03-12 07:16:33 program INFO WAIT active send to complete -2015-03-12 07:16:33 program INFO WAIT active send to complete -2015-03-12 07:16:34 program INFO WAIT active send to complete -2015-03-12 07:16:34 program INFO WAIT active send to complete -2015-03-12 07:16:35 program INFO WAIT active send to complete -2015-03-12 07:16:36 program INFO WAIT active send to complete -2015-03-12 07:16:36 program INFO WAIT active send to complete -2015-03-12 07:16:37 program INFO WAIT active send to complete -2015-03-12 07:16:37 program INFO WAIT active send to complete -2015-03-12 07:16:38 program INFO WAIT active send to complete -2015-03-12 07:16:38 program INFO WAIT active send to complete -2015-03-12 07:16:38 sendUrl INFO 3 [126] R:OK -2015-03-12 07:16:42 queue INFO >>3 [128] -2015-03-12 07:16:42 program INFO WAIT active send to complete -2015-03-12 07:16:43 program INFO WAIT active send to complete -2015-03-12 07:16:43 program INFO WAIT active send to complete -2015-03-12 07:16:44 program INFO WAIT active send to complete -2015-03-12 07:16:44 program INFO WAIT active send to complete -2015-03-12 07:16:45 program INFO WAIT active send to complete -2015-03-12 07:16:45 program INFO WAIT active send to complete -2015-03-12 07:16:46 program INFO WAIT active send to complete -2015-03-12 07:16:46 program INFO WAIT active send to complete -2015-03-12 07:16:47 program INFO WAIT active send to complete -2015-03-12 07:16:47 program INFO WAIT active send to complete -2015-03-12 07:16:48 program INFO WAIT active send to complete -2015-03-12 07:16:48 program INFO WAIT active send to complete -2015-03-12 07:16:49 program INFO WAIT active send to complete -2015-03-12 07:16:49 program INFO WAIT active send to complete -2015-03-12 07:16:50 program INFO WAIT active send to complete -2015-03-12 07:16:50 program INFO WAIT active send to complete -2015-03-12 07:16:51 program INFO WAIT active send to complete -2015-03-12 07:16:51 program INFO WAIT active send to complete -2015-03-12 07:16:52 program INFO WAIT active send to complete -2015-03-12 07:16:52 program INFO WAIT active send to complete -2015-03-12 07:16:53 program INFO WAIT active send to complete -2015-03-12 07:16:53 program INFO WAIT active send to complete -2015-03-12 07:16:54 program INFO WAIT active send to complete -2015-03-12 07:16:54 program INFO WAIT active send to complete -2015-03-12 07:16:55 sendUrl INFO 3 [127] R:OK -2015-03-12 07:17:17 sendUrl INFO 3 [128] R:OK -2015-03-12 07:17:32 queue INFO >>3 [129] -2015-03-12 07:17:44 sendUrl INFO 3 [129] R:OK -2015-03-12 07:18:14 queue INFO 7 [130] -2015-03-12 07:18:14 queue INFO >7 [131] -2015-03-12 07:18:15 program INFO WAIT active send to complete -2015-03-12 07:18:15 program INFO WAIT active send to complete -2015-03-12 07:18:15 queue INFO 3 [132] -2015-03-12 07:18:16 queue INFO >3 [133] -2015-03-12 07:18:16 program INFO WAIT active send to complete -2015-03-12 07:18:16 program INFO WAIT active send to complete -2015-03-12 07:18:17 program INFO WAIT active send to complete -2015-03-12 07:18:17 program INFO WAIT active send to complete -2015-03-12 07:18:18 program INFO WAIT active send to complete -2015-03-12 07:18:18 program INFO WAIT active send to complete -2015-03-12 07:18:19 program INFO WAIT active send to complete -2015-03-12 07:18:19 program INFO WAIT active send to complete -2015-03-12 07:18:20 program INFO WAIT active send to complete -2015-03-12 07:18:20 program INFO WAIT active send to complete -2015-03-12 07:18:21 program INFO WAIT active send to complete -2015-03-12 07:18:21 program INFO WAIT active send to complete -2015-03-12 07:18:22 program INFO WAIT active send to complete -2015-03-12 07:18:22 program INFO WAIT active send to complete -2015-03-12 07:18:23 program INFO WAIT active send to complete -2015-03-12 07:18:23 program INFO WAIT active send to complete -2015-03-12 07:18:24 program INFO WAIT active send to complete -2015-03-12 07:18:24 program INFO WAIT active send to complete -2015-03-12 07:18:25 program INFO WAIT active send to complete -2015-03-12 07:18:25 program INFO WAIT active send to complete -2015-03-12 07:18:26 program INFO WAIT active send to complete -2015-03-12 07:18:26 program INFO WAIT active send to complete -2015-03-12 07:18:27 program INFO WAIT active send to complete -2015-03-12 07:18:27 program INFO WAIT active send to complete -2015-03-12 07:18:28 program INFO WAIT active send to complete -2015-03-12 07:18:28 program INFO WAIT active send to complete -2015-03-12 07:18:29 sendUrl INFO 7 [130] R:OK -2015-03-12 07:18:29 program INFO WAIT active send to complete -2015-03-12 07:18:30 sendUrl INFO 7 [131] R:OK -2015-03-12 07:18:30 program INFO WAIT active send to complete -2015-03-12 07:18:31 program INFO WAIT active send to complete -2015-03-12 07:18:31 program INFO WAIT active send to complete -2015-03-12 07:18:32 program INFO WAIT active send to complete -2015-03-12 07:18:32 program INFO WAIT active send to complete -2015-03-12 07:18:33 program INFO WAIT active send to complete -2015-03-12 07:18:33 program INFO WAIT active send to complete -2015-03-12 07:18:34 program INFO WAIT active send to complete -2015-03-12 07:18:34 program INFO WAIT active send to complete -2015-03-12 07:18:35 program INFO WAIT active send to complete -2015-03-12 07:18:35 program INFO WAIT active send to complete -2015-03-12 07:18:36 program INFO WAIT active send to complete -2015-03-12 07:18:36 program INFO WAIT active send to complete -2015-03-12 07:18:37 program INFO WAIT active send to complete -2015-03-12 07:18:38 program INFO WAIT active send to complete -2015-03-12 07:18:38 program INFO WAIT active send to complete -2015-03-12 07:18:39 program INFO WAIT active send to complete -2015-03-12 07:18:39 program INFO WAIT active send to complete -2015-03-12 07:18:40 program INFO WAIT active send to complete -2015-03-12 07:18:40 program INFO WAIT active send to complete -2015-03-12 07:18:41 program INFO WAIT active send to complete -2015-03-12 07:18:41 program INFO WAIT active send to complete -2015-03-12 07:18:42 program INFO WAIT active send to complete -2015-03-12 07:18:42 program INFO WAIT active send to complete -2015-03-12 07:18:43 program INFO WAIT active send to complete -2015-03-12 07:18:43 program INFO WAIT active send to complete -2015-03-12 07:18:44 program INFO WAIT active send to complete -2015-03-12 07:18:44 program INFO WAIT active send to complete -2015-03-12 07:18:45 program INFO WAIT active send to complete -2015-03-12 07:18:45 program INFO WAIT active send to complete -2015-03-12 07:18:46 program INFO WAIT active send to complete -2015-03-12 07:18:46 program INFO WAIT active send to complete -2015-03-12 07:18:47 program INFO WAIT active send to complete -2015-03-12 07:18:47 program INFO WAIT active send to complete -2015-03-12 07:18:48 program INFO WAIT active send to complete -2015-03-12 07:18:48 program INFO WAIT active send to complete -2015-03-12 07:18:49 program INFO WAIT active send to complete -2015-03-12 07:18:49 program INFO WAIT active send to complete -2015-03-12 07:18:50 program INFO WAIT active send to complete -2015-03-12 07:18:50 sendUrl INFO 3 [132] R:OK -2015-03-12 07:18:52 sendUrl INFO 3 [133] R:OK -2015-03-12 07:19:06 queue INFO >>3 [134] -2015-03-12 07:19:19 sendUrl INFO 3 [134] R:OK -2015-03-12 07:19:56 queue INFO >>3 [135] -2015-03-12 07:20:10 sendUrl INFO 3 [135] R:OK -2015-03-12 07:20:38 queue INFO 7 [136] -2015-03-12 07:20:38 queue INFO >7 [137] -2015-03-12 07:20:39 program INFO WAIT active send to complete -2015-03-12 07:20:39 program INFO WAIT active send to complete -2015-03-12 07:20:40 queue INFO 3 [138] -2015-03-12 07:20:40 program INFO WAIT active send to complete -2015-03-12 07:20:40 queue INFO >3 [139] -2015-03-12 07:20:40 program INFO WAIT active send to complete -2015-03-12 07:20:41 program INFO WAIT active send to complete -2015-03-12 07:20:41 program INFO WAIT active send to complete -2015-03-12 07:20:42 program INFO WAIT active send to complete -2015-03-12 07:20:42 program INFO WAIT active send to complete -2015-03-12 07:20:43 program INFO WAIT active send to complete -2015-03-12 07:20:43 program INFO WAIT active send to complete -2015-03-12 07:20:44 program INFO WAIT active send to complete -2015-03-12 07:20:44 program INFO WAIT active send to complete -2015-03-12 07:20:45 program INFO WAIT active send to complete -2015-03-12 07:20:45 program INFO WAIT active send to complete -2015-03-12 07:20:46 program INFO WAIT active send to complete -2015-03-12 07:20:46 program INFO WAIT active send to complete -2015-03-12 07:20:47 program INFO WAIT active send to complete -2015-03-12 07:20:47 program INFO WAIT active send to complete -2015-03-12 07:20:48 program INFO WAIT active send to complete -2015-03-12 07:20:48 program INFO WAIT active send to complete -2015-03-12 07:20:49 program INFO WAIT active send to complete -2015-03-12 07:20:49 program INFO WAIT active send to complete -2015-03-12 07:20:50 program INFO WAIT active send to complete -2015-03-12 07:20:51 program INFO WAIT active send to complete -2015-03-12 07:20:51 program INFO WAIT active send to complete -2015-03-12 07:20:52 program INFO WAIT active send to complete -2015-03-12 07:20:52 program INFO WAIT active send to complete -2015-03-12 07:20:53 program INFO WAIT active send to complete -2015-03-12 07:20:53 program INFO WAIT active send to complete -2015-03-12 07:20:54 program INFO WAIT active send to complete -2015-03-12 07:20:54 program INFO WAIT active send to complete -2015-03-12 07:20:55 program INFO WAIT active send to complete -2015-03-12 07:20:55 program INFO WAIT active send to complete -2015-03-12 07:20:56 program INFO WAIT active send to complete -2015-03-12 07:20:56 program INFO WAIT active send to complete -2015-03-12 07:20:57 program INFO WAIT active send to complete -2015-03-12 07:20:57 program INFO WAIT active send to complete -2015-03-12 07:20:58 program INFO WAIT active send to complete -2015-03-12 07:20:58 program INFO WAIT active send to complete -2015-03-12 07:20:59 program INFO WAIT active send to complete -2015-03-12 07:20:59 program INFO WAIT active send to complete -2015-03-12 07:21:00 program INFO WAIT active send to complete -2015-03-12 07:21:00 sendUrl INFO 7 [136] R:OK -2015-03-12 07:21:01 program INFO WAIT active send to complete -2015-03-12 07:21:01 program INFO WAIT active send to complete -2015-03-12 07:21:02 program INFO WAIT active send to complete -2015-03-12 07:21:02 program INFO WAIT active send to complete -2015-03-12 07:21:03 program INFO WAIT active send to complete -2015-03-12 07:21:03 program INFO WAIT active send to complete -2015-03-12 07:21:04 program INFO WAIT active send to complete -2015-03-12 07:21:04 program INFO WAIT active send to complete -2015-03-12 07:21:05 program INFO WAIT active send to complete -2015-03-12 07:21:05 program INFO WAIT active send to complete -2015-03-12 07:21:06 program INFO WAIT active send to complete -2015-03-12 07:21:06 program INFO WAIT active send to complete -2015-03-12 07:21:07 program INFO WAIT active send to complete -2015-03-12 07:21:07 program INFO WAIT active send to complete -2015-03-12 07:21:08 program INFO WAIT active send to complete -2015-03-12 07:21:08 program INFO WAIT active send to complete -2015-03-12 07:21:09 program INFO WAIT active send to complete -2015-03-12 07:21:09 program INFO WAIT active send to complete -2015-03-12 07:21:10 program INFO WAIT active send to complete -2015-03-12 07:21:10 program INFO WAIT active send to complete -2015-03-12 07:21:11 program INFO WAIT active send to complete -2015-03-12 07:21:11 program INFO WAIT active send to complete -2015-03-12 07:21:12 program INFO WAIT active send to complete -2015-03-12 07:21:12 program INFO WAIT active send to complete -2015-03-12 07:21:13 program INFO WAIT active send to complete -2015-03-12 07:21:13 program INFO WAIT active send to complete -2015-03-12 07:21:14 program INFO WAIT active send to complete -2015-03-12 07:21:14 program INFO WAIT active send to complete -2015-03-12 07:21:15 program INFO WAIT active send to complete -2015-03-12 07:21:15 program INFO WAIT active send to complete -2015-03-12 07:21:16 program INFO WAIT active send to complete -2015-03-12 07:21:16 program INFO WAIT active send to complete -2015-03-12 07:21:17 program INFO WAIT active send to complete -2015-03-12 07:21:17 program INFO WAIT active send to complete -2015-03-12 07:21:18 program INFO WAIT active send to complete -2015-03-12 07:21:18 program INFO WAIT active send to complete -2015-03-12 07:21:19 program INFO WAIT active send to complete -2015-03-12 07:21:19 program INFO WAIT active send to complete -2015-03-12 07:21:20 program INFO WAIT active send to complete -2015-03-12 07:21:20 sendUrl INFO 7 [137] R:OK -2015-03-12 07:21:21 program INFO WAIT active send to complete -2015-03-12 07:21:21 program INFO WAIT active send to complete -2015-03-12 07:21:22 program INFO WAIT active send to complete -2015-03-12 07:21:22 program INFO WAIT active send to complete -2015-03-12 07:21:23 program INFO WAIT active send to complete -2015-03-12 07:21:23 program INFO WAIT active send to complete -2015-03-12 07:21:24 program INFO WAIT active send to complete -2015-03-12 07:21:24 program INFO WAIT active send to complete -2015-03-12 07:21:25 program INFO WAIT active send to complete -2015-03-12 07:21:25 program INFO WAIT active send to complete -2015-03-12 07:21:26 program INFO WAIT active send to complete -2015-03-12 07:21:26 program INFO WAIT active send to complete -2015-03-12 07:21:27 program INFO WAIT active send to complete -2015-03-12 07:21:27 sendUrl INFO 3 [138] R:OK -2015-03-12 07:21:30 queue INFO >>3 [140] -2015-03-12 07:21:30 program INFO WAIT active send to complete -2015-03-12 07:21:30 program INFO WAIT active send to complete -2015-03-12 07:21:31 program INFO WAIT active send to complete -2015-03-12 07:21:31 program INFO WAIT active send to complete -2015-03-12 07:21:32 program INFO WAIT active send to complete -2015-03-12 07:21:32 program INFO WAIT active send to complete -2015-03-12 07:21:33 program INFO WAIT active send to complete -2015-03-12 07:21:33 program INFO WAIT active send to complete -2015-03-12 07:21:34 program INFO WAIT active send to complete -2015-03-12 07:21:35 program INFO WAIT active send to complete -2015-03-12 07:21:35 program INFO WAIT active send to complete -2015-03-12 07:21:36 program INFO WAIT active send to complete -2015-03-12 07:21:36 program INFO WAIT active send to complete -2015-03-12 07:21:37 program INFO WAIT active send to complete -2015-03-12 07:21:37 program INFO WAIT active send to complete -2015-03-12 07:21:38 program INFO WAIT active send to complete -2015-03-12 07:21:38 program INFO WAIT active send to complete -2015-03-12 07:21:39 program INFO WAIT active send to complete -2015-03-12 07:21:39 program INFO WAIT active send to complete -2015-03-12 07:21:40 program INFO WAIT active send to complete -2015-03-12 07:21:40 program INFO WAIT active send to complete -2015-03-12 07:21:41 program INFO WAIT active send to complete -2015-03-12 07:21:41 program INFO WAIT active send to complete -2015-03-12 07:21:42 program INFO WAIT active send to complete -2015-03-12 07:21:42 program INFO WAIT active send to complete -2015-03-12 07:21:43 program INFO WAIT active send to complete -2015-03-12 07:21:43 program INFO WAIT active send to complete -2015-03-12 07:21:44 program INFO WAIT active send to complete -2015-03-12 07:21:44 program INFO WAIT active send to complete -2015-03-12 07:21:45 program INFO WAIT active send to complete -2015-03-12 07:21:45 program INFO WAIT active send to complete -2015-03-12 07:21:46 program INFO WAIT active send to complete -2015-03-12 07:21:46 program INFO WAIT active send to complete -2015-03-12 07:21:47 program INFO WAIT active send to complete -2015-03-12 07:21:47 program INFO WAIT active send to complete -2015-03-12 07:21:48 program INFO WAIT active send to complete -2015-03-12 07:21:48 program INFO WAIT active send to complete -2015-03-12 07:21:49 program INFO WAIT active send to complete -2015-03-12 07:21:49 program INFO WAIT active send to complete -2015-03-12 07:21:50 sendUrl INFO 3 [139] R:OK -2015-03-12 07:22:10 sendUrl INFO 3 [140] R:OK -2015-03-12 07:22:20 queue INFO >>3 [141] -2015-03-12 07:22:40 sendUrl INFO 3 [141] R:OK -2015-03-12 07:23:02 queue INFO 7 [142] -2015-03-12 07:23:02 queue INFO >7 [143] -2015-03-12 07:23:03 program INFO WAIT active send to complete -2015-03-12 07:23:03 program INFO WAIT active send to complete -2015-03-12 07:23:04 program INFO WAIT active send to complete -2015-03-12 07:23:04 queue INFO 3 [144] -2015-03-12 07:23:04 queue INFO >3 [145] -2015-03-12 07:23:04 program INFO WAIT active send to complete -2015-03-12 07:23:05 program INFO WAIT active send to complete -2015-03-12 07:23:05 program INFO WAIT active send to complete -2015-03-12 07:23:06 program INFO WAIT active send to complete -2015-03-12 07:23:06 program INFO WAIT active send to complete -2015-03-12 07:23:07 program INFO WAIT active send to complete -2015-03-12 07:23:07 program INFO WAIT active send to complete -2015-03-12 07:23:07 sendUrl INFO 7 [142] R:OK -2015-03-12 07:23:08 program INFO WAIT active send to complete -2015-03-12 07:23:09 program INFO WAIT active send to complete -2015-03-12 07:23:09 program INFO WAIT active send to complete -2015-03-12 07:23:10 program INFO WAIT active send to complete -2015-03-12 07:23:10 program INFO WAIT active send to complete -2015-03-12 07:23:11 program INFO WAIT active send to complete -2015-03-12 07:23:11 program INFO WAIT active send to complete -2015-03-12 07:23:12 program INFO WAIT active send to complete -2015-03-12 07:23:12 program INFO WAIT active send to complete -2015-03-12 07:23:13 program INFO WAIT active send to complete -2015-03-12 07:23:13 program INFO WAIT active send to complete -2015-03-12 07:23:14 program INFO WAIT active send to complete -2015-03-12 07:23:14 program INFO WAIT active send to complete -2015-03-12 07:23:15 program INFO WAIT active send to complete -2015-03-12 07:23:15 program INFO WAIT active send to complete -2015-03-12 07:23:16 program INFO WAIT active send to complete -2015-03-12 07:23:16 program INFO WAIT active send to complete -2015-03-12 07:23:17 program INFO WAIT active send to complete -2015-03-12 07:23:17 program INFO WAIT active send to complete -2015-03-12 07:23:18 program INFO WAIT active send to complete -2015-03-12 07:23:18 program INFO WAIT active send to complete -2015-03-12 07:23:19 program INFO WAIT active send to complete -2015-03-12 07:23:19 program INFO WAIT active send to complete -2015-03-12 07:23:20 program INFO WAIT active send to complete -2015-03-12 07:23:20 program INFO WAIT active send to complete -2015-03-12 07:23:21 program INFO WAIT active send to complete -2015-03-12 07:23:21 program INFO WAIT active send to complete -2015-03-12 07:23:22 program INFO WAIT active send to complete -2015-03-12 07:23:22 program INFO WAIT active send to complete -2015-03-12 07:23:23 program INFO WAIT active send to complete -2015-03-12 07:23:23 program INFO WAIT active send to complete -2015-03-12 07:23:24 program INFO WAIT active send to complete -2015-03-12 07:23:24 program INFO WAIT active send to complete -2015-03-12 07:23:25 program INFO WAIT active send to complete -2015-03-12 07:23:25 program INFO WAIT active send to complete -2015-03-12 07:23:26 program INFO WAIT active send to complete -2015-03-12 07:23:26 program INFO WAIT active send to complete -2015-03-12 07:23:27 program INFO WAIT active send to complete -2015-03-12 07:23:27 program INFO WAIT active send to complete -2015-03-12 07:23:28 program INFO WAIT active send to complete -2015-03-12 07:23:28 program INFO WAIT active send to complete -2015-03-12 07:23:29 program INFO WAIT active send to complete -2015-03-12 07:23:29 program INFO WAIT active send to complete -2015-03-12 07:23:30 program INFO WAIT active send to complete -2015-03-12 07:23:30 sendUrl INFO 7 [143] R:OK -2015-03-12 07:23:31 program INFO WAIT active send to complete -2015-03-12 07:23:32 program INFO WAIT active send to complete -2015-03-12 07:23:32 program INFO WAIT active send to complete -2015-03-12 07:23:33 program INFO WAIT active send to complete -2015-03-12 07:23:33 program INFO WAIT active send to complete -2015-03-12 07:23:34 program INFO WAIT active send to complete -2015-03-12 07:23:34 program INFO WAIT active send to complete -2015-03-12 07:23:35 program INFO WAIT active send to complete -2015-03-12 07:23:35 program INFO WAIT active send to complete -2015-03-12 07:23:36 program INFO WAIT active send to complete -2015-03-12 07:23:36 program INFO WAIT active send to complete -2015-03-12 07:23:37 program INFO WAIT active send to complete -2015-03-12 07:23:37 program INFO WAIT active send to complete -2015-03-12 07:23:38 program INFO WAIT active send to complete -2015-03-12 07:23:38 program INFO WAIT active send to complete -2015-03-12 07:23:39 program INFO WAIT active send to complete -2015-03-12 07:23:39 program INFO WAIT active send to complete -2015-03-12 07:23:40 program INFO WAIT active send to complete -2015-03-12 07:23:40 program INFO WAIT active send to complete -2015-03-12 07:23:41 program INFO WAIT active send to complete -2015-03-12 07:23:41 program INFO WAIT active send to complete -2015-03-12 07:23:42 program INFO WAIT active send to complete -2015-03-12 07:23:42 program INFO WAIT active send to complete -2015-03-12 07:23:43 program INFO WAIT active send to complete -2015-03-12 07:23:43 program INFO WAIT active send to complete -2015-03-12 07:23:44 program INFO WAIT active send to complete -2015-03-12 07:23:44 program INFO WAIT active send to complete -2015-03-12 07:23:45 program INFO WAIT active send to complete -2015-03-12 07:23:45 program INFO WAIT active send to complete -2015-03-12 07:23:46 program INFO WAIT active send to complete -2015-03-12 07:23:46 program INFO WAIT active send to complete -2015-03-12 07:23:47 program INFO WAIT active send to complete -2015-03-12 07:23:47 program INFO WAIT active send to complete -2015-03-12 07:23:48 program INFO WAIT active send to complete -2015-03-12 07:23:48 program INFO WAIT active send to complete -2015-03-12 07:23:49 program INFO WAIT active send to complete -2015-03-12 07:23:49 program INFO WAIT active send to complete -2015-03-12 07:23:50 program INFO WAIT active send to complete -2015-03-12 07:23:50 program INFO WAIT active send to complete -2015-03-12 07:23:51 sendUrl INFO 3 [144] R:OK -2015-03-12 07:23:54 queue INFO >>3 [146] -2015-03-12 07:23:54 program INFO WAIT active send to complete -2015-03-12 07:23:55 program INFO WAIT active send to complete -2015-03-12 07:23:55 program INFO WAIT active send to complete -2015-03-12 07:23:56 program INFO WAIT active send to complete -2015-03-12 07:23:56 program INFO WAIT active send to complete -2015-03-12 07:23:57 program INFO WAIT active send to complete -2015-03-12 07:23:57 program INFO WAIT active send to complete -2015-03-12 07:23:58 sendUrl INFO 3 [145] R:OK -2015-03-12 07:24:20 sendUrl INFO 3 [146] R:OK -2015-03-12 07:24:44 queue INFO >>3 [147] -2015-03-12 07:24:48 sendUrl INFO 3 [147] R:OK -2015-03-12 07:25:26 queue INFO 7 [148] -2015-03-12 07:25:26 queue INFO >7 [149] -2015-03-12 07:25:27 program INFO WAIT active send to complete -2015-03-12 07:25:27 program INFO WAIT active send to complete -2015-03-12 07:25:28 program INFO WAIT active send to complete -2015-03-12 07:25:28 queue INFO 3 [150] -2015-03-12 07:25:28 queue INFO >3 [151] -2015-03-12 07:25:28 program INFO WAIT active send to complete -2015-03-12 07:25:29 program INFO WAIT active send to complete -2015-03-12 07:25:29 program INFO WAIT active send to complete -2015-03-12 07:25:30 program INFO WAIT active send to complete -2015-03-12 07:25:30 program INFO WAIT active send to complete -2015-03-12 07:25:31 program INFO WAIT active send to complete -2015-03-12 07:25:31 program INFO WAIT active send to complete -2015-03-12 07:25:32 program INFO WAIT active send to complete -2015-03-12 07:25:32 program INFO WAIT active send to complete -2015-03-12 07:25:33 program INFO WAIT active send to complete -2015-03-12 07:25:33 program INFO WAIT active send to complete -2015-03-12 07:25:34 program INFO WAIT active send to complete -2015-03-12 07:25:34 program INFO WAIT active send to complete -2015-03-12 07:25:35 program INFO WAIT active send to complete -2015-03-12 07:25:35 sendUrl INFO 7 [148] R:OK -2015-03-12 07:25:36 program INFO WAIT active send to complete -2015-03-12 07:25:36 program INFO WAIT active send to complete -2015-03-12 07:25:37 program INFO WAIT active send to complete -2015-03-12 07:25:38 program INFO WAIT active send to complete -2015-03-12 07:25:38 program INFO WAIT active send to complete -2015-03-12 07:25:39 program INFO WAIT active send to complete -2015-03-12 07:25:39 program INFO WAIT active send to complete -2015-03-12 07:25:40 program INFO WAIT active send to complete -2015-03-12 07:25:40 program INFO WAIT active send to complete -2015-03-12 07:25:41 program INFO WAIT active send to complete -2015-03-12 07:25:41 program INFO WAIT active send to complete -2015-03-12 07:25:42 program INFO WAIT active send to complete -2015-03-12 07:25:42 program INFO WAIT active send to complete -2015-03-12 07:25:43 program INFO WAIT active send to complete -2015-03-12 07:25:43 program INFO WAIT active send to complete -2015-03-12 07:25:44 program INFO WAIT active send to complete -2015-03-12 07:25:44 program INFO WAIT active send to complete -2015-03-12 07:25:45 program INFO WAIT active send to complete -2015-03-12 07:25:45 program INFO WAIT active send to complete -2015-03-12 07:25:46 program INFO WAIT active send to complete -2015-03-12 07:25:46 sendUrl INFO 7 [149] R:OK -2015-03-12 07:25:47 program INFO WAIT active send to complete -2015-03-12 07:25:47 program INFO WAIT active send to complete -2015-03-12 07:25:48 program INFO WAIT active send to complete -2015-03-12 07:25:48 program INFO WAIT active send to complete -2015-03-12 07:25:49 program INFO WAIT active send to complete -2015-03-12 07:25:49 program INFO WAIT active send to complete -2015-03-12 07:25:50 program INFO WAIT active send to complete -2015-03-12 07:25:50 program INFO WAIT active send to complete -2015-03-12 07:25:51 program INFO WAIT active send to complete -2015-03-12 07:25:51 program INFO WAIT active send to complete -2015-03-12 07:25:52 program INFO WAIT active send to complete -2015-03-12 07:25:52 program INFO WAIT active send to complete -2015-03-12 07:25:53 program INFO WAIT active send to complete -2015-03-12 07:25:53 program INFO WAIT active send to complete -2015-03-12 07:25:54 program INFO WAIT active send to complete -2015-03-12 07:25:54 program INFO WAIT active send to complete -2015-03-12 07:25:55 program INFO WAIT active send to complete -2015-03-12 07:25:55 program INFO WAIT active send to complete -2015-03-12 07:25:56 program INFO WAIT active send to complete -2015-03-12 07:25:56 program INFO WAIT active send to complete -2015-03-12 07:25:57 program INFO WAIT active send to complete -2015-03-12 07:25:57 program INFO WAIT active send to complete -2015-03-12 07:25:58 program INFO WAIT active send to complete -2015-03-12 07:25:58 program INFO WAIT active send to complete -2015-03-12 07:25:59 program INFO WAIT active send to complete -2015-03-12 07:25:59 program INFO WAIT active send to complete -2015-03-12 07:26:00 program INFO WAIT active send to complete -2015-03-12 07:26:00 program INFO WAIT active send to complete -2015-03-12 07:26:01 program INFO WAIT active send to complete -2015-03-12 07:26:01 program INFO WAIT active send to complete -2015-03-12 07:26:01 sendUrl INFO 3 [150] R:OK -2015-03-12 07:26:18 queue INFO >>3 [152] -2015-03-12 07:26:18 program INFO WAIT active send to complete -2015-03-12 07:26:19 program INFO WAIT active send to complete -2015-03-12 07:26:19 program INFO WAIT active send to complete -2015-03-12 07:26:20 program INFO WAIT active send to complete -2015-03-12 07:26:20 program INFO WAIT active send to complete -2015-03-12 07:26:21 program INFO WAIT active send to complete -2015-03-12 07:26:21 program INFO WAIT active send to complete -2015-03-12 07:26:22 program INFO WAIT active send to complete -2015-03-12 07:26:22 program INFO WAIT active send to complete -2015-03-12 07:26:23 program INFO WAIT active send to complete -2015-03-12 07:26:23 program INFO WAIT active send to complete -2015-03-12 07:26:24 program INFO WAIT active send to complete -2015-03-12 07:26:24 program INFO WAIT active send to complete -2015-03-12 07:26:25 program INFO WAIT active send to complete -2015-03-12 07:26:25 sendUrl INFO 3 [151] R:OK -2015-03-12 07:26:36 sendUrl INFO 3 [152] R:OK -2015-03-12 07:27:08 queue INFO >>3 [153] -2015-03-12 07:27:12 sendUrl INFO 3 [153] R:OK -2015-03-12 07:27:50 queue INFO 7 [154] -2015-03-12 07:27:51 queue INFO >7 [155] -2015-03-12 07:27:51 program INFO WAIT active send to complete -2015-03-12 07:27:52 program INFO WAIT active send to complete -2015-03-12 07:27:52 queue INFO 3 [156] -2015-03-12 07:27:52 program INFO WAIT active send to complete -2015-03-12 07:27:52 queue INFO >3 [157] -2015-03-12 07:27:53 program INFO WAIT active send to complete -2015-03-12 07:27:53 program INFO WAIT active send to complete -2015-03-12 07:27:54 program INFO WAIT active send to complete -2015-03-12 07:27:54 program INFO WAIT active send to complete -2015-03-12 07:27:55 program INFO WAIT active send to complete -2015-03-12 07:27:55 program INFO WAIT active send to complete -2015-03-12 07:27:56 program INFO WAIT active send to complete -2015-03-12 07:27:56 program INFO WAIT active send to complete -2015-03-12 07:27:57 program INFO WAIT active send to complete -2015-03-12 07:27:57 program INFO WAIT active send to complete -2015-03-12 07:27:58 program INFO WAIT active send to complete -2015-03-12 07:27:58 program INFO WAIT active send to complete -2015-03-12 07:27:59 program INFO WAIT active send to complete -2015-03-12 07:27:59 program INFO WAIT active send to complete -2015-03-12 07:28:00 program INFO WAIT active send to complete -2015-03-12 07:28:00 program INFO WAIT active send to complete -2015-03-12 07:28:01 program INFO WAIT active send to complete -2015-03-12 07:28:01 program INFO WAIT active send to complete -2015-03-12 07:28:02 program INFO WAIT active send to complete -2015-03-12 07:28:02 sendUrl INFO 7 [154] R:OK -2015-03-12 07:28:03 program INFO WAIT active send to complete -2015-03-12 07:28:03 program INFO WAIT active send to complete -2015-03-12 07:28:04 program INFO WAIT active send to complete -2015-03-12 07:28:04 program INFO WAIT active send to complete -2015-03-12 07:28:05 program INFO WAIT active send to complete -2015-03-12 07:28:05 program INFO WAIT active send to complete -2015-03-12 07:28:06 program INFO WAIT active send to complete -2015-03-12 07:28:06 program INFO WAIT active send to complete -2015-03-12 07:28:07 program INFO WAIT active send to complete -2015-03-12 07:28:07 sendUrl INFO 7 [155] R:OK -2015-03-12 07:28:08 program INFO WAIT active send to complete -2015-03-12 07:28:08 program INFO WAIT active send to complete -2015-03-12 07:28:08 sendUrl INFO 3 [156] R:OK -2015-03-12 07:28:16 sendUrl INFO 3 [157] R:OK -2015-03-12 07:28:42 queue INFO >>3 [158] -2015-03-12 07:28:59 sendUrl INFO 3 [158] R:OK -2015-03-12 07:29:32 queue INFO >>3 [159] -2015-03-12 07:29:42 sendUrl INFO 3 [159] R:OK -2015-03-12 07:30:14 queue INFO 7 [160] -2015-03-12 07:30:15 queue INFO >7 [161] -2015-03-12 07:30:15 program INFO WAIT active send to complete -2015-03-12 07:30:16 program INFO WAIT active send to complete -2015-03-12 07:30:16 queue INFO 3 [162] -2015-03-12 07:30:16 program INFO WAIT active send to complete -2015-03-12 07:30:16 queue INFO >3 [163] -2015-03-12 07:30:17 program INFO WAIT active send to complete -2015-03-12 07:30:17 program INFO WAIT active send to complete -2015-03-12 07:30:18 program INFO WAIT active send to complete -2015-03-12 07:30:18 program INFO WAIT active send to complete -2015-03-12 07:30:19 program INFO WAIT active send to complete -2015-03-12 07:30:19 program INFO WAIT active send to complete -2015-03-12 07:30:20 program INFO WAIT active send to complete -2015-03-12 07:30:20 program INFO WAIT active send to complete -2015-03-12 07:30:21 program INFO WAIT active send to complete -2015-03-12 07:30:21 program INFO WAIT active send to complete -2015-03-12 07:30:22 program INFO WAIT active send to complete -2015-03-12 07:30:22 program INFO WAIT active send to complete -2015-03-12 07:30:23 program INFO WAIT active send to complete -2015-03-12 07:30:23 program INFO WAIT active send to complete -2015-03-12 07:30:24 program INFO WAIT active send to complete -2015-03-12 07:30:24 program INFO WAIT active send to complete -2015-03-12 07:30:25 program INFO WAIT active send to complete -2015-03-12 07:30:25 program INFO WAIT active send to complete -2015-03-12 07:30:26 program INFO WAIT active send to complete -2015-03-12 07:30:26 program INFO WAIT active send to complete -2015-03-12 07:30:27 program INFO WAIT active send to complete -2015-03-12 07:30:27 program INFO WAIT active send to complete -2015-03-12 07:30:28 program INFO WAIT active send to complete -2015-03-12 07:30:28 program INFO WAIT active send to complete -2015-03-12 07:30:29 program INFO WAIT active send to complete -2015-03-12 07:30:29 program INFO WAIT active send to complete -2015-03-12 07:30:30 program INFO WAIT active send to complete -2015-03-12 07:30:30 program INFO WAIT active send to complete -2015-03-12 07:30:31 program INFO WAIT active send to complete -2015-03-12 07:30:31 program INFO WAIT active send to complete -2015-03-12 07:30:32 program INFO WAIT active send to complete -2015-03-12 07:30:32 sendUrl INFO 7 [160] R:OK -2015-03-12 07:30:33 program INFO WAIT active send to complete -2015-03-12 07:30:33 program INFO WAIT active send to complete -2015-03-12 07:30:34 program INFO WAIT active send to complete -2015-03-12 07:30:34 program INFO WAIT active send to complete -2015-03-12 07:30:35 program INFO WAIT active send to complete -2015-03-12 07:30:35 program INFO WAIT active send to complete -2015-03-12 07:30:36 program INFO WAIT active send to complete -2015-03-12 07:30:36 program INFO WAIT active send to complete -2015-03-12 07:30:37 program INFO WAIT active send to complete -2015-03-12 07:30:37 program INFO WAIT active send to complete -2015-03-12 07:30:38 program INFO WAIT active send to complete -2015-03-12 07:30:38 program INFO WAIT active send to complete -2015-03-12 07:30:39 program INFO WAIT active send to complete -2015-03-12 07:30:39 sendUrl INFO 7 [161] R:OK -2015-03-12 07:30:40 program INFO WAIT active send to complete -2015-03-12 07:30:40 program INFO WAIT active send to complete -2015-03-12 07:30:41 program INFO WAIT active send to complete -2015-03-12 07:30:41 program INFO WAIT active send to complete -2015-03-12 07:30:42 program INFO WAIT active send to complete -2015-03-12 07:30:42 program INFO WAIT active send to complete -2015-03-12 07:30:43 program INFO WAIT active send to complete -2015-03-12 07:30:43 program INFO WAIT active send to complete -2015-03-12 07:30:44 program INFO WAIT active send to complete -2015-03-12 07:30:44 program INFO WAIT active send to complete -2015-03-12 07:30:45 program INFO WAIT active send to complete -2015-03-12 07:30:45 program INFO WAIT active send to complete -2015-03-12 07:30:46 program INFO WAIT active send to complete -2015-03-12 07:30:46 program INFO WAIT active send to complete -2015-03-12 07:30:47 sendUrl INFO 3 [162] R:OK -2015-03-12 07:31:06 queue INFO >>3 [164] -2015-03-12 07:31:07 program INFO WAIT active send to complete -2015-03-12 07:31:07 program INFO WAIT active send to complete -2015-03-12 07:31:08 program INFO WAIT active send to complete -2015-03-12 07:31:08 program INFO WAIT active send to complete -2015-03-12 07:31:09 program INFO WAIT active send to complete -2015-03-12 07:31:09 program INFO WAIT active send to complete -2015-03-12 07:31:10 program INFO WAIT active send to complete -2015-03-12 07:31:10 program INFO WAIT active send to complete -2015-03-12 07:31:11 program INFO WAIT active send to complete -2015-03-12 07:31:11 program INFO WAIT active send to complete -2015-03-12 07:31:12 program INFO WAIT active send to complete -2015-03-12 07:31:12 program INFO WAIT active send to complete -2015-03-12 07:31:13 program INFO WAIT active send to complete -2015-03-12 07:31:13 program INFO WAIT active send to complete -2015-03-12 07:31:14 program INFO WAIT active send to complete -2015-03-12 07:31:14 program INFO WAIT active send to complete -2015-03-12 07:31:15 program INFO WAIT active send to complete -2015-03-12 07:31:15 program INFO WAIT active send to complete -2015-03-12 07:31:16 program INFO WAIT active send to complete -2015-03-12 07:31:16 program INFO WAIT active send to complete -2015-03-12 07:31:17 program INFO WAIT active send to complete -2015-03-12 07:31:17 sendUrl INFO 3 [163] R:OK -2015-03-12 07:31:22 sendUrl INFO 3 [164] R:OK -2015-03-12 07:31:56 queue INFO >>3 [165] -2015-03-12 07:32:12 sendUrl INFO 3 [165] R:OK -2015-03-12 07:32:39 queue INFO 7 [166] -2015-03-12 07:32:39 queue INFO >7 [167] -2015-03-12 07:32:40 program INFO WAIT active send to complete -2015-03-12 07:32:40 program INFO WAIT active send to complete -2015-03-12 07:32:40 queue INFO 3 [168] -2015-03-12 07:32:41 queue INFO >3 [169] -2015-03-12 07:32:41 program INFO WAIT active send to complete -2015-03-12 07:32:41 program INFO WAIT active send to complete -2015-03-12 07:32:42 program INFO WAIT active send to complete -2015-03-12 07:32:42 sendUrl INFO 7 [166] R:OK -2015-03-12 07:32:43 program INFO WAIT active send to complete -2015-03-12 07:32:43 program INFO WAIT active send to complete -2015-03-12 07:32:44 program INFO WAIT active send to complete -2015-03-12 07:32:44 program INFO WAIT active send to complete -2015-03-12 07:32:45 program INFO WAIT active send to complete -2015-03-12 07:32:45 program INFO WAIT active send to complete -2015-03-12 07:32:46 program INFO WAIT active send to complete -2015-03-12 07:32:46 program INFO WAIT active send to complete -2015-03-12 07:32:47 program INFO WAIT active send to complete -2015-03-12 07:32:47 program INFO WAIT active send to complete -2015-03-12 07:32:48 program INFO WAIT active send to complete -2015-03-12 07:32:48 program INFO WAIT active send to complete -2015-03-12 07:32:49 program INFO WAIT active send to complete -2015-03-12 07:32:49 program INFO WAIT active send to complete -2015-03-12 07:32:50 program INFO WAIT active send to complete -2015-03-12 07:32:50 program INFO WAIT active send to complete -2015-03-12 07:32:51 program INFO WAIT active send to complete -2015-03-12 07:32:51 program INFO WAIT active send to complete -2015-03-12 07:32:52 program INFO WAIT active send to complete -2015-03-12 07:32:52 program INFO WAIT active send to complete -2015-03-12 07:32:53 program INFO WAIT active send to complete -2015-03-12 07:32:53 program INFO WAIT active send to complete -2015-03-12 07:32:54 program INFO WAIT active send to complete -2015-03-12 07:32:54 program INFO WAIT active send to complete -2015-03-12 07:32:55 program INFO WAIT active send to complete -2015-03-12 07:32:55 program INFO WAIT active send to complete -2015-03-12 07:32:56 program INFO WAIT active send to complete -2015-03-12 07:32:56 program INFO WAIT active send to complete -2015-03-12 07:32:57 program INFO WAIT active send to complete -2015-03-12 07:32:57 program INFO WAIT active send to complete -2015-03-12 07:32:58 program INFO WAIT active send to complete -2015-03-12 07:32:58 program INFO WAIT active send to complete -2015-03-12 07:32:59 program INFO WAIT active send to complete -2015-03-12 07:32:59 program INFO WAIT active send to complete -2015-03-12 07:33:00 program INFO WAIT active send to complete -2015-03-12 07:33:00 program INFO WAIT active send to complete -2015-03-12 07:33:01 program INFO WAIT active send to complete -2015-03-12 07:33:01 program INFO WAIT active send to complete -2015-03-12 07:33:02 program INFO WAIT active send to complete -2015-03-12 07:33:02 sendUrl INFO 7 [167] R:OK -2015-03-12 07:33:03 program INFO WAIT active send to complete -2015-03-12 07:33:03 program INFO WAIT active send to complete -2015-03-12 07:33:04 program INFO WAIT active send to complete -2015-03-12 07:33:04 program INFO WAIT active send to complete -2015-03-12 07:33:05 program INFO WAIT active send to complete -2015-03-12 07:33:06 program INFO WAIT active send to complete -2015-03-12 07:33:06 program INFO WAIT active send to complete -2015-03-12 07:33:07 program INFO WAIT active send to complete -2015-03-12 07:33:07 program INFO WAIT active send to complete -2015-03-12 07:33:08 program INFO WAIT active send to complete -2015-03-12 07:33:08 program INFO WAIT active send to complete -2015-03-12 07:33:09 program INFO WAIT active send to complete -2015-03-12 07:33:09 program INFO WAIT active send to complete -2015-03-12 07:33:09 sendUrl INFO 3 [168] R:OK -2015-03-12 07:33:13 sendUrl INFO 3 [169] R:OK -2015-03-12 07:33:30 queue INFO >>3 [170] -2015-03-12 07:33:32 sendUrl INFO 3 [170] R:OK -2015-03-12 07:34:21 queue INFO >>3 [171] -2015-03-12 07:34:22 sendUrl INFO 3 [171] R:OK -2015-03-12 07:35:03 queue INFO 7 [172] -2015-03-12 07:35:03 queue INFO >7 [173] -2015-03-12 07:35:03 program INFO WAIT active send to complete -2015-03-12 07:35:04 program INFO WAIT active send to complete -2015-03-12 07:35:04 program INFO WAIT active send to complete -2015-03-12 07:35:04 queue INFO 3 [174] -2015-03-12 07:35:05 queue INFO >3 [175] -2015-03-12 07:35:05 program INFO WAIT active send to complete -2015-03-12 07:35:05 program INFO WAIT active send to complete -2015-03-12 07:35:05 sendUrl INFO 7 [172] R:OK -2015-03-12 07:35:06 program INFO WAIT active send to complete -2015-03-12 07:35:06 sendUrl INFO 7 [173] R:OK -2015-03-12 07:35:07 program INFO WAIT active send to complete -2015-03-12 07:35:07 sendUrl INFO 3 [174] R:OK -2015-03-12 07:35:08 sendUrl INFO 3 [175] R:OK -2015-03-12 07:35:55 queue INFO >>3 [176] -2015-03-12 07:35:57 sendUrl INFO 3 [176] R:OK -2015-03-12 07:36:45 queue INFO >>3 [177] -2015-03-12 07:36:48 sendUrl INFO 3 [177] R:OK -2015-03-12 07:37:27 queue INFO 7 [178] -2015-03-12 07:37:27 queue INFO >7 [179] -2015-03-12 07:37:28 program INFO WAIT active send to complete -2015-03-12 07:37:28 sendUrl INFO 7 [178] R:OK -2015-03-12 07:37:29 queue INFO 3 [180] -2015-03-12 07:37:29 queue INFO >3 [181] -2015-03-12 07:37:29 program INFO WAIT active send to complete -2015-03-12 07:37:29 program INFO WAIT active send to complete -2015-03-12 07:37:30 program INFO WAIT active send to complete -2015-03-12 07:37:30 program INFO WAIT active send to complete -2015-03-12 07:37:31 program INFO WAIT active send to complete -2015-03-12 07:37:31 program INFO WAIT active send to complete -2015-03-12 07:37:32 program INFO WAIT active send to complete -2015-03-12 07:37:32 program INFO WAIT active send to complete -2015-03-12 07:37:33 program INFO WAIT active send to complete -2015-03-12 07:37:33 program INFO WAIT active send to complete -2015-03-12 07:37:34 program INFO WAIT active send to complete -2015-03-12 07:37:34 program INFO WAIT active send to complete -2015-03-12 07:37:35 program INFO WAIT active send to complete -2015-03-12 07:37:35 program INFO WAIT active send to complete -2015-03-12 07:37:36 program INFO WAIT active send to complete -2015-03-12 07:37:36 program INFO WAIT active send to complete -2015-03-12 07:37:37 program INFO WAIT active send to complete -2015-03-12 07:37:37 sendUrl INFO 7 [179] R:OK -2015-03-12 07:37:38 program INFO WAIT active send to complete -2015-03-12 07:37:38 program INFO WAIT active send to complete -2015-03-12 07:37:39 program INFO WAIT active send to complete -2015-03-12 07:37:39 program INFO WAIT active send to complete -2015-03-12 07:37:40 program INFO WAIT active send to complete -2015-03-12 07:37:40 program INFO WAIT active send to complete -2015-03-12 07:37:41 program INFO WAIT active send to complete -2015-03-12 07:37:41 program INFO WAIT active send to complete -2015-03-12 07:37:42 program INFO WAIT active send to complete -2015-03-12 07:37:42 program INFO WAIT active send to complete -2015-03-12 07:37:43 sendUrl INFO 3 [180] R:OK -2015-03-12 07:37:46 sendUrl INFO 3 [181] R:OK -2015-03-12 07:38:19 queue INFO >>3 [182] -2015-03-12 07:38:28 sendUrl INFO 3 [182] R:OK -2015-03-12 07:39:09 queue INFO >>3 [183] -2015-03-12 07:39:18 sendUrl INFO 3 [183] R:OK -2015-03-12 07:39:51 queue INFO 7 [184] -2015-03-12 07:39:51 queue INFO >7 [185] -2015-03-12 07:39:52 program INFO WAIT active send to complete -2015-03-12 07:39:52 program INFO WAIT active send to complete -2015-03-12 07:39:53 queue INFO 3 [186] -2015-03-12 07:39:53 program INFO WAIT active send to complete -2015-03-12 07:39:53 queue INFO >3 [187] -2015-03-12 07:39:53 program INFO WAIT active send to complete -2015-03-12 07:39:54 program INFO WAIT active send to complete -2015-03-12 07:39:54 program INFO WAIT active send to complete -2015-03-12 07:39:55 program INFO WAIT active send to complete -2015-03-12 07:39:55 program INFO WAIT active send to complete -2015-03-12 07:39:56 program INFO WAIT active send to complete -2015-03-12 07:39:56 program INFO WAIT active send to complete -2015-03-12 07:39:57 program INFO WAIT active send to complete -2015-03-12 07:39:57 program INFO WAIT active send to complete -2015-03-12 07:39:58 program INFO WAIT active send to complete -2015-03-12 07:39:58 sendUrl INFO 7 [184] R:OK -2015-03-12 07:39:59 program INFO WAIT active send to complete -2015-03-12 07:39:59 program INFO WAIT active send to complete -2015-03-12 07:40:00 program INFO WAIT active send to complete -2015-03-12 07:40:00 program INFO WAIT active send to complete -2015-03-12 07:40:01 program INFO WAIT active send to complete -2015-03-12 07:40:01 program INFO WAIT active send to complete -2015-03-12 07:40:02 program INFO WAIT active send to complete -2015-03-12 07:40:02 program INFO WAIT active send to complete -2015-03-12 07:40:03 program INFO WAIT active send to complete -2015-03-12 07:40:03 program INFO WAIT active send to complete -2015-03-12 07:40:04 program INFO WAIT active send to complete -2015-03-12 07:40:04 program INFO WAIT active send to complete -2015-03-12 07:40:05 program INFO WAIT active send to complete -2015-03-12 07:40:05 program INFO WAIT active send to complete -2015-03-12 07:40:06 program INFO WAIT active send to complete -2015-03-12 07:40:07 program INFO WAIT active send to complete -2015-03-12 07:40:07 program INFO WAIT active send to complete -2015-03-12 07:40:08 program INFO WAIT active send to complete -2015-03-12 07:40:08 sendUrl INFO 7 [185] R:OK -2015-03-12 07:40:09 program INFO WAIT active send to complete -2015-03-12 07:40:09 program INFO WAIT active send to complete -2015-03-12 07:40:10 program INFO WAIT active send to complete -2015-03-12 07:40:10 program INFO WAIT active send to complete -2015-03-12 07:40:11 program INFO WAIT active send to complete -2015-03-12 07:40:11 program INFO WAIT active send to complete -2015-03-12 07:40:12 program INFO WAIT active send to complete -2015-03-12 07:40:12 program INFO WAIT active send to complete -2015-03-12 07:40:13 program INFO WAIT active send to complete -2015-03-12 07:40:13 program INFO WAIT active send to complete -2015-03-12 07:40:13 sendUrl INFO 3 [186] R:OK -2015-03-12 07:40:17 sendUrl INFO 3 [187] R:OK -2015-03-12 07:40:43 queue INFO >>3 [188] -2015-03-12 07:40:49 sendUrl INFO 3 [188] R:OK -2015-03-12 07:41:33 queue INFO >>3 [189] -2015-03-12 07:41:38 sendUrl INFO 3 [189] R:OK -2015-03-12 07:42:15 queue INFO 7 [190] -2015-03-12 07:42:15 queue INFO >7 [191] -2015-03-12 07:42:16 program INFO WAIT active send to complete -2015-03-12 07:42:16 program INFO WAIT active send to complete -2015-03-12 07:42:17 queue INFO 3 [192] -2015-03-12 07:42:17 program INFO WAIT active send to complete -2015-03-12 07:42:17 queue INFO >3 [193] -2015-03-12 07:42:17 program INFO WAIT active send to complete -2015-03-12 07:42:18 program INFO WAIT active send to complete -2015-03-12 07:42:18 program INFO WAIT active send to complete -2015-03-12 07:42:19 program INFO WAIT active send to complete -2015-03-12 07:42:19 program INFO WAIT active send to complete -2015-03-12 07:42:20 program INFO WAIT active send to complete -2015-03-12 07:42:20 program INFO WAIT active send to complete -2015-03-12 07:42:21 sendUrl INFO 7 [190] R:OK -2015-03-12 07:42:21 program INFO WAIT active send to complete -2015-03-12 07:42:22 program INFO WAIT active send to complete -2015-03-12 07:42:22 program INFO WAIT active send to complete -2015-03-12 07:42:23 program INFO WAIT active send to complete -2015-03-12 07:42:23 program INFO WAIT active send to complete -2015-03-12 07:42:24 program INFO WAIT active send to complete -2015-03-12 07:42:25 program INFO WAIT active send to complete -2015-03-12 07:42:25 program INFO WAIT active send to complete -2015-03-12 07:42:26 program INFO WAIT active send to complete -2015-03-12 07:42:26 program INFO WAIT active send to complete -2015-03-12 07:42:27 program INFO WAIT active send to complete -2015-03-12 07:42:27 program INFO WAIT active send to complete -2015-03-12 07:42:28 program INFO WAIT active send to complete -2015-03-12 07:42:28 program INFO WAIT active send to complete -2015-03-12 07:42:29 program INFO WAIT active send to complete -2015-03-12 07:42:29 sendUrl INFO 7 [191] R:OK -2015-03-12 07:42:30 program INFO WAIT active send to complete -2015-03-12 07:42:30 program INFO WAIT active send to complete -2015-03-12 07:42:31 program INFO WAIT active send to complete -2015-03-12 07:42:31 program INFO WAIT active send to complete -2015-03-12 07:42:32 program INFO WAIT active send to complete -2015-03-12 07:42:32 program INFO WAIT active send to complete -2015-03-12 07:42:33 program INFO WAIT active send to complete -2015-03-12 07:42:33 program INFO WAIT active send to complete -2015-03-12 07:42:34 program INFO WAIT active send to complete -2015-03-12 07:42:34 program INFO WAIT active send to complete -2015-03-12 07:42:35 program INFO WAIT active send to complete -2015-03-12 07:42:35 program INFO WAIT active send to complete -2015-03-12 07:42:36 program INFO WAIT active send to complete -2015-03-12 07:42:36 program INFO WAIT active send to complete -2015-03-12 07:42:37 program INFO WAIT active send to complete -2015-03-12 07:42:37 program INFO WAIT active send to complete -2015-03-12 07:42:38 program INFO WAIT active send to complete -2015-03-12 07:42:38 program INFO WAIT active send to complete -2015-03-12 07:42:38 sendUrl INFO 3 [192] R:OK -2015-03-12 07:42:44 sendUrl INFO 3 [193] R:OK -2015-03-12 07:43:07 queue INFO >>3 [194] -2015-03-12 07:43:11 sendUrl INFO 3 [194] R:OK -2015-03-12 07:43:57 queue INFO >>3 [195] -2015-03-12 07:44:01 sendUrl INFO 3 [195] R:OK -2015-03-12 07:44:39 queue INFO 7 [196] -2015-03-12 07:44:40 queue INFO >7 [197] -2015-03-12 07:44:40 program INFO WAIT active send to complete -2015-03-12 07:44:40 program INFO WAIT active send to complete -2015-03-12 07:44:41 program INFO WAIT active send to complete -2015-03-12 07:44:41 queue INFO 3 [198] -2015-03-12 07:44:41 queue INFO >3 [199] -2015-03-12 07:44:41 program INFO WAIT active send to complete -2015-03-12 07:44:42 program INFO WAIT active send to complete -2015-03-12 07:44:43 program INFO WAIT active send to complete -2015-03-12 07:44:43 program INFO WAIT active send to complete -2015-03-12 07:44:44 program INFO WAIT active send to complete -2015-03-12 07:44:44 program INFO WAIT active send to complete -2015-03-12 07:44:44 sendUrl INFO 7 [196] R:OK -2015-03-12 07:44:45 program INFO WAIT active send to complete -2015-03-12 07:44:46 program INFO WAIT active send to complete -2015-03-12 07:44:46 program INFO WAIT active send to complete -2015-03-12 07:44:47 program INFO WAIT active send to complete -2015-03-12 07:44:47 program INFO WAIT active send to complete -2015-03-12 07:44:48 program INFO WAIT active send to complete -2015-03-12 07:44:48 program INFO WAIT active send to complete -2015-03-12 07:44:49 program INFO WAIT active send to complete -2015-03-12 07:44:49 program INFO WAIT active send to complete -2015-03-12 07:44:50 program INFO WAIT active send to complete -2015-03-12 07:44:50 program INFO WAIT active send to complete -2015-03-12 07:44:51 program INFO WAIT active send to complete -2015-03-12 07:44:51 sendUrl INFO 7 [197] R:OK -2015-03-12 07:44:52 program INFO WAIT active send to complete -2015-03-12 07:44:52 program INFO WAIT active send to complete -2015-03-12 07:44:53 program INFO WAIT active send to complete -2015-03-12 07:44:53 program INFO WAIT active send to complete -2015-03-12 07:44:54 program INFO WAIT active send to complete -2015-03-12 07:44:54 sendUrl INFO 3 [198] R:OK -2015-03-12 07:44:58 sendUrl INFO 3 [199] R:OK -2015-03-12 07:45:31 queue INFO >>3 [200] -2015-03-12 07:45:32 sendUrl INFO 3 [200] R:OK -2015-03-12 07:46:21 queue INFO >>3 [201] -2015-03-12 07:46:25 sendUrl INFO 3 [201] R:OK -2015-03-12 07:47:04 queue INFO 7 [202] -2015-03-12 07:47:04 queue INFO >7 [203] -2015-03-12 07:47:05 sendUrl INFO 7 [202] R:OK -2015-03-12 07:47:05 queue INFO 3 [204] -2015-03-12 07:47:06 program INFO WAIT active send to complete -2015-03-12 07:47:06 queue INFO >3 [205] -2015-03-12 07:47:06 program INFO WAIT active send to complete -2015-03-12 07:47:07 program INFO WAIT active send to complete -2015-03-12 07:47:07 program INFO WAIT active send to complete -2015-03-12 07:47:08 program INFO WAIT active send to complete -2015-03-12 07:47:08 program INFO WAIT active send to complete -2015-03-12 07:47:09 program INFO WAIT active send to complete -2015-03-12 07:47:09 program INFO WAIT active send to complete -2015-03-12 07:47:10 program INFO WAIT active send to complete -2015-03-12 07:47:10 program INFO WAIT active send to complete -2015-03-12 07:47:11 program INFO WAIT active send to complete -2015-03-12 07:47:11 program INFO WAIT active send to complete -2015-03-12 07:47:12 program INFO WAIT active send to complete -2015-03-12 07:47:12 program INFO WAIT active send to complete -2015-03-12 07:47:13 program INFO WAIT active send to complete -2015-03-12 07:47:13 program INFO WAIT active send to complete -2015-03-12 07:47:14 program INFO WAIT active send to complete -2015-03-12 07:47:14 program INFO WAIT active send to complete -2015-03-12 07:47:15 program INFO WAIT active send to complete -2015-03-12 07:47:15 sendUrl INFO 7 [203] R:OK -2015-03-12 07:47:16 program INFO WAIT active send to complete -2015-03-12 07:47:16 program INFO WAIT active send to complete -2015-03-12 07:47:17 program INFO WAIT active send to complete -2015-03-12 07:47:17 program INFO WAIT active send to complete -2015-03-12 07:47:18 program INFO WAIT active send to complete -2015-03-12 07:47:18 program INFO WAIT active send to complete -2015-03-12 07:47:19 program INFO WAIT active send to complete -2015-03-12 07:47:19 program INFO WAIT active send to complete -2015-03-12 07:47:20 program INFO WAIT active send to complete -2015-03-12 07:47:20 program INFO WAIT active send to complete -2015-03-12 07:47:21 program INFO WAIT active send to complete -2015-03-12 07:47:21 program INFO WAIT active send to complete -2015-03-12 07:47:22 sendUrl INFO 3 [204] R:OK -2015-03-12 07:47:24 sendUrl INFO 3 [205] R:OK -2015-03-12 07:47:56 queue INFO >>3 [206] -2015-03-12 07:47:56 sendUrl INFO 3 [206] R:OK -2015-03-12 07:48:46 queue INFO >>3 [207] -2015-03-12 07:48:47 sendUrl INFO 3 [207] R:OK -2015-03-12 07:49:28 queue INFO 7 [208] -2015-03-12 07:49:28 queue INFO >7 [209] -2015-03-12 07:49:29 program INFO WAIT active send to complete -2015-03-12 07:49:29 program INFO WAIT active send to complete -2015-03-12 07:49:29 queue INFO 3 [210] -2015-03-12 07:49:30 program INFO WAIT active send to complete -2015-03-12 07:49:30 queue INFO >3 [211] -2015-03-12 07:49:30 program INFO WAIT active send to complete -2015-03-12 07:49:31 program INFO WAIT active send to complete -2015-03-12 07:49:31 program INFO WAIT active send to complete -2015-03-12 07:49:32 program INFO WAIT active send to complete -2015-03-12 07:49:32 program INFO WAIT active send to complete -2015-03-12 07:49:33 program INFO WAIT active send to complete -2015-03-12 07:49:33 program INFO WAIT active send to complete -2015-03-12 07:49:34 program INFO WAIT active send to complete -2015-03-12 07:49:34 program INFO WAIT active send to complete -2015-03-12 07:49:35 program INFO WAIT active send to complete -2015-03-12 07:49:35 program INFO WAIT active send to complete -2015-03-12 07:49:36 program INFO WAIT active send to complete -2015-03-12 07:49:36 program INFO WAIT active send to complete -2015-03-12 07:49:37 program INFO WAIT active send to complete -2015-03-12 07:49:37 program INFO WAIT active send to complete -2015-03-12 07:49:38 sendUrl INFO 7 [208] R:OK -2015-03-12 07:49:38 program INFO WAIT active send to complete -2015-03-12 07:49:39 program INFO WAIT active send to complete -2015-03-12 07:49:39 program INFO WAIT active send to complete -2015-03-12 07:49:40 program INFO WAIT active send to complete -2015-03-12 07:49:40 program INFO WAIT active send to complete -2015-03-12 07:49:41 program INFO WAIT active send to complete -2015-03-12 07:49:41 program INFO WAIT active send to complete -2015-03-12 07:49:42 program INFO WAIT active send to complete -2015-03-12 07:49:42 program INFO WAIT active send to complete -2015-03-12 07:49:43 program INFO WAIT active send to complete -2015-03-12 07:49:43 program INFO WAIT active send to complete -2015-03-12 07:49:44 program INFO WAIT active send to complete -2015-03-12 07:49:44 program INFO WAIT active send to complete -2015-03-12 07:49:45 program INFO WAIT active send to complete -2015-03-12 07:49:45 program INFO WAIT active send to complete -2015-03-12 07:49:46 program INFO WAIT active send to complete -2015-03-12 07:49:46 program INFO WAIT active send to complete -2015-03-12 07:49:47 program INFO WAIT active send to complete -2015-03-12 07:49:47 program INFO WAIT active send to complete -2015-03-12 07:49:48 program INFO WAIT active send to complete -2015-03-12 07:49:48 program INFO WAIT active send to complete -2015-03-12 07:49:49 program INFO WAIT active send to complete -2015-03-12 07:49:49 program INFO WAIT active send to complete -2015-03-12 07:49:50 program INFO WAIT active send to complete -2015-03-12 07:49:50 program INFO WAIT active send to complete -2015-03-12 07:49:51 program INFO WAIT active send to complete -2015-03-12 07:49:51 program INFO WAIT active send to complete -2015-03-12 07:49:52 program INFO WAIT active send to complete -2015-03-12 07:49:52 program INFO WAIT active send to complete -2015-03-12 07:49:53 program INFO WAIT active send to complete -2015-03-12 07:49:53 program INFO WAIT active send to complete -2015-03-12 07:49:54 program INFO WAIT active send to complete -2015-03-12 07:49:54 program INFO WAIT active send to complete -2015-03-12 07:49:55 program INFO WAIT active send to complete -2015-03-12 07:49:55 program INFO WAIT active send to complete -2015-03-12 07:49:56 program INFO WAIT active send to complete -2015-03-12 07:49:56 program INFO WAIT active send to complete -2015-03-12 07:49:57 program INFO WAIT active send to complete -2015-03-12 07:49:57 program INFO WAIT active send to complete -2015-03-12 07:49:58 program INFO WAIT active send to complete -2015-03-12 07:49:58 program INFO WAIT active send to complete -2015-03-12 07:49:59 program INFO WAIT active send to complete -2015-03-12 07:49:59 program INFO WAIT active send to complete -2015-03-12 07:50:00 program INFO WAIT active send to complete -2015-03-12 07:50:00 program INFO WAIT active send to complete -2015-03-12 07:50:01 program INFO WAIT active send to complete -2015-03-12 07:50:01 program INFO WAIT active send to complete -2015-03-12 07:50:02 program INFO WAIT active send to complete -2015-03-12 07:50:02 program INFO WAIT active send to complete -2015-03-12 07:50:03 program INFO WAIT active send to complete -2015-03-12 07:50:03 program INFO WAIT active send to complete -2015-03-12 07:50:04 program INFO WAIT active send to complete -2015-03-12 07:50:04 program INFO WAIT active send to complete -2015-03-12 07:50:05 program INFO WAIT active send to complete -2015-03-12 07:50:05 program INFO WAIT active send to complete -2015-03-12 07:50:06 program INFO WAIT active send to complete -2015-03-12 07:50:06 program INFO WAIT active send to complete -2015-03-12 07:50:07 program INFO WAIT active send to complete -2015-03-12 07:50:07 program INFO WAIT active send to complete -2015-03-12 07:50:08 sendUrl INFO 7 [209] R:OK -2015-03-12 07:50:08 sendUrl INFO 3 [210] R:OK -2015-03-12 07:50:09 sendUrl INFO 3 [211] R:OK -2015-03-12 07:50:20 queue INFO >>3 [212] -2015-03-12 07:50:20 sendUrl INFO 3 [212] R:OK -2015-03-12 07:51:10 queue INFO >>3 [213] -2015-03-12 07:51:10 sendUrl INFO 3 [213] R:OK -2015-03-12 07:51:52 queue INFO 7 [214] -2015-03-12 07:51:52 queue INFO >7 [215] -2015-03-12 07:51:52 sendUrl INFO 7 [214] R:OK -2015-03-12 07:51:53 sendUrl INFO 7 [215] R:OK -2015-03-12 07:51:54 queue INFO 3 [216] -2015-03-12 07:51:54 queue INFO >3 [217] -2015-03-12 07:51:54 sendUrl INFO 3 [216] R:OK -2015-03-12 07:51:55 sendUrl INFO 3 [217] R:OK -2015-03-12 07:52:44 queue INFO >>3 [218] -2015-03-12 07:52:44 sendUrl INFO 3 [218] R:OK -2015-03-12 07:53:34 queue INFO >>3 [219] -2015-03-12 07:53:34 sendUrl INFO 3 [219] R:OK -2015-03-12 07:54:16 queue INFO 7 [220] -2015-03-12 07:54:16 sendUrl INFO 7 [220] R:OK -2015-03-12 07:54:16 queue INFO >7 [221] -2015-03-12 07:54:17 sendUrl INFO 7 [221] R:OK -2015-03-12 07:54:18 queue INFO 3 [222] -2015-03-12 07:54:18 queue INFO >3 [223] -2015-03-12 07:54:18 sendUrl INFO 3 [222] R:OK -2015-03-12 07:54:19 sendUrl INFO 3 [223] R:OK -2015-03-12 07:55:08 queue INFO >>3 [224] -2015-03-12 07:55:09 sendUrl INFO 3 [224] R:OK -2015-03-12 07:55:58 queue INFO >>3 [225] -2015-03-12 07:55:58 sendUrl INFO 3 [225] R:OK -2015-03-12 07:56:40 queue INFO 7 [226] -2015-03-12 07:56:41 queue INFO >7 [227] -2015-03-12 07:56:41 sendUrl INFO 7 [226] R:OK -2015-03-12 07:56:41 sendUrl INFO 7 [227] R:OK -2015-03-12 07:56:42 queue INFO 3 [228] -2015-03-12 07:56:42 queue INFO >3 [229] -2015-03-12 07:56:43 sendUrl INFO 3 [228] R:OK -2015-03-12 07:56:43 sendUrl INFO 3 [229] R:OK -2015-03-12 07:57:32 queue INFO >>3 [230] -2015-03-12 07:57:32 sendUrl INFO 3 [230] R:OK -2015-03-12 07:58:22 queue INFO >>3 [231] -2015-03-12 07:58:23 sendUrl INFO 3 [231] R:OK -2015-03-12 07:59:05 queue INFO 7 [232] -2015-03-12 07:59:05 queue INFO >7 [233] -2015-03-12 07:59:05 sendUrl INFO 7 [232] R:OK -2015-03-12 07:59:06 sendUrl INFO 7 [233] R:OK -2015-03-12 07:59:06 queue INFO 3 [234] -2015-03-12 07:59:07 queue INFO >3 [235] -2015-03-12 07:59:07 sendUrl INFO 3 [234] R:OK -2015-03-12 07:59:07 sendUrl INFO 3 [235] R:OK -2015-03-12 07:59:56 queue INFO >>3 [236] -2015-03-12 07:59:57 sendUrl INFO 3 [236] R:OK -2015-03-12 08:00:47 queue INFO >>3 [237] -2015-03-12 08:00:47 sendUrl INFO 3 [237] R:OK -2015-03-12 08:01:29 queue INFO 7 [238] -2015-03-12 08:01:29 queue INFO >7 [239] -2015-03-12 08:01:29 sendUrl INFO 7 [238] R:OK -2015-03-12 08:01:30 sendUrl INFO 7 [239] R:OK -2015-03-12 08:01:31 queue INFO 3 [240] -2015-03-12 08:01:31 queue INFO >3 [241] -2015-03-12 08:01:31 sendUrl INFO 3 [240] R:OK -2015-03-12 08:01:32 sendUrl INFO 3 [241] R:OK -2015-03-12 08:02:21 queue INFO >>3 [242] -2015-03-12 08:02:21 sendUrl INFO 3 [242] R:OK -2015-03-12 08:03:11 queue INFO >>3 [243] -2015-03-12 08:03:11 sendUrl INFO 3 [243] R:OK -2015-03-12 08:03:53 queue INFO 7 [244] -2015-03-12 08:03:53 sendUrl INFO 7 [244] R:OK -2015-03-12 08:03:53 queue INFO >7 [245] -2015-03-12 08:03:54 sendUrl INFO 7 [245] R:OK -2015-03-12 08:03:55 queue INFO 3 [246] -2015-03-12 08:03:55 queue INFO >3 [247] -2015-03-12 08:03:55 sendUrl INFO 3 [246] R:OK -2015-03-12 08:03:56 sendUrl INFO 3 [247] R:OK -2015-03-12 08:04:45 queue INFO >>3 [248] -2015-03-12 08:04:45 sendUrl INFO 3 [248] R:OK -2015-03-12 08:05:35 queue INFO >>3 [249] -2015-03-12 08:05:35 sendUrl INFO 3 [249] R:OK -2015-03-12 08:06:17 queue INFO 7 [250] -2015-03-12 08:06:17 queue INFO >7 [251] -2015-03-12 08:06:18 sendUrl INFO 7 [250] R:OK -2015-03-12 08:06:18 sendUrl INFO 7 [251] R:OK -2015-03-12 08:06:19 queue INFO 3 [252] -2015-03-12 08:06:19 sendUrl INFO 3 [252] R:OK -2015-03-12 08:06:19 queue INFO >3 [253] -2015-03-12 08:06:20 sendUrl INFO 3 [253] R:OK -2015-03-12 08:07:09 queue INFO >>3 [254] -2015-03-12 08:07:09 sendUrl INFO 3 [254] R:OK -2015-03-12 08:07:59 queue INFO >>3 [255] -2015-03-12 08:08:00 sendUrl INFO 3 [255] R:OK -2015-03-12 08:08:41 queue INFO 7 [256] -2015-03-12 08:08:42 sendUrl INFO 7 [256] R:OK -2015-03-12 08:08:42 queue INFO >7 [257] -2015-03-12 08:08:42 sendUrl INFO 7 [257] R:OK -2015-03-12 08:08:43 queue INFO 3 [258] -2015-03-12 08:08:43 queue INFO >3 [259] -2015-03-12 08:08:44 sendUrl INFO 3 [258] R:OK -2015-03-12 08:08:44 sendUrl INFO 3 [259] R:OK -2015-03-12 08:09:33 queue INFO >>3 [260] -2015-03-12 08:09:34 sendUrl INFO 3 [260] R:OK -2015-03-12 08:10:23 queue INFO >>3 [261] -2015-03-12 08:10:24 sendUrl INFO 3 [261] R:OK -2015-03-12 08:11:06 queue INFO 7 [262] -2015-03-12 08:11:06 queue INFO >7 [263] -2015-03-12 08:11:06 sendUrl INFO 7 [262] R:OK -2015-03-12 08:11:06 sendUrl INFO 7 [263] R:OK -2015-03-12 08:11:07 queue INFO 3 [264] -2015-03-12 08:11:08 queue INFO >3 [265] -2015-03-12 08:11:08 sendUrl INFO 3 [264] R:OK -2015-03-12 08:11:08 sendUrl INFO 3 [265] R:OK -2015-03-12 08:11:58 queue INFO >>3 [266] -2015-03-12 08:11:58 sendUrl INFO 3 [266] R:OK -2015-03-12 08:12:48 queue INFO >>3 [267] -2015-03-12 08:12:48 sendUrl INFO 3 [267] R:OK -2015-03-12 08:13:30 queue INFO 7 [268] -2015-03-12 08:13:30 queue INFO >7 [269] -2015-03-12 08:13:30 sendUrl INFO 7 [268] R:OK -2015-03-12 08:13:31 sendUrl INFO 7 [269] R:OK -2015-03-12 08:13:32 queue INFO 3 [270] -2015-03-12 08:13:32 queue INFO >3 [271] -2015-03-12 08:13:32 sendUrl INFO 3 [270] R:OK -2015-03-12 08:13:32 sendUrl INFO 3 [271] R:OK -2015-03-12 08:14:22 queue INFO >>3 [272] -2015-03-12 08:14:22 sendUrl INFO 3 [272] R:OK -2015-03-12 08:15:12 queue INFO >>3 [273] -2015-03-12 08:15:12 sendUrl INFO 3 [273] R:OK -2015-03-12 08:15:54 queue INFO 7 [274] -2015-03-12 08:15:54 queue INFO >7 [275] -2015-03-12 08:15:54 sendUrl INFO 7 [274] R:OK -2015-03-12 08:15:55 sendUrl INFO 7 [275] R:OK -2015-03-12 08:15:56 queue INFO 3 [276] -2015-03-12 08:15:56 queue INFO >3 [277] -2015-03-12 08:15:56 sendUrl INFO 3 [276] R:OK -2015-03-12 08:15:57 sendUrl INFO 3 [277] R:OK -2015-03-12 08:16:46 queue INFO >>3 [278] -2015-03-12 08:16:46 sendUrl INFO 3 [278] R:OK -2015-03-12 08:17:36 queue INFO >>3 [279] -2015-03-12 08:17:37 sendUrl INFO 3 [279] R:OK -2015-03-12 08:18:18 queue INFO 7 [280] -2015-03-12 08:18:19 queue INFO >7 [281] -2015-03-12 08:18:19 sendUrl INFO 7 [280] R:OK -2015-03-12 08:18:19 sendUrl INFO 7 [281] R:OK -2015-03-12 08:18:20 queue INFO 3 [282] -2015-03-12 08:18:20 queue INFO >3 [283] -2015-03-12 08:18:20 sendUrl INFO 3 [282] R:OK -2015-03-12 08:18:21 sendUrl INFO 3 [283] R:OK -2015-03-12 08:19:10 queue INFO >>3 [284] -2015-03-12 08:19:11 sendUrl INFO 3 [284] R:OK -2015-03-12 08:20:00 queue INFO >>3 [285] -2015-03-12 08:20:01 sendUrl INFO 3 [285] R:OK -2015-03-12 08:20:43 queue INFO 7 [286] -2015-03-12 08:20:43 queue INFO >7 [287] -2015-03-12 08:20:43 sendUrl INFO 7 [286] R:OK -2015-03-12 08:20:43 sendUrl INFO 7 [287] R:OK -2015-03-12 08:20:44 queue INFO 3 [288] -2015-03-12 08:20:45 queue INFO >3 [289] -2015-03-12 08:20:45 sendUrl INFO 3 [288] R:OK -2015-03-12 08:20:45 sendUrl INFO 3 [289] R:OK -2015-03-12 08:21:35 queue INFO >>3 [290] -2015-03-12 08:21:35 sendUrl INFO 3 [290] R:OK -2015-03-12 08:22:25 queue INFO >>3 [291] -2015-03-12 08:22:25 sendUrl INFO 3 [291] R:OK -2015-03-12 08:23:07 queue INFO 7 [292] -2015-03-12 08:23:07 queue INFO >7 [293] -2015-03-12 08:23:07 sendUrl INFO 7 [292] R:OK -2015-03-12 08:23:08 sendUrl INFO 7 [293] R:OK -2015-03-12 08:23:09 queue INFO 3 [294] -2015-03-12 08:23:09 queue INFO >3 [295] -2015-03-12 08:23:09 sendUrl INFO 3 [294] R:OK -2015-03-12 08:23:09 sendUrl INFO 3 [295] R:OK -2015-03-12 08:23:59 queue INFO >>3 [296] -2015-03-12 08:23:59 sendUrl INFO 3 [296] R:OK -2015-03-12 08:24:49 queue INFO >>3 [297] -2015-03-12 08:24:49 sendUrl INFO 3 [297] R:OK -2015-03-12 08:25:31 queue INFO 7 [298] -2015-03-12 08:25:31 queue INFO >7 [299] -2015-03-12 08:25:32 sendUrl INFO 7 [298] R:OK -2015-03-12 08:25:32 sendUrl INFO 7 [299] R:OK -2015-03-12 08:25:33 queue INFO 3 [300] -2015-03-12 08:25:33 queue INFO >3 [301] -2015-03-12 08:25:33 sendUrl INFO 3 [300] R:OK -2015-03-12 08:25:34 sendUrl INFO 3 [301] R:OK -2015-03-12 08:26:23 queue INFO >>3 [302] -2015-03-12 08:26:23 sendUrl INFO 3 [302] R:OK -2015-03-12 08:27:13 queue INFO >>3 [303] -2015-03-12 08:27:13 sendUrl INFO 3 [303] R:OK -2015-03-12 08:27:55 queue INFO 7 [304] -2015-03-12 08:27:56 queue INFO >7 [305] -2015-03-12 08:27:56 sendUrl INFO 7 [304] R:OK -2015-03-12 08:27:56 sendUrl INFO 7 [305] R:OK -2015-03-12 08:27:57 queue INFO 3 [306] -2015-03-12 08:27:57 sendUrl INFO 3 [306] R:OK -2015-03-12 08:27:57 queue INFO >3 [307] -2015-03-12 08:27:58 sendUrl INFO 3 [307] R:OK -2015-03-12 08:28:47 queue INFO >>3 [308] -2015-03-12 08:28:48 sendUrl INFO 3 [308] R:OK -2015-03-12 08:29:37 queue INFO >>3 [309] -2015-03-12 08:29:38 sendUrl INFO 3 [309] R:OK -2015-03-12 08:30:20 queue INFO 7 [310] -2015-03-12 08:30:20 queue INFO >7 [311] -2015-03-12 08:30:20 sendUrl INFO 7 [310] R:OK -2015-03-12 08:30:21 sendUrl INFO 7 [311] R:OK -2015-03-12 08:30:21 queue INFO 3 [312] -2015-03-12 08:30:22 queue INFO >3 [313] -2015-03-12 08:30:22 sendUrl INFO 3 [312] R:OK -2015-03-12 08:30:22 sendUrl INFO 3 [313] R:OK -2015-03-12 08:31:11 queue INFO >>3 [314] -2015-03-12 08:31:12 sendUrl INFO 3 [314] R:OK -2015-03-12 08:32:02 queue INFO >>3 [315] -2015-03-12 08:32:02 sendUrl INFO 3 [315] R:OK -2015-03-12 08:32:44 queue INFO 7 [316] -2015-03-12 08:32:44 queue INFO >7 [317] -2015-03-12 08:32:44 sendUrl INFO 7 [316] R:OK -2015-03-12 08:32:45 sendUrl INFO 7 [317] R:OK -2015-03-12 08:32:46 queue INFO 3 [318] -2015-03-12 08:32:46 queue INFO >3 [319] -2015-03-12 08:32:46 sendUrl INFO 3 [318] R:OK -2015-03-12 08:32:47 sendUrl INFO 3 [319] R:OK -2015-03-12 08:33:36 queue INFO >>3 [320] -2015-03-12 08:33:36 sendUrl INFO 3 [320] R:OK -2015-03-12 08:34:26 queue INFO >>3 [321] -2015-03-12 08:34:26 sendUrl INFO 3 [321] R:OK -2015-03-12 08:35:08 queue INFO 7 [322] -2015-03-12 08:35:08 queue INFO >7 [323] -2015-03-12 08:35:09 sendUrl INFO 7 [322] R:OK -2015-03-12 08:35:09 sendUrl INFO 7 [323] R:OK -2015-03-12 08:35:10 queue INFO 3 [324] -2015-03-12 08:35:10 sendUrl INFO 3 [324] R:OK -2015-03-12 08:35:10 queue INFO >3 [325] -2015-03-12 08:35:11 sendUrl INFO 3 [325] R:OK -2015-03-12 08:36:00 queue INFO >>3 [326] -2015-03-12 08:36:00 sendUrl INFO 3 [326] R:OK -2015-03-12 08:36:50 queue INFO >>3 [327] -2015-03-12 08:36:51 sendUrl INFO 3 [327] R:OK -2015-03-12 08:37:33 queue INFO 7 [328] -2015-03-12 08:37:33 queue INFO >7 [329] -2015-03-12 08:37:33 sendUrl INFO 7 [328] R:OK -2015-03-12 08:37:34 sendUrl INFO 7 [329] R:OK -2015-03-12 08:37:34 queue INFO 3 [330] -2015-03-12 08:37:34 queue INFO >3 [331] -2015-03-12 08:37:35 sendUrl INFO 3 [330] R:OK -2015-03-12 08:37:35 sendUrl INFO 3 [331] R:OK -2015-03-12 08:38:24 queue INFO >>3 [332] -2015-03-12 08:38:25 sendUrl INFO 3 [332] R:OK -2015-03-12 08:39:15 queue INFO >>3 [333] -2015-03-12 08:39:15 sendUrl INFO 3 [333] R:OK -2015-03-12 08:39:57 queue INFO 7 [334] -2015-03-12 08:39:57 queue INFO >7 [335] -2015-03-12 08:39:57 sendUrl INFO 7 [334] R:OK -2015-03-12 08:39:58 sendUrl INFO 7 [335] R:OK -2015-03-12 08:39:59 queue INFO 3 [336] -2015-03-12 08:39:59 sendUrl INFO 3 [336] R:OK -2015-03-12 08:39:59 queue INFO >3 [337] -2015-03-12 08:39:59 sendUrl INFO 3 [337] R:OK -2015-03-12 08:40:49 queue INFO >>3 [338] -2015-03-12 08:40:49 sendUrl INFO 3 [338] R:OK -2015-03-12 08:41:39 queue INFO >>3 [339] -2015-03-12 08:41:39 sendUrl INFO 3 [339] R:OK -2015-03-12 08:42:21 queue INFO 7 [340] -2015-03-12 08:42:21 queue INFO >7 [341] -2015-03-12 08:42:22 sendUrl INFO 7 [340] R:OK -2015-03-12 08:42:22 sendUrl INFO 7 [341] R:OK -2015-03-12 08:42:23 queue INFO 3 [342] -2015-03-12 08:42:23 queue INFO >3 [343] -2015-03-12 08:42:23 sendUrl INFO 3 [342] R:OK -2015-03-12 08:42:24 sendUrl INFO 3 [343] R:OK -2015-03-12 08:43:13 queue INFO >>3 [344] -2015-03-12 08:43:13 sendUrl INFO 3 [344] R:OK -2015-03-12 08:44:03 queue INFO >>3 [345] -2015-03-12 08:44:03 sendUrl INFO 3 [345] R:OK -2015-03-12 08:44:45 queue INFO 7 [346] -2015-03-12 08:44:46 sendUrl INFO 7 [346] R:OK -2015-03-12 08:44:46 queue INFO >7 [347] -2015-03-12 08:44:46 sendUrl INFO 7 [347] R:OK -2015-03-12 08:44:47 queue INFO 3 [348] -2015-03-12 08:44:47 queue INFO >3 [349] -2015-03-12 08:44:48 sendUrl INFO 3 [348] R:OK -2015-03-12 08:44:48 sendUrl INFO 3 [349] R:OK -2015-03-12 08:45:37 queue INFO >>3 [350] -2015-03-12 08:45:38 sendUrl INFO 3 [350] R:OK -2015-03-12 08:46:28 queue INFO >>3 [351] -2015-03-12 08:46:28 sendUrl INFO 3 [351] R:OK -2015-03-12 08:47:10 queue INFO 7 [352] -2015-03-12 08:47:10 sendUrl INFO 7 [352] R:OK -2015-03-12 08:47:10 queue INFO >7 [353] -2015-03-12 08:47:10 sendUrl INFO 7 [353] R:OK -2015-03-12 08:47:11 queue INFO 3 [354] -2015-03-12 08:47:12 queue INFO >3 [355] -2015-03-12 08:47:12 sendUrl INFO 3 [354] R:OK -2015-03-12 08:47:13 sendUrl INFO 3 [355] R:OK -2015-03-12 08:48:02 queue INFO >>3 [356] -2015-03-12 08:48:02 sendUrl INFO 3 [356] R:OK -2015-03-12 08:48:52 queue INFO >>3 [357] -2015-03-12 08:48:52 sendUrl INFO 3 [357] R:OK -2015-03-12 08:49:34 queue INFO 7 [358] -2015-03-12 08:49:34 queue INFO >7 [359] -2015-03-12 08:49:34 sendUrl INFO 7 [358] R:OK -2015-03-12 08:49:35 sendUrl INFO 7 [359] R:OK -2015-03-12 08:49:36 queue INFO 3 [360] -2015-03-12 08:49:36 sendUrl INFO 3 [360] R:OK -2015-03-12 08:49:36 queue INFO >3 [361] -2015-03-12 08:49:36 sendUrl INFO 3 [361] R:OK -2015-03-12 08:50:26 queue INFO >>3 [362] -2015-03-12 08:50:26 sendUrl INFO 3 [362] R:OK -2015-03-12 08:51:16 queue INFO >>3 [363] -2015-03-12 08:51:17 sendUrl INFO 3 [363] R:OK -2015-03-12 08:51:59 queue INFO 7 [364] -2015-03-12 08:51:59 queue INFO >7 [365] -2015-03-12 08:51:59 sendUrl INFO 7 [364] R:OK -2015-03-12 08:51:59 sendUrl INFO 7 [365] R:OK -2015-03-12 08:52:00 queue INFO 3 [366] -2015-03-12 08:52:00 queue INFO >3 [367] -2015-03-12 08:52:01 sendUrl INFO 3 [366] R:OK -2015-03-12 08:52:01 sendUrl INFO 3 [367] R:OK -2015-03-12 08:52:50 queue INFO >>3 [368] -2015-03-12 08:52:51 sendUrl INFO 3 [368] R:OK -2015-03-12 08:53:40 queue INFO >>3 [369] -2015-03-12 08:53:41 sendUrl INFO 3 [369] R:OK -2015-03-12 08:54:23 queue INFO 7 [370] -2015-03-12 08:54:23 sendUrl INFO 7 [370] R:OK -2015-03-12 08:54:23 queue INFO >7 [371] -2015-03-12 08:54:23 sendUrl INFO 7 [371] R:OK -2015-03-12 08:54:24 queue INFO 3 [372] -2015-03-12 08:54:25 queue INFO >3 [373] -2015-03-12 08:54:25 sendUrl INFO 3 [372] R:OK -2015-03-12 08:54:25 sendUrl INFO 3 [373] R:OK -2015-03-12 08:55:15 queue INFO >>3 [374] -2015-03-12 08:55:15 sendUrl INFO 3 [374] R:OK -2015-03-12 08:56:05 queue INFO >>3 [375] -2015-03-12 08:56:05 sendUrl INFO 3 [375] R:OK -2015-03-12 08:56:47 queue INFO 7 [376] -2015-03-12 08:56:47 queue INFO >7 [377] -2015-03-12 08:56:47 sendUrl INFO 7 [376] R:OK -2015-03-12 08:56:48 sendUrl INFO 7 [377] R:OK -2015-03-12 08:56:49 queue INFO 3 [378] -2015-03-12 08:56:49 queue INFO >3 [379] -2015-03-12 08:56:49 sendUrl INFO 3 [378] R:OK -2015-03-12 08:56:50 sendUrl INFO 3 [379] R:OK -2015-03-12 08:57:39 queue INFO >>3 [380] -2015-03-12 08:57:39 sendUrl INFO 3 [380] R:OK -2015-03-12 08:58:29 queue INFO >>3 [381] -2015-03-12 08:58:30 sendUrl INFO 3 [381] R:OK -2015-03-12 08:59:11 queue INFO 7 [382] -2015-03-12 08:59:12 queue INFO >7 [383] -2015-03-12 08:59:12 sendUrl INFO 7 [382] R:OK -2015-03-12 08:59:12 sendUrl INFO 7 [383] R:OK -2015-03-12 08:59:13 queue INFO 3 [384] -2015-03-12 08:59:13 queue INFO >3 [385] -2015-03-12 08:59:13 sendUrl INFO 3 [384] R:OK -2015-03-12 08:59:14 sendUrl INFO 3 [385] R:OK -2015-03-12 09:00:03 queue INFO >>3 [386] -2015-03-12 09:00:04 sendUrl INFO 3 [386] R:OK -2015-03-12 09:00:53 queue INFO >>3 [387] -2015-03-12 09:00:54 sendUrl INFO 3 [387] R:OK -2015-03-12 09:01:36 queue INFO 7 [388] -2015-03-12 09:01:36 sendUrl INFO 7 [388] R:OK -2015-03-12 09:01:36 queue INFO >7 [389] -2015-03-12 09:01:37 sendUrl INFO 7 [389] R:OK -2015-03-12 09:01:37 queue INFO 3 [390] -2015-03-12 09:01:38 queue INFO >3 [391] -2015-03-12 09:01:38 sendUrl INFO 3 [390] R:OK -2015-03-12 09:01:45 sendUrl INFO 3 [391] R:OK -2015-03-12 09:02:28 queue INFO >>3 [392] -2015-03-12 09:02:28 sendUrl INFO 3 [392] R:OK -2015-03-12 09:03:18 queue INFO >>3 [393] -2015-03-12 09:03:18 sendUrl INFO 3 [393] R:OK -2015-03-12 09:04:00 queue INFO 7 [394] -2015-03-12 09:04:00 queue INFO >7 [395] -2015-03-12 09:04:01 program INFO WAIT active send to complete -2015-03-12 09:04:01 program INFO WAIT active send to complete -2015-03-12 09:04:02 queue INFO 3 [396] -2015-03-12 09:04:02 program INFO WAIT active send to complete -2015-03-12 09:04:02 queue INFO >3 [397] -2015-03-12 09:04:02 program INFO WAIT active send to complete -2015-03-12 09:04:03 program INFO WAIT active send to complete -2015-03-12 09:04:03 program INFO WAIT active send to complete -2015-03-12 09:04:04 program INFO WAIT active send to complete -2015-03-12 09:04:04 program INFO WAIT active send to complete -2015-03-12 09:04:05 program INFO WAIT active send to complete -2015-03-12 09:04:05 program INFO WAIT active send to complete -2015-03-12 09:04:06 program INFO WAIT active send to complete -2015-03-12 09:04:06 program INFO WAIT active send to complete -2015-03-12 09:04:07 program INFO WAIT active send to complete -2015-03-12 09:04:07 program INFO WAIT active send to complete -2015-03-12 09:04:08 program INFO WAIT active send to complete -2015-03-12 09:04:08 program INFO WAIT active send to complete -2015-03-12 09:04:08 sendUrl INFO 7 [394] R:OK -2015-03-12 09:04:09 program INFO WAIT active send to complete -2015-03-12 09:04:10 program INFO WAIT active send to complete -2015-03-12 09:04:10 program INFO WAIT active send to complete -2015-03-12 09:04:11 program INFO WAIT active send to complete -2015-03-12 09:04:11 program INFO WAIT active send to complete -2015-03-12 09:04:12 program INFO WAIT active send to complete -2015-03-12 09:04:12 program INFO WAIT active send to complete -2015-03-12 09:04:13 program INFO WAIT active send to complete -2015-03-12 09:04:13 program INFO WAIT active send to complete -2015-03-12 09:04:14 program INFO WAIT active send to complete -2015-03-12 09:04:14 program INFO WAIT active send to complete -2015-03-12 09:04:15 program INFO WAIT active send to complete -2015-03-12 09:04:15 sendUrl INFO 7 [395] R:OK -2015-03-12 09:04:16 program INFO WAIT active send to complete -2015-03-12 09:04:16 program INFO WAIT active send to complete -2015-03-12 09:04:17 program INFO WAIT active send to complete -2015-03-12 09:04:17 sendUrl INFO 3 [396] R:OK -2015-03-12 09:04:18 sendUrl INFO 3 [397] R:OK -2015-03-12 09:04:52 queue INFO >>3 [398] -2015-03-12 09:04:52 sendUrl INFO 3 [398] R:OK -2015-03-12 09:05:42 queue INFO >>3 [399] -2015-03-12 09:05:49 sendUrl INFO 3 [399] R:OK -2015-03-12 09:06:24 queue INFO 7 [400] -2015-03-12 09:06:25 queue INFO >7 [401] -2015-03-12 09:06:25 program INFO WAIT active send to complete -2015-03-12 09:06:26 program INFO WAIT active send to complete -2015-03-12 09:06:26 queue INFO 3 [402] -2015-03-12 09:06:26 program INFO WAIT active send to complete -2015-03-12 09:06:26 queue INFO >3 [403] -2015-03-12 09:06:27 program INFO WAIT active send to complete -2015-03-12 09:06:27 program INFO WAIT active send to complete -2015-03-12 09:06:28 program INFO WAIT active send to complete -2015-03-12 09:06:28 program INFO WAIT active send to complete -2015-03-12 09:06:29 program INFO WAIT active send to complete -2015-03-12 09:06:29 program INFO WAIT active send to complete -2015-03-12 09:06:30 program INFO WAIT active send to complete -2015-03-12 09:06:30 program INFO WAIT active send to complete -2015-03-12 09:06:31 program INFO WAIT active send to complete -2015-03-12 09:06:31 program INFO WAIT active send to complete -2015-03-12 09:06:32 program INFO WAIT active send to complete -2015-03-12 09:06:32 program INFO WAIT active send to complete -2015-03-12 09:06:33 program INFO WAIT active send to complete -2015-03-12 09:06:33 program INFO WAIT active send to complete -2015-03-12 09:06:34 program INFO WAIT active send to complete -2015-03-12 09:06:34 program INFO WAIT active send to complete -2015-03-12 09:06:35 program INFO WAIT active send to complete -2015-03-12 09:06:35 program INFO WAIT active send to complete -2015-03-12 09:06:36 program INFO WAIT active send to complete -2015-03-12 09:06:36 program INFO WAIT active send to complete -2015-03-12 09:06:37 program INFO WAIT active send to complete -2015-03-12 09:06:37 program INFO WAIT active send to complete -2015-03-12 09:06:38 program INFO WAIT active send to complete -2015-03-12 09:06:38 program INFO WAIT active send to complete -2015-03-12 09:06:39 sendUrl INFO 7 [400] R:OK -2015-03-12 09:06:39 program INFO WAIT active send to complete -2015-03-12 09:06:40 program INFO WAIT active send to complete -2015-03-12 09:06:40 program INFO WAIT active send to complete -2015-03-12 09:06:41 program INFO WAIT active send to complete -2015-03-12 09:06:41 program INFO WAIT active send to complete -2015-03-12 09:06:42 program INFO WAIT active send to complete -2015-03-12 09:06:42 program INFO WAIT active send to complete -2015-03-12 09:06:43 program INFO WAIT active send to complete -2015-03-12 09:06:44 program INFO WAIT active send to complete -2015-03-12 09:06:44 program INFO WAIT active send to complete -2015-03-12 09:06:45 program INFO WAIT active send to complete -2015-03-12 09:06:45 program INFO WAIT active send to complete -2015-03-12 09:06:46 program INFO WAIT active send to complete -2015-03-12 09:06:46 sendUrl INFO 7 [401] R:OK -2015-03-12 09:06:47 program INFO WAIT active send to complete -2015-03-12 09:06:47 program INFO WAIT active send to complete -2015-03-12 09:06:48 program INFO WAIT active send to complete -2015-03-12 09:06:48 program INFO WAIT active send to complete -2015-03-12 09:06:49 program INFO WAIT active send to complete -2015-03-12 09:06:49 program INFO WAIT active send to complete -2015-03-12 09:06:50 program INFO WAIT active send to complete -2015-03-12 09:06:50 program INFO WAIT active send to complete -2015-03-12 09:06:51 program INFO WAIT active send to complete -2015-03-12 09:06:51 program INFO WAIT active send to complete -2015-03-12 09:06:52 program INFO WAIT active send to complete -2015-03-12 09:06:52 program INFO WAIT active send to complete -2015-03-12 09:06:53 program INFO WAIT active send to complete -2015-03-12 09:06:53 program INFO WAIT active send to complete -2015-03-12 09:06:54 program INFO WAIT active send to complete -2015-03-12 09:06:54 program INFO WAIT active send to complete -2015-03-12 09:06:54 sendUrl INFO 3 [402] R:OK -2015-03-12 09:06:57 sendUrl INFO 3 [403] R:OK -2015-03-12 09:07:16 queue INFO >>3 [404] -2015-03-12 09:07:29 sendUrl INFO 3 [404] R:OK -2015-03-12 09:08:06 queue INFO >>3 [405] -2015-03-12 09:08:19 sendUrl INFO 3 [405] R:OK -2015-03-12 09:08:49 queue INFO 7 [406] -2015-03-12 09:08:49 queue INFO >7 [407] -2015-03-12 09:08:49 sendUrl INFO 7 [406] R:OK -2015-03-12 09:08:50 queue INFO 3 [408] -2015-03-12 09:08:51 queue INFO >3 [409] -2015-03-12 09:08:51 program INFO WAIT active send to complete -2015-03-12 09:08:51 program INFO WAIT active send to complete -2015-03-12 09:08:52 program INFO WAIT active send to complete -2015-03-12 09:08:52 program INFO WAIT active send to complete -2015-03-12 09:08:53 program INFO WAIT active send to complete -2015-03-12 09:08:53 program INFO WAIT active send to complete -2015-03-12 09:08:54 program INFO WAIT active send to complete -2015-03-12 09:08:54 program INFO WAIT active send to complete -2015-03-12 09:08:55 program INFO WAIT active send to complete -2015-03-12 09:08:55 program INFO WAIT active send to complete -2015-03-12 09:08:56 program INFO WAIT active send to complete -2015-03-12 09:08:56 program INFO WAIT active send to complete -2015-03-12 09:08:57 program INFO WAIT active send to complete -2015-03-12 09:08:57 program INFO WAIT active send to complete -2015-03-12 09:08:58 program INFO WAIT active send to complete -2015-03-12 09:08:59 program INFO WAIT active send to complete -2015-03-12 09:08:59 program INFO WAIT active send to complete -2015-03-12 09:09:00 program INFO WAIT active send to complete -2015-03-12 09:09:00 program INFO WAIT active send to complete -2015-03-12 09:09:01 program INFO WAIT active send to complete -2015-03-12 09:09:01 program INFO WAIT active send to complete -2015-03-12 09:09:02 program INFO WAIT active send to complete -2015-03-12 09:09:02 program INFO WAIT active send to complete -2015-03-12 09:09:03 program INFO WAIT active send to complete -2015-03-12 09:09:03 program INFO WAIT active send to complete -2015-03-12 09:09:04 program INFO WAIT active send to complete -2015-03-12 09:09:04 program INFO WAIT active send to complete -2015-03-12 09:09:05 program INFO WAIT active send to complete -2015-03-12 09:09:05 program INFO WAIT active send to complete -2015-03-12 09:09:06 program INFO WAIT active send to complete -2015-03-12 09:09:06 program INFO WAIT active send to complete -2015-03-12 09:09:07 program INFO WAIT active send to complete -2015-03-12 09:09:07 program INFO WAIT active send to complete -2015-03-12 09:09:08 program INFO WAIT active send to complete -2015-03-12 09:09:08 program INFO WAIT active send to complete -2015-03-12 09:09:09 program INFO WAIT active send to complete -2015-03-12 09:09:09 program INFO WAIT active send to complete -2015-03-12 09:09:09 sendUrl INFO 7 [407] R:OK -2015-03-12 09:09:10 program INFO WAIT active send to complete -2015-03-12 09:09:11 program INFO WAIT active send to complete -2015-03-12 09:09:11 program INFO WAIT active send to complete -2015-03-12 09:09:12 program INFO WAIT active send to complete -2015-03-12 09:09:12 program INFO WAIT active send to complete -2015-03-12 09:09:13 program INFO WAIT active send to complete -2015-03-12 09:09:13 program INFO WAIT active send to complete -2015-03-12 09:09:14 program INFO WAIT active send to complete -2015-03-12 09:09:14 program INFO WAIT active send to complete -2015-03-12 09:09:15 program INFO WAIT active send to complete -2015-03-12 09:09:15 program INFO WAIT active send to complete -2015-03-12 09:09:16 program INFO WAIT active send to complete -2015-03-12 09:09:16 program INFO WAIT active send to complete -2015-03-12 09:09:16 sendUrl INFO 3 [408] R:OK -2015-03-12 09:09:25 sendUrl INFO 3 [409] R:OK -2015-03-12 09:09:41 queue INFO >>3 [410] -2015-03-12 09:10:00 sendUrl INFO 3 [410] R:OK -2015-03-12 09:10:31 queue INFO >>3 [411] -2015-03-12 09:10:50 sendUrl INFO 3 [411] R:OK -2015-03-12 09:11:13 queue INFO 7 [412] -2015-03-12 09:11:13 queue INFO >7 [413] -2015-03-12 09:11:14 program INFO WAIT active send to complete -2015-03-12 09:11:15 program INFO WAIT active send to complete -2015-03-12 09:11:15 queue INFO 3 [414] -2015-03-12 09:11:15 program INFO WAIT active send to complete -2015-03-12 09:11:15 queue INFO >3 [415] -2015-03-12 09:11:16 program INFO WAIT active send to complete -2015-03-12 09:11:16 program INFO WAIT active send to complete -2015-03-12 09:11:17 program INFO WAIT active send to complete -2015-03-12 09:11:17 program INFO WAIT active send to complete -2015-03-12 09:11:18 program INFO WAIT active send to complete -2015-03-12 09:11:18 program INFO WAIT active send to complete -2015-03-12 09:11:19 program INFO WAIT active send to complete -2015-03-12 09:11:19 program INFO WAIT active send to complete -2015-03-12 09:11:19 sendUrl INFO 7 [412] R:OK -2015-03-12 09:11:20 program INFO WAIT active send to complete -2015-03-12 09:11:21 program INFO WAIT active send to complete -2015-03-12 09:11:21 program INFO WAIT active send to complete -2015-03-12 09:11:22 program INFO WAIT active send to complete -2015-03-12 09:11:22 program INFO WAIT active send to complete -2015-03-12 09:11:23 program INFO WAIT active send to complete -2015-03-12 09:11:23 program INFO WAIT active send to complete -2015-03-12 09:11:24 program INFO WAIT active send to complete -2015-03-12 09:11:24 program INFO WAIT active send to complete -2015-03-12 09:11:25 program INFO WAIT active send to complete -2015-03-12 09:11:25 program INFO WAIT active send to complete -2015-03-12 09:11:26 program INFO WAIT active send to complete -2015-03-12 09:11:26 program INFO WAIT active send to complete -2015-03-12 09:11:27 program INFO WAIT active send to complete -2015-03-12 09:11:27 program INFO WAIT active send to complete -2015-03-12 09:11:28 program INFO WAIT active send to complete -2015-03-12 09:11:28 program INFO WAIT active send to complete -2015-03-12 09:11:29 program INFO WAIT active send to complete -2015-03-12 09:11:29 program INFO WAIT active send to complete -2015-03-12 09:11:30 program INFO WAIT active send to complete -2015-03-12 09:11:30 program INFO WAIT active send to complete -2015-03-12 09:11:31 program INFO WAIT active send to complete -2015-03-12 09:11:31 program INFO WAIT active send to complete -2015-03-12 09:11:32 program INFO WAIT active send to complete -2015-03-12 09:11:32 program INFO WAIT active send to complete -2015-03-12 09:11:33 program INFO WAIT active send to complete -2015-03-12 09:11:33 program INFO WAIT active send to complete -2015-03-12 09:11:34 program INFO WAIT active send to complete -2015-03-12 09:11:34 program INFO WAIT active send to complete -2015-03-12 09:11:35 program INFO WAIT active send to complete -2015-03-12 09:11:35 program INFO WAIT active send to complete -2015-03-12 09:11:36 program INFO WAIT active send to complete -2015-03-12 09:11:36 program INFO WAIT active send to complete -2015-03-12 09:11:37 program INFO WAIT active send to complete -2015-03-12 09:11:37 program INFO WAIT active send to complete -2015-03-12 09:11:38 program INFO WAIT active send to complete -2015-03-12 09:11:38 program INFO WAIT active send to complete -2015-03-12 09:11:39 program INFO WAIT active send to complete -2015-03-12 09:11:39 program INFO WAIT active send to complete -2015-03-12 09:11:40 program INFO WAIT active send to complete -2015-03-12 09:11:40 sendUrl INFO 7 [413] R:OK -2015-03-12 09:11:41 program INFO WAIT active send to complete -2015-03-12 09:11:41 program INFO WAIT active send to complete -2015-03-12 09:11:42 program INFO WAIT active send to complete -2015-03-12 09:11:42 program INFO WAIT active send to complete -2015-03-12 09:11:43 program INFO WAIT active send to complete -2015-03-12 09:11:43 program INFO WAIT active send to complete -2015-03-12 09:11:44 program INFO WAIT active send to complete -2015-03-12 09:11:44 program INFO WAIT active send to complete -2015-03-12 09:11:45 program INFO WAIT active send to complete -2015-03-12 09:11:45 program INFO WAIT active send to complete -2015-03-12 09:11:46 program INFO WAIT active send to complete -2015-03-12 09:11:46 program INFO WAIT active send to complete -2015-03-12 09:11:47 sendUrl INFO 3 [414] R:OK -2015-03-12 09:11:47 sendUrl INFO 3 [415] R:OK -2015-03-12 09:12:05 queue INFO >>3 [416] -2015-03-12 09:12:10 sendUrl INFO 3 [416] R:OK -2015-03-12 09:12:55 queue INFO >>3 [417] -2015-03-12 09:13:00 sendUrl INFO 3 [417] R:OK -2015-03-12 09:13:38 queue INFO 7 [418] -2015-03-12 09:13:38 queue INFO >7 [419] -2015-03-12 09:13:38 program INFO WAIT active send to complete -2015-03-12 09:13:39 program INFO WAIT active send to complete -2015-03-12 09:13:39 program INFO WAIT active send to complete -2015-03-12 09:13:39 queue INFO 3 [420] -2015-03-12 09:13:40 queue INFO >3 [421] -2015-03-12 09:13:40 program INFO WAIT active send to complete -2015-03-12 09:13:40 program INFO WAIT active send to complete -2015-03-12 09:13:41 program INFO WAIT active send to complete -2015-03-12 09:13:41 program INFO WAIT active send to complete -2015-03-12 09:13:42 program INFO WAIT active send to complete -2015-03-12 09:13:42 program INFO WAIT active send to complete -2015-03-12 09:13:43 program INFO WAIT active send to complete -2015-03-12 09:13:43 program INFO WAIT active send to complete -2015-03-12 09:13:44 program INFO WAIT active send to complete -2015-03-12 09:13:44 program INFO WAIT active send to complete -2015-03-12 09:13:45 program INFO WAIT active send to complete -2015-03-12 09:13:45 program INFO WAIT active send to complete -2015-03-12 09:13:46 program INFO WAIT active send to complete -2015-03-12 09:13:46 program INFO WAIT active send to complete -2015-03-12 09:13:47 program INFO WAIT active send to complete -2015-03-12 09:13:47 program INFO WAIT active send to complete -2015-03-12 09:13:48 program INFO WAIT active send to complete -2015-03-12 09:13:48 program INFO WAIT active send to complete -2015-03-12 09:13:49 program INFO WAIT active send to complete -2015-03-12 09:13:49 program INFO WAIT active send to complete -2015-03-12 09:13:50 program INFO WAIT active send to complete -2015-03-12 09:13:50 program INFO WAIT active send to complete -2015-03-12 09:13:51 program INFO WAIT active send to complete -2015-03-12 09:13:51 program INFO WAIT active send to complete -2015-03-12 09:13:52 program INFO WAIT active send to complete -2015-03-12 09:13:52 program INFO WAIT active send to complete -2015-03-12 09:13:53 program INFO WAIT active send to complete -2015-03-12 09:13:53 program INFO WAIT active send to complete -2015-03-12 09:13:54 program INFO WAIT active send to complete -2015-03-12 09:13:54 program INFO WAIT active send to complete -2015-03-12 09:13:55 program INFO WAIT active send to complete -2015-03-12 09:13:55 program INFO WAIT active send to complete -2015-03-12 09:13:56 program INFO WAIT active send to complete -2015-03-12 09:13:56 program INFO WAIT active send to complete -2015-03-12 09:13:57 program INFO WAIT active send to complete -2015-03-12 09:13:57 program INFO WAIT active send to complete -2015-03-12 09:13:58 program INFO WAIT active send to complete -2015-03-12 09:13:58 program INFO WAIT active send to complete -2015-03-12 09:13:59 program INFO WAIT active send to complete -2015-03-12 09:13:59 program INFO WAIT active send to complete -2015-03-12 09:14:00 program INFO WAIT active send to complete -2015-03-12 09:14:00 program INFO WAIT active send to complete -2015-03-12 09:14:01 program INFO WAIT active send to complete -2015-03-12 09:14:01 program INFO WAIT active send to complete -2015-03-12 09:14:02 program INFO WAIT active send to complete -2015-03-12 09:14:02 program INFO WAIT active send to complete -2015-03-12 09:14:03 program INFO WAIT active send to complete -2015-03-12 09:14:03 program INFO WAIT active send to complete -2015-03-12 09:14:04 program INFO WAIT active send to complete -2015-03-12 09:14:04 program INFO WAIT active send to complete -2015-03-12 09:14:05 program INFO WAIT active send to complete -2015-03-12 09:14:05 program INFO WAIT active send to complete -2015-03-12 09:14:06 program INFO WAIT active send to complete -2015-03-12 09:14:06 sendUrl INFO 7 [418] R:OK -2015-03-12 09:14:07 program INFO WAIT active send to complete -2015-03-12 09:14:07 program INFO WAIT active send to complete -2015-03-12 09:14:08 program INFO WAIT active send to complete -2015-03-12 09:14:08 program INFO WAIT active send to complete -2015-03-12 09:14:09 program INFO WAIT active send to complete -2015-03-12 09:14:09 program INFO WAIT active send to complete -2015-03-12 09:14:10 program INFO WAIT active send to complete -2015-03-12 09:14:10 program INFO WAIT active send to complete -2015-03-12 09:14:11 program INFO WAIT active send to complete -2015-03-12 09:14:11 program INFO WAIT active send to complete -2015-03-12 09:14:12 program INFO WAIT active send to complete -2015-03-12 09:14:13 program INFO WAIT active send to complete -2015-03-12 09:14:13 program INFO WAIT active send to complete -2015-03-12 09:14:14 program INFO WAIT active send to complete -2015-03-12 09:14:14 program INFO WAIT active send to complete -2015-03-12 09:14:15 program INFO WAIT active send to complete -2015-03-12 09:14:15 program INFO WAIT active send to complete -2015-03-12 09:14:16 program INFO WAIT active send to complete -2015-03-12 09:14:16 program INFO WAIT active send to complete -2015-03-12 09:14:17 program INFO WAIT active send to complete -2015-03-12 09:14:17 program INFO WAIT active send to complete -2015-03-12 09:14:17 sendUrl INFO 7 [419] R:OK -2015-03-12 09:14:18 program INFO WAIT active send to complete -2015-03-12 09:14:19 program INFO WAIT active send to complete -2015-03-12 09:14:19 program INFO WAIT active send to complete -2015-03-12 09:14:20 program INFO WAIT active send to complete -2015-03-12 09:14:20 program INFO WAIT active send to complete -2015-03-12 09:14:21 program INFO WAIT active send to complete -2015-03-12 09:14:21 program INFO WAIT active send to complete -2015-03-12 09:14:22 program INFO WAIT active send to complete -2015-03-12 09:14:22 program INFO WAIT active send to complete -2015-03-12 09:14:23 program INFO WAIT active send to complete -2015-03-12 09:14:23 program INFO WAIT active send to complete -2015-03-12 09:14:24 program INFO WAIT active send to complete -2015-03-12 09:14:24 program INFO WAIT active send to complete -2015-03-12 09:14:25 program INFO WAIT active send to complete -2015-03-12 09:14:25 program INFO WAIT active send to complete -2015-03-12 09:14:26 program INFO WAIT active send to complete -2015-03-12 09:14:26 program INFO WAIT active send to complete -2015-03-12 09:14:27 program INFO WAIT active send to complete -2015-03-12 09:14:27 program INFO WAIT active send to complete -2015-03-12 09:14:28 program INFO WAIT active send to complete -2015-03-12 09:14:28 program INFO WAIT active send to complete -2015-03-12 09:14:29 program INFO WAIT active send to complete -2015-03-12 09:14:29 program INFO WAIT active send to complete -2015-03-12 09:14:29 queue INFO >>3 [422] -2015-03-12 09:14:30 program INFO WAIT active send to complete -2015-03-12 09:14:30 program INFO WAIT active send to complete -2015-03-12 09:14:31 program INFO WAIT active send to complete -2015-03-12 09:14:31 program INFO WAIT active send to complete -2015-03-12 09:14:32 program INFO WAIT active send to complete -2015-03-12 09:14:32 program INFO WAIT active send to complete -2015-03-12 09:14:33 program INFO WAIT active send to complete -2015-03-12 09:14:33 program INFO WAIT active send to complete -2015-03-12 09:14:34 program INFO WAIT active send to complete -2015-03-12 09:14:34 program INFO WAIT active send to complete -2015-03-12 09:14:35 program INFO WAIT active send to complete -2015-03-12 09:14:35 program INFO WAIT active send to complete -2015-03-12 09:14:36 program INFO WAIT active send to complete -2015-03-12 09:14:36 program INFO WAIT active send to complete -2015-03-12 09:14:37 program INFO WAIT active send to complete -2015-03-12 09:14:37 program INFO WAIT active send to complete -2015-03-12 09:14:38 program INFO WAIT active send to complete -2015-03-12 09:14:38 program INFO WAIT active send to complete -2015-03-12 09:14:39 program INFO WAIT active send to complete -2015-03-12 09:14:39 program INFO WAIT active send to complete -2015-03-12 09:14:40 program INFO WAIT active send to complete -2015-03-12 09:14:40 sendUrl INFO 3 [420] R:OK -2015-03-12 09:14:41 program INFO WAIT active send to complete -2015-03-12 09:14:41 program INFO WAIT active send to complete -2015-03-12 09:14:42 program INFO WAIT active send to complete -2015-03-12 09:14:42 program INFO WAIT active send to complete -2015-03-12 09:14:43 program INFO WAIT active send to complete -2015-03-12 09:14:43 program INFO WAIT active send to complete -2015-03-12 09:14:44 program INFO WAIT active send to complete -2015-03-12 09:14:44 program INFO WAIT active send to complete -2015-03-12 09:14:45 program INFO WAIT active send to complete -2015-03-12 09:14:45 program INFO WAIT active send to complete -2015-03-12 09:14:46 program INFO WAIT active send to complete -2015-03-12 09:14:46 program INFO WAIT active send to complete -2015-03-12 09:14:47 program INFO WAIT active send to complete -2015-03-12 09:14:47 program INFO WAIT active send to complete -2015-03-12 09:14:48 program INFO WAIT active send to complete -2015-03-12 09:14:48 program INFO WAIT active send to complete -2015-03-12 09:14:49 program INFO WAIT active send to complete -2015-03-12 09:14:49 program INFO WAIT active send to complete -2015-03-12 09:14:50 program INFO WAIT active send to complete -2015-03-12 09:14:50 program INFO WAIT active send to complete -2015-03-12 09:14:51 program INFO WAIT active send to complete -2015-03-12 09:14:51 program INFO WAIT active send to complete -2015-03-12 09:14:52 program INFO WAIT active send to complete -2015-03-12 09:14:52 program INFO WAIT active send to complete -2015-03-12 09:14:53 program INFO WAIT active send to complete -2015-03-12 09:14:53 program INFO WAIT active send to complete -2015-03-12 09:14:54 program INFO WAIT active send to complete -2015-03-12 09:14:54 program INFO WAIT active send to complete -2015-03-12 09:14:55 program INFO WAIT active send to complete -2015-03-12 09:14:55 program INFO WAIT active send to complete -2015-03-12 09:14:56 program INFO WAIT active send to complete -2015-03-12 09:14:57 program INFO WAIT active send to complete -2015-03-12 09:14:57 program INFO WAIT active send to complete -2015-03-12 09:14:58 program INFO WAIT active send to complete -2015-03-12 09:14:58 program INFO WAIT active send to complete -2015-03-12 09:14:59 program INFO WAIT active send to complete -2015-03-12 09:14:59 program INFO WAIT active send to complete -2015-03-12 09:15:00 program INFO WAIT active send to complete -2015-03-12 09:15:00 program INFO WAIT active send to complete -2015-03-12 09:15:00 sendUrl INFO 3 [421] R:OK -2015-03-12 09:15:07 sendUrl INFO 3 [422] R:OK -2015-03-12 09:15:20 queue INFO >>3 [423] -2015-03-12 09:15:46 sendUrl INFO 3 [423] R:OK -2015-03-12 09:16:02 queue INFO 7 [424] -2015-03-12 09:16:02 queue INFO >7 [425] -2015-03-12 09:16:03 program INFO WAIT active send to complete -2015-03-12 09:16:03 program INFO WAIT active send to complete -2015-03-12 09:16:04 queue INFO 3 [426] -2015-03-12 09:16:04 queue INFO >3 [427] -2015-03-12 09:16:04 program INFO WAIT active send to complete -2015-03-12 09:16:04 program INFO WAIT active send to complete -2015-03-12 09:16:05 program INFO WAIT active send to complete -2015-03-12 09:16:05 program INFO WAIT active send to complete -2015-03-12 09:16:06 program INFO WAIT active send to complete -2015-03-12 09:16:07 program INFO WAIT active send to complete -2015-03-12 09:16:07 program INFO WAIT active send to complete -2015-03-12 09:16:08 program INFO WAIT active send to complete -2015-03-12 09:16:08 program INFO WAIT active send to complete -2015-03-12 09:16:09 program INFO WAIT active send to complete -2015-03-12 09:16:09 program INFO WAIT active send to complete -2015-03-12 09:16:10 program INFO WAIT active send to complete -2015-03-12 09:16:10 program INFO WAIT active send to complete -2015-03-12 09:16:11 program INFO WAIT active send to complete -2015-03-12 09:16:11 program INFO WAIT active send to complete -2015-03-12 09:16:12 program INFO WAIT active send to complete -2015-03-12 09:16:12 program INFO WAIT active send to complete -2015-03-12 09:16:13 program INFO WAIT active send to complete -2015-03-12 09:16:13 program INFO WAIT active send to complete -2015-03-12 09:16:14 program INFO WAIT active send to complete -2015-03-12 09:16:14 program INFO WAIT active send to complete -2015-03-12 09:16:15 program INFO WAIT active send to complete -2015-03-12 09:16:15 program INFO WAIT active send to complete -2015-03-12 09:16:16 program INFO WAIT active send to complete -2015-03-12 09:16:16 program INFO WAIT active send to complete -2015-03-12 09:16:17 program INFO WAIT active send to complete -2015-03-12 09:16:17 program INFO WAIT active send to complete -2015-03-12 09:16:18 program INFO WAIT active send to complete -2015-03-12 09:16:18 program INFO WAIT active send to complete -2015-03-12 09:16:19 program INFO WAIT active send to complete -2015-03-12 09:16:19 program INFO WAIT active send to complete -2015-03-12 09:16:20 program INFO WAIT active send to complete -2015-03-12 09:16:20 program INFO WAIT active send to complete -2015-03-12 09:16:20 sendUrl INFO 7 [424] R:OK -2015-03-12 09:16:21 program INFO WAIT active send to complete -2015-03-12 09:16:22 program INFO WAIT active send to complete -2015-03-12 09:16:22 program INFO WAIT active send to complete -2015-03-12 09:16:23 program INFO WAIT active send to complete -2015-03-12 09:16:23 program INFO WAIT active send to complete -2015-03-12 09:16:24 program INFO WAIT active send to complete -2015-03-12 09:16:24 program INFO WAIT active send to complete -2015-03-12 09:16:25 program INFO WAIT active send to complete -2015-03-12 09:16:25 program INFO WAIT active send to complete -2015-03-12 09:16:26 program INFO WAIT active send to complete -2015-03-12 09:16:26 program INFO WAIT active send to complete -2015-03-12 09:16:27 program INFO WAIT active send to complete -2015-03-12 09:16:27 program INFO WAIT active send to complete -2015-03-12 09:16:28 program INFO WAIT active send to complete -2015-03-12 09:16:28 program INFO WAIT active send to complete -2015-03-12 09:16:29 program INFO WAIT active send to complete -2015-03-12 09:16:29 program INFO WAIT active send to complete -2015-03-12 09:16:30 program INFO WAIT active send to complete -2015-03-12 09:16:30 program INFO WAIT active send to complete -2015-03-12 09:16:31 program INFO WAIT active send to complete -2015-03-12 09:16:31 program INFO WAIT active send to complete -2015-03-12 09:16:32 program INFO WAIT active send to complete -2015-03-12 09:16:32 program INFO WAIT active send to complete -2015-03-12 09:16:33 program INFO WAIT active send to complete -2015-03-12 09:16:33 program INFO WAIT active send to complete -2015-03-12 09:16:34 program INFO WAIT active send to complete -2015-03-12 09:16:34 program INFO WAIT active send to complete -2015-03-12 09:16:35 program INFO WAIT active send to complete -2015-03-12 09:16:35 program INFO WAIT active send to complete -2015-03-12 09:16:36 program INFO WAIT active send to complete -2015-03-12 09:16:36 program INFO WAIT active send to complete -2015-03-12 09:16:37 program INFO WAIT active send to complete -2015-03-12 09:16:37 program INFO WAIT active send to complete -2015-03-12 09:16:38 program INFO WAIT active send to complete -2015-03-12 09:16:38 program INFO WAIT active send to complete -2015-03-12 09:16:39 program INFO WAIT active send to complete -2015-03-12 09:16:39 program INFO WAIT active send to complete -2015-03-12 09:16:40 program INFO WAIT active send to complete -2015-03-12 09:16:40 sendUrl INFO 7 [425] R:OK -2015-03-12 09:16:41 program INFO WAIT active send to complete -2015-03-12 09:16:41 program INFO WAIT active send to complete -2015-03-12 09:16:42 program INFO WAIT active send to complete -2015-03-12 09:16:42 program INFO WAIT active send to complete -2015-03-12 09:16:43 program INFO WAIT active send to complete -2015-03-12 09:16:43 program INFO WAIT active send to complete -2015-03-12 09:16:44 program INFO WAIT active send to complete -2015-03-12 09:16:44 program INFO WAIT active send to complete -2015-03-12 09:16:45 program INFO WAIT active send to complete -2015-03-12 09:16:45 program INFO WAIT active send to complete -2015-03-12 09:16:46 program INFO WAIT active send to complete -2015-03-12 09:16:46 program INFO WAIT active send to complete -2015-03-12 09:16:47 program INFO WAIT active send to complete -2015-03-12 09:16:47 program INFO WAIT active send to complete -2015-03-12 09:16:48 program INFO WAIT active send to complete -2015-03-12 09:16:48 sendUrl INFO 3 [426] R:OK -2015-03-12 09:16:54 queue INFO >>3 [428] -2015-03-12 09:16:54 program INFO WAIT active send to complete -2015-03-12 09:16:55 program INFO WAIT active send to complete -2015-03-12 09:16:55 program INFO WAIT active send to complete -2015-03-12 09:16:56 program INFO WAIT active send to complete -2015-03-12 09:16:56 program INFO WAIT active send to complete -2015-03-12 09:16:57 program INFO WAIT active send to complete -2015-03-12 09:16:57 program INFO WAIT active send to complete -2015-03-12 09:16:58 program INFO WAIT active send to complete -2015-03-12 09:16:58 program INFO WAIT active send to complete -2015-03-12 09:16:59 program INFO WAIT active send to complete -2015-03-12 09:16:59 program INFO WAIT active send to complete -2015-03-12 09:17:00 program INFO WAIT active send to complete -2015-03-12 09:17:00 program INFO WAIT active send to complete -2015-03-12 09:17:01 program INFO WAIT active send to complete -2015-03-12 09:17:01 program INFO WAIT active send to complete -2015-03-12 09:17:02 program INFO WAIT active send to complete -2015-03-12 09:17:02 program INFO WAIT active send to complete -2015-03-12 09:17:03 program INFO WAIT active send to complete -2015-03-12 09:17:03 program INFO WAIT active send to complete -2015-03-12 09:17:04 program INFO WAIT active send to complete -2015-03-12 09:17:04 program INFO WAIT active send to complete -2015-03-12 09:17:05 program INFO WAIT active send to complete -2015-03-12 09:17:05 program INFO WAIT active send to complete -2015-03-12 09:17:06 program INFO WAIT active send to complete -2015-03-12 09:17:06 program INFO WAIT active send to complete -2015-03-12 09:17:07 program INFO WAIT active send to complete -2015-03-12 09:17:07 program INFO WAIT active send to complete -2015-03-12 09:17:08 program INFO WAIT active send to complete -2015-03-12 09:17:08 program INFO WAIT active send to complete -2015-03-12 09:17:09 program INFO WAIT active send to complete -2015-03-12 09:17:09 program INFO WAIT active send to complete -2015-03-12 09:17:10 program INFO WAIT active send to complete -2015-03-12 09:17:10 program INFO WAIT active send to complete -2015-03-12 09:17:11 program INFO WAIT active send to complete -2015-03-12 09:17:11 sendUrl INFO 3 [427] R:OK -2015-03-12 09:17:31 sendUrl INFO 3 [428] R:OK -2015-03-12 09:17:44 queue INFO >>3 [429] -2015-03-12 09:18:01 sendUrl INFO 3 [429] R:OK -2015-03-12 09:18:26 queue INFO 7 [430] -2015-03-12 09:18:26 queue INFO >7 [431] -2015-03-12 09:18:27 program INFO WAIT active send to complete -2015-03-12 09:18:28 program INFO WAIT active send to complete -2015-03-12 09:18:28 sendUrl INFO 7 [430] R:OK -2015-03-12 09:18:28 queue INFO 3 [432] -2015-03-12 09:18:28 queue INFO >3 [433] -2015-03-12 09:18:29 program INFO WAIT active send to complete -2015-03-12 09:18:29 program INFO WAIT active send to complete -2015-03-12 09:18:30 program INFO WAIT active send to complete -2015-03-12 09:18:30 program INFO WAIT active send to complete -2015-03-12 09:18:31 program INFO WAIT active send to complete -2015-03-12 09:18:31 program INFO WAIT active send to complete -2015-03-12 09:18:32 program INFO WAIT active send to complete -2015-03-12 09:18:32 program INFO WAIT active send to complete -2015-03-12 09:18:33 program INFO WAIT active send to complete -2015-03-12 09:18:33 program INFO WAIT active send to complete -2015-03-12 09:18:34 program INFO WAIT active send to complete -2015-03-12 09:18:34 program INFO WAIT active send to complete -2015-03-12 09:18:35 program INFO WAIT active send to complete -2015-03-12 09:18:35 program INFO WAIT active send to complete -2015-03-12 09:18:36 program INFO WAIT active send to complete -2015-03-12 09:18:36 program INFO WAIT active send to complete -2015-03-12 09:18:36 sendUrl INFO 7 [431] R:OK -2015-03-12 09:18:37 program INFO WAIT active send to complete -2015-03-12 09:18:38 program INFO WAIT active send to complete -2015-03-12 09:18:38 program INFO WAIT active send to complete -2015-03-12 09:18:39 program INFO WAIT active send to complete -2015-03-12 09:18:39 program INFO WAIT active send to complete -2015-03-12 09:18:40 program INFO WAIT active send to complete -2015-03-12 09:18:40 program INFO WAIT active send to complete -2015-03-12 09:18:41 program INFO WAIT active send to complete -2015-03-12 09:18:41 program INFO WAIT active send to complete -2015-03-12 09:18:42 program INFO WAIT active send to complete -2015-03-12 09:18:42 program INFO WAIT active send to complete -2015-03-12 09:18:43 program INFO WAIT active send to complete -2015-03-12 09:18:43 program INFO WAIT active send to complete -2015-03-12 09:18:44 program INFO WAIT active send to complete -2015-03-12 09:18:44 program INFO WAIT active send to complete -2015-03-12 09:18:45 program INFO WAIT active send to complete -2015-03-12 09:18:45 program INFO WAIT active send to complete -2015-03-12 09:18:46 program INFO WAIT active send to complete -2015-03-12 09:18:46 program INFO WAIT active send to complete -2015-03-12 09:18:47 program INFO WAIT active send to complete -2015-03-12 09:18:47 program INFO WAIT active send to complete -2015-03-12 09:18:48 program INFO WAIT active send to complete -2015-03-12 09:18:48 program INFO WAIT active send to complete -2015-03-12 09:18:49 program INFO WAIT active send to complete -2015-03-12 09:18:49 program INFO WAIT active send to complete -2015-03-12 09:18:50 program INFO WAIT active send to complete -2015-03-12 09:18:50 program INFO WAIT active send to complete -2015-03-12 09:18:51 sendUrl INFO 3 [432] R:OK -2015-03-12 09:19:07 sendUrl INFO 3 [433] R:OK -2015-03-12 09:19:18 queue INFO >>3 [434] -2015-03-12 09:19:26 sendUrl INFO 3 [434] R:OK -2015-03-12 09:20:08 queue INFO >>3 [435] -2015-03-12 09:20:17 sendUrl INFO 3 [435] R:OK -2015-03-12 09:20:51 queue INFO 7 [436] -2015-03-12 09:20:51 queue INFO >7 [437] -2015-03-12 09:20:51 sendUrl INFO 7 [436] R:OK -2015-03-12 09:20:52 sendUrl INFO 7 [437] R:OK -2015-03-12 09:20:52 queue INFO 3 [438] -2015-03-12 09:20:52 queue INFO >3 [439] -2015-03-12 09:20:53 program INFO WAIT active send to complete -2015-03-12 09:20:53 program INFO WAIT active send to complete -2015-03-12 09:20:54 program INFO WAIT active send to complete -2015-03-12 09:20:54 program INFO WAIT active send to complete -2015-03-12 09:20:55 program INFO WAIT active send to complete -2015-03-12 09:20:55 program INFO WAIT active send to complete -2015-03-12 09:20:56 program INFO WAIT active send to complete -2015-03-12 09:20:56 program INFO WAIT active send to complete -2015-03-12 09:20:57 program INFO WAIT active send to complete -2015-03-12 09:20:57 program INFO WAIT active send to complete -2015-03-12 09:20:58 program INFO WAIT active send to complete -2015-03-12 09:20:58 program INFO WAIT active send to complete -2015-03-12 09:20:59 sendUrl INFO 3 [438] R:OK -2015-03-12 09:21:01 sendUrl INFO 3 [439] R:OK -2015-03-12 09:21:42 queue INFO >>3 [440] -2015-03-12 09:21:48 sendUrl INFO 3 [440] R:OK -2015-03-12 09:22:33 queue INFO >>3 [441] -2015-03-12 09:22:38 sendUrl INFO 3 [441] R:OK -2015-03-12 09:23:15 queue INFO 7 [442] -2015-03-12 09:23:15 queue INFO >7 [443] -2015-03-12 09:23:16 program INFO WAIT active send to complete -2015-03-12 09:23:16 program INFO WAIT active send to complete -2015-03-12 09:23:17 queue INFO 3 [444] -2015-03-12 09:23:17 program INFO WAIT active send to complete -2015-03-12 09:23:17 queue INFO >3 [445] -2015-03-12 09:23:17 program INFO WAIT active send to complete -2015-03-12 09:23:18 program INFO WAIT active send to complete -2015-03-12 09:23:18 program INFO WAIT active send to complete -2015-03-12 09:23:19 program INFO WAIT active send to complete -2015-03-12 09:23:19 program INFO WAIT active send to complete -2015-03-12 09:23:20 program INFO WAIT active send to complete -2015-03-12 09:23:20 program INFO WAIT active send to complete -2015-03-12 09:23:21 program INFO WAIT active send to complete -2015-03-12 09:23:21 program INFO WAIT active send to complete -2015-03-12 09:23:22 sendUrl INFO 7 [442] R:OK -2015-03-12 09:23:22 program INFO WAIT active send to complete -2015-03-12 09:23:23 program INFO WAIT active send to complete -2015-03-12 09:23:23 program INFO WAIT active send to complete -2015-03-12 09:23:24 program INFO WAIT active send to complete -2015-03-12 09:23:24 program INFO WAIT active send to complete -2015-03-12 09:23:25 program INFO WAIT active send to complete -2015-03-12 09:23:25 program INFO WAIT active send to complete -2015-03-12 09:23:26 program INFO WAIT active send to complete -2015-03-12 09:23:26 program INFO WAIT active send to complete -2015-03-12 09:23:27 program INFO WAIT active send to complete -2015-03-12 09:23:27 program INFO WAIT active send to complete -2015-03-12 09:23:28 sendUrl INFO 7 [443] R:OK -2015-03-12 09:23:28 program INFO WAIT active send to complete -2015-03-12 09:23:29 sendUrl INFO 3 [444] R:OK -2015-03-12 09:23:37 sendUrl INFO 3 [445] R:OK -2015-03-12 09:24:07 queue INFO >>3 [446] -2015-03-12 09:24:12 sendUrl INFO 3 [446] R:OK -2015-03-12 09:24:57 queue INFO >>3 [447] -2015-03-12 09:25:02 sendUrl INFO 3 [447] R:OK -2015-03-12 09:25:39 queue INFO 7 [448] -2015-03-12 09:25:40 queue INFO >7 [449] -2015-03-12 09:25:40 program INFO WAIT active send to complete -2015-03-12 09:25:41 program INFO WAIT active send to complete -2015-03-12 09:25:41 queue INFO 3 [450] -2015-03-12 09:25:41 queue INFO >3 [451] -2015-03-12 09:25:41 program INFO WAIT active send to complete -2015-03-12 09:25:42 program INFO WAIT active send to complete -2015-03-12 09:25:42 program INFO WAIT active send to complete -2015-03-12 09:25:43 program INFO WAIT active send to complete -2015-03-12 09:25:43 program INFO WAIT active send to complete -2015-03-12 09:25:44 program INFO WAIT active send to complete -2015-03-12 09:25:44 program INFO WAIT active send to complete -2015-03-12 09:25:45 program INFO WAIT active send to complete -2015-03-12 09:25:45 program INFO WAIT active send to complete -2015-03-12 09:25:46 program INFO WAIT active send to complete -2015-03-12 09:25:46 program INFO WAIT active send to complete -2015-03-12 09:25:47 program INFO WAIT active send to complete -2015-03-12 09:25:47 program INFO WAIT active send to complete -2015-03-12 09:25:48 program INFO WAIT active send to complete -2015-03-12 09:25:48 program INFO WAIT active send to complete -2015-03-12 09:25:49 program INFO WAIT active send to complete -2015-03-12 09:25:49 program INFO WAIT active send to complete -2015-03-12 09:25:50 program INFO WAIT active send to complete -2015-03-12 09:25:50 program INFO WAIT active send to complete -2015-03-12 09:25:51 program INFO WAIT active send to complete -2015-03-12 09:25:51 program INFO WAIT active send to complete -2015-03-12 09:25:52 program INFO WAIT active send to complete -2015-03-12 09:25:52 sendUrl INFO 7 [448] R:OK -2015-03-12 09:25:53 program INFO WAIT active send to complete -2015-03-12 09:25:54 program INFO WAIT active send to complete -2015-03-12 09:25:54 program INFO WAIT active send to complete -2015-03-12 09:25:55 program INFO WAIT active send to complete -2015-03-12 09:25:55 program INFO WAIT active send to complete -2015-03-12 09:25:56 program INFO WAIT active send to complete -2015-03-12 09:25:56 program INFO WAIT active send to complete -2015-03-12 09:25:57 program INFO WAIT active send to complete -2015-03-12 09:25:57 program INFO WAIT active send to complete -2015-03-12 09:25:58 program INFO WAIT active send to complete -2015-03-12 09:25:58 program INFO WAIT active send to complete -2015-03-12 09:25:58 sendUrl INFO 7 [449] R:OK -2015-03-12 09:25:59 sendUrl INFO 3 [450] R:OK -2015-03-12 09:26:07 sendUrl INFO 3 [451] R:OK -2015-03-12 09:26:31 queue INFO >>3 [452] -2015-03-12 09:26:42 sendUrl INFO 3 [452] R:OK -2015-03-12 09:27:21 queue INFO >>3 [453] -2015-03-12 09:27:33 sendUrl INFO 3 [453] R:OK -2015-03-12 09:28:04 queue INFO 7 [454] -2015-03-12 09:28:04 queue INFO >7 [455] -2015-03-12 09:28:04 program INFO WAIT active send to complete -2015-03-12 09:28:05 program INFO WAIT active send to complete -2015-03-12 09:28:05 queue INFO 3 [456] -2015-03-12 09:28:05 program INFO WAIT active send to complete -2015-03-12 09:28:06 queue INFO >3 [457] -2015-03-12 09:28:06 program INFO WAIT active send to complete -2015-03-12 09:28:06 program INFO WAIT active send to complete -2015-03-12 09:28:07 program INFO WAIT active send to complete -2015-03-12 09:28:07 program INFO WAIT active send to complete -2015-03-12 09:28:08 program INFO WAIT active send to complete -2015-03-12 09:28:08 program INFO WAIT active send to complete -2015-03-12 09:28:09 program INFO WAIT active send to complete -2015-03-12 09:28:09 program INFO WAIT active send to complete -2015-03-12 09:28:10 program INFO WAIT active send to complete -2015-03-12 09:28:10 program INFO WAIT active send to complete -2015-03-12 09:28:11 program INFO WAIT active send to complete -2015-03-12 09:28:12 program INFO WAIT active send to complete -2015-03-12 09:28:12 program INFO WAIT active send to complete -2015-03-12 09:28:13 program INFO WAIT active send to complete -2015-03-12 09:28:13 program INFO WAIT active send to complete -2015-03-12 09:28:14 program INFO WAIT active send to complete -2015-03-12 09:28:14 program INFO WAIT active send to complete -2015-03-12 09:28:15 program INFO WAIT active send to complete -2015-03-12 09:28:15 program INFO WAIT active send to complete -2015-03-12 09:28:16 program INFO WAIT active send to complete -2015-03-12 09:28:16 program INFO WAIT active send to complete -2015-03-12 09:28:17 program INFO WAIT active send to complete -2015-03-12 09:28:17 program INFO WAIT active send to complete -2015-03-12 09:28:18 program INFO WAIT active send to complete -2015-03-12 09:28:18 program INFO WAIT active send to complete -2015-03-12 09:28:19 program INFO WAIT active send to complete -2015-03-12 09:28:19 program INFO WAIT active send to complete -2015-03-12 09:28:20 program INFO WAIT active send to complete -2015-03-12 09:28:20 program INFO WAIT active send to complete -2015-03-12 09:28:21 program INFO WAIT active send to complete -2015-03-12 09:28:21 program INFO WAIT active send to complete -2015-03-12 09:28:22 program INFO WAIT active send to complete -2015-03-12 09:28:22 program INFO WAIT active send to complete -2015-03-12 09:28:23 sendUrl INFO 7 [454] R:OK -2015-03-12 09:28:23 program INFO WAIT active send to complete -2015-03-12 09:28:24 program INFO WAIT active send to complete -2015-03-12 09:28:24 program INFO WAIT active send to complete -2015-03-12 09:28:25 program INFO WAIT active send to complete -2015-03-12 09:28:25 program INFO WAIT active send to complete -2015-03-12 09:28:26 program INFO WAIT active send to complete -2015-03-12 09:28:26 program INFO WAIT active send to complete -2015-03-12 09:28:27 program INFO WAIT active send to complete -2015-03-12 09:28:27 program INFO WAIT active send to complete -2015-03-12 09:28:28 program INFO WAIT active send to complete -2015-03-12 09:28:28 program INFO WAIT active send to complete -2015-03-12 09:28:29 program INFO WAIT active send to complete -2015-03-12 09:28:29 sendUrl INFO 7 [455] R:OK -2015-03-12 09:28:30 sendUrl INFO 3 [456] R:OK -2015-03-12 09:28:37 sendUrl INFO 3 [457] R:OK -2015-03-12 09:28:56 queue INFO >>3 [458] -2015-03-12 09:28:56 sendUrl INFO 3 [458] R:OK -2015-03-12 09:29:46 queue INFO >>3 [459] -2015-03-12 09:30:03 sendUrl INFO 3 [459] R:OK -2015-03-12 09:30:28 queue INFO 7 [460] -2015-03-12 09:30:28 queue INFO >7 [461] -2015-03-12 09:30:29 program INFO WAIT active send to complete -2015-03-12 09:30:30 program INFO WAIT active send to complete -2015-03-12 09:30:30 queue INFO 3 [462] -2015-03-12 09:30:30 program INFO WAIT active send to complete -2015-03-12 09:30:30 queue INFO >3 [463] -2015-03-12 09:30:31 program INFO WAIT active send to complete -2015-03-12 09:30:31 program INFO WAIT active send to complete -2015-03-12 09:30:32 program INFO WAIT active send to complete -2015-03-12 09:30:32 program INFO WAIT active send to complete -2015-03-12 09:30:33 program INFO WAIT active send to complete -2015-03-12 09:30:33 sendUrl INFO 7 [460] R:OK -2015-03-12 09:30:34 program INFO WAIT active send to complete -2015-03-12 09:30:34 program INFO WAIT active send to complete -2015-03-12 09:30:35 program INFO WAIT active send to complete -2015-03-12 09:30:35 program INFO WAIT active send to complete -2015-03-12 09:30:36 program INFO WAIT active send to complete -2015-03-12 09:30:36 program INFO WAIT active send to complete -2015-03-12 09:30:37 program INFO WAIT active send to complete -2015-03-12 09:30:37 program INFO WAIT active send to complete -2015-03-12 09:30:38 program INFO WAIT active send to complete -2015-03-12 09:30:38 program INFO WAIT active send to complete -2015-03-12 09:30:39 program INFO WAIT active send to complete -2015-03-12 09:30:39 program INFO WAIT active send to complete -2015-03-12 09:30:40 program INFO WAIT active send to complete -2015-03-12 09:30:40 program INFO WAIT active send to complete -2015-03-12 09:30:41 program INFO WAIT active send to complete -2015-03-12 09:30:41 program INFO WAIT active send to complete -2015-03-12 09:30:42 program INFO WAIT active send to complete -2015-03-12 09:30:42 program INFO WAIT active send to complete -2015-03-12 09:30:43 program INFO WAIT active send to complete -2015-03-12 09:30:43 program INFO WAIT active send to complete -2015-03-12 09:30:44 program INFO WAIT active send to complete -2015-03-12 09:30:44 program INFO WAIT active send to complete -2015-03-12 09:30:45 program INFO WAIT active send to complete -2015-03-12 09:30:45 program INFO WAIT active send to complete -2015-03-12 09:30:46 program INFO WAIT active send to complete -2015-03-12 09:30:46 program INFO WAIT active send to complete -2015-03-12 09:30:47 program INFO WAIT active send to complete -2015-03-12 09:30:47 program INFO WAIT active send to complete -2015-03-12 09:30:48 program INFO WAIT active send to complete -2015-03-12 09:30:48 program INFO WAIT active send to complete -2015-03-12 09:30:49 program INFO WAIT active send to complete -2015-03-12 09:30:49 program INFO WAIT active send to complete -2015-03-12 09:30:50 program INFO WAIT active send to complete -2015-03-12 09:30:50 program INFO WAIT active send to complete -2015-03-12 09:30:51 program INFO WAIT active send to complete -2015-03-12 09:30:51 program INFO WAIT active send to complete -2015-03-12 09:30:52 program INFO WAIT active send to complete -2015-03-12 09:30:52 program INFO WAIT active send to complete -2015-03-12 09:30:53 program INFO WAIT active send to complete -2015-03-12 09:30:53 sendUrl INFO 7 [461] R:OK -2015-03-12 09:30:53 sendUrl INFO 3 [462] R:OK -2015-03-12 09:30:54 sendUrl INFO 3 [463] R:OK -2015-03-12 09:31:20 queue INFO >>3 [464] -2015-03-12 09:31:23 sendUrl INFO 3 [464] R:OK -2015-03-12 09:32:10 queue INFO >>3 [465] -2015-03-12 09:32:14 sendUrl INFO 3 [465] R:OK -2015-03-12 09:32:53 queue INFO 7 [466] -2015-03-12 09:32:53 queue INFO >7 [467] -2015-03-12 09:32:54 program INFO WAIT active send to complete -2015-03-12 09:32:54 program INFO WAIT active send to complete -2015-03-12 09:32:54 queue INFO 3 [468] -2015-03-12 09:32:54 queue INFO >3 [469] -2015-03-12 09:32:55 program INFO WAIT active send to complete -2015-03-12 09:32:55 program INFO WAIT active send to complete -2015-03-12 09:32:56 program INFO WAIT active send to complete -2015-03-12 09:32:56 program INFO WAIT active send to complete -2015-03-12 09:32:57 program INFO WAIT active send to complete -2015-03-12 09:32:57 program INFO WAIT active send to complete -2015-03-12 09:32:58 program INFO WAIT active send to complete -2015-03-12 09:32:58 program INFO WAIT active send to complete -2015-03-12 09:32:59 program INFO WAIT active send to complete -2015-03-12 09:32:59 program INFO WAIT active send to complete -2015-03-12 09:33:00 program INFO WAIT active send to complete -2015-03-12 09:33:00 program INFO WAIT active send to complete -2015-03-12 09:33:01 program INFO WAIT active send to complete -2015-03-12 09:33:01 program INFO WAIT active send to complete -2015-03-12 09:33:02 program INFO WAIT active send to complete -2015-03-12 09:33:02 program INFO WAIT active send to complete -2015-03-12 09:33:03 program INFO WAIT active send to complete -2015-03-12 09:33:03 program INFO WAIT active send to complete -2015-03-12 09:33:03 sendUrl INFO 7 [466] R:OK -2015-03-12 09:33:04 program INFO WAIT active send to complete -2015-03-12 09:33:05 program INFO WAIT active send to complete -2015-03-12 09:33:05 program INFO WAIT active send to complete -2015-03-12 09:33:06 program INFO WAIT active send to complete -2015-03-12 09:33:06 program INFO WAIT active send to complete -2015-03-12 09:33:07 program INFO WAIT active send to complete -2015-03-12 09:33:07 program INFO WAIT active send to complete -2015-03-12 09:33:08 program INFO WAIT active send to complete -2015-03-12 09:33:08 program INFO WAIT active send to complete -2015-03-12 09:33:09 program INFO WAIT active send to complete -2015-03-12 09:33:09 program INFO WAIT active send to complete -2015-03-12 09:33:10 program INFO WAIT active send to complete -2015-03-12 09:33:10 program INFO WAIT active send to complete -2015-03-12 09:33:11 program INFO WAIT active send to complete -2015-03-12 09:33:11 program INFO WAIT active send to complete -2015-03-12 09:33:12 program INFO WAIT active send to complete -2015-03-12 09:33:12 program INFO WAIT active send to complete -2015-03-12 09:33:13 program INFO WAIT active send to complete -2015-03-12 09:33:13 program INFO WAIT active send to complete -2015-03-12 09:33:14 program INFO WAIT active send to complete -2015-03-12 09:33:14 program INFO WAIT active send to complete -2015-03-12 09:33:15 program INFO WAIT active send to complete -2015-03-12 09:33:15 program INFO WAIT active send to complete -2015-03-12 09:33:16 program INFO WAIT active send to complete -2015-03-12 09:33:16 program INFO WAIT active send to complete -2015-03-12 09:33:17 program INFO WAIT active send to complete -2015-03-12 09:33:17 program INFO WAIT active send to complete -2015-03-12 09:33:18 program INFO WAIT active send to complete -2015-03-12 09:33:18 program INFO WAIT active send to complete -2015-03-12 09:33:19 program INFO WAIT active send to complete -2015-03-12 09:33:19 program INFO WAIT active send to complete -2015-03-12 09:33:20 program INFO WAIT active send to complete -2015-03-12 09:33:20 program INFO WAIT active send to complete -2015-03-12 09:33:21 program INFO WAIT active send to complete -2015-03-12 09:33:21 program INFO WAIT active send to complete -2015-03-12 09:33:22 program INFO WAIT active send to complete -2015-03-12 09:33:22 program INFO WAIT active send to complete -2015-03-12 09:33:23 program INFO WAIT active send to complete -2015-03-12 09:33:23 program INFO WAIT active send to complete -2015-03-12 09:33:23 sendUrl INFO 7 [467] R:OK -2015-03-12 09:33:24 program INFO WAIT active send to complete -2015-03-12 09:33:25 program INFO WAIT active send to complete -2015-03-12 09:33:25 sendUrl INFO 3 [468] R:OK -2015-03-12 09:33:31 sendUrl INFO 3 [469] R:OK -2015-03-12 09:33:44 queue INFO >>3 [470] -2015-03-12 09:33:54 sendUrl INFO 3 [470] R:OK -2015-03-12 09:34:35 queue INFO >>3 [471] -2015-03-12 09:34:44 sendUrl INFO 3 [471] R:OK -2015-03-12 09:35:17 queue INFO 7 [472] -2015-03-12 09:35:17 queue INFO >7 [473] -2015-03-12 09:35:18 program INFO WAIT active send to complete -2015-03-12 09:35:18 program INFO WAIT active send to complete -2015-03-12 09:35:19 program INFO WAIT active send to complete -2015-03-12 09:35:19 queue INFO 3 [474] -2015-03-12 09:35:19 queue INFO >3 [475] -2015-03-12 09:35:19 sendUrl INFO 7 [472] R:OK -2015-03-12 09:35:20 program INFO WAIT active send to complete -2015-03-12 09:35:20 sendUrl INFO 7 [473] R:OK -2015-03-12 09:35:21 program INFO WAIT active send to complete -2015-03-12 09:35:21 program INFO WAIT active send to complete -2015-03-12 09:35:22 program INFO WAIT active send to complete -2015-03-12 09:35:22 program INFO WAIT active send to complete -2015-03-12 09:35:23 program INFO WAIT active send to complete -2015-03-12 09:35:23 program INFO WAIT active send to complete -2015-03-12 09:35:24 program INFO WAIT active send to complete -2015-03-12 09:35:24 program INFO WAIT active send to complete -2015-03-12 09:35:25 program INFO WAIT active send to complete -2015-03-12 09:35:25 program INFO WAIT active send to complete -2015-03-12 09:35:26 program INFO WAIT active send to complete -2015-03-12 09:35:26 program INFO WAIT active send to complete -2015-03-12 09:35:27 program INFO WAIT active send to complete -2015-03-12 09:35:27 program INFO WAIT active send to complete -2015-03-12 09:35:28 program INFO WAIT active send to complete -2015-03-12 09:35:28 program INFO WAIT active send to complete -2015-03-12 09:35:29 program INFO WAIT active send to complete -2015-03-12 09:35:29 program INFO WAIT active send to complete -2015-03-12 09:35:30 program INFO WAIT active send to complete -2015-03-12 09:35:30 program INFO WAIT active send to complete -2015-03-12 09:35:31 program INFO WAIT active send to complete -2015-03-12 09:35:31 program INFO WAIT active send to complete -2015-03-12 09:35:32 program INFO WAIT active send to complete -2015-03-12 09:35:32 program INFO WAIT active send to complete -2015-03-12 09:35:33 program INFO WAIT active send to complete -2015-03-12 09:35:33 program INFO WAIT active send to complete -2015-03-12 09:35:34 program INFO WAIT active send to complete -2015-03-12 09:35:34 sendUrl INFO 3 [474] R:OK -2015-03-12 09:35:54 sendUrl INFO 3 [475] R:OK -2015-03-12 09:36:09 queue INFO >>3 [476] -2015-03-12 09:36:10 sendUrl INFO 3 [476] R:OK diff --git a/ConfIOB/Donati/1016_163/readParallela.py b/ConfIOB/Donati/1016_163/readParallela.py deleted file mode 100644 index 5a38f21..0000000 --- a/ConfIOB/Donati/1016_163/readParallela.py +++ /dev/null @@ -1,530 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -# readParallela v. 1.8 -# versione estetica di Carlo + single instance timer - -#--------------------------------------------------------------- -# levare locking -# timer semplificata -# GPIO global - - -import time -import sys - - -from datetime import datetime - -import urllib -import ConfigParser -import os, sys - -import logging -import logging.handlers -import threading -import Queue -#-------------------------------------------------------------- - -# COSTANTI -MSGLEN = 9 -TIMEOUTSERIALE = 10 -MAXRETRY = 3 - -PROGRAM_NAME ="ReadPar IOB-pi v.1.8" - -# DA FILE CONF -idxMacchina = "1001" -SAMPLETIME = 0.1 -TIMEOUTSHORT = (SAMPLETIME*20) -TIMEOUTLONG = (SAMPLETIME*600) -SENDURLTIME = 0.08 - -# VAR -to_enable = False -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG -to_serial = TIMEOUTSERIALE -to_retry = MAXRETRY -errormsglen = 0 - -# VAR - -out_0 = 24 -out_1 = 26 - -in_0 = 11 -in_1 = 12 -in_2 = 13 -in_3 = 15 -in_4 = 16 -in_5 = 18 -in_6 = 22 -in_7 = 7 - -# contatore: serve x match tra accoda ed invia x possibile controllo a posteriori... ogni volta che accodo incremento di 1, va da 0 a 999 -cont = '0' - -# variabile stato online/offline della macchina -onLine = '1' - -# variabile stato seinding/waiting x la parte invio URL -sending = '0' - -# variabile stato timer thread busy -timer_busy = False - -#-------------------------------------------------------------- -# Gestione coda (condivisa) x registrazione eventi ed invio URL -#print "Creazione coda 1000 elementi" - -Coda = Queue.Queue(0) - -#queueLock = threading.Lock() - -#--------------------------------------------------------------- -# lettura parallela -# ritorna il byte letto pulito ( due char hex ) - -def readParallela(): - - global in_0 - global in_1 - global in_2 - global in_3 - global in_4 - global in_5 - global in_6 - global in_7 - - global GPIO - - current = '' - -# print "input : " - - # ritorna '' se non ci sono abbastanza caratteri - try: - num_value = 255 - -# print "num_value : " , num_value , in_0 - - if GPIO.input(in_0): - num_value = num_value - 1 - - if GPIO.input(in_1): - num_value = num_value - 2 - - if GPIO.input(in_2): - num_value = num_value - 4 - - if GPIO.input(in_3): - num_value = num_value - 8 - - if GPIO.input(in_4): - num_value = num_value - 16 - - if GPIO.input(in_5): - num_value = num_value - 32 - - if GPIO.input(in_6): - num_value = num_value - 64 - - if GPIO.input(in_7): - num_value = num_value - 128 - - current = hex( num_value ).replace ( "0x" , "" ).upper() - -# print "\n\n\n\n\n" , num_value , current - - except: - pass - - return current - - -#-------------------------------------------------------------- -# MARCO: cambiare: chiama URL NON deve chiamare url MA METTERE IN CODA (riempiCoda!!!) -# la parte URL vera va messa in svuotaCoda, PARAMETRICA - -#--------------------------------------------------------------- -#Funzione di scrittura su coda con try-except - -def accoda(): - - try: -# url = URLBASE + idxMacchina + URLADV1 + value -# urllib.urlopen ( url ) - #dtEve = time.strftime("%y%m%d%H%M%S")+"000" - dtEve = datetime.utcnow().strftime('%Y%m%d%H%M%S%f')[:-3] - #logPro.debug( "Nuovo valore inserito in coda: " + dtEve + "#" + value + '#' + cont) - #print(dtEve) - #queueLock.acquire() - Coda.put(dtEve + '#' + value + '#' + cont) - #queueLock.release() - #print "Nuovo valore inserito in coda: " + dtEve + "#", value - - except Queue.Full: - logPro.error( "Quque full" + dtEve + '#' + value + '#' + cont ) - except: - logPro.error( "NETWORK:Errore http-no com rete-timeout" + url ) -# print "Url aforte" , url - - -#-------------------------------------------------------------- -# MARCO: scrivere svuotaCoda come thread etc... -def svuota_coda(): - - global onLine - global sending - global timer_busy - - #print "start timer " - - if ( timer_busy == False ): - timer_busy = True - #print "start timer ok " - - try: - if not Coda.empty(): - #print "coda da svuotare!" - response = urllib.urlopen(URLALIVE) - answ = response.read() - if answ == 'OK': - #print "OK alive" - response2 = urllib.urlopen(URLENABLED + idxMacchina) - answ2 = response2.read() - if answ2 == 'OK': - # aggiorno stato ad online - if onLine == '0': - logPro.info("IOB ONLINE!") - #print("IOB ONLINE") - - onLine = '1' # imposto comunque online - else: - if onLine == '1': - logPro.error("IOB offline") - #print("IOB offline") - - onLine = '0' - else: - if onLine == '1': - logPro.error("Server offline") - #print("Server offline") - - onLine = '0' - - # ora verifico SE si possa inviare (ovvero sia online server e NON ci siano altri send attivi...) - if onLine == '1': - if sending == '0': - #segnalo che sono in sending! - sending = '1' - - # formatto dataOra corrente - #dtCurr = time.strftime("%y%m%d%H%M%S")+"000" - dtCurr = datetime.utcnow().strftime('%Y%m%d%H%M%S%f')[:-3] - # prendo 1 valore dalla coda... - #queueLock.acquire() - resp = Coda.get() - # RILASCIO SUBITO la coda x nuovi insert... - #queueLock.release() - - - # recupero valori da coda! - dtEve = resp.split("#")[0] - value = resp.split("#")[1] - cnt = resp.split("#")[2] - url = URLBASE + idxMacchina + URLADV1 + value - url = url + '&dtCurr=' + dtCurr + '&dtEve=' + dtEve + '&cnt=' + cnt - # CHIAMO URL - response3 = urllib.urlopen ( url ) - answ3 = response3.read() - #print(url) - #logPro.debug(url) - - - # log valore inviato! - logSnd.info( value + ' ['+ cnt +']' + ' R:' + answ3 ) - #print "Valore smaltito dalla coda" - - # completato invio, riporto sending a zero! - sending = '0' - else: - logPro.info("WAIT active send to complete") - - else: - pass - - else: - pass - - except: - if onLine == '1': - logPro.error("Server Non raggiungibile") - #print "Non raggiungibile" - - onLine = '0' - -# in ogni caso - - timer_busy = False - #print "end timer ok" - - - #print "end timer " - - -#--------------------------------------------------------------- -# funzione timer thread -#--------------------------------------------------------------- -def do_every (interval, worker_func, iterations = 0): - if iterations != 1: - threading.Timer ( - interval, - do_every, [interval, worker_func, 0 if iterations == 0 else iterations-1] - ).start (); - - worker_func (); - -#--------------------------------------------------------------- -# gestione contatore -#--------------------------------------------------------------- -def contatore(): - - try: - global cont - ctr = int(cont) - ctr +=1 - ctr = ctr % 1000 # round robin 1000 eventi x track - cont = str(ctr) - except: - print("errore incremento contatore") - -#--------------------------------------------------------------- -# avvia porta parallela -#--------------------------------------------------------------- -def avviaParallela(): - - global in_0 - global in_1 - global in_2 - global in_3 - global in_4 - global in_5 - global in_6 - global in_7 - - global GPIO - - try: - - GPIO.setmode(GPIO.BOARD) - - GPIO.setwarnings(False) - - #GPIO.setup(out_0, GPIO.OUT) # output 0 - #GPIO.setup(out_1, GPIO.OUT) # output 1 - - GPIO.setup(in_0, GPIO.IN) # input 0 - GPIO.setup(in_1, GPIO.IN) # input 1 - GPIO.setup(in_2, GPIO.IN) # input 2 - GPIO.setup(in_3, GPIO.IN) # input 3 - GPIO.setup(in_4, GPIO.IN) # input 4 - GPIO.setup(in_5, GPIO.IN) # input 5 - GPIO.setup(in_6, GPIO.IN) # input 6 - GPIO.setup(in_7, GPIO.IN) # input 7 - - except: - print( "\n\n" + PROGRAM_NAME + " - Error 3 on RPi.GPIO ! \n\n") - sys.exit(1) - - - print( "\n\n" + PROGRAM_NAME + " - init ok \n\n") - - -#--------------------------------------------------------------- -#--------------------------------------------------------------- -# MAIN - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'IOB.cfg' ) - - SAMPLETIME = config.getfloat ( 'time' , 'SAMPLETIME' ) - TIMEOUTSHORT = config.getfloat ( 'time' , 'TIMEOUTSHORT' ) - TIMEOUTLONG = config.getfloat ( 'time' , 'TIMEOUTLONG' ) - SENDURLTIME = config.getfloat ( 'time' , 'SENDURLTIME' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - - - URLBASE = config.get ( 'web' , 'URLBASE' ) - URLENABLED = config.get('web' , 'URLENABLED') - URLALIVE = config.get ('web' , 'URLALIVE') - URLADV1 = config.get ( 'web' , 'URLADV1' ) - - LOGFILE = config.get ( 'log' , 'LOGFILE' ) - LOGLEVEL = config.get ( 'log' , 'LOGLEVEL' ) -except: - print "\n\n" + PROGRAM_NAME + ' - Error 4 - in config file ' 'IOB.cfg' - sys.exit(1) - -#-------------------------------------------- -# oggetto Logger -#-------------------------------------------- -try: - logging.basicConfig(level=logging.DEBUG, - format='%(asctime)s %(name)-8s %(levelname)-8s %(message)s', - datefmt='%Y-%m-%d %H:%M:%S', - filename=LOGFILE, - filemode='a' - ) - - # aggiungo 2 logger specifici x queue e send... - logQue = logging.getLogger('queue') - logSnd = logging.getLogger('sendUrl') - logPro = logging.getLogger('program') - -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) -#-------------------------------------------- - - -print "\n\n" + PROGRAM_NAME + "\n\n" - -global startstatus -startstatus = 1 - -if startstatus == 1: - logPro.info("Avvio Programma" + PROGRAM_NAME) - -## Verifica l'OS e di conseguenza carica il file relativo con metodo di lockfile appropriato + check singola istanza -if os.name == 'posix': - import unix -else: - import win - -logPro.info( "Start " + PROGRAM_NAME ) - - -# lettura file configurazione - -# [id] -# idxMacchina = 2001 -# [time] -# SAMPLETIME = 0.1 -# TIMEOUTSHORT = 200 -# TIMEOUTLONG = 6000 - - -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' SAMPLETIME = %4.2f' % ( SAMPLETIME ) ) -print ( ' TIMEOUTSHORT = %4.2f' % ( TIMEOUTSHORT ) ) -print ( ' TIMEOUTLONG = %4.2f' % ( TIMEOUTLONG ) ) -print ( ' SENDURLTIME = %4.2f' % ( SENDURLTIME ) ) -print ( ' URLBASE = %s' % ( URLBASE ) ) -print ( ' URLADV1 = %s' % ( URLADV1 ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) -print ( ' LOGLEVEL = %s' % ( LOGLEVEL ) ) - -# -sys.stdout.write ( 'idxMacchina ?' + idxMacchina + '\n') - -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG - - -#-------------------------------------------------------------- -# apertura parallela - -try: - import RPi.GPIO as GPIO -except RuntimeError: - print( "\n\n" + PROGRAM_NAME + " - Error 1 - you need superuser privileges") -except: - print( "\n\n" + PROGRAM_NAME + " - Error 2 - you need superuser privileges. USE 'sudo' to run your script\n\n") - sys.exit(1) - - -avviaParallela() - - -#-------------------------------------------------------------- -# MARCO: qui inserire avvio thread di "svuotaCoda" - -# avviaSvuotaCoda -#print "Avvia svuota coda" - -do_every ( SENDURLTIME , svuota_coda ); - -#--------------------------------------------------------------- -# ciclo forever and ever - -old = '' - -#print "Avvio ciclo" -logPro.info("Avvio loop principale") -while 1: - - try: - time.sleep (SAMPLETIME) - except: - logPro.info("First_SLEEP: errore attesa sampletime") - - # lettura dati da IOB - value = readParallela() - - if ( value != '' ) : - if value != old : - #loggo e invio dati - try: - logQue.info( value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda") - pass - #enable e reset timer - to_enable = True - to_short = TIMEOUTSHORT - to_long = TIMEOUTLONG - - old = value - - - # gestione timeout breve - if ( to_enable ) : - to_short = to_short - SAMPLETIME - if to_short <= 0: - #loggo e invio dati - try: - logQue.info( '>' + value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda TO_short") - pass - to_short = TIMEOUTSHORT - to_enable = False # dopo un colpo il timer breve viene disabilitato - to_long = TIMEOUTLONG - - # gestione timeout lungo - to_long = to_long - SAMPLETIME - if to_long <= 0: - #loggo e invio dati - try: - logQue.info( '>>' + value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda TO_long") - pass - to_long = TIMEOUTLONG - - - - diff --git a/ConfIOB/Donati/1016_163/sendReboot.py b/ConfIOB/Donati/1016_163/sendReboot.py deleted file mode 100644 index 36dd316..0000000 --- a/ConfIOB/Donati/1016_163/sendReboot.py +++ /dev/null @@ -1,96 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -# sendReboot v. 1.1 - -#--------------------------------------------------------------- - - -import time -import sys - - -from datetime import datetime - -import urllib -import ConfigParser -import os, sys - -import logging - -#--------------------------------------------------------------- - -# COSTANTI -PROGRAM_NAME ="SendReboot IOB-pi v.1.3" - -# DA FILE CONF -idxMacchina = "99" - -#--------------------------------------------------------------- -#Funzione di scrittura su url con try-except - -def chiamaUrl(): - - try: - url = URLREBO + idxMacchina - urllib.urlopen ( url ) - except: - logging.info ( "NETWORK:Errore http-no com rete-timeout per url: " + url ) - print "Url aforte" , url - -#--------------------------------------------------------------- -# MAIN -#--------------------------------------------------------------- - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'IOB.cfg' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - - - URLREBO = config.get ( 'web' , 'URLREBO' ) - - LOGFILE = config.get ( 'log' , 'LOGREBO' ) -except: - print "\n\n" + PROGRAM_NAME + ' - Error 4 - in config file ' 'IOB.cfg' - sys.exit(1) - - -#-------------------------------------------- -# oggetto Logger -#-------------------------------------------- -try: -# log = Logger(LOGFILE) - logging.basicConfig(level=logging.DEBUG, - format='%(asctime)s %(name)-8s %(levelname)-8s %(message)s', - datefmt='%Y-%m-%d %H:%M:%S', - filename=LOGFILE, - filemode='a') - -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) -#-------------------------------------------- - - -print "\n\n" + PROGRAM_NAME + "\n\n" - -global startstatus -startstatus = 1 - -if startstatus == 1: - logging.info("Avvio Programma" + PROGRAM_NAME) - - -# lettura file configurazione - - -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' URLREBO = %s' % ( URLREBO ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) - - -chiamaUrl() - diff --git a/ConfIOB/Donati/1016_163/unix.py b/ConfIOB/Donati/1016_163/unix.py deleted file mode 100644 index 12fb3dc..0000000 --- a/ConfIOB/Donati/1016_163/unix.py +++ /dev/null @@ -1,31 +0,0 @@ -import fcntl -import os -import logging - -#--------------------------------------------------------------- -# meccanismo di file lock per evitare multiple instances -# The function will try to lock the file specified , if it success, return True, else return False. -# The nice thing is that the lock will be dropped when the program terminates. -# >>>Use : -# if not lockFile(".lock.pod"): -# sys.exit(0) - -def lockFile ( lockfile ) : - - fd = os.open ( lockfile , os.O_CREAT | os.O_TRUNC | os.O_WRONLY ) - try: - # Request exclusive (EX) non-blocking (NB) advisory lock. - fcntl.lockf ( fd , fcntl.LOCK_EX | fcntl.LOCK_NB ) - except IOError: - return False - - return True - -if not lockFile ( ".lockfile" ) : - print '\n noi non siamo soli ...\n' - logging.error( "LOCK: Piu istanze aperte") - #sys.exit ( 0 ) - -#- print '\n running alone ...\n' - - diff --git a/ConfIOB/Donati/1017_164/IOB.cfg b/ConfIOB/Donati/1017_164/IOB.cfg deleted file mode 100644 index 5407642..0000000 --- a/ConfIOB/Donati/1017_164/IOB.cfg +++ /dev/null @@ -1,23 +0,0 @@ -[id] -idxMacchina = 1017 - -[web] -URLBASE = http://192.168.51.71/MPIO2/inputIOB.aspx?idxMacchina= -URLALIVE = http://192.168.51.71/MPIO2/Alive.aspx -URLENABLED = http://192.168.51.71/MPIO2/Enabled.aspx?idxMacchina= -URLADV1 = &valore= -URLREBO = http://192.168.51.71/MPIO2/sendReboot.aspx?idxMacchina= - -[time] -SAMPLETIME = 0.20 -TIMEOUTSHORT = 0.30 -TIMEOUTLONG = 50 -SENDURLTIME = 0.50 - -[log] -LOGLEVEL = 10 -LOGFILE = logfile.txt -LOGREBO = logReboot.txt - -[comm] -port = /dev/ttyAMA0 diff --git a/ConfIOB/Donati/1017_164/MapoIOB b/ConfIOB/Donati/1017_164/MapoIOB deleted file mode 100644 index c49ec0a..0000000 --- a/ConfIOB/Donati/1017_164/MapoIOB +++ /dev/null @@ -1,41 +0,0 @@ -### BEGIN INIT INFO -# Provides: MapoIOB: script Steamware per avvio driver IOB -# Required-Start: $remote_fs $syslog ramlog -# Required-Stop: $remote_fs $syslog ramlog -# Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 -# Short-Description: Steamware's MapoIOB driver -# Description: Steamware's MapoIOB driver, versione lettura porta parallela -### END INIT INFO - -#! /bin/sh -# /etc/init.d/MapoIOB - -export HOME -case "$1" in - start) - echo "Starting readParallela" - cd /home/pi/steamware - /usr/bin/python ./readParallela.py 2>&1 & - ;; - stop) - echo "Stopping readParallela" - RS_PID=`ps auxwww | grep readParallela.py | head -1 | awk '{print $2}'` - kill -9 $RS_PID - cd /home/pi/steamware - rm .lockfile - ;; - restart) - ## Stop the service and regardless of whether it was - ## running or not, start it again. - $0 stop - killall python - $0 start - ;; - *) - echo "Usage: /etc/init.d/MapoIOB {start|stop|restart}" - exit 1 - ;; -esac -exit 0 - diff --git a/ConfIOB/Donati/1017_164/MapoIOB.1.gz b/ConfIOB/Donati/1017_164/MapoIOB.1.gz deleted file mode 100644 index c330167..0000000 Binary files a/ConfIOB/Donati/1017_164/MapoIOB.1.gz and /dev/null differ diff --git a/ConfIOB/Donati/1017_164/checkAlive.sh b/ConfIOB/Donati/1017_164/checkAlive.sh deleted file mode 100644 index 92bc816..0000000 --- a/ConfIOB/Donati/1017_164/checkAlive.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/bash - -# controlla se il logfile è correntemente scritto (quindi MapoIOB è alive) altrimenti riavvia! - -DATE=`date +%Y-%m-%d` -cd /var/log -if [ -f MapoIOB ] - then - # controllo SE sia stato acceduto da meno di 2 minuti (=alive da log...) - trovato=`find . -name 'MapoIOB*' -cmin -1` - if [[ $trovato != './MapoIOB' ]] - then - /etc/init.d/MapoIOB restart - echo $date + "riavvio!" - fi -else - # in questo caso AVVIO il processo MapoIOB - /etc/init.d/MapoIOB start - echo $date + "file non trovato, avvio!" -fi diff --git a/ConfIOB/Donati/1017_164/cleanPython.sh b/ConfIOB/Donati/1017_164/cleanPython.sh deleted file mode 100644 index c4f616a..0000000 --- a/ConfIOB/Donati/1017_164/cleanPython.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash - -DATE=`date +%Y-%m-%d_%T` -# log inizio pulizia -echo $DATE " - INIZIO pulizia processi python" >> clean.log -# effettua pulizia processi: killa tutti i processi python -killall python - -# avvia MapoIob -/etc/init.d/MapoIOB start - -# log fatto! -DATE=`date +%Y-%m-%d_%T` -echo $DATE " - FINE pulizia processi python + riavvio MapoIOB" >> clean.log diff --git a/ConfIOB/Donati/1017_164/logfile.txt b/ConfIOB/Donati/1017_164/logfile.txt deleted file mode 100644 index c486dd3..0000000 --- a/ConfIOB/Donati/1017_164/logfile.txt +++ /dev/null @@ -1,13409 +0,0 @@ -2015-03-23 06:26:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.8 -2015-03-23 06:26:02 program INFO Start ReadPar IOB-pi v.1.8 -2015-03-23 06:26:02 program INFO Avvio loop principale -2015-03-23 06:26:02 queue INFO 0 [0] -2015-03-23 06:26:02 queue INFO >0 [1] -2015-03-23 06:26:03 sendUrl INFO 0 [0] R:OK -2015-03-23 06:26:03 sendUrl INFO 0 [1] R:OK -2015-03-23 06:26:52 queue INFO >>0 [2] -2015-03-23 06:26:52 sendUrl INFO 0 [2] R:OK -2015-03-23 06:27:42 queue INFO >>0 [3] -2015-03-23 06:27:43 sendUrl INFO 0 [3] R:OK -2015-03-23 06:28:32 queue INFO >>0 [4] -2015-03-23 06:28:33 sendUrl INFO 0 [4] R:OK -2015-03-23 06:29:23 queue INFO >>0 [5] -2015-03-23 06:29:23 sendUrl INFO 0 [5] R:OK -2015-03-23 06:30:13 queue INFO >>0 [6] -2015-03-23 06:30:13 sendUrl INFO 0 [6] R:OK -2015-03-23 06:31:03 queue INFO >>0 [7] -2015-03-23 06:31:03 sendUrl INFO 0 [7] R:OK -2015-03-23 06:31:53 queue INFO >>0 [8] -2015-03-23 06:31:53 sendUrl INFO 0 [8] R:OK -2015-03-23 06:32:43 queue INFO >>0 [9] -2015-03-23 06:32:44 sendUrl INFO 0 [9] R:OK -2015-03-23 06:33:33 queue INFO >>0 [10] -2015-03-23 06:33:33 sendUrl INFO 0 [10] R:OK -2015-03-23 06:34:23 queue INFO >>0 [11] -2015-03-23 06:34:24 sendUrl INFO 0 [11] R:OK -2015-03-23 06:35:14 queue INFO >>0 [12] -2015-03-23 06:35:14 sendUrl INFO 0 [12] R:OK -2015-03-23 06:36:04 queue INFO >>0 [13] -2015-03-23 06:36:04 sendUrl INFO 0 [13] R:OK -2015-03-23 06:36:54 queue INFO >>0 [14] -2015-03-23 06:36:54 sendUrl INFO 0 [14] R:OK -2015-03-23 06:37:44 queue INFO >>0 [15] -2015-03-23 06:37:44 sendUrl INFO 0 [15] R:OK -2015-03-23 06:38:34 queue INFO >>0 [16] -2015-03-23 06:38:34 sendUrl INFO 0 [16] R:OK -2015-03-23 06:39:24 queue INFO >>0 [17] -2015-03-23 06:39:25 sendUrl INFO 0 [17] R:OK -2015-03-23 06:40:15 queue INFO >>0 [18] -2015-03-23 06:40:15 sendUrl INFO 0 [18] R:OK -2015-03-23 06:41:05 queue INFO >>0 [19] -2015-03-23 06:41:05 sendUrl INFO 0 [19] R:OK -2015-03-23 06:41:55 queue INFO >>0 [20] -2015-03-23 06:41:55 sendUrl INFO 0 [20] R:OK -2015-03-23 06:42:45 queue INFO >>0 [21] -2015-03-23 06:42:45 sendUrl INFO 0 [21] R:OK -2015-03-23 06:43:35 queue INFO >>0 [22] -2015-03-23 06:43:35 sendUrl INFO 0 [22] R:OK -2015-03-23 06:44:25 queue INFO >>0 [23] -2015-03-23 06:44:26 sendUrl INFO 0 [23] R:OK -2015-03-23 06:45:15 queue INFO >>0 [24] -2015-03-23 06:45:16 sendUrl INFO 0 [24] R:OK -2015-03-23 06:46:06 queue INFO >>0 [25] -2015-03-23 06:46:06 sendUrl INFO 0 [25] R:OK -2015-03-23 06:46:56 queue INFO >>0 [26] -2015-03-23 06:46:56 sendUrl INFO 0 [26] R:OK -2015-03-23 06:47:46 queue INFO >>0 [27] -2015-03-23 06:47:46 sendUrl INFO 0 [27] R:OK -2015-03-23 06:48:36 queue INFO >>0 [28] -2015-03-23 06:48:36 sendUrl INFO 0 [28] R:OK -2015-03-23 06:49:26 queue INFO >>0 [29] -2015-03-23 06:49:27 sendUrl INFO 0 [29] R:OK -2015-03-23 06:50:16 queue INFO >>0 [30] -2015-03-23 06:50:17 sendUrl INFO 0 [30] R:OK -2015-03-23 06:51:07 queue INFO >>0 [31] -2015-03-23 06:51:07 sendUrl INFO 0 [31] R:OK -2015-03-23 06:51:57 queue INFO >>0 [32] -2015-03-23 06:51:57 sendUrl INFO 0 [32] R:OK -2015-03-23 06:52:47 queue INFO >>0 [33] -2015-03-23 06:52:47 sendUrl INFO 0 [33] R:OK -2015-03-23 06:53:37 queue INFO >>0 [34] -2015-03-23 06:53:37 sendUrl INFO 0 [34] R:OK -2015-03-23 06:54:27 queue INFO >>0 [35] -2015-03-23 06:54:27 sendUrl INFO 0 [35] R:OK -2015-03-23 06:55:17 queue INFO >>0 [36] -2015-03-23 06:55:18 sendUrl INFO 0 [36] R:OK -2015-03-23 06:56:07 queue INFO >>0 [37] -2015-03-23 06:56:08 sendUrl INFO 0 [37] R:OK -2015-03-23 06:56:58 queue INFO >>0 [38] -2015-03-23 06:56:58 sendUrl INFO 0 [38] R:OK -2015-03-23 06:57:48 queue INFO >>0 [39] -2015-03-23 06:57:48 sendUrl INFO 0 [39] R:OK -2015-03-23 06:58:38 queue INFO >>0 [40] -2015-03-23 06:58:38 sendUrl INFO 0 [40] R:OK -2015-03-23 06:59:28 queue INFO >>0 [41] -2015-03-23 06:59:28 sendUrl INFO 0 [41] R:OK -2015-03-23 07:00:18 queue INFO >>0 [42] -2015-03-23 07:00:19 sendUrl INFO 0 [42] R:OK -2015-03-23 07:01:08 queue INFO >>0 [43] -2015-03-23 07:01:09 sendUrl INFO 0 [43] R:OK -2015-03-23 07:01:59 queue INFO >>0 [44] -2015-03-23 07:01:59 sendUrl INFO 0 [44] R:OK -2015-03-23 07:02:49 queue INFO >>0 [45] -2015-03-23 07:02:49 sendUrl INFO 0 [45] R:OK -2015-03-23 07:03:39 queue INFO >>0 [46] -2015-03-23 07:03:39 sendUrl INFO 0 [46] R:OK -2015-03-23 07:04:29 queue INFO >>0 [47] -2015-03-23 07:04:29 sendUrl INFO 0 [47] R:OK -2015-03-23 07:05:19 queue INFO >>0 [48] -2015-03-23 07:05:20 sendUrl INFO 0 [48] R:OK -2015-03-23 07:06:09 queue INFO >>0 [49] -2015-03-23 07:06:10 sendUrl INFO 0 [49] R:OK -2015-03-23 07:06:59 queue INFO >>0 [50] -2015-03-23 07:07:00 sendUrl INFO 0 [50] R:OK -2015-03-23 07:07:50 queue INFO >>0 [51] -2015-03-23 07:07:50 sendUrl INFO 0 [51] R:OK -2015-03-23 07:08:40 queue INFO >>0 [52] -2015-03-23 07:08:40 sendUrl INFO 0 [52] R:OK -2015-03-23 07:09:30 queue INFO >>0 [53] -2015-03-23 07:09:30 sendUrl INFO 0 [53] R:OK -2015-03-23 07:10:20 queue INFO >>0 [54] -2015-03-23 07:10:20 sendUrl INFO 0 [54] R:OK -2015-03-23 07:11:10 queue INFO >>0 [55] -2015-03-23 07:11:11 sendUrl INFO 0 [55] R:OK -2015-03-23 07:12:00 queue INFO >>0 [56] -2015-03-23 07:12:01 sendUrl INFO 0 [56] R:OK -2015-03-23 07:12:51 queue INFO >>0 [57] -2015-03-23 07:12:51 sendUrl INFO 0 [57] R:OK -2015-03-23 07:13:41 queue INFO >>0 [58] -2015-03-23 07:13:41 sendUrl INFO 0 [58] R:OK -2015-03-23 07:14:31 queue INFO >>0 [59] -2015-03-23 07:14:31 sendUrl INFO 0 [59] R:OK -2015-03-23 07:15:21 queue INFO >>0 [60] -2015-03-23 07:15:21 sendUrl INFO 0 [60] R:OK -2015-03-23 07:16:11 queue INFO >>0 [61] -2015-03-23 07:16:12 sendUrl INFO 0 [61] R:OK -2015-03-23 07:17:01 queue INFO >>0 [62] -2015-03-23 07:17:01 sendUrl INFO 0 [62] R:OK -2015-03-23 07:17:51 queue INFO >>0 [63] -2015-03-23 07:17:52 sendUrl INFO 0 [63] R:OK -2015-03-23 07:18:42 queue INFO >>0 [64] -2015-03-23 07:18:42 sendUrl INFO 0 [64] R:OK -2015-03-23 07:19:32 queue INFO >>0 [65] -2015-03-23 07:19:32 sendUrl INFO 0 [65] R:OK -2015-03-23 07:20:22 queue INFO >>0 [66] -2015-03-23 07:20:22 sendUrl INFO 0 [66] R:OK -2015-03-23 07:21:12 queue INFO >>0 [67] -2015-03-23 07:21:13 sendUrl INFO 0 [67] R:OK -2015-03-23 07:22:02 queue INFO >>0 [68] -2015-03-23 07:22:02 sendUrl INFO 0 [68] R:OK -2015-03-23 07:22:52 queue INFO >>0 [69] -2015-03-23 07:22:53 sendUrl INFO 0 [69] R:OK -2015-03-23 07:23:43 queue INFO >>0 [70] -2015-03-23 07:23:43 sendUrl INFO 0 [70] R:OK -2015-03-23 07:24:33 queue INFO >>0 [71] -2015-03-23 07:24:33 sendUrl INFO 0 [71] R:OK -2015-03-23 07:25:23 queue INFO >>0 [72] -2015-03-23 07:25:23 sendUrl INFO 0 [72] R:OK -2015-03-23 07:26:13 queue INFO >>0 [73] -2015-03-23 07:26:14 sendUrl INFO 0 [73] R:OK -2015-03-23 07:27:03 queue INFO >>0 [74] -2015-03-23 07:27:03 sendUrl INFO 0 [74] R:OK -2015-03-23 07:27:53 queue INFO >>0 [75] -2015-03-23 07:27:54 sendUrl INFO 0 [75] R:OK -2015-03-23 07:28:43 queue INFO >>0 [76] -2015-03-23 07:28:44 sendUrl INFO 0 [76] R:OK -2015-03-23 07:29:34 queue INFO >>0 [77] -2015-03-23 07:29:34 sendUrl INFO 0 [77] R:OK -2015-03-23 07:30:24 queue INFO >>0 [78] -2015-03-23 07:30:24 sendUrl INFO 0 [78] R:OK -2015-03-23 07:31:14 queue INFO >>0 [79] -2015-03-23 07:31:14 sendUrl INFO 0 [79] R:OK -2015-03-23 07:32:04 queue INFO >>0 [80] -2015-03-23 07:32:04 sendUrl INFO 0 [80] R:OK -2015-03-23 07:32:54 queue INFO >>0 [81] -2015-03-23 07:32:55 sendUrl INFO 0 [81] R:OK -2015-03-23 07:33:44 queue INFO >>0 [82] -2015-03-23 07:33:45 sendUrl INFO 0 [82] R:OK -2015-03-23 07:34:35 queue INFO >>0 [83] -2015-03-23 07:34:35 sendUrl INFO 0 [83] R:OK -2015-03-23 07:35:25 queue INFO >>0 [84] -2015-03-23 07:35:25 sendUrl INFO 0 [84] R:OK -2015-03-23 07:36:15 queue INFO >>0 [85] -2015-03-23 07:36:15 sendUrl INFO 0 [85] R:OK -2015-03-23 07:37:05 queue INFO >>0 [86] -2015-03-23 07:37:05 sendUrl INFO 0 [86] R:OK -2015-03-23 07:37:55 queue INFO >>0 [87] -2015-03-23 07:37:56 sendUrl INFO 0 [87] R:OK -2015-03-23 07:38:45 queue INFO >>0 [88] -2015-03-23 07:38:46 sendUrl INFO 0 [88] R:OK -2015-03-23 07:39:35 queue INFO >>0 [89] -2015-03-23 07:39:36 sendUrl INFO 0 [89] R:OK -2015-03-23 07:40:26 queue INFO >>0 [90] -2015-03-23 07:40:26 sendUrl INFO 0 [90] R:OK -2015-03-23 07:41:16 queue INFO >>0 [91] -2015-03-23 07:41:16 sendUrl INFO 0 [91] R:OK -2015-03-23 07:42:06 queue INFO >>0 [92] -2015-03-23 07:42:06 sendUrl INFO 0 [92] R:OK -2015-03-23 07:42:56 queue INFO >>0 [93] -2015-03-23 07:42:56 sendUrl INFO 0 [93] R:OK -2015-03-23 07:43:46 queue INFO >>0 [94] -2015-03-23 07:43:47 sendUrl INFO 0 [94] R:OK -2015-03-23 07:44:36 queue INFO >>0 [95] -2015-03-23 07:44:37 sendUrl INFO 0 [95] R:OK -2015-03-23 07:45:27 queue INFO >>0 [96] -2015-03-23 07:45:27 sendUrl INFO 0 [96] R:OK -2015-03-23 07:46:17 queue INFO >>0 [97] -2015-03-23 07:46:17 sendUrl INFO 0 [97] R:OK -2015-03-23 07:47:07 queue INFO >>0 [98] -2015-03-23 07:47:07 sendUrl INFO 0 [98] R:OK -2015-03-23 07:47:57 queue INFO >>0 [99] -2015-03-23 07:47:57 sendUrl INFO 0 [99] R:OK -2015-03-23 07:48:47 queue INFO >>0 [100] -2015-03-23 07:48:48 sendUrl INFO 0 [100] R:OK -2015-03-23 07:49:37 queue INFO >>0 [101] -2015-03-23 07:49:38 sendUrl INFO 0 [101] R:OK -2015-03-23 07:50:27 queue INFO >>0 [102] -2015-03-23 07:50:28 sendUrl INFO 0 [102] R:OK -2015-03-23 07:51:18 queue INFO >>0 [103] -2015-03-23 07:51:18 sendUrl INFO 0 [103] R:OK -2015-03-23 07:52:08 queue INFO >>0 [104] -2015-03-23 07:52:08 sendUrl INFO 0 [104] R:OK -2015-03-23 07:52:58 queue INFO >>0 [105] -2015-03-23 07:52:58 sendUrl INFO 0 [105] R:OK -2015-03-23 07:53:48 queue INFO >>0 [106] -2015-03-23 07:53:49 sendUrl INFO 0 [106] R:OK -2015-03-23 07:54:38 queue INFO >>0 [107] -2015-03-23 07:54:38 sendUrl INFO 0 [107] R:OK -2015-03-23 07:55:28 queue INFO >>0 [108] -2015-03-23 07:55:29 sendUrl INFO 0 [108] R:OK -2015-03-23 07:56:19 queue INFO >>0 [109] -2015-03-23 07:56:19 sendUrl INFO 0 [109] R:OK -2015-03-23 07:57:09 queue INFO >>0 [110] -2015-03-23 07:57:09 sendUrl INFO 0 [110] R:OK -2015-03-23 07:57:59 queue INFO >>0 [111] -2015-03-23 07:57:59 sendUrl INFO 0 [111] R:OK -2015-03-23 07:58:49 queue INFO >>0 [112] -2015-03-23 07:58:50 sendUrl INFO 0 [112] R:OK -2015-03-23 07:59:39 queue INFO >>0 [113] -2015-03-23 07:59:39 sendUrl INFO 0 [113] R:OK -2015-03-23 08:00:29 queue INFO >>0 [114] -2015-03-23 08:00:30 sendUrl INFO 0 [114] R:OK -2015-03-23 08:01:19 queue INFO >>0 [115] -2015-03-23 08:01:20 sendUrl INFO 0 [115] R:OK -2015-03-23 08:02:10 queue INFO >>0 [116] -2015-03-23 08:02:10 sendUrl INFO 0 [116] R:OK -2015-03-23 08:03:00 queue INFO >>0 [117] -2015-03-23 08:03:00 sendUrl INFO 0 [117] R:OK -2015-03-23 08:03:50 queue INFO >>0 [118] -2015-03-23 08:03:51 sendUrl INFO 0 [118] R:OK -2015-03-23 08:04:40 queue INFO >>0 [119] -2015-03-23 08:04:40 sendUrl INFO 0 [119] R:OK -2015-03-23 08:05:30 queue INFO >>0 [120] -2015-03-23 08:05:31 sendUrl INFO 0 [120] R:OK -2015-03-23 08:06:20 queue INFO >>0 [121] -2015-03-23 08:06:20 sendUrl INFO 0 [121] R:OK -2015-03-23 08:07:11 queue INFO >>0 [122] -2015-03-23 08:07:11 sendUrl INFO 0 [122] R:OK -2015-03-23 08:08:01 queue INFO >>0 [123] -2015-03-23 08:08:01 sendUrl INFO 0 [123] R:OK -2015-03-23 08:08:51 queue INFO >>0 [124] -2015-03-23 08:08:51 sendUrl INFO 0 [124] R:OK -2015-03-23 08:09:41 queue INFO >>0 [125] -2015-03-23 08:09:41 sendUrl INFO 0 [125] R:OK -2015-03-23 08:10:31 queue INFO >>0 [126] -2015-03-23 08:10:32 sendUrl INFO 0 [126] R:OK -2015-03-23 08:11:21 queue INFO >>0 [127] -2015-03-23 08:11:21 sendUrl INFO 0 [127] R:OK -2015-03-23 08:12:11 queue INFO >>0 [128] -2015-03-23 08:12:12 sendUrl INFO 0 [128] R:OK -2015-03-23 08:13:02 queue INFO >>0 [129] -2015-03-23 08:13:02 sendUrl INFO 0 [129] R:OK -2015-03-23 08:13:52 queue INFO >>0 [130] -2015-03-23 08:13:52 sendUrl INFO 0 [130] R:OK -2015-03-23 08:14:42 queue INFO >>0 [131] -2015-03-23 08:14:42 sendUrl INFO 0 [131] R:OK -2015-03-23 08:15:32 queue INFO >>0 [132] -2015-03-23 08:15:33 sendUrl INFO 0 [132] R:OK -2015-03-23 08:16:22 queue INFO >>0 [133] -2015-03-23 08:16:22 sendUrl INFO 0 [133] R:OK -2015-03-23 08:17:12 queue INFO >>0 [134] -2015-03-23 08:17:13 sendUrl INFO 0 [134] R:OK -2015-03-23 08:18:03 queue INFO >>0 [135] -2015-03-23 08:18:03 sendUrl INFO 0 [135] R:OK -2015-03-23 08:18:53 queue INFO >>0 [136] -2015-03-23 08:18:53 sendUrl INFO 0 [136] R:OK -2015-03-23 08:19:43 queue INFO >>0 [137] -2015-03-23 08:19:43 sendUrl INFO 0 [137] R:OK -2015-03-23 08:20:33 queue INFO >>0 [138] -2015-03-23 08:20:33 sendUrl INFO 0 [138] R:OK -2015-03-23 08:21:23 queue INFO >>0 [139] -2015-03-23 08:21:23 sendUrl INFO 0 [139] R:OK -2015-03-23 08:22:13 queue INFO >>0 [140] -2015-03-23 08:22:14 sendUrl INFO 0 [140] R:OK -2015-03-23 08:23:03 queue INFO >>0 [141] -2015-03-23 08:23:04 sendUrl INFO 0 [141] R:OK -2015-03-23 08:23:54 queue INFO >>0 [142] -2015-03-23 08:23:54 sendUrl INFO 0 [142] R:OK -2015-03-23 08:24:44 queue INFO >>0 [143] -2015-03-23 08:24:44 sendUrl INFO 0 [143] R:OK -2015-03-23 08:25:34 queue INFO >>0 [144] -2015-03-23 08:25:34 sendUrl INFO 0 [144] R:OK -2015-03-23 08:26:24 queue INFO >>0 [145] -2015-03-23 08:26:25 sendUrl INFO 0 [145] R:OK -2015-03-23 08:27:14 queue INFO >>0 [146] -2015-03-23 08:27:15 sendUrl INFO 0 [146] R:OK -2015-03-23 08:28:04 queue INFO >>0 [147] -2015-03-23 08:28:05 sendUrl INFO 0 [147] R:OK -2015-03-23 08:28:55 queue INFO >>0 [148] -2015-03-23 08:28:55 sendUrl INFO 0 [148] R:OK -2015-03-23 08:29:45 queue INFO >>0 [149] -2015-03-23 08:29:45 sendUrl INFO 0 [149] R:OK -2015-03-23 08:30:35 queue INFO >>0 [150] -2015-03-23 08:30:35 sendUrl INFO 0 [150] R:OK -2015-03-23 08:31:25 queue INFO >>0 [151] -2015-03-23 08:31:25 sendUrl INFO 0 [151] R:OK -2015-03-23 08:32:15 queue INFO >>0 [152] -2015-03-23 08:32:15 sendUrl INFO 0 [152] R:OK -2015-03-23 08:33:05 queue INFO >>0 [153] -2015-03-23 08:33:06 sendUrl INFO 0 [153] R:OK -2015-03-23 08:33:55 queue INFO >>0 [154] -2015-03-23 08:33:56 sendUrl INFO 0 [154] R:OK -2015-03-23 08:34:46 queue INFO >>0 [155] -2015-03-23 08:34:46 sendUrl INFO 0 [155] R:OK -2015-03-23 08:35:36 queue INFO >>0 [156] -2015-03-23 08:35:36 sendUrl INFO 0 [156] R:OK -2015-03-23 08:36:26 queue INFO >>0 [157] -2015-03-23 08:36:26 sendUrl INFO 0 [157] R:OK -2015-03-23 08:37:16 queue INFO >>0 [158] -2015-03-23 08:37:16 sendUrl INFO 0 [158] R:OK -2015-03-23 08:38:06 queue INFO >>0 [159] -2015-03-23 08:38:07 sendUrl INFO 0 [159] R:OK -2015-03-23 08:38:56 queue INFO >>0 [160] -2015-03-23 08:38:56 sendUrl INFO 0 [160] R:OK -2015-03-23 08:39:47 queue INFO >>0 [161] -2015-03-23 08:39:47 sendUrl INFO 0 [161] R:OK -2015-03-23 08:40:37 queue INFO >>0 [162] -2015-03-23 08:40:37 sendUrl INFO 0 [162] R:OK -2015-03-23 08:41:27 queue INFO >>0 [163] -2015-03-23 08:41:27 sendUrl INFO 0 [163] R:OK -2015-03-23 08:42:17 queue INFO >>0 [164] -2015-03-23 08:42:17 sendUrl INFO 0 [164] R:OK -2015-03-23 08:43:07 queue INFO >>0 [165] -2015-03-23 08:43:08 sendUrl INFO 0 [165] R:OK -2015-03-23 08:43:57 queue INFO >>0 [166] -2015-03-23 08:43:57 sendUrl INFO 0 [166] R:OK -2015-03-23 08:44:47 queue INFO >>0 [167] -2015-03-23 08:44:48 sendUrl INFO 0 [167] R:OK -2015-03-23 08:45:38 queue INFO >>0 [168] -2015-03-23 08:45:38 sendUrl INFO 0 [168] R:OK -2015-03-23 08:46:28 queue INFO >>0 [169] -2015-03-23 08:46:28 sendUrl INFO 0 [169] R:OK -2015-03-23 08:47:18 queue INFO >>0 [170] -2015-03-23 08:47:18 sendUrl INFO 0 [170] R:OK -2015-03-23 08:48:08 queue INFO >>0 [171] -2015-03-23 08:48:09 sendUrl INFO 0 [171] R:OK -2015-03-23 08:48:58 queue INFO >>0 [172] -2015-03-23 08:48:58 sendUrl INFO 0 [172] R:OK -2015-03-23 08:49:48 queue INFO >>0 [173] -2015-03-23 08:49:49 sendUrl INFO 0 [173] R:OK -2015-03-23 08:50:39 queue INFO >>0 [174] -2015-03-23 08:50:39 sendUrl INFO 0 [174] R:OK -2015-03-23 08:51:29 queue INFO >>0 [175] -2015-03-23 08:51:29 sendUrl INFO 0 [175] R:OK -2015-03-23 08:52:19 queue INFO >>0 [176] -2015-03-23 08:52:19 sendUrl INFO 0 [176] R:OK -2015-03-23 08:53:01 queue INFO 9 [177] -2015-03-23 08:53:02 queue INFO >9 [178] -2015-03-23 08:53:02 sendUrl INFO 9 [177] R:OK -2015-03-23 08:53:02 sendUrl INFO 9 [178] R:OK -2015-03-23 08:53:52 queue INFO >>9 [179] -2015-03-23 08:53:52 sendUrl INFO 9 [179] R:OK -2015-03-23 08:54:42 queue INFO >>9 [180] -2015-03-23 08:54:42 sendUrl INFO 9 [180] R:OK -2015-03-23 08:55:32 queue INFO >>9 [181] -2015-03-23 08:55:32 sendUrl INFO 9 [181] R:OK -2015-03-23 08:56:22 queue INFO >>9 [182] -2015-03-23 08:56:22 sendUrl INFO 9 [182] R:OK -2015-03-23 08:57:12 queue INFO >>9 [183] -2015-03-23 08:57:13 sendUrl INFO 9 [183] R:OK -2015-03-23 08:58:02 queue INFO >>9 [184] -2015-03-23 08:58:03 sendUrl INFO 9 [184] R:OK -2015-03-23 08:58:52 queue INFO >>9 [185] -2015-03-23 08:58:53 sendUrl INFO 9 [185] R:OK -2015-03-23 08:59:43 queue INFO >>9 [186] -2015-03-23 08:59:43 sendUrl INFO 9 [186] R:OK -2015-03-23 09:00:33 queue INFO >>9 [187] -2015-03-23 09:00:33 sendUrl INFO 9 [187] R:OK -2015-03-23 09:01:23 queue INFO >>9 [188] -2015-03-23 09:01:23 sendUrl INFO 9 [188] R:OK -2015-03-23 09:02:13 queue INFO >>9 [189] -2015-03-23 09:02:13 sendUrl INFO 9 [189] R:OK -2015-03-23 09:03:03 queue INFO >>9 [190] -2015-03-23 09:03:04 sendUrl INFO 9 [190] R:OK -2015-03-23 09:03:53 queue INFO >>9 [191] -2015-03-23 09:03:54 sendUrl INFO 9 [191] R:OK -2015-03-23 09:04:44 queue INFO >>9 [192] -2015-03-23 09:04:44 sendUrl INFO 9 [192] R:OK -2015-03-23 09:05:34 queue INFO >>9 [193] -2015-03-23 09:05:34 sendUrl INFO 9 [193] R:OK -2015-03-23 09:06:24 queue INFO >>9 [194] -2015-03-23 09:06:24 sendUrl INFO 9 [194] R:OK -2015-03-23 09:07:14 queue INFO >>9 [195] -2015-03-23 09:07:14 sendUrl INFO 9 [195] R:OK -2015-03-23 09:08:04 queue INFO >>9 [196] -2015-03-23 09:08:05 sendUrl INFO 9 [196] R:OK -2015-03-23 09:08:54 queue INFO >>9 [197] -2015-03-23 09:08:55 sendUrl INFO 9 [197] R:OK -2015-03-23 09:09:44 queue INFO >>9 [198] -2015-03-23 09:09:45 sendUrl INFO 9 [198] R:OK -2015-03-23 09:10:35 queue INFO >>9 [199] -2015-03-23 09:10:35 sendUrl INFO 9 [199] R:OK -2015-03-23 09:11:25 queue INFO >>9 [200] -2015-03-23 09:11:25 sendUrl INFO 9 [200] R:OK -2015-03-23 09:12:15 queue INFO >>9 [201] -2015-03-23 09:12:15 sendUrl INFO 9 [201] R:OK -2015-03-23 09:13:05 queue INFO >>9 [202] -2015-03-23 09:13:06 sendUrl INFO 9 [202] R:OK -2015-03-23 09:13:55 queue INFO >>9 [203] -2015-03-23 09:13:55 sendUrl INFO 9 [203] R:OK -2015-03-23 09:14:45 queue INFO >>9 [204] -2015-03-23 09:14:46 sendUrl INFO 9 [204] R:OK -2015-03-23 09:15:36 queue INFO >>9 [205] -2015-03-23 09:15:36 sendUrl INFO 9 [205] R:OK -2015-03-23 09:16:26 queue INFO >>9 [206] -2015-03-23 09:16:26 sendUrl INFO 9 [206] R:OK -2015-03-23 09:17:16 queue INFO >>9 [207] -2015-03-23 09:17:16 sendUrl INFO 9 [207] R:OK -2015-03-23 09:18:06 queue INFO >>9 [208] -2015-03-23 09:18:07 sendUrl INFO 9 [208] R:OK -2015-03-23 09:18:56 queue INFO >>9 [209] -2015-03-23 09:18:56 sendUrl INFO 9 [209] R:OK -2015-03-23 09:19:46 queue INFO >>9 [210] -2015-03-23 09:19:47 sendUrl INFO 9 [210] R:OK -2015-03-23 09:20:36 queue INFO >>9 [211] -2015-03-23 09:20:37 sendUrl INFO 9 [211] R:OK -2015-03-23 09:21:27 queue INFO >>9 [212] -2015-03-23 09:21:27 sendUrl INFO 9 [212] R:OK -2015-03-23 09:22:17 queue INFO >>9 [213] -2015-03-23 09:22:17 sendUrl INFO 9 [213] R:OK -2015-03-23 09:23:07 queue INFO >>9 [214] -2015-03-23 09:23:08 sendUrl INFO 9 [214] R:OK -2015-03-23 09:23:57 queue INFO >>9 [215] -2015-03-23 09:23:57 sendUrl INFO 9 [215] R:OK -2015-03-23 09:24:47 queue INFO >>9 [216] -2015-03-23 09:24:48 sendUrl INFO 9 [216] R:OK -2015-03-23 09:25:37 queue INFO >>9 [217] -2015-03-23 09:25:38 sendUrl INFO 9 [217] R:OK -2015-03-23 09:26:28 queue INFO >>9 [218] -2015-03-23 09:26:28 sendUrl INFO 9 [218] R:OK -2015-03-23 09:27:18 queue INFO >>9 [219] -2015-03-23 09:27:18 sendUrl INFO 9 [219] R:OK -2015-03-23 09:28:08 queue INFO >>9 [220] -2015-03-23 09:28:08 sendUrl INFO 9 [220] R:OK -2015-03-23 09:28:58 queue INFO >>9 [221] -2015-03-23 09:28:58 sendUrl INFO 9 [221] R:OK -2015-03-23 09:29:48 queue INFO >>9 [222] -2015-03-23 09:29:49 sendUrl INFO 9 [222] R:OK -2015-03-23 09:30:38 queue INFO >>9 [223] -2015-03-23 09:30:38 sendUrl INFO 9 [223] R:OK -2015-03-23 09:31:28 queue INFO >>9 [224] -2015-03-23 09:31:29 sendUrl INFO 9 [224] R:OK -2015-03-23 09:32:19 queue INFO >>9 [225] -2015-03-23 09:32:19 sendUrl INFO 9 [225] R:OK -2015-03-23 09:33:09 queue INFO >>9 [226] -2015-03-23 09:33:09 sendUrl INFO 9 [226] R:OK -2015-03-23 09:33:59 queue INFO >>9 [227] -2015-03-23 09:33:59 sendUrl INFO 9 [227] R:OK -2015-03-23 09:34:49 queue INFO >>9 [228] -2015-03-23 09:34:50 sendUrl INFO 9 [228] R:OK -2015-03-23 09:35:39 queue INFO >>9 [229] -2015-03-23 09:35:39 sendUrl INFO 9 [229] R:OK -2015-03-23 09:36:29 queue INFO >>9 [230] -2015-03-23 09:36:30 sendUrl INFO 9 [230] R:OK -2015-03-23 09:37:20 queue INFO >>9 [231] -2015-03-23 09:37:20 sendUrl INFO 9 [231] R:OK -2015-03-23 09:38:10 queue INFO >>9 [232] -2015-03-23 09:38:10 sendUrl INFO 9 [232] R:OK -2015-03-23 09:39:00 queue INFO >>9 [233] -2015-03-23 09:39:00 sendUrl INFO 9 [233] R:OK -2015-03-23 09:39:50 queue INFO >>9 [234] -2015-03-23 09:39:50 sendUrl INFO 9 [234] R:OK -2015-03-23 09:40:40 queue INFO >>9 [235] -2015-03-23 09:40:40 sendUrl INFO 9 [235] R:OK -2015-03-23 09:41:30 queue INFO >>9 [236] -2015-03-23 09:41:31 sendUrl INFO 9 [236] R:OK -2015-03-23 09:42:20 queue INFO >>9 [237] -2015-03-23 09:42:21 sendUrl INFO 9 [237] R:OK -2015-03-23 09:43:11 queue INFO >>9 [238] -2015-03-23 09:43:11 sendUrl INFO 9 [238] R:OK -2015-03-23 09:44:01 queue INFO >>9 [239] -2015-03-23 09:44:01 sendUrl INFO 9 [239] R:OK -2015-03-23 09:44:51 queue INFO >>9 [240] -2015-03-23 09:44:51 sendUrl INFO 9 [240] R:OK -2015-03-23 09:45:41 queue INFO >>9 [241] -2015-03-23 09:45:41 sendUrl INFO 9 [241] R:OK -2015-03-23 09:45:43 queue INFO 0 [242] -2015-03-23 09:45:44 queue INFO >0 [243] -2015-03-23 09:45:44 sendUrl INFO 0 [242] R:OK -2015-03-23 09:45:44 sendUrl INFO 0 [243] R:OK -2015-03-23 09:46:33 queue INFO >>0 [244] -2015-03-23 09:46:34 sendUrl INFO 0 [244] R:OK -2015-03-23 09:47:24 queue INFO >>0 [245] -2015-03-23 09:47:24 sendUrl INFO 0 [245] R:OK -2015-03-23 09:48:14 queue INFO >>0 [246] -2015-03-23 09:48:14 sendUrl INFO 0 [246] R:OK -2015-03-23 09:49:04 queue INFO >>0 [247] -2015-03-23 09:49:04 sendUrl INFO 0 [247] R:OK -2015-03-23 09:49:54 queue INFO >>0 [248] -2015-03-23 09:49:55 sendUrl INFO 0 [248] R:OK -2015-03-23 09:50:44 queue INFO >>0 [249] -2015-03-23 09:50:44 sendUrl INFO 0 [249] R:OK -2015-03-23 09:51:34 queue INFO >>0 [250] -2015-03-23 09:51:35 sendUrl INFO 0 [250] R:OK -2015-03-23 09:52:25 queue INFO >>0 [251] -2015-03-23 09:52:25 sendUrl INFO 0 [251] R:OK -2015-03-23 09:53:15 queue INFO >>0 [252] -2015-03-23 09:53:15 sendUrl INFO 0 [252] R:OK -2015-03-23 09:54:05 queue INFO >>0 [253] -2015-03-23 09:54:05 sendUrl INFO 0 [253] R:OK -2015-03-23 09:54:55 queue INFO >>0 [254] -2015-03-23 09:54:55 sendUrl INFO 0 [254] R:OK -2015-03-23 09:55:45 queue INFO >>0 [255] -2015-03-23 09:55:45 sendUrl INFO 0 [255] R:OK -2015-03-23 09:56:35 queue INFO >>0 [256] -2015-03-23 09:56:36 sendUrl INFO 0 [256] R:OK -2015-03-23 09:57:25 queue INFO >>0 [257] -2015-03-23 09:57:26 sendUrl INFO 0 [257] R:OK -2015-03-23 09:58:16 queue INFO >>0 [258] -2015-03-23 09:58:16 sendUrl INFO 0 [258] R:OK -2015-03-23 09:59:06 queue INFO >>0 [259] -2015-03-23 09:59:06 sendUrl INFO 0 [259] R:OK -2015-03-23 09:59:56 queue INFO >>0 [260] -2015-03-23 09:59:56 sendUrl INFO 0 [260] R:OK -2015-03-23 10:00:46 queue INFO >>0 [261] -2015-03-23 10:00:46 sendUrl INFO 0 [261] R:OK -2015-03-23 10:01:36 queue INFO >>0 [262] -2015-03-23 10:01:37 sendUrl INFO 0 [262] R:OK -2015-03-23 10:02:26 queue INFO >>0 [263] -2015-03-23 10:02:27 sendUrl INFO 0 [263] R:OK -2015-03-23 10:03:17 queue INFO >>0 [264] -2015-03-23 10:03:17 sendUrl INFO 0 [264] R:OK -2015-03-23 10:04:07 queue INFO >>0 [265] -2015-03-23 10:04:07 sendUrl INFO 0 [265] R:OK -2015-03-23 10:04:57 queue INFO >>0 [266] -2015-03-23 10:04:57 sendUrl INFO 0 [266] R:OK -2015-03-23 10:05:47 queue INFO >>0 [267] -2015-03-23 10:05:47 sendUrl INFO 0 [267] R:OK -2015-03-23 10:06:37 queue INFO >>0 [268] -2015-03-23 10:06:37 sendUrl INFO 0 [268] R:OK -2015-03-23 10:07:27 queue INFO >>0 [269] -2015-03-23 10:07:28 sendUrl INFO 0 [269] R:OK -2015-03-23 10:08:17 queue INFO >>0 [270] -2015-03-23 10:08:18 sendUrl INFO 0 [270] R:OK -2015-03-23 10:09:08 queue INFO >>0 [271] -2015-03-23 10:09:08 sendUrl INFO 0 [271] R:OK -2015-03-23 10:09:58 queue INFO >>0 [272] -2015-03-23 10:09:58 sendUrl INFO 0 [272] R:OK -2015-03-23 10:10:48 queue INFO >>0 [273] -2015-03-23 10:10:48 sendUrl INFO 0 [273] R:OK -2015-03-23 10:11:38 queue INFO >>0 [274] -2015-03-23 10:11:38 sendUrl INFO 0 [274] R:OK -2015-03-23 10:12:28 queue INFO >>0 [275] -2015-03-23 10:12:29 sendUrl INFO 0 [275] R:OK -2015-03-23 10:13:18 queue INFO >>0 [276] -2015-03-23 10:13:19 sendUrl INFO 0 [276] R:OK -2015-03-23 10:14:09 queue INFO >>0 [277] -2015-03-23 10:14:09 sendUrl INFO 0 [277] R:OK -2015-03-23 10:14:59 queue INFO >>0 [278] -2015-03-23 10:14:59 sendUrl INFO 0 [278] R:OK -2015-03-23 10:15:49 queue INFO >>0 [279] -2015-03-23 10:15:49 sendUrl INFO 0 [279] R:OK -2015-03-23 10:16:39 queue INFO >>0 [280] -2015-03-23 10:16:39 sendUrl INFO 0 [280] R:OK -2015-03-23 10:17:29 queue INFO >>0 [281] -2015-03-23 10:17:30 sendUrl INFO 0 [281] R:OK -2015-03-23 10:18:19 queue INFO >>0 [282] -2015-03-23 10:18:19 sendUrl INFO 0 [282] R:OK -2015-03-23 10:19:09 queue INFO >>0 [283] -2015-03-23 10:19:10 sendUrl INFO 0 [283] R:OK -2015-03-23 10:20:00 queue INFO >>0 [284] -2015-03-23 10:20:00 sendUrl INFO 0 [284] R:OK -2015-03-23 10:20:50 queue INFO >>0 [285] -2015-03-23 10:20:50 sendUrl INFO 0 [285] R:OK -2015-03-23 10:21:40 queue INFO >>0 [286] -2015-03-23 10:21:40 sendUrl INFO 0 [286] R:OK -2015-03-23 10:22:30 queue INFO >>0 [287] -2015-03-23 10:22:31 sendUrl INFO 0 [287] R:OK -2015-03-23 10:23:20 queue INFO >>0 [288] -2015-03-23 10:23:20 sendUrl INFO 0 [288] R:OK -2015-03-23 10:24:10 queue INFO >>0 [289] -2015-03-23 10:24:11 sendUrl INFO 0 [289] R:OK -2015-03-23 10:25:01 queue INFO >>0 [290] -2015-03-23 10:25:01 sendUrl INFO 0 [290] R:OK -2015-03-23 10:25:51 queue INFO >>0 [291] -2015-03-23 10:25:51 sendUrl INFO 0 [291] R:OK -2015-03-23 10:26:41 queue INFO >>0 [292] -2015-03-23 10:26:41 sendUrl INFO 0 [292] R:OK -2015-03-23 10:27:31 queue INFO >>0 [293] -2015-03-23 10:27:32 sendUrl INFO 0 [293] R:OK -2015-03-23 10:28:21 queue INFO >>0 [294] -2015-03-23 10:28:21 sendUrl INFO 0 [294] R:OK -2015-03-23 10:29:11 queue INFO >>0 [295] -2015-03-23 10:29:12 sendUrl INFO 0 [295] R:OK -2015-03-23 10:30:01 queue INFO >>0 [296] -2015-03-23 10:30:02 sendUrl INFO 0 [296] R:OK -2015-03-23 10:30:52 queue INFO >>0 [297] -2015-03-23 10:30:52 sendUrl INFO 0 [297] R:OK -2015-03-23 10:31:42 queue INFO >>0 [298] -2015-03-23 10:31:42 sendUrl INFO 0 [298] R:OK -2015-03-23 10:32:32 queue INFO >>0 [299] -2015-03-23 10:32:32 sendUrl INFO 0 [299] R:OK -2015-03-23 10:33:22 queue INFO >>0 [300] -2015-03-23 10:33:22 sendUrl INFO 0 [300] R:OK -2015-03-23 10:34:12 queue INFO >>0 [301] -2015-03-23 10:34:13 sendUrl INFO 0 [301] R:OK -2015-03-23 10:35:02 queue INFO >>0 [302] -2015-03-23 10:35:03 sendUrl INFO 0 [302] R:OK -2015-03-23 10:35:53 queue INFO >>0 [303] -2015-03-23 10:35:53 sendUrl INFO 0 [303] R:OK -2015-03-23 10:36:43 queue INFO >>0 [304] -2015-03-23 10:36:43 sendUrl INFO 0 [304] R:OK -2015-03-23 10:37:33 queue INFO >>0 [305] -2015-03-23 10:37:33 sendUrl INFO 0 [305] R:OK -2015-03-23 10:38:23 queue INFO >>0 [306] -2015-03-23 10:38:23 sendUrl INFO 0 [306] R:OK -2015-03-23 10:39:13 queue INFO >>0 [307] -2015-03-23 10:39:13 sendUrl INFO 0 [307] R:OK -2015-03-23 10:40:03 queue INFO >>0 [308] -2015-03-23 10:40:04 sendUrl INFO 0 [308] R:OK -2015-03-23 10:40:53 queue INFO >>0 [309] -2015-03-23 10:40:53 sendUrl INFO 0 [309] R:OK -2015-03-23 10:41:43 queue INFO >>0 [310] -2015-03-23 10:41:44 sendUrl INFO 0 [310] R:OK -2015-03-23 10:42:34 queue INFO >>0 [311] -2015-03-23 10:42:34 sendUrl INFO 0 [311] R:OK -2015-03-23 10:43:24 queue INFO >>0 [312] -2015-03-23 10:43:24 sendUrl INFO 0 [312] R:OK -2015-03-23 10:44:14 queue INFO >>0 [313] -2015-03-23 10:44:14 sendUrl INFO 0 [313] R:OK -2015-03-23 10:45:04 queue INFO >>0 [314] -2015-03-23 10:45:05 sendUrl INFO 0 [314] R:OK -2015-03-23 10:45:54 queue INFO >>0 [315] -2015-03-23 10:45:54 sendUrl INFO 0 [315] R:OK -2015-03-23 10:46:44 queue INFO >>0 [316] -2015-03-23 10:46:45 sendUrl INFO 0 [316] R:OK -2015-03-23 10:47:35 queue INFO >>0 [317] -2015-03-23 10:47:35 sendUrl INFO 0 [317] R:OK -2015-03-23 10:48:25 queue INFO >>0 [318] -2015-03-23 10:48:25 sendUrl INFO 0 [318] R:OK -2015-03-23 10:49:15 queue INFO >>0 [319] -2015-03-23 10:49:15 sendUrl INFO 0 [319] R:OK -2015-03-23 10:50:05 queue INFO >>0 [320] -2015-03-23 10:50:06 sendUrl INFO 0 [320] R:OK -2015-03-23 10:50:55 queue INFO >>0 [321] -2015-03-23 10:50:55 sendUrl INFO 0 [321] R:OK -2015-03-23 10:51:45 queue INFO >>0 [322] -2015-03-23 10:51:46 sendUrl INFO 0 [322] R:OK -2015-03-23 10:52:35 queue INFO >>0 [323] -2015-03-23 10:52:36 sendUrl INFO 0 [323] R:OK -2015-03-23 10:53:26 queue INFO >>0 [324] -2015-03-23 10:53:26 sendUrl INFO 0 [324] R:OK -2015-03-23 10:54:16 queue INFO >>0 [325] -2015-03-23 10:54:16 sendUrl INFO 0 [325] R:OK -2015-03-23 10:55:06 queue INFO >>0 [326] -2015-03-23 10:55:06 sendUrl INFO 0 [326] R:OK -2015-03-23 10:55:56 queue INFO >>0 [327] -2015-03-23 10:55:56 sendUrl INFO 0 [327] R:OK -2015-03-23 10:56:46 queue INFO >>0 [328] -2015-03-23 10:56:47 sendUrl INFO 0 [328] R:OK -2015-03-23 10:57:36 queue INFO >>0 [329] -2015-03-23 10:57:37 sendUrl INFO 0 [329] R:OK -2015-03-23 10:58:27 queue INFO >>0 [330] -2015-03-23 10:58:27 sendUrl INFO 0 [330] R:OK -2015-03-23 10:59:17 queue INFO >>0 [331] -2015-03-23 10:59:17 sendUrl INFO 0 [331] R:OK -2015-03-23 11:00:07 queue INFO >>0 [332] -2015-03-23 11:00:07 sendUrl INFO 0 [332] R:OK -2015-03-23 11:00:57 queue INFO >>0 [333] -2015-03-23 11:00:57 sendUrl INFO 0 [333] R:OK -2015-03-23 11:01:47 queue INFO >>0 [334] -2015-03-23 11:01:48 sendUrl INFO 0 [334] R:OK -2015-03-23 11:02:37 queue INFO >>0 [335] -2015-03-23 11:02:38 sendUrl INFO 0 [335] R:OK -2015-03-23 11:03:27 queue INFO >>0 [336] -2015-03-23 11:03:28 sendUrl INFO 0 [336] R:OK -2015-03-23 11:04:18 queue INFO >>0 [337] -2015-03-23 11:04:18 sendUrl INFO 0 [337] R:OK -2015-03-23 11:05:08 queue INFO >>0 [338] -2015-03-23 11:05:08 sendUrl INFO 0 [338] R:OK -2015-03-23 11:05:58 queue INFO >>0 [339] -2015-03-23 11:05:58 sendUrl INFO 0 [339] R:OK -2015-03-23 11:06:48 queue INFO >>0 [340] -2015-03-23 11:06:48 sendUrl INFO 0 [340] R:OK -2015-03-23 11:07:38 queue INFO >>0 [341] -2015-03-23 11:07:39 sendUrl INFO 0 [341] R:OK -2015-03-23 11:08:28 queue INFO >>0 [342] -2015-03-23 11:08:29 sendUrl INFO 0 [342] R:OK -2015-03-23 11:09:19 queue INFO >>0 [343] -2015-03-23 11:09:19 sendUrl INFO 0 [343] R:OK -2015-03-23 11:10:09 queue INFO >>0 [344] -2015-03-23 11:10:09 sendUrl INFO 0 [344] R:OK -2015-03-23 11:10:59 queue INFO >>0 [345] -2015-03-23 11:10:59 sendUrl INFO 0 [345] R:OK -2015-03-23 11:11:49 queue INFO >>0 [346] -2015-03-23 11:11:49 sendUrl INFO 0 [346] R:OK -2015-03-23 11:12:39 queue INFO >>0 [347] -2015-03-23 11:12:40 sendUrl INFO 0 [347] R:OK -2015-03-23 11:13:29 queue INFO >>0 [348] -2015-03-23 11:13:30 sendUrl INFO 0 [348] R:OK -2015-03-23 11:14:19 queue INFO >>0 [349] -2015-03-23 11:14:20 sendUrl INFO 0 [349] R:OK -2015-03-23 11:15:10 queue INFO >>0 [350] -2015-03-23 11:15:10 sendUrl INFO 0 [350] R:OK -2015-03-23 11:16:00 queue INFO >>0 [351] -2015-03-23 11:16:00 sendUrl INFO 0 [351] R:OK -2015-03-23 11:16:50 queue INFO >>0 [352] -2015-03-23 11:16:50 sendUrl INFO 0 [352] R:OK -2015-03-23 11:17:40 queue INFO >>0 [353] -2015-03-23 11:17:41 sendUrl INFO 0 [353] R:OK -2015-03-23 11:18:30 queue INFO >>0 [354] -2015-03-23 11:18:30 sendUrl INFO 0 [354] R:OK -2015-03-23 11:19:20 queue INFO >>0 [355] -2015-03-23 11:19:21 sendUrl INFO 0 [355] R:OK -2015-03-23 11:20:11 queue INFO >>0 [356] -2015-03-23 11:20:11 sendUrl INFO 0 [356] R:OK -2015-03-23 11:21:01 queue INFO >>0 [357] -2015-03-23 11:21:01 sendUrl INFO 0 [357] R:OK -2015-03-23 11:21:51 queue INFO >>0 [358] -2015-03-23 11:21:51 sendUrl INFO 0 [358] R:OK -2015-03-23 11:22:41 queue INFO >>0 [359] -2015-03-23 11:22:42 sendUrl INFO 0 [359] R:OK -2015-03-23 11:23:31 queue INFO >>0 [360] -2015-03-23 11:23:31 sendUrl INFO 0 [360] R:OK -2015-03-23 11:24:21 queue INFO >>0 [361] -2015-03-23 11:24:22 sendUrl INFO 0 [361] R:OK -2015-03-23 11:25:11 queue INFO >>0 [362] -2015-03-23 11:25:12 sendUrl INFO 0 [362] R:OK -2015-03-23 11:26:02 queue INFO >>0 [363] -2015-03-23 11:26:02 sendUrl INFO 0 [363] R:OK -2015-03-23 11:26:52 queue INFO >>0 [364] -2015-03-23 11:26:52 sendUrl INFO 0 [364] R:OK -2015-03-23 11:27:42 queue INFO >>0 [365] -2015-03-23 11:27:42 sendUrl INFO 0 [365] R:OK -2015-03-23 11:28:32 queue INFO >>0 [366] -2015-03-23 11:28:32 sendUrl INFO 0 [366] R:OK -2015-03-23 11:29:22 queue INFO >>0 [367] -2015-03-23 11:29:23 sendUrl INFO 0 [367] R:OK -2015-03-23 11:30:12 queue INFO >>0 [368] -2015-03-23 11:30:13 sendUrl INFO 0 [368] R:OK -2015-03-23 11:31:03 queue INFO >>0 [369] -2015-03-23 11:31:03 sendUrl INFO 0 [369] R:OK -2015-03-23 11:31:53 queue INFO >>0 [370] -2015-03-23 11:31:53 sendUrl INFO 0 [370] R:OK -2015-03-23 11:32:43 queue INFO >>0 [371] -2015-03-23 11:32:43 sendUrl INFO 0 [371] R:OK -2015-03-23 11:33:33 queue INFO >>0 [372] -2015-03-23 11:33:33 sendUrl INFO 0 [372] R:OK -2015-03-23 11:34:23 queue INFO >>0 [373] -2015-03-23 11:34:24 sendUrl INFO 0 [373] R:OK -2015-03-23 11:35:13 queue INFO >>0 [374] -2015-03-23 11:35:14 sendUrl INFO 0 [374] R:OK -2015-03-23 11:36:03 queue INFO >>0 [375] -2015-03-23 11:36:04 sendUrl INFO 0 [375] R:OK -2015-03-23 11:36:54 queue INFO >>0 [376] -2015-03-23 11:36:54 sendUrl INFO 0 [376] R:OK -2015-03-23 11:37:44 queue INFO >>0 [377] -2015-03-23 11:37:44 sendUrl INFO 0 [377] R:OK -2015-03-23 11:38:34 queue INFO >>0 [378] -2015-03-23 11:38:34 sendUrl INFO 0 [378] R:OK -2015-03-23 11:39:24 queue INFO >>0 [379] -2015-03-23 11:39:24 sendUrl INFO 0 [379] R:OK -2015-03-23 11:40:14 queue INFO >>0 [380] -2015-03-23 11:40:14 sendUrl INFO 0 [380] R:OK -2015-03-23 11:41:04 queue INFO >>0 [381] -2015-03-23 11:41:05 sendUrl INFO 0 [381] R:OK -2015-03-23 11:41:55 queue INFO >>0 [382] -2015-03-23 11:41:55 sendUrl INFO 0 [382] R:OK -2015-03-23 11:42:45 queue INFO >>0 [383] -2015-03-23 11:42:45 sendUrl INFO 0 [383] R:OK -2015-03-23 11:43:35 queue INFO >>0 [384] -2015-03-23 11:43:35 sendUrl INFO 0 [384] R:OK -2015-03-23 11:44:25 queue INFO >>0 [385] -2015-03-23 11:44:25 sendUrl INFO 0 [385] R:OK -2015-03-23 11:45:15 queue INFO >>0 [386] -2015-03-23 11:45:15 sendUrl INFO 0 [386] R:OK -2015-03-23 11:46:05 queue INFO >>0 [387] -2015-03-23 11:46:06 sendUrl INFO 0 [387] R:OK -2015-03-23 11:46:55 queue INFO >>0 [388] -2015-03-23 11:46:56 sendUrl INFO 0 [388] R:OK -2015-03-23 11:47:46 queue INFO >>0 [389] -2015-03-23 11:47:46 sendUrl INFO 0 [389] R:OK -2015-03-23 11:48:36 queue INFO >>0 [390] -2015-03-23 11:48:36 sendUrl INFO 0 [390] R:OK -2015-03-23 11:49:26 queue INFO >>0 [391] -2015-03-23 11:49:26 sendUrl INFO 0 [391] R:OK -2015-03-23 11:50:16 queue INFO >>0 [392] -2015-03-23 11:50:16 sendUrl INFO 0 [392] R:OK -2015-03-23 11:51:06 queue INFO >>0 [393] -2015-03-23 11:51:06 sendUrl INFO 0 [393] R:OK -2015-03-23 11:51:56 queue INFO >>0 [394] -2015-03-23 11:51:57 sendUrl INFO 0 [394] R:OK -2015-03-23 11:52:47 queue INFO >>0 [395] -2015-03-23 11:52:47 sendUrl INFO 0 [395] R:OK -2015-03-23 11:53:37 queue INFO >>0 [396] -2015-03-23 11:53:37 sendUrl INFO 0 [396] R:OK -2015-03-23 11:54:27 queue INFO >>0 [397] -2015-03-23 11:54:27 sendUrl INFO 0 [397] R:OK -2015-03-23 11:55:17 queue INFO >>0 [398] -2015-03-23 11:55:17 sendUrl INFO 0 [398] R:OK -2015-03-23 11:56:07 queue INFO >>0 [399] -2015-03-23 11:56:07 sendUrl INFO 0 [399] R:OK -2015-03-23 11:56:57 queue INFO >>0 [400] -2015-03-23 11:56:58 sendUrl INFO 0 [400] R:OK -2015-03-23 11:57:47 queue INFO >>0 [401] -2015-03-23 11:57:48 sendUrl INFO 0 [401] R:OK -2015-03-23 11:58:38 queue INFO >>0 [402] -2015-03-23 11:58:38 sendUrl INFO 0 [402] R:OK -2015-03-23 11:59:28 queue INFO >>0 [403] -2015-03-23 11:59:28 sendUrl INFO 0 [403] R:OK -2015-03-23 12:00:18 queue INFO >>0 [404] -2015-03-23 12:00:18 sendUrl INFO 0 [404] R:OK -2015-03-23 12:01:08 queue INFO >>0 [405] -2015-03-23 12:01:08 sendUrl INFO 0 [405] R:OK -2015-03-23 12:01:58 queue INFO >>0 [406] -2015-03-23 12:01:59 sendUrl INFO 0 [406] R:OK -2015-03-23 12:02:48 queue INFO >>0 [407] -2015-03-23 12:02:49 sendUrl INFO 0 [407] R:OK -2015-03-23 12:03:39 queue INFO >>0 [408] -2015-03-23 12:03:39 sendUrl INFO 0 [408] R:OK -2015-03-23 12:04:29 queue INFO >>0 [409] -2015-03-23 12:04:29 sendUrl INFO 0 [409] R:OK -2015-03-23 12:05:19 queue INFO >>0 [410] -2015-03-23 12:05:19 sendUrl INFO 0 [410] R:OK -2015-03-23 12:06:09 queue INFO >>0 [411] -2015-03-23 12:06:09 sendUrl INFO 0 [411] R:OK -2015-03-23 12:06:59 queue INFO >>0 [412] -2015-03-23 12:07:00 sendUrl INFO 0 [412] R:OK -2015-03-23 12:07:49 queue INFO >>0 [413] -2015-03-23 12:07:49 sendUrl INFO 0 [413] R:OK -2015-03-23 12:08:39 queue INFO >>0 [414] -2015-03-23 12:08:40 sendUrl INFO 0 [414] R:OK -2015-03-23 12:09:30 queue INFO >>0 [415] -2015-03-23 12:09:30 sendUrl INFO 0 [415] R:OK -2015-03-23 12:10:20 queue INFO >>0 [416] -2015-03-23 12:10:20 sendUrl INFO 0 [416] R:OK -2015-03-23 12:11:10 queue INFO >>0 [417] -2015-03-23 12:11:10 sendUrl INFO 0 [417] R:OK -2015-03-23 12:12:00 queue INFO >>0 [418] -2015-03-23 12:12:01 sendUrl INFO 0 [418] R:OK -2015-03-23 12:12:50 queue INFO >>0 [419] -2015-03-23 12:12:50 sendUrl INFO 0 [419] R:OK -2015-03-23 12:13:40 queue INFO >>0 [420] -2015-03-23 12:13:41 sendUrl INFO 0 [420] R:OK -2015-03-23 12:14:31 queue INFO >>0 [421] -2015-03-23 12:14:31 sendUrl INFO 0 [421] R:OK -2015-03-23 12:15:21 queue INFO >>0 [422] -2015-03-23 12:15:21 sendUrl INFO 0 [422] R:OK -2015-03-23 12:16:11 queue INFO >>0 [423] -2015-03-23 12:16:11 sendUrl INFO 0 [423] R:OK -2015-03-23 12:17:01 queue INFO >>0 [424] -2015-03-23 12:17:02 sendUrl INFO 0 [424] R:OK -2015-03-23 12:17:51 queue INFO >>0 [425] -2015-03-23 12:17:51 sendUrl INFO 0 [425] R:OK -2015-03-23 12:18:41 queue INFO >>0 [426] -2015-03-23 12:18:42 sendUrl INFO 0 [426] R:OK -2015-03-23 12:19:31 queue INFO >>0 [427] -2015-03-23 12:19:32 sendUrl INFO 0 [427] R:OK -2015-03-23 12:20:22 queue INFO >>0 [428] -2015-03-23 12:20:22 sendUrl INFO 0 [428] R:OK -2015-03-23 12:21:12 queue INFO >>0 [429] -2015-03-23 12:21:12 sendUrl INFO 0 [429] R:OK -2015-03-23 12:22:02 queue INFO >>0 [430] -2015-03-23 12:22:02 sendUrl INFO 0 [430] R:OK -2015-03-23 12:22:52 queue INFO >>0 [431] -2015-03-23 12:22:52 sendUrl INFO 0 [431] R:OK -2015-03-23 12:23:42 queue INFO >>0 [432] -2015-03-23 12:23:42 sendUrl INFO 0 [432] R:OK -2015-03-23 12:24:32 queue INFO >>0 [433] -2015-03-23 12:24:33 sendUrl INFO 0 [433] R:OK -2015-03-23 12:25:22 queue INFO >>0 [434] -2015-03-23 12:25:23 sendUrl INFO 0 [434] R:OK -2015-03-23 12:26:13 queue INFO >>0 [435] -2015-03-23 12:26:13 sendUrl INFO 0 [435] R:OK -2015-03-23 12:27:03 queue INFO >>0 [436] -2015-03-23 12:27:03 sendUrl INFO 0 [436] R:OK -2015-03-23 12:27:53 queue INFO >>0 [437] -2015-03-23 12:27:53 sendUrl INFO 0 [437] R:OK -2015-03-23 12:28:43 queue INFO >>0 [438] -2015-03-23 12:28:43 sendUrl INFO 0 [438] R:OK -2015-03-23 12:29:33 queue INFO >>0 [439] -2015-03-23 12:29:34 sendUrl INFO 0 [439] R:OK -2015-03-23 12:30:23 queue INFO >>0 [440] -2015-03-23 12:30:23 sendUrl INFO 0 [440] R:OK -2015-03-23 12:31:13 queue INFO >>0 [441] -2015-03-23 12:31:14 sendUrl INFO 0 [441] R:OK -2015-03-23 12:32:04 queue INFO >>0 [442] -2015-03-23 12:32:04 sendUrl INFO 0 [442] R:OK -2015-03-23 12:32:54 queue INFO >>0 [443] -2015-03-23 12:32:54 sendUrl INFO 0 [443] R:OK -2015-03-23 12:33:44 queue INFO >>0 [444] -2015-03-23 12:33:44 sendUrl INFO 0 [444] R:OK -2015-03-23 12:34:34 queue INFO >>0 [445] -2015-03-23 12:34:35 sendUrl INFO 0 [445] R:OK -2015-03-23 12:35:24 queue INFO >>0 [446] -2015-03-23 12:35:24 sendUrl INFO 0 [446] R:OK -2015-03-23 12:36:14 queue INFO >>0 [447] -2015-03-23 12:36:15 sendUrl INFO 0 [447] R:OK -2015-03-23 12:37:05 queue INFO >>0 [448] -2015-03-23 12:37:05 sendUrl INFO 0 [448] R:OK -2015-03-23 12:37:55 queue INFO >>0 [449] -2015-03-23 12:37:55 sendUrl INFO 0 [449] R:OK -2015-03-23 12:38:45 queue INFO >>0 [450] -2015-03-23 12:38:45 sendUrl INFO 0 [450] R:OK -2015-03-23 12:39:35 queue INFO >>0 [451] -2015-03-23 12:39:36 sendUrl INFO 0 [451] R:OK -2015-03-23 12:40:25 queue INFO >>0 [452] -2015-03-23 12:40:25 sendUrl INFO 0 [452] R:OK -2015-03-23 12:41:15 queue INFO >>0 [453] -2015-03-23 12:41:16 sendUrl INFO 0 [453] R:OK -2015-03-23 12:42:05 queue INFO >>0 [454] -2015-03-23 12:42:06 sendUrl INFO 0 [454] R:OK -2015-03-23 12:42:56 queue INFO >>0 [455] -2015-03-23 12:42:56 sendUrl INFO 0 [455] R:OK -2015-03-23 12:43:46 queue INFO >>0 [456] -2015-03-23 12:43:46 sendUrl INFO 0 [456] R:OK -2015-03-23 12:44:36 queue INFO >>0 [457] -2015-03-23 12:44:36 sendUrl INFO 0 [457] R:OK -2015-03-23 12:45:26 queue INFO >>0 [458] -2015-03-23 12:45:26 sendUrl INFO 0 [458] R:OK -2015-03-23 12:46:16 queue INFO >>0 [459] -2015-03-23 12:46:17 sendUrl INFO 0 [459] R:OK -2015-03-23 12:47:06 queue INFO >>0 [460] -2015-03-23 12:47:07 sendUrl INFO 0 [460] R:OK -2015-03-23 12:47:57 queue INFO >>0 [461] -2015-03-23 12:47:57 sendUrl INFO 0 [461] R:OK -2015-03-23 12:48:47 queue INFO >>0 [462] -2015-03-23 12:48:47 sendUrl INFO 0 [462] R:OK -2015-03-23 12:49:37 queue INFO >>0 [463] -2015-03-23 12:49:37 sendUrl INFO 0 [463] R:OK -2015-03-23 12:50:27 queue INFO >>0 [464] -2015-03-23 12:50:27 sendUrl INFO 0 [464] R:OK -2015-03-23 12:51:17 queue INFO >>0 [465] -2015-03-23 12:51:18 sendUrl INFO 0 [465] R:OK -2015-03-23 12:52:07 queue INFO >>0 [466] -2015-03-23 12:52:08 sendUrl INFO 0 [466] R:OK -2015-03-23 12:52:57 queue INFO >>0 [467] -2015-03-23 12:52:58 sendUrl INFO 0 [467] R:OK -2015-03-23 12:53:48 queue INFO >>0 [468] -2015-03-23 12:53:48 sendUrl INFO 0 [468] R:OK -2015-03-23 12:54:38 queue INFO >>0 [469] -2015-03-23 12:54:38 sendUrl INFO 0 [469] R:OK -2015-03-23 12:55:28 queue INFO >>0 [470] -2015-03-23 12:55:28 sendUrl INFO 0 [470] R:OK -2015-03-23 12:56:18 queue INFO >>0 [471] -2015-03-23 12:56:18 sendUrl INFO 0 [471] R:OK -2015-03-23 12:57:08 queue INFO >>0 [472] -2015-03-23 12:57:09 sendUrl INFO 0 [472] R:OK -2015-03-23 12:57:58 queue INFO >>0 [473] -2015-03-23 12:57:59 sendUrl INFO 0 [473] R:OK -2015-03-23 12:58:49 queue INFO >>0 [474] -2015-03-23 12:58:49 sendUrl INFO 0 [474] R:OK -2015-03-23 12:59:39 queue INFO >>0 [475] -2015-03-23 12:59:39 sendUrl INFO 0 [475] R:OK -2015-03-23 13:00:29 queue INFO >>0 [476] -2015-03-23 13:00:29 sendUrl INFO 0 [476] R:OK -2015-03-23 13:01:19 queue INFO >>0 [477] -2015-03-23 13:01:19 sendUrl INFO 0 [477] R:OK -2015-03-23 13:02:09 queue INFO >>0 [478] -2015-03-23 13:02:10 sendUrl INFO 0 [478] R:OK -2015-03-23 13:02:59 queue INFO >>0 [479] -2015-03-23 13:03:00 sendUrl INFO 0 [479] R:OK -2015-03-23 13:03:49 queue INFO >>0 [480] -2015-03-23 13:03:50 sendUrl INFO 0 [480] R:OK -2015-03-23 13:04:40 queue INFO >>0 [481] -2015-03-23 13:04:40 sendUrl INFO 0 [481] R:OK -2015-03-23 13:05:30 queue INFO >>0 [482] -2015-03-23 13:05:30 sendUrl INFO 0 [482] R:OK -2015-03-23 13:06:20 queue INFO >>0 [483] -2015-03-23 13:06:20 sendUrl INFO 0 [483] R:OK -2015-03-23 13:07:10 queue INFO >>0 [484] -2015-03-23 13:07:11 sendUrl INFO 0 [484] R:OK -2015-03-23 13:08:00 queue INFO >>0 [485] -2015-03-23 13:08:00 sendUrl INFO 0 [485] R:OK -2015-03-23 13:08:50 queue INFO >>0 [486] -2015-03-23 13:08:51 sendUrl INFO 0 [486] R:OK -2015-03-23 13:09:41 queue INFO >>0 [487] -2015-03-23 13:09:41 sendUrl INFO 0 [487] R:OK -2015-03-23 13:10:31 queue INFO >>0 [488] -2015-03-23 13:10:31 sendUrl INFO 0 [488] R:OK -2015-03-23 13:11:21 queue INFO >>0 [489] -2015-03-23 13:11:21 sendUrl INFO 0 [489] R:OK -2015-03-23 13:12:11 queue INFO >>0 [490] -2015-03-23 13:12:12 sendUrl INFO 0 [490] R:OK -2015-03-23 13:13:01 queue INFO >>0 [491] -2015-03-23 13:13:01 sendUrl INFO 0 [491] R:OK -2015-03-23 13:13:51 queue INFO >>0 [492] -2015-03-23 13:13:52 sendUrl INFO 0 [492] R:OK -2015-03-23 13:14:41 queue INFO >>0 [493] -2015-03-23 13:14:42 sendUrl INFO 0 [493] R:OK -2015-03-23 13:15:32 queue INFO >>0 [494] -2015-03-23 13:15:32 sendUrl INFO 0 [494] R:OK -2015-03-23 13:16:22 queue INFO >>0 [495] -2015-03-23 13:16:22 sendUrl INFO 0 [495] R:OK -2015-03-23 13:17:12 queue INFO >>0 [496] -2015-03-23 13:17:12 sendUrl INFO 0 [496] R:OK -2015-03-23 13:18:02 queue INFO >>0 [497] -2015-03-23 13:18:02 sendUrl INFO 0 [497] R:OK -2015-03-23 13:18:52 queue INFO >>0 [498] -2015-03-23 13:18:53 sendUrl INFO 0 [498] R:OK -2015-03-23 13:19:42 queue INFO >>0 [499] -2015-03-23 13:19:43 sendUrl INFO 0 [499] R:OK -2015-03-23 13:20:33 queue INFO >>0 [500] -2015-03-23 13:20:33 sendUrl INFO 0 [500] R:OK -2015-03-23 13:21:23 queue INFO >>0 [501] -2015-03-23 13:21:23 sendUrl INFO 0 [501] R:OK -2015-03-23 13:22:13 queue INFO >>0 [502] -2015-03-23 13:22:13 sendUrl INFO 0 [502] R:OK -2015-03-23 13:23:03 queue INFO >>0 [503] -2015-03-23 13:23:03 sendUrl INFO 0 [503] R:OK -2015-03-23 13:23:53 queue INFO >>0 [504] -2015-03-23 13:23:54 sendUrl INFO 0 [504] R:OK -2015-03-23 13:24:43 queue INFO >>0 [505] -2015-03-23 13:24:44 sendUrl INFO 0 [505] R:OK -2015-03-23 13:25:33 queue INFO >>0 [506] -2015-03-23 13:25:34 sendUrl INFO 0 [506] R:OK -2015-03-23 13:26:24 queue INFO >>0 [507] -2015-03-23 13:26:24 sendUrl INFO 0 [507] R:OK -2015-03-23 13:27:14 queue INFO >>0 [508] -2015-03-23 13:27:14 sendUrl INFO 0 [508] R:OK -2015-03-23 13:28:04 queue INFO >>0 [509] -2015-03-23 13:28:04 sendUrl INFO 0 [509] R:OK -2015-03-23 13:28:54 queue INFO >>0 [510] -2015-03-23 13:28:54 sendUrl INFO 0 [510] R:OK -2015-03-23 13:29:44 queue INFO >>0 [511] -2015-03-23 13:29:44 sendUrl INFO 0 [511] R:OK -2015-03-23 13:30:34 queue INFO >>0 [512] -2015-03-23 13:30:35 sendUrl INFO 0 [512] R:OK -2015-03-23 13:31:25 queue INFO >>0 [513] -2015-03-23 13:31:25 sendUrl INFO 0 [513] R:OK -2015-03-23 13:32:15 queue INFO >>0 [514] -2015-03-23 13:32:15 sendUrl INFO 0 [514] R:OK -2015-03-23 13:33:05 queue INFO >>0 [515] -2015-03-23 13:33:05 sendUrl INFO 0 [515] R:OK -2015-03-23 13:33:55 queue INFO >>0 [516] -2015-03-23 13:33:55 sendUrl INFO 0 [516] R:OK -2015-03-23 13:34:45 queue INFO >>0 [517] -2015-03-23 13:34:45 sendUrl INFO 0 [517] R:OK -2015-03-23 13:35:35 queue INFO >>0 [518] -2015-03-23 13:35:36 sendUrl INFO 0 [518] R:OK -2015-03-23 13:36:25 queue INFO >>0 [519] -2015-03-23 13:36:26 sendUrl INFO 0 [519] R:OK -2015-03-23 13:37:16 queue INFO >>0 [520] -2015-03-23 13:37:16 sendUrl INFO 0 [520] R:OK -2015-03-23 13:38:06 queue INFO >>0 [521] -2015-03-23 13:38:06 sendUrl INFO 0 [521] R:OK -2015-03-23 13:38:56 queue INFO >>0 [522] -2015-03-23 13:38:56 sendUrl INFO 0 [522] R:OK -2015-03-23 13:39:46 queue INFO >>0 [523] -2015-03-23 13:39:46 sendUrl INFO 0 [523] R:OK -2015-03-23 13:40:36 queue INFO >>0 [524] -2015-03-23 13:40:36 sendUrl INFO 0 [524] R:OK -2015-03-23 13:41:26 queue INFO >>0 [525] -2015-03-23 13:41:27 sendUrl INFO 0 [525] R:OK -2015-03-23 13:42:17 queue INFO >>0 [526] -2015-03-23 13:42:17 sendUrl INFO 0 [526] R:OK -2015-03-23 13:43:07 queue INFO >>0 [527] -2015-03-23 13:43:07 sendUrl INFO 0 [527] R:OK -2015-03-23 13:43:57 queue INFO >>0 [528] -2015-03-23 13:43:57 sendUrl INFO 0 [528] R:OK -2015-03-23 13:44:47 queue INFO >>0 [529] -2015-03-23 13:44:47 sendUrl INFO 0 [529] R:OK -2015-03-23 13:45:37 queue INFO >>0 [530] -2015-03-23 13:45:37 sendUrl INFO 0 [530] R:OK -2015-03-23 13:46:27 queue INFO >>0 [531] -2015-03-23 13:46:28 sendUrl INFO 0 [531] R:OK -2015-03-23 13:47:17 queue INFO >>0 [532] -2015-03-23 13:47:18 sendUrl INFO 0 [532] R:OK -2015-03-23 13:48:08 queue INFO >>0 [533] -2015-03-23 13:48:08 sendUrl INFO 0 [533] R:OK -2015-03-23 13:48:58 queue INFO >>0 [534] -2015-03-23 13:48:58 sendUrl INFO 0 [534] R:OK -2015-03-23 13:49:45 queue INFO 29 [535] -2015-03-23 13:49:45 queue INFO >29 [536] -2015-03-23 13:49:45 sendUrl INFO 29 [535] R:OK -2015-03-23 13:49:45 sendUrl INFO 29 [536] R:OK -2015-03-23 13:50:10 queue INFO 21 [537] -2015-03-23 13:50:10 sendUrl INFO 21 [537] R:OK -2015-03-23 13:50:10 queue INFO >21 [538] -2015-03-23 13:50:11 sendUrl INFO 21 [538] R:OK -2015-03-23 13:51:00 queue INFO >>21 [539] -2015-03-23 13:51:00 sendUrl INFO 21 [539] R:OK -2015-03-23 13:51:50 queue INFO >>21 [540] -2015-03-23 13:51:51 sendUrl INFO 21 [540] R:OK -2015-03-23 13:52:40 queue INFO >>21 [541] -2015-03-23 13:52:41 sendUrl INFO 21 [541] R:OK -2015-03-23 13:53:31 queue INFO >>21 [542] -2015-03-23 13:53:31 sendUrl INFO 21 [542] R:OK -2015-03-23 13:54:21 queue INFO >>21 [543] -2015-03-23 13:54:21 sendUrl INFO 21 [543] R:OK -2015-03-23 13:55:11 queue INFO >>21 [544] -2015-03-23 13:55:11 sendUrl INFO 21 [544] R:OK -2015-03-23 13:56:01 queue INFO >>21 [545] -2015-03-23 13:56:01 sendUrl INFO 21 [545] R:OK -2015-03-23 13:56:51 queue INFO >>21 [546] -2015-03-23 13:56:51 sendUrl INFO 21 [546] R:OK -2015-03-23 13:57:41 queue INFO >>21 [547] -2015-03-23 13:57:42 sendUrl INFO 21 [547] R:OK -2015-03-23 13:58:31 queue INFO >>21 [548] -2015-03-23 13:58:32 sendUrl INFO 21 [548] R:OK -2015-03-23 13:59:22 queue INFO >>21 [549] -2015-03-23 13:59:22 sendUrl INFO 21 [549] R:OK -2015-03-23 14:00:12 queue INFO >>21 [550] -2015-03-23 14:00:12 sendUrl INFO 21 [550] R:OK -2015-03-23 14:01:02 queue INFO >>21 [551] -2015-03-23 14:01:02 sendUrl INFO 21 [551] R:OK -2015-03-23 14:01:52 queue INFO >>21 [552] -2015-03-23 14:01:52 sendUrl INFO 21 [552] R:OK -2015-03-23 14:02:42 queue INFO >>21 [553] -2015-03-23 14:02:43 sendUrl INFO 21 [553] R:OK -2015-03-23 14:03:32 queue INFO >>21 [554] -2015-03-23 14:03:32 sendUrl INFO 21 [554] R:OK -2015-03-23 14:04:22 queue INFO >>21 [555] -2015-03-23 14:04:23 sendUrl INFO 21 [555] R:OK -2015-03-23 14:05:13 queue INFO >>21 [556] -2015-03-23 14:05:13 sendUrl INFO 21 [556] R:OK -2015-03-23 14:06:03 queue INFO >>21 [557] -2015-03-23 14:06:03 sendUrl INFO 21 [557] R:OK -2015-03-23 14:06:53 queue INFO >>21 [558] -2015-03-23 14:06:53 sendUrl INFO 21 [558] R:OK -2015-03-23 14:07:43 queue INFO >>21 [559] -2015-03-23 14:07:44 sendUrl INFO 21 [559] R:OK -2015-03-23 14:08:33 queue INFO >>21 [560] -2015-03-23 14:08:33 sendUrl INFO 21 [560] R:OK -2015-03-23 14:09:23 queue INFO >>21 [561] -2015-03-23 14:09:24 sendUrl INFO 21 [561] R:OK -2015-03-23 14:10:14 queue INFO >>21 [562] -2015-03-23 14:10:14 sendUrl INFO 21 [562] R:OK -2015-03-23 14:11:04 queue INFO >>21 [563] -2015-03-23 14:11:04 sendUrl INFO 21 [563] R:OK -2015-03-23 14:11:54 queue INFO >>21 [564] -2015-03-23 14:11:54 sendUrl INFO 21 [564] R:OK -2015-03-23 14:12:44 queue INFO >>21 [565] -2015-03-23 14:12:44 sendUrl INFO 21 [565] R:OK -2015-03-23 14:13:34 queue INFO >>21 [566] -2015-03-23 14:13:34 sendUrl INFO 21 [566] R:OK -2015-03-23 14:14:24 queue INFO >>21 [567] -2015-03-23 14:14:25 sendUrl INFO 21 [567] R:OK -2015-03-23 14:15:14 queue INFO >>21 [568] -2015-03-23 14:15:15 sendUrl INFO 21 [568] R:OK -2015-03-23 14:16:05 queue INFO >>21 [569] -2015-03-23 14:16:05 sendUrl INFO 21 [569] R:OK -2015-03-23 14:16:55 queue INFO >>21 [570] -2015-03-23 14:16:55 sendUrl INFO 21 [570] R:OK -2015-03-23 14:17:45 queue INFO >>21 [571] -2015-03-23 14:17:45 sendUrl INFO 21 [571] R:OK -2015-03-23 14:17:50 queue INFO 1 [572] -2015-03-23 14:17:50 queue INFO >1 [573] -2015-03-23 14:17:50 sendUrl INFO 1 [572] R:OK -2015-03-23 14:17:51 sendUrl INFO 1 [573] R:OK -2015-03-23 14:18:40 queue INFO >>1 [574] -2015-03-23 14:18:40 sendUrl INFO 1 [574] R:OK -2015-03-23 14:19:30 queue INFO >>1 [575] -2015-03-23 14:19:30 sendUrl INFO 1 [575] R:OK -2015-03-23 14:19:32 queue INFO 3 [576] -2015-03-23 14:19:32 queue INFO >3 [577] -2015-03-23 14:19:32 sendUrl INFO 3 [576] R:OK -2015-03-23 14:19:33 sendUrl INFO 3 [577] R:OK -2015-03-23 14:20:02 queue INFO 1 [578] -2015-03-23 14:20:02 queue INFO >1 [579] -2015-03-23 14:20:02 sendUrl INFO 1 [578] R:OK -2015-03-23 14:20:03 sendUrl INFO 1 [579] R:OK -2015-03-23 14:20:04 queue INFO 5 [580] -2015-03-23 14:20:04 queue INFO >5 [581] -2015-03-23 14:20:04 sendUrl INFO 5 [580] R:OK -2015-03-23 14:20:05 sendUrl INFO 5 [581] R:OK -2015-03-23 14:20:05 queue INFO 1 [582] -2015-03-23 14:20:05 queue INFO >1 [583] -2015-03-23 14:20:06 sendUrl INFO 1 [582] R:OK -2015-03-23 14:20:06 sendUrl INFO 1 [583] R:OK -2015-03-23 14:20:55 queue INFO >>1 [584] -2015-03-23 14:20:55 sendUrl INFO 1 [584] R:OK -2015-03-23 14:21:32 queue INFO 3 [585] -2015-03-23 14:21:33 queue INFO >3 [586] -2015-03-23 14:21:33 sendUrl INFO 3 [585] R:OK -2015-03-23 14:21:33 sendUrl INFO 3 [586] R:OK -2015-03-23 14:22:23 queue INFO >>3 [587] -2015-03-23 14:22:23 sendUrl INFO 3 [587] R:OK -2015-03-23 14:22:39 queue INFO 7 [588] -2015-03-23 14:22:39 queue INFO >7 [589] -2015-03-23 14:22:39 sendUrl INFO 7 [588] R:OK -2015-03-23 14:22:40 sendUrl INFO 7 [589] R:OK -2015-03-23 14:22:40 queue INFO 3 [590] -2015-03-23 14:22:41 queue INFO >3 [591] -2015-03-23 14:22:41 sendUrl INFO 3 [590] R:OK -2015-03-23 14:22:41 sendUrl INFO 3 [591] R:OK -2015-03-23 14:23:31 queue INFO >>3 [592] -2015-03-23 14:23:31 sendUrl INFO 3 [592] R:OK -2015-03-23 14:24:21 queue INFO >>3 [593] -2015-03-23 14:24:21 sendUrl INFO 3 [593] R:OK -2015-03-23 14:25:05 queue INFO 7 [594] -2015-03-23 14:25:06 sendUrl INFO 7 [594] R:OK -2015-03-23 14:25:06 queue INFO >7 [595] -2015-03-23 14:25:06 sendUrl INFO 7 [595] R:OK -2015-03-23 14:25:07 queue INFO 3 [596] -2015-03-23 14:25:07 queue INFO >3 [597] -2015-03-23 14:25:08 sendUrl INFO 3 [596] R:OK -2015-03-23 14:25:08 sendUrl INFO 3 [597] R:OK -2015-03-23 14:25:57 queue INFO >>3 [598] -2015-03-23 14:25:57 sendUrl INFO 3 [598] R:OK -2015-03-23 14:26:47 queue INFO >>3 [599] -2015-03-23 14:26:48 sendUrl INFO 3 [599] R:OK -2015-03-23 14:27:32 queue INFO 7 [600] -2015-03-23 14:27:32 queue INFO >7 [601] -2015-03-23 14:27:33 sendUrl INFO 7 [600] R:OK -2015-03-23 14:27:33 sendUrl INFO 7 [601] R:OK -2015-03-23 14:27:34 queue INFO 3 [602] -2015-03-23 14:27:34 queue INFO >3 [603] -2015-03-23 14:27:34 sendUrl INFO 3 [602] R:OK -2015-03-23 14:27:35 sendUrl INFO 3 [603] R:OK -2015-03-23 14:28:24 queue INFO >>3 [604] -2015-03-23 14:28:24 sendUrl INFO 3 [604] R:OK -2015-03-23 14:29:14 queue INFO >>3 [605] -2015-03-23 14:29:14 sendUrl INFO 3 [605] R:OK -2015-03-23 14:29:59 queue INFO 7 [606] -2015-03-23 14:29:59 queue INFO >7 [607] -2015-03-23 14:29:59 sendUrl INFO 7 [606] R:OK -2015-03-23 14:30:00 sendUrl INFO 7 [607] R:OK -2015-03-23 14:30:01 queue INFO 3 [608] -2015-03-23 14:30:01 queue INFO >3 [609] -2015-03-23 14:30:01 sendUrl INFO 3 [608] R:OK -2015-03-23 14:30:02 sendUrl INFO 3 [609] R:OK -2015-03-23 14:30:51 queue INFO >>3 [610] -2015-03-23 14:30:51 sendUrl INFO 3 [610] R:OK -2015-03-23 14:31:41 queue INFO >>3 [611] -2015-03-23 14:31:41 sendUrl INFO 3 [611] R:OK -2015-03-23 14:32:26 queue INFO 7 [612] -2015-03-23 14:32:26 queue INFO >7 [613] -2015-03-23 14:32:26 sendUrl INFO 7 [612] R:OK -2015-03-23 14:32:27 sendUrl INFO 7 [613] R:OK -2015-03-23 14:32:27 queue INFO 3 [614] -2015-03-23 14:32:27 queue INFO >3 [615] -2015-03-23 14:32:28 sendUrl INFO 3 [614] R:OK -2015-03-23 14:32:28 sendUrl INFO 3 [615] R:OK -2015-03-23 14:33:17 queue INFO >>3 [616] -2015-03-23 14:33:18 sendUrl INFO 3 [616] R:OK -2015-03-23 14:34:08 queue INFO >>3 [617] -2015-03-23 14:34:08 sendUrl INFO 3 [617] R:OK -2015-03-23 14:34:52 queue INFO 7 [618] -2015-03-23 14:34:52 queue INFO >7 [619] -2015-03-23 14:34:53 sendUrl INFO 7 [618] R:OK -2015-03-23 14:34:53 sendUrl INFO 7 [619] R:OK -2015-03-23 14:34:54 queue INFO 3 [620] -2015-03-23 14:34:54 sendUrl INFO 3 [620] R:OK -2015-03-23 14:34:54 queue INFO >3 [621] -2015-03-23 14:34:55 sendUrl INFO 3 [621] R:OK -2015-03-23 14:35:44 queue INFO >>3 [622] -2015-03-23 14:35:44 sendUrl INFO 3 [622] R:OK -2015-03-23 14:36:34 queue INFO >>3 [623] -2015-03-23 14:36:35 sendUrl INFO 3 [623] R:OK -2015-03-23 14:37:19 queue INFO 7 [624] -2015-03-23 14:37:19 queue INFO >7 [625] -2015-03-23 14:37:20 sendUrl INFO 7 [624] R:OK -2015-03-23 14:37:20 sendUrl INFO 7 [625] R:OK -2015-03-23 14:37:21 queue INFO 3 [626] -2015-03-23 14:37:21 queue INFO >3 [627] -2015-03-23 14:37:21 sendUrl INFO 3 [626] R:OK -2015-03-23 14:37:21 sendUrl INFO 3 [627] R:OK -2015-03-23 14:38:11 queue INFO >>3 [628] -2015-03-23 14:38:11 sendUrl INFO 3 [628] R:OK -2015-03-23 14:39:01 queue INFO >>3 [629] -2015-03-23 14:39:01 sendUrl INFO 3 [629] R:OK -2015-03-23 14:39:46 queue INFO 7 [630] -2015-03-23 14:39:46 queue INFO >7 [631] -2015-03-23 14:39:46 sendUrl INFO 7 [630] R:OK -2015-03-23 14:39:46 sendUrl INFO 7 [631] R:OK -2015-03-23 14:39:47 queue INFO 3 [632] -2015-03-23 14:39:47 queue INFO >3 [633] -2015-03-23 14:39:47 sendUrl INFO 3 [632] R:OK -2015-03-23 14:39:48 sendUrl INFO 3 [633] R:OK -2015-03-23 14:40:37 queue INFO >>3 [634] -2015-03-23 14:40:38 sendUrl INFO 3 [634] R:OK -2015-03-23 14:41:27 queue INFO >>3 [635] -2015-03-23 14:41:28 sendUrl INFO 3 [635] R:OK -2015-03-23 14:42:12 queue INFO 7 [636] -2015-03-23 14:42:12 queue INFO >7 [637] -2015-03-23 14:42:12 sendUrl INFO 7 [636] R:OK -2015-03-23 14:42:13 sendUrl INFO 7 [637] R:OK -2015-03-23 14:42:14 queue INFO 3 [638] -2015-03-23 14:42:14 sendUrl INFO 3 [638] R:OK -2015-03-23 14:42:14 queue INFO >3 [639] -2015-03-23 14:42:14 sendUrl INFO 3 [639] R:OK -2015-03-23 14:43:04 queue INFO >>3 [640] -2015-03-23 14:43:04 sendUrl INFO 3 [640] R:OK -2015-03-23 14:43:54 queue INFO >>3 [641] -2015-03-23 14:43:55 sendUrl INFO 3 [641] R:OK -2015-03-23 14:44:44 queue INFO >>3 [642] -2015-03-23 14:44:44 sendUrl INFO 3 [642] R:OK -2015-03-23 14:45:34 queue INFO >>3 [643] -2015-03-23 14:45:35 sendUrl INFO 3 [643] R:OK -2015-03-23 14:46:25 queue INFO >>3 [644] -2015-03-23 14:46:25 sendUrl INFO 3 [644] R:OK -2015-03-23 14:47:15 queue INFO >>3 [645] -2015-03-23 14:47:15 sendUrl INFO 3 [645] R:OK -2015-03-23 14:48:05 queue INFO >>3 [646] -2015-03-23 14:48:05 sendUrl INFO 3 [646] R:OK -2015-03-23 14:48:55 queue INFO >>3 [647] -2015-03-23 14:48:56 sendUrl INFO 3 [647] R:OK -2015-03-23 14:49:45 queue INFO >>3 [648] -2015-03-23 14:49:45 sendUrl INFO 3 [648] R:OK -2015-03-23 14:50:02 queue INFO 1 [649] -2015-03-23 14:50:02 queue INFO >1 [650] -2015-03-23 14:50:02 sendUrl INFO 1 [649] R:OK -2015-03-23 14:50:03 sendUrl INFO 1 [650] R:OK -2015-03-23 14:50:52 queue INFO >>1 [651] -2015-03-23 14:50:52 sendUrl INFO 1 [651] R:OK -2015-03-23 14:51:42 queue INFO >>1 [652] -2015-03-23 14:51:42 sendUrl INFO 1 [652] R:OK -2015-03-23 14:51:57 queue INFO 3 [653] -2015-03-23 14:51:58 queue INFO >3 [654] -2015-03-23 14:51:58 sendUrl INFO 3 [653] R:OK -2015-03-23 14:51:58 sendUrl INFO 3 [654] R:OK -2015-03-23 14:52:19 queue INFO B [655] -2015-03-23 14:52:19 queue INFO >B [656] -2015-03-23 14:52:20 sendUrl INFO B [655] R:OK -2015-03-23 14:52:20 sendUrl INFO B [656] R:OK -2015-03-23 14:52:22 queue INFO 3 [657] -2015-03-23 14:52:22 queue INFO >3 [658] -2015-03-23 14:52:22 sendUrl INFO 3 [657] R:OK -2015-03-23 14:52:23 sendUrl INFO 3 [658] R:OK -2015-03-23 14:52:30 queue INFO 7 [659] -2015-03-23 14:52:31 queue INFO >7 [660] -2015-03-23 14:52:31 sendUrl INFO 7 [659] R:OK -2015-03-23 14:52:31 sendUrl INFO 7 [660] R:OK -2015-03-23 14:52:32 queue INFO 3 [661] -2015-03-23 14:52:32 queue INFO >3 [662] -2015-03-23 14:52:33 sendUrl INFO 3 [661] R:OK -2015-03-23 14:52:33 sendUrl INFO 3 [662] R:OK -2015-03-23 14:53:22 queue INFO >>3 [663] -2015-03-23 14:53:22 sendUrl INFO 3 [663] R:OK -2015-03-23 14:54:12 queue INFO >>3 [664] -2015-03-23 14:54:13 sendUrl INFO 3 [664] R:OK -2015-03-23 14:54:57 queue INFO 7 [665] -2015-03-23 14:54:57 queue INFO >7 [666] -2015-03-23 14:54:58 sendUrl INFO 7 [665] R:OK -2015-03-23 14:54:58 sendUrl INFO 7 [666] R:OK -2015-03-23 14:54:59 queue INFO 3 [667] -2015-03-23 14:54:59 queue INFO >3 [668] -2015-03-23 14:54:59 sendUrl INFO 3 [667] R:OK -2015-03-23 14:55:00 sendUrl INFO 3 [668] R:OK -2015-03-23 14:55:49 queue INFO >>3 [669] -2015-03-23 14:55:49 sendUrl INFO 3 [669] R:OK -2015-03-23 14:56:39 queue INFO >>3 [670] -2015-03-23 14:56:39 sendUrl INFO 3 [670] R:OK -2015-03-23 14:57:24 queue INFO 7 [671] -2015-03-23 14:57:24 queue INFO >7 [672] -2015-03-23 14:57:24 sendUrl INFO 7 [671] R:OK -2015-03-23 14:57:25 sendUrl INFO 7 [672] R:OK -2015-03-23 14:57:25 queue INFO 3 [673] -2015-03-23 14:57:26 sendUrl INFO 3 [673] R:OK -2015-03-23 14:57:26 queue INFO >3 [674] -2015-03-23 14:57:26 sendUrl INFO 3 [674] R:OK -2015-03-23 14:58:16 queue INFO >>3 [675] -2015-03-23 14:58:16 sendUrl INFO 3 [675] R:OK -2015-03-23 14:59:06 queue INFO >>3 [676] -2015-03-23 14:59:06 sendUrl INFO 3 [676] R:OK -2015-03-23 14:59:50 queue INFO 7 [677] -2015-03-23 14:59:51 queue INFO >7 [678] -2015-03-23 14:59:51 sendUrl INFO 7 [677] R:OK -2015-03-23 14:59:52 sendUrl INFO 7 [678] R:OK -2015-03-23 14:59:52 queue INFO 3 [679] -2015-03-23 14:59:52 queue INFO >3 [680] -2015-03-23 14:59:53 sendUrl INFO 3 [679] R:OK -2015-03-23 14:59:53 sendUrl INFO 3 [680] R:OK -2015-03-23 15:00:42 queue INFO >>3 [681] -2015-03-23 15:00:42 sendUrl INFO 3 [681] R:OK -2015-03-23 15:01:32 queue INFO >>3 [682] -2015-03-23 15:01:33 sendUrl INFO 3 [682] R:OK -2015-03-23 15:02:17 queue INFO 7 [683] -2015-03-23 15:02:17 queue INFO >7 [684] -2015-03-23 15:02:18 sendUrl INFO 7 [683] R:OK -2015-03-23 15:02:18 sendUrl INFO 7 [684] R:OK -2015-03-23 15:02:19 queue INFO 3 [685] -2015-03-23 15:02:19 queue INFO >3 [686] -2015-03-23 15:02:19 sendUrl INFO 3 [685] R:OK -2015-03-23 15:02:19 sendUrl INFO 3 [686] R:OK -2015-03-23 15:03:09 queue INFO >>3 [687] -2015-03-23 15:03:09 sendUrl INFO 3 [687] R:OK -2015-03-23 15:03:59 queue INFO >>3 [688] -2015-03-23 15:03:59 sendUrl INFO 3 [688] R:OK -2015-03-23 15:04:44 queue INFO 7 [689] -2015-03-23 15:04:44 queue INFO >7 [690] -2015-03-23 15:04:44 sendUrl INFO 7 [689] R:OK -2015-03-23 15:04:45 sendUrl INFO 7 [690] R:OK -2015-03-23 15:04:46 queue INFO 3 [691] -2015-03-23 15:04:46 queue INFO >3 [692] -2015-03-23 15:04:46 sendUrl INFO 3 [691] R:OK -2015-03-23 15:04:46 sendUrl INFO 3 [692] R:OK -2015-03-23 15:05:36 queue INFO >>3 [693] -2015-03-23 15:05:36 sendUrl INFO 3 [693] R:OK -2015-03-23 15:06:26 queue INFO >>3 [694] -2015-03-23 15:06:26 sendUrl INFO 3 [694] R:OK -2015-03-23 15:07:11 queue INFO 7 [695] -2015-03-23 15:07:11 queue INFO >7 [696] -2015-03-23 15:07:11 sendUrl INFO 7 [695] R:OK -2015-03-23 15:07:11 sendUrl INFO 7 [696] R:OK -2015-03-23 15:07:12 queue INFO 3 [697] -2015-03-23 15:07:12 queue INFO >3 [698] -2015-03-23 15:07:12 sendUrl INFO 3 [697] R:OK -2015-03-23 15:07:13 sendUrl INFO 3 [698] R:OK -2015-03-23 15:08:02 queue INFO >>3 [699] -2015-03-23 15:08:03 sendUrl INFO 3 [699] R:OK -2015-03-23 15:08:53 queue INFO >>3 [700] -2015-03-23 15:08:53 sendUrl INFO 3 [700] R:OK -2015-03-23 15:09:37 queue INFO 7 [701] -2015-03-23 15:09:37 sendUrl INFO 7 [701] R:OK -2015-03-23 15:09:37 queue INFO >7 [702] -2015-03-23 15:09:38 sendUrl INFO 7 [702] R:OK -2015-03-23 15:09:39 queue INFO 3 [703] -2015-03-23 15:09:39 queue INFO >3 [704] -2015-03-23 15:09:39 sendUrl INFO 3 [703] R:OK -2015-03-23 15:09:40 sendUrl INFO 3 [704] R:OK -2015-03-23 15:10:29 queue INFO >>3 [705] -2015-03-23 15:10:29 sendUrl INFO 3 [705] R:OK -2015-03-23 15:11:19 queue INFO >>3 [706] -2015-03-23 15:11:20 sendUrl INFO 3 [706] R:OK -2015-03-23 15:12:04 queue INFO 7 [707] -2015-03-23 15:12:04 queue INFO >7 [708] -2015-03-23 15:12:04 sendUrl INFO 7 [707] R:OK -2015-03-23 15:12:05 sendUrl INFO 7 [708] R:OK -2015-03-23 15:12:06 queue INFO 3 [709] -2015-03-23 15:12:06 queue INFO >3 [710] -2015-03-23 15:12:06 sendUrl INFO 3 [709] R:OK -2015-03-23 15:12:06 sendUrl INFO 3 [710] R:OK -2015-03-23 15:12:56 queue INFO >>3 [711] -2015-03-23 15:12:56 sendUrl INFO 3 [711] R:OK -2015-03-23 15:13:46 queue INFO >>3 [712] -2015-03-23 15:13:47 sendUrl INFO 3 [712] R:OK -2015-03-23 15:14:31 queue INFO 7 [713] -2015-03-23 15:14:31 sendUrl INFO 7 [713] R:OK -2015-03-23 15:14:31 queue INFO >7 [714] -2015-03-23 15:14:31 sendUrl INFO 7 [714] R:OK -2015-03-23 15:14:32 queue INFO 3 [715] -2015-03-23 15:14:33 queue INFO >3 [716] -2015-03-23 15:14:33 sendUrl INFO 3 [715] R:OK -2015-03-23 15:14:33 sendUrl INFO 3 [716] R:OK -2015-03-23 15:15:23 queue INFO >>3 [717] -2015-03-23 15:15:23 sendUrl INFO 3 [717] R:OK -2015-03-23 15:16:13 queue INFO >>3 [718] -2015-03-23 15:16:13 sendUrl INFO 3 [718] R:OK -2015-03-23 15:16:57 queue INFO 7 [719] -2015-03-23 15:16:58 queue INFO >7 [720] -2015-03-23 15:16:58 sendUrl INFO 7 [719] R:OK -2015-03-23 15:16:58 sendUrl INFO 7 [720] R:OK -2015-03-23 15:16:59 queue INFO 3 [721] -2015-03-23 15:16:59 queue INFO >3 [722] -2015-03-23 15:16:59 sendUrl INFO 3 [721] R:OK -2015-03-23 15:17:00 sendUrl INFO 3 [722] R:OK -2015-03-23 15:17:49 queue INFO >>3 [723] -2015-03-23 15:17:50 sendUrl INFO 3 [723] R:OK -2015-03-23 15:18:39 queue INFO >>3 [724] -2015-03-23 15:18:40 sendUrl INFO 3 [724] R:OK -2015-03-23 15:19:24 queue INFO 7 [725] -2015-03-23 15:19:24 sendUrl INFO 7 [725] R:OK -2015-03-23 15:19:24 queue INFO >7 [726] -2015-03-23 15:19:25 sendUrl INFO 7 [726] R:OK -2015-03-23 15:19:26 queue INFO 3 [727] -2015-03-23 15:19:26 queue INFO >3 [728] -2015-03-23 15:19:26 sendUrl INFO 3 [727] R:OK -2015-03-23 15:19:27 sendUrl INFO 3 [728] R:OK -2015-03-23 15:20:16 queue INFO >>3 [729] -2015-03-23 15:20:16 sendUrl INFO 3 [729] R:OK -2015-03-23 15:21:06 queue INFO >>3 [730] -2015-03-23 15:21:07 sendUrl INFO 3 [730] R:OK -2015-03-23 15:21:51 queue INFO 7 [731] -2015-03-23 15:21:51 queue INFO >7 [732] -2015-03-23 15:21:51 sendUrl INFO 7 [731] R:OK -2015-03-23 15:21:52 sendUrl INFO 7 [732] R:OK -2015-03-23 15:21:52 queue INFO 3 [733] -2015-03-23 15:21:53 queue INFO >3 [734] -2015-03-23 15:21:53 sendUrl INFO 3 [733] R:OK -2015-03-23 15:21:53 sendUrl INFO 3 [734] R:OK -2015-03-23 15:22:43 queue INFO >>3 [735] -2015-03-23 15:22:43 sendUrl INFO 3 [735] R:OK -2015-03-23 15:23:33 queue INFO >>3 [736] -2015-03-23 15:23:33 sendUrl INFO 3 [736] R:OK -2015-03-23 15:24:18 queue INFO 7 [737] -2015-03-23 15:24:18 queue INFO >7 [738] -2015-03-23 15:24:18 sendUrl INFO 7 [737] R:OK -2015-03-23 15:24:18 sendUrl INFO 7 [738] R:OK -2015-03-23 15:24:19 queue INFO 3 [739] -2015-03-23 15:24:19 sendUrl INFO 3 [739] R:OK -2015-03-23 15:24:19 queue INFO >3 [740] -2015-03-23 15:24:20 sendUrl INFO 3 [740] R:OK -2015-03-23 15:25:09 queue INFO >>3 [741] -2015-03-23 15:25:10 sendUrl INFO 3 [741] R:OK -2015-03-23 15:25:59 queue INFO >>3 [742] -2015-03-23 15:26:00 sendUrl INFO 3 [742] R:OK -2015-03-23 15:26:44 queue INFO 7 [743] -2015-03-23 15:26:44 queue INFO >7 [744] -2015-03-23 15:26:45 sendUrl INFO 7 [743] R:OK -2015-03-23 15:26:45 sendUrl INFO 7 [744] R:OK -2015-03-23 15:26:46 queue INFO 3 [745] -2015-03-23 15:26:46 queue INFO >3 [746] -2015-03-23 15:26:46 sendUrl INFO 3 [745] R:OK -2015-03-23 15:26:47 sendUrl INFO 3 [746] R:OK -2015-03-23 15:27:36 queue INFO >>3 [747] -2015-03-23 15:27:36 sendUrl INFO 3 [747] R:OK -2015-03-23 15:28:26 queue INFO >>3 [748] -2015-03-23 15:28:26 sendUrl INFO 3 [748] R:OK -2015-03-23 15:29:11 queue INFO 7 [749] -2015-03-23 15:29:11 queue INFO >7 [750] -2015-03-23 15:29:11 sendUrl INFO 7 [749] R:OK -2015-03-23 15:29:12 sendUrl INFO 7 [750] R:OK -2015-03-23 15:29:13 queue INFO 3 [751] -2015-03-23 15:29:13 sendUrl INFO 3 [751] R:OK -2015-03-23 15:29:13 queue INFO >3 [752] -2015-03-23 15:29:13 sendUrl INFO 3 [752] R:OK -2015-03-23 15:30:03 queue INFO >>3 [753] -2015-03-23 15:30:03 sendUrl INFO 3 [753] R:OK -2015-03-23 15:30:53 queue INFO >>3 [754] -2015-03-23 15:30:53 sendUrl INFO 3 [754] R:OK -2015-03-23 15:31:38 queue INFO 7 [755] -2015-03-23 15:31:38 queue INFO >7 [756] -2015-03-23 15:31:38 sendUrl INFO 7 [755] R:OK -2015-03-23 15:31:39 sendUrl INFO 7 [756] R:OK -2015-03-23 15:31:39 queue INFO 3 [757] -2015-03-23 15:31:40 queue INFO >3 [758] -2015-03-23 15:31:40 sendUrl INFO 3 [757] R:OK -2015-03-23 15:31:40 sendUrl INFO 3 [758] R:OK -2015-03-23 15:32:29 queue INFO >>3 [759] -2015-03-23 15:32:30 sendUrl INFO 3 [759] R:OK -2015-03-23 15:33:20 queue INFO >>3 [760] -2015-03-23 15:33:20 sendUrl INFO 3 [760] R:OK -2015-03-23 15:34:04 queue INFO 7 [761] -2015-03-23 15:34:05 queue INFO >7 [762] -2015-03-23 15:34:05 sendUrl INFO 7 [761] R:OK -2015-03-23 15:34:05 sendUrl INFO 7 [762] R:OK -2015-03-23 15:34:06 queue INFO 3 [763] -2015-03-23 15:34:06 queue INFO >3 [764] -2015-03-23 15:34:06 sendUrl INFO 3 [763] R:OK -2015-03-23 15:34:07 sendUrl INFO 3 [764] R:OK -2015-03-23 15:34:56 queue INFO >>3 [765] -2015-03-23 15:34:57 sendUrl INFO 3 [765] R:OK -2015-03-23 15:35:46 queue INFO >>3 [766] -2015-03-23 15:35:46 sendUrl INFO 3 [766] R:OK -2015-03-23 15:36:31 queue INFO 7 [767] -2015-03-23 15:36:31 queue INFO >7 [768] -2015-03-23 15:36:32 sendUrl INFO 7 [767] R:OK -2015-03-23 15:36:32 sendUrl INFO 7 [768] R:OK -2015-03-23 15:36:33 queue INFO 3 [769] -2015-03-23 15:36:33 queue INFO >3 [770] -2015-03-23 15:36:33 sendUrl INFO 3 [769] R:OK -2015-03-23 15:36:34 sendUrl INFO 3 [770] R:OK -2015-03-23 15:37:23 queue INFO >>3 [771] -2015-03-23 15:37:24 sendUrl INFO 3 [771] R:OK -2015-03-23 15:38:13 queue INFO >>3 [772] -2015-03-23 15:38:13 sendUrl INFO 3 [772] R:OK -2015-03-23 15:38:58 queue INFO 7 [773] -2015-03-23 15:38:58 queue INFO >7 [774] -2015-03-23 15:38:58 sendUrl INFO 7 [773] R:OK -2015-03-23 15:38:59 sendUrl INFO 7 [774] R:OK -2015-03-23 15:38:59 queue INFO 3 [775] -2015-03-23 15:39:00 queue INFO >3 [776] -2015-03-23 15:39:00 sendUrl INFO 3 [775] R:OK -2015-03-23 15:39:00 sendUrl INFO 3 [776] R:OK -2015-03-23 15:39:50 queue INFO >>3 [777] -2015-03-23 15:39:50 sendUrl INFO 3 [777] R:OK -2015-03-23 15:40:40 queue INFO >>3 [778] -2015-03-23 15:40:40 sendUrl INFO 3 [778] R:OK -2015-03-23 15:41:25 queue INFO 7 [779] -2015-03-23 15:41:25 sendUrl INFO 7 [779] R:OK -2015-03-23 15:41:25 queue INFO >7 [780] -2015-03-23 15:41:25 sendUrl INFO 7 [780] R:OK -2015-03-23 15:41:26 queue INFO 3 [781] -2015-03-23 15:41:27 queue INFO >3 [782] -2015-03-23 15:41:27 sendUrl INFO 3 [781] R:OK -2015-03-23 15:41:27 sendUrl INFO 3 [782] R:OK -2015-03-23 15:42:16 queue INFO >>3 [783] -2015-03-23 15:42:17 sendUrl INFO 3 [783] R:OK -2015-03-23 15:43:07 queue INFO >>3 [784] -2015-03-23 15:43:07 sendUrl INFO 3 [784] R:OK -2015-03-23 15:43:51 queue INFO 7 [785] -2015-03-23 15:43:52 queue INFO >7 [786] -2015-03-23 15:43:52 sendUrl INFO 7 [785] R:OK -2015-03-23 15:43:52 sendUrl INFO 7 [786] R:OK -2015-03-23 15:43:53 queue INFO 3 [787] -2015-03-23 15:43:53 sendUrl INFO 3 [787] R:OK -2015-03-23 15:43:53 queue INFO >3 [788] -2015-03-23 15:43:54 sendUrl INFO 3 [788] R:OK -2015-03-23 15:44:43 queue INFO >>3 [789] -2015-03-23 15:44:43 sendUrl INFO 3 [789] R:OK -2015-03-23 15:45:33 queue INFO >>3 [790] -2015-03-23 15:45:34 sendUrl INFO 3 [790] R:OK -2015-03-23 15:46:18 queue INFO 7 [791] -2015-03-23 15:46:18 sendUrl INFO 7 [791] R:OK -2015-03-23 15:46:18 queue INFO >7 [792] -2015-03-23 15:46:19 sendUrl INFO 7 [792] R:OK -2015-03-23 15:46:20 queue INFO 3 [793] -2015-03-23 15:46:20 queue INFO >3 [794] -2015-03-23 15:46:20 sendUrl INFO 3 [793] R:OK -2015-03-23 15:46:21 sendUrl INFO 3 [794] R:OK -2015-03-23 15:47:10 queue INFO >>3 [795] -2015-03-23 15:47:10 sendUrl INFO 3 [795] R:OK -2015-03-23 15:48:00 queue INFO >>3 [796] -2015-03-23 15:48:00 sendUrl INFO 3 [796] R:OK -2015-03-23 15:48:45 queue INFO 7 [797] -2015-03-23 15:48:45 queue INFO >7 [798] -2015-03-23 15:48:45 sendUrl INFO 7 [797] R:OK -2015-03-23 15:48:46 sendUrl INFO 7 [798] R:OK -2015-03-23 15:48:46 queue INFO 3 [799] -2015-03-23 15:48:47 sendUrl INFO 3 [799] R:OK -2015-03-23 15:48:47 queue INFO >3 [800] -2015-03-23 15:48:47 sendUrl INFO 3 [800] R:OK -2015-03-23 15:49:37 queue INFO >>3 [801] -2015-03-23 15:49:37 sendUrl INFO 3 [801] R:OK -2015-03-23 15:50:27 queue INFO >>3 [802] -2015-03-23 15:50:27 sendUrl INFO 3 [802] R:OK -2015-03-23 15:51:12 queue INFO 7 [803] -2015-03-23 15:51:12 queue INFO >7 [804] -2015-03-23 15:51:12 sendUrl INFO 7 [803] R:OK -2015-03-23 15:51:13 sendUrl INFO 7 [804] R:OK -2015-03-23 15:51:13 queue INFO 3 [805] -2015-03-23 15:51:13 queue INFO >3 [806] -2015-03-23 15:51:14 sendUrl INFO 3 [805] R:OK -2015-03-23 15:51:14 sendUrl INFO 3 [806] R:OK -2015-03-23 15:52:03 queue INFO >>3 [807] -2015-03-23 15:52:03 sendUrl INFO 3 [807] R:OK -2015-03-23 15:52:53 queue INFO >>3 [808] -2015-03-23 15:52:54 sendUrl INFO 3 [808] R:OK -2015-03-23 15:53:38 queue INFO 7 [809] -2015-03-23 15:53:38 queue INFO >7 [810] -2015-03-23 15:53:39 sendUrl INFO 7 [809] R:OK -2015-03-23 15:53:39 sendUrl INFO 7 [810] R:OK -2015-03-23 15:53:40 queue INFO 3 [811] -2015-03-23 15:53:40 sendUrl INFO 3 [811] R:OK -2015-03-23 15:53:40 queue INFO >3 [812] -2015-03-23 15:53:41 sendUrl INFO 3 [812] R:OK -2015-03-23 15:54:30 queue INFO >>3 [813] -2015-03-23 15:54:30 sendUrl INFO 3 [813] R:OK -2015-03-23 15:55:20 queue INFO >>3 [814] -2015-03-23 15:55:21 sendUrl INFO 3 [814] R:OK -2015-03-23 15:56:05 queue INFO 7 [815] -2015-03-23 15:56:05 queue INFO >7 [816] -2015-03-23 15:56:06 sendUrl INFO 7 [815] R:OK -2015-03-23 15:56:06 sendUrl INFO 7 [816] R:OK -2015-03-23 15:56:07 queue INFO 3 [817] -2015-03-23 15:56:07 queue INFO >3 [818] -2015-03-23 15:56:07 sendUrl INFO 3 [817] R:OK -2015-03-23 15:56:08 sendUrl INFO 3 [818] R:OK -2015-03-23 15:56:57 queue INFO >>3 [819] -2015-03-23 15:56:57 sendUrl INFO 3 [819] R:OK -2015-03-23 15:57:47 queue INFO >>3 [820] -2015-03-23 15:57:47 sendUrl INFO 3 [820] R:OK -2015-03-23 15:58:32 queue INFO 7 [821] -2015-03-23 15:58:32 queue INFO >7 [822] -2015-03-23 15:58:32 sendUrl INFO 7 [821] R:OK -2015-03-23 15:58:33 sendUrl INFO 7 [822] R:OK -2015-03-23 15:58:33 queue INFO 3 [823] -2015-03-23 15:58:33 queue INFO >3 [824] -2015-03-23 15:58:34 sendUrl INFO 3 [823] R:OK -2015-03-23 15:58:34 sendUrl INFO 3 [824] R:OK -2015-03-23 15:59:23 queue INFO >>3 [825] -2015-03-23 15:59:24 sendUrl INFO 3 [825] R:OK -2015-03-23 16:00:14 queue INFO >>3 [826] -2015-03-23 16:00:14 sendUrl INFO 3 [826] R:OK -2015-03-23 16:00:59 queue INFO 7 [827] -2015-03-23 16:00:59 queue INFO >7 [828] -2015-03-23 16:00:59 sendUrl INFO 7 [827] R:OK -2015-03-23 16:01:00 sendUrl INFO 7 [828] R:OK -2015-03-23 16:01:00 queue INFO 3 [829] -2015-03-23 16:01:00 queue INFO >3 [830] -2015-03-23 16:01:01 sendUrl INFO 3 [829] R:OK -2015-03-23 16:01:01 sendUrl INFO 3 [830] R:OK -2015-03-23 16:01:50 queue INFO >>3 [831] -2015-03-23 16:01:50 sendUrl INFO 3 [831] R:OK -2015-03-23 16:02:40 queue INFO >>3 [832] -2015-03-23 16:02:41 sendUrl INFO 3 [832] R:OK -2015-03-23 16:03:25 queue INFO 7 [833] -2015-03-23 16:03:25 queue INFO >7 [834] -2015-03-23 16:03:26 sendUrl INFO 7 [833] R:OK -2015-03-23 16:03:26 sendUrl INFO 7 [834] R:OK -2015-03-23 16:03:27 queue INFO 3 [835] -2015-03-23 16:03:27 queue INFO >3 [836] -2015-03-23 16:03:27 sendUrl INFO 3 [835] R:OK -2015-03-23 16:03:27 sendUrl INFO 3 [836] R:OK -2015-03-23 16:04:17 queue INFO >>3 [837] -2015-03-23 16:04:17 sendUrl INFO 3 [837] R:OK -2015-03-23 16:05:07 queue INFO >>3 [838] -2015-03-23 16:05:07 sendUrl INFO 3 [838] R:OK -2015-03-23 16:05:52 queue INFO 7 [839] -2015-03-23 16:05:52 sendUrl INFO 7 [839] R:OK -2015-03-23 16:05:52 queue INFO >7 [840] -2015-03-23 16:05:52 sendUrl INFO 7 [840] R:OK -2015-03-23 16:05:53 queue INFO 3 [841] -2015-03-23 16:05:54 queue INFO >3 [842] -2015-03-23 16:05:54 sendUrl INFO 3 [841] R:OK -2015-03-23 16:05:54 sendUrl INFO 3 [842] R:OK -2015-03-23 16:06:44 queue INFO >>3 [843] -2015-03-23 16:06:44 sendUrl INFO 3 [843] R:OK -2015-03-23 16:07:34 queue INFO >>3 [844] -2015-03-23 16:07:34 sendUrl INFO 3 [844] R:OK -2015-03-23 16:08:19 queue INFO 7 [845] -2015-03-23 16:08:19 queue INFO >7 [846] -2015-03-23 16:08:19 sendUrl INFO 7 [845] R:OK -2015-03-23 16:08:19 sendUrl INFO 7 [846] R:OK -2015-03-23 16:08:20 queue INFO 3 [847] -2015-03-23 16:08:20 sendUrl INFO 3 [847] R:OK -2015-03-23 16:08:20 queue INFO >3 [848] -2015-03-23 16:08:21 sendUrl INFO 3 [848] R:OK -2015-03-23 16:09:10 queue INFO >>3 [849] -2015-03-23 16:09:11 sendUrl INFO 3 [849] R:OK -2015-03-23 16:10:01 queue INFO >>3 [850] -2015-03-23 16:10:01 sendUrl INFO 3 [850] R:OK -2015-03-23 16:10:45 queue INFO 7 [851] -2015-03-23 16:10:46 queue INFO >7 [852] -2015-03-23 16:10:46 sendUrl INFO 7 [851] R:OK -2015-03-23 16:10:46 sendUrl INFO 7 [852] R:OK -2015-03-23 16:10:47 queue INFO 3 [853] -2015-03-23 16:10:47 queue INFO >3 [854] -2015-03-23 16:10:47 sendUrl INFO 3 [853] R:OK -2015-03-23 16:10:48 sendUrl INFO 3 [854] R:OK -2015-03-23 16:11:37 queue INFO >>3 [855] -2015-03-23 16:11:37 sendUrl INFO 3 [855] R:OK -2015-03-23 16:12:27 queue INFO >>3 [856] -2015-03-23 16:12:28 sendUrl INFO 3 [856] R:OK -2015-03-23 16:13:12 queue INFO 7 [857] -2015-03-23 16:13:12 queue INFO >7 [858] -2015-03-23 16:13:12 sendUrl INFO 7 [857] R:OK -2015-03-23 16:13:13 sendUrl INFO 7 [858] R:OK -2015-03-23 16:13:14 queue INFO 3 [859] -2015-03-23 16:13:14 sendUrl INFO 3 [859] R:OK -2015-03-23 16:13:14 queue INFO >3 [860] -2015-03-23 16:13:14 sendUrl INFO 3 [860] R:OK -2015-03-23 16:14:04 queue INFO >>3 [861] -2015-03-23 16:14:04 sendUrl INFO 3 [861] R:OK -2015-03-23 16:14:54 queue INFO >>3 [862] -2015-03-23 16:14:55 sendUrl INFO 3 [862] R:OK -2015-03-23 16:15:39 queue INFO 7 [863] -2015-03-23 16:15:39 queue INFO >7 [864] -2015-03-23 16:15:39 sendUrl INFO 7 [863] R:OK -2015-03-23 16:15:40 sendUrl INFO 7 [864] R:OK -2015-03-23 16:15:40 queue INFO 3 [865] -2015-03-23 16:15:41 queue INFO >3 [866] -2015-03-23 16:15:41 sendUrl INFO 3 [865] R:OK -2015-03-23 16:15:41 sendUrl INFO 3 [866] R:OK -2015-03-23 16:16:31 queue INFO >>3 [867] -2015-03-23 16:16:31 sendUrl INFO 3 [867] R:OK -2015-03-23 16:17:21 queue INFO >>3 [868] -2015-03-23 16:17:21 sendUrl INFO 3 [868] R:OK -2015-03-23 16:18:05 queue INFO 7 [869] -2015-03-23 16:18:06 queue INFO >7 [870] -2015-03-23 16:18:06 sendUrl INFO 7 [869] R:OK -2015-03-23 16:18:06 sendUrl INFO 7 [870] R:OK -2015-03-23 16:18:07 queue INFO 3 [871] -2015-03-23 16:18:07 queue INFO >3 [872] -2015-03-23 16:18:07 sendUrl INFO 3 [871] R:OK -2015-03-23 16:18:08 sendUrl INFO 3 [872] R:OK -2015-03-23 16:18:57 queue INFO >>3 [873] -2015-03-23 16:18:58 sendUrl INFO 3 [873] R:OK -2015-03-23 16:19:47 queue INFO >>3 [874] -2015-03-23 16:19:48 sendUrl INFO 3 [874] R:OK -2015-03-23 16:20:32 queue INFO 7 [875] -2015-03-23 16:20:33 queue INFO >7 [876] -2015-03-23 16:20:33 sendUrl INFO 7 [875] R:OK -2015-03-23 16:20:33 sendUrl INFO 7 [876] R:OK -2015-03-23 16:20:34 queue INFO 3 [877] -2015-03-23 16:20:34 queue INFO >3 [878] -2015-03-23 16:20:34 sendUrl INFO 3 [877] R:OK -2015-03-23 16:20:35 sendUrl INFO 3 [878] R:OK -2015-03-23 16:21:24 queue INFO >>3 [879] -2015-03-23 16:21:24 sendUrl INFO 3 [879] R:OK -2015-03-23 16:22:14 queue INFO >>3 [880] -2015-03-23 16:22:15 sendUrl INFO 3 [880] R:OK -2015-03-23 16:22:59 queue INFO 7 [881] -2015-03-23 16:22:59 queue INFO >7 [882] -2015-03-23 16:22:59 sendUrl INFO 7 [881] R:OK -2015-03-23 16:23:00 sendUrl INFO 7 [882] R:OK -2015-03-23 16:23:01 queue INFO 3 [883] -2015-03-23 16:23:01 queue INFO >3 [884] -2015-03-23 16:23:01 sendUrl INFO 3 [883] R:OK -2015-03-23 16:23:01 sendUrl INFO 3 [884] R:OK -2015-03-23 16:23:51 queue INFO >>3 [885] -2015-03-23 16:23:51 sendUrl INFO 3 [885] R:OK -2015-03-23 16:24:41 queue INFO >>3 [886] -2015-03-23 16:24:41 sendUrl INFO 3 [886] R:OK -2015-03-23 16:25:26 queue INFO 7 [887] -2015-03-23 16:25:26 queue INFO >7 [888] -2015-03-23 16:25:26 sendUrl INFO 7 [887] R:OK -2015-03-23 16:25:27 sendUrl INFO 7 [888] R:OK -2015-03-23 16:25:27 queue INFO 3 [889] -2015-03-23 16:25:28 queue INFO >3 [890] -2015-03-23 16:25:28 sendUrl INFO 3 [889] R:OK -2015-03-23 16:25:28 sendUrl INFO 3 [890] R:OK -2015-03-23 16:26:18 queue INFO >>3 [891] -2015-03-23 16:26:18 sendUrl INFO 3 [891] R:OK -2015-03-23 16:26:47 queue INFO 19 [892] -2015-03-23 16:26:47 sendUrl INFO 19 [892] R:OK -2015-03-23 16:26:47 queue INFO >19 [893] -2015-03-23 16:26:47 sendUrl INFO 19 [893] R:OK -2015-03-23 16:27:37 queue INFO >>19 [894] -2015-03-23 16:27:37 sendUrl INFO 19 [894] R:OK -2015-03-23 16:28:27 queue INFO >>19 [895] -2015-03-23 16:28:27 sendUrl INFO 19 [895] R:OK -2015-03-23 16:29:17 queue INFO >>19 [896] -2015-03-23 16:29:17 sendUrl INFO 19 [896] R:OK -2015-03-23 16:30:07 queue INFO >>19 [897] -2015-03-23 16:30:08 sendUrl INFO 19 [897] R:OK -2015-03-23 16:30:57 queue INFO >>19 [898] -2015-03-23 16:30:58 sendUrl INFO 19 [898] R:OK -2015-03-23 16:31:48 queue INFO >>19 [899] -2015-03-23 16:31:48 sendUrl INFO 19 [899] R:OK -2015-03-23 16:32:38 queue INFO >>19 [900] -2015-03-23 16:32:38 sendUrl INFO 19 [900] R:OK -2015-03-23 16:33:08 queue INFO 39 [901] -2015-03-23 16:33:08 queue INFO >39 [902] -2015-03-23 16:33:08 sendUrl INFO 39 [901] R:OK -2015-03-23 16:33:08 sendUrl INFO 39 [902] R:OK -2015-03-23 16:33:44 queue INFO 21 [903] -2015-03-23 16:33:45 queue INFO >21 [904] -2015-03-23 16:33:45 sendUrl INFO 21 [903] R:OK -2015-03-23 16:33:45 sendUrl INFO 21 [904] R:OK -2015-03-23 16:34:35 queue INFO >>21 [905] -2015-03-23 16:34:35 queue INFO 1 [906] -2015-03-23 16:34:35 sendUrl INFO 21 [905] R:OK -2015-03-23 16:34:35 queue INFO >1 [907] -2015-03-23 16:34:35 sendUrl INFO 1 [906] R:OK -2015-03-23 16:34:36 sendUrl INFO 1 [907] R:OK -2015-03-23 16:35:16 queue INFO 5 [908] -2015-03-23 16:35:16 queue INFO >5 [909] -2015-03-23 16:35:16 sendUrl INFO 5 [908] R:OK -2015-03-23 16:35:17 sendUrl INFO 5 [909] R:OK -2015-03-23 16:35:17 queue INFO 7 [910] -2015-03-23 16:35:17 queue INFO >7 [911] -2015-03-23 16:35:17 sendUrl INFO 7 [910] R:OK -2015-03-23 16:35:17 queue INFO 3 [912] -2015-03-23 16:35:17 queue INFO >3 [913] -2015-03-23 16:35:18 sendUrl INFO 7 [911] R:OK -2015-03-23 16:35:18 sendUrl INFO 3 [912] R:OK -2015-03-23 16:35:19 sendUrl INFO 3 [913] R:OK -2015-03-23 16:36:07 queue INFO >>3 [914] -2015-03-23 16:36:08 sendUrl INFO 3 [914] R:OK -2015-03-23 16:36:58 queue INFO >>3 [915] -2015-03-23 16:36:58 sendUrl INFO 3 [915] R:OK -2015-03-23 16:37:42 queue INFO 7 [916] -2015-03-23 16:37:43 queue INFO >7 [917] -2015-03-23 16:37:43 sendUrl INFO 7 [916] R:OK -2015-03-23 16:37:43 sendUrl INFO 7 [917] R:OK -2015-03-23 16:37:44 queue INFO 3 [918] -2015-03-23 16:37:44 sendUrl INFO 3 [918] R:OK -2015-03-23 16:37:44 queue INFO >3 [919] -2015-03-23 16:37:45 sendUrl INFO 3 [919] R:OK -2015-03-23 16:38:34 queue INFO >>3 [920] -2015-03-23 16:38:35 sendUrl INFO 3 [920] R:OK -2015-03-23 16:39:24 queue INFO >>3 [921] -2015-03-23 16:39:25 sendUrl INFO 3 [921] R:OK -2015-03-23 16:40:09 queue INFO 7 [922] -2015-03-23 16:40:09 queue INFO >7 [923] -2015-03-23 16:40:10 sendUrl INFO 7 [922] R:OK -2015-03-23 16:40:10 sendUrl INFO 7 [923] R:OK -2015-03-23 16:40:11 queue INFO 3 [924] -2015-03-23 16:40:11 queue INFO >3 [925] -2015-03-23 16:40:11 sendUrl INFO 3 [924] R:OK -2015-03-23 16:40:12 sendUrl INFO 3 [925] R:OK -2015-03-23 16:41:01 queue INFO >>3 [926] -2015-03-23 16:41:01 sendUrl INFO 3 [926] R:OK -2015-03-23 16:41:51 queue INFO >>3 [927] -2015-03-23 16:41:51 sendUrl INFO 3 [927] R:OK -2015-03-23 16:42:36 queue INFO 7 [928] -2015-03-23 16:42:36 sendUrl INFO 7 [928] R:OK -2015-03-23 16:42:36 queue INFO >7 [929] -2015-03-23 16:42:37 sendUrl INFO 7 [929] R:OK -2015-03-23 16:42:38 queue INFO 3 [930] -2015-03-23 16:42:38 queue INFO >3 [931] -2015-03-23 16:42:38 sendUrl INFO 3 [930] R:OK -2015-03-23 16:42:39 sendUrl INFO 3 [931] R:OK -2015-03-23 16:43:28 queue INFO >>3 [932] -2015-03-23 16:43:28 sendUrl INFO 3 [932] R:OK -2015-03-23 16:44:18 queue INFO >>3 [933] -2015-03-23 16:44:18 sendUrl INFO 3 [933] R:OK -2015-03-23 16:45:03 queue INFO 7 [934] -2015-03-23 16:45:03 queue INFO >7 [935] -2015-03-23 16:45:03 sendUrl INFO 7 [934] R:OK -2015-03-23 16:45:04 sendUrl INFO 7 [935] R:OK -2015-03-23 16:45:04 queue INFO 3 [936] -2015-03-23 16:45:04 queue INFO >3 [937] -2015-03-23 16:45:05 sendUrl INFO 3 [936] R:OK -2015-03-23 16:45:05 sendUrl INFO 3 [937] R:OK -2015-03-23 16:45:54 queue INFO >>3 [938] -2015-03-23 16:45:55 sendUrl INFO 3 [938] R:OK -2015-03-23 16:46:45 queue INFO >>3 [939] -2015-03-23 16:46:45 sendUrl INFO 3 [939] R:OK -2015-03-23 16:47:29 queue INFO 7 [940] -2015-03-23 16:47:30 sendUrl INFO 7 [940] R:OK -2015-03-23 16:47:30 queue INFO >7 [941] -2015-03-23 16:47:30 sendUrl INFO 7 [941] R:OK -2015-03-23 16:47:31 queue INFO 3 [942] -2015-03-23 16:47:31 queue INFO >3 [943] -2015-03-23 16:47:32 sendUrl INFO 3 [942] R:OK -2015-03-23 16:47:32 sendUrl INFO 3 [943] R:OK -2015-03-23 16:48:21 queue INFO >>3 [944] -2015-03-23 16:48:21 sendUrl INFO 3 [944] R:OK -2015-03-23 16:49:11 queue INFO >>3 [945] -2015-03-23 16:49:12 sendUrl INFO 3 [945] R:OK -2015-03-23 16:49:56 queue INFO 7 [946] -2015-03-23 16:49:56 queue INFO >7 [947] -2015-03-23 16:49:57 sendUrl INFO 7 [946] R:OK -2015-03-23 16:49:57 sendUrl INFO 7 [947] R:OK -2015-03-23 16:49:58 queue INFO 3 [948] -2015-03-23 16:49:58 queue INFO >3 [949] -2015-03-23 16:49:58 sendUrl INFO 3 [948] R:OK -2015-03-23 16:49:59 sendUrl INFO 3 [949] R:OK -2015-03-23 16:50:48 queue INFO >>3 [950] -2015-03-23 16:50:48 sendUrl INFO 3 [950] R:OK -2015-03-23 16:51:38 queue INFO >>3 [951] -2015-03-23 16:51:38 sendUrl INFO 3 [951] R:OK -2015-03-23 16:52:23 queue INFO 7 [952] -2015-03-23 16:52:23 sendUrl INFO 7 [952] R:OK -2015-03-23 16:52:23 queue INFO >7 [953] -2015-03-23 16:52:24 sendUrl INFO 7 [953] R:OK -2015-03-23 16:52:25 queue INFO 3 [954] -2015-03-23 16:52:25 queue INFO >3 [955] -2015-03-23 16:52:25 sendUrl INFO 3 [954] R:OK -2015-03-23 16:52:26 sendUrl INFO 3 [955] R:OK -2015-03-23 16:53:15 queue INFO >>3 [956] -2015-03-23 16:53:15 sendUrl INFO 3 [956] R:OK -2015-03-23 16:54:05 queue INFO >>3 [957] -2015-03-23 16:54:05 sendUrl INFO 3 [957] R:OK -2015-03-23 16:54:50 queue INFO 7 [958] -2015-03-23 16:54:50 queue INFO >7 [959] -2015-03-23 16:54:50 sendUrl INFO 7 [958] R:OK -2015-03-23 16:54:51 sendUrl INFO 7 [959] R:OK -2015-03-23 16:54:51 queue INFO 3 [960] -2015-03-23 16:54:52 queue INFO >3 [961] -2015-03-23 16:54:52 sendUrl INFO 3 [960] R:OK -2015-03-23 16:54:52 sendUrl INFO 3 [961] R:OK -2015-03-23 16:55:41 queue INFO >>3 [962] -2015-03-23 16:55:42 sendUrl INFO 3 [962] R:OK -2015-03-23 16:56:32 queue INFO >>3 [963] -2015-03-23 16:56:32 sendUrl INFO 3 [963] R:OK -2015-03-23 16:57:16 queue INFO 7 [964] -2015-03-23 16:57:17 queue INFO >7 [965] -2015-03-23 16:57:17 sendUrl INFO 7 [964] R:OK -2015-03-23 16:57:17 sendUrl INFO 7 [965] R:OK -2015-03-23 16:57:18 queue INFO 3 [966] -2015-03-23 16:57:18 sendUrl INFO 3 [966] R:OK -2015-03-23 16:57:18 queue INFO >3 [967] -2015-03-23 16:57:19 sendUrl INFO 3 [967] R:OK -2015-03-23 16:58:08 queue INFO >>3 [968] -2015-03-23 16:58:08 sendUrl INFO 3 [968] R:OK -2015-03-23 16:58:58 queue INFO >>3 [969] -2015-03-23 16:58:59 sendUrl INFO 3 [969] R:OK -2015-03-23 16:59:43 queue INFO 7 [970] -2015-03-23 16:59:43 queue INFO >7 [971] -2015-03-23 16:59:44 sendUrl INFO 7 [970] R:OK -2015-03-23 16:59:44 sendUrl INFO 7 [971] R:OK -2015-03-23 16:59:45 queue INFO 3 [972] -2015-03-23 16:59:45 queue INFO >3 [973] -2015-03-23 16:59:45 sendUrl INFO 3 [972] R:OK -2015-03-23 16:59:46 sendUrl INFO 3 [973] R:OK -2015-03-23 17:00:35 queue INFO >>3 [974] -2015-03-23 17:00:35 sendUrl INFO 3 [974] R:OK -2015-03-23 17:01:25 queue INFO >>3 [975] -2015-03-23 17:01:25 sendUrl INFO 3 [975] R:OK -2015-03-23 17:02:10 queue INFO 7 [976] -2015-03-23 17:02:10 queue INFO >7 [977] -2015-03-23 17:02:10 sendUrl INFO 7 [976] R:OK -2015-03-23 17:02:10 sendUrl INFO 7 [977] R:OK -2015-03-23 17:02:12 queue INFO 3 [978] -2015-03-23 17:02:12 queue INFO >3 [979] -2015-03-23 17:02:12 sendUrl INFO 3 [978] R:OK -2015-03-23 17:02:13 sendUrl INFO 3 [979] R:OK -2015-03-23 17:03:02 queue INFO >>3 [980] -2015-03-23 17:03:02 sendUrl INFO 3 [980] R:OK -2015-03-23 17:03:52 queue INFO >>3 [981] -2015-03-23 17:03:52 sendUrl INFO 3 [981] R:OK -2015-03-23 17:04:37 queue INFO 7 [982] -2015-03-23 17:04:37 queue INFO >7 [983] -2015-03-23 17:04:37 sendUrl INFO 7 [982] R:OK -2015-03-23 17:04:37 sendUrl INFO 7 [983] R:OK -2015-03-23 17:04:38 queue INFO 3 [984] -2015-03-23 17:04:38 queue INFO >3 [985] -2015-03-23 17:04:39 sendUrl INFO 3 [984] R:OK -2015-03-23 17:04:39 sendUrl INFO 3 [985] R:OK -2015-03-23 17:05:28 queue INFO >>3 [986] -2015-03-23 17:05:29 sendUrl INFO 3 [986] R:OK -2015-03-23 17:06:19 queue INFO >>3 [987] -2015-03-23 17:06:19 sendUrl INFO 3 [987] R:OK -2015-03-23 17:07:03 queue INFO 7 [988] -2015-03-23 17:07:04 queue INFO >7 [989] -2015-03-23 17:07:04 sendUrl INFO 7 [988] R:OK -2015-03-23 17:07:04 sendUrl INFO 7 [989] R:OK -2015-03-23 17:07:05 queue INFO 3 [990] -2015-03-23 17:07:05 queue INFO >3 [991] -2015-03-23 17:07:06 sendUrl INFO 3 [990] R:OK -2015-03-23 17:07:06 sendUrl INFO 3 [991] R:OK -2015-03-23 17:07:55 queue INFO >>3 [992] -2015-03-23 17:07:55 sendUrl INFO 3 [992] R:OK -2015-03-23 17:08:45 queue INFO >>3 [993] -2015-03-23 17:08:46 sendUrl INFO 3 [993] R:OK -2015-03-23 17:09:30 queue INFO 7 [994] -2015-03-23 17:09:30 queue INFO >7 [995] -2015-03-23 17:09:30 sendUrl INFO 7 [994] R:OK -2015-03-23 17:09:31 sendUrl INFO 7 [995] R:OK -2015-03-23 17:09:32 queue INFO 3 [996] -2015-03-23 17:09:32 queue INFO >3 [997] -2015-03-23 17:09:32 sendUrl INFO 3 [996] R:OK -2015-03-23 17:09:32 sendUrl INFO 3 [997] R:OK -2015-03-23 17:10:22 queue INFO >>3 [998] -2015-03-23 17:10:22 sendUrl INFO 3 [998] R:OK -2015-03-23 17:11:12 queue INFO >>3 [999] -2015-03-23 17:11:13 sendUrl INFO 3 [999] R:OK -2015-03-23 17:11:57 queue INFO 7 [0] -2015-03-23 17:11:57 sendUrl INFO 7 [0] R:OK -2015-03-23 17:11:57 queue INFO >7 [1] -2015-03-23 17:11:57 sendUrl INFO 7 [1] R:OK -2015-03-23 17:11:59 queue INFO 3 [2] -2015-03-23 17:11:59 queue INFO >3 [3] -2015-03-23 17:11:59 sendUrl INFO 3 [2] R:OK -2015-03-23 17:11:59 sendUrl INFO 3 [3] R:OK -2015-03-23 17:12:49 queue INFO >>3 [4] -2015-03-23 17:12:49 sendUrl INFO 3 [4] R:OK -2015-03-23 17:13:39 queue INFO >>3 [5] -2015-03-23 17:13:39 sendUrl INFO 3 [5] R:OK -2015-03-23 17:14:24 queue INFO 7 [6] -2015-03-23 17:14:24 queue INFO >7 [7] -2015-03-23 17:14:24 sendUrl INFO 7 [6] R:OK -2015-03-23 17:14:24 sendUrl INFO 7 [7] R:OK -2015-03-23 17:14:25 queue INFO 3 [8] -2015-03-23 17:14:25 sendUrl INFO 3 [8] R:OK -2015-03-23 17:14:25 queue INFO >3 [9] -2015-03-23 17:14:26 sendUrl INFO 3 [9] R:OK -2015-03-23 17:15:15 queue INFO >>3 [10] -2015-03-23 17:15:16 sendUrl INFO 3 [10] R:OK -2015-03-23 17:16:06 queue INFO >>3 [11] -2015-03-23 17:16:06 sendUrl INFO 3 [11] R:OK -2015-03-23 17:16:51 queue INFO 7 [12] -2015-03-23 17:16:51 queue INFO >7 [13] -2015-03-23 17:16:51 sendUrl INFO 7 [12] R:OK -2015-03-23 17:16:51 sendUrl INFO 7 [13] R:OK -2015-03-23 17:16:52 queue INFO 3 [14] -2015-03-23 17:16:52 queue INFO >3 [15] -2015-03-23 17:16:52 sendUrl INFO 3 [14] R:OK -2015-03-23 17:16:53 sendUrl INFO 3 [15] R:OK -2015-03-23 17:17:42 queue INFO >>3 [16] -2015-03-23 17:17:43 sendUrl INFO 3 [16] R:OK -2015-03-23 17:18:32 queue INFO >>3 [17] -2015-03-23 17:18:33 sendUrl INFO 3 [17] R:OK -2015-03-23 17:19:17 queue INFO 7 [18] -2015-03-23 17:19:17 queue INFO >7 [19] -2015-03-23 17:19:17 sendUrl INFO 7 [18] R:OK -2015-03-23 17:19:18 sendUrl INFO 7 [19] R:OK -2015-03-23 17:19:19 queue INFO 3 [20] -2015-03-23 17:19:19 sendUrl INFO 3 [20] R:OK -2015-03-23 17:19:19 queue INFO >3 [21] -2015-03-23 17:19:19 sendUrl INFO 3 [21] R:OK -2015-03-23 17:20:09 queue INFO >>3 [22] -2015-03-23 17:20:09 sendUrl INFO 3 [22] R:OK -2015-03-23 17:20:59 queue INFO >>3 [23] -2015-03-23 17:21:00 sendUrl INFO 3 [23] R:OK -2015-03-23 17:21:44 queue INFO 7 [24] -2015-03-23 17:21:44 queue INFO >7 [25] -2015-03-23 17:21:44 sendUrl INFO 7 [24] R:OK -2015-03-23 17:21:45 sendUrl INFO 7 [25] R:OK -2015-03-23 17:21:46 queue INFO 3 [26] -2015-03-23 17:21:46 queue INFO >3 [27] -2015-03-23 17:21:46 sendUrl INFO 3 [26] R:OK -2015-03-23 17:21:46 sendUrl INFO 3 [27] R:OK -2015-03-23 17:22:36 queue INFO >>3 [28] -2015-03-23 17:22:36 sendUrl INFO 3 [28] R:OK -2015-03-23 17:23:26 queue INFO >>3 [29] -2015-03-23 17:23:26 sendUrl INFO 3 [29] R:OK -2015-03-23 17:24:11 queue INFO 7 [30] -2015-03-23 17:24:11 queue INFO >7 [31] -2015-03-23 17:24:11 sendUrl INFO 7 [30] R:OK -2015-03-23 17:24:11 sendUrl INFO 7 [31] R:OK -2015-03-23 17:24:12 queue INFO 3 [32] -2015-03-23 17:24:12 queue INFO >3 [33] -2015-03-23 17:24:13 sendUrl INFO 3 [32] R:OK -2015-03-23 17:24:13 sendUrl INFO 3 [33] R:OK -2015-03-23 17:25:02 queue INFO >>3 [34] -2015-03-23 17:25:03 sendUrl INFO 3 [34] R:OK -2015-03-23 17:25:53 queue INFO >>3 [35] -2015-03-23 17:25:53 sendUrl INFO 3 [35] R:OK -2015-03-23 17:26:38 queue INFO 7 [36] -2015-03-23 17:26:38 queue INFO >7 [37] -2015-03-23 17:26:38 sendUrl INFO 7 [36] R:OK -2015-03-23 17:26:38 sendUrl INFO 7 [37] R:OK -2015-03-23 17:26:39 queue INFO 3 [38] -2015-03-23 17:26:39 queue INFO >3 [39] -2015-03-23 17:26:39 sendUrl INFO 3 [38] R:OK -2015-03-23 17:26:40 sendUrl INFO 3 [39] R:OK -2015-03-23 17:27:29 queue INFO >>3 [40] -2015-03-23 17:27:30 sendUrl INFO 3 [40] R:OK -2015-03-23 17:28:19 queue INFO >>3 [41] -2015-03-23 17:28:20 sendUrl INFO 3 [41] R:OK -2015-03-23 17:29:04 queue INFO 7 [42] -2015-03-23 17:29:04 sendUrl INFO 7 [42] R:OK -2015-03-23 17:29:04 queue INFO >7 [43] -2015-03-23 17:29:05 sendUrl INFO 7 [43] R:OK -2015-03-23 17:29:06 queue INFO 3 [44] -2015-03-23 17:29:06 queue INFO >3 [45] -2015-03-23 17:29:06 sendUrl INFO 3 [44] R:OK -2015-03-23 17:29:07 sendUrl INFO 3 [45] R:OK -2015-03-23 17:29:56 queue INFO >>3 [46] -2015-03-23 17:29:56 sendUrl INFO 3 [46] R:OK -2015-03-23 17:30:46 queue INFO >>3 [47] -2015-03-23 17:30:46 sendUrl INFO 3 [47] R:OK -2015-03-23 17:31:31 queue INFO 7 [48] -2015-03-23 17:31:31 queue INFO >7 [49] -2015-03-23 17:31:31 sendUrl INFO 7 [48] R:OK -2015-03-23 17:31:32 sendUrl INFO 7 [49] R:OK -2015-03-23 17:31:33 queue INFO 3 [50] -2015-03-23 17:31:33 queue INFO >3 [51] -2015-03-23 17:31:33 sendUrl INFO 3 [50] R:OK -2015-03-23 17:31:33 sendUrl INFO 3 [51] R:OK -2015-03-23 17:32:23 queue INFO >>3 [52] -2015-03-23 17:32:23 sendUrl INFO 3 [52] R:OK -2015-03-23 17:33:13 queue INFO >>3 [53] -2015-03-23 17:33:13 sendUrl INFO 3 [53] R:OK -2015-03-23 17:33:58 queue INFO 7 [54] -2015-03-23 17:33:58 sendUrl INFO 7 [54] R:OK -2015-03-23 17:33:58 queue INFO >7 [55] -2015-03-23 17:33:58 sendUrl INFO 7 [55] R:OK -2015-03-23 17:33:59 queue INFO 3 [56] -2015-03-23 17:33:59 queue INFO >3 [57] -2015-03-23 17:34:00 sendUrl INFO 3 [56] R:OK -2015-03-23 17:34:00 sendUrl INFO 3 [57] R:OK -2015-03-23 17:34:49 queue INFO >>3 [58] -2015-03-23 17:34:50 sendUrl INFO 3 [58] R:OK -2015-03-23 17:35:40 queue INFO >>3 [59] -2015-03-23 17:35:40 sendUrl INFO 3 [59] R:OK -2015-03-23 17:36:25 queue INFO 7 [60] -2015-03-23 17:36:25 queue INFO >7 [61] -2015-03-23 17:36:25 sendUrl INFO 7 [60] R:OK -2015-03-23 17:36:25 sendUrl INFO 7 [61] R:OK -2015-03-23 17:36:26 queue INFO 3 [62] -2015-03-23 17:36:26 sendUrl INFO 3 [62] R:OK -2015-03-23 17:36:26 queue INFO >3 [63] -2015-03-23 17:36:27 sendUrl INFO 3 [63] R:OK -2015-03-23 17:37:16 queue INFO >>3 [64] -2015-03-23 17:37:17 sendUrl INFO 3 [64] R:OK -2015-03-23 17:38:06 queue INFO >>3 [65] -2015-03-23 17:38:07 sendUrl INFO 3 [65] R:OK -2015-03-23 17:38:51 queue INFO 7 [66] -2015-03-23 17:38:51 queue INFO >7 [67] -2015-03-23 17:38:52 sendUrl INFO 7 [66] R:OK -2015-03-23 17:38:52 sendUrl INFO 7 [67] R:OK -2015-03-23 17:38:53 queue INFO 3 [68] -2015-03-23 17:38:53 queue INFO >3 [69] -2015-03-23 17:38:53 sendUrl INFO 3 [68] R:OK -2015-03-23 17:38:54 sendUrl INFO 3 [69] R:OK -2015-03-23 17:39:43 queue INFO >>3 [70] -2015-03-23 17:39:43 sendUrl INFO 3 [70] R:OK -2015-03-23 17:40:33 queue INFO >>3 [71] -2015-03-23 17:40:33 sendUrl INFO 3 [71] R:OK -2015-03-23 17:41:18 queue INFO 7 [72] -2015-03-23 17:41:18 queue INFO >7 [73] -2015-03-23 17:41:18 sendUrl INFO 7 [72] R:OK -2015-03-23 17:41:19 sendUrl INFO 7 [73] R:OK -2015-03-23 17:41:20 queue INFO 3 [74] -2015-03-23 17:41:20 queue INFO >3 [75] -2015-03-23 17:41:20 sendUrl INFO 3 [74] R:OK -2015-03-23 17:41:21 sendUrl INFO 3 [75] R:OK -2015-03-23 17:42:10 queue INFO >>3 [76] -2015-03-23 17:42:10 sendUrl INFO 3 [76] R:OK -2015-03-23 17:43:00 queue INFO >>3 [77] -2015-03-23 17:43:00 sendUrl INFO 3 [77] R:OK -2015-03-23 17:43:45 queue INFO 7 [78] -2015-03-23 17:43:45 queue INFO >7 [79] -2015-03-23 17:43:45 sendUrl INFO 7 [78] R:OK -2015-03-23 17:43:46 sendUrl INFO 7 [79] R:OK -2015-03-23 17:43:46 queue INFO 3 [80] -2015-03-23 17:43:47 queue INFO >3 [81] -2015-03-23 17:43:47 sendUrl INFO 3 [80] R:OK -2015-03-23 17:43:47 sendUrl INFO 3 [81] R:OK -2015-03-23 17:44:37 queue INFO >>3 [82] -2015-03-23 17:44:37 sendUrl INFO 3 [82] R:OK -2015-03-23 17:45:27 queue INFO >>3 [83] -2015-03-23 17:45:27 sendUrl INFO 3 [83] R:OK -2015-03-23 17:46:12 queue INFO 7 [84] -2015-03-23 17:46:12 sendUrl INFO 7 [84] R:OK -2015-03-23 17:46:12 queue INFO >7 [85] -2015-03-23 17:46:12 sendUrl INFO 7 [85] R:OK -2015-03-23 17:46:13 queue INFO 3 [86] -2015-03-23 17:46:13 queue INFO >3 [87] -2015-03-23 17:46:14 sendUrl INFO 3 [86] R:OK -2015-03-23 17:46:14 sendUrl INFO 3 [87] R:OK -2015-03-23 17:47:03 queue INFO >>3 [88] -2015-03-23 17:47:03 sendUrl INFO 3 [88] R:OK -2015-03-23 17:47:53 queue INFO >>3 [89] -2015-03-23 17:47:54 sendUrl INFO 3 [89] R:OK -2015-03-23 17:48:38 queue INFO 7 [90] -2015-03-23 17:48:39 queue INFO >7 [91] -2015-03-23 17:48:39 sendUrl INFO 7 [90] R:OK -2015-03-23 17:48:39 sendUrl INFO 7 [91] R:OK -2015-03-23 17:48:40 queue INFO 3 [92] -2015-03-23 17:48:40 sendUrl INFO 3 [92] R:OK -2015-03-23 17:48:40 queue INFO >3 [93] -2015-03-23 17:48:41 sendUrl INFO 3 [93] R:OK -2015-03-23 17:49:30 queue INFO >>3 [94] -2015-03-23 17:49:30 sendUrl INFO 3 [94] R:OK -2015-03-23 17:50:20 queue INFO >>3 [95] -2015-03-23 17:50:21 sendUrl INFO 3 [95] R:OK -2015-03-23 17:51:05 queue INFO 7 [96] -2015-03-23 17:51:05 queue INFO >7 [97] -2015-03-23 17:51:06 sendUrl INFO 7 [96] R:OK -2015-03-23 17:51:06 sendUrl INFO 7 [97] R:OK -2015-03-23 17:51:07 queue INFO 3 [98] -2015-03-23 17:51:07 queue INFO >3 [99] -2015-03-23 17:51:07 sendUrl INFO 3 [98] R:OK -2015-03-23 17:51:08 sendUrl INFO 3 [99] R:OK -2015-03-23 17:51:57 queue INFO >>3 [100] -2015-03-23 17:51:57 sendUrl INFO 3 [100] R:OK -2015-03-23 17:52:47 queue INFO >>3 [101] -2015-03-23 17:52:47 sendUrl INFO 3 [101] R:OK -2015-03-23 17:53:32 queue INFO 7 [102] -2015-03-23 17:53:32 queue INFO >7 [103] -2015-03-23 17:53:32 sendUrl INFO 7 [102] R:OK -2015-03-23 17:53:33 sendUrl INFO 7 [103] R:OK -2015-03-23 17:53:33 queue INFO 3 [104] -2015-03-23 17:53:34 sendUrl INFO 3 [104] R:OK -2015-03-23 17:53:34 queue INFO >3 [105] -2015-03-23 17:53:34 sendUrl INFO 3 [105] R:OK -2015-03-23 17:54:24 queue INFO >>3 [106] -2015-03-23 17:54:24 sendUrl INFO 3 [106] R:OK -2015-03-23 17:55:14 queue INFO >>3 [107] -2015-03-23 17:55:14 sendUrl INFO 3 [107] R:OK -2015-03-23 17:55:59 queue INFO 1 [108] -2015-03-23 17:56:00 queue INFO >1 [109] -2015-03-23 17:56:00 sendUrl INFO 1 [108] R:OK -2015-03-23 17:56:00 sendUrl INFO 1 [109] R:OK -2015-03-23 17:56:49 queue INFO >>1 [110] -2015-03-23 17:56:50 sendUrl INFO 1 [110] R:OK -2015-03-23 17:57:40 queue INFO >>1 [111] -2015-03-23 17:57:40 sendUrl INFO 1 [111] R:OK -2015-03-23 17:58:30 queue INFO >>1 [112] -2015-03-23 17:58:30 sendUrl INFO 1 [112] R:OK -2015-03-23 17:59:20 queue INFO >>1 [113] -2015-03-23 17:59:20 sendUrl INFO 1 [113] R:OK -2015-03-23 18:00:10 queue INFO >>1 [114] -2015-03-23 18:00:10 sendUrl INFO 1 [114] R:OK -2015-03-23 18:01:00 queue INFO >>1 [115] -2015-03-23 18:01:01 sendUrl INFO 1 [115] R:OK -2015-03-23 18:01:50 queue INFO >>1 [116] -2015-03-23 18:01:51 sendUrl INFO 1 [116] R:OK -2015-03-23 18:02:41 queue INFO >>1 [117] -2015-03-23 18:02:41 sendUrl INFO 1 [117] R:OK -2015-03-23 18:03:31 queue INFO >>1 [118] -2015-03-23 18:03:31 sendUrl INFO 1 [118] R:OK -2015-03-23 18:04:21 queue INFO >>1 [119] -2015-03-23 18:04:21 sendUrl INFO 1 [119] R:OK -2015-03-23 18:05:11 queue INFO >>1 [120] -2015-03-23 18:05:11 sendUrl INFO 1 [120] R:OK -2015-03-23 18:06:01 queue INFO >>1 [121] -2015-03-23 18:06:02 sendUrl INFO 1 [121] R:OK -2015-03-23 18:06:51 queue INFO >>1 [122] -2015-03-23 18:06:52 sendUrl INFO 1 [122] R:OK -2015-03-23 18:07:41 queue INFO >>1 [123] -2015-03-23 18:07:42 sendUrl INFO 1 [123] R:OK -2015-03-23 18:08:32 queue INFO >>1 [124] -2015-03-23 18:08:32 sendUrl INFO 1 [124] R:OK -2015-03-23 18:09:22 queue INFO >>1 [125] -2015-03-23 18:09:22 sendUrl INFO 1 [125] R:OK -2015-03-23 18:10:12 queue INFO >>1 [126] -2015-03-23 18:10:12 sendUrl INFO 1 [126] R:OK -2015-03-23 18:11:02 queue INFO >>1 [127] -2015-03-23 18:11:03 sendUrl INFO 1 [127] R:OK -2015-03-23 18:11:52 queue INFO >>1 [128] -2015-03-23 18:11:52 sendUrl INFO 1 [128] R:OK -2015-03-23 18:12:42 queue INFO >>1 [129] -2015-03-23 18:12:43 sendUrl INFO 1 [129] R:OK -2015-03-23 18:13:13 queue INFO 3 [130] -2015-03-23 18:13:14 queue INFO >3 [131] -2015-03-23 18:13:14 sendUrl INFO 3 [130] R:OK -2015-03-23 18:13:14 sendUrl INFO 3 [131] R:OK -2015-03-23 18:14:03 queue INFO 7 [132] -2015-03-23 18:14:03 queue INFO >7 [133] -2015-03-23 18:14:04 sendUrl INFO 7 [132] R:OK -2015-03-23 18:14:04 sendUrl INFO 7 [133] R:OK -2015-03-23 18:14:05 queue INFO 3 [134] -2015-03-23 18:14:05 queue INFO >3 [135] -2015-03-23 18:14:05 sendUrl INFO 3 [134] R:OK -2015-03-23 18:14:06 sendUrl INFO 3 [135] R:OK -2015-03-23 18:14:25 queue INFO 19 [136] -2015-03-23 18:14:26 queue INFO >19 [137] -2015-03-23 18:14:26 sendUrl INFO 19 [136] R:OK -2015-03-23 18:14:26 sendUrl INFO 19 [137] R:OK -2015-03-23 18:15:15 queue INFO >>19 [138] -2015-03-23 18:15:16 sendUrl INFO 19 [138] R:OK -2015-03-23 18:15:44 queue INFO 39 [139] -2015-03-23 18:15:44 sendUrl INFO 39 [139] R:OK -2015-03-23 18:15:44 queue INFO >39 [140] -2015-03-23 18:15:44 sendUrl INFO 39 [140] R:OK -2015-03-23 18:16:27 queue INFO 21 [141] -2015-03-23 18:16:27 queue INFO >21 [142] -2015-03-23 18:16:28 queue INFO 39 [143] -2015-03-23 18:16:28 sendUrl INFO 21 [141] R:OK -2015-03-23 18:16:28 queue INFO >39 [144] -2015-03-23 18:16:28 sendUrl INFO 21 [142] R:OK -2015-03-23 18:16:29 sendUrl INFO 39 [143] R:OK -2015-03-23 18:16:29 sendUrl INFO 39 [144] R:OK -2015-03-23 18:16:31 queue INFO 21 [145] -2015-03-23 18:16:31 queue INFO >21 [146] -2015-03-23 18:16:31 sendUrl INFO 21 [145] R:OK -2015-03-23 18:16:31 sendUrl INFO 21 [146] R:OK -2015-03-23 18:17:21 queue INFO >>21 [147] -2015-03-23 18:17:21 sendUrl INFO 21 [147] R:OK -2015-03-23 18:17:47 queue INFO 1 [148] -2015-03-23 18:17:47 queue INFO >1 [149] -2015-03-23 18:17:47 sendUrl INFO 1 [148] R:OK -2015-03-23 18:17:48 sendUrl INFO 1 [149] R:OK -2015-03-23 18:18:14 queue INFO 5 [150] -2015-03-23 18:18:14 queue INFO >5 [151] -2015-03-23 18:18:14 sendUrl INFO 5 [150] R:OK -2015-03-23 18:18:15 sendUrl INFO 5 [151] R:OK -2015-03-23 18:18:16 queue INFO 1 [152] -2015-03-23 18:18:16 sendUrl INFO 1 [152] R:OK -2015-03-23 18:18:16 queue INFO >1 [153] -2015-03-23 18:18:16 sendUrl INFO 1 [153] R:OK -2015-03-23 18:18:45 queue INFO 3 [154] -2015-03-23 18:18:45 queue INFO >3 [155] -2015-03-23 18:18:45 sendUrl INFO 3 [154] R:OK -2015-03-23 18:18:46 sendUrl INFO 3 [155] R:OK -2015-03-23 18:19:35 queue INFO >>3 [156] -2015-03-23 18:19:35 sendUrl INFO 3 [156] R:OK -2015-03-23 18:20:25 queue INFO >>3 [157] -2015-03-23 18:20:25 sendUrl INFO 3 [157] R:OK -2015-03-23 18:20:41 queue INFO 7 [158] -2015-03-23 18:20:41 queue INFO >7 [159] -2015-03-23 18:20:41 sendUrl INFO 7 [158] R:OK -2015-03-23 18:20:42 sendUrl INFO 7 [159] R:OK -2015-03-23 18:20:43 queue INFO 3 [160] -2015-03-23 18:20:43 queue INFO >3 [161] -2015-03-23 18:20:43 sendUrl INFO 3 [160] R:OK -2015-03-23 18:20:43 sendUrl INFO 3 [161] R:OK -2015-03-23 18:21:33 queue INFO >>3 [162] -2015-03-23 18:21:33 sendUrl INFO 3 [162] R:OK -2015-03-23 18:22:23 queue INFO >>3 [163] -2015-03-23 18:22:23 sendUrl INFO 3 [163] R:OK -2015-03-23 18:23:08 queue INFO 7 [164] -2015-03-23 18:23:08 queue INFO >7 [165] -2015-03-23 18:23:08 sendUrl INFO 7 [164] R:OK -2015-03-23 18:23:08 sendUrl INFO 7 [165] R:OK -2015-03-23 18:23:10 queue INFO 3 [166] -2015-03-23 18:23:10 queue INFO >3 [167] -2015-03-23 18:23:10 sendUrl INFO 3 [166] R:OK -2015-03-23 18:23:10 sendUrl INFO 3 [167] R:OK -2015-03-23 18:24:00 queue INFO >>3 [168] -2015-03-23 18:24:00 sendUrl INFO 3 [168] R:OK -2015-03-23 18:24:50 queue INFO >>3 [169] -2015-03-23 18:24:50 sendUrl INFO 3 [169] R:OK -2015-03-23 18:25:35 queue INFO 7 [170] -2015-03-23 18:25:35 queue INFO >7 [171] -2015-03-23 18:25:35 sendUrl INFO 7 [170] R:OK -2015-03-23 18:25:35 sendUrl INFO 7 [171] R:OK -2015-03-23 18:25:36 queue INFO 3 [172] -2015-03-23 18:25:36 queue INFO >3 [173] -2015-03-23 18:25:36 sendUrl INFO 3 [172] R:OK -2015-03-23 18:25:37 sendUrl INFO 3 [173] R:OK -2015-03-23 18:26:26 queue INFO >>3 [174] -2015-03-23 18:26:27 sendUrl INFO 3 [174] R:OK -2015-03-23 18:27:16 queue INFO >>3 [175] -2015-03-23 18:27:17 sendUrl INFO 3 [175] R:OK -2015-03-23 18:28:01 queue INFO 7 [176] -2015-03-23 18:28:02 queue INFO >7 [177] -2015-03-23 18:28:02 sendUrl INFO 7 [176] R:OK -2015-03-23 18:28:02 sendUrl INFO 7 [177] R:OK -2015-03-23 18:28:03 queue INFO 3 [178] -2015-03-23 18:28:03 queue INFO >3 [179] -2015-03-23 18:28:03 sendUrl INFO 3 [178] R:OK -2015-03-23 18:28:04 sendUrl INFO 3 [179] R:OK -2015-03-23 18:28:53 queue INFO >>3 [180] -2015-03-23 18:28:54 sendUrl INFO 3 [180] R:OK -2015-03-23 18:29:43 queue INFO >>3 [181] -2015-03-23 18:29:44 sendUrl INFO 3 [181] R:OK -2015-03-23 18:30:28 queue INFO 7 [182] -2015-03-23 18:30:28 queue INFO >7 [183] -2015-03-23 18:30:28 sendUrl INFO 7 [182] R:OK -2015-03-23 18:30:29 sendUrl INFO 7 [183] R:OK -2015-03-23 18:30:30 queue INFO 3 [184] -2015-03-23 18:30:30 queue INFO >3 [185] -2015-03-23 18:30:30 sendUrl INFO 3 [184] R:OK -2015-03-23 18:30:30 sendUrl INFO 3 [185] R:OK -2015-03-23 18:31:20 queue INFO >>3 [186] -2015-03-23 18:31:20 sendUrl INFO 3 [186] R:OK -2015-03-23 18:32:10 queue INFO >>3 [187] -2015-03-23 18:32:11 sendUrl INFO 3 [187] R:OK -2015-03-23 18:32:55 queue INFO 7 [188] -2015-03-23 18:32:55 queue INFO >7 [189] -2015-03-23 18:32:55 sendUrl INFO 7 [188] R:OK -2015-03-23 18:32:56 sendUrl INFO 7 [189] R:OK -2015-03-23 18:32:57 queue INFO 3 [190] -2015-03-23 18:32:57 queue INFO >3 [191] -2015-03-23 18:32:57 sendUrl INFO 3 [190] R:OK -2015-03-23 18:32:57 sendUrl INFO 3 [191] R:OK -2015-03-23 18:33:47 queue INFO >>3 [192] -2015-03-23 18:33:47 sendUrl INFO 3 [192] R:OK -2015-03-23 18:34:37 queue INFO >>3 [193] -2015-03-23 18:34:37 sendUrl INFO 3 [193] R:OK -2015-03-23 18:35:22 queue INFO 7 [194] -2015-03-23 18:35:22 queue INFO >7 [195] -2015-03-23 18:35:22 sendUrl INFO 7 [194] R:OK -2015-03-23 18:35:22 sendUrl INFO 7 [195] R:OK -2015-03-23 18:35:23 queue INFO 3 [196] -2015-03-23 18:35:24 queue INFO >3 [197] -2015-03-23 18:35:24 sendUrl INFO 3 [196] R:OK -2015-03-23 18:35:24 sendUrl INFO 3 [197] R:OK -2015-03-23 18:36:14 queue INFO >>3 [198] -2015-03-23 18:36:14 sendUrl INFO 3 [198] R:OK -2015-03-23 18:37:04 queue INFO >>3 [199] -2015-03-23 18:37:04 sendUrl INFO 3 [199] R:OK -2015-03-23 18:37:48 queue INFO 7 [200] -2015-03-23 18:37:49 queue INFO >7 [201] -2015-03-23 18:37:49 sendUrl INFO 7 [200] R:OK -2015-03-23 18:37:49 sendUrl INFO 7 [201] R:OK -2015-03-23 18:37:50 queue INFO 3 [202] -2015-03-23 18:37:50 queue INFO >3 [203] -2015-03-23 18:37:50 sendUrl INFO 3 [202] R:OK -2015-03-23 18:37:51 sendUrl INFO 3 [203] R:OK -2015-03-23 18:38:40 queue INFO >>3 [204] -2015-03-23 18:38:41 sendUrl INFO 3 [204] R:OK -2015-03-23 18:39:30 queue INFO >>3 [205] -2015-03-23 18:39:30 sendUrl INFO 3 [205] R:OK -2015-03-23 18:40:15 queue INFO 7 [206] -2015-03-23 18:40:15 queue INFO >7 [207] -2015-03-23 18:40:16 sendUrl INFO 7 [206] R:OK -2015-03-23 18:40:16 sendUrl INFO 7 [207] R:OK -2015-03-23 18:40:17 queue INFO 3 [208] -2015-03-23 18:40:17 queue INFO >3 [209] -2015-03-23 18:40:17 sendUrl INFO 3 [208] R:OK -2015-03-23 18:40:18 sendUrl INFO 3 [209] R:OK -2015-03-23 18:41:07 queue INFO >>3 [210] -2015-03-23 18:41:08 sendUrl INFO 3 [210] R:OK -2015-03-23 18:41:57 queue INFO >>3 [211] -2015-03-23 18:41:57 sendUrl INFO 3 [211] R:OK -2015-03-23 18:42:42 queue INFO 7 [212] -2015-03-23 18:42:42 queue INFO >7 [213] -2015-03-23 18:42:42 sendUrl INFO 7 [212] R:OK -2015-03-23 18:42:43 sendUrl INFO 7 [213] R:OK -2015-03-23 18:42:44 queue INFO 3 [214] -2015-03-23 18:42:44 queue INFO >3 [215] -2015-03-23 18:42:44 sendUrl INFO 3 [214] R:OK -2015-03-23 18:42:44 sendUrl INFO 3 [215] R:OK -2015-03-23 18:43:34 queue INFO >>3 [216] -2015-03-23 18:43:34 sendUrl INFO 3 [216] R:OK -2015-03-23 18:44:24 queue INFO >>3 [217] -2015-03-23 18:44:24 sendUrl INFO 3 [217] R:OK -2015-03-23 18:45:09 queue INFO 7 [218] -2015-03-23 18:45:09 queue INFO >7 [219] -2015-03-23 18:45:09 sendUrl INFO 7 [218] R:OK -2015-03-23 18:45:10 sendUrl INFO 7 [219] R:OK -2015-03-23 18:45:10 queue INFO 3 [220] -2015-03-23 18:45:11 queue INFO >3 [221] -2015-03-23 18:45:11 sendUrl INFO 3 [220] R:OK -2015-03-23 18:45:11 sendUrl INFO 3 [221] R:OK -2015-03-23 18:46:01 queue INFO >>3 [222] -2015-03-23 18:46:01 sendUrl INFO 3 [222] R:OK -2015-03-23 18:46:51 queue INFO >>3 [223] -2015-03-23 18:46:51 sendUrl INFO 3 [223] R:OK -2015-03-23 18:47:35 queue INFO 7 [224] -2015-03-23 18:47:36 queue INFO >7 [225] -2015-03-23 18:47:36 sendUrl INFO 7 [224] R:OK -2015-03-23 18:47:36 sendUrl INFO 7 [225] R:OK -2015-03-23 18:47:37 queue INFO 3 [226] -2015-03-23 18:47:37 sendUrl INFO 3 [226] R:OK -2015-03-23 18:47:37 queue INFO >3 [227] -2015-03-23 18:47:38 sendUrl INFO 3 [227] R:OK -2015-03-23 18:48:27 queue INFO >>3 [228] -2015-03-23 18:48:28 sendUrl INFO 3 [228] R:OK -2015-03-23 18:49:17 queue INFO >>3 [229] -2015-03-23 18:49:18 sendUrl INFO 3 [229] R:OK -2015-03-23 18:50:02 queue INFO 7 [230] -2015-03-23 18:50:02 queue INFO >7 [231] -2015-03-23 18:50:03 sendUrl INFO 7 [230] R:OK -2015-03-23 18:50:03 sendUrl INFO 7 [231] R:OK -2015-03-23 18:50:04 queue INFO 3 [232] -2015-03-23 18:50:04 queue INFO >3 [233] -2015-03-23 18:50:04 sendUrl INFO 3 [232] R:OK -2015-03-23 18:50:05 sendUrl INFO 3 [233] R:OK -2015-03-23 18:50:54 queue INFO >>3 [234] -2015-03-23 18:50:54 sendUrl INFO 3 [234] R:OK -2015-03-23 18:51:44 queue INFO >>3 [235] -2015-03-23 18:51:44 sendUrl INFO 3 [235] R:OK -2015-03-23 18:52:29 queue INFO 7 [236] -2015-03-23 18:52:29 queue INFO >7 [237] -2015-03-23 18:52:30 sendUrl INFO 7 [236] R:OK -2015-03-23 18:52:30 sendUrl INFO 7 [237] R:OK -2015-03-23 18:52:31 queue INFO 3 [238] -2015-03-23 18:52:31 queue INFO >3 [239] -2015-03-23 18:52:31 sendUrl INFO 3 [238] R:OK -2015-03-23 18:52:32 sendUrl INFO 3 [239] R:OK -2015-03-23 18:53:21 queue INFO >>3 [240] -2015-03-23 18:53:21 sendUrl INFO 3 [240] R:OK -2015-03-23 18:54:11 queue INFO >>3 [241] -2015-03-23 18:54:11 sendUrl INFO 3 [241] R:OK -2015-03-23 18:54:56 queue INFO 7 [242] -2015-03-23 18:54:56 queue INFO >7 [243] -2015-03-23 18:54:56 sendUrl INFO 7 [242] R:OK -2015-03-23 18:54:57 sendUrl INFO 7 [243] R:OK -2015-03-23 18:54:57 queue INFO 3 [244] -2015-03-23 18:54:58 queue INFO >3 [245] -2015-03-23 18:54:58 sendUrl INFO 3 [244] R:OK -2015-03-23 18:54:58 sendUrl INFO 3 [245] R:OK -2015-03-23 18:55:48 queue INFO >>3 [246] -2015-03-23 18:55:48 sendUrl INFO 3 [246] R:OK -2015-03-23 18:56:38 queue INFO >>3 [247] -2015-03-23 18:56:38 sendUrl INFO 3 [247] R:OK -2015-03-23 18:57:23 queue INFO 7 [248] -2015-03-23 18:57:23 queue INFO >7 [249] -2015-03-23 18:57:23 sendUrl INFO 7 [248] R:OK -2015-03-23 18:57:24 sendUrl INFO 7 [249] R:OK -2015-03-23 18:57:24 queue INFO 3 [250] -2015-03-23 18:57:24 queue INFO >3 [251] -2015-03-23 18:57:25 sendUrl INFO 3 [250] R:OK -2015-03-23 18:57:25 sendUrl INFO 3 [251] R:OK -2015-03-23 18:58:14 queue INFO >>3 [252] -2015-03-23 18:58:15 sendUrl INFO 3 [252] R:OK -2015-03-23 18:59:05 queue INFO >>3 [253] -2015-03-23 18:59:05 sendUrl INFO 3 [253] R:OK -2015-03-23 18:59:49 queue INFO 7 [254] -2015-03-23 18:59:50 queue INFO >7 [255] -2015-03-23 18:59:50 sendUrl INFO 7 [254] R:OK -2015-03-23 18:59:51 sendUrl INFO 7 [255] R:OK -2015-03-23 18:59:51 queue INFO 3 [256] -2015-03-23 18:59:51 queue INFO >3 [257] -2015-03-23 18:59:52 sendUrl INFO 3 [256] R:OK -2015-03-23 18:59:52 sendUrl INFO 3 [257] R:OK -2015-03-23 19:00:41 queue INFO >>3 [258] -2015-03-23 19:00:41 sendUrl INFO 3 [258] R:OK -2015-03-23 19:01:31 queue INFO >>3 [259] -2015-03-23 19:01:32 sendUrl INFO 3 [259] R:OK -2015-03-23 19:02:16 queue INFO 7 [260] -2015-03-23 19:02:16 queue INFO >7 [261] -2015-03-23 19:02:17 sendUrl INFO 7 [260] R:OK -2015-03-23 19:02:17 sendUrl INFO 7 [261] R:OK -2015-03-23 19:02:18 queue INFO 3 [262] -2015-03-23 19:02:18 queue INFO >3 [263] -2015-03-23 19:02:18 sendUrl INFO 3 [262] R:OK -2015-03-23 19:02:19 sendUrl INFO 3 [263] R:OK -2015-03-23 19:03:08 queue INFO >>3 [264] -2015-03-23 19:03:08 sendUrl INFO 3 [264] R:OK -2015-03-23 19:03:58 queue INFO >>3 [265] -2015-03-23 19:03:58 sendUrl INFO 3 [265] R:OK -2015-03-23 19:04:43 queue INFO 7 [266] -2015-03-23 19:04:43 sendUrl INFO 7 [266] R:OK -2015-03-23 19:04:43 queue INFO >7 [267] -2015-03-23 19:04:44 sendUrl INFO 7 [267] R:OK -2015-03-23 19:04:45 queue INFO 3 [268] -2015-03-23 19:04:45 queue INFO >3 [269] -2015-03-23 19:04:45 sendUrl INFO 3 [268] R:OK -2015-03-23 19:04:46 sendUrl INFO 3 [269] R:OK -2015-03-23 19:05:35 queue INFO >>3 [270] -2015-03-23 19:05:35 sendUrl INFO 3 [270] R:OK -2015-03-23 19:06:25 queue INFO >>3 [271] -2015-03-23 19:06:25 sendUrl INFO 3 [271] R:OK -2015-03-23 19:07:10 queue INFO 7 [272] -2015-03-23 19:07:10 queue INFO >7 [273] -2015-03-23 19:07:10 sendUrl INFO 7 [272] R:OK -2015-03-23 19:07:10 sendUrl INFO 7 [273] R:OK -2015-03-23 19:07:11 queue INFO 3 [274] -2015-03-23 19:07:12 queue INFO >3 [275] -2015-03-23 19:07:12 sendUrl INFO 3 [274] R:OK -2015-03-23 19:07:12 sendUrl INFO 3 [275] R:OK -2015-03-23 19:08:01 queue INFO >>3 [276] -2015-03-23 19:08:02 sendUrl INFO 3 [276] R:OK -2015-03-23 19:08:52 queue INFO >>3 [277] -2015-03-23 19:08:52 sendUrl INFO 3 [277] R:OK -2015-03-23 19:09:36 queue INFO 7 [278] -2015-03-23 19:09:37 queue INFO >7 [279] -2015-03-23 19:09:37 sendUrl INFO 7 [278] R:OK -2015-03-23 19:09:37 sendUrl INFO 7 [279] R:OK -2015-03-23 19:09:38 queue INFO 3 [280] -2015-03-23 19:09:38 queue INFO >3 [281] -2015-03-23 19:09:39 sendUrl INFO 3 [280] R:OK -2015-03-23 19:09:39 sendUrl INFO 3 [281] R:OK -2015-03-23 19:10:28 queue INFO >>3 [282] -2015-03-23 19:10:29 sendUrl INFO 3 [282] R:OK -2015-03-23 19:11:18 queue INFO >>3 [283] -2015-03-23 19:11:19 sendUrl INFO 3 [283] R:OK -2015-03-23 19:12:03 queue INFO 7 [284] -2015-03-23 19:12:03 sendUrl INFO 7 [284] R:OK -2015-03-23 19:12:04 queue INFO >7 [285] -2015-03-23 19:12:04 sendUrl INFO 7 [285] R:OK -2015-03-23 19:12:05 queue INFO 3 [286] -2015-03-23 19:12:05 queue INFO >3 [287] -2015-03-23 19:12:05 sendUrl INFO 3 [286] R:OK -2015-03-23 19:12:06 sendUrl INFO 3 [287] R:OK -2015-03-23 19:12:55 queue INFO >>3 [288] -2015-03-23 19:12:55 sendUrl INFO 3 [288] R:OK -2015-03-23 19:13:45 queue INFO >>3 [289] -2015-03-23 19:13:46 sendUrl INFO 3 [289] R:OK -2015-03-23 19:14:30 queue INFO 7 [290] -2015-03-23 19:14:30 queue INFO >7 [291] -2015-03-23 19:14:30 sendUrl INFO 7 [290] R:OK -2015-03-23 19:14:31 sendUrl INFO 7 [291] R:OK -2015-03-23 19:14:32 queue INFO 3 [292] -2015-03-23 19:14:32 sendUrl INFO 3 [292] R:OK -2015-03-23 19:14:32 queue INFO >3 [293] -2015-03-23 19:14:32 sendUrl INFO 3 [293] R:OK -2015-03-23 19:15:22 queue INFO >>3 [294] -2015-03-23 19:15:22 sendUrl INFO 3 [294] R:OK -2015-03-23 19:16:12 queue INFO >>3 [295] -2015-03-23 19:16:13 sendUrl INFO 3 [295] R:OK -2015-03-23 19:16:57 queue INFO 7 [296] -2015-03-23 19:16:57 queue INFO >7 [297] -2015-03-23 19:16:57 sendUrl INFO 7 [296] R:OK -2015-03-23 19:16:58 sendUrl INFO 7 [297] R:OK -2015-03-23 19:16:59 queue INFO 3 [298] -2015-03-23 19:16:59 queue INFO >3 [299] -2015-03-23 19:16:59 sendUrl INFO 3 [298] R:OK -2015-03-23 19:16:59 sendUrl INFO 3 [299] R:OK -2015-03-23 19:17:49 queue INFO >>3 [300] -2015-03-23 19:17:49 sendUrl INFO 3 [300] R:OK -2015-03-23 19:18:39 queue INFO >>3 [301] -2015-03-23 19:18:39 sendUrl INFO 3 [301] R:OK -2015-03-23 19:19:24 queue INFO 7 [302] -2015-03-23 19:19:24 queue INFO >7 [303] -2015-03-23 19:19:24 sendUrl INFO 7 [302] R:OK -2015-03-23 19:19:24 sendUrl INFO 7 [303] R:OK -2015-03-23 19:19:25 queue INFO 3 [304] -2015-03-23 19:19:25 sendUrl INFO 3 [304] R:OK -2015-03-23 19:19:25 queue INFO >3 [305] -2015-03-23 19:19:26 sendUrl INFO 3 [305] R:OK -2015-03-23 19:20:15 queue INFO >>3 [306] -2015-03-23 19:20:16 sendUrl INFO 3 [306] R:OK -2015-03-23 19:21:06 queue INFO >>3 [307] -2015-03-23 19:21:06 sendUrl INFO 3 [307] R:OK -2015-03-23 19:21:51 queue INFO 7 [308] -2015-03-23 19:21:51 queue INFO >7 [309] -2015-03-23 19:21:51 sendUrl INFO 7 [308] R:OK -2015-03-23 19:21:51 sendUrl INFO 7 [309] R:OK -2015-03-23 19:21:52 queue INFO 3 [310] -2015-03-23 19:21:52 queue INFO >3 [311] -2015-03-23 19:21:52 sendUrl INFO 3 [310] R:OK -2015-03-23 19:21:53 sendUrl INFO 3 [311] R:OK -2015-03-23 19:22:42 queue INFO >>3 [312] -2015-03-23 19:22:43 sendUrl INFO 3 [312] R:OK -2015-03-23 19:23:32 queue INFO >>3 [313] -2015-03-23 19:23:33 sendUrl INFO 3 [313] R:OK -2015-03-23 19:24:17 queue INFO 7 [314] -2015-03-23 19:24:18 queue INFO >7 [315] -2015-03-23 19:24:18 sendUrl INFO 7 [314] R:OK -2015-03-23 19:24:18 sendUrl INFO 7 [315] R:OK -2015-03-23 19:24:19 queue INFO 3 [316] -2015-03-23 19:24:19 queue INFO >3 [317] -2015-03-23 19:24:19 sendUrl INFO 3 [316] R:OK -2015-03-23 19:24:20 sendUrl INFO 3 [317] R:OK -2015-03-23 19:25:09 queue INFO >>3 [318] -2015-03-23 19:25:10 sendUrl INFO 3 [318] R:OK -2015-03-23 19:25:59 queue INFO >>3 [319] -2015-03-23 19:26:00 sendUrl INFO 3 [319] R:OK -2015-03-23 19:26:44 queue INFO 7 [320] -2015-03-23 19:26:44 queue INFO >7 [321] -2015-03-23 19:26:45 sendUrl INFO 7 [320] R:OK -2015-03-23 19:26:45 sendUrl INFO 7 [321] R:OK -2015-03-23 19:26:46 queue INFO 3 [322] -2015-03-23 19:26:46 queue INFO >3 [323] -2015-03-23 19:26:46 sendUrl INFO 3 [322] R:OK -2015-03-23 19:26:47 sendUrl INFO 3 [323] R:OK -2015-03-23 19:27:36 queue INFO >>3 [324] -2015-03-23 19:27:36 sendUrl INFO 3 [324] R:OK -2015-03-23 19:28:26 queue INFO >>3 [325] -2015-03-23 19:28:26 sendUrl INFO 3 [325] R:OK -2015-03-23 19:29:11 queue INFO 7 [326] -2015-03-23 19:29:11 queue INFO >7 [327] -2015-03-23 19:29:11 sendUrl INFO 7 [326] R:OK -2015-03-23 19:29:12 sendUrl INFO 7 [327] R:OK -2015-03-23 19:29:13 queue INFO 3 [328] -2015-03-23 19:29:13 queue INFO >3 [329] -2015-03-23 19:29:13 sendUrl INFO 3 [328] R:OK -2015-03-23 19:29:13 sendUrl INFO 3 [329] R:OK -2015-03-23 19:30:03 queue INFO >>3 [330] -2015-03-23 19:30:03 sendUrl INFO 3 [330] R:OK -2015-03-23 19:30:53 queue INFO >>3 [331] -2015-03-23 19:30:53 sendUrl INFO 3 [331] R:OK -2015-03-23 19:31:38 queue INFO 7 [332] -2015-03-23 19:31:38 queue INFO >7 [333] -2015-03-23 19:31:38 sendUrl INFO 7 [332] R:OK -2015-03-23 19:31:39 sendUrl INFO 7 [333] R:OK -2015-03-23 19:31:39 queue INFO 3 [334] -2015-03-23 19:31:40 queue INFO >3 [335] -2015-03-23 19:31:40 sendUrl INFO 3 [334] R:OK -2015-03-23 19:31:40 sendUrl INFO 3 [335] R:OK -2015-03-23 19:32:30 queue INFO >>3 [336] -2015-03-23 19:32:30 sendUrl INFO 3 [336] R:OK -2015-03-23 19:33:20 queue INFO >>3 [337] -2015-03-23 19:33:20 sendUrl INFO 3 [337] R:OK -2015-03-23 19:34:05 queue INFO 7 [338] -2015-03-23 19:34:05 sendUrl INFO 7 [338] R:OK -2015-03-23 19:34:05 queue INFO >7 [339] -2015-03-23 19:34:05 sendUrl INFO 7 [339] R:OK -2015-03-23 19:34:06 queue INFO 3 [340] -2015-03-23 19:34:06 queue INFO >3 [341] -2015-03-23 19:34:07 sendUrl INFO 3 [340] R:OK -2015-03-23 19:34:07 sendUrl INFO 3 [341] R:OK -2015-03-23 19:34:56 queue INFO >>3 [342] -2015-03-23 19:34:57 sendUrl INFO 3 [342] R:OK -2015-03-23 19:35:47 queue INFO >>3 [343] -2015-03-23 19:35:47 sendUrl INFO 3 [343] R:OK -2015-03-23 19:36:31 queue INFO 7 [344] -2015-03-23 19:36:32 queue INFO >7 [345] -2015-03-23 19:36:32 sendUrl INFO 7 [344] R:OK -2015-03-23 19:36:32 sendUrl INFO 7 [345] R:OK -2015-03-23 19:36:33 queue INFO 3 [346] -2015-03-23 19:36:33 queue INFO >3 [347] -2015-03-23 19:36:33 sendUrl INFO 3 [346] R:OK -2015-03-23 19:36:34 queue INFO 19 [348] -2015-03-23 19:36:34 sendUrl INFO 3 [347] R:OK -2015-03-23 19:36:34 queue INFO >19 [349] -2015-03-23 19:36:34 sendUrl INFO 19 [348] R:OK -2015-03-23 19:36:35 sendUrl INFO 19 [349] R:OK -2015-03-23 19:37:24 queue INFO >>19 [350] -2015-03-23 19:37:24 sendUrl INFO 19 [350] R:OK -2015-03-23 19:38:14 queue INFO >>19 [351] -2015-03-23 19:38:14 sendUrl INFO 19 [351] R:OK -2015-03-23 19:39:04 queue INFO >>19 [352] -2015-03-23 19:39:04 sendUrl INFO 19 [352] R:OK -2015-03-23 19:39:54 queue INFO >>19 [353] -2015-03-23 19:39:55 sendUrl INFO 19 [353] R:OK -2015-03-23 19:40:44 queue INFO >>19 [354] -2015-03-23 19:40:45 sendUrl INFO 19 [354] R:OK -2015-03-23 19:41:35 queue INFO >>19 [355] -2015-03-23 19:41:35 sendUrl INFO 19 [355] R:OK -2015-03-23 19:41:45 queue INFO 39 [356] -2015-03-23 19:41:45 queue INFO >39 [357] -2015-03-23 19:41:45 sendUrl INFO 39 [356] R:OK -2015-03-23 19:41:46 sendUrl INFO 39 [357] R:OK -2015-03-23 19:42:35 queue INFO >>39 [358] -2015-03-23 19:42:36 sendUrl INFO 39 [358] R:OK -2015-03-23 19:43:25 queue INFO >>39 [359] -2015-03-23 19:43:25 sendUrl INFO 39 [359] R:OK -2015-03-23 19:44:15 queue INFO >>39 [360] -2015-03-23 19:44:16 sendUrl INFO 39 [360] R:OK -2015-03-23 19:45:06 queue INFO >>39 [361] -2015-03-23 19:45:06 sendUrl INFO 39 [361] R:OK -2015-03-23 19:45:56 queue INFO >>39 [362] -2015-03-23 19:45:56 sendUrl INFO 39 [362] R:OK -2015-03-23 19:46:46 queue INFO >>39 [363] -2015-03-23 19:46:46 sendUrl INFO 39 [363] R:OK -2015-03-23 19:47:23 queue INFO 21 [364] -2015-03-23 19:47:23 queue INFO >21 [365] -2015-03-23 19:47:24 sendUrl INFO 21 [364] R:OK -2015-03-23 19:47:24 sendUrl INFO 21 [365] R:OK -2015-03-23 19:48:13 queue INFO >>21 [366] -2015-03-23 19:48:13 sendUrl INFO 21 [366] R:OK -2015-03-23 19:48:35 queue INFO 1 [367] -2015-03-23 19:48:35 queue INFO >1 [368] -2015-03-23 19:48:36 sendUrl INFO 1 [367] R:OK -2015-03-23 19:48:36 sendUrl INFO 1 [368] R:OK -2015-03-23 19:49:16 queue INFO 5 [369] -2015-03-23 19:49:17 queue INFO >5 [370] -2015-03-23 19:49:17 sendUrl INFO 5 [369] R:OK -2015-03-23 19:49:17 queue INFO 7 [371] -2015-03-23 19:49:17 queue INFO >7 [372] -2015-03-23 19:49:17 sendUrl INFO 5 [370] R:OK -2015-03-23 19:49:18 sendUrl INFO 7 [371] R:OK -2015-03-23 19:49:18 queue INFO 3 [373] -2015-03-23 19:49:18 queue INFO >3 [374] -2015-03-23 19:49:18 sendUrl INFO 7 [372] R:OK -2015-03-23 19:49:19 sendUrl INFO 3 [373] R:OK -2015-03-23 19:49:19 sendUrl INFO 3 [374] R:OK -2015-03-23 19:50:08 queue INFO >>3 [375] -2015-03-23 19:50:09 sendUrl INFO 3 [375] R:OK -2015-03-23 19:50:58 queue INFO >>3 [376] -2015-03-23 19:50:58 sendUrl INFO 3 [376] R:OK -2015-03-23 19:51:42 queue INFO 7 [377] -2015-03-23 19:51:42 queue INFO >7 [378] -2015-03-23 19:51:43 sendUrl INFO 7 [377] R:OK -2015-03-23 19:51:43 sendUrl INFO 7 [378] R:OK -2015-03-23 19:51:44 queue INFO 3 [379] -2015-03-23 19:51:44 queue INFO >3 [380] -2015-03-23 19:51:44 sendUrl INFO 3 [379] R:OK -2015-03-23 19:51:45 sendUrl INFO 3 [380] R:OK -2015-03-23 19:52:34 queue INFO >>3 [381] -2015-03-23 19:52:34 sendUrl INFO 3 [381] R:OK -2015-03-23 19:53:24 queue INFO >>3 [382] -2015-03-23 19:53:24 sendUrl INFO 3 [382] R:OK -2015-03-23 19:54:08 queue INFO 7 [383] -2015-03-23 19:54:08 sendUrl INFO 7 [383] R:OK -2015-03-23 19:54:08 queue INFO >7 [384] -2015-03-23 19:54:09 sendUrl INFO 7 [384] R:OK -2015-03-23 19:54:10 queue INFO 3 [385] -2015-03-23 19:54:10 queue INFO >3 [386] -2015-03-23 19:54:10 sendUrl INFO 3 [385] R:OK -2015-03-23 19:54:11 sendUrl INFO 3 [386] R:OK -2015-03-23 19:55:00 queue INFO >>3 [387] -2015-03-23 19:55:00 sendUrl INFO 3 [387] R:OK -2015-03-23 19:55:50 queue INFO >>3 [388] -2015-03-23 19:55:50 sendUrl INFO 3 [388] R:OK -2015-03-23 19:56:34 queue INFO 7 [389] -2015-03-23 19:56:34 queue INFO >7 [390] -2015-03-23 19:56:34 sendUrl INFO 7 [389] R:OK -2015-03-23 19:56:35 sendUrl INFO 7 [390] R:OK -2015-03-23 19:56:36 queue INFO 3 [391] -2015-03-23 19:56:36 queue INFO >3 [392] -2015-03-23 19:56:36 sendUrl INFO 3 [391] R:OK -2015-03-23 19:56:36 sendUrl INFO 3 [392] R:OK -2015-03-23 19:57:26 queue INFO >>3 [393] -2015-03-23 19:57:26 sendUrl INFO 3 [393] R:OK -2015-03-23 19:58:16 queue INFO >>3 [394] -2015-03-23 19:58:16 sendUrl INFO 3 [394] R:OK -2015-03-23 19:59:00 queue INFO 7 [395] -2015-03-23 19:59:00 queue INFO >7 [396] -2015-03-23 19:59:00 sendUrl INFO 7 [395] R:OK -2015-03-23 19:59:01 sendUrl INFO 7 [396] R:OK -2015-03-23 19:59:01 queue INFO 3 [397] -2015-03-23 19:59:02 queue INFO >3 [398] -2015-03-23 19:59:02 sendUrl INFO 3 [397] R:OK -2015-03-23 19:59:02 sendUrl INFO 3 [398] R:OK -2015-03-23 19:59:52 queue INFO >>3 [399] -2015-03-23 19:59:52 sendUrl INFO 3 [399] R:OK -2015-03-23 20:00:42 queue INFO >>3 [400] -2015-03-23 20:00:42 sendUrl INFO 3 [400] R:OK -2015-03-23 20:01:26 queue INFO 7 [401] -2015-03-23 20:01:26 queue INFO >7 [402] -2015-03-23 20:01:26 sendUrl INFO 7 [401] R:OK -2015-03-23 20:01:27 sendUrl INFO 7 [402] R:OK -2015-03-23 20:01:27 queue INFO 3 [403] -2015-03-23 20:01:27 queue INFO >3 [404] -2015-03-23 20:01:28 sendUrl INFO 3 [403] R:OK -2015-03-23 20:01:28 sendUrl INFO 3 [404] R:OK -2015-03-23 20:02:17 queue INFO >>3 [405] -2015-03-23 20:02:17 sendUrl INFO 3 [405] R:OK -2015-03-23 20:03:08 queue INFO >>3 [406] -2015-03-23 20:03:08 sendUrl INFO 3 [406] R:OK -2015-03-23 20:03:51 queue INFO 7 [407] -2015-03-23 20:03:52 sendUrl INFO 7 [407] R:OK -2015-03-23 20:03:52 queue INFO >7 [408] -2015-03-23 20:03:52 sendUrl INFO 7 [408] R:OK -2015-03-23 20:03:53 queue INFO 3 [409] -2015-03-23 20:03:53 queue INFO >3 [410] -2015-03-23 20:03:54 sendUrl INFO 3 [409] R:OK -2015-03-23 20:03:54 sendUrl INFO 3 [410] R:OK -2015-03-23 20:04:43 queue INFO >>3 [411] -2015-03-23 20:04:43 sendUrl INFO 3 [411] R:OK -2015-03-23 20:05:33 queue INFO >>3 [412] -2015-03-23 20:05:34 sendUrl INFO 3 [412] R:OK -2015-03-23 20:06:17 queue INFO 7 [413] -2015-03-23 20:06:18 queue INFO >7 [414] -2015-03-23 20:06:18 sendUrl INFO 7 [413] R:OK -2015-03-23 20:06:18 sendUrl INFO 7 [414] R:OK -2015-03-23 20:06:19 queue INFO 3 [415] -2015-03-23 20:06:19 sendUrl INFO 3 [415] R:OK -2015-03-23 20:06:19 queue INFO >3 [416] -2015-03-23 20:06:20 sendUrl INFO 3 [416] R:OK -2015-03-23 20:07:09 queue INFO >>3 [417] -2015-03-23 20:07:09 sendUrl INFO 3 [417] R:OK -2015-03-23 20:07:59 queue INFO >>3 [418] -2015-03-23 20:08:00 sendUrl INFO 3 [418] R:OK -2015-03-23 20:08:43 queue INFO 7 [419] -2015-03-23 20:08:43 queue INFO >7 [420] -2015-03-23 20:08:44 sendUrl INFO 7 [419] R:OK -2015-03-23 20:08:44 sendUrl INFO 7 [420] R:OK -2015-03-23 20:08:45 queue INFO 3 [421] -2015-03-23 20:08:45 queue INFO >3 [422] -2015-03-23 20:08:46 sendUrl INFO 3 [421] R:OK -2015-03-23 20:08:46 sendUrl INFO 3 [422] R:OK -2015-03-23 20:09:35 queue INFO >>3 [423] -2015-03-23 20:09:35 sendUrl INFO 3 [423] R:OK -2015-03-23 20:10:25 queue INFO >>3 [424] -2015-03-23 20:10:26 sendUrl INFO 3 [424] R:OK -2015-03-23 20:11:09 queue INFO 7 [425] -2015-03-23 20:11:09 queue INFO >7 [426] -2015-03-23 20:11:10 sendUrl INFO 7 [425] R:OK -2015-03-23 20:11:10 sendUrl INFO 7 [426] R:OK -2015-03-23 20:11:11 queue INFO 3 [427] -2015-03-23 20:11:11 queue INFO >3 [428] -2015-03-23 20:11:11 sendUrl INFO 3 [427] R:OK -2015-03-23 20:11:12 sendUrl INFO 3 [428] R:OK -2015-03-23 20:12:01 queue INFO >>3 [429] -2015-03-23 20:12:01 sendUrl INFO 3 [429] R:OK -2015-03-23 20:12:51 queue INFO >>3 [430] -2015-03-23 20:12:51 sendUrl INFO 3 [430] R:OK -2015-03-23 20:13:35 queue INFO 7 [431] -2015-03-23 20:13:35 sendUrl INFO 7 [431] R:OK -2015-03-23 20:13:35 queue INFO >7 [432] -2015-03-23 20:13:35 sendUrl INFO 7 [432] R:OK -2015-03-23 20:13:36 queue INFO 3 [433] -2015-03-23 20:13:37 queue INFO >3 [434] -2015-03-23 20:13:37 sendUrl INFO 3 [433] R:OK -2015-03-23 20:13:37 sendUrl INFO 3 [434] R:OK -2015-03-23 20:14:27 queue INFO >>3 [435] -2015-03-23 20:14:27 sendUrl INFO 3 [435] R:OK -2015-03-23 20:15:17 queue INFO >>3 [436] -2015-03-23 20:15:17 sendUrl INFO 3 [436] R:OK -2015-03-23 20:16:01 queue INFO 7 [437] -2015-03-23 20:16:01 queue INFO >7 [438] -2015-03-23 20:16:01 sendUrl INFO 7 [437] R:OK -2015-03-23 20:16:01 sendUrl INFO 7 [438] R:OK -2015-03-23 20:16:02 queue INFO 3 [439] -2015-03-23 20:16:03 sendUrl INFO 3 [439] R:OK -2015-03-23 20:16:03 queue INFO >3 [440] -2015-03-23 20:16:03 sendUrl INFO 3 [440] R:OK -2015-03-23 20:16:52 queue INFO >>3 [441] -2015-03-23 20:16:53 sendUrl INFO 3 [441] R:OK -2015-03-23 20:17:43 queue INFO >>3 [442] -2015-03-23 20:17:43 sendUrl INFO 3 [442] R:OK -2015-03-23 20:18:27 queue INFO 7 [443] -2015-03-23 20:18:27 queue INFO >7 [444] -2015-03-23 20:18:27 sendUrl INFO 7 [443] R:OK -2015-03-23 20:18:27 sendUrl INFO 7 [444] R:OK -2015-03-23 20:18:28 queue INFO 3 [445] -2015-03-23 20:18:29 queue INFO >3 [446] -2015-03-23 20:18:29 sendUrl INFO 3 [445] R:OK -2015-03-23 20:18:29 sendUrl INFO 3 [446] R:OK -2015-03-23 20:19:19 queue INFO >>3 [447] -2015-03-23 20:19:19 sendUrl INFO 3 [447] R:OK -2015-03-23 20:20:09 queue INFO >>3 [448] -2015-03-23 20:20:09 sendUrl INFO 3 [448] R:OK -2015-03-23 20:20:53 queue INFO 7 [449] -2015-03-23 20:20:53 queue INFO >7 [450] -2015-03-23 20:20:53 sendUrl INFO 7 [449] R:OK -2015-03-23 20:20:53 sendUrl INFO 7 [450] R:OK -2015-03-23 20:20:54 queue INFO 3 [451] -2015-03-23 20:20:54 queue INFO >3 [452] -2015-03-23 20:20:54 sendUrl INFO 3 [451] R:OK -2015-03-23 20:20:55 sendUrl INFO 3 [452] R:OK -2015-03-23 20:21:44 queue INFO >>3 [453] -2015-03-23 20:21:45 sendUrl INFO 3 [453] R:OK -2015-03-23 20:22:35 queue INFO >>3 [454] -2015-03-23 20:22:35 sendUrl INFO 3 [454] R:OK -2015-03-23 20:23:18 queue INFO 7 [455] -2015-03-23 20:23:19 queue INFO >7 [456] -2015-03-23 20:23:19 sendUrl INFO 7 [455] R:OK -2015-03-23 20:23:19 sendUrl INFO 7 [456] R:OK -2015-03-23 20:23:20 queue INFO 3 [457] -2015-03-23 20:23:20 queue INFO >3 [458] -2015-03-23 20:23:20 sendUrl INFO 3 [457] R:OK -2015-03-23 20:23:21 sendUrl INFO 3 [458] R:OK -2015-03-23 20:24:10 queue INFO >>3 [459] -2015-03-23 20:24:11 sendUrl INFO 3 [459] R:OK -2015-03-23 20:25:00 queue INFO >>3 [460] -2015-03-23 20:25:01 sendUrl INFO 3 [460] R:OK -2015-03-23 20:25:44 queue INFO 7 [461] -2015-03-23 20:25:45 queue INFO >7 [462] -2015-03-23 20:25:45 sendUrl INFO 7 [461] R:OK -2015-03-23 20:25:45 sendUrl INFO 7 [462] R:OK -2015-03-23 20:25:46 queue INFO 3 [463] -2015-03-23 20:25:46 queue INFO >3 [464] -2015-03-23 20:25:46 sendUrl INFO 3 [463] R:OK -2015-03-23 20:25:47 sendUrl INFO 3 [464] R:OK -2015-03-23 20:26:36 queue INFO >>3 [465] -2015-03-23 20:26:36 sendUrl INFO 3 [465] R:OK -2015-03-23 20:27:26 queue INFO >>3 [466] -2015-03-23 20:27:27 sendUrl INFO 3 [466] R:OK -2015-03-23 20:28:10 queue INFO 7 [467] -2015-03-23 20:28:10 sendUrl INFO 7 [467] R:OK -2015-03-23 20:28:10 queue INFO >7 [468] -2015-03-23 20:28:11 sendUrl INFO 7 [468] R:OK -2015-03-23 20:28:12 queue INFO 3 [469] -2015-03-23 20:28:12 queue INFO >3 [470] -2015-03-23 20:28:12 sendUrl INFO 3 [469] R:OK -2015-03-23 20:28:13 sendUrl INFO 3 [470] R:OK -2015-03-23 20:29:02 queue INFO >>3 [471] -2015-03-23 20:29:02 sendUrl INFO 3 [471] R:OK -2015-03-23 20:29:52 queue INFO >>3 [472] -2015-03-23 20:29:52 sendUrl INFO 3 [472] R:OK -2015-03-23 20:30:36 queue INFO 7 [473] -2015-03-23 20:30:36 queue INFO >7 [474] -2015-03-23 20:30:36 sendUrl INFO 7 [473] R:OK -2015-03-23 20:30:37 sendUrl INFO 7 [474] R:OK -2015-03-23 20:30:38 queue INFO 3 [475] -2015-03-23 20:30:38 queue INFO >3 [476] -2015-03-23 20:30:38 sendUrl INFO 3 [475] R:OK -2015-03-23 20:30:38 sendUrl INFO 3 [476] R:OK -2015-03-23 20:31:28 queue INFO >>3 [477] -2015-03-23 20:31:28 sendUrl INFO 3 [477] R:OK -2015-03-23 20:32:18 queue INFO >>3 [478] -2015-03-23 20:32:18 sendUrl INFO 3 [478] R:OK -2015-03-23 20:33:02 queue INFO 7 [479] -2015-03-23 20:33:02 queue INFO >7 [480] -2015-03-23 20:33:02 sendUrl INFO 7 [479] R:OK -2015-03-23 20:33:03 sendUrl INFO 7 [480] R:OK -2015-03-23 20:33:03 queue INFO 3 [481] -2015-03-23 20:33:04 queue INFO >3 [482] -2015-03-23 20:33:04 sendUrl INFO 3 [481] R:OK -2015-03-23 20:33:04 sendUrl INFO 3 [482] R:OK -2015-03-23 20:33:54 queue INFO >>3 [483] -2015-03-23 20:33:54 sendUrl INFO 3 [483] R:OK -2015-03-23 20:34:44 queue INFO >>3 [484] -2015-03-23 20:34:44 sendUrl INFO 3 [484] R:OK -2015-03-23 20:35:28 queue INFO 7 [485] -2015-03-23 20:35:28 queue INFO >7 [486] -2015-03-23 20:35:28 sendUrl INFO 7 [485] R:OK -2015-03-23 20:35:29 sendUrl INFO 7 [486] R:OK -2015-03-23 20:35:29 queue INFO 3 [487] -2015-03-23 20:35:30 queue INFO >3 [488] -2015-03-23 20:35:30 sendUrl INFO 3 [487] R:OK -2015-03-23 20:35:30 sendUrl INFO 3 [488] R:OK -2015-03-23 20:36:19 queue INFO >>3 [489] -2015-03-23 20:36:20 sendUrl INFO 3 [489] R:OK -2015-03-23 20:37:10 queue INFO >>3 [490] -2015-03-23 20:37:10 sendUrl INFO 3 [490] R:OK -2015-03-23 20:37:58 queue INFO 7 [491] -2015-03-23 20:37:58 sendUrl INFO 7 [491] R:OK -2015-03-23 20:37:58 queue INFO >7 [492] -2015-03-23 20:37:58 sendUrl INFO 7 [492] R:OK -2015-03-23 20:37:59 queue INFO 3 [493] -2015-03-23 20:37:59 queue INFO >3 [494] -2015-03-23 20:38:00 sendUrl INFO 3 [493] R:OK -2015-03-23 20:38:00 sendUrl INFO 3 [494] R:OK -2015-03-23 20:38:49 queue INFO >>3 [495] -2015-03-23 20:38:50 sendUrl INFO 3 [495] R:OK -2015-03-23 20:39:39 queue INFO >>3 [496] -2015-03-23 20:39:40 sendUrl INFO 3 [496] R:OK -2015-03-23 20:40:23 queue INFO 7 [497] -2015-03-23 20:40:24 queue INFO >7 [498] -2015-03-23 20:40:24 sendUrl INFO 7 [497] R:OK -2015-03-23 20:40:24 sendUrl INFO 7 [498] R:OK -2015-03-23 20:40:25 queue INFO 3 [499] -2015-03-23 20:40:25 queue INFO >3 [500] -2015-03-23 20:40:25 sendUrl INFO 3 [499] R:OK -2015-03-23 20:40:26 sendUrl INFO 3 [500] R:OK -2015-03-23 20:41:15 queue INFO >>3 [501] -2015-03-23 20:41:16 sendUrl INFO 3 [501] R:OK -2015-03-23 20:42:05 queue INFO >>3 [502] -2015-03-23 20:42:06 sendUrl INFO 3 [502] R:OK -2015-03-23 20:42:49 queue INFO 7 [503] -2015-03-23 20:42:49 queue INFO >7 [504] -2015-03-23 20:42:50 sendUrl INFO 7 [503] R:OK -2015-03-23 20:42:50 sendUrl INFO 7 [504] R:OK -2015-03-23 20:42:51 queue INFO 3 [505] -2015-03-23 20:42:51 sendUrl INFO 3 [505] R:OK -2015-03-23 20:42:51 queue INFO >3 [506] -2015-03-23 20:42:52 sendUrl INFO 3 [506] R:OK -2015-03-23 20:43:41 queue INFO >>3 [507] -2015-03-23 20:43:41 sendUrl INFO 3 [507] R:OK -2015-03-23 20:44:31 queue INFO >>3 [508] -2015-03-23 20:44:32 sendUrl INFO 3 [508] R:OK -2015-03-23 20:45:15 queue INFO 7 [509] -2015-03-23 20:45:15 queue INFO >7 [510] -2015-03-23 20:45:16 sendUrl INFO 7 [509] R:OK -2015-03-23 20:45:16 sendUrl INFO 7 [510] R:OK -2015-03-23 20:45:17 queue INFO 3 [511] -2015-03-23 20:45:17 queue INFO >3 [512] -2015-03-23 20:45:17 sendUrl INFO 3 [511] R:OK -2015-03-23 20:45:18 sendUrl INFO 3 [512] R:OK -2015-03-23 20:45:55 queue INFO B [513] -2015-03-23 20:45:55 queue INFO >B [514] -2015-03-23 20:45:55 sendUrl INFO B [513] R:OK -2015-03-23 20:45:56 sendUrl INFO B [514] R:OK -2015-03-23 20:46:02 queue INFO 3 [515] -2015-03-23 20:46:02 queue INFO >3 [516] -2015-03-23 20:46:02 sendUrl INFO 3 [515] R:OK -2015-03-23 20:46:02 sendUrl INFO 3 [516] R:OK -2015-03-23 20:46:52 queue INFO >>3 [517] -2015-03-23 20:46:52 sendUrl INFO 3 [517] R:OK -2015-03-23 20:47:41 queue INFO 7 [518] -2015-03-23 20:47:41 sendUrl INFO 7 [518] R:OK -2015-03-23 20:47:41 queue INFO >7 [519] -2015-03-23 20:47:42 sendUrl INFO 7 [519] R:OK -2015-03-23 20:47:43 queue INFO 3 [520] -2015-03-23 20:47:43 queue INFO >3 [521] -2015-03-23 20:47:43 sendUrl INFO 3 [520] R:OK -2015-03-23 20:47:44 sendUrl INFO 3 [521] R:OK -2015-03-23 20:48:33 queue INFO >>3 [522] -2015-03-23 20:48:33 sendUrl INFO 3 [522] R:OK -2015-03-23 20:49:23 queue INFO >>3 [523] -2015-03-23 20:49:23 sendUrl INFO 3 [523] R:OK -2015-03-23 20:50:07 queue INFO 7 [524] -2015-03-23 20:50:07 queue INFO >7 [525] -2015-03-23 20:50:07 sendUrl INFO 7 [524] R:OK -2015-03-23 20:50:08 sendUrl INFO 7 [525] R:OK -2015-03-23 20:50:08 queue INFO 3 [526] -2015-03-23 20:50:09 sendUrl INFO 3 [526] R:OK -2015-03-23 20:50:09 queue INFO >3 [527] -2015-03-23 20:50:09 sendUrl INFO 3 [527] R:OK -2015-03-23 20:50:59 queue INFO >>3 [528] -2015-03-23 20:50:59 sendUrl INFO 3 [528] R:OK -2015-03-23 20:51:49 queue INFO >>3 [529] -2015-03-23 20:51:49 sendUrl INFO 3 [529] R:OK -2015-03-23 20:52:33 queue INFO 7 [530] -2015-03-23 20:52:33 queue INFO >7 [531] -2015-03-23 20:52:33 sendUrl INFO 7 [530] R:OK -2015-03-23 20:52:34 sendUrl INFO 7 [531] R:OK -2015-03-23 20:52:34 queue INFO 3 [532] -2015-03-23 20:52:35 sendUrl INFO 3 [532] R:OK -2015-03-23 20:52:35 queue INFO >3 [533] -2015-03-23 20:52:35 sendUrl INFO 3 [533] R:OK -2015-03-23 20:53:25 queue INFO >>3 [534] -2015-03-23 20:53:25 sendUrl INFO 3 [534] R:OK -2015-03-23 20:54:15 queue INFO >>3 [535] -2015-03-23 20:54:15 sendUrl INFO 3 [535] R:OK -2015-03-23 20:54:58 queue INFO 7 [536] -2015-03-23 20:54:59 queue INFO >7 [537] -2015-03-23 20:54:59 sendUrl INFO 7 [536] R:OK -2015-03-23 20:54:59 sendUrl INFO 7 [537] R:OK -2015-03-23 20:55:00 queue INFO 3 [538] -2015-03-23 20:55:00 queue INFO >3 [539] -2015-03-23 20:55:01 sendUrl INFO 3 [538] R:OK -2015-03-23 20:55:01 sendUrl INFO 3 [539] R:OK -2015-03-23 20:55:50 queue INFO >>3 [540] -2015-03-23 20:55:51 sendUrl INFO 3 [540] R:OK -2015-03-23 20:56:41 queue INFO >>3 [541] -2015-03-23 20:56:41 sendUrl INFO 3 [541] R:OK -2015-03-23 20:57:25 queue INFO 7 [542] -2015-03-23 20:57:25 queue INFO >7 [543] -2015-03-23 20:57:25 sendUrl INFO 7 [542] R:OK -2015-03-23 20:57:25 sendUrl INFO 7 [543] R:OK -2015-03-23 20:57:26 queue INFO 3 [544] -2015-03-23 20:57:26 queue INFO >3 [545] -2015-03-23 20:57:27 sendUrl INFO 3 [544] R:OK -2015-03-23 20:57:27 sendUrl INFO 3 [545] R:OK -2015-03-23 20:58:16 queue INFO >>3 [546] -2015-03-23 20:58:17 sendUrl INFO 3 [546] R:OK -2015-03-23 20:59:06 queue INFO >>3 [547] -2015-03-23 20:59:07 sendUrl INFO 3 [547] R:OK -2015-03-23 20:59:50 queue INFO 7 [548] -2015-03-23 20:59:51 queue INFO >7 [549] -2015-03-23 20:59:51 sendUrl INFO 7 [548] R:OK -2015-03-23 20:59:51 sendUrl INFO 7 [549] R:OK -2015-03-23 20:59:52 queue INFO 3 [550] -2015-03-23 20:59:52 queue INFO >3 [551] -2015-03-23 20:59:52 sendUrl INFO 3 [550] R:OK -2015-03-23 20:59:53 sendUrl INFO 3 [551] R:OK -2015-03-23 21:00:42 queue INFO >>3 [552] -2015-03-23 21:00:42 sendUrl INFO 3 [552] R:OK -2015-03-23 21:01:32 queue INFO >>3 [553] -2015-03-23 21:01:33 sendUrl INFO 3 [553] R:OK -2015-03-23 21:02:16 queue INFO 7 [554] -2015-03-23 21:02:16 queue INFO >7 [555] -2015-03-23 21:02:16 sendUrl INFO 7 [554] R:OK -2015-03-23 21:02:17 sendUrl INFO 7 [555] R:OK -2015-03-23 21:02:18 queue INFO 3 [556] -2015-03-23 21:02:18 sendUrl INFO 3 [556] R:OK -2015-03-23 21:02:18 queue INFO >3 [557] -2015-03-23 21:02:18 sendUrl INFO 3 [557] R:OK -2015-03-23 21:03:08 queue INFO >>3 [558] -2015-03-23 21:03:08 sendUrl INFO 3 [558] R:OK -2015-03-23 21:03:58 queue INFO >>3 [559] -2015-03-23 21:03:59 sendUrl INFO 3 [559] R:OK -2015-03-23 21:04:42 queue INFO 7 [560] -2015-03-23 21:04:42 queue INFO >7 [561] -2015-03-23 21:04:42 sendUrl INFO 7 [560] R:OK -2015-03-23 21:04:43 sendUrl INFO 7 [561] R:OK -2015-03-23 21:04:44 queue INFO 3 [562] -2015-03-23 21:04:44 queue INFO >3 [563] -2015-03-23 21:04:44 sendUrl INFO 3 [562] R:OK -2015-03-23 21:04:44 sendUrl INFO 3 [563] R:OK -2015-03-23 21:05:34 queue INFO >>3 [564] -2015-03-23 21:05:34 sendUrl INFO 3 [564] R:OK -2015-03-23 21:06:24 queue INFO >>3 [565] -2015-03-23 21:06:24 sendUrl INFO 3 [565] R:OK -2015-03-23 21:07:08 queue INFO 7 [566] -2015-03-23 21:07:08 queue INFO >7 [567] -2015-03-23 21:07:08 sendUrl INFO 7 [566] R:OK -2015-03-23 21:07:09 sendUrl INFO 7 [567] R:OK -2015-03-23 21:07:10 queue INFO 3 [568] -2015-03-23 21:07:10 queue INFO >3 [569] -2015-03-23 21:07:10 sendUrl INFO 3 [568] R:OK -2015-03-23 21:07:10 sendUrl INFO 3 [569] R:OK -2015-03-23 21:08:00 queue INFO >>3 [570] -2015-03-23 21:08:00 sendUrl INFO 3 [570] R:OK -2015-03-23 21:08:50 queue INFO >>3 [571] -2015-03-23 21:08:50 sendUrl INFO 3 [571] R:OK -2015-03-23 21:09:34 queue INFO 7 [572] -2015-03-23 21:09:34 queue INFO >7 [573] -2015-03-23 21:09:34 sendUrl INFO 7 [572] R:OK -2015-03-23 21:09:35 sendUrl INFO 7 [573] R:OK -2015-03-23 21:09:35 queue INFO 3 [574] -2015-03-23 21:09:36 queue INFO >3 [575] -2015-03-23 21:09:36 sendUrl INFO 3 [574] R:OK -2015-03-23 21:09:36 sendUrl INFO 3 [575] R:OK -2015-03-23 21:10:26 queue INFO >>3 [576] -2015-03-23 21:10:26 sendUrl INFO 3 [576] R:OK -2015-03-23 21:11:16 queue INFO >>3 [577] -2015-03-23 21:11:16 sendUrl INFO 3 [577] R:OK -2015-03-23 21:12:00 queue INFO 7 [578] -2015-03-23 21:12:00 queue INFO >7 [579] -2015-03-23 21:12:00 sendUrl INFO 7 [578] R:OK -2015-03-23 21:12:00 sendUrl INFO 7 [579] R:OK -2015-03-23 21:12:01 queue INFO 3 [580] -2015-03-23 21:12:01 sendUrl INFO 3 [580] R:OK -2015-03-23 21:12:01 queue INFO >3 [581] -2015-03-23 21:12:02 sendUrl INFO 3 [581] R:OK -2015-03-23 21:12:51 queue INFO >>3 [582] -2015-03-23 21:12:52 sendUrl INFO 3 [582] R:OK -2015-03-23 21:13:42 queue INFO >>3 [583] -2015-03-23 21:13:42 sendUrl INFO 3 [583] R:OK -2015-03-23 21:14:25 queue INFO 7 [584] -2015-03-23 21:14:26 queue INFO >7 [585] -2015-03-23 21:14:26 sendUrl INFO 7 [584] R:OK -2015-03-23 21:14:26 sendUrl INFO 7 [585] R:OK -2015-03-23 21:14:27 queue INFO 3 [586] -2015-03-23 21:14:27 queue INFO >3 [587] -2015-03-23 21:14:27 sendUrl INFO 3 [586] R:OK -2015-03-23 21:14:28 sendUrl INFO 3 [587] R:OK -2015-03-23 21:15:17 queue INFO >>3 [588] -2015-03-23 21:15:18 sendUrl INFO 3 [588] R:OK -2015-03-23 21:16:07 queue INFO >>3 [589] -2015-03-23 21:16:07 sendUrl INFO 3 [589] R:OK -2015-03-23 21:16:51 queue INFO 7 [590] -2015-03-23 21:16:52 queue INFO >7 [591] -2015-03-23 21:16:52 sendUrl INFO 7 [590] R:OK -2015-03-23 21:16:52 sendUrl INFO 7 [591] R:OK -2015-03-23 21:16:53 queue INFO 3 [592] -2015-03-23 21:16:53 queue INFO >3 [593] -2015-03-23 21:16:53 sendUrl INFO 3 [592] R:OK -2015-03-23 21:16:54 sendUrl INFO 3 [593] R:OK -2015-03-23 21:17:43 queue INFO >>3 [594] -2015-03-23 21:17:44 sendUrl INFO 3 [594] R:OK -2015-03-23 21:18:33 queue INFO >>3 [595] -2015-03-23 21:18:33 sendUrl INFO 3 [595] R:OK -2015-03-23 21:19:17 queue INFO 7 [596] -2015-03-23 21:19:17 queue INFO >7 [597] -2015-03-23 21:19:18 sendUrl INFO 7 [596] R:OK -2015-03-23 21:19:18 sendUrl INFO 7 [597] R:OK -2015-03-23 21:19:19 queue INFO 3 [598] -2015-03-23 21:19:19 queue INFO >3 [599] -2015-03-23 21:19:19 sendUrl INFO 3 [598] R:OK -2015-03-23 21:19:20 sendUrl INFO 3 [599] R:OK -2015-03-23 21:20:09 queue INFO >>3 [600] -2015-03-23 21:20:09 sendUrl INFO 3 [600] R:OK -2015-03-23 21:20:59 queue INFO >>3 [601] -2015-03-23 21:20:59 sendUrl INFO 3 [601] R:OK -2015-03-23 21:21:43 queue INFO 7 [602] -2015-03-23 21:21:43 queue INFO >7 [603] -2015-03-23 21:21:43 sendUrl INFO 7 [602] R:OK -2015-03-23 21:21:44 sendUrl INFO 7 [603] R:OK -2015-03-23 21:21:45 queue INFO 3 [604] -2015-03-23 21:21:45 sendUrl INFO 3 [604] R:OK -2015-03-23 21:21:45 queue INFO >3 [605] -2015-03-23 21:21:45 sendUrl INFO 3 [605] R:OK -2015-03-23 21:22:35 queue INFO >>3 [606] -2015-03-23 21:22:35 sendUrl INFO 3 [606] R:OK -2015-03-23 21:23:25 queue INFO >>3 [607] -2015-03-23 21:23:25 sendUrl INFO 3 [607] R:OK -2015-03-23 21:24:09 queue INFO 7 [608] -2015-03-23 21:24:09 queue INFO >7 [609] -2015-03-23 21:24:09 sendUrl INFO 7 [608] R:OK -2015-03-23 21:24:10 sendUrl INFO 7 [609] R:OK -2015-03-23 21:24:10 queue INFO 3 [610] -2015-03-23 21:24:11 queue INFO >3 [611] -2015-03-23 21:24:11 sendUrl INFO 3 [610] R:OK -2015-03-23 21:24:11 sendUrl INFO 3 [611] R:OK -2015-03-23 21:25:01 queue INFO >>3 [612] -2015-03-23 21:25:01 sendUrl INFO 3 [612] R:OK -2015-03-23 21:25:51 queue INFO >>3 [613] -2015-03-23 21:25:51 sendUrl INFO 3 [613] R:OK -2015-03-23 21:26:35 queue INFO 7 [614] -2015-03-23 21:26:35 queue INFO >7 [615] -2015-03-23 21:26:35 sendUrl INFO 7 [614] R:OK -2015-03-23 21:26:36 sendUrl INFO 7 [615] R:OK -2015-03-23 21:26:36 queue INFO 3 [616] -2015-03-23 21:26:37 queue INFO >3 [617] -2015-03-23 21:26:37 sendUrl INFO 3 [616] R:OK -2015-03-23 21:26:37 sendUrl INFO 3 [617] R:OK -2015-03-23 21:27:26 queue INFO >>3 [618] -2015-03-23 21:27:27 sendUrl INFO 3 [618] R:OK -2015-03-23 21:28:17 queue INFO >>3 [619] -2015-03-23 21:28:17 sendUrl INFO 3 [619] R:OK -2015-03-23 21:29:01 queue INFO 7 [620] -2015-03-23 21:29:01 queue INFO >7 [621] -2015-03-23 21:29:01 sendUrl INFO 7 [620] R:OK -2015-03-23 21:29:02 sendUrl INFO 7 [621] R:OK -2015-03-23 21:29:02 queue INFO 3 [622] -2015-03-23 21:29:02 queue INFO >3 [623] -2015-03-23 21:29:03 sendUrl INFO 3 [622] R:OK -2015-03-23 21:29:03 sendUrl INFO 3 [623] R:OK -2015-03-23 21:29:52 queue INFO >>3 [624] -2015-03-23 21:29:52 sendUrl INFO 3 [624] R:OK -2015-03-23 21:30:42 queue INFO >>3 [625] -2015-03-23 21:30:43 sendUrl INFO 3 [625] R:OK -2015-03-23 21:31:26 queue INFO 7 [626] -2015-03-23 21:31:27 queue INFO >7 [627] -2015-03-23 21:31:27 sendUrl INFO 7 [626] R:OK -2015-03-23 21:31:27 sendUrl INFO 7 [627] R:OK -2015-03-23 21:31:28 queue INFO 3 [628] -2015-03-23 21:31:28 sendUrl INFO 3 [628] R:OK -2015-03-23 21:31:28 queue INFO >3 [629] -2015-03-23 21:31:29 sendUrl INFO 3 [629] R:OK -2015-03-23 21:32:18 queue INFO >>3 [630] -2015-03-23 21:32:18 sendUrl INFO 3 [630] R:OK -2015-03-23 21:33:08 queue INFO >>3 [631] -2015-03-23 21:33:09 sendUrl INFO 3 [631] R:OK -2015-03-23 21:33:52 queue INFO 7 [632] -2015-03-23 21:33:52 queue INFO >7 [633] -2015-03-23 21:33:53 sendUrl INFO 7 [632] R:OK -2015-03-23 21:33:53 sendUrl INFO 7 [633] R:OK -2015-03-23 21:33:54 queue INFO 3 [634] -2015-03-23 21:33:54 queue INFO >3 [635] -2015-03-23 21:33:54 sendUrl INFO 3 [634] R:OK -2015-03-23 21:33:55 sendUrl INFO 3 [635] R:OK -2015-03-23 21:34:44 queue INFO >>3 [636] -2015-03-23 21:34:44 sendUrl INFO 3 [636] R:OK -2015-03-23 21:35:34 queue INFO >>3 [637] -2015-03-23 21:35:35 sendUrl INFO 3 [637] R:OK -2015-03-23 21:36:18 queue INFO 7 [638] -2015-03-23 21:36:18 queue INFO >7 [639] -2015-03-23 21:36:19 sendUrl INFO 7 [638] R:OK -2015-03-23 21:36:19 sendUrl INFO 7 [639] R:OK -2015-03-23 21:36:20 queue INFO 3 [640] -2015-03-23 21:36:20 queue INFO >3 [641] -2015-03-23 21:36:20 sendUrl INFO 3 [640] R:OK -2015-03-23 21:36:21 sendUrl INFO 3 [641] R:OK -2015-03-23 21:37:10 queue INFO >>3 [642] -2015-03-23 21:37:10 sendUrl INFO 3 [642] R:OK -2015-03-23 21:38:00 queue INFO >>3 [643] -2015-03-23 21:38:00 sendUrl INFO 3 [643] R:OK -2015-03-23 21:38:44 queue INFO 7 [644] -2015-03-23 21:38:44 queue INFO >7 [645] -2015-03-23 21:38:45 sendUrl INFO 7 [644] R:OK -2015-03-23 21:38:45 sendUrl INFO 7 [645] R:OK -2015-03-23 21:38:46 queue INFO 3 [646] -2015-03-23 21:38:46 queue INFO >3 [647] -2015-03-23 21:38:46 sendUrl INFO 3 [646] R:OK -2015-03-23 21:38:47 sendUrl INFO 3 [647] R:OK -2015-03-23 21:39:36 queue INFO >>3 [648] -2015-03-23 21:39:36 sendUrl INFO 3 [648] R:OK -2015-03-23 21:40:26 queue INFO >>3 [649] -2015-03-23 21:40:26 sendUrl INFO 3 [649] R:OK -2015-03-23 21:41:10 queue INFO 7 [650] -2015-03-23 21:41:10 queue INFO >7 [651] -2015-03-23 21:41:11 sendUrl INFO 7 [650] R:OK -2015-03-23 21:41:11 sendUrl INFO 7 [651] R:OK -2015-03-23 21:41:12 queue INFO 3 [652] -2015-03-23 21:41:12 queue INFO >3 [653] -2015-03-23 21:41:12 sendUrl INFO 3 [652] R:OK -2015-03-23 21:41:12 sendUrl INFO 3 [653] R:OK -2015-03-23 21:42:02 queue INFO >>3 [654] -2015-03-23 21:42:02 sendUrl INFO 3 [654] R:OK -2015-03-23 21:42:52 queue INFO >>3 [655] -2015-03-23 21:42:52 sendUrl INFO 3 [655] R:OK -2015-03-23 21:43:36 queue INFO 7 [656] -2015-03-23 21:43:36 sendUrl INFO 7 [656] R:OK -2015-03-23 21:43:36 queue INFO >7 [657] -2015-03-23 21:43:36 sendUrl INFO 7 [657] R:OK -2015-03-23 21:43:37 queue INFO 3 [658] -2015-03-23 21:43:38 queue INFO >3 [659] -2015-03-23 21:43:38 sendUrl INFO 3 [658] R:OK -2015-03-23 21:43:38 sendUrl INFO 3 [659] R:OK -2015-03-23 21:44:28 queue INFO >>3 [660] -2015-03-23 21:44:28 sendUrl INFO 3 [660] R:OK -2015-03-23 21:45:18 queue INFO >>3 [661] -2015-03-23 21:45:18 sendUrl INFO 3 [661] R:OK -2015-03-23 21:46:02 queue INFO 7 [662] -2015-03-23 21:46:02 queue INFO >7 [663] -2015-03-23 21:46:02 sendUrl INFO 7 [662] R:OK -2015-03-23 21:46:02 sendUrl INFO 7 [663] R:OK -2015-03-23 21:46:03 queue INFO 3 [664] -2015-03-23 21:46:03 sendUrl INFO 3 [664] R:OK -2015-03-23 21:46:03 queue INFO >3 [665] -2015-03-23 21:46:04 sendUrl INFO 3 [665] R:OK -2015-03-23 21:46:53 queue INFO >>3 [666] -2015-03-23 21:46:54 sendUrl INFO 3 [666] R:OK -2015-03-23 21:47:44 queue INFO >>3 [667] -2015-03-23 21:47:44 sendUrl INFO 3 [667] R:OK -2015-03-23 21:48:28 queue INFO 7 [668] -2015-03-23 21:48:28 queue INFO >7 [669] -2015-03-23 21:48:28 sendUrl INFO 7 [668] R:OK -2015-03-23 21:48:28 sendUrl INFO 7 [669] R:OK -2015-03-23 21:48:29 queue INFO 3 [670] -2015-03-23 21:48:29 queue INFO >3 [671] -2015-03-23 21:48:29 sendUrl INFO 3 [670] R:OK -2015-03-23 21:48:30 sendUrl INFO 3 [671] R:OK -2015-03-23 21:49:19 queue INFO >>3 [672] -2015-03-23 21:49:20 sendUrl INFO 3 [672] R:OK -2015-03-23 21:50:09 queue INFO >>3 [673] -2015-03-23 21:50:10 sendUrl INFO 3 [673] R:OK -2015-03-23 21:50:53 queue INFO 7 [674] -2015-03-23 21:50:54 queue INFO >7 [675] -2015-03-23 21:50:54 sendUrl INFO 7 [674] R:OK -2015-03-23 21:50:54 sendUrl INFO 7 [675] R:OK -2015-03-23 21:50:55 queue INFO 3 [676] -2015-03-23 21:50:55 queue INFO >3 [677] -2015-03-23 21:50:55 sendUrl INFO 3 [676] R:OK -2015-03-23 21:50:56 sendUrl INFO 3 [677] R:OK -2015-03-23 21:51:45 queue INFO >>3 [678] -2015-03-23 21:51:46 sendUrl INFO 3 [678] R:OK -2015-03-23 21:52:35 queue INFO >>3 [679] -2015-03-23 21:52:36 sendUrl INFO 3 [679] R:OK -2015-03-23 21:53:19 queue INFO 7 [680] -2015-03-23 21:53:19 sendUrl INFO 7 [680] R:OK -2015-03-23 21:53:19 queue INFO >7 [681] -2015-03-23 21:53:20 sendUrl INFO 7 [681] R:OK -2015-03-23 21:53:21 queue INFO 3 [682] -2015-03-23 21:53:21 queue INFO >3 [683] -2015-03-23 21:53:21 sendUrl INFO 3 [682] R:OK -2015-03-23 21:53:22 sendUrl INFO 3 [683] R:OK -2015-03-23 21:53:40 queue INFO 19 [684] -2015-03-23 21:53:41 queue INFO >19 [685] -2015-03-23 21:53:41 sendUrl INFO 19 [684] R:OK -2015-03-23 21:53:41 sendUrl INFO 19 [685] R:OK -2015-03-23 21:54:31 queue INFO >>19 [686] -2015-03-23 21:54:31 sendUrl INFO 19 [686] R:OK -2015-03-23 21:55:01 queue INFO 39 [687] -2015-03-23 21:55:02 queue INFO >39 [688] -2015-03-23 21:55:02 sendUrl INFO 39 [687] R:OK -2015-03-23 21:55:02 sendUrl INFO 39 [688] R:OK -2015-03-23 21:55:19 queue INFO 21 [689] -2015-03-23 21:55:19 queue INFO >21 [690] -2015-03-23 21:55:19 sendUrl INFO 21 [689] R:OK -2015-03-23 21:55:20 sendUrl INFO 21 [690] R:OK -2015-03-23 21:56:09 queue INFO >>21 [691] -2015-03-23 21:56:09 sendUrl INFO 21 [691] R:OK -2015-03-23 21:56:52 queue INFO 1 [692] -2015-03-23 21:56:52 queue INFO >1 [693] -2015-03-23 21:56:52 sendUrl INFO 1 [692] R:OK -2015-03-23 21:56:53 sendUrl INFO 1 [693] R:OK -2015-03-23 21:57:30 queue INFO 5 [694] -2015-03-23 21:57:30 queue INFO >5 [695] -2015-03-23 21:57:31 sendUrl INFO 5 [694] R:OK -2015-03-23 21:57:31 sendUrl INFO 5 [695] R:OK -2015-03-23 21:57:32 queue INFO 1 [696] -2015-03-23 21:57:32 queue INFO >1 [697] -2015-03-23 21:57:32 sendUrl INFO 1 [696] R:OK -2015-03-23 21:57:33 sendUrl INFO 1 [697] R:OK -2015-03-23 21:57:45 queue INFO 3 [698] -2015-03-23 21:57:46 queue INFO >3 [699] -2015-03-23 21:57:46 sendUrl INFO 3 [698] R:OK -2015-03-23 21:57:46 sendUrl INFO 3 [699] R:OK -2015-03-23 21:58:36 queue INFO >>3 [700] -2015-03-23 21:58:36 sendUrl INFO 3 [700] R:OK -2015-03-23 21:59:26 queue INFO >>3 [701] -2015-03-23 21:59:26 sendUrl INFO 3 [701] R:OK -2015-03-23 21:59:56 queue INFO 7 [702] -2015-03-23 21:59:56 queue INFO >7 [703] -2015-03-23 21:59:57 sendUrl INFO 7 [702] R:OK -2015-03-23 21:59:57 sendUrl INFO 7 [703] R:OK -2015-03-23 21:59:58 queue INFO 3 [704] -2015-03-23 21:59:58 queue INFO >3 [705] -2015-03-23 21:59:58 sendUrl INFO 3 [704] R:OK -2015-03-23 21:59:58 sendUrl INFO 3 [705] R:OK -2015-03-23 22:00:48 queue INFO >>3 [706] -2015-03-23 22:00:48 sendUrl INFO 3 [706] R:OK -2015-03-23 22:01:38 queue INFO >>3 [707] -2015-03-23 22:01:38 sendUrl INFO 3 [707] R:OK -2015-03-23 22:02:22 queue INFO 7 [708] -2015-03-23 22:02:22 queue INFO >7 [709] -2015-03-23 22:02:23 sendUrl INFO 7 [708] R:OK -2015-03-23 22:02:23 sendUrl INFO 7 [709] R:OK -2015-03-23 22:02:24 queue INFO 3 [710] -2015-03-23 22:02:24 queue INFO >3 [711] -2015-03-23 22:02:24 sendUrl INFO 3 [710] R:OK -2015-03-23 22:02:24 sendUrl INFO 3 [711] R:OK -2015-03-23 22:03:14 queue INFO >>3 [712] -2015-03-23 22:03:14 sendUrl INFO 3 [712] R:OK -2015-03-23 22:04:04 queue INFO >>3 [713] -2015-03-23 22:04:04 sendUrl INFO 3 [713] R:OK -2015-03-23 22:04:48 queue INFO 7 [714] -2015-03-23 22:04:48 queue INFO >7 [715] -2015-03-23 22:04:48 sendUrl INFO 7 [714] R:OK -2015-03-23 22:04:48 sendUrl INFO 7 [715] R:OK -2015-03-23 22:04:49 queue INFO 3 [716] -2015-03-23 22:04:50 queue INFO >3 [717] -2015-03-23 22:04:50 sendUrl INFO 3 [716] R:OK -2015-03-23 22:04:50 sendUrl INFO 3 [717] R:OK -2015-03-23 22:05:40 queue INFO >>3 [718] -2015-03-23 22:05:40 sendUrl INFO 3 [718] R:OK -2015-03-23 22:06:30 queue INFO >>3 [719] -2015-03-23 22:06:30 sendUrl INFO 3 [719] R:OK -2015-03-23 22:07:14 queue INFO 7 [720] -2015-03-23 22:07:14 queue INFO >7 [721] -2015-03-23 22:07:14 sendUrl INFO 7 [720] R:OK -2015-03-23 22:07:14 sendUrl INFO 7 [721] R:OK -2015-03-23 22:07:15 queue INFO 3 [722] -2015-03-23 22:07:15 queue INFO >3 [723] -2015-03-23 22:07:15 sendUrl INFO 3 [722] R:OK -2015-03-23 22:07:16 sendUrl INFO 3 [723] R:OK -2015-03-23 22:08:05 queue INFO >>3 [724] -2015-03-23 22:08:06 sendUrl INFO 3 [724] R:OK -2015-03-23 22:08:56 queue INFO >>3 [725] -2015-03-23 22:08:56 sendUrl INFO 3 [725] R:OK -2015-03-23 22:09:40 queue INFO 7 [726] -2015-03-23 22:09:40 queue INFO >7 [727] -2015-03-23 22:09:40 sendUrl INFO 7 [726] R:OK -2015-03-23 22:09:40 sendUrl INFO 7 [727] R:OK -2015-03-23 22:09:41 queue INFO 3 [728] -2015-03-23 22:09:41 sendUrl INFO 3 [728] R:OK -2015-03-23 22:09:41 queue INFO >3 [729] -2015-03-23 22:09:42 sendUrl INFO 3 [729] R:OK -2015-03-23 22:10:31 queue INFO >>3 [730] -2015-03-23 22:10:32 sendUrl INFO 3 [730] R:OK -2015-03-23 22:11:22 queue INFO >>3 [731] -2015-03-23 22:11:22 sendUrl INFO 3 [731] R:OK -2015-03-23 22:12:05 queue INFO 7 [732] -2015-03-23 22:12:06 queue INFO >7 [733] -2015-03-23 22:12:06 sendUrl INFO 7 [732] R:OK -2015-03-23 22:12:06 sendUrl INFO 7 [733] R:OK -2015-03-23 22:12:07 queue INFO 3 [734] -2015-03-23 22:12:07 queue INFO >3 [735] -2015-03-23 22:12:07 sendUrl INFO 3 [734] R:OK -2015-03-23 22:12:08 sendUrl INFO 3 [735] R:OK -2015-03-23 22:12:57 queue INFO >>3 [736] -2015-03-23 22:12:58 sendUrl INFO 3 [736] R:OK -2015-03-23 22:13:47 queue INFO >>3 [737] -2015-03-23 22:13:48 sendUrl INFO 3 [737] R:OK -2015-03-23 22:14:31 queue INFO 7 [738] -2015-03-23 22:14:32 queue INFO >7 [739] -2015-03-23 22:14:32 sendUrl INFO 7 [738] R:OK -2015-03-23 22:14:32 sendUrl INFO 7 [739] R:OK -2015-03-23 22:14:33 queue INFO 3 [740] -2015-03-23 22:14:33 queue INFO >3 [741] -2015-03-23 22:14:33 sendUrl INFO 3 [740] R:OK -2015-03-23 22:14:34 sendUrl INFO 3 [741] R:OK -2015-03-23 22:15:23 queue INFO >>3 [742] -2015-03-23 22:15:24 sendUrl INFO 3 [742] R:OK -2015-03-23 22:16:13 queue INFO >>3 [743] -2015-03-23 22:16:13 sendUrl INFO 3 [743] R:OK -2015-03-23 22:16:57 queue INFO 7 [744] -2015-03-23 22:16:57 sendUrl INFO 7 [744] R:OK -2015-03-23 22:16:57 queue INFO >7 [745] -2015-03-23 22:16:58 sendUrl INFO 7 [745] R:OK -2015-03-23 22:16:59 queue INFO 3 [746] -2015-03-23 22:16:59 queue INFO >3 [747] -2015-03-23 22:16:59 sendUrl INFO 3 [746] R:OK -2015-03-23 22:17:00 sendUrl INFO 3 [747] R:OK -2015-03-23 22:17:49 queue INFO >>3 [748] -2015-03-23 22:17:49 sendUrl INFO 3 [748] R:OK -2015-03-23 22:18:39 queue INFO >>3 [749] -2015-03-23 22:18:39 sendUrl INFO 3 [749] R:OK -2015-03-23 22:19:23 queue INFO 7 [750] -2015-03-23 22:19:23 queue INFO >7 [751] -2015-03-23 22:19:23 sendUrl INFO 7 [750] R:OK -2015-03-23 22:19:24 sendUrl INFO 7 [751] R:OK -2015-03-23 22:19:25 queue INFO 3 [752] -2015-03-23 22:19:25 sendUrl INFO 3 [752] R:OK -2015-03-23 22:19:25 queue INFO >3 [753] -2015-03-23 22:19:25 sendUrl INFO 3 [753] R:OK -2015-03-23 22:20:15 queue INFO >>3 [754] -2015-03-23 22:20:15 sendUrl INFO 3 [754] R:OK -2015-03-23 22:21:05 queue INFO >>3 [755] -2015-03-23 22:21:05 sendUrl INFO 3 [755] R:OK -2015-03-23 22:21:49 queue INFO 7 [756] -2015-03-23 22:21:49 sendUrl INFO 7 [756] R:OK -2015-03-23 22:21:49 queue INFO >7 [757] -2015-03-23 22:21:50 sendUrl INFO 7 [757] R:OK -2015-03-23 22:21:51 queue INFO 3 [758] -2015-03-23 22:21:51 queue INFO >3 [759] -2015-03-23 22:21:51 sendUrl INFO 3 [758] R:OK -2015-03-23 22:21:52 sendUrl INFO 3 [759] R:OK -2015-03-23 22:22:41 queue INFO >>3 [760] -2015-03-23 22:22:41 sendUrl INFO 3 [760] R:OK -2015-03-23 22:23:31 queue INFO >>3 [761] -2015-03-23 22:23:31 sendUrl INFO 3 [761] R:OK -2015-03-23 22:24:15 queue INFO 7 [762] -2015-03-23 22:24:15 queue INFO >7 [763] -2015-03-23 22:24:15 sendUrl INFO 7 [762] R:OK -2015-03-23 22:24:16 sendUrl INFO 7 [763] R:OK -2015-03-23 22:24:17 queue INFO 3 [764] -2015-03-23 22:24:17 queue INFO >3 [765] -2015-03-23 22:24:17 sendUrl INFO 3 [764] R:OK -2015-03-23 22:24:17 sendUrl INFO 3 [765] R:OK -2015-03-23 22:25:07 queue INFO >>3 [766] -2015-03-23 22:25:07 sendUrl INFO 3 [766] R:OK -2015-03-23 22:25:57 queue INFO >>3 [767] -2015-03-23 22:25:57 sendUrl INFO 3 [767] R:OK -2015-03-23 22:26:41 queue INFO 7 [768] -2015-03-23 22:26:41 queue INFO >7 [769] -2015-03-23 22:26:41 sendUrl INFO 7 [768] R:OK -2015-03-23 22:26:42 sendUrl INFO 7 [769] R:OK -2015-03-23 22:26:42 queue INFO 3 [770] -2015-03-23 22:26:43 queue INFO >3 [771] -2015-03-23 22:26:43 sendUrl INFO 3 [770] R:OK -2015-03-23 22:26:43 sendUrl INFO 3 [771] R:OK -2015-03-23 22:27:33 queue INFO >>3 [772] -2015-03-23 22:27:33 sendUrl INFO 3 [772] R:OK -2015-03-23 22:28:23 queue INFO >>3 [773] -2015-03-23 22:28:23 sendUrl INFO 3 [773] R:OK -2015-03-23 22:29:07 queue INFO 7 [774] -2015-03-23 22:29:07 queue INFO >7 [775] -2015-03-23 22:29:07 sendUrl INFO 7 [774] R:OK -2015-03-23 22:29:08 sendUrl INFO 7 [775] R:OK -2015-03-23 22:29:08 queue INFO 3 [776] -2015-03-23 22:29:08 queue INFO >3 [777] -2015-03-23 22:29:09 sendUrl INFO 3 [776] R:OK -2015-03-23 22:29:09 sendUrl INFO 3 [777] R:OK -2015-03-23 22:29:45 queue INFO B [778] -2015-03-23 22:29:45 queue INFO >B [779] -2015-03-23 22:29:45 sendUrl INFO B [778] R:OK -2015-03-23 22:29:45 sendUrl INFO B [779] R:OK -2015-03-23 22:30:35 queue INFO >>B [780] -2015-03-23 22:30:35 sendUrl INFO B [780] R:OK -2015-03-23 22:31:25 queue INFO >>B [781] -2015-03-23 22:31:25 sendUrl INFO B [781] R:OK -2015-03-23 22:31:26 queue INFO 3 [782] -2015-03-23 22:31:27 sendUrl INFO 3 [782] R:OK -2015-03-23 22:31:27 queue INFO >3 [783] -2015-03-23 22:31:27 sendUrl INFO 3 [783] R:OK -2015-03-23 22:31:35 queue INFO 7 [784] -2015-03-23 22:31:35 queue INFO >7 [785] -2015-03-23 22:31:36 sendUrl INFO 7 [784] R:OK -2015-03-23 22:31:36 sendUrl INFO 7 [785] R:OK -2015-03-23 22:31:37 queue INFO 3 [786] -2015-03-23 22:31:37 queue INFO >3 [787] -2015-03-23 22:31:37 sendUrl INFO 3 [786] R:OK -2015-03-23 22:31:38 sendUrl INFO 3 [787] R:OK -2015-03-23 22:32:27 queue INFO >>3 [788] -2015-03-23 22:32:27 sendUrl INFO 3 [788] R:OK -2015-03-23 22:33:17 queue INFO >>3 [789] -2015-03-23 22:33:17 sendUrl INFO 3 [789] R:OK -2015-03-23 22:34:01 queue INFO 7 [790] -2015-03-23 22:34:01 queue INFO >7 [791] -2015-03-23 22:34:02 sendUrl INFO 7 [790] R:OK -2015-03-23 22:34:02 sendUrl INFO 7 [791] R:OK -2015-03-23 22:34:03 queue INFO 3 [792] -2015-03-23 22:34:03 queue INFO >3 [793] -2015-03-23 22:34:03 sendUrl INFO 3 [792] R:OK -2015-03-23 22:34:04 sendUrl INFO 3 [793] R:OK -2015-03-23 22:34:53 queue INFO >>3 [794] -2015-03-23 22:34:53 sendUrl INFO 3 [794] R:OK -2015-03-23 22:35:43 queue INFO >>3 [795] -2015-03-23 22:35:43 sendUrl INFO 3 [795] R:OK -2015-03-23 22:36:27 queue INFO 7 [796] -2015-03-23 22:36:27 sendUrl INFO 7 [796] R:OK -2015-03-23 22:36:27 queue INFO >7 [797] -2015-03-23 22:36:28 sendUrl INFO 7 [797] R:OK -2015-03-23 22:36:29 queue INFO 3 [798] -2015-03-23 22:36:29 queue INFO >3 [799] -2015-03-23 22:36:29 sendUrl INFO 3 [798] R:OK -2015-03-23 22:36:30 sendUrl INFO 3 [799] R:OK -2015-03-23 22:37:19 queue INFO >>3 [800] -2015-03-23 22:37:19 sendUrl INFO 3 [800] R:OK -2015-03-23 22:38:09 queue INFO >>3 [801] -2015-03-23 22:38:09 sendUrl INFO 3 [801] R:OK -2015-03-23 22:38:53 queue INFO 7 [802] -2015-03-23 22:38:53 queue INFO >7 [803] -2015-03-23 22:38:53 sendUrl INFO 7 [802] R:OK -2015-03-23 22:38:54 sendUrl INFO 7 [803] R:OK -2015-03-23 22:38:55 queue INFO 3 [804] -2015-03-23 22:38:55 queue INFO >3 [805] -2015-03-23 22:38:55 sendUrl INFO 3 [804] R:OK -2015-03-23 22:38:56 sendUrl INFO 3 [805] R:OK -2015-03-23 22:39:45 queue INFO >>3 [806] -2015-03-23 22:39:45 sendUrl INFO 3 [806] R:OK -2015-03-23 22:40:35 queue INFO >>3 [807] -2015-03-23 22:40:35 sendUrl INFO 3 [807] R:OK -2015-03-23 22:41:19 queue INFO 7 [808] -2015-03-23 22:41:19 sendUrl INFO 7 [808] R:OK -2015-03-23 22:41:19 queue INFO >7 [809] -2015-03-23 22:41:20 sendUrl INFO 7 [809] R:OK -2015-03-23 22:41:20 queue INFO 3 [810] -2015-03-23 22:41:21 queue INFO >3 [811] -2015-03-23 22:41:21 sendUrl INFO 3 [810] R:OK -2015-03-23 22:41:22 sendUrl INFO 3 [811] R:OK -2015-03-23 22:42:11 queue INFO >>3 [812] -2015-03-23 22:42:11 sendUrl INFO 3 [812] R:OK -2015-03-23 22:43:01 queue INFO >>3 [813] -2015-03-23 22:43:01 sendUrl INFO 3 [813] R:OK -2015-03-23 22:43:45 queue INFO 7 [814] -2015-03-23 22:43:45 queue INFO >7 [815] -2015-03-23 22:43:45 sendUrl INFO 7 [814] R:OK -2015-03-23 22:43:45 sendUrl INFO 7 [815] R:OK -2015-03-23 22:43:46 queue INFO 3 [816] -2015-03-23 22:43:47 queue INFO >3 [817] -2015-03-23 22:43:47 sendUrl INFO 3 [816] R:OK -2015-03-23 22:43:47 sendUrl INFO 3 [817] R:OK -2015-03-23 22:44:36 queue INFO >>3 [818] -2015-03-23 22:44:37 sendUrl INFO 3 [818] R:OK -2015-03-23 22:45:27 queue INFO >>3 [819] -2015-03-23 22:45:27 sendUrl INFO 3 [819] R:OK -2015-03-23 22:46:11 queue INFO 7 [820] -2015-03-23 22:46:11 queue INFO >7 [821] -2015-03-23 22:46:11 sendUrl INFO 7 [820] R:OK -2015-03-23 22:46:11 sendUrl INFO 7 [821] R:OK -2015-03-23 22:46:12 queue INFO 3 [822] -2015-03-23 22:46:12 queue INFO >3 [823] -2015-03-23 22:46:12 sendUrl INFO 3 [822] R:OK -2015-03-23 22:46:13 sendUrl INFO 3 [823] R:OK -2015-03-23 22:47:02 queue INFO >>3 [824] -2015-03-23 22:47:03 sendUrl INFO 3 [824] R:OK -2015-03-23 22:47:52 queue INFO >>3 [825] -2015-03-23 22:47:53 sendUrl INFO 3 [825] R:OK -2015-03-23 22:48:37 queue INFO 7 [826] -2015-03-23 22:48:37 queue INFO >7 [827] -2015-03-23 22:48:37 sendUrl INFO 7 [826] R:OK -2015-03-23 22:48:37 sendUrl INFO 7 [827] R:OK -2015-03-23 22:48:38 queue INFO 3 [828] -2015-03-23 22:48:38 queue INFO >3 [829] -2015-03-23 22:48:38 sendUrl INFO 3 [828] R:OK -2015-03-23 22:48:39 sendUrl INFO 3 [829] R:OK -2015-03-23 22:49:28 queue INFO >>3 [830] -2015-03-23 22:49:29 sendUrl INFO 3 [830] R:OK -2015-03-23 22:50:19 queue INFO >>3 [831] -2015-03-23 22:50:19 sendUrl INFO 3 [831] R:OK -2015-03-23 22:51:02 queue INFO 7 [832] -2015-03-23 22:51:03 queue INFO >7 [833] -2015-03-23 22:51:03 sendUrl INFO 7 [832] R:OK -2015-03-23 22:51:03 sendUrl INFO 7 [833] R:OK -2015-03-23 22:51:04 queue INFO 3 [834] -2015-03-23 22:51:04 queue INFO >3 [835] -2015-03-23 22:51:04 sendUrl INFO 3 [834] R:OK -2015-03-23 22:51:05 sendUrl INFO 3 [835] R:OK -2015-03-23 22:51:54 queue INFO >>3 [836] -2015-03-23 22:51:55 sendUrl INFO 3 [836] R:OK -2015-03-23 22:52:44 queue INFO >>3 [837] -2015-03-23 22:52:45 sendUrl INFO 3 [837] R:OK -2015-03-23 22:53:28 queue INFO 7 [838] -2015-03-23 22:53:29 queue INFO >7 [839] -2015-03-23 22:53:29 sendUrl INFO 7 [838] R:OK -2015-03-23 22:53:29 sendUrl INFO 7 [839] R:OK -2015-03-23 22:53:30 queue INFO 3 [840] -2015-03-23 22:53:30 queue INFO >3 [841] -2015-03-23 22:53:30 sendUrl INFO 3 [840] R:OK -2015-03-23 22:53:31 sendUrl INFO 3 [841] R:OK -2015-03-23 22:54:20 queue INFO >>3 [842] -2015-03-23 22:54:20 sendUrl INFO 3 [842] R:OK -2015-03-23 22:55:10 queue INFO >>3 [843] -2015-03-23 22:55:11 sendUrl INFO 3 [843] R:OK -2015-03-23 22:55:54 queue INFO 7 [844] -2015-03-23 22:55:54 queue INFO >7 [845] -2015-03-23 22:55:54 sendUrl INFO 7 [844] R:OK -2015-03-23 22:55:55 sendUrl INFO 7 [845] R:OK -2015-03-23 22:55:56 queue INFO 3 [846] -2015-03-23 22:55:56 queue INFO >3 [847] -2015-03-23 22:55:56 sendUrl INFO 3 [846] R:OK -2015-03-23 22:55:57 sendUrl INFO 3 [847] R:OK -2015-03-23 22:56:46 queue INFO >>3 [848] -2015-03-23 22:56:47 sendUrl INFO 3 [848] R:OK -2015-03-23 22:57:36 queue INFO >>3 [849] -2015-03-23 22:57:37 sendUrl INFO 3 [849] R:OK -2015-03-23 22:58:20 queue INFO 7 [850] -2015-03-23 22:58:20 sendUrl INFO 7 [850] R:OK -2015-03-23 22:58:20 queue INFO >7 [851] -2015-03-23 22:58:21 sendUrl INFO 7 [851] R:OK -2015-03-23 22:58:22 queue INFO 3 [852] -2015-03-23 22:58:22 queue INFO >3 [853] -2015-03-23 22:58:22 sendUrl INFO 3 [852] R:OK -2015-03-23 22:58:23 sendUrl INFO 3 [853] R:OK -2015-03-23 22:59:12 queue INFO >>3 [854] -2015-03-23 22:59:12 sendUrl INFO 3 [854] R:OK -2015-03-23 23:00:02 queue INFO >>3 [855] -2015-03-23 23:00:02 sendUrl INFO 3 [855] R:OK -2015-03-23 23:00:46 queue INFO 7 [856] -2015-03-23 23:00:46 queue INFO >7 [857] -2015-03-23 23:00:46 sendUrl INFO 7 [856] R:OK -2015-03-23 23:00:47 sendUrl INFO 7 [857] R:OK -2015-03-23 23:00:48 queue INFO 3 [858] -2015-03-23 23:00:48 sendUrl INFO 3 [858] R:OK -2015-03-23 23:00:48 queue INFO >3 [859] -2015-03-23 23:00:48 sendUrl INFO 3 [859] R:OK -2015-03-23 23:01:38 queue INFO >>3 [860] -2015-03-23 23:01:38 sendUrl INFO 3 [860] R:OK -2015-03-23 23:02:28 queue INFO >>3 [861] -2015-03-23 23:02:28 sendUrl INFO 3 [861] R:OK -2015-03-23 23:03:12 queue INFO 7 [862] -2015-03-23 23:03:12 queue INFO >7 [863] -2015-03-23 23:03:12 sendUrl INFO 7 [862] R:OK -2015-03-23 23:03:13 sendUrl INFO 7 [863] R:OK -2015-03-23 23:03:14 queue INFO 3 [864] -2015-03-23 23:03:14 queue INFO >3 [865] -2015-03-23 23:03:14 sendUrl INFO 3 [864] R:OK -2015-03-23 23:03:14 sendUrl INFO 3 [865] R:OK -2015-03-23 23:04:04 queue INFO >>3 [866] -2015-03-23 23:04:04 sendUrl INFO 3 [866] R:OK -2015-03-23 23:04:54 queue INFO >>3 [867] -2015-03-23 23:04:54 sendUrl INFO 3 [867] R:OK -2015-03-23 23:05:38 queue INFO 7 [868] -2015-03-23 23:05:38 queue INFO >7 [869] -2015-03-23 23:05:38 sendUrl INFO 7 [868] R:OK -2015-03-23 23:05:39 sendUrl INFO 7 [869] R:OK -2015-03-23 23:05:40 queue INFO 3 [870] -2015-03-23 23:05:40 queue INFO >3 [871] -2015-03-23 23:05:40 sendUrl INFO 3 [870] R:OK -2015-03-23 23:05:40 sendUrl INFO 3 [871] R:OK -2015-03-23 23:06:30 queue INFO >>3 [872] -2015-03-23 23:06:30 sendUrl INFO 3 [872] R:OK -2015-03-23 23:07:20 queue INFO >>3 [873] -2015-03-23 23:07:20 sendUrl INFO 3 [873] R:OK -2015-03-23 23:08:04 queue INFO 7 [874] -2015-03-23 23:08:04 queue INFO >7 [875] -2015-03-23 23:08:04 sendUrl INFO 7 [874] R:OK -2015-03-23 23:08:05 sendUrl INFO 7 [875] R:OK -2015-03-23 23:08:05 queue INFO 3 [876] -2015-03-23 23:08:06 queue INFO >3 [877] -2015-03-23 23:08:06 sendUrl INFO 3 [876] R:OK -2015-03-23 23:08:06 sendUrl INFO 3 [877] R:OK -2015-03-23 23:08:56 queue INFO >>3 [878] -2015-03-23 23:08:56 sendUrl INFO 3 [878] R:OK -2015-03-23 23:09:46 queue INFO >>3 [879] -2015-03-23 23:09:46 sendUrl INFO 3 [879] R:OK -2015-03-23 23:10:30 queue INFO 7 [880] -2015-03-23 23:10:30 queue INFO >7 [881] -2015-03-23 23:10:30 sendUrl INFO 7 [880] R:OK -2015-03-23 23:10:31 sendUrl INFO 7 [881] R:OK -2015-03-23 23:10:31 queue INFO 3 [882] -2015-03-23 23:10:31 queue INFO >3 [883] -2015-03-23 23:10:32 sendUrl INFO 3 [882] R:OK -2015-03-23 23:10:32 sendUrl INFO 3 [883] R:OK -2015-03-23 23:11:21 queue INFO >>3 [884] -2015-03-23 23:11:22 sendUrl INFO 3 [884] R:OK -2015-03-23 23:12:12 queue INFO >>3 [885] -2015-03-23 23:12:12 sendUrl INFO 3 [885] R:OK -2015-03-23 23:12:55 queue INFO 7 [886] -2015-03-23 23:12:56 sendUrl INFO 7 [886] R:OK -2015-03-23 23:12:56 queue INFO >7 [887] -2015-03-23 23:12:56 sendUrl INFO 7 [887] R:OK -2015-03-23 23:12:57 queue INFO 3 [888] -2015-03-23 23:12:57 queue INFO >3 [889] -2015-03-23 23:12:58 sendUrl INFO 3 [888] R:OK -2015-03-23 23:12:58 sendUrl INFO 3 [889] R:OK -2015-03-23 23:13:47 queue INFO >>3 [890] -2015-03-23 23:13:47 sendUrl INFO 3 [890] R:OK -2015-03-23 23:14:37 queue INFO >>3 [891] -2015-03-23 23:14:38 sendUrl INFO 3 [891] R:OK -2015-03-23 23:15:22 queue INFO 7 [892] -2015-03-23 23:15:22 queue INFO >7 [893] -2015-03-23 23:15:22 sendUrl INFO 7 [892] R:OK -2015-03-23 23:15:23 sendUrl INFO 7 [893] R:OK -2015-03-23 23:15:23 queue INFO 3 [894] -2015-03-23 23:15:23 queue INFO >3 [895] -2015-03-23 23:15:24 sendUrl INFO 3 [894] R:OK -2015-03-23 23:15:24 sendUrl INFO 3 [895] R:OK -2015-03-23 23:16:13 queue INFO >>3 [896] -2015-03-23 23:16:13 sendUrl INFO 3 [896] R:OK -2015-03-23 23:17:03 queue INFO >>3 [897] -2015-03-23 23:17:04 sendUrl INFO 3 [897] R:OK -2015-03-23 23:17:47 queue INFO 7 [898] -2015-03-23 23:17:48 queue INFO >7 [899] -2015-03-23 23:17:48 sendUrl INFO 7 [898] R:OK -2015-03-23 23:17:48 sendUrl INFO 7 [899] R:OK -2015-03-23 23:17:49 queue INFO 3 [900] -2015-03-23 23:17:49 sendUrl INFO 3 [900] R:OK -2015-03-23 23:17:49 queue INFO >3 [901] -2015-03-23 23:17:50 sendUrl INFO 3 [901] R:OK -2015-03-23 23:18:27 queue INFO B [902] -2015-03-23 23:18:27 sendUrl INFO B [902] R:OK -2015-03-23 23:18:27 queue INFO >B [903] -2015-03-23 23:18:28 sendUrl INFO B [903] R:OK -2015-03-23 23:18:49 queue INFO 3 [904] -2015-03-23 23:18:50 queue INFO >3 [905] -2015-03-23 23:18:50 sendUrl INFO 3 [904] R:OK -2015-03-23 23:18:50 sendUrl INFO 3 [905] R:OK -2015-03-23 23:19:40 queue INFO >>3 [906] -2015-03-23 23:19:40 sendUrl INFO 3 [906] R:OK -2015-03-23 23:20:13 queue INFO 7 [907] -2015-03-23 23:20:14 queue INFO >7 [908] -2015-03-23 23:20:14 sendUrl INFO 7 [907] R:OK -2015-03-23 23:20:14 sendUrl INFO 7 [908] R:OK -2015-03-23 23:20:15 queue INFO 3 [909] -2015-03-23 23:20:15 sendUrl INFO 3 [909] R:OK -2015-03-23 23:20:15 queue INFO >3 [910] -2015-03-23 23:20:16 sendUrl INFO 3 [910] R:OK -2015-03-23 23:21:05 queue INFO >>3 [911] -2015-03-23 23:21:05 sendUrl INFO 3 [911] R:OK -2015-03-23 23:21:55 queue INFO >>3 [912] -2015-03-23 23:21:56 sendUrl INFO 3 [912] R:OK -2015-03-23 23:22:39 queue INFO 7 [913] -2015-03-23 23:22:39 queue INFO >7 [914] -2015-03-23 23:22:40 sendUrl INFO 7 [913] R:OK -2015-03-23 23:22:40 sendUrl INFO 7 [914] R:OK -2015-03-23 23:22:41 queue INFO 3 [915] -2015-03-23 23:22:41 sendUrl INFO 3 [915] R:OK -2015-03-23 23:22:41 queue INFO >3 [916] -2015-03-23 23:22:42 sendUrl INFO 3 [916] R:OK -2015-03-23 23:23:21 queue INFO B [917] -2015-03-23 23:23:21 queue INFO >B [918] -2015-03-23 23:23:21 sendUrl INFO B [917] R:OK -2015-03-23 23:23:21 sendUrl INFO B [918] R:OK -2015-03-23 23:23:40 queue INFO 3 [919] -2015-03-23 23:23:41 queue INFO >3 [920] -2015-03-23 23:23:41 sendUrl INFO 3 [919] R:OK -2015-03-23 23:23:41 sendUrl INFO 3 [920] R:OK -2015-03-23 23:24:31 queue INFO >>3 [921] -2015-03-23 23:24:31 sendUrl INFO 3 [921] R:OK -2015-03-23 23:25:05 queue INFO 7 [922] -2015-03-23 23:25:05 queue INFO >7 [923] -2015-03-23 23:25:06 sendUrl INFO 7 [922] R:OK -2015-03-23 23:25:06 sendUrl INFO 7 [923] R:OK -2015-03-23 23:25:07 queue INFO 3 [924] -2015-03-23 23:25:07 queue INFO >3 [925] -2015-03-23 23:25:07 sendUrl INFO 3 [924] R:OK -2015-03-23 23:25:08 sendUrl INFO 3 [925] R:OK -2015-03-23 23:25:57 queue INFO >>3 [926] -2015-03-23 23:25:57 sendUrl INFO 3 [926] R:OK -2015-03-23 23:26:47 queue INFO >>3 [927] -2015-03-23 23:26:47 sendUrl INFO 3 [927] R:OK -2015-03-23 23:27:31 queue INFO 7 [928] -2015-03-23 23:27:31 queue INFO >7 [929] -2015-03-23 23:27:32 sendUrl INFO 7 [928] R:OK -2015-03-23 23:27:32 sendUrl INFO 7 [929] R:OK -2015-03-23 23:27:33 queue INFO 3 [930] -2015-03-23 23:27:33 queue INFO >3 [931] -2015-03-23 23:27:33 sendUrl INFO 3 [930] R:OK -2015-03-23 23:27:33 sendUrl INFO 3 [931] R:OK -2015-03-23 23:28:23 queue INFO >>3 [932] -2015-03-23 23:28:23 sendUrl INFO 3 [932] R:OK -2015-03-23 23:29:13 queue INFO >>3 [933] -2015-03-23 23:29:13 sendUrl INFO 3 [933] R:OK -2015-03-23 23:29:57 queue INFO 7 [934] -2015-03-23 23:29:57 queue INFO >7 [935] -2015-03-23 23:29:57 sendUrl INFO 7 [934] R:OK -2015-03-23 23:29:58 sendUrl INFO 7 [935] R:OK -2015-03-23 23:29:59 queue INFO 3 [936] -2015-03-23 23:29:59 queue INFO >3 [937] -2015-03-23 23:29:59 sendUrl INFO 3 [936] R:OK -2015-03-23 23:29:59 sendUrl INFO 3 [937] R:OK -2015-03-23 23:30:14 queue INFO 19 [938] -2015-03-23 23:30:14 queue INFO >19 [939] -2015-03-23 23:30:14 sendUrl INFO 19 [938] R:OK -2015-03-23 23:30:15 sendUrl INFO 19 [939] R:OK -2015-03-23 23:31:04 queue INFO >>19 [940] -2015-03-23 23:31:04 sendUrl INFO 19 [940] R:OK -2015-03-23 23:31:20 queue INFO 39 [941] -2015-03-23 23:31:20 queue INFO >39 [942] -2015-03-23 23:31:20 sendUrl INFO 39 [941] R:OK -2015-03-23 23:31:20 sendUrl INFO 39 [942] R:OK -2015-03-23 23:31:47 queue INFO 21 [943] -2015-03-23 23:31:47 queue INFO >21 [944] -2015-03-23 23:31:47 sendUrl INFO 21 [943] R:OK -2015-03-23 23:31:48 sendUrl INFO 21 [944] R:OK -2015-03-23 23:32:37 queue INFO >>21 [945] -2015-03-23 23:32:37 sendUrl INFO 21 [945] R:OK -2015-03-23 23:33:27 queue INFO >>21 [946] -2015-03-23 23:33:27 sendUrl INFO 21 [946] R:OK -2015-03-23 23:34:17 queue INFO >>21 [947] -2015-03-23 23:34:18 sendUrl INFO 21 [947] R:OK -2015-03-23 23:34:46 queue INFO 1 [948] -2015-03-23 23:34:47 queue INFO >1 [949] -2015-03-23 23:34:47 sendUrl INFO 1 [948] R:OK -2015-03-23 23:34:47 sendUrl INFO 1 [949] R:OK -2015-03-23 23:35:23 queue INFO 5 [950] -2015-03-23 23:35:23 queue INFO >5 [951] -2015-03-23 23:35:23 sendUrl INFO 5 [950] R:OK -2015-03-23 23:35:24 sendUrl INFO 5 [951] R:OK -2015-03-23 23:35:24 queue INFO 1 [952] -2015-03-23 23:35:24 queue INFO >1 [953] -2015-03-23 23:35:25 sendUrl INFO 1 [952] R:OK -2015-03-23 23:35:25 sendUrl INFO 1 [953] R:OK -2015-03-23 23:35:33 queue INFO 3 [954] -2015-03-23 23:35:33 sendUrl INFO 3 [954] R:OK -2015-03-23 23:35:33 queue INFO >3 [955] -2015-03-23 23:35:34 sendUrl INFO 3 [955] R:OK -2015-03-23 23:36:23 queue INFO >>3 [956] -2015-03-23 23:36:24 sendUrl INFO 3 [956] R:OK -2015-03-23 23:37:13 queue INFO >>3 [957] -2015-03-23 23:37:14 sendUrl INFO 3 [957] R:OK -2015-03-23 23:37:49 queue INFO 7 [958] -2015-03-23 23:37:49 queue INFO >7 [959] -2015-03-23 23:37:49 sendUrl INFO 7 [958] R:OK -2015-03-23 23:37:50 sendUrl INFO 7 [959] R:OK -2015-03-23 23:37:50 queue INFO 3 [960] -2015-03-23 23:37:50 queue INFO >3 [961] -2015-03-23 23:37:51 sendUrl INFO 3 [960] R:OK -2015-03-23 23:37:51 sendUrl INFO 3 [961] R:OK -2015-03-23 23:38:40 queue INFO >>3 [962] -2015-03-23 23:38:41 sendUrl INFO 3 [962] R:OK -2015-03-23 23:39:31 queue INFO >>3 [963] -2015-03-23 23:39:31 sendUrl INFO 3 [963] R:OK -2015-03-23 23:40:15 queue INFO 7 [964] -2015-03-23 23:40:15 queue INFO >7 [965] -2015-03-23 23:40:15 sendUrl INFO 7 [964] R:OK -2015-03-23 23:40:16 sendUrl INFO 7 [965] R:OK -2015-03-23 23:40:16 queue INFO 3 [966] -2015-03-23 23:40:16 queue INFO >3 [967] -2015-03-23 23:40:17 sendUrl INFO 3 [966] R:OK -2015-03-23 23:40:17 sendUrl INFO 3 [967] R:OK -2015-03-23 23:41:06 queue INFO >>3 [968] -2015-03-23 23:41:06 sendUrl INFO 3 [968] R:OK -2015-03-23 23:41:56 queue INFO >>3 [969] -2015-03-23 23:41:57 sendUrl INFO 3 [969] R:OK -2015-03-23 23:42:40 queue INFO 7 [970] -2015-03-23 23:42:41 sendUrl INFO 7 [970] R:OK -2015-03-23 23:42:41 queue INFO >7 [971] -2015-03-23 23:42:41 sendUrl INFO 7 [971] R:OK -2015-03-23 23:42:42 queue INFO 3 [972] -2015-03-23 23:42:42 queue INFO >3 [973] -2015-03-23 23:42:43 sendUrl INFO 3 [972] R:OK -2015-03-23 23:42:43 sendUrl INFO 3 [973] R:OK -2015-03-23 23:43:32 queue INFO >>3 [974] -2015-03-23 23:43:33 sendUrl INFO 3 [974] R:OK -2015-03-23 23:44:22 queue INFO >>3 [975] -2015-03-23 23:44:23 sendUrl INFO 3 [975] R:OK -2015-03-23 23:45:06 queue INFO 7 [976] -2015-03-23 23:45:07 queue INFO >7 [977] -2015-03-23 23:45:07 sendUrl INFO 7 [976] R:OK -2015-03-23 23:45:07 sendUrl INFO 7 [977] R:OK -2015-03-23 23:45:08 queue INFO 3 [978] -2015-03-23 23:45:08 queue INFO >3 [979] -2015-03-23 23:45:09 sendUrl INFO 3 [978] R:OK -2015-03-23 23:45:09 sendUrl INFO 3 [979] R:OK -2015-03-23 23:45:58 queue INFO >>3 [980] -2015-03-23 23:45:58 sendUrl INFO 3 [980] R:OK -2015-03-23 23:46:48 queue INFO >>3 [981] -2015-03-23 23:46:49 sendUrl INFO 3 [981] R:OK -2015-03-23 23:47:32 queue INFO 7 [982] -2015-03-23 23:47:32 queue INFO >7 [983] -2015-03-23 23:47:33 sendUrl INFO 7 [982] R:OK -2015-03-23 23:47:33 sendUrl INFO 7 [983] R:OK -2015-03-23 23:47:34 queue INFO 3 [984] -2015-03-23 23:47:34 sendUrl INFO 3 [984] R:OK -2015-03-23 23:47:34 queue INFO >3 [985] -2015-03-23 23:47:34 sendUrl INFO 3 [985] R:OK -2015-03-23 23:48:24 queue INFO >>3 [986] -2015-03-23 23:48:24 sendUrl INFO 3 [986] R:OK -2015-03-23 23:49:14 queue INFO >>3 [987] -2015-03-23 23:49:15 sendUrl INFO 3 [987] R:OK -2015-03-23 23:49:58 queue INFO 7 [988] -2015-03-23 23:49:58 sendUrl INFO 7 [988] R:OK -2015-03-23 23:49:59 queue INFO >7 [989] -2015-03-23 23:49:59 sendUrl INFO 7 [989] R:OK -2015-03-23 23:50:00 queue INFO 3 [990] -2015-03-23 23:50:00 queue INFO >3 [991] -2015-03-23 23:50:00 sendUrl INFO 3 [990] R:OK -2015-03-23 23:50:01 sendUrl INFO 3 [991] R:OK -2015-03-23 23:50:50 queue INFO >>3 [992] -2015-03-23 23:50:50 sendUrl INFO 3 [992] R:OK -2015-03-23 23:51:40 queue INFO >>3 [993] -2015-03-23 23:51:41 sendUrl INFO 3 [993] R:OK -2015-03-23 23:52:24 queue INFO 7 [994] -2015-03-23 23:52:24 queue INFO >7 [995] -2015-03-23 23:52:24 sendUrl INFO 7 [994] R:OK -2015-03-23 23:52:25 sendUrl INFO 7 [995] R:OK -2015-03-23 23:52:26 queue INFO 3 [996] -2015-03-23 23:52:26 sendUrl INFO 3 [996] R:OK -2015-03-23 23:52:26 queue INFO >3 [997] -2015-03-23 23:52:26 sendUrl INFO 3 [997] R:OK -2015-03-23 23:53:16 queue INFO >>3 [998] -2015-03-23 23:53:16 sendUrl INFO 3 [998] R:OK -2015-03-23 23:54:06 queue INFO >>3 [999] -2015-03-23 23:54:07 sendUrl INFO 3 [999] R:OK -2015-03-23 23:54:50 queue INFO 7 [0] -2015-03-23 23:54:50 queue INFO >7 [1] -2015-03-23 23:54:50 sendUrl INFO 7 [0] R:OK -2015-03-23 23:54:51 sendUrl INFO 7 [1] R:OK -2015-03-23 23:54:52 queue INFO 3 [2] -2015-03-23 23:54:52 queue INFO >3 [3] -2015-03-23 23:54:52 sendUrl INFO 3 [2] R:OK -2015-03-23 23:54:52 sendUrl INFO 3 [3] R:OK -2015-03-23 23:55:42 queue INFO >>3 [4] -2015-03-23 23:55:42 sendUrl INFO 3 [4] R:OK -2015-03-23 23:56:32 queue INFO >>3 [5] -2015-03-23 23:56:32 sendUrl INFO 3 [5] R:OK -2015-03-23 23:57:16 queue INFO 7 [6] -2015-03-23 23:57:16 queue INFO >7 [7] -2015-03-23 23:57:16 sendUrl INFO 7 [6] R:OK -2015-03-23 23:57:17 sendUrl INFO 7 [7] R:OK -2015-03-23 23:57:18 queue INFO 3 [8] -2015-03-23 23:57:18 queue INFO >3 [9] -2015-03-23 23:57:18 sendUrl INFO 3 [8] R:OK -2015-03-23 23:57:18 sendUrl INFO 3 [9] R:OK -2015-03-23 23:58:08 queue INFO >>3 [10] -2015-03-23 23:58:08 sendUrl INFO 3 [10] R:OK -2015-03-23 23:58:58 queue INFO >>3 [11] -2015-03-23 23:58:59 sendUrl INFO 3 [11] R:OK -2015-03-23 23:59:42 queue INFO 7 [12] -2015-03-23 23:59:42 queue INFO >7 [13] -2015-03-23 23:59:42 sendUrl INFO 7 [12] R:OK -2015-03-23 23:59:43 sendUrl INFO 7 [13] R:OK -2015-03-23 23:59:44 queue INFO 3 [14] -2015-03-23 23:59:44 queue INFO >3 [15] -2015-03-23 23:59:44 sendUrl INFO 3 [14] R:OK -2015-03-23 23:59:44 sendUrl INFO 3 [15] R:OK -2015-03-24 00:00:34 queue INFO >>3 [16] -2015-03-24 00:00:34 sendUrl INFO 3 [16] R:OK -2015-03-24 00:01:24 queue INFO >>3 [17] -2015-03-24 00:01:24 sendUrl INFO 3 [17] R:OK -2015-03-24 00:02:08 queue INFO 7 [18] -2015-03-24 00:02:08 queue INFO >7 [19] -2015-03-24 00:02:08 sendUrl INFO 7 [18] R:OK -2015-03-24 00:02:09 sendUrl INFO 7 [19] R:OK -2015-03-24 00:02:09 queue INFO 3 [20] -2015-03-24 00:02:10 queue INFO >3 [21] -2015-03-24 00:02:10 sendUrl INFO 3 [20] R:OK -2015-03-24 00:02:10 sendUrl INFO 3 [21] R:OK -2015-03-24 00:03:00 queue INFO >>3 [22] -2015-03-24 00:03:00 sendUrl INFO 3 [22] R:OK -2015-03-24 00:03:50 queue INFO >>3 [23] -2015-03-24 00:03:50 sendUrl INFO 3 [23] R:OK -2015-03-24 00:04:34 queue INFO 7 [24] -2015-03-24 00:04:34 queue INFO >7 [25] -2015-03-24 00:04:34 sendUrl INFO 7 [24] R:OK -2015-03-24 00:04:35 sendUrl INFO 7 [25] R:OK -2015-03-24 00:04:35 queue INFO 3 [26] -2015-03-24 00:04:36 queue INFO >3 [27] -2015-03-24 00:04:36 sendUrl INFO 3 [26] R:OK -2015-03-24 00:04:36 sendUrl INFO 3 [27] R:OK -2015-03-24 00:05:26 queue INFO >>3 [28] -2015-03-24 00:05:26 sendUrl INFO 3 [28] R:OK -2015-03-24 00:06:16 queue INFO >>3 [29] -2015-03-24 00:06:16 sendUrl INFO 3 [29] R:OK -2015-03-24 00:07:00 queue INFO 7 [30] -2015-03-24 00:07:00 queue INFO >7 [31] -2015-03-24 00:07:00 sendUrl INFO 7 [30] R:OK -2015-03-24 00:07:01 sendUrl INFO 7 [31] R:OK -2015-03-24 00:07:01 queue INFO 3 [32] -2015-03-24 00:07:01 queue INFO >3 [33] -2015-03-24 00:07:02 sendUrl INFO 3 [32] R:OK -2015-03-24 00:07:02 sendUrl INFO 3 [33] R:OK -2015-03-24 00:07:51 queue INFO >>3 [34] -2015-03-24 00:07:52 sendUrl INFO 3 [34] R:OK -2015-03-24 00:08:42 queue INFO >>3 [35] -2015-03-24 00:08:42 sendUrl INFO 3 [35] R:OK -2015-03-24 00:09:26 queue INFO 7 [36] -2015-03-24 00:09:26 queue INFO >7 [37] -2015-03-24 00:09:26 sendUrl INFO 7 [36] R:OK -2015-03-24 00:09:27 sendUrl INFO 7 [37] R:OK -2015-03-24 00:09:27 queue INFO 3 [38] -2015-03-24 00:09:28 queue INFO >3 [39] -2015-03-24 00:09:28 sendUrl INFO 3 [38] R:OK -2015-03-24 00:09:28 sendUrl INFO 3 [39] R:OK -2015-03-24 00:10:17 queue INFO >>3 [40] -2015-03-24 00:10:18 sendUrl INFO 3 [40] R:OK -2015-03-24 00:11:08 queue INFO >>3 [41] -2015-03-24 00:11:08 sendUrl INFO 3 [41] R:OK -2015-03-24 00:11:52 queue INFO 7 [42] -2015-03-24 00:11:52 sendUrl INFO 7 [42] R:OK -2015-03-24 00:11:52 queue INFO >7 [43] -2015-03-24 00:11:52 sendUrl INFO 7 [43] R:OK -2015-03-24 00:11:53 queue INFO 3 [44] -2015-03-24 00:11:53 queue INFO >3 [45] -2015-03-24 00:11:54 sendUrl INFO 3 [44] R:OK -2015-03-24 00:11:54 sendUrl INFO 3 [45] R:OK -2015-03-24 00:12:43 queue INFO >>3 [46] -2015-03-24 00:12:44 sendUrl INFO 3 [46] R:OK -2015-03-24 00:13:33 queue INFO >>3 [47] -2015-03-24 00:13:34 sendUrl INFO 3 [47] R:OK -2015-03-24 00:14:18 queue INFO 7 [48] -2015-03-24 00:14:18 queue INFO >7 [49] -2015-03-24 00:14:18 sendUrl INFO 7 [48] R:OK -2015-03-24 00:14:19 sendUrl INFO 7 [49] R:OK -2015-03-24 00:14:19 queue INFO 3 [50] -2015-03-24 00:14:19 queue INFO >3 [51] -2015-03-24 00:14:20 sendUrl INFO 3 [50] R:OK -2015-03-24 00:14:20 sendUrl INFO 3 [51] R:OK -2015-03-24 00:14:57 queue INFO B [52] -2015-03-24 00:14:57 queue INFO >B [53] -2015-03-24 00:14:57 sendUrl INFO B [52] R:OK -2015-03-24 00:14:57 sendUrl INFO B [53] R:OK -2015-03-24 00:15:47 queue INFO >>B [54] -2015-03-24 00:15:47 sendUrl INFO B [54] R:OK -2015-03-24 00:16:37 queue INFO >>B [55] -2015-03-24 00:16:37 sendUrl INFO B [55] R:OK -2015-03-24 00:16:53 queue INFO 9 [56] -2015-03-24 00:16:53 queue INFO >9 [57] -2015-03-24 00:16:54 sendUrl INFO 9 [56] R:OK -2015-03-24 00:16:54 sendUrl INFO 9 [57] R:OK -2015-03-24 00:17:43 queue INFO >>9 [58] -2015-03-24 00:17:44 sendUrl INFO 9 [58] R:OK -2015-03-24 00:18:34 queue INFO >>9 [59] -2015-03-24 00:18:34 sendUrl INFO 9 [59] R:OK -2015-03-24 00:19:24 queue INFO >>9 [60] -2015-03-24 00:19:24 sendUrl INFO 9 [60] R:OK -2015-03-24 00:20:14 queue INFO >>9 [61] -2015-03-24 00:20:14 sendUrl INFO 9 [61] R:OK -2015-03-24 00:21:04 queue INFO >>9 [62] -2015-03-24 00:21:04 sendUrl INFO 9 [62] R:OK -2015-03-24 00:21:54 queue INFO >>9 [63] -2015-03-24 00:21:55 sendUrl INFO 9 [63] R:OK -2015-03-24 00:22:44 queue INFO >>9 [64] -2015-03-24 00:22:44 sendUrl INFO 9 [64] R:OK -2015-03-24 00:23:34 queue INFO >>9 [65] -2015-03-24 00:23:35 sendUrl INFO 9 [65] R:OK -2015-03-24 00:23:47 queue INFO B [66] -2015-03-24 00:23:47 sendUrl INFO B [66] R:OK -2015-03-24 00:23:47 queue INFO >B [67] -2015-03-24 00:23:47 sendUrl INFO B [67] R:OK -2015-03-24 00:23:49 queue INFO 3 [68] -2015-03-24 00:23:49 queue INFO >3 [69] -2015-03-24 00:23:49 sendUrl INFO 3 [68] R:OK -2015-03-24 00:23:50 sendUrl INFO 3 [69] R:OK -2015-03-24 00:23:58 queue INFO 7 [70] -2015-03-24 00:23:58 queue INFO >7 [71] -2015-03-24 00:23:59 sendUrl INFO 7 [70] R:OK -2015-03-24 00:23:59 sendUrl INFO 7 [71] R:OK -2015-03-24 00:24:00 queue INFO 3 [72] -2015-03-24 00:24:00 queue INFO >3 [73] -2015-03-24 00:24:00 sendUrl INFO 3 [72] R:OK -2015-03-24 00:24:00 sendUrl INFO 3 [73] R:OK -2015-03-24 00:24:50 queue INFO >>3 [74] -2015-03-24 00:24:50 sendUrl INFO 3 [74] R:OK -2015-03-24 00:25:40 queue INFO >>3 [75] -2015-03-24 00:25:40 sendUrl INFO 3 [75] R:OK -2015-03-24 00:26:24 queue INFO 7 [76] -2015-03-24 00:26:24 queue INFO >7 [77] -2015-03-24 00:26:24 sendUrl INFO 7 [76] R:OK -2015-03-24 00:26:25 sendUrl INFO 7 [77] R:OK -2015-03-24 00:26:26 queue INFO 3 [78] -2015-03-24 00:26:26 queue INFO >3 [79] -2015-03-24 00:26:26 sendUrl INFO 3 [78] R:OK -2015-03-24 00:26:26 sendUrl INFO 3 [79] R:OK -2015-03-24 00:27:16 queue INFO >>3 [80] -2015-03-24 00:27:16 sendUrl INFO 3 [80] R:OK -2015-03-24 00:28:06 queue INFO >>3 [81] -2015-03-24 00:28:06 sendUrl INFO 3 [81] R:OK -2015-03-24 00:28:50 queue INFO 7 [82] -2015-03-24 00:28:50 queue INFO >7 [83] -2015-03-24 00:28:50 sendUrl INFO 7 [82] R:OK -2015-03-24 00:28:51 sendUrl INFO 7 [83] R:OK -2015-03-24 00:28:51 queue INFO 3 [84] -2015-03-24 00:28:52 queue INFO >3 [85] -2015-03-24 00:28:52 sendUrl INFO 3 [84] R:OK -2015-03-24 00:28:52 sendUrl INFO 3 [85] R:OK -2015-03-24 00:29:42 queue INFO >>3 [86] -2015-03-24 00:29:42 sendUrl INFO 3 [86] R:OK -2015-03-24 00:30:32 queue INFO >>3 [87] -2015-03-24 00:30:32 sendUrl INFO 3 [87] R:OK -2015-03-24 00:31:16 queue INFO 7 [88] -2015-03-24 00:31:16 queue INFO >7 [89] -2015-03-24 00:31:16 sendUrl INFO 7 [88] R:OK -2015-03-24 00:31:17 sendUrl INFO 7 [89] R:OK -2015-03-24 00:31:18 queue INFO 3 [90] -2015-03-24 00:31:18 queue INFO >3 [91] -2015-03-24 00:31:18 sendUrl INFO 3 [90] R:OK -2015-03-24 00:31:18 sendUrl INFO 3 [91] R:OK -2015-03-24 00:32:08 queue INFO >>3 [92] -2015-03-24 00:32:08 sendUrl INFO 3 [92] R:OK -2015-03-24 00:32:58 queue INFO >>3 [93] -2015-03-24 00:32:58 sendUrl INFO 3 [93] R:OK -2015-03-24 00:33:42 queue INFO 7 [94] -2015-03-24 00:33:42 sendUrl INFO 7 [94] R:OK -2015-03-24 00:33:42 queue INFO >7 [95] -2015-03-24 00:33:42 sendUrl INFO 7 [95] R:OK -2015-03-24 00:33:43 queue INFO 3 [96] -2015-03-24 00:33:44 queue INFO >3 [97] -2015-03-24 00:33:44 sendUrl INFO 3 [96] R:OK -2015-03-24 00:33:44 sendUrl INFO 3 [97] R:OK -2015-03-24 00:34:34 queue INFO >>3 [98] -2015-03-24 00:34:34 sendUrl INFO 3 [98] R:OK -2015-03-24 00:35:24 queue INFO >>3 [99] -2015-03-24 00:35:24 sendUrl INFO 3 [99] R:OK -2015-03-24 00:36:08 queue INFO 7 [100] -2015-03-24 00:36:08 queue INFO >7 [101] -2015-03-24 00:36:08 sendUrl INFO 7 [100] R:OK -2015-03-24 00:36:09 sendUrl INFO 7 [101] R:OK -2015-03-24 00:36:09 queue INFO 3 [102] -2015-03-24 00:36:10 queue INFO >3 [103] -2015-03-24 00:36:10 sendUrl INFO 3 [102] R:OK -2015-03-24 00:36:10 sendUrl INFO 3 [103] R:OK -2015-03-24 00:37:00 queue INFO >>3 [104] -2015-03-24 00:37:00 sendUrl INFO 3 [104] R:OK -2015-03-24 00:37:50 queue INFO >>3 [105] -2015-03-24 00:37:50 sendUrl INFO 3 [105] R:OK -2015-03-24 00:38:34 queue INFO 7 [106] -2015-03-24 00:38:34 queue INFO >7 [107] -2015-03-24 00:38:34 sendUrl INFO 7 [106] R:OK -2015-03-24 00:38:34 sendUrl INFO 7 [107] R:OK -2015-03-24 00:38:35 queue INFO 3 [108] -2015-03-24 00:38:35 queue INFO >3 [109] -2015-03-24 00:38:36 sendUrl INFO 3 [108] R:OK -2015-03-24 00:38:36 sendUrl INFO 3 [109] R:OK -2015-03-24 00:39:25 queue INFO >>3 [110] -2015-03-24 00:39:26 sendUrl INFO 3 [110] R:OK -2015-03-24 00:40:16 queue INFO >>3 [111] -2015-03-24 00:40:16 sendUrl INFO 3 [111] R:OK -2015-03-24 00:40:59 queue INFO 7 [112] -2015-03-24 00:41:00 queue INFO >7 [113] -2015-03-24 00:41:00 sendUrl INFO 7 [112] R:OK -2015-03-24 00:41:00 sendUrl INFO 7 [113] R:OK -2015-03-24 00:41:01 queue INFO 3 [114] -2015-03-24 00:41:01 queue INFO >3 [115] -2015-03-24 00:41:01 sendUrl INFO 3 [114] R:OK -2015-03-24 00:41:02 sendUrl INFO 3 [115] R:OK -2015-03-24 00:41:51 queue INFO >>3 [116] -2015-03-24 00:41:52 sendUrl INFO 3 [116] R:OK -2015-03-24 00:42:41 queue INFO >>3 [117] -2015-03-24 00:42:42 sendUrl INFO 3 [117] R:OK -2015-03-24 00:43:26 queue INFO 7 [118] -2015-03-24 00:43:26 queue INFO >7 [119] -2015-03-24 00:43:26 sendUrl INFO 7 [118] R:OK -2015-03-24 00:43:26 sendUrl INFO 7 [119] R:OK -2015-03-24 00:43:27 queue INFO 3 [120] -2015-03-24 00:43:27 sendUrl INFO 3 [120] R:OK -2015-03-24 00:43:27 queue INFO >3 [121] -2015-03-24 00:43:28 sendUrl INFO 3 [121] R:OK -2015-03-24 00:44:17 queue INFO >>3 [122] -2015-03-24 00:44:18 sendUrl INFO 3 [122] R:OK -2015-03-24 00:45:07 queue INFO >>3 [123] -2015-03-24 00:45:08 sendUrl INFO 3 [123] R:OK -2015-03-24 00:45:51 queue INFO 7 [124] -2015-03-24 00:45:52 queue INFO >7 [125] -2015-03-24 00:45:52 sendUrl INFO 7 [124] R:OK -2015-03-24 00:45:52 sendUrl INFO 7 [125] R:OK -2015-03-24 00:45:53 queue INFO 3 [126] -2015-03-24 00:45:53 queue INFO >3 [127] -2015-03-24 00:45:53 sendUrl INFO 3 [126] R:OK -2015-03-24 00:45:54 sendUrl INFO 3 [127] R:OK -2015-03-24 00:46:43 queue INFO >>3 [128] -2015-03-24 00:46:44 sendUrl INFO 3 [128] R:OK -2015-03-24 00:47:33 queue INFO >>3 [129] -2015-03-24 00:47:33 sendUrl INFO 3 [129] R:OK -2015-03-24 00:48:17 queue INFO 7 [130] -2015-03-24 00:48:18 queue INFO >7 [131] -2015-03-24 00:48:18 sendUrl INFO 7 [130] R:OK -2015-03-24 00:48:18 sendUrl INFO 7 [131] R:OK -2015-03-24 00:48:19 queue INFO 3 [132] -2015-03-24 00:48:19 queue INFO >3 [133] -2015-03-24 00:48:19 sendUrl INFO 3 [132] R:OK -2015-03-24 00:48:20 sendUrl INFO 3 [133] R:OK -2015-03-24 00:49:09 queue INFO >>3 [134] -2015-03-24 00:49:10 sendUrl INFO 3 [134] R:OK -2015-03-24 00:49:59 queue INFO >>3 [135] -2015-03-24 00:50:00 sendUrl INFO 3 [135] R:OK -2015-03-24 00:50:43 queue INFO 7 [136] -2015-03-24 00:50:43 queue INFO >7 [137] -2015-03-24 00:50:44 sendUrl INFO 7 [136] R:OK -2015-03-24 00:50:44 sendUrl INFO 7 [137] R:OK -2015-03-24 00:50:45 queue INFO 3 [138] -2015-03-24 00:50:45 queue INFO >3 [139] -2015-03-24 00:50:45 sendUrl INFO 3 [138] R:OK -2015-03-24 00:50:46 sendUrl INFO 3 [139] R:OK -2015-03-24 00:51:35 queue INFO >>3 [140] -2015-03-24 00:51:36 sendUrl INFO 3 [140] R:OK -2015-03-24 00:52:25 queue INFO >>3 [141] -2015-03-24 00:52:25 sendUrl INFO 3 [141] R:OK -2015-03-24 00:53:09 queue INFO 7 [142] -2015-03-24 00:53:10 queue INFO >7 [143] -2015-03-24 00:53:10 sendUrl INFO 7 [142] R:OK -2015-03-24 00:53:10 sendUrl INFO 7 [143] R:OK -2015-03-24 00:53:11 queue INFO 3 [144] -2015-03-24 00:53:11 queue INFO >3 [145] -2015-03-24 00:53:11 sendUrl INFO 3 [144] R:OK -2015-03-24 00:53:12 sendUrl INFO 3 [145] R:OK -2015-03-24 00:54:01 queue INFO >>3 [146] -2015-03-24 00:54:02 sendUrl INFO 3 [146] R:OK -2015-03-24 00:54:51 queue INFO >>3 [147] -2015-03-24 00:54:52 sendUrl INFO 3 [147] R:OK -2015-03-24 00:55:35 queue INFO 7 [148] -2015-03-24 00:55:35 queue INFO >7 [149] -2015-03-24 00:55:36 sendUrl INFO 7 [148] R:OK -2015-03-24 00:55:36 sendUrl INFO 7 [149] R:OK -2015-03-24 00:55:37 queue INFO 3 [150] -2015-03-24 00:55:37 queue INFO >3 [151] -2015-03-24 00:55:37 sendUrl INFO 3 [150] R:OK -2015-03-24 00:55:38 sendUrl INFO 3 [151] R:OK -2015-03-24 00:56:27 queue INFO >>3 [152] -2015-03-24 00:56:27 sendUrl INFO 3 [152] R:OK -2015-03-24 00:57:17 queue INFO >>3 [153] -2015-03-24 00:57:17 sendUrl INFO 3 [153] R:OK -2015-03-24 00:58:01 queue INFO 7 [154] -2015-03-24 00:58:01 queue INFO >7 [155] -2015-03-24 00:58:02 sendUrl INFO 7 [154] R:OK -2015-03-24 00:58:02 sendUrl INFO 7 [155] R:OK -2015-03-24 00:58:03 queue INFO 3 [156] -2015-03-24 00:58:03 queue INFO >3 [157] -2015-03-24 00:58:03 sendUrl INFO 3 [156] R:OK -2015-03-24 00:58:04 sendUrl INFO 3 [157] R:OK -2015-03-24 00:58:53 queue INFO >>3 [158] -2015-03-24 00:58:53 sendUrl INFO 3 [158] R:OK -2015-03-24 00:59:43 queue INFO >>3 [159] -2015-03-24 00:59:43 sendUrl INFO 3 [159] R:OK -2015-03-24 01:00:27 queue INFO 7 [160] -2015-03-24 01:00:27 queue INFO >7 [161] -2015-03-24 01:00:28 sendUrl INFO 7 [160] R:OK -2015-03-24 01:00:28 sendUrl INFO 7 [161] R:OK -2015-03-24 01:00:29 queue INFO 3 [162] -2015-03-24 01:00:29 queue INFO >3 [163] -2015-03-24 01:00:29 sendUrl INFO 3 [162] R:OK -2015-03-24 01:00:30 sendUrl INFO 3 [163] R:OK -2015-03-24 01:01:19 queue INFO >>3 [164] -2015-03-24 01:01:19 sendUrl INFO 3 [164] R:OK -2015-03-24 01:02:09 queue INFO >>3 [165] -2015-03-24 01:02:09 sendUrl INFO 3 [165] R:OK -2015-03-24 01:02:53 queue INFO 7 [166] -2015-03-24 01:02:53 queue INFO >7 [167] -2015-03-24 01:02:54 sendUrl INFO 7 [166] R:OK -2015-03-24 01:02:54 sendUrl INFO 7 [167] R:OK -2015-03-24 01:02:55 queue INFO 3 [168] -2015-03-24 01:02:55 queue INFO >3 [169] -2015-03-24 01:02:55 sendUrl INFO 3 [168] R:OK -2015-03-24 01:02:56 sendUrl INFO 3 [169] R:OK -2015-03-24 01:03:45 queue INFO >>3 [170] -2015-03-24 01:03:45 sendUrl INFO 3 [170] R:OK -2015-03-24 01:04:35 queue INFO >>3 [171] -2015-03-24 01:04:35 sendUrl INFO 3 [171] R:OK -2015-03-24 01:05:19 queue INFO 7 [172] -2015-03-24 01:05:19 queue INFO >7 [173] -2015-03-24 01:05:20 sendUrl INFO 7 [172] R:OK -2015-03-24 01:05:20 sendUrl INFO 7 [173] R:OK -2015-03-24 01:05:21 queue INFO 3 [174] -2015-03-24 01:05:21 queue INFO >3 [175] -2015-03-24 01:05:21 sendUrl INFO 3 [174] R:OK -2015-03-24 01:05:22 sendUrl INFO 3 [175] R:OK -2015-03-24 01:06:11 queue INFO >>3 [176] -2015-03-24 01:06:11 sendUrl INFO 3 [176] R:OK -2015-03-24 01:07:01 queue INFO >>3 [177] -2015-03-24 01:07:01 sendUrl INFO 3 [177] R:OK -2015-03-24 01:07:45 queue INFO 7 [178] -2015-03-24 01:07:45 queue INFO >7 [179] -2015-03-24 01:07:46 sendUrl INFO 7 [178] R:OK -2015-03-24 01:07:46 sendUrl INFO 7 [179] R:OK -2015-03-24 01:07:47 queue INFO 3 [180] -2015-03-24 01:07:47 queue INFO >3 [181] -2015-03-24 01:07:47 sendUrl INFO 3 [180] R:OK -2015-03-24 01:07:47 sendUrl INFO 3 [181] R:OK -2015-03-24 01:08:37 queue INFO >>3 [182] -2015-03-24 01:08:37 sendUrl INFO 3 [182] R:OK -2015-03-24 01:09:27 queue INFO >>3 [183] -2015-03-24 01:09:27 sendUrl INFO 3 [183] R:OK -2015-03-24 01:10:11 queue INFO 7 [184] -2015-03-24 01:10:11 queue INFO >7 [185] -2015-03-24 01:10:11 sendUrl INFO 7 [184] R:OK -2015-03-24 01:10:12 sendUrl INFO 7 [185] R:OK -2015-03-24 01:10:12 queue INFO 3 [186] -2015-03-24 01:10:13 queue INFO >3 [187] -2015-03-24 01:10:13 sendUrl INFO 3 [186] R:OK -2015-03-24 01:10:13 sendUrl INFO 3 [187] R:OK -2015-03-24 01:11:03 queue INFO >>3 [188] -2015-03-24 01:11:03 sendUrl INFO 3 [188] R:OK -2015-03-24 01:11:53 queue INFO >>3 [189] -2015-03-24 01:11:53 sendUrl INFO 3 [189] R:OK -2015-03-24 01:12:37 queue INFO 7 [190] -2015-03-24 01:12:37 queue INFO >7 [191] -2015-03-24 01:12:37 sendUrl INFO 7 [190] R:OK -2015-03-24 01:12:38 sendUrl INFO 7 [191] R:OK -2015-03-24 01:12:39 queue INFO 3 [192] -2015-03-24 01:12:39 queue INFO >3 [193] -2015-03-24 01:12:39 sendUrl INFO 3 [192] R:OK -2015-03-24 01:12:39 sendUrl INFO 3 [193] R:OK -2015-03-24 01:13:29 queue INFO >>3 [194] -2015-03-24 01:13:29 sendUrl INFO 3 [194] R:OK -2015-03-24 01:14:19 queue INFO >>3 [195] -2015-03-24 01:14:19 sendUrl INFO 3 [195] R:OK -2015-03-24 01:15:03 queue INFO 7 [196] -2015-03-24 01:15:03 sendUrl INFO 7 [196] R:OK -2015-03-24 01:15:03 queue INFO >7 [197] -2015-03-24 01:15:03 sendUrl INFO 7 [197] R:OK -2015-03-24 01:15:04 queue INFO 3 [198] -2015-03-24 01:15:05 queue INFO >3 [199] -2015-03-24 01:15:05 sendUrl INFO 3 [198] R:OK -2015-03-24 01:15:05 sendUrl INFO 3 [199] R:OK -2015-03-24 01:15:55 queue INFO >>3 [200] -2015-03-24 01:15:55 sendUrl INFO 3 [200] R:OK -2015-03-24 01:16:45 queue INFO >>3 [201] -2015-03-24 01:16:45 sendUrl INFO 3 [201] R:OK -2015-03-24 01:17:29 queue INFO 7 [202] -2015-03-24 01:17:29 queue INFO >7 [203] -2015-03-24 01:17:29 sendUrl INFO 7 [202] R:OK -2015-03-24 01:17:30 sendUrl INFO 7 [203] R:OK -2015-03-24 01:17:30 queue INFO 3 [204] -2015-03-24 01:17:31 queue INFO >3 [205] -2015-03-24 01:17:31 sendUrl INFO 3 [204] R:OK -2015-03-24 01:17:31 sendUrl INFO 3 [205] R:OK -2015-03-24 01:18:21 queue INFO >>3 [206] -2015-03-24 01:18:21 sendUrl INFO 3 [206] R:OK -2015-03-24 01:19:11 queue INFO >>3 [207] -2015-03-24 01:19:11 sendUrl INFO 3 [207] R:OK -2015-03-24 01:19:55 queue INFO 7 [208] -2015-03-24 01:19:55 queue INFO >7 [209] -2015-03-24 01:19:55 sendUrl INFO 7 [208] R:OK -2015-03-24 01:19:56 sendUrl INFO 7 [209] R:OK -2015-03-24 01:19:56 queue INFO 3 [210] -2015-03-24 01:19:57 queue INFO >3 [211] -2015-03-24 01:19:57 sendUrl INFO 3 [210] R:OK -2015-03-24 01:19:57 sendUrl INFO 3 [211] R:OK -2015-03-24 01:20:47 queue INFO >>3 [212] -2015-03-24 01:20:47 sendUrl INFO 3 [212] R:OK -2015-03-24 01:21:37 queue INFO >>3 [213] -2015-03-24 01:21:37 sendUrl INFO 3 [213] R:OK -2015-03-24 01:22:21 queue INFO 7 [214] -2015-03-24 01:22:21 queue INFO >7 [215] -2015-03-24 01:22:21 sendUrl INFO 7 [214] R:OK -2015-03-24 01:22:22 sendUrl INFO 7 [215] R:OK -2015-03-24 01:22:22 queue INFO 3 [216] -2015-03-24 01:22:23 queue INFO >3 [217] -2015-03-24 01:22:23 sendUrl INFO 3 [216] R:OK -2015-03-24 01:22:23 sendUrl INFO 3 [217] R:OK -2015-03-24 01:23:12 queue INFO >>3 [218] -2015-03-24 01:23:13 sendUrl INFO 3 [218] R:OK -2015-03-24 01:24:03 queue INFO >>3 [219] -2015-03-24 01:24:03 sendUrl INFO 3 [219] R:OK -2015-03-24 01:24:47 queue INFO 7 [220] -2015-03-24 01:24:47 queue INFO >7 [221] -2015-03-24 01:24:47 sendUrl INFO 7 [220] R:OK -2015-03-24 01:24:47 sendUrl INFO 7 [221] R:OK -2015-03-24 01:24:48 queue INFO 3 [222] -2015-03-24 01:24:49 queue INFO >3 [223] -2015-03-24 01:24:49 sendUrl INFO 3 [222] R:OK -2015-03-24 01:24:49 sendUrl INFO 3 [223] R:OK -2015-03-24 01:25:39 queue INFO >>3 [224] -2015-03-24 01:25:39 sendUrl INFO 3 [224] R:OK -2015-03-24 01:26:29 queue INFO >>3 [225] -2015-03-24 01:26:29 sendUrl INFO 3 [225] R:OK -2015-03-24 01:27:13 queue INFO 7 [226] -2015-03-24 01:27:13 sendUrl INFO 7 [226] R:OK -2015-03-24 01:27:13 queue INFO >7 [227] -2015-03-24 01:27:13 sendUrl INFO 7 [227] R:OK -2015-03-24 01:27:14 queue INFO 3 [228] -2015-03-24 01:27:14 queue INFO >3 [229] -2015-03-24 01:27:15 sendUrl INFO 3 [228] R:OK -2015-03-24 01:27:15 sendUrl INFO 3 [229] R:OK -2015-03-24 01:28:04 queue INFO >>3 [230] -2015-03-24 01:28:05 sendUrl INFO 3 [230] R:OK -2015-03-24 01:28:55 queue INFO >>3 [231] -2015-03-24 01:28:55 sendUrl INFO 3 [231] R:OK -2015-03-24 01:29:38 queue INFO 7 [232] -2015-03-24 01:29:39 queue INFO >7 [233] -2015-03-24 01:29:39 sendUrl INFO 7 [232] R:OK -2015-03-24 01:29:39 sendUrl INFO 7 [233] R:OK -2015-03-24 01:29:40 queue INFO 3 [234] -2015-03-24 01:29:40 queue INFO >3 [235] -2015-03-24 01:29:41 sendUrl INFO 3 [234] R:OK -2015-03-24 01:29:41 sendUrl INFO 3 [235] R:OK -2015-03-24 01:30:30 queue INFO >>3 [236] -2015-03-24 01:30:31 sendUrl INFO 3 [236] R:OK -2015-03-24 01:31:21 queue INFO >>3 [237] -2015-03-24 01:31:21 sendUrl INFO 3 [237] R:OK -2015-03-24 01:32:05 queue INFO 7 [238] -2015-03-24 01:32:05 queue INFO >7 [239] -2015-03-24 01:32:05 sendUrl INFO 7 [238] R:OK -2015-03-24 01:32:05 sendUrl INFO 7 [239] R:OK -2015-03-24 01:32:06 queue INFO 3 [240] -2015-03-24 01:32:06 queue INFO >3 [241] -2015-03-24 01:32:07 sendUrl INFO 3 [240] R:OK -2015-03-24 01:32:07 sendUrl INFO 3 [241] R:OK -2015-03-24 01:32:56 queue INFO >>3 [242] -2015-03-24 01:32:57 sendUrl INFO 3 [242] R:OK -2015-03-24 01:33:46 queue INFO >>3 [243] -2015-03-24 01:33:47 sendUrl INFO 3 [243] R:OK -2015-03-24 01:34:31 queue INFO 7 [244] -2015-03-24 01:34:31 sendUrl INFO 7 [244] R:OK -2015-03-24 01:34:31 queue INFO >7 [245] -2015-03-24 01:34:31 sendUrl INFO 7 [245] R:OK -2015-03-24 01:34:32 queue INFO 3 [246] -2015-03-24 01:34:32 queue INFO >3 [247] -2015-03-24 01:34:33 sendUrl INFO 3 [246] R:OK -2015-03-24 01:34:33 sendUrl INFO 3 [247] R:OK -2015-03-24 01:35:22 queue INFO >>3 [248] -2015-03-24 01:35:22 sendUrl INFO 3 [248] R:OK -2015-03-24 01:36:12 queue INFO >>3 [249] -2015-03-24 01:36:13 sendUrl INFO 3 [249] R:OK -2015-03-24 01:36:56 queue INFO 7 [250] -2015-03-24 01:36:57 queue INFO >7 [251] -2015-03-24 01:36:57 sendUrl INFO 7 [250] R:OK -2015-03-24 01:36:57 sendUrl INFO 7 [251] R:OK -2015-03-24 01:36:58 queue INFO 3 [252] -2015-03-24 01:36:58 sendUrl INFO 3 [252] R:OK -2015-03-24 01:36:58 queue INFO >3 [253] -2015-03-24 01:36:59 sendUrl INFO 3 [253] R:OK -2015-03-24 01:37:48 queue INFO >>3 [254] -2015-03-24 01:37:48 sendUrl INFO 3 [254] R:OK -2015-03-24 01:38:38 queue INFO >>3 [255] -2015-03-24 01:38:39 sendUrl INFO 3 [255] R:OK -2015-03-24 01:39:22 queue INFO 7 [256] -2015-03-24 01:39:23 sendUrl INFO 7 [256] R:OK -2015-03-24 01:39:23 queue INFO >7 [257] -2015-03-24 01:39:23 sendUrl INFO 7 [257] R:OK -2015-03-24 01:39:24 queue INFO 3 [258] -2015-03-24 01:39:24 queue INFO >3 [259] -2015-03-24 01:39:25 sendUrl INFO 3 [258] R:OK -2015-03-24 01:39:25 sendUrl INFO 3 [259] R:OK -2015-03-24 01:40:14 queue INFO >>3 [260] -2015-03-24 01:40:14 sendUrl INFO 3 [260] R:OK -2015-03-24 01:41:04 queue INFO >>3 [261] -2015-03-24 01:41:05 sendUrl INFO 3 [261] R:OK -2015-03-24 01:41:48 queue INFO 7 [262] -2015-03-24 01:41:48 queue INFO >7 [263] -2015-03-24 01:41:49 sendUrl INFO 7 [262] R:OK -2015-03-24 01:41:49 sendUrl INFO 7 [263] R:OK -2015-03-24 01:41:50 queue INFO 3 [264] -2015-03-24 01:41:50 queue INFO >3 [265] -2015-03-24 01:41:50 sendUrl INFO 3 [264] R:OK -2015-03-24 01:41:51 sendUrl INFO 3 [265] R:OK -2015-03-24 01:42:40 queue INFO >>3 [266] -2015-03-24 01:42:40 sendUrl INFO 3 [266] R:OK -2015-03-24 01:43:30 queue INFO >>3 [267] -2015-03-24 01:43:31 sendUrl INFO 3 [267] R:OK -2015-03-24 01:44:20 queue INFO >>3 [268] -2015-03-24 01:44:21 sendUrl INFO 3 [268] R:OK -2015-03-24 01:45:11 queue INFO >>3 [269] -2015-03-24 01:45:11 sendUrl INFO 3 [269] R:OK -2015-03-24 01:46:01 queue INFO >>3 [270] -2015-03-24 01:46:01 sendUrl INFO 3 [270] R:OK -2015-03-24 01:46:51 queue INFO >>3 [271] -2015-03-24 01:46:51 sendUrl INFO 3 [271] R:OK -2015-03-24 01:47:41 queue INFO >>3 [272] -2015-03-24 01:47:41 sendUrl INFO 3 [272] R:OK -2015-03-24 01:48:31 queue INFO >>3 [273] -2015-03-24 01:48:31 sendUrl INFO 3 [273] R:OK -2015-03-24 01:49:21 queue INFO >>3 [274] -2015-03-24 01:49:22 sendUrl INFO 3 [274] R:OK -2015-03-24 01:49:48 queue INFO 1 [275] -2015-03-24 01:49:48 queue INFO >1 [276] -2015-03-24 01:49:48 sendUrl INFO 1 [275] R:OK -2015-03-24 01:49:48 sendUrl INFO 1 [276] R:OK -2015-03-24 01:50:38 queue INFO >>1 [277] -2015-03-24 01:50:38 sendUrl INFO 1 [277] R:OK -2015-03-24 01:51:28 queue INFO >>1 [278] -2015-03-24 01:51:28 sendUrl INFO 1 [278] R:OK -2015-03-24 01:51:31 queue INFO 3 [279] -2015-03-24 01:51:31 queue INFO >3 [280] -2015-03-24 01:51:31 sendUrl INFO 3 [279] R:OK -2015-03-24 01:51:32 sendUrl INFO 3 [280] R:OK -2015-03-24 01:51:42 queue INFO B [281] -2015-03-24 01:51:42 sendUrl INFO B [281] R:OK -2015-03-24 01:51:42 queue INFO >B [282] -2015-03-24 01:51:43 sendUrl INFO B [282] R:OK -2015-03-24 01:51:44 queue INFO 3 [283] -2015-03-24 01:51:44 sendUrl INFO 3 [283] R:OK -2015-03-24 01:51:44 queue INFO >3 [284] -2015-03-24 01:51:45 sendUrl INFO 3 [284] R:OK -2015-03-24 01:51:53 queue INFO 7 [285] -2015-03-24 01:51:53 queue INFO >7 [286] -2015-03-24 01:51:53 sendUrl INFO 7 [285] R:OK -2015-03-24 01:51:54 sendUrl INFO 7 [286] R:OK -2015-03-24 01:51:54 queue INFO 3 [287] -2015-03-24 01:51:55 queue INFO >3 [288] -2015-03-24 01:51:55 sendUrl INFO 3 [287] R:OK -2015-03-24 01:51:55 sendUrl INFO 3 [288] R:OK -2015-03-24 01:52:45 queue INFO >>3 [289] -2015-03-24 01:52:45 sendUrl INFO 3 [289] R:OK -2015-03-24 01:53:35 queue INFO >>3 [290] -2015-03-24 01:53:35 sendUrl INFO 3 [290] R:OK -2015-03-24 01:54:19 queue INFO 7 [291] -2015-03-24 01:54:19 queue INFO >7 [292] -2015-03-24 01:54:19 sendUrl INFO 7 [291] R:OK -2015-03-24 01:54:20 sendUrl INFO 7 [292] R:OK -2015-03-24 01:54:20 queue INFO 3 [293] -2015-03-24 01:54:21 sendUrl INFO 3 [293] R:OK -2015-03-24 01:54:21 queue INFO >3 [294] -2015-03-24 01:54:21 sendUrl INFO 3 [294] R:OK -2015-03-24 01:55:11 queue INFO >>3 [295] -2015-03-24 01:55:11 sendUrl INFO 3 [295] R:OK -2015-03-24 01:56:01 queue INFO >>3 [296] -2015-03-24 01:56:01 sendUrl INFO 3 [296] R:OK -2015-03-24 01:56:45 queue INFO 7 [297] -2015-03-24 01:56:45 queue INFO >7 [298] -2015-03-24 01:56:45 sendUrl INFO 7 [297] R:OK -2015-03-24 01:56:46 sendUrl INFO 7 [298] R:OK -2015-03-24 01:56:46 queue INFO 3 [299] -2015-03-24 01:56:46 queue INFO >3 [300] -2015-03-24 01:56:47 sendUrl INFO 3 [299] R:OK -2015-03-24 01:56:47 sendUrl INFO 3 [300] R:OK -2015-03-24 01:57:36 queue INFO >>3 [301] -2015-03-24 01:57:37 sendUrl INFO 3 [301] R:OK -2015-03-24 01:58:27 queue INFO >>3 [302] -2015-03-24 01:58:27 sendUrl INFO 3 [302] R:OK -2015-03-24 01:59:11 queue INFO 7 [303] -2015-03-24 01:59:11 queue INFO >7 [304] -2015-03-24 01:59:11 sendUrl INFO 7 [303] R:OK -2015-03-24 01:59:12 sendUrl INFO 7 [304] R:OK -2015-03-24 01:59:12 queue INFO 3 [305] -2015-03-24 01:59:13 queue INFO >3 [306] -2015-03-24 01:59:13 sendUrl INFO 3 [305] R:OK -2015-03-24 01:59:13 sendUrl INFO 3 [306] R:OK -2015-03-24 02:00:02 queue INFO >>3 [307] -2015-03-24 02:00:03 sendUrl INFO 3 [307] R:OK -2015-03-24 02:00:53 queue INFO >>3 [308] -2015-03-24 02:00:53 sendUrl INFO 3 [308] R:OK -2015-03-24 02:01:37 queue INFO 7 [309] -2015-03-24 02:01:37 queue INFO >7 [310] -2015-03-24 02:01:37 sendUrl INFO 7 [309] R:OK -2015-03-24 02:01:37 sendUrl INFO 7 [310] R:OK -2015-03-24 02:01:38 queue INFO 3 [311] -2015-03-24 02:01:38 queue INFO >3 [312] -2015-03-24 02:01:39 sendUrl INFO 3 [311] R:OK -2015-03-24 02:01:39 sendUrl INFO 3 [312] R:OK -2015-03-24 02:02:28 queue INFO >>3 [313] -2015-03-24 02:02:29 sendUrl INFO 3 [313] R:OK -2015-03-24 02:03:18 queue INFO >>3 [314] -2015-03-24 02:03:19 sendUrl INFO 3 [314] R:OK -2015-03-24 02:04:03 queue INFO 7 [315] -2015-03-24 02:04:03 queue INFO >7 [316] -2015-03-24 02:04:03 sendUrl INFO 7 [315] R:OK -2015-03-24 02:04:03 sendUrl INFO 7 [316] R:OK -2015-03-24 02:04:04 queue INFO 3 [317] -2015-03-24 02:04:04 queue INFO >3 [318] -2015-03-24 02:04:05 sendUrl INFO 3 [317] R:OK -2015-03-24 02:04:05 sendUrl INFO 3 [318] R:OK -2015-03-24 02:04:54 queue INFO >>3 [319] -2015-03-24 02:04:55 sendUrl INFO 3 [319] R:OK -2015-03-24 02:05:44 queue INFO >>3 [320] -2015-03-24 02:05:45 sendUrl INFO 3 [320] R:OK -2015-03-24 02:06:29 queue INFO 7 [321] -2015-03-24 02:06:29 queue INFO >7 [322] -2015-03-24 02:06:29 sendUrl INFO 7 [321] R:OK -2015-03-24 02:06:29 sendUrl INFO 7 [322] R:OK -2015-03-24 02:06:30 queue INFO 3 [323] -2015-03-24 02:06:30 queue INFO >3 [324] -2015-03-24 02:06:31 sendUrl INFO 3 [323] R:OK -2015-03-24 02:06:31 sendUrl INFO 3 [324] R:OK -2015-03-24 02:07:20 queue INFO >>3 [325] -2015-03-24 02:07:21 sendUrl INFO 3 [325] R:OK -2015-03-24 02:08:11 queue INFO >>3 [326] -2015-03-24 02:08:11 sendUrl INFO 3 [326] R:OK -2015-03-24 02:08:54 queue INFO 7 [327] -2015-03-24 02:08:55 queue INFO >7 [328] -2015-03-24 02:08:55 sendUrl INFO 7 [327] R:OK -2015-03-24 02:08:55 sendUrl INFO 7 [328] R:OK -2015-03-24 02:08:56 queue INFO 3 [329] -2015-03-24 02:08:56 queue INFO >3 [330] -2015-03-24 02:08:56 sendUrl INFO 3 [329] R:OK -2015-03-24 02:08:57 sendUrl INFO 3 [330] R:OK -2015-03-24 02:09:46 queue INFO >>3 [331] -2015-03-24 02:09:47 sendUrl INFO 3 [331] R:OK -2015-03-24 02:10:36 queue INFO >>3 [332] -2015-03-24 02:10:37 sendUrl INFO 3 [332] R:OK -2015-03-24 02:11:21 queue INFO 7 [333] -2015-03-24 02:11:21 queue INFO >7 [334] -2015-03-24 02:11:21 sendUrl INFO 7 [333] R:OK -2015-03-24 02:11:21 sendUrl INFO 7 [334] R:OK -2015-03-24 02:11:22 queue INFO 3 [335] -2015-03-24 02:11:22 queue INFO >3 [336] -2015-03-24 02:11:22 sendUrl INFO 3 [335] R:OK -2015-03-24 02:11:23 sendUrl INFO 3 [336] R:OK -2015-03-24 02:12:12 queue INFO >>3 [337] -2015-03-24 02:12:13 sendUrl INFO 3 [337] R:OK -2015-03-24 02:13:02 queue INFO >>3 [338] -2015-03-24 02:13:03 sendUrl INFO 3 [338] R:OK -2015-03-24 02:13:46 queue INFO 7 [339] -2015-03-24 02:13:47 queue INFO >7 [340] -2015-03-24 02:13:47 sendUrl INFO 7 [339] R:OK -2015-03-24 02:13:47 sendUrl INFO 7 [340] R:OK -2015-03-24 02:13:48 queue INFO 3 [341] -2015-03-24 02:13:48 queue INFO >3 [342] -2015-03-24 02:13:48 sendUrl INFO 3 [341] R:OK -2015-03-24 02:13:49 sendUrl INFO 3 [342] R:OK -2015-03-24 02:14:38 queue INFO >>3 [343] -2015-03-24 02:14:39 sendUrl INFO 3 [343] R:OK -2015-03-24 02:15:28 queue INFO >>3 [344] -2015-03-24 02:15:29 sendUrl INFO 3 [344] R:OK -2015-03-24 02:16:12 queue INFO 7 [345] -2015-03-24 02:16:13 queue INFO >7 [346] -2015-03-24 02:16:13 sendUrl INFO 7 [345] R:OK -2015-03-24 02:16:13 sendUrl INFO 7 [346] R:OK -2015-03-24 02:16:14 queue INFO 3 [347] -2015-03-24 02:16:14 queue INFO >3 [348] -2015-03-24 02:16:14 sendUrl INFO 3 [347] R:OK -2015-03-24 02:16:15 sendUrl INFO 3 [348] R:OK -2015-03-24 02:17:04 queue INFO >>3 [349] -2015-03-24 02:17:05 sendUrl INFO 3 [349] R:OK -2015-03-24 02:17:54 queue INFO >>3 [350] -2015-03-24 02:17:54 sendUrl INFO 3 [350] R:OK -2015-03-24 02:18:38 queue INFO 7 [351] -2015-03-24 02:18:39 queue INFO >7 [352] -2015-03-24 02:18:39 sendUrl INFO 7 [351] R:OK -2015-03-24 02:18:39 sendUrl INFO 7 [352] R:OK -2015-03-24 02:18:40 queue INFO 3 [353] -2015-03-24 02:18:40 queue INFO >3 [354] -2015-03-24 02:18:40 sendUrl INFO 3 [353] R:OK -2015-03-24 02:18:41 sendUrl INFO 3 [354] R:OK -2015-03-24 02:18:55 queue INFO B [355] -2015-03-24 02:18:56 queue INFO >B [356] -2015-03-24 02:18:56 sendUrl INFO B [355] R:OK -2015-03-24 02:18:56 sendUrl INFO B [356] R:OK -2015-03-24 02:19:05 queue INFO 3 [357] -2015-03-24 02:19:05 queue INFO >3 [358] -2015-03-24 02:19:05 sendUrl INFO 3 [357] R:OK -2015-03-24 02:19:05 sendUrl INFO 3 [358] R:OK -2015-03-24 02:19:27 queue INFO B [359] -2015-03-24 02:19:27 queue INFO >B [360] -2015-03-24 02:19:27 sendUrl INFO B [359] R:OK -2015-03-24 02:19:28 sendUrl INFO B [360] R:OK -2015-03-24 02:19:33 queue INFO 3 [361] -2015-03-24 02:19:34 queue INFO >3 [362] -2015-03-24 02:19:34 sendUrl INFO 3 [361] R:OK -2015-03-24 02:19:34 sendUrl INFO 3 [362] R:OK -2015-03-24 02:20:24 queue INFO >>3 [363] -2015-03-24 02:20:24 sendUrl INFO 3 [363] R:OK -2015-03-24 02:21:04 queue INFO 7 [364] -2015-03-24 02:21:05 queue INFO >7 [365] -2015-03-24 02:21:05 sendUrl INFO 7 [364] R:OK -2015-03-24 02:21:05 sendUrl INFO 7 [365] R:OK -2015-03-24 02:21:06 queue INFO 3 [366] -2015-03-24 02:21:06 queue INFO >3 [367] -2015-03-24 02:21:06 sendUrl INFO 3 [366] R:OK -2015-03-24 02:21:07 sendUrl INFO 3 [367] R:OK -2015-03-24 02:21:56 queue INFO >>3 [368] -2015-03-24 02:21:57 sendUrl INFO 3 [368] R:OK -2015-03-24 02:22:46 queue INFO >>3 [369] -2015-03-24 02:22:46 sendUrl INFO 3 [369] R:OK -2015-03-24 02:23:30 queue INFO 7 [370] -2015-03-24 02:23:31 queue INFO >7 [371] -2015-03-24 02:23:31 sendUrl INFO 7 [370] R:OK -2015-03-24 02:23:31 sendUrl INFO 7 [371] R:OK -2015-03-24 02:23:32 queue INFO 3 [372] -2015-03-24 02:23:32 queue INFO >3 [373] -2015-03-24 02:23:32 sendUrl INFO 3 [372] R:OK -2015-03-24 02:23:33 sendUrl INFO 3 [373] R:OK -2015-03-24 02:24:22 queue INFO >>3 [374] -2015-03-24 02:24:23 sendUrl INFO 3 [374] R:OK -2015-03-24 02:25:12 queue INFO >>3 [375] -2015-03-24 02:25:12 sendUrl INFO 3 [375] R:OK -2015-03-24 02:25:56 queue INFO 7 [376] -2015-03-24 02:25:57 queue INFO >7 [377] -2015-03-24 02:25:57 sendUrl INFO 7 [376] R:OK -2015-03-24 02:25:57 sendUrl INFO 7 [377] R:OK -2015-03-24 02:25:58 queue INFO 3 [378] -2015-03-24 02:25:58 queue INFO >3 [379] -2015-03-24 02:25:58 sendUrl INFO 3 [378] R:OK -2015-03-24 02:25:59 sendUrl INFO 3 [379] R:OK -2015-03-24 02:26:48 queue INFO >>3 [380] -2015-03-24 02:26:49 sendUrl INFO 3 [380] R:OK -2015-03-24 02:27:38 queue INFO >>3 [381] -2015-03-24 02:27:39 sendUrl INFO 3 [381] R:OK -2015-03-24 02:28:22 queue INFO 7 [382] -2015-03-24 02:28:22 queue INFO >7 [383] -2015-03-24 02:28:23 sendUrl INFO 7 [382] R:OK -2015-03-24 02:28:23 sendUrl INFO 7 [383] R:OK -2015-03-24 02:28:24 queue INFO 3 [384] -2015-03-24 02:28:24 queue INFO >3 [385] -2015-03-24 02:28:24 sendUrl INFO 3 [384] R:OK -2015-03-24 02:28:25 sendUrl INFO 3 [385] R:OK -2015-03-24 02:29:14 queue INFO >>3 [386] -2015-03-24 02:29:15 sendUrl INFO 3 [386] R:OK -2015-03-24 02:30:04 queue INFO >>3 [387] -2015-03-24 02:30:04 sendUrl INFO 3 [387] R:OK -2015-03-24 02:30:48 queue INFO 7 [388] -2015-03-24 02:30:49 queue INFO >7 [389] -2015-03-24 02:30:49 sendUrl INFO 7 [388] R:OK -2015-03-24 02:30:49 sendUrl INFO 7 [389] R:OK -2015-03-24 02:30:50 queue INFO 3 [390] -2015-03-24 02:30:50 queue INFO >3 [391] -2015-03-24 02:30:50 sendUrl INFO 3 [390] R:OK -2015-03-24 02:30:51 sendUrl INFO 3 [391] R:OK -2015-03-24 02:31:40 queue INFO >>3 [392] -2015-03-24 02:31:41 sendUrl INFO 3 [392] R:OK -2015-03-24 02:32:30 queue INFO >>3 [393] -2015-03-24 02:32:30 sendUrl INFO 3 [393] R:OK -2015-03-24 02:33:14 queue INFO 7 [394] -2015-03-24 02:33:15 queue INFO >7 [395] -2015-03-24 02:33:15 sendUrl INFO 7 [394] R:OK -2015-03-24 02:33:15 sendUrl INFO 7 [395] R:OK -2015-03-24 02:33:16 queue INFO 3 [396] -2015-03-24 02:33:16 queue INFO >3 [397] -2015-03-24 02:33:16 sendUrl INFO 3 [396] R:OK -2015-03-24 02:33:17 sendUrl INFO 3 [397] R:OK -2015-03-24 02:34:06 queue INFO >>3 [398] -2015-03-24 02:34:06 sendUrl INFO 3 [398] R:OK -2015-03-24 02:34:56 queue INFO >>3 [399] -2015-03-24 02:34:57 sendUrl INFO 3 [399] R:OK -2015-03-24 02:35:40 queue INFO 7 [400] -2015-03-24 02:35:40 queue INFO >7 [401] -2015-03-24 02:35:41 sendUrl INFO 7 [400] R:OK -2015-03-24 02:35:41 sendUrl INFO 7 [401] R:OK -2015-03-24 02:35:42 queue INFO 3 [402] -2015-03-24 02:35:42 queue INFO >3 [403] -2015-03-24 02:35:42 sendUrl INFO 3 [402] R:OK -2015-03-24 02:35:43 sendUrl INFO 3 [403] R:OK -2015-03-24 02:36:32 queue INFO >>3 [404] -2015-03-24 02:36:32 sendUrl INFO 3 [404] R:OK -2015-03-24 02:37:22 queue INFO >>3 [405] -2015-03-24 02:37:22 sendUrl INFO 3 [405] R:OK -2015-03-24 02:38:06 queue INFO 7 [406] -2015-03-24 02:38:06 queue INFO >7 [407] -2015-03-24 02:38:07 sendUrl INFO 7 [406] R:OK -2015-03-24 02:38:07 sendUrl INFO 7 [407] R:OK -2015-03-24 02:38:08 queue INFO 3 [408] -2015-03-24 02:38:08 queue INFO >3 [409] -2015-03-24 02:38:08 sendUrl INFO 3 [408] R:OK -2015-03-24 02:38:09 sendUrl INFO 3 [409] R:OK -2015-03-24 02:38:58 queue INFO >>3 [410] -2015-03-24 02:38:58 sendUrl INFO 3 [410] R:OK -2015-03-24 02:39:48 queue INFO >>3 [411] -2015-03-24 02:39:48 sendUrl INFO 3 [411] R:OK -2015-03-24 02:40:32 queue INFO 7 [412] -2015-03-24 02:40:32 queue INFO >7 [413] -2015-03-24 02:40:33 sendUrl INFO 7 [412] R:OK -2015-03-24 02:40:33 sendUrl INFO 7 [413] R:OK -2015-03-24 02:40:34 queue INFO 3 [414] -2015-03-24 02:40:34 queue INFO >3 [415] -2015-03-24 02:40:34 sendUrl INFO 3 [414] R:OK -2015-03-24 02:40:35 sendUrl INFO 3 [415] R:OK -2015-03-24 02:41:24 queue INFO >>3 [416] -2015-03-24 02:41:24 sendUrl INFO 3 [416] R:OK -2015-03-24 02:42:14 queue INFO >>3 [417] -2015-03-24 02:42:14 sendUrl INFO 3 [417] R:OK -2015-03-24 02:42:58 queue INFO 7 [418] -2015-03-24 02:42:58 queue INFO >7 [419] -2015-03-24 02:42:59 sendUrl INFO 7 [418] R:OK -2015-03-24 02:42:59 sendUrl INFO 7 [419] R:OK -2015-03-24 02:43:00 queue INFO 3 [420] -2015-03-24 02:43:00 queue INFO >3 [421] -2015-03-24 02:43:00 sendUrl INFO 3 [420] R:OK -2015-03-24 02:43:01 sendUrl INFO 3 [421] R:OK -2015-03-24 02:43:50 queue INFO >>3 [422] -2015-03-24 02:43:50 sendUrl INFO 3 [422] R:OK -2015-03-24 02:44:40 queue INFO >>3 [423] -2015-03-24 02:44:40 sendUrl INFO 3 [423] R:OK -2015-03-24 02:45:24 queue INFO 7 [424] -2015-03-24 02:45:24 queue INFO >7 [425] -2015-03-24 02:45:25 sendUrl INFO 7 [424] R:OK -2015-03-24 02:45:25 sendUrl INFO 7 [425] R:OK -2015-03-24 02:45:26 queue INFO 3 [426] -2015-03-24 02:45:26 queue INFO >3 [427] -2015-03-24 02:45:26 sendUrl INFO 3 [426] R:OK -2015-03-24 02:45:27 sendUrl INFO 3 [427] R:OK -2015-03-24 02:46:16 queue INFO >>3 [428] -2015-03-24 02:46:16 sendUrl INFO 3 [428] R:OK -2015-03-24 02:47:06 queue INFO >>3 [429] -2015-03-24 02:47:07 sendUrl INFO 3 [429] R:OK -2015-03-24 02:47:50 queue INFO 7 [430] -2015-03-24 02:47:50 queue INFO >7 [431] -2015-03-24 02:47:51 sendUrl INFO 7 [430] R:OK -2015-03-24 02:47:51 sendUrl INFO 7 [431] R:OK -2015-03-24 02:47:52 queue INFO 3 [432] -2015-03-24 02:47:52 sendUrl INFO 3 [432] R:OK -2015-03-24 02:47:52 queue INFO >3 [433] -2015-03-24 02:47:52 sendUrl INFO 3 [433] R:OK -2015-03-24 02:48:42 queue INFO >>3 [434] -2015-03-24 02:48:42 sendUrl INFO 3 [434] R:OK -2015-03-24 02:49:32 queue INFO >>3 [435] -2015-03-24 02:49:33 sendUrl INFO 3 [435] R:OK -2015-03-24 02:50:16 queue INFO 7 [436] -2015-03-24 02:50:16 queue INFO >7 [437] -2015-03-24 02:50:16 sendUrl INFO 7 [436] R:OK -2015-03-24 02:50:17 sendUrl INFO 7 [437] R:OK -2015-03-24 02:50:18 queue INFO 3 [438] -2015-03-24 02:50:18 queue INFO >3 [439] -2015-03-24 02:50:18 sendUrl INFO 3 [438] R:OK -2015-03-24 02:50:18 sendUrl INFO 3 [439] R:OK -2015-03-24 02:51:08 queue INFO >>3 [440] -2015-03-24 02:51:08 sendUrl INFO 3 [440] R:OK -2015-03-24 02:51:58 queue INFO >>3 [441] -2015-03-24 02:51:58 sendUrl INFO 3 [441] R:OK -2015-03-24 02:52:42 queue INFO 7 [442] -2015-03-24 02:52:42 queue INFO >7 [443] -2015-03-24 02:52:42 sendUrl INFO 7 [442] R:OK -2015-03-24 02:52:43 sendUrl INFO 7 [443] R:OK -2015-03-24 02:52:44 queue INFO 3 [444] -2015-03-24 02:52:44 sendUrl INFO 3 [444] R:OK -2015-03-24 02:52:44 queue INFO >3 [445] -2015-03-24 02:52:44 sendUrl INFO 3 [445] R:OK -2015-03-24 02:52:59 queue INFO B [446] -2015-03-24 02:52:59 queue INFO >B [447] -2015-03-24 02:53:00 sendUrl INFO B [446] R:OK -2015-03-24 02:53:00 sendUrl INFO B [447] R:OK -2015-03-24 02:53:49 queue INFO >>B [448] -2015-03-24 02:53:50 sendUrl INFO B [448] R:OK -2015-03-24 02:54:40 queue INFO >>B [449] -2015-03-24 02:54:40 sendUrl INFO B [449] R:OK -2015-03-24 02:55:30 queue INFO >>B [450] -2015-03-24 02:55:30 sendUrl INFO B [450] R:OK -2015-03-24 02:56:20 queue INFO >>B [451] -2015-03-24 02:56:20 sendUrl INFO B [451] R:OK -2015-03-24 02:57:10 queue INFO >>B [452] -2015-03-24 02:57:10 sendUrl INFO B [452] R:OK -2015-03-24 02:58:00 queue INFO >>B [453] -2015-03-24 02:58:01 sendUrl INFO B [453] R:OK -2015-03-24 02:58:50 queue INFO >>B [454] -2015-03-24 02:58:51 sendUrl INFO B [454] R:OK -2015-03-24 02:59:40 queue INFO >>B [455] -2015-03-24 02:59:41 sendUrl INFO B [455] R:OK -2015-03-24 03:00:31 queue INFO >>B [456] -2015-03-24 03:00:31 sendUrl INFO B [456] R:OK -2015-03-24 03:01:21 queue INFO >>B [457] -2015-03-24 03:01:21 sendUrl INFO B [457] R:OK -2015-03-24 03:02:11 queue INFO >>B [458] -2015-03-24 03:02:11 sendUrl INFO B [458] R:OK -2015-03-24 03:03:01 queue INFO >>B [459] -2015-03-24 03:03:01 sendUrl INFO B [459] R:OK -2015-03-24 03:03:51 queue INFO >>B [460] -2015-03-24 03:03:51 sendUrl INFO B [460] R:OK -2015-03-24 03:04:41 queue INFO >>B [461] -2015-03-24 03:04:42 sendUrl INFO B [461] R:OK -2015-03-24 03:05:32 queue INFO >>B [462] -2015-03-24 03:05:32 sendUrl INFO B [462] R:OK -2015-03-24 03:06:22 queue INFO >>B [463] -2015-03-24 03:06:22 sendUrl INFO B [463] R:OK -2015-03-24 03:07:12 queue INFO >>B [464] -2015-03-24 03:07:12 sendUrl INFO B [464] R:OK -2015-03-24 03:08:02 queue INFO >>B [465] -2015-03-24 03:08:02 sendUrl INFO B [465] R:OK -2015-03-24 03:08:52 queue INFO >>B [466] -2015-03-24 03:08:52 sendUrl INFO B [466] R:OK -2015-03-24 03:09:42 queue INFO >>B [467] -2015-03-24 03:09:43 sendUrl INFO B [467] R:OK -2015-03-24 03:10:32 queue INFO >>B [468] -2015-03-24 03:10:33 sendUrl INFO B [468] R:OK -2015-03-24 03:11:08 queue INFO 3 [469] -2015-03-24 03:11:08 queue INFO >3 [470] -2015-03-24 03:11:08 sendUrl INFO 3 [469] R:OK -2015-03-24 03:11:09 sendUrl INFO 3 [470] R:OK -2015-03-24 03:11:38 queue INFO 7 [471] -2015-03-24 03:11:39 queue INFO >7 [472] -2015-03-24 03:11:39 sendUrl INFO 7 [471] R:OK -2015-03-24 03:11:39 sendUrl INFO 7 [472] R:OK -2015-03-24 03:11:40 queue INFO 3 [473] -2015-03-24 03:11:40 queue INFO >3 [474] -2015-03-24 03:11:40 sendUrl INFO 3 [473] R:OK -2015-03-24 03:11:41 sendUrl INFO 3 [474] R:OK -2015-03-24 03:12:30 queue INFO >>3 [475] -2015-03-24 03:12:31 sendUrl INFO 3 [475] R:OK -2015-03-24 03:13:20 queue INFO >>3 [476] -2015-03-24 03:13:21 sendUrl INFO 3 [476] R:OK -2015-03-24 03:14:04 queue INFO 7 [477] -2015-03-24 03:14:05 queue INFO >7 [478] -2015-03-24 03:14:05 sendUrl INFO 7 [477] R:OK -2015-03-24 03:14:05 sendUrl INFO 7 [478] R:OK -2015-03-24 03:14:06 queue INFO 3 [479] -2015-03-24 03:14:06 queue INFO >3 [480] -2015-03-24 03:14:06 sendUrl INFO 3 [479] R:OK -2015-03-24 03:14:07 sendUrl INFO 3 [480] R:OK -2015-03-24 03:14:56 queue INFO >>3 [481] -2015-03-24 03:14:57 sendUrl INFO 3 [481] R:OK -2015-03-24 03:15:46 queue INFO >>3 [482] -2015-03-24 03:15:47 sendUrl INFO 3 [482] R:OK -2015-03-24 03:16:31 queue INFO 7 [483] -2015-03-24 03:16:31 queue INFO >7 [484] -2015-03-24 03:16:31 sendUrl INFO 7 [483] R:OK -2015-03-24 03:16:31 sendUrl INFO 7 [484] R:OK -2015-03-24 03:16:32 queue INFO 3 [485] -2015-03-24 03:16:32 queue INFO >3 [486] -2015-03-24 03:16:32 sendUrl INFO 3 [485] R:OK -2015-03-24 03:16:33 sendUrl INFO 3 [486] R:OK -2015-03-24 03:17:22 queue INFO >>3 [487] -2015-03-24 03:17:23 sendUrl INFO 3 [487] R:OK -2015-03-24 03:18:12 queue INFO >>3 [488] -2015-03-24 03:18:13 sendUrl INFO 3 [488] R:OK -2015-03-24 03:18:56 queue INFO 7 [489] -2015-03-24 03:18:57 queue INFO >7 [490] -2015-03-24 03:18:57 sendUrl INFO 7 [489] R:OK -2015-03-24 03:18:57 sendUrl INFO 7 [490] R:OK -2015-03-24 03:18:58 queue INFO 3 [491] -2015-03-24 03:18:58 queue INFO >3 [492] -2015-03-24 03:18:58 sendUrl INFO 3 [491] R:OK -2015-03-24 03:18:59 sendUrl INFO 3 [492] R:OK -2015-03-24 03:19:13 queue INFO B [493] -2015-03-24 03:19:14 queue INFO >B [494] -2015-03-24 03:19:14 sendUrl INFO B [493] R:OK -2015-03-24 03:19:14 sendUrl INFO B [494] R:OK -2015-03-24 03:20:04 queue INFO >>B [495] -2015-03-24 03:20:04 sendUrl INFO B [495] R:OK -2015-03-24 03:20:54 queue INFO >>B [496] -2015-03-24 03:20:54 sendUrl INFO B [496] R:OK -2015-03-24 03:20:57 queue INFO 3 [497] -2015-03-24 03:20:57 queue INFO >3 [498] -2015-03-24 03:20:57 sendUrl INFO 3 [497] R:OK -2015-03-24 03:20:58 sendUrl INFO 3 [498] R:OK -2015-03-24 03:21:28 queue INFO 7 [499] -2015-03-24 03:21:28 queue INFO >7 [500] -2015-03-24 03:21:28 sendUrl INFO 7 [499] R:OK -2015-03-24 03:21:29 sendUrl INFO 7 [500] R:OK -2015-03-24 03:21:29 queue INFO 3 [501] -2015-03-24 03:21:30 queue INFO >3 [502] -2015-03-24 03:21:30 sendUrl INFO 3 [501] R:OK -2015-03-24 03:21:30 sendUrl INFO 3 [502] R:OK -2015-03-24 03:22:20 queue INFO >>3 [503] -2015-03-24 03:22:20 sendUrl INFO 3 [503] R:OK -2015-03-24 03:23:10 queue INFO >>3 [504] -2015-03-24 03:23:10 sendUrl INFO 3 [504] R:OK -2015-03-24 03:23:54 queue INFO 7 [505] -2015-03-24 03:23:54 queue INFO >7 [506] -2015-03-24 03:23:54 sendUrl INFO 7 [505] R:OK -2015-03-24 03:23:55 sendUrl INFO 7 [506] R:OK -2015-03-24 03:23:55 queue INFO 3 [507] -2015-03-24 03:23:56 queue INFO >3 [508] -2015-03-24 03:23:56 sendUrl INFO 3 [507] R:OK -2015-03-24 03:23:56 sendUrl INFO 3 [508] R:OK -2015-03-24 03:24:46 queue INFO >>3 [509] -2015-03-24 03:24:46 sendUrl INFO 3 [509] R:OK -2015-03-24 03:25:36 queue INFO >>3 [510] -2015-03-24 03:25:36 sendUrl INFO 3 [510] R:OK -2015-03-24 03:26:20 queue INFO 7 [511] -2015-03-24 03:26:20 queue INFO >7 [512] -2015-03-24 03:26:20 sendUrl INFO 7 [511] R:OK -2015-03-24 03:26:21 sendUrl INFO 7 [512] R:OK -2015-03-24 03:26:22 queue INFO 3 [513] -2015-03-24 03:26:22 queue INFO >3 [514] -2015-03-24 03:26:22 sendUrl INFO 3 [513] R:OK -2015-03-24 03:26:22 sendUrl INFO 3 [514] R:OK -2015-03-24 03:27:12 queue INFO >>3 [515] -2015-03-24 03:27:12 sendUrl INFO 3 [515] R:OK -2015-03-24 03:28:02 queue INFO >>3 [516] -2015-03-24 03:28:02 sendUrl INFO 3 [516] R:OK -2015-03-24 03:28:46 queue INFO 7 [517] -2015-03-24 03:28:46 queue INFO >7 [518] -2015-03-24 03:28:46 sendUrl INFO 7 [517] R:OK -2015-03-24 03:28:47 sendUrl INFO 7 [518] R:OK -2015-03-24 03:28:47 queue INFO 3 [519] -2015-03-24 03:28:48 queue INFO >3 [520] -2015-03-24 03:28:48 sendUrl INFO 3 [519] R:OK -2015-03-24 03:28:48 sendUrl INFO 3 [520] R:OK -2015-03-24 03:29:38 queue INFO >>3 [521] -2015-03-24 03:29:38 sendUrl INFO 3 [521] R:OK -2015-03-24 03:30:28 queue INFO >>3 [522] -2015-03-24 03:30:28 sendUrl INFO 3 [522] R:OK -2015-03-24 03:31:12 queue INFO 7 [523] -2015-03-24 03:31:12 queue INFO >7 [524] -2015-03-24 03:31:12 sendUrl INFO 7 [523] R:OK -2015-03-24 03:31:13 sendUrl INFO 7 [524] R:OK -2015-03-24 03:31:13 queue INFO 3 [525] -2015-03-24 03:31:14 queue INFO >3 [526] -2015-03-24 03:31:14 sendUrl INFO 3 [525] R:OK -2015-03-24 03:31:14 sendUrl INFO 3 [526] R:OK -2015-03-24 03:32:04 queue INFO >>3 [527] -2015-03-24 03:32:04 sendUrl INFO 3 [527] R:OK -2015-03-24 03:32:54 queue INFO >>3 [528] -2015-03-24 03:32:54 sendUrl INFO 3 [528] R:OK -2015-03-24 03:33:44 queue INFO >>3 [529] -2015-03-24 03:33:44 sendUrl INFO 3 [529] R:OK -2015-03-24 03:34:15 queue INFO 7 [530] -2015-03-24 03:34:15 queue INFO >7 [531] -2015-03-24 03:34:15 sendUrl INFO 7 [530] R:OK -2015-03-24 03:34:16 sendUrl INFO 7 [531] R:OK -2015-03-24 03:34:17 queue INFO 3 [532] -2015-03-24 03:34:17 queue INFO >3 [533] -2015-03-24 03:34:17 sendUrl INFO 3 [532] R:OK -2015-03-24 03:34:17 sendUrl INFO 3 [533] R:OK -2015-03-24 03:35:07 queue INFO >>3 [534] -2015-03-24 03:35:07 sendUrl INFO 3 [534] R:OK -2015-03-24 03:35:57 queue INFO >>3 [535] -2015-03-24 03:35:57 sendUrl INFO 3 [535] R:OK -2015-03-24 03:36:41 queue INFO 7 [536] -2015-03-24 03:36:41 queue INFO >7 [537] -2015-03-24 03:36:41 sendUrl INFO 7 [536] R:OK -2015-03-24 03:36:42 sendUrl INFO 7 [537] R:OK -2015-03-24 03:36:43 queue INFO 3 [538] -2015-03-24 03:36:43 queue INFO >3 [539] -2015-03-24 03:36:43 sendUrl INFO 3 [538] R:OK -2015-03-24 03:36:43 sendUrl INFO 3 [539] R:OK -2015-03-24 03:37:33 queue INFO >>3 [540] -2015-03-24 03:37:33 sendUrl INFO 3 [540] R:OK -2015-03-24 03:38:05 queue INFO 19 [541] -2015-03-24 03:38:05 sendUrl INFO 19 [541] R:OK -2015-03-24 03:38:05 queue INFO >19 [542] -2015-03-24 03:38:06 sendUrl INFO 19 [542] R:OK -2015-03-24 03:38:51 queue INFO 39 [543] -2015-03-24 03:38:51 queue INFO >39 [544] -2015-03-24 03:38:52 sendUrl INFO 39 [543] R:OK -2015-03-24 03:38:52 sendUrl INFO 39 [544] R:OK -2015-03-24 03:39:21 queue INFO 21 [545] -2015-03-24 03:39:21 queue INFO >21 [546] -2015-03-24 03:39:21 sendUrl INFO 21 [545] R:OK -2015-03-24 03:39:21 sendUrl INFO 21 [546] R:OK -2015-03-24 03:40:11 queue INFO >>21 [547] -2015-03-24 03:40:11 sendUrl INFO 21 [547] R:OK -2015-03-24 03:40:23 queue INFO 1 [548] -2015-03-24 03:40:23 queue INFO >1 [549] -2015-03-24 03:40:23 sendUrl INFO 1 [548] R:OK -2015-03-24 03:40:24 sendUrl INFO 1 [549] R:OK -2015-03-24 03:41:13 queue INFO >>1 [550] -2015-03-24 03:41:14 sendUrl INFO 1 [550] R:OK -2015-03-24 03:41:22 queue INFO 5 [551] -2015-03-24 03:41:22 queue INFO >5 [552] -2015-03-24 03:41:22 sendUrl INFO 5 [551] R:OK -2015-03-24 03:41:23 sendUrl INFO 5 [552] R:OK -2015-03-24 03:41:23 queue INFO 1 [553] -2015-03-24 03:41:24 queue INFO >1 [554] -2015-03-24 03:41:24 sendUrl INFO 1 [553] R:OK -2015-03-24 03:41:24 sendUrl INFO 1 [554] R:OK -2015-03-24 03:41:34 queue INFO 3 [555] -2015-03-24 03:41:34 queue INFO >3 [556] -2015-03-24 03:41:34 sendUrl INFO 3 [555] R:OK -2015-03-24 03:41:34 sendUrl INFO 3 [556] R:OK -2015-03-24 03:42:24 queue INFO >>3 [557] -2015-03-24 03:42:24 sendUrl INFO 3 [557] R:OK -2015-03-24 03:43:14 queue INFO >>3 [558] -2015-03-24 03:43:14 sendUrl INFO 3 [558] R:OK -2015-03-24 03:43:48 queue INFO 7 [559] -2015-03-24 03:43:48 queue INFO >7 [560] -2015-03-24 03:43:48 sendUrl INFO 7 [559] R:OK -2015-03-24 03:43:48 sendUrl INFO 7 [560] R:OK -2015-03-24 03:43:49 queue INFO 3 [561] -2015-03-24 03:43:49 sendUrl INFO 3 [561] R:OK -2015-03-24 03:43:49 queue INFO >3 [562] -2015-03-24 03:43:50 sendUrl INFO 3 [562] R:OK -2015-03-24 03:44:39 queue INFO >>3 [563] -2015-03-24 03:44:40 sendUrl INFO 3 [563] R:OK -2015-03-24 03:45:29 queue INFO >>3 [564] -2015-03-24 03:45:30 sendUrl INFO 3 [564] R:OK -2015-03-24 03:46:14 queue INFO 7 [565] -2015-03-24 03:46:14 sendUrl INFO 7 [565] R:OK -2015-03-24 03:46:14 queue INFO >7 [566] -2015-03-24 03:46:14 sendUrl INFO 7 [566] R:OK -2015-03-24 03:46:15 queue INFO 3 [567] -2015-03-24 03:46:15 queue INFO >3 [568] -2015-03-24 03:46:16 sendUrl INFO 3 [567] R:OK -2015-03-24 03:46:16 sendUrl INFO 3 [568] R:OK -2015-03-24 03:47:05 queue INFO >>3 [569] -2015-03-24 03:47:06 sendUrl INFO 3 [569] R:OK -2015-03-24 03:47:56 queue INFO >>3 [570] -2015-03-24 03:47:56 sendUrl INFO 3 [570] R:OK -2015-03-24 03:48:40 queue INFO 7 [571] -2015-03-24 03:48:40 queue INFO >7 [572] -2015-03-24 03:48:40 sendUrl INFO 7 [571] R:OK -2015-03-24 03:48:41 sendUrl INFO 7 [572] R:OK -2015-03-24 03:48:41 queue INFO 3 [573] -2015-03-24 03:48:41 queue INFO >3 [574] -2015-03-24 03:48:42 sendUrl INFO 3 [573] R:OK -2015-03-24 03:48:42 sendUrl INFO 3 [574] R:OK -2015-03-24 03:49:31 queue INFO >>3 [575] -2015-03-24 03:49:31 sendUrl INFO 3 [575] R:OK -2015-03-24 03:50:22 queue INFO >>3 [576] -2015-03-24 03:50:22 sendUrl INFO 3 [576] R:OK -2015-03-24 03:51:06 queue INFO 7 [577] -2015-03-24 03:51:06 queue INFO >7 [578] -2015-03-24 03:51:06 sendUrl INFO 7 [577] R:OK -2015-03-24 03:51:07 sendUrl INFO 7 [578] R:OK -2015-03-24 03:51:07 queue INFO 3 [579] -2015-03-24 03:51:08 queue INFO >3 [580] -2015-03-24 03:51:08 sendUrl INFO 3 [579] R:OK -2015-03-24 03:51:08 sendUrl INFO 3 [580] R:OK -2015-03-24 03:51:57 queue INFO >>3 [581] -2015-03-24 03:51:58 sendUrl INFO 3 [581] R:OK -2015-03-24 03:52:48 queue INFO >>3 [582] -2015-03-24 03:52:48 sendUrl INFO 3 [582] R:OK -2015-03-24 03:53:32 queue INFO 7 [583] -2015-03-24 03:53:32 queue INFO >7 [584] -2015-03-24 03:53:32 sendUrl INFO 7 [583] R:OK -2015-03-24 03:53:33 sendUrl INFO 7 [584] R:OK -2015-03-24 03:53:33 queue INFO 3 [585] -2015-03-24 03:53:33 queue INFO >3 [586] -2015-03-24 03:53:34 sendUrl INFO 3 [585] R:OK -2015-03-24 03:53:34 sendUrl INFO 3 [586] R:OK -2015-03-24 03:54:23 queue INFO >>3 [587] -2015-03-24 03:54:23 sendUrl INFO 3 [587] R:OK -2015-03-24 03:55:13 queue INFO >>3 [588] -2015-03-24 03:55:14 sendUrl INFO 3 [588] R:OK -2015-03-24 03:55:58 queue INFO 7 [589] -2015-03-24 03:55:58 queue INFO >7 [590] -2015-03-24 03:55:58 sendUrl INFO 7 [589] R:OK -2015-03-24 03:55:59 sendUrl INFO 7 [590] R:OK -2015-03-24 03:55:59 queue INFO 3 [591] -2015-03-24 03:55:59 queue INFO >3 [592] -2015-03-24 03:56:00 sendUrl INFO 3 [591] R:OK -2015-03-24 03:56:00 sendUrl INFO 3 [592] R:OK -2015-03-24 03:56:49 queue INFO >>3 [593] -2015-03-24 03:56:49 sendUrl INFO 3 [593] R:OK -2015-03-24 03:57:39 queue INFO >>3 [594] -2015-03-24 03:57:40 sendUrl INFO 3 [594] R:OK -2015-03-24 03:58:24 queue INFO 7 [595] -2015-03-24 03:58:24 queue INFO >7 [596] -2015-03-24 03:58:24 sendUrl INFO 7 [595] R:OK -2015-03-24 03:58:25 sendUrl INFO 7 [596] R:OK -2015-03-24 03:58:25 queue INFO 3 [597] -2015-03-24 03:58:25 queue INFO >3 [598] -2015-03-24 03:58:26 sendUrl INFO 3 [597] R:OK -2015-03-24 03:58:26 sendUrl INFO 3 [598] R:OK -2015-03-24 03:59:15 queue INFO >>3 [599] -2015-03-24 03:59:16 sendUrl INFO 3 [599] R:OK -2015-03-24 04:00:06 queue INFO >>3 [600] -2015-03-24 04:00:06 sendUrl INFO 3 [600] R:OK -2015-03-24 04:00:49 queue INFO 7 [601] -2015-03-24 04:00:50 queue INFO >7 [602] -2015-03-24 04:00:50 sendUrl INFO 7 [601] R:OK -2015-03-24 04:00:51 sendUrl INFO 7 [602] R:OK -2015-03-24 04:00:51 queue INFO 3 [603] -2015-03-24 04:00:51 queue INFO >3 [604] -2015-03-24 04:00:52 sendUrl INFO 3 [603] R:OK -2015-03-24 04:00:52 sendUrl INFO 3 [604] R:OK -2015-03-24 04:01:41 queue INFO >>3 [605] -2015-03-24 04:01:41 sendUrl INFO 3 [605] R:OK -2015-03-24 04:02:31 queue INFO >>3 [606] -2015-03-24 04:02:32 sendUrl INFO 3 [606] R:OK -2015-03-24 04:03:16 queue INFO 7 [607] -2015-03-24 04:03:16 queue INFO >7 [608] -2015-03-24 04:03:16 sendUrl INFO 7 [607] R:OK -2015-03-24 04:03:16 sendUrl INFO 7 [608] R:OK -2015-03-24 04:03:17 queue INFO 3 [609] -2015-03-24 04:03:17 queue INFO >3 [610] -2015-03-24 04:03:18 sendUrl INFO 3 [609] R:OK -2015-03-24 04:03:18 sendUrl INFO 3 [610] R:OK -2015-03-24 04:04:07 queue INFO >>3 [611] -2015-03-24 04:04:08 sendUrl INFO 3 [611] R:OK -2015-03-24 04:04:57 queue INFO >>3 [612] -2015-03-24 04:04:58 sendUrl INFO 3 [612] R:OK -2015-03-24 04:05:42 queue INFO 7 [613] -2015-03-24 04:05:42 queue INFO >7 [614] -2015-03-24 04:05:42 sendUrl INFO 7 [613] R:OK -2015-03-24 04:05:42 sendUrl INFO 7 [614] R:OK -2015-03-24 04:05:43 queue INFO 3 [615] -2015-03-24 04:05:43 queue INFO >3 [616] -2015-03-24 04:05:44 sendUrl INFO 3 [615] R:OK -2015-03-24 04:05:44 sendUrl INFO 3 [616] R:OK -2015-03-24 04:06:33 queue INFO >>3 [617] -2015-03-24 04:06:34 sendUrl INFO 3 [617] R:OK -2015-03-24 04:07:23 queue INFO >>3 [618] -2015-03-24 04:07:24 sendUrl INFO 3 [618] R:OK -2015-03-24 04:08:08 queue INFO 7 [619] -2015-03-24 04:08:08 queue INFO >7 [620] -2015-03-24 04:08:08 sendUrl INFO 7 [619] R:OK -2015-03-24 04:08:08 sendUrl INFO 7 [620] R:OK -2015-03-24 04:08:09 queue INFO 3 [621] -2015-03-24 04:08:09 queue INFO >3 [622] -2015-03-24 04:08:09 sendUrl INFO 3 [621] R:OK -2015-03-24 04:08:10 sendUrl INFO 3 [622] R:OK -2015-03-24 04:08:59 queue INFO >>3 [623] -2015-03-24 04:09:00 sendUrl INFO 3 [623] R:OK -2015-03-24 04:09:50 queue INFO >>3 [624] -2015-03-24 04:09:50 sendUrl INFO 3 [624] R:OK -2015-03-24 04:10:34 queue INFO 7 [625] -2015-03-24 04:10:34 queue INFO >7 [626] -2015-03-24 04:10:34 sendUrl INFO 7 [625] R:OK -2015-03-24 04:10:34 sendUrl INFO 7 [626] R:OK -2015-03-24 04:10:35 queue INFO 3 [627] -2015-03-24 04:10:35 sendUrl INFO 3 [627] R:OK -2015-03-24 04:10:35 queue INFO >3 [628] -2015-03-24 04:10:36 sendUrl INFO 3 [628] R:OK -2015-03-24 04:11:25 queue INFO >>3 [629] -2015-03-24 04:11:26 sendUrl INFO 3 [629] R:OK -2015-03-24 04:12:16 queue INFO >>3 [630] -2015-03-24 04:12:16 sendUrl INFO 3 [630] R:OK -2015-03-24 04:13:00 queue INFO 7 [631] -2015-03-24 04:13:00 sendUrl INFO 7 [631] R:OK -2015-03-24 04:13:00 queue INFO >7 [632] -2015-03-24 04:13:00 sendUrl INFO 7 [632] R:OK -2015-03-24 04:13:01 queue INFO 3 [633] -2015-03-24 04:13:02 queue INFO >3 [634] -2015-03-24 04:13:02 sendUrl INFO 3 [633] R:OK -2015-03-24 04:13:02 sendUrl INFO 3 [634] R:OK -2015-03-24 04:13:51 queue INFO >>3 [635] -2015-03-24 04:13:52 sendUrl INFO 3 [635] R:OK -2015-03-24 04:14:42 queue INFO >>3 [636] -2015-03-24 04:14:42 sendUrl INFO 3 [636] R:OK -2015-03-24 04:15:26 queue INFO 7 [637] -2015-03-24 04:15:26 queue INFO >7 [638] -2015-03-24 04:15:26 sendUrl INFO 7 [637] R:OK -2015-03-24 04:15:26 sendUrl INFO 7 [638] R:OK -2015-03-24 04:15:27 queue INFO 3 [639] -2015-03-24 04:15:28 queue INFO >3 [640] -2015-03-24 04:15:28 sendUrl INFO 3 [639] R:OK -2015-03-24 04:15:28 sendUrl INFO 3 [640] R:OK -2015-03-24 04:16:18 queue INFO >>3 [641] -2015-03-24 04:16:18 sendUrl INFO 3 [641] R:OK -2015-03-24 04:17:08 queue INFO >>3 [642] -2015-03-24 04:17:08 sendUrl INFO 3 [642] R:OK -2015-03-24 04:17:52 queue INFO 7 [643] -2015-03-24 04:17:52 queue INFO >7 [644] -2015-03-24 04:17:52 sendUrl INFO 7 [643] R:OK -2015-03-24 04:17:52 sendUrl INFO 7 [644] R:OK -2015-03-24 04:17:53 queue INFO 3 [645] -2015-03-24 04:17:53 sendUrl INFO 3 [645] R:OK -2015-03-24 04:17:53 queue INFO >3 [646] -2015-03-24 04:17:54 sendUrl INFO 3 [646] R:OK -2015-03-24 04:18:43 queue INFO >>3 [647] -2015-03-24 04:18:44 sendUrl INFO 3 [647] R:OK -2015-03-24 04:19:34 queue INFO >>3 [648] -2015-03-24 04:19:34 sendUrl INFO 3 [648] R:OK -2015-03-24 04:20:24 queue INFO >>3 [649] -2015-03-24 04:20:24 sendUrl INFO 3 [649] R:OK -2015-03-24 04:20:39 queue INFO 1 [650] -2015-03-24 04:20:39 queue INFO >1 [651] -2015-03-24 04:20:39 sendUrl INFO 1 [650] R:OK -2015-03-24 04:20:39 sendUrl INFO 1 [651] R:OK -2015-03-24 04:21:21 queue INFO 21 [652] -2015-03-24 04:21:21 queue INFO >21 [653] -2015-03-24 04:21:22 sendUrl INFO 21 [652] R:OK -2015-03-24 04:21:22 sendUrl INFO 21 [653] R:OK -2015-03-24 04:22:11 queue INFO >>21 [654] -2015-03-24 04:22:12 sendUrl INFO 21 [654] R:OK -2015-03-24 04:23:02 queue INFO >>21 [655] -2015-03-24 04:23:02 sendUrl INFO 21 [655] R:OK -2015-03-24 04:23:52 queue INFO >>21 [656] -2015-03-24 04:23:52 sendUrl INFO 21 [656] R:OK -2015-03-24 04:24:42 queue INFO >>21 [657] -2015-03-24 04:24:42 sendUrl INFO 21 [657] R:OK -2015-03-24 04:25:32 queue INFO >>21 [658] -2015-03-24 04:25:32 sendUrl INFO 21 [658] R:OK -2015-03-24 04:26:22 queue INFO >>21 [659] -2015-03-24 04:26:23 sendUrl INFO 21 [659] R:OK -2015-03-24 04:27:12 queue INFO >>21 [660] -2015-03-24 04:27:13 sendUrl INFO 21 [660] R:OK -2015-03-24 04:28:02 queue INFO >>21 [661] -2015-03-24 04:28:03 sendUrl INFO 21 [661] R:OK -2015-03-24 04:28:32 queue INFO 1 [662] -2015-03-24 04:28:32 queue INFO >1 [663] -2015-03-24 04:28:32 sendUrl INFO 1 [662] R:OK -2015-03-24 04:28:33 sendUrl INFO 1 [663] R:OK -2015-03-24 04:28:59 queue INFO 3 [664] -2015-03-24 04:28:59 queue INFO >3 [665] -2015-03-24 04:28:59 sendUrl INFO 3 [664] R:OK -2015-03-24 04:29:00 sendUrl INFO 3 [665] R:OK -2015-03-24 04:29:49 queue INFO >>3 [666] -2015-03-24 04:29:50 sendUrl INFO 3 [666] R:OK -2015-03-24 04:30:03 queue INFO 7 [667] -2015-03-24 04:30:03 queue INFO >7 [668] -2015-03-24 04:30:03 sendUrl INFO 7 [667] R:OK -2015-03-24 04:30:04 sendUrl INFO 7 [668] R:OK -2015-03-24 04:30:04 queue INFO 3 [669] -2015-03-24 04:30:04 queue INFO >3 [670] -2015-03-24 04:30:05 sendUrl INFO 3 [669] R:OK -2015-03-24 04:30:05 sendUrl INFO 3 [670] R:OK -2015-03-24 04:30:54 queue INFO >>3 [671] -2015-03-24 04:30:55 sendUrl INFO 3 [671] R:OK -2015-03-24 04:31:45 queue INFO >>3 [672] -2015-03-24 04:31:45 sendUrl INFO 3 [672] R:OK -2015-03-24 04:32:29 queue INFO 7 [673] -2015-03-24 04:32:29 queue INFO >7 [674] -2015-03-24 04:32:29 sendUrl INFO 7 [673] R:OK -2015-03-24 04:32:30 sendUrl INFO 7 [674] R:OK -2015-03-24 04:32:30 queue INFO 3 [675] -2015-03-24 04:32:31 queue INFO >3 [676] -2015-03-24 04:32:31 sendUrl INFO 3 [675] R:OK -2015-03-24 04:32:31 sendUrl INFO 3 [676] R:OK -2015-03-24 04:33:20 queue INFO >>3 [677] -2015-03-24 04:33:21 sendUrl INFO 3 [677] R:OK -2015-03-24 04:34:11 queue INFO >>3 [678] -2015-03-24 04:34:11 sendUrl INFO 3 [678] R:OK -2015-03-24 04:34:55 queue INFO 7 [679] -2015-03-24 04:34:55 queue INFO >7 [680] -2015-03-24 04:34:55 sendUrl INFO 7 [679] R:OK -2015-03-24 04:34:56 sendUrl INFO 7 [680] R:OK -2015-03-24 04:34:56 queue INFO 3 [681] -2015-03-24 04:34:57 queue INFO >3 [682] -2015-03-24 04:34:57 sendUrl INFO 3 [681] R:OK -2015-03-24 04:34:57 sendUrl INFO 3 [682] R:OK -2015-03-24 04:35:47 queue INFO >>3 [683] -2015-03-24 04:35:47 sendUrl INFO 3 [683] R:OK -2015-03-24 04:36:37 queue INFO >>3 [684] -2015-03-24 04:36:37 sendUrl INFO 3 [684] R:OK -2015-03-24 04:37:21 queue INFO 7 [685] -2015-03-24 04:37:21 queue INFO >7 [686] -2015-03-24 04:37:21 sendUrl INFO 7 [685] R:OK -2015-03-24 04:37:22 sendUrl INFO 7 [686] R:OK -2015-03-24 04:37:22 queue INFO 3 [687] -2015-03-24 04:37:23 queue INFO >3 [688] -2015-03-24 04:37:23 sendUrl INFO 3 [687] R:OK -2015-03-24 04:37:23 sendUrl INFO 3 [688] R:OK -2015-03-24 04:38:13 queue INFO >>3 [689] -2015-03-24 04:38:13 sendUrl INFO 3 [689] R:OK -2015-03-24 04:39:03 queue INFO >>3 [690] -2015-03-24 04:39:03 sendUrl INFO 3 [690] R:OK -2015-03-24 04:39:47 queue INFO 7 [691] -2015-03-24 04:39:47 queue INFO >7 [692] -2015-03-24 04:39:47 sendUrl INFO 7 [691] R:OK -2015-03-24 04:39:48 sendUrl INFO 7 [692] R:OK -2015-03-24 04:39:48 queue INFO 3 [693] -2015-03-24 04:39:49 sendUrl INFO 3 [693] R:OK -2015-03-24 04:39:49 queue INFO >3 [694] -2015-03-24 04:39:49 sendUrl INFO 3 [694] R:OK -2015-03-24 04:40:39 queue INFO >>3 [695] -2015-03-24 04:40:39 sendUrl INFO 3 [695] R:OK -2015-03-24 04:41:29 queue INFO >>3 [696] -2015-03-24 04:41:29 sendUrl INFO 3 [696] R:OK -2015-03-24 04:42:13 queue INFO 7 [697] -2015-03-24 04:42:13 queue INFO >7 [698] -2015-03-24 04:42:13 sendUrl INFO 7 [697] R:OK -2015-03-24 04:42:14 sendUrl INFO 7 [698] R:OK -2015-03-24 04:42:15 queue INFO 3 [699] -2015-03-24 04:42:15 queue INFO >3 [700] -2015-03-24 04:42:15 sendUrl INFO 3 [699] R:OK -2015-03-24 04:42:16 sendUrl INFO 3 [700] R:OK -2015-03-24 04:43:05 queue INFO >>3 [701] -2015-03-24 04:43:05 sendUrl INFO 3 [701] R:OK -2015-03-24 04:43:55 queue INFO >>3 [702] -2015-03-24 04:43:55 sendUrl INFO 3 [702] R:OK -2015-03-24 04:44:39 queue INFO 7 [703] -2015-03-24 04:44:39 queue INFO >7 [704] -2015-03-24 04:44:39 sendUrl INFO 7 [703] R:OK -2015-03-24 04:44:40 sendUrl INFO 7 [704] R:OK -2015-03-24 04:44:40 queue INFO 3 [705] -2015-03-24 04:44:41 queue INFO >3 [706] -2015-03-24 04:44:41 sendUrl INFO 3 [705] R:OK -2015-03-24 04:44:41 sendUrl INFO 3 [706] R:OK -2015-03-24 04:45:31 queue INFO >>3 [707] -2015-03-24 04:45:31 sendUrl INFO 3 [707] R:OK -2015-03-24 04:46:21 queue INFO >>3 [708] -2015-03-24 04:46:21 sendUrl INFO 3 [708] R:OK -2015-03-24 04:47:05 queue INFO 7 [709] -2015-03-24 04:47:05 queue INFO >7 [710] -2015-03-24 04:47:05 sendUrl INFO 7 [709] R:OK -2015-03-24 04:47:05 sendUrl INFO 7 [710] R:OK -2015-03-24 04:47:06 queue INFO 3 [711] -2015-03-24 04:47:07 sendUrl INFO 3 [711] R:OK -2015-03-24 04:47:07 queue INFO >3 [712] -2015-03-24 04:47:07 sendUrl INFO 3 [712] R:OK -2015-03-24 04:47:57 queue INFO >>3 [713] -2015-03-24 04:47:57 sendUrl INFO 3 [713] R:OK -2015-03-24 04:48:47 queue INFO >>3 [714] -2015-03-24 04:48:47 sendUrl INFO 3 [714] R:OK -2015-03-24 04:49:31 queue INFO 7 [715] -2015-03-24 04:49:31 sendUrl INFO 7 [715] R:OK -2015-03-24 04:49:31 queue INFO >7 [716] -2015-03-24 04:49:31 sendUrl INFO 7 [716] R:OK -2015-03-24 04:49:32 queue INFO 3 [717] -2015-03-24 04:49:33 queue INFO >3 [718] -2015-03-24 04:49:33 sendUrl INFO 3 [717] R:OK -2015-03-24 04:49:33 sendUrl INFO 3 [718] R:OK -2015-03-24 04:50:23 queue INFO >>3 [719] -2015-03-24 04:50:23 sendUrl INFO 3 [719] R:OK -2015-03-24 04:51:13 queue INFO >>3 [720] -2015-03-24 04:51:13 sendUrl INFO 3 [720] R:OK -2015-03-24 04:51:57 queue INFO 7 [721] -2015-03-24 04:51:57 queue INFO >7 [722] -2015-03-24 04:51:57 sendUrl INFO 7 [721] R:OK -2015-03-24 04:51:58 sendUrl INFO 7 [722] R:OK -2015-03-24 04:51:59 queue INFO 3 [723] -2015-03-24 04:51:59 queue INFO >3 [724] -2015-03-24 04:51:59 sendUrl INFO 3 [723] R:OK -2015-03-24 04:51:59 sendUrl INFO 3 [724] R:OK -2015-03-24 04:52:14 queue INFO B [725] -2015-03-24 04:52:14 queue INFO >B [726] -2015-03-24 04:52:14 sendUrl INFO B [725] R:OK -2015-03-24 04:52:15 sendUrl INFO B [726] R:OK -2015-03-24 04:52:28 queue INFO 3 [727] -2015-03-24 04:52:29 queue INFO >3 [728] -2015-03-24 04:52:29 sendUrl INFO 3 [727] R:OK -2015-03-24 04:52:29 sendUrl INFO 3 [728] R:OK -2015-03-24 04:53:19 queue INFO >>3 [729] -2015-03-24 04:53:19 sendUrl INFO 3 [729] R:OK -2015-03-24 04:54:09 queue INFO >>3 [730] -2015-03-24 04:54:09 sendUrl INFO 3 [730] R:OK -2015-03-24 04:54:23 queue INFO 7 [731] -2015-03-24 04:54:23 queue INFO >7 [732] -2015-03-24 04:54:23 sendUrl INFO 7 [731] R:OK -2015-03-24 04:54:24 sendUrl INFO 7 [732] R:OK -2015-03-24 04:54:25 queue INFO 3 [733] -2015-03-24 04:54:25 queue INFO >3 [734] -2015-03-24 04:54:25 sendUrl INFO 3 [733] R:OK -2015-03-24 04:54:25 sendUrl INFO 3 [734] R:OK -2015-03-24 04:55:15 queue INFO >>3 [735] -2015-03-24 04:55:15 sendUrl INFO 3 [735] R:OK -2015-03-24 04:56:05 queue INFO >>3 [736] -2015-03-24 04:56:05 sendUrl INFO 3 [736] R:OK -2015-03-24 04:56:49 queue INFO 7 [737] -2015-03-24 04:56:49 queue INFO >7 [738] -2015-03-24 04:56:49 sendUrl INFO 7 [737] R:OK -2015-03-24 04:56:50 sendUrl INFO 7 [738] R:OK -2015-03-24 04:56:51 queue INFO 3 [739] -2015-03-24 04:56:51 queue INFO >3 [740] -2015-03-24 04:56:51 sendUrl INFO 3 [739] R:OK -2015-03-24 04:56:51 sendUrl INFO 3 [740] R:OK -2015-03-24 04:57:41 queue INFO >>3 [741] -2015-03-24 04:57:41 sendUrl INFO 3 [741] R:OK -2015-03-24 04:58:31 queue INFO >>3 [742] -2015-03-24 04:58:31 sendUrl INFO 3 [742] R:OK -2015-03-24 04:59:15 queue INFO 7 [743] -2015-03-24 04:59:15 queue INFO >7 [744] -2015-03-24 04:59:15 sendUrl INFO 7 [743] R:OK -2015-03-24 04:59:16 sendUrl INFO 7 [744] R:OK -2015-03-24 04:59:17 queue INFO 3 [745] -2015-03-24 04:59:17 queue INFO >3 [746] -2015-03-24 04:59:17 sendUrl INFO 3 [745] R:OK -2015-03-24 04:59:17 sendUrl INFO 3 [746] R:OK -2015-03-24 05:00:07 queue INFO >>3 [747] -2015-03-24 05:00:07 sendUrl INFO 3 [747] R:OK -2015-03-24 05:00:57 queue INFO >>3 [748] -2015-03-24 05:00:57 sendUrl INFO 3 [748] R:OK -2015-03-24 05:01:41 queue INFO 7 [749] -2015-03-24 05:01:41 queue INFO >7 [750] -2015-03-24 05:01:41 sendUrl INFO 7 [749] R:OK -2015-03-24 05:01:42 sendUrl INFO 7 [750] R:OK -2015-03-24 05:01:43 queue INFO 3 [751] -2015-03-24 05:01:43 sendUrl INFO 3 [751] R:OK -2015-03-24 05:01:43 queue INFO >3 [752] -2015-03-24 05:01:43 sendUrl INFO 3 [752] R:OK -2015-03-24 05:02:33 queue INFO >>3 [753] -2015-03-24 05:02:33 sendUrl INFO 3 [753] R:OK -2015-03-24 05:03:23 queue INFO >>3 [754] -2015-03-24 05:03:24 sendUrl INFO 3 [754] R:OK -2015-03-24 05:04:07 queue INFO 7 [755] -2015-03-24 05:04:07 queue INFO >7 [756] -2015-03-24 05:04:07 sendUrl INFO 7 [755] R:OK -2015-03-24 05:04:08 sendUrl INFO 7 [756] R:OK -2015-03-24 05:04:09 queue INFO 3 [757] -2015-03-24 05:04:09 queue INFO >3 [758] -2015-03-24 05:04:09 sendUrl INFO 3 [757] R:OK -2015-03-24 05:04:10 sendUrl INFO 3 [758] R:OK -2015-03-24 05:04:59 queue INFO >>3 [759] -2015-03-24 05:04:59 sendUrl INFO 3 [759] R:OK -2015-03-24 05:05:49 queue INFO >>3 [760] -2015-03-24 05:05:49 sendUrl INFO 3 [760] R:OK -2015-03-24 05:06:33 queue INFO 7 [761] -2015-03-24 05:06:33 sendUrl INFO 7 [761] R:OK -2015-03-24 05:06:33 queue INFO >7 [762] -2015-03-24 05:06:34 sendUrl INFO 7 [762] R:OK -2015-03-24 05:06:35 queue INFO 3 [763] -2015-03-24 05:06:35 queue INFO >3 [764] -2015-03-24 05:06:35 sendUrl INFO 3 [763] R:OK -2015-03-24 05:06:36 sendUrl INFO 3 [764] R:OK -2015-03-24 05:07:25 queue INFO >>3 [765] -2015-03-24 05:07:25 sendUrl INFO 3 [765] R:OK -2015-03-24 05:08:15 queue INFO >>3 [766] -2015-03-24 05:08:15 sendUrl INFO 3 [766] R:OK -2015-03-24 05:08:59 queue INFO 7 [767] -2015-03-24 05:08:59 queue INFO >7 [768] -2015-03-24 05:09:00 sendUrl INFO 7 [767] R:OK -2015-03-24 05:09:00 sendUrl INFO 7 [768] R:OK -2015-03-24 05:09:01 queue INFO 3 [769] -2015-03-24 05:09:01 queue INFO >3 [770] -2015-03-24 05:09:01 sendUrl INFO 3 [769] R:OK -2015-03-24 05:09:02 sendUrl INFO 3 [770] R:OK -2015-03-24 05:09:51 queue INFO >>3 [771] -2015-03-24 05:09:51 sendUrl INFO 3 [771] R:OK -2015-03-24 05:10:41 queue INFO >>3 [772] -2015-03-24 05:10:41 sendUrl INFO 3 [772] R:OK -2015-03-24 05:11:25 queue INFO 7 [773] -2015-03-24 05:11:25 queue INFO >7 [774] -2015-03-24 05:11:26 sendUrl INFO 7 [773] R:OK -2015-03-24 05:11:26 sendUrl INFO 7 [774] R:OK -2015-03-24 05:11:27 queue INFO 3 [775] -2015-03-24 05:11:27 queue INFO >3 [776] -2015-03-24 05:11:27 sendUrl INFO 3 [775] R:OK -2015-03-24 05:11:28 sendUrl INFO 3 [776] R:OK -2015-03-24 05:12:17 queue INFO >>3 [777] -2015-03-24 05:12:18 sendUrl INFO 3 [777] R:OK -2015-03-24 05:13:07 queue INFO >>3 [778] -2015-03-24 05:13:07 sendUrl INFO 3 [778] R:OK -2015-03-24 05:13:51 queue INFO 7 [779] -2015-03-24 05:13:52 queue INFO >7 [780] -2015-03-24 05:13:52 sendUrl INFO 7 [779] R:OK -2015-03-24 05:13:52 sendUrl INFO 7 [780] R:OK -2015-03-24 05:13:53 queue INFO 3 [781] -2015-03-24 05:13:53 queue INFO >3 [782] -2015-03-24 05:13:53 sendUrl INFO 3 [781] R:OK -2015-03-24 05:13:54 sendUrl INFO 3 [782] R:OK -2015-03-24 05:14:10 queue INFO 19 [783] -2015-03-24 05:14:10 queue INFO >19 [784] -2015-03-24 05:14:10 sendUrl INFO 19 [783] R:OK -2015-03-24 05:14:11 sendUrl INFO 19 [784] R:OK -2015-03-24 05:15:00 queue INFO >>19 [785] -2015-03-24 05:15:00 sendUrl INFO 19 [785] R:OK -2015-03-24 05:15:50 queue INFO >>19 [786] -2015-03-24 05:15:50 sendUrl INFO 19 [786] R:OK -2015-03-24 05:16:23 queue INFO 39 [787] -2015-03-24 05:16:23 queue INFO >39 [788] -2015-03-24 05:16:23 sendUrl INFO 39 [787] R:OK -2015-03-24 05:16:24 sendUrl INFO 39 [788] R:OK -2015-03-24 05:16:56 queue INFO 21 [789] -2015-03-24 05:16:56 sendUrl INFO 21 [789] R:OK -2015-03-24 05:16:57 queue INFO >21 [790] -2015-03-24 05:16:57 sendUrl INFO 21 [790] R:OK -2015-03-24 05:17:46 queue INFO >>21 [791] -2015-03-24 05:17:47 sendUrl INFO 21 [791] R:OK -2015-03-24 05:18:35 queue INFO 1 [792] -2015-03-24 05:18:35 queue INFO >1 [793] -2015-03-24 05:18:35 sendUrl INFO 1 [792] R:OK -2015-03-24 05:18:36 sendUrl INFO 1 [793] R:OK -2015-03-24 05:19:25 queue INFO >>1 [794] -2015-03-24 05:19:25 sendUrl INFO 1 [794] R:OK -2015-03-24 05:19:50 queue INFO 5 [795] -2015-03-24 05:19:51 sendUrl INFO 5 [795] R:OK -2015-03-24 05:19:51 queue INFO >5 [796] -2015-03-24 05:19:51 sendUrl INFO 5 [796] R:OK -2015-03-24 05:19:52 queue INFO 1 [797] -2015-03-24 05:19:52 queue INFO >1 [798] -2015-03-24 05:19:53 sendUrl INFO 1 [797] R:OK -2015-03-24 05:19:53 sendUrl INFO 1 [798] R:OK -2015-03-24 05:19:54 queue INFO 3 [799] -2015-03-24 05:19:54 queue INFO >3 [800] -2015-03-24 05:19:54 sendUrl INFO 3 [799] R:OK -2015-03-24 05:19:55 sendUrl INFO 3 [800] R:OK -2015-03-24 05:20:44 queue INFO >>3 [801] -2015-03-24 05:20:44 sendUrl INFO 3 [801] R:OK -2015-03-24 05:20:46 queue INFO B [802] -2015-03-24 05:20:46 queue INFO >B [803] -2015-03-24 05:20:46 sendUrl INFO B [802] R:OK -2015-03-24 05:20:46 sendUrl INFO B [803] R:OK -2015-03-24 05:20:52 queue INFO 3 [804] -2015-03-24 05:20:52 queue INFO >3 [805] -2015-03-24 05:20:52 sendUrl INFO 3 [804] R:OK -2015-03-24 05:20:53 sendUrl INFO 3 [805] R:OK -2015-03-24 05:20:54 queue INFO 19 [806] -2015-03-24 05:20:54 queue INFO >19 [807] -2015-03-24 05:20:54 sendUrl INFO 19 [806] R:OK -2015-03-24 05:20:55 sendUrl INFO 19 [807] R:OK -2015-03-24 05:21:44 queue INFO >>19 [808] -2015-03-24 05:21:44 sendUrl INFO 19 [808] R:OK -2015-03-24 05:22:11 queue INFO 39 [809] -2015-03-24 05:22:11 queue INFO >39 [810] -2015-03-24 05:22:11 sendUrl INFO 39 [809] R:OK -2015-03-24 05:22:12 sendUrl INFO 39 [810] R:OK -2015-03-24 05:23:01 queue INFO >>39 [811] -2015-03-24 05:23:01 sendUrl INFO 39 [811] R:OK -2015-03-24 05:23:06 queue INFO 21 [812] -2015-03-24 05:23:06 sendUrl INFO 21 [812] R:OK -2015-03-24 05:23:06 queue INFO >21 [813] -2015-03-24 05:23:07 sendUrl INFO 21 [813] R:OK -2015-03-24 05:23:56 queue INFO >>21 [814] -2015-03-24 05:23:57 sendUrl INFO 21 [814] R:OK -2015-03-24 05:24:47 queue INFO >>21 [815] -2015-03-24 05:24:47 sendUrl INFO 21 [815] R:OK -2015-03-24 05:25:37 queue INFO >>21 [816] -2015-03-24 05:25:37 sendUrl INFO 21 [816] R:OK -2015-03-24 05:26:27 queue INFO >>21 [817] -2015-03-24 05:26:27 sendUrl INFO 21 [817] R:OK -2015-03-24 05:27:17 queue INFO >>21 [818] -2015-03-24 05:27:18 sendUrl INFO 21 [818] R:OK -2015-03-24 05:28:07 queue INFO >>21 [819] -2015-03-24 05:28:07 sendUrl INFO 21 [819] R:OK -2015-03-24 05:28:57 queue INFO >>21 [820] -2015-03-24 05:28:58 sendUrl INFO 21 [820] R:OK -2015-03-24 05:29:47 queue INFO >>21 [821] -2015-03-24 05:29:48 sendUrl INFO 21 [821] R:OK -2015-03-24 05:30:38 queue INFO >>21 [822] -2015-03-24 05:30:38 sendUrl INFO 21 [822] R:OK -2015-03-24 05:31:20 queue INFO 1 [823] -2015-03-24 05:31:20 queue INFO >1 [824] -2015-03-24 05:31:21 sendUrl INFO 1 [823] R:OK -2015-03-24 05:31:21 sendUrl INFO 1 [824] R:OK -2015-03-24 05:32:10 queue INFO >>1 [825] -2015-03-24 05:32:11 sendUrl INFO 1 [825] R:OK -2015-03-24 05:32:37 queue INFO 3 [826] -2015-03-24 05:32:37 queue INFO >3 [827] -2015-03-24 05:32:37 sendUrl INFO 3 [826] R:OK -2015-03-24 05:32:38 sendUrl INFO 3 [827] R:OK -2015-03-24 05:32:41 queue INFO 1 [828] -2015-03-24 05:32:41 sendUrl INFO 1 [828] R:OK -2015-03-24 05:32:41 queue INFO >1 [829] -2015-03-24 05:32:41 sendUrl INFO 1 [829] R:OK -2015-03-24 05:33:08 queue INFO 3 [830] -2015-03-24 05:33:09 queue INFO >3 [831] -2015-03-24 05:33:09 sendUrl INFO 3 [830] R:OK -2015-03-24 05:33:09 sendUrl INFO 3 [831] R:OK -2015-03-24 05:33:32 queue INFO B [832] -2015-03-24 05:33:32 queue INFO >B [833] -2015-03-24 05:33:32 sendUrl INFO B [832] R:OK -2015-03-24 05:33:33 sendUrl INFO B [833] R:OK -2015-03-24 05:33:36 queue INFO 3 [834] -2015-03-24 05:33:36 queue INFO >3 [835] -2015-03-24 05:33:36 sendUrl INFO 3 [834] R:OK -2015-03-24 05:33:37 sendUrl INFO 3 [835] R:OK -2015-03-24 05:34:09 queue INFO 1 [836] -2015-03-24 05:34:09 queue INFO >1 [837] -2015-03-24 05:34:09 sendUrl INFO 1 [836] R:OK -2015-03-24 05:34:10 sendUrl INFO 1 [837] R:OK -2015-03-24 05:34:59 queue INFO >>1 [838] -2015-03-24 05:35:00 sendUrl INFO 1 [838] R:OK -2015-03-24 05:35:18 queue INFO 21 [839] -2015-03-24 05:35:18 sendUrl INFO 21 [839] R:OK -2015-03-24 05:35:18 queue INFO >21 [840] -2015-03-24 05:35:18 sendUrl INFO 21 [840] R:OK -2015-03-24 05:36:08 queue INFO >>21 [841] -2015-03-24 05:36:08 sendUrl INFO 21 [841] R:OK -2015-03-24 05:36:58 queue INFO >>21 [842] -2015-03-24 05:36:58 sendUrl INFO 21 [842] R:OK -2015-03-24 05:37:48 queue INFO >>21 [843] -2015-03-24 05:37:48 sendUrl INFO 21 [843] R:OK -2015-03-24 05:38:38 queue INFO >>21 [844] -2015-03-24 05:38:39 sendUrl INFO 21 [844] R:OK -2015-03-24 05:39:14 queue INFO 1 [845] -2015-03-24 05:39:14 sendUrl INFO 1 [845] R:OK -2015-03-24 05:39:14 queue INFO >1 [846] -2015-03-24 05:39:14 sendUrl INFO 1 [846] R:OK -2015-03-24 05:40:04 queue INFO >>1 [847] -2015-03-24 05:40:04 sendUrl INFO 1 [847] R:OK -2015-03-24 05:40:06 queue INFO 3 [848] -2015-03-24 05:40:06 queue INFO >3 [849] -2015-03-24 05:40:06 sendUrl INFO 3 [848] R:OK -2015-03-24 05:40:07 sendUrl INFO 3 [849] R:OK -2015-03-24 05:40:56 queue INFO >>3 [850] -2015-03-24 05:40:56 sendUrl INFO 3 [850] R:OK -2015-03-24 05:41:14 queue INFO 7 [851] -2015-03-24 05:41:15 queue INFO >7 [852] -2015-03-24 05:41:15 sendUrl INFO 7 [851] R:OK -2015-03-24 05:41:15 sendUrl INFO 7 [852] R:OK -2015-03-24 05:41:16 queue INFO 3 [853] -2015-03-24 05:41:16 sendUrl INFO 3 [853] R:OK -2015-03-24 05:41:16 queue INFO >3 [854] -2015-03-24 05:41:17 sendUrl INFO 3 [854] R:OK -2015-03-24 05:41:26 queue INFO 19 [855] -2015-03-24 05:41:26 queue INFO >19 [856] -2015-03-24 05:41:27 sendUrl INFO 19 [855] R:OK -2015-03-24 05:41:27 sendUrl INFO 19 [856] R:OK -2015-03-24 05:42:16 queue INFO >>19 [857] -2015-03-24 05:42:17 sendUrl INFO 19 [857] R:OK -2015-03-24 05:43:07 queue INFO >>19 [858] -2015-03-24 05:43:07 sendUrl INFO 19 [858] R:OK -2015-03-24 05:43:31 queue INFO 39 [859] -2015-03-24 05:43:31 queue INFO >39 [860] -2015-03-24 05:43:32 sendUrl INFO 39 [859] R:OK -2015-03-24 05:43:32 sendUrl INFO 39 [860] R:OK -2015-03-24 05:44:21 queue INFO >>39 [861] -2015-03-24 05:44:21 sendUrl INFO 39 [861] R:OK -2015-03-24 05:44:24 queue INFO 21 [862] -2015-03-24 05:44:24 sendUrl INFO 21 [862] R:OK -2015-03-24 05:44:24 queue INFO >21 [863] -2015-03-24 05:44:24 sendUrl INFO 21 [863] R:OK -2015-03-24 05:44:27 queue INFO 39 [864] -2015-03-24 05:44:27 queue INFO >39 [865] -2015-03-24 05:44:27 sendUrl INFO 39 [864] R:OK -2015-03-24 05:44:28 sendUrl INFO 39 [865] R:OK -2015-03-24 05:45:17 queue INFO >>39 [866] -2015-03-24 05:45:17 sendUrl INFO 39 [866] R:OK -2015-03-24 05:45:49 queue INFO 21 [867] -2015-03-24 05:45:49 sendUrl INFO 21 [867] R:OK -2015-03-24 05:45:49 queue INFO >21 [868] -2015-03-24 05:45:49 sendUrl INFO 21 [868] R:OK -2015-03-24 05:46:39 queue INFO >>21 [869] -2015-03-24 05:46:39 sendUrl INFO 21 [869] R:OK -2015-03-24 05:47:29 queue INFO >>21 [870] -2015-03-24 05:47:30 sendUrl INFO 21 [870] R:OK -2015-03-24 05:48:06 queue INFO 1 [871] -2015-03-24 05:48:06 sendUrl INFO 1 [871] R:OK -2015-03-24 05:48:06 queue INFO >1 [872] -2015-03-24 05:48:07 sendUrl INFO 1 [872] R:OK -2015-03-24 05:48:56 queue INFO >>1 [873] -2015-03-24 05:48:57 sendUrl INFO 1 [873] R:OK -2015-03-24 05:49:13 queue INFO 3 [874] -2015-03-24 05:49:13 queue INFO >3 [875] -2015-03-24 05:49:14 sendUrl INFO 3 [874] R:OK -2015-03-24 05:49:14 sendUrl INFO 3 [875] R:OK -2015-03-24 05:49:22 queue INFO 7 [876] -2015-03-24 05:49:22 queue INFO >7 [877] -2015-03-24 05:49:22 sendUrl INFO 7 [876] R:OK -2015-03-24 05:49:22 sendUrl INFO 7 [877] R:OK -2015-03-24 05:49:23 queue INFO 3 [878] -2015-03-24 05:49:23 sendUrl INFO 3 [878] R:OK -2015-03-24 05:49:23 queue INFO >3 [879] -2015-03-24 05:49:24 sendUrl INFO 3 [879] R:OK -2015-03-24 05:50:12 queue INFO B [880] -2015-03-24 05:50:12 queue INFO >B [881] -2015-03-24 05:50:13 sendUrl INFO B [880] R:OK -2015-03-24 05:50:13 sendUrl INFO B [881] R:OK -2015-03-24 05:50:27 queue INFO 3 [882] -2015-03-24 05:50:27 queue INFO >3 [883] -2015-03-24 05:50:27 sendUrl INFO 3 [882] R:OK -2015-03-24 05:50:28 sendUrl INFO 3 [883] R:OK -2015-03-24 05:51:17 queue INFO >>3 [884] -2015-03-24 05:51:18 sendUrl INFO 3 [884] R:OK -2015-03-24 05:52:07 queue INFO >>3 [885] -2015-03-24 05:52:07 sendUrl INFO 3 [885] R:OK -2015-03-24 05:52:58 queue INFO >>3 [886] -2015-03-24 05:52:58 sendUrl INFO 3 [886] R:OK -2015-03-24 05:53:12 queue INFO 5 [887] -2015-03-24 05:53:12 sendUrl INFO 5 [887] R:OK -2015-03-24 05:53:12 queue INFO >5 [888] -2015-03-24 05:53:12 sendUrl INFO 5 [888] R:OK -2015-03-24 05:53:13 queue INFO 1 [889] -2015-03-24 05:53:14 queue INFO >1 [890] -2015-03-24 05:53:14 sendUrl INFO 1 [889] R:OK -2015-03-24 05:53:14 sendUrl INFO 1 [890] R:OK -2015-03-24 05:54:04 queue INFO >>1 [891] -2015-03-24 05:54:04 sendUrl INFO 1 [891] R:OK -2015-03-24 05:54:54 queue INFO >>1 [892] -2015-03-24 05:54:54 sendUrl INFO 1 [892] R:OK -2015-03-24 05:55:44 queue INFO >>1 [893] -2015-03-24 05:55:44 sendUrl INFO 1 [893] R:OK -2015-03-24 05:56:34 queue INFO >>1 [894] -2015-03-24 05:56:34 sendUrl INFO 1 [894] R:OK -2015-03-24 05:57:01 queue INFO 3 [895] -2015-03-24 05:57:02 queue INFO >3 [896] -2015-03-24 05:57:02 sendUrl INFO 3 [895] R:OK -2015-03-24 05:57:02 sendUrl INFO 3 [896] R:OK -2015-03-24 05:57:13 queue INFO 1 [897] -2015-03-24 05:57:14 queue INFO >1 [898] -2015-03-24 05:57:14 sendUrl INFO 1 [897] R:OK -2015-03-24 05:57:14 sendUrl INFO 1 [898] R:OK -2015-03-24 05:57:17 queue INFO 3 [899] -2015-03-24 05:57:18 queue INFO >3 [900] -2015-03-24 05:57:18 sendUrl INFO 3 [899] R:OK -2015-03-24 05:57:18 sendUrl INFO 3 [900] R:OK -2015-03-24 05:58:08 queue INFO >>3 [901] -2015-03-24 05:58:08 sendUrl INFO 3 [901] R:OK -2015-03-24 05:58:14 queue INFO 7 [902] -2015-03-24 05:58:14 queue INFO >7 [903] -2015-03-24 05:58:14 sendUrl INFO 7 [902] R:OK -2015-03-24 05:58:14 sendUrl INFO 7 [903] R:OK -2015-03-24 05:58:15 queue INFO 3 [904] -2015-03-24 05:58:15 queue INFO >3 [905] -2015-03-24 05:58:16 sendUrl INFO 3 [904] R:OK -2015-03-24 05:58:16 sendUrl INFO 3 [905] R:OK -2015-03-24 05:59:05 queue INFO >>3 [906] -2015-03-24 05:59:06 sendUrl INFO 3 [906] R:OK -2015-03-24 05:59:55 queue INFO >>3 [907] -2015-03-24 05:59:56 sendUrl INFO 3 [907] R:OK -2015-03-24 06:00:40 queue INFO 7 [908] -2015-03-24 06:00:40 queue INFO >7 [909] -2015-03-24 06:00:40 sendUrl INFO 7 [908] R:OK -2015-03-24 06:00:40 sendUrl INFO 7 [909] R:OK -2015-03-24 06:00:41 queue INFO 3 [910] -2015-03-24 06:00:41 queue INFO >3 [911] -2015-03-24 06:00:41 sendUrl INFO 3 [910] R:OK -2015-03-24 06:00:42 sendUrl INFO 3 [911] R:OK -2015-03-24 06:01:31 queue INFO >>3 [912] -2015-03-24 06:01:32 sendUrl INFO 3 [912] R:OK -2015-03-24 06:02:21 queue INFO >>3 [913] -2015-03-24 06:02:22 sendUrl INFO 3 [913] R:OK -2015-03-24 06:03:06 queue INFO 7 [914] -2015-03-24 06:03:06 queue INFO >7 [915] -2015-03-24 06:03:06 sendUrl INFO 7 [914] R:OK -2015-03-24 06:03:06 sendUrl INFO 7 [915] R:OK -2015-03-24 06:03:07 queue INFO 3 [916] -2015-03-24 06:03:07 queue INFO >3 [917] -2015-03-24 06:03:07 sendUrl INFO 3 [916] R:OK -2015-03-24 06:03:08 sendUrl INFO 3 [917] R:OK -2015-03-24 06:03:57 queue INFO >>3 [918] -2015-03-24 06:03:58 sendUrl INFO 3 [918] R:OK -2015-03-24 06:04:48 queue INFO >>3 [919] -2015-03-24 06:04:48 sendUrl INFO 3 [919] R:OK -2015-03-24 06:05:32 queue INFO 7 [920] -2015-03-24 06:05:32 queue INFO >7 [921] -2015-03-24 06:05:32 sendUrl INFO 7 [920] R:OK -2015-03-24 06:05:32 sendUrl INFO 7 [921] R:OK -2015-03-24 06:05:33 queue INFO 3 [922] -2015-03-24 06:05:33 sendUrl INFO 3 [922] R:OK -2015-03-24 06:05:33 queue INFO >3 [923] -2015-03-24 06:05:34 sendUrl INFO 3 [923] R:OK -2015-03-24 06:06:23 queue INFO >>3 [924] -2015-03-24 06:06:24 sendUrl INFO 3 [924] R:OK -2015-03-24 06:07:14 queue INFO >>3 [925] -2015-03-24 06:07:14 sendUrl INFO 3 [925] R:OK -2015-03-24 06:07:58 queue INFO 7 [926] -2015-03-24 06:07:58 sendUrl INFO 7 [926] R:OK -2015-03-24 06:07:58 queue INFO >7 [927] -2015-03-24 06:07:58 sendUrl INFO 7 [927] R:OK -2015-03-24 06:07:59 queue INFO 3 [928] -2015-03-24 06:08:00 queue INFO >3 [929] -2015-03-24 06:08:00 sendUrl INFO 3 [928] R:OK -2015-03-24 06:08:00 sendUrl INFO 3 [929] R:OK -2015-03-24 06:08:49 queue INFO >>3 [930] -2015-03-24 06:08:50 sendUrl INFO 3 [930] R:OK -2015-03-24 06:09:40 queue INFO >>3 [931] -2015-03-24 06:09:40 sendUrl INFO 3 [931] R:OK -2015-03-24 06:10:24 queue INFO 7 [932] -2015-03-24 06:10:24 queue INFO >7 [933] -2015-03-24 06:10:24 sendUrl INFO 7 [932] R:OK -2015-03-24 06:10:25 sendUrl INFO 7 [933] R:OK -2015-03-24 06:10:25 queue INFO 3 [934] -2015-03-24 06:10:26 queue INFO >3 [935] -2015-03-24 06:10:26 sendUrl INFO 3 [934] R:OK -2015-03-24 06:10:26 sendUrl INFO 3 [935] R:OK -2015-03-24 06:11:16 queue INFO >>3 [936] -2015-03-24 06:11:16 sendUrl INFO 3 [936] R:OK -2015-03-24 06:12:06 queue INFO >>3 [937] -2015-03-24 06:12:06 sendUrl INFO 3 [937] R:OK -2015-03-24 06:12:50 queue INFO 7 [938] -2015-03-24 06:12:50 queue INFO >7 [939] -2015-03-24 06:12:50 sendUrl INFO 7 [938] R:OK -2015-03-24 06:12:51 sendUrl INFO 7 [939] R:OK -2015-03-24 06:12:51 queue INFO 3 [940] -2015-03-24 06:12:52 queue INFO >3 [941] -2015-03-24 06:12:52 sendUrl INFO 3 [940] R:OK -2015-03-24 06:12:52 sendUrl INFO 3 [941] R:OK -2015-03-24 06:13:42 queue INFO >>3 [942] -2015-03-24 06:13:42 sendUrl INFO 3 [942] R:OK -2015-03-24 06:14:32 queue INFO >>3 [943] -2015-03-24 06:14:32 sendUrl INFO 3 [943] R:OK -2015-03-24 06:15:16 queue INFO 7 [944] -2015-03-24 06:15:16 queue INFO >7 [945] -2015-03-24 06:15:16 sendUrl INFO 7 [944] R:OK -2015-03-24 06:15:17 sendUrl INFO 7 [945] R:OK -2015-03-24 06:15:17 queue INFO 3 [946] -2015-03-24 06:15:18 queue INFO >3 [947] -2015-03-24 06:15:18 sendUrl INFO 3 [946] R:OK -2015-03-24 06:15:18 sendUrl INFO 3 [947] R:OK -2015-03-24 06:15:33 queue INFO B [948] -2015-03-24 06:15:33 queue INFO >B [949] -2015-03-24 06:15:33 sendUrl INFO B [948] R:OK -2015-03-24 06:15:33 sendUrl INFO B [949] R:OK -2015-03-24 06:15:38 queue INFO 3 [950] -2015-03-24 06:15:38 queue INFO >3 [951] -2015-03-24 06:15:39 sendUrl INFO 3 [950] R:OK -2015-03-24 06:15:39 sendUrl INFO 3 [951] R:OK -2015-03-24 06:16:28 queue INFO >>3 [952] -2015-03-24 06:16:28 sendUrl INFO 3 [952] R:OK -2015-03-24 06:17:18 queue INFO >>3 [953] -2015-03-24 06:17:19 sendUrl INFO 3 [953] R:OK -2015-03-24 06:17:42 queue INFO 7 [954] -2015-03-24 06:17:42 queue INFO >7 [955] -2015-03-24 06:17:42 sendUrl INFO 7 [954] R:OK -2015-03-24 06:17:43 sendUrl INFO 7 [955] R:OK -2015-03-24 06:17:44 queue INFO 3 [956] -2015-03-24 06:17:44 queue INFO >3 [957] -2015-03-24 06:17:44 sendUrl INFO 3 [956] R:OK -2015-03-24 06:17:44 sendUrl INFO 3 [957] R:OK -2015-03-24 06:18:34 queue INFO >>3 [958] -2015-03-24 06:18:34 sendUrl INFO 3 [958] R:OK -2015-03-24 06:19:24 queue INFO >>3 [959] -2015-03-24 06:19:24 sendUrl INFO 3 [959] R:OK -2015-03-24 06:20:08 queue INFO 7 [960] -2015-03-24 06:20:08 queue INFO >7 [961] -2015-03-24 06:20:08 sendUrl INFO 7 [960] R:OK -2015-03-24 06:20:09 sendUrl INFO 7 [961] R:OK -2015-03-24 06:20:10 queue INFO 3 [962] -2015-03-24 06:20:10 queue INFO >3 [963] -2015-03-24 06:20:10 sendUrl INFO 3 [962] R:OK -2015-03-24 06:20:10 sendUrl INFO 3 [963] R:OK -2015-03-24 06:21:00 queue INFO >>3 [964] -2015-03-24 06:21:00 sendUrl INFO 3 [964] R:OK -2015-03-24 06:21:50 queue INFO >>3 [965] -2015-03-24 06:21:50 sendUrl INFO 3 [965] R:OK -2015-03-24 06:22:34 queue INFO 7 [966] -2015-03-24 06:22:34 queue INFO >7 [967] -2015-03-24 06:22:34 sendUrl INFO 7 [966] R:OK -2015-03-24 06:22:35 sendUrl INFO 7 [967] R:OK -2015-03-24 06:22:36 queue INFO 3 [968] -2015-03-24 06:22:36 sendUrl INFO 3 [968] R:OK -2015-03-24 06:22:36 queue INFO >3 [969] -2015-03-24 06:22:36 sendUrl INFO 3 [969] R:OK -2015-03-24 06:23:26 queue INFO >>3 [970] -2015-03-24 06:23:26 sendUrl INFO 3 [970] R:OK -2015-03-24 06:24:16 queue INFO >>3 [971] -2015-03-24 06:24:16 sendUrl INFO 3 [971] R:OK -2015-03-24 06:25:00 queue INFO 7 [972] -2015-03-24 06:25:00 sendUrl INFO 7 [972] R:OK -2015-03-24 06:25:00 queue INFO >7 [973] -2015-03-24 06:25:01 sendUrl INFO 7 [973] R:OK -2015-03-24 06:25:02 queue INFO 3 [974] -2015-03-24 06:25:02 queue INFO >3 [975] -2015-03-24 06:25:02 sendUrl INFO 3 [974] R:OK -2015-03-24 06:25:03 sendUrl INFO 3 [975] R:OK -2015-03-24 06:25:52 queue INFO >>3 [976] -2015-03-24 06:25:52 sendUrl INFO 3 [976] R:OK -2015-03-24 06:26:42 queue INFO >>3 [977] -2015-03-24 06:26:42 sendUrl INFO 3 [977] R:OK -2015-03-24 06:27:26 queue INFO 7 [978] -2015-03-24 06:27:26 sendUrl INFO 7 [978] R:OK -2015-03-24 06:27:26 queue INFO >7 [979] -2015-03-24 06:27:27 sendUrl INFO 7 [979] R:OK -2015-03-24 06:27:28 queue INFO 3 [980] -2015-03-24 06:27:28 queue INFO >3 [981] -2015-03-24 06:27:28 sendUrl INFO 3 [980] R:OK -2015-03-24 06:27:29 sendUrl INFO 3 [981] R:OK -2015-03-24 06:28:18 queue INFO >>3 [982] -2015-03-24 06:28:18 sendUrl INFO 3 [982] R:OK -2015-03-24 06:29:08 queue INFO >>3 [983] -2015-03-24 06:29:08 sendUrl INFO 3 [983] R:OK -2015-03-24 06:29:52 queue INFO 7 [984] -2015-03-24 06:29:52 queue INFO >7 [985] -2015-03-24 06:29:53 sendUrl INFO 7 [984] R:OK -2015-03-24 06:29:53 sendUrl INFO 7 [985] R:OK -2015-03-24 06:29:54 queue INFO 3 [986] -2015-03-24 06:29:54 queue INFO >3 [987] -2015-03-24 06:29:54 sendUrl INFO 3 [986] R:OK -2015-03-24 06:29:55 sendUrl INFO 3 [987] R:OK -2015-03-24 06:30:44 queue INFO >>3 [988] -2015-03-24 06:30:44 sendUrl INFO 3 [988] R:OK -2015-03-24 06:31:34 queue INFO >>3 [989] -2015-03-24 06:31:34 sendUrl INFO 3 [989] R:OK -2015-03-24 06:32:18 queue INFO 7 [990] -2015-03-24 06:32:18 queue INFO >7 [991] -2015-03-24 06:32:19 sendUrl INFO 7 [990] R:OK -2015-03-24 06:32:19 sendUrl INFO 7 [991] R:OK -2015-03-24 06:32:20 queue INFO 3 [992] -2015-03-24 06:32:20 queue INFO >3 [993] -2015-03-24 06:32:20 sendUrl INFO 3 [992] R:OK -2015-03-24 06:32:21 sendUrl INFO 3 [993] R:OK -2015-03-24 06:33:10 queue INFO >>3 [994] -2015-03-24 06:33:11 sendUrl INFO 3 [994] R:OK -2015-03-24 06:34:00 queue INFO >>3 [995] -2015-03-24 06:34:00 sendUrl INFO 3 [995] R:OK -2015-03-24 06:34:44 queue INFO 7 [996] -2015-03-24 06:34:44 queue INFO >7 [997] -2015-03-24 06:34:45 sendUrl INFO 7 [996] R:OK -2015-03-24 06:34:45 sendUrl INFO 7 [997] R:OK -2015-03-24 06:34:46 queue INFO 3 [998] -2015-03-24 06:34:46 queue INFO >3 [999] -2015-03-24 06:34:46 sendUrl INFO 3 [998] R:OK -2015-03-24 06:34:47 sendUrl INFO 3 [999] R:OK -2015-03-24 06:35:36 queue INFO >>3 [0] -2015-03-24 06:35:36 sendUrl INFO 3 [0] R:OK -2015-03-24 06:36:26 queue INFO >>3 [1] -2015-03-24 06:36:26 sendUrl INFO 3 [1] R:OK -2015-03-24 06:37:10 queue INFO 7 [2] -2015-03-24 06:37:11 queue INFO >7 [3] -2015-03-24 06:37:11 sendUrl INFO 7 [2] R:OK -2015-03-24 06:37:11 sendUrl INFO 7 [3] R:OK -2015-03-24 06:37:12 queue INFO 3 [4] -2015-03-24 06:37:12 queue INFO >3 [5] -2015-03-24 06:37:12 sendUrl INFO 3 [4] R:OK -2015-03-24 06:37:13 sendUrl INFO 3 [5] R:OK -2015-03-24 06:38:02 queue INFO >>3 [6] -2015-03-24 06:38:02 sendUrl INFO 3 [6] R:OK -2015-03-24 06:38:52 queue INFO >>3 [7] -2015-03-24 06:38:52 sendUrl INFO 3 [7] R:OK -2015-03-24 06:39:36 queue INFO 7 [8] -2015-03-24 06:39:37 queue INFO >7 [9] -2015-03-24 06:39:37 sendUrl INFO 7 [8] R:OK -2015-03-24 06:39:37 sendUrl INFO 7 [9] R:OK -2015-03-24 06:39:38 queue INFO 3 [10] -2015-03-24 06:39:38 sendUrl INFO 3 [10] R:OK -2015-03-24 06:39:38 queue INFO >3 [11] -2015-03-24 06:39:39 sendUrl INFO 3 [11] R:OK -2015-03-24 06:40:28 queue INFO >>3 [12] -2015-03-24 06:40:28 sendUrl INFO 3 [12] R:OK -2015-03-24 06:41:18 queue INFO >>3 [13] -2015-03-24 06:41:19 sendUrl INFO 3 [13] R:OK -2015-03-24 06:42:02 queue INFO 7 [14] -2015-03-24 06:42:03 queue INFO >7 [15] -2015-03-24 06:42:03 sendUrl INFO 7 [14] R:OK -2015-03-24 06:42:03 sendUrl INFO 7 [15] R:OK -2015-03-24 06:42:04 queue INFO 3 [16] -2015-03-24 06:42:04 queue INFO >3 [17] -2015-03-24 06:42:05 sendUrl INFO 3 [16] R:OK -2015-03-24 06:42:05 sendUrl INFO 3 [17] R:OK -2015-03-24 06:42:54 queue INFO >>3 [18] -2015-03-24 06:42:54 sendUrl INFO 3 [18] R:OK -2015-03-24 06:43:44 queue INFO >>3 [19] -2015-03-24 06:43:45 sendUrl INFO 3 [19] R:OK -2015-03-24 06:44:28 queue INFO 7 [20] -2015-03-24 06:44:29 sendUrl INFO 7 [20] R:OK -2015-03-24 06:44:29 queue INFO >7 [21] -2015-03-24 06:44:29 sendUrl INFO 7 [21] R:OK -2015-03-24 06:44:30 queue INFO 3 [22] -2015-03-24 06:44:30 queue INFO >3 [23] -2015-03-24 06:44:31 sendUrl INFO 3 [22] R:OK -2015-03-24 06:44:31 sendUrl INFO 3 [23] R:OK -2015-03-24 06:45:20 queue INFO >>3 [24] -2015-03-24 06:45:20 sendUrl INFO 3 [24] R:OK -2015-03-24 06:46:10 queue INFO >>3 [25] -2015-03-24 06:46:11 sendUrl INFO 3 [25] R:OK -2015-03-24 06:46:54 queue INFO 7 [26] -2015-03-24 06:46:55 queue INFO >7 [27] -2015-03-24 06:46:55 sendUrl INFO 7 [26] R:OK -2015-03-24 06:46:56 sendUrl INFO 7 [27] R:OK -2015-03-24 06:46:56 queue INFO 3 [28] -2015-03-24 06:46:57 queue INFO >3 [29] -2015-03-24 06:46:57 sendUrl INFO 3 [28] R:OK -2015-03-24 06:46:57 sendUrl INFO 3 [29] R:OK -2015-03-24 06:47:46 queue INFO >>3 [30] -2015-03-24 06:47:47 sendUrl INFO 3 [30] R:OK -2015-03-24 06:48:37 queue INFO >>3 [31] -2015-03-24 06:48:37 sendUrl INFO 3 [31] R:OK -2015-03-24 06:49:21 queue INFO 7 [32] -2015-03-24 06:49:21 queue INFO >7 [33] -2015-03-24 06:49:21 sendUrl INFO 7 [32] R:OK -2015-03-24 06:49:22 sendUrl INFO 7 [33] R:OK -2015-03-24 06:49:22 queue INFO 3 [34] -2015-03-24 06:49:23 queue INFO >3 [35] -2015-03-24 06:49:23 sendUrl INFO 3 [34] R:OK -2015-03-24 06:49:23 sendUrl INFO 3 [35] R:OK -2015-03-24 06:50:13 queue INFO >>3 [36] -2015-03-24 06:50:13 sendUrl INFO 3 [36] R:OK -2015-03-24 06:51:03 queue INFO >>3 [37] -2015-03-24 06:51:03 sendUrl INFO 3 [37] R:OK -2015-03-24 06:51:47 queue INFO 7 [38] -2015-03-24 06:51:47 queue INFO >7 [39] -2015-03-24 06:51:47 sendUrl INFO 7 [38] R:OK -2015-03-24 06:51:47 sendUrl INFO 7 [39] R:OK -2015-03-24 06:51:48 queue INFO 3 [40] -2015-03-24 06:51:49 sendUrl INFO 3 [40] R:OK -2015-03-24 06:51:49 queue INFO >3 [41] -2015-03-24 06:51:49 sendUrl INFO 3 [41] R:OK -2015-03-24 06:52:39 queue INFO >>3 [42] -2015-03-24 06:52:39 sendUrl INFO 3 [42] R:OK -2015-03-24 06:53:29 queue INFO >>3 [43] -2015-03-24 06:53:29 sendUrl INFO 3 [43] R:OK -2015-03-24 06:54:13 queue INFO 7 [44] -2015-03-24 06:54:13 sendUrl INFO 7 [44] R:OK -2015-03-24 06:54:13 queue INFO >7 [45] -2015-03-24 06:54:13 sendUrl INFO 7 [45] R:OK -2015-03-24 06:54:14 queue INFO 3 [46] -2015-03-24 06:54:15 queue INFO >3 [47] -2015-03-24 06:54:15 sendUrl INFO 3 [46] R:OK -2015-03-24 06:54:15 sendUrl INFO 3 [47] R:OK -2015-03-24 06:55:05 queue INFO >>3 [48] -2015-03-24 06:55:05 sendUrl INFO 3 [48] R:OK -2015-03-24 06:55:55 queue INFO >>3 [49] -2015-03-24 06:55:55 sendUrl INFO 3 [49] R:OK -2015-03-24 06:56:39 queue INFO 7 [50] -2015-03-24 06:56:39 queue INFO >7 [51] -2015-03-24 06:56:40 sendUrl INFO 7 [50] R:OK -2015-03-24 06:56:40 sendUrl INFO 7 [51] R:OK -2015-03-24 06:56:41 queue INFO 3 [52] -2015-03-24 06:56:41 queue INFO >3 [53] -2015-03-24 06:56:41 sendUrl INFO 3 [52] R:OK -2015-03-24 06:56:41 sendUrl INFO 3 [53] R:OK -2015-03-24 06:57:31 queue INFO >>3 [54] -2015-03-24 06:57:31 sendUrl INFO 3 [54] R:OK -2015-03-24 06:58:21 queue INFO >>3 [55] -2015-03-24 06:58:21 sendUrl INFO 3 [55] R:OK -2015-03-24 06:59:05 queue INFO 7 [56] -2015-03-24 06:59:05 queue INFO >7 [57] -2015-03-24 06:59:06 sendUrl INFO 7 [56] R:OK -2015-03-24 06:59:06 sendUrl INFO 7 [57] R:OK -2015-03-24 06:59:07 queue INFO 3 [58] -2015-03-24 06:59:07 queue INFO >3 [59] -2015-03-24 06:59:07 sendUrl INFO 3 [58] R:OK -2015-03-24 06:59:07 sendUrl INFO 3 [59] R:OK -2015-03-24 06:59:57 queue INFO >>3 [60] -2015-03-24 06:59:57 sendUrl INFO 3 [60] R:OK -2015-03-24 07:00:47 queue INFO >>3 [61] -2015-03-24 07:00:47 sendUrl INFO 3 [61] R:OK -2015-03-24 07:01:31 queue INFO 7 [62] -2015-03-24 07:01:31 queue INFO >7 [63] -2015-03-24 07:01:31 sendUrl INFO 7 [62] R:OK -2015-03-24 07:01:32 sendUrl INFO 7 [63] R:OK -2015-03-24 07:01:33 queue INFO 3 [64] -2015-03-24 07:01:33 queue INFO >3 [65] -2015-03-24 07:01:33 sendUrl INFO 3 [64] R:OK -2015-03-24 07:01:33 sendUrl INFO 3 [65] R:OK -2015-03-24 07:02:23 queue INFO >>3 [66] -2015-03-24 07:02:23 sendUrl INFO 3 [66] R:OK -2015-03-24 07:03:13 queue INFO >>3 [67] -2015-03-24 07:03:13 sendUrl INFO 3 [67] R:OK -2015-03-24 07:03:57 queue INFO 7 [68] -2015-03-24 07:03:57 queue INFO >7 [69] -2015-03-24 07:03:57 sendUrl INFO 7 [68] R:OK -2015-03-24 07:03:58 sendUrl INFO 7 [69] R:OK -2015-03-24 07:03:59 queue INFO 3 [70] -2015-03-24 07:03:59 queue INFO >3 [71] -2015-03-24 07:03:59 sendUrl INFO 3 [70] R:OK -2015-03-24 07:03:59 sendUrl INFO 3 [71] R:OK -2015-03-24 07:04:49 queue INFO >>3 [72] -2015-03-24 07:04:49 sendUrl INFO 3 [72] R:OK -2015-03-24 07:05:39 queue INFO >>3 [73] -2015-03-24 07:05:39 sendUrl INFO 3 [73] R:OK -2015-03-24 07:06:23 queue INFO 7 [74] -2015-03-24 07:06:23 queue INFO >7 [75] -2015-03-24 07:06:23 sendUrl INFO 7 [74] R:OK -2015-03-24 07:06:24 sendUrl INFO 7 [75] R:OK -2015-03-24 07:06:25 queue INFO 3 [76] -2015-03-24 07:06:25 queue INFO >3 [77] -2015-03-24 07:06:25 sendUrl INFO 3 [76] R:OK -2015-03-24 07:06:25 sendUrl INFO 3 [77] R:OK -2015-03-24 07:07:15 queue INFO >>3 [78] -2015-03-24 07:07:15 sendUrl INFO 3 [78] R:OK -2015-03-24 07:08:05 queue INFO >>3 [79] -2015-03-24 07:08:05 sendUrl INFO 3 [79] R:OK -2015-03-24 07:08:49 queue INFO 7 [80] -2015-03-24 07:08:49 queue INFO >7 [81] -2015-03-24 07:08:49 sendUrl INFO 7 [80] R:OK -2015-03-24 07:08:50 sendUrl INFO 7 [81] R:OK -2015-03-24 07:08:51 queue INFO 3 [82] -2015-03-24 07:08:51 sendUrl INFO 3 [82] R:OK -2015-03-24 07:08:51 queue INFO >3 [83] -2015-03-24 07:08:51 sendUrl INFO 3 [83] R:OK -2015-03-24 07:09:41 queue INFO >>3 [84] -2015-03-24 07:09:41 sendUrl INFO 3 [84] R:OK -2015-03-24 07:10:31 queue INFO >>3 [85] -2015-03-24 07:10:32 sendUrl INFO 3 [85] R:OK -2015-03-24 07:11:15 queue INFO 7 [86] -2015-03-24 07:11:15 queue INFO >7 [87] -2015-03-24 07:11:15 sendUrl INFO 7 [86] R:OK -2015-03-24 07:11:16 sendUrl INFO 7 [87] R:OK -2015-03-24 07:11:17 queue INFO 3 [88] -2015-03-24 07:11:17 sendUrl INFO 3 [88] R:OK -2015-03-24 07:11:17 queue INFO >3 [89] -2015-03-24 07:11:17 sendUrl INFO 3 [89] R:OK -2015-03-24 07:12:07 queue INFO >>3 [90] -2015-03-24 07:12:07 sendUrl INFO 3 [90] R:OK -2015-03-24 07:12:57 queue INFO >>3 [91] -2015-03-24 07:12:58 sendUrl INFO 3 [91] R:OK -2015-03-24 07:13:41 queue INFO 7 [92] -2015-03-24 07:13:42 queue INFO >7 [93] -2015-03-24 07:13:42 sendUrl INFO 7 [92] R:OK -2015-03-24 07:13:42 sendUrl INFO 7 [93] R:OK -2015-03-24 07:13:43 queue INFO 3 [94] -2015-03-24 07:13:43 queue INFO >3 [95] -2015-03-24 07:13:43 sendUrl INFO 3 [94] R:OK -2015-03-24 07:13:44 sendUrl INFO 3 [95] R:OK -2015-03-24 07:14:33 queue INFO >>3 [96] -2015-03-24 07:14:34 sendUrl INFO 3 [96] R:OK -2015-03-24 07:15:23 queue INFO >>3 [97] -2015-03-24 07:15:24 sendUrl INFO 3 [97] R:OK -2015-03-24 07:16:07 queue INFO 7 [98] -2015-03-24 07:16:08 queue INFO >7 [99] -2015-03-24 07:16:08 sendUrl INFO 7 [98] R:OK -2015-03-24 07:16:08 sendUrl INFO 7 [99] R:OK -2015-03-24 07:16:09 queue INFO 3 [100] -2015-03-24 07:16:09 queue INFO >3 [101] -2015-03-24 07:16:09 sendUrl INFO 3 [100] R:OK -2015-03-24 07:16:10 sendUrl INFO 3 [101] R:OK -2015-03-24 07:16:59 queue INFO >>3 [102] -2015-03-24 07:17:00 sendUrl INFO 3 [102] R:OK -2015-03-24 07:17:49 queue INFO >>3 [103] -2015-03-24 07:17:50 sendUrl INFO 3 [103] R:OK -2015-03-24 07:18:34 queue INFO 7 [104] -2015-03-24 07:18:34 queue INFO >7 [105] -2015-03-24 07:18:34 sendUrl INFO 7 [104] R:OK -2015-03-24 07:18:34 sendUrl INFO 7 [105] R:OK -2015-03-24 07:18:35 queue INFO 3 [106] -2015-03-24 07:18:35 queue INFO >3 [107] -2015-03-24 07:18:35 sendUrl INFO 3 [106] R:OK -2015-03-24 07:18:36 sendUrl INFO 3 [107] R:OK -2015-03-24 07:19:25 queue INFO >>3 [108] -2015-03-24 07:19:26 sendUrl INFO 3 [108] R:OK -2015-03-24 07:20:15 queue INFO >>3 [109] -2015-03-24 07:20:16 sendUrl INFO 3 [109] R:OK -2015-03-24 07:21:00 queue INFO 7 [110] -2015-03-24 07:21:00 queue INFO >7 [111] -2015-03-24 07:21:00 sendUrl INFO 7 [110] R:OK -2015-03-24 07:21:00 sendUrl INFO 7 [111] R:OK -2015-03-24 07:21:01 queue INFO 3 [112] -2015-03-24 07:21:01 queue INFO >3 [113] -2015-03-24 07:21:01 sendUrl INFO 3 [112] R:OK -2015-03-24 07:21:02 sendUrl INFO 3 [113] R:OK -2015-03-24 07:21:51 queue INFO >>3 [114] -2015-03-24 07:21:52 sendUrl INFO 3 [114] R:OK -2015-03-24 07:22:41 queue INFO >>3 [115] -2015-03-24 07:22:42 sendUrl INFO 3 [115] R:OK -2015-03-24 07:23:26 queue INFO 7 [116] -2015-03-24 07:23:26 queue INFO >7 [117] -2015-03-24 07:23:26 sendUrl INFO 7 [116] R:OK -2015-03-24 07:23:26 sendUrl INFO 7 [117] R:OK -2015-03-24 07:23:27 queue INFO 3 [118] -2015-03-24 07:23:27 queue INFO >3 [119] -2015-03-24 07:23:28 sendUrl INFO 3 [118] R:OK -2015-03-24 07:23:28 sendUrl INFO 3 [119] R:OK -2015-03-24 07:24:17 queue INFO >>3 [120] -2015-03-24 07:24:18 sendUrl INFO 3 [120] R:OK -2015-03-24 07:25:08 queue INFO >>3 [121] -2015-03-24 07:25:08 sendUrl INFO 3 [121] R:OK -2015-03-24 07:25:52 queue INFO 7 [122] -2015-03-24 07:25:52 sendUrl INFO 7 [122] R:OK -2015-03-24 07:25:52 queue INFO >7 [123] -2015-03-24 07:25:52 sendUrl INFO 7 [123] R:OK -2015-03-24 07:25:53 queue INFO 3 [124] -2015-03-24 07:25:53 queue INFO >3 [125] -2015-03-24 07:25:54 sendUrl INFO 3 [124] R:OK -2015-03-24 07:25:54 sendUrl INFO 3 [125] R:OK -2015-03-24 07:26:43 queue INFO >>3 [126] -2015-03-24 07:26:44 sendUrl INFO 3 [126] R:OK -2015-03-24 07:27:34 queue INFO >>3 [127] -2015-03-24 07:27:34 sendUrl INFO 3 [127] R:OK -2015-03-24 07:28:18 queue INFO 7 [128] -2015-03-24 07:28:18 queue INFO >7 [129] -2015-03-24 07:28:18 sendUrl INFO 7 [128] R:OK -2015-03-24 07:28:19 sendUrl INFO 7 [129] R:OK -2015-03-24 07:28:20 queue INFO 3 [130] -2015-03-24 07:28:20 queue INFO >3 [131] -2015-03-24 07:28:20 sendUrl INFO 3 [130] R:OK -2015-03-24 07:28:20 sendUrl INFO 3 [131] R:OK -2015-03-24 07:29:10 queue INFO >>3 [132] -2015-03-24 07:29:10 sendUrl INFO 3 [132] R:OK -2015-03-24 07:30:00 queue INFO >>3 [133] -2015-03-24 07:30:00 sendUrl INFO 3 [133] R:OK -2015-03-24 07:30:44 queue INFO 7 [134] -2015-03-24 07:30:44 queue INFO >7 [135] -2015-03-24 07:30:44 sendUrl INFO 7 [134] R:OK -2015-03-24 07:30:45 sendUrl INFO 7 [135] R:OK -2015-03-24 07:30:46 queue INFO 3 [136] -2015-03-24 07:30:46 sendUrl INFO 3 [136] R:OK -2015-03-24 07:30:46 queue INFO >3 [137] -2015-03-24 07:30:46 sendUrl INFO 3 [137] R:OK -2015-03-24 07:31:36 queue INFO >>3 [138] -2015-03-24 07:31:36 sendUrl INFO 3 [138] R:OK -2015-03-24 07:32:26 queue INFO >>3 [139] -2015-03-24 07:32:26 sendUrl INFO 3 [139] R:OK -2015-03-24 07:33:10 queue INFO 7 [140] -2015-03-24 07:33:10 queue INFO >7 [141] -2015-03-24 07:33:10 sendUrl INFO 7 [140] R:OK -2015-03-24 07:33:11 sendUrl INFO 7 [141] R:OK -2015-03-24 07:33:12 queue INFO 3 [142] -2015-03-24 07:33:12 queue INFO >3 [143] -2015-03-24 07:33:12 sendUrl INFO 3 [142] R:OK -2015-03-24 07:33:13 sendUrl INFO 3 [143] R:OK -2015-03-24 07:34:02 queue INFO >>3 [144] -2015-03-24 07:34:02 sendUrl INFO 3 [144] R:OK -2015-03-24 07:34:52 queue INFO >>3 [145] -2015-03-24 07:34:52 sendUrl INFO 3 [145] R:OK -2015-03-24 07:35:36 queue INFO 7 [146] -2015-03-24 07:35:36 sendUrl INFO 7 [146] R:OK -2015-03-24 07:35:36 queue INFO >7 [147] -2015-03-24 07:35:37 sendUrl INFO 7 [147] R:OK -2015-03-24 07:35:38 queue INFO 3 [148] -2015-03-24 07:35:38 queue INFO >3 [149] -2015-03-24 07:35:38 sendUrl INFO 3 [148] R:OK -2015-03-24 07:35:39 sendUrl INFO 3 [149] R:OK -2015-03-24 07:36:28 queue INFO >>3 [150] -2015-03-24 07:36:28 sendUrl INFO 3 [150] R:OK -2015-03-24 07:37:18 queue INFO >>3 [151] -2015-03-24 07:37:18 sendUrl INFO 3 [151] R:OK -2015-03-24 07:38:02 queue INFO 7 [152] -2015-03-24 07:38:02 queue INFO >7 [153] -2015-03-24 07:38:03 sendUrl INFO 7 [152] R:OK -2015-03-24 07:38:03 sendUrl INFO 7 [153] R:OK -2015-03-24 07:38:04 queue INFO 3 [154] -2015-03-24 07:38:04 queue INFO >3 [155] -2015-03-24 07:38:04 sendUrl INFO 3 [154] R:OK -2015-03-24 07:38:05 sendUrl INFO 3 [155] R:OK -2015-03-24 07:38:54 queue INFO >>3 [156] -2015-03-24 07:38:54 sendUrl INFO 3 [156] R:OK -2015-03-24 07:39:44 queue INFO >>3 [157] -2015-03-24 07:39:45 sendUrl INFO 3 [157] R:OK -2015-03-24 07:40:28 queue INFO 7 [158] -2015-03-24 07:40:29 queue INFO >7 [159] -2015-03-24 07:40:29 sendUrl INFO 7 [158] R:OK -2015-03-24 07:40:29 sendUrl INFO 7 [159] R:OK -2015-03-24 07:40:30 queue INFO 3 [160] -2015-03-24 07:40:30 sendUrl INFO 3 [160] R:OK -2015-03-24 07:40:30 queue INFO >3 [161] -2015-03-24 07:40:31 sendUrl INFO 3 [161] R:OK -2015-03-24 07:41:20 queue INFO >>3 [162] -2015-03-24 07:41:20 sendUrl INFO 3 [162] R:OK -2015-03-24 07:42:10 queue INFO >>3 [163] -2015-03-24 07:42:11 sendUrl INFO 3 [163] R:OK -2015-03-24 07:42:54 queue INFO 7 [164] -2015-03-24 07:42:55 queue INFO >7 [165] -2015-03-24 07:42:55 sendUrl INFO 7 [164] R:OK -2015-03-24 07:42:55 sendUrl INFO 7 [165] R:OK -2015-03-24 07:42:56 queue INFO 3 [166] -2015-03-24 07:42:56 queue INFO >3 [167] -2015-03-24 07:42:57 sendUrl INFO 3 [166] R:OK -2015-03-24 07:42:57 sendUrl INFO 3 [167] R:OK -2015-03-24 07:43:46 queue INFO >>3 [168] -2015-03-24 07:43:46 sendUrl INFO 3 [168] R:OK -2015-03-24 07:44:36 queue INFO >>3 [169] -2015-03-24 07:44:37 sendUrl INFO 3 [169] R:OK -2015-03-24 07:45:20 queue INFO 7 [170] -2015-03-24 07:45:21 sendUrl INFO 7 [170] R:OK -2015-03-24 07:45:21 queue INFO >7 [171] -2015-03-24 07:45:21 sendUrl INFO 7 [171] R:OK -2015-03-24 07:45:22 queue INFO 3 [172] -2015-03-24 07:45:22 queue INFO >3 [173] -2015-03-24 07:45:23 sendUrl INFO 3 [172] R:OK -2015-03-24 07:45:23 sendUrl INFO 3 [173] R:OK -2015-03-24 07:45:39 queue INFO 19 [174] -2015-03-24 07:45:39 queue INFO >19 [175] -2015-03-24 07:45:40 sendUrl INFO 19 [174] R:OK -2015-03-24 07:45:40 sendUrl INFO 19 [175] R:OK -2015-03-24 07:46:29 queue INFO >>19 [176] -2015-03-24 07:46:30 sendUrl INFO 19 [176] R:OK -2015-03-24 07:47:12 queue INFO 39 [177] -2015-03-24 07:47:12 queue INFO >39 [178] -2015-03-24 07:47:12 sendUrl INFO 39 [177] R:OK -2015-03-24 07:47:13 sendUrl INFO 39 [178] R:OK -2015-03-24 07:47:33 queue INFO 21 [179] -2015-03-24 07:47:33 queue INFO >21 [180] -2015-03-24 07:47:33 sendUrl INFO 21 [179] R:OK -2015-03-24 07:47:34 sendUrl INFO 21 [180] R:OK -2015-03-24 07:48:23 queue INFO >>21 [181] -2015-03-24 07:48:23 sendUrl INFO 21 [181] R:OK -2015-03-24 07:49:13 queue INFO >>21 [182] -2015-03-24 07:49:14 sendUrl INFO 21 [182] R:OK -2015-03-24 07:49:19 queue INFO 1 [183] -2015-03-24 07:49:19 queue INFO >1 [184] -2015-03-24 07:49:19 sendUrl INFO 1 [183] R:OK -2015-03-24 07:49:20 sendUrl INFO 1 [184] R:OK -2015-03-24 07:50:07 queue INFO 5 [185] -2015-03-24 07:50:07 queue INFO >5 [186] -2015-03-24 07:50:07 sendUrl INFO 5 [185] R:OK -2015-03-24 07:50:07 sendUrl INFO 5 [186] R:OK -2015-03-24 07:50:08 queue INFO 1 [187] -2015-03-24 07:50:09 sendUrl INFO 1 [187] R:OK -2015-03-24 07:50:09 queue INFO >1 [188] -2015-03-24 07:50:09 sendUrl INFO 1 [188] R:OK -2015-03-24 07:50:26 queue INFO 3 [189] -2015-03-24 07:50:26 queue INFO >3 [190] -2015-03-24 07:50:26 sendUrl INFO 3 [189] R:OK -2015-03-24 07:50:27 sendUrl INFO 3 [190] R:OK -2015-03-24 07:51:16 queue INFO >>3 [191] -2015-03-24 07:51:16 sendUrl INFO 3 [191] R:OK -2015-03-24 07:52:06 queue INFO >>3 [192] -2015-03-24 07:52:06 sendUrl INFO 3 [192] R:OK -2015-03-24 07:52:33 queue INFO 7 [193] -2015-03-24 07:52:33 sendUrl INFO 7 [193] R:OK -2015-03-24 07:52:33 queue INFO >7 [194] -2015-03-24 07:52:33 sendUrl INFO 7 [194] R:OK -2015-03-24 07:52:34 queue INFO 3 [195] -2015-03-24 07:52:35 queue INFO >3 [196] -2015-03-24 07:52:35 sendUrl INFO 3 [195] R:OK -2015-03-24 07:52:35 sendUrl INFO 3 [196] R:OK -2015-03-24 07:53:25 queue INFO >>3 [197] -2015-03-24 07:53:25 sendUrl INFO 3 [197] R:OK -2015-03-24 07:54:15 queue INFO >>3 [198] -2015-03-24 07:54:15 sendUrl INFO 3 [198] R:OK -2015-03-24 07:54:59 queue INFO 7 [199] -2015-03-24 07:54:59 queue INFO >7 [200] -2015-03-24 07:54:59 sendUrl INFO 7 [199] R:OK -2015-03-24 07:55:00 sendUrl INFO 7 [200] R:OK -2015-03-24 07:55:00 queue INFO 3 [201] -2015-03-24 07:55:01 queue INFO >3 [202] -2015-03-24 07:55:01 sendUrl INFO 3 [201] R:OK -2015-03-24 07:55:01 sendUrl INFO 3 [202] R:OK -2015-03-24 07:55:51 queue INFO >>3 [203] -2015-03-24 07:55:51 sendUrl INFO 3 [203] R:OK -2015-03-24 07:56:41 queue INFO >>3 [204] -2015-03-24 07:56:41 sendUrl INFO 3 [204] R:OK -2015-03-24 07:57:25 queue INFO 7 [205] -2015-03-24 07:57:25 queue INFO >7 [206] -2015-03-24 07:57:25 sendUrl INFO 7 [205] R:OK -2015-03-24 07:57:26 sendUrl INFO 7 [206] R:OK -2015-03-24 07:57:27 queue INFO 3 [207] -2015-03-24 07:57:27 queue INFO >3 [208] -2015-03-24 07:57:27 sendUrl INFO 3 [207] R:OK -2015-03-24 07:57:27 sendUrl INFO 3 [208] R:OK -2015-03-24 07:58:17 queue INFO >>3 [209] -2015-03-24 07:58:17 sendUrl INFO 3 [209] R:OK -2015-03-24 07:59:07 queue INFO >>3 [210] -2015-03-24 07:59:07 sendUrl INFO 3 [210] R:OK -2015-03-24 07:59:51 queue INFO 7 [211] -2015-03-24 07:59:51 queue INFO >7 [212] -2015-03-24 07:59:51 sendUrl INFO 7 [211] R:OK -2015-03-24 07:59:52 sendUrl INFO 7 [212] R:OK -2015-03-24 07:59:53 queue INFO 3 [213] -2015-03-24 07:59:53 sendUrl INFO 3 [213] R:OK -2015-03-24 07:59:53 queue INFO >3 [214] -2015-03-24 07:59:53 sendUrl INFO 3 [214] R:OK -2015-03-24 08:00:43 queue INFO >>3 [215] -2015-03-24 08:00:43 sendUrl INFO 3 [215] R:OK -2015-03-24 08:01:33 queue INFO >>3 [216] -2015-03-24 08:01:34 sendUrl INFO 3 [216] R:OK -2015-03-24 08:02:17 queue INFO 7 [217] -2015-03-24 08:02:17 sendUrl INFO 7 [217] R:OK -2015-03-24 08:02:17 queue INFO >7 [218] -2015-03-24 08:02:18 sendUrl INFO 7 [218] R:OK -2015-03-24 08:02:19 queue INFO 3 [219] -2015-03-24 08:02:19 queue INFO >3 [220] -2015-03-24 08:02:19 sendUrl INFO 3 [219] R:OK -2015-03-24 08:02:20 sendUrl INFO 3 [220] R:OK -2015-03-24 08:03:09 queue INFO >>3 [221] -2015-03-24 08:03:09 sendUrl INFO 3 [221] R:OK -2015-03-24 08:03:59 queue INFO >>3 [222] -2015-03-24 08:04:00 sendUrl INFO 3 [222] R:OK -2015-03-24 08:04:43 queue INFO 7 [223] -2015-03-24 08:04:43 queue INFO >7 [224] -2015-03-24 08:04:44 sendUrl INFO 7 [223] R:OK -2015-03-24 08:04:44 sendUrl INFO 7 [224] R:OK -2015-03-24 08:04:45 queue INFO 3 [225] -2015-03-24 08:04:45 queue INFO >3 [226] -2015-03-24 08:04:45 sendUrl INFO 3 [225] R:OK -2015-03-24 08:04:46 sendUrl INFO 3 [226] R:OK -2015-03-24 08:05:35 queue INFO >>3 [227] -2015-03-24 08:05:35 sendUrl INFO 3 [227] R:OK -2015-03-24 08:06:25 queue INFO >>3 [228] -2015-03-24 08:06:25 sendUrl INFO 3 [228] R:OK -2015-03-24 08:07:09 queue INFO 7 [229] -2015-03-24 08:07:09 queue INFO >7 [230] -2015-03-24 08:07:10 sendUrl INFO 7 [229] R:OK -2015-03-24 08:07:10 sendUrl INFO 7 [230] R:OK -2015-03-24 08:07:11 queue INFO 3 [231] -2015-03-24 08:07:11 queue INFO >3 [232] -2015-03-24 08:07:11 sendUrl INFO 3 [231] R:OK -2015-03-24 08:07:12 sendUrl INFO 3 [232] R:OK -2015-03-24 08:08:01 queue INFO >>3 [233] -2015-03-24 08:08:02 sendUrl INFO 3 [233] R:OK -2015-03-24 08:08:51 queue INFO >>3 [234] -2015-03-24 08:08:51 sendUrl INFO 3 [234] R:OK -2015-03-24 08:09:36 queue INFO 7 [235] -2015-03-24 08:09:36 queue INFO >7 [236] -2015-03-24 08:09:36 sendUrl INFO 7 [235] R:OK -2015-03-24 08:09:36 sendUrl INFO 7 [236] R:OK -2015-03-24 08:09:37 queue INFO 3 [237] -2015-03-24 08:09:37 sendUrl INFO 3 [237] R:OK -2015-03-24 08:09:37 queue INFO >3 [238] -2015-03-24 08:09:38 sendUrl INFO 3 [238] R:OK -2015-03-24 08:10:27 queue INFO >>3 [239] -2015-03-24 08:10:28 sendUrl INFO 3 [239] R:OK -2015-03-24 08:11:17 queue INFO >>3 [240] -2015-03-24 08:11:18 sendUrl INFO 3 [240] R:OK -2015-03-24 08:12:02 queue INFO 7 [241] -2015-03-24 08:12:02 sendUrl INFO 7 [241] R:OK -2015-03-24 08:12:02 queue INFO >7 [242] -2015-03-24 08:12:02 sendUrl INFO 7 [242] R:OK -2015-03-24 08:12:03 queue INFO 3 [243] -2015-03-24 08:12:03 queue INFO >3 [244] -2015-03-24 08:12:04 sendUrl INFO 3 [243] R:OK -2015-03-24 08:12:04 sendUrl INFO 3 [244] R:OK -2015-03-24 08:12:53 queue INFO >>3 [245] -2015-03-24 08:12:54 sendUrl INFO 3 [245] R:OK -2015-03-24 08:13:44 queue INFO >>3 [246] -2015-03-24 08:13:44 sendUrl INFO 3 [246] R:OK -2015-03-24 08:14:34 queue INFO >>3 [247] -2015-03-24 08:14:34 sendUrl INFO 3 [247] R:OK -2015-03-24 08:15:16 queue INFO 89 [248] -2015-03-24 08:15:16 queue INFO >89 [249] -2015-03-24 08:15:17 sendUrl INFO 89 [248] R:OK -2015-03-24 08:15:17 queue INFO 1 [250] -2015-03-24 08:15:17 queue INFO >1 [251] -2015-03-24 08:15:17 sendUrl INFO 89 [249] R:OK -2015-03-24 08:15:18 sendUrl INFO 1 [250] R:OK -2015-03-24 08:15:18 sendUrl INFO 1 [251] R:OK -2015-03-24 08:16:07 queue INFO >>1 [252] -2015-03-24 08:16:07 sendUrl INFO 1 [252] R:OK -2015-03-24 08:16:57 queue INFO >>1 [253] -2015-03-24 08:16:57 sendUrl INFO 1 [253] R:OK -2015-03-24 08:17:47 queue INFO >>1 [254] -2015-03-24 08:17:48 sendUrl INFO 1 [254] R:OK -2015-03-24 08:18:37 queue INFO >>1 [255] -2015-03-24 08:18:37 sendUrl INFO 1 [255] R:OK -2015-03-24 08:19:27 queue INFO >>1 [256] -2015-03-24 08:19:28 sendUrl INFO 1 [256] R:OK -2015-03-24 08:20:18 queue INFO >>1 [257] -2015-03-24 08:20:18 sendUrl INFO 1 [257] R:OK -2015-03-24 08:21:08 queue INFO >>1 [258] -2015-03-24 08:21:08 sendUrl INFO 1 [258] R:OK -2015-03-24 08:21:58 queue INFO >>1 [259] -2015-03-24 08:21:58 sendUrl INFO 1 [259] R:OK -2015-03-24 08:22:45 queue INFO 3 [260] -2015-03-24 08:22:45 queue INFO >3 [261] -2015-03-24 08:22:45 sendUrl INFO 3 [260] R:OK -2015-03-24 08:22:46 sendUrl INFO 3 [261] R:OK -2015-03-24 08:22:57 queue INFO B [262] -2015-03-24 08:22:57 sendUrl INFO B [262] R:OK -2015-03-24 08:22:57 queue INFO >B [263] -2015-03-24 08:22:58 sendUrl INFO B [263] R:OK -2015-03-24 08:22:58 queue INFO 3 [264] -2015-03-24 08:22:58 queue INFO >3 [265] -2015-03-24 08:22:59 sendUrl INFO 3 [264] R:OK -2015-03-24 08:22:59 sendUrl INFO 3 [265] R:OK -2015-03-24 08:23:11 queue INFO 7 [266] -2015-03-24 08:23:11 queue INFO >7 [267] -2015-03-24 08:23:11 sendUrl INFO 7 [266] R:OK -2015-03-24 08:23:12 sendUrl INFO 7 [267] R:OK -2015-03-24 08:23:12 queue INFO 3 [268] -2015-03-24 08:23:13 queue INFO >3 [269] -2015-03-24 08:23:13 sendUrl INFO 3 [268] R:OK -2015-03-24 08:23:13 sendUrl INFO 3 [269] R:OK -2015-03-24 08:24:03 queue INFO >>3 [270] -2015-03-24 08:24:03 sendUrl INFO 3 [270] R:OK -2015-03-24 08:24:53 queue INFO >>3 [271] -2015-03-24 08:24:53 sendUrl INFO 3 [271] R:OK -2015-03-24 08:25:37 queue INFO 7 [272] -2015-03-24 08:25:37 queue INFO >7 [273] -2015-03-24 08:25:37 sendUrl INFO 7 [272] R:OK -2015-03-24 08:25:38 sendUrl INFO 7 [273] R:OK -2015-03-24 08:25:39 queue INFO 3 [274] -2015-03-24 08:25:39 queue INFO >3 [275] -2015-03-24 08:25:39 sendUrl INFO 3 [274] R:OK -2015-03-24 08:25:39 sendUrl INFO 3 [275] R:OK -2015-03-24 08:26:29 queue INFO >>3 [276] -2015-03-24 08:26:29 sendUrl INFO 3 [276] R:OK -2015-03-24 08:27:19 queue INFO >>3 [277] -2015-03-24 08:27:19 sendUrl INFO 3 [277] R:OK -2015-03-24 08:28:03 queue INFO 7 [278] -2015-03-24 08:28:03 queue INFO >7 [279] -2015-03-24 08:28:03 sendUrl INFO 7 [278] R:OK -2015-03-24 08:28:04 sendUrl INFO 7 [279] R:OK -2015-03-24 08:28:05 queue INFO 3 [280] -2015-03-24 08:28:05 sendUrl INFO 3 [280] R:OK -2015-03-24 08:28:05 queue INFO >3 [281] -2015-03-24 08:28:05 sendUrl INFO 3 [281] R:OK -2015-03-24 08:28:55 queue INFO >>3 [282] -2015-03-24 08:28:55 sendUrl INFO 3 [282] R:OK -2015-03-24 08:29:45 queue INFO >>3 [283] -2015-03-24 08:29:45 sendUrl INFO 3 [283] R:OK -2015-03-24 08:30:29 queue INFO 7 [284] -2015-03-24 08:30:29 queue INFO >7 [285] -2015-03-24 08:30:30 sendUrl INFO 7 [284] R:OK -2015-03-24 08:30:30 sendUrl INFO 7 [285] R:OK -2015-03-24 08:30:31 queue INFO 3 [286] -2015-03-24 08:30:31 queue INFO >3 [287] -2015-03-24 08:30:31 sendUrl INFO 3 [286] R:OK -2015-03-24 08:30:32 sendUrl INFO 3 [287] R:OK -2015-03-24 08:31:21 queue INFO >>3 [288] -2015-03-24 08:31:22 sendUrl INFO 3 [288] R:OK -2015-03-24 08:32:11 queue INFO >>3 [289] -2015-03-24 08:32:11 sendUrl INFO 3 [289] R:OK -2015-03-24 08:32:55 queue INFO 7 [290] -2015-03-24 08:32:55 queue INFO >7 [291] -2015-03-24 08:32:56 sendUrl INFO 7 [290] R:OK -2015-03-24 08:32:56 sendUrl INFO 7 [291] R:OK -2015-03-24 08:32:57 queue INFO 3 [292] -2015-03-24 08:32:57 queue INFO >3 [293] -2015-03-24 08:32:57 sendUrl INFO 3 [292] R:OK -2015-03-24 08:32:58 sendUrl INFO 3 [293] R:OK -2015-03-24 08:33:47 queue INFO >>3 [294] -2015-03-24 08:33:47 sendUrl INFO 3 [294] R:OK -2015-03-24 08:34:37 queue INFO >>3 [295] -2015-03-24 08:34:37 sendUrl INFO 3 [295] R:OK -2015-03-24 08:35:21 queue INFO 7 [296] -2015-03-24 08:35:21 queue INFO >7 [297] -2015-03-24 08:35:22 sendUrl INFO 7 [296] R:OK -2015-03-24 08:35:22 sendUrl INFO 7 [297] R:OK -2015-03-24 08:35:23 queue INFO 3 [298] -2015-03-24 08:35:23 queue INFO >3 [299] -2015-03-24 08:35:23 sendUrl INFO 3 [298] R:OK -2015-03-24 08:35:24 sendUrl INFO 3 [299] R:OK -2015-03-24 08:36:13 queue INFO >>3 [300] -2015-03-24 08:36:13 sendUrl INFO 3 [300] R:OK -2015-03-24 08:37:03 queue INFO >>3 [301] -2015-03-24 08:37:03 sendUrl INFO 3 [301] R:OK -2015-03-24 08:37:48 queue INFO 7 [302] -2015-03-24 08:37:48 queue INFO >7 [303] -2015-03-24 08:37:48 sendUrl INFO 7 [302] R:OK -2015-03-24 08:37:49 sendUrl INFO 7 [303] R:OK -2015-03-24 08:37:49 queue INFO 3 [304] -2015-03-24 08:37:49 queue INFO >3 [305] -2015-03-24 08:37:50 sendUrl INFO 3 [304] R:OK -2015-03-24 08:37:50 sendUrl INFO 3 [305] R:OK -2015-03-24 08:38:39 queue INFO >>3 [306] -2015-03-24 08:38:39 sendUrl INFO 3 [306] R:OK -2015-03-24 08:39:29 queue INFO >>3 [307] -2015-03-24 08:39:30 sendUrl INFO 3 [307] R:OK -2015-03-24 08:40:14 queue INFO 7 [308] -2015-03-24 08:40:14 queue INFO >7 [309] -2015-03-24 08:40:14 sendUrl INFO 7 [308] R:OK -2015-03-24 08:40:15 sendUrl INFO 7 [309] R:OK -2015-03-24 08:40:15 queue INFO 3 [310] -2015-03-24 08:40:15 queue INFO >3 [311] -2015-03-24 08:40:16 sendUrl INFO 3 [310] R:OK -2015-03-24 08:40:16 sendUrl INFO 3 [311] R:OK -2015-03-24 08:41:05 queue INFO >>3 [312] -2015-03-24 08:41:06 sendUrl INFO 3 [312] R:OK -2015-03-24 08:41:43 queue INFO 1 [313] -2015-03-24 08:41:43 queue INFO >1 [314] -2015-03-24 08:41:43 sendUrl INFO 1 [313] R:OK -2015-03-24 08:41:44 sendUrl INFO 1 [314] R:OK -2015-03-24 08:42:33 queue INFO >>1 [315] -2015-03-24 08:42:33 sendUrl INFO 1 [315] R:OK -2015-03-24 08:43:23 queue INFO >>1 [316] -2015-03-24 08:43:23 sendUrl INFO 1 [316] R:OK -2015-03-24 08:44:13 queue INFO >>1 [317] -2015-03-24 08:44:14 sendUrl INFO 1 [317] R:OK -2015-03-24 08:45:01 queue INFO 3 [318] -2015-03-24 08:45:02 queue INFO >3 [319] -2015-03-24 08:45:02 sendUrl INFO 3 [318] R:OK -2015-03-24 08:45:02 sendUrl INFO 3 [319] R:OK -2015-03-24 08:45:28 queue INFO 7 [320] -2015-03-24 08:45:28 queue INFO >7 [321] -2015-03-24 08:45:28 sendUrl INFO 7 [320] R:OK -2015-03-24 08:45:29 sendUrl INFO 7 [321] R:OK -2015-03-24 08:45:29 queue INFO 3 [322] -2015-03-24 08:45:30 queue INFO >3 [323] -2015-03-24 08:45:30 sendUrl INFO 3 [322] R:OK -2015-03-24 08:45:30 sendUrl INFO 3 [323] R:OK -2015-03-24 08:46:20 queue INFO >>3 [324] -2015-03-24 08:46:20 sendUrl INFO 3 [324] R:OK -2015-03-24 08:47:10 queue INFO >>3 [325] -2015-03-24 08:47:10 sendUrl INFO 3 [325] R:OK -2015-03-24 08:47:54 queue INFO 7 [326] -2015-03-24 08:47:54 queue INFO >7 [327] -2015-03-24 08:47:54 sendUrl INFO 7 [326] R:OK -2015-03-24 08:47:55 sendUrl INFO 7 [327] R:OK -2015-03-24 08:47:55 queue INFO 3 [328] -2015-03-24 08:47:56 queue INFO >3 [329] -2015-03-24 08:47:56 sendUrl INFO 3 [328] R:OK -2015-03-24 08:47:56 sendUrl INFO 3 [329] R:OK -2015-03-24 08:48:46 queue INFO >>3 [330] -2015-03-24 08:48:46 sendUrl INFO 3 [330] R:OK -2015-03-24 08:49:36 queue INFO >>3 [331] -2015-03-24 08:49:36 sendUrl INFO 3 [331] R:OK -2015-03-24 08:50:20 queue INFO 7 [332] -2015-03-24 08:50:20 queue INFO >7 [333] -2015-03-24 08:50:20 sendUrl INFO 7 [332] R:OK -2015-03-24 08:50:21 sendUrl INFO 7 [333] R:OK -2015-03-24 08:50:21 queue INFO 3 [334] -2015-03-24 08:50:22 sendUrl INFO 3 [334] R:OK -2015-03-24 08:50:22 queue INFO >3 [335] -2015-03-24 08:50:22 sendUrl INFO 3 [335] R:OK -2015-03-24 08:51:12 queue INFO >>3 [336] -2015-03-24 08:51:12 sendUrl INFO 3 [336] R:OK -2015-03-24 08:52:02 queue INFO >>3 [337] -2015-03-24 08:52:02 sendUrl INFO 3 [337] R:OK -2015-03-24 08:52:46 queue INFO 7 [338] -2015-03-24 08:52:46 queue INFO >7 [339] -2015-03-24 08:52:47 sendUrl INFO 7 [338] R:OK -2015-03-24 08:52:47 sendUrl INFO 7 [339] R:OK -2015-03-24 08:52:48 queue INFO 3 [340] -2015-03-24 08:52:48 queue INFO >3 [341] -2015-03-24 08:52:48 sendUrl INFO 3 [340] R:OK -2015-03-24 08:52:49 sendUrl INFO 3 [341] R:OK -2015-03-24 08:53:38 queue INFO >>3 [342] -2015-03-24 08:53:38 sendUrl INFO 3 [342] R:OK -2015-03-24 08:54:28 queue INFO >>3 [343] -2015-03-24 08:54:28 sendUrl INFO 3 [343] R:OK -2015-03-24 08:55:12 queue INFO 7 [344] -2015-03-24 08:55:12 queue INFO >7 [345] -2015-03-24 08:55:13 sendUrl INFO 7 [344] R:OK -2015-03-24 08:55:13 sendUrl INFO 7 [345] R:OK -2015-03-24 08:55:14 queue INFO 3 [346] -2015-03-24 08:55:14 queue INFO >3 [347] -2015-03-24 08:55:14 sendUrl INFO 3 [346] R:OK -2015-03-24 08:55:15 sendUrl INFO 3 [347] R:OK -2015-03-24 08:56:04 queue INFO >>3 [348] -2015-03-24 08:56:04 sendUrl INFO 3 [348] R:OK -2015-03-24 08:56:54 queue INFO >>3 [349] -2015-03-24 08:56:54 sendUrl INFO 3 [349] R:OK -2015-03-24 08:57:38 queue INFO 7 [350] -2015-03-24 08:57:38 queue INFO >7 [351] -2015-03-24 08:57:39 sendUrl INFO 7 [350] R:OK -2015-03-24 08:57:39 sendUrl INFO 7 [351] R:OK -2015-03-24 08:57:40 queue INFO 3 [352] -2015-03-24 08:57:40 queue INFO >3 [353] -2015-03-24 08:57:40 sendUrl INFO 3 [352] R:OK -2015-03-24 08:57:41 sendUrl INFO 3 [353] R:OK -2015-03-24 08:58:30 queue INFO >>3 [354] -2015-03-24 08:58:30 sendUrl INFO 3 [354] R:OK -2015-03-24 08:59:20 queue INFO >>3 [355] -2015-03-24 08:59:20 sendUrl INFO 3 [355] R:OK -2015-03-24 09:00:04 queue INFO 7 [356] -2015-03-24 09:00:04 queue INFO >7 [357] -2015-03-24 09:00:05 sendUrl INFO 7 [356] R:OK -2015-03-24 09:00:05 sendUrl INFO 7 [357] R:OK -2015-03-24 09:00:06 queue INFO 3 [358] -2015-03-24 09:00:06 sendUrl INFO 3 [358] R:OK -2015-03-24 09:00:06 queue INFO >3 [359] -2015-03-24 09:00:07 sendUrl INFO 3 [359] R:OK -2015-03-24 09:00:56 queue INFO >>3 [360] -2015-03-24 09:00:56 sendUrl INFO 3 [360] R:OK -2015-03-24 09:01:46 queue INFO >>3 [361] -2015-03-24 09:01:47 sendUrl INFO 3 [361] R:OK -2015-03-24 09:02:30 queue INFO 7 [362] -2015-03-24 09:02:31 queue INFO >7 [363] -2015-03-24 09:02:31 sendUrl INFO 7 [362] R:OK -2015-03-24 09:02:31 sendUrl INFO 7 [363] R:OK -2015-03-24 09:02:32 queue INFO 3 [364] -2015-03-24 09:02:32 queue INFO >3 [365] -2015-03-24 09:02:33 sendUrl INFO 3 [364] R:OK -2015-03-24 09:02:33 sendUrl INFO 3 [365] R:OK -2015-03-24 09:03:22 queue INFO >>3 [366] -2015-03-24 09:03:23 sendUrl INFO 3 [366] R:OK -2015-03-24 09:04:12 queue INFO >>3 [367] -2015-03-24 09:04:13 sendUrl INFO 3 [367] R:OK -2015-03-24 09:04:57 queue INFO 7 [368] -2015-03-24 09:04:57 queue INFO >7 [369] -2015-03-24 09:04:57 sendUrl INFO 7 [368] R:OK -2015-03-24 09:04:57 sendUrl INFO 7 [369] R:OK -2015-03-24 09:04:58 queue INFO 3 [370] -2015-03-24 09:04:58 queue INFO >3 [371] -2015-03-24 09:04:59 sendUrl INFO 3 [370] R:OK -2015-03-24 09:04:59 sendUrl INFO 3 [371] R:OK -2015-03-24 09:05:48 queue INFO >>3 [372] -2015-03-24 09:05:49 sendUrl INFO 3 [372] R:OK -2015-03-24 09:06:38 queue INFO >>3 [373] -2015-03-24 09:06:39 sendUrl INFO 3 [373] R:OK -2015-03-24 09:07:23 queue INFO 7 [374] -2015-03-24 09:07:23 queue INFO >7 [375] -2015-03-24 09:07:23 sendUrl INFO 7 [374] R:OK -2015-03-24 09:07:23 sendUrl INFO 7 [375] R:OK -2015-03-24 09:07:24 queue INFO 3 [376] -2015-03-24 09:07:24 queue INFO >3 [377] -2015-03-24 09:07:24 sendUrl INFO 3 [376] R:OK -2015-03-24 09:07:25 sendUrl INFO 3 [377] R:OK -2015-03-24 09:08:14 queue INFO >>3 [378] -2015-03-24 09:08:15 sendUrl INFO 3 [378] R:OK -2015-03-24 09:09:04 queue INFO >>3 [379] -2015-03-24 09:09:05 sendUrl INFO 3 [379] R:OK -2015-03-24 09:09:55 queue INFO >>3 [380] -2015-03-24 09:09:55 sendUrl INFO 3 [380] R:OK -2015-03-24 09:10:45 queue INFO >>3 [381] -2015-03-24 09:10:45 sendUrl INFO 3 [381] R:OK -2015-03-24 09:11:35 queue INFO >>3 [382] -2015-03-24 09:11:35 sendUrl INFO 3 [382] R:OK -2015-03-24 09:12:25 queue INFO >>3 [383] -2015-03-24 09:12:25 sendUrl INFO 3 [383] R:OK -2015-03-24 09:13:15 queue INFO >>3 [384] -2015-03-24 09:13:15 program ERROR IOB offline -2015-03-24 09:13:16 program INFO IOB ONLINE! -2015-03-24 09:13:16 sendUrl INFO 3 [384] R:OK -2015-03-24 09:14:05 queue INFO >>3 [385] -2015-03-24 09:14:06 sendUrl INFO 3 [385] R:OK -2015-03-24 09:14:55 queue INFO >>3 [386] -2015-03-24 09:14:56 sendUrl INFO 3 [386] R:OK -2015-03-24 09:15:46 queue INFO >>3 [387] -2015-03-24 09:15:46 sendUrl INFO 3 [387] R:OK -2015-03-24 09:16:36 queue INFO >>3 [388] -2015-03-24 09:16:36 sendUrl INFO 3 [388] R:OK -2015-03-24 09:17:26 queue INFO >>3 [389] -2015-03-24 09:17:26 sendUrl INFO 3 [389] R:OK -2015-03-24 09:18:16 queue INFO >>3 [390] -2015-03-24 09:18:16 sendUrl INFO 3 [390] R:OK -2015-03-24 09:19:06 queue INFO >>3 [391] -2015-03-24 09:19:07 sendUrl INFO 3 [391] R:OK -2015-03-24 09:19:09 queue INFO 1 [392] -2015-03-24 09:19:09 queue INFO >1 [393] -2015-03-24 09:19:10 sendUrl INFO 1 [392] R:OK -2015-03-24 09:19:10 sendUrl INFO 1 [393] R:OK -2015-03-24 09:19:59 queue INFO >>1 [394] -2015-03-24 09:19:59 sendUrl INFO 1 [394] R:OK -2015-03-24 09:20:49 queue INFO >>1 [395] -2015-03-24 09:20:50 sendUrl INFO 1 [395] R:OK -2015-03-24 09:20:54 queue INFO 3 [396] -2015-03-24 09:20:54 queue INFO >3 [397] -2015-03-24 09:20:54 sendUrl INFO 3 [396] R:OK -2015-03-24 09:20:55 sendUrl INFO 3 [397] R:OK -2015-03-24 09:21:11 queue INFO 7 [398] -2015-03-24 09:21:11 queue INFO >7 [399] -2015-03-24 09:21:11 sendUrl INFO 7 [398] R:OK -2015-03-24 09:21:12 sendUrl INFO 7 [399] R:OK -2015-03-24 09:21:13 queue INFO 3 [400] -2015-03-24 09:21:13 queue INFO >3 [401] -2015-03-24 09:21:13 sendUrl INFO 3 [400] R:OK -2015-03-24 09:21:13 sendUrl INFO 3 [401] R:OK -2015-03-24 09:22:03 queue INFO >>3 [402] -2015-03-24 09:22:03 sendUrl INFO 3 [402] R:OK -2015-03-24 09:22:53 queue INFO >>3 [403] -2015-03-24 09:22:54 sendUrl INFO 3 [403] R:OK -2015-03-24 09:23:37 queue INFO 7 [404] -2015-03-24 09:23:38 queue INFO >7 [405] -2015-03-24 09:23:38 sendUrl INFO 7 [404] R:OK -2015-03-24 09:23:38 sendUrl INFO 7 [405] R:OK -2015-03-24 09:23:39 queue INFO 3 [406] -2015-03-24 09:23:39 queue INFO >3 [407] -2015-03-24 09:23:39 sendUrl INFO 3 [406] R:OK -2015-03-24 09:23:40 sendUrl INFO 3 [407] R:OK -2015-03-24 09:24:29 queue INFO >>3 [408] -2015-03-24 09:24:29 sendUrl INFO 3 [408] R:OK -2015-03-24 09:25:19 queue INFO >>3 [409] -2015-03-24 09:25:20 sendUrl INFO 3 [409] R:OK -2015-03-24 09:26:03 queue INFO 7 [410] -2015-03-24 09:26:04 queue INFO >7 [411] -2015-03-24 09:26:04 sendUrl INFO 7 [410] R:OK -2015-03-24 09:26:04 sendUrl INFO 7 [411] R:OK -2015-03-24 09:26:05 queue INFO 3 [412] -2015-03-24 09:26:05 queue INFO >3 [413] -2015-03-24 09:26:05 sendUrl INFO 3 [412] R:OK -2015-03-24 09:26:06 sendUrl INFO 3 [413] R:OK -2015-03-24 09:26:55 queue INFO >>3 [414] -2015-03-24 09:26:56 sendUrl INFO 3 [414] R:OK -2015-03-24 09:27:45 queue INFO >>3 [415] -2015-03-24 09:27:46 sendUrl INFO 3 [415] R:OK -2015-03-24 09:28:29 queue INFO 7 [416] -2015-03-24 09:28:30 queue INFO >7 [417] -2015-03-24 09:28:30 sendUrl INFO 7 [416] R:OK -2015-03-24 09:28:30 sendUrl INFO 7 [417] R:OK -2015-03-24 09:28:31 queue INFO 3 [418] -2015-03-24 09:28:31 sendUrl INFO 3 [418] R:OK -2015-03-24 09:28:31 queue INFO >3 [419] -2015-03-24 09:28:32 sendUrl INFO 3 [419] R:OK -2015-03-24 09:29:21 queue INFO >>3 [420] -2015-03-24 09:29:22 sendUrl INFO 3 [420] R:OK -2015-03-24 09:30:12 queue INFO >>3 [421] -2015-03-24 09:30:12 sendUrl INFO 3 [421] R:OK -2015-03-24 09:30:56 queue INFO 7 [422] -2015-03-24 09:30:56 sendUrl INFO 7 [422] R:OK -2015-03-24 09:30:56 queue INFO >7 [423] -2015-03-24 09:30:56 sendUrl INFO 7 [423] R:OK -2015-03-24 09:30:57 queue INFO 3 [424] -2015-03-24 09:30:58 queue INFO >3 [425] -2015-03-24 09:30:58 sendUrl INFO 3 [424] R:OK -2015-03-24 09:30:58 sendUrl INFO 3 [425] R:OK -2015-03-24 09:31:47 queue INFO >>3 [426] -2015-03-24 09:31:48 sendUrl INFO 3 [426] R:OK -2015-03-24 09:32:38 queue INFO >>3 [427] -2015-03-24 09:32:38 sendUrl INFO 3 [427] R:OK -2015-03-24 09:33:22 queue INFO 7 [428] -2015-03-24 09:33:22 queue INFO >7 [429] -2015-03-24 09:33:22 sendUrl INFO 7 [428] R:OK -2015-03-24 09:33:23 sendUrl INFO 7 [429] R:OK -2015-03-24 09:33:23 queue INFO 3 [430] -2015-03-24 09:33:24 queue INFO >3 [431] -2015-03-24 09:33:24 sendUrl INFO 3 [430] R:OK -2015-03-24 09:33:24 sendUrl INFO 3 [431] R:OK -2015-03-24 09:34:14 queue INFO >>3 [432] -2015-03-24 09:34:14 sendUrl INFO 3 [432] R:OK -2015-03-24 09:35:04 queue INFO >>3 [433] -2015-03-24 09:35:04 sendUrl INFO 3 [433] R:OK -2015-03-24 09:35:48 queue INFO 7 [434] -2015-03-24 09:35:48 queue INFO >7 [435] -2015-03-24 09:35:48 sendUrl INFO 7 [434] R:OK -2015-03-24 09:35:49 sendUrl INFO 7 [435] R:OK -2015-03-24 09:35:50 queue INFO 3 [436] -2015-03-24 09:35:50 queue INFO >3 [437] -2015-03-24 09:35:50 sendUrl INFO 3 [436] R:OK -2015-03-24 09:35:50 sendUrl INFO 3 [437] R:OK -2015-03-24 09:36:40 queue INFO >>3 [438] -2015-03-24 09:36:40 sendUrl INFO 3 [438] R:OK -2015-03-24 09:37:30 queue INFO >>3 [439] -2015-03-24 09:37:30 sendUrl INFO 3 [439] R:OK -2015-03-24 09:38:14 queue INFO 7 [440] -2015-03-24 09:38:14 queue INFO >7 [441] -2015-03-24 09:38:14 sendUrl INFO 7 [440] R:OK -2015-03-24 09:38:15 sendUrl INFO 7 [441] R:OK -2015-03-24 09:38:16 queue INFO 3 [442] -2015-03-24 09:38:16 sendUrl INFO 3 [442] R:OK -2015-03-24 09:38:16 queue INFO >3 [443] -2015-03-24 09:38:16 sendUrl INFO 3 [443] R:OK -2015-03-24 09:39:06 queue INFO >>3 [444] -2015-03-24 09:39:06 sendUrl INFO 3 [444] R:OK -2015-03-24 09:39:56 queue INFO >>3 [445] -2015-03-24 09:39:56 sendUrl INFO 3 [445] R:OK -2015-03-24 09:40:40 queue INFO 7 [446] -2015-03-24 09:40:41 queue INFO >7 [447] -2015-03-24 09:40:41 sendUrl INFO 7 [446] R:OK -2015-03-24 09:40:41 sendUrl INFO 7 [447] R:OK -2015-03-24 09:40:42 queue INFO 3 [448] -2015-03-24 09:40:42 queue INFO >3 [449] -2015-03-24 09:40:42 sendUrl INFO 3 [448] R:OK -2015-03-24 09:40:43 sendUrl INFO 3 [449] R:OK -2015-03-24 09:41:32 queue INFO >>3 [450] -2015-03-24 09:41:33 sendUrl INFO 3 [450] R:OK -2015-03-24 09:42:22 queue INFO >>3 [451] -2015-03-24 09:42:22 sendUrl INFO 3 [451] R:OK -2015-03-24 09:43:06 queue INFO 7 [452] -2015-03-24 09:43:07 queue INFO >7 [453] -2015-03-24 09:43:07 sendUrl INFO 7 [452] R:OK -2015-03-24 09:43:07 sendUrl INFO 7 [453] R:OK -2015-03-24 09:43:08 queue INFO 3 [454] -2015-03-24 09:43:08 queue INFO >3 [455] -2015-03-24 09:43:08 sendUrl INFO 3 [454] R:OK -2015-03-24 09:43:09 sendUrl INFO 3 [455] R:OK -2015-03-24 09:43:58 queue INFO >>3 [456] -2015-03-24 09:43:59 sendUrl INFO 3 [456] R:OK -2015-03-24 09:44:48 queue INFO >>3 [457] -2015-03-24 09:44:48 sendUrl INFO 3 [457] R:OK -2015-03-24 09:45:32 queue INFO 7 [458] -2015-03-24 09:45:33 queue INFO >7 [459] -2015-03-24 09:45:33 sendUrl INFO 7 [458] R:OK -2015-03-24 09:45:33 sendUrl INFO 7 [459] R:OK -2015-03-24 09:45:34 queue INFO 3 [460] -2015-03-24 09:45:34 queue INFO >3 [461] -2015-03-24 09:45:35 sendUrl INFO 3 [460] R:OK -2015-03-24 09:45:35 sendUrl INFO 3 [461] R:OK -2015-03-24 09:46:24 queue INFO >>3 [462] -2015-03-24 09:46:25 sendUrl INFO 3 [462] R:OK -2015-03-24 09:47:15 queue INFO >>3 [463] -2015-03-24 09:47:15 sendUrl INFO 3 [463] R:OK -2015-03-24 09:47:59 queue INFO 7 [464] -2015-03-24 09:47:59 queue INFO >7 [465] -2015-03-24 09:47:59 sendUrl INFO 7 [464] R:OK -2015-03-24 09:48:00 sendUrl INFO 7 [465] R:OK -2015-03-24 09:48:00 queue INFO 3 [466] -2015-03-24 09:48:00 queue INFO >3 [467] -2015-03-24 09:48:01 sendUrl INFO 3 [466] R:OK -2015-03-24 09:48:01 sendUrl INFO 3 [467] R:OK -2015-03-24 09:48:50 queue INFO >>3 [468] -2015-03-24 09:48:51 sendUrl INFO 3 [468] R:OK -2015-03-24 09:49:41 queue INFO >>3 [469] -2015-03-24 09:49:41 sendUrl INFO 3 [469] R:OK -2015-03-24 09:50:25 queue INFO 7 [470] -2015-03-24 09:50:25 queue INFO >7 [471] -2015-03-24 09:50:25 sendUrl INFO 7 [470] R:OK -2015-03-24 09:50:26 sendUrl INFO 7 [471] R:OK -2015-03-24 09:50:26 queue INFO 3 [472] -2015-03-24 09:50:27 queue INFO >3 [473] -2015-03-24 09:50:27 sendUrl INFO 3 [472] R:OK -2015-03-24 09:50:27 sendUrl INFO 3 [473] R:OK -2015-03-24 09:51:16 queue INFO >>3 [474] -2015-03-24 09:51:17 sendUrl INFO 3 [474] R:OK -2015-03-24 09:52:07 queue INFO >>3 [475] -2015-03-24 09:52:07 sendUrl INFO 3 [475] R:OK -2015-03-24 09:52:51 queue INFO 7 [476] -2015-03-24 09:52:51 queue INFO >7 [477] -2015-03-24 09:52:51 sendUrl INFO 7 [476] R:OK -2015-03-24 09:52:52 sendUrl INFO 7 [477] R:OK -2015-03-24 09:52:53 queue INFO 3 [478] -2015-03-24 09:52:53 queue INFO >3 [479] -2015-03-24 09:52:53 sendUrl INFO 3 [478] R:OK -2015-03-24 09:52:54 sendUrl INFO 3 [479] R:OK -2015-03-24 09:53:43 queue INFO >>3 [480] -2015-03-24 09:53:43 sendUrl INFO 3 [480] R:OK -2015-03-24 09:54:33 queue INFO >>3 [481] -2015-03-24 09:54:33 sendUrl INFO 3 [481] R:OK -2015-03-24 09:55:17 queue INFO 7 [482] -2015-03-24 09:55:17 sendUrl INFO 7 [482] R:OK -2015-03-24 09:55:17 queue INFO >7 [483] -2015-03-24 09:55:18 sendUrl INFO 7 [483] R:OK -2015-03-24 09:55:19 queue INFO 3 [484] -2015-03-24 09:55:19 queue INFO >3 [485] -2015-03-24 09:55:19 sendUrl INFO 3 [484] R:OK -2015-03-24 09:55:20 sendUrl INFO 3 [485] R:OK -2015-03-24 09:56:09 queue INFO >>3 [486] -2015-03-24 09:56:09 sendUrl INFO 3 [486] R:OK -2015-03-24 09:56:59 queue INFO >>3 [487] -2015-03-24 09:56:59 sendUrl INFO 3 [487] R:OK -2015-03-24 09:57:43 queue INFO 7 [488] -2015-03-24 09:57:43 queue INFO >7 [489] -2015-03-24 09:57:44 sendUrl INFO 7 [488] R:OK -2015-03-24 09:57:44 sendUrl INFO 7 [489] R:OK -2015-03-24 09:57:45 queue INFO 3 [490] -2015-03-24 09:57:45 queue INFO >3 [491] -2015-03-24 09:57:45 sendUrl INFO 3 [490] R:OK -2015-03-24 09:57:46 sendUrl INFO 3 [491] R:OK -2015-03-24 09:58:35 queue INFO >>3 [492] -2015-03-24 09:58:35 sendUrl INFO 3 [492] R:OK -2015-03-24 09:59:25 queue INFO >>3 [493] -2015-03-24 09:59:25 sendUrl INFO 3 [493] R:OK -2015-03-24 10:00:09 queue INFO 7 [494] -2015-03-24 10:00:10 queue INFO >7 [495] -2015-03-24 10:00:10 sendUrl INFO 7 [494] R:OK -2015-03-24 10:00:10 sendUrl INFO 7 [495] R:OK -2015-03-24 10:00:11 queue INFO 3 [496] -2015-03-24 10:00:11 queue INFO >3 [497] -2015-03-24 10:00:11 sendUrl INFO 3 [496] R:OK -2015-03-24 10:00:12 sendUrl INFO 3 [497] R:OK -2015-03-24 10:01:01 queue INFO >>3 [498] -2015-03-24 10:01:01 sendUrl INFO 3 [498] R:OK -2015-03-24 10:01:51 queue INFO >>3 [499] -2015-03-24 10:01:52 sendUrl INFO 3 [499] R:OK -2015-03-24 10:02:35 queue INFO 7 [500] -2015-03-24 10:02:36 queue INFO >7 [501] -2015-03-24 10:02:36 sendUrl INFO 7 [500] R:OK -2015-03-24 10:02:36 sendUrl INFO 7 [501] R:OK -2015-03-24 10:02:37 queue INFO 3 [502] -2015-03-24 10:02:37 queue INFO >3 [503] -2015-03-24 10:02:38 sendUrl INFO 3 [502] R:OK -2015-03-24 10:02:38 sendUrl INFO 3 [503] R:OK -2015-03-24 10:03:27 queue INFO >>3 [504] -2015-03-24 10:03:28 sendUrl INFO 3 [504] R:OK -2015-03-24 10:04:17 queue INFO >>3 [505] -2015-03-24 10:04:18 sendUrl INFO 3 [505] R:OK -2015-03-24 10:05:02 queue INFO 7 [506] -2015-03-24 10:05:02 queue INFO >7 [507] -2015-03-24 10:05:02 sendUrl INFO 7 [506] R:OK -2015-03-24 10:05:03 sendUrl INFO 7 [507] R:OK -2015-03-24 10:05:03 queue INFO 3 [508] -2015-03-24 10:05:03 queue INFO >3 [509] -2015-03-24 10:05:04 sendUrl INFO 3 [508] R:OK -2015-03-24 10:05:04 sendUrl INFO 3 [509] R:OK -2015-03-24 10:05:53 queue INFO >>3 [510] -2015-03-24 10:05:54 sendUrl INFO 3 [510] R:OK -2015-03-24 10:06:44 queue INFO >>3 [511] -2015-03-24 10:06:44 sendUrl INFO 3 [511] R:OK -2015-03-24 10:07:28 queue INFO 7 [512] -2015-03-24 10:07:28 queue INFO >7 [513] -2015-03-24 10:07:28 sendUrl INFO 7 [512] R:OK -2015-03-24 10:07:28 sendUrl INFO 7 [513] R:OK -2015-03-24 10:07:29 queue INFO 3 [514] -2015-03-24 10:07:29 queue INFO >3 [515] -2015-03-24 10:07:30 sendUrl INFO 3 [514] R:OK -2015-03-24 10:07:30 sendUrl INFO 3 [515] R:OK -2015-03-24 10:08:19 queue INFO >>3 [516] -2015-03-24 10:08:20 sendUrl INFO 3 [516] R:OK -2015-03-24 10:09:10 queue INFO >>3 [517] -2015-03-24 10:09:10 sendUrl INFO 3 [517] R:OK -2015-03-24 10:09:54 queue INFO 7 [518] -2015-03-24 10:09:54 queue INFO >7 [519] -2015-03-24 10:09:54 sendUrl INFO 7 [518] R:OK -2015-03-24 10:09:55 sendUrl INFO 7 [519] R:OK -2015-03-24 10:09:56 queue INFO 3 [520] -2015-03-24 10:09:56 queue INFO >3 [521] -2015-03-24 10:09:56 sendUrl INFO 3 [520] R:OK -2015-03-24 10:09:56 sendUrl INFO 3 [521] R:OK -2015-03-24 10:10:46 queue INFO >>3 [522] -2015-03-24 10:10:46 sendUrl INFO 3 [522] R:OK -2015-03-24 10:11:36 queue INFO >>3 [523] -2015-03-24 10:11:36 sendUrl INFO 3 [523] R:OK -2015-03-24 10:12:20 queue INFO 7 [524] -2015-03-24 10:12:20 queue INFO >7 [525] -2015-03-24 10:12:20 sendUrl INFO 7 [524] R:OK -2015-03-24 10:12:21 sendUrl INFO 7 [525] R:OK -2015-03-24 10:12:22 queue INFO 3 [526] -2015-03-24 10:12:22 queue INFO >3 [527] -2015-03-24 10:12:22 sendUrl INFO 3 [526] R:OK -2015-03-24 10:12:22 sendUrl INFO 3 [527] R:OK -2015-03-24 10:13:12 queue INFO >>3 [528] -2015-03-24 10:13:12 sendUrl INFO 3 [528] R:OK -2015-03-24 10:14:02 queue INFO >>3 [529] -2015-03-24 10:14:02 sendUrl INFO 3 [529] R:OK -2015-03-24 10:14:46 queue INFO 7 [530] -2015-03-24 10:14:46 queue INFO >7 [531] -2015-03-24 10:14:46 sendUrl INFO 7 [530] R:OK -2015-03-24 10:14:47 sendUrl INFO 7 [531] R:OK -2015-03-24 10:14:48 queue INFO 3 [532] -2015-03-24 10:14:48 sendUrl INFO 3 [532] R:OK -2015-03-24 10:14:48 queue INFO >3 [533] -2015-03-24 10:14:48 sendUrl INFO 3 [533] R:OK -2015-03-24 10:15:38 queue INFO >>3 [534] -2015-03-24 10:15:38 sendUrl INFO 3 [534] R:OK -2015-03-24 10:16:28 queue INFO >>3 [535] -2015-03-24 10:16:29 sendUrl INFO 3 [535] R:OK -2015-03-24 10:17:12 queue INFO 7 [536] -2015-03-24 10:17:12 sendUrl INFO 7 [536] R:OK -2015-03-24 10:17:12 queue INFO >7 [537] -2015-03-24 10:17:13 sendUrl INFO 7 [537] R:OK -2015-03-24 10:17:14 queue INFO 3 [538] -2015-03-24 10:17:14 queue INFO >3 [539] -2015-03-24 10:17:14 sendUrl INFO 3 [538] R:OK -2015-03-24 10:17:15 sendUrl INFO 3 [539] R:OK -2015-03-24 10:18:04 queue INFO >>3 [540] -2015-03-24 10:18:04 sendUrl INFO 3 [540] R:OK -2015-03-24 10:18:54 queue INFO >>3 [541] -2015-03-24 10:18:55 sendUrl INFO 3 [541] R:OK -2015-03-24 10:19:38 queue INFO 7 [542] -2015-03-24 10:19:39 queue INFO >7 [543] -2015-03-24 10:19:39 sendUrl INFO 7 [542] R:OK -2015-03-24 10:19:39 sendUrl INFO 7 [543] R:OK -2015-03-24 10:19:40 queue INFO 3 [544] -2015-03-24 10:19:40 queue INFO >3 [545] -2015-03-24 10:19:40 sendUrl INFO 3 [544] R:OK -2015-03-24 10:19:41 sendUrl INFO 3 [545] R:OK -2015-03-24 10:20:30 queue INFO >>3 [546] -2015-03-24 10:20:31 sendUrl INFO 3 [546] R:OK -2015-03-24 10:21:20 queue INFO >>3 [547] -2015-03-24 10:21:21 sendUrl INFO 3 [547] R:OK -2015-03-24 10:22:05 queue INFO 7 [548] -2015-03-24 10:22:05 queue INFO >7 [549] -2015-03-24 10:22:05 sendUrl INFO 7 [548] R:OK -2015-03-24 10:22:05 sendUrl INFO 7 [549] R:OK -2015-03-24 10:22:06 queue INFO 3 [550] -2015-03-24 10:22:06 queue INFO >3 [551] -2015-03-24 10:22:06 sendUrl INFO 3 [550] R:OK -2015-03-24 10:22:07 sendUrl INFO 3 [551] R:OK -2015-03-24 10:22:56 queue INFO >>3 [552] -2015-03-24 10:22:57 sendUrl INFO 3 [552] R:OK -2015-03-24 10:23:46 queue INFO >>3 [553] -2015-03-24 10:23:47 sendUrl INFO 3 [553] R:OK -2015-03-24 10:24:31 queue INFO 7 [554] -2015-03-24 10:24:31 sendUrl INFO 7 [554] R:OK -2015-03-24 10:24:31 queue INFO >7 [555] -2015-03-24 10:24:31 sendUrl INFO 7 [555] R:OK -2015-03-24 10:24:32 queue INFO 3 [556] -2015-03-24 10:24:32 queue INFO >3 [557] -2015-03-24 10:24:33 sendUrl INFO 3 [556] R:OK -2015-03-24 10:24:33 sendUrl INFO 3 [557] R:OK -2015-03-24 10:25:22 queue INFO >>3 [558] -2015-03-24 10:25:23 sendUrl INFO 3 [558] R:OK -2015-03-24 10:26:13 queue INFO >>3 [559] -2015-03-24 10:26:13 sendUrl INFO 3 [559] R:OK -2015-03-24 10:26:57 queue INFO 7 [560] -2015-03-24 10:26:57 queue INFO >7 [561] -2015-03-24 10:26:57 sendUrl INFO 7 [560] R:OK -2015-03-24 10:26:58 sendUrl INFO 7 [561] R:OK -2015-03-24 10:26:58 queue INFO 3 [562] -2015-03-24 10:26:59 queue INFO >3 [563] -2015-03-24 10:26:59 sendUrl INFO 3 [562] R:OK -2015-03-24 10:26:59 sendUrl INFO 3 [563] R:OK -2015-03-24 10:27:49 queue INFO >>3 [564] -2015-03-24 10:27:49 sendUrl INFO 3 [564] R:OK -2015-03-24 10:28:39 queue INFO >>3 [565] -2015-03-24 10:28:39 sendUrl INFO 3 [565] R:OK -2015-03-24 10:29:23 queue INFO 7 [566] -2015-03-24 10:29:23 queue INFO >7 [567] -2015-03-24 10:29:23 sendUrl INFO 7 [566] R:OK -2015-03-24 10:29:24 sendUrl INFO 7 [567] R:OK -2015-03-24 10:29:25 queue INFO 3 [568] -2015-03-24 10:29:25 queue INFO >3 [569] -2015-03-24 10:29:25 sendUrl INFO 3 [568] R:OK -2015-03-24 10:29:26 sendUrl INFO 3 [569] R:OK -2015-03-24 10:30:15 queue INFO >>3 [570] -2015-03-24 10:30:15 sendUrl INFO 3 [570] R:OK -2015-03-24 10:31:05 queue INFO >>3 [571] -2015-03-24 10:31:05 sendUrl INFO 3 [571] R:OK -2015-03-24 10:31:49 queue INFO 7 [572] -2015-03-24 10:31:49 sendUrl INFO 7 [572] R:OK -2015-03-24 10:31:49 queue INFO >7 [573] -2015-03-24 10:31:50 sendUrl INFO 7 [573] R:OK -2015-03-24 10:31:51 queue INFO 3 [574] -2015-03-24 10:31:51 queue INFO >3 [575] -2015-03-24 10:31:51 sendUrl INFO 3 [574] R:OK -2015-03-24 10:31:52 sendUrl INFO 3 [575] R:OK -2015-03-24 10:32:41 queue INFO >>3 [576] -2015-03-24 10:32:41 sendUrl INFO 3 [576] R:OK -2015-03-24 10:33:31 queue INFO >>3 [577] -2015-03-24 10:33:31 sendUrl INFO 3 [577] R:OK -2015-03-24 10:34:15 queue INFO 7 [578] -2015-03-24 10:34:16 queue INFO >7 [579] -2015-03-24 10:34:16 sendUrl INFO 7 [578] R:OK -2015-03-24 10:34:16 sendUrl INFO 7 [579] R:OK -2015-03-24 10:34:17 queue INFO 3 [580] -2015-03-24 10:34:17 queue INFO >3 [581] -2015-03-24 10:34:17 sendUrl INFO 3 [580] R:OK -2015-03-24 10:34:18 sendUrl INFO 3 [581] R:OK -2015-03-24 10:35:07 queue INFO >>3 [582] -2015-03-24 10:35:08 sendUrl INFO 3 [582] R:OK -2015-03-24 10:35:57 queue INFO >>3 [583] -2015-03-24 10:35:57 sendUrl INFO 3 [583] R:OK -2015-03-24 10:36:41 queue INFO 7 [584] -2015-03-24 10:36:42 queue INFO >7 [585] -2015-03-24 10:36:42 sendUrl INFO 7 [584] R:OK -2015-03-24 10:36:42 sendUrl INFO 7 [585] R:OK -2015-03-24 10:36:43 queue INFO 3 [586] -2015-03-24 10:36:43 sendUrl INFO 3 [586] R:OK -2015-03-24 10:36:43 queue INFO >3 [587] -2015-03-24 10:36:44 sendUrl INFO 3 [587] R:OK -2015-03-24 10:37:33 queue INFO >>3 [588] -2015-03-24 10:37:34 sendUrl INFO 3 [588] R:OK -2015-03-24 10:38:23 queue INFO >>3 [589] -2015-03-24 10:38:24 sendUrl INFO 3 [589] R:OK -2015-03-24 10:39:08 queue INFO 7 [590] -2015-03-24 10:39:08 queue INFO >7 [591] -2015-03-24 10:39:08 sendUrl INFO 7 [590] R:OK -2015-03-24 10:39:09 sendUrl INFO 7 [591] R:OK -2015-03-24 10:39:09 queue INFO 3 [592] -2015-03-24 10:39:10 queue INFO >3 [593] -2015-03-24 10:39:10 sendUrl INFO 3 [592] R:OK -2015-03-24 10:39:10 sendUrl INFO 3 [593] R:OK -2015-03-24 10:39:59 queue INFO >>3 [594] -2015-03-24 10:40:00 sendUrl INFO 3 [594] R:OK -2015-03-24 10:40:50 queue INFO >>3 [595] -2015-03-24 10:40:50 sendUrl INFO 3 [595] R:OK -2015-03-24 10:41:39 queue INFO 1 [596] -2015-03-24 10:41:39 queue INFO >1 [597] -2015-03-24 10:41:40 sendUrl INFO 1 [596] R:OK -2015-03-24 10:41:40 sendUrl INFO 1 [597] R:OK -2015-03-24 10:42:29 queue INFO >>1 [598] -2015-03-24 10:42:29 sendUrl INFO 1 [598] R:OK -2015-03-24 10:42:32 queue INFO 3 [599] -2015-03-24 10:42:32 queue INFO >3 [600] -2015-03-24 10:42:32 sendUrl INFO 3 [599] R:OK -2015-03-24 10:42:33 sendUrl INFO 3 [600] R:OK -2015-03-24 10:43:22 queue INFO >>3 [601] -2015-03-24 10:43:22 sendUrl INFO 3 [601] R:OK -2015-03-24 10:44:12 queue INFO >>3 [602] -2015-03-24 10:44:12 sendUrl INFO 3 [602] R:OK -2015-03-24 10:45:02 queue INFO >>3 [603] -2015-03-24 10:45:03 sendUrl INFO 3 [603] R:OK -2015-03-24 10:45:48 queue INFO 7 [604] -2015-03-24 10:45:49 queue INFO >7 [605] -2015-03-24 10:45:49 sendUrl INFO 7 [604] R:OK -2015-03-24 10:45:49 sendUrl INFO 7 [605] R:OK -2015-03-24 10:45:50 queue INFO 3 [606] -2015-03-24 10:45:50 queue INFO >3 [607] -2015-03-24 10:45:50 sendUrl INFO 3 [606] R:OK -2015-03-24 10:45:51 sendUrl INFO 3 [607] R:OK -2015-03-24 10:46:40 queue INFO >>3 [608] -2015-03-24 10:46:40 sendUrl INFO 3 [608] R:OK -2015-03-24 10:47:30 queue INFO >>3 [609] -2015-03-24 10:47:31 sendUrl INFO 3 [609] R:OK -2015-03-24 10:48:15 queue INFO 7 [610] -2015-03-24 10:48:15 queue INFO >7 [611] -2015-03-24 10:48:15 sendUrl INFO 7 [610] R:OK -2015-03-24 10:48:15 sendUrl INFO 7 [611] R:OK -2015-03-24 10:48:16 queue INFO 3 [612] -2015-03-24 10:48:16 sendUrl INFO 3 [612] R:OK -2015-03-24 10:48:16 queue INFO >3 [613] -2015-03-24 10:48:17 sendUrl INFO 3 [613] R:OK -2015-03-24 10:49:06 queue INFO >>3 [614] -2015-03-24 10:49:07 sendUrl INFO 3 [614] R:OK -2015-03-24 10:49:56 queue INFO >>3 [615] -2015-03-24 10:49:57 sendUrl INFO 3 [615] R:OK -2015-03-24 10:50:41 queue INFO 7 [616] -2015-03-24 10:50:41 sendUrl INFO 7 [616] R:OK -2015-03-24 10:50:41 queue INFO >7 [617] -2015-03-24 10:50:41 sendUrl INFO 7 [617] R:OK -2015-03-24 10:50:42 queue INFO 3 [618] -2015-03-24 10:50:42 queue INFO >3 [619] -2015-03-24 10:50:43 sendUrl INFO 3 [618] R:OK -2015-03-24 10:50:43 sendUrl INFO 3 [619] R:OK -2015-03-24 10:51:32 queue INFO >>3 [620] -2015-03-24 10:51:33 sendUrl INFO 3 [620] R:OK -2015-03-24 10:52:23 queue INFO >>3 [621] -2015-03-24 10:52:23 sendUrl INFO 3 [621] R:OK -2015-03-24 10:53:07 queue INFO 7 [622] -2015-03-24 10:53:07 queue INFO >7 [623] -2015-03-24 10:53:07 sendUrl INFO 7 [622] R:OK -2015-03-24 10:53:08 sendUrl INFO 7 [623] R:OK -2015-03-24 10:53:08 queue INFO 3 [624] -2015-03-24 10:53:09 queue INFO >3 [625] -2015-03-24 10:53:09 sendUrl INFO 3 [624] R:OK -2015-03-24 10:53:09 sendUrl INFO 3 [625] R:OK -2015-03-24 10:53:59 queue INFO >>3 [626] -2015-03-24 10:53:59 sendUrl INFO 3 [626] R:OK -2015-03-24 10:54:49 queue INFO >>3 [627] -2015-03-24 10:54:49 sendUrl INFO 3 [627] R:OK -2015-03-24 10:55:33 queue INFO 7 [628] -2015-03-24 10:55:33 queue INFO >7 [629] -2015-03-24 10:55:33 sendUrl INFO 7 [628] R:OK -2015-03-24 10:55:34 sendUrl INFO 7 [629] R:OK -2015-03-24 10:55:35 queue INFO 3 [630] -2015-03-24 10:55:35 queue INFO >3 [631] -2015-03-24 10:55:35 sendUrl INFO 3 [630] R:OK -2015-03-24 10:55:35 sendUrl INFO 3 [631] R:OK -2015-03-24 10:56:25 queue INFO >>3 [632] -2015-03-24 10:56:25 sendUrl INFO 3 [632] R:OK -2015-03-24 10:57:15 queue INFO >>3 [633] -2015-03-24 10:57:15 sendUrl INFO 3 [633] R:OK -2015-03-24 10:57:59 queue INFO 7 [634] -2015-03-24 10:57:59 queue INFO >7 [635] -2015-03-24 10:58:00 sendUrl INFO 7 [634] R:OK -2015-03-24 10:58:00 sendUrl INFO 7 [635] R:OK -2015-03-24 10:58:01 queue INFO 3 [636] -2015-03-24 10:58:01 queue INFO >3 [637] -2015-03-24 10:58:01 sendUrl INFO 3 [636] R:OK -2015-03-24 10:58:02 sendUrl INFO 3 [637] R:OK -2015-03-24 10:58:51 queue INFO >>3 [638] -2015-03-24 10:58:51 sendUrl INFO 3 [638] R:OK -2015-03-24 10:59:41 queue INFO >>3 [639] -2015-03-24 10:59:41 sendUrl INFO 3 [639] R:OK -2015-03-24 11:00:25 queue INFO 7 [640] -2015-03-24 11:00:25 queue INFO >7 [641] -2015-03-24 11:00:26 sendUrl INFO 7 [640] R:OK -2015-03-24 11:00:26 sendUrl INFO 7 [641] R:OK -2015-03-24 11:00:27 queue INFO 3 [642] -2015-03-24 11:00:27 queue INFO >3 [643] -2015-03-24 11:00:27 sendUrl INFO 3 [642] R:OK -2015-03-24 11:00:28 sendUrl INFO 3 [643] R:OK -2015-03-24 11:01:17 queue INFO >>3 [644] -2015-03-24 11:01:18 sendUrl INFO 3 [644] R:OK -2015-03-24 11:02:07 queue INFO >>3 [645] -2015-03-24 11:02:07 sendUrl INFO 3 [645] R:OK -2015-03-24 11:02:51 queue INFO 7 [646] -2015-03-24 11:02:52 queue INFO >7 [647] -2015-03-24 11:02:52 sendUrl INFO 7 [646] R:OK -2015-03-24 11:02:52 sendUrl INFO 7 [647] R:OK -2015-03-24 11:02:53 queue INFO 3 [648] -2015-03-24 11:02:53 sendUrl INFO 3 [648] R:OK -2015-03-24 11:02:53 queue INFO >3 [649] -2015-03-24 11:02:54 sendUrl INFO 3 [649] R:OK -2015-03-24 11:03:43 queue INFO >>3 [650] -2015-03-24 11:03:43 sendUrl INFO 3 [650] R:OK -2015-03-24 11:04:33 queue INFO >>3 [651] -2015-03-24 11:04:34 sendUrl INFO 3 [651] R:OK -2015-03-24 11:05:18 queue INFO 7 [652] -2015-03-24 11:05:18 queue INFO >7 [653] -2015-03-24 11:05:18 sendUrl INFO 7 [652] R:OK -2015-03-24 11:05:19 sendUrl INFO 7 [653] R:OK -2015-03-24 11:05:19 queue INFO 3 [654] -2015-03-24 11:05:19 queue INFO >3 [655] -2015-03-24 11:05:20 sendUrl INFO 3 [654] R:OK -2015-03-24 11:05:20 sendUrl INFO 3 [655] R:OK -2015-03-24 11:06:09 queue INFO >>3 [656] -2015-03-24 11:06:09 sendUrl INFO 3 [656] R:OK -2015-03-24 11:06:59 queue INFO >>3 [657] -2015-03-24 11:07:00 sendUrl INFO 3 [657] R:OK -2015-03-24 11:07:44 queue INFO 7 [658] -2015-03-24 11:07:44 queue INFO >7 [659] -2015-03-24 11:07:44 sendUrl INFO 7 [658] R:OK -2015-03-24 11:07:45 sendUrl INFO 7 [659] R:OK -2015-03-24 11:07:45 queue INFO 3 [660] -2015-03-24 11:07:46 queue INFO >3 [661] -2015-03-24 11:07:46 sendUrl INFO 3 [660] R:OK -2015-03-24 11:07:46 sendUrl INFO 3 [661] R:OK -2015-03-24 11:08:36 queue INFO >>3 [662] -2015-03-24 11:08:36 sendUrl INFO 3 [662] R:OK -2015-03-24 11:09:26 queue INFO >>3 [663] -2015-03-24 11:09:26 sendUrl INFO 3 [663] R:OK -2015-03-24 11:10:10 queue INFO 7 [664] -2015-03-24 11:10:10 queue INFO >7 [665] -2015-03-24 11:10:10 sendUrl INFO 7 [664] R:OK -2015-03-24 11:10:11 sendUrl INFO 7 [665] R:OK -2015-03-24 11:10:11 queue INFO 3 [666] -2015-03-24 11:10:12 sendUrl INFO 3 [666] R:OK -2015-03-24 11:10:12 queue INFO >3 [667] -2015-03-24 11:10:12 sendUrl INFO 3 [667] R:OK -2015-03-24 11:11:02 queue INFO >>3 [668] -2015-03-24 11:11:02 sendUrl INFO 3 [668] R:OK -2015-03-24 11:11:52 queue INFO >>3 [669] -2015-03-24 11:11:52 sendUrl INFO 3 [669] R:OK -2015-03-24 11:12:36 queue INFO 7 [670] -2015-03-24 11:12:36 queue INFO >7 [671] -2015-03-24 11:12:37 sendUrl INFO 7 [670] R:OK -2015-03-24 11:12:37 sendUrl INFO 7 [671] R:OK -2015-03-24 11:12:38 queue INFO 3 [672] -2015-03-24 11:12:38 queue INFO >3 [673] -2015-03-24 11:12:38 sendUrl INFO 3 [672] R:OK -2015-03-24 11:12:39 sendUrl INFO 3 [673] R:OK -2015-03-24 11:13:28 queue INFO >>3 [674] -2015-03-24 11:13:28 sendUrl INFO 3 [674] R:OK -2015-03-24 11:14:18 queue INFO >>3 [675] -2015-03-24 11:14:18 sendUrl INFO 3 [675] R:OK -2015-03-24 11:15:02 queue INFO 7 [676] -2015-03-24 11:15:02 queue INFO >7 [677] -2015-03-24 11:15:03 sendUrl INFO 7 [676] R:OK -2015-03-24 11:15:03 sendUrl INFO 7 [677] R:OK -2015-03-24 11:15:04 queue INFO 3 [678] -2015-03-24 11:15:04 queue INFO >3 [679] -2015-03-24 11:15:04 sendUrl INFO 3 [678] R:OK -2015-03-24 11:15:05 sendUrl INFO 3 [679] R:OK -2015-03-24 11:15:54 queue INFO >>3 [680] -2015-03-24 11:15:54 sendUrl INFO 3 [680] R:OK -2015-03-24 11:16:44 queue INFO >>3 [681] -2015-03-24 11:16:44 sendUrl INFO 3 [681] R:OK -2015-03-24 11:17:28 queue INFO 7 [682] -2015-03-24 11:17:29 sendUrl INFO 7 [682] R:OK -2015-03-24 11:17:29 queue INFO >7 [683] -2015-03-24 11:17:29 sendUrl INFO 7 [683] R:OK -2015-03-24 11:17:30 queue INFO 3 [684] -2015-03-24 11:17:30 queue INFO >3 [685] -2015-03-24 11:17:31 sendUrl INFO 3 [684] R:OK -2015-03-24 11:17:31 sendUrl INFO 3 [685] R:OK -2015-03-24 11:18:20 queue INFO >>3 [686] -2015-03-24 11:18:20 sendUrl INFO 3 [686] R:OK -2015-03-24 11:19:10 queue INFO >>3 [687] -2015-03-24 11:19:11 sendUrl INFO 3 [687] R:OK -2015-03-24 11:19:55 queue INFO 7 [688] -2015-03-24 11:19:55 queue INFO >7 [689] -2015-03-24 11:19:55 sendUrl INFO 7 [688] R:OK -2015-03-24 11:19:55 sendUrl INFO 7 [689] R:OK -2015-03-24 11:19:56 queue INFO 3 [690] -2015-03-24 11:19:56 queue INFO >3 [691] -2015-03-24 11:19:57 sendUrl INFO 3 [690] R:OK -2015-03-24 11:19:57 sendUrl INFO 3 [691] R:OK -2015-03-24 11:20:46 queue INFO >>3 [692] -2015-03-24 11:20:47 sendUrl INFO 3 [692] R:OK -2015-03-24 11:21:37 queue INFO >>3 [693] -2015-03-24 11:21:37 sendUrl INFO 3 [693] R:OK -2015-03-24 11:22:21 queue INFO 7 [694] -2015-03-24 11:22:21 queue INFO >7 [695] -2015-03-24 11:22:21 sendUrl INFO 7 [694] R:OK -2015-03-24 11:22:21 sendUrl INFO 7 [695] R:OK -2015-03-24 11:22:22 queue INFO 3 [696] -2015-03-24 11:22:22 queue INFO >3 [697] -2015-03-24 11:22:23 sendUrl INFO 3 [696] R:OK -2015-03-24 11:22:23 sendUrl INFO 3 [697] R:OK -2015-03-24 11:23:12 queue INFO >>3 [698] -2015-03-24 11:23:13 sendUrl INFO 3 [698] R:OK -2015-03-24 11:24:03 queue INFO >>3 [699] -2015-03-24 11:24:03 sendUrl INFO 3 [699] R:OK -2015-03-24 11:24:47 queue INFO 7 [700] -2015-03-24 11:24:47 queue INFO >7 [701] -2015-03-24 11:24:47 sendUrl INFO 7 [700] R:OK -2015-03-24 11:24:48 sendUrl INFO 7 [701] R:OK -2015-03-24 11:24:49 queue INFO 3 [702] -2015-03-24 11:24:49 queue INFO >3 [703] -2015-03-24 11:24:49 sendUrl INFO 3 [702] R:OK -2015-03-24 11:24:49 sendUrl INFO 3 [703] R:OK -2015-03-24 11:25:39 queue INFO >>3 [704] -2015-03-24 11:25:39 sendUrl INFO 3 [704] R:OK -2015-03-24 11:26:29 queue INFO >>3 [705] -2015-03-24 11:26:29 sendUrl INFO 3 [705] R:OK -2015-03-24 11:27:13 queue INFO 7 [706] -2015-03-24 11:27:13 queue INFO >7 [707] -2015-03-24 11:27:13 sendUrl INFO 7 [706] R:OK -2015-03-24 11:27:14 sendUrl INFO 7 [707] R:OK -2015-03-24 11:27:15 queue INFO 3 [708] -2015-03-24 11:27:15 queue INFO >3 [709] -2015-03-24 11:27:15 sendUrl INFO 3 [708] R:OK -2015-03-24 11:27:15 sendUrl INFO 3 [709] R:OK -2015-03-24 11:28:05 queue INFO >>3 [710] -2015-03-24 11:28:05 sendUrl INFO 3 [710] R:OK -2015-03-24 11:28:55 queue INFO >>3 [711] -2015-03-24 11:28:55 sendUrl INFO 3 [711] R:OK -2015-03-24 11:29:39 queue INFO 7 [712] -2015-03-24 11:29:39 queue INFO >7 [713] -2015-03-24 11:29:39 sendUrl INFO 7 [712] R:OK -2015-03-24 11:29:40 sendUrl INFO 7 [713] R:OK -2015-03-24 11:29:41 queue INFO 3 [714] -2015-03-24 11:29:41 queue INFO >3 [715] -2015-03-24 11:29:41 sendUrl INFO 3 [714] R:OK -2015-03-24 11:29:42 sendUrl INFO 3 [715] R:OK -2015-03-24 11:30:31 queue INFO >>3 [716] -2015-03-24 11:30:31 sendUrl INFO 3 [716] R:OK -2015-03-24 11:31:21 queue INFO >>3 [717] -2015-03-24 11:31:22 sendUrl INFO 3 [717] R:OK -2015-03-24 11:32:05 queue INFO 7 [718] -2015-03-24 11:32:06 queue INFO >7 [719] -2015-03-24 11:32:06 sendUrl INFO 7 [718] R:OK -2015-03-24 11:32:06 sendUrl INFO 7 [719] R:OK -2015-03-24 11:32:07 queue INFO 3 [720] -2015-03-24 11:32:07 queue INFO >3 [721] -2015-03-24 11:32:07 sendUrl INFO 3 [720] R:OK -2015-03-24 11:32:08 sendUrl INFO 3 [721] R:OK -2015-03-24 11:32:57 queue INFO >>3 [722] -2015-03-24 11:32:58 sendUrl INFO 3 [722] R:OK -2015-03-24 11:33:47 queue INFO >>3 [723] -2015-03-24 11:33:48 sendUrl INFO 3 [723] R:OK -2015-03-24 11:34:32 queue INFO 7 [724] -2015-03-24 11:34:32 queue INFO >7 [725] -2015-03-24 11:34:32 sendUrl INFO 7 [724] R:OK -2015-03-24 11:34:32 sendUrl INFO 7 [725] R:OK -2015-03-24 11:34:33 queue INFO 3 [726] -2015-03-24 11:34:33 queue INFO >3 [727] -2015-03-24 11:34:33 sendUrl INFO 3 [726] R:OK -2015-03-24 11:34:34 sendUrl INFO 3 [727] R:OK -2015-03-24 11:35:23 queue INFO >>3 [728] -2015-03-24 11:35:24 sendUrl INFO 3 [728] R:OK -2015-03-24 11:36:13 queue INFO >>3 [729] -2015-03-24 11:36:14 sendUrl INFO 3 [729] R:OK -2015-03-24 11:36:58 queue INFO 7 [730] -2015-03-24 11:36:58 queue INFO >7 [731] -2015-03-24 11:36:58 sendUrl INFO 7 [730] R:OK -2015-03-24 11:36:59 sendUrl INFO 7 [731] R:OK -2015-03-24 11:36:59 queue INFO 3 [732] -2015-03-24 11:37:00 queue INFO >3 [733] -2015-03-24 11:37:00 sendUrl INFO 3 [732] R:OK -2015-03-24 11:37:00 sendUrl INFO 3 [733] R:OK -2015-03-24 11:37:50 queue INFO >>3 [734] -2015-03-24 11:37:50 sendUrl INFO 3 [734] R:OK -2015-03-24 11:38:40 queue INFO >>3 [735] -2015-03-24 11:38:40 sendUrl INFO 3 [735] R:OK -2015-03-24 11:39:24 queue INFO 7 [736] -2015-03-24 11:39:24 queue INFO >7 [737] -2015-03-24 11:39:24 sendUrl INFO 7 [736] R:OK -2015-03-24 11:39:25 sendUrl INFO 7 [737] R:OK -2015-03-24 11:39:25 queue INFO 3 [738] -2015-03-24 11:39:26 queue INFO >3 [739] -2015-03-24 11:39:26 sendUrl INFO 3 [738] R:OK -2015-03-24 11:39:26 sendUrl INFO 3 [739] R:OK -2015-03-24 11:40:16 queue INFO >>3 [740] -2015-03-24 11:40:16 sendUrl INFO 3 [740] R:OK -2015-03-24 11:41:06 queue INFO >>3 [741] -2015-03-24 11:41:06 sendUrl INFO 3 [741] R:OK -2015-03-24 11:41:50 queue INFO 7 [742] -2015-03-24 11:41:50 queue INFO >7 [743] -2015-03-24 11:41:50 sendUrl INFO 7 [742] R:OK -2015-03-24 11:41:51 sendUrl INFO 7 [743] R:OK -2015-03-24 11:41:52 queue INFO 3 [744] -2015-03-24 11:41:52 sendUrl INFO 3 [744] R:OK -2015-03-24 11:41:52 queue INFO >3 [745] -2015-03-24 11:41:52 sendUrl INFO 3 [745] R:OK -2015-03-24 11:42:42 queue INFO >>3 [746] -2015-03-24 11:42:42 sendUrl INFO 3 [746] R:OK -2015-03-24 11:43:32 queue INFO >>3 [747] -2015-03-24 11:43:32 sendUrl INFO 3 [747] R:OK -2015-03-24 11:44:16 queue INFO 7 [748] -2015-03-24 11:44:17 queue INFO >7 [749] -2015-03-24 11:44:17 sendUrl INFO 7 [748] R:OK -2015-03-24 11:44:17 sendUrl INFO 7 [749] R:OK -2015-03-24 11:44:18 queue INFO 3 [750] -2015-03-24 11:44:18 queue INFO >3 [751] -2015-03-24 11:44:18 sendUrl INFO 3 [750] R:OK -2015-03-24 11:44:19 sendUrl INFO 3 [751] R:OK -2015-03-24 11:45:08 queue INFO >>3 [752] -2015-03-24 11:45:09 sendUrl INFO 3 [752] R:OK -2015-03-24 11:45:58 queue INFO >>3 [753] -2015-03-24 11:45:58 sendUrl INFO 3 [753] R:OK -2015-03-24 11:46:42 queue INFO 7 [754] -2015-03-24 11:46:43 queue INFO >7 [755] -2015-03-24 11:46:43 sendUrl INFO 7 [754] R:OK -2015-03-24 11:46:43 sendUrl INFO 7 [755] R:OK -2015-03-24 11:46:44 queue INFO 3 [756] -2015-03-24 11:46:44 queue INFO >3 [757] -2015-03-24 11:46:44 sendUrl INFO 3 [756] R:OK -2015-03-24 11:46:45 sendUrl INFO 3 [757] R:OK -2015-03-24 11:47:34 queue INFO >>3 [758] -2015-03-24 11:47:35 sendUrl INFO 3 [758] R:OK -2015-03-24 11:48:24 queue INFO >>3 [759] -2015-03-24 11:48:24 sendUrl INFO 3 [759] R:OK -2015-03-24 11:49:09 queue INFO 7 [760] -2015-03-24 11:49:09 sendUrl INFO 7 [760] R:OK -2015-03-24 11:49:09 queue INFO >7 [761] -2015-03-24 11:49:09 sendUrl INFO 7 [761] R:OK -2015-03-24 11:49:10 queue INFO 3 [762] -2015-03-24 11:49:10 queue INFO >3 [763] -2015-03-24 11:49:11 sendUrl INFO 3 [762] R:OK -2015-03-24 11:49:11 sendUrl INFO 3 [763] R:OK -2015-03-24 11:50:00 queue INFO >>3 [764] -2015-03-24 11:50:01 sendUrl INFO 3 [764] R:OK -2015-03-24 11:50:51 queue INFO >>3 [765] -2015-03-24 11:50:51 sendUrl INFO 3 [765] R:OK -2015-03-24 11:51:35 queue INFO 7 [766] -2015-03-24 11:51:35 queue INFO >7 [767] -2015-03-24 11:51:35 sendUrl INFO 7 [766] R:OK -2015-03-24 11:51:36 sendUrl INFO 7 [767] R:OK -2015-03-24 11:51:36 queue INFO 3 [768] -2015-03-24 11:51:37 queue INFO >3 [769] -2015-03-24 11:51:37 sendUrl INFO 3 [768] R:OK -2015-03-24 11:51:37 sendUrl INFO 3 [769] R:OK -2015-03-24 11:52:27 queue INFO >>3 [770] -2015-03-24 11:52:27 sendUrl INFO 3 [770] R:OK -2015-03-24 11:53:17 queue INFO >>3 [771] -2015-03-24 11:53:17 sendUrl INFO 3 [771] R:OK -2015-03-24 11:54:01 queue INFO 7 [772] -2015-03-24 11:54:01 queue INFO >7 [773] -2015-03-24 11:54:01 sendUrl INFO 7 [772] R:OK -2015-03-24 11:54:02 sendUrl INFO 7 [773] R:OK -2015-03-24 11:54:03 queue INFO 3 [774] -2015-03-24 11:54:03 queue INFO >3 [775] -2015-03-24 11:54:03 sendUrl INFO 3 [774] R:OK -2015-03-24 11:54:03 sendUrl INFO 3 [775] R:OK -2015-03-24 11:54:53 queue INFO >>3 [776] -2015-03-24 11:54:53 sendUrl INFO 3 [776] R:OK -2015-03-24 11:55:43 queue INFO >>3 [777] -2015-03-24 11:55:43 sendUrl INFO 3 [777] R:OK -2015-03-24 11:56:27 queue INFO 7 [778] -2015-03-24 11:56:27 queue INFO >7 [779] -2015-03-24 11:56:28 sendUrl INFO 7 [778] R:OK -2015-03-24 11:56:28 sendUrl INFO 7 [779] R:OK -2015-03-24 11:56:29 queue INFO 3 [780] -2015-03-24 11:56:29 queue INFO >3 [781] -2015-03-24 11:56:29 sendUrl INFO 3 [780] R:OK -2015-03-24 11:56:30 sendUrl INFO 3 [781] R:OK -2015-03-24 11:57:19 queue INFO >>3 [782] -2015-03-24 11:57:19 sendUrl INFO 3 [782] R:OK -2015-03-24 11:58:09 queue INFO >>3 [783] -2015-03-24 11:58:09 sendUrl INFO 3 [783] R:OK -2015-03-24 11:58:53 queue INFO 7 [784] -2015-03-24 11:58:54 queue INFO >7 [785] -2015-03-24 11:58:54 sendUrl INFO 7 [784] R:OK -2015-03-24 11:58:54 sendUrl INFO 7 [785] R:OK -2015-03-24 11:58:55 queue INFO 3 [786] -2015-03-24 11:58:55 sendUrl INFO 3 [786] R:OK -2015-03-24 11:58:55 queue INFO >3 [787] -2015-03-24 11:58:56 sendUrl INFO 3 [787] R:OK -2015-03-24 11:59:45 queue INFO >>3 [788] -2015-03-24 11:59:45 sendUrl INFO 3 [788] R:OK -2015-03-24 12:00:35 queue INFO >>3 [789] -2015-03-24 12:00:36 sendUrl INFO 3 [789] R:OK -2015-03-24 12:01:19 queue INFO 7 [790] -2015-03-24 12:01:20 sendUrl INFO 7 [790] R:OK -2015-03-24 12:01:20 queue INFO >7 [791] -2015-03-24 12:01:20 sendUrl INFO 7 [791] R:OK -2015-03-24 12:01:21 queue INFO 3 [792] -2015-03-24 12:01:21 queue INFO >3 [793] -2015-03-24 12:01:22 sendUrl INFO 3 [792] R:OK -2015-03-24 12:01:22 sendUrl INFO 3 [793] R:OK -2015-03-24 12:02:11 queue INFO >>3 [794] -2015-03-24 12:02:11 sendUrl INFO 3 [794] R:OK -2015-03-24 12:03:01 queue INFO >>3 [795] -2015-03-24 12:03:02 sendUrl INFO 3 [795] R:OK -2015-03-24 12:03:46 queue INFO 7 [796] -2015-03-24 12:03:46 queue INFO >7 [797] -2015-03-24 12:03:46 sendUrl INFO 7 [796] R:OK -2015-03-24 12:03:47 sendUrl INFO 7 [797] R:OK -2015-03-24 12:03:47 queue INFO 3 [798] -2015-03-24 12:03:48 queue INFO >3 [799] -2015-03-24 12:03:48 sendUrl INFO 3 [798] R:OK -2015-03-24 12:03:48 sendUrl INFO 3 [799] R:OK -2015-03-24 12:04:37 queue INFO >>3 [800] -2015-03-24 12:04:38 sendUrl INFO 3 [800] R:OK -2015-03-24 12:05:28 queue INFO >>3 [801] -2015-03-24 12:05:28 sendUrl INFO 3 [801] R:OK -2015-03-24 12:06:18 queue INFO >>3 [802] -2015-03-24 12:06:18 sendUrl INFO 3 [802] R:OK -2015-03-24 12:06:19 queue INFO 1 [803] -2015-03-24 12:06:19 queue INFO >1 [804] -2015-03-24 12:06:19 sendUrl INFO 1 [803] R:OK -2015-03-24 12:06:20 sendUrl INFO 1 [804] R:OK -2015-03-24 12:07:09 queue INFO >>1 [805] -2015-03-24 12:07:09 sendUrl INFO 1 [805] R:OK -2015-03-24 12:07:59 queue INFO >>1 [806] -2015-03-24 12:07:59 sendUrl INFO 1 [806] R:OK -2015-03-24 12:08:49 queue INFO >>1 [807] -2015-03-24 12:08:50 sendUrl INFO 1 [807] R:OK -2015-03-24 12:09:39 queue INFO >>1 [808] -2015-03-24 12:09:39 sendUrl INFO 1 [808] R:OK -2015-03-24 12:10:29 queue INFO >>1 [809] -2015-03-24 12:10:30 sendUrl INFO 1 [809] R:OK -2015-03-24 12:11:19 queue INFO >>1 [810] -2015-03-24 12:11:20 sendUrl INFO 1 [810] R:OK -2015-03-24 12:12:10 queue INFO >>1 [811] -2015-03-24 12:12:10 sendUrl INFO 1 [811] R:OK -2015-03-24 12:13:00 queue INFO >>1 [812] -2015-03-24 12:13:00 sendUrl INFO 1 [812] R:OK -2015-03-24 12:13:50 queue INFO >>1 [813] -2015-03-24 12:13:50 sendUrl INFO 1 [813] R:OK -2015-03-24 12:14:18 queue INFO 3 [814] -2015-03-24 12:14:18 queue INFO >3 [815] -2015-03-24 12:14:18 sendUrl INFO 3 [814] R:OK -2015-03-24 12:14:19 sendUrl INFO 3 [815] R:OK -2015-03-24 12:15:08 queue INFO >>3 [816] -2015-03-24 12:15:08 sendUrl INFO 3 [816] R:OK -2015-03-24 12:15:15 queue INFO 7 [817] -2015-03-24 12:15:15 sendUrl INFO 7 [817] R:OK -2015-03-24 12:15:15 queue INFO >7 [818] -2015-03-24 12:15:16 sendUrl INFO 7 [818] R:OK -2015-03-24 12:15:17 queue INFO 3 [819] -2015-03-24 12:15:17 queue INFO >3 [820] -2015-03-24 12:15:17 sendUrl INFO 3 [819] R:OK -2015-03-24 12:15:18 sendUrl INFO 3 [820] R:OK -2015-03-24 12:16:07 queue INFO >>3 [821] -2015-03-24 12:16:07 sendUrl INFO 3 [821] R:OK -2015-03-24 12:16:57 queue INFO >>3 [822] -2015-03-24 12:16:57 sendUrl INFO 3 [822] R:OK -2015-03-24 12:17:41 queue INFO 7 [823] -2015-03-24 12:17:41 queue INFO >7 [824] -2015-03-24 12:17:42 sendUrl INFO 7 [823] R:OK -2015-03-24 12:17:42 sendUrl INFO 7 [824] R:OK -2015-03-24 12:17:43 queue INFO 3 [825] -2015-03-24 12:17:43 queue INFO >3 [826] -2015-03-24 12:17:43 sendUrl INFO 3 [825] R:OK -2015-03-24 12:17:44 sendUrl INFO 3 [826] R:OK -2015-03-24 12:18:33 queue INFO >>3 [827] -2015-03-24 12:18:33 sendUrl INFO 3 [827] R:OK -2015-03-24 12:19:23 queue INFO >>3 [828] -2015-03-24 12:19:23 sendUrl INFO 3 [828] R:OK -2015-03-24 12:20:08 queue INFO 7 [829] -2015-03-24 12:20:08 sendUrl INFO 7 [829] R:OK -2015-03-24 12:20:08 queue INFO >7 [830] -2015-03-24 12:20:08 sendUrl INFO 7 [830] R:OK -2015-03-24 12:20:09 queue INFO 3 [831] -2015-03-24 12:20:09 queue INFO >3 [832] -2015-03-24 12:20:10 sendUrl INFO 3 [831] R:OK -2015-03-24 12:20:10 sendUrl INFO 3 [832] R:OK -2015-03-24 12:20:59 queue INFO >>3 [833] -2015-03-24 12:20:59 sendUrl INFO 3 [833] R:OK -2015-03-24 12:21:49 queue INFO >>3 [834] -2015-03-24 12:21:50 sendUrl INFO 3 [834] R:OK -2015-03-24 12:22:34 queue INFO 7 [835] -2015-03-24 12:22:34 queue INFO >7 [836] -2015-03-24 12:22:34 sendUrl INFO 7 [835] R:OK -2015-03-24 12:22:35 sendUrl INFO 7 [836] R:OK -2015-03-24 12:22:35 queue INFO 3 [837] -2015-03-24 12:22:36 queue INFO >3 [838] -2015-03-24 12:22:36 sendUrl INFO 3 [837] R:OK -2015-03-24 12:22:36 sendUrl INFO 3 [838] R:OK -2015-03-24 12:23:26 queue INFO >>3 [839] -2015-03-24 12:23:26 sendUrl INFO 3 [839] R:OK -2015-03-24 12:24:16 queue INFO >>3 [840] -2015-03-24 12:24:16 sendUrl INFO 3 [840] R:OK -2015-03-24 12:25:00 queue INFO 7 [841] -2015-03-24 12:25:00 queue INFO >7 [842] -2015-03-24 12:25:00 sendUrl INFO 7 [841] R:OK -2015-03-24 12:25:01 sendUrl INFO 7 [842] R:OK -2015-03-24 12:25:01 queue INFO 3 [843] -2015-03-24 12:25:02 queue INFO >3 [844] -2015-03-24 12:25:02 sendUrl INFO 3 [843] R:OK -2015-03-24 12:25:02 sendUrl INFO 3 [844] R:OK -2015-03-24 12:25:52 queue INFO >>3 [845] -2015-03-24 12:25:52 sendUrl INFO 3 [845] R:OK -2015-03-24 12:26:42 queue INFO >>3 [846] -2015-03-24 12:26:42 sendUrl INFO 3 [846] R:OK -2015-03-24 12:27:26 queue INFO 7 [847] -2015-03-24 12:27:26 queue INFO >7 [848] -2015-03-24 12:27:27 sendUrl INFO 7 [847] R:OK -2015-03-24 12:27:27 sendUrl INFO 7 [848] R:OK -2015-03-24 12:27:28 queue INFO 3 [849] -2015-03-24 12:27:28 queue INFO >3 [850] -2015-03-24 12:27:28 sendUrl INFO 3 [849] R:OK -2015-03-24 12:27:29 sendUrl INFO 3 [850] R:OK -2015-03-24 12:28:18 queue INFO >>3 [851] -2015-03-24 12:28:18 sendUrl INFO 3 [851] R:OK -2015-03-24 12:29:08 queue INFO >>3 [852] -2015-03-24 12:29:08 sendUrl INFO 3 [852] R:OK -2015-03-24 12:29:52 queue INFO 7 [853] -2015-03-24 12:29:53 queue INFO >7 [854] -2015-03-24 12:29:53 sendUrl INFO 7 [853] R:OK -2015-03-24 12:29:53 sendUrl INFO 7 [854] R:OK -2015-03-24 12:29:54 queue INFO 3 [855] -2015-03-24 12:29:54 sendUrl INFO 3 [855] R:OK -2015-03-24 12:29:54 queue INFO >3 [856] -2015-03-24 12:29:54 sendUrl INFO 3 [856] R:OK -2015-03-24 12:30:44 queue INFO >>3 [857] -2015-03-24 12:30:44 sendUrl INFO 3 [857] R:OK -2015-03-24 12:31:34 queue INFO >>3 [858] -2015-03-24 12:31:35 sendUrl INFO 3 [858] R:OK -2015-03-24 12:32:19 queue INFO 7 [859] -2015-03-24 12:32:19 queue INFO >7 [860] -2015-03-24 12:32:19 sendUrl INFO 7 [859] R:OK -2015-03-24 12:32:19 sendUrl INFO 7 [860] R:OK -2015-03-24 12:32:20 queue INFO 3 [861] -2015-03-24 12:32:20 queue INFO >3 [862] -2015-03-24 12:32:21 sendUrl INFO 3 [861] R:OK -2015-03-24 12:32:21 sendUrl INFO 3 [862] R:OK -2015-03-24 12:33:10 queue INFO >>3 [863] -2015-03-24 12:33:11 sendUrl INFO 3 [863] R:OK -2015-03-24 12:34:00 queue INFO >>3 [864] -2015-03-24 12:34:01 sendUrl INFO 3 [864] R:OK -2015-03-24 12:34:45 queue INFO 7 [865] -2015-03-24 12:34:45 queue INFO >7 [866] -2015-03-24 12:34:45 sendUrl INFO 7 [865] R:OK -2015-03-24 12:34:45 sendUrl INFO 7 [866] R:OK -2015-03-24 12:34:46 queue INFO 3 [867] -2015-03-24 12:34:46 queue INFO >3 [868] -2015-03-24 12:34:46 sendUrl INFO 3 [867] R:OK -2015-03-24 12:34:47 sendUrl INFO 3 [868] R:OK -2015-03-24 12:35:36 queue INFO >>3 [869] -2015-03-24 12:35:37 sendUrl INFO 3 [869] R:OK -2015-03-24 12:36:27 queue INFO >>3 [870] -2015-03-24 12:36:27 sendUrl INFO 3 [870] R:OK -2015-03-24 12:37:11 queue INFO 7 [871] -2015-03-24 12:37:11 queue INFO >7 [872] -2015-03-24 12:37:11 sendUrl INFO 7 [871] R:OK -2015-03-24 12:37:12 sendUrl INFO 7 [872] R:OK -2015-03-24 12:37:12 queue INFO 3 [873] -2015-03-24 12:37:13 queue INFO >3 [874] -2015-03-24 12:37:13 sendUrl INFO 3 [873] R:OK -2015-03-24 12:37:13 sendUrl INFO 3 [874] R:OK -2015-03-24 12:38:03 queue INFO >>3 [875] -2015-03-24 12:38:03 sendUrl INFO 3 [875] R:OK -2015-03-24 12:38:53 queue INFO >>3 [876] -2015-03-24 12:38:53 sendUrl INFO 3 [876] R:OK -2015-03-24 12:39:37 queue INFO 7 [877] -2015-03-24 12:39:37 queue INFO >7 [878] -2015-03-24 12:39:37 sendUrl INFO 7 [877] R:OK -2015-03-24 12:39:38 sendUrl INFO 7 [878] R:OK -2015-03-24 12:39:39 queue INFO 3 [879] -2015-03-24 12:39:39 queue INFO >3 [880] -2015-03-24 12:39:39 sendUrl INFO 3 [879] R:OK -2015-03-24 12:39:39 sendUrl INFO 3 [880] R:OK -2015-03-24 12:40:29 queue INFO >>3 [881] -2015-03-24 12:40:29 sendUrl INFO 3 [881] R:OK -2015-03-24 12:41:19 queue INFO >>3 [882] -2015-03-24 12:41:20 sendUrl INFO 3 [882] R:OK -2015-03-24 12:42:03 queue INFO 7 [883] -2015-03-24 12:42:03 queue INFO >7 [884] -2015-03-24 12:42:03 sendUrl INFO 7 [883] R:OK -2015-03-24 12:42:04 sendUrl INFO 7 [884] R:OK -2015-03-24 12:42:05 queue INFO 3 [885] -2015-03-24 12:42:05 queue INFO >3 [886] -2015-03-24 12:42:05 sendUrl INFO 3 [885] R:OK -2015-03-24 12:42:06 sendUrl INFO 3 [886] R:OK -2015-03-24 12:42:55 queue INFO >>3 [887] -2015-03-24 12:42:55 sendUrl INFO 3 [887] R:OK -2015-03-24 12:43:45 queue INFO >>3 [888] -2015-03-24 12:43:46 sendUrl INFO 3 [888] R:OK -2015-03-24 12:44:29 queue INFO 7 [889] -2015-03-24 12:44:30 queue INFO >7 [890] -2015-03-24 12:44:30 sendUrl INFO 7 [889] R:OK -2015-03-24 12:44:30 sendUrl INFO 7 [890] R:OK -2015-03-24 12:44:31 queue INFO 3 [891] -2015-03-24 12:44:31 queue INFO >3 [892] -2015-03-24 12:44:31 sendUrl INFO 3 [891] R:OK -2015-03-24 12:44:32 sendUrl INFO 3 [892] R:OK -2015-03-24 12:45:21 queue INFO >>3 [893] -2015-03-24 12:45:22 sendUrl INFO 3 [893] R:OK -2015-03-24 12:46:11 queue INFO >>3 [894] -2015-03-24 12:46:12 sendUrl INFO 3 [894] R:OK -2015-03-24 12:46:56 queue INFO 7 [895] -2015-03-24 12:46:56 queue INFO >7 [896] -2015-03-24 12:46:56 sendUrl INFO 7 [895] R:OK -2015-03-24 12:46:56 sendUrl INFO 7 [896] R:OK -2015-03-24 12:46:57 queue INFO 3 [897] -2015-03-24 12:46:57 queue INFO >3 [898] -2015-03-24 12:46:58 sendUrl INFO 3 [897] R:OK -2015-03-24 12:46:58 sendUrl INFO 3 [898] R:OK -2015-03-24 12:47:47 queue INFO >>3 [899] -2015-03-24 12:47:48 sendUrl INFO 3 [899] R:OK -2015-03-24 12:48:38 queue INFO >>3 [900] -2015-03-24 12:48:38 sendUrl INFO 3 [900] R:OK -2015-03-24 12:49:22 queue INFO 7 [901] -2015-03-24 12:49:22 queue INFO >7 [902] -2015-03-24 12:49:22 sendUrl INFO 7 [901] R:OK -2015-03-24 12:49:23 sendUrl INFO 7 [902] R:OK -2015-03-24 12:49:23 queue INFO 3 [903] -2015-03-24 12:49:24 queue INFO >3 [904] -2015-03-24 12:49:24 sendUrl INFO 3 [903] R:OK -2015-03-24 12:49:24 sendUrl INFO 3 [904] R:OK -2015-03-24 12:50:14 queue INFO >>3 [905] -2015-03-24 12:50:14 sendUrl INFO 3 [905] R:OK -2015-03-24 12:51:04 queue INFO >>3 [906] -2015-03-24 12:51:04 sendUrl INFO 3 [906] R:OK -2015-03-24 12:51:48 queue INFO 7 [907] -2015-03-24 12:51:48 queue INFO >7 [908] -2015-03-24 12:51:48 sendUrl INFO 7 [907] R:OK -2015-03-24 12:51:49 sendUrl INFO 7 [908] R:OK -2015-03-24 12:51:50 queue INFO 3 [909] -2015-03-24 12:51:50 queue INFO >3 [910] -2015-03-24 12:51:50 sendUrl INFO 3 [909] R:OK -2015-03-24 12:51:50 sendUrl INFO 3 [910] R:OK -2015-03-24 12:52:40 queue INFO >>3 [911] -2015-03-24 12:52:40 sendUrl INFO 3 [911] R:OK -2015-03-24 12:53:30 queue INFO >>3 [912] -2015-03-24 12:53:30 sendUrl INFO 3 [912] R:OK -2015-03-24 12:54:14 queue INFO 7 [913] -2015-03-24 12:54:14 queue INFO >7 [914] -2015-03-24 12:54:15 sendUrl INFO 7 [913] R:OK -2015-03-24 12:54:15 sendUrl INFO 7 [914] R:OK -2015-03-24 12:54:16 queue INFO 3 [915] -2015-03-24 12:54:16 queue INFO >3 [916] -2015-03-24 12:54:16 sendUrl INFO 3 [915] R:OK -2015-03-24 12:54:17 sendUrl INFO 3 [916] R:OK -2015-03-24 12:55:06 queue INFO >>3 [917] -2015-03-24 12:55:06 sendUrl INFO 3 [917] R:OK -2015-03-24 12:55:56 queue INFO >>3 [918] -2015-03-24 12:55:56 sendUrl INFO 3 [918] R:OK -2015-03-24 12:56:40 queue INFO 7 [919] -2015-03-24 12:56:41 queue INFO >7 [920] -2015-03-24 12:56:41 sendUrl INFO 7 [919] R:OK -2015-03-24 12:56:41 sendUrl INFO 7 [920] R:OK -2015-03-24 12:56:42 queue INFO 3 [921] -2015-03-24 12:56:42 queue INFO >3 [922] -2015-03-24 12:56:42 sendUrl INFO 3 [921] R:OK -2015-03-24 12:56:43 sendUrl INFO 3 [922] R:OK -2015-03-24 12:57:32 queue INFO >>3 [923] -2015-03-24 12:57:33 sendUrl INFO 3 [923] R:OK -2015-03-24 12:58:22 queue INFO >>3 [924] -2015-03-24 12:58:23 sendUrl INFO 3 [924] R:OK -2015-03-24 12:59:07 queue INFO 7 [925] -2015-03-24 12:59:07 queue INFO >7 [926] -2015-03-24 12:59:07 sendUrl INFO 7 [925] R:OK -2015-03-24 12:59:08 sendUrl INFO 7 [926] R:OK -2015-03-24 12:59:08 queue INFO 3 [927] -2015-03-24 12:59:08 queue INFO >3 [928] -2015-03-24 12:59:09 sendUrl INFO 3 [927] R:OK -2015-03-24 12:59:09 sendUrl INFO 3 [928] R:OK -2015-03-24 12:59:58 queue INFO >>3 [929] -2015-03-24 12:59:59 sendUrl INFO 3 [929] R:OK -2015-03-24 13:00:49 queue INFO >>3 [930] -2015-03-24 13:00:49 sendUrl INFO 3 [930] R:OK -2015-03-24 13:01:33 queue INFO 7 [931] -2015-03-24 13:01:33 queue INFO >7 [932] -2015-03-24 13:01:33 sendUrl INFO 7 [931] R:OK -2015-03-24 13:01:34 sendUrl INFO 7 [932] R:OK -2015-03-24 13:01:35 queue INFO 3 [933] -2015-03-24 13:01:35 sendUrl INFO 3 [933] R:OK -2015-03-24 13:01:35 queue INFO >3 [934] -2015-03-24 13:01:35 sendUrl INFO 3 [934] R:OK -2015-03-24 13:02:25 queue INFO >>3 [935] -2015-03-24 13:02:25 sendUrl INFO 3 [935] R:OK -2015-03-24 13:03:15 queue INFO >>3 [936] -2015-03-24 13:03:15 sendUrl INFO 3 [936] R:OK -2015-03-24 13:03:59 queue INFO 7 [937] -2015-03-24 13:03:59 queue INFO >7 [938] -2015-03-24 13:03:59 sendUrl INFO 7 [937] R:OK -2015-03-24 13:04:00 sendUrl INFO 7 [938] R:OK -2015-03-24 13:04:01 queue INFO 3 [939] -2015-03-24 13:04:01 queue INFO >3 [940] -2015-03-24 13:04:01 sendUrl INFO 3 [939] R:OK -2015-03-24 13:04:02 sendUrl INFO 3 [940] R:OK -2015-03-24 13:04:51 queue INFO >>3 [941] -2015-03-24 13:04:52 sendUrl INFO 3 [941] R:OK -2015-03-24 13:05:41 queue INFO >>3 [942] -2015-03-24 13:05:41 sendUrl INFO 3 [942] R:OK -2015-03-24 13:06:25 queue INFO 7 [943] -2015-03-24 13:06:25 queue INFO >7 [944] -2015-03-24 13:06:26 sendUrl INFO 7 [943] R:OK -2015-03-24 13:06:26 sendUrl INFO 7 [944] R:OK -2015-03-24 13:06:27 queue INFO 3 [945] -2015-03-24 13:06:27 queue INFO >3 [946] -2015-03-24 13:06:27 sendUrl INFO 3 [945] R:OK -2015-03-24 13:06:28 sendUrl INFO 3 [946] R:OK -2015-03-24 13:07:17 queue INFO >>3 [947] -2015-03-24 13:07:17 sendUrl INFO 3 [947] R:OK -2015-03-24 13:08:07 queue INFO >>3 [948] -2015-03-24 13:08:07 sendUrl INFO 3 [948] R:OK -2015-03-24 13:08:53 queue INFO 1 [949] -2015-03-24 13:08:53 queue INFO >1 [950] -2015-03-24 13:08:54 sendUrl INFO 1 [949] R:OK -2015-03-24 13:08:54 sendUrl INFO 1 [950] R:OK -2015-03-24 13:09:43 queue INFO >>1 [951] -2015-03-24 13:09:43 sendUrl INFO 1 [951] R:OK -2015-03-24 13:10:33 queue INFO >>1 [952] -2015-03-24 13:10:34 sendUrl INFO 1 [952] R:OK -2015-03-24 13:11:24 queue INFO >>1 [953] -2015-03-24 13:11:24 sendUrl INFO 1 [953] R:OK -2015-03-24 13:12:14 queue INFO >>1 [954] -2015-03-24 13:12:14 sendUrl INFO 1 [954] R:OK -2015-03-24 13:13:04 queue INFO >>1 [955] -2015-03-24 13:13:04 sendUrl INFO 1 [955] R:OK -2015-03-24 13:13:54 queue INFO >>1 [956] -2015-03-24 13:13:54 sendUrl INFO 1 [956] R:OK -2015-03-24 13:14:44 queue INFO >>1 [957] -2015-03-24 13:14:44 sendUrl INFO 1 [957] R:OK -2015-03-24 13:15:34 queue INFO >>1 [958] -2015-03-24 13:15:35 sendUrl INFO 1 [958] R:OK -2015-03-24 13:16:24 queue INFO >>1 [959] -2015-03-24 13:16:25 sendUrl INFO 1 [959] R:OK -2015-03-24 13:17:15 queue INFO >>1 [960] -2015-03-24 13:17:15 sendUrl INFO 1 [960] R:OK -2015-03-24 13:18:05 queue INFO >>1 [961] -2015-03-24 13:18:05 sendUrl INFO 1 [961] R:OK -2015-03-24 13:18:55 queue INFO >>1 [962] -2015-03-24 13:18:55 sendUrl INFO 1 [962] R:OK -2015-03-24 13:19:45 queue INFO >>1 [963] -2015-03-24 13:19:45 sendUrl INFO 1 [963] R:OK -2015-03-24 13:19:48 queue INFO 3 [964] -2015-03-24 13:19:49 queue INFO >3 [965] -2015-03-24 13:19:49 sendUrl INFO 3 [964] R:OK -2015-03-24 13:19:49 sendUrl INFO 3 [965] R:OK -2015-03-24 13:20:39 queue INFO >>3 [966] -2015-03-24 13:20:39 sendUrl INFO 3 [966] R:OK -2015-03-24 13:20:45 queue INFO 7 [967] -2015-03-24 13:20:45 queue INFO >7 [968] -2015-03-24 13:20:45 sendUrl INFO 7 [967] R:OK -2015-03-24 13:20:46 sendUrl INFO 7 [968] R:OK -2015-03-24 13:20:47 queue INFO 3 [969] -2015-03-24 13:20:47 queue INFO >3 [970] -2015-03-24 13:20:47 sendUrl INFO 3 [969] R:OK -2015-03-24 13:20:47 sendUrl INFO 3 [970] R:OK -2015-03-24 13:21:37 queue INFO >>3 [971] -2015-03-24 13:21:37 sendUrl INFO 3 [971] R:OK -2015-03-24 13:22:27 queue INFO >>3 [972] -2015-03-24 13:22:28 sendUrl INFO 3 [972] R:OK -2015-03-24 13:23:11 queue INFO 7 [973] -2015-03-24 13:23:12 queue INFO >7 [974] -2015-03-24 13:23:12 sendUrl INFO 7 [973] R:OK -2015-03-24 13:23:12 sendUrl INFO 7 [974] R:OK -2015-03-24 13:23:13 queue INFO 3 [975] -2015-03-24 13:23:13 queue INFO >3 [976] -2015-03-24 13:23:13 sendUrl INFO 3 [975] R:OK -2015-03-24 13:23:14 sendUrl INFO 3 [976] R:OK -2015-03-24 13:24:03 queue INFO >>3 [977] -2015-03-24 13:24:03 sendUrl INFO 3 [977] R:OK -2015-03-24 13:24:53 queue INFO >>3 [978] -2015-03-24 13:24:53 sendUrl INFO 3 [978] R:OK -2015-03-24 13:25:38 queue INFO 7 [979] -2015-03-24 13:25:38 queue INFO >7 [980] -2015-03-24 13:25:38 sendUrl INFO 7 [979] R:OK -2015-03-24 13:25:38 sendUrl INFO 7 [980] R:OK -2015-03-24 13:25:39 queue INFO 3 [981] -2015-03-24 13:25:39 sendUrl INFO 3 [981] R:OK -2015-03-24 13:25:39 queue INFO >3 [982] -2015-03-24 13:25:40 sendUrl INFO 3 [982] R:OK -2015-03-24 13:26:29 queue INFO >>3 [983] -2015-03-24 13:26:30 sendUrl INFO 3 [983] R:OK -2015-03-24 13:27:19 queue INFO >>3 [984] -2015-03-24 13:27:20 sendUrl INFO 3 [984] R:OK -2015-03-24 13:28:04 queue INFO 7 [985] -2015-03-24 13:28:04 sendUrl INFO 7 [985] R:OK -2015-03-24 13:28:04 queue INFO >7 [986] -2015-03-24 13:28:04 sendUrl INFO 7 [986] R:OK -2015-03-24 13:28:05 queue INFO 3 [987] -2015-03-24 13:28:05 queue INFO >3 [988] -2015-03-24 13:28:06 sendUrl INFO 3 [987] R:OK -2015-03-24 13:28:06 sendUrl INFO 3 [988] R:OK -2015-03-24 13:28:55 queue INFO >>3 [989] -2015-03-24 13:28:56 sendUrl INFO 3 [989] R:OK -2015-03-24 13:29:46 queue INFO >>3 [990] -2015-03-24 13:29:46 sendUrl INFO 3 [990] R:OK -2015-03-24 13:30:30 queue INFO 7 [991] -2015-03-24 13:30:30 queue INFO >7 [992] -2015-03-24 13:30:30 sendUrl INFO 7 [991] R:OK -2015-03-24 13:30:31 sendUrl INFO 7 [992] R:OK -2015-03-24 13:30:31 queue INFO 3 [993] -2015-03-24 13:30:32 queue INFO >3 [994] -2015-03-24 13:30:32 sendUrl INFO 3 [993] R:OK -2015-03-24 13:30:32 sendUrl INFO 3 [994] R:OK -2015-03-24 13:31:22 queue INFO >>3 [995] -2015-03-24 13:31:22 sendUrl INFO 3 [995] R:OK -2015-03-24 13:32:12 queue INFO >>3 [996] -2015-03-24 13:32:12 sendUrl INFO 3 [996] R:OK -2015-03-24 13:32:56 queue INFO 7 [997] -2015-03-24 13:32:56 sendUrl INFO 7 [997] R:OK -2015-03-24 13:32:56 queue INFO >7 [998] -2015-03-24 13:32:57 sendUrl INFO 7 [998] R:OK -2015-03-24 13:32:58 queue INFO 3 [999] -2015-03-24 13:32:58 queue INFO >3 [0] -2015-03-24 13:32:58 sendUrl INFO 3 [999] R:OK -2015-03-24 13:32:59 sendUrl INFO 3 [0] R:OK -2015-03-24 13:33:48 queue INFO >>3 [1] -2015-03-24 13:33:48 sendUrl INFO 3 [1] R:OK -2015-03-24 13:34:38 queue INFO >>3 [2] -2015-03-24 13:34:38 sendUrl INFO 3 [2] R:OK -2015-03-24 13:35:22 queue INFO 7 [3] -2015-03-24 13:35:23 queue INFO >7 [4] -2015-03-24 13:35:23 sendUrl INFO 7 [3] R:OK -2015-03-24 13:35:23 sendUrl INFO 7 [4] R:OK -2015-03-24 13:35:24 queue INFO 3 [5] -2015-03-24 13:35:24 queue INFO >3 [6] -2015-03-24 13:35:24 sendUrl INFO 3 [5] R:OK -2015-03-24 13:35:25 sendUrl INFO 3 [6] R:OK -2015-03-24 13:36:14 queue INFO >>3 [7] -2015-03-24 13:36:15 sendUrl INFO 3 [7] R:OK -2015-03-24 13:37:04 queue INFO >>3 [8] -2015-03-24 13:37:04 sendUrl INFO 3 [8] R:OK -2015-03-24 13:37:49 queue INFO 7 [9] -2015-03-24 13:37:49 sendUrl INFO 7 [9] R:OK -2015-03-24 13:37:49 queue INFO >7 [10] -2015-03-24 13:37:49 sendUrl INFO 7 [10] R:OK -2015-03-24 13:37:50 queue INFO 3 [11] -2015-03-24 13:37:50 queue INFO >3 [12] -2015-03-24 13:37:51 sendUrl INFO 3 [11] R:OK -2015-03-24 13:37:51 sendUrl INFO 3 [12] R:OK -2015-03-24 13:38:40 queue INFO >>3 [13] -2015-03-24 13:38:41 sendUrl INFO 3 [13] R:OK -2015-03-24 13:39:31 queue INFO >>3 [14] -2015-03-24 13:39:31 sendUrl INFO 3 [14] R:OK -2015-03-24 13:40:15 queue INFO 7 [15] -2015-03-24 13:40:15 queue INFO >7 [16] -2015-03-24 13:40:15 sendUrl INFO 7 [15] R:OK -2015-03-24 13:40:16 sendUrl INFO 7 [16] R:OK -2015-03-24 13:40:16 queue INFO 3 [17] -2015-03-24 13:40:17 queue INFO >3 [18] -2015-03-24 13:40:17 sendUrl INFO 3 [17] R:OK -2015-03-24 13:40:17 sendUrl INFO 3 [18] R:OK -2015-03-24 13:41:07 queue INFO >>3 [19] -2015-03-24 13:41:07 sendUrl INFO 3 [19] R:OK -2015-03-24 13:41:57 queue INFO >>3 [20] -2015-03-24 13:41:57 sendUrl INFO 3 [20] R:OK -2015-03-24 13:42:41 queue INFO 7 [21] -2015-03-24 13:42:41 queue INFO >7 [22] -2015-03-24 13:42:42 sendUrl INFO 7 [21] R:OK -2015-03-24 13:42:42 sendUrl INFO 7 [22] R:OK -2015-03-24 13:42:43 queue INFO 3 [23] -2015-03-24 13:42:43 queue INFO >3 [24] -2015-03-24 13:42:43 sendUrl INFO 3 [23] R:OK -2015-03-24 13:42:44 sendUrl INFO 3 [24] R:OK -2015-03-24 13:43:33 queue INFO >>3 [25] -2015-03-24 13:43:33 sendUrl INFO 3 [25] R:OK -2015-03-24 13:44:23 queue INFO >>3 [26] -2015-03-24 13:44:23 sendUrl INFO 3 [26] R:OK -2015-03-24 13:45:07 queue INFO 7 [27] -2015-03-24 13:45:07 queue INFO >7 [28] -2015-03-24 13:45:08 sendUrl INFO 7 [27] R:OK -2015-03-24 13:45:08 sendUrl INFO 7 [28] R:OK -2015-03-24 13:45:09 queue INFO 3 [29] -2015-03-24 13:45:09 queue INFO >3 [30] -2015-03-24 13:45:09 sendUrl INFO 3 [29] R:OK -2015-03-24 13:45:10 sendUrl INFO 3 [30] R:OK -2015-03-24 13:45:59 queue INFO >>3 [31] -2015-03-24 13:46:00 sendUrl INFO 3 [31] R:OK -2015-03-24 13:46:49 queue INFO >>3 [32] -2015-03-24 13:46:50 sendUrl INFO 3 [32] R:OK -2015-03-24 13:47:33 queue INFO 7 [33] -2015-03-24 13:47:34 queue INFO >7 [34] -2015-03-24 13:47:34 sendUrl INFO 7 [33] R:OK -2015-03-24 13:47:34 sendUrl INFO 7 [34] R:OK -2015-03-24 13:47:35 queue INFO 3 [35] -2015-03-24 13:47:35 sendUrl INFO 3 [35] R:OK -2015-03-24 13:47:35 queue INFO >3 [36] -2015-03-24 13:47:36 sendUrl INFO 3 [36] R:OK -2015-03-24 13:48:25 queue INFO >>3 [37] -2015-03-24 13:48:25 sendUrl INFO 3 [37] R:OK -2015-03-24 13:49:15 queue INFO >>3 [38] -2015-03-24 13:49:16 sendUrl INFO 3 [38] R:OK -2015-03-24 13:50:00 queue INFO 7 [39] -2015-03-24 13:50:00 queue INFO >7 [40] -2015-03-24 13:50:00 sendUrl INFO 7 [39] R:OK -2015-03-24 13:50:01 sendUrl INFO 7 [40] R:OK -2015-03-24 13:50:01 queue INFO 3 [41] -2015-03-24 13:50:01 queue INFO >3 [42] -2015-03-24 13:50:02 sendUrl INFO 3 [41] R:OK -2015-03-24 13:50:02 sendUrl INFO 3 [42] R:OK -2015-03-24 13:50:51 queue INFO >>3 [43] -2015-03-24 13:50:52 sendUrl INFO 3 [43] R:OK -2015-03-24 13:51:42 queue INFO >>3 [44] -2015-03-24 13:51:42 sendUrl INFO 3 [44] R:OK -2015-03-24 13:52:26 queue INFO 7 [45] -2015-03-24 13:52:26 queue INFO >7 [46] -2015-03-24 13:52:26 sendUrl INFO 7 [45] R:OK -2015-03-24 13:52:27 sendUrl INFO 7 [46] R:OK -2015-03-24 13:52:28 queue INFO 3 [47] -2015-03-24 13:52:28 queue INFO >3 [48] -2015-03-24 13:52:28 sendUrl INFO 3 [47] R:OK -2015-03-24 13:52:29 sendUrl INFO 3 [48] R:OK -2015-03-24 13:53:18 queue INFO >>3 [49] -2015-03-24 13:53:18 sendUrl INFO 3 [49] R:OK -2015-03-24 13:54:08 queue INFO >>3 [50] -2015-03-24 13:54:08 sendUrl INFO 3 [50] R:OK -2015-03-24 13:54:52 queue INFO 7 [51] -2015-03-24 13:54:52 queue INFO >7 [52] -2015-03-24 13:54:53 sendUrl INFO 7 [51] R:OK -2015-03-24 13:54:53 sendUrl INFO 7 [52] R:OK -2015-03-24 13:54:54 queue INFO 3 [53] -2015-03-24 13:54:54 queue INFO >3 [54] -2015-03-24 13:54:54 sendUrl INFO 3 [53] R:OK -2015-03-24 13:54:55 sendUrl INFO 3 [54] R:OK -2015-03-24 13:55:44 queue INFO >>3 [55] -2015-03-24 13:55:44 sendUrl INFO 3 [55] R:OK -2015-03-24 13:56:34 queue INFO >>3 [56] -2015-03-24 13:56:34 sendUrl INFO 3 [56] R:OK -2015-03-24 13:57:18 queue INFO 7 [57] -2015-03-24 13:57:19 sendUrl INFO 7 [57] R:OK -2015-03-24 13:57:19 queue INFO >7 [58] -2015-03-24 13:57:19 sendUrl INFO 7 [58] R:OK -2015-03-24 13:57:20 queue INFO 3 [59] -2015-03-24 13:57:20 queue INFO >3 [60] -2015-03-24 13:57:21 sendUrl INFO 3 [59] R:OK -2015-03-24 13:57:21 sendUrl INFO 3 [60] R:OK -2015-03-24 13:58:10 queue INFO >>3 [61] -2015-03-24 13:58:10 sendUrl INFO 3 [61] R:OK -2015-03-24 13:59:00 queue INFO >>3 [62] -2015-03-24 13:59:01 sendUrl INFO 3 [62] R:OK -2015-03-24 13:59:45 queue INFO 7 [63] -2015-03-24 13:59:45 queue INFO >7 [64] -2015-03-24 13:59:45 sendUrl INFO 7 [63] R:OK -2015-03-24 13:59:45 sendUrl INFO 7 [64] R:OK -2015-03-24 13:59:46 queue INFO 3 [65] -2015-03-24 13:59:46 queue INFO >3 [66] -2015-03-24 13:59:47 sendUrl INFO 3 [65] R:OK -2015-03-24 13:59:47 sendUrl INFO 3 [66] R:OK -2015-03-24 14:00:36 queue INFO >>3 [67] -2015-03-24 14:00:37 sendUrl INFO 3 [67] R:OK -2015-03-24 14:01:27 queue INFO >>3 [68] -2015-03-24 14:01:27 sendUrl INFO 3 [68] R:OK -2015-03-24 14:02:11 queue INFO 7 [69] -2015-03-24 14:02:11 queue INFO >7 [70] -2015-03-24 14:02:12 sendUrl INFO 7 [69] R:OK -2015-03-24 14:02:12 sendUrl INFO 7 [70] R:OK -2015-03-24 14:02:13 queue INFO 3 [71] -2015-03-24 14:02:13 queue INFO >3 [72] -2015-03-24 14:02:13 sendUrl INFO 3 [71] R:OK -2015-03-24 14:02:13 sendUrl INFO 3 [72] R:OK -2015-03-24 14:03:03 queue INFO >>3 [73] -2015-03-24 14:03:03 sendUrl INFO 3 [73] R:OK -2015-03-24 14:03:53 queue INFO >>3 [74] -2015-03-24 14:03:53 sendUrl INFO 3 [74] R:OK -2015-03-24 14:04:37 queue INFO 7 [75] -2015-03-24 14:04:37 queue INFO >7 [76] -2015-03-24 14:04:37 sendUrl INFO 7 [75] R:OK -2015-03-24 14:04:38 sendUrl INFO 7 [76] R:OK -2015-03-24 14:04:39 queue INFO 3 [77] -2015-03-24 14:04:39 queue INFO >3 [78] -2015-03-24 14:04:39 sendUrl INFO 3 [77] R:OK -2015-03-24 14:04:39 sendUrl INFO 3 [78] R:OK -2015-03-24 14:05:29 queue INFO >>3 [79] -2015-03-24 14:05:29 sendUrl INFO 3 [79] R:OK -2015-03-24 14:06:19 queue INFO >>3 [80] -2015-03-24 14:06:20 sendUrl INFO 3 [80] R:OK -2015-03-24 14:07:03 queue INFO 7 [81] -2015-03-24 14:07:04 queue INFO >7 [82] -2015-03-24 14:07:04 sendUrl INFO 7 [81] R:OK -2015-03-24 14:07:04 sendUrl INFO 7 [82] R:OK -2015-03-24 14:07:05 queue INFO 3 [83] -2015-03-24 14:07:05 queue INFO >3 [84] -2015-03-24 14:07:05 sendUrl INFO 3 [83] R:OK -2015-03-24 14:07:06 sendUrl INFO 3 [84] R:OK -2015-03-24 14:07:55 queue INFO >>3 [85] -2015-03-24 14:07:55 sendUrl INFO 3 [85] R:OK -2015-03-24 14:08:45 queue INFO >>3 [86] -2015-03-24 14:08:46 sendUrl INFO 3 [86] R:OK -2015-03-24 14:09:30 queue INFO 7 [87] -2015-03-24 14:09:30 queue INFO >7 [88] -2015-03-24 14:09:30 sendUrl INFO 7 [87] R:OK -2015-03-24 14:09:30 sendUrl INFO 7 [88] R:OK -2015-03-24 14:09:31 queue INFO 3 [89] -2015-03-24 14:09:31 sendUrl INFO 3 [89] R:OK -2015-03-24 14:09:31 queue INFO >3 [90] -2015-03-24 14:09:32 sendUrl INFO 3 [90] R:OK -2015-03-24 14:10:21 queue INFO >>3 [91] -2015-03-24 14:10:22 sendUrl INFO 3 [91] R:OK -2015-03-24 14:11:12 queue INFO >>3 [92] -2015-03-24 14:11:12 sendUrl INFO 3 [92] R:OK -2015-03-24 14:11:56 queue INFO 7 [93] -2015-03-24 14:11:56 queue INFO >7 [94] -2015-03-24 14:11:56 sendUrl INFO 7 [93] R:OK -2015-03-24 14:11:57 sendUrl INFO 7 [94] R:OK -2015-03-24 14:11:58 queue INFO 3 [95] -2015-03-24 14:11:58 queue INFO >3 [96] -2015-03-24 14:11:58 sendUrl INFO 3 [95] R:OK -2015-03-24 14:11:58 sendUrl INFO 3 [96] R:OK -2015-03-24 14:12:48 queue INFO >>3 [97] -2015-03-24 14:12:48 sendUrl INFO 3 [97] R:OK -2015-03-24 14:13:38 queue INFO >>3 [98] -2015-03-24 14:13:38 sendUrl INFO 3 [98] R:OK -2015-03-24 14:14:22 queue INFO 7 [99] -2015-03-24 14:14:22 queue INFO >7 [100] -2015-03-24 14:14:22 sendUrl INFO 7 [99] R:OK -2015-03-24 14:14:23 sendUrl INFO 7 [100] R:OK -2015-03-24 14:14:24 queue INFO 3 [101] -2015-03-24 14:14:24 sendUrl INFO 3 [101] R:OK -2015-03-24 14:14:24 queue INFO >3 [102] -2015-03-24 14:14:24 sendUrl INFO 3 [102] R:OK -2015-03-24 14:15:14 queue INFO >>3 [103] -2015-03-24 14:15:14 sendUrl INFO 3 [103] R:OK -2015-03-24 14:16:04 queue INFO >>3 [104] -2015-03-24 14:16:05 sendUrl INFO 3 [104] R:OK -2015-03-24 14:16:48 queue INFO 7 [105] -2015-03-24 14:16:49 queue INFO >7 [106] -2015-03-24 14:16:49 sendUrl INFO 7 [105] R:OK -2015-03-24 14:16:49 sendUrl INFO 7 [106] R:OK -2015-03-24 14:16:50 queue INFO 3 [107] -2015-03-24 14:16:50 queue INFO >3 [108] -2015-03-24 14:16:50 sendUrl INFO 3 [107] R:OK -2015-03-24 14:16:51 sendUrl INFO 3 [108] R:OK -2015-03-24 14:17:40 queue INFO >>3 [109] -2015-03-24 14:17:41 sendUrl INFO 3 [109] R:OK -2015-03-24 14:18:30 queue INFO >>3 [110] -2015-03-24 14:18:30 sendUrl INFO 3 [110] R:OK -2015-03-24 14:19:15 queue INFO 7 [111] -2015-03-24 14:19:15 sendUrl INFO 7 [111] R:OK -2015-03-24 14:19:15 queue INFO >7 [112] -2015-03-24 14:19:15 sendUrl INFO 7 [112] R:OK -2015-03-24 14:19:16 queue INFO 3 [113] -2015-03-24 14:19:16 queue INFO >3 [114] -2015-03-24 14:19:17 sendUrl INFO 3 [113] R:OK -2015-03-24 14:19:17 sendUrl INFO 3 [114] R:OK -2015-03-24 14:20:06 queue INFO >>3 [115] -2015-03-24 14:20:07 sendUrl INFO 3 [115] R:OK -2015-03-24 14:20:57 queue INFO >>3 [116] -2015-03-24 14:20:57 sendUrl INFO 3 [116] R:OK -2015-03-24 14:21:41 queue INFO 7 [117] -2015-03-24 14:21:41 queue INFO >7 [118] -2015-03-24 14:21:41 sendUrl INFO 7 [117] R:OK -2015-03-24 14:21:42 sendUrl INFO 7 [118] R:OK -2015-03-24 14:21:43 queue INFO 3 [119] -2015-03-24 14:21:43 queue INFO >3 [120] -2015-03-24 14:21:43 sendUrl INFO 3 [119] R:OK -2015-03-24 14:21:43 sendUrl INFO 3 [120] R:OK -2015-03-24 14:22:33 queue INFO >>3 [121] -2015-03-24 14:22:33 sendUrl INFO 3 [121] R:OK -2015-03-24 14:23:23 queue INFO >>3 [122] -2015-03-24 14:23:23 sendUrl INFO 3 [122] R:OK -2015-03-24 14:24:07 queue INFO 7 [123] -2015-03-24 14:24:07 sendUrl INFO 7 [123] R:OK -2015-03-24 14:24:07 queue INFO >7 [124] -2015-03-24 14:24:08 sendUrl INFO 7 [124] R:OK -2015-03-24 14:24:09 queue INFO 3 [125] -2015-03-24 14:24:09 queue INFO >3 [126] -2015-03-24 14:24:09 sendUrl INFO 3 [125] R:OK -2015-03-24 14:24:10 sendUrl INFO 3 [126] R:OK -2015-03-24 14:24:59 queue INFO >>3 [127] -2015-03-24 14:24:59 sendUrl INFO 3 [127] R:OK -2015-03-24 14:25:49 queue INFO >>3 [128] -2015-03-24 14:25:49 sendUrl INFO 3 [128] R:OK -2015-03-24 14:26:33 queue INFO 7 [129] -2015-03-24 14:26:33 queue INFO >7 [130] -2015-03-24 14:26:34 sendUrl INFO 7 [129] R:OK -2015-03-24 14:26:34 sendUrl INFO 7 [130] R:OK -2015-03-24 14:26:35 queue INFO 3 [131] -2015-03-24 14:26:35 queue INFO >3 [132] -2015-03-24 14:26:35 sendUrl INFO 3 [131] R:OK -2015-03-24 14:26:36 sendUrl INFO 3 [132] R:OK -2015-03-24 14:27:25 queue INFO >>3 [133] -2015-03-24 14:27:26 sendUrl INFO 3 [133] R:OK -2015-03-24 14:28:15 queue INFO >>3 [134] -2015-03-24 14:28:15 sendUrl INFO 3 [134] R:OK -2015-03-24 14:28:59 queue INFO 7 [135] -2015-03-24 14:29:00 queue INFO >7 [136] -2015-03-24 14:29:00 sendUrl INFO 7 [135] R:OK -2015-03-24 14:29:00 sendUrl INFO 7 [136] R:OK -2015-03-24 14:29:01 queue INFO 3 [137] -2015-03-24 14:29:01 sendUrl INFO 3 [137] R:OK -2015-03-24 14:29:01 queue INFO >3 [138] -2015-03-24 14:29:02 sendUrl INFO 3 [138] R:OK -2015-03-24 14:29:51 queue INFO >>3 [139] -2015-03-24 14:29:52 sendUrl INFO 3 [139] R:OK -2015-03-24 14:30:41 queue INFO >>3 [140] -2015-03-24 14:30:42 sendUrl INFO 3 [140] R:OK -2015-03-24 14:31:26 queue INFO 7 [141] -2015-03-24 14:31:26 queue INFO >7 [142] -2015-03-24 14:31:26 sendUrl INFO 7 [141] R:OK -2015-03-24 14:31:27 sendUrl INFO 7 [142] R:OK -2015-03-24 14:31:28 queue INFO 3 [143] -2015-03-24 14:31:28 queue INFO >3 [144] -2015-03-24 14:31:28 sendUrl INFO 3 [143] R:OK -2015-03-24 14:31:28 sendUrl INFO 3 [144] R:OK -2015-03-24 14:32:18 queue INFO >>3 [145] -2015-03-24 14:32:18 sendUrl INFO 3 [145] R:OK -2015-03-24 14:33:08 queue INFO >>3 [146] -2015-03-24 14:33:08 sendUrl INFO 3 [146] R:OK -2015-03-24 14:33:52 queue INFO 7 [147] -2015-03-24 14:33:52 queue INFO >7 [148] -2015-03-24 14:33:52 sendUrl INFO 7 [147] R:OK -2015-03-24 14:33:53 sendUrl INFO 7 [148] R:OK -2015-03-24 14:33:54 queue INFO 3 [149] -2015-03-24 14:33:54 queue INFO >3 [150] -2015-03-24 14:33:54 sendUrl INFO 3 [149] R:OK -2015-03-24 14:33:55 sendUrl INFO 3 [150] R:OK -2015-03-24 14:34:44 queue INFO >>3 [151] -2015-03-24 14:34:44 sendUrl INFO 3 [151] R:OK -2015-03-24 14:35:34 queue INFO >>3 [152] -2015-03-24 14:35:34 sendUrl INFO 3 [152] R:OK -2015-03-24 14:36:18 queue INFO 7 [153] -2015-03-24 14:36:18 queue INFO >7 [154] -2015-03-24 14:36:19 sendUrl INFO 7 [153] R:OK -2015-03-24 14:36:19 sendUrl INFO 7 [154] R:OK -2015-03-24 14:36:20 queue INFO 3 [155] -2015-03-24 14:36:20 queue INFO >3 [156] -2015-03-24 14:36:20 sendUrl INFO 3 [155] R:OK -2015-03-24 14:36:21 sendUrl INFO 3 [156] R:OK -2015-03-24 14:37:10 queue INFO >>3 [157] -2015-03-24 14:37:10 sendUrl INFO 3 [157] R:OK -2015-03-24 14:38:00 queue INFO >>3 [158] -2015-03-24 14:38:00 sendUrl INFO 3 [158] R:OK -2015-03-24 14:38:44 queue INFO 7 [159] -2015-03-24 14:38:45 sendUrl INFO 7 [159] R:OK -2015-03-24 14:38:45 queue INFO >7 [160] -2015-03-24 14:38:45 sendUrl INFO 7 [160] R:OK -2015-03-24 14:38:46 queue INFO 3 [161] -2015-03-24 14:38:46 queue INFO >3 [162] -2015-03-24 14:38:47 sendUrl INFO 3 [161] R:OK -2015-03-24 14:38:47 sendUrl INFO 3 [162] R:OK -2015-03-24 14:39:36 queue INFO >>3 [163] -2015-03-24 14:39:36 sendUrl INFO 3 [163] R:OK -2015-03-24 14:40:26 queue INFO >>3 [164] -2015-03-24 14:40:27 sendUrl INFO 3 [164] R:OK -2015-03-24 14:41:11 queue INFO 7 [165] -2015-03-24 14:41:11 queue INFO >7 [166] -2015-03-24 14:41:11 sendUrl INFO 7 [165] R:OK -2015-03-24 14:41:12 sendUrl INFO 7 [166] R:OK -2015-03-24 14:41:13 queue INFO 3 [167] -2015-03-24 14:41:13 queue INFO >3 [168] -2015-03-24 14:41:13 sendUrl INFO 3 [167] R:OK -2015-03-24 14:41:14 sendUrl INFO 3 [168] R:OK -2015-03-24 14:42:03 queue INFO >>3 [169] -2015-03-24 14:42:03 sendUrl INFO 3 [169] R:OK -2015-03-24 14:42:53 queue INFO >>3 [170] -2015-03-24 14:42:53 sendUrl INFO 3 [170] R:OK -2015-03-24 14:43:43 queue INFO >>3 [171] -2015-03-24 14:43:43 sendUrl INFO 3 [171] R:OK -2015-03-24 14:43:50 queue INFO 1 [172] -2015-03-24 14:43:50 queue INFO >1 [173] -2015-03-24 14:43:51 sendUrl INFO 1 [172] R:OK -2015-03-24 14:43:51 sendUrl INFO 1 [173] R:OK -2015-03-24 14:44:40 queue INFO >>1 [174] -2015-03-24 14:44:40 sendUrl INFO 1 [174] R:OK -2015-03-24 14:44:51 queue INFO 3 [175] -2015-03-24 14:44:52 queue INFO >3 [176] -2015-03-24 14:44:52 sendUrl INFO 3 [175] R:OK -2015-03-24 14:44:52 sendUrl INFO 3 [176] R:OK -2015-03-24 14:45:19 queue INFO 7 [177] -2015-03-24 14:45:19 queue INFO >7 [178] -2015-03-24 14:45:19 sendUrl INFO 7 [177] R:OK -2015-03-24 14:45:20 sendUrl INFO 7 [178] R:OK -2015-03-24 14:45:20 queue INFO 3 [179] -2015-03-24 14:45:20 queue INFO >3 [180] -2015-03-24 14:45:21 sendUrl INFO 3 [179] R:OK -2015-03-24 14:45:21 sendUrl INFO 3 [180] R:OK -2015-03-24 14:46:10 queue INFO >>3 [181] -2015-03-24 14:46:11 sendUrl INFO 3 [181] R:OK -2015-03-24 14:47:01 queue INFO >>3 [182] -2015-03-24 14:47:01 sendUrl INFO 3 [182] R:OK -2015-03-24 14:47:45 queue INFO 7 [183] -2015-03-24 14:47:45 queue INFO >7 [184] -2015-03-24 14:47:45 sendUrl INFO 7 [183] R:OK -2015-03-24 14:47:46 sendUrl INFO 7 [184] R:OK -2015-03-24 14:47:47 queue INFO 3 [185] -2015-03-24 14:47:47 queue INFO >3 [186] -2015-03-24 14:47:47 sendUrl INFO 3 [185] R:OK -2015-03-24 14:47:47 sendUrl INFO 3 [186] R:OK -2015-03-24 14:48:37 queue INFO >>3 [187] -2015-03-24 14:48:37 sendUrl INFO 3 [187] R:OK -2015-03-24 14:49:27 queue INFO >>3 [188] -2015-03-24 14:49:27 sendUrl INFO 3 [188] R:OK -2015-03-24 14:50:11 queue INFO 7 [189] -2015-03-24 14:50:11 queue INFO >7 [190] -2015-03-24 14:50:12 sendUrl INFO 7 [189] R:OK -2015-03-24 14:50:12 sendUrl INFO 7 [190] R:OK -2015-03-24 14:50:13 queue INFO 3 [191] -2015-03-24 14:50:13 queue INFO >3 [192] -2015-03-24 14:50:13 sendUrl INFO 3 [191] R:OK -2015-03-24 14:50:14 sendUrl INFO 3 [192] R:OK -2015-03-24 14:51:03 queue INFO >>3 [193] -2015-03-24 14:51:03 sendUrl INFO 3 [193] R:OK -2015-03-24 14:51:53 queue INFO >>3 [194] -2015-03-24 14:51:53 sendUrl INFO 3 [194] R:OK -2015-03-24 14:52:37 queue INFO 7 [195] -2015-03-24 14:52:38 queue INFO >7 [196] -2015-03-24 14:52:38 sendUrl INFO 7 [195] R:OK -2015-03-24 14:52:38 sendUrl INFO 7 [196] R:OK -2015-03-24 14:52:39 queue INFO 3 [197] -2015-03-24 14:52:39 sendUrl INFO 3 [197] R:OK -2015-03-24 14:52:39 queue INFO >3 [198] -2015-03-24 14:52:40 sendUrl INFO 3 [198] R:OK -2015-03-24 14:53:29 queue INFO >>3 [199] -2015-03-24 14:53:29 sendUrl INFO 3 [199] R:OK -2015-03-24 14:54:19 queue INFO >>3 [200] -2015-03-24 14:54:20 sendUrl INFO 3 [200] R:OK -2015-03-24 14:54:33 queue INFO 1 [201] -2015-03-24 14:54:33 queue INFO >1 [202] -2015-03-24 14:54:33 sendUrl INFO 1 [201] R:OK -2015-03-24 14:54:34 sendUrl INFO 1 [202] R:OK -2015-03-24 14:54:59 queue INFO 9 [203] -2015-03-24 14:54:59 queue INFO >9 [204] -2015-03-24 14:54:59 sendUrl INFO 9 [203] R:OK -2015-03-24 14:55:00 sendUrl INFO 9 [204] R:OK -2015-03-24 14:55:49 queue INFO >>9 [205] -2015-03-24 14:55:49 sendUrl INFO 9 [205] R:OK -2015-03-24 14:56:39 queue INFO >>9 [206] -2015-03-24 14:56:39 sendUrl INFO 9 [206] R:OK -2015-03-24 14:57:29 queue INFO >>9 [207] -2015-03-24 14:57:30 sendUrl INFO 9 [207] R:OK -2015-03-24 14:58:19 queue INFO >>9 [208] -2015-03-24 14:58:20 sendUrl INFO 9 [208] R:OK -2015-03-24 14:59:10 queue INFO >>9 [209] -2015-03-24 14:59:10 sendUrl INFO 9 [209] R:OK -2015-03-24 15:00:00 queue INFO >>9 [210] -2015-03-24 15:00:00 sendUrl INFO 9 [210] R:OK -2015-03-24 15:00:50 queue INFO >>9 [211] -2015-03-24 15:00:50 sendUrl INFO 9 [211] R:OK -2015-03-24 15:01:40 queue INFO >>9 [212] -2015-03-24 15:01:40 sendUrl INFO 9 [212] R:OK -2015-03-24 15:02:30 queue INFO >>9 [213] -2015-03-24 15:02:31 sendUrl INFO 9 [213] R:OK -2015-03-24 15:03:20 queue INFO >>9 [214] -2015-03-24 15:03:21 sendUrl INFO 9 [214] R:OK -2015-03-24 15:04:11 queue INFO >>9 [215] -2015-03-24 15:04:11 sendUrl INFO 9 [215] R:OK -2015-03-24 15:05:01 queue INFO >>9 [216] -2015-03-24 15:05:01 sendUrl INFO 9 [216] R:OK -2015-03-24 15:05:51 queue INFO >>9 [217] -2015-03-24 15:05:51 sendUrl INFO 9 [217] R:OK -2015-03-24 15:06:41 queue INFO >>9 [218] -2015-03-24 15:06:41 sendUrl INFO 9 [218] R:OK -2015-03-24 15:07:31 queue INFO >>9 [219] -2015-03-24 15:07:32 sendUrl INFO 9 [219] R:OK -2015-03-24 15:08:21 queue INFO >>9 [220] -2015-03-24 15:08:21 sendUrl INFO 9 [220] R:OK -2015-03-24 15:09:11 queue INFO >>9 [221] -2015-03-24 15:09:12 sendUrl INFO 9 [221] R:OK -2015-03-24 15:10:01 queue INFO >>9 [222] -2015-03-24 15:10:02 sendUrl INFO 9 [222] R:OK -2015-03-24 15:10:52 queue INFO >>9 [223] -2015-03-24 15:10:52 sendUrl INFO 9 [223] R:OK -2015-03-24 15:11:42 queue INFO >>9 [224] -2015-03-24 15:11:42 sendUrl INFO 9 [224] R:OK -2015-03-24 15:12:32 queue INFO >>9 [225] -2015-03-24 15:12:32 sendUrl INFO 9 [225] R:OK -2015-03-24 15:13:22 queue INFO >>9 [226] -2015-03-24 15:13:22 sendUrl INFO 9 [226] R:OK -2015-03-24 15:14:12 queue INFO >>9 [227] -2015-03-24 15:14:13 sendUrl INFO 9 [227] R:OK -2015-03-24 15:15:02 queue INFO >>9 [228] -2015-03-24 15:15:03 sendUrl INFO 9 [228] R:OK -2015-03-24 15:15:52 queue INFO >>9 [229] -2015-03-24 15:15:53 sendUrl INFO 9 [229] R:OK -2015-03-24 15:16:43 queue INFO >>9 [230] -2015-03-24 15:16:43 sendUrl INFO 9 [230] R:OK -2015-03-24 15:17:33 queue INFO >>9 [231] -2015-03-24 15:17:33 sendUrl INFO 9 [231] R:OK -2015-03-24 15:17:42 queue INFO 29 [232] -2015-03-24 15:17:42 queue INFO >29 [233] -2015-03-24 15:17:42 sendUrl INFO 29 [232] R:OK -2015-03-24 15:17:43 sendUrl INFO 29 [233] R:OK -2015-03-24 15:18:32 queue INFO >>29 [234] -2015-03-24 15:18:32 sendUrl INFO 29 [234] R:OK -2015-03-24 15:18:39 queue INFO 0 [235] -2015-03-24 15:18:39 queue INFO >0 [236] -2015-03-24 15:18:40 sendUrl INFO 0 [235] R:OK -2015-03-24 15:18:40 sendUrl INFO 0 [236] R:OK -2015-03-24 15:18:49 queue INFO 29 [237] -2015-03-24 15:18:50 sendUrl INFO 29 [237] R:OK -2015-03-24 15:18:50 queue INFO >29 [238] -2015-03-24 15:18:50 sendUrl INFO 29 [238] R:OK -2015-03-24 15:19:40 queue INFO >>29 [239] -2015-03-24 15:19:40 sendUrl INFO 29 [239] R:OK -2015-03-24 15:20:30 queue INFO >>29 [240] -2015-03-24 15:20:30 sendUrl INFO 29 [240] R:OK -2015-03-24 15:20:33 queue INFO 39 [241] -2015-03-24 15:20:33 queue INFO >39 [242] -2015-03-24 15:20:33 sendUrl INFO 39 [241] R:OK -2015-03-24 15:20:34 sendUrl INFO 39 [242] R:OK -2015-03-24 15:20:34 queue INFO 21 [243] -2015-03-24 15:20:35 queue INFO >21 [244] -2015-03-24 15:20:35 sendUrl INFO 21 [243] R:OK -2015-03-24 15:20:35 sendUrl INFO 21 [244] R:OK -2015-03-24 15:21:25 queue INFO >>21 [245] -2015-03-24 15:21:25 sendUrl INFO 21 [245] R:OK -2015-03-24 15:21:27 queue INFO 29 [246] -2015-03-24 15:21:28 queue INFO >29 [247] -2015-03-24 15:21:28 sendUrl INFO 29 [246] R:OK -2015-03-24 15:21:28 sendUrl INFO 29 [247] R:OK -2015-03-24 15:21:35 queue INFO 21 [248] -2015-03-24 15:21:35 queue INFO >21 [249] -2015-03-24 15:21:36 sendUrl INFO 21 [248] R:OK -2015-03-24 15:21:36 sendUrl INFO 21 [249] R:OK -2015-03-24 15:22:25 queue INFO >>21 [250] -2015-03-24 15:22:26 sendUrl INFO 21 [250] R:OK -2015-03-24 15:23:08 queue INFO 1 [251] -2015-03-24 15:23:08 queue INFO >1 [252] -2015-03-24 15:23:08 sendUrl INFO 1 [251] R:OK -2015-03-24 15:23:09 sendUrl INFO 1 [252] R:OK -2015-03-24 15:23:32 queue INFO 5 [253] -2015-03-24 15:23:32 queue INFO >5 [254] -2015-03-24 15:23:33 sendUrl INFO 5 [253] R:OK -2015-03-24 15:23:33 sendUrl INFO 5 [254] R:OK -2015-03-24 15:23:33 queue INFO 1 [255] -2015-03-24 15:23:34 queue INFO >1 [256] -2015-03-24 15:23:34 sendUrl INFO 1 [255] R:OK -2015-03-24 15:23:34 sendUrl INFO 1 [256] R:OK -2015-03-24 15:24:21 queue INFO 3 [257] -2015-03-24 15:24:21 queue INFO >3 [258] -2015-03-24 15:24:21 sendUrl INFO 3 [257] R:OK -2015-03-24 15:24:22 sendUrl INFO 3 [258] R:OK -2015-03-24 15:25:11 queue INFO >>3 [259] -2015-03-24 15:25:11 sendUrl INFO 3 [259] R:OK -2015-03-24 15:26:01 queue INFO >>3 [260] -2015-03-24 15:26:01 sendUrl INFO 3 [260] R:OK -2015-03-24 15:26:23 queue INFO 5 [261] -2015-03-24 15:26:23 queue INFO >5 [262] -2015-03-24 15:26:23 sendUrl INFO 5 [261] R:OK -2015-03-24 15:26:24 sendUrl INFO 5 [262] R:OK -2015-03-24 15:26:24 queue INFO 1 [263] -2015-03-24 15:26:24 queue INFO >1 [264] -2015-03-24 15:26:25 sendUrl INFO 1 [263] R:OK -2015-03-24 15:26:25 sendUrl INFO 1 [264] R:OK -2015-03-24 15:26:27 queue INFO 3 [265] -2015-03-24 15:26:27 queue INFO >3 [266] -2015-03-24 15:26:27 sendUrl INFO 3 [265] R:OK -2015-03-24 15:26:28 sendUrl INFO 3 [266] R:OK -2015-03-24 15:27:17 queue INFO >>3 [267] -2015-03-24 15:27:17 sendUrl INFO 3 [267] R:OK -2015-03-24 15:28:07 queue INFO >>3 [268] -2015-03-24 15:28:07 sendUrl INFO 3 [268] R:OK -2015-03-24 15:28:49 queue INFO 7 [269] -2015-03-24 15:28:49 queue INFO >7 [270] -2015-03-24 15:28:49 sendUrl INFO 7 [269] R:OK -2015-03-24 15:28:50 sendUrl INFO 7 [270] R:OK -2015-03-24 15:28:50 queue INFO 3 [271] -2015-03-24 15:28:51 sendUrl INFO 3 [271] R:OK -2015-03-24 15:28:51 queue INFO >3 [272] -2015-03-24 15:28:51 sendUrl INFO 3 [272] R:OK -2015-03-24 15:29:41 queue INFO >>3 [273] -2015-03-24 15:29:41 sendUrl INFO 3 [273] R:OK -2015-03-24 15:30:31 queue INFO >>3 [274] -2015-03-24 15:30:31 sendUrl INFO 3 [274] R:OK -2015-03-24 15:31:15 queue INFO 7 [275] -2015-03-24 15:31:15 queue INFO >7 [276] -2015-03-24 15:31:16 sendUrl INFO 7 [275] R:OK -2015-03-24 15:31:16 sendUrl INFO 7 [276] R:OK -2015-03-24 15:31:17 queue INFO 3 [277] -2015-03-24 15:31:17 queue INFO >3 [278] -2015-03-24 15:31:17 sendUrl INFO 3 [277] R:OK -2015-03-24 15:31:18 sendUrl INFO 3 [278] R:OK -2015-03-24 15:32:07 queue INFO >>3 [279] -2015-03-24 15:32:07 sendUrl INFO 3 [279] R:OK -2015-03-24 15:32:57 queue INFO >>3 [280] -2015-03-24 15:32:57 sendUrl INFO 3 [280] R:OK -2015-03-24 15:33:41 queue INFO 7 [281] -2015-03-24 15:33:42 queue INFO >7 [282] -2015-03-24 15:33:42 sendUrl INFO 7 [281] R:OK -2015-03-24 15:33:42 sendUrl INFO 7 [282] R:OK -2015-03-24 15:33:43 queue INFO 3 [283] -2015-03-24 15:33:43 queue INFO >3 [284] -2015-03-24 15:33:44 sendUrl INFO 3 [283] R:OK -2015-03-24 15:33:44 sendUrl INFO 3 [284] R:OK -2015-03-24 15:34:33 queue INFO >>3 [285] -2015-03-24 15:34:33 sendUrl INFO 3 [285] R:OK -2015-03-24 15:35:23 queue INFO >>3 [286] -2015-03-24 15:35:24 sendUrl INFO 3 [286] R:OK -2015-03-24 15:36:08 queue INFO 7 [287] -2015-03-24 15:36:08 queue INFO >7 [288] -2015-03-24 15:36:08 sendUrl INFO 7 [287] R:OK -2015-03-24 15:36:09 sendUrl INFO 7 [288] R:OK -2015-03-24 15:36:09 queue INFO 3 [289] -2015-03-24 15:36:09 queue INFO >3 [290] -2015-03-24 15:36:10 sendUrl INFO 3 [289] R:OK -2015-03-24 15:36:10 sendUrl INFO 3 [290] R:OK -2015-03-24 15:36:59 queue INFO >>3 [291] -2015-03-24 15:37:00 sendUrl INFO 3 [291] R:OK -2015-03-24 15:37:10 queue INFO 1 [292] -2015-03-24 15:37:11 queue INFO >1 [293] -2015-03-24 15:37:11 sendUrl INFO 1 [292] R:OK -2015-03-24 15:37:11 sendUrl INFO 1 [293] R:OK -2015-03-24 15:38:01 queue INFO >>1 [294] -2015-03-24 15:38:01 sendUrl INFO 1 [294] R:OK -2015-03-24 15:38:34 queue INFO 5 [295] -2015-03-24 15:38:34 sendUrl INFO 5 [295] R:OK -2015-03-24 15:38:34 queue INFO >5 [296] -2015-03-24 15:38:34 sendUrl INFO 5 [296] R:OK -2015-03-24 15:38:35 queue INFO 1 [297] -2015-03-24 15:38:36 queue INFO >1 [298] -2015-03-24 15:38:36 sendUrl INFO 1 [297] R:OK -2015-03-24 15:38:36 sendUrl INFO 1 [298] R:OK -2015-03-24 15:39:26 queue INFO >>1 [299] -2015-03-24 15:39:26 sendUrl INFO 1 [299] R:OK -2015-03-24 15:40:16 queue INFO >>1 [300] -2015-03-24 15:40:16 sendUrl INFO 1 [300] R:OK -2015-03-24 15:41:00 queue INFO 5 [301] -2015-03-24 15:41:00 queue INFO >5 [302] -2015-03-24 15:41:00 sendUrl INFO 5 [301] R:OK -2015-03-24 15:41:01 sendUrl INFO 5 [302] R:OK -2015-03-24 15:41:02 queue INFO 1 [303] -2015-03-24 15:41:02 queue INFO >1 [304] -2015-03-24 15:41:02 sendUrl INFO 1 [303] R:OK -2015-03-24 15:41:02 sendUrl INFO 1 [304] R:OK -2015-03-24 15:41:52 queue INFO >>1 [305] -2015-03-24 15:41:52 sendUrl INFO 1 [305] R:OK -2015-03-24 15:42:42 queue INFO >>1 [306] -2015-03-24 15:42:42 sendUrl INFO 1 [306] R:OK -2015-03-24 15:43:32 queue INFO >>1 [307] -2015-03-24 15:43:32 sendUrl INFO 1 [307] R:OK -2015-03-24 15:44:22 queue INFO >>1 [308] -2015-03-24 15:44:23 sendUrl INFO 1 [308] R:OK -2015-03-24 15:45:12 queue INFO >>1 [309] -2015-03-24 15:45:13 sendUrl INFO 1 [309] R:OK -2015-03-24 15:46:03 queue INFO >>1 [310] -2015-03-24 15:46:03 sendUrl INFO 1 [310] R:OK -2015-03-24 15:46:53 queue INFO >>1 [311] -2015-03-24 15:46:53 sendUrl INFO 1 [311] R:OK -2015-03-24 15:47:43 queue INFO >>1 [312] -2015-03-24 15:47:43 sendUrl INFO 1 [312] R:OK -2015-03-24 15:48:33 queue INFO >>1 [313] -2015-03-24 15:48:33 sendUrl INFO 1 [313] R:OK -2015-03-24 15:49:23 queue INFO >>1 [314] -2015-03-24 15:49:24 sendUrl INFO 1 [314] R:OK -2015-03-24 15:50:13 queue INFO >>1 [315] -2015-03-24 15:50:14 sendUrl INFO 1 [315] R:OK -2015-03-24 15:51:04 queue INFO >>1 [316] -2015-03-24 15:51:04 sendUrl INFO 1 [316] R:OK -2015-03-24 15:51:54 queue INFO >>1 [317] -2015-03-24 15:51:54 sendUrl INFO 1 [317] R:OK -2015-03-24 15:52:44 queue INFO >>1 [318] -2015-03-24 15:52:44 sendUrl INFO 1 [318] R:OK -2015-03-24 15:53:34 queue INFO >>1 [319] -2015-03-24 15:53:34 sendUrl INFO 1 [319] R:OK -2015-03-24 15:54:24 queue INFO >>1 [320] -2015-03-24 15:54:24 sendUrl INFO 1 [320] R:OK -2015-03-24 15:55:14 queue INFO >>1 [321] -2015-03-24 15:55:15 sendUrl INFO 1 [321] R:OK -2015-03-24 15:56:04 queue INFO >>1 [322] -2015-03-24 15:56:05 sendUrl INFO 1 [322] R:OK -2015-03-24 15:56:55 queue INFO >>1 [323] -2015-03-24 15:56:55 sendUrl INFO 1 [323] R:OK -2015-03-24 15:57:45 queue INFO >>1 [324] -2015-03-24 15:57:45 sendUrl INFO 1 [324] R:OK -2015-03-24 15:58:35 queue INFO >>1 [325] -2015-03-24 15:58:35 sendUrl INFO 1 [325] R:OK -2015-03-24 15:59:25 queue INFO >>1 [326] -2015-03-24 15:59:25 sendUrl INFO 1 [326] R:OK -2015-03-24 16:00:15 queue INFO >>1 [327] -2015-03-24 16:00:16 sendUrl INFO 1 [327] R:OK -2015-03-24 16:01:05 queue INFO >>1 [328] -2015-03-24 16:01:06 sendUrl INFO 1 [328] R:OK -2015-03-24 16:01:56 queue INFO >>1 [329] -2015-03-24 16:01:56 sendUrl INFO 1 [329] R:OK -2015-03-24 16:02:46 queue INFO >>1 [330] -2015-03-24 16:02:46 sendUrl INFO 1 [330] R:OK -2015-03-24 16:03:36 queue INFO >>1 [331] -2015-03-24 16:03:36 sendUrl INFO 1 [331] R:OK -2015-03-24 16:04:26 queue INFO >>1 [332] -2015-03-24 16:04:26 sendUrl INFO 1 [332] R:OK -2015-03-24 16:05:16 queue INFO >>1 [333] -2015-03-24 16:05:17 sendUrl INFO 1 [333] R:OK -2015-03-24 16:06:06 queue INFO >>1 [334] -2015-03-24 16:06:06 sendUrl INFO 1 [334] R:OK -2015-03-24 16:06:56 queue INFO >>1 [335] -2015-03-24 16:06:57 sendUrl INFO 1 [335] R:OK -2015-03-24 16:07:47 queue INFO >>1 [336] -2015-03-24 16:07:47 sendUrl INFO 1 [336] R:OK -2015-03-24 16:08:37 queue INFO >>1 [337] -2015-03-24 16:08:37 sendUrl INFO 1 [337] R:OK -2015-03-24 16:09:27 queue INFO >>1 [338] -2015-03-24 16:09:27 sendUrl INFO 1 [338] R:OK -2015-03-24 16:10:17 queue INFO >>1 [339] -2015-03-24 16:10:18 sendUrl INFO 1 [339] R:OK -2015-03-24 16:11:07 queue INFO >>1 [340] -2015-03-24 16:11:08 sendUrl INFO 1 [340] R:OK -2015-03-24 16:11:57 queue INFO >>1 [341] -2015-03-24 16:11:58 sendUrl INFO 1 [341] R:OK -2015-03-24 16:12:48 queue INFO >>1 [342] -2015-03-24 16:12:48 sendUrl INFO 1 [342] R:OK -2015-03-24 16:13:38 queue INFO >>1 [343] -2015-03-24 16:13:38 sendUrl INFO 1 [343] R:OK -2015-03-24 16:14:28 queue INFO >>1 [344] -2015-03-24 16:14:28 sendUrl INFO 1 [344] R:OK -2015-03-24 16:15:18 queue INFO >>1 [345] -2015-03-24 16:15:18 sendUrl INFO 1 [345] R:OK -2015-03-24 16:16:08 queue INFO >>1 [346] -2015-03-24 16:16:08 sendUrl INFO 1 [346] R:OK -2015-03-24 16:16:58 queue INFO >>1 [347] -2015-03-24 16:16:59 sendUrl INFO 1 [347] R:OK -2015-03-24 16:17:48 queue INFO >>1 [348] -2015-03-24 16:17:49 sendUrl INFO 1 [348] R:OK -2015-03-24 16:18:39 queue INFO >>1 [349] -2015-03-24 16:18:39 sendUrl INFO 1 [349] R:OK -2015-03-24 16:19:29 queue INFO >>1 [350] -2015-03-24 16:19:29 sendUrl INFO 1 [350] R:OK -2015-03-24 16:20:19 queue INFO >>1 [351] -2015-03-24 16:20:19 sendUrl INFO 1 [351] R:OK -2015-03-24 16:21:09 queue INFO >>1 [352] -2015-03-24 16:21:09 sendUrl INFO 1 [352] R:OK -2015-03-24 16:21:59 queue INFO >>1 [353] -2015-03-24 16:22:00 sendUrl INFO 1 [353] R:OK -2015-03-24 16:22:49 queue INFO >>1 [354] -2015-03-24 16:22:50 sendUrl INFO 1 [354] R:OK -2015-03-24 16:23:40 queue INFO >>1 [355] -2015-03-24 16:23:40 sendUrl INFO 1 [355] R:OK -2015-03-24 16:24:30 queue INFO >>1 [356] -2015-03-24 16:24:30 sendUrl INFO 1 [356] R:OK -2015-03-24 16:25:20 queue INFO >>1 [357] -2015-03-24 16:25:20 sendUrl INFO 1 [357] R:OK -2015-03-24 16:26:10 queue INFO >>1 [358] -2015-03-24 16:26:10 sendUrl INFO 1 [358] R:OK -2015-03-24 16:27:00 queue INFO >>1 [359] -2015-03-24 16:27:00 sendUrl INFO 1 [359] R:OK -2015-03-24 16:27:50 queue INFO >>1 [360] -2015-03-24 16:27:51 sendUrl INFO 1 [360] R:OK -2015-03-24 16:28:41 queue INFO >>1 [361] -2015-03-24 16:28:41 sendUrl INFO 1 [361] R:OK -2015-03-24 16:29:31 queue INFO >>1 [362] -2015-03-24 16:29:31 sendUrl INFO 1 [362] R:OK -2015-03-24 16:30:21 queue INFO >>1 [363] -2015-03-24 16:30:21 sendUrl INFO 1 [363] R:OK -2015-03-24 16:31:11 queue INFO >>1 [364] -2015-03-24 16:31:11 sendUrl INFO 1 [364] R:OK -2015-03-24 16:32:01 queue INFO >>1 [365] -2015-03-24 16:32:01 sendUrl INFO 1 [365] R:OK -2015-03-24 16:32:51 queue INFO >>1 [366] -2015-03-24 16:32:52 sendUrl INFO 1 [366] R:OK -2015-03-24 16:33:41 queue INFO >>1 [367] -2015-03-24 16:33:42 sendUrl INFO 1 [367] R:OK -2015-03-24 16:34:32 queue INFO >>1 [368] -2015-03-24 16:34:32 sendUrl INFO 1 [368] R:OK -2015-03-24 16:35:22 queue INFO >>1 [369] -2015-03-24 16:35:22 sendUrl INFO 1 [369] R:OK -2015-03-24 16:36:12 queue INFO >>1 [370] -2015-03-24 16:36:12 sendUrl INFO 1 [370] R:OK -2015-03-24 16:37:02 queue INFO >>1 [371] -2015-03-24 16:37:02 sendUrl INFO 1 [371] R:OK -2015-03-24 16:37:52 queue INFO >>1 [372] -2015-03-24 16:37:53 sendUrl INFO 1 [372] R:OK -2015-03-24 16:38:42 queue INFO >>1 [373] -2015-03-24 16:38:42 sendUrl INFO 1 [373] R:OK -2015-03-24 16:39:32 queue INFO >>1 [374] -2015-03-24 16:39:33 sendUrl INFO 1 [374] R:OK -2015-03-24 16:40:23 queue INFO >>1 [375] -2015-03-24 16:40:23 sendUrl INFO 1 [375] R:OK -2015-03-24 16:41:13 queue INFO >>1 [376] -2015-03-24 16:41:13 sendUrl INFO 1 [376] R:OK -2015-03-24 16:42:03 queue INFO >>1 [377] -2015-03-24 16:42:03 sendUrl INFO 1 [377] R:OK -2015-03-24 16:42:53 queue INFO >>1 [378] -2015-03-24 16:42:54 sendUrl INFO 1 [378] R:OK -2015-03-24 16:43:43 queue INFO >>1 [379] -2015-03-24 16:43:44 sendUrl INFO 1 [379] R:OK -2015-03-24 16:44:33 queue INFO >>1 [380] -2015-03-24 16:44:34 sendUrl INFO 1 [380] R:OK -2015-03-24 16:45:24 queue INFO >>1 [381] -2015-03-24 16:45:24 sendUrl INFO 1 [381] R:OK -2015-03-24 16:46:14 queue INFO >>1 [382] -2015-03-24 16:46:14 sendUrl INFO 1 [382] R:OK -2015-03-24 16:47:04 queue INFO >>1 [383] -2015-03-24 16:47:04 sendUrl INFO 1 [383] R:OK -2015-03-24 16:47:54 queue INFO >>1 [384] -2015-03-24 16:47:54 sendUrl INFO 1 [384] R:OK -2015-03-24 16:48:44 queue INFO >>1 [385] -2015-03-24 16:48:45 sendUrl INFO 1 [385] R:OK -2015-03-24 16:49:34 queue INFO >>1 [386] -2015-03-24 16:49:35 sendUrl INFO 1 [386] R:OK -2015-03-24 16:50:25 queue INFO >>1 [387] -2015-03-24 16:50:25 sendUrl INFO 1 [387] R:OK -2015-03-24 16:51:15 queue INFO >>1 [388] -2015-03-24 16:51:15 sendUrl INFO 1 [388] R:OK -2015-03-24 16:52:05 queue INFO >>1 [389] -2015-03-24 16:52:05 sendUrl INFO 1 [389] R:OK -2015-03-24 16:52:55 queue INFO >>1 [390] -2015-03-24 16:52:55 sendUrl INFO 1 [390] R:OK -2015-03-24 16:53:45 queue INFO >>1 [391] -2015-03-24 16:53:46 sendUrl INFO 1 [391] R:OK -2015-03-24 16:54:35 queue INFO >>1 [392] -2015-03-24 16:54:36 sendUrl INFO 1 [392] R:OK -2015-03-24 16:55:25 queue INFO >>1 [393] -2015-03-24 16:55:26 sendUrl INFO 1 [393] R:OK -2015-03-24 16:56:16 queue INFO >>1 [394] -2015-03-24 16:56:16 sendUrl INFO 1 [394] R:OK -2015-03-24 16:57:06 queue INFO >>1 [395] -2015-03-24 16:57:06 sendUrl INFO 1 [395] R:OK -2015-03-24 16:57:56 queue INFO >>1 [396] -2015-03-24 16:57:56 sendUrl INFO 1 [396] R:OK -2015-03-24 16:58:46 queue INFO >>1 [397] -2015-03-24 16:58:46 sendUrl INFO 1 [397] R:OK -2015-03-24 16:59:36 queue INFO >>1 [398] -2015-03-24 16:59:36 sendUrl INFO 1 [398] R:OK -2015-03-24 17:00:26 queue INFO >>1 [399] -2015-03-24 17:00:27 sendUrl INFO 1 [399] R:OK -2015-03-24 17:01:16 queue INFO >>1 [400] -2015-03-24 17:01:16 sendUrl INFO 1 [400] R:OK -2015-03-24 17:02:06 queue INFO >>1 [401] -2015-03-24 17:02:07 sendUrl INFO 1 [401] R:OK -2015-03-24 17:02:57 queue INFO >>1 [402] -2015-03-24 17:02:57 sendUrl INFO 1 [402] R:OK -2015-03-24 17:03:47 queue INFO >>1 [403] -2015-03-24 17:03:47 sendUrl INFO 1 [403] R:OK -2015-03-24 17:04:37 queue INFO >>1 [404] -2015-03-24 17:04:37 sendUrl INFO 1 [404] R:OK -2015-03-24 17:05:27 queue INFO >>1 [405] -2015-03-24 17:05:28 sendUrl INFO 1 [405] R:OK -2015-03-24 17:06:17 queue INFO >>1 [406] -2015-03-24 17:06:17 sendUrl INFO 1 [406] R:OK -2015-03-24 17:07:07 queue INFO >>1 [407] -2015-03-24 17:07:08 sendUrl INFO 1 [407] R:OK -2015-03-24 17:07:58 queue INFO >>1 [408] -2015-03-24 17:07:58 sendUrl INFO 1 [408] R:OK -2015-03-24 17:08:48 queue INFO >>1 [409] -2015-03-24 17:08:48 sendUrl INFO 1 [409] R:OK -2015-03-24 17:09:38 queue INFO >>1 [410] -2015-03-24 17:09:38 sendUrl INFO 1 [410] R:OK -2015-03-24 17:10:28 queue INFO >>1 [411] -2015-03-24 17:10:28 sendUrl INFO 1 [411] R:OK -2015-03-24 17:11:18 queue INFO >>1 [412] -2015-03-24 17:11:18 sendUrl INFO 1 [412] R:OK -2015-03-24 17:12:08 queue INFO >>1 [413] -2015-03-24 17:12:09 sendUrl INFO 1 [413] R:OK -2015-03-24 17:12:58 queue INFO >>1 [414] -2015-03-24 17:12:59 sendUrl INFO 1 [414] R:OK -2015-03-24 17:13:49 queue INFO >>1 [415] -2015-03-24 17:13:49 sendUrl INFO 1 [415] R:OK -2015-03-24 17:14:39 queue INFO >>1 [416] -2015-03-24 17:14:39 sendUrl INFO 1 [416] R:OK -2015-03-24 17:15:29 queue INFO >>1 [417] -2015-03-24 17:15:29 sendUrl INFO 1 [417] R:OK -2015-03-24 17:16:19 queue INFO >>1 [418] -2015-03-24 17:16:19 sendUrl INFO 1 [418] R:OK -2015-03-24 17:17:09 queue INFO >>1 [419] -2015-03-24 17:17:09 sendUrl INFO 1 [419] R:OK -2015-03-24 17:17:59 queue INFO >>1 [420] -2015-03-24 17:18:00 sendUrl INFO 1 [420] R:OK -2015-03-24 17:18:50 queue INFO >>1 [421] -2015-03-24 17:18:50 sendUrl INFO 1 [421] R:OK -2015-03-24 17:19:40 queue INFO >>1 [422] -2015-03-24 17:19:40 sendUrl INFO 1 [422] R:OK -2015-03-24 17:20:30 queue INFO >>1 [423] -2015-03-24 17:20:30 sendUrl INFO 1 [423] R:OK -2015-03-24 17:21:20 queue INFO >>1 [424] -2015-03-24 17:21:20 sendUrl INFO 1 [424] R:OK -2015-03-24 17:22:10 queue INFO >>1 [425] -2015-03-24 17:22:10 sendUrl INFO 1 [425] R:OK -2015-03-24 17:23:00 queue INFO >>1 [426] -2015-03-24 17:23:01 sendUrl INFO 1 [426] R:OK -2015-03-24 17:23:50 queue INFO >>1 [427] -2015-03-24 17:23:51 sendUrl INFO 1 [427] R:OK -2015-03-24 17:24:41 queue INFO >>1 [428] -2015-03-24 17:24:41 sendUrl INFO 1 [428] R:OK -2015-03-24 17:25:31 queue INFO >>1 [429] -2015-03-24 17:25:31 sendUrl INFO 1 [429] R:OK -2015-03-24 17:26:21 queue INFO >>1 [430] -2015-03-24 17:26:21 sendUrl INFO 1 [430] R:OK -2015-03-24 17:27:11 queue INFO >>1 [431] -2015-03-24 17:27:11 sendUrl INFO 1 [431] R:OK -2015-03-24 17:28:01 queue INFO >>1 [432] -2015-03-24 17:28:02 sendUrl INFO 1 [432] R:OK -2015-03-24 17:28:51 queue INFO >>1 [433] -2015-03-24 17:28:52 sendUrl INFO 1 [433] R:OK -2015-03-24 17:29:42 queue INFO >>1 [434] -2015-03-24 17:29:42 sendUrl INFO 1 [434] R:OK -2015-03-24 17:30:32 queue INFO >>1 [435] -2015-03-24 17:30:32 sendUrl INFO 1 [435] R:OK -2015-03-24 17:31:22 queue INFO >>1 [436] -2015-03-24 17:31:22 sendUrl INFO 1 [436] R:OK -2015-03-24 17:32:12 queue INFO >>1 [437] -2015-03-24 17:32:12 sendUrl INFO 1 [437] R:OK -2015-03-24 17:33:02 queue INFO >>1 [438] -2015-03-24 17:33:03 sendUrl INFO 1 [438] R:OK -2015-03-24 17:33:52 queue INFO >>1 [439] -2015-03-24 17:33:52 sendUrl INFO 1 [439] R:OK -2015-03-24 17:34:42 queue INFO >>1 [440] -2015-03-24 17:34:43 sendUrl INFO 1 [440] R:OK -2015-03-24 17:35:33 queue INFO >>1 [441] -2015-03-24 17:35:33 sendUrl INFO 1 [441] R:OK -2015-03-24 17:36:23 queue INFO >>1 [442] -2015-03-24 17:36:23 sendUrl INFO 1 [442] R:OK -2015-03-24 17:37:13 queue INFO >>1 [443] -2015-03-24 17:37:13 sendUrl INFO 1 [443] R:OK -2015-03-24 17:38:03 queue INFO >>1 [444] -2015-03-24 17:38:04 sendUrl INFO 1 [444] R:OK -2015-03-24 17:38:53 queue INFO >>1 [445] -2015-03-24 17:38:53 sendUrl INFO 1 [445] R:OK -2015-03-24 17:39:43 queue INFO >>1 [446] -2015-03-24 17:39:44 sendUrl INFO 1 [446] R:OK -2015-03-24 17:40:34 queue INFO >>1 [447] -2015-03-24 17:40:34 sendUrl INFO 1 [447] R:OK -2015-03-24 17:41:24 queue INFO >>1 [448] -2015-03-24 17:41:24 sendUrl INFO 1 [448] R:OK -2015-03-24 17:42:14 queue INFO >>1 [449] -2015-03-24 17:42:14 sendUrl INFO 1 [449] R:OK -2015-03-24 17:43:04 queue INFO >>1 [450] -2015-03-24 17:43:04 sendUrl INFO 1 [450] R:OK -2015-03-24 17:43:54 queue INFO >>1 [451] -2015-03-24 17:43:54 sendUrl INFO 1 [451] R:OK -2015-03-24 17:44:44 queue INFO >>1 [452] -2015-03-24 17:44:45 sendUrl INFO 1 [452] R:OK -2015-03-24 17:45:34 queue INFO >>1 [453] -2015-03-24 17:45:35 sendUrl INFO 1 [453] R:OK -2015-03-24 17:46:25 queue INFO >>1 [454] -2015-03-24 17:46:25 sendUrl INFO 1 [454] R:OK -2015-03-24 17:47:15 queue INFO >>1 [455] -2015-03-24 17:47:15 sendUrl INFO 1 [455] R:OK -2015-03-24 17:48:05 queue INFO >>1 [456] -2015-03-24 17:48:05 sendUrl INFO 1 [456] R:OK -2015-03-24 17:48:55 queue INFO >>1 [457] -2015-03-24 17:48:55 sendUrl INFO 1 [457] R:OK -2015-03-24 17:49:45 queue INFO >>1 [458] -2015-03-24 17:49:46 sendUrl INFO 1 [458] R:OK -2015-03-24 17:50:35 queue INFO >>1 [459] -2015-03-24 17:50:36 sendUrl INFO 1 [459] R:OK -2015-03-24 17:51:26 queue INFO >>1 [460] -2015-03-24 17:51:26 sendUrl INFO 1 [460] R:OK -2015-03-24 17:52:16 queue INFO >>1 [461] -2015-03-24 17:52:16 sendUrl INFO 1 [461] R:OK -2015-03-24 17:53:06 queue INFO >>1 [462] -2015-03-24 17:53:06 sendUrl INFO 1 [462] R:OK -2015-03-24 17:53:56 queue INFO >>1 [463] -2015-03-24 17:53:56 sendUrl INFO 1 [463] R:OK -2015-03-24 17:54:46 queue INFO >>1 [464] -2015-03-24 17:54:46 sendUrl INFO 1 [464] R:OK -2015-03-24 17:55:36 queue INFO >>1 [465] -2015-03-24 17:55:37 sendUrl INFO 1 [465] R:OK -2015-03-24 17:56:26 queue INFO >>1 [466] -2015-03-24 17:56:27 sendUrl INFO 1 [466] R:OK -2015-03-24 17:57:17 queue INFO >>1 [467] -2015-03-24 17:57:17 sendUrl INFO 1 [467] R:OK -2015-03-24 17:58:07 queue INFO >>1 [468] -2015-03-24 17:58:07 sendUrl INFO 1 [468] R:OK -2015-03-24 17:58:57 queue INFO >>1 [469] -2015-03-24 17:58:57 sendUrl INFO 1 [469] R:OK -2015-03-24 17:59:47 queue INFO >>1 [470] -2015-03-24 17:59:47 sendUrl INFO 1 [470] R:OK -2015-03-24 18:00:37 queue INFO >>1 [471] -2015-03-24 18:00:38 sendUrl INFO 1 [471] R:OK -2015-03-24 18:01:27 queue INFO >>1 [472] -2015-03-24 18:01:28 sendUrl INFO 1 [472] R:OK -2015-03-24 18:02:18 queue INFO >>1 [473] -2015-03-24 18:02:18 sendUrl INFO 1 [473] R:OK -2015-03-24 18:03:08 queue INFO >>1 [474] -2015-03-24 18:03:08 sendUrl INFO 1 [474] R:OK -2015-03-24 18:03:58 queue INFO >>1 [475] -2015-03-24 18:03:58 sendUrl INFO 1 [475] R:OK -2015-03-24 18:04:48 queue INFO >>1 [476] -2015-03-24 18:04:48 sendUrl INFO 1 [476] R:OK -2015-03-24 18:05:38 queue INFO >>1 [477] -2015-03-24 18:05:39 sendUrl INFO 1 [477] R:OK -2015-03-24 18:06:28 queue INFO >>1 [478] -2015-03-24 18:06:28 sendUrl INFO 1 [478] R:OK -2015-03-24 18:07:18 queue INFO >>1 [479] -2015-03-24 18:07:19 sendUrl INFO 1 [479] R:OK -2015-03-24 18:08:09 queue INFO >>1 [480] -2015-03-24 18:08:09 sendUrl INFO 1 [480] R:OK -2015-03-24 18:08:59 queue INFO >>1 [481] -2015-03-24 18:08:59 sendUrl INFO 1 [481] R:OK -2015-03-24 18:09:49 queue INFO >>1 [482] -2015-03-24 18:09:49 sendUrl INFO 1 [482] R:OK -2015-03-24 18:10:39 queue INFO >>1 [483] -2015-03-24 18:10:39 sendUrl INFO 1 [483] R:OK -2015-03-24 18:11:29 queue INFO >>1 [484] -2015-03-24 18:11:29 sendUrl INFO 1 [484] R:OK -2015-03-24 18:12:19 queue INFO >>1 [485] -2015-03-24 18:12:20 sendUrl INFO 1 [485] R:OK -2015-03-24 18:13:09 queue INFO >>1 [486] -2015-03-24 18:13:10 sendUrl INFO 1 [486] R:OK -2015-03-24 18:13:59 queue INFO >>1 [487] -2015-03-24 18:14:00 sendUrl INFO 1 [487] R:OK -2015-03-24 18:14:50 queue INFO >>1 [488] -2015-03-24 18:14:50 sendUrl INFO 1 [488] R:OK -2015-03-24 18:15:40 queue INFO >>1 [489] -2015-03-24 18:15:40 sendUrl INFO 1 [489] R:OK -2015-03-24 18:16:30 queue INFO >>1 [490] -2015-03-24 18:16:30 sendUrl INFO 1 [490] R:OK -2015-03-24 18:17:20 queue INFO >>1 [491] -2015-03-24 18:17:21 sendUrl INFO 1 [491] R:OK -2015-03-24 18:18:10 queue INFO >>1 [492] -2015-03-24 18:18:11 sendUrl INFO 1 [492] R:OK -2015-03-24 18:19:00 queue INFO >>1 [493] -2015-03-24 18:19:01 sendUrl INFO 1 [493] R:OK -2015-03-24 18:19:51 queue INFO >>1 [494] -2015-03-24 18:19:51 sendUrl INFO 1 [494] R:OK -2015-03-24 18:20:41 queue INFO >>1 [495] -2015-03-24 18:20:41 sendUrl INFO 1 [495] R:OK -2015-03-24 18:21:31 queue INFO >>1 [496] -2015-03-24 18:21:31 sendUrl INFO 1 [496] R:OK -2015-03-24 18:22:21 queue INFO >>1 [497] -2015-03-24 18:22:21 sendUrl INFO 1 [497] R:OK -2015-03-24 18:23:11 queue INFO >>1 [498] -2015-03-24 18:23:11 sendUrl INFO 1 [498] R:OK -2015-03-24 18:24:01 queue INFO >>1 [499] -2015-03-24 18:24:02 sendUrl INFO 1 [499] R:OK -2015-03-24 18:24:51 queue INFO >>1 [500] -2015-03-24 18:24:52 sendUrl INFO 1 [500] R:OK -2015-03-24 18:25:42 queue INFO >>1 [501] -2015-03-24 18:25:42 sendUrl INFO 1 [501] R:OK -2015-03-24 18:26:32 queue INFO >>1 [502] -2015-03-24 18:26:32 sendUrl INFO 1 [502] R:OK -2015-03-24 18:27:22 queue INFO >>1 [503] -2015-03-24 18:27:22 sendUrl INFO 1 [503] R:OK -2015-03-24 18:28:12 queue INFO >>1 [504] -2015-03-24 18:28:12 sendUrl INFO 1 [504] R:OK -2015-03-24 18:29:02 queue INFO >>1 [505] -2015-03-24 18:29:03 sendUrl INFO 1 [505] R:OK -2015-03-24 18:29:52 queue INFO >>1 [506] -2015-03-24 18:29:53 sendUrl INFO 1 [506] R:OK -2015-03-24 18:30:43 queue INFO >>1 [507] -2015-03-24 18:30:43 sendUrl INFO 1 [507] R:OK -2015-03-24 18:31:33 queue INFO >>1 [508] -2015-03-24 18:31:33 sendUrl INFO 1 [508] R:OK -2015-03-24 18:31:37 queue INFO 3 [509] -2015-03-24 18:31:38 queue INFO >3 [510] -2015-03-24 18:31:38 sendUrl INFO 3 [509] R:OK -2015-03-24 18:31:38 sendUrl INFO 3 [510] R:OK -2015-03-24 18:32:27 queue INFO >>3 [511] -2015-03-24 18:32:28 sendUrl INFO 3 [511] R:OK -2015-03-24 18:32:48 queue INFO 7 [512] -2015-03-24 18:32:48 queue INFO >7 [513] -2015-03-24 18:32:48 sendUrl INFO 7 [512] R:OK -2015-03-24 18:32:49 sendUrl INFO 7 [513] R:OK -2015-03-24 18:32:49 queue INFO 3 [514] -2015-03-24 18:32:50 queue INFO >3 [515] -2015-03-24 18:32:50 sendUrl INFO 3 [514] R:OK -2015-03-24 18:32:50 sendUrl INFO 3 [515] R:OK -2015-03-24 18:33:40 queue INFO >>3 [516] -2015-03-24 18:33:40 sendUrl INFO 3 [516] R:OK -2015-03-24 18:34:30 queue INFO >>3 [517] -2015-03-24 18:34:30 sendUrl INFO 3 [517] R:OK -2015-03-24 18:35:14 queue INFO 7 [518] -2015-03-24 18:35:14 queue INFO >7 [519] -2015-03-24 18:35:14 sendUrl INFO 7 [518] R:OK -2015-03-24 18:35:15 sendUrl INFO 7 [519] R:OK -2015-03-24 18:35:16 queue INFO 3 [520] -2015-03-24 18:35:16 queue INFO >3 [521] -2015-03-24 18:35:16 sendUrl INFO 3 [520] R:OK -2015-03-24 18:35:16 sendUrl INFO 3 [521] R:OK -2015-03-24 18:36:06 queue INFO >>3 [522] -2015-03-24 18:36:06 sendUrl INFO 3 [522] R:OK -2015-03-24 18:36:56 queue INFO >>3 [523] -2015-03-24 18:36:56 sendUrl INFO 3 [523] R:OK -2015-03-24 18:37:40 queue INFO 7 [524] -2015-03-24 18:37:40 queue INFO >7 [525] -2015-03-24 18:37:41 sendUrl INFO 7 [524] R:OK -2015-03-24 18:37:41 sendUrl INFO 7 [525] R:OK -2015-03-24 18:37:42 queue INFO 3 [526] -2015-03-24 18:37:42 queue INFO >3 [527] -2015-03-24 18:37:42 sendUrl INFO 3 [526] R:OK -2015-03-24 18:37:43 sendUrl INFO 3 [527] R:OK -2015-03-24 18:38:32 queue INFO >>3 [528] -2015-03-24 18:38:32 sendUrl INFO 3 [528] R:OK -2015-03-24 18:39:22 queue INFO >>3 [529] -2015-03-24 18:39:22 sendUrl INFO 3 [529] R:OK -2015-03-24 18:40:07 queue INFO 7 [530] -2015-03-24 18:40:07 queue INFO >7 [531] -2015-03-24 18:40:07 sendUrl INFO 7 [530] R:OK -2015-03-24 18:40:07 sendUrl INFO 7 [531] R:OK -2015-03-24 18:40:08 queue INFO 3 [532] -2015-03-24 18:40:09 queue INFO >3 [533] -2015-03-24 18:40:09 sendUrl INFO 3 [532] R:OK -2015-03-24 18:40:09 sendUrl INFO 3 [533] R:OK -2015-03-24 18:40:58 queue INFO >>3 [534] -2015-03-24 18:40:59 sendUrl INFO 3 [534] R:OK -2015-03-24 18:41:49 queue INFO >>3 [535] -2015-03-24 18:41:49 sendUrl INFO 3 [535] R:OK -2015-03-24 18:42:33 queue INFO 7 [536] -2015-03-24 18:42:33 queue INFO >7 [537] -2015-03-24 18:42:33 sendUrl INFO 7 [536] R:OK -2015-03-24 18:42:34 sendUrl INFO 7 [537] R:OK -2015-03-24 18:42:35 queue INFO 3 [538] -2015-03-24 18:42:35 sendUrl INFO 3 [538] R:OK -2015-03-24 18:42:35 queue INFO >3 [539] -2015-03-24 18:42:35 sendUrl INFO 3 [539] R:OK -2015-03-24 18:43:25 queue INFO >>3 [540] -2015-03-24 18:43:25 sendUrl INFO 3 [540] R:OK -2015-03-24 18:44:15 queue INFO >>3 [541] -2015-03-24 18:44:15 sendUrl INFO 3 [541] R:OK -2015-03-24 18:44:59 queue INFO 7 [542] -2015-03-24 18:44:59 queue INFO >7 [543] -2015-03-24 18:45:00 sendUrl INFO 7 [542] R:OK -2015-03-24 18:45:00 sendUrl INFO 7 [543] R:OK -2015-03-24 18:45:01 queue INFO 3 [544] -2015-03-24 18:45:01 queue INFO >3 [545] -2015-03-24 18:45:01 sendUrl INFO 3 [544] R:OK -2015-03-24 18:45:02 sendUrl INFO 3 [545] R:OK -2015-03-24 18:45:51 queue INFO >>3 [546] -2015-03-24 18:45:52 sendUrl INFO 3 [546] R:OK -2015-03-24 18:46:41 queue INFO >>3 [547] -2015-03-24 18:46:41 sendUrl INFO 3 [547] R:OK -2015-03-24 18:47:25 queue INFO 7 [548] -2015-03-24 18:47:26 queue INFO >7 [549] -2015-03-24 18:47:26 sendUrl INFO 7 [548] R:OK -2015-03-24 18:47:26 sendUrl INFO 7 [549] R:OK -2015-03-24 18:47:27 queue INFO 3 [550] -2015-03-24 18:47:27 sendUrl INFO 3 [550] R:OK -2015-03-24 18:47:27 queue INFO >3 [551] -2015-03-24 18:47:28 sendUrl INFO 3 [551] R:OK -2015-03-24 18:48:17 queue INFO >>3 [552] -2015-03-24 18:48:17 sendUrl INFO 3 [552] R:OK -2015-03-24 18:49:07 queue INFO >>3 [553] -2015-03-24 18:49:08 sendUrl INFO 3 [553] R:OK -2015-03-24 18:49:52 queue INFO 7 [554] -2015-03-24 18:49:52 queue INFO >7 [555] -2015-03-24 18:49:52 sendUrl INFO 7 [554] R:OK -2015-03-24 18:49:53 sendUrl INFO 7 [555] R:OK -2015-03-24 18:49:53 queue INFO 3 [556] -2015-03-24 18:49:54 queue INFO >3 [557] -2015-03-24 18:49:54 sendUrl INFO 3 [556] R:OK -2015-03-24 18:49:54 sendUrl INFO 3 [557] R:OK -2015-03-24 18:50:43 queue INFO >>3 [558] -2015-03-24 18:50:44 sendUrl INFO 3 [558] R:OK -2015-03-24 18:51:34 queue INFO >>3 [559] -2015-03-24 18:51:34 sendUrl INFO 3 [559] R:OK -2015-03-24 18:52:18 queue INFO 7 [560] -2015-03-24 18:52:18 sendUrl INFO 7 [560] R:OK -2015-03-24 18:52:18 queue INFO >7 [561] -2015-03-24 18:52:19 sendUrl INFO 7 [561] R:OK -2015-03-24 18:52:20 queue INFO 3 [562] -2015-03-24 18:52:20 queue INFO >3 [563] -2015-03-24 18:52:20 sendUrl INFO 3 [562] R:OK -2015-03-24 18:52:21 sendUrl INFO 3 [563] R:OK -2015-03-24 18:53:10 queue INFO >>3 [564] -2015-03-24 18:53:10 sendUrl INFO 3 [564] R:OK -2015-03-24 18:54:00 queue INFO >>3 [565] -2015-03-24 18:54:00 sendUrl INFO 3 [565] R:OK -2015-03-24 18:54:44 queue INFO 7 [566] -2015-03-24 18:54:44 queue INFO >7 [567] -2015-03-24 18:54:45 sendUrl INFO 7 [566] R:OK -2015-03-24 18:54:45 sendUrl INFO 7 [567] R:OK -2015-03-24 18:54:46 queue INFO 3 [568] -2015-03-24 18:54:46 queue INFO >3 [569] -2015-03-24 18:54:46 sendUrl INFO 3 [568] R:OK -2015-03-24 18:54:47 sendUrl INFO 3 [569] R:OK -2015-03-24 18:55:36 queue INFO >>3 [570] -2015-03-24 18:55:36 sendUrl INFO 3 [570] R:OK -2015-03-24 18:56:26 queue INFO >>3 [571] -2015-03-24 18:56:26 sendUrl INFO 3 [571] R:OK -2015-03-24 18:57:10 queue INFO 7 [572] -2015-03-24 18:57:11 sendUrl INFO 7 [572] R:OK -2015-03-24 18:57:11 queue INFO >7 [573] -2015-03-24 18:57:11 sendUrl INFO 7 [573] R:OK -2015-03-24 18:57:12 queue INFO 3 [574] -2015-03-24 18:57:12 queue INFO >3 [575] -2015-03-24 18:57:13 sendUrl INFO 3 [574] R:OK -2015-03-24 18:57:13 sendUrl INFO 3 [575] R:OK -2015-03-24 18:58:02 queue INFO >>3 [576] -2015-03-24 18:58:02 sendUrl INFO 3 [576] R:OK -2015-03-24 18:58:52 queue INFO >>3 [577] -2015-03-24 18:58:53 sendUrl INFO 3 [577] R:OK -2015-03-24 18:59:37 queue INFO 7 [578] -2015-03-24 18:59:37 queue INFO >7 [579] -2015-03-24 18:59:37 sendUrl INFO 7 [578] R:OK -2015-03-24 18:59:38 sendUrl INFO 7 [579] R:OK -2015-03-24 18:59:39 queue INFO 3 [580] -2015-03-24 18:59:39 queue INFO >3 [581] -2015-03-24 18:59:39 sendUrl INFO 3 [580] R:OK -2015-03-24 18:59:40 sendUrl INFO 3 [581] R:OK -2015-03-24 19:00:29 queue INFO >>3 [582] -2015-03-24 19:00:29 sendUrl INFO 3 [582] R:OK -2015-03-24 19:01:19 queue INFO >>3 [583] -2015-03-24 19:01:19 sendUrl INFO 3 [583] R:OK -2015-03-24 19:02:03 queue INFO 7 [584] -2015-03-24 19:02:03 queue INFO >7 [585] -2015-03-24 19:02:04 sendUrl INFO 7 [584] R:OK -2015-03-24 19:02:04 sendUrl INFO 7 [585] R:OK -2015-03-24 19:02:05 queue INFO 3 [586] -2015-03-24 19:02:05 queue INFO >3 [587] -2015-03-24 19:02:05 sendUrl INFO 3 [586] R:OK -2015-03-24 19:02:05 sendUrl INFO 3 [587] R:OK -2015-03-24 19:02:55 queue INFO >>3 [588] -2015-03-24 19:02:55 sendUrl INFO 3 [588] R:OK -2015-03-24 19:03:45 queue INFO >>3 [589] -2015-03-24 19:03:45 sendUrl INFO 3 [589] R:OK -2015-03-24 19:04:29 queue INFO 7 [590] -2015-03-24 19:04:29 queue INFO >7 [591] -2015-03-24 19:04:29 sendUrl INFO 7 [590] R:OK -2015-03-24 19:04:30 sendUrl INFO 7 [591] R:OK -2015-03-24 19:04:31 queue INFO 3 [592] -2015-03-24 19:04:31 queue INFO >3 [593] -2015-03-24 19:04:32 sendUrl INFO 3 [592] R:OK -2015-03-24 19:04:32 sendUrl INFO 3 [593] R:OK -2015-03-24 19:05:21 queue INFO >>3 [594] -2015-03-24 19:05:21 sendUrl INFO 3 [594] R:OK -2015-03-24 19:06:11 queue INFO >>3 [595] -2015-03-24 19:06:12 sendUrl INFO 3 [595] R:OK -2015-03-24 19:06:56 queue INFO 7 [596] -2015-03-24 19:06:56 queue INFO >7 [597] -2015-03-24 19:06:56 sendUrl INFO 7 [596] R:OK -2015-03-24 19:06:56 sendUrl INFO 7 [597] R:OK -2015-03-24 19:06:57 queue INFO 3 [598] -2015-03-24 19:06:57 queue INFO >3 [599] -2015-03-24 19:06:57 sendUrl INFO 3 [598] R:OK -2015-03-24 19:06:58 sendUrl INFO 3 [599] R:OK -2015-03-24 19:07:47 queue INFO >>3 [600] -2015-03-24 19:07:48 sendUrl INFO 3 [600] R:OK -2015-03-24 19:08:38 queue INFO >>3 [601] -2015-03-24 19:08:38 sendUrl INFO 3 [601] R:OK -2015-03-24 19:09:22 queue INFO 7 [602] -2015-03-24 19:09:22 queue INFO >7 [603] -2015-03-24 19:09:22 sendUrl INFO 7 [602] R:OK -2015-03-24 19:09:23 sendUrl INFO 7 [603] R:OK -2015-03-24 19:09:24 queue INFO 3 [604] -2015-03-24 19:09:24 queue INFO >3 [605] -2015-03-24 19:09:24 sendUrl INFO 3 [604] R:OK -2015-03-24 19:09:24 sendUrl INFO 3 [605] R:OK -2015-03-24 19:10:14 queue INFO >>3 [606] -2015-03-24 19:10:14 sendUrl INFO 3 [606] R:OK -2015-03-24 19:11:04 queue INFO >>3 [607] -2015-03-24 19:11:04 sendUrl INFO 3 [607] R:OK -2015-03-24 19:11:48 queue INFO 7 [608] -2015-03-24 19:11:48 queue INFO >7 [609] -2015-03-24 19:11:48 sendUrl INFO 7 [608] R:OK -2015-03-24 19:11:49 sendUrl INFO 7 [609] R:OK -2015-03-24 19:11:50 queue INFO 3 [610] -2015-03-24 19:11:50 sendUrl INFO 3 [610] R:OK -2015-03-24 19:11:50 queue INFO >3 [611] -2015-03-24 19:11:50 sendUrl INFO 3 [611] R:OK -2015-03-24 19:12:40 queue INFO >>3 [612] -2015-03-24 19:12:40 sendUrl INFO 3 [612] R:OK -2015-03-24 19:13:30 queue INFO >>3 [613] -2015-03-24 19:13:31 sendUrl INFO 3 [613] R:OK -2015-03-24 19:14:14 queue INFO 7 [614] -2015-03-24 19:14:15 queue INFO >7 [615] -2015-03-24 19:14:15 sendUrl INFO 7 [614] R:OK -2015-03-24 19:14:15 sendUrl INFO 7 [615] R:OK -2015-03-24 19:14:16 queue INFO 3 [616] -2015-03-24 19:14:16 queue INFO >3 [617] -2015-03-24 19:14:16 sendUrl INFO 3 [616] R:OK -2015-03-24 19:14:17 sendUrl INFO 3 [617] R:OK -2015-03-24 19:15:06 queue INFO >>3 [618] -2015-03-24 19:15:07 sendUrl INFO 3 [618] R:OK -2015-03-24 19:15:56 queue INFO >>3 [619] -2015-03-24 19:15:57 sendUrl INFO 3 [619] R:OK -2015-03-24 19:16:41 queue INFO 7 [620] -2015-03-24 19:16:41 queue INFO >7 [621] -2015-03-24 19:16:41 sendUrl INFO 7 [620] R:OK -2015-03-24 19:16:42 sendUrl INFO 7 [621] R:OK -2015-03-24 19:16:42 queue INFO 3 [622] -2015-03-24 19:16:43 queue INFO >3 [623] -2015-03-24 19:16:43 sendUrl INFO 3 [622] R:OK -2015-03-24 19:16:43 sendUrl INFO 3 [623] R:OK -2015-03-24 19:17:33 queue INFO >>3 [624] -2015-03-24 19:17:33 sendUrl INFO 3 [624] R:OK -2015-03-24 19:18:23 queue INFO >>3 [625] -2015-03-24 19:18:23 sendUrl INFO 3 [625] R:OK -2015-03-24 19:19:07 queue INFO 7 [626] -2015-03-24 19:19:07 queue INFO >7 [627] -2015-03-24 19:19:07 sendUrl INFO 7 [626] R:OK -2015-03-24 19:19:08 sendUrl INFO 7 [627] R:OK -2015-03-24 19:19:09 queue INFO 3 [628] -2015-03-24 19:19:09 queue INFO >3 [629] -2015-03-24 19:19:09 sendUrl INFO 3 [628] R:OK -2015-03-24 19:19:09 sendUrl INFO 3 [629] R:OK -2015-03-24 19:19:59 queue INFO >>3 [630] -2015-03-24 19:19:59 sendUrl INFO 3 [630] R:OK -2015-03-24 19:20:49 queue INFO >>3 [631] -2015-03-24 19:20:49 sendUrl INFO 3 [631] R:OK -2015-03-24 19:21:33 queue INFO 7 [632] -2015-03-24 19:21:34 queue INFO >7 [633] -2015-03-24 19:21:34 sendUrl INFO 7 [632] R:OK -2015-03-24 19:21:34 sendUrl INFO 7 [633] R:OK -2015-03-24 19:21:35 queue INFO 3 [634] -2015-03-24 19:21:35 queue INFO >3 [635] -2015-03-24 19:21:35 sendUrl INFO 3 [634] R:OK -2015-03-24 19:21:36 sendUrl INFO 3 [635] R:OK -2015-03-24 19:22:25 queue INFO >>3 [636] -2015-03-24 19:22:26 sendUrl INFO 3 [636] R:OK -2015-03-24 19:23:15 queue INFO >>3 [637] -2015-03-24 19:23:15 sendUrl INFO 3 [637] R:OK -2015-03-24 19:24:00 queue INFO 7 [638] -2015-03-24 19:24:00 sendUrl INFO 7 [638] R:OK -2015-03-24 19:24:00 queue INFO >7 [639] -2015-03-24 19:24:00 sendUrl INFO 7 [639] R:OK -2015-03-24 19:24:01 queue INFO 3 [640] -2015-03-24 19:24:01 queue INFO >3 [641] -2015-03-24 19:24:02 sendUrl INFO 3 [640] R:OK -2015-03-24 19:24:02 sendUrl INFO 3 [641] R:OK -2015-03-24 19:24:51 queue INFO >>3 [642] -2015-03-24 19:24:52 sendUrl INFO 3 [642] R:OK -2015-03-24 19:25:42 queue INFO >>3 [643] -2015-03-24 19:25:42 sendUrl INFO 3 [643] R:OK -2015-03-24 19:26:26 queue INFO 7 [644] -2015-03-24 19:26:26 queue INFO >7 [645] -2015-03-24 19:26:26 sendUrl INFO 7 [644] R:OK -2015-03-24 19:26:27 sendUrl INFO 7 [645] R:OK -2015-03-24 19:26:27 queue INFO 3 [646] -2015-03-24 19:26:28 queue INFO >3 [647] -2015-03-24 19:26:28 sendUrl INFO 3 [646] R:OK -2015-03-24 19:26:28 sendUrl INFO 3 [647] R:OK -2015-03-24 19:27:18 queue INFO >>3 [648] -2015-03-24 19:27:18 sendUrl INFO 3 [648] R:OK -2015-03-24 19:28:08 queue INFO >>3 [649] -2015-03-24 19:28:08 sendUrl INFO 3 [649] R:OK -2015-03-24 19:28:52 queue INFO 7 [650] -2015-03-24 19:28:52 sendUrl INFO 7 [650] R:OK -2015-03-24 19:28:52 queue INFO >7 [651] -2015-03-24 19:28:53 sendUrl INFO 7 [651] R:OK -2015-03-24 19:28:54 queue INFO 3 [652] -2015-03-24 19:28:54 queue INFO >3 [653] -2015-03-24 19:28:54 sendUrl INFO 3 [652] R:OK -2015-03-24 19:28:55 sendUrl INFO 3 [653] R:OK -2015-03-24 19:29:44 queue INFO >>3 [654] -2015-03-24 19:29:44 sendUrl INFO 3 [654] R:OK -2015-03-24 19:30:34 queue INFO >>3 [655] -2015-03-24 19:30:34 sendUrl INFO 3 [655] R:OK -2015-03-24 19:31:19 queue INFO 7 [656] -2015-03-24 19:31:19 queue INFO >7 [657] -2015-03-24 19:31:19 sendUrl INFO 7 [656] R:OK -2015-03-24 19:31:19 sendUrl INFO 7 [657] R:OK -2015-03-24 19:31:20 queue INFO 3 [658] -2015-03-24 19:31:20 queue INFO >3 [659] -2015-03-24 19:31:21 sendUrl INFO 3 [658] R:OK -2015-03-24 19:31:21 sendUrl INFO 3 [659] R:OK -2015-03-24 19:32:10 queue INFO >>3 [660] -2015-03-24 19:32:11 sendUrl INFO 3 [660] R:OK -2015-03-24 19:33:00 queue INFO >>3 [661] -2015-03-24 19:33:01 sendUrl INFO 3 [661] R:OK -2015-03-24 19:33:45 queue INFO 7 [662] -2015-03-24 19:33:45 queue INFO >7 [663] -2015-03-24 19:33:45 sendUrl INFO 7 [662] R:OK -2015-03-24 19:33:46 sendUrl INFO 7 [663] R:OK -2015-03-24 19:33:46 queue INFO 3 [664] -2015-03-24 19:33:47 queue INFO >3 [665] -2015-03-24 19:33:47 sendUrl INFO 3 [664] R:OK -2015-03-24 19:33:47 sendUrl INFO 3 [665] R:OK -2015-03-24 19:34:37 queue INFO >>3 [666] -2015-03-24 19:34:37 sendUrl INFO 3 [666] R:OK -2015-03-24 19:35:27 queue INFO >>3 [667] -2015-03-24 19:35:27 sendUrl INFO 3 [667] R:OK -2015-03-24 19:36:11 queue INFO 7 [668] -2015-03-24 19:36:11 sendUrl INFO 7 [668] R:OK -2015-03-24 19:36:11 queue INFO >7 [669] -2015-03-24 19:36:12 sendUrl INFO 7 [669] R:OK -2015-03-24 19:36:13 queue INFO 3 [670] -2015-03-24 19:36:13 queue INFO >3 [671] -2015-03-24 19:36:13 sendUrl INFO 3 [670] R:OK -2015-03-24 19:36:14 sendUrl INFO 3 [671] R:OK -2015-03-24 19:37:03 queue INFO >>3 [672] -2015-03-24 19:37:03 sendUrl INFO 3 [672] R:OK -2015-03-24 19:37:53 queue INFO >>3 [673] -2015-03-24 19:37:53 sendUrl INFO 3 [673] R:OK -2015-03-24 19:38:37 queue INFO 7 [674] -2015-03-24 19:38:37 queue INFO >7 [675] -2015-03-24 19:38:38 sendUrl INFO 7 [674] R:OK -2015-03-24 19:38:38 sendUrl INFO 7 [675] R:OK -2015-03-24 19:38:39 queue INFO 3 [676] -2015-03-24 19:38:39 queue INFO >3 [677] -2015-03-24 19:38:39 sendUrl INFO 3 [676] R:OK -2015-03-24 19:38:40 sendUrl INFO 3 [677] R:OK -2015-03-24 19:39:29 queue INFO >>3 [678] -2015-03-24 19:39:29 sendUrl INFO 3 [678] R:OK -2015-03-24 19:40:19 queue INFO >>3 [679] -2015-03-24 19:40:20 sendUrl INFO 3 [679] R:OK -2015-03-24 19:41:04 queue INFO 7 [680] -2015-03-24 19:41:04 queue INFO >7 [681] -2015-03-24 19:41:04 sendUrl INFO 7 [680] R:OK -2015-03-24 19:41:05 sendUrl INFO 7 [681] R:OK -2015-03-24 19:41:05 queue INFO 3 [682] -2015-03-24 19:41:06 queue INFO >3 [683] -2015-03-24 19:41:06 sendUrl INFO 3 [682] R:OK -2015-03-24 19:41:06 sendUrl INFO 3 [683] R:OK -2015-03-24 19:41:55 queue INFO >>3 [684] -2015-03-24 19:41:56 sendUrl INFO 3 [684] R:OK -2015-03-24 19:42:46 queue INFO >>3 [685] -2015-03-24 19:42:46 sendUrl INFO 3 [685] R:OK -2015-03-24 19:43:30 queue INFO 7 [686] -2015-03-24 19:43:30 queue INFO >7 [687] -2015-03-24 19:43:31 sendUrl INFO 7 [686] R:OK -2015-03-24 19:43:31 sendUrl INFO 7 [687] R:OK -2015-03-24 19:43:32 queue INFO 3 [688] -2015-03-24 19:43:32 queue INFO >3 [689] -2015-03-24 19:43:32 sendUrl INFO 3 [688] R:OK -2015-03-24 19:43:33 sendUrl INFO 3 [689] R:OK -2015-03-24 19:44:22 queue INFO >>3 [690] -2015-03-24 19:44:22 sendUrl INFO 3 [690] R:OK -2015-03-24 19:45:12 queue INFO >>3 [691] -2015-03-24 19:45:12 sendUrl INFO 3 [691] R:OK -2015-03-24 19:45:56 queue INFO 7 [692] -2015-03-24 19:45:56 queue INFO >7 [693] -2015-03-24 19:45:57 sendUrl INFO 7 [692] R:OK -2015-03-24 19:45:57 sendUrl INFO 7 [693] R:OK -2015-03-24 19:45:58 queue INFO 3 [694] -2015-03-24 19:45:58 queue INFO >3 [695] -2015-03-24 19:45:58 sendUrl INFO 3 [694] R:OK -2015-03-24 19:45:59 sendUrl INFO 3 [695] R:OK -2015-03-24 19:46:48 queue INFO >>3 [696] -2015-03-24 19:46:48 sendUrl INFO 3 [696] R:OK -2015-03-24 19:47:38 queue INFO >>3 [697] -2015-03-24 19:47:39 sendUrl INFO 3 [697] R:OK -2015-03-24 19:48:22 queue INFO 7 [698] -2015-03-24 19:48:23 queue INFO >7 [699] -2015-03-24 19:48:23 sendUrl INFO 7 [698] R:OK -2015-03-24 19:48:23 sendUrl INFO 7 [699] R:OK -2015-03-24 19:48:24 queue INFO 3 [700] -2015-03-24 19:48:24 queue INFO >3 [701] -2015-03-24 19:48:25 sendUrl INFO 3 [700] R:OK -2015-03-24 19:48:25 sendUrl INFO 3 [701] R:OK -2015-03-24 19:49:14 queue INFO >>3 [702] -2015-03-24 19:49:14 sendUrl INFO 3 [702] R:OK -2015-03-24 19:50:04 queue INFO >>3 [703] -2015-03-24 19:50:05 sendUrl INFO 3 [703] R:OK -2015-03-24 19:50:49 queue INFO 7 [704] -2015-03-24 19:50:49 queue INFO >7 [705] -2015-03-24 19:50:49 sendUrl INFO 7 [704] R:OK -2015-03-24 19:50:49 sendUrl INFO 7 [705] R:OK -2015-03-24 19:50:50 queue INFO 3 [706] -2015-03-24 19:50:51 sendUrl INFO 3 [706] R:OK -2015-03-24 19:50:51 queue INFO >3 [707] -2015-03-24 19:50:51 sendUrl INFO 3 [707] R:OK -2015-03-24 19:51:40 queue INFO >>3 [708] -2015-03-24 19:51:41 sendUrl INFO 3 [708] R:OK -2015-03-24 19:52:31 queue INFO >>3 [709] -2015-03-24 19:52:31 sendUrl INFO 3 [709] R:OK -2015-03-24 19:53:15 queue INFO 7 [710] -2015-03-24 19:53:15 queue INFO >7 [711] -2015-03-24 19:53:15 sendUrl INFO 7 [710] R:OK -2015-03-24 19:53:16 sendUrl INFO 7 [711] R:OK -2015-03-24 19:53:17 queue INFO 3 [712] -2015-03-24 19:53:17 queue INFO >3 [713] -2015-03-24 19:53:17 sendUrl INFO 3 [712] R:OK -2015-03-24 19:53:17 sendUrl INFO 3 [713] R:OK -2015-03-24 19:54:07 queue INFO >>3 [714] -2015-03-24 19:54:07 sendUrl INFO 3 [714] R:OK -2015-03-24 19:54:57 queue INFO >>3 [715] -2015-03-24 19:54:58 sendUrl INFO 3 [715] R:OK -2015-03-24 19:55:41 queue INFO 7 [716] -2015-03-24 19:55:42 queue INFO >7 [717] -2015-03-24 19:55:42 sendUrl INFO 7 [716] R:OK -2015-03-24 19:55:42 sendUrl INFO 7 [717] R:OK -2015-03-24 19:55:43 queue INFO 3 [718] -2015-03-24 19:55:43 queue INFO >3 [719] -2015-03-24 19:55:43 sendUrl INFO 3 [718] R:OK -2015-03-24 19:55:44 sendUrl INFO 3 [719] R:OK -2015-03-24 19:56:33 queue INFO >>3 [720] -2015-03-24 19:56:34 sendUrl INFO 3 [720] R:OK -2015-03-24 19:57:23 queue INFO >>3 [721] -2015-03-24 19:57:24 sendUrl INFO 3 [721] R:OK -2015-03-24 19:58:08 queue INFO 7 [722] -2015-03-24 19:58:08 queue INFO >7 [723] -2015-03-24 19:58:08 sendUrl INFO 7 [722] R:OK -2015-03-24 19:58:08 sendUrl INFO 7 [723] R:OK -2015-03-24 19:58:09 queue INFO 3 [724] -2015-03-24 19:58:09 sendUrl INFO 3 [724] R:OK -2015-03-24 19:58:09 queue INFO >3 [725] -2015-03-24 19:58:10 sendUrl INFO 3 [725] R:OK -2015-03-24 19:58:59 queue INFO >>3 [726] -2015-03-24 19:59:00 sendUrl INFO 3 [726] R:OK -2015-03-24 19:59:50 queue INFO >>3 [727] -2015-03-24 19:59:50 sendUrl INFO 3 [727] R:OK -2015-03-24 20:00:34 queue INFO 7 [728] -2015-03-24 20:00:34 queue INFO >7 [729] -2015-03-24 20:00:34 sendUrl INFO 7 [728] R:OK -2015-03-24 20:00:35 sendUrl INFO 7 [729] R:OK -2015-03-24 20:00:36 queue INFO 3 [730] -2015-03-24 20:00:36 queue INFO >3 [731] -2015-03-24 20:00:36 sendUrl INFO 3 [730] R:OK -2015-03-24 20:00:36 sendUrl INFO 3 [731] R:OK -2015-03-24 20:01:26 queue INFO >>3 [732] -2015-03-24 20:01:26 sendUrl INFO 3 [732] R:OK -2015-03-24 20:02:16 queue INFO >>3 [733] -2015-03-24 20:02:16 sendUrl INFO 3 [733] R:OK -2015-03-24 20:03:00 queue INFO 7 [734] -2015-03-24 20:03:01 queue INFO >7 [735] -2015-03-24 20:03:01 sendUrl INFO 7 [734] R:OK -2015-03-24 20:03:01 sendUrl INFO 7 [735] R:OK -2015-03-24 20:03:02 queue INFO 3 [736] -2015-03-24 20:03:02 queue INFO >3 [737] -2015-03-24 20:03:02 sendUrl INFO 3 [736] R:OK -2015-03-24 20:03:03 sendUrl INFO 3 [737] R:OK -2015-03-24 20:03:52 queue INFO >>3 [738] -2015-03-24 20:03:53 sendUrl INFO 3 [738] R:OK -2015-03-24 20:04:42 queue INFO >>3 [739] -2015-03-24 20:04:43 sendUrl INFO 3 [739] R:OK -2015-03-24 20:05:27 queue INFO 7 [740] -2015-03-24 20:05:27 queue INFO >7 [741] -2015-03-24 20:05:27 sendUrl INFO 7 [740] R:OK -2015-03-24 20:05:27 sendUrl INFO 7 [741] R:OK -2015-03-24 20:05:28 queue INFO 3 [742] -2015-03-24 20:05:28 sendUrl INFO 3 [742] R:OK -2015-03-24 20:05:28 queue INFO >3 [743] -2015-03-24 20:05:29 sendUrl INFO 3 [743] R:OK -2015-03-24 20:06:18 queue INFO >>3 [744] -2015-03-24 20:06:19 sendUrl INFO 3 [744] R:OK -2015-03-24 20:07:09 queue INFO >>3 [745] -2015-03-24 20:07:09 sendUrl INFO 3 [745] R:OK -2015-03-24 20:07:53 queue INFO 7 [746] -2015-03-24 20:07:53 queue INFO >7 [747] -2015-03-24 20:07:53 sendUrl INFO 7 [746] R:OK -2015-03-24 20:07:54 sendUrl INFO 7 [747] R:OK -2015-03-24 20:07:54 queue INFO 3 [748] -2015-03-24 20:07:55 queue INFO >3 [749] -2015-03-24 20:07:55 sendUrl INFO 3 [748] R:OK -2015-03-24 20:07:55 sendUrl INFO 3 [749] R:OK -2015-03-24 20:08:45 queue INFO >>3 [750] -2015-03-24 20:08:45 sendUrl INFO 3 [750] R:OK -2015-03-24 20:09:35 queue INFO >>3 [751] -2015-03-24 20:09:35 sendUrl INFO 3 [751] R:OK -2015-03-24 20:10:19 queue INFO 7 [752] -2015-03-24 20:10:19 sendUrl INFO 7 [752] R:OK -2015-03-24 20:10:19 queue INFO >7 [753] -2015-03-24 20:10:20 sendUrl INFO 7 [753] R:OK -2015-03-24 20:10:21 queue INFO 3 [754] -2015-03-24 20:10:21 queue INFO >3 [755] -2015-03-24 20:10:21 sendUrl INFO 3 [754] R:OK -2015-03-24 20:10:22 sendUrl INFO 3 [755] R:OK -2015-03-24 20:11:11 queue INFO >>3 [756] -2015-03-24 20:11:11 sendUrl INFO 3 [756] R:OK -2015-03-24 20:12:01 queue INFO >>3 [757] -2015-03-24 20:12:01 sendUrl INFO 3 [757] R:OK -2015-03-24 20:12:46 queue INFO 7 [758] -2015-03-24 20:12:46 queue INFO >7 [759] -2015-03-24 20:12:46 sendUrl INFO 7 [758] R:OK -2015-03-24 20:12:46 sendUrl INFO 7 [759] R:OK -2015-03-24 20:12:47 queue INFO 3 [760] -2015-03-24 20:12:47 queue INFO >3 [761] -2015-03-24 20:12:48 sendUrl INFO 3 [760] R:OK -2015-03-24 20:12:48 sendUrl INFO 3 [761] R:OK -2015-03-24 20:13:37 queue INFO >>3 [762] -2015-03-24 20:13:38 sendUrl INFO 3 [762] R:OK -2015-03-24 20:14:27 queue INFO >>3 [763] -2015-03-24 20:14:28 sendUrl INFO 3 [763] R:OK -2015-03-24 20:15:12 queue INFO 7 [764] -2015-03-24 20:15:12 queue INFO >7 [765] -2015-03-24 20:15:12 sendUrl INFO 7 [764] R:OK -2015-03-24 20:15:13 sendUrl INFO 7 [765] R:OK -2015-03-24 20:15:13 queue INFO 3 [766] -2015-03-24 20:15:14 queue INFO >3 [767] -2015-03-24 20:15:14 sendUrl INFO 3 [766] R:OK -2015-03-24 20:15:14 sendUrl INFO 3 [767] R:OK -2015-03-24 20:16:04 queue INFO >>3 [768] -2015-03-24 20:16:04 sendUrl INFO 3 [768] R:OK -2015-03-24 20:16:54 queue INFO >>3 [769] -2015-03-24 20:16:54 sendUrl INFO 3 [769] R:OK -2015-03-24 20:17:38 queue INFO 7 [770] -2015-03-24 20:17:38 sendUrl INFO 7 [770] R:OK -2015-03-24 20:17:38 queue INFO >7 [771] -2015-03-24 20:17:39 sendUrl INFO 7 [771] R:OK -2015-03-24 20:17:40 queue INFO 3 [772] -2015-03-24 20:17:40 queue INFO >3 [773] -2015-03-24 20:17:40 sendUrl INFO 3 [772] R:OK -2015-03-24 20:17:41 sendUrl INFO 3 [773] R:OK -2015-03-24 20:18:30 queue INFO >>3 [774] -2015-03-24 20:18:30 sendUrl INFO 3 [774] R:OK -2015-03-24 20:19:20 queue INFO >>3 [775] -2015-03-24 20:19:20 sendUrl INFO 3 [775] R:OK -2015-03-24 20:20:05 queue INFO 7 [776] -2015-03-24 20:20:05 sendUrl INFO 7 [776] R:OK -2015-03-24 20:20:05 queue INFO >7 [777] -2015-03-24 20:20:05 sendUrl INFO 7 [777] R:OK -2015-03-24 20:20:06 queue INFO 3 [778] -2015-03-24 20:20:06 queue INFO >3 [779] -2015-03-24 20:20:07 sendUrl INFO 3 [778] R:OK -2015-03-24 20:20:07 sendUrl INFO 3 [779] R:OK -2015-03-24 20:20:56 queue INFO >>3 [780] -2015-03-24 20:20:57 sendUrl INFO 3 [780] R:OK -2015-03-24 20:21:46 queue INFO >>3 [781] -2015-03-24 20:21:47 sendUrl INFO 3 [781] R:OK -2015-03-24 20:22:31 queue INFO 7 [782] -2015-03-24 20:22:31 queue INFO >7 [783] -2015-03-24 20:22:31 sendUrl INFO 7 [782] R:OK -2015-03-24 20:22:32 sendUrl INFO 7 [783] R:OK -2015-03-24 20:22:32 queue INFO 3 [784] -2015-03-24 20:22:33 queue INFO >3 [785] -2015-03-24 20:22:33 sendUrl INFO 3 [784] R:OK -2015-03-24 20:22:33 sendUrl INFO 3 [785] R:OK -2015-03-24 20:23:23 queue INFO >>3 [786] -2015-03-24 20:23:23 sendUrl INFO 3 [786] R:OK -2015-03-24 20:24:13 queue INFO >>3 [787] -2015-03-24 20:24:13 sendUrl INFO 3 [787] R:OK -2015-03-24 20:24:57 queue INFO 7 [788] -2015-03-24 20:24:57 sendUrl INFO 7 [788] R:OK -2015-03-24 20:24:57 queue INFO >7 [789] -2015-03-24 20:24:58 sendUrl INFO 7 [789] R:OK -2015-03-24 20:24:59 queue INFO 3 [790] -2015-03-24 20:24:59 queue INFO >3 [791] -2015-03-24 20:24:59 sendUrl INFO 3 [790] R:OK -2015-03-24 20:25:00 sendUrl INFO 3 [791] R:OK -2015-03-24 20:25:49 queue INFO >>3 [792] -2015-03-24 20:25:49 sendUrl INFO 3 [792] R:OK -2015-03-24 20:26:39 queue INFO >>3 [793] -2015-03-24 20:26:39 sendUrl INFO 3 [793] R:OK -2015-03-24 20:27:23 queue INFO 7 [794] -2015-03-24 20:27:24 queue INFO >7 [795] -2015-03-24 20:27:24 sendUrl INFO 7 [794] R:OK -2015-03-24 20:27:24 sendUrl INFO 7 [795] R:OK -2015-03-24 20:27:25 queue INFO 3 [796] -2015-03-24 20:27:25 queue INFO >3 [797] -2015-03-24 20:27:26 sendUrl INFO 3 [796] R:OK -2015-03-24 20:27:26 sendUrl INFO 3 [797] R:OK -2015-03-24 20:28:15 queue INFO >>3 [798] -2015-03-24 20:28:15 sendUrl INFO 3 [798] R:OK -2015-03-24 20:29:05 queue INFO >>3 [799] -2015-03-24 20:29:06 sendUrl INFO 3 [799] R:OK -2015-03-24 20:29:50 queue INFO 7 [800] -2015-03-24 20:29:50 queue INFO >7 [801] -2015-03-24 20:29:50 sendUrl INFO 7 [800] R:OK -2015-03-24 20:29:51 sendUrl INFO 7 [801] R:OK -2015-03-24 20:29:51 queue INFO 3 [802] -2015-03-24 20:29:51 queue INFO >3 [803] -2015-03-24 20:29:52 sendUrl INFO 3 [802] R:OK -2015-03-24 20:29:52 sendUrl INFO 3 [803] R:OK -2015-03-24 20:30:41 queue INFO >>3 [804] -2015-03-24 20:30:42 sendUrl INFO 3 [804] R:OK -2015-03-24 20:31:31 queue INFO >>3 [805] -2015-03-24 20:31:32 sendUrl INFO 3 [805] R:OK -2015-03-24 20:32:16 queue INFO 7 [806] -2015-03-24 20:32:16 queue INFO >7 [807] -2015-03-24 20:32:17 sendUrl INFO 7 [806] R:OK -2015-03-24 20:32:17 sendUrl INFO 7 [807] R:OK -2015-03-24 20:32:18 queue INFO 3 [808] -2015-03-24 20:32:18 queue INFO >3 [809] -2015-03-24 20:32:18 sendUrl INFO 3 [808] R:OK -2015-03-24 20:32:19 sendUrl INFO 3 [809] R:OK -2015-03-24 20:33:08 queue INFO >>3 [810] -2015-03-24 20:33:08 sendUrl INFO 3 [810] R:OK -2015-03-24 20:33:58 queue INFO >>3 [811] -2015-03-24 20:33:58 sendUrl INFO 3 [811] R:OK -2015-03-24 20:34:42 queue INFO 7 [812] -2015-03-24 20:34:42 queue INFO >7 [813] -2015-03-24 20:34:43 sendUrl INFO 7 [812] R:OK -2015-03-24 20:34:43 sendUrl INFO 7 [813] R:OK -2015-03-24 20:34:44 queue INFO 3 [814] -2015-03-24 20:34:44 queue INFO >3 [815] -2015-03-24 20:34:44 sendUrl INFO 3 [814] R:OK -2015-03-24 20:34:45 sendUrl INFO 3 [815] R:OK -2015-03-24 20:35:34 queue INFO >>3 [816] -2015-03-24 20:35:34 sendUrl INFO 3 [816] R:OK -2015-03-24 20:36:24 queue INFO >>3 [817] -2015-03-24 20:36:25 sendUrl INFO 3 [817] R:OK -2015-03-24 20:37:08 queue INFO 7 [818] -2015-03-24 20:37:09 queue INFO >7 [819] -2015-03-24 20:37:09 sendUrl INFO 7 [818] R:OK -2015-03-24 20:37:09 sendUrl INFO 7 [819] R:OK -2015-03-24 20:37:10 queue INFO 3 [820] -2015-03-24 20:37:10 queue INFO >3 [821] -2015-03-24 20:37:11 sendUrl INFO 3 [820] R:OK -2015-03-24 20:37:11 sendUrl INFO 3 [821] R:OK -2015-03-24 20:38:00 queue INFO >>3 [822] -2015-03-24 20:38:01 sendUrl INFO 3 [822] R:OK -2015-03-24 20:38:51 queue INFO >>3 [823] -2015-03-24 20:38:51 sendUrl INFO 3 [823] R:OK -2015-03-24 20:39:35 queue INFO 7 [824] -2015-03-24 20:39:35 queue INFO >7 [825] -2015-03-24 20:39:36 sendUrl INFO 7 [824] R:OK -2015-03-24 20:39:36 sendUrl INFO 7 [825] R:OK -2015-03-24 20:39:37 queue INFO 3 [826] -2015-03-24 20:39:37 queue INFO >3 [827] -2015-03-24 20:39:37 sendUrl INFO 3 [826] R:OK -2015-03-24 20:39:37 sendUrl INFO 3 [827] R:OK -2015-03-24 20:40:27 queue INFO >>3 [828] -2015-03-24 20:40:27 sendUrl INFO 3 [828] R:OK -2015-03-24 20:41:17 queue INFO >>3 [829] -2015-03-24 20:41:17 sendUrl INFO 3 [829] R:OK -2015-03-24 20:42:01 queue INFO 7 [830] -2015-03-24 20:42:01 queue INFO >7 [831] -2015-03-24 20:42:02 sendUrl INFO 7 [830] R:OK -2015-03-24 20:42:02 sendUrl INFO 7 [831] R:OK -2015-03-24 20:42:03 queue INFO 3 [832] -2015-03-24 20:42:03 queue INFO >3 [833] -2015-03-24 20:42:03 sendUrl INFO 3 [832] R:OK -2015-03-24 20:42:03 sendUrl INFO 3 [833] R:OK -2015-03-24 20:42:53 queue INFO >>3 [834] -2015-03-24 20:42:53 sendUrl INFO 3 [834] R:OK -2015-03-24 20:43:43 queue INFO >>3 [835] -2015-03-24 20:43:44 sendUrl INFO 3 [835] R:OK -2015-03-24 20:44:33 queue INFO >>3 [836] -2015-03-24 20:44:33 sendUrl INFO 3 [836] R:OK -2015-03-24 20:45:23 queue INFO >>3 [837] -2015-03-24 20:45:24 sendUrl INFO 3 [837] R:OK -2015-03-24 20:46:14 queue INFO >>3 [838] -2015-03-24 20:46:14 sendUrl INFO 3 [838] R:OK -2015-03-24 20:47:04 queue INFO >>3 [839] -2015-03-24 20:47:04 sendUrl INFO 3 [839] R:OK -2015-03-24 20:47:54 queue INFO >>3 [840] -2015-03-24 20:47:54 sendUrl INFO 3 [840] R:OK -2015-03-24 20:48:30 queue INFO 7 [841] -2015-03-24 20:48:31 queue INFO >7 [842] -2015-03-24 20:48:31 sendUrl INFO 7 [841] R:OK -2015-03-24 20:48:31 sendUrl INFO 7 [842] R:OK -2015-03-24 20:48:32 queue INFO 3 [843] -2015-03-24 20:48:32 queue INFO >3 [844] -2015-03-24 20:48:33 sendUrl INFO 3 [843] R:OK -2015-03-24 20:48:33 sendUrl INFO 3 [844] R:OK -2015-03-24 20:49:22 queue INFO >>3 [845] -2015-03-24 20:49:22 sendUrl INFO 3 [845] R:OK -2015-03-24 20:50:12 queue INFO >>3 [846] -2015-03-24 20:50:13 sendUrl INFO 3 [846] R:OK -2015-03-24 20:50:57 queue INFO 7 [847] -2015-03-24 20:50:57 queue INFO >7 [848] -2015-03-24 20:50:57 sendUrl INFO 7 [847] R:OK -2015-03-24 20:50:58 sendUrl INFO 7 [848] R:OK -2015-03-24 20:50:58 queue INFO 3 [849] -2015-03-24 20:50:59 queue INFO >3 [850] -2015-03-24 20:50:59 sendUrl INFO 3 [849] R:OK -2015-03-24 20:51:00 sendUrl INFO 3 [850] R:OK -2015-03-24 20:51:49 queue INFO >>3 [851] -2015-03-24 20:51:49 sendUrl INFO 3 [851] R:OK -2015-03-24 20:52:39 queue INFO >>3 [852] -2015-03-24 20:52:39 sendUrl INFO 3 [852] R:OK -2015-03-24 20:53:23 queue INFO 7 [853] -2015-03-24 20:53:23 queue INFO >7 [854] -2015-03-24 20:53:24 sendUrl INFO 7 [853] R:OK -2015-03-24 20:53:24 sendUrl INFO 7 [854] R:OK -2015-03-24 20:53:25 queue INFO 3 [855] -2015-03-24 20:53:25 queue INFO >3 [856] -2015-03-24 20:53:25 sendUrl INFO 3 [855] R:OK -2015-03-24 20:53:25 sendUrl INFO 3 [856] R:OK -2015-03-24 20:54:15 queue INFO >>3 [857] -2015-03-24 20:54:15 sendUrl INFO 3 [857] R:OK -2015-03-24 20:55:05 queue INFO >>3 [858] -2015-03-24 20:55:05 sendUrl INFO 3 [858] R:OK -2015-03-24 20:55:49 queue INFO 7 [859] -2015-03-24 20:55:49 sendUrl INFO 7 [859] R:OK -2015-03-24 20:55:50 queue INFO >7 [860] -2015-03-24 20:55:50 sendUrl INFO 7 [860] R:OK -2015-03-24 20:55:51 queue INFO 3 [861] -2015-03-24 20:55:51 queue INFO >3 [862] -2015-03-24 20:55:52 sendUrl INFO 3 [861] R:OK -2015-03-24 20:55:52 sendUrl INFO 3 [862] R:OK -2015-03-24 20:56:41 queue INFO >>3 [863] -2015-03-24 20:56:42 sendUrl INFO 3 [863] R:OK -2015-03-24 20:57:31 queue INFO >>3 [864] -2015-03-24 20:57:32 sendUrl INFO 3 [864] R:OK -2015-03-24 20:58:16 queue INFO 7 [865] -2015-03-24 20:58:16 queue INFO >7 [866] -2015-03-24 20:58:16 sendUrl INFO 7 [865] R:OK -2015-03-24 20:58:16 sendUrl INFO 7 [866] R:OK -2015-03-24 20:58:17 queue INFO 3 [867] -2015-03-24 20:58:18 queue INFO >3 [868] -2015-03-24 20:58:18 sendUrl INFO 3 [867] R:OK -2015-03-24 20:58:18 sendUrl INFO 3 [868] R:OK -2015-03-24 20:59:08 queue INFO >>3 [869] -2015-03-24 20:59:08 sendUrl INFO 3 [869] R:OK -2015-03-24 20:59:58 queue INFO >>3 [870] -2015-03-24 20:59:58 sendUrl INFO 3 [870] R:OK -2015-03-24 21:00:42 queue INFO 7 [871] -2015-03-24 21:00:42 queue INFO >7 [872] -2015-03-24 21:00:42 sendUrl INFO 7 [871] R:OK -2015-03-24 21:00:43 sendUrl INFO 7 [872] R:OK -2015-03-24 21:00:44 queue INFO 3 [873] -2015-03-24 21:00:44 queue INFO >3 [874] -2015-03-24 21:00:44 sendUrl INFO 3 [873] R:OK -2015-03-24 21:00:44 sendUrl INFO 3 [874] R:OK -2015-03-24 21:01:34 queue INFO >>3 [875] -2015-03-24 21:01:34 sendUrl INFO 3 [875] R:OK -2015-03-24 21:02:24 queue INFO >>3 [876] -2015-03-24 21:02:24 sendUrl INFO 3 [876] R:OK -2015-03-24 21:03:08 queue INFO 7 [877] -2015-03-24 21:03:09 queue INFO >7 [878] -2015-03-24 21:03:09 sendUrl INFO 7 [877] R:OK -2015-03-24 21:03:09 sendUrl INFO 7 [878] R:OK -2015-03-24 21:03:10 queue INFO 3 [879] -2015-03-24 21:03:10 queue INFO >3 [880] -2015-03-24 21:03:10 sendUrl INFO 3 [879] R:OK -2015-03-24 21:03:11 sendUrl INFO 3 [880] R:OK -2015-03-24 21:04:00 queue INFO >>3 [881] -2015-03-24 21:04:01 sendUrl INFO 3 [881] R:OK -2015-03-24 21:04:50 queue INFO >>3 [882] -2015-03-24 21:04:51 sendUrl INFO 3 [882] R:OK -2015-03-24 21:05:35 queue INFO 7 [883] -2015-03-24 21:05:35 sendUrl INFO 7 [883] R:OK -2015-03-24 21:05:35 queue INFO >7 [884] -2015-03-24 21:05:35 sendUrl INFO 7 [884] R:OK -2015-03-24 21:05:36 queue INFO 3 [885] -2015-03-24 21:05:37 queue INFO >3 [886] -2015-03-24 21:05:37 sendUrl INFO 3 [885] R:OK -2015-03-24 21:05:37 sendUrl INFO 3 [886] R:OK -2015-03-24 21:06:26 queue INFO >>3 [887] -2015-03-24 21:06:27 sendUrl INFO 3 [887] R:OK -2015-03-24 21:07:17 queue INFO >>3 [888] -2015-03-24 21:07:17 sendUrl INFO 3 [888] R:OK -2015-03-24 21:08:01 queue INFO 7 [889] -2015-03-24 21:08:01 queue INFO >7 [890] -2015-03-24 21:08:01 sendUrl INFO 7 [889] R:OK -2015-03-24 21:08:02 sendUrl INFO 7 [890] R:OK -2015-03-24 21:08:03 queue INFO 3 [891] -2015-03-24 21:08:03 queue INFO >3 [892] -2015-03-24 21:08:03 sendUrl INFO 3 [891] R:OK -2015-03-24 21:08:04 sendUrl INFO 3 [892] R:OK -2015-03-24 21:08:53 queue INFO >>3 [893] -2015-03-24 21:08:53 sendUrl INFO 3 [893] R:OK -2015-03-24 21:09:43 queue INFO >>3 [894] -2015-03-24 21:09:44 sendUrl INFO 3 [894] R:OK -2015-03-24 21:10:27 queue INFO 7 [895] -2015-03-24 21:10:28 queue INFO >7 [896] -2015-03-24 21:10:28 sendUrl INFO 7 [895] R:OK -2015-03-24 21:10:28 sendUrl INFO 7 [896] R:OK -2015-03-24 21:10:29 queue INFO 3 [897] -2015-03-24 21:10:29 queue INFO >3 [898] -2015-03-24 21:10:29 sendUrl INFO 3 [897] R:OK -2015-03-24 21:10:30 sendUrl INFO 3 [898] R:OK -2015-03-24 21:11:19 queue INFO >>3 [899] -2015-03-24 21:11:20 sendUrl INFO 3 [899] R:OK -2015-03-24 21:12:09 queue INFO >>3 [900] -2015-03-24 21:12:09 sendUrl INFO 3 [900] R:OK -2015-03-24 21:12:54 queue INFO 7 [901] -2015-03-24 21:12:54 sendUrl INFO 7 [901] R:OK -2015-03-24 21:12:54 queue INFO >7 [902] -2015-03-24 21:12:54 sendUrl INFO 7 [902] R:OK -2015-03-24 21:12:55 queue INFO 3 [903] -2015-03-24 21:12:55 queue INFO >3 [904] -2015-03-24 21:12:56 sendUrl INFO 3 [903] R:OK -2015-03-24 21:12:56 sendUrl INFO 3 [904] R:OK -2015-03-24 21:13:45 queue INFO >>3 [905] -2015-03-24 21:13:46 sendUrl INFO 3 [905] R:OK -2015-03-24 21:14:36 queue INFO >>3 [906] -2015-03-24 21:14:36 sendUrl INFO 3 [906] R:OK -2015-03-24 21:15:20 queue INFO 7 [907] -2015-03-24 21:15:20 sendUrl INFO 7 [907] R:OK -2015-03-24 21:15:20 queue INFO >7 [908] -2015-03-24 21:15:21 sendUrl INFO 7 [908] R:OK -2015-03-24 21:15:22 queue INFO 3 [909] -2015-03-24 21:15:22 queue INFO >3 [910] -2015-03-24 21:15:22 sendUrl INFO 3 [909] R:OK -2015-03-24 21:15:23 sendUrl INFO 3 [910] R:OK -2015-03-24 21:15:37 queue INFO 19 [911] -2015-03-24 21:15:37 sendUrl INFO 19 [911] R:OK -2015-03-24 21:15:37 queue INFO >19 [912] -2015-03-24 21:15:37 sendUrl INFO 19 [912] R:OK -2015-03-24 21:16:27 queue INFO >>19 [913] -2015-03-24 21:16:27 sendUrl INFO 19 [913] R:OK -2015-03-24 21:16:45 queue INFO 39 [914] -2015-03-24 21:16:45 queue INFO >39 [915] -2015-03-24 21:16:45 sendUrl INFO 39 [914] R:OK -2015-03-24 21:16:46 sendUrl INFO 39 [915] R:OK -2015-03-24 21:17:03 queue INFO 21 [916] -2015-03-24 21:17:03 queue INFO >21 [917] -2015-03-24 21:17:03 sendUrl INFO 21 [916] R:OK -2015-03-24 21:17:04 sendUrl INFO 21 [917] R:OK -2015-03-24 21:17:53 queue INFO >>21 [918] -2015-03-24 21:17:53 sendUrl INFO 21 [918] R:OK -2015-03-24 21:18:43 queue INFO >>21 [919] -2015-03-24 21:18:44 sendUrl INFO 21 [919] R:OK -2015-03-24 21:19:34 queue INFO >>21 [920] -2015-03-24 21:19:34 sendUrl INFO 21 [920] R:OK -2015-03-24 21:20:24 queue INFO >>21 [921] -2015-03-24 21:20:24 sendUrl INFO 21 [921] R:OK -2015-03-24 21:21:14 queue INFO >>21 [922] -2015-03-24 21:21:14 sendUrl INFO 21 [922] R:OK -2015-03-24 21:21:21 queue INFO 1 [923] -2015-03-24 21:21:21 queue INFO >1 [924] -2015-03-24 21:21:21 sendUrl INFO 1 [923] R:OK -2015-03-24 21:21:22 sendUrl INFO 1 [924] R:OK -2015-03-24 21:22:11 queue INFO >>1 [925] -2015-03-24 21:22:11 sendUrl INFO 1 [925] R:OK -2015-03-24 21:22:12 queue INFO 5 [926] -2015-03-24 21:22:13 sendUrl INFO 5 [926] R:OK -2015-03-24 21:22:13 queue INFO >5 [927] -2015-03-24 21:22:13 sendUrl INFO 5 [927] R:OK -2015-03-24 21:22:14 queue INFO 1 [928] -2015-03-24 21:22:14 queue INFO >1 [929] -2015-03-24 21:22:15 sendUrl INFO 1 [928] R:OK -2015-03-24 21:22:15 sendUrl INFO 1 [929] R:OK -2015-03-24 21:22:47 queue INFO 3 [930] -2015-03-24 21:22:47 sendUrl INFO 3 [930] R:OK -2015-03-24 21:22:47 queue INFO >3 [931] -2015-03-24 21:22:48 sendUrl INFO 3 [931] R:OK -2015-03-24 21:23:37 queue INFO >>3 [932] -2015-03-24 21:23:38 sendUrl INFO 3 [932] R:OK -2015-03-24 21:24:27 queue INFO >>3 [933] -2015-03-24 21:24:28 sendUrl INFO 3 [933] R:OK -2015-03-24 21:24:39 queue INFO 7 [934] -2015-03-24 21:24:39 queue INFO >7 [935] -2015-03-24 21:24:39 sendUrl INFO 7 [934] R:OK -2015-03-24 21:24:39 sendUrl INFO 7 [935] R:OK -2015-03-24 21:24:40 queue INFO 3 [936] -2015-03-24 21:24:40 queue INFO >3 [937] -2015-03-24 21:24:41 sendUrl INFO 3 [936] R:OK -2015-03-24 21:24:41 sendUrl INFO 3 [937] R:OK -2015-03-24 21:25:30 queue INFO >>3 [938] -2015-03-24 21:25:31 sendUrl INFO 3 [938] R:OK -2015-03-24 21:26:21 queue INFO >>3 [939] -2015-03-24 21:26:21 sendUrl INFO 3 [939] R:OK -2015-03-24 21:27:05 queue INFO 7 [940] -2015-03-24 21:27:05 queue INFO >7 [941] -2015-03-24 21:27:05 sendUrl INFO 7 [940] R:OK -2015-03-24 21:27:06 sendUrl INFO 7 [941] R:OK -2015-03-24 21:27:07 queue INFO 3 [942] -2015-03-24 21:27:07 queue INFO >3 [943] -2015-03-24 21:27:07 sendUrl INFO 3 [942] R:OK -2015-03-24 21:27:07 sendUrl INFO 3 [943] R:OK -2015-03-24 21:27:57 queue INFO >>3 [944] -2015-03-24 21:27:57 sendUrl INFO 3 [944] R:OK -2015-03-24 21:28:47 queue INFO >>3 [945] -2015-03-24 21:28:47 sendUrl INFO 3 [945] R:OK -2015-03-24 21:29:31 queue INFO 7 [946] -2015-03-24 21:29:31 sendUrl INFO 7 [946] R:OK -2015-03-24 21:29:32 queue INFO >7 [947] -2015-03-24 21:29:32 sendUrl INFO 7 [947] R:OK -2015-03-24 21:29:33 queue INFO 3 [948] -2015-03-24 21:29:33 queue INFO >3 [949] -2015-03-24 21:29:33 sendUrl INFO 3 [948] R:OK -2015-03-24 21:29:34 sendUrl INFO 3 [949] R:OK -2015-03-24 21:30:23 queue INFO >>3 [950] -2015-03-24 21:30:23 sendUrl INFO 3 [950] R:OK -2015-03-24 21:31:13 queue INFO >>3 [951] -2015-03-24 21:31:14 sendUrl INFO 3 [951] R:OK -2015-03-24 21:31:58 queue INFO 7 [952] -2015-03-24 21:31:58 sendUrl INFO 7 [952] R:OK -2015-03-24 21:31:58 queue INFO >7 [953] -2015-03-24 21:31:58 sendUrl INFO 7 [953] R:OK -2015-03-24 21:31:59 queue INFO 3 [954] -2015-03-24 21:32:00 queue INFO >3 [955] -2015-03-24 21:32:00 sendUrl INFO 3 [954] R:OK -2015-03-24 21:32:00 sendUrl INFO 3 [955] R:OK -2015-03-24 21:32:50 queue INFO >>3 [956] -2015-03-24 21:32:50 sendUrl INFO 3 [956] R:OK -2015-03-24 21:33:40 queue INFO >>3 [957] -2015-03-24 21:33:40 sendUrl INFO 3 [957] R:OK -2015-03-24 21:34:24 queue INFO 7 [958] -2015-03-24 21:34:24 queue INFO >7 [959] -2015-03-24 21:34:24 sendUrl INFO 7 [958] R:OK -2015-03-24 21:34:25 sendUrl INFO 7 [959] R:OK -2015-03-24 21:34:26 queue INFO 3 [960] -2015-03-24 21:34:26 queue INFO >3 [961] -2015-03-24 21:34:26 sendUrl INFO 3 [960] R:OK -2015-03-24 21:34:26 sendUrl INFO 3 [961] R:OK -2015-03-24 21:35:16 queue INFO >>3 [962] -2015-03-24 21:35:16 sendUrl INFO 3 [962] R:OK -2015-03-24 21:36:06 queue INFO >>3 [963] -2015-03-24 21:36:06 sendUrl INFO 3 [963] R:OK -2015-03-24 21:36:50 queue INFO 7 [964] -2015-03-24 21:36:51 queue INFO >7 [965] -2015-03-24 21:36:51 sendUrl INFO 7 [964] R:OK -2015-03-24 21:36:51 sendUrl INFO 7 [965] R:OK -2015-03-24 21:36:52 queue INFO 3 [966] -2015-03-24 21:36:52 queue INFO >3 [967] -2015-03-24 21:36:52 sendUrl INFO 3 [966] R:OK -2015-03-24 21:36:53 sendUrl INFO 3 [967] R:OK -2015-03-24 21:37:42 queue INFO >>3 [968] -2015-03-24 21:37:43 sendUrl INFO 3 [968] R:OK -2015-03-24 21:38:32 queue INFO >>3 [969] -2015-03-24 21:38:33 sendUrl INFO 3 [969] R:OK -2015-03-24 21:39:17 queue INFO 7 [970] -2015-03-24 21:39:17 sendUrl INFO 7 [970] R:OK -2015-03-24 21:39:17 queue INFO >7 [971] -2015-03-24 21:39:17 sendUrl INFO 7 [971] R:OK -2015-03-24 21:39:18 queue INFO 3 [972] -2015-03-24 21:39:19 queue INFO >3 [973] -2015-03-24 21:39:19 sendUrl INFO 3 [972] R:OK -2015-03-24 21:39:19 sendUrl INFO 3 [973] R:OK -2015-03-24 21:40:08 queue INFO >>3 [974] -2015-03-24 21:40:09 sendUrl INFO 3 [974] R:OK -2015-03-24 21:40:59 queue INFO >>3 [975] -2015-03-24 21:40:59 sendUrl INFO 3 [975] R:OK -2015-03-24 21:41:43 queue INFO 7 [976] -2015-03-24 21:41:43 queue INFO >7 [977] -2015-03-24 21:41:43 sendUrl INFO 7 [976] R:OK -2015-03-24 21:41:44 sendUrl INFO 7 [977] R:OK -2015-03-24 21:41:45 queue INFO 3 [978] -2015-03-24 21:41:45 queue INFO >3 [979] -2015-03-24 21:41:45 sendUrl INFO 3 [978] R:OK -2015-03-24 21:41:46 sendUrl INFO 3 [979] R:OK -2015-03-24 21:42:35 queue INFO >>3 [980] -2015-03-24 21:42:35 sendUrl INFO 3 [980] R:OK -2015-03-24 21:43:25 queue INFO >>3 [981] -2015-03-24 21:43:25 sendUrl INFO 3 [981] R:OK -2015-03-24 21:44:09 queue INFO 7 [982] -2015-03-24 21:44:10 queue INFO >7 [983] -2015-03-24 21:44:10 sendUrl INFO 7 [982] R:OK -2015-03-24 21:44:10 sendUrl INFO 7 [983] R:OK -2015-03-24 21:44:11 queue INFO 3 [984] -2015-03-24 21:44:11 queue INFO >3 [985] -2015-03-24 21:44:11 sendUrl INFO 3 [984] R:OK -2015-03-24 21:44:12 sendUrl INFO 3 [985] R:OK -2015-03-24 21:44:31 queue INFO 19 [986] -2015-03-24 21:44:31 queue INFO >19 [987] -2015-03-24 21:44:31 sendUrl INFO 19 [986] R:OK -2015-03-24 21:44:32 sendUrl INFO 19 [987] R:OK -2015-03-24 21:45:21 queue INFO >>19 [988] -2015-03-24 21:45:21 sendUrl INFO 19 [988] R:OK -2015-03-24 21:46:08 queue INFO 39 [989] -2015-03-24 21:46:09 queue INFO >39 [990] -2015-03-24 21:46:09 sendUrl INFO 39 [989] R:OK -2015-03-24 21:46:09 sendUrl INFO 39 [990] R:OK -2015-03-24 21:46:47 queue INFO 21 [991] -2015-03-24 21:46:47 queue INFO >21 [992] -2015-03-24 21:46:47 sendUrl INFO 21 [991] R:OK -2015-03-24 21:46:48 sendUrl INFO 21 [992] R:OK -2015-03-24 21:47:37 queue INFO >>21 [993] -2015-03-24 21:47:37 sendUrl INFO 21 [993] R:OK -2015-03-24 21:48:27 queue INFO >>21 [994] -2015-03-24 21:48:28 sendUrl INFO 21 [994] R:OK -2015-03-24 21:49:17 queue INFO >>21 [995] -2015-03-24 21:49:18 sendUrl INFO 21 [995] R:OK -2015-03-24 21:50:08 queue INFO >>21 [996] -2015-03-24 21:50:08 sendUrl INFO 21 [996] R:OK -2015-03-24 21:50:58 queue INFO >>21 [997] -2015-03-24 21:50:58 sendUrl INFO 21 [997] R:OK -2015-03-24 21:51:48 queue INFO >>21 [998] -2015-03-24 21:51:48 sendUrl INFO 21 [998] R:OK -2015-03-24 21:52:07 queue INFO 1 [999] -2015-03-24 21:52:07 queue INFO >1 [0] -2015-03-24 21:52:07 sendUrl INFO 1 [999] R:OK -2015-03-24 21:52:07 sendUrl INFO 1 [0] R:OK -2015-03-24 21:52:31 queue INFO 5 [1] -2015-03-24 21:52:31 queue INFO >5 [2] -2015-03-24 21:52:31 sendUrl INFO 5 [1] R:OK -2015-03-24 21:52:32 sendUrl INFO 5 [2] R:OK -2015-03-24 21:52:32 queue INFO 1 [3] -2015-03-24 21:52:33 queue INFO >1 [4] -2015-03-24 21:52:33 sendUrl INFO 1 [3] R:OK -2015-03-24 21:52:33 sendUrl INFO 1 [4] R:OK -2015-03-24 21:52:43 queue INFO 3 [5] -2015-03-24 21:52:43 queue INFO >3 [6] -2015-03-24 21:52:44 sendUrl INFO 3 [5] R:OK -2015-03-24 21:52:44 sendUrl INFO 3 [6] R:OK -2015-03-24 21:53:33 queue INFO >>3 [7] -2015-03-24 21:53:34 sendUrl INFO 3 [7] R:OK -2015-03-24 21:54:24 queue INFO >>3 [8] -2015-03-24 21:54:24 sendUrl INFO 3 [8] R:OK -2015-03-24 21:54:57 queue INFO 7 [9] -2015-03-24 21:54:57 sendUrl INFO 7 [9] R:OK -2015-03-24 21:54:57 queue INFO >7 [10] -2015-03-24 21:54:58 sendUrl INFO 7 [10] R:OK -2015-03-24 21:54:59 queue INFO 3 [11] -2015-03-24 21:54:59 queue INFO >3 [12] -2015-03-24 21:54:59 sendUrl INFO 3 [11] R:OK -2015-03-24 21:55:00 sendUrl INFO 3 [12] R:OK -2015-03-24 21:55:49 queue INFO >>3 [13] -2015-03-24 21:55:49 sendUrl INFO 3 [13] R:OK -2015-03-24 21:56:39 queue INFO >>3 [14] -2015-03-24 21:56:39 sendUrl INFO 3 [14] R:OK -2015-03-24 21:57:23 queue INFO 7 [15] -2015-03-24 21:57:24 sendUrl INFO 7 [15] R:OK -2015-03-24 21:57:24 queue INFO >7 [16] -2015-03-24 21:57:24 sendUrl INFO 7 [16] R:OK -2015-03-24 21:57:25 queue INFO 3 [17] -2015-03-24 21:57:25 queue INFO >3 [18] -2015-03-24 21:57:26 sendUrl INFO 3 [17] R:OK -2015-03-24 21:57:26 sendUrl INFO 3 [18] R:OK -2015-03-24 21:58:15 queue INFO >>3 [19] -2015-03-24 21:58:15 sendUrl INFO 3 [19] R:OK -2015-03-24 21:59:05 queue INFO >>3 [20] -2015-03-24 21:59:06 sendUrl INFO 3 [20] R:OK -2015-03-24 21:59:50 queue INFO 7 [21] -2015-03-24 21:59:50 queue INFO >7 [22] -2015-03-24 21:59:50 sendUrl INFO 7 [21] R:OK -2015-03-24 21:59:51 sendUrl INFO 7 [22] R:OK -2015-03-24 21:59:51 queue INFO 3 [23] -2015-03-24 21:59:52 queue INFO >3 [24] -2015-03-24 21:59:52 sendUrl INFO 3 [23] R:OK -2015-03-24 21:59:52 sendUrl INFO 3 [24] R:OK -2015-03-24 22:00:41 queue INFO >>3 [25] -2015-03-24 22:00:42 sendUrl INFO 3 [25] R:OK -2015-03-24 22:01:32 queue INFO >>3 [26] -2015-03-24 22:01:32 sendUrl INFO 3 [26] R:OK -2015-03-24 22:02:16 queue INFO 7 [27] -2015-03-24 22:02:16 queue INFO >7 [28] -2015-03-24 22:02:17 sendUrl INFO 7 [27] R:OK -2015-03-24 22:02:17 sendUrl INFO 7 [28] R:OK -2015-03-24 22:02:18 queue INFO 3 [29] -2015-03-24 22:02:18 queue INFO >3 [30] -2015-03-24 22:02:18 sendUrl INFO 3 [29] R:OK -2015-03-24 22:02:19 sendUrl INFO 3 [30] R:OK -2015-03-24 22:03:08 queue INFO >>3 [31] -2015-03-24 22:03:08 sendUrl INFO 3 [31] R:OK -2015-03-24 22:03:58 queue INFO >>3 [32] -2015-03-24 22:03:58 sendUrl INFO 3 [32] R:OK -2015-03-24 22:04:42 queue INFO 7 [33] -2015-03-24 22:04:43 sendUrl INFO 7 [33] R:OK -2015-03-24 22:04:43 queue INFO >7 [34] -2015-03-24 22:04:43 sendUrl INFO 7 [34] R:OK -2015-03-24 22:04:44 queue INFO 3 [35] -2015-03-24 22:04:44 queue INFO >3 [36] -2015-03-24 22:04:45 sendUrl INFO 3 [35] R:OK -2015-03-24 22:04:45 sendUrl INFO 3 [36] R:OK -2015-03-24 22:05:34 queue INFO >>3 [37] -2015-03-24 22:05:34 sendUrl INFO 3 [37] R:OK -2015-03-24 22:06:24 queue INFO >>3 [38] -2015-03-24 22:06:25 sendUrl INFO 3 [38] R:OK -2015-03-24 22:07:09 queue INFO 7 [39] -2015-03-24 22:07:09 sendUrl INFO 7 [39] R:OK -2015-03-24 22:07:09 queue INFO >7 [40] -2015-03-24 22:07:10 sendUrl INFO 7 [40] R:OK -2015-03-24 22:07:10 queue INFO 3 [41] -2015-03-24 22:07:11 queue INFO >3 [42] -2015-03-24 22:07:11 sendUrl INFO 3 [41] R:OK -2015-03-24 22:07:12 sendUrl INFO 3 [42] R:OK -2015-03-24 22:08:01 queue INFO >>3 [43] -2015-03-24 22:08:01 sendUrl INFO 3 [43] R:OK -2015-03-24 22:08:51 queue INFO >>3 [44] -2015-03-24 22:08:51 sendUrl INFO 3 [44] R:OK -2015-03-24 22:09:35 queue INFO 7 [45] -2015-03-24 22:09:35 queue INFO >7 [46] -2015-03-24 22:09:36 sendUrl INFO 7 [45] R:OK -2015-03-24 22:09:36 sendUrl INFO 7 [46] R:OK -2015-03-24 22:09:37 queue INFO 3 [47] -2015-03-24 22:09:37 queue INFO >3 [48] -2015-03-24 22:09:37 sendUrl INFO 3 [47] R:OK -2015-03-24 22:09:38 sendUrl INFO 3 [48] R:OK -2015-03-24 22:10:27 queue INFO >>3 [49] -2015-03-24 22:10:27 sendUrl INFO 3 [49] R:OK -2015-03-24 22:11:17 queue INFO >>3 [50] -2015-03-24 22:11:17 sendUrl INFO 3 [50] R:OK -2015-03-24 22:12:02 queue INFO 7 [51] -2015-03-24 22:12:02 queue INFO >7 [52] -2015-03-24 22:12:02 sendUrl INFO 7 [51] R:OK -2015-03-24 22:12:02 sendUrl INFO 7 [52] R:OK -2015-03-24 22:12:03 queue INFO 3 [53] -2015-03-24 22:12:03 queue INFO >3 [54] -2015-03-24 22:12:04 sendUrl INFO 3 [53] R:OK -2015-03-24 22:12:04 sendUrl INFO 3 [54] R:OK -2015-03-24 22:12:53 queue INFO >>3 [55] -2015-03-24 22:12:54 sendUrl INFO 3 [55] R:OK -2015-03-24 22:13:43 queue INFO >>3 [56] -2015-03-24 22:13:44 sendUrl INFO 3 [56] R:OK -2015-03-24 22:14:28 queue INFO 7 [57] -2015-03-24 22:14:28 sendUrl INFO 7 [57] R:OK -2015-03-24 22:14:28 queue INFO >7 [58] -2015-03-24 22:14:28 sendUrl INFO 7 [58] R:OK -2015-03-24 22:14:29 queue INFO 3 [59] -2015-03-24 22:14:30 queue INFO >3 [60] -2015-03-24 22:14:30 sendUrl INFO 3 [59] R:OK -2015-03-24 22:14:31 sendUrl INFO 3 [60] R:OK -2015-03-24 22:15:20 queue INFO >>3 [61] -2015-03-24 22:15:20 sendUrl INFO 3 [61] R:OK -2015-03-24 22:16:10 queue INFO >>3 [62] -2015-03-24 22:16:10 sendUrl INFO 3 [62] R:OK -2015-03-24 22:16:54 queue INFO 7 [63] -2015-03-24 22:16:54 queue INFO >7 [64] -2015-03-24 22:16:54 sendUrl INFO 7 [63] R:OK -2015-03-24 22:16:55 sendUrl INFO 7 [64] R:OK -2015-03-24 22:16:56 queue INFO 3 [65] -2015-03-24 22:16:56 queue INFO >3 [66] -2015-03-24 22:16:56 sendUrl INFO 3 [65] R:OK -2015-03-24 22:16:57 sendUrl INFO 3 [66] R:OK -2015-03-24 22:17:46 queue INFO >>3 [67] -2015-03-24 22:17:46 sendUrl INFO 3 [67] R:OK -2015-03-24 22:18:36 queue INFO >>3 [68] -2015-03-24 22:18:37 sendUrl INFO 3 [68] R:OK -2015-03-24 22:19:21 queue INFO 7 [69] -2015-03-24 22:19:21 queue INFO >7 [70] -2015-03-24 22:19:21 sendUrl INFO 7 [69] R:OK -2015-03-24 22:19:21 sendUrl INFO 7 [70] R:OK -2015-03-24 22:19:22 queue INFO 3 [71] -2015-03-24 22:19:22 queue INFO >3 [72] -2015-03-24 22:19:22 sendUrl INFO 3 [71] R:OK -2015-03-24 22:19:23 sendUrl INFO 3 [72] R:OK -2015-03-24 22:20:12 queue INFO >>3 [73] -2015-03-24 22:20:13 sendUrl INFO 3 [73] R:OK -2015-03-24 22:21:02 queue INFO >>3 [74] -2015-03-24 22:21:03 sendUrl INFO 3 [74] R:OK -2015-03-24 22:21:47 queue INFO 7 [75] -2015-03-24 22:21:47 queue INFO >7 [76] -2015-03-24 22:21:47 sendUrl INFO 7 [75] R:OK -2015-03-24 22:21:48 sendUrl INFO 7 [76] R:OK -2015-03-24 22:21:49 queue INFO 3 [77] -2015-03-24 22:21:49 queue INFO >3 [78] -2015-03-24 22:21:49 sendUrl INFO 3 [77] R:OK -2015-03-24 22:21:49 sendUrl INFO 3 [78] R:OK -2015-03-24 22:22:39 queue INFO >>3 [79] -2015-03-24 22:22:39 sendUrl INFO 3 [79] R:OK -2015-03-24 22:23:29 queue INFO >>3 [80] -2015-03-24 22:23:29 sendUrl INFO 3 [80] R:OK -2015-03-24 22:24:13 queue INFO 7 [81] -2015-03-24 22:24:13 sendUrl INFO 7 [81] R:OK -2015-03-24 22:24:13 queue INFO >7 [82] -2015-03-24 22:24:14 sendUrl INFO 7 [82] R:OK -2015-03-24 22:24:15 queue INFO 3 [83] -2015-03-24 22:24:15 queue INFO >3 [84] -2015-03-24 22:24:15 sendUrl INFO 3 [83] R:OK -2015-03-24 22:24:16 sendUrl INFO 3 [84] R:OK -2015-03-24 22:24:29 queue INFO 19 [85] -2015-03-24 22:24:29 queue INFO >19 [86] -2015-03-24 22:24:29 sendUrl INFO 19 [85] R:OK -2015-03-24 22:24:30 sendUrl INFO 19 [86] R:OK -2015-03-24 22:25:19 queue INFO >>19 [87] -2015-03-24 22:25:20 sendUrl INFO 19 [87] R:OK -2015-03-24 22:26:10 queue INFO >>19 [88] -2015-03-24 22:26:10 sendUrl INFO 19 [88] R:OK -2015-03-24 22:27:00 queue INFO >>19 [89] -2015-03-24 22:27:00 sendUrl INFO 19 [89] R:OK -2015-03-24 22:27:50 queue INFO >>19 [90] -2015-03-24 22:27:50 sendUrl INFO 19 [90] R:OK -2015-03-24 22:28:40 queue INFO >>19 [91] -2015-03-24 22:28:41 sendUrl INFO 19 [91] R:OK -2015-03-24 22:29:30 queue INFO >>19 [92] -2015-03-24 22:29:30 sendUrl INFO 19 [92] R:OK -2015-03-24 22:30:20 queue INFO >>19 [93] -2015-03-24 22:30:21 sendUrl INFO 19 [93] R:OK -2015-03-24 22:30:46 queue INFO 39 [94] -2015-03-24 22:30:46 sendUrl INFO 39 [94] R:OK -2015-03-24 22:30:46 queue INFO >39 [95] -2015-03-24 22:30:46 sendUrl INFO 39 [95] R:OK -2015-03-24 22:31:36 queue INFO >>39 [96] -2015-03-24 22:31:36 sendUrl INFO 39 [96] R:OK -2015-03-24 22:32:24 queue INFO 21 [97] -2015-03-24 22:32:24 queue INFO 39 [98] -2015-03-24 22:32:24 sendUrl INFO 21 [97] R:OK -2015-03-24 22:32:24 queue INFO >39 [99] -2015-03-24 22:32:25 sendUrl INFO 39 [98] R:OK -2015-03-24 22:32:25 sendUrl INFO 39 [99] R:OK -2015-03-24 22:32:32 queue INFO 21 [100] -2015-03-24 22:32:32 queue INFO >21 [101] -2015-03-24 22:32:33 sendUrl INFO 21 [100] R:OK -2015-03-24 22:32:33 sendUrl INFO 21 [101] R:OK -2015-03-24 22:33:22 queue INFO >>21 [102] -2015-03-24 22:33:23 sendUrl INFO 21 [102] R:OK -2015-03-24 22:34:12 queue INFO >>21 [103] -2015-03-24 22:34:13 sendUrl INFO 21 [103] R:OK -2015-03-24 22:35:03 queue INFO >>21 [104] -2015-03-24 22:35:03 sendUrl INFO 21 [104] R:OK -2015-03-24 22:35:53 queue INFO >>21 [105] -2015-03-24 22:35:53 sendUrl INFO 21 [105] R:OK -2015-03-24 22:36:43 queue INFO >>21 [106] -2015-03-24 22:36:43 sendUrl INFO 21 [106] R:OK -2015-03-24 22:37:33 queue INFO >>21 [107] -2015-03-24 22:37:33 sendUrl INFO 21 [107] R:OK -2015-03-24 22:38:23 queue INFO >>21 [108] -2015-03-24 22:38:23 sendUrl INFO 21 [108] R:OK -2015-03-24 22:39:13 queue INFO >>21 [109] -2015-03-24 22:39:14 sendUrl INFO 21 [109] R:OK -2015-03-24 22:40:04 queue INFO >>21 [110] -2015-03-24 22:40:04 sendUrl INFO 21 [110] R:OK -2015-03-24 22:40:54 queue INFO >>21 [111] -2015-03-24 22:40:54 sendUrl INFO 21 [111] R:OK -2015-03-24 22:41:44 queue INFO >>21 [112] -2015-03-24 22:41:44 sendUrl INFO 21 [112] R:OK -2015-03-24 22:42:34 queue INFO >>21 [113] -2015-03-24 22:42:34 sendUrl INFO 21 [113] R:OK -2015-03-24 22:43:24 queue INFO >>21 [114] -2015-03-24 22:43:24 sendUrl INFO 21 [114] R:OK -2015-03-24 22:44:14 queue INFO >>21 [115] -2015-03-24 22:44:15 sendUrl INFO 21 [115] R:OK -2015-03-24 22:45:04 queue INFO >>21 [116] -2015-03-24 22:45:05 sendUrl INFO 21 [116] R:OK -2015-03-24 22:45:55 queue INFO >>21 [117] -2015-03-24 22:45:55 sendUrl INFO 21 [117] R:OK -2015-03-24 22:46:45 queue INFO >>21 [118] -2015-03-24 22:46:45 sendUrl INFO 21 [118] R:OK -2015-03-24 22:47:35 queue INFO >>21 [119] -2015-03-24 22:47:35 sendUrl INFO 21 [119] R:OK -2015-03-24 22:48:25 queue INFO >>21 [120] -2015-03-24 22:48:25 sendUrl INFO 21 [120] R:OK -2015-03-24 22:48:53 queue INFO 1 [121] -2015-03-24 22:48:54 queue INFO >1 [122] -2015-03-24 22:48:54 sendUrl INFO 1 [121] R:OK -2015-03-24 22:48:54 sendUrl INFO 1 [122] R:OK -2015-03-24 22:49:44 queue INFO >>1 [123] -2015-03-24 22:49:44 sendUrl INFO 1 [123] R:OK -2015-03-24 22:50:05 queue INFO 5 [124] -2015-03-24 22:50:06 queue INFO >5 [125] -2015-03-24 22:50:06 sendUrl INFO 5 [124] R:OK -2015-03-24 22:50:06 sendUrl INFO 5 [125] R:OK -2015-03-24 22:50:07 queue INFO 1 [126] -2015-03-24 22:50:07 queue INFO >1 [127] -2015-03-24 22:50:08 sendUrl INFO 1 [126] R:OK -2015-03-24 22:50:08 sendUrl INFO 1 [127] R:OK -2015-03-24 22:50:17 queue INFO 3 [128] -2015-03-24 22:50:17 queue INFO >3 [129] -2015-03-24 22:50:17 sendUrl INFO 3 [128] R:OK -2015-03-24 22:50:18 sendUrl INFO 3 [129] R:OK -2015-03-24 22:51:07 queue INFO >>3 [130] -2015-03-24 22:51:07 sendUrl INFO 3 [130] R:OK -2015-03-24 22:51:57 queue INFO >>3 [131] -2015-03-24 22:51:57 sendUrl INFO 3 [131] R:OK -2015-03-24 22:52:32 queue INFO 7 [132] -2015-03-24 22:52:32 queue INFO >7 [133] -2015-03-24 22:52:32 sendUrl INFO 7 [132] R:OK -2015-03-24 22:52:33 sendUrl INFO 7 [133] R:OK -2015-03-24 22:52:33 queue INFO 3 [134] -2015-03-24 22:52:34 queue INFO >3 [135] -2015-03-24 22:52:34 sendUrl INFO 3 [134] R:OK -2015-03-24 22:52:34 sendUrl INFO 3 [135] R:OK -2015-03-24 22:53:24 queue INFO >>3 [136] -2015-03-24 22:53:24 sendUrl INFO 3 [136] R:OK -2015-03-24 22:54:14 queue INFO >>3 [137] -2015-03-24 22:54:14 sendUrl INFO 3 [137] R:OK -2015-03-24 22:54:58 queue INFO 7 [138] -2015-03-24 22:54:58 queue INFO >7 [139] -2015-03-24 22:54:59 sendUrl INFO 7 [138] R:OK -2015-03-24 22:54:59 sendUrl INFO 7 [139] R:OK -2015-03-24 22:55:00 queue INFO 3 [140] -2015-03-24 22:55:00 queue INFO >3 [141] -2015-03-24 22:55:00 sendUrl INFO 3 [140] R:OK -2015-03-24 22:55:01 sendUrl INFO 3 [141] R:OK -2015-03-24 22:55:50 queue INFO >>3 [142] -2015-03-24 22:55:50 sendUrl INFO 3 [142] R:OK -2015-03-24 22:56:40 queue INFO >>3 [143] -2015-03-24 22:56:40 sendUrl INFO 3 [143] R:OK -2015-03-24 22:57:25 queue INFO 7 [144] -2015-03-24 22:57:25 queue INFO >7 [145] -2015-03-24 22:57:25 sendUrl INFO 7 [144] R:OK -2015-03-24 22:57:26 sendUrl INFO 7 [145] R:OK -2015-03-24 22:57:26 queue INFO 3 [146] -2015-03-24 22:57:26 queue INFO >3 [147] -2015-03-24 22:57:27 sendUrl INFO 3 [146] R:OK -2015-03-24 22:57:27 sendUrl INFO 3 [147] R:OK -2015-03-24 22:58:16 queue INFO >>3 [148] -2015-03-24 22:58:16 sendUrl INFO 3 [148] R:OK -2015-03-24 22:59:06 queue INFO >>3 [149] -2015-03-24 22:59:07 sendUrl INFO 3 [149] R:OK -2015-03-24 22:59:51 queue INFO 7 [150] -2015-03-24 22:59:51 queue INFO >7 [151] -2015-03-24 22:59:52 sendUrl INFO 7 [150] R:OK -2015-03-24 22:59:52 sendUrl INFO 7 [151] R:OK -2015-03-24 22:59:53 queue INFO 3 [152] -2015-03-24 22:59:53 queue INFO >3 [153] -2015-03-24 22:59:53 sendUrl INFO 3 [152] R:OK -2015-03-24 22:59:54 sendUrl INFO 3 [153] R:OK -2015-03-24 23:00:43 queue INFO >>3 [154] -2015-03-24 23:00:43 sendUrl INFO 3 [154] R:OK -2015-03-24 23:01:33 queue INFO >>3 [155] -2015-03-24 23:01:33 sendUrl INFO 3 [155] R:OK -2015-03-24 23:02:17 queue INFO 7 [156] -2015-03-24 23:02:17 queue INFO >7 [157] -2015-03-24 23:02:18 sendUrl INFO 7 [156] R:OK -2015-03-24 23:02:18 sendUrl INFO 7 [157] R:OK -2015-03-24 23:02:19 queue INFO 3 [158] -2015-03-24 23:02:19 queue INFO >3 [159] -2015-03-24 23:02:19 sendUrl INFO 3 [158] R:OK -2015-03-24 23:02:20 sendUrl INFO 3 [159] R:OK -2015-03-24 23:03:09 queue INFO >>3 [160] -2015-03-24 23:03:09 sendUrl INFO 3 [160] R:OK -2015-03-24 23:03:59 queue INFO >>3 [161] -2015-03-24 23:04:00 sendUrl INFO 3 [161] R:OK -2015-03-24 23:04:44 queue INFO 7 [162] -2015-03-24 23:04:44 queue INFO >7 [163] -2015-03-24 23:04:44 sendUrl INFO 7 [162] R:OK -2015-03-24 23:04:44 sendUrl INFO 7 [163] R:OK -2015-03-24 23:04:45 queue INFO 3 [164] -2015-03-24 23:04:45 queue INFO >3 [165] -2015-03-24 23:04:46 sendUrl INFO 3 [164] R:OK -2015-03-24 23:04:46 sendUrl INFO 3 [165] R:OK -2015-03-24 23:05:35 queue INFO >>3 [166] -2015-03-24 23:05:36 sendUrl INFO 3 [166] R:OK -2015-03-24 23:06:26 queue INFO >>3 [167] -2015-03-24 23:06:26 sendUrl INFO 3 [167] R:OK -2015-03-24 23:07:10 queue INFO 7 [168] -2015-03-24 23:07:10 queue INFO >7 [169] -2015-03-24 23:07:11 sendUrl INFO 7 [168] R:OK -2015-03-24 23:07:11 sendUrl INFO 7 [169] R:OK -2015-03-24 23:07:12 queue INFO 3 [170] -2015-03-24 23:07:12 queue INFO >3 [171] -2015-03-24 23:07:12 sendUrl INFO 3 [170] R:OK -2015-03-24 23:07:13 sendUrl INFO 3 [171] R:OK -2015-03-24 23:08:02 queue INFO >>3 [172] -2015-03-24 23:08:02 sendUrl INFO 3 [172] R:OK -2015-03-24 23:08:52 queue INFO >>3 [173] -2015-03-24 23:08:52 sendUrl INFO 3 [173] R:OK -2015-03-24 23:09:36 queue INFO 7 [174] -2015-03-24 23:09:37 queue INFO >7 [175] -2015-03-24 23:09:37 sendUrl INFO 7 [174] R:OK -2015-03-24 23:09:37 sendUrl INFO 7 [175] R:OK -2015-03-24 23:09:38 queue INFO 3 [176] -2015-03-24 23:09:38 queue INFO >3 [177] -2015-03-24 23:09:39 sendUrl INFO 3 [176] R:OK -2015-03-24 23:09:39 sendUrl INFO 3 [177] R:OK -2015-03-24 23:10:28 queue INFO >>3 [178] -2015-03-24 23:10:28 sendUrl INFO 3 [178] R:OK -2015-03-24 23:11:18 queue INFO >>3 [179] -2015-03-24 23:11:19 sendUrl INFO 3 [179] R:OK -2015-03-24 23:12:03 queue INFO 7 [180] -2015-03-24 23:12:03 sendUrl INFO 7 [180] R:OK -2015-03-24 23:12:03 queue INFO >7 [181] -2015-03-24 23:12:03 sendUrl INFO 7 [181] R:OK -2015-03-24 23:12:04 queue INFO 3 [182] -2015-03-24 23:12:05 queue INFO >3 [183] -2015-03-24 23:12:05 sendUrl INFO 3 [182] R:OK -2015-03-24 23:12:05 sendUrl INFO 3 [183] R:OK -2015-03-24 23:12:55 queue INFO >>3 [184] -2015-03-24 23:12:55 sendUrl INFO 3 [184] R:OK -2015-03-24 23:13:45 queue INFO >>3 [185] -2015-03-24 23:13:45 sendUrl INFO 3 [185] R:OK -2015-03-24 23:14:29 queue INFO 7 [186] -2015-03-24 23:14:29 queue INFO >7 [187] -2015-03-24 23:14:29 sendUrl INFO 7 [186] R:OK -2015-03-24 23:14:30 sendUrl INFO 7 [187] R:OK -2015-03-24 23:14:31 queue INFO 3 [188] -2015-03-24 23:14:31 queue INFO >3 [189] -2015-03-24 23:14:31 sendUrl INFO 3 [188] R:OK -2015-03-24 23:14:31 sendUrl INFO 3 [189] R:OK -2015-03-24 23:15:21 queue INFO >>3 [190] -2015-03-24 23:15:21 sendUrl INFO 3 [190] R:OK -2015-03-24 23:16:11 queue INFO >>3 [191] -2015-03-24 23:16:11 sendUrl INFO 3 [191] R:OK -2015-03-24 23:16:56 queue INFO 7 [192] -2015-03-24 23:16:56 queue INFO >7 [193] -2015-03-24 23:16:56 sendUrl INFO 7 [192] R:OK -2015-03-24 23:16:56 sendUrl INFO 7 [193] R:OK -2015-03-24 23:16:57 queue INFO 3 [194] -2015-03-24 23:16:57 queue INFO >3 [195] -2015-03-24 23:16:57 sendUrl INFO 3 [194] R:OK -2015-03-24 23:16:58 sendUrl INFO 3 [195] R:OK -2015-03-24 23:17:47 queue INFO >>3 [196] -2015-03-24 23:17:48 sendUrl INFO 3 [196] R:OK -2015-03-24 23:18:37 queue INFO >>3 [197] -2015-03-24 23:18:38 sendUrl INFO 3 [197] R:OK -2015-03-24 23:19:22 queue INFO 7 [198] -2015-03-24 23:19:22 queue INFO >7 [199] -2015-03-24 23:19:22 sendUrl INFO 7 [198] R:OK -2015-03-24 23:19:23 sendUrl INFO 7 [199] R:OK -2015-03-24 23:19:23 queue INFO 3 [200] -2015-03-24 23:19:24 queue INFO >3 [201] -2015-03-24 23:19:24 sendUrl INFO 3 [200] R:OK -2015-03-24 23:19:24 sendUrl INFO 3 [201] R:OK -2015-03-24 23:20:14 queue INFO >>3 [202] -2015-03-24 23:20:14 sendUrl INFO 3 [202] R:OK -2015-03-24 23:21:04 queue INFO >>3 [203] -2015-03-24 23:21:04 sendUrl INFO 3 [203] R:OK -2015-03-24 23:21:48 queue INFO 7 [204] -2015-03-24 23:21:48 sendUrl INFO 7 [204] R:OK -2015-03-24 23:21:48 queue INFO >7 [205] -2015-03-24 23:21:49 sendUrl INFO 7 [205] R:OK -2015-03-24 23:21:50 queue INFO 3 [206] -2015-03-24 23:21:50 queue INFO >3 [207] -2015-03-24 23:21:50 sendUrl INFO 3 [206] R:OK -2015-03-24 23:21:51 sendUrl INFO 3 [207] R:OK -2015-03-24 23:22:40 queue INFO >>3 [208] -2015-03-24 23:22:40 sendUrl INFO 3 [208] R:OK -2015-03-24 23:23:30 queue INFO >>3 [209] -2015-03-24 23:23:30 sendUrl INFO 3 [209] R:OK -2015-03-24 23:24:14 queue INFO 7 [210] -2015-03-24 23:24:15 queue INFO >7 [211] -2015-03-24 23:24:15 sendUrl INFO 7 [210] R:OK -2015-03-24 23:24:15 sendUrl INFO 7 [211] R:OK -2015-03-24 23:24:16 queue INFO 3 [212] -2015-03-24 23:24:16 queue INFO >3 [213] -2015-03-24 23:24:16 sendUrl INFO 3 [212] R:OK -2015-03-24 23:24:17 sendUrl INFO 3 [213] R:OK -2015-03-24 23:25:06 queue INFO >>3 [214] -2015-03-24 23:25:07 sendUrl INFO 3 [214] R:OK -2015-03-24 23:25:56 queue INFO >>3 [215] -2015-03-24 23:25:56 sendUrl INFO 3 [215] R:OK -2015-03-24 23:26:41 queue INFO 7 [216] -2015-03-24 23:26:41 queue INFO >7 [217] -2015-03-24 23:26:41 sendUrl INFO 7 [216] R:OK -2015-03-24 23:26:42 sendUrl INFO 7 [217] R:OK -2015-03-24 23:26:43 queue INFO 3 [218] -2015-03-24 23:26:43 queue INFO >3 [219] -2015-03-24 23:26:43 sendUrl INFO 3 [218] R:OK -2015-03-24 23:26:43 sendUrl INFO 3 [219] R:OK -2015-03-24 23:27:33 queue INFO >>3 [220] -2015-03-24 23:27:33 sendUrl INFO 3 [220] R:OK -2015-03-24 23:28:23 queue INFO >>3 [221] -2015-03-24 23:28:23 sendUrl INFO 3 [221] R:OK -2015-03-24 23:29:07 queue INFO 7 [222] -2015-03-24 23:29:08 queue INFO >7 [223] -2015-03-24 23:29:08 sendUrl INFO 7 [222] R:OK -2015-03-24 23:29:08 sendUrl INFO 7 [223] R:OK -2015-03-24 23:29:09 queue INFO 3 [224] -2015-03-24 23:29:09 queue INFO >3 [225] -2015-03-24 23:29:09 sendUrl INFO 3 [224] R:OK -2015-03-24 23:29:10 sendUrl INFO 3 [225] R:OK -2015-03-24 23:29:59 queue INFO >>3 [226] -2015-03-24 23:30:00 sendUrl INFO 3 [226] R:OK -2015-03-24 23:30:49 queue INFO >>3 [227] -2015-03-24 23:30:49 sendUrl INFO 3 [227] R:OK -2015-03-24 23:31:34 queue INFO 7 [228] -2015-03-24 23:31:34 sendUrl INFO 7 [228] R:OK -2015-03-24 23:31:34 queue INFO >7 [229] -2015-03-24 23:31:34 sendUrl INFO 7 [229] R:OK -2015-03-24 23:31:35 queue INFO 3 [230] -2015-03-24 23:31:35 queue INFO >3 [231] -2015-03-24 23:31:36 sendUrl INFO 3 [230] R:OK -2015-03-24 23:31:36 sendUrl INFO 3 [231] R:OK -2015-03-24 23:32:25 queue INFO >>3 [232] -2015-03-24 23:32:26 sendUrl INFO 3 [232] R:OK -2015-03-24 23:33:16 queue INFO >>3 [233] -2015-03-24 23:33:16 sendUrl INFO 3 [233] R:OK -2015-03-24 23:34:00 queue INFO 7 [234] -2015-03-24 23:34:00 sendUrl INFO 7 [234] R:OK -2015-03-24 23:34:00 queue INFO >7 [235] -2015-03-24 23:34:01 sendUrl INFO 7 [235] R:OK -2015-03-24 23:34:02 queue INFO 3 [236] -2015-03-24 23:34:02 queue INFO >3 [237] -2015-03-24 23:34:02 sendUrl INFO 3 [236] R:OK -2015-03-24 23:34:03 sendUrl INFO 3 [237] R:OK -2015-03-24 23:34:52 queue INFO >>3 [238] -2015-03-24 23:34:52 sendUrl INFO 3 [238] R:OK -2015-03-24 23:35:42 queue INFO >>3 [239] -2015-03-24 23:35:42 sendUrl INFO 3 [239] R:OK -2015-03-24 23:36:32 queue INFO >>3 [240] -2015-03-24 23:36:33 sendUrl INFO 3 [240] R:OK -2015-03-24 23:37:22 queue INFO >>3 [241] -2015-03-24 23:37:23 sendUrl INFO 3 [241] R:OK -2015-03-24 23:38:12 queue INFO >>3 [242] -2015-03-24 23:38:13 sendUrl INFO 3 [242] R:OK -2015-03-24 23:39:03 queue INFO >>3 [243] -2015-03-24 23:39:03 sendUrl INFO 3 [243] R:OK -2015-03-24 23:39:53 queue INFO >>3 [244] -2015-03-24 23:39:53 sendUrl INFO 3 [244] R:OK -2015-03-24 23:40:43 queue INFO >>3 [245] -2015-03-24 23:40:43 sendUrl INFO 3 [245] R:OK -2015-03-24 23:41:17 queue INFO 1 [246] -2015-03-24 23:41:17 queue INFO >1 [247] -2015-03-24 23:41:18 sendUrl INFO 1 [246] R:OK -2015-03-24 23:41:18 sendUrl INFO 1 [247] R:OK -2015-03-24 23:42:07 queue INFO >>1 [248] -2015-03-24 23:42:07 sendUrl INFO 1 [248] R:OK -2015-03-24 23:42:55 queue INFO 3 [249] -2015-03-24 23:42:55 queue INFO >3 [250] -2015-03-24 23:42:55 sendUrl INFO 3 [249] R:OK -2015-03-24 23:42:55 sendUrl INFO 3 [250] R:OK -2015-03-24 23:43:03 queue INFO B [251] -2015-03-24 23:43:04 queue INFO >B [252] -2015-03-24 23:43:04 sendUrl INFO B [251] R:OK -2015-03-24 23:43:04 queue INFO 3 [253] -2015-03-24 23:43:04 sendUrl INFO B [252] R:OK -2015-03-24 23:43:04 queue INFO >3 [254] -2015-03-24 23:43:05 sendUrl INFO 3 [253] R:OK -2015-03-24 23:43:05 sendUrl INFO 3 [254] R:OK -2015-03-24 23:43:13 queue INFO 7 [255] -2015-03-24 23:43:13 queue INFO >7 [256] -2015-03-24 23:43:13 sendUrl INFO 7 [255] R:OK -2015-03-24 23:43:14 sendUrl INFO 7 [256] R:OK -2015-03-24 23:43:15 queue INFO 3 [257] -2015-03-24 23:43:15 queue INFO >3 [258] -2015-03-24 23:43:15 sendUrl INFO 3 [257] R:OK -2015-03-24 23:43:15 sendUrl INFO 3 [258] R:OK -2015-03-24 23:44:05 queue INFO >>3 [259] -2015-03-24 23:44:05 sendUrl INFO 3 [259] R:OK -2015-03-24 23:44:55 queue INFO >>3 [260] -2015-03-24 23:44:55 sendUrl INFO 3 [260] R:OK -2015-03-24 23:45:39 queue INFO 7 [261] -2015-03-24 23:45:40 queue INFO >7 [262] -2015-03-24 23:45:40 sendUrl INFO 7 [261] R:OK -2015-03-24 23:45:40 sendUrl INFO 7 [262] R:OK -2015-03-24 23:45:41 queue INFO 3 [263] -2015-03-24 23:45:41 queue INFO >3 [264] -2015-03-24 23:45:41 sendUrl INFO 3 [263] R:OK -2015-03-24 23:45:42 sendUrl INFO 3 [264] R:OK -2015-03-24 23:46:31 queue INFO >>3 [265] -2015-03-24 23:46:32 sendUrl INFO 3 [265] R:OK -2015-03-24 23:47:21 queue INFO >>3 [266] -2015-03-24 23:47:22 sendUrl INFO 3 [266] R:OK -2015-03-24 23:48:06 queue INFO 7 [267] -2015-03-24 23:48:06 queue INFO >7 [268] -2015-03-24 23:48:06 sendUrl INFO 7 [267] R:OK -2015-03-24 23:48:07 sendUrl INFO 7 [268] R:OK -2015-03-24 23:48:07 queue INFO 3 [269] -2015-03-24 23:48:08 queue INFO >3 [270] -2015-03-24 23:48:08 sendUrl INFO 3 [269] R:OK -2015-03-24 23:48:08 sendUrl INFO 3 [270] R:OK -2015-03-24 23:48:58 queue INFO >>3 [271] -2015-03-24 23:48:58 sendUrl INFO 3 [271] R:OK -2015-03-24 23:49:48 queue INFO >>3 [272] -2015-03-24 23:49:48 sendUrl INFO 3 [272] R:OK -2015-03-24 23:50:32 queue INFO 7 [273] -2015-03-24 23:50:32 queue INFO >7 [274] -2015-03-24 23:50:32 sendUrl INFO 7 [273] R:OK -2015-03-24 23:50:33 sendUrl INFO 7 [274] R:OK -2015-03-24 23:50:34 queue INFO 3 [275] -2015-03-24 23:50:34 queue INFO >3 [276] -2015-03-24 23:50:34 sendUrl INFO 3 [275] R:OK -2015-03-24 23:50:35 sendUrl INFO 3 [276] R:OK -2015-03-24 23:51:24 queue INFO >>3 [277] -2015-03-24 23:51:24 sendUrl INFO 3 [277] R:OK -2015-03-24 23:52:14 queue INFO >>3 [278] -2015-03-24 23:52:14 sendUrl INFO 3 [278] R:OK -2015-03-24 23:52:59 queue INFO 7 [279] -2015-03-24 23:52:59 queue INFO >7 [280] -2015-03-24 23:52:59 sendUrl INFO 7 [279] R:OK -2015-03-24 23:52:59 sendUrl INFO 7 [280] R:OK -2015-03-24 23:53:00 queue INFO 3 [281] -2015-03-24 23:53:00 sendUrl INFO 3 [281] R:OK -2015-03-24 23:53:00 queue INFO >3 [282] -2015-03-24 23:53:01 sendUrl INFO 3 [282] R:OK -2015-03-24 23:53:50 queue INFO >>3 [283] -2015-03-24 23:53:51 sendUrl INFO 3 [283] R:OK -2015-03-24 23:54:40 queue INFO >>3 [284] -2015-03-24 23:54:41 sendUrl INFO 3 [284] R:OK -2015-03-24 23:55:25 queue INFO 7 [285] -2015-03-24 23:55:25 queue INFO >7 [286] -2015-03-24 23:55:25 sendUrl INFO 7 [285] R:OK -2015-03-24 23:55:26 sendUrl INFO 7 [286] R:OK -2015-03-24 23:55:27 queue INFO 3 [287] -2015-03-24 23:55:27 sendUrl INFO 3 [287] R:OK -2015-03-24 23:55:27 queue INFO >3 [288] -2015-03-24 23:55:27 sendUrl INFO 3 [288] R:OK -2015-03-24 23:56:17 queue INFO >>3 [289] -2015-03-24 23:56:17 sendUrl INFO 3 [289] R:OK -2015-03-24 23:57:07 queue INFO >>3 [290] -2015-03-24 23:57:07 sendUrl INFO 3 [290] R:OK -2015-03-24 23:57:51 queue INFO 7 [291] -2015-03-24 23:57:51 queue INFO >7 [292] -2015-03-24 23:57:52 sendUrl INFO 7 [291] R:OK -2015-03-24 23:57:52 sendUrl INFO 7 [292] R:OK -2015-03-24 23:57:53 queue INFO 3 [293] -2015-03-24 23:57:53 queue INFO >3 [294] -2015-03-24 23:57:53 sendUrl INFO 3 [293] R:OK -2015-03-24 23:57:54 sendUrl INFO 3 [294] R:OK -2015-03-24 23:58:43 queue INFO >>3 [295] -2015-03-24 23:58:44 sendUrl INFO 3 [295] R:OK -2015-03-24 23:59:33 queue INFO >>3 [296] -2015-03-24 23:59:33 sendUrl INFO 3 [296] R:OK -2015-03-25 00:00:18 queue INFO 7 [297] -2015-03-25 00:00:18 queue INFO >7 [298] -2015-03-25 00:00:18 sendUrl INFO 7 [297] R:OK -2015-03-25 00:00:19 sendUrl INFO 7 [298] R:OK -2015-03-25 00:00:19 queue INFO 3 [299] -2015-03-25 00:00:20 queue INFO >3 [300] -2015-03-25 00:00:20 sendUrl INFO 3 [299] R:OK -2015-03-25 00:00:20 sendUrl INFO 3 [300] R:OK -2015-03-25 00:01:09 queue INFO >>3 [301] -2015-03-25 00:01:10 sendUrl INFO 3 [301] R:OK -2015-03-25 00:02:00 queue INFO >>3 [302] -2015-03-25 00:02:00 sendUrl INFO 3 [302] R:OK -2015-03-25 00:02:44 queue INFO 7 [303] -2015-03-25 00:02:44 queue INFO >7 [304] -2015-03-25 00:02:44 sendUrl INFO 7 [303] R:OK -2015-03-25 00:02:45 sendUrl INFO 7 [304] R:OK -2015-03-25 00:02:46 queue INFO 3 [305] -2015-03-25 00:02:46 sendUrl INFO 3 [305] R:OK -2015-03-25 00:02:46 queue INFO >3 [306] -2015-03-25 00:02:46 sendUrl INFO 3 [306] R:OK -2015-03-25 00:03:36 queue INFO >>3 [307] -2015-03-25 00:03:36 sendUrl INFO 3 [307] R:OK -2015-03-25 00:04:26 queue INFO >>3 [308] -2015-03-25 00:04:26 sendUrl INFO 3 [308] R:OK -2015-03-25 00:05:10 queue INFO 7 [309] -2015-03-25 00:05:11 queue INFO >7 [310] -2015-03-25 00:05:11 sendUrl INFO 7 [309] R:OK -2015-03-25 00:05:11 sendUrl INFO 7 [310] R:OK -2015-03-25 00:05:12 queue INFO 3 [311] -2015-03-25 00:05:12 sendUrl INFO 3 [311] R:OK -2015-03-25 00:05:12 queue INFO >3 [312] -2015-03-25 00:05:13 sendUrl INFO 3 [312] R:OK -2015-03-25 00:06:02 queue INFO >>3 [313] -2015-03-25 00:06:02 sendUrl INFO 3 [313] R:OK -2015-03-25 00:06:52 queue INFO >>3 [314] -2015-03-25 00:06:53 sendUrl INFO 3 [314] R:OK -2015-03-25 00:07:37 queue INFO 7 [315] -2015-03-25 00:07:37 queue INFO >7 [316] -2015-03-25 00:07:37 sendUrl INFO 7 [315] R:OK -2015-03-25 00:07:38 sendUrl INFO 7 [316] R:OK -2015-03-25 00:07:38 queue INFO 3 [317] -2015-03-25 00:07:39 queue INFO >3 [318] -2015-03-25 00:07:39 sendUrl INFO 3 [317] R:OK -2015-03-25 00:07:39 sendUrl INFO 3 [318] R:OK -2015-03-25 00:08:29 queue INFO >>3 [319] -2015-03-25 00:08:29 sendUrl INFO 3 [319] R:OK -2015-03-25 00:09:19 queue INFO >>3 [320] -2015-03-25 00:09:19 sendUrl INFO 3 [320] R:OK -2015-03-25 00:10:03 queue INFO 7 [321] -2015-03-25 00:10:04 queue INFO >7 [322] -2015-03-25 00:10:04 sendUrl INFO 7 [321] R:OK -2015-03-25 00:10:04 sendUrl INFO 7 [322] R:OK -2015-03-25 00:10:05 queue INFO 3 [323] -2015-03-25 00:10:05 queue INFO >3 [324] -2015-03-25 00:10:05 sendUrl INFO 3 [323] R:OK -2015-03-25 00:10:06 sendUrl INFO 3 [324] R:OK -2015-03-25 00:10:15 queue INFO 19 [325] -2015-03-25 00:10:15 queue INFO >19 [326] -2015-03-25 00:10:16 sendUrl INFO 19 [325] R:OK -2015-03-25 00:10:16 sendUrl INFO 19 [326] R:OK -2015-03-25 00:11:05 queue INFO >>19 [327] -2015-03-25 00:11:05 sendUrl INFO 19 [327] R:OK -2015-03-25 00:11:17 queue INFO 39 [328] -2015-03-25 00:11:17 queue INFO >39 [329] -2015-03-25 00:11:17 sendUrl INFO 39 [328] R:OK -2015-03-25 00:11:18 sendUrl INFO 39 [329] R:OK -2015-03-25 00:11:42 queue INFO 21 [330] -2015-03-25 00:11:42 queue INFO 39 [331] -2015-03-25 00:11:42 queue INFO >39 [332] -2015-03-25 00:11:42 sendUrl INFO 21 [330] R:OK -2015-03-25 00:11:43 sendUrl INFO 39 [331] R:OK -2015-03-25 00:11:43 sendUrl INFO 39 [332] R:OK -2015-03-25 00:11:44 queue INFO 21 [333] -2015-03-25 00:11:45 queue INFO >21 [334] -2015-03-25 00:11:45 sendUrl INFO 21 [333] R:OK -2015-03-25 00:11:45 sendUrl INFO 21 [334] R:OK -2015-03-25 00:12:35 queue INFO >>21 [335] -2015-03-25 00:12:35 sendUrl INFO 21 [335] R:OK -2015-03-25 00:13:25 queue INFO >>21 [336] -2015-03-25 00:13:25 sendUrl INFO 21 [336] R:OK -2015-03-25 00:13:55 queue INFO 1 [337] -2015-03-25 00:13:56 queue INFO >1 [338] -2015-03-25 00:13:56 sendUrl INFO 1 [337] R:OK -2015-03-25 00:13:56 sendUrl INFO 1 [338] R:OK -2015-03-25 00:14:29 queue INFO 5 [339] -2015-03-25 00:14:29 queue INFO >5 [340] -2015-03-25 00:14:29 sendUrl INFO 5 [339] R:OK -2015-03-25 00:14:30 sendUrl INFO 5 [340] R:OK -2015-03-25 00:14:31 queue INFO 1 [341] -2015-03-25 00:14:31 sendUrl INFO 1 [341] R:OK -2015-03-25 00:14:31 queue INFO >1 [342] -2015-03-25 00:14:31 sendUrl INFO 1 [342] R:OK -2015-03-25 00:14:41 queue INFO 3 [343] -2015-03-25 00:14:41 queue INFO >3 [344] -2015-03-25 00:14:41 sendUrl INFO 3 [343] R:OK -2015-03-25 00:14:41 sendUrl INFO 3 [344] R:OK -2015-03-25 00:15:31 queue INFO >>3 [345] -2015-03-25 00:15:31 sendUrl INFO 3 [345] R:OK -2015-03-25 00:16:21 queue INFO >>3 [346] -2015-03-25 00:16:22 sendUrl INFO 3 [346] R:OK -2015-03-25 00:16:56 queue INFO 7 [347] -2015-03-25 00:16:56 queue INFO >7 [348] -2015-03-25 00:16:56 sendUrl INFO 7 [347] R:OK -2015-03-25 00:16:56 sendUrl INFO 7 [348] R:OK -2015-03-25 00:16:57 queue INFO 3 [349] -2015-03-25 00:16:57 queue INFO >3 [350] -2015-03-25 00:16:57 sendUrl INFO 3 [349] R:OK -2015-03-25 00:16:58 sendUrl INFO 3 [350] R:OK -2015-03-25 00:17:47 queue INFO >>3 [351] -2015-03-25 00:17:48 sendUrl INFO 3 [351] R:OK -2015-03-25 00:18:37 queue INFO >>3 [352] -2015-03-25 00:18:38 sendUrl INFO 3 [352] R:OK -2015-03-25 00:19:22 queue INFO 7 [353] -2015-03-25 00:19:22 queue INFO >7 [354] -2015-03-25 00:19:22 sendUrl INFO 7 [353] R:OK -2015-03-25 00:19:23 sendUrl INFO 7 [354] R:OK -2015-03-25 00:19:23 queue INFO 3 [355] -2015-03-25 00:19:24 queue INFO >3 [356] -2015-03-25 00:19:24 sendUrl INFO 3 [355] R:OK -2015-03-25 00:19:24 sendUrl INFO 3 [356] R:OK -2015-03-25 00:20:14 queue INFO >>3 [357] -2015-03-25 00:20:14 sendUrl INFO 3 [357] R:OK -2015-03-25 00:21:04 queue INFO >>3 [358] -2015-03-25 00:21:04 sendUrl INFO 3 [358] R:OK -2015-03-25 00:21:48 queue INFO 7 [359] -2015-03-25 00:21:48 queue INFO >7 [360] -2015-03-25 00:21:49 sendUrl INFO 7 [359] R:OK -2015-03-25 00:21:49 sendUrl INFO 7 [360] R:OK -2015-03-25 00:21:50 queue INFO 3 [361] -2015-03-25 00:21:50 queue INFO >3 [362] -2015-03-25 00:21:50 sendUrl INFO 3 [361] R:OK -2015-03-25 00:21:51 sendUrl INFO 3 [362] R:OK -2015-03-25 00:22:40 queue INFO >>3 [363] -2015-03-25 00:22:40 sendUrl INFO 3 [363] R:OK -2015-03-25 00:23:30 queue INFO >>3 [364] -2015-03-25 00:23:30 sendUrl INFO 3 [364] R:OK -2015-03-25 00:24:15 queue INFO 7 [365] -2015-03-25 00:24:15 queue INFO >7 [366] -2015-03-25 00:24:15 sendUrl INFO 7 [365] R:OK -2015-03-25 00:24:16 sendUrl INFO 7 [366] R:OK -2015-03-25 00:24:16 queue INFO 3 [367] -2015-03-25 00:24:17 queue INFO >3 [368] -2015-03-25 00:24:17 sendUrl INFO 3 [367] R:OK -2015-03-25 00:24:17 sendUrl INFO 3 [368] R:OK -2015-03-25 00:25:06 queue INFO >>3 [369] -2015-03-25 00:25:07 sendUrl INFO 3 [369] R:OK -2015-03-25 00:25:57 queue INFO >>3 [370] -2015-03-25 00:25:57 sendUrl INFO 3 [370] R:OK -2015-03-25 00:26:41 queue INFO 7 [371] -2015-03-25 00:26:41 sendUrl INFO 7 [371] R:OK -2015-03-25 00:26:41 queue INFO >7 [372] -2015-03-25 00:26:42 sendUrl INFO 7 [372] R:OK -2015-03-25 00:26:43 queue INFO 3 [373] -2015-03-25 00:26:43 queue INFO >3 [374] -2015-03-25 00:26:43 sendUrl INFO 3 [373] R:OK -2015-03-25 00:26:44 sendUrl INFO 3 [374] R:OK -2015-03-25 00:27:33 queue INFO >>3 [375] -2015-03-25 00:27:33 sendUrl INFO 3 [375] R:OK -2015-03-25 00:28:23 queue INFO >>3 [376] -2015-03-25 00:28:23 sendUrl INFO 3 [376] R:OK -2015-03-25 00:29:07 queue INFO 7 [377] -2015-03-25 00:29:08 queue INFO >7 [378] -2015-03-25 00:29:08 sendUrl INFO 7 [377] R:OK -2015-03-25 00:29:08 sendUrl INFO 7 [378] R:OK -2015-03-25 00:29:09 queue INFO 3 [379] -2015-03-25 00:29:09 sendUrl INFO 3 [379] R:OK -2015-03-25 00:29:09 queue INFO >3 [380] -2015-03-25 00:29:10 sendUrl INFO 3 [380] R:OK -2015-03-25 00:29:59 queue INFO >>3 [381] -2015-03-25 00:30:00 sendUrl INFO 3 [381] R:OK -2015-03-25 00:30:49 queue INFO >>3 [382] -2015-03-25 00:30:50 sendUrl INFO 3 [382] R:OK -2015-03-25 00:31:34 queue INFO 7 [383] -2015-03-25 00:31:34 queue INFO >7 [384] -2015-03-25 00:31:34 sendUrl INFO 7 [383] R:OK -2015-03-25 00:31:35 sendUrl INFO 7 [384] R:OK -2015-03-25 00:31:35 queue INFO 3 [385] -2015-03-25 00:31:36 queue INFO >3 [386] -2015-03-25 00:31:36 sendUrl INFO 3 [385] R:OK -2015-03-25 00:31:36 sendUrl INFO 3 [386] R:OK -2015-03-25 00:32:26 queue INFO >>3 [387] -2015-03-25 00:32:26 sendUrl INFO 3 [387] R:OK -2015-03-25 00:33:16 queue INFO >>3 [388] -2015-03-25 00:33:16 sendUrl INFO 3 [388] R:OK -2015-03-25 00:34:00 queue INFO 7 [389] -2015-03-25 00:34:01 queue INFO >7 [390] -2015-03-25 00:34:01 sendUrl INFO 7 [389] R:OK -2015-03-25 00:34:01 sendUrl INFO 7 [390] R:OK -2015-03-25 00:34:02 queue INFO 3 [391] -2015-03-25 00:34:02 queue INFO >3 [392] -2015-03-25 00:34:02 sendUrl INFO 3 [391] R:OK -2015-03-25 00:34:03 sendUrl INFO 3 [392] R:OK -2015-03-25 00:34:52 queue INFO >>3 [393] -2015-03-25 00:34:53 sendUrl INFO 3 [393] R:OK -2015-03-25 00:35:42 queue INFO >>3 [394] -2015-03-25 00:35:42 sendUrl INFO 3 [394] R:OK -2015-03-25 00:36:27 queue INFO 7 [395] -2015-03-25 00:36:27 queue INFO >7 [396] -2015-03-25 00:36:27 sendUrl INFO 7 [395] R:OK -2015-03-25 00:36:28 sendUrl INFO 7 [396] R:OK -2015-03-25 00:36:28 queue INFO 3 [397] -2015-03-25 00:36:29 queue INFO >3 [398] -2015-03-25 00:36:29 sendUrl INFO 3 [397] R:OK -2015-03-25 00:36:29 sendUrl INFO 3 [398] R:OK -2015-03-25 00:37:18 queue INFO >>3 [399] -2015-03-25 00:37:19 sendUrl INFO 3 [399] R:OK -2015-03-25 00:38:09 queue INFO >>3 [400] -2015-03-25 00:38:09 sendUrl INFO 3 [400] R:OK -2015-03-25 00:38:53 queue INFO 7 [401] -2015-03-25 00:38:53 queue INFO >7 [402] -2015-03-25 00:38:54 sendUrl INFO 7 [401] R:OK -2015-03-25 00:38:54 sendUrl INFO 7 [402] R:OK -2015-03-25 00:38:55 queue INFO 3 [403] -2015-03-25 00:38:55 queue INFO >3 [404] -2015-03-25 00:38:55 sendUrl INFO 3 [403] R:OK -2015-03-25 00:38:56 sendUrl INFO 3 [404] R:OK -2015-03-25 00:39:45 queue INFO >>3 [405] -2015-03-25 00:39:45 sendUrl INFO 3 [405] R:OK -2015-03-25 00:40:35 queue INFO >>3 [406] -2015-03-25 00:40:35 sendUrl INFO 3 [406] R:OK -2015-03-25 00:41:20 queue INFO 7 [407] -2015-03-25 00:41:20 sendUrl INFO 7 [407] R:OK -2015-03-25 00:41:20 queue INFO >7 [408] -2015-03-25 00:41:20 sendUrl INFO 7 [408] R:OK -2015-03-25 00:41:21 queue INFO 3 [409] -2015-03-25 00:41:21 queue INFO >3 [410] -2015-03-25 00:41:22 sendUrl INFO 3 [409] R:OK -2015-03-25 00:41:22 sendUrl INFO 3 [410] R:OK -2015-03-25 00:42:11 queue INFO >>3 [411] -2015-03-25 00:42:11 sendUrl INFO 3 [411] R:OK -2015-03-25 00:43:01 queue INFO >>3 [412] -2015-03-25 00:43:02 sendUrl INFO 3 [412] R:OK -2015-03-25 00:43:46 queue INFO 7 [413] -2015-03-25 00:43:46 sendUrl INFO 7 [413] R:OK -2015-03-25 00:43:46 queue INFO >7 [414] -2015-03-25 00:43:47 sendUrl INFO 7 [414] R:OK -2015-03-25 00:43:48 queue INFO 3 [415] -2015-03-25 00:43:48 queue INFO >3 [416] -2015-03-25 00:43:48 sendUrl INFO 3 [415] R:OK -2015-03-25 00:43:49 sendUrl INFO 3 [416] R:OK -2015-03-25 00:44:38 queue INFO >>3 [417] -2015-03-25 00:44:38 sendUrl INFO 3 [417] R:OK -2015-03-25 00:45:28 queue INFO >>3 [418] -2015-03-25 00:45:28 sendUrl INFO 3 [418] R:OK -2015-03-25 00:46:12 queue INFO 7 [419] -2015-03-25 00:46:13 queue INFO >7 [420] -2015-03-25 00:46:13 sendUrl INFO 7 [419] R:OK -2015-03-25 00:46:13 sendUrl INFO 7 [420] R:OK -2015-03-25 00:46:14 queue INFO 3 [421] -2015-03-25 00:46:14 sendUrl INFO 3 [421] R:OK -2015-03-25 00:46:14 queue INFO >3 [422] -2015-03-25 00:46:15 sendUrl INFO 3 [422] R:OK -2015-03-25 00:47:04 queue INFO >>3 [423] -2015-03-25 00:47:04 sendUrl INFO 3 [423] R:OK -2015-03-25 00:47:54 queue INFO >>3 [424] -2015-03-25 00:47:55 sendUrl INFO 3 [424] R:OK -2015-03-25 00:48:39 queue INFO 7 [425] -2015-03-25 00:48:39 queue INFO >7 [426] -2015-03-25 00:48:39 sendUrl INFO 7 [425] R:OK -2015-03-25 00:48:40 sendUrl INFO 7 [426] R:OK -2015-03-25 00:48:40 queue INFO 3 [427] -2015-03-25 00:48:40 queue INFO >3 [428] -2015-03-25 00:48:41 sendUrl INFO 3 [427] R:OK -2015-03-25 00:48:41 sendUrl INFO 3 [428] R:OK -2015-03-25 00:49:30 queue INFO >>3 [429] -2015-03-25 00:49:31 sendUrl INFO 3 [429] R:OK -2015-03-25 00:50:21 queue INFO >>3 [430] -2015-03-25 00:50:21 sendUrl INFO 3 [430] R:OK -2015-03-25 00:51:05 queue INFO 7 [431] -2015-03-25 00:51:05 queue INFO >7 [432] -2015-03-25 00:51:06 sendUrl INFO 7 [431] R:OK -2015-03-25 00:51:06 sendUrl INFO 7 [432] R:OK -2015-03-25 00:51:07 queue INFO 3 [433] -2015-03-25 00:51:07 queue INFO >3 [434] -2015-03-25 00:51:07 sendUrl INFO 3 [433] R:OK -2015-03-25 00:51:08 sendUrl INFO 3 [434] R:OK -2015-03-25 00:51:57 queue INFO >>3 [435] -2015-03-25 00:51:57 sendUrl INFO 3 [435] R:OK -2015-03-25 00:52:47 queue INFO >>3 [436] -2015-03-25 00:52:47 sendUrl INFO 3 [436] R:OK -2015-03-25 00:53:32 queue INFO 7 [437] -2015-03-25 00:53:32 queue INFO >7 [438] -2015-03-25 00:53:32 sendUrl INFO 7 [437] R:OK -2015-03-25 00:53:32 sendUrl INFO 7 [438] R:OK -2015-03-25 00:53:33 queue INFO 3 [439] -2015-03-25 00:53:33 queue INFO >3 [440] -2015-03-25 00:53:34 sendUrl INFO 3 [439] R:OK -2015-03-25 00:53:34 sendUrl INFO 3 [440] R:OK -2015-03-25 00:54:23 queue INFO >>3 [441] -2015-03-25 00:54:24 sendUrl INFO 3 [441] R:OK -2015-03-25 00:55:13 queue INFO >>3 [442] -2015-03-25 00:55:14 sendUrl INFO 3 [442] R:OK -2015-03-25 00:55:58 queue INFO 7 [443] -2015-03-25 00:55:58 queue INFO >7 [444] -2015-03-25 00:55:58 sendUrl INFO 7 [443] R:OK -2015-03-25 00:55:59 sendUrl INFO 7 [444] R:OK -2015-03-25 00:56:00 queue INFO 3 [445] -2015-03-25 00:56:00 queue INFO >3 [446] -2015-03-25 00:56:00 sendUrl INFO 3 [445] R:OK -2015-03-25 00:56:00 sendUrl INFO 3 [446] R:OK -2015-03-25 00:56:50 queue INFO >>3 [447] -2015-03-25 00:56:50 sendUrl INFO 3 [447] R:OK -2015-03-25 00:57:40 queue INFO >>3 [448] -2015-03-25 00:57:40 sendUrl INFO 3 [448] R:OK -2015-03-25 00:58:24 queue INFO 7 [449] -2015-03-25 00:58:24 queue INFO >7 [450] -2015-03-25 00:58:24 sendUrl INFO 7 [449] R:OK -2015-03-25 00:58:25 sendUrl INFO 7 [450] R:OK -2015-03-25 00:58:26 queue INFO 3 [451] -2015-03-25 00:58:26 sendUrl INFO 3 [451] R:OK -2015-03-25 00:58:26 queue INFO >3 [452] -2015-03-25 00:58:26 sendUrl INFO 3 [452] R:OK -2015-03-25 00:59:16 queue INFO >>3 [453] -2015-03-25 00:59:16 sendUrl INFO 3 [453] R:OK -2015-03-25 01:00:06 queue INFO >>3 [454] -2015-03-25 01:00:07 sendUrl INFO 3 [454] R:OK -2015-03-25 01:00:56 queue INFO >>3 [455] -2015-03-25 01:00:56 sendUrl INFO 3 [455] R:OK -2015-03-25 01:01:05 queue INFO 1 [456] -2015-03-25 01:01:05 queue INFO >1 [457] -2015-03-25 01:01:05 sendUrl INFO 1 [456] R:OK -2015-03-25 01:01:05 sendUrl INFO 1 [457] R:OK -2015-03-25 01:01:51 queue INFO 21 [458] -2015-03-25 01:01:51 queue INFO >21 [459] -2015-03-25 01:01:51 sendUrl INFO 21 [458] R:OK -2015-03-25 01:01:52 sendUrl INFO 21 [459] R:OK -2015-03-25 01:02:23 queue INFO 1 [460] -2015-03-25 01:02:24 sendUrl INFO 1 [460] R:OK -2015-03-25 01:02:24 queue INFO >1 [461] -2015-03-25 01:02:24 sendUrl INFO 1 [461] R:OK -2015-03-25 01:03:14 queue INFO >>1 [462] -2015-03-25 01:03:14 sendUrl INFO 1 [462] R:OK -2015-03-25 01:03:43 queue INFO 3 [463] -2015-03-25 01:03:43 queue INFO >3 [464] -2015-03-25 01:03:43 sendUrl INFO 3 [463] R:OK -2015-03-25 01:03:44 sendUrl INFO 3 [464] R:OK -2015-03-25 01:04:32 queue INFO 7 [465] -2015-03-25 01:04:32 sendUrl INFO 7 [465] R:OK -2015-03-25 01:04:32 queue INFO >7 [466] -2015-03-25 01:04:32 sendUrl INFO 7 [466] R:OK -2015-03-25 01:04:33 queue INFO 3 [467] -2015-03-25 01:04:33 queue INFO >3 [468] -2015-03-25 01:04:33 sendUrl INFO 3 [467] R:OK -2015-03-25 01:04:34 sendUrl INFO 3 [468] R:OK -2015-03-25 01:05:23 queue INFO >>3 [469] -2015-03-25 01:05:24 sendUrl INFO 3 [469] R:OK -2015-03-25 01:06:13 queue INFO >>3 [470] -2015-03-25 01:06:14 sendUrl INFO 3 [470] R:OK -2015-03-25 01:06:58 queue INFO 7 [471] -2015-03-25 01:06:58 queue INFO >7 [472] -2015-03-25 01:06:58 sendUrl INFO 7 [471] R:OK -2015-03-25 01:06:59 sendUrl INFO 7 [472] R:OK -2015-03-25 01:07:00 queue INFO 3 [473] -2015-03-25 01:07:00 queue INFO >3 [474] -2015-03-25 01:07:00 sendUrl INFO 3 [473] R:OK -2015-03-25 01:07:00 sendUrl INFO 3 [474] R:OK -2015-03-25 01:07:50 queue INFO >>3 [475] -2015-03-25 01:07:50 sendUrl INFO 3 [475] R:OK -2015-03-25 01:08:40 queue INFO >>3 [476] -2015-03-25 01:08:40 sendUrl INFO 3 [476] R:OK -2015-03-25 01:09:24 queue INFO 7 [477] -2015-03-25 01:09:25 queue INFO >7 [478] -2015-03-25 01:09:25 sendUrl INFO 7 [477] R:OK -2015-03-25 01:09:25 sendUrl INFO 7 [478] R:OK -2015-03-25 01:09:26 queue INFO 3 [479] -2015-03-25 01:09:26 queue INFO >3 [480] -2015-03-25 01:09:26 sendUrl INFO 3 [479] R:OK -2015-03-25 01:09:27 sendUrl INFO 3 [480] R:OK -2015-03-25 01:10:16 queue INFO >>3 [481] -2015-03-25 01:10:17 sendUrl INFO 3 [481] R:OK -2015-03-25 01:11:06 queue INFO >>3 [482] -2015-03-25 01:11:06 sendUrl INFO 3 [482] R:OK -2015-03-25 01:11:51 queue INFO 7 [483] -2015-03-25 01:11:51 queue INFO >7 [484] -2015-03-25 01:11:51 sendUrl INFO 7 [483] R:OK -2015-03-25 01:11:52 sendUrl INFO 7 [484] R:OK -2015-03-25 01:11:52 queue INFO 3 [485] -2015-03-25 01:11:53 queue INFO >3 [486] -2015-03-25 01:11:53 sendUrl INFO 3 [485] R:OK -2015-03-25 01:11:53 sendUrl INFO 3 [486] R:OK -2015-03-25 01:12:43 queue INFO >>3 [487] -2015-03-25 01:12:43 sendUrl INFO 3 [487] R:OK -2015-03-25 01:13:33 queue INFO >>3 [488] -2015-03-25 01:13:33 sendUrl INFO 3 [488] R:OK -2015-03-25 01:14:17 queue INFO 7 [489] -2015-03-25 01:14:18 queue INFO >7 [490] -2015-03-25 01:14:18 sendUrl INFO 7 [489] R:OK -2015-03-25 01:14:18 sendUrl INFO 7 [490] R:OK -2015-03-25 01:14:19 queue INFO 3 [491] -2015-03-25 01:14:19 queue INFO >3 [492] -2015-03-25 01:14:19 sendUrl INFO 3 [491] R:OK -2015-03-25 01:14:20 sendUrl INFO 3 [492] R:OK -2015-03-25 01:15:09 queue INFO >>3 [493] -2015-03-25 01:15:10 sendUrl INFO 3 [493] R:OK -2015-03-25 01:15:59 queue INFO >>3 [494] -2015-03-25 01:15:59 sendUrl INFO 3 [494] R:OK -2015-03-25 01:16:44 queue INFO 7 [495] -2015-03-25 01:16:44 queue INFO >7 [496] -2015-03-25 01:16:44 sendUrl INFO 7 [495] R:OK -2015-03-25 01:16:45 sendUrl INFO 7 [496] R:OK -2015-03-25 01:16:45 queue INFO 3 [497] -2015-03-25 01:16:46 queue INFO >3 [498] -2015-03-25 01:16:46 sendUrl INFO 3 [497] R:OK -2015-03-25 01:16:46 sendUrl INFO 3 [498] R:OK -2015-03-25 01:17:36 queue INFO >>3 [499] -2015-03-25 01:17:36 sendUrl INFO 3 [499] R:OK -2015-03-25 01:18:26 queue INFO >>3 [500] -2015-03-25 01:18:26 sendUrl INFO 3 [500] R:OK -2015-03-25 01:19:10 queue INFO 7 [501] -2015-03-25 01:19:10 queue INFO >7 [502] -2015-03-25 01:19:10 sendUrl INFO 7 [501] R:OK -2015-03-25 01:19:11 sendUrl INFO 7 [502] R:OK -2015-03-25 01:19:12 queue INFO 3 [503] -2015-03-25 01:19:12 sendUrl INFO 3 [503] R:OK -2015-03-25 01:19:12 queue INFO >3 [504] -2015-03-25 01:19:12 sendUrl INFO 3 [504] R:OK -2015-03-25 01:20:02 queue INFO >>3 [505] -2015-03-25 01:20:02 sendUrl INFO 3 [505] R:OK -2015-03-25 01:20:52 queue INFO >>3 [506] -2015-03-25 01:20:52 sendUrl INFO 3 [506] R:OK -2015-03-25 01:21:36 queue INFO 7 [507] -2015-03-25 01:21:37 queue INFO >7 [508] -2015-03-25 01:21:37 sendUrl INFO 7 [507] R:OK -2015-03-25 01:21:37 sendUrl INFO 7 [508] R:OK -2015-03-25 01:21:38 queue INFO 3 [509] -2015-03-25 01:21:38 sendUrl INFO 3 [509] R:OK -2015-03-25 01:21:38 queue INFO >3 [510] -2015-03-25 01:21:39 sendUrl INFO 3 [510] R:OK -2015-03-25 01:22:28 queue INFO >>3 [511] -2015-03-25 01:22:29 sendUrl INFO 3 [511] R:OK -2015-03-25 01:23:18 queue INFO >>3 [512] -2015-03-25 01:23:19 sendUrl INFO 3 [512] R:OK -2015-03-25 01:24:03 queue INFO 7 [513] -2015-03-25 01:24:03 queue INFO >7 [514] -2015-03-25 01:24:03 sendUrl INFO 7 [513] R:OK -2015-03-25 01:24:04 sendUrl INFO 7 [514] R:OK -2015-03-25 01:24:05 queue INFO 3 [515] -2015-03-25 01:24:05 sendUrl INFO 3 [515] R:OK -2015-03-25 01:24:05 queue INFO >3 [516] -2015-03-25 01:24:05 sendUrl INFO 3 [516] R:OK -2015-03-25 01:24:55 queue INFO >>3 [517] -2015-03-25 01:24:55 sendUrl INFO 3 [517] R:OK -2015-03-25 01:25:45 queue INFO >>3 [518] -2015-03-25 01:25:45 sendUrl INFO 3 [518] R:OK -2015-03-25 01:26:29 queue INFO 7 [519] -2015-03-25 01:26:30 queue INFO >7 [520] -2015-03-25 01:26:30 sendUrl INFO 7 [519] R:OK -2015-03-25 01:26:30 sendUrl INFO 7 [520] R:OK -2015-03-25 01:26:31 queue INFO 3 [521] -2015-03-25 01:26:31 sendUrl INFO 3 [521] R:OK -2015-03-25 01:26:31 queue INFO >3 [522] -2015-03-25 01:26:32 sendUrl INFO 3 [522] R:OK -2015-03-25 01:27:21 queue INFO >>3 [523] -2015-03-25 01:27:21 sendUrl INFO 3 [523] R:OK -2015-03-25 01:28:11 queue INFO >>3 [524] -2015-03-25 01:28:12 sendUrl INFO 3 [524] R:OK -2015-03-25 01:28:56 queue INFO 7 [525] -2015-03-25 01:28:56 queue INFO >7 [526] -2015-03-25 01:28:56 sendUrl INFO 7 [525] R:OK -2015-03-25 01:28:57 sendUrl INFO 7 [526] R:OK -2015-03-25 01:28:57 queue INFO 3 [527] -2015-03-25 01:28:58 queue INFO >3 [528] -2015-03-25 01:28:58 sendUrl INFO 3 [527] R:OK -2015-03-25 01:28:58 sendUrl INFO 3 [528] R:OK -2015-03-25 01:29:48 queue INFO >>3 [529] -2015-03-25 01:29:48 sendUrl INFO 3 [529] R:OK -2015-03-25 01:30:38 queue INFO >>3 [530] -2015-03-25 01:30:38 sendUrl INFO 3 [530] R:OK -2015-03-25 01:31:22 queue INFO 7 [531] -2015-03-25 01:31:22 queue INFO >7 [532] -2015-03-25 01:31:23 sendUrl INFO 7 [531] R:OK -2015-03-25 01:31:23 sendUrl INFO 7 [532] R:OK -2015-03-25 01:31:24 queue INFO 3 [533] -2015-03-25 01:31:24 queue INFO >3 [534] -2015-03-25 01:31:24 sendUrl INFO 3 [533] R:OK -2015-03-25 01:31:25 sendUrl INFO 3 [534] R:OK -2015-03-25 01:32:14 queue INFO >>3 [535] -2015-03-25 01:32:14 sendUrl INFO 3 [535] R:OK -2015-03-25 01:33:04 queue INFO >>3 [536] -2015-03-25 01:33:05 sendUrl INFO 3 [536] R:OK -2015-03-25 01:33:49 queue INFO 7 [537] -2015-03-25 01:33:49 queue INFO >7 [538] -2015-03-25 01:33:49 sendUrl INFO 7 [537] R:OK -2015-03-25 01:33:50 sendUrl INFO 7 [538] R:OK -2015-03-25 01:33:50 queue INFO 3 [539] -2015-03-25 01:33:50 queue INFO >3 [540] -2015-03-25 01:33:51 sendUrl INFO 3 [539] R:OK -2015-03-25 01:33:51 sendUrl INFO 3 [540] R:OK -2015-03-25 01:34:40 queue INFO >>3 [541] -2015-03-25 01:34:40 sendUrl INFO 3 [541] R:OK -2015-03-25 01:35:30 queue INFO >>3 [542] -2015-03-25 01:35:31 sendUrl INFO 3 [542] R:OK -2015-03-25 01:36:15 queue INFO 7 [543] -2015-03-25 01:36:15 queue INFO >7 [544] -2015-03-25 01:36:16 sendUrl INFO 7 [543] R:OK -2015-03-25 01:36:16 sendUrl INFO 7 [544] R:OK -2015-03-25 01:36:17 queue INFO 3 [545] -2015-03-25 01:36:17 queue INFO >3 [546] -2015-03-25 01:36:17 sendUrl INFO 3 [545] R:OK -2015-03-25 01:36:18 sendUrl INFO 3 [546] R:OK -2015-03-25 01:37:07 queue INFO >>3 [547] -2015-03-25 01:37:07 sendUrl INFO 3 [547] R:OK -2015-03-25 01:37:57 queue INFO >>3 [548] -2015-03-25 01:37:57 sendUrl INFO 3 [548] R:OK -2015-03-25 01:38:41 queue INFO 7 [549] -2015-03-25 01:38:42 queue INFO >7 [550] -2015-03-25 01:38:42 sendUrl INFO 7 [549] R:OK -2015-03-25 01:38:43 sendUrl INFO 7 [550] R:OK -2015-03-25 01:38:43 queue INFO 3 [551] -2015-03-25 01:38:43 queue INFO >3 [552] -2015-03-25 01:38:44 sendUrl INFO 3 [551] R:OK -2015-03-25 01:38:44 sendUrl INFO 3 [552] R:OK -2015-03-25 01:39:33 queue INFO >>3 [553] -2015-03-25 01:39:33 sendUrl INFO 3 [553] R:OK -2015-03-25 01:40:23 queue INFO >>3 [554] -2015-03-25 01:40:24 sendUrl INFO 3 [554] R:OK -2015-03-25 01:41:08 queue INFO 7 [555] -2015-03-25 01:41:08 sendUrl INFO 7 [555] R:OK -2015-03-25 01:41:08 queue INFO >7 [556] -2015-03-25 01:41:08 sendUrl INFO 7 [556] R:OK -2015-03-25 01:41:10 queue INFO 3 [557] -2015-03-25 01:41:10 queue INFO >3 [558] -2015-03-25 01:41:10 sendUrl INFO 3 [557] R:OK -2015-03-25 01:41:10 sendUrl INFO 3 [558] R:OK -2015-03-25 01:42:00 queue INFO >>3 [559] -2015-03-25 01:42:00 sendUrl INFO 3 [559] R:OK -2015-03-25 01:42:50 queue INFO >>3 [560] -2015-03-25 01:42:50 sendUrl INFO 3 [560] R:OK -2015-03-25 01:43:34 queue INFO 7 [561] -2015-03-25 01:43:34 sendUrl INFO 7 [561] R:OK -2015-03-25 01:43:35 queue INFO >7 [562] -2015-03-25 01:43:35 sendUrl INFO 7 [562] R:OK -2015-03-25 01:43:36 queue INFO 3 [563] -2015-03-25 01:43:36 queue INFO >3 [564] -2015-03-25 01:43:37 sendUrl INFO 3 [563] R:OK -2015-03-25 01:43:37 sendUrl INFO 3 [564] R:OK -2015-03-25 01:44:26 queue INFO >>3 [565] -2015-03-25 01:44:26 sendUrl INFO 3 [565] R:OK -2015-03-25 01:45:16 queue INFO >>3 [566] -2015-03-25 01:45:17 sendUrl INFO 3 [566] R:OK -2015-03-25 01:46:01 queue INFO 7 [567] -2015-03-25 01:46:01 sendUrl INFO 7 [567] R:OK -2015-03-25 01:46:01 queue INFO >7 [568] -2015-03-25 01:46:01 sendUrl INFO 7 [568] R:OK -2015-03-25 01:46:02 queue INFO 3 [569] -2015-03-25 01:46:03 queue INFO >3 [570] -2015-03-25 01:46:03 sendUrl INFO 3 [569] R:OK -2015-03-25 01:46:03 sendUrl INFO 3 [570] R:OK -2015-03-25 01:46:53 queue INFO >>3 [571] -2015-03-25 01:46:53 sendUrl INFO 3 [571] R:OK -2015-03-25 01:47:43 queue INFO >>3 [572] -2015-03-25 01:47:43 sendUrl INFO 3 [572] R:OK -2015-03-25 01:48:27 queue INFO 7 [573] -2015-03-25 01:48:27 sendUrl INFO 7 [573] R:OK -2015-03-25 01:48:27 queue INFO >7 [574] -2015-03-25 01:48:28 sendUrl INFO 7 [574] R:OK -2015-03-25 01:48:29 queue INFO 3 [575] -2015-03-25 01:48:29 queue INFO >3 [576] -2015-03-25 01:48:29 sendUrl INFO 3 [575] R:OK -2015-03-25 01:48:30 sendUrl INFO 3 [576] R:OK -2015-03-25 01:49:19 queue INFO >>3 [577] -2015-03-25 01:49:19 sendUrl INFO 3 [577] R:OK -2015-03-25 01:50:09 queue INFO >>3 [578] -2015-03-25 01:50:10 sendUrl INFO 3 [578] R:OK -2015-03-25 01:50:54 queue INFO 7 [579] -2015-03-25 01:50:54 queue INFO >7 [580] -2015-03-25 01:50:54 sendUrl INFO 7 [579] R:OK -2015-03-25 01:50:54 sendUrl INFO 7 [580] R:OK -2015-03-25 01:50:55 queue INFO 3 [581] -2015-03-25 01:50:55 sendUrl INFO 3 [581] R:OK -2015-03-25 01:50:56 queue INFO >3 [582] -2015-03-25 01:50:56 sendUrl INFO 3 [582] R:OK -2015-03-25 01:51:45 queue INFO >>3 [583] -2015-03-25 01:51:46 sendUrl INFO 3 [583] R:OK -2015-03-25 01:52:36 queue INFO >>3 [584] -2015-03-25 01:52:36 sendUrl INFO 3 [584] R:OK -2015-03-25 01:53:20 queue INFO 7 [585] -2015-03-25 01:53:20 queue INFO >7 [586] -2015-03-25 01:53:20 sendUrl INFO 7 [585] R:OK -2015-03-25 01:53:21 sendUrl INFO 7 [586] R:OK -2015-03-25 01:53:22 queue INFO 3 [587] -2015-03-25 01:53:22 sendUrl INFO 3 [587] R:OK -2015-03-25 01:53:22 queue INFO >3 [588] -2015-03-25 01:53:22 sendUrl INFO 3 [588] R:OK -2015-03-25 01:54:12 queue INFO >>3 [589] -2015-03-25 01:54:12 sendUrl INFO 3 [589] R:OK -2015-03-25 01:55:02 queue INFO >>3 [590] -2015-03-25 01:55:03 sendUrl INFO 3 [590] R:OK -2015-03-25 01:55:47 queue INFO 7 [591] -2015-03-25 01:55:47 queue INFO >7 [592] -2015-03-25 01:55:47 sendUrl INFO 7 [591] R:OK -2015-03-25 01:55:47 sendUrl INFO 7 [592] R:OK -2015-03-25 01:55:48 queue INFO 3 [593] -2015-03-25 01:55:48 sendUrl INFO 3 [593] R:OK -2015-03-25 01:55:48 queue INFO >3 [594] -2015-03-25 01:55:49 sendUrl INFO 3 [594] R:OK -2015-03-25 01:56:38 queue INFO >>3 [595] -2015-03-25 01:56:39 sendUrl INFO 3 [595] R:OK -2015-03-25 01:57:29 queue INFO >>3 [596] -2015-03-25 01:57:29 sendUrl INFO 3 [596] R:OK -2015-03-25 01:58:13 queue INFO 7 [597] -2015-03-25 01:58:13 queue INFO >7 [598] -2015-03-25 01:58:13 sendUrl INFO 7 [597] R:OK -2015-03-25 01:58:14 sendUrl INFO 7 [598] R:OK -2015-03-25 01:58:15 queue INFO 3 [599] -2015-03-25 01:58:15 sendUrl INFO 3 [599] R:OK -2015-03-25 01:58:15 queue INFO >3 [600] -2015-03-25 01:58:15 sendUrl INFO 3 [600] R:OK -2015-03-25 01:59:05 queue INFO >>3 [601] -2015-03-25 01:59:05 sendUrl INFO 3 [601] R:OK -2015-03-25 01:59:55 queue INFO >>3 [602] -2015-03-25 01:59:55 sendUrl INFO 3 [602] R:OK -2015-03-25 02:00:39 queue INFO 7 [603] -2015-03-25 02:00:40 queue INFO >7 [604] -2015-03-25 02:00:40 sendUrl INFO 7 [603] R:OK -2015-03-25 02:00:40 sendUrl INFO 7 [604] R:OK -2015-03-25 02:00:41 queue INFO 3 [605] -2015-03-25 02:00:41 queue INFO >3 [606] -2015-03-25 02:00:41 sendUrl INFO 3 [605] R:OK -2015-03-25 02:00:42 sendUrl INFO 3 [606] R:OK -2015-03-25 02:01:31 queue INFO >>3 [607] -2015-03-25 02:01:32 sendUrl INFO 3 [607] R:OK -2015-03-25 02:02:21 queue INFO >>3 [608] -2015-03-25 02:02:22 sendUrl INFO 3 [608] R:OK -2015-03-25 02:03:06 queue INFO 7 [609] -2015-03-25 02:03:06 queue INFO >7 [610] -2015-03-25 02:03:06 sendUrl INFO 7 [609] R:OK -2015-03-25 02:03:07 sendUrl INFO 7 [610] R:OK -2015-03-25 02:03:08 queue INFO 3 [611] -2015-03-25 02:03:08 queue INFO >3 [612] -2015-03-25 02:03:08 sendUrl INFO 3 [611] R:OK -2015-03-25 02:03:08 sendUrl INFO 3 [612] R:OK -2015-03-25 02:03:58 queue INFO >>3 [613] -2015-03-25 02:03:58 sendUrl INFO 3 [613] R:OK -2015-03-25 02:04:48 queue INFO >>3 [614] -2015-03-25 02:04:48 sendUrl INFO 3 [614] R:OK -2015-03-25 02:05:32 queue INFO 7 [615] -2015-03-25 02:05:33 queue INFO >7 [616] -2015-03-25 02:05:33 sendUrl INFO 7 [615] R:OK -2015-03-25 02:05:33 sendUrl INFO 7 [616] R:OK -2015-03-25 02:05:34 queue INFO 3 [617] -2015-03-25 02:05:34 queue INFO >3 [618] -2015-03-25 02:05:34 sendUrl INFO 3 [617] R:OK -2015-03-25 02:05:35 sendUrl INFO 3 [618] R:OK -2015-03-25 02:06:24 queue INFO >>3 [619] -2015-03-25 02:06:25 sendUrl INFO 3 [619] R:OK -2015-03-25 02:07:14 queue INFO >>3 [620] -2015-03-25 02:07:14 sendUrl INFO 3 [620] R:OK -2015-03-25 02:07:59 queue INFO 7 [621] -2015-03-25 02:07:59 queue INFO >7 [622] -2015-03-25 02:07:59 sendUrl INFO 7 [621] R:OK -2015-03-25 02:08:00 sendUrl INFO 7 [622] R:OK -2015-03-25 02:08:00 queue INFO 3 [623] -2015-03-25 02:08:01 queue INFO >3 [624] -2015-03-25 02:08:01 sendUrl INFO 3 [623] R:OK -2015-03-25 02:08:01 sendUrl INFO 3 [624] R:OK -2015-03-25 02:08:51 queue INFO >>3 [625] -2015-03-25 02:08:51 sendUrl INFO 3 [625] R:OK -2015-03-25 02:09:41 queue INFO >>3 [626] -2015-03-25 02:09:41 sendUrl INFO 3 [626] R:OK -2015-03-25 02:10:25 queue INFO 7 [627] -2015-03-25 02:10:25 queue INFO >7 [628] -2015-03-25 02:10:26 sendUrl INFO 7 [627] R:OK -2015-03-25 02:10:26 sendUrl INFO 7 [628] R:OK -2015-03-25 02:10:27 queue INFO 3 [629] -2015-03-25 02:10:27 queue INFO >3 [630] -2015-03-25 02:10:27 sendUrl INFO 3 [629] R:OK -2015-03-25 02:10:28 sendUrl INFO 3 [630] R:OK -2015-03-25 02:11:17 queue INFO >>3 [631] -2015-03-25 02:11:18 sendUrl INFO 3 [631] R:OK -2015-03-25 02:12:07 queue INFO >>3 [632] -2015-03-25 02:12:07 sendUrl INFO 3 [632] R:OK -2015-03-25 02:12:52 queue INFO 7 [633] -2015-03-25 02:12:52 queue INFO >7 [634] -2015-03-25 02:12:52 sendUrl INFO 7 [633] R:OK -2015-03-25 02:12:53 sendUrl INFO 7 [634] R:OK -2015-03-25 02:12:53 queue INFO 3 [635] -2015-03-25 02:12:54 queue INFO >3 [636] -2015-03-25 02:12:54 sendUrl INFO 3 [635] R:OK -2015-03-25 02:12:54 sendUrl INFO 3 [636] R:OK -2015-03-25 02:13:43 queue INFO >>3 [637] -2015-03-25 02:13:44 sendUrl INFO 3 [637] R:OK -2015-03-25 02:14:34 queue INFO >>3 [638] -2015-03-25 02:14:34 sendUrl INFO 3 [638] R:OK -2015-03-25 02:15:18 queue INFO 7 [639] -2015-03-25 02:15:18 queue INFO >7 [640] -2015-03-25 02:15:19 sendUrl INFO 7 [639] R:OK -2015-03-25 02:15:19 sendUrl INFO 7 [640] R:OK -2015-03-25 02:15:20 queue INFO 3 [641] -2015-03-25 02:15:20 queue INFO >3 [642] -2015-03-25 02:15:20 sendUrl INFO 3 [641] R:OK -2015-03-25 02:15:21 sendUrl INFO 3 [642] R:OK -2015-03-25 02:16:10 queue INFO >>3 [643] -2015-03-25 02:16:10 sendUrl INFO 3 [643] R:OK -2015-03-25 02:17:00 queue INFO >>3 [644] -2015-03-25 02:17:00 sendUrl INFO 3 [644] R:OK -2015-03-25 02:17:45 queue INFO 7 [645] -2015-03-25 02:17:45 queue INFO >7 [646] -2015-03-25 02:17:45 sendUrl INFO 7 [645] R:OK -2015-03-25 02:17:46 sendUrl INFO 7 [646] R:OK -2015-03-25 02:17:46 queue INFO 3 [647] -2015-03-25 02:17:46 queue INFO >3 [648] -2015-03-25 02:17:47 sendUrl INFO 3 [647] R:OK -2015-03-25 02:17:47 sendUrl INFO 3 [648] R:OK -2015-03-25 02:18:36 queue INFO >>3 [649] -2015-03-25 02:18:37 sendUrl INFO 3 [649] R:OK -2015-03-25 02:19:27 queue INFO >>3 [650] -2015-03-25 02:19:27 sendUrl INFO 3 [650] R:OK -2015-03-25 02:20:11 queue INFO 7 [651] -2015-03-25 02:20:11 queue INFO >7 [652] -2015-03-25 02:20:11 sendUrl INFO 7 [651] R:OK -2015-03-25 02:20:12 sendUrl INFO 7 [652] R:OK -2015-03-25 02:20:13 queue INFO 3 [653] -2015-03-25 02:20:13 queue INFO >3 [654] -2015-03-25 02:20:13 sendUrl INFO 3 [653] R:OK -2015-03-25 02:20:14 sendUrl INFO 3 [654] R:OK -2015-03-25 02:21:03 queue INFO >>3 [655] -2015-03-25 02:21:03 sendUrl INFO 3 [655] R:OK -2015-03-25 02:21:53 queue INFO >>3 [656] -2015-03-25 02:21:53 sendUrl INFO 3 [656] R:OK -2015-03-25 02:22:38 queue INFO 7 [657] -2015-03-25 02:22:38 queue INFO >7 [658] -2015-03-25 02:22:38 sendUrl INFO 7 [657] R:OK -2015-03-25 02:22:39 sendUrl INFO 7 [658] R:OK -2015-03-25 02:22:39 queue INFO 3 [659] -2015-03-25 02:22:39 queue INFO >3 [660] -2015-03-25 02:22:40 sendUrl INFO 3 [659] R:OK -2015-03-25 02:22:40 sendUrl INFO 3 [660] R:OK -2015-03-25 02:23:29 queue INFO >>3 [661] -2015-03-25 02:23:29 sendUrl INFO 3 [661] R:OK -2015-03-25 02:24:19 queue INFO >>3 [662] -2015-03-25 02:24:20 sendUrl INFO 3 [662] R:OK -2015-03-25 02:25:04 queue INFO 7 [663] -2015-03-25 02:25:04 queue INFO >7 [664] -2015-03-25 02:25:04 sendUrl INFO 7 [663] R:OK -2015-03-25 02:25:05 sendUrl INFO 7 [664] R:OK -2015-03-25 02:25:06 queue INFO 3 [665] -2015-03-25 02:25:06 queue INFO >3 [666] -2015-03-25 02:25:06 sendUrl INFO 3 [665] R:OK -2015-03-25 02:25:07 sendUrl INFO 3 [666] R:OK -2015-03-25 02:25:56 queue INFO >>3 [667] -2015-03-25 02:25:56 sendUrl INFO 3 [667] R:OK -2015-03-25 02:26:46 queue INFO >>3 [668] -2015-03-25 02:26:46 sendUrl INFO 3 [668] R:OK -2015-03-25 02:27:30 queue INFO 7 [669] -2015-03-25 02:27:31 sendUrl INFO 7 [669] R:OK -2015-03-25 02:27:31 queue INFO >7 [670] -2015-03-25 02:27:31 sendUrl INFO 7 [670] R:OK -2015-03-25 02:27:32 queue INFO 3 [671] -2015-03-25 02:27:32 queue INFO >3 [672] -2015-03-25 02:27:33 sendUrl INFO 3 [671] R:OK -2015-03-25 02:27:33 sendUrl INFO 3 [672] R:OK -2015-03-25 02:28:22 queue INFO >>3 [673] -2015-03-25 02:28:22 sendUrl INFO 3 [673] R:OK -2015-03-25 02:29:12 queue INFO >>3 [674] -2015-03-25 02:29:13 sendUrl INFO 3 [674] R:OK -2015-03-25 02:29:57 queue INFO 7 [675] -2015-03-25 02:29:57 sendUrl INFO 7 [675] R:OK -2015-03-25 02:29:57 queue INFO >7 [676] -2015-03-25 02:29:58 sendUrl INFO 7 [676] R:OK -2015-03-25 02:29:58 queue INFO 3 [677] -2015-03-25 02:29:59 queue INFO >3 [678] -2015-03-25 02:29:59 sendUrl INFO 3 [677] R:OK -2015-03-25 02:30:00 sendUrl INFO 3 [678] R:OK -2015-03-25 02:30:49 queue INFO >>3 [679] -2015-03-25 02:30:49 sendUrl INFO 3 [679] R:OK -2015-03-25 02:31:39 queue INFO >>3 [680] -2015-03-25 02:31:39 sendUrl INFO 3 [680] R:OK -2015-03-25 02:32:23 queue INFO 7 [681] -2015-03-25 02:32:24 sendUrl INFO 7 [681] R:OK -2015-03-25 02:32:24 queue INFO >7 [682] -2015-03-25 02:32:24 sendUrl INFO 7 [682] R:OK -2015-03-25 02:32:25 queue INFO 3 [683] -2015-03-25 02:32:25 queue INFO >3 [684] -2015-03-25 02:32:26 sendUrl INFO 3 [683] R:OK -2015-03-25 02:32:26 sendUrl INFO 3 [684] R:OK -2015-03-25 02:33:15 queue INFO >>3 [685] -2015-03-25 02:33:15 sendUrl INFO 3 [685] R:OK -2015-03-25 02:34:05 queue INFO >>3 [686] -2015-03-25 02:34:06 sendUrl INFO 3 [686] R:OK -2015-03-25 02:34:50 queue INFO 7 [687] -2015-03-25 02:34:50 queue INFO >7 [688] -2015-03-25 02:34:50 sendUrl INFO 7 [687] R:OK -2015-03-25 02:34:50 sendUrl INFO 7 [688] R:OK -2015-03-25 02:34:51 queue INFO 3 [689] -2015-03-25 02:34:52 sendUrl INFO 3 [689] R:OK -2015-03-25 02:34:52 queue INFO >3 [690] -2015-03-25 02:34:52 sendUrl INFO 3 [690] R:OK -2015-03-25 02:35:42 queue INFO >>3 [691] -2015-03-25 02:35:42 sendUrl INFO 3 [691] R:OK -2015-03-25 02:36:32 queue INFO >>3 [692] -2015-03-25 02:36:32 sendUrl INFO 3 [692] R:OK -2015-03-25 02:37:16 queue INFO 7 [693] -2015-03-25 02:37:16 queue INFO >7 [694] -2015-03-25 02:37:16 sendUrl INFO 7 [693] R:OK -2015-03-25 02:37:17 sendUrl INFO 7 [694] R:OK -2015-03-25 02:37:18 queue INFO 3 [695] -2015-03-25 02:37:18 sendUrl INFO 3 [695] R:OK -2015-03-25 02:37:18 queue INFO >3 [696] -2015-03-25 02:37:18 sendUrl INFO 3 [696] R:OK -2015-03-25 02:38:08 queue INFO >>3 [697] -2015-03-25 02:38:08 sendUrl INFO 3 [697] R:OK -2015-03-25 02:38:58 queue INFO >>3 [698] -2015-03-25 02:38:59 sendUrl INFO 3 [698] R:OK -2015-03-25 02:39:43 queue INFO 7 [699] -2015-03-25 02:39:43 queue INFO >7 [700] -2015-03-25 02:39:43 sendUrl INFO 7 [699] R:OK -2015-03-25 02:39:43 sendUrl INFO 7 [700] R:OK -2015-03-25 02:39:44 queue INFO 3 [701] -2015-03-25 02:39:44 sendUrl INFO 3 [701] R:OK -2015-03-25 02:39:44 queue INFO >3 [702] -2015-03-25 02:39:45 sendUrl INFO 3 [702] R:OK -2015-03-25 02:40:34 queue INFO >>3 [703] -2015-03-25 02:40:35 sendUrl INFO 3 [703] R:OK -2015-03-25 02:41:25 queue INFO >>3 [704] -2015-03-25 02:41:25 sendUrl INFO 3 [704] R:OK -2015-03-25 02:42:09 queue INFO 7 [705] -2015-03-25 02:42:09 queue INFO >7 [706] -2015-03-25 02:42:09 sendUrl INFO 7 [705] R:OK -2015-03-25 02:42:10 sendUrl INFO 7 [706] R:OK -2015-03-25 02:42:11 queue INFO 3 [707] -2015-03-25 02:42:11 sendUrl INFO 3 [707] R:OK -2015-03-25 02:42:11 queue INFO >3 [708] -2015-03-25 02:42:11 sendUrl INFO 3 [708] R:OK -2015-03-25 02:43:01 queue INFO >>3 [709] -2015-03-25 02:43:01 sendUrl INFO 3 [709] R:OK -2015-03-25 02:43:51 queue INFO >>3 [710] -2015-03-25 02:43:52 sendUrl INFO 3 [710] R:OK -2015-03-25 02:44:36 queue INFO 7 [711] -2015-03-25 02:44:36 queue INFO >7 [712] -2015-03-25 02:44:36 sendUrl INFO 7 [711] R:OK -2015-03-25 02:44:36 sendUrl INFO 7 [712] R:OK -2015-03-25 02:44:37 queue INFO 3 [713] -2015-03-25 02:44:37 queue INFO >3 [714] -2015-03-25 02:44:37 sendUrl INFO 3 [713] R:OK -2015-03-25 02:44:38 sendUrl INFO 3 [714] R:OK -2015-03-25 02:45:27 queue INFO >>3 [715] -2015-03-25 02:45:28 sendUrl INFO 3 [715] R:OK -2015-03-25 02:46:17 queue INFO >>3 [716] -2015-03-25 02:46:18 sendUrl INFO 3 [716] R:OK -2015-03-25 02:47:02 queue INFO 7 [717] -2015-03-25 02:47:02 queue INFO >7 [718] -2015-03-25 02:47:02 sendUrl INFO 7 [717] R:OK -2015-03-25 02:47:03 sendUrl INFO 7 [718] R:OK -2015-03-25 02:47:04 queue INFO 3 [719] -2015-03-25 02:47:04 queue INFO >3 [720] -2015-03-25 02:47:04 sendUrl INFO 3 [719] R:OK -2015-03-25 02:47:04 sendUrl INFO 3 [720] R:OK -2015-03-25 02:47:54 queue INFO >>3 [721] -2015-03-25 02:47:54 sendUrl INFO 3 [721] R:OK -2015-03-25 02:48:44 queue INFO >>3 [722] -2015-03-25 02:48:44 sendUrl INFO 3 [722] R:OK -2015-03-25 02:49:29 queue INFO 7 [723] -2015-03-25 02:49:29 queue INFO >7 [724] -2015-03-25 02:49:29 sendUrl INFO 7 [723] R:OK -2015-03-25 02:49:29 sendUrl INFO 7 [724] R:OK -2015-03-25 02:49:30 queue INFO 3 [725] -2015-03-25 02:49:30 queue INFO >3 [726] -2015-03-25 02:49:30 sendUrl INFO 3 [725] R:OK -2015-03-25 02:49:31 sendUrl INFO 3 [726] R:OK -2015-03-25 02:50:20 queue INFO >>3 [727] -2015-03-25 02:50:21 sendUrl INFO 3 [727] R:OK -2015-03-25 02:51:10 queue INFO >>3 [728] -2015-03-25 02:51:11 sendUrl INFO 3 [728] R:OK -2015-03-25 02:51:55 queue INFO 7 [729] -2015-03-25 02:51:55 queue INFO >7 [730] -2015-03-25 02:51:55 sendUrl INFO 7 [729] R:OK -2015-03-25 02:51:56 sendUrl INFO 7 [730] R:OK -2015-03-25 02:51:57 queue INFO 3 [731] -2015-03-25 02:51:57 queue INFO >3 [732] -2015-03-25 02:51:57 sendUrl INFO 3 [731] R:OK -2015-03-25 02:51:57 sendUrl INFO 3 [732] R:OK -2015-03-25 02:52:47 queue INFO >>3 [733] -2015-03-25 02:52:47 sendUrl INFO 3 [733] R:OK -2015-03-25 02:53:37 queue INFO >>3 [734] -2015-03-25 02:53:37 sendUrl INFO 3 [734] R:OK -2015-03-25 02:54:21 queue INFO 7 [735] -2015-03-25 02:54:22 queue INFO >7 [736] -2015-03-25 02:54:22 sendUrl INFO 7 [735] R:OK -2015-03-25 02:54:22 sendUrl INFO 7 [736] R:OK -2015-03-25 02:54:23 queue INFO 3 [737] -2015-03-25 02:54:23 queue INFO >3 [738] -2015-03-25 02:54:24 sendUrl INFO 3 [737] R:OK -2015-03-25 02:54:24 sendUrl INFO 3 [738] R:OK -2015-03-25 02:55:13 queue INFO >>3 [739] -2015-03-25 02:55:14 sendUrl INFO 3 [739] R:OK -2015-03-25 02:56:03 queue INFO >>3 [740] -2015-03-25 02:56:03 sendUrl INFO 3 [740] R:OK -2015-03-25 02:56:48 queue INFO 7 [741] -2015-03-25 02:56:48 queue INFO >7 [742] -2015-03-25 02:56:48 sendUrl INFO 7 [741] R:OK -2015-03-25 02:56:49 sendUrl INFO 7 [742] R:OK -2015-03-25 02:56:49 queue INFO 3 [743] -2015-03-25 02:56:50 queue INFO >3 [744] -2015-03-25 02:56:50 sendUrl INFO 3 [743] R:OK -2015-03-25 02:56:50 sendUrl INFO 3 [744] R:OK -2015-03-25 02:57:40 queue INFO >>3 [745] -2015-03-25 02:57:40 sendUrl INFO 3 [745] R:OK -2015-03-25 02:58:30 queue INFO >>3 [746] -2015-03-25 02:58:30 sendUrl INFO 3 [746] R:OK -2015-03-25 02:59:14 queue INFO 7 [747] -2015-03-25 02:59:14 queue INFO >7 [748] -2015-03-25 02:59:15 sendUrl INFO 7 [747] R:OK -2015-03-25 02:59:15 sendUrl INFO 7 [748] R:OK -2015-03-25 02:59:16 queue INFO 3 [749] -2015-03-25 02:59:16 queue INFO >3 [750] -2015-03-25 02:59:16 sendUrl INFO 3 [749] R:OK -2015-03-25 02:59:17 sendUrl INFO 3 [750] R:OK -2015-03-25 03:00:06 queue INFO >>3 [751] -2015-03-25 03:00:07 sendUrl INFO 3 [751] R:OK -2015-03-25 03:00:56 queue INFO >>3 [752] -2015-03-25 03:00:56 sendUrl INFO 3 [752] R:OK -2015-03-25 03:01:41 queue INFO 7 [753] -2015-03-25 03:01:41 queue INFO >7 [754] -2015-03-25 03:01:41 sendUrl INFO 7 [753] R:OK -2015-03-25 03:01:42 sendUrl INFO 7 [754] R:OK -2015-03-25 03:01:42 queue INFO 3 [755] -2015-03-25 03:01:43 queue INFO >3 [756] -2015-03-25 03:01:43 sendUrl INFO 3 [755] R:OK -2015-03-25 03:01:43 sendUrl INFO 3 [756] R:OK -2015-03-25 03:02:33 queue INFO >>3 [757] -2015-03-25 03:02:33 sendUrl INFO 3 [757] R:OK -2015-03-25 03:03:23 queue INFO >>3 [758] -2015-03-25 03:03:23 sendUrl INFO 3 [758] R:OK -2015-03-25 03:04:07 queue INFO 7 [759] -2015-03-25 03:04:07 queue INFO >7 [760] -2015-03-25 03:04:08 sendUrl INFO 7 [759] R:OK -2015-03-25 03:04:08 sendUrl INFO 7 [760] R:OK -2015-03-25 03:04:09 queue INFO 3 [761] -2015-03-25 03:04:09 queue INFO >3 [762] -2015-03-25 03:04:09 sendUrl INFO 3 [761] R:OK -2015-03-25 03:04:10 sendUrl INFO 3 [762] R:OK -2015-03-25 03:04:59 queue INFO >>3 [763] -2015-03-25 03:05:00 sendUrl INFO 3 [763] R:OK -2015-03-25 03:05:49 queue INFO >>3 [764] -2015-03-25 03:05:49 sendUrl INFO 3 [764] R:OK -2015-03-25 03:06:34 queue INFO 7 [765] -2015-03-25 03:06:34 queue INFO >7 [766] -2015-03-25 03:06:34 sendUrl INFO 7 [765] R:OK -2015-03-25 03:06:35 sendUrl INFO 7 [766] R:OK -2015-03-25 03:06:35 queue INFO 3 [767] -2015-03-25 03:06:35 queue INFO >3 [768] -2015-03-25 03:06:36 sendUrl INFO 3 [767] R:OK -2015-03-25 03:06:36 sendUrl INFO 3 [768] R:OK -2015-03-25 03:07:25 queue INFO >>3 [769] -2015-03-25 03:07:26 sendUrl INFO 3 [769] R:OK -2015-03-25 03:08:16 queue INFO >>3 [770] -2015-03-25 03:08:16 sendUrl INFO 3 [770] R:OK -2015-03-25 03:09:00 queue INFO 7 [771] -2015-03-25 03:09:00 queue INFO >7 [772] -2015-03-25 03:09:01 sendUrl INFO 7 [771] R:OK -2015-03-25 03:09:01 sendUrl INFO 7 [772] R:OK -2015-03-25 03:09:02 queue INFO 3 [773] -2015-03-25 03:09:02 queue INFO >3 [774] -2015-03-25 03:09:02 sendUrl INFO 3 [773] R:OK -2015-03-25 03:09:03 sendUrl INFO 3 [774] R:OK -2015-03-25 03:09:52 queue INFO >>3 [775] -2015-03-25 03:09:52 sendUrl INFO 3 [775] R:OK -2015-03-25 03:10:42 queue INFO >>3 [776] -2015-03-25 03:10:42 sendUrl INFO 3 [776] R:OK -2015-03-25 03:11:27 queue INFO 7 [777] -2015-03-25 03:11:27 queue INFO >7 [778] -2015-03-25 03:11:27 sendUrl INFO 7 [777] R:OK -2015-03-25 03:11:28 sendUrl INFO 7 [778] R:OK -2015-03-25 03:11:28 queue INFO 3 [779] -2015-03-25 03:11:28 queue INFO >3 [780] -2015-03-25 03:11:29 sendUrl INFO 3 [779] R:OK -2015-03-25 03:11:29 sendUrl INFO 3 [780] R:OK -2015-03-25 03:12:18 queue INFO >>3 [781] -2015-03-25 03:12:18 sendUrl INFO 3 [781] R:OK -2015-03-25 03:13:08 queue INFO >>3 [782] -2015-03-25 03:13:09 sendUrl INFO 3 [782] R:OK -2015-03-25 03:13:53 queue INFO 7 [783] -2015-03-25 03:13:53 queue INFO >7 [784] -2015-03-25 03:13:54 sendUrl INFO 7 [783] R:OK -2015-03-25 03:13:54 sendUrl INFO 7 [784] R:OK -2015-03-25 03:13:55 queue INFO 3 [785] -2015-03-25 03:13:55 queue INFO >3 [786] -2015-03-25 03:13:55 sendUrl INFO 3 [785] R:OK -2015-03-25 03:13:56 sendUrl INFO 3 [786] R:OK -2015-03-25 03:14:45 queue INFO >>3 [787] -2015-03-25 03:14:45 sendUrl INFO 3 [787] R:OK -2015-03-25 03:15:35 queue INFO >>3 [788] -2015-03-25 03:15:35 sendUrl INFO 3 [788] R:OK -2015-03-25 03:16:19 queue INFO 7 [789] -2015-03-25 03:16:20 sendUrl INFO 7 [789] R:OK -2015-03-25 03:16:20 queue INFO >7 [790] -2015-03-25 03:16:20 sendUrl INFO 7 [790] R:OK -2015-03-25 03:16:21 queue INFO 3 [791] -2015-03-25 03:16:21 queue INFO >3 [792] -2015-03-25 03:16:22 sendUrl INFO 3 [791] R:OK -2015-03-25 03:16:22 sendUrl INFO 3 [792] R:OK -2015-03-25 03:17:11 queue INFO >>3 [793] -2015-03-25 03:17:11 sendUrl INFO 3 [793] R:OK -2015-03-25 03:18:01 queue INFO >>3 [794] -2015-03-25 03:18:02 sendUrl INFO 3 [794] R:OK -2015-03-25 03:18:46 queue INFO 7 [795] -2015-03-25 03:18:46 queue INFO >7 [796] -2015-03-25 03:18:47 sendUrl INFO 7 [795] R:OK -2015-03-25 03:18:47 sendUrl INFO 7 [796] R:OK -2015-03-25 03:18:48 queue INFO 3 [797] -2015-03-25 03:18:48 queue INFO >3 [798] -2015-03-25 03:18:48 sendUrl INFO 3 [797] R:OK -2015-03-25 03:18:49 sendUrl INFO 3 [798] R:OK -2015-03-25 03:19:38 queue INFO >>3 [799] -2015-03-25 03:19:38 sendUrl INFO 3 [799] R:OK -2015-03-25 03:20:28 queue INFO >>3 [800] -2015-03-25 03:20:28 sendUrl INFO 3 [800] R:OK -2015-03-25 03:21:13 queue INFO 7 [801] -2015-03-25 03:21:13 queue INFO >7 [802] -2015-03-25 03:21:13 sendUrl INFO 7 [801] R:OK -2015-03-25 03:21:13 sendUrl INFO 7 [802] R:OK -2015-03-25 03:21:14 queue INFO 3 [803] -2015-03-25 03:21:14 queue INFO >3 [804] -2015-03-25 03:21:15 sendUrl INFO 3 [803] R:OK -2015-03-25 03:21:15 sendUrl INFO 3 [804] R:OK -2015-03-25 03:22:04 queue INFO >>3 [805] -2015-03-25 03:22:05 sendUrl INFO 3 [805] R:OK -2015-03-25 03:22:54 queue INFO >>3 [806] -2015-03-25 03:22:55 sendUrl INFO 3 [806] R:OK -2015-03-25 03:23:39 queue INFO 7 [807] -2015-03-25 03:23:39 queue INFO >7 [808] -2015-03-25 03:23:39 sendUrl INFO 7 [807] R:OK -2015-03-25 03:23:40 sendUrl INFO 7 [808] R:OK -2015-03-25 03:23:41 queue INFO 3 [809] -2015-03-25 03:23:41 queue INFO >3 [810] -2015-03-25 03:23:41 sendUrl INFO 3 [809] R:OK -2015-03-25 03:23:41 sendUrl INFO 3 [810] R:OK -2015-03-25 03:24:31 queue INFO >>3 [811] -2015-03-25 03:24:31 sendUrl INFO 3 [811] R:OK -2015-03-25 03:25:21 queue INFO >>3 [812] -2015-03-25 03:25:21 sendUrl INFO 3 [812] R:OK -2015-03-25 03:26:05 queue INFO 7 [813] -2015-03-25 03:26:06 queue INFO >7 [814] -2015-03-25 03:26:06 sendUrl INFO 7 [813] R:OK -2015-03-25 03:26:06 sendUrl INFO 7 [814] R:OK -2015-03-25 03:26:07 queue INFO 3 [815] -2015-03-25 03:26:07 queue INFO >3 [816] -2015-03-25 03:26:07 sendUrl INFO 3 [815] R:OK -2015-03-25 03:26:08 sendUrl INFO 3 [816] R:OK -2015-03-25 03:26:57 queue INFO >>3 [817] -2015-03-25 03:26:58 sendUrl INFO 3 [817] R:OK -2015-03-25 03:27:47 queue INFO >>3 [818] -2015-03-25 03:27:48 sendUrl INFO 3 [818] R:OK -2015-03-25 03:28:32 queue INFO 7 [819] -2015-03-25 03:28:32 queue INFO >7 [820] -2015-03-25 03:28:32 sendUrl INFO 7 [819] R:OK -2015-03-25 03:28:33 sendUrl INFO 7 [820] R:OK -2015-03-25 03:28:34 queue INFO 3 [821] -2015-03-25 03:28:34 queue INFO >3 [822] -2015-03-25 03:28:34 sendUrl INFO 3 [821] R:OK -2015-03-25 03:28:34 sendUrl INFO 3 [822] R:OK -2015-03-25 03:29:24 queue INFO >>3 [823] -2015-03-25 03:29:24 sendUrl INFO 3 [823] R:OK -2015-03-25 03:30:14 queue INFO >>3 [824] -2015-03-25 03:30:14 sendUrl INFO 3 [824] R:OK -2015-03-25 03:30:58 queue INFO 7 [825] -2015-03-25 03:30:59 queue INFO >7 [826] -2015-03-25 03:30:59 sendUrl INFO 7 [825] R:OK -2015-03-25 03:30:59 sendUrl INFO 7 [826] R:OK -2015-03-25 03:31:00 queue INFO 3 [827] -2015-03-25 03:31:00 queue INFO >3 [828] -2015-03-25 03:31:00 sendUrl INFO 3 [827] R:OK -2015-03-25 03:31:01 sendUrl INFO 3 [828] R:OK -2015-03-25 03:31:50 queue INFO >>3 [829] -2015-03-25 03:31:50 sendUrl INFO 3 [829] R:OK -2015-03-25 03:32:40 queue INFO >>3 [830] -2015-03-25 03:32:41 sendUrl INFO 3 [830] R:OK -2015-03-25 03:33:25 queue INFO 7 [831] -2015-03-25 03:33:25 queue INFO >7 [832] -2015-03-25 03:33:25 sendUrl INFO 7 [831] R:OK -2015-03-25 03:33:26 sendUrl INFO 7 [832] R:OK -2015-03-25 03:33:26 queue INFO 3 [833] -2015-03-25 03:33:27 queue INFO >3 [834] -2015-03-25 03:33:27 sendUrl INFO 3 [833] R:OK -2015-03-25 03:33:27 sendUrl INFO 3 [834] R:OK -2015-03-25 03:34:17 queue INFO >>3 [835] -2015-03-25 03:34:17 sendUrl INFO 3 [835] R:OK -2015-03-25 03:35:07 queue INFO >>3 [836] -2015-03-25 03:35:07 sendUrl INFO 3 [836] R:OK -2015-03-25 03:35:51 queue INFO 7 [837] -2015-03-25 03:35:51 queue INFO >7 [838] -2015-03-25 03:35:52 sendUrl INFO 7 [837] R:OK -2015-03-25 03:35:52 sendUrl INFO 7 [838] R:OK -2015-03-25 03:35:53 queue INFO 3 [839] -2015-03-25 03:35:53 queue INFO >3 [840] -2015-03-25 03:35:53 sendUrl INFO 3 [839] R:OK -2015-03-25 03:35:54 sendUrl INFO 3 [840] R:OK -2015-03-25 03:36:43 queue INFO >>3 [841] -2015-03-25 03:36:43 sendUrl INFO 3 [841] R:OK -2015-03-25 03:37:33 queue INFO >>3 [842] -2015-03-25 03:37:33 sendUrl INFO 3 [842] R:OK -2015-03-25 03:38:18 queue INFO 7 [843] -2015-03-25 03:38:18 sendUrl INFO 7 [843] R:OK -2015-03-25 03:38:18 queue INFO >7 [844] -2015-03-25 03:38:18 sendUrl INFO 7 [844] R:OK -2015-03-25 03:38:19 queue INFO 3 [845] -2015-03-25 03:38:20 queue INFO >3 [846] -2015-03-25 03:38:20 sendUrl INFO 3 [845] R:OK -2015-03-25 03:38:20 sendUrl INFO 3 [846] R:OK -2015-03-25 03:39:09 queue INFO >>3 [847] -2015-03-25 03:39:10 sendUrl INFO 3 [847] R:OK -2015-03-25 03:40:00 queue INFO >>3 [848] -2015-03-25 03:40:00 sendUrl INFO 3 [848] R:OK -2015-03-25 03:40:44 queue INFO 7 [849] -2015-03-25 03:40:45 queue INFO >7 [850] -2015-03-25 03:40:45 sendUrl INFO 7 [849] R:OK -2015-03-25 03:40:45 sendUrl INFO 7 [850] R:OK -2015-03-25 03:40:46 queue INFO 3 [851] -2015-03-25 03:40:46 queue INFO >3 [852] -2015-03-25 03:40:46 sendUrl INFO 3 [851] R:OK -2015-03-25 03:40:47 sendUrl INFO 3 [852] R:OK -2015-03-25 03:41:36 queue INFO >>3 [853] -2015-03-25 03:41:37 sendUrl INFO 3 [853] R:OK -2015-03-25 03:42:26 queue INFO >>3 [854] -2015-03-25 03:42:26 sendUrl INFO 3 [854] R:OK -2015-03-25 03:43:11 queue INFO 7 [855] -2015-03-25 03:43:11 queue INFO >7 [856] -2015-03-25 03:43:11 sendUrl INFO 7 [855] R:OK -2015-03-25 03:43:12 sendUrl INFO 7 [856] R:OK -2015-03-25 03:43:12 queue INFO 3 [857] -2015-03-25 03:43:13 queue INFO >3 [858] -2015-03-25 03:43:13 sendUrl INFO 3 [857] R:OK -2015-03-25 03:43:13 sendUrl INFO 3 [858] R:OK -2015-03-25 03:44:03 queue INFO >>3 [859] -2015-03-25 03:44:03 sendUrl INFO 3 [859] R:OK -2015-03-25 03:44:53 queue INFO >>3 [860] -2015-03-25 03:44:53 sendUrl INFO 3 [860] R:OK -2015-03-25 03:45:37 queue INFO 7 [861] -2015-03-25 03:45:37 queue INFO >7 [862] -2015-03-25 03:45:38 sendUrl INFO 7 [861] R:OK -2015-03-25 03:45:38 sendUrl INFO 7 [862] R:OK -2015-03-25 03:45:39 queue INFO 3 [863] -2015-03-25 03:45:39 queue INFO >3 [864] -2015-03-25 03:45:39 sendUrl INFO 3 [863] R:OK -2015-03-25 03:45:40 sendUrl INFO 3 [864] R:OK -2015-03-25 03:46:29 queue INFO >>3 [865] -2015-03-25 03:46:30 sendUrl INFO 3 [865] R:OK -2015-03-25 03:47:19 queue INFO >>3 [866] -2015-03-25 03:47:19 sendUrl INFO 3 [866] R:OK -2015-03-25 03:48:04 queue INFO 7 [867] -2015-03-25 03:48:04 queue INFO >7 [868] -2015-03-25 03:48:04 sendUrl INFO 7 [867] R:OK -2015-03-25 03:48:05 sendUrl INFO 7 [868] R:OK -2015-03-25 03:48:05 queue INFO 3 [869] -2015-03-25 03:48:06 queue INFO >3 [870] -2015-03-25 03:48:06 sendUrl INFO 3 [869] R:OK -2015-03-25 03:48:06 sendUrl INFO 3 [870] R:OK -2015-03-25 03:48:55 queue INFO >>3 [871] -2015-03-25 03:48:56 sendUrl INFO 3 [871] R:OK -2015-03-25 03:49:46 queue INFO >>3 [872] -2015-03-25 03:49:46 sendUrl INFO 3 [872] R:OK -2015-03-25 03:50:30 queue INFO 7 [873] -2015-03-25 03:50:30 queue INFO >7 [874] -2015-03-25 03:50:31 sendUrl INFO 7 [873] R:OK -2015-03-25 03:50:31 sendUrl INFO 7 [874] R:OK -2015-03-25 03:50:32 queue INFO 3 [875] -2015-03-25 03:50:32 queue INFO >3 [876] -2015-03-25 03:50:32 sendUrl INFO 3 [875] R:OK -2015-03-25 03:50:33 sendUrl INFO 3 [876] R:OK -2015-03-25 03:51:22 queue INFO >>3 [877] -2015-03-25 03:51:22 sendUrl INFO 3 [877] R:OK -2015-03-25 03:52:12 queue INFO >>3 [878] -2015-03-25 03:52:12 sendUrl INFO 3 [878] R:OK -2015-03-25 03:52:57 queue INFO 7 [879] -2015-03-25 03:52:57 queue INFO >7 [880] -2015-03-25 03:52:57 sendUrl INFO 7 [879] R:OK -2015-03-25 03:52:58 sendUrl INFO 7 [880] R:OK -2015-03-25 03:52:58 queue INFO 3 [881] -2015-03-25 03:52:59 queue INFO >3 [882] -2015-03-25 03:52:59 sendUrl INFO 3 [881] R:OK -2015-03-25 03:52:59 sendUrl INFO 3 [882] R:OK -2015-03-25 03:53:49 queue INFO >>3 [883] -2015-03-25 03:53:49 sendUrl INFO 3 [883] R:OK -2015-03-25 03:54:39 queue INFO >>3 [884] -2015-03-25 03:54:39 sendUrl INFO 3 [884] R:OK -2015-03-25 03:55:23 queue INFO 7 [885] -2015-03-25 03:55:23 queue INFO >7 [886] -2015-03-25 03:55:24 sendUrl INFO 7 [885] R:OK -2015-03-25 03:55:24 sendUrl INFO 7 [886] R:OK -2015-03-25 03:55:25 queue INFO 3 [887] -2015-03-25 03:55:25 queue INFO >3 [888] -2015-03-25 03:55:25 sendUrl INFO 3 [887] R:OK -2015-03-25 03:55:26 sendUrl INFO 3 [888] R:OK -2015-03-25 03:56:15 queue INFO >>3 [889] -2015-03-25 03:56:15 sendUrl INFO 3 [889] R:OK -2015-03-25 03:57:05 queue INFO >>3 [890] -2015-03-25 03:57:05 sendUrl INFO 3 [890] R:OK -2015-03-25 03:57:50 queue INFO 7 [891] -2015-03-25 03:57:50 queue INFO >7 [892] -2015-03-25 03:57:50 sendUrl INFO 7 [891] R:OK -2015-03-25 03:57:51 sendUrl INFO 7 [892] R:OK -2015-03-25 03:57:51 queue INFO 3 [893] -2015-03-25 03:57:52 queue INFO >3 [894] -2015-03-25 03:57:52 sendUrl INFO 3 [893] R:OK -2015-03-25 03:57:52 sendUrl INFO 3 [894] R:OK -2015-03-25 03:58:41 queue INFO >>3 [895] -2015-03-25 03:58:42 sendUrl INFO 3 [895] R:OK -2015-03-25 03:59:32 queue INFO >>3 [896] -2015-03-25 03:59:32 sendUrl INFO 3 [896] R:OK -2015-03-25 04:00:16 queue INFO 7 [897] -2015-03-25 04:00:16 queue INFO >7 [898] -2015-03-25 04:00:17 sendUrl INFO 7 [897] R:OK -2015-03-25 04:00:17 sendUrl INFO 7 [898] R:OK -2015-03-25 04:00:18 queue INFO 3 [899] -2015-03-25 04:00:18 queue INFO >3 [900] -2015-03-25 04:00:18 sendUrl INFO 3 [899] R:OK -2015-03-25 04:00:19 sendUrl INFO 3 [900] R:OK -2015-03-25 04:01:08 queue INFO >>3 [901] -2015-03-25 04:01:08 sendUrl INFO 3 [901] R:OK -2015-03-25 04:01:58 queue INFO >>3 [902] -2015-03-25 04:01:58 sendUrl INFO 3 [902] R:OK -2015-03-25 04:02:43 queue INFO 7 [903] -2015-03-25 04:02:43 queue INFO >7 [904] -2015-03-25 04:02:43 sendUrl INFO 7 [903] R:OK -2015-03-25 04:02:44 sendUrl INFO 7 [904] R:OK -2015-03-25 04:02:44 queue INFO 3 [905] -2015-03-25 04:02:45 sendUrl INFO 3 [905] R:OK -2015-03-25 04:02:45 queue INFO >3 [906] -2015-03-25 04:02:45 sendUrl INFO 3 [906] R:OK -2015-03-25 04:03:35 queue INFO >>3 [907] -2015-03-25 04:03:35 sendUrl INFO 3 [907] R:OK -2015-03-25 04:04:25 queue INFO >>3 [908] -2015-03-25 04:04:25 sendUrl INFO 3 [908] R:OK -2015-03-25 04:05:09 queue INFO 7 [909] -2015-03-25 04:05:09 queue INFO >7 [910] -2015-03-25 04:05:10 sendUrl INFO 7 [909] R:OK -2015-03-25 04:05:10 sendUrl INFO 7 [910] R:OK -2015-03-25 04:05:11 queue INFO 3 [911] -2015-03-25 04:05:11 sendUrl INFO 3 [911] R:OK -2015-03-25 04:05:11 queue INFO >3 [912] -2015-03-25 04:05:11 sendUrl INFO 3 [912] R:OK -2015-03-25 04:06:01 queue INFO >>3 [913] -2015-03-25 04:06:01 sendUrl INFO 3 [913] R:OK -2015-03-25 04:06:51 queue INFO >>3 [914] -2015-03-25 04:06:52 sendUrl INFO 3 [914] R:OK -2015-03-25 04:07:36 queue INFO 7 [915] -2015-03-25 04:07:36 queue INFO >7 [916] -2015-03-25 04:07:36 sendUrl INFO 7 [915] R:OK -2015-03-25 04:07:36 sendUrl INFO 7 [916] R:OK -2015-03-25 04:07:37 queue INFO 3 [917] -2015-03-25 04:07:37 queue INFO >3 [918] -2015-03-25 04:07:38 sendUrl INFO 3 [917] R:OK -2015-03-25 04:07:38 sendUrl INFO 3 [918] R:OK -2015-03-25 04:08:27 queue INFO >>3 [919] -2015-03-25 04:08:28 sendUrl INFO 3 [919] R:OK -2015-03-25 04:09:18 queue INFO >>3 [920] -2015-03-25 04:09:18 sendUrl INFO 3 [920] R:OK -2015-03-25 04:10:02 queue INFO 7 [921] -2015-03-25 04:10:02 queue INFO >7 [922] -2015-03-25 04:10:02 sendUrl INFO 7 [921] R:OK -2015-03-25 04:10:03 sendUrl INFO 7 [922] R:OK -2015-03-25 04:10:04 queue INFO 3 [923] -2015-03-25 04:10:04 queue INFO >3 [924] -2015-03-25 04:10:04 sendUrl INFO 3 [923] R:OK -2015-03-25 04:10:04 sendUrl INFO 3 [924] R:OK -2015-03-25 04:10:54 queue INFO >>3 [925] -2015-03-25 04:10:54 sendUrl INFO 3 [925] R:OK -2015-03-25 04:11:44 queue INFO >>3 [926] -2015-03-25 04:11:45 sendUrl INFO 3 [926] R:OK -2015-03-25 04:12:29 queue INFO 7 [927] -2015-03-25 04:12:29 queue INFO >7 [928] -2015-03-25 04:12:29 sendUrl INFO 7 [927] R:OK -2015-03-25 04:12:29 sendUrl INFO 7 [928] R:OK -2015-03-25 04:12:30 queue INFO 3 [929] -2015-03-25 04:12:30 queue INFO >3 [930] -2015-03-25 04:12:30 sendUrl INFO 3 [929] R:OK -2015-03-25 04:12:31 sendUrl INFO 3 [930] R:OK -2015-03-25 04:13:20 queue INFO >>3 [931] -2015-03-25 04:13:21 sendUrl INFO 3 [931] R:OK -2015-03-25 04:14:10 queue INFO >>3 [932] -2015-03-25 04:14:11 sendUrl INFO 3 [932] R:OK -2015-03-25 04:14:55 queue INFO 7 [933] -2015-03-25 04:14:55 sendUrl INFO 7 [933] R:OK -2015-03-25 04:14:55 queue INFO >7 [934] -2015-03-25 04:14:56 sendUrl INFO 7 [934] R:OK -2015-03-25 04:14:57 queue INFO 3 [935] -2015-03-25 04:14:57 queue INFO >3 [936] -2015-03-25 04:14:57 sendUrl INFO 3 [935] R:OK -2015-03-25 04:14:58 sendUrl INFO 3 [936] R:OK -2015-03-25 04:15:47 queue INFO >>3 [937] -2015-03-25 04:15:47 sendUrl INFO 3 [937] R:OK -2015-03-25 04:16:37 queue INFO >>3 [938] -2015-03-25 04:16:38 sendUrl INFO 3 [938] R:OK -2015-03-25 04:17:22 queue INFO 7 [939] -2015-03-25 04:17:22 queue INFO >7 [940] -2015-03-25 04:17:22 sendUrl INFO 7 [939] R:OK -2015-03-25 04:17:22 sendUrl INFO 7 [940] R:OK -2015-03-25 04:17:23 queue INFO 3 [941] -2015-03-25 04:17:23 queue INFO >3 [942] -2015-03-25 04:17:24 sendUrl INFO 3 [941] R:OK -2015-03-25 04:17:24 sendUrl INFO 3 [942] R:OK -2015-03-25 04:18:13 queue INFO >>3 [943] -2015-03-25 04:18:14 sendUrl INFO 3 [943] R:OK -2015-03-25 04:19:04 queue INFO >>3 [944] -2015-03-25 04:19:04 sendUrl INFO 3 [944] R:OK -2015-03-25 04:19:48 queue INFO 7 [945] -2015-03-25 04:19:48 queue INFO >7 [946] -2015-03-25 04:19:48 sendUrl INFO 7 [945] R:OK -2015-03-25 04:19:49 sendUrl INFO 7 [946] R:OK -2015-03-25 04:19:50 queue INFO 3 [947] -2015-03-25 04:19:50 sendUrl INFO 3 [947] R:OK -2015-03-25 04:19:50 queue INFO >3 [948] -2015-03-25 04:19:50 sendUrl INFO 3 [948] R:OK -2015-03-25 04:20:40 queue INFO >>3 [949] -2015-03-25 04:20:40 sendUrl INFO 3 [949] R:OK -2015-03-25 04:21:30 queue INFO >>3 [950] -2015-03-25 04:21:30 sendUrl INFO 3 [950] R:OK -2015-03-25 04:22:15 queue INFO 7 [951] -2015-03-25 04:22:15 queue INFO >7 [952] -2015-03-25 04:22:15 sendUrl INFO 7 [951] R:OK -2015-03-25 04:22:16 sendUrl INFO 7 [952] R:OK -2015-03-25 04:22:16 queue INFO 3 [953] -2015-03-25 04:22:17 queue INFO >3 [954] -2015-03-25 04:22:17 sendUrl INFO 3 [953] R:OK -2015-03-25 04:22:17 sendUrl INFO 3 [954] R:OK -2015-03-25 04:23:07 queue INFO >>3 [955] -2015-03-25 04:23:07 sendUrl INFO 3 [955] R:OK -2015-03-25 04:23:57 queue INFO >>3 [956] -2015-03-25 04:23:57 sendUrl INFO 3 [956] R:OK -2015-03-25 04:24:41 queue INFO 7 [957] -2015-03-25 04:24:41 queue INFO >7 [958] -2015-03-25 04:24:42 sendUrl INFO 7 [957] R:OK -2015-03-25 04:24:42 sendUrl INFO 7 [958] R:OK -2015-03-25 04:24:43 queue INFO 3 [959] -2015-03-25 04:24:43 queue INFO >3 [960] -2015-03-25 04:24:43 sendUrl INFO 3 [959] R:OK -2015-03-25 04:24:44 sendUrl INFO 3 [960] R:OK -2015-03-25 04:25:33 queue INFO >>3 [961] -2015-03-25 04:25:33 sendUrl INFO 3 [961] R:OK -2015-03-25 04:26:23 queue INFO >>3 [962] -2015-03-25 04:26:23 sendUrl INFO 3 [962] R:OK -2015-03-25 04:27:08 queue INFO 7 [963] -2015-03-25 04:27:08 queue INFO >7 [964] -2015-03-25 04:27:08 sendUrl INFO 7 [963] R:OK -2015-03-25 04:27:09 sendUrl INFO 7 [964] R:OK -2015-03-25 04:27:09 queue INFO 3 [965] -2015-03-25 04:27:09 queue INFO >3 [966] -2015-03-25 04:27:10 sendUrl INFO 3 [965] R:OK -2015-03-25 04:27:10 sendUrl INFO 3 [966] R:OK -2015-03-25 04:27:59 queue INFO >>3 [967] -2015-03-25 04:28:00 sendUrl INFO 3 [967] R:OK -2015-03-25 04:28:50 queue INFO >>3 [968] -2015-03-25 04:28:50 sendUrl INFO 3 [968] R:OK -2015-03-25 04:29:34 queue INFO 7 [969] -2015-03-25 04:29:34 sendUrl INFO 7 [969] R:OK -2015-03-25 04:29:34 queue INFO >7 [970] -2015-03-25 04:29:35 sendUrl INFO 7 [970] R:OK -2015-03-25 04:29:36 queue INFO 3 [971] -2015-03-25 04:29:36 queue INFO >3 [972] -2015-03-25 04:29:36 sendUrl INFO 3 [971] R:OK -2015-03-25 04:29:37 sendUrl INFO 3 [972] R:OK -2015-03-25 04:30:26 queue INFO >>3 [973] -2015-03-25 04:30:26 sendUrl INFO 3 [973] R:OK -2015-03-25 04:31:16 queue INFO >>3 [974] -2015-03-25 04:31:16 sendUrl INFO 3 [974] R:OK -2015-03-25 04:32:01 queue INFO 7 [975] -2015-03-25 04:32:01 queue INFO >7 [976] -2015-03-25 04:32:01 sendUrl INFO 7 [975] R:OK -2015-03-25 04:32:02 sendUrl INFO 7 [976] R:OK -2015-03-25 04:32:02 queue INFO 3 [977] -2015-03-25 04:32:03 queue INFO >3 [978] -2015-03-25 04:32:03 sendUrl INFO 3 [977] R:OK -2015-03-25 04:32:03 sendUrl INFO 3 [978] R:OK -2015-03-25 04:32:53 queue INFO >>3 [979] -2015-03-25 04:32:53 sendUrl INFO 3 [979] R:OK -2015-03-25 04:33:43 queue INFO >>3 [980] -2015-03-25 04:33:43 sendUrl INFO 3 [980] R:OK -2015-03-25 04:34:27 queue INFO 7 [981] -2015-03-25 04:34:27 queue INFO >7 [982] -2015-03-25 04:34:28 sendUrl INFO 7 [981] R:OK -2015-03-25 04:34:28 sendUrl INFO 7 [982] R:OK -2015-03-25 04:34:29 queue INFO 3 [983] -2015-03-25 04:34:29 queue INFO >3 [984] -2015-03-25 04:34:29 sendUrl INFO 3 [983] R:OK -2015-03-25 04:34:30 sendUrl INFO 3 [984] R:OK -2015-03-25 04:35:19 queue INFO >>3 [985] -2015-03-25 04:35:20 sendUrl INFO 3 [985] R:OK -2015-03-25 04:36:09 queue INFO >>3 [986] -2015-03-25 04:36:09 sendUrl INFO 3 [986] R:OK -2015-03-25 04:36:54 queue INFO 7 [987] -2015-03-25 04:36:54 queue INFO >7 [988] -2015-03-25 04:36:54 sendUrl INFO 7 [987] R:OK -2015-03-25 04:36:55 sendUrl INFO 7 [988] R:OK -2015-03-25 04:36:55 queue INFO 3 [989] -2015-03-25 04:36:55 queue INFO >3 [990] -2015-03-25 04:36:56 sendUrl INFO 3 [989] R:OK -2015-03-25 04:36:56 sendUrl INFO 3 [990] R:OK -2015-03-25 04:37:45 queue INFO >>3 [991] -2015-03-25 04:37:46 sendUrl INFO 3 [991] R:OK -2015-03-25 04:38:36 queue INFO >>3 [992] -2015-03-25 04:38:36 sendUrl INFO 3 [992] R:OK -2015-03-25 04:39:20 queue INFO 7 [993] -2015-03-25 04:39:20 queue INFO >7 [994] -2015-03-25 04:39:21 sendUrl INFO 7 [993] R:OK -2015-03-25 04:39:21 sendUrl INFO 7 [994] R:OK -2015-03-25 04:39:22 queue INFO 3 [995] -2015-03-25 04:39:22 queue INFO >3 [996] -2015-03-25 04:39:22 sendUrl INFO 3 [995] R:OK -2015-03-25 04:39:23 sendUrl INFO 3 [996] R:OK -2015-03-25 04:40:12 queue INFO >>3 [997] -2015-03-25 04:40:12 sendUrl INFO 3 [997] R:OK -2015-03-25 04:41:02 queue INFO >>3 [998] -2015-03-25 04:41:02 sendUrl INFO 3 [998] R:OK -2015-03-25 04:41:49 queue INFO 7 [999] -2015-03-25 04:41:50 queue INFO >7 [0] -2015-03-25 04:41:50 sendUrl INFO 7 [999] R:OK -2015-03-25 04:41:50 sendUrl INFO 7 [0] R:OK -2015-03-25 04:41:51 queue INFO 3 [1] -2015-03-25 04:41:51 sendUrl INFO 3 [1] R:OK -2015-03-25 04:41:51 queue INFO >3 [2] -2015-03-25 04:41:52 sendUrl INFO 3 [2] R:OK -2015-03-25 04:42:41 queue INFO >>3 [3] -2015-03-25 04:42:41 sendUrl INFO 3 [3] R:OK -2015-03-25 04:43:31 queue INFO >>3 [4] -2015-03-25 04:43:32 sendUrl INFO 3 [4] R:OK -2015-03-25 04:44:16 queue INFO 7 [5] -2015-03-25 04:44:16 queue INFO >7 [6] -2015-03-25 04:44:16 sendUrl INFO 7 [5] R:OK -2015-03-25 04:44:17 sendUrl INFO 7 [6] R:OK -2015-03-25 04:44:17 queue INFO 3 [7] -2015-03-25 04:44:18 sendUrl INFO 3 [7] R:OK -2015-03-25 04:44:18 queue INFO >3 [8] -2015-03-25 04:44:18 sendUrl INFO 3 [8] R:OK -2015-03-25 04:45:08 queue INFO >>3 [9] -2015-03-25 04:45:08 sendUrl INFO 3 [9] R:OK -2015-03-25 04:45:58 queue INFO >>3 [10] -2015-03-25 04:45:58 sendUrl INFO 3 [10] R:OK -2015-03-25 04:46:42 queue INFO 7 [11] -2015-03-25 04:46:42 queue INFO >7 [12] -2015-03-25 04:46:43 sendUrl INFO 7 [11] R:OK -2015-03-25 04:46:43 sendUrl INFO 7 [12] R:OK -2015-03-25 04:46:44 queue INFO 3 [13] -2015-03-25 04:46:44 sendUrl INFO 3 [13] R:OK -2015-03-25 04:46:44 queue INFO >3 [14] -2015-03-25 04:46:45 sendUrl INFO 3 [14] R:OK -2015-03-25 04:47:34 queue INFO >>3 [15] -2015-03-25 04:47:34 sendUrl INFO 3 [15] R:OK -2015-03-25 04:48:24 queue INFO >>3 [16] -2015-03-25 04:48:25 sendUrl INFO 3 [16] R:OK -2015-03-25 04:49:09 queue INFO 7 [17] -2015-03-25 04:49:09 sendUrl INFO 7 [17] R:OK -2015-03-25 04:49:09 queue INFO >7 [18] -2015-03-25 04:49:10 sendUrl INFO 7 [18] R:OK -2015-03-25 04:49:11 queue INFO 3 [19] -2015-03-25 04:49:11 queue INFO >3 [20] -2015-03-25 04:49:11 sendUrl INFO 3 [19] R:OK -2015-03-25 04:49:12 sendUrl INFO 3 [20] R:OK -2015-03-25 04:50:01 queue INFO >>3 [21] -2015-03-25 04:50:01 sendUrl INFO 3 [21] R:OK -2015-03-25 04:50:51 queue INFO >>3 [22] -2015-03-25 04:50:51 sendUrl INFO 3 [22] R:OK -2015-03-25 04:51:35 queue INFO 7 [23] -2015-03-25 04:51:36 sendUrl INFO 7 [23] R:OK -2015-03-25 04:51:36 queue INFO >7 [24] -2015-03-25 04:51:36 sendUrl INFO 7 [24] R:OK -2015-03-25 04:51:37 queue INFO 3 [25] -2015-03-25 04:51:37 queue INFO >3 [26] -2015-03-25 04:51:38 sendUrl INFO 3 [25] R:OK -2015-03-25 04:51:38 sendUrl INFO 3 [26] R:OK -2015-03-25 04:52:27 queue INFO >>3 [27] -2015-03-25 04:52:27 sendUrl INFO 3 [27] R:OK -2015-03-25 04:53:17 queue INFO >>3 [28] -2015-03-25 04:53:18 sendUrl INFO 3 [28] R:OK -2015-03-25 04:54:02 queue INFO 7 [29] -2015-03-25 04:54:02 sendUrl INFO 7 [29] R:OK -2015-03-25 04:54:02 queue INFO >7 [30] -2015-03-25 04:54:02 sendUrl INFO 7 [30] R:OK -2015-03-25 04:54:03 queue INFO 3 [31] -2015-03-25 04:54:04 queue INFO >3 [32] -2015-03-25 04:54:04 sendUrl INFO 3 [31] R:OK -2015-03-25 04:54:04 sendUrl INFO 3 [32] R:OK -2015-03-25 04:54:54 queue INFO >>3 [33] -2015-03-25 04:54:54 sendUrl INFO 3 [33] R:OK -2015-03-25 04:55:44 queue INFO >>3 [34] -2015-03-25 04:55:44 sendUrl INFO 3 [34] R:OK -2015-03-25 04:56:28 queue INFO 7 [35] -2015-03-25 04:56:28 sendUrl INFO 7 [35] R:OK -2015-03-25 04:56:28 queue INFO >7 [36] -2015-03-25 04:56:29 sendUrl INFO 7 [36] R:OK -2015-03-25 04:56:30 queue INFO 3 [37] -2015-03-25 04:56:30 queue INFO >3 [38] -2015-03-25 04:56:30 sendUrl INFO 3 [37] R:OK -2015-03-25 04:56:31 sendUrl INFO 3 [38] R:OK -2015-03-25 04:57:20 queue INFO >>3 [39] -2015-03-25 04:57:20 sendUrl INFO 3 [39] R:OK -2015-03-25 04:58:10 queue INFO >>3 [40] -2015-03-25 04:58:11 sendUrl INFO 3 [40] R:OK -2015-03-25 04:58:55 queue INFO 7 [41] -2015-03-25 04:58:55 queue INFO >7 [42] -2015-03-25 04:58:55 sendUrl INFO 7 [41] R:OK -2015-03-25 04:58:56 sendUrl INFO 7 [42] R:OK -2015-03-25 04:58:57 queue INFO 3 [43] -2015-03-25 04:58:57 queue INFO >3 [44] -2015-03-25 04:58:57 sendUrl INFO 3 [43] R:OK -2015-03-25 04:58:57 sendUrl INFO 3 [44] R:OK -2015-03-25 04:59:47 queue INFO >>3 [45] -2015-03-25 04:59:47 sendUrl INFO 3 [45] R:OK -2015-03-25 05:00:37 queue INFO >>3 [46] -2015-03-25 05:00:37 sendUrl INFO 3 [46] R:OK -2015-03-25 05:01:21 queue INFO 7 [47] -2015-03-25 05:01:22 queue INFO >7 [48] -2015-03-25 05:01:22 sendUrl INFO 7 [47] R:OK -2015-03-25 05:01:22 sendUrl INFO 7 [48] R:OK -2015-03-25 05:01:23 queue INFO 3 [49] -2015-03-25 05:01:23 queue INFO >3 [50] -2015-03-25 05:01:23 sendUrl INFO 3 [49] R:OK -2015-03-25 05:01:24 sendUrl INFO 3 [50] R:OK -2015-03-25 05:02:13 queue INFO >>3 [51] -2015-03-25 05:02:13 sendUrl INFO 3 [51] R:OK -2015-03-25 05:03:03 queue INFO >>3 [52] -2015-03-25 05:03:04 sendUrl INFO 3 [52] R:OK -2015-03-25 05:03:48 queue INFO 7 [53] -2015-03-25 05:03:48 queue INFO >7 [54] -2015-03-25 05:03:48 sendUrl INFO 7 [53] R:OK -2015-03-25 05:03:49 sendUrl INFO 7 [54] R:OK -2015-03-25 05:03:49 queue INFO 3 [55] -2015-03-25 05:03:50 queue INFO >3 [56] -2015-03-25 05:03:50 sendUrl INFO 3 [55] R:OK -2015-03-25 05:03:50 sendUrl INFO 3 [56] R:OK -2015-03-25 05:04:40 queue INFO >>3 [57] -2015-03-25 05:04:40 sendUrl INFO 3 [57] R:OK -2015-03-25 05:05:30 queue INFO >>3 [58] -2015-03-25 05:05:30 sendUrl INFO 3 [58] R:OK -2015-03-25 05:06:14 queue INFO 7 [59] -2015-03-25 05:06:15 queue INFO >7 [60] -2015-03-25 05:06:15 sendUrl INFO 7 [59] R:OK -2015-03-25 05:06:15 sendUrl INFO 7 [60] R:OK -2015-03-25 05:06:16 queue INFO 3 [61] -2015-03-25 05:06:16 queue INFO >3 [62] -2015-03-25 05:06:16 sendUrl INFO 3 [61] R:OK -2015-03-25 05:06:17 sendUrl INFO 3 [62] R:OK -2015-03-25 05:07:06 queue INFO >>3 [63] -2015-03-25 05:07:07 sendUrl INFO 3 [63] R:OK -2015-03-25 05:07:56 queue INFO >>3 [64] -2015-03-25 05:07:57 sendUrl INFO 3 [64] R:OK -2015-03-25 05:08:41 queue INFO 7 [65] -2015-03-25 05:08:41 queue INFO >7 [66] -2015-03-25 05:08:41 sendUrl INFO 7 [65] R:OK -2015-03-25 05:08:42 sendUrl INFO 7 [66] R:OK -2015-03-25 05:08:43 queue INFO 3 [67] -2015-03-25 05:08:43 queue INFO >3 [68] -2015-03-25 05:08:43 sendUrl INFO 3 [67] R:OK -2015-03-25 05:08:43 sendUrl INFO 3 [68] R:OK -2015-03-25 05:09:33 queue INFO >>3 [69] -2015-03-25 05:09:33 sendUrl INFO 3 [69] R:OK -2015-03-25 05:10:23 queue INFO >>3 [70] -2015-03-25 05:10:23 sendUrl INFO 3 [70] R:OK -2015-03-25 05:11:07 queue INFO 7 [71] -2015-03-25 05:11:08 queue INFO >7 [72] -2015-03-25 05:11:08 sendUrl INFO 7 [71] R:OK -2015-03-25 05:11:08 sendUrl INFO 7 [72] R:OK -2015-03-25 05:11:09 queue INFO 3 [73] -2015-03-25 05:11:09 queue INFO >3 [74] -2015-03-25 05:11:09 sendUrl INFO 3 [73] R:OK -2015-03-25 05:11:10 sendUrl INFO 3 [74] R:OK -2015-03-25 05:11:59 queue INFO >>3 [75] -2015-03-25 05:12:00 sendUrl INFO 3 [75] R:OK -2015-03-25 05:12:49 queue INFO >>3 [76] -2015-03-25 05:12:49 sendUrl INFO 3 [76] R:OK -2015-03-25 05:13:34 queue INFO 7 [77] -2015-03-25 05:13:34 queue INFO >7 [78] -2015-03-25 05:13:34 sendUrl INFO 7 [77] R:OK -2015-03-25 05:13:35 sendUrl INFO 7 [78] R:OK -2015-03-25 05:13:36 queue INFO 3 [79] -2015-03-25 05:13:36 sendUrl INFO 3 [79] R:OK -2015-03-25 05:13:36 queue INFO >3 [80] -2015-03-25 05:13:36 sendUrl INFO 3 [80] R:OK -2015-03-25 05:14:26 queue INFO >>3 [81] -2015-03-25 05:14:26 sendUrl INFO 3 [81] R:OK -2015-03-25 05:15:16 queue INFO >>3 [82] -2015-03-25 05:15:16 sendUrl INFO 3 [82] R:OK -2015-03-25 05:16:00 queue INFO 7 [83] -2015-03-25 05:16:01 queue INFO >7 [84] -2015-03-25 05:16:01 sendUrl INFO 7 [83] R:OK -2015-03-25 05:16:01 sendUrl INFO 7 [84] R:OK -2015-03-25 05:16:02 queue INFO 3 [85] -2015-03-25 05:16:02 sendUrl INFO 3 [85] R:OK -2015-03-25 05:16:02 queue INFO >3 [86] -2015-03-25 05:16:03 sendUrl INFO 3 [86] R:OK -2015-03-25 05:16:52 queue INFO >>3 [87] -2015-03-25 05:16:53 sendUrl INFO 3 [87] R:OK -2015-03-25 05:17:42 queue INFO >>3 [88] -2015-03-25 05:17:43 sendUrl INFO 3 [88] R:OK -2015-03-25 05:18:27 queue INFO 7 [89] -2015-03-25 05:18:27 queue INFO >7 [90] -2015-03-25 05:18:28 sendUrl INFO 7 [89] R:OK -2015-03-25 05:18:28 sendUrl INFO 7 [90] R:OK -2015-03-25 05:18:29 queue INFO 3 [91] -2015-03-25 05:18:29 queue INFO >3 [92] -2015-03-25 05:18:29 sendUrl INFO 3 [91] R:OK -2015-03-25 05:18:30 sendUrl INFO 3 [92] R:OK -2015-03-25 05:19:19 queue INFO >>3 [93] -2015-03-25 05:19:19 sendUrl INFO 3 [93] R:OK -2015-03-25 05:20:09 queue INFO >>3 [94] -2015-03-25 05:20:09 sendUrl INFO 3 [94] R:OK -2015-03-25 05:20:54 queue INFO 7 [95] -2015-03-25 05:20:54 sendUrl INFO 7 [95] R:OK -2015-03-25 05:20:54 queue INFO >7 [96] -2015-03-25 05:20:54 sendUrl INFO 7 [96] R:OK -2015-03-25 05:20:55 queue INFO 3 [97] -2015-03-25 05:20:55 queue INFO >3 [98] -2015-03-25 05:20:56 sendUrl INFO 3 [97] R:OK -2015-03-25 05:20:56 sendUrl INFO 3 [98] R:OK -2015-03-25 05:21:45 queue INFO >>3 [99] -2015-03-25 05:21:46 sendUrl INFO 3 [99] R:OK -2015-03-25 05:22:35 queue INFO >>3 [100] -2015-03-25 05:22:36 sendUrl INFO 3 [100] R:OK -2015-03-25 05:23:20 queue INFO 7 [101] -2015-03-25 05:23:20 sendUrl INFO 7 [101] R:OK -2015-03-25 05:23:20 queue INFO >7 [102] -2015-03-25 05:23:21 sendUrl INFO 7 [102] R:OK -2015-03-25 05:23:22 queue INFO 3 [103] -2015-03-25 05:23:22 queue INFO >3 [104] -2015-03-25 05:23:22 sendUrl INFO 3 [103] R:OK -2015-03-25 05:23:23 sendUrl INFO 3 [104] R:OK -2015-03-25 05:24:12 queue INFO >>3 [105] -2015-03-25 05:24:12 sendUrl INFO 3 [105] R:OK -2015-03-25 05:25:02 queue INFO >>3 [106] -2015-03-25 05:25:02 sendUrl INFO 3 [106] R:OK -2015-03-25 05:25:46 queue INFO 7 [107] -2015-03-25 05:25:47 sendUrl INFO 7 [107] R:OK -2015-03-25 05:25:47 queue INFO >7 [108] -2015-03-25 05:25:47 sendUrl INFO 7 [108] R:OK -2015-03-25 05:25:48 queue INFO 3 [109] -2015-03-25 05:25:48 queue INFO >3 [110] -2015-03-25 05:25:49 sendUrl INFO 3 [109] R:OK -2015-03-25 05:25:49 sendUrl INFO 3 [110] R:OK -2015-03-25 05:26:38 queue INFO >>3 [111] -2015-03-25 05:26:39 sendUrl INFO 3 [111] R:OK -2015-03-25 05:27:29 queue INFO >>3 [112] -2015-03-25 05:27:29 sendUrl INFO 3 [112] R:OK -2015-03-25 05:28:13 queue INFO 7 [113] -2015-03-25 05:28:13 queue INFO >7 [114] -2015-03-25 05:28:14 sendUrl INFO 7 [113] R:OK -2015-03-25 05:28:14 sendUrl INFO 7 [114] R:OK -2015-03-25 05:28:15 queue INFO 3 [115] -2015-03-25 05:28:15 queue INFO >3 [116] -2015-03-25 05:28:15 sendUrl INFO 3 [115] R:OK -2015-03-25 05:28:16 sendUrl INFO 3 [116] R:OK -2015-03-25 05:29:05 queue INFO >>3 [117] -2015-03-25 05:29:05 sendUrl INFO 3 [117] R:OK -2015-03-25 05:29:55 queue INFO >>3 [118] -2015-03-25 05:29:55 sendUrl INFO 3 [118] R:OK -2015-03-25 05:30:40 queue INFO 7 [119] -2015-03-25 05:30:40 queue INFO >7 [120] -2015-03-25 05:30:40 sendUrl INFO 7 [119] R:OK -2015-03-25 05:30:41 sendUrl INFO 7 [120] R:OK -2015-03-25 05:30:41 queue INFO 3 [121] -2015-03-25 05:30:41 queue INFO >3 [122] -2015-03-25 05:30:42 sendUrl INFO 3 [121] R:OK -2015-03-25 05:30:42 sendUrl INFO 3 [122] R:OK -2015-03-25 05:31:31 queue INFO >>3 [123] -2015-03-25 05:31:32 sendUrl INFO 3 [123] R:OK -2015-03-25 05:32:21 queue INFO >>3 [124] -2015-03-25 05:32:22 sendUrl INFO 3 [124] R:OK -2015-03-25 05:33:06 queue INFO 7 [125] -2015-03-25 05:33:06 queue INFO >7 [126] -2015-03-25 05:33:07 sendUrl INFO 7 [125] R:OK -2015-03-25 05:33:07 sendUrl INFO 7 [126] R:OK -2015-03-25 05:33:08 queue INFO 3 [127] -2015-03-25 05:33:08 queue INFO >3 [128] -2015-03-25 05:33:08 sendUrl INFO 3 [127] R:OK -2015-03-25 05:33:09 sendUrl INFO 3 [128] R:OK -2015-03-25 05:33:58 queue INFO >>3 [129] -2015-03-25 05:33:58 sendUrl INFO 3 [129] R:OK -2015-03-25 05:34:48 queue INFO >>3 [130] -2015-03-25 05:34:49 sendUrl INFO 3 [130] R:OK -2015-03-25 05:35:33 queue INFO 7 [131] -2015-03-25 05:35:33 queue INFO >7 [132] -2015-03-25 05:35:33 sendUrl INFO 7 [131] R:OK -2015-03-25 05:35:34 sendUrl INFO 7 [132] R:OK -2015-03-25 05:35:34 queue INFO 3 [133] -2015-03-25 05:35:34 queue INFO >3 [134] -2015-03-25 05:35:35 sendUrl INFO 3 [133] R:OK -2015-03-25 05:35:35 sendUrl INFO 3 [134] R:OK -2015-03-25 05:36:24 queue INFO >>3 [135] -2015-03-25 05:36:25 sendUrl INFO 3 [135] R:OK -2015-03-25 05:37:15 queue INFO >>3 [136] -2015-03-25 05:37:15 sendUrl INFO 3 [136] R:OK -2015-03-25 05:37:59 queue INFO 7 [137] -2015-03-25 05:38:00 sendUrl INFO 7 [137] R:OK -2015-03-25 05:38:00 queue INFO >7 [138] -2015-03-25 05:38:00 sendUrl INFO 7 [138] R:OK -2015-03-25 05:38:01 queue INFO 3 [139] -2015-03-25 05:38:01 queue INFO >3 [140] -2015-03-25 05:38:02 sendUrl INFO 3 [139] R:OK -2015-03-25 05:38:02 sendUrl INFO 3 [140] R:OK -2015-03-25 05:38:51 queue INFO >>3 [141] -2015-03-25 05:38:51 sendUrl INFO 3 [141] R:OK -2015-03-25 05:39:41 queue INFO >>3 [142] -2015-03-25 05:39:42 sendUrl INFO 3 [142] R:OK -2015-03-25 05:40:26 queue INFO 7 [143] -2015-03-25 05:40:26 queue INFO >7 [144] -2015-03-25 05:40:26 sendUrl INFO 7 [143] R:OK -2015-03-25 05:40:26 sendUrl INFO 7 [144] R:OK -2015-03-25 05:40:27 queue INFO 3 [145] -2015-03-25 05:40:28 sendUrl INFO 3 [145] R:OK -2015-03-25 05:40:28 queue INFO >3 [146] -2015-03-25 05:40:28 sendUrl INFO 3 [146] R:OK -2015-03-25 05:41:18 queue INFO >>3 [147] -2015-03-25 05:41:18 sendUrl INFO 3 [147] R:OK -2015-03-25 05:42:08 queue INFO >>3 [148] -2015-03-25 05:42:08 sendUrl INFO 3 [148] R:OK -2015-03-25 05:42:52 queue INFO 7 [149] -2015-03-25 05:42:53 queue INFO >7 [150] -2015-03-25 05:42:53 sendUrl INFO 7 [149] R:OK -2015-03-25 05:42:53 sendUrl INFO 7 [150] R:OK -2015-03-25 05:42:54 queue INFO 3 [151] -2015-03-25 05:42:54 queue INFO >3 [152] -2015-03-25 05:42:54 sendUrl INFO 3 [151] R:OK -2015-03-25 05:42:55 sendUrl INFO 3 [152] R:OK -2015-03-25 05:43:44 queue INFO >>3 [153] -2015-03-25 05:43:44 sendUrl INFO 3 [153] R:OK -2015-03-25 05:44:34 queue INFO >>3 [154] -2015-03-25 05:44:35 sendUrl INFO 3 [154] R:OK -2015-03-25 05:45:19 queue INFO 7 [155] -2015-03-25 05:45:19 queue INFO >7 [156] -2015-03-25 05:45:19 sendUrl INFO 7 [155] R:OK -2015-03-25 05:45:20 sendUrl INFO 7 [156] R:OK -2015-03-25 05:45:20 queue INFO 3 [157] -2015-03-25 05:45:21 queue INFO >3 [158] -2015-03-25 05:45:21 sendUrl INFO 3 [157] R:OK -2015-03-25 05:45:21 sendUrl INFO 3 [158] R:OK -2015-03-25 05:46:11 queue INFO >>3 [159] -2015-03-25 05:46:11 sendUrl INFO 3 [159] R:OK -2015-03-25 05:47:01 queue INFO >>3 [160] -2015-03-25 05:47:01 sendUrl INFO 3 [160] R:OK -2015-03-25 05:47:45 queue INFO 7 [161] -2015-03-25 05:47:46 queue INFO >7 [162] -2015-03-25 05:47:46 sendUrl INFO 7 [161] R:OK -2015-03-25 05:47:46 sendUrl INFO 7 [162] R:OK -2015-03-25 05:47:47 queue INFO 3 [163] -2015-03-25 05:47:47 queue INFO >3 [164] -2015-03-25 05:47:47 sendUrl INFO 3 [163] R:OK -2015-03-25 05:47:48 sendUrl INFO 3 [164] R:OK -2015-03-25 05:48:37 queue INFO >>3 [165] -2015-03-25 05:48:38 sendUrl INFO 3 [165] R:OK -2015-03-25 05:49:27 queue INFO >>3 [166] -2015-03-25 05:49:28 sendUrl INFO 3 [166] R:OK -2015-03-25 05:50:12 queue INFO 7 [167] -2015-03-25 05:50:12 queue INFO >7 [168] -2015-03-25 05:50:12 sendUrl INFO 7 [167] R:OK -2015-03-25 05:50:13 sendUrl INFO 7 [168] R:OK -2015-03-25 05:50:14 queue INFO 3 [169] -2015-03-25 05:50:14 queue INFO >3 [170] -2015-03-25 05:50:14 sendUrl INFO 3 [169] R:OK -2015-03-25 05:50:14 sendUrl INFO 3 [170] R:OK -2015-03-25 05:51:04 queue INFO >>3 [171] -2015-03-25 05:51:04 sendUrl INFO 3 [171] R:OK -2015-03-25 05:51:54 queue INFO >>3 [172] -2015-03-25 05:51:54 sendUrl INFO 3 [172] R:OK -2015-03-25 05:52:38 queue INFO 7 [173] -2015-03-25 05:52:39 queue INFO >7 [174] -2015-03-25 05:52:39 sendUrl INFO 7 [173] R:OK -2015-03-25 05:52:39 sendUrl INFO 7 [174] R:OK -2015-03-25 05:52:40 queue INFO 3 [175] -2015-03-25 05:52:40 queue INFO >3 [176] -2015-03-25 05:52:40 sendUrl INFO 3 [175] R:OK -2015-03-25 05:52:41 sendUrl INFO 3 [176] R:OK -2015-03-25 05:53:30 queue INFO >>3 [177] -2015-03-25 05:53:31 sendUrl INFO 3 [177] R:OK -2015-03-25 05:54:20 queue INFO >>3 [178] -2015-03-25 05:54:20 sendUrl INFO 3 [178] R:OK -2015-03-25 05:55:05 queue INFO 7 [179] -2015-03-25 05:55:05 queue INFO >7 [180] -2015-03-25 05:55:05 sendUrl INFO 7 [179] R:OK -2015-03-25 05:55:06 sendUrl INFO 7 [180] R:OK -2015-03-25 05:55:07 queue INFO 3 [181] -2015-03-25 05:55:07 sendUrl INFO 3 [181] R:OK -2015-03-25 05:55:07 queue INFO >3 [182] -2015-03-25 05:55:07 sendUrl INFO 3 [182] R:OK -2015-03-25 05:55:57 queue INFO >>3 [183] -2015-03-25 05:55:57 sendUrl INFO 3 [183] R:OK -2015-03-25 05:56:47 queue INFO >>3 [184] -2015-03-25 05:56:47 sendUrl INFO 3 [184] R:OK -2015-03-25 05:57:32 queue INFO 7 [185] -2015-03-25 05:57:32 queue INFO >7 [186] -2015-03-25 05:57:32 sendUrl INFO 7 [185] R:OK -2015-03-25 05:57:32 sendUrl INFO 7 [186] R:OK -2015-03-25 05:57:33 queue INFO 3 [187] -2015-03-25 05:57:33 queue INFO >3 [188] -2015-03-25 05:57:33 sendUrl INFO 3 [187] R:OK -2015-03-25 05:57:34 sendUrl INFO 3 [188] R:OK -2015-03-25 05:58:23 queue INFO >>3 [189] -2015-03-25 05:58:24 sendUrl INFO 3 [189] R:OK -2015-03-25 05:59:13 queue INFO >>3 [190] -2015-03-25 05:59:14 sendUrl INFO 3 [190] R:OK -2015-03-25 05:59:58 queue INFO 7 [191] -2015-03-25 05:59:58 sendUrl INFO 7 [191] R:OK -2015-03-25 05:59:58 queue INFO >7 [192] -2015-03-25 05:59:59 sendUrl INFO 7 [192] R:OK -2015-03-25 06:00:00 queue INFO 3 [193] -2015-03-25 06:00:00 queue INFO >3 [194] -2015-03-25 06:00:00 sendUrl INFO 3 [193] R:OK -2015-03-25 06:00:01 sendUrl INFO 3 [194] R:OK -2015-03-25 06:00:50 queue INFO >>3 [195] -2015-03-25 06:00:50 sendUrl INFO 3 [195] R:OK -2015-03-25 06:01:40 queue INFO >>3 [196] -2015-03-25 06:01:40 sendUrl INFO 3 [196] R:OK -2015-03-25 06:02:25 queue INFO 7 [197] -2015-03-25 06:02:25 sendUrl INFO 7 [197] R:OK -2015-03-25 06:02:25 queue INFO >7 [198] -2015-03-25 06:02:25 sendUrl INFO 7 [198] R:OK -2015-03-25 06:02:26 queue INFO 3 [199] -2015-03-25 06:02:26 queue INFO >3 [200] -2015-03-25 06:02:27 sendUrl INFO 3 [199] R:OK -2015-03-25 06:02:27 sendUrl INFO 3 [200] R:OK -2015-03-25 06:03:16 queue INFO >>3 [201] -2015-03-25 06:03:17 sendUrl INFO 3 [201] R:OK -2015-03-25 06:04:07 queue INFO >>3 [202] -2015-03-25 06:04:07 sendUrl INFO 3 [202] R:OK -2015-03-25 06:04:51 queue INFO 7 [203] -2015-03-25 06:04:51 queue INFO >7 [204] -2015-03-25 06:04:52 sendUrl INFO 7 [203] R:OK -2015-03-25 06:04:52 sendUrl INFO 7 [204] R:OK -2015-03-25 06:04:53 queue INFO 3 [205] -2015-03-25 06:04:53 queue INFO >3 [206] -2015-03-25 06:04:53 sendUrl INFO 3 [205] R:OK -2015-03-25 06:04:54 sendUrl INFO 3 [206] R:OK -2015-03-25 06:05:43 queue INFO >>3 [207] -2015-03-25 06:05:44 sendUrl INFO 3 [207] R:OK -2015-03-25 06:06:33 queue INFO >>3 [208] -2015-03-25 06:06:33 sendUrl INFO 3 [208] R:OK -2015-03-25 06:07:18 queue INFO 7 [209] -2015-03-25 06:07:18 queue INFO >7 [210] -2015-03-25 06:07:18 sendUrl INFO 7 [209] R:OK -2015-03-25 06:07:19 sendUrl INFO 7 [210] R:OK -2015-03-25 06:07:19 queue INFO 3 [211] -2015-03-25 06:07:20 queue INFO >3 [212] -2015-03-25 06:07:20 sendUrl INFO 3 [211] R:OK -2015-03-25 06:07:20 sendUrl INFO 3 [212] R:OK -2015-03-25 06:08:09 queue INFO >>3 [213] -2015-03-25 06:08:10 sendUrl INFO 3 [213] R:OK -2015-03-25 06:09:00 queue INFO >>3 [214] -2015-03-25 06:09:00 sendUrl INFO 3 [214] R:OK -2015-03-25 06:09:44 queue INFO 7 [215] -2015-03-25 06:09:45 queue INFO >7 [216] -2015-03-25 06:09:45 sendUrl INFO 7 [215] R:OK -2015-03-25 06:09:45 sendUrl INFO 7 [216] R:OK -2015-03-25 06:09:46 queue INFO 3 [217] -2015-03-25 06:09:46 queue INFO >3 [218] -2015-03-25 06:09:46 sendUrl INFO 3 [217] R:OK -2015-03-25 06:09:47 sendUrl INFO 3 [218] R:OK -2015-03-25 06:10:36 queue INFO >>3 [219] -2015-03-25 06:10:37 sendUrl INFO 3 [219] R:OK -2015-03-25 06:11:26 queue INFO >>3 [220] -2015-03-25 06:11:27 sendUrl INFO 3 [220] R:OK -2015-03-25 06:12:11 queue INFO 7 [221] -2015-03-25 06:12:11 queue INFO >7 [222] -2015-03-25 06:12:11 sendUrl INFO 7 [221] R:OK -2015-03-25 06:12:12 sendUrl INFO 7 [222] R:OK -2015-03-25 06:12:12 queue INFO 3 [223] -2015-03-25 06:12:13 queue INFO >3 [224] -2015-03-25 06:12:13 sendUrl INFO 3 [223] R:OK -2015-03-25 06:12:13 sendUrl INFO 3 [224] R:OK -2015-03-25 06:13:03 queue INFO >>3 [225] -2015-03-25 06:13:03 sendUrl INFO 3 [225] R:OK -2015-03-25 06:13:53 queue INFO >>3 [226] -2015-03-25 06:13:53 sendUrl INFO 3 [226] R:OK -2015-03-25 06:14:37 queue INFO 7 [227] -2015-03-25 06:14:38 queue INFO >7 [228] -2015-03-25 06:14:38 sendUrl INFO 7 [227] R:OK -2015-03-25 06:14:38 sendUrl INFO 7 [228] R:OK -2015-03-25 06:14:39 queue INFO 3 [229] -2015-03-25 06:14:39 queue INFO >3 [230] -2015-03-25 06:14:40 sendUrl INFO 3 [229] R:OK -2015-03-25 06:14:40 sendUrl INFO 3 [230] R:OK -2015-03-25 06:15:29 queue INFO >>3 [231] -2015-03-25 06:15:29 sendUrl INFO 3 [231] R:OK -2015-03-25 06:16:19 queue INFO >>3 [232] -2015-03-25 06:16:20 sendUrl INFO 3 [232] R:OK -2015-03-25 06:17:04 queue INFO 7 [233] -2015-03-25 06:17:04 queue INFO >7 [234] -2015-03-25 06:17:04 sendUrl INFO 7 [233] R:OK -2015-03-25 06:17:05 sendUrl INFO 7 [234] R:OK -2015-03-25 06:17:06 queue INFO 3 [235] -2015-03-25 06:17:06 queue INFO >3 [236] -2015-03-25 06:17:06 sendUrl INFO 3 [235] R:OK -2015-03-25 06:17:07 sendUrl INFO 3 [236] R:OK -2015-03-25 06:17:56 queue INFO >>3 [237] -2015-03-25 06:17:56 sendUrl INFO 3 [237] R:OK -2015-03-25 06:18:46 queue INFO >>3 [238] -2015-03-25 06:18:46 sendUrl INFO 3 [238] R:OK -2015-03-25 06:19:30 queue INFO 7 [239] -2015-03-25 06:19:31 sendUrl INFO 7 [239] R:OK -2015-03-25 06:19:31 queue INFO >7 [240] -2015-03-25 06:19:31 sendUrl INFO 7 [240] R:OK -2015-03-25 06:19:32 queue INFO 3 [241] -2015-03-25 06:19:32 queue INFO >3 [242] -2015-03-25 06:19:33 sendUrl INFO 3 [241] R:OK -2015-03-25 06:19:33 sendUrl INFO 3 [242] R:OK -2015-03-25 06:20:22 queue INFO >>3 [243] -2015-03-25 06:20:22 sendUrl INFO 3 [243] R:OK -2015-03-25 06:21:12 queue INFO >>3 [244] -2015-03-25 06:21:13 sendUrl INFO 3 [244] R:OK -2015-03-25 06:21:57 queue INFO 7 [245] -2015-03-25 06:21:57 queue INFO >7 [246] -2015-03-25 06:21:58 sendUrl INFO 7 [245] R:OK -2015-03-25 06:21:58 sendUrl INFO 7 [246] R:OK -2015-03-25 06:21:59 queue INFO 3 [247] -2015-03-25 06:21:59 queue INFO >3 [248] -2015-03-25 06:21:59 sendUrl INFO 3 [247] R:OK -2015-03-25 06:22:00 sendUrl INFO 3 [248] R:OK -2015-03-25 06:22:49 queue INFO >>3 [249] -2015-03-25 06:22:49 sendUrl INFO 3 [249] R:OK -2015-03-25 06:23:39 queue INFO >>3 [250] -2015-03-25 06:23:39 sendUrl INFO 3 [250] R:OK -2015-03-25 06:24:24 queue INFO 7 [251] -2015-03-25 06:24:24 queue INFO >7 [252] -2015-03-25 06:24:24 sendUrl INFO 7 [251] R:OK -2015-03-25 06:24:25 sendUrl INFO 7 [252] R:OK -2015-03-25 06:24:25 queue INFO 3 [253] -2015-03-25 06:24:25 queue INFO >3 [254] -2015-03-25 06:24:26 sendUrl INFO 3 [253] R:OK -2015-03-25 06:24:26 sendUrl INFO 3 [254] R:OK -2015-03-25 06:25:15 queue INFO >>3 [255] -2015-03-25 06:25:16 sendUrl INFO 3 [255] R:OK -2015-03-25 06:26:06 queue INFO >>3 [256] -2015-03-25 06:26:06 sendUrl INFO 3 [256] R:OK -2015-03-25 06:26:50 queue INFO 7 [257] -2015-03-25 06:26:50 queue INFO >7 [258] -2015-03-25 06:26:51 sendUrl INFO 7 [257] R:OK -2015-03-25 06:26:51 sendUrl INFO 7 [258] R:OK -2015-03-25 06:26:52 queue INFO 3 [259] -2015-03-25 06:26:52 queue INFO >3 [260] -2015-03-25 06:26:52 sendUrl INFO 3 [259] R:OK -2015-03-25 06:26:53 sendUrl INFO 3 [260] R:OK -2015-03-25 06:27:42 queue INFO >>3 [261] -2015-03-25 06:27:42 sendUrl INFO 3 [261] R:OK -2015-03-25 06:28:32 queue INFO >>3 [262] -2015-03-25 06:28:32 sendUrl INFO 3 [262] R:OK -2015-03-25 06:29:17 queue INFO 7 [263] -2015-03-25 06:29:17 queue INFO >7 [264] -2015-03-25 06:29:17 sendUrl INFO 7 [263] R:OK -2015-03-25 06:29:17 sendUrl INFO 7 [264] R:OK -2015-03-25 06:29:18 queue INFO 3 [265] -2015-03-25 06:29:19 sendUrl INFO 3 [265] R:OK -2015-03-25 06:29:19 queue INFO >3 [266] -2015-03-25 06:29:19 sendUrl INFO 3 [266] R:OK -2015-03-25 06:30:09 queue INFO >>3 [267] -2015-03-25 06:30:09 sendUrl INFO 3 [267] R:OK -2015-03-25 06:30:59 queue INFO >>3 [268] -2015-03-25 06:30:59 sendUrl INFO 3 [268] R:OK -2015-03-25 06:31:43 queue INFO 7 [269] -2015-03-25 06:31:43 queue INFO >7 [270] -2015-03-25 06:31:44 sendUrl INFO 7 [269] R:OK -2015-03-25 06:31:44 sendUrl INFO 7 [270] R:OK -2015-03-25 06:31:45 queue INFO 3 [271] -2015-03-25 06:31:45 queue INFO >3 [272] -2015-03-25 06:31:46 sendUrl INFO 3 [271] R:OK -2015-03-25 06:31:46 sendUrl INFO 3 [272] R:OK -2015-03-25 06:32:35 queue INFO >>3 [273] -2015-03-25 06:32:35 sendUrl INFO 3 [273] R:OK -2015-03-25 06:33:25 queue INFO >>3 [274] -2015-03-25 06:33:26 sendUrl INFO 3 [274] R:OK -2015-03-25 06:34:15 queue INFO >>3 [275] -2015-03-25 06:34:16 sendUrl INFO 3 [275] R:OK -2015-03-25 06:35:06 queue INFO >>3 [276] -2015-03-25 06:35:06 sendUrl INFO 3 [276] R:OK -2015-03-25 06:35:56 queue INFO >>3 [277] -2015-03-25 06:35:56 sendUrl INFO 3 [277] R:OK -2015-03-25 06:36:46 queue INFO >>3 [278] -2015-03-25 06:36:46 sendUrl INFO 3 [278] R:OK -2015-03-25 06:37:36 queue INFO >>3 [279] -2015-03-25 06:37:36 sendUrl INFO 3 [279] R:OK -2015-03-25 06:38:26 queue INFO >>3 [280] -2015-03-25 06:38:27 sendUrl INFO 3 [280] R:OK -2015-03-25 06:39:16 queue INFO >>3 [281] -2015-03-25 06:39:17 sendUrl INFO 3 [281] R:OK -2015-03-25 06:40:07 queue INFO >>3 [282] -2015-03-25 06:40:07 sendUrl INFO 3 [282] R:OK -2015-03-25 06:40:57 queue INFO >>3 [283] -2015-03-25 06:40:57 sendUrl INFO 3 [283] R:OK -2015-03-25 06:41:47 queue INFO >>3 [284] -2015-03-25 06:41:47 sendUrl INFO 3 [284] R:OK -2015-03-25 06:42:37 queue INFO >>3 [285] -2015-03-25 06:42:37 sendUrl INFO 3 [285] R:OK -2015-03-25 06:43:27 queue INFO >>3 [286] -2015-03-25 06:43:28 sendUrl INFO 3 [286] R:OK -2015-03-25 06:44:17 queue INFO >>3 [287] -2015-03-25 06:44:17 sendUrl INFO 3 [287] R:OK -2015-03-25 06:45:07 queue INFO >>3 [288] -2015-03-25 06:45:08 sendUrl INFO 3 [288] R:OK -2015-03-25 06:45:58 queue INFO >>3 [289] -2015-03-25 06:45:58 sendUrl INFO 3 [289] R:OK -2015-03-25 06:46:48 queue INFO >>3 [290] -2015-03-25 06:46:48 sendUrl INFO 3 [290] R:OK -2015-03-25 06:47:38 queue INFO >>3 [291] -2015-03-25 06:47:38 sendUrl INFO 3 [291] R:OK -2015-03-25 06:48:28 queue INFO >>3 [292] -2015-03-25 06:48:29 sendUrl INFO 3 [292] R:OK -2015-03-25 06:49:18 queue INFO >>3 [293] -2015-03-25 06:49:18 sendUrl INFO 3 [293] R:OK -2015-03-25 06:50:08 queue INFO >>3 [294] -2015-03-25 06:50:09 sendUrl INFO 3 [294] R:OK -2015-03-25 06:50:59 queue INFO >>3 [295] -2015-03-25 06:50:59 sendUrl INFO 3 [295] R:OK -2015-03-25 06:51:49 queue INFO >>3 [296] -2015-03-25 06:51:49 sendUrl INFO 3 [296] R:OK -2015-03-25 06:52:39 queue INFO >>3 [297] -2015-03-25 06:52:39 sendUrl INFO 3 [297] R:OK -2015-03-25 06:53:29 queue INFO >>3 [298] -2015-03-25 06:53:29 sendUrl INFO 3 [298] R:OK -2015-03-25 06:54:19 queue INFO >>3 [299] -2015-03-25 06:54:19 sendUrl INFO 3 [299] R:OK -2015-03-25 06:55:09 queue INFO >>3 [300] -2015-03-25 06:55:10 sendUrl INFO 3 [300] R:OK -2015-03-25 06:55:59 queue INFO >>3 [301] -2015-03-25 06:56:00 sendUrl INFO 3 [301] R:OK -2015-03-25 06:56:50 queue INFO >>3 [302] -2015-03-25 06:56:50 sendUrl INFO 3 [302] R:OK -2015-03-25 06:57:40 queue INFO >>3 [303] -2015-03-25 06:57:40 sendUrl INFO 3 [303] R:OK -2015-03-25 06:58:30 queue INFO >>3 [304] -2015-03-25 06:58:30 sendUrl INFO 3 [304] R:OK -2015-03-25 06:59:20 queue INFO >>3 [305] -2015-03-25 06:59:20 sendUrl INFO 3 [305] R:OK -2015-03-25 07:00:10 queue INFO >>3 [306] -2015-03-25 07:00:11 sendUrl INFO 3 [306] R:OK -2015-03-25 07:01:00 queue INFO >>3 [307] -2015-03-25 07:01:01 sendUrl INFO 3 [307] R:OK -2015-03-25 07:01:51 queue INFO >>3 [308] -2015-03-25 07:01:51 sendUrl INFO 3 [308] R:OK -2015-03-25 07:02:41 queue INFO >>3 [309] -2015-03-25 07:02:41 sendUrl INFO 3 [309] R:OK -2015-03-25 07:03:31 queue INFO >>3 [310] -2015-03-25 07:03:31 sendUrl INFO 3 [310] R:OK -2015-03-25 07:04:21 queue INFO >>3 [311] -2015-03-25 07:04:22 sendUrl INFO 3 [311] R:OK -2015-03-25 07:05:11 queue INFO >>3 [312] -2015-03-25 07:05:11 sendUrl INFO 3 [312] R:OK -2015-03-25 07:06:01 queue INFO >>3 [313] -2015-03-25 07:06:02 sendUrl INFO 3 [313] R:OK -2015-03-25 07:06:10 queue INFO 7 [314] -2015-03-25 07:06:10 queue INFO >7 [315] -2015-03-25 07:06:10 sendUrl INFO 7 [314] R:OK -2015-03-25 07:06:11 sendUrl INFO 7 [315] R:OK -2015-03-25 07:06:11 queue INFO 3 [316] -2015-03-25 07:06:12 queue INFO >3 [317] -2015-03-25 07:06:12 sendUrl INFO 3 [316] R:OK -2015-03-25 07:06:12 sendUrl INFO 3 [317] R:OK -2015-03-25 07:07:02 queue INFO >>3 [318] -2015-03-25 07:07:02 sendUrl INFO 3 [318] R:OK -2015-03-25 07:07:52 queue INFO >>3 [319] -2015-03-25 07:07:52 sendUrl INFO 3 [319] R:OK -2015-03-25 07:08:36 queue INFO 7 [320] -2015-03-25 07:08:36 queue INFO >7 [321] -2015-03-25 07:08:37 sendUrl INFO 7 [320] R:OK -2015-03-25 07:08:37 sendUrl INFO 7 [321] R:OK -2015-03-25 07:08:38 queue INFO 3 [322] -2015-03-25 07:08:38 queue INFO >3 [323] -2015-03-25 07:08:38 sendUrl INFO 3 [322] R:OK -2015-03-25 07:08:39 sendUrl INFO 3 [323] R:OK -2015-03-25 07:09:28 queue INFO >>3 [324] -2015-03-25 07:09:28 sendUrl INFO 3 [324] R:OK -2015-03-25 07:10:18 queue INFO >>3 [325] -2015-03-25 07:10:18 sendUrl INFO 3 [325] R:OK -2015-03-25 07:11:03 queue INFO 7 [326] -2015-03-25 07:11:03 queue INFO >7 [327] -2015-03-25 07:11:03 sendUrl INFO 7 [326] R:OK -2015-03-25 07:11:04 sendUrl INFO 7 [327] R:OK -2015-03-25 07:11:04 queue INFO 3 [328] -2015-03-25 07:11:05 queue INFO >3 [329] -2015-03-25 07:11:05 sendUrl INFO 3 [328] R:OK -2015-03-25 07:11:05 sendUrl INFO 3 [329] R:OK -2015-03-25 07:11:55 queue INFO >>3 [330] -2015-03-25 07:11:55 sendUrl INFO 3 [330] R:OK -2015-03-25 07:12:45 queue INFO >>3 [331] -2015-03-25 07:12:45 sendUrl INFO 3 [331] R:OK -2015-03-25 07:13:29 queue INFO 7 [332] -2015-03-25 07:13:30 queue INFO >7 [333] -2015-03-25 07:13:30 sendUrl INFO 7 [332] R:OK -2015-03-25 07:13:30 sendUrl INFO 7 [333] R:OK -2015-03-25 07:13:31 queue INFO 3 [334] -2015-03-25 07:13:31 queue INFO >3 [335] -2015-03-25 07:13:31 sendUrl INFO 3 [334] R:OK -2015-03-25 07:13:32 sendUrl INFO 3 [335] R:OK -2015-03-25 07:14:21 queue INFO >>3 [336] -2015-03-25 07:14:22 sendUrl INFO 3 [336] R:OK -2015-03-25 07:15:11 queue INFO >>3 [337] -2015-03-25 07:15:11 sendUrl INFO 3 [337] R:OK -2015-03-25 07:15:56 queue INFO 7 [338] -2015-03-25 07:15:56 queue INFO >7 [339] -2015-03-25 07:15:56 sendUrl INFO 7 [338] R:OK -2015-03-25 07:15:57 sendUrl INFO 7 [339] R:OK -2015-03-25 07:15:58 queue INFO 3 [340] -2015-03-25 07:15:58 sendUrl INFO 3 [340] R:OK -2015-03-25 07:15:58 queue INFO >3 [341] -2015-03-25 07:15:58 sendUrl INFO 3 [341] R:OK -2015-03-25 07:16:48 queue INFO >>3 [342] -2015-03-25 07:16:48 sendUrl INFO 3 [342] R:OK -2015-03-25 07:17:38 queue INFO >>3 [343] -2015-03-25 07:17:38 sendUrl INFO 3 [343] R:OK -2015-03-25 07:18:22 queue INFO 7 [344] -2015-03-25 07:18:23 queue INFO >7 [345] -2015-03-25 07:18:23 sendUrl INFO 7 [344] R:OK -2015-03-25 07:18:23 sendUrl INFO 7 [345] R:OK -2015-03-25 07:18:24 queue INFO 3 [346] -2015-03-25 07:18:24 queue INFO >3 [347] -2015-03-25 07:18:24 sendUrl INFO 3 [346] R:OK -2015-03-25 07:18:25 sendUrl INFO 3 [347] R:OK -2015-03-25 07:19:14 queue INFO >>3 [348] -2015-03-25 07:19:15 sendUrl INFO 3 [348] R:OK -2015-03-25 07:20:04 queue INFO >>3 [349] -2015-03-25 07:20:05 sendUrl INFO 3 [349] R:OK -2015-03-25 07:20:49 queue INFO 7 [350] -2015-03-25 07:20:49 sendUrl INFO 7 [350] R:OK -2015-03-25 07:20:49 queue INFO >7 [351] -2015-03-25 07:20:50 sendUrl INFO 7 [351] R:OK -2015-03-25 07:20:51 queue INFO 3 [352] -2015-03-25 07:20:51 queue INFO >3 [353] -2015-03-25 07:20:51 sendUrl INFO 3 [352] R:OK -2015-03-25 07:20:52 sendUrl INFO 3 [353] R:OK -2015-03-25 07:21:41 queue INFO >>3 [354] -2015-03-25 07:21:41 sendUrl INFO 3 [354] R:OK -2015-03-25 07:22:31 queue INFO >>3 [355] -2015-03-25 07:22:31 sendUrl INFO 3 [355] R:OK -2015-03-25 07:23:16 queue INFO 7 [356] -2015-03-25 07:23:16 queue INFO >7 [357] -2015-03-25 07:23:16 sendUrl INFO 7 [356] R:OK -2015-03-25 07:23:17 sendUrl INFO 7 [357] R:OK -2015-03-25 07:23:17 queue INFO 3 [358] -2015-03-25 07:23:18 queue INFO >3 [359] -2015-03-25 07:23:18 sendUrl INFO 3 [358] R:OK -2015-03-25 07:23:18 sendUrl INFO 3 [359] R:OK -2015-03-25 07:24:07 queue INFO >>3 [360] -2015-03-25 07:24:08 sendUrl INFO 3 [360] R:OK -2015-03-25 07:24:58 queue INFO >>3 [361] -2015-03-25 07:24:58 sendUrl INFO 3 [361] R:OK -2015-03-25 07:25:42 queue INFO 7 [362] -2015-03-25 07:25:42 queue INFO >7 [363] -2015-03-25 07:25:43 sendUrl INFO 7 [362] R:OK -2015-03-25 07:25:43 sendUrl INFO 7 [363] R:OK -2015-03-25 07:25:44 queue INFO 3 [364] -2015-03-25 07:25:44 queue INFO >3 [365] -2015-03-25 07:25:44 sendUrl INFO 3 [364] R:OK -2015-03-25 07:25:45 sendUrl INFO 3 [365] R:OK -2015-03-25 07:26:34 queue INFO >>3 [366] -2015-03-25 07:26:34 sendUrl INFO 3 [366] R:OK -2015-03-25 07:27:24 queue INFO >>3 [367] -2015-03-25 07:27:24 sendUrl INFO 3 [367] R:OK -2015-03-25 07:28:09 queue INFO 7 [368] -2015-03-25 07:28:09 queue INFO >7 [369] -2015-03-25 07:28:09 sendUrl INFO 7 [368] R:OK -2015-03-25 07:28:10 sendUrl INFO 7 [369] R:OK -2015-03-25 07:28:10 queue INFO 3 [370] -2015-03-25 07:28:11 queue INFO >3 [371] -2015-03-25 07:28:11 sendUrl INFO 3 [370] R:OK -2015-03-25 07:28:11 sendUrl INFO 3 [371] R:OK -2015-03-25 07:29:01 queue INFO >>3 [372] -2015-03-25 07:29:01 sendUrl INFO 3 [372] R:OK -2015-03-25 07:29:51 queue INFO >>3 [373] -2015-03-25 07:29:51 sendUrl INFO 3 [373] R:OK -2015-03-25 07:30:35 queue INFO 7 [374] -2015-03-25 07:30:35 queue INFO >7 [375] -2015-03-25 07:30:36 sendUrl INFO 7 [374] R:OK -2015-03-25 07:30:36 sendUrl INFO 7 [375] R:OK -2015-03-25 07:30:37 queue INFO 3 [376] -2015-03-25 07:30:37 queue INFO >3 [377] -2015-03-25 07:30:37 sendUrl INFO 3 [376] R:OK -2015-03-25 07:30:38 sendUrl INFO 3 [377] R:OK -2015-03-25 07:31:27 queue INFO >>3 [378] -2015-03-25 07:31:27 sendUrl INFO 3 [378] R:OK -2015-03-25 07:32:17 queue INFO >>3 [379] -2015-03-25 07:32:18 sendUrl INFO 3 [379] R:OK -2015-03-25 07:33:02 queue INFO 7 [380] -2015-03-25 07:33:02 sendUrl INFO 7 [380] R:OK -2015-03-25 07:33:02 queue INFO >7 [381] -2015-03-25 07:33:03 sendUrl INFO 7 [381] R:OK -2015-03-25 07:33:04 queue INFO 3 [382] -2015-03-25 07:33:04 queue INFO >3 [383] -2015-03-25 07:33:04 sendUrl INFO 3 [382] R:OK -2015-03-25 07:33:05 sendUrl INFO 3 [383] R:OK -2015-03-25 07:33:54 queue INFO >>3 [384] -2015-03-25 07:33:54 sendUrl INFO 3 [384] R:OK -2015-03-25 07:34:44 queue INFO >>3 [385] -2015-03-25 07:34:44 sendUrl INFO 3 [385] R:OK -2015-03-25 07:35:29 queue INFO 7 [386] -2015-03-25 07:35:29 queue INFO >7 [387] -2015-03-25 07:35:29 sendUrl INFO 7 [386] R:OK -2015-03-25 07:35:30 sendUrl INFO 7 [387] R:OK -2015-03-25 07:35:30 queue INFO 3 [388] -2015-03-25 07:35:30 queue INFO >3 [389] -2015-03-25 07:35:31 sendUrl INFO 3 [388] R:OK -2015-03-25 07:35:31 sendUrl INFO 3 [389] R:OK -2015-03-25 07:36:20 queue INFO >>3 [390] -2015-03-25 07:36:21 sendUrl INFO 3 [390] R:OK -2015-03-25 07:37:10 queue INFO >>3 [391] -2015-03-25 07:37:11 sendUrl INFO 3 [391] R:OK -2015-03-25 07:37:55 queue INFO 7 [392] -2015-03-25 07:37:55 queue INFO >7 [393] -2015-03-25 07:37:56 sendUrl INFO 7 [392] R:OK -2015-03-25 07:37:56 sendUrl INFO 7 [393] R:OK -2015-03-25 07:37:57 queue INFO 3 [394] -2015-03-25 07:37:57 queue INFO >3 [395] -2015-03-25 07:37:57 sendUrl INFO 3 [394] R:OK -2015-03-25 07:37:58 sendUrl INFO 3 [395] R:OK -2015-03-25 07:38:47 queue INFO >>3 [396] -2015-03-25 07:38:47 sendUrl INFO 3 [396] R:OK -2015-03-25 07:39:37 queue INFO >>3 [397] -2015-03-25 07:39:37 sendUrl INFO 3 [397] R:OK -2015-03-25 07:40:22 queue INFO 7 [398] -2015-03-25 07:40:22 queue INFO >7 [399] -2015-03-25 07:40:22 sendUrl INFO 7 [398] R:OK -2015-03-25 07:40:23 sendUrl INFO 7 [399] R:OK -2015-03-25 07:40:23 queue INFO 3 [400] -2015-03-25 07:40:23 queue INFO >3 [401] -2015-03-25 07:40:24 sendUrl INFO 3 [400] R:OK -2015-03-25 07:40:24 sendUrl INFO 3 [401] R:OK -2015-03-25 07:41:01 queue INFO 1 [402] -2015-03-25 07:41:01 queue INFO >1 [403] -2015-03-25 07:41:02 sendUrl INFO 1 [402] R:OK -2015-03-25 07:41:02 sendUrl INFO 1 [403] R:OK -2015-03-25 07:41:51 queue INFO >>1 [404] -2015-03-25 07:41:52 sendUrl INFO 1 [404] R:OK -2015-03-25 07:42:42 queue INFO >>1 [405] -2015-03-25 07:42:42 sendUrl INFO 1 [405] R:OK -2015-03-25 07:42:48 queue INFO 5 [406] -2015-03-25 07:42:48 queue INFO >5 [407] -2015-03-25 07:42:49 sendUrl INFO 5 [406] R:OK -2015-03-25 07:42:49 sendUrl INFO 5 [407] R:OK -2015-03-25 07:42:50 queue INFO 1 [408] -2015-03-25 07:42:50 queue INFO >1 [409] -2015-03-25 07:42:50 sendUrl INFO 1 [408] R:OK -2015-03-25 07:42:50 sendUrl INFO 1 [409] R:OK -2015-03-25 07:43:40 queue INFO >>1 [410] -2015-03-25 07:43:40 sendUrl INFO 1 [410] R:OK -2015-03-25 07:44:30 queue INFO >>1 [411] -2015-03-25 07:44:30 sendUrl INFO 1 [411] R:OK -2015-03-25 07:45:20 queue INFO >>1 [412] -2015-03-25 07:45:20 sendUrl INFO 1 [412] R:OK -2015-03-25 07:46:10 queue INFO >>1 [413] -2015-03-25 07:46:11 sendUrl INFO 1 [413] R:OK -2015-03-25 07:47:01 queue INFO >>1 [414] -2015-03-25 07:47:01 sendUrl INFO 1 [414] R:OK -2015-03-25 07:47:51 queue INFO >>1 [415] -2015-03-25 07:47:51 sendUrl INFO 1 [415] R:OK -2015-03-25 07:48:41 queue INFO >>1 [416] -2015-03-25 07:48:41 sendUrl INFO 1 [416] R:OK -2015-03-25 07:49:31 queue INFO >>1 [417] -2015-03-25 07:49:31 sendUrl INFO 1 [417] R:OK -2015-03-25 07:50:04 queue INFO 9 [418] -2015-03-25 07:50:04 sendUrl INFO 9 [418] R:OK -2015-03-25 07:50:04 queue INFO >9 [419] -2015-03-25 07:50:05 sendUrl INFO 9 [419] R:OK -2015-03-25 07:50:54 queue INFO >>9 [420] -2015-03-25 07:50:55 sendUrl INFO 9 [420] R:OK -2015-03-25 07:51:45 queue INFO >>9 [421] -2015-03-25 07:51:45 sendUrl INFO 9 [421] R:OK -2015-03-25 07:52:35 queue INFO >>9 [422] -2015-03-25 07:52:35 sendUrl INFO 9 [422] R:OK -2015-03-25 07:53:25 queue INFO >>9 [423] -2015-03-25 07:53:25 sendUrl INFO 9 [423] R:OK -2015-03-25 07:54:15 queue INFO >>9 [424] -2015-03-25 07:54:16 sendUrl INFO 9 [424] R:OK -2015-03-25 07:55:05 queue INFO >>9 [425] -2015-03-25 07:55:05 sendUrl INFO 9 [425] R:OK -2015-03-25 07:55:55 queue INFO >>9 [426] -2015-03-25 07:55:56 sendUrl INFO 9 [426] R:OK -2015-03-25 07:56:46 queue INFO >>9 [427] -2015-03-25 07:56:46 sendUrl INFO 9 [427] R:OK -2015-03-25 07:57:36 queue INFO >>9 [428] -2015-03-25 07:57:36 sendUrl INFO 9 [428] R:OK -2015-03-25 07:58:26 queue INFO >>9 [429] -2015-03-25 07:58:26 sendUrl INFO 9 [429] R:OK -2015-03-25 07:59:16 queue INFO >>9 [430] -2015-03-25 07:59:17 sendUrl INFO 9 [430] R:OK -2015-03-25 08:00:06 queue INFO >>9 [431] -2015-03-25 08:00:06 sendUrl INFO 9 [431] R:OK -2015-03-25 08:00:56 queue INFO >>9 [432] -2015-03-25 08:00:57 sendUrl INFO 9 [432] R:OK -2015-03-25 08:01:46 queue INFO >>9 [433] -2015-03-25 08:01:47 sendUrl INFO 9 [433] R:OK -2015-03-25 08:02:37 queue INFO >>9 [434] -2015-03-25 08:02:37 sendUrl INFO 9 [434] R:OK -2015-03-25 08:03:27 queue INFO >>9 [435] -2015-03-25 08:03:27 sendUrl INFO 9 [435] R:OK -2015-03-25 08:04:17 queue INFO >>9 [436] -2015-03-25 08:04:17 sendUrl INFO 9 [436] R:OK -2015-03-25 08:05:07 queue INFO >>9 [437] -2015-03-25 08:05:07 sendUrl INFO 9 [437] R:OK -2015-03-25 08:05:57 queue INFO >>9 [438] -2015-03-25 08:05:58 sendUrl INFO 9 [438] R:OK -2015-03-25 08:06:47 queue INFO >>9 [439] -2015-03-25 08:06:48 sendUrl INFO 9 [439] R:OK -2015-03-25 08:07:38 queue INFO >>9 [440] -2015-03-25 08:07:38 sendUrl INFO 9 [440] R:OK -2015-03-25 08:08:28 queue INFO >>9 [441] -2015-03-25 08:08:28 sendUrl INFO 9 [441] R:OK -2015-03-25 08:09:18 queue INFO >>9 [442] -2015-03-25 08:09:18 sendUrl INFO 9 [442] R:OK -2015-03-25 08:10:08 queue INFO >>9 [443] -2015-03-25 08:10:08 sendUrl INFO 9 [443] R:OK -2015-03-25 08:10:58 queue INFO >>9 [444] -2015-03-25 08:10:59 sendUrl INFO 9 [444] R:OK -2015-03-25 08:11:48 queue INFO >>9 [445] -2015-03-25 08:11:49 sendUrl INFO 9 [445] R:OK -2015-03-25 08:12:38 queue INFO >>9 [446] -2015-03-25 08:12:39 sendUrl INFO 9 [446] R:OK -2015-03-25 08:13:29 queue INFO >>9 [447] -2015-03-25 08:13:29 sendUrl INFO 9 [447] R:OK -2015-03-25 08:14:19 queue INFO >>9 [448] -2015-03-25 08:14:19 sendUrl INFO 9 [448] R:OK -2015-03-25 08:15:09 queue INFO >>9 [449] -2015-03-25 08:15:09 sendUrl INFO 9 [449] R:OK -2015-03-25 08:15:59 queue INFO >>9 [450] -2015-03-25 08:15:59 sendUrl INFO 9 [450] R:OK -2015-03-25 08:16:49 queue INFO >>9 [451] -2015-03-25 08:16:50 sendUrl INFO 9 [451] R:OK -2015-03-25 08:17:39 queue INFO >>9 [452] -2015-03-25 08:17:40 sendUrl INFO 9 [452] R:OK -2015-03-25 08:18:30 queue INFO >>9 [453] -2015-03-25 08:18:30 sendUrl INFO 9 [453] R:OK -2015-03-25 08:19:20 queue INFO >>9 [454] -2015-03-25 08:19:20 sendUrl INFO 9 [454] R:OK -2015-03-25 08:20:10 queue INFO >>9 [455] -2015-03-25 08:20:10 sendUrl INFO 9 [455] R:OK -2015-03-25 08:21:00 queue INFO >>9 [456] -2015-03-25 08:21:00 sendUrl INFO 9 [456] R:OK -2015-03-25 08:21:50 queue INFO >>9 [457] -2015-03-25 08:21:50 sendUrl INFO 9 [457] R:OK -2015-03-25 08:22:40 queue INFO >>9 [458] -2015-03-25 08:22:41 sendUrl INFO 9 [458] R:OK -2015-03-25 08:23:30 queue INFO >>9 [459] -2015-03-25 08:23:31 sendUrl INFO 9 [459] R:OK -2015-03-25 08:24:21 queue INFO >>9 [460] -2015-03-25 08:24:21 sendUrl INFO 9 [460] R:OK -2015-03-25 08:25:11 queue INFO >>9 [461] -2015-03-25 08:25:11 sendUrl INFO 9 [461] R:OK -2015-03-25 08:26:01 queue INFO >>9 [462] -2015-03-25 08:26:01 sendUrl INFO 9 [462] R:OK -2015-03-25 08:26:51 queue INFO >>9 [463] -2015-03-25 08:26:51 sendUrl INFO 9 [463] R:OK -2015-03-25 08:27:41 queue INFO >>9 [464] -2015-03-25 08:27:41 sendUrl INFO 9 [464] R:OK -2015-03-25 08:28:31 queue INFO >>9 [465] -2015-03-25 08:28:32 sendUrl INFO 9 [465] R:OK -2015-03-25 08:29:22 queue INFO >>9 [466] -2015-03-25 08:29:22 sendUrl INFO 9 [466] R:OK -2015-03-25 08:30:12 queue INFO >>9 [467] -2015-03-25 08:30:12 sendUrl INFO 9 [467] R:OK -2015-03-25 08:31:02 queue INFO >>9 [468] -2015-03-25 08:31:02 sendUrl INFO 9 [468] R:OK -2015-03-25 08:31:52 queue INFO >>9 [469] -2015-03-25 08:31:52 sendUrl INFO 9 [469] R:OK -2015-03-25 08:32:42 queue INFO >>9 [470] -2015-03-25 08:32:42 sendUrl INFO 9 [470] R:OK -2015-03-25 08:33:32 queue INFO >>9 [471] -2015-03-25 08:33:33 sendUrl INFO 9 [471] R:OK -2015-03-25 08:34:22 queue INFO >>9 [472] -2015-03-25 08:34:23 sendUrl INFO 9 [472] R:OK -2015-03-25 08:35:13 queue INFO >>9 [473] -2015-03-25 08:35:13 sendUrl INFO 9 [473] R:OK -2015-03-25 08:36:03 queue INFO >>9 [474] -2015-03-25 08:36:03 sendUrl INFO 9 [474] R:OK -2015-03-25 08:36:53 queue INFO >>9 [475] -2015-03-25 08:36:53 sendUrl INFO 9 [475] R:OK -2015-03-25 08:37:43 queue INFO >>9 [476] -2015-03-25 08:37:43 sendUrl INFO 9 [476] R:OK -2015-03-25 08:38:33 queue INFO >>9 [477] -2015-03-25 08:38:34 sendUrl INFO 9 [477] R:OK -2015-03-25 08:39:23 queue INFO >>9 [478] -2015-03-25 08:39:23 sendUrl INFO 9 [478] R:OK -2015-03-25 08:40:14 queue INFO >>9 [479] -2015-03-25 08:40:14 sendUrl INFO 9 [479] R:OK -2015-03-25 08:41:04 queue INFO >>9 [480] -2015-03-25 08:41:04 sendUrl INFO 9 [480] R:OK -2015-03-25 08:41:54 queue INFO >>9 [481] -2015-03-25 08:41:54 sendUrl INFO 9 [481] R:OK -2015-03-25 08:42:44 queue INFO >>9 [482] -2015-03-25 08:42:45 sendUrl INFO 9 [482] R:OK -2015-03-25 08:43:34 queue INFO >>9 [483] -2015-03-25 08:43:35 sendUrl INFO 9 [483] R:OK -2015-03-25 08:44:24 queue INFO >>9 [484] -2015-03-25 08:44:24 sendUrl INFO 9 [484] R:OK -2015-03-25 08:45:14 queue INFO >>9 [485] -2015-03-25 08:45:15 sendUrl INFO 9 [485] R:OK -2015-03-25 08:46:05 queue INFO >>9 [486] -2015-03-25 08:46:05 sendUrl INFO 9 [486] R:OK -2015-03-25 08:46:55 queue INFO >>9 [487] -2015-03-25 08:46:55 sendUrl INFO 9 [487] R:OK -2015-03-25 08:47:45 queue INFO >>9 [488] -2015-03-25 08:47:45 sendUrl INFO 9 [488] R:OK -2015-03-25 08:48:35 queue INFO >>9 [489] -2015-03-25 08:48:35 sendUrl INFO 9 [489] R:OK -2015-03-25 08:49:25 queue INFO >>9 [490] -2015-03-25 08:49:25 sendUrl INFO 9 [490] R:OK -2015-03-25 08:50:15 queue INFO >>9 [491] -2015-03-25 08:50:16 sendUrl INFO 9 [491] R:OK -2015-03-25 08:51:06 queue INFO >>9 [492] -2015-03-25 08:51:06 sendUrl INFO 9 [492] R:OK -2015-03-25 08:51:56 queue INFO >>9 [493] -2015-03-25 08:51:56 sendUrl INFO 9 [493] R:OK -2015-03-25 08:52:46 queue INFO >>9 [494] -2015-03-25 08:52:46 sendUrl INFO 9 [494] R:OK -2015-03-25 08:53:36 queue INFO >>9 [495] -2015-03-25 08:53:36 sendUrl INFO 9 [495] R:OK -2015-03-25 08:54:26 queue INFO >>9 [496] -2015-03-25 08:54:26 sendUrl INFO 9 [496] R:OK -2015-03-25 08:55:16 queue INFO >>9 [497] -2015-03-25 08:55:17 sendUrl INFO 9 [497] R:OK -2015-03-25 08:56:06 queue INFO >>9 [498] -2015-03-25 08:56:07 sendUrl INFO 9 [498] R:OK -2015-03-25 08:56:57 queue INFO >>9 [499] -2015-03-25 08:56:57 sendUrl INFO 9 [499] R:OK -2015-03-25 08:57:47 queue INFO >>9 [500] -2015-03-25 08:57:47 sendUrl INFO 9 [500] R:OK -2015-03-25 08:58:37 queue INFO >>9 [501] -2015-03-25 08:58:37 sendUrl INFO 9 [501] R:OK -2015-03-25 08:59:27 queue INFO >>9 [502] -2015-03-25 08:59:27 sendUrl INFO 9 [502] R:OK -2015-03-25 09:00:17 queue INFO >>9 [503] -2015-03-25 09:00:18 sendUrl INFO 9 [503] R:OK -2015-03-25 09:01:07 queue INFO >>9 [504] -2015-03-25 09:01:08 sendUrl INFO 9 [504] R:OK -2015-03-25 09:01:58 queue INFO >>9 [505] -2015-03-25 09:01:58 sendUrl INFO 9 [505] R:OK -2015-03-25 09:02:48 queue INFO >>9 [506] -2015-03-25 09:02:48 sendUrl INFO 9 [506] R:OK -2015-03-25 09:03:38 queue INFO >>9 [507] -2015-03-25 09:03:38 sendUrl INFO 9 [507] R:OK -2015-03-25 09:04:28 queue INFO >>9 [508] -2015-03-25 09:04:28 sendUrl INFO 9 [508] R:OK -2015-03-25 09:05:18 queue INFO >>9 [509] -2015-03-25 09:05:18 sendUrl INFO 9 [509] R:OK -2015-03-25 09:06:08 queue INFO >>9 [510] -2015-03-25 09:06:09 sendUrl INFO 9 [510] R:OK -2015-03-25 09:06:58 queue INFO >>9 [511] -2015-03-25 09:06:59 sendUrl INFO 9 [511] R:OK -2015-03-25 09:07:49 queue INFO >>9 [512] -2015-03-25 09:07:49 sendUrl INFO 9 [512] R:OK -2015-03-25 09:08:39 queue INFO >>9 [513] -2015-03-25 09:08:39 sendUrl INFO 9 [513] R:OK -2015-03-25 09:09:29 queue INFO >>9 [514] -2015-03-25 09:09:29 sendUrl INFO 9 [514] R:OK -2015-03-25 09:10:19 queue INFO >>9 [515] -2015-03-25 09:10:19 sendUrl INFO 9 [515] R:OK -2015-03-25 09:11:09 queue INFO >>9 [516] -2015-03-25 09:11:10 sendUrl INFO 9 [516] R:OK -2015-03-25 09:11:59 queue INFO >>9 [517] -2015-03-25 09:12:00 sendUrl INFO 9 [517] R:OK -2015-03-25 09:12:50 queue INFO >>9 [518] -2015-03-25 09:12:50 sendUrl INFO 9 [518] R:OK -2015-03-25 09:13:40 queue INFO >>9 [519] -2015-03-25 09:13:40 sendUrl INFO 9 [519] R:OK -2015-03-25 09:14:30 queue INFO >>9 [520] -2015-03-25 09:14:30 sendUrl INFO 9 [520] R:OK -2015-03-25 09:15:20 queue INFO >>9 [521] -2015-03-25 09:15:20 sendUrl INFO 9 [521] R:OK -2015-03-25 09:16:10 queue INFO >>9 [522] -2015-03-25 09:16:11 sendUrl INFO 9 [522] R:OK -2015-03-25 09:17:00 queue INFO >>9 [523] -2015-03-25 09:17:00 sendUrl INFO 9 [523] R:OK -2015-03-25 09:17:50 queue INFO >>9 [524] -2015-03-25 09:17:51 sendUrl INFO 9 [524] R:OK -2015-03-25 09:18:41 queue INFO >>9 [525] -2015-03-25 09:18:41 sendUrl INFO 9 [525] R:OK -2015-03-25 09:19:31 queue INFO >>9 [526] -2015-03-25 09:19:31 sendUrl INFO 9 [526] R:OK -2015-03-25 09:20:21 queue INFO >>9 [527] -2015-03-25 09:20:21 sendUrl INFO 9 [527] R:OK -2015-03-25 09:21:11 queue INFO >>9 [528] -2015-03-25 09:21:12 sendUrl INFO 9 [528] R:OK -2015-03-25 09:22:01 queue INFO >>9 [529] -2015-03-25 09:22:01 sendUrl INFO 9 [529] R:OK -2015-03-25 09:22:51 queue INFO >>9 [530] -2015-03-25 09:22:52 sendUrl INFO 9 [530] R:OK -2015-03-25 09:23:42 queue INFO >>9 [531] -2015-03-25 09:23:42 sendUrl INFO 9 [531] R:OK -2015-03-25 09:24:32 queue INFO >>9 [532] -2015-03-25 09:24:32 sendUrl INFO 9 [532] R:OK -2015-03-25 09:25:22 queue INFO >>9 [533] -2015-03-25 09:25:22 sendUrl INFO 9 [533] R:OK -2015-03-25 09:26:12 queue INFO >>9 [534] -2015-03-25 09:26:12 sendUrl INFO 9 [534] R:OK -2015-03-25 09:27:02 queue INFO >>9 [535] -2015-03-25 09:27:02 sendUrl INFO 9 [535] R:OK -2015-03-25 09:27:52 queue INFO >>9 [536] -2015-03-25 09:27:53 sendUrl INFO 9 [536] R:OK -2015-03-25 09:28:42 queue INFO >>9 [537] -2015-03-25 09:28:43 sendUrl INFO 9 [537] R:OK -2015-03-25 09:29:33 queue INFO >>9 [538] -2015-03-25 09:29:33 sendUrl INFO 9 [538] R:OK -2015-03-25 09:30:23 queue INFO >>9 [539] -2015-03-25 09:30:23 sendUrl INFO 9 [539] R:OK -2015-03-25 09:31:13 queue INFO >>9 [540] -2015-03-25 09:31:13 sendUrl INFO 9 [540] R:OK -2015-03-25 09:32:03 queue INFO >>9 [541] -2015-03-25 09:32:03 sendUrl INFO 9 [541] R:OK -2015-03-25 09:32:53 queue INFO >>9 [542] -2015-03-25 09:32:54 sendUrl INFO 9 [542] R:OK -2015-03-25 09:33:43 queue INFO >>9 [543] -2015-03-25 09:33:44 sendUrl INFO 9 [543] R:OK -2015-03-25 09:34:34 queue INFO >>9 [544] -2015-03-25 09:34:34 sendUrl INFO 9 [544] R:OK -2015-03-25 09:35:24 queue INFO >>9 [545] -2015-03-25 09:35:24 sendUrl INFO 9 [545] R:OK -2015-03-25 09:36:14 queue INFO >>9 [546] -2015-03-25 09:36:14 sendUrl INFO 9 [546] R:OK -2015-03-25 09:37:04 queue INFO >>9 [547] -2015-03-25 09:37:04 sendUrl INFO 9 [547] R:OK -2015-03-25 09:37:54 queue INFO >>9 [548] -2015-03-25 09:37:54 sendUrl INFO 9 [548] R:OK -2015-03-25 09:38:44 queue INFO >>9 [549] -2015-03-25 09:38:45 sendUrl INFO 9 [549] R:OK -2015-03-25 09:39:34 queue INFO >>9 [550] -2015-03-25 09:39:35 sendUrl INFO 9 [550] R:OK -2015-03-25 09:40:25 queue INFO >>9 [551] -2015-03-25 09:40:25 sendUrl INFO 9 [551] R:OK -2015-03-25 09:41:15 queue INFO >>9 [552] -2015-03-25 09:41:15 sendUrl INFO 9 [552] R:OK -2015-03-25 09:42:05 queue INFO >>9 [553] -2015-03-25 09:42:05 sendUrl INFO 9 [553] R:OK -2015-03-25 09:42:55 queue INFO >>9 [554] -2015-03-25 09:42:55 sendUrl INFO 9 [554] R:OK -2015-03-25 09:43:45 queue INFO >>9 [555] -2015-03-25 09:43:46 sendUrl INFO 9 [555] R:OK -2015-03-25 09:44:35 queue INFO >>9 [556] -2015-03-25 09:44:36 sendUrl INFO 9 [556] R:OK -2015-03-25 09:45:26 queue INFO >>9 [557] -2015-03-25 09:45:26 sendUrl INFO 9 [557] R:OK -2015-03-25 09:46:16 queue INFO >>9 [558] -2015-03-25 09:46:16 sendUrl INFO 9 [558] R:OK -2015-03-25 09:47:06 queue INFO >>9 [559] -2015-03-25 09:47:06 sendUrl INFO 9 [559] R:OK -2015-03-25 09:47:56 queue INFO >>9 [560] -2015-03-25 09:47:56 sendUrl INFO 9 [560] R:OK -2015-03-25 09:48:46 queue INFO >>9 [561] -2015-03-25 09:48:47 sendUrl INFO 9 [561] R:OK -2015-03-25 09:49:36 queue INFO >>9 [562] -2015-03-25 09:49:36 sendUrl INFO 9 [562] R:OK -2015-03-25 09:50:26 queue INFO >>9 [563] -2015-03-25 09:50:27 sendUrl INFO 9 [563] R:OK -2015-03-25 09:51:16 queue INFO >>9 [564] -2015-03-25 09:51:17 sendUrl INFO 9 [564] R:OK -2015-03-25 09:52:07 queue INFO >>9 [565] -2015-03-25 09:52:07 sendUrl INFO 9 [565] R:OK -2015-03-25 09:52:57 queue INFO >>9 [566] -2015-03-25 09:52:57 sendUrl INFO 9 [566] R:OK -2015-03-25 09:53:47 queue INFO >>9 [567] -2015-03-25 09:53:47 sendUrl INFO 9 [567] R:OK -2015-03-25 09:54:37 queue INFO >>9 [568] -2015-03-25 09:54:37 sendUrl INFO 9 [568] R:OK -2015-03-25 09:55:27 queue INFO >>9 [569] -2015-03-25 09:55:28 sendUrl INFO 9 [569] R:OK -2015-03-25 09:56:17 queue INFO >>9 [570] -2015-03-25 09:56:18 sendUrl INFO 9 [570] R:OK -2015-03-25 09:57:07 queue INFO >>9 [571] -2015-03-25 09:57:08 sendUrl INFO 9 [571] R:OK -2015-03-25 09:57:58 queue INFO >>9 [572] -2015-03-25 09:57:58 sendUrl INFO 9 [572] R:OK -2015-03-25 09:58:48 queue INFO >>9 [573] -2015-03-25 09:58:48 sendUrl INFO 9 [573] R:OK -2015-03-25 09:59:38 queue INFO >>9 [574] -2015-03-25 09:59:38 sendUrl INFO 9 [574] R:OK -2015-03-25 10:00:28 queue INFO >>9 [575] -2015-03-25 10:00:28 sendUrl INFO 9 [575] R:OK -2015-03-25 10:01:18 queue INFO >>9 [576] -2015-03-25 10:01:19 sendUrl INFO 9 [576] R:OK -2015-03-25 10:02:08 queue INFO >>9 [577] -2015-03-25 10:02:09 sendUrl INFO 9 [577] R:OK -2015-03-25 10:02:59 queue INFO >>9 [578] -2015-03-25 10:02:59 sendUrl INFO 9 [578] R:OK -2015-03-25 10:03:49 queue INFO >>9 [579] -2015-03-25 10:03:49 sendUrl INFO 9 [579] R:OK -2015-03-25 10:04:39 queue INFO >>9 [580] -2015-03-25 10:04:39 sendUrl INFO 9 [580] R:OK -2015-03-25 10:05:29 queue INFO >>9 [581] -2015-03-25 10:05:29 sendUrl INFO 9 [581] R:OK -2015-03-25 10:06:19 queue INFO >>9 [582] -2015-03-25 10:06:20 sendUrl INFO 9 [582] R:OK -2015-03-25 10:07:09 queue INFO >>9 [583] -2015-03-25 10:07:10 sendUrl INFO 9 [583] R:OK -2015-03-25 10:07:59 queue INFO >>9 [584] -2015-03-25 10:08:00 sendUrl INFO 9 [584] R:OK -2015-03-25 10:08:50 queue INFO >>9 [585] -2015-03-25 10:08:50 sendUrl INFO 9 [585] R:OK -2015-03-25 10:09:40 queue INFO >>9 [586] -2015-03-25 10:09:40 sendUrl INFO 9 [586] R:OK -2015-03-25 10:10:30 queue INFO >>9 [587] -2015-03-25 10:10:30 sendUrl INFO 9 [587] R:OK -2015-03-25 10:11:20 queue INFO >>9 [588] -2015-03-25 10:11:21 sendUrl INFO 9 [588] R:OK -2015-03-25 10:12:10 queue INFO >>9 [589] -2015-03-25 10:12:10 sendUrl INFO 9 [589] R:OK -2015-03-25 10:13:00 queue INFO >>9 [590] -2015-03-25 10:13:01 sendUrl INFO 9 [590] R:OK -2015-03-25 10:13:51 queue INFO >>9 [591] -2015-03-25 10:13:51 sendUrl INFO 9 [591] R:OK -2015-03-25 10:14:41 queue INFO >>9 [592] -2015-03-25 10:14:41 sendUrl INFO 9 [592] R:OK -2015-03-25 10:15:31 queue INFO >>9 [593] -2015-03-25 10:15:31 sendUrl INFO 9 [593] R:OK -2015-03-25 10:16:21 queue INFO >>9 [594] -2015-03-25 10:16:22 sendUrl INFO 9 [594] R:OK -2015-03-25 10:17:11 queue INFO >>9 [595] -2015-03-25 10:17:11 sendUrl INFO 9 [595] R:OK -2015-03-25 10:18:01 queue INFO >>9 [596] -2015-03-25 10:18:02 sendUrl INFO 9 [596] R:OK -2015-03-25 10:18:51 queue INFO >>9 [597] -2015-03-25 10:18:52 sendUrl INFO 9 [597] R:OK -2015-03-25 10:19:42 queue INFO >>9 [598] -2015-03-25 10:19:42 sendUrl INFO 9 [598] R:OK -2015-03-25 10:20:32 queue INFO >>9 [599] -2015-03-25 10:20:32 sendUrl INFO 9 [599] R:OK -2015-03-25 10:21:22 queue INFO >>9 [600] -2015-03-25 10:21:23 sendUrl INFO 9 [600] R:OK -2015-03-25 10:22:12 queue INFO >>9 [601] -2015-03-25 10:22:12 sendUrl INFO 9 [601] R:OK -2015-03-25 10:23:02 queue INFO >>9 [602] -2015-03-25 10:23:03 sendUrl INFO 9 [602] R:OK -2015-03-25 10:23:52 queue INFO >>9 [603] -2015-03-25 10:23:53 sendUrl INFO 9 [603] R:OK -2015-03-25 10:24:43 queue INFO >>9 [604] -2015-03-25 10:24:43 sendUrl INFO 9 [604] R:OK -2015-03-25 10:25:33 queue INFO >>9 [605] -2015-03-25 10:25:33 sendUrl INFO 9 [605] R:OK -2015-03-25 10:26:23 queue INFO >>9 [606] -2015-03-25 10:26:23 sendUrl INFO 9 [606] R:OK -2015-03-25 10:27:13 queue INFO >>9 [607] -2015-03-25 10:27:13 sendUrl INFO 9 [607] R:OK -2015-03-25 10:28:03 queue INFO >>9 [608] -2015-03-25 10:28:04 sendUrl INFO 9 [608] R:OK -2015-03-25 10:28:53 queue INFO >>9 [609] -2015-03-25 10:28:54 sendUrl INFO 9 [609] R:OK -2015-03-25 10:29:43 queue INFO >>9 [610] -2015-03-25 10:29:44 sendUrl INFO 9 [610] R:OK -2015-03-25 10:30:34 queue INFO >>9 [611] -2015-03-25 10:30:34 sendUrl INFO 9 [611] R:OK -2015-03-25 10:31:24 queue INFO >>9 [612] -2015-03-25 10:31:24 sendUrl INFO 9 [612] R:OK -2015-03-25 10:32:14 queue INFO >>9 [613] -2015-03-25 10:32:14 sendUrl INFO 9 [613] R:OK -2015-03-25 10:33:04 queue INFO >>9 [614] -2015-03-25 10:33:05 sendUrl INFO 9 [614] R:OK -2015-03-25 10:33:54 queue INFO >>9 [615] -2015-03-25 10:33:55 sendUrl INFO 9 [615] R:OK -2015-03-25 10:34:44 queue INFO >>9 [616] -2015-03-25 10:34:45 sendUrl INFO 9 [616] R:OK -2015-03-25 10:35:35 queue INFO >>9 [617] -2015-03-25 10:35:35 sendUrl INFO 9 [617] R:OK -2015-03-25 10:36:25 queue INFO >>9 [618] -2015-03-25 10:36:25 sendUrl INFO 9 [618] R:OK -2015-03-25 10:37:15 queue INFO >>9 [619] -2015-03-25 10:37:15 sendUrl INFO 9 [619] R:OK -2015-03-25 10:38:05 queue INFO >>9 [620] -2015-03-25 10:38:05 sendUrl INFO 9 [620] R:OK -2015-03-25 10:38:55 queue INFO >>9 [621] -2015-03-25 10:38:56 sendUrl INFO 9 [621] R:OK -2015-03-25 10:39:45 queue INFO >>9 [622] -2015-03-25 10:39:46 sendUrl INFO 9 [622] R:OK -2015-03-25 10:40:35 queue INFO >>9 [623] -2015-03-25 10:40:36 sendUrl INFO 9 [623] R:OK -2015-03-25 10:41:26 queue INFO >>9 [624] -2015-03-25 10:41:26 sendUrl INFO 9 [624] R:OK -2015-03-25 10:42:16 queue INFO >>9 [625] -2015-03-25 10:42:16 sendUrl INFO 9 [625] R:OK -2015-03-25 10:43:06 queue INFO >>9 [626] -2015-03-25 10:43:06 sendUrl INFO 9 [626] R:OK -2015-03-25 10:43:56 queue INFO >>9 [627] -2015-03-25 10:43:57 sendUrl INFO 9 [627] R:OK -2015-03-25 10:44:46 queue INFO >>9 [628] -2015-03-25 10:44:46 sendUrl INFO 9 [628] R:OK -2015-03-25 10:45:36 queue INFO >>9 [629] -2015-03-25 10:45:37 sendUrl INFO 9 [629] R:OK -2015-03-25 10:46:27 queue INFO >>9 [630] -2015-03-25 10:46:27 sendUrl INFO 9 [630] R:OK -2015-03-25 10:47:17 queue INFO >>9 [631] -2015-03-25 10:47:17 sendUrl INFO 9 [631] R:OK -2015-03-25 10:48:07 queue INFO >>9 [632] -2015-03-25 10:48:07 sendUrl INFO 9 [632] R:OK -2015-03-25 10:48:57 queue INFO >>9 [633] -2015-03-25 10:48:58 sendUrl INFO 9 [633] R:OK -2015-03-25 10:49:47 queue INFO >>9 [634] -2015-03-25 10:49:47 sendUrl INFO 9 [634] R:OK -2015-03-25 10:50:37 queue INFO >>9 [635] -2015-03-25 10:50:38 sendUrl INFO 9 [635] R:OK -2015-03-25 10:51:27 queue INFO >>9 [636] -2015-03-25 10:51:28 sendUrl INFO 9 [636] R:OK -2015-03-25 10:52:18 queue INFO >>9 [637] -2015-03-25 10:52:18 sendUrl INFO 9 [637] R:OK -2015-03-25 10:53:08 queue INFO >>9 [638] -2015-03-25 10:53:08 sendUrl INFO 9 [638] R:OK -2015-03-25 10:53:58 queue INFO >>9 [639] -2015-03-25 10:53:59 sendUrl INFO 9 [639] R:OK -2015-03-25 10:54:48 queue INFO >>9 [640] -2015-03-25 10:54:48 sendUrl INFO 9 [640] R:OK -2015-03-25 10:55:38 queue INFO >>9 [641] -2015-03-25 10:55:39 sendUrl INFO 9 [641] R:OK -2015-03-25 10:56:28 queue INFO >>9 [642] -2015-03-25 10:56:29 sendUrl INFO 9 [642] R:OK -2015-03-25 10:57:19 queue INFO >>9 [643] -2015-03-25 10:57:19 sendUrl INFO 9 [643] R:OK -2015-03-25 10:58:09 queue INFO >>9 [644] -2015-03-25 10:58:09 sendUrl INFO 9 [644] R:OK -2015-03-25 10:58:59 queue INFO >>9 [645] -2015-03-25 10:58:59 sendUrl INFO 9 [645] R:OK -2015-03-25 10:59:49 queue INFO >>9 [646] -2015-03-25 10:59:49 sendUrl INFO 9 [646] R:OK -2015-03-25 11:00:39 queue INFO >>9 [647] -2015-03-25 11:00:40 sendUrl INFO 9 [647] R:OK -2015-03-25 11:01:29 queue INFO >>9 [648] -2015-03-25 11:01:29 sendUrl INFO 9 [648] R:OK -2015-03-25 11:02:19 queue INFO >>9 [649] -2015-03-25 11:02:20 sendUrl INFO 9 [649] R:OK -2015-03-25 11:03:10 queue INFO >>9 [650] -2015-03-25 11:03:10 sendUrl INFO 9 [650] R:OK -2015-03-25 11:04:00 queue INFO >>9 [651] -2015-03-25 11:04:00 sendUrl INFO 9 [651] R:OK -2015-03-25 11:04:50 queue INFO >>9 [652] -2015-03-25 11:04:50 sendUrl INFO 9 [652] R:OK -2015-03-25 11:05:40 queue INFO >>9 [653] -2015-03-25 11:05:41 sendUrl INFO 9 [653] R:OK -2015-03-25 11:06:30 queue INFO >>9 [654] -2015-03-25 11:06:31 sendUrl INFO 9 [654] R:OK -2015-03-25 11:07:20 queue INFO >>9 [655] -2015-03-25 11:07:21 sendUrl INFO 9 [655] R:OK -2015-03-25 11:08:11 queue INFO >>9 [656] -2015-03-25 11:08:11 sendUrl INFO 9 [656] R:OK -2015-03-25 11:09:01 queue INFO >>9 [657] -2015-03-25 11:09:01 sendUrl INFO 9 [657] R:OK -2015-03-25 11:09:51 queue INFO >>9 [658] -2015-03-25 11:09:51 sendUrl INFO 9 [658] R:OK -2015-03-25 11:10:41 queue INFO >>9 [659] -2015-03-25 11:10:41 sendUrl INFO 9 [659] R:OK -2015-03-25 11:11:31 queue INFO >>9 [660] -2015-03-25 11:11:32 sendUrl INFO 9 [660] R:OK -2015-03-25 11:12:21 queue INFO >>9 [661] -2015-03-25 11:12:22 sendUrl INFO 9 [661] R:OK -2015-03-25 11:13:11 queue INFO >>9 [662] -2015-03-25 11:13:12 sendUrl INFO 9 [662] R:OK -2015-03-25 11:14:02 queue INFO >>9 [663] -2015-03-25 11:14:02 sendUrl INFO 9 [663] R:OK -2015-03-25 11:14:52 queue INFO >>9 [664] -2015-03-25 11:14:52 sendUrl INFO 9 [664] R:OK -2015-03-25 11:15:42 queue INFO >>9 [665] -2015-03-25 11:15:42 sendUrl INFO 9 [665] R:OK -2015-03-25 11:16:32 queue INFO >>9 [666] -2015-03-25 11:16:32 sendUrl INFO 9 [666] R:OK -2015-03-25 11:17:22 queue INFO >>9 [667] -2015-03-25 11:17:23 sendUrl INFO 9 [667] R:OK -2015-03-25 11:18:12 queue INFO >>9 [668] -2015-03-25 11:18:13 sendUrl INFO 9 [668] R:OK -2015-03-25 11:19:03 queue INFO >>9 [669] -2015-03-25 11:19:03 sendUrl INFO 9 [669] R:OK -2015-03-25 11:19:53 queue INFO >>9 [670] -2015-03-25 11:19:53 sendUrl INFO 9 [670] R:OK -2015-03-25 11:20:43 queue INFO >>9 [671] -2015-03-25 11:20:43 sendUrl INFO 9 [671] R:OK -2015-03-25 11:21:33 queue INFO >>9 [672] -2015-03-25 11:21:33 sendUrl INFO 9 [672] R:OK -2015-03-25 11:22:23 queue INFO >>9 [673] -2015-03-25 11:22:23 sendUrl INFO 9 [673] R:OK -2015-03-25 11:23:13 queue INFO >>9 [674] -2015-03-25 11:23:14 sendUrl INFO 9 [674] R:OK -2015-03-25 11:24:03 queue INFO >>9 [675] -2015-03-25 11:24:04 sendUrl INFO 9 [675] R:OK -2015-03-25 11:24:54 queue INFO >>9 [676] -2015-03-25 11:24:54 sendUrl INFO 9 [676] R:OK -2015-03-25 11:25:44 queue INFO >>9 [677] -2015-03-25 11:25:44 sendUrl INFO 9 [677] R:OK -2015-03-25 11:26:34 queue INFO >>9 [678] -2015-03-25 11:26:34 sendUrl INFO 9 [678] R:OK -2015-03-25 11:27:24 queue INFO >>9 [679] -2015-03-25 11:27:24 sendUrl INFO 9 [679] R:OK -2015-03-25 11:28:14 queue INFO >>9 [680] -2015-03-25 11:28:15 sendUrl INFO 9 [680] R:OK -2015-03-25 11:29:04 queue INFO >>9 [681] -2015-03-25 11:29:05 sendUrl INFO 9 [681] R:OK -2015-03-25 11:29:55 queue INFO >>9 [682] -2015-03-25 11:29:55 sendUrl INFO 9 [682] R:OK -2015-03-25 11:30:45 queue INFO >>9 [683] -2015-03-25 11:30:45 sendUrl INFO 9 [683] R:OK -2015-03-25 11:31:35 queue INFO >>9 [684] -2015-03-25 11:31:35 sendUrl INFO 9 [684] R:OK -2015-03-25 11:32:25 queue INFO >>9 [685] -2015-03-25 11:32:25 sendUrl INFO 9 [685] R:OK -2015-03-25 11:33:15 queue INFO >>9 [686] -2015-03-25 11:33:16 sendUrl INFO 9 [686] R:OK -2015-03-25 11:34:05 queue INFO >>9 [687] -2015-03-25 11:34:05 sendUrl INFO 9 [687] R:OK -2015-03-25 11:34:56 queue INFO >>9 [688] -2015-03-25 11:34:56 sendUrl INFO 9 [688] R:OK -2015-03-25 11:35:46 queue INFO >>9 [689] -2015-03-25 11:35:46 sendUrl INFO 9 [689] R:OK -2015-03-25 11:36:36 queue INFO >>9 [690] -2015-03-25 11:36:36 sendUrl INFO 9 [690] R:OK -2015-03-25 11:37:26 queue INFO >>9 [691] -2015-03-25 11:37:26 sendUrl INFO 9 [691] R:OK -2015-03-25 11:38:16 queue INFO >>9 [692] -2015-03-25 11:38:17 sendUrl INFO 9 [692] R:OK -2015-03-25 11:39:06 queue INFO >>9 [693] -2015-03-25 11:39:06 sendUrl INFO 9 [693] R:OK -2015-03-25 11:39:56 queue INFO >>9 [694] -2015-03-25 11:39:57 sendUrl INFO 9 [694] R:OK -2015-03-25 11:40:47 queue INFO >>9 [695] -2015-03-25 11:40:47 sendUrl INFO 9 [695] R:OK -2015-03-25 11:41:37 queue INFO >>9 [696] -2015-03-25 11:41:37 sendUrl INFO 9 [696] R:OK -2015-03-25 11:42:27 queue INFO >>9 [697] -2015-03-25 11:42:27 sendUrl INFO 9 [697] R:OK -2015-03-25 11:43:17 queue INFO >>9 [698] -2015-03-25 11:43:18 sendUrl INFO 9 [698] R:OK -2015-03-25 11:44:07 queue INFO >>9 [699] -2015-03-25 11:44:07 sendUrl INFO 9 [699] R:OK -2015-03-25 11:44:57 queue INFO >>9 [700] -2015-03-25 11:44:58 sendUrl INFO 9 [700] R:OK -2015-03-25 11:45:48 queue INFO >>9 [701] -2015-03-25 11:45:48 sendUrl INFO 9 [701] R:OK diff --git a/ConfIOB/Donati/1017_164/readParallela.py b/ConfIOB/Donati/1017_164/readParallela.py deleted file mode 100644 index 5a38f21..0000000 --- a/ConfIOB/Donati/1017_164/readParallela.py +++ /dev/null @@ -1,530 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -# readParallela v. 1.8 -# versione estetica di Carlo + single instance timer - -#--------------------------------------------------------------- -# levare locking -# timer semplificata -# GPIO global - - -import time -import sys - - -from datetime import datetime - -import urllib -import ConfigParser -import os, sys - -import logging -import logging.handlers -import threading -import Queue -#-------------------------------------------------------------- - -# COSTANTI -MSGLEN = 9 -TIMEOUTSERIALE = 10 -MAXRETRY = 3 - -PROGRAM_NAME ="ReadPar IOB-pi v.1.8" - -# DA FILE CONF -idxMacchina = "1001" -SAMPLETIME = 0.1 -TIMEOUTSHORT = (SAMPLETIME*20) -TIMEOUTLONG = (SAMPLETIME*600) -SENDURLTIME = 0.08 - -# VAR -to_enable = False -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG -to_serial = TIMEOUTSERIALE -to_retry = MAXRETRY -errormsglen = 0 - -# VAR - -out_0 = 24 -out_1 = 26 - -in_0 = 11 -in_1 = 12 -in_2 = 13 -in_3 = 15 -in_4 = 16 -in_5 = 18 -in_6 = 22 -in_7 = 7 - -# contatore: serve x match tra accoda ed invia x possibile controllo a posteriori... ogni volta che accodo incremento di 1, va da 0 a 999 -cont = '0' - -# variabile stato online/offline della macchina -onLine = '1' - -# variabile stato seinding/waiting x la parte invio URL -sending = '0' - -# variabile stato timer thread busy -timer_busy = False - -#-------------------------------------------------------------- -# Gestione coda (condivisa) x registrazione eventi ed invio URL -#print "Creazione coda 1000 elementi" - -Coda = Queue.Queue(0) - -#queueLock = threading.Lock() - -#--------------------------------------------------------------- -# lettura parallela -# ritorna il byte letto pulito ( due char hex ) - -def readParallela(): - - global in_0 - global in_1 - global in_2 - global in_3 - global in_4 - global in_5 - global in_6 - global in_7 - - global GPIO - - current = '' - -# print "input : " - - # ritorna '' se non ci sono abbastanza caratteri - try: - num_value = 255 - -# print "num_value : " , num_value , in_0 - - if GPIO.input(in_0): - num_value = num_value - 1 - - if GPIO.input(in_1): - num_value = num_value - 2 - - if GPIO.input(in_2): - num_value = num_value - 4 - - if GPIO.input(in_3): - num_value = num_value - 8 - - if GPIO.input(in_4): - num_value = num_value - 16 - - if GPIO.input(in_5): - num_value = num_value - 32 - - if GPIO.input(in_6): - num_value = num_value - 64 - - if GPIO.input(in_7): - num_value = num_value - 128 - - current = hex( num_value ).replace ( "0x" , "" ).upper() - -# print "\n\n\n\n\n" , num_value , current - - except: - pass - - return current - - -#-------------------------------------------------------------- -# MARCO: cambiare: chiama URL NON deve chiamare url MA METTERE IN CODA (riempiCoda!!!) -# la parte URL vera va messa in svuotaCoda, PARAMETRICA - -#--------------------------------------------------------------- -#Funzione di scrittura su coda con try-except - -def accoda(): - - try: -# url = URLBASE + idxMacchina + URLADV1 + value -# urllib.urlopen ( url ) - #dtEve = time.strftime("%y%m%d%H%M%S")+"000" - dtEve = datetime.utcnow().strftime('%Y%m%d%H%M%S%f')[:-3] - #logPro.debug( "Nuovo valore inserito in coda: " + dtEve + "#" + value + '#' + cont) - #print(dtEve) - #queueLock.acquire() - Coda.put(dtEve + '#' + value + '#' + cont) - #queueLock.release() - #print "Nuovo valore inserito in coda: " + dtEve + "#", value - - except Queue.Full: - logPro.error( "Quque full" + dtEve + '#' + value + '#' + cont ) - except: - logPro.error( "NETWORK:Errore http-no com rete-timeout" + url ) -# print "Url aforte" , url - - -#-------------------------------------------------------------- -# MARCO: scrivere svuotaCoda come thread etc... -def svuota_coda(): - - global onLine - global sending - global timer_busy - - #print "start timer " - - if ( timer_busy == False ): - timer_busy = True - #print "start timer ok " - - try: - if not Coda.empty(): - #print "coda da svuotare!" - response = urllib.urlopen(URLALIVE) - answ = response.read() - if answ == 'OK': - #print "OK alive" - response2 = urllib.urlopen(URLENABLED + idxMacchina) - answ2 = response2.read() - if answ2 == 'OK': - # aggiorno stato ad online - if onLine == '0': - logPro.info("IOB ONLINE!") - #print("IOB ONLINE") - - onLine = '1' # imposto comunque online - else: - if onLine == '1': - logPro.error("IOB offline") - #print("IOB offline") - - onLine = '0' - else: - if onLine == '1': - logPro.error("Server offline") - #print("Server offline") - - onLine = '0' - - # ora verifico SE si possa inviare (ovvero sia online server e NON ci siano altri send attivi...) - if onLine == '1': - if sending == '0': - #segnalo che sono in sending! - sending = '1' - - # formatto dataOra corrente - #dtCurr = time.strftime("%y%m%d%H%M%S")+"000" - dtCurr = datetime.utcnow().strftime('%Y%m%d%H%M%S%f')[:-3] - # prendo 1 valore dalla coda... - #queueLock.acquire() - resp = Coda.get() - # RILASCIO SUBITO la coda x nuovi insert... - #queueLock.release() - - - # recupero valori da coda! - dtEve = resp.split("#")[0] - value = resp.split("#")[1] - cnt = resp.split("#")[2] - url = URLBASE + idxMacchina + URLADV1 + value - url = url + '&dtCurr=' + dtCurr + '&dtEve=' + dtEve + '&cnt=' + cnt - # CHIAMO URL - response3 = urllib.urlopen ( url ) - answ3 = response3.read() - #print(url) - #logPro.debug(url) - - - # log valore inviato! - logSnd.info( value + ' ['+ cnt +']' + ' R:' + answ3 ) - #print "Valore smaltito dalla coda" - - # completato invio, riporto sending a zero! - sending = '0' - else: - logPro.info("WAIT active send to complete") - - else: - pass - - else: - pass - - except: - if onLine == '1': - logPro.error("Server Non raggiungibile") - #print "Non raggiungibile" - - onLine = '0' - -# in ogni caso - - timer_busy = False - #print "end timer ok" - - - #print "end timer " - - -#--------------------------------------------------------------- -# funzione timer thread -#--------------------------------------------------------------- -def do_every (interval, worker_func, iterations = 0): - if iterations != 1: - threading.Timer ( - interval, - do_every, [interval, worker_func, 0 if iterations == 0 else iterations-1] - ).start (); - - worker_func (); - -#--------------------------------------------------------------- -# gestione contatore -#--------------------------------------------------------------- -def contatore(): - - try: - global cont - ctr = int(cont) - ctr +=1 - ctr = ctr % 1000 # round robin 1000 eventi x track - cont = str(ctr) - except: - print("errore incremento contatore") - -#--------------------------------------------------------------- -# avvia porta parallela -#--------------------------------------------------------------- -def avviaParallela(): - - global in_0 - global in_1 - global in_2 - global in_3 - global in_4 - global in_5 - global in_6 - global in_7 - - global GPIO - - try: - - GPIO.setmode(GPIO.BOARD) - - GPIO.setwarnings(False) - - #GPIO.setup(out_0, GPIO.OUT) # output 0 - #GPIO.setup(out_1, GPIO.OUT) # output 1 - - GPIO.setup(in_0, GPIO.IN) # input 0 - GPIO.setup(in_1, GPIO.IN) # input 1 - GPIO.setup(in_2, GPIO.IN) # input 2 - GPIO.setup(in_3, GPIO.IN) # input 3 - GPIO.setup(in_4, GPIO.IN) # input 4 - GPIO.setup(in_5, GPIO.IN) # input 5 - GPIO.setup(in_6, GPIO.IN) # input 6 - GPIO.setup(in_7, GPIO.IN) # input 7 - - except: - print( "\n\n" + PROGRAM_NAME + " - Error 3 on RPi.GPIO ! \n\n") - sys.exit(1) - - - print( "\n\n" + PROGRAM_NAME + " - init ok \n\n") - - -#--------------------------------------------------------------- -#--------------------------------------------------------------- -# MAIN - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'IOB.cfg' ) - - SAMPLETIME = config.getfloat ( 'time' , 'SAMPLETIME' ) - TIMEOUTSHORT = config.getfloat ( 'time' , 'TIMEOUTSHORT' ) - TIMEOUTLONG = config.getfloat ( 'time' , 'TIMEOUTLONG' ) - SENDURLTIME = config.getfloat ( 'time' , 'SENDURLTIME' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - - - URLBASE = config.get ( 'web' , 'URLBASE' ) - URLENABLED = config.get('web' , 'URLENABLED') - URLALIVE = config.get ('web' , 'URLALIVE') - URLADV1 = config.get ( 'web' , 'URLADV1' ) - - LOGFILE = config.get ( 'log' , 'LOGFILE' ) - LOGLEVEL = config.get ( 'log' , 'LOGLEVEL' ) -except: - print "\n\n" + PROGRAM_NAME + ' - Error 4 - in config file ' 'IOB.cfg' - sys.exit(1) - -#-------------------------------------------- -# oggetto Logger -#-------------------------------------------- -try: - logging.basicConfig(level=logging.DEBUG, - format='%(asctime)s %(name)-8s %(levelname)-8s %(message)s', - datefmt='%Y-%m-%d %H:%M:%S', - filename=LOGFILE, - filemode='a' - ) - - # aggiungo 2 logger specifici x queue e send... - logQue = logging.getLogger('queue') - logSnd = logging.getLogger('sendUrl') - logPro = logging.getLogger('program') - -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) -#-------------------------------------------- - - -print "\n\n" + PROGRAM_NAME + "\n\n" - -global startstatus -startstatus = 1 - -if startstatus == 1: - logPro.info("Avvio Programma" + PROGRAM_NAME) - -## Verifica l'OS e di conseguenza carica il file relativo con metodo di lockfile appropriato + check singola istanza -if os.name == 'posix': - import unix -else: - import win - -logPro.info( "Start " + PROGRAM_NAME ) - - -# lettura file configurazione - -# [id] -# idxMacchina = 2001 -# [time] -# SAMPLETIME = 0.1 -# TIMEOUTSHORT = 200 -# TIMEOUTLONG = 6000 - - -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' SAMPLETIME = %4.2f' % ( SAMPLETIME ) ) -print ( ' TIMEOUTSHORT = %4.2f' % ( TIMEOUTSHORT ) ) -print ( ' TIMEOUTLONG = %4.2f' % ( TIMEOUTLONG ) ) -print ( ' SENDURLTIME = %4.2f' % ( SENDURLTIME ) ) -print ( ' URLBASE = %s' % ( URLBASE ) ) -print ( ' URLADV1 = %s' % ( URLADV1 ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) -print ( ' LOGLEVEL = %s' % ( LOGLEVEL ) ) - -# -sys.stdout.write ( 'idxMacchina ?' + idxMacchina + '\n') - -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG - - -#-------------------------------------------------------------- -# apertura parallela - -try: - import RPi.GPIO as GPIO -except RuntimeError: - print( "\n\n" + PROGRAM_NAME + " - Error 1 - you need superuser privileges") -except: - print( "\n\n" + PROGRAM_NAME + " - Error 2 - you need superuser privileges. USE 'sudo' to run your script\n\n") - sys.exit(1) - - -avviaParallela() - - -#-------------------------------------------------------------- -# MARCO: qui inserire avvio thread di "svuotaCoda" - -# avviaSvuotaCoda -#print "Avvia svuota coda" - -do_every ( SENDURLTIME , svuota_coda ); - -#--------------------------------------------------------------- -# ciclo forever and ever - -old = '' - -#print "Avvio ciclo" -logPro.info("Avvio loop principale") -while 1: - - try: - time.sleep (SAMPLETIME) - except: - logPro.info("First_SLEEP: errore attesa sampletime") - - # lettura dati da IOB - value = readParallela() - - if ( value != '' ) : - if value != old : - #loggo e invio dati - try: - logQue.info( value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda") - pass - #enable e reset timer - to_enable = True - to_short = TIMEOUTSHORT - to_long = TIMEOUTLONG - - old = value - - - # gestione timeout breve - if ( to_enable ) : - to_short = to_short - SAMPLETIME - if to_short <= 0: - #loggo e invio dati - try: - logQue.info( '>' + value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda TO_short") - pass - to_short = TIMEOUTSHORT - to_enable = False # dopo un colpo il timer breve viene disabilitato - to_long = TIMEOUTLONG - - # gestione timeout lungo - to_long = to_long - SAMPLETIME - if to_long <= 0: - #loggo e invio dati - try: - logQue.info( '>>' + value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda TO_long") - pass - to_long = TIMEOUTLONG - - - - diff --git a/ConfIOB/Donati/1017_164/sendReboot.py b/ConfIOB/Donati/1017_164/sendReboot.py deleted file mode 100644 index 36dd316..0000000 --- a/ConfIOB/Donati/1017_164/sendReboot.py +++ /dev/null @@ -1,96 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -# sendReboot v. 1.1 - -#--------------------------------------------------------------- - - -import time -import sys - - -from datetime import datetime - -import urllib -import ConfigParser -import os, sys - -import logging - -#--------------------------------------------------------------- - -# COSTANTI -PROGRAM_NAME ="SendReboot IOB-pi v.1.3" - -# DA FILE CONF -idxMacchina = "99" - -#--------------------------------------------------------------- -#Funzione di scrittura su url con try-except - -def chiamaUrl(): - - try: - url = URLREBO + idxMacchina - urllib.urlopen ( url ) - except: - logging.info ( "NETWORK:Errore http-no com rete-timeout per url: " + url ) - print "Url aforte" , url - -#--------------------------------------------------------------- -# MAIN -#--------------------------------------------------------------- - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'IOB.cfg' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - - - URLREBO = config.get ( 'web' , 'URLREBO' ) - - LOGFILE = config.get ( 'log' , 'LOGREBO' ) -except: - print "\n\n" + PROGRAM_NAME + ' - Error 4 - in config file ' 'IOB.cfg' - sys.exit(1) - - -#-------------------------------------------- -# oggetto Logger -#-------------------------------------------- -try: -# log = Logger(LOGFILE) - logging.basicConfig(level=logging.DEBUG, - format='%(asctime)s %(name)-8s %(levelname)-8s %(message)s', - datefmt='%Y-%m-%d %H:%M:%S', - filename=LOGFILE, - filemode='a') - -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) -#-------------------------------------------- - - -print "\n\n" + PROGRAM_NAME + "\n\n" - -global startstatus -startstatus = 1 - -if startstatus == 1: - logging.info("Avvio Programma" + PROGRAM_NAME) - - -# lettura file configurazione - - -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' URLREBO = %s' % ( URLREBO ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) - - -chiamaUrl() - diff --git a/ConfIOB/Donati/1017_164/unix.py b/ConfIOB/Donati/1017_164/unix.py deleted file mode 100644 index 12fb3dc..0000000 --- a/ConfIOB/Donati/1017_164/unix.py +++ /dev/null @@ -1,31 +0,0 @@ -import fcntl -import os -import logging - -#--------------------------------------------------------------- -# meccanismo di file lock per evitare multiple instances -# The function will try to lock the file specified , if it success, return True, else return False. -# The nice thing is that the lock will be dropped when the program terminates. -# >>>Use : -# if not lockFile(".lock.pod"): -# sys.exit(0) - -def lockFile ( lockfile ) : - - fd = os.open ( lockfile , os.O_CREAT | os.O_TRUNC | os.O_WRONLY ) - try: - # Request exclusive (EX) non-blocking (NB) advisory lock. - fcntl.lockf ( fd , fcntl.LOCK_EX | fcntl.LOCK_NB ) - except IOError: - return False - - return True - -if not lockFile ( ".lockfile" ) : - print '\n noi non siamo soli ...\n' - logging.error( "LOCK: Piu istanze aperte") - #sys.exit ( 0 ) - -#- print '\n running alone ...\n' - - diff --git a/ConfIOB/Donati/1018_168/IOB.cfg b/ConfIOB/Donati/1018_168/IOB.cfg deleted file mode 100644 index a86e699..0000000 --- a/ConfIOB/Donati/1018_168/IOB.cfg +++ /dev/null @@ -1,23 +0,0 @@ -[id] -idxMacchina = 1018 - -[web] -URLBASE = http://192.168.51.71/MPIO2/inputIOB.aspx?idxMacchina= -URLALIVE = http://192.168.51.71/MPIO2/Alive.aspx -URLENABLED = http://192.168.51.71/MPIO2/Enabled.aspx?idxMacchina= -URLADV1 = &valore= -URLREBO = http://192.168.51.71/MPIO2/sendReboot.aspx?idxMacchina= - -[time] -SAMPLETIME = 0.20 -TIMEOUTSHORT = 0.30 -TIMEOUTLONG = 50 -SENDURLTIME = 0.50 - -[log] -LOGLEVEL = 10 -LOGFILE = logfile.txt -LOGREBO = logReboot.txt - -[comm] -port = /dev/ttyAMA0 diff --git a/ConfIOB/Donati/1018_168/MapoIOB b/ConfIOB/Donati/1018_168/MapoIOB deleted file mode 100644 index c49ec0a..0000000 --- a/ConfIOB/Donati/1018_168/MapoIOB +++ /dev/null @@ -1,41 +0,0 @@ -### BEGIN INIT INFO -# Provides: MapoIOB: script Steamware per avvio driver IOB -# Required-Start: $remote_fs $syslog ramlog -# Required-Stop: $remote_fs $syslog ramlog -# Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 -# Short-Description: Steamware's MapoIOB driver -# Description: Steamware's MapoIOB driver, versione lettura porta parallela -### END INIT INFO - -#! /bin/sh -# /etc/init.d/MapoIOB - -export HOME -case "$1" in - start) - echo "Starting readParallela" - cd /home/pi/steamware - /usr/bin/python ./readParallela.py 2>&1 & - ;; - stop) - echo "Stopping readParallela" - RS_PID=`ps auxwww | grep readParallela.py | head -1 | awk '{print $2}'` - kill -9 $RS_PID - cd /home/pi/steamware - rm .lockfile - ;; - restart) - ## Stop the service and regardless of whether it was - ## running or not, start it again. - $0 stop - killall python - $0 start - ;; - *) - echo "Usage: /etc/init.d/MapoIOB {start|stop|restart}" - exit 1 - ;; -esac -exit 0 - diff --git a/ConfIOB/Donati/1018_168/MapoIOB.1.gz b/ConfIOB/Donati/1018_168/MapoIOB.1.gz deleted file mode 100644 index 71d2c84..0000000 Binary files a/ConfIOB/Donati/1018_168/MapoIOB.1.gz and /dev/null differ diff --git a/ConfIOB/Donati/1018_168/checkAlive.sh b/ConfIOB/Donati/1018_168/checkAlive.sh deleted file mode 100644 index 92bc816..0000000 --- a/ConfIOB/Donati/1018_168/checkAlive.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/bash - -# controlla se il logfile è correntemente scritto (quindi MapoIOB è alive) altrimenti riavvia! - -DATE=`date +%Y-%m-%d` -cd /var/log -if [ -f MapoIOB ] - then - # controllo SE sia stato acceduto da meno di 2 minuti (=alive da log...) - trovato=`find . -name 'MapoIOB*' -cmin -1` - if [[ $trovato != './MapoIOB' ]] - then - /etc/init.d/MapoIOB restart - echo $date + "riavvio!" - fi -else - # in questo caso AVVIO il processo MapoIOB - /etc/init.d/MapoIOB start - echo $date + "file non trovato, avvio!" -fi diff --git a/ConfIOB/Donati/1018_168/cleanPython.sh b/ConfIOB/Donati/1018_168/cleanPython.sh deleted file mode 100644 index c4f616a..0000000 --- a/ConfIOB/Donati/1018_168/cleanPython.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash - -DATE=`date +%Y-%m-%d_%T` -# log inizio pulizia -echo $DATE " - INIZIO pulizia processi python" >> clean.log -# effettua pulizia processi: killa tutti i processi python -killall python - -# avvia MapoIob -/etc/init.d/MapoIOB start - -# log fatto! -DATE=`date +%Y-%m-%d_%T` -echo $DATE " - FINE pulizia processi python + riavvio MapoIOB" >> clean.log diff --git a/ConfIOB/Donati/1018_168/logfile.txt b/ConfIOB/Donati/1018_168/logfile.txt deleted file mode 100644 index ced5a8c..0000000 --- a/ConfIOB/Donati/1018_168/logfile.txt +++ /dev/null @@ -1,16124 +0,0 @@ -2015-03-10 06:26:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.7 -2015-03-10 06:26:02 program INFO Start ReadPar IOB-pi v.1.7 -2015-03-10 06:26:02 program INFO Avvio loop principale -2015-03-10 06:26:02 queue INFO 83 [0] -2015-03-10 06:26:02 queue INFO >83 [1] -2015-03-10 06:26:02 sendUrl INFO 83 [0] R:OK -2015-03-10 06:26:03 sendUrl INFO 83 [1] R:OK -2015-03-10 06:26:52 queue INFO >>83 [2] -2015-03-10 06:26:52 sendUrl INFO 83 [2] R:OK -2015-03-10 06:27:42 queue INFO >>83 [3] -2015-03-10 06:27:42 sendUrl INFO 83 [3] R:OK -2015-03-10 06:28:32 queue INFO >>83 [4] -2015-03-10 06:28:33 sendUrl INFO 83 [4] R:OK -2015-03-10 06:29:22 queue INFO >>83 [5] -2015-03-10 06:29:23 sendUrl INFO 83 [5] R:OK -2015-03-10 06:30:13 queue INFO >>83 [6] -2015-03-10 06:30:13 sendUrl INFO 83 [6] R:OK -2015-03-10 06:31:03 queue INFO >>83 [7] -2015-03-10 06:31:03 sendUrl INFO 83 [7] R:OK -2015-03-10 06:31:53 queue INFO >>83 [8] -2015-03-10 06:31:53 sendUrl INFO 83 [8] R:OK -2015-03-10 06:32:42 queue INFO C7 [9] -2015-03-10 06:32:43 sendUrl INFO C7 [9] R:OK -2015-03-10 06:32:43 queue INFO >C7 [10] -2015-03-10 06:32:43 sendUrl INFO C7 [10] R:OK -2015-03-10 06:32:44 queue INFO C3 [11] -2015-03-10 06:32:44 queue INFO >C3 [12] -2015-03-10 06:32:45 sendUrl INFO C3 [11] R:OK -2015-03-10 06:32:45 sendUrl INFO C3 [12] R:OK -2015-03-10 06:33:34 queue INFO >>C3 [13] -2015-03-10 06:33:34 sendUrl INFO C3 [13] R:OK -2015-03-10 06:34:24 queue INFO >>C3 [14] -2015-03-10 06:34:25 sendUrl INFO C3 [14] R:OK -2015-03-10 06:35:14 queue INFO >>C3 [15] -2015-03-10 06:35:15 sendUrl INFO C3 [15] R:OK -2015-03-10 06:36:05 queue INFO >>C3 [16] -2015-03-10 06:36:05 sendUrl INFO C3 [16] R:OK -2015-03-10 06:36:55 queue INFO >>C3 [17] -2015-03-10 06:36:55 sendUrl INFO C3 [17] R:OK -2015-03-10 06:37:45 queue INFO >>C3 [18] -2015-03-10 06:37:45 sendUrl INFO C3 [18] R:OK -2015-03-10 06:38:35 queue INFO >>C3 [19] -2015-03-10 06:38:35 sendUrl INFO C3 [19] R:OK -2015-03-10 06:39:25 queue INFO >>C3 [20] -2015-03-10 06:39:26 sendUrl INFO C3 [20] R:OK -2015-03-10 06:39:36 queue INFO C1 [21] -2015-03-10 06:39:36 queue INFO >C1 [22] -2015-03-10 06:39:36 sendUrl INFO C1 [21] R:OK -2015-03-10 06:39:37 sendUrl INFO C1 [22] R:OK -2015-03-10 06:40:26 queue INFO >>C1 [23] -2015-03-10 06:40:27 sendUrl INFO C1 [23] R:OK -2015-03-10 06:41:16 queue INFO >>C1 [24] -2015-03-10 06:41:17 sendUrl INFO C1 [24] R:OK -2015-03-10 06:42:06 queue INFO >>C1 [25] -2015-03-10 06:42:07 sendUrl INFO C1 [25] R:OK -2015-03-10 06:42:57 queue INFO >>C1 [26] -2015-03-10 06:42:57 sendUrl INFO C1 [26] R:OK -2015-03-10 06:43:31 queue INFO D1 [27] -2015-03-10 06:43:31 queue INFO D9 [28] -2015-03-10 06:43:31 sendUrl INFO D1 [27] R:OK -2015-03-10 06:43:31 queue INFO >D9 [29] -2015-03-10 06:43:31 sendUrl INFO D9 [28] R:OK -2015-03-10 06:43:32 sendUrl INFO D9 [29] R:OK -2015-03-10 06:44:21 queue INFO >>D9 [30] -2015-03-10 06:44:21 sendUrl INFO D9 [30] R:OK -2015-03-10 06:45:11 queue INFO >>D9 [31] -2015-03-10 06:45:11 sendUrl INFO D9 [31] R:OK -2015-03-10 06:46:01 queue INFO >>D9 [32] -2015-03-10 06:46:02 sendUrl INFO D9 [32] R:OK -2015-03-10 06:46:51 queue INFO >>D9 [33] -2015-03-10 06:46:52 sendUrl INFO D9 [33] R:OK -2015-03-10 06:47:42 queue INFO >>D9 [34] -2015-03-10 06:47:42 sendUrl INFO D9 [34] R:OK -2015-03-10 06:48:32 queue INFO >>D9 [35] -2015-03-10 06:48:32 sendUrl INFO D9 [35] R:OK -2015-03-10 06:49:12 queue INFO C9 [36] -2015-03-10 06:49:12 queue INFO >C9 [37] -2015-03-10 06:49:13 sendUrl INFO C9 [36] R:OK -2015-03-10 06:49:13 sendUrl INFO C9 [37] R:OK -2015-03-10 06:49:15 queue INFO C1 [38] -2015-03-10 06:49:15 queue INFO >C1 [39] -2015-03-10 06:49:16 sendUrl INFO C1 [38] R:OK -2015-03-10 06:49:16 sendUrl INFO C1 [39] R:OK -2015-03-10 06:49:20 queue INFO C3 [40] -2015-03-10 06:49:20 sendUrl INFO C3 [40] R:OK -2015-03-10 06:49:20 queue INFO >C3 [41] -2015-03-10 06:49:21 sendUrl INFO C3 [41] R:OK -2015-03-10 06:49:41 queue INFO 83 [42] -2015-03-10 06:49:41 sendUrl INFO 83 [42] R:OK -2015-03-10 06:49:41 queue INFO 87 [43] -2015-03-10 06:49:41 queue INFO >87 [44] -2015-03-10 06:49:42 sendUrl INFO 87 [43] R:OK -2015-03-10 06:49:42 sendUrl INFO 87 [44] R:OK -2015-03-10 06:49:43 queue INFO 83 [45] -2015-03-10 06:49:43 queue INFO >83 [46] -2015-03-10 06:49:43 sendUrl INFO 83 [45] R:OK -2015-03-10 06:49:44 sendUrl INFO 83 [46] R:OK -2015-03-10 06:50:33 queue INFO >>83 [47] -2015-03-10 06:50:33 sendUrl INFO 83 [47] R:OK -2015-03-10 06:51:23 queue INFO >>83 [48] -2015-03-10 06:51:23 sendUrl INFO 83 [48] R:OK -2015-03-10 06:52:13 queue INFO >>83 [49] -2015-03-10 06:52:14 sendUrl INFO 83 [49] R:OK -2015-03-10 06:52:37 queue INFO 81 [50] -2015-03-10 06:52:37 queue INFO >81 [51] -2015-03-10 06:52:37 sendUrl INFO 81 [50] R:OK -2015-03-10 06:52:37 sendUrl INFO 81 [51] R:OK -2015-03-10 06:52:45 queue INFO 91 [52] -2015-03-10 06:52:46 queue INFO 99 [53] -2015-03-10 06:52:46 queue INFO >99 [54] -2015-03-10 06:52:46 sendUrl INFO 91 [52] R:OK -2015-03-10 06:52:47 sendUrl INFO 99 [53] R:OK -2015-03-10 06:52:47 sendUrl INFO 99 [54] R:OK -2015-03-10 06:53:36 queue INFO >>99 [55] -2015-03-10 06:53:36 sendUrl INFO 99 [55] R:OK -2015-03-10 06:54:12 queue INFO 89 [56] -2015-03-10 06:54:12 queue INFO >89 [57] -2015-03-10 06:54:12 sendUrl INFO 89 [56] R:OK -2015-03-10 06:54:13 sendUrl INFO 89 [57] R:OK -2015-03-10 06:54:15 queue INFO 81 [58] -2015-03-10 06:54:15 queue INFO >81 [59] -2015-03-10 06:54:15 sendUrl INFO 81 [58] R:OK -2015-03-10 06:54:16 sendUrl INFO 81 [59] R:OK -2015-03-10 06:54:24 queue INFO 83 [60] -2015-03-10 06:54:24 sendUrl INFO 83 [60] R:OK -2015-03-10 06:54:24 queue INFO >83 [61] -2015-03-10 06:54:24 sendUrl INFO 83 [61] R:OK -2015-03-10 06:55:14 queue INFO >>83 [62] -2015-03-10 06:55:14 sendUrl INFO 83 [62] R:OK -2015-03-10 06:56:04 queue INFO >>83 [63] -2015-03-10 06:56:05 sendUrl INFO 83 [63] R:OK -2015-03-10 06:56:54 queue INFO >>83 [64] -2015-03-10 06:57:00 sendUrl INFO 83 [64] R:OK -2015-03-10 06:57:44 queue INFO >>83 [65] -2015-03-10 06:57:45 sendUrl INFO 83 [65] R:OK -2015-03-10 06:58:34 queue INFO >>83 [66] -2015-03-10 06:58:41 sendUrl INFO 83 [66] R:OK -2015-03-10 06:59:22 queue INFO 87 [67] -2015-03-10 06:59:22 queue INFO >87 [68] -2015-03-10 06:59:23 program INFO WAIT active send to complete -2015-03-10 06:59:23 program INFO WAIT active send to complete -2015-03-10 06:59:23 queue INFO 83 [69] -2015-03-10 06:59:24 queue INFO >83 [70] -2015-03-10 06:59:24 program INFO WAIT active send to complete -2015-03-10 06:59:24 program INFO WAIT active send to complete -2015-03-10 06:59:25 program INFO WAIT active send to complete -2015-03-10 06:59:25 program INFO WAIT active send to complete -2015-03-10 06:59:26 program INFO WAIT active send to complete -2015-03-10 06:59:26 program INFO WAIT active send to complete -2015-03-10 06:59:27 program INFO WAIT active send to complete -2015-03-10 06:59:27 program INFO WAIT active send to complete -2015-03-10 06:59:28 program INFO WAIT active send to complete -2015-03-10 06:59:28 program INFO WAIT active send to complete -2015-03-10 06:59:29 program INFO WAIT active send to complete -2015-03-10 06:59:29 program INFO WAIT active send to complete -2015-03-10 06:59:30 program INFO WAIT active send to complete -2015-03-10 06:59:30 program INFO WAIT active send to complete -2015-03-10 06:59:30 sendUrl INFO 87 [67] R:OK -2015-03-10 06:59:31 program INFO WAIT active send to complete -2015-03-10 06:59:32 program INFO WAIT active send to complete -2015-03-10 06:59:32 program INFO WAIT active send to complete -2015-03-10 06:59:33 program INFO WAIT active send to complete -2015-03-10 06:59:33 program INFO WAIT active send to complete -2015-03-10 06:59:34 program INFO WAIT active send to complete -2015-03-10 06:59:34 program INFO WAIT active send to complete -2015-03-10 06:59:35 program INFO WAIT active send to complete -2015-03-10 06:59:35 program INFO WAIT active send to complete -2015-03-10 06:59:36 program INFO WAIT active send to complete -2015-03-10 06:59:36 program INFO WAIT active send to complete -2015-03-10 06:59:37 program INFO WAIT active send to complete -2015-03-10 06:59:37 program INFO WAIT active send to complete -2015-03-10 06:59:38 program INFO WAIT active send to complete -2015-03-10 06:59:38 program INFO WAIT active send to complete -2015-03-10 06:59:39 program INFO WAIT active send to complete -2015-03-10 06:59:39 program INFO WAIT active send to complete -2015-03-10 06:59:40 program INFO WAIT active send to complete -2015-03-10 06:59:40 program INFO WAIT active send to complete -2015-03-10 06:59:41 program INFO WAIT active send to complete -2015-03-10 06:59:41 program INFO WAIT active send to complete -2015-03-10 06:59:42 program INFO WAIT active send to complete -2015-03-10 06:59:42 program INFO WAIT active send to complete -2015-03-10 06:59:42 sendUrl INFO 87 [68] R:OK -2015-03-10 06:59:43 program INFO WAIT active send to complete -2015-03-10 06:59:44 sendUrl INFO 83 [69] R:OK -2015-03-10 06:59:44 sendUrl INFO 83 [70] R:OK -2015-03-10 07:00:14 queue INFO >>83 [71] -2015-03-10 07:00:34 sendUrl INFO 83 [71] R:OK -2015-03-10 07:01:04 queue INFO >>83 [72] -2015-03-10 07:01:24 sendUrl INFO 83 [72] R:OK -2015-03-10 07:01:54 queue INFO >>83 [73] -2015-03-10 07:01:54 sendUrl INFO 83 [73] R:OK -2015-03-10 07:02:44 queue INFO >>83 [74] -2015-03-10 07:02:44 sendUrl INFO 83 [74] R:OK -2015-03-10 07:03:34 queue INFO >>83 [75] -2015-03-10 07:03:35 sendUrl INFO 83 [75] R:OK -2015-03-10 07:04:24 queue INFO >>83 [76] -2015-03-10 07:04:33 sendUrl INFO 83 [76] R:OK -2015-03-10 07:05:15 queue INFO >>83 [77] -2015-03-10 07:05:24 sendUrl INFO 83 [77] R:OK -2015-03-10 07:06:05 queue INFO >>83 [78] -2015-03-10 07:06:05 sendUrl INFO 83 [78] R:OK -2015-03-10 07:06:55 queue INFO >>83 [79] -2015-03-10 07:07:05 sendUrl INFO 83 [79] R:OK -2015-03-10 07:07:28 queue INFO 87 [80] -2015-03-10 07:07:29 queue INFO >87 [81] -2015-03-10 07:07:29 program INFO WAIT active send to complete -2015-03-10 07:07:30 program INFO WAIT active send to complete -2015-03-10 07:07:30 sendUrl INFO 87 [80] R:OK -2015-03-10 07:07:30 queue INFO 83 [82] -2015-03-10 07:07:30 queue INFO >83 [83] -2015-03-10 07:07:31 program INFO WAIT active send to complete -2015-03-10 07:07:31 program INFO WAIT active send to complete -2015-03-10 07:07:32 program INFO WAIT active send to complete -2015-03-10 07:07:32 program INFO WAIT active send to complete -2015-03-10 07:07:33 program INFO WAIT active send to complete -2015-03-10 07:07:33 program INFO WAIT active send to complete -2015-03-10 07:07:34 program INFO WAIT active send to complete -2015-03-10 07:07:34 program INFO WAIT active send to complete -2015-03-10 07:07:35 program INFO WAIT active send to complete -2015-03-10 07:07:35 program INFO WAIT active send to complete -2015-03-10 07:07:36 program INFO WAIT active send to complete -2015-03-10 07:07:36 program INFO WAIT active send to complete -2015-03-10 07:07:37 program INFO WAIT active send to complete -2015-03-10 07:07:37 program INFO WAIT active send to complete -2015-03-10 07:07:38 program INFO WAIT active send to complete -2015-03-10 07:07:38 program INFO WAIT active send to complete -2015-03-10 07:07:39 program INFO WAIT active send to complete -2015-03-10 07:07:39 program INFO WAIT active send to complete -2015-03-10 07:07:40 program INFO WAIT active send to complete -2015-03-10 07:07:40 program INFO WAIT active send to complete -2015-03-10 07:07:41 program INFO WAIT active send to complete -2015-03-10 07:07:41 program INFO WAIT active send to complete -2015-03-10 07:07:42 program INFO WAIT active send to complete -2015-03-10 07:07:42 program INFO WAIT active send to complete -2015-03-10 07:07:43 program INFO WAIT active send to complete -2015-03-10 07:07:43 program INFO WAIT active send to complete -2015-03-10 07:07:44 program INFO WAIT active send to complete -2015-03-10 07:07:44 program INFO WAIT active send to complete -2015-03-10 07:07:45 program INFO WAIT active send to complete -2015-03-10 07:07:45 program INFO WAIT active send to complete -2015-03-10 07:07:46 program INFO WAIT active send to complete -2015-03-10 07:07:46 program INFO WAIT active send to complete -2015-03-10 07:07:47 program INFO WAIT active send to complete -2015-03-10 07:07:47 program INFO WAIT active send to complete -2015-03-10 07:07:48 program INFO WAIT active send to complete -2015-03-10 07:07:48 program INFO WAIT active send to complete -2015-03-10 07:07:49 program INFO WAIT active send to complete -2015-03-10 07:07:49 program INFO WAIT active send to complete -2015-03-10 07:07:50 program INFO WAIT active send to complete -2015-03-10 07:07:50 program INFO WAIT active send to complete -2015-03-10 07:07:51 program INFO WAIT active send to complete -2015-03-10 07:07:51 program INFO WAIT active send to complete -2015-03-10 07:07:52 program INFO WAIT active send to complete -2015-03-10 07:07:52 program INFO WAIT active send to complete -2015-03-10 07:07:53 program INFO WAIT active send to complete -2015-03-10 07:07:53 program INFO WAIT active send to complete -2015-03-10 07:07:54 program INFO WAIT active send to complete -2015-03-10 07:07:54 program INFO WAIT active send to complete -2015-03-10 07:07:55 program INFO WAIT active send to complete -2015-03-10 07:07:55 program INFO WAIT active send to complete -2015-03-10 07:07:56 program INFO WAIT active send to complete -2015-03-10 07:07:56 program INFO WAIT active send to complete -2015-03-10 07:07:57 program INFO WAIT active send to complete -2015-03-10 07:07:57 program INFO WAIT active send to complete -2015-03-10 07:07:58 program INFO WAIT active send to complete -2015-03-10 07:07:58 program INFO WAIT active send to complete -2015-03-10 07:07:59 program INFO WAIT active send to complete -2015-03-10 07:07:59 program INFO WAIT active send to complete -2015-03-10 07:08:00 program INFO WAIT active send to complete -2015-03-10 07:08:00 sendUrl INFO 87 [81] R:OK -2015-03-10 07:08:01 sendUrl INFO 83 [82] R:OK -2015-03-10 07:08:01 sendUrl INFO 83 [83] R:OK -2015-03-10 07:08:20 queue INFO >>83 [84] -2015-03-10 07:08:21 sendUrl INFO 83 [84] R:OK -2015-03-10 07:09:10 queue INFO >>83 [85] -2015-03-10 07:09:10 sendUrl INFO 83 [85] R:OK -2015-03-10 07:10:00 queue INFO >>83 [86] -2015-03-10 07:10:01 sendUrl INFO 83 [86] R:OK -2015-03-10 07:10:51 queue INFO >>83 [87] -2015-03-10 07:10:51 sendUrl INFO 83 [87] R:OK -2015-03-10 07:11:41 queue INFO >>83 [88] -2015-03-10 07:11:41 sendUrl INFO 83 [88] R:OK -2015-03-10 07:12:31 queue INFO >>83 [89] -2015-03-10 07:12:31 sendUrl INFO 83 [89] R:OK -2015-03-10 07:13:21 queue INFO >>83 [90] -2015-03-10 07:13:36 sendUrl INFO 83 [90] R:OK -2015-03-10 07:14:11 queue INFO >>83 [91] -2015-03-10 07:14:27 sendUrl INFO 83 [91] R:OK -2015-03-10 07:15:01 queue INFO >>83 [92] -2015-03-10 07:15:17 sendUrl INFO 83 [92] R:OK -2015-03-10 07:15:35 queue INFO 87 [93] -2015-03-10 07:15:35 queue INFO >87 [94] -2015-03-10 07:15:35 program INFO WAIT active send to complete -2015-03-10 07:15:36 program INFO WAIT active send to complete -2015-03-10 07:15:36 sendUrl INFO 87 [93] R:OK -2015-03-10 07:15:36 queue INFO 83 [95] -2015-03-10 07:15:37 queue INFO >83 [96] -2015-03-10 07:15:37 program INFO WAIT active send to complete -2015-03-10 07:15:37 program INFO WAIT active send to complete -2015-03-10 07:15:38 program INFO WAIT active send to complete -2015-03-10 07:15:38 program INFO WAIT active send to complete -2015-03-10 07:15:39 program INFO WAIT active send to complete -2015-03-10 07:15:39 program INFO WAIT active send to complete -2015-03-10 07:15:40 program INFO WAIT active send to complete -2015-03-10 07:15:41 program INFO WAIT active send to complete -2015-03-10 07:15:41 program INFO WAIT active send to complete -2015-03-10 07:15:42 program INFO WAIT active send to complete -2015-03-10 07:15:42 program INFO WAIT active send to complete -2015-03-10 07:15:42 sendUrl INFO 87 [94] R:OK -2015-03-10 07:15:43 program INFO WAIT active send to complete -2015-03-10 07:15:44 program INFO WAIT active send to complete -2015-03-10 07:15:44 sendUrl INFO 83 [95] R:OK -2015-03-10 07:15:51 sendUrl INFO 83 [96] R:OK -2015-03-10 07:16:27 queue INFO >>83 [97] -2015-03-10 07:16:27 sendUrl INFO 83 [97] R:OK -2015-03-10 07:17:17 queue INFO >>83 [98] -2015-03-10 07:17:18 sendUrl INFO 83 [98] R:OK -2015-03-10 07:18:07 queue INFO >>83 [99] -2015-03-10 07:18:07 sendUrl INFO 83 [99] R:OK -2015-03-10 07:18:57 queue INFO >>83 [100] -2015-03-10 07:18:58 sendUrl INFO 83 [100] R:OK -2015-03-10 07:19:47 queue INFO >>83 [101] -2015-03-10 07:19:53 sendUrl INFO 83 [101] R:OK -2015-03-10 07:20:37 queue INFO >>83 [102] -2015-03-10 07:21:22 sendUrl INFO 83 [102] R: -2015-03-10 07:21:28 queue INFO >>83 [103] -2015-03-10 07:21:28 sendUrl INFO 83 [103] R:OK -2015-03-10 07:22:18 queue INFO >>83 [104] -2015-03-10 07:22:18 sendUrl INFO 83 [104] R:OK -2015-03-10 07:23:08 queue INFO >>83 [105] -2015-03-10 07:23:08 sendUrl INFO 83 [105] R:OK -2015-03-10 07:23:41 queue INFO C7 [106] -2015-03-10 07:23:41 queue INFO >C7 [107] -2015-03-10 07:23:42 sendUrl INFO C7 [106] R:OK -2015-03-10 07:23:42 sendUrl INFO C7 [107] R:OK -2015-03-10 07:23:43 queue INFO C3 [108] -2015-03-10 07:23:43 queue INFO >C3 [109] -2015-03-10 07:23:43 sendUrl INFO C3 [108] R:OK -2015-03-10 07:23:44 sendUrl INFO C3 [109] R:OK -2015-03-10 07:24:33 queue INFO >>C3 [110] -2015-03-10 07:24:33 sendUrl INFO C3 [110] R:OK -2015-03-10 07:25:23 queue INFO >>C3 [111] -2015-03-10 07:25:23 sendUrl INFO C3 [111] R:OK -2015-03-10 07:26:13 queue INFO >>C3 [112] -2015-03-10 07:26:14 sendUrl INFO C3 [112] R:OK -2015-03-10 07:27:03 queue INFO >>C3 [113] -2015-03-10 07:27:04 sendUrl INFO C3 [113] R:OK -2015-03-10 07:27:54 queue INFO >>C3 [114] -2015-03-10 07:27:54 sendUrl INFO C3 [114] R:OK -2015-03-10 07:28:44 queue INFO >>C3 [115] -2015-03-10 07:28:44 sendUrl INFO C3 [115] R:OK -2015-03-10 07:29:34 queue INFO >>C3 [116] -2015-03-10 07:29:34 sendUrl INFO C3 [116] R:OK -2015-03-10 07:30:24 queue INFO >>C3 [117] -2015-03-10 07:30:24 sendUrl INFO C3 [117] R:OK -2015-03-10 07:31:14 queue INFO >>C3 [118] -2015-03-10 07:31:14 sendUrl INFO C3 [118] R:OK -2015-03-10 07:31:47 queue INFO 83 [119] -2015-03-10 07:31:48 queue INFO 87 [120] -2015-03-10 07:31:48 queue INFO >87 [121] -2015-03-10 07:31:48 sendUrl INFO 83 [119] R:OK -2015-03-10 07:31:49 sendUrl INFO 87 [120] R:OK -2015-03-10 07:31:49 sendUrl INFO 87 [121] R:OK -2015-03-10 07:31:49 queue INFO 83 [122] -2015-03-10 07:31:49 queue INFO >83 [123] -2015-03-10 07:31:50 sendUrl INFO 83 [122] R:OK -2015-03-10 07:31:50 sendUrl INFO 83 [123] R:OK -2015-03-10 07:32:39 queue INFO >>83 [124] -2015-03-10 07:32:40 sendUrl INFO 83 [124] R:OK -2015-03-10 07:33:30 queue INFO >>83 [125] -2015-03-10 07:33:30 sendUrl INFO 83 [125] R:OK -2015-03-10 07:34:20 queue INFO >>83 [126] -2015-03-10 07:34:20 sendUrl INFO 83 [126] R:OK -2015-03-10 07:35:10 queue INFO >>83 [127] -2015-03-10 07:35:10 sendUrl INFO 83 [127] R:OK -2015-03-10 07:36:00 queue INFO >>83 [128] -2015-03-10 07:36:00 sendUrl INFO 83 [128] R:OK -2015-03-10 07:36:50 queue INFO >>83 [129] -2015-03-10 07:36:51 sendUrl INFO 83 [129] R:OK -2015-03-10 07:37:40 queue INFO >>83 [130] -2015-03-10 07:37:41 sendUrl INFO 83 [130] R:OK -2015-03-10 07:38:30 queue INFO >>83 [131] -2015-03-10 07:38:31 sendUrl INFO 83 [131] R:OK -2015-03-10 07:39:21 queue INFO >>83 [132] -2015-03-10 07:39:21 sendUrl INFO 83 [132] R:OK -2015-03-10 07:39:55 queue INFO 87 [133] -2015-03-10 07:39:55 queue INFO >87 [134] -2015-03-10 07:39:55 sendUrl INFO 87 [133] R:OK -2015-03-10 07:39:55 sendUrl INFO 87 [134] R:OK -2015-03-10 07:39:56 queue INFO 83 [135] -2015-03-10 07:39:56 sendUrl INFO 83 [135] R:OK -2015-03-10 07:39:56 queue INFO >83 [136] -2015-03-10 07:39:57 sendUrl INFO 83 [136] R:OK -2015-03-10 07:40:46 queue INFO >>83 [137] -2015-03-10 07:40:47 sendUrl INFO 83 [137] R:OK -2015-03-10 07:41:36 queue INFO >>83 [138] -2015-03-10 07:41:37 sendUrl INFO 83 [138] R:OK -2015-03-10 07:42:27 queue INFO >>83 [139] -2015-03-10 07:42:27 sendUrl INFO 83 [139] R:OK -2015-03-10 07:43:17 queue INFO >>83 [140] -2015-03-10 07:43:17 sendUrl INFO 83 [140] R:OK -2015-03-10 07:44:07 queue INFO >>83 [141] -2015-03-10 07:44:07 sendUrl INFO 83 [141] R:OK -2015-03-10 07:44:57 queue INFO >>83 [142] -2015-03-10 07:44:57 sendUrl INFO 83 [142] R:OK -2015-03-10 07:45:47 queue INFO >>83 [143] -2015-03-10 07:45:48 sendUrl INFO 83 [143] R:OK -2015-03-10 07:46:37 queue INFO >>83 [144] -2015-03-10 07:46:38 sendUrl INFO 83 [144] R:OK -2015-03-10 07:47:28 queue INFO >>83 [145] -2015-03-10 07:47:28 sendUrl INFO 83 [145] R:OK -2015-03-10 07:48:01 queue INFO 87 [146] -2015-03-10 07:48:01 queue INFO >87 [147] -2015-03-10 07:48:02 sendUrl INFO 87 [146] R:OK -2015-03-10 07:48:02 sendUrl INFO 87 [147] R:OK -2015-03-10 07:48:03 queue INFO 83 [148] -2015-03-10 07:48:03 queue INFO >83 [149] -2015-03-10 07:48:03 sendUrl INFO 83 [148] R:OK -2015-03-10 07:48:03 sendUrl INFO 83 [149] R:OK -2015-03-10 07:48:53 queue INFO >>83 [150] -2015-03-10 07:48:53 sendUrl INFO 83 [150] R:OK -2015-03-10 07:49:43 queue INFO >>83 [151] -2015-03-10 07:49:43 sendUrl INFO 83 [151] R:OK -2015-03-10 07:50:33 queue INFO >>83 [152] -2015-03-10 07:50:33 sendUrl INFO 83 [152] R:OK -2015-03-10 07:51:23 queue INFO >>83 [153] -2015-03-10 07:51:24 sendUrl INFO 83 [153] R:OK -2015-03-10 07:52:13 queue INFO >>83 [154] -2015-03-10 07:52:14 sendUrl INFO 83 [154] R:OK -2015-03-10 07:53:04 queue INFO >>83 [155] -2015-03-10 07:53:04 sendUrl INFO 83 [155] R:OK -2015-03-10 07:53:54 queue INFO >>83 [156] -2015-03-10 07:53:54 sendUrl INFO 83 [156] R:OK -2015-03-10 07:54:44 queue INFO >>83 [157] -2015-03-10 07:54:44 sendUrl INFO 83 [157] R:OK -2015-03-10 07:55:34 queue INFO >>83 [158] -2015-03-10 07:55:34 sendUrl INFO 83 [158] R:OK -2015-03-10 07:56:08 queue INFO 87 [159] -2015-03-10 07:56:08 queue INFO >87 [160] -2015-03-10 07:56:08 sendUrl INFO 87 [159] R:OK -2015-03-10 07:56:08 sendUrl INFO 87 [160] R:OK -2015-03-10 07:56:09 queue INFO 83 [161] -2015-03-10 07:56:09 queue INFO >83 [162] -2015-03-10 07:56:10 sendUrl INFO 83 [161] R:OK -2015-03-10 07:56:10 sendUrl INFO 83 [162] R:OK -2015-03-10 07:56:59 queue INFO >>83 [163] -2015-03-10 07:57:00 sendUrl INFO 83 [163] R:OK -2015-03-10 07:57:49 queue INFO >>83 [164] -2015-03-10 07:57:50 sendUrl INFO 83 [164] R:OK -2015-03-10 07:58:40 queue INFO >>83 [165] -2015-03-10 07:58:40 sendUrl INFO 83 [165] R:OK -2015-03-10 07:59:30 queue INFO >>83 [166] -2015-03-10 07:59:30 sendUrl INFO 83 [166] R:OK -2015-03-10 08:00:20 queue INFO >>83 [167] -2015-03-10 08:00:20 sendUrl INFO 83 [167] R:OK -2015-03-10 08:01:10 queue INFO >>83 [168] -2015-03-10 08:01:10 sendUrl INFO 83 [168] R:OK -2015-03-10 08:02:00 queue INFO >>83 [169] -2015-03-10 08:02:01 sendUrl INFO 83 [169] R:OK -2015-03-10 08:02:50 queue INFO >>83 [170] -2015-03-10 08:02:51 sendUrl INFO 83 [170] R:OK -2015-03-10 08:03:41 queue INFO >>83 [171] -2015-03-10 08:03:41 sendUrl INFO 83 [171] R:OK -2015-03-10 08:04:14 queue INFO 87 [172] -2015-03-10 08:04:14 queue INFO >87 [173] -2015-03-10 08:04:14 sendUrl INFO 87 [172] R:OK -2015-03-10 08:04:15 sendUrl INFO 87 [173] R:OK -2015-03-10 08:04:16 queue INFO 83 [174] -2015-03-10 08:04:16 queue INFO >83 [175] -2015-03-10 08:04:16 sendUrl INFO 83 [174] R:OK -2015-03-10 08:04:16 sendUrl INFO 83 [175] R:OK -2015-03-10 08:05:06 queue INFO >>83 [176] -2015-03-10 08:05:06 sendUrl INFO 83 [176] R:OK -2015-03-10 08:05:56 queue INFO >>83 [177] -2015-03-10 08:05:56 sendUrl INFO 83 [177] R:OK -2015-03-10 08:06:46 queue INFO >>83 [178] -2015-03-10 08:06:46 sendUrl INFO 83 [178] R:OK -2015-03-10 08:07:36 queue INFO >>83 [179] -2015-03-10 08:07:37 sendUrl INFO 83 [179] R:OK -2015-03-10 08:08:26 queue INFO >>83 [180] -2015-03-10 08:08:27 sendUrl INFO 83 [180] R:OK -2015-03-10 08:09:17 queue INFO >>83 [181] -2015-03-10 08:09:17 sendUrl INFO 83 [181] R:OK -2015-03-10 08:10:07 queue INFO >>83 [182] -2015-03-10 08:10:07 sendUrl INFO 83 [182] R:OK -2015-03-10 08:10:57 queue INFO >>83 [183] -2015-03-10 08:10:57 sendUrl INFO 83 [183] R:OK -2015-03-10 08:11:47 queue INFO >>83 [184] -2015-03-10 08:11:47 sendUrl INFO 83 [184] R:OK -2015-03-10 08:12:21 queue INFO C7 [185] -2015-03-10 08:12:21 queue INFO >C7 [186] -2015-03-10 08:12:21 sendUrl INFO C7 [185] R:OK -2015-03-10 08:12:21 sendUrl INFO C7 [186] R:OK -2015-03-10 08:12:22 queue INFO C3 [187] -2015-03-10 08:12:22 sendUrl INFO C3 [187] R:OK -2015-03-10 08:12:22 queue INFO >C3 [188] -2015-03-10 08:12:23 sendUrl INFO C3 [188] R:OK -2015-03-10 08:13:12 queue INFO >>C3 [189] -2015-03-10 08:13:13 sendUrl INFO C3 [189] R:OK -2015-03-10 08:14:02 queue INFO >>C3 [190] -2015-03-10 08:14:03 sendUrl INFO C3 [190] R:OK -2015-03-10 08:14:53 queue INFO >>C3 [191] -2015-03-10 08:14:53 sendUrl INFO C3 [191] R:OK -2015-03-10 08:15:43 queue INFO >>C3 [192] -2015-03-10 08:15:43 sendUrl INFO C3 [192] R:OK -2015-03-10 08:16:33 queue INFO >>C3 [193] -2015-03-10 08:16:33 sendUrl INFO C3 [193] R:OK -2015-03-10 08:17:23 queue INFO >>C3 [194] -2015-03-10 08:17:23 sendUrl INFO C3 [194] R:OK -2015-03-10 08:18:13 queue INFO >>C3 [195] -2015-03-10 08:18:14 sendUrl INFO C3 [195] R:OK -2015-03-10 08:19:03 queue INFO >>C3 [196] -2015-03-10 08:19:04 sendUrl INFO C3 [196] R:OK -2015-03-10 08:19:53 queue INFO >>C3 [197] -2015-03-10 08:19:54 sendUrl INFO C3 [197] R:OK -2015-03-10 08:20:27 queue INFO 87 [198] -2015-03-10 08:20:27 sendUrl INFO 87 [198] R:OK -2015-03-10 08:20:27 queue INFO >87 [199] -2015-03-10 08:20:27 sendUrl INFO 87 [199] R:OK -2015-03-10 08:20:28 queue INFO 83 [200] -2015-03-10 08:20:29 queue INFO >83 [201] -2015-03-10 08:20:29 sendUrl INFO 83 [200] R:OK -2015-03-10 08:20:29 sendUrl INFO 83 [201] R:OK -2015-03-10 08:21:19 queue INFO >>83 [202] -2015-03-10 08:21:19 sendUrl INFO 83 [202] R:OK -2015-03-10 08:22:09 queue INFO >>83 [203] -2015-03-10 08:22:09 sendUrl INFO 83 [203] R:OK -2015-03-10 08:22:59 queue INFO >>83 [204] -2015-03-10 08:22:59 sendUrl INFO 83 [204] R:OK -2015-03-10 08:23:49 queue INFO >>83 [205] -2015-03-10 08:23:49 sendUrl INFO 83 [205] R:OK -2015-03-10 08:24:39 queue INFO >>83 [206] -2015-03-10 08:24:40 sendUrl INFO 83 [206] R:OK -2015-03-10 08:25:29 queue INFO >>83 [207] -2015-03-10 08:25:29 sendUrl INFO 83 [207] R:OK -2015-03-10 08:26:19 queue INFO 81 [208] -2015-03-10 08:26:19 queue INFO >81 [209] -2015-03-10 08:26:20 sendUrl INFO 81 [208] R:OK -2015-03-10 08:26:20 sendUrl INFO 81 [209] R:OK -2015-03-10 08:26:30 queue INFO 83 [210] -2015-03-10 08:26:30 queue INFO >83 [211] -2015-03-10 08:26:30 sendUrl INFO 83 [210] R:OK -2015-03-10 08:26:31 sendUrl INFO 83 [211] R:OK -2015-03-10 08:27:20 queue INFO >>83 [212] -2015-03-10 08:27:21 sendUrl INFO 83 [212] R:OK -2015-03-10 08:28:10 queue INFO >>83 [213] -2015-03-10 08:28:11 sendUrl INFO 83 [213] R:OK -2015-03-10 08:28:34 queue INFO 87 [214] -2015-03-10 08:28:34 queue INFO >87 [215] -2015-03-10 08:28:34 sendUrl INFO 87 [214] R:OK -2015-03-10 08:28:35 sendUrl INFO 87 [215] R:OK -2015-03-10 08:28:35 queue INFO 83 [216] -2015-03-10 08:28:36 queue INFO >83 [217] -2015-03-10 08:28:36 sendUrl INFO 83 [216] R:OK -2015-03-10 08:28:36 sendUrl INFO 83 [217] R:OK -2015-03-10 08:29:25 queue INFO >>83 [218] -2015-03-10 08:29:26 sendUrl INFO 83 [218] R:OK -2015-03-10 08:30:16 queue INFO >>83 [219] -2015-03-10 08:30:16 sendUrl INFO 83 [219] R:OK -2015-03-10 08:31:06 queue INFO >>83 [220] -2015-03-10 08:31:06 sendUrl INFO 83 [220] R:OK -2015-03-10 08:31:56 queue INFO >>83 [221] -2015-03-10 08:31:56 sendUrl INFO 83 [221] R:OK -2015-03-10 08:32:46 queue INFO >>83 [222] -2015-03-10 08:32:46 sendUrl INFO 83 [222] R:OK -2015-03-10 08:33:36 queue INFO >>83 [223] -2015-03-10 08:33:37 sendUrl INFO 83 [223] R:OK -2015-03-10 08:34:26 queue INFO >>83 [224] -2015-03-10 08:34:27 sendUrl INFO 83 [224] R:OK -2015-03-10 08:35:17 queue INFO >>83 [225] -2015-03-10 08:35:17 sendUrl INFO 83 [225] R:OK -2015-03-10 08:36:07 queue INFO >>83 [226] -2015-03-10 08:36:07 sendUrl INFO 83 [226] R:OK -2015-03-10 08:36:40 queue INFO 87 [227] -2015-03-10 08:36:41 queue INFO >87 [228] -2015-03-10 08:36:41 sendUrl INFO 87 [227] R:OK -2015-03-10 08:36:41 sendUrl INFO 87 [228] R:OK -2015-03-10 08:36:42 queue INFO 83 [229] -2015-03-10 08:36:42 queue INFO >83 [230] -2015-03-10 08:36:42 sendUrl INFO 83 [229] R:OK -2015-03-10 08:36:43 sendUrl INFO 83 [230] R:OK -2015-03-10 08:37:32 queue INFO >>83 [231] -2015-03-10 08:37:32 sendUrl INFO 83 [231] R:OK -2015-03-10 08:38:22 queue INFO >>83 [232] -2015-03-10 08:38:23 sendUrl INFO 83 [232] R:OK -2015-03-10 08:39:12 queue INFO >>83 [233] -2015-03-10 08:39:13 sendUrl INFO 83 [233] R:OK -2015-03-10 08:40:02 queue INFO >>83 [234] -2015-03-10 08:40:03 sendUrl INFO 83 [234] R:OK -2015-03-10 08:40:53 queue INFO >>83 [235] -2015-03-10 08:40:53 sendUrl INFO 83 [235] R:OK -2015-03-10 08:41:43 queue INFO >>83 [236] -2015-03-10 08:41:43 sendUrl INFO 83 [236] R:OK -2015-03-10 08:42:33 queue INFO >>83 [237] -2015-03-10 08:42:33 sendUrl INFO 83 [237] R:OK -2015-03-10 08:43:23 queue INFO >>83 [238] -2015-03-10 08:43:24 sendUrl INFO 83 [238] R:OK -2015-03-10 08:44:13 queue INFO >>83 [239] -2015-03-10 08:44:14 sendUrl INFO 83 [239] R:OK -2015-03-10 08:44:47 queue INFO 87 [240] -2015-03-10 08:44:47 queue INFO >87 [241] -2015-03-10 08:44:47 sendUrl INFO 87 [240] R:OK -2015-03-10 08:44:48 sendUrl INFO 87 [241] R:OK -2015-03-10 08:44:48 queue INFO 83 [242] -2015-03-10 08:44:49 queue INFO >83 [243] -2015-03-10 08:44:49 sendUrl INFO 83 [242] R:OK -2015-03-10 08:44:49 sendUrl INFO 83 [243] R:OK -2015-03-10 08:45:39 queue INFO >>83 [244] -2015-03-10 08:45:51 sendUrl INFO 83 [244] R:OK -2015-03-10 08:46:29 queue INFO >>83 [245] -2015-03-10 08:46:29 sendUrl INFO 83 [245] R:OK -2015-03-10 08:47:19 queue INFO >>83 [246] -2015-03-10 08:47:19 sendUrl INFO 83 [246] R:OK -2015-03-10 08:48:09 queue INFO >>83 [247] -2015-03-10 08:48:09 sendUrl INFO 83 [247] R:OK -2015-03-10 08:48:59 queue INFO >>83 [248] -2015-03-10 08:49:00 sendUrl INFO 83 [248] R:OK -2015-03-10 08:49:49 queue INFO >>83 [249] -2015-03-10 08:49:50 sendUrl INFO 83 [249] R:OK -2015-03-10 08:50:40 queue INFO >>83 [250] -2015-03-10 08:50:40 sendUrl INFO 83 [250] R:OK -2015-03-10 08:51:30 queue INFO >>83 [251] -2015-03-10 08:51:30 sendUrl INFO 83 [251] R:OK -2015-03-10 08:52:20 queue INFO >>83 [252] -2015-03-10 08:52:20 sendUrl INFO 83 [252] R:OK -2015-03-10 08:52:53 queue INFO 87 [253] -2015-03-10 08:52:53 queue INFO >87 [254] -2015-03-10 08:52:53 sendUrl INFO 87 [253] R:OK -2015-03-10 08:52:54 sendUrl INFO 87 [254] R:OK -2015-03-10 08:52:55 queue INFO 83 [255] -2015-03-10 08:52:55 queue INFO >83 [256] -2015-03-10 08:52:55 sendUrl INFO 83 [255] R:OK -2015-03-10 08:52:56 sendUrl INFO 83 [256] R:OK -2015-03-10 08:53:45 queue INFO >>83 [257] -2015-03-10 08:53:45 sendUrl INFO 83 [257] R:OK -2015-03-10 08:54:35 queue INFO >>83 [258] -2015-03-10 08:54:36 sendUrl INFO 83 [258] R:OK -2015-03-10 08:55:25 queue INFO >>83 [259] -2015-03-10 08:55:25 sendUrl INFO 83 [259] R:OK -2015-03-10 08:56:15 queue INFO >>83 [260] -2015-03-10 08:56:16 sendUrl INFO 83 [260] R:OK -2015-03-10 08:57:06 queue INFO >>83 [261] -2015-03-10 08:57:06 sendUrl INFO 83 [261] R:OK -2015-03-10 08:57:56 queue INFO >>83 [262] -2015-03-10 08:57:56 sendUrl INFO 83 [262] R:OK -2015-03-10 08:58:46 queue INFO >>83 [263] -2015-03-10 08:58:46 sendUrl INFO 83 [263] R:OK -2015-03-10 08:59:36 queue INFO >>83 [264] -2015-03-10 08:59:37 sendUrl INFO 83 [264] R:OK -2015-03-10 09:00:26 queue INFO >>83 [265] -2015-03-10 09:00:26 sendUrl INFO 83 [265] R:OK -2015-03-10 09:01:00 queue INFO C7 [266] -2015-03-10 09:01:00 queue INFO >C7 [267] -2015-03-10 09:01:00 sendUrl INFO C7 [266] R:OK -2015-03-10 09:01:01 sendUrl INFO C7 [267] R:OK -2015-03-10 09:01:01 queue INFO C3 [268] -2015-03-10 09:01:01 queue INFO >C3 [269] -2015-03-10 09:01:02 sendUrl INFO C3 [268] R:OK -2015-03-10 09:01:02 sendUrl INFO C3 [269] R:OK -2015-03-10 09:01:51 queue INFO >>C3 [270] -2015-03-10 09:01:52 sendUrl INFO C3 [270] R:OK -2015-03-10 09:02:42 queue INFO >>C3 [271] -2015-03-10 09:02:42 sendUrl INFO C3 [271] R:OK -2015-03-10 09:03:32 queue INFO >>C3 [272] -2015-03-10 09:03:32 sendUrl INFO C3 [272] R:OK -2015-03-10 09:04:22 queue INFO >>C3 [273] -2015-03-10 09:04:22 sendUrl INFO C3 [273] R:OK -2015-03-10 09:05:12 queue INFO >>C3 [274] -2015-03-10 09:05:12 sendUrl INFO C3 [274] R:OK -2015-03-10 09:06:02 queue INFO >>C3 [275] -2015-03-10 09:06:03 sendUrl INFO C3 [275] R:OK -2015-03-10 09:06:52 queue INFO >>C3 [276] -2015-03-10 09:06:52 sendUrl INFO C3 [276] R:OK -2015-03-10 09:07:43 queue INFO >>C3 [277] -2015-03-10 09:07:43 sendUrl INFO C3 [277] R:OK -2015-03-10 09:08:33 queue INFO >>C3 [278] -2015-03-10 09:08:33 sendUrl INFO C3 [278] R:OK -2015-03-10 09:09:06 queue INFO 83 [279] -2015-03-10 09:09:06 queue INFO 87 [280] -2015-03-10 09:09:06 sendUrl INFO 83 [279] R:OK -2015-03-10 09:09:06 queue INFO >87 [281] -2015-03-10 09:09:07 sendUrl INFO 87 [280] R:OK -2015-03-10 09:09:07 sendUrl INFO 87 [281] R:OK -2015-03-10 09:09:08 queue INFO 83 [282] -2015-03-10 09:09:08 queue INFO >83 [283] -2015-03-10 09:09:08 sendUrl INFO 83 [282] R:OK -2015-03-10 09:09:09 sendUrl INFO 83 [283] R:OK -2015-03-10 09:09:58 queue INFO >>83 [284] -2015-03-10 09:09:58 sendUrl INFO 83 [284] R:OK -2015-03-10 09:10:48 queue INFO >>83 [285] -2015-03-10 09:10:49 sendUrl INFO 83 [285] R:OK -2015-03-10 09:11:38 queue INFO >>83 [286] -2015-03-10 09:11:38 sendUrl INFO 83 [286] R:OK -2015-03-10 09:12:28 queue INFO >>83 [287] -2015-03-10 09:12:29 sendUrl INFO 83 [287] R:OK -2015-03-10 09:13:19 queue INFO >>83 [288] -2015-03-10 09:13:19 sendUrl INFO 83 [288] R:OK -2015-03-10 09:14:09 queue INFO >>83 [289] -2015-03-10 09:14:09 sendUrl INFO 83 [289] R:OK -2015-03-10 09:14:59 queue INFO >>83 [290] -2015-03-10 09:14:59 sendUrl INFO 83 [290] R:OK -2015-03-10 09:15:49 queue INFO >>83 [291] -2015-03-10 09:15:50 sendUrl INFO 83 [291] R:OK -2015-03-10 09:16:02 queue INFO 81 [292] -2015-03-10 09:16:02 queue INFO >81 [293] -2015-03-10 09:16:02 sendUrl INFO 81 [292] R:OK -2015-03-10 09:16:03 sendUrl INFO 81 [293] R:OK -2015-03-10 09:16:13 queue INFO 83 [294] -2015-03-10 09:16:13 sendUrl INFO 83 [294] R:OK -2015-03-10 09:16:13 queue INFO >83 [295] -2015-03-10 09:16:14 sendUrl INFO 83 [295] R:OK -2015-03-10 09:17:03 queue INFO >>83 [296] -2015-03-10 09:17:04 sendUrl INFO 83 [296] R:OK -2015-03-10 09:17:13 queue INFO 87 [297] -2015-03-10 09:17:13 queue INFO >87 [298] -2015-03-10 09:17:14 sendUrl INFO 87 [297] R:OK -2015-03-10 09:17:14 sendUrl INFO 87 [298] R:OK -2015-03-10 09:17:15 queue INFO 83 [299] -2015-03-10 09:17:15 queue INFO >83 [300] -2015-03-10 09:17:15 sendUrl INFO 83 [299] R:OK -2015-03-10 09:17:16 sendUrl INFO 83 [300] R:OK -2015-03-10 09:18:05 queue INFO >>83 [301] -2015-03-10 09:18:05 sendUrl INFO 83 [301] R:OK -2015-03-10 09:18:55 queue INFO >>83 [302] -2015-03-10 09:18:55 sendUrl INFO 83 [302] R:OK -2015-03-10 09:19:45 queue INFO >>83 [303] -2015-03-10 09:19:46 sendUrl INFO 83 [303] R:OK -2015-03-10 09:20:35 queue INFO >>83 [304] -2015-03-10 09:20:35 sendUrl INFO 83 [304] R:OK -2015-03-10 09:21:25 queue INFO >>83 [305] -2015-03-10 09:21:26 sendUrl INFO 83 [305] R:OK -2015-03-10 09:22:16 queue INFO >>83 [306] -2015-03-10 09:22:16 sendUrl INFO 83 [306] R:OK -2015-03-10 09:23:06 queue INFO >>83 [307] -2015-03-10 09:23:06 sendUrl INFO 83 [307] R:OK -2015-03-10 09:23:56 queue INFO >>83 [308] -2015-03-10 09:23:56 sendUrl INFO 83 [308] R:OK -2015-03-10 09:24:46 queue INFO >>83 [309] -2015-03-10 09:24:47 sendUrl INFO 83 [309] R:OK -2015-03-10 09:25:20 queue INFO 87 [310] -2015-03-10 09:25:20 queue INFO >87 [311] -2015-03-10 09:25:20 sendUrl INFO 87 [310] R:OK -2015-03-10 09:25:20 sendUrl INFO 87 [311] R:OK -2015-03-10 09:25:21 queue INFO 83 [312] -2015-03-10 09:25:21 queue INFO >83 [313] -2015-03-10 09:25:21 sendUrl INFO 83 [312] R:OK -2015-03-10 09:25:22 sendUrl INFO 83 [313] R:OK -2015-03-10 09:26:11 queue INFO >>83 [314] -2015-03-10 09:26:12 sendUrl INFO 83 [314] R:OK -2015-03-10 09:27:01 queue INFO >>83 [315] -2015-03-10 09:27:02 sendUrl INFO 83 [315] R:OK -2015-03-10 09:27:52 queue INFO >>83 [316] -2015-03-10 09:27:52 sendUrl INFO 83 [316] R:OK -2015-03-10 09:28:42 queue INFO >>83 [317] -2015-03-10 09:28:42 sendUrl INFO 83 [317] R:OK -2015-03-10 09:29:32 queue INFO >>83 [318] -2015-03-10 09:29:32 sendUrl INFO 83 [318] R:OK -2015-03-10 09:30:22 queue INFO >>83 [319] -2015-03-10 09:30:22 sendUrl INFO 83 [319] R:OK -2015-03-10 09:31:12 queue INFO >>83 [320] -2015-03-10 09:31:13 sendUrl INFO 83 [320] R:OK -2015-03-10 09:32:02 queue INFO >>83 [321] -2015-03-10 09:32:02 sendUrl INFO 83 [321] R:OK -2015-03-10 09:32:52 queue INFO >>83 [322] -2015-03-10 09:32:53 sendUrl INFO 83 [322] R:OK -2015-03-10 09:33:26 queue INFO 87 [323] -2015-03-10 09:33:26 queue INFO >87 [324] -2015-03-10 09:33:27 sendUrl INFO 87 [323] R:OK -2015-03-10 09:33:27 sendUrl INFO 87 [324] R:OK -2015-03-10 09:33:28 queue INFO 83 [325] -2015-03-10 09:33:28 queue INFO >83 [326] -2015-03-10 09:33:28 sendUrl INFO 83 [325] R:OK -2015-03-10 09:33:29 sendUrl INFO 83 [326] R:OK -2015-03-10 09:34:18 queue INFO >>83 [327] -2015-03-10 09:34:18 sendUrl INFO 83 [327] R:OK -2015-03-10 09:35:08 queue INFO >>83 [328] -2015-03-10 09:35:08 sendUrl INFO 83 [328] R:OK -2015-03-10 09:35:58 queue INFO >>83 [329] -2015-03-10 09:35:59 sendUrl INFO 83 [329] R:OK -2015-03-10 09:36:48 queue INFO >>83 [330] -2015-03-10 09:36:48 sendUrl INFO 83 [330] R:OK -2015-03-10 09:37:38 queue INFO >>83 [331] -2015-03-10 09:37:39 sendUrl INFO 83 [331] R:OK -2015-03-10 09:38:29 queue INFO >>83 [332] -2015-03-10 09:38:29 sendUrl INFO 83 [332] R:OK -2015-03-10 09:39:19 queue INFO >>83 [333] -2015-03-10 09:39:19 sendUrl INFO 83 [333] R:OK -2015-03-10 09:40:09 queue INFO >>83 [334] -2015-03-10 09:40:09 sendUrl INFO 83 [334] R:OK -2015-03-10 09:40:59 queue INFO >>83 [335] -2015-03-10 09:41:00 sendUrl INFO 83 [335] R:OK -2015-03-10 09:41:43 queue INFO 87 [336] -2015-03-10 09:41:43 queue INFO >87 [337] -2015-03-10 09:41:43 sendUrl INFO 87 [336] R:OK -2015-03-10 09:41:44 sendUrl INFO 87 [337] R:OK -2015-03-10 09:41:45 queue INFO 83 [338] -2015-03-10 09:41:45 sendUrl INFO 83 [338] R:OK -2015-03-10 09:41:45 queue INFO >83 [339] -2015-03-10 09:41:45 sendUrl INFO 83 [339] R:OK -2015-03-10 09:42:35 queue INFO >>83 [340] -2015-03-10 09:42:35 sendUrl INFO 83 [340] R:OK -2015-03-10 09:43:25 queue INFO >>83 [341] -2015-03-10 09:43:26 sendUrl INFO 83 [341] R:OK -2015-03-10 09:44:15 queue INFO >>83 [342] -2015-03-10 09:44:15 sendUrl INFO 83 [342] R:OK -2015-03-10 09:45:05 queue INFO >>83 [343] -2015-03-10 09:45:06 sendUrl INFO 83 [343] R:OK -2015-03-10 09:45:56 queue INFO >>83 [344] -2015-03-10 09:45:56 sendUrl INFO 83 [344] R:OK -2015-03-10 09:46:46 queue INFO >>83 [345] -2015-03-10 09:46:46 sendUrl INFO 83 [345] R:OK -2015-03-10 09:47:36 queue INFO >>83 [346] -2015-03-10 09:47:36 sendUrl INFO 83 [346] R:OK -2015-03-10 09:48:26 queue INFO >>83 [347] -2015-03-10 09:48:27 sendUrl INFO 83 [347] R:OK -2015-03-10 09:49:16 queue INFO >>83 [348] -2015-03-10 09:49:16 sendUrl INFO 83 [348] R:OK -2015-03-10 09:49:49 queue INFO C7 [349] -2015-03-10 09:49:50 sendUrl INFO C7 [349] R:OK -2015-03-10 09:49:50 queue INFO >C7 [350] -2015-03-10 09:49:50 sendUrl INFO C7 [350] R:OK -2015-03-10 09:49:51 queue INFO C3 [351] -2015-03-10 09:49:51 queue INFO >C3 [352] -2015-03-10 09:49:52 sendUrl INFO C3 [351] R:OK -2015-03-10 09:49:52 sendUrl INFO C3 [352] R:OK -2015-03-10 09:50:41 queue INFO >>C3 [353] -2015-03-10 09:50:41 sendUrl INFO C3 [353] R:OK -2015-03-10 09:51:31 queue INFO >>C3 [354] -2015-03-10 09:51:32 sendUrl INFO C3 [354] R:OK -2015-03-10 09:52:22 queue INFO >>C3 [355] -2015-03-10 09:52:22 sendUrl INFO C3 [355] R:OK -2015-03-10 09:53:12 queue INFO >>C3 [356] -2015-03-10 09:53:12 sendUrl INFO C3 [356] R:OK -2015-03-10 09:54:02 queue INFO >>C3 [357] -2015-03-10 09:54:02 sendUrl INFO C3 [357] R:OK -2015-03-10 09:54:52 queue INFO >>C3 [358] -2015-03-10 09:54:52 sendUrl INFO C3 [358] R:OK -2015-03-10 09:55:42 queue INFO >>C3 [359] -2015-03-10 09:55:42 sendUrl INFO C3 [359] R:OK -2015-03-10 09:56:32 queue INFO >>C3 [360] -2015-03-10 09:56:33 sendUrl INFO C3 [360] R:OK -2015-03-10 09:57:22 queue INFO >>C3 [361] -2015-03-10 09:57:23 sendUrl INFO C3 [361] R:OK -2015-03-10 09:57:56 queue INFO 83 [362] -2015-03-10 09:57:56 sendUrl INFO 83 [362] R:OK -2015-03-10 09:57:56 queue INFO 87 [363] -2015-03-10 09:57:56 queue INFO >87 [364] -2015-03-10 09:57:56 sendUrl INFO 87 [363] R:OK -2015-03-10 09:57:57 sendUrl INFO 87 [364] R:OK -2015-03-10 09:57:58 queue INFO 83 [365] -2015-03-10 09:57:58 queue INFO >83 [366] -2015-03-10 09:57:58 sendUrl INFO 83 [365] R:OK -2015-03-10 09:57:58 sendUrl INFO 83 [366] R:OK -2015-03-10 09:58:48 queue INFO >>83 [367] -2015-03-10 09:58:48 sendUrl INFO 83 [367] R:OK -2015-03-10 09:59:38 queue INFO >>83 [368] -2015-03-10 09:59:38 sendUrl INFO 83 [368] R:OK -2015-03-10 10:00:28 queue INFO >>83 [369] -2015-03-10 10:00:28 sendUrl INFO 83 [369] R:OK -2015-03-10 10:01:18 queue INFO >>83 [370] -2015-03-10 10:01:19 sendUrl INFO 83 [370] R:OK -2015-03-10 10:02:08 queue INFO >>83 [371] -2015-03-10 10:02:09 sendUrl INFO 83 [371] R:OK -2015-03-10 10:02:58 queue INFO >>83 [372] -2015-03-10 10:02:59 sendUrl INFO 83 [372] R:OK -2015-03-10 10:03:49 queue INFO >>83 [373] -2015-03-10 10:03:49 sendUrl INFO 83 [373] R:OK -2015-03-10 10:04:39 queue INFO >>83 [374] -2015-03-10 10:04:39 sendUrl INFO 83 [374] R:OK -2015-03-10 10:05:29 queue INFO >>83 [375] -2015-03-10 10:05:29 sendUrl INFO 83 [375] R:OK -2015-03-10 10:06:03 queue INFO 87 [376] -2015-03-10 10:06:03 queue INFO >87 [377] -2015-03-10 10:06:03 sendUrl INFO 87 [376] R:OK -2015-03-10 10:06:04 sendUrl INFO 87 [377] R:OK -2015-03-10 10:06:04 queue INFO 83 [378] -2015-03-10 10:06:05 sendUrl INFO 83 [378] R:OK -2015-03-10 10:06:05 queue INFO >83 [379] -2015-03-10 10:06:05 sendUrl INFO 83 [379] R:OK -2015-03-10 10:06:55 queue INFO >>83 [380] -2015-03-10 10:06:55 sendUrl INFO 83 [380] R:OK -2015-03-10 10:07:45 queue INFO >>83 [381] -2015-03-10 10:07:45 sendUrl INFO 83 [381] R:OK -2015-03-10 10:08:35 queue INFO >>83 [382] -2015-03-10 10:08:35 sendUrl INFO 83 [382] R:OK -2015-03-10 10:09:25 queue INFO >>83 [383] -2015-03-10 10:09:25 sendUrl INFO 83 [383] R:OK -2015-03-10 10:10:15 queue INFO >>83 [384] -2015-03-10 10:10:16 sendUrl INFO 83 [384] R:OK -2015-03-10 10:11:05 queue INFO >>83 [385] -2015-03-10 10:11:06 sendUrl INFO 83 [385] R:OK -2015-03-10 10:11:56 queue INFO >>83 [386] -2015-03-10 10:11:56 sendUrl INFO 83 [386] R:OK -2015-03-10 10:12:46 queue INFO >>83 [387] -2015-03-10 10:12:46 sendUrl INFO 83 [387] R:OK -2015-03-10 10:13:36 queue INFO >>83 [388] -2015-03-10 10:13:36 sendUrl INFO 83 [388] R:OK -2015-03-10 10:13:37 queue INFO 81 [389] -2015-03-10 10:13:37 queue INFO >81 [390] -2015-03-10 10:13:38 sendUrl INFO 81 [389] R:OK -2015-03-10 10:13:38 sendUrl INFO 81 [390] R:OK -2015-03-10 10:13:48 queue INFO 83 [391] -2015-03-10 10:13:48 queue INFO >83 [392] -2015-03-10 10:13:48 sendUrl INFO 83 [391] R:OK -2015-03-10 10:13:49 sendUrl INFO 83 [392] R:OK -2015-03-10 10:14:12 queue INFO 87 [393] -2015-03-10 10:14:13 queue INFO >87 [394] -2015-03-10 10:14:13 sendUrl INFO 87 [393] R:OK -2015-03-10 10:14:13 sendUrl INFO 87 [394] R:OK -2015-03-10 10:14:14 queue INFO 83 [395] -2015-03-10 10:14:14 queue INFO >83 [396] -2015-03-10 10:14:14 sendUrl INFO 83 [395] R:OK -2015-03-10 10:14:15 sendUrl INFO 83 [396] R:OK -2015-03-10 10:15:04 queue INFO >>83 [397] -2015-03-10 10:15:04 sendUrl INFO 83 [397] R:OK -2015-03-10 10:15:54 queue INFO >>83 [398] -2015-03-10 10:15:55 sendUrl INFO 83 [398] R:OK -2015-03-10 10:16:44 queue INFO >>83 [399] -2015-03-10 10:16:45 sendUrl INFO 83 [399] R:OK -2015-03-10 10:17:35 queue INFO >>83 [400] -2015-03-10 10:17:35 sendUrl INFO 83 [400] R:OK -2015-03-10 10:18:25 queue INFO >>83 [401] -2015-03-10 10:18:25 sendUrl INFO 83 [401] R:OK -2015-03-10 10:19:15 queue INFO >>83 [402] -2015-03-10 10:19:15 sendUrl INFO 83 [402] R:OK -2015-03-10 10:20:05 queue INFO >>83 [403] -2015-03-10 10:20:05 sendUrl INFO 83 [403] R:OK -2015-03-10 10:20:55 queue INFO >>83 [404] -2015-03-10 10:20:56 sendUrl INFO 83 [404] R:OK -2015-03-10 10:21:45 queue INFO >>83 [405] -2015-03-10 10:21:46 sendUrl INFO 83 [405] R:OK -2015-03-10 10:22:19 queue INFO 87 [406] -2015-03-10 10:22:19 queue INFO >87 [407] -2015-03-10 10:22:19 sendUrl INFO 87 [406] R:OK -2015-03-10 10:22:20 sendUrl INFO 87 [407] R:OK -2015-03-10 10:22:20 queue INFO 83 [408] -2015-03-10 10:22:21 queue INFO >83 [409] -2015-03-10 10:22:21 sendUrl INFO 83 [408] R:OK -2015-03-10 10:22:21 sendUrl INFO 83 [409] R:OK -2015-03-10 10:23:11 queue INFO >>83 [410] -2015-03-10 10:23:11 sendUrl INFO 83 [410] R:OK -2015-03-10 10:24:01 queue INFO >>83 [411] -2015-03-10 10:24:01 sendUrl INFO 83 [411] R:OK -2015-03-10 10:24:51 queue INFO >>83 [412] -2015-03-10 10:24:51 sendUrl INFO 83 [412] R:OK -2015-03-10 10:25:41 queue INFO >>83 [413] -2015-03-10 10:25:41 sendUrl INFO 83 [413] R:OK -2015-03-10 10:26:31 queue INFO >>83 [414] -2015-03-10 10:26:31 sendUrl INFO 83 [414] R:OK -2015-03-10 10:27:21 queue INFO >>83 [415] -2015-03-10 10:27:22 sendUrl INFO 83 [415] R:OK -2015-03-10 10:28:11 queue INFO >>83 [416] -2015-03-10 10:28:11 sendUrl INFO 83 [416] R:OK -2015-03-10 10:28:43 queue INFO 81 [417] -2015-03-10 10:28:43 queue INFO >81 [418] -2015-03-10 10:28:43 sendUrl INFO 81 [417] R:OK -2015-03-10 10:28:44 sendUrl INFO 81 [418] R:OK -2015-03-10 10:29:33 queue INFO >>81 [419] -2015-03-10 10:29:33 sendUrl INFO 81 [419] R:OK -2015-03-10 10:30:23 queue INFO >>81 [420] -2015-03-10 10:30:23 sendUrl INFO 81 [420] R:OK -2015-03-10 10:31:13 queue INFO >>81 [421] -2015-03-10 10:31:14 sendUrl INFO 81 [421] R:OK -2015-03-10 10:31:17 queue INFO 99 [422] -2015-03-10 10:31:17 queue INFO >99 [423] -2015-03-10 10:31:18 sendUrl INFO 99 [422] R:OK -2015-03-10 10:31:18 sendUrl INFO 99 [423] R:OK -2015-03-10 10:32:07 queue INFO >>99 [424] -2015-03-10 10:32:08 sendUrl INFO 99 [424] R:OK -2015-03-10 10:32:58 queue INFO >>99 [425] -2015-03-10 10:32:58 sendUrl INFO 99 [425] R:OK -2015-03-10 10:33:48 queue INFO >>99 [426] -2015-03-10 10:33:48 sendUrl INFO 99 [426] R:OK -2015-03-10 10:34:38 queue INFO >>99 [427] -2015-03-10 10:34:38 sendUrl INFO 99 [427] R:OK -2015-03-10 10:35:28 queue INFO >>99 [428] -2015-03-10 10:35:28 sendUrl INFO 99 [428] R:OK -2015-03-10 10:36:18 queue INFO >>99 [429] -2015-03-10 10:36:19 sendUrl INFO 99 [429] R:OK -2015-03-10 10:37:08 queue INFO >>99 [430] -2015-03-10 10:37:08 sendUrl INFO 99 [430] R:OK -2015-03-10 10:37:58 queue INFO >>99 [431] -2015-03-10 10:37:59 sendUrl INFO 99 [431] R:OK -2015-03-10 10:38:25 queue INFO 89 [432] -2015-03-10 10:38:25 sendUrl INFO 89 [432] R:OK -2015-03-10 10:38:25 queue INFO >89 [433] -2015-03-10 10:38:26 sendUrl INFO 89 [433] R:OK -2015-03-10 10:38:28 queue INFO 81 [434] -2015-03-10 10:38:28 sendUrl INFO 81 [434] R:OK -2015-03-10 10:38:28 queue INFO >81 [435] -2015-03-10 10:38:29 sendUrl INFO 81 [435] R:OK -2015-03-10 10:38:34 queue INFO 83 [436] -2015-03-10 10:38:34 queue INFO >83 [437] -2015-03-10 10:38:35 sendUrl INFO 83 [436] R:OK -2015-03-10 10:38:35 sendUrl INFO 83 [437] R:OK -2015-03-10 10:38:55 queue INFO 87 [438] -2015-03-10 10:38:55 queue INFO >87 [439] -2015-03-10 10:38:56 sendUrl INFO 87 [438] R:OK -2015-03-10 10:38:56 sendUrl INFO 87 [439] R:OK -2015-03-10 10:38:57 queue INFO 83 [440] -2015-03-10 10:38:57 queue INFO >83 [441] -2015-03-10 10:38:57 sendUrl INFO 83 [440] R:OK -2015-03-10 10:38:58 sendUrl INFO 83 [441] R:OK -2015-03-10 10:39:47 queue INFO >>83 [442] -2015-03-10 10:39:47 sendUrl INFO 83 [442] R:OK -2015-03-10 10:40:37 queue INFO >>83 [443] -2015-03-10 10:40:37 sendUrl INFO 83 [443] R:OK -2015-03-10 10:41:27 queue INFO >>83 [444] -2015-03-10 10:41:28 sendUrl INFO 83 [444] R:OK -2015-03-10 10:42:17 queue INFO >>83 [445] -2015-03-10 10:42:18 sendUrl INFO 83 [445] R:OK -2015-03-10 10:43:07 queue INFO >>83 [446] -2015-03-10 10:43:08 sendUrl INFO 83 [446] R:OK -2015-03-10 10:43:58 queue INFO >>83 [447] -2015-03-10 10:43:58 sendUrl INFO 83 [447] R:OK -2015-03-10 10:44:48 queue INFO >>83 [448] -2015-03-10 10:44:48 sendUrl INFO 83 [448] R:OK -2015-03-10 10:45:38 queue INFO >>83 [449] -2015-03-10 10:45:38 sendUrl INFO 83 [449] R:OK -2015-03-10 10:46:28 queue INFO >>83 [450] -2015-03-10 10:46:28 sendUrl INFO 83 [450] R:OK -2015-03-10 10:47:02 queue INFO 87 [451] -2015-03-10 10:47:02 queue INFO >87 [452] -2015-03-10 10:47:02 sendUrl INFO 87 [451] R:OK -2015-03-10 10:47:02 sendUrl INFO 87 [452] R:OK -2015-03-10 10:47:03 queue INFO 83 [453] -2015-03-10 10:47:03 queue INFO >83 [454] -2015-03-10 10:47:04 sendUrl INFO 83 [453] R:OK -2015-03-10 10:47:04 sendUrl INFO 83 [454] R:OK -2015-03-10 10:47:53 queue INFO >>83 [455] -2015-03-10 10:47:54 sendUrl INFO 83 [455] R:OK -2015-03-10 10:48:43 queue INFO >>83 [456] -2015-03-10 10:48:44 sendUrl INFO 83 [456] R:OK -2015-03-10 10:49:34 queue INFO >>83 [457] -2015-03-10 10:49:34 sendUrl INFO 83 [457] R:OK -2015-03-10 10:50:24 queue INFO >>83 [458] -2015-03-10 10:50:24 sendUrl INFO 83 [458] R:OK -2015-03-10 10:51:14 queue INFO >>83 [459] -2015-03-10 10:51:14 sendUrl INFO 83 [459] R:OK -2015-03-10 10:52:04 queue INFO >>83 [460] -2015-03-10 10:52:04 sendUrl INFO 83 [460] R:OK -2015-03-10 10:52:54 queue INFO >>83 [461] -2015-03-10 10:52:55 sendUrl INFO 83 [461] R:OK -2015-03-10 10:53:44 queue INFO >>83 [462] -2015-03-10 10:53:45 sendUrl INFO 83 [462] R:OK -2015-03-10 10:54:35 queue INFO >>83 [463] -2015-03-10 10:54:35 sendUrl INFO 83 [463] R:OK -2015-03-10 10:55:08 queue INFO 87 [464] -2015-03-10 10:55:08 sendUrl INFO 87 [464] R:OK -2015-03-10 10:55:08 queue INFO >87 [465] -2015-03-10 10:55:09 sendUrl INFO 87 [465] R:OK -2015-03-10 10:55:10 queue INFO 83 [466] -2015-03-10 10:55:10 queue INFO >83 [467] -2015-03-10 10:55:10 sendUrl INFO 83 [466] R:OK -2015-03-10 10:55:11 sendUrl INFO 83 [467] R:OK -2015-03-10 10:56:00 queue INFO >>83 [468] -2015-03-10 10:56:00 sendUrl INFO 83 [468] R:OK -2015-03-10 10:56:50 queue INFO >>83 [469] -2015-03-10 10:56:50 sendUrl INFO 83 [469] R:OK -2015-03-10 10:57:40 queue INFO >>83 [470] -2015-03-10 10:57:41 sendUrl INFO 83 [470] R:OK -2015-03-10 10:58:30 queue INFO >>83 [471] -2015-03-10 10:58:31 sendUrl INFO 83 [471] R:OK -2015-03-10 10:59:20 queue INFO >>83 [472] -2015-03-10 10:59:21 sendUrl INFO 83 [472] R:OK -2015-03-10 11:00:11 queue INFO >>83 [473] -2015-03-10 11:00:11 sendUrl INFO 83 [473] R:OK -2015-03-10 11:01:01 queue INFO >>83 [474] -2015-03-10 11:01:01 sendUrl INFO 83 [474] R:OK -2015-03-10 11:01:51 queue INFO >>83 [475] -2015-03-10 11:01:51 sendUrl INFO 83 [475] R:OK -2015-03-10 11:02:41 queue INFO >>83 [476] -2015-03-10 11:02:41 sendUrl INFO 83 [476] R:OK -2015-03-10 11:03:15 queue INFO 87 [477] -2015-03-10 11:03:15 queue INFO >87 [478] -2015-03-10 11:03:15 sendUrl INFO 87 [477] R:OK -2015-03-10 11:03:15 sendUrl INFO 87 [478] R:OK -2015-03-10 11:03:16 queue INFO 83 [479] -2015-03-10 11:03:16 queue INFO >83 [480] -2015-03-10 11:03:16 sendUrl INFO 83 [479] R:OK -2015-03-10 11:03:17 sendUrl INFO 83 [480] R:OK -2015-03-10 11:04:06 queue INFO >>83 [481] -2015-03-10 11:04:07 sendUrl INFO 83 [481] R:OK -2015-03-10 11:04:56 queue INFO >>83 [482] -2015-03-10 11:04:57 sendUrl INFO 83 [482] R:OK -2015-03-10 11:05:47 queue INFO >>83 [483] -2015-03-10 11:05:47 sendUrl INFO 83 [483] R:OK -2015-03-10 11:06:37 queue INFO >>83 [484] -2015-03-10 11:06:37 sendUrl INFO 83 [484] R:OK -2015-03-10 11:07:27 queue INFO >>83 [485] -2015-03-10 11:07:27 sendUrl INFO 83 [485] R:OK -2015-03-10 11:08:17 queue INFO >>83 [486] -2015-03-10 11:08:17 sendUrl INFO 83 [486] R:OK -2015-03-10 11:09:07 queue INFO >>83 [487] -2015-03-10 11:09:08 sendUrl INFO 83 [487] R:OK -2015-03-10 11:09:57 queue INFO >>83 [488] -2015-03-10 11:09:58 sendUrl INFO 83 [488] R:OK -2015-03-10 11:10:48 queue INFO >>83 [489] -2015-03-10 11:10:48 sendUrl INFO 83 [489] R:OK -2015-03-10 11:11:21 queue INFO C7 [490] -2015-03-10 11:11:21 sendUrl INFO C7 [490] R:OK -2015-03-10 11:11:21 queue INFO >C7 [491] -2015-03-10 11:11:22 sendUrl INFO C7 [491] R:OK -2015-03-10 11:11:23 queue INFO C3 [492] -2015-03-10 11:11:23 queue INFO >C3 [493] -2015-03-10 11:11:23 sendUrl INFO C3 [492] R:OK -2015-03-10 11:11:24 sendUrl INFO C3 [493] R:OK -2015-03-10 11:12:13 queue INFO >>C3 [494] -2015-03-10 11:12:13 sendUrl INFO C3 [494] R:OK -2015-03-10 11:13:03 queue INFO >>C3 [495] -2015-03-10 11:13:03 sendUrl INFO C3 [495] R:OK -2015-03-10 11:13:53 queue INFO >>C3 [496] -2015-03-10 11:13:54 sendUrl INFO C3 [496] R:OK -2015-03-10 11:14:43 queue INFO >>C3 [497] -2015-03-10 11:14:44 sendUrl INFO C3 [497] R:OK -2015-03-10 11:15:33 queue INFO >>C3 [498] -2015-03-10 11:15:34 sendUrl INFO C3 [498] R:OK -2015-03-10 11:16:24 queue INFO >>C3 [499] -2015-03-10 11:16:24 sendUrl INFO C3 [499] R:OK -2015-03-10 11:17:14 queue INFO >>C3 [500] -2015-03-10 11:17:14 sendUrl INFO C3 [500] R:OK -2015-03-10 11:18:04 queue INFO >>C3 [501] -2015-03-10 11:18:04 sendUrl INFO C3 [501] R:OK -2015-03-10 11:18:54 queue INFO >>C3 [502] -2015-03-10 11:18:54 sendUrl INFO C3 [502] R:OK -2015-03-10 11:19:27 queue INFO 83 [503] -2015-03-10 11:19:28 queue INFO 87 [504] -2015-03-10 11:19:28 queue INFO >87 [505] -2015-03-10 11:19:28 sendUrl INFO 83 [503] R:OK -2015-03-10 11:19:28 sendUrl INFO 87 [504] R:OK -2015-03-10 11:19:29 sendUrl INFO 87 [505] R:OK -2015-03-10 11:19:29 queue INFO 83 [506] -2015-03-10 11:19:29 queue INFO >83 [507] -2015-03-10 11:19:29 sendUrl INFO 83 [506] R:OK -2015-03-10 11:19:30 sendUrl INFO 83 [507] R:OK -2015-03-10 11:20:19 queue INFO >>83 [508] -2015-03-10 11:20:19 sendUrl INFO 83 [508] R:OK -2015-03-10 11:21:09 queue INFO >>83 [509] -2015-03-10 11:21:10 sendUrl INFO 83 [509] R:OK -2015-03-10 11:21:59 queue INFO >>83 [510] -2015-03-10 11:22:00 sendUrl INFO 83 [510] R:OK -2015-03-10 11:22:50 queue INFO >>83 [511] -2015-03-10 11:22:50 sendUrl INFO 83 [511] R:OK -2015-03-10 11:23:40 queue INFO >>83 [512] -2015-03-10 11:23:40 sendUrl INFO 83 [512] R:OK -2015-03-10 11:24:30 queue INFO >>83 [513] -2015-03-10 11:24:30 sendUrl INFO 83 [513] R:OK -2015-03-10 11:25:20 queue INFO >>83 [514] -2015-03-10 11:25:20 sendUrl INFO 83 [514] R:OK -2015-03-10 11:26:10 queue INFO >>83 [515] -2015-03-10 11:26:11 sendUrl INFO 83 [515] R:OK -2015-03-10 11:27:00 queue INFO >>83 [516] -2015-03-10 11:27:00 sendUrl INFO 83 [516] R:OK -2015-03-10 11:27:34 queue INFO 87 [517] -2015-03-10 11:27:35 queue INFO >87 [518] -2015-03-10 11:27:35 sendUrl INFO 87 [517] R:OK -2015-03-10 11:27:35 sendUrl INFO 87 [518] R:OK -2015-03-10 11:27:36 queue INFO 83 [519] -2015-03-10 11:27:36 queue INFO >83 [520] -2015-03-10 11:27:36 sendUrl INFO 83 [519] R:OK -2015-03-10 11:27:37 sendUrl INFO 83 [520] R:OK -2015-03-10 11:28:26 queue INFO >>83 [521] -2015-03-10 11:28:26 sendUrl INFO 83 [521] R:OK -2015-03-10 11:29:16 queue INFO >>83 [522] -2015-03-10 11:29:16 sendUrl INFO 83 [522] R:OK -2015-03-10 11:30:06 queue INFO >>83 [523] -2015-03-10 11:30:07 sendUrl INFO 83 [523] R:OK -2015-03-10 11:30:56 queue INFO >>83 [524] -2015-03-10 11:30:57 sendUrl INFO 83 [524] R:OK -2015-03-10 11:31:47 queue INFO >>83 [525] -2015-03-10 11:31:47 sendUrl INFO 83 [525] R:OK -2015-03-10 11:32:37 queue INFO >>83 [526] -2015-03-10 11:32:37 sendUrl INFO 83 [526] R:OK -2015-03-10 11:33:27 queue INFO >>83 [527] -2015-03-10 11:33:27 sendUrl INFO 83 [527] R:OK -2015-03-10 11:34:17 queue INFO >>83 [528] -2015-03-10 11:34:17 sendUrl INFO 83 [528] R:OK -2015-03-10 11:35:07 queue INFO >>83 [529] -2015-03-10 11:35:08 sendUrl INFO 83 [529] R:OK -2015-03-10 11:35:41 queue INFO 87 [530] -2015-03-10 11:35:41 queue INFO >87 [531] -2015-03-10 11:35:41 sendUrl INFO 87 [530] R:OK -2015-03-10 11:35:42 sendUrl INFO 87 [531] R:OK -2015-03-10 11:35:43 queue INFO 83 [532] -2015-03-10 11:35:43 queue INFO >83 [533] -2015-03-10 11:35:43 sendUrl INFO 83 [532] R:OK -2015-03-10 11:35:43 sendUrl INFO 83 [533] R:OK -2015-03-10 11:36:33 queue INFO >>83 [534] -2015-03-10 11:36:33 sendUrl INFO 83 [534] R:OK -2015-03-10 11:37:23 queue INFO >>83 [535] -2015-03-10 11:37:23 sendUrl INFO 83 [535] R:OK -2015-03-10 11:38:13 queue INFO >>83 [536] -2015-03-10 11:38:13 sendUrl INFO 83 [536] R:OK -2015-03-10 11:39:03 queue INFO >>83 [537] -2015-03-10 11:39:03 sendUrl INFO 83 [537] R:OK -2015-03-10 11:39:53 queue INFO >>83 [538] -2015-03-10 11:39:54 sendUrl INFO 83 [538] R:OK -2015-03-10 11:40:43 queue INFO >>83 [539] -2015-03-10 11:40:44 sendUrl INFO 83 [539] R:OK -2015-03-10 11:41:34 queue INFO >>83 [540] -2015-03-10 11:41:34 sendUrl INFO 83 [540] R:OK -2015-03-10 11:42:24 queue INFO >>83 [541] -2015-03-10 11:42:24 sendUrl INFO 83 [541] R:OK -2015-03-10 11:43:14 queue INFO >>83 [542] -2015-03-10 11:43:14 sendUrl INFO 83 [542] R:OK -2015-03-10 11:43:47 queue INFO 87 [543] -2015-03-10 11:43:48 queue INFO >87 [544] -2015-03-10 11:43:48 sendUrl INFO 87 [543] R:OK -2015-03-10 11:43:48 sendUrl INFO 87 [544] R:OK -2015-03-10 11:43:49 queue INFO 83 [545] -2015-03-10 11:43:49 sendUrl INFO 83 [545] R:OK -2015-03-10 11:43:49 queue INFO >83 [546] -2015-03-10 11:43:50 sendUrl INFO 83 [546] R:OK -2015-03-10 11:44:39 queue INFO >>83 [547] -2015-03-10 11:44:39 sendUrl INFO 83 [547] R:OK -2015-03-10 11:45:29 queue INFO >>83 [548] -2015-03-10 11:45:30 sendUrl INFO 83 [548] R:OK -2015-03-10 11:46:19 queue INFO >>83 [549] -2015-03-10 11:46:20 sendUrl INFO 83 [549] R:OK -2015-03-10 11:47:10 queue INFO >>83 [550] -2015-03-10 11:47:10 sendUrl INFO 83 [550] R:OK -2015-03-10 11:48:00 queue INFO >>83 [551] -2015-03-10 11:48:00 sendUrl INFO 83 [551] R:OK -2015-03-10 11:48:50 queue INFO >>83 [552] -2015-03-10 11:48:50 sendUrl INFO 83 [552] R:OK -2015-03-10 11:49:40 queue INFO >>83 [553] -2015-03-10 11:49:40 sendUrl INFO 83 [553] R:OK -2015-03-10 11:50:30 queue INFO >>83 [554] -2015-03-10 11:50:31 sendUrl INFO 83 [554] R:OK -2015-03-10 11:51:20 queue INFO >>83 [555] -2015-03-10 11:51:21 sendUrl INFO 83 [555] R:OK -2015-03-10 11:51:54 queue INFO 87 [556] -2015-03-10 11:51:54 sendUrl INFO 87 [556] R:OK -2015-03-10 11:51:54 queue INFO >87 [557] -2015-03-10 11:51:54 sendUrl INFO 87 [557] R:OK -2015-03-10 11:51:55 queue INFO 83 [558] -2015-03-10 11:51:56 queue INFO >83 [559] -2015-03-10 11:51:56 sendUrl INFO 83 [558] R:OK -2015-03-10 11:51:56 sendUrl INFO 83 [559] R:OK -2015-03-10 11:52:45 queue INFO >>83 [560] -2015-03-10 11:52:46 sendUrl INFO 83 [560] R:OK -2015-03-10 11:53:36 queue INFO >>83 [561] -2015-03-10 11:53:36 sendUrl INFO 83 [561] R:OK -2015-03-10 11:54:26 queue INFO >>83 [562] -2015-03-10 11:54:26 sendUrl INFO 83 [562] R:OK -2015-03-10 11:55:16 queue INFO >>83 [563] -2015-03-10 11:55:16 sendUrl INFO 83 [563] R:OK -2015-03-10 11:56:06 queue INFO >>83 [564] -2015-03-10 11:56:07 sendUrl INFO 83 [564] R:OK -2015-03-10 11:56:56 queue INFO >>83 [565] -2015-03-10 11:56:56 sendUrl INFO 83 [565] R:OK -2015-03-10 11:57:46 queue INFO >>83 [566] -2015-03-10 11:57:47 sendUrl INFO 83 [566] R:OK -2015-03-10 11:58:37 queue INFO >>83 [567] -2015-03-10 11:58:37 sendUrl INFO 83 [567] R:OK -2015-03-10 11:59:27 queue INFO >>83 [568] -2015-03-10 11:59:27 sendUrl INFO 83 [568] R:OK -2015-03-10 12:00:00 queue INFO C7 [569] -2015-03-10 12:00:00 queue INFO >C7 [570] -2015-03-10 12:00:01 sendUrl INFO C7 [569] R:OK -2015-03-10 12:00:01 sendUrl INFO C7 [570] R:OK -2015-03-10 12:00:02 queue INFO C3 [571] -2015-03-10 12:00:02 queue INFO >C3 [572] -2015-03-10 12:00:02 sendUrl INFO C3 [571] R:OK -2015-03-10 12:00:03 sendUrl INFO C3 [572] R:OK -2015-03-10 12:00:52 queue INFO >>C3 [573] -2015-03-10 12:00:52 sendUrl INFO C3 [573] R:OK -2015-03-10 12:01:42 queue INFO >>C3 [574] -2015-03-10 12:01:42 sendUrl INFO C3 [574] R:OK -2015-03-10 12:02:32 queue INFO >>C3 [575] -2015-03-10 12:02:33 sendUrl INFO C3 [575] R:OK -2015-03-10 12:03:22 queue INFO >>C3 [576] -2015-03-10 12:03:23 sendUrl INFO C3 [576] R:OK -2015-03-10 12:04:13 queue INFO >>C3 [577] -2015-03-10 12:04:13 sendUrl INFO C3 [577] R:OK -2015-03-10 12:05:03 queue INFO >>C3 [578] -2015-03-10 12:05:03 sendUrl INFO C3 [578] R:OK -2015-03-10 12:05:53 queue INFO >>C3 [579] -2015-03-10 12:05:53 sendUrl INFO C3 [579] R:OK -2015-03-10 12:06:43 queue INFO >>C3 [580] -2015-03-10 12:06:43 sendUrl INFO C3 [580] R:OK -2015-03-10 12:07:33 queue INFO >>C3 [581] -2015-03-10 12:07:34 sendUrl INFO C3 [581] R:OK -2015-03-10 12:08:07 queue INFO 83 [582] -2015-03-10 12:08:07 queue INFO 87 [583] -2015-03-10 12:08:07 sendUrl INFO 83 [582] R:OK -2015-03-10 12:08:07 queue INFO >87 [584] -2015-03-10 12:08:07 sendUrl INFO 87 [583] R:OK -2015-03-10 12:08:08 sendUrl INFO 87 [584] R:OK -2015-03-10 12:08:08 queue INFO 83 [585] -2015-03-10 12:08:09 queue INFO >83 [586] -2015-03-10 12:08:09 sendUrl INFO 83 [585] R:OK -2015-03-10 12:08:09 sendUrl INFO 83 [586] R:OK -2015-03-10 12:08:58 queue INFO >>83 [587] -2015-03-10 12:08:59 sendUrl INFO 83 [587] R:OK -2015-03-10 12:09:49 queue INFO >>83 [588] -2015-03-10 12:09:49 sendUrl INFO 83 [588] R:OK -2015-03-10 12:09:55 queue INFO 81 [589] -2015-03-10 12:09:56 sendUrl INFO 81 [589] R:OK -2015-03-10 12:09:56 queue INFO >81 [590] -2015-03-10 12:09:56 sendUrl INFO 81 [590] R:OK -2015-03-10 12:10:08 queue INFO 83 [591] -2015-03-10 12:10:08 queue INFO >83 [592] -2015-03-10 12:10:08 sendUrl INFO 83 [591] R:OK -2015-03-10 12:10:09 sendUrl INFO 83 [592] R:OK -2015-03-10 12:10:58 queue INFO >>83 [593] -2015-03-10 12:10:58 sendUrl INFO 83 [593] R:OK -2015-03-10 12:11:48 queue INFO >>83 [594] -2015-03-10 12:11:48 sendUrl INFO 83 [594] R:OK -2015-03-10 12:12:38 queue INFO >>83 [595] -2015-03-10 12:12:39 sendUrl INFO 83 [595] R:OK -2015-03-10 12:13:28 queue INFO >>83 [596] -2015-03-10 12:13:28 sendUrl INFO 83 [596] R:OK -2015-03-10 12:14:18 queue INFO >>83 [597] -2015-03-10 12:14:19 sendUrl INFO 83 [597] R:OK -2015-03-10 12:15:09 queue INFO >>83 [598] -2015-03-10 12:15:09 sendUrl INFO 83 [598] R:OK -2015-03-10 12:15:59 queue INFO >>83 [599] -2015-03-10 12:15:59 sendUrl INFO 83 [599] R:OK -2015-03-10 12:16:14 queue INFO 87 [600] -2015-03-10 12:16:14 queue INFO >87 [601] -2015-03-10 12:16:14 sendUrl INFO 87 [600] R:OK -2015-03-10 12:16:15 sendUrl INFO 87 [601] R:OK -2015-03-10 12:16:15 queue INFO 83 [602] -2015-03-10 12:16:15 queue INFO >83 [603] -2015-03-10 12:16:16 sendUrl INFO 83 [602] R:OK -2015-03-10 12:16:16 sendUrl INFO 83 [603] R:OK -2015-03-10 12:17:05 queue INFO >>83 [604] -2015-03-10 12:17:06 sendUrl INFO 83 [604] R:OK -2015-03-10 12:17:56 queue INFO >>83 [605] -2015-03-10 12:17:56 sendUrl INFO 83 [605] R:OK -2015-03-10 12:18:46 queue INFO >>83 [606] -2015-03-10 12:18:46 sendUrl INFO 83 [606] R:OK -2015-03-10 12:19:36 queue INFO >>83 [607] -2015-03-10 12:19:36 sendUrl INFO 83 [607] R:OK -2015-03-10 12:20:26 queue INFO >>83 [608] -2015-03-10 12:20:26 sendUrl INFO 83 [608] R:OK -2015-03-10 12:21:16 queue INFO >>83 [609] -2015-03-10 12:21:17 sendUrl INFO 83 [609] R:OK -2015-03-10 12:22:06 queue INFO >>83 [610] -2015-03-10 12:22:06 sendUrl INFO 83 [610] R:OK -2015-03-10 12:22:56 queue INFO >>83 [611] -2015-03-10 12:22:57 sendUrl INFO 83 [611] R:OK -2015-03-10 12:23:47 queue INFO >>83 [612] -2015-03-10 12:23:47 sendUrl INFO 83 [612] R:OK -2015-03-10 12:24:20 queue INFO 87 [613] -2015-03-10 12:24:20 queue INFO >87 [614] -2015-03-10 12:24:20 sendUrl INFO 87 [613] R:OK -2015-03-10 12:24:21 sendUrl INFO 87 [614] R:OK -2015-03-10 12:24:22 queue INFO 83 [615] -2015-03-10 12:24:22 sendUrl INFO 83 [615] R:OK -2015-03-10 12:24:22 queue INFO >83 [616] -2015-03-10 12:24:22 sendUrl INFO 83 [616] R:OK -2015-03-10 12:25:12 queue INFO >>83 [617] -2015-03-10 12:25:12 sendUrl INFO 83 [617] R:OK -2015-03-10 12:26:02 queue INFO >>83 [618] -2015-03-10 12:26:02 sendUrl INFO 83 [618] R:OK -2015-03-10 12:26:52 queue INFO >>83 [619] -2015-03-10 12:26:52 sendUrl INFO 83 [619] R:OK -2015-03-10 12:27:42 queue INFO >>83 [620] -2015-03-10 12:27:43 sendUrl INFO 83 [620] R:OK -2015-03-10 12:28:32 queue INFO >>83 [621] -2015-03-10 12:28:33 sendUrl INFO 83 [621] R:OK -2015-03-10 12:29:23 queue INFO >>83 [622] -2015-03-10 12:29:23 sendUrl INFO 83 [622] R:OK -2015-03-10 12:30:13 queue INFO >>83 [623] -2015-03-10 12:30:13 sendUrl INFO 83 [623] R:OK -2015-03-10 12:31:03 queue INFO >>83 [624] -2015-03-10 12:31:03 sendUrl INFO 83 [624] R:OK -2015-03-10 12:31:53 queue INFO >>83 [625] -2015-03-10 12:31:53 sendUrl INFO 83 [625] R:OK -2015-03-10 12:32:27 queue INFO 87 [626] -2015-03-10 12:32:27 queue INFO >87 [627] -2015-03-10 12:32:27 sendUrl INFO 87 [626] R:OK -2015-03-10 12:32:28 sendUrl INFO 87 [627] R:OK -2015-03-10 12:32:28 queue INFO 83 [628] -2015-03-10 12:32:28 queue INFO >83 [629] -2015-03-10 12:32:29 sendUrl INFO 83 [628] R:OK -2015-03-10 12:32:29 sendUrl INFO 83 [629] R:OK -2015-03-10 12:33:18 queue INFO >>83 [630] -2015-03-10 12:33:19 sendUrl INFO 83 [630] R:OK -2015-03-10 12:34:08 queue INFO >>83 [631] -2015-03-10 12:34:09 sendUrl INFO 83 [631] R:OK -2015-03-10 12:34:59 queue INFO >>83 [632] -2015-03-10 12:34:59 sendUrl INFO 83 [632] R:OK -2015-03-10 12:35:49 queue INFO >>83 [633] -2015-03-10 12:35:49 sendUrl INFO 83 [633] R:OK -2015-03-10 12:36:39 queue INFO >>83 [634] -2015-03-10 12:36:39 sendUrl INFO 83 [634] R:OK -2015-03-10 12:37:29 queue INFO >>83 [635] -2015-03-10 12:37:30 sendUrl INFO 83 [635] R:OK -2015-03-10 12:38:19 queue INFO >>83 [636] -2015-03-10 12:38:19 sendUrl INFO 83 [636] R:OK -2015-03-10 12:39:09 queue INFO >>83 [637] -2015-03-10 12:39:10 sendUrl INFO 83 [637] R:OK -2015-03-10 12:40:00 queue INFO >>83 [638] -2015-03-10 12:40:00 sendUrl INFO 83 [638] R:OK -2015-03-10 12:40:33 queue INFO 87 [639] -2015-03-10 12:40:33 queue INFO >87 [640] -2015-03-10 12:40:33 sendUrl INFO 87 [639] R:OK -2015-03-10 12:40:34 sendUrl INFO 87 [640] R:OK -2015-03-10 12:40:35 queue INFO 83 [641] -2015-03-10 12:40:35 sendUrl INFO 83 [641] R:OK -2015-03-10 12:40:35 queue INFO >83 [642] -2015-03-10 12:40:35 sendUrl INFO 83 [642] R:OK -2015-03-10 12:41:25 queue INFO >>83 [643] -2015-03-10 12:41:25 sendUrl INFO 83 [643] R:OK -2015-03-10 12:42:15 queue INFO >>83 [644] -2015-03-10 12:42:15 sendUrl INFO 83 [644] R:OK -2015-03-10 12:43:05 queue INFO >>83 [645] -2015-03-10 12:43:05 sendUrl INFO 83 [645] R:OK -2015-03-10 12:43:55 queue INFO >>83 [646] -2015-03-10 12:43:56 sendUrl INFO 83 [646] R:OK -2015-03-10 12:44:45 queue INFO >>83 [647] -2015-03-10 12:44:46 sendUrl INFO 83 [647] R:OK -2015-03-10 12:45:36 queue INFO >>83 [648] -2015-03-10 12:45:36 sendUrl INFO 83 [648] R:OK -2015-03-10 12:46:26 queue INFO >>83 [649] -2015-03-10 12:46:26 sendUrl INFO 83 [649] R:OK -2015-03-10 12:47:16 queue INFO >>83 [650] -2015-03-10 12:47:42 sendUrl INFO 83 [650] R:OK -2015-03-10 12:48:06 queue INFO >>83 [651] -2015-03-10 12:48:32 sendUrl INFO 83 [651] R:OK -2015-03-10 12:48:40 queue INFO C7 [652] -2015-03-10 12:48:40 queue INFO >C7 [653] -2015-03-10 12:48:41 program INFO WAIT active send to complete -2015-03-10 12:48:41 program INFO WAIT active send to complete -2015-03-10 12:48:41 queue INFO C3 [654] -2015-03-10 12:48:41 queue INFO >C3 [655] -2015-03-10 12:48:42 program INFO WAIT active send to complete -2015-03-10 12:48:42 program INFO WAIT active send to complete -2015-03-10 12:48:43 program INFO WAIT active send to complete -2015-03-10 12:48:43 program INFO WAIT active send to complete -2015-03-10 12:48:44 program INFO WAIT active send to complete -2015-03-10 12:48:44 sendUrl INFO C7 [652] R:OK -2015-03-10 12:48:45 program INFO WAIT active send to complete -2015-03-10 12:48:45 program INFO WAIT active send to complete -2015-03-10 12:48:46 program INFO WAIT active send to complete -2015-03-10 12:48:46 program INFO WAIT active send to complete -2015-03-10 12:48:47 program INFO WAIT active send to complete -2015-03-10 12:48:47 program INFO WAIT active send to complete -2015-03-10 12:48:48 program INFO WAIT active send to complete -2015-03-10 12:48:48 program INFO WAIT active send to complete -2015-03-10 12:48:49 sendUrl INFO C7 [653] R:OK -2015-03-10 12:48:49 program INFO WAIT active send to complete -2015-03-10 12:48:50 program INFO WAIT active send to complete -2015-03-10 12:48:50 sendUrl INFO C3 [654] R:OK -2015-03-10 12:48:54 sendUrl INFO C3 [655] R:OK -2015-03-10 12:49:31 queue INFO >>C3 [656] -2015-03-10 12:49:34 sendUrl INFO C3 [656] R:OK -2015-03-10 12:50:21 queue INFO >>C3 [657] -2015-03-10 12:50:29 sendUrl INFO C3 [657] R:OK -2015-03-10 12:51:12 queue INFO >>C3 [658] -2015-03-10 12:51:19 sendUrl INFO C3 [658] R:OK -2015-03-10 12:52:02 queue INFO >>C3 [659] -2015-03-10 12:52:02 sendUrl INFO C3 [659] R:OK -2015-03-10 12:52:52 queue INFO >>C3 [660] -2015-03-10 12:52:53 sendUrl INFO C3 [660] R:OK -2015-03-10 12:53:42 queue INFO >>C3 [661] -2015-03-10 12:53:43 sendUrl INFO C3 [661] R:OK -2015-03-10 12:54:32 queue INFO >>C3 [662] -2015-03-10 12:54:33 sendUrl INFO C3 [662] R:OK -2015-03-10 12:55:22 queue INFO >>C3 [663] -2015-03-10 12:55:25 sendUrl INFO C3 [663] R:OK -2015-03-10 12:56:13 queue INFO >>C3 [664] -2015-03-10 12:56:17 sendUrl INFO C3 [664] R:OK -2015-03-10 12:56:46 queue INFO 83 [665] -2015-03-10 12:56:46 queue INFO 87 [666] -2015-03-10 12:56:46 queue INFO >87 [667] -2015-03-10 12:56:47 program INFO WAIT active send to complete -2015-03-10 12:56:47 program INFO WAIT active send to complete -2015-03-10 12:56:47 queue INFO 83 [668] -2015-03-10 12:56:48 queue INFO >83 [669] -2015-03-10 12:56:48 program INFO WAIT active send to complete -2015-03-10 12:56:48 program INFO WAIT active send to complete -2015-03-10 12:56:49 program INFO WAIT active send to complete -2015-03-10 12:56:49 program INFO WAIT active send to complete -2015-03-10 12:56:50 sendUrl INFO 83 [665] R:OK -2015-03-10 12:56:50 program INFO WAIT active send to complete -2015-03-10 12:56:51 sendUrl INFO 87 [666] R:OK -2015-03-10 12:56:51 sendUrl INFO 87 [667] R:OK -2015-03-10 12:56:52 program INFO WAIT active send to complete -2015-03-10 12:56:52 sendUrl INFO 83 [668] R:OK -2015-03-10 12:56:53 sendUrl INFO 83 [669] R:OK -2015-03-10 12:57:38 queue INFO >>83 [670] -2015-03-10 12:57:38 sendUrl INFO 83 [670] R:OK -2015-03-10 12:58:28 queue INFO >>83 [671] -2015-03-10 12:58:28 sendUrl INFO 83 [671] R:OK -2015-03-10 12:59:18 queue INFO >>83 [672] -2015-03-10 12:59:19 sendUrl INFO 83 [672] R:OK -2015-03-10 13:00:08 queue INFO >>83 [673] -2015-03-10 13:00:08 sendUrl INFO 83 [673] R:OK -2015-03-10 13:00:58 queue INFO >>83 [674] -2015-03-10 13:00:59 sendUrl INFO 83 [674] R:OK -2015-03-10 13:01:48 queue INFO >>83 [675] -2015-03-10 13:01:49 sendUrl INFO 83 [675] R:OK -2015-03-10 13:02:39 queue INFO >>83 [676] -2015-03-10 13:02:39 sendUrl INFO 83 [676] R:OK -2015-03-10 13:03:29 queue INFO >>83 [677] -2015-03-10 13:03:29 sendUrl INFO 83 [677] R:OK -2015-03-10 13:04:19 queue INFO >>83 [678] -2015-03-10 13:04:19 sendUrl INFO 83 [678] R:OK -2015-03-10 13:04:53 queue INFO 87 [679] -2015-03-10 13:04:53 queue INFO >87 [680] -2015-03-10 13:04:53 sendUrl INFO 87 [679] R:OK -2015-03-10 13:04:54 sendUrl INFO 87 [680] R:OK -2015-03-10 13:04:54 queue INFO 83 [681] -2015-03-10 13:04:55 queue INFO >83 [682] -2015-03-10 13:04:55 sendUrl INFO 83 [681] R:OK -2015-03-10 13:04:55 sendUrl INFO 83 [682] R:OK -2015-03-10 13:05:45 queue INFO >>83 [683] -2015-03-10 13:05:45 sendUrl INFO 83 [683] R:OK -2015-03-10 13:06:35 queue INFO >>83 [684] -2015-03-10 13:06:35 sendUrl INFO 83 [684] R:OK -2015-03-10 13:07:25 queue INFO >>83 [685] -2015-03-10 13:07:25 sendUrl INFO 83 [685] R:OK -2015-03-10 13:08:15 queue INFO >>83 [686] -2015-03-10 13:08:15 sendUrl INFO 83 [686] R:OK -2015-03-10 13:09:05 queue INFO >>83 [687] -2015-03-10 13:09:05 sendUrl INFO 83 [687] R:OK -2015-03-10 13:09:55 queue INFO >>83 [688] -2015-03-10 13:09:56 sendUrl INFO 83 [688] R:OK -2015-03-10 13:10:45 queue INFO >>83 [689] -2015-03-10 13:10:46 sendUrl INFO 83 [689] R:OK -2015-03-10 13:11:36 queue INFO >>83 [690] -2015-03-10 13:11:36 sendUrl INFO 83 [690] R:OK -2015-03-10 13:12:26 queue INFO >>83 [691] -2015-03-10 13:12:26 sendUrl INFO 83 [691] R:OK -2015-03-10 13:12:59 queue INFO 87 [692] -2015-03-10 13:13:00 queue INFO >87 [693] -2015-03-10 13:13:00 sendUrl INFO 87 [692] R:OK -2015-03-10 13:13:00 sendUrl INFO 87 [693] R:OK -2015-03-10 13:13:01 queue INFO 83 [694] -2015-03-10 13:13:01 queue INFO >83 [695] -2015-03-10 13:13:02 sendUrl INFO 83 [694] R:OK -2015-03-10 13:13:02 sendUrl INFO 83 [695] R:OK -2015-03-10 13:13:51 queue INFO >>83 [696] -2015-03-10 13:13:52 sendUrl INFO 83 [696] R:OK -2015-03-10 13:14:41 queue INFO >>83 [697] -2015-03-10 13:14:42 sendUrl INFO 83 [697] R:OK -2015-03-10 13:15:32 queue INFO >>83 [698] -2015-03-10 13:15:32 sendUrl INFO 83 [698] R:OK -2015-03-10 13:16:22 queue INFO >>83 [699] -2015-03-10 13:16:22 sendUrl INFO 83 [699] R:OK -2015-03-10 13:17:12 queue INFO >>83 [700] -2015-03-10 13:17:12 sendUrl INFO 83 [700] R:OK -2015-03-10 13:18:02 queue INFO >>83 [701] -2015-03-10 13:18:02 sendUrl INFO 83 [701] R:OK -2015-03-10 13:18:52 queue INFO >>83 [702] -2015-03-10 13:18:52 sendUrl INFO 83 [702] R:OK -2015-03-10 13:19:42 queue INFO >>83 [703] -2015-03-10 13:19:43 sendUrl INFO 83 [703] R:OK -2015-03-10 13:20:32 queue INFO >>83 [704] -2015-03-10 13:20:33 sendUrl INFO 83 [704] R:OK -2015-03-10 13:21:06 queue INFO 87 [705] -2015-03-10 13:21:06 queue INFO >87 [706] -2015-03-10 13:21:06 sendUrl INFO 87 [705] R:OK -2015-03-10 13:21:07 sendUrl INFO 87 [706] R:OK -2015-03-10 13:21:08 queue INFO 83 [707] -2015-03-10 13:21:08 sendUrl INFO 83 [707] R:OK -2015-03-10 13:21:08 queue INFO >83 [708] -2015-03-10 13:21:08 sendUrl INFO 83 [708] R:OK -2015-03-10 13:21:58 queue INFO >>83 [709] -2015-03-10 13:21:58 sendUrl INFO 83 [709] R:OK -2015-03-10 13:22:48 queue INFO >>83 [710] -2015-03-10 13:22:48 sendUrl INFO 83 [710] R:OK -2015-03-10 13:23:38 queue INFO >>83 [711] -2015-03-10 13:23:38 sendUrl INFO 83 [711] R:OK -2015-03-10 13:24:28 queue INFO >>83 [712] -2015-03-10 13:24:28 sendUrl INFO 83 [712] R:OK -2015-03-10 13:25:18 queue INFO >>83 [713] -2015-03-10 13:25:19 sendUrl INFO 83 [713] R:OK -2015-03-10 13:26:08 queue INFO >>83 [714] -2015-03-10 13:26:09 sendUrl INFO 83 [714] R:OK -2015-03-10 13:26:59 queue INFO >>83 [715] -2015-03-10 13:26:59 sendUrl INFO 83 [715] R:OK -2015-03-10 13:27:49 queue INFO >>83 [716] -2015-03-10 13:27:49 sendUrl INFO 83 [716] R:OK -2015-03-10 13:28:39 queue INFO >>83 [717] -2015-03-10 13:28:39 sendUrl INFO 83 [717] R:OK -2015-03-10 13:29:12 queue INFO 87 [718] -2015-03-10 13:29:12 queue INFO >87 [719] -2015-03-10 13:29:12 sendUrl INFO 87 [718] R:OK -2015-03-10 13:29:13 sendUrl INFO 87 [719] R:OK -2015-03-10 13:29:14 queue INFO 83 [720] -2015-03-10 13:29:14 queue INFO >83 [721] -2015-03-10 13:29:14 sendUrl INFO 83 [720] R:OK -2015-03-10 13:29:15 sendUrl INFO 83 [721] R:OK -2015-03-10 13:30:04 queue INFO >>83 [722] -2015-03-10 13:30:04 sendUrl INFO 83 [722] R:OK -2015-03-10 13:30:54 queue INFO >>83 [723] -2015-03-10 13:30:55 sendUrl INFO 83 [723] R:OK -2015-03-10 13:31:44 queue INFO >>83 [724] -2015-03-10 13:31:44 sendUrl INFO 83 [724] R:OK -2015-03-10 13:32:34 queue INFO >>83 [725] -2015-03-10 13:32:35 sendUrl INFO 83 [725] R:OK -2015-03-10 13:33:25 queue INFO >>83 [726] -2015-03-10 13:33:25 sendUrl INFO 83 [726] R:OK -2015-03-10 13:34:15 queue INFO >>83 [727] -2015-03-10 13:34:15 sendUrl INFO 83 [727] R:OK -2015-03-10 13:35:05 queue INFO >>83 [728] -2015-03-10 13:35:05 sendUrl INFO 83 [728] R:OK -2015-03-10 13:35:55 queue INFO >>83 [729] -2015-03-10 13:35:56 sendUrl INFO 83 [729] R:OK -2015-03-10 13:36:45 queue INFO >>83 [730] -2015-03-10 13:36:45 sendUrl INFO 83 [730] R:OK -2015-03-10 13:37:19 queue INFO C7 [731] -2015-03-10 13:37:19 queue INFO >C7 [732] -2015-03-10 13:37:19 sendUrl INFO C7 [731] R:OK -2015-03-10 13:37:20 sendUrl INFO C7 [732] R:OK -2015-03-10 13:37:20 queue INFO C3 [733] -2015-03-10 13:37:21 queue INFO >C3 [734] -2015-03-10 13:37:21 sendUrl INFO C3 [733] R:OK -2015-03-10 13:37:21 sendUrl INFO C3 [734] R:OK -2015-03-10 13:38:10 queue INFO >>C3 [735] -2015-03-10 13:38:11 sendUrl INFO C3 [735] R:OK -2015-03-10 13:39:01 queue INFO >>C3 [736] -2015-03-10 13:39:01 sendUrl INFO C3 [736] R:OK -2015-03-10 13:39:51 queue INFO >>C3 [737] -2015-03-10 13:39:51 sendUrl INFO C3 [737] R:OK -2015-03-10 13:40:41 queue INFO >>C3 [738] -2015-03-10 13:40:41 sendUrl INFO C3 [738] R:OK -2015-03-10 13:41:31 queue INFO >>C3 [739] -2015-03-10 13:41:31 sendUrl INFO C3 [739] R:OK -2015-03-10 13:42:21 queue INFO >>C3 [740] -2015-03-10 13:42:22 sendUrl INFO C3 [740] R:OK -2015-03-10 13:43:11 queue INFO >>C3 [741] -2015-03-10 13:43:12 sendUrl INFO C3 [741] R:OK -2015-03-10 13:44:02 queue INFO >>C3 [742] -2015-03-10 13:44:02 sendUrl INFO C3 [742] R:OK -2015-03-10 13:44:52 queue INFO >>C3 [743] -2015-03-10 13:44:52 sendUrl INFO C3 [743] R:OK -2015-03-10 13:45:25 queue INFO 83 [744] -2015-03-10 13:45:25 queue INFO 87 [745] -2015-03-10 13:45:25 sendUrl INFO 83 [744] R:OK -2015-03-10 13:45:25 queue INFO >87 [746] -2015-03-10 13:45:26 sendUrl INFO 87 [745] R:OK -2015-03-10 13:45:26 sendUrl INFO 87 [746] R:OK -2015-03-10 13:45:27 queue INFO 83 [747] -2015-03-10 13:45:27 queue INFO >83 [748] -2015-03-10 13:45:27 sendUrl INFO 83 [747] R:OK -2015-03-10 13:45:28 sendUrl INFO 83 [748] R:OK -2015-03-10 13:46:17 queue INFO >>83 [749] -2015-03-10 13:46:17 sendUrl INFO 83 [749] R:OK -2015-03-10 13:47:07 queue INFO >>83 [750] -2015-03-10 13:47:08 sendUrl INFO 83 [750] R:OK -2015-03-10 13:47:57 queue INFO >>83 [751] -2015-03-10 13:47:57 sendUrl INFO 83 [751] R:OK -2015-03-10 13:48:47 queue INFO >>83 [752] -2015-03-10 13:48:48 sendUrl INFO 83 [752] R:OK -2015-03-10 13:49:38 queue INFO >>83 [753] -2015-03-10 13:49:56 sendUrl INFO 83 [753] R:OK -2015-03-10 13:50:28 queue INFO >>83 [754] -2015-03-10 13:50:33 sendUrl INFO 83 [754] R:OK -2015-03-10 13:51:18 queue INFO >>83 [755] -2015-03-10 13:51:25 sendUrl INFO 83 [755] R:OK -2015-03-10 13:52:08 queue INFO >>83 [756] -2015-03-10 13:52:13 sendUrl INFO 83 [756] R:OK -2015-03-10 13:52:58 queue INFO >>83 [757] -2015-03-10 13:53:08 sendUrl INFO 83 [757] R:OK -2015-03-10 13:53:32 queue INFO 87 [758] -2015-03-10 13:53:32 queue INFO >87 [759] -2015-03-10 13:53:33 program INFO WAIT active send to complete -2015-03-10 13:53:34 program INFO WAIT active send to complete -2015-03-10 13:53:34 queue INFO 83 [760] -2015-03-10 13:53:34 queue INFO >83 [761] -2015-03-10 13:53:34 program INFO WAIT active send to complete -2015-03-10 13:53:35 program INFO WAIT active send to complete -2015-03-10 13:53:35 program INFO WAIT active send to complete -2015-03-10 13:53:36 program INFO WAIT active send to complete -2015-03-10 13:53:36 sendUrl INFO 87 [758] R:OK -2015-03-10 13:53:37 program INFO WAIT active send to complete -2015-03-10 13:53:37 sendUrl INFO 87 [759] R:OK -2015-03-10 13:53:38 program INFO WAIT active send to complete -2015-03-10 13:53:38 program INFO WAIT active send to complete -2015-03-10 13:53:39 program INFO WAIT active send to complete -2015-03-10 13:53:39 program INFO WAIT active send to complete -2015-03-10 13:53:40 program INFO WAIT active send to complete -2015-03-10 13:53:40 program INFO WAIT active send to complete -2015-03-10 13:53:41 program INFO WAIT active send to complete -2015-03-10 13:53:41 program INFO WAIT active send to complete -2015-03-10 13:53:42 program INFO WAIT active send to complete -2015-03-10 13:53:42 program INFO WAIT active send to complete -2015-03-10 13:53:43 program INFO WAIT active send to complete -2015-03-10 13:53:43 program INFO WAIT active send to complete -2015-03-10 13:53:44 program INFO WAIT active send to complete -2015-03-10 13:53:44 sendUrl INFO 83 [760] R:OK -2015-03-10 13:53:58 sendUrl INFO 83 [761] R:OK -2015-03-10 13:54:24 queue INFO >>83 [762] -2015-03-10 13:54:24 sendUrl INFO 83 [762] R:OK -2015-03-10 13:55:14 queue INFO >>83 [763] -2015-03-10 13:55:15 sendUrl INFO 83 [763] R:OK -2015-03-10 13:56:04 queue INFO >>83 [764] -2015-03-10 13:56:05 sendUrl INFO 83 [764] R:OK -2015-03-10 13:56:54 queue INFO >>83 [765] -2015-03-10 13:56:56 sendUrl INFO 83 [765] R:OK -2015-03-10 13:57:44 queue INFO >>83 [766] -2015-03-10 13:57:45 sendUrl INFO 83 [766] R:OK -2015-03-10 13:58:35 queue INFO >>83 [767] -2015-03-10 13:58:35 sendUrl INFO 83 [767] R:OK -2015-03-10 13:59:25 queue INFO >>83 [768] -2015-03-10 13:59:27 sendUrl INFO 83 [768] R:OK -2015-03-10 14:00:15 queue INFO >>83 [769] -2015-03-10 14:00:17 sendUrl INFO 83 [769] R:OK -2015-03-10 14:01:05 queue INFO >>83 [770] -2015-03-10 14:01:07 sendUrl INFO 83 [770] R:OK -2015-03-10 14:01:39 queue INFO 87 [771] -2015-03-10 14:01:39 queue INFO >87 [772] -2015-03-10 14:01:39 program INFO WAIT active send to complete -2015-03-10 14:01:40 program INFO WAIT active send to complete -2015-03-10 14:01:40 queue INFO 83 [773] -2015-03-10 14:01:40 program INFO WAIT active send to complete -2015-03-10 14:01:40 queue INFO >83 [774] -2015-03-10 14:01:41 program INFO WAIT active send to complete -2015-03-10 14:01:41 program INFO WAIT active send to complete -2015-03-10 14:01:42 program INFO WAIT active send to complete -2015-03-10 14:01:42 program INFO WAIT active send to complete -2015-03-10 14:01:43 sendUrl INFO 87 [771] R:OK -2015-03-10 14:01:43 program INFO WAIT active send to complete -2015-03-10 14:01:44 program INFO WAIT active send to complete -2015-03-10 14:01:44 program INFO WAIT active send to complete -2015-03-10 14:01:45 program INFO WAIT active send to complete -2015-03-10 14:01:45 program INFO WAIT active send to complete -2015-03-10 14:01:46 program INFO WAIT active send to complete -2015-03-10 14:01:46 sendUrl INFO 87 [772] R:OK -2015-03-10 14:01:47 program INFO WAIT active send to complete -2015-03-10 14:01:47 program INFO WAIT active send to complete -2015-03-10 14:01:48 program INFO WAIT active send to complete -2015-03-10 14:01:48 program INFO WAIT active send to complete -2015-03-10 14:01:49 program INFO WAIT active send to complete -2015-03-10 14:01:49 program INFO WAIT active send to complete -2015-03-10 14:01:50 program INFO WAIT active send to complete -2015-03-10 14:01:50 program INFO WAIT active send to complete -2015-03-10 14:01:51 program INFO WAIT active send to complete -2015-03-10 14:01:51 program INFO WAIT active send to complete -2015-03-10 14:01:52 program INFO WAIT active send to complete -2015-03-10 14:01:52 program INFO WAIT active send to complete -2015-03-10 14:01:53 program INFO WAIT active send to complete -2015-03-10 14:01:53 sendUrl INFO 83 [773] R:OK -2015-03-10 14:01:54 sendUrl INFO 83 [774] R:OK -2015-03-10 14:02:30 queue INFO >>83 [775] -2015-03-10 14:02:31 sendUrl INFO 83 [775] R:OK -2015-03-10 14:03:21 queue INFO >>83 [776] -2015-03-10 14:03:27 sendUrl INFO 83 [776] R:OK -2015-03-10 14:04:11 queue INFO >>83 [777] -2015-03-10 14:04:11 sendUrl INFO 83 [777] R:OK -2015-03-10 14:05:01 queue INFO >>83 [778] -2015-03-10 14:05:01 sendUrl INFO 83 [778] R:OK -2015-03-10 14:05:51 queue INFO >>83 [779] -2015-03-10 14:05:51 sendUrl INFO 83 [779] R:OK -2015-03-10 14:06:41 queue INFO >>83 [780] -2015-03-10 14:06:47 sendUrl INFO 83 [780] R:OK -2015-03-10 14:07:31 queue INFO >>83 [781] -2015-03-10 14:07:32 sendUrl INFO 83 [781] R:OK -2015-03-10 14:08:21 queue INFO >>83 [782] -2015-03-10 14:08:25 sendUrl INFO 83 [782] R:OK -2015-03-10 14:09:12 queue INFO >>83 [783] -2015-03-10 14:09:42 sendUrl INFO 83 [783] R:OK -2015-03-10 14:09:45 queue INFO 87 [784] -2015-03-10 14:09:45 sendUrl INFO 87 [784] R:OK -2015-03-10 14:09:45 queue INFO >87 [785] -2015-03-10 14:09:46 sendUrl INFO 87 [785] R:OK -2015-03-10 14:09:47 queue INFO 83 [786] -2015-03-10 14:09:47 queue INFO >83 [787] -2015-03-10 14:09:47 sendUrl INFO 83 [786] R:OK -2015-03-10 14:09:48 sendUrl INFO 83 [787] R:OK -2015-03-10 14:10:37 queue INFO >>83 [788] -2015-03-10 14:10:37 sendUrl INFO 83 [788] R:OK -2015-03-10 14:11:27 queue INFO >>83 [789] -2015-03-10 14:11:27 sendUrl INFO 83 [789] R:OK -2015-03-10 14:12:17 queue INFO >>83 [790] -2015-03-10 14:12:18 sendUrl INFO 83 [790] R:OK -2015-03-10 14:13:07 queue INFO >>83 [791] -2015-03-10 14:13:08 sendUrl INFO 83 [791] R:OK -2015-03-10 14:13:57 queue INFO >>83 [792] -2015-03-10 14:13:58 sendUrl INFO 83 [792] R:OK -2015-03-10 14:14:48 queue INFO >>83 [793] -2015-03-10 14:14:48 sendUrl INFO 83 [793] R:OK -2015-03-10 14:15:38 queue INFO >>83 [794] -2015-03-10 14:15:38 sendUrl INFO 83 [794] R:OK -2015-03-10 14:16:28 queue INFO >>83 [795] -2015-03-10 14:16:28 sendUrl INFO 83 [795] R:OK -2015-03-10 14:17:18 queue INFO >>83 [796] -2015-03-10 14:17:18 sendUrl INFO 83 [796] R:OK -2015-03-10 14:17:52 queue INFO 87 [797] -2015-03-10 14:17:52 queue INFO >87 [798] -2015-03-10 14:17:52 sendUrl INFO 87 [797] R:OK -2015-03-10 14:17:52 sendUrl INFO 87 [798] R:OK -2015-03-10 14:17:53 queue INFO 83 [799] -2015-03-10 14:17:53 queue INFO >83 [800] -2015-03-10 14:17:53 sendUrl INFO 83 [799] R:OK -2015-03-10 14:17:54 sendUrl INFO 83 [800] R:OK -2015-03-10 14:18:43 queue INFO >>83 [801] -2015-03-10 14:18:44 sendUrl INFO 83 [801] R:OK -2015-03-10 14:19:33 queue INFO >>83 [802] -2015-03-10 14:19:34 sendUrl INFO 83 [802] R:OK -2015-03-10 14:20:24 queue INFO >>83 [803] -2015-03-10 14:20:24 sendUrl INFO 83 [803] R:OK -2015-03-10 14:21:14 queue INFO >>83 [804] -2015-03-10 14:21:14 sendUrl INFO 83 [804] R:OK -2015-03-10 14:22:04 queue INFO >>83 [805] -2015-03-10 14:22:04 sendUrl INFO 83 [805] R:OK -2015-03-10 14:22:54 queue INFO >>83 [806] -2015-03-10 14:22:54 sendUrl INFO 83 [806] R:OK -2015-03-10 14:23:44 queue INFO >>83 [807] -2015-03-10 14:23:45 sendUrl INFO 83 [807] R:OK -2015-03-10 14:24:34 queue INFO >>83 [808] -2015-03-10 14:24:35 sendUrl INFO 83 [808] R:OK -2015-03-10 14:25:25 queue INFO >>83 [809] -2015-03-10 14:25:25 sendUrl INFO 83 [809] R:OK -2015-03-10 14:25:58 queue INFO C7 [810] -2015-03-10 14:25:58 queue INFO >C7 [811] -2015-03-10 14:25:59 sendUrl INFO C7 [810] R:OK -2015-03-10 14:25:59 sendUrl INFO C7 [811] R:OK -2015-03-10 14:26:00 queue INFO C3 [812] -2015-03-10 14:26:00 queue INFO >C3 [813] -2015-03-10 14:26:00 sendUrl INFO C3 [812] R:OK -2015-03-10 14:26:01 sendUrl INFO C3 [813] R:OK -2015-03-10 14:26:50 queue INFO >>C3 [814] -2015-03-10 14:26:53 sendUrl INFO C3 [814] R:OK -2015-03-10 14:27:40 queue INFO >>C3 [815] -2015-03-10 14:27:45 sendUrl INFO C3 [815] R:OK -2015-03-10 14:28:30 queue INFO >>C3 [816] -2015-03-10 14:28:31 sendUrl INFO C3 [816] R:OK -2015-03-10 14:29:20 queue INFO >>C3 [817] -2015-03-10 14:29:25 sendUrl INFO C3 [817] R:OK -2015-03-10 14:30:10 queue INFO >>C3 [818] -2015-03-10 14:30:11 sendUrl INFO C3 [818] R:OK -2015-03-10 14:31:01 queue INFO >>C3 [819] -2015-03-10 14:31:05 sendUrl INFO C3 [819] R:OK -2015-03-10 14:31:51 queue INFO >>C3 [820] -2015-03-10 14:31:51 sendUrl INFO C3 [820] R:OK -2015-03-10 14:32:41 queue INFO >>C3 [821] -2015-03-10 14:32:42 sendUrl INFO C3 [821] R:OK -2015-03-10 14:33:31 queue INFO >>C3 [822] -2015-03-10 14:33:32 sendUrl INFO C3 [822] R:OK -2015-03-10 14:34:04 queue INFO 83 [823] -2015-03-10 14:34:05 queue INFO 87 [824] -2015-03-10 14:34:05 queue INFO >87 [825] -2015-03-10 14:34:05 program INFO WAIT active send to complete -2015-03-10 14:34:06 program INFO WAIT active send to complete -2015-03-10 14:34:06 queue INFO 83 [826] -2015-03-10 14:34:06 queue INFO >83 [827] -2015-03-10 14:34:06 program INFO WAIT active send to complete -2015-03-10 14:34:07 program INFO WAIT active send to complete -2015-03-10 14:34:07 program INFO WAIT active send to complete -2015-03-10 14:34:08 program INFO WAIT active send to complete -2015-03-10 14:34:08 program INFO WAIT active send to complete -2015-03-10 14:34:09 program INFO WAIT active send to complete -2015-03-10 14:34:09 program INFO WAIT active send to complete -2015-03-10 14:34:10 program INFO WAIT active send to complete -2015-03-10 14:34:10 program INFO WAIT active send to complete -2015-03-10 14:34:11 program INFO WAIT active send to complete -2015-03-10 14:34:11 program INFO WAIT active send to complete -2015-03-10 14:34:12 program INFO WAIT active send to complete -2015-03-10 14:34:12 program INFO WAIT active send to complete -2015-03-10 14:34:13 program INFO WAIT active send to complete -2015-03-10 14:34:13 program INFO WAIT active send to complete -2015-03-10 14:34:14 program INFO WAIT active send to complete -2015-03-10 14:34:14 program INFO WAIT active send to complete -2015-03-10 14:34:15 program INFO WAIT active send to complete -2015-03-10 14:34:15 program INFO WAIT active send to complete -2015-03-10 14:34:16 program INFO WAIT active send to complete -2015-03-10 14:34:16 program INFO WAIT active send to complete -2015-03-10 14:34:17 program INFO WAIT active send to complete -2015-03-10 14:34:17 program INFO WAIT active send to complete -2015-03-10 14:34:18 program INFO WAIT active send to complete -2015-03-10 14:34:18 program INFO WAIT active send to complete -2015-03-10 14:34:19 program INFO WAIT active send to complete -2015-03-10 14:34:19 program INFO WAIT active send to complete -2015-03-10 14:34:20 sendUrl INFO 83 [823] R:OK -2015-03-10 14:34:20 sendUrl INFO 87 [824] R:OK -2015-03-10 14:34:21 program INFO WAIT active send to complete -2015-03-10 14:34:22 program INFO WAIT active send to complete -2015-03-10 14:34:22 sendUrl INFO 87 [825] R:OK -2015-03-10 14:34:23 sendUrl INFO 83 [826] R:OK -2015-03-10 14:34:26 sendUrl INFO 83 [827] R:OK -2015-03-10 14:34:56 queue INFO >>83 [828] -2015-03-10 14:35:12 sendUrl INFO 83 [828] R:OK -2015-03-10 14:35:46 queue INFO >>83 [829] -2015-03-10 14:36:02 sendUrl INFO 83 [829] R:OK -2015-03-10 14:36:36 queue INFO >>83 [830] -2015-03-10 14:36:37 sendUrl INFO 83 [830] R:OK -2015-03-10 14:37:27 queue INFO >>83 [831] -2015-03-10 14:37:43 sendUrl INFO 83 [831] R:OK -2015-03-10 14:38:17 queue INFO >>83 [832] -2015-03-10 14:38:25 sendUrl INFO 83 [832] R:OK -2015-03-10 14:39:07 queue INFO >>83 [833] -2015-03-10 14:39:08 sendUrl INFO 83 [833] R:OK -2015-03-10 14:39:57 queue INFO >>83 [834] -2015-03-10 14:40:05 sendUrl INFO 83 [834] R:OK -2015-03-10 14:40:47 queue INFO >>83 [835] -2015-03-10 14:40:48 sendUrl INFO 83 [835] R:OK -2015-03-10 14:41:37 queue INFO >>83 [836] -2015-03-10 14:41:38 sendUrl INFO 83 [836] R:OK -2015-03-10 14:42:11 queue INFO 87 [837] -2015-03-10 14:42:12 queue INFO >87 [838] -2015-03-10 14:42:12 sendUrl INFO 87 [837] R:OK -2015-03-10 14:42:13 sendUrl INFO 87 [838] R:OK -2015-03-10 14:42:13 queue INFO 83 [839] -2015-03-10 14:42:13 queue INFO >83 [840] -2015-03-10 14:42:14 program INFO WAIT active send to complete -2015-03-10 14:42:14 program INFO WAIT active send to complete -2015-03-10 14:42:15 program INFO WAIT active send to complete -2015-03-10 14:42:15 program INFO WAIT active send to complete -2015-03-10 14:42:16 program INFO WAIT active send to complete -2015-03-10 14:42:16 program INFO WAIT active send to complete -2015-03-10 14:42:17 program INFO WAIT active send to complete -2015-03-10 14:42:17 program INFO WAIT active send to complete -2015-03-10 14:42:18 program INFO WAIT active send to complete -2015-03-10 14:42:18 program INFO WAIT active send to complete -2015-03-10 14:42:19 program INFO WAIT active send to complete -2015-03-10 14:42:19 program INFO WAIT active send to complete -2015-03-10 14:42:20 program INFO WAIT active send to complete -2015-03-10 14:42:20 program INFO WAIT active send to complete -2015-03-10 14:42:21 program INFO WAIT active send to complete -2015-03-10 14:42:21 program INFO WAIT active send to complete -2015-03-10 14:42:22 program INFO WAIT active send to complete -2015-03-10 14:42:22 program INFO WAIT active send to complete -2015-03-10 14:42:23 program INFO WAIT active send to complete -2015-03-10 14:42:23 sendUrl INFO 83 [839] R:OK -2015-03-10 14:42:31 sendUrl INFO 83 [840] R:OK -2015-03-10 14:43:03 queue INFO >>83 [841] -2015-03-10 14:43:07 sendUrl INFO 83 [841] R:OK -2015-03-10 14:43:53 queue INFO >>83 [842] -2015-03-10 14:43:59 sendUrl INFO 83 [842] R:OK -2015-03-10 14:44:44 queue INFO >>83 [843] -2015-03-10 14:44:49 sendUrl INFO 83 [843] R:OK -2015-03-10 14:45:34 queue INFO >>83 [844] -2015-03-10 14:45:47 sendUrl INFO 83 [844] R:OK -2015-03-10 14:46:24 queue INFO >>83 [845] -2015-03-10 14:46:38 sendUrl INFO 83 [845] R:OK -2015-03-10 14:47:14 queue INFO >>83 [846] -2015-03-10 14:47:28 sendUrl INFO 83 [846] R:OK -2015-03-10 14:48:04 queue INFO >>83 [847] -2015-03-10 14:48:19 sendUrl INFO 83 [847] R:OK -2015-03-10 14:48:54 queue INFO >>83 [848] -2015-03-10 14:48:55 sendUrl INFO 83 [848] R:OK -2015-03-10 14:49:44 queue INFO >>83 [849] -2015-03-10 14:49:45 sendUrl INFO 83 [849] R:OK -2015-03-10 14:50:18 queue INFO 87 [850] -2015-03-10 14:50:18 queue INFO >87 [851] -2015-03-10 14:50:19 program INFO WAIT active send to complete -2015-03-10 14:50:19 program INFO WAIT active send to complete -2015-03-10 14:50:20 queue INFO 83 [852] -2015-03-10 14:50:20 queue INFO >83 [853] -2015-03-10 14:50:20 program INFO WAIT active send to complete -2015-03-10 14:50:20 program INFO WAIT active send to complete -2015-03-10 14:50:21 program INFO WAIT active send to complete -2015-03-10 14:50:21 program INFO WAIT active send to complete -2015-03-10 14:50:22 program INFO WAIT active send to complete -2015-03-10 14:50:22 program INFO WAIT active send to complete -2015-03-10 14:50:23 program INFO WAIT active send to complete -2015-03-10 14:50:23 program INFO WAIT active send to complete -2015-03-10 14:50:24 program INFO WAIT active send to complete -2015-03-10 14:50:24 program INFO WAIT active send to complete -2015-03-10 14:50:25 program INFO WAIT active send to complete -2015-03-10 14:50:25 program INFO WAIT active send to complete -2015-03-10 14:50:26 program INFO WAIT active send to complete -2015-03-10 14:50:27 program INFO WAIT active send to complete -2015-03-10 14:50:27 program INFO WAIT active send to complete -2015-03-10 14:50:28 program INFO WAIT active send to complete -2015-03-10 14:50:28 program INFO WAIT active send to complete -2015-03-10 14:50:29 program INFO WAIT active send to complete -2015-03-10 14:50:29 sendUrl INFO 87 [850] R:OK -2015-03-10 14:50:30 program INFO WAIT active send to complete -2015-03-10 14:50:30 program INFO WAIT active send to complete -2015-03-10 14:50:31 program INFO WAIT active send to complete -2015-03-10 14:50:31 sendUrl INFO 87 [851] R:OK -2015-03-10 14:50:32 program INFO WAIT active send to complete -2015-03-10 14:50:32 sendUrl INFO 83 [852] R:OK -2015-03-10 14:50:41 sendUrl INFO 83 [853] R:OK -2015-03-10 14:51:10 queue INFO >>83 [854] -2015-03-10 14:51:19 sendUrl INFO 83 [854] R:OK -2015-03-10 14:52:00 queue INFO >>83 [855] -2015-03-10 14:52:00 sendUrl INFO 83 [855] R:OK -2015-03-10 14:52:50 queue INFO >>83 [856] -2015-03-10 14:52:51 sendUrl INFO 83 [856] R:OK -2015-03-10 14:53:40 queue INFO >>83 [857] -2015-03-10 14:53:42 sendUrl INFO 83 [857] R:OK -2015-03-10 14:54:30 queue INFO >>83 [858] -2015-03-10 14:54:32 sendUrl INFO 83 [858] R:OK -2015-03-10 14:55:13 queue INFO 81 [859] -2015-03-10 14:55:13 queue INFO >81 [860] -2015-03-10 14:55:13 sendUrl INFO 81 [859] R:OK -2015-03-10 14:55:17 sendUrl INFO 81 [860] R:OK -2015-03-10 14:56:03 queue INFO >>81 [861] -2015-03-10 14:56:09 sendUrl INFO 81 [861] R:OK -2015-03-10 14:56:53 queue INFO >>81 [862] -2015-03-10 14:57:06 sendUrl INFO 81 [862] R:OK -2015-03-10 14:57:43 queue INFO >>81 [863] -2015-03-10 14:57:44 sendUrl INFO 81 [863] R:OK -2015-03-10 14:58:27 queue INFO 99 [864] -2015-03-10 14:58:27 queue INFO >99 [865] -2015-03-10 14:58:28 sendUrl INFO 99 [864] R:OK -2015-03-10 14:58:28 sendUrl INFO 99 [865] R:OK -2015-03-10 14:59:17 queue INFO >>99 [866] -2015-03-10 14:59:19 sendUrl INFO 99 [866] R:OK -2015-03-10 15:00:07 queue INFO >>99 [867] -2015-03-10 15:00:08 sendUrl INFO 99 [867] R:OK -2015-03-10 15:00:57 queue INFO >>99 [868] -2015-03-10 15:00:59 sendUrl INFO 99 [868] R:OK -2015-03-10 15:01:48 queue INFO >>99 [869] -2015-03-10 15:01:50 sendUrl INFO 99 [869] R:OK -2015-03-10 15:02:38 queue INFO >>99 [870] -2015-03-10 15:02:38 sendUrl INFO 99 [870] R:OK -2015-03-10 15:02:56 queue INFO 89 [871] -2015-03-10 15:02:56 queue INFO >89 [872] -2015-03-10 15:02:56 sendUrl INFO 89 [871] R:OK -2015-03-10 15:02:57 sendUrl INFO 89 [872] R:OK -2015-03-10 15:02:59 queue INFO 81 [873] -2015-03-10 15:02:59 queue INFO >81 [874] -2015-03-10 15:03:00 program INFO WAIT active send to complete -2015-03-10 15:03:01 program INFO WAIT active send to complete -2015-03-10 15:03:01 program INFO WAIT active send to complete -2015-03-10 15:03:02 program INFO WAIT active send to complete -2015-03-10 15:03:02 queue INFO 83 [875] -2015-03-10 15:03:02 queue INFO >83 [876] -2015-03-10 15:03:02 program INFO WAIT active send to complete -2015-03-10 15:03:03 program INFO WAIT active send to complete -2015-03-10 15:03:03 program INFO WAIT active send to complete -2015-03-10 15:03:04 program INFO WAIT active send to complete -2015-03-10 15:03:04 program INFO WAIT active send to complete -2015-03-10 15:03:05 program INFO WAIT active send to complete -2015-03-10 15:03:05 program INFO WAIT active send to complete -2015-03-10 15:03:06 program INFO WAIT active send to complete -2015-03-10 15:03:06 program INFO WAIT active send to complete -2015-03-10 15:03:07 program INFO WAIT active send to complete -2015-03-10 15:03:07 program INFO WAIT active send to complete -2015-03-10 15:03:08 program INFO WAIT active send to complete -2015-03-10 15:03:08 program INFO WAIT active send to complete -2015-03-10 15:03:09 sendUrl INFO 81 [873] R:OK -2015-03-10 15:03:09 program INFO WAIT active send to complete -2015-03-10 15:03:10 program INFO WAIT active send to complete -2015-03-10 15:03:10 program INFO WAIT active send to complete -2015-03-10 15:03:11 program INFO WAIT active send to complete -2015-03-10 15:03:11 program INFO WAIT active send to complete -2015-03-10 15:03:12 program INFO WAIT active send to complete -2015-03-10 15:03:12 program INFO WAIT active send to complete -2015-03-10 15:03:13 program INFO WAIT active send to complete -2015-03-10 15:03:13 program INFO WAIT active send to complete -2015-03-10 15:03:14 program INFO WAIT active send to complete -2015-03-10 15:03:14 program INFO WAIT active send to complete -2015-03-10 15:03:15 program INFO WAIT active send to complete -2015-03-10 15:03:15 program INFO WAIT active send to complete -2015-03-10 15:03:16 program INFO WAIT active send to complete -2015-03-10 15:03:16 program INFO WAIT active send to complete -2015-03-10 15:03:17 program INFO WAIT active send to complete -2015-03-10 15:03:17 program INFO WAIT active send to complete -2015-03-10 15:03:18 program INFO WAIT active send to complete -2015-03-10 15:03:18 program INFO WAIT active send to complete -2015-03-10 15:03:19 program INFO WAIT active send to complete -2015-03-10 15:03:19 program INFO WAIT active send to complete -2015-03-10 15:03:20 program INFO WAIT active send to complete -2015-03-10 15:03:20 program INFO WAIT active send to complete -2015-03-10 15:03:21 program INFO WAIT active send to complete -2015-03-10 15:03:21 sendUrl INFO 81 [874] R:OK -2015-03-10 15:03:22 program INFO WAIT active send to complete -2015-03-10 15:03:22 program INFO WAIT active send to complete -2015-03-10 15:03:23 program INFO WAIT active send to complete -2015-03-10 15:03:23 program INFO WAIT active send to complete -2015-03-10 15:03:24 program INFO WAIT active send to complete -2015-03-10 15:03:24 program INFO WAIT active send to complete -2015-03-10 15:03:25 program INFO WAIT active send to complete -2015-03-10 15:03:25 program INFO WAIT active send to complete -2015-03-10 15:03:26 program INFO WAIT active send to complete -2015-03-10 15:03:26 program INFO WAIT active send to complete -2015-03-10 15:03:27 program INFO WAIT active send to complete -2015-03-10 15:03:27 program INFO WAIT active send to complete -2015-03-10 15:03:28 queue INFO 87 [877] -2015-03-10 15:03:28 program INFO WAIT active send to complete -2015-03-10 15:03:28 queue INFO >87 [878] -2015-03-10 15:03:28 program INFO WAIT active send to complete -2015-03-10 15:03:29 program INFO WAIT active send to complete -2015-03-10 15:03:29 queue INFO 83 [879] -2015-03-10 15:03:29 program INFO WAIT active send to complete -2015-03-10 15:03:30 queue INFO >83 [880] -2015-03-10 15:03:30 program INFO WAIT active send to complete -2015-03-10 15:03:30 sendUrl INFO 83 [875] R:OK -2015-03-10 15:03:31 program INFO WAIT active send to complete -2015-03-10 15:03:31 sendUrl INFO 83 [876] R:OK -2015-03-10 15:03:32 sendUrl INFO 87 [877] R:OK -2015-03-10 15:03:32 program INFO WAIT active send to complete -2015-03-10 15:03:33 program INFO WAIT active send to complete -2015-03-10 15:03:33 program INFO WAIT active send to complete -2015-03-10 15:03:34 program INFO WAIT active send to complete -2015-03-10 15:03:34 program INFO WAIT active send to complete -2015-03-10 15:03:35 program INFO WAIT active send to complete -2015-03-10 15:03:35 program INFO WAIT active send to complete -2015-03-10 15:03:36 program INFO WAIT active send to complete -2015-03-10 15:03:36 program INFO WAIT active send to complete -2015-03-10 15:03:37 program INFO WAIT active send to complete -2015-03-10 15:03:37 program INFO WAIT active send to complete -2015-03-10 15:03:38 program INFO WAIT active send to complete -2015-03-10 15:03:38 program INFO WAIT active send to complete -2015-03-10 15:03:39 program INFO WAIT active send to complete -2015-03-10 15:03:40 program INFO WAIT active send to complete -2015-03-10 15:03:40 program INFO WAIT active send to complete -2015-03-10 15:03:41 program INFO WAIT active send to complete -2015-03-10 15:03:41 sendUrl INFO 87 [878] R:OK -2015-03-10 15:03:41 sendUrl INFO 83 [879] R:OK -2015-03-10 15:03:47 sendUrl INFO 83 [880] R:OK -2015-03-10 15:04:20 queue INFO >>83 [881] -2015-03-10 15:04:20 sendUrl INFO 83 [881] R:OK -2015-03-10 15:05:10 queue INFO >>83 [882] -2015-03-10 15:05:10 sendUrl INFO 83 [882] R: -2015-03-10 15:06:00 queue INFO >>83 [883] -2015-03-10 15:06:00 sendUrl INFO 83 [883] R:OK -2015-03-10 15:06:50 queue INFO >>83 [884] -2015-03-10 15:06:51 sendUrl INFO 83 [884] R:OK -2015-03-10 15:07:40 queue INFO >>83 [885] -2015-03-10 15:07:41 sendUrl INFO 83 [885] R:OK -2015-03-10 15:08:30 queue INFO >>83 [886] -2015-03-10 15:08:31 sendUrl INFO 83 [886] R:OK -2015-03-10 15:09:20 queue INFO >>83 [887] -2015-03-10 15:09:21 sendUrl INFO 83 [887] R:OK -2015-03-10 15:10:11 queue INFO >>83 [888] -2015-03-10 15:10:11 sendUrl INFO 83 [888] R:OK -2015-03-10 15:11:01 queue INFO >>83 [889] -2015-03-10 15:11:01 sendUrl INFO 83 [889] R:OK -2015-03-10 15:11:34 queue INFO 87 [890] -2015-03-10 15:11:34 queue INFO >87 [891] -2015-03-10 15:11:35 sendUrl INFO 87 [890] R:OK -2015-03-10 15:11:35 sendUrl INFO 87 [891] R:OK -2015-03-10 15:11:36 queue INFO 83 [892] -2015-03-10 15:11:36 queue INFO >83 [893] -2015-03-10 15:11:36 sendUrl INFO 83 [892] R:OK -2015-03-10 15:11:46 sendUrl INFO 83 [893] R:OK -2015-03-10 15:12:26 queue INFO >>83 [894] -2015-03-10 15:12:27 sendUrl INFO 83 [894] R:OK -2015-03-10 15:13:16 queue INFO >>83 [895] -2015-03-10 15:13:26 sendUrl INFO 83 [895] R:OK -2015-03-10 15:14:06 queue INFO >>83 [896] -2015-03-10 15:14:07 sendUrl INFO 83 [896] R:OK -2015-03-10 15:14:56 queue INFO >>83 [897] -2015-03-10 15:15:12 sendUrl INFO 83 [897] R:OK -2015-03-10 15:15:47 queue INFO >>83 [898] -2015-03-10 15:15:47 sendUrl INFO 83 [898] R:OK -2015-03-10 15:16:37 queue INFO >>83 [899] -2015-03-10 15:16:52 sendUrl INFO 83 [899] R:OK -2015-03-10 15:17:27 queue INFO >>83 [900] -2015-03-10 15:17:43 sendUrl INFO 83 [900] R:OK -2015-03-10 15:18:17 queue INFO >>83 [901] -2015-03-10 15:18:18 sendUrl INFO 83 [901] R:OK -2015-03-10 15:19:07 queue INFO >>83 [902] -2015-03-10 15:19:23 sendUrl INFO 83 [902] R:OK -2015-03-10 15:19:41 queue INFO 87 [903] -2015-03-10 15:19:41 queue INFO >87 [904] -2015-03-10 15:19:41 program INFO WAIT active send to complete -2015-03-10 15:19:42 program INFO WAIT active send to complete -2015-03-10 15:19:42 queue INFO 83 [905] -2015-03-10 15:19:42 program INFO WAIT active send to complete -2015-03-10 15:19:43 queue INFO >83 [906] -2015-03-10 15:19:43 sendUrl INFO 87 [903] R:OK -2015-03-10 15:19:43 sendUrl INFO 87 [904] R:OK -2015-03-10 15:19:44 sendUrl INFO 83 [905] R:OK -2015-03-10 15:19:45 sendUrl INFO 83 [906] R:OK -2015-03-10 15:20:32 queue INFO >>83 [907] -2015-03-10 15:20:33 sendUrl INFO 83 [907] R:OK -2015-03-10 15:21:23 queue INFO >>83 [908] -2015-03-10 15:21:24 sendUrl INFO 83 [908] R:OK -2015-03-10 15:22:13 queue INFO >>83 [909] -2015-03-10 15:22:14 sendUrl INFO 83 [909] R:OK -2015-03-10 15:23:03 queue INFO >>83 [910] -2015-03-10 15:23:04 sendUrl INFO 83 [910] R:OK -2015-03-10 15:23:53 queue INFO >>83 [911] -2015-03-10 15:23:55 sendUrl INFO 83 [911] R:OK -2015-03-10 15:24:43 queue INFO >>83 [912] -2015-03-10 15:24:45 sendUrl INFO 83 [912] R:OK -2015-03-10 15:25:33 queue INFO >>83 [913] -2015-03-10 15:25:35 sendUrl INFO 83 [913] R:OK -2015-03-10 15:26:24 queue INFO >>83 [914] -2015-03-10 15:26:24 sendUrl INFO 83 [914] R:OK -2015-03-10 15:27:14 queue INFO >>83 [915] -2015-03-10 15:27:14 sendUrl INFO 83 [915] R:OK -2015-03-10 15:27:47 queue INFO 87 [916] -2015-03-10 15:27:47 queue INFO >87 [917] -2015-03-10 15:27:48 program INFO WAIT active send to complete -2015-03-10 15:27:49 program INFO WAIT active send to complete -2015-03-10 15:27:49 queue INFO 83 [918] -2015-03-10 15:27:49 queue INFO >83 [919] -2015-03-10 15:27:49 program INFO WAIT active send to complete -2015-03-10 15:27:50 program INFO WAIT active send to complete -2015-03-10 15:27:50 program INFO WAIT active send to complete -2015-03-10 15:27:51 program INFO WAIT active send to complete -2015-03-10 15:27:51 program INFO WAIT active send to complete -2015-03-10 15:27:52 program INFO WAIT active send to complete -2015-03-10 15:27:52 program INFO WAIT active send to complete -2015-03-10 15:27:53 program INFO WAIT active send to complete -2015-03-10 15:27:53 program INFO WAIT active send to complete -2015-03-10 15:27:54 program INFO WAIT active send to complete -2015-03-10 15:27:54 program INFO WAIT active send to complete -2015-03-10 15:27:55 program INFO WAIT active send to complete -2015-03-10 15:27:55 sendUrl INFO 87 [916] R:OK -2015-03-10 15:27:56 program INFO WAIT active send to complete -2015-03-10 15:27:56 program INFO WAIT active send to complete -2015-03-10 15:27:57 program INFO WAIT active send to complete -2015-03-10 15:27:57 program INFO WAIT active send to complete -2015-03-10 15:27:57 sendUrl INFO 87 [917] R:OK -2015-03-10 15:27:58 program INFO WAIT active send to complete -2015-03-10 15:27:59 program INFO WAIT active send to complete -2015-03-10 15:27:59 program INFO WAIT active send to complete -2015-03-10 15:28:00 program INFO WAIT active send to complete -2015-03-10 15:28:00 program INFO WAIT active send to complete -2015-03-10 15:28:01 program INFO WAIT active send to complete -2015-03-10 15:28:01 program INFO WAIT active send to complete -2015-03-10 15:28:02 program INFO WAIT active send to complete -2015-03-10 15:28:02 program INFO WAIT active send to complete -2015-03-10 15:28:03 program INFO WAIT active send to complete -2015-03-10 15:28:03 program INFO WAIT active send to complete -2015-03-10 15:28:04 program INFO WAIT active send to complete -2015-03-10 15:28:04 program INFO WAIT active send to complete -2015-03-10 15:28:05 program INFO WAIT active send to complete -2015-03-10 15:28:05 program INFO WAIT active send to complete -2015-03-10 15:28:05 sendUrl INFO 83 [918] R:OK -2015-03-10 15:28:25 sendUrl INFO 83 [919] R:OK -2015-03-10 15:28:39 queue INFO >>83 [920] -2015-03-10 15:28:43 sendUrl INFO 83 [920] R:OK -2015-03-10 15:29:29 queue INFO >>83 [921] -2015-03-10 15:29:30 sendUrl INFO 83 [921] R:OK -2015-03-10 15:30:19 queue INFO >>83 [922] -2015-03-10 15:30:24 sendUrl INFO 83 [922] R:OK -2015-03-10 15:31:09 queue INFO >>83 [923] -2015-03-10 15:31:15 sendUrl INFO 83 [923] R:OK -2015-03-10 15:32:00 queue INFO >>83 [924] -2015-03-10 15:32:06 sendUrl INFO 83 [924] R:OK -2015-03-10 15:32:50 queue INFO >>83 [925] -2015-03-10 15:32:56 sendUrl INFO 83 [925] R:OK -2015-03-10 15:33:40 queue INFO >>83 [926] -2015-03-10 15:33:46 sendUrl INFO 83 [926] R:OK -2015-03-10 15:34:30 queue INFO >>83 [927] -2015-03-10 15:34:31 sendUrl INFO 83 [927] R:OK -2015-03-10 15:35:20 queue INFO >>83 [928] -2015-03-10 15:35:21 sendUrl INFO 83 [928] R:OK -2015-03-10 15:35:54 queue INFO C7 [929] -2015-03-10 15:35:54 queue INFO >C7 [930] -2015-03-10 15:35:55 program INFO WAIT active send to complete -2015-03-10 15:35:55 program INFO WAIT active send to complete -2015-03-10 15:35:55 queue INFO C3 [931] -2015-03-10 15:35:55 queue INFO >C3 [932] -2015-03-10 15:35:56 program INFO WAIT active send to complete -2015-03-10 15:35:56 program INFO WAIT active send to complete -2015-03-10 15:35:57 program INFO WAIT active send to complete -2015-03-10 15:35:57 program INFO WAIT active send to complete -2015-03-10 15:35:58 program INFO WAIT active send to complete -2015-03-10 15:35:58 program INFO WAIT active send to complete -2015-03-10 15:35:59 program INFO WAIT active send to complete -2015-03-10 15:35:59 program INFO WAIT active send to complete -2015-03-10 15:36:00 program INFO WAIT active send to complete -2015-03-10 15:36:00 program INFO WAIT active send to complete -2015-03-10 15:36:01 program INFO WAIT active send to complete -2015-03-10 15:36:01 program INFO WAIT active send to complete -2015-03-10 15:36:02 program INFO WAIT active send to complete -2015-03-10 15:36:02 program INFO WAIT active send to complete -2015-03-10 15:36:03 program INFO WAIT active send to complete -2015-03-10 15:36:03 program INFO WAIT active send to complete -2015-03-10 15:36:04 program INFO WAIT active send to complete -2015-03-10 15:36:04 program INFO WAIT active send to complete -2015-03-10 15:36:05 program INFO WAIT active send to complete -2015-03-10 15:36:05 program INFO WAIT active send to complete -2015-03-10 15:36:05 sendUrl INFO C7 [929] R:OK -2015-03-10 15:36:06 program INFO WAIT active send to complete -2015-03-10 15:36:07 program INFO WAIT active send to complete -2015-03-10 15:36:07 program INFO WAIT active send to complete -2015-03-10 15:36:08 program INFO WAIT active send to complete -2015-03-10 15:36:08 program INFO WAIT active send to complete -2015-03-10 15:36:09 program INFO WAIT active send to complete -2015-03-10 15:36:09 program INFO WAIT active send to complete -2015-03-10 15:36:10 program INFO WAIT active send to complete -2015-03-10 15:36:10 program INFO WAIT active send to complete -2015-03-10 15:36:11 program INFO WAIT active send to complete -2015-03-10 15:36:11 program INFO WAIT active send to complete -2015-03-10 15:36:12 program INFO WAIT active send to complete -2015-03-10 15:36:12 program INFO WAIT active send to complete -2015-03-10 15:36:13 program INFO WAIT active send to complete -2015-03-10 15:36:13 program INFO WAIT active send to complete -2015-03-10 15:36:13 sendUrl INFO C7 [930] R:OK -2015-03-10 15:36:14 program INFO WAIT active send to complete -2015-03-10 15:36:14 sendUrl INFO C3 [931] R:OK -2015-03-10 15:36:15 sendUrl INFO C3 [932] R:OK -2015-03-10 15:36:45 queue INFO >>C3 [933] -2015-03-10 15:36:46 sendUrl INFO C3 [933] R:OK -2015-03-10 15:37:35 queue INFO >>C3 [934] -2015-03-10 15:37:55 sendUrl INFO C3 [934] R:OK -2015-03-10 15:38:26 queue INFO >>C3 [935] -2015-03-10 15:38:26 sendUrl INFO C3 [935] R:OK -2015-03-10 15:39:16 queue INFO >>C3 [936] -2015-03-10 15:39:16 sendUrl INFO C3 [936] R:OK -2015-03-10 15:40:06 queue INFO >>C3 [937] -2015-03-10 15:40:09 sendUrl INFO C3 [937] R:OK -2015-03-10 15:40:56 queue INFO >>C3 [938] -2015-03-10 15:41:09 sendUrl INFO C3 [938] R:OK -2015-03-10 15:41:46 queue INFO >>C3 [939] -2015-03-10 15:42:00 sendUrl INFO C3 [939] R:OK -2015-03-10 15:42:36 queue INFO >>C3 [940] -2015-03-10 15:42:50 sendUrl INFO C3 [940] R:OK -2015-03-10 15:43:26 queue INFO >>C3 [941] -2015-03-10 15:43:27 sendUrl INFO C3 [941] R:OK -2015-03-10 15:44:00 queue INFO 83 [942] -2015-03-10 15:44:00 queue INFO 87 [943] -2015-03-10 15:44:00 queue INFO >87 [944] -2015-03-10 15:44:01 program INFO WAIT active send to complete -2015-03-10 15:44:01 program INFO WAIT active send to complete -2015-03-10 15:44:02 queue INFO 83 [945] -2015-03-10 15:44:02 queue INFO >83 [946] -2015-03-10 15:44:02 program INFO WAIT active send to complete -2015-03-10 15:44:02 program INFO WAIT active send to complete -2015-03-10 15:44:03 program INFO WAIT active send to complete -2015-03-10 15:44:03 program INFO WAIT active send to complete -2015-03-10 15:44:04 program INFO WAIT active send to complete -2015-03-10 15:44:04 program INFO WAIT active send to complete -2015-03-10 15:44:05 program INFO WAIT active send to complete -2015-03-10 15:44:05 program INFO WAIT active send to complete -2015-03-10 15:44:06 program INFO WAIT active send to complete -2015-03-10 15:44:06 program INFO WAIT active send to complete -2015-03-10 15:44:07 program INFO WAIT active send to complete -2015-03-10 15:44:07 program INFO WAIT active send to complete -2015-03-10 15:44:08 program INFO WAIT active send to complete -2015-03-10 15:44:08 program INFO WAIT active send to complete -2015-03-10 15:44:09 program INFO WAIT active send to complete -2015-03-10 15:44:09 program INFO WAIT active send to complete -2015-03-10 15:44:10 program INFO WAIT active send to complete -2015-03-10 15:44:10 program INFO WAIT active send to complete -2015-03-10 15:44:11 program INFO WAIT active send to complete -2015-03-10 15:44:11 program INFO WAIT active send to complete -2015-03-10 15:44:12 program INFO WAIT active send to complete -2015-03-10 15:44:12 program INFO WAIT active send to complete -2015-03-10 15:44:13 program INFO WAIT active send to complete -2015-03-10 15:44:13 program INFO WAIT active send to complete -2015-03-10 15:44:14 program INFO WAIT active send to complete -2015-03-10 15:44:14 program INFO WAIT active send to complete -2015-03-10 15:44:15 program INFO WAIT active send to complete -2015-03-10 15:44:15 program INFO WAIT active send to complete -2015-03-10 15:44:16 program INFO WAIT active send to complete -2015-03-10 15:44:17 program INFO WAIT active send to complete -2015-03-10 15:44:17 sendUrl INFO 83 [942] R:OK -2015-03-10 15:44:17 sendUrl INFO 87 [943] R:OK -2015-03-10 15:44:18 program INFO WAIT active send to complete -2015-03-10 15:44:19 program INFO WAIT active send to complete -2015-03-10 15:44:19 program INFO WAIT active send to complete -2015-03-10 15:44:20 program INFO WAIT active send to complete -2015-03-10 15:44:20 program INFO WAIT active send to complete -2015-03-10 15:44:21 program INFO WAIT active send to complete -2015-03-10 15:44:21 sendUrl INFO 87 [944] R:OK -2015-03-10 15:44:22 program INFO WAIT active send to complete -2015-03-10 15:44:22 program INFO WAIT active send to complete -2015-03-10 15:44:23 program INFO WAIT active send to complete -2015-03-10 15:44:23 program INFO WAIT active send to complete -2015-03-10 15:44:24 program INFO WAIT active send to complete -2015-03-10 15:44:24 program INFO WAIT active send to complete -2015-03-10 15:44:25 program INFO WAIT active send to complete -2015-03-10 15:44:25 program INFO WAIT active send to complete -2015-03-10 15:44:26 program INFO WAIT active send to complete -2015-03-10 15:44:26 program INFO WAIT active send to complete -2015-03-10 15:44:27 program INFO WAIT active send to complete -2015-03-10 15:44:27 program INFO WAIT active send to complete -2015-03-10 15:44:28 program INFO WAIT active send to complete -2015-03-10 15:44:28 program INFO WAIT active send to complete -2015-03-10 15:44:29 sendUrl INFO 83 [945] R:OK -2015-03-10 15:44:43 sendUrl INFO 83 [946] R:OK -2015-03-10 15:44:52 queue INFO >>83 [947] -2015-03-10 15:44:53 sendUrl INFO 83 [947] R:OK -2015-03-10 15:45:42 queue INFO >>83 [948] -2015-03-10 15:46:09 sendUrl INFO 83 [948] R:OK -2015-03-10 15:46:32 queue INFO >>83 [949] -2015-03-10 15:46:59 sendUrl INFO 83 [949] R:OK -2015-03-10 15:47:22 queue INFO >>83 [950] -2015-03-10 15:47:23 sendUrl INFO 83 [950] R:OK -2015-03-10 15:48:12 queue INFO >>83 [951] -2015-03-10 15:48:29 sendUrl INFO 83 [951] R:OK -2015-03-10 15:49:03 queue INFO >>83 [952] -2015-03-10 15:49:19 sendUrl INFO 83 [952] R:OK -2015-03-10 15:49:53 queue INFO >>83 [953] -2015-03-10 15:49:54 sendUrl INFO 83 [953] R:OK -2015-03-10 15:50:43 queue INFO >>83 [954] -2015-03-10 15:50:46 sendUrl INFO 83 [954] R:OK -2015-03-10 15:51:33 queue INFO >>83 [955] -2015-03-10 15:51:36 sendUrl INFO 83 [955] R:OK -2015-03-10 15:52:07 queue INFO 87 [956] -2015-03-10 15:52:07 queue INFO >87 [957] -2015-03-10 15:52:08 program INFO WAIT active send to complete -2015-03-10 15:52:08 program INFO WAIT active send to complete -2015-03-10 15:52:09 queue INFO 83 [958] -2015-03-10 15:52:09 program INFO WAIT active send to complete -2015-03-10 15:52:09 queue INFO >83 [959] -2015-03-10 15:52:09 program INFO WAIT active send to complete -2015-03-10 15:52:10 program INFO WAIT active send to complete -2015-03-10 15:52:10 program INFO WAIT active send to complete -2015-03-10 15:52:11 program INFO WAIT active send to complete -2015-03-10 15:52:11 program INFO WAIT active send to complete -2015-03-10 15:52:12 sendUrl INFO 87 [956] R:OK -2015-03-10 15:52:12 sendUrl INFO 87 [957] R:OK -2015-03-10 15:52:13 program INFO WAIT active send to complete -2015-03-10 15:52:13 sendUrl INFO 83 [958] R:OK -2015-03-10 15:52:14 sendUrl INFO 83 [959] R:OK -2015-03-10 15:52:59 queue INFO >>83 [960] -2015-03-10 15:53:00 sendUrl INFO 83 [960] R:OK -2015-03-10 15:53:49 queue INFO >>83 [961] -2015-03-10 15:53:49 sendUrl INFO 83 [961] R:OK -2015-03-10 15:54:39 queue INFO >>83 [962] -2015-03-10 15:54:40 sendUrl INFO 83 [962] R:OK -2015-03-10 15:55:29 queue INFO >>83 [963] -2015-03-10 15:55:30 sendUrl INFO 83 [963] R:OK -2015-03-10 15:56:19 queue INFO >>83 [964] -2015-03-10 15:56:23 sendUrl INFO 83 [964] R:OK -2015-03-10 15:57:09 queue INFO >>83 [965] -2015-03-10 15:57:10 sendUrl INFO 83 [965] R:OK -2015-03-10 15:58:00 queue INFO >>83 [966] -2015-03-10 15:58:00 sendUrl INFO 83 [966] R:OK -2015-03-10 15:58:50 queue INFO >>83 [967] -2015-03-10 15:59:01 sendUrl INFO 83 [967] R:OK -2015-03-10 15:59:40 queue INFO >>83 [968] -2015-03-10 15:59:52 sendUrl INFO 83 [968] R:OK -2015-03-10 16:00:14 queue INFO 87 [969] -2015-03-10 16:00:14 queue INFO >87 [970] -2015-03-10 16:00:14 program INFO WAIT active send to complete -2015-03-10 16:00:15 program INFO WAIT active send to complete -2015-03-10 16:00:15 queue INFO 83 [971] -2015-03-10 16:00:15 queue INFO >83 [972] -2015-03-10 16:00:15 program INFO WAIT active send to complete -2015-03-10 16:00:16 program INFO WAIT active send to complete -2015-03-10 16:00:16 sendUrl INFO 87 [969] R:OK -2015-03-10 16:00:17 program INFO WAIT active send to complete -2015-03-10 16:00:17 program INFO WAIT active send to complete -2015-03-10 16:00:18 program INFO WAIT active send to complete -2015-03-10 16:00:18 program INFO WAIT active send to complete -2015-03-10 16:00:19 program INFO WAIT active send to complete -2015-03-10 16:00:20 program INFO WAIT active send to complete -2015-03-10 16:00:20 program INFO WAIT active send to complete -2015-03-10 16:00:21 program INFO WAIT active send to complete -2015-03-10 16:00:21 program INFO WAIT active send to complete -2015-03-10 16:00:21 sendUrl INFO 87 [970] R:OK -2015-03-10 16:00:22 program INFO WAIT active send to complete -2015-03-10 16:00:23 program INFO WAIT active send to complete -2015-03-10 16:00:23 program INFO WAIT active send to complete -2015-03-10 16:00:24 program INFO WAIT active send to complete -2015-03-10 16:00:24 program INFO WAIT active send to complete -2015-03-10 16:00:25 program INFO WAIT active send to complete -2015-03-10 16:00:25 program INFO WAIT active send to complete -2015-03-10 16:00:26 program INFO WAIT active send to complete -2015-03-10 16:00:26 program INFO WAIT active send to complete -2015-03-10 16:00:26 sendUrl INFO 83 [971] R:OK -2015-03-10 16:00:27 sendUrl INFO 83 [972] R:OK -2015-03-10 16:01:05 queue INFO >>83 [973] -2015-03-10 16:01:07 sendUrl INFO 83 [973] R:OK -2015-03-10 16:01:56 queue INFO >>83 [974] -2015-03-10 16:01:57 sendUrl INFO 83 [974] R:OK -2015-03-10 16:02:46 queue INFO >>83 [975] -2015-03-10 16:02:47 sendUrl INFO 83 [975] R:OK -2015-03-10 16:03:36 queue INFO >>83 [976] -2015-03-10 16:03:37 sendUrl INFO 83 [976] R:OK -2015-03-10 16:04:26 queue INFO >>83 [977] -2015-03-10 16:04:27 sendUrl INFO 83 [977] R:OK -2015-03-10 16:05:16 queue INFO >>83 [978] -2015-03-10 16:05:17 sendUrl INFO 83 [978] R:OK -2015-03-10 16:06:06 queue INFO >>83 [979] -2015-03-10 16:06:07 sendUrl INFO 83 [979] R:OK -2015-03-10 16:06:56 queue INFO >>83 [980] -2015-03-10 16:06:58 sendUrl INFO 83 [980] R:OK -2015-03-10 16:07:47 queue INFO >>83 [981] -2015-03-10 16:07:48 sendUrl INFO 83 [981] R:OK -2015-03-10 16:08:20 queue INFO 87 [982] -2015-03-10 16:08:20 queue INFO >87 [983] -2015-03-10 16:08:21 program INFO WAIT active send to complete -2015-03-10 16:08:21 sendUrl INFO 87 [982] R:OK -2015-03-10 16:08:22 queue INFO 83 [984] -2015-03-10 16:08:22 sendUrl INFO 87 [983] R:OK -2015-03-10 16:08:22 queue INFO >83 [985] -2015-03-10 16:08:22 program INFO WAIT active send to complete -2015-03-10 16:08:22 sendUrl INFO 83 [984] R:OK -2015-03-10 16:08:38 sendUrl INFO 83 [985] R:OK -2015-03-10 16:09:12 queue INFO >>83 [986] -2015-03-10 16:09:15 sendUrl INFO 83 [986] R:OK -2015-03-10 16:10:02 queue INFO >>83 [987] -2015-03-10 16:10:06 sendUrl INFO 83 [987] R:OK -2015-03-10 16:10:52 queue INFO >>83 [988] -2015-03-10 16:10:53 sendUrl INFO 83 [988] R:OK -2015-03-10 16:11:42 queue INFO >>83 [989] -2015-03-10 16:11:46 sendUrl INFO 83 [989] R:OK -2015-03-10 16:12:32 queue INFO >>83 [990] -2015-03-10 16:12:36 sendUrl INFO 83 [990] R:OK -2015-03-10 16:13:23 queue INFO >>83 [991] -2015-03-10 16:13:26 sendUrl INFO 83 [991] R:OK -2015-03-10 16:14:13 queue INFO >>83 [992] -2015-03-10 16:14:16 sendUrl INFO 83 [992] R:OK -2015-03-10 16:15:03 queue INFO >>83 [993] -2015-03-10 16:15:04 sendUrl INFO 83 [993] R:OK -2015-03-10 16:15:53 queue INFO >>83 [994] -2015-03-10 16:15:54 sendUrl INFO 83 [994] R:OK -2015-03-10 16:16:26 queue INFO 87 [995] -2015-03-10 16:16:27 queue INFO >87 [996] -2015-03-10 16:16:27 sendUrl INFO 87 [995] R:OK -2015-03-10 16:16:27 sendUrl INFO 87 [996] R:OK -2015-03-10 16:16:28 queue INFO 83 [997] -2015-03-10 16:16:28 queue INFO >83 [998] -2015-03-10 16:16:29 program INFO WAIT active send to complete -2015-03-10 16:16:30 program INFO WAIT active send to complete -2015-03-10 16:16:30 program INFO WAIT active send to complete -2015-03-10 16:16:31 program INFO WAIT active send to complete -2015-03-10 16:16:31 program INFO WAIT active send to complete -2015-03-10 16:16:32 program INFO WAIT active send to complete -2015-03-10 16:16:32 program INFO WAIT active send to complete -2015-03-10 16:16:33 program INFO WAIT active send to complete -2015-03-10 16:16:33 program INFO WAIT active send to complete -2015-03-10 16:16:34 program INFO WAIT active send to complete -2015-03-10 16:16:34 program INFO WAIT active send to complete -2015-03-10 16:16:34 sendUrl INFO 83 [997] R:OK -2015-03-10 16:16:47 sendUrl INFO 83 [998] R:OK -2015-03-10 16:17:18 queue INFO >>83 [999] -2015-03-10 16:17:19 sendUrl INFO 83 [999] R:OK -2015-03-10 16:18:08 queue INFO >>83 [0] -2015-03-10 16:18:09 sendUrl INFO 83 [0] R:OK -2015-03-10 16:18:58 queue INFO >>83 [1] -2015-03-10 16:18:59 sendUrl INFO 83 [1] R:OK -2015-03-10 16:19:49 queue INFO >>83 [2] -2015-03-10 16:19:49 sendUrl INFO 83 [2] R:OK -2015-03-10 16:20:39 queue INFO >>83 [3] -2015-03-10 16:20:39 sendUrl INFO 83 [3] R:OK -2015-03-10 16:21:29 queue INFO >>83 [4] -2015-03-10 16:21:29 sendUrl INFO 83 [4] R:OK -2015-03-10 16:22:19 queue INFO >>83 [5] -2015-03-10 16:22:19 sendUrl INFO 83 [5] R:OK -2015-03-10 16:23:09 queue INFO >>83 [6] -2015-03-10 16:23:10 sendUrl INFO 83 [6] R:OK -2015-03-10 16:23:59 queue INFO >>83 [7] -2015-03-10 16:24:00 sendUrl INFO 83 [7] R:OK -2015-03-10 16:24:33 queue INFO C7 [8] -2015-03-10 16:24:33 queue INFO >C7 [9] -2015-03-10 16:24:33 sendUrl INFO C7 [8] R:OK -2015-03-10 16:24:34 sendUrl INFO C7 [9] R:OK -2015-03-10 16:24:34 queue INFO C3 [10] -2015-03-10 16:24:35 queue INFO >C3 [11] -2015-03-10 16:24:35 sendUrl INFO C3 [10] R:OK -2015-03-10 16:24:35 sendUrl INFO C3 [11] R:OK -2015-03-10 16:25:25 queue INFO >>C3 [12] -2015-03-10 16:25:25 sendUrl INFO C3 [12] R:OK -2015-03-10 16:26:15 queue INFO >>C3 [13] -2015-03-10 16:26:15 sendUrl INFO C3 [13] R:OK -2015-03-10 16:27:05 queue INFO >>C3 [14] -2015-03-10 16:27:05 sendUrl INFO C3 [14] R:OK -2015-03-10 16:27:55 queue INFO >>C3 [15] -2015-03-10 16:27:56 sendUrl INFO C3 [15] R:OK -2015-03-10 16:28:45 queue INFO >>C3 [16] -2015-03-10 16:28:46 sendUrl INFO C3 [16] R:OK -2015-03-10 16:29:35 queue INFO >>C3 [17] -2015-03-10 16:29:36 sendUrl INFO C3 [17] R:OK -2015-03-10 16:30:26 queue INFO >>C3 [18] -2015-03-10 16:30:26 sendUrl INFO C3 [18] R:OK -2015-03-10 16:31:16 queue INFO >>C3 [19] -2015-03-10 16:31:16 sendUrl INFO C3 [19] R:OK -2015-03-10 16:32:06 queue INFO >>C3 [20] -2015-03-10 16:32:06 sendUrl INFO C3 [20] R:OK -2015-03-10 16:32:39 queue INFO 83 [21] -2015-03-10 16:32:39 queue INFO 87 [22] -2015-03-10 16:32:40 sendUrl INFO 83 [21] R:OK -2015-03-10 16:32:40 queue INFO >87 [23] -2015-03-10 16:32:40 sendUrl INFO 87 [22] R:OK -2015-03-10 16:32:41 sendUrl INFO 87 [23] R:OK -2015-03-10 16:32:41 queue INFO 83 [24] -2015-03-10 16:32:41 sendUrl INFO 83 [24] R:OK -2015-03-10 16:32:41 queue INFO >83 [25] -2015-03-10 16:32:42 sendUrl INFO 83 [25] R:OK -2015-03-10 16:33:31 queue INFO >>83 [26] -2015-03-10 16:33:31 sendUrl INFO 83 [26] R:OK -2015-03-10 16:34:21 queue INFO >>83 [27] -2015-03-10 16:34:22 sendUrl INFO 83 [27] R:OK -2015-03-10 16:35:11 queue INFO >>83 [28] -2015-03-10 16:35:12 sendUrl INFO 83 [28] R:OK -2015-03-10 16:36:02 queue INFO >>83 [29] -2015-03-10 16:36:02 sendUrl INFO 83 [29] R:OK -2015-03-10 16:36:52 queue INFO >>83 [30] -2015-03-10 16:36:52 sendUrl INFO 83 [30] R:OK -2015-03-10 16:37:42 queue INFO >>83 [31] -2015-03-10 16:37:42 sendUrl INFO 83 [31] R:OK -2015-03-10 16:38:32 queue INFO >>83 [32] -2015-03-10 16:38:32 sendUrl INFO 83 [32] R:OK -2015-03-10 16:39:22 queue INFO >>83 [33] -2015-03-10 16:39:22 sendUrl INFO 83 [33] R:OK -2015-03-10 16:40:12 queue INFO >>83 [34] -2015-03-10 16:40:13 sendUrl INFO 83 [34] R:OK -2015-03-10 16:40:46 queue INFO 87 [35] -2015-03-10 16:40:47 queue INFO >87 [36] -2015-03-10 16:40:47 sendUrl INFO 87 [35] R:OK -2015-03-10 16:40:47 sendUrl INFO 87 [36] R:OK -2015-03-10 16:40:48 queue INFO 83 [37] -2015-03-10 16:40:48 queue INFO >83 [38] -2015-03-10 16:40:48 sendUrl INFO 83 [37] R:OK -2015-03-10 16:40:49 sendUrl INFO 83 [38] R:OK -2015-03-10 16:41:38 queue INFO >>83 [39] -2015-03-10 16:41:39 sendUrl INFO 83 [39] R:OK -2015-03-10 16:42:28 queue INFO >>83 [40] -2015-03-10 16:42:28 sendUrl INFO 83 [40] R:OK -2015-03-10 16:43:18 queue INFO >>83 [41] -2015-03-10 16:43:19 sendUrl INFO 83 [41] R:OK -2015-03-10 16:44:08 queue INFO >>83 [42] -2015-03-10 16:44:09 sendUrl INFO 83 [42] R:OK -2015-03-10 16:44:59 queue INFO >>83 [43] -2015-03-10 16:44:59 sendUrl INFO 83 [43] R:OK -2015-03-10 16:45:49 queue INFO >>83 [44] -2015-03-10 16:45:49 sendUrl INFO 83 [44] R:OK -2015-03-10 16:46:39 queue INFO >>83 [45] -2015-03-10 16:46:39 sendUrl INFO 83 [45] R:OK -2015-03-10 16:47:29 queue INFO >>83 [46] -2015-03-10 16:47:29 sendUrl INFO 83 [46] R:OK -2015-03-10 16:48:19 queue INFO >>83 [47] -2015-03-10 16:48:20 sendUrl INFO 83 [47] R:OK -2015-03-10 16:48:53 queue INFO 87 [48] -2015-03-10 16:48:53 queue INFO >87 [49] -2015-03-10 16:48:53 sendUrl INFO 87 [48] R:OK -2015-03-10 16:48:54 sendUrl INFO 87 [49] R:OK -2015-03-10 16:48:54 queue INFO 83 [50] -2015-03-10 16:48:55 queue INFO >83 [51] -2015-03-10 16:48:55 sendUrl INFO 83 [50] R:OK -2015-03-10 16:48:55 sendUrl INFO 83 [51] R:OK -2015-03-10 16:49:45 queue INFO >>83 [52] -2015-03-10 16:49:45 sendUrl INFO 83 [52] R:OK -2015-03-10 16:50:35 queue INFO >>83 [53] -2015-03-10 16:50:35 sendUrl INFO 83 [53] R:OK -2015-03-10 16:51:25 queue INFO >>83 [54] -2015-03-10 16:51:25 sendUrl INFO 83 [54] R:OK -2015-03-10 16:52:15 queue INFO >>83 [55] -2015-03-10 16:52:15 sendUrl INFO 83 [55] R:OK -2015-03-10 16:53:05 queue INFO >>83 [56] -2015-03-10 16:53:06 sendUrl INFO 83 [56] R:OK -2015-03-10 16:53:55 queue INFO >>83 [57] -2015-03-10 16:53:56 sendUrl INFO 83 [57] R:OK -2015-03-10 16:54:45 queue INFO >>83 [58] -2015-03-10 16:54:46 sendUrl INFO 83 [58] R:OK -2015-03-10 16:55:36 queue INFO >>83 [59] -2015-03-10 16:55:36 sendUrl INFO 83 [59] R:OK -2015-03-10 16:56:26 queue INFO >>83 [60] -2015-03-10 16:56:26 sendUrl INFO 83 [60] R:OK -2015-03-10 16:56:59 queue INFO 87 [61] -2015-03-10 16:56:59 queue INFO >87 [62] -2015-03-10 16:57:00 sendUrl INFO 87 [61] R:OK -2015-03-10 16:57:00 sendUrl INFO 87 [62] R:OK -2015-03-10 16:57:01 queue INFO 83 [63] -2015-03-10 16:57:01 queue INFO >83 [64] -2015-03-10 16:57:01 sendUrl INFO 83 [63] R:OK -2015-03-10 16:57:02 sendUrl INFO 83 [64] R:OK -2015-03-10 16:57:51 queue INFO >>83 [65] -2015-03-10 16:57:51 sendUrl INFO 83 [65] R:OK -2015-03-10 16:58:41 queue INFO >>83 [66] -2015-03-10 16:58:41 sendUrl INFO 83 [66] R:OK -2015-03-10 16:59:31 queue INFO >>83 [67] -2015-03-10 16:59:32 sendUrl INFO 83 [67] R:OK -2015-03-10 17:00:21 queue INFO >>83 [68] -2015-03-10 17:00:22 sendUrl INFO 83 [68] R:OK -2015-03-10 17:01:12 queue INFO >>83 [69] -2015-03-10 17:01:12 sendUrl INFO 83 [69] R:OK -2015-03-10 17:02:02 queue INFO >>83 [70] -2015-03-10 17:02:02 sendUrl INFO 83 [70] R:OK -2015-03-10 17:02:52 queue INFO >>83 [71] -2015-03-10 17:02:52 sendUrl INFO 83 [71] R:OK -2015-03-10 17:03:42 queue INFO >>83 [72] -2015-03-10 17:03:42 sendUrl INFO 83 [72] R:OK -2015-03-10 17:04:32 queue INFO >>83 [73] -2015-03-10 17:04:33 sendUrl INFO 83 [73] R:OK -2015-03-10 17:05:06 queue INFO 87 [74] -2015-03-10 17:05:06 queue INFO >87 [75] -2015-03-10 17:05:06 sendUrl INFO 87 [74] R:OK -2015-03-10 17:05:07 sendUrl INFO 87 [75] R:OK -2015-03-10 17:05:07 queue INFO 83 [76] -2015-03-10 17:05:08 queue INFO >83 [77] -2015-03-10 17:05:08 sendUrl INFO 83 [76] R:OK -2015-03-10 17:05:08 sendUrl INFO 83 [77] R:OK -2015-03-10 17:05:58 queue INFO >>83 [78] -2015-03-10 17:05:58 sendUrl INFO 83 [78] R:OK -2015-03-10 17:06:48 queue INFO >>83 [79] -2015-03-10 17:06:48 sendUrl INFO 83 [79] R:OK -2015-03-10 17:07:38 queue INFO >>83 [80] -2015-03-10 17:07:38 sendUrl INFO 83 [80] R:OK -2015-03-10 17:08:28 queue INFO >>83 [81] -2015-03-10 17:08:28 sendUrl INFO 83 [81] R:OK -2015-03-10 17:09:18 queue INFO >>83 [82] -2015-03-10 17:09:19 sendUrl INFO 83 [82] R:OK -2015-03-10 17:10:08 queue INFO >>83 [83] -2015-03-10 17:10:09 sendUrl INFO 83 [83] R:OK -2015-03-10 17:10:58 queue INFO >>83 [84] -2015-03-10 17:10:59 sendUrl INFO 83 [84] R:OK -2015-03-10 17:11:49 queue INFO >>83 [85] -2015-03-10 17:11:49 sendUrl INFO 83 [85] R:OK -2015-03-10 17:12:39 queue INFO >>83 [86] -2015-03-10 17:12:39 sendUrl INFO 83 [86] R:OK -2015-03-10 17:13:12 queue INFO C7 [87] -2015-03-10 17:13:12 queue INFO >C7 [88] -2015-03-10 17:13:12 sendUrl INFO C7 [87] R:OK -2015-03-10 17:13:13 sendUrl INFO C7 [88] R:OK -2015-03-10 17:13:14 queue INFO C3 [89] -2015-03-10 17:13:14 sendUrl INFO C3 [89] R:OK -2015-03-10 17:13:14 queue INFO >C3 [90] -2015-03-10 17:13:14 sendUrl INFO C3 [90] R:OK -2015-03-10 17:14:04 queue INFO >>C3 [91] -2015-03-10 17:14:04 sendUrl INFO C3 [91] R:OK -2015-03-10 17:14:54 queue INFO >>C3 [92] -2015-03-10 17:14:54 sendUrl INFO C3 [92] R:OK -2015-03-10 17:15:44 queue INFO >>C3 [93] -2015-03-10 17:15:44 sendUrl INFO C3 [93] R:OK -2015-03-10 17:16:34 queue INFO >>C3 [94] -2015-03-10 17:16:35 sendUrl INFO C3 [94] R:OK -2015-03-10 17:17:24 queue INFO >>C3 [95] -2015-03-10 17:17:25 sendUrl INFO C3 [95] R:OK -2015-03-10 17:18:15 queue INFO >>C3 [96] -2015-03-10 17:18:15 sendUrl INFO C3 [96] R:OK -2015-03-10 17:19:05 queue INFO >>C3 [97] -2015-03-10 17:19:05 sendUrl INFO C3 [97] R:OK -2015-03-10 17:19:55 queue INFO >>C3 [98] -2015-03-10 17:19:55 sendUrl INFO C3 [98] R:OK -2015-03-10 17:20:45 queue INFO >>C3 [99] -2015-03-10 17:20:45 sendUrl INFO C3 [99] R:OK -2015-03-10 17:21:18 queue INFO 83 [100] -2015-03-10 17:21:18 sendUrl INFO 83 [100] R:OK -2015-03-10 17:21:19 queue INFO 87 [101] -2015-03-10 17:21:19 queue INFO >87 [102] -2015-03-10 17:21:19 sendUrl INFO 87 [101] R:OK -2015-03-10 17:21:19 sendUrl INFO 87 [102] R:OK -2015-03-10 17:21:20 queue INFO 83 [103] -2015-03-10 17:21:20 queue INFO >83 [104] -2015-03-10 17:21:21 sendUrl INFO 83 [103] R:OK -2015-03-10 17:21:21 sendUrl INFO 83 [104] R:OK -2015-03-10 17:22:10 queue INFO >>83 [105] -2015-03-10 17:22:11 sendUrl INFO 83 [105] R:OK -2015-03-10 17:23:00 queue INFO >>83 [106] -2015-03-10 17:23:01 sendUrl INFO 83 [106] R:OK -2015-03-10 17:23:51 queue INFO >>83 [107] -2015-03-10 17:23:51 sendUrl INFO 83 [107] R:OK -2015-03-10 17:24:41 queue INFO >>83 [108] -2015-03-10 17:24:41 sendUrl INFO 83 [108] R:OK -2015-03-10 17:25:31 queue INFO >>83 [109] -2015-03-10 17:25:31 sendUrl INFO 83 [109] R:OK -2015-03-10 17:26:21 queue INFO >>83 [110] -2015-03-10 17:26:22 sendUrl INFO 83 [110] R:OK -2015-03-10 17:27:11 queue INFO >>83 [111] -2015-03-10 17:27:11 sendUrl INFO 83 [111] R:OK -2015-03-10 17:28:01 queue INFO >>83 [112] -2015-03-10 17:28:02 sendUrl INFO 83 [112] R:OK -2015-03-10 17:28:52 queue INFO >>83 [113] -2015-03-10 17:28:52 sendUrl INFO 83 [113] R:OK -2015-03-10 17:29:25 queue INFO 87 [114] -2015-03-10 17:29:26 queue INFO >87 [115] -2015-03-10 17:29:26 sendUrl INFO 87 [114] R:OK -2015-03-10 17:29:26 sendUrl INFO 87 [115] R:OK -2015-03-10 17:29:27 queue INFO 83 [116] -2015-03-10 17:29:27 queue INFO >83 [117] -2015-03-10 17:29:27 sendUrl INFO 83 [116] R:OK -2015-03-10 17:29:28 sendUrl INFO 83 [117] R:OK -2015-03-10 17:30:17 queue INFO >>83 [118] -2015-03-10 17:30:18 sendUrl INFO 83 [118] R:OK -2015-03-10 17:31:07 queue INFO >>83 [119] -2015-03-10 17:31:08 sendUrl INFO 83 [119] R:OK -2015-03-10 17:31:57 queue INFO >>83 [120] -2015-03-10 17:31:58 sendUrl INFO 83 [120] R:OK -2015-03-10 17:32:48 queue INFO >>83 [121] -2015-03-10 17:32:48 sendUrl INFO 83 [121] R:OK -2015-03-10 17:33:38 queue INFO >>83 [122] -2015-03-10 17:33:38 sendUrl INFO 83 [122] R:OK -2015-03-10 17:34:28 queue INFO >>83 [123] -2015-03-10 17:34:28 sendUrl INFO 83 [123] R:OK -2015-03-10 17:35:18 queue INFO >>83 [124] -2015-03-10 17:35:19 sendUrl INFO 83 [124] R:OK -2015-03-10 17:36:08 queue INFO >>83 [125] -2015-03-10 17:36:08 sendUrl INFO 83 [125] R:OK -2015-03-10 17:36:58 queue INFO >>83 [126] -2015-03-10 17:36:59 sendUrl INFO 83 [126] R:OK -2015-03-10 17:37:32 queue INFO 87 [127] -2015-03-10 17:37:32 queue INFO >87 [128] -2015-03-10 17:37:32 sendUrl INFO 87 [127] R:OK -2015-03-10 17:37:33 sendUrl INFO 87 [128] R:OK -2015-03-10 17:37:34 queue INFO 83 [129] -2015-03-10 17:37:34 queue INFO >83 [130] -2015-03-10 17:37:34 sendUrl INFO 83 [129] R:OK -2015-03-10 17:37:34 sendUrl INFO 83 [130] R:OK -2015-03-10 17:38:24 queue INFO >>83 [131] -2015-03-10 17:38:24 sendUrl INFO 83 [131] R:OK -2015-03-10 17:39:14 queue INFO >>83 [132] -2015-03-10 17:39:14 sendUrl INFO 83 [132] R:OK -2015-03-10 17:40:04 queue INFO >>83 [133] -2015-03-10 17:40:04 sendUrl INFO 83 [133] R:OK -2015-03-10 17:40:54 queue INFO >>83 [134] -2015-03-10 17:40:55 sendUrl INFO 83 [134] R:OK -2015-03-10 17:41:44 queue INFO >>83 [135] -2015-03-10 17:41:45 sendUrl INFO 83 [135] R:OK -2015-03-10 17:42:35 queue INFO >>83 [136] -2015-03-10 17:42:35 sendUrl INFO 83 [136] R:OK -2015-03-10 17:43:25 queue INFO >>83 [137] -2015-03-10 17:43:25 sendUrl INFO 83 [137] R:OK -2015-03-10 17:44:15 queue INFO >>83 [138] -2015-03-10 17:44:15 sendUrl INFO 83 [138] R:OK -2015-03-10 17:45:05 queue INFO >>83 [139] -2015-03-10 17:45:05 sendUrl INFO 83 [139] R:OK -2015-03-10 17:45:39 queue INFO 87 [140] -2015-03-10 17:45:39 queue INFO >87 [141] -2015-03-10 17:45:39 sendUrl INFO 87 [140] R:OK -2015-03-10 17:45:40 sendUrl INFO 87 [141] R:OK -2015-03-10 17:45:40 queue INFO 83 [142] -2015-03-10 17:45:40 queue INFO >83 [143] -2015-03-10 17:45:41 sendUrl INFO 83 [142] R:OK -2015-03-10 17:45:41 sendUrl INFO 83 [143] R:OK -2015-03-10 17:46:30 queue INFO >>83 [144] -2015-03-10 17:46:31 sendUrl INFO 83 [144] R:OK -2015-03-10 17:47:21 queue INFO >>83 [145] -2015-03-10 17:47:21 sendUrl INFO 83 [145] R:OK -2015-03-10 17:48:11 queue INFO >>83 [146] -2015-03-10 17:48:11 sendUrl INFO 83 [146] R:OK -2015-03-10 17:49:01 queue INFO >>83 [147] -2015-03-10 17:49:01 sendUrl INFO 83 [147] R:OK -2015-03-10 17:49:51 queue INFO >>83 [148] -2015-03-10 17:49:51 sendUrl INFO 83 [148] R:OK -2015-03-10 17:50:41 queue INFO >>83 [149] -2015-03-10 17:50:42 sendUrl INFO 83 [149] R:OK -2015-03-10 17:51:31 queue INFO >>83 [150] -2015-03-10 17:51:31 sendUrl INFO 83 [150] R:OK -2015-03-10 17:52:21 queue INFO >>83 [151] -2015-03-10 17:52:22 sendUrl INFO 83 [151] R:OK -2015-03-10 17:53:12 queue INFO >>83 [152] -2015-03-10 17:53:12 sendUrl INFO 83 [152] R:OK -2015-03-10 17:53:45 queue INFO 87 [153] -2015-03-10 17:53:45 queue INFO >87 [154] -2015-03-10 17:53:45 sendUrl INFO 87 [153] R:OK -2015-03-10 17:53:46 sendUrl INFO 87 [154] R:OK -2015-03-10 17:53:46 queue INFO 83 [155] -2015-03-10 17:53:47 queue INFO >83 [156] -2015-03-10 17:53:47 sendUrl INFO 83 [155] R:OK -2015-03-10 17:53:47 sendUrl INFO 83 [156] R:OK -2015-03-10 17:54:37 queue INFO >>83 [157] -2015-03-10 17:54:37 sendUrl INFO 83 [157] R:OK -2015-03-10 17:55:27 queue INFO >>83 [158] -2015-03-10 17:55:27 sendUrl INFO 83 [158] R:OK -2015-03-10 17:56:17 queue INFO >>83 [159] -2015-03-10 17:56:17 sendUrl INFO 83 [159] R:OK -2015-03-10 17:57:07 queue INFO >>83 [160] -2015-03-10 17:57:07 sendUrl INFO 83 [160] R:OK -2015-03-10 17:57:57 queue INFO >>83 [161] -2015-03-10 17:57:58 sendUrl INFO 83 [161] R:OK -2015-03-10 17:58:47 queue INFO >>83 [162] -2015-03-10 17:58:48 sendUrl INFO 83 [162] R:OK -2015-03-10 17:59:38 queue INFO >>83 [163] -2015-03-10 17:59:38 sendUrl INFO 83 [163] R:OK -2015-03-10 18:00:28 queue INFO >>83 [164] -2015-03-10 18:00:28 sendUrl INFO 83 [164] R:OK -2015-03-10 18:01:18 queue INFO >>83 [165] -2015-03-10 18:01:18 sendUrl INFO 83 [165] R:OK -2015-03-10 18:01:51 queue INFO C7 [166] -2015-03-10 18:01:52 queue INFO >C7 [167] -2015-03-10 18:01:52 sendUrl INFO C7 [166] R:OK -2015-03-10 18:01:52 sendUrl INFO C7 [167] R:OK -2015-03-10 18:01:53 queue INFO C3 [168] -2015-03-10 18:01:53 sendUrl INFO C3 [168] R:OK -2015-03-10 18:01:53 queue INFO >C3 [169] -2015-03-10 18:01:54 sendUrl INFO C3 [169] R:OK -2015-03-10 18:02:43 queue INFO >>C3 [170] -2015-03-10 18:02:43 sendUrl INFO C3 [170] R:OK -2015-03-10 18:03:33 queue INFO >>C3 [171] -2015-03-10 18:03:34 sendUrl INFO C3 [171] R:OK -2015-03-10 18:04:23 queue INFO >>C3 [172] -2015-03-10 18:04:24 sendUrl INFO C3 [172] R:OK -2015-03-10 18:05:14 queue INFO >>C3 [173] -2015-03-10 18:05:14 sendUrl INFO C3 [173] R:OK -2015-03-10 18:06:04 queue INFO >>C3 [174] -2015-03-10 18:06:04 sendUrl INFO C3 [174] R:OK -2015-03-10 18:06:54 queue INFO >>C3 [175] -2015-03-10 18:06:54 sendUrl INFO C3 [175] R:OK -2015-03-10 18:07:44 queue INFO >>C3 [176] -2015-03-10 18:07:44 sendUrl INFO C3 [176] R:OK -2015-03-10 18:08:34 queue INFO >>C3 [177] -2015-03-10 18:08:35 sendUrl INFO C3 [177] R:OK -2015-03-10 18:09:24 queue INFO >>C3 [178] -2015-03-10 18:09:25 sendUrl INFO C3 [178] R:OK -2015-03-10 18:09:58 queue INFO 83 [179] -2015-03-10 18:09:58 sendUrl INFO 83 [179] R:OK -2015-03-10 18:09:58 queue INFO 87 [180] -2015-03-10 18:09:58 queue INFO >87 [181] -2015-03-10 18:09:58 sendUrl INFO 87 [180] R:OK -2015-03-10 18:09:59 sendUrl INFO 87 [181] R:OK -2015-03-10 18:09:59 queue INFO 83 [182] -2015-03-10 18:10:00 queue INFO >83 [183] -2015-03-10 18:10:00 sendUrl INFO 83 [182] R:OK -2015-03-10 18:10:00 sendUrl INFO 83 [183] R:OK -2015-03-10 18:10:50 queue INFO >>83 [184] -2015-03-10 18:10:50 sendUrl INFO 83 [184] R:OK -2015-03-10 18:11:40 queue INFO >>83 [185] -2015-03-10 18:11:40 sendUrl INFO 83 [185] R:OK -2015-03-10 18:12:30 queue INFO >>83 [186] -2015-03-10 18:12:30 sendUrl INFO 83 [186] R:OK -2015-03-10 18:13:20 queue INFO >>83 [187] -2015-03-10 18:13:20 sendUrl INFO 83 [187] R:OK -2015-03-10 18:14:10 queue INFO >>83 [188] -2015-03-10 18:14:11 sendUrl INFO 83 [188] R:OK -2015-03-10 18:15:00 queue INFO >>83 [189] -2015-03-10 18:15:01 sendUrl INFO 83 [189] R:OK -2015-03-10 18:15:51 queue INFO >>83 [190] -2015-03-10 18:15:51 sendUrl INFO 83 [190] R:OK -2015-03-10 18:16:41 queue INFO >>83 [191] -2015-03-10 18:16:41 sendUrl INFO 83 [191] R:OK -2015-03-10 18:17:31 queue INFO >>83 [192] -2015-03-10 18:17:31 sendUrl INFO 83 [192] R:OK -2015-03-10 18:18:05 queue INFO 87 [193] -2015-03-10 18:18:05 queue INFO >87 [194] -2015-03-10 18:18:05 sendUrl INFO 87 [193] R:OK -2015-03-10 18:18:06 sendUrl INFO 87 [194] R:OK -2015-03-10 18:18:06 queue INFO 83 [195] -2015-03-10 18:18:07 queue INFO >83 [196] -2015-03-10 18:18:07 sendUrl INFO 83 [195] R:OK -2015-03-10 18:18:07 sendUrl INFO 83 [196] R:OK -2015-03-10 18:18:57 queue INFO >>83 [197] -2015-03-10 18:18:57 sendUrl INFO 83 [197] R:OK -2015-03-10 18:19:47 queue INFO >>83 [198] -2015-03-10 18:19:47 sendUrl INFO 83 [198] R:OK -2015-03-10 18:20:37 queue INFO >>83 [199] -2015-03-10 18:20:37 sendUrl INFO 83 [199] R:OK -2015-03-10 18:21:27 queue INFO >>83 [200] -2015-03-10 18:21:27 sendUrl INFO 83 [200] R:OK -2015-03-10 18:22:17 queue INFO >>83 [201] -2015-03-10 18:22:17 sendUrl INFO 83 [201] R:OK -2015-03-10 18:23:07 queue INFO >>83 [202] -2015-03-10 18:23:08 sendUrl INFO 83 [202] R:OK -2015-03-10 18:23:57 queue INFO >>83 [203] -2015-03-10 18:23:58 sendUrl INFO 83 [203] R:OK -2015-03-10 18:24:48 queue INFO >>83 [204] -2015-03-10 18:24:48 sendUrl INFO 83 [204] R:OK -2015-03-10 18:25:38 queue INFO >>83 [205] -2015-03-10 18:25:38 sendUrl INFO 83 [205] R:OK -2015-03-10 18:26:11 queue INFO 87 [206] -2015-03-10 18:26:11 queue INFO >87 [207] -2015-03-10 18:26:12 sendUrl INFO 87 [206] R:OK -2015-03-10 18:26:12 sendUrl INFO 87 [207] R:OK -2015-03-10 18:26:13 queue INFO 83 [208] -2015-03-10 18:26:13 queue INFO >83 [209] -2015-03-10 18:26:13 sendUrl INFO 83 [208] R:OK -2015-03-10 18:26:14 sendUrl INFO 83 [209] R:OK -2015-03-10 18:27:03 queue INFO >>83 [210] -2015-03-10 18:27:03 sendUrl INFO 83 [210] R:OK -2015-03-10 18:27:53 queue INFO >>83 [211] -2015-03-10 18:27:53 sendUrl INFO 83 [211] R:OK -2015-03-10 18:28:43 queue INFO >>83 [212] -2015-03-10 18:28:44 sendUrl INFO 83 [212] R:OK -2015-03-10 18:29:33 queue INFO >>83 [213] -2015-03-10 18:29:34 sendUrl INFO 83 [213] R:OK -2015-03-10 18:30:24 queue INFO >>83 [214] -2015-03-10 18:30:24 sendUrl INFO 83 [214] R:OK -2015-03-10 18:31:14 queue INFO >>83 [215] -2015-03-10 18:31:14 sendUrl INFO 83 [215] R:OK -2015-03-10 18:32:04 queue INFO >>83 [216] -2015-03-10 18:32:04 sendUrl INFO 83 [216] R:OK -2015-03-10 18:32:54 queue INFO >>83 [217] -2015-03-10 18:32:54 sendUrl INFO 83 [217] R:OK -2015-03-10 18:33:44 queue INFO >>83 [218] -2015-03-10 18:33:44 sendUrl INFO 83 [218] R:OK -2015-03-10 18:34:18 queue INFO 87 [219] -2015-03-10 18:34:18 queue INFO >87 [220] -2015-03-10 18:34:18 sendUrl INFO 87 [219] R:OK -2015-03-10 18:34:19 sendUrl INFO 87 [220] R:OK -2015-03-10 18:34:19 queue INFO 83 [221] -2015-03-10 18:34:20 sendUrl INFO 83 [221] R:OK -2015-03-10 18:34:20 queue INFO >83 [222] -2015-03-10 18:34:20 sendUrl INFO 83 [222] R:OK -2015-03-10 18:35:10 queue INFO >>83 [223] -2015-03-10 18:35:10 sendUrl INFO 83 [223] R:OK -2015-03-10 18:36:00 queue INFO >>83 [224] -2015-03-10 18:36:00 sendUrl INFO 83 [224] R:OK -2015-03-10 18:36:50 queue INFO >>83 [225] -2015-03-10 18:36:50 sendUrl INFO 83 [225] R:OK -2015-03-10 18:37:40 queue INFO >>83 [226] -2015-03-10 18:37:40 sendUrl INFO 83 [226] R:OK -2015-03-10 18:38:30 queue INFO >>83 [227] -2015-03-10 18:38:31 sendUrl INFO 83 [227] R:OK -2015-03-10 18:39:20 queue INFO >>83 [228] -2015-03-10 18:39:21 sendUrl INFO 83 [228] R:OK -2015-03-10 18:40:10 queue INFO >>83 [229] -2015-03-10 18:40:11 sendUrl INFO 83 [229] R:OK -2015-03-10 18:41:01 queue INFO >>83 [230] -2015-03-10 18:41:01 sendUrl INFO 83 [230] R:OK -2015-03-10 18:41:51 queue INFO >>83 [231] -2015-03-10 18:41:51 sendUrl INFO 83 [231] R:OK -2015-03-10 18:42:24 queue INFO 87 [232] -2015-03-10 18:42:24 queue INFO >87 [233] -2015-03-10 18:42:25 sendUrl INFO 87 [232] R:OK -2015-03-10 18:42:25 sendUrl INFO 87 [233] R:OK -2015-03-10 18:42:26 queue INFO 83 [234] -2015-03-10 18:42:26 queue INFO >83 [235] -2015-03-10 18:42:26 sendUrl INFO 83 [234] R:OK -2015-03-10 18:42:27 sendUrl INFO 83 [235] R:OK -2015-03-10 18:43:16 queue INFO >>83 [236] -2015-03-10 18:43:16 sendUrl INFO 83 [236] R:OK -2015-03-10 18:44:06 queue INFO >>83 [237] -2015-03-10 18:44:06 sendUrl INFO 83 [237] R:OK -2015-03-10 18:44:56 queue INFO >>83 [238] -2015-03-10 18:44:57 sendUrl INFO 83 [238] R:OK -2015-03-10 18:45:46 queue INFO >>83 [239] -2015-03-10 18:45:47 sendUrl INFO 83 [239] R:OK -2015-03-10 18:46:37 queue INFO >>83 [240] -2015-03-10 18:46:37 sendUrl INFO 83 [240] R:OK -2015-03-10 18:47:27 queue INFO >>83 [241] -2015-03-10 18:47:27 sendUrl INFO 83 [241] R:OK -2015-03-10 18:48:17 queue INFO >>83 [242] -2015-03-10 18:48:17 sendUrl INFO 83 [242] R:OK -2015-03-10 18:49:07 queue INFO >>83 [243] -2015-03-10 18:49:07 sendUrl INFO 83 [243] R:OK -2015-03-10 18:49:57 queue INFO >>83 [244] -2015-03-10 18:49:57 sendUrl INFO 83 [244] R:OK -2015-03-10 18:50:31 queue INFO C7 [245] -2015-03-10 18:50:31 queue INFO >C7 [246] -2015-03-10 18:50:31 sendUrl INFO C7 [245] R:OK -2015-03-10 18:50:31 sendUrl INFO C7 [246] R:OK -2015-03-10 18:50:32 queue INFO C3 [247] -2015-03-10 18:50:32 queue INFO >C3 [248] -2015-03-10 18:50:33 sendUrl INFO C3 [247] R:OK -2015-03-10 18:50:33 sendUrl INFO C3 [248] R:OK -2015-03-10 18:51:22 queue INFO >>C3 [249] -2015-03-10 18:51:23 sendUrl INFO C3 [249] R:OK -2015-03-10 18:51:55 queue INFO C1 [250] -2015-03-10 18:51:55 queue INFO >C1 [251] -2015-03-10 18:51:55 sendUrl INFO C1 [250] R:OK -2015-03-10 18:51:56 sendUrl INFO C1 [251] R:OK -2015-03-10 18:52:45 queue INFO >>C1 [252] -2015-03-10 18:52:45 sendUrl INFO C1 [252] R:OK -2015-03-10 18:53:35 queue INFO >>C1 [253] -2015-03-10 18:53:35 sendUrl INFO C1 [253] R:OK -2015-03-10 18:54:25 queue INFO >>C1 [254] -2015-03-10 18:54:26 sendUrl INFO C1 [254] R:OK -2015-03-10 18:55:15 queue INFO >>C1 [255] -2015-03-10 18:55:16 sendUrl INFO C1 [255] R:OK -2015-03-10 18:56:06 queue INFO >>C1 [256] -2015-03-10 18:56:06 sendUrl INFO C1 [256] R:OK -2015-03-10 18:56:56 queue INFO >>C1 [257] -2015-03-10 18:56:56 sendUrl INFO C1 [257] R:OK -2015-03-10 18:57:46 queue INFO >>C1 [258] -2015-03-10 18:57:46 sendUrl INFO C1 [258] R:OK -2015-03-10 18:58:30 queue INFO D9 [259] -2015-03-10 18:58:30 sendUrl INFO D9 [259] R:OK -2015-03-10 18:58:30 queue INFO >D9 [260] -2015-03-10 18:58:31 sendUrl INFO D9 [260] R:OK -2015-03-10 18:59:20 queue INFO >>D9 [261] -2015-03-10 18:59:20 sendUrl INFO D9 [261] R:OK -2015-03-10 19:00:10 queue INFO >>D9 [262] -2015-03-10 19:00:11 sendUrl INFO D9 [262] R:OK -2015-03-10 19:01:00 queue INFO >>D9 [263] -2015-03-10 19:01:01 sendUrl INFO D9 [263] R:OK -2015-03-10 19:01:51 queue INFO >>D9 [264] -2015-03-10 19:01:51 sendUrl INFO D9 [264] R:OK -2015-03-10 19:02:15 queue INFO C9 [265] -2015-03-10 19:02:15 queue INFO >C9 [266] -2015-03-10 19:02:16 sendUrl INFO C9 [265] R:OK -2015-03-10 19:02:16 sendUrl INFO C9 [266] R:OK -2015-03-10 19:02:18 queue INFO C1 [267] -2015-03-10 19:02:19 queue INFO >C1 [268] -2015-03-10 19:02:19 sendUrl INFO C1 [267] R:OK -2015-03-10 19:02:19 sendUrl INFO C1 [268] R:OK -2015-03-10 19:02:21 queue INFO C3 [269] -2015-03-10 19:02:21 queue INFO >C3 [270] -2015-03-10 19:02:21 sendUrl INFO C3 [269] R:OK -2015-03-10 19:02:22 sendUrl INFO C3 [270] R:OK -2015-03-10 19:02:44 queue INFO 83 [271] -2015-03-10 19:02:44 sendUrl INFO 83 [271] R:OK -2015-03-10 19:02:44 queue INFO 87 [272] -2015-03-10 19:02:45 queue INFO >87 [273] -2015-03-10 19:02:45 sendUrl INFO 87 [272] R:OK -2015-03-10 19:02:45 sendUrl INFO 87 [273] R:OK -2015-03-10 19:02:46 queue INFO 83 [274] -2015-03-10 19:02:46 queue INFO >83 [275] -2015-03-10 19:02:46 sendUrl INFO 83 [274] R:OK -2015-03-10 19:02:47 sendUrl INFO 83 [275] R:OK -2015-03-10 19:03:36 queue INFO >>83 [276] -2015-03-10 19:03:37 sendUrl INFO 83 [276] R:OK -2015-03-10 19:04:26 queue INFO >>83 [277] -2015-03-10 19:04:27 sendUrl INFO 83 [277] R:OK -2015-03-10 19:05:16 queue INFO >>83 [278] -2015-03-10 19:05:17 sendUrl INFO 83 [278] R:OK -2015-03-10 19:06:07 queue INFO >>83 [279] -2015-03-10 19:06:07 sendUrl INFO 83 [279] R:OK -2015-03-10 19:06:57 queue INFO >>83 [280] -2015-03-10 19:06:57 sendUrl INFO 83 [280] R:OK -2015-03-10 19:07:47 queue INFO >>83 [281] -2015-03-10 19:07:47 sendUrl INFO 83 [281] R:OK -2015-03-10 19:08:37 queue INFO >>83 [282] -2015-03-10 19:08:37 sendUrl INFO 83 [282] R:OK -2015-03-10 19:09:27 queue INFO >>83 [283] -2015-03-10 19:09:28 sendUrl INFO 83 [283] R:OK -2015-03-10 19:10:17 queue INFO >>83 [284] -2015-03-10 19:10:18 sendUrl INFO 83 [284] R:OK -2015-03-10 19:10:51 queue INFO 87 [285] -2015-03-10 19:10:51 queue INFO >87 [286] -2015-03-10 19:10:51 sendUrl INFO 87 [285] R:OK -2015-03-10 19:10:52 sendUrl INFO 87 [286] R:OK -2015-03-10 19:10:52 queue INFO 83 [287] -2015-03-10 19:10:53 sendUrl INFO 83 [287] R:OK -2015-03-10 19:10:53 queue INFO >83 [288] -2015-03-10 19:10:53 sendUrl INFO 83 [288] R:OK -2015-03-10 19:11:43 queue INFO >>83 [289] -2015-03-10 19:11:43 sendUrl INFO 83 [289] R:OK -2015-03-10 19:12:33 queue INFO >>83 [290] -2015-03-10 19:12:33 sendUrl INFO 83 [290] R:OK -2015-03-10 19:13:23 queue INFO >>83 [291] -2015-03-10 19:13:23 sendUrl INFO 83 [291] R:OK -2015-03-10 19:14:13 queue INFO >>83 [292] -2015-03-10 19:14:13 sendUrl INFO 83 [292] R:OK -2015-03-10 19:15:03 queue INFO >>83 [293] -2015-03-10 19:15:04 sendUrl INFO 83 [293] R:OK -2015-03-10 19:15:53 queue INFO >>83 [294] -2015-03-10 19:15:54 sendUrl INFO 83 [294] R:OK -2015-03-10 19:16:43 queue INFO >>83 [295] -2015-03-10 19:16:44 sendUrl INFO 83 [295] R:OK -2015-03-10 19:17:34 queue INFO >>83 [296] -2015-03-10 19:17:34 sendUrl INFO 83 [296] R:OK -2015-03-10 19:18:24 queue INFO >>83 [297] -2015-03-10 19:18:24 sendUrl INFO 83 [297] R:OK -2015-03-10 19:18:57 queue INFO 87 [298] -2015-03-10 19:18:58 queue INFO >87 [299] -2015-03-10 19:18:58 sendUrl INFO 87 [298] R:OK -2015-03-10 19:18:58 sendUrl INFO 87 [299] R:OK -2015-03-10 19:18:59 queue INFO 83 [300] -2015-03-10 19:18:59 queue INFO >83 [301] -2015-03-10 19:18:59 sendUrl INFO 83 [300] R:OK -2015-03-10 19:19:00 sendUrl INFO 83 [301] R:OK -2015-03-10 19:19:49 queue INFO >>83 [302] -2015-03-10 19:19:50 sendUrl INFO 83 [302] R:OK -2015-03-10 19:20:39 queue INFO >>83 [303] -2015-03-10 19:20:39 sendUrl INFO 83 [303] R:OK -2015-03-10 19:21:29 queue INFO >>83 [304] -2015-03-10 19:21:30 sendUrl INFO 83 [304] R:OK -2015-03-10 19:22:20 queue INFO >>83 [305] -2015-03-10 19:22:20 sendUrl INFO 83 [305] R:OK -2015-03-10 19:23:10 queue INFO >>83 [306] -2015-03-10 19:23:10 sendUrl INFO 83 [306] R:OK -2015-03-10 19:24:00 queue INFO >>83 [307] -2015-03-10 19:24:00 sendUrl INFO 83 [307] R:OK -2015-03-10 19:24:50 queue INFO >>83 [308] -2015-03-10 19:24:50 sendUrl INFO 83 [308] R:OK -2015-03-10 19:25:40 queue INFO >>83 [309] -2015-03-10 19:25:40 sendUrl INFO 83 [309] R:OK -2015-03-10 19:26:30 queue INFO >>83 [310] -2015-03-10 19:26:31 sendUrl INFO 83 [310] R:OK -2015-03-10 19:27:04 queue INFO 87 [311] -2015-03-10 19:27:04 sendUrl INFO 87 [311] R:OK -2015-03-10 19:27:04 queue INFO >87 [312] -2015-03-10 19:27:05 sendUrl INFO 87 [312] R:OK -2015-03-10 19:27:05 queue INFO 83 [313] -2015-03-10 19:27:06 queue INFO >83 [314] -2015-03-10 19:27:07 program INFO WAIT active send to complete -2015-03-10 19:27:07 sendUrl INFO 83 [313] R:OK -2015-03-10 19:27:08 sendUrl INFO 83 [314] R:OK -2015-03-10 19:27:56 queue INFO >>83 [315] -2015-03-10 19:27:58 sendUrl INFO 83 [315] R:OK -2015-03-10 19:28:46 queue INFO >>83 [316] -2015-03-10 19:28:48 sendUrl INFO 83 [316] R:OK -2015-03-10 19:29:36 queue INFO >>83 [317] -2015-03-10 19:29:39 sendUrl INFO 83 [317] R:OK -2015-03-10 19:30:26 queue INFO >>83 [318] -2015-03-10 19:30:29 sendUrl INFO 83 [318] R:OK -2015-03-10 19:31:16 queue INFO >>83 [319] -2015-03-10 19:31:17 sendUrl INFO 83 [319] R:OK -2015-03-10 19:32:06 queue INFO >>83 [320] -2015-03-10 19:32:09 sendUrl INFO 83 [320] R:OK -2015-03-10 19:32:57 queue INFO >>83 [321] -2015-03-10 19:32:59 sendUrl INFO 83 [321] R:OK -2015-03-10 19:33:47 queue INFO >>83 [322] -2015-03-10 19:33:48 sendUrl INFO 83 [322] R:OK -2015-03-10 19:34:37 queue INFO >>83 [323] -2015-03-10 19:34:40 sendUrl INFO 83 [323] R:OK -2015-03-10 19:35:10 queue INFO 87 [324] -2015-03-10 19:35:10 queue INFO C7 [325] -2015-03-10 19:35:11 queue INFO >C7 [326] -2015-03-10 19:35:11 program INFO WAIT active send to complete -2015-03-10 19:35:11 program INFO WAIT active send to complete -2015-03-10 19:35:12 program INFO WAIT active send to complete -2015-03-10 19:35:12 queue INFO C3 [327] -2015-03-10 19:35:12 queue INFO >C3 [328] -2015-03-10 19:35:12 program INFO WAIT active send to complete -2015-03-10 19:35:12 sendUrl INFO 87 [324] R:OK -2015-03-10 19:35:13 program INFO WAIT active send to complete -2015-03-10 19:35:13 sendUrl INFO C7 [325] R:OK -2015-03-10 19:35:14 program INFO WAIT active send to complete -2015-03-10 19:35:14 sendUrl INFO C7 [326] R:OK -2015-03-10 19:35:15 program INFO WAIT active send to complete -2015-03-10 19:35:15 sendUrl INFO C3 [327] R:OK -2015-03-10 19:35:19 sendUrl INFO C3 [328] R:OK -2015-03-10 19:36:02 queue INFO >>C3 [329] -2015-03-10 19:36:04 sendUrl INFO C3 [329] R:OK -2015-03-10 19:36:52 queue INFO >>C3 [330] -2015-03-10 19:36:54 sendUrl INFO C3 [330] R:OK -2015-03-10 19:37:42 queue INFO >>C3 [331] -2015-03-10 19:37:44 sendUrl INFO C3 [331] R:OK -2015-03-10 19:38:32 queue INFO >>C3 [332] -2015-03-10 19:38:34 sendUrl INFO C3 [332] R:OK -2015-03-10 19:39:23 queue INFO >>C3 [333] -2015-03-10 19:39:24 sendUrl INFO C3 [333] R:OK -2015-03-10 19:40:13 queue INFO >>C3 [334] -2015-03-10 19:40:14 sendUrl INFO C3 [334] R:OK -2015-03-10 19:41:03 queue INFO >>C3 [335] -2015-03-10 19:41:05 sendUrl INFO C3 [335] R:OK -2015-03-10 19:41:53 queue INFO >>C3 [336] -2015-03-10 19:41:55 sendUrl INFO C3 [336] R:OK -2015-03-10 19:42:43 queue INFO >>C3 [337] -2015-03-10 19:42:44 sendUrl INFO C3 [337] R:OK -2015-03-10 19:43:17 queue INFO 83 [338] -2015-03-10 19:43:17 queue INFO 87 [339] -2015-03-10 19:43:17 queue INFO >87 [340] -2015-03-10 19:43:17 program INFO WAIT active send to complete -2015-03-10 19:43:18 program INFO WAIT active send to complete -2015-03-10 19:43:18 queue INFO 83 [341] -2015-03-10 19:43:18 program INFO WAIT active send to complete -2015-03-10 19:43:19 queue INFO >83 [342] -2015-03-10 19:43:19 program INFO WAIT active send to complete -2015-03-10 19:43:19 program INFO WAIT active send to complete -2015-03-10 19:43:20 program INFO WAIT active send to complete -2015-03-10 19:43:20 program INFO WAIT active send to complete -2015-03-10 19:43:21 program INFO WAIT active send to complete -2015-03-10 19:43:21 sendUrl INFO 83 [338] R:OK -2015-03-10 19:43:22 program INFO WAIT active send to complete -2015-03-10 19:43:22 sendUrl INFO 87 [339] R:OK -2015-03-10 19:43:23 program INFO WAIT active send to complete -2015-03-10 19:43:23 sendUrl INFO 87 [340] R:OK -2015-03-10 19:43:24 program INFO WAIT active send to complete -2015-03-10 19:43:24 sendUrl INFO 83 [341] R:OK -2015-03-10 19:43:26 sendUrl INFO 83 [342] R:OK -2015-03-10 19:44:08 queue INFO >>83 [343] -2015-03-10 19:44:12 sendUrl INFO 83 [343] R:OK -2015-03-10 19:44:59 queue INFO >>83 [344] -2015-03-10 19:44:59 sendUrl INFO 83 [344] R:OK -2015-03-10 19:45:49 queue INFO >>83 [345] -2015-03-10 19:45:50 sendUrl INFO 83 [345] R:OK -2015-03-10 19:46:39 queue INFO >>83 [346] -2015-03-10 19:46:43 sendUrl INFO 83 [346] R:OK -2015-03-10 19:47:29 queue INFO >>83 [347] -2015-03-10 19:47:30 sendUrl INFO 83 [347] R:OK -2015-03-10 19:48:19 queue INFO >>83 [348] -2015-03-10 19:48:23 sendUrl INFO 83 [348] R:OK -2015-03-10 19:49:09 queue INFO >>83 [349] -2015-03-10 19:49:13 sendUrl INFO 83 [349] R:OK -2015-03-10 19:49:59 queue INFO >>83 [350] -2015-03-10 19:50:00 sendUrl INFO 83 [350] R:OK -2015-03-10 19:50:50 queue INFO >>83 [351] -2015-03-10 19:50:54 sendUrl INFO 83 [351] R:OK -2015-03-10 19:51:24 queue INFO 87 [352] -2015-03-10 19:51:24 queue INFO >87 [353] -2015-03-10 19:51:24 program INFO WAIT active send to complete -2015-03-10 19:51:25 program INFO WAIT active send to complete -2015-03-10 19:51:25 queue INFO 83 [354] -2015-03-10 19:51:25 program INFO WAIT active send to complete -2015-03-10 19:51:25 queue INFO >83 [355] -2015-03-10 19:51:26 program INFO WAIT active send to complete -2015-03-10 19:51:26 program INFO WAIT active send to complete -2015-03-10 19:51:27 program INFO WAIT active send to complete -2015-03-10 19:51:27 program INFO WAIT active send to complete -2015-03-10 19:51:28 program INFO WAIT active send to complete -2015-03-10 19:51:28 program INFO WAIT active send to complete -2015-03-10 19:51:29 program INFO WAIT active send to complete -2015-03-10 19:51:29 program INFO WAIT active send to complete -2015-03-10 19:51:30 program INFO WAIT active send to complete -2015-03-10 19:51:30 sendUrl INFO 87 [352] R:OK -2015-03-10 19:51:31 program INFO WAIT active send to complete -2015-03-10 19:51:31 sendUrl INFO 87 [353] R:OK -2015-03-10 19:51:32 program INFO WAIT active send to complete -2015-03-10 19:51:32 sendUrl INFO 83 [354] R:OK -2015-03-10 19:51:33 sendUrl INFO 83 [355] R:OK -2015-03-10 19:52:15 queue INFO >>83 [356] -2015-03-10 19:52:21 sendUrl INFO 83 [356] R:OK -2015-03-10 19:53:05 queue INFO >>83 [357] -2015-03-10 19:53:11 sendUrl INFO 83 [357] R:OK -2015-03-10 19:53:56 queue INFO >>83 [358] -2015-03-10 19:54:02 sendUrl INFO 83 [358] R:OK -2015-03-10 19:54:46 queue INFO >>83 [359] -2015-03-10 19:54:54 sendUrl INFO 83 [359] R:OK -2015-03-10 19:55:36 queue INFO >>83 [360] -2015-03-10 19:55:45 sendUrl INFO 83 [360] R:OK -2015-03-10 19:56:26 queue INFO >>83 [361] -2015-03-10 19:56:36 sendUrl INFO 83 [361] R:OK -2015-03-10 19:57:16 queue INFO >>83 [362] -2015-03-10 19:57:26 sendUrl INFO 83 [362] R:OK -2015-03-10 19:58:06 queue INFO >>83 [363] -2015-03-10 19:58:17 sendUrl INFO 83 [363] R:OK -2015-03-10 19:58:56 queue INFO >>83 [364] -2015-03-10 19:58:57 sendUrl INFO 83 [364] R:OK -2015-03-10 19:59:30 queue INFO 87 [365] -2015-03-10 19:59:30 queue INFO >87 [366] -2015-03-10 19:59:31 program INFO WAIT active send to complete -2015-03-10 19:59:31 sendUrl INFO 87 [365] R:OK -2015-03-10 19:59:32 queue INFO 83 [367] -2015-03-10 19:59:32 queue INFO >83 [368] -2015-03-10 19:59:32 program INFO WAIT active send to complete -2015-03-10 19:59:32 program INFO WAIT active send to complete -2015-03-10 19:59:33 program INFO WAIT active send to complete -2015-03-10 19:59:33 program INFO WAIT active send to complete -2015-03-10 19:59:34 program INFO WAIT active send to complete -2015-03-10 19:59:35 program INFO WAIT active send to complete -2015-03-10 19:59:35 program INFO WAIT active send to complete -2015-03-10 19:59:36 program INFO WAIT active send to complete -2015-03-10 19:59:36 program INFO WAIT active send to complete -2015-03-10 19:59:37 program INFO WAIT active send to complete -2015-03-10 19:59:37 program INFO WAIT active send to complete -2015-03-10 19:59:38 program INFO WAIT active send to complete -2015-03-10 19:59:38 program INFO WAIT active send to complete -2015-03-10 19:59:39 program INFO WAIT active send to complete -2015-03-10 19:59:39 sendUrl INFO 87 [366] R:OK -2015-03-10 19:59:40 program INFO WAIT active send to complete -2015-03-10 19:59:40 sendUrl INFO 83 [367] R:OK -2015-03-10 19:59:41 sendUrl INFO 83 [368] R:OK -2015-03-10 20:00:22 queue INFO >>83 [369] -2015-03-10 20:00:34 sendUrl INFO 83 [369] R:OK -2015-03-10 20:01:12 queue INFO >>83 [370] -2015-03-10 20:01:13 sendUrl INFO 83 [370] R:OK -2015-03-10 20:02:02 queue INFO >>83 [371] -2015-03-10 20:02:13 sendUrl INFO 83 [371] R:OK -2015-03-10 20:02:52 queue INFO >>83 [372] -2015-03-10 20:03:03 sendUrl INFO 83 [372] R:OK -2015-03-10 20:03:42 queue INFO >>83 [373] -2015-03-10 20:03:53 sendUrl INFO 83 [373] R:OK -2015-03-10 20:04:33 queue INFO >>83 [374] -2015-03-10 20:04:43 sendUrl INFO 83 [374] R:OK -2015-03-10 20:05:23 queue INFO >>83 [375] -2015-03-10 20:05:28 sendUrl INFO 83 [375] R:OK -2015-03-10 20:06:13 queue INFO >>83 [376] -2015-03-10 20:06:20 sendUrl INFO 83 [376] R:OK -2015-03-10 20:07:03 queue INFO >>83 [377] -2015-03-10 20:07:13 sendUrl INFO 83 [377] R:OK -2015-03-10 20:07:36 queue INFO 87 [378] -2015-03-10 20:07:37 queue INFO >87 [379] -2015-03-10 20:07:37 program INFO WAIT active send to complete -2015-03-10 20:07:38 program INFO WAIT active send to complete -2015-03-10 20:07:38 queue INFO 83 [380] -2015-03-10 20:07:38 program INFO WAIT active send to complete -2015-03-10 20:07:38 queue INFO >83 [381] -2015-03-10 20:07:39 program INFO WAIT active send to complete -2015-03-10 20:07:39 program INFO WAIT active send to complete -2015-03-10 20:07:40 program INFO WAIT active send to complete -2015-03-10 20:07:40 sendUrl INFO 87 [378] R:OK -2015-03-10 20:07:41 program INFO WAIT active send to complete -2015-03-10 20:07:41 program INFO WAIT active send to complete -2015-03-10 20:07:42 program INFO WAIT active send to complete -2015-03-10 20:07:42 program INFO WAIT active send to complete -2015-03-10 20:07:43 program INFO WAIT active send to complete -2015-03-10 20:07:43 sendUrl INFO 87 [379] R:OK -2015-03-10 20:07:44 program INFO WAIT active send to complete -2015-03-10 20:07:44 program INFO WAIT active send to complete -2015-03-10 20:07:45 program INFO WAIT active send to complete -2015-03-10 20:07:45 program INFO WAIT active send to complete -2015-03-10 20:07:46 program INFO WAIT active send to complete -2015-03-10 20:07:46 program INFO WAIT active send to complete -2015-03-10 20:07:47 program INFO WAIT active send to complete -2015-03-10 20:07:47 program INFO WAIT active send to complete -2015-03-10 20:07:48 program INFO WAIT active send to complete -2015-03-10 20:07:48 program INFO WAIT active send to complete -2015-03-10 20:07:49 program INFO WAIT active send to complete -2015-03-10 20:07:49 program INFO WAIT active send to complete -2015-03-10 20:07:50 program INFO WAIT active send to complete -2015-03-10 20:07:50 program INFO WAIT active send to complete -2015-03-10 20:07:51 program INFO WAIT active send to complete -2015-03-10 20:07:51 program INFO WAIT active send to complete -2015-03-10 20:07:52 program INFO WAIT active send to complete -2015-03-10 20:07:52 program INFO WAIT active send to complete -2015-03-10 20:07:53 program INFO WAIT active send to complete -2015-03-10 20:07:53 program INFO WAIT active send to complete -2015-03-10 20:07:54 program INFO WAIT active send to complete -2015-03-10 20:07:54 program INFO WAIT active send to complete -2015-03-10 20:07:55 program INFO WAIT active send to complete -2015-03-10 20:07:55 program INFO WAIT active send to complete -2015-03-10 20:07:56 program INFO WAIT active send to complete -2015-03-10 20:07:56 program INFO WAIT active send to complete -2015-03-10 20:07:57 program INFO WAIT active send to complete -2015-03-10 20:07:57 program INFO WAIT active send to complete -2015-03-10 20:07:58 program INFO WAIT active send to complete -2015-03-10 20:07:58 program INFO WAIT active send to complete -2015-03-10 20:07:59 program INFO WAIT active send to complete -2015-03-10 20:07:59 program INFO WAIT active send to complete -2015-03-10 20:08:00 program INFO WAIT active send to complete -2015-03-10 20:08:00 program INFO WAIT active send to complete -2015-03-10 20:08:01 program INFO WAIT active send to complete -2015-03-10 20:08:02 program INFO WAIT active send to complete -2015-03-10 20:08:02 program INFO WAIT active send to complete -2015-03-10 20:08:03 program INFO WAIT active send to complete -2015-03-10 20:08:03 program INFO WAIT active send to complete -2015-03-10 20:08:03 sendUrl INFO 83 [380] R:OK -2015-03-10 20:08:04 sendUrl INFO 83 [381] R:OK -2015-03-10 20:08:28 queue INFO >>83 [382] -2015-03-10 20:08:30 sendUrl INFO 83 [382] R:OK -2015-03-10 20:09:18 queue INFO >>83 [383] -2015-03-10 20:09:19 sendUrl INFO 83 [383] R:OK -2015-03-10 20:10:09 queue INFO >>83 [384] -2015-03-10 20:10:10 sendUrl INFO 83 [384] R:OK -2015-03-10 20:10:59 queue INFO >>83 [385] -2015-03-10 20:11:01 sendUrl INFO 83 [385] R:OK -2015-03-10 20:11:49 queue INFO >>83 [386] -2015-03-10 20:11:54 sendUrl INFO 83 [386] R:OK -2015-03-10 20:12:39 queue INFO >>83 [387] -2015-03-10 20:12:41 sendUrl INFO 83 [387] R:OK -2015-03-10 20:13:29 queue INFO >>83 [388] -2015-03-10 20:13:30 sendUrl INFO 83 [388] R:OK -2015-03-10 20:14:19 queue INFO >>83 [389] -2015-03-10 20:14:24 sendUrl INFO 83 [389] R:OK -2015-03-10 20:15:09 queue INFO >>83 [390] -2015-03-10 20:15:12 sendUrl INFO 83 [390] R:OK -2015-03-10 20:15:43 queue INFO 87 [391] -2015-03-10 20:15:43 queue INFO >87 [392] -2015-03-10 20:15:44 program INFO WAIT active send to complete -2015-03-10 20:15:44 program INFO WAIT active send to complete -2015-03-10 20:15:44 sendUrl INFO 87 [391] R:OK -2015-03-10 20:15:45 queue INFO 83 [393] -2015-03-10 20:15:45 queue INFO >83 [394] -2015-03-10 20:15:45 program INFO WAIT active send to complete -2015-03-10 20:15:46 program INFO WAIT active send to complete -2015-03-10 20:15:46 program INFO WAIT active send to complete -2015-03-10 20:15:47 program INFO WAIT active send to complete -2015-03-10 20:15:47 program INFO WAIT active send to complete -2015-03-10 20:15:48 program INFO WAIT active send to complete -2015-03-10 20:15:48 program INFO WAIT active send to complete -2015-03-10 20:15:49 program INFO WAIT active send to complete -2015-03-10 20:15:49 program INFO WAIT active send to complete -2015-03-10 20:15:50 program INFO WAIT active send to complete -2015-03-10 20:15:50 program INFO WAIT active send to complete -2015-03-10 20:15:51 program INFO WAIT active send to complete -2015-03-10 20:15:51 program INFO WAIT active send to complete -2015-03-10 20:15:52 program INFO WAIT active send to complete -2015-03-10 20:15:52 program INFO WAIT active send to complete -2015-03-10 20:15:53 program INFO WAIT active send to complete -2015-03-10 20:15:53 program INFO WAIT active send to complete -2015-03-10 20:15:54 program INFO WAIT active send to complete -2015-03-10 20:15:54 program INFO WAIT active send to complete -2015-03-10 20:15:55 program INFO WAIT active send to complete -2015-03-10 20:15:55 program INFO WAIT active send to complete -2015-03-10 20:15:56 program INFO WAIT active send to complete -2015-03-10 20:15:56 program INFO WAIT active send to complete -2015-03-10 20:15:57 program INFO WAIT active send to complete -2015-03-10 20:15:57 program INFO WAIT active send to complete -2015-03-10 20:15:58 program INFO WAIT active send to complete -2015-03-10 20:15:58 program INFO WAIT active send to complete -2015-03-10 20:15:59 program INFO WAIT active send to complete -2015-03-10 20:15:59 program INFO WAIT active send to complete -2015-03-10 20:16:00 program INFO WAIT active send to complete -2015-03-10 20:16:00 program INFO WAIT active send to complete -2015-03-10 20:16:01 program INFO WAIT active send to complete -2015-03-10 20:16:01 program INFO WAIT active send to complete -2015-03-10 20:16:01 sendUrl INFO 87 [392] R:OK -2015-03-10 20:16:02 program INFO WAIT active send to complete -2015-03-10 20:16:03 program INFO WAIT active send to complete -2015-03-10 20:16:03 program INFO WAIT active send to complete -2015-03-10 20:16:04 program INFO WAIT active send to complete -2015-03-10 20:16:04 program INFO WAIT active send to complete -2015-03-10 20:16:05 program INFO WAIT active send to complete -2015-03-10 20:16:05 program INFO WAIT active send to complete -2015-03-10 20:16:06 program INFO WAIT active send to complete -2015-03-10 20:16:06 program INFO WAIT active send to complete -2015-03-10 20:16:07 program INFO WAIT active send to complete -2015-03-10 20:16:07 program INFO WAIT active send to complete -2015-03-10 20:16:08 program INFO WAIT active send to complete -2015-03-10 20:16:08 program INFO WAIT active send to complete -2015-03-10 20:16:09 program INFO WAIT active send to complete -2015-03-10 20:16:09 program INFO WAIT active send to complete -2015-03-10 20:16:10 program INFO WAIT active send to complete -2015-03-10 20:16:10 program INFO WAIT active send to complete -2015-03-10 20:16:11 program INFO WAIT active send to complete -2015-03-10 20:16:11 program INFO WAIT active send to complete -2015-03-10 20:16:12 program INFO WAIT active send to complete -2015-03-10 20:16:12 program INFO WAIT active send to complete -2015-03-10 20:16:13 program INFO WAIT active send to complete -2015-03-10 20:16:13 program INFO WAIT active send to complete -2015-03-10 20:16:14 program INFO WAIT active send to complete -2015-03-10 20:16:14 program INFO WAIT active send to complete -2015-03-10 20:16:15 program INFO WAIT active send to complete -2015-03-10 20:16:15 program INFO WAIT active send to complete -2015-03-10 20:16:16 program INFO WAIT active send to complete -2015-03-10 20:16:16 program INFO WAIT active send to complete -2015-03-10 20:16:17 program INFO WAIT active send to complete -2015-03-10 20:16:17 program INFO WAIT active send to complete -2015-03-10 20:16:18 program INFO WAIT active send to complete -2015-03-10 20:16:18 program INFO WAIT active send to complete -2015-03-10 20:16:19 program INFO WAIT active send to complete -2015-03-10 20:16:19 program INFO WAIT active send to complete -2015-03-10 20:16:20 program INFO WAIT active send to complete -2015-03-10 20:16:20 sendUrl INFO 83 [393] R:OK -2015-03-10 20:16:34 sendUrl INFO 83 [394] R:OK -2015-03-10 20:16:35 queue INFO >>83 [395] -2015-03-10 20:16:49 sendUrl INFO 83 [395] R:OK -2015-03-10 20:17:25 queue INFO >>83 [396] -2015-03-10 20:17:26 sendUrl INFO 83 [396] R:OK -2015-03-10 20:18:15 queue INFO >>83 [397] -2015-03-10 20:18:35 sendUrl INFO 83 [397] R:OK -2015-03-10 20:19:05 queue INFO >>83 [398] -2015-03-10 20:19:22 sendUrl INFO 83 [398] R:OK -2015-03-10 20:19:55 queue INFO >>83 [399] -2015-03-10 20:20:08 sendUrl INFO 83 [399] R:OK -2015-03-10 20:20:46 queue INFO >>83 [400] -2015-03-10 20:21:02 sendUrl INFO 83 [400] R:OK -2015-03-10 20:21:36 queue INFO >>83 [401] -2015-03-10 20:21:49 sendUrl INFO 83 [401] R:OK -2015-03-10 20:22:26 queue INFO >>83 [402] -2015-03-10 20:22:38 sendUrl INFO 83 [402] R:OK -2015-03-10 20:23:16 queue INFO >>83 [403] -2015-03-10 20:23:31 sendUrl INFO 83 [403] R:OK -2015-03-10 20:23:49 queue INFO C7 [404] -2015-03-10 20:23:50 queue INFO >C7 [405] -2015-03-10 20:23:50 program INFO WAIT active send to complete -2015-03-10 20:23:51 program INFO WAIT active send to complete -2015-03-10 20:23:51 queue INFO C3 [406] -2015-03-10 20:23:51 queue INFO >C3 [407] -2015-03-10 20:23:51 program INFO WAIT active send to complete -2015-03-10 20:23:52 program INFO WAIT active send to complete -2015-03-10 20:23:53 program INFO WAIT active send to complete -2015-03-10 20:23:53 program INFO WAIT active send to complete -2015-03-10 20:23:54 program INFO WAIT active send to complete -2015-03-10 20:23:54 program INFO WAIT active send to complete -2015-03-10 20:23:55 program INFO WAIT active send to complete -2015-03-10 20:23:55 program INFO WAIT active send to complete -2015-03-10 20:23:56 program INFO WAIT active send to complete -2015-03-10 20:23:56 program INFO WAIT active send to complete -2015-03-10 20:23:57 program INFO WAIT active send to complete -2015-03-10 20:23:57 program INFO WAIT active send to complete -2015-03-10 20:23:58 program INFO WAIT active send to complete -2015-03-10 20:23:58 program INFO WAIT active send to complete -2015-03-10 20:23:58 sendUrl INFO C7 [404] R:OK -2015-03-10 20:23:59 program INFO WAIT active send to complete -2015-03-10 20:24:00 program INFO WAIT active send to complete -2015-03-10 20:24:00 program INFO WAIT active send to complete -2015-03-10 20:24:01 program INFO WAIT active send to complete -2015-03-10 20:24:01 program INFO WAIT active send to complete -2015-03-10 20:24:02 program INFO WAIT active send to complete -2015-03-10 20:24:02 program INFO WAIT active send to complete -2015-03-10 20:24:03 program INFO WAIT active send to complete -2015-03-10 20:24:03 program INFO WAIT active send to complete -2015-03-10 20:24:04 program INFO WAIT active send to complete -2015-03-10 20:24:04 program INFO WAIT active send to complete -2015-03-10 20:24:05 program INFO WAIT active send to complete -2015-03-10 20:24:05 program INFO WAIT active send to complete -2015-03-10 20:24:06 program INFO WAIT active send to complete -2015-03-10 20:24:06 program INFO WAIT active send to complete -2015-03-10 20:24:07 program INFO WAIT active send to complete -2015-03-10 20:24:07 program INFO WAIT active send to complete -2015-03-10 20:24:08 program INFO WAIT active send to complete -2015-03-10 20:24:08 program INFO WAIT active send to complete -2015-03-10 20:24:09 program INFO WAIT active send to complete -2015-03-10 20:24:09 program INFO WAIT active send to complete -2015-03-10 20:24:10 program INFO WAIT active send to complete -2015-03-10 20:24:10 program INFO WAIT active send to complete -2015-03-10 20:24:11 program INFO WAIT active send to complete -2015-03-10 20:24:11 program INFO WAIT active send to complete -2015-03-10 20:24:12 program INFO WAIT active send to complete -2015-03-10 20:24:12 program INFO WAIT active send to complete -2015-03-10 20:24:13 program INFO WAIT active send to complete -2015-03-10 20:24:13 program INFO WAIT active send to complete -2015-03-10 20:24:14 program INFO WAIT active send to complete -2015-03-10 20:24:14 program INFO WAIT active send to complete -2015-03-10 20:24:15 program INFO WAIT active send to complete -2015-03-10 20:24:15 program INFO WAIT active send to complete -2015-03-10 20:24:16 program INFO WAIT active send to complete -2015-03-10 20:24:16 program INFO WAIT active send to complete -2015-03-10 20:24:17 program INFO WAIT active send to complete -2015-03-10 20:24:17 program INFO WAIT active send to complete -2015-03-10 20:24:18 program INFO WAIT active send to complete -2015-03-10 20:24:18 sendUrl INFO C7 [405] R:OK -2015-03-10 20:24:19 program INFO WAIT active send to complete -2015-03-10 20:24:19 program INFO WAIT active send to complete -2015-03-10 20:24:20 program INFO WAIT active send to complete -2015-03-10 20:24:20 program INFO WAIT active send to complete -2015-03-10 20:24:21 program INFO WAIT active send to complete -2015-03-10 20:24:21 program INFO WAIT active send to complete -2015-03-10 20:24:22 program INFO WAIT active send to complete -2015-03-10 20:24:22 program INFO WAIT active send to complete -2015-03-10 20:24:23 sendUrl INFO C3 [406] R:OK -2015-03-10 20:24:26 sendUrl INFO C3 [407] R:OK -2015-03-10 20:24:41 queue INFO >>C3 [408] -2015-03-10 20:24:46 sendUrl INFO C3 [408] R:OK -2015-03-10 20:25:31 queue INFO >>C3 [409] -2015-03-10 20:25:39 sendUrl INFO C3 [409] R:OK -2015-03-10 20:26:22 queue INFO >>C3 [410] -2015-03-10 20:26:24 sendUrl INFO C3 [410] R:OK -2015-03-10 20:27:12 queue INFO >>C3 [411] -2015-03-10 20:27:19 sendUrl INFO C3 [411] R:OK -2015-03-10 20:28:02 queue INFO >>C3 [412] -2015-03-10 20:28:09 sendUrl INFO C3 [412] R:OK -2015-03-10 20:28:52 queue INFO >>C3 [413] -2015-03-10 20:28:54 sendUrl INFO C3 [413] R:OK -2015-03-10 20:29:42 queue INFO >>C3 [414] -2015-03-10 20:29:50 sendUrl INFO C3 [414] R:OK -2015-03-10 20:30:32 queue INFO >>C3 [415] -2015-03-10 20:30:40 sendUrl INFO C3 [415] R:OK -2015-03-10 20:31:22 queue INFO >>C3 [416] -2015-03-10 20:31:26 sendUrl INFO C3 [416] R:OK -2015-03-10 20:31:56 queue INFO 83 [417] -2015-03-10 20:31:56 queue INFO 87 [418] -2015-03-10 20:31:56 queue INFO >87 [419] -2015-03-10 20:31:56 program INFO WAIT active send to complete -2015-03-10 20:31:57 program INFO WAIT active send to complete -2015-03-10 20:31:57 sendUrl INFO 83 [417] R:OK -2015-03-10 20:31:57 queue INFO 83 [420] -2015-03-10 20:31:58 queue INFO >83 [421] -2015-03-10 20:31:58 program INFO WAIT active send to complete -2015-03-10 20:31:58 program INFO WAIT active send to complete -2015-03-10 20:31:59 program INFO WAIT active send to complete -2015-03-10 20:31:59 program INFO WAIT active send to complete -2015-03-10 20:32:00 program INFO WAIT active send to complete -2015-03-10 20:32:00 program INFO WAIT active send to complete -2015-03-10 20:32:01 program INFO WAIT active send to complete -2015-03-10 20:32:01 program INFO WAIT active send to complete -2015-03-10 20:32:02 program INFO WAIT active send to complete -2015-03-10 20:32:02 program INFO WAIT active send to complete -2015-03-10 20:32:03 program INFO WAIT active send to complete -2015-03-10 20:32:03 program INFO WAIT active send to complete -2015-03-10 20:32:04 program INFO WAIT active send to complete -2015-03-10 20:32:04 program INFO WAIT active send to complete -2015-03-10 20:32:05 program INFO WAIT active send to complete -2015-03-10 20:32:05 program INFO WAIT active send to complete -2015-03-10 20:32:06 program INFO WAIT active send to complete -2015-03-10 20:32:06 program INFO WAIT active send to complete -2015-03-10 20:32:07 program INFO WAIT active send to complete -2015-03-10 20:32:07 program INFO WAIT active send to complete -2015-03-10 20:32:08 program INFO WAIT active send to complete -2015-03-10 20:32:08 program INFO WAIT active send to complete -2015-03-10 20:32:09 program INFO WAIT active send to complete -2015-03-10 20:32:09 program INFO WAIT active send to complete -2015-03-10 20:32:10 program INFO WAIT active send to complete -2015-03-10 20:32:10 program INFO WAIT active send to complete -2015-03-10 20:32:11 program INFO WAIT active send to complete -2015-03-10 20:32:12 program INFO WAIT active send to complete -2015-03-10 20:32:12 program INFO WAIT active send to complete -2015-03-10 20:32:13 program INFO WAIT active send to complete -2015-03-10 20:32:13 program INFO WAIT active send to complete -2015-03-10 20:32:14 program INFO WAIT active send to complete -2015-03-10 20:32:14 program INFO WAIT active send to complete -2015-03-10 20:32:15 program INFO WAIT active send to complete -2015-03-10 20:32:15 program INFO WAIT active send to complete -2015-03-10 20:32:16 program INFO WAIT active send to complete -2015-03-10 20:32:16 program INFO WAIT active send to complete -2015-03-10 20:32:16 sendUrl INFO 87 [418] R:OK -2015-03-10 20:32:17 program INFO WAIT active send to complete -2015-03-10 20:32:18 program INFO WAIT active send to complete -2015-03-10 20:32:18 program INFO WAIT active send to complete -2015-03-10 20:32:19 program INFO WAIT active send to complete -2015-03-10 20:32:19 program INFO WAIT active send to complete -2015-03-10 20:32:20 program INFO WAIT active send to complete -2015-03-10 20:32:20 program INFO WAIT active send to complete -2015-03-10 20:32:21 program INFO WAIT active send to complete -2015-03-10 20:32:21 program INFO WAIT active send to complete -2015-03-10 20:32:22 program INFO WAIT active send to complete -2015-03-10 20:32:22 program INFO WAIT active send to complete -2015-03-10 20:32:23 program INFO WAIT active send to complete -2015-03-10 20:32:23 program INFO WAIT active send to complete -2015-03-10 20:32:24 program INFO WAIT active send to complete -2015-03-10 20:32:24 program INFO WAIT active send to complete -2015-03-10 20:32:25 program INFO WAIT active send to complete -2015-03-10 20:32:25 program INFO WAIT active send to complete -2015-03-10 20:32:26 program INFO WAIT active send to complete -2015-03-10 20:32:26 program INFO WAIT active send to complete -2015-03-10 20:32:27 program INFO WAIT active send to complete -2015-03-10 20:32:27 program INFO WAIT active send to complete -2015-03-10 20:32:28 program INFO WAIT active send to complete -2015-03-10 20:32:28 program INFO WAIT active send to complete -2015-03-10 20:32:29 program INFO WAIT active send to complete -2015-03-10 20:32:29 program INFO WAIT active send to complete -2015-03-10 20:32:30 program INFO WAIT active send to complete -2015-03-10 20:32:30 program INFO WAIT active send to complete -2015-03-10 20:32:31 program INFO WAIT active send to complete -2015-03-10 20:32:31 program INFO WAIT active send to complete -2015-03-10 20:32:32 program INFO WAIT active send to complete -2015-03-10 20:32:32 program INFO WAIT active send to complete -2015-03-10 20:32:33 program INFO WAIT active send to complete -2015-03-10 20:32:33 program INFO WAIT active send to complete -2015-03-10 20:32:34 program INFO WAIT active send to complete -2015-03-10 20:32:34 program INFO WAIT active send to complete -2015-03-10 20:32:35 program INFO WAIT active send to complete -2015-03-10 20:32:35 program INFO WAIT active send to complete -2015-03-10 20:32:36 program INFO WAIT active send to complete -2015-03-10 20:32:36 program INFO WAIT active send to complete -2015-03-10 20:32:37 program INFO WAIT active send to complete -2015-03-10 20:32:37 program INFO WAIT active send to complete -2015-03-10 20:32:38 program INFO WAIT active send to complete -2015-03-10 20:32:38 program INFO WAIT active send to complete -2015-03-10 20:32:39 program INFO WAIT active send to complete -2015-03-10 20:32:39 program INFO WAIT active send to complete -2015-03-10 20:32:40 sendUrl INFO 87 [419] R:OK -2015-03-10 20:32:40 program INFO WAIT active send to complete -2015-03-10 20:32:41 program INFO WAIT active send to complete -2015-03-10 20:32:41 program INFO WAIT active send to complete -2015-03-10 20:32:42 program INFO WAIT active send to complete -2015-03-10 20:32:42 program INFO WAIT active send to complete -2015-03-10 20:32:43 program INFO WAIT active send to complete -2015-03-10 20:32:43 program INFO WAIT active send to complete -2015-03-10 20:32:44 program INFO WAIT active send to complete -2015-03-10 20:32:44 program INFO WAIT active send to complete -2015-03-10 20:32:45 program INFO WAIT active send to complete -2015-03-10 20:32:45 program INFO WAIT active send to complete -2015-03-10 20:32:46 program INFO WAIT active send to complete -2015-03-10 20:32:46 program INFO WAIT active send to complete -2015-03-10 20:32:47 program INFO WAIT active send to complete -2015-03-10 20:32:47 program INFO WAIT active send to complete -2015-03-10 20:32:48 queue INFO >>83 [422] -2015-03-10 20:32:48 sendUrl INFO 83 [420] R:OK -2015-03-10 20:32:48 program INFO WAIT active send to complete -2015-03-10 20:32:49 program INFO WAIT active send to complete -2015-03-10 20:32:49 program INFO WAIT active send to complete -2015-03-10 20:32:50 program INFO WAIT active send to complete -2015-03-10 20:32:50 program INFO WAIT active send to complete -2015-03-10 20:32:51 program INFO WAIT active send to complete -2015-03-10 20:32:51 program INFO WAIT active send to complete -2015-03-10 20:32:52 program INFO WAIT active send to complete -2015-03-10 20:32:52 program INFO WAIT active send to complete -2015-03-10 20:32:53 program INFO WAIT active send to complete -2015-03-10 20:32:53 program INFO WAIT active send to complete -2015-03-10 20:32:54 program INFO WAIT active send to complete -2015-03-10 20:32:54 program INFO WAIT active send to complete -2015-03-10 20:32:55 program INFO WAIT active send to complete -2015-03-10 20:32:55 program INFO WAIT active send to complete -2015-03-10 20:32:56 program INFO WAIT active send to complete -2015-03-10 20:32:57 program INFO WAIT active send to complete -2015-03-10 20:32:57 program INFO WAIT active send to complete -2015-03-10 20:32:58 program INFO WAIT active send to complete -2015-03-10 20:32:58 program INFO WAIT active send to complete -2015-03-10 20:32:59 program INFO WAIT active send to complete -2015-03-10 20:32:59 program INFO WAIT active send to complete -2015-03-10 20:33:00 program INFO WAIT active send to complete -2015-03-10 20:33:00 program INFO WAIT active send to complete -2015-03-10 20:33:01 program INFO WAIT active send to complete -2015-03-10 20:33:01 program INFO WAIT active send to complete -2015-03-10 20:33:02 program INFO WAIT active send to complete -2015-03-10 20:33:02 program INFO WAIT active send to complete -2015-03-10 20:33:03 program INFO WAIT active send to complete -2015-03-10 20:33:03 program INFO WAIT active send to complete -2015-03-10 20:33:04 program INFO WAIT active send to complete -2015-03-10 20:33:04 program INFO WAIT active send to complete -2015-03-10 20:33:05 program INFO WAIT active send to complete -2015-03-10 20:33:05 program INFO WAIT active send to complete -2015-03-10 20:33:06 program INFO WAIT active send to complete -2015-03-10 20:33:06 program INFO WAIT active send to complete -2015-03-10 20:33:06 sendUrl INFO 83 [421] R:OK -2015-03-10 20:33:15 sendUrl INFO 83 [422] R:OK -2015-03-10 20:33:38 queue INFO >>83 [423] -2015-03-10 20:33:38 sendUrl INFO 83 [423] R:OK -2015-03-10 20:34:28 queue INFO >>83 [424] -2015-03-10 20:34:30 queue INFO 81 [425] -2015-03-10 20:34:30 queue INFO >81 [426] -2015-03-10 20:34:31 program INFO WAIT active send to complete -2015-03-10 20:34:31 program INFO WAIT active send to complete -2015-03-10 20:34:32 program INFO WAIT active send to complete -2015-03-10 20:34:32 program INFO WAIT active send to complete -2015-03-10 20:34:33 program INFO WAIT active send to complete -2015-03-10 20:34:33 program INFO WAIT active send to complete -2015-03-10 20:34:34 program INFO WAIT active send to complete -2015-03-10 20:34:34 program INFO WAIT active send to complete -2015-03-10 20:34:35 program INFO WAIT active send to complete -2015-03-10 20:34:35 program INFO WAIT active send to complete -2015-03-10 20:34:36 program INFO WAIT active send to complete -2015-03-10 20:34:36 program INFO WAIT active send to complete -2015-03-10 20:34:37 program INFO WAIT active send to complete -2015-03-10 20:34:37 program INFO WAIT active send to complete -2015-03-10 20:34:38 program INFO WAIT active send to complete -2015-03-10 20:34:38 program INFO WAIT active send to complete -2015-03-10 20:34:39 program INFO WAIT active send to complete -2015-03-10 20:34:39 program INFO WAIT active send to complete -2015-03-10 20:34:40 program INFO WAIT active send to complete -2015-03-10 20:34:40 program INFO WAIT active send to complete -2015-03-10 20:34:41 program INFO WAIT active send to complete -2015-03-10 20:34:41 program INFO WAIT active send to complete -2015-03-10 20:34:42 program INFO WAIT active send to complete -2015-03-10 20:34:42 queue INFO 83 [427] -2015-03-10 20:34:42 queue INFO >83 [428] -2015-03-10 20:34:42 program INFO WAIT active send to complete -2015-03-10 20:34:43 program INFO WAIT active send to complete -2015-03-10 20:34:43 program INFO WAIT active send to complete -2015-03-10 20:34:44 program INFO WAIT active send to complete -2015-03-10 20:34:44 program INFO WAIT active send to complete -2015-03-10 20:34:45 program INFO WAIT active send to complete -2015-03-10 20:34:45 program INFO WAIT active send to complete -2015-03-10 20:34:46 program INFO WAIT active send to complete -2015-03-10 20:34:46 program INFO WAIT active send to complete -2015-03-10 20:34:47 program INFO WAIT active send to complete -2015-03-10 20:34:47 program INFO WAIT active send to complete -2015-03-10 20:34:48 program INFO WAIT active send to complete -2015-03-10 20:34:48 program INFO WAIT active send to complete -2015-03-10 20:34:49 program INFO WAIT active send to complete -2015-03-10 20:34:49 program INFO WAIT active send to complete -2015-03-10 20:34:50 program INFO WAIT active send to complete -2015-03-10 20:34:50 program INFO WAIT active send to complete -2015-03-10 20:34:51 sendUrl INFO 83 [424] R:OK -2015-03-10 20:34:51 program INFO WAIT active send to complete -2015-03-10 20:34:52 program INFO WAIT active send to complete -2015-03-10 20:34:52 program INFO WAIT active send to complete -2015-03-10 20:34:53 program INFO WAIT active send to complete -2015-03-10 20:34:53 program INFO WAIT active send to complete -2015-03-10 20:34:54 program INFO WAIT active send to complete -2015-03-10 20:34:54 program INFO WAIT active send to complete -2015-03-10 20:34:55 program INFO WAIT active send to complete -2015-03-10 20:34:55 program INFO WAIT active send to complete -2015-03-10 20:34:56 program INFO WAIT active send to complete -2015-03-10 20:34:56 program INFO WAIT active send to complete -2015-03-10 20:34:57 program INFO WAIT active send to complete -2015-03-10 20:34:57 program INFO WAIT active send to complete -2015-03-10 20:34:58 program INFO WAIT active send to complete -2015-03-10 20:34:58 program INFO WAIT active send to complete -2015-03-10 20:34:59 program INFO WAIT active send to complete -2015-03-10 20:34:59 program INFO WAIT active send to complete -2015-03-10 20:35:00 program INFO WAIT active send to complete -2015-03-10 20:35:00 sendUrl INFO 81 [425] R:OK -2015-03-10 20:35:01 program INFO WAIT active send to complete -2015-03-10 20:35:02 program INFO WAIT active send to complete -2015-03-10 20:35:02 program INFO WAIT active send to complete -2015-03-10 20:35:03 program INFO WAIT active send to complete -2015-03-10 20:35:03 program INFO WAIT active send to complete -2015-03-10 20:35:04 program INFO WAIT active send to complete -2015-03-10 20:35:04 program INFO WAIT active send to complete -2015-03-10 20:35:05 program INFO WAIT active send to complete -2015-03-10 20:35:05 program INFO WAIT active send to complete -2015-03-10 20:35:06 program INFO WAIT active send to complete -2015-03-10 20:35:06 program INFO WAIT active send to complete -2015-03-10 20:35:07 program INFO WAIT active send to complete -2015-03-10 20:35:07 program INFO WAIT active send to complete -2015-03-10 20:35:08 program INFO WAIT active send to complete -2015-03-10 20:35:08 program INFO WAIT active send to complete -2015-03-10 20:35:09 program INFO WAIT active send to complete -2015-03-10 20:35:09 program INFO WAIT active send to complete -2015-03-10 20:35:10 program INFO WAIT active send to complete -2015-03-10 20:35:10 program INFO WAIT active send to complete -2015-03-10 20:35:11 program INFO WAIT active send to complete -2015-03-10 20:35:11 program INFO WAIT active send to complete -2015-03-10 20:35:12 program INFO WAIT active send to complete -2015-03-10 20:35:12 program INFO WAIT active send to complete -2015-03-10 20:35:13 program INFO WAIT active send to complete -2015-03-10 20:35:13 program INFO WAIT active send to complete -2015-03-10 20:35:14 program INFO WAIT active send to complete -2015-03-10 20:35:14 program INFO WAIT active send to complete -2015-03-10 20:35:15 program INFO WAIT active send to complete -2015-03-10 20:35:15 program INFO WAIT active send to complete -2015-03-10 20:35:16 program INFO WAIT active send to complete -2015-03-10 20:35:16 program INFO WAIT active send to complete -2015-03-10 20:35:17 program INFO WAIT active send to complete -2015-03-10 20:35:17 program INFO WAIT active send to complete -2015-03-10 20:35:18 program INFO WAIT active send to complete -2015-03-10 20:35:18 sendUrl INFO 81 [426] R:OK -2015-03-10 20:35:19 program INFO WAIT active send to complete -2015-03-10 20:35:19 program INFO WAIT active send to complete -2015-03-10 20:35:20 program INFO WAIT active send to complete -2015-03-10 20:35:20 program INFO WAIT active send to complete -2015-03-10 20:35:21 program INFO WAIT active send to complete -2015-03-10 20:35:21 program INFO WAIT active send to complete -2015-03-10 20:35:22 program INFO WAIT active send to complete -2015-03-10 20:35:22 program INFO WAIT active send to complete -2015-03-10 20:35:23 program INFO WAIT active send to complete -2015-03-10 20:35:23 program INFO WAIT active send to complete -2015-03-10 20:35:24 program INFO WAIT active send to complete -2015-03-10 20:35:24 program INFO WAIT active send to complete -2015-03-10 20:35:25 program INFO WAIT active send to complete -2015-03-10 20:35:25 program INFO WAIT active send to complete -2015-03-10 20:35:26 program INFO WAIT active send to complete -2015-03-10 20:35:26 program INFO WAIT active send to complete -2015-03-10 20:35:27 program INFO WAIT active send to complete -2015-03-10 20:35:27 program INFO WAIT active send to complete -2015-03-10 20:35:28 program INFO WAIT active send to complete -2015-03-10 20:35:28 program INFO WAIT active send to complete -2015-03-10 20:35:29 program INFO WAIT active send to complete -2015-03-10 20:35:29 program INFO WAIT active send to complete -2015-03-10 20:35:30 program INFO WAIT active send to complete -2015-03-10 20:35:30 program INFO WAIT active send to complete -2015-03-10 20:35:31 program INFO WAIT active send to complete -2015-03-10 20:35:31 program INFO WAIT active send to complete -2015-03-10 20:35:32 program INFO WAIT active send to complete -2015-03-10 20:35:32 queue INFO >>83 [429] -2015-03-10 20:35:32 program INFO WAIT active send to complete -2015-03-10 20:35:33 program INFO WAIT active send to complete -2015-03-10 20:35:33 program INFO WAIT active send to complete -2015-03-10 20:35:34 program INFO WAIT active send to complete -2015-03-10 20:35:34 program INFO WAIT active send to complete -2015-03-10 20:35:35 program INFO WAIT active send to complete -2015-03-10 20:35:35 program INFO WAIT active send to complete -2015-03-10 20:35:36 program INFO WAIT active send to complete -2015-03-10 20:35:36 program INFO WAIT active send to complete -2015-03-10 20:35:37 program INFO WAIT active send to complete -2015-03-10 20:35:37 sendUrl INFO 83 [427] R:OK -2015-03-10 20:35:38 program INFO WAIT active send to complete -2015-03-10 20:35:38 program INFO WAIT active send to complete -2015-03-10 20:35:39 program INFO WAIT active send to complete -2015-03-10 20:35:39 program INFO WAIT active send to complete -2015-03-10 20:35:40 program INFO WAIT active send to complete -2015-03-10 20:35:40 sendUrl INFO 83 [428] R:OK -2015-03-10 20:35:50 sendUrl INFO 83 [429] R:OK -2015-03-10 20:36:22 queue INFO >>83 [430] -2015-03-10 20:36:27 sendUrl INFO 83 [430] R:OK -2015-03-10 20:37:13 queue INFO >>83 [431] -2015-03-10 20:37:17 sendUrl INFO 83 [431] R:OK -2015-03-10 20:38:03 queue INFO >>83 [432] -2015-03-10 20:38:08 sendUrl INFO 83 [432] R:OK -2015-03-10 20:38:53 queue INFO >>83 [433] -2015-03-10 20:39:01 sendUrl INFO 83 [433] R:OK -2015-03-10 20:39:43 queue INFO >>83 [434] -2015-03-10 20:40:01 sendUrl INFO 83 [434] R:OK -2015-03-10 20:40:03 queue INFO 87 [435] -2015-03-10 20:40:03 queue INFO >87 [436] -2015-03-10 20:40:04 program INFO WAIT active send to complete -2015-03-10 20:40:04 program INFO WAIT active send to complete -2015-03-10 20:40:04 queue INFO 83 [437] -2015-03-10 20:40:04 queue INFO >83 [438] -2015-03-10 20:40:05 program INFO WAIT active send to complete -2015-03-10 20:40:05 program INFO WAIT active send to complete -2015-03-10 20:40:06 program INFO WAIT active send to complete -2015-03-10 20:40:06 program INFO WAIT active send to complete -2015-03-10 20:40:07 program INFO WAIT active send to complete -2015-03-10 20:40:07 program INFO WAIT active send to complete -2015-03-10 20:40:08 program INFO WAIT active send to complete -2015-03-10 20:40:08 program INFO WAIT active send to complete -2015-03-10 20:40:09 program INFO WAIT active send to complete -2015-03-10 20:40:09 program INFO WAIT active send to complete -2015-03-10 20:40:10 program INFO WAIT active send to complete -2015-03-10 20:40:10 program INFO WAIT active send to complete -2015-03-10 20:40:11 program INFO WAIT active send to complete -2015-03-10 20:40:11 program INFO WAIT active send to complete -2015-03-10 20:40:12 program INFO WAIT active send to complete -2015-03-10 20:40:12 program INFO WAIT active send to complete -2015-03-10 20:40:13 program INFO WAIT active send to complete -2015-03-10 20:40:13 program INFO WAIT active send to complete -2015-03-10 20:40:14 program INFO WAIT active send to complete -2015-03-10 20:40:14 program INFO WAIT active send to complete -2015-03-10 20:40:15 program INFO WAIT active send to complete -2015-03-10 20:40:15 program ERROR IOB offline -2015-03-10 20:40:16 program INFO IOB ONLINE! -2015-03-10 20:40:16 program INFO WAIT active send to complete -2015-03-10 20:40:16 program INFO WAIT active send to complete -2015-03-10 20:40:17 program INFO WAIT active send to complete -2015-03-10 20:40:17 program INFO WAIT active send to complete -2015-03-10 20:40:18 program INFO WAIT active send to complete -2015-03-10 20:40:18 program INFO WAIT active send to complete -2015-03-10 20:40:19 program INFO WAIT active send to complete -2015-03-10 20:40:19 program INFO WAIT active send to complete -2015-03-10 20:40:20 program INFO WAIT active send to complete -2015-03-10 20:40:20 program INFO WAIT active send to complete -2015-03-10 20:40:21 program INFO WAIT active send to complete -2015-03-10 20:40:21 program INFO WAIT active send to complete -2015-03-10 20:40:22 program INFO WAIT active send to complete -2015-03-10 20:40:22 program INFO WAIT active send to complete -2015-03-10 20:40:23 program INFO WAIT active send to complete -2015-03-10 20:40:23 program INFO WAIT active send to complete -2015-03-10 20:40:24 program INFO WAIT active send to complete -2015-03-10 20:40:24 program INFO WAIT active send to complete -2015-03-10 20:40:25 program INFO WAIT active send to complete -2015-03-10 20:40:25 program INFO WAIT active send to complete -2015-03-10 20:40:26 program INFO WAIT active send to complete -2015-03-10 20:40:26 program INFO WAIT active send to complete -2015-03-10 20:40:27 program INFO WAIT active send to complete -2015-03-10 20:40:27 program INFO WAIT active send to complete -2015-03-10 20:40:28 program INFO WAIT active send to complete -2015-03-10 20:40:28 program INFO WAIT active send to complete -2015-03-10 20:40:29 program INFO WAIT active send to complete -2015-03-10 20:40:29 program INFO WAIT active send to complete -2015-03-10 20:40:30 program INFO WAIT active send to complete -2015-03-10 20:40:31 program INFO WAIT active send to complete -2015-03-10 20:40:31 program INFO WAIT active send to complete -2015-03-10 20:40:32 program INFO WAIT active send to complete -2015-03-10 20:40:32 program INFO WAIT active send to complete -2015-03-10 20:40:33 program INFO WAIT active send to complete -2015-03-10 20:40:33 program INFO WAIT active send to complete -2015-03-10 20:40:33 sendUrl INFO 87 [435] R:OK -2015-03-10 20:40:34 program INFO WAIT active send to complete -2015-03-10 20:40:35 program INFO WAIT active send to complete -2015-03-10 20:40:35 program INFO WAIT active send to complete -2015-03-10 20:40:36 program INFO WAIT active send to complete -2015-03-10 20:40:36 program INFO WAIT active send to complete -2015-03-10 20:40:37 program INFO WAIT active send to complete -2015-03-10 20:40:37 sendUrl INFO 87 [436] R:OK -2015-03-10 20:40:37 sendUrl INFO 83 [437] R:OK -2015-03-10 20:40:38 sendUrl INFO 83 [438] R:OK -2015-03-10 20:40:54 queue INFO >>83 [439] -2015-03-10 20:40:55 sendUrl INFO 83 [439] R:OK -2015-03-10 20:41:45 queue INFO >>83 [440] -2015-03-10 20:41:48 sendUrl INFO 83 [440] R:OK -2015-03-10 20:42:35 queue INFO >>83 [441] -2015-03-10 20:42:35 sendUrl INFO 83 [441] R:OK -2015-03-10 20:43:25 queue INFO >>83 [442] -2015-03-10 20:43:36 sendUrl INFO 83 [442] R:OK -2015-03-10 20:44:15 queue INFO >>83 [443] -2015-03-10 20:44:26 sendUrl INFO 83 [443] R:OK -2015-03-10 20:45:05 queue INFO >>83 [444] -2015-03-10 20:45:05 sendUrl INFO 83 [444] R:OK -2015-03-10 20:45:55 queue INFO >>83 [445] -2015-03-10 20:46:07 sendUrl INFO 83 [445] R:OK -2015-03-10 20:46:45 queue INFO >>83 [446] -2015-03-10 20:46:57 sendUrl INFO 83 [446] R:OK -2015-03-10 20:47:36 queue INFO >>83 [447] -2015-03-10 20:47:47 sendUrl INFO 83 [447] R:OK -2015-03-10 20:48:09 queue INFO 87 [448] -2015-03-10 20:48:10 queue INFO >87 [449] -2015-03-10 20:48:10 program INFO WAIT active send to complete -2015-03-10 20:48:11 program INFO WAIT active send to complete -2015-03-10 20:48:11 queue INFO 83 [450] -2015-03-10 20:48:11 program INFO WAIT active send to complete -2015-03-10 20:48:11 queue INFO >83 [451] -2015-03-10 20:48:12 program INFO WAIT active send to complete -2015-03-10 20:48:12 program INFO WAIT active send to complete -2015-03-10 20:48:13 program INFO WAIT active send to complete -2015-03-10 20:48:13 sendUrl INFO 87 [448] R:OK -2015-03-10 20:48:14 program INFO WAIT active send to complete -2015-03-10 20:48:14 program INFO WAIT active send to complete -2015-03-10 20:48:15 program INFO WAIT active send to complete -2015-03-10 20:48:15 program INFO WAIT active send to complete -2015-03-10 20:48:16 program INFO WAIT active send to complete -2015-03-10 20:48:16 program INFO WAIT active send to complete -2015-03-10 20:48:17 program INFO WAIT active send to complete -2015-03-10 20:48:17 program INFO WAIT active send to complete -2015-03-10 20:48:18 program INFO WAIT active send to complete -2015-03-10 20:48:18 program INFO WAIT active send to complete -2015-03-10 20:48:19 program ERROR IOB offline -2015-03-10 20:48:19 program INFO IOB ONLINE! -2015-03-10 20:48:19 program INFO WAIT active send to complete -2015-03-10 20:48:20 program INFO WAIT active send to complete -2015-03-10 20:48:20 program INFO WAIT active send to complete -2015-03-10 20:48:21 program INFO WAIT active send to complete -2015-03-10 20:48:21 program INFO WAIT active send to complete -2015-03-10 20:48:22 program INFO WAIT active send to complete -2015-03-10 20:48:22 program INFO WAIT active send to complete -2015-03-10 20:48:23 program INFO WAIT active send to complete -2015-03-10 20:48:23 program INFO WAIT active send to complete -2015-03-10 20:48:24 program INFO WAIT active send to complete -2015-03-10 20:48:24 program INFO WAIT active send to complete -2015-03-10 20:48:25 program INFO WAIT active send to complete -2015-03-10 20:48:25 program INFO WAIT active send to complete -2015-03-10 20:48:26 program INFO WAIT active send to complete -2015-03-10 20:48:26 program INFO WAIT active send to complete -2015-03-10 20:48:27 program INFO WAIT active send to complete -2015-03-10 20:48:27 program INFO WAIT active send to complete -2015-03-10 20:48:28 program INFO WAIT active send to complete -2015-03-10 20:48:28 program INFO WAIT active send to complete -2015-03-10 20:48:29 program INFO WAIT active send to complete -2015-03-10 20:48:29 program INFO WAIT active send to complete -2015-03-10 20:48:30 program INFO WAIT active send to complete -2015-03-10 20:48:30 program INFO WAIT active send to complete -2015-03-10 20:48:31 program INFO WAIT active send to complete -2015-03-10 20:48:31 program INFO WAIT active send to complete -2015-03-10 20:48:32 program INFO WAIT active send to complete -2015-03-10 20:48:32 program INFO WAIT active send to complete -2015-03-10 20:48:33 program INFO WAIT active send to complete -2015-03-10 20:48:33 program INFO WAIT active send to complete -2015-03-10 20:48:34 program INFO WAIT active send to complete -2015-03-10 20:48:34 program INFO WAIT active send to complete -2015-03-10 20:48:35 program INFO WAIT active send to complete -2015-03-10 20:48:35 program ERROR IOB offline -2015-03-10 20:48:36 program INFO IOB ONLINE! -2015-03-10 20:48:36 program INFO WAIT active send to complete -2015-03-10 20:48:36 program INFO WAIT active send to complete -2015-03-10 20:48:37 program ERROR IOB offline -2015-03-10 20:48:37 program INFO IOB ONLINE! -2015-03-10 20:48:37 program INFO WAIT active send to complete -2015-03-10 20:48:37 sendUrl INFO 87 [449] R:OK -2015-03-10 20:48:38 program INFO WAIT active send to complete -2015-03-10 20:48:39 program INFO WAIT active send to complete -2015-03-10 20:48:39 program INFO WAIT active send to complete -2015-03-10 20:48:40 program INFO WAIT active send to complete -2015-03-10 20:48:40 sendUrl INFO 83 [450] R:OK -2015-03-10 20:48:41 sendUrl INFO 83 [451] R:OK -2015-03-10 20:49:01 queue INFO >>83 [452] -2015-03-10 20:49:03 sendUrl INFO 83 [452] R:OK -2015-03-10 20:49:51 queue INFO >>83 [453] -2015-03-10 20:49:52 sendUrl INFO 83 [453] R:OK -2015-03-10 20:50:41 queue INFO >>83 [454] -2015-03-10 20:50:44 sendUrl INFO 83 [454] R:OK -2015-03-10 20:51:32 queue INFO >>83 [455] -2015-03-10 20:51:34 sendUrl INFO 83 [455] R:OK -2015-03-10 20:52:22 queue INFO >>83 [456] -2015-03-10 20:52:24 sendUrl INFO 83 [456] R:OK -2015-03-10 20:53:12 queue INFO >>83 [457] -2015-03-10 20:53:15 sendUrl INFO 83 [457] R:OK -2015-03-10 20:54:02 queue INFO >>83 [458] -2015-03-10 20:54:05 sendUrl INFO 83 [458] R:OK -2015-03-10 20:54:52 queue INFO >>83 [459] -2015-03-10 20:54:55 sendUrl INFO 83 [459] R:OK -2015-03-10 20:55:42 queue INFO >>83 [460] -2015-03-10 20:55:45 sendUrl INFO 83 [460] R:OK -2015-03-10 20:56:16 queue INFO 87 [461] -2015-03-10 20:56:16 queue INFO >87 [462] -2015-03-10 20:56:16 program INFO WAIT active send to complete -2015-03-10 20:56:17 program INFO WAIT active send to complete -2015-03-10 20:56:17 program INFO WAIT active send to complete -2015-03-10 20:56:17 queue INFO 83 [463] -2015-03-10 20:56:18 queue INFO >83 [464] -2015-03-10 20:56:18 program INFO WAIT active send to complete -2015-03-10 20:56:18 program INFO WAIT active send to complete -2015-03-10 20:56:19 program INFO WAIT active send to complete -2015-03-10 20:56:19 program INFO WAIT active send to complete -2015-03-10 20:56:20 program INFO WAIT active send to complete -2015-03-10 20:56:20 program INFO WAIT active send to complete -2015-03-10 20:56:21 program INFO WAIT active send to complete -2015-03-10 20:56:21 program INFO WAIT active send to complete -2015-03-10 20:56:22 program INFO WAIT active send to complete -2015-03-10 20:56:22 program INFO WAIT active send to complete -2015-03-10 20:56:23 program INFO WAIT active send to complete -2015-03-10 20:56:23 program INFO WAIT active send to complete -2015-03-10 20:56:24 program INFO WAIT active send to complete -2015-03-10 20:56:25 program INFO WAIT active send to complete -2015-03-10 20:56:25 program INFO WAIT active send to complete -2015-03-10 20:56:26 program INFO WAIT active send to complete -2015-03-10 20:56:26 program INFO WAIT active send to complete -2015-03-10 20:56:27 program INFO WAIT active send to complete -2015-03-10 20:56:27 program INFO WAIT active send to complete -2015-03-10 20:56:28 program INFO WAIT active send to complete -2015-03-10 20:56:28 program INFO WAIT active send to complete -2015-03-10 20:56:29 program INFO WAIT active send to complete -2015-03-10 20:56:29 program INFO WAIT active send to complete -2015-03-10 20:56:30 program INFO WAIT active send to complete -2015-03-10 20:56:30 program INFO WAIT active send to complete -2015-03-10 20:56:31 program INFO WAIT active send to complete -2015-03-10 20:56:31 program INFO WAIT active send to complete -2015-03-10 20:56:32 program INFO WAIT active send to complete -2015-03-10 20:56:32 program INFO WAIT active send to complete -2015-03-10 20:56:33 program INFO WAIT active send to complete -2015-03-10 20:56:33 program INFO WAIT active send to complete -2015-03-10 20:56:34 program INFO WAIT active send to complete -2015-03-10 20:56:34 program INFO WAIT active send to complete -2015-03-10 20:56:34 sendUrl INFO 87 [461] R:OK -2015-03-10 20:56:35 program INFO WAIT active send to complete -2015-03-10 20:56:36 program INFO WAIT active send to complete -2015-03-10 20:56:36 sendUrl INFO 87 [462] R:OK -2015-03-10 20:56:37 program INFO WAIT active send to complete -2015-03-10 20:56:37 program INFO WAIT active send to complete -2015-03-10 20:56:38 program INFO WAIT active send to complete -2015-03-10 20:56:38 program INFO WAIT active send to complete -2015-03-10 20:56:39 program INFO WAIT active send to complete -2015-03-10 20:56:39 program INFO WAIT active send to complete -2015-03-10 20:56:40 program INFO WAIT active send to complete -2015-03-10 20:56:40 program INFO WAIT active send to complete -2015-03-10 20:56:41 program INFO WAIT active send to complete -2015-03-10 20:56:41 program INFO WAIT active send to complete -2015-03-10 20:56:42 program INFO WAIT active send to complete -2015-03-10 20:56:42 program INFO WAIT active send to complete -2015-03-10 20:56:43 program INFO WAIT active send to complete -2015-03-10 20:56:43 program INFO WAIT active send to complete -2015-03-10 20:56:44 program INFO WAIT active send to complete -2015-03-10 20:56:44 program INFO WAIT active send to complete -2015-03-10 20:56:45 program INFO WAIT active send to complete -2015-03-10 20:56:45 program INFO WAIT active send to complete -2015-03-10 20:56:46 program INFO WAIT active send to complete -2015-03-10 20:56:46 program INFO WAIT active send to complete -2015-03-10 20:56:47 program INFO WAIT active send to complete -2015-03-10 20:56:47 program INFO WAIT active send to complete -2015-03-10 20:56:48 program INFO WAIT active send to complete -2015-03-10 20:56:48 program INFO WAIT active send to complete -2015-03-10 20:56:49 program INFO WAIT active send to complete -2015-03-10 20:56:49 program INFO WAIT active send to complete -2015-03-10 20:56:50 program INFO WAIT active send to complete -2015-03-10 20:56:50 program INFO WAIT active send to complete -2015-03-10 20:56:51 program INFO WAIT active send to complete -2015-03-10 20:56:51 program INFO WAIT active send to complete -2015-03-10 20:56:52 program INFO WAIT active send to complete -2015-03-10 20:56:52 program INFO WAIT active send to complete -2015-03-10 20:56:53 program INFO WAIT active send to complete -2015-03-10 20:56:53 program INFO WAIT active send to complete -2015-03-10 20:56:54 program INFO WAIT active send to complete -2015-03-10 20:56:54 program INFO WAIT active send to complete -2015-03-10 20:56:55 program INFO WAIT active send to complete -2015-03-10 20:56:55 program INFO WAIT active send to complete -2015-03-10 20:56:56 program INFO WAIT active send to complete -2015-03-10 20:56:56 program INFO WAIT active send to complete -2015-03-10 20:56:57 program INFO WAIT active send to complete -2015-03-10 20:56:57 program INFO WAIT active send to complete -2015-03-10 20:56:58 program INFO WAIT active send to complete -2015-03-10 20:56:58 program INFO WAIT active send to complete -2015-03-10 20:56:59 sendUrl INFO 83 [463] R:OK -2015-03-10 20:57:02 sendUrl INFO 83 [464] R:OK -2015-03-10 20:57:08 queue INFO >>83 [465] -2015-03-10 20:57:26 sendUrl INFO 83 [465] R:OK -2015-03-10 20:57:58 queue INFO >>83 [466] -2015-03-10 20:58:15 sendUrl INFO 83 [466] R:OK -2015-03-10 20:58:48 queue INFO >>83 [467] -2015-03-10 20:59:16 sendUrl INFO 83 [467] R:OK -2015-03-10 20:59:38 queue INFO >>83 [468] -2015-03-10 21:00:06 sendUrl INFO 83 [468] R:OK -2015-03-10 21:00:28 queue INFO >>83 [469] -2015-03-10 21:00:45 sendUrl INFO 83 [469] R:OK -2015-03-10 21:01:18 queue INFO >>83 [470] -2015-03-10 21:01:35 sendUrl INFO 83 [470] R:OK -2015-03-10 21:02:09 queue INFO >>83 [471] -2015-03-10 21:02:24 sendUrl INFO 83 [471] R:OK -2015-03-10 21:02:59 queue INFO >>83 [472] -2015-03-10 21:02:59 sendUrl INFO 83 [472] R:OK -2015-03-10 21:03:49 queue INFO >>83 [473] -2015-03-10 21:03:51 sendUrl INFO 83 [473] R:OK -2015-03-10 21:04:22 queue INFO 87 [474] -2015-03-10 21:04:22 queue INFO >87 [475] -2015-03-10 21:04:23 program INFO WAIT active send to complete -2015-03-10 21:04:23 program INFO WAIT active send to complete -2015-03-10 21:04:24 queue INFO 83 [476] -2015-03-10 21:04:24 program INFO WAIT active send to complete -2015-03-10 21:04:24 queue INFO >83 [477] -2015-03-10 21:04:24 program INFO WAIT active send to complete -2015-03-10 21:04:25 program INFO WAIT active send to complete -2015-03-10 21:04:25 program INFO WAIT active send to complete -2015-03-10 21:04:26 program INFO WAIT active send to complete -2015-03-10 21:04:26 program INFO WAIT active send to complete -2015-03-10 21:04:27 program INFO WAIT active send to complete -2015-03-10 21:04:27 program INFO WAIT active send to complete -2015-03-10 21:04:28 program INFO WAIT active send to complete -2015-03-10 21:04:28 program INFO WAIT active send to complete -2015-03-10 21:04:29 program INFO WAIT active send to complete -2015-03-10 21:04:29 program INFO WAIT active send to complete -2015-03-10 21:04:30 sendUrl INFO 87 [474] R:OK -2015-03-10 21:04:30 program INFO WAIT active send to complete -2015-03-10 21:04:31 program INFO WAIT active send to complete -2015-03-10 21:04:31 program INFO WAIT active send to complete -2015-03-10 21:04:32 program INFO WAIT active send to complete -2015-03-10 21:04:32 program INFO WAIT active send to complete -2015-03-10 21:04:33 program INFO WAIT active send to complete -2015-03-10 21:04:33 program INFO WAIT active send to complete -2015-03-10 21:04:34 sendUrl INFO 87 [475] R:OK -2015-03-10 21:04:34 program INFO WAIT active send to complete -2015-03-10 21:04:35 program INFO WAIT active send to complete -2015-03-10 21:04:35 program INFO WAIT active send to complete -2015-03-10 21:04:36 program INFO WAIT active send to complete -2015-03-10 21:04:36 program INFO WAIT active send to complete -2015-03-10 21:04:37 program INFO WAIT active send to complete -2015-03-10 21:04:37 program INFO WAIT active send to complete -2015-03-10 21:04:38 program INFO WAIT active send to complete -2015-03-10 21:04:39 program INFO WAIT active send to complete -2015-03-10 21:04:39 program INFO WAIT active send to complete -2015-03-10 21:04:40 program INFO WAIT active send to complete -2015-03-10 21:04:40 program INFO WAIT active send to complete -2015-03-10 21:04:41 program INFO WAIT active send to complete -2015-03-10 21:04:41 program INFO WAIT active send to complete -2015-03-10 21:04:41 sendUrl INFO 83 [476] R:OK -2015-03-10 21:04:56 sendUrl INFO 83 [477] R:OK -2015-03-10 21:05:14 queue INFO >>83 [478] -2015-03-10 21:05:16 sendUrl INFO 83 [478] R:OK -2015-03-10 21:06:04 queue INFO >>83 [479] -2015-03-10 21:06:08 sendUrl INFO 83 [479] R:OK -2015-03-10 21:06:54 queue INFO >>83 [480] -2015-03-10 21:06:58 sendUrl INFO 83 [480] R:OK -2015-03-10 21:07:44 queue INFO >>83 [481] -2015-03-10 21:07:51 sendUrl INFO 83 [481] R:OK -2015-03-10 21:08:35 queue INFO >>83 [482] -2015-03-10 21:08:40 sendUrl INFO 83 [482] R:OK -2015-03-10 21:09:25 queue INFO >>83 [483] -2015-03-10 21:09:31 sendUrl INFO 83 [483] R:OK -2015-03-10 21:10:15 queue INFO >>83 [484] -2015-03-10 21:10:21 sendUrl INFO 83 [484] R:OK -2015-03-10 21:11:05 queue INFO >>83 [485] -2015-03-10 21:11:11 sendUrl INFO 83 [485] R:OK -2015-03-10 21:11:55 queue INFO >>83 [486] -2015-03-10 21:12:01 sendUrl INFO 83 [486] R:OK -2015-03-10 21:12:29 queue INFO C7 [487] -2015-03-10 21:12:29 queue INFO >C7 [488] -2015-03-10 21:12:29 sendUrl INFO C7 [487] R:OK -2015-03-10 21:12:30 sendUrl INFO C7 [488] R:OK -2015-03-10 21:12:30 queue INFO C3 [489] -2015-03-10 21:12:31 queue INFO >C3 [490] -2015-03-10 21:12:31 program INFO WAIT active send to complete -2015-03-10 21:12:31 sendUrl INFO C3 [489] R:OK -2015-03-10 21:12:41 sendUrl INFO C3 [490] R:OK -2015-03-10 21:13:20 queue INFO >>C3 [491] -2015-03-10 21:13:22 sendUrl INFO C3 [491] R:OK -2015-03-10 21:14:11 queue INFO >>C3 [492] -2015-03-10 21:14:12 sendUrl INFO C3 [492] R:OK -2015-03-10 21:15:01 queue INFO >>C3 [493] -2015-03-10 21:15:02 sendUrl INFO C3 [493] R:OK -2015-03-10 21:15:51 queue INFO >>C3 [494] -2015-03-10 21:15:52 sendUrl INFO C3 [494] R:OK -2015-03-10 21:16:41 queue INFO >>C3 [495] -2015-03-10 21:16:42 sendUrl INFO C3 [495] R:OK -2015-03-10 21:17:31 queue INFO >>C3 [496] -2015-03-10 21:17:32 sendUrl INFO C3 [496] R:OK -2015-03-10 21:18:21 queue INFO >>C3 [497] -2015-03-10 21:18:25 sendUrl INFO C3 [497] R:OK -2015-03-10 21:19:11 queue INFO >>C3 [498] -2015-03-10 21:19:12 sendUrl INFO C3 [498] R:OK -2015-03-10 21:20:02 queue INFO >>C3 [499] -2015-03-10 21:20:02 sendUrl INFO C3 [499] R:OK -2015-03-10 21:20:35 queue INFO 83 [500] -2015-03-10 21:20:35 queue INFO 87 [501] -2015-03-10 21:20:35 queue INFO >87 [502] -2015-03-10 21:20:36 program INFO WAIT active send to complete -2015-03-10 21:20:36 program INFO WAIT active send to complete -2015-03-10 21:20:37 queue INFO 83 [503] -2015-03-10 21:20:37 program INFO WAIT active send to complete -2015-03-10 21:20:37 queue INFO >83 [504] -2015-03-10 21:20:37 program INFO WAIT active send to complete -2015-03-10 21:20:38 program INFO WAIT active send to complete -2015-03-10 21:20:38 program INFO WAIT active send to complete -2015-03-10 21:20:39 program INFO WAIT active send to complete -2015-03-10 21:20:39 program INFO WAIT active send to complete -2015-03-10 21:20:40 program INFO WAIT active send to complete -2015-03-10 21:20:40 program INFO WAIT active send to complete -2015-03-10 21:20:41 program INFO WAIT active send to complete -2015-03-10 21:20:41 program INFO WAIT active send to complete -2015-03-10 21:20:42 program INFO WAIT active send to complete -2015-03-10 21:20:42 program INFO WAIT active send to complete -2015-03-10 21:20:43 program INFO WAIT active send to complete -2015-03-10 21:20:43 program INFO WAIT active send to complete -2015-03-10 21:20:44 program INFO WAIT active send to complete -2015-03-10 21:20:44 program INFO WAIT active send to complete -2015-03-10 21:20:45 program INFO WAIT active send to complete -2015-03-10 21:20:45 program INFO WAIT active send to complete -2015-03-10 21:20:46 program INFO WAIT active send to complete -2015-03-10 21:20:46 program INFO WAIT active send to complete -2015-03-10 21:20:47 program INFO WAIT active send to complete -2015-03-10 21:20:48 program INFO WAIT active send to complete -2015-03-10 21:20:48 program INFO WAIT active send to complete -2015-03-10 21:20:49 program INFO WAIT active send to complete -2015-03-10 21:20:49 sendUrl INFO 83 [500] R:OK -2015-03-10 21:20:50 sendUrl INFO 87 [501] R:OK -2015-03-10 21:20:50 program INFO WAIT active send to complete -2015-03-10 21:20:51 program INFO WAIT active send to complete -2015-03-10 21:20:51 program INFO WAIT active send to complete -2015-03-10 21:20:52 program INFO WAIT active send to complete -2015-03-10 21:20:52 program INFO WAIT active send to complete -2015-03-10 21:20:53 program INFO WAIT active send to complete -2015-03-10 21:20:53 program INFO WAIT active send to complete -2015-03-10 21:20:54 program INFO WAIT active send to complete -2015-03-10 21:20:54 program INFO WAIT active send to complete -2015-03-10 21:20:55 program INFO WAIT active send to complete -2015-03-10 21:20:55 program INFO WAIT active send to complete -2015-03-10 21:20:56 program INFO WAIT active send to complete -2015-03-10 21:20:56 program INFO WAIT active send to complete -2015-03-10 21:20:57 program INFO WAIT active send to complete -2015-03-10 21:20:57 program INFO WAIT active send to complete -2015-03-10 21:20:58 program INFO WAIT active send to complete -2015-03-10 21:20:58 program INFO WAIT active send to complete -2015-03-10 21:20:59 program INFO WAIT active send to complete -2015-03-10 21:20:59 program INFO WAIT active send to complete -2015-03-10 21:21:00 program INFO WAIT active send to complete -2015-03-10 21:21:00 program INFO WAIT active send to complete -2015-03-10 21:21:01 program INFO WAIT active send to complete -2015-03-10 21:21:01 program INFO WAIT active send to complete -2015-03-10 21:21:02 program INFO WAIT active send to complete -2015-03-10 21:21:02 program INFO WAIT active send to complete -2015-03-10 21:21:03 program INFO WAIT active send to complete -2015-03-10 21:21:03 sendUrl INFO 87 [502] R:OK -2015-03-10 21:21:04 program INFO WAIT active send to complete -2015-03-10 21:21:04 program INFO WAIT active send to complete -2015-03-10 21:21:05 program INFO WAIT active send to complete -2015-03-10 21:21:05 program INFO WAIT active send to complete -2015-03-10 21:21:06 program INFO WAIT active send to complete -2015-03-10 21:21:06 program INFO WAIT active send to complete -2015-03-10 21:21:07 program INFO WAIT active send to complete -2015-03-10 21:21:07 program INFO WAIT active send to complete -2015-03-10 21:21:08 program INFO WAIT active send to complete -2015-03-10 21:21:08 program INFO WAIT active send to complete -2015-03-10 21:21:09 program INFO WAIT active send to complete -2015-03-10 21:21:09 program INFO WAIT active send to complete -2015-03-10 21:21:10 program INFO WAIT active send to complete -2015-03-10 21:21:10 program INFO WAIT active send to complete -2015-03-10 21:21:11 program INFO WAIT active send to complete -2015-03-10 21:21:11 program INFO WAIT active send to complete -2015-03-10 21:21:12 program INFO WAIT active send to complete -2015-03-10 21:21:12 program INFO WAIT active send to complete -2015-03-10 21:21:13 program INFO WAIT active send to complete -2015-03-10 21:21:13 sendUrl INFO 83 [503] R:OK -2015-03-10 21:21:16 sendUrl INFO 83 [504] R:OK -2015-03-10 21:21:27 queue INFO >>83 [505] -2015-03-10 21:21:28 sendUrl INFO 83 [505] R:OK -2015-03-10 21:22:17 queue INFO >>83 [506] -2015-03-10 21:22:29 sendUrl INFO 83 [506] R:OK -2015-03-10 21:23:07 queue INFO >>83 [507] -2015-03-10 21:23:19 sendUrl INFO 83 [507] R:OK -2015-03-10 21:23:57 queue INFO >>83 [508] -2015-03-10 21:23:57 program ERROR IOB offline -2015-03-10 21:24:18 program INFO IOB ONLINE! -2015-03-10 21:24:18 sendUrl INFO 83 [508] R:OK -2015-03-10 21:24:47 queue INFO >>83 [509] -2015-03-10 21:25:13 sendUrl INFO 83 [509] R:OK -2015-03-10 21:25:38 queue INFO >>83 [510] -2015-03-10 21:25:52 sendUrl INFO 83 [510] R:OK -2015-03-10 21:26:28 queue INFO >>83 [511] -2015-03-10 21:26:40 sendUrl INFO 83 [511] R:OK -2015-03-10 21:27:18 queue INFO >>83 [512] -2015-03-10 21:27:30 sendUrl INFO 83 [512] R:OK -2015-03-10 21:28:08 queue INFO >>83 [513] -2015-03-10 21:28:20 sendUrl INFO 83 [513] R:OK -2015-03-10 21:28:42 queue INFO 87 [514] -2015-03-10 21:28:42 queue INFO >87 [515] -2015-03-10 21:28:43 program INFO WAIT active send to complete -2015-03-10 21:28:43 program INFO WAIT active send to complete -2015-03-10 21:28:44 queue INFO 83 [516] -2015-03-10 21:28:44 queue INFO >83 [517] -2015-03-10 21:28:44 program INFO WAIT active send to complete -2015-03-10 21:28:44 program INFO WAIT active send to complete -2015-03-10 21:28:45 sendUrl INFO 87 [514] R:OK -2015-03-10 21:28:45 program INFO WAIT active send to complete -2015-03-10 21:28:46 program INFO WAIT active send to complete -2015-03-10 21:28:46 program INFO WAIT active send to complete -2015-03-10 21:28:47 program INFO WAIT active send to complete -2015-03-10 21:28:47 program INFO WAIT active send to complete -2015-03-10 21:28:48 sendUrl INFO 87 [515] R:OK -2015-03-10 21:28:48 program INFO WAIT active send to complete -2015-03-10 21:28:49 program INFO WAIT active send to complete -2015-03-10 21:28:49 program INFO WAIT active send to complete -2015-03-10 21:28:50 program INFO WAIT active send to complete -2015-03-10 21:28:50 program INFO WAIT active send to complete -2015-03-10 21:28:51 program INFO WAIT active send to complete -2015-03-10 21:28:51 program INFO WAIT active send to complete -2015-03-10 21:28:52 program INFO WAIT active send to complete -2015-03-10 21:28:52 program INFO WAIT active send to complete -2015-03-10 21:28:53 program INFO WAIT active send to complete -2015-03-10 21:28:53 program INFO WAIT active send to complete -2015-03-10 21:28:54 program INFO WAIT active send to complete -2015-03-10 21:28:54 program INFO WAIT active send to complete -2015-03-10 21:28:55 program INFO WAIT active send to complete -2015-03-10 21:28:56 program INFO WAIT active send to complete -2015-03-10 21:28:56 program INFO WAIT active send to complete -2015-03-10 21:28:57 program INFO WAIT active send to complete -2015-03-10 21:28:57 program INFO WAIT active send to complete -2015-03-10 21:28:58 program INFO WAIT active send to complete -2015-03-10 21:28:58 program INFO WAIT active send to complete -2015-03-10 21:28:59 program INFO WAIT active send to complete -2015-03-10 21:28:59 program INFO WAIT active send to complete -2015-03-10 21:29:00 program INFO WAIT active send to complete -2015-03-10 21:29:00 program INFO WAIT active send to complete -2015-03-10 21:29:01 program INFO WAIT active send to complete -2015-03-10 21:29:01 program INFO WAIT active send to complete -2015-03-10 21:29:02 program INFO WAIT active send to complete -2015-03-10 21:29:02 program INFO WAIT active send to complete -2015-03-10 21:29:03 program INFO WAIT active send to complete -2015-03-10 21:29:03 program INFO WAIT active send to complete -2015-03-10 21:29:04 program INFO WAIT active send to complete -2015-03-10 21:29:04 program INFO WAIT active send to complete -2015-03-10 21:29:05 program INFO WAIT active send to complete -2015-03-10 21:29:05 program INFO WAIT active send to complete -2015-03-10 21:29:06 program INFO WAIT active send to complete -2015-03-10 21:29:06 program INFO WAIT active send to complete -2015-03-10 21:29:07 program INFO WAIT active send to complete -2015-03-10 21:29:07 program INFO WAIT active send to complete -2015-03-10 21:29:08 program INFO WAIT active send to complete -2015-03-10 21:29:08 program INFO WAIT active send to complete -2015-03-10 21:29:09 program INFO WAIT active send to complete -2015-03-10 21:29:09 program INFO WAIT active send to complete -2015-03-10 21:29:10 program INFO WAIT active send to complete -2015-03-10 21:29:10 program INFO WAIT active send to complete -2015-03-10 21:29:10 sendUrl INFO 83 [516] R:OK -2015-03-10 21:29:24 sendUrl INFO 83 [517] R:OK -2015-03-10 21:29:34 queue INFO >>83 [518] -2015-03-10 21:29:38 sendUrl INFO 83 [518] R:OK -2015-03-10 21:30:24 queue INFO >>83 [519] -2015-03-10 21:30:27 sendUrl INFO 83 [519] R:OK -2015-03-10 21:31:14 queue INFO >>83 [520] -2015-03-10 21:31:15 sendUrl INFO 83 [520] R:OK -2015-03-10 21:32:04 queue INFO >>83 [521] -2015-03-10 21:32:08 sendUrl INFO 83 [521] R:OK -2015-03-10 21:32:54 queue INFO >>83 [522] -2015-03-10 21:32:55 sendUrl INFO 83 [522] R:OK -2015-03-10 21:33:44 queue INFO >>83 [523] -2015-03-10 21:33:46 sendUrl INFO 83 [523] R:OK -2015-03-10 21:34:35 queue INFO >>83 [524] -2015-03-10 21:34:35 sendUrl INFO 83 [524] R:OK -2015-03-10 21:35:25 queue INFO >>83 [525] -2015-03-10 21:35:26 sendUrl INFO 83 [525] R:OK -2015-03-10 21:36:15 queue INFO >>83 [526] -2015-03-10 21:36:16 sendUrl INFO 83 [526] R:OK -2015-03-10 21:36:49 queue INFO 87 [527] -2015-03-10 21:36:49 queue INFO >87 [528] -2015-03-10 21:36:49 program INFO WAIT active send to complete -2015-03-10 21:36:49 sendUrl INFO 87 [527] R:OK -2015-03-10 21:36:50 queue INFO 83 [529] -2015-03-10 21:36:50 program INFO WAIT active send to complete -2015-03-10 21:36:50 queue INFO >83 [530] -2015-03-10 21:36:51 program INFO WAIT active send to complete -2015-03-10 21:36:51 program INFO WAIT active send to complete -2015-03-10 21:36:52 program INFO WAIT active send to complete -2015-03-10 21:36:52 program INFO WAIT active send to complete -2015-03-10 21:36:53 program INFO WAIT active send to complete -2015-03-10 21:36:53 program INFO WAIT active send to complete -2015-03-10 21:36:54 program INFO WAIT active send to complete -2015-03-10 21:36:54 program INFO WAIT active send to complete -2015-03-10 21:36:55 program INFO WAIT active send to complete -2015-03-10 21:36:55 sendUrl INFO 87 [528] R:OK -2015-03-10 21:36:56 program INFO WAIT active send to complete -2015-03-10 21:36:56 program INFO WAIT active send to complete -2015-03-10 21:36:57 program INFO WAIT active send to complete -2015-03-10 21:36:57 program INFO WAIT active send to complete -2015-03-10 21:36:58 program INFO WAIT active send to complete -2015-03-10 21:36:58 program INFO WAIT active send to complete -2015-03-10 21:36:59 program INFO WAIT active send to complete -2015-03-10 21:36:59 program INFO WAIT active send to complete -2015-03-10 21:37:00 program INFO WAIT active send to complete -2015-03-10 21:37:00 program INFO WAIT active send to complete -2015-03-10 21:37:01 program INFO WAIT active send to complete -2015-03-10 21:37:01 program INFO WAIT active send to complete -2015-03-10 21:37:02 program INFO WAIT active send to complete -2015-03-10 21:37:02 program INFO WAIT active send to complete -2015-03-10 21:37:03 program INFO WAIT active send to complete -2015-03-10 21:37:03 program INFO WAIT active send to complete -2015-03-10 21:37:04 program INFO WAIT active send to complete -2015-03-10 21:37:04 program INFO WAIT active send to complete -2015-03-10 21:37:05 program INFO WAIT active send to complete -2015-03-10 21:37:05 program INFO WAIT active send to complete -2015-03-10 21:37:06 program INFO WAIT active send to complete -2015-03-10 21:37:06 sendUrl INFO 83 [529] R:OK -2015-03-10 21:37:09 sendUrl INFO 83 [530] R:OK -2015-03-10 21:37:40 queue INFO >>83 [531] -2015-03-10 21:37:41 sendUrl INFO 83 [531] R:OK -2015-03-10 21:38:30 queue INFO >>83 [532] -2015-03-10 21:38:36 sendUrl INFO 83 [532] R:OK -2015-03-10 21:39:21 queue INFO >>83 [533] -2015-03-10 21:39:25 sendUrl INFO 83 [533] R:OK -2015-03-10 21:40:11 queue INFO >>83 [534] -2015-03-10 21:40:16 sendUrl INFO 83 [534] R:OK -2015-03-10 21:41:01 queue INFO >>83 [535] -2015-03-10 21:41:06 sendUrl INFO 83 [535] R:OK -2015-03-10 21:41:51 queue INFO >>83 [536] -2015-03-10 21:41:53 sendUrl INFO 83 [536] R:OK -2015-03-10 21:42:41 queue INFO >>83 [537] -2015-03-10 21:42:45 sendUrl INFO 83 [537] R:OK -2015-03-10 21:43:31 queue INFO >>83 [538] -2015-03-10 21:43:36 sendUrl INFO 83 [538] R:OK -2015-03-10 21:44:21 queue INFO >>83 [539] -2015-03-10 21:44:22 sendUrl INFO 83 [539] R:OK -2015-03-10 21:44:55 queue INFO 87 [540] -2015-03-10 21:44:55 queue INFO >87 [541] -2015-03-10 21:44:56 program INFO WAIT active send to complete -2015-03-10 21:44:57 program INFO WAIT active send to complete -2015-03-10 21:44:57 queue INFO 83 [542] -2015-03-10 21:44:57 queue INFO >83 [543] -2015-03-10 21:44:57 program INFO WAIT active send to complete -2015-03-10 21:44:58 program INFO WAIT active send to complete -2015-03-10 21:44:58 program INFO WAIT active send to complete -2015-03-10 21:44:59 program INFO WAIT active send to complete -2015-03-10 21:44:59 program INFO WAIT active send to complete -2015-03-10 21:45:00 program INFO WAIT active send to complete -2015-03-10 21:45:00 program INFO WAIT active send to complete -2015-03-10 21:45:01 program INFO WAIT active send to complete -2015-03-10 21:45:01 program INFO WAIT active send to complete -2015-03-10 21:45:02 program INFO WAIT active send to complete -2015-03-10 21:45:02 program INFO WAIT active send to complete -2015-03-10 21:45:02 sendUrl INFO 87 [540] R:OK -2015-03-10 21:45:03 sendUrl INFO 87 [541] R:OK -2015-03-10 21:45:04 program INFO WAIT active send to complete -2015-03-10 21:45:04 program INFO WAIT active send to complete -2015-03-10 21:45:05 program INFO WAIT active send to complete -2015-03-10 21:45:05 program INFO WAIT active send to complete -2015-03-10 21:45:06 program INFO WAIT active send to complete -2015-03-10 21:45:06 program INFO WAIT active send to complete -2015-03-10 21:45:07 program INFO WAIT active send to complete -2015-03-10 21:45:07 program INFO WAIT active send to complete -2015-03-10 21:45:08 program INFO WAIT active send to complete -2015-03-10 21:45:08 program INFO WAIT active send to complete -2015-03-10 21:45:09 program INFO WAIT active send to complete -2015-03-10 21:45:09 program INFO WAIT active send to complete -2015-03-10 21:45:10 program INFO WAIT active send to complete -2015-03-10 21:45:10 program INFO WAIT active send to complete -2015-03-10 21:45:11 program INFO WAIT active send to complete -2015-03-10 21:45:11 program INFO WAIT active send to complete -2015-03-10 21:45:12 program INFO WAIT active send to complete -2015-03-10 21:45:12 program INFO WAIT active send to complete -2015-03-10 21:45:13 program INFO WAIT active send to complete -2015-03-10 21:45:13 program INFO WAIT active send to complete -2015-03-10 21:45:14 program INFO WAIT active send to complete -2015-03-10 21:45:14 program INFO WAIT active send to complete -2015-03-10 21:45:15 program INFO WAIT active send to complete -2015-03-10 21:45:15 program INFO WAIT active send to complete -2015-03-10 21:45:16 program INFO WAIT active send to complete -2015-03-10 21:45:16 program INFO WAIT active send to complete -2015-03-10 21:45:17 program INFO WAIT active send to complete -2015-03-10 21:45:17 sendUrl INFO 83 [542] R:OK -2015-03-10 21:45:27 sendUrl INFO 83 [543] R:OK -2015-03-10 21:45:47 queue INFO >>83 [544] -2015-03-10 21:45:53 sendUrl INFO 83 [544] R:OK -2015-03-10 21:46:37 queue INFO >>83 [545] -2015-03-10 21:46:38 sendUrl INFO 83 [545] R:OK -2015-03-10 21:47:27 queue INFO >>83 [546] -2015-03-10 21:47:34 sendUrl INFO 83 [546] R:OK -2015-03-10 21:48:17 queue INFO >>83 [547] -2015-03-10 21:48:24 sendUrl INFO 83 [547] R:OK -2015-03-10 21:49:07 queue INFO >>83 [548] -2015-03-10 21:49:08 sendUrl INFO 83 [548] R:OK -2015-03-10 21:49:58 queue INFO >>83 [549] -2015-03-10 21:50:04 sendUrl INFO 83 [549] R:OK -2015-03-10 21:50:48 queue INFO >>83 [550] -2015-03-10 21:50:54 sendUrl INFO 83 [550] R:OK -2015-03-10 21:51:38 queue INFO >>83 [551] -2015-03-10 21:51:44 sendUrl INFO 83 [551] R:OK -2015-03-10 21:52:28 queue INFO >>83 [552] -2015-03-10 21:52:35 sendUrl INFO 83 [552] R:OK -2015-03-10 21:53:01 queue INFO 87 [553] -2015-03-10 21:53:02 queue INFO >87 [554] -2015-03-10 21:53:02 sendUrl INFO 87 [553] R:OK -2015-03-10 21:53:03 queue INFO 83 [555] -2015-03-10 21:53:03 queue INFO >83 [556] -2015-03-10 21:53:03 program INFO WAIT active send to complete -2015-03-10 21:53:04 program INFO WAIT active send to complete -2015-03-10 21:53:04 program INFO WAIT active send to complete -2015-03-10 21:53:05 program INFO WAIT active send to complete -2015-03-10 21:53:05 program INFO WAIT active send to complete -2015-03-10 21:53:06 program INFO WAIT active send to complete -2015-03-10 21:53:06 program INFO WAIT active send to complete -2015-03-10 21:53:07 program INFO WAIT active send to complete -2015-03-10 21:53:07 program INFO WAIT active send to complete -2015-03-10 21:53:08 program INFO WAIT active send to complete -2015-03-10 21:53:08 program INFO WAIT active send to complete -2015-03-10 21:53:09 program INFO WAIT active send to complete -2015-03-10 21:53:09 program INFO WAIT active send to complete -2015-03-10 21:53:10 program INFO WAIT active send to complete -2015-03-10 21:53:10 program INFO WAIT active send to complete -2015-03-10 21:53:11 program INFO WAIT active send to complete -2015-03-10 21:53:11 program INFO WAIT active send to complete -2015-03-10 21:53:12 program INFO WAIT active send to complete -2015-03-10 21:53:12 program INFO WAIT active send to complete -2015-03-10 21:53:13 program INFO WAIT active send to complete -2015-03-10 21:53:13 program INFO WAIT active send to complete -2015-03-10 21:53:14 program INFO WAIT active send to complete -2015-03-10 21:53:14 program INFO WAIT active send to complete -2015-03-10 21:53:15 program INFO WAIT active send to complete -2015-03-10 21:53:15 program INFO WAIT active send to complete -2015-03-10 21:53:16 program INFO WAIT active send to complete -2015-03-10 21:53:16 program INFO WAIT active send to complete -2015-03-10 21:53:17 program INFO WAIT active send to complete -2015-03-10 21:53:18 program INFO WAIT active send to complete -2015-03-10 21:53:18 program INFO WAIT active send to complete -2015-03-10 21:53:19 program INFO WAIT active send to complete -2015-03-10 21:53:19 program INFO WAIT active send to complete -2015-03-10 21:53:20 program INFO WAIT active send to complete -2015-03-10 21:53:20 program INFO WAIT active send to complete -2015-03-10 21:53:20 sendUrl INFO 87 [554] R:OK -2015-03-10 21:53:21 sendUrl INFO 83 [555] R:OK -2015-03-10 21:53:22 sendUrl INFO 83 [556] R:OK -2015-03-10 21:53:53 queue INFO >>83 [557] -2015-03-10 21:54:12 sendUrl INFO 83 [557] R:OK -2015-03-10 21:54:43 queue INFO >>83 [558] -2015-03-10 21:55:02 sendUrl INFO 83 [558] R:OK -2015-03-10 21:55:34 queue INFO >>83 [559] -2015-03-10 21:55:38 sendUrl INFO 83 [559] R:OK -2015-03-10 21:56:24 queue INFO >>83 [560] -2015-03-10 21:56:29 sendUrl INFO 83 [560] R:OK -2015-03-10 21:57:14 queue INFO >>83 [561] -2015-03-10 21:57:19 sendUrl INFO 83 [561] R:OK -2015-03-10 21:58:04 queue INFO >>83 [562] -2015-03-10 21:58:05 sendUrl INFO 83 [562] R:OK -2015-03-10 21:58:54 queue INFO >>83 [563] -2015-03-10 21:59:00 sendUrl INFO 83 [563] R:OK -2015-03-10 21:59:44 queue INFO >>83 [564] -2015-03-10 21:59:50 sendUrl INFO 83 [564] R:OK -2015-03-10 22:00:34 queue INFO >>83 [565] -2015-03-10 22:00:56 sendUrl INFO 83 [565] R:OK -2015-03-10 22:01:08 queue INFO C7 [566] -2015-03-10 22:01:08 queue INFO >C7 [567] -2015-03-10 22:01:09 program INFO WAIT active send to complete -2015-03-10 22:01:09 program INFO WAIT active send to complete -2015-03-10 22:01:10 queue INFO C3 [568] -2015-03-10 22:01:10 program INFO WAIT active send to complete -2015-03-10 22:01:10 sendUrl INFO C7 [566] R:OK -2015-03-10 22:01:10 queue INFO >C3 [569] -2015-03-10 22:01:11 program INFO WAIT active send to complete -2015-03-10 22:01:11 program INFO WAIT active send to complete -2015-03-10 22:01:12 program INFO WAIT active send to complete -2015-03-10 22:01:12 program INFO WAIT active send to complete -2015-03-10 22:01:13 program INFO WAIT active send to complete -2015-03-10 22:01:13 program INFO WAIT active send to complete -2015-03-10 22:01:14 sendUrl INFO C7 [567] R:OK -2015-03-10 22:01:14 program INFO WAIT active send to complete -2015-03-10 22:01:15 program INFO WAIT active send to complete -2015-03-10 22:01:15 program INFO WAIT active send to complete -2015-03-10 22:01:16 program INFO WAIT active send to complete -2015-03-10 22:01:16 program INFO WAIT active send to complete -2015-03-10 22:01:17 program INFO WAIT active send to complete -2015-03-10 22:01:17 program INFO WAIT active send to complete -2015-03-10 22:01:18 program INFO WAIT active send to complete -2015-03-10 22:01:18 program INFO WAIT active send to complete -2015-03-10 22:01:19 program INFO WAIT active send to complete -2015-03-10 22:01:19 program INFO WAIT active send to complete -2015-03-10 22:01:20 program INFO WAIT active send to complete -2015-03-10 22:01:20 sendUrl INFO C3 [568] R:OK -2015-03-10 22:01:23 sendUrl INFO C3 [569] R:OK -2015-03-10 22:02:00 queue INFO >>C3 [570] -2015-03-10 22:02:10 sendUrl INFO C3 [570] R:OK -2015-03-10 22:02:50 queue INFO >>C3 [571] -2015-03-10 22:03:00 sendUrl INFO C3 [571] R:OK -2015-03-10 22:03:40 queue INFO >>C3 [572] -2015-03-10 22:03:51 sendUrl INFO C3 [572] R:OK -2015-03-10 22:04:30 queue INFO >>C3 [573] -2015-03-10 22:04:40 sendUrl INFO C3 [573] R:OK -2015-03-10 22:05:20 queue INFO >>C3 [574] -2015-03-10 22:05:21 sendUrl INFO C3 [574] R:OK -2015-03-10 22:06:10 queue INFO >>C3 [575] -2015-03-10 22:06:21 sendUrl INFO C3 [575] R:OK -2015-03-10 22:07:01 queue INFO >>C3 [576] -2015-03-10 22:07:04 sendUrl INFO C3 [576] R:OK -2015-03-10 22:07:51 queue INFO >>C3 [577] -2015-03-10 22:07:56 sendUrl INFO C3 [577] R:OK -2015-03-10 22:08:41 queue INFO >>C3 [578] -2015-03-10 22:08:46 sendUrl INFO C3 [578] R:OK -2015-03-10 22:09:14 queue INFO 83 [579] -2015-03-10 22:09:14 queue INFO 87 [580] -2015-03-10 22:09:15 queue INFO >87 [581] -2015-03-10 22:09:15 program INFO WAIT active send to complete -2015-03-10 22:09:15 sendUrl INFO 83 [579] R:OK -2015-03-10 22:09:16 queue INFO 83 [582] -2015-03-10 22:09:16 program INFO WAIT active send to complete -2015-03-10 22:09:16 queue INFO >83 [583] -2015-03-10 22:09:16 program INFO WAIT active send to complete -2015-03-10 22:09:17 program INFO WAIT active send to complete -2015-03-10 22:09:17 sendUrl INFO 87 [580] R:OK -2015-03-10 22:09:18 program INFO WAIT active send to complete -2015-03-10 22:09:18 program INFO WAIT active send to complete -2015-03-10 22:09:19 program INFO WAIT active send to complete -2015-03-10 22:09:19 program INFO WAIT active send to complete -2015-03-10 22:09:20 program INFO WAIT active send to complete -2015-03-10 22:09:20 program INFO WAIT active send to complete -2015-03-10 22:09:21 program INFO WAIT active send to complete -2015-03-10 22:09:22 program INFO WAIT active send to complete -2015-03-10 22:09:22 sendUrl INFO 87 [581] R:OK -2015-03-10 22:09:22 sendUrl INFO 83 [582] R:OK -2015-03-10 22:09:23 sendUrl INFO 83 [583] R:OK -2015-03-10 22:10:06 queue INFO >>83 [584] -2015-03-10 22:10:07 sendUrl INFO 83 [584] R:OK -2015-03-10 22:10:56 queue INFO >>83 [585] -2015-03-10 22:10:58 sendUrl INFO 83 [585] R:OK -2015-03-10 22:11:46 queue INFO >>83 [586] -2015-03-10 22:11:47 sendUrl INFO 83 [586] R:OK -2015-03-10 22:12:36 queue INFO >>83 [587] -2015-03-10 22:12:38 sendUrl INFO 83 [587] R:OK -2015-03-10 22:13:27 queue INFO >>83 [588] -2015-03-10 22:13:28 sendUrl INFO 83 [588] R:OK -2015-03-10 22:14:17 queue INFO >>83 [589] -2015-03-10 22:14:17 sendUrl INFO 83 [589] R:OK -2015-03-10 22:15:07 queue INFO >>83 [590] -2015-03-10 22:15:09 sendUrl INFO 83 [590] R:OK -2015-03-10 22:15:12 queue INFO 81 [591] -2015-03-10 22:15:13 queue INFO >81 [592] -2015-03-10 22:15:13 program INFO WAIT active send to complete -2015-03-10 22:15:14 program INFO WAIT active send to complete -2015-03-10 22:15:14 program INFO WAIT active send to complete -2015-03-10 22:15:15 program INFO WAIT active send to complete -2015-03-10 22:15:15 program INFO WAIT active send to complete -2015-03-10 22:15:16 program INFO WAIT active send to complete -2015-03-10 22:15:16 program INFO WAIT active send to complete -2015-03-10 22:15:17 program INFO WAIT active send to complete -2015-03-10 22:15:17 program INFO WAIT active send to complete -2015-03-10 22:15:18 program INFO WAIT active send to complete -2015-03-10 22:15:18 program INFO WAIT active send to complete -2015-03-10 22:15:19 program INFO WAIT active send to complete -2015-03-10 22:15:19 program INFO WAIT active send to complete -2015-03-10 22:15:20 program INFO WAIT active send to complete -2015-03-10 22:15:20 program INFO WAIT active send to complete -2015-03-10 22:15:21 program INFO WAIT active send to complete -2015-03-10 22:15:21 program INFO WAIT active send to complete -2015-03-10 22:15:22 program INFO WAIT active send to complete -2015-03-10 22:15:22 sendUrl INFO 81 [591] R:OK -2015-03-10 22:15:25 queue INFO 83 [593] -2015-03-10 22:15:25 queue INFO >83 [594] -2015-03-10 22:15:25 program INFO WAIT active send to complete -2015-03-10 22:15:25 program INFO WAIT active send to complete -2015-03-10 22:15:26 program INFO WAIT active send to complete -2015-03-10 22:15:26 program INFO WAIT active send to complete -2015-03-10 22:15:27 program INFO WAIT active send to complete -2015-03-10 22:15:27 program INFO WAIT active send to complete -2015-03-10 22:15:28 program INFO WAIT active send to complete -2015-03-10 22:15:28 program INFO WAIT active send to complete -2015-03-10 22:15:29 program INFO WAIT active send to complete -2015-03-10 22:15:30 program INFO WAIT active send to complete -2015-03-10 22:15:30 program INFO WAIT active send to complete -2015-03-10 22:15:31 program INFO WAIT active send to complete -2015-03-10 22:15:31 program INFO WAIT active send to complete -2015-03-10 22:15:32 program INFO WAIT active send to complete -2015-03-10 22:15:32 program INFO WAIT active send to complete -2015-03-10 22:15:32 sendUrl INFO 81 [592] R:OK -2015-03-10 22:15:33 program INFO WAIT active send to complete -2015-03-10 22:15:34 program INFO WAIT active send to complete -2015-03-10 22:15:34 program INFO WAIT active send to complete -2015-03-10 22:15:35 program INFO WAIT active send to complete -2015-03-10 22:15:35 program INFO WAIT active send to complete -2015-03-10 22:15:36 program INFO WAIT active send to complete -2015-03-10 22:15:36 program INFO WAIT active send to complete -2015-03-10 22:15:36 sendUrl INFO 83 [593] R:OK -2015-03-10 22:15:39 sendUrl INFO 83 [594] R:OK -2015-03-10 22:16:15 queue INFO >>83 [595] -2015-03-10 22:16:15 sendUrl INFO 83 [595] R:OK -2015-03-10 22:17:05 queue INFO >>83 [596] -2015-03-10 22:17:06 sendUrl INFO 83 [596] R:OK -2015-03-10 22:17:55 queue INFO >>83 [597] -2015-03-10 22:17:56 sendUrl INFO 83 [597] R:OK -2015-03-10 22:17:57 queue INFO 87 [598] -2015-03-10 22:17:57 queue INFO >87 [599] -2015-03-10 22:17:58 program INFO WAIT active send to complete -2015-03-10 22:17:59 program INFO WAIT active send to complete -2015-03-10 22:17:59 queue INFO 83 [600] -2015-03-10 22:17:59 queue INFO >83 [601] -2015-03-10 22:17:59 program INFO WAIT active send to complete -2015-03-10 22:18:00 program INFO WAIT active send to complete -2015-03-10 22:18:00 program INFO WAIT active send to complete -2015-03-10 22:18:01 program INFO WAIT active send to complete -2015-03-10 22:18:01 program INFO WAIT active send to complete -2015-03-10 22:18:02 program INFO WAIT active send to complete -2015-03-10 22:18:02 program INFO WAIT active send to complete -2015-03-10 22:18:03 program INFO WAIT active send to complete -2015-03-10 22:18:03 sendUrl INFO 87 [598] R:OK -2015-03-10 22:18:04 program INFO WAIT active send to complete -2015-03-10 22:18:04 program INFO WAIT active send to complete -2015-03-10 22:18:05 program INFO WAIT active send to complete -2015-03-10 22:18:05 program INFO WAIT active send to complete -2015-03-10 22:18:06 program INFO WAIT active send to complete -2015-03-10 22:18:06 program INFO WAIT active send to complete -2015-03-10 22:18:07 sendUrl INFO 87 [599] R:OK -2015-03-10 22:18:07 program INFO WAIT active send to complete -2015-03-10 22:18:08 program INFO WAIT active send to complete -2015-03-10 22:18:08 program INFO WAIT active send to complete -2015-03-10 22:18:09 program INFO WAIT active send to complete -2015-03-10 22:18:09 program INFO WAIT active send to complete -2015-03-10 22:18:10 program INFO WAIT active send to complete -2015-03-10 22:18:10 program INFO WAIT active send to complete -2015-03-10 22:18:11 program INFO WAIT active send to complete -2015-03-10 22:18:11 program INFO WAIT active send to complete -2015-03-10 22:18:12 program INFO WAIT active send to complete -2015-03-10 22:18:12 program INFO WAIT active send to complete -2015-03-10 22:18:13 program INFO WAIT active send to complete -2015-03-10 22:18:13 program INFO WAIT active send to complete -2015-03-10 22:18:14 program INFO WAIT active send to complete -2015-03-10 22:18:14 program INFO WAIT active send to complete -2015-03-10 22:18:15 program INFO WAIT active send to complete -2015-03-10 22:18:15 program INFO WAIT active send to complete -2015-03-10 22:18:16 program INFO WAIT active send to complete -2015-03-10 22:18:16 program INFO WAIT active send to complete -2015-03-10 22:18:17 program INFO WAIT active send to complete -2015-03-10 22:18:17 program INFO WAIT active send to complete -2015-03-10 22:18:18 program INFO WAIT active send to complete -2015-03-10 22:18:18 program INFO WAIT active send to complete -2015-03-10 22:18:19 program INFO WAIT active send to complete -2015-03-10 22:18:19 program INFO WAIT active send to complete -2015-03-10 22:18:20 program INFO WAIT active send to complete -2015-03-10 22:18:20 program INFO WAIT active send to complete -2015-03-10 22:18:21 program INFO WAIT active send to complete -2015-03-10 22:18:21 program INFO WAIT active send to complete -2015-03-10 22:18:22 program INFO WAIT active send to complete -2015-03-10 22:18:22 sendUrl INFO 83 [600] R:OK -2015-03-10 22:18:29 sendUrl INFO 83 [601] R:OK -2015-03-10 22:18:49 queue INFO >>83 [602] -2015-03-10 22:18:49 sendUrl INFO 83 [602] R:OK -2015-03-10 22:19:39 queue INFO >>83 [603] -2015-03-10 22:19:40 sendUrl INFO 83 [603] R:OK -2015-03-10 22:20:29 queue INFO >>83 [604] -2015-03-10 22:20:33 sendUrl INFO 83 [604] R:OK -2015-03-10 22:21:19 queue INFO >>83 [605] -2015-03-10 22:21:20 sendUrl INFO 83 [605] R:OK -2015-03-10 22:22:09 queue INFO >>83 [606] -2015-03-10 22:22:13 sendUrl INFO 83 [606] R:OK -2015-03-10 22:23:00 queue INFO >>83 [607] -2015-03-10 22:23:04 sendUrl INFO 83 [607] R:OK -2015-03-10 22:23:50 queue INFO >>83 [608] -2015-03-10 22:23:54 sendUrl INFO 83 [608] R:OK -2015-03-10 22:24:40 queue INFO >>83 [609] -2015-03-10 22:24:44 sendUrl INFO 83 [609] R:OK -2015-03-10 22:25:30 queue INFO >>83 [610] -2015-03-10 22:25:30 sendUrl INFO 83 [610] R:OK -2015-03-10 22:26:04 queue INFO 87 [611] -2015-03-10 22:26:04 queue INFO >87 [612] -2015-03-10 22:26:04 program INFO WAIT active send to complete -2015-03-10 22:26:05 program INFO WAIT active send to complete -2015-03-10 22:26:05 queue INFO 83 [613] -2015-03-10 22:26:05 queue INFO >83 [614] -2015-03-10 22:26:05 program INFO WAIT active send to complete -2015-03-10 22:26:06 program INFO WAIT active send to complete -2015-03-10 22:26:06 program INFO WAIT active send to complete -2015-03-10 22:26:07 program INFO WAIT active send to complete -2015-03-10 22:26:07 program INFO WAIT active send to complete -2015-03-10 22:26:08 program INFO WAIT active send to complete -2015-03-10 22:26:08 program INFO WAIT active send to complete -2015-03-10 22:26:09 program INFO WAIT active send to complete -2015-03-10 22:26:09 program INFO WAIT active send to complete -2015-03-10 22:26:10 program INFO WAIT active send to complete -2015-03-10 22:26:10 program INFO WAIT active send to complete -2015-03-10 22:26:11 program INFO WAIT active send to complete -2015-03-10 22:26:11 program INFO WAIT active send to complete -2015-03-10 22:26:12 program INFO WAIT active send to complete -2015-03-10 22:26:12 program INFO WAIT active send to complete -2015-03-10 22:26:13 program INFO WAIT active send to complete -2015-03-10 22:26:13 program INFO WAIT active send to complete -2015-03-10 22:26:14 program INFO WAIT active send to complete -2015-03-10 22:26:14 sendUrl INFO 87 [611] R:OK -2015-03-10 22:26:15 program INFO WAIT active send to complete -2015-03-10 22:26:15 sendUrl INFO 87 [612] R:OK -2015-03-10 22:26:16 program INFO WAIT active send to complete -2015-03-10 22:26:17 program INFO WAIT active send to complete -2015-03-10 22:26:17 program INFO WAIT active send to complete -2015-03-10 22:26:18 program INFO WAIT active send to complete -2015-03-10 22:26:18 program INFO WAIT active send to complete -2015-03-10 22:26:19 program INFO WAIT active send to complete -2015-03-10 22:26:19 program INFO WAIT active send to complete -2015-03-10 22:26:20 program INFO WAIT active send to complete -2015-03-10 22:26:20 sendUrl INFO 83 [613] R:OK -2015-03-10 22:26:24 sendUrl INFO 83 [614] R:OK -2015-03-10 22:26:55 queue INFO >>83 [615] -2015-03-10 22:27:04 sendUrl INFO 83 [615] R:OK -2015-03-10 22:27:45 queue INFO >>83 [616] -2015-03-10 22:27:46 sendUrl INFO 83 [616] R:OK -2015-03-10 22:28:36 queue INFO >>83 [617] -2015-03-10 22:28:45 sendUrl INFO 83 [617] R:OK -2015-03-10 22:29:26 queue INFO >>83 [618] -2015-03-10 22:29:27 sendUrl INFO 83 [618] R:OK -2015-03-10 22:30:16 queue INFO >>83 [619] -2015-03-10 22:30:16 sendUrl INFO 83 [619] R:OK -2015-03-10 22:31:06 queue INFO >>83 [620] -2015-03-10 22:31:15 sendUrl INFO 83 [620] R:OK -2015-03-10 22:31:56 queue INFO >>83 [621] -2015-03-10 22:32:05 sendUrl INFO 83 [621] R:OK -2015-03-10 22:32:46 queue INFO >>83 [622] -2015-03-10 22:32:55 sendUrl INFO 83 [622] R:OK -2015-03-10 22:33:37 queue INFO >>83 [623] -2015-03-10 22:33:46 sendUrl INFO 83 [623] R:OK -2015-03-10 22:34:10 queue INFO 87 [624] -2015-03-10 22:34:10 queue INFO >87 [625] -2015-03-10 22:34:11 program INFO WAIT active send to complete -2015-03-10 22:34:11 program INFO WAIT active send to complete -2015-03-10 22:34:12 queue INFO 83 [626] -2015-03-10 22:34:12 program INFO WAIT active send to complete -2015-03-10 22:34:12 queue INFO >83 [627] -2015-03-10 22:34:12 program INFO WAIT active send to complete -2015-03-10 22:34:13 program INFO WAIT active send to complete -2015-03-10 22:34:13 program INFO WAIT active send to complete -2015-03-10 22:34:14 program INFO WAIT active send to complete -2015-03-10 22:34:14 program INFO WAIT active send to complete -2015-03-10 22:34:15 program INFO WAIT active send to complete -2015-03-10 22:34:15 program INFO WAIT active send to complete -2015-03-10 22:34:16 program INFO WAIT active send to complete -2015-03-10 22:34:16 program INFO WAIT active send to complete -2015-03-10 22:34:17 program INFO WAIT active send to complete -2015-03-10 22:34:17 program INFO WAIT active send to complete -2015-03-10 22:34:18 program INFO WAIT active send to complete -2015-03-10 22:34:18 sendUrl INFO 87 [624] R:OK -2015-03-10 22:34:19 program INFO WAIT active send to complete -2015-03-10 22:34:19 program INFO WAIT active send to complete -2015-03-10 22:34:20 program INFO WAIT active send to complete -2015-03-10 22:34:20 program INFO WAIT active send to complete -2015-03-10 22:34:21 program INFO WAIT active send to complete -2015-03-10 22:34:21 program INFO WAIT active send to complete -2015-03-10 22:34:22 sendUrl INFO 87 [625] R:OK -2015-03-10 22:34:22 sendUrl INFO 83 [626] R:OK -2015-03-10 22:34:36 sendUrl INFO 83 [627] R:OK -2015-03-10 22:35:02 queue INFO >>83 [628] -2015-03-10 22:35:08 sendUrl INFO 83 [628] R:OK -2015-03-10 22:35:52 queue INFO >>83 [629] -2015-03-10 22:35:58 sendUrl INFO 83 [629] R:OK -2015-03-10 22:36:42 queue INFO >>83 [630] -2015-03-10 22:36:48 sendUrl INFO 83 [630] R:OK -2015-03-10 22:37:32 queue INFO >>83 [631] -2015-03-10 22:37:38 sendUrl INFO 83 [631] R:OK -2015-03-10 22:38:22 queue INFO >>83 [632] -2015-03-10 22:38:29 sendUrl INFO 83 [632] R:OK -2015-03-10 22:39:13 queue INFO >>83 [633] -2015-03-10 22:39:23 sendUrl INFO 83 [633] R:OK -2015-03-10 22:40:03 queue INFO >>83 [634] -2015-03-10 22:40:04 sendUrl INFO 83 [634] R:OK -2015-03-10 22:40:53 queue INFO >>83 [635] -2015-03-10 22:41:03 sendUrl INFO 83 [635] R:OK -2015-03-10 22:41:43 queue INFO >>83 [636] -2015-03-10 22:41:53 sendUrl INFO 83 [636] R:OK -2015-03-10 22:42:17 queue INFO 87 [637] -2015-03-10 22:42:17 queue INFO >87 [638] -2015-03-10 22:42:17 sendUrl INFO 87 [637] R:OK -2015-03-10 22:42:17 sendUrl INFO 87 [638] R:OK -2015-03-10 22:42:18 queue INFO 83 [639] -2015-03-10 22:42:18 queue INFO >83 [640] -2015-03-10 22:42:19 program INFO WAIT active send to complete -2015-03-10 22:42:19 program INFO WAIT active send to complete -2015-03-10 22:42:20 program INFO WAIT active send to complete -2015-03-10 22:42:20 program INFO WAIT active send to complete -2015-03-10 22:42:21 sendUrl INFO 83 [639] R:OK -2015-03-10 22:42:44 sendUrl INFO 83 [640] R:OK -2015-03-10 22:43:08 queue INFO >>83 [641] -2015-03-10 22:43:11 sendUrl INFO 83 [641] R:OK -2015-03-10 22:43:58 queue INFO >>83 [642] -2015-03-10 22:44:01 sendUrl INFO 83 [642] R:OK -2015-03-10 22:44:49 queue INFO >>83 [643] -2015-03-10 22:44:51 sendUrl INFO 83 [643] R:OK -2015-03-10 22:45:39 queue INFO >>83 [644] -2015-03-10 22:45:42 sendUrl INFO 83 [644] R:OK -2015-03-10 22:46:29 queue INFO >>83 [645] -2015-03-10 22:46:31 sendUrl INFO 83 [645] R:OK -2015-03-10 22:47:19 queue INFO >>83 [646] -2015-03-10 22:47:22 sendUrl INFO 83 [646] R:OK -2015-03-10 22:48:09 queue INFO >>83 [647] -2015-03-10 22:48:12 sendUrl INFO 83 [647] R:OK -2015-03-10 22:48:59 queue INFO >>83 [648] -2015-03-10 22:49:00 sendUrl INFO 83 [648] R:OK -2015-03-10 22:49:50 queue INFO >>83 [649] -2015-03-10 22:49:52 sendUrl INFO 83 [649] R:OK -2015-03-10 22:50:23 queue INFO C7 [650] -2015-03-10 22:50:23 queue INFO >C7 [651] -2015-03-10 22:50:24 program INFO WAIT active send to complete -2015-03-10 22:50:24 program INFO WAIT active send to complete -2015-03-10 22:50:25 queue INFO C3 [652] -2015-03-10 22:50:25 program INFO WAIT active send to complete -2015-03-10 22:50:25 queue INFO >C3 [653] -2015-03-10 22:50:25 program INFO WAIT active send to complete -2015-03-10 22:50:26 program INFO WAIT active send to complete -2015-03-10 22:50:26 program INFO WAIT active send to complete -2015-03-10 22:50:27 program INFO WAIT active send to complete -2015-03-10 22:50:27 program INFO WAIT active send to complete -2015-03-10 22:50:28 program INFO WAIT active send to complete -2015-03-10 22:50:28 program INFO WAIT active send to complete -2015-03-10 22:50:29 program INFO WAIT active send to complete -2015-03-10 22:50:29 sendUrl INFO C7 [650] R:OK -2015-03-10 22:50:30 program INFO WAIT active send to complete -2015-03-10 22:50:30 program INFO WAIT active send to complete -2015-03-10 22:50:31 program INFO WAIT active send to complete -2015-03-10 22:50:31 program INFO WAIT active send to complete -2015-03-10 22:50:32 program INFO WAIT active send to complete -2015-03-10 22:50:32 program INFO WAIT active send to complete -2015-03-10 22:50:33 program INFO WAIT active send to complete -2015-03-10 22:50:33 program INFO WAIT active send to complete -2015-03-10 22:50:34 program INFO WAIT active send to complete -2015-03-10 22:50:34 program INFO WAIT active send to complete -2015-03-10 22:50:35 program INFO WAIT active send to complete -2015-03-10 22:50:35 program INFO WAIT active send to complete -2015-03-10 22:50:36 program INFO WAIT active send to complete -2015-03-10 22:50:36 program INFO WAIT active send to complete -2015-03-10 22:50:37 program INFO WAIT active send to complete -2015-03-10 22:50:37 program INFO WAIT active send to complete -2015-03-10 22:50:38 program INFO WAIT active send to complete -2015-03-10 22:50:38 program INFO WAIT active send to complete -2015-03-10 22:50:39 program INFO WAIT active send to complete -2015-03-10 22:50:39 sendUrl INFO C7 [651] R:OK -2015-03-10 22:50:40 sendUrl INFO C3 [652] R:OK -2015-03-10 22:50:43 sendUrl INFO C3 [653] R:OK -2015-03-10 22:51:15 queue INFO >>C3 [654] -2015-03-10 22:51:15 sendUrl INFO C3 [654] R:OK -2015-03-10 22:52:05 queue INFO >>C3 [655] -2015-03-10 22:52:07 sendUrl INFO C3 [655] R:OK -2015-03-10 22:52:55 queue INFO >>C3 [656] -2015-03-10 22:52:57 sendUrl INFO C3 [656] R:OK -2015-03-10 22:53:45 queue INFO >>C3 [657] -2015-03-10 22:53:46 sendUrl INFO C3 [657] R:OK -2015-03-10 22:53:57 queue INFO C1 [658] -2015-03-10 22:53:58 queue INFO >C1 [659] -2015-03-10 22:53:58 program INFO WAIT active send to complete -2015-03-10 22:53:59 program INFO WAIT active send to complete -2015-03-10 22:53:59 program INFO WAIT active send to complete -2015-03-10 22:53:59 sendUrl INFO C1 [658] R:OK -2015-03-10 22:54:03 sendUrl INFO C1 [659] R:OK -2015-03-10 22:54:47 queue INFO >>C1 [660] -2015-03-10 22:54:50 sendUrl INFO C1 [660] R:OK -2015-03-10 22:55:38 queue INFO >>C1 [661] -2015-03-10 22:55:40 sendUrl INFO C1 [661] R:OK -2015-03-10 22:56:28 queue INFO >>C1 [662] -2015-03-10 22:56:29 sendUrl INFO C1 [662] R:OK -2015-03-10 22:57:18 queue INFO >>C1 [663] -2015-03-10 22:57:20 sendUrl INFO C1 [663] R:OK -2015-03-10 22:58:08 queue INFO >>C1 [664] -2015-03-10 22:58:09 sendUrl INFO C1 [664] R:OK -2015-03-10 22:58:29 queue INFO D9 [665] -2015-03-10 22:58:29 queue INFO >D9 [666] -2015-03-10 22:58:29 sendUrl INFO D9 [665] R:OK -2015-03-10 22:58:36 sendUrl INFO D9 [666] R:OK -2015-03-10 22:59:19 queue INFO >>D9 [667] -2015-03-10 22:59:27 sendUrl INFO D9 [667] R:OK -2015-03-10 23:00:09 queue INFO >>D9 [668] -2015-03-10 23:00:17 sendUrl INFO D9 [668] R:OK -2015-03-10 23:00:59 queue INFO >>D9 [669] -2015-03-10 23:01:07 sendUrl INFO D9 [669] R:OK -2015-03-10 23:01:50 queue INFO >>D9 [670] -2015-03-10 23:01:57 sendUrl INFO D9 [670] R:OK -2015-03-10 23:02:40 queue INFO >>D9 [671] -2015-03-10 23:02:42 sendUrl INFO D9 [671] R:OK -2015-03-10 23:03:30 queue INFO >>D9 [672] -2015-03-10 23:03:34 sendUrl INFO D9 [672] R:OK -2015-03-10 23:04:20 queue INFO >>D9 [673] -2015-03-10 23:04:22 queue INFO C9 [674] -2015-03-10 23:04:23 queue INFO >C9 [675] -2015-03-10 23:04:23 program INFO WAIT active send to complete -2015-03-10 23:04:23 program INFO WAIT active send to complete -2015-03-10 23:04:24 program INFO WAIT active send to complete -2015-03-10 23:04:24 sendUrl INFO D9 [673] R:OK -2015-03-10 23:04:25 program INFO WAIT active send to complete -2015-03-10 23:04:25 program INFO WAIT active send to complete -2015-03-10 23:04:26 program INFO WAIT active send to complete -2015-03-10 23:04:26 queue INFO C1 [676] -2015-03-10 23:04:26 program INFO WAIT active send to complete -2015-03-10 23:04:26 queue INFO >C1 [677] -2015-03-10 23:04:27 program INFO WAIT active send to complete -2015-03-10 23:04:27 program INFO WAIT active send to complete -2015-03-10 23:04:28 sendUrl INFO C9 [674] R:OK -2015-03-10 23:04:28 program INFO WAIT active send to complete -2015-03-10 23:04:29 program INFO WAIT active send to complete -2015-03-10 23:04:29 program INFO WAIT active send to complete -2015-03-10 23:04:30 program INFO WAIT active send to complete -2015-03-10 23:04:30 program INFO WAIT active send to complete -2015-03-10 23:04:31 queue INFO C3 [678] -2015-03-10 23:04:31 queue INFO >C3 [679] -2015-03-10 23:04:31 program INFO WAIT active send to complete -2015-03-10 23:04:31 program INFO WAIT active send to complete -2015-03-10 23:04:32 program INFO WAIT active send to complete -2015-03-10 23:04:32 program INFO WAIT active send to complete -2015-03-10 23:04:33 program INFO WAIT active send to complete -2015-03-10 23:04:33 program INFO WAIT active send to complete -2015-03-10 23:04:34 program INFO WAIT active send to complete -2015-03-10 23:04:34 program INFO WAIT active send to complete -2015-03-10 23:04:35 program INFO WAIT active send to complete -2015-03-10 23:04:35 program INFO WAIT active send to complete -2015-03-10 23:04:36 program INFO WAIT active send to complete -2015-03-10 23:04:36 program INFO WAIT active send to complete -2015-03-10 23:04:37 program INFO WAIT active send to complete -2015-03-10 23:04:37 program INFO WAIT active send to complete -2015-03-10 23:04:38 program INFO WAIT active send to complete -2015-03-10 23:04:38 program INFO WAIT active send to complete -2015-03-10 23:04:39 program INFO WAIT active send to complete -2015-03-10 23:04:40 program INFO WAIT active send to complete -2015-03-10 23:04:40 program INFO WAIT active send to complete -2015-03-10 23:04:41 program INFO WAIT active send to complete -2015-03-10 23:04:41 program INFO WAIT active send to complete -2015-03-10 23:04:42 sendUrl INFO C9 [675] R:OK -2015-03-10 23:04:42 program INFO WAIT active send to complete -2015-03-10 23:04:43 program INFO WAIT active send to complete -2015-03-10 23:04:43 program INFO WAIT active send to complete -2015-03-10 23:04:44 program INFO WAIT active send to complete -2015-03-10 23:04:44 program INFO WAIT active send to complete -2015-03-10 23:04:45 program INFO WAIT active send to complete -2015-03-10 23:04:45 program INFO WAIT active send to complete -2015-03-10 23:04:46 program INFO WAIT active send to complete -2015-03-10 23:04:46 program INFO WAIT active send to complete -2015-03-10 23:04:47 program INFO WAIT active send to complete -2015-03-10 23:04:47 program INFO WAIT active send to complete -2015-03-10 23:04:48 program INFO WAIT active send to complete -2015-03-10 23:04:48 program INFO WAIT active send to complete -2015-03-10 23:04:49 program INFO WAIT active send to complete -2015-03-10 23:04:49 program INFO WAIT active send to complete -2015-03-10 23:04:50 program INFO WAIT active send to complete -2015-03-10 23:04:50 program INFO WAIT active send to complete -2015-03-10 23:04:51 program INFO WAIT active send to complete -2015-03-10 23:04:51 program INFO WAIT active send to complete -2015-03-10 23:04:51 sendUrl INFO C1 [676] R:OK -2015-03-10 23:04:52 program INFO WAIT active send to complete -2015-03-10 23:04:53 program INFO WAIT active send to complete -2015-03-10 23:04:53 program INFO WAIT active send to complete -2015-03-10 23:04:53 queue INFO 83 [680] -2015-03-10 23:04:54 program INFO WAIT active send to complete -2015-03-10 23:04:54 queue INFO 87 [681] -2015-03-10 23:04:54 sendUrl INFO C1 [677] R:OK -2015-03-10 23:04:54 queue INFO >87 [682] -2015-03-10 23:04:55 program INFO WAIT active send to complete -2015-03-10 23:04:55 sendUrl INFO C3 [678] R:OK -2015-03-10 23:04:55 queue INFO 83 [683] -2015-03-10 23:04:55 queue INFO >83 [684] -2015-03-10 23:04:56 program INFO WAIT active send to complete -2015-03-10 23:04:56 program INFO WAIT active send to complete -2015-03-10 23:04:57 program INFO WAIT active send to complete -2015-03-10 23:04:57 program INFO WAIT active send to complete -2015-03-10 23:04:58 program INFO WAIT active send to complete -2015-03-10 23:04:58 program INFO WAIT active send to complete -2015-03-10 23:04:59 program INFO WAIT active send to complete -2015-03-10 23:04:59 program INFO WAIT active send to complete -2015-03-10 23:05:00 program INFO WAIT active send to complete -2015-03-10 23:05:00 sendUrl INFO C3 [679] R:OK -2015-03-10 23:05:01 program INFO WAIT active send to complete -2015-03-10 23:05:01 sendUrl INFO 83 [680] R:OK -2015-03-10 23:05:01 sendUrl INFO 87 [681] R:OK -2015-03-10 23:05:02 program INFO WAIT active send to complete -2015-03-10 23:05:02 sendUrl INFO 87 [682] R:OK -2015-03-10 23:05:03 program INFO WAIT active send to complete -2015-03-10 23:05:04 program INFO WAIT active send to complete -2015-03-10 23:05:04 program INFO WAIT active send to complete -2015-03-10 23:05:05 program INFO WAIT active send to complete -2015-03-10 23:05:05 program INFO WAIT active send to complete -2015-03-10 23:05:06 program INFO WAIT active send to complete -2015-03-10 23:05:06 program INFO WAIT active send to complete -2015-03-10 23:05:07 program INFO WAIT active send to complete -2015-03-10 23:05:07 program INFO WAIT active send to complete -2015-03-10 23:05:08 program INFO WAIT active send to complete -2015-03-10 23:05:08 program INFO WAIT active send to complete -2015-03-10 23:05:09 program INFO WAIT active send to complete -2015-03-10 23:05:09 program INFO WAIT active send to complete -2015-03-10 23:05:10 program INFO WAIT active send to complete -2015-03-10 23:05:10 program INFO WAIT active send to complete -2015-03-10 23:05:11 program INFO WAIT active send to complete -2015-03-10 23:05:11 program INFO WAIT active send to complete -2015-03-10 23:05:12 program INFO WAIT active send to complete -2015-03-10 23:05:12 program INFO WAIT active send to complete -2015-03-10 23:05:13 program INFO WAIT active send to complete -2015-03-10 23:05:13 program INFO WAIT active send to complete -2015-03-10 23:05:14 program INFO WAIT active send to complete -2015-03-10 23:05:14 program INFO WAIT active send to complete -2015-03-10 23:05:15 program INFO WAIT active send to complete -2015-03-10 23:05:15 program INFO WAIT active send to complete -2015-03-10 23:05:16 program INFO WAIT active send to complete -2015-03-10 23:05:16 program INFO WAIT active send to complete -2015-03-10 23:05:17 program INFO WAIT active send to complete -2015-03-10 23:05:17 program INFO WAIT active send to complete -2015-03-10 23:05:18 sendUrl INFO 83 [683] R:OK -2015-03-10 23:05:31 sendUrl INFO 83 [684] R:OK -2015-03-10 23:05:45 queue INFO >>83 [685] -2015-03-10 23:05:52 sendUrl INFO 83 [685] R:OK -2015-03-10 23:06:36 queue INFO >>83 [686] -2015-03-10 23:06:41 sendUrl INFO 83 [686] R:OK -2015-03-10 23:07:26 queue INFO >>83 [687] -2015-03-10 23:07:48 sendUrl INFO 83 [687] R:OK -2015-03-10 23:08:16 queue INFO >>83 [688] -2015-03-10 23:08:38 sendUrl INFO 83 [688] R:OK -2015-03-10 23:09:06 queue INFO >>83 [689] -2015-03-10 23:09:29 sendUrl INFO 83 [689] R:OK -2015-03-10 23:09:56 queue INFO >>83 [690] -2015-03-10 23:10:19 sendUrl INFO 83 [690] R:OK -2015-03-10 23:10:46 queue INFO >>83 [691] -2015-03-10 23:11:09 sendUrl INFO 83 [691] R:OK -2015-03-10 23:11:37 queue INFO >>83 [692] -2015-03-10 23:11:52 sendUrl INFO 83 [692] R:OK -2015-03-10 23:12:27 queue INFO >>83 [693] -2015-03-10 23:12:44 sendUrl INFO 83 [693] R:OK -2015-03-10 23:13:00 queue INFO 87 [694] -2015-03-10 23:13:01 queue INFO >87 [695] -2015-03-10 23:13:01 program INFO WAIT active send to complete -2015-03-10 23:13:02 program INFO WAIT active send to complete -2015-03-10 23:13:02 queue INFO 83 [696] -2015-03-10 23:13:02 program INFO WAIT active send to complete -2015-03-10 23:13:02 queue INFO >83 [697] -2015-03-10 23:13:03 program INFO WAIT active send to complete -2015-03-10 23:13:03 sendUrl INFO 87 [694] R:OK -2015-03-10 23:13:04 program INFO WAIT active send to complete -2015-03-10 23:13:04 program INFO WAIT active send to complete -2015-03-10 23:13:05 program INFO WAIT active send to complete -2015-03-10 23:13:05 program INFO WAIT active send to complete -2015-03-10 23:13:06 program INFO WAIT active send to complete -2015-03-10 23:13:06 program INFO WAIT active send to complete -2015-03-10 23:13:07 program INFO WAIT active send to complete -2015-03-10 23:13:07 program INFO WAIT active send to complete -2015-03-10 23:13:08 program INFO WAIT active send to complete -2015-03-10 23:13:08 program INFO WAIT active send to complete -2015-03-10 23:13:09 program INFO WAIT active send to complete -2015-03-10 23:13:09 program INFO WAIT active send to complete -2015-03-10 23:13:10 program INFO WAIT active send to complete -2015-03-10 23:13:10 program INFO WAIT active send to complete -2015-03-10 23:13:11 program INFO WAIT active send to complete -2015-03-10 23:13:11 program INFO WAIT active send to complete -2015-03-10 23:13:12 program INFO WAIT active send to complete -2015-03-10 23:13:12 program INFO WAIT active send to complete -2015-03-10 23:13:12 sendUrl INFO 87 [695] R:OK -2015-03-10 23:13:13 program INFO WAIT active send to complete -2015-03-10 23:13:14 program INFO WAIT active send to complete -2015-03-10 23:13:14 program INFO WAIT active send to complete -2015-03-10 23:13:15 program INFO WAIT active send to complete -2015-03-10 23:13:15 program INFO WAIT active send to complete -2015-03-10 23:13:16 program INFO WAIT active send to complete -2015-03-10 23:13:16 program INFO WAIT active send to complete -2015-03-10 23:13:17 sendUrl INFO 83 [696] R:OK -2015-03-10 23:13:34 sendUrl INFO 83 [697] R:OK -2015-03-10 23:13:52 queue INFO >>83 [698] -2015-03-10 23:13:53 sendUrl INFO 83 [698] R:OK -2015-03-10 23:14:42 queue INFO >>83 [699] -2015-03-10 23:14:43 sendUrl INFO 83 [699] R:OK -2015-03-10 23:15:32 queue INFO >>83 [700] -2015-03-10 23:15:33 sendUrl INFO 83 [700] R:OK -2015-03-10 23:16:23 queue INFO >>83 [701] -2015-03-10 23:16:23 sendUrl INFO 83 [701] R:OK -2015-03-10 23:17:13 queue INFO >>83 [702] -2015-03-10 23:17:13 sendUrl INFO 83 [702] R:OK -2015-03-10 23:18:03 queue INFO >>83 [703] -2015-03-10 23:18:03 sendUrl INFO 83 [703] R:OK -2015-03-10 23:18:53 queue INFO >>83 [704] -2015-03-10 23:18:54 sendUrl INFO 83 [704] R:OK -2015-03-10 23:19:43 queue INFO >>83 [705] -2015-03-10 23:19:43 sendUrl INFO 83 [705] R:OK -2015-03-10 23:20:33 queue INFO >>83 [706] -2015-03-10 23:20:34 sendUrl INFO 83 [706] R:OK -2015-03-10 23:21:07 queue INFO 87 [707] -2015-03-10 23:21:07 queue INFO >87 [708] -2015-03-10 23:21:07 sendUrl INFO 87 [707] R:OK -2015-03-10 23:21:08 sendUrl INFO 87 [708] R:OK -2015-03-10 23:21:08 queue INFO 83 [709] -2015-03-10 23:21:09 queue INFO >83 [710] -2015-03-10 23:21:09 sendUrl INFO 83 [709] R:OK -2015-03-10 23:21:09 sendUrl INFO 83 [710] R:OK -2015-03-10 23:21:59 queue INFO >>83 [711] -2015-03-10 23:21:59 sendUrl INFO 83 [711] R:OK -2015-03-10 23:22:49 queue INFO >>83 [712] -2015-03-10 23:22:49 sendUrl INFO 83 [712] R:OK -2015-03-10 23:23:39 queue INFO >>83 [713] -2015-03-10 23:23:39 sendUrl INFO 83 [713] R:OK -2015-03-10 23:24:29 queue INFO >>83 [714] -2015-03-10 23:24:29 sendUrl INFO 83 [714] R:OK -2015-03-10 23:25:19 queue INFO >>83 [715] -2015-03-10 23:25:20 sendUrl INFO 83 [715] R:OK -2015-03-10 23:26:09 queue INFO >>83 [716] -2015-03-10 23:26:10 sendUrl INFO 83 [716] R:OK -2015-03-10 23:27:00 queue INFO >>83 [717] -2015-03-10 23:27:00 sendUrl INFO 83 [717] R:OK -2015-03-10 23:27:50 queue INFO >>83 [718] -2015-03-10 23:27:50 sendUrl INFO 83 [718] R:OK -2015-03-10 23:28:40 queue INFO >>83 [719] -2015-03-10 23:28:40 sendUrl INFO 83 [719] R:OK -2015-03-10 23:29:13 queue INFO 87 [720] -2015-03-10 23:29:13 queue INFO >87 [721] -2015-03-10 23:29:14 sendUrl INFO 87 [720] R:OK -2015-03-10 23:29:14 sendUrl INFO 87 [721] R:OK -2015-03-10 23:29:15 queue INFO 83 [722] -2015-03-10 23:29:15 queue INFO >83 [723] -2015-03-10 23:29:15 sendUrl INFO 83 [722] R:OK -2015-03-10 23:29:16 sendUrl INFO 83 [723] R:OK -2015-03-10 23:30:05 queue INFO >>83 [724] -2015-03-10 23:30:05 sendUrl INFO 83 [724] R:OK -2015-03-10 23:30:55 queue INFO >>83 [725] -2015-03-10 23:30:55 sendUrl INFO 83 [725] R:OK -2015-03-10 23:31:45 queue INFO >>83 [726] -2015-03-10 23:31:46 sendUrl INFO 83 [726] R:OK -2015-03-10 23:32:35 queue INFO >>83 [727] -2015-03-10 23:32:36 sendUrl INFO 83 [727] R:OK -2015-03-10 23:33:26 queue INFO >>83 [728] -2015-03-10 23:33:26 sendUrl INFO 83 [728] R:OK -2015-03-10 23:34:16 queue INFO >>83 [729] -2015-03-10 23:34:16 sendUrl INFO 83 [729] R:OK -2015-03-10 23:35:06 queue INFO >>83 [730] -2015-03-10 23:35:06 sendUrl INFO 83 [730] R:OK -2015-03-10 23:35:56 queue INFO >>83 [731] -2015-03-10 23:35:56 sendUrl INFO 83 [731] R:OK -2015-03-10 23:36:46 queue INFO >>83 [732] -2015-03-10 23:36:47 sendUrl INFO 83 [732] R:OK -2015-03-10 23:37:20 queue INFO C7 [733] -2015-03-10 23:37:20 queue INFO >C7 [734] -2015-03-10 23:37:20 sendUrl INFO C7 [733] R:OK -2015-03-10 23:37:20 sendUrl INFO C7 [734] R:OK -2015-03-10 23:37:21 queue INFO C3 [735] -2015-03-10 23:37:21 sendUrl INFO C3 [735] R:OK -2015-03-10 23:37:21 queue INFO >C3 [736] -2015-03-10 23:37:22 sendUrl INFO C3 [736] R:OK -2015-03-10 23:38:11 queue INFO >>C3 [737] -2015-03-10 23:38:12 sendUrl INFO C3 [737] R:OK -2015-03-10 23:39:02 queue INFO >>C3 [738] -2015-03-10 23:39:02 sendUrl INFO C3 [738] R:OK -2015-03-10 23:39:52 queue INFO >>C3 [739] -2015-03-10 23:39:52 sendUrl INFO C3 [739] R:OK -2015-03-10 23:40:42 queue INFO >>C3 [740] -2015-03-10 23:40:42 sendUrl INFO C3 [740] R:OK -2015-03-10 23:41:32 queue INFO >>C3 [741] -2015-03-10 23:41:33 sendUrl INFO C3 [741] R:OK -2015-03-10 23:42:22 queue INFO >>C3 [742] -2015-03-10 23:42:22 sendUrl INFO C3 [742] R:OK -2015-03-10 23:43:12 queue INFO >>C3 [743] -2015-03-10 23:43:13 sendUrl INFO C3 [743] R:OK -2015-03-10 23:44:02 queue INFO >>C3 [744] -2015-03-10 23:44:03 sendUrl INFO C3 [744] R:OK -2015-03-10 23:44:53 queue INFO >>C3 [745] -2015-03-10 23:44:53 sendUrl INFO C3 [745] R:OK -2015-03-10 23:45:26 queue INFO 83 [746] -2015-03-10 23:45:26 queue INFO 87 [747] -2015-03-10 23:45:26 queue INFO >87 [748] -2015-03-10 23:45:27 program INFO WAIT active send to complete -2015-03-10 23:45:27 program INFO WAIT active send to complete -2015-03-10 23:45:28 program INFO WAIT active send to complete -2015-03-10 23:45:28 queue INFO 83 [749] -2015-03-10 23:45:28 queue INFO >83 [750] -2015-03-10 23:45:28 program INFO WAIT active send to complete -2015-03-10 23:45:29 program INFO WAIT active send to complete -2015-03-10 23:45:29 program INFO WAIT active send to complete -2015-03-10 23:45:30 program INFO WAIT active send to complete -2015-03-10 23:45:30 program INFO WAIT active send to complete -2015-03-10 23:45:30 sendUrl INFO 83 [746] R:OK -2015-03-10 23:45:31 program INFO WAIT active send to complete -2015-03-10 23:45:32 program INFO WAIT active send to complete -2015-03-10 23:45:32 program INFO WAIT active send to complete -2015-03-10 23:45:33 program INFO WAIT active send to complete -2015-03-10 23:45:33 program INFO WAIT active send to complete -2015-03-10 23:45:34 program INFO WAIT active send to complete -2015-03-10 23:45:34 program INFO WAIT active send to complete -2015-03-10 23:45:35 program INFO WAIT active send to complete -2015-03-10 23:45:35 program INFO WAIT active send to complete -2015-03-10 23:45:36 program INFO WAIT active send to complete -2015-03-10 23:45:36 program INFO WAIT active send to complete -2015-03-10 23:45:37 program INFO WAIT active send to complete -2015-03-10 23:45:37 program INFO WAIT active send to complete -2015-03-10 23:45:38 program INFO WAIT active send to complete -2015-03-10 23:45:38 program INFO WAIT active send to complete -2015-03-10 23:45:39 program INFO WAIT active send to complete -2015-03-10 23:45:39 sendUrl INFO 87 [747] R:OK -2015-03-10 23:45:40 program INFO WAIT active send to complete -2015-03-10 23:45:40 program INFO WAIT active send to complete -2015-03-10 23:45:41 program INFO WAIT active send to complete -2015-03-10 23:45:41 program INFO WAIT active send to complete -2015-03-10 23:45:42 program INFO WAIT active send to complete -2015-03-10 23:45:42 program INFO WAIT active send to complete -2015-03-10 23:45:43 program INFO WAIT active send to complete -2015-03-10 23:45:43 program INFO WAIT active send to complete -2015-03-10 23:45:44 program INFO WAIT active send to complete -2015-03-10 23:45:44 program INFO WAIT active send to complete -2015-03-10 23:45:45 program INFO WAIT active send to complete -2015-03-10 23:45:45 program INFO WAIT active send to complete -2015-03-10 23:45:46 program INFO WAIT active send to complete -2015-03-10 23:45:46 program INFO WAIT active send to complete -2015-03-10 23:45:47 program INFO WAIT active send to complete -2015-03-10 23:45:47 program INFO WAIT active send to complete -2015-03-10 23:45:48 program INFO WAIT active send to complete -2015-03-10 23:45:48 program INFO WAIT active send to complete -2015-03-10 23:45:49 sendUrl INFO 87 [748] R:OK -2015-03-10 23:45:49 program INFO WAIT active send to complete -2015-03-10 23:45:50 program INFO WAIT active send to complete -2015-03-10 23:45:50 program INFO WAIT active send to complete -2015-03-10 23:45:51 program INFO WAIT active send to complete -2015-03-10 23:45:51 program INFO WAIT active send to complete -2015-03-10 23:45:52 program INFO WAIT active send to complete -2015-03-10 23:45:52 sendUrl INFO 83 [749] R:OK -2015-03-10 23:45:58 sendUrl INFO 83 [750] R:OK -2015-03-10 23:46:18 queue INFO >>83 [751] -2015-03-10 23:46:20 sendUrl INFO 83 [751] R:OK -2015-03-10 23:47:08 queue INFO >>83 [752] -2015-03-10 23:47:08 sendUrl INFO 83 [752] R:OK -2015-03-10 23:47:58 queue INFO >>83 [753] -2015-03-10 23:48:05 sendUrl INFO 83 [753] R:OK -2015-03-10 23:48:48 queue INFO >>83 [754] -2015-03-10 23:48:55 sendUrl INFO 83 [754] R:OK -2015-03-10 23:49:38 queue INFO >>83 [755] -2015-03-10 23:49:39 sendUrl INFO 83 [755] R:OK -2015-03-10 23:50:29 queue INFO >>83 [756] -2015-03-10 23:50:35 sendUrl INFO 83 [756] R:OK -2015-03-10 23:51:19 queue INFO >>83 [757] -2015-03-10 23:51:26 sendUrl INFO 83 [757] R:OK -2015-03-10 23:52:09 queue INFO >>83 [758] -2015-03-10 23:52:16 sendUrl INFO 83 [758] R:OK -2015-03-10 23:52:59 queue INFO >>83 [759] -2015-03-10 23:53:06 sendUrl INFO 83 [759] R:OK -2015-03-10 23:53:33 queue INFO 87 [760] -2015-03-10 23:53:33 queue INFO >87 [761] -2015-03-10 23:53:34 program INFO WAIT active send to complete -2015-03-10 23:53:34 program INFO WAIT active send to complete -2015-03-10 23:53:35 queue INFO 83 [762] -2015-03-10 23:53:35 queue INFO >83 [763] -2015-03-10 23:53:35 program INFO WAIT active send to complete -2015-03-10 23:53:35 program INFO WAIT active send to complete -2015-03-10 23:53:36 program INFO WAIT active send to complete -2015-03-10 23:53:36 program INFO WAIT active send to complete -2015-03-10 23:53:37 program INFO WAIT active send to complete -2015-03-10 23:53:37 program INFO WAIT active send to complete -2015-03-10 23:53:38 program INFO WAIT active send to complete -2015-03-10 23:53:38 program INFO WAIT active send to complete -2015-03-10 23:53:39 program INFO WAIT active send to complete -2015-03-10 23:53:39 program INFO WAIT active send to complete -2015-03-10 23:53:40 program INFO WAIT active send to complete -2015-03-10 23:53:40 program INFO WAIT active send to complete -2015-03-10 23:53:41 program INFO WAIT active send to complete -2015-03-10 23:53:41 program INFO WAIT active send to complete -2015-03-10 23:53:42 program INFO WAIT active send to complete -2015-03-10 23:53:42 program INFO WAIT active send to complete -2015-03-10 23:53:43 program INFO WAIT active send to complete -2015-03-10 23:53:44 program INFO WAIT active send to complete -2015-03-10 23:53:44 program INFO WAIT active send to complete -2015-03-10 23:53:45 program INFO WAIT active send to complete -2015-03-10 23:53:45 program INFO WAIT active send to complete -2015-03-10 23:53:46 program INFO WAIT active send to complete -2015-03-10 23:53:46 program INFO WAIT active send to complete -2015-03-10 23:53:47 program INFO WAIT active send to complete -2015-03-10 23:53:47 sendUrl INFO 87 [760] R:OK -2015-03-10 23:53:48 program INFO WAIT active send to complete -2015-03-10 23:53:48 program INFO WAIT active send to complete -2015-03-10 23:53:48 sendUrl INFO 87 [761] R:OK -2015-03-10 23:53:49 sendUrl INFO 83 [762] R:OK -2015-03-10 23:53:50 sendUrl INFO 83 [763] R:OK -2015-03-10 23:54:25 queue INFO >>83 [764] -2015-03-10 23:54:37 sendUrl INFO 83 [764] R:OK -2015-03-10 23:55:15 queue INFO >>83 [765] -2015-03-10 23:55:27 sendUrl INFO 83 [765] R:OK -2015-03-10 23:56:05 queue INFO >>83 [766] -2015-03-10 23:56:06 sendUrl INFO 83 [766] R:OK -2015-03-10 23:56:55 queue INFO >>83 [767] -2015-03-10 23:56:58 sendUrl INFO 83 [767] R:OK -2015-03-10 23:57:45 queue INFO >>83 [768] -2015-03-10 23:57:48 sendUrl INFO 83 [768] R:OK -2015-03-10 23:58:36 queue INFO >>83 [769] -2015-03-10 23:58:36 sendUrl INFO 83 [769] R:OK -2015-03-10 23:59:26 queue INFO >>83 [770] -2015-03-10 23:59:38 sendUrl INFO 83 [770] R:OK -2015-03-11 00:00:16 queue INFO >>83 [771] -2015-03-11 00:00:28 sendUrl INFO 83 [771] R:OK -2015-03-11 00:01:06 queue INFO >>83 [772] -2015-03-11 00:01:12 sendUrl INFO 83 [772] R:OK -2015-03-11 00:01:40 queue INFO 87 [773] -2015-03-11 00:01:40 queue INFO >87 [774] -2015-03-11 00:01:40 program INFO WAIT active send to complete -2015-03-11 00:01:41 program INFO WAIT active send to complete -2015-03-11 00:01:41 queue INFO 83 [775] -2015-03-11 00:01:41 program INFO WAIT active send to complete -2015-03-11 00:01:41 queue INFO >83 [776] -2015-03-11 00:01:42 sendUrl INFO 87 [773] R:OK -2015-03-11 00:01:42 program INFO WAIT active send to complete -2015-03-11 00:01:43 program INFO WAIT active send to complete -2015-03-11 00:01:43 program INFO WAIT active send to complete -2015-03-11 00:01:44 program INFO WAIT active send to complete -2015-03-11 00:01:44 program INFO WAIT active send to complete -2015-03-11 00:01:45 program INFO WAIT active send to complete -2015-03-11 00:01:45 program INFO WAIT active send to complete -2015-03-11 00:01:45 sendUrl INFO 87 [774] R:OK -2015-03-11 00:01:46 program INFO WAIT active send to complete -2015-03-11 00:01:47 program INFO WAIT active send to complete -2015-03-11 00:01:47 program INFO WAIT active send to complete -2015-03-11 00:01:48 program INFO WAIT active send to complete -2015-03-11 00:01:48 program INFO WAIT active send to complete -2015-03-11 00:01:49 program INFO WAIT active send to complete -2015-03-11 00:01:49 program INFO WAIT active send to complete -2015-03-11 00:01:50 program INFO WAIT active send to complete -2015-03-11 00:01:50 program INFO WAIT active send to complete -2015-03-11 00:01:51 program INFO WAIT active send to complete -2015-03-11 00:01:51 program INFO WAIT active send to complete -2015-03-11 00:01:52 program INFO WAIT active send to complete -2015-03-11 00:01:52 program INFO WAIT active send to complete -2015-03-11 00:01:53 program INFO WAIT active send to complete -2015-03-11 00:01:53 program INFO WAIT active send to complete -2015-03-11 00:01:54 program INFO WAIT active send to complete -2015-03-11 00:01:54 program INFO WAIT active send to complete -2015-03-11 00:01:55 program INFO WAIT active send to complete -2015-03-11 00:01:55 program INFO WAIT active send to complete -2015-03-11 00:01:56 program INFO WAIT active send to complete -2015-03-11 00:01:56 program INFO WAIT active send to complete -2015-03-11 00:01:57 program INFO WAIT active send to complete -2015-03-11 00:01:57 program INFO WAIT active send to complete -2015-03-11 00:01:58 program INFO WAIT active send to complete -2015-03-11 00:01:58 program INFO WAIT active send to complete -2015-03-11 00:01:59 program INFO WAIT active send to complete -2015-03-11 00:01:59 program INFO WAIT active send to complete -2015-03-11 00:02:00 program INFO WAIT active send to complete -2015-03-11 00:02:00 program INFO WAIT active send to complete -2015-03-11 00:02:01 program INFO WAIT active send to complete -2015-03-11 00:02:01 program INFO WAIT active send to complete -2015-03-11 00:02:02 program INFO WAIT active send to complete -2015-03-11 00:02:02 program INFO WAIT active send to complete -2015-03-11 00:02:03 sendUrl INFO 83 [775] R:OK -2015-03-11 00:02:08 sendUrl INFO 83 [776] R:OK -2015-03-11 00:02:31 queue INFO >>83 [777] -2015-03-11 00:02:35 sendUrl INFO 83 [777] R:OK -2015-03-11 00:03:21 queue INFO >>83 [778] -2015-03-11 00:03:23 sendUrl INFO 83 [778] R: -2015-03-11 00:04:12 queue INFO >>83 [779] -2015-03-11 00:04:12 sendUrl INFO 83 [779] R: -2015-03-11 00:05:02 queue INFO >>83 [780] -2015-03-11 00:05:02 sendUrl INFO 83 [780] R: -2015-03-11 00:05:52 queue INFO >>83 [781] -2015-03-11 00:05:52 program ERROR IOB offline -2015-03-11 00:05:53 program INFO IOB ONLINE! -2015-03-11 00:05:53 sendUrl INFO 83 [781] R: -2015-03-11 00:06:42 queue INFO >>83 [782] -2015-03-11 00:06:42 sendUrl INFO 83 [782] R: -2015-03-11 00:07:32 queue INFO >>83 [783] -2015-03-11 00:07:33 sendUrl INFO 83 [783] R: -2015-03-11 00:08:22 queue INFO >>83 [784] -2015-03-11 00:08:22 program ERROR IOB offline -2015-03-11 00:08:23 program INFO IOB ONLINE! -2015-03-11 00:08:23 sendUrl INFO 83 [784] R: -2015-03-11 00:09:13 queue INFO >>83 [785] -2015-03-11 00:09:13 sendUrl INFO 83 [785] R: -2015-03-11 00:09:46 queue INFO 87 [786] -2015-03-11 00:09:46 queue INFO >87 [787] -2015-03-11 00:09:46 program ERROR IOB offline -2015-03-11 00:09:47 program INFO IOB ONLINE! -2015-03-11 00:09:47 sendUrl INFO 87 [786] R: -2015-03-11 00:09:48 program ERROR IOB offline -2015-03-11 00:09:48 queue INFO 83 [788] -2015-03-11 00:09:48 queue INFO >83 [789] -2015-03-11 00:09:48 program INFO IOB ONLINE! -2015-03-11 00:09:48 sendUrl INFO 87 [787] R: -2015-03-11 00:09:49 program ERROR IOB offline -2015-03-11 00:09:49 program INFO IOB ONLINE! -2015-03-11 00:09:49 sendUrl INFO 83 [788] R: -2015-03-11 00:09:50 program ERROR IOB offline -2015-03-11 00:09:50 program INFO IOB ONLINE! -2015-03-11 00:09:50 sendUrl INFO 83 [789] R: -2015-03-11 00:10:38 queue INFO >>83 [790] -2015-03-11 00:10:38 program ERROR IOB offline -2015-03-11 00:10:38 program INFO IOB ONLINE! -2015-03-11 00:10:38 sendUrl INFO 83 [790] R: -2015-03-11 00:11:28 queue INFO >>83 [791] -2015-03-11 00:11:28 program ERROR IOB offline -2015-03-11 00:11:29 program INFO IOB ONLINE! -2015-03-11 00:11:29 sendUrl INFO 83 [791] R: -2015-03-11 00:12:18 queue INFO >>83 [792] -2015-03-11 00:12:19 program ERROR IOB offline -2015-03-11 00:12:19 program INFO IOB ONLINE! -2015-03-11 00:12:19 sendUrl INFO 83 [792] R: -2015-03-11 00:13:08 queue INFO >>83 [793] -2015-03-11 00:13:08 program ERROR IOB offline -2015-03-11 00:13:09 program INFO IOB ONLINE! -2015-03-11 00:13:09 sendUrl INFO 83 [793] R: -2015-03-11 00:13:58 queue INFO >>83 [794] -2015-03-11 00:13:59 program ERROR IOB offline -2015-03-11 00:13:59 program INFO IOB ONLINE! -2015-03-11 00:13:59 sendUrl INFO 83 [794] R: -2015-03-11 00:14:49 queue INFO >>83 [795] -2015-03-11 00:14:49 program ERROR IOB offline -2015-03-11 00:14:50 program INFO IOB ONLINE! -2015-03-11 00:14:50 sendUrl INFO 83 [795] R: -2015-03-11 00:15:39 queue INFO >>83 [796] -2015-03-11 00:15:39 program ERROR IOB offline -2015-03-11 00:15:39 program INFO IOB ONLINE! -2015-03-11 00:15:39 sendUrl INFO 83 [796] R: -2015-03-11 00:16:29 queue INFO >>83 [797] -2015-03-11 00:16:29 program ERROR IOB offline -2015-03-11 00:16:30 program INFO IOB ONLINE! -2015-03-11 00:16:30 sendUrl INFO 83 [797] R: -2015-03-11 00:17:19 queue INFO >>83 [798] -2015-03-11 00:17:19 program ERROR IOB offline -2015-03-11 00:17:20 program INFO IOB ONLINE! -2015-03-11 00:17:20 sendUrl INFO 83 [798] R: -2015-03-11 00:17:52 queue INFO 87 [799] -2015-03-11 00:17:53 queue INFO >87 [800] -2015-03-11 00:17:53 program ERROR IOB offline -2015-03-11 00:17:53 program INFO IOB ONLINE! -2015-03-11 00:17:53 sendUrl INFO 87 [799] R: -2015-03-11 00:17:54 program ERROR IOB offline -2015-03-11 00:17:54 queue INFO 83 [801] -2015-03-11 00:17:54 program INFO IOB ONLINE! -2015-03-11 00:17:54 queue INFO >83 [802] -2015-03-11 00:17:54 sendUrl INFO 87 [800] R: -2015-03-11 00:17:55 program ERROR IOB offline -2015-03-11 00:17:55 program INFO IOB ONLINE! -2015-03-11 00:17:55 sendUrl INFO 83 [801] R: -2015-03-11 00:17:56 program ERROR IOB offline -2015-03-11 00:17:56 program INFO IOB ONLINE! -2015-03-11 00:17:56 sendUrl INFO 83 [802] R: -2015-03-11 00:18:44 queue INFO >>83 [803] -2015-03-11 00:18:45 program ERROR IOB offline -2015-03-11 00:18:45 program INFO IOB ONLINE! -2015-03-11 00:18:45 sendUrl INFO 83 [803] R: -2015-03-11 00:19:34 queue INFO >>83 [804] -2015-03-11 00:19:34 program ERROR IOB offline -2015-03-11 00:19:35 program INFO IOB ONLINE! -2015-03-11 00:19:35 sendUrl INFO 83 [804] R: -2015-03-11 00:20:24 queue INFO >>83 [805] -2015-03-11 00:20:25 program ERROR IOB offline -2015-03-11 00:20:25 program INFO IOB ONLINE! -2015-03-11 00:20:25 sendUrl INFO 83 [805] R: -2015-03-11 00:21:15 queue INFO >>83 [806] -2015-03-11 00:21:15 program ERROR IOB offline -2015-03-11 00:21:16 program INFO IOB ONLINE! -2015-03-11 00:21:16 sendUrl INFO 83 [806] R: -2015-03-11 00:22:05 queue INFO >>83 [807] -2015-03-11 00:22:05 program ERROR IOB offline -2015-03-11 00:22:05 program INFO IOB ONLINE! -2015-03-11 00:22:05 sendUrl INFO 83 [807] R: -2015-03-11 00:22:55 queue INFO >>83 [808] -2015-03-11 00:22:55 program ERROR IOB offline -2015-03-11 00:22:56 program INFO IOB ONLINE! -2015-03-11 00:22:56 sendUrl INFO 83 [808] R: -2015-03-11 00:23:45 queue INFO >>83 [809] -2015-03-11 00:23:45 program ERROR IOB offline -2015-03-11 00:23:46 program INFO IOB ONLINE! -2015-03-11 00:23:46 sendUrl INFO 83 [809] R: -2015-03-11 00:24:35 queue INFO >>83 [810] -2015-03-11 00:24:35 program ERROR IOB offline -2015-03-11 00:24:36 program INFO IOB ONLINE! -2015-03-11 00:24:36 sendUrl INFO 83 [810] R: -2015-03-11 00:25:25 queue INFO >>83 [811] -2015-03-11 00:25:26 program ERROR IOB offline -2015-03-11 00:25:26 program INFO IOB ONLINE! -2015-03-11 00:25:26 sendUrl INFO 83 [811] R: -2015-03-11 00:25:59 queue INFO C7 [812] -2015-03-11 00:25:59 queue INFO >C7 [813] -2015-03-11 00:26:00 program ERROR IOB offline -2015-03-11 00:26:01 program INFO IOB ONLINE! -2015-03-11 00:26:01 sendUrl INFO C7 [812] R: -2015-03-11 00:26:01 queue INFO C3 [814] -2015-03-11 00:26:01 queue INFO >C3 [815] -2015-03-11 00:26:01 program ERROR IOB offline -2015-03-11 00:26:02 program INFO IOB ONLINE! -2015-03-11 00:26:02 sendUrl INFO C7 [813] R: -2015-03-11 00:26:02 program ERROR IOB offline -2015-03-11 00:26:03 program INFO IOB ONLINE! -2015-03-11 00:26:03 sendUrl INFO C3 [814] R: -2015-03-11 00:26:03 program ERROR IOB offline -2015-03-11 00:26:04 program INFO IOB ONLINE! -2015-03-11 00:26:04 sendUrl INFO C3 [815] R: -2015-03-11 00:26:51 queue INFO >>C3 [816] -2015-03-11 00:26:51 program ERROR IOB offline -2015-03-11 00:26:51 program INFO IOB ONLINE! -2015-03-11 00:26:51 sendUrl INFO C3 [816] R: -2015-03-11 00:27:41 queue INFO >>C3 [817] -2015-03-11 00:27:41 program ERROR IOB offline -2015-03-11 00:27:42 program INFO IOB ONLINE! -2015-03-11 00:27:42 sendUrl INFO C3 [817] R: -2015-03-11 00:28:31 queue INFO >>C3 [818] -2015-03-11 00:28:32 program ERROR IOB offline -2015-03-11 00:28:32 program INFO IOB ONLINE! -2015-03-11 00:28:32 sendUrl INFO C3 [818] R: -2015-03-11 00:29:21 queue INFO >>C3 [819] -2015-03-11 00:29:21 program ERROR IOB offline -2015-03-11 00:29:22 program INFO IOB ONLINE! -2015-03-11 00:29:22 sendUrl INFO C3 [819] R: -2015-03-11 00:30:11 queue INFO >>C3 [820] -2015-03-11 00:30:12 program ERROR IOB offline -2015-03-11 00:30:12 program INFO IOB ONLINE! -2015-03-11 00:30:12 sendUrl INFO C3 [820] R: -2015-03-11 00:31:02 queue INFO >>C3 [821] -2015-03-11 00:31:02 program ERROR IOB offline -2015-03-11 00:31:03 program INFO IOB ONLINE! -2015-03-11 00:31:03 sendUrl INFO C3 [821] R: -2015-03-11 00:31:52 queue INFO >>C3 [822] -2015-03-11 00:31:52 program ERROR IOB offline -2015-03-11 00:31:52 program INFO IOB ONLINE! -2015-03-11 00:31:52 sendUrl INFO C3 [822] R: -2015-03-11 00:32:42 queue INFO >>C3 [823] -2015-03-11 00:32:42 program ERROR IOB offline -2015-03-11 00:32:43 program INFO IOB ONLINE! -2015-03-11 00:32:43 sendUrl INFO C3 [823] R: -2015-03-11 00:33:32 queue INFO >>C3 [824] -2015-03-11 00:33:32 program ERROR IOB offline -2015-03-11 00:33:33 program INFO IOB ONLINE! -2015-03-11 00:33:33 sendUrl INFO C3 [824] R: -2015-03-11 00:34:05 queue INFO 83 [825] -2015-03-11 00:34:05 queue INFO 87 [826] -2015-03-11 00:34:06 queue INFO >87 [827] -2015-03-11 00:34:06 program ERROR IOB offline -2015-03-11 00:34:06 program INFO IOB ONLINE! -2015-03-11 00:34:06 sendUrl INFO 83 [825] R: -2015-03-11 00:34:07 program ERROR IOB offline -2015-03-11 00:34:07 queue INFO 83 [828] -2015-03-11 00:34:07 queue INFO >83 [829] -2015-03-11 00:34:07 program INFO IOB ONLINE! -2015-03-11 00:34:07 sendUrl INFO 87 [826] R: -2015-03-11 00:34:08 sendUrl INFO 87 [827] R: -2015-03-11 00:34:08 sendUrl INFO 83 [828] R: -2015-03-11 00:34:09 sendUrl INFO 83 [829] R: -2015-03-11 00:34:57 queue INFO >>83 [830] -2015-03-11 00:34:58 program ERROR IOB offline -2015-03-11 00:34:59 program INFO IOB ONLINE! -2015-03-11 00:34:59 sendUrl INFO 83 [830] R: -2015-03-11 00:35:47 queue INFO >>83 [831] -2015-03-11 00:35:47 program ERROR IOB offline -2015-03-11 00:35:48 program INFO IOB ONLINE! -2015-03-11 00:35:49 sendUrl INFO 83 [831] R: -2015-03-11 00:36:37 queue INFO >>83 [832] -2015-03-11 00:36:38 program ERROR IOB offline -2015-03-11 00:36:39 program INFO IOB ONLINE! -2015-03-11 00:36:39 sendUrl INFO 83 [832] R: -2015-03-11 00:37:28 queue INFO >>83 [833] -2015-03-11 00:37:28 program ERROR IOB offline -2015-03-11 00:37:29 program INFO IOB ONLINE! -2015-03-11 00:37:29 sendUrl INFO 83 [833] R: -2015-03-11 00:38:18 queue INFO >>83 [834] -2015-03-11 00:38:18 program ERROR IOB offline -2015-03-11 00:38:19 program INFO IOB ONLINE! -2015-03-11 00:38:19 sendUrl INFO 83 [834] R: -2015-03-11 00:38:49 queue INFO 81 [835] -2015-03-11 00:38:49 queue INFO >81 [836] -2015-03-11 00:38:50 program ERROR IOB offline -2015-03-11 00:38:50 program INFO IOB ONLINE! -2015-03-11 00:38:50 sendUrl INFO 81 [835] R: -2015-03-11 00:38:51 program ERROR IOB offline -2015-03-11 00:38:51 program INFO IOB ONLINE! -2015-03-11 00:38:51 sendUrl INFO 81 [836] R: -2015-03-11 00:39:03 queue INFO 83 [837] -2015-03-11 00:39:03 program ERROR IOB offline -2015-03-11 00:39:03 queue INFO >83 [838] -2015-03-11 00:39:05 program INFO IOB ONLINE! -2015-03-11 00:39:05 sendUrl INFO 83 [837] R: -2015-03-11 00:39:05 program ERROR IOB offline -2015-03-11 00:39:06 program INFO IOB ONLINE! -2015-03-11 00:39:06 sendUrl INFO 83 [838] R: -2015-03-11 00:39:53 queue INFO >>83 [839] -2015-03-11 00:39:54 program ERROR IOB offline -2015-03-11 00:39:55 program INFO IOB ONLINE! -2015-03-11 00:39:55 sendUrl INFO 83 [839] R: -2015-03-11 00:40:44 queue INFO >>83 [840] -2015-03-11 00:40:44 program ERROR IOB offline -2015-03-11 00:40:44 program INFO IOB ONLINE! -2015-03-11 00:40:44 sendUrl INFO 83 [840] R: -2015-03-11 00:41:34 queue INFO >>83 [841] -2015-03-11 00:41:34 program ERROR IOB offline -2015-03-11 00:41:34 program INFO IOB ONLINE! -2015-03-11 00:41:34 sendUrl INFO 83 [841] R: -2015-03-11 00:42:12 queue INFO 87 [842] -2015-03-11 00:42:13 program ERROR IOB offline -2015-03-11 00:42:13 queue INFO >87 [843] -2015-03-11 00:42:13 program INFO IOB ONLINE! -2015-03-11 00:42:13 sendUrl INFO 87 [842] R: -2015-03-11 00:42:14 program ERROR IOB offline -2015-03-11 00:42:14 queue INFO 83 [844] -2015-03-11 00:42:14 program INFO IOB ONLINE! -2015-03-11 00:42:14 sendUrl INFO 87 [843] R: -2015-03-11 00:42:14 queue INFO >83 [845] -2015-03-11 00:42:15 program ERROR IOB offline -2015-03-11 00:42:15 program INFO IOB ONLINE! -2015-03-11 00:42:15 sendUrl INFO 83 [844] R: -2015-03-11 00:42:16 sendUrl INFO 83 [845] R: -2015-03-11 00:43:04 queue INFO >>83 [846] -2015-03-11 00:43:04 program ERROR IOB offline -2015-03-11 00:43:05 program INFO IOB ONLINE! -2015-03-11 00:43:05 sendUrl INFO 83 [846] R: -2015-03-11 00:43:54 queue INFO >>83 [847] -2015-03-11 00:43:55 program ERROR IOB offline -2015-03-11 00:43:55 program INFO IOB ONLINE! -2015-03-11 00:43:55 sendUrl INFO 83 [847] R: -2015-03-11 00:44:44 queue INFO >>83 [848] -2015-03-11 00:44:45 program ERROR IOB offline -2015-03-11 00:44:45 program INFO IOB ONLINE! -2015-03-11 00:44:45 sendUrl INFO 83 [848] R: -2015-03-11 00:45:35 queue INFO >>83 [849] -2015-03-11 00:45:35 program ERROR IOB offline -2015-03-11 00:45:35 program INFO IOB ONLINE! -2015-03-11 00:45:35 sendUrl INFO 83 [849] R: -2015-03-11 00:46:25 queue INFO >>83 [850] -2015-03-11 00:46:25 program ERROR IOB offline -2015-03-11 00:46:26 program INFO IOB ONLINE! -2015-03-11 00:46:26 sendUrl INFO 83 [850] R: -2015-03-11 00:47:15 queue INFO >>83 [851] -2015-03-11 00:47:15 program ERROR IOB offline -2015-03-11 00:47:16 program INFO IOB ONLINE! -2015-03-11 00:47:16 sendUrl INFO 83 [851] R: -2015-03-11 00:48:05 queue INFO >>83 [852] -2015-03-11 00:48:05 program ERROR IOB offline -2015-03-11 00:48:06 program INFO IOB ONLINE! -2015-03-11 00:48:06 sendUrl INFO 83 [852] R: -2015-03-11 00:48:55 queue INFO >>83 [853] -2015-03-11 00:48:56 program ERROR IOB offline -2015-03-11 00:48:56 program INFO IOB ONLINE! -2015-03-11 00:48:56 sendUrl INFO 83 [853] R: -2015-03-11 00:49:45 queue INFO >>83 [854] -2015-03-11 00:49:46 program ERROR IOB offline -2015-03-11 00:49:46 program INFO IOB ONLINE! -2015-03-11 00:49:46 sendUrl INFO 83 [854] R: -2015-03-11 00:50:19 queue INFO 87 [855] -2015-03-11 00:50:19 queue INFO >87 [856] -2015-03-11 00:50:19 program ERROR IOB offline -2015-03-11 00:50:20 program INFO IOB ONLINE! -2015-03-11 00:50:20 sendUrl INFO 87 [855] R: -2015-03-11 00:50:20 program ERROR IOB offline -2015-03-11 00:50:20 queue INFO 83 [857] -2015-03-11 00:50:21 queue INFO >83 [858] -2015-03-11 00:50:21 program INFO IOB ONLINE! -2015-03-11 00:50:21 sendUrl INFO 87 [856] R: -2015-03-11 00:50:21 program ERROR IOB offline -2015-03-11 00:50:22 program INFO IOB ONLINE! -2015-03-11 00:50:22 sendUrl INFO 83 [857] R: -2015-03-11 00:50:22 program ERROR IOB offline -2015-03-11 00:50:23 program INFO IOB ONLINE! -2015-03-11 00:50:23 sendUrl INFO 83 [858] R: -2015-03-11 00:51:11 queue INFO >>83 [859] -2015-03-11 00:51:11 program ERROR IOB offline -2015-03-11 00:51:11 program INFO IOB ONLINE! -2015-03-11 00:51:11 sendUrl INFO 83 [859] R: -2015-03-11 00:52:01 queue INFO >>83 [860] -2015-03-11 00:52:01 program ERROR IOB offline -2015-03-11 00:52:02 program INFO IOB ONLINE! -2015-03-11 00:52:02 sendUrl INFO 83 [860] R: -2015-03-11 00:52:51 queue INFO >>83 [861] -2015-03-11 00:52:51 program ERROR IOB offline -2015-03-11 00:52:52 program INFO IOB ONLINE! -2015-03-11 00:52:52 sendUrl INFO 83 [861] R: -2015-03-11 00:53:41 queue INFO >>83 [862] -2015-03-11 00:53:41 program ERROR IOB offline -2015-03-11 00:53:42 program INFO IOB ONLINE! -2015-03-11 00:53:42 sendUrl INFO 83 [862] R: -2015-03-11 00:54:31 queue INFO >>83 [863] -2015-03-11 00:54:31 program ERROR IOB offline -2015-03-11 00:54:32 program INFO IOB ONLINE! -2015-03-11 00:54:32 sendUrl INFO 83 [863] R: -2015-03-11 00:55:21 queue INFO >>83 [864] -2015-03-11 00:55:22 program ERROR IOB offline -2015-03-11 00:55:22 program INFO IOB ONLINE! -2015-03-11 00:55:22 sendUrl INFO 83 [864] R: -2015-03-11 00:56:12 queue INFO >>83 [865] -2015-03-11 00:56:12 program ERROR IOB offline -2015-03-11 00:56:12 program INFO IOB ONLINE! -2015-03-11 00:56:12 sendUrl INFO 83 [865] R: -2015-03-11 00:57:02 queue INFO >>83 [866] -2015-03-11 00:57:02 program ERROR IOB offline -2015-03-11 00:57:03 program INFO IOB ONLINE! -2015-03-11 00:57:03 sendUrl INFO 83 [866] R: -2015-03-11 00:57:52 queue INFO >>83 [867] -2015-03-11 00:57:52 program ERROR IOB offline -2015-03-11 00:57:53 program INFO IOB ONLINE! -2015-03-11 00:57:53 sendUrl INFO 83 [867] R: -2015-03-11 00:58:25 queue INFO 87 [868] -2015-03-11 00:58:26 queue INFO >87 [869] -2015-03-11 00:58:26 program ERROR IOB offline -2015-03-11 00:58:26 program INFO IOB ONLINE! -2015-03-11 00:58:26 sendUrl INFO 87 [868] R: -2015-03-11 00:58:27 program ERROR IOB offline -2015-03-11 00:58:27 queue INFO 83 [870] -2015-03-11 00:58:27 program INFO IOB ONLINE! -2015-03-11 00:58:27 sendUrl INFO 87 [869] R: -2015-03-11 00:58:27 queue INFO >83 [871] -2015-03-11 00:58:28 program ERROR IOB offline -2015-03-11 00:58:28 program INFO IOB ONLINE! -2015-03-11 00:58:28 sendUrl INFO 83 [870] R: -2015-03-11 00:58:29 program ERROR IOB offline -2015-03-11 00:58:29 program INFO IOB ONLINE! -2015-03-11 00:58:29 sendUrl INFO 83 [871] R: -2015-03-11 00:59:17 queue INFO >>83 [872] -2015-03-11 00:59:17 program ERROR IOB offline -2015-03-11 00:59:18 program INFO IOB ONLINE! -2015-03-11 00:59:18 sendUrl INFO 83 [872] R: -2015-03-11 01:00:07 queue INFO >>83 [873] -2015-03-11 01:00:08 program ERROR IOB offline -2015-03-11 01:00:08 program INFO IOB ONLINE! -2015-03-11 01:00:08 sendUrl INFO 83 [873] R: -2015-03-11 01:00:57 queue INFO >>83 [874] -2015-03-11 01:00:58 program ERROR IOB offline -2015-03-11 01:00:58 program INFO IOB ONLINE! -2015-03-11 01:00:58 sendUrl INFO 83 [874] R: -2015-03-11 01:01:48 queue INFO >>83 [875] -2015-03-11 01:01:48 program ERROR IOB offline -2015-03-11 01:01:48 program INFO IOB ONLINE! -2015-03-11 01:01:48 sendUrl INFO 83 [875] R: -2015-03-11 01:02:38 queue INFO >>83 [876] -2015-03-11 01:02:38 program ERROR IOB offline -2015-03-11 01:02:38 program INFO IOB ONLINE! -2015-03-11 01:02:38 sendUrl INFO 83 [876] R: -2015-03-11 01:03:28 queue INFO >>83 [877] -2015-03-11 01:03:28 program ERROR IOB offline -2015-03-11 01:03:29 program INFO IOB ONLINE! -2015-03-11 01:03:29 sendUrl INFO 83 [877] R: -2015-03-11 01:04:18 queue INFO >>83 [878] -2015-03-11 01:04:18 program ERROR IOB offline -2015-03-11 01:04:19 program INFO IOB ONLINE! -2015-03-11 01:04:19 sendUrl INFO 83 [878] R: -2015-03-11 01:05:08 queue INFO >>83 [879] -2015-03-11 01:05:08 program ERROR IOB offline -2015-03-11 01:05:09 program INFO IOB ONLINE! -2015-03-11 01:05:09 sendUrl INFO 83 [879] R: -2015-03-11 01:05:58 queue INFO >>83 [880] -2015-03-11 01:05:59 program ERROR IOB offline -2015-03-11 01:05:59 program INFO IOB ONLINE! -2015-03-11 01:05:59 sendUrl INFO 83 [880] R: -2015-03-11 01:06:32 queue INFO 87 [881] -2015-03-11 01:06:32 program ERROR IOB offline -2015-03-11 01:06:32 queue INFO >87 [882] -2015-03-11 01:06:32 program INFO IOB ONLINE! -2015-03-11 01:06:32 sendUrl INFO 87 [881] R: -2015-03-11 01:06:33 program ERROR IOB offline -2015-03-11 01:06:33 queue INFO 83 [883] -2015-03-11 01:06:33 program INFO IOB ONLINE! -2015-03-11 01:06:33 sendUrl INFO 87 [882] R: -2015-03-11 01:06:33 queue INFO >83 [884] -2015-03-11 01:06:34 program ERROR IOB offline -2015-03-11 01:06:34 program INFO IOB ONLINE! -2015-03-11 01:06:34 sendUrl INFO 83 [883] R: -2015-03-11 01:06:35 program ERROR IOB offline -2015-03-11 01:06:35 program INFO IOB ONLINE! -2015-03-11 01:06:35 sendUrl INFO 83 [884] R: -2015-03-11 01:07:23 queue INFO >>83 [885] -2015-03-11 01:07:24 program ERROR IOB offline -2015-03-11 01:07:24 program INFO IOB ONLINE! -2015-03-11 01:07:24 sendUrl INFO 83 [885] R: -2015-03-11 01:08:14 queue INFO >>83 [886] -2015-03-11 01:08:14 program ERROR IOB offline -2015-03-11 01:08:15 program INFO IOB ONLINE! -2015-03-11 01:08:15 sendUrl INFO 83 [886] R: -2015-03-11 01:09:04 queue INFO >>83 [887] -2015-03-11 01:09:04 program ERROR IOB offline -2015-03-11 01:09:04 program INFO IOB ONLINE! -2015-03-11 01:09:04 sendUrl INFO 83 [887] R: -2015-03-11 01:09:54 queue INFO >>83 [888] -2015-03-11 01:09:54 program ERROR IOB offline -2015-03-11 01:09:55 program INFO IOB ONLINE! -2015-03-11 01:09:55 sendUrl INFO 83 [888] R: -2015-03-11 01:10:44 queue INFO >>83 [889] -2015-03-11 01:10:45 program ERROR IOB offline -2015-03-11 01:10:45 program INFO IOB ONLINE! -2015-03-11 01:10:45 sendUrl INFO 83 [889] R: -2015-03-11 01:11:34 queue INFO >>83 [890] -2015-03-11 01:11:34 program ERROR IOB offline -2015-03-11 01:11:35 program INFO IOB ONLINE! -2015-03-11 01:11:35 sendUrl INFO 83 [890] R: -2015-03-11 01:12:24 queue INFO >>83 [891] -2015-03-11 01:12:25 program ERROR IOB offline -2015-03-11 01:12:25 program INFO IOB ONLINE! -2015-03-11 01:12:25 sendUrl INFO 83 [891] R: -2015-03-11 01:13:14 queue INFO >>83 [892] -2015-03-11 01:13:15 program ERROR IOB offline -2015-03-11 01:13:16 program INFO IOB ONLINE! -2015-03-11 01:13:16 sendUrl INFO 83 [892] R: -2015-03-11 01:14:05 queue INFO >>83 [893] -2015-03-11 01:14:05 program ERROR IOB offline -2015-03-11 01:14:05 program INFO IOB ONLINE! -2015-03-11 01:14:05 sendUrl INFO 83 [893] R: -2015-03-11 01:14:38 queue INFO C7 [894] -2015-03-11 01:14:38 queue INFO >C7 [895] -2015-03-11 01:14:39 program ERROR IOB offline -2015-03-11 01:14:39 program INFO IOB ONLINE! -2015-03-11 01:14:39 sendUrl INFO C7 [894] R: -2015-03-11 01:14:40 program ERROR IOB offline -2015-03-11 01:14:40 queue INFO C3 [896] -2015-03-11 01:14:40 queue INFO >C3 [897] -2015-03-11 01:14:40 program INFO IOB ONLINE! -2015-03-11 01:14:40 sendUrl INFO C7 [895] R: -2015-03-11 01:14:41 program ERROR IOB offline -2015-03-11 01:14:41 program INFO IOB ONLINE! -2015-03-11 01:14:41 sendUrl INFO C3 [896] R: -2015-03-11 01:14:42 program ERROR IOB offline -2015-03-11 01:14:42 program INFO IOB ONLINE! -2015-03-11 01:14:42 sendUrl INFO C3 [897] R: -2015-03-11 01:15:30 queue INFO >>C3 [898] -2015-03-11 01:15:30 program ERROR IOB offline -2015-03-11 01:15:30 program INFO IOB ONLINE! -2015-03-11 01:15:30 sendUrl INFO C3 [898] R: -2015-03-11 01:16:20 queue INFO >>C3 [899] -2015-03-11 01:16:20 program ERROR IOB offline -2015-03-11 01:16:21 program INFO IOB ONLINE! -2015-03-11 01:16:21 sendUrl INFO C3 [899] R: -2015-03-11 01:17:10 queue INFO >>C3 [900] -2015-03-11 01:17:11 program ERROR IOB offline -2015-03-11 01:17:11 program INFO IOB ONLINE! -2015-03-11 01:17:11 sendUrl INFO C3 [900] R: -2015-03-11 01:18:00 queue INFO >>C3 [901] -2015-03-11 01:18:00 program ERROR IOB offline -2015-03-11 01:18:01 program INFO IOB ONLINE! -2015-03-11 01:18:01 sendUrl INFO C3 [901] R: -2015-03-11 01:18:50 queue INFO >>C3 [902] -2015-03-11 01:18:51 program ERROR IOB offline -2015-03-11 01:18:51 program INFO IOB ONLINE! -2015-03-11 01:18:51 sendUrl INFO C3 [902] R: -2015-03-11 01:19:40 queue INFO >>C3 [903] -2015-03-11 01:19:41 program ERROR IOB offline -2015-03-11 01:19:41 program INFO IOB ONLINE! -2015-03-11 01:19:41 sendUrl INFO C3 [903] R: -2015-03-11 01:20:31 queue INFO >>C3 [904] -2015-03-11 01:20:31 program ERROR IOB offline -2015-03-11 01:20:31 program INFO IOB ONLINE! -2015-03-11 01:20:31 sendUrl INFO C3 [904] R: -2015-03-11 01:21:21 queue INFO >>C3 [905] -2015-03-11 01:21:21 program ERROR IOB offline -2015-03-11 01:21:22 program INFO IOB ONLINE! -2015-03-11 01:21:22 sendUrl INFO C3 [905] R: -2015-03-11 01:22:11 queue INFO >>C3 [906] -2015-03-11 01:22:11 program ERROR IOB offline -2015-03-11 01:22:12 program INFO IOB ONLINE! -2015-03-11 01:22:12 sendUrl INFO C3 [906] R: -2015-03-11 01:22:44 queue INFO 83 [907] -2015-03-11 01:22:45 queue INFO 87 [908] -2015-03-11 01:22:45 program ERROR IOB offline -2015-03-11 01:22:45 queue INFO >87 [909] -2015-03-11 01:22:45 program INFO IOB ONLINE! -2015-03-11 01:22:45 sendUrl INFO 83 [907] R: -2015-03-11 01:22:46 sendUrl INFO 87 [908] R: -2015-03-11 01:22:46 queue INFO 83 [910] -2015-03-11 01:22:46 sendUrl INFO 87 [909] R: -2015-03-11 01:22:46 queue INFO >83 [911] -2015-03-11 01:22:47 sendUrl INFO 83 [910] R: -2015-03-11 01:22:47 sendUrl INFO 83 [911] R: -2015-03-11 01:23:36 queue INFO >>83 [912] -2015-03-11 01:23:37 program ERROR IOB offline -2015-03-11 01:23:37 program INFO IOB ONLINE! -2015-03-11 01:23:37 sendUrl INFO 83 [912] R: -2015-03-11 01:24:27 queue INFO >>83 [913] -2015-03-11 01:24:27 program ERROR IOB offline -2015-03-11 01:24:28 program INFO IOB ONLINE! -2015-03-11 01:24:28 sendUrl INFO 83 [913] R: -2015-03-11 01:25:17 queue INFO >>83 [914] -2015-03-11 01:25:17 program ERROR IOB offline -2015-03-11 01:25:17 program INFO IOB ONLINE! -2015-03-11 01:25:17 sendUrl INFO 83 [914] R: -2015-03-11 01:26:07 queue INFO >>83 [915] -2015-03-11 01:26:07 program ERROR IOB offline -2015-03-11 01:26:08 program INFO IOB ONLINE! -2015-03-11 01:26:08 sendUrl INFO 83 [915] R: -2015-03-11 01:26:57 queue INFO >>83 [916] -2015-03-11 01:26:58 program ERROR IOB offline -2015-03-11 01:26:58 program INFO IOB ONLINE! -2015-03-11 01:26:58 sendUrl INFO 83 [916] R: -2015-03-11 01:27:47 queue INFO >>83 [917] -2015-03-11 01:27:47 program ERROR IOB offline -2015-03-11 01:27:48 program INFO IOB ONLINE! -2015-03-11 01:27:48 sendUrl INFO 83 [917] R: -2015-03-11 01:28:37 queue INFO >>83 [918] -2015-03-11 01:28:38 program ERROR IOB offline -2015-03-11 01:28:38 program INFO IOB ONLINE! -2015-03-11 01:28:38 sendUrl INFO 83 [918] R: -2015-03-11 01:29:27 queue INFO >>83 [919] -2015-03-11 01:29:28 program ERROR IOB offline -2015-03-11 01:29:29 program INFO IOB ONLINE! -2015-03-11 01:29:29 sendUrl INFO 83 [919] R: -2015-03-11 01:30:18 queue INFO >>83 [920] -2015-03-11 01:30:18 program ERROR IOB offline -2015-03-11 01:30:18 program INFO IOB ONLINE! -2015-03-11 01:30:18 sendUrl INFO 83 [920] R: -2015-03-11 01:30:52 queue INFO 87 [921] -2015-03-11 01:30:52 program ERROR IOB offline -2015-03-11 01:30:52 queue INFO >87 [922] -2015-03-11 01:30:52 program INFO IOB ONLINE! -2015-03-11 01:30:52 sendUrl INFO 87 [921] R: -2015-03-11 01:30:53 program ERROR IOB offline -2015-03-11 01:30:53 program INFO IOB ONLINE! -2015-03-11 01:30:53 sendUrl INFO 87 [922] R: -2015-03-11 01:30:53 queue INFO 83 [923] -2015-03-11 01:30:53 queue INFO >83 [924] -2015-03-11 01:30:54 program ERROR IOB offline -2015-03-11 01:30:54 program INFO IOB ONLINE! -2015-03-11 01:30:54 sendUrl INFO 83 [923] R: -2015-03-11 01:30:55 program ERROR IOB offline -2015-03-11 01:30:55 program INFO IOB ONLINE! -2015-03-11 01:30:55 sendUrl INFO 83 [924] R: -2015-03-11 01:31:43 queue INFO >>83 [925] -2015-03-11 01:31:43 program ERROR IOB offline -2015-03-11 01:31:44 program INFO IOB ONLINE! -2015-03-11 01:31:44 sendUrl INFO 83 [925] R: -2015-03-11 01:32:33 queue INFO >>83 [926] -2015-03-11 01:32:34 program ERROR IOB offline -2015-03-11 01:32:34 program INFO IOB ONLINE! -2015-03-11 01:32:34 sendUrl INFO 83 [926] R: -2015-03-11 01:33:24 queue INFO >>83 [927] -2015-03-11 01:33:24 program ERROR IOB offline -2015-03-11 01:33:25 program INFO IOB ONLINE! -2015-03-11 01:33:25 sendUrl INFO 83 [927] R: -2015-03-11 01:34:14 queue INFO >>83 [928] -2015-03-11 01:34:14 program ERROR IOB offline -2015-03-11 01:34:14 program INFO IOB ONLINE! -2015-03-11 01:34:14 sendUrl INFO 83 [928] R: -2015-03-11 01:35:04 queue INFO >>83 [929] -2015-03-11 01:35:04 program ERROR IOB offline -2015-03-11 01:35:05 program INFO IOB ONLINE! -2015-03-11 01:35:05 sendUrl INFO 83 [929] R: -2015-03-11 01:35:54 queue INFO >>83 [930] -2015-03-11 01:35:54 program ERROR IOB offline -2015-03-11 01:35:55 program INFO IOB ONLINE! -2015-03-11 01:35:55 sendUrl INFO 83 [930] R: -2015-03-11 01:36:44 queue INFO >>83 [931] -2015-03-11 01:36:44 program ERROR IOB offline -2015-03-11 01:36:45 program INFO IOB ONLINE! -2015-03-11 01:36:45 sendUrl INFO 83 [931] R: -2015-03-11 01:37:34 queue INFO >>83 [932] -2015-03-11 01:37:35 program ERROR IOB offline -2015-03-11 01:37:35 program INFO IOB ONLINE! -2015-03-11 01:37:35 sendUrl INFO 83 [932] R: -2015-03-11 01:38:25 queue INFO >>83 [933] -2015-03-11 01:38:25 program ERROR IOB offline -2015-03-11 01:38:25 program INFO IOB ONLINE! -2015-03-11 01:38:25 sendUrl INFO 83 [933] R: -2015-03-11 01:38:58 queue INFO 87 [934] -2015-03-11 01:38:58 queue INFO >87 [935] -2015-03-11 01:38:58 program ERROR IOB offline -2015-03-11 01:38:59 program INFO IOB ONLINE! -2015-03-11 01:38:59 sendUrl INFO 87 [934] R: -2015-03-11 01:38:59 program ERROR IOB offline -2015-03-11 01:39:00 queue INFO 83 [936] -2015-03-11 01:39:00 queue INFO >83 [937] -2015-03-11 01:39:00 program INFO IOB ONLINE! -2015-03-11 01:39:00 sendUrl INFO 87 [935] R: -2015-03-11 01:39:00 program ERROR IOB offline -2015-03-11 01:39:01 program INFO IOB ONLINE! -2015-03-11 01:39:01 sendUrl INFO 83 [936] R: -2015-03-11 01:39:02 program ERROR IOB offline -2015-03-11 01:39:02 program INFO IOB ONLINE! -2015-03-11 01:39:02 sendUrl INFO 83 [937] R: -2015-03-11 01:39:50 queue INFO >>83 [938] -2015-03-11 01:39:50 program ERROR IOB offline -2015-03-11 01:39:51 program INFO IOB ONLINE! -2015-03-11 01:39:51 sendUrl INFO 83 [938] R: -2015-03-11 01:40:40 queue INFO >>83 [939] -2015-03-11 01:40:40 program ERROR IOB offline -2015-03-11 01:40:41 program INFO IOB ONLINE! -2015-03-11 01:40:41 sendUrl INFO 83 [939] R: -2015-03-11 01:41:30 queue INFO >>83 [940] -2015-03-11 01:41:30 program ERROR IOB offline -2015-03-11 01:41:31 program INFO IOB ONLINE! -2015-03-11 01:41:31 sendUrl INFO 83 [940] R: -2015-03-11 01:42:20 queue INFO >>83 [941] -2015-03-11 01:42:21 program ERROR IOB offline -2015-03-11 01:42:21 program INFO IOB ONLINE! -2015-03-11 01:42:21 sendUrl INFO 83 [941] R: -2015-03-11 01:43:10 queue INFO >>83 [942] -2015-03-11 01:43:11 program ERROR IOB offline -2015-03-11 01:43:11 program INFO IOB ONLINE! -2015-03-11 01:43:11 sendUrl INFO 83 [942] R: -2015-03-11 01:44:01 queue INFO >>83 [943] -2015-03-11 01:44:01 program ERROR IOB offline -2015-03-11 01:44:01 program INFO IOB ONLINE! -2015-03-11 01:44:01 sendUrl INFO 83 [943] R: -2015-03-11 01:44:51 queue INFO >>83 [944] -2015-03-11 01:44:51 program ERROR IOB offline -2015-03-11 01:44:52 program INFO IOB ONLINE! -2015-03-11 01:44:52 sendUrl INFO 83 [944] R: -2015-03-11 01:45:41 queue INFO >>83 [945] -2015-03-11 01:45:41 program ERROR IOB offline -2015-03-11 01:45:42 program INFO IOB ONLINE! -2015-03-11 01:45:42 sendUrl INFO 83 [945] R: -2015-03-11 01:46:31 queue INFO >>83 [946] -2015-03-11 01:46:31 program ERROR IOB offline -2015-03-11 01:46:32 program INFO IOB ONLINE! -2015-03-11 01:46:32 sendUrl INFO 83 [946] R: -2015-03-11 01:47:05 queue INFO 87 [947] -2015-03-11 01:47:05 queue INFO >87 [948] -2015-03-11 01:47:05 program ERROR IOB offline -2015-03-11 01:47:06 program INFO IOB ONLINE! -2015-03-11 01:47:06 sendUrl INFO 87 [947] R: -2015-03-11 01:47:06 queue INFO 83 [949] -2015-03-11 01:47:06 queue INFO >83 [950] -2015-03-11 01:47:07 program ERROR IOB offline -2015-03-11 01:47:07 program INFO IOB ONLINE! -2015-03-11 01:47:07 sendUrl INFO 87 [948] R: -2015-03-11 01:47:08 program ERROR IOB offline -2015-03-11 01:47:08 program INFO IOB ONLINE! -2015-03-11 01:47:08 sendUrl INFO 83 [949] R: -2015-03-11 01:47:09 program ERROR IOB offline -2015-03-11 01:47:09 program INFO IOB ONLINE! -2015-03-11 01:47:09 sendUrl INFO 83 [950] R: -2015-03-11 01:47:56 queue INFO >>83 [951] -2015-03-11 01:47:56 program ERROR IOB offline -2015-03-11 01:47:57 program INFO IOB ONLINE! -2015-03-11 01:47:57 sendUrl INFO 83 [951] R: -2015-03-11 01:48:46 queue INFO >>83 [952] -2015-03-11 01:48:47 program ERROR IOB offline -2015-03-11 01:48:47 program INFO IOB ONLINE! -2015-03-11 01:48:47 sendUrl INFO 83 [952] R: -2015-03-11 01:49:37 queue INFO >>83 [953] -2015-03-11 01:49:37 program ERROR IOB offline -2015-03-11 01:49:38 program INFO IOB ONLINE! -2015-03-11 01:49:38 sendUrl INFO 83 [953] R: -2015-03-11 01:50:27 queue INFO >>83 [954] -2015-03-11 01:50:27 program ERROR IOB offline -2015-03-11 01:50:27 program INFO IOB ONLINE! -2015-03-11 01:50:27 sendUrl INFO 83 [954] R: -2015-03-11 01:51:17 queue INFO >>83 [955] -2015-03-11 01:51:17 program ERROR IOB offline -2015-03-11 01:51:18 program INFO IOB ONLINE! -2015-03-11 01:51:18 sendUrl INFO 83 [955] R: -2015-03-11 01:52:07 queue INFO >>83 [956] -2015-03-11 01:52:07 program ERROR IOB offline -2015-03-11 01:52:08 program INFO IOB ONLINE! -2015-03-11 01:52:08 sendUrl INFO 83 [956] R: -2015-03-11 01:52:57 queue INFO >>83 [957] -2015-03-11 01:52:57 program ERROR IOB offline -2015-03-11 01:52:58 program INFO IOB ONLINE! -2015-03-11 01:52:58 sendUrl INFO 83 [957] R: -2015-03-11 01:53:47 queue INFO >>83 [958] -2015-03-11 01:53:48 program ERROR IOB offline -2015-03-11 01:53:48 program INFO IOB ONLINE! -2015-03-11 01:53:48 sendUrl INFO 83 [958] R: -2015-03-11 01:54:37 queue INFO >>83 [959] -2015-03-11 01:54:38 program ERROR IOB offline -2015-03-11 01:54:38 program INFO IOB ONLINE! -2015-03-11 01:54:38 sendUrl INFO 83 [959] R: -2015-03-11 01:55:11 queue INFO 87 [960] -2015-03-11 01:55:11 queue INFO >87 [961] -2015-03-11 01:55:11 program ERROR IOB offline -2015-03-11 01:55:12 program INFO IOB ONLINE! -2015-03-11 01:55:12 sendUrl INFO 87 [960] R: -2015-03-11 01:55:12 program ERROR IOB offline -2015-03-11 01:55:13 queue INFO 83 [962] -2015-03-11 01:55:13 queue INFO >83 [963] -2015-03-11 01:55:13 program INFO IOB ONLINE! -2015-03-11 01:55:13 sendUrl INFO 87 [961] R: -2015-03-11 01:55:14 program ERROR IOB offline -2015-03-11 01:55:14 program INFO IOB ONLINE! -2015-03-11 01:55:14 sendUrl INFO 83 [962] R: -2015-03-11 01:55:15 program ERROR IOB offline -2015-03-11 01:55:15 program INFO IOB ONLINE! -2015-03-11 01:55:15 sendUrl INFO 83 [963] R: -2015-03-11 01:56:03 queue INFO >>83 [964] -2015-03-11 01:56:03 sendUrl INFO 83 [964] R: -2015-03-11 01:56:53 queue INFO >>83 [965] -2015-03-11 01:56:53 sendUrl INFO 83 [965] R: -2015-03-11 01:57:43 queue INFO >>83 [966] -2015-03-11 01:57:43 program ERROR IOB offline -2015-03-11 01:57:44 program INFO IOB ONLINE! -2015-03-11 01:57:44 sendUrl INFO 83 [966] R: -2015-03-11 01:58:33 queue INFO >>83 [967] -2015-03-11 01:58:34 sendUrl INFO 83 [967] R: -2015-03-11 01:59:23 queue INFO >>83 [968] -2015-03-11 01:59:24 sendUrl INFO 83 [968] R: -2015-03-11 02:00:14 queue INFO >>83 [969] -2015-03-11 02:00:14 sendUrl INFO 83 [969] R: -2015-03-11 02:01:04 queue INFO >>83 [970] -2015-03-11 02:01:04 program ERROR IOB offline -2015-03-11 02:01:05 program INFO IOB ONLINE! -2015-03-11 02:01:05 sendUrl INFO 83 [970] R: -2015-03-11 02:01:54 queue INFO >>83 [971] -2015-03-11 02:01:54 sendUrl INFO 83 [971] R: -2015-03-11 02:02:44 queue INFO >>83 [972] -2015-03-11 02:02:44 sendUrl INFO 83 [972] R: -2015-03-11 02:03:17 queue INFO C7 [973] -2015-03-11 02:03:18 program ERROR IOB offline -2015-03-11 02:03:18 queue INFO >C7 [974] -2015-03-11 02:03:18 program INFO IOB ONLINE! -2015-03-11 02:03:18 sendUrl INFO C7 [973] R: -2015-03-11 02:03:19 program ERROR IOB offline -2015-03-11 02:03:19 queue INFO C3 [975] -2015-03-11 02:03:19 program INFO IOB ONLINE! -2015-03-11 02:03:19 sendUrl INFO C7 [974] R: -2015-03-11 02:03:19 queue INFO >C3 [976] -2015-03-11 02:03:20 program ERROR IOB offline -2015-03-11 02:03:21 program INFO IOB ONLINE! -2015-03-11 02:03:21 sendUrl INFO C3 [975] R: -2015-03-11 02:03:21 program ERROR IOB offline -2015-03-11 02:03:22 program INFO IOB ONLINE! -2015-03-11 02:03:22 sendUrl INFO C3 [976] R: -2015-03-11 02:04:09 queue INFO >>C3 [977] -2015-03-11 02:04:09 program ERROR IOB offline -2015-03-11 02:04:10 program INFO IOB ONLINE! -2015-03-11 02:04:10 sendUrl INFO C3 [977] R: -2015-03-11 02:04:59 queue INFO >>C3 [978] -2015-03-11 02:05:00 program ERROR IOB offline -2015-03-11 02:05:01 program INFO IOB ONLINE! -2015-03-11 02:05:01 sendUrl INFO C3 [978] R: -2015-03-11 02:05:50 queue INFO >>C3 [979] -2015-03-11 02:05:50 program ERROR IOB offline -2015-03-11 02:05:50 program INFO IOB ONLINE! -2015-03-11 02:05:50 sendUrl INFO C3 [979] R: -2015-03-11 02:06:40 queue INFO >>C3 [980] -2015-03-11 02:06:40 program ERROR IOB offline -2015-03-11 02:06:41 program INFO IOB ONLINE! -2015-03-11 02:06:41 sendUrl INFO C3 [980] R: -2015-03-11 02:07:30 queue INFO >>C3 [981] -2015-03-11 02:07:30 program ERROR IOB offline -2015-03-11 02:07:31 program INFO IOB ONLINE! -2015-03-11 02:07:31 sendUrl INFO C3 [981] R: -2015-03-11 02:08:20 queue INFO >>C3 [982] -2015-03-11 02:08:20 program ERROR IOB offline -2015-03-11 02:08:21 program INFO IOB ONLINE! -2015-03-11 02:08:21 sendUrl INFO C3 [982] R: -2015-03-11 02:09:10 queue INFO >>C3 [983] -2015-03-11 02:09:10 sendUrl INFO C3 [983] R: -2015-03-11 02:10:00 queue INFO >>C3 [984] -2015-03-11 02:10:01 program ERROR IOB offline -2015-03-11 02:10:02 program INFO IOB ONLINE! -2015-03-11 02:10:02 sendUrl INFO C3 [984] R: -2015-03-11 02:10:50 queue INFO >>C3 [985] -2015-03-11 02:10:51 program ERROR IOB offline -2015-03-11 02:10:51 program INFO IOB ONLINE! -2015-03-11 02:10:51 sendUrl INFO C3 [985] R: -2015-03-11 02:11:24 queue INFO 83 [986] -2015-03-11 02:11:24 program ERROR IOB offline -2015-03-11 02:11:24 queue INFO 87 [987] -2015-03-11 02:11:24 queue INFO >87 [988] -2015-03-11 02:11:24 program INFO IOB ONLINE! -2015-03-11 02:11:24 sendUrl INFO 83 [986] R: -2015-03-11 02:11:25 program ERROR IOB offline -2015-03-11 02:11:25 program INFO IOB ONLINE! -2015-03-11 02:11:25 sendUrl INFO 87 [987] R: -2015-03-11 02:11:25 queue INFO 83 [989] -2015-03-11 02:11:26 queue INFO >83 [990] -2015-03-11 02:11:26 program ERROR IOB offline -2015-03-11 02:11:26 program INFO IOB ONLINE! -2015-03-11 02:11:26 sendUrl INFO 87 [988] R: -2015-03-11 02:11:27 program ERROR IOB offline -2015-03-11 02:11:27 program INFO IOB ONLINE! -2015-03-11 02:11:27 sendUrl INFO 83 [989] R: -2015-03-11 02:11:28 program ERROR IOB offline -2015-03-11 02:11:29 program INFO IOB ONLINE! -2015-03-11 02:11:29 sendUrl INFO 83 [990] R: -2015-03-11 02:12:16 queue INFO >>83 [991] -2015-03-11 02:12:16 program ERROR IOB offline -2015-03-11 02:12:16 program INFO IOB ONLINE! -2015-03-11 02:12:16 sendUrl INFO 83 [991] R: -2015-03-11 02:13:06 queue INFO >>83 [992] -2015-03-11 02:13:06 program ERROR IOB offline -2015-03-11 02:13:07 program INFO IOB ONLINE! -2015-03-11 02:13:07 sendUrl INFO 83 [992] R: -2015-03-11 02:13:56 queue INFO >>83 [993] -2015-03-11 02:13:56 program ERROR IOB offline -2015-03-11 02:13:57 program INFO IOB ONLINE! -2015-03-11 02:13:57 sendUrl INFO 83 [993] R: -2015-03-11 02:14:46 queue INFO >>83 [994] -2015-03-11 02:14:46 program ERROR IOB offline -2015-03-11 02:14:47 program INFO IOB ONLINE! -2015-03-11 02:14:47 sendUrl INFO 83 [994] R: -2015-03-11 02:15:36 queue INFO >>83 [995] -2015-03-11 02:15:37 program ERROR IOB offline -2015-03-11 02:15:37 program INFO IOB ONLINE! -2015-03-11 02:15:37 sendUrl INFO 83 [995] R: -2015-03-11 02:16:26 queue INFO >>83 [996] -2015-03-11 02:16:26 program ERROR IOB offline -2015-03-11 02:16:27 program INFO IOB ONLINE! -2015-03-11 02:16:27 sendUrl INFO 83 [996] R: -2015-03-11 02:17:16 queue INFO >>83 [997] -2015-03-11 02:17:17 program ERROR IOB offline -2015-03-11 02:17:17 program INFO IOB ONLINE! -2015-03-11 02:17:17 sendUrl INFO 83 [997] R: -2015-03-11 02:18:07 queue INFO >>83 [998] -2015-03-11 02:18:07 program ERROR IOB offline -2015-03-11 02:18:08 program INFO IOB ONLINE! -2015-03-11 02:18:08 sendUrl INFO 83 [998] R: -2015-03-11 02:18:57 queue INFO >>83 [999] -2015-03-11 02:18:57 program ERROR IOB offline -2015-03-11 02:18:57 program INFO IOB ONLINE! -2015-03-11 02:18:57 sendUrl INFO 83 [999] R: -2015-03-11 02:19:31 queue INFO 87 [0] -2015-03-11 02:19:31 queue INFO >87 [1] -2015-03-11 02:19:31 program ERROR IOB offline -2015-03-11 02:19:32 program INFO IOB ONLINE! -2015-03-11 02:19:32 sendUrl INFO 87 [0] R: -2015-03-11 02:19:32 program ERROR IOB offline -2015-03-11 02:19:32 queue INFO 83 [2] -2015-03-11 02:19:33 program INFO IOB ONLINE! -2015-03-11 02:19:33 sendUrl INFO 87 [1] R: -2015-03-11 02:19:33 queue INFO >83 [3] -2015-03-11 02:19:33 program ERROR IOB offline -2015-03-11 02:19:34 program INFO IOB ONLINE! -2015-03-11 02:19:34 sendUrl INFO 83 [2] R: -2015-03-11 02:19:34 program ERROR IOB offline -2015-03-11 02:19:35 program INFO IOB ONLINE! -2015-03-11 02:19:35 sendUrl INFO 83 [3] R: -2015-03-11 02:20:23 queue INFO >>83 [4] -2015-03-11 02:20:23 program ERROR IOB offline -2015-03-11 02:20:23 program INFO IOB ONLINE! -2015-03-11 02:20:23 sendUrl INFO 83 [4] R: -2015-03-11 02:21:13 queue INFO >>83 [5] -2015-03-11 02:21:13 program ERROR IOB offline -2015-03-11 02:21:14 program INFO IOB ONLINE! -2015-03-11 02:21:14 sendUrl INFO 83 [5] R: -2015-03-11 02:22:03 queue INFO >>83 [6] -2015-03-11 02:22:03 program ERROR IOB offline -2015-03-11 02:22:04 program INFO IOB ONLINE! -2015-03-11 02:22:04 sendUrl INFO 83 [6] R: -2015-03-11 02:22:53 queue INFO >>83 [7] -2015-03-11 02:22:53 program ERROR IOB offline -2015-03-11 02:22:54 program INFO IOB ONLINE! -2015-03-11 02:22:54 sendUrl INFO 83 [7] R: -2015-03-11 02:23:43 queue INFO >>83 [8] -2015-03-11 02:23:43 program ERROR IOB offline -2015-03-11 02:23:44 program INFO IOB ONLINE! -2015-03-11 02:23:44 sendUrl INFO 83 [8] R: -2015-03-11 02:24:33 queue INFO >>83 [9] -2015-03-11 02:24:34 program ERROR IOB offline -2015-03-11 02:24:34 program INFO IOB ONLINE! -2015-03-11 02:24:34 sendUrl INFO 83 [9] R: -2015-03-11 02:25:24 queue INFO >>83 [10] -2015-03-11 02:25:24 program ERROR IOB offline -2015-03-11 02:25:24 program INFO IOB ONLINE! -2015-03-11 02:25:24 sendUrl INFO 83 [10] R: -2015-03-11 02:26:14 queue INFO >>83 [11] -2015-03-11 02:26:14 program ERROR IOB offline -2015-03-11 02:26:14 program INFO IOB ONLINE! -2015-03-11 02:26:14 sendUrl INFO 83 [11] R: -2015-03-11 02:27:04 queue INFO >>83 [12] -2015-03-11 02:27:04 program ERROR IOB offline -2015-03-11 02:27:05 program INFO IOB ONLINE! -2015-03-11 02:27:05 sendUrl INFO 83 [12] R: -2015-03-11 02:27:37 queue INFO 87 [13] -2015-03-11 02:27:38 queue INFO >87 [14] -2015-03-11 02:27:38 program ERROR IOB offline -2015-03-11 02:27:38 program INFO IOB ONLINE! -2015-03-11 02:27:38 sendUrl INFO 87 [13] R: -2015-03-11 02:27:39 program ERROR IOB offline -2015-03-11 02:27:39 queue INFO 83 [15] -2015-03-11 02:27:39 queue INFO >83 [16] -2015-03-11 02:27:39 program INFO IOB ONLINE! -2015-03-11 02:27:39 sendUrl INFO 87 [14] R: -2015-03-11 02:27:40 sendUrl INFO 83 [15] R: -2015-03-11 02:27:40 sendUrl INFO 83 [16] R: -2015-03-11 02:28:29 queue INFO >>83 [17] -2015-03-11 02:28:29 program ERROR IOB offline -2015-03-11 02:28:30 program INFO IOB ONLINE! -2015-03-11 02:28:30 sendUrl INFO 83 [17] R: -2015-03-11 02:29:19 queue INFO >>83 [18] -2015-03-11 02:29:20 program ERROR IOB offline -2015-03-11 02:29:20 program INFO IOB ONLINE! -2015-03-11 02:29:20 sendUrl INFO 83 [18] R: -2015-03-11 02:30:09 queue INFO >>83 [19] -2015-03-11 02:30:10 program ERROR IOB offline -2015-03-11 02:30:10 program INFO IOB ONLINE! -2015-03-11 02:30:10 sendUrl INFO 83 [19] R: -2015-03-11 02:30:59 queue INFO >>83 [20] -2015-03-11 02:31:00 program ERROR IOB offline -2015-03-11 02:31:00 program INFO IOB ONLINE! -2015-03-11 02:31:00 sendUrl INFO 83 [20] R: -2015-03-11 02:31:50 queue INFO >>83 [21] -2015-03-11 02:31:50 program ERROR IOB offline -2015-03-11 02:31:51 program INFO IOB ONLINE! -2015-03-11 02:31:51 sendUrl INFO 83 [21] R: -2015-03-11 02:32:40 queue INFO >>83 [22] -2015-03-11 02:32:40 program ERROR IOB offline -2015-03-11 02:32:40 program INFO IOB ONLINE! -2015-03-11 02:32:40 sendUrl INFO 83 [22] R: -2015-03-11 02:33:30 queue INFO >>83 [23] -2015-03-11 02:33:30 program ERROR IOB offline -2015-03-11 02:33:31 program INFO IOB ONLINE! -2015-03-11 02:33:31 sendUrl INFO 83 [23] R: -2015-03-11 02:34:20 queue INFO >>83 [24] -2015-03-11 02:34:20 program ERROR IOB offline -2015-03-11 02:34:21 program INFO IOB ONLINE! -2015-03-11 02:34:21 sendUrl INFO 83 [24] R: -2015-03-11 02:35:10 queue INFO >>83 [25] -2015-03-11 02:35:10 program ERROR IOB offline -2015-03-11 02:35:11 program INFO IOB ONLINE! -2015-03-11 02:35:11 sendUrl INFO 83 [25] R: -2015-03-11 02:35:44 queue INFO 87 [26] -2015-03-11 02:35:44 queue INFO >87 [27] -2015-03-11 02:35:44 program ERROR IOB offline -2015-03-11 02:35:45 program INFO IOB ONLINE! -2015-03-11 02:35:45 sendUrl INFO 87 [26] R: -2015-03-11 02:35:45 program ERROR IOB offline -2015-03-11 02:35:45 queue INFO 83 [28] -2015-03-11 02:35:46 queue INFO >83 [29] -2015-03-11 02:35:46 program INFO IOB ONLINE! -2015-03-11 02:35:46 sendUrl INFO 87 [27] R: -2015-03-11 02:35:46 program ERROR IOB offline -2015-03-11 02:35:47 program INFO IOB ONLINE! -2015-03-11 02:35:47 sendUrl INFO 83 [28] R: -2015-03-11 02:35:47 program ERROR IOB offline -2015-03-11 02:35:48 program INFO IOB ONLINE! -2015-03-11 02:35:48 sendUrl INFO 83 [29] R: -2015-03-11 02:36:36 queue INFO >>83 [30] -2015-03-11 02:36:36 program ERROR IOB offline -2015-03-11 02:36:37 program INFO IOB ONLINE! -2015-03-11 02:36:37 sendUrl INFO 83 [30] R: -2015-03-11 02:37:26 queue INFO >>83 [31] -2015-03-11 02:37:26 program ERROR IOB offline -2015-03-11 02:37:26 program INFO IOB ONLINE! -2015-03-11 02:37:26 sendUrl INFO 83 [31] R: -2015-03-11 02:38:16 queue INFO >>83 [32] -2015-03-11 02:38:16 program ERROR IOB offline -2015-03-11 02:38:17 program INFO IOB ONLINE! -2015-03-11 02:38:17 sendUrl INFO 83 [32] R: -2015-03-11 02:39:06 queue INFO >>83 [33] -2015-03-11 02:39:07 program ERROR IOB offline -2015-03-11 02:39:07 program INFO IOB ONLINE! -2015-03-11 02:39:07 sendUrl INFO 83 [33] R: -2015-03-11 02:39:56 queue INFO >>83 [34] -2015-03-11 02:39:56 program ERROR IOB offline -2015-03-11 02:39:57 program INFO IOB ONLINE! -2015-03-11 02:39:57 sendUrl INFO 83 [34] R: -2015-03-11 02:40:46 queue INFO >>83 [35] -2015-03-11 02:40:47 program ERROR IOB offline -2015-03-11 02:40:47 program INFO IOB ONLINE! -2015-03-11 02:40:47 sendUrl INFO 83 [35] R: -2015-03-11 02:41:37 queue INFO >>83 [36] -2015-03-11 02:41:37 program ERROR IOB offline -2015-03-11 02:41:38 program INFO IOB ONLINE! -2015-03-11 02:41:38 sendUrl INFO 83 [36] R: -2015-03-11 02:42:27 queue INFO >>83 [37] -2015-03-11 02:42:27 program ERROR IOB offline -2015-03-11 02:42:27 program INFO IOB ONLINE! -2015-03-11 02:42:27 sendUrl INFO 83 [37] R: -2015-03-11 02:43:17 queue INFO >>83 [38] -2015-03-11 02:43:17 program ERROR IOB offline -2015-03-11 02:43:18 program INFO IOB ONLINE! -2015-03-11 02:43:18 sendUrl INFO 83 [38] R: -2015-03-11 02:43:50 queue INFO 87 [39] -2015-03-11 02:43:50 sendUrl INFO 87 [39] R: -2015-03-11 02:43:50 queue INFO >87 [40] -2015-03-11 02:43:51 sendUrl INFO 87 [40] R: -2015-03-11 02:43:52 queue INFO 83 [41] -2015-03-11 02:43:52 queue INFO >83 [42] -2015-03-11 02:43:52 program ERROR IOB offline -2015-03-11 02:43:53 program INFO IOB ONLINE! -2015-03-11 02:43:53 sendUrl INFO 83 [41] R: -2015-03-11 02:43:53 program ERROR IOB offline -2015-03-11 02:43:54 program INFO IOB ONLINE! -2015-03-11 02:43:54 sendUrl INFO 83 [42] R: -2015-03-11 02:44:42 queue INFO >>83 [43] -2015-03-11 02:44:42 program ERROR IOB offline -2015-03-11 02:44:43 program INFO IOB ONLINE! -2015-03-11 02:44:43 sendUrl INFO 83 [43] R: -2015-03-11 02:45:32 queue INFO >>83 [44] -2015-03-11 02:45:33 program ERROR IOB offline -2015-03-11 02:45:33 program INFO IOB ONLINE! -2015-03-11 02:45:33 sendUrl INFO 83 [44] R: -2015-03-11 02:46:22 queue INFO >>83 [45] -2015-03-11 02:46:22 program ERROR IOB offline -2015-03-11 02:46:23 program INFO IOB ONLINE! -2015-03-11 02:46:23 sendUrl INFO 83 [45] R: -2015-03-11 02:47:12 queue INFO >>83 [46] -2015-03-11 02:47:13 program ERROR IOB offline -2015-03-11 02:47:13 program INFO IOB ONLINE! -2015-03-11 02:47:13 sendUrl INFO 83 [46] R: -2015-03-11 02:48:03 queue INFO >>83 [47] -2015-03-11 02:48:03 program ERROR IOB offline -2015-03-11 02:48:03 program INFO IOB ONLINE! -2015-03-11 02:48:03 sendUrl INFO 83 [47] R: -2015-03-11 02:48:53 queue INFO >>83 [48] -2015-03-11 02:48:53 program ERROR IOB offline -2015-03-11 02:48:53 program INFO IOB ONLINE! -2015-03-11 02:48:53 sendUrl INFO 83 [48] R: -2015-03-11 02:49:43 queue INFO >>83 [49] -2015-03-11 02:49:43 program ERROR IOB offline -2015-03-11 02:49:44 program INFO IOB ONLINE! -2015-03-11 02:49:44 sendUrl INFO 83 [49] R: -2015-03-11 02:50:33 queue INFO >>83 [50] -2015-03-11 02:50:33 program ERROR IOB offline -2015-03-11 02:50:34 program INFO IOB ONLINE! -2015-03-11 02:50:34 sendUrl INFO 83 [50] R: -2015-03-11 02:51:23 queue INFO >>83 [51] -2015-03-11 02:51:23 program ERROR IOB offline -2015-03-11 02:51:24 program INFO IOB ONLINE! -2015-03-11 02:51:24 sendUrl INFO 83 [51] R: -2015-03-11 02:51:57 queue INFO C7 [52] -2015-03-11 02:51:57 queue INFO >C7 [53] -2015-03-11 02:51:57 program ERROR IOB offline -2015-03-11 02:51:58 program INFO IOB ONLINE! -2015-03-11 02:51:58 sendUrl INFO C7 [52] R: -2015-03-11 02:51:58 program ERROR IOB offline -2015-03-11 02:51:58 queue INFO C3 [54] -2015-03-11 02:51:58 queue INFO >C3 [55] -2015-03-11 02:51:59 program INFO IOB ONLINE! -2015-03-11 02:51:59 sendUrl INFO C7 [53] R: -2015-03-11 02:51:59 program ERROR IOB offline -2015-03-11 02:52:00 program INFO IOB ONLINE! -2015-03-11 02:52:00 sendUrl INFO C3 [54] R: -2015-03-11 02:52:00 program ERROR IOB offline -2015-03-11 02:52:01 program INFO IOB ONLINE! -2015-03-11 02:52:01 sendUrl INFO C3 [55] R: -2015-03-11 02:52:48 queue INFO >>C3 [56] -2015-03-11 02:52:49 sendUrl INFO C3 [56] R: -2015-03-11 02:52:52 queue INFO C1 [57] -2015-03-11 02:52:52 queue INFO >C1 [58] -2015-03-11 02:52:53 program ERROR IOB offline -2015-03-11 02:52:53 program INFO IOB ONLINE! -2015-03-11 02:52:53 sendUrl INFO C1 [57] R: -2015-03-11 02:52:54 program ERROR IOB offline -2015-03-11 02:52:54 program INFO IOB ONLINE! -2015-03-11 02:52:54 sendUrl INFO C1 [58] R: -2015-03-11 02:53:42 queue INFO >>C1 [59] -2015-03-11 02:53:42 program ERROR IOB offline -2015-03-11 02:53:43 program INFO IOB ONLINE! -2015-03-11 02:53:43 sendUrl INFO C1 [59] R: -2015-03-11 02:54:32 queue INFO >>C1 [60] -2015-03-11 02:54:33 program ERROR IOB offline -2015-03-11 02:54:33 program INFO IOB ONLINE! -2015-03-11 02:54:33 sendUrl INFO C1 [60] R: -2015-03-11 02:55:22 queue INFO >>C1 [61] -2015-03-11 02:55:23 program ERROR IOB offline -2015-03-11 02:55:23 program INFO IOB ONLINE! -2015-03-11 02:55:23 sendUrl INFO C1 [61] R: -2015-03-11 02:56:13 queue INFO >>C1 [62] -2015-03-11 02:56:13 program ERROR IOB offline -2015-03-11 02:56:13 program INFO IOB ONLINE! -2015-03-11 02:56:13 sendUrl INFO C1 [62] R: -2015-03-11 02:57:03 queue INFO >>C1 [63] -2015-03-11 02:57:03 program ERROR IOB offline -2015-03-11 02:57:04 program INFO IOB ONLINE! -2015-03-11 02:57:04 sendUrl INFO C1 [63] R: -2015-03-11 02:57:53 queue INFO >>C1 [64] -2015-03-11 02:57:53 program ERROR IOB offline -2015-03-11 02:57:55 program INFO IOB ONLINE! -2015-03-11 02:57:55 sendUrl INFO C1 [64] R: -2015-03-11 02:58:43 queue INFO >>C1 [65] -2015-03-11 02:58:43 program ERROR IOB offline -2015-03-11 02:58:44 program INFO IOB ONLINE! -2015-03-11 02:58:44 sendUrl INFO C1 [65] R: -2015-03-11 02:59:33 queue INFO >>C1 [66] -2015-03-11 02:59:34 program ERROR IOB offline -2015-03-11 02:59:35 program INFO IOB ONLINE! -2015-03-11 02:59:35 sendUrl INFO C1 [66] R: -2015-03-11 03:00:06 queue INFO D9 [67] -2015-03-11 03:00:06 queue INFO >D9 [68] -2015-03-11 03:00:06 program ERROR IOB offline -2015-03-11 03:00:07 program INFO IOB ONLINE! -2015-03-11 03:00:07 sendUrl INFO D9 [67] R: -2015-03-11 03:00:07 program ERROR IOB offline -2015-03-11 03:00:08 program INFO IOB ONLINE! -2015-03-11 03:00:08 sendUrl INFO D9 [68] R: -2015-03-11 03:00:56 queue INFO >>D9 [69] -2015-03-11 03:00:56 program ERROR IOB offline -2015-03-11 03:00:57 program INFO IOB ONLINE! -2015-03-11 03:00:57 sendUrl INFO D9 [69] R: -2015-03-11 03:01:46 queue INFO >>D9 [70] -2015-03-11 03:01:47 program ERROR IOB offline -2015-03-11 03:01:47 program INFO IOB ONLINE! -2015-03-11 03:01:47 sendUrl INFO D9 [70] R: -2015-03-11 03:02:36 queue INFO >>D9 [71] -2015-03-11 03:02:36 program ERROR IOB offline -2015-03-11 03:02:37 program INFO IOB ONLINE! -2015-03-11 03:02:37 sendUrl INFO D9 [71] R: -2015-03-11 03:03:27 queue INFO >>D9 [72] -2015-03-11 03:03:27 program ERROR IOB offline -2015-03-11 03:03:27 program INFO IOB ONLINE! -2015-03-11 03:03:27 sendUrl INFO D9 [72] R: -2015-03-11 03:04:17 queue INFO >>D9 [73] -2015-03-11 03:04:17 sendUrl INFO D9 [73] R: -2015-03-11 03:05:07 queue INFO >>D9 [74] -2015-03-11 03:05:07 program ERROR IOB offline -2015-03-11 03:05:08 program INFO IOB ONLINE! -2015-03-11 03:05:08 sendUrl INFO D9 [74] R: -2015-03-11 03:05:57 queue INFO >>D9 [75] -2015-03-11 03:05:57 program ERROR IOB offline -2015-03-11 03:05:58 program INFO IOB ONLINE! -2015-03-11 03:05:58 sendUrl INFO D9 [75] R: -2015-03-11 03:06:47 queue INFO >>D9 [76] -2015-03-11 03:06:48 program ERROR IOB offline -2015-03-11 03:06:48 program INFO IOB ONLINE! -2015-03-11 03:06:48 sendUrl INFO D9 [76] R: -2015-03-11 03:07:18 queue INFO C9 [77] -2015-03-11 03:07:19 queue INFO >C9 [78] -2015-03-11 03:07:19 sendUrl INFO C9 [77] R: -2015-03-11 03:07:19 sendUrl INFO C9 [78] R: -2015-03-11 03:07:22 queue INFO C1 [79] -2015-03-11 03:07:22 queue INFO >C1 [80] -2015-03-11 03:07:22 program ERROR IOB offline -2015-03-11 03:07:23 program INFO IOB ONLINE! -2015-03-11 03:07:23 sendUrl INFO C1 [79] R: -2015-03-11 03:07:23 program ERROR IOB offline -2015-03-11 03:07:24 program INFO IOB ONLINE! -2015-03-11 03:07:24 sendUrl INFO C1 [80] R: -2015-03-11 03:07:29 queue INFO C3 [81] -2015-03-11 03:07:29 program ERROR IOB offline -2015-03-11 03:07:29 queue INFO >C3 [82] -2015-03-11 03:07:31 program INFO IOB ONLINE! -2015-03-11 03:07:31 sendUrl INFO C3 [81] R: -2015-03-11 03:07:32 program ERROR IOB offline -2015-03-11 03:07:32 program INFO IOB ONLINE! -2015-03-11 03:07:32 sendUrl INFO C3 [82] R: -2015-03-11 03:07:53 queue INFO 83 [83] -2015-03-11 03:07:53 queue INFO 87 [84] -2015-03-11 03:07:53 queue INFO >87 [85] -2015-03-11 03:07:53 program ERROR IOB offline -2015-03-11 03:07:54 program INFO IOB ONLINE! -2015-03-11 03:07:54 sendUrl INFO 83 [83] R: -2015-03-11 03:07:54 program ERROR IOB offline -2015-03-11 03:07:54 queue INFO 83 [86] -2015-03-11 03:07:55 queue INFO >83 [87] -2015-03-11 03:07:55 program INFO IOB ONLINE! -2015-03-11 03:07:55 sendUrl INFO 87 [84] R: -2015-03-11 03:07:55 program ERROR IOB offline -2015-03-11 03:07:56 program INFO IOB ONLINE! -2015-03-11 03:07:56 sendUrl INFO 87 [85] R: -2015-03-11 03:07:56 sendUrl INFO 83 [86] R: -2015-03-11 03:07:57 sendUrl INFO 83 [87] R: -2015-03-11 03:08:44 queue INFO >>83 [88] -2015-03-11 03:08:45 program ERROR IOB offline -2015-03-11 03:08:45 program INFO IOB ONLINE! -2015-03-11 03:08:45 sendUrl INFO 83 [88] R: -2015-03-11 03:09:35 queue INFO >>83 [89] -2015-03-11 03:09:35 program ERROR IOB offline -2015-03-11 03:09:35 program INFO IOB ONLINE! -2015-03-11 03:09:35 sendUrl INFO 83 [89] R: -2015-03-11 03:10:25 queue INFO >>83 [90] -2015-03-11 03:10:25 program ERROR IOB offline -2015-03-11 03:10:26 program INFO IOB ONLINE! -2015-03-11 03:10:26 sendUrl INFO 83 [90] R: -2015-03-11 03:11:15 queue INFO >>83 [91] -2015-03-11 03:11:15 program ERROR IOB offline -2015-03-11 03:11:16 program INFO IOB ONLINE! -2015-03-11 03:11:16 sendUrl INFO 83 [91] R: -2015-03-11 03:12:05 queue INFO >>83 [92] -2015-03-11 03:12:05 program ERROR IOB offline -2015-03-11 03:12:06 program INFO IOB ONLINE! -2015-03-11 03:12:06 sendUrl INFO 83 [92] R: -2015-03-11 03:12:55 queue INFO >>83 [93] -2015-03-11 03:12:56 program ERROR IOB offline -2015-03-11 03:12:56 program INFO IOB ONLINE! -2015-03-11 03:12:56 sendUrl INFO 83 [93] R: -2015-03-11 03:13:45 queue INFO >>83 [94] -2015-03-11 03:13:45 program ERROR IOB offline -2015-03-11 03:13:46 program INFO IOB ONLINE! -2015-03-11 03:13:46 sendUrl INFO 83 [94] R: -2015-03-11 03:14:35 queue INFO >>83 [95] -2015-03-11 03:14:36 program ERROR IOB offline -2015-03-11 03:14:36 program INFO IOB ONLINE! -2015-03-11 03:14:36 sendUrl INFO 83 [95] R: -2015-03-11 03:15:26 queue INFO >>83 [96] -2015-03-11 03:15:26 program ERROR IOB offline -2015-03-11 03:15:27 program INFO IOB ONLINE! -2015-03-11 03:15:27 sendUrl INFO 83 [96] R: -2015-03-11 03:15:59 queue INFO 87 [97] -2015-03-11 03:15:59 program ERROR IOB offline -2015-03-11 03:15:59 queue INFO >87 [98] -2015-03-11 03:16:00 program INFO IOB ONLINE! -2015-03-11 03:16:00 sendUrl INFO 87 [97] R: -2015-03-11 03:16:00 program ERROR IOB offline -2015-03-11 03:16:01 program INFO IOB ONLINE! -2015-03-11 03:16:01 queue INFO 83 [99] -2015-03-11 03:16:01 sendUrl INFO 87 [98] R: -2015-03-11 03:16:01 queue INFO >83 [100] -2015-03-11 03:16:01 program ERROR IOB offline -2015-03-11 03:16:02 program INFO IOB ONLINE! -2015-03-11 03:16:02 sendUrl INFO 83 [99] R: -2015-03-11 03:16:02 program ERROR IOB offline -2015-03-11 03:16:03 program INFO IOB ONLINE! -2015-03-11 03:16:03 sendUrl INFO 83 [100] R: -2015-03-11 03:16:51 queue INFO >>83 [101] -2015-03-11 03:16:51 program ERROR IOB offline -2015-03-11 03:16:52 program INFO IOB ONLINE! -2015-03-11 03:16:52 sendUrl INFO 83 [101] R: -2015-03-11 03:17:41 queue INFO >>83 [102] -2015-03-11 03:17:42 program ERROR IOB offline -2015-03-11 03:17:42 program INFO IOB ONLINE! -2015-03-11 03:17:42 sendUrl INFO 83 [102] R: -2015-03-11 03:18:31 queue INFO >>83 [103] -2015-03-11 03:18:31 program ERROR IOB offline -2015-03-11 03:18:32 program INFO IOB ONLINE! -2015-03-11 03:18:32 sendUrl INFO 83 [103] R: -2015-03-11 03:19:21 queue INFO >>83 [104] -2015-03-11 03:19:22 program ERROR IOB offline -2015-03-11 03:19:22 program INFO IOB ONLINE! -2015-03-11 03:19:22 sendUrl INFO 83 [104] R: -2015-03-11 03:20:12 queue INFO >>83 [105] -2015-03-11 03:20:12 program ERROR IOB offline -2015-03-11 03:20:13 program INFO IOB ONLINE! -2015-03-11 03:20:13 sendUrl INFO 83 [105] R: -2015-03-11 03:21:02 queue INFO >>83 [106] -2015-03-11 03:21:02 program ERROR IOB offline -2015-03-11 03:21:02 program INFO IOB ONLINE! -2015-03-11 03:21:02 sendUrl INFO 83 [106] R: -2015-03-11 03:21:52 queue INFO >>83 [107] -2015-03-11 03:21:52 program ERROR IOB offline -2015-03-11 03:21:53 program INFO IOB ONLINE! -2015-03-11 03:21:53 sendUrl INFO 83 [107] R: -2015-03-11 03:22:42 queue INFO >>83 [108] -2015-03-11 03:22:43 program ERROR IOB offline -2015-03-11 03:22:43 program INFO IOB ONLINE! -2015-03-11 03:22:43 sendUrl INFO 83 [108] R: -2015-03-11 03:23:32 queue INFO >>83 [109] -2015-03-11 03:23:32 program ERROR IOB offline -2015-03-11 03:23:33 program INFO IOB ONLINE! -2015-03-11 03:23:33 sendUrl INFO 83 [109] R: -2015-03-11 03:24:06 queue INFO 87 [110] -2015-03-11 03:24:06 queue INFO >87 [111] -2015-03-11 03:24:06 program ERROR IOB offline -2015-03-11 03:24:07 program INFO IOB ONLINE! -2015-03-11 03:24:07 sendUrl INFO 87 [110] R: -2015-03-11 03:24:07 program ERROR IOB offline -2015-03-11 03:24:07 queue INFO 83 [112] -2015-03-11 03:24:08 queue INFO >83 [113] -2015-03-11 03:24:08 program INFO IOB ONLINE! -2015-03-11 03:24:08 sendUrl INFO 87 [111] R: -2015-03-11 03:24:08 program ERROR IOB offline -2015-03-11 03:24:09 program INFO IOB ONLINE! -2015-03-11 03:24:09 sendUrl INFO 83 [112] R: -2015-03-11 03:24:09 program ERROR IOB offline -2015-03-11 03:24:10 program INFO IOB ONLINE! -2015-03-11 03:24:10 sendUrl INFO 83 [113] R: -2015-03-11 03:24:57 queue INFO >>83 [114] -2015-03-11 03:24:58 sendUrl INFO 83 [114] R: -2015-03-11 03:25:48 queue INFO >>83 [115] -2015-03-11 03:25:48 sendUrl INFO 83 [115] R: -2015-03-11 03:26:38 queue INFO >>83 [116] -2015-03-11 03:26:38 program ERROR IOB offline -2015-03-11 03:26:39 program INFO IOB ONLINE! -2015-03-11 03:26:39 sendUrl INFO 83 [116] R: -2015-03-11 03:27:28 queue INFO >>83 [117] -2015-03-11 03:27:28 program ERROR IOB offline -2015-03-11 03:27:29 program INFO IOB ONLINE! -2015-03-11 03:27:29 sendUrl INFO 83 [117] R: -2015-03-11 03:28:18 queue INFO >>83 [118] -2015-03-11 03:28:18 program ERROR IOB offline -2015-03-11 03:28:19 program INFO IOB ONLINE! -2015-03-11 03:28:19 sendUrl INFO 83 [118] R: -2015-03-11 03:29:08 queue INFO >>83 [119] -2015-03-11 03:29:09 program ERROR IOB offline -2015-03-11 03:29:09 program INFO IOB ONLINE! -2015-03-11 03:29:09 sendUrl INFO 83 [119] R: -2015-03-11 03:29:58 queue INFO >>83 [120] -2015-03-11 03:29:59 program ERROR IOB offline -2015-03-11 03:29:59 program INFO IOB ONLINE! -2015-03-11 03:29:59 sendUrl INFO 83 [120] R: -2015-03-11 03:30:49 queue INFO >>83 [121] -2015-03-11 03:30:49 program ERROR IOB offline -2015-03-11 03:30:49 program INFO IOB ONLINE! -2015-03-11 03:30:49 sendUrl INFO 83 [121] R: -2015-03-11 03:31:39 queue INFO >>83 [122] -2015-03-11 03:31:39 program ERROR IOB offline -2015-03-11 03:31:40 program INFO IOB ONLINE! -2015-03-11 03:31:40 sendUrl INFO 83 [122] R: -2015-03-11 03:32:12 queue INFO 87 [123] -2015-03-11 03:32:12 program ERROR IOB offline -2015-03-11 03:32:12 queue INFO >87 [124] -2015-03-11 03:32:13 program INFO IOB ONLINE! -2015-03-11 03:32:13 sendUrl INFO 87 [123] R: -2015-03-11 03:32:13 program ERROR IOB offline -2015-03-11 03:32:14 queue INFO 83 [125] -2015-03-11 03:32:14 program INFO IOB ONLINE! -2015-03-11 03:32:14 sendUrl INFO 87 [124] R: -2015-03-11 03:32:14 queue INFO >83 [126] -2015-03-11 03:32:14 program ERROR IOB offline -2015-03-11 03:32:15 program INFO IOB ONLINE! -2015-03-11 03:32:15 sendUrl INFO 83 [125] R: -2015-03-11 03:32:15 program ERROR IOB offline -2015-03-11 03:32:16 program INFO IOB ONLINE! -2015-03-11 03:32:16 sendUrl INFO 83 [126] R: -2015-03-11 03:33:04 queue INFO >>83 [127] -2015-03-11 03:33:04 program ERROR IOB offline -2015-03-11 03:33:05 program INFO IOB ONLINE! -2015-03-11 03:33:05 sendUrl INFO 83 [127] R: -2015-03-11 03:33:54 queue INFO >>83 [128] -2015-03-11 03:33:55 program ERROR IOB offline -2015-03-11 03:33:55 program INFO IOB ONLINE! -2015-03-11 03:33:55 sendUrl INFO 83 [128] R: -2015-03-11 03:34:44 queue INFO >>83 [129] -2015-03-11 03:34:44 program ERROR IOB offline -2015-03-11 03:34:45 program INFO IOB ONLINE! -2015-03-11 03:34:45 sendUrl INFO 83 [129] R: -2015-03-11 03:35:34 queue INFO >>83 [130] -2015-03-11 03:35:35 program ERROR IOB offline -2015-03-11 03:35:35 program INFO IOB ONLINE! -2015-03-11 03:35:35 sendUrl INFO 83 [130] R: -2015-03-11 03:36:25 queue INFO >>83 [131] -2015-03-11 03:36:25 sendUrl INFO 83 [131] R: -2015-03-11 03:37:15 queue INFO >>83 [132] -2015-03-11 03:37:15 program ERROR IOB offline -2015-03-11 03:37:15 program INFO IOB ONLINE! -2015-03-11 03:37:15 sendUrl INFO 83 [132] R: -2015-03-11 03:38:05 queue INFO >>83 [133] -2015-03-11 03:38:05 program ERROR IOB offline -2015-03-11 03:38:06 program INFO IOB ONLINE! -2015-03-11 03:38:06 sendUrl INFO 83 [133] R: -2015-03-11 03:38:55 queue INFO >>83 [134] -2015-03-11 03:38:56 program ERROR IOB offline -2015-03-11 03:38:56 program INFO IOB ONLINE! -2015-03-11 03:38:56 sendUrl INFO 83 [134] R: -2015-03-11 03:39:45 queue INFO >>83 [135] -2015-03-11 03:39:45 program ERROR IOB offline -2015-03-11 03:39:46 program INFO IOB ONLINE! -2015-03-11 03:39:46 sendUrl INFO 83 [135] R: -2015-03-11 03:40:19 queue INFO C7 [136] -2015-03-11 03:40:19 program ERROR IOB offline -2015-03-11 03:40:19 queue INFO >C7 [137] -2015-03-11 03:40:19 program INFO IOB ONLINE! -2015-03-11 03:40:19 sendUrl INFO C7 [136] R: -2015-03-11 03:40:20 program ERROR IOB offline -2015-03-11 03:40:20 program INFO IOB ONLINE! -2015-03-11 03:40:20 queue INFO C3 [138] -2015-03-11 03:40:20 sendUrl INFO C7 [137] R: -2015-03-11 03:40:20 queue INFO >C3 [139] -2015-03-11 03:40:21 program ERROR IOB offline -2015-03-11 03:40:21 program INFO IOB ONLINE! -2015-03-11 03:40:21 sendUrl INFO C3 [138] R: -2015-03-11 03:40:22 program ERROR IOB offline -2015-03-11 03:40:22 program INFO IOB ONLINE! -2015-03-11 03:40:22 sendUrl INFO C3 [139] R: -2015-03-11 03:41:10 queue INFO >>C3 [140] -2015-03-11 03:41:10 program ERROR IOB offline -2015-03-11 03:41:11 program INFO IOB ONLINE! -2015-03-11 03:41:11 sendUrl INFO C3 [140] R: -2015-03-11 03:42:00 queue INFO >>C3 [141] -2015-03-11 03:42:01 program ERROR IOB offline -2015-03-11 03:42:01 program INFO IOB ONLINE! -2015-03-11 03:42:01 sendUrl INFO C3 [141] R: -2015-03-11 03:42:51 queue INFO >>C3 [142] -2015-03-11 03:42:51 program ERROR IOB offline -2015-03-11 03:42:52 program INFO IOB ONLINE! -2015-03-11 03:42:52 sendUrl INFO C3 [142] R: -2015-03-11 03:43:41 queue INFO >>C3 [143] -2015-03-11 03:43:41 program ERROR IOB offline -2015-03-11 03:43:41 program INFO IOB ONLINE! -2015-03-11 03:43:41 sendUrl INFO C3 [143] R: -2015-03-11 03:44:31 queue INFO >>C3 [144] -2015-03-11 03:44:31 program ERROR IOB offline -2015-03-11 03:44:32 program INFO IOB ONLINE! -2015-03-11 03:44:32 sendUrl INFO C3 [144] R: -2015-03-11 03:45:21 queue INFO >>C3 [145] -2015-03-11 03:45:21 program ERROR IOB offline -2015-03-11 03:45:22 program INFO IOB ONLINE! -2015-03-11 03:45:22 sendUrl INFO C3 [145] R: -2015-03-11 03:46:11 queue INFO >>C3 [146] -2015-03-11 03:46:11 program ERROR IOB offline -2015-03-11 03:46:12 program INFO IOB ONLINE! -2015-03-11 03:46:12 sendUrl INFO C3 [146] R: -2015-03-11 03:47:01 queue INFO >>C3 [147] -2015-03-11 03:47:02 program ERROR IOB offline -2015-03-11 03:47:02 program INFO IOB ONLINE! -2015-03-11 03:47:02 sendUrl INFO C3 [147] R: -2015-03-11 03:47:51 queue INFO >>C3 [148] -2015-03-11 03:47:52 program ERROR IOB offline -2015-03-11 03:47:52 program INFO IOB ONLINE! -2015-03-11 03:47:52 sendUrl INFO C3 [148] R: -2015-03-11 03:48:25 queue INFO 83 [149] -2015-03-11 03:48:25 queue INFO 87 [150] -2015-03-11 03:48:25 queue INFO >87 [151] -2015-03-11 03:48:25 program ERROR IOB offline -2015-03-11 03:48:26 program INFO IOB ONLINE! -2015-03-11 03:48:26 sendUrl INFO 83 [149] R: -2015-03-11 03:48:26 program ERROR IOB offline -2015-03-11 03:48:27 queue INFO 83 [152] -2015-03-11 03:48:27 queue INFO >83 [153] -2015-03-11 03:48:27 program INFO IOB ONLINE! -2015-03-11 03:48:27 sendUrl INFO 87 [150] R: -2015-03-11 03:48:27 program ERROR IOB offline -2015-03-11 03:48:28 program INFO IOB ONLINE! -2015-03-11 03:48:28 sendUrl INFO 87 [151] R: -2015-03-11 03:48:28 program ERROR IOB offline -2015-03-11 03:48:29 program INFO IOB ONLINE! -2015-03-11 03:48:29 sendUrl INFO 83 [152] R: -2015-03-11 03:48:29 program ERROR IOB offline -2015-03-11 03:48:30 program INFO IOB ONLINE! -2015-03-11 03:48:30 sendUrl INFO 83 [153] R: -2015-03-11 03:49:17 queue INFO >>83 [154] -2015-03-11 03:49:17 program ERROR IOB offline -2015-03-11 03:49:18 program INFO IOB ONLINE! -2015-03-11 03:49:18 sendUrl INFO 83 [154] R: -2015-03-11 03:50:07 queue INFO >>83 [155] -2015-03-11 03:50:07 program ERROR IOB offline -2015-03-11 03:50:08 program INFO IOB ONLINE! -2015-03-11 03:50:08 sendUrl INFO 83 [155] R: -2015-03-11 03:50:57 queue INFO >>83 [156] -2015-03-11 03:50:57 program ERROR IOB offline -2015-03-11 03:50:58 program INFO IOB ONLINE! -2015-03-11 03:50:58 sendUrl INFO 83 [156] R: -2015-03-11 03:51:47 queue INFO >>83 [157] -2015-03-11 03:51:48 program ERROR IOB offline -2015-03-11 03:51:48 program INFO IOB ONLINE! -2015-03-11 03:51:48 sendUrl INFO 83 [157] R: -2015-03-11 03:52:37 queue INFO >>83 [158] -2015-03-11 03:52:38 program ERROR IOB offline -2015-03-11 03:52:38 program INFO IOB ONLINE! -2015-03-11 03:52:38 sendUrl INFO 83 [158] R: -2015-03-11 03:53:28 queue INFO >>83 [159] -2015-03-11 03:53:28 program ERROR IOB offline -2015-03-11 03:53:28 program INFO IOB ONLINE! -2015-03-11 03:53:28 sendUrl INFO 83 [159] R: -2015-03-11 03:54:18 queue INFO >>83 [160] -2015-03-11 03:54:18 program ERROR IOB offline -2015-03-11 03:54:19 program INFO IOB ONLINE! -2015-03-11 03:54:19 sendUrl INFO 83 [160] R: -2015-03-11 03:55:08 queue INFO >>83 [161] -2015-03-11 03:55:08 program ERROR IOB offline -2015-03-11 03:55:09 program INFO IOB ONLINE! -2015-03-11 03:55:09 sendUrl INFO 83 [161] R: -2015-03-11 03:55:58 queue INFO >>83 [162] -2015-03-11 03:55:58 program ERROR IOB offline -2015-03-11 03:55:59 program INFO IOB ONLINE! -2015-03-11 03:55:59 sendUrl INFO 83 [162] R: -2015-03-11 03:56:32 queue INFO 87 [163] -2015-03-11 03:56:32 program ERROR IOB offline -2015-03-11 03:56:32 queue INFO >87 [164] -2015-03-11 03:56:33 program INFO IOB ONLINE! -2015-03-11 03:56:33 sendUrl INFO 87 [163] R: -2015-03-11 03:56:33 program ERROR IOB offline -2015-03-11 03:56:33 queue INFO 83 [165] -2015-03-11 03:56:34 queue INFO >83 [166] -2015-03-11 03:56:34 program INFO IOB ONLINE! -2015-03-11 03:56:34 sendUrl INFO 87 [164] R: -2015-03-11 03:56:35 program ERROR IOB offline -2015-03-11 03:56:35 program INFO IOB ONLINE! -2015-03-11 03:56:35 sendUrl INFO 83 [165] R: -2015-03-11 03:56:36 program ERROR IOB offline -2015-03-11 03:56:36 program INFO IOB ONLINE! -2015-03-11 03:56:36 sendUrl INFO 83 [166] R: -2015-03-11 03:57:24 queue INFO >>83 [167] -2015-03-11 03:57:24 program ERROR IOB offline -2015-03-11 03:57:24 program INFO IOB ONLINE! -2015-03-11 03:57:24 sendUrl INFO 83 [167] R: -2015-03-11 03:58:14 queue INFO >>83 [168] -2015-03-11 03:58:14 program ERROR IOB offline -2015-03-11 03:58:15 program INFO IOB ONLINE! -2015-03-11 03:58:15 sendUrl INFO 83 [168] R: -2015-03-11 03:59:04 queue INFO >>83 [169] -2015-03-11 03:59:04 sendUrl INFO 83 [169] R: -2015-03-11 03:59:54 queue INFO >>83 [170] -2015-03-11 03:59:54 program ERROR IOB offline -2015-03-11 03:59:55 program INFO IOB ONLINE! -2015-03-11 03:59:55 sendUrl INFO 83 [170] R: -2015-03-11 04:00:44 queue INFO >>83 [171] -2015-03-11 04:00:45 sendUrl INFO 83 [171] R:OK -2015-03-11 04:01:34 queue INFO >>83 [172] -2015-03-11 04:01:35 sendUrl INFO 83 [172] R:OK -2015-03-11 04:02:25 queue INFO >>83 [173] -2015-03-11 04:02:25 sendUrl INFO 83 [173] R:OK -2015-03-11 04:03:15 queue INFO >>83 [174] -2015-03-11 04:03:15 sendUrl INFO 83 [174] R:OK -2015-03-11 04:04:05 queue INFO >>83 [175] -2015-03-11 04:04:05 sendUrl INFO 83 [175] R:OK -2015-03-11 04:04:39 queue INFO 87 [176] -2015-03-11 04:04:39 queue INFO >87 [177] -2015-03-11 04:04:39 sendUrl INFO 87 [176] R:OK -2015-03-11 04:04:39 sendUrl INFO 87 [177] R:OK -2015-03-11 04:04:40 queue INFO 83 [178] -2015-03-11 04:04:40 queue INFO >83 [179] -2015-03-11 04:04:40 sendUrl INFO 83 [178] R:OK -2015-03-11 04:04:41 sendUrl INFO 83 [179] R:OK -2015-03-11 04:05:30 queue INFO >>83 [180] -2015-03-11 04:05:31 sendUrl INFO 83 [180] R:OK -2015-03-11 04:06:20 queue INFO >>83 [181] -2015-03-11 04:06:21 sendUrl INFO 83 [181] R:OK -2015-03-11 04:07:11 queue INFO >>83 [182] -2015-03-11 04:07:11 sendUrl INFO 83 [182] R:OK -2015-03-11 04:08:01 queue INFO >>83 [183] -2015-03-11 04:08:01 sendUrl INFO 83 [183] R:OK -2015-03-11 04:08:51 queue INFO >>83 [184] -2015-03-11 04:08:52 sendUrl INFO 83 [184] R:OK -2015-03-11 04:09:41 queue INFO >>83 [185] -2015-03-11 04:09:41 sendUrl INFO 83 [185] R:OK -2015-03-11 04:10:31 queue INFO >>83 [186] -2015-03-11 04:10:32 sendUrl INFO 83 [186] R:OK -2015-03-11 04:11:21 queue INFO >>83 [187] -2015-03-11 04:11:22 sendUrl INFO 83 [187] R:OK -2015-03-11 04:12:12 queue INFO >>83 [188] -2015-03-11 04:12:12 sendUrl INFO 83 [188] R:OK -2015-03-11 04:12:45 queue INFO 87 [189] -2015-03-11 04:12:45 queue INFO >87 [190] -2015-03-11 04:12:46 sendUrl INFO 87 [189] R:OK -2015-03-11 04:12:46 sendUrl INFO 87 [190] R:OK -2015-03-11 04:12:47 queue INFO 83 [191] -2015-03-11 04:12:47 queue INFO >83 [192] -2015-03-11 04:12:47 sendUrl INFO 83 [191] R:OK -2015-03-11 04:12:48 sendUrl INFO 83 [192] R:OK -2015-03-11 04:13:37 queue INFO >>83 [193] -2015-03-11 04:13:37 sendUrl INFO 83 [193] R:OK -2015-03-11 04:14:27 queue INFO >>83 [194] -2015-03-11 04:14:27 sendUrl INFO 83 [194] R:OK -2015-03-11 04:15:17 queue INFO >>83 [195] -2015-03-11 04:15:18 sendUrl INFO 83 [195] R:OK -2015-03-11 04:16:07 queue INFO >>83 [196] -2015-03-11 04:16:07 sendUrl INFO 83 [196] R:OK -2015-03-11 04:16:57 queue INFO >>83 [197] -2015-03-11 04:16:58 sendUrl INFO 83 [197] R:OK -2015-03-11 04:17:48 queue INFO >>83 [198] -2015-03-11 04:17:48 sendUrl INFO 83 [198] R:OK -2015-03-11 04:18:38 queue INFO >>83 [199] -2015-03-11 04:18:38 sendUrl INFO 83 [199] R:OK -2015-03-11 04:19:28 queue INFO >>83 [200] -2015-03-11 04:19:28 sendUrl INFO 83 [200] R:OK -2015-03-11 04:20:18 queue INFO >>83 [201] -2015-03-11 04:20:19 sendUrl INFO 83 [201] R:OK -2015-03-11 04:20:51 queue INFO 87 [202] -2015-03-11 04:20:52 queue INFO >87 [203] -2015-03-11 04:20:52 sendUrl INFO 87 [202] R:OK -2015-03-11 04:20:52 sendUrl INFO 87 [203] R:OK -2015-03-11 04:20:53 queue INFO 83 [204] -2015-03-11 04:20:53 queue INFO >83 [205] -2015-03-11 04:20:53 sendUrl INFO 83 [204] R:OK -2015-03-11 04:20:54 sendUrl INFO 83 [205] R:OK -2015-03-11 04:21:43 queue INFO >>83 [206] -2015-03-11 04:21:44 sendUrl INFO 83 [206] R:OK -2015-03-11 04:22:33 queue INFO >>83 [207] -2015-03-11 04:22:33 sendUrl INFO 83 [207] R:OK -2015-03-11 04:23:23 queue INFO >>83 [208] -2015-03-11 04:23:24 sendUrl INFO 83 [208] R:OK -2015-03-11 04:24:14 queue INFO >>83 [209] -2015-03-11 04:24:14 sendUrl INFO 83 [209] R:OK -2015-03-11 04:25:04 queue INFO >>83 [210] -2015-03-11 04:25:04 sendUrl INFO 83 [210] R:OK -2015-03-11 04:25:54 queue INFO >>83 [211] -2015-03-11 04:25:54 sendUrl INFO 83 [211] R:OK -2015-03-11 04:26:44 queue INFO >>83 [212] -2015-03-11 04:26:44 sendUrl INFO 83 [212] R:OK -2015-03-11 04:27:34 queue INFO >>83 [213] -2015-03-11 04:27:34 sendUrl INFO 83 [213] R:OK -2015-03-11 04:28:24 queue INFO >>83 [214] -2015-03-11 04:28:25 sendUrl INFO 83 [214] R:OK -2015-03-11 04:28:58 queue INFO C7 [215] -2015-03-11 04:28:58 sendUrl INFO C7 [215] R:OK -2015-03-11 04:28:58 queue INFO >C7 [216] -2015-03-11 04:28:58 sendUrl INFO C7 [216] R:OK -2015-03-11 04:28:59 queue INFO C3 [217] -2015-03-11 04:29:00 queue INFO >C3 [218] -2015-03-11 04:29:00 sendUrl INFO C3 [217] R:OK -2015-03-11 04:29:01 sendUrl INFO C3 [218] R:OK -2015-03-11 04:29:50 queue INFO >>C3 [219] -2015-03-11 04:29:50 sendUrl INFO C3 [219] R:OK -2015-03-11 04:30:40 queue INFO >>C3 [220] -2015-03-11 04:30:40 sendUrl INFO C3 [220] R:OK -2015-03-11 04:31:30 queue INFO >>C3 [221] -2015-03-11 04:31:30 sendUrl INFO C3 [221] R:OK -2015-03-11 04:32:20 queue INFO >>C3 [222] -2015-03-11 04:32:20 sendUrl INFO C3 [222] R:OK -2015-03-11 04:33:10 queue INFO >>C3 [223] -2015-03-11 04:33:11 sendUrl INFO C3 [223] R:OK -2015-03-11 04:34:00 queue INFO >>C3 [224] -2015-03-11 04:34:00 sendUrl INFO C3 [224] R:OK -2015-03-11 04:34:50 queue INFO >>C3 [225] -2015-03-11 04:34:51 sendUrl INFO C3 [225] R:OK -2015-03-11 04:35:41 queue INFO >>C3 [226] -2015-03-11 04:35:41 sendUrl INFO C3 [226] R:OK -2015-03-11 04:36:31 queue INFO >>C3 [227] -2015-03-11 04:36:31 sendUrl INFO C3 [227] R:OK -2015-03-11 04:37:04 queue INFO 83 [228] -2015-03-11 04:37:04 sendUrl INFO 83 [228] R:OK -2015-03-11 04:37:04 queue INFO 87 [229] -2015-03-11 04:37:05 queue INFO >87 [230] -2015-03-11 04:37:05 sendUrl INFO 87 [229] R:OK -2015-03-11 04:37:05 sendUrl INFO 87 [230] R:OK -2015-03-11 04:37:06 queue INFO 83 [231] -2015-03-11 04:37:06 queue INFO >83 [232] -2015-03-11 04:37:06 sendUrl INFO 83 [231] R:OK -2015-03-11 04:37:07 sendUrl INFO 83 [232] R:OK -2015-03-11 04:37:56 queue INFO >>83 [233] -2015-03-11 04:37:57 sendUrl INFO 83 [233] R:OK -2015-03-11 04:38:46 queue INFO >>83 [234] -2015-03-11 04:38:46 sendUrl INFO 83 [234] R:OK -2015-03-11 04:39:36 queue INFO >>83 [235] -2015-03-11 04:39:37 sendUrl INFO 83 [235] R:OK -2015-03-11 04:40:26 queue INFO >>83 [236] -2015-03-11 04:40:27 sendUrl INFO 83 [236] R:OK -2015-03-11 04:41:17 queue INFO >>83 [237] -2015-03-11 04:41:17 sendUrl INFO 83 [237] R:OK -2015-03-11 04:42:07 queue INFO >>83 [238] -2015-03-11 04:42:07 sendUrl INFO 83 [238] R:OK -2015-03-11 04:42:57 queue INFO >>83 [239] -2015-03-11 04:42:57 sendUrl INFO 83 [239] R:OK -2015-03-11 04:43:47 queue INFO >>83 [240] -2015-03-11 04:43:47 sendUrl INFO 83 [240] R:OK -2015-03-11 04:44:37 queue INFO >>83 [241] -2015-03-11 04:44:37 sendUrl INFO 83 [241] R:OK -2015-03-11 04:45:11 queue INFO 87 [242] -2015-03-11 04:45:11 queue INFO >87 [243] -2015-03-11 04:45:11 sendUrl INFO 87 [242] R:OK -2015-03-11 04:45:12 sendUrl INFO 87 [243] R:OK -2015-03-11 04:45:13 queue INFO 83 [244] -2015-03-11 04:45:13 sendUrl INFO 83 [244] R:OK -2015-03-11 04:45:13 queue INFO >83 [245] -2015-03-11 04:45:13 sendUrl INFO 83 [245] R:OK -2015-03-11 04:46:03 queue INFO >>83 [246] -2015-03-11 04:46:03 sendUrl INFO 83 [246] R:OK -2015-03-11 04:46:53 queue INFO >>83 [247] -2015-03-11 04:46:54 sendUrl INFO 83 [247] R:OK -2015-03-11 04:47:43 queue INFO >>83 [248] -2015-03-11 04:47:43 sendUrl INFO 83 [248] R:OK -2015-03-11 04:48:33 queue INFO >>83 [249] -2015-03-11 04:48:34 sendUrl INFO 83 [249] R:OK -2015-03-11 04:49:24 queue INFO >>83 [250] -2015-03-11 04:49:24 sendUrl INFO 83 [250] R:OK -2015-03-11 04:50:14 queue INFO >>83 [251] -2015-03-11 04:50:14 sendUrl INFO 83 [251] R:OK -2015-03-11 04:51:04 queue INFO >>83 [252] -2015-03-11 04:51:04 sendUrl INFO 83 [252] R:OK -2015-03-11 04:51:54 queue INFO >>83 [253] -2015-03-11 04:51:55 sendUrl INFO 83 [253] R:OK -2015-03-11 04:52:44 queue INFO >>83 [254] -2015-03-11 04:52:44 sendUrl INFO 83 [254] R:OK -2015-03-11 04:53:18 queue INFO 87 [255] -2015-03-11 04:53:18 queue INFO >87 [256] -2015-03-11 04:53:18 sendUrl INFO 87 [255] R:OK -2015-03-11 04:53:19 sendUrl INFO 87 [256] R:OK -2015-03-11 04:53:19 queue INFO 83 [257] -2015-03-11 04:53:19 queue INFO >83 [258] -2015-03-11 04:53:20 sendUrl INFO 83 [257] R:OK -2015-03-11 04:53:20 sendUrl INFO 83 [258] R:OK -2015-03-11 04:54:09 queue INFO >>83 [259] -2015-03-11 04:54:10 sendUrl INFO 83 [259] R:OK -2015-03-11 04:55:00 queue INFO >>83 [260] -2015-03-11 04:55:00 sendUrl INFO 83 [260] R:OK -2015-03-11 04:55:50 queue INFO >>83 [261] -2015-03-11 04:55:50 sendUrl INFO 83 [261] R:OK -2015-03-11 04:56:40 queue INFO >>83 [262] -2015-03-11 04:56:40 sendUrl INFO 83 [262] R:OK -2015-03-11 04:57:30 queue INFO >>83 [263] -2015-03-11 04:57:30 sendUrl INFO 83 [263] R:OK -2015-03-11 04:58:20 queue INFO >>83 [264] -2015-03-11 04:58:20 sendUrl INFO 83 [264] R:OK -2015-03-11 04:59:10 queue INFO >>83 [265] -2015-03-11 04:59:10 sendUrl INFO 83 [265] R:OK -2015-03-11 05:00:00 queue INFO >>83 [266] -2015-03-11 05:00:01 sendUrl INFO 83 [266] R:OK -2015-03-11 05:00:50 queue INFO >>83 [267] -2015-03-11 05:00:51 sendUrl INFO 83 [267] R:OK -2015-03-11 05:01:24 queue INFO 87 [268] -2015-03-11 05:01:24 sendUrl INFO 87 [268] R:OK -2015-03-11 05:01:24 queue INFO >87 [269] -2015-03-11 05:01:25 sendUrl INFO 87 [269] R:OK -2015-03-11 05:01:26 queue INFO 83 [270] -2015-03-11 05:01:26 queue INFO >83 [271] -2015-03-11 05:01:26 sendUrl INFO 83 [270] R:OK -2015-03-11 05:01:27 sendUrl INFO 83 [271] R:OK -2015-03-11 05:02:16 queue INFO >>83 [272] -2015-03-11 05:02:16 sendUrl INFO 83 [272] R:OK -2015-03-11 05:03:06 queue INFO >>83 [273] -2015-03-11 05:03:07 sendUrl INFO 83 [273] R:OK -2015-03-11 05:03:56 queue INFO >>83 [274] -2015-03-11 05:03:56 sendUrl INFO 83 [274] R:OK -2015-03-11 05:04:46 queue INFO >>83 [275] -2015-03-11 05:04:47 sendUrl INFO 83 [275] R:OK -2015-03-11 05:05:37 queue INFO >>83 [276] -2015-03-11 05:05:37 sendUrl INFO 83 [276] R:OK -2015-03-11 05:06:27 queue INFO >>83 [277] -2015-03-11 05:06:27 sendUrl INFO 83 [277] R:OK -2015-03-11 05:07:17 queue INFO >>83 [278] -2015-03-11 05:07:17 sendUrl INFO 83 [278] R:OK -2015-03-11 05:08:07 queue INFO >>83 [279] -2015-03-11 05:08:08 sendUrl INFO 83 [279] R:OK -2015-03-11 05:08:57 queue INFO >>83 [280] -2015-03-11 05:08:57 sendUrl INFO 83 [280] R:OK -2015-03-11 05:09:31 queue INFO 87 [281] -2015-03-11 05:09:31 queue INFO >87 [282] -2015-03-11 05:09:31 sendUrl INFO 87 [281] R:OK -2015-03-11 05:09:32 sendUrl INFO 87 [282] R:OK -2015-03-11 05:09:32 queue INFO 83 [283] -2015-03-11 05:09:32 queue INFO >83 [284] -2015-03-11 05:09:33 sendUrl INFO 83 [283] R:OK -2015-03-11 05:09:33 sendUrl INFO 83 [284] R:OK -2015-03-11 05:10:22 queue INFO >>83 [285] -2015-03-11 05:10:22 sendUrl INFO 83 [285] R:OK -2015-03-11 05:11:12 queue INFO >>83 [286] -2015-03-11 05:11:13 sendUrl INFO 83 [286] R:OK -2015-03-11 05:12:03 queue INFO >>83 [287] -2015-03-11 05:12:03 sendUrl INFO 83 [287] R:OK -2015-03-11 05:12:53 queue INFO >>83 [288] -2015-03-11 05:12:53 sendUrl INFO 83 [288] R:OK -2015-03-11 05:13:43 queue INFO >>83 [289] -2015-03-11 05:13:43 sendUrl INFO 83 [289] R:OK -2015-03-11 05:14:33 queue INFO >>83 [290] -2015-03-11 05:14:34 sendUrl INFO 83 [290] R:OK -2015-03-11 05:15:23 queue INFO >>83 [291] -2015-03-11 05:15:23 sendUrl INFO 83 [291] R:OK -2015-03-11 05:16:13 queue INFO >>83 [292] -2015-03-11 05:16:14 sendUrl INFO 83 [292] R:OK -2015-03-11 05:17:03 queue INFO >>83 [293] -2015-03-11 05:17:04 sendUrl INFO 83 [293] R:OK -2015-03-11 05:17:37 queue INFO C7 [294] -2015-03-11 05:17:37 queue INFO >C7 [295] -2015-03-11 05:17:37 sendUrl INFO C7 [294] R:OK -2015-03-11 05:17:38 sendUrl INFO C7 [295] R:OK -2015-03-11 05:17:39 queue INFO C3 [296] -2015-03-11 05:17:39 queue INFO >C3 [297] -2015-03-11 05:17:39 sendUrl INFO C3 [296] R:OK -2015-03-11 05:17:39 sendUrl INFO C3 [297] R:OK -2015-03-11 05:18:29 queue INFO >>C3 [298] -2015-03-11 05:18:29 sendUrl INFO C3 [298] R:OK -2015-03-11 05:19:19 queue INFO >>C3 [299] -2015-03-11 05:19:19 sendUrl INFO C3 [299] R:OK -2015-03-11 05:20:09 queue INFO >>C3 [300] -2015-03-11 05:20:09 sendUrl INFO C3 [300] R:OK -2015-03-11 05:20:59 queue INFO >>C3 [301] -2015-03-11 05:21:00 sendUrl INFO C3 [301] R:OK -2015-03-11 05:21:49 queue INFO >>C3 [302] -2015-03-11 05:21:49 sendUrl INFO C3 [302] R:OK -2015-03-11 05:22:39 queue INFO >>C3 [303] -2015-03-11 05:22:40 sendUrl INFO C3 [303] R:OK -2015-03-11 05:23:30 queue INFO >>C3 [304] -2015-03-11 05:23:30 sendUrl INFO C3 [304] R:OK -2015-03-11 05:24:20 queue INFO >>C3 [305] -2015-03-11 05:24:20 sendUrl INFO C3 [305] R:OK -2015-03-11 05:25:10 queue INFO >>C3 [306] -2015-03-11 05:25:10 sendUrl INFO C3 [306] R:OK -2015-03-11 05:25:43 queue INFO 83 [307] -2015-03-11 05:25:43 queue INFO 87 [308] -2015-03-11 05:25:43 sendUrl INFO 83 [307] R:OK -2015-03-11 05:25:44 queue INFO >87 [309] -2015-03-11 05:25:44 sendUrl INFO 87 [308] R:OK -2015-03-11 05:25:45 sendUrl INFO 87 [309] R:OK -2015-03-11 05:25:45 queue INFO 83 [310] -2015-03-11 05:25:45 queue INFO >83 [311] -2015-03-11 05:25:46 sendUrl INFO 83 [310] R:OK -2015-03-11 05:25:46 sendUrl INFO 83 [311] R:OK -2015-03-11 05:26:35 queue INFO >>83 [312] -2015-03-11 05:26:35 sendUrl INFO 83 [312] R:OK -2015-03-11 05:26:40 queue INFO 81 [313] -2015-03-11 05:26:40 queue INFO >81 [314] -2015-03-11 05:26:40 sendUrl INFO 81 [313] R:OK -2015-03-11 05:26:40 sendUrl INFO 81 [314] R:OK -2015-03-11 05:26:51 queue INFO 83 [315] -2015-03-11 05:26:52 queue INFO >83 [316] -2015-03-11 05:26:52 sendUrl INFO 83 [315] R:OK -2015-03-11 05:26:52 sendUrl INFO 83 [316] R:OK -2015-03-11 05:27:42 queue INFO >>83 [317] -2015-03-11 05:27:42 sendUrl INFO 83 [317] R:OK -2015-03-11 05:28:32 queue INFO >>83 [318] -2015-03-11 05:28:32 sendUrl INFO 83 [318] R:OK -2015-03-11 05:29:22 queue INFO >>83 [319] -2015-03-11 05:29:22 sendUrl INFO 83 [319] R:OK -2015-03-11 05:30:12 queue INFO >>83 [320] -2015-03-11 05:30:12 sendUrl INFO 83 [320] R:OK -2015-03-11 05:31:02 queue INFO >>83 [321] -2015-03-11 05:31:03 sendUrl INFO 83 [321] R:OK -2015-03-11 05:31:52 queue INFO >>83 [322] -2015-03-11 05:31:53 sendUrl INFO 83 [322] R:OK -2015-03-11 05:32:43 queue INFO >>83 [323] -2015-03-11 05:32:43 sendUrl INFO 83 [323] R:OK -2015-03-11 05:33:33 queue INFO >>83 [324] -2015-03-11 05:33:33 sendUrl INFO 83 [324] R:OK -2015-03-11 05:33:50 queue INFO 87 [325] -2015-03-11 05:33:51 queue INFO >87 [326] -2015-03-11 05:33:51 sendUrl INFO 87 [325] R:OK -2015-03-11 05:33:51 sendUrl INFO 87 [326] R:OK -2015-03-11 05:33:52 queue INFO 83 [327] -2015-03-11 05:33:52 queue INFO >83 [328] -2015-03-11 05:33:52 sendUrl INFO 83 [327] R:OK -2015-03-11 05:33:53 sendUrl INFO 83 [328] R:OK -2015-03-11 05:34:42 queue INFO >>83 [329] -2015-03-11 05:34:43 sendUrl INFO 83 [329] R:OK -2015-03-11 05:35:32 queue INFO >>83 [330] -2015-03-11 05:35:32 sendUrl INFO 83 [330] R:OK -2015-03-11 05:36:22 queue INFO >>83 [331] -2015-03-11 05:36:23 sendUrl INFO 83 [331] R:OK -2015-03-11 05:37:13 queue INFO >>83 [332] -2015-03-11 05:37:13 sendUrl INFO 83 [332] R:OK -2015-03-11 05:38:03 queue INFO >>83 [333] -2015-03-11 05:38:03 sendUrl INFO 83 [333] R:OK -2015-03-11 05:38:53 queue INFO >>83 [334] -2015-03-11 05:38:53 sendUrl INFO 83 [334] R:OK -2015-03-11 05:39:43 queue INFO >>83 [335] -2015-03-11 05:39:43 sendUrl INFO 83 [335] R:OK -2015-03-11 05:40:33 queue INFO >>83 [336] -2015-03-11 05:40:33 sendUrl INFO 83 [336] R:OK -2015-03-11 05:41:23 queue INFO >>83 [337] -2015-03-11 05:41:24 sendUrl INFO 83 [337] R:OK -2015-03-11 05:41:57 queue INFO 87 [338] -2015-03-11 05:41:57 queue INFO >87 [339] -2015-03-11 05:41:57 sendUrl INFO 87 [338] R:OK -2015-03-11 05:41:58 sendUrl INFO 87 [339] R:OK -2015-03-11 05:41:59 queue INFO 83 [340] -2015-03-11 05:41:59 queue INFO >83 [341] -2015-03-11 05:41:59 sendUrl INFO 83 [340] R:OK -2015-03-11 05:41:59 sendUrl INFO 83 [341] R:OK -2015-03-11 05:42:49 queue INFO >>83 [342] -2015-03-11 05:42:50 sendUrl INFO 83 [342] R:OK -2015-03-11 05:43:39 queue INFO >>83 [343] -2015-03-11 05:43:40 sendUrl INFO 83 [343] R:OK -2015-03-11 05:44:29 queue INFO >>83 [344] -2015-03-11 05:44:30 sendUrl INFO 83 [344] R:OK -2015-03-11 05:45:19 queue INFO >>83 [345] -2015-03-11 05:45:20 sendUrl INFO 83 [345] R:OK -2015-03-11 05:46:09 queue INFO >>83 [346] -2015-03-11 05:46:10 sendUrl INFO 83 [346] R:OK -2015-03-11 05:47:00 queue INFO >>83 [347] -2015-03-11 05:47:00 sendUrl INFO 83 [347] R:OK -2015-03-11 05:47:50 queue INFO >>83 [348] -2015-03-11 05:47:50 sendUrl INFO 83 [348] R:OK -2015-03-11 05:48:40 queue INFO >>83 [349] -2015-03-11 05:48:49 sendUrl INFO 83 [349] R:OK -2015-03-11 05:49:30 queue INFO >>83 [350] -2015-03-11 05:49:30 sendUrl INFO 83 [350] R:OK -2015-03-11 05:50:03 queue INFO 87 [351] -2015-03-11 05:50:04 queue INFO >87 [352] -2015-03-11 05:50:04 sendUrl INFO 87 [351] R:OK -2015-03-11 05:50:04 sendUrl INFO 87 [352] R:OK -2015-03-11 05:50:05 queue INFO 83 [353] -2015-03-11 05:50:05 queue INFO >83 [354] -2015-03-11 05:50:05 sendUrl INFO 83 [353] R:OK -2015-03-11 05:50:06 sendUrl INFO 83 [354] R:OK -2015-03-11 05:50:55 queue INFO >>83 [355] -2015-03-11 05:50:56 sendUrl INFO 83 [355] R:OK -2015-03-11 05:51:45 queue INFO >>83 [356] -2015-03-11 05:51:45 sendUrl INFO 83 [356] R:OK -2015-03-11 05:52:35 queue INFO >>83 [357] -2015-03-11 05:52:36 sendUrl INFO 83 [357] R:OK -2015-03-11 05:53:26 queue INFO >>83 [358] -2015-03-11 05:53:26 sendUrl INFO 83 [358] R:OK -2015-03-11 05:54:16 queue INFO >>83 [359] -2015-03-11 05:54:16 sendUrl INFO 83 [359] R:OK -2015-03-11 05:55:06 queue INFO >>83 [360] -2015-03-11 05:55:06 sendUrl INFO 83 [360] R:OK -2015-03-11 05:55:56 queue INFO >>83 [361] -2015-03-11 05:55:56 sendUrl INFO 83 [361] R:OK -2015-03-11 05:56:46 queue INFO >>83 [362] -2015-03-11 05:56:46 sendUrl INFO 83 [362] R:OK -2015-03-11 05:57:36 queue INFO >>83 [363] -2015-03-11 05:57:37 sendUrl INFO 83 [363] R:OK -2015-03-11 05:58:10 queue INFO 87 [364] -2015-03-11 05:58:10 queue INFO >87 [365] -2015-03-11 05:58:10 sendUrl INFO 87 [364] R:OK -2015-03-11 05:58:11 sendUrl INFO 87 [365] R:OK -2015-03-11 05:58:11 queue INFO 83 [366] -2015-03-11 05:58:12 queue INFO >83 [367] -2015-03-11 05:58:12 sendUrl INFO 83 [366] R:OK -2015-03-11 05:58:12 sendUrl INFO 83 [367] R:OK -2015-03-11 05:59:02 queue INFO >>83 [368] -2015-03-11 05:59:02 sendUrl INFO 83 [368] R:OK -2015-03-11 05:59:52 queue INFO >>83 [369] -2015-03-11 05:59:52 sendUrl INFO 83 [369] R:OK -2015-03-11 06:00:42 queue INFO >>83 [370] -2015-03-11 06:00:42 sendUrl INFO 83 [370] R:OK -2015-03-11 06:01:32 queue INFO >>83 [371] -2015-03-11 06:01:32 sendUrl INFO 83 [371] R:OK -2015-03-11 06:02:22 queue INFO >>83 [372] -2015-03-11 06:02:23 sendUrl INFO 83 [372] R:OK -2015-03-11 06:03:12 queue INFO >>83 [373] -2015-03-11 06:03:13 sendUrl INFO 83 [373] R:OK -2015-03-11 06:04:02 queue INFO >>83 [374] -2015-03-11 06:04:03 sendUrl INFO 83 [374] R:OK -2015-03-11 06:04:53 queue INFO >>83 [375] -2015-03-11 06:04:53 sendUrl INFO 83 [375] R:OK -2015-03-11 06:05:43 queue INFO >>83 [376] -2015-03-11 06:05:43 sendUrl INFO 83 [376] R:OK -2015-03-11 06:06:16 queue INFO C7 [377] -2015-03-11 06:06:17 queue INFO >C7 [378] -2015-03-11 06:06:17 sendUrl INFO C7 [377] R:OK -2015-03-11 06:06:17 sendUrl INFO C7 [378] R:OK -2015-03-11 06:06:18 queue INFO C3 [379] -2015-03-11 06:06:18 queue INFO >C3 [380] -2015-03-11 06:06:18 sendUrl INFO C3 [379] R:OK -2015-03-11 06:06:19 sendUrl INFO C3 [380] R:OK -2015-03-11 06:07:08 queue INFO >>C3 [381] -2015-03-11 06:07:08 sendUrl INFO C3 [381] R:OK -2015-03-11 06:07:58 queue INFO >>C3 [382] -2015-03-11 06:07:58 sendUrl INFO C3 [382] R:OK -2015-03-11 06:08:48 queue INFO >>C3 [383] -2015-03-11 06:08:49 sendUrl INFO C3 [383] R:OK -2015-03-11 06:09:39 queue INFO >>C3 [384] -2015-03-11 06:09:39 sendUrl INFO C3 [384] R:OK -2015-03-11 06:10:29 queue INFO >>C3 [385] -2015-03-11 06:10:29 sendUrl INFO C3 [385] R:OK -2015-03-11 06:11:19 queue INFO >>C3 [386] -2015-03-11 06:11:19 sendUrl INFO C3 [386] R:OK -2015-03-11 06:12:09 queue INFO >>C3 [387] -2015-03-11 06:12:09 sendUrl INFO C3 [387] R:OK -2015-03-11 06:12:59 queue INFO >>C3 [388] -2015-03-11 06:12:59 sendUrl INFO C3 [388] R:OK -2015-03-11 06:13:49 queue INFO >>C3 [389] -2015-03-11 06:13:50 sendUrl INFO C3 [389] R:OK -2015-03-11 06:14:23 queue INFO 83 [390] -2015-03-11 06:14:23 queue INFO 87 [391] -2015-03-11 06:14:23 sendUrl INFO 83 [390] R:OK -2015-03-11 06:14:23 queue INFO >87 [392] -2015-03-11 06:14:23 sendUrl INFO 87 [391] R:OK -2015-03-11 06:14:24 sendUrl INFO 87 [392] R:OK -2015-03-11 06:14:24 queue INFO 83 [393] -2015-03-11 06:14:25 queue INFO >83 [394] -2015-03-11 06:14:25 sendUrl INFO 83 [393] R:OK -2015-03-11 06:14:25 sendUrl INFO 83 [394] R:OK -2015-03-11 06:15:15 queue INFO >>83 [395] -2015-03-11 06:15:15 sendUrl INFO 83 [395] R:OK -2015-03-11 06:16:05 queue INFO >>83 [396] -2015-03-11 06:16:05 sendUrl INFO 83 [396] R:OK -2015-03-11 06:16:55 queue INFO >>83 [397] -2015-03-11 06:16:55 sendUrl INFO 83 [397] R:OK -2015-03-11 06:17:45 queue INFO >>83 [398] -2015-03-11 06:17:45 sendUrl INFO 83 [398] R:OK -2015-03-11 06:18:35 queue INFO >>83 [399] -2015-03-11 06:18:36 sendUrl INFO 83 [399] R:OK -2015-03-11 06:19:25 queue INFO >>83 [400] -2015-03-11 06:19:26 sendUrl INFO 83 [400] R:OK -2015-03-11 06:20:15 queue INFO >>83 [401] -2015-03-11 06:20:16 sendUrl INFO 83 [401] R:OK -2015-03-11 06:21:06 queue INFO >>83 [402] -2015-03-11 06:21:06 sendUrl INFO 83 [402] R:OK -2015-03-11 06:21:56 queue INFO >>83 [403] -2015-03-11 06:21:56 sendUrl INFO 83 [403] R:OK -2015-03-11 06:22:30 queue INFO 87 [404] -2015-03-11 06:22:30 queue INFO >87 [405] -2015-03-11 06:22:30 sendUrl INFO 87 [404] R:OK -2015-03-11 06:22:31 sendUrl INFO 87 [405] R:OK -2015-03-11 06:22:31 queue INFO 83 [406] -2015-03-11 06:22:31 queue INFO >83 [407] -2015-03-11 06:22:32 sendUrl INFO 83 [406] R:OK -2015-03-11 06:22:32 sendUrl INFO 83 [407] R:OK -2015-03-11 06:23:21 queue INFO >>83 [408] -2015-03-11 06:23:21 sendUrl INFO 83 [408] R:OK -2015-03-11 06:24:11 queue INFO >>83 [409] -2015-03-11 06:24:12 sendUrl INFO 83 [409] R:OK -2015-03-11 06:25:02 queue INFO >>83 [410] -2015-03-11 06:25:02 sendUrl INFO 83 [410] R:OK -2015-03-11 06:25:52 queue INFO >>83 [411] -2015-03-11 06:25:52 sendUrl INFO 83 [411] R:OK -2015-03-11 06:26:42 queue INFO >>83 [412] -2015-03-11 06:26:42 sendUrl INFO 83 [412] R:OK -2015-03-11 06:27:23 queue INFO 81 [413] -2015-03-11 06:27:23 queue INFO >81 [414] -2015-03-11 06:27:23 sendUrl INFO 81 [413] R:OK -2015-03-11 06:27:24 sendUrl INFO 81 [414] R:OK -2015-03-11 06:28:13 queue INFO >>81 [415] -2015-03-11 06:28:13 sendUrl INFO 81 [415] R:OK -2015-03-11 06:29:03 queue INFO >>81 [416] -2015-03-11 06:29:03 sendUrl INFO 81 [416] R:OK -2015-03-11 06:29:53 queue INFO >>81 [417] -2015-03-11 06:29:54 sendUrl INFO 81 [417] R:OK -2015-03-11 06:30:43 queue INFO >>81 [418] -2015-03-11 06:30:43 sendUrl INFO 81 [418] R:OK -2015-03-11 06:31:33 queue INFO >>81 [419] -2015-03-11 06:31:34 sendUrl INFO 81 [419] R:OK -2015-03-11 06:31:58 queue INFO 91 [420] -2015-03-11 06:31:58 queue INFO 99 [421] -2015-03-11 06:31:58 sendUrl INFO 91 [420] R:OK -2015-03-11 06:31:58 queue INFO >99 [422] -2015-03-11 06:31:59 sendUrl INFO 99 [421] R:OK -2015-03-11 06:31:59 sendUrl INFO 99 [422] R:OK -2015-03-11 06:32:48 queue INFO >>99 [423] -2015-03-11 06:32:49 sendUrl INFO 99 [423] R:OK -2015-03-11 06:33:39 queue INFO >>99 [424] -2015-03-11 06:33:39 sendUrl INFO 99 [424] R:OK -2015-03-11 06:34:29 queue INFO >>99 [425] -2015-03-11 06:34:29 sendUrl INFO 99 [425] R:OK -2015-03-11 06:35:19 queue INFO >>99 [426] -2015-03-11 06:35:19 sendUrl INFO 99 [426] R:OK -2015-03-11 06:36:09 queue INFO >>99 [427] -2015-03-11 06:36:10 sendUrl INFO 99 [427] R:OK -2015-03-11 06:36:59 queue INFO >>99 [428] -2015-03-11 06:36:59 sendUrl INFO 99 [428] R:OK -2015-03-11 06:37:49 queue INFO >>99 [429] -2015-03-11 06:37:50 sendUrl INFO 99 [429] R:OK -2015-03-11 06:38:02 queue INFO 89 [430] -2015-03-11 06:38:02 queue INFO >89 [431] -2015-03-11 06:38:02 sendUrl INFO 89 [430] R:OK -2015-03-11 06:38:02 sendUrl INFO 89 [431] R:OK -2015-03-11 06:38:05 queue INFO 81 [432] -2015-03-11 06:38:05 queue INFO >81 [433] -2015-03-11 06:38:05 sendUrl INFO 81 [432] R:OK -2015-03-11 06:38:05 sendUrl INFO 81 [433] R:OK -2015-03-11 06:38:09 queue INFO 83 [434] -2015-03-11 06:38:09 queue INFO >83 [435] -2015-03-11 06:38:09 sendUrl INFO 83 [434] R:OK -2015-03-11 06:38:10 sendUrl INFO 83 [435] R:OK -2015-03-11 06:38:30 queue INFO 87 [436] -2015-03-11 06:38:30 queue INFO >87 [437] -2015-03-11 06:38:30 sendUrl INFO 87 [436] R:OK -2015-03-11 06:38:31 sendUrl INFO 87 [437] R:OK -2015-03-11 06:38:32 queue INFO 83 [438] -2015-03-11 06:38:32 sendUrl INFO 83 [438] R:OK -2015-03-11 06:38:32 queue INFO >83 [439] -2015-03-11 06:38:32 sendUrl INFO 83 [439] R:OK -2015-03-11 06:39:18 queue INFO 81 [440] -2015-03-11 06:39:18 queue INFO >81 [441] -2015-03-11 06:39:18 sendUrl INFO 81 [440] R:OK -2015-03-11 06:39:19 sendUrl INFO 81 [441] R:OK -2015-03-11 06:39:32 queue INFO 83 [442] -2015-03-11 06:39:32 queue INFO >83 [443] -2015-03-11 06:39:32 sendUrl INFO 83 [442] R:OK -2015-03-11 06:39:33 sendUrl INFO 83 [443] R:OK -2015-03-11 06:40:22 queue INFO >>83 [444] -2015-03-11 06:40:23 sendUrl INFO 83 [444] R:OK -2015-03-11 06:41:12 queue INFO >>83 [445] -2015-03-11 06:41:13 sendUrl INFO 83 [445] R:OK -2015-03-11 06:42:02 queue INFO >>83 [446] -2015-03-11 06:42:03 sendUrl INFO 83 [446] R:OK -2015-03-11 06:42:53 queue INFO >>83 [447] -2015-03-11 06:42:53 sendUrl INFO 83 [447] R:OK -2015-03-11 06:43:43 queue INFO >>83 [448] -2015-03-11 06:43:43 sendUrl INFO 83 [448] R:OK -2015-03-11 06:44:33 queue INFO >>83 [449] -2015-03-11 06:44:33 sendUrl INFO 83 [449] R:OK -2015-03-11 06:45:23 queue INFO >>83 [450] -2015-03-11 06:45:23 sendUrl INFO 83 [450] R:OK -2015-03-11 06:46:13 queue INFO >>83 [451] -2015-03-11 06:46:14 sendUrl INFO 83 [451] R:OK -2015-03-11 06:46:37 queue INFO 87 [452] -2015-03-11 06:46:37 queue INFO >87 [453] -2015-03-11 06:46:37 sendUrl INFO 87 [452] R:OK -2015-03-11 06:46:38 sendUrl INFO 87 [453] R:OK -2015-03-11 06:46:38 queue INFO 83 [454] -2015-03-11 06:46:38 queue INFO >83 [455] -2015-03-11 06:46:39 sendUrl INFO 83 [454] R:OK -2015-03-11 06:46:39 sendUrl INFO 83 [455] R:OK -2015-03-11 06:47:28 queue INFO >>83 [456] -2015-03-11 06:47:29 sendUrl INFO 83 [456] R:OK -2015-03-11 06:48:18 queue INFO >>83 [457] -2015-03-11 06:48:19 sendUrl INFO 83 [457] R:OK -2015-03-11 06:49:09 queue INFO >>83 [458] -2015-03-11 06:49:09 sendUrl INFO 83 [458] R:OK -2015-03-11 06:49:59 queue INFO >>83 [459] -2015-03-11 06:49:59 sendUrl INFO 83 [459] R:OK -2015-03-11 06:50:49 queue INFO >>83 [460] -2015-03-11 06:50:49 sendUrl INFO 83 [460] R:OK -2015-03-11 06:51:39 queue INFO >>83 [461] -2015-03-11 06:51:39 sendUrl INFO 83 [461] R:OK -2015-03-11 06:52:29 queue INFO >>83 [462] -2015-03-11 06:52:30 sendUrl INFO 83 [462] R:OK -2015-03-11 06:53:19 queue INFO >>83 [463] -2015-03-11 06:53:20 sendUrl INFO 83 [463] R:OK -2015-03-11 06:54:10 queue INFO >>83 [464] -2015-03-11 06:54:10 sendUrl INFO 83 [464] R:OK -2015-03-11 06:54:43 queue INFO 87 [465] -2015-03-11 06:54:43 sendUrl INFO 87 [465] R:OK -2015-03-11 06:54:43 queue INFO >87 [466] -2015-03-11 06:54:44 sendUrl INFO 87 [466] R:OK -2015-03-11 06:54:45 queue INFO 83 [467] -2015-03-11 06:54:45 queue INFO >83 [468] -2015-03-11 06:54:45 sendUrl INFO 83 [467] R:OK -2015-03-11 06:54:46 sendUrl INFO 83 [468] R:OK -2015-03-11 06:55:35 queue INFO >>83 [469] -2015-03-11 06:55:35 sendUrl INFO 83 [469] R:OK -2015-03-11 06:56:25 queue INFO >>83 [470] -2015-03-11 06:56:26 sendUrl INFO 83 [470] R:OK -2015-03-11 06:57:15 queue INFO >>83 [471] -2015-03-11 06:57:15 sendUrl INFO 83 [471] R:OK -2015-03-11 06:58:05 queue INFO >>83 [472] -2015-03-11 06:58:06 sendUrl INFO 83 [472] R:OK -2015-03-11 06:58:56 queue INFO >>83 [473] -2015-03-11 06:58:56 sendUrl INFO 83 [473] R:OK -2015-03-11 06:59:46 queue INFO >>83 [474] -2015-03-11 06:59:46 sendUrl INFO 83 [474] R:OK -2015-03-11 07:00:36 queue INFO >>83 [475] -2015-03-11 07:00:36 sendUrl INFO 83 [475] R:OK -2015-03-11 07:01:26 queue INFO >>83 [476] -2015-03-11 07:01:27 sendUrl INFO 83 [476] R:OK -2015-03-11 07:02:16 queue INFO >>83 [477] -2015-03-11 07:02:16 sendUrl INFO 83 [477] R:OK -2015-03-11 07:02:50 queue INFO 87 [478] -2015-03-11 07:02:50 queue INFO >87 [479] -2015-03-11 07:02:50 program INFO WAIT active send to complete -2015-03-11 07:02:51 program INFO WAIT active send to complete -2015-03-11 07:02:51 queue INFO 83 [480] -2015-03-11 07:02:51 program INFO WAIT active send to complete -2015-03-11 07:02:51 queue INFO >83 [481] -2015-03-11 07:02:52 program INFO WAIT active send to complete -2015-03-11 07:02:52 program INFO WAIT active send to complete -2015-03-11 07:02:53 program INFO WAIT active send to complete -2015-03-11 07:02:53 program INFO WAIT active send to complete -2015-03-11 07:02:54 program INFO WAIT active send to complete -2015-03-11 07:02:54 program INFO WAIT active send to complete -2015-03-11 07:02:55 program INFO WAIT active send to complete -2015-03-11 07:02:55 program INFO WAIT active send to complete -2015-03-11 07:02:56 program INFO WAIT active send to complete -2015-03-11 07:02:56 program INFO WAIT active send to complete -2015-03-11 07:02:56 sendUrl INFO 87 [478] R:OK -2015-03-11 07:02:57 program INFO WAIT active send to complete -2015-03-11 07:02:58 program INFO WAIT active send to complete -2015-03-11 07:02:58 program INFO WAIT active send to complete -2015-03-11 07:02:59 program INFO WAIT active send to complete -2015-03-11 07:02:59 program INFO WAIT active send to complete -2015-03-11 07:03:00 program INFO WAIT active send to complete -2015-03-11 07:03:00 program INFO WAIT active send to complete -2015-03-11 07:03:01 program INFO WAIT active send to complete -2015-03-11 07:03:01 program INFO WAIT active send to complete -2015-03-11 07:03:02 program INFO WAIT active send to complete -2015-03-11 07:03:02 program INFO WAIT active send to complete -2015-03-11 07:03:03 program INFO WAIT active send to complete -2015-03-11 07:03:03 program INFO WAIT active send to complete -2015-03-11 07:03:04 program INFO WAIT active send to complete -2015-03-11 07:03:04 program INFO WAIT active send to complete -2015-03-11 07:03:05 program INFO WAIT active send to complete -2015-03-11 07:03:05 program INFO WAIT active send to complete -2015-03-11 07:03:06 program INFO WAIT active send to complete -2015-03-11 07:03:06 program INFO WAIT active send to complete -2015-03-11 07:03:07 program INFO WAIT active send to complete -2015-03-11 07:03:07 program INFO WAIT active send to complete -2015-03-11 07:03:08 program INFO WAIT active send to complete -2015-03-11 07:03:08 program INFO WAIT active send to complete -2015-03-11 07:03:09 program INFO WAIT active send to complete -2015-03-11 07:03:09 program INFO WAIT active send to complete -2015-03-11 07:03:10 program INFO WAIT active send to complete -2015-03-11 07:03:10 program INFO WAIT active send to complete -2015-03-11 07:03:11 program INFO WAIT active send to complete -2015-03-11 07:03:11 program INFO WAIT active send to complete -2015-03-11 07:03:12 program INFO WAIT active send to complete -2015-03-11 07:03:12 program INFO WAIT active send to complete -2015-03-11 07:03:13 program INFO WAIT active send to complete -2015-03-11 07:03:13 program INFO WAIT active send to complete -2015-03-11 07:03:14 sendUrl INFO 87 [479] R:OK -2015-03-11 07:03:14 sendUrl INFO 83 [480] R:OK -2015-03-11 07:03:17 sendUrl INFO 83 [481] R:OK -2015-03-11 07:03:41 queue INFO >>83 [482] -2015-03-11 07:03:47 sendUrl INFO 83 [482] R:OK -2015-03-11 07:04:31 queue INFO >>83 [483] -2015-03-11 07:04:32 sendUrl INFO 83 [483] R:OK -2015-03-11 07:05:22 queue INFO >>83 [484] -2015-03-11 07:05:27 sendUrl INFO 83 [484] R:OK -2015-03-11 07:06:12 queue INFO >>83 [485] -2015-03-11 07:06:17 sendUrl INFO 83 [485] R:OK -2015-03-11 07:07:02 queue INFO >>83 [486] -2015-03-11 07:07:07 sendUrl INFO 83 [486] R:OK -2015-03-11 07:07:52 queue INFO >>83 [487] -2015-03-11 07:07:57 sendUrl INFO 83 [487] R:OK -2015-03-11 07:08:42 queue INFO >>83 [488] -2015-03-11 07:08:47 sendUrl INFO 83 [488] R:OK -2015-03-11 07:09:32 queue INFO >>83 [489] -2015-03-11 07:09:37 sendUrl INFO 83 [489] R:OK -2015-03-11 07:10:23 queue INFO >>83 [490] -2015-03-11 07:10:23 sendUrl INFO 83 [490] R:OK -2015-03-11 07:10:56 queue INFO C7 [491] -2015-03-11 07:10:56 queue INFO >C7 [492] -2015-03-11 07:10:57 program INFO WAIT active send to complete -2015-03-11 07:10:58 program INFO WAIT active send to complete -2015-03-11 07:10:58 queue INFO C3 [493] -2015-03-11 07:10:58 queue INFO >C3 [494] -2015-03-11 07:10:58 program INFO WAIT active send to complete -2015-03-11 07:10:59 program INFO WAIT active send to complete -2015-03-11 07:10:59 program INFO WAIT active send to complete -2015-03-11 07:11:00 program INFO WAIT active send to complete -2015-03-11 07:11:00 program INFO WAIT active send to complete -2015-03-11 07:11:01 program INFO WAIT active send to complete -2015-03-11 07:11:01 program INFO WAIT active send to complete -2015-03-11 07:11:02 program INFO WAIT active send to complete -2015-03-11 07:11:02 program INFO WAIT active send to complete -2015-03-11 07:11:03 program INFO WAIT active send to complete -2015-03-11 07:11:03 program INFO WAIT active send to complete -2015-03-11 07:11:04 program INFO WAIT active send to complete -2015-03-11 07:11:04 program INFO WAIT active send to complete -2015-03-11 07:11:05 program INFO WAIT active send to complete -2015-03-11 07:11:05 program INFO WAIT active send to complete -2015-03-11 07:11:06 program INFO WAIT active send to complete -2015-03-11 07:11:06 program INFO WAIT active send to complete -2015-03-11 07:11:07 program INFO WAIT active send to complete -2015-03-11 07:11:07 program INFO WAIT active send to complete -2015-03-11 07:11:08 program INFO WAIT active send to complete -2015-03-11 07:11:08 program INFO WAIT active send to complete -2015-03-11 07:11:09 program INFO WAIT active send to complete -2015-03-11 07:11:09 program INFO WAIT active send to complete -2015-03-11 07:11:10 program INFO WAIT active send to complete -2015-03-11 07:11:10 program INFO WAIT active send to complete -2015-03-11 07:11:11 program INFO WAIT active send to complete -2015-03-11 07:11:11 sendUrl INFO C7 [491] R:OK -2015-03-11 07:11:12 program INFO WAIT active send to complete -2015-03-11 07:11:12 program INFO WAIT active send to complete -2015-03-11 07:11:13 program INFO WAIT active send to complete -2015-03-11 07:11:13 program INFO WAIT active send to complete -2015-03-11 07:11:14 program INFO WAIT active send to complete -2015-03-11 07:11:14 program INFO WAIT active send to complete -2015-03-11 07:11:15 program INFO WAIT active send to complete -2015-03-11 07:11:15 sendUrl INFO C7 [492] R:OK -2015-03-11 07:11:16 program INFO WAIT active send to complete -2015-03-11 07:11:16 program INFO WAIT active send to complete -2015-03-11 07:11:17 program INFO WAIT active send to complete -2015-03-11 07:11:17 program INFO WAIT active send to complete -2015-03-11 07:11:18 sendUrl INFO C3 [493] R:OK -2015-03-11 07:11:33 sendUrl INFO C3 [494] R:OK -2015-03-11 07:11:48 queue INFO >>C3 [495] -2015-03-11 07:12:01 sendUrl INFO C3 [495] R:OK -2015-03-11 07:12:38 queue INFO >>C3 [496] -2015-03-11 07:12:39 sendUrl INFO C3 [496] R:OK -2015-03-11 07:13:28 queue INFO >>C3 [497] -2015-03-11 07:13:41 sendUrl INFO C3 [497] R:OK -2015-03-11 07:14:18 queue INFO >>C3 [498] -2015-03-11 07:14:28 sendUrl INFO C3 [498] R:OK -2015-03-11 07:15:08 queue INFO >>C3 [499] -2015-03-11 07:15:09 sendUrl INFO C3 [499] R:OK -2015-03-11 07:15:59 queue INFO >>C3 [500] -2015-03-11 07:15:59 sendUrl INFO C3 [500] R:OK -2015-03-11 07:16:49 queue INFO >>C3 [501] -2015-03-11 07:16:58 sendUrl INFO C3 [501] R:OK -2015-03-11 07:17:39 queue INFO >>C3 [502] -2015-03-11 07:17:48 sendUrl INFO C3 [502] R:OK -2015-03-11 07:18:29 queue INFO >>C3 [503] -2015-03-11 07:18:30 sendUrl INFO C3 [503] R:OK -2015-03-11 07:19:02 queue INFO 83 [504] -2015-03-11 07:19:02 queue INFO 87 [505] -2015-03-11 07:19:03 queue INFO >87 [506] -2015-03-11 07:19:03 program INFO WAIT active send to complete -2015-03-11 07:19:03 program INFO WAIT active send to complete -2015-03-11 07:19:04 program INFO WAIT active send to complete -2015-03-11 07:19:04 queue INFO 83 [507] -2015-03-11 07:19:04 queue INFO >83 [508] -2015-03-11 07:19:04 program INFO WAIT active send to complete -2015-03-11 07:19:05 program INFO WAIT active send to complete -2015-03-11 07:19:05 sendUrl INFO 83 [504] R:OK -2015-03-11 07:19:06 program INFO WAIT active send to complete -2015-03-11 07:19:06 program INFO WAIT active send to complete -2015-03-11 07:19:07 program INFO WAIT active send to complete -2015-03-11 07:19:07 sendUrl INFO 87 [505] R:OK -2015-03-11 07:19:08 program INFO WAIT active send to complete -2015-03-11 07:19:08 program INFO WAIT active send to complete -2015-03-11 07:19:09 program INFO WAIT active send to complete -2015-03-11 07:19:09 program INFO WAIT active send to complete -2015-03-11 07:19:10 program INFO WAIT active send to complete -2015-03-11 07:19:10 program INFO WAIT active send to complete -2015-03-11 07:19:11 program INFO WAIT active send to complete -2015-03-11 07:19:11 program INFO WAIT active send to complete -2015-03-11 07:19:12 program INFO WAIT active send to complete -2015-03-11 07:19:12 program INFO WAIT active send to complete -2015-03-11 07:19:13 program INFO WAIT active send to complete -2015-03-11 07:19:13 program INFO WAIT active send to complete -2015-03-11 07:19:14 program INFO WAIT active send to complete -2015-03-11 07:19:14 program INFO WAIT active send to complete -2015-03-11 07:19:15 program INFO WAIT active send to complete -2015-03-11 07:19:15 program INFO WAIT active send to complete -2015-03-11 07:19:16 program INFO WAIT active send to complete -2015-03-11 07:19:17 program INFO WAIT active send to complete -2015-03-11 07:19:17 program INFO WAIT active send to complete -2015-03-11 07:19:18 program INFO WAIT active send to complete -2015-03-11 07:19:18 program INFO WAIT active send to complete -2015-03-11 07:19:19 program INFO WAIT active send to complete -2015-03-11 07:19:19 program INFO WAIT active send to complete -2015-03-11 07:19:20 program INFO WAIT active send to complete -2015-03-11 07:19:20 program INFO WAIT active send to complete -2015-03-11 07:19:21 program INFO WAIT active send to complete -2015-03-11 07:19:21 program INFO WAIT active send to complete -2015-03-11 07:19:22 program INFO WAIT active send to complete -2015-03-11 07:19:22 program INFO WAIT active send to complete -2015-03-11 07:19:23 program INFO WAIT active send to complete -2015-03-11 07:19:23 program INFO WAIT active send to complete -2015-03-11 07:19:24 program INFO WAIT active send to complete -2015-03-11 07:19:24 program INFO WAIT active send to complete -2015-03-11 07:19:25 program INFO WAIT active send to complete -2015-03-11 07:19:25 program INFO WAIT active send to complete -2015-03-11 07:19:26 program INFO WAIT active send to complete -2015-03-11 07:19:26 program INFO WAIT active send to complete -2015-03-11 07:19:27 program INFO WAIT active send to complete -2015-03-11 07:19:27 program INFO WAIT active send to complete -2015-03-11 07:19:28 program INFO WAIT active send to complete -2015-03-11 07:19:28 sendUrl INFO 87 [506] R:OK -2015-03-11 07:19:28 sendUrl INFO 83 [507] R:OK -2015-03-11 07:19:29 sendUrl INFO 83 [508] R:OK -2015-03-11 07:19:54 queue INFO >>83 [509] -2015-03-11 07:19:55 sendUrl INFO 83 [509] R:OK -2015-03-11 07:20:44 queue INFO >>83 [510] -2015-03-11 07:20:48 sendUrl INFO 83 [510] R:OK -2015-03-11 07:21:34 queue INFO >>83 [511] -2015-03-11 07:21:45 sendUrl INFO 83 [511] R:OK -2015-03-11 07:22:25 queue INFO >>83 [512] -2015-03-11 07:22:34 sendUrl INFO 83 [512] R:OK -2015-03-11 07:23:15 queue INFO >>83 [513] -2015-03-11 07:23:25 sendUrl INFO 83 [513] R:OK -2015-03-11 07:24:05 queue INFO >>83 [514] -2015-03-11 07:24:16 sendUrl INFO 83 [514] R:OK -2015-03-11 07:24:55 queue INFO >>83 [515] -2015-03-11 07:25:08 sendUrl INFO 83 [515] R:OK -2015-03-11 07:25:45 queue INFO >>83 [516] -2015-03-11 07:25:56 sendUrl INFO 83 [516] R:OK -2015-03-11 07:26:35 queue INFO >>83 [517] -2015-03-11 07:26:36 sendUrl INFO 83 [517] R:OK -2015-03-11 07:27:09 queue INFO 87 [518] -2015-03-11 07:27:10 queue INFO >87 [519] -2015-03-11 07:27:10 program INFO WAIT active send to complete -2015-03-11 07:27:11 sendUrl INFO 87 [518] R:OK -2015-03-11 07:27:11 queue INFO 83 [520] -2015-03-11 07:27:11 queue INFO >83 [521] -2015-03-11 07:27:11 program INFO WAIT active send to complete -2015-03-11 07:27:12 program INFO WAIT active send to complete -2015-03-11 07:27:12 program INFO WAIT active send to complete -2015-03-11 07:27:13 program INFO WAIT active send to complete -2015-03-11 07:27:13 program INFO WAIT active send to complete -2015-03-11 07:27:14 program INFO WAIT active send to complete -2015-03-11 07:27:14 program INFO WAIT active send to complete -2015-03-11 07:27:15 program INFO WAIT active send to complete -2015-03-11 07:27:15 sendUrl INFO 87 [519] R:OK -2015-03-11 07:27:16 program INFO WAIT active send to complete -2015-03-11 07:27:16 program INFO WAIT active send to complete -2015-03-11 07:27:17 program INFO WAIT active send to complete -2015-03-11 07:27:17 program INFO WAIT active send to complete -2015-03-11 07:27:18 program INFO WAIT active send to complete -2015-03-11 07:27:18 program INFO WAIT active send to complete -2015-03-11 07:27:19 program INFO WAIT active send to complete -2015-03-11 07:27:19 program INFO WAIT active send to complete -2015-03-11 07:27:20 program INFO WAIT active send to complete -2015-03-11 07:27:20 program INFO WAIT active send to complete -2015-03-11 07:27:21 program INFO WAIT active send to complete -2015-03-11 07:27:21 program INFO WAIT active send to complete -2015-03-11 07:27:22 program INFO WAIT active send to complete -2015-03-11 07:27:22 program INFO WAIT active send to complete -2015-03-11 07:27:23 program INFO WAIT active send to complete -2015-03-11 07:27:23 program INFO WAIT active send to complete -2015-03-11 07:27:24 program INFO WAIT active send to complete -2015-03-11 07:27:24 program INFO WAIT active send to complete -2015-03-11 07:27:25 program INFO WAIT active send to complete -2015-03-11 07:27:25 program INFO WAIT active send to complete -2015-03-11 07:27:26 program INFO WAIT active send to complete -2015-03-11 07:27:26 program INFO WAIT active send to complete -2015-03-11 07:27:27 program INFO WAIT active send to complete -2015-03-11 07:27:27 program INFO WAIT active send to complete -2015-03-11 07:27:28 program INFO WAIT active send to complete -2015-03-11 07:27:28 program INFO WAIT active send to complete -2015-03-11 07:27:29 program INFO WAIT active send to complete -2015-03-11 07:27:29 program INFO WAIT active send to complete -2015-03-11 07:27:30 program INFO WAIT active send to complete -2015-03-11 07:27:30 program INFO WAIT active send to complete -2015-03-11 07:27:31 program INFO WAIT active send to complete -2015-03-11 07:27:31 program INFO WAIT active send to complete -2015-03-11 07:27:32 sendUrl INFO 83 [520] R:OK -2015-03-11 07:27:32 sendUrl INFO 83 [521] R:OK -2015-03-11 07:28:01 queue INFO >>83 [522] -2015-03-11 07:28:22 sendUrl INFO 83 [522] R:OK -2015-03-11 07:28:51 queue INFO >>83 [523] -2015-03-11 07:28:52 sendUrl INFO 83 [523] R:OK -2015-03-11 07:29:41 queue INFO >>83 [524] -2015-03-11 07:29:57 sendUrl INFO 83 [524] R:OK -2015-03-11 07:30:32 queue INFO >>83 [525] -2015-03-11 07:30:47 sendUrl INFO 83 [525] R:OK -2015-03-11 07:31:22 queue INFO >>83 [526] -2015-03-11 07:31:22 sendUrl INFO 83 [526] R:OK -2015-03-11 07:32:12 queue INFO >>83 [527] -2015-03-11 07:32:13 sendUrl INFO 83 [527] R:OK -2015-03-11 07:33:02 queue INFO >>83 [528] -2015-03-11 07:33:03 sendUrl INFO 83 [528] R:OK -2015-03-11 07:33:52 queue INFO >>83 [529] -2015-03-11 07:33:53 sendUrl INFO 83 [529] R:OK -2015-03-11 07:34:42 queue INFO >>83 [530] -2015-03-11 07:34:43 sendUrl INFO 83 [530] R:OK -2015-03-11 07:35:16 queue INFO 87 [531] -2015-03-11 07:35:16 queue INFO >87 [532] -2015-03-11 07:35:17 program INFO WAIT active send to complete -2015-03-11 07:35:17 program INFO WAIT active send to complete -2015-03-11 07:35:17 queue INFO 83 [533] -2015-03-11 07:35:18 program INFO WAIT active send to complete -2015-03-11 07:35:18 queue INFO >83 [534] -2015-03-11 07:35:18 program INFO WAIT active send to complete -2015-03-11 07:35:19 program INFO WAIT active send to complete -2015-03-11 07:35:19 program INFO WAIT active send to complete -2015-03-11 07:35:20 program INFO WAIT active send to complete -2015-03-11 07:35:20 program INFO WAIT active send to complete -2015-03-11 07:35:21 program INFO WAIT active send to complete -2015-03-11 07:35:21 program INFO WAIT active send to complete -2015-03-11 07:35:22 program INFO WAIT active send to complete -2015-03-11 07:35:22 program INFO WAIT active send to complete -2015-03-11 07:35:23 program INFO WAIT active send to complete -2015-03-11 07:35:23 program INFO WAIT active send to complete -2015-03-11 07:35:24 program INFO WAIT active send to complete -2015-03-11 07:35:24 sendUrl INFO 87 [531] R:OK -2015-03-11 07:35:25 program INFO WAIT active send to complete -2015-03-11 07:35:25 sendUrl INFO 87 [532] R:OK -2015-03-11 07:35:26 program INFO WAIT active send to complete -2015-03-11 07:35:26 program INFO WAIT active send to complete -2015-03-11 07:35:27 program INFO WAIT active send to complete -2015-03-11 07:35:27 program INFO WAIT active send to complete -2015-03-11 07:35:28 program INFO WAIT active send to complete -2015-03-11 07:35:28 program INFO WAIT active send to complete -2015-03-11 07:35:29 program INFO WAIT active send to complete -2015-03-11 07:35:29 program INFO WAIT active send to complete -2015-03-11 07:35:30 program INFO WAIT active send to complete -2015-03-11 07:35:30 program INFO WAIT active send to complete -2015-03-11 07:35:31 program INFO WAIT active send to complete -2015-03-11 07:35:31 program INFO WAIT active send to complete -2015-03-11 07:35:32 program INFO WAIT active send to complete -2015-03-11 07:35:32 sendUrl INFO 83 [533] R:OK -2015-03-11 07:35:36 sendUrl INFO 83 [534] R:OK -2015-03-11 07:36:08 queue INFO >>83 [535] -2015-03-11 07:36:14 sendUrl INFO 83 [535] R:OK -2015-03-11 07:36:58 queue INFO >>83 [536] -2015-03-11 07:36:59 sendUrl INFO 83 [536] R:OK -2015-03-11 07:37:48 queue INFO >>83 [537] -2015-03-11 07:37:54 sendUrl INFO 83 [537] R:OK -2015-03-11 07:38:38 queue INFO >>83 [538] -2015-03-11 07:38:42 sendUrl INFO 83 [538] R:OK -2015-03-11 07:39:28 queue INFO >>83 [539] -2015-03-11 07:39:29 sendUrl INFO 83 [539] R:OK -2015-03-11 07:40:18 queue INFO >>83 [540] -2015-03-11 07:40:24 sendUrl INFO 83 [540] R:OK -2015-03-11 07:41:08 queue INFO >>83 [541] -2015-03-11 07:41:09 sendUrl INFO 83 [541] R:OK -2015-03-11 07:41:59 queue INFO >>83 [542] -2015-03-11 07:41:59 sendUrl INFO 83 [542] R:OK -2015-03-11 07:42:49 queue INFO >>83 [543] -2015-03-11 07:42:49 sendUrl INFO 83 [543] R:OK -2015-03-11 07:43:22 queue INFO 87 [544] -2015-03-11 07:43:23 queue INFO >87 [545] -2015-03-11 07:43:23 program INFO WAIT active send to complete -2015-03-11 07:43:24 program INFO WAIT active send to complete -2015-03-11 07:43:24 queue INFO 83 [546] -2015-03-11 07:43:24 queue INFO >83 [547] -2015-03-11 07:43:24 program INFO WAIT active send to complete -2015-03-11 07:43:25 program INFO WAIT active send to complete -2015-03-11 07:43:25 program INFO WAIT active send to complete -2015-03-11 07:43:26 program INFO WAIT active send to complete -2015-03-11 07:43:26 program INFO WAIT active send to complete -2015-03-11 07:43:27 program INFO WAIT active send to complete -2015-03-11 07:43:27 program INFO WAIT active send to complete -2015-03-11 07:43:28 program INFO WAIT active send to complete -2015-03-11 07:43:28 program INFO WAIT active send to complete -2015-03-11 07:43:29 program INFO WAIT active send to complete -2015-03-11 07:43:29 program INFO WAIT active send to complete -2015-03-11 07:43:30 program INFO WAIT active send to complete -2015-03-11 07:43:30 program INFO WAIT active send to complete -2015-03-11 07:43:31 sendUrl INFO 87 [544] R:OK -2015-03-11 07:43:31 sendUrl INFO 87 [545] R:OK -2015-03-11 07:43:32 program INFO WAIT active send to complete -2015-03-11 07:43:32 sendUrl INFO 83 [546] R:OK -2015-03-11 07:43:33 sendUrl INFO 83 [547] R:OK -2015-03-11 07:44:14 queue INFO >>83 [548] -2015-03-11 07:44:23 sendUrl INFO 83 [548] R:OK -2015-03-11 07:45:04 queue INFO >>83 [549] -2015-03-11 07:45:13 sendUrl INFO 83 [549] R:OK -2015-03-11 07:45:54 queue INFO >>83 [550] -2015-03-11 07:46:03 sendUrl INFO 83 [550] R:OK -2015-03-11 07:46:45 queue INFO >>83 [551] -2015-03-11 07:46:53 sendUrl INFO 83 [551] R:OK -2015-03-11 07:47:35 queue INFO >>83 [552] -2015-03-11 07:47:37 sendUrl INFO 83 [552] R:OK -2015-03-11 07:48:25 queue INFO >>83 [553] -2015-03-11 07:48:34 sendUrl INFO 83 [553] R:OK -2015-03-11 07:49:15 queue INFO >>83 [554] -2015-03-11 07:49:24 sendUrl INFO 83 [554] R:OK -2015-03-11 07:50:05 queue INFO >>83 [555] -2015-03-11 07:50:14 sendUrl INFO 83 [555] R:OK -2015-03-11 07:50:55 queue INFO >>83 [556] -2015-03-11 07:50:56 sendUrl INFO 83 [556] R:OK -2015-03-11 07:51:29 queue INFO 87 [557] -2015-03-11 07:51:29 queue INFO >87 [558] -2015-03-11 07:51:30 program INFO WAIT active send to complete -2015-03-11 07:51:30 program INFO WAIT active send to complete -2015-03-11 07:51:30 queue INFO 83 [559] -2015-03-11 07:51:31 program INFO WAIT active send to complete -2015-03-11 07:51:31 queue INFO >83 [560] -2015-03-11 07:51:31 program INFO WAIT active send to complete -2015-03-11 07:51:32 program INFO WAIT active send to complete -2015-03-11 07:51:32 program INFO WAIT active send to complete -2015-03-11 07:51:33 program INFO WAIT active send to complete -2015-03-11 07:51:33 program INFO WAIT active send to complete -2015-03-11 07:51:34 program INFO WAIT active send to complete -2015-03-11 07:51:34 program INFO WAIT active send to complete -2015-03-11 07:51:35 program INFO WAIT active send to complete -2015-03-11 07:51:35 program INFO WAIT active send to complete -2015-03-11 07:51:36 program INFO WAIT active send to complete -2015-03-11 07:51:36 program INFO WAIT active send to complete -2015-03-11 07:51:37 program INFO WAIT active send to complete -2015-03-11 07:51:37 program INFO WAIT active send to complete -2015-03-11 07:51:38 program INFO WAIT active send to complete -2015-03-11 07:51:38 sendUrl INFO 87 [557] R:OK -2015-03-11 07:51:39 program INFO WAIT active send to complete -2015-03-11 07:51:39 program INFO WAIT active send to complete -2015-03-11 07:51:40 program INFO WAIT active send to complete -2015-03-11 07:51:40 program INFO WAIT active send to complete -2015-03-11 07:51:41 program INFO WAIT active send to complete -2015-03-11 07:51:41 program INFO WAIT active send to complete -2015-03-11 07:51:41 sendUrl INFO 87 [558] R:OK -2015-03-11 07:51:42 program INFO WAIT active send to complete -2015-03-11 07:51:43 program INFO WAIT active send to complete -2015-03-11 07:51:43 program INFO WAIT active send to complete -2015-03-11 07:51:44 program INFO WAIT active send to complete -2015-03-11 07:51:44 program INFO WAIT active send to complete -2015-03-11 07:51:45 program INFO WAIT active send to complete -2015-03-11 07:51:45 program INFO WAIT active send to complete -2015-03-11 07:51:46 program INFO WAIT active send to complete -2015-03-11 07:51:46 program INFO WAIT active send to complete -2015-03-11 07:51:47 program INFO WAIT active send to complete -2015-03-11 07:51:47 program INFO WAIT active send to complete -2015-03-11 07:51:48 program INFO WAIT active send to complete -2015-03-11 07:51:48 program INFO WAIT active send to complete -2015-03-11 07:51:49 program INFO WAIT active send to complete -2015-03-11 07:51:49 program INFO WAIT active send to complete -2015-03-11 07:51:50 program INFO WAIT active send to complete -2015-03-11 07:51:50 program INFO WAIT active send to complete -2015-03-11 07:51:51 program INFO WAIT active send to complete -2015-03-11 07:51:51 program INFO WAIT active send to complete -2015-03-11 07:51:52 program INFO WAIT active send to complete -2015-03-11 07:51:52 program INFO WAIT active send to complete -2015-03-11 07:51:53 program INFO WAIT active send to complete -2015-03-11 07:51:53 program INFO WAIT active send to complete -2015-03-11 07:51:54 program INFO WAIT active send to complete -2015-03-11 07:51:54 program INFO WAIT active send to complete -2015-03-11 07:51:55 program INFO WAIT active send to complete -2015-03-11 07:51:55 program INFO WAIT active send to complete -2015-03-11 07:51:56 program INFO WAIT active send to complete -2015-03-11 07:51:56 program INFO WAIT active send to complete -2015-03-11 07:51:57 program INFO WAIT active send to complete -2015-03-11 07:51:57 program INFO WAIT active send to complete -2015-03-11 07:51:58 program INFO WAIT active send to complete -2015-03-11 07:51:58 program INFO WAIT active send to complete -2015-03-11 07:51:59 program INFO WAIT active send to complete -2015-03-11 07:51:59 program INFO WAIT active send to complete -2015-03-11 07:52:00 program INFO WAIT active send to complete -2015-03-11 07:52:00 program INFO WAIT active send to complete -2015-03-11 07:52:01 program INFO WAIT active send to complete -2015-03-11 07:52:01 program INFO WAIT active send to complete -2015-03-11 07:52:02 program INFO WAIT active send to complete -2015-03-11 07:52:02 program INFO WAIT active send to complete -2015-03-11 07:52:03 program INFO WAIT active send to complete -2015-03-11 07:52:03 program INFO WAIT active send to complete -2015-03-11 07:52:04 program INFO WAIT active send to complete -2015-03-11 07:52:04 program INFO WAIT active send to complete -2015-03-11 07:52:05 program INFO WAIT active send to complete -2015-03-11 07:52:05 program INFO WAIT active send to complete -2015-03-11 07:52:06 program INFO WAIT active send to complete -2015-03-11 07:52:06 program INFO WAIT active send to complete -2015-03-11 07:52:07 program INFO WAIT active send to complete -2015-03-11 07:52:08 program INFO WAIT active send to complete -2015-03-11 07:52:08 program INFO WAIT active send to complete -2015-03-11 07:52:08 sendUrl INFO 83 [559] R:OK -2015-03-11 07:52:15 sendUrl INFO 83 [560] R:OK -2015-03-11 07:52:21 queue INFO >>83 [561] -2015-03-11 07:52:26 sendUrl INFO 83 [561] R:OK -2015-03-11 07:53:11 queue INFO >>83 [562] -2015-03-11 07:53:11 sendUrl INFO 83 [562] R:OK -2015-03-11 07:54:01 queue INFO >>83 [563] -2015-03-11 07:54:02 sendUrl INFO 83 [563] R:OK -2015-03-11 07:54:51 queue INFO >>83 [564] -2015-03-11 07:54:52 sendUrl INFO 83 [564] R:OK -2015-03-11 07:55:41 queue INFO >>83 [565] -2015-03-11 07:55:42 sendUrl INFO 83 [565] R:OK -2015-03-11 07:56:31 queue INFO >>83 [566] -2015-03-11 07:56:32 sendUrl INFO 83 [566] R:OK -2015-03-11 07:57:22 queue INFO >>83 [567] -2015-03-11 07:57:22 sendUrl INFO 83 [567] R:OK -2015-03-11 07:58:12 queue INFO >>83 [568] -2015-03-11 07:58:12 sendUrl INFO 83 [568] R:OK -2015-03-11 07:59:02 queue INFO >>83 [569] -2015-03-11 07:59:02 sendUrl INFO 83 [569] R:OK -2015-03-11 07:59:35 queue INFO C7 [570] -2015-03-11 07:59:36 sendUrl INFO C7 [570] R:OK -2015-03-11 07:59:36 queue INFO >C7 [571] -2015-03-11 07:59:36 sendUrl INFO C7 [571] R:OK -2015-03-11 07:59:37 queue INFO C3 [572] -2015-03-11 07:59:37 queue INFO >C3 [573] -2015-03-11 07:59:37 sendUrl INFO C3 [572] R:OK -2015-03-11 07:59:38 sendUrl INFO C3 [573] R:OK -2015-03-11 08:00:27 queue INFO >>C3 [574] -2015-03-11 08:00:27 sendUrl INFO C3 [574] R:OK -2015-03-11 08:01:17 queue INFO >>C3 [575] -2015-03-11 08:01:17 sendUrl INFO C3 [575] R:OK -2015-03-11 08:02:07 queue INFO >>C3 [576] -2015-03-11 08:02:08 sendUrl INFO C3 [576] R:OK -2015-03-11 08:02:57 queue INFO >>C3 [577] -2015-03-11 08:02:58 sendUrl INFO C3 [577] R:OK -2015-03-11 08:03:48 queue INFO >>C3 [578] -2015-03-11 08:03:48 sendUrl INFO C3 [578] R:OK -2015-03-11 08:04:38 queue INFO >>C3 [579] -2015-03-11 08:04:38 sendUrl INFO C3 [579] R:OK -2015-03-11 08:05:28 queue INFO >>C3 [580] -2015-03-11 08:05:28 sendUrl INFO C3 [580] R:OK -2015-03-11 08:06:18 queue INFO >>C3 [581] -2015-03-11 08:06:18 sendUrl INFO C3 [581] R:OK -2015-03-11 08:07:08 queue INFO >>C3 [582] -2015-03-11 08:07:09 sendUrl INFO C3 [582] R:OK -2015-03-11 08:07:41 queue INFO 83 [583] -2015-03-11 08:07:42 queue INFO 87 [584] -2015-03-11 08:07:42 sendUrl INFO 83 [583] R:OK -2015-03-11 08:07:42 queue INFO >87 [585] -2015-03-11 08:07:42 sendUrl INFO 87 [584] R:OK -2015-03-11 08:07:43 sendUrl INFO 87 [585] R:OK -2015-03-11 08:07:43 queue INFO 83 [586] -2015-03-11 08:07:43 queue INFO >83 [587] -2015-03-11 08:07:44 sendUrl INFO 83 [586] R:OK -2015-03-11 08:07:44 sendUrl INFO 83 [587] R:OK -2015-03-11 08:08:33 queue INFO >>83 [588] -2015-03-11 08:08:34 sendUrl INFO 83 [588] R:OK -2015-03-11 08:09:24 queue INFO >>83 [589] -2015-03-11 08:09:24 sendUrl INFO 83 [589] R:OK -2015-03-11 08:10:14 queue INFO >>83 [590] -2015-03-11 08:10:14 sendUrl INFO 83 [590] R:OK -2015-03-11 08:11:04 queue INFO >>83 [591] -2015-03-11 08:11:04 sendUrl INFO 83 [591] R:OK -2015-03-11 08:11:54 queue INFO >>83 [592] -2015-03-11 08:11:54 sendUrl INFO 83 [592] R:OK -2015-03-11 08:12:44 queue INFO >>83 [593] -2015-03-11 08:12:44 sendUrl INFO 83 [593] R:OK -2015-03-11 08:13:34 queue INFO >>83 [594] -2015-03-11 08:13:35 sendUrl INFO 83 [594] R:OK -2015-03-11 08:14:24 queue INFO >>83 [595] -2015-03-11 08:14:25 sendUrl INFO 83 [595] R:OK -2015-03-11 08:15:15 queue INFO >>83 [596] -2015-03-11 08:15:15 sendUrl INFO 83 [596] R:OK -2015-03-11 08:15:49 queue INFO 87 [597] -2015-03-11 08:15:49 queue INFO >87 [598] -2015-03-11 08:15:49 sendUrl INFO 87 [597] R:OK -2015-03-11 08:15:50 sendUrl INFO 87 [598] R:OK -2015-03-11 08:15:50 queue INFO 83 [599] -2015-03-11 08:15:50 queue INFO >83 [600] -2015-03-11 08:15:51 sendUrl INFO 83 [599] R:OK -2015-03-11 08:15:51 sendUrl INFO 83 [600] R:OK -2015-03-11 08:16:40 queue INFO >>83 [601] -2015-03-11 08:16:41 sendUrl INFO 83 [601] R:OK -2015-03-11 08:17:30 queue INFO >>83 [602] -2015-03-11 08:17:31 sendUrl INFO 83 [602] R:OK -2015-03-11 08:18:21 queue INFO >>83 [603] -2015-03-11 08:18:21 sendUrl INFO 83 [603] R:OK -2015-03-11 08:19:11 queue INFO >>83 [604] -2015-03-11 08:19:11 sendUrl INFO 83 [604] R:OK -2015-03-11 08:20:01 queue INFO >>83 [605] -2015-03-11 08:20:01 sendUrl INFO 83 [605] R:OK -2015-03-11 08:20:51 queue INFO >>83 [606] -2015-03-11 08:20:52 sendUrl INFO 83 [606] R:OK -2015-03-11 08:21:41 queue INFO >>83 [607] -2015-03-11 08:21:41 sendUrl INFO 83 [607] R:OK -2015-03-11 08:22:31 queue INFO >>83 [608] -2015-03-11 08:22:32 sendUrl INFO 83 [608] R:OK -2015-03-11 08:23:22 queue INFO >>83 [609] -2015-03-11 08:23:22 sendUrl INFO 83 [609] R:OK -2015-03-11 08:23:55 queue INFO 87 [610] -2015-03-11 08:23:55 queue INFO >87 [611] -2015-03-11 08:23:56 sendUrl INFO 87 [610] R:OK -2015-03-11 08:23:56 sendUrl INFO 87 [611] R:OK -2015-03-11 08:23:57 queue INFO 83 [612] -2015-03-11 08:23:57 queue INFO >83 [613] -2015-03-11 08:23:57 sendUrl INFO 83 [612] R:OK -2015-03-11 08:23:58 sendUrl INFO 83 [613] R:OK -2015-03-11 08:24:47 queue INFO >>83 [614] -2015-03-11 08:24:47 sendUrl INFO 83 [614] R:OK -2015-03-11 08:25:37 queue INFO >>83 [615] -2015-03-11 08:25:37 sendUrl INFO 83 [615] R:OK -2015-03-11 08:26:27 queue INFO >>83 [616] -2015-03-11 08:26:28 sendUrl INFO 83 [616] R:OK -2015-03-11 08:27:17 queue INFO >>83 [617] -2015-03-11 08:27:18 sendUrl INFO 83 [617] R:OK -2015-03-11 08:28:08 queue INFO >>83 [618] -2015-03-11 08:28:08 sendUrl INFO 83 [618] R:OK -2015-03-11 08:28:58 queue INFO >>83 [619] -2015-03-11 08:28:58 sendUrl INFO 83 [619] R:OK -2015-03-11 08:29:48 queue INFO >>83 [620] -2015-03-11 08:29:48 sendUrl INFO 83 [620] R:OK -2015-03-11 08:30:38 queue INFO >>83 [621] -2015-03-11 08:30:38 sendUrl INFO 83 [621] R:OK -2015-03-11 08:31:28 queue INFO >>83 [622] -2015-03-11 08:31:29 sendUrl INFO 83 [622] R:OK -2015-03-11 08:32:02 queue INFO 87 [623] -2015-03-11 08:32:02 queue INFO >87 [624] -2015-03-11 08:32:02 sendUrl INFO 87 [623] R:OK -2015-03-11 08:32:02 sendUrl INFO 87 [624] R:OK -2015-03-11 08:32:03 queue INFO 83 [625] -2015-03-11 08:32:03 queue INFO >83 [626] -2015-03-11 08:32:04 sendUrl INFO 83 [625] R:OK -2015-03-11 08:32:04 sendUrl INFO 83 [626] R:OK -2015-03-11 08:32:53 queue INFO >>83 [627] -2015-03-11 08:32:54 sendUrl INFO 83 [627] R:OK -2015-03-11 08:33:43 queue INFO >>83 [628] -2015-03-11 08:33:44 sendUrl INFO 83 [628] R:OK -2015-03-11 08:34:34 queue INFO >>83 [629] -2015-03-11 08:34:34 sendUrl INFO 83 [629] R:OK -2015-03-11 08:35:24 queue INFO >>83 [630] -2015-03-11 08:35:24 sendUrl INFO 83 [630] R:OK -2015-03-11 08:36:14 queue INFO >>83 [631] -2015-03-11 08:36:14 sendUrl INFO 83 [631] R:OK -2015-03-11 08:37:04 queue INFO >>83 [632] -2015-03-11 08:37:04 sendUrl INFO 83 [632] R:OK -2015-03-11 08:37:54 queue INFO >>83 [633] -2015-03-11 08:37:54 sendUrl INFO 83 [633] R:OK -2015-03-11 08:38:44 queue INFO >>83 [634] -2015-03-11 08:38:52 sendUrl INFO 83 [634] R:OK -2015-03-11 08:39:34 queue INFO >>83 [635] -2015-03-11 08:39:43 sendUrl INFO 83 [635] R:OK -2015-03-11 08:40:08 queue INFO 87 [636] -2015-03-11 08:40:08 queue INFO >87 [637] -2015-03-11 08:40:08 sendUrl INFO 87 [636] R:OK -2015-03-11 08:40:09 sendUrl INFO 87 [637] R:OK -2015-03-11 08:40:10 queue INFO 83 [638] -2015-03-11 08:40:10 queue INFO >83 [639] -2015-03-11 08:40:11 sendUrl INFO 83 [638] R:OK -2015-03-11 08:40:34 sendUrl INFO 83 [639] R:OK -2015-03-11 08:41:00 queue INFO >>83 [640] -2015-03-11 08:41:16 sendUrl INFO 83 [640] R:OK -2015-03-11 08:41:50 queue INFO >>83 [641] -2015-03-11 08:42:08 sendUrl INFO 83 [641] R:OK -2015-03-11 08:42:40 queue INFO >>83 [642] -2015-03-11 08:42:40 sendUrl INFO 83 [642] R:OK -2015-03-11 08:43:30 queue INFO >>83 [643] -2015-03-11 08:43:41 sendUrl INFO 83 [643] R:OK -2015-03-11 08:44:20 queue INFO >>83 [644] -2015-03-11 08:44:33 sendUrl INFO 83 [644] R:OK -2015-03-11 08:45:11 queue INFO >>83 [645] -2015-03-11 08:45:11 sendUrl INFO 83 [645] R:OK -2015-03-11 08:46:01 queue INFO >>83 [646] -2015-03-11 08:46:05 sendUrl INFO 83 [646] R:OK -2015-03-11 08:46:51 queue INFO >>83 [647] -2015-03-11 08:46:56 sendUrl INFO 83 [647] R:OK -2015-03-11 08:47:41 queue INFO >>83 [648] -2015-03-11 08:47:47 sendUrl INFO 83 [648] R:OK -2015-03-11 08:48:15 queue INFO C7 [649] -2015-03-11 08:48:15 queue INFO >C7 [650] -2015-03-11 08:48:15 sendUrl INFO C7 [649] R:OK -2015-03-11 08:48:16 queue INFO C3 [651] -2015-03-11 08:48:16 queue INFO >C3 [652] -2015-03-11 08:48:16 program INFO WAIT active send to complete -2015-03-11 08:48:17 program INFO WAIT active send to complete -2015-03-11 08:48:17 program INFO WAIT active send to complete -2015-03-11 08:48:18 program INFO WAIT active send to complete -2015-03-11 08:48:18 program INFO WAIT active send to complete -2015-03-11 08:48:19 program INFO WAIT active send to complete -2015-03-11 08:48:19 program INFO WAIT active send to complete -2015-03-11 08:48:20 program INFO WAIT active send to complete -2015-03-11 08:48:20 program INFO WAIT active send to complete -2015-03-11 08:48:21 program INFO WAIT active send to complete -2015-03-11 08:48:21 program INFO WAIT active send to complete -2015-03-11 08:48:22 program INFO WAIT active send to complete -2015-03-11 08:48:23 program INFO WAIT active send to complete -2015-03-11 08:48:23 program INFO WAIT active send to complete -2015-03-11 08:48:24 program INFO WAIT active send to complete -2015-03-11 08:48:24 program INFO WAIT active send to complete -2015-03-11 08:48:25 program INFO WAIT active send to complete -2015-03-11 08:48:25 program INFO WAIT active send to complete -2015-03-11 08:48:26 program INFO WAIT active send to complete -2015-03-11 08:48:26 program INFO WAIT active send to complete -2015-03-11 08:48:27 program INFO WAIT active send to complete -2015-03-11 08:48:27 program INFO WAIT active send to complete -2015-03-11 08:48:28 program INFO WAIT active send to complete -2015-03-11 08:48:28 program INFO WAIT active send to complete -2015-03-11 08:48:29 program INFO WAIT active send to complete -2015-03-11 08:48:29 program INFO WAIT active send to complete -2015-03-11 08:48:30 program INFO WAIT active send to complete -2015-03-11 08:48:30 sendUrl INFO C7 [650] R:OK -2015-03-11 08:48:30 sendUrl INFO C3 [651] R:OK -2015-03-11 08:48:31 sendUrl INFO C3 [652] R:OK -2015-03-11 08:49:06 queue INFO >>C3 [653] -2015-03-11 08:49:22 sendUrl INFO C3 [653] R:OK -2015-03-11 08:49:56 queue INFO >>C3 [654] -2015-03-11 08:50:12 sendUrl INFO C3 [654] R:OK -2015-03-11 08:50:47 queue INFO >>C3 [655] -2015-03-11 08:50:48 sendUrl INFO C3 [655] R:OK -2015-03-11 08:51:37 queue INFO >>C3 [656] -2015-03-11 08:51:46 sendUrl INFO C3 [656] R:OK -2015-03-11 08:52:27 queue INFO >>C3 [657] -2015-03-11 08:52:36 sendUrl INFO C3 [657] R:OK -2015-03-11 08:53:17 queue INFO >>C3 [658] -2015-03-11 08:53:18 sendUrl INFO C3 [658] R:OK -2015-03-11 08:54:07 queue INFO >>C3 [659] -2015-03-11 08:54:11 sendUrl INFO C3 [659] R:OK -2015-03-11 08:54:57 queue INFO >>C3 [660] -2015-03-11 08:55:01 sendUrl INFO C3 [660] R:OK -2015-03-11 08:55:48 queue INFO >>C3 [661] -2015-03-11 08:56:00 sendUrl INFO C3 [661] R:OK -2015-03-11 08:56:21 queue INFO 83 [662] -2015-03-11 08:56:21 queue INFO 87 [663] -2015-03-11 08:56:21 queue INFO >87 [664] -2015-03-11 08:56:22 sendUrl INFO 83 [662] R:OK -2015-03-11 08:56:22 sendUrl INFO 87 [663] R:OK -2015-03-11 08:56:23 queue INFO 83 [665] -2015-03-11 08:56:23 program INFO WAIT active send to complete -2015-03-11 08:56:23 queue INFO >83 [666] -2015-03-11 08:56:23 program INFO WAIT active send to complete -2015-03-11 08:56:24 program INFO WAIT active send to complete -2015-03-11 08:56:24 program INFO WAIT active send to complete -2015-03-11 08:56:25 program INFO WAIT active send to complete -2015-03-11 08:56:25 program INFO WAIT active send to complete -2015-03-11 08:56:26 program INFO WAIT active send to complete -2015-03-11 08:56:26 program INFO WAIT active send to complete -2015-03-11 08:56:27 program INFO WAIT active send to complete -2015-03-11 08:56:27 program INFO WAIT active send to complete -2015-03-11 08:56:28 program INFO WAIT active send to complete -2015-03-11 08:56:28 program INFO WAIT active send to complete -2015-03-11 08:56:29 program INFO WAIT active send to complete -2015-03-11 08:56:29 program INFO WAIT active send to complete -2015-03-11 08:56:30 program INFO WAIT active send to complete -2015-03-11 08:56:30 sendUrl INFO 87 [664] R:OK -2015-03-11 08:56:31 program INFO WAIT active send to complete -2015-03-11 08:56:31 program INFO WAIT active send to complete -2015-03-11 08:56:32 program INFO WAIT active send to complete -2015-03-11 08:56:32 program INFO WAIT active send to complete -2015-03-11 08:56:33 program INFO WAIT active send to complete -2015-03-11 08:56:33 program INFO WAIT active send to complete -2015-03-11 08:56:34 program INFO WAIT active send to complete -2015-03-11 08:56:34 program INFO WAIT active send to complete -2015-03-11 08:56:35 program INFO WAIT active send to complete -2015-03-11 08:56:35 sendUrl INFO 83 [665] R:OK -2015-03-11 08:56:36 sendUrl INFO 83 [666] R:OK -2015-03-11 08:57:13 queue INFO >>83 [667] -2015-03-11 08:57:20 sendUrl INFO 83 [667] R:OK -2015-03-11 08:58:03 queue INFO >>83 [668] -2015-03-11 08:58:07 sendUrl INFO 83 [668] R:OK -2015-03-11 08:58:53 queue INFO >>83 [669] -2015-03-11 08:58:53 sendUrl INFO 83 [669] R:OK -2015-03-11 08:59:43 queue INFO >>83 [670] -2015-03-11 08:59:50 sendUrl INFO 83 [670] R:OK -2015-03-11 09:00:33 queue INFO >>83 [671] -2015-03-11 09:00:39 sendUrl INFO 83 [671] R:OK -2015-03-11 09:01:24 queue INFO >>83 [672] -2015-03-11 09:01:24 sendUrl INFO 83 [672] R:OK -2015-03-11 09:02:14 queue INFO >>83 [673] -2015-03-11 09:02:21 sendUrl INFO 83 [673] R:OK -2015-03-11 09:03:04 queue INFO >>83 [674] -2015-03-11 09:03:11 sendUrl INFO 83 [674] R:OK -2015-03-11 09:03:53 queue INFO 81 [675] -2015-03-11 09:03:53 queue INFO >81 [676] -2015-03-11 09:03:54 sendUrl INFO 81 [675] R:OK -2015-03-11 09:04:01 sendUrl INFO 81 [676] R:OK -2015-03-11 09:04:04 queue INFO 83 [677] -2015-03-11 09:04:04 queue INFO >83 [678] -2015-03-11 09:04:04 program INFO WAIT active send to complete -2015-03-11 09:04:05 program INFO WAIT active send to complete -2015-03-11 09:04:05 program INFO WAIT active send to complete -2015-03-11 09:04:06 program INFO WAIT active send to complete -2015-03-11 09:04:06 program INFO WAIT active send to complete -2015-03-11 09:04:07 program INFO WAIT active send to complete -2015-03-11 09:04:07 sendUrl INFO 83 [677] R:OK -2015-03-11 09:04:10 sendUrl INFO 83 [678] R:OK -2015-03-11 09:04:28 queue INFO 87 [679] -2015-03-11 09:04:29 queue INFO >87 [680] -2015-03-11 09:04:29 sendUrl INFO 87 [679] R:OK -2015-03-11 09:04:29 sendUrl INFO 87 [680] R:OK -2015-03-11 09:04:30 queue INFO 83 [681] -2015-03-11 09:04:30 queue INFO >83 [682] -2015-03-11 09:04:31 program INFO WAIT active send to complete -2015-03-11 09:04:31 program INFO WAIT active send to complete -2015-03-11 09:04:32 program INFO WAIT active send to complete -2015-03-11 09:04:32 program INFO WAIT active send to complete -2015-03-11 09:04:33 program INFO WAIT active send to complete -2015-03-11 09:04:33 program INFO WAIT active send to complete -2015-03-11 09:04:34 program INFO WAIT active send to complete -2015-03-11 09:04:34 program INFO WAIT active send to complete -2015-03-11 09:04:34 sendUrl INFO 83 [681] R:OK -2015-03-11 09:04:35 sendUrl INFO 83 [682] R:OK -2015-03-11 09:05:20 queue INFO >>83 [683] -2015-03-11 09:05:26 sendUrl INFO 83 [683] R:OK -2015-03-11 09:06:10 queue INFO >>83 [684] -2015-03-11 09:06:13 sendUrl INFO 83 [684] R:OK -2015-03-11 09:07:00 queue INFO >>83 [685] -2015-03-11 09:07:01 sendUrl INFO 83 [685] R:OK -2015-03-11 09:07:51 queue INFO >>83 [686] -2015-03-11 09:07:51 sendUrl INFO 83 [686] R:OK -2015-03-11 09:08:41 queue INFO >>83 [687] -2015-03-11 09:08:41 sendUrl INFO 83 [687] R:OK -2015-03-11 09:09:31 queue INFO >>83 [688] -2015-03-11 09:09:31 sendUrl INFO 83 [688] R:OK -2015-03-11 09:10:21 queue INFO >>83 [689] -2015-03-11 09:10:22 sendUrl INFO 83 [689] R:OK -2015-03-11 09:11:11 queue INFO >>83 [690] -2015-03-11 09:11:15 sendUrl INFO 83 [690] R:OK -2015-03-11 09:12:01 queue INFO >>83 [691] -2015-03-11 09:12:02 sendUrl INFO 83 [691] R:OK -2015-03-11 09:12:35 queue INFO 87 [692] -2015-03-11 09:12:35 queue INFO >87 [693] -2015-03-11 09:12:36 sendUrl INFO 87 [692] R:OK -2015-03-11 09:12:36 queue INFO 83 [694] -2015-03-11 09:12:37 queue INFO >83 [695] -2015-03-11 09:12:37 program INFO WAIT active send to complete -2015-03-11 09:12:37 program INFO WAIT active send to complete -2015-03-11 09:12:38 program INFO WAIT active send to complete -2015-03-11 09:12:38 program INFO WAIT active send to complete -2015-03-11 09:12:39 program INFO WAIT active send to complete -2015-03-11 09:12:39 program INFO WAIT active send to complete -2015-03-11 09:12:40 sendUrl INFO 87 [693] R:OK -2015-03-11 09:12:40 program INFO WAIT active send to complete -2015-03-11 09:12:41 program INFO WAIT active send to complete -2015-03-11 09:12:41 program INFO WAIT active send to complete -2015-03-11 09:12:42 program INFO WAIT active send to complete -2015-03-11 09:12:42 program INFO WAIT active send to complete -2015-03-11 09:12:43 program INFO WAIT active send to complete -2015-03-11 09:12:43 program INFO WAIT active send to complete -2015-03-11 09:12:44 program INFO WAIT active send to complete -2015-03-11 09:12:44 program INFO WAIT active send to complete -2015-03-11 09:12:45 program INFO WAIT active send to complete -2015-03-11 09:12:45 program INFO WAIT active send to complete -2015-03-11 09:12:46 program INFO WAIT active send to complete -2015-03-11 09:12:46 program INFO WAIT active send to complete -2015-03-11 09:12:47 program INFO WAIT active send to complete -2015-03-11 09:12:47 program INFO WAIT active send to complete -2015-03-11 09:12:48 program INFO WAIT active send to complete -2015-03-11 09:12:48 program INFO WAIT active send to complete -2015-03-11 09:12:49 program INFO WAIT active send to complete -2015-03-11 09:12:49 sendUrl INFO 83 [694] R:OK -2015-03-11 09:12:55 sendUrl INFO 83 [695] R:OK -2015-03-11 09:13:27 queue INFO >>83 [696] -2015-03-11 09:13:30 sendUrl INFO 83 [696] R:OK -2015-03-11 09:14:17 queue INFO >>83 [697] -2015-03-11 09:14:17 sendUrl INFO 83 [697] R:OK -2015-03-11 09:15:07 queue INFO >>83 [698] -2015-03-11 09:15:08 sendUrl INFO 83 [698] R:OK -2015-03-11 09:15:57 queue INFO >>83 [699] -2015-03-11 09:16:10 sendUrl INFO 83 [699] R:OK -2015-03-11 09:16:47 queue INFO >>83 [700] -2015-03-11 09:16:48 sendUrl INFO 83 [700] R:OK -2015-03-11 09:17:37 queue INFO >>83 [701] -2015-03-11 09:17:50 sendUrl INFO 83 [701] R:OK -2015-03-11 09:18:27 queue INFO >>83 [702] -2015-03-11 09:18:41 sendUrl INFO 83 [702] R:OK -2015-03-11 09:19:18 queue INFO >>83 [703] -2015-03-11 09:19:19 sendUrl INFO 83 [703] R:OK -2015-03-11 09:20:08 queue INFO >>83 [704] -2015-03-11 09:20:27 sendUrl INFO 83 [704] R:OK -2015-03-11 09:20:41 queue INFO 87 [705] -2015-03-11 09:20:41 queue INFO >87 [706] -2015-03-11 09:20:42 sendUrl INFO 87 [705] R:OK -2015-03-11 09:20:42 sendUrl INFO 87 [706] R:OK -2015-03-11 09:20:43 queue INFO 83 [707] -2015-03-11 09:20:43 queue INFO >83 [708] -2015-03-11 09:20:44 sendUrl INFO 83 [707] R:OK -2015-03-11 09:20:44 sendUrl INFO 83 [708] R:OK -2015-03-11 09:21:33 queue INFO >>83 [709] -2015-03-11 09:21:34 sendUrl INFO 83 [709] R:OK -2015-03-11 09:22:23 queue INFO >>83 [710] -2015-03-11 09:22:24 sendUrl INFO 83 [710] R:OK -2015-03-11 09:23:13 queue INFO >>83 [711] -2015-03-11 09:23:14 sendUrl INFO 83 [711] R:OK -2015-03-11 09:24:04 queue INFO >>83 [712] -2015-03-11 09:24:05 sendUrl INFO 83 [712] R:OK -2015-03-11 09:24:54 queue INFO >>83 [713] -2015-03-11 09:24:55 sendUrl INFO 83 [713] R:OK -2015-03-11 09:25:44 queue INFO >>83 [714] -2015-03-11 09:25:44 sendUrl INFO 83 [714] R:OK -2015-03-11 09:26:34 queue INFO >>83 [715] -2015-03-11 09:26:35 sendUrl INFO 83 [715] R:OK -2015-03-11 09:27:24 queue INFO >>83 [716] -2015-03-11 09:27:25 sendUrl INFO 83 [716] R:OK -2015-03-11 09:28:14 queue INFO >>83 [717] -2015-03-11 09:28:15 sendUrl INFO 83 [717] R:OK -2015-03-11 09:28:48 queue INFO 87 [718] -2015-03-11 09:28:48 queue INFO >87 [719] -2015-03-11 09:28:49 sendUrl INFO 87 [718] R:OK -2015-03-11 09:28:49 queue INFO 83 [720] -2015-03-11 09:28:50 queue INFO >83 [721] -2015-03-11 09:28:50 program INFO WAIT active send to complete -2015-03-11 09:28:50 program INFO WAIT active send to complete -2015-03-11 09:28:51 program INFO WAIT active send to complete -2015-03-11 09:28:51 program INFO WAIT active send to complete -2015-03-11 09:28:52 program INFO WAIT active send to complete -2015-03-11 09:28:52 program INFO WAIT active send to complete -2015-03-11 09:28:53 program INFO WAIT active send to complete -2015-03-11 09:28:53 program INFO WAIT active send to complete -2015-03-11 09:28:54 program INFO WAIT active send to complete -2015-03-11 09:28:54 program INFO WAIT active send to complete -2015-03-11 09:28:55 program INFO WAIT active send to complete -2015-03-11 09:28:55 program INFO WAIT active send to complete -2015-03-11 09:28:56 program INFO WAIT active send to complete -2015-03-11 09:28:56 program INFO WAIT active send to complete -2015-03-11 09:28:57 program INFO WAIT active send to complete -2015-03-11 09:28:57 program INFO WAIT active send to complete -2015-03-11 09:28:58 program INFO WAIT active send to complete -2015-03-11 09:28:58 program INFO WAIT active send to complete -2015-03-11 09:28:59 program INFO WAIT active send to complete -2015-03-11 09:28:59 program INFO WAIT active send to complete -2015-03-11 09:29:00 program INFO WAIT active send to complete -2015-03-11 09:29:00 program INFO WAIT active send to complete -2015-03-11 09:29:01 program INFO WAIT active send to complete -2015-03-11 09:29:01 program INFO WAIT active send to complete -2015-03-11 09:29:02 program INFO WAIT active send to complete -2015-03-11 09:29:02 program INFO WAIT active send to complete -2015-03-11 09:29:03 program INFO WAIT active send to complete -2015-03-11 09:29:03 program INFO WAIT active send to complete -2015-03-11 09:29:04 program INFO WAIT active send to complete -2015-03-11 09:29:04 program INFO WAIT active send to complete -2015-03-11 09:29:05 program INFO WAIT active send to complete -2015-03-11 09:29:06 program INFO WAIT active send to complete -2015-03-11 09:29:06 sendUrl INFO 87 [719] R:OK -2015-03-11 09:29:07 program INFO WAIT active send to complete -2015-03-11 09:29:07 program INFO WAIT active send to complete -2015-03-11 09:29:08 program INFO WAIT active send to complete -2015-03-11 09:29:08 program INFO WAIT active send to complete -2015-03-11 09:29:09 program INFO WAIT active send to complete -2015-03-11 09:29:09 program INFO WAIT active send to complete -2015-03-11 09:29:09 sendUrl INFO 83 [720] R:OK -2015-03-11 09:29:12 sendUrl INFO 83 [721] R:OK -2015-03-11 09:29:40 queue INFO >>83 [722] -2015-03-11 09:29:40 sendUrl INFO 83 [722] R:OK -2015-03-11 09:30:30 queue INFO >>83 [723] -2015-03-11 09:30:30 sendUrl INFO 83 [723] R:OK -2015-03-11 09:31:20 queue INFO >>83 [724] -2015-03-11 09:31:20 sendUrl INFO 83 [724] R:OK -2015-03-11 09:32:10 queue INFO >>83 [725] -2015-03-11 09:32:26 sendUrl INFO 83 [725] R:OK -2015-03-11 09:33:00 queue INFO >>83 [726] -2015-03-11 09:33:01 sendUrl INFO 83 [726] R:OK -2015-03-11 09:33:50 queue INFO >>83 [727] -2015-03-11 09:33:51 sendUrl INFO 83 [727] R:OK -2015-03-11 09:34:40 queue INFO >>83 [728] -2015-03-11 09:34:42 sendUrl INFO 83 [728] R:OK -2015-03-11 09:35:31 queue INFO >>83 [729] -2015-03-11 09:35:33 sendUrl INFO 83 [729] R:OK -2015-03-11 09:36:21 queue INFO >>83 [730] -2015-03-11 09:36:30 sendUrl INFO 83 [730] R:OK -2015-03-11 09:36:54 queue INFO C7 [731] -2015-03-11 09:36:54 queue INFO >C7 [732] -2015-03-11 09:36:55 sendUrl INFO C7 [731] R:OK -2015-03-11 09:36:55 sendUrl INFO C7 [732] R:OK -2015-03-11 09:36:56 queue INFO C3 [733] -2015-03-11 09:36:56 queue INFO >C3 [734] -2015-03-11 09:36:57 program INFO WAIT active send to complete -2015-03-11 09:36:57 program INFO WAIT active send to complete -2015-03-11 09:36:58 program INFO WAIT active send to complete -2015-03-11 09:36:58 program INFO WAIT active send to complete -2015-03-11 09:36:59 program INFO WAIT active send to complete -2015-03-11 09:36:59 program INFO WAIT active send to complete -2015-03-11 09:37:00 program INFO WAIT active send to complete -2015-03-11 09:37:00 program INFO WAIT active send to complete -2015-03-11 09:37:01 program INFO WAIT active send to complete -2015-03-11 09:37:01 program INFO WAIT active send to complete -2015-03-11 09:37:02 program INFO WAIT active send to complete -2015-03-11 09:37:02 program INFO WAIT active send to complete -2015-03-11 09:37:03 program INFO WAIT active send to complete -2015-03-11 09:37:03 program INFO WAIT active send to complete -2015-03-11 09:37:04 program INFO WAIT active send to complete -2015-03-11 09:37:04 program INFO WAIT active send to complete -2015-03-11 09:37:05 program INFO WAIT active send to complete -2015-03-11 09:37:05 program INFO WAIT active send to complete -2015-03-11 09:37:06 program INFO WAIT active send to complete -2015-03-11 09:37:06 program INFO WAIT active send to complete -2015-03-11 09:37:07 program INFO WAIT active send to complete -2015-03-11 09:37:07 sendUrl INFO C3 [733] R:OK -2015-03-11 09:37:19 sendUrl INFO C3 [734] R:OK -2015-03-11 09:37:46 queue INFO >>C3 [735] -2015-03-11 09:37:57 sendUrl INFO C3 [735] R:OK -2015-03-11 09:38:36 queue INFO >>C3 [736] -2015-03-11 09:38:47 sendUrl INFO C3 [736] R:OK -2015-03-11 09:39:26 queue INFO >>C3 [737] -2015-03-11 09:39:27 sendUrl INFO C3 [737] R:OK -2015-03-11 09:40:16 queue INFO >>C3 [738] -2015-03-11 09:40:17 sendUrl INFO C3 [738] R:OK -2015-03-11 09:41:06 queue INFO >>C3 [739] -2015-03-11 09:41:07 sendUrl INFO C3 [739] R:OK -2015-03-11 09:41:57 queue INFO >>C3 [740] -2015-03-11 09:41:57 sendUrl INFO C3 [740] R:OK -2015-03-11 09:42:47 queue INFO >>C3 [741] -2015-03-11 09:42:47 sendUrl INFO C3 [741] R:OK -2015-03-11 09:43:37 queue INFO >>C3 [742] -2015-03-11 09:43:37 sendUrl INFO C3 [742] R:OK -2015-03-11 09:44:27 queue INFO >>C3 [743] -2015-03-11 09:44:27 sendUrl INFO C3 [743] R:OK -2015-03-11 09:45:00 queue INFO 83 [744] -2015-03-11 09:45:01 queue INFO 87 [745] -2015-03-11 09:45:01 queue INFO >87 [746] -2015-03-11 09:45:01 sendUrl INFO 83 [744] R:OK -2015-03-11 09:45:02 sendUrl INFO 87 [745] R:OK -2015-03-11 09:45:02 sendUrl INFO 87 [746] R:OK -2015-03-11 09:45:02 queue INFO 83 [747] -2015-03-11 09:45:02 queue INFO >83 [748] -2015-03-11 09:45:02 sendUrl INFO 83 [747] R:OK -2015-03-11 09:45:03 sendUrl INFO 83 [748] R:OK -2015-03-11 09:45:52 queue INFO >>83 [749] -2015-03-11 09:45:53 sendUrl INFO 83 [749] R:OK -2015-03-11 09:46:42 queue INFO >>83 [750] -2015-03-11 09:46:43 sendUrl INFO 83 [750] R:OK -2015-03-11 09:47:33 queue INFO >>83 [751] -2015-03-11 09:47:33 sendUrl INFO 83 [751] R:OK -2015-03-11 09:48:23 queue INFO >>83 [752] -2015-03-11 09:48:23 sendUrl INFO 83 [752] R:OK -2015-03-11 09:49:13 queue INFO >>83 [753] -2015-03-11 09:49:13 sendUrl INFO 83 [753] R:OK -2015-03-11 09:50:03 queue INFO >>83 [754] -2015-03-11 09:50:03 sendUrl INFO 83 [754] R:OK -2015-03-11 09:50:53 queue INFO >>83 [755] -2015-03-11 09:50:54 sendUrl INFO 83 [755] R:OK -2015-03-11 09:51:43 queue INFO >>83 [756] -2015-03-11 09:51:44 sendUrl INFO 83 [756] R:OK -2015-03-11 09:52:34 queue INFO >>83 [757] -2015-03-11 09:52:34 sendUrl INFO 83 [757] R:OK -2015-03-11 09:53:07 queue INFO 87 [758] -2015-03-11 09:53:08 queue INFO >87 [759] -2015-03-11 09:53:08 sendUrl INFO 87 [758] R:OK -2015-03-11 09:53:08 sendUrl INFO 87 [759] R:OK -2015-03-11 09:53:09 queue INFO 83 [760] -2015-03-11 09:53:09 sendUrl INFO 83 [760] R:OK -2015-03-11 09:53:09 queue INFO >83 [761] -2015-03-11 09:53:10 sendUrl INFO 83 [761] R:OK -2015-03-11 09:53:59 queue INFO >>83 [762] -2015-03-11 09:54:00 sendUrl INFO 83 [762] R:OK -2015-03-11 09:54:49 queue INFO >>83 [763] -2015-03-11 09:54:50 sendUrl INFO 83 [763] R:OK -2015-03-11 09:55:40 queue INFO >>83 [764] -2015-03-11 09:55:40 sendUrl INFO 83 [764] R:OK -2015-03-11 09:56:30 queue INFO >>83 [765] -2015-03-11 09:56:30 sendUrl INFO 83 [765] R:OK -2015-03-11 09:57:20 queue INFO >>83 [766] -2015-03-11 09:57:20 sendUrl INFO 83 [766] R:OK -2015-03-11 09:58:10 queue INFO >>83 [767] -2015-03-11 09:58:10 sendUrl INFO 83 [767] R:OK -2015-03-11 09:59:00 queue INFO >>83 [768] -2015-03-11 09:59:01 sendUrl INFO 83 [768] R:OK -2015-03-11 09:59:50 queue INFO >>83 [769] -2015-03-11 09:59:51 sendUrl INFO 83 [769] R:OK -2015-03-11 10:00:40 queue INFO >>83 [770] -2015-03-11 10:00:41 sendUrl INFO 83 [770] R:OK -2015-03-11 10:01:14 queue INFO 87 [771] -2015-03-11 10:01:14 queue INFO >87 [772] -2015-03-11 10:01:14 sendUrl INFO 87 [771] R:OK -2015-03-11 10:01:15 sendUrl INFO 87 [772] R:OK -2015-03-11 10:01:16 queue INFO 83 [773] -2015-03-11 10:01:16 queue INFO >83 [774] -2015-03-11 10:01:16 sendUrl INFO 83 [773] R:OK -2015-03-11 10:01:16 sendUrl INFO 83 [774] R:OK -2015-03-11 10:02:06 queue INFO >>83 [775] -2015-03-11 10:02:06 sendUrl INFO 83 [775] R:OK -2015-03-11 10:02:56 queue INFO >>83 [776] -2015-03-11 10:02:57 sendUrl INFO 83 [776] R:OK -2015-03-11 10:03:46 queue INFO >>83 [777] -2015-03-11 10:03:46 sendUrl INFO 83 [777] R:OK -2015-03-11 10:04:36 queue INFO >>83 [778] -2015-03-11 10:04:37 sendUrl INFO 83 [778] R:OK -2015-03-11 10:05:27 queue INFO >>83 [779] -2015-03-11 10:05:27 sendUrl INFO 83 [779] R:OK -2015-03-11 10:06:17 queue INFO >>83 [780] -2015-03-11 10:06:17 sendUrl INFO 83 [780] R:OK -2015-03-11 10:07:07 queue INFO >>83 [781] -2015-03-11 10:07:07 sendUrl INFO 83 [781] R:OK -2015-03-11 10:07:57 queue INFO >>83 [782] -2015-03-11 10:07:57 sendUrl INFO 83 [782] R:OK -2015-03-11 10:08:47 queue INFO >>83 [783] -2015-03-11 10:08:47 sendUrl INFO 83 [783] R:OK -2015-03-11 10:09:21 queue INFO 87 [784] -2015-03-11 10:09:21 queue INFO >87 [785] -2015-03-11 10:09:21 sendUrl INFO 87 [784] R:OK -2015-03-11 10:09:22 sendUrl INFO 87 [785] R:OK -2015-03-11 10:09:22 queue INFO 83 [786] -2015-03-11 10:09:22 queue INFO >83 [787] -2015-03-11 10:09:23 sendUrl INFO 83 [786] R:OK -2015-03-11 10:09:23 sendUrl INFO 83 [787] R:OK -2015-03-11 10:10:12 queue INFO >>83 [788] -2015-03-11 10:10:13 sendUrl INFO 83 [788] R:OK -2015-03-11 10:11:03 queue INFO >>83 [789] -2015-03-11 10:11:03 sendUrl INFO 83 [789] R:OK -2015-03-11 10:11:53 queue INFO >>83 [790] -2015-03-11 10:11:53 sendUrl INFO 83 [790] R:OK -2015-03-11 10:12:43 queue INFO >>83 [791] -2015-03-11 10:12:53 sendUrl INFO 83 [791] R:OK -2015-03-11 10:13:33 queue INFO >>83 [792] -2015-03-11 10:13:43 sendUrl INFO 83 [792] R:OK -2015-03-11 10:14:23 queue INFO >>83 [793] -2015-03-11 10:14:26 sendUrl INFO 83 [793] R:OK -2015-03-11 10:15:13 queue INFO >>83 [794] -2015-03-11 10:15:18 sendUrl INFO 83 [794] R:OK -2015-03-11 10:16:03 queue INFO >>83 [795] -2015-03-11 10:16:04 sendUrl INFO 83 [795] R:OK -2015-03-11 10:16:53 queue INFO >>83 [796] -2015-03-11 10:16:54 sendUrl INFO 83 [796] R:OK -2015-03-11 10:17:27 queue INFO 87 [797] -2015-03-11 10:17:27 queue INFO >87 [798] -2015-03-11 10:17:27 sendUrl INFO 87 [797] R:OK -2015-03-11 10:17:28 sendUrl INFO 87 [798] R:OK -2015-03-11 10:17:29 queue INFO 83 [799] -2015-03-11 10:17:29 queue INFO >83 [800] -2015-03-11 10:17:29 sendUrl INFO 83 [799] R:OK -2015-03-11 10:17:29 sendUrl INFO 83 [800] R:OK -2015-03-11 10:18:19 queue INFO >>83 [801] -2015-03-11 10:18:19 sendUrl INFO 83 [801] R:OK -2015-03-11 10:19:09 queue INFO >>83 [802] -2015-03-11 10:19:09 sendUrl INFO 83 [802] R:OK -2015-03-11 10:19:59 queue INFO >>83 [803] -2015-03-11 10:19:59 sendUrl INFO 83 [803] R:OK -2015-03-11 10:20:49 queue INFO >>83 [804] -2015-03-11 10:20:49 sendUrl INFO 83 [804] R:OK -2015-03-11 10:21:39 queue INFO >>83 [805] -2015-03-11 10:21:40 sendUrl INFO 83 [805] R:OK -2015-03-11 10:22:29 queue INFO >>83 [806] -2015-03-11 10:22:30 sendUrl INFO 83 [806] R:OK -2015-03-11 10:23:20 queue INFO >>83 [807] -2015-03-11 10:23:20 sendUrl INFO 83 [807] R:OK -2015-03-11 10:24:10 queue INFO >>83 [808] -2015-03-11 10:24:10 sendUrl INFO 83 [808] R:OK -2015-03-11 10:25:00 queue INFO >>83 [809] -2015-03-11 10:25:00 sendUrl INFO 83 [809] R:OK -2015-03-11 10:25:33 queue INFO C7 [810] -2015-03-11 10:25:34 queue INFO >C7 [811] -2015-03-11 10:25:34 sendUrl INFO C7 [810] R:OK -2015-03-11 10:25:34 sendUrl INFO C7 [811] R:OK -2015-03-11 10:25:35 queue INFO C3 [812] -2015-03-11 10:25:35 sendUrl INFO C3 [812] R:OK -2015-03-11 10:25:35 queue INFO >C3 [813] -2015-03-11 10:25:36 sendUrl INFO C3 [813] R:OK -2015-03-11 10:26:25 queue INFO >>C3 [814] -2015-03-11 10:26:25 sendUrl INFO C3 [814] R:OK -2015-03-11 10:26:41 queue INFO D3 [815] -2015-03-11 10:26:41 queue INFO D9 [816] -2015-03-11 10:26:42 sendUrl INFO D3 [815] R:OK -2015-03-11 10:26:42 queue INFO >D9 [817] -2015-03-11 10:26:42 sendUrl INFO D9 [816] R:OK -2015-03-11 10:26:43 sendUrl INFO D9 [817] R:OK -2015-03-11 10:27:32 queue INFO >>D9 [818] -2015-03-11 10:27:32 sendUrl INFO D9 [818] R:OK -2015-03-11 10:28:22 queue INFO >>D9 [819] -2015-03-11 10:28:22 sendUrl INFO D9 [819] R:OK -2015-03-11 10:29:12 queue INFO >>D9 [820] -2015-03-11 10:29:12 sendUrl INFO D9 [820] R:OK -2015-03-11 10:30:02 queue INFO >>D9 [821] -2015-03-11 10:30:02 sendUrl INFO D9 [821] R:OK -2015-03-11 10:30:52 queue INFO >>D9 [822] -2015-03-11 10:30:53 sendUrl INFO D9 [822] R:OK -2015-03-11 10:31:42 queue INFO >>D9 [823] -2015-03-11 10:31:43 sendUrl INFO D9 [823] R:OK -2015-03-11 10:32:29 queue INFO C9 [824] -2015-03-11 10:32:30 queue INFO >C9 [825] -2015-03-11 10:32:30 sendUrl INFO C9 [824] R:OK -2015-03-11 10:32:30 sendUrl INFO C9 [825] R:OK -2015-03-11 10:32:32 queue INFO C1 [826] -2015-03-11 10:32:33 queue INFO >C1 [827] -2015-03-11 10:32:33 sendUrl INFO C1 [826] R:OK -2015-03-11 10:32:33 sendUrl INFO C1 [827] R:OK -2015-03-11 10:32:39 queue INFO C3 [828] -2015-03-11 10:32:39 queue INFO >C3 [829] -2015-03-11 10:32:39 sendUrl INFO C3 [828] R:OK -2015-03-11 10:32:39 sendUrl INFO C3 [829] R:OK -2015-03-11 10:33:29 queue INFO >>C3 [830] -2015-03-11 10:33:29 sendUrl INFO C3 [830] R:OK -2015-03-11 10:34:19 queue INFO >>C3 [831] -2015-03-11 10:34:19 sendUrl INFO C3 [831] R:OK -2015-03-11 10:35:09 queue INFO >>C3 [832] -2015-03-11 10:35:09 sendUrl INFO C3 [832] R:OK -2015-03-11 10:35:59 queue INFO >>C3 [833] -2015-03-11 10:35:59 sendUrl INFO C3 [833] R:OK -2015-03-11 10:36:49 queue INFO >>C3 [834] -2015-03-11 10:36:50 sendUrl INFO C3 [834] R:OK -2015-03-11 10:37:39 queue INFO >>C3 [835] -2015-03-11 10:37:40 sendUrl INFO C3 [835] R:OK -2015-03-11 10:38:30 queue INFO >>C3 [836] -2015-03-11 10:38:30 sendUrl INFO C3 [836] R:OK -2015-03-11 10:39:20 queue INFO >>C3 [837] -2015-03-11 10:39:20 sendUrl INFO C3 [837] R:OK -2015-03-11 10:39:54 queue INFO 83 [838] -2015-03-11 10:39:54 queue INFO 87 [839] -2015-03-11 10:39:54 queue INFO >87 [840] -2015-03-11 10:39:54 sendUrl INFO 83 [838] R:OK -2015-03-11 10:39:55 sendUrl INFO 87 [839] R:OK -2015-03-11 10:39:55 sendUrl INFO 87 [840] R:OK -2015-03-11 10:39:56 queue INFO 83 [841] -2015-03-11 10:39:56 queue INFO >83 [842] -2015-03-11 10:39:56 sendUrl INFO 83 [841] R:OK -2015-03-11 10:39:56 sendUrl INFO 83 [842] R:OK -2015-03-11 10:40:46 queue INFO >>83 [843] -2015-03-11 10:40:46 sendUrl INFO 83 [843] R:OK -2015-03-11 10:41:36 queue INFO >>83 [844] -2015-03-11 10:41:37 sendUrl INFO 83 [844] R:OK -2015-03-11 10:42:26 queue INFO >>83 [845] -2015-03-11 10:42:26 sendUrl INFO 83 [845] R:OK -2015-03-11 10:43:16 queue INFO >>83 [846] -2015-03-11 10:43:17 sendUrl INFO 83 [846] R:OK -2015-03-11 10:44:06 queue INFO >>83 [847] -2015-03-11 10:44:07 sendUrl INFO 83 [847] R:OK -2015-03-11 10:44:57 queue INFO >>83 [848] -2015-03-11 10:44:57 sendUrl INFO 83 [848] R:OK -2015-03-11 10:45:47 queue INFO >>83 [849] -2015-03-11 10:45:47 sendUrl INFO 83 [849] R:OK -2015-03-11 10:46:37 queue INFO >>83 [850] -2015-03-11 10:46:37 sendUrl INFO 83 [850] R:OK -2015-03-11 10:47:27 queue INFO >>83 [851] -2015-03-11 10:47:27 sendUrl INFO 83 [851] R:OK -2015-03-11 10:48:01 queue INFO 87 [852] -2015-03-11 10:48:01 queue INFO >87 [853] -2015-03-11 10:48:02 sendUrl INFO 87 [852] R:OK -2015-03-11 10:48:02 sendUrl INFO 87 [853] R:OK -2015-03-11 10:48:03 queue INFO 83 [854] -2015-03-11 10:48:03 queue INFO >83 [855] -2015-03-11 10:48:03 sendUrl INFO 83 [854] R:OK -2015-03-11 10:48:04 sendUrl INFO 83 [855] R:OK -2015-03-11 10:48:53 queue INFO >>83 [856] -2015-03-11 10:48:53 sendUrl INFO 83 [856] R:OK -2015-03-11 10:49:43 queue INFO >>83 [857] -2015-03-11 10:49:43 sendUrl INFO 83 [857] R:OK -2015-03-11 10:50:33 queue INFO >>83 [858] -2015-03-11 10:50:34 sendUrl INFO 83 [858] R:OK -2015-03-11 10:51:23 queue INFO >>83 [859] -2015-03-11 10:51:23 sendUrl INFO 83 [859] R:OK -2015-03-11 10:52:13 queue INFO >>83 [860] -2015-03-11 10:52:14 sendUrl INFO 83 [860] R:OK -2015-03-11 10:53:03 queue INFO >>83 [861] -2015-03-11 10:53:04 sendUrl INFO 83 [861] R:OK -2015-03-11 10:53:54 queue INFO >>83 [862] -2015-03-11 10:53:54 sendUrl INFO 83 [862] R:OK -2015-03-11 10:54:44 queue INFO >>83 [863] -2015-03-11 10:54:44 sendUrl INFO 83 [863] R:OK -2015-03-11 10:55:34 queue INFO >>83 [864] -2015-03-11 10:55:34 sendUrl INFO 83 [864] R:OK -2015-03-11 10:56:07 queue INFO 87 [865] -2015-03-11 10:56:08 queue INFO >87 [866] -2015-03-11 10:56:08 sendUrl INFO 87 [865] R:OK -2015-03-11 10:56:08 sendUrl INFO 87 [866] R:OK -2015-03-11 10:56:09 queue INFO 83 [867] -2015-03-11 10:56:09 queue INFO >83 [868] -2015-03-11 10:56:09 sendUrl INFO 83 [867] R:OK -2015-03-11 10:56:10 sendUrl INFO 83 [868] R:OK -2015-03-11 10:56:59 queue INFO >>83 [869] -2015-03-11 10:57:00 sendUrl INFO 83 [869] R:OK -2015-03-11 10:57:49 queue INFO >>83 [870] -2015-03-11 10:57:49 sendUrl INFO 83 [870] R:OK -2015-03-11 10:58:40 queue INFO >>83 [871] -2015-03-11 10:58:40 sendUrl INFO 83 [871] R:OK -2015-03-11 10:59:30 queue INFO >>83 [872] -2015-03-11 10:59:30 sendUrl INFO 83 [872] R:OK -2015-03-11 11:00:20 queue INFO >>83 [873] -2015-03-11 11:00:20 sendUrl INFO 83 [873] R:OK -2015-03-11 11:01:10 queue INFO >>83 [874] -2015-03-11 11:01:10 sendUrl INFO 83 [874] R:OK -2015-03-11 11:02:00 queue INFO >>83 [875] -2015-03-11 11:02:01 sendUrl INFO 83 [875] R:OK -2015-03-11 11:02:50 queue INFO >>83 [876] -2015-03-11 11:02:50 sendUrl INFO 83 [876] R:OK -2015-03-11 11:03:40 queue INFO >>83 [877] -2015-03-11 11:03:41 sendUrl INFO 83 [877] R:OK -2015-03-11 11:04:14 queue INFO 87 [878] -2015-03-11 11:04:14 sendUrl INFO 87 [878] R:OK -2015-03-11 11:04:14 queue INFO >87 [879] -2015-03-11 11:04:15 sendUrl INFO 87 [879] R:OK -2015-03-11 11:04:16 queue INFO 83 [880] -2015-03-11 11:04:16 queue INFO >83 [881] -2015-03-11 11:04:16 sendUrl INFO 83 [880] R:OK -2015-03-11 11:04:17 sendUrl INFO 83 [881] R:OK -2015-03-11 11:05:06 queue INFO >>83 [882] -2015-03-11 11:05:06 sendUrl INFO 83 [882] R:OK -2015-03-11 11:05:56 queue INFO >>83 [883] -2015-03-11 11:05:56 sendUrl INFO 83 [883] R:OK -2015-03-11 11:06:46 queue INFO >>83 [884] -2015-03-11 11:06:47 sendUrl INFO 83 [884] R:OK -2015-03-11 11:07:36 queue INFO >>83 [885] -2015-03-11 11:07:36 sendUrl INFO 83 [885] R:OK -2015-03-11 11:08:26 queue INFO >>83 [886] -2015-03-11 11:08:27 sendUrl INFO 83 [886] R:OK -2015-03-11 11:09:16 queue INFO >>83 [887] -2015-03-11 11:09:17 sendUrl INFO 83 [887] R:OK -2015-03-11 11:10:07 queue INFO >>83 [888] -2015-03-11 11:10:07 sendUrl INFO 83 [888] R:OK -2015-03-11 11:10:57 queue INFO >>83 [889] -2015-03-11 11:10:57 sendUrl INFO 83 [889] R:OK -2015-03-11 11:11:47 queue INFO >>83 [890] -2015-03-11 11:11:47 sendUrl INFO 83 [890] R:OK -2015-03-11 11:12:20 queue INFO 87 [891] -2015-03-11 11:12:21 queue INFO >87 [892] -2015-03-11 11:12:21 sendUrl INFO 87 [891] R:OK -2015-03-11 11:12:21 sendUrl INFO 87 [892] R:OK -2015-03-11 11:12:22 queue INFO 83 [893] -2015-03-11 11:12:22 queue INFO >83 [894] -2015-03-11 11:12:22 sendUrl INFO 83 [893] R:OK -2015-03-11 11:12:23 sendUrl INFO 83 [894] R:OK -2015-03-11 11:13:12 queue INFO >>83 [895] -2015-03-11 11:13:13 sendUrl INFO 83 [895] R:OK -2015-03-11 11:14:02 queue INFO >>83 [896] -2015-03-11 11:14:02 sendUrl INFO 83 [896] R:OK -2015-03-11 11:14:52 queue INFO >>83 [897] -2015-03-11 11:14:53 sendUrl INFO 83 [897] R:OK -2015-03-11 11:15:43 queue INFO >>83 [898] -2015-03-11 11:15:43 sendUrl INFO 83 [898] R:OK -2015-03-11 11:16:33 queue INFO >>83 [899] -2015-03-11 11:16:55 sendUrl INFO 83 [899] R:OK -2015-03-11 11:17:23 queue INFO >>83 [900] -2015-03-11 11:17:24 sendUrl INFO 83 [900] R:OK -2015-03-11 11:18:13 queue INFO >>83 [901] -2015-03-11 11:18:19 sendUrl INFO 83 [901] R:OK -2015-03-11 11:19:03 queue INFO >>83 [902] -2015-03-11 11:19:10 sendUrl INFO 83 [902] R:OK -2015-03-11 11:19:53 queue INFO >>83 [903] -2015-03-11 11:20:00 sendUrl INFO 83 [903] R:OK -2015-03-11 11:20:27 queue INFO C7 [904] -2015-03-11 11:20:27 queue INFO >C7 [905] -2015-03-11 11:20:28 program INFO WAIT active send to complete -2015-03-11 11:20:28 sendUrl INFO C7 [904] R:OK -2015-03-11 11:20:28 queue INFO C3 [906] -2015-03-11 11:20:29 queue INFO >C3 [907] -2015-03-11 11:20:29 program INFO WAIT active send to complete -2015-03-11 11:20:29 sendUrl INFO C7 [905] R:OK -2015-03-11 11:20:30 program INFO WAIT active send to complete -2015-03-11 11:20:30 sendUrl INFO C3 [906] R:OK -2015-03-11 11:20:31 sendUrl INFO C3 [907] R:OK -2015-03-11 11:21:18 queue INFO >>C3 [908] -2015-03-11 11:21:19 sendUrl INFO C3 [908] R:OK -2015-03-11 11:22:09 queue INFO >>C3 [909] -2015-03-11 11:22:09 sendUrl INFO C3 [909] R:OK -2015-03-11 11:22:59 queue INFO >>C3 [910] -2015-03-11 11:22:59 sendUrl INFO C3 [910] R:OK -2015-03-11 11:23:49 queue INFO >>C3 [911] -2015-03-11 11:23:49 sendUrl INFO C3 [911] R:OK -2015-03-11 11:24:39 queue INFO >>C3 [912] -2015-03-11 11:24:40 sendUrl INFO C3 [912] R:OK -2015-03-11 11:25:29 queue INFO >>C3 [913] -2015-03-11 11:25:30 sendUrl INFO C3 [913] R:OK -2015-03-11 11:26:19 queue INFO >>C3 [914] -2015-03-11 11:26:20 sendUrl INFO C3 [914] R:OK -2015-03-11 11:27:10 queue INFO >>C3 [915] -2015-03-11 11:27:10 sendUrl INFO C3 [915] R:OK -2015-03-11 11:28:00 queue INFO >>C3 [916] -2015-03-11 11:28:00 sendUrl INFO C3 [916] R:OK -2015-03-11 11:28:33 queue INFO 83 [917] -2015-03-11 11:28:33 queue INFO 87 [918] -2015-03-11 11:28:33 sendUrl INFO 83 [917] R:OK -2015-03-11 11:28:33 queue INFO >87 [919] -2015-03-11 11:28:34 sendUrl INFO 87 [918] R:OK -2015-03-11 11:28:34 sendUrl INFO 87 [919] R:OK -2015-03-11 11:28:35 queue INFO 83 [920] -2015-03-11 11:28:35 queue INFO >83 [921] -2015-03-11 11:28:35 sendUrl INFO 83 [920] R:OK -2015-03-11 11:28:36 sendUrl INFO 83 [921] R:OK -2015-03-11 11:29:25 queue INFO >>83 [922] -2015-03-11 11:29:25 sendUrl INFO 83 [922] R:OK -2015-03-11 11:30:15 queue INFO >>83 [923] -2015-03-11 11:30:15 sendUrl INFO 83 [923] R:OK -2015-03-11 11:31:05 queue INFO >>83 [924] -2015-03-11 11:31:06 sendUrl INFO 83 [924] R:OK -2015-03-11 11:31:55 queue INFO >>83 [925] -2015-03-11 11:31:56 sendUrl INFO 83 [925] R:OK -2015-03-11 11:32:46 queue INFO >>83 [926] -2015-03-11 11:32:46 sendUrl INFO 83 [926] R:OK -2015-03-11 11:33:36 queue INFO >>83 [927] -2015-03-11 11:33:36 sendUrl INFO 83 [927] R:OK -2015-03-11 11:34:26 queue INFO >>83 [928] -2015-03-11 11:34:26 sendUrl INFO 83 [928] R:OK -2015-03-11 11:35:16 queue INFO >>83 [929] -2015-03-11 11:35:16 sendUrl INFO 83 [929] R:OK -2015-03-11 11:36:04 queue INFO 81 [930] -2015-03-11 11:36:04 sendUrl INFO 81 [930] R:OK -2015-03-11 11:36:04 queue INFO >81 [931] -2015-03-11 11:36:04 sendUrl INFO 81 [931] R:OK -2015-03-11 11:36:15 queue INFO 83 [932] -2015-03-11 11:36:15 sendUrl INFO 83 [932] R:OK -2015-03-11 11:36:15 queue INFO >83 [933] -2015-03-11 11:36:15 sendUrl INFO 83 [933] R:OK -2015-03-11 11:36:40 queue INFO 87 [934] -2015-03-11 11:36:40 queue INFO >87 [935] -2015-03-11 11:36:41 program INFO WAIT active send to complete -2015-03-11 11:36:41 program INFO WAIT active send to complete -2015-03-11 11:36:42 queue INFO 83 [936] -2015-03-11 11:36:42 queue INFO >83 [937] -2015-03-11 11:36:42 program INFO WAIT active send to complete -2015-03-11 11:36:42 program INFO WAIT active send to complete -2015-03-11 11:36:43 program INFO WAIT active send to complete -2015-03-11 11:36:43 program INFO WAIT active send to complete -2015-03-11 11:36:44 program INFO WAIT active send to complete -2015-03-11 11:36:44 program INFO WAIT active send to complete -2015-03-11 11:36:45 program INFO WAIT active send to complete -2015-03-11 11:36:45 program INFO WAIT active send to complete -2015-03-11 11:36:46 program INFO WAIT active send to complete -2015-03-11 11:36:47 program INFO WAIT active send to complete -2015-03-11 11:36:47 program INFO WAIT active send to complete -2015-03-11 11:36:48 program INFO WAIT active send to complete -2015-03-11 11:36:48 program INFO WAIT active send to complete -2015-03-11 11:36:49 program INFO WAIT active send to complete -2015-03-11 11:36:49 program INFO WAIT active send to complete -2015-03-11 11:36:50 program INFO WAIT active send to complete -2015-03-11 11:36:50 program INFO WAIT active send to complete -2015-03-11 11:36:51 program INFO WAIT active send to complete -2015-03-11 11:36:51 program INFO WAIT active send to complete -2015-03-11 11:36:52 program INFO WAIT active send to complete -2015-03-11 11:36:52 program INFO WAIT active send to complete -2015-03-11 11:36:52 sendUrl INFO 87 [934] R:OK -2015-03-11 11:36:53 program INFO WAIT active send to complete -2015-03-11 11:36:54 program INFO WAIT active send to complete -2015-03-11 11:36:54 program INFO WAIT active send to complete -2015-03-11 11:36:55 program INFO WAIT active send to complete -2015-03-11 11:36:55 program INFO WAIT active send to complete -2015-03-11 11:36:56 program INFO WAIT active send to complete -2015-03-11 11:36:56 program INFO WAIT active send to complete -2015-03-11 11:36:57 program INFO WAIT active send to complete -2015-03-11 11:36:57 program INFO WAIT active send to complete -2015-03-11 11:36:58 program INFO WAIT active send to complete -2015-03-11 11:36:58 program INFO WAIT active send to complete -2015-03-11 11:36:59 sendUrl INFO 87 [935] R:OK -2015-03-11 11:36:59 program INFO WAIT active send to complete -2015-03-11 11:37:00 program INFO WAIT active send to complete -2015-03-11 11:37:00 program INFO WAIT active send to complete -2015-03-11 11:37:01 program INFO WAIT active send to complete -2015-03-11 11:37:01 program INFO WAIT active send to complete -2015-03-11 11:37:02 program INFO WAIT active send to complete -2015-03-11 11:37:02 program INFO WAIT active send to complete -2015-03-11 11:37:03 program INFO WAIT active send to complete -2015-03-11 11:37:03 program INFO WAIT active send to complete -2015-03-11 11:37:04 program INFO WAIT active send to complete -2015-03-11 11:37:04 program INFO WAIT active send to complete -2015-03-11 11:37:05 program INFO WAIT active send to complete -2015-03-11 11:37:05 program INFO WAIT active send to complete -2015-03-11 11:37:05 sendUrl INFO 83 [936] R:OK -2015-03-11 11:37:07 sendUrl INFO 83 [937] R:OK -2015-03-11 11:37:32 queue INFO >>83 [938] -2015-03-11 11:37:42 sendUrl INFO 83 [938] R:OK -2015-03-11 11:38:22 queue INFO >>83 [939] -2015-03-11 11:38:33 sendUrl INFO 83 [939] R:OK -2015-03-11 11:39:12 queue INFO >>83 [940] -2015-03-11 11:39:23 sendUrl INFO 83 [940] R:OK -2015-03-11 11:40:02 queue INFO >>83 [941] -2015-03-11 11:40:13 sendUrl INFO 83 [941] R:OK -2015-03-11 11:40:52 queue INFO >>83 [942] -2015-03-11 11:40:53 sendUrl INFO 83 [942] R:OK -2015-03-11 11:41:43 queue INFO >>83 [943] -2015-03-11 11:41:44 sendUrl INFO 83 [943] R:OK -2015-03-11 11:42:33 queue INFO >>83 [944] -2015-03-11 11:42:50 sendUrl INFO 83 [944] R:OK -2015-03-11 11:43:23 queue INFO >>83 [945] -2015-03-11 11:43:38 sendUrl INFO 83 [945] R:OK -2015-03-11 11:44:13 queue INFO >>83 [946] -2015-03-11 11:44:14 sendUrl INFO 83 [946] R:OK -2015-03-11 11:44:47 queue INFO 87 [947] -2015-03-11 11:44:47 queue INFO >87 [948] -2015-03-11 11:44:48 program INFO WAIT active send to complete -2015-03-11 11:44:48 program INFO WAIT active send to complete -2015-03-11 11:44:48 queue INFO 83 [949] -2015-03-11 11:44:49 queue INFO >83 [950] -2015-03-11 11:44:49 program INFO WAIT active send to complete -2015-03-11 11:44:49 program INFO WAIT active send to complete -2015-03-11 11:44:50 program INFO WAIT active send to complete -2015-03-11 11:44:50 program INFO WAIT active send to complete -2015-03-11 11:44:51 program INFO WAIT active send to complete -2015-03-11 11:44:51 program INFO WAIT active send to complete -2015-03-11 11:44:52 program INFO WAIT active send to complete -2015-03-11 11:44:52 program INFO WAIT active send to complete -2015-03-11 11:44:53 program INFO WAIT active send to complete -2015-03-11 11:44:53 program INFO WAIT active send to complete -2015-03-11 11:44:54 program INFO WAIT active send to complete -2015-03-11 11:44:54 program INFO WAIT active send to complete -2015-03-11 11:44:55 program INFO WAIT active send to complete -2015-03-11 11:44:55 program INFO WAIT active send to complete -2015-03-11 11:44:56 program INFO WAIT active send to complete -2015-03-11 11:44:56 program INFO WAIT active send to complete -2015-03-11 11:44:57 program INFO WAIT active send to complete -2015-03-11 11:44:57 program INFO WAIT active send to complete -2015-03-11 11:44:58 program INFO WAIT active send to complete -2015-03-11 11:44:58 program INFO WAIT active send to complete -2015-03-11 11:44:59 sendUrl INFO 87 [947] R:OK -2015-03-11 11:44:59 program INFO WAIT active send to complete -2015-03-11 11:45:00 program INFO WAIT active send to complete -2015-03-11 11:45:00 program INFO WAIT active send to complete -2015-03-11 11:45:01 program INFO WAIT active send to complete -2015-03-11 11:45:01 sendUrl INFO 87 [948] R:OK -2015-03-11 11:45:02 program INFO WAIT active send to complete -2015-03-11 11:45:02 program INFO WAIT active send to complete -2015-03-11 11:45:03 program INFO WAIT active send to complete -2015-03-11 11:45:03 program INFO WAIT active send to complete -2015-03-11 11:45:04 program INFO WAIT active send to complete -2015-03-11 11:45:04 program INFO WAIT active send to complete -2015-03-11 11:45:05 program INFO WAIT active send to complete -2015-03-11 11:45:05 program INFO WAIT active send to complete -2015-03-11 11:45:06 program INFO WAIT active send to complete -2015-03-11 11:45:07 program INFO WAIT active send to complete -2015-03-11 11:45:07 program INFO WAIT active send to complete -2015-03-11 11:45:08 program INFO WAIT active send to complete -2015-03-11 11:45:08 program INFO WAIT active send to complete -2015-03-11 11:45:09 program INFO WAIT active send to complete -2015-03-11 11:45:09 program INFO WAIT active send to complete -2015-03-11 11:45:10 program INFO WAIT active send to complete -2015-03-11 11:45:10 program INFO WAIT active send to complete -2015-03-11 11:45:11 program INFO WAIT active send to complete -2015-03-11 11:45:11 program INFO WAIT active send to complete -2015-03-11 11:45:12 program INFO WAIT active send to complete -2015-03-11 11:45:12 program INFO WAIT active send to complete -2015-03-11 11:45:13 program INFO WAIT active send to complete -2015-03-11 11:45:13 program INFO WAIT active send to complete -2015-03-11 11:45:14 program INFO WAIT active send to complete -2015-03-11 11:45:14 program INFO WAIT active send to complete -2015-03-11 11:45:15 program INFO WAIT active send to complete -2015-03-11 11:45:15 program INFO WAIT active send to complete -2015-03-11 11:45:16 program INFO WAIT active send to complete -2015-03-11 11:45:16 program INFO WAIT active send to complete -2015-03-11 11:45:17 program INFO WAIT active send to complete -2015-03-11 11:45:17 program INFO WAIT active send to complete -2015-03-11 11:45:18 program INFO WAIT active send to complete -2015-03-11 11:45:18 program INFO WAIT active send to complete -2015-03-11 11:45:19 program INFO WAIT active send to complete -2015-03-11 11:45:19 program INFO WAIT active send to complete -2015-03-11 11:45:20 sendUrl INFO 83 [949] R:OK -2015-03-11 11:45:20 sendUrl INFO 83 [950] R:OK -2015-03-11 11:45:39 queue INFO >>83 [951] -2015-03-11 11:45:49 sendUrl INFO 83 [951] R:OK -2015-03-11 11:46:29 queue INFO >>83 [952] -2015-03-11 11:46:39 sendUrl INFO 83 [952] R:OK -2015-03-11 11:47:19 queue INFO >>83 [953] -2015-03-11 11:47:32 sendUrl INFO 83 [953] R:OK -2015-03-11 11:48:09 queue INFO >>83 [954] -2015-03-11 11:48:22 sendUrl INFO 83 [954] R:OK -2015-03-11 11:48:59 queue INFO >>83 [955] -2015-03-11 11:49:00 sendUrl INFO 83 [955] R:OK -2015-03-11 11:49:49 queue INFO >>83 [956] -2015-03-11 11:49:50 sendUrl INFO 83 [956] R:OK -2015-03-11 11:50:39 queue INFO >>83 [957] -2015-03-11 11:50:52 sendUrl INFO 83 [957] R:OK -2015-03-11 11:51:30 queue INFO >>83 [958] -2015-03-11 11:51:30 sendUrl INFO 83 [958] R:OK -2015-03-11 11:52:20 queue INFO >>83 [959] -2015-03-11 11:52:20 sendUrl INFO 83 [959] R:OK -2015-03-11 11:52:53 queue INFO 87 [960] -2015-03-11 11:52:54 queue INFO >87 [961] -2015-03-11 11:52:54 sendUrl INFO 87 [960] R:OK -2015-03-11 11:52:54 sendUrl INFO 87 [961] R:OK -2015-03-11 11:52:55 queue INFO 83 [962] -2015-03-11 11:52:55 queue INFO >83 [963] -2015-03-11 11:52:55 sendUrl INFO 83 [962] R:OK -2015-03-11 11:52:56 sendUrl INFO 83 [963] R:OK -2015-03-11 11:53:45 queue INFO >>83 [964] -2015-03-11 11:53:46 sendUrl INFO 83 [964] R:OK -2015-03-11 11:54:35 queue INFO >>83 [965] -2015-03-11 11:54:35 sendUrl INFO 83 [965] R:OK -2015-03-11 11:55:25 queue INFO >>83 [966] -2015-03-11 11:55:26 sendUrl INFO 83 [966] R:OK -2015-03-11 11:56:15 queue INFO >>83 [967] -2015-03-11 11:56:16 sendUrl INFO 83 [967] R:OK -2015-03-11 11:57:06 queue INFO >>83 [968] -2015-03-11 11:57:06 sendUrl INFO 83 [968] R:OK -2015-03-11 11:57:56 queue INFO >>83 [969] -2015-03-11 11:57:59 sendUrl INFO 83 [969] R:OK -2015-03-11 11:58:46 queue INFO >>83 [970] -2015-03-11 11:58:46 sendUrl INFO 83 [970] R:OK -2015-03-11 11:59:36 queue INFO >>83 [971] -2015-03-11 11:59:36 sendUrl INFO 83 [971] R:OK -2015-03-11 12:00:26 queue INFO >>83 [972] -2015-03-11 12:00:26 sendUrl INFO 83 [972] R:OK -2015-03-11 12:01:00 queue INFO 87 [973] -2015-03-11 12:01:00 queue INFO >87 [974] -2015-03-11 12:01:00 sendUrl INFO 87 [973] R:OK -2015-03-11 12:01:00 sendUrl INFO 87 [974] R:OK -2015-03-11 12:01:01 queue INFO 83 [975] -2015-03-11 12:01:01 queue INFO >83 [976] -2015-03-11 12:01:01 sendUrl INFO 83 [975] R:OK -2015-03-11 12:01:02 sendUrl INFO 83 [976] R:OK -2015-03-11 12:01:51 queue INFO >>83 [977] -2015-03-11 12:01:52 sendUrl INFO 83 [977] R:OK -2015-03-11 12:02:42 queue INFO >>83 [978] -2015-03-11 12:02:42 sendUrl INFO 83 [978] R:OK -2015-03-11 12:03:32 queue INFO >>83 [979] -2015-03-11 12:03:32 sendUrl INFO 83 [979] R:OK -2015-03-11 12:04:22 queue INFO >>83 [980] -2015-03-11 12:04:22 sendUrl INFO 83 [980] R:OK -2015-03-11 12:05:12 queue INFO >>83 [981] -2015-03-11 12:05:12 sendUrl INFO 83 [981] R:OK -2015-03-11 12:06:02 queue INFO >>83 [982] -2015-03-11 12:06:02 sendUrl INFO 83 [982] R:OK -2015-03-11 12:06:52 queue INFO >>83 [983] -2015-03-11 12:06:53 sendUrl INFO 83 [983] R:OK -2015-03-11 12:07:42 queue INFO >>83 [984] -2015-03-11 12:07:43 sendUrl INFO 83 [984] R:OK -2015-03-11 12:08:33 queue INFO >>83 [985] -2015-03-11 12:08:33 sendUrl INFO 83 [985] R:OK -2015-03-11 12:09:06 queue INFO C7 [986] -2015-03-11 12:09:06 queue INFO >C7 [987] -2015-03-11 12:09:07 sendUrl INFO C7 [986] R:OK -2015-03-11 12:09:07 sendUrl INFO C7 [987] R:OK -2015-03-11 12:09:08 queue INFO C3 [988] -2015-03-11 12:09:08 queue INFO >C3 [989] -2015-03-11 12:09:08 sendUrl INFO C3 [988] R:OK -2015-03-11 12:09:09 sendUrl INFO C3 [989] R:OK -2015-03-11 12:09:58 queue INFO >>C3 [990] -2015-03-11 12:09:58 sendUrl INFO C3 [990] R:OK -2015-03-11 12:10:48 queue INFO >>C3 [991] -2015-03-11 12:10:48 sendUrl INFO C3 [991] R:OK -2015-03-11 12:11:38 queue INFO >>C3 [992] -2015-03-11 12:11:39 sendUrl INFO C3 [992] R:OK -2015-03-11 12:12:28 queue INFO >>C3 [993] -2015-03-11 12:12:28 sendUrl INFO C3 [993] R:OK -2015-03-11 12:13:18 queue INFO >>C3 [994] -2015-03-11 12:13:19 sendUrl INFO C3 [994] R:OK -2015-03-11 12:14:09 queue INFO >>C3 [995] -2015-03-11 12:14:09 sendUrl INFO C3 [995] R:OK -2015-03-11 12:14:59 queue INFO >>C3 [996] -2015-03-11 12:14:59 sendUrl INFO C3 [996] R:OK -2015-03-11 12:15:49 queue INFO >>C3 [997] -2015-03-11 12:15:49 sendUrl INFO C3 [997] R:OK -2015-03-11 12:16:39 queue INFO >>C3 [998] -2015-03-11 12:16:40 sendUrl INFO C3 [998] R:OK -2015-03-11 12:17:12 queue INFO 83 [999] -2015-03-11 12:17:13 queue INFO 87 [0] -2015-03-11 12:17:13 queue INFO >87 [1] -2015-03-11 12:17:13 sendUrl INFO 83 [999] R:OK -2015-03-11 12:17:13 sendUrl INFO 87 [0] R:OK -2015-03-11 12:17:14 sendUrl INFO 87 [1] R:OK -2015-03-11 12:17:14 queue INFO 83 [2] -2015-03-11 12:17:14 queue INFO >83 [3] -2015-03-11 12:17:14 sendUrl INFO 83 [2] R:OK -2015-03-11 12:17:15 sendUrl INFO 83 [3] R:OK -2015-03-11 12:18:04 queue INFO >>83 [4] -2015-03-11 12:18:05 sendUrl INFO 83 [4] R:OK -2015-03-11 12:18:54 queue INFO >>83 [5] -2015-03-11 12:18:55 sendUrl INFO 83 [5] R:OK -2015-03-11 12:19:45 queue INFO >>83 [6] -2015-03-11 12:19:45 sendUrl INFO 83 [6] R:OK -2015-03-11 12:20:35 queue INFO >>83 [7] -2015-03-11 12:20:35 sendUrl INFO 83 [7] R:OK -2015-03-11 12:21:25 queue INFO >>83 [8] -2015-03-11 12:21:25 sendUrl INFO 83 [8] R:OK -2015-03-11 12:22:15 queue INFO >>83 [9] -2015-03-11 12:22:15 sendUrl INFO 83 [9] R:OK -2015-03-11 12:23:05 queue INFO >>83 [10] -2015-03-11 12:23:06 sendUrl INFO 83 [10] R:OK -2015-03-11 12:23:55 queue INFO >>83 [11] -2015-03-11 12:23:56 sendUrl INFO 83 [11] R:OK -2015-03-11 12:24:46 queue INFO >>83 [12] -2015-03-11 12:24:46 sendUrl INFO 83 [12] R:OK -2015-03-11 12:25:19 queue INFO 87 [13] -2015-03-11 12:25:20 sendUrl INFO 87 [13] R:OK -2015-03-11 12:25:20 queue INFO >87 [14] -2015-03-11 12:25:20 sendUrl INFO 87 [14] R:OK -2015-03-11 12:25:21 queue INFO 83 [15] -2015-03-11 12:25:21 queue INFO >83 [16] -2015-03-11 12:25:22 sendUrl INFO 83 [15] R:OK -2015-03-11 12:25:22 sendUrl INFO 83 [16] R:OK -2015-03-11 12:26:11 queue INFO >>83 [17] -2015-03-11 12:26:11 sendUrl INFO 83 [17] R:OK -2015-03-11 12:27:01 queue INFO >>83 [18] -2015-03-11 12:27:02 sendUrl INFO 83 [18] R:OK -2015-03-11 12:27:52 queue INFO >>83 [19] -2015-03-11 12:27:52 sendUrl INFO 83 [19] R:OK -2015-03-11 12:28:42 queue INFO >>83 [20] -2015-03-11 12:28:42 sendUrl INFO 83 [20] R:OK -2015-03-11 12:29:32 queue INFO >>83 [21] -2015-03-11 12:29:32 sendUrl INFO 83 [21] R:OK -2015-03-11 12:30:22 queue INFO >>83 [22] -2015-03-11 12:30:22 sendUrl INFO 83 [22] R:OK -2015-03-11 12:31:12 queue INFO >>83 [23] -2015-03-11 12:31:12 sendUrl INFO 83 [23] R:OK -2015-03-11 12:32:02 queue INFO >>83 [24] -2015-03-11 12:32:03 sendUrl INFO 83 [24] R:OK -2015-03-11 12:32:52 queue INFO >>83 [25] -2015-03-11 12:32:53 sendUrl INFO 83 [25] R:OK -2015-03-11 12:33:26 queue INFO 87 [26] -2015-03-11 12:33:26 queue INFO >87 [27] -2015-03-11 12:33:26 sendUrl INFO 87 [26] R:OK -2015-03-11 12:33:27 sendUrl INFO 87 [27] R:OK -2015-03-11 12:33:28 queue INFO 83 [28] -2015-03-11 12:33:28 queue INFO >83 [29] -2015-03-11 12:33:28 sendUrl INFO 83 [28] R:OK -2015-03-11 12:33:28 sendUrl INFO 83 [29] R:OK -2015-03-11 12:34:18 queue INFO >>83 [30] -2015-03-11 12:34:18 sendUrl INFO 83 [30] R:OK -2015-03-11 12:35:08 queue INFO >>83 [31] -2015-03-11 12:35:08 sendUrl INFO 83 [31] R:OK -2015-03-11 12:35:58 queue INFO >>83 [32] -2015-03-11 12:35:58 sendUrl INFO 83 [32] R:OK -2015-03-11 12:36:48 queue INFO >>83 [33] -2015-03-11 12:36:48 queue INFO 81 [34] -2015-03-11 12:36:49 queue INFO >81 [35] -2015-03-11 12:36:49 sendUrl INFO 83 [33] R:OK -2015-03-11 12:36:49 sendUrl INFO 81 [34] R:OK -2015-03-11 12:36:50 sendUrl INFO 81 [35] R:OK -2015-03-11 12:37:00 queue INFO 83 [36] -2015-03-11 12:37:00 queue INFO >83 [37] -2015-03-11 12:37:00 sendUrl INFO 83 [36] R:OK -2015-03-11 12:37:01 sendUrl INFO 83 [37] R:OK -2015-03-11 12:37:50 queue INFO >>83 [38] -2015-03-11 12:37:50 sendUrl INFO 83 [38] R:OK -2015-03-11 12:38:40 queue INFO >>83 [39] -2015-03-11 12:38:40 sendUrl INFO 83 [39] R:OK -2015-03-11 12:39:30 queue INFO >>83 [40] -2015-03-11 12:39:31 sendUrl INFO 83 [40] R:OK -2015-03-11 12:40:20 queue INFO >>83 [41] -2015-03-11 12:40:21 sendUrl INFO 83 [41] R:OK -2015-03-11 12:41:11 queue INFO >>83 [42] -2015-03-11 12:41:11 sendUrl INFO 83 [42] R:OK -2015-03-11 12:41:33 queue INFO 87 [43] -2015-03-11 12:41:33 queue INFO >87 [44] -2015-03-11 12:41:33 sendUrl INFO 87 [43] R:OK -2015-03-11 12:41:34 sendUrl INFO 87 [44] R:OK -2015-03-11 12:41:34 queue INFO 83 [45] -2015-03-11 12:41:34 queue INFO >83 [46] -2015-03-11 12:41:35 sendUrl INFO 83 [45] R:OK -2015-03-11 12:41:35 sendUrl INFO 83 [46] R:OK -2015-03-11 12:42:24 queue INFO >>83 [47] -2015-03-11 12:42:24 sendUrl INFO 83 [47] R:OK -2015-03-11 12:43:14 queue INFO >>83 [48] -2015-03-11 12:43:15 sendUrl INFO 83 [48] R:OK -2015-03-11 12:44:05 queue INFO >>83 [49] -2015-03-11 12:44:05 sendUrl INFO 83 [49] R:OK -2015-03-11 12:44:55 queue INFO >>83 [50] -2015-03-11 12:44:55 sendUrl INFO 83 [50] R:OK -2015-03-11 12:45:45 queue INFO >>83 [51] -2015-03-11 12:45:45 sendUrl INFO 83 [51] R:OK -2015-03-11 12:46:35 queue INFO >>83 [52] -2015-03-11 12:46:35 sendUrl INFO 83 [52] R:OK -2015-03-11 12:47:25 queue INFO >>83 [53] -2015-03-11 12:47:25 sendUrl INFO 83 [53] R:OK -2015-03-11 12:48:15 queue INFO >>83 [54] -2015-03-11 12:48:16 sendUrl INFO 83 [54] R:OK -2015-03-11 12:49:05 queue INFO >>83 [55] -2015-03-11 12:49:06 sendUrl INFO 83 [55] R:OK -2015-03-11 12:49:39 queue INFO 87 [56] -2015-03-11 12:49:39 queue INFO >87 [57] -2015-03-11 12:49:39 sendUrl INFO 87 [56] R:OK -2015-03-11 12:49:40 sendUrl INFO 87 [57] R:OK -2015-03-11 12:49:41 queue INFO 83 [58] -2015-03-11 12:49:41 queue INFO >83 [59] -2015-03-11 12:49:41 sendUrl INFO 83 [58] R:OK -2015-03-11 12:49:41 sendUrl INFO 83 [59] R:OK -2015-03-11 12:50:31 queue INFO >>83 [60] -2015-03-11 12:50:31 sendUrl INFO 83 [60] R:OK -2015-03-11 12:51:21 queue INFO >>83 [61] -2015-03-11 12:51:21 sendUrl INFO 83 [61] R:OK -2015-03-11 12:52:11 queue INFO >>83 [62] -2015-03-11 12:52:11 sendUrl INFO 83 [62] R:OK -2015-03-11 12:53:01 queue INFO >>83 [63] -2015-03-11 12:53:02 sendUrl INFO 83 [63] R:OK -2015-03-11 12:53:51 queue INFO >>83 [64] -2015-03-11 12:53:51 sendUrl INFO 83 [64] R:OK -2015-03-11 12:54:41 queue INFO >>83 [65] -2015-03-11 12:54:42 sendUrl INFO 83 [65] R:OK -2015-03-11 12:55:32 queue INFO >>83 [66] -2015-03-11 12:55:32 sendUrl INFO 83 [66] R:OK -2015-03-11 12:56:22 queue INFO >>83 [67] -2015-03-11 12:56:22 sendUrl INFO 83 [67] R:OK -2015-03-11 12:57:12 queue INFO >>83 [68] -2015-03-11 12:57:12 sendUrl INFO 83 [68] R:OK -2015-03-11 12:57:45 queue INFO C7 [69] -2015-03-11 12:57:46 queue INFO >C7 [70] -2015-03-11 12:57:46 sendUrl INFO C7 [69] R:OK -2015-03-11 12:57:47 sendUrl INFO C7 [70] R:OK -2015-03-11 12:57:47 queue INFO C3 [71] -2015-03-11 12:57:47 queue INFO >C3 [72] -2015-03-11 12:57:48 sendUrl INFO C3 [71] R:OK -2015-03-11 12:57:48 sendUrl INFO C3 [72] R:OK -2015-03-11 12:58:37 queue INFO >>C3 [73] -2015-03-11 12:58:37 sendUrl INFO C3 [73] R:OK -2015-03-11 12:59:27 queue INFO >>C3 [74] -2015-03-11 12:59:28 sendUrl INFO C3 [74] R:OK -2015-03-11 13:00:18 queue INFO >>C3 [75] -2015-03-11 13:00:18 sendUrl INFO C3 [75] R:OK -2015-03-11 13:01:08 queue INFO >>C3 [76] -2015-03-11 13:01:08 sendUrl INFO C3 [76] R:OK -2015-03-11 13:01:58 queue INFO >>C3 [77] -2015-03-11 13:01:58 sendUrl INFO C3 [77] R:OK -2015-03-11 13:02:48 queue INFO >>C3 [78] -2015-03-11 13:02:49 sendUrl INFO C3 [78] R:OK -2015-03-11 13:03:38 queue INFO >>C3 [79] -2015-03-11 13:03:38 sendUrl INFO C3 [79] R:OK -2015-03-11 13:04:28 queue INFO >>C3 [80] -2015-03-11 13:04:29 sendUrl INFO C3 [80] R:OK -2015-03-11 13:05:18 queue INFO >>C3 [81] -2015-03-11 13:05:19 sendUrl INFO C3 [81] R:OK -2015-03-11 13:05:52 queue INFO 83 [82] -2015-03-11 13:05:52 queue INFO 87 [83] -2015-03-11 13:05:52 sendUrl INFO 83 [82] R:OK -2015-03-11 13:05:52 queue INFO >87 [84] -2015-03-11 13:05:52 sendUrl INFO 87 [83] R:OK -2015-03-11 13:05:53 sendUrl INFO 87 [84] R:OK -2015-03-11 13:05:53 queue INFO 83 [85] -2015-03-11 13:05:54 queue INFO >83 [86] -2015-03-11 13:05:54 sendUrl INFO 83 [85] R:OK -2015-03-11 13:05:54 sendUrl INFO 83 [86] R:OK -2015-03-11 13:06:44 queue INFO >>83 [87] -2015-03-11 13:06:44 sendUrl INFO 83 [87] R:OK -2015-03-11 13:07:34 queue INFO >>83 [88] -2015-03-11 13:07:34 sendUrl INFO 83 [88] R:OK -2015-03-11 13:08:24 queue INFO >>83 [89] -2015-03-11 13:08:24 sendUrl INFO 83 [89] R:OK -2015-03-11 13:09:14 queue INFO >>83 [90] -2015-03-11 13:09:14 sendUrl INFO 83 [90] R:OK -2015-03-11 13:10:04 queue INFO >>83 [91] -2015-03-11 13:10:04 sendUrl INFO 83 [91] R:OK -2015-03-11 13:10:54 queue INFO >>83 [92] -2015-03-11 13:10:55 sendUrl INFO 83 [92] R:OK -2015-03-11 13:11:44 queue INFO >>83 [93] -2015-03-11 13:11:45 sendUrl INFO 83 [93] R:OK -2015-03-11 13:12:35 queue INFO >>83 [94] -2015-03-11 13:12:35 sendUrl INFO 83 [94] R:OK -2015-03-11 13:13:25 queue INFO >>83 [95] -2015-03-11 13:13:25 sendUrl INFO 83 [95] R:OK -2015-03-11 13:13:59 queue INFO 87 [96] -2015-03-11 13:13:59 queue INFO >87 [97] -2015-03-11 13:13:59 sendUrl INFO 87 [96] R:OK -2015-03-11 13:13:59 sendUrl INFO 87 [97] R:OK -2015-03-11 13:14:00 queue INFO 83 [98] -2015-03-11 13:14:00 queue INFO >83 [99] -2015-03-11 13:14:01 sendUrl INFO 83 [98] R:OK -2015-03-11 13:14:01 sendUrl INFO 83 [99] R:OK -2015-03-11 13:14:50 queue INFO >>83 [100] -2015-03-11 13:15:02 sendUrl INFO 83 [100] R:OK -2015-03-11 13:15:41 queue INFO >>83 [101] -2015-03-11 13:15:41 sendUrl INFO 83 [101] R:OK -2015-03-11 13:16:31 queue INFO >>83 [102] -2015-03-11 13:16:34 sendUrl INFO 83 [102] R:OK -2015-03-11 13:17:21 queue INFO >>83 [103] -2015-03-11 13:17:25 sendUrl INFO 83 [103] R:OK -2015-03-11 13:18:11 queue INFO >>83 [104] -2015-03-11 13:18:12 sendUrl INFO 83 [104] R:OK -2015-03-11 13:19:01 queue INFO >>83 [105] -2015-03-11 13:19:12 sendUrl INFO 83 [105] R:OK -2015-03-11 13:19:51 queue INFO >>83 [106] -2015-03-11 13:20:02 sendUrl INFO 83 [106] R:OK -2015-03-11 13:20:41 queue INFO >>83 [107] -2015-03-11 13:20:42 sendUrl INFO 83 [107] R:OK -2015-03-11 13:21:32 queue INFO >>83 [108] -2015-03-11 13:21:49 sendUrl INFO 83 [108] R:OK -2015-03-11 13:22:05 queue INFO 87 [109] -2015-03-11 13:22:06 queue INFO >87 [110] -2015-03-11 13:22:06 program INFO WAIT active send to complete -2015-03-11 13:22:07 program INFO WAIT active send to complete -2015-03-11 13:22:07 queue INFO 83 [111] -2015-03-11 13:22:07 queue INFO >83 [112] -2015-03-11 13:22:07 program INFO WAIT active send to complete -2015-03-11 13:22:08 program INFO WAIT active send to complete -2015-03-11 13:22:08 program INFO WAIT active send to complete -2015-03-11 13:22:09 program INFO WAIT active send to complete -2015-03-11 13:22:09 program INFO WAIT active send to complete -2015-03-11 13:22:10 program INFO WAIT active send to complete -2015-03-11 13:22:10 program INFO WAIT active send to complete -2015-03-11 13:22:11 program INFO WAIT active send to complete -2015-03-11 13:22:11 program INFO WAIT active send to complete -2015-03-11 13:22:12 program INFO WAIT active send to complete -2015-03-11 13:22:12 program INFO WAIT active send to complete -2015-03-11 13:22:13 program INFO WAIT active send to complete -2015-03-11 13:22:13 program INFO WAIT active send to complete -2015-03-11 13:22:14 program INFO WAIT active send to complete -2015-03-11 13:22:14 program INFO WAIT active send to complete -2015-03-11 13:22:15 program INFO WAIT active send to complete -2015-03-11 13:22:15 program INFO WAIT active send to complete -2015-03-11 13:22:16 program INFO WAIT active send to complete -2015-03-11 13:22:16 program INFO WAIT active send to complete -2015-03-11 13:22:17 program INFO WAIT active send to complete -2015-03-11 13:22:17 program INFO WAIT active send to complete -2015-03-11 13:22:18 sendUrl INFO 87 [109] R:OK -2015-03-11 13:22:18 program INFO WAIT active send to complete -2015-03-11 13:22:19 program INFO WAIT active send to complete -2015-03-11 13:22:19 program INFO WAIT active send to complete -2015-03-11 13:22:20 program INFO WAIT active send to complete -2015-03-11 13:22:20 program INFO WAIT active send to complete -2015-03-11 13:22:21 program INFO WAIT active send to complete -2015-03-11 13:22:21 sendUrl INFO 87 [110] R:OK -2015-03-11 13:22:22 program INFO WAIT active send to complete -2015-03-11 13:22:22 program INFO WAIT active send to complete -2015-03-11 13:22:23 program INFO WAIT active send to complete -2015-03-11 13:22:23 program INFO WAIT active send to complete -2015-03-11 13:22:24 program INFO WAIT active send to complete -2015-03-11 13:22:24 program INFO WAIT active send to complete -2015-03-11 13:22:25 program INFO WAIT active send to complete -2015-03-11 13:22:25 program INFO WAIT active send to complete -2015-03-11 13:22:26 program INFO WAIT active send to complete -2015-03-11 13:22:26 program INFO WAIT active send to complete -2015-03-11 13:22:27 program INFO WAIT active send to complete -2015-03-11 13:22:27 program INFO WAIT active send to complete -2015-03-11 13:22:28 program INFO WAIT active send to complete -2015-03-11 13:22:28 program INFO WAIT active send to complete -2015-03-11 13:22:29 program INFO WAIT active send to complete -2015-03-11 13:22:29 program INFO WAIT active send to complete -2015-03-11 13:22:30 program INFO WAIT active send to complete -2015-03-11 13:22:30 program INFO WAIT active send to complete -2015-03-11 13:22:31 program INFO WAIT active send to complete -2015-03-11 13:22:31 program INFO WAIT active send to complete -2015-03-11 13:22:32 program INFO WAIT active send to complete -2015-03-11 13:22:33 program INFO WAIT active send to complete -2015-03-11 13:22:33 program INFO WAIT active send to complete -2015-03-11 13:22:34 program INFO WAIT active send to complete -2015-03-11 13:22:34 program INFO WAIT active send to complete -2015-03-11 13:22:34 sendUrl INFO 83 [111] R:OK -2015-03-11 13:22:35 sendUrl INFO 83 [112] R:OK -2015-03-11 13:22:57 queue INFO >>83 [113] -2015-03-11 13:23:08 sendUrl INFO 83 [113] R:OK -2015-03-11 13:23:47 queue INFO >>83 [114] -2015-03-11 13:23:48 sendUrl INFO 83 [114] R:OK -2015-03-11 13:24:37 queue INFO >>83 [115] -2015-03-11 13:24:48 sendUrl INFO 83 [115] R:OK -2015-03-11 13:25:28 queue INFO >>83 [116] -2015-03-11 13:25:28 sendUrl INFO 83 [116] R:OK -2015-03-11 13:26:18 queue INFO >>83 [117] -2015-03-11 13:26:18 sendUrl INFO 83 [117] R:OK -2015-03-11 13:27:08 queue INFO >>83 [118] -2015-03-11 13:27:19 sendUrl INFO 83 [118] R:OK -2015-03-11 13:27:58 queue INFO >>83 [119] -2015-03-11 13:27:58 sendUrl INFO 83 [119] R:OK -2015-03-11 13:28:48 queue INFO >>83 [120] -2015-03-11 13:28:49 sendUrl INFO 83 [120] R:OK -2015-03-11 13:29:38 queue INFO >>83 [121] -2015-03-11 13:29:40 sendUrl INFO 83 [121] R:OK -2015-03-11 13:30:12 queue INFO 87 [122] -2015-03-11 13:30:12 queue INFO >87 [123] -2015-03-11 13:30:12 sendUrl INFO 87 [122] R:OK -2015-03-11 13:30:13 sendUrl INFO 87 [123] R:OK -2015-03-11 13:30:13 queue INFO 83 [124] -2015-03-11 13:30:14 queue INFO >83 [125] -2015-03-11 13:30:14 sendUrl INFO 83 [124] R:OK -2015-03-11 13:30:30 sendUrl INFO 83 [125] R:OK -2015-03-11 13:31:04 queue INFO >>83 [126] -2015-03-11 13:31:04 sendUrl INFO 83 [126] R:OK -2015-03-11 13:31:54 queue INFO >>83 [127] -2015-03-11 13:31:55 sendUrl INFO 83 [127] R:OK -2015-03-11 13:32:44 queue INFO >>83 [128] -2015-03-11 13:32:44 sendUrl INFO 83 [128] R:OK -2015-03-11 13:33:34 queue INFO >>83 [129] -2015-03-11 13:33:37 sendUrl INFO 83 [129] R:OK -2015-03-11 13:34:24 queue INFO >>83 [130] -2015-03-11 13:34:25 sendUrl INFO 83 [130] R:OK -2015-03-11 13:35:14 queue INFO >>83 [131] -2015-03-11 13:35:15 sendUrl INFO 83 [131] R:OK -2015-03-11 13:36:05 queue INFO >>83 [132] -2015-03-11 13:36:09 sendUrl INFO 83 [132] R:OK -2015-03-11 13:36:55 queue INFO >>83 [133] -2015-03-11 13:36:55 sendUrl INFO 83 [133] R:OK -2015-03-11 13:37:45 queue INFO >>83 [134] -2015-03-11 13:37:45 sendUrl INFO 83 [134] R:OK -2015-03-11 13:38:18 queue INFO 87 [135] -2015-03-11 13:38:18 queue INFO >87 [136] -2015-03-11 13:38:19 program INFO WAIT active send to complete -2015-03-11 13:38:19 program INFO WAIT active send to complete -2015-03-11 13:38:20 queue INFO 83 [137] -2015-03-11 13:38:20 program INFO WAIT active send to complete -2015-03-11 13:38:20 queue INFO >83 [138] -2015-03-11 13:38:20 program INFO WAIT active send to complete -2015-03-11 13:38:21 program INFO WAIT active send to complete -2015-03-11 13:38:21 program INFO WAIT active send to complete -2015-03-11 13:38:22 program INFO WAIT active send to complete -2015-03-11 13:38:22 program INFO WAIT active send to complete -2015-03-11 13:38:23 sendUrl INFO 87 [135] R:OK -2015-03-11 13:38:23 program INFO WAIT active send to complete -2015-03-11 13:38:24 program INFO WAIT active send to complete -2015-03-11 13:38:24 program INFO WAIT active send to complete -2015-03-11 13:38:25 program INFO WAIT active send to complete -2015-03-11 13:38:25 program INFO WAIT active send to complete -2015-03-11 13:38:26 program INFO WAIT active send to complete -2015-03-11 13:38:26 program INFO WAIT active send to complete -2015-03-11 13:38:27 program INFO WAIT active send to complete -2015-03-11 13:38:27 program INFO WAIT active send to complete -2015-03-11 13:38:28 program INFO WAIT active send to complete -2015-03-11 13:38:28 program INFO WAIT active send to complete -2015-03-11 13:38:29 program INFO WAIT active send to complete -2015-03-11 13:38:29 program INFO WAIT active send to complete -2015-03-11 13:38:30 program INFO WAIT active send to complete -2015-03-11 13:38:30 program INFO WAIT active send to complete -2015-03-11 13:38:31 program INFO WAIT active send to complete -2015-03-11 13:38:31 program INFO WAIT active send to complete -2015-03-11 13:38:32 program INFO WAIT active send to complete -2015-03-11 13:38:32 program INFO WAIT active send to complete -2015-03-11 13:38:33 program INFO WAIT active send to complete -2015-03-11 13:38:34 program INFO WAIT active send to complete -2015-03-11 13:38:34 program INFO WAIT active send to complete -2015-03-11 13:38:35 program INFO WAIT active send to complete -2015-03-11 13:38:35 program INFO WAIT active send to complete -2015-03-11 13:38:35 sendUrl INFO 87 [136] R:OK -2015-03-11 13:38:36 program INFO WAIT active send to complete -2015-03-11 13:38:37 program INFO WAIT active send to complete -2015-03-11 13:38:37 program INFO WAIT active send to complete -2015-03-11 13:38:38 program INFO WAIT active send to complete -2015-03-11 13:38:38 program INFO WAIT active send to complete -2015-03-11 13:38:39 program INFO WAIT active send to complete -2015-03-11 13:38:39 sendUrl INFO 83 [137] R:OK -2015-03-11 13:38:39 sendUrl INFO 83 [138] R:OK -2015-03-11 13:39:10 queue INFO >>83 [139] -2015-03-11 13:39:12 sendUrl INFO 83 [139] R:OK -2015-03-11 13:40:00 queue INFO >>83 [140] -2015-03-11 13:40:10 sendUrl INFO 83 [140] R:OK -2015-03-11 13:40:50 queue INFO >>83 [141] -2015-03-11 13:41:00 sendUrl INFO 83 [141] R:OK -2015-03-11 13:41:40 queue INFO >>83 [142] -2015-03-11 13:41:50 sendUrl INFO 83 [142] R:OK -2015-03-11 13:42:31 queue INFO >>83 [143] -2015-03-11 13:42:46 sendUrl INFO 83 [143] R:OK -2015-03-11 13:43:21 queue INFO >>83 [144] -2015-03-11 13:43:21 sendUrl INFO 83 [144] R:OK -2015-03-11 13:44:11 queue INFO >>83 [145] -2015-03-11 13:44:19 sendUrl INFO 83 [145] R:OK -2015-03-11 13:45:01 queue INFO >>83 [146] -2015-03-11 13:45:01 sendUrl INFO 83 [146] R:OK -2015-03-11 13:45:51 queue INFO >>83 [147] -2015-03-11 13:46:01 sendUrl INFO 83 [147] R:OK -2015-03-11 13:46:25 queue INFO C7 [148] -2015-03-11 13:46:25 queue INFO >C7 [149] -2015-03-11 13:46:26 program INFO WAIT active send to complete -2015-03-11 13:46:26 program INFO WAIT active send to complete -2015-03-11 13:46:26 queue INFO C3 [150] -2015-03-11 13:46:26 queue INFO >C3 [151] -2015-03-11 13:46:27 program INFO WAIT active send to complete -2015-03-11 13:46:27 program INFO WAIT active send to complete -2015-03-11 13:46:28 program INFO WAIT active send to complete -2015-03-11 13:46:28 program INFO WAIT active send to complete -2015-03-11 13:46:29 program INFO WAIT active send to complete -2015-03-11 13:46:29 program INFO WAIT active send to complete -2015-03-11 13:46:30 program INFO WAIT active send to complete -2015-03-11 13:46:30 program INFO WAIT active send to complete -2015-03-11 13:46:31 program INFO WAIT active send to complete -2015-03-11 13:46:31 program INFO WAIT active send to complete -2015-03-11 13:46:32 program INFO WAIT active send to complete -2015-03-11 13:46:32 sendUrl INFO C7 [148] R:OK -2015-03-11 13:46:33 program INFO WAIT active send to complete -2015-03-11 13:46:33 program INFO WAIT active send to complete -2015-03-11 13:46:34 program INFO WAIT active send to complete -2015-03-11 13:46:34 program INFO WAIT active send to complete -2015-03-11 13:46:35 program INFO WAIT active send to complete -2015-03-11 13:46:35 program INFO WAIT active send to complete -2015-03-11 13:46:36 program INFO WAIT active send to complete -2015-03-11 13:46:36 program INFO WAIT active send to complete -2015-03-11 13:46:37 program INFO WAIT active send to complete -2015-03-11 13:46:37 program INFO WAIT active send to complete -2015-03-11 13:46:38 sendUrl INFO C7 [149] R:OK -2015-03-11 13:46:38 program INFO WAIT active send to complete -2015-03-11 13:46:39 program INFO WAIT active send to complete -2015-03-11 13:46:39 program INFO WAIT active send to complete -2015-03-11 13:46:40 program INFO WAIT active send to complete -2015-03-11 13:46:40 program INFO WAIT active send to complete -2015-03-11 13:46:41 program INFO WAIT active send to complete -2015-03-11 13:46:41 sendUrl INFO C3 [150] R:OK -2015-03-11 13:46:44 sendUrl INFO C3 [151] R:OK -2015-03-11 13:47:16 queue INFO >>C3 [152] -2015-03-11 13:47:17 sendUrl INFO C3 [152] R:OK -2015-03-11 13:48:07 queue INFO >>C3 [153] -2015-03-11 13:48:18 sendUrl INFO C3 [153] R:OK -2015-03-11 13:48:57 queue INFO >>C3 [154] -2015-03-11 13:49:03 sendUrl INFO C3 [154] R:OK -2015-03-11 13:49:47 queue INFO >>C3 [155] -2015-03-11 13:49:48 sendUrl INFO C3 [155] R:OK -2015-03-11 13:50:37 queue INFO >>C3 [156] -2015-03-11 13:50:39 sendUrl INFO C3 [156] R:OK -2015-03-11 13:51:27 queue INFO >>C3 [157] -2015-03-11 13:51:29 sendUrl INFO C3 [157] R:OK -2015-03-11 13:52:17 queue INFO >>C3 [158] -2015-03-11 13:52:19 sendUrl INFO C3 [158] R:OK -2015-03-11 13:53:07 queue INFO >>C3 [159] -2015-03-11 13:53:13 sendUrl INFO C3 [159] R:OK -2015-03-11 13:53:58 queue INFO >>C3 [160] -2015-03-11 13:53:59 sendUrl INFO C3 [160] R:OK -2015-03-11 13:54:31 queue INFO 83 [161] -2015-03-11 13:54:31 queue INFO 87 [162] -2015-03-11 13:54:31 queue INFO >87 [163] -2015-03-11 13:54:31 sendUrl INFO 83 [161] R:OK -2015-03-11 13:54:32 program INFO WAIT active send to complete -2015-03-11 13:54:32 program INFO WAIT active send to complete -2015-03-11 13:54:33 queue INFO 83 [164] -2015-03-11 13:54:33 queue INFO >83 [165] -2015-03-11 13:54:33 program INFO WAIT active send to complete -2015-03-11 13:54:33 program INFO WAIT active send to complete -2015-03-11 13:54:34 program INFO WAIT active send to complete -2015-03-11 13:54:35 program INFO WAIT active send to complete -2015-03-11 13:54:35 program INFO WAIT active send to complete -2015-03-11 13:54:36 program INFO WAIT active send to complete -2015-03-11 13:54:36 program INFO WAIT active send to complete -2015-03-11 13:54:37 program INFO WAIT active send to complete -2015-03-11 13:54:37 program INFO WAIT active send to complete -2015-03-11 13:54:38 program INFO WAIT active send to complete -2015-03-11 13:54:38 program INFO WAIT active send to complete -2015-03-11 13:54:39 program INFO WAIT active send to complete -2015-03-11 13:54:39 program INFO WAIT active send to complete -2015-03-11 13:54:40 program INFO WAIT active send to complete -2015-03-11 13:54:40 program INFO WAIT active send to complete -2015-03-11 13:54:41 program INFO WAIT active send to complete -2015-03-11 13:54:41 program INFO WAIT active send to complete -2015-03-11 13:54:42 program INFO WAIT active send to complete -2015-03-11 13:54:42 program INFO WAIT active send to complete -2015-03-11 13:54:43 program INFO WAIT active send to complete -2015-03-11 13:54:43 program INFO WAIT active send to complete -2015-03-11 13:54:44 program INFO WAIT active send to complete -2015-03-11 13:54:44 program INFO WAIT active send to complete -2015-03-11 13:54:45 program INFO WAIT active send to complete -2015-03-11 13:54:45 program INFO WAIT active send to complete -2015-03-11 13:54:46 program INFO WAIT active send to complete -2015-03-11 13:54:46 program INFO WAIT active send to complete -2015-03-11 13:54:47 program INFO WAIT active send to complete -2015-03-11 13:54:47 sendUrl INFO 87 [162] R:OK -2015-03-11 13:54:47 sendUrl INFO 87 [163] R:OK -2015-03-11 13:54:48 program INFO WAIT active send to complete -2015-03-11 13:54:49 program INFO WAIT active send to complete -2015-03-11 13:54:49 sendUrl INFO 83 [164] R:OK -2015-03-11 13:54:49 sendUrl INFO 83 [165] R:OK -2015-03-11 13:55:23 queue INFO >>83 [166] -2015-03-11 13:55:23 sendUrl INFO 83 [166] R:OK -2015-03-11 13:56:13 queue INFO >>83 [167] -2015-03-11 13:56:14 sendUrl INFO 83 [167] R:OK -2015-03-11 13:57:03 queue INFO >>83 [168] -2015-03-11 13:57:15 sendUrl INFO 83 [168] R:OK -2015-03-11 13:57:53 queue INFO >>83 [169] -2015-03-11 13:57:54 sendUrl INFO 83 [169] R:OK -2015-03-11 13:58:43 queue INFO >>83 [170] -2015-03-11 13:58:48 sendUrl INFO 83 [170] R:OK -2015-03-11 13:59:33 queue INFO >>83 [171] -2015-03-11 13:59:40 sendUrl INFO 83 [171] R:OK -2015-03-11 14:00:24 queue INFO >>83 [172] -2015-03-11 14:00:24 sendUrl INFO 83 [172] R:OK -2015-03-11 14:01:14 queue INFO >>83 [173] -2015-03-11 14:01:15 sendUrl INFO 83 [173] R:OK -2015-03-11 14:02:04 queue INFO >>83 [174] -2015-03-11 14:02:05 sendUrl INFO 83 [174] R:OK -2015-03-11 14:02:38 queue INFO 87 [175] -2015-03-11 14:02:38 queue INFO >87 [176] -2015-03-11 14:02:39 program INFO WAIT active send to complete -2015-03-11 14:02:39 program INFO WAIT active send to complete -2015-03-11 14:02:40 queue INFO 83 [177] -2015-03-11 14:02:40 queue INFO >83 [178] -2015-03-11 14:02:40 program INFO WAIT active send to complete -2015-03-11 14:02:40 program INFO WAIT active send to complete -2015-03-11 14:02:41 program INFO WAIT active send to complete -2015-03-11 14:02:41 program INFO WAIT active send to complete -2015-03-11 14:02:42 program INFO WAIT active send to complete -2015-03-11 14:02:42 program INFO WAIT active send to complete -2015-03-11 14:02:43 program INFO WAIT active send to complete -2015-03-11 14:02:43 program INFO WAIT active send to complete -2015-03-11 14:02:44 program INFO WAIT active send to complete -2015-03-11 14:02:44 program INFO WAIT active send to complete -2015-03-11 14:02:45 program INFO WAIT active send to complete -2015-03-11 14:02:45 program INFO WAIT active send to complete -2015-03-11 14:02:46 program INFO WAIT active send to complete -2015-03-11 14:02:46 program INFO WAIT active send to complete -2015-03-11 14:02:47 program INFO WAIT active send to complete -2015-03-11 14:02:47 program INFO WAIT active send to complete -2015-03-11 14:02:48 program INFO WAIT active send to complete -2015-03-11 14:02:48 program INFO WAIT active send to complete -2015-03-11 14:02:49 sendUrl INFO 87 [175] R:OK -2015-03-11 14:02:49 program INFO WAIT active send to complete -2015-03-11 14:02:50 sendUrl INFO 87 [176] R:OK -2015-03-11 14:02:50 program INFO WAIT active send to complete -2015-03-11 14:02:51 program INFO WAIT active send to complete -2015-03-11 14:02:51 sendUrl INFO 83 [177] R:OK -2015-03-11 14:02:54 sendUrl INFO 83 [178] R:OK -2015-03-11 14:03:30 queue INFO >>83 [179] -2015-03-11 14:03:38 sendUrl INFO 83 [179] R:OK -2015-03-11 14:04:20 queue INFO >>83 [180] -2015-03-11 14:04:26 sendUrl INFO 83 [180] R:OK -2015-03-11 14:05:10 queue INFO >>83 [181] -2015-03-11 14:05:17 sendUrl INFO 83 [181] R:OK -2015-03-11 14:06:00 queue INFO >>83 [182] -2015-03-11 14:06:01 sendUrl INFO 83 [182] R:OK -2015-03-11 14:06:50 queue INFO >>83 [183] -2015-03-11 14:06:55 sendUrl INFO 83 [183] R:OK -2015-03-11 14:07:41 queue INFO >>83 [184] -2015-03-11 14:07:46 sendUrl INFO 83 [184] R:OK -2015-03-11 14:08:31 queue INFO >>83 [185] -2015-03-11 14:08:38 sendUrl INFO 83 [185] R:OK -2015-03-11 14:09:21 queue INFO >>83 [186] -2015-03-11 14:09:29 sendUrl INFO 83 [186] R:OK -2015-03-11 14:10:11 queue INFO >>83 [187] -2015-03-11 14:10:18 sendUrl INFO 83 [187] R:OK -2015-03-11 14:10:45 queue INFO 87 [188] -2015-03-11 14:10:45 queue INFO >87 [189] -2015-03-11 14:10:45 program INFO WAIT active send to complete -2015-03-11 14:10:46 program INFO WAIT active send to complete -2015-03-11 14:10:46 sendUrl INFO 87 [188] R:OK -2015-03-11 14:10:46 queue INFO 83 [190] -2015-03-11 14:10:46 queue INFO >83 [191] -2015-03-11 14:10:46 sendUrl INFO 87 [189] R:OK -2015-03-11 14:10:47 program INFO WAIT active send to complete -2015-03-11 14:10:47 sendUrl INFO 83 [190] R:OK -2015-03-11 14:10:48 sendUrl INFO 83 [191] R:OK -2015-03-11 14:11:36 queue INFO >>83 [192] -2015-03-11 14:11:37 sendUrl INFO 83 [192] R:OK -2015-03-11 14:12:26 queue INFO >>83 [193] -2015-03-11 14:12:49 sendUrl INFO 83 [193] R:OK -2015-03-11 14:13:17 queue INFO >>83 [194] -2015-03-11 14:13:18 sendUrl INFO 83 [194] R:OK -2015-03-11 14:14:07 queue INFO >>83 [195] -2015-03-11 14:14:07 sendUrl INFO 83 [195] R:OK -2015-03-11 14:14:57 queue INFO >>83 [196] -2015-03-11 14:15:00 sendUrl INFO 83 [196] R:OK -2015-03-11 14:15:47 queue INFO >>83 [197] -2015-03-11 14:15:47 sendUrl INFO 83 [197] R:OK -2015-03-11 14:16:37 queue INFO >>83 [198] -2015-03-11 14:16:53 sendUrl INFO 83 [198] R:OK -2015-03-11 14:17:27 queue INFO >>83 [199] -2015-03-11 14:17:42 sendUrl INFO 83 [199] R:OK -2015-03-11 14:18:17 queue INFO >>83 [200] -2015-03-11 14:18:18 sendUrl INFO 83 [200] R:OK -2015-03-11 14:18:51 queue INFO 87 [201] -2015-03-11 14:18:51 queue INFO >87 [202] -2015-03-11 14:18:51 sendUrl INFO 87 [201] R:OK -2015-03-11 14:18:52 sendUrl INFO 87 [202] R:OK -2015-03-11 14:18:53 queue INFO 83 [203] -2015-03-11 14:18:53 queue INFO >83 [204] -2015-03-11 14:18:53 program INFO WAIT active send to complete -2015-03-11 14:18:54 program INFO WAIT active send to complete -2015-03-11 14:18:54 program INFO WAIT active send to complete -2015-03-11 14:18:55 program INFO WAIT active send to complete -2015-03-11 14:18:55 program INFO WAIT active send to complete -2015-03-11 14:18:56 program INFO WAIT active send to complete -2015-03-11 14:18:56 program INFO WAIT active send to complete -2015-03-11 14:18:57 program INFO WAIT active send to complete -2015-03-11 14:18:57 program INFO WAIT active send to complete -2015-03-11 14:18:58 program INFO WAIT active send to complete -2015-03-11 14:18:58 program INFO WAIT active send to complete -2015-03-11 14:18:59 program INFO WAIT active send to complete -2015-03-11 14:18:59 program INFO WAIT active send to complete -2015-03-11 14:19:00 program INFO WAIT active send to complete -2015-03-11 14:19:00 program INFO WAIT active send to complete -2015-03-11 14:19:01 program INFO WAIT active send to complete -2015-03-11 14:19:01 program INFO WAIT active send to complete -2015-03-11 14:19:02 program INFO WAIT active send to complete -2015-03-11 14:19:02 program INFO WAIT active send to complete -2015-03-11 14:19:03 program INFO WAIT active send to complete -2015-03-11 14:19:03 program INFO WAIT active send to complete -2015-03-11 14:19:04 program INFO WAIT active send to complete -2015-03-11 14:19:04 program INFO WAIT active send to complete -2015-03-11 14:19:05 program INFO WAIT active send to complete -2015-03-11 14:19:05 program INFO WAIT active send to complete -2015-03-11 14:19:06 program INFO WAIT active send to complete -2015-03-11 14:19:06 program INFO WAIT active send to complete -2015-03-11 14:19:07 sendUrl INFO 83 [203] R:OK -2015-03-11 14:19:08 sendUrl INFO 83 [204] R:OK -2015-03-11 14:19:43 queue INFO >>83 [205] -2015-03-11 14:19:57 sendUrl INFO 83 [205] R:OK -2015-03-11 14:20:33 queue INFO >>83 [206] -2015-03-11 14:20:47 sendUrl INFO 83 [206] R:OK -2015-03-11 14:21:23 queue INFO >>83 [207] -2015-03-11 14:21:24 sendUrl INFO 83 [207] R:OK -2015-03-11 14:22:13 queue INFO >>83 [208] -2015-03-11 14:22:27 sendUrl INFO 83 [208] R:OK -2015-03-11 14:23:03 queue INFO >>83 [209] -2015-03-11 14:23:17 sendUrl INFO 83 [209] R:OK -2015-03-11 14:23:54 queue INFO >>83 [210] -2015-03-11 14:23:54 sendUrl INFO 83 [210] R:OK -2015-03-11 14:24:44 queue INFO >>83 [211] -2015-03-11 14:24:44 sendUrl INFO 83 [211] R:OK -2015-03-11 14:25:34 queue INFO >>83 [212] -2015-03-11 14:25:49 sendUrl INFO 83 [212] R:OK -2015-03-11 14:26:24 queue INFO >>83 [213] -2015-03-11 14:26:30 sendUrl INFO 83 [213] R:OK -2015-03-11 14:26:57 queue INFO 87 [214] -2015-03-11 14:26:58 queue INFO >87 [215] -2015-03-11 14:26:58 sendUrl INFO 87 [214] R:OK -2015-03-11 14:26:59 queue INFO 83 [216] -2015-03-11 14:26:59 program INFO WAIT active send to complete -2015-03-11 14:26:59 queue INFO >83 [217] -2015-03-11 14:27:00 program INFO WAIT active send to complete -2015-03-11 14:27:00 program INFO WAIT active send to complete -2015-03-11 14:27:01 program INFO WAIT active send to complete -2015-03-11 14:27:01 program INFO WAIT active send to complete -2015-03-11 14:27:02 program INFO WAIT active send to complete -2015-03-11 14:27:02 program INFO WAIT active send to complete -2015-03-11 14:27:03 program INFO WAIT active send to complete -2015-03-11 14:27:03 program INFO WAIT active send to complete -2015-03-11 14:27:04 program INFO WAIT active send to complete -2015-03-11 14:27:04 program INFO WAIT active send to complete -2015-03-11 14:27:04 sendUrl INFO 87 [215] R:OK -2015-03-11 14:27:05 program INFO WAIT active send to complete -2015-03-11 14:27:06 program INFO WAIT active send to complete -2015-03-11 14:27:06 program INFO WAIT active send to complete -2015-03-11 14:27:07 program INFO WAIT active send to complete -2015-03-11 14:27:07 program INFO WAIT active send to complete -2015-03-11 14:27:08 program INFO WAIT active send to complete -2015-03-11 14:27:08 program INFO WAIT active send to complete -2015-03-11 14:27:09 program INFO WAIT active send to complete -2015-03-11 14:27:09 program INFO WAIT active send to complete -2015-03-11 14:27:10 program INFO WAIT active send to complete -2015-03-11 14:27:10 program INFO WAIT active send to complete -2015-03-11 14:27:11 program INFO WAIT active send to complete -2015-03-11 14:27:11 program INFO WAIT active send to complete -2015-03-11 14:27:12 program INFO WAIT active send to complete -2015-03-11 14:27:12 program INFO WAIT active send to complete -2015-03-11 14:27:13 program INFO WAIT active send to complete -2015-03-11 14:27:13 sendUrl INFO 83 [216] R:OK -2015-03-11 14:27:21 sendUrl INFO 83 [217] R:OK -2015-03-11 14:27:49 queue INFO >>83 [218] -2015-03-11 14:27:54 sendUrl INFO 83 [218] R:OK -2015-03-11 14:28:39 queue INFO >>83 [219] -2015-03-11 14:28:45 sendUrl INFO 83 [219] R:OK -2015-03-11 14:29:29 queue INFO >>83 [220] -2015-03-11 14:29:30 sendUrl INFO 83 [220] R:OK -2015-03-11 14:30:20 queue INFO >>83 [221] -2015-03-11 14:30:25 sendUrl INFO 83 [221] R:OK -2015-03-11 14:31:10 queue INFO >>83 [222] -2015-03-11 14:31:15 sendUrl INFO 83 [222] R:OK -2015-03-11 14:32:00 queue INFO >>83 [223] -2015-03-11 14:32:00 sendUrl INFO 83 [223] R:OK -2015-03-11 14:32:50 queue INFO >>83 [224] -2015-03-11 14:32:55 sendUrl INFO 83 [224] R:OK -2015-03-11 14:33:40 queue INFO >>83 [225] -2015-03-11 14:33:41 sendUrl INFO 83 [225] R:OK -2015-03-11 14:34:30 queue INFO >>83 [226] -2015-03-11 14:34:31 sendUrl INFO 83 [226] R:OK -2015-03-11 14:35:04 queue INFO C7 [227] -2015-03-11 14:35:04 queue INFO >C7 [228] -2015-03-11 14:35:04 program INFO WAIT active send to complete -2015-03-11 14:35:05 program INFO WAIT active send to complete -2015-03-11 14:35:05 queue INFO C3 [229] -2015-03-11 14:35:05 program INFO WAIT active send to complete -2015-03-11 14:35:06 queue INFO >C3 [230] -2015-03-11 14:35:06 program INFO WAIT active send to complete -2015-03-11 14:35:06 program INFO WAIT active send to complete -2015-03-11 14:35:07 program INFO WAIT active send to complete -2015-03-11 14:35:07 program INFO WAIT active send to complete -2015-03-11 14:35:08 program INFO WAIT active send to complete -2015-03-11 14:35:08 program INFO WAIT active send to complete -2015-03-11 14:35:09 program INFO WAIT active send to complete -2015-03-11 14:35:09 program INFO WAIT active send to complete -2015-03-11 14:35:10 program INFO WAIT active send to complete -2015-03-11 14:35:10 program INFO WAIT active send to complete -2015-03-11 14:35:11 program INFO WAIT active send to complete -2015-03-11 14:35:12 program INFO WAIT active send to complete -2015-03-11 14:35:12 program INFO WAIT active send to complete -2015-03-11 14:35:13 program INFO WAIT active send to complete -2015-03-11 14:35:13 program INFO WAIT active send to complete -2015-03-11 14:35:14 program INFO WAIT active send to complete -2015-03-11 14:35:14 sendUrl INFO C7 [227] R:OK -2015-03-11 14:35:15 program INFO WAIT active send to complete -2015-03-11 14:35:15 sendUrl INFO C7 [228] R:OK -2015-03-11 14:35:16 program INFO WAIT active send to complete -2015-03-11 14:35:16 program INFO WAIT active send to complete -2015-03-11 14:35:17 program INFO WAIT active send to complete -2015-03-11 14:35:17 program INFO WAIT active send to complete -2015-03-11 14:35:18 program INFO WAIT active send to complete -2015-03-11 14:35:18 program INFO WAIT active send to complete -2015-03-11 14:35:19 program INFO WAIT active send to complete -2015-03-11 14:35:19 program INFO WAIT active send to complete -2015-03-11 14:35:20 program INFO WAIT active send to complete -2015-03-11 14:35:20 program INFO WAIT active send to complete -2015-03-11 14:35:21 program INFO WAIT active send to complete -2015-03-11 14:35:21 program INFO WAIT active send to complete -2015-03-11 14:35:22 program INFO WAIT active send to complete -2015-03-11 14:35:22 program INFO WAIT active send to complete -2015-03-11 14:35:23 program INFO WAIT active send to complete -2015-03-11 14:35:23 program INFO WAIT active send to complete -2015-03-11 14:35:24 program INFO WAIT active send to complete -2015-03-11 14:35:24 program INFO WAIT active send to complete -2015-03-11 14:35:25 program INFO WAIT active send to complete -2015-03-11 14:35:25 program INFO WAIT active send to complete -2015-03-11 14:35:26 program INFO WAIT active send to complete -2015-03-11 14:35:26 program INFO WAIT active send to complete -2015-03-11 14:35:27 program INFO WAIT active send to complete -2015-03-11 14:35:27 program INFO WAIT active send to complete -2015-03-11 14:35:28 program INFO WAIT active send to complete -2015-03-11 14:35:28 program INFO WAIT active send to complete -2015-03-11 14:35:29 program INFO WAIT active send to complete -2015-03-11 14:35:29 program INFO WAIT active send to complete -2015-03-11 14:35:30 program INFO WAIT active send to complete -2015-03-11 14:35:30 program INFO WAIT active send to complete -2015-03-11 14:35:31 program INFO WAIT active send to complete -2015-03-11 14:35:31 program INFO WAIT active send to complete -2015-03-11 14:35:32 program INFO WAIT active send to complete -2015-03-11 14:35:32 program INFO WAIT active send to complete -2015-03-11 14:35:33 program INFO WAIT active send to complete -2015-03-11 14:35:33 program INFO WAIT active send to complete -2015-03-11 14:35:34 program INFO WAIT active send to complete -2015-03-11 14:35:34 program INFO WAIT active send to complete -2015-03-11 14:35:34 sendUrl INFO C3 [229] R:OK -2015-03-11 14:35:44 sendUrl INFO C3 [230] R:OK -2015-03-11 14:35:56 queue INFO >>C3 [231] -2015-03-11 14:35:58 sendUrl INFO C3 [231] R:OK -2015-03-11 14:36:46 queue INFO >>C3 [232] -2015-03-11 14:36:47 sendUrl INFO C3 [232] R:OK -2015-03-11 14:37:36 queue INFO >>C3 [233] -2015-03-11 14:37:36 sendUrl INFO C3 [233] R:OK -2015-03-11 14:38:26 queue INFO >>C3 [234] -2015-03-11 14:38:35 sendUrl INFO C3 [234] R:OK -2015-03-11 14:39:16 queue INFO >>C3 [235] -2015-03-11 14:39:16 sendUrl INFO C3 [235] R:OK -2015-03-11 14:40:06 queue INFO >>C3 [236] -2015-03-11 14:40:07 sendUrl INFO C3 [236] R:OK -2015-03-11 14:40:56 queue INFO >>C3 [237] -2015-03-11 14:40:57 sendUrl INFO C3 [237] R:OK -2015-03-11 14:41:47 queue INFO >>C3 [238] -2015-03-11 14:41:51 sendUrl INFO C3 [238] R:OK -2015-03-11 14:42:37 queue INFO >>C3 [239] -2015-03-11 14:42:41 sendUrl INFO C3 [239] R:OK -2015-03-11 14:43:10 queue INFO 83 [240] -2015-03-11 14:43:10 queue INFO 87 [241] -2015-03-11 14:43:10 queue INFO >87 [242] -2015-03-11 14:43:11 sendUrl INFO 83 [240] R:OK -2015-03-11 14:43:11 program INFO WAIT active send to complete -2015-03-11 14:43:12 program INFO WAIT active send to complete -2015-03-11 14:43:12 queue INFO 83 [243] -2015-03-11 14:43:12 queue INFO >83 [244] -2015-03-11 14:43:12 program INFO WAIT active send to complete -2015-03-11 14:43:13 program INFO WAIT active send to complete -2015-03-11 14:43:13 program INFO WAIT active send to complete -2015-03-11 14:43:14 program INFO WAIT active send to complete -2015-03-11 14:43:14 program INFO WAIT active send to complete -2015-03-11 14:43:15 program INFO WAIT active send to complete -2015-03-11 14:43:15 program INFO WAIT active send to complete -2015-03-11 14:43:16 program INFO WAIT active send to complete -2015-03-11 14:43:16 program INFO WAIT active send to complete -2015-03-11 14:43:17 program INFO WAIT active send to complete -2015-03-11 14:43:17 program INFO WAIT active send to complete -2015-03-11 14:43:18 program INFO WAIT active send to complete -2015-03-11 14:43:18 program INFO WAIT active send to complete -2015-03-11 14:43:19 program INFO WAIT active send to complete -2015-03-11 14:43:19 program INFO WAIT active send to complete -2015-03-11 14:43:20 sendUrl INFO 87 [241] R:OK -2015-03-11 14:43:20 program INFO WAIT active send to complete -2015-03-11 14:43:21 program INFO WAIT active send to complete -2015-03-11 14:43:21 program INFO WAIT active send to complete -2015-03-11 14:43:22 program INFO WAIT active send to complete -2015-03-11 14:43:22 program INFO WAIT active send to complete -2015-03-11 14:43:22 sendUrl INFO 87 [242] R:OK -2015-03-11 14:43:23 program INFO WAIT active send to complete -2015-03-11 14:43:24 program INFO WAIT active send to complete -2015-03-11 14:43:24 program INFO WAIT active send to complete -2015-03-11 14:43:25 program INFO WAIT active send to complete -2015-03-11 14:43:25 program INFO WAIT active send to complete -2015-03-11 14:43:26 program INFO WAIT active send to complete -2015-03-11 14:43:26 program INFO WAIT active send to complete -2015-03-11 14:43:27 program INFO WAIT active send to complete -2015-03-11 14:43:27 program INFO WAIT active send to complete -2015-03-11 14:43:28 program INFO WAIT active send to complete -2015-03-11 14:43:28 program INFO WAIT active send to complete -2015-03-11 14:43:29 program INFO WAIT active send to complete -2015-03-11 14:43:30 program INFO WAIT active send to complete -2015-03-11 14:43:30 program INFO WAIT active send to complete -2015-03-11 14:43:31 program INFO WAIT active send to complete -2015-03-11 14:43:31 program INFO WAIT active send to complete -2015-03-11 14:43:31 sendUrl INFO 83 [243] R:OK -2015-03-11 14:43:51 sendUrl INFO 83 [244] R:OK -2015-03-11 14:44:02 queue INFO >>83 [245] -2015-03-11 14:44:02 sendUrl INFO 83 [245] R:OK -2015-03-11 14:44:52 queue INFO >>83 [246] -2015-03-11 14:44:53 sendUrl INFO 83 [246] R:OK -2015-03-11 14:45:42 queue INFO >>83 [247] -2015-03-11 14:45:42 sendUrl INFO 83 [247] R:OK -2015-03-11 14:45:47 queue INFO 81 [248] -2015-03-11 14:45:47 queue INFO >81 [249] -2015-03-11 14:45:47 program INFO WAIT active send to complete -2015-03-11 14:45:48 program INFO WAIT active send to complete -2015-03-11 14:45:48 program INFO WAIT active send to complete -2015-03-11 14:45:49 program INFO WAIT active send to complete -2015-03-11 14:45:49 program INFO WAIT active send to complete -2015-03-11 14:45:50 program INFO WAIT active send to complete -2015-03-11 14:45:50 program INFO WAIT active send to complete -2015-03-11 14:45:51 program INFO WAIT active send to complete -2015-03-11 14:45:51 program INFO WAIT active send to complete -2015-03-11 14:45:52 program INFO WAIT active send to complete -2015-03-11 14:45:52 sendUrl INFO 81 [248] R:OK -2015-03-11 14:45:58 sendUrl INFO 81 [249] R:OK -2015-03-11 14:46:00 queue INFO 83 [250] -2015-03-11 14:46:00 queue INFO >83 [251] -2015-03-11 14:46:00 sendUrl INFO 83 [250] R:OK -2015-03-11 14:46:01 sendUrl INFO 83 [251] R:OK -2015-03-11 14:46:50 queue INFO >>83 [252] -2015-03-11 14:47:00 sendUrl INFO 83 [252] R:OK -2015-03-11 14:47:40 queue INFO >>83 [253] -2015-03-11 14:47:40 sendUrl INFO 83 [253] R:OK -2015-03-11 14:48:30 queue INFO >>83 [254] -2015-03-11 14:48:41 sendUrl INFO 83 [254] R:OK -2015-03-11 14:49:20 queue INFO >>83 [255] -2015-03-11 14:49:31 sendUrl INFO 83 [255] R:OK -2015-03-11 14:50:11 queue INFO >>83 [256] -2015-03-11 14:50:11 sendUrl INFO 83 [256] R:OK -2015-03-11 14:51:01 queue INFO >>83 [257] -2015-03-11 14:51:07 sendUrl INFO 83 [257] R:OK -2015-03-11 14:51:17 queue INFO 87 [258] -2015-03-11 14:51:17 queue INFO >87 [259] -2015-03-11 14:51:18 sendUrl INFO 87 [258] R:OK -2015-03-11 14:51:18 sendUrl INFO 87 [259] R:OK -2015-03-11 14:51:19 queue INFO 83 [260] -2015-03-11 14:51:19 queue INFO >83 [261] -2015-03-11 14:51:20 program INFO WAIT active send to complete -2015-03-11 14:51:20 program INFO WAIT active send to complete -2015-03-11 14:51:21 program INFO WAIT active send to complete -2015-03-11 14:51:21 program INFO WAIT active send to complete -2015-03-11 14:51:22 program INFO WAIT active send to complete -2015-03-11 14:51:22 sendUrl INFO 83 [260] R:OK -2015-03-11 14:51:37 sendUrl INFO 83 [261] R:OK -2015-03-11 14:52:09 queue INFO >>83 [262] -2015-03-11 14:52:12 sendUrl INFO 83 [262] R:OK -2015-03-11 14:52:59 queue INFO >>83 [263] -2015-03-11 14:53:00 sendUrl INFO 83 [263] R:OK -2015-03-11 14:53:49 queue INFO >>83 [264] -2015-03-11 14:53:50 sendUrl INFO 83 [264] R:OK -2015-03-11 14:54:38 queue INFO 81 [265] -2015-03-11 14:54:38 queue INFO >81 [266] -2015-03-11 14:54:39 sendUrl INFO 81 [265] R:OK -2015-03-11 14:54:39 sendUrl INFO 81 [266] R:OK -2015-03-11 14:55:28 queue INFO >>81 [267] -2015-03-11 14:55:29 sendUrl INFO 81 [267] R:OK -2015-03-11 14:56:18 queue INFO >>81 [268] -2015-03-11 14:56:19 sendUrl INFO 81 [268] R:OK -2015-03-11 14:57:09 queue INFO >>81 [269] -2015-03-11 14:57:09 sendUrl INFO 81 [269] R:OK -2015-03-11 14:57:59 queue INFO >>81 [270] -2015-03-11 14:57:59 sendUrl INFO 81 [270] R:OK -2015-03-11 14:58:49 queue INFO >>81 [271] -2015-03-11 14:58:49 sendUrl INFO 81 [271] R:OK -2015-03-11 14:59:21 queue INFO 99 [272] -2015-03-11 14:59:22 queue INFO >99 [273] -2015-03-11 14:59:22 sendUrl INFO 99 [272] R:OK -2015-03-11 14:59:22 sendUrl INFO 99 [273] R:OK -2015-03-11 15:00:12 queue INFO >>99 [274] -2015-03-11 15:00:12 sendUrl INFO 99 [274] R:OK -2015-03-11 15:01:02 queue INFO >>99 [275] -2015-03-11 15:01:02 sendUrl INFO 99 [275] R:OK -2015-03-11 15:01:52 queue INFO >>99 [276] -2015-03-11 15:01:52 sendUrl INFO 99 [276] R:OK -2015-03-11 15:02:42 queue INFO >>99 [277] -2015-03-11 15:02:42 sendUrl INFO 99 [277] R:OK -2015-03-11 15:03:27 queue INFO 89 [278] -2015-03-11 15:03:27 queue INFO >89 [279] -2015-03-11 15:03:28 sendUrl INFO 89 [278] R:OK -2015-03-11 15:03:28 sendUrl INFO 89 [279] R:OK -2015-03-11 15:03:30 queue INFO 81 [280] -2015-03-11 15:03:30 queue INFO >81 [281] -2015-03-11 15:03:31 sendUrl INFO 81 [280] R:OK -2015-03-11 15:03:31 sendUrl INFO 81 [281] R:OK -2015-03-11 15:03:34 queue INFO 83 [282] -2015-03-11 15:03:34 queue INFO >83 [283] -2015-03-11 15:03:34 sendUrl INFO 83 [282] R:OK -2015-03-11 15:03:35 sendUrl INFO 83 [283] R:OK -2015-03-11 15:03:57 queue INFO 87 [284] -2015-03-11 15:03:57 queue INFO >87 [285] -2015-03-11 15:03:57 sendUrl INFO 87 [284] R:OK -2015-03-11 15:03:58 sendUrl INFO 87 [285] R:OK -2015-03-11 15:03:59 queue INFO 83 [286] -2015-03-11 15:03:59 queue INFO >83 [287] -2015-03-11 15:03:59 sendUrl INFO 83 [286] R:OK -2015-03-11 15:03:59 sendUrl INFO 83 [287] R:OK -2015-03-11 15:04:49 queue INFO >>83 [288] -2015-03-11 15:04:49 sendUrl INFO 83 [288] R:OK -2015-03-11 15:05:39 queue INFO >>83 [289] -2015-03-11 15:05:39 sendUrl INFO 83 [289] R:OK -2015-03-11 15:06:29 queue INFO >>83 [290] -2015-03-11 15:06:29 sendUrl INFO 83 [290] R:OK -2015-03-11 15:07:19 queue INFO >>83 [291] -2015-03-11 15:07:20 sendUrl INFO 83 [291] R:OK -2015-03-11 15:08:09 queue INFO >>83 [292] -2015-03-11 15:08:09 sendUrl INFO 83 [292] R:OK -2015-03-11 15:08:59 queue INFO >>83 [293] -2015-03-11 15:09:00 sendUrl INFO 83 [293] R:OK -2015-03-11 15:09:50 queue INFO >>83 [294] -2015-03-11 15:09:50 sendUrl INFO 83 [294] R:OK -2015-03-11 15:10:40 queue INFO >>83 [295] -2015-03-11 15:10:40 sendUrl INFO 83 [295] R:OK -2015-03-11 15:11:30 queue INFO >>83 [296] -2015-03-11 15:11:30 sendUrl INFO 83 [296] R:OK -2015-03-11 15:12:03 queue INFO 87 [297] -2015-03-11 15:12:04 sendUrl INFO 87 [297] R:OK -2015-03-11 15:12:04 queue INFO >87 [298] -2015-03-11 15:12:04 sendUrl INFO 87 [298] R:OK -2015-03-11 15:12:05 queue INFO 83 [299] -2015-03-11 15:12:05 queue INFO >83 [300] -2015-03-11 15:12:06 sendUrl INFO 83 [299] R:OK -2015-03-11 15:12:06 sendUrl INFO 83 [300] R:OK -2015-03-11 15:12:55 queue INFO >>83 [301] -2015-03-11 15:12:55 sendUrl INFO 83 [301] R:OK -2015-03-11 15:13:45 queue INFO >>83 [302] -2015-03-11 15:13:46 sendUrl INFO 83 [302] R:OK -2015-03-11 15:14:35 queue INFO >>83 [303] -2015-03-11 15:14:36 sendUrl INFO 83 [303] R:OK -2015-03-11 15:15:26 queue INFO >>83 [304] -2015-03-11 15:15:26 sendUrl INFO 83 [304] R:OK -2015-03-11 15:16:16 queue INFO >>83 [305] -2015-03-11 15:16:16 sendUrl INFO 83 [305] R:OK -2015-03-11 15:17:06 queue INFO >>83 [306] -2015-03-11 15:17:06 sendUrl INFO 83 [306] R:OK -2015-03-11 15:17:56 queue INFO >>83 [307] -2015-03-11 15:17:56 sendUrl INFO 83 [307] R:OK -2015-03-11 15:18:46 queue INFO >>83 [308] -2015-03-11 15:18:46 sendUrl INFO 83 [308] R:OK -2015-03-11 15:19:36 queue INFO >>83 [309] -2015-03-11 15:19:37 sendUrl INFO 83 [309] R:OK -2015-03-11 15:20:10 queue INFO 87 [310] -2015-03-11 15:20:10 queue INFO >87 [311] -2015-03-11 15:20:10 sendUrl INFO 87 [310] R:OK -2015-03-11 15:20:11 sendUrl INFO 87 [311] R:OK -2015-03-11 15:20:12 queue INFO 83 [312] -2015-03-11 15:20:12 queue INFO >83 [313] -2015-03-11 15:20:12 sendUrl INFO 83 [312] R:OK -2015-03-11 15:20:12 sendUrl INFO 83 [313] R:OK -2015-03-11 15:21:02 queue INFO >>83 [314] -2015-03-11 15:21:02 sendUrl INFO 83 [314] R:OK -2015-03-11 15:21:52 queue INFO >>83 [315] -2015-03-11 15:21:52 sendUrl INFO 83 [315] R:OK -2015-03-11 15:22:42 queue INFO >>83 [316] -2015-03-11 15:22:42 sendUrl INFO 83 [316] R:OK -2015-03-11 15:23:32 queue INFO >>83 [317] -2015-03-11 15:23:33 sendUrl INFO 83 [317] R:OK -2015-03-11 15:24:22 queue INFO >>83 [318] -2015-03-11 15:24:22 sendUrl INFO 83 [318] R:OK -2015-03-11 15:25:12 queue INFO >>83 [319] -2015-03-11 15:25:13 sendUrl INFO 83 [319] R:OK -2015-03-11 15:26:03 queue INFO >>83 [320] -2015-03-11 15:26:03 sendUrl INFO 83 [320] R:OK -2015-03-11 15:26:53 queue INFO >>83 [321] -2015-03-11 15:26:53 sendUrl INFO 83 [321] R:OK -2015-03-11 15:27:43 queue INFO >>83 [322] -2015-03-11 15:27:43 sendUrl INFO 83 [322] R:OK -2015-03-11 15:28:16 queue INFO 87 [323] -2015-03-11 15:28:17 sendUrl INFO 87 [323] R:OK -2015-03-11 15:28:17 queue INFO >87 [324] -2015-03-11 15:28:17 sendUrl INFO 87 [324] R:OK -2015-03-11 15:28:18 queue INFO 83 [325] -2015-03-11 15:28:18 queue INFO >83 [326] -2015-03-11 15:28:19 sendUrl INFO 83 [325] R:OK -2015-03-11 15:28:19 sendUrl INFO 83 [326] R:OK -2015-03-11 15:29:08 queue INFO >>83 [327] -2015-03-11 15:29:08 sendUrl INFO 83 [327] R:OK -2015-03-11 15:29:58 queue INFO >>83 [328] -2015-03-11 15:29:59 sendUrl INFO 83 [328] R:OK -2015-03-11 15:30:48 queue INFO >>83 [329] -2015-03-11 15:30:49 sendUrl INFO 83 [329] R:OK -2015-03-11 15:31:39 queue INFO >>83 [330] -2015-03-11 15:31:39 sendUrl INFO 83 [330] R:OK -2015-03-11 15:32:29 queue INFO >>83 [331] -2015-03-11 15:32:29 sendUrl INFO 83 [331] R:OK -2015-03-11 15:33:19 queue INFO >>83 [332] -2015-03-11 15:33:19 sendUrl INFO 83 [332] R:OK -2015-03-11 15:34:09 queue INFO >>83 [333] -2015-03-11 15:34:09 sendUrl INFO 83 [333] R:OK -2015-03-11 15:34:59 queue INFO >>83 [334] -2015-03-11 15:34:59 sendUrl INFO 83 [334] R:OK -2015-03-11 15:35:49 queue INFO >>83 [335] -2015-03-11 15:35:50 sendUrl INFO 83 [335] R:OK -2015-03-11 15:36:23 queue INFO C7 [336] -2015-03-11 15:36:23 queue INFO >C7 [337] -2015-03-11 15:36:23 sendUrl INFO C7 [336] R:OK -2015-03-11 15:36:24 sendUrl INFO C7 [337] R:OK -2015-03-11 15:36:24 queue INFO C3 [338] -2015-03-11 15:36:25 queue INFO >C3 [339] -2015-03-11 15:36:25 sendUrl INFO C3 [338] R:OK -2015-03-11 15:36:25 sendUrl INFO C3 [339] R:OK -2015-03-11 15:37:14 queue INFO >>C3 [340] -2015-03-11 15:37:15 sendUrl INFO C3 [340] R:OK -2015-03-11 15:38:05 queue INFO >>C3 [341] -2015-03-11 15:38:05 sendUrl INFO C3 [341] R:OK -2015-03-11 15:38:55 queue INFO >>C3 [342] -2015-03-11 15:38:55 sendUrl INFO C3 [342] R:OK -2015-03-11 15:39:45 queue INFO >>C3 [343] -2015-03-11 15:39:45 sendUrl INFO C3 [343] R:OK -2015-03-11 15:40:35 queue INFO >>C3 [344] -2015-03-11 15:40:35 sendUrl INFO C3 [344] R:OK -2015-03-11 15:41:25 queue INFO >>C3 [345] -2015-03-11 15:41:26 sendUrl INFO C3 [345] R:OK -2015-03-11 15:42:15 queue INFO >>C3 [346] -2015-03-11 15:42:16 sendUrl INFO C3 [346] R:OK -2015-03-11 15:43:06 queue INFO >>C3 [347] -2015-03-11 15:43:06 sendUrl INFO C3 [347] R:OK -2015-03-11 15:43:56 queue INFO >>C3 [348] -2015-03-11 15:43:56 sendUrl INFO C3 [348] R:OK -2015-03-11 15:44:29 queue INFO 83 [349] -2015-03-11 15:44:29 queue INFO 87 [350] -2015-03-11 15:44:29 queue INFO >87 [351] -2015-03-11 15:44:29 sendUrl INFO 83 [349] R:OK -2015-03-11 15:44:30 sendUrl INFO 87 [350] R:OK -2015-03-11 15:44:31 sendUrl INFO 87 [351] R:OK -2015-03-11 15:44:31 queue INFO 83 [352] -2015-03-11 15:44:31 queue INFO >83 [353] -2015-03-11 15:44:31 sendUrl INFO 83 [352] R:OK -2015-03-11 15:44:32 sendUrl INFO 83 [353] R:OK -2015-03-11 15:45:21 queue INFO >>83 [354] -2015-03-11 15:45:21 sendUrl INFO 83 [354] R:OK -2015-03-11 15:46:11 queue INFO >>83 [355] -2015-03-11 15:46:11 sendUrl INFO 83 [355] R:OK -2015-03-11 15:47:01 queue INFO >>83 [356] -2015-03-11 15:47:02 sendUrl INFO 83 [356] R:OK -2015-03-11 15:47:51 queue INFO >>83 [357] -2015-03-11 15:47:52 sendUrl INFO 83 [357] R:OK -2015-03-11 15:48:42 queue INFO >>83 [358] -2015-03-11 15:48:42 sendUrl INFO 83 [358] R:OK -2015-03-11 15:49:32 queue INFO >>83 [359] -2015-03-11 15:49:32 sendUrl INFO 83 [359] R:OK -2015-03-11 15:50:22 queue INFO >>83 [360] -2015-03-11 15:50:22 sendUrl INFO 83 [360] R:OK -2015-03-11 15:51:12 queue INFO >>83 [361] -2015-03-11 15:51:12 sendUrl INFO 83 [361] R:OK -2015-03-11 15:52:02 queue INFO >>83 [362] -2015-03-11 15:52:03 sendUrl INFO 83 [362] R:OK -2015-03-11 15:52:36 queue INFO 87 [363] -2015-03-11 15:52:36 sendUrl INFO 87 [363] R:OK -2015-03-11 15:52:36 queue INFO >87 [364] -2015-03-11 15:52:37 sendUrl INFO 87 [364] R:OK -2015-03-11 15:52:38 queue INFO 83 [365] -2015-03-11 15:52:38 queue INFO >83 [366] -2015-03-11 15:52:38 sendUrl INFO 83 [365] R:OK -2015-03-11 15:52:39 sendUrl INFO 83 [366] R:OK -2015-03-11 15:53:28 queue INFO >>83 [367] -2015-03-11 15:53:28 sendUrl INFO 83 [367] R:OK -2015-03-11 15:54:18 queue INFO >>83 [368] -2015-03-11 15:54:18 sendUrl INFO 83 [368] R:OK -2015-03-11 15:55:08 queue INFO >>83 [369] -2015-03-11 15:55:08 sendUrl INFO 83 [369] R:OK -2015-03-11 15:55:58 queue INFO >>83 [370] -2015-03-11 15:55:59 sendUrl INFO 83 [370] R:OK -2015-03-11 15:56:48 queue INFO >>83 [371] -2015-03-11 15:56:49 sendUrl INFO 83 [371] R:OK -2015-03-11 15:57:39 queue INFO >>83 [372] -2015-03-11 15:57:39 sendUrl INFO 83 [372] R:OK -2015-03-11 15:58:29 queue INFO >>83 [373] -2015-03-11 15:58:29 sendUrl INFO 83 [373] R:OK -2015-03-11 15:59:19 queue INFO >>83 [374] -2015-03-11 15:59:19 sendUrl INFO 83 [374] R:OK -2015-03-11 16:00:09 queue INFO >>83 [375] -2015-03-11 16:00:09 sendUrl INFO 83 [375] R:OK -2015-03-11 16:00:43 queue INFO 87 [376] -2015-03-11 16:00:43 queue INFO >87 [377] -2015-03-11 16:00:43 sendUrl INFO 87 [376] R:OK -2015-03-11 16:00:43 sendUrl INFO 87 [377] R:OK -2015-03-11 16:00:44 queue INFO 83 [378] -2015-03-11 16:00:45 sendUrl INFO 83 [378] R:OK -2015-03-11 16:00:45 queue INFO >83 [379] -2015-03-11 16:00:45 sendUrl INFO 83 [379] R:OK -2015-03-11 16:01:34 queue INFO >>83 [380] -2015-03-11 16:01:35 sendUrl INFO 83 [380] R:OK -2015-03-11 16:02:25 queue INFO >>83 [381] -2015-03-11 16:02:25 sendUrl INFO 83 [381] R:OK -2015-03-11 16:03:15 queue INFO >>83 [382] -2015-03-11 16:03:15 sendUrl INFO 83 [382] R:OK -2015-03-11 16:04:05 queue INFO >>83 [383] -2015-03-11 16:04:05 sendUrl INFO 83 [383] R:OK -2015-03-11 16:04:55 queue INFO >>83 [384] -2015-03-11 16:04:55 sendUrl INFO 83 [384] R:OK -2015-03-11 16:05:45 queue INFO >>83 [385] -2015-03-11 16:05:45 sendUrl INFO 83 [385] R:OK -2015-03-11 16:06:35 queue INFO >>83 [386] -2015-03-11 16:06:36 sendUrl INFO 83 [386] R:OK -2015-03-11 16:07:25 queue INFO >>83 [387] -2015-03-11 16:07:26 sendUrl INFO 83 [387] R:OK -2015-03-11 16:08:16 queue INFO >>83 [388] -2015-03-11 16:08:16 sendUrl INFO 83 [388] R:OK -2015-03-11 16:08:49 queue INFO 87 [389] -2015-03-11 16:08:49 sendUrl INFO 87 [389] R:OK -2015-03-11 16:08:49 queue INFO >87 [390] -2015-03-11 16:08:50 sendUrl INFO 87 [390] R:OK -2015-03-11 16:08:51 queue INFO 83 [391] -2015-03-11 16:08:51 queue INFO >83 [392] -2015-03-11 16:08:51 sendUrl INFO 83 [391] R:OK -2015-03-11 16:08:52 sendUrl INFO 83 [392] R:OK -2015-03-11 16:09:41 queue INFO >>83 [393] -2015-03-11 16:09:41 sendUrl INFO 83 [393] R:OK -2015-03-11 16:10:31 queue INFO >>83 [394] -2015-03-11 16:10:31 sendUrl INFO 83 [394] R:OK -2015-03-11 16:11:21 queue INFO >>83 [395] -2015-03-11 16:11:21 sendUrl INFO 83 [395] R:OK -2015-03-11 16:12:11 queue INFO >>83 [396] -2015-03-11 16:12:12 sendUrl INFO 83 [396] R:OK -2015-03-11 16:13:01 queue INFO >>83 [397] -2015-03-11 16:13:02 sendUrl INFO 83 [397] R:OK -2015-03-11 16:13:52 queue INFO >>83 [398] -2015-03-11 16:13:52 sendUrl INFO 83 [398] R:OK -2015-03-11 16:14:42 queue INFO >>83 [399] -2015-03-11 16:14:42 sendUrl INFO 83 [399] R:OK -2015-03-11 16:15:32 queue INFO >>83 [400] -2015-03-11 16:15:32 sendUrl INFO 83 [400] R:OK -2015-03-11 16:16:22 queue INFO >>83 [401] -2015-03-11 16:16:22 sendUrl INFO 83 [401] R:OK -2015-03-11 16:16:56 queue INFO 87 [402] -2015-03-11 16:16:56 queue INFO >87 [403] -2015-03-11 16:16:56 sendUrl INFO 87 [402] R:OK -2015-03-11 16:16:56 sendUrl INFO 87 [403] R:OK -2015-03-11 16:16:57 queue INFO 83 [404] -2015-03-11 16:16:57 queue INFO >83 [405] -2015-03-11 16:16:58 sendUrl INFO 83 [404] R:OK -2015-03-11 16:16:58 sendUrl INFO 83 [405] R:OK -2015-03-11 16:17:47 queue INFO >>83 [406] -2015-03-11 16:17:48 sendUrl INFO 83 [406] R:OK -2015-03-11 16:18:37 queue INFO >>83 [407] -2015-03-11 16:18:38 sendUrl INFO 83 [407] R:OK -2015-03-11 16:19:28 queue INFO >>83 [408] -2015-03-11 16:19:28 sendUrl INFO 83 [408] R:OK -2015-03-11 16:20:18 queue INFO >>83 [409] -2015-03-11 16:20:18 sendUrl INFO 83 [409] R:OK -2015-03-11 16:21:08 queue INFO >>83 [410] -2015-03-11 16:21:08 sendUrl INFO 83 [410] R:OK -2015-03-11 16:21:58 queue INFO >>83 [411] -2015-03-11 16:21:58 sendUrl INFO 83 [411] R:OK -2015-03-11 16:22:48 queue INFO >>83 [412] -2015-03-11 16:22:49 sendUrl INFO 83 [412] R:OK -2015-03-11 16:23:38 queue INFO >>83 [413] -2015-03-11 16:23:39 sendUrl INFO 83 [413] R:OK -2015-03-11 16:24:29 queue INFO >>83 [414] -2015-03-11 16:24:29 sendUrl INFO 83 [414] R:OK -2015-03-11 16:25:02 queue INFO C7 [415] -2015-03-11 16:25:02 sendUrl INFO C7 [415] R:OK -2015-03-11 16:25:02 queue INFO >C7 [416] -2015-03-11 16:25:03 sendUrl INFO C7 [416] R:OK -2015-03-11 16:25:04 queue INFO C3 [417] -2015-03-11 16:25:04 queue INFO >C3 [418] -2015-03-11 16:25:04 sendUrl INFO C3 [417] R:OK -2015-03-11 16:25:05 sendUrl INFO C3 [418] R:OK -2015-03-11 16:25:54 queue INFO >>C3 [419] -2015-03-11 16:25:54 sendUrl INFO C3 [419] R:OK -2015-03-11 16:26:44 queue INFO >>C3 [420] -2015-03-11 16:26:44 sendUrl INFO C3 [420] R:OK -2015-03-11 16:27:34 queue INFO >>C3 [421] -2015-03-11 16:27:34 sendUrl INFO C3 [421] R:OK -2015-03-11 16:28:24 queue INFO >>C3 [422] -2015-03-11 16:28:25 sendUrl INFO C3 [422] R:OK -2015-03-11 16:29:14 queue INFO >>C3 [423] -2015-03-11 16:29:15 sendUrl INFO C3 [423] R:OK -2015-03-11 16:30:05 queue INFO >>C3 [424] -2015-03-11 16:30:05 sendUrl INFO C3 [424] R:OK -2015-03-11 16:30:55 queue INFO >>C3 [425] -2015-03-11 16:30:55 sendUrl INFO C3 [425] R:OK -2015-03-11 16:31:45 queue INFO >>C3 [426] -2015-03-11 16:31:45 sendUrl INFO C3 [426] R:OK -2015-03-11 16:32:35 queue INFO >>C3 [427] -2015-03-11 16:32:35 sendUrl INFO C3 [427] R:OK -2015-03-11 16:33:08 queue INFO 83 [428] -2015-03-11 16:33:09 queue INFO 87 [429] -2015-03-11 16:33:09 queue INFO >87 [430] -2015-03-11 16:33:09 sendUrl INFO 83 [428] R:OK -2015-03-11 16:33:09 sendUrl INFO 87 [429] R:OK -2015-03-11 16:33:10 sendUrl INFO 87 [430] R:OK -2015-03-11 16:33:10 queue INFO 83 [431] -2015-03-11 16:33:10 queue INFO >83 [432] -2015-03-11 16:33:10 sendUrl INFO 83 [431] R:OK -2015-03-11 16:33:11 sendUrl INFO 83 [432] R:OK -2015-03-11 16:34:00 queue INFO >>83 [433] -2015-03-11 16:34:01 sendUrl INFO 83 [433] R:OK -2015-03-11 16:34:50 queue INFO >>83 [434] -2015-03-11 16:34:51 sendUrl INFO 83 [434] R:OK -2015-03-11 16:35:41 queue INFO >>83 [435] -2015-03-11 16:35:41 sendUrl INFO 83 [435] R:OK -2015-03-11 16:36:31 queue INFO >>83 [436] -2015-03-11 16:36:31 sendUrl INFO 83 [436] R:OK -2015-03-11 16:37:21 queue INFO >>83 [437] -2015-03-11 16:37:21 sendUrl INFO 83 [437] R:OK -2015-03-11 16:38:11 queue INFO >>83 [438] -2015-03-11 16:38:11 sendUrl INFO 83 [438] R:OK -2015-03-11 16:39:01 queue INFO >>83 [439] -2015-03-11 16:39:02 sendUrl INFO 83 [439] R:OK -2015-03-11 16:39:51 queue INFO >>83 [440] -2015-03-11 16:39:52 sendUrl INFO 83 [440] R:OK -2015-03-11 16:40:42 queue INFO >>83 [441] -2015-03-11 16:40:42 sendUrl INFO 83 [441] R:OK -2015-03-11 16:41:15 queue INFO 87 [442] -2015-03-11 16:41:16 queue INFO >87 [443] -2015-03-11 16:41:16 sendUrl INFO 87 [442] R:OK -2015-03-11 16:41:16 sendUrl INFO 87 [443] R:OK -2015-03-11 16:41:17 queue INFO 83 [444] -2015-03-11 16:41:17 sendUrl INFO 83 [444] R:OK -2015-03-11 16:41:17 queue INFO >83 [445] -2015-03-11 16:41:18 sendUrl INFO 83 [445] R:OK -2015-03-11 16:42:07 queue INFO >>83 [446] -2015-03-11 16:42:08 sendUrl INFO 83 [446] R:OK -2015-03-11 16:42:57 queue INFO >>83 [447] -2015-03-11 16:42:58 sendUrl INFO 83 [447] R:OK -2015-03-11 16:43:48 queue INFO >>83 [448] -2015-03-11 16:43:48 sendUrl INFO 83 [448] R:OK -2015-03-11 16:44:38 queue INFO >>83 [449] -2015-03-11 16:44:38 sendUrl INFO 83 [449] R:OK -2015-03-11 16:45:28 queue INFO >>83 [450] -2015-03-11 16:45:28 sendUrl INFO 83 [450] R:OK -2015-03-11 16:46:18 queue INFO >>83 [451] -2015-03-11 16:46:18 sendUrl INFO 83 [451] R:OK -2015-03-11 16:47:08 queue INFO >>83 [452] -2015-03-11 16:47:09 sendUrl INFO 83 [452] R:OK -2015-03-11 16:47:58 queue INFO >>83 [453] -2015-03-11 16:47:59 sendUrl INFO 83 [453] R:OK -2015-03-11 16:48:48 queue INFO >>83 [454] -2015-03-11 16:48:49 sendUrl INFO 83 [454] R:OK -2015-03-11 16:49:22 queue INFO 87 [455] -2015-03-11 16:49:22 queue INFO >87 [456] -2015-03-11 16:49:22 sendUrl INFO 87 [455] R:OK -2015-03-11 16:49:23 sendUrl INFO 87 [456] R:OK -2015-03-11 16:49:24 queue INFO 83 [457] -2015-03-11 16:49:24 queue INFO >83 [458] -2015-03-11 16:49:24 sendUrl INFO 83 [457] R:OK -2015-03-11 16:49:24 sendUrl INFO 83 [458] R:OK -2015-03-11 16:50:14 queue INFO >>83 [459] -2015-03-11 16:50:14 sendUrl INFO 83 [459] R:OK -2015-03-11 16:51:04 queue INFO >>83 [460] -2015-03-11 16:51:04 sendUrl INFO 83 [460] R:OK -2015-03-11 16:51:54 queue INFO >>83 [461] -2015-03-11 16:51:54 sendUrl INFO 83 [461] R:OK -2015-03-11 16:52:44 queue INFO >>83 [462] -2015-03-11 16:52:44 sendUrl INFO 83 [462] R:OK -2015-03-11 16:53:34 queue INFO >>83 [463] -2015-03-11 16:53:35 sendUrl INFO 83 [463] R:OK -2015-03-11 16:54:24 queue INFO >>83 [464] -2015-03-11 16:54:25 sendUrl INFO 83 [464] R:OK -2015-03-11 16:55:15 queue INFO >>83 [465] -2015-03-11 16:55:15 sendUrl INFO 83 [465] R:OK -2015-03-11 16:56:05 queue INFO >>83 [466] -2015-03-11 16:56:05 sendUrl INFO 83 [466] R:OK -2015-03-11 16:56:55 queue INFO >>83 [467] -2015-03-11 16:56:55 sendUrl INFO 83 [467] R:OK -2015-03-11 16:57:28 queue INFO 87 [468] -2015-03-11 16:57:29 queue INFO >87 [469] -2015-03-11 16:57:29 sendUrl INFO 87 [468] R:OK -2015-03-11 16:57:29 sendUrl INFO 87 [469] R:OK -2015-03-11 16:57:30 queue INFO 83 [470] -2015-03-11 16:57:30 sendUrl INFO 83 [470] R:OK -2015-03-11 16:57:30 queue INFO >83 [471] -2015-03-11 16:57:31 sendUrl INFO 83 [471] R:OK -2015-03-11 16:58:20 queue INFO >>83 [472] -2015-03-11 16:58:20 sendUrl INFO 83 [472] R:OK -2015-03-11 16:59:10 queue INFO >>83 [473] -2015-03-11 16:59:11 sendUrl INFO 83 [473] R:OK -2015-03-11 17:00:00 queue INFO >>83 [474] -2015-03-11 17:00:01 sendUrl INFO 83 [474] R:OK -2015-03-11 17:00:51 queue INFO >>83 [475] -2015-03-11 17:00:51 sendUrl INFO 83 [475] R:OK -2015-03-11 17:01:41 queue INFO >>83 [476] -2015-03-11 17:01:41 sendUrl INFO 83 [476] R:OK -2015-03-11 17:02:31 queue INFO >>83 [477] -2015-03-11 17:02:31 sendUrl INFO 83 [477] R:OK -2015-03-11 17:03:21 queue INFO >>83 [478] -2015-03-11 17:03:21 sendUrl INFO 83 [478] R:OK -2015-03-11 17:04:11 queue INFO >>83 [479] -2015-03-11 17:04:12 sendUrl INFO 83 [479] R:OK -2015-03-11 17:05:01 queue INFO >>83 [480] -2015-03-11 17:05:02 sendUrl INFO 83 [480] R:OK -2015-03-11 17:05:35 queue INFO 87 [481] -2015-03-11 17:05:35 queue INFO >87 [482] -2015-03-11 17:05:35 sendUrl INFO 87 [481] R:OK -2015-03-11 17:05:36 sendUrl INFO 87 [482] R:OK -2015-03-11 17:05:36 queue INFO 83 [483] -2015-03-11 17:05:37 queue INFO >83 [484] -2015-03-11 17:05:37 sendUrl INFO 83 [483] R:OK -2015-03-11 17:05:37 sendUrl INFO 83 [484] R:OK -2015-03-11 17:06:27 queue INFO >>83 [485] -2015-03-11 17:06:27 sendUrl INFO 83 [485] R:OK -2015-03-11 17:07:17 queue INFO >>83 [486] -2015-03-11 17:07:17 sendUrl INFO 83 [486] R:OK -2015-03-11 17:08:07 queue INFO >>83 [487] -2015-03-11 17:08:07 sendUrl INFO 83 [487] R:OK -2015-03-11 17:08:57 queue INFO >>83 [488] -2015-03-11 17:08:57 sendUrl INFO 83 [488] R:OK -2015-03-11 17:09:47 queue INFO >>83 [489] -2015-03-11 17:09:48 sendUrl INFO 83 [489] R:OK -2015-03-11 17:10:37 queue INFO >>83 [490] -2015-03-11 17:10:37 sendUrl INFO 83 [490] R:OK -2015-03-11 17:11:27 queue INFO >>83 [491] -2015-03-11 17:11:28 sendUrl INFO 83 [491] R:OK -2015-03-11 17:12:18 queue INFO >>83 [492] -2015-03-11 17:12:18 sendUrl INFO 83 [492] R:OK -2015-03-11 17:13:08 queue INFO >>83 [493] -2015-03-11 17:13:08 sendUrl INFO 83 [493] R:OK -2015-03-11 17:13:41 queue INFO C7 [494] -2015-03-11 17:13:42 queue INFO >C7 [495] -2015-03-11 17:13:42 sendUrl INFO C7 [494] R:OK -2015-03-11 17:13:42 sendUrl INFO C7 [495] R:OK -2015-03-11 17:13:43 queue INFO C3 [496] -2015-03-11 17:13:43 queue INFO >C3 [497] -2015-03-11 17:13:43 sendUrl INFO C3 [496] R:OK -2015-03-11 17:13:44 sendUrl INFO C3 [497] R:OK -2015-03-11 17:14:33 queue INFO >>C3 [498] -2015-03-11 17:14:33 sendUrl INFO C3 [498] R:OK -2015-03-11 17:15:23 queue INFO >>C3 [499] -2015-03-11 17:15:23 sendUrl INFO C3 [499] R:OK -2015-03-11 17:16:13 queue INFO >>C3 [500] -2015-03-11 17:16:14 sendUrl INFO C3 [500] R:OK -2015-03-11 17:17:03 queue INFO >>C3 [501] -2015-03-11 17:17:03 sendUrl INFO C3 [501] R:OK -2015-03-11 17:17:53 queue INFO >>C3 [502] -2015-03-11 17:17:54 sendUrl INFO C3 [502] R:OK -2015-03-11 17:18:44 queue INFO >>C3 [503] -2015-03-11 17:18:44 sendUrl INFO C3 [503] R:OK -2015-03-11 17:19:34 queue INFO >>C3 [504] -2015-03-11 17:19:34 sendUrl INFO C3 [504] R:OK -2015-03-11 17:20:24 queue INFO >>C3 [505] -2015-03-11 17:20:24 sendUrl INFO C3 [505] R:OK -2015-03-11 17:21:14 queue INFO >>C3 [506] -2015-03-11 17:21:14 sendUrl INFO C3 [506] R:OK -2015-03-11 17:21:48 queue INFO 83 [507] -2015-03-11 17:21:48 queue INFO 87 [508] -2015-03-11 17:21:48 sendUrl INFO 83 [507] R:OK -2015-03-11 17:21:48 queue INFO >87 [509] -2015-03-11 17:21:48 sendUrl INFO 87 [508] R:OK -2015-03-11 17:21:49 sendUrl INFO 87 [509] R:OK -2015-03-11 17:21:49 queue INFO 83 [510] -2015-03-11 17:21:50 queue INFO >83 [511] -2015-03-11 17:21:50 sendUrl INFO 83 [510] R:OK -2015-03-11 17:21:50 sendUrl INFO 83 [511] R:OK -2015-03-11 17:22:39 queue INFO >>83 [512] -2015-03-11 17:22:40 sendUrl INFO 83 [512] R:OK -2015-03-11 17:23:30 queue INFO >>83 [513] -2015-03-11 17:23:30 sendUrl INFO 83 [513] R:OK -2015-03-11 17:24:20 queue INFO >>83 [514] -2015-03-11 17:24:20 sendUrl INFO 83 [514] R:OK -2015-03-11 17:25:10 queue INFO >>83 [515] -2015-03-11 17:25:18 sendUrl INFO 83 [515] R:OK -2015-03-11 17:26:00 queue INFO >>83 [516] -2015-03-11 17:26:01 sendUrl INFO 83 [516] R:OK -2015-03-11 17:26:50 queue INFO >>83 [517] -2015-03-11 17:26:51 sendUrl INFO 83 [517] R:OK -2015-03-11 17:27:40 queue INFO >>83 [518] -2015-03-11 17:27:51 sendUrl INFO 83 [518] R:OK -2015-03-11 17:28:31 queue INFO >>83 [519] -2015-03-11 17:28:31 sendUrl INFO 83 [519] R:OK -2015-03-11 17:29:21 queue INFO >>83 [520] -2015-03-11 17:29:21 sendUrl INFO 83 [520] R:OK -2015-03-11 17:29:55 queue INFO 87 [521] -2015-03-11 17:29:55 queue INFO >87 [522] -2015-03-11 17:29:56 program INFO WAIT active send to complete -2015-03-11 17:29:56 program INFO WAIT active send to complete -2015-03-11 17:29:56 queue INFO 83 [523] -2015-03-11 17:29:56 queue INFO >83 [524] -2015-03-11 17:29:57 program INFO WAIT active send to complete -2015-03-11 17:29:57 program INFO WAIT active send to complete -2015-03-11 17:29:58 program INFO WAIT active send to complete -2015-03-11 17:29:58 program INFO WAIT active send to complete -2015-03-11 17:29:59 program INFO WAIT active send to complete -2015-03-11 17:29:59 program INFO WAIT active send to complete -2015-03-11 17:30:00 program INFO WAIT active send to complete -2015-03-11 17:30:00 program INFO WAIT active send to complete -2015-03-11 17:30:01 program INFO WAIT active send to complete -2015-03-11 17:30:01 program INFO WAIT active send to complete -2015-03-11 17:30:02 program INFO WAIT active send to complete -2015-03-11 17:30:02 sendUrl INFO 87 [521] R:OK -2015-03-11 17:30:03 program INFO WAIT active send to complete -2015-03-11 17:30:03 program INFO WAIT active send to complete -2015-03-11 17:30:04 program INFO WAIT active send to complete -2015-03-11 17:30:04 program INFO WAIT active send to complete -2015-03-11 17:30:05 program INFO WAIT active send to complete -2015-03-11 17:30:05 program INFO WAIT active send to complete -2015-03-11 17:30:06 program INFO WAIT active send to complete -2015-03-11 17:30:06 program INFO WAIT active send to complete -2015-03-11 17:30:07 program INFO WAIT active send to complete -2015-03-11 17:30:07 program INFO WAIT active send to complete -2015-03-11 17:30:08 program INFO WAIT active send to complete -2015-03-11 17:30:08 program INFO WAIT active send to complete -2015-03-11 17:30:09 program INFO WAIT active send to complete -2015-03-11 17:30:09 program INFO WAIT active send to complete -2015-03-11 17:30:10 program INFO WAIT active send to complete -2015-03-11 17:30:10 program INFO WAIT active send to complete -2015-03-11 17:30:11 program INFO WAIT active send to complete -2015-03-11 17:30:11 program INFO WAIT active send to complete -2015-03-11 17:30:12 program INFO WAIT active send to complete -2015-03-11 17:30:12 program INFO WAIT active send to complete -2015-03-11 17:30:13 program INFO WAIT active send to complete -2015-03-11 17:30:13 program INFO WAIT active send to complete -2015-03-11 17:30:14 program INFO WAIT active send to complete -2015-03-11 17:30:14 program INFO WAIT active send to complete -2015-03-11 17:30:15 program INFO WAIT active send to complete -2015-03-11 17:30:15 program INFO WAIT active send to complete -2015-03-11 17:30:15 sendUrl INFO 87 [522] R:OK -2015-03-11 17:30:16 program INFO WAIT active send to complete -2015-03-11 17:30:16 sendUrl INFO 83 [523] R:OK -2015-03-11 17:30:18 sendUrl INFO 83 [524] R:OK -2015-03-11 17:30:46 queue INFO >>83 [525] -2015-03-11 17:30:52 sendUrl INFO 83 [525] R:OK -2015-03-11 17:31:37 queue INFO >>83 [526] -2015-03-11 17:31:41 sendUrl INFO 83 [526] R:OK -2015-03-11 17:32:27 queue INFO >>83 [527] -2015-03-11 17:32:31 sendUrl INFO 83 [527] R:OK -2015-03-11 17:33:17 queue INFO >>83 [528] -2015-03-11 17:33:18 sendUrl INFO 83 [528] R:OK -2015-03-11 17:34:07 queue INFO >>83 [529] -2015-03-11 17:34:11 sendUrl INFO 83 [529] R:OK -2015-03-11 17:34:57 queue INFO >>83 [530] -2015-03-11 17:35:00 sendUrl INFO 83 [530] R:OK -2015-03-11 17:35:47 queue INFO >>83 [531] -2015-03-11 17:35:52 sendUrl INFO 83 [531] R:OK -2015-03-11 17:36:37 queue INFO >>83 [532] -2015-03-11 17:36:38 sendUrl INFO 83 [532] R:OK -2015-03-11 17:37:28 queue INFO >>83 [533] -2015-03-11 17:37:28 sendUrl INFO 83 [533] R:OK -2015-03-11 17:38:01 queue INFO 87 [534] -2015-03-11 17:38:01 queue INFO >87 [535] -2015-03-11 17:38:01 program ERROR IOB offline -2015-03-11 17:38:03 queue INFO 83 [536] -2015-03-11 17:38:03 queue INFO >83 [537] -2015-03-11 17:38:03 program INFO IOB ONLINE! -2015-03-11 17:38:03 sendUrl INFO 87 [534] R:OK -2015-03-11 17:38:04 sendUrl INFO 87 [535] R:OK -2015-03-11 17:38:05 sendUrl INFO 83 [536] R:OK -2015-03-11 17:38:05 sendUrl INFO 83 [537] R:OK -2015-03-11 17:38:53 queue INFO >>83 [538] -2015-03-11 17:38:53 sendUrl INFO 83 [538] R:OK -2015-03-11 17:39:43 queue INFO >>83 [539] -2015-03-11 17:39:43 sendUrl INFO 83 [539] R:OK -2015-03-11 17:40:33 queue INFO >>83 [540] -2015-03-11 17:40:33 sendUrl INFO 83 [540] R:OK -2015-03-11 17:41:23 queue INFO >>83 [541] -2015-03-11 17:41:24 sendUrl INFO 83 [541] R:OK -2015-03-11 17:42:13 queue INFO >>83 [542] -2015-03-11 17:42:14 sendUrl INFO 83 [542] R:OK -2015-03-11 17:43:04 queue INFO >>83 [543] -2015-03-11 17:43:04 sendUrl INFO 83 [543] R:OK -2015-03-11 17:43:54 queue INFO >>83 [544] -2015-03-11 17:43:54 sendUrl INFO 83 [544] R:OK -2015-03-11 17:44:44 queue INFO >>83 [545] -2015-03-11 17:44:44 sendUrl INFO 83 [545] R:OK -2015-03-11 17:45:34 queue INFO >>83 [546] -2015-03-11 17:45:34 sendUrl INFO 83 [546] R:OK -2015-03-11 17:46:08 queue INFO 87 [547] -2015-03-11 17:46:08 queue INFO >87 [548] -2015-03-11 17:46:08 sendUrl INFO 87 [547] R:OK -2015-03-11 17:46:09 sendUrl INFO 87 [548] R:OK -2015-03-11 17:46:09 queue INFO 83 [549] -2015-03-11 17:46:09 queue INFO >83 [550] -2015-03-11 17:46:10 sendUrl INFO 83 [549] R:OK -2015-03-11 17:46:10 sendUrl INFO 83 [550] R:OK -2015-03-11 17:46:59 queue INFO >>83 [551] -2015-03-11 17:47:00 sendUrl INFO 83 [551] R:OK -2015-03-11 17:47:50 queue INFO >>83 [552] -2015-03-11 17:47:50 sendUrl INFO 83 [552] R:OK -2015-03-11 17:48:40 queue INFO >>83 [553] -2015-03-11 17:48:40 sendUrl INFO 83 [553] R:OK -2015-03-11 17:49:30 queue INFO >>83 [554] -2015-03-11 17:49:30 sendUrl INFO 83 [554] R:OK -2015-03-11 17:50:20 queue INFO >>83 [555] -2015-03-11 17:50:20 sendUrl INFO 83 [555] R:OK -2015-03-11 17:51:10 queue INFO >>83 [556] -2015-03-11 17:51:11 sendUrl INFO 83 [556] R:OK -2015-03-11 17:52:00 queue INFO >>83 [557] -2015-03-11 17:52:01 sendUrl INFO 83 [557] R:OK -2015-03-11 17:52:50 queue INFO >>83 [558] -2015-03-11 17:52:51 sendUrl INFO 83 [558] R:OK -2015-03-11 17:53:41 queue INFO >>83 [559] -2015-03-11 17:53:41 sendUrl INFO 83 [559] R:OK -2015-03-11 17:54:14 queue INFO 87 [560] -2015-03-11 17:54:14 queue INFO >87 [561] -2015-03-11 17:54:14 sendUrl INFO 87 [560] R:OK -2015-03-11 17:54:15 sendUrl INFO 87 [561] R:OK -2015-03-11 17:54:16 queue INFO 83 [562] -2015-03-11 17:54:16 queue INFO >83 [563] -2015-03-11 17:54:16 sendUrl INFO 83 [562] R:OK -2015-03-11 17:54:16 sendUrl INFO 83 [563] R:OK -2015-03-11 17:55:06 queue INFO >>83 [564] -2015-03-11 17:55:06 sendUrl INFO 83 [564] R:OK -2015-03-11 17:55:56 queue INFO >>83 [565] -2015-03-11 17:55:56 sendUrl INFO 83 [565] R:OK -2015-03-11 17:56:46 queue INFO >>83 [566] -2015-03-11 17:56:46 sendUrl INFO 83 [566] R:OK -2015-03-11 17:57:36 queue INFO >>83 [567] -2015-03-11 17:57:36 sendUrl INFO 83 [567] R:OK -2015-03-11 17:58:26 queue INFO >>83 [568] -2015-03-11 17:58:27 sendUrl INFO 83 [568] R:OK -2015-03-11 17:59:16 queue INFO >>83 [569] -2015-03-11 17:59:17 sendUrl INFO 83 [569] R:OK -2015-03-11 18:00:07 queue INFO >>83 [570] -2015-03-11 18:00:07 sendUrl INFO 83 [570] R:OK -2015-03-11 18:00:57 queue INFO >>83 [571] -2015-03-11 18:00:57 sendUrl INFO 83 [571] R:OK -2015-03-11 18:01:47 queue INFO >>83 [572] -2015-03-11 18:01:47 sendUrl INFO 83 [572] R:OK -2015-03-11 18:02:21 queue INFO C7 [573] -2015-03-11 18:02:21 queue INFO >C7 [574] -2015-03-11 18:02:21 sendUrl INFO C7 [573] R:OK -2015-03-11 18:02:22 sendUrl INFO C7 [574] R:OK -2015-03-11 18:02:22 queue INFO C3 [575] -2015-03-11 18:02:22 queue INFO >C3 [576] -2015-03-11 18:02:23 sendUrl INFO C3 [575] R:OK -2015-03-11 18:02:23 sendUrl INFO C3 [576] R:OK -2015-03-11 18:03:12 queue INFO >>C3 [577] -2015-03-11 18:03:13 sendUrl INFO C3 [577] R:OK -2015-03-11 18:04:03 queue INFO >>C3 [578] -2015-03-11 18:04:03 sendUrl INFO C3 [578] R:OK -2015-03-11 18:04:53 queue INFO >>C3 [579] -2015-03-11 18:04:53 sendUrl INFO C3 [579] R:OK -2015-03-11 18:05:43 queue INFO >>C3 [580] -2015-03-11 18:05:43 sendUrl INFO C3 [580] R:OK -2015-03-11 18:06:33 queue INFO >>C3 [581] -2015-03-11 18:06:33 sendUrl INFO C3 [581] R:OK -2015-03-11 18:07:23 queue INFO >>C3 [582] -2015-03-11 18:07:24 sendUrl INFO C3 [582] R:OK -2015-03-11 18:08:13 queue INFO >>C3 [583] -2015-03-11 18:08:14 sendUrl INFO C3 [583] R:OK -2015-03-11 18:09:03 queue INFO >>C3 [584] -2015-03-11 18:09:04 sendUrl INFO C3 [584] R:OK -2015-03-11 18:09:54 queue INFO >>C3 [585] -2015-03-11 18:09:54 sendUrl INFO C3 [585] R:OK -2015-03-11 18:10:27 queue INFO 83 [586] -2015-03-11 18:10:27 queue INFO 87 [587] -2015-03-11 18:10:27 queue INFO >87 [588] -2015-03-11 18:10:27 sendUrl INFO 83 [586] R:OK -2015-03-11 18:10:28 sendUrl INFO 87 [587] R:OK -2015-03-11 18:10:28 sendUrl INFO 87 [588] R:OK -2015-03-11 18:10:28 queue INFO 83 [589] -2015-03-11 18:10:29 queue INFO >83 [590] -2015-03-11 18:10:29 sendUrl INFO 83 [589] R:OK -2015-03-11 18:10:29 sendUrl INFO 83 [590] R:OK -2015-03-11 18:11:19 queue INFO >>83 [591] -2015-03-11 18:11:19 sendUrl INFO 83 [591] R:OK -2015-03-11 18:12:09 queue INFO >>83 [592] -2015-03-11 18:12:09 sendUrl INFO 83 [592] R:OK -2015-03-11 18:12:59 queue INFO >>83 [593] -2015-03-11 18:12:59 sendUrl INFO 83 [593] R:OK -2015-03-11 18:13:49 queue INFO >>83 [594] -2015-03-11 18:13:49 sendUrl INFO 83 [594] R:OK -2015-03-11 18:14:39 queue INFO >>83 [595] -2015-03-11 18:14:40 sendUrl INFO 83 [595] R:OK -2015-03-11 18:15:29 queue INFO >>83 [596] -2015-03-11 18:15:30 sendUrl INFO 83 [596] R:OK -2015-03-11 18:16:20 queue INFO >>83 [597] -2015-03-11 18:16:20 sendUrl INFO 83 [597] R:OK -2015-03-11 18:17:10 queue INFO >>83 [598] -2015-03-11 18:17:10 sendUrl INFO 83 [598] R:OK -2015-03-11 18:18:00 queue INFO >>83 [599] -2015-03-11 18:18:00 sendUrl INFO 83 [599] R:OK -2015-03-11 18:18:34 queue INFO 87 [600] -2015-03-11 18:18:34 queue INFO >87 [601] -2015-03-11 18:18:34 sendUrl INFO 87 [600] R:OK -2015-03-11 18:18:35 sendUrl INFO 87 [601] R:OK -2015-03-11 18:18:36 queue INFO 83 [602] -2015-03-11 18:18:36 queue INFO >83 [603] -2015-03-11 18:18:36 sendUrl INFO 83 [602] R:OK -2015-03-11 18:18:37 sendUrl INFO 83 [603] R:OK -2015-03-11 18:19:26 queue INFO >>83 [604] -2015-03-11 18:19:26 sendUrl INFO 83 [604] R:OK -2015-03-11 18:20:16 queue INFO >>83 [605] -2015-03-11 18:20:16 sendUrl INFO 83 [605] R:OK -2015-03-11 18:21:06 queue INFO >>83 [606] -2015-03-11 18:21:07 sendUrl INFO 83 [606] R:OK -2015-03-11 18:21:56 queue INFO >>83 [607] -2015-03-11 18:21:58 sendUrl INFO 83 [607] R:OK -2015-03-11 18:22:46 queue INFO >>83 [608] -2015-03-11 18:22:48 sendUrl INFO 83 [608] R:OK -2015-03-11 18:23:37 queue INFO >>83 [609] -2015-03-11 18:23:37 sendUrl INFO 83 [609] R:OK -2015-03-11 18:24:27 queue INFO >>83 [610] -2015-03-11 18:24:28 sendUrl INFO 83 [610] R:OK -2015-03-11 18:25:17 queue INFO >>83 [611] -2015-03-11 18:25:18 sendUrl INFO 83 [611] R:OK -2015-03-11 18:26:07 queue INFO >>83 [612] -2015-03-11 18:26:07 sendUrl INFO 83 [612] R:OK -2015-03-11 18:26:40 queue INFO 87 [613] -2015-03-11 18:26:41 queue INFO >87 [614] -2015-03-11 18:26:41 program INFO WAIT active send to complete -2015-03-11 18:26:42 program INFO WAIT active send to complete -2015-03-11 18:26:42 queue INFO 83 [615] -2015-03-11 18:26:42 queue INFO >83 [616] -2015-03-11 18:26:42 program INFO WAIT active send to complete -2015-03-11 18:26:43 program INFO WAIT active send to complete -2015-03-11 18:26:43 program INFO WAIT active send to complete -2015-03-11 18:26:44 program INFO WAIT active send to complete -2015-03-11 18:26:44 program INFO WAIT active send to complete -2015-03-11 18:26:45 program INFO WAIT active send to complete -2015-03-11 18:26:45 sendUrl INFO 87 [613] R:OK -2015-03-11 18:26:46 program INFO WAIT active send to complete -2015-03-11 18:26:46 program INFO WAIT active send to complete -2015-03-11 18:26:47 program INFO WAIT active send to complete -2015-03-11 18:26:47 program INFO WAIT active send to complete -2015-03-11 18:26:48 program INFO WAIT active send to complete -2015-03-11 18:26:48 program INFO WAIT active send to complete -2015-03-11 18:26:49 program INFO WAIT active send to complete -2015-03-11 18:26:49 program INFO WAIT active send to complete -2015-03-11 18:26:50 program INFO WAIT active send to complete -2015-03-11 18:26:50 program INFO WAIT active send to complete -2015-03-11 18:26:51 sendUrl INFO 87 [614] R:OK -2015-03-11 18:26:51 sendUrl INFO 83 [615] R:OK -2015-03-11 18:26:52 sendUrl INFO 83 [616] R:OK -2015-03-11 18:27:32 queue INFO >>83 [617] -2015-03-11 18:27:33 sendUrl INFO 83 [617] R:OK -2015-03-11 18:28:22 queue INFO >>83 [618] -2015-03-11 18:28:26 sendUrl INFO 83 [618] R:OK -2015-03-11 18:29:13 queue INFO >>83 [619] -2015-03-11 18:29:13 sendUrl INFO 83 [619] R:OK -2015-03-11 18:30:03 queue INFO >>83 [620] -2015-03-11 18:30:03 sendUrl INFO 83 [620] R:OK -2015-03-11 18:30:53 queue INFO >>83 [621] -2015-03-11 18:30:56 sendUrl INFO 83 [621] R:OK -2015-03-11 18:31:43 queue INFO >>83 [622] -2015-03-11 18:31:44 sendUrl INFO 83 [622] R:OK -2015-03-11 18:32:33 queue INFO >>83 [623] -2015-03-11 18:32:37 sendUrl INFO 83 [623] R:OK -2015-03-11 18:33:23 queue INFO >>83 [624] -2015-03-11 18:33:24 sendUrl INFO 83 [624] R:OK -2015-03-11 18:34:13 queue INFO >>83 [625] -2015-03-11 18:34:14 sendUrl INFO 83 [625] R:OK -2015-03-11 18:34:47 queue INFO 87 [626] -2015-03-11 18:34:47 queue INFO >87 [627] -2015-03-11 18:34:47 sendUrl INFO 87 [626] R:OK -2015-03-11 18:34:49 queue INFO 83 [628] -2015-03-11 18:34:49 program INFO WAIT active send to complete -2015-03-11 18:34:49 queue INFO >83 [629] -2015-03-11 18:34:49 program INFO WAIT active send to complete -2015-03-11 18:34:50 program INFO WAIT active send to complete -2015-03-11 18:34:50 program INFO WAIT active send to complete -2015-03-11 18:34:51 program INFO WAIT active send to complete -2015-03-11 18:34:51 program INFO WAIT active send to complete -2015-03-11 18:34:52 program INFO WAIT active send to complete -2015-03-11 18:34:52 program INFO WAIT active send to complete -2015-03-11 18:34:53 program INFO WAIT active send to complete -2015-03-11 18:34:53 program INFO WAIT active send to complete -2015-03-11 18:34:54 program INFO WAIT active send to complete -2015-03-11 18:34:54 sendUrl INFO 87 [627] R:OK -2015-03-11 18:34:55 program INFO WAIT active send to complete -2015-03-11 18:34:55 program INFO WAIT active send to complete -2015-03-11 18:34:56 program INFO WAIT active send to complete -2015-03-11 18:34:56 program INFO WAIT active send to complete -2015-03-11 18:34:57 program INFO WAIT active send to complete -2015-03-11 18:34:57 program INFO WAIT active send to complete -2015-03-11 18:34:58 program INFO WAIT active send to complete -2015-03-11 18:34:58 program INFO WAIT active send to complete -2015-03-11 18:34:59 program INFO WAIT active send to complete -2015-03-11 18:34:59 program INFO WAIT active send to complete -2015-03-11 18:35:00 program INFO WAIT active send to complete -2015-03-11 18:35:00 sendUrl INFO 83 [628] R:OK -2015-03-11 18:35:15 sendUrl INFO 83 [629] R:OK -2015-03-11 18:35:39 queue INFO >>83 [630] -2015-03-11 18:35:44 sendUrl INFO 83 [630] R:OK -2015-03-11 18:36:29 queue INFO >>83 [631] -2015-03-11 18:36:31 sendUrl INFO 83 [631] R:OK -2015-03-11 18:37:19 queue INFO >>83 [632] -2015-03-11 18:37:22 sendUrl INFO 83 [632] R:OK -2015-03-11 18:38:09 queue INFO >>83 [633] -2015-03-11 18:38:10 sendUrl INFO 83 [633] R:OK -2015-03-11 18:38:59 queue INFO >>83 [634] -2015-03-11 18:39:00 sendUrl INFO 83 [634] R:OK -2015-03-11 18:39:49 queue INFO >>83 [635] -2015-03-11 18:39:55 sendUrl INFO 83 [635] R:OK -2015-03-11 18:40:39 queue INFO >>83 [636] -2015-03-11 18:40:45 sendUrl INFO 83 [636] R:OK -2015-03-11 18:41:30 queue INFO >>83 [637] -2015-03-11 18:41:30 sendUrl INFO 83 [637] R:OK -2015-03-11 18:42:20 queue INFO >>83 [638] -2015-03-11 18:42:20 sendUrl INFO 83 [638] R:OK -2015-03-11 18:42:53 queue INFO 87 [639] -2015-03-11 18:42:54 queue INFO >87 [640] -2015-03-11 18:42:54 sendUrl INFO 87 [639] R:OK -2015-03-11 18:42:55 sendUrl INFO 87 [640] R:OK -2015-03-11 18:42:55 queue INFO 83 [641] -2015-03-11 18:42:55 queue INFO >83 [642] -2015-03-11 18:42:55 program INFO WAIT active send to complete -2015-03-11 18:42:56 program INFO WAIT active send to complete -2015-03-11 18:42:56 program INFO WAIT active send to complete -2015-03-11 18:42:57 program INFO WAIT active send to complete -2015-03-11 18:42:57 program INFO WAIT active send to complete -2015-03-11 18:42:58 program INFO WAIT active send to complete -2015-03-11 18:42:58 program INFO WAIT active send to complete -2015-03-11 18:42:59 program INFO WAIT active send to complete -2015-03-11 18:42:59 program INFO WAIT active send to complete -2015-03-11 18:43:00 program INFO WAIT active send to complete -2015-03-11 18:43:00 program INFO WAIT active send to complete -2015-03-11 18:43:01 program INFO WAIT active send to complete -2015-03-11 18:43:01 program INFO WAIT active send to complete -2015-03-11 18:43:02 program INFO WAIT active send to complete -2015-03-11 18:43:02 program INFO WAIT active send to complete -2015-03-11 18:43:03 sendUrl INFO 83 [641] R:OK -2015-03-11 18:43:18 sendUrl INFO 83 [642] R:OK -2015-03-11 18:43:45 queue INFO >>83 [643] -2015-03-11 18:43:53 sendUrl INFO 83 [643] R:OK -2015-03-11 18:44:35 queue INFO >>83 [644] -2015-03-11 18:44:36 sendUrl INFO 83 [644] R:OK -2015-03-11 18:45:25 queue INFO >>83 [645] -2015-03-11 18:45:33 sendUrl INFO 83 [645] R:OK -2015-03-11 18:46:15 queue INFO >>83 [646] -2015-03-11 18:46:21 sendUrl INFO 83 [646] R:OK -2015-03-11 18:47:06 queue INFO >>83 [647] -2015-03-11 18:47:06 sendUrl INFO 83 [647] R:OK -2015-03-11 18:47:56 queue INFO >>83 [648] -2015-03-11 18:47:56 sendUrl INFO 83 [648] R:OK -2015-03-11 18:48:46 queue INFO >>83 [649] -2015-03-11 18:48:46 sendUrl INFO 83 [649] R:OK -2015-03-11 18:49:36 queue INFO >>83 [650] -2015-03-11 18:49:37 sendUrl INFO 83 [650] R:OK -2015-03-11 18:50:26 queue INFO >>83 [651] -2015-03-11 18:50:26 sendUrl INFO 83 [651] R:OK -2015-03-11 18:51:00 queue INFO C7 [652] -2015-03-11 18:51:00 queue INFO >C7 [653] -2015-03-11 18:51:00 sendUrl INFO C7 [652] R:OK -2015-03-11 18:51:01 sendUrl INFO C7 [653] R:OK -2015-03-11 18:51:01 queue INFO C3 [654] -2015-03-11 18:51:02 queue INFO >C3 [655] -2015-03-11 18:51:02 sendUrl INFO C3 [654] R:OK -2015-03-11 18:51:02 sendUrl INFO C3 [655] R:OK -2015-03-11 18:51:52 queue INFO >>C3 [656] -2015-03-11 18:51:52 sendUrl INFO C3 [656] R:OK -2015-03-11 18:52:42 queue INFO >>C3 [657] -2015-03-11 18:52:42 sendUrl INFO C3 [657] R:OK -2015-03-11 18:53:32 queue INFO >>C3 [658] -2015-03-11 18:53:32 sendUrl INFO C3 [658] R:OK -2015-03-11 18:54:22 queue INFO >>C3 [659] -2015-03-11 18:54:22 sendUrl INFO C3 [659] R:OK -2015-03-11 18:54:57 queue INFO C1 [660] -2015-03-11 18:54:57 queue INFO >C1 [661] -2015-03-11 18:54:58 sendUrl INFO C1 [660] R:OK -2015-03-11 18:54:58 sendUrl INFO C1 [661] R:OK -2015-03-11 18:55:47 queue INFO >>C1 [662] -2015-03-11 18:55:48 sendUrl INFO C1 [662] R:OK -2015-03-11 18:56:38 queue INFO >>C1 [663] -2015-03-11 18:56:38 sendUrl INFO C1 [663] R:OK -2015-03-11 18:57:28 queue INFO >>C1 [664] -2015-03-11 18:57:28 sendUrl INFO C1 [664] R:OK -2015-03-11 18:58:18 queue INFO >>C1 [665] -2015-03-11 18:58:18 sendUrl INFO C1 [665] R:OK -2015-03-11 18:58:59 queue INFO D9 [666] -2015-03-11 18:59:00 queue INFO >D9 [667] -2015-03-11 18:59:00 sendUrl INFO D9 [666] R:OK -2015-03-11 18:59:00 sendUrl INFO D9 [667] R:OK -2015-03-11 18:59:50 queue INFO >>D9 [668] -2015-03-11 18:59:50 sendUrl INFO D9 [668] R:OK -2015-03-11 19:00:40 queue INFO >>D9 [669] -2015-03-11 19:00:40 sendUrl INFO D9 [669] R:OK -2015-03-11 19:01:30 queue INFO >>D9 [670] -2015-03-11 19:01:30 sendUrl INFO D9 [670] R:OK -2015-03-11 19:02:20 queue INFO >>D9 [671] -2015-03-11 19:02:20 sendUrl INFO D9 [671] R:OK -2015-03-11 19:02:58 queue INFO C9 [672] -2015-03-11 19:02:58 queue INFO >C9 [673] -2015-03-11 19:02:59 sendUrl INFO C9 [672] R:OK -2015-03-11 19:02:59 sendUrl INFO C9 [673] R:OK -2015-03-11 19:03:01 queue INFO C1 [674] -2015-03-11 19:03:01 queue INFO >C1 [675] -2015-03-11 19:03:02 sendUrl INFO C1 [674] R:OK -2015-03-11 19:03:02 sendUrl INFO C1 [675] R:OK -2015-03-11 19:03:03 queue INFO C3 [676] -2015-03-11 19:03:03 queue INFO >C3 [677] -2015-03-11 19:03:03 sendUrl INFO C3 [676] R:OK -2015-03-11 19:03:04 sendUrl INFO C3 [677] R:OK -2015-03-11 19:03:23 queue INFO 83 [678] -2015-03-11 19:03:23 queue INFO 87 [679] -2015-03-11 19:03:24 queue INFO >87 [680] -2015-03-11 19:03:24 sendUrl INFO 83 [678] R:OK -2015-03-11 19:03:24 sendUrl INFO 87 [679] R:OK -2015-03-11 19:03:25 sendUrl INFO 87 [680] R:OK -2015-03-11 19:03:25 queue INFO 83 [681] -2015-03-11 19:03:25 sendUrl INFO 83 [681] R:OK -2015-03-11 19:03:25 queue INFO >83 [682] -2015-03-11 19:03:26 sendUrl INFO 83 [682] R:OK -2015-03-11 19:04:15 queue INFO >>83 [683] -2015-03-11 19:04:16 sendUrl INFO 83 [683] R:OK -2015-03-11 19:05:05 queue INFO >>83 [684] -2015-03-11 19:05:06 sendUrl INFO 83 [684] R:OK -2015-03-11 19:05:55 queue INFO >>83 [685] -2015-03-11 19:05:56 sendUrl INFO 83 [685] R:OK -2015-03-11 19:06:46 queue INFO >>83 [686] -2015-03-11 19:06:46 sendUrl INFO 83 [686] R:OK -2015-03-11 19:07:36 queue INFO >>83 [687] -2015-03-11 19:07:36 sendUrl INFO 83 [687] R:OK -2015-03-11 19:08:26 queue INFO >>83 [688] -2015-03-11 19:08:26 sendUrl INFO 83 [688] R:OK -2015-03-11 19:09:16 queue INFO >>83 [689] -2015-03-11 19:09:16 sendUrl INFO 83 [689] R:OK -2015-03-11 19:10:06 queue INFO >>83 [690] -2015-03-11 19:10:07 sendUrl INFO 83 [690] R:OK -2015-03-11 19:10:56 queue INFO >>83 [691] -2015-03-11 19:10:57 sendUrl INFO 83 [691] R:OK -2015-03-11 19:11:30 queue INFO 87 [692] -2015-03-11 19:11:30 queue INFO >87 [693] -2015-03-11 19:11:30 sendUrl INFO 87 [692] R:OK -2015-03-11 19:11:31 sendUrl INFO 87 [693] R:OK -2015-03-11 19:11:32 queue INFO 83 [694] -2015-03-11 19:11:32 queue INFO >83 [695] -2015-03-11 19:11:32 sendUrl INFO 83 [694] R:OK -2015-03-11 19:11:32 sendUrl INFO 83 [695] R:OK -2015-03-11 19:12:22 queue INFO >>83 [696] -2015-03-11 19:12:22 sendUrl INFO 83 [696] R:OK -2015-03-11 19:13:12 queue INFO >>83 [697] -2015-03-11 19:13:13 sendUrl INFO 83 [697] R:OK -2015-03-11 19:14:02 queue INFO >>83 [698] -2015-03-11 19:14:02 sendUrl INFO 83 [698] R:OK -2015-03-11 19:14:52 queue INFO >>83 [699] -2015-03-11 19:14:53 sendUrl INFO 83 [699] R:OK -2015-03-11 19:15:42 queue INFO >>83 [700] -2015-03-11 19:15:43 sendUrl INFO 83 [700] R:OK -2015-03-11 19:16:33 queue INFO >>83 [701] -2015-03-11 19:16:33 sendUrl INFO 83 [701] R:OK -2015-03-11 19:17:23 queue INFO >>83 [702] -2015-03-11 19:17:23 sendUrl INFO 83 [702] R:OK -2015-03-11 19:18:13 queue INFO >>83 [703] -2015-03-11 19:18:13 sendUrl INFO 83 [703] R:OK -2015-03-11 19:19:03 queue INFO >>83 [704] -2015-03-11 19:19:03 sendUrl INFO 83 [704] R:OK -2015-03-11 19:19:36 queue INFO 87 [705] -2015-03-11 19:19:37 queue INFO >87 [706] -2015-03-11 19:19:37 sendUrl INFO 87 [705] R:OK -2015-03-11 19:19:37 sendUrl INFO 87 [706] R:OK -2015-03-11 19:19:38 queue INFO 83 [707] -2015-03-11 19:19:38 sendUrl INFO 83 [707] R:OK -2015-03-11 19:19:38 queue INFO >83 [708] -2015-03-11 19:19:39 sendUrl INFO 83 [708] R:OK -2015-03-11 19:20:28 queue INFO >>83 [709] -2015-03-11 19:20:28 sendUrl INFO 83 [709] R:OK -2015-03-11 19:21:18 queue INFO >>83 [710] -2015-03-11 19:21:19 sendUrl INFO 83 [710] R:OK -2015-03-11 19:22:08 queue INFO >>83 [711] -2015-03-11 19:22:09 sendUrl INFO 83 [711] R:OK -2015-03-11 19:22:59 queue INFO >>83 [712] -2015-03-11 19:22:59 sendUrl INFO 83 [712] R:OK -2015-03-11 19:23:49 queue INFO >>83 [713] -2015-03-11 19:23:49 sendUrl INFO 83 [713] R:OK -2015-03-11 19:24:39 queue INFO >>83 [714] -2015-03-11 19:24:39 sendUrl INFO 83 [714] R:OK -2015-03-11 19:25:29 queue INFO >>83 [715] -2015-03-11 19:25:29 sendUrl INFO 83 [715] R:OK -2015-03-11 19:26:19 queue INFO >>83 [716] -2015-03-11 19:26:19 sendUrl INFO 83 [716] R:OK -2015-03-11 19:27:09 queue INFO >>83 [717] -2015-03-11 19:27:10 sendUrl INFO 83 [717] R:OK -2015-03-11 19:27:43 queue INFO 87 [718] -2015-03-11 19:27:43 queue INFO >87 [719] -2015-03-11 19:27:43 sendUrl INFO 87 [718] R:OK -2015-03-11 19:27:44 sendUrl INFO 87 [719] R:OK -2015-03-11 19:27:45 queue INFO 83 [720] -2015-03-11 19:27:45 queue INFO >83 [721] -2015-03-11 19:27:45 sendUrl INFO 83 [720] R:OK -2015-03-11 19:27:45 sendUrl INFO 83 [721] R:OK -2015-03-11 19:28:35 queue INFO >>83 [722] -2015-03-11 19:28:35 sendUrl INFO 83 [722] R:OK -2015-03-11 19:29:25 queue INFO >>83 [723] -2015-03-11 19:29:25 sendUrl INFO 83 [723] R:OK -2015-03-11 19:30:15 queue INFO >>83 [724] -2015-03-11 19:30:15 sendUrl INFO 83 [724] R:OK -2015-03-11 19:31:05 queue INFO >>83 [725] -2015-03-11 19:31:06 sendUrl INFO 83 [725] R:OK -2015-03-11 19:31:55 queue INFO >>83 [726] -2015-03-11 19:31:56 sendUrl INFO 83 [726] R:OK -2015-03-11 19:32:45 queue INFO >>83 [727] -2015-03-11 19:32:46 sendUrl INFO 83 [727] R:OK -2015-03-11 19:33:36 queue INFO >>83 [728] -2015-03-11 19:33:36 sendUrl INFO 83 [728] R:OK -2015-03-11 19:34:26 queue INFO >>83 [729] -2015-03-11 19:34:26 sendUrl INFO 83 [729] R:OK -2015-03-11 19:35:16 queue INFO >>83 [730] -2015-03-11 19:35:16 sendUrl INFO 83 [730] R:OK -2015-03-11 19:35:49 queue INFO C7 [731] -2015-03-11 19:35:50 queue INFO >C7 [732] -2015-03-11 19:35:50 sendUrl INFO C7 [731] R:OK -2015-03-11 19:35:50 sendUrl INFO C7 [732] R:OK -2015-03-11 19:35:51 queue INFO C3 [733] -2015-03-11 19:35:51 sendUrl INFO C3 [733] R:OK -2015-03-11 19:35:51 queue INFO >C3 [734] -2015-03-11 19:35:52 sendUrl INFO C3 [734] R:OK -2015-03-11 19:36:41 queue INFO >>C3 [735] -2015-03-11 19:36:41 sendUrl INFO C3 [735] R:OK -2015-03-11 19:37:31 queue INFO >>C3 [736] -2015-03-11 19:37:32 sendUrl INFO C3 [736] R:OK -2015-03-11 19:38:21 queue INFO >>C3 [737] -2015-03-11 19:38:22 sendUrl INFO C3 [737] R:OK -2015-03-11 19:39:12 queue INFO >>C3 [738] -2015-03-11 19:39:12 sendUrl INFO C3 [738] R:OK -2015-03-11 19:40:02 queue INFO >>C3 [739] -2015-03-11 19:40:02 sendUrl INFO C3 [739] R:OK -2015-03-11 19:40:52 queue INFO >>C3 [740] -2015-03-11 19:40:52 sendUrl INFO C3 [740] R:OK -2015-03-11 19:41:42 queue INFO >>C3 [741] -2015-03-11 19:41:42 sendUrl INFO C3 [741] R:OK -2015-03-11 19:42:32 queue INFO >>C3 [742] -2015-03-11 19:42:33 sendUrl INFO C3 [742] R:OK -2015-03-11 19:43:22 queue INFO >>C3 [743] -2015-03-11 19:43:23 sendUrl INFO C3 [743] R:OK -2015-03-11 19:43:56 queue INFO 83 [744] -2015-03-11 19:43:56 sendUrl INFO 83 [744] R:OK -2015-03-11 19:43:56 queue INFO 87 [745] -2015-03-11 19:43:56 queue INFO >87 [746] -2015-03-11 19:43:56 sendUrl INFO 87 [745] R:OK -2015-03-11 19:43:57 sendUrl INFO 87 [746] R:OK -2015-03-11 19:43:57 queue INFO 83 [747] -2015-03-11 19:43:58 queue INFO >83 [748] -2015-03-11 19:43:58 sendUrl INFO 83 [747] R:OK -2015-03-11 19:43:58 sendUrl INFO 83 [748] R:OK -2015-03-11 19:44:48 queue INFO >>83 [749] -2015-03-11 19:44:48 sendUrl INFO 83 [749] R:OK -2015-03-11 19:45:38 queue INFO >>83 [750] -2015-03-11 19:45:38 sendUrl INFO 83 [750] R:OK -2015-03-11 19:46:28 queue INFO >>83 [751] -2015-03-11 19:46:28 sendUrl INFO 83 [751] R:OK -2015-03-11 19:47:18 queue INFO >>83 [752] -2015-03-11 19:47:19 sendUrl INFO 83 [752] R:OK -2015-03-11 19:48:08 queue INFO >>83 [753] -2015-03-11 19:48:09 sendUrl INFO 83 [753] R:OK -2015-03-11 19:48:58 queue INFO >>83 [754] -2015-03-11 19:48:59 sendUrl INFO 83 [754] R:OK -2015-03-11 19:49:49 queue INFO >>83 [755] -2015-03-11 19:49:49 sendUrl INFO 83 [755] R:OK -2015-03-11 19:50:39 queue INFO >>83 [756] -2015-03-11 19:50:39 sendUrl INFO 83 [756] R:OK -2015-03-11 19:51:29 queue INFO >>83 [757] -2015-03-11 19:51:29 sendUrl INFO 83 [757] R:OK -2015-03-11 19:52:03 queue INFO 87 [758] -2015-03-11 19:52:03 queue INFO >87 [759] -2015-03-11 19:52:03 sendUrl INFO 87 [758] R:OK -2015-03-11 19:52:04 sendUrl INFO 87 [759] R:OK -2015-03-11 19:52:04 queue INFO 83 [760] -2015-03-11 19:52:05 queue INFO >83 [761] -2015-03-11 19:52:05 sendUrl INFO 83 [760] R:OK -2015-03-11 19:52:05 sendUrl INFO 83 [761] R:OK -2015-03-11 19:52:55 queue INFO >>83 [762] -2015-03-11 19:52:55 sendUrl INFO 83 [762] R:OK -2015-03-11 19:53:45 queue INFO >>83 [763] -2015-03-11 19:53:45 sendUrl INFO 83 [763] R:OK -2015-03-11 19:54:35 queue INFO >>83 [764] -2015-03-11 19:54:35 sendUrl INFO 83 [764] R:OK -2015-03-11 19:55:25 queue INFO >>83 [765] -2015-03-11 19:55:25 sendUrl INFO 83 [765] R:OK -2015-03-11 19:56:15 queue INFO >>83 [766] -2015-03-11 19:56:15 sendUrl INFO 83 [766] R:OK -2015-03-11 19:57:05 queue INFO >>83 [767] -2015-03-11 19:57:06 sendUrl INFO 83 [767] R:OK -2015-03-11 19:57:55 queue INFO >>83 [768] -2015-03-11 19:57:56 sendUrl INFO 83 [768] R:OK -2015-03-11 19:58:46 queue INFO >>83 [769] -2015-03-11 19:58:46 sendUrl INFO 83 [769] R:OK -2015-03-11 19:59:36 queue INFO >>83 [770] -2015-03-11 19:59:36 sendUrl INFO 83 [770] R:OK -2015-03-11 20:00:09 queue INFO 87 [771] -2015-03-11 20:00:09 queue INFO >87 [772] -2015-03-11 20:00:10 sendUrl INFO 87 [771] R:OK -2015-03-11 20:00:10 sendUrl INFO 87 [772] R:OK -2015-03-11 20:00:11 queue INFO 83 [773] -2015-03-11 20:00:11 queue INFO >83 [774] -2015-03-11 20:00:11 sendUrl INFO 83 [773] R:OK -2015-03-11 20:00:12 sendUrl INFO 83 [774] R:OK -2015-03-11 20:01:01 queue INFO >>83 [775] -2015-03-11 20:01:01 sendUrl INFO 83 [775] R:OK -2015-03-11 20:01:51 queue INFO >>83 [776] -2015-03-11 20:01:51 sendUrl INFO 83 [776] R:OK -2015-03-11 20:02:41 queue INFO >>83 [777] -2015-03-11 20:02:42 sendUrl INFO 83 [777] R:OK -2015-03-11 20:03:31 queue INFO >>83 [778] -2015-03-11 20:03:35 sendUrl INFO 83 [778] R:OK -2015-03-11 20:04:22 queue INFO >>83 [779] -2015-03-11 20:04:25 sendUrl INFO 83 [779] R:OK -2015-03-11 20:05:12 queue INFO >>83 [780] -2015-03-11 20:05:12 sendUrl INFO 83 [780] R:OK -2015-03-11 20:06:02 queue INFO >>83 [781] -2015-03-11 20:06:06 sendUrl INFO 83 [781] R:OK -2015-03-11 20:06:52 queue INFO >>83 [782] -2015-03-11 20:06:56 sendUrl INFO 83 [782] R:OK -2015-03-11 20:07:42 queue INFO >>83 [783] -2015-03-11 20:07:46 sendUrl INFO 83 [783] R:OK -2015-03-11 20:08:16 queue INFO 87 [784] -2015-03-11 20:08:16 queue INFO >87 [785] -2015-03-11 20:08:16 program INFO WAIT active send to complete -2015-03-11 20:08:17 program INFO WAIT active send to complete -2015-03-11 20:08:17 queue INFO 83 [786] -2015-03-11 20:08:17 program INFO WAIT active send to complete -2015-03-11 20:08:18 queue INFO >83 [787] -2015-03-11 20:08:18 sendUrl INFO 87 [784] R:OK -2015-03-11 20:08:19 program INFO WAIT active send to complete -2015-03-11 20:08:19 sendUrl INFO 87 [785] R:OK -2015-03-11 20:08:20 program INFO WAIT active send to complete -2015-03-11 20:08:20 sendUrl INFO 83 [786] R:OK -2015-03-11 20:08:21 sendUrl INFO 83 [787] R:OK -2015-03-11 20:09:08 queue INFO >>83 [788] -2015-03-11 20:09:26 sendUrl INFO 83 [788] R:OK -2015-03-11 20:09:58 queue INFO >>83 [789] -2015-03-11 20:10:17 sendUrl INFO 83 [789] R:OK -2015-03-11 20:10:48 queue INFO >>83 [790] -2015-03-11 20:10:48 sendUrl INFO 83 [790] R:OK -2015-03-11 20:11:38 queue INFO >>83 [791] -2015-03-11 20:11:57 sendUrl INFO 83 [791] R:OK -2015-03-11 20:12:28 queue INFO >>83 [792] -2015-03-11 20:12:29 sendUrl INFO 83 [792] R:OK -2015-03-11 20:13:18 queue INFO >>83 [793] -2015-03-11 20:13:19 sendUrl INFO 83 [793] R:OK -2015-03-11 20:14:08 queue INFO >>83 [794] -2015-03-11 20:14:25 sendUrl INFO 83 [794] R:OK -2015-03-11 20:14:59 queue INFO >>83 [795] -2015-03-11 20:15:17 sendUrl INFO 83 [795] R:OK -2015-03-11 20:15:49 queue INFO >>83 [796] -2015-03-11 20:15:49 sendUrl INFO 83 [796] R:OK -2015-03-11 20:16:22 queue INFO 87 [797] -2015-03-11 20:16:22 queue INFO >87 [798] -2015-03-11 20:16:23 program INFO WAIT active send to complete -2015-03-11 20:16:24 program INFO WAIT active send to complete -2015-03-11 20:16:24 queue INFO 83 [799] -2015-03-11 20:16:24 queue INFO >83 [800] -2015-03-11 20:16:24 program INFO WAIT active send to complete -2015-03-11 20:16:25 program INFO WAIT active send to complete -2015-03-11 20:16:25 program INFO WAIT active send to complete -2015-03-11 20:16:26 program INFO WAIT active send to complete -2015-03-11 20:16:26 program INFO WAIT active send to complete -2015-03-11 20:16:27 program INFO WAIT active send to complete -2015-03-11 20:16:27 program INFO WAIT active send to complete -2015-03-11 20:16:27 sendUrl INFO 87 [797] R:OK -2015-03-11 20:16:28 program INFO WAIT active send to complete -2015-03-11 20:16:29 program INFO WAIT active send to complete -2015-03-11 20:16:29 program INFO WAIT active send to complete -2015-03-11 20:16:30 program INFO WAIT active send to complete -2015-03-11 20:16:30 program INFO WAIT active send to complete -2015-03-11 20:16:31 program INFO WAIT active send to complete -2015-03-11 20:16:31 program INFO WAIT active send to complete -2015-03-11 20:16:32 sendUrl INFO 87 [798] R:OK -2015-03-11 20:16:32 program INFO WAIT active send to complete -2015-03-11 20:16:33 program INFO WAIT active send to complete -2015-03-11 20:16:33 program INFO WAIT active send to complete -2015-03-11 20:16:34 program INFO WAIT active send to complete -2015-03-11 20:16:34 program INFO WAIT active send to complete -2015-03-11 20:16:35 program INFO WAIT active send to complete -2015-03-11 20:16:35 program INFO WAIT active send to complete -2015-03-11 20:16:36 program INFO WAIT active send to complete -2015-03-11 20:16:36 program INFO WAIT active send to complete -2015-03-11 20:16:37 program INFO WAIT active send to complete -2015-03-11 20:16:37 program INFO WAIT active send to complete -2015-03-11 20:16:38 program INFO WAIT active send to complete -2015-03-11 20:16:38 program INFO WAIT active send to complete -2015-03-11 20:16:39 program INFO WAIT active send to complete -2015-03-11 20:16:39 program INFO WAIT active send to complete -2015-03-11 20:16:40 program INFO WAIT active send to complete -2015-03-11 20:16:40 program INFO WAIT active send to complete -2015-03-11 20:16:41 program INFO WAIT active send to complete -2015-03-11 20:16:41 program INFO WAIT active send to complete -2015-03-11 20:16:42 program INFO WAIT active send to complete -2015-03-11 20:16:42 program INFO WAIT active send to complete -2015-03-11 20:16:43 program INFO WAIT active send to complete -2015-03-11 20:16:43 program INFO WAIT active send to complete -2015-03-11 20:16:44 program INFO WAIT active send to complete -2015-03-11 20:16:44 program INFO WAIT active send to complete -2015-03-11 20:16:45 program INFO WAIT active send to complete -2015-03-11 20:16:45 program INFO WAIT active send to complete -2015-03-11 20:16:46 program INFO WAIT active send to complete -2015-03-11 20:16:46 program INFO WAIT active send to complete -2015-03-11 20:16:47 program INFO WAIT active send to complete -2015-03-11 20:16:48 program INFO WAIT active send to complete -2015-03-11 20:16:48 sendUrl INFO 83 [799] R:OK -2015-03-11 20:16:48 sendUrl INFO 83 [800] R:OK -2015-03-11 20:17:14 queue INFO >>83 [801] -2015-03-11 20:17:14 sendUrl INFO 83 [801] R:OK -2015-03-11 20:18:04 queue INFO >>83 [802] -2015-03-11 20:18:05 sendUrl INFO 83 [802] R:OK -2015-03-11 20:18:54 queue INFO >>83 [803] -2015-03-11 20:18:55 sendUrl INFO 83 [803] R:OK -2015-03-11 20:19:44 queue INFO >>83 [804] -2015-03-11 20:19:45 sendUrl INFO 83 [804] R:OK -2015-03-11 20:20:35 queue INFO >>83 [805] -2015-03-11 20:20:35 sendUrl INFO 83 [805] R:OK -2015-03-11 20:21:25 queue INFO >>83 [806] -2015-03-11 20:21:25 sendUrl INFO 83 [806] R:OK -2015-03-11 20:22:15 queue INFO >>83 [807] -2015-03-11 20:22:26 sendUrl INFO 83 [807] R:OK -2015-03-11 20:23:05 queue INFO >>83 [808] -2015-03-11 20:23:16 sendUrl INFO 83 [808] R:OK -2015-03-11 20:23:55 queue INFO >>83 [809] -2015-03-11 20:23:56 sendUrl INFO 83 [809] R:OK -2015-03-11 20:24:29 queue INFO C7 [810] -2015-03-11 20:24:29 queue INFO >C7 [811] -2015-03-11 20:24:29 sendUrl INFO C7 [810] R:OK -2015-03-11 20:24:30 queue INFO C3 [812] -2015-03-11 20:24:30 queue INFO >C3 [813] -2015-03-11 20:24:31 program INFO WAIT active send to complete -2015-03-11 20:24:31 program INFO WAIT active send to complete -2015-03-11 20:24:32 program INFO WAIT active send to complete -2015-03-11 20:24:32 program INFO WAIT active send to complete -2015-03-11 20:24:33 program INFO WAIT active send to complete -2015-03-11 20:24:33 program INFO WAIT active send to complete -2015-03-11 20:24:34 program INFO WAIT active send to complete -2015-03-11 20:24:34 program INFO WAIT active send to complete -2015-03-11 20:24:35 program INFO WAIT active send to complete -2015-03-11 20:24:35 program INFO WAIT active send to complete -2015-03-11 20:24:36 program INFO WAIT active send to complete -2015-03-11 20:24:36 program INFO WAIT active send to complete -2015-03-11 20:24:37 program INFO WAIT active send to complete -2015-03-11 20:24:37 program INFO WAIT active send to complete -2015-03-11 20:24:38 program INFO WAIT active send to complete -2015-03-11 20:24:38 program INFO WAIT active send to complete -2015-03-11 20:24:39 program INFO WAIT active send to complete -2015-03-11 20:24:39 program INFO WAIT active send to complete -2015-03-11 20:24:40 program INFO WAIT active send to complete -2015-03-11 20:24:40 program INFO WAIT active send to complete -2015-03-11 20:24:41 program INFO WAIT active send to complete -2015-03-11 20:24:41 program INFO WAIT active send to complete -2015-03-11 20:24:42 program INFO WAIT active send to complete -2015-03-11 20:24:42 program INFO WAIT active send to complete -2015-03-11 20:24:43 program INFO WAIT active send to complete -2015-03-11 20:24:43 program INFO WAIT active send to complete -2015-03-11 20:24:44 program INFO WAIT active send to complete -2015-03-11 20:24:44 program INFO WAIT active send to complete -2015-03-11 20:24:45 program INFO WAIT active send to complete -2015-03-11 20:24:45 program INFO WAIT active send to complete -2015-03-11 20:24:46 program INFO WAIT active send to complete -2015-03-11 20:24:46 program INFO WAIT active send to complete -2015-03-11 20:24:47 program INFO WAIT active send to complete -2015-03-11 20:24:47 program INFO WAIT active send to complete -2015-03-11 20:24:48 program INFO WAIT active send to complete -2015-03-11 20:24:48 program INFO WAIT active send to complete -2015-03-11 20:24:48 sendUrl INFO C7 [811] R:OK -2015-03-11 20:24:49 program INFO WAIT active send to complete -2015-03-11 20:24:50 program INFO WAIT active send to complete -2015-03-11 20:24:50 program INFO WAIT active send to complete -2015-03-11 20:24:51 program INFO WAIT active send to complete -2015-03-11 20:24:51 program INFO WAIT active send to complete -2015-03-11 20:24:52 program INFO WAIT active send to complete -2015-03-11 20:24:52 program INFO WAIT active send to complete -2015-03-11 20:24:53 program INFO WAIT active send to complete -2015-03-11 20:24:53 program INFO WAIT active send to complete -2015-03-11 20:24:54 program INFO WAIT active send to complete -2015-03-11 20:24:54 program INFO WAIT active send to complete -2015-03-11 20:24:55 program INFO WAIT active send to complete -2015-03-11 20:24:55 program INFO WAIT active send to complete -2015-03-11 20:24:56 program INFO WAIT active send to complete -2015-03-11 20:24:56 program INFO WAIT active send to complete -2015-03-11 20:24:57 program INFO WAIT active send to complete -2015-03-11 20:24:57 program INFO WAIT active send to complete -2015-03-11 20:24:58 program INFO WAIT active send to complete -2015-03-11 20:24:58 sendUrl INFO C3 [812] R:OK -2015-03-11 20:25:03 sendUrl INFO C3 [813] R:OK -2015-03-11 20:25:20 queue INFO >>C3 [814] -2015-03-11 20:25:39 sendUrl INFO C3 [814] R:OK -2015-03-11 20:26:10 queue INFO >>C3 [815] -2015-03-11 20:26:11 sendUrl INFO C3 [815] R:OK -2015-03-11 20:27:01 queue INFO >>C3 [816] -2015-03-11 20:27:11 sendUrl INFO C3 [816] R:OK -2015-03-11 20:27:51 queue INFO >>C3 [817] -2015-03-11 20:28:02 sendUrl INFO C3 [817] R:OK -2015-03-11 20:28:41 queue INFO >>C3 [818] -2015-03-11 20:28:42 sendUrl INFO C3 [818] R:OK -2015-03-11 20:29:31 queue INFO >>C3 [819] -2015-03-11 20:29:34 sendUrl INFO C3 [819] R:OK -2015-03-11 20:30:13 queue INFO C1 [820] -2015-03-11 20:30:13 queue INFO >C1 [821] -2015-03-11 20:30:14 program INFO WAIT active send to complete -2015-03-11 20:30:14 program INFO WAIT active send to complete -2015-03-11 20:30:15 program INFO WAIT active send to complete -2015-03-11 20:30:15 sendUrl INFO C1 [820] R:OK -2015-03-11 20:30:20 sendUrl INFO C1 [821] R:OK -2015-03-11 20:31:03 queue INFO >>C1 [822] -2015-03-11 20:31:04 sendUrl INFO C1 [822] R:OK -2015-03-11 20:31:54 queue INFO >>C1 [823] -2015-03-11 20:31:57 sendUrl INFO C1 [823] R:OK -2015-03-11 20:32:39 queue INFO C3 [824] -2015-03-11 20:32:39 queue INFO >C3 [825] -2015-03-11 20:32:39 program INFO WAIT active send to complete -2015-03-11 20:32:40 program INFO WAIT active send to complete -2015-03-11 20:32:40 program INFO WAIT active send to complete -2015-03-11 20:32:41 program INFO WAIT active send to complete -2015-03-11 20:32:41 program INFO WAIT active send to complete -2015-03-11 20:32:42 program INFO WAIT active send to complete -2015-03-11 20:32:42 program INFO WAIT active send to complete -2015-03-11 20:32:43 program INFO WAIT active send to complete -2015-03-11 20:32:43 program INFO WAIT active send to complete -2015-03-11 20:32:44 program INFO WAIT active send to complete -2015-03-11 20:32:44 program INFO WAIT active send to complete -2015-03-11 20:32:45 program INFO WAIT active send to complete -2015-03-11 20:32:46 program INFO WAIT active send to complete -2015-03-11 20:32:46 program INFO WAIT active send to complete -2015-03-11 20:32:47 program INFO WAIT active send to complete -2015-03-11 20:32:47 program INFO WAIT active send to complete -2015-03-11 20:32:47 sendUrl INFO C3 [824] R:OK -2015-03-11 20:32:51 sendUrl INFO C3 [825] R:OK -2015-03-11 20:32:59 queue INFO 83 [826] -2015-03-11 20:33:00 queue INFO 87 [827] -2015-03-11 20:33:00 queue INFO >87 [828] -2015-03-11 20:33:00 program INFO WAIT active send to complete -2015-03-11 20:33:01 program INFO WAIT active send to complete -2015-03-11 20:33:01 queue INFO 83 [829] -2015-03-11 20:33:01 program INFO WAIT active send to complete -2015-03-11 20:33:01 queue INFO >83 [830] -2015-03-11 20:33:02 program INFO WAIT active send to complete -2015-03-11 20:33:02 program INFO WAIT active send to complete -2015-03-11 20:33:03 program INFO WAIT active send to complete -2015-03-11 20:33:03 program INFO WAIT active send to complete -2015-03-11 20:33:04 program INFO WAIT active send to complete -2015-03-11 20:33:04 program INFO WAIT active send to complete -2015-03-11 20:33:05 program INFO WAIT active send to complete -2015-03-11 20:33:05 program INFO WAIT active send to complete -2015-03-11 20:33:05 sendUrl INFO 83 [826] R:OK -2015-03-11 20:33:06 program INFO WAIT active send to complete -2015-03-11 20:33:07 program INFO WAIT active send to complete -2015-03-11 20:33:07 program INFO WAIT active send to complete -2015-03-11 20:33:08 program INFO WAIT active send to complete -2015-03-11 20:33:08 program INFO WAIT active send to complete -2015-03-11 20:33:09 program INFO WAIT active send to complete -2015-03-11 20:33:09 program INFO WAIT active send to complete -2015-03-11 20:33:10 program INFO WAIT active send to complete -2015-03-11 20:33:10 program INFO WAIT active send to complete -2015-03-11 20:33:11 program INFO WAIT active send to complete -2015-03-11 20:33:11 program INFO WAIT active send to complete -2015-03-11 20:33:12 program INFO WAIT active send to complete -2015-03-11 20:33:12 program INFO WAIT active send to complete -2015-03-11 20:33:13 program INFO WAIT active send to complete -2015-03-11 20:33:13 program INFO WAIT active send to complete -2015-03-11 20:33:14 program INFO WAIT active send to complete -2015-03-11 20:33:14 program INFO WAIT active send to complete -2015-03-11 20:33:15 program INFO WAIT active send to complete -2015-03-11 20:33:15 program INFO WAIT active send to complete -2015-03-11 20:33:16 program INFO WAIT active send to complete -2015-03-11 20:33:16 program INFO WAIT active send to complete -2015-03-11 20:33:17 program INFO WAIT active send to complete -2015-03-11 20:33:17 program INFO WAIT active send to complete -2015-03-11 20:33:18 program INFO WAIT active send to complete -2015-03-11 20:33:18 program INFO WAIT active send to complete -2015-03-11 20:33:19 program INFO WAIT active send to complete -2015-03-11 20:33:19 program INFO WAIT active send to complete -2015-03-11 20:33:20 program INFO WAIT active send to complete -2015-03-11 20:33:20 program INFO WAIT active send to complete -2015-03-11 20:33:21 program INFO WAIT active send to complete -2015-03-11 20:33:21 program INFO WAIT active send to complete -2015-03-11 20:33:22 program INFO WAIT active send to complete -2015-03-11 20:33:22 program INFO WAIT active send to complete -2015-03-11 20:33:23 program INFO WAIT active send to complete -2015-03-11 20:33:23 sendUrl INFO 87 [827] R:OK -2015-03-11 20:33:24 program INFO WAIT active send to complete -2015-03-11 20:33:24 program INFO WAIT active send to complete -2015-03-11 20:33:25 program INFO WAIT active send to complete -2015-03-11 20:33:25 program INFO WAIT active send to complete -2015-03-11 20:33:26 program INFO WAIT active send to complete -2015-03-11 20:33:26 program INFO WAIT active send to complete -2015-03-11 20:33:27 program INFO WAIT active send to complete -2015-03-11 20:33:27 program INFO WAIT active send to complete -2015-03-11 20:33:28 sendUrl INFO 87 [828] R:OK -2015-03-11 20:33:28 sendUrl INFO 83 [829] R:OK -2015-03-11 20:33:30 sendUrl INFO 83 [830] R:OK -2015-03-11 20:33:51 queue INFO >>83 [831] -2015-03-11 20:33:56 sendUrl INFO 83 [831] R:OK -2015-03-11 20:34:41 queue INFO >>83 [832] -2015-03-11 20:34:53 sendUrl INFO 83 [832] R:OK -2015-03-11 20:35:32 queue INFO >>83 [833] -2015-03-11 20:35:32 sendUrl INFO 83 [833] R:OK -2015-03-11 20:36:22 queue INFO >>83 [834] -2015-03-11 20:36:33 sendUrl INFO 83 [834] R:OK -2015-03-11 20:37:12 queue INFO >>83 [835] -2015-03-11 20:37:30 sendUrl INFO 83 [835] R:OK -2015-03-11 20:38:02 queue INFO >>83 [836] -2015-03-11 20:38:14 sendUrl INFO 83 [836] R:OK -2015-03-11 20:38:52 queue INFO >>83 [837] -2015-03-11 20:39:06 sendUrl INFO 83 [837] R:OK -2015-03-11 20:39:42 queue INFO >>83 [838] -2015-03-11 20:39:50 sendUrl INFO 83 [838] R:OK -2015-03-11 20:40:33 queue INFO >>83 [839] -2015-03-11 20:40:33 sendUrl INFO 83 [839] R:OK -2015-03-11 20:41:06 queue INFO 87 [840] -2015-03-11 20:41:06 queue INFO >87 [841] -2015-03-11 20:41:07 program INFO WAIT active send to complete -2015-03-11 20:41:07 program INFO WAIT active send to complete -2015-03-11 20:41:08 queue INFO 83 [842] -2015-03-11 20:41:08 queue INFO >83 [843] -2015-03-11 20:41:08 program INFO WAIT active send to complete -2015-03-11 20:41:08 program INFO WAIT active send to complete -2015-03-11 20:41:09 program INFO WAIT active send to complete -2015-03-11 20:41:10 program INFO WAIT active send to complete -2015-03-11 20:41:10 sendUrl INFO 87 [840] R:OK -2015-03-11 20:41:11 program INFO WAIT active send to complete -2015-03-11 20:41:11 program INFO WAIT active send to complete -2015-03-11 20:41:12 program INFO WAIT active send to complete -2015-03-11 20:41:12 program INFO WAIT active send to complete -2015-03-11 20:41:12 sendUrl INFO 87 [841] R:OK -2015-03-11 20:41:13 program INFO WAIT active send to complete -2015-03-11 20:41:14 program INFO WAIT active send to complete -2015-03-11 20:41:14 program INFO WAIT active send to complete -2015-03-11 20:41:15 program INFO WAIT active send to complete -2015-03-11 20:41:15 program INFO WAIT active send to complete -2015-03-11 20:41:16 program INFO WAIT active send to complete -2015-03-11 20:41:16 program INFO WAIT active send to complete -2015-03-11 20:41:17 program INFO WAIT active send to complete -2015-03-11 20:41:17 program INFO WAIT active send to complete -2015-03-11 20:41:18 program INFO WAIT active send to complete -2015-03-11 20:41:18 program INFO WAIT active send to complete -2015-03-11 20:41:19 program INFO WAIT active send to complete -2015-03-11 20:41:19 program INFO WAIT active send to complete -2015-03-11 20:41:20 program INFO WAIT active send to complete -2015-03-11 20:41:20 program INFO WAIT active send to complete -2015-03-11 20:41:21 program INFO WAIT active send to complete -2015-03-11 20:41:21 program INFO WAIT active send to complete -2015-03-11 20:41:22 program INFO WAIT active send to complete -2015-03-11 20:41:22 program INFO WAIT active send to complete -2015-03-11 20:41:23 program INFO WAIT active send to complete -2015-03-11 20:41:23 program INFO WAIT active send to complete -2015-03-11 20:41:24 program INFO WAIT active send to complete -2015-03-11 20:41:24 program INFO WAIT active send to complete -2015-03-11 20:41:25 program INFO WAIT active send to complete -2015-03-11 20:41:25 program INFO WAIT active send to complete -2015-03-11 20:41:26 program INFO WAIT active send to complete -2015-03-11 20:41:26 program INFO WAIT active send to complete -2015-03-11 20:41:27 program INFO WAIT active send to complete -2015-03-11 20:41:27 program INFO WAIT active send to complete -2015-03-11 20:41:28 program INFO WAIT active send to complete -2015-03-11 20:41:28 program INFO WAIT active send to complete -2015-03-11 20:41:29 program INFO WAIT active send to complete -2015-03-11 20:41:29 program INFO WAIT active send to complete -2015-03-11 20:41:30 program INFO WAIT active send to complete -2015-03-11 20:41:30 program INFO WAIT active send to complete -2015-03-11 20:41:31 program INFO WAIT active send to complete -2015-03-11 20:41:31 program INFO WAIT active send to complete -2015-03-11 20:41:32 program INFO WAIT active send to complete -2015-03-11 20:41:32 program INFO WAIT active send to complete -2015-03-11 20:41:32 sendUrl INFO 83 [842] R:OK -2015-03-11 20:41:44 sendUrl INFO 83 [843] R:OK -2015-03-11 20:41:58 queue INFO >>83 [844] -2015-03-11 20:42:00 sendUrl INFO 83 [844] R:OK -2015-03-11 20:42:48 queue INFO >>83 [845] -2015-03-11 20:42:49 sendUrl INFO 83 [845] R:OK -2015-03-11 20:43:38 queue INFO >>83 [846] -2015-03-11 20:43:40 sendUrl INFO 83 [846] R:OK -2015-03-11 20:44:28 queue INFO >>83 [847] -2015-03-11 20:44:30 sendUrl INFO 83 [847] R:OK -2015-03-11 20:45:18 queue INFO >>83 [848] -2015-03-11 20:45:21 sendUrl INFO 83 [848] R:OK -2015-03-11 20:46:09 queue INFO >>83 [849] -2015-03-11 20:46:11 sendUrl INFO 83 [849] R:OK -2015-03-11 20:46:59 queue INFO >>83 [850] -2015-03-11 20:47:01 sendUrl INFO 83 [850] R:OK -2015-03-11 20:47:49 queue INFO >>83 [851] -2015-03-11 20:47:51 sendUrl INFO 83 [851] R:OK -2015-03-11 20:48:39 queue INFO >>83 [852] -2015-03-11 20:48:39 sendUrl INFO 83 [852] R:OK -2015-03-11 20:49:12 queue INFO 87 [853] -2015-03-11 20:49:13 queue INFO >87 [854] -2015-03-11 20:49:13 program INFO WAIT active send to complete -2015-03-11 20:49:14 program INFO WAIT active send to complete -2015-03-11 20:49:14 queue INFO 83 [855] -2015-03-11 20:49:14 queue INFO >83 [856] -2015-03-11 20:49:14 program INFO WAIT active send to complete -2015-03-11 20:49:14 sendUrl INFO 87 [853] R:OK -2015-03-11 20:49:15 sendUrl INFO 87 [854] R:OK -2015-03-11 20:49:16 program INFO WAIT active send to complete -2015-03-11 20:49:16 sendUrl INFO 83 [855] R:OK -2015-03-11 20:49:16 sendUrl INFO 83 [856] R:OK -2015-03-11 20:50:04 queue INFO >>83 [857] -2015-03-11 20:50:06 sendUrl INFO 83 [857] R:OK -2015-03-11 20:50:54 queue INFO >>83 [858] -2015-03-11 20:50:55 sendUrl INFO 83 [858] R:OK -2015-03-11 20:51:45 queue INFO >>83 [859] -2015-03-11 20:51:45 sendUrl INFO 83 [859] R:OK -2015-03-11 20:52:35 queue INFO >>83 [860] -2015-03-11 20:52:52 sendUrl INFO 83 [860] R:OK -2015-03-11 20:53:25 queue INFO >>83 [861] -2015-03-11 20:53:25 sendUrl INFO 83 [861] R:OK -2015-03-11 20:54:15 queue INFO >>83 [862] -2015-03-11 20:54:16 sendUrl INFO 83 [862] R:OK -2015-03-11 20:55:05 queue INFO >>83 [863] -2015-03-11 20:55:22 sendUrl INFO 83 [863] R:OK -2015-03-11 20:55:55 queue INFO >>83 [864] -2015-03-11 20:55:56 sendUrl INFO 83 [864] R:OK -2015-03-11 20:56:45 queue INFO >>83 [865] -2015-03-11 20:57:02 sendUrl INFO 83 [865] R:OK -2015-03-11 20:57:19 queue INFO 87 [866] -2015-03-11 20:57:19 queue INFO >87 [867] -2015-03-11 20:57:20 program INFO WAIT active send to complete -2015-03-11 20:57:20 program INFO WAIT active send to complete -2015-03-11 20:57:21 program INFO WAIT active send to complete -2015-03-11 20:57:21 queue INFO 83 [868] -2015-03-11 20:57:21 queue INFO >83 [869] -2015-03-11 20:57:21 program INFO WAIT active send to complete -2015-03-11 20:57:22 program INFO WAIT active send to complete -2015-03-11 20:57:22 program INFO WAIT active send to complete -2015-03-11 20:57:23 program INFO WAIT active send to complete -2015-03-11 20:57:23 program INFO WAIT active send to complete -2015-03-11 20:57:24 program INFO WAIT active send to complete -2015-03-11 20:57:24 program INFO WAIT active send to complete -2015-03-11 20:57:25 program INFO WAIT active send to complete -2015-03-11 20:57:25 program INFO WAIT active send to complete -2015-03-11 20:57:26 program INFO WAIT active send to complete -2015-03-11 20:57:26 program INFO WAIT active send to complete -2015-03-11 20:57:27 program INFO WAIT active send to complete -2015-03-11 20:57:27 program INFO WAIT active send to complete -2015-03-11 20:57:28 program INFO WAIT active send to complete -2015-03-11 20:57:28 program INFO WAIT active send to complete -2015-03-11 20:57:28 sendUrl INFO 87 [866] R:OK -2015-03-11 20:57:29 program INFO WAIT active send to complete -2015-03-11 20:57:30 program INFO WAIT active send to complete -2015-03-11 20:57:30 program INFO WAIT active send to complete -2015-03-11 20:57:31 program INFO WAIT active send to complete -2015-03-11 20:57:31 program INFO WAIT active send to complete -2015-03-11 20:57:32 program INFO WAIT active send to complete -2015-03-11 20:57:32 program INFO WAIT active send to complete -2015-03-11 20:57:33 program INFO WAIT active send to complete -2015-03-11 20:57:33 program INFO WAIT active send to complete -2015-03-11 20:57:34 program INFO WAIT active send to complete -2015-03-11 20:57:34 sendUrl INFO 87 [867] R:OK -2015-03-11 20:57:35 program INFO WAIT active send to complete -2015-03-11 20:57:35 program INFO WAIT active send to complete -2015-03-11 20:57:36 program INFO WAIT active send to complete -2015-03-11 20:57:36 program INFO WAIT active send to complete -2015-03-11 20:57:37 program INFO WAIT active send to complete -2015-03-11 20:57:37 program INFO WAIT active send to complete -2015-03-11 20:57:38 program INFO WAIT active send to complete -2015-03-11 20:57:38 program INFO WAIT active send to complete -2015-03-11 20:57:39 program INFO WAIT active send to complete -2015-03-11 20:57:39 sendUrl INFO 83 [868] R:OK -2015-03-11 20:57:39 sendUrl INFO 83 [869] R:OK -2015-03-11 20:58:11 queue INFO >>83 [870] -2015-03-11 20:58:11 sendUrl INFO 83 [870] R:OK -2015-03-11 20:59:01 queue INFO >>83 [871] -2015-03-11 20:59:02 sendUrl INFO 83 [871] R:OK -2015-03-11 20:59:51 queue INFO >>83 [872] -2015-03-11 20:59:51 sendUrl INFO 83 [872] R:OK -2015-03-11 21:00:41 queue INFO >>83 [873] -2015-03-11 21:00:43 sendUrl INFO 83 [873] R:OK -2015-03-11 21:01:31 queue INFO >>83 [874] -2015-03-11 21:01:33 sendUrl INFO 83 [874] R:OK -2015-03-11 21:02:22 queue INFO >>83 [875] -2015-03-11 21:02:23 sendUrl INFO 83 [875] R:OK -2015-03-11 21:03:12 queue INFO >>83 [876] -2015-03-11 21:03:13 sendUrl INFO 83 [876] R:OK -2015-03-11 21:04:02 queue INFO >>83 [877] -2015-03-11 21:04:03 sendUrl INFO 83 [877] R:OK -2015-03-11 21:04:52 queue INFO >>83 [878] -2015-03-11 21:04:54 sendUrl INFO 83 [878] R:OK -2015-03-11 21:05:25 queue INFO C7 [879] -2015-03-11 21:05:26 queue INFO >C7 [880] -2015-03-11 21:05:26 program INFO WAIT active send to complete -2015-03-11 21:05:27 sendUrl INFO C7 [879] R:OK -2015-03-11 21:05:27 queue INFO C3 [881] -2015-03-11 21:05:27 queue INFO >C3 [882] -2015-03-11 21:05:27 program INFO WAIT active send to complete -2015-03-11 21:05:28 program INFO WAIT active send to complete -2015-03-11 21:05:28 program INFO WAIT active send to complete -2015-03-11 21:05:29 program INFO WAIT active send to complete -2015-03-11 21:05:29 program INFO WAIT active send to complete -2015-03-11 21:05:30 program INFO WAIT active send to complete -2015-03-11 21:05:30 program INFO WAIT active send to complete -2015-03-11 21:05:31 program INFO WAIT active send to complete -2015-03-11 21:05:31 program INFO WAIT active send to complete -2015-03-11 21:05:32 program INFO WAIT active send to complete -2015-03-11 21:05:32 program INFO WAIT active send to complete -2015-03-11 21:05:33 program INFO WAIT active send to complete -2015-03-11 21:05:33 sendUrl INFO C7 [880] R:OK -2015-03-11 21:05:34 program INFO WAIT active send to complete -2015-03-11 21:05:34 program INFO WAIT active send to complete -2015-03-11 21:05:35 program INFO WAIT active send to complete -2015-03-11 21:05:35 program INFO WAIT active send to complete -2015-03-11 21:05:36 program INFO WAIT active send to complete -2015-03-11 21:05:36 program INFO WAIT active send to complete -2015-03-11 21:05:37 program INFO WAIT active send to complete -2015-03-11 21:05:38 program INFO WAIT active send to complete -2015-03-11 21:05:38 program INFO WAIT active send to complete -2015-03-11 21:05:39 program INFO WAIT active send to complete -2015-03-11 21:05:39 program INFO WAIT active send to complete -2015-03-11 21:05:40 program INFO WAIT active send to complete -2015-03-11 21:05:40 program INFO WAIT active send to complete -2015-03-11 21:05:41 program INFO WAIT active send to complete -2015-03-11 21:05:41 program INFO WAIT active send to complete -2015-03-11 21:05:42 program INFO WAIT active send to complete -2015-03-11 21:05:42 program INFO WAIT active send to complete -2015-03-11 21:05:43 program INFO WAIT active send to complete -2015-03-11 21:05:43 program INFO WAIT active send to complete -2015-03-11 21:05:43 sendUrl INFO C3 [881] R:OK -2015-03-11 21:05:50 sendUrl INFO C3 [882] R:OK -2015-03-11 21:06:17 queue INFO >>C3 [883] -2015-03-11 21:06:18 sendUrl INFO C3 [883] R:OK -2015-03-11 21:07:07 queue INFO >>C3 [884] -2015-03-11 21:07:13 sendUrl INFO C3 [884] R:OK -2015-03-11 21:07:58 queue INFO >>C3 [885] -2015-03-11 21:08:04 sendUrl INFO C3 [885] R:OK -2015-03-11 21:08:48 queue INFO >>C3 [886] -2015-03-11 21:08:54 sendUrl INFO C3 [886] R:OK -2015-03-11 21:09:38 queue INFO >>C3 [887] -2015-03-11 21:09:44 sendUrl INFO C3 [887] R:OK -2015-03-11 21:10:28 queue INFO >>C3 [888] -2015-03-11 21:10:34 sendUrl INFO C3 [888] R:OK -2015-03-11 21:11:18 queue INFO >>C3 [889] -2015-03-11 21:11:24 sendUrl INFO C3 [889] R:OK -2015-03-11 21:12:08 queue INFO >>C3 [890] -2015-03-11 21:12:14 sendUrl INFO C3 [890] R:OK -2015-03-11 21:12:58 queue INFO >>C3 [891] -2015-03-11 21:13:04 sendUrl INFO C3 [891] R:OK -2015-03-11 21:13:32 queue INFO 83 [892] -2015-03-11 21:13:32 queue INFO 87 [893] -2015-03-11 21:13:32 queue INFO >87 [894] -2015-03-11 21:13:33 program INFO WAIT active send to complete -2015-03-11 21:13:33 program INFO WAIT active send to complete -2015-03-11 21:13:34 queue INFO 83 [895] -2015-03-11 21:13:34 program INFO WAIT active send to complete -2015-03-11 21:13:34 queue INFO >83 [896] -2015-03-11 21:13:34 program INFO WAIT active send to complete -2015-03-11 21:13:35 program INFO WAIT active send to complete -2015-03-11 21:13:35 program INFO WAIT active send to complete -2015-03-11 21:13:36 program INFO WAIT active send to complete -2015-03-11 21:13:36 program INFO WAIT active send to complete -2015-03-11 21:13:37 program INFO WAIT active send to complete -2015-03-11 21:13:37 program INFO WAIT active send to complete -2015-03-11 21:13:38 program INFO WAIT active send to complete -2015-03-11 21:13:38 program INFO WAIT active send to complete -2015-03-11 21:13:39 program INFO WAIT active send to complete -2015-03-11 21:13:39 program INFO WAIT active send to complete -2015-03-11 21:13:40 program INFO WAIT active send to complete -2015-03-11 21:13:40 program INFO WAIT active send to complete -2015-03-11 21:13:41 program INFO WAIT active send to complete -2015-03-11 21:13:41 program INFO WAIT active send to complete -2015-03-11 21:13:42 program INFO WAIT active send to complete -2015-03-11 21:13:42 program INFO WAIT active send to complete -2015-03-11 21:13:43 program INFO WAIT active send to complete -2015-03-11 21:13:43 program INFO WAIT active send to complete -2015-03-11 21:13:44 program INFO WAIT active send to complete -2015-03-11 21:13:44 program INFO WAIT active send to complete -2015-03-11 21:13:45 program INFO WAIT active send to complete -2015-03-11 21:13:45 program INFO WAIT active send to complete -2015-03-11 21:13:45 sendUrl INFO 83 [892] R:OK -2015-03-11 21:13:46 program INFO WAIT active send to complete -2015-03-11 21:13:47 program INFO WAIT active send to complete -2015-03-11 21:13:47 program INFO WAIT active send to complete -2015-03-11 21:13:48 program INFO WAIT active send to complete -2015-03-11 21:13:48 sendUrl INFO 87 [893] R:OK -2015-03-11 21:13:49 program INFO WAIT active send to complete -2015-03-11 21:13:49 program INFO WAIT active send to complete -2015-03-11 21:13:50 program INFO WAIT active send to complete -2015-03-11 21:13:50 program INFO WAIT active send to complete -2015-03-11 21:13:51 program INFO WAIT active send to complete -2015-03-11 21:13:51 program INFO WAIT active send to complete -2015-03-11 21:13:52 program INFO WAIT active send to complete -2015-03-11 21:13:52 program INFO WAIT active send to complete -2015-03-11 21:13:53 program INFO WAIT active send to complete -2015-03-11 21:13:53 program INFO WAIT active send to complete -2015-03-11 21:13:54 program INFO WAIT active send to complete -2015-03-11 21:13:54 program INFO WAIT active send to complete -2015-03-11 21:13:55 sendUrl INFO 87 [894] R:OK -2015-03-11 21:13:55 program INFO WAIT active send to complete -2015-03-11 21:13:56 sendUrl INFO 83 [895] R:OK -2015-03-11 21:14:00 sendUrl INFO 83 [896] R:OK -2015-03-11 21:14:24 queue INFO >>83 [897] -2015-03-11 21:14:35 sendUrl INFO 83 [897] R:OK -2015-03-11 21:15:14 queue INFO >>83 [898] -2015-03-11 21:15:26 sendUrl INFO 83 [898] R:OK -2015-03-11 21:16:04 queue INFO >>83 [899] -2015-03-11 21:16:15 sendUrl INFO 83 [899] R:OK -2015-03-11 21:16:54 queue INFO >>83 [900] -2015-03-11 21:16:56 sendUrl INFO 83 [900] R:OK -2015-03-11 21:17:44 queue INFO >>83 [901] -2015-03-11 21:17:48 sendUrl INFO 83 [901] R:OK -2015-03-11 21:18:34 queue INFO >>83 [902] -2015-03-11 21:18:37 sendUrl INFO 83 [902] R:OK -2015-03-11 21:19:24 queue INFO >>83 [903] -2015-03-11 21:19:28 sendUrl INFO 83 [903] R:OK -2015-03-11 21:20:15 queue INFO >>83 [904] -2015-03-11 21:20:15 sendUrl INFO 83 [904] R:OK -2015-03-11 21:21:05 queue INFO >>83 [905] -2015-03-11 21:21:08 sendUrl INFO 83 [905] R:OK -2015-03-11 21:21:39 queue INFO 87 [906] -2015-03-11 21:21:39 queue INFO >87 [907] -2015-03-11 21:21:39 program INFO WAIT active send to complete -2015-03-11 21:21:40 program INFO WAIT active send to complete -2015-03-11 21:21:40 queue INFO 83 [908] -2015-03-11 21:21:41 program INFO WAIT active send to complete -2015-03-11 21:21:41 queue INFO >83 [909] -2015-03-11 21:21:41 program INFO WAIT active send to complete -2015-03-11 21:21:42 program INFO WAIT active send to complete -2015-03-11 21:21:42 program INFO WAIT active send to complete -2015-03-11 21:21:43 program INFO WAIT active send to complete -2015-03-11 21:21:43 sendUrl INFO 87 [906] R:OK -2015-03-11 21:21:44 program INFO WAIT active send to complete -2015-03-11 21:21:44 program INFO WAIT active send to complete -2015-03-11 21:21:45 program INFO WAIT active send to complete -2015-03-11 21:21:45 program INFO WAIT active send to complete -2015-03-11 21:21:46 program INFO WAIT active send to complete -2015-03-11 21:21:46 program INFO WAIT active send to complete -2015-03-11 21:21:47 program INFO WAIT active send to complete -2015-03-11 21:21:47 program INFO WAIT active send to complete -2015-03-11 21:21:48 program INFO WAIT active send to complete -2015-03-11 21:21:48 program INFO WAIT active send to complete -2015-03-11 21:21:49 program INFO WAIT active send to complete -2015-03-11 21:21:49 program INFO WAIT active send to complete -2015-03-11 21:21:50 program INFO WAIT active send to complete -2015-03-11 21:21:50 program INFO WAIT active send to complete -2015-03-11 21:21:51 program INFO WAIT active send to complete -2015-03-11 21:21:51 program INFO WAIT active send to complete -2015-03-11 21:21:52 program INFO WAIT active send to complete -2015-03-11 21:21:52 program INFO WAIT active send to complete -2015-03-11 21:21:53 program INFO WAIT active send to complete -2015-03-11 21:21:53 program INFO WAIT active send to complete -2015-03-11 21:21:54 program INFO WAIT active send to complete -2015-03-11 21:21:54 program INFO WAIT active send to complete -2015-03-11 21:21:55 program INFO WAIT active send to complete -2015-03-11 21:21:55 sendUrl INFO 87 [907] R:OK -2015-03-11 21:21:56 program INFO WAIT active send to complete -2015-03-11 21:21:56 program INFO WAIT active send to complete -2015-03-11 21:21:57 program INFO WAIT active send to complete -2015-03-11 21:21:57 program INFO WAIT active send to complete -2015-03-11 21:21:58 program INFO WAIT active send to complete -2015-03-11 21:21:58 program INFO WAIT active send to complete -2015-03-11 21:21:58 sendUrl INFO 83 [908] R:OK -2015-03-11 21:22:07 sendUrl INFO 83 [909] R:OK -2015-03-11 21:22:31 queue INFO >>83 [910] -2015-03-11 21:22:33 sendUrl INFO 83 [910] R:OK -2015-03-11 21:23:21 queue INFO >>83 [911] -2015-03-11 21:23:23 sendUrl INFO 83 [911] R:OK -2015-03-11 21:24:11 queue INFO >>83 [912] -2015-03-11 21:24:13 sendUrl INFO 83 [912] R:OK -2015-03-11 21:25:01 queue INFO >>83 [913] -2015-03-11 21:25:02 sendUrl INFO 83 [913] R:OK -2015-03-11 21:25:51 queue INFO >>83 [914] -2015-03-11 21:25:53 sendUrl INFO 83 [914] R:OK -2015-03-11 21:26:41 queue INFO >>83 [915] -2015-03-11 21:26:42 sendUrl INFO 83 [915] R:OK -2015-03-11 21:27:32 queue INFO >>83 [916] -2015-03-11 21:27:32 sendUrl INFO 83 [916] R:OK -2015-03-11 21:28:22 queue INFO >>83 [917] -2015-03-11 21:28:24 sendUrl INFO 83 [917] R:OK -2015-03-11 21:29:12 queue INFO >>83 [918] -2015-03-11 21:29:14 sendUrl INFO 83 [918] R:OK -2015-03-11 21:29:45 queue INFO 87 [919] -2015-03-11 21:29:46 queue INFO >87 [920] -2015-03-11 21:29:46 sendUrl INFO 87 [919] R:OK -2015-03-11 21:29:47 sendUrl INFO 87 [920] R:OK -2015-03-11 21:29:47 queue INFO 83 [921] -2015-03-11 21:29:47 queue INFO >83 [922] -2015-03-11 21:29:48 sendUrl INFO 83 [921] R:OK -2015-03-11 21:29:56 sendUrl INFO 83 [922] R:OK -2015-03-11 21:30:37 queue INFO >>83 [923] -2015-03-11 21:30:38 sendUrl INFO 83 [923] R:OK -2015-03-11 21:31:27 queue INFO >>83 [924] -2015-03-11 21:31:36 sendUrl INFO 83 [924] R:OK -2015-03-11 21:32:17 queue INFO >>83 [925] -2015-03-11 21:32:18 sendUrl INFO 83 [925] R:OK -2015-03-11 21:33:08 queue INFO >>83 [926] -2015-03-11 21:33:08 sendUrl INFO 83 [926] R:OK -2015-03-11 21:33:58 queue INFO >>83 [927] -2015-03-11 21:34:07 sendUrl INFO 83 [927] R:OK -2015-03-11 21:34:48 queue INFO >>83 [928] -2015-03-11 21:34:49 sendUrl INFO 83 [928] R:OK -2015-03-11 21:35:38 queue INFO >>83 [929] -2015-03-11 21:35:39 sendUrl INFO 83 [929] R:OK -2015-03-11 21:36:28 queue INFO >>83 [930] -2015-03-11 21:36:45 sendUrl INFO 83 [930] R:OK -2015-03-11 21:37:18 queue INFO >>83 [931] -2015-03-11 21:37:36 sendUrl INFO 83 [931] R:OK -2015-03-11 21:37:52 queue INFO 87 [932] -2015-03-11 21:37:52 queue INFO >87 [933] -2015-03-11 21:37:53 program INFO WAIT active send to complete -2015-03-11 21:37:53 program INFO WAIT active send to complete -2015-03-11 21:37:53 queue INFO 83 [934] -2015-03-11 21:37:54 program INFO WAIT active send to complete -2015-03-11 21:37:54 queue INFO >83 [935] -2015-03-11 21:37:54 program INFO WAIT active send to complete -2015-03-11 21:37:54 sendUrl INFO 87 [932] R:OK -2015-03-11 21:37:55 program INFO WAIT active send to complete -2015-03-11 21:37:56 program INFO WAIT active send to complete -2015-03-11 21:37:56 program INFO WAIT active send to complete -2015-03-11 21:37:57 program INFO WAIT active send to complete -2015-03-11 21:37:57 program INFO WAIT active send to complete -2015-03-11 21:37:58 program INFO WAIT active send to complete -2015-03-11 21:37:58 program INFO WAIT active send to complete -2015-03-11 21:37:59 program INFO WAIT active send to complete -2015-03-11 21:37:59 program INFO WAIT active send to complete -2015-03-11 21:38:00 program INFO WAIT active send to complete -2015-03-11 21:38:00 sendUrl INFO 87 [933] R:OK -2015-03-11 21:38:01 program INFO WAIT active send to complete -2015-03-11 21:38:01 program INFO WAIT active send to complete -2015-03-11 21:38:02 program INFO WAIT active send to complete -2015-03-11 21:38:02 program INFO WAIT active send to complete -2015-03-11 21:38:03 program INFO WAIT active send to complete -2015-03-11 21:38:03 sendUrl INFO 83 [934] R:OK -2015-03-11 21:38:09 sendUrl INFO 83 [935] R:OK -2015-03-11 21:38:44 queue INFO >>83 [936] -2015-03-11 21:38:44 sendUrl INFO 83 [936] R:OK -2015-03-11 21:39:34 queue INFO >>83 [937] -2015-03-11 21:39:34 sendUrl INFO 83 [937] R:OK -2015-03-11 21:40:24 queue INFO >>83 [938] -2015-03-11 21:40:25 sendUrl INFO 83 [938] R:OK -2015-03-11 21:41:14 queue INFO >>83 [939] -2015-03-11 21:41:15 sendUrl INFO 83 [939] R:OK -2015-03-11 21:42:04 queue INFO >>83 [940] -2015-03-11 21:42:04 sendUrl INFO 83 [940] R:OK -2015-03-11 21:42:54 queue INFO >>83 [941] -2015-03-11 21:42:55 sendUrl INFO 83 [941] R:OK -2015-03-11 21:43:45 queue INFO >>83 [942] -2015-03-11 21:43:45 sendUrl INFO 83 [942] R:OK -2015-03-11 21:44:35 queue INFO >>83 [943] -2015-03-11 21:44:35 sendUrl INFO 83 [943] R:OK -2015-03-11 21:45:25 queue INFO >>83 [944] -2015-03-11 21:45:25 sendUrl INFO 83 [944] R:OK -2015-03-11 21:45:58 queue INFO 87 [945] -2015-03-11 21:45:58 queue INFO >87 [946] -2015-03-11 21:45:59 sendUrl INFO 87 [945] R:OK -2015-03-11 21:46:00 sendUrl INFO 87 [946] R:OK -2015-03-11 21:46:00 queue INFO 83 [947] -2015-03-11 21:46:00 queue INFO >83 [948] -2015-03-11 21:46:01 program INFO WAIT active send to complete -2015-03-11 21:46:01 program INFO WAIT active send to complete -2015-03-11 21:46:02 program INFO WAIT active send to complete -2015-03-11 21:46:02 program INFO WAIT active send to complete -2015-03-11 21:46:03 program INFO WAIT active send to complete -2015-03-11 21:46:03 program INFO WAIT active send to complete -2015-03-11 21:46:04 program INFO WAIT active send to complete -2015-03-11 21:46:04 program INFO WAIT active send to complete -2015-03-11 21:46:05 program INFO WAIT active send to complete -2015-03-11 21:46:05 program INFO WAIT active send to complete -2015-03-11 21:46:06 program INFO WAIT active send to complete -2015-03-11 21:46:06 program INFO WAIT active send to complete -2015-03-11 21:46:07 program INFO WAIT active send to complete -2015-03-11 21:46:07 program INFO WAIT active send to complete -2015-03-11 21:46:08 program INFO WAIT active send to complete -2015-03-11 21:46:08 program INFO WAIT active send to complete -2015-03-11 21:46:09 program INFO WAIT active send to complete -2015-03-11 21:46:09 program INFO WAIT active send to complete -2015-03-11 21:46:10 program INFO WAIT active send to complete -2015-03-11 21:46:10 program INFO WAIT active send to complete -2015-03-11 21:46:11 program INFO WAIT active send to complete -2015-03-11 21:46:11 program INFO WAIT active send to complete -2015-03-11 21:46:12 program INFO WAIT active send to complete -2015-03-11 21:46:12 program INFO WAIT active send to complete -2015-03-11 21:46:13 program INFO WAIT active send to complete -2015-03-11 21:46:13 program INFO WAIT active send to complete -2015-03-11 21:46:14 program INFO WAIT active send to complete -2015-03-11 21:46:15 program INFO WAIT active send to complete -2015-03-11 21:46:15 program INFO WAIT active send to complete -2015-03-11 21:46:16 program INFO WAIT active send to complete -2015-03-11 21:46:16 program INFO WAIT active send to complete -2015-03-11 21:46:17 program INFO WAIT active send to complete -2015-03-11 21:46:17 program INFO WAIT active send to complete -2015-03-11 21:46:18 program INFO WAIT active send to complete -2015-03-11 21:46:18 program INFO WAIT active send to complete -2015-03-11 21:46:19 program INFO WAIT active send to complete -2015-03-11 21:46:19 program INFO WAIT active send to complete -2015-03-11 21:46:20 program INFO WAIT active send to complete -2015-03-11 21:46:20 program INFO WAIT active send to complete -2015-03-11 21:46:21 program INFO WAIT active send to complete -2015-03-11 21:46:21 sendUrl INFO 83 [947] R:OK -2015-03-11 21:46:24 sendUrl INFO 83 [948] R:OK -2015-03-11 21:46:50 queue INFO >>83 [949] -2015-03-11 21:47:11 sendUrl INFO 83 [949] R:OK -2015-03-11 21:47:40 queue INFO >>83 [950] -2015-03-11 21:48:02 sendUrl INFO 83 [950] R:OK -2015-03-11 21:48:30 queue INFO >>83 [951] -2015-03-11 21:48:49 sendUrl INFO 83 [951] R:OK -2015-03-11 21:49:20 queue INFO >>83 [952] -2015-03-11 21:49:41 sendUrl INFO 83 [952] R:OK -2015-03-11 21:50:11 queue INFO >>83 [953] -2015-03-11 21:50:31 sendUrl INFO 83 [953] R:OK -2015-03-11 21:51:01 queue INFO >>83 [954] -2015-03-11 21:51:12 sendUrl INFO 83 [954] R:OK -2015-03-11 21:51:51 queue INFO >>83 [955] -2015-03-11 21:52:04 sendUrl INFO 83 [955] R:OK -2015-03-11 21:52:41 queue INFO >>83 [956] -2015-03-11 21:52:54 sendUrl INFO 83 [956] R:OK -2015-03-11 21:53:31 queue INFO >>83 [957] -2015-03-11 21:53:35 sendUrl INFO 83 [957] R:OK -2015-03-11 21:54:05 queue INFO C7 [958] -2015-03-11 21:54:05 queue INFO >C7 [959] -2015-03-11 21:54:06 program INFO WAIT active send to complete -2015-03-11 21:54:06 program INFO WAIT active send to complete -2015-03-11 21:54:06 queue INFO C3 [960] -2015-03-11 21:54:06 queue INFO >C3 [961] -2015-03-11 21:54:07 program INFO WAIT active send to complete -2015-03-11 21:54:07 program INFO WAIT active send to complete -2015-03-11 21:54:08 program INFO WAIT active send to complete -2015-03-11 21:54:08 program INFO WAIT active send to complete -2015-03-11 21:54:09 program INFO WAIT active send to complete -2015-03-11 21:54:09 program INFO WAIT active send to complete -2015-03-11 21:54:10 program INFO WAIT active send to complete -2015-03-11 21:54:10 program INFO WAIT active send to complete -2015-03-11 21:54:11 program INFO WAIT active send to complete -2015-03-11 21:54:11 program INFO WAIT active send to complete -2015-03-11 21:54:12 program INFO WAIT active send to complete -2015-03-11 21:54:12 program INFO WAIT active send to complete -2015-03-11 21:54:13 program INFO WAIT active send to complete -2015-03-11 21:54:13 program INFO WAIT active send to complete -2015-03-11 21:54:14 sendUrl INFO C7 [958] R:OK -2015-03-11 21:54:14 program INFO WAIT active send to complete -2015-03-11 21:54:15 program INFO WAIT active send to complete -2015-03-11 21:54:15 program INFO WAIT active send to complete -2015-03-11 21:54:16 program INFO WAIT active send to complete -2015-03-11 21:54:16 program INFO WAIT active send to complete -2015-03-11 21:54:17 program INFO WAIT active send to complete -2015-03-11 21:54:17 program INFO WAIT active send to complete -2015-03-11 21:54:18 program INFO WAIT active send to complete -2015-03-11 21:54:18 sendUrl INFO C7 [959] R:OK -2015-03-11 21:54:19 program INFO WAIT active send to complete -2015-03-11 21:54:19 program INFO WAIT active send to complete -2015-03-11 21:54:20 program INFO WAIT active send to complete -2015-03-11 21:54:20 program INFO WAIT active send to complete -2015-03-11 21:54:21 program INFO WAIT active send to complete -2015-03-11 21:54:21 program INFO WAIT active send to complete -2015-03-11 21:54:22 program INFO WAIT active send to complete -2015-03-11 21:54:22 program INFO WAIT active send to complete -2015-03-11 21:54:23 program INFO WAIT active send to complete -2015-03-11 21:54:23 program INFO WAIT active send to complete -2015-03-11 21:54:24 program INFO WAIT active send to complete -2015-03-11 21:54:24 program INFO WAIT active send to complete -2015-03-11 21:54:25 program INFO WAIT active send to complete -2015-03-11 21:54:25 program INFO WAIT active send to complete -2015-03-11 21:54:26 program INFO WAIT active send to complete -2015-03-11 21:54:26 program INFO WAIT active send to complete -2015-03-11 21:54:26 sendUrl INFO C3 [960] R:OK -2015-03-11 21:54:42 sendUrl INFO C3 [961] R:OK -2015-03-11 21:54:56 queue INFO >>C3 [962] -2015-03-11 21:55:04 sendUrl INFO C3 [962] R:OK -2015-03-11 21:55:47 queue INFO >>C3 [963] -2015-03-11 21:55:58 sendUrl INFO C3 [963] R:OK -2015-03-11 21:56:37 queue INFO >>C3 [964] -2015-03-11 21:56:49 sendUrl INFO C3 [964] R:OK -2015-03-11 21:57:27 queue INFO >>C3 [965] -2015-03-11 21:57:39 sendUrl INFO C3 [965] R:OK -2015-03-11 21:58:17 queue INFO >>C3 [966] -2015-03-11 21:58:21 sendUrl INFO C3 [966] R:OK -2015-03-11 21:59:07 queue INFO >>C3 [967] -2015-03-11 21:59:13 sendUrl INFO C3 [967] R:OK -2015-03-11 21:59:57 queue INFO >>C3 [968] -2015-03-11 22:00:03 sendUrl INFO C3 [968] R:OK -2015-03-11 22:00:47 queue INFO >>C3 [969] -2015-03-11 22:00:48 sendUrl INFO C3 [969] R:OK -2015-03-11 22:01:38 queue INFO >>C3 [970] -2015-03-11 22:01:50 sendUrl INFO C3 [970] R:OK -2015-03-11 22:02:11 queue INFO 83 [971] -2015-03-11 22:02:11 queue INFO 87 [972] -2015-03-11 22:02:11 queue INFO >87 [973] -2015-03-11 22:02:11 sendUrl INFO 83 [971] R:OK -2015-03-11 22:02:12 program INFO WAIT active send to complete -2015-03-11 22:02:12 program INFO WAIT active send to complete -2015-03-11 22:02:13 queue INFO 83 [974] -2015-03-11 22:02:13 queue INFO >83 [975] -2015-03-11 22:02:13 program INFO WAIT active send to complete -2015-03-11 22:02:14 program INFO WAIT active send to complete -2015-03-11 22:02:14 sendUrl INFO 87 [972] R:OK -2015-03-11 22:02:15 program INFO WAIT active send to complete -2015-03-11 22:02:15 program INFO WAIT active send to complete -2015-03-11 22:02:16 program INFO WAIT active send to complete -2015-03-11 22:02:16 program INFO WAIT active send to complete -2015-03-11 22:02:17 program INFO WAIT active send to complete -2015-03-11 22:02:17 sendUrl INFO 87 [973] R:OK -2015-03-11 22:02:18 program INFO WAIT active send to complete -2015-03-11 22:02:18 program INFO WAIT active send to complete -2015-03-11 22:02:19 program INFO WAIT active send to complete -2015-03-11 22:02:19 program INFO WAIT active send to complete -2015-03-11 22:02:20 program INFO WAIT active send to complete -2015-03-11 22:02:20 program INFO WAIT active send to complete -2015-03-11 22:02:21 program INFO WAIT active send to complete -2015-03-11 22:02:21 program INFO WAIT active send to complete -2015-03-11 22:02:22 program INFO WAIT active send to complete -2015-03-11 22:02:22 program INFO WAIT active send to complete -2015-03-11 22:02:23 program INFO WAIT active send to complete -2015-03-11 22:02:23 program INFO WAIT active send to complete -2015-03-11 22:02:23 sendUrl INFO 83 [974] R:OK -2015-03-11 22:02:26 sendUrl INFO 83 [975] R:OK -2015-03-11 22:03:03 queue INFO >>83 [976] -2015-03-11 22:03:04 sendUrl INFO 83 [976] R:OK -2015-03-11 22:03:53 queue INFO >>83 [977] -2015-03-11 22:03:54 sendUrl INFO 83 [977] R:OK -2015-03-11 22:04:43 queue INFO >>83 [978] -2015-03-11 22:04:44 sendUrl INFO 83 [978] R:OK -2015-03-11 22:05:33 queue INFO >>83 [979] -2015-03-11 22:05:34 sendUrl INFO 83 [979] R:OK -2015-03-11 22:06:23 queue INFO >>83 [980] -2015-03-11 22:06:25 sendUrl INFO 83 [980] R:OK -2015-03-11 22:07:14 queue INFO >>83 [981] -2015-03-11 22:07:14 sendUrl INFO 83 [981] R:OK -2015-03-11 22:08:04 queue INFO >>83 [982] -2015-03-11 22:08:04 sendUrl INFO 83 [982] R:OK -2015-03-11 22:08:54 queue INFO >>83 [983] -2015-03-11 22:08:55 sendUrl INFO 83 [983] R:OK -2015-03-11 22:09:44 queue INFO >>83 [984] -2015-03-11 22:09:45 sendUrl INFO 83 [984] R:OK -2015-03-11 22:10:18 queue INFO 87 [985] -2015-03-11 22:10:18 queue INFO >87 [986] -2015-03-11 22:10:18 sendUrl INFO 87 [985] R:OK -2015-03-11 22:10:20 queue INFO 83 [987] -2015-03-11 22:10:20 program INFO WAIT active send to complete -2015-03-11 22:10:20 queue INFO >83 [988] -2015-03-11 22:10:20 program INFO WAIT active send to complete -2015-03-11 22:10:21 program INFO WAIT active send to complete -2015-03-11 22:10:21 program INFO WAIT active send to complete -2015-03-11 22:10:22 program INFO WAIT active send to complete -2015-03-11 22:10:22 program INFO WAIT active send to complete -2015-03-11 22:10:23 program INFO WAIT active send to complete -2015-03-11 22:10:23 program INFO WAIT active send to complete -2015-03-11 22:10:24 program INFO WAIT active send to complete -2015-03-11 22:10:24 program INFO WAIT active send to complete -2015-03-11 22:10:25 program INFO WAIT active send to complete -2015-03-11 22:10:25 program INFO WAIT active send to complete -2015-03-11 22:10:26 program INFO WAIT active send to complete -2015-03-11 22:10:26 program INFO WAIT active send to complete -2015-03-11 22:10:27 program INFO WAIT active send to complete -2015-03-11 22:10:27 program INFO WAIT active send to complete -2015-03-11 22:10:28 program INFO WAIT active send to complete -2015-03-11 22:10:28 program INFO WAIT active send to complete -2015-03-11 22:10:29 program INFO WAIT active send to complete -2015-03-11 22:10:29 program INFO WAIT active send to complete -2015-03-11 22:10:30 program INFO WAIT active send to complete -2015-03-11 22:10:30 program INFO WAIT active send to complete -2015-03-11 22:10:31 program INFO WAIT active send to complete -2015-03-11 22:10:31 program INFO WAIT active send to complete -2015-03-11 22:10:32 program INFO WAIT active send to complete -2015-03-11 22:10:32 program INFO WAIT active send to complete -2015-03-11 22:10:33 program INFO WAIT active send to complete -2015-03-11 22:10:33 program INFO WAIT active send to complete -2015-03-11 22:10:34 program INFO WAIT active send to complete -2015-03-11 22:10:34 program INFO WAIT active send to complete -2015-03-11 22:10:35 program INFO WAIT active send to complete -2015-03-11 22:10:35 program INFO WAIT active send to complete -2015-03-11 22:10:36 program INFO WAIT active send to complete -2015-03-11 22:10:36 program INFO WAIT active send to complete -2015-03-11 22:10:37 program INFO WAIT active send to complete -2015-03-11 22:10:37 program INFO WAIT active send to complete -2015-03-11 22:10:38 program INFO WAIT active send to complete -2015-03-11 22:10:38 program INFO WAIT active send to complete -2015-03-11 22:10:39 program INFO WAIT active send to complete -2015-03-11 22:10:39 program INFO WAIT active send to complete -2015-03-11 22:10:40 program INFO WAIT active send to complete -2015-03-11 22:10:41 program INFO WAIT active send to complete -2015-03-11 22:10:41 program INFO WAIT active send to complete -2015-03-11 22:10:42 program INFO WAIT active send to complete -2015-03-11 22:10:42 program INFO WAIT active send to complete -2015-03-11 22:10:43 program INFO WAIT active send to complete -2015-03-11 22:10:43 program INFO WAIT active send to complete -2015-03-11 22:10:44 program INFO WAIT active send to complete -2015-03-11 22:10:44 program INFO WAIT active send to complete -2015-03-11 22:10:45 program INFO WAIT active send to complete -2015-03-11 22:10:45 program INFO WAIT active send to complete -2015-03-11 22:10:46 program INFO WAIT active send to complete -2015-03-11 22:10:46 program INFO WAIT active send to complete -2015-03-11 22:10:47 program INFO WAIT active send to complete -2015-03-11 22:10:47 program INFO WAIT active send to complete -2015-03-11 22:10:48 program INFO WAIT active send to complete -2015-03-11 22:10:48 program INFO WAIT active send to complete -2015-03-11 22:10:49 program INFO WAIT active send to complete -2015-03-11 22:10:49 sendUrl INFO 87 [986] R:OK -2015-03-11 22:10:49 sendUrl INFO 83 [987] R:OK -2015-03-11 22:10:50 sendUrl INFO 83 [988] R:OK -2015-03-11 22:11:10 queue INFO >>83 [989] -2015-03-11 22:11:10 sendUrl INFO 83 [989] R:OK -2015-03-11 22:12:00 queue INFO >>83 [990] -2015-03-11 22:12:00 sendUrl INFO 83 [990] R:OK -2015-03-11 22:12:50 queue INFO >>83 [991] -2015-03-11 22:12:50 sendUrl INFO 83 [991] R:OK -2015-03-11 22:13:40 queue INFO >>83 [992] -2015-03-11 22:13:41 sendUrl INFO 83 [992] R:OK -2015-03-11 22:14:30 queue INFO >>83 [993] -2015-03-11 22:14:31 sendUrl INFO 83 [993] R:OK -2015-03-11 22:15:21 queue INFO >>83 [994] -2015-03-11 22:15:21 sendUrl INFO 83 [994] R:OK -2015-03-11 22:16:11 queue INFO >>83 [995] -2015-03-11 22:16:11 sendUrl INFO 83 [995] R:OK -2015-03-11 22:17:01 queue INFO >>83 [996] -2015-03-11 22:17:01 sendUrl INFO 83 [996] R:OK -2015-03-11 22:17:51 queue INFO >>83 [997] -2015-03-11 22:17:51 sendUrl INFO 83 [997] R:OK -2015-03-11 22:18:25 queue INFO 87 [998] -2015-03-11 22:18:25 queue INFO >87 [999] -2015-03-11 22:18:25 sendUrl INFO 87 [998] R:OK -2015-03-11 22:18:26 sendUrl INFO 87 [999] R:OK -2015-03-11 22:18:26 queue INFO 83 [0] -2015-03-11 22:18:27 queue INFO >83 [1] -2015-03-11 22:18:27 sendUrl INFO 83 [0] R:OK -2015-03-11 22:18:27 sendUrl INFO 83 [1] R:OK -2015-03-11 22:19:16 queue INFO >>83 [2] -2015-03-11 22:19:17 sendUrl INFO 83 [2] R:OK -2015-03-11 22:20:07 queue INFO >>83 [3] -2015-03-11 22:20:07 sendUrl INFO 83 [3] R:OK -2015-03-11 22:20:57 queue INFO >>83 [4] -2015-03-11 22:20:57 sendUrl INFO 83 [4] R:OK -2015-03-11 22:21:47 queue INFO >>83 [5] -2015-03-11 22:21:47 sendUrl INFO 83 [5] R:OK -2015-03-11 22:22:37 queue INFO >>83 [6] -2015-03-11 22:22:37 sendUrl INFO 83 [6] R:OK -2015-03-11 22:23:27 queue INFO >>83 [7] -2015-03-11 22:23:28 sendUrl INFO 83 [7] R:OK -2015-03-11 22:24:17 queue INFO >>83 [8] -2015-03-11 22:24:18 sendUrl INFO 83 [8] R:OK -2015-03-11 22:25:08 queue INFO >>83 [9] -2015-03-11 22:25:08 sendUrl INFO 83 [9] R:OK -2015-03-11 22:25:58 queue INFO >>83 [10] -2015-03-11 22:25:58 sendUrl INFO 83 [10] R:OK -2015-03-11 22:26:31 queue INFO 87 [11] -2015-03-11 22:26:31 queue INFO >87 [12] -2015-03-11 22:26:31 sendUrl INFO 87 [11] R:OK -2015-03-11 22:26:32 sendUrl INFO 87 [12] R:OK -2015-03-11 22:26:33 queue INFO 83 [13] -2015-03-11 22:26:33 sendUrl INFO 83 [13] R:OK -2015-03-11 22:26:33 queue INFO >83 [14] -2015-03-11 22:26:33 sendUrl INFO 83 [14] R:OK -2015-03-11 22:27:23 queue INFO >>83 [15] -2015-03-11 22:27:23 sendUrl INFO 83 [15] R:OK -2015-03-11 22:28:13 queue INFO >>83 [16] -2015-03-11 22:28:14 sendUrl INFO 83 [16] R:OK -2015-03-11 22:29:03 queue INFO >>83 [17] -2015-03-11 22:29:03 sendUrl INFO 83 [17] R:OK -2015-03-11 22:29:53 queue INFO >>83 [18] -2015-03-11 22:29:54 sendUrl INFO 83 [18] R:OK -2015-03-11 22:30:43 queue INFO >>83 [19] -2015-03-11 22:30:44 sendUrl INFO 83 [19] R:OK -2015-03-11 22:31:34 queue INFO >>83 [20] -2015-03-11 22:31:34 sendUrl INFO 83 [20] R:OK -2015-03-11 22:32:24 queue INFO >>83 [21] -2015-03-11 22:32:24 sendUrl INFO 83 [21] R:OK -2015-03-11 22:33:14 queue INFO >>83 [22] -2015-03-11 22:33:14 sendUrl INFO 83 [22] R:OK -2015-03-11 22:34:04 queue INFO >>83 [23] -2015-03-11 22:34:04 sendUrl INFO 83 [23] R:OK -2015-03-11 22:34:37 queue INFO 87 [24] -2015-03-11 22:34:38 sendUrl INFO 87 [24] R:OK -2015-03-11 22:34:38 queue INFO >87 [25] -2015-03-11 22:34:38 sendUrl INFO 87 [25] R:OK -2015-03-11 22:34:39 queue INFO 83 [26] -2015-03-11 22:34:39 queue INFO >83 [27] -2015-03-11 22:34:40 sendUrl INFO 83 [26] R:OK -2015-03-11 22:34:40 sendUrl INFO 83 [27] R:OK -2015-03-11 22:35:29 queue INFO >>83 [28] -2015-03-11 22:35:29 sendUrl INFO 83 [28] R:OK -2015-03-11 22:36:19 queue INFO >>83 [29] -2015-03-11 22:36:20 sendUrl INFO 83 [29] R:OK -2015-03-11 22:37:10 queue INFO >>83 [30] -2015-03-11 22:37:10 sendUrl INFO 83 [30] R:OK -2015-03-11 22:38:00 queue INFO >>83 [31] -2015-03-11 22:38:00 sendUrl INFO 83 [31] R:OK -2015-03-11 22:38:50 queue INFO >>83 [32] -2015-03-11 22:38:50 sendUrl INFO 83 [32] R:OK -2015-03-11 22:39:40 queue INFO >>83 [33] -2015-03-11 22:39:40 sendUrl INFO 83 [33] R:OK -2015-03-11 22:40:30 queue INFO >>83 [34] -2015-03-11 22:40:30 sendUrl INFO 83 [34] R:OK -2015-03-11 22:41:20 queue INFO >>83 [35] -2015-03-11 22:41:21 sendUrl INFO 83 [35] R:OK -2015-03-11 22:42:10 queue INFO >>83 [36] -2015-03-11 22:42:11 sendUrl INFO 83 [36] R:OK -2015-03-11 22:42:44 queue INFO C7 [37] -2015-03-11 22:42:44 queue INFO >C7 [38] -2015-03-11 22:42:44 sendUrl INFO C7 [37] R:OK -2015-03-11 22:42:45 sendUrl INFO C7 [38] R:OK -2015-03-11 22:42:46 queue INFO C3 [39] -2015-03-11 22:42:46 queue INFO >C3 [40] -2015-03-11 22:42:46 sendUrl INFO C3 [39] R:OK -2015-03-11 22:42:46 sendUrl INFO C3 [40] R:OK -2015-03-11 22:43:36 queue INFO >>C3 [41] -2015-03-11 22:43:36 sendUrl INFO C3 [41] R:OK -2015-03-11 22:44:26 queue INFO >>C3 [42] -2015-03-11 22:44:26 sendUrl INFO C3 [42] R:OK -2015-03-11 22:45:16 queue INFO >>C3 [43] -2015-03-11 22:45:16 sendUrl INFO C3 [43] R:OK -2015-03-11 22:46:06 queue INFO >>C3 [44] -2015-03-11 22:46:06 sendUrl INFO C3 [44] R:OK -2015-03-11 22:46:56 queue INFO >>C3 [45] -2015-03-11 22:46:57 sendUrl INFO C3 [45] R:OK -2015-03-11 22:47:46 queue INFO >>C3 [46] -2015-03-11 22:47:47 sendUrl INFO C3 [46] R:OK -2015-03-11 22:48:36 queue INFO >>C3 [47] -2015-03-11 22:48:37 sendUrl INFO C3 [47] R:OK -2015-03-11 22:49:27 queue INFO >>C3 [48] -2015-03-11 22:49:27 sendUrl INFO C3 [48] R:OK -2015-03-11 22:50:17 queue INFO >>C3 [49] -2015-03-11 22:50:17 sendUrl INFO C3 [49] R:OK -2015-03-11 22:50:50 queue INFO 83 [50] -2015-03-11 22:50:50 queue INFO 87 [51] -2015-03-11 22:50:51 sendUrl INFO 83 [50] R:OK -2015-03-11 22:50:51 queue INFO >87 [52] -2015-03-11 22:50:51 sendUrl INFO 87 [51] R:OK -2015-03-11 22:50:52 sendUrl INFO 87 [52] R:OK -2015-03-11 22:50:52 queue INFO 83 [53] -2015-03-11 22:50:52 queue INFO >83 [54] -2015-03-11 22:50:53 sendUrl INFO 83 [53] R:OK -2015-03-11 22:50:53 sendUrl INFO 83 [54] R:OK -2015-03-11 22:51:22 queue INFO 81 [55] -2015-03-11 22:51:22 queue INFO >81 [56] -2015-03-11 22:51:22 sendUrl INFO 81 [55] R:OK -2015-03-11 22:51:23 sendUrl INFO 81 [56] R:OK -2015-03-11 22:52:12 queue INFO >>81 [57] -2015-03-11 22:52:13 sendUrl INFO 81 [57] R:OK -2015-03-11 22:53:02 queue INFO >>81 [58] -2015-03-11 22:53:02 sendUrl INFO 81 [58] R:OK -2015-03-11 22:53:52 queue INFO >>81 [59] -2015-03-11 22:53:53 sendUrl INFO 81 [59] R:OK -2015-03-11 22:54:43 queue INFO >>81 [60] -2015-03-11 22:54:43 sendUrl INFO 81 [60] R:OK -2015-03-11 22:55:33 queue INFO >>81 [61] -2015-03-11 22:55:33 sendUrl INFO 81 [61] R:OK -2015-03-11 22:56:23 queue INFO >>81 [62] -2015-03-11 22:56:23 sendUrl INFO 81 [62] R:OK -2015-03-11 22:57:13 queue INFO >>81 [63] -2015-03-11 22:57:13 sendUrl INFO 81 [63] R:OK -2015-03-11 22:58:03 queue INFO >>81 [64] -2015-03-11 22:58:03 sendUrl INFO 81 [64] R:OK -2015-03-11 22:58:53 queue INFO >>81 [65] -2015-03-11 22:58:54 sendUrl INFO 81 [65] R:OK -2015-03-11 22:58:56 queue INFO 99 [66] -2015-03-11 22:58:57 queue INFO >99 [67] -2015-03-11 22:58:57 sendUrl INFO 99 [66] R:OK -2015-03-11 22:58:57 sendUrl INFO 99 [67] R:OK -2015-03-11 22:59:47 queue INFO >>99 [68] -2015-03-11 22:59:47 sendUrl INFO 99 [68] R:OK -2015-03-11 23:00:37 queue INFO >>99 [69] -2015-03-11 23:00:37 sendUrl INFO 99 [69] R:OK -2015-03-11 23:01:27 queue INFO >>99 [70] -2015-03-11 23:01:27 sendUrl INFO 99 [70] R:OK -2015-03-11 23:02:17 queue INFO >>99 [71] -2015-03-11 23:02:17 sendUrl INFO 99 [71] R:OK -2015-03-11 23:03:07 queue INFO >>99 [72] -2015-03-11 23:03:08 sendUrl INFO 99 [72] R:OK -2015-03-11 23:03:57 queue INFO >>99 [73] -2015-03-11 23:03:58 sendUrl INFO 99 [73] R:OK -2015-03-11 23:04:47 queue INFO >>99 [74] -2015-03-11 23:04:48 sendUrl INFO 99 [74] R:OK -2015-03-11 23:05:11 queue INFO 89 [75] -2015-03-11 23:05:12 queue INFO >89 [76] -2015-03-11 23:05:12 sendUrl INFO 89 [75] R:OK -2015-03-11 23:05:12 sendUrl INFO 89 [76] R:OK -2015-03-11 23:05:15 queue INFO 81 [77] -2015-03-11 23:05:15 queue INFO >81 [78] -2015-03-11 23:05:15 sendUrl INFO 81 [77] R:OK -2015-03-11 23:05:16 sendUrl INFO 81 [78] R:OK -2015-03-11 23:05:19 queue INFO 83 [79] -2015-03-11 23:05:20 queue INFO >83 [80] -2015-03-11 23:05:20 sendUrl INFO 83 [79] R:OK -2015-03-11 23:05:20 sendUrl INFO 83 [80] R:OK -2015-03-11 23:05:41 queue INFO 87 [81] -2015-03-11 23:05:41 queue INFO >87 [82] -2015-03-11 23:05:42 sendUrl INFO 87 [81] R:OK -2015-03-11 23:05:42 sendUrl INFO 87 [82] R:OK -2015-03-11 23:05:43 queue INFO 83 [83] -2015-03-11 23:05:43 queue INFO >83 [84] -2015-03-11 23:05:43 sendUrl INFO 83 [83] R:OK -2015-03-11 23:05:44 sendUrl INFO 83 [84] R:OK -2015-03-11 23:06:33 queue INFO >>83 [85] -2015-03-11 23:06:33 sendUrl INFO 83 [85] R:OK -2015-03-11 23:07:23 queue INFO >>83 [86] -2015-03-11 23:07:23 sendUrl INFO 83 [86] R:OK -2015-03-11 23:08:13 queue INFO >>83 [87] -2015-03-11 23:08:14 sendUrl INFO 83 [87] R:OK -2015-03-11 23:09:03 queue INFO >>83 [88] -2015-03-11 23:09:04 sendUrl INFO 83 [88] R:OK -2015-03-11 23:09:54 queue INFO >>83 [89] -2015-03-11 23:09:54 sendUrl INFO 83 [89] R:OK -2015-03-11 23:10:44 queue INFO >>83 [90] -2015-03-11 23:10:44 sendUrl INFO 83 [90] R:OK -2015-03-11 23:11:34 queue INFO >>83 [91] -2015-03-11 23:11:34 sendUrl INFO 83 [91] R:OK -2015-03-11 23:12:24 queue INFO >>83 [92] -2015-03-11 23:12:24 sendUrl INFO 83 [92] R:OK -2015-03-11 23:13:14 queue INFO >>83 [93] -2015-03-11 23:13:15 sendUrl INFO 83 [93] R:OK -2015-03-11 23:13:48 queue INFO 87 [94] -2015-03-11 23:13:48 queue INFO >87 [95] -2015-03-11 23:13:48 sendUrl INFO 87 [94] R:OK -2015-03-11 23:13:49 sendUrl INFO 87 [95] R:OK -2015-03-11 23:13:49 queue INFO 83 [96] -2015-03-11 23:13:50 queue INFO >83 [97] -2015-03-11 23:13:50 sendUrl INFO 83 [96] R:OK -2015-03-11 23:13:50 sendUrl INFO 83 [97] R:OK -2015-03-11 23:14:40 queue INFO >>83 [98] -2015-03-11 23:14:40 sendUrl INFO 83 [98] R:OK -2015-03-11 23:15:30 queue INFO >>83 [99] -2015-03-11 23:15:30 sendUrl INFO 83 [99] R:OK -2015-03-11 23:16:20 queue INFO >>83 [100] -2015-03-11 23:16:20 sendUrl INFO 83 [100] R:OK -2015-03-11 23:17:10 queue INFO >>83 [101] -2015-03-11 23:17:10 sendUrl INFO 83 [101] R:OK -2015-03-11 23:18:00 queue INFO >>83 [102] -2015-03-11 23:18:00 sendUrl INFO 83 [102] R:OK -2015-03-11 23:18:50 queue INFO >>83 [103] -2015-03-11 23:18:50 sendUrl INFO 83 [103] R:OK -2015-03-11 23:19:40 queue INFO >>83 [104] -2015-03-11 23:19:41 sendUrl INFO 83 [104] R:OK -2015-03-11 23:20:31 queue INFO >>83 [105] -2015-03-11 23:20:31 sendUrl INFO 83 [105] R:OK -2015-03-11 23:21:21 queue INFO >>83 [106] -2015-03-11 23:21:21 sendUrl INFO 83 [106] R:OK -2015-03-11 23:21:54 queue INFO 87 [107] -2015-03-11 23:21:54 queue INFO >87 [108] -2015-03-11 23:21:55 sendUrl INFO 87 [107] R:OK -2015-03-11 23:21:55 sendUrl INFO 87 [108] R:OK -2015-03-11 23:21:56 queue INFO 83 [109] -2015-03-11 23:21:56 queue INFO >83 [110] -2015-03-11 23:21:56 sendUrl INFO 83 [109] R:OK -2015-03-11 23:21:57 sendUrl INFO 83 [110] R:OK -2015-03-11 23:22:46 queue INFO >>83 [111] -2015-03-11 23:22:46 sendUrl INFO 83 [111] R:OK -2015-03-11 23:23:36 queue INFO >>83 [112] -2015-03-11 23:23:36 sendUrl INFO 83 [112] R:OK -2015-03-11 23:24:26 queue INFO >>83 [113] -2015-03-11 23:24:27 sendUrl INFO 83 [113] R:OK -2015-03-11 23:25:16 queue INFO >>83 [114] -2015-03-11 23:25:17 sendUrl INFO 83 [114] R:OK -2015-03-11 23:26:07 queue INFO >>83 [115] -2015-03-11 23:26:07 sendUrl INFO 83 [115] R:OK -2015-03-11 23:26:57 queue INFO >>83 [116] -2015-03-11 23:26:57 sendUrl INFO 83 [116] R:OK -2015-03-11 23:27:47 queue INFO >>83 [117] -2015-03-11 23:27:47 sendUrl INFO 83 [117] R:OK -2015-03-11 23:28:37 queue INFO >>83 [118] -2015-03-11 23:28:37 sendUrl INFO 83 [118] R:OK -2015-03-11 23:29:27 queue INFO >>83 [119] -2015-03-11 23:29:28 sendUrl INFO 83 [119] R:OK -2015-03-11 23:30:01 queue INFO 87 [120] -2015-03-11 23:30:01 sendUrl INFO 87 [120] R:OK -2015-03-11 23:30:01 queue INFO >87 [121] -2015-03-11 23:30:01 sendUrl INFO 87 [121] R:OK -2015-03-11 23:30:02 queue INFO 83 [122] -2015-03-11 23:30:02 queue INFO >83 [123] -2015-03-11 23:30:03 sendUrl INFO 83 [122] R:OK -2015-03-11 23:30:03 sendUrl INFO 83 [123] R:OK -2015-03-11 23:30:52 queue INFO >>83 [124] -2015-03-11 23:30:53 sendUrl INFO 83 [124] R:OK -2015-03-11 23:31:43 queue INFO >>83 [125] -2015-03-11 23:31:43 sendUrl INFO 83 [125] R:OK -2015-03-11 23:32:33 queue INFO >>83 [126] -2015-03-11 23:32:33 sendUrl INFO 83 [126] R:OK -2015-03-11 23:33:23 queue INFO >>83 [127] -2015-03-11 23:33:23 sendUrl INFO 83 [127] R:OK -2015-03-11 23:34:13 queue INFO >>83 [128] -2015-03-11 23:34:13 sendUrl INFO 83 [128] R:OK -2015-03-11 23:35:03 queue INFO >>83 [129] -2015-03-11 23:35:03 sendUrl INFO 83 [129] R:OK -2015-03-11 23:35:53 queue INFO >>83 [130] -2015-03-11 23:35:54 sendUrl INFO 83 [130] R:OK -2015-03-11 23:36:43 queue INFO >>83 [131] -2015-03-11 23:36:44 sendUrl INFO 83 [131] R:OK -2015-03-11 23:37:34 queue INFO >>83 [132] -2015-03-11 23:37:34 sendUrl INFO 83 [132] R:OK -2015-03-11 23:38:07 queue INFO C7 [133] -2015-03-11 23:38:07 queue INFO >C7 [134] -2015-03-11 23:38:08 sendUrl INFO C7 [133] R:OK -2015-03-11 23:38:08 sendUrl INFO C7 [134] R:OK -2015-03-11 23:38:09 queue INFO C3 [135] -2015-03-11 23:38:09 queue INFO >C3 [136] -2015-03-11 23:38:09 sendUrl INFO C3 [135] R:OK -2015-03-11 23:38:10 sendUrl INFO C3 [136] R:OK -2015-03-11 23:38:59 queue INFO >>C3 [137] -2015-03-11 23:38:59 sendUrl INFO C3 [137] R:OK -2015-03-11 23:39:49 queue INFO >>C3 [138] -2015-03-11 23:39:49 sendUrl INFO C3 [138] R:OK -2015-03-11 23:40:39 queue INFO >>C3 [139] -2015-03-11 23:40:40 sendUrl INFO C3 [139] R:OK -2015-03-11 23:41:29 queue INFO >>C3 [140] -2015-03-11 23:41:29 sendUrl INFO C3 [140] R:OK -2015-03-11 23:42:19 queue INFO >>C3 [141] -2015-03-11 23:42:20 sendUrl INFO C3 [141] R:OK -2015-03-11 23:43:09 queue INFO >>C3 [142] -2015-03-11 23:43:10 sendUrl INFO C3 [142] R:OK -2015-03-11 23:43:59 queue INFO >>C3 [143] -2015-03-11 23:44:00 sendUrl INFO C3 [143] R:OK -2015-03-11 23:44:50 queue INFO >>C3 [144] -2015-03-11 23:44:50 sendUrl INFO C3 [144] R:OK -2015-03-11 23:45:40 queue INFO >>C3 [145] -2015-03-11 23:45:40 sendUrl INFO C3 [145] R:OK -2015-03-11 23:46:13 queue INFO 83 [146] -2015-03-11 23:46:13 queue INFO 87 [147] -2015-03-11 23:46:14 queue INFO >87 [148] -2015-03-11 23:46:14 sendUrl INFO 83 [146] R:OK -2015-03-11 23:46:14 sendUrl INFO 87 [147] R:OK -2015-03-11 23:46:15 sendUrl INFO 87 [148] R:OK -2015-03-11 23:46:15 queue INFO 83 [149] -2015-03-11 23:46:15 queue INFO >83 [150] -2015-03-11 23:46:15 sendUrl INFO 83 [149] R:OK -2015-03-11 23:46:16 sendUrl INFO 83 [150] R:OK -2015-03-11 23:47:05 queue INFO >>83 [151] -2015-03-11 23:47:06 sendUrl INFO 83 [151] R:OK -2015-03-11 23:47:55 queue INFO >>83 [152] -2015-03-11 23:47:56 sendUrl INFO 83 [152] R:OK -2015-03-11 23:48:46 queue INFO >>83 [153] -2015-03-11 23:48:46 sendUrl INFO 83 [153] R:OK -2015-03-11 23:49:36 queue INFO >>83 [154] -2015-03-11 23:49:36 sendUrl INFO 83 [154] R:OK -2015-03-11 23:50:26 queue INFO >>83 [155] -2015-03-11 23:50:26 sendUrl INFO 83 [155] R:OK -2015-03-11 23:51:16 queue INFO >>83 [156] -2015-03-11 23:51:16 sendUrl INFO 83 [156] R:OK -2015-03-11 23:52:06 queue INFO >>83 [157] -2015-03-11 23:52:07 sendUrl INFO 83 [157] R:OK -2015-03-11 23:52:56 queue INFO >>83 [158] -2015-03-11 23:52:56 sendUrl INFO 83 [158] R:OK -2015-03-11 23:53:46 queue INFO >>83 [159] -2015-03-11 23:53:47 sendUrl INFO 83 [159] R:OK -2015-03-11 23:54:20 queue INFO 87 [160] -2015-03-11 23:54:21 sendUrl INFO 87 [160] R:OK -2015-03-11 23:54:21 queue INFO >87 [161] -2015-03-11 23:54:21 sendUrl INFO 87 [161] R:OK -2015-03-11 23:54:22 queue INFO 83 [162] -2015-03-11 23:54:22 queue INFO >83 [163] -2015-03-11 23:54:23 sendUrl INFO 83 [162] R:OK -2015-03-11 23:54:23 sendUrl INFO 83 [163] R:OK -2015-03-11 23:55:12 queue INFO >>83 [164] -2015-03-11 23:55:12 sendUrl INFO 83 [164] R:OK -2015-03-11 23:56:02 queue INFO >>83 [165] -2015-03-11 23:56:03 sendUrl INFO 83 [165] R:OK -2015-03-11 23:56:52 queue INFO >>83 [166] -2015-03-11 23:56:52 sendUrl INFO 83 [166] R:OK -2015-03-11 23:57:43 queue INFO >>83 [167] -2015-03-11 23:57:43 sendUrl INFO 83 [167] R:OK -2015-03-11 23:58:33 queue INFO >>83 [168] -2015-03-11 23:58:33 sendUrl INFO 83 [168] R:OK -2015-03-11 23:59:23 queue INFO >>83 [169] -2015-03-11 23:59:23 sendUrl INFO 83 [169] R:OK -2015-03-12 00:00:13 queue INFO >>83 [170] -2015-03-12 00:00:13 sendUrl INFO 83 [170] R:OK -2015-03-12 00:01:03 queue INFO >>83 [171] -2015-03-12 00:01:04 sendUrl INFO 83 [171] R:OK -2015-03-12 00:01:53 queue INFO >>83 [172] -2015-03-12 00:01:53 sendUrl INFO 83 [172] R:OK -2015-03-12 00:02:27 queue INFO 87 [173] -2015-03-12 00:02:27 queue INFO >87 [174] -2015-03-12 00:02:27 sendUrl INFO 87 [173] R:OK -2015-03-12 00:02:28 sendUrl INFO 87 [174] R:OK -2015-03-12 00:02:28 queue INFO 83 [175] -2015-03-12 00:02:29 queue INFO >83 [176] -2015-03-12 00:02:29 sendUrl INFO 83 [175] R:OK -2015-03-12 00:02:29 sendUrl INFO 83 [176] R:OK -2015-03-12 00:03:19 queue INFO >>83 [177] -2015-03-12 00:03:19 sendUrl INFO 83 [177] R:OK -2015-03-12 00:04:09 queue INFO >>83 [178] -2015-03-12 00:04:09 sendUrl INFO 83 [178] R:OK -2015-03-12 00:04:59 queue INFO >>83 [179] -2015-03-12 00:04:59 sendUrl INFO 83 [179] R:OK -2015-03-12 00:05:49 queue INFO >>83 [180] -2015-03-12 00:05:50 sendUrl INFO 83 [180] R:OK -2015-03-12 00:06:39 queue INFO >>83 [181] -2015-03-12 00:06:39 sendUrl INFO 83 [181] R:OK -2015-03-12 00:07:29 queue INFO >>83 [182] -2015-03-12 00:07:30 sendUrl INFO 83 [182] R:OK -2015-03-12 00:08:20 queue INFO >>83 [183] -2015-03-12 00:08:26 sendUrl INFO 83 [183] R:OK -2015-03-12 00:09:10 queue INFO >>83 [184] -2015-03-12 00:09:16 sendUrl INFO 83 [184] R:OK -2015-03-12 00:10:00 queue INFO >>83 [185] -2015-03-12 00:10:01 sendUrl INFO 83 [185] R:OK -2015-03-12 00:10:33 queue INFO 87 [186] -2015-03-12 00:10:34 queue INFO >87 [187] -2015-03-12 00:10:34 sendUrl INFO 87 [186] R:OK -2015-03-12 00:10:34 sendUrl INFO 87 [187] R:OK -2015-03-12 00:10:35 queue INFO 83 [188] -2015-03-12 00:10:35 queue INFO >83 [189] -2015-03-12 00:10:36 program INFO WAIT active send to complete -2015-03-12 00:10:36 program INFO WAIT active send to complete -2015-03-12 00:10:37 program INFO WAIT active send to complete -2015-03-12 00:10:37 program INFO WAIT active send to complete -2015-03-12 00:10:38 program INFO WAIT active send to complete -2015-03-12 00:10:38 program INFO WAIT active send to complete -2015-03-12 00:10:39 program INFO WAIT active send to complete -2015-03-12 00:10:39 program INFO WAIT active send to complete -2015-03-12 00:10:40 program INFO WAIT active send to complete -2015-03-12 00:10:40 program INFO WAIT active send to complete -2015-03-12 00:10:41 program INFO WAIT active send to complete -2015-03-12 00:10:41 program INFO WAIT active send to complete -2015-03-12 00:10:42 program INFO WAIT active send to complete -2015-03-12 00:10:43 program INFO WAIT active send to complete -2015-03-12 00:10:43 program INFO WAIT active send to complete -2015-03-12 00:10:44 program INFO WAIT active send to complete -2015-03-12 00:10:44 program INFO WAIT active send to complete -2015-03-12 00:10:45 program INFO WAIT active send to complete -2015-03-12 00:10:45 program INFO WAIT active send to complete -2015-03-12 00:10:46 program INFO WAIT active send to complete -2015-03-12 00:10:46 program INFO WAIT active send to complete -2015-03-12 00:10:47 program INFO WAIT active send to complete -2015-03-12 00:10:47 program INFO WAIT active send to complete -2015-03-12 00:10:48 program INFO WAIT active send to complete -2015-03-12 00:10:48 program INFO WAIT active send to complete -2015-03-12 00:10:49 program INFO WAIT active send to complete -2015-03-12 00:10:49 program INFO WAIT active send to complete -2015-03-12 00:10:50 program INFO WAIT active send to complete -2015-03-12 00:10:50 program INFO WAIT active send to complete -2015-03-12 00:10:51 program INFO WAIT active send to complete -2015-03-12 00:10:51 program INFO WAIT active send to complete -2015-03-12 00:10:52 program INFO WAIT active send to complete -2015-03-12 00:10:52 program INFO WAIT active send to complete -2015-03-12 00:10:53 program INFO WAIT active send to complete -2015-03-12 00:10:53 program INFO WAIT active send to complete -2015-03-12 00:10:54 program INFO WAIT active send to complete -2015-03-12 00:10:54 program INFO WAIT active send to complete -2015-03-12 00:10:55 program INFO WAIT active send to complete -2015-03-12 00:10:55 program INFO WAIT active send to complete -2015-03-12 00:10:56 program INFO WAIT active send to complete -2015-03-12 00:10:56 program INFO WAIT active send to complete -2015-03-12 00:10:57 program INFO WAIT active send to complete -2015-03-12 00:10:57 sendUrl INFO 83 [188] R:OK -2015-03-12 00:11:00 sendUrl INFO 83 [189] R:OK -2015-03-12 00:11:25 queue INFO >>83 [190] -2015-03-12 00:11:47 sendUrl INFO 83 [190] R:OK -2015-03-12 00:12:15 queue INFO >>83 [191] -2015-03-12 00:12:37 sendUrl INFO 83 [191] R:OK -2015-03-12 00:13:05 queue INFO >>83 [192] -2015-03-12 00:13:27 sendUrl INFO 83 [192] R:OK -2015-03-12 00:13:56 queue INFO >>83 [193] -2015-03-12 00:14:17 sendUrl INFO 83 [193] R:OK -2015-03-12 00:14:46 queue INFO >>83 [194] -2015-03-12 00:15:07 sendUrl INFO 83 [194] R:OK -2015-03-12 00:15:36 queue INFO >>83 [195] -2015-03-12 00:15:38 sendUrl INFO 83 [195] R:OK -2015-03-12 00:16:26 queue INFO >>83 [196] -2015-03-12 00:16:30 sendUrl INFO 83 [196] R:OK -2015-03-12 00:17:16 queue INFO >>83 [197] -2015-03-12 00:17:21 sendUrl INFO 83 [197] R:OK -2015-03-12 00:18:06 queue INFO >>83 [198] -2015-03-12 00:18:07 sendUrl INFO 83 [198] R:OK -2015-03-12 00:18:40 queue INFO 87 [199] -2015-03-12 00:18:40 queue INFO >87 [200] -2015-03-12 00:18:41 program INFO WAIT active send to complete -2015-03-12 00:18:41 program INFO WAIT active send to complete -2015-03-12 00:18:41 queue INFO 83 [201] -2015-03-12 00:18:42 queue INFO >83 [202] -2015-03-12 00:18:42 program INFO WAIT active send to complete -2015-03-12 00:18:42 program INFO WAIT active send to complete -2015-03-12 00:18:43 program INFO WAIT active send to complete -2015-03-12 00:18:43 program INFO WAIT active send to complete -2015-03-12 00:18:44 program INFO WAIT active send to complete -2015-03-12 00:18:44 program INFO WAIT active send to complete -2015-03-12 00:18:45 program INFO WAIT active send to complete -2015-03-12 00:18:45 program INFO WAIT active send to complete -2015-03-12 00:18:46 program INFO WAIT active send to complete -2015-03-12 00:18:46 program INFO WAIT active send to complete -2015-03-12 00:18:47 program INFO WAIT active send to complete -2015-03-12 00:18:47 sendUrl INFO 87 [199] R:OK -2015-03-12 00:18:48 program INFO WAIT active send to complete -2015-03-12 00:18:48 program INFO WAIT active send to complete -2015-03-12 00:18:49 program INFO WAIT active send to complete -2015-03-12 00:18:49 program INFO WAIT active send to complete -2015-03-12 00:18:50 program INFO WAIT active send to complete -2015-03-12 00:18:50 program INFO WAIT active send to complete -2015-03-12 00:18:51 program INFO WAIT active send to complete -2015-03-12 00:18:51 program INFO WAIT active send to complete -2015-03-12 00:18:52 program INFO WAIT active send to complete -2015-03-12 00:18:52 program INFO WAIT active send to complete -2015-03-12 00:18:53 program INFO WAIT active send to complete -2015-03-12 00:18:53 program INFO WAIT active send to complete -2015-03-12 00:18:54 sendUrl INFO 87 [200] R:OK -2015-03-12 00:18:54 program INFO WAIT active send to complete -2015-03-12 00:18:55 program INFO WAIT active send to complete -2015-03-12 00:18:55 sendUrl INFO 83 [201] R:OK -2015-03-12 00:19:18 sendUrl INFO 83 [202] R:OK -2015-03-12 00:19:32 queue INFO >>83 [203] -2015-03-12 00:19:37 sendUrl INFO 83 [203] R:OK -2015-03-12 00:20:22 queue INFO >>83 [204] -2015-03-12 00:20:25 sendUrl INFO 83 [204] R:OK -2015-03-12 00:21:12 queue INFO >>83 [205] -2015-03-12 00:21:17 sendUrl INFO 83 [205] R:OK -2015-03-12 00:22:02 queue INFO >>83 [206] -2015-03-12 00:22:07 sendUrl INFO 83 [206] R:OK -2015-03-12 00:22:52 queue INFO >>83 [207] -2015-03-12 00:22:53 sendUrl INFO 83 [207] R:OK -2015-03-12 00:23:42 queue INFO >>83 [208] -2015-03-12 00:23:56 sendUrl INFO 83 [208] R:OK -2015-03-12 00:24:32 queue INFO >>83 [209] -2015-03-12 00:24:46 sendUrl INFO 83 [209] R:OK -2015-03-12 00:25:23 queue INFO >>83 [210] -2015-03-12 00:25:23 sendUrl INFO 83 [210] R:OK -2015-03-12 00:26:13 queue INFO >>83 [211] -2015-03-12 00:26:26 sendUrl INFO 83 [211] R:OK -2015-03-12 00:26:46 queue INFO C7 [212] -2015-03-12 00:26:47 queue INFO >C7 [213] -2015-03-12 00:26:47 program INFO WAIT active send to complete -2015-03-12 00:26:48 program INFO WAIT active send to complete -2015-03-12 00:26:48 queue INFO C3 [214] -2015-03-12 00:26:48 queue INFO >C3 [215] -2015-03-12 00:26:48 program INFO WAIT active send to complete -2015-03-12 00:26:49 program INFO WAIT active send to complete -2015-03-12 00:26:49 program INFO WAIT active send to complete -2015-03-12 00:26:49 sendUrl INFO C7 [212] R:OK -2015-03-12 00:26:50 program INFO WAIT active send to complete -2015-03-12 00:26:51 program INFO WAIT active send to complete -2015-03-12 00:26:51 program INFO WAIT active send to complete -2015-03-12 00:26:52 program INFO WAIT active send to complete -2015-03-12 00:26:52 program INFO WAIT active send to complete -2015-03-12 00:26:53 program INFO WAIT active send to complete -2015-03-12 00:26:53 program INFO WAIT active send to complete -2015-03-12 00:26:53 sendUrl INFO C7 [213] R:OK -2015-03-12 00:26:54 sendUrl INFO C3 [214] R:OK -2015-03-12 00:27:00 sendUrl INFO C3 [215] R:OK -2015-03-12 00:27:38 queue INFO >>C3 [216] -2015-03-12 00:27:38 sendUrl INFO C3 [216] R:OK -2015-03-12 00:28:28 queue INFO >>C3 [217] -2015-03-12 00:28:29 sendUrl INFO C3 [217] R:OK -2015-03-12 00:29:18 queue INFO >>C3 [218] -2015-03-12 00:29:20 sendUrl INFO C3 [218] R:OK -2015-03-12 00:30:08 queue INFO >>C3 [219] -2015-03-12 00:30:09 sendUrl INFO C3 [219] R:OK -2015-03-12 00:30:58 queue INFO >>C3 [220] -2015-03-12 00:31:00 sendUrl INFO C3 [220] R:OK -2015-03-12 00:31:49 queue INFO >>C3 [221] -2015-03-12 00:31:50 sendUrl INFO C3 [221] R:OK -2015-03-12 00:32:39 queue INFO >>C3 [222] -2015-03-12 00:32:39 sendUrl INFO C3 [222] R:OK -2015-03-12 00:33:29 queue INFO >>C3 [223] -2015-03-12 00:33:30 sendUrl INFO C3 [223] R:OK -2015-03-12 00:34:19 queue INFO >>C3 [224] -2015-03-12 00:34:21 sendUrl INFO C3 [224] R:OK -2015-03-12 00:34:52 queue INFO 83 [225] -2015-03-12 00:34:53 queue INFO 87 [226] -2015-03-12 00:34:53 queue INFO >87 [227] -2015-03-12 00:34:53 sendUrl INFO 83 [225] R:OK -2015-03-12 00:34:54 sendUrl INFO 87 [226] R:OK -2015-03-12 00:34:54 queue INFO 83 [228] -2015-03-12 00:34:54 program INFO WAIT active send to complete -2015-03-12 00:34:54 queue INFO >83 [229] -2015-03-12 00:34:55 program INFO WAIT active send to complete -2015-03-12 00:34:55 program INFO WAIT active send to complete -2015-03-12 00:34:56 program INFO WAIT active send to complete -2015-03-12 00:34:56 program INFO WAIT active send to complete -2015-03-12 00:34:57 program INFO WAIT active send to complete -2015-03-12 00:34:57 program INFO WAIT active send to complete -2015-03-12 00:34:58 program INFO WAIT active send to complete -2015-03-12 00:34:58 program INFO WAIT active send to complete -2015-03-12 00:34:59 program INFO WAIT active send to complete -2015-03-12 00:34:59 program INFO WAIT active send to complete -2015-03-12 00:35:00 program INFO WAIT active send to complete -2015-03-12 00:35:00 program INFO WAIT active send to complete -2015-03-12 00:35:01 program INFO WAIT active send to complete -2015-03-12 00:35:01 program INFO WAIT active send to complete -2015-03-12 00:35:02 program INFO WAIT active send to complete -2015-03-12 00:35:02 program INFO WAIT active send to complete -2015-03-12 00:35:03 program INFO WAIT active send to complete -2015-03-12 00:35:03 program INFO WAIT active send to complete -2015-03-12 00:35:04 program INFO WAIT active send to complete -2015-03-12 00:35:04 program INFO WAIT active send to complete -2015-03-12 00:35:05 program INFO WAIT active send to complete -2015-03-12 00:35:05 program INFO WAIT active send to complete -2015-03-12 00:35:06 program INFO WAIT active send to complete -2015-03-12 00:35:06 program INFO WAIT active send to complete -2015-03-12 00:35:07 program INFO WAIT active send to complete -2015-03-12 00:35:07 program INFO WAIT active send to complete -2015-03-12 00:35:08 program INFO WAIT active send to complete -2015-03-12 00:35:08 program INFO WAIT active send to complete -2015-03-12 00:35:09 program INFO WAIT active send to complete -2015-03-12 00:35:09 program INFO WAIT active send to complete -2015-03-12 00:35:10 program INFO WAIT active send to complete -2015-03-12 00:35:10 program INFO WAIT active send to complete -2015-03-12 00:35:11 sendUrl INFO 87 [227] R:OK -2015-03-12 00:35:11 program INFO WAIT active send to complete -2015-03-12 00:35:12 program INFO WAIT active send to complete -2015-03-12 00:35:13 program INFO WAIT active send to complete -2015-03-12 00:35:13 program INFO WAIT active send to complete -2015-03-12 00:35:14 program INFO WAIT active send to complete -2015-03-12 00:35:14 program INFO WAIT active send to complete -2015-03-12 00:35:15 program INFO WAIT active send to complete -2015-03-12 00:35:15 sendUrl INFO 83 [228] R:OK -2015-03-12 00:35:21 sendUrl INFO 83 [229] R:OK -2015-03-12 00:35:44 queue INFO >>83 [230] -2015-03-12 00:36:01 sendUrl INFO 83 [230] R:OK -2015-03-12 00:36:34 queue INFO >>83 [231] -2015-03-12 00:36:51 sendUrl INFO 83 [231] R:OK -2015-03-12 00:37:25 queue INFO >>83 [232] -2015-03-12 00:37:25 sendUrl INFO 83 [232] R:OK -2015-03-12 00:38:15 queue INFO >>83 [233] -2015-03-12 00:38:31 sendUrl INFO 83 [233] R:OK -2015-03-12 00:39:05 queue INFO >>83 [234] -2015-03-12 00:39:19 sendUrl INFO 83 [234] R:OK -2015-03-12 00:39:55 queue INFO >>83 [235] -2015-03-12 00:39:56 sendUrl INFO 83 [235] R:OK -2015-03-12 00:40:45 queue INFO >>83 [236] -2015-03-12 00:41:01 sendUrl INFO 83 [236] R:OK -2015-03-12 00:41:35 queue INFO >>83 [237] -2015-03-12 00:41:51 sendUrl INFO 83 [237] R:OK -2015-03-12 00:42:25 queue INFO >>83 [238] -2015-03-12 00:42:41 sendUrl INFO 83 [238] R:OK -2015-03-12 00:42:59 queue INFO 87 [239] -2015-03-12 00:43:00 queue INFO >87 [240] -2015-03-12 00:43:00 program INFO WAIT active send to complete -2015-03-12 00:43:01 program INFO WAIT active send to complete -2015-03-12 00:43:01 queue INFO 83 [241] -2015-03-12 00:43:01 program INFO WAIT active send to complete -2015-03-12 00:43:01 queue INFO >83 [242] -2015-03-12 00:43:02 program INFO WAIT active send to complete -2015-03-12 00:43:02 program INFO WAIT active send to complete -2015-03-12 00:43:03 program INFO WAIT active send to complete -2015-03-12 00:43:03 program INFO WAIT active send to complete -2015-03-12 00:43:04 program INFO WAIT active send to complete -2015-03-12 00:43:04 program INFO WAIT active send to complete -2015-03-12 00:43:05 program INFO WAIT active send to complete -2015-03-12 00:43:05 program INFO WAIT active send to complete -2015-03-12 00:43:06 program INFO WAIT active send to complete -2015-03-12 00:43:06 program INFO WAIT active send to complete -2015-03-12 00:43:07 program INFO WAIT active send to complete -2015-03-12 00:43:07 program INFO WAIT active send to complete -2015-03-12 00:43:08 program INFO WAIT active send to complete -2015-03-12 00:43:08 program INFO WAIT active send to complete -2015-03-12 00:43:09 program INFO WAIT active send to complete -2015-03-12 00:43:09 program INFO WAIT active send to complete -2015-03-12 00:43:10 sendUrl INFO 87 [239] R:OK -2015-03-12 00:43:10 program INFO WAIT active send to complete -2015-03-12 00:43:11 program INFO WAIT active send to complete -2015-03-12 00:43:11 program INFO WAIT active send to complete -2015-03-12 00:43:12 program INFO WAIT active send to complete -2015-03-12 00:43:12 program INFO WAIT active send to complete -2015-03-12 00:43:13 program INFO WAIT active send to complete -2015-03-12 00:43:13 program INFO WAIT active send to complete -2015-03-12 00:43:14 program INFO WAIT active send to complete -2015-03-12 00:43:14 program INFO WAIT active send to complete -2015-03-12 00:43:15 program INFO WAIT active send to complete -2015-03-12 00:43:15 program INFO WAIT active send to complete -2015-03-12 00:43:16 program INFO WAIT active send to complete -2015-03-12 00:43:16 program INFO WAIT active send to complete -2015-03-12 00:43:17 program INFO WAIT active send to complete -2015-03-12 00:43:17 program INFO WAIT active send to complete -2015-03-12 00:43:18 program INFO WAIT active send to complete -2015-03-12 00:43:18 program INFO WAIT active send to complete -2015-03-12 00:43:19 program INFO WAIT active send to complete -2015-03-12 00:43:19 program INFO WAIT active send to complete -2015-03-12 00:43:20 program INFO WAIT active send to complete -2015-03-12 00:43:20 program INFO WAIT active send to complete -2015-03-12 00:43:21 program INFO WAIT active send to complete -2015-03-12 00:43:21 program INFO WAIT active send to complete -2015-03-12 00:43:22 program INFO WAIT active send to complete -2015-03-12 00:43:22 program INFO WAIT active send to complete -2015-03-12 00:43:23 program INFO WAIT active send to complete -2015-03-12 00:43:23 program INFO WAIT active send to complete -2015-03-12 00:43:24 program INFO WAIT active send to complete -2015-03-12 00:43:24 program INFO WAIT active send to complete -2015-03-12 00:43:25 program INFO WAIT active send to complete -2015-03-12 00:43:25 program INFO WAIT active send to complete -2015-03-12 00:43:26 program INFO WAIT active send to complete -2015-03-12 00:43:26 program INFO WAIT active send to complete -2015-03-12 00:43:27 program INFO WAIT active send to complete -2015-03-12 00:43:27 program INFO WAIT active send to complete -2015-03-12 00:43:28 program INFO WAIT active send to complete -2015-03-12 00:43:28 program INFO WAIT active send to complete -2015-03-12 00:43:29 program INFO WAIT active send to complete -2015-03-12 00:43:29 program INFO WAIT active send to complete -2015-03-12 00:43:30 program INFO WAIT active send to complete -2015-03-12 00:43:30 program INFO WAIT active send to complete -2015-03-12 00:43:31 program INFO WAIT active send to complete -2015-03-12 00:43:31 sendUrl INFO 87 [240] R:OK -2015-03-12 00:43:32 program INFO WAIT active send to complete -2015-03-12 00:43:32 sendUrl INFO 83 [241] R:OK -2015-03-12 00:43:36 sendUrl INFO 83 [242] R:OK -2015-03-12 00:43:51 queue INFO >>83 [243] -2015-03-12 00:43:59 sendUrl INFO 83 [243] R:OK -2015-03-12 00:44:41 queue INFO >>83 [244] -2015-03-12 00:44:50 sendUrl INFO 83 [244] R:OK -2015-03-12 00:45:32 queue INFO >>83 [245] -2015-03-12 00:45:40 sendUrl INFO 83 [245] R:OK -2015-03-12 00:46:22 queue INFO >>83 [246] -2015-03-12 00:46:30 sendUrl INFO 83 [246] R:OK -2015-03-12 00:47:12 queue INFO >>83 [247] -2015-03-12 00:47:20 sendUrl INFO 83 [247] R:OK -2015-03-12 00:48:02 queue INFO >>83 [248] -2015-03-12 00:48:11 sendUrl INFO 83 [248] R:OK -2015-03-12 00:48:52 queue INFO >>83 [249] -2015-03-12 00:48:58 sendUrl INFO 83 [249] R:OK -2015-03-12 00:49:42 queue INFO >>83 [250] -2015-03-12 00:49:49 sendUrl INFO 83 [250] R:OK -2015-03-12 00:50:32 queue INFO >>83 [251] -2015-03-12 00:50:40 sendUrl INFO 83 [251] R:OK -2015-03-12 00:51:06 queue INFO 87 [252] -2015-03-12 00:51:06 queue INFO >87 [253] -2015-03-12 00:51:07 program INFO WAIT active send to complete -2015-03-12 00:51:07 program INFO WAIT active send to complete -2015-03-12 00:51:08 sendUrl INFO 87 [252] R:OK -2015-03-12 00:51:08 queue INFO 83 [254] -2015-03-12 00:51:08 queue INFO >83 [255] -2015-03-12 00:51:08 program INFO WAIT active send to complete -2015-03-12 00:51:09 program INFO WAIT active send to complete -2015-03-12 00:51:10 program INFO WAIT active send to complete -2015-03-12 00:51:10 program INFO WAIT active send to complete -2015-03-12 00:51:11 program INFO WAIT active send to complete -2015-03-12 00:51:11 program INFO WAIT active send to complete -2015-03-12 00:51:12 program INFO WAIT active send to complete -2015-03-12 00:51:12 program INFO WAIT active send to complete -2015-03-12 00:51:13 program INFO WAIT active send to complete -2015-03-12 00:51:13 program INFO WAIT active send to complete -2015-03-12 00:51:14 program INFO WAIT active send to complete -2015-03-12 00:51:14 program INFO WAIT active send to complete -2015-03-12 00:51:15 sendUrl INFO 87 [253] R:OK -2015-03-12 00:51:15 program INFO WAIT active send to complete -2015-03-12 00:51:16 program INFO WAIT active send to complete -2015-03-12 00:51:16 program INFO WAIT active send to complete -2015-03-12 00:51:17 program INFO WAIT active send to complete -2015-03-12 00:51:17 program INFO WAIT active send to complete -2015-03-12 00:51:18 program INFO WAIT active send to complete -2015-03-12 00:51:18 program INFO WAIT active send to complete -2015-03-12 00:51:19 program INFO WAIT active send to complete -2015-03-12 00:51:19 program INFO WAIT active send to complete -2015-03-12 00:51:20 program INFO WAIT active send to complete -2015-03-12 00:51:20 program INFO WAIT active send to complete -2015-03-12 00:51:21 program INFO WAIT active send to complete -2015-03-12 00:51:21 program INFO WAIT active send to complete -2015-03-12 00:51:22 program INFO WAIT active send to complete -2015-03-12 00:51:22 program INFO WAIT active send to complete -2015-03-12 00:51:23 program INFO WAIT active send to complete -2015-03-12 00:51:23 program INFO WAIT active send to complete -2015-03-12 00:51:24 program INFO WAIT active send to complete -2015-03-12 00:51:24 program INFO WAIT active send to complete -2015-03-12 00:51:25 program INFO WAIT active send to complete -2015-03-12 00:51:25 program INFO WAIT active send to complete -2015-03-12 00:51:26 program INFO WAIT active send to complete -2015-03-12 00:51:26 program INFO WAIT active send to complete -2015-03-12 00:51:27 program INFO WAIT active send to complete -2015-03-12 00:51:27 program INFO WAIT active send to complete -2015-03-12 00:51:28 program INFO WAIT active send to complete -2015-03-12 00:51:28 program INFO WAIT active send to complete -2015-03-12 00:51:29 program INFO WAIT active send to complete -2015-03-12 00:51:29 sendUrl INFO 83 [254] R:OK -2015-03-12 00:51:30 sendUrl INFO 83 [255] R:OK -2015-03-12 00:51:58 queue INFO >>83 [256] -2015-03-12 00:52:04 sendUrl INFO 83 [256] R:OK -2015-03-12 00:52:48 queue INFO >>83 [257] -2015-03-12 00:52:55 sendUrl INFO 83 [257] R:OK -2015-03-12 00:53:38 queue INFO >>83 [258] -2015-03-12 00:53:45 sendUrl INFO 83 [258] R:OK -2015-03-12 00:54:28 queue INFO >>83 [259] -2015-03-12 00:54:35 sendUrl INFO 83 [259] R:OK -2015-03-12 00:55:18 queue INFO >>83 [260] -2015-03-12 00:55:25 sendUrl INFO 83 [260] R:OK -2015-03-12 00:56:09 queue INFO >>83 [261] -2015-03-12 00:56:15 sendUrl INFO 83 [261] R:OK -2015-03-12 00:56:59 queue INFO >>83 [262] -2015-03-12 00:57:05 sendUrl INFO 83 [262] R:OK -2015-03-12 00:57:49 queue INFO >>83 [263] -2015-03-12 00:57:56 sendUrl INFO 83 [263] R:OK -2015-03-12 00:58:39 queue INFO >>83 [264] -2015-03-12 00:58:40 sendUrl INFO 83 [264] R:OK -2015-03-12 00:59:13 queue INFO 87 [265] -2015-03-12 00:59:13 queue INFO >87 [266] -2015-03-12 00:59:13 program INFO WAIT active send to complete -2015-03-12 00:59:14 program INFO WAIT active send to complete -2015-03-12 00:59:14 queue INFO 83 [267] -2015-03-12 00:59:14 program INFO WAIT active send to complete -2015-03-12 00:59:14 queue INFO >83 [268] -2015-03-12 00:59:15 program INFO WAIT active send to complete -2015-03-12 00:59:15 program INFO WAIT active send to complete -2015-03-12 00:59:16 program INFO WAIT active send to complete -2015-03-12 00:59:16 program INFO WAIT active send to complete -2015-03-12 00:59:17 program INFO WAIT active send to complete -2015-03-12 00:59:17 program INFO WAIT active send to complete -2015-03-12 00:59:18 program INFO WAIT active send to complete -2015-03-12 00:59:18 program INFO WAIT active send to complete -2015-03-12 00:59:19 program INFO WAIT active send to complete -2015-03-12 00:59:19 program INFO WAIT active send to complete -2015-03-12 00:59:20 program INFO WAIT active send to complete -2015-03-12 00:59:20 program INFO WAIT active send to complete -2015-03-12 00:59:21 program INFO WAIT active send to complete -2015-03-12 00:59:21 program INFO WAIT active send to complete -2015-03-12 00:59:22 program INFO WAIT active send to complete -2015-03-12 00:59:22 program INFO WAIT active send to complete -2015-03-12 00:59:23 program INFO WAIT active send to complete -2015-03-12 00:59:23 program INFO WAIT active send to complete -2015-03-12 00:59:24 program INFO WAIT active send to complete -2015-03-12 00:59:24 program INFO WAIT active send to complete -2015-03-12 00:59:25 program INFO WAIT active send to complete -2015-03-12 00:59:25 sendUrl INFO 87 [265] R:OK -2015-03-12 00:59:26 program INFO WAIT active send to complete -2015-03-12 00:59:26 program INFO WAIT active send to complete -2015-03-12 00:59:27 program INFO WAIT active send to complete -2015-03-12 00:59:27 program INFO WAIT active send to complete -2015-03-12 00:59:28 sendUrl INFO 87 [266] R:OK -2015-03-12 00:59:28 program INFO WAIT active send to complete -2015-03-12 00:59:29 program INFO WAIT active send to complete -2015-03-12 00:59:29 sendUrl INFO 83 [267] R:OK -2015-03-12 00:59:31 sendUrl INFO 83 [268] R:OK -2015-03-12 01:00:04 queue INFO >>83 [269] -2015-03-12 01:00:15 sendUrl INFO 83 [269] R:OK -2015-03-12 01:00:55 queue INFO >>83 [270] -2015-03-12 01:01:03 sendUrl INFO 83 [270] R:OK -2015-03-12 01:01:45 queue INFO >>83 [271] -2015-03-12 01:01:54 sendUrl INFO 83 [271] R:OK -2015-03-12 01:02:35 queue INFO >>83 [272] -2015-03-12 01:02:44 sendUrl INFO 83 [272] R:OK -2015-03-12 01:03:25 queue INFO >>83 [273] -2015-03-12 01:03:26 sendUrl INFO 83 [273] R:OK -2015-03-12 01:04:15 queue INFO >>83 [274] -2015-03-12 01:04:17 sendUrl INFO 83 [274] R:OK -2015-03-12 01:05:05 queue INFO >>83 [275] -2015-03-12 01:05:08 sendUrl INFO 83 [275] R:OK -2015-03-12 01:05:56 queue INFO >>83 [276] -2015-03-12 01:05:56 sendUrl INFO 83 [276] R:OK -2015-03-12 01:06:46 queue INFO >>83 [277] -2015-03-12 01:06:56 sendUrl INFO 83 [277] R:OK -2015-03-12 01:07:19 queue INFO 87 [278] -2015-03-12 01:07:19 queue INFO >87 [279] -2015-03-12 01:07:20 program INFO WAIT active send to complete -2015-03-12 01:07:20 program INFO WAIT active send to complete -2015-03-12 01:07:21 queue INFO 83 [280] -2015-03-12 01:07:21 program INFO WAIT active send to complete -2015-03-12 01:07:21 queue INFO >83 [281] -2015-03-12 01:07:21 program INFO WAIT active send to complete -2015-03-12 01:07:22 program INFO WAIT active send to complete -2015-03-12 01:07:22 program INFO WAIT active send to complete -2015-03-12 01:07:23 program INFO WAIT active send to complete -2015-03-12 01:07:23 program INFO WAIT active send to complete -2015-03-12 01:07:24 program INFO WAIT active send to complete -2015-03-12 01:07:24 sendUrl INFO 87 [278] R:OK -2015-03-12 01:07:25 program INFO WAIT active send to complete -2015-03-12 01:07:25 program INFO WAIT active send to complete -2015-03-12 01:07:26 program INFO WAIT active send to complete -2015-03-12 01:07:26 program INFO WAIT active send to complete -2015-03-12 01:07:27 program INFO WAIT active send to complete -2015-03-12 01:07:27 program INFO WAIT active send to complete -2015-03-12 01:07:28 program INFO WAIT active send to complete -2015-03-12 01:07:28 program INFO WAIT active send to complete -2015-03-12 01:07:29 program INFO WAIT active send to complete -2015-03-12 01:07:29 program INFO WAIT active send to complete -2015-03-12 01:07:30 program INFO WAIT active send to complete -2015-03-12 01:07:30 program INFO WAIT active send to complete -2015-03-12 01:07:31 program INFO WAIT active send to complete -2015-03-12 01:07:31 program INFO WAIT active send to complete -2015-03-12 01:07:31 sendUrl INFO 87 [279] R:OK -2015-03-12 01:07:32 program INFO WAIT active send to complete -2015-03-12 01:07:33 program INFO WAIT active send to complete -2015-03-12 01:07:33 program INFO WAIT active send to complete -2015-03-12 01:07:34 program INFO WAIT active send to complete -2015-03-12 01:07:34 program INFO WAIT active send to complete -2015-03-12 01:07:35 program INFO WAIT active send to complete -2015-03-12 01:07:35 program INFO WAIT active send to complete -2015-03-12 01:07:36 program INFO WAIT active send to complete -2015-03-12 01:07:36 program INFO WAIT active send to complete -2015-03-12 01:07:37 program INFO WAIT active send to complete -2015-03-12 01:07:37 program INFO WAIT active send to complete -2015-03-12 01:07:38 program INFO WAIT active send to complete -2015-03-12 01:07:38 program INFO WAIT active send to complete -2015-03-12 01:07:39 program INFO WAIT active send to complete -2015-03-12 01:07:39 program INFO WAIT active send to complete -2015-03-12 01:07:40 program INFO WAIT active send to complete -2015-03-12 01:07:40 program INFO WAIT active send to complete -2015-03-12 01:07:41 program INFO WAIT active send to complete -2015-03-12 01:07:41 program INFO WAIT active send to complete -2015-03-12 01:07:42 program INFO WAIT active send to complete -2015-03-12 01:07:42 program INFO WAIT active send to complete -2015-03-12 01:07:43 program INFO WAIT active send to complete -2015-03-12 01:07:43 program INFO WAIT active send to complete -2015-03-12 01:07:44 program INFO WAIT active send to complete -2015-03-12 01:07:44 program INFO WAIT active send to complete -2015-03-12 01:07:45 program INFO WAIT active send to complete -2015-03-12 01:07:45 program INFO WAIT active send to complete -2015-03-12 01:07:46 program INFO WAIT active send to complete -2015-03-12 01:07:46 program INFO WAIT active send to complete -2015-03-12 01:07:47 sendUrl INFO 83 [280] R:OK -2015-03-12 01:07:49 sendUrl INFO 83 [281] R:OK -2015-03-12 01:08:11 queue INFO >>83 [282] -2015-03-12 01:08:13 sendUrl INFO 83 [282] R:OK -2015-03-12 01:09:01 queue INFO >>83 [283] -2015-03-12 01:09:04 sendUrl INFO 83 [283] R:OK -2015-03-12 01:09:51 queue INFO >>83 [284] -2015-03-12 01:09:54 sendUrl INFO 83 [284] R:OK -2015-03-12 01:10:41 queue INFO >>83 [285] -2015-03-12 01:10:42 sendUrl INFO 83 [285] R:OK -2015-03-12 01:11:31 queue INFO >>83 [286] -2015-03-12 01:11:35 sendUrl INFO 83 [286] R:OK -2015-03-12 01:12:21 queue INFO >>83 [287] -2015-03-12 01:12:25 sendUrl INFO 83 [287] R:OK -2015-03-12 01:13:12 queue INFO >>83 [288] -2015-03-12 01:13:12 sendUrl INFO 83 [288] R:OK -2015-03-12 01:14:02 queue INFO >>83 [289] -2015-03-12 01:14:05 sendUrl INFO 83 [289] R:OK -2015-03-12 01:14:52 queue INFO >>83 [290] -2015-03-12 01:14:55 sendUrl INFO 83 [290] R:OK -2015-03-12 01:15:25 queue INFO C7 [291] -2015-03-12 01:15:26 queue INFO >C7 [292] -2015-03-12 01:15:26 sendUrl INFO C7 [291] R:OK -2015-03-12 01:15:27 sendUrl INFO C7 [292] R:OK -2015-03-12 01:15:27 queue INFO C3 [293] -2015-03-12 01:15:27 queue INFO >C3 [294] -2015-03-12 01:15:28 sendUrl INFO C3 [293] R:OK -2015-03-12 01:15:29 sendUrl INFO C3 [294] R:OK -2015-03-12 01:16:17 queue INFO >>C3 [295] -2015-03-12 01:16:19 sendUrl INFO C3 [295] R:OK -2015-03-12 01:17:07 queue INFO >>C3 [296] -2015-03-12 01:17:09 sendUrl INFO C3 [296] R:OK -2015-03-12 01:17:58 queue INFO >>C3 [297] -2015-03-12 01:17:59 sendUrl INFO C3 [297] R:OK -2015-03-12 01:18:48 queue INFO >>C3 [298] -2015-03-12 01:18:49 sendUrl INFO C3 [298] R:OK -2015-03-12 01:19:38 queue INFO >>C3 [299] -2015-03-12 01:19:39 sendUrl INFO C3 [299] R:OK -2015-03-12 01:20:28 queue INFO >>C3 [300] -2015-03-12 01:20:30 sendUrl INFO C3 [300] R:OK -2015-03-12 01:21:18 queue INFO >>C3 [301] -2015-03-12 01:21:20 sendUrl INFO C3 [301] R:OK -2015-03-12 01:22:08 queue INFO >>C3 [302] -2015-03-12 01:22:10 sendUrl INFO C3 [302] R:OK -2015-03-12 01:22:58 queue INFO >>C3 [303] -2015-03-12 01:23:00 sendUrl INFO C3 [303] R:OK -2015-03-12 01:23:44 queue INFO 83 [304] -2015-03-12 01:23:44 queue INFO 87 [305] -2015-03-12 01:23:45 queue INFO >87 [306] -2015-03-12 01:23:45 program INFO WAIT active send to complete -2015-03-12 01:23:45 sendUrl INFO 83 [304] R:OK -2015-03-12 01:23:46 queue INFO 83 [307] -2015-03-12 01:23:46 program INFO WAIT active send to complete -2015-03-12 01:23:46 queue INFO >83 [308] -2015-03-12 01:23:47 program INFO WAIT active send to complete -2015-03-12 01:23:47 program INFO WAIT active send to complete -2015-03-12 01:23:48 program INFO WAIT active send to complete -2015-03-12 01:23:48 program INFO WAIT active send to complete -2015-03-12 01:23:49 program INFO WAIT active send to complete -2015-03-12 01:23:49 program INFO WAIT active send to complete -2015-03-12 01:23:50 program INFO WAIT active send to complete -2015-03-12 01:23:50 program INFO WAIT active send to complete -2015-03-12 01:23:50 sendUrl INFO 87 [305] R:OK -2015-03-12 01:23:51 program INFO WAIT active send to complete -2015-03-12 01:23:52 program INFO WAIT active send to complete -2015-03-12 01:23:52 program INFO WAIT active send to complete -2015-03-12 01:23:53 program INFO WAIT active send to complete -2015-03-12 01:23:53 program INFO WAIT active send to complete -2015-03-12 01:23:54 program INFO WAIT active send to complete -2015-03-12 01:23:54 program INFO WAIT active send to complete -2015-03-12 01:23:55 program INFO WAIT active send to complete -2015-03-12 01:23:55 program INFO WAIT active send to complete -2015-03-12 01:23:56 program INFO WAIT active send to complete -2015-03-12 01:23:56 program INFO WAIT active send to complete -2015-03-12 01:23:57 program INFO WAIT active send to complete -2015-03-12 01:23:57 program INFO WAIT active send to complete -2015-03-12 01:23:58 program INFO WAIT active send to complete -2015-03-12 01:23:58 program INFO WAIT active send to complete -2015-03-12 01:23:59 program INFO WAIT active send to complete -2015-03-12 01:23:59 program INFO WAIT active send to complete -2015-03-12 01:24:00 program INFO WAIT active send to complete -2015-03-12 01:24:00 program INFO WAIT active send to complete -2015-03-12 01:24:01 program INFO WAIT active send to complete -2015-03-12 01:24:01 program INFO WAIT active send to complete -2015-03-12 01:24:02 program INFO WAIT active send to complete -2015-03-12 01:24:02 program INFO WAIT active send to complete -2015-03-12 01:24:03 program INFO WAIT active send to complete -2015-03-12 01:24:03 program INFO WAIT active send to complete -2015-03-12 01:24:04 program INFO WAIT active send to complete -2015-03-12 01:24:04 program INFO WAIT active send to complete -2015-03-12 01:24:05 program INFO WAIT active send to complete -2015-03-12 01:24:06 program INFO WAIT active send to complete -2015-03-12 01:24:06 program INFO WAIT active send to complete -2015-03-12 01:24:07 program INFO WAIT active send to complete -2015-03-12 01:24:07 sendUrl INFO 87 [306] R:OK -2015-03-12 01:24:08 program INFO WAIT active send to complete -2015-03-12 01:24:08 program INFO WAIT active send to complete -2015-03-12 01:24:09 program INFO WAIT active send to complete -2015-03-12 01:24:09 program INFO WAIT active send to complete -2015-03-12 01:24:10 program INFO WAIT active send to complete -2015-03-12 01:24:10 program INFO WAIT active send to complete -2015-03-12 01:24:11 program INFO WAIT active send to complete -2015-03-12 01:24:11 program INFO WAIT active send to complete -2015-03-12 01:24:12 program INFO WAIT active send to complete -2015-03-12 01:24:12 program INFO WAIT active send to complete -2015-03-12 01:24:13 program INFO WAIT active send to complete -2015-03-12 01:24:13 program INFO WAIT active send to complete -2015-03-12 01:24:14 program INFO WAIT active send to complete -2015-03-12 01:24:14 program INFO WAIT active send to complete -2015-03-12 01:24:15 program INFO WAIT active send to complete -2015-03-12 01:24:15 program INFO WAIT active send to complete -2015-03-12 01:24:15 sendUrl INFO 83 [307] R:OK -2015-03-12 01:24:29 sendUrl INFO 83 [308] R:OK -2015-03-12 01:24:36 queue INFO >>83 [309] -2015-03-12 01:24:40 sendUrl INFO 83 [309] R:OK -2015-03-12 01:25:26 queue INFO >>83 [310] -2015-03-12 01:25:31 sendUrl INFO 83 [310] R:OK -2015-03-12 01:26:16 queue INFO >>83 [311] -2015-03-12 01:26:21 sendUrl INFO 83 [311] R:OK -2015-03-12 01:27:01 queue INFO 81 [312] -2015-03-12 01:27:01 queue INFO >81 [313] -2015-03-12 01:27:01 program INFO WAIT active send to complete -2015-03-12 01:27:02 program INFO WAIT active send to complete -2015-03-12 01:27:02 program INFO WAIT active send to complete -2015-03-12 01:27:03 program INFO WAIT active send to complete -2015-03-12 01:27:03 program INFO WAIT active send to complete -2015-03-12 01:27:04 program INFO WAIT active send to complete -2015-03-12 01:27:04 program INFO WAIT active send to complete -2015-03-12 01:27:04 sendUrl INFO 81 [312] R:OK -2015-03-12 01:27:06 sendUrl INFO 81 [313] R:OK -2015-03-12 01:27:11 queue INFO 83 [314] -2015-03-12 01:27:11 queue INFO >83 [315] -2015-03-12 01:27:12 program INFO WAIT active send to complete -2015-03-12 01:27:12 program INFO WAIT active send to complete -2015-03-12 01:27:13 program INFO WAIT active send to complete -2015-03-12 01:27:13 program INFO WAIT active send to complete -2015-03-12 01:27:14 program INFO WAIT active send to complete -2015-03-12 01:27:14 program INFO WAIT active send to complete -2015-03-12 01:27:15 program INFO WAIT active send to complete -2015-03-12 01:27:15 program INFO WAIT active send to complete -2015-03-12 01:27:16 program INFO WAIT active send to complete -2015-03-12 01:27:16 program INFO WAIT active send to complete -2015-03-12 01:27:17 program INFO WAIT active send to complete -2015-03-12 01:27:17 program INFO WAIT active send to complete -2015-03-12 01:27:18 program INFO WAIT active send to complete -2015-03-12 01:27:18 program INFO WAIT active send to complete -2015-03-12 01:27:19 program INFO WAIT active send to complete -2015-03-12 01:27:19 program INFO WAIT active send to complete -2015-03-12 01:27:20 program INFO WAIT active send to complete -2015-03-12 01:27:20 program INFO WAIT active send to complete -2015-03-12 01:27:21 program INFO WAIT active send to complete -2015-03-12 01:27:21 program INFO WAIT active send to complete -2015-03-12 01:27:22 program INFO WAIT active send to complete -2015-03-12 01:27:22 program INFO WAIT active send to complete -2015-03-12 01:27:23 program INFO WAIT active send to complete -2015-03-12 01:27:23 sendUrl INFO 83 [314] R:OK -2015-03-12 01:27:24 sendUrl INFO 83 [315] R:OK -2015-03-12 01:28:01 queue INFO >>83 [316] -2015-03-12 01:28:08 sendUrl INFO 83 [316] R:OK -2015-03-12 01:28:52 queue INFO >>83 [317] -2015-03-12 01:28:58 sendUrl INFO 83 [317] R:OK -2015-03-12 01:29:42 queue INFO >>83 [318] -2015-03-12 01:29:48 sendUrl INFO 83 [318] R:OK -2015-03-12 01:30:32 queue INFO >>83 [319] -2015-03-12 01:30:38 sendUrl INFO 83 [319] R:OK -2015-03-12 01:31:22 queue INFO >>83 [320] -2015-03-12 01:31:28 sendUrl INFO 83 [320] R:OK -2015-03-12 01:31:51 queue INFO 87 [321] -2015-03-12 01:31:52 queue INFO >87 [322] -2015-03-12 01:31:52 program INFO WAIT active send to complete -2015-03-12 01:31:53 program INFO WAIT active send to complete -2015-03-12 01:31:53 queue INFO 83 [323] -2015-03-12 01:31:53 queue INFO >83 [324] -2015-03-12 01:31:53 program INFO WAIT active send to complete -2015-03-12 01:31:54 program INFO WAIT active send to complete -2015-03-12 01:31:54 program INFO WAIT active send to complete -2015-03-12 01:31:55 program INFO WAIT active send to complete -2015-03-12 01:31:55 program INFO WAIT active send to complete -2015-03-12 01:31:56 program INFO WAIT active send to complete -2015-03-12 01:31:56 program INFO WAIT active send to complete -2015-03-12 01:31:57 program INFO WAIT active send to complete -2015-03-12 01:31:57 program INFO WAIT active send to complete -2015-03-12 01:31:58 program INFO WAIT active send to complete -2015-03-12 01:31:58 program INFO WAIT active send to complete -2015-03-12 01:31:59 program INFO WAIT active send to complete -2015-03-12 01:31:59 program INFO WAIT active send to complete -2015-03-12 01:32:00 program INFO WAIT active send to complete -2015-03-12 01:32:00 program INFO WAIT active send to complete -2015-03-12 01:32:01 sendUrl INFO 87 [321] R:OK -2015-03-12 01:32:01 program INFO WAIT active send to complete -2015-03-12 01:32:02 program INFO WAIT active send to complete -2015-03-12 01:32:02 program INFO WAIT active send to complete -2015-03-12 01:32:03 program INFO WAIT active send to complete -2015-03-12 01:32:03 program INFO WAIT active send to complete -2015-03-12 01:32:04 program INFO WAIT active send to complete -2015-03-12 01:32:04 program INFO WAIT active send to complete -2015-03-12 01:32:05 program INFO WAIT active send to complete -2015-03-12 01:32:05 sendUrl INFO 87 [322] R:OK -2015-03-12 01:32:06 program INFO WAIT active send to complete -2015-03-12 01:32:06 program INFO WAIT active send to complete -2015-03-12 01:32:07 program INFO WAIT active send to complete -2015-03-12 01:32:07 program INFO WAIT active send to complete -2015-03-12 01:32:08 program INFO WAIT active send to complete -2015-03-12 01:32:08 program INFO WAIT active send to complete -2015-03-12 01:32:09 program INFO WAIT active send to complete -2015-03-12 01:32:09 program INFO WAIT active send to complete -2015-03-12 01:32:10 program INFO WAIT active send to complete -2015-03-12 01:32:10 program INFO WAIT active send to complete -2015-03-12 01:32:11 program INFO WAIT active send to complete -2015-03-12 01:32:11 program INFO WAIT active send to complete -2015-03-12 01:32:12 sendUrl INFO 83 [323] R:OK -2015-03-12 01:32:19 sendUrl INFO 83 [324] R:OK -2015-03-12 01:32:43 queue INFO >>83 [325] -2015-03-12 01:32:51 sendUrl INFO 83 [325] R:OK -2015-03-12 01:33:33 queue INFO >>83 [326] -2015-03-12 01:33:41 sendUrl INFO 83 [326] R:OK -2015-03-12 01:34:23 queue INFO >>83 [327] -2015-03-12 01:34:31 sendUrl INFO 83 [327] R:OK -2015-03-12 01:35:13 queue INFO >>83 [328] -2015-03-12 01:35:22 sendUrl INFO 83 [328] R:OK -2015-03-12 01:36:04 queue INFO >>83 [329] -2015-03-12 01:36:11 sendUrl INFO 83 [329] R:OK -2015-03-12 01:36:54 queue INFO >>83 [330] -2015-03-12 01:37:02 sendUrl INFO 83 [330] R:OK -2015-03-12 01:37:44 queue INFO >>83 [331] -2015-03-12 01:37:52 sendUrl INFO 83 [331] R:OK -2015-03-12 01:38:34 queue INFO >>83 [332] -2015-03-12 01:38:42 sendUrl INFO 83 [332] R:OK -2015-03-12 01:39:24 queue INFO >>83 [333] -2015-03-12 01:39:32 sendUrl INFO 83 [333] R:OK -2015-03-12 01:39:58 queue INFO 87 [334] -2015-03-12 01:39:58 queue INFO >87 [335] -2015-03-12 01:39:59 program INFO WAIT active send to complete -2015-03-12 01:39:59 program INFO WAIT active send to complete -2015-03-12 01:40:00 program INFO WAIT active send to complete -2015-03-12 01:40:00 queue INFO 83 [336] -2015-03-12 01:40:00 sendUrl INFO 87 [334] R:OK -2015-03-12 01:40:00 queue INFO >83 [337] -2015-03-12 01:40:01 program INFO WAIT active send to complete -2015-03-12 01:40:01 program INFO WAIT active send to complete -2015-03-12 01:40:02 program INFO WAIT active send to complete -2015-03-12 01:40:02 program INFO WAIT active send to complete -2015-03-12 01:40:03 program INFO WAIT active send to complete -2015-03-12 01:40:03 program INFO WAIT active send to complete -2015-03-12 01:40:04 program INFO WAIT active send to complete -2015-03-12 01:40:04 program INFO WAIT active send to complete -2015-03-12 01:40:05 program INFO WAIT active send to complete -2015-03-12 01:40:05 program INFO WAIT active send to complete -2015-03-12 01:40:06 program INFO WAIT active send to complete -2015-03-12 01:40:06 program INFO WAIT active send to complete -2015-03-12 01:40:07 program INFO WAIT active send to complete -2015-03-12 01:40:07 program INFO WAIT active send to complete -2015-03-12 01:40:08 program INFO WAIT active send to complete -2015-03-12 01:40:08 program INFO WAIT active send to complete -2015-03-12 01:40:09 program INFO WAIT active send to complete -2015-03-12 01:40:09 program INFO WAIT active send to complete -2015-03-12 01:40:10 program INFO WAIT active send to complete -2015-03-12 01:40:10 program INFO WAIT active send to complete -2015-03-12 01:40:11 program INFO WAIT active send to complete -2015-03-12 01:40:11 program INFO WAIT active send to complete -2015-03-12 01:40:12 program INFO WAIT active send to complete -2015-03-12 01:40:12 program INFO WAIT active send to complete -2015-03-12 01:40:13 program INFO WAIT active send to complete -2015-03-12 01:40:13 program INFO WAIT active send to complete -2015-03-12 01:40:14 program INFO WAIT active send to complete -2015-03-12 01:40:14 program INFO WAIT active send to complete -2015-03-12 01:40:15 program INFO WAIT active send to complete -2015-03-12 01:40:15 program INFO WAIT active send to complete -2015-03-12 01:40:16 program INFO WAIT active send to complete -2015-03-12 01:40:16 program INFO WAIT active send to complete -2015-03-12 01:40:17 program INFO WAIT active send to complete -2015-03-12 01:40:17 program INFO WAIT active send to complete -2015-03-12 01:40:18 program INFO WAIT active send to complete -2015-03-12 01:40:18 program INFO WAIT active send to complete -2015-03-12 01:40:19 program INFO WAIT active send to complete -2015-03-12 01:40:19 program INFO WAIT active send to complete -2015-03-12 01:40:20 program INFO WAIT active send to complete -2015-03-12 01:40:20 program INFO WAIT active send to complete -2015-03-12 01:40:21 program INFO WAIT active send to complete -2015-03-12 01:40:21 program INFO WAIT active send to complete -2015-03-12 01:40:22 program INFO WAIT active send to complete -2015-03-12 01:40:22 program INFO WAIT active send to complete -2015-03-12 01:40:23 sendUrl INFO 87 [335] R:OK -2015-03-12 01:40:23 program INFO WAIT active send to complete -2015-03-12 01:40:24 program INFO WAIT active send to complete -2015-03-12 01:40:24 program INFO WAIT active send to complete -2015-03-12 01:40:25 program INFO WAIT active send to complete -2015-03-12 01:40:25 program INFO WAIT active send to complete -2015-03-12 01:40:26 program INFO WAIT active send to complete -2015-03-12 01:40:26 program INFO WAIT active send to complete -2015-03-12 01:40:27 sendUrl INFO 83 [336] R:OK -2015-03-12 01:40:31 sendUrl INFO 83 [337] R:OK -2015-03-12 01:40:50 queue INFO >>83 [338] -2015-03-12 01:41:12 sendUrl INFO 83 [338] R:OK -2015-03-12 01:41:40 queue INFO >>83 [339] -2015-03-12 01:41:41 sendUrl INFO 83 [339] R:OK -2015-03-12 01:42:30 queue INFO >>83 [340] -2015-03-12 01:43:02 sendUrl INFO 83 [340] R:OK -2015-03-12 01:43:20 queue INFO >>83 [341] -2015-03-12 01:44:08 sendUrl INFO 83 [341] R:OK -2015-03-12 01:44:10 queue INFO >>83 [342] -2015-03-12 01:44:58 sendUrl INFO 83 [342] R:OK -2015-03-12 01:45:01 queue INFO >>83 [343] -2015-03-12 01:45:31 sendUrl INFO 83 [343] R:OK -2015-03-12 01:45:51 queue INFO >>83 [344] -2015-03-12 01:46:21 sendUrl INFO 83 [344] R:OK -2015-03-12 01:46:41 queue INFO >>83 [345] -2015-03-12 01:47:08 sendUrl INFO 83 [345] R:OK -2015-03-12 01:47:31 queue INFO >>83 [346] -2015-03-12 01:48:01 sendUrl INFO 83 [346] R:OK -2015-03-12 01:48:04 queue INFO 87 [347] -2015-03-12 01:48:05 queue INFO >87 [348] -2015-03-12 01:48:05 sendUrl INFO 87 [347] R:OK -2015-03-12 01:48:05 sendUrl INFO 87 [348] R:OK -2015-03-12 01:48:06 queue INFO 83 [349] -2015-03-12 01:48:06 queue INFO >83 [350] -2015-03-12 01:48:06 sendUrl INFO 83 [349] R:OK -2015-03-12 01:48:07 sendUrl INFO 83 [350] R:OK -2015-03-12 01:48:56 queue INFO >>83 [351] -2015-03-12 01:48:57 sendUrl INFO 83 [351] R:OK -2015-03-12 01:49:46 queue INFO >>83 [352] -2015-03-12 01:49:47 sendUrl INFO 83 [352] R:OK -2015-03-12 01:50:37 queue INFO >>83 [353] -2015-03-12 01:50:37 sendUrl INFO 83 [353] R:OK -2015-03-12 01:51:27 queue INFO >>83 [354] -2015-03-12 01:51:27 sendUrl INFO 83 [354] R:OK -2015-03-12 01:52:17 queue INFO >>83 [355] -2015-03-12 01:52:17 sendUrl INFO 83 [355] R:OK -2015-03-12 01:53:07 queue INFO >>83 [356] -2015-03-12 01:53:07 sendUrl INFO 83 [356] R:OK -2015-03-12 01:53:57 queue INFO >>83 [357] -2015-03-12 01:53:57 sendUrl INFO 83 [357] R:OK -2015-03-12 01:54:47 queue INFO >>83 [358] -2015-03-12 01:54:48 sendUrl INFO 83 [358] R:OK -2015-03-12 01:55:37 queue INFO >>83 [359] -2015-03-12 01:55:38 sendUrl INFO 83 [359] R:OK -2015-03-12 01:56:11 queue INFO 87 [360] -2015-03-12 01:56:11 queue INFO >87 [361] -2015-03-12 01:56:11 sendUrl INFO 87 [360] R:OK -2015-03-12 01:56:12 sendUrl INFO 87 [361] R:OK -2015-03-12 01:56:12 queue INFO 83 [362] -2015-03-12 01:56:13 queue INFO >83 [363] -2015-03-12 01:56:13 sendUrl INFO 83 [362] R:OK -2015-03-12 01:56:13 sendUrl INFO 83 [363] R:OK -2015-03-12 01:57:03 queue INFO >>83 [364] -2015-03-12 01:57:03 sendUrl INFO 83 [364] R:OK -2015-03-12 01:57:53 queue INFO >>83 [365] -2015-03-12 01:57:53 sendUrl INFO 83 [365] R:OK -2015-03-12 01:58:43 queue INFO >>83 [366] -2015-03-12 01:58:43 sendUrl INFO 83 [366] R:OK -2015-03-12 01:59:33 queue INFO >>83 [367] -2015-03-12 01:59:34 sendUrl INFO 83 [367] R:OK -2015-03-12 02:00:23 queue INFO >>83 [368] -2015-03-12 02:00:23 sendUrl INFO 83 [368] R:OK -2015-03-12 02:01:13 queue INFO >>83 [369] -2015-03-12 02:01:14 sendUrl INFO 83 [369] R:OK -2015-03-12 02:02:03 queue INFO >>83 [370] -2015-03-12 02:02:04 sendUrl INFO 83 [370] R:OK -2015-03-12 02:02:54 queue INFO >>83 [371] -2015-03-12 02:02:54 sendUrl INFO 83 [371] R:OK -2015-03-12 02:03:44 queue INFO >>83 [372] -2015-03-12 02:03:44 sendUrl INFO 83 [372] R:OK -2015-03-12 02:04:17 queue INFO C7 [373] -2015-03-12 02:04:17 sendUrl INFO C7 [373] R:OK -2015-03-12 02:04:17 queue INFO >C7 [374] -2015-03-12 02:04:18 sendUrl INFO C7 [374] R:OK -2015-03-12 02:04:19 queue INFO C3 [375] -2015-03-12 02:04:19 queue INFO >C3 [376] -2015-03-12 02:04:19 sendUrl INFO C3 [375] R:OK -2015-03-12 02:04:20 sendUrl INFO C3 [376] R:OK -2015-03-12 02:05:09 queue INFO >>C3 [377] -2015-03-12 02:05:09 sendUrl INFO C3 [377] R:OK -2015-03-12 02:05:59 queue INFO >>C3 [378] -2015-03-12 02:06:00 sendUrl INFO C3 [378] R:OK -2015-03-12 02:06:49 queue INFO >>C3 [379] -2015-03-12 02:06:49 sendUrl INFO C3 [379] R:OK -2015-03-12 02:07:39 queue INFO >>C3 [380] -2015-03-12 02:07:40 sendUrl INFO C3 [380] R:OK -2015-03-12 02:08:30 queue INFO >>C3 [381] -2015-03-12 02:08:30 sendUrl INFO C3 [381] R:OK -2015-03-12 02:09:20 queue INFO >>C3 [382] -2015-03-12 02:09:20 sendUrl INFO C3 [382] R:OK -2015-03-12 02:10:10 queue INFO >>C3 [383] -2015-03-12 02:10:10 sendUrl INFO C3 [383] R:OK -2015-03-12 02:11:00 queue INFO >>C3 [384] -2015-03-12 02:11:01 sendUrl INFO C3 [384] R:OK -2015-03-12 02:11:50 queue INFO >>C3 [385] -2015-03-12 02:11:50 sendUrl INFO C3 [385] R:OK -2015-03-12 02:12:24 queue INFO 83 [386] -2015-03-12 02:12:24 sendUrl INFO 83 [386] R:OK -2015-03-12 02:12:24 queue INFO 87 [387] -2015-03-12 02:12:24 queue INFO >87 [388] -2015-03-12 02:12:24 sendUrl INFO 87 [387] R:OK -2015-03-12 02:12:25 sendUrl INFO 87 [388] R:OK -2015-03-12 02:12:25 queue INFO 83 [389] -2015-03-12 02:12:26 queue INFO >83 [390] -2015-03-12 02:12:26 sendUrl INFO 83 [389] R:OK -2015-03-12 02:12:26 sendUrl INFO 83 [390] R:OK -2015-03-12 02:13:15 queue INFO >>83 [391] -2015-03-12 02:13:16 sendUrl INFO 83 [391] R:OK -2015-03-12 02:14:06 queue INFO >>83 [392] -2015-03-12 02:14:06 sendUrl INFO 83 [392] R:OK -2015-03-12 02:14:56 queue INFO >>83 [393] -2015-03-12 02:14:56 sendUrl INFO 83 [393] R:OK -2015-03-12 02:15:46 queue INFO >>83 [394] -2015-03-12 02:15:46 sendUrl INFO 83 [394] R:OK -2015-03-12 02:16:36 queue INFO >>83 [395] -2015-03-12 02:16:36 sendUrl INFO 83 [395] R:OK -2015-03-12 02:17:26 queue INFO >>83 [396] -2015-03-12 02:17:27 sendUrl INFO 83 [396] R:OK -2015-03-12 02:18:16 queue INFO >>83 [397] -2015-03-12 02:18:16 sendUrl INFO 83 [397] R:OK -2015-03-12 02:19:06 queue INFO >>83 [398] -2015-03-12 02:19:07 sendUrl INFO 83 [398] R:OK -2015-03-12 02:19:57 queue INFO >>83 [399] -2015-03-12 02:19:57 sendUrl INFO 83 [399] R:OK -2015-03-12 02:20:31 queue INFO 87 [400] -2015-03-12 02:20:31 sendUrl INFO 87 [400] R:OK -2015-03-12 02:20:31 queue INFO >87 [401] -2015-03-12 02:20:31 sendUrl INFO 87 [401] R:OK -2015-03-12 02:20:32 queue INFO 83 [402] -2015-03-12 02:20:33 queue INFO >83 [403] -2015-03-12 02:20:33 sendUrl INFO 83 [402] R:OK -2015-03-12 02:20:33 sendUrl INFO 83 [403] R:OK -2015-03-12 02:21:22 queue INFO >>83 [404] -2015-03-12 02:21:23 sendUrl INFO 83 [404] R:OK -2015-03-12 02:22:13 queue INFO >>83 [405] -2015-03-12 02:22:13 sendUrl INFO 83 [405] R:OK -2015-03-12 02:23:03 queue INFO >>83 [406] -2015-03-12 02:23:03 sendUrl INFO 83 [406] R:OK -2015-03-12 02:23:53 queue INFO >>83 [407] -2015-03-12 02:23:53 sendUrl INFO 83 [407] R:OK -2015-03-12 02:24:43 queue INFO >>83 [408] -2015-03-12 02:24:44 sendUrl INFO 83 [408] R:OK -2015-03-12 02:25:33 queue INFO >>83 [409] -2015-03-12 02:25:33 sendUrl INFO 83 [409] R:OK -2015-03-12 02:26:23 queue INFO >>83 [410] -2015-03-12 02:26:24 sendUrl INFO 83 [410] R:OK -2015-03-12 02:27:13 queue INFO >>83 [411] -2015-03-12 02:27:14 sendUrl INFO 83 [411] R:OK -2015-03-12 02:28:04 queue INFO >>83 [412] -2015-03-12 02:28:04 sendUrl INFO 83 [412] R:OK -2015-03-12 02:28:37 queue INFO 87 [413] -2015-03-12 02:28:37 queue INFO >87 [414] -2015-03-12 02:28:38 sendUrl INFO 87 [413] R:OK -2015-03-12 02:28:38 sendUrl INFO 87 [414] R:OK -2015-03-12 02:28:39 queue INFO 83 [415] -2015-03-12 02:28:39 queue INFO >83 [416] -2015-03-12 02:28:39 sendUrl INFO 83 [415] R:OK -2015-03-12 02:28:40 sendUrl INFO 83 [416] R:OK -2015-03-12 02:29:29 queue INFO >>83 [417] -2015-03-12 02:29:29 sendUrl INFO 83 [417] R:OK -2015-03-12 02:30:19 queue INFO >>83 [418] -2015-03-12 02:30:19 sendUrl INFO 83 [418] R:OK -2015-03-12 02:31:09 queue INFO >>83 [419] -2015-03-12 02:31:10 sendUrl INFO 83 [419] R:OK -2015-03-12 02:31:59 queue INFO >>83 [420] -2015-03-12 02:31:59 sendUrl INFO 83 [420] R:OK -2015-03-12 02:32:49 queue INFO >>83 [421] -2015-03-12 02:32:50 sendUrl INFO 83 [421] R:OK -2015-03-12 02:33:40 queue INFO >>83 [422] -2015-03-12 02:33:40 sendUrl INFO 83 [422] R:OK -2015-03-12 02:34:30 queue INFO >>83 [423] -2015-03-12 02:34:30 sendUrl INFO 83 [423] R:OK -2015-03-12 02:35:20 queue INFO >>83 [424] -2015-03-12 02:35:20 sendUrl INFO 83 [424] R:OK -2015-03-12 02:36:10 queue INFO >>83 [425] -2015-03-12 02:36:11 sendUrl INFO 83 [425] R:OK -2015-03-12 02:36:44 queue INFO 87 [426] -2015-03-12 02:36:44 queue INFO >87 [427] -2015-03-12 02:36:44 sendUrl INFO 87 [426] R:OK -2015-03-12 02:36:44 sendUrl INFO 87 [427] R:OK -2015-03-12 02:36:45 queue INFO 83 [428] -2015-03-12 02:36:45 sendUrl INFO 83 [428] R:OK -2015-03-12 02:36:45 queue INFO >83 [429] -2015-03-12 02:36:46 sendUrl INFO 83 [429] R:OK -2015-03-12 02:37:35 queue INFO >>83 [430] -2015-03-12 02:37:36 sendUrl INFO 83 [430] R:OK -2015-03-12 02:38:26 queue INFO >>83 [431] -2015-03-12 02:38:26 sendUrl INFO 83 [431] R:OK -2015-03-12 02:39:16 queue INFO >>83 [432] -2015-03-12 02:39:16 sendUrl INFO 83 [432] R:OK -2015-03-12 02:40:06 queue INFO >>83 [433] -2015-03-12 02:40:06 sendUrl INFO 83 [433] R:OK -2015-03-12 02:40:56 queue INFO >>83 [434] -2015-03-12 02:40:57 sendUrl INFO 83 [434] R:OK -2015-03-12 02:41:46 queue INFO >>83 [435] -2015-03-12 02:41:46 sendUrl INFO 83 [435] R:OK -2015-03-12 02:42:36 queue INFO >>83 [436] -2015-03-12 02:42:37 sendUrl INFO 83 [436] R:OK -2015-03-12 02:43:26 queue INFO >>83 [437] -2015-03-12 02:43:27 sendUrl INFO 83 [437] R:OK -2015-03-12 02:44:17 queue INFO >>83 [438] -2015-03-12 02:44:17 sendUrl INFO 83 [438] R:OK -2015-03-12 02:44:50 queue INFO 87 [439] -2015-03-12 02:44:50 queue INFO >87 [440] -2015-03-12 02:44:51 sendUrl INFO 87 [439] R:OK -2015-03-12 02:44:51 sendUrl INFO 87 [440] R:OK -2015-03-12 02:44:52 queue INFO 83 [441] -2015-03-12 02:44:52 queue INFO >83 [442] -2015-03-12 02:44:52 sendUrl INFO 83 [441] R:OK -2015-03-12 02:44:53 sendUrl INFO 83 [442] R:OK -2015-03-12 02:45:42 queue INFO >>83 [443] -2015-03-12 02:45:42 sendUrl INFO 83 [443] R:OK -2015-03-12 02:46:32 queue INFO >>83 [444] -2015-03-12 02:46:32 sendUrl INFO 83 [444] R:OK -2015-03-12 02:47:22 queue INFO >>83 [445] -2015-03-12 02:47:23 sendUrl INFO 83 [445] R:OK -2015-03-12 02:48:12 queue INFO >>83 [446] -2015-03-12 02:48:12 sendUrl INFO 83 [446] R:OK -2015-03-12 02:49:02 queue INFO >>83 [447] -2015-03-12 02:49:03 sendUrl INFO 83 [447] R:OK -2015-03-12 02:49:53 queue INFO >>83 [448] -2015-03-12 02:49:53 sendUrl INFO 83 [448] R:OK -2015-03-12 02:50:43 queue INFO >>83 [449] -2015-03-12 02:50:43 sendUrl INFO 83 [449] R:OK -2015-03-12 02:51:33 queue INFO >>83 [450] -2015-03-12 02:51:33 sendUrl INFO 83 [450] R:OK -2015-03-12 02:52:23 queue INFO >>83 [451] -2015-03-12 02:52:24 sendUrl INFO 83 [451] R:OK -2015-03-12 02:52:57 queue INFO C7 [452] -2015-03-12 02:52:57 queue INFO >C7 [453] -2015-03-12 02:52:57 sendUrl INFO C7 [452] R:OK -2015-03-12 02:52:57 sendUrl INFO C7 [453] R:OK -2015-03-12 02:52:58 queue INFO C3 [454] -2015-03-12 02:52:58 sendUrl INFO C3 [454] R:OK -2015-03-12 02:52:58 queue INFO >C3 [455] -2015-03-12 02:52:59 sendUrl INFO C3 [455] R:OK -2015-03-12 02:53:48 queue INFO >>C3 [456] -2015-03-12 02:53:49 sendUrl INFO C3 [456] R:OK -2015-03-12 02:54:38 queue INFO >>C3 [457] -2015-03-12 02:54:39 sendUrl INFO C3 [457] R:OK -2015-03-12 02:55:29 queue INFO >>C3 [458] -2015-03-12 02:55:29 sendUrl INFO C3 [458] R:OK -2015-03-12 02:55:45 queue INFO C1 [459] -2015-03-12 02:55:45 sendUrl INFO C1 [459] R:OK -2015-03-12 02:55:46 queue INFO >C1 [460] -2015-03-12 02:55:46 sendUrl INFO C1 [460] R:OK -2015-03-12 02:56:35 queue INFO >>C1 [461] -2015-03-12 02:56:36 sendUrl INFO C1 [461] R:OK -2015-03-12 02:57:26 queue INFO >>C1 [462] -2015-03-12 02:57:26 sendUrl INFO C1 [462] R:OK -2015-03-12 02:58:16 queue INFO >>C1 [463] -2015-03-12 02:58:16 sendUrl INFO C1 [463] R:OK -2015-03-12 02:59:06 queue INFO >>C1 [464] -2015-03-12 02:59:06 sendUrl INFO C1 [464] R:OK -2015-03-12 02:59:56 queue INFO >>C1 [465] -2015-03-12 02:59:57 sendUrl INFO C1 [465] R:OK -2015-03-12 03:00:46 queue INFO >>C1 [466] -2015-03-12 03:00:46 sendUrl INFO C1 [466] R:OK -2015-03-12 03:01:36 queue INFO >>C1 [467] -2015-03-12 03:01:37 sendUrl INFO C1 [467] R:OK -2015-03-12 03:02:27 queue INFO >>C1 [468] -2015-03-12 03:02:27 sendUrl INFO C1 [468] R:OK -2015-03-12 03:02:52 queue INFO D9 [469] -2015-03-12 03:02:53 queue INFO >D9 [470] -2015-03-12 03:02:53 sendUrl INFO D9 [469] R:OK -2015-03-12 03:02:53 sendUrl INFO D9 [470] R:OK -2015-03-12 03:03:43 queue INFO >>D9 [471] -2015-03-12 03:03:43 sendUrl INFO D9 [471] R:OK -2015-03-12 03:04:33 queue INFO >>D9 [472] -2015-03-12 03:04:33 sendUrl INFO D9 [472] R:OK -2015-03-12 03:05:23 queue INFO >>D9 [473] -2015-03-12 03:05:23 sendUrl INFO D9 [473] R:OK -2015-03-12 03:06:13 queue INFO >>D9 [474] -2015-03-12 03:06:14 sendUrl INFO D9 [474] R:OK -2015-03-12 03:07:03 queue INFO >>D9 [475] -2015-03-12 03:07:03 sendUrl INFO D9 [475] R:OK -2015-03-12 03:07:52 queue INFO C9 [476] -2015-03-12 03:07:52 queue INFO >C9 [477] -2015-03-12 03:07:52 sendUrl INFO C9 [476] R:OK -2015-03-12 03:07:53 sendUrl INFO C9 [477] R:OK -2015-03-12 03:07:55 queue INFO C1 [478] -2015-03-12 03:07:56 queue INFO >C1 [479] -2015-03-12 03:07:56 sendUrl INFO C1 [478] R:OK -2015-03-12 03:07:56 sendUrl INFO C1 [479] R:OK -2015-03-12 03:08:02 queue INFO C3 [480] -2015-03-12 03:08:02 queue INFO >C3 [481] -2015-03-12 03:08:02 sendUrl INFO C3 [480] R:OK -2015-03-12 03:08:03 sendUrl INFO C3 [481] R:OK -2015-03-12 03:08:24 queue INFO 83 [482] -2015-03-12 03:08:24 queue INFO 87 [483] -2015-03-12 03:08:24 queue INFO >87 [484] -2015-03-12 03:08:24 sendUrl INFO 83 [482] R:OK -2015-03-12 03:08:25 sendUrl INFO 87 [483] R:OK -2015-03-12 03:08:25 sendUrl INFO 87 [484] R:OK -2015-03-12 03:08:26 queue INFO 83 [485] -2015-03-12 03:08:26 queue INFO >83 [486] -2015-03-12 03:08:26 sendUrl INFO 83 [485] R:OK -2015-03-12 03:08:26 sendUrl INFO 83 [486] R:OK -2015-03-12 03:09:16 queue INFO >>83 [487] -2015-03-12 03:09:16 sendUrl INFO 83 [487] R:OK -2015-03-12 03:10:06 queue INFO >>83 [488] -2015-03-12 03:10:06 sendUrl INFO 83 [488] R:OK -2015-03-12 03:10:56 queue INFO >>83 [489] -2015-03-12 03:10:56 sendUrl INFO 83 [489] R:OK -2015-03-12 03:11:46 queue INFO >>83 [490] -2015-03-12 03:11:47 sendUrl INFO 83 [490] R:OK -2015-03-12 03:12:36 queue INFO >>83 [491] -2015-03-12 03:12:37 sendUrl INFO 83 [491] R:OK -2015-03-12 03:13:27 queue INFO >>83 [492] -2015-03-12 03:13:27 sendUrl INFO 83 [492] R:OK -2015-03-12 03:14:17 queue INFO >>83 [493] -2015-03-12 03:14:17 sendUrl INFO 83 [493] R:OK -2015-03-12 03:15:07 queue INFO >>83 [494] -2015-03-12 03:15:07 sendUrl INFO 83 [494] R:OK -2015-03-12 03:15:57 queue INFO >>83 [495] -2015-03-12 03:15:57 sendUrl INFO 83 [495] R:OK -2015-03-12 03:16:31 queue INFO 87 [496] -2015-03-12 03:16:31 queue INFO >87 [497] -2015-03-12 03:16:31 sendUrl INFO 87 [496] R:OK -2015-03-12 03:16:32 sendUrl INFO 87 [497] R:OK -2015-03-12 03:16:32 queue INFO 83 [498] -2015-03-12 03:16:33 queue INFO >83 [499] -2015-03-12 03:16:33 sendUrl INFO 83 [498] R:OK -2015-03-12 03:16:33 sendUrl INFO 83 [499] R:OK -2015-03-12 03:17:22 queue INFO >>83 [500] -2015-03-12 03:17:23 sendUrl INFO 83 [500] R:OK -2015-03-12 03:18:13 queue INFO >>83 [501] -2015-03-12 03:18:13 sendUrl INFO 83 [501] R:OK -2015-03-12 03:19:03 queue INFO >>83 [502] -2015-03-12 03:19:03 sendUrl INFO 83 [502] R:OK -2015-03-12 03:19:53 queue INFO >>83 [503] -2015-03-12 03:19:53 sendUrl INFO 83 [503] R:OK -2015-03-12 03:20:43 queue INFO >>83 [504] -2015-03-12 03:20:43 sendUrl INFO 83 [504] R:OK -2015-03-12 03:21:33 queue INFO >>83 [505] -2015-03-12 03:21:34 sendUrl INFO 83 [505] R:OK -2015-03-12 03:22:23 queue INFO >>83 [506] -2015-03-12 03:22:24 sendUrl INFO 83 [506] R:OK -2015-03-12 03:23:14 queue INFO >>83 [507] -2015-03-12 03:23:14 sendUrl INFO 83 [507] R:OK -2015-03-12 03:24:04 queue INFO >>83 [508] -2015-03-12 03:24:04 sendUrl INFO 83 [508] R:OK -2015-03-12 03:24:37 queue INFO 87 [509] -2015-03-12 03:24:37 queue INFO >87 [510] -2015-03-12 03:24:37 sendUrl INFO 87 [509] R:OK -2015-03-12 03:24:38 sendUrl INFO 87 [510] R:OK -2015-03-12 03:24:39 queue INFO 83 [511] -2015-03-12 03:24:39 sendUrl INFO 83 [511] R:OK -2015-03-12 03:24:39 queue INFO >83 [512] -2015-03-12 03:24:39 sendUrl INFO 83 [512] R:OK -2015-03-12 03:25:29 queue INFO >>83 [513] -2015-03-12 03:25:29 sendUrl INFO 83 [513] R:OK -2015-03-12 03:26:19 queue INFO >>83 [514] -2015-03-12 03:26:20 sendUrl INFO 83 [514] R:OK -2015-03-12 03:27:09 queue INFO >>83 [515] -2015-03-12 03:27:09 sendUrl INFO 83 [515] R:OK -2015-03-12 03:27:59 queue INFO >>83 [516] -2015-03-12 03:28:00 sendUrl INFO 83 [516] R:OK -2015-03-12 03:28:50 queue INFO >>83 [517] -2015-03-12 03:28:50 sendUrl INFO 83 [517] R:OK -2015-03-12 03:29:40 queue INFO >>83 [518] -2015-03-12 03:29:40 sendUrl INFO 83 [518] R:OK -2015-03-12 03:30:30 queue INFO >>83 [519] -2015-03-12 03:30:30 sendUrl INFO 83 [519] R:OK -2015-03-12 03:31:20 queue INFO >>83 [520] -2015-03-12 03:31:20 sendUrl INFO 83 [520] R:OK -2015-03-12 03:32:10 queue INFO >>83 [521] -2015-03-12 03:32:10 sendUrl INFO 83 [521] R:OK -2015-03-12 03:32:44 queue INFO 87 [522] -2015-03-12 03:32:44 queue INFO >87 [523] -2015-03-12 03:32:44 sendUrl INFO 87 [522] R:OK -2015-03-12 03:32:45 sendUrl INFO 87 [523] R:OK -2015-03-12 03:32:45 queue INFO 83 [524] -2015-03-12 03:32:45 queue INFO >83 [525] -2015-03-12 03:32:46 sendUrl INFO 83 [524] R:OK -2015-03-12 03:32:46 sendUrl INFO 83 [525] R:OK -2015-03-12 03:33:35 queue INFO >>83 [526] -2015-03-12 03:33:36 sendUrl INFO 83 [526] R:OK -2015-03-12 03:34:25 queue INFO >>83 [527] -2015-03-12 03:34:26 sendUrl INFO 83 [527] R:OK -2015-03-12 03:35:16 queue INFO >>83 [528] -2015-03-12 03:35:16 sendUrl INFO 83 [528] R:OK -2015-03-12 03:36:06 queue INFO >>83 [529] -2015-03-12 03:36:06 sendUrl INFO 83 [529] R:OK -2015-03-12 03:36:56 queue INFO >>83 [530] -2015-03-12 03:36:56 sendUrl INFO 83 [530] R:OK -2015-03-12 03:37:46 queue INFO >>83 [531] -2015-03-12 03:37:46 sendUrl INFO 83 [531] R:OK -2015-03-12 03:38:36 queue INFO >>83 [532] -2015-03-12 03:38:36 sendUrl INFO 83 [532] R:OK -2015-03-12 03:39:26 queue INFO >>83 [533] -2015-03-12 03:39:27 sendUrl INFO 83 [533] R:OK -2015-03-12 03:40:16 queue INFO >>83 [534] -2015-03-12 03:40:17 sendUrl INFO 83 [534] R:OK -2015-03-12 03:40:50 queue INFO C7 [535] -2015-03-12 03:40:50 queue INFO >C7 [536] -2015-03-12 03:40:50 sendUrl INFO C7 [535] R:OK -2015-03-12 03:40:51 sendUrl INFO C7 [536] R:OK -2015-03-12 03:40:52 queue INFO C3 [537] -2015-03-12 03:40:52 queue INFO >C3 [538] -2015-03-12 03:40:52 sendUrl INFO C3 [537] R:OK -2015-03-12 03:40:52 sendUrl INFO C3 [538] R:OK -2015-03-12 03:41:42 queue INFO >>C3 [539] -2015-03-12 03:41:42 sendUrl INFO C3 [539] R:OK -2015-03-12 03:42:32 queue INFO >>C3 [540] -2015-03-12 03:42:32 sendUrl INFO C3 [540] R:OK -2015-03-12 03:43:22 queue INFO >>C3 [541] -2015-03-12 03:43:22 sendUrl INFO C3 [541] R:OK -2015-03-12 03:44:12 queue INFO >>C3 [542] -2015-03-12 03:44:13 program ERROR IOB offline -2015-03-12 03:44:13 program INFO IOB ONLINE! -2015-03-12 03:44:13 sendUrl INFO C3 [542] R: -2015-03-12 03:45:02 queue INFO >>C3 [543] -2015-03-12 03:45:02 program ERROR IOB offline -2015-03-12 03:45:03 program INFO IOB ONLINE! -2015-03-12 03:45:03 sendUrl INFO C3 [543] R: -2015-03-12 03:45:53 queue INFO >>C3 [544] -2015-03-12 03:45:53 program ERROR IOB offline -2015-03-12 03:45:53 program INFO IOB ONLINE! -2015-03-12 03:45:53 sendUrl INFO C3 [544] R: -2015-03-12 03:46:43 queue INFO >>C3 [545] -2015-03-12 03:46:43 program ERROR IOB offline -2015-03-12 03:46:44 program INFO IOB ONLINE! -2015-03-12 03:46:44 sendUrl INFO C3 [545] R:OK -2015-03-12 03:47:33 queue INFO >>C3 [546] -2015-03-12 03:47:33 sendUrl INFO C3 [546] R:OK -2015-03-12 03:48:23 queue INFO >>C3 [547] -2015-03-12 03:48:23 sendUrl INFO C3 [547] R:OK -2015-03-12 03:48:56 queue INFO 83 [548] -2015-03-12 03:48:56 queue INFO 87 [549] -2015-03-12 03:48:57 sendUrl INFO 83 [548] R:OK -2015-03-12 03:48:57 queue INFO >87 [550] -2015-03-12 03:48:57 sendUrl INFO 87 [549] R:OK -2015-03-12 03:48:58 sendUrl INFO 87 [550] R:OK -2015-03-12 03:48:58 queue INFO 83 [551] -2015-03-12 03:48:58 queue INFO >83 [552] -2015-03-12 03:48:59 sendUrl INFO 83 [551] R:OK -2015-03-12 03:48:59 sendUrl INFO 83 [552] R:OK -2015-03-12 03:49:48 queue INFO >>83 [553] -2015-03-12 03:49:48 sendUrl INFO 83 [553] R:OK -2015-03-12 03:50:38 queue INFO >>83 [554] -2015-03-12 03:50:39 sendUrl INFO 83 [554] R:OK -2015-03-12 03:51:29 queue INFO >>83 [555] -2015-03-12 03:51:29 sendUrl INFO 83 [555] R:OK -2015-03-12 03:52:19 queue INFO >>83 [556] -2015-03-12 03:52:19 sendUrl INFO 83 [556] R:OK -2015-03-12 03:53:09 queue INFO >>83 [557] -2015-03-12 03:53:09 sendUrl INFO 83 [557] R:OK -2015-03-12 03:53:59 queue INFO >>83 [558] -2015-03-12 03:53:59 sendUrl INFO 83 [558] R:OK -2015-03-12 03:54:49 queue INFO >>83 [559] -2015-03-12 03:54:49 sendUrl INFO 83 [559] R:OK -2015-03-12 03:55:39 queue INFO >>83 [560] -2015-03-12 03:55:40 sendUrl INFO 83 [560] R:OK -2015-03-12 03:56:29 queue INFO >>83 [561] -2015-03-12 03:56:30 sendUrl INFO 83 [561] R:OK -2015-03-12 03:57:03 queue INFO 87 [562] -2015-03-12 03:57:04 queue INFO >87 [563] -2015-03-12 03:57:04 sendUrl INFO 87 [562] R:OK -2015-03-12 03:57:04 sendUrl INFO 87 [563] R:OK -2015-03-12 03:57:05 queue INFO 83 [564] -2015-03-12 03:57:05 queue INFO >83 [565] -2015-03-12 03:57:05 sendUrl INFO 83 [564] R:OK -2015-03-12 03:57:06 sendUrl INFO 83 [565] R:OK -2015-03-12 03:57:55 queue INFO >>83 [566] -2015-03-12 03:57:56 sendUrl INFO 83 [566] R:OK -2015-03-12 03:58:45 queue INFO >>83 [567] -2015-03-12 03:58:45 sendUrl INFO 83 [567] R:OK -2015-03-12 03:59:35 queue INFO >>83 [568] -2015-03-12 03:59:36 sendUrl INFO 83 [568] R:OK -2015-03-12 04:00:26 queue INFO >>83 [569] -2015-03-12 04:00:26 sendUrl INFO 83 [569] R:OK -2015-03-12 04:01:16 queue INFO >>83 [570] -2015-03-12 04:01:16 sendUrl INFO 83 [570] R:OK -2015-03-12 04:02:06 queue INFO >>83 [571] -2015-03-12 04:02:06 sendUrl INFO 83 [571] R:OK -2015-03-12 04:02:56 queue INFO >>83 [572] -2015-03-12 04:02:56 sendUrl INFO 83 [572] R:OK -2015-03-12 04:03:46 queue INFO >>83 [573] -2015-03-12 04:03:46 sendUrl INFO 83 [573] R:OK -2015-03-12 04:04:36 queue INFO >>83 [574] -2015-03-12 04:04:37 sendUrl INFO 83 [574] R:OK -2015-03-12 04:05:10 queue INFO 87 [575] -2015-03-12 04:05:10 queue INFO >87 [576] -2015-03-12 04:05:11 sendUrl INFO 87 [575] R:OK -2015-03-12 04:05:11 sendUrl INFO 87 [576] R:OK -2015-03-12 04:05:12 queue INFO 83 [577] -2015-03-12 04:05:12 queue INFO >83 [578] -2015-03-12 04:05:12 sendUrl INFO 83 [577] R:OK -2015-03-12 04:05:13 sendUrl INFO 83 [578] R:OK -2015-03-12 04:06:02 queue INFO >>83 [579] -2015-03-12 04:06:02 sendUrl INFO 83 [579] R:OK -2015-03-12 04:06:52 queue INFO >>83 [580] -2015-03-12 04:06:52 sendUrl INFO 83 [580] R:OK -2015-03-12 04:07:42 queue INFO >>83 [581] -2015-03-12 04:07:43 sendUrl INFO 83 [581] R:OK -2015-03-12 04:08:32 queue INFO >>83 [582] -2015-03-12 04:08:32 sendUrl INFO 83 [582] R:OK -2015-03-12 04:09:22 queue INFO >>83 [583] -2015-03-12 04:09:23 sendUrl INFO 83 [583] R:OK -2015-03-12 04:10:13 queue INFO >>83 [584] -2015-03-12 04:10:13 sendUrl INFO 83 [584] R:OK -2015-03-12 04:11:03 queue INFO >>83 [585] -2015-03-12 04:11:03 sendUrl INFO 83 [585] R:OK -2015-03-12 04:11:53 queue INFO >>83 [586] -2015-03-12 04:11:53 sendUrl INFO 83 [586] R:OK -2015-03-12 04:12:43 queue INFO >>83 [587] -2015-03-12 04:12:44 sendUrl INFO 83 [587] R:OK -2015-03-12 04:13:17 queue INFO 87 [588] -2015-03-12 04:13:17 queue INFO >87 [589] -2015-03-12 04:13:17 sendUrl INFO 87 [588] R:OK -2015-03-12 04:13:17 sendUrl INFO 87 [589] R:OK -2015-03-12 04:13:18 queue INFO 83 [590] -2015-03-12 04:13:18 queue INFO >83 [591] -2015-03-12 04:13:18 sendUrl INFO 83 [590] R:OK -2015-03-12 04:13:19 sendUrl INFO 83 [591] R:OK -2015-03-12 04:14:08 queue INFO >>83 [592] -2015-03-12 04:14:09 sendUrl INFO 83 [592] R:OK -2015-03-12 04:14:58 queue INFO >>83 [593] -2015-03-12 04:14:58 sendUrl INFO 83 [593] R:OK -2015-03-12 04:15:48 queue INFO >>83 [594] -2015-03-12 04:15:49 sendUrl INFO 83 [594] R:OK -2015-03-12 04:16:39 queue INFO >>83 [595] -2015-03-12 04:16:39 sendUrl INFO 83 [595] R:OK -2015-03-12 04:17:29 queue INFO >>83 [596] -2015-03-12 04:17:29 sendUrl INFO 83 [596] R:OK -2015-03-12 04:18:19 queue INFO >>83 [597] -2015-03-12 04:18:19 sendUrl INFO 83 [597] R:OK -2015-03-12 04:19:09 queue INFO >>83 [598] -2015-03-12 04:19:09 sendUrl INFO 83 [598] R:OK -2015-03-12 04:19:59 queue INFO >>83 [599] -2015-03-12 04:19:59 sendUrl INFO 83 [599] R:OK -2015-03-12 04:20:49 queue INFO >>83 [600] -2015-03-12 04:20:50 sendUrl INFO 83 [600] R:OK -2015-03-12 04:21:23 queue INFO 87 [601] -2015-03-12 04:21:23 queue INFO >87 [602] -2015-03-12 04:21:23 sendUrl INFO 87 [601] R:OK -2015-03-12 04:21:24 sendUrl INFO 87 [602] R:OK -2015-03-12 04:21:24 queue INFO 83 [603] -2015-03-12 04:21:25 sendUrl INFO 83 [603] R:OK -2015-03-12 04:21:25 queue INFO >83 [604] -2015-03-12 04:21:25 sendUrl INFO 83 [604] R:OK -2015-03-12 04:22:15 queue INFO >>83 [605] -2015-03-12 04:22:15 sendUrl INFO 83 [605] R:OK -2015-03-12 04:23:05 queue INFO >>83 [606] -2015-03-12 04:23:05 sendUrl INFO 83 [606] R:OK -2015-03-12 04:23:55 queue INFO >>83 [607] -2015-03-12 04:23:55 sendUrl INFO 83 [607] R:OK -2015-03-12 04:24:45 queue INFO >>83 [608] -2015-03-12 04:24:45 sendUrl INFO 83 [608] R:OK -2015-03-12 04:25:35 queue INFO >>83 [609] -2015-03-12 04:25:36 sendUrl INFO 83 [609] R:OK -2015-03-12 04:26:25 queue INFO >>83 [610] -2015-03-12 04:26:26 sendUrl INFO 83 [610] R:OK -2015-03-12 04:27:15 queue INFO >>83 [611] -2015-03-12 04:27:16 sendUrl INFO 83 [611] R:OK -2015-03-12 04:28:06 queue INFO >>83 [612] -2015-03-12 04:28:22 sendUrl INFO 83 [612] R:OK -2015-03-12 04:28:56 queue INFO >>83 [613] -2015-03-12 04:29:12 sendUrl INFO 83 [613] R:OK -2015-03-12 04:29:29 queue INFO C7 [614] -2015-03-12 04:29:30 queue INFO >C7 [615] -2015-03-12 04:29:30 program INFO WAIT active send to complete -2015-03-12 04:29:31 program INFO WAIT active send to complete -2015-03-12 04:29:31 queue INFO C3 [616] -2015-03-12 04:29:31 queue INFO >C3 [617] -2015-03-12 04:29:31 program INFO WAIT active send to complete -2015-03-12 04:29:32 program INFO WAIT active send to complete -2015-03-12 04:29:32 program INFO WAIT active send to complete -2015-03-12 04:29:33 program INFO WAIT active send to complete -2015-03-12 04:29:33 program INFO WAIT active send to complete -2015-03-12 04:29:34 program INFO WAIT active send to complete -2015-03-12 04:29:34 program INFO WAIT active send to complete -2015-03-12 04:29:35 program INFO WAIT active send to complete -2015-03-12 04:29:35 program INFO WAIT active send to complete -2015-03-12 04:29:36 program INFO WAIT active send to complete -2015-03-12 04:29:36 program INFO WAIT active send to complete -2015-03-12 04:29:37 program INFO WAIT active send to complete -2015-03-12 04:29:37 program INFO WAIT active send to complete -2015-03-12 04:29:38 program INFO WAIT active send to complete -2015-03-12 04:29:38 program INFO WAIT active send to complete -2015-03-12 04:29:39 program INFO WAIT active send to complete -2015-03-12 04:29:39 program INFO WAIT active send to complete -2015-03-12 04:29:40 program INFO WAIT active send to complete -2015-03-12 04:29:40 program INFO WAIT active send to complete -2015-03-12 04:29:41 sendUrl INFO C7 [614] R:OK -2015-03-12 04:29:41 program INFO WAIT active send to complete -2015-03-12 04:29:42 program INFO WAIT active send to complete -2015-03-12 04:29:42 program INFO WAIT active send to complete -2015-03-12 04:29:43 program INFO WAIT active send to complete -2015-03-12 04:29:43 program INFO WAIT active send to complete -2015-03-12 04:29:44 program INFO WAIT active send to complete -2015-03-12 04:29:44 program INFO WAIT active send to complete -2015-03-12 04:29:45 program INFO WAIT active send to complete -2015-03-12 04:29:45 program INFO WAIT active send to complete -2015-03-12 04:29:46 program INFO WAIT active send to complete -2015-03-12 04:29:46 program INFO WAIT active send to complete -2015-03-12 04:29:47 program INFO WAIT active send to complete -2015-03-12 04:29:47 program INFO WAIT active send to complete -2015-03-12 04:29:48 program INFO WAIT active send to complete -2015-03-12 04:29:48 program INFO WAIT active send to complete -2015-03-12 04:29:49 program INFO WAIT active send to complete -2015-03-12 04:29:49 program INFO WAIT active send to complete -2015-03-12 04:29:50 program INFO WAIT active send to complete -2015-03-12 04:29:50 program INFO WAIT active send to complete -2015-03-12 04:29:51 program INFO WAIT active send to complete -2015-03-12 04:29:51 program INFO WAIT active send to complete -2015-03-12 04:29:52 program INFO WAIT active send to complete -2015-03-12 04:29:52 program INFO WAIT active send to complete -2015-03-12 04:29:53 program INFO WAIT active send to complete -2015-03-12 04:29:53 program INFO WAIT active send to complete -2015-03-12 04:29:54 program INFO WAIT active send to complete -2015-03-12 04:29:54 program INFO WAIT active send to complete -2015-03-12 04:29:55 program INFO WAIT active send to complete -2015-03-12 04:29:55 program INFO WAIT active send to complete -2015-03-12 04:29:56 program INFO WAIT active send to complete -2015-03-12 04:29:56 program INFO WAIT active send to complete -2015-03-12 04:29:57 program INFO WAIT active send to complete -2015-03-12 04:29:58 program INFO WAIT active send to complete -2015-03-12 04:29:58 program INFO WAIT active send to complete -2015-03-12 04:29:59 program INFO WAIT active send to complete -2015-03-12 04:29:59 program INFO WAIT active send to complete -2015-03-12 04:30:00 program INFO WAIT active send to complete -2015-03-12 04:30:00 program INFO WAIT active send to complete -2015-03-12 04:30:01 program INFO WAIT active send to complete -2015-03-12 04:30:01 program INFO WAIT active send to complete -2015-03-12 04:30:02 program INFO WAIT active send to complete -2015-03-12 04:30:02 program INFO WAIT active send to complete -2015-03-12 04:30:03 program INFO WAIT active send to complete -2015-03-12 04:30:03 sendUrl INFO C7 [615] R:OK -2015-03-12 04:30:04 program INFO WAIT active send to complete -2015-03-12 04:30:04 program INFO WAIT active send to complete -2015-03-12 04:30:05 program INFO WAIT active send to complete -2015-03-12 04:30:05 program INFO WAIT active send to complete -2015-03-12 04:30:06 program INFO WAIT active send to complete -2015-03-12 04:30:06 program INFO WAIT active send to complete -2015-03-12 04:30:07 program INFO WAIT active send to complete -2015-03-12 04:30:07 program INFO WAIT active send to complete -2015-03-12 04:30:08 program INFO WAIT active send to complete -2015-03-12 04:30:08 program INFO WAIT active send to complete -2015-03-12 04:30:09 program INFO WAIT active send to complete -2015-03-12 04:30:09 program INFO WAIT active send to complete -2015-03-12 04:30:10 program INFO WAIT active send to complete -2015-03-12 04:30:10 program INFO WAIT active send to complete -2015-03-12 04:30:11 program INFO WAIT active send to complete -2015-03-12 04:30:11 program INFO WAIT active send to complete -2015-03-12 04:30:12 program INFO WAIT active send to complete -2015-03-12 04:30:12 program INFO WAIT active send to complete -2015-03-12 04:30:13 program INFO WAIT active send to complete -2015-03-12 04:30:13 program INFO WAIT active send to complete -2015-03-12 04:30:14 program INFO WAIT active send to complete -2015-03-12 04:30:14 program INFO WAIT active send to complete -2015-03-12 04:30:14 sendUrl INFO C3 [616] R:OK -2015-03-12 04:30:21 queue INFO >>C3 [618] -2015-03-12 04:30:21 program INFO WAIT active send to complete -2015-03-12 04:30:22 program INFO WAIT active send to complete -2015-03-12 04:30:22 program INFO WAIT active send to complete -2015-03-12 04:30:23 program INFO WAIT active send to complete -2015-03-12 04:30:23 program INFO WAIT active send to complete -2015-03-12 04:30:24 program INFO WAIT active send to complete -2015-03-12 04:30:24 program INFO WAIT active send to complete -2015-03-12 04:30:25 program INFO WAIT active send to complete -2015-03-12 04:30:25 program INFO WAIT active send to complete -2015-03-12 04:30:26 program INFO WAIT active send to complete -2015-03-12 04:30:26 program INFO WAIT active send to complete -2015-03-12 04:30:27 program INFO WAIT active send to complete -2015-03-12 04:30:27 program INFO WAIT active send to complete -2015-03-12 04:30:28 program INFO WAIT active send to complete -2015-03-12 04:30:28 program INFO WAIT active send to complete -2015-03-12 04:30:29 program INFO WAIT active send to complete -2015-03-12 04:30:29 program INFO WAIT active send to complete -2015-03-12 04:30:30 program INFO WAIT active send to complete -2015-03-12 04:30:30 program INFO WAIT active send to complete -2015-03-12 04:30:31 program INFO WAIT active send to complete -2015-03-12 04:30:31 program INFO WAIT active send to complete -2015-03-12 04:30:32 program INFO WAIT active send to complete -2015-03-12 04:30:32 program INFO WAIT active send to complete -2015-03-12 04:30:33 program INFO WAIT active send to complete -2015-03-12 04:30:33 program INFO WAIT active send to complete -2015-03-12 04:30:34 program INFO WAIT active send to complete -2015-03-12 04:30:34 program INFO WAIT active send to complete -2015-03-12 04:30:35 program INFO WAIT active send to complete -2015-03-12 04:30:35 program INFO WAIT active send to complete -2015-03-12 04:30:36 program INFO WAIT active send to complete -2015-03-12 04:30:36 program INFO WAIT active send to complete -2015-03-12 04:30:37 program INFO WAIT active send to complete -2015-03-12 04:30:37 program INFO WAIT active send to complete -2015-03-12 04:30:38 program INFO WAIT active send to complete -2015-03-12 04:30:38 program INFO WAIT active send to complete -2015-03-12 04:30:39 program INFO WAIT active send to complete -2015-03-12 04:30:39 program INFO WAIT active send to complete -2015-03-12 04:30:40 program INFO WAIT active send to complete -2015-03-12 04:30:40 program INFO WAIT active send to complete -2015-03-12 04:30:41 program INFO WAIT active send to complete -2015-03-12 04:30:41 program INFO WAIT active send to complete -2015-03-12 04:30:42 program INFO WAIT active send to complete -2015-03-12 04:30:42 program INFO WAIT active send to complete -2015-03-12 04:30:43 program INFO WAIT active send to complete -2015-03-12 04:30:43 program INFO WAIT active send to complete -2015-03-12 04:30:44 program INFO WAIT active send to complete -2015-03-12 04:30:44 program INFO WAIT active send to complete -2015-03-12 04:30:45 program INFO WAIT active send to complete -2015-03-12 04:30:46 program INFO WAIT active send to complete -2015-03-12 04:30:46 program INFO WAIT active send to complete -2015-03-12 04:30:47 program INFO WAIT active send to complete -2015-03-12 04:30:47 program INFO WAIT active send to complete -2015-03-12 04:30:48 program INFO WAIT active send to complete -2015-03-12 04:30:48 program INFO WAIT active send to complete -2015-03-12 04:30:49 program INFO WAIT active send to complete -2015-03-12 04:30:49 program INFO WAIT active send to complete -2015-03-12 04:30:50 program INFO WAIT active send to complete -2015-03-12 04:30:50 program INFO WAIT active send to complete -2015-03-12 04:30:51 program INFO WAIT active send to complete -2015-03-12 04:30:51 program INFO WAIT active send to complete -2015-03-12 04:30:52 program INFO WAIT active send to complete -2015-03-12 04:30:52 program INFO WAIT active send to complete -2015-03-12 04:30:53 program INFO WAIT active send to complete -2015-03-12 04:30:53 program INFO WAIT active send to complete -2015-03-12 04:30:54 program INFO WAIT active send to complete -2015-03-12 04:30:54 program INFO WAIT active send to complete -2015-03-12 04:30:55 program INFO WAIT active send to complete -2015-03-12 04:30:55 program INFO WAIT active send to complete -2015-03-12 04:30:56 program INFO WAIT active send to complete -2015-03-12 04:30:56 program INFO WAIT active send to complete -2015-03-12 04:30:57 program INFO WAIT active send to complete -2015-03-12 04:30:57 program INFO WAIT active send to complete -2015-03-12 04:30:58 program INFO WAIT active send to complete -2015-03-12 04:30:58 program INFO WAIT active send to complete -2015-03-12 04:30:59 program INFO WAIT active send to complete -2015-03-12 04:30:59 program INFO WAIT active send to complete -2015-03-12 04:31:00 program INFO WAIT active send to complete -2015-03-12 04:31:00 program INFO WAIT active send to complete -2015-03-12 04:31:01 sendUrl INFO C3 [617] R:OK -2015-03-12 04:31:01 sendUrl INFO C3 [618] R:OK -2015-03-12 04:31:11 queue INFO >>C3 [619] -2015-03-12 04:31:12 sendUrl INFO C3 [619] R:OK -2015-03-12 04:32:01 queue INFO >>C3 [620] -2015-03-12 04:32:02 sendUrl INFO C3 [620] R:OK -2015-03-12 04:32:52 queue INFO >>C3 [621] -2015-03-12 04:32:52 sendUrl INFO C3 [621] R:OK -2015-03-12 04:33:42 queue INFO >>C3 [622] -2015-03-12 04:33:42 sendUrl INFO C3 [622] R:OK -2015-03-12 04:34:32 queue INFO >>C3 [623] -2015-03-12 04:34:32 sendUrl INFO C3 [623] R:OK -2015-03-12 04:35:22 queue INFO >>C3 [624] -2015-03-12 04:35:22 sendUrl INFO C3 [624] R:OK -2015-03-12 04:36:12 queue INFO >>C3 [625] -2015-03-12 04:36:12 sendUrl INFO C3 [625] R:OK -2015-03-12 04:37:02 queue INFO >>C3 [626] -2015-03-12 04:37:03 sendUrl INFO C3 [626] R:OK -2015-03-12 04:37:36 queue INFO 83 [627] -2015-03-12 04:37:36 queue INFO 87 [628] -2015-03-12 04:37:36 sendUrl INFO 83 [627] R:OK -2015-03-12 04:37:36 queue INFO >87 [629] -2015-03-12 04:37:36 sendUrl INFO 87 [628] R:OK -2015-03-12 04:37:37 sendUrl INFO 87 [629] R:OK -2015-03-12 04:37:37 queue INFO 83 [630] -2015-03-12 04:37:38 queue INFO >83 [631] -2015-03-12 04:37:38 sendUrl INFO 83 [630] R:OK -2015-03-12 04:37:38 sendUrl INFO 83 [631] R:OK -2015-03-12 04:38:28 queue INFO >>83 [632] -2015-03-12 04:38:28 sendUrl INFO 83 [632] R:OK -2015-03-12 04:39:18 queue INFO >>83 [633] -2015-03-12 04:39:18 sendUrl INFO 83 [633] R:OK -2015-03-12 04:40:08 queue INFO >>83 [634] -2015-03-12 04:40:08 sendUrl INFO 83 [634] R:OK -2015-03-12 04:40:58 queue INFO >>83 [635] -2015-03-12 04:40:58 sendUrl INFO 83 [635] R:OK -2015-03-12 04:41:48 queue INFO >>83 [636] -2015-03-12 04:41:48 sendUrl INFO 83 [636] R:OK -2015-03-12 04:42:38 queue INFO >>83 [637] -2015-03-12 04:42:39 sendUrl INFO 83 [637] R:OK -2015-03-12 04:43:28 queue INFO >>83 [638] -2015-03-12 04:43:29 sendUrl INFO 83 [638] R:OK -2015-03-12 04:44:18 queue INFO >>83 [639] -2015-03-12 04:44:19 sendUrl INFO 83 [639] R:OK -2015-03-12 04:45:09 queue INFO >>83 [640] -2015-03-12 04:45:09 sendUrl INFO 83 [640] R:OK -2015-03-12 04:45:43 queue INFO 87 [641] -2015-03-12 04:45:43 queue INFO >87 [642] -2015-03-12 04:45:43 sendUrl INFO 87 [641] R:OK -2015-03-12 04:45:44 sendUrl INFO 87 [642] R:OK -2015-03-12 04:45:44 queue INFO 83 [643] -2015-03-12 04:45:45 queue INFO >83 [644] -2015-03-12 04:45:45 sendUrl INFO 83 [643] R:OK -2015-03-12 04:45:45 sendUrl INFO 83 [644] R:OK -2015-03-12 04:46:34 queue INFO >>83 [645] -2015-03-12 04:46:35 sendUrl INFO 83 [645] R:OK -2015-03-12 04:47:25 queue INFO >>83 [646] -2015-03-12 04:47:25 sendUrl INFO 83 [646] R:OK -2015-03-12 04:48:15 queue INFO >>83 [647] -2015-03-12 04:48:15 sendUrl INFO 83 [647] R:OK -2015-03-12 04:49:05 queue INFO >>83 [648] -2015-03-12 04:49:05 sendUrl INFO 83 [648] R:OK -2015-03-12 04:49:55 queue INFO >>83 [649] -2015-03-12 04:49:55 sendUrl INFO 83 [649] R:OK -2015-03-12 04:50:45 queue INFO >>83 [650] -2015-03-12 04:50:46 sendUrl INFO 83 [650] R:OK -2015-03-12 04:51:35 queue INFO >>83 [651] -2015-03-12 04:51:36 sendUrl INFO 83 [651] R:OK -2015-03-12 04:52:26 queue INFO >>83 [652] -2015-03-12 04:52:26 sendUrl INFO 83 [652] R:OK -2015-03-12 04:53:16 queue INFO >>83 [653] -2015-03-12 04:53:16 sendUrl INFO 83 [653] R:OK -2015-03-12 04:53:49 queue INFO 87 [654] -2015-03-12 04:53:49 sendUrl INFO 87 [654] R:OK -2015-03-12 04:53:49 queue INFO >87 [655] -2015-03-12 04:53:50 sendUrl INFO 87 [655] R:OK -2015-03-12 04:53:51 queue INFO 83 [656] -2015-03-12 04:53:51 queue INFO >83 [657] -2015-03-12 04:53:51 sendUrl INFO 83 [656] R:OK -2015-03-12 04:53:52 sendUrl INFO 83 [657] R:OK -2015-03-12 04:54:41 queue INFO >>83 [658] -2015-03-12 04:54:41 sendUrl INFO 83 [658] R:OK -2015-03-12 04:55:31 queue INFO >>83 [659] -2015-03-12 04:55:31 sendUrl INFO 83 [659] R:OK -2015-03-12 04:56:21 queue INFO >>83 [660] -2015-03-12 04:56:21 sendUrl INFO 83 [660] R:OK -2015-03-12 04:57:11 queue INFO >>83 [661] -2015-03-12 04:57:12 sendUrl INFO 83 [661] R:OK -2015-03-12 04:58:01 queue INFO >>83 [662] -2015-03-12 04:58:02 sendUrl INFO 83 [662] R:OK -2015-03-12 04:58:52 queue INFO >>83 [663] -2015-03-12 04:58:52 sendUrl INFO 83 [663] R:OK -2015-03-12 04:59:42 queue INFO >>83 [664] -2015-03-12 04:59:42 sendUrl INFO 83 [664] R:OK -2015-03-12 05:00:32 queue INFO >>83 [665] -2015-03-12 05:00:32 sendUrl INFO 83 [665] R:OK -2015-03-12 05:01:22 queue INFO >>83 [666] -2015-03-12 05:01:22 sendUrl INFO 83 [666] R:OK -2015-03-12 05:01:56 queue INFO 87 [667] -2015-03-12 05:01:56 queue INFO >87 [668] -2015-03-12 05:01:56 sendUrl INFO 87 [667] R:OK -2015-03-12 05:01:56 sendUrl INFO 87 [668] R:OK -2015-03-12 05:01:57 queue INFO 83 [669] -2015-03-12 05:01:57 queue INFO >83 [670] -2015-03-12 05:01:58 sendUrl INFO 83 [669] R:OK -2015-03-12 05:01:58 sendUrl INFO 83 [670] R:OK -2015-03-12 05:02:47 queue INFO >>83 [671] -2015-03-12 05:02:48 sendUrl INFO 83 [671] R:OK -2015-03-12 05:03:38 queue INFO >>83 [672] -2015-03-12 05:03:38 sendUrl INFO 83 [672] R:OK -2015-03-12 05:04:28 queue INFO >>83 [673] -2015-03-12 05:04:28 sendUrl INFO 83 [673] R:OK -2015-03-12 05:05:18 queue INFO >>83 [674] -2015-03-12 05:05:18 sendUrl INFO 83 [674] R:OK -2015-03-12 05:06:08 queue INFO >>83 [675] -2015-03-12 05:06:08 sendUrl INFO 83 [675] R:OK -2015-03-12 05:06:58 queue INFO >>83 [676] -2015-03-12 05:06:58 sendUrl INFO 83 [676] R:OK -2015-03-12 05:07:48 queue INFO >>83 [677] -2015-03-12 05:07:49 sendUrl INFO 83 [677] R:OK -2015-03-12 05:08:38 queue INFO >>83 [678] -2015-03-12 05:08:39 sendUrl INFO 83 [678] R:OK -2015-03-12 05:09:29 queue INFO >>83 [679] -2015-03-12 05:09:29 sendUrl INFO 83 [679] R:OK -2015-03-12 05:10:02 queue INFO 87 [680] -2015-03-12 05:10:02 queue INFO >87 [681] -2015-03-12 05:10:03 sendUrl INFO 87 [680] R:OK -2015-03-12 05:10:03 sendUrl INFO 87 [681] R:OK -2015-03-12 05:10:04 queue INFO 83 [682] -2015-03-12 05:10:04 queue INFO >83 [683] -2015-03-12 05:10:04 sendUrl INFO 83 [682] R:OK -2015-03-12 05:10:05 sendUrl INFO 83 [683] R:OK -2015-03-12 05:10:54 queue INFO >>83 [684] -2015-03-12 05:10:54 sendUrl INFO 83 [684] R:OK -2015-03-12 05:11:44 queue INFO >>83 [685] -2015-03-12 05:11:44 sendUrl INFO 83 [685] R:OK -2015-03-12 05:12:34 queue INFO >>83 [686] -2015-03-12 05:12:35 sendUrl INFO 83 [686] R:OK -2015-03-12 05:13:24 queue INFO >>83 [687] -2015-03-12 05:13:25 sendUrl INFO 83 [687] R:OK -2015-03-12 05:14:15 queue INFO >>83 [688] -2015-03-12 05:14:15 sendUrl INFO 83 [688] R:OK -2015-03-12 05:15:05 queue INFO >>83 [689] -2015-03-12 05:15:05 sendUrl INFO 83 [689] R:OK -2015-03-12 05:15:55 queue INFO >>83 [690] -2015-03-12 05:15:55 sendUrl INFO 83 [690] R:OK -2015-03-12 05:16:45 queue INFO >>83 [691] -2015-03-12 05:16:45 sendUrl INFO 83 [691] R:OK -2015-03-12 05:17:35 queue INFO >>83 [692] -2015-03-12 05:17:36 sendUrl INFO 83 [692] R:OK -2015-03-12 05:18:08 queue INFO C7 [693] -2015-03-12 05:18:09 queue INFO >C7 [694] -2015-03-12 05:18:09 sendUrl INFO C7 [693] R:OK -2015-03-12 05:18:09 sendUrl INFO C7 [694] R:OK -2015-03-12 05:18:10 queue INFO C3 [695] -2015-03-12 05:18:10 queue INFO >C3 [696] -2015-03-12 05:18:10 sendUrl INFO C3 [695] R:OK -2015-03-12 05:18:11 sendUrl INFO C3 [696] R:OK -2015-03-12 05:19:00 queue INFO >>C3 [697] -2015-03-12 05:19:01 sendUrl INFO C3 [697] R:OK -2015-03-12 05:19:50 queue INFO >>C3 [698] -2015-03-12 05:19:51 sendUrl INFO C3 [698] R:OK -2015-03-12 05:20:41 queue INFO >>C3 [699] -2015-03-12 05:20:41 sendUrl INFO C3 [699] R:OK -2015-03-12 05:21:31 queue INFO >>C3 [700] -2015-03-12 05:21:31 sendUrl INFO C3 [700] R:OK -2015-03-12 05:22:21 queue INFO >>C3 [701] -2015-03-12 05:22:21 sendUrl INFO C3 [701] R:OK -2015-03-12 05:23:11 queue INFO >>C3 [702] -2015-03-12 05:23:11 sendUrl INFO C3 [702] R:OK -2015-03-12 05:24:01 queue INFO >>C3 [703] -2015-03-12 05:24:01 sendUrl INFO C3 [703] R:OK -2015-03-12 05:24:51 queue INFO >>C3 [704] -2015-03-12 05:24:52 sendUrl INFO C3 [704] R:OK -2015-03-12 05:25:41 queue INFO >>C3 [705] -2015-03-12 05:25:42 sendUrl INFO C3 [705] R:OK -2015-03-12 05:26:15 queue INFO 83 [706] -2015-03-12 05:26:15 queue INFO 87 [707] -2015-03-12 05:26:15 sendUrl INFO 83 [706] R:OK -2015-03-12 05:26:15 queue INFO >87 [708] -2015-03-12 05:26:16 sendUrl INFO 87 [707] R:OK -2015-03-12 05:26:16 sendUrl INFO 87 [708] R:OK -2015-03-12 05:26:17 queue INFO 83 [709] -2015-03-12 05:26:17 sendUrl INFO 83 [709] R:OK -2015-03-12 05:26:17 queue INFO >83 [710] -2015-03-12 05:26:17 sendUrl INFO 83 [710] R:OK -2015-03-12 05:27:07 queue INFO >>83 [711] -2015-03-12 05:27:07 sendUrl INFO 83 [711] R:OK -2015-03-12 05:27:57 queue INFO >>83 [712] -2015-03-12 05:27:57 sendUrl INFO 83 [712] R:OK -2015-03-12 05:28:47 queue INFO >>83 [713] -2015-03-12 05:28:47 sendUrl INFO 83 [713] R:OK -2015-03-12 05:29:37 queue INFO >>83 [714] -2015-03-12 05:29:37 sendUrl INFO 83 [714] R:OK -2015-03-12 05:30:27 queue INFO >>83 [715] -2015-03-12 05:30:28 sendUrl INFO 83 [715] R:OK -2015-03-12 05:31:17 queue INFO >>83 [716] -2015-03-12 05:31:18 sendUrl INFO 83 [716] R:OK -2015-03-12 05:32:08 queue INFO >>83 [717] -2015-03-12 05:32:08 sendUrl INFO 83 [717] R:OK -2015-03-12 05:32:58 queue INFO >>83 [718] -2015-03-12 05:32:58 sendUrl INFO 83 [718] R:OK -2015-03-12 05:33:48 queue INFO >>83 [719] -2015-03-12 05:33:48 sendUrl INFO 83 [719] R:OK -2015-03-12 05:34:22 queue INFO 87 [720] -2015-03-12 05:34:22 queue INFO >87 [721] -2015-03-12 05:34:22 sendUrl INFO 87 [720] R:OK -2015-03-12 05:34:23 sendUrl INFO 87 [721] R:OK -2015-03-12 05:34:23 queue INFO 83 [722] -2015-03-12 05:34:24 queue INFO >83 [723] -2015-03-12 05:34:24 sendUrl INFO 83 [722] R:OK -2015-03-12 05:34:24 sendUrl INFO 83 [723] R:OK -2015-03-12 05:35:14 queue INFO >>83 [724] -2015-03-12 05:35:14 sendUrl INFO 83 [724] R:OK -2015-03-12 05:36:04 queue INFO >>83 [725] -2015-03-12 05:36:04 sendUrl INFO 83 [725] R:OK -2015-03-12 05:36:54 queue INFO >>83 [726] -2015-03-12 05:36:54 sendUrl INFO 83 [726] R:OK -2015-03-12 05:37:44 queue INFO >>83 [727] -2015-03-12 05:37:44 sendUrl INFO 83 [727] R:OK -2015-03-12 05:38:34 queue INFO >>83 [728] -2015-03-12 05:38:35 sendUrl INFO 83 [728] R:OK -2015-03-12 05:39:24 queue INFO >>83 [729] -2015-03-12 05:39:25 sendUrl INFO 83 [729] R:OK -2015-03-12 05:40:15 queue INFO >>83 [730] -2015-03-12 05:40:15 sendUrl INFO 83 [730] R:OK -2015-03-12 05:41:05 queue INFO >>83 [731] -2015-03-12 05:41:05 sendUrl INFO 83 [731] R:OK -2015-03-12 05:41:55 queue INFO >>83 [732] -2015-03-12 05:41:55 sendUrl INFO 83 [732] R:OK -2015-03-12 05:42:28 queue INFO 87 [733] -2015-03-12 05:42:29 sendUrl INFO 87 [733] R:OK -2015-03-12 05:42:29 queue INFO >87 [734] -2015-03-12 05:42:29 sendUrl INFO 87 [734] R:OK -2015-03-12 05:42:30 queue INFO 83 [735] -2015-03-12 05:42:30 queue INFO >83 [736] -2015-03-12 05:42:31 sendUrl INFO 83 [735] R:OK -2015-03-12 05:42:31 sendUrl INFO 83 [736] R:OK -2015-03-12 05:43:20 queue INFO >>83 [737] -2015-03-12 05:43:20 sendUrl INFO 83 [737] R:OK -2015-03-12 05:44:10 queue INFO >>83 [738] -2015-03-12 05:44:11 sendUrl INFO 83 [738] R:OK -2015-03-12 05:45:00 queue INFO >>83 [739] -2015-03-12 05:45:01 sendUrl INFO 83 [739] R:OK -2015-03-12 05:45:51 queue INFO >>83 [740] -2015-03-12 05:45:51 sendUrl INFO 83 [740] R:OK -2015-03-12 05:46:41 queue INFO >>83 [741] -2015-03-12 05:46:41 sendUrl INFO 83 [741] R:OK -2015-03-12 05:47:31 queue INFO >>83 [742] -2015-03-12 05:47:31 sendUrl INFO 83 [742] R:OK -2015-03-12 05:48:12 queue INFO 81 [743] -2015-03-12 05:48:12 queue INFO >81 [744] -2015-03-12 05:48:12 sendUrl INFO 81 [743] R:OK -2015-03-12 05:48:13 sendUrl INFO 81 [744] R:OK -2015-03-12 05:49:02 queue INFO >>81 [745] -2015-03-12 05:49:03 sendUrl INFO 81 [745] R:OK -2015-03-12 05:49:52 queue INFO >>81 [746] -2015-03-12 05:49:53 sendUrl INFO 81 [746] R:OK -2015-03-12 05:50:43 queue INFO >>81 [747] -2015-03-12 05:50:43 sendUrl INFO 81 [747] R:OK -2015-03-12 05:50:47 queue INFO 83 [748] -2015-03-12 05:50:48 queue INFO >83 [749] -2015-03-12 05:50:48 sendUrl INFO 83 [748] R:OK -2015-03-12 05:50:48 sendUrl INFO 83 [749] R:OK -2015-03-12 05:51:09 queue INFO 87 [750] -2015-03-12 05:51:09 queue INFO >87 [751] -2015-03-12 05:51:09 sendUrl INFO 87 [750] R:OK -2015-03-12 05:51:10 sendUrl INFO 87 [751] R:OK -2015-03-12 05:51:10 queue INFO 83 [752] -2015-03-12 05:51:11 queue INFO >83 [753] -2015-03-12 05:51:11 sendUrl INFO 83 [752] R:OK -2015-03-12 05:51:11 sendUrl INFO 83 [753] R:OK -2015-03-12 05:52:00 queue INFO >>83 [754] -2015-03-12 05:52:01 sendUrl INFO 83 [754] R:OK -2015-03-12 05:52:51 queue INFO >>83 [755] -2015-03-12 05:52:51 sendUrl INFO 83 [755] R:OK -2015-03-12 05:53:41 queue INFO >>83 [756] -2015-03-12 05:53:41 sendUrl INFO 83 [756] R:OK -2015-03-12 05:54:31 queue INFO >>83 [757] -2015-03-12 05:54:31 sendUrl INFO 83 [757] R:OK -2015-03-12 05:55:21 queue INFO >>83 [758] -2015-03-12 05:55:21 sendUrl INFO 83 [758] R:OK -2015-03-12 05:56:11 queue INFO >>83 [759] -2015-03-12 05:56:12 sendUrl INFO 83 [759] R:OK -2015-03-12 05:57:01 queue INFO >>83 [760] -2015-03-12 05:57:02 sendUrl INFO 83 [760] R:OK -2015-03-12 05:57:52 queue INFO >>83 [761] -2015-03-12 05:57:52 sendUrl INFO 83 [761] R:OK -2015-03-12 05:58:42 queue INFO >>83 [762] -2015-03-12 05:58:42 sendUrl INFO 83 [762] R:OK -2015-03-12 05:59:15 queue INFO 87 [763] -2015-03-12 05:59:15 queue INFO >87 [764] -2015-03-12 05:59:16 sendUrl INFO 87 [763] R:OK -2015-03-12 05:59:16 sendUrl INFO 87 [764] R:OK -2015-03-12 05:59:17 queue INFO 83 [765] -2015-03-12 05:59:17 queue INFO >83 [766] -2015-03-12 05:59:17 sendUrl INFO 83 [765] R:OK -2015-03-12 05:59:18 sendUrl INFO 83 [766] R:OK -2015-03-12 06:00:07 queue INFO >>83 [767] -2015-03-12 06:00:07 sendUrl INFO 83 [767] R:OK -2015-03-12 06:00:57 queue INFO >>83 [768] -2015-03-12 06:00:57 sendUrl INFO 83 [768] R:OK -2015-03-12 06:01:47 queue INFO >>83 [769] -2015-03-12 06:01:48 sendUrl INFO 83 [769] R:OK -2015-03-12 06:02:37 queue INFO >>83 [770] -2015-03-12 06:02:38 sendUrl INFO 83 [770] R:OK -2015-03-12 06:03:28 queue INFO >>83 [771] -2015-03-12 06:03:28 sendUrl INFO 83 [771] R:OK -2015-03-12 06:04:18 queue INFO >>83 [772] -2015-03-12 06:04:18 sendUrl INFO 83 [772] R:OK -2015-03-12 06:05:08 queue INFO >>83 [773] -2015-03-12 06:05:08 sendUrl INFO 83 [773] R:OK -2015-03-12 06:05:58 queue INFO >>83 [774] -2015-03-12 06:05:58 sendUrl INFO 83 [774] R:OK -2015-03-12 06:06:48 queue INFO >>83 [775] -2015-03-12 06:06:48 sendUrl INFO 83 [775] R:OK -2015-03-12 06:07:22 queue INFO 87 [776] -2015-03-12 06:07:22 queue INFO >87 [777] -2015-03-12 06:07:22 sendUrl INFO 87 [776] R:OK -2015-03-12 06:07:23 sendUrl INFO 87 [777] R:OK -2015-03-12 06:07:23 queue INFO 83 [778] -2015-03-12 06:07:24 queue INFO >83 [779] -2015-03-12 06:07:24 sendUrl INFO 83 [778] R:OK -2015-03-12 06:07:24 sendUrl INFO 83 [779] R:OK -2015-03-12 06:08:13 queue INFO >>83 [780] -2015-03-12 06:08:14 sendUrl INFO 83 [780] R:OK -2015-03-12 06:09:04 queue INFO >>83 [781] -2015-03-12 06:09:04 sendUrl INFO 83 [781] R:OK -2015-03-12 06:09:54 queue INFO >>83 [782] -2015-03-12 06:09:54 sendUrl INFO 83 [782] R:OK -2015-03-12 06:10:44 queue INFO >>83 [783] -2015-03-12 06:10:44 sendUrl INFO 83 [783] R:OK -2015-03-12 06:11:34 queue INFO >>83 [784] -2015-03-12 06:11:34 sendUrl INFO 83 [784] R:OK -2015-03-12 06:12:24 queue INFO >>83 [785] -2015-03-12 06:12:25 sendUrl INFO 83 [785] R:OK -2015-03-12 06:13:14 queue INFO >>83 [786] -2015-03-12 06:13:15 sendUrl INFO 83 [786] R:OK -2015-03-12 06:14:05 queue INFO >>83 [787] -2015-03-12 06:14:05 sendUrl INFO 83 [787] R:OK -2015-03-12 06:14:55 queue INFO >>83 [788] -2015-03-12 06:14:55 sendUrl INFO 83 [788] R:OK -2015-03-12 06:15:28 queue INFO 87 [789] -2015-03-12 06:15:28 queue INFO >87 [790] -2015-03-12 06:15:29 sendUrl INFO 87 [789] R:OK -2015-03-12 06:15:29 sendUrl INFO 87 [790] R:OK -2015-03-12 06:15:30 queue INFO 83 [791] -2015-03-12 06:15:30 queue INFO >83 [792] -2015-03-12 06:15:30 sendUrl INFO 83 [791] R:OK -2015-03-12 06:15:31 sendUrl INFO 83 [792] R:OK -2015-03-12 06:16:20 queue INFO >>83 [793] -2015-03-12 06:16:20 sendUrl INFO 83 [793] R:OK -2015-03-12 06:17:10 queue INFO >>83 [794] -2015-03-12 06:17:10 sendUrl INFO 83 [794] R:OK -2015-03-12 06:18:00 queue INFO >>83 [795] -2015-03-12 06:18:01 sendUrl INFO 83 [795] R:OK -2015-03-12 06:18:50 queue INFO >>83 [796] -2015-03-12 06:18:51 sendUrl INFO 83 [796] R:OK -2015-03-12 06:19:41 queue INFO >>83 [797] -2015-03-12 06:19:41 sendUrl INFO 83 [797] R:OK -2015-03-12 06:20:31 queue INFO >>83 [798] -2015-03-12 06:20:31 sendUrl INFO 83 [798] R:OK -2015-03-12 06:21:21 queue INFO >>83 [799] -2015-03-12 06:21:21 sendUrl INFO 83 [799] R:OK -2015-03-12 06:22:11 queue INFO >>83 [800] -2015-03-12 06:22:11 sendUrl INFO 83 [800] R:OK -2015-03-12 06:23:01 queue INFO >>83 [801] -2015-03-12 06:23:01 sendUrl INFO 83 [801] R:OK -2015-03-12 06:23:34 queue INFO C7 [802] -2015-03-12 06:23:35 queue INFO >C7 [803] -2015-03-12 06:23:35 sendUrl INFO C7 [802] R:OK -2015-03-12 06:23:35 sendUrl INFO C7 [803] R:OK -2015-03-12 06:23:36 queue INFO C3 [804] -2015-03-12 06:23:36 queue INFO >C3 [805] -2015-03-12 06:23:37 sendUrl INFO C3 [804] R:OK -2015-03-12 06:23:37 sendUrl INFO C3 [805] R:OK -2015-03-12 06:24:26 queue INFO >>C3 [806] -2015-03-12 06:24:27 sendUrl INFO C3 [806] R:OK -2015-03-12 06:25:16 queue INFO >>C3 [807] -2015-03-12 06:25:17 sendUrl INFO C3 [807] R:OK -2015-03-12 06:26:07 queue INFO >>C3 [808] -2015-03-12 06:26:07 sendUrl INFO C3 [808] R:OK -2015-03-12 06:26:57 queue INFO >>C3 [809] -2015-03-12 06:26:57 sendUrl INFO C3 [809] R:OK -2015-03-12 06:27:47 queue INFO >>C3 [810] -2015-03-12 06:27:49 sendUrl INFO C3 [810] R:OK -2015-03-12 06:28:37 queue INFO >>C3 [811] -2015-03-12 06:28:41 sendUrl INFO C3 [811] R:OK -2015-03-12 06:29:27 queue INFO >>C3 [812] -2015-03-12 06:29:28 sendUrl INFO C3 [812] R:OK -2015-03-12 06:30:17 queue INFO >>C3 [813] -2015-03-12 06:30:18 sendUrl INFO C3 [813] R:OK -2015-03-12 06:31:07 queue INFO >>C3 [814] -2015-03-12 06:31:18 sendUrl INFO C3 [814] R:OK -2015-03-12 06:31:41 queue INFO 83 [815] -2015-03-12 06:31:41 queue INFO 87 [816] -2015-03-12 06:31:41 queue INFO >87 [817] -2015-03-12 06:31:42 program INFO WAIT active send to complete -2015-03-12 06:31:42 program INFO WAIT active send to complete -2015-03-12 06:31:43 queue INFO 83 [818] -2015-03-12 06:31:43 program INFO WAIT active send to complete -2015-03-12 06:31:43 queue INFO >83 [819] -2015-03-12 06:31:43 program INFO WAIT active send to complete -2015-03-12 06:31:44 program INFO WAIT active send to complete -2015-03-12 06:31:44 program INFO WAIT active send to complete -2015-03-12 06:31:45 program INFO WAIT active send to complete -2015-03-12 06:31:45 program INFO WAIT active send to complete -2015-03-12 06:31:46 program INFO WAIT active send to complete -2015-03-12 06:31:46 program INFO WAIT active send to complete -2015-03-12 06:31:46 sendUrl INFO 83 [815] R:OK -2015-03-12 06:31:47 program INFO WAIT active send to complete -2015-03-12 06:31:48 program INFO WAIT active send to complete -2015-03-12 06:31:48 program INFO WAIT active send to complete -2015-03-12 06:31:49 program INFO WAIT active send to complete -2015-03-12 06:31:49 program INFO WAIT active send to complete -2015-03-12 06:31:50 program INFO WAIT active send to complete -2015-03-12 06:31:50 program INFO WAIT active send to complete -2015-03-12 06:31:51 program INFO WAIT active send to complete -2015-03-12 06:31:51 program INFO WAIT active send to complete -2015-03-12 06:31:52 program INFO WAIT active send to complete -2015-03-12 06:31:52 program INFO WAIT active send to complete -2015-03-12 06:31:53 program INFO WAIT active send to complete -2015-03-12 06:31:53 sendUrl INFO 87 [816] R:OK -2015-03-12 06:31:54 program INFO WAIT active send to complete -2015-03-12 06:31:54 program INFO WAIT active send to complete -2015-03-12 06:31:55 sendUrl INFO 87 [817] R:OK -2015-03-12 06:31:55 program INFO WAIT active send to complete -2015-03-12 06:31:56 program INFO WAIT active send to complete -2015-03-12 06:31:56 program INFO WAIT active send to complete -2015-03-12 06:31:57 program INFO WAIT active send to complete -2015-03-12 06:31:57 program INFO WAIT active send to complete -2015-03-12 06:31:58 program INFO WAIT active send to complete -2015-03-12 06:31:58 program INFO WAIT active send to complete -2015-03-12 06:31:59 program INFO WAIT active send to complete -2015-03-12 06:31:59 program INFO WAIT active send to complete -2015-03-12 06:32:00 program INFO WAIT active send to complete -2015-03-12 06:32:00 program INFO WAIT active send to complete -2015-03-12 06:32:01 program INFO WAIT active send to complete -2015-03-12 06:32:01 program INFO WAIT active send to complete -2015-03-12 06:32:02 program INFO WAIT active send to complete -2015-03-12 06:32:02 program INFO WAIT active send to complete -2015-03-12 06:32:03 program INFO WAIT active send to complete -2015-03-12 06:32:03 program INFO WAIT active send to complete -2015-03-12 06:32:04 program INFO WAIT active send to complete -2015-03-12 06:32:04 program INFO WAIT active send to complete -2015-03-12 06:32:05 program INFO WAIT active send to complete -2015-03-12 06:32:05 program INFO WAIT active send to complete -2015-03-12 06:32:06 program INFO WAIT active send to complete -2015-03-12 06:32:06 program INFO WAIT active send to complete -2015-03-12 06:32:07 program INFO WAIT active send to complete -2015-03-12 06:32:07 program INFO WAIT active send to complete -2015-03-12 06:32:08 program INFO WAIT active send to complete -2015-03-12 06:32:08 sendUrl INFO 83 [818] R:OK -2015-03-12 06:32:16 sendUrl INFO 83 [819] R:OK -2015-03-12 06:32:33 queue INFO >>83 [820] -2015-03-12 06:32:37 sendUrl INFO 83 [820] R:OK -2015-03-12 06:33:23 queue INFO >>83 [821] -2015-03-12 06:33:27 sendUrl INFO 83 [821] R:OK -2015-03-12 06:34:13 queue INFO >>83 [822] -2015-03-12 06:34:17 sendUrl INFO 83 [822] R:OK -2015-03-12 06:35:03 queue INFO >>83 [823] -2015-03-12 06:35:04 sendUrl INFO 83 [823] R:OK -2015-03-12 06:35:53 queue INFO >>83 [824] -2015-03-12 06:35:57 sendUrl INFO 83 [824] R:OK -2015-03-12 06:36:43 queue INFO >>83 [825] -2015-03-12 06:36:47 sendUrl INFO 83 [825] R:OK -2015-03-12 06:37:34 queue INFO >>83 [826] -2015-03-12 06:37:35 sendUrl INFO 83 [826] R:OK -2015-03-12 06:38:24 queue INFO >>83 [827] -2015-03-12 06:38:28 sendUrl INFO 83 [827] R:OK -2015-03-12 06:39:14 queue INFO >>83 [828] -2015-03-12 06:39:15 sendUrl INFO 83 [828] R:OK -2015-03-12 06:39:48 queue INFO 87 [829] -2015-03-12 06:39:48 queue INFO >87 [830] -2015-03-12 06:39:49 program INFO WAIT active send to complete -2015-03-12 06:39:49 program INFO WAIT active send to complete -2015-03-12 06:39:49 sendUrl INFO 87 [829] R:OK -2015-03-12 06:39:50 queue INFO 83 [831] -2015-03-12 06:39:50 queue INFO >83 [832] -2015-03-12 06:39:50 program INFO WAIT active send to complete -2015-03-12 06:39:50 sendUrl INFO 87 [830] R:OK -2015-03-12 06:39:51 program INFO WAIT active send to complete -2015-03-12 06:39:51 sendUrl INFO 83 [831] R:OK -2015-03-12 06:39:52 sendUrl INFO 83 [832] R:OK -2015-03-12 06:40:40 queue INFO >>83 [833] -2015-03-12 06:40:40 sendUrl INFO 83 [833] R:OK -2015-03-12 06:40:45 queue INFO 81 [834] -2015-03-12 06:40:46 queue INFO >81 [835] -2015-03-12 06:40:46 program INFO WAIT active send to complete -2015-03-12 06:40:46 program INFO WAIT active send to complete -2015-03-12 06:40:47 program INFO WAIT active send to complete -2015-03-12 06:40:47 queue INFO 99 [836] -2015-03-12 06:40:47 queue INFO >99 [837] -2015-03-12 06:40:47 program INFO WAIT active send to complete -2015-03-12 06:40:48 program INFO WAIT active send to complete -2015-03-12 06:40:48 program INFO WAIT active send to complete -2015-03-12 06:40:49 program INFO WAIT active send to complete -2015-03-12 06:40:49 program INFO WAIT active send to complete -2015-03-12 06:40:50 program INFO WAIT active send to complete -2015-03-12 06:40:51 program INFO WAIT active send to complete -2015-03-12 06:40:51 program INFO WAIT active send to complete -2015-03-12 06:40:52 program INFO WAIT active send to complete -2015-03-12 06:40:52 program INFO WAIT active send to complete -2015-03-12 06:40:53 program INFO WAIT active send to complete -2015-03-12 06:40:53 program INFO WAIT active send to complete -2015-03-12 06:40:54 program INFO WAIT active send to complete -2015-03-12 06:40:54 program INFO WAIT active send to complete -2015-03-12 06:40:55 program INFO WAIT active send to complete -2015-03-12 06:40:55 program INFO WAIT active send to complete -2015-03-12 06:40:56 program INFO WAIT active send to complete -2015-03-12 06:40:56 program INFO WAIT active send to complete -2015-03-12 06:40:57 program INFO WAIT active send to complete -2015-03-12 06:40:57 program INFO WAIT active send to complete -2015-03-12 06:40:58 program INFO WAIT active send to complete -2015-03-12 06:40:58 program INFO WAIT active send to complete -2015-03-12 06:40:59 program INFO WAIT active send to complete -2015-03-12 06:40:59 program INFO WAIT active send to complete -2015-03-12 06:41:00 program INFO WAIT active send to complete -2015-03-12 06:41:00 program INFO WAIT active send to complete -2015-03-12 06:41:01 program INFO WAIT active send to complete -2015-03-12 06:41:01 program INFO WAIT active send to complete -2015-03-12 06:41:02 program INFO WAIT active send to complete -2015-03-12 06:41:02 program INFO WAIT active send to complete -2015-03-12 06:41:03 program INFO WAIT active send to complete -2015-03-12 06:41:03 program INFO WAIT active send to complete -2015-03-12 06:41:04 program INFO WAIT active send to complete -2015-03-12 06:41:04 program INFO WAIT active send to complete -2015-03-12 06:41:05 sendUrl INFO 81 [834] R:OK -2015-03-12 06:41:05 program INFO WAIT active send to complete -2015-03-12 06:41:06 program INFO WAIT active send to complete -2015-03-12 06:41:06 program INFO WAIT active send to complete -2015-03-12 06:41:07 program INFO WAIT active send to complete -2015-03-12 06:41:07 program INFO WAIT active send to complete -2015-03-12 06:41:08 program INFO WAIT active send to complete -2015-03-12 06:41:08 program INFO WAIT active send to complete -2015-03-12 06:41:09 program INFO WAIT active send to complete -2015-03-12 06:41:09 program INFO WAIT active send to complete -2015-03-12 06:41:10 program INFO WAIT active send to complete -2015-03-12 06:41:10 program INFO WAIT active send to complete -2015-03-12 06:41:11 program INFO WAIT active send to complete -2015-03-12 06:41:11 program INFO WAIT active send to complete -2015-03-12 06:41:12 program INFO WAIT active send to complete -2015-03-12 06:41:12 program INFO WAIT active send to complete -2015-03-12 06:41:13 program INFO WAIT active send to complete -2015-03-12 06:41:13 program INFO WAIT active send to complete -2015-03-12 06:41:14 program INFO WAIT active send to complete -2015-03-12 06:41:14 program INFO WAIT active send to complete -2015-03-12 06:41:15 program INFO WAIT active send to complete -2015-03-12 06:41:15 program INFO WAIT active send to complete -2015-03-12 06:41:16 program INFO WAIT active send to complete -2015-03-12 06:41:16 program INFO WAIT active send to complete -2015-03-12 06:41:17 program INFO WAIT active send to complete -2015-03-12 06:41:17 program INFO WAIT active send to complete -2015-03-12 06:41:18 program INFO WAIT active send to complete -2015-03-12 06:41:18 program INFO WAIT active send to complete -2015-03-12 06:41:19 program INFO WAIT active send to complete -2015-03-12 06:41:19 program INFO WAIT active send to complete -2015-03-12 06:41:20 program INFO WAIT active send to complete -2015-03-12 06:41:20 sendUrl INFO 81 [835] R:OK -2015-03-12 06:41:21 program INFO WAIT active send to complete -2015-03-12 06:41:21 program INFO WAIT active send to complete -2015-03-12 06:41:22 program INFO WAIT active send to complete -2015-03-12 06:41:22 program INFO WAIT active send to complete -2015-03-12 06:41:23 program INFO WAIT active send to complete -2015-03-12 06:41:23 program INFO WAIT active send to complete -2015-03-12 06:41:24 program INFO WAIT active send to complete -2015-03-12 06:41:24 program INFO WAIT active send to complete -2015-03-12 06:41:25 program INFO WAIT active send to complete -2015-03-12 06:41:25 sendUrl INFO 99 [836] R:OK -2015-03-12 06:41:28 sendUrl INFO 99 [837] R:OK -2015-03-12 06:41:37 queue INFO >>99 [838] -2015-03-12 06:41:55 sendUrl INFO 99 [838] R:OK -2015-03-12 06:42:27 queue INFO >>99 [839] -2015-03-12 06:42:28 sendUrl INFO 99 [839] R:OK -2015-03-12 06:43:18 queue INFO >>99 [840] -2015-03-12 06:43:35 sendUrl INFO 99 [840] R:OK -2015-03-12 06:44:08 queue INFO >>99 [841] -2015-03-12 06:44:25 sendUrl INFO 99 [841] R:OK -2015-03-12 06:44:58 queue INFO >>99 [842] -2015-03-12 06:45:16 sendUrl INFO 99 [842] R:OK -2015-03-12 06:45:48 queue INFO >>99 [843] -2015-03-12 06:46:05 sendUrl INFO 99 [843] R:OK -2015-03-12 06:46:38 queue INFO >>99 [844] -2015-03-12 06:46:42 queue INFO 89 [845] -2015-03-12 06:46:42 queue INFO >89 [846] -2015-03-12 06:46:42 program INFO WAIT active send to complete -2015-03-12 06:46:43 program INFO WAIT active send to complete -2015-03-12 06:46:44 program INFO WAIT active send to complete -2015-03-12 06:46:44 program INFO WAIT active send to complete -2015-03-12 06:46:45 program INFO WAIT active send to complete -2015-03-12 06:46:45 program INFO WAIT active send to complete -2015-03-12 06:46:45 queue INFO 81 [847] -2015-03-12 06:46:46 queue INFO >81 [848] -2015-03-12 06:46:46 program INFO WAIT active send to complete -2015-03-12 06:46:46 program INFO WAIT active send to complete -2015-03-12 06:46:47 program INFO WAIT active send to complete -2015-03-12 06:46:47 program INFO WAIT active send to complete -2015-03-12 06:46:48 program INFO WAIT active send to complete -2015-03-12 06:46:48 program INFO WAIT active send to complete -2015-03-12 06:46:49 program INFO WAIT active send to complete -2015-03-12 06:46:49 program INFO WAIT active send to complete -2015-03-12 06:46:50 program INFO WAIT active send to complete -2015-03-12 06:46:50 program INFO WAIT active send to complete -2015-03-12 06:46:51 program INFO WAIT active send to complete -2015-03-12 06:46:51 program INFO WAIT active send to complete -2015-03-12 06:46:52 program INFO WAIT active send to complete -2015-03-12 06:46:52 program INFO WAIT active send to complete -2015-03-12 06:46:53 queue INFO 83 [849] -2015-03-12 06:46:53 program INFO WAIT active send to complete -2015-03-12 06:46:53 queue INFO >83 [850] -2015-03-12 06:46:53 program INFO WAIT active send to complete -2015-03-12 06:46:54 program INFO WAIT active send to complete -2015-03-12 06:46:54 program INFO WAIT active send to complete -2015-03-12 06:46:55 program INFO WAIT active send to complete -2015-03-12 06:46:55 program INFO WAIT active send to complete -2015-03-12 06:46:56 program INFO WAIT active send to complete -2015-03-12 06:46:56 sendUrl INFO 99 [844] R:OK -2015-03-12 06:46:57 program INFO WAIT active send to complete -2015-03-12 06:46:57 program INFO WAIT active send to complete -2015-03-12 06:46:58 program INFO WAIT active send to complete -2015-03-12 06:46:58 program INFO WAIT active send to complete -2015-03-12 06:46:59 program INFO WAIT active send to complete -2015-03-12 06:46:59 program INFO WAIT active send to complete -2015-03-12 06:47:00 program INFO WAIT active send to complete -2015-03-12 06:47:00 program INFO WAIT active send to complete -2015-03-12 06:47:01 program INFO WAIT active send to complete -2015-03-12 06:47:01 sendUrl INFO 89 [845] R:OK -2015-03-12 06:47:02 sendUrl INFO 89 [846] R:OK -2015-03-12 06:47:02 program INFO WAIT active send to complete -2015-03-12 06:47:03 sendUrl INFO 81 [847] R:OK -2015-03-12 06:47:03 sendUrl INFO 81 [848] R:OK -2015-03-12 06:47:04 program INFO WAIT active send to complete -2015-03-12 06:47:04 program INFO WAIT active send to complete -2015-03-12 06:47:05 program INFO WAIT active send to complete -2015-03-12 06:47:05 program INFO WAIT active send to complete -2015-03-12 06:47:06 program INFO WAIT active send to complete -2015-03-12 06:47:06 program INFO WAIT active send to complete -2015-03-12 06:47:07 program INFO WAIT active send to complete -2015-03-12 06:47:07 program INFO WAIT active send to complete -2015-03-12 06:47:08 program INFO WAIT active send to complete -2015-03-12 06:47:08 program INFO WAIT active send to complete -2015-03-12 06:47:09 program INFO WAIT active send to complete -2015-03-12 06:47:09 program INFO WAIT active send to complete -2015-03-12 06:47:10 program INFO WAIT active send to complete -2015-03-12 06:47:10 program INFO WAIT active send to complete -2015-03-12 06:47:11 sendUrl INFO 83 [849] R:OK -2015-03-12 06:47:16 sendUrl INFO 83 [850] R:OK -2015-03-12 06:47:43 queue INFO >>83 [851] -2015-03-12 06:47:46 sendUrl INFO 83 [851] R:OK -2015-03-12 06:48:33 queue INFO >>83 [852] -2015-03-12 06:48:33 sendUrl INFO 83 [852] R:OK -2015-03-12 06:49:23 queue INFO >>83 [853] -2015-03-12 06:49:25 sendUrl INFO 83 [853] R:OK -2015-03-12 06:50:13 queue INFO >>83 [854] -2015-03-12 06:50:16 sendUrl INFO 83 [854] R:OK -2015-03-12 06:51:03 queue INFO >>83 [855] -2015-03-12 06:51:04 sendUrl INFO 83 [855] R:OK -2015-03-12 06:51:53 queue INFO >>83 [856] -2015-03-12 06:51:54 sendUrl INFO 83 [856] R:OK -2015-03-12 06:52:43 queue INFO >>83 [857] -2015-03-12 06:52:44 sendUrl INFO 83 [857] R:OK -2015-03-12 06:53:34 queue INFO >>83 [858] -2015-03-12 06:53:37 sendUrl INFO 83 [858] R:OK -2015-03-12 06:54:24 queue INFO >>83 [859] -2015-03-12 06:54:24 sendUrl INFO 83 [859] R:OK -2015-03-12 06:54:33 queue INFO 87 [860] -2015-03-12 06:54:33 queue INFO >87 [861] -2015-03-12 06:54:33 program INFO WAIT active send to complete -2015-03-12 06:54:34 program INFO WAIT active send to complete -2015-03-12 06:54:34 queue INFO 83 [862] -2015-03-12 06:54:34 program INFO WAIT active send to complete -2015-03-12 06:54:34 queue INFO >83 [863] -2015-03-12 06:54:35 program INFO WAIT active send to complete -2015-03-12 06:54:35 program INFO WAIT active send to complete -2015-03-12 06:54:36 program INFO WAIT active send to complete -2015-03-12 06:54:36 program INFO WAIT active send to complete -2015-03-12 06:54:37 program INFO WAIT active send to complete -2015-03-12 06:54:37 program INFO WAIT active send to complete -2015-03-12 06:54:38 program INFO WAIT active send to complete -2015-03-12 06:54:38 program INFO WAIT active send to complete -2015-03-12 06:54:39 program INFO WAIT active send to complete -2015-03-12 06:54:39 program INFO WAIT active send to complete -2015-03-12 06:54:40 program INFO WAIT active send to complete -2015-03-12 06:54:40 program INFO WAIT active send to complete -2015-03-12 06:54:41 program INFO WAIT active send to complete -2015-03-12 06:54:41 program INFO WAIT active send to complete -2015-03-12 06:54:42 program INFO WAIT active send to complete -2015-03-12 06:54:42 sendUrl INFO 87 [860] R:OK -2015-03-12 06:54:43 program INFO WAIT active send to complete -2015-03-12 06:54:43 program INFO WAIT active send to complete -2015-03-12 06:54:44 program INFO WAIT active send to complete -2015-03-12 06:54:44 program INFO WAIT active send to complete -2015-03-12 06:54:45 program INFO WAIT active send to complete -2015-03-12 06:54:46 program INFO WAIT active send to complete -2015-03-12 06:54:46 program INFO WAIT active send to complete -2015-03-12 06:54:47 program INFO WAIT active send to complete -2015-03-12 06:54:47 program INFO WAIT active send to complete -2015-03-12 06:54:48 program INFO WAIT active send to complete -2015-03-12 06:54:48 program INFO WAIT active send to complete -2015-03-12 06:54:49 program INFO WAIT active send to complete -2015-03-12 06:54:49 program INFO WAIT active send to complete -2015-03-12 06:54:50 program INFO WAIT active send to complete -2015-03-12 06:54:50 program INFO WAIT active send to complete -2015-03-12 06:54:50 sendUrl INFO 87 [861] R:OK -2015-03-12 06:54:51 program INFO WAIT active send to complete -2015-03-12 06:54:52 program INFO WAIT active send to complete -2015-03-12 06:54:52 program INFO WAIT active send to complete -2015-03-12 06:54:53 program INFO WAIT active send to complete -2015-03-12 06:54:53 program INFO WAIT active send to complete -2015-03-12 06:54:54 program INFO WAIT active send to complete -2015-03-12 06:54:54 program INFO WAIT active send to complete -2015-03-12 06:54:55 program INFO WAIT active send to complete -2015-03-12 06:54:55 program INFO WAIT active send to complete -2015-03-12 06:54:56 program INFO WAIT active send to complete -2015-03-12 06:54:56 program INFO WAIT active send to complete -2015-03-12 06:54:57 program INFO WAIT active send to complete -2015-03-12 06:54:57 program INFO WAIT active send to complete -2015-03-12 06:54:58 program INFO WAIT active send to complete -2015-03-12 06:54:58 program INFO WAIT active send to complete -2015-03-12 06:54:59 program INFO WAIT active send to complete -2015-03-12 06:54:59 program INFO WAIT active send to complete -2015-03-12 06:55:00 program INFO WAIT active send to complete -2015-03-12 06:55:00 program INFO WAIT active send to complete -2015-03-12 06:55:01 program INFO WAIT active send to complete -2015-03-12 06:55:01 program INFO WAIT active send to complete -2015-03-12 06:55:02 program INFO WAIT active send to complete -2015-03-12 06:55:02 program INFO WAIT active send to complete -2015-03-12 06:55:03 program INFO WAIT active send to complete -2015-03-12 06:55:03 program INFO WAIT active send to complete -2015-03-12 06:55:04 program INFO WAIT active send to complete -2015-03-12 06:55:04 program INFO WAIT active send to complete -2015-03-12 06:55:05 program INFO WAIT active send to complete -2015-03-12 06:55:05 program INFO WAIT active send to complete -2015-03-12 06:55:05 sendUrl INFO 83 [862] R:OK -2015-03-12 06:55:15 sendUrl INFO 83 [863] R:OK -2015-03-12 06:55:24 queue INFO >>83 [864] -2015-03-12 06:55:32 sendUrl INFO 83 [864] R:OK -2015-03-12 06:56:14 queue INFO >>83 [865] -2015-03-12 06:56:22 sendUrl INFO 83 [865] R:OK -2015-03-12 06:57:05 queue INFO >>83 [866] -2015-03-12 06:57:13 sendUrl INFO 83 [866] R:OK -2015-03-12 06:57:55 queue INFO >>83 [867] -2015-03-12 06:58:03 sendUrl INFO 83 [867] R:OK -2015-03-12 06:58:45 queue INFO >>83 [868] -2015-03-12 06:58:53 sendUrl INFO 83 [868] R:OK -2015-03-12 06:59:35 queue INFO >>83 [869] -2015-03-12 06:59:36 sendUrl INFO 83 [869] R:OK -2015-03-12 07:00:25 queue INFO >>83 [870] -2015-03-12 07:00:33 sendUrl INFO 83 [870] R:OK -2015-03-12 07:01:15 queue INFO >>83 [871] -2015-03-12 07:01:24 sendUrl INFO 83 [871] R:OK -2015-03-12 07:02:06 queue INFO >>83 [872] -2015-03-12 07:02:13 sendUrl INFO 83 [872] R:OK -2015-03-12 07:02:39 queue INFO 87 [873] -2015-03-12 07:02:39 queue INFO >87 [874] -2015-03-12 07:02:40 program INFO WAIT active send to complete -2015-03-12 07:02:40 program INFO WAIT active send to complete -2015-03-12 07:02:40 queue INFO 83 [875] -2015-03-12 07:02:41 queue INFO >83 [876] -2015-03-12 07:02:41 program INFO WAIT active send to complete -2015-03-12 07:02:41 program INFO WAIT active send to complete -2015-03-12 07:02:42 program INFO WAIT active send to complete -2015-03-12 07:02:42 program INFO WAIT active send to complete -2015-03-12 07:02:43 program INFO WAIT active send to complete -2015-03-12 07:02:43 program INFO WAIT active send to complete -2015-03-12 07:02:44 program INFO WAIT active send to complete -2015-03-12 07:02:44 program INFO WAIT active send to complete -2015-03-12 07:02:45 program INFO WAIT active send to complete -2015-03-12 07:02:45 program INFO WAIT active send to complete -2015-03-12 07:02:46 program INFO WAIT active send to complete -2015-03-12 07:02:46 program INFO WAIT active send to complete -2015-03-12 07:02:47 program INFO WAIT active send to complete -2015-03-12 07:02:47 program INFO WAIT active send to complete -2015-03-12 07:02:48 program INFO WAIT active send to complete -2015-03-12 07:02:48 sendUrl INFO 87 [873] R:OK -2015-03-12 07:02:49 sendUrl INFO 87 [874] R:OK -2015-03-12 07:02:49 program INFO WAIT active send to complete -2015-03-12 07:02:50 program INFO WAIT active send to complete -2015-03-12 07:02:50 program INFO WAIT active send to complete -2015-03-12 07:02:51 program INFO WAIT active send to complete -2015-03-12 07:02:52 program INFO WAIT active send to complete -2015-03-12 07:02:52 program INFO WAIT active send to complete -2015-03-12 07:02:53 program INFO WAIT active send to complete -2015-03-12 07:02:53 program INFO WAIT active send to complete -2015-03-12 07:02:54 program INFO WAIT active send to complete -2015-03-12 07:02:54 program INFO WAIT active send to complete -2015-03-12 07:02:55 program INFO WAIT active send to complete -2015-03-12 07:02:55 program INFO WAIT active send to complete -2015-03-12 07:02:56 program INFO WAIT active send to complete -2015-03-12 07:02:56 program INFO WAIT active send to complete -2015-03-12 07:02:57 program INFO WAIT active send to complete -2015-03-12 07:02:57 program INFO WAIT active send to complete -2015-03-12 07:02:58 program INFO WAIT active send to complete -2015-03-12 07:02:58 program INFO WAIT active send to complete -2015-03-12 07:02:59 program INFO WAIT active send to complete -2015-03-12 07:02:59 program INFO WAIT active send to complete -2015-03-12 07:03:00 program INFO WAIT active send to complete -2015-03-12 07:03:00 program INFO WAIT active send to complete -2015-03-12 07:03:01 program INFO WAIT active send to complete -2015-03-12 07:03:01 program INFO WAIT active send to complete -2015-03-12 07:03:02 program INFO WAIT active send to complete -2015-03-12 07:03:02 program INFO WAIT active send to complete -2015-03-12 07:03:03 program INFO WAIT active send to complete -2015-03-12 07:03:03 program INFO WAIT active send to complete -2015-03-12 07:03:04 program INFO WAIT active send to complete -2015-03-12 07:03:04 sendUrl INFO 83 [875] R:OK -2015-03-12 07:03:08 sendUrl INFO 83 [876] R:OK -2015-03-12 07:03:31 queue INFO >>83 [877] -2015-03-12 07:03:39 sendUrl INFO 83 [877] R:OK -2015-03-12 07:04:21 queue INFO >>83 [878] -2015-03-12 07:04:21 sendUrl INFO 83 [878] R:OK -2015-03-12 07:05:11 queue INFO >>83 [879] -2015-03-12 07:05:31 sendUrl INFO 83 [879] R:OK -2015-03-12 07:06:01 queue INFO >>83 [880] -2015-03-12 07:06:13 sendUrl INFO 83 [880] R:OK -2015-03-12 07:06:51 queue INFO >>83 [881] -2015-03-12 07:07:08 sendUrl INFO 83 [881] R:OK -2015-03-12 07:07:41 queue INFO >>83 [882] -2015-03-12 07:07:56 sendUrl INFO 83 [882] R:OK -2015-03-12 07:08:32 queue INFO >>83 [883] -2015-03-12 07:08:38 sendUrl INFO 83 [883] R:OK -2015-03-12 07:09:22 queue INFO >>83 [884] -2015-03-12 07:09:30 sendUrl INFO 83 [884] R:OK -2015-03-12 07:10:12 queue INFO >>83 [885] -2015-03-12 07:10:20 sendUrl INFO 83 [885] R:OK -2015-03-12 07:10:45 queue INFO 87 [886] -2015-03-12 07:10:46 queue INFO >87 [887] -2015-03-12 07:10:46 program INFO WAIT active send to complete -2015-03-12 07:10:47 program INFO WAIT active send to complete -2015-03-12 07:10:47 queue INFO 83 [888] -2015-03-12 07:10:47 queue INFO >83 [889] -2015-03-12 07:10:47 program INFO WAIT active send to complete -2015-03-12 07:10:48 program INFO WAIT active send to complete -2015-03-12 07:10:48 program INFO WAIT active send to complete -2015-03-12 07:10:49 program INFO WAIT active send to complete -2015-03-12 07:10:49 program INFO WAIT active send to complete -2015-03-12 07:10:50 program INFO WAIT active send to complete -2015-03-12 07:10:50 program INFO WAIT active send to complete -2015-03-12 07:10:51 program INFO WAIT active send to complete -2015-03-12 07:10:51 program INFO WAIT active send to complete -2015-03-12 07:10:52 program INFO WAIT active send to complete -2015-03-12 07:10:52 program INFO WAIT active send to complete -2015-03-12 07:10:53 program INFO WAIT active send to complete -2015-03-12 07:10:53 program INFO WAIT active send to complete -2015-03-12 07:10:54 program INFO WAIT active send to complete -2015-03-12 07:10:54 program INFO WAIT active send to complete -2015-03-12 07:10:55 program INFO WAIT active send to complete -2015-03-12 07:10:55 program INFO WAIT active send to complete -2015-03-12 07:10:56 program INFO WAIT active send to complete -2015-03-12 07:10:56 program INFO WAIT active send to complete -2015-03-12 07:10:57 program INFO WAIT active send to complete -2015-03-12 07:10:57 program INFO WAIT active send to complete -2015-03-12 07:10:58 program INFO WAIT active send to complete -2015-03-12 07:10:58 sendUrl INFO 87 [886] R:OK -2015-03-12 07:10:59 program INFO WAIT active send to complete -2015-03-12 07:10:59 program INFO WAIT active send to complete -2015-03-12 07:11:00 program INFO WAIT active send to complete -2015-03-12 07:11:00 program INFO WAIT active send to complete -2015-03-12 07:11:01 program INFO WAIT active send to complete -2015-03-12 07:11:01 program INFO WAIT active send to complete -2015-03-12 07:11:02 program INFO WAIT active send to complete -2015-03-12 07:11:02 program INFO WAIT active send to complete -2015-03-12 07:11:03 program INFO WAIT active send to complete -2015-03-12 07:11:03 sendUrl INFO 87 [887] R:OK -2015-03-12 07:11:04 program INFO WAIT active send to complete -2015-03-12 07:11:04 program INFO WAIT active send to complete -2015-03-12 07:11:05 program INFO WAIT active send to complete -2015-03-12 07:11:05 program INFO WAIT active send to complete -2015-03-12 07:11:06 program INFO WAIT active send to complete -2015-03-12 07:11:06 program INFO WAIT active send to complete -2015-03-12 07:11:07 program INFO WAIT active send to complete -2015-03-12 07:11:08 program INFO WAIT active send to complete -2015-03-12 07:11:08 program INFO WAIT active send to complete -2015-03-12 07:11:09 program INFO WAIT active send to complete -2015-03-12 07:11:09 program INFO WAIT active send to complete -2015-03-12 07:11:10 program INFO WAIT active send to complete -2015-03-12 07:11:10 program INFO WAIT active send to complete -2015-03-12 07:11:11 program INFO WAIT active send to complete -2015-03-12 07:11:11 program INFO WAIT active send to complete -2015-03-12 07:11:12 program INFO WAIT active send to complete -2015-03-12 07:11:12 program INFO WAIT active send to complete -2015-03-12 07:11:13 program INFO WAIT active send to complete -2015-03-12 07:11:13 program INFO WAIT active send to complete -2015-03-12 07:11:14 program INFO WAIT active send to complete -2015-03-12 07:11:14 program INFO WAIT active send to complete -2015-03-12 07:11:15 program INFO WAIT active send to complete -2015-03-12 07:11:15 program INFO WAIT active send to complete -2015-03-12 07:11:16 program INFO WAIT active send to complete -2015-03-12 07:11:16 program INFO WAIT active send to complete -2015-03-12 07:11:17 program INFO WAIT active send to complete -2015-03-12 07:11:17 program INFO WAIT active send to complete -2015-03-12 07:11:18 program INFO WAIT active send to complete -2015-03-12 07:11:18 program INFO WAIT active send to complete -2015-03-12 07:11:18 sendUrl INFO 83 [888] R:OK -2015-03-12 07:11:25 sendUrl INFO 83 [889] R:OK -2015-03-12 07:11:37 queue INFO >>83 [890] -2015-03-12 07:11:54 sendUrl INFO 83 [890] R:OK -2015-03-12 07:12:27 queue INFO >>83 [891] -2015-03-12 07:12:44 sendUrl INFO 83 [891] R:OK -2015-03-12 07:13:17 queue INFO >>83 [892] -2015-03-12 07:13:29 sendUrl INFO 83 [892] R:OK -2015-03-12 07:14:08 queue INFO >>83 [893] -2015-03-12 07:14:18 sendUrl INFO 83 [893] R:OK -2015-03-12 07:14:58 queue INFO >>83 [894] -2015-03-12 07:15:09 sendUrl INFO 83 [894] R:OK -2015-03-12 07:15:48 queue INFO >>83 [895] -2015-03-12 07:15:59 sendUrl INFO 83 [895] R:OK -2015-03-12 07:16:38 queue INFO >>83 [896] -2015-03-12 07:16:49 sendUrl INFO 83 [896] R:OK -2015-03-12 07:17:28 queue INFO >>83 [897] -2015-03-12 07:17:39 sendUrl INFO 83 [897] R:OK -2015-03-12 07:18:18 queue INFO >>83 [898] -2015-03-12 07:18:29 sendUrl INFO 83 [898] R:OK -2015-03-12 07:18:52 queue INFO C7 [899] -2015-03-12 07:18:52 queue INFO >C7 [900] -2015-03-12 07:18:53 program INFO WAIT active send to complete -2015-03-12 07:18:53 program INFO WAIT active send to complete -2015-03-12 07:18:53 queue INFO C3 [901] -2015-03-12 07:18:54 program INFO WAIT active send to complete -2015-03-12 07:18:54 queue INFO >C3 [902] -2015-03-12 07:18:54 program INFO WAIT active send to complete -2015-03-12 07:18:55 program INFO WAIT active send to complete -2015-03-12 07:18:55 program INFO WAIT active send to complete -2015-03-12 07:18:56 program INFO WAIT active send to complete -2015-03-12 07:18:56 program INFO WAIT active send to complete -2015-03-12 07:18:57 program INFO WAIT active send to complete -2015-03-12 07:18:57 sendUrl INFO C7 [899] R:OK -2015-03-12 07:18:58 program INFO WAIT active send to complete -2015-03-12 07:18:58 program INFO WAIT active send to complete -2015-03-12 07:18:59 program INFO WAIT active send to complete -2015-03-12 07:18:59 program INFO WAIT active send to complete -2015-03-12 07:19:00 program INFO WAIT active send to complete -2015-03-12 07:19:00 program INFO WAIT active send to complete -2015-03-12 07:19:01 program INFO WAIT active send to complete -2015-03-12 07:19:01 program INFO WAIT active send to complete -2015-03-12 07:19:02 program INFO WAIT active send to complete -2015-03-12 07:19:02 program INFO WAIT active send to complete -2015-03-12 07:19:03 program INFO WAIT active send to complete -2015-03-12 07:19:03 program INFO WAIT active send to complete -2015-03-12 07:19:04 program INFO WAIT active send to complete -2015-03-12 07:19:04 program INFO WAIT active send to complete -2015-03-12 07:19:05 program INFO WAIT active send to complete -2015-03-12 07:19:05 program INFO WAIT active send to complete -2015-03-12 07:19:06 sendUrl INFO C7 [900] R:OK -2015-03-12 07:19:06 program INFO WAIT active send to complete -2015-03-12 07:19:07 program INFO WAIT active send to complete -2015-03-12 07:19:07 program INFO WAIT active send to complete -2015-03-12 07:19:08 program INFO WAIT active send to complete -2015-03-12 07:19:08 program INFO WAIT active send to complete -2015-03-12 07:19:09 program INFO WAIT active send to complete -2015-03-12 07:19:09 program INFO WAIT active send to complete -2015-03-12 07:19:10 program INFO WAIT active send to complete -2015-03-12 07:19:10 program INFO WAIT active send to complete -2015-03-12 07:19:11 program INFO WAIT active send to complete -2015-03-12 07:19:11 program INFO WAIT active send to complete -2015-03-12 07:19:12 program INFO WAIT active send to complete -2015-03-12 07:19:12 program INFO WAIT active send to complete -2015-03-12 07:19:13 program INFO WAIT active send to complete -2015-03-12 07:19:13 program INFO WAIT active send to complete -2015-03-12 07:19:14 program INFO WAIT active send to complete -2015-03-12 07:19:14 program INFO WAIT active send to complete -2015-03-12 07:19:15 program INFO WAIT active send to complete -2015-03-12 07:19:15 program INFO WAIT active send to complete -2015-03-12 07:19:16 program INFO WAIT active send to complete -2015-03-12 07:19:16 program INFO WAIT active send to complete -2015-03-12 07:19:17 program INFO WAIT active send to complete -2015-03-12 07:19:17 program INFO WAIT active send to complete -2015-03-12 07:19:18 program INFO WAIT active send to complete -2015-03-12 07:19:18 program INFO WAIT active send to complete -2015-03-12 07:19:19 program INFO WAIT active send to complete -2015-03-12 07:19:19 program INFO WAIT active send to complete -2015-03-12 07:19:20 program INFO WAIT active send to complete -2015-03-12 07:19:20 sendUrl INFO C3 [901] R:OK -2015-03-12 07:19:44 queue INFO >>C3 [903] -2015-03-12 07:19:44 program INFO WAIT active send to complete -2015-03-12 07:19:45 program INFO WAIT active send to complete -2015-03-12 07:19:45 program INFO WAIT active send to complete -2015-03-12 07:19:46 program INFO WAIT active send to complete -2015-03-12 07:19:46 program INFO WAIT active send to complete -2015-03-12 07:19:47 sendUrl INFO C3 [902] R:OK -2015-03-12 07:19:56 sendUrl INFO C3 [903] R:OK -2015-03-12 07:20:34 queue INFO >>C3 [904] -2015-03-12 07:20:38 sendUrl INFO C3 [904] R:OK -2015-03-12 07:21:24 queue INFO >>C3 [905] -2015-03-12 07:21:27 sendUrl INFO C3 [905] R:OK -2015-03-12 07:22:14 queue INFO >>C3 [906] -2015-03-12 07:22:20 sendUrl INFO C3 [906] R:OK -2015-03-12 07:23:04 queue INFO >>C3 [907] -2015-03-12 07:23:08 sendUrl INFO C3 [907] R:OK -2015-03-12 07:23:54 queue INFO >>C3 [908] -2015-03-12 07:23:58 sendUrl INFO C3 [908] R:OK -2015-03-12 07:24:45 queue INFO >>C3 [909] -2015-03-12 07:24:55 sendUrl INFO C3 [909] R:OK -2015-03-12 07:25:35 queue INFO >>C3 [910] -2015-03-12 07:25:38 sendUrl INFO C3 [910] R:OK -2015-03-12 07:26:25 queue INFO >>C3 [911] -2015-03-12 07:26:28 sendUrl INFO C3 [911] R:OK -2015-03-12 07:26:58 queue INFO 83 [912] -2015-03-12 07:26:58 queue INFO 87 [913] -2015-03-12 07:26:59 queue INFO >87 [914] -2015-03-12 07:26:59 program INFO WAIT active send to complete -2015-03-12 07:27:00 program INFO WAIT active send to complete -2015-03-12 07:27:00 queue INFO 83 [915] -2015-03-12 07:27:00 program INFO WAIT active send to complete -2015-03-12 07:27:00 queue INFO >83 [916] -2015-03-12 07:27:01 program INFO WAIT active send to complete -2015-03-12 07:27:01 program INFO WAIT active send to complete -2015-03-12 07:27:02 program INFO WAIT active send to complete -2015-03-12 07:27:02 program INFO WAIT active send to complete -2015-03-12 07:27:03 program INFO WAIT active send to complete -2015-03-12 07:27:03 program INFO WAIT active send to complete -2015-03-12 07:27:04 program INFO WAIT active send to complete -2015-03-12 07:27:04 program INFO WAIT active send to complete -2015-03-12 07:27:05 program INFO WAIT active send to complete -2015-03-12 07:27:05 program INFO WAIT active send to complete -2015-03-12 07:27:06 program INFO WAIT active send to complete -2015-03-12 07:27:06 program INFO WAIT active send to complete -2015-03-12 07:27:07 program INFO WAIT active send to complete -2015-03-12 07:27:07 program INFO WAIT active send to complete -2015-03-12 07:27:08 program INFO WAIT active send to complete -2015-03-12 07:27:08 program INFO WAIT active send to complete -2015-03-12 07:27:09 program INFO WAIT active send to complete -2015-03-12 07:27:09 program INFO WAIT active send to complete -2015-03-12 07:27:10 program INFO WAIT active send to complete -2015-03-12 07:27:10 program INFO WAIT active send to complete -2015-03-12 07:27:11 program INFO WAIT active send to complete -2015-03-12 07:27:11 program INFO WAIT active send to complete -2015-03-12 07:27:11 sendUrl INFO 83 [912] R:OK -2015-03-12 07:27:12 program INFO WAIT active send to complete -2015-03-12 07:27:13 program INFO WAIT active send to complete -2015-03-12 07:27:13 program INFO WAIT active send to complete -2015-03-12 07:27:14 program INFO WAIT active send to complete -2015-03-12 07:27:14 program INFO WAIT active send to complete -2015-03-12 07:27:15 program INFO WAIT active send to complete -2015-03-12 07:27:15 program INFO WAIT active send to complete -2015-03-12 07:27:16 program INFO WAIT active send to complete -2015-03-12 07:27:16 program INFO WAIT active send to complete -2015-03-12 07:27:17 program INFO WAIT active send to complete -2015-03-12 07:27:17 program INFO WAIT active send to complete -2015-03-12 07:27:18 program INFO WAIT active send to complete -2015-03-12 07:27:18 program INFO WAIT active send to complete -2015-03-12 07:27:19 program INFO WAIT active send to complete -2015-03-12 07:27:19 program INFO WAIT active send to complete -2015-03-12 07:27:20 program INFO WAIT active send to complete -2015-03-12 07:27:20 program INFO WAIT active send to complete -2015-03-12 07:27:21 program INFO WAIT active send to complete -2015-03-12 07:27:21 program INFO WAIT active send to complete -2015-03-12 07:27:22 program INFO WAIT active send to complete -2015-03-12 07:27:22 program INFO WAIT active send to complete -2015-03-12 07:27:23 program INFO WAIT active send to complete -2015-03-12 07:27:23 program INFO WAIT active send to complete -2015-03-12 07:27:24 program INFO WAIT active send to complete -2015-03-12 07:27:24 program INFO WAIT active send to complete -2015-03-12 07:27:25 program INFO WAIT active send to complete -2015-03-12 07:27:25 program INFO WAIT active send to complete -2015-03-12 07:27:26 program INFO WAIT active send to complete -2015-03-12 07:27:26 sendUrl INFO 87 [913] R:OK -2015-03-12 07:27:27 program INFO WAIT active send to complete -2015-03-12 07:27:27 program INFO WAIT active send to complete -2015-03-12 07:27:28 program INFO WAIT active send to complete -2015-03-12 07:27:28 program INFO WAIT active send to complete -2015-03-12 07:27:29 program INFO WAIT active send to complete -2015-03-12 07:27:29 program INFO WAIT active send to complete -2015-03-12 07:27:30 program INFO WAIT active send to complete -2015-03-12 07:27:30 program INFO WAIT active send to complete -2015-03-12 07:27:31 program INFO WAIT active send to complete -2015-03-12 07:27:31 program INFO WAIT active send to complete -2015-03-12 07:27:32 program INFO WAIT active send to complete -2015-03-12 07:27:32 program INFO WAIT active send to complete -2015-03-12 07:27:33 program INFO WAIT active send to complete -2015-03-12 07:27:33 program INFO WAIT active send to complete -2015-03-12 07:27:34 program INFO WAIT active send to complete -2015-03-12 07:27:34 program INFO WAIT active send to complete -2015-03-12 07:27:35 program INFO WAIT active send to complete -2015-03-12 07:27:35 program INFO WAIT active send to complete -2015-03-12 07:27:36 program INFO WAIT active send to complete -2015-03-12 07:27:36 program INFO WAIT active send to complete -2015-03-12 07:27:37 program INFO WAIT active send to complete -2015-03-12 07:27:37 program INFO WAIT active send to complete -2015-03-12 07:27:38 program INFO WAIT active send to complete -2015-03-12 07:27:38 program INFO WAIT active send to complete -2015-03-12 07:27:39 program INFO WAIT active send to complete -2015-03-12 07:27:39 program INFO WAIT active send to complete -2015-03-12 07:27:40 program INFO WAIT active send to complete -2015-03-12 07:27:41 program INFO WAIT active send to complete -2015-03-12 07:27:41 program INFO WAIT active send to complete -2015-03-12 07:27:42 program INFO WAIT active send to complete -2015-03-12 07:27:42 sendUrl INFO 87 [914] R:OK -2015-03-12 07:27:43 program INFO WAIT active send to complete -2015-03-12 07:27:43 program INFO WAIT active send to complete -2015-03-12 07:27:44 program INFO WAIT active send to complete -2015-03-12 07:27:44 program INFO WAIT active send to complete -2015-03-12 07:27:45 program INFO WAIT active send to complete -2015-03-12 07:27:45 program INFO WAIT active send to complete -2015-03-12 07:27:46 program INFO WAIT active send to complete -2015-03-12 07:27:46 program INFO WAIT active send to complete -2015-03-12 07:27:47 program INFO WAIT active send to complete -2015-03-12 07:27:47 program INFO WAIT active send to complete -2015-03-12 07:27:48 program INFO WAIT active send to complete -2015-03-12 07:27:48 program INFO WAIT active send to complete -2015-03-12 07:27:49 program INFO WAIT active send to complete -2015-03-12 07:27:49 program INFO WAIT active send to complete -2015-03-12 07:27:50 program INFO WAIT active send to complete -2015-03-12 07:27:50 program INFO WAIT active send to complete -2015-03-12 07:27:50 queue INFO >>83 [917] -2015-03-12 07:27:51 program INFO WAIT active send to complete -2015-03-12 07:27:51 program INFO WAIT active send to complete -2015-03-12 07:27:52 program INFO WAIT active send to complete -2015-03-12 07:27:52 program INFO WAIT active send to complete -2015-03-12 07:27:53 program INFO WAIT active send to complete -2015-03-12 07:27:53 program INFO WAIT active send to complete -2015-03-12 07:27:54 program INFO WAIT active send to complete -2015-03-12 07:27:54 program INFO WAIT active send to complete -2015-03-12 07:27:55 program INFO WAIT active send to complete -2015-03-12 07:27:55 program INFO WAIT active send to complete -2015-03-12 07:27:56 program INFO WAIT active send to complete -2015-03-12 07:27:56 program INFO WAIT active send to complete -2015-03-12 07:27:57 program INFO WAIT active send to complete -2015-03-12 07:27:57 program INFO WAIT active send to complete -2015-03-12 07:27:58 program INFO WAIT active send to complete -2015-03-12 07:27:58 program INFO WAIT active send to complete -2015-03-12 07:27:59 program INFO WAIT active send to complete -2015-03-12 07:27:59 program INFO WAIT active send to complete -2015-03-12 07:28:00 program INFO WAIT active send to complete -2015-03-12 07:28:00 program INFO WAIT active send to complete -2015-03-12 07:28:01 program INFO WAIT active send to complete -2015-03-12 07:28:01 program INFO WAIT active send to complete -2015-03-12 07:28:01 sendUrl INFO 83 [915] R:OK -2015-03-12 07:28:02 program INFO WAIT active send to complete -2015-03-12 07:28:03 program INFO WAIT active send to complete -2015-03-12 07:28:03 program INFO WAIT active send to complete -2015-03-12 07:28:04 program INFO WAIT active send to complete -2015-03-12 07:28:04 program INFO WAIT active send to complete -2015-03-12 07:28:05 program INFO WAIT active send to complete -2015-03-12 07:28:05 program INFO WAIT active send to complete -2015-03-12 07:28:06 program INFO WAIT active send to complete -2015-03-12 07:28:06 program INFO WAIT active send to complete -2015-03-12 07:28:07 sendUrl INFO 83 [916] R:OK -2015-03-12 07:28:08 sendUrl INFO 83 [917] R:OK -2015-03-12 07:28:40 queue INFO >>83 [918] -2015-03-12 07:28:52 sendUrl INFO 83 [918] R:OK -2015-03-12 07:29:30 queue INFO >>83 [919] -2015-03-12 07:29:36 queue INFO 81 [920] -2015-03-12 07:29:36 queue INFO >81 [921] -2015-03-12 07:29:36 program INFO WAIT active send to complete -2015-03-12 07:29:36 program INFO WAIT active send to complete -2015-03-12 07:29:37 program INFO WAIT active send to complete -2015-03-12 07:29:37 program INFO WAIT active send to complete -2015-03-12 07:29:38 program INFO WAIT active send to complete -2015-03-12 07:29:38 program INFO WAIT active send to complete -2015-03-12 07:29:39 program INFO WAIT active send to complete -2015-03-12 07:29:39 program INFO WAIT active send to complete -2015-03-12 07:29:40 program INFO WAIT active send to complete -2015-03-12 07:29:40 program INFO WAIT active send to complete -2015-03-12 07:29:41 program INFO WAIT active send to complete -2015-03-12 07:29:41 program INFO WAIT active send to complete -2015-03-12 07:29:42 sendUrl INFO 83 [919] R:OK -2015-03-12 07:29:42 program INFO WAIT active send to complete -2015-03-12 07:29:43 program INFO WAIT active send to complete -2015-03-12 07:29:43 program INFO WAIT active send to complete -2015-03-12 07:29:44 program INFO WAIT active send to complete -2015-03-12 07:29:44 program INFO WAIT active send to complete -2015-03-12 07:29:45 program INFO WAIT active send to complete -2015-03-12 07:29:46 program INFO WAIT active send to complete -2015-03-12 07:29:46 program INFO WAIT active send to complete -2015-03-12 07:29:47 program INFO WAIT active send to complete -2015-03-12 07:29:47 program INFO WAIT active send to complete -2015-03-12 07:29:48 program INFO WAIT active send to complete -2015-03-12 07:29:48 program INFO WAIT active send to complete -2015-03-12 07:29:49 program INFO WAIT active send to complete -2015-03-12 07:29:49 sendUrl INFO 81 [920] R:OK -2015-03-12 07:29:52 queue INFO 83 [922] -2015-03-12 07:29:52 program INFO WAIT active send to complete -2015-03-12 07:29:52 queue INFO >83 [923] -2015-03-12 07:29:53 program INFO WAIT active send to complete -2015-03-12 07:29:53 program INFO WAIT active send to complete -2015-03-12 07:29:54 program INFO WAIT active send to complete -2015-03-12 07:29:54 program INFO WAIT active send to complete -2015-03-12 07:29:55 program INFO WAIT active send to complete -2015-03-12 07:29:55 program INFO WAIT active send to complete -2015-03-12 07:29:56 program INFO WAIT active send to complete -2015-03-12 07:29:56 program INFO WAIT active send to complete -2015-03-12 07:29:57 program INFO WAIT active send to complete -2015-03-12 07:29:57 program INFO WAIT active send to complete -2015-03-12 07:29:58 program INFO WAIT active send to complete -2015-03-12 07:29:58 program INFO WAIT active send to complete -2015-03-12 07:29:59 program INFO WAIT active send to complete -2015-03-12 07:29:59 program INFO WAIT active send to complete -2015-03-12 07:30:00 program INFO WAIT active send to complete -2015-03-12 07:30:00 program INFO WAIT active send to complete -2015-03-12 07:30:01 program INFO WAIT active send to complete -2015-03-12 07:30:01 program INFO WAIT active send to complete -2015-03-12 07:30:02 program INFO WAIT active send to complete -2015-03-12 07:30:02 program INFO WAIT active send to complete -2015-03-12 07:30:03 program INFO WAIT active send to complete -2015-03-12 07:30:03 program INFO WAIT active send to complete -2015-03-12 07:30:04 program INFO WAIT active send to complete -2015-03-12 07:30:04 program INFO WAIT active send to complete -2015-03-12 07:30:05 program INFO WAIT active send to complete -2015-03-12 07:30:05 program INFO WAIT active send to complete -2015-03-12 07:30:06 program INFO WAIT active send to complete -2015-03-12 07:30:06 program INFO WAIT active send to complete -2015-03-12 07:30:07 program INFO WAIT active send to complete -2015-03-12 07:30:07 program INFO WAIT active send to complete -2015-03-12 07:30:08 program INFO WAIT active send to complete -2015-03-12 07:30:08 program INFO WAIT active send to complete -2015-03-12 07:30:09 program INFO WAIT active send to complete -2015-03-12 07:30:09 program INFO WAIT active send to complete -2015-03-12 07:30:10 program INFO WAIT active send to complete -2015-03-12 07:30:10 program INFO WAIT active send to complete -2015-03-12 07:30:11 program INFO WAIT active send to complete -2015-03-12 07:30:11 program INFO WAIT active send to complete -2015-03-12 07:30:11 sendUrl INFO 81 [921] R:OK -2015-03-12 07:30:12 program INFO WAIT active send to complete -2015-03-12 07:30:13 program INFO WAIT active send to complete -2015-03-12 07:30:13 program INFO WAIT active send to complete -2015-03-12 07:30:14 program INFO WAIT active send to complete -2015-03-12 07:30:14 program INFO WAIT active send to complete -2015-03-12 07:30:15 program INFO WAIT active send to complete -2015-03-12 07:30:15 program INFO WAIT active send to complete -2015-03-12 07:30:16 program INFO WAIT active send to complete -2015-03-12 07:30:16 program INFO WAIT active send to complete -2015-03-12 07:30:17 program INFO WAIT active send to complete -2015-03-12 07:30:17 program INFO WAIT active send to complete -2015-03-12 07:30:18 program INFO WAIT active send to complete -2015-03-12 07:30:18 program INFO WAIT active send to complete -2015-03-12 07:30:19 program INFO WAIT active send to complete -2015-03-12 07:30:19 program INFO WAIT active send to complete -2015-03-12 07:30:20 program INFO WAIT active send to complete -2015-03-12 07:30:20 program INFO WAIT active send to complete -2015-03-12 07:30:21 program INFO WAIT active send to complete -2015-03-12 07:30:21 program INFO WAIT active send to complete -2015-03-12 07:30:22 program INFO WAIT active send to complete -2015-03-12 07:30:22 program INFO WAIT active send to complete -2015-03-12 07:30:23 program INFO WAIT active send to complete -2015-03-12 07:30:23 program INFO WAIT active send to complete -2015-03-12 07:30:24 program INFO WAIT active send to complete -2015-03-12 07:30:24 program INFO WAIT active send to complete -2015-03-12 07:30:25 program INFO WAIT active send to complete -2015-03-12 07:30:25 program INFO WAIT active send to complete -2015-03-12 07:30:26 program INFO WAIT active send to complete -2015-03-12 07:30:26 program INFO WAIT active send to complete -2015-03-12 07:30:27 program INFO WAIT active send to complete -2015-03-12 07:30:27 program INFO WAIT active send to complete -2015-03-12 07:30:28 program INFO WAIT active send to complete -2015-03-12 07:30:28 program INFO WAIT active send to complete -2015-03-12 07:30:29 program INFO WAIT active send to complete -2015-03-12 07:30:29 program INFO WAIT active send to complete -2015-03-12 07:30:30 program INFO WAIT active send to complete -2015-03-12 07:30:30 program INFO WAIT active send to complete -2015-03-12 07:30:31 program INFO WAIT active send to complete -2015-03-12 07:30:32 program INFO WAIT active send to complete -2015-03-12 07:30:32 sendUrl INFO 83 [922] R:OK -2015-03-12 07:30:39 sendUrl INFO 83 [923] R:OK -2015-03-12 07:30:42 queue INFO >>83 [924] -2015-03-12 07:30:47 sendUrl INFO 83 [924] R:OK -2015-03-12 07:31:32 queue INFO >>83 [925] -2015-03-12 07:31:37 sendUrl INFO 83 [925] R:OK -2015-03-12 07:32:22 queue INFO >>83 [926] -2015-03-12 07:32:27 sendUrl INFO 83 [926] R:OK -2015-03-12 07:33:12 queue INFO >>83 [927] -2015-03-12 07:33:17 sendUrl INFO 83 [927] R:OK -2015-03-12 07:34:03 queue INFO >>83 [928] -2015-03-12 07:34:08 sendUrl INFO 83 [928] R:OK -2015-03-12 07:34:53 queue INFO >>83 [929] -2015-03-12 07:34:57 sendUrl INFO 83 [929] R:OK -2015-03-12 07:35:05 queue INFO 87 [930] -2015-03-12 07:35:05 queue INFO >87 [931] -2015-03-12 07:35:06 program INFO WAIT active send to complete -2015-03-12 07:35:06 sendUrl INFO 87 [930] R:OK -2015-03-12 07:35:07 queue INFO 83 [932] -2015-03-12 07:35:07 program INFO WAIT active send to complete -2015-03-12 07:35:07 sendUrl INFO 87 [931] R:OK -2015-03-12 07:35:07 queue INFO >83 [933] -2015-03-12 07:35:08 program INFO WAIT active send to complete -2015-03-12 07:35:08 sendUrl INFO 83 [932] R:OK -2015-03-12 07:35:12 sendUrl INFO 83 [933] R:OK -2015-03-12 07:35:57 queue INFO >>83 [934] -2015-03-12 07:36:02 sendUrl INFO 83 [934] R:OK -2015-03-12 07:36:47 queue INFO >>83 [935] -2015-03-12 07:36:53 sendUrl INFO 83 [935] R:OK -2015-03-12 07:37:37 queue INFO >>83 [936] -2015-03-12 07:37:37 sendUrl INFO 83 [936] R:OK -2015-03-12 07:38:27 queue INFO >>83 [937] -2015-03-12 07:38:33 sendUrl INFO 83 [937] R:OK -2015-03-12 07:39:17 queue INFO >>83 [938] -2015-03-12 07:39:23 sendUrl INFO 83 [938] R:OK -2015-03-12 07:40:08 queue INFO >>83 [939] -2015-03-12 07:40:08 sendUrl INFO 83 [939] R:OK -2015-03-12 07:40:58 queue INFO >>83 [940] -2015-03-12 07:41:03 sendUrl INFO 83 [940] R:OK -2015-03-12 07:41:48 queue INFO >>83 [941] -2015-03-12 07:41:53 sendUrl INFO 83 [941] R:OK -2015-03-12 07:42:38 queue INFO >>83 [942] -2015-03-12 07:42:39 sendUrl INFO 83 [942] R:OK -2015-03-12 07:43:12 queue INFO 87 [943] -2015-03-12 07:43:12 queue INFO >87 [944] -2015-03-12 07:43:13 program INFO WAIT active send to complete -2015-03-12 07:43:13 program INFO WAIT active send to complete -2015-03-12 07:43:13 queue INFO 83 [945] -2015-03-12 07:43:14 queue INFO >83 [946] -2015-03-12 07:43:14 program INFO WAIT active send to complete -2015-03-12 07:43:14 program INFO WAIT active send to complete -2015-03-12 07:43:15 program INFO WAIT active send to complete -2015-03-12 07:43:15 program INFO WAIT active send to complete -2015-03-12 07:43:16 program INFO WAIT active send to complete -2015-03-12 07:43:16 program INFO WAIT active send to complete -2015-03-12 07:43:17 program INFO WAIT active send to complete -2015-03-12 07:43:17 program INFO WAIT active send to complete -2015-03-12 07:43:18 program INFO WAIT active send to complete -2015-03-12 07:43:18 program INFO WAIT active send to complete -2015-03-12 07:43:19 program INFO WAIT active send to complete -2015-03-12 07:43:19 program INFO WAIT active send to complete -2015-03-12 07:43:19 sendUrl INFO 87 [943] R:OK -2015-03-12 07:43:20 program INFO WAIT active send to complete -2015-03-12 07:43:21 program INFO WAIT active send to complete -2015-03-12 07:43:21 program INFO WAIT active send to complete -2015-03-12 07:43:22 program INFO WAIT active send to complete -2015-03-12 07:43:22 program INFO WAIT active send to complete -2015-03-12 07:43:23 program INFO WAIT active send to complete -2015-03-12 07:43:23 program INFO WAIT active send to complete -2015-03-12 07:43:24 program INFO WAIT active send to complete -2015-03-12 07:43:24 program INFO WAIT active send to complete -2015-03-12 07:43:25 program INFO WAIT active send to complete -2015-03-12 07:43:25 program INFO WAIT active send to complete -2015-03-12 07:43:26 program INFO WAIT active send to complete -2015-03-12 07:43:26 program INFO WAIT active send to complete -2015-03-12 07:43:27 program INFO WAIT active send to complete -2015-03-12 07:43:27 program INFO WAIT active send to complete -2015-03-12 07:43:28 program INFO WAIT active send to complete -2015-03-12 07:43:28 program INFO WAIT active send to complete -2015-03-12 07:43:29 program INFO WAIT active send to complete -2015-03-12 07:43:29 program INFO WAIT active send to complete -2015-03-12 07:43:30 program INFO WAIT active send to complete -2015-03-12 07:43:30 program INFO WAIT active send to complete -2015-03-12 07:43:31 program INFO WAIT active send to complete -2015-03-12 07:43:31 program INFO WAIT active send to complete -2015-03-12 07:43:32 program INFO WAIT active send to complete -2015-03-12 07:43:32 program INFO WAIT active send to complete -2015-03-12 07:43:33 program INFO WAIT active send to complete -2015-03-12 07:43:33 program INFO WAIT active send to complete -2015-03-12 07:43:34 sendUrl INFO 87 [944] R:OK -2015-03-12 07:43:34 program INFO WAIT active send to complete -2015-03-12 07:43:35 program INFO WAIT active send to complete -2015-03-12 07:43:35 program INFO WAIT active send to complete -2015-03-12 07:43:36 program INFO WAIT active send to complete -2015-03-12 07:43:36 program INFO WAIT active send to complete -2015-03-12 07:43:37 program INFO WAIT active send to complete -2015-03-12 07:43:37 program INFO WAIT active send to complete -2015-03-12 07:43:38 program INFO WAIT active send to complete -2015-03-12 07:43:38 program INFO WAIT active send to complete -2015-03-12 07:43:38 sendUrl INFO 83 [945] R:OK -2015-03-12 07:43:54 sendUrl INFO 83 [946] R:OK -2015-03-12 07:44:03 queue INFO >>83 [947] -2015-03-12 07:44:09 sendUrl INFO 83 [947] R:OK -2015-03-12 07:44:54 queue INFO >>83 [948] -2015-03-12 07:44:54 sendUrl INFO 83 [948] R:OK -2015-03-12 07:45:44 queue INFO >>83 [949] -2015-03-12 07:45:50 sendUrl INFO 83 [949] R:OK -2015-03-12 07:46:34 queue INFO >>83 [950] -2015-03-12 07:46:39 sendUrl INFO 83 [950] R:OK -2015-03-12 07:47:24 queue INFO >>83 [951] -2015-03-12 07:47:30 sendUrl INFO 83 [951] R:OK -2015-03-12 07:48:14 queue INFO >>83 [952] -2015-03-12 07:48:15 sendUrl INFO 83 [952] R:OK -2015-03-12 07:49:04 queue INFO >>83 [953] -2015-03-12 07:49:10 sendUrl INFO 83 [953] R:OK -2015-03-12 07:49:54 queue INFO >>83 [954] -2015-03-12 07:49:55 sendUrl INFO 83 [954] R:OK -2015-03-12 07:50:45 queue INFO >>83 [955] -2015-03-12 07:50:45 sendUrl INFO 83 [955] R:OK -2015-03-12 07:51:18 queue INFO 87 [956] -2015-03-12 07:51:18 queue INFO >87 [957] -2015-03-12 07:51:18 sendUrl INFO 87 [956] R:OK -2015-03-12 07:51:19 sendUrl INFO 87 [957] R:OK -2015-03-12 07:51:20 queue INFO 83 [958] -2015-03-12 07:51:20 sendUrl INFO 83 [958] R:OK -2015-03-12 07:51:20 queue INFO >83 [959] -2015-03-12 07:51:20 sendUrl INFO 83 [959] R:OK -2015-03-12 07:52:10 queue INFO >>83 [960] -2015-03-12 07:52:10 sendUrl INFO 83 [960] R:OK -2015-03-12 07:53:00 queue INFO >>83 [961] -2015-03-12 07:53:01 sendUrl INFO 83 [961] R:OK -2015-03-12 07:53:50 queue INFO >>83 [962] -2015-03-12 07:53:50 sendUrl INFO 83 [962] R:OK -2015-03-12 07:54:40 queue INFO >>83 [963] -2015-03-12 07:54:41 sendUrl INFO 83 [963] R:OK -2015-03-12 07:55:31 queue INFO >>83 [964] -2015-03-12 07:55:31 sendUrl INFO 83 [964] R:OK -2015-03-12 07:56:21 queue INFO >>83 [965] -2015-03-12 07:56:21 sendUrl INFO 83 [965] R:OK -2015-03-12 07:57:11 queue INFO >>83 [966] -2015-03-12 07:57:11 sendUrl INFO 83 [966] R:OK -2015-03-12 07:58:01 queue INFO >>83 [967] -2015-03-12 07:58:02 sendUrl INFO 83 [967] R:OK -2015-03-12 07:58:51 queue INFO >>83 [968] -2015-03-12 07:58:51 sendUrl INFO 83 [968] R:OK -2015-03-12 07:59:25 queue INFO 87 [969] -2015-03-12 07:59:25 queue INFO >87 [970] -2015-03-12 07:59:25 sendUrl INFO 87 [969] R:OK -2015-03-12 07:59:26 sendUrl INFO 87 [970] R:OK -2015-03-12 07:59:26 queue INFO 83 [971] -2015-03-12 07:59:27 queue INFO >83 [972] -2015-03-12 07:59:27 sendUrl INFO 83 [971] R:OK -2015-03-12 07:59:27 sendUrl INFO 83 [972] R:OK -2015-03-12 08:00:16 queue INFO >>83 [973] -2015-03-12 08:00:17 sendUrl INFO 83 [973] R:OK -2015-03-12 08:01:07 queue INFO >>83 [974] -2015-03-12 08:01:07 sendUrl INFO 83 [974] R:OK -2015-03-12 08:01:57 queue INFO >>83 [975] -2015-03-12 08:01:57 sendUrl INFO 83 [975] R:OK -2015-03-12 08:02:47 queue INFO >>83 [976] -2015-03-12 08:02:48 sendUrl INFO 83 [976] R:OK -2015-03-12 08:03:37 queue INFO >>83 [977] -2015-03-12 08:03:37 sendUrl INFO 83 [977] R:OK -2015-03-12 08:04:27 queue INFO >>83 [978] -2015-03-12 08:04:28 sendUrl INFO 83 [978] R:OK -2015-03-12 08:05:17 queue INFO >>83 [979] -2015-03-12 08:05:18 sendUrl INFO 83 [979] R:OK -2015-03-12 08:06:08 queue INFO >>83 [980] -2015-03-12 08:06:08 sendUrl INFO 83 [980] R:OK -2015-03-12 08:06:58 queue INFO >>83 [981] -2015-03-12 08:06:58 sendUrl INFO 83 [981] R:OK -2015-03-12 08:07:31 queue INFO C7 [982] -2015-03-12 08:07:31 queue INFO >C7 [983] -2015-03-12 08:07:31 sendUrl INFO C7 [982] R:OK -2015-03-12 08:07:32 sendUrl INFO C7 [983] R:OK -2015-03-12 08:07:33 queue INFO C3 [984] -2015-03-12 08:07:33 queue INFO >C3 [985] -2015-03-12 08:07:33 sendUrl INFO C3 [984] R:OK -2015-03-12 08:07:33 sendUrl INFO C3 [985] R:OK -2015-03-12 08:08:23 queue INFO >>C3 [986] -2015-03-12 08:08:23 sendUrl INFO C3 [986] R:OK -2015-03-12 08:09:13 queue INFO >>C3 [987] -2015-03-12 08:09:13 sendUrl INFO C3 [987] R:OK -2015-03-12 08:10:03 queue INFO >>C3 [988] -2015-03-12 08:10:03 sendUrl INFO C3 [988] R:OK -2015-03-12 08:10:53 queue INFO >>C3 [989] -2015-03-12 08:10:54 sendUrl INFO C3 [989] R:OK -2015-03-12 08:11:43 queue INFO >>C3 [990] -2015-03-12 08:11:44 sendUrl INFO C3 [990] R:OK -2015-03-12 08:12:34 queue INFO >>C3 [991] -2015-03-12 08:12:34 sendUrl INFO C3 [991] R:OK -2015-03-12 08:13:24 queue INFO >>C3 [992] -2015-03-12 08:13:24 sendUrl INFO C3 [992] R:OK -2015-03-12 08:14:14 queue INFO >>C3 [993] -2015-03-12 08:14:14 sendUrl INFO C3 [993] R:OK -2015-03-12 08:15:04 queue INFO >>C3 [994] -2015-03-12 08:15:04 sendUrl INFO C3 [994] R:OK -2015-03-12 08:15:37 queue INFO 83 [995] -2015-03-12 08:15:38 queue INFO 87 [996] -2015-03-12 08:15:38 sendUrl INFO 83 [995] R:OK -2015-03-12 08:15:38 queue INFO >87 [997] -2015-03-12 08:15:38 sendUrl INFO 87 [996] R:OK -2015-03-12 08:15:39 sendUrl INFO 87 [997] R:OK -2015-03-12 08:15:39 queue INFO 83 [998] -2015-03-12 08:15:39 queue INFO >83 [999] -2015-03-12 08:15:40 sendUrl INFO 83 [998] R:OK -2015-03-12 08:15:40 sendUrl INFO 83 [999] R:OK -2015-03-12 08:16:29 queue INFO >>83 [0] -2015-03-12 08:16:29 sendUrl INFO 83 [0] R:OK -2015-03-12 08:17:19 queue INFO >>83 [1] -2015-03-12 08:17:20 sendUrl INFO 83 [1] R:OK -2015-03-12 08:18:10 queue INFO >>83 [2] -2015-03-12 08:18:10 sendUrl INFO 83 [2] R:OK -2015-03-12 08:19:00 queue INFO >>83 [3] -2015-03-12 08:19:00 sendUrl INFO 83 [3] R:OK -2015-03-12 08:19:50 queue INFO >>83 [4] -2015-03-12 08:19:50 sendUrl INFO 83 [4] R:OK -2015-03-12 08:20:40 queue INFO >>83 [5] -2015-03-12 08:20:41 sendUrl INFO 83 [5] R:OK -2015-03-12 08:21:30 queue INFO >>83 [6] -2015-03-12 08:21:30 sendUrl INFO 83 [6] R:OK -2015-03-12 08:22:20 queue INFO >>83 [7] -2015-03-12 08:22:21 sendUrl INFO 83 [7] R:OK -2015-03-12 08:23:11 queue INFO >>83 [8] -2015-03-12 08:23:11 sendUrl INFO 83 [8] R:OK -2015-03-12 08:23:44 queue INFO 87 [9] -2015-03-12 08:23:45 queue INFO >87 [10] -2015-03-12 08:23:45 sendUrl INFO 87 [9] R:OK -2015-03-12 08:23:45 sendUrl INFO 87 [10] R:OK -2015-03-12 08:23:46 queue INFO 83 [11] -2015-03-12 08:23:46 queue INFO >83 [12] -2015-03-12 08:23:46 sendUrl INFO 83 [11] R:OK -2015-03-12 08:23:47 sendUrl INFO 83 [12] R:OK -2015-03-12 08:24:36 queue INFO >>83 [13] -2015-03-12 08:24:37 sendUrl INFO 83 [13] R:OK -2015-03-12 08:25:26 queue INFO >>83 [14] -2015-03-12 08:25:27 sendUrl INFO 83 [14] R:OK -2015-03-12 08:26:16 queue INFO >>83 [15] -2015-03-12 08:26:17 sendUrl INFO 83 [15] R:OK -2015-03-12 08:26:26 queue INFO 81 [16] -2015-03-12 08:26:26 queue INFO >81 [17] -2015-03-12 08:26:26 sendUrl INFO 81 [16] R:OK -2015-03-12 08:26:27 sendUrl INFO 81 [17] R:OK -2015-03-12 08:26:44 queue INFO 83 [18] -2015-03-12 08:26:45 queue INFO >83 [19] -2015-03-12 08:26:45 sendUrl INFO 83 [18] R:OK -2015-03-12 08:26:45 sendUrl INFO 83 [19] R:OK -2015-03-12 08:27:35 queue INFO >>83 [20] -2015-03-12 08:27:35 sendUrl INFO 83 [20] R:OK -2015-03-12 08:28:25 queue INFO >>83 [21] -2015-03-12 08:28:25 sendUrl INFO 83 [21] R:OK -2015-03-12 08:29:15 queue INFO >>83 [22] -2015-03-12 08:29:15 sendUrl INFO 83 [22] R:OK -2015-03-12 08:30:05 queue INFO >>83 [23] -2015-03-12 08:30:05 sendUrl INFO 83 [23] R:OK -2015-03-12 08:30:55 queue INFO >>83 [24] -2015-03-12 08:30:56 sendUrl INFO 83 [24] R:OK -2015-03-12 08:31:45 queue INFO >>83 [25] -2015-03-12 08:31:46 sendUrl INFO 83 [25] R:OK -2015-03-12 08:31:51 queue INFO 87 [26] -2015-03-12 08:31:51 sendUrl INFO 87 [26] R:OK -2015-03-12 08:31:51 queue INFO >87 [27] -2015-03-12 08:31:52 sendUrl INFO 87 [27] R:OK -2015-03-12 08:31:53 queue INFO 83 [28] -2015-03-12 08:31:53 queue INFO >83 [29] -2015-03-12 08:31:53 sendUrl INFO 83 [28] R:OK -2015-03-12 08:31:54 sendUrl INFO 83 [29] R:OK -2015-03-12 08:32:43 queue INFO >>83 [30] -2015-03-12 08:32:43 sendUrl INFO 83 [30] R:OK -2015-03-12 08:33:33 queue INFO >>83 [31] -2015-03-12 08:33:33 sendUrl INFO 83 [31] R:OK -2015-03-12 08:34:23 queue INFO >>83 [32] -2015-03-12 08:34:23 sendUrl INFO 83 [32] R:OK -2015-03-12 08:35:13 queue INFO >>83 [33] -2015-03-12 08:35:13 sendUrl INFO 83 [33] R:OK -2015-03-12 08:36:03 queue INFO >>83 [34] -2015-03-12 08:36:04 sendUrl INFO 83 [34] R:OK -2015-03-12 08:36:53 queue INFO >>83 [35] -2015-03-12 08:36:54 sendUrl INFO 83 [35] R:OK -2015-03-12 08:37:44 queue INFO >>83 [36] -2015-03-12 08:37:44 sendUrl INFO 83 [36] R:OK -2015-03-12 08:38:34 queue INFO >>83 [37] -2015-03-12 08:38:34 sendUrl INFO 83 [37] R:OK -2015-03-12 08:39:24 queue INFO >>83 [38] -2015-03-12 08:39:24 sendUrl INFO 83 [38] R:OK -2015-03-12 08:39:57 queue INFO 87 [39] -2015-03-12 08:39:58 queue INFO >87 [40] -2015-03-12 08:39:58 sendUrl INFO 87 [39] R:OK -2015-03-12 08:39:58 sendUrl INFO 87 [40] R:OK -2015-03-12 08:39:59 queue INFO 83 [41] -2015-03-12 08:39:59 queue INFO >83 [42] -2015-03-12 08:39:59 sendUrl INFO 83 [41] R:OK -2015-03-12 08:40:00 sendUrl INFO 83 [42] R:OK -2015-03-12 08:40:49 queue INFO >>83 [43] -2015-03-12 08:40:50 sendUrl INFO 83 [43] R:OK -2015-03-12 08:41:39 queue INFO >>83 [44] -2015-03-12 08:41:39 sendUrl INFO 83 [44] R:OK -2015-03-12 08:42:29 queue INFO >>83 [45] -2015-03-12 08:42:30 sendUrl INFO 83 [45] R:OK -2015-03-12 08:43:20 queue INFO >>83 [46] -2015-03-12 08:43:20 sendUrl INFO 83 [46] R:OK -2015-03-12 08:44:10 queue INFO >>83 [47] -2015-03-12 08:44:10 sendUrl INFO 83 [47] R:OK -2015-03-12 08:45:00 queue INFO >>83 [48] -2015-03-12 08:45:00 sendUrl INFO 83 [48] R:OK -2015-03-12 08:45:50 queue INFO >>83 [49] -2015-03-12 08:45:51 sendUrl INFO 83 [49] R:OK -2015-03-12 08:46:40 queue INFO >>83 [50] -2015-03-12 08:46:40 sendUrl INFO 83 [50] R:OK -2015-03-12 08:47:30 queue INFO >>83 [51] -2015-03-12 08:47:31 sendUrl INFO 83 [51] R:OK -2015-03-12 08:48:04 queue INFO 87 [52] -2015-03-12 08:48:04 sendUrl INFO 87 [52] R:OK -2015-03-12 08:48:04 queue INFO >87 [53] -2015-03-12 08:48:05 sendUrl INFO 87 [53] R:OK -2015-03-12 08:48:05 queue INFO 83 [54] -2015-03-12 08:48:06 queue INFO >83 [55] -2015-03-12 08:48:06 sendUrl INFO 83 [54] R:OK -2015-03-12 08:48:07 sendUrl INFO 83 [55] R:OK -2015-03-12 08:48:56 queue INFO >>83 [56] -2015-03-12 08:48:56 sendUrl INFO 83 [56] R:OK -2015-03-12 08:49:46 queue INFO >>83 [57] -2015-03-12 08:49:46 sendUrl INFO 83 [57] R:OK -2015-03-12 08:50:36 queue INFO >>83 [58] -2015-03-12 08:50:36 sendUrl INFO 83 [58] R:OK -2015-03-12 08:51:26 queue INFO >>83 [59] -2015-03-12 08:51:26 sendUrl INFO 83 [59] R:OK -2015-03-12 08:52:16 queue INFO >>83 [60] -2015-03-12 08:52:17 sendUrl INFO 83 [60] R:OK -2015-03-12 08:53:06 queue INFO >>83 [61] -2015-03-12 08:53:07 sendUrl INFO 83 [61] R:OK -2015-03-12 08:53:57 queue INFO >>83 [62] -2015-03-12 08:53:57 sendUrl INFO 83 [62] R:OK -2015-03-12 08:54:47 queue INFO >>83 [63] -2015-03-12 08:54:47 sendUrl INFO 83 [63] R:OK -2015-03-12 08:55:37 queue INFO >>83 [64] -2015-03-12 08:55:37 sendUrl INFO 83 [64] R:OK -2015-03-12 08:56:10 queue INFO C7 [65] -2015-03-12 08:56:11 queue INFO >C7 [66] -2015-03-12 08:56:11 sendUrl INFO C7 [65] R:OK -2015-03-12 08:56:11 sendUrl INFO C7 [66] R:OK -2015-03-12 08:56:12 queue INFO C3 [67] -2015-03-12 08:56:12 queue INFO >C3 [68] -2015-03-12 08:56:12 sendUrl INFO C3 [67] R:OK -2015-03-12 08:56:13 sendUrl INFO C3 [68] R:OK -2015-03-12 08:57:02 queue INFO >>C3 [69] -2015-03-12 08:57:03 sendUrl INFO C3 [69] R:OK -2015-03-12 08:57:52 queue INFO >>C3 [70] -2015-03-12 08:57:52 sendUrl INFO C3 [70] R:OK -2015-03-12 08:58:42 queue INFO >>C3 [71] -2015-03-12 08:58:43 sendUrl INFO C3 [71] R:OK -2015-03-12 08:59:33 queue INFO >>C3 [72] -2015-03-12 08:59:33 sendUrl INFO C3 [72] R:OK -2015-03-12 09:00:23 queue INFO >>C3 [73] -2015-03-12 09:00:23 sendUrl INFO C3 [73] R:OK -2015-03-12 09:01:13 queue INFO >>C3 [74] -2015-03-12 09:01:13 sendUrl INFO C3 [74] R:OK -2015-03-12 09:02:03 queue INFO >>C3 [75] -2015-03-12 09:02:08 sendUrl INFO C3 [75] R:OK -2015-03-12 09:02:53 queue INFO >>C3 [76] -2015-03-12 09:02:58 sendUrl INFO C3 [76] R:OK -2015-03-12 09:03:43 queue INFO >>C3 [77] -2015-03-12 09:03:48 sendUrl INFO C3 [77] R:OK -2015-03-12 09:04:17 queue INFO 83 [78] -2015-03-12 09:04:17 queue INFO 87 [79] -2015-03-12 09:04:17 queue INFO >87 [80] -2015-03-12 09:04:17 program INFO WAIT active send to complete -2015-03-12 09:04:17 sendUrl INFO 83 [78] R:OK -2015-03-12 09:04:18 program INFO WAIT active send to complete -2015-03-12 09:04:18 queue INFO 83 [81] -2015-03-12 09:04:19 queue INFO >83 [82] -2015-03-12 09:04:19 program INFO WAIT active send to complete -2015-03-12 09:04:19 program INFO WAIT active send to complete -2015-03-12 09:04:20 program INFO WAIT active send to complete -2015-03-12 09:04:20 program INFO WAIT active send to complete -2015-03-12 09:04:21 program INFO WAIT active send to complete -2015-03-12 09:04:21 program INFO WAIT active send to complete -2015-03-12 09:04:22 program INFO WAIT active send to complete -2015-03-12 09:04:23 program INFO WAIT active send to complete -2015-03-12 09:04:23 program INFO WAIT active send to complete -2015-03-12 09:04:24 program INFO WAIT active send to complete -2015-03-12 09:04:24 sendUrl INFO 87 [79] R:OK -2015-03-12 09:04:25 program INFO WAIT active send to complete -2015-03-12 09:04:25 program INFO WAIT active send to complete -2015-03-12 09:04:26 program INFO WAIT active send to complete -2015-03-12 09:04:26 program INFO WAIT active send to complete -2015-03-12 09:04:27 program INFO WAIT active send to complete -2015-03-12 09:04:27 program INFO WAIT active send to complete -2015-03-12 09:04:28 program INFO WAIT active send to complete -2015-03-12 09:04:28 program INFO WAIT active send to complete -2015-03-12 09:04:29 program INFO WAIT active send to complete -2015-03-12 09:04:29 program INFO WAIT active send to complete -2015-03-12 09:04:30 program INFO WAIT active send to complete -2015-03-12 09:04:30 program INFO WAIT active send to complete -2015-03-12 09:04:31 program INFO WAIT active send to complete -2015-03-12 09:04:31 program INFO WAIT active send to complete -2015-03-12 09:04:32 program INFO WAIT active send to complete -2015-03-12 09:04:32 program INFO WAIT active send to complete -2015-03-12 09:04:33 program INFO WAIT active send to complete -2015-03-12 09:04:33 program INFO WAIT active send to complete -2015-03-12 09:04:34 program INFO WAIT active send to complete -2015-03-12 09:04:34 program INFO WAIT active send to complete -2015-03-12 09:04:35 program INFO WAIT active send to complete -2015-03-12 09:04:35 program INFO WAIT active send to complete -2015-03-12 09:04:36 program INFO WAIT active send to complete -2015-03-12 09:04:36 program INFO WAIT active send to complete -2015-03-12 09:04:37 program INFO WAIT active send to complete -2015-03-12 09:04:37 program INFO WAIT active send to complete -2015-03-12 09:04:38 program INFO WAIT active send to complete -2015-03-12 09:04:38 program INFO WAIT active send to complete -2015-03-12 09:04:38 sendUrl INFO 87 [80] R:OK -2015-03-12 09:04:39 program INFO WAIT active send to complete -2015-03-12 09:04:40 program INFO WAIT active send to complete -2015-03-12 09:04:40 program INFO WAIT active send to complete -2015-03-12 09:04:41 program INFO WAIT active send to complete -2015-03-12 09:04:41 program INFO WAIT active send to complete -2015-03-12 09:04:42 program INFO WAIT active send to complete -2015-03-12 09:04:42 program INFO WAIT active send to complete -2015-03-12 09:04:43 program INFO WAIT active send to complete -2015-03-12 09:04:43 program INFO WAIT active send to complete -2015-03-12 09:04:44 program INFO WAIT active send to complete -2015-03-12 09:04:44 program INFO WAIT active send to complete -2015-03-12 09:04:45 program INFO WAIT active send to complete -2015-03-12 09:04:45 program INFO WAIT active send to complete -2015-03-12 09:04:46 program INFO WAIT active send to complete -2015-03-12 09:04:46 program INFO WAIT active send to complete -2015-03-12 09:04:47 program INFO WAIT active send to complete -2015-03-12 09:04:47 program INFO WAIT active send to complete -2015-03-12 09:04:48 program INFO WAIT active send to complete -2015-03-12 09:04:48 program INFO WAIT active send to complete -2015-03-12 09:04:49 program INFO WAIT active send to complete -2015-03-12 09:04:49 program INFO WAIT active send to complete -2015-03-12 09:04:50 program INFO WAIT active send to complete -2015-03-12 09:04:50 program INFO WAIT active send to complete -2015-03-12 09:04:51 program INFO WAIT active send to complete -2015-03-12 09:04:51 program INFO WAIT active send to complete -2015-03-12 09:04:52 program INFO WAIT active send to complete -2015-03-12 09:04:52 sendUrl INFO 83 [81] R:OK -2015-03-12 09:04:56 queue INFO 81 [83] -2015-03-12 09:04:56 queue INFO >81 [84] -2015-03-12 09:04:56 program INFO WAIT active send to complete -2015-03-12 09:04:56 program INFO WAIT active send to complete -2015-03-12 09:04:57 program INFO WAIT active send to complete -2015-03-12 09:04:57 program INFO WAIT active send to complete -2015-03-12 09:04:58 program INFO WAIT active send to complete -2015-03-12 09:04:58 program INFO WAIT active send to complete -2015-03-12 09:04:59 sendUrl INFO 83 [82] R:OK -2015-03-12 09:04:59 program INFO WAIT active send to complete -2015-03-12 09:05:00 program INFO WAIT active send to complete -2015-03-12 09:05:00 program INFO WAIT active send to complete -2015-03-12 09:05:01 program INFO WAIT active send to complete -2015-03-12 09:05:01 program INFO WAIT active send to complete -2015-03-12 09:05:02 program INFO WAIT active send to complete -2015-03-12 09:05:02 program INFO WAIT active send to complete -2015-03-12 09:05:03 program INFO WAIT active send to complete -2015-03-12 09:05:03 program INFO WAIT active send to complete -2015-03-12 09:05:04 program INFO WAIT active send to complete -2015-03-12 09:05:04 program INFO WAIT active send to complete -2015-03-12 09:05:05 program INFO WAIT active send to complete -2015-03-12 09:05:05 program INFO WAIT active send to complete -2015-03-12 09:05:06 sendUrl INFO 81 [83] R:OK -2015-03-12 09:05:14 sendUrl INFO 81 [84] R:OK -2015-03-12 09:05:16 queue INFO 83 [85] -2015-03-12 09:05:17 queue INFO >83 [86] -2015-03-12 09:05:17 program INFO WAIT active send to complete -2015-03-12 09:05:18 program INFO WAIT active send to complete -2015-03-12 09:05:18 program INFO WAIT active send to complete -2015-03-12 09:05:19 program INFO WAIT active send to complete -2015-03-12 09:05:19 program INFO WAIT active send to complete -2015-03-12 09:05:20 program INFO WAIT active send to complete -2015-03-12 09:05:20 program INFO WAIT active send to complete -2015-03-12 09:05:21 program INFO WAIT active send to complete -2015-03-12 09:05:21 program INFO WAIT active send to complete -2015-03-12 09:05:22 program INFO WAIT active send to complete -2015-03-12 09:05:22 program INFO WAIT active send to complete -2015-03-12 09:05:23 program INFO WAIT active send to complete -2015-03-12 09:05:23 program INFO WAIT active send to complete -2015-03-12 09:05:24 program INFO WAIT active send to complete -2015-03-12 09:05:24 program INFO WAIT active send to complete -2015-03-12 09:05:25 program INFO WAIT active send to complete -2015-03-12 09:05:25 program INFO WAIT active send to complete -2015-03-12 09:05:26 program INFO WAIT active send to complete -2015-03-12 09:05:26 program INFO WAIT active send to complete -2015-03-12 09:05:27 program INFO WAIT active send to complete -2015-03-12 09:05:27 program INFO WAIT active send to complete -2015-03-12 09:05:28 program INFO WAIT active send to complete -2015-03-12 09:05:28 program INFO WAIT active send to complete -2015-03-12 09:05:28 sendUrl INFO 83 [85] R:OK -2015-03-12 09:05:43 sendUrl INFO 83 [86] R:OK -2015-03-12 09:06:07 queue INFO >>83 [87] -2015-03-12 09:06:18 sendUrl INFO 83 [87] R:OK -2015-03-12 09:06:57 queue INFO >>83 [88] -2015-03-12 09:07:09 sendUrl INFO 83 [88] R:OK -2015-03-12 09:07:47 queue INFO >>83 [89] -2015-03-12 09:07:59 sendUrl INFO 83 [89] R:OK -2015-03-12 09:08:37 queue INFO >>83 [90] -2015-03-12 09:08:49 sendUrl INFO 83 [90] R:OK -2015-03-12 09:09:27 queue INFO >>83 [91] -2015-03-12 09:09:39 sendUrl INFO 83 [91] R:OK -2015-03-12 09:10:17 queue INFO >>83 [92] -2015-03-12 09:10:29 sendUrl INFO 83 [92] R:OK -2015-03-12 09:11:08 queue INFO >>83 [93] -2015-03-12 09:11:08 sendUrl INFO 83 [93] R:OK -2015-03-12 09:11:58 queue INFO >>83 [94] -2015-03-12 09:12:06 sendUrl INFO 83 [94] R:OK -2015-03-12 09:12:24 queue INFO 87 [95] -2015-03-12 09:12:24 queue INFO >87 [96] -2015-03-12 09:12:24 program INFO WAIT active send to complete -2015-03-12 09:12:25 program INFO WAIT active send to complete -2015-03-12 09:12:25 queue INFO 83 [97] -2015-03-12 09:12:25 program INFO WAIT active send to complete -2015-03-12 09:12:26 queue INFO >83 [98] -2015-03-12 09:12:26 program INFO WAIT active send to complete -2015-03-12 09:12:26 program INFO WAIT active send to complete -2015-03-12 09:12:27 program INFO WAIT active send to complete -2015-03-12 09:12:27 program INFO WAIT active send to complete -2015-03-12 09:12:28 program INFO WAIT active send to complete -2015-03-12 09:12:28 program INFO WAIT active send to complete -2015-03-12 09:12:29 program INFO WAIT active send to complete -2015-03-12 09:12:30 program INFO WAIT active send to complete -2015-03-12 09:12:30 sendUrl INFO 87 [95] R:OK -2015-03-12 09:12:31 program INFO WAIT active send to complete -2015-03-12 09:12:31 program INFO WAIT active send to complete -2015-03-12 09:12:32 program INFO WAIT active send to complete -2015-03-12 09:12:32 program INFO WAIT active send to complete -2015-03-12 09:12:33 program INFO WAIT active send to complete -2015-03-12 09:12:33 program INFO WAIT active send to complete -2015-03-12 09:12:34 program INFO WAIT active send to complete -2015-03-12 09:12:34 program INFO WAIT active send to complete -2015-03-12 09:12:35 program INFO WAIT active send to complete -2015-03-12 09:12:35 program INFO WAIT active send to complete -2015-03-12 09:12:36 program INFO WAIT active send to complete -2015-03-12 09:12:36 program INFO WAIT active send to complete -2015-03-12 09:12:37 program INFO WAIT active send to complete -2015-03-12 09:12:37 sendUrl INFO 87 [96] R:OK -2015-03-12 09:12:38 program INFO WAIT active send to complete -2015-03-12 09:12:38 program INFO WAIT active send to complete -2015-03-12 09:12:39 program INFO WAIT active send to complete -2015-03-12 09:12:39 program INFO WAIT active send to complete -2015-03-12 09:12:40 program INFO WAIT active send to complete -2015-03-12 09:12:40 program INFO WAIT active send to complete -2015-03-12 09:12:41 program INFO WAIT active send to complete -2015-03-12 09:12:41 program INFO WAIT active send to complete -2015-03-12 09:12:42 program INFO WAIT active send to complete -2015-03-12 09:12:42 program INFO WAIT active send to complete -2015-03-12 09:12:43 program INFO WAIT active send to complete -2015-03-12 09:12:43 program INFO WAIT active send to complete -2015-03-12 09:12:44 program INFO WAIT active send to complete -2015-03-12 09:12:44 program INFO WAIT active send to complete -2015-03-12 09:12:45 program INFO WAIT active send to complete -2015-03-12 09:12:45 program INFO WAIT active send to complete -2015-03-12 09:12:46 program INFO WAIT active send to complete -2015-03-12 09:12:46 program INFO WAIT active send to complete -2015-03-12 09:12:47 program INFO WAIT active send to complete -2015-03-12 09:12:47 program INFO WAIT active send to complete -2015-03-12 09:12:48 program INFO WAIT active send to complete -2015-03-12 09:12:48 program INFO WAIT active send to complete -2015-03-12 09:12:49 program INFO WAIT active send to complete -2015-03-12 09:12:49 program INFO WAIT active send to complete -2015-03-12 09:12:50 program INFO WAIT active send to complete -2015-03-12 09:12:50 program INFO WAIT active send to complete -2015-03-12 09:12:51 program INFO WAIT active send to complete -2015-03-12 09:12:51 program INFO WAIT active send to complete -2015-03-12 09:12:52 program INFO WAIT active send to complete -2015-03-12 09:12:52 program INFO WAIT active send to complete -2015-03-12 09:12:53 program INFO WAIT active send to complete -2015-03-12 09:12:53 program INFO WAIT active send to complete -2015-03-12 09:12:54 program INFO WAIT active send to complete -2015-03-12 09:12:54 program INFO WAIT active send to complete -2015-03-12 09:12:55 program INFO WAIT active send to complete -2015-03-12 09:12:55 program INFO WAIT active send to complete -2015-03-12 09:12:56 program INFO WAIT active send to complete -2015-03-12 09:12:56 program INFO WAIT active send to complete -2015-03-12 09:12:57 program INFO WAIT active send to complete -2015-03-12 09:12:57 program INFO WAIT active send to complete -2015-03-12 09:12:58 program INFO WAIT active send to complete -2015-03-12 09:12:58 program INFO WAIT active send to complete -2015-03-12 09:12:59 program INFO WAIT active send to complete -2015-03-12 09:12:59 program INFO WAIT active send to complete -2015-03-12 09:13:00 program INFO WAIT active send to complete -2015-03-12 09:13:00 program INFO WAIT active send to complete -2015-03-12 09:13:01 program INFO WAIT active send to complete -2015-03-12 09:13:01 program INFO WAIT active send to complete -2015-03-12 09:13:02 program INFO WAIT active send to complete -2015-03-12 09:13:02 program INFO WAIT active send to complete -2015-03-12 09:13:03 program INFO WAIT active send to complete -2015-03-12 09:13:03 program INFO WAIT active send to complete -2015-03-12 09:13:04 program INFO WAIT active send to complete -2015-03-12 09:13:04 program INFO WAIT active send to complete -2015-03-12 09:13:05 program INFO WAIT active send to complete -2015-03-12 09:13:05 program INFO WAIT active send to complete -2015-03-12 09:13:06 program INFO WAIT active send to complete -2015-03-12 09:13:06 program INFO WAIT active send to complete -2015-03-12 09:13:07 program INFO WAIT active send to complete -2015-03-12 09:13:07 program INFO WAIT active send to complete -2015-03-12 09:13:08 program INFO WAIT active send to complete -2015-03-12 09:13:08 program INFO WAIT active send to complete -2015-03-12 09:13:09 program INFO WAIT active send to complete -2015-03-12 09:13:09 program INFO WAIT active send to complete -2015-03-12 09:13:10 program INFO WAIT active send to complete -2015-03-12 09:13:10 program INFO WAIT active send to complete -2015-03-12 09:13:11 program INFO WAIT active send to complete -2015-03-12 09:13:11 program INFO WAIT active send to complete -2015-03-12 09:13:12 program INFO WAIT active send to complete -2015-03-12 09:13:12 program INFO WAIT active send to complete -2015-03-12 09:13:13 program INFO WAIT active send to complete -2015-03-12 09:13:13 program INFO WAIT active send to complete -2015-03-12 09:13:14 program INFO WAIT active send to complete -2015-03-12 09:13:15 program INFO WAIT active send to complete -2015-03-12 09:13:15 program INFO WAIT active send to complete -2015-03-12 09:13:16 program INFO WAIT active send to complete -2015-03-12 09:13:16 queue INFO >>83 [99] -2015-03-12 09:13:16 program INFO WAIT active send to complete -2015-03-12 09:13:17 program INFO WAIT active send to complete -2015-03-12 09:13:17 program INFO WAIT active send to complete -2015-03-12 09:13:18 program INFO WAIT active send to complete -2015-03-12 09:13:18 program INFO WAIT active send to complete -2015-03-12 09:13:19 program INFO WAIT active send to complete -2015-03-12 09:13:19 program INFO WAIT active send to complete -2015-03-12 09:13:20 program INFO WAIT active send to complete -2015-03-12 09:13:20 program INFO WAIT active send to complete -2015-03-12 09:13:20 sendUrl INFO 83 [97] R:OK -2015-03-12 09:13:21 program INFO WAIT active send to complete -2015-03-12 09:13:22 program INFO WAIT active send to complete -2015-03-12 09:13:22 program INFO WAIT active send to complete -2015-03-12 09:13:23 program INFO WAIT active send to complete -2015-03-12 09:13:23 program INFO WAIT active send to complete -2015-03-12 09:13:24 program INFO WAIT active send to complete -2015-03-12 09:13:24 program INFO WAIT active send to complete -2015-03-12 09:13:25 program INFO WAIT active send to complete -2015-03-12 09:13:25 program INFO WAIT active send to complete -2015-03-12 09:13:26 program INFO WAIT active send to complete -2015-03-12 09:13:26 program INFO WAIT active send to complete -2015-03-12 09:13:27 program INFO WAIT active send to complete -2015-03-12 09:13:27 sendUrl INFO 83 [98] R:OK -2015-03-12 09:13:38 sendUrl INFO 83 [99] R:OK -2015-03-12 09:14:06 queue INFO >>83 [100] -2015-03-12 09:14:10 sendUrl INFO 83 [100] R:OK -2015-03-12 09:14:56 queue INFO >>83 [101] -2015-03-12 09:15:01 sendUrl INFO 83 [101] R:OK -2015-03-12 09:15:46 queue INFO >>83 [102] -2015-03-12 09:15:57 sendUrl INFO 83 [102] R:OK -2015-03-12 09:16:36 queue INFO >>83 [103] -2015-03-12 09:16:40 sendUrl INFO 83 [103] R:OK -2015-03-12 09:17:26 queue INFO >>83 [104] -2015-03-12 09:17:38 sendUrl INFO 83 [104] R:OK -2015-03-12 09:18:16 queue INFO >>83 [105] -2015-03-12 09:18:21 sendUrl INFO 83 [105] R:OK -2015-03-12 09:19:07 queue INFO >>83 [106] -2015-03-12 09:19:11 sendUrl INFO 83 [106] R:OK -2015-03-12 09:19:57 queue INFO >>83 [107] -2015-03-12 09:20:01 sendUrl INFO 83 [107] R:OK -2015-03-12 09:20:30 queue INFO 87 [108] -2015-03-12 09:20:30 queue INFO >87 [109] -2015-03-12 09:20:31 program INFO WAIT active send to complete -2015-03-12 09:20:31 program INFO WAIT active send to complete -2015-03-12 09:20:32 sendUrl INFO 87 [108] R:OK -2015-03-12 09:20:32 queue INFO 83 [110] -2015-03-12 09:20:32 queue INFO >83 [111] -2015-03-12 09:20:32 program INFO WAIT active send to complete -2015-03-12 09:20:33 program INFO WAIT active send to complete -2015-03-12 09:20:33 program ERROR IOB offline -2015-03-12 09:20:34 sendUrl INFO 87 [109] R:OK -2015-03-12 09:20:34 program INFO IOB ONLINE! -2015-03-12 09:20:35 program INFO WAIT active send to complete -2015-03-12 09:20:35 sendUrl INFO 83 [110] R:OK -2015-03-12 09:20:36 sendUrl INFO 83 [111] R:OK -2015-03-12 09:21:22 queue INFO >>83 [112] -2015-03-12 09:21:41 sendUrl INFO 83 [112] R:OK -2015-03-12 09:22:12 queue INFO >>83 [113] -2015-03-12 09:22:15 sendUrl INFO 83 [113] R:OK -2015-03-12 09:23:02 queue INFO >>83 [114] -2015-03-12 09:23:15 sendUrl INFO 83 [114] R:OK -2015-03-12 09:23:52 queue INFO >>83 [115] -2015-03-12 09:24:07 sendUrl INFO 83 [115] R:OK -2015-03-12 09:24:43 queue INFO >>83 [116] -2015-03-12 09:24:57 sendUrl INFO 83 [116] R:OK -2015-03-12 09:25:33 queue INFO >>83 [117] -2015-03-12 09:25:40 sendUrl INFO 83 [117] R:OK -2015-03-12 09:26:23 queue INFO >>83 [118] -2015-03-12 09:26:32 sendUrl INFO 83 [118] R:OK -2015-03-12 09:27:13 queue INFO >>83 [119] -2015-03-12 09:27:22 sendUrl INFO 83 [119] R:OK -2015-03-12 09:28:03 queue INFO >>83 [120] -2015-03-12 09:28:04 sendUrl INFO 83 [120] R:OK -2015-03-12 09:28:37 queue INFO 87 [121] -2015-03-12 09:28:37 queue INFO >87 [122] -2015-03-12 09:28:38 program INFO WAIT active send to complete -2015-03-12 09:28:38 sendUrl INFO 87 [121] R:OK -2015-03-12 09:28:38 queue INFO 83 [123] -2015-03-12 09:28:39 queue INFO >83 [124] -2015-03-12 09:28:39 program INFO WAIT active send to complete -2015-03-12 09:28:39 program INFO WAIT active send to complete -2015-03-12 09:28:40 program INFO WAIT active send to complete -2015-03-12 09:28:40 program INFO WAIT active send to complete -2015-03-12 09:28:41 program INFO WAIT active send to complete -2015-03-12 09:28:41 program INFO WAIT active send to complete -2015-03-12 09:28:42 program INFO WAIT active send to complete -2015-03-12 09:28:42 program INFO WAIT active send to complete -2015-03-12 09:28:43 program INFO WAIT active send to complete -2015-03-12 09:28:43 program INFO WAIT active send to complete -2015-03-12 09:28:44 program INFO WAIT active send to complete -2015-03-12 09:28:44 program INFO WAIT active send to complete -2015-03-12 09:28:45 program INFO WAIT active send to complete -2015-03-12 09:28:45 program INFO WAIT active send to complete -2015-03-12 09:28:46 program INFO WAIT active send to complete -2015-03-12 09:28:46 program INFO WAIT active send to complete -2015-03-12 09:28:47 program INFO WAIT active send to complete -2015-03-12 09:28:47 program INFO WAIT active send to complete -2015-03-12 09:28:48 program INFO WAIT active send to complete -2015-03-12 09:28:48 program INFO WAIT active send to complete -2015-03-12 09:28:49 program INFO WAIT active send to complete -2015-03-12 09:28:49 program INFO WAIT active send to complete -2015-03-12 09:28:50 program INFO WAIT active send to complete -2015-03-12 09:28:50 program INFO WAIT active send to complete -2015-03-12 09:28:51 program INFO WAIT active send to complete -2015-03-12 09:28:51 program INFO WAIT active send to complete -2015-03-12 09:28:52 program INFO WAIT active send to complete -2015-03-12 09:28:52 program INFO WAIT active send to complete -2015-03-12 09:28:53 sendUrl INFO 87 [122] R:OK -2015-03-12 09:28:53 program INFO WAIT active send to complete -2015-03-12 09:28:54 program INFO WAIT active send to complete -2015-03-12 09:28:54 program INFO WAIT active send to complete -2015-03-12 09:28:55 program INFO WAIT active send to complete -2015-03-12 09:28:55 program INFO WAIT active send to complete -2015-03-12 09:28:56 program INFO WAIT active send to complete -2015-03-12 09:28:56 sendUrl INFO 83 [123] R:OK -2015-03-12 09:29:13 sendUrl INFO 83 [124] R:OK -2015-03-12 09:29:29 queue INFO >>83 [125] -2015-03-12 09:29:43 sendUrl INFO 83 [125] R:OK -2015-03-12 09:30:19 queue INFO >>83 [126] -2015-03-12 09:30:29 sendUrl INFO 83 [126] R:OK -2015-03-12 09:31:09 queue INFO >>83 [127] -2015-03-12 09:31:20 sendUrl INFO 83 [127] R:OK -2015-03-12 09:31:59 queue INFO >>83 [128] -2015-03-12 09:32:10 sendUrl INFO 83 [128] R:OK -2015-03-12 09:32:49 queue INFO >>83 [129] -2015-03-12 09:32:53 sendUrl INFO 83 [129] R:OK -2015-03-12 09:33:39 queue INFO >>83 [130] -2015-03-12 09:33:45 sendUrl INFO 83 [130] R:OK -2015-03-12 09:34:29 queue INFO >>83 [131] -2015-03-12 09:34:35 sendUrl INFO 83 [131] R:OK -2015-03-12 09:35:20 queue INFO >>83 [132] -2015-03-12 09:35:20 sendUrl INFO 83 [132] R:OK -2015-03-12 09:36:10 queue INFO >>83 [133] -2015-03-12 09:36:24 sendUrl INFO 83 [133] R:OK -2015-03-12 09:36:43 queue INFO 87 [134] -2015-03-12 09:36:43 queue INFO >87 [135] -2015-03-12 09:36:44 program INFO WAIT active send to complete -2015-03-12 09:36:44 sendUrl INFO 87 [134] R:OK -2015-03-12 09:36:45 queue INFO 83 [136] -2015-03-12 09:36:45 queue INFO >83 [137] -2015-03-12 09:36:45 program INFO WAIT active send to complete -2015-03-12 09:36:46 program INFO WAIT active send to complete -2015-03-12 09:36:46 sendUrl INFO 87 [135] R:OK -2015-03-12 09:36:47 program INFO WAIT active send to complete -2015-03-12 09:36:47 program INFO WAIT active send to complete -2015-03-12 09:36:48 program INFO WAIT active send to complete -2015-03-12 09:36:48 program INFO WAIT active send to complete -2015-03-12 09:36:49 program INFO WAIT active send to complete -2015-03-12 09:36:49 program INFO WAIT active send to complete -2015-03-12 09:36:50 program INFO WAIT active send to complete -2015-03-12 09:36:50 program INFO WAIT active send to complete -2015-03-12 09:36:51 program INFO WAIT active send to complete -2015-03-12 09:36:51 program INFO WAIT active send to complete -2015-03-12 09:36:51 sendUrl INFO 83 [136] R:OK -2015-03-12 09:36:59 sendUrl INFO 83 [137] R:OK -2015-03-12 09:37:35 queue INFO >>83 [138] -2015-03-12 09:37:36 sendUrl INFO 83 [138] R:OK -2015-03-12 09:38:25 queue INFO >>83 [139] -2015-03-12 09:38:26 sendUrl INFO 83 [139] R:OK -2015-03-12 09:39:15 queue INFO >>83 [140] -2015-03-12 09:39:16 sendUrl INFO 83 [140] R:OK diff --git a/ConfIOB/Donati/1018_168/readParallela.py b/ConfIOB/Donati/1018_168/readParallela.py deleted file mode 100644 index 5a38f21..0000000 --- a/ConfIOB/Donati/1018_168/readParallela.py +++ /dev/null @@ -1,530 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -# readParallela v. 1.8 -# versione estetica di Carlo + single instance timer - -#--------------------------------------------------------------- -# levare locking -# timer semplificata -# GPIO global - - -import time -import sys - - -from datetime import datetime - -import urllib -import ConfigParser -import os, sys - -import logging -import logging.handlers -import threading -import Queue -#-------------------------------------------------------------- - -# COSTANTI -MSGLEN = 9 -TIMEOUTSERIALE = 10 -MAXRETRY = 3 - -PROGRAM_NAME ="ReadPar IOB-pi v.1.8" - -# DA FILE CONF -idxMacchina = "1001" -SAMPLETIME = 0.1 -TIMEOUTSHORT = (SAMPLETIME*20) -TIMEOUTLONG = (SAMPLETIME*600) -SENDURLTIME = 0.08 - -# VAR -to_enable = False -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG -to_serial = TIMEOUTSERIALE -to_retry = MAXRETRY -errormsglen = 0 - -# VAR - -out_0 = 24 -out_1 = 26 - -in_0 = 11 -in_1 = 12 -in_2 = 13 -in_3 = 15 -in_4 = 16 -in_5 = 18 -in_6 = 22 -in_7 = 7 - -# contatore: serve x match tra accoda ed invia x possibile controllo a posteriori... ogni volta che accodo incremento di 1, va da 0 a 999 -cont = '0' - -# variabile stato online/offline della macchina -onLine = '1' - -# variabile stato seinding/waiting x la parte invio URL -sending = '0' - -# variabile stato timer thread busy -timer_busy = False - -#-------------------------------------------------------------- -# Gestione coda (condivisa) x registrazione eventi ed invio URL -#print "Creazione coda 1000 elementi" - -Coda = Queue.Queue(0) - -#queueLock = threading.Lock() - -#--------------------------------------------------------------- -# lettura parallela -# ritorna il byte letto pulito ( due char hex ) - -def readParallela(): - - global in_0 - global in_1 - global in_2 - global in_3 - global in_4 - global in_5 - global in_6 - global in_7 - - global GPIO - - current = '' - -# print "input : " - - # ritorna '' se non ci sono abbastanza caratteri - try: - num_value = 255 - -# print "num_value : " , num_value , in_0 - - if GPIO.input(in_0): - num_value = num_value - 1 - - if GPIO.input(in_1): - num_value = num_value - 2 - - if GPIO.input(in_2): - num_value = num_value - 4 - - if GPIO.input(in_3): - num_value = num_value - 8 - - if GPIO.input(in_4): - num_value = num_value - 16 - - if GPIO.input(in_5): - num_value = num_value - 32 - - if GPIO.input(in_6): - num_value = num_value - 64 - - if GPIO.input(in_7): - num_value = num_value - 128 - - current = hex( num_value ).replace ( "0x" , "" ).upper() - -# print "\n\n\n\n\n" , num_value , current - - except: - pass - - return current - - -#-------------------------------------------------------------- -# MARCO: cambiare: chiama URL NON deve chiamare url MA METTERE IN CODA (riempiCoda!!!) -# la parte URL vera va messa in svuotaCoda, PARAMETRICA - -#--------------------------------------------------------------- -#Funzione di scrittura su coda con try-except - -def accoda(): - - try: -# url = URLBASE + idxMacchina + URLADV1 + value -# urllib.urlopen ( url ) - #dtEve = time.strftime("%y%m%d%H%M%S")+"000" - dtEve = datetime.utcnow().strftime('%Y%m%d%H%M%S%f')[:-3] - #logPro.debug( "Nuovo valore inserito in coda: " + dtEve + "#" + value + '#' + cont) - #print(dtEve) - #queueLock.acquire() - Coda.put(dtEve + '#' + value + '#' + cont) - #queueLock.release() - #print "Nuovo valore inserito in coda: " + dtEve + "#", value - - except Queue.Full: - logPro.error( "Quque full" + dtEve + '#' + value + '#' + cont ) - except: - logPro.error( "NETWORK:Errore http-no com rete-timeout" + url ) -# print "Url aforte" , url - - -#-------------------------------------------------------------- -# MARCO: scrivere svuotaCoda come thread etc... -def svuota_coda(): - - global onLine - global sending - global timer_busy - - #print "start timer " - - if ( timer_busy == False ): - timer_busy = True - #print "start timer ok " - - try: - if not Coda.empty(): - #print "coda da svuotare!" - response = urllib.urlopen(URLALIVE) - answ = response.read() - if answ == 'OK': - #print "OK alive" - response2 = urllib.urlopen(URLENABLED + idxMacchina) - answ2 = response2.read() - if answ2 == 'OK': - # aggiorno stato ad online - if onLine == '0': - logPro.info("IOB ONLINE!") - #print("IOB ONLINE") - - onLine = '1' # imposto comunque online - else: - if onLine == '1': - logPro.error("IOB offline") - #print("IOB offline") - - onLine = '0' - else: - if onLine == '1': - logPro.error("Server offline") - #print("Server offline") - - onLine = '0' - - # ora verifico SE si possa inviare (ovvero sia online server e NON ci siano altri send attivi...) - if onLine == '1': - if sending == '0': - #segnalo che sono in sending! - sending = '1' - - # formatto dataOra corrente - #dtCurr = time.strftime("%y%m%d%H%M%S")+"000" - dtCurr = datetime.utcnow().strftime('%Y%m%d%H%M%S%f')[:-3] - # prendo 1 valore dalla coda... - #queueLock.acquire() - resp = Coda.get() - # RILASCIO SUBITO la coda x nuovi insert... - #queueLock.release() - - - # recupero valori da coda! - dtEve = resp.split("#")[0] - value = resp.split("#")[1] - cnt = resp.split("#")[2] - url = URLBASE + idxMacchina + URLADV1 + value - url = url + '&dtCurr=' + dtCurr + '&dtEve=' + dtEve + '&cnt=' + cnt - # CHIAMO URL - response3 = urllib.urlopen ( url ) - answ3 = response3.read() - #print(url) - #logPro.debug(url) - - - # log valore inviato! - logSnd.info( value + ' ['+ cnt +']' + ' R:' + answ3 ) - #print "Valore smaltito dalla coda" - - # completato invio, riporto sending a zero! - sending = '0' - else: - logPro.info("WAIT active send to complete") - - else: - pass - - else: - pass - - except: - if onLine == '1': - logPro.error("Server Non raggiungibile") - #print "Non raggiungibile" - - onLine = '0' - -# in ogni caso - - timer_busy = False - #print "end timer ok" - - - #print "end timer " - - -#--------------------------------------------------------------- -# funzione timer thread -#--------------------------------------------------------------- -def do_every (interval, worker_func, iterations = 0): - if iterations != 1: - threading.Timer ( - interval, - do_every, [interval, worker_func, 0 if iterations == 0 else iterations-1] - ).start (); - - worker_func (); - -#--------------------------------------------------------------- -# gestione contatore -#--------------------------------------------------------------- -def contatore(): - - try: - global cont - ctr = int(cont) - ctr +=1 - ctr = ctr % 1000 # round robin 1000 eventi x track - cont = str(ctr) - except: - print("errore incremento contatore") - -#--------------------------------------------------------------- -# avvia porta parallela -#--------------------------------------------------------------- -def avviaParallela(): - - global in_0 - global in_1 - global in_2 - global in_3 - global in_4 - global in_5 - global in_6 - global in_7 - - global GPIO - - try: - - GPIO.setmode(GPIO.BOARD) - - GPIO.setwarnings(False) - - #GPIO.setup(out_0, GPIO.OUT) # output 0 - #GPIO.setup(out_1, GPIO.OUT) # output 1 - - GPIO.setup(in_0, GPIO.IN) # input 0 - GPIO.setup(in_1, GPIO.IN) # input 1 - GPIO.setup(in_2, GPIO.IN) # input 2 - GPIO.setup(in_3, GPIO.IN) # input 3 - GPIO.setup(in_4, GPIO.IN) # input 4 - GPIO.setup(in_5, GPIO.IN) # input 5 - GPIO.setup(in_6, GPIO.IN) # input 6 - GPIO.setup(in_7, GPIO.IN) # input 7 - - except: - print( "\n\n" + PROGRAM_NAME + " - Error 3 on RPi.GPIO ! \n\n") - sys.exit(1) - - - print( "\n\n" + PROGRAM_NAME + " - init ok \n\n") - - -#--------------------------------------------------------------- -#--------------------------------------------------------------- -# MAIN - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'IOB.cfg' ) - - SAMPLETIME = config.getfloat ( 'time' , 'SAMPLETIME' ) - TIMEOUTSHORT = config.getfloat ( 'time' , 'TIMEOUTSHORT' ) - TIMEOUTLONG = config.getfloat ( 'time' , 'TIMEOUTLONG' ) - SENDURLTIME = config.getfloat ( 'time' , 'SENDURLTIME' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - - - URLBASE = config.get ( 'web' , 'URLBASE' ) - URLENABLED = config.get('web' , 'URLENABLED') - URLALIVE = config.get ('web' , 'URLALIVE') - URLADV1 = config.get ( 'web' , 'URLADV1' ) - - LOGFILE = config.get ( 'log' , 'LOGFILE' ) - LOGLEVEL = config.get ( 'log' , 'LOGLEVEL' ) -except: - print "\n\n" + PROGRAM_NAME + ' - Error 4 - in config file ' 'IOB.cfg' - sys.exit(1) - -#-------------------------------------------- -# oggetto Logger -#-------------------------------------------- -try: - logging.basicConfig(level=logging.DEBUG, - format='%(asctime)s %(name)-8s %(levelname)-8s %(message)s', - datefmt='%Y-%m-%d %H:%M:%S', - filename=LOGFILE, - filemode='a' - ) - - # aggiungo 2 logger specifici x queue e send... - logQue = logging.getLogger('queue') - logSnd = logging.getLogger('sendUrl') - logPro = logging.getLogger('program') - -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) -#-------------------------------------------- - - -print "\n\n" + PROGRAM_NAME + "\n\n" - -global startstatus -startstatus = 1 - -if startstatus == 1: - logPro.info("Avvio Programma" + PROGRAM_NAME) - -## Verifica l'OS e di conseguenza carica il file relativo con metodo di lockfile appropriato + check singola istanza -if os.name == 'posix': - import unix -else: - import win - -logPro.info( "Start " + PROGRAM_NAME ) - - -# lettura file configurazione - -# [id] -# idxMacchina = 2001 -# [time] -# SAMPLETIME = 0.1 -# TIMEOUTSHORT = 200 -# TIMEOUTLONG = 6000 - - -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' SAMPLETIME = %4.2f' % ( SAMPLETIME ) ) -print ( ' TIMEOUTSHORT = %4.2f' % ( TIMEOUTSHORT ) ) -print ( ' TIMEOUTLONG = %4.2f' % ( TIMEOUTLONG ) ) -print ( ' SENDURLTIME = %4.2f' % ( SENDURLTIME ) ) -print ( ' URLBASE = %s' % ( URLBASE ) ) -print ( ' URLADV1 = %s' % ( URLADV1 ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) -print ( ' LOGLEVEL = %s' % ( LOGLEVEL ) ) - -# -sys.stdout.write ( 'idxMacchina ?' + idxMacchina + '\n') - -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG - - -#-------------------------------------------------------------- -# apertura parallela - -try: - import RPi.GPIO as GPIO -except RuntimeError: - print( "\n\n" + PROGRAM_NAME + " - Error 1 - you need superuser privileges") -except: - print( "\n\n" + PROGRAM_NAME + " - Error 2 - you need superuser privileges. USE 'sudo' to run your script\n\n") - sys.exit(1) - - -avviaParallela() - - -#-------------------------------------------------------------- -# MARCO: qui inserire avvio thread di "svuotaCoda" - -# avviaSvuotaCoda -#print "Avvia svuota coda" - -do_every ( SENDURLTIME , svuota_coda ); - -#--------------------------------------------------------------- -# ciclo forever and ever - -old = '' - -#print "Avvio ciclo" -logPro.info("Avvio loop principale") -while 1: - - try: - time.sleep (SAMPLETIME) - except: - logPro.info("First_SLEEP: errore attesa sampletime") - - # lettura dati da IOB - value = readParallela() - - if ( value != '' ) : - if value != old : - #loggo e invio dati - try: - logQue.info( value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda") - pass - #enable e reset timer - to_enable = True - to_short = TIMEOUTSHORT - to_long = TIMEOUTLONG - - old = value - - - # gestione timeout breve - if ( to_enable ) : - to_short = to_short - SAMPLETIME - if to_short <= 0: - #loggo e invio dati - try: - logQue.info( '>' + value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda TO_short") - pass - to_short = TIMEOUTSHORT - to_enable = False # dopo un colpo il timer breve viene disabilitato - to_long = TIMEOUTLONG - - # gestione timeout lungo - to_long = to_long - SAMPLETIME - if to_long <= 0: - #loggo e invio dati - try: - logQue.info( '>>' + value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda TO_long") - pass - to_long = TIMEOUTLONG - - - - diff --git a/ConfIOB/Donati/1018_168/sendReboot.py b/ConfIOB/Donati/1018_168/sendReboot.py deleted file mode 100644 index 814157a..0000000 --- a/ConfIOB/Donati/1018_168/sendReboot.py +++ /dev/null @@ -1,96 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -# sendReboot v. 1.6 - -#--------------------------------------------------------------- - - -import time -import sys - - -from datetime import datetime - -import urllib -import ConfigParser -import os, sys - -import logging - -#--------------------------------------------------------------- - -# COSTANTI -PROGRAM_NAME ="SendReboot IOB-pi v.1.6" - -# DA FILE CONF -idxMacchina = "99" - -#--------------------------------------------------------------- -#Funzione di scrittura su url con try-except - -def chiamaUrl(): - - try: - url = URLREBO + idxMacchina - urllib.urlopen ( url ) - except: - logging.info ( "NETWORK:Errore http-no com rete-timeout per url: " + url ) - print "Url aforte" , url - -#--------------------------------------------------------------- -# MAIN -#--------------------------------------------------------------- - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'IOB.cfg' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - - - URLREBO = config.get ( 'web' , 'URLREBO' ) - - LOGFILE = config.get ( 'log' , 'LOGREBO' ) -except: - print "\n\n" + PROGRAM_NAME + ' - Error 4 - in config file ' 'IOB.cfg' - sys.exit(1) - - -#-------------------------------------------- -# oggetto Logger -#-------------------------------------------- -try: -# log = Logger(LOGFILE) - logging.basicConfig(level=logging.DEBUG, - format='%(asctime)s %(name)-8s %(levelname)-8s %(message)s', - datefmt='%Y-%m-%d %H:%M:%S', - filename=LOGFILE, - filemode='a') - -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) -#-------------------------------------------- - - -print "\n\n" + PROGRAM_NAME + "\n\n" - -global startstatus -startstatus = 1 - -if startstatus == 1: - logging.info("Avvio Programma" + PROGRAM_NAME) - - -# lettura file configurazione - - -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' URLREBO = %s' % ( URLREBO ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) - - -chiamaUrl() - diff --git a/ConfIOB/Donati/1018_168/unix.py b/ConfIOB/Donati/1018_168/unix.py deleted file mode 100644 index 8167be6..0000000 --- a/ConfIOB/Donati/1018_168/unix.py +++ /dev/null @@ -1,30 +0,0 @@ -import fcntl -import os - -#--------------------------------------------------------------- -# meccanismo di file lock per evitare multiple instances -# The function will try to lock the file specified , if it success, return True, else return False. -# The nice thing is that the lock will be dropped when the program terminates. -# >>>Use : -# if not lockFile(".lock.pod"): -# sys.exit(0) - -def lockFile ( lockfile ) : - - fd = os.open ( lockfile , os.O_CREAT | os.O_TRUNC | os.O_WRONLY ) - try: - # Request exclusive (EX) non-blocking (NB) advisory lock. - fcntl.lockf ( fd , fcntl.LOCK_EX | fcntl.LOCK_NB ) - except IOError: - return False - - return True - -if not lockFile ( ".lockfile" ) : - print '\n noi non siamo soli ...\n' - logging.error( "LOCK: Piu istanze aperte") - sys.exit ( 0 ) - -#- print '\n running alone ...\n' - - diff --git a/ConfIOB/Donati/1019_169/IOB.cfg b/ConfIOB/Donati/1019_169/IOB.cfg deleted file mode 100644 index b6e5e45..0000000 --- a/ConfIOB/Donati/1019_169/IOB.cfg +++ /dev/null @@ -1,23 +0,0 @@ -[id] -idxMacchina = 1019 - -[web] -URLBASE = http://192.168.51.71/MPIO2/inputIOB.aspx?idxMacchina= -URLALIVE = http://192.168.51.71/MPIO2/Alive.aspx -URLENABLED = http://192.168.51.71/MPIO2/Enabled.aspx?idxMacchina= -URLADV1 = &valore= -URLREBO = http://192.168.51.71/MPIO2/sendReboot.aspx?idxMacchina= - -[time] -SAMPLETIME = 0.20 -TIMEOUTSHORT = 0.30 -TIMEOUTLONG = 50 -SENDURLTIME = 0.50 - -[log] -LOGLEVEL = 10 -LOGFILE = logfile.txt -LOGREBO = logReboot.txt - -[comm] -port = /dev/ttyAMA0 diff --git a/ConfIOB/Donati/1019_169/MapoIOB b/ConfIOB/Donati/1019_169/MapoIOB deleted file mode 100644 index c49ec0a..0000000 --- a/ConfIOB/Donati/1019_169/MapoIOB +++ /dev/null @@ -1,41 +0,0 @@ -### BEGIN INIT INFO -# Provides: MapoIOB: script Steamware per avvio driver IOB -# Required-Start: $remote_fs $syslog ramlog -# Required-Stop: $remote_fs $syslog ramlog -# Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 -# Short-Description: Steamware's MapoIOB driver -# Description: Steamware's MapoIOB driver, versione lettura porta parallela -### END INIT INFO - -#! /bin/sh -# /etc/init.d/MapoIOB - -export HOME -case "$1" in - start) - echo "Starting readParallela" - cd /home/pi/steamware - /usr/bin/python ./readParallela.py 2>&1 & - ;; - stop) - echo "Stopping readParallela" - RS_PID=`ps auxwww | grep readParallela.py | head -1 | awk '{print $2}'` - kill -9 $RS_PID - cd /home/pi/steamware - rm .lockfile - ;; - restart) - ## Stop the service and regardless of whether it was - ## running or not, start it again. - $0 stop - killall python - $0 start - ;; - *) - echo "Usage: /etc/init.d/MapoIOB {start|stop|restart}" - exit 1 - ;; -esac -exit 0 - diff --git a/ConfIOB/Donati/1019_169/checkAlive.sh b/ConfIOB/Donati/1019_169/checkAlive.sh deleted file mode 100644 index 92bc816..0000000 --- a/ConfIOB/Donati/1019_169/checkAlive.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/bash - -# controlla se il logfile è correntemente scritto (quindi MapoIOB è alive) altrimenti riavvia! - -DATE=`date +%Y-%m-%d` -cd /var/log -if [ -f MapoIOB ] - then - # controllo SE sia stato acceduto da meno di 2 minuti (=alive da log...) - trovato=`find . -name 'MapoIOB*' -cmin -1` - if [[ $trovato != './MapoIOB' ]] - then - /etc/init.d/MapoIOB restart - echo $date + "riavvio!" - fi -else - # in questo caso AVVIO il processo MapoIOB - /etc/init.d/MapoIOB start - echo $date + "file non trovato, avvio!" -fi diff --git a/ConfIOB/Donati/1019_169/cleanPython.sh b/ConfIOB/Donati/1019_169/cleanPython.sh deleted file mode 100644 index c4f616a..0000000 --- a/ConfIOB/Donati/1019_169/cleanPython.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash - -DATE=`date +%Y-%m-%d_%T` -# log inizio pulizia -echo $DATE " - INIZIO pulizia processi python" >> clean.log -# effettua pulizia processi: killa tutti i processi python -killall python - -# avvia MapoIob -/etc/init.d/MapoIOB start - -# log fatto! -DATE=`date +%Y-%m-%d_%T` -echo $DATE " - FINE pulizia processi python + riavvio MapoIOB" >> clean.log diff --git a/ConfIOB/Donati/1019_169/logfile.txt b/ConfIOB/Donati/1019_169/logfile.txt deleted file mode 100644 index 8cd9629..0000000 --- a/ConfIOB/Donati/1019_169/logfile.txt +++ /dev/null @@ -1,657 +0,0 @@ -2015-03-12 06:26:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.7 -2015-03-12 06:26:02 program INFO Start ReadPar IOB-pi v.1.7 -2015-03-12 06:26:02 program INFO Avvio loop principale -2015-03-12 06:26:02 queue INFO 81 [0] -2015-03-12 06:26:02 queue INFO >81 [1] -2015-03-12 06:26:02 sendUrl INFO 81 [0] R:OK -2015-03-12 06:26:03 sendUrl INFO 81 [1] R:OK -2015-03-12 06:26:52 queue INFO >>81 [2] -2015-03-12 06:26:52 sendUrl INFO 81 [2] R:OK -2015-03-12 06:27:42 queue INFO >>81 [3] -2015-03-12 06:27:47 sendUrl INFO 81 [3] R:OK -2015-03-12 06:28:32 queue INFO >>81 [4] -2015-03-12 06:28:49 sendUrl INFO 81 [4] R:OK -2015-03-12 06:29:22 queue INFO >>81 [5] -2015-03-12 06:29:31 sendUrl INFO 81 [5] R:OK -2015-03-12 06:30:12 queue INFO >>81 [6] -2015-03-12 06:30:13 sendUrl INFO 81 [6] R:OK -2015-03-12 06:31:03 queue INFO >>81 [7] -2015-03-12 06:31:05 sendUrl INFO 81 [7] R:OK -2015-03-12 06:31:53 queue INFO >>81 [8] -2015-03-12 06:31:53 sendUrl INFO 81 [8] R:OK -2015-03-12 06:32:43 queue INFO >>81 [9] -2015-03-12 06:32:44 sendUrl INFO 81 [9] R:OK -2015-03-12 06:33:33 queue INFO >>81 [10] -2015-03-12 06:33:48 sendUrl INFO 81 [10] R:OK -2015-03-12 06:34:23 queue INFO >>81 [11] -2015-03-12 06:34:38 sendUrl INFO 81 [11] R:OK -2015-03-12 06:35:13 queue INFO >>81 [12] -2015-03-12 06:35:14 sendUrl INFO 81 [12] R:OK -2015-03-12 06:36:04 queue INFO >>81 [13] -2015-03-12 06:36:19 sendUrl INFO 81 [13] R:OK -2015-03-12 06:36:54 queue INFO >>81 [14] -2015-03-12 06:37:09 sendUrl INFO 81 [14] R:OK -2015-03-12 06:37:44 queue INFO >>81 [15] -2015-03-12 06:37:44 sendUrl INFO 81 [15] R:OK -2015-03-12 06:38:34 queue INFO >>81 [16] -2015-03-12 06:38:49 sendUrl INFO 81 [16] R:OK -2015-03-12 06:39:24 queue INFO >>81 [17] -2015-03-12 06:39:39 sendUrl INFO 81 [17] R:OK -2015-03-12 06:40:14 queue INFO >>81 [18] -2015-03-12 06:40:30 sendUrl INFO 81 [18] R:OK -2015-03-12 06:41:04 queue INFO >>81 [19] -2015-03-12 06:41:05 sendUrl INFO 81 [19] R:OK -2015-03-12 06:41:55 queue INFO >>81 [20] -2015-03-12 06:42:10 sendUrl INFO 81 [20] R:OK -2015-03-12 06:42:45 queue INFO >>81 [21] -2015-03-12 06:43:00 sendUrl INFO 81 [21] R:OK -2015-03-12 06:43:35 queue INFO >>81 [22] -2015-03-12 06:43:50 sendUrl INFO 81 [22] R:OK -2015-03-12 06:44:25 queue INFO >>81 [23] -2015-03-12 06:44:37 sendUrl INFO 81 [23] R:OK -2015-03-12 06:45:15 queue INFO >>81 [24] -2015-03-12 06:45:29 sendUrl INFO 81 [24] R:OK -2015-03-12 06:46:05 queue INFO >>81 [25] -2015-03-12 06:46:19 sendUrl INFO 81 [25] R:OK -2015-03-12 06:46:55 queue INFO >>81 [26] -2015-03-12 06:46:56 sendUrl INFO 81 [26] R:OK -2015-03-12 06:47:45 queue INFO >>81 [27] -2015-03-12 06:47:46 sendUrl INFO 81 [27] R:OK -2015-03-12 06:48:36 queue INFO >>81 [28] -2015-03-12 06:48:36 sendUrl INFO 81 [28] R:OK -2015-03-12 06:49:26 queue INFO >>81 [29] -2015-03-12 06:49:27 sendUrl INFO 81 [29] R:OK -2015-03-12 06:50:16 queue INFO >>81 [30] -2015-03-12 06:50:17 sendUrl INFO 81 [30] R:OK -2015-03-12 06:51:06 queue INFO >>81 [31] -2015-03-12 06:51:07 sendUrl INFO 81 [31] R:OK -2015-03-12 06:51:56 queue INFO >>81 [32] -2015-03-12 06:51:57 sendUrl INFO 81 [32] R:OK -2015-03-12 06:52:46 queue INFO >>81 [33] -2015-03-12 06:52:47 sendUrl INFO 81 [33] R:OK -2015-03-12 06:53:37 queue INFO >>81 [34] -2015-03-12 06:53:52 sendUrl INFO 81 [34] R:OK -2015-03-12 06:54:27 queue INFO >>81 [35] -2015-03-12 06:54:27 sendUrl INFO 81 [35] R:OK -2015-03-12 06:55:17 queue INFO >>81 [36] -2015-03-12 06:55:25 sendUrl INFO 81 [36] R:OK -2015-03-12 06:56:07 queue INFO >>81 [37] -2015-03-12 06:56:07 sendUrl INFO 81 [37] R:OK -2015-03-12 06:56:57 queue INFO >>81 [38] -2015-03-12 06:56:58 sendUrl INFO 81 [38] R:OK -2015-03-12 06:57:47 queue INFO >>81 [39] -2015-03-12 06:57:55 sendUrl INFO 81 [39] R:OK -2015-03-12 06:58:37 queue INFO >>81 [40] -2015-03-12 06:58:38 sendUrl INFO 81 [40] R:OK -2015-03-12 06:59:28 queue INFO >>81 [41] -2015-03-12 06:59:28 sendUrl INFO 81 [41] R:OK -2015-03-12 07:00:18 queue INFO >>81 [42] -2015-03-12 07:00:18 sendUrl INFO 81 [42] R:OK -2015-03-12 07:01:08 queue INFO >>81 [43] -2015-03-12 07:01:08 sendUrl INFO 81 [43] R:OK -2015-03-12 07:01:58 queue INFO >>81 [44] -2015-03-12 07:01:59 sendUrl INFO 81 [44] R:OK -2015-03-12 07:02:48 queue INFO >>81 [45] -2015-03-12 07:02:49 sendUrl INFO 81 [45] R:OK -2015-03-12 07:03:38 queue INFO >>81 [46] -2015-03-12 07:03:39 sendUrl INFO 81 [46] R:OK -2015-03-12 07:04:28 queue INFO >>81 [47] -2015-03-12 07:04:44 sendUrl INFO 81 [47] R:OK -2015-03-12 07:05:02 queue INFO 91 [48] -2015-03-12 07:05:02 queue INFO 99 [49] -2015-03-12 07:05:02 queue INFO >99 [50] -2015-03-12 07:05:03 program INFO WAIT active send to complete -2015-03-12 07:05:03 program INFO WAIT active send to complete -2015-03-12 07:05:04 program INFO WAIT active send to complete -2015-03-12 07:05:04 program INFO WAIT active send to complete -2015-03-12 07:05:05 program INFO WAIT active send to complete -2015-03-12 07:05:05 program INFO WAIT active send to complete -2015-03-12 07:05:06 program INFO WAIT active send to complete -2015-03-12 07:05:06 program INFO WAIT active send to complete -2015-03-12 07:05:07 program INFO WAIT active send to complete -2015-03-12 07:05:07 program INFO WAIT active send to complete -2015-03-12 07:05:08 program INFO WAIT active send to complete -2015-03-12 07:05:08 program INFO WAIT active send to complete -2015-03-12 07:05:09 program INFO WAIT active send to complete -2015-03-12 07:05:09 program INFO WAIT active send to complete -2015-03-12 07:05:10 program INFO WAIT active send to complete -2015-03-12 07:05:10 program INFO WAIT active send to complete -2015-03-12 07:05:11 program INFO WAIT active send to complete -2015-03-12 07:05:11 sendUrl INFO 91 [48] R:OK -2015-03-12 07:05:12 program INFO WAIT active send to complete -2015-03-12 07:05:12 program INFO WAIT active send to complete -2015-03-12 07:05:13 program INFO WAIT active send to complete -2015-03-12 07:05:13 program INFO WAIT active send to complete -2015-03-12 07:05:14 program INFO WAIT active send to complete -2015-03-12 07:05:14 program INFO WAIT active send to complete -2015-03-12 07:05:15 program INFO WAIT active send to complete -2015-03-12 07:05:15 program INFO WAIT active send to complete -2015-03-12 07:05:16 program INFO WAIT active send to complete -2015-03-12 07:05:16 program INFO WAIT active send to complete -2015-03-12 07:05:17 program INFO WAIT active send to complete -2015-03-12 07:05:17 program INFO WAIT active send to complete -2015-03-12 07:05:18 program INFO WAIT active send to complete -2015-03-12 07:05:18 program INFO WAIT active send to complete -2015-03-12 07:05:19 program INFO WAIT active send to complete -2015-03-12 07:05:19 program INFO WAIT active send to complete -2015-03-12 07:05:20 program INFO WAIT active send to complete -2015-03-12 07:05:20 program INFO WAIT active send to complete -2015-03-12 07:05:21 program INFO WAIT active send to complete -2015-03-12 07:05:21 program INFO WAIT active send to complete -2015-03-12 07:05:22 program INFO WAIT active send to complete -2015-03-12 07:05:22 program INFO WAIT active send to complete -2015-03-12 07:05:23 program INFO WAIT active send to complete -2015-03-12 07:05:23 queue INFO 89 [51] -2015-03-12 07:05:23 program INFO WAIT active send to complete -2015-03-12 07:05:24 queue INFO >89 [52] -2015-03-12 07:05:24 program INFO WAIT active send to complete -2015-03-12 07:05:24 program INFO WAIT active send to complete -2015-03-12 07:05:25 program INFO WAIT active send to complete -2015-03-12 07:05:25 program INFO WAIT active send to complete -2015-03-12 07:05:26 program INFO WAIT active send to complete -2015-03-12 07:05:26 program INFO WAIT active send to complete -2015-03-12 07:05:27 program INFO WAIT active send to complete -2015-03-12 07:05:27 queue INFO 81 [53] -2015-03-12 07:05:27 queue INFO >81 [54] -2015-03-12 07:05:27 program INFO WAIT active send to complete -2015-03-12 07:05:28 program INFO WAIT active send to complete -2015-03-12 07:05:28 program INFO WAIT active send to complete -2015-03-12 07:05:29 program INFO WAIT active send to complete -2015-03-12 07:05:29 program INFO WAIT active send to complete -2015-03-12 07:05:30 program INFO WAIT active send to complete -2015-03-12 07:05:31 program INFO WAIT active send to complete -2015-03-12 07:05:31 program INFO WAIT active send to complete -2015-03-12 07:05:32 program INFO WAIT active send to complete -2015-03-12 07:05:32 program INFO WAIT active send to complete -2015-03-12 07:05:33 program INFO WAIT active send to complete -2015-03-12 07:05:33 program INFO WAIT active send to complete -2015-03-12 07:05:34 program INFO WAIT active send to complete -2015-03-12 07:05:34 program INFO WAIT active send to complete -2015-03-12 07:05:34 sendUrl INFO 99 [49] R:OK -2015-03-12 07:05:35 program INFO WAIT active send to complete -2015-03-12 07:05:36 program INFO WAIT active send to complete -2015-03-12 07:05:36 program INFO WAIT active send to complete -2015-03-12 07:05:37 program INFO WAIT active send to complete -2015-03-12 07:05:37 program INFO WAIT active send to complete -2015-03-12 07:05:38 program INFO WAIT active send to complete -2015-03-12 07:05:38 program INFO WAIT active send to complete -2015-03-12 07:05:39 program INFO WAIT active send to complete -2015-03-12 07:05:39 program INFO WAIT active send to complete -2015-03-12 07:05:40 program INFO WAIT active send to complete -2015-03-12 07:05:40 program INFO WAIT active send to complete -2015-03-12 07:05:41 program INFO WAIT active send to complete -2015-03-12 07:05:41 program INFO WAIT active send to complete -2015-03-12 07:05:42 program INFO WAIT active send to complete -2015-03-12 07:05:42 program INFO WAIT active send to complete -2015-03-12 07:05:43 program INFO WAIT active send to complete -2015-03-12 07:05:43 sendUrl INFO 99 [50] R:OK -2015-03-12 07:05:44 program INFO WAIT active send to complete -2015-03-12 07:05:44 program INFO WAIT active send to complete -2015-03-12 07:05:45 program INFO WAIT active send to complete -2015-03-12 07:05:45 program INFO WAIT active send to complete -2015-03-12 07:05:46 program INFO WAIT active send to complete -2015-03-12 07:05:46 program INFO WAIT active send to complete -2015-03-12 07:05:47 program INFO WAIT active send to complete -2015-03-12 07:05:47 program INFO WAIT active send to complete -2015-03-12 07:05:48 program INFO WAIT active send to complete -2015-03-12 07:05:48 program INFO WAIT active send to complete -2015-03-12 07:05:49 program INFO WAIT active send to complete -2015-03-12 07:05:49 program INFO WAIT active send to complete -2015-03-12 07:05:50 program INFO WAIT active send to complete -2015-03-12 07:05:50 program INFO WAIT active send to complete -2015-03-12 07:05:51 program INFO WAIT active send to complete -2015-03-12 07:05:51 program INFO WAIT active send to complete -2015-03-12 07:05:52 program INFO WAIT active send to complete -2015-03-12 07:05:52 program INFO WAIT active send to complete -2015-03-12 07:05:53 program INFO WAIT active send to complete -2015-03-12 07:05:53 program INFO WAIT active send to complete -2015-03-12 07:05:54 program INFO WAIT active send to complete -2015-03-12 07:05:54 program INFO WAIT active send to complete -2015-03-12 07:05:55 program INFO WAIT active send to complete -2015-03-12 07:05:55 program INFO WAIT active send to complete -2015-03-12 07:05:56 program INFO WAIT active send to complete -2015-03-12 07:05:56 program INFO WAIT active send to complete -2015-03-12 07:05:57 program INFO WAIT active send to complete -2015-03-12 07:05:57 program INFO WAIT active send to complete -2015-03-12 07:05:58 program INFO WAIT active send to complete -2015-03-12 07:05:58 program INFO WAIT active send to complete -2015-03-12 07:05:59 program INFO WAIT active send to complete -2015-03-12 07:05:59 program INFO WAIT active send to complete -2015-03-12 07:06:00 program INFO WAIT active send to complete -2015-03-12 07:06:00 program INFO WAIT active send to complete -2015-03-12 07:06:01 program INFO WAIT active send to complete -2015-03-12 07:06:01 program INFO WAIT active send to complete -2015-03-12 07:06:01 sendUrl INFO 89 [51] R:OK -2015-03-12 07:06:02 program INFO WAIT active send to complete -2015-03-12 07:06:03 program INFO WAIT active send to complete -2015-03-12 07:06:03 program INFO WAIT active send to complete -2015-03-12 07:06:04 program INFO WAIT active send to complete -2015-03-12 07:06:04 program INFO WAIT active send to complete -2015-03-12 07:06:05 program INFO WAIT active send to complete -2015-03-12 07:06:05 program INFO WAIT active send to complete -2015-03-12 07:06:06 program INFO WAIT active send to complete -2015-03-12 07:06:06 program INFO WAIT active send to complete -2015-03-12 07:06:07 program INFO WAIT active send to complete -2015-03-12 07:06:07 program INFO WAIT active send to complete -2015-03-12 07:06:08 program INFO WAIT active send to complete -2015-03-12 07:06:08 program INFO WAIT active send to complete -2015-03-12 07:06:09 program INFO WAIT active send to complete -2015-03-12 07:06:09 program INFO WAIT active send to complete -2015-03-12 07:06:10 program INFO WAIT active send to complete -2015-03-12 07:06:10 program INFO WAIT active send to complete -2015-03-12 07:06:11 program INFO WAIT active send to complete -2015-03-12 07:06:11 program INFO WAIT active send to complete -2015-03-12 07:06:12 program INFO WAIT active send to complete -2015-03-12 07:06:12 program INFO WAIT active send to complete -2015-03-12 07:06:13 program INFO WAIT active send to complete -2015-03-12 07:06:13 program INFO WAIT active send to complete -2015-03-12 07:06:14 program INFO WAIT active send to complete -2015-03-12 07:06:14 program INFO WAIT active send to complete -2015-03-12 07:06:15 program INFO WAIT active send to complete -2015-03-12 07:06:16 program INFO WAIT active send to complete -2015-03-12 07:06:16 program INFO WAIT active send to complete -2015-03-12 07:06:17 program INFO WAIT active send to complete -2015-03-12 07:06:17 program INFO WAIT active send to complete -2015-03-12 07:06:17 queue INFO >>81 [55] -2015-03-12 07:06:18 program INFO WAIT active send to complete -2015-03-12 07:06:18 program INFO WAIT active send to complete -2015-03-12 07:06:19 program INFO WAIT active send to complete -2015-03-12 07:06:19 program INFO WAIT active send to complete -2015-03-12 07:06:20 program INFO WAIT active send to complete -2015-03-12 07:06:20 program INFO WAIT active send to complete -2015-03-12 07:06:21 program INFO WAIT active send to complete -2015-03-12 07:06:21 program INFO WAIT active send to complete -2015-03-12 07:06:22 program INFO WAIT active send to complete -2015-03-12 07:06:22 program INFO WAIT active send to complete -2015-03-12 07:06:23 program INFO WAIT active send to complete -2015-03-12 07:06:23 program INFO WAIT active send to complete -2015-03-12 07:06:24 program INFO WAIT active send to complete -2015-03-12 07:06:24 program INFO WAIT active send to complete -2015-03-12 07:06:24 sendUrl INFO 89 [52] R:OK -2015-03-12 07:06:25 program INFO WAIT active send to complete -2015-03-12 07:06:26 program INFO WAIT active send to complete -2015-03-12 07:06:26 program INFO WAIT active send to complete -2015-03-12 07:06:27 program INFO WAIT active send to complete -2015-03-12 07:06:27 program INFO WAIT active send to complete -2015-03-12 07:06:28 program INFO WAIT active send to complete -2015-03-12 07:06:28 program INFO WAIT active send to complete -2015-03-12 07:06:29 program INFO WAIT active send to complete -2015-03-12 07:06:29 program INFO WAIT active send to complete -2015-03-12 07:06:30 program INFO WAIT active send to complete -2015-03-12 07:06:30 program INFO WAIT active send to complete -2015-03-12 07:06:31 program INFO WAIT active send to complete -2015-03-12 07:06:31 program INFO WAIT active send to complete -2015-03-12 07:06:32 program INFO WAIT active send to complete -2015-03-12 07:06:32 program INFO WAIT active send to complete -2015-03-12 07:06:33 sendUrl INFO 81 [53] R:OK -2015-03-12 07:06:33 program INFO WAIT active send to complete -2015-03-12 07:06:33 sendUrl INFO 81 [54] R:OK -2015-03-12 07:06:47 sendUrl INFO 81 [55] R:OK -2015-03-12 07:07:07 queue INFO >>81 [56] -2015-03-12 07:07:14 sendUrl INFO 81 [56] R:OK -2015-03-12 07:07:58 queue INFO >>81 [57] -2015-03-12 07:08:05 sendUrl INFO 81 [57] R:OK -2015-03-12 07:08:48 queue INFO >>81 [58] -2015-03-12 07:08:49 sendUrl INFO 81 [58] R:OK -2015-03-12 07:09:38 queue INFO >>81 [59] -2015-03-12 07:09:45 sendUrl INFO 81 [59] R:OK -2015-03-12 07:10:28 queue INFO >>81 [60] -2015-03-12 07:10:35 sendUrl INFO 81 [60] R:OK -2015-03-12 07:11:18 queue INFO >>81 [61] -2015-03-12 07:11:19 sendUrl INFO 81 [61] R:OK -2015-03-12 07:12:08 queue INFO >>81 [62] -2015-03-12 07:12:23 sendUrl INFO 81 [62] R:OK -2015-03-12 07:12:58 queue INFO >>81 [63] -2015-03-12 07:13:14 sendUrl INFO 81 [63] R:OK -2015-03-12 07:13:48 queue INFO >>81 [64] -2015-03-12 07:13:56 sendUrl INFO 81 [64] R:OK -2015-03-12 07:14:39 queue INFO >>81 [65] -2015-03-12 07:14:54 sendUrl INFO 81 [65] R:OK -2015-03-12 07:15:29 queue INFO >>81 [66] -2015-03-12 07:15:44 sendUrl INFO 81 [66] R:OK -2015-03-12 07:16:19 queue INFO >>81 [67] -2015-03-12 07:16:26 sendUrl INFO 81 [67] R:OK -2015-03-12 07:17:09 queue INFO >>81 [68] -2015-03-12 07:17:24 sendUrl INFO 81 [68] R:OK -2015-03-12 07:17:59 queue INFO >>81 [69] -2015-03-12 07:18:14 sendUrl INFO 81 [69] R:OK -2015-03-12 07:18:49 queue INFO >>81 [70] -2015-03-12 07:18:50 sendUrl INFO 81 [70] R:OK -2015-03-12 07:19:40 queue INFO >>81 [71] -2015-03-12 07:19:47 sendUrl INFO 81 [71] R:OK -2015-03-12 07:20:30 queue INFO >>81 [72] -2015-03-12 07:20:37 sendUrl INFO 81 [72] R:OK -2015-03-12 07:21:20 queue INFO >>81 [73] -2015-03-12 07:21:24 sendUrl INFO 81 [73] R:OK -2015-03-12 07:22:10 queue INFO >>81 [74] -2015-03-12 07:22:17 sendUrl INFO 81 [74] R:OK -2015-03-12 07:23:00 queue INFO >>81 [75] -2015-03-12 07:23:05 sendUrl INFO 81 [75] R:OK -2015-03-12 07:23:50 queue INFO >>81 [76] -2015-03-12 07:23:55 sendUrl INFO 81 [76] R:OK -2015-03-12 07:24:40 queue INFO >>81 [77] -2015-03-12 07:24:45 sendUrl INFO 81 [77] R:OK -2015-03-12 07:25:31 queue INFO >>81 [78] -2015-03-12 07:25:36 sendUrl INFO 81 [78] R:OK -2015-03-12 07:26:21 queue INFO >>81 [79] -2015-03-12 07:26:25 sendUrl INFO 81 [79] R:OK -2015-03-12 07:27:11 queue INFO >>81 [80] -2015-03-12 07:27:18 sendUrl INFO 81 [80] R:OK -2015-03-12 07:28:01 queue INFO >>81 [81] -2015-03-12 07:28:02 sendUrl INFO 81 [81] R:OK -2015-03-12 07:28:51 queue INFO >>81 [82] -2015-03-12 07:28:59 sendUrl INFO 81 [82] R:OK -2015-03-12 07:29:41 queue INFO >>81 [83] -2015-03-12 07:29:49 sendUrl INFO 81 [83] R:OK -2015-03-12 07:30:32 queue INFO >>81 [84] -2015-03-12 07:30:32 sendUrl INFO 81 [84] R:OK -2015-03-12 07:31:22 queue INFO >>81 [85] -2015-03-12 07:31:29 sendUrl INFO 81 [85] R:OK -2015-03-12 07:32:12 queue INFO >>81 [86] -2015-03-12 07:32:19 sendUrl INFO 81 [86] R:OK -2015-03-12 07:33:02 queue INFO >>81 [87] -2015-03-12 07:33:03 sendUrl INFO 81 [87] R:OK -2015-03-12 07:33:52 queue INFO >>81 [88] -2015-03-12 07:33:59 sendUrl INFO 81 [88] R:OK -2015-03-12 07:34:42 queue INFO >>81 [89] -2015-03-12 07:34:50 sendUrl INFO 81 [89] R:OK -2015-03-12 07:35:32 queue INFO >>81 [90] -2015-03-12 07:35:39 sendUrl INFO 81 [90] R:OK -2015-03-12 07:36:23 queue INFO >>81 [91] -2015-03-12 07:36:30 sendUrl INFO 81 [91] R:OK -2015-03-12 07:37:13 queue INFO >>81 [92] -2015-03-12 07:37:20 sendUrl INFO 81 [92] R:OK -2015-03-12 07:38:03 queue INFO >>81 [93] -2015-03-12 07:38:04 sendUrl INFO 81 [93] R:OK -2015-03-12 07:38:53 queue INFO >>81 [94] -2015-03-12 07:39:00 sendUrl INFO 81 [94] R:OK -2015-03-12 07:39:43 queue INFO >>81 [95] -2015-03-12 07:39:50 sendUrl INFO 81 [95] R:OK -2015-03-12 07:40:33 queue INFO >>81 [96] -2015-03-12 07:40:40 sendUrl INFO 81 [96] R:OK -2015-03-12 07:41:24 queue INFO >>81 [97] -2015-03-12 07:41:30 sendUrl INFO 81 [97] R:OK -2015-03-12 07:42:14 queue INFO >>81 [98] -2015-03-12 07:42:15 sendUrl INFO 81 [98] R:OK -2015-03-12 07:43:04 queue INFO >>81 [99] -2015-03-12 07:43:07 sendUrl INFO 81 [99] R:OK -2015-03-12 07:43:54 queue INFO >>81 [100] -2015-03-12 07:43:58 sendUrl INFO 81 [100] R:OK -2015-03-12 07:44:44 queue INFO >>81 [101] -2015-03-12 07:44:45 sendUrl INFO 81 [101] R:OK -2015-03-12 07:45:34 queue INFO >>81 [102] -2015-03-12 07:45:35 sendUrl INFO 81 [102] R:OK -2015-03-12 07:46:24 queue INFO >>81 [103] -2015-03-12 07:46:31 sendUrl INFO 81 [103] R:OK -2015-03-12 07:47:15 queue INFO >>81 [104] -2015-03-12 07:47:15 sendUrl INFO 81 [104] R:OK -2015-03-12 07:48:05 queue INFO >>81 [105] -2015-03-12 07:48:05 sendUrl INFO 81 [105] R:OK -2015-03-12 07:48:55 queue INFO >>81 [106] -2015-03-12 07:49:02 sendUrl INFO 81 [106] R:OK -2015-03-12 07:49:45 queue INFO >>81 [107] -2015-03-12 07:49:45 sendUrl INFO 81 [107] R:OK -2015-03-12 07:50:35 queue INFO >>81 [108] -2015-03-12 07:50:36 sendUrl INFO 81 [108] R:OK -2015-03-12 07:51:25 queue INFO >>81 [109] -2015-03-12 07:51:25 sendUrl INFO 81 [109] R:OK -2015-03-12 07:52:15 queue INFO >>81 [110] -2015-03-12 07:52:16 sendUrl INFO 81 [110] R:OK -2015-03-12 07:53:05 queue INFO >>81 [111] -2015-03-12 07:53:06 sendUrl INFO 81 [111] R:OK -2015-03-12 07:53:56 queue INFO >>81 [112] -2015-03-12 07:53:56 sendUrl INFO 81 [112] R:OK -2015-03-12 07:54:46 queue INFO >>81 [113] -2015-03-12 07:54:46 sendUrl INFO 81 [113] R:OK -2015-03-12 07:55:36 queue INFO >>81 [114] -2015-03-12 07:55:36 sendUrl INFO 81 [114] R:OK -2015-03-12 07:56:26 queue INFO >>81 [115] -2015-03-12 07:56:26 sendUrl INFO 81 [115] R:OK -2015-03-12 07:57:16 queue INFO >>81 [116] -2015-03-12 07:57:17 sendUrl INFO 81 [116] R:OK -2015-03-12 07:58:06 queue INFO >>81 [117] -2015-03-12 07:58:07 sendUrl INFO 81 [117] R:OK -2015-03-12 07:58:56 queue INFO >>81 [118] -2015-03-12 07:58:57 sendUrl INFO 81 [118] R:OK -2015-03-12 07:59:47 queue INFO >>81 [119] -2015-03-12 07:59:47 sendUrl INFO 81 [119] R:OK -2015-03-12 08:00:37 queue INFO >>81 [120] -2015-03-12 08:00:37 sendUrl INFO 81 [120] R:OK -2015-03-12 08:01:27 queue INFO >>81 [121] -2015-03-12 08:01:27 sendUrl INFO 81 [121] R:OK -2015-03-12 08:02:17 queue INFO >>81 [122] -2015-03-12 08:02:17 sendUrl INFO 81 [122] R:OK -2015-03-12 08:03:07 queue INFO >>81 [123] -2015-03-12 08:03:07 sendUrl INFO 81 [123] R:OK -2015-03-12 08:03:57 queue INFO >>81 [124] -2015-03-12 08:03:58 sendUrl INFO 81 [124] R:OK -2015-03-12 08:04:47 queue INFO >>81 [125] -2015-03-12 08:04:48 sendUrl INFO 81 [125] R:OK -2015-03-12 08:05:38 queue INFO >>81 [126] -2015-03-12 08:05:38 sendUrl INFO 81 [126] R:OK -2015-03-12 08:06:28 queue INFO >>81 [127] -2015-03-12 08:06:28 sendUrl INFO 81 [127] R:OK -2015-03-12 08:07:18 queue INFO >>81 [128] -2015-03-12 08:07:18 sendUrl INFO 81 [128] R:OK -2015-03-12 08:08:08 queue INFO >>81 [129] -2015-03-12 08:08:08 sendUrl INFO 81 [129] R:OK -2015-03-12 08:08:58 queue INFO >>81 [130] -2015-03-12 08:08:59 sendUrl INFO 81 [130] R:OK -2015-03-12 08:09:48 queue INFO >>81 [131] -2015-03-12 08:09:49 sendUrl INFO 81 [131] R:OK -2015-03-12 08:10:39 queue INFO >>81 [132] -2015-03-12 08:10:39 sendUrl INFO 81 [132] R:OK -2015-03-12 08:11:29 queue INFO >>81 [133] -2015-03-12 08:11:29 sendUrl INFO 81 [133] R:OK -2015-03-12 08:12:19 queue INFO >>81 [134] -2015-03-12 08:12:19 sendUrl INFO 81 [134] R:OK -2015-03-12 08:13:09 queue INFO >>81 [135] -2015-03-12 08:13:09 sendUrl INFO 81 [135] R:OK -2015-03-12 08:13:59 queue INFO >>81 [136] -2015-03-12 08:13:59 sendUrl INFO 81 [136] R:OK -2015-03-12 08:14:49 queue INFO >>81 [137] -2015-03-12 08:14:50 sendUrl INFO 81 [137] R:OK -2015-03-12 08:15:39 queue INFO >>81 [138] -2015-03-12 08:15:40 sendUrl INFO 81 [138] R:OK -2015-03-12 08:16:30 queue INFO >>81 [139] -2015-03-12 08:16:30 sendUrl INFO 81 [139] R:OK -2015-03-12 08:17:20 queue INFO >>81 [140] -2015-03-12 08:17:20 sendUrl INFO 81 [140] R:OK -2015-03-12 08:18:10 queue INFO >>81 [141] -2015-03-12 08:18:10 sendUrl INFO 81 [141] R:OK -2015-03-12 08:19:00 queue INFO >>81 [142] -2015-03-12 08:19:00 sendUrl INFO 81 [142] R:OK -2015-03-12 08:19:50 queue INFO >>81 [143] -2015-03-12 08:19:51 sendUrl INFO 81 [143] R:OK -2015-03-12 08:20:40 queue INFO >>81 [144] -2015-03-12 08:20:41 sendUrl INFO 81 [144] R:OK -2015-03-12 08:21:31 queue INFO >>81 [145] -2015-03-12 08:21:31 sendUrl INFO 81 [145] R:OK -2015-03-12 08:22:21 queue INFO >>81 [146] -2015-03-12 08:22:21 sendUrl INFO 81 [146] R:OK -2015-03-12 08:23:11 queue INFO >>81 [147] -2015-03-12 08:23:11 sendUrl INFO 81 [147] R:OK -2015-03-12 08:24:01 queue INFO >>81 [148] -2015-03-12 08:24:01 sendUrl INFO 81 [148] R:OK -2015-03-12 08:24:51 queue INFO >>81 [149] -2015-03-12 08:24:52 sendUrl INFO 81 [149] R:OK -2015-03-12 08:25:41 queue INFO >>81 [150] -2015-03-12 08:25:42 sendUrl INFO 81 [150] R:OK -2015-03-12 08:26:31 queue INFO >>81 [151] -2015-03-12 08:26:32 sendUrl INFO 81 [151] R:OK -2015-03-12 08:27:22 queue INFO >>81 [152] -2015-03-12 08:27:22 sendUrl INFO 81 [152] R:OK -2015-03-12 08:28:12 queue INFO >>81 [153] -2015-03-12 08:28:12 sendUrl INFO 81 [153] R:OK -2015-03-12 08:29:02 queue INFO >>81 [154] -2015-03-12 08:29:02 sendUrl INFO 81 [154] R:OK -2015-03-12 08:29:52 queue INFO >>81 [155] -2015-03-12 08:29:52 sendUrl INFO 81 [155] R:OK -2015-03-12 08:30:42 queue INFO >>81 [156] -2015-03-12 08:30:42 sendUrl INFO 81 [156] R:OK -2015-03-12 08:31:32 queue INFO >>81 [157] -2015-03-12 08:31:33 sendUrl INFO 81 [157] R:OK -2015-03-12 08:32:22 queue INFO >>81 [158] -2015-03-12 08:32:23 sendUrl INFO 81 [158] R:OK -2015-03-12 08:33:13 queue INFO >>81 [159] -2015-03-12 08:33:13 sendUrl INFO 81 [159] R:OK -2015-03-12 08:34:03 queue INFO >>81 [160] -2015-03-12 08:34:03 sendUrl INFO 81 [160] R:OK -2015-03-12 08:34:53 queue INFO >>81 [161] -2015-03-12 08:34:53 sendUrl INFO 81 [161] R:OK -2015-03-12 08:35:43 queue INFO >>81 [162] -2015-03-12 08:35:43 sendUrl INFO 81 [162] R:OK -2015-03-12 08:36:33 queue INFO >>81 [163] -2015-03-12 08:36:34 sendUrl INFO 81 [163] R:OK -2015-03-12 08:37:23 queue INFO >>81 [164] -2015-03-12 08:37:24 sendUrl INFO 81 [164] R:OK -2015-03-12 08:38:14 queue INFO >>81 [165] -2015-03-12 08:38:14 sendUrl INFO 81 [165] R:OK -2015-03-12 08:39:04 queue INFO >>81 [166] -2015-03-12 08:39:04 sendUrl INFO 81 [166] R:OK -2015-03-12 08:39:54 queue INFO >>81 [167] -2015-03-12 08:39:54 sendUrl INFO 81 [167] R:OK -2015-03-12 08:40:44 queue INFO >>81 [168] -2015-03-12 08:40:44 sendUrl INFO 81 [168] R:OK -2015-03-12 08:41:34 queue INFO >>81 [169] -2015-03-12 08:41:35 sendUrl INFO 81 [169] R:OK -2015-03-12 08:42:24 queue INFO >>81 [170] -2015-03-12 08:42:25 sendUrl INFO 81 [170] R:OK -2015-03-12 08:43:14 queue INFO >>81 [171] -2015-03-12 08:43:15 sendUrl INFO 81 [171] R:OK -2015-03-12 08:44:05 queue INFO >>81 [172] -2015-03-12 08:44:05 sendUrl INFO 81 [172] R:OK -2015-03-12 08:44:55 queue INFO >>81 [173] -2015-03-12 08:44:55 sendUrl INFO 81 [173] R:OK -2015-03-12 08:45:45 queue INFO >>81 [174] -2015-03-12 08:45:45 sendUrl INFO 81 [174] R:OK -2015-03-12 08:46:35 queue INFO >>81 [175] -2015-03-12 08:46:36 sendUrl INFO 81 [175] R:OK -2015-03-12 08:47:25 queue INFO >>81 [176] -2015-03-12 08:47:25 sendUrl INFO 81 [176] R:OK -2015-03-12 08:48:15 queue INFO >>81 [177] -2015-03-12 08:48:16 sendUrl INFO 81 [177] R:OK -2015-03-12 08:49:06 queue INFO >>81 [178] -2015-03-12 08:49:06 sendUrl INFO 81 [178] R:OK -2015-03-12 08:49:56 queue INFO >>81 [179] -2015-03-12 08:49:56 sendUrl INFO 81 [179] R:OK -2015-03-12 08:50:46 queue INFO >>81 [180] -2015-03-12 08:50:46 sendUrl INFO 81 [180] R:OK -2015-03-12 08:51:36 queue INFO >>81 [181] -2015-03-12 08:51:36 sendUrl INFO 81 [181] R:OK -2015-03-12 08:52:26 queue INFO >>81 [182] -2015-03-12 08:52:26 sendUrl INFO 81 [182] R:OK -2015-03-12 08:53:16 queue INFO >>81 [183] -2015-03-12 08:53:17 sendUrl INFO 81 [183] R:OK -2015-03-12 08:54:06 queue INFO >>81 [184] -2015-03-12 08:54:06 sendUrl INFO 81 [184] R:OK -2015-03-12 08:54:56 queue INFO >>81 [185] -2015-03-12 08:54:57 sendUrl INFO 81 [185] R:OK -2015-03-12 08:55:47 queue INFO >>81 [186] -2015-03-12 08:55:47 sendUrl INFO 81 [186] R:OK -2015-03-12 08:56:37 queue INFO >>81 [187] -2015-03-12 08:56:37 sendUrl INFO 81 [187] R:OK -2015-03-12 08:57:27 queue INFO >>81 [188] -2015-03-12 08:57:27 sendUrl INFO 81 [188] R:OK -2015-03-12 08:58:17 queue INFO >>81 [189] -2015-03-12 08:58:18 sendUrl INFO 81 [189] R:OK -2015-03-12 08:59:07 queue INFO >>81 [190] -2015-03-12 08:59:07 sendUrl INFO 81 [190] R:OK -2015-03-12 08:59:57 queue INFO >>81 [191] -2015-03-12 08:59:58 sendUrl INFO 81 [191] R:OK -2015-03-12 09:00:48 queue INFO >>81 [192] -2015-03-12 09:00:48 sendUrl INFO 81 [192] R:OK -2015-03-12 09:01:38 queue INFO >>81 [193] -2015-03-12 09:01:38 sendUrl INFO 81 [193] R:OK -2015-03-12 09:02:28 queue INFO >>81 [194] -2015-03-12 09:02:35 sendUrl INFO 81 [194] R:OK -2015-03-12 09:03:18 queue INFO >>81 [195] -2015-03-12 09:03:25 sendUrl INFO 81 [195] R:OK -2015-03-12 09:04:08 queue INFO >>81 [196] -2015-03-12 09:04:09 sendUrl INFO 81 [196] R:OK -2015-03-12 09:04:58 queue INFO >>81 [197] -2015-03-12 09:04:59 sendUrl INFO 81 [197] R:OK -2015-03-12 09:05:48 queue INFO >>81 [198] -2015-03-12 09:05:55 sendUrl INFO 81 [198] R:OK -2015-03-12 09:06:39 queue INFO >>81 [199] -2015-03-12 09:06:39 sendUrl INFO 81 [199] R:OK -2015-03-12 09:07:29 queue INFO >>81 [200] -2015-03-12 09:07:36 sendUrl INFO 81 [200] R:OK -2015-03-12 09:08:19 queue INFO >>81 [201] -2015-03-12 09:08:26 sendUrl INFO 81 [201] R:OK -2015-03-12 09:09:09 queue INFO >>81 [202] -2015-03-12 09:09:10 sendUrl INFO 81 [202] R:OK -2015-03-12 09:09:59 queue INFO >>81 [203] -2015-03-12 09:10:07 sendUrl INFO 81 [203] R:OK -2015-03-12 09:10:49 queue INFO >>81 [204] -2015-03-12 09:10:55 sendUrl INFO 81 [204] R:OK -2015-03-12 09:11:39 queue INFO >>81 [205] -2015-03-12 09:11:40 sendUrl INFO 81 [205] R:OK -2015-03-12 09:12:30 queue INFO >>81 [206] -2015-03-12 09:12:30 sendUrl INFO 81 [206] R:OK -2015-03-12 09:13:20 queue INFO >>81 [207] -2015-03-12 09:13:27 sendUrl INFO 81 [207] R:OK -2015-03-12 09:14:10 queue INFO >>81 [208] -2015-03-12 09:14:17 sendUrl INFO 81 [208] R:OK -2015-03-12 09:15:00 queue INFO >>81 [209] -2015-03-12 09:15:07 sendUrl INFO 81 [209] R:OK -2015-03-12 09:15:50 queue INFO >>81 [210] -2015-03-12 09:15:58 sendUrl INFO 81 [210] R:OK -2015-03-12 09:16:40 queue INFO >>81 [211] -2015-03-12 09:16:48 sendUrl INFO 81 [211] R:OK -2015-03-12 09:17:30 queue INFO >>81 [212] -2015-03-12 09:17:38 sendUrl INFO 81 [212] R:OK -2015-03-12 09:18:21 queue INFO >>81 [213] -2015-03-12 09:18:27 sendUrl INFO 81 [213] R:OK -2015-03-12 09:19:11 queue INFO >>81 [214] -2015-03-12 09:19:18 sendUrl INFO 81 [214] R:OK -2015-03-12 09:20:01 queue INFO >>81 [215] -2015-03-12 09:20:08 sendUrl INFO 81 [215] R:OK -2015-03-12 09:20:51 queue INFO >>81 [216] -2015-03-12 09:20:52 sendUrl INFO 81 [216] R:OK -2015-03-12 09:21:41 queue INFO >>81 [217] -2015-03-12 09:21:43 sendUrl INFO 81 [217] R:OK -2015-03-12 09:22:31 queue INFO >>81 [218] -2015-03-12 09:22:32 sendUrl INFO 81 [218] R:OK -2015-03-12 09:23:21 queue INFO >>81 [219] -2015-03-12 09:23:22 sendUrl INFO 81 [219] R:OK -2015-03-12 09:24:12 queue INFO >>81 [220] -2015-03-12 09:24:18 sendUrl INFO 81 [220] R:OK -2015-03-12 09:25:02 queue INFO >>81 [221] -2015-03-12 09:25:08 sendUrl INFO 81 [221] R:OK -2015-03-12 09:25:52 queue INFO >>81 [222] -2015-03-12 09:25:53 sendUrl INFO 81 [222] R:OK -2015-03-12 09:26:42 queue INFO >>81 [223] -2015-03-12 09:26:49 sendUrl INFO 81 [223] R:OK -2015-03-12 09:27:32 queue INFO >>81 [224] -2015-03-12 09:27:39 sendUrl INFO 81 [224] R:OK -2015-03-12 09:28:22 queue INFO >>81 [225] -2015-03-12 09:28:23 sendUrl INFO 81 [225] R:OK -2015-03-12 09:29:12 queue INFO >>81 [226] -2015-03-12 09:29:19 sendUrl INFO 81 [226] R:OK -2015-03-12 09:30:03 queue INFO >>81 [227] -2015-03-12 09:30:09 sendUrl INFO 81 [227] R:OK -2015-03-12 09:30:53 queue INFO >>81 [228] -2015-03-12 09:30:53 sendUrl INFO 81 [228] R:OK -2015-03-12 09:31:43 queue INFO >>81 [229] -2015-03-12 09:31:45 sendUrl INFO 81 [229] R:OK -2015-03-12 09:32:33 queue INFO >>81 [230] -2015-03-12 09:32:35 sendUrl INFO 81 [230] R:OK -2015-03-12 09:33:23 queue INFO >>81 [231] -2015-03-12 09:33:24 sendUrl INFO 81 [231] R:OK -2015-03-12 09:34:13 queue INFO >>81 [232] -2015-03-12 09:34:15 sendUrl INFO 81 [232] R:OK -2015-03-12 09:35:04 queue INFO >>81 [233] -2015-03-12 09:35:05 sendUrl INFO 81 [233] R:OK -2015-03-12 09:35:54 queue INFO >>81 [234] -2015-03-12 09:35:56 sendUrl INFO 81 [234] R:OK -2015-03-12 09:36:44 queue INFO >>81 [235] -2015-03-12 09:36:45 sendUrl INFO 81 [235] R:OK -2015-03-12 09:37:34 queue INFO >>81 [236] -2015-03-12 09:37:35 sendUrl INFO 81 [236] R:OK -2015-03-12 09:38:24 queue INFO >>81 [237] -2015-03-12 09:38:25 sendUrl INFO 81 [237] R:OK -2015-03-12 09:39:14 queue INFO >>81 [238] -2015-03-12 09:39:16 sendUrl INFO 81 [238] R:OK -2015-03-12 09:40:04 queue INFO >>81 [239] -2015-03-12 09:40:06 sendUrl INFO 81 [239] R:OK diff --git a/ConfIOB/Donati/1019_169/readParallela.py b/ConfIOB/Donati/1019_169/readParallela.py deleted file mode 100644 index 5a38f21..0000000 --- a/ConfIOB/Donati/1019_169/readParallela.py +++ /dev/null @@ -1,530 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -# readParallela v. 1.8 -# versione estetica di Carlo + single instance timer - -#--------------------------------------------------------------- -# levare locking -# timer semplificata -# GPIO global - - -import time -import sys - - -from datetime import datetime - -import urllib -import ConfigParser -import os, sys - -import logging -import logging.handlers -import threading -import Queue -#-------------------------------------------------------------- - -# COSTANTI -MSGLEN = 9 -TIMEOUTSERIALE = 10 -MAXRETRY = 3 - -PROGRAM_NAME ="ReadPar IOB-pi v.1.8" - -# DA FILE CONF -idxMacchina = "1001" -SAMPLETIME = 0.1 -TIMEOUTSHORT = (SAMPLETIME*20) -TIMEOUTLONG = (SAMPLETIME*600) -SENDURLTIME = 0.08 - -# VAR -to_enable = False -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG -to_serial = TIMEOUTSERIALE -to_retry = MAXRETRY -errormsglen = 0 - -# VAR - -out_0 = 24 -out_1 = 26 - -in_0 = 11 -in_1 = 12 -in_2 = 13 -in_3 = 15 -in_4 = 16 -in_5 = 18 -in_6 = 22 -in_7 = 7 - -# contatore: serve x match tra accoda ed invia x possibile controllo a posteriori... ogni volta che accodo incremento di 1, va da 0 a 999 -cont = '0' - -# variabile stato online/offline della macchina -onLine = '1' - -# variabile stato seinding/waiting x la parte invio URL -sending = '0' - -# variabile stato timer thread busy -timer_busy = False - -#-------------------------------------------------------------- -# Gestione coda (condivisa) x registrazione eventi ed invio URL -#print "Creazione coda 1000 elementi" - -Coda = Queue.Queue(0) - -#queueLock = threading.Lock() - -#--------------------------------------------------------------- -# lettura parallela -# ritorna il byte letto pulito ( due char hex ) - -def readParallela(): - - global in_0 - global in_1 - global in_2 - global in_3 - global in_4 - global in_5 - global in_6 - global in_7 - - global GPIO - - current = '' - -# print "input : " - - # ritorna '' se non ci sono abbastanza caratteri - try: - num_value = 255 - -# print "num_value : " , num_value , in_0 - - if GPIO.input(in_0): - num_value = num_value - 1 - - if GPIO.input(in_1): - num_value = num_value - 2 - - if GPIO.input(in_2): - num_value = num_value - 4 - - if GPIO.input(in_3): - num_value = num_value - 8 - - if GPIO.input(in_4): - num_value = num_value - 16 - - if GPIO.input(in_5): - num_value = num_value - 32 - - if GPIO.input(in_6): - num_value = num_value - 64 - - if GPIO.input(in_7): - num_value = num_value - 128 - - current = hex( num_value ).replace ( "0x" , "" ).upper() - -# print "\n\n\n\n\n" , num_value , current - - except: - pass - - return current - - -#-------------------------------------------------------------- -# MARCO: cambiare: chiama URL NON deve chiamare url MA METTERE IN CODA (riempiCoda!!!) -# la parte URL vera va messa in svuotaCoda, PARAMETRICA - -#--------------------------------------------------------------- -#Funzione di scrittura su coda con try-except - -def accoda(): - - try: -# url = URLBASE + idxMacchina + URLADV1 + value -# urllib.urlopen ( url ) - #dtEve = time.strftime("%y%m%d%H%M%S")+"000" - dtEve = datetime.utcnow().strftime('%Y%m%d%H%M%S%f')[:-3] - #logPro.debug( "Nuovo valore inserito in coda: " + dtEve + "#" + value + '#' + cont) - #print(dtEve) - #queueLock.acquire() - Coda.put(dtEve + '#' + value + '#' + cont) - #queueLock.release() - #print "Nuovo valore inserito in coda: " + dtEve + "#", value - - except Queue.Full: - logPro.error( "Quque full" + dtEve + '#' + value + '#' + cont ) - except: - logPro.error( "NETWORK:Errore http-no com rete-timeout" + url ) -# print "Url aforte" , url - - -#-------------------------------------------------------------- -# MARCO: scrivere svuotaCoda come thread etc... -def svuota_coda(): - - global onLine - global sending - global timer_busy - - #print "start timer " - - if ( timer_busy == False ): - timer_busy = True - #print "start timer ok " - - try: - if not Coda.empty(): - #print "coda da svuotare!" - response = urllib.urlopen(URLALIVE) - answ = response.read() - if answ == 'OK': - #print "OK alive" - response2 = urllib.urlopen(URLENABLED + idxMacchina) - answ2 = response2.read() - if answ2 == 'OK': - # aggiorno stato ad online - if onLine == '0': - logPro.info("IOB ONLINE!") - #print("IOB ONLINE") - - onLine = '1' # imposto comunque online - else: - if onLine == '1': - logPro.error("IOB offline") - #print("IOB offline") - - onLine = '0' - else: - if onLine == '1': - logPro.error("Server offline") - #print("Server offline") - - onLine = '0' - - # ora verifico SE si possa inviare (ovvero sia online server e NON ci siano altri send attivi...) - if onLine == '1': - if sending == '0': - #segnalo che sono in sending! - sending = '1' - - # formatto dataOra corrente - #dtCurr = time.strftime("%y%m%d%H%M%S")+"000" - dtCurr = datetime.utcnow().strftime('%Y%m%d%H%M%S%f')[:-3] - # prendo 1 valore dalla coda... - #queueLock.acquire() - resp = Coda.get() - # RILASCIO SUBITO la coda x nuovi insert... - #queueLock.release() - - - # recupero valori da coda! - dtEve = resp.split("#")[0] - value = resp.split("#")[1] - cnt = resp.split("#")[2] - url = URLBASE + idxMacchina + URLADV1 + value - url = url + '&dtCurr=' + dtCurr + '&dtEve=' + dtEve + '&cnt=' + cnt - # CHIAMO URL - response3 = urllib.urlopen ( url ) - answ3 = response3.read() - #print(url) - #logPro.debug(url) - - - # log valore inviato! - logSnd.info( value + ' ['+ cnt +']' + ' R:' + answ3 ) - #print "Valore smaltito dalla coda" - - # completato invio, riporto sending a zero! - sending = '0' - else: - logPro.info("WAIT active send to complete") - - else: - pass - - else: - pass - - except: - if onLine == '1': - logPro.error("Server Non raggiungibile") - #print "Non raggiungibile" - - onLine = '0' - -# in ogni caso - - timer_busy = False - #print "end timer ok" - - - #print "end timer " - - -#--------------------------------------------------------------- -# funzione timer thread -#--------------------------------------------------------------- -def do_every (interval, worker_func, iterations = 0): - if iterations != 1: - threading.Timer ( - interval, - do_every, [interval, worker_func, 0 if iterations == 0 else iterations-1] - ).start (); - - worker_func (); - -#--------------------------------------------------------------- -# gestione contatore -#--------------------------------------------------------------- -def contatore(): - - try: - global cont - ctr = int(cont) - ctr +=1 - ctr = ctr % 1000 # round robin 1000 eventi x track - cont = str(ctr) - except: - print("errore incremento contatore") - -#--------------------------------------------------------------- -# avvia porta parallela -#--------------------------------------------------------------- -def avviaParallela(): - - global in_0 - global in_1 - global in_2 - global in_3 - global in_4 - global in_5 - global in_6 - global in_7 - - global GPIO - - try: - - GPIO.setmode(GPIO.BOARD) - - GPIO.setwarnings(False) - - #GPIO.setup(out_0, GPIO.OUT) # output 0 - #GPIO.setup(out_1, GPIO.OUT) # output 1 - - GPIO.setup(in_0, GPIO.IN) # input 0 - GPIO.setup(in_1, GPIO.IN) # input 1 - GPIO.setup(in_2, GPIO.IN) # input 2 - GPIO.setup(in_3, GPIO.IN) # input 3 - GPIO.setup(in_4, GPIO.IN) # input 4 - GPIO.setup(in_5, GPIO.IN) # input 5 - GPIO.setup(in_6, GPIO.IN) # input 6 - GPIO.setup(in_7, GPIO.IN) # input 7 - - except: - print( "\n\n" + PROGRAM_NAME + " - Error 3 on RPi.GPIO ! \n\n") - sys.exit(1) - - - print( "\n\n" + PROGRAM_NAME + " - init ok \n\n") - - -#--------------------------------------------------------------- -#--------------------------------------------------------------- -# MAIN - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'IOB.cfg' ) - - SAMPLETIME = config.getfloat ( 'time' , 'SAMPLETIME' ) - TIMEOUTSHORT = config.getfloat ( 'time' , 'TIMEOUTSHORT' ) - TIMEOUTLONG = config.getfloat ( 'time' , 'TIMEOUTLONG' ) - SENDURLTIME = config.getfloat ( 'time' , 'SENDURLTIME' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - - - URLBASE = config.get ( 'web' , 'URLBASE' ) - URLENABLED = config.get('web' , 'URLENABLED') - URLALIVE = config.get ('web' , 'URLALIVE') - URLADV1 = config.get ( 'web' , 'URLADV1' ) - - LOGFILE = config.get ( 'log' , 'LOGFILE' ) - LOGLEVEL = config.get ( 'log' , 'LOGLEVEL' ) -except: - print "\n\n" + PROGRAM_NAME + ' - Error 4 - in config file ' 'IOB.cfg' - sys.exit(1) - -#-------------------------------------------- -# oggetto Logger -#-------------------------------------------- -try: - logging.basicConfig(level=logging.DEBUG, - format='%(asctime)s %(name)-8s %(levelname)-8s %(message)s', - datefmt='%Y-%m-%d %H:%M:%S', - filename=LOGFILE, - filemode='a' - ) - - # aggiungo 2 logger specifici x queue e send... - logQue = logging.getLogger('queue') - logSnd = logging.getLogger('sendUrl') - logPro = logging.getLogger('program') - -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) -#-------------------------------------------- - - -print "\n\n" + PROGRAM_NAME + "\n\n" - -global startstatus -startstatus = 1 - -if startstatus == 1: - logPro.info("Avvio Programma" + PROGRAM_NAME) - -## Verifica l'OS e di conseguenza carica il file relativo con metodo di lockfile appropriato + check singola istanza -if os.name == 'posix': - import unix -else: - import win - -logPro.info( "Start " + PROGRAM_NAME ) - - -# lettura file configurazione - -# [id] -# idxMacchina = 2001 -# [time] -# SAMPLETIME = 0.1 -# TIMEOUTSHORT = 200 -# TIMEOUTLONG = 6000 - - -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' SAMPLETIME = %4.2f' % ( SAMPLETIME ) ) -print ( ' TIMEOUTSHORT = %4.2f' % ( TIMEOUTSHORT ) ) -print ( ' TIMEOUTLONG = %4.2f' % ( TIMEOUTLONG ) ) -print ( ' SENDURLTIME = %4.2f' % ( SENDURLTIME ) ) -print ( ' URLBASE = %s' % ( URLBASE ) ) -print ( ' URLADV1 = %s' % ( URLADV1 ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) -print ( ' LOGLEVEL = %s' % ( LOGLEVEL ) ) - -# -sys.stdout.write ( 'idxMacchina ?' + idxMacchina + '\n') - -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG - - -#-------------------------------------------------------------- -# apertura parallela - -try: - import RPi.GPIO as GPIO -except RuntimeError: - print( "\n\n" + PROGRAM_NAME + " - Error 1 - you need superuser privileges") -except: - print( "\n\n" + PROGRAM_NAME + " - Error 2 - you need superuser privileges. USE 'sudo' to run your script\n\n") - sys.exit(1) - - -avviaParallela() - - -#-------------------------------------------------------------- -# MARCO: qui inserire avvio thread di "svuotaCoda" - -# avviaSvuotaCoda -#print "Avvia svuota coda" - -do_every ( SENDURLTIME , svuota_coda ); - -#--------------------------------------------------------------- -# ciclo forever and ever - -old = '' - -#print "Avvio ciclo" -logPro.info("Avvio loop principale") -while 1: - - try: - time.sleep (SAMPLETIME) - except: - logPro.info("First_SLEEP: errore attesa sampletime") - - # lettura dati da IOB - value = readParallela() - - if ( value != '' ) : - if value != old : - #loggo e invio dati - try: - logQue.info( value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda") - pass - #enable e reset timer - to_enable = True - to_short = TIMEOUTSHORT - to_long = TIMEOUTLONG - - old = value - - - # gestione timeout breve - if ( to_enable ) : - to_short = to_short - SAMPLETIME - if to_short <= 0: - #loggo e invio dati - try: - logQue.info( '>' + value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda TO_short") - pass - to_short = TIMEOUTSHORT - to_enable = False # dopo un colpo il timer breve viene disabilitato - to_long = TIMEOUTLONG - - # gestione timeout lungo - to_long = to_long - SAMPLETIME - if to_long <= 0: - #loggo e invio dati - try: - logQue.info( '>>' + value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda TO_long") - pass - to_long = TIMEOUTLONG - - - - diff --git a/ConfIOB/Donati/1019_169/sendReboot.py b/ConfIOB/Donati/1019_169/sendReboot.py deleted file mode 100644 index 36dd316..0000000 --- a/ConfIOB/Donati/1019_169/sendReboot.py +++ /dev/null @@ -1,96 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -# sendReboot v. 1.1 - -#--------------------------------------------------------------- - - -import time -import sys - - -from datetime import datetime - -import urllib -import ConfigParser -import os, sys - -import logging - -#--------------------------------------------------------------- - -# COSTANTI -PROGRAM_NAME ="SendReboot IOB-pi v.1.3" - -# DA FILE CONF -idxMacchina = "99" - -#--------------------------------------------------------------- -#Funzione di scrittura su url con try-except - -def chiamaUrl(): - - try: - url = URLREBO + idxMacchina - urllib.urlopen ( url ) - except: - logging.info ( "NETWORK:Errore http-no com rete-timeout per url: " + url ) - print "Url aforte" , url - -#--------------------------------------------------------------- -# MAIN -#--------------------------------------------------------------- - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'IOB.cfg' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - - - URLREBO = config.get ( 'web' , 'URLREBO' ) - - LOGFILE = config.get ( 'log' , 'LOGREBO' ) -except: - print "\n\n" + PROGRAM_NAME + ' - Error 4 - in config file ' 'IOB.cfg' - sys.exit(1) - - -#-------------------------------------------- -# oggetto Logger -#-------------------------------------------- -try: -# log = Logger(LOGFILE) - logging.basicConfig(level=logging.DEBUG, - format='%(asctime)s %(name)-8s %(levelname)-8s %(message)s', - datefmt='%Y-%m-%d %H:%M:%S', - filename=LOGFILE, - filemode='a') - -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) -#-------------------------------------------- - - -print "\n\n" + PROGRAM_NAME + "\n\n" - -global startstatus -startstatus = 1 - -if startstatus == 1: - logging.info("Avvio Programma" + PROGRAM_NAME) - - -# lettura file configurazione - - -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' URLREBO = %s' % ( URLREBO ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) - - -chiamaUrl() - diff --git a/ConfIOB/Donati/1019_169/unix.py b/ConfIOB/Donati/1019_169/unix.py deleted file mode 100644 index 12fb3dc..0000000 --- a/ConfIOB/Donati/1019_169/unix.py +++ /dev/null @@ -1,31 +0,0 @@ -import fcntl -import os -import logging - -#--------------------------------------------------------------- -# meccanismo di file lock per evitare multiple instances -# The function will try to lock the file specified , if it success, return True, else return False. -# The nice thing is that the lock will be dropped when the program terminates. -# >>>Use : -# if not lockFile(".lock.pod"): -# sys.exit(0) - -def lockFile ( lockfile ) : - - fd = os.open ( lockfile , os.O_CREAT | os.O_TRUNC | os.O_WRONLY ) - try: - # Request exclusive (EX) non-blocking (NB) advisory lock. - fcntl.lockf ( fd , fcntl.LOCK_EX | fcntl.LOCK_NB ) - except IOError: - return False - - return True - -if not lockFile ( ".lockfile" ) : - print '\n noi non siamo soli ...\n' - logging.error( "LOCK: Piu istanze aperte") - #sys.exit ( 0 ) - -#- print '\n running alone ...\n' - - diff --git a/ConfIOB/Donati/1020_165/IOB.cfg b/ConfIOB/Donati/1020_165/IOB.cfg deleted file mode 100644 index 77fbcfd..0000000 --- a/ConfIOB/Donati/1020_165/IOB.cfg +++ /dev/null @@ -1,23 +0,0 @@ -[id] -idxMacchina = 1020 - -[web] -URLBASE = http://192.168.51.71/MPIO2/inputIOB.aspx?idxMacchina= -URLALIVE = http://192.168.51.71/MPIO2/Alive.aspx -URLENABLED = http://192.168.51.71/MPIO2/Enabled.aspx?idxMacchina= -URLADV1 = &valore= -URLREBO = http://192.168.51.71/MPIO2/sendReboot.aspx?idxMacchina= - -[time] -SAMPLETIME = 0.20 -TIMEOUTSHORT = 0.30 -TIMEOUTLONG = 50 -SENDURLTIME = 0.50 - -[log] -LOGLEVEL = 10 -LOGFILE = logfile.txt -LOGREBO = logReboot.txt - -[comm] -port = /dev/ttyAMA0 diff --git a/ConfIOB/Donati/1020_165/MapoIOB b/ConfIOB/Donati/1020_165/MapoIOB deleted file mode 100644 index c49ec0a..0000000 --- a/ConfIOB/Donati/1020_165/MapoIOB +++ /dev/null @@ -1,41 +0,0 @@ -### BEGIN INIT INFO -# Provides: MapoIOB: script Steamware per avvio driver IOB -# Required-Start: $remote_fs $syslog ramlog -# Required-Stop: $remote_fs $syslog ramlog -# Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 -# Short-Description: Steamware's MapoIOB driver -# Description: Steamware's MapoIOB driver, versione lettura porta parallela -### END INIT INFO - -#! /bin/sh -# /etc/init.d/MapoIOB - -export HOME -case "$1" in - start) - echo "Starting readParallela" - cd /home/pi/steamware - /usr/bin/python ./readParallela.py 2>&1 & - ;; - stop) - echo "Stopping readParallela" - RS_PID=`ps auxwww | grep readParallela.py | head -1 | awk '{print $2}'` - kill -9 $RS_PID - cd /home/pi/steamware - rm .lockfile - ;; - restart) - ## Stop the service and regardless of whether it was - ## running or not, start it again. - $0 stop - killall python - $0 start - ;; - *) - echo "Usage: /etc/init.d/MapoIOB {start|stop|restart}" - exit 1 - ;; -esac -exit 0 - diff --git a/ConfIOB/Donati/1020_165/checkAlive.sh b/ConfIOB/Donati/1020_165/checkAlive.sh deleted file mode 100644 index 92bc816..0000000 --- a/ConfIOB/Donati/1020_165/checkAlive.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/bash - -# controlla se il logfile è correntemente scritto (quindi MapoIOB è alive) altrimenti riavvia! - -DATE=`date +%Y-%m-%d` -cd /var/log -if [ -f MapoIOB ] - then - # controllo SE sia stato acceduto da meno di 2 minuti (=alive da log...) - trovato=`find . -name 'MapoIOB*' -cmin -1` - if [[ $trovato != './MapoIOB' ]] - then - /etc/init.d/MapoIOB restart - echo $date + "riavvio!" - fi -else - # in questo caso AVVIO il processo MapoIOB - /etc/init.d/MapoIOB start - echo $date + "file non trovato, avvio!" -fi diff --git a/ConfIOB/Donati/1020_165/cleanPython.sh b/ConfIOB/Donati/1020_165/cleanPython.sh deleted file mode 100644 index c4f616a..0000000 --- a/ConfIOB/Donati/1020_165/cleanPython.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash - -DATE=`date +%Y-%m-%d_%T` -# log inizio pulizia -echo $DATE " - INIZIO pulizia processi python" >> clean.log -# effettua pulizia processi: killa tutti i processi python -killall python - -# avvia MapoIob -/etc/init.d/MapoIOB start - -# log fatto! -DATE=`date +%Y-%m-%d_%T` -echo $DATE " - FINE pulizia processi python + riavvio MapoIOB" >> clean.log diff --git a/ConfIOB/Donati/1020_165/logfile.txt b/ConfIOB/Donati/1020_165/logfile.txt deleted file mode 100644 index ec244f7..0000000 --- a/ConfIOB/Donati/1020_165/logfile.txt +++ /dev/null @@ -1,19077 +0,0 @@ -2015-03-08 06:26:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.7 -2015-03-08 06:26:02 program INFO Start ReadPar IOB-pi v.1.7 -2015-03-08 06:26:02 program INFO Avvio loop principale -2015-03-08 06:26:02 queue INFO 0 [0] -2015-03-08 06:26:02 queue INFO >0 [1] -2015-03-08 06:26:03 sendUrl INFO 0 [0] R:OK -2015-03-08 06:26:03 sendUrl INFO 0 [1] R:OK -2015-03-08 06:26:52 queue INFO >>0 [2] -2015-03-08 06:26:52 sendUrl INFO 0 [2] R:OK -2015-03-08 06:27:42 queue INFO >>0 [3] -2015-03-08 06:27:43 sendUrl INFO 0 [3] R:OK -2015-03-08 06:28:33 queue INFO >>0 [4] -2015-03-08 06:28:33 sendUrl INFO 0 [4] R:OK -2015-03-08 06:29:23 queue INFO >>0 [5] -2015-03-08 06:29:23 sendUrl INFO 0 [5] R:OK -2015-03-08 06:30:13 queue INFO >>0 [6] -2015-03-08 06:30:13 sendUrl INFO 0 [6] R:OK -2015-03-08 06:31:03 queue INFO >>0 [7] -2015-03-08 06:31:03 sendUrl INFO 0 [7] R:OK -2015-03-08 06:31:53 queue INFO >>0 [8] -2015-03-08 06:31:53 sendUrl INFO 0 [8] R:OK -2015-03-08 06:32:43 queue INFO >>0 [9] -2015-03-08 06:32:44 sendUrl INFO 0 [9] R:OK -2015-03-08 06:33:33 queue INFO >>0 [10] -2015-03-08 06:33:34 sendUrl INFO 0 [10] R:OK -2015-03-08 06:34:24 queue INFO >>0 [11] -2015-03-08 06:34:24 sendUrl INFO 0 [11] R:OK -2015-03-08 06:35:14 queue INFO >>0 [12] -2015-03-08 06:35:14 sendUrl INFO 0 [12] R:OK -2015-03-08 06:36:04 queue INFO >>0 [13] -2015-03-08 06:36:04 sendUrl INFO 0 [13] R:OK -2015-03-08 06:36:54 queue INFO >>0 [14] -2015-03-08 06:36:55 sendUrl INFO 0 [14] R:OK -2015-03-08 06:37:44 queue INFO >>0 [15] -2015-03-08 06:37:44 sendUrl INFO 0 [15] R:OK -2015-03-08 06:38:34 queue INFO >>0 [16] -2015-03-08 06:38:35 sendUrl INFO 0 [16] R:OK -2015-03-08 06:39:24 queue INFO >>0 [17] -2015-03-08 06:39:25 sendUrl INFO 0 [17] R:OK -2015-03-08 06:40:15 queue INFO >>0 [18] -2015-03-08 06:40:15 sendUrl INFO 0 [18] R:OK -2015-03-08 06:41:05 queue INFO >>0 [19] -2015-03-08 06:41:05 sendUrl INFO 0 [19] R:OK -2015-03-08 06:41:55 queue INFO >>0 [20] -2015-03-08 06:41:55 sendUrl INFO 0 [20] R:OK -2015-03-08 06:42:45 queue INFO >>0 [21] -2015-03-08 06:42:45 sendUrl INFO 0 [21] R:OK -2015-03-08 06:43:35 queue INFO >>0 [22] -2015-03-08 06:43:36 sendUrl INFO 0 [22] R:OK -2015-03-08 06:44:25 queue INFO >>0 [23] -2015-03-08 06:44:26 sendUrl INFO 0 [23] R:OK -2015-03-08 06:45:16 queue INFO >>0 [24] -2015-03-08 06:45:16 sendUrl INFO 0 [24] R:OK -2015-03-08 06:46:06 queue INFO >>0 [25] -2015-03-08 06:46:06 sendUrl INFO 0 [25] R:OK -2015-03-08 06:46:56 queue INFO >>0 [26] -2015-03-08 06:46:56 sendUrl INFO 0 [26] R:OK -2015-03-08 06:47:46 queue INFO >>0 [27] -2015-03-08 06:47:46 sendUrl INFO 0 [27] R:OK -2015-03-08 06:48:36 queue INFO >>0 [28] -2015-03-08 06:48:36 sendUrl INFO 0 [28] R:OK -2015-03-08 06:49:26 queue INFO >>0 [29] -2015-03-08 06:49:27 sendUrl INFO 0 [29] R:OK -2015-03-08 06:50:17 queue INFO >>0 [30] -2015-03-08 06:50:17 sendUrl INFO 0 [30] R:OK -2015-03-08 06:51:07 queue INFO >>0 [31] -2015-03-08 06:51:07 sendUrl INFO 0 [31] R:OK -2015-03-08 06:51:57 queue INFO >>0 [32] -2015-03-08 06:51:57 sendUrl INFO 0 [32] R:OK -2015-03-08 06:52:47 queue INFO >>0 [33] -2015-03-08 06:52:48 sendUrl INFO 0 [33] R:OK -2015-03-08 06:53:37 queue INFO >>0 [34] -2015-03-08 06:53:37 sendUrl INFO 0 [34] R:OK -2015-03-08 06:54:27 queue INFO >>0 [35] -2015-03-08 06:54:28 sendUrl INFO 0 [35] R:OK -2015-03-08 06:55:17 queue INFO >>0 [36] -2015-03-08 06:55:18 sendUrl INFO 0 [36] R:OK -2015-03-08 06:56:08 queue INFO >>0 [37] -2015-03-08 06:56:08 sendUrl INFO 0 [37] R:OK -2015-03-08 06:56:58 queue INFO >>0 [38] -2015-03-08 06:56:58 sendUrl INFO 0 [38] R:OK -2015-03-08 06:57:48 queue INFO >>0 [39] -2015-03-08 06:57:48 sendUrl INFO 0 [39] R:OK -2015-03-08 06:58:38 queue INFO >>0 [40] -2015-03-08 06:58:38 sendUrl INFO 0 [40] R:OK -2015-03-08 06:59:28 queue INFO >>0 [41] -2015-03-08 06:59:28 sendUrl INFO 0 [41] R:OK -2015-03-08 07:00:18 queue INFO >>0 [42] -2015-03-08 07:00:19 sendUrl INFO 0 [42] R:OK -2015-03-08 07:01:08 queue INFO >>0 [43] -2015-03-08 07:01:08 sendUrl INFO 0 [43] R:OK -2015-03-08 07:01:58 queue INFO >>0 [44] -2015-03-08 07:01:59 sendUrl INFO 0 [44] R:OK -2015-03-08 07:02:49 queue INFO >>0 [45] -2015-03-08 07:02:49 sendUrl INFO 0 [45] R:OK -2015-03-08 07:03:39 queue INFO >>0 [46] -2015-03-08 07:03:39 sendUrl INFO 0 [46] R:OK -2015-03-08 07:04:29 queue INFO >>0 [47] -2015-03-08 07:04:29 sendUrl INFO 0 [47] R:OK -2015-03-08 07:05:19 queue INFO >>0 [48] -2015-03-08 07:05:20 sendUrl INFO 0 [48] R:OK -2015-03-08 07:06:09 queue INFO >>0 [49] -2015-03-08 07:06:09 sendUrl INFO 0 [49] R:OK -2015-03-08 07:06:59 queue INFO >>0 [50] -2015-03-08 07:07:00 sendUrl INFO 0 [50] R:OK -2015-03-08 07:07:50 queue INFO >>0 [51] -2015-03-08 07:07:50 sendUrl INFO 0 [51] R:OK -2015-03-08 07:08:40 queue INFO >>0 [52] -2015-03-08 07:08:40 sendUrl INFO 0 [52] R:OK -2015-03-08 07:09:30 queue INFO >>0 [53] -2015-03-08 07:09:30 sendUrl INFO 0 [53] R:OK -2015-03-08 07:10:20 queue INFO >>0 [54] -2015-03-08 07:10:20 sendUrl INFO 0 [54] R:OK -2015-03-08 07:11:10 queue INFO >>0 [55] -2015-03-08 07:11:11 sendUrl INFO 0 [55] R:OK -2015-03-08 07:12:00 queue INFO >>0 [56] -2015-03-08 07:12:01 sendUrl INFO 0 [56] R:OK -2015-03-08 07:12:50 queue INFO >>0 [57] -2015-03-08 07:12:51 sendUrl INFO 0 [57] R:OK -2015-03-08 07:13:41 queue INFO >>0 [58] -2015-03-08 07:13:41 sendUrl INFO 0 [58] R:OK -2015-03-08 07:14:31 queue INFO >>0 [59] -2015-03-08 07:14:31 sendUrl INFO 0 [59] R:OK -2015-03-08 07:15:21 queue INFO >>0 [60] -2015-03-08 07:15:21 sendUrl INFO 0 [60] R:OK -2015-03-08 07:16:11 queue INFO >>0 [61] -2015-03-08 07:16:12 sendUrl INFO 0 [61] R:OK -2015-03-08 07:17:01 queue INFO >>0 [62] -2015-03-08 07:17:02 sendUrl INFO 0 [62] R:OK -2015-03-08 07:17:51 queue INFO >>0 [63] -2015-03-08 07:17:52 sendUrl INFO 0 [63] R:OK -2015-03-08 07:18:41 queue INFO >>0 [64] -2015-03-08 07:18:42 sendUrl INFO 0 [64] R:OK -2015-03-08 07:19:32 queue INFO >>0 [65] -2015-03-08 07:19:32 sendUrl INFO 0 [65] R:OK -2015-03-08 07:20:22 queue INFO >>0 [66] -2015-03-08 07:20:22 sendUrl INFO 0 [66] R:OK -2015-03-08 07:21:12 queue INFO >>0 [67] -2015-03-08 07:21:12 sendUrl INFO 0 [67] R:OK -2015-03-08 07:22:02 queue INFO >>0 [68] -2015-03-08 07:22:02 sendUrl INFO 0 [68] R:OK -2015-03-08 07:22:52 queue INFO >>0 [69] -2015-03-08 07:22:52 sendUrl INFO 0 [69] R:OK -2015-03-08 07:23:42 queue INFO >>0 [70] -2015-03-08 07:23:43 sendUrl INFO 0 [70] R:OK -2015-03-08 07:24:32 queue INFO >>0 [71] -2015-03-08 07:24:33 sendUrl INFO 0 [71] R:OK -2015-03-08 07:25:23 queue INFO >>0 [72] -2015-03-08 07:25:23 sendUrl INFO 0 [72] R:OK -2015-03-08 07:26:13 queue INFO >>0 [73] -2015-03-08 07:26:13 sendUrl INFO 0 [73] R:OK -2015-03-08 07:27:03 queue INFO >>0 [74] -2015-03-08 07:27:04 sendUrl INFO 0 [74] R:OK -2015-03-08 07:27:53 queue INFO >>0 [75] -2015-03-08 07:27:53 sendUrl INFO 0 [75] R:OK -2015-03-08 07:28:43 queue INFO >>0 [76] -2015-03-08 07:28:44 sendUrl INFO 0 [76] R:OK -2015-03-08 07:29:33 queue INFO >>0 [77] -2015-03-08 07:29:34 sendUrl INFO 0 [77] R:OK -2015-03-08 07:30:24 queue INFO >>0 [78] -2015-03-08 07:30:24 sendUrl INFO 0 [78] R:OK -2015-03-08 07:31:14 queue INFO >>0 [79] -2015-03-08 07:31:14 sendUrl INFO 0 [79] R:OK -2015-03-08 07:32:04 queue INFO >>0 [80] -2015-03-08 07:32:04 sendUrl INFO 0 [80] R:OK -2015-03-08 07:32:54 queue INFO >>0 [81] -2015-03-08 07:32:54 sendUrl INFO 0 [81] R:OK -2015-03-08 07:33:44 queue INFO >>0 [82] -2015-03-08 07:33:45 sendUrl INFO 0 [82] R:OK -2015-03-08 07:34:34 queue INFO >>0 [83] -2015-03-08 07:34:35 sendUrl INFO 0 [83] R:OK -2015-03-08 07:35:24 queue INFO >>0 [84] -2015-03-08 07:35:25 sendUrl INFO 0 [84] R:OK -2015-03-08 07:36:15 queue INFO >>0 [85] -2015-03-08 07:36:15 sendUrl INFO 0 [85] R:OK -2015-03-08 07:37:05 queue INFO >>0 [86] -2015-03-08 07:37:05 sendUrl INFO 0 [86] R:OK -2015-03-08 07:37:55 queue INFO >>0 [87] -2015-03-08 07:37:55 sendUrl INFO 0 [87] R:OK -2015-03-08 07:38:45 queue INFO >>0 [88] -2015-03-08 07:38:45 sendUrl INFO 0 [88] R:OK -2015-03-08 07:39:35 queue INFO >>0 [89] -2015-03-08 07:39:36 sendUrl INFO 0 [89] R:OK -2015-03-08 07:40:25 queue INFO >>0 [90] -2015-03-08 07:40:26 sendUrl INFO 0 [90] R:OK -2015-03-08 07:41:16 queue INFO >>0 [91] -2015-03-08 07:41:16 sendUrl INFO 0 [91] R:OK -2015-03-08 07:42:06 queue INFO >>0 [92] -2015-03-08 07:42:06 sendUrl INFO 0 [92] R:OK -2015-03-08 07:42:56 queue INFO >>0 [93] -2015-03-08 07:42:56 sendUrl INFO 0 [93] R:OK -2015-03-08 07:43:46 queue INFO >>0 [94] -2015-03-08 07:43:46 sendUrl INFO 0 [94] R:OK -2015-03-08 07:44:36 queue INFO >>0 [95] -2015-03-08 07:44:37 sendUrl INFO 0 [95] R:OK -2015-03-08 07:45:26 queue INFO >>0 [96] -2015-03-08 07:45:26 sendUrl INFO 0 [96] R:OK -2015-03-08 07:46:16 queue INFO >>0 [97] -2015-03-08 07:46:17 sendUrl INFO 0 [97] R:OK -2015-03-08 07:47:07 queue INFO >>0 [98] -2015-03-08 07:47:07 sendUrl INFO 0 [98] R:OK -2015-03-08 07:47:57 queue INFO >>0 [99] -2015-03-08 07:47:57 sendUrl INFO 0 [99] R:OK -2015-03-08 07:48:47 queue INFO >>0 [100] -2015-03-08 07:48:47 sendUrl INFO 0 [100] R:OK -2015-03-08 07:49:37 queue INFO >>0 [101] -2015-03-08 07:49:37 sendUrl INFO 0 [101] R:OK -2015-03-08 07:50:27 queue INFO >>0 [102] -2015-03-08 07:50:28 sendUrl INFO 0 [102] R:OK -2015-03-08 07:51:17 queue INFO >>0 [103] -2015-03-08 07:51:18 sendUrl INFO 0 [103] R:OK -2015-03-08 07:52:08 queue INFO >>0 [104] -2015-03-08 07:52:08 sendUrl INFO 0 [104] R:OK -2015-03-08 07:52:58 queue INFO >>0 [105] -2015-03-08 07:52:58 sendUrl INFO 0 [105] R:OK -2015-03-08 07:53:48 queue INFO >>0 [106] -2015-03-08 07:53:48 sendUrl INFO 0 [106] R:OK -2015-03-08 07:54:38 queue INFO >>0 [107] -2015-03-08 07:54:38 sendUrl INFO 0 [107] R:OK -2015-03-08 07:55:28 queue INFO >>0 [108] -2015-03-08 07:55:29 sendUrl INFO 0 [108] R:OK -2015-03-08 07:56:18 queue INFO >>0 [109] -2015-03-08 07:56:19 sendUrl INFO 0 [109] R:OK -2015-03-08 07:57:08 queue INFO >>0 [110] -2015-03-08 07:57:09 sendUrl INFO 0 [110] R:OK -2015-03-08 07:57:59 queue INFO >>0 [111] -2015-03-08 07:57:59 sendUrl INFO 0 [111] R:OK -2015-03-08 07:58:49 queue INFO >>0 [112] -2015-03-08 07:58:49 sendUrl INFO 0 [112] R:OK -2015-03-08 07:59:39 queue INFO >>0 [113] -2015-03-08 07:59:39 sendUrl INFO 0 [113] R:OK -2015-03-08 08:00:29 queue INFO >>0 [114] -2015-03-08 08:00:30 sendUrl INFO 0 [114] R:OK -2015-03-08 08:01:19 queue INFO >>0 [115] -2015-03-08 08:01:19 sendUrl INFO 0 [115] R:OK -2015-03-08 08:02:09 queue INFO >>0 [116] -2015-03-08 08:02:10 sendUrl INFO 0 [116] R:OK -2015-03-08 08:03:00 queue INFO >>0 [117] -2015-03-08 08:03:00 sendUrl INFO 0 [117] R:OK -2015-03-08 08:03:50 queue INFO >>0 [118] -2015-03-08 08:03:50 sendUrl INFO 0 [118] R:OK -2015-03-08 08:04:40 queue INFO >>0 [119] -2015-03-08 08:04:40 sendUrl INFO 0 [119] R:OK -2015-03-08 08:05:30 queue INFO >>0 [120] -2015-03-08 08:05:30 sendUrl INFO 0 [120] R:OK -2015-03-08 08:06:20 queue INFO >>0 [121] -2015-03-08 08:06:20 sendUrl INFO 0 [121] R:OK -2015-03-08 08:07:10 queue INFO >>0 [122] -2015-03-08 08:07:11 sendUrl INFO 0 [122] R:OK -2015-03-08 08:08:00 queue INFO >>0 [123] -2015-03-08 08:08:01 sendUrl INFO 0 [123] R:OK -2015-03-08 08:08:51 queue INFO >>0 [124] -2015-03-08 08:08:51 sendUrl INFO 0 [124] R:OK -2015-03-08 08:09:41 queue INFO >>0 [125] -2015-03-08 08:09:41 sendUrl INFO 0 [125] R:OK -2015-03-08 08:10:31 queue INFO >>0 [126] -2015-03-08 08:10:31 sendUrl INFO 0 [126] R:OK -2015-03-08 08:11:21 queue INFO >>0 [127] -2015-03-08 08:11:21 sendUrl INFO 0 [127] R:OK -2015-03-08 08:12:11 queue INFO >>0 [128] -2015-03-08 08:12:11 sendUrl INFO 0 [128] R:OK -2015-03-08 08:13:01 queue INFO >>0 [129] -2015-03-08 08:13:02 sendUrl INFO 0 [129] R:OK -2015-03-08 08:13:51 queue INFO >>0 [130] -2015-03-08 08:13:51 sendUrl INFO 0 [130] R:OK -2015-03-08 08:14:42 queue INFO >>0 [131] -2015-03-08 08:14:42 sendUrl INFO 0 [131] R:OK -2015-03-08 08:15:32 queue INFO >>0 [132] -2015-03-08 08:15:32 sendUrl INFO 0 [132] R:OK -2015-03-08 08:16:22 queue INFO >>0 [133] -2015-03-08 08:16:22 sendUrl INFO 0 [133] R:OK -2015-03-08 08:17:12 queue INFO >>0 [134] -2015-03-08 08:17:12 sendUrl INFO 0 [134] R:OK -2015-03-08 08:18:02 queue INFO >>0 [135] -2015-03-08 08:18:03 sendUrl INFO 0 [135] R:OK -2015-03-08 08:18:52 queue INFO >>0 [136] -2015-03-08 08:18:52 sendUrl INFO 0 [136] R:OK -2015-03-08 08:19:42 queue INFO >>0 [137] -2015-03-08 08:19:43 sendUrl INFO 0 [137] R:OK -2015-03-08 08:20:33 queue INFO >>0 [138] -2015-03-08 08:20:33 sendUrl INFO 0 [138] R:OK -2015-03-08 08:21:23 queue INFO >>0 [139] -2015-03-08 08:21:23 sendUrl INFO 0 [139] R:OK -2015-03-08 08:22:13 queue INFO >>0 [140] -2015-03-08 08:22:13 sendUrl INFO 0 [140] R:OK -2015-03-08 08:23:03 queue INFO >>0 [141] -2015-03-08 08:23:03 sendUrl INFO 0 [141] R:OK -2015-03-08 08:23:53 queue INFO >>0 [142] -2015-03-08 08:23:54 sendUrl INFO 0 [142] R:OK -2015-03-08 08:24:43 queue INFO >>0 [143] -2015-03-08 08:24:44 sendUrl INFO 0 [143] R:OK -2015-03-08 08:25:34 queue INFO >>0 [144] -2015-03-08 08:25:34 sendUrl INFO 0 [144] R:OK -2015-03-08 08:26:24 queue INFO >>0 [145] -2015-03-08 08:26:24 sendUrl INFO 0 [145] R:OK -2015-03-08 08:27:14 queue INFO >>0 [146] -2015-03-08 08:27:14 sendUrl INFO 0 [146] R:OK -2015-03-08 08:28:04 queue INFO >>0 [147] -2015-03-08 08:28:04 sendUrl INFO 0 [147] R:OK -2015-03-08 08:28:54 queue INFO >>0 [148] -2015-03-08 08:28:55 sendUrl INFO 0 [148] R:OK -2015-03-08 08:29:44 queue INFO >>0 [149] -2015-03-08 08:29:45 sendUrl INFO 0 [149] R:OK -2015-03-08 08:30:34 queue INFO >>0 [150] -2015-03-08 08:30:35 sendUrl INFO 0 [150] R:OK -2015-03-08 08:31:25 queue INFO >>0 [151] -2015-03-08 08:31:25 sendUrl INFO 0 [151] R:OK -2015-03-08 08:32:15 queue INFO >>0 [152] -2015-03-08 08:32:15 sendUrl INFO 0 [152] R:OK -2015-03-08 08:33:05 queue INFO >>0 [153] -2015-03-08 08:33:05 sendUrl INFO 0 [153] R:OK -2015-03-08 08:33:55 queue INFO >>0 [154] -2015-03-08 08:33:55 sendUrl INFO 0 [154] R:OK -2015-03-08 08:34:45 queue INFO >>0 [155] -2015-03-08 08:34:45 sendUrl INFO 0 [155] R:OK -2015-03-08 08:35:35 queue INFO >>0 [156] -2015-03-08 08:35:36 sendUrl INFO 0 [156] R:OK -2015-03-08 08:36:25 queue INFO >>0 [157] -2015-03-08 08:36:26 sendUrl INFO 0 [157] R:OK -2015-03-08 08:37:15 queue INFO >>0 [158] -2015-03-08 08:37:16 sendUrl INFO 0 [158] R:OK -2015-03-08 08:38:06 queue INFO >>0 [159] -2015-03-08 08:38:06 sendUrl INFO 0 [159] R:OK -2015-03-08 08:38:56 queue INFO >>0 [160] -2015-03-08 08:38:56 sendUrl INFO 0 [160] R:OK -2015-03-08 08:39:46 queue INFO >>0 [161] -2015-03-08 08:39:46 sendUrl INFO 0 [161] R:OK -2015-03-08 08:40:36 queue INFO >>0 [162] -2015-03-08 08:40:36 sendUrl INFO 0 [162] R:OK -2015-03-08 08:41:26 queue INFO >>0 [163] -2015-03-08 08:41:27 sendUrl INFO 0 [163] R:OK -2015-03-08 08:42:16 queue INFO >>0 [164] -2015-03-08 08:42:17 sendUrl INFO 0 [164] R:OK -2015-03-08 08:43:07 queue INFO >>0 [165] -2015-03-08 08:43:07 sendUrl INFO 0 [165] R:OK -2015-03-08 08:43:57 queue INFO >>0 [166] -2015-03-08 08:43:57 sendUrl INFO 0 [166] R:OK -2015-03-08 08:44:47 queue INFO >>0 [167] -2015-03-08 08:44:47 sendUrl INFO 0 [167] R:OK -2015-03-08 08:45:37 queue INFO >>0 [168] -2015-03-08 08:45:37 sendUrl INFO 0 [168] R:OK -2015-03-08 08:46:27 queue INFO >>0 [169] -2015-03-08 08:46:28 sendUrl INFO 0 [169] R:OK -2015-03-08 08:47:17 queue INFO >>0 [170] -2015-03-08 08:47:17 sendUrl INFO 0 [170] R:OK -2015-03-08 08:48:08 queue INFO >>0 [171] -2015-03-08 08:48:08 sendUrl INFO 0 [171] R:OK -2015-03-08 08:48:58 queue INFO >>0 [172] -2015-03-08 08:48:58 sendUrl INFO 0 [172] R:OK -2015-03-08 08:49:48 queue INFO >>0 [173] -2015-03-08 08:49:48 sendUrl INFO 0 [173] R:OK -2015-03-08 08:50:38 queue INFO >>0 [174] -2015-03-08 08:50:38 sendUrl INFO 0 [174] R:OK -2015-03-08 08:51:28 queue INFO >>0 [175] -2015-03-08 08:51:29 sendUrl INFO 0 [175] R:OK -2015-03-08 08:52:18 queue INFO >>0 [176] -2015-03-08 08:52:18 sendUrl INFO 0 [176] R:OK -2015-03-08 08:53:08 queue INFO >>0 [177] -2015-03-08 08:53:09 sendUrl INFO 0 [177] R:OK -2015-03-08 08:53:59 queue INFO >>0 [178] -2015-03-08 08:53:59 sendUrl INFO 0 [178] R:OK -2015-03-08 08:54:49 queue INFO >>0 [179] -2015-03-08 08:54:49 sendUrl INFO 0 [179] R:OK -2015-03-08 08:55:39 queue INFO >>0 [180] -2015-03-08 08:55:39 sendUrl INFO 0 [180] R:OK -2015-03-08 08:56:29 queue INFO >>0 [181] -2015-03-08 08:56:29 sendUrl INFO 0 [181] R:OK -2015-03-08 08:57:19 queue INFO >>0 [182] -2015-03-08 08:57:20 sendUrl INFO 0 [182] R:OK -2015-03-08 08:58:09 queue INFO >>0 [183] -2015-03-08 08:58:10 sendUrl INFO 0 [183] R:OK -2015-03-08 08:59:00 queue INFO >>0 [184] -2015-03-08 08:59:00 sendUrl INFO 0 [184] R:OK -2015-03-08 08:59:50 queue INFO >>0 [185] -2015-03-08 08:59:50 sendUrl INFO 0 [185] R:OK -2015-03-08 09:00:40 queue INFO >>0 [186] -2015-03-08 09:00:40 sendUrl INFO 0 [186] R:OK -2015-03-08 09:01:30 queue INFO >>0 [187] -2015-03-08 09:01:30 sendUrl INFO 0 [187] R:OK -2015-03-08 09:02:20 queue INFO >>0 [188] -2015-03-08 09:02:21 sendUrl INFO 0 [188] R:OK -2015-03-08 09:03:10 queue INFO >>0 [189] -2015-03-08 09:03:10 sendUrl INFO 0 [189] R:OK -2015-03-08 09:04:00 queue INFO >>0 [190] -2015-03-08 09:04:01 sendUrl INFO 0 [190] R:OK -2015-03-08 09:04:50 queue INFO >>0 [191] -2015-03-08 09:04:51 sendUrl INFO 0 [191] R:OK -2015-03-08 09:05:41 queue INFO >>0 [192] -2015-03-08 09:05:41 sendUrl INFO 0 [192] R:OK -2015-03-08 09:06:31 queue INFO >>0 [193] -2015-03-08 09:06:31 sendUrl INFO 0 [193] R:OK -2015-03-08 09:07:21 queue INFO >>0 [194] -2015-03-08 09:07:21 sendUrl INFO 0 [194] R:OK -2015-03-08 09:08:11 queue INFO >>0 [195] -2015-03-08 09:08:11 sendUrl INFO 0 [195] R:OK -2015-03-08 09:09:01 queue INFO >>0 [196] -2015-03-08 09:09:02 sendUrl INFO 0 [196] R:OK -2015-03-08 09:09:51 queue INFO >>0 [197] -2015-03-08 09:09:52 sendUrl INFO 0 [197] R:OK -2015-03-08 09:10:41 queue INFO >>0 [198] -2015-03-08 09:10:42 sendUrl INFO 0 [198] R:OK -2015-03-08 09:11:32 queue INFO >>0 [199] -2015-03-08 09:11:32 sendUrl INFO 0 [199] R:OK -2015-03-08 09:12:22 queue INFO >>0 [200] -2015-03-08 09:12:22 sendUrl INFO 0 [200] R:OK -2015-03-08 09:13:12 queue INFO >>0 [201] -2015-03-08 09:13:12 sendUrl INFO 0 [201] R:OK -2015-03-08 09:14:02 queue INFO >>0 [202] -2015-03-08 09:14:02 sendUrl INFO 0 [202] R:OK -2015-03-08 09:14:52 queue INFO >>0 [203] -2015-03-08 09:14:53 sendUrl INFO 0 [203] R:OK -2015-03-08 09:15:42 queue INFO >>0 [204] -2015-03-08 09:15:43 sendUrl INFO 0 [204] R:OK -2015-03-08 09:16:33 queue INFO >>0 [205] -2015-03-08 09:16:33 sendUrl INFO 0 [205] R:OK -2015-03-08 09:17:23 queue INFO >>0 [206] -2015-03-08 09:17:23 sendUrl INFO 0 [206] R:OK -2015-03-08 09:18:13 queue INFO >>0 [207] -2015-03-08 09:18:13 sendUrl INFO 0 [207] R:OK -2015-03-08 09:19:03 queue INFO >>0 [208] -2015-03-08 09:19:03 sendUrl INFO 0 [208] R:OK -2015-03-08 09:19:53 queue INFO >>0 [209] -2015-03-08 09:19:54 sendUrl INFO 0 [209] R:OK -2015-03-08 09:20:43 queue INFO >>0 [210] -2015-03-08 09:20:43 sendUrl INFO 0 [210] R:OK -2015-03-08 09:21:33 queue INFO >>0 [211] -2015-03-08 09:21:34 sendUrl INFO 0 [211] R:OK -2015-03-08 09:22:24 queue INFO >>0 [212] -2015-03-08 09:22:24 sendUrl INFO 0 [212] R:OK -2015-03-08 09:23:14 queue INFO >>0 [213] -2015-03-08 09:23:14 sendUrl INFO 0 [213] R:OK -2015-03-08 09:24:04 queue INFO >>0 [214] -2015-03-08 09:24:04 sendUrl INFO 0 [214] R:OK -2015-03-08 09:24:54 queue INFO >>0 [215] -2015-03-08 09:24:55 sendUrl INFO 0 [215] R:OK -2015-03-08 09:25:44 queue INFO >>0 [216] -2015-03-08 09:25:44 sendUrl INFO 0 [216] R:OK -2015-03-08 09:26:34 queue INFO >>0 [217] -2015-03-08 09:26:35 sendUrl INFO 0 [217] R:OK -2015-03-08 09:27:25 queue INFO >>0 [218] -2015-03-08 09:27:25 sendUrl INFO 0 [218] R:OK -2015-03-08 09:28:15 queue INFO >>0 [219] -2015-03-08 09:28:15 sendUrl INFO 0 [219] R:OK -2015-03-08 09:29:05 queue INFO >>0 [220] -2015-03-08 09:29:05 sendUrl INFO 0 [220] R:OK -2015-03-08 09:29:55 queue INFO >>0 [221] -2015-03-08 09:29:55 sendUrl INFO 0 [221] R:OK -2015-03-08 09:30:45 queue INFO >>0 [222] -2015-03-08 09:30:45 sendUrl INFO 0 [222] R:OK -2015-03-08 09:31:35 queue INFO >>0 [223] -2015-03-08 09:31:36 sendUrl INFO 0 [223] R:OK -2015-03-08 09:32:25 queue INFO >>0 [224] -2015-03-08 09:32:26 sendUrl INFO 0 [224] R:OK -2015-03-08 09:33:16 queue INFO >>0 [225] -2015-03-08 09:33:16 sendUrl INFO 0 [225] R:OK -2015-03-08 09:34:06 queue INFO >>0 [226] -2015-03-08 09:34:06 sendUrl INFO 0 [226] R:OK -2015-03-08 09:34:56 queue INFO >>0 [227] -2015-03-08 09:34:56 sendUrl INFO 0 [227] R:OK -2015-03-08 09:35:46 queue INFO >>0 [228] -2015-03-08 09:35:47 sendUrl INFO 0 [228] R:OK -2015-03-08 09:36:36 queue INFO >>0 [229] -2015-03-08 09:36:36 sendUrl INFO 0 [229] R:OK -2015-03-08 09:37:26 queue INFO >>0 [230] -2015-03-08 09:37:27 sendUrl INFO 0 [230] R:OK -2015-03-08 09:38:17 queue INFO >>0 [231] -2015-03-08 09:38:17 sendUrl INFO 0 [231] R:OK -2015-03-08 09:39:07 queue INFO >>0 [232] -2015-03-08 09:39:07 sendUrl INFO 0 [232] R:OK -2015-03-08 09:39:57 queue INFO >>0 [233] -2015-03-08 09:39:57 sendUrl INFO 0 [233] R:OK -2015-03-08 09:40:47 queue INFO >>0 [234] -2015-03-08 09:40:48 sendUrl INFO 0 [234] R:OK -2015-03-08 09:41:37 queue INFO >>0 [235] -2015-03-08 09:41:37 sendUrl INFO 0 [235] R:OK -2015-03-08 09:42:27 queue INFO >>0 [236] -2015-03-08 09:42:28 sendUrl INFO 0 [236] R:OK -2015-03-08 09:43:17 queue INFO >>0 [237] -2015-03-08 09:43:18 sendUrl INFO 0 [237] R:OK -2015-03-08 09:44:08 queue INFO >>0 [238] -2015-03-08 09:44:08 sendUrl INFO 0 [238] R:OK -2015-03-08 09:44:58 queue INFO >>0 [239] -2015-03-08 09:44:58 sendUrl INFO 0 [239] R:OK -2015-03-08 09:45:48 queue INFO >>0 [240] -2015-03-08 09:45:48 sendUrl INFO 0 [240] R:OK -2015-03-08 09:46:38 queue INFO >>0 [241] -2015-03-08 09:46:38 sendUrl INFO 0 [241] R:OK -2015-03-08 09:47:28 queue INFO >>0 [242] -2015-03-08 09:47:29 sendUrl INFO 0 [242] R:OK -2015-03-08 09:48:18 queue INFO >>0 [243] -2015-03-08 09:48:19 sendUrl INFO 0 [243] R:OK -2015-03-08 09:49:09 queue INFO >>0 [244] -2015-03-08 09:49:09 sendUrl INFO 0 [244] R:OK -2015-03-08 09:49:59 queue INFO >>0 [245] -2015-03-08 09:49:59 sendUrl INFO 0 [245] R:OK -2015-03-08 09:50:49 queue INFO >>0 [246] -2015-03-08 09:50:49 sendUrl INFO 0 [246] R:OK -2015-03-08 09:51:39 queue INFO >>0 [247] -2015-03-08 09:51:39 sendUrl INFO 0 [247] R:OK -2015-03-08 09:52:29 queue INFO >>0 [248] -2015-03-08 09:52:29 sendUrl INFO 0 [248] R:OK -2015-03-08 09:53:19 queue INFO >>0 [249] -2015-03-08 09:53:20 sendUrl INFO 0 [249] R:OK -2015-03-08 09:54:09 queue INFO >>0 [250] -2015-03-08 09:54:10 sendUrl INFO 0 [250] R:OK -2015-03-08 09:55:00 queue INFO >>0 [251] -2015-03-08 09:55:00 sendUrl INFO 0 [251] R:OK -2015-03-08 09:55:50 queue INFO >>0 [252] -2015-03-08 09:55:50 sendUrl INFO 0 [252] R:OK -2015-03-08 09:56:40 queue INFO >>0 [253] -2015-03-08 09:56:40 sendUrl INFO 0 [253] R:OK -2015-03-08 09:57:30 queue INFO >>0 [254] -2015-03-08 09:57:30 sendUrl INFO 0 [254] R:OK -2015-03-08 09:58:20 queue INFO >>0 [255] -2015-03-08 09:58:21 sendUrl INFO 0 [255] R:OK -2015-03-08 09:59:10 queue INFO >>0 [256] -2015-03-08 09:59:10 sendUrl INFO 0 [256] R:OK -2015-03-08 10:00:00 queue INFO >>0 [257] -2015-03-08 10:00:01 sendUrl INFO 0 [257] R:OK -2015-03-08 10:00:51 queue INFO >>0 [258] -2015-03-08 10:00:51 sendUrl INFO 0 [258] R:OK -2015-03-08 10:01:41 queue INFO >>0 [259] -2015-03-08 10:01:41 sendUrl INFO 0 [259] R:OK -2015-03-08 10:02:31 queue INFO >>0 [260] -2015-03-08 10:02:31 sendUrl INFO 0 [260] R:OK -2015-03-08 10:03:21 queue INFO >>0 [261] -2015-03-08 10:03:21 sendUrl INFO 0 [261] R:OK -2015-03-08 10:04:11 queue INFO >>0 [262] -2015-03-08 10:04:11 sendUrl INFO 0 [262] R:OK -2015-03-08 10:05:01 queue INFO >>0 [263] -2015-03-08 10:05:02 sendUrl INFO 0 [263] R:OK -2015-03-08 10:05:51 queue INFO >>0 [264] -2015-03-08 10:05:52 sendUrl INFO 0 [264] R:OK -2015-03-08 10:06:42 queue INFO >>0 [265] -2015-03-08 10:06:42 sendUrl INFO 0 [265] R:OK -2015-03-08 10:07:32 queue INFO >>0 [266] -2015-03-08 10:07:32 sendUrl INFO 0 [266] R:OK -2015-03-08 10:08:22 queue INFO >>0 [267] -2015-03-08 10:08:22 sendUrl INFO 0 [267] R:OK -2015-03-08 10:09:12 queue INFO >>0 [268] -2015-03-08 10:09:13 sendUrl INFO 0 [268] R:OK -2015-03-08 10:10:02 queue INFO >>0 [269] -2015-03-08 10:10:02 sendUrl INFO 0 [269] R:OK -2015-03-08 10:10:52 queue INFO >>0 [270] -2015-03-08 10:10:53 sendUrl INFO 0 [270] R:OK -2015-03-08 10:11:43 queue INFO >>0 [271] -2015-03-08 10:11:43 sendUrl INFO 0 [271] R:OK -2015-03-08 10:12:33 queue INFO >>0 [272] -2015-03-08 10:12:33 sendUrl INFO 0 [272] R:OK -2015-03-08 10:13:23 queue INFO >>0 [273] -2015-03-08 10:13:23 sendUrl INFO 0 [273] R:OK -2015-03-08 10:14:13 queue INFO >>0 [274] -2015-03-08 10:14:14 sendUrl INFO 0 [274] R:OK -2015-03-08 10:15:03 queue INFO >>0 [275] -2015-03-08 10:15:03 sendUrl INFO 0 [275] R:OK -2015-03-08 10:15:53 queue INFO >>0 [276] -2015-03-08 10:15:54 sendUrl INFO 0 [276] R:OK -2015-03-08 10:16:43 queue INFO >>0 [277] -2015-03-08 10:16:44 sendUrl INFO 0 [277] R:OK -2015-03-08 10:17:34 queue INFO >>0 [278] -2015-03-08 10:17:34 sendUrl INFO 0 [278] R:OK -2015-03-08 10:18:24 queue INFO >>0 [279] -2015-03-08 10:18:24 sendUrl INFO 0 [279] R:OK -2015-03-08 10:19:14 queue INFO >>0 [280] -2015-03-08 10:19:14 sendUrl INFO 0 [280] R:OK -2015-03-08 10:20:04 queue INFO >>0 [281] -2015-03-08 10:20:04 sendUrl INFO 0 [281] R:OK -2015-03-08 10:20:54 queue INFO >>0 [282] -2015-03-08 10:20:55 sendUrl INFO 0 [282] R:OK -2015-03-08 10:21:44 queue INFO >>0 [283] -2015-03-08 10:21:45 sendUrl INFO 0 [283] R:OK -2015-03-08 10:22:35 queue INFO >>0 [284] -2015-03-08 10:22:35 sendUrl INFO 0 [284] R:OK -2015-03-08 10:23:25 queue INFO >>0 [285] -2015-03-08 10:23:25 sendUrl INFO 0 [285] R:OK -2015-03-08 10:24:15 queue INFO >>0 [286] -2015-03-08 10:24:15 sendUrl INFO 0 [286] R:OK -2015-03-08 10:25:05 queue INFO >>0 [287] -2015-03-08 10:25:05 sendUrl INFO 0 [287] R:OK -2015-03-08 10:25:55 queue INFO >>0 [288] -2015-03-08 10:25:55 sendUrl INFO 0 [288] R:OK -2015-03-08 10:26:45 queue INFO >>0 [289] -2015-03-08 10:26:46 sendUrl INFO 0 [289] R:OK -2015-03-08 10:27:35 queue INFO >>0 [290] -2015-03-08 10:27:36 sendUrl INFO 0 [290] R:OK -2015-03-08 10:28:26 queue INFO >>0 [291] -2015-03-08 10:28:26 sendUrl INFO 0 [291] R:OK -2015-03-08 10:29:16 queue INFO >>0 [292] -2015-03-08 10:29:16 sendUrl INFO 0 [292] R:OK -2015-03-08 10:30:06 queue INFO >>0 [293] -2015-03-08 10:30:06 sendUrl INFO 0 [293] R:OK -2015-03-08 10:30:56 queue INFO >>0 [294] -2015-03-08 10:30:56 sendUrl INFO 0 [294] R:OK -2015-03-08 10:31:46 queue INFO >>0 [295] -2015-03-08 10:31:47 sendUrl INFO 0 [295] R:OK -2015-03-08 10:32:36 queue INFO >>0 [296] -2015-03-08 10:32:36 sendUrl INFO 0 [296] R:OK -2015-03-08 10:33:27 queue INFO >>0 [297] -2015-03-08 10:33:27 sendUrl INFO 0 [297] R:OK -2015-03-08 10:34:17 queue INFO >>0 [298] -2015-03-08 10:34:17 sendUrl INFO 0 [298] R:OK -2015-03-08 10:35:07 queue INFO >>0 [299] -2015-03-08 10:35:07 sendUrl INFO 0 [299] R:OK -2015-03-08 10:35:57 queue INFO >>0 [300] -2015-03-08 10:35:57 sendUrl INFO 0 [300] R:OK -2015-03-08 10:36:47 queue INFO >>0 [301] -2015-03-08 10:36:48 sendUrl INFO 0 [301] R:OK -2015-03-08 10:37:37 queue INFO >>0 [302] -2015-03-08 10:37:38 sendUrl INFO 0 [302] R:OK -2015-03-08 10:38:27 queue INFO >>0 [303] -2015-03-08 10:38:28 sendUrl INFO 0 [303] R:OK -2015-03-08 10:39:18 queue INFO >>0 [304] -2015-03-08 10:39:18 sendUrl INFO 0 [304] R:OK -2015-03-08 10:40:08 queue INFO >>0 [305] -2015-03-08 10:40:08 sendUrl INFO 0 [305] R:OK -2015-03-08 10:40:58 queue INFO >>0 [306] -2015-03-08 10:40:58 sendUrl INFO 0 [306] R:OK -2015-03-08 10:41:48 queue INFO >>0 [307] -2015-03-08 10:41:48 sendUrl INFO 0 [307] R:OK -2015-03-08 10:42:38 queue INFO >>0 [308] -2015-03-08 10:42:39 sendUrl INFO 0 [308] R:OK -2015-03-08 10:43:28 queue INFO >>0 [309] -2015-03-08 10:43:29 sendUrl INFO 0 [309] R:OK -2015-03-08 10:44:19 queue INFO >>0 [310] -2015-03-08 10:44:19 sendUrl INFO 0 [310] R:OK -2015-03-08 10:45:09 queue INFO >>0 [311] -2015-03-08 10:45:09 sendUrl INFO 0 [311] R:OK -2015-03-08 10:45:59 queue INFO >>0 [312] -2015-03-08 10:45:59 sendUrl INFO 0 [312] R:OK -2015-03-08 10:46:49 queue INFO >>0 [313] -2015-03-08 10:46:49 sendUrl INFO 0 [313] R:OK -2015-03-08 10:47:39 queue INFO >>0 [314] -2015-03-08 10:47:40 sendUrl INFO 0 [314] R:OK -2015-03-08 10:48:29 queue INFO >>0 [315] -2015-03-08 10:48:30 sendUrl INFO 0 [315] R:OK -2015-03-08 10:49:19 queue INFO >>0 [316] -2015-03-08 10:49:20 sendUrl INFO 0 [316] R:OK -2015-03-08 10:50:10 queue INFO >>0 [317] -2015-03-08 10:50:10 sendUrl INFO 0 [317] R:OK -2015-03-08 10:51:00 queue INFO >>0 [318] -2015-03-08 10:51:00 sendUrl INFO 0 [318] R:OK -2015-03-08 10:51:50 queue INFO >>0 [319] -2015-03-08 10:51:50 sendUrl INFO 0 [319] R:OK -2015-03-08 10:52:40 queue INFO >>0 [320] -2015-03-08 10:52:41 sendUrl INFO 0 [320] R:OK -2015-03-08 10:53:30 queue INFO >>0 [321] -2015-03-08 10:53:30 sendUrl INFO 0 [321] R:OK -2015-03-08 10:54:20 queue INFO >>0 [322] -2015-03-08 10:54:21 sendUrl INFO 0 [322] R:OK -2015-03-08 10:55:11 queue INFO >>0 [323] -2015-03-08 10:55:11 sendUrl INFO 0 [323] R:OK -2015-03-08 10:56:01 queue INFO >>0 [324] -2015-03-08 10:56:01 sendUrl INFO 0 [324] R:OK -2015-03-08 10:56:51 queue INFO >>0 [325] -2015-03-08 10:56:51 sendUrl INFO 0 [325] R:OK -2015-03-08 10:57:41 queue INFO >>0 [326] -2015-03-08 10:57:41 sendUrl INFO 0 [326] R:OK -2015-03-08 10:58:31 queue INFO >>0 [327] -2015-03-08 10:58:31 sendUrl INFO 0 [327] R:OK -2015-03-08 10:59:21 queue INFO >>0 [328] -2015-03-08 10:59:22 sendUrl INFO 0 [328] R:OK -2015-03-08 11:00:11 queue INFO >>0 [329] -2015-03-08 11:00:12 sendUrl INFO 0 [329] R:OK -2015-03-08 11:01:02 queue INFO >>0 [330] -2015-03-08 11:01:02 sendUrl INFO 0 [330] R:OK -2015-03-08 11:01:52 queue INFO >>0 [331] -2015-03-08 11:01:52 sendUrl INFO 0 [331] R:OK -2015-03-08 11:02:42 queue INFO >>0 [332] -2015-03-08 11:02:42 sendUrl INFO 0 [332] R:OK -2015-03-08 11:03:32 queue INFO >>0 [333] -2015-03-08 11:03:32 sendUrl INFO 0 [333] R:OK -2015-03-08 11:04:22 queue INFO >>0 [334] -2015-03-08 11:04:23 sendUrl INFO 0 [334] R:OK -2015-03-08 11:05:12 queue INFO >>0 [335] -2015-03-08 11:05:13 sendUrl INFO 0 [335] R:OK -2015-03-08 11:06:03 queue INFO >>0 [336] -2015-03-08 11:06:03 sendUrl INFO 0 [336] R:OK -2015-03-08 11:06:53 queue INFO >>0 [337] -2015-03-08 11:06:53 sendUrl INFO 0 [337] R:OK -2015-03-08 11:07:43 queue INFO >>0 [338] -2015-03-08 11:07:43 sendUrl INFO 0 [338] R:OK -2015-03-08 11:08:33 queue INFO >>0 [339] -2015-03-08 11:08:34 sendUrl INFO 0 [339] R:OK -2015-03-08 11:09:23 queue INFO >>0 [340] -2015-03-08 11:09:23 sendUrl INFO 0 [340] R:OK -2015-03-08 11:10:13 queue INFO >>0 [341] -2015-03-08 11:10:14 sendUrl INFO 0 [341] R:OK -2015-03-08 11:11:03 queue INFO >>0 [342] -2015-03-08 11:11:04 sendUrl INFO 0 [342] R:OK -2015-03-08 11:11:54 queue INFO >>0 [343] -2015-03-08 11:11:54 sendUrl INFO 0 [343] R:OK -2015-03-08 11:12:44 queue INFO >>0 [344] -2015-03-08 11:12:44 sendUrl INFO 0 [344] R:OK -2015-03-08 11:13:34 queue INFO >>0 [345] -2015-03-08 11:13:35 sendUrl INFO 0 [345] R:OK -2015-03-08 11:14:24 queue INFO >>0 [346] -2015-03-08 11:14:24 sendUrl INFO 0 [346] R:OK -2015-03-08 11:15:14 queue INFO >>0 [347] -2015-03-08 11:15:15 sendUrl INFO 0 [347] R:OK -2015-03-08 11:16:04 queue INFO >>0 [348] -2015-03-08 11:16:05 sendUrl INFO 0 [348] R:OK -2015-03-08 11:16:55 queue INFO >>0 [349] -2015-03-08 11:16:55 sendUrl INFO 0 [349] R:OK -2015-03-08 11:17:45 queue INFO >>0 [350] -2015-03-08 11:17:45 sendUrl INFO 0 [350] R:OK -2015-03-08 11:18:35 queue INFO >>0 [351] -2015-03-08 11:18:35 sendUrl INFO 0 [351] R:OK -2015-03-08 11:19:25 queue INFO >>0 [352] -2015-03-08 11:19:25 sendUrl INFO 0 [352] R:OK -2015-03-08 11:20:15 queue INFO >>0 [353] -2015-03-08 11:20:16 sendUrl INFO 0 [353] R:OK -2015-03-08 11:21:05 queue INFO >>0 [354] -2015-03-08 11:21:06 sendUrl INFO 0 [354] R:OK -2015-03-08 11:21:56 queue INFO >>0 [355] -2015-03-08 11:21:56 sendUrl INFO 0 [355] R:OK -2015-03-08 11:22:46 queue INFO >>0 [356] -2015-03-08 11:22:46 sendUrl INFO 0 [356] R:OK -2015-03-08 11:23:36 queue INFO >>0 [357] -2015-03-08 11:23:36 sendUrl INFO 0 [357] R:OK -2015-03-08 11:24:26 queue INFO >>0 [358] -2015-03-08 11:24:26 sendUrl INFO 0 [358] R:OK -2015-03-08 11:25:16 queue INFO >>0 [359] -2015-03-08 11:25:16 sendUrl INFO 0 [359] R:OK -2015-03-08 11:26:06 queue INFO >>0 [360] -2015-03-08 11:26:07 sendUrl INFO 0 [360] R:OK -2015-03-08 11:26:56 queue INFO >>0 [361] -2015-03-08 11:26:57 sendUrl INFO 0 [361] R:OK -2015-03-08 11:27:47 queue INFO >>0 [362] -2015-03-08 11:27:47 sendUrl INFO 0 [362] R:OK -2015-03-08 11:28:37 queue INFO >>0 [363] -2015-03-08 11:28:37 sendUrl INFO 0 [363] R:OK -2015-03-08 11:29:27 queue INFO >>0 [364] -2015-03-08 11:29:27 sendUrl INFO 0 [364] R:OK -2015-03-08 11:30:17 queue INFO >>0 [365] -2015-03-08 11:30:17 sendUrl INFO 0 [365] R:OK -2015-03-08 11:31:07 queue INFO >>0 [366] -2015-03-08 11:31:08 sendUrl INFO 0 [366] R:OK -2015-03-08 11:31:57 queue INFO >>0 [367] -2015-03-08 11:31:57 sendUrl INFO 0 [367] R:OK -2015-03-08 11:32:47 queue INFO >>0 [368] -2015-03-08 11:32:48 sendUrl INFO 0 [368] R:OK -2015-03-08 11:33:37 queue INFO >>0 [369] -2015-03-08 11:33:38 sendUrl INFO 0 [369] R:OK -2015-03-08 11:34:28 queue INFO >>0 [370] -2015-03-08 11:34:28 sendUrl INFO 0 [370] R:OK -2015-03-08 11:35:18 queue INFO >>0 [371] -2015-03-08 11:35:18 sendUrl INFO 0 [371] R:OK -2015-03-08 11:36:08 queue INFO >>0 [372] -2015-03-08 11:36:08 sendUrl INFO 0 [372] R:OK -2015-03-08 11:36:58 queue INFO >>0 [373] -2015-03-08 11:36:58 sendUrl INFO 0 [373] R:OK -2015-03-08 11:37:48 queue INFO >>0 [374] -2015-03-08 11:37:49 sendUrl INFO 0 [374] R:OK -2015-03-08 11:38:38 queue INFO >>0 [375] -2015-03-08 11:38:39 sendUrl INFO 0 [375] R:OK -2015-03-08 11:39:29 queue INFO >>0 [376] -2015-03-08 11:39:29 sendUrl INFO 0 [376] R:OK -2015-03-08 11:40:19 queue INFO >>0 [377] -2015-03-08 11:40:19 sendUrl INFO 0 [377] R:OK -2015-03-08 11:41:09 queue INFO >>0 [378] -2015-03-08 11:41:09 sendUrl INFO 0 [378] R:OK -2015-03-08 11:41:59 queue INFO >>0 [379] -2015-03-08 11:42:00 sendUrl INFO 0 [379] R:OK -2015-03-08 11:42:49 queue INFO >>0 [380] -2015-03-08 11:42:49 sendUrl INFO 0 [380] R:OK -2015-03-08 11:43:39 queue INFO >>0 [381] -2015-03-08 11:43:40 sendUrl INFO 0 [381] R:OK -2015-03-08 11:44:29 queue INFO >>0 [382] -2015-03-08 11:44:30 sendUrl INFO 0 [382] R:OK -2015-03-08 11:45:19 queue INFO >>0 [383] -2015-03-08 11:45:20 sendUrl INFO 0 [383] R:OK -2015-03-08 11:46:10 queue INFO >>0 [384] -2015-03-08 11:46:10 sendUrl INFO 0 [384] R:OK -2015-03-08 11:47:00 queue INFO >>0 [385] -2015-03-08 11:47:00 sendUrl INFO 0 [385] R:OK -2015-03-08 11:47:50 queue INFO >>0 [386] -2015-03-08 11:47:50 sendUrl INFO 0 [386] R:OK -2015-03-08 11:48:40 queue INFO >>0 [387] -2015-03-08 11:48:40 sendUrl INFO 0 [387] R:OK -2015-03-08 11:49:30 queue INFO >>0 [388] -2015-03-08 11:49:31 sendUrl INFO 0 [388] R:OK -2015-03-08 11:50:20 queue INFO >>0 [389] -2015-03-08 11:50:21 sendUrl INFO 0 [389] R:OK -2015-03-08 11:51:11 queue INFO >>0 [390] -2015-03-08 11:51:11 sendUrl INFO 0 [390] R:OK -2015-03-08 11:52:01 queue INFO >>0 [391] -2015-03-08 11:52:01 sendUrl INFO 0 [391] R:OK -2015-03-08 11:52:51 queue INFO >>0 [392] -2015-03-08 11:52:51 sendUrl INFO 0 [392] R:OK -2015-03-08 11:53:41 queue INFO >>0 [393] -2015-03-08 11:53:41 sendUrl INFO 0 [393] R:OK -2015-03-08 11:54:31 queue INFO >>0 [394] -2015-03-08 11:54:32 sendUrl INFO 0 [394] R:OK -2015-03-08 11:55:21 queue INFO >>0 [395] -2015-03-08 11:55:21 sendUrl INFO 0 [395] R:OK -2015-03-08 11:56:11 queue INFO >>0 [396] -2015-03-08 11:56:12 sendUrl INFO 0 [396] R:OK -2015-03-08 11:57:01 queue INFO >>0 [397] -2015-03-08 11:57:02 sendUrl INFO 0 [397] R:OK -2015-03-08 11:57:52 queue INFO >>0 [398] -2015-03-08 11:57:52 sendUrl INFO 0 [398] R:OK -2015-03-08 11:58:42 queue INFO >>0 [399] -2015-03-08 11:58:42 sendUrl INFO 0 [399] R:OK -2015-03-08 11:59:32 queue INFO >>0 [400] -2015-03-08 11:59:32 sendUrl INFO 0 [400] R:OK -2015-03-08 12:00:22 queue INFO >>0 [401] -2015-03-08 12:00:22 sendUrl INFO 0 [401] R:OK -2015-03-08 12:01:12 queue INFO >>0 [402] -2015-03-08 12:01:13 sendUrl INFO 0 [402] R:OK -2015-03-08 12:02:02 queue INFO >>0 [403] -2015-03-08 12:02:03 sendUrl INFO 0 [403] R:OK -2015-03-08 12:02:52 queue INFO >>0 [404] -2015-03-08 12:02:53 sendUrl INFO 0 [404] R:OK -2015-03-08 12:03:43 queue INFO >>0 [405] -2015-03-08 12:03:43 sendUrl INFO 0 [405] R:OK -2015-03-08 12:04:33 queue INFO >>0 [406] -2015-03-08 12:04:33 sendUrl INFO 0 [406] R:OK -2015-03-08 12:05:23 queue INFO >>0 [407] -2015-03-08 12:05:23 sendUrl INFO 0 [407] R:OK -2015-03-08 12:06:13 queue INFO >>0 [408] -2015-03-08 12:06:13 sendUrl INFO 0 [408] R:OK -2015-03-08 12:07:03 queue INFO >>0 [409] -2015-03-08 12:07:04 sendUrl INFO 0 [409] R:OK -2015-03-08 12:07:53 queue INFO >>0 [410] -2015-03-08 12:07:54 sendUrl INFO 0 [410] R:OK -2015-03-08 12:08:44 queue INFO >>0 [411] -2015-03-08 12:08:44 sendUrl INFO 0 [411] R:OK -2015-03-08 12:09:34 queue INFO >>0 [412] -2015-03-08 12:09:34 sendUrl INFO 0 [412] R:OK -2015-03-08 12:10:24 queue INFO >>0 [413] -2015-03-08 12:10:24 sendUrl INFO 0 [413] R:OK -2015-03-08 12:11:14 queue INFO >>0 [414] -2015-03-08 12:11:14 sendUrl INFO 0 [414] R:OK -2015-03-08 12:12:04 queue INFO >>0 [415] -2015-03-08 12:12:05 sendUrl INFO 0 [415] R:OK -2015-03-08 12:12:54 queue INFO >>0 [416] -2015-03-08 12:12:54 sendUrl INFO 0 [416] R:OK -2015-03-08 12:13:44 queue INFO >>0 [417] -2015-03-08 12:13:45 sendUrl INFO 0 [417] R:OK -2015-03-08 12:14:35 queue INFO >>0 [418] -2015-03-08 12:14:35 sendUrl INFO 0 [418] R:OK -2015-03-08 12:15:25 queue INFO >>0 [419] -2015-03-08 12:15:25 sendUrl INFO 0 [419] R:OK -2015-03-08 12:16:15 queue INFO >>0 [420] -2015-03-08 12:16:15 sendUrl INFO 0 [420] R:OK -2015-03-08 12:17:05 queue INFO >>0 [421] -2015-03-08 12:17:06 sendUrl INFO 0 [421] R:OK -2015-03-08 12:17:55 queue INFO >>0 [422] -2015-03-08 12:17:55 sendUrl INFO 0 [422] R:OK -2015-03-08 12:18:45 queue INFO >>0 [423] -2015-03-08 12:18:46 sendUrl INFO 0 [423] R:OK -2015-03-08 12:19:36 queue INFO >>0 [424] -2015-03-08 12:19:36 sendUrl INFO 0 [424] R:OK -2015-03-08 12:20:26 queue INFO >>0 [425] -2015-03-08 12:20:26 sendUrl INFO 0 [425] R:OK -2015-03-08 12:21:16 queue INFO >>0 [426] -2015-03-08 12:21:16 sendUrl INFO 0 [426] R:OK -2015-03-08 12:22:06 queue INFO >>0 [427] -2015-03-08 12:22:06 sendUrl INFO 0 [427] R:OK -2015-03-08 12:22:56 queue INFO >>0 [428] -2015-03-08 12:22:57 sendUrl INFO 0 [428] R:OK -2015-03-08 12:23:46 queue INFO >>0 [429] -2015-03-08 12:23:47 sendUrl INFO 0 [429] R:OK -2015-03-08 12:24:36 queue INFO >>0 [430] -2015-03-08 12:24:37 sendUrl INFO 0 [430] R:OK -2015-03-08 12:25:27 queue INFO >>0 [431] -2015-03-08 12:25:27 sendUrl INFO 0 [431] R:OK -2015-03-08 12:26:17 queue INFO >>0 [432] -2015-03-08 12:26:17 sendUrl INFO 0 [432] R:OK -2015-03-08 12:27:07 queue INFO >>0 [433] -2015-03-08 12:27:07 sendUrl INFO 0 [433] R:OK -2015-03-08 12:27:57 queue INFO >>0 [434] -2015-03-08 12:27:58 sendUrl INFO 0 [434] R:OK -2015-03-08 12:28:47 queue INFO >>0 [435] -2015-03-08 12:28:47 sendUrl INFO 0 [435] R:OK -2015-03-08 12:29:37 queue INFO >>0 [436] -2015-03-08 12:29:38 sendUrl INFO 0 [436] R:OK -2015-03-08 12:30:28 queue INFO >>0 [437] -2015-03-08 12:30:28 sendUrl INFO 0 [437] R:OK -2015-03-08 12:31:18 queue INFO >>0 [438] -2015-03-08 12:31:18 sendUrl INFO 0 [438] R:OK -2015-03-08 12:32:08 queue INFO >>0 [439] -2015-03-08 12:32:08 sendUrl INFO 0 [439] R:OK -2015-03-08 12:32:58 queue INFO >>0 [440] -2015-03-08 12:32:59 sendUrl INFO 0 [440] R:OK -2015-03-08 12:33:48 queue INFO >>0 [441] -2015-03-08 12:33:48 sendUrl INFO 0 [441] R:OK -2015-03-08 12:34:38 queue INFO >>0 [442] -2015-03-08 12:34:39 sendUrl INFO 0 [442] R:OK -2015-03-08 12:35:29 queue INFO >>0 [443] -2015-03-08 12:35:29 sendUrl INFO 0 [443] R:OK -2015-03-08 12:36:19 queue INFO >>0 [444] -2015-03-08 12:36:19 sendUrl INFO 0 [444] R:OK -2015-03-08 12:37:09 queue INFO >>0 [445] -2015-03-08 12:37:09 sendUrl INFO 0 [445] R:OK -2015-03-08 12:37:59 queue INFO >>0 [446] -2015-03-08 12:37:59 sendUrl INFO 0 [446] R:OK -2015-03-08 12:38:49 queue INFO >>0 [447] -2015-03-08 12:38:49 sendUrl INFO 0 [447] R:OK -2015-03-08 12:39:39 queue INFO >>0 [448] -2015-03-08 12:39:40 sendUrl INFO 0 [448] R:OK -2015-03-08 12:40:29 queue INFO >>0 [449] -2015-03-08 12:40:30 sendUrl INFO 0 [449] R:OK -2015-03-08 12:41:20 queue INFO >>0 [450] -2015-03-08 12:41:20 sendUrl INFO 0 [450] R:OK -2015-03-08 12:42:10 queue INFO >>0 [451] -2015-03-08 12:42:10 sendUrl INFO 0 [451] R:OK -2015-03-08 12:43:00 queue INFO >>0 [452] -2015-03-08 12:43:00 sendUrl INFO 0 [452] R:OK -2015-03-08 12:43:50 queue INFO >>0 [453] -2015-03-08 12:43:50 sendUrl INFO 0 [453] R:OK -2015-03-08 12:44:40 queue INFO >>0 [454] -2015-03-08 12:44:40 sendUrl INFO 0 [454] R:OK -2015-03-08 12:45:30 queue INFO >>0 [455] -2015-03-08 12:45:31 sendUrl INFO 0 [455] R:OK -2015-03-08 12:46:21 queue INFO >>0 [456] -2015-03-08 12:46:21 sendUrl INFO 0 [456] R:OK -2015-03-08 12:47:11 queue INFO >>0 [457] -2015-03-08 12:47:11 sendUrl INFO 0 [457] R:OK -2015-03-08 12:48:01 queue INFO >>0 [458] -2015-03-08 12:48:01 sendUrl INFO 0 [458] R:OK -2015-03-08 12:48:51 queue INFO >>0 [459] -2015-03-08 12:48:51 sendUrl INFO 0 [459] R:OK -2015-03-08 12:49:41 queue INFO >>0 [460] -2015-03-08 12:49:41 sendUrl INFO 0 [460] R:OK -2015-03-08 12:50:31 queue INFO >>0 [461] -2015-03-08 12:50:32 sendUrl INFO 0 [461] R:OK -2015-03-08 12:51:21 queue INFO >>0 [462] -2015-03-08 12:51:22 sendUrl INFO 0 [462] R:OK -2015-03-08 12:52:12 queue INFO >>0 [463] -2015-03-08 12:52:12 sendUrl INFO 0 [463] R:OK -2015-03-08 12:53:02 queue INFO >>0 [464] -2015-03-08 12:53:02 sendUrl INFO 0 [464] R:OK -2015-03-08 12:53:52 queue INFO >>0 [465] -2015-03-08 12:53:52 sendUrl INFO 0 [465] R:OK -2015-03-08 12:54:42 queue INFO >>0 [466] -2015-03-08 12:54:42 sendUrl INFO 0 [466] R:OK -2015-03-08 12:55:32 queue INFO >>0 [467] -2015-03-08 12:55:33 sendUrl INFO 0 [467] R:OK -2015-03-08 12:56:22 queue INFO >>0 [468] -2015-03-08 12:56:23 sendUrl INFO 0 [468] R:OK -2015-03-08 12:57:13 queue INFO >>0 [469] -2015-03-08 12:57:13 sendUrl INFO 0 [469] R:OK -2015-03-08 12:58:03 queue INFO >>0 [470] -2015-03-08 12:58:03 sendUrl INFO 0 [470] R:OK -2015-03-08 12:58:53 queue INFO >>0 [471] -2015-03-08 12:58:53 sendUrl INFO 0 [471] R:OK -2015-03-08 12:59:43 queue INFO >>0 [472] -2015-03-08 12:59:43 sendUrl INFO 0 [472] R:OK -2015-03-08 13:00:33 queue INFO >>0 [473] -2015-03-08 13:00:33 sendUrl INFO 0 [473] R:OK -2015-03-08 13:01:23 queue INFO >>0 [474] -2015-03-08 13:01:24 sendUrl INFO 0 [474] R:OK -2015-03-08 13:02:13 queue INFO >>0 [475] -2015-03-08 13:02:14 sendUrl INFO 0 [475] R:OK -2015-03-08 13:03:04 queue INFO >>0 [476] -2015-03-08 13:03:04 sendUrl INFO 0 [476] R:OK -2015-03-08 13:03:54 queue INFO >>0 [477] -2015-03-08 13:03:54 sendUrl INFO 0 [477] R:OK -2015-03-08 13:04:44 queue INFO >>0 [478] -2015-03-08 13:04:44 sendUrl INFO 0 [478] R:OK -2015-03-08 13:05:34 queue INFO >>0 [479] -2015-03-08 13:05:34 sendUrl INFO 0 [479] R:OK -2015-03-08 13:06:24 queue INFO >>0 [480] -2015-03-08 13:06:25 sendUrl INFO 0 [480] R:OK -2015-03-08 13:07:14 queue INFO >>0 [481] -2015-03-08 13:07:14 sendUrl INFO 0 [481] R:OK -2015-03-08 13:08:04 queue INFO >>0 [482] -2015-03-08 13:08:05 sendUrl INFO 0 [482] R:OK -2015-03-08 13:08:55 queue INFO >>0 [483] -2015-03-08 13:08:55 sendUrl INFO 0 [483] R:OK -2015-03-08 13:09:45 queue INFO >>0 [484] -2015-03-08 13:09:45 sendUrl INFO 0 [484] R:OK -2015-03-08 13:10:35 queue INFO >>0 [485] -2015-03-08 13:10:35 sendUrl INFO 0 [485] R:OK -2015-03-08 13:11:25 queue INFO >>0 [486] -2015-03-08 13:11:25 sendUrl INFO 0 [486] R:OK -2015-03-08 13:12:15 queue INFO >>0 [487] -2015-03-08 13:12:15 sendUrl INFO 0 [487] R:OK -2015-03-08 13:13:05 queue INFO >>0 [488] -2015-03-08 13:13:06 sendUrl INFO 0 [488] R:OK -2015-03-08 13:13:55 queue INFO >>0 [489] -2015-03-08 13:13:56 sendUrl INFO 0 [489] R:OK -2015-03-08 13:14:46 queue INFO >>0 [490] -2015-03-08 13:14:46 sendUrl INFO 0 [490] R:OK -2015-03-08 13:15:36 queue INFO >>0 [491] -2015-03-08 13:15:36 sendUrl INFO 0 [491] R:OK -2015-03-08 13:16:26 queue INFO >>0 [492] -2015-03-08 13:16:26 sendUrl INFO 0 [492] R:OK -2015-03-08 13:17:16 queue INFO >>0 [493] -2015-03-08 13:17:16 sendUrl INFO 0 [493] R:OK -2015-03-08 13:18:06 queue INFO >>0 [494] -2015-03-08 13:18:06 sendUrl INFO 0 [494] R:OK -2015-03-08 13:18:56 queue INFO >>0 [495] -2015-03-08 13:18:57 sendUrl INFO 0 [495] R:OK -2015-03-08 13:19:46 queue INFO >>0 [496] -2015-03-08 13:19:47 sendUrl INFO 0 [496] R:OK -2015-03-08 13:20:37 queue INFO >>0 [497] -2015-03-08 13:20:37 sendUrl INFO 0 [497] R:OK -2015-03-08 13:21:27 queue INFO >>0 [498] -2015-03-08 13:21:27 sendUrl INFO 0 [498] R:OK -2015-03-08 13:22:17 queue INFO >>0 [499] -2015-03-08 13:22:17 sendUrl INFO 0 [499] R:OK -2015-03-08 13:23:07 queue INFO >>0 [500] -2015-03-08 13:23:07 sendUrl INFO 0 [500] R:OK -2015-03-08 13:23:57 queue INFO >>0 [501] -2015-03-08 13:23:58 sendUrl INFO 0 [501] R:OK -2015-03-08 13:24:47 queue INFO >>0 [502] -2015-03-08 13:24:47 sendUrl INFO 0 [502] R:OK -2015-03-08 13:25:37 queue INFO >>0 [503] -2015-03-08 13:25:38 sendUrl INFO 0 [503] R:OK -2015-03-08 13:26:28 queue INFO >>0 [504] -2015-03-08 13:26:28 sendUrl INFO 0 [504] R:OK -2015-03-08 13:27:18 queue INFO >>0 [505] -2015-03-08 13:27:18 sendUrl INFO 0 [505] R:OK -2015-03-08 13:28:08 queue INFO >>0 [506] -2015-03-08 13:28:08 sendUrl INFO 0 [506] R:OK -2015-03-08 13:28:58 queue INFO >>0 [507] -2015-03-08 13:28:58 sendUrl INFO 0 [507] R:OK -2015-03-08 13:29:48 queue INFO >>0 [508] -2015-03-08 13:29:49 sendUrl INFO 0 [508] R:OK -2015-03-08 13:30:38 queue INFO >>0 [509] -2015-03-08 13:30:39 sendUrl INFO 0 [509] R:OK -2015-03-08 13:31:28 queue INFO >>0 [510] -2015-03-08 13:31:29 sendUrl INFO 0 [510] R:OK -2015-03-08 13:32:19 queue INFO >>0 [511] -2015-03-08 13:32:19 sendUrl INFO 0 [511] R:OK -2015-03-08 13:33:09 queue INFO >>0 [512] -2015-03-08 13:33:09 sendUrl INFO 0 [512] R:OK -2015-03-08 13:33:59 queue INFO >>0 [513] -2015-03-08 13:33:59 sendUrl INFO 0 [513] R:OK -2015-03-08 13:34:49 queue INFO >>0 [514] -2015-03-08 13:34:50 sendUrl INFO 0 [514] R:OK -2015-03-08 13:35:39 queue INFO >>0 [515] -2015-03-08 13:35:39 sendUrl INFO 0 [515] R:OK -2015-03-08 13:36:29 queue INFO >>0 [516] -2015-03-08 13:36:30 sendUrl INFO 0 [516] R:OK -2015-03-08 13:37:20 queue INFO >>0 [517] -2015-03-08 13:37:20 sendUrl INFO 0 [517] R:OK -2015-03-08 13:38:10 queue INFO >>0 [518] -2015-03-08 13:38:10 sendUrl INFO 0 [518] R:OK -2015-03-08 13:39:00 queue INFO >>0 [519] -2015-03-08 13:39:00 sendUrl INFO 0 [519] R:OK -2015-03-08 13:39:50 queue INFO >>0 [520] -2015-03-08 13:39:50 sendUrl INFO 0 [520] R:OK -2015-03-08 13:40:40 queue INFO >>0 [521] -2015-03-08 13:40:40 sendUrl INFO 0 [521] R:OK -2015-03-08 13:41:30 queue INFO >>0 [522] -2015-03-08 13:41:31 sendUrl INFO 0 [522] R:OK -2015-03-08 13:42:20 queue INFO >>0 [523] -2015-03-08 13:42:21 sendUrl INFO 0 [523] R:OK -2015-03-08 13:43:11 queue INFO >>0 [524] -2015-03-08 13:43:11 sendUrl INFO 0 [524] R:OK -2015-03-08 13:44:01 queue INFO >>0 [525] -2015-03-08 13:44:01 sendUrl INFO 0 [525] R:OK -2015-03-08 13:44:51 queue INFO >>0 [526] -2015-03-08 13:44:51 sendUrl INFO 0 [526] R:OK -2015-03-08 13:45:41 queue INFO >>0 [527] -2015-03-08 13:45:41 sendUrl INFO 0 [527] R:OK -2015-03-08 13:46:31 queue INFO >>0 [528] -2015-03-08 13:46:32 sendUrl INFO 0 [528] R:OK -2015-03-08 13:47:21 queue INFO >>0 [529] -2015-03-08 13:47:22 sendUrl INFO 0 [529] R:OK -2015-03-08 13:48:12 queue INFO >>0 [530] -2015-03-08 13:48:12 sendUrl INFO 0 [530] R:OK -2015-03-08 13:49:02 queue INFO >>0 [531] -2015-03-08 13:49:02 sendUrl INFO 0 [531] R:OK -2015-03-08 13:49:52 queue INFO >>0 [532] -2015-03-08 13:49:52 sendUrl INFO 0 [532] R:OK -2015-03-08 13:50:42 queue INFO >>0 [533] -2015-03-08 13:50:42 sendUrl INFO 0 [533] R:OK -2015-03-08 13:51:32 queue INFO >>0 [534] -2015-03-08 13:51:32 sendUrl INFO 0 [534] R:OK -2015-03-08 13:52:22 queue INFO >>0 [535] -2015-03-08 13:52:23 sendUrl INFO 0 [535] R:OK -2015-03-08 13:53:12 queue INFO >>0 [536] -2015-03-08 13:53:12 sendUrl INFO 0 [536] R:OK -2015-03-08 13:54:02 queue INFO >>0 [537] -2015-03-08 13:54:03 sendUrl INFO 0 [537] R:OK -2015-03-08 13:54:53 queue INFO >>0 [538] -2015-03-08 13:54:53 sendUrl INFO 0 [538] R:OK -2015-03-08 13:55:43 queue INFO >>0 [539] -2015-03-08 13:55:43 sendUrl INFO 0 [539] R:OK -2015-03-08 13:56:33 queue INFO >>0 [540] -2015-03-08 13:56:33 sendUrl INFO 0 [540] R:OK -2015-03-08 13:57:23 queue INFO >>0 [541] -2015-03-08 13:57:23 sendUrl INFO 0 [541] R:OK -2015-03-08 13:58:13 queue INFO >>0 [542] -2015-03-08 13:58:14 sendUrl INFO 0 [542] R:OK -2015-03-08 13:59:03 queue INFO >>0 [543] -2015-03-08 13:59:04 sendUrl INFO 0 [543] R:OK -2015-03-08 13:59:53 queue INFO >>0 [544] -2015-03-08 13:59:54 sendUrl INFO 0 [544] R:OK -2015-03-08 14:00:44 queue INFO >>0 [545] -2015-03-08 14:00:44 sendUrl INFO 0 [545] R:OK -2015-03-08 14:01:34 queue INFO >>0 [546] -2015-03-08 14:01:34 sendUrl INFO 0 [546] R:OK -2015-03-08 14:02:24 queue INFO >>0 [547] -2015-03-08 14:02:24 sendUrl INFO 0 [547] R:OK -2015-03-08 14:03:14 queue INFO >>0 [548] -2015-03-08 14:03:15 sendUrl INFO 0 [548] R:OK -2015-03-08 14:04:04 queue INFO >>0 [549] -2015-03-08 14:04:04 sendUrl INFO 0 [549] R:OK -2015-03-08 14:04:54 queue INFO >>0 [550] -2015-03-08 14:04:55 sendUrl INFO 0 [550] R:OK -2015-03-08 14:05:45 queue INFO >>0 [551] -2015-03-08 14:05:45 sendUrl INFO 0 [551] R:OK -2015-03-08 14:06:35 queue INFO >>0 [552] -2015-03-08 14:06:35 sendUrl INFO 0 [552] R:OK -2015-03-08 14:07:25 queue INFO >>0 [553] -2015-03-08 14:07:25 sendUrl INFO 0 [553] R:OK -2015-03-08 14:08:15 queue INFO >>0 [554] -2015-03-08 14:08:15 sendUrl INFO 0 [554] R:OK -2015-03-08 14:09:05 queue INFO >>0 [555] -2015-03-08 14:09:05 sendUrl INFO 0 [555] R:OK -2015-03-08 14:09:55 queue INFO >>0 [556] -2015-03-08 14:09:55 sendUrl INFO 0 [556] R:OK -2015-03-08 14:10:45 queue INFO >>0 [557] -2015-03-08 14:10:46 sendUrl INFO 0 [557] R:OK -2015-03-08 14:11:35 queue INFO >>0 [558] -2015-03-08 14:11:36 sendUrl INFO 0 [558] R:OK -2015-03-08 14:12:26 queue INFO >>0 [559] -2015-03-08 14:12:26 sendUrl INFO 0 [559] R:OK -2015-03-08 14:13:16 queue INFO >>0 [560] -2015-03-08 14:13:16 sendUrl INFO 0 [560] R:OK -2015-03-08 14:14:06 queue INFO >>0 [561] -2015-03-08 14:14:06 sendUrl INFO 0 [561] R:OK -2015-03-08 14:14:56 queue INFO >>0 [562] -2015-03-08 14:14:56 sendUrl INFO 0 [562] R:OK -2015-03-08 14:15:46 queue INFO >>0 [563] -2015-03-08 14:15:47 sendUrl INFO 0 [563] R:OK -2015-03-08 14:16:36 queue INFO >>0 [564] -2015-03-08 14:16:37 sendUrl INFO 0 [564] R:OK -2015-03-08 14:17:27 queue INFO >>0 [565] -2015-03-08 14:17:27 sendUrl INFO 0 [565] R:OK -2015-03-08 14:18:17 queue INFO >>0 [566] -2015-03-08 14:18:17 sendUrl INFO 0 [566] R:OK -2015-03-08 14:19:07 queue INFO >>0 [567] -2015-03-08 14:19:07 sendUrl INFO 0 [567] R:OK -2015-03-08 14:19:57 queue INFO >>0 [568] -2015-03-08 14:19:57 sendUrl INFO 0 [568] R:OK -2015-03-08 14:20:47 queue INFO >>0 [569] -2015-03-08 14:20:48 sendUrl INFO 0 [569] R:OK -2015-03-08 14:21:37 queue INFO >>0 [570] -2015-03-08 14:21:37 sendUrl INFO 0 [570] R:OK -2015-03-08 14:22:27 queue INFO >>0 [571] -2015-03-08 14:22:28 sendUrl INFO 0 [571] R:OK -2015-03-08 14:23:18 queue INFO >>0 [572] -2015-03-08 14:23:18 sendUrl INFO 0 [572] R:OK -2015-03-08 14:24:08 queue INFO >>0 [573] -2015-03-08 14:24:08 sendUrl INFO 0 [573] R:OK -2015-03-08 14:24:58 queue INFO >>0 [574] -2015-03-08 14:24:58 sendUrl INFO 0 [574] R:OK -2015-03-08 14:25:48 queue INFO >>0 [575] -2015-03-08 14:25:48 sendUrl INFO 0 [575] R:OK -2015-03-08 14:26:38 queue INFO >>0 [576] -2015-03-08 14:26:38 sendUrl INFO 0 [576] R:OK -2015-03-08 14:27:28 queue INFO >>0 [577] -2015-03-08 14:27:29 sendUrl INFO 0 [577] R:OK -2015-03-08 14:28:19 queue INFO >>0 [578] -2015-03-08 14:28:19 sendUrl INFO 0 [578] R:OK -2015-03-08 14:29:09 queue INFO >>0 [579] -2015-03-08 14:29:09 sendUrl INFO 0 [579] R:OK -2015-03-08 14:29:59 queue INFO >>0 [580] -2015-03-08 14:29:59 sendUrl INFO 0 [580] R:OK -2015-03-08 14:30:49 queue INFO >>0 [581] -2015-03-08 14:30:49 sendUrl INFO 0 [581] R:OK -2015-03-08 14:31:39 queue INFO >>0 [582] -2015-03-08 14:31:40 sendUrl INFO 0 [582] R:OK -2015-03-08 14:32:29 queue INFO >>0 [583] -2015-03-08 14:32:30 sendUrl INFO 0 [583] R:OK -2015-03-08 14:33:19 queue INFO >>0 [584] -2015-03-08 14:33:20 sendUrl INFO 0 [584] R:OK -2015-03-08 14:34:10 queue INFO >>0 [585] -2015-03-08 14:34:10 sendUrl INFO 0 [585] R:OK -2015-03-08 14:35:00 queue INFO >>0 [586] -2015-03-08 14:35:00 sendUrl INFO 0 [586] R:OK -2015-03-08 14:35:50 queue INFO >>0 [587] -2015-03-08 14:35:50 sendUrl INFO 0 [587] R:OK -2015-03-08 14:36:40 queue INFO >>0 [588] -2015-03-08 14:36:41 sendUrl INFO 0 [588] R:OK -2015-03-08 14:37:30 queue INFO >>0 [589] -2015-03-08 14:37:30 sendUrl INFO 0 [589] R:OK -2015-03-08 14:38:20 queue INFO >>0 [590] -2015-03-08 14:38:21 sendUrl INFO 0 [590] R:OK -2015-03-08 14:39:11 queue INFO >>0 [591] -2015-03-08 14:39:11 sendUrl INFO 0 [591] R:OK -2015-03-08 14:40:01 queue INFO >>0 [592] -2015-03-08 14:40:01 sendUrl INFO 0 [592] R:OK -2015-03-08 14:40:51 queue INFO >>0 [593] -2015-03-08 14:40:51 sendUrl INFO 0 [593] R:OK -2015-03-08 14:41:41 queue INFO >>0 [594] -2015-03-08 14:41:42 sendUrl INFO 0 [594] R:OK -2015-03-08 14:42:31 queue INFO >>0 [595] -2015-03-08 14:42:31 sendUrl INFO 0 [595] R:OK -2015-03-08 14:43:21 queue INFO >>0 [596] -2015-03-08 14:43:22 sendUrl INFO 0 [596] R:OK -2015-03-08 14:44:11 queue INFO >>0 [597] -2015-03-08 14:44:12 sendUrl INFO 0 [597] R:OK -2015-03-08 14:45:02 queue INFO >>0 [598] -2015-03-08 14:45:02 sendUrl INFO 0 [598] R:OK -2015-03-08 14:45:52 queue INFO >>0 [599] -2015-03-08 14:45:52 sendUrl INFO 0 [599] R:OK -2015-03-08 14:46:42 queue INFO >>0 [600] -2015-03-08 14:46:42 sendUrl INFO 0 [600] R:OK -2015-03-08 14:47:32 queue INFO >>0 [601] -2015-03-08 14:47:32 sendUrl INFO 0 [601] R:OK -2015-03-08 14:48:22 queue INFO >>0 [602] -2015-03-08 14:48:23 sendUrl INFO 0 [602] R:OK -2015-03-08 14:49:12 queue INFO >>0 [603] -2015-03-08 14:49:13 sendUrl INFO 0 [603] R:OK -2015-03-08 14:50:03 queue INFO >>0 [604] -2015-03-08 14:50:03 sendUrl INFO 0 [604] R:OK -2015-03-08 14:50:53 queue INFO >>0 [605] -2015-03-08 14:50:53 sendUrl INFO 0 [605] R:OK -2015-03-08 14:51:43 queue INFO >>0 [606] -2015-03-08 14:51:43 sendUrl INFO 0 [606] R:OK -2015-03-08 14:52:33 queue INFO >>0 [607] -2015-03-08 14:52:33 sendUrl INFO 0 [607] R:OK -2015-03-08 14:53:23 queue INFO >>0 [608] -2015-03-08 14:53:23 sendUrl INFO 0 [608] R:OK -2015-03-08 14:54:13 queue INFO >>0 [609] -2015-03-08 14:54:14 sendUrl INFO 0 [609] R:OK -2015-03-08 14:55:03 queue INFO >>0 [610] -2015-03-08 14:55:04 sendUrl INFO 0 [610] R:OK -2015-03-08 14:55:54 queue INFO >>0 [611] -2015-03-08 14:55:54 sendUrl INFO 0 [611] R:OK -2015-03-08 14:56:44 queue INFO >>0 [612] -2015-03-08 14:56:44 sendUrl INFO 0 [612] R:OK -2015-03-08 14:57:34 queue INFO >>0 [613] -2015-03-08 14:57:34 sendUrl INFO 0 [613] R:OK -2015-03-08 14:58:24 queue INFO >>0 [614] -2015-03-08 14:58:24 sendUrl INFO 0 [614] R:OK -2015-03-08 14:59:14 queue INFO >>0 [615] -2015-03-08 14:59:15 sendUrl INFO 0 [615] R:OK -2015-03-08 15:00:04 queue INFO >>0 [616] -2015-03-08 15:00:04 sendUrl INFO 0 [616] R:OK -2015-03-08 15:00:54 queue INFO >>0 [617] -2015-03-08 15:00:55 sendUrl INFO 0 [617] R:OK -2015-03-08 15:01:45 queue INFO >>0 [618] -2015-03-08 15:01:45 sendUrl INFO 0 [618] R:OK -2015-03-08 15:02:35 queue INFO >>0 [619] -2015-03-08 15:02:35 sendUrl INFO 0 [619] R:OK -2015-03-08 15:03:25 queue INFO >>0 [620] -2015-03-08 15:03:25 sendUrl INFO 0 [620] R:OK -2015-03-08 15:04:15 queue INFO >>0 [621] -2015-03-08 15:04:15 sendUrl INFO 0 [621] R:OK -2015-03-08 15:05:05 queue INFO >>0 [622] -2015-03-08 15:05:05 sendUrl INFO 0 [622] R:OK -2015-03-08 15:05:55 queue INFO >>0 [623] -2015-03-08 15:05:56 sendUrl INFO 0 [623] R:OK -2015-03-08 15:06:45 queue INFO >>0 [624] -2015-03-08 15:06:46 sendUrl INFO 0 [624] R:OK -2015-03-08 15:07:36 queue INFO >>0 [625] -2015-03-08 15:07:36 sendUrl INFO 0 [625] R:OK -2015-03-08 15:08:26 queue INFO >>0 [626] -2015-03-08 15:08:26 sendUrl INFO 0 [626] R:OK -2015-03-08 15:09:16 queue INFO >>0 [627] -2015-03-08 15:09:16 sendUrl INFO 0 [627] R:OK -2015-03-08 15:10:06 queue INFO >>0 [628] -2015-03-08 15:10:07 sendUrl INFO 0 [628] R:OK -2015-03-08 15:10:56 queue INFO >>0 [629] -2015-03-08 15:10:56 sendUrl INFO 0 [629] R:OK -2015-03-08 15:11:46 queue INFO >>0 [630] -2015-03-08 15:11:47 sendUrl INFO 0 [630] R:OK -2015-03-08 15:12:36 queue INFO >>0 [631] -2015-03-08 15:12:37 sendUrl INFO 0 [631] R:OK -2015-03-08 15:13:27 queue INFO >>0 [632] -2015-03-08 15:13:27 sendUrl INFO 0 [632] R:OK -2015-03-08 15:14:17 queue INFO >>0 [633] -2015-03-08 15:14:17 sendUrl INFO 0 [633] R:OK -2015-03-08 15:15:07 queue INFO >>0 [634] -2015-03-08 15:15:07 sendUrl INFO 0 [634] R:OK -2015-03-08 15:15:57 queue INFO >>0 [635] -2015-03-08 15:15:57 sendUrl INFO 0 [635] R:OK -2015-03-08 15:16:47 queue INFO >>0 [636] -2015-03-08 15:16:48 sendUrl INFO 0 [636] R:OK -2015-03-08 15:17:37 queue INFO >>0 [637] -2015-03-08 15:17:38 sendUrl INFO 0 [637] R:OK -2015-03-08 15:18:28 queue INFO >>0 [638] -2015-03-08 15:18:28 sendUrl INFO 0 [638] R:OK -2015-03-08 15:19:18 queue INFO >>0 [639] -2015-03-08 15:19:18 sendUrl INFO 0 [639] R:OK -2015-03-08 15:20:08 queue INFO >>0 [640] -2015-03-08 15:20:08 sendUrl INFO 0 [640] R:OK -2015-03-08 15:20:58 queue INFO >>0 [641] -2015-03-08 15:20:58 sendUrl INFO 0 [641] R:OK -2015-03-08 15:21:48 queue INFO >>0 [642] -2015-03-08 15:21:49 sendUrl INFO 0 [642] R:OK -2015-03-08 15:22:38 queue INFO >>0 [643] -2015-03-08 15:22:39 sendUrl INFO 0 [643] R:OK -2015-03-08 15:23:28 queue INFO >>0 [644] -2015-03-08 15:23:29 sendUrl INFO 0 [644] R:OK -2015-03-08 15:24:19 queue INFO >>0 [645] -2015-03-08 15:24:19 sendUrl INFO 0 [645] R:OK -2015-03-08 15:25:09 queue INFO >>0 [646] -2015-03-08 15:25:09 sendUrl INFO 0 [646] R:OK -2015-03-08 15:25:59 queue INFO >>0 [647] -2015-03-08 15:25:59 sendUrl INFO 0 [647] R:OK -2015-03-08 15:26:49 queue INFO >>0 [648] -2015-03-08 15:26:49 sendUrl INFO 0 [648] R:OK -2015-03-08 15:27:39 queue INFO >>0 [649] -2015-03-08 15:27:40 sendUrl INFO 0 [649] R:OK -2015-03-08 15:28:29 queue INFO >>0 [650] -2015-03-08 15:28:30 sendUrl INFO 0 [650] R:OK -2015-03-08 15:29:20 queue INFO >>0 [651] -2015-03-08 15:29:20 sendUrl INFO 0 [651] R:OK -2015-03-08 15:30:10 queue INFO >>0 [652] -2015-03-08 15:30:10 sendUrl INFO 0 [652] R:OK -2015-03-08 15:31:00 queue INFO >>0 [653] -2015-03-08 15:31:00 sendUrl INFO 0 [653] R:OK -2015-03-08 15:31:50 queue INFO >>0 [654] -2015-03-08 15:31:50 sendUrl INFO 0 [654] R:OK -2015-03-08 15:32:40 queue INFO >>0 [655] -2015-03-08 15:32:41 sendUrl INFO 0 [655] R:OK -2015-03-08 15:33:30 queue INFO >>0 [656] -2015-03-08 15:33:30 sendUrl INFO 0 [656] R:OK -2015-03-08 15:34:20 queue INFO >>0 [657] -2015-03-08 15:34:21 sendUrl INFO 0 [657] R:OK -2015-03-08 15:35:11 queue INFO >>0 [658] -2015-03-08 15:35:11 sendUrl INFO 0 [658] R:OK -2015-03-08 15:36:01 queue INFO >>0 [659] -2015-03-08 15:36:01 sendUrl INFO 0 [659] R:OK -2015-03-08 15:36:51 queue INFO >>0 [660] -2015-03-08 15:36:51 sendUrl INFO 0 [660] R:OK -2015-03-08 15:37:41 queue INFO >>0 [661] -2015-03-08 15:37:42 sendUrl INFO 0 [661] R:OK -2015-03-08 15:38:31 queue INFO >>0 [662] -2015-03-08 15:38:31 sendUrl INFO 0 [662] R:OK -2015-03-08 15:39:21 queue INFO >>0 [663] -2015-03-08 15:39:22 sendUrl INFO 0 [663] R:OK -2015-03-08 15:40:12 queue INFO >>0 [664] -2015-03-08 15:40:12 sendUrl INFO 0 [664] R:OK -2015-03-08 15:41:02 queue INFO >>0 [665] -2015-03-08 15:41:02 sendUrl INFO 0 [665] R:OK -2015-03-08 15:41:52 queue INFO >>0 [666] -2015-03-08 15:41:52 sendUrl INFO 0 [666] R:OK -2015-03-08 15:42:42 queue INFO >>0 [667] -2015-03-08 15:42:42 sendUrl INFO 0 [667] R:OK -2015-03-08 15:43:32 queue INFO >>0 [668] -2015-03-08 15:43:33 sendUrl INFO 0 [668] R:OK -2015-03-08 15:44:22 queue INFO >>0 [669] -2015-03-08 15:44:23 sendUrl INFO 0 [669] R:OK -2015-03-08 15:45:12 queue INFO >>0 [670] -2015-03-08 15:45:13 sendUrl INFO 0 [670] R:OK -2015-03-08 15:46:03 queue INFO >>0 [671] -2015-03-08 15:46:03 sendUrl INFO 0 [671] R:OK -2015-03-08 15:46:53 queue INFO >>0 [672] -2015-03-08 15:46:53 sendUrl INFO 0 [672] R:OK -2015-03-08 15:47:43 queue INFO >>0 [673] -2015-03-08 15:47:43 sendUrl INFO 0 [673] R:OK -2015-03-08 15:48:33 queue INFO >>0 [674] -2015-03-08 15:48:34 sendUrl INFO 0 [674] R:OK -2015-03-08 15:49:23 queue INFO >>0 [675] -2015-03-08 15:49:23 sendUrl INFO 0 [675] R:OK -2015-03-08 15:50:13 queue INFO >>0 [676] -2015-03-08 15:50:14 sendUrl INFO 0 [676] R:OK -2015-03-08 15:51:04 queue INFO >>0 [677] -2015-03-08 15:51:04 sendUrl INFO 0 [677] R:OK -2015-03-08 15:51:54 queue INFO >>0 [678] -2015-03-08 15:51:54 sendUrl INFO 0 [678] R:OK -2015-03-08 15:52:44 queue INFO >>0 [679] -2015-03-08 15:52:44 sendUrl INFO 0 [679] R:OK -2015-03-08 15:53:34 queue INFO >>0 [680] -2015-03-08 15:53:35 sendUrl INFO 0 [680] R:OK -2015-03-08 15:54:24 queue INFO >>0 [681] -2015-03-08 15:54:24 sendUrl INFO 0 [681] R:OK -2015-03-08 15:55:14 queue INFO >>0 [682] -2015-03-08 15:55:15 sendUrl INFO 0 [682] R:OK -2015-03-08 15:56:04 queue INFO >>0 [683] -2015-03-08 15:56:05 sendUrl INFO 0 [683] R:OK -2015-03-08 15:56:55 queue INFO >>0 [684] -2015-03-08 15:56:55 sendUrl INFO 0 [684] R:OK -2015-03-08 15:57:45 queue INFO >>0 [685] -2015-03-08 15:57:45 sendUrl INFO 0 [685] R:OK -2015-03-08 15:58:35 queue INFO >>0 [686] -2015-03-08 15:58:35 sendUrl INFO 0 [686] R:OK -2015-03-08 15:59:25 queue INFO >>0 [687] -2015-03-08 15:59:25 sendUrl INFO 0 [687] R:OK -2015-03-08 16:00:15 queue INFO >>0 [688] -2015-03-08 16:00:16 sendUrl INFO 0 [688] R:OK -2015-03-08 16:01:05 queue INFO >>0 [689] -2015-03-08 16:01:06 sendUrl INFO 0 [689] R:OK -2015-03-08 16:01:56 queue INFO >>0 [690] -2015-03-08 16:01:56 sendUrl INFO 0 [690] R:OK -2015-03-08 16:02:46 queue INFO >>0 [691] -2015-03-08 16:02:46 sendUrl INFO 0 [691] R:OK -2015-03-08 16:03:36 queue INFO >>0 [692] -2015-03-08 16:03:36 sendUrl INFO 0 [692] R:OK -2015-03-08 16:04:26 queue INFO >>0 [693] -2015-03-08 16:04:26 sendUrl INFO 0 [693] R:OK -2015-03-08 16:05:16 queue INFO >>0 [694] -2015-03-08 16:05:16 sendUrl INFO 0 [694] R:OK -2015-03-08 16:06:06 queue INFO >>0 [695] -2015-03-08 16:06:07 sendUrl INFO 0 [695] R:OK -2015-03-08 16:06:56 queue INFO >>0 [696] -2015-03-08 16:06:57 sendUrl INFO 0 [696] R:OK -2015-03-08 16:07:47 queue INFO >>0 [697] -2015-03-08 16:07:47 sendUrl INFO 0 [697] R:OK -2015-03-08 16:08:37 queue INFO >>0 [698] -2015-03-08 16:08:37 sendUrl INFO 0 [698] R:OK -2015-03-08 16:09:27 queue INFO >>0 [699] -2015-03-08 16:09:28 sendUrl INFO 0 [699] R:OK -2015-03-08 16:10:17 queue INFO >>0 [700] -2015-03-08 16:10:17 sendUrl INFO 0 [700] R:OK -2015-03-08 16:11:07 queue INFO >>0 [701] -2015-03-08 16:11:08 sendUrl INFO 0 [701] R:OK -2015-03-08 16:11:57 queue INFO >>0 [702] -2015-03-08 16:11:58 sendUrl INFO 0 [702] R:OK -2015-03-08 16:12:48 queue INFO >>0 [703] -2015-03-08 16:12:48 sendUrl INFO 0 [703] R:OK -2015-03-08 16:13:38 queue INFO >>0 [704] -2015-03-08 16:13:38 sendUrl INFO 0 [704] R:OK -2015-03-08 16:14:28 queue INFO >>0 [705] -2015-03-08 16:14:28 sendUrl INFO 0 [705] R:OK -2015-03-08 16:15:18 queue INFO >>0 [706] -2015-03-08 16:15:18 sendUrl INFO 0 [706] R:OK -2015-03-08 16:16:08 queue INFO >>0 [707] -2015-03-08 16:16:09 sendUrl INFO 0 [707] R:OK -2015-03-08 16:16:58 queue INFO >>0 [708] -2015-03-08 16:16:59 sendUrl INFO 0 [708] R:OK -2015-03-08 16:17:49 queue INFO >>0 [709] -2015-03-08 16:17:49 sendUrl INFO 0 [709] R:OK -2015-03-08 16:18:39 queue INFO >>0 [710] -2015-03-08 16:18:39 sendUrl INFO 0 [710] R:OK -2015-03-08 16:19:29 queue INFO >>0 [711] -2015-03-08 16:19:29 sendUrl INFO 0 [711] R:OK -2015-03-08 16:20:19 queue INFO >>0 [712] -2015-03-08 16:20:19 sendUrl INFO 0 [712] R:OK -2015-03-08 16:21:09 queue INFO >>0 [713] -2015-03-08 16:21:09 sendUrl INFO 0 [713] R:OK -2015-03-08 16:21:59 queue INFO >>0 [714] -2015-03-08 16:22:00 sendUrl INFO 0 [714] R:OK -2015-03-08 16:22:49 queue INFO >>0 [715] -2015-03-08 16:22:50 sendUrl INFO 0 [715] R:OK -2015-03-08 16:23:40 queue INFO >>0 [716] -2015-03-08 16:23:40 sendUrl INFO 0 [716] R:OK -2015-03-08 16:24:30 queue INFO >>0 [717] -2015-03-08 16:24:30 sendUrl INFO 0 [717] R:OK -2015-03-08 16:25:20 queue INFO >>0 [718] -2015-03-08 16:25:20 sendUrl INFO 0 [718] R:OK -2015-03-08 16:26:10 queue INFO >>0 [719] -2015-03-08 16:26:10 sendUrl INFO 0 [719] R:OK -2015-03-08 16:27:00 queue INFO >>0 [720] -2015-03-08 16:27:01 sendUrl INFO 0 [720] R:OK -2015-03-08 16:27:50 queue INFO >>0 [721] -2015-03-08 16:27:50 sendUrl INFO 0 [721] R:OK -2015-03-08 16:28:41 queue INFO >>0 [722] -2015-03-08 16:28:41 sendUrl INFO 0 [722] R:OK -2015-03-08 16:29:31 queue INFO >>0 [723] -2015-03-08 16:29:31 sendUrl INFO 0 [723] R:OK -2015-03-08 16:30:21 queue INFO >>0 [724] -2015-03-08 16:30:21 sendUrl INFO 0 [724] R:OK -2015-03-08 16:31:11 queue INFO >>0 [725] -2015-03-08 16:31:11 sendUrl INFO 0 [725] R:OK -2015-03-08 16:32:01 queue INFO >>0 [726] -2015-03-08 16:32:02 sendUrl INFO 0 [726] R:OK -2015-03-08 16:32:51 queue INFO >>0 [727] -2015-03-08 16:32:51 sendUrl INFO 0 [727] R:OK -2015-03-08 16:33:41 queue INFO >>0 [728] -2015-03-08 16:33:42 sendUrl INFO 0 [728] R:OK -2015-03-08 16:34:32 queue INFO >>0 [729] -2015-03-08 16:34:32 sendUrl INFO 0 [729] R:OK -2015-03-08 16:35:22 queue INFO >>0 [730] -2015-03-08 16:35:22 sendUrl INFO 0 [730] R:OK -2015-03-08 16:36:12 queue INFO >>0 [731] -2015-03-08 16:36:12 sendUrl INFO 0 [731] R:OK -2015-03-08 16:37:02 queue INFO >>0 [732] -2015-03-08 16:37:02 sendUrl INFO 0 [732] R:OK -2015-03-08 16:37:52 queue INFO >>0 [733] -2015-03-08 16:37:53 sendUrl INFO 0 [733] R:OK -2015-03-08 16:38:42 queue INFO >>0 [734] -2015-03-08 16:38:43 sendUrl INFO 0 [734] R:OK -2015-03-08 16:39:33 queue INFO >>0 [735] -2015-03-08 16:39:33 sendUrl INFO 0 [735] R:OK -2015-03-08 16:40:23 queue INFO >>0 [736] -2015-03-08 16:40:23 sendUrl INFO 0 [736] R:OK -2015-03-08 16:41:13 queue INFO >>0 [737] -2015-03-08 16:41:13 sendUrl INFO 0 [737] R:OK -2015-03-08 16:42:03 queue INFO >>0 [738] -2015-03-08 16:42:03 sendUrl INFO 0 [738] R:OK -2015-03-08 16:42:53 queue INFO >>0 [739] -2015-03-08 16:42:54 sendUrl INFO 0 [739] R:OK -2015-03-08 16:43:43 queue INFO >>0 [740] -2015-03-08 16:43:43 sendUrl INFO 0 [740] R:OK -2015-03-08 16:44:33 queue INFO >>0 [741] -2015-03-08 16:44:34 sendUrl INFO 0 [741] R:OK -2015-03-08 16:45:24 queue INFO >>0 [742] -2015-03-08 16:45:24 sendUrl INFO 0 [742] R:OK -2015-03-08 16:46:14 queue INFO >>0 [743] -2015-03-08 16:46:14 sendUrl INFO 0 [743] R:OK -2015-03-08 16:47:04 queue INFO >>0 [744] -2015-03-08 16:47:04 sendUrl INFO 0 [744] R:OK -2015-03-08 16:47:54 queue INFO >>0 [745] -2015-03-08 16:47:55 sendUrl INFO 0 [745] R:OK -2015-03-08 16:48:44 queue INFO >>0 [746] -2015-03-08 16:48:44 sendUrl INFO 0 [746] R:OK -2015-03-08 16:49:34 queue INFO >>0 [747] -2015-03-08 16:49:35 sendUrl INFO 0 [747] R:OK -2015-03-08 16:50:25 queue INFO >>0 [748] -2015-03-08 16:50:25 sendUrl INFO 0 [748] R:OK -2015-03-08 16:51:15 queue INFO >>0 [749] -2015-03-08 16:51:15 sendUrl INFO 0 [749] R:OK -2015-03-08 16:52:05 queue INFO >>0 [750] -2015-03-08 16:52:05 sendUrl INFO 0 [750] R:OK -2015-03-08 16:52:55 queue INFO >>0 [751] -2015-03-08 16:52:55 sendUrl INFO 0 [751] R:OK -2015-03-08 16:53:45 queue INFO >>0 [752] -2015-03-08 16:53:45 sendUrl INFO 0 [752] R:OK -2015-03-08 16:54:35 queue INFO >>0 [753] -2015-03-08 16:54:36 sendUrl INFO 0 [753] R:OK -2015-03-08 16:55:25 queue INFO >>0 [754] -2015-03-08 16:55:26 sendUrl INFO 0 [754] R:OK -2015-03-08 16:56:16 queue INFO >>0 [755] -2015-03-08 16:56:16 sendUrl INFO 0 [755] R:OK -2015-03-08 16:57:06 queue INFO >>0 [756] -2015-03-08 16:57:06 sendUrl INFO 0 [756] R:OK -2015-03-08 16:57:56 queue INFO >>0 [757] -2015-03-08 16:57:56 sendUrl INFO 0 [757] R:OK -2015-03-08 16:58:46 queue INFO >>0 [758] -2015-03-08 16:58:46 sendUrl INFO 0 [758] R:OK -2015-03-08 16:59:36 queue INFO >>0 [759] -2015-03-08 16:59:36 sendUrl INFO 0 [759] R:OK -2015-03-08 17:00:26 queue INFO >>0 [760] -2015-03-08 17:00:27 sendUrl INFO 0 [760] R:OK -2015-03-08 17:01:17 queue INFO >>0 [761] -2015-03-08 17:01:17 sendUrl INFO 0 [761] R:OK -2015-03-08 17:02:07 queue INFO >>0 [762] -2015-03-08 17:02:07 sendUrl INFO 0 [762] R:OK -2015-03-08 17:02:57 queue INFO >>0 [763] -2015-03-08 17:02:57 sendUrl INFO 0 [763] R:OK -2015-03-08 17:03:47 queue INFO >>0 [764] -2015-03-08 17:03:47 sendUrl INFO 0 [764] R:OK -2015-03-08 17:04:37 queue INFO >>0 [765] -2015-03-08 17:04:37 sendUrl INFO 0 [765] R:OK -2015-03-08 17:05:27 queue INFO >>0 [766] -2015-03-08 17:05:28 sendUrl INFO 0 [766] R:OK -2015-03-08 17:06:17 queue INFO >>0 [767] -2015-03-08 17:06:18 sendUrl INFO 0 [767] R:OK -2015-03-08 17:07:08 queue INFO >>0 [768] -2015-03-08 17:07:08 sendUrl INFO 0 [768] R:OK -2015-03-08 17:07:58 queue INFO >>0 [769] -2015-03-08 17:07:58 sendUrl INFO 0 [769] R:OK -2015-03-08 17:08:48 queue INFO >>0 [770] -2015-03-08 17:08:48 sendUrl INFO 0 [770] R:OK -2015-03-08 17:09:38 queue INFO >>0 [771] -2015-03-08 17:09:38 sendUrl INFO 0 [771] R:OK -2015-03-08 17:10:28 queue INFO >>0 [772] -2015-03-08 17:10:29 sendUrl INFO 0 [772] R:OK -2015-03-08 17:11:18 queue INFO >>0 [773] -2015-03-08 17:11:19 sendUrl INFO 0 [773] R:OK -2015-03-08 17:12:09 queue INFO >>0 [774] -2015-03-08 17:12:09 sendUrl INFO 0 [774] R:OK -2015-03-08 17:12:59 queue INFO >>0 [775] -2015-03-08 17:12:59 sendUrl INFO 0 [775] R:OK -2015-03-08 17:13:49 queue INFO >>0 [776] -2015-03-08 17:13:49 sendUrl INFO 0 [776] R:OK -2015-03-08 17:14:39 queue INFO >>0 [777] -2015-03-08 17:14:39 sendUrl INFO 0 [777] R:OK -2015-03-08 17:15:29 queue INFO >>0 [778] -2015-03-08 17:15:30 sendUrl INFO 0 [778] R:OK -2015-03-08 17:16:19 queue INFO >>0 [779] -2015-03-08 17:16:20 sendUrl INFO 0 [779] R:OK -2015-03-08 17:17:09 queue INFO >>0 [780] -2015-03-08 17:17:10 sendUrl INFO 0 [780] R:OK -2015-03-08 17:18:00 queue INFO >>0 [781] -2015-03-08 17:18:00 sendUrl INFO 0 [781] R:OK -2015-03-08 17:18:50 queue INFO >>0 [782] -2015-03-08 17:18:50 sendUrl INFO 0 [782] R:OK -2015-03-08 17:19:40 queue INFO >>0 [783] -2015-03-08 17:19:40 sendUrl INFO 0 [783] R:OK -2015-03-08 17:20:30 queue INFO >>0 [784] -2015-03-08 17:20:30 sendUrl INFO 0 [784] R:OK -2015-03-08 17:21:20 queue INFO >>0 [785] -2015-03-08 17:21:21 sendUrl INFO 0 [785] R:OK -2015-03-08 17:22:10 queue INFO >>0 [786] -2015-03-08 17:22:11 sendUrl INFO 0 [786] R:OK -2015-03-08 17:23:01 queue INFO >>0 [787] -2015-03-08 17:23:01 sendUrl INFO 0 [787] R:OK -2015-03-08 17:23:51 queue INFO >>0 [788] -2015-03-08 17:23:51 sendUrl INFO 0 [788] R:OK -2015-03-08 17:24:41 queue INFO >>0 [789] -2015-03-08 17:24:41 sendUrl INFO 0 [789] R:OK -2015-03-08 17:25:31 queue INFO >>0 [790] -2015-03-08 17:25:31 sendUrl INFO 0 [790] R:OK -2015-03-08 17:26:21 queue INFO >>0 [791] -2015-03-08 17:26:22 sendUrl INFO 0 [791] R:OK -2015-03-08 17:27:11 queue INFO >>0 [792] -2015-03-08 17:27:11 sendUrl INFO 0 [792] R:OK -2015-03-08 17:28:01 queue INFO >>0 [793] -2015-03-08 17:28:02 sendUrl INFO 0 [793] R:OK -2015-03-08 17:28:52 queue INFO >>0 [794] -2015-03-08 17:28:52 sendUrl INFO 0 [794] R:OK -2015-03-08 17:29:42 queue INFO >>0 [795] -2015-03-08 17:29:42 sendUrl INFO 0 [795] R:OK -2015-03-08 17:30:32 queue INFO >>0 [796] -2015-03-08 17:30:32 sendUrl INFO 0 [796] R:OK -2015-03-08 17:31:22 queue INFO >>0 [797] -2015-03-08 17:31:23 sendUrl INFO 0 [797] R:OK -2015-03-08 17:32:12 queue INFO >>0 [798] -2015-03-08 17:32:12 sendUrl INFO 0 [798] R:OK -2015-03-08 17:33:02 queue INFO >>0 [799] -2015-03-08 17:33:03 sendUrl INFO 0 [799] R:OK -2015-03-08 17:33:53 queue INFO >>0 [800] -2015-03-08 17:33:53 sendUrl INFO 0 [800] R:OK -2015-03-08 17:34:43 queue INFO >>0 [801] -2015-03-08 17:34:43 sendUrl INFO 0 [801] R:OK -2015-03-08 17:35:33 queue INFO >>0 [802] -2015-03-08 17:35:33 sendUrl INFO 0 [802] R:OK -2015-03-08 17:36:23 queue INFO >>0 [803] -2015-03-08 17:36:23 sendUrl INFO 0 [803] R:OK -2015-03-08 17:37:13 queue INFO >>0 [804] -2015-03-08 17:37:14 sendUrl INFO 0 [804] R:OK -2015-03-08 17:38:03 queue INFO >>0 [805] -2015-03-08 17:38:03 sendUrl INFO 0 [805] R:OK -2015-03-08 17:38:53 queue INFO >>0 [806] -2015-03-08 17:38:54 sendUrl INFO 0 [806] R:OK -2015-03-08 17:39:43 queue INFO >>0 [807] -2015-03-08 17:39:44 sendUrl INFO 0 [807] R:OK -2015-03-08 17:40:34 queue INFO >>0 [808] -2015-03-08 17:40:34 sendUrl INFO 0 [808] R:OK -2015-03-08 17:41:24 queue INFO >>0 [809] -2015-03-08 17:41:24 sendUrl INFO 0 [809] R:OK -2015-03-08 17:42:14 queue INFO >>0 [810] -2015-03-08 17:42:14 sendUrl INFO 0 [810] R:OK -2015-03-08 17:43:04 queue INFO >>0 [811] -2015-03-08 17:43:04 sendUrl INFO 0 [811] R:OK -2015-03-08 17:43:54 queue INFO >>0 [812] -2015-03-08 17:43:55 sendUrl INFO 0 [812] R:OK -2015-03-08 17:44:44 queue INFO >>0 [813] -2015-03-08 17:44:45 sendUrl INFO 0 [813] R:OK -2015-03-08 17:45:35 queue INFO >>0 [814] -2015-03-08 17:45:35 sendUrl INFO 0 [814] R:OK -2015-03-08 17:46:25 queue INFO >>0 [815] -2015-03-08 17:46:25 sendUrl INFO 0 [815] R:OK -2015-03-08 17:47:15 queue INFO >>0 [816] -2015-03-08 17:47:15 sendUrl INFO 0 [816] R:OK -2015-03-08 17:48:05 queue INFO >>0 [817] -2015-03-08 17:48:05 sendUrl INFO 0 [817] R:OK -2015-03-08 17:48:55 queue INFO >>0 [818] -2015-03-08 17:48:55 sendUrl INFO 0 [818] R:OK -2015-03-08 17:49:45 queue INFO >>0 [819] -2015-03-08 17:49:46 sendUrl INFO 0 [819] R:OK -2015-03-08 17:50:35 queue INFO >>0 [820] -2015-03-08 17:50:36 sendUrl INFO 0 [820] R:OK -2015-03-08 17:51:26 queue INFO >>0 [821] -2015-03-08 17:51:26 sendUrl INFO 0 [821] R:OK -2015-03-08 17:52:16 queue INFO >>0 [822] -2015-03-08 17:52:16 sendUrl INFO 0 [822] R:OK -2015-03-08 17:53:06 queue INFO >>0 [823] -2015-03-08 17:53:06 sendUrl INFO 0 [823] R:OK -2015-03-08 17:53:56 queue INFO >>0 [824] -2015-03-08 17:53:56 sendUrl INFO 0 [824] R:OK -2015-03-08 17:54:46 queue INFO >>0 [825] -2015-03-08 17:54:47 sendUrl INFO 0 [825] R:OK -2015-03-08 17:55:36 queue INFO >>0 [826] -2015-03-08 17:55:37 sendUrl INFO 0 [826] R:OK -2015-03-08 17:56:27 queue INFO >>0 [827] -2015-03-08 17:56:27 sendUrl INFO 0 [827] R:OK -2015-03-08 17:57:17 queue INFO >>0 [828] -2015-03-08 17:57:17 sendUrl INFO 0 [828] R:OK -2015-03-08 17:58:07 queue INFO >>0 [829] -2015-03-08 17:58:07 sendUrl INFO 0 [829] R:OK -2015-03-08 17:58:57 queue INFO >>0 [830] -2015-03-08 17:58:57 sendUrl INFO 0 [830] R:OK -2015-03-08 17:59:47 queue INFO >>0 [831] -2015-03-08 17:59:48 sendUrl INFO 0 [831] R:OK -2015-03-08 18:00:37 queue INFO >>0 [832] -2015-03-08 18:00:37 sendUrl INFO 0 [832] R:OK -2015-03-08 18:01:27 queue INFO >>0 [833] -2015-03-08 18:01:28 sendUrl INFO 0 [833] R:OK -2015-03-08 18:02:18 queue INFO >>0 [834] -2015-03-08 18:02:18 sendUrl INFO 0 [834] R:OK -2015-03-08 18:03:08 queue INFO >>0 [835] -2015-03-08 18:03:08 sendUrl INFO 0 [835] R:OK -2015-03-08 18:03:58 queue INFO >>0 [836] -2015-03-08 18:03:58 sendUrl INFO 0 [836] R:OK -2015-03-08 18:04:48 queue INFO >>0 [837] -2015-03-08 18:04:49 sendUrl INFO 0 [837] R:OK -2015-03-08 18:05:38 queue INFO >>0 [838] -2015-03-08 18:05:38 sendUrl INFO 0 [838] R:OK -2015-03-08 18:06:28 queue INFO >>0 [839] -2015-03-08 18:06:29 sendUrl INFO 0 [839] R:OK -2015-03-08 18:07:18 queue INFO >>0 [840] -2015-03-08 18:07:19 sendUrl INFO 0 [840] R:OK -2015-03-08 18:08:09 queue INFO >>0 [841] -2015-03-08 18:08:09 sendUrl INFO 0 [841] R:OK -2015-03-08 18:08:59 queue INFO >>0 [842] -2015-03-08 18:08:59 sendUrl INFO 0 [842] R:OK -2015-03-08 18:09:49 queue INFO >>0 [843] -2015-03-08 18:09:49 sendUrl INFO 0 [843] R:OK -2015-03-08 18:10:39 queue INFO >>0 [844] -2015-03-08 18:10:40 sendUrl INFO 0 [844] R:OK -2015-03-08 18:11:29 queue INFO >>0 [845] -2015-03-08 18:11:29 sendUrl INFO 0 [845] R:OK -2015-03-08 18:12:19 queue INFO >>0 [846] -2015-03-08 18:12:20 sendUrl INFO 0 [846] R:OK -2015-03-08 18:13:09 queue INFO >>0 [847] -2015-03-08 18:13:10 sendUrl INFO 0 [847] R:OK -2015-03-08 18:14:00 queue INFO >>0 [848] -2015-03-08 18:14:00 sendUrl INFO 0 [848] R:OK -2015-03-08 18:14:50 queue INFO >>0 [849] -2015-03-08 18:14:50 sendUrl INFO 0 [849] R:OK -2015-03-08 18:15:40 queue INFO >>0 [850] -2015-03-08 18:15:40 sendUrl INFO 0 [850] R:OK -2015-03-08 18:16:30 queue INFO >>0 [851] -2015-03-08 18:16:30 sendUrl INFO 0 [851] R:OK -2015-03-08 18:17:20 queue INFO >>0 [852] -2015-03-08 18:17:20 sendUrl INFO 0 [852] R:OK -2015-03-08 18:18:10 queue INFO >>0 [853] -2015-03-08 18:18:11 sendUrl INFO 0 [853] R:OK -2015-03-08 18:19:00 queue INFO >>0 [854] -2015-03-08 18:19:01 sendUrl INFO 0 [854] R:OK -2015-03-08 18:19:50 queue INFO >>0 [855] -2015-03-08 18:19:51 sendUrl INFO 0 [855] R:OK -2015-03-08 18:20:41 queue INFO >>0 [856] -2015-03-08 18:20:41 sendUrl INFO 0 [856] R:OK -2015-03-08 18:21:31 queue INFO >>0 [857] -2015-03-08 18:21:31 sendUrl INFO 0 [857] R:OK -2015-03-08 18:22:21 queue INFO >>0 [858] -2015-03-08 18:22:21 sendUrl INFO 0 [858] R:OK -2015-03-08 18:23:11 queue INFO >>0 [859] -2015-03-08 18:23:12 sendUrl INFO 0 [859] R:OK -2015-03-08 18:24:01 queue INFO >>0 [860] -2015-03-08 18:24:01 sendUrl INFO 0 [860] R:OK -2015-03-08 18:24:51 queue INFO >>0 [861] -2015-03-08 18:24:52 sendUrl INFO 0 [861] R:OK -2015-03-08 18:25:41 queue INFO >>0 [862] -2015-03-08 18:25:42 sendUrl INFO 0 [862] R:OK -2015-03-08 18:26:32 queue INFO >>0 [863] -2015-03-08 18:26:32 sendUrl INFO 0 [863] R:OK -2015-03-08 18:27:22 queue INFO >>0 [864] -2015-03-08 18:27:22 sendUrl INFO 0 [864] R:OK -2015-03-08 18:28:12 queue INFO >>0 [865] -2015-03-08 18:28:12 sendUrl INFO 0 [865] R:OK -2015-03-08 18:29:02 queue INFO >>0 [866] -2015-03-08 18:29:02 sendUrl INFO 0 [866] R:OK -2015-03-08 18:29:52 queue INFO >>0 [867] -2015-03-08 18:29:52 sendUrl INFO 0 [867] R:OK -2015-03-08 18:30:42 queue INFO >>0 [868] -2015-03-08 18:30:43 sendUrl INFO 0 [868] R:OK -2015-03-08 18:31:32 queue INFO >>0 [869] -2015-03-08 18:31:33 sendUrl INFO 0 [869] R:OK -2015-03-08 18:32:23 queue INFO >>0 [870] -2015-03-08 18:32:23 sendUrl INFO 0 [870] R:OK -2015-03-08 18:33:13 queue INFO >>0 [871] -2015-03-08 18:33:13 sendUrl INFO 0 [871] R:OK -2015-03-08 18:34:03 queue INFO >>0 [872] -2015-03-08 18:34:03 sendUrl INFO 0 [872] R:OK -2015-03-08 18:34:53 queue INFO >>0 [873] -2015-03-08 18:34:53 sendUrl INFO 0 [873] R:OK -2015-03-08 18:35:43 queue INFO >>0 [874] -2015-03-08 18:35:44 sendUrl INFO 0 [874] R:OK -2015-03-08 18:36:33 queue INFO >>0 [875] -2015-03-08 18:36:33 sendUrl INFO 0 [875] R:OK -2015-03-08 18:37:24 queue INFO >>0 [876] -2015-03-08 18:37:24 sendUrl INFO 0 [876] R:OK -2015-03-08 18:38:14 queue INFO >>0 [877] -2015-03-08 18:38:14 sendUrl INFO 0 [877] R:OK -2015-03-08 18:39:04 queue INFO >>0 [878] -2015-03-08 18:39:04 sendUrl INFO 0 [878] R:OK -2015-03-08 18:39:54 queue INFO >>0 [879] -2015-03-08 18:39:54 sendUrl INFO 0 [879] R:OK -2015-03-08 18:40:44 queue INFO >>0 [880] -2015-03-08 18:40:45 sendUrl INFO 0 [880] R:OK -2015-03-08 18:41:34 queue INFO >>0 [881] -2015-03-08 18:41:34 sendUrl INFO 0 [881] R:OK -2015-03-08 18:42:24 queue INFO >>0 [882] -2015-03-08 18:42:25 sendUrl INFO 0 [882] R:OK -2015-03-08 18:43:15 queue INFO >>0 [883] -2015-03-08 18:43:15 sendUrl INFO 0 [883] R:OK -2015-03-08 18:44:05 queue INFO >>0 [884] -2015-03-08 18:44:05 sendUrl INFO 0 [884] R:OK -2015-03-08 18:44:55 queue INFO >>0 [885] -2015-03-08 18:44:55 sendUrl INFO 0 [885] R:OK -2015-03-08 18:45:45 queue INFO >>0 [886] -2015-03-08 18:45:45 sendUrl INFO 0 [886] R:OK -2015-03-08 18:46:35 queue INFO >>0 [887] -2015-03-08 18:46:36 sendUrl INFO 0 [887] R:OK -2015-03-08 18:47:25 queue INFO >>0 [888] -2015-03-08 18:47:26 sendUrl INFO 0 [888] R:OK -2015-03-08 18:48:16 queue INFO >>0 [889] -2015-03-08 18:48:16 sendUrl INFO 0 [889] R:OK -2015-03-08 18:49:06 queue INFO >>0 [890] -2015-03-08 18:49:06 sendUrl INFO 0 [890] R:OK -2015-03-08 18:49:56 queue INFO >>0 [891] -2015-03-08 18:49:56 sendUrl INFO 0 [891] R:OK -2015-03-08 18:50:46 queue INFO >>0 [892] -2015-03-08 18:50:46 sendUrl INFO 0 [892] R:OK -2015-03-08 18:51:36 queue INFO >>0 [893] -2015-03-08 18:51:37 sendUrl INFO 0 [893] R:OK -2015-03-08 18:52:26 queue INFO >>0 [894] -2015-03-08 18:52:26 sendUrl INFO 0 [894] R:OK -2015-03-08 18:53:16 queue INFO >>0 [895] -2015-03-08 18:53:17 sendUrl INFO 0 [895] R:OK -2015-03-08 18:54:06 queue INFO >>0 [896] -2015-03-08 18:54:07 sendUrl INFO 0 [896] R:OK -2015-03-08 18:54:57 queue INFO >>0 [897] -2015-03-08 18:54:57 sendUrl INFO 0 [897] R:OK -2015-03-08 18:55:47 queue INFO >>0 [898] -2015-03-08 18:55:47 sendUrl INFO 0 [898] R:OK -2015-03-08 18:56:37 queue INFO >>0 [899] -2015-03-08 18:56:37 sendUrl INFO 0 [899] R:OK -2015-03-08 18:57:27 queue INFO >>0 [900] -2015-03-08 18:57:27 sendUrl INFO 0 [900] R:OK -2015-03-08 18:58:17 queue INFO >>0 [901] -2015-03-08 18:58:18 sendUrl INFO 0 [901] R:OK -2015-03-08 18:59:07 queue INFO >>0 [902] -2015-03-08 18:59:08 sendUrl INFO 0 [902] R:OK -2015-03-08 18:59:57 queue INFO >>0 [903] -2015-03-08 18:59:58 sendUrl INFO 0 [903] R:OK -2015-03-08 19:00:48 queue INFO >>0 [904] -2015-03-08 19:00:48 sendUrl INFO 0 [904] R:OK -2015-03-08 19:01:38 queue INFO >>0 [905] -2015-03-08 19:01:38 sendUrl INFO 0 [905] R:OK -2015-03-08 19:02:28 queue INFO >>0 [906] -2015-03-08 19:02:28 sendUrl INFO 0 [906] R:OK -2015-03-08 19:03:18 queue INFO >>0 [907] -2015-03-08 19:03:18 sendUrl INFO 0 [907] R:OK -2015-03-08 19:04:08 queue INFO >>0 [908] -2015-03-08 19:04:09 sendUrl INFO 0 [908] R:OK -2015-03-08 19:04:58 queue INFO >>0 [909] -2015-03-08 19:04:59 sendUrl INFO 0 [909] R:OK -2015-03-08 19:05:49 queue INFO >>0 [910] -2015-03-08 19:05:49 sendUrl INFO 0 [910] R:OK -2015-03-08 19:06:39 queue INFO >>0 [911] -2015-03-08 19:06:39 sendUrl INFO 0 [911] R:OK -2015-03-08 19:07:29 queue INFO >>0 [912] -2015-03-08 19:07:29 sendUrl INFO 0 [912] R:OK -2015-03-08 19:08:19 queue INFO >>0 [913] -2015-03-08 19:08:19 sendUrl INFO 0 [913] R:OK -2015-03-08 19:09:09 queue INFO >>0 [914] -2015-03-08 19:09:10 sendUrl INFO 0 [914] R:OK -2015-03-08 19:09:59 queue INFO >>0 [915] -2015-03-08 19:09:59 sendUrl INFO 0 [915] R:OK -2015-03-08 19:10:49 queue INFO >>0 [916] -2015-03-08 19:10:50 sendUrl INFO 0 [916] R:OK -2015-03-08 19:11:40 queue INFO >>0 [917] -2015-03-08 19:11:40 sendUrl INFO 0 [917] R:OK -2015-03-08 19:12:30 queue INFO >>0 [918] -2015-03-08 19:12:30 sendUrl INFO 0 [918] R:OK -2015-03-08 19:13:20 queue INFO >>0 [919] -2015-03-08 19:13:20 sendUrl INFO 0 [919] R:OK -2015-03-08 19:14:10 queue INFO >>0 [920] -2015-03-08 19:14:11 sendUrl INFO 0 [920] R:OK -2015-03-08 19:15:00 queue INFO >>0 [921] -2015-03-08 19:15:00 sendUrl INFO 0 [921] R:OK -2015-03-08 19:15:50 queue INFO >>0 [922] -2015-03-08 19:15:51 sendUrl INFO 0 [922] R:OK -2015-03-08 19:16:41 queue INFO >>0 [923] -2015-03-08 19:16:41 sendUrl INFO 0 [923] R:OK -2015-03-08 19:17:31 queue INFO >>0 [924] -2015-03-08 19:17:31 sendUrl INFO 0 [924] R:OK -2015-03-08 19:18:21 queue INFO >>0 [925] -2015-03-08 19:18:21 sendUrl INFO 0 [925] R:OK -2015-03-08 19:19:11 queue INFO >>0 [926] -2015-03-08 19:19:11 sendUrl INFO 0 [926] R:OK -2015-03-08 19:20:01 queue INFO >>0 [927] -2015-03-08 19:20:02 sendUrl INFO 0 [927] R:OK -2015-03-08 19:20:51 queue INFO >>0 [928] -2015-03-08 19:20:52 sendUrl INFO 0 [928] R:OK -2015-03-08 19:21:42 queue INFO >>0 [929] -2015-03-08 19:21:42 sendUrl INFO 0 [929] R:OK -2015-03-08 19:22:32 queue INFO >>0 [930] -2015-03-08 19:22:32 sendUrl INFO 0 [930] R:OK -2015-03-08 19:23:22 queue INFO >>0 [931] -2015-03-08 19:23:22 sendUrl INFO 0 [931] R:OK -2015-03-08 19:24:12 queue INFO >>0 [932] -2015-03-08 19:24:12 sendUrl INFO 0 [932] R:OK -2015-03-08 19:25:02 queue INFO >>0 [933] -2015-03-08 19:25:03 sendUrl INFO 0 [933] R:OK -2015-03-08 19:25:52 queue INFO >>0 [934] -2015-03-08 19:25:52 sendUrl INFO 0 [934] R:OK -2015-03-08 19:26:42 queue INFO >>0 [935] -2015-03-08 19:26:43 sendUrl INFO 0 [935] R:OK -2015-03-08 19:27:33 queue INFO >>0 [936] -2015-03-08 19:27:33 sendUrl INFO 0 [936] R:OK -2015-03-08 19:28:23 queue INFO >>0 [937] -2015-03-08 19:28:23 sendUrl INFO 0 [937] R:OK -2015-03-08 19:29:13 queue INFO >>0 [938] -2015-03-08 19:29:13 sendUrl INFO 0 [938] R:OK -2015-03-08 19:30:03 queue INFO >>0 [939] -2015-03-08 19:30:04 sendUrl INFO 0 [939] R:OK -2015-03-08 19:30:53 queue INFO >>0 [940] -2015-03-08 19:30:53 sendUrl INFO 0 [940] R:OK -2015-03-08 19:31:43 queue INFO >>0 [941] -2015-03-08 19:31:44 sendUrl INFO 0 [941] R:OK -2015-03-08 19:32:34 queue INFO >>0 [942] -2015-03-08 19:32:34 sendUrl INFO 0 [942] R:OK -2015-03-08 19:33:24 queue INFO >>0 [943] -2015-03-08 19:33:24 sendUrl INFO 0 [943] R:OK -2015-03-08 19:34:14 queue INFO >>0 [944] -2015-03-08 19:34:14 sendUrl INFO 0 [944] R:OK -2015-03-08 19:35:04 queue INFO >>0 [945] -2015-03-08 19:35:04 sendUrl INFO 0 [945] R:OK -2015-03-08 19:35:54 queue INFO >>0 [946] -2015-03-08 19:35:54 sendUrl INFO 0 [946] R:OK -2015-03-08 19:36:44 queue INFO >>0 [947] -2015-03-08 19:36:45 sendUrl INFO 0 [947] R:OK -2015-03-08 19:37:34 queue INFO >>0 [948] -2015-03-08 19:37:35 sendUrl INFO 0 [948] R:OK -2015-03-08 19:38:25 queue INFO >>0 [949] -2015-03-08 19:38:25 sendUrl INFO 0 [949] R:OK -2015-03-08 19:39:15 queue INFO >>0 [950] -2015-03-08 19:39:15 sendUrl INFO 0 [950] R:OK -2015-03-08 19:40:05 queue INFO >>0 [951] -2015-03-08 19:40:05 sendUrl INFO 0 [951] R:OK -2015-03-08 19:40:55 queue INFO >>0 [952] -2015-03-08 19:40:55 sendUrl INFO 0 [952] R:OK -2015-03-08 19:41:45 queue INFO >>0 [953] -2015-03-08 19:41:45 sendUrl INFO 0 [953] R:OK -2015-03-08 19:42:35 queue INFO >>0 [954] -2015-03-08 19:42:36 sendUrl INFO 0 [954] R:OK -2015-03-08 19:43:26 queue INFO >>0 [955] -2015-03-08 19:43:26 sendUrl INFO 0 [955] R:OK -2015-03-08 19:44:16 queue INFO >>0 [956] -2015-03-08 19:44:16 sendUrl INFO 0 [956] R:OK -2015-03-08 19:45:06 queue INFO >>0 [957] -2015-03-08 19:45:06 sendUrl INFO 0 [957] R:OK -2015-03-08 19:45:56 queue INFO >>0 [958] -2015-03-08 19:45:56 sendUrl INFO 0 [958] R:OK -2015-03-08 19:46:46 queue INFO >>0 [959] -2015-03-08 19:46:46 sendUrl INFO 0 [959] R:OK -2015-03-08 19:47:36 queue INFO >>0 [960] -2015-03-08 19:47:37 sendUrl INFO 0 [960] R:OK -2015-03-08 19:48:26 queue INFO >>0 [961] -2015-03-08 19:48:27 sendUrl INFO 0 [961] R:OK -2015-03-08 19:49:16 queue INFO >>0 [962] -2015-03-08 19:49:17 sendUrl INFO 0 [962] R:OK -2015-03-08 19:50:07 queue INFO >>0 [963] -2015-03-08 19:50:07 sendUrl INFO 0 [963] R:OK -2015-03-08 19:50:57 queue INFO >>0 [964] -2015-03-08 19:50:57 sendUrl INFO 0 [964] R:OK -2015-03-08 19:51:47 queue INFO >>0 [965] -2015-03-08 19:51:47 sendUrl INFO 0 [965] R:OK -2015-03-08 19:52:37 queue INFO >>0 [966] -2015-03-08 19:52:37 sendUrl INFO 0 [966] R:OK -2015-03-08 19:53:27 queue INFO >>0 [967] -2015-03-08 19:53:28 sendUrl INFO 0 [967] R:OK -2015-03-08 19:54:17 queue INFO >>0 [968] -2015-03-08 19:54:18 sendUrl INFO 0 [968] R:OK -2015-03-08 19:55:07 queue INFO >>0 [969] -2015-03-08 19:55:08 sendUrl INFO 0 [969] R:OK -2015-03-08 19:55:58 queue INFO >>0 [970] -2015-03-08 19:55:58 sendUrl INFO 0 [970] R:OK -2015-03-08 19:56:48 queue INFO >>0 [971] -2015-03-08 19:56:48 sendUrl INFO 0 [971] R:OK -2015-03-08 19:57:38 queue INFO >>0 [972] -2015-03-08 19:57:38 sendUrl INFO 0 [972] R:OK -2015-03-08 19:58:28 queue INFO >>0 [973] -2015-03-08 19:58:29 sendUrl INFO 0 [973] R:OK -2015-03-08 19:59:18 queue INFO >>0 [974] -2015-03-08 19:59:18 sendUrl INFO 0 [974] R:OK -2015-03-08 20:00:08 queue INFO >>0 [975] -2015-03-08 20:00:09 sendUrl INFO 0 [975] R:OK -2015-03-08 20:00:59 queue INFO >>0 [976] -2015-03-08 20:00:59 sendUrl INFO 0 [976] R:OK -2015-03-08 20:01:49 queue INFO >>0 [977] -2015-03-08 20:01:49 sendUrl INFO 0 [977] R:OK -2015-03-08 20:02:39 queue INFO >>0 [978] -2015-03-08 20:02:39 sendUrl INFO 0 [978] R:OK -2015-03-08 20:03:29 queue INFO >>0 [979] -2015-03-08 20:03:30 sendUrl INFO 0 [979] R:OK -2015-03-08 20:04:19 queue INFO >>0 [980] -2015-03-08 20:04:19 sendUrl INFO 0 [980] R:OK -2015-03-08 20:05:09 queue INFO >>0 [981] -2015-03-08 20:05:10 sendUrl INFO 0 [981] R:OK -2015-03-08 20:05:59 queue INFO >>0 [982] -2015-03-08 20:06:00 sendUrl INFO 0 [982] R:OK -2015-03-08 20:06:50 queue INFO >>0 [983] -2015-03-08 20:06:50 sendUrl INFO 0 [983] R:OK -2015-03-08 20:07:40 queue INFO >>0 [984] -2015-03-08 20:07:40 sendUrl INFO 0 [984] R:OK -2015-03-08 20:08:30 queue INFO >>0 [985] -2015-03-08 20:08:30 sendUrl INFO 0 [985] R:OK -2015-03-08 20:09:20 queue INFO >>0 [986] -2015-03-08 20:09:20 sendUrl INFO 0 [986] R:OK -2015-03-08 20:10:10 queue INFO >>0 [987] -2015-03-08 20:10:11 sendUrl INFO 0 [987] R:OK -2015-03-08 20:11:00 queue INFO >>0 [988] -2015-03-08 20:11:01 sendUrl INFO 0 [988] R:OK -2015-03-08 20:11:51 queue INFO >>0 [989] -2015-03-08 20:11:51 sendUrl INFO 0 [989] R:OK -2015-03-08 20:12:41 queue INFO >>0 [990] -2015-03-08 20:12:41 sendUrl INFO 0 [990] R:OK -2015-03-08 20:13:31 queue INFO >>0 [991] -2015-03-08 20:13:31 sendUrl INFO 0 [991] R:OK -2015-03-08 20:14:21 queue INFO >>0 [992] -2015-03-08 20:14:22 sendUrl INFO 0 [992] R:OK -2015-03-08 20:15:11 queue INFO >>0 [993] -2015-03-08 20:15:11 sendUrl INFO 0 [993] R:OK -2015-03-08 20:16:01 queue INFO >>0 [994] -2015-03-08 20:16:02 sendUrl INFO 0 [994] R:OK -2015-03-08 20:16:51 queue INFO >>0 [995] -2015-03-08 20:16:52 sendUrl INFO 0 [995] R:OK -2015-03-08 20:17:41 queue INFO >>0 [996] -2015-03-08 20:17:42 sendUrl INFO 0 [996] R:OK -2015-03-08 20:18:32 queue INFO >>0 [997] -2015-03-08 20:18:32 sendUrl INFO 0 [997] R:OK -2015-03-08 20:19:22 queue INFO >>0 [998] -2015-03-08 20:19:22 sendUrl INFO 0 [998] R:OK -2015-03-08 20:20:12 queue INFO >>0 [999] -2015-03-08 20:20:12 sendUrl INFO 0 [999] R:OK -2015-03-08 20:21:02 queue INFO >>0 [0] -2015-03-08 20:21:02 sendUrl INFO 0 [0] R:OK -2015-03-08 20:21:52 queue INFO >>0 [1] -2015-03-08 20:21:53 sendUrl INFO 0 [1] R:OK -2015-03-08 20:22:42 queue INFO >>0 [2] -2015-03-08 20:22:43 sendUrl INFO 0 [2] R:OK -2015-03-08 20:23:33 queue INFO >>0 [3] -2015-03-08 20:23:33 sendUrl INFO 0 [3] R:OK -2015-03-08 20:24:23 queue INFO >>0 [4] -2015-03-08 20:24:23 sendUrl INFO 0 [4] R:OK -2015-03-08 20:25:13 queue INFO >>0 [5] -2015-03-08 20:25:13 sendUrl INFO 0 [5] R:OK -2015-03-08 20:26:03 queue INFO >>0 [6] -2015-03-08 20:26:03 sendUrl INFO 0 [6] R:OK -2015-03-08 20:26:53 queue INFO >>0 [7] -2015-03-08 20:26:54 sendUrl INFO 0 [7] R:OK -2015-03-08 20:27:43 queue INFO >>0 [8] -2015-03-08 20:27:43 sendUrl INFO 0 [8] R:OK -2015-03-08 20:28:33 queue INFO >>0 [9] -2015-03-08 20:28:34 sendUrl INFO 0 [9] R:OK -2015-03-08 20:29:24 queue INFO >>0 [10] -2015-03-08 20:29:24 sendUrl INFO 0 [10] R:OK -2015-03-08 20:30:14 queue INFO >>0 [11] -2015-03-08 20:30:14 sendUrl INFO 0 [11] R:OK -2015-03-08 20:31:04 queue INFO >>0 [12] -2015-03-08 20:31:04 sendUrl INFO 0 [12] R:OK -2015-03-08 20:31:54 queue INFO >>0 [13] -2015-03-08 20:31:55 sendUrl INFO 0 [13] R:OK -2015-03-08 20:32:44 queue INFO >>0 [14] -2015-03-08 20:32:44 sendUrl INFO 0 [14] R:OK -2015-03-08 20:33:34 queue INFO >>0 [15] -2015-03-08 20:33:35 sendUrl INFO 0 [15] R:OK -2015-03-08 20:34:25 queue INFO >>0 [16] -2015-03-08 20:34:25 sendUrl INFO 0 [16] R:OK -2015-03-08 20:35:15 queue INFO >>0 [17] -2015-03-08 20:35:15 sendUrl INFO 0 [17] R:OK -2015-03-08 20:36:05 queue INFO >>0 [18] -2015-03-08 20:36:05 sendUrl INFO 0 [18] R:OK -2015-03-08 20:36:55 queue INFO >>0 [19] -2015-03-08 20:36:55 sendUrl INFO 0 [19] R:OK -2015-03-08 20:37:45 queue INFO >>0 [20] -2015-03-08 20:37:45 sendUrl INFO 0 [20] R:OK -2015-03-08 20:38:35 queue INFO >>0 [21] -2015-03-08 20:38:36 sendUrl INFO 0 [21] R:OK -2015-03-08 20:39:25 queue INFO >>0 [22] -2015-03-08 20:39:26 sendUrl INFO 0 [22] R:OK -2015-03-08 20:40:16 queue INFO >>0 [23] -2015-03-08 20:40:16 sendUrl INFO 0 [23] R:OK -2015-03-08 20:41:06 queue INFO >>0 [24] -2015-03-08 20:41:06 sendUrl INFO 0 [24] R:OK -2015-03-08 20:41:56 queue INFO >>0 [25] -2015-03-08 20:41:56 sendUrl INFO 0 [25] R:OK -2015-03-08 20:42:46 queue INFO >>0 [26] -2015-03-08 20:42:47 sendUrl INFO 0 [26] R:OK -2015-03-08 20:43:36 queue INFO >>0 [27] -2015-03-08 20:43:36 sendUrl INFO 0 [27] R:OK -2015-03-08 20:44:26 queue INFO >>0 [28] -2015-03-08 20:44:27 sendUrl INFO 0 [28] R:OK -2015-03-08 20:45:17 queue INFO >>0 [29] -2015-03-08 20:45:17 sendUrl INFO 0 [29] R:OK -2015-03-08 20:46:07 queue INFO >>0 [30] -2015-03-08 20:46:07 sendUrl INFO 0 [30] R:OK -2015-03-08 20:46:57 queue INFO >>0 [31] -2015-03-08 20:46:57 sendUrl INFO 0 [31] R:OK -2015-03-08 20:47:47 queue INFO >>0 [32] -2015-03-08 20:47:48 sendUrl INFO 0 [32] R:OK -2015-03-08 20:48:37 queue INFO >>0 [33] -2015-03-08 20:48:37 sendUrl INFO 0 [33] R:OK -2015-03-08 20:49:27 queue INFO >>0 [34] -2015-03-08 20:49:28 sendUrl INFO 0 [34] R:OK -2015-03-08 20:50:17 queue INFO >>0 [35] -2015-03-08 20:50:18 sendUrl INFO 0 [35] R:OK -2015-03-08 20:51:08 queue INFO >>0 [36] -2015-03-08 20:51:08 sendUrl INFO 0 [36] R:OK -2015-03-08 20:51:58 queue INFO >>0 [37] -2015-03-08 20:51:58 sendUrl INFO 0 [37] R:OK -2015-03-08 20:52:48 queue INFO >>0 [38] -2015-03-08 20:52:48 sendUrl INFO 0 [38] R:OK -2015-03-08 20:53:38 queue INFO >>0 [39] -2015-03-08 20:53:38 sendUrl INFO 0 [39] R:OK -2015-03-08 20:54:28 queue INFO >>0 [40] -2015-03-08 20:54:29 sendUrl INFO 0 [40] R:OK -2015-03-08 20:55:18 queue INFO >>0 [41] -2015-03-08 20:55:19 sendUrl INFO 0 [41] R:OK -2015-03-08 20:56:09 queue INFO >>0 [42] -2015-03-08 20:56:09 sendUrl INFO 0 [42] R:OK -2015-03-08 20:56:59 queue INFO >>0 [43] -2015-03-08 20:56:59 sendUrl INFO 0 [43] R:OK -2015-03-08 20:57:49 queue INFO >>0 [44] -2015-03-08 20:57:49 sendUrl INFO 0 [44] R:OK -2015-03-08 20:58:39 queue INFO >>0 [45] -2015-03-08 20:58:39 sendUrl INFO 0 [45] R:OK -2015-03-08 20:59:29 queue INFO >>0 [46] -2015-03-08 20:59:30 sendUrl INFO 0 [46] R:OK -2015-03-08 21:00:19 queue INFO >>0 [47] -2015-03-08 21:00:20 sendUrl INFO 0 [47] R:OK -2015-03-08 21:01:09 queue INFO >>0 [48] -2015-03-08 21:01:10 sendUrl INFO 0 [48] R:OK -2015-03-08 21:02:00 queue INFO >>0 [49] -2015-03-08 21:02:00 sendUrl INFO 0 [49] R:OK -2015-03-08 21:02:50 queue INFO >>0 [50] -2015-03-08 21:02:50 sendUrl INFO 0 [50] R:OK -2015-03-08 21:03:40 queue INFO >>0 [51] -2015-03-08 21:03:40 sendUrl INFO 0 [51] R:OK -2015-03-08 21:04:30 queue INFO >>0 [52] -2015-03-08 21:04:30 sendUrl INFO 0 [52] R:OK -2015-03-08 21:05:20 queue INFO >>0 [53] -2015-03-08 21:05:21 sendUrl INFO 0 [53] R:OK -2015-03-08 21:06:10 queue INFO >>0 [54] -2015-03-08 21:06:11 sendUrl INFO 0 [54] R:OK -2015-03-08 21:07:01 queue INFO >>0 [55] -2015-03-08 21:07:01 sendUrl INFO 0 [55] R:OK -2015-03-08 21:07:51 queue INFO >>0 [56] -2015-03-08 21:07:51 sendUrl INFO 0 [56] R:OK -2015-03-08 21:08:41 queue INFO >>0 [57] -2015-03-08 21:08:41 sendUrl INFO 0 [57] R:OK -2015-03-08 21:09:31 queue INFO >>0 [58] -2015-03-08 21:09:31 sendUrl INFO 0 [58] R:OK -2015-03-08 21:10:21 queue INFO >>0 [59] -2015-03-08 21:10:22 sendUrl INFO 0 [59] R:OK -2015-03-08 21:11:11 queue INFO >>0 [60] -2015-03-08 21:11:11 sendUrl INFO 0 [60] R:OK -2015-03-08 21:12:01 queue INFO >>0 [61] -2015-03-08 21:12:02 sendUrl INFO 0 [61] R:OK -2015-03-08 21:12:52 queue INFO >>0 [62] -2015-03-08 21:12:52 sendUrl INFO 0 [62] R:OK -2015-03-08 21:13:42 queue INFO >>0 [63] -2015-03-08 21:13:42 sendUrl INFO 0 [63] R:OK -2015-03-08 21:14:32 queue INFO >>0 [64] -2015-03-08 21:14:32 sendUrl INFO 0 [64] R:OK -2015-03-08 21:15:22 queue INFO >>0 [65] -2015-03-08 21:15:23 sendUrl INFO 0 [65] R:OK -2015-03-08 21:16:12 queue INFO >>0 [66] -2015-03-08 21:16:12 sendUrl INFO 0 [66] R:OK -2015-03-08 21:17:02 queue INFO >>0 [67] -2015-03-08 21:17:03 sendUrl INFO 0 [67] R:OK -2015-03-08 21:17:53 queue INFO >>0 [68] -2015-03-08 21:17:53 sendUrl INFO 0 [68] R:OK -2015-03-08 21:18:43 queue INFO >>0 [69] -2015-03-08 21:18:43 sendUrl INFO 0 [69] R:OK -2015-03-08 21:19:33 queue INFO >>0 [70] -2015-03-08 21:19:33 sendUrl INFO 0 [70] R:OK -2015-03-08 21:20:23 queue INFO >>0 [71] -2015-03-08 21:20:23 sendUrl INFO 0 [71] R:OK -2015-03-08 21:21:13 queue INFO >>0 [72] -2015-03-08 21:21:14 sendUrl INFO 0 [72] R:OK -2015-03-08 21:22:03 queue INFO >>0 [73] -2015-03-08 21:22:04 sendUrl INFO 0 [73] R:OK -2015-03-08 21:22:53 queue INFO >>0 [74] -2015-03-08 21:22:54 sendUrl INFO 0 [74] R:OK -2015-03-08 21:23:44 queue INFO >>0 [75] -2015-03-08 21:23:44 sendUrl INFO 0 [75] R:OK -2015-03-08 21:24:34 queue INFO >>0 [76] -2015-03-08 21:24:34 sendUrl INFO 0 [76] R:OK -2015-03-08 21:25:24 queue INFO >>0 [77] -2015-03-08 21:25:24 sendUrl INFO 0 [77] R:OK -2015-03-08 21:26:14 queue INFO >>0 [78] -2015-03-08 21:26:15 sendUrl INFO 0 [78] R:OK -2015-03-08 21:27:04 queue INFO >>0 [79] -2015-03-08 21:27:04 sendUrl INFO 0 [79] R:OK -2015-03-08 21:27:54 queue INFO >>0 [80] -2015-03-08 21:27:55 sendUrl INFO 0 [80] R:OK -2015-03-08 21:28:44 queue INFO >>0 [81] -2015-03-08 21:28:45 sendUrl INFO 0 [81] R:OK -2015-03-08 21:29:35 queue INFO >>0 [82] -2015-03-08 21:29:35 sendUrl INFO 0 [82] R:OK -2015-03-08 21:30:25 queue INFO >>0 [83] -2015-03-08 21:30:25 sendUrl INFO 0 [83] R:OK -2015-03-08 21:31:15 queue INFO >>0 [84] -2015-03-08 21:31:15 sendUrl INFO 0 [84] R:OK -2015-03-08 21:32:05 queue INFO >>0 [85] -2015-03-08 21:32:05 sendUrl INFO 0 [85] R:OK -2015-03-08 21:32:55 queue INFO >>0 [86] -2015-03-08 21:32:55 sendUrl INFO 0 [86] R:OK -2015-03-08 21:33:45 queue INFO >>0 [87] -2015-03-08 21:33:46 sendUrl INFO 0 [87] R:OK -2015-03-08 21:34:35 queue INFO >>0 [88] -2015-03-08 21:34:36 sendUrl INFO 0 [88] R:OK -2015-03-08 21:35:26 queue INFO >>0 [89] -2015-03-08 21:35:26 sendUrl INFO 0 [89] R:OK -2015-03-08 21:36:16 queue INFO >>0 [90] -2015-03-08 21:36:16 sendUrl INFO 0 [90] R:OK -2015-03-08 21:37:06 queue INFO >>0 [91] -2015-03-08 21:37:06 sendUrl INFO 0 [91] R:OK -2015-03-08 21:37:56 queue INFO >>0 [92] -2015-03-08 21:37:56 sendUrl INFO 0 [92] R:OK -2015-03-08 21:38:46 queue INFO >>0 [93] -2015-03-08 21:38:47 sendUrl INFO 0 [93] R:OK -2015-03-08 21:39:36 queue INFO >>0 [94] -2015-03-08 21:39:37 sendUrl INFO 0 [94] R:OK -2015-03-08 21:40:27 queue INFO >>0 [95] -2015-03-08 21:40:27 sendUrl INFO 0 [95] R:OK -2015-03-08 21:41:17 queue INFO >>0 [96] -2015-03-08 21:41:17 sendUrl INFO 0 [96] R:OK -2015-03-08 21:42:07 queue INFO >>0 [97] -2015-03-08 21:42:07 sendUrl INFO 0 [97] R:OK -2015-03-08 21:42:57 queue INFO >>0 [98] -2015-03-08 21:42:57 sendUrl INFO 0 [98] R:OK -2015-03-08 21:43:47 queue INFO >>0 [99] -2015-03-08 21:43:48 sendUrl INFO 0 [99] R:OK -2015-03-08 21:44:37 queue INFO >>0 [100] -2015-03-08 21:44:37 sendUrl INFO 0 [100] R:OK -2015-03-08 21:45:27 queue INFO >>0 [101] -2015-03-08 21:45:28 sendUrl INFO 0 [101] R:OK -2015-03-08 21:46:18 queue INFO >>0 [102] -2015-03-08 21:46:18 sendUrl INFO 0 [102] R:OK -2015-03-08 21:47:08 queue INFO >>0 [103] -2015-03-08 21:47:08 sendUrl INFO 0 [103] R:OK -2015-03-08 21:47:58 queue INFO >>0 [104] -2015-03-08 21:47:58 sendUrl INFO 0 [104] R:OK -2015-03-08 21:48:48 queue INFO >>0 [105] -2015-03-08 21:48:49 sendUrl INFO 0 [105] R:OK -2015-03-08 21:49:38 queue INFO >>0 [106] -2015-03-08 21:49:39 sendUrl INFO 0 [106] R:OK -2015-03-08 21:50:28 queue INFO >>0 [107] -2015-03-08 21:50:29 sendUrl INFO 0 [107] R:OK -2015-03-08 21:51:19 queue INFO >>0 [108] -2015-03-08 21:51:19 sendUrl INFO 0 [108] R:OK -2015-03-08 21:52:09 queue INFO >>0 [109] -2015-03-08 21:52:09 sendUrl INFO 0 [109] R:OK -2015-03-08 21:52:59 queue INFO >>0 [110] -2015-03-08 21:52:59 sendUrl INFO 0 [110] R:OK -2015-03-08 21:53:49 queue INFO >>0 [111] -2015-03-08 21:53:49 sendUrl INFO 0 [111] R:OK -2015-03-08 21:54:39 queue INFO >>0 [112] -2015-03-08 21:54:40 sendUrl INFO 0 [112] R:OK -2015-03-08 21:55:29 queue INFO >>0 [113] -2015-03-08 21:55:30 sendUrl INFO 0 [113] R:OK -2015-03-08 21:56:19 queue INFO >>0 [114] -2015-03-08 21:56:20 sendUrl INFO 0 [114] R:OK -2015-03-08 21:57:10 queue INFO >>0 [115] -2015-03-08 21:57:10 sendUrl INFO 0 [115] R:OK -2015-03-08 21:58:00 queue INFO >>0 [116] -2015-03-08 21:58:00 sendUrl INFO 0 [116] R:OK -2015-03-08 21:58:50 queue INFO >>0 [117] -2015-03-08 21:58:50 sendUrl INFO 0 [117] R:OK -2015-03-08 21:59:40 queue INFO >>0 [118] -2015-03-08 21:59:41 sendUrl INFO 0 [118] R:OK -2015-03-08 22:00:30 queue INFO >>0 [119] -2015-03-08 22:00:30 sendUrl INFO 0 [119] R:OK -2015-03-08 22:01:20 queue INFO >>0 [120] -2015-03-08 22:01:21 sendUrl INFO 0 [120] R:OK -2015-03-08 22:02:11 queue INFO >>0 [121] -2015-03-08 22:02:11 sendUrl INFO 0 [121] R:OK -2015-03-08 22:03:01 queue INFO >>0 [122] -2015-03-08 22:03:01 sendUrl INFO 0 [122] R:OK -2015-03-08 22:03:51 queue INFO >>0 [123] -2015-03-08 22:03:51 sendUrl INFO 0 [123] R:OK -2015-03-08 22:04:41 queue INFO >>0 [124] -2015-03-08 22:04:41 sendUrl INFO 0 [124] R:OK -2015-03-08 22:05:31 queue INFO >>0 [125] -2015-03-08 22:05:31 sendUrl INFO 0 [125] R:OK -2015-03-08 22:06:21 queue INFO >>0 [126] -2015-03-08 22:06:22 sendUrl INFO 0 [126] R:OK -2015-03-08 22:07:11 queue INFO >>0 [127] -2015-03-08 22:07:12 sendUrl INFO 0 [127] R:OK -2015-03-08 22:08:02 queue INFO >>0 [128] -2015-03-08 22:08:02 sendUrl INFO 0 [128] R:OK -2015-03-08 22:08:52 queue INFO >>0 [129] -2015-03-08 22:08:52 sendUrl INFO 0 [129] R:OK -2015-03-08 22:09:42 queue INFO >>0 [130] -2015-03-08 22:09:42 sendUrl INFO 0 [130] R:OK -2015-03-08 22:10:32 queue INFO >>0 [131] -2015-03-08 22:10:32 sendUrl INFO 0 [131] R:OK -2015-03-08 22:11:22 queue INFO >>0 [132] -2015-03-08 22:11:23 sendUrl INFO 0 [132] R:OK -2015-03-08 22:12:12 queue INFO >>0 [133] -2015-03-08 22:12:13 sendUrl INFO 0 [133] R:OK -2015-03-08 22:13:03 queue INFO >>0 [134] -2015-03-08 22:13:03 sendUrl INFO 0 [134] R:OK -2015-03-08 22:13:53 queue INFO >>0 [135] -2015-03-08 22:13:53 sendUrl INFO 0 [135] R:OK -2015-03-08 22:14:43 queue INFO >>0 [136] -2015-03-08 22:14:43 sendUrl INFO 0 [136] R:OK -2015-03-08 22:15:33 queue INFO >>0 [137] -2015-03-08 22:15:33 sendUrl INFO 0 [137] R:OK -2015-03-08 22:16:23 queue INFO >>0 [138] -2015-03-08 22:16:23 sendUrl INFO 0 [138] R:OK -2015-03-08 22:17:13 queue INFO >>0 [139] -2015-03-08 22:17:14 sendUrl INFO 0 [139] R:OK -2015-03-08 22:18:03 queue INFO >>0 [140] -2015-03-08 22:18:04 sendUrl INFO 0 [140] R:OK -2015-03-08 22:18:54 queue INFO >>0 [141] -2015-03-08 22:18:54 sendUrl INFO 0 [141] R:OK -2015-03-08 22:19:44 queue INFO >>0 [142] -2015-03-08 22:19:44 sendUrl INFO 0 [142] R:OK -2015-03-08 22:20:34 queue INFO >>0 [143] -2015-03-08 22:20:34 sendUrl INFO 0 [143] R:OK -2015-03-08 22:21:24 queue INFO >>0 [144] -2015-03-08 22:21:24 sendUrl INFO 0 [144] R:OK -2015-03-08 22:22:14 queue INFO >>0 [145] -2015-03-08 22:22:15 sendUrl INFO 0 [145] R:OK -2015-03-08 22:23:04 queue INFO >>0 [146] -2015-03-08 22:23:05 sendUrl INFO 0 [146] R:OK -2015-03-08 22:23:55 queue INFO >>0 [147] -2015-03-08 22:23:55 sendUrl INFO 0 [147] R:OK -2015-03-08 22:24:45 queue INFO >>0 [148] -2015-03-08 22:24:45 sendUrl INFO 0 [148] R:OK -2015-03-08 22:25:35 queue INFO >>0 [149] -2015-03-08 22:25:35 sendUrl INFO 0 [149] R:OK -2015-03-08 22:26:25 queue INFO >>0 [150] -2015-03-08 22:26:25 sendUrl INFO 0 [150] R:OK -2015-03-08 22:27:15 queue INFO >>0 [151] -2015-03-08 22:27:16 sendUrl INFO 0 [151] R:OK -2015-03-08 22:28:05 queue INFO >>0 [152] -2015-03-08 22:28:06 sendUrl INFO 0 [152] R:OK -2015-03-08 22:28:55 queue INFO >>0 [153] -2015-03-08 22:28:56 sendUrl INFO 0 [153] R:OK -2015-03-08 22:29:46 queue INFO >>0 [154] -2015-03-08 22:29:46 sendUrl INFO 0 [154] R:OK -2015-03-08 22:30:36 queue INFO >>0 [155] -2015-03-08 22:30:36 sendUrl INFO 0 [155] R:OK -2015-03-08 22:31:26 queue INFO >>0 [156] -2015-03-08 22:31:26 sendUrl INFO 0 [156] R:OK -2015-03-08 22:32:16 queue INFO >>0 [157] -2015-03-08 22:32:16 sendUrl INFO 0 [157] R:OK -2015-03-08 22:33:06 queue INFO >>0 [158] -2015-03-08 22:33:07 sendUrl INFO 0 [158] R:OK -2015-03-08 22:33:56 queue INFO >>0 [159] -2015-03-08 22:33:57 sendUrl INFO 0 [159] R:OK -2015-03-08 22:34:47 queue INFO >>0 [160] -2015-03-08 22:34:47 sendUrl INFO 0 [160] R:OK -2015-03-08 22:35:37 queue INFO >>0 [161] -2015-03-08 22:35:37 sendUrl INFO 0 [161] R:OK -2015-03-08 22:36:27 queue INFO >>0 [162] -2015-03-08 22:36:27 sendUrl INFO 0 [162] R:OK -2015-03-08 22:37:17 queue INFO >>0 [163] -2015-03-08 22:37:17 sendUrl INFO 0 [163] R:OK -2015-03-08 22:38:07 queue INFO >>0 [164] -2015-03-08 22:38:08 sendUrl INFO 0 [164] R:OK -2015-03-08 22:38:57 queue INFO >>0 [165] -2015-03-08 22:38:57 sendUrl INFO 0 [165] R:OK -2015-03-08 22:39:47 queue INFO >>0 [166] -2015-03-08 22:39:48 sendUrl INFO 0 [166] R:OK -2015-03-08 22:40:38 queue INFO >>0 [167] -2015-03-08 22:40:38 sendUrl INFO 0 [167] R:OK -2015-03-08 22:41:28 queue INFO >>0 [168] -2015-03-08 22:41:28 sendUrl INFO 0 [168] R:OK -2015-03-08 22:42:18 queue INFO >>0 [169] -2015-03-08 22:42:18 sendUrl INFO 0 [169] R:OK -2015-03-08 22:43:08 queue INFO >>0 [170] -2015-03-08 22:43:09 sendUrl INFO 0 [170] R:OK -2015-03-08 22:43:58 queue INFO >>0 [171] -2015-03-08 22:43:58 sendUrl INFO 0 [171] R:OK -2015-03-08 22:44:48 queue INFO >>0 [172] -2015-03-08 22:44:49 sendUrl INFO 0 [172] R:OK -2015-03-08 22:45:39 queue INFO >>0 [173] -2015-03-08 22:45:39 sendUrl INFO 0 [173] R:OK -2015-03-08 22:46:29 queue INFO >>0 [174] -2015-03-08 22:46:29 sendUrl INFO 0 [174] R:OK -2015-03-08 22:47:19 queue INFO >>0 [175] -2015-03-08 22:47:19 sendUrl INFO 0 [175] R:OK -2015-03-08 22:48:09 queue INFO >>0 [176] -2015-03-08 22:48:09 sendUrl INFO 0 [176] R:OK -2015-03-08 22:48:59 queue INFO >>0 [177] -2015-03-08 22:48:59 sendUrl INFO 0 [177] R:OK -2015-03-08 22:49:49 queue INFO >>0 [178] -2015-03-08 22:49:50 sendUrl INFO 0 [178] R:OK -2015-03-08 22:50:39 queue INFO >>0 [179] -2015-03-08 22:50:40 sendUrl INFO 0 [179] R:OK -2015-03-08 22:51:30 queue INFO >>0 [180] -2015-03-08 22:51:30 sendUrl INFO 0 [180] R:OK -2015-03-08 22:52:20 queue INFO >>0 [181] -2015-03-08 22:52:20 sendUrl INFO 0 [181] R:OK -2015-03-08 22:53:10 queue INFO >>0 [182] -2015-03-08 22:53:10 sendUrl INFO 0 [182] R:OK -2015-03-08 22:54:00 queue INFO >>0 [183] -2015-03-08 22:54:01 sendUrl INFO 0 [183] R:OK -2015-03-08 22:54:50 queue INFO >>0 [184] -2015-03-08 22:54:50 sendUrl INFO 0 [184] R:OK -2015-03-08 22:55:40 queue INFO >>0 [185] -2015-03-08 22:55:41 sendUrl INFO 0 [185] R:OK -2015-03-08 22:56:31 queue INFO >>0 [186] -2015-03-08 22:56:31 sendUrl INFO 0 [186] R:OK -2015-03-08 22:57:21 queue INFO >>0 [187] -2015-03-08 22:57:21 sendUrl INFO 0 [187] R:OK -2015-03-08 22:58:11 queue INFO >>0 [188] -2015-03-08 22:58:11 sendUrl INFO 0 [188] R:OK -2015-03-08 22:59:01 queue INFO >>0 [189] -2015-03-08 22:59:02 sendUrl INFO 0 [189] R:OK -2015-03-08 22:59:51 queue INFO >>0 [190] -2015-03-08 22:59:51 sendUrl INFO 0 [190] R:OK -2015-03-08 23:00:41 queue INFO >>0 [191] -2015-03-08 23:00:42 sendUrl INFO 0 [191] R:OK -2015-03-08 23:01:31 queue INFO >>0 [192] -2015-03-08 23:01:32 sendUrl INFO 0 [192] R:OK -2015-03-08 23:02:22 queue INFO >>0 [193] -2015-03-08 23:02:22 sendUrl INFO 0 [193] R:OK -2015-03-08 23:03:12 queue INFO >>0 [194] -2015-03-08 23:03:12 sendUrl INFO 0 [194] R:OK -2015-03-08 23:04:02 queue INFO >>0 [195] -2015-03-08 23:04:02 sendUrl INFO 0 [195] R:OK -2015-03-08 23:04:52 queue INFO >>0 [196] -2015-03-08 23:04:52 sendUrl INFO 0 [196] R:OK -2015-03-08 23:05:42 queue INFO >>0 [197] -2015-03-08 23:05:43 sendUrl INFO 0 [197] R:OK -2015-03-08 23:06:32 queue INFO >>0 [198] -2015-03-08 23:06:33 sendUrl INFO 0 [198] R:OK -2015-03-08 23:07:23 queue INFO >>0 [199] -2015-03-08 23:07:23 sendUrl INFO 0 [199] R:OK -2015-03-08 23:08:13 queue INFO >>0 [200] -2015-03-08 23:08:13 sendUrl INFO 0 [200] R:OK -2015-03-08 23:09:03 queue INFO >>0 [201] -2015-03-08 23:09:03 sendUrl INFO 0 [201] R:OK -2015-03-08 23:09:53 queue INFO >>0 [202] -2015-03-08 23:09:53 sendUrl INFO 0 [202] R:OK -2015-03-08 23:10:43 queue INFO >>0 [203] -2015-03-08 23:10:43 sendUrl INFO 0 [203] R:OK -2015-03-08 23:11:33 queue INFO >>0 [204] -2015-03-08 23:11:34 sendUrl INFO 0 [204] R:OK -2015-03-08 23:12:23 queue INFO >>0 [205] -2015-03-08 23:12:24 sendUrl INFO 0 [205] R:OK -2015-03-08 23:13:14 queue INFO >>0 [206] -2015-03-08 23:13:14 sendUrl INFO 0 [206] R:OK -2015-03-08 23:14:04 queue INFO >>0 [207] -2015-03-08 23:14:04 sendUrl INFO 0 [207] R:OK -2015-03-08 23:14:54 queue INFO >>0 [208] -2015-03-08 23:14:54 sendUrl INFO 0 [208] R:OK -2015-03-08 23:15:44 queue INFO >>0 [209] -2015-03-08 23:15:44 sendUrl INFO 0 [209] R:OK -2015-03-08 23:16:34 queue INFO >>0 [210] -2015-03-08 23:16:35 sendUrl INFO 0 [210] R:OK -2015-03-08 23:17:24 queue INFO >>0 [211] -2015-03-08 23:17:25 sendUrl INFO 0 [211] R:OK -2015-03-08 23:18:15 queue INFO >>0 [212] -2015-03-08 23:18:15 sendUrl INFO 0 [212] R:OK -2015-03-08 23:19:05 queue INFO >>0 [213] -2015-03-08 23:19:05 sendUrl INFO 0 [213] R:OK -2015-03-08 23:19:55 queue INFO >>0 [214] -2015-03-08 23:19:55 sendUrl INFO 0 [214] R:OK -2015-03-08 23:20:45 queue INFO >>0 [215] -2015-03-08 23:20:45 sendUrl INFO 0 [215] R:OK -2015-03-08 23:21:35 queue INFO >>0 [216] -2015-03-08 23:21:35 sendUrl INFO 0 [216] R:OK -2015-03-08 23:22:25 queue INFO >>0 [217] -2015-03-08 23:22:25 sendUrl INFO 0 [217] R:OK -2015-03-08 23:23:15 queue INFO >>0 [218] -2015-03-08 23:23:16 sendUrl INFO 0 [218] R:OK -2015-03-08 23:24:05 queue INFO >>0 [219] -2015-03-08 23:24:06 sendUrl INFO 0 [219] R:OK -2015-03-08 23:24:56 queue INFO >>0 [220] -2015-03-08 23:24:56 sendUrl INFO 0 [220] R:OK -2015-03-08 23:25:46 queue INFO >>0 [221] -2015-03-08 23:25:46 sendUrl INFO 0 [221] R:OK -2015-03-08 23:26:36 queue INFO >>0 [222] -2015-03-08 23:26:36 sendUrl INFO 0 [222] R:OK -2015-03-08 23:27:26 queue INFO >>0 [223] -2015-03-08 23:27:27 sendUrl INFO 0 [223] R:OK -2015-03-08 23:28:16 queue INFO >>0 [224] -2015-03-08 23:28:16 sendUrl INFO 0 [224] R:OK -2015-03-08 23:29:06 queue INFO >>0 [225] -2015-03-08 23:29:07 sendUrl INFO 0 [225] R:OK -2015-03-08 23:29:57 queue INFO >>0 [226] -2015-03-08 23:29:57 sendUrl INFO 0 [226] R:OK -2015-03-08 23:30:47 queue INFO >>0 [227] -2015-03-08 23:30:47 sendUrl INFO 0 [227] R:OK -2015-03-08 23:31:37 queue INFO >>0 [228] -2015-03-08 23:31:37 sendUrl INFO 0 [228] R:OK -2015-03-08 23:32:27 queue INFO >>0 [229] -2015-03-08 23:32:28 sendUrl INFO 0 [229] R:OK -2015-03-08 23:33:17 queue INFO >>0 [230] -2015-03-08 23:33:17 sendUrl INFO 0 [230] R:OK -2015-03-08 23:34:07 queue INFO >>0 [231] -2015-03-08 23:34:08 sendUrl INFO 0 [231] R:OK -2015-03-08 23:34:57 queue INFO >>0 [232] -2015-03-08 23:34:58 sendUrl INFO 0 [232] R:OK -2015-03-08 23:35:48 queue INFO >>0 [233] -2015-03-08 23:35:48 sendUrl INFO 0 [233] R:OK -2015-03-08 23:36:38 queue INFO >>0 [234] -2015-03-08 23:36:38 sendUrl INFO 0 [234] R:OK -2015-03-08 23:37:28 queue INFO >>0 [235] -2015-03-08 23:37:28 sendUrl INFO 0 [235] R:OK -2015-03-08 23:38:18 queue INFO >>0 [236] -2015-03-08 23:38:18 sendUrl INFO 0 [236] R:OK -2015-03-08 23:39:08 queue INFO >>0 [237] -2015-03-08 23:39:09 sendUrl INFO 0 [237] R:OK -2015-03-08 23:39:58 queue INFO >>0 [238] -2015-03-08 23:39:59 sendUrl INFO 0 [238] R:OK -2015-03-08 23:40:49 queue INFO >>0 [239] -2015-03-08 23:40:49 sendUrl INFO 0 [239] R:OK -2015-03-08 23:41:39 queue INFO >>0 [240] -2015-03-08 23:41:39 sendUrl INFO 0 [240] R:OK -2015-03-08 23:42:29 queue INFO >>0 [241] -2015-03-08 23:42:29 sendUrl INFO 0 [241] R:OK -2015-03-08 23:43:19 queue INFO >>0 [242] -2015-03-08 23:43:19 sendUrl INFO 0 [242] R:OK -2015-03-08 23:44:09 queue INFO >>0 [243] -2015-03-08 23:44:09 sendUrl INFO 0 [243] R:OK -2015-03-08 23:44:59 queue INFO >>0 [244] -2015-03-08 23:45:00 sendUrl INFO 0 [244] R:OK -2015-03-08 23:45:49 queue INFO >>0 [245] -2015-03-08 23:45:50 sendUrl INFO 0 [245] R:OK -2015-03-08 23:46:40 queue INFO >>0 [246] -2015-03-08 23:46:40 sendUrl INFO 0 [246] R:OK -2015-03-08 23:47:30 queue INFO >>0 [247] -2015-03-08 23:47:30 sendUrl INFO 0 [247] R:OK -2015-03-08 23:48:20 queue INFO >>0 [248] -2015-03-08 23:48:20 sendUrl INFO 0 [248] R:OK -2015-03-08 23:49:10 queue INFO >>0 [249] -2015-03-08 23:49:10 sendUrl INFO 0 [249] R:OK -2015-03-08 23:50:00 queue INFO >>0 [250] -2015-03-08 23:50:01 sendUrl INFO 0 [250] R:OK -2015-03-08 23:50:50 queue INFO >>0 [251] -2015-03-08 23:50:51 sendUrl INFO 0 [251] R:OK -2015-03-08 23:51:41 queue INFO >>0 [252] -2015-03-08 23:51:41 sendUrl INFO 0 [252] R:OK -2015-03-08 23:52:31 queue INFO >>0 [253] -2015-03-08 23:52:31 sendUrl INFO 0 [253] R:OK -2015-03-08 23:53:21 queue INFO >>0 [254] -2015-03-08 23:53:21 sendUrl INFO 0 [254] R:OK -2015-03-08 23:54:11 queue INFO >>0 [255] -2015-03-08 23:54:11 sendUrl INFO 0 [255] R:OK -2015-03-08 23:55:01 queue INFO >>0 [256] -2015-03-08 23:55:02 sendUrl INFO 0 [256] R:OK -2015-03-08 23:55:51 queue INFO >>0 [257] -2015-03-08 23:55:51 sendUrl INFO 0 [257] R:OK -2015-03-08 23:56:41 queue INFO >>0 [258] -2015-03-08 23:56:42 sendUrl INFO 0 [258] R:OK -2015-03-08 23:57:32 queue INFO >>0 [259] -2015-03-08 23:57:32 sendUrl INFO 0 [259] R:OK -2015-03-08 23:58:22 queue INFO >>0 [260] -2015-03-08 23:58:22 sendUrl INFO 0 [260] R:OK -2015-03-08 23:59:12 queue INFO >>0 [261] -2015-03-08 23:59:12 sendUrl INFO 0 [261] R:OK -2015-03-09 00:00:02 queue INFO >>0 [262] -2015-03-09 00:00:03 sendUrl INFO 0 [262] R:OK -2015-03-09 00:00:52 queue INFO >>0 [263] -2015-03-09 00:00:52 sendUrl INFO 0 [263] R:OK -2015-03-09 00:01:42 queue INFO >>0 [264] -2015-03-09 00:01:43 sendUrl INFO 0 [264] R:OK -2015-03-09 00:02:32 queue INFO >>0 [265] -2015-03-09 00:02:33 sendUrl INFO 0 [265] R:OK -2015-03-09 00:03:23 queue INFO >>0 [266] -2015-03-09 00:03:23 sendUrl INFO 0 [266] R:OK -2015-03-09 00:04:13 queue INFO >>0 [267] -2015-03-09 00:04:13 sendUrl INFO 0 [267] R:OK -2015-03-09 00:05:03 queue INFO >>0 [268] -2015-03-09 00:05:03 sendUrl INFO 0 [268] R:OK -2015-03-09 00:05:53 queue INFO >>0 [269] -2015-03-09 00:05:54 sendUrl INFO 0 [269] R:OK -2015-03-09 00:06:43 queue INFO >>0 [270] -2015-03-09 00:06:43 sendUrl INFO 0 [270] R:OK -2015-03-09 00:07:33 queue INFO >>0 [271] -2015-03-09 00:07:34 sendUrl INFO 0 [271] R:OK -2015-03-09 00:08:23 queue INFO >>0 [272] -2015-03-09 00:08:24 sendUrl INFO 0 [272] R:OK -2015-03-09 00:09:14 queue INFO >>0 [273] -2015-03-09 00:09:14 sendUrl INFO 0 [273] R:OK -2015-03-09 00:10:04 queue INFO >>0 [274] -2015-03-09 00:10:04 sendUrl INFO 0 [274] R:OK -2015-03-09 00:10:54 queue INFO >>0 [275] -2015-03-09 00:10:54 sendUrl INFO 0 [275] R:OK -2015-03-09 00:11:44 queue INFO >>0 [276] -2015-03-09 00:11:44 sendUrl INFO 0 [276] R:OK -2015-03-09 00:12:34 queue INFO >>0 [277] -2015-03-09 00:12:35 sendUrl INFO 0 [277] R:OK -2015-03-09 00:13:24 queue INFO >>0 [278] -2015-03-09 00:13:25 sendUrl INFO 0 [278] R:OK -2015-03-09 00:14:15 queue INFO >>0 [279] -2015-03-09 00:14:15 sendUrl INFO 0 [279] R:OK -2015-03-09 00:15:05 queue INFO >>0 [280] -2015-03-09 00:15:05 sendUrl INFO 0 [280] R:OK -2015-03-09 00:15:55 queue INFO >>0 [281] -2015-03-09 00:15:55 sendUrl INFO 0 [281] R:OK -2015-03-09 00:16:45 queue INFO >>0 [282] -2015-03-09 00:16:45 sendUrl INFO 0 [282] R:OK -2015-03-09 00:17:35 queue INFO >>0 [283] -2015-03-09 00:17:35 sendUrl INFO 0 [283] R:OK -2015-03-09 00:18:25 queue INFO >>0 [284] -2015-03-09 00:18:26 sendUrl INFO 0 [284] R:OK -2015-03-09 00:19:15 queue INFO >>0 [285] -2015-03-09 00:19:16 sendUrl INFO 0 [285] R:OK -2015-03-09 00:20:06 queue INFO >>0 [286] -2015-03-09 00:20:06 sendUrl INFO 0 [286] R:OK -2015-03-09 00:20:56 queue INFO >>0 [287] -2015-03-09 00:20:56 sendUrl INFO 0 [287] R:OK -2015-03-09 00:21:46 queue INFO >>0 [288] -2015-03-09 00:21:46 sendUrl INFO 0 [288] R:OK -2015-03-09 00:22:36 queue INFO >>0 [289] -2015-03-09 00:22:36 sendUrl INFO 0 [289] R:OK -2015-03-09 00:23:26 queue INFO >>0 [290] -2015-03-09 00:23:27 sendUrl INFO 0 [290] R:OK -2015-03-09 00:24:16 queue INFO >>0 [291] -2015-03-09 00:24:16 sendUrl INFO 0 [291] R:OK -2015-03-09 00:25:07 queue INFO >>0 [292] -2015-03-09 00:25:07 sendUrl INFO 0 [292] R:OK -2015-03-09 00:25:57 queue INFO >>0 [293] -2015-03-09 00:25:57 sendUrl INFO 0 [293] R:OK -2015-03-09 00:26:47 queue INFO >>0 [294] -2015-03-09 00:26:47 sendUrl INFO 0 [294] R:OK -2015-03-09 00:27:37 queue INFO >>0 [295] -2015-03-09 00:27:37 sendUrl INFO 0 [295] R:OK -2015-03-09 00:28:27 queue INFO >>0 [296] -2015-03-09 00:28:28 sendUrl INFO 0 [296] R:OK -2015-03-09 00:29:17 queue INFO >>0 [297] -2015-03-09 00:29:17 sendUrl INFO 0 [297] R:OK -2015-03-09 00:30:07 queue INFO >>0 [298] -2015-03-09 00:30:08 sendUrl INFO 0 [298] R:OK -2015-03-09 00:30:58 queue INFO >>0 [299] -2015-03-09 00:30:58 sendUrl INFO 0 [299] R:OK -2015-03-09 00:31:48 queue INFO >>0 [300] -2015-03-09 00:31:48 sendUrl INFO 0 [300] R:OK -2015-03-09 00:32:38 queue INFO >>0 [301] -2015-03-09 00:32:38 sendUrl INFO 0 [301] R:OK -2015-03-09 00:33:28 queue INFO >>0 [302] -2015-03-09 00:33:28 sendUrl INFO 0 [302] R:OK -2015-03-09 00:34:18 queue INFO >>0 [303] -2015-03-09 00:34:19 sendUrl INFO 0 [303] R:OK -2015-03-09 00:35:08 queue INFO >>0 [304] -2015-03-09 00:35:09 sendUrl INFO 0 [304] R:OK -2015-03-09 00:35:59 queue INFO >>0 [305] -2015-03-09 00:35:59 sendUrl INFO 0 [305] R:OK -2015-03-09 00:36:49 queue INFO >>0 [306] -2015-03-09 00:36:49 sendUrl INFO 0 [306] R:OK -2015-03-09 00:37:39 queue INFO >>0 [307] -2015-03-09 00:37:39 sendUrl INFO 0 [307] R:OK -2015-03-09 00:38:29 queue INFO >>0 [308] -2015-03-09 00:38:29 sendUrl INFO 0 [308] R:OK -2015-03-09 00:39:19 queue INFO >>0 [309] -2015-03-09 00:39:20 sendUrl INFO 0 [309] R:OK -2015-03-09 00:40:09 queue INFO >>0 [310] -2015-03-09 00:40:10 sendUrl INFO 0 [310] R:OK -2015-03-09 00:40:59 queue INFO >>0 [311] -2015-03-09 00:41:00 sendUrl INFO 0 [311] R:OK -2015-03-09 00:41:50 queue INFO >>0 [312] -2015-03-09 00:41:50 sendUrl INFO 0 [312] R:OK -2015-03-09 00:42:40 queue INFO >>0 [313] -2015-03-09 00:42:40 sendUrl INFO 0 [313] R:OK -2015-03-09 00:43:30 queue INFO >>0 [314] -2015-03-09 00:43:30 sendUrl INFO 0 [314] R:OK -2015-03-09 00:44:20 queue INFO >>0 [315] -2015-03-09 00:44:21 sendUrl INFO 0 [315] R:OK -2015-03-09 00:45:10 queue INFO >>0 [316] -2015-03-09 00:45:10 sendUrl INFO 0 [316] R:OK -2015-03-09 00:46:00 queue INFO >>0 [317] -2015-03-09 00:46:01 sendUrl INFO 0 [317] R:OK -2015-03-09 00:46:51 queue INFO >>0 [318] -2015-03-09 00:46:51 sendUrl INFO 0 [318] R:OK -2015-03-09 00:47:41 queue INFO >>0 [319] -2015-03-09 00:47:41 sendUrl INFO 0 [319] R:OK -2015-03-09 00:48:31 queue INFO >>0 [320] -2015-03-09 00:48:31 sendUrl INFO 0 [320] R:OK -2015-03-09 00:49:21 queue INFO >>0 [321] -2015-03-09 00:49:21 sendUrl INFO 0 [321] R:OK -2015-03-09 00:50:11 queue INFO >>0 [322] -2015-03-09 00:50:11 sendUrl INFO 0 [322] R:OK -2015-03-09 00:51:01 queue INFO >>0 [323] -2015-03-09 00:51:02 sendUrl INFO 0 [323] R:OK -2015-03-09 00:51:51 queue INFO >>0 [324] -2015-03-09 00:51:52 sendUrl INFO 0 [324] R:OK -2015-03-09 00:52:42 queue INFO >>0 [325] -2015-03-09 00:52:42 sendUrl INFO 0 [325] R:OK -2015-03-09 00:53:32 queue INFO >>0 [326] -2015-03-09 00:53:32 sendUrl INFO 0 [326] R:OK -2015-03-09 00:54:22 queue INFO >>0 [327] -2015-03-09 00:54:22 sendUrl INFO 0 [327] R:OK -2015-03-09 00:55:12 queue INFO >>0 [328] -2015-03-09 00:55:12 sendUrl INFO 0 [328] R:OK -2015-03-09 00:56:02 queue INFO >>0 [329] -2015-03-09 00:56:03 sendUrl INFO 0 [329] R:OK -2015-03-09 00:56:52 queue INFO >>0 [330] -2015-03-09 00:56:53 sendUrl INFO 0 [330] R:OK -2015-03-09 00:57:43 queue INFO >>0 [331] -2015-03-09 00:57:43 sendUrl INFO 0 [331] R:OK -2015-03-09 00:58:33 queue INFO >>0 [332] -2015-03-09 00:58:33 sendUrl INFO 0 [332] R:OK -2015-03-09 00:59:23 queue INFO >>0 [333] -2015-03-09 00:59:23 sendUrl INFO 0 [333] R:OK -2015-03-09 01:00:13 queue INFO >>0 [334] -2015-03-09 01:00:13 sendUrl INFO 0 [334] R:OK -2015-03-09 01:01:03 queue INFO >>0 [335] -2015-03-09 01:01:03 sendUrl INFO 0 [335] R:OK -2015-03-09 01:01:53 queue INFO >>0 [336] -2015-03-09 01:01:54 sendUrl INFO 0 [336] R:OK -2015-03-09 01:02:43 queue INFO >>0 [337] -2015-03-09 01:02:44 sendUrl INFO 0 [337] R:OK -2015-03-09 01:03:34 queue INFO >>0 [338] -2015-03-09 01:03:34 sendUrl INFO 0 [338] R:OK -2015-03-09 01:04:24 queue INFO >>0 [339] -2015-03-09 01:04:24 sendUrl INFO 0 [339] R:OK -2015-03-09 01:05:14 queue INFO >>0 [340] -2015-03-09 01:05:15 sendUrl INFO 0 [340] R:OK -2015-03-09 01:06:04 queue INFO >>0 [341] -2015-03-09 01:06:04 sendUrl INFO 0 [341] R:OK -2015-03-09 01:06:54 queue INFO >>0 [342] -2015-03-09 01:06:55 sendUrl INFO 0 [342] R:OK -2015-03-09 01:07:44 queue INFO >>0 [343] -2015-03-09 01:07:45 sendUrl INFO 0 [343] R:OK -2015-03-09 01:08:35 queue INFO >>0 [344] -2015-03-09 01:08:35 sendUrl INFO 0 [344] R:OK -2015-03-09 01:09:25 queue INFO >>0 [345] -2015-03-09 01:09:25 sendUrl INFO 0 [345] R:OK -2015-03-09 01:10:15 queue INFO >>0 [346] -2015-03-09 01:10:15 sendUrl INFO 0 [346] R:OK -2015-03-09 01:11:05 queue INFO >>0 [347] -2015-03-09 01:11:05 sendUrl INFO 0 [347] R:OK -2015-03-09 01:11:55 queue INFO >>0 [348] -2015-03-09 01:11:56 sendUrl INFO 0 [348] R:OK -2015-03-09 01:12:45 queue INFO >>0 [349] -2015-03-09 01:12:46 sendUrl INFO 0 [349] R:OK -2015-03-09 01:13:35 queue INFO >>0 [350] -2015-03-09 01:13:36 sendUrl INFO 0 [350] R:OK -2015-03-09 01:14:26 queue INFO >>0 [351] -2015-03-09 01:14:26 sendUrl INFO 0 [351] R:OK -2015-03-09 01:15:16 queue INFO >>0 [352] -2015-03-09 01:15:16 sendUrl INFO 0 [352] R:OK -2015-03-09 01:16:06 queue INFO >>0 [353] -2015-03-09 01:16:06 sendUrl INFO 0 [353] R:OK -2015-03-09 01:16:56 queue INFO >>0 [354] -2015-03-09 01:16:56 sendUrl INFO 0 [354] R:OK -2015-03-09 01:17:46 queue INFO >>0 [355] -2015-03-09 01:17:47 sendUrl INFO 0 [355] R:OK -2015-03-09 01:18:36 queue INFO >>0 [356] -2015-03-09 01:18:37 sendUrl INFO 0 [356] R:OK -2015-03-09 01:19:27 queue INFO >>0 [357] -2015-03-09 01:19:27 sendUrl INFO 0 [357] R:OK -2015-03-09 01:20:17 queue INFO >>0 [358] -2015-03-09 01:20:17 sendUrl INFO 0 [358] R:OK -2015-03-09 01:21:07 queue INFO >>0 [359] -2015-03-09 01:21:07 sendUrl INFO 0 [359] R:OK -2015-03-09 01:21:57 queue INFO >>0 [360] -2015-03-09 01:21:57 sendUrl INFO 0 [360] R:OK -2015-03-09 01:22:47 queue INFO >>0 [361] -2015-03-09 01:22:48 sendUrl INFO 0 [361] R:OK -2015-03-09 01:23:37 queue INFO >>0 [362] -2015-03-09 01:23:37 sendUrl INFO 0 [362] R:OK -2015-03-09 01:24:27 queue INFO >>0 [363] -2015-03-09 01:24:28 sendUrl INFO 0 [363] R:OK -2015-03-09 01:25:18 queue INFO >>0 [364] -2015-03-09 01:25:18 sendUrl INFO 0 [364] R:OK -2015-03-09 01:26:08 queue INFO >>0 [365] -2015-03-09 01:26:08 sendUrl INFO 0 [365] R:OK -2015-03-09 01:26:58 queue INFO >>0 [366] -2015-03-09 01:26:58 sendUrl INFO 0 [366] R:OK -2015-03-09 01:27:48 queue INFO >>0 [367] -2015-03-09 01:27:49 sendUrl INFO 0 [367] R:OK -2015-03-09 01:28:38 queue INFO >>0 [368] -2015-03-09 01:28:38 sendUrl INFO 0 [368] R:OK -2015-03-09 01:29:28 queue INFO >>0 [369] -2015-03-09 01:29:29 sendUrl INFO 0 [369] R:OK -2015-03-09 01:30:19 queue INFO >>0 [370] -2015-03-09 01:30:19 sendUrl INFO 0 [370] R:OK -2015-03-09 01:31:09 queue INFO >>0 [371] -2015-03-09 01:31:09 sendUrl INFO 0 [371] R:OK -2015-03-09 01:31:59 queue INFO >>0 [372] -2015-03-09 01:31:59 sendUrl INFO 0 [372] R:OK -2015-03-09 01:32:49 queue INFO >>0 [373] -2015-03-09 01:32:49 sendUrl INFO 0 [373] R:OK -2015-03-09 01:33:39 queue INFO >>0 [374] -2015-03-09 01:33:39 sendUrl INFO 0 [374] R:OK -2015-03-09 01:34:29 queue INFO >>0 [375] -2015-03-09 01:34:30 sendUrl INFO 0 [375] R:OK -2015-03-09 01:35:19 queue INFO >>0 [376] -2015-03-09 01:35:20 sendUrl INFO 0 [376] R:OK -2015-03-09 01:36:10 queue INFO >>0 [377] -2015-03-09 01:36:10 sendUrl INFO 0 [377] R:OK -2015-03-09 01:37:00 queue INFO >>0 [378] -2015-03-09 01:37:00 sendUrl INFO 0 [378] R:OK -2015-03-09 01:37:50 queue INFO >>0 [379] -2015-03-09 01:37:50 sendUrl INFO 0 [379] R:OK -2015-03-09 01:38:40 queue INFO >>0 [380] -2015-03-09 01:38:41 sendUrl INFO 0 [380] R:OK -2015-03-09 01:39:30 queue INFO >>0 [381] -2015-03-09 01:39:30 sendUrl INFO 0 [381] R:OK -2015-03-09 01:40:20 queue INFO >>0 [382] -2015-03-09 01:40:21 sendUrl INFO 0 [382] R:OK -2015-03-09 01:41:11 queue INFO >>0 [383] -2015-03-09 01:41:11 sendUrl INFO 0 [383] R:OK -2015-03-09 01:42:01 queue INFO >>0 [384] -2015-03-09 01:42:01 sendUrl INFO 0 [384] R:OK -2015-03-09 01:42:51 queue INFO >>0 [385] -2015-03-09 01:42:51 sendUrl INFO 0 [385] R:OK -2015-03-09 01:43:41 queue INFO >>0 [386] -2015-03-09 01:43:42 sendUrl INFO 0 [386] R:OK -2015-03-09 01:44:31 queue INFO >>0 [387] -2015-03-09 01:44:31 sendUrl INFO 0 [387] R:OK -2015-03-09 01:45:21 queue INFO >>0 [388] -2015-03-09 01:45:22 sendUrl INFO 0 [388] R:OK -2015-03-09 01:46:11 queue INFO >>0 [389] -2015-03-09 01:46:12 sendUrl INFO 0 [389] R:OK -2015-03-09 01:47:02 queue INFO >>0 [390] -2015-03-09 01:47:02 sendUrl INFO 0 [390] R:OK -2015-03-09 01:47:52 queue INFO >>0 [391] -2015-03-09 01:47:52 sendUrl INFO 0 [391] R:OK -2015-03-09 01:48:42 queue INFO >>0 [392] -2015-03-09 01:48:42 sendUrl INFO 0 [392] R:OK -2015-03-09 01:49:32 queue INFO >>0 [393] -2015-03-09 01:49:32 sendUrl INFO 0 [393] R:OK -2015-03-09 01:50:22 queue INFO >>0 [394] -2015-03-09 01:50:23 sendUrl INFO 0 [394] R:OK -2015-03-09 01:51:12 queue INFO >>0 [395] -2015-03-09 01:51:13 sendUrl INFO 0 [395] R:OK -2015-03-09 01:52:03 queue INFO >>0 [396] -2015-03-09 01:52:03 sendUrl INFO 0 [396] R:OK -2015-03-09 01:52:53 queue INFO >>0 [397] -2015-03-09 01:52:53 sendUrl INFO 0 [397] R:OK -2015-03-09 01:53:43 queue INFO >>0 [398] -2015-03-09 01:53:43 sendUrl INFO 0 [398] R:OK -2015-03-09 01:54:33 queue INFO >>0 [399] -2015-03-09 01:54:33 sendUrl INFO 0 [399] R:OK -2015-03-09 01:55:23 queue INFO >>0 [400] -2015-03-09 01:55:24 sendUrl INFO 0 [400] R:OK -2015-03-09 01:56:13 queue INFO >>0 [401] -2015-03-09 01:56:14 sendUrl INFO 0 [401] R:OK -2015-03-09 01:57:03 queue INFO >>0 [402] -2015-03-09 01:57:04 sendUrl INFO 0 [402] R:OK -2015-03-09 01:57:54 queue INFO >>0 [403] -2015-03-09 01:57:54 sendUrl INFO 0 [403] R:OK -2015-03-09 01:58:44 queue INFO >>0 [404] -2015-03-09 01:58:44 sendUrl INFO 0 [404] R:OK -2015-03-09 01:59:34 queue INFO >>0 [405] -2015-03-09 01:59:34 sendUrl INFO 0 [405] R:OK -2015-03-09 02:00:24 queue INFO >>0 [406] -2015-03-09 02:00:24 sendUrl INFO 0 [406] R:OK -2015-03-09 02:01:14 queue INFO >>0 [407] -2015-03-09 02:01:15 sendUrl INFO 0 [407] R:OK -2015-03-09 02:02:04 queue INFO >>0 [408] -2015-03-09 02:02:05 sendUrl INFO 0 [408] R:OK -2015-03-09 02:02:55 queue INFO >>0 [409] -2015-03-09 02:02:55 sendUrl INFO 0 [409] R:OK -2015-03-09 02:03:45 queue INFO >>0 [410] -2015-03-09 02:03:45 sendUrl INFO 0 [410] R:OK -2015-03-09 02:04:35 queue INFO >>0 [411] -2015-03-09 02:04:35 sendUrl INFO 0 [411] R:OK -2015-03-09 02:05:25 queue INFO >>0 [412] -2015-03-09 02:05:25 sendUrl INFO 0 [412] R:OK -2015-03-09 02:06:15 queue INFO >>0 [413] -2015-03-09 02:06:16 sendUrl INFO 0 [413] R:OK -2015-03-09 02:07:05 queue INFO >>0 [414] -2015-03-09 02:07:05 sendUrl INFO 0 [414] R:OK -2015-03-09 02:07:56 queue INFO >>0 [415] -2015-03-09 02:07:56 sendUrl INFO 0 [415] R:OK -2015-03-09 02:08:46 queue INFO >>0 [416] -2015-03-09 02:08:46 sendUrl INFO 0 [416] R:OK -2015-03-09 02:09:36 queue INFO >>0 [417] -2015-03-09 02:09:36 sendUrl INFO 0 [417] R:OK -2015-03-09 02:10:26 queue INFO >>0 [418] -2015-03-09 02:10:26 sendUrl INFO 0 [418] R:OK -2015-03-09 02:11:16 queue INFO >>0 [419] -2015-03-09 02:11:17 sendUrl INFO 0 [419] R:OK -2015-03-09 02:12:06 queue INFO >>0 [420] -2015-03-09 02:12:07 sendUrl INFO 0 [420] R:OK -2015-03-09 02:12:56 queue INFO >>0 [421] -2015-03-09 02:12:57 sendUrl INFO 0 [421] R:OK -2015-03-09 02:13:47 queue INFO >>0 [422] -2015-03-09 02:13:47 sendUrl INFO 0 [422] R:OK -2015-03-09 02:14:37 queue INFO >>0 [423] -2015-03-09 02:14:37 sendUrl INFO 0 [423] R:OK -2015-03-09 02:15:27 queue INFO >>0 [424] -2015-03-09 02:15:27 sendUrl INFO 0 [424] R:OK -2015-03-09 02:16:17 queue INFO >>0 [425] -2015-03-09 02:16:17 sendUrl INFO 0 [425] R:OK -2015-03-09 02:17:07 queue INFO >>0 [426] -2015-03-09 02:17:08 sendUrl INFO 0 [426] R:OK -2015-03-09 02:17:57 queue INFO >>0 [427] -2015-03-09 02:17:58 sendUrl INFO 0 [427] R:OK -2015-03-09 02:18:48 queue INFO >>0 [428] -2015-03-09 02:18:48 sendUrl INFO 0 [428] R:OK -2015-03-09 02:19:38 queue INFO >>0 [429] -2015-03-09 02:19:38 sendUrl INFO 0 [429] R:OK -2015-03-09 02:20:28 queue INFO >>0 [430] -2015-03-09 02:20:28 sendUrl INFO 0 [430] R:OK -2015-03-09 02:21:18 queue INFO >>0 [431] -2015-03-09 02:21:18 sendUrl INFO 0 [431] R:OK -2015-03-09 02:22:08 queue INFO >>0 [432] -2015-03-09 02:22:09 sendUrl INFO 0 [432] R:OK -2015-03-09 02:22:58 queue INFO >>0 [433] -2015-03-09 02:22:58 sendUrl INFO 0 [433] R:OK -2015-03-09 02:23:48 queue INFO >>0 [434] -2015-03-09 02:23:49 sendUrl INFO 0 [434] R:OK -2015-03-09 02:24:39 queue INFO >>0 [435] -2015-03-09 02:24:39 sendUrl INFO 0 [435] R:OK -2015-03-09 02:25:29 queue INFO >>0 [436] -2015-03-09 02:25:29 sendUrl INFO 0 [436] R:OK -2015-03-09 02:26:19 queue INFO >>0 [437] -2015-03-09 02:26:19 sendUrl INFO 0 [437] R:OK -2015-03-09 02:27:09 queue INFO >>0 [438] -2015-03-09 02:27:10 sendUrl INFO 0 [438] R:OK -2015-03-09 02:27:59 queue INFO >>0 [439] -2015-03-09 02:27:59 sendUrl INFO 0 [439] R:OK -2015-03-09 02:28:49 queue INFO >>0 [440] -2015-03-09 02:28:50 sendUrl INFO 0 [440] R:OK -2015-03-09 02:29:40 queue INFO >>0 [441] -2015-03-09 02:29:40 sendUrl INFO 0 [441] R:OK -2015-03-09 02:30:30 queue INFO >>0 [442] -2015-03-09 02:30:30 sendUrl INFO 0 [442] R:OK -2015-03-09 02:31:20 queue INFO >>0 [443] -2015-03-09 02:31:20 sendUrl INFO 0 [443] R:OK -2015-03-09 02:32:10 queue INFO >>0 [444] -2015-03-09 02:32:10 sendUrl INFO 0 [444] R:OK -2015-03-09 02:33:00 queue INFO >>0 [445] -2015-03-09 02:33:00 sendUrl INFO 0 [445] R:OK -2015-03-09 02:33:50 queue INFO >>0 [446] -2015-03-09 02:33:51 sendUrl INFO 0 [446] R:OK -2015-03-09 02:34:40 queue INFO >>0 [447] -2015-03-09 02:34:41 sendUrl INFO 0 [447] R:OK -2015-03-09 02:35:31 queue INFO >>0 [448] -2015-03-09 02:35:31 sendUrl INFO 0 [448] R:OK -2015-03-09 02:36:21 queue INFO >>0 [449] -2015-03-09 02:36:21 sendUrl INFO 0 [449] R:OK -2015-03-09 02:37:11 queue INFO >>0 [450] -2015-03-09 02:37:11 sendUrl INFO 0 [450] R:OK -2015-03-09 02:38:01 queue INFO >>0 [451] -2015-03-09 02:38:01 sendUrl INFO 0 [451] R:OK -2015-03-09 02:38:51 queue INFO >>0 [452] -2015-03-09 02:38:51 sendUrl INFO 0 [452] R:OK -2015-03-09 02:39:41 queue INFO >>0 [453] -2015-03-09 02:39:42 sendUrl INFO 0 [453] R:OK -2015-03-09 02:40:31 queue INFO >>0 [454] -2015-03-09 02:40:32 sendUrl INFO 0 [454] R:OK -2015-03-09 02:41:22 queue INFO >>0 [455] -2015-03-09 02:41:22 sendUrl INFO 0 [455] R:OK -2015-03-09 02:42:12 queue INFO >>0 [456] -2015-03-09 02:42:12 sendUrl INFO 0 [456] R:OK -2015-03-09 02:43:02 queue INFO >>0 [457] -2015-03-09 02:43:02 sendUrl INFO 0 [457] R:OK -2015-03-09 02:43:52 queue INFO >>0 [458] -2015-03-09 02:43:52 sendUrl INFO 0 [458] R:OK -2015-03-09 02:44:42 queue INFO >>0 [459] -2015-03-09 02:44:43 sendUrl INFO 0 [459] R:OK -2015-03-09 02:45:32 queue INFO >>0 [460] -2015-03-09 02:45:32 sendUrl INFO 0 [460] R:OK -2015-03-09 02:46:22 queue INFO >>0 [461] -2015-03-09 02:46:23 sendUrl INFO 0 [461] R:OK -2015-03-09 02:47:13 queue INFO >>0 [462] -2015-03-09 02:47:13 sendUrl INFO 0 [462] R:OK -2015-03-09 02:48:03 queue INFO >>0 [463] -2015-03-09 02:48:03 sendUrl INFO 0 [463] R:OK -2015-03-09 02:48:53 queue INFO >>0 [464] -2015-03-09 02:48:53 sendUrl INFO 0 [464] R:OK -2015-03-09 02:49:43 queue INFO >>0 [465] -2015-03-09 02:49:43 sendUrl INFO 0 [465] R:OK -2015-03-09 02:50:33 queue INFO >>0 [466] -2015-03-09 02:50:34 sendUrl INFO 0 [466] R:OK -2015-03-09 02:51:23 queue INFO >>0 [467] -2015-03-09 02:51:24 sendUrl INFO 0 [467] R:OK -2015-03-09 02:52:13 queue INFO >>0 [468] -2015-03-09 02:52:14 sendUrl INFO 0 [468] R:OK -2015-03-09 02:53:04 queue INFO >>0 [469] -2015-03-09 02:53:04 sendUrl INFO 0 [469] R:OK -2015-03-09 02:53:54 queue INFO >>0 [470] -2015-03-09 02:53:54 sendUrl INFO 0 [470] R:OK -2015-03-09 02:54:44 queue INFO >>0 [471] -2015-03-09 02:54:44 sendUrl INFO 0 [471] R:OK -2015-03-09 02:55:34 queue INFO >>0 [472] -2015-03-09 02:55:35 sendUrl INFO 0 [472] R:OK -2015-03-09 02:56:24 queue INFO >>0 [473] -2015-03-09 02:56:24 sendUrl INFO 0 [473] R:OK -2015-03-09 02:57:14 queue INFO >>0 [474] -2015-03-09 02:57:15 sendUrl INFO 0 [474] R:OK -2015-03-09 02:58:05 queue INFO >>0 [475] -2015-03-09 02:58:05 sendUrl INFO 0 [475] R:OK -2015-03-09 02:58:55 queue INFO >>0 [476] -2015-03-09 02:58:55 sendUrl INFO 0 [476] R:OK -2015-03-09 02:59:45 queue INFO >>0 [477] -2015-03-09 02:59:45 sendUrl INFO 0 [477] R:OK -2015-03-09 03:00:35 queue INFO >>0 [478] -2015-03-09 03:00:36 sendUrl INFO 0 [478] R:OK -2015-03-09 03:01:25 queue INFO >>0 [479] -2015-03-09 03:01:25 sendUrl INFO 0 [479] R:OK -2015-03-09 03:02:15 queue INFO >>0 [480] -2015-03-09 03:02:16 sendUrl INFO 0 [480] R:OK -2015-03-09 03:03:05 queue INFO >>0 [481] -2015-03-09 03:03:06 sendUrl INFO 0 [481] R:OK -2015-03-09 03:03:56 queue INFO >>0 [482] -2015-03-09 03:03:56 sendUrl INFO 0 [482] R:OK -2015-03-09 03:04:46 queue INFO >>0 [483] -2015-03-09 03:04:46 sendUrl INFO 0 [483] R:OK -2015-03-09 03:05:36 queue INFO >>0 [484] -2015-03-09 03:05:36 sendUrl INFO 0 [484] R:OK -2015-03-09 03:06:26 queue INFO >>0 [485] -2015-03-09 03:06:26 sendUrl INFO 0 [485] R:OK -2015-03-09 03:07:16 queue INFO >>0 [486] -2015-03-09 03:07:17 sendUrl INFO 0 [486] R:OK -2015-03-09 03:08:06 queue INFO >>0 [487] -2015-03-09 03:08:07 sendUrl INFO 0 [487] R:OK -2015-03-09 03:08:57 queue INFO >>0 [488] -2015-03-09 03:08:57 sendUrl INFO 0 [488] R:OK -2015-03-09 03:09:47 queue INFO >>0 [489] -2015-03-09 03:09:47 sendUrl INFO 0 [489] R:OK -2015-03-09 03:10:37 queue INFO >>0 [490] -2015-03-09 03:10:37 sendUrl INFO 0 [490] R:OK -2015-03-09 03:11:27 queue INFO >>0 [491] -2015-03-09 03:11:27 sendUrl INFO 0 [491] R:OK -2015-03-09 03:12:17 queue INFO >>0 [492] -2015-03-09 03:12:17 sendUrl INFO 0 [492] R:OK -2015-03-09 03:13:07 queue INFO >>0 [493] -2015-03-09 03:13:08 sendUrl INFO 0 [493] R:OK -2015-03-09 03:13:57 queue INFO >>0 [494] -2015-03-09 03:13:58 sendUrl INFO 0 [494] R:OK -2015-03-09 03:14:48 queue INFO >>0 [495] -2015-03-09 03:14:48 sendUrl INFO 0 [495] R:OK -2015-03-09 03:15:38 queue INFO >>0 [496] -2015-03-09 03:15:38 sendUrl INFO 0 [496] R:OK -2015-03-09 03:16:28 queue INFO >>0 [497] -2015-03-09 03:16:29 sendUrl INFO 0 [497] R:OK -2015-03-09 03:17:18 queue INFO >>0 [498] -2015-03-09 03:17:18 sendUrl INFO 0 [498] R:OK -2015-03-09 03:18:08 queue INFO >>0 [499] -2015-03-09 03:18:09 sendUrl INFO 0 [499] R:OK -2015-03-09 03:18:58 queue INFO >>0 [500] -2015-03-09 03:18:59 sendUrl INFO 0 [500] R:OK -2015-03-09 03:19:49 queue INFO >>0 [501] -2015-03-09 03:19:49 sendUrl INFO 0 [501] R:OK -2015-03-09 03:20:39 queue INFO >>0 [502] -2015-03-09 03:20:39 sendUrl INFO 0 [502] R:OK -2015-03-09 03:21:29 queue INFO >>0 [503] -2015-03-09 03:21:29 sendUrl INFO 0 [503] R:OK -2015-03-09 03:22:19 queue INFO >>0 [504] -2015-03-09 03:22:19 sendUrl INFO 0 [504] R:OK -2015-03-09 03:23:09 queue INFO >>0 [505] -2015-03-09 03:23:10 sendUrl INFO 0 [505] R:OK -2015-03-09 03:23:59 queue INFO >>0 [506] -2015-03-09 03:24:00 sendUrl INFO 0 [506] R:OK -2015-03-09 03:24:49 queue INFO >>0 [507] -2015-03-09 03:24:50 sendUrl INFO 0 [507] R:OK -2015-03-09 03:25:40 queue INFO >>0 [508] -2015-03-09 03:25:40 sendUrl INFO 0 [508] R:OK -2015-03-09 03:26:30 queue INFO >>0 [509] -2015-03-09 03:26:30 sendUrl INFO 0 [509] R:OK -2015-03-09 03:27:20 queue INFO >>0 [510] -2015-03-09 03:27:20 sendUrl INFO 0 [510] R:OK -2015-03-09 03:28:10 queue INFO >>0 [511] -2015-03-09 03:28:10 sendUrl INFO 0 [511] R:OK -2015-03-09 03:29:00 queue INFO >>0 [512] -2015-03-09 03:29:01 sendUrl INFO 0 [512] R:OK -2015-03-09 03:29:50 queue INFO >>0 [513] -2015-03-09 03:29:51 sendUrl INFO 0 [513] R:OK -2015-03-09 03:30:41 queue INFO >>0 [514] -2015-03-09 03:30:41 sendUrl INFO 0 [514] R:OK -2015-03-09 03:31:31 queue INFO >>0 [515] -2015-03-09 03:31:31 sendUrl INFO 0 [515] R:OK -2015-03-09 03:32:21 queue INFO >>0 [516] -2015-03-09 03:32:21 sendUrl INFO 0 [516] R:OK -2015-03-09 03:33:11 queue INFO >>0 [517] -2015-03-09 03:33:11 sendUrl INFO 0 [517] R:OK -2015-03-09 03:34:01 queue INFO >>0 [518] -2015-03-09 03:34:02 sendUrl INFO 0 [518] R:OK -2015-03-09 03:34:51 queue INFO >>0 [519] -2015-03-09 03:34:51 sendUrl INFO 0 [519] R:OK -2015-03-09 03:35:41 queue INFO >>0 [520] -2015-03-09 03:35:42 sendUrl INFO 0 [520] R:OK -2015-03-09 03:36:32 queue INFO >>0 [521] -2015-03-09 03:36:32 sendUrl INFO 0 [521] R:OK -2015-03-09 03:37:22 queue INFO >>0 [522] -2015-03-09 03:37:22 sendUrl INFO 0 [522] R:OK -2015-03-09 03:38:12 queue INFO >>0 [523] -2015-03-09 03:38:12 sendUrl INFO 0 [523] R:OK -2015-03-09 03:39:02 queue INFO >>0 [524] -2015-03-09 03:39:03 sendUrl INFO 0 [524] R:OK -2015-03-09 03:39:52 queue INFO >>0 [525] -2015-03-09 03:39:52 sendUrl INFO 0 [525] R:OK -2015-03-09 03:40:42 queue INFO >>0 [526] -2015-03-09 03:40:43 sendUrl INFO 0 [526] R:OK -2015-03-09 03:41:33 queue INFO >>0 [527] -2015-03-09 03:41:33 sendUrl INFO 0 [527] R:OK -2015-03-09 03:42:23 queue INFO >>0 [528] -2015-03-09 03:42:23 sendUrl INFO 0 [528] R:OK -2015-03-09 03:43:13 queue INFO >>0 [529] -2015-03-09 03:43:13 sendUrl INFO 0 [529] R:OK -2015-03-09 03:44:03 queue INFO >>0 [530] -2015-03-09 03:44:03 sendUrl INFO 0 [530] R:OK -2015-03-09 03:44:53 queue INFO >>0 [531] -2015-03-09 03:44:54 sendUrl INFO 0 [531] R:OK -2015-03-09 03:45:43 queue INFO >>0 [532] -2015-03-09 03:45:44 sendUrl INFO 0 [532] R:OK -2015-03-09 03:46:33 queue INFO >>0 [533] -2015-03-09 03:46:34 sendUrl INFO 0 [533] R:OK -2015-03-09 03:47:24 queue INFO >>0 [534] -2015-03-09 03:47:24 sendUrl INFO 0 [534] R:OK -2015-03-09 03:48:14 queue INFO >>0 [535] -2015-03-09 03:48:14 sendUrl INFO 0 [535] R:OK -2015-03-09 03:49:04 queue INFO >>0 [536] -2015-03-09 03:49:04 sendUrl INFO 0 [536] R:OK -2015-03-09 03:49:54 queue INFO >>0 [537] -2015-03-09 03:49:55 sendUrl INFO 0 [537] R:OK -2015-03-09 03:50:44 queue INFO >>0 [538] -2015-03-09 03:50:44 sendUrl INFO 0 [538] R:OK -2015-03-09 03:51:34 queue INFO >>0 [539] -2015-03-09 03:51:35 sendUrl INFO 0 [539] R:OK -2015-03-09 03:52:25 queue INFO >>0 [540] -2015-03-09 03:52:25 sendUrl INFO 0 [540] R:OK -2015-03-09 03:53:15 queue INFO >>0 [541] -2015-03-09 03:53:15 sendUrl INFO 0 [541] R:OK -2015-03-09 03:54:05 queue INFO >>0 [542] -2015-03-09 03:54:05 sendUrl INFO 0 [542] R:OK -2015-03-09 03:54:55 queue INFO >>0 [543] -2015-03-09 03:54:56 sendUrl INFO 0 [543] R:OK -2015-03-09 03:55:45 queue INFO >>0 [544] -2015-03-09 03:55:45 sendUrl INFO 0 [544] R:OK -2015-03-09 03:56:35 queue INFO >>0 [545] -2015-03-09 03:56:36 sendUrl INFO 0 [545] R:OK -2015-03-09 03:57:26 queue INFO >>0 [546] -2015-03-09 03:57:26 sendUrl INFO 0 [546] R:OK -2015-03-09 03:58:16 queue INFO >>0 [547] -2015-03-09 03:58:16 sendUrl INFO 0 [547] R:OK -2015-03-09 03:59:06 queue INFO >>0 [548] -2015-03-09 03:59:06 sendUrl INFO 0 [548] R:OK -2015-03-09 03:59:56 queue INFO >>0 [549] -2015-03-09 03:59:56 sendUrl INFO 0 [549] R:OK -2015-03-09 04:00:46 queue INFO >>0 [550] -2015-03-09 04:00:46 sendUrl INFO 0 [550] R:OK -2015-03-09 04:01:36 queue INFO >>0 [551] -2015-03-09 04:01:37 sendUrl INFO 0 [551] R:OK -2015-03-09 04:02:26 queue INFO >>0 [552] -2015-03-09 04:02:27 sendUrl INFO 0 [552] R:OK -2015-03-09 04:03:17 queue INFO >>0 [553] -2015-03-09 04:03:17 sendUrl INFO 0 [553] R:OK -2015-03-09 04:04:07 queue INFO >>0 [554] -2015-03-09 04:04:07 sendUrl INFO 0 [554] R:OK -2015-03-09 04:04:57 queue INFO >>0 [555] -2015-03-09 04:04:57 sendUrl INFO 0 [555] R:OK -2015-03-09 04:05:47 queue INFO >>0 [556] -2015-03-09 04:05:47 sendUrl INFO 0 [556] R:OK -2015-03-09 04:06:37 queue INFO >>0 [557] -2015-03-09 04:06:37 sendUrl INFO 0 [557] R:OK -2015-03-09 04:07:27 queue INFO >>0 [558] -2015-03-09 04:07:28 sendUrl INFO 0 [558] R:OK -2015-03-09 04:08:17 queue INFO >>0 [559] -2015-03-09 04:08:17 sendUrl INFO 0 [559] R:OK -2015-03-09 04:09:07 queue INFO >>0 [560] -2015-03-09 04:09:08 sendUrl INFO 0 [560] R:OK -2015-03-09 04:09:58 queue INFO >>0 [561] -2015-03-09 04:09:58 sendUrl INFO 0 [561] R:OK -2015-03-09 04:10:48 queue INFO >>0 [562] -2015-03-09 04:10:48 sendUrl INFO 0 [562] R:OK -2015-03-09 04:11:38 queue INFO >>0 [563] -2015-03-09 04:11:38 sendUrl INFO 0 [563] R:OK -2015-03-09 04:12:28 queue INFO >>0 [564] -2015-03-09 04:12:29 sendUrl INFO 0 [564] R:OK -2015-03-09 04:13:18 queue INFO >>0 [565] -2015-03-09 04:13:18 sendUrl INFO 0 [565] R:OK -2015-03-09 04:14:08 queue INFO >>0 [566] -2015-03-09 04:14:09 sendUrl INFO 0 [566] R:OK -2015-03-09 04:14:59 queue INFO >>0 [567] -2015-03-09 04:14:59 sendUrl INFO 0 [567] R:OK -2015-03-09 04:15:49 queue INFO >>0 [568] -2015-03-09 04:15:49 sendUrl INFO 0 [568] R:OK -2015-03-09 04:16:39 queue INFO >>0 [569] -2015-03-09 04:16:39 sendUrl INFO 0 [569] R:OK -2015-03-09 04:17:29 queue INFO >>0 [570] -2015-03-09 04:17:29 sendUrl INFO 0 [570] R:OK -2015-03-09 04:18:19 queue INFO >>0 [571] -2015-03-09 04:18:20 sendUrl INFO 0 [571] R:OK -2015-03-09 04:19:09 queue INFO >>0 [572] -2015-03-09 04:19:10 sendUrl INFO 0 [572] R:OK -2015-03-09 04:19:59 queue INFO >>0 [573] -2015-03-09 04:20:00 sendUrl INFO 0 [573] R:OK -2015-03-09 04:20:50 queue INFO >>0 [574] -2015-03-09 04:20:50 sendUrl INFO 0 [574] R:OK -2015-03-09 04:21:40 queue INFO >>0 [575] -2015-03-09 04:21:40 sendUrl INFO 0 [575] R:OK -2015-03-09 04:22:30 queue INFO >>0 [576] -2015-03-09 04:22:30 sendUrl INFO 0 [576] R:OK -2015-03-09 04:23:20 queue INFO >>0 [577] -2015-03-09 04:23:21 sendUrl INFO 0 [577] R:OK -2015-03-09 04:24:10 queue INFO >>0 [578] -2015-03-09 04:24:10 sendUrl INFO 0 [578] R:OK -2015-03-09 04:25:00 queue INFO >>0 [579] -2015-03-09 04:25:01 sendUrl INFO 0 [579] R:OK -2015-03-09 04:25:51 queue INFO >>0 [580] -2015-03-09 04:25:51 sendUrl INFO 0 [580] R:OK -2015-03-09 04:26:41 queue INFO >>0 [581] -2015-03-09 04:26:41 sendUrl INFO 0 [581] R:OK -2015-03-09 04:27:31 queue INFO >>0 [582] -2015-03-09 04:27:31 sendUrl INFO 0 [582] R:OK -2015-03-09 04:28:21 queue INFO >>0 [583] -2015-03-09 04:28:21 sendUrl INFO 0 [583] R:OK -2015-03-09 04:29:11 queue INFO >>0 [584] -2015-03-09 04:29:11 sendUrl INFO 0 [584] R:OK -2015-03-09 04:30:01 queue INFO >>0 [585] -2015-03-09 04:30:02 sendUrl INFO 0 [585] R:OK -2015-03-09 04:30:51 queue INFO >>0 [586] -2015-03-09 04:30:52 sendUrl INFO 0 [586] R:OK -2015-03-09 04:31:42 queue INFO >>0 [587] -2015-03-09 04:31:42 sendUrl INFO 0 [587] R:OK -2015-03-09 04:32:32 queue INFO >>0 [588] -2015-03-09 04:32:32 sendUrl INFO 0 [588] R:OK -2015-03-09 04:33:22 queue INFO >>0 [589] -2015-03-09 04:33:22 sendUrl INFO 0 [589] R:OK -2015-03-09 04:34:12 queue INFO >>0 [590] -2015-03-09 04:34:12 sendUrl INFO 0 [590] R:OK -2015-03-09 04:35:02 queue INFO >>0 [591] -2015-03-09 04:35:02 sendUrl INFO 0 [591] R:OK -2015-03-09 04:35:52 queue INFO >>0 [592] -2015-03-09 04:35:53 sendUrl INFO 0 [592] R:OK -2015-03-09 04:36:42 queue INFO >>0 [593] -2015-03-09 04:36:42 sendUrl INFO 0 [593] R:OK -2015-03-09 04:37:33 queue INFO >>0 [594] -2015-03-09 04:37:33 sendUrl INFO 0 [594] R:OK -2015-03-09 04:38:23 queue INFO >>0 [595] -2015-03-09 04:38:23 sendUrl INFO 0 [595] R:OK -2015-03-09 04:39:13 queue INFO >>0 [596] -2015-03-09 04:39:13 sendUrl INFO 0 [596] R:OK -2015-03-09 04:40:03 queue INFO >>0 [597] -2015-03-09 04:40:03 sendUrl INFO 0 [597] R:OK -2015-03-09 04:40:53 queue INFO >>0 [598] -2015-03-09 04:40:54 sendUrl INFO 0 [598] R:OK -2015-03-09 04:41:43 queue INFO >>0 [599] -2015-03-09 04:41:43 sendUrl INFO 0 [599] R:OK -2015-03-09 04:42:33 queue INFO >>0 [600] -2015-03-09 04:42:34 sendUrl INFO 0 [600] R:OK -2015-03-09 04:43:24 queue INFO >>0 [601] -2015-03-09 04:43:24 sendUrl INFO 0 [601] R:OK -2015-03-09 04:44:14 queue INFO >>0 [602] -2015-03-09 04:44:14 sendUrl INFO 0 [602] R:OK -2015-03-09 04:45:04 queue INFO >>0 [603] -2015-03-09 04:45:04 sendUrl INFO 0 [603] R:OK -2015-03-09 04:45:54 queue INFO >>0 [604] -2015-03-09 04:45:54 sendUrl INFO 0 [604] R:OK -2015-03-09 04:46:44 queue INFO >>0 [605] -2015-03-09 04:46:45 sendUrl INFO 0 [605] R:OK -2015-03-09 04:47:34 queue INFO >>0 [606] -2015-03-09 04:47:35 sendUrl INFO 0 [606] R:OK -2015-03-09 04:48:25 queue INFO >>0 [607] -2015-03-09 04:48:25 sendUrl INFO 0 [607] R:OK -2015-03-09 04:49:15 queue INFO >>0 [608] -2015-03-09 04:49:15 sendUrl INFO 0 [608] R:OK -2015-03-09 04:50:05 queue INFO >>0 [609] -2015-03-09 04:50:05 sendUrl INFO 0 [609] R:OK -2015-03-09 04:50:55 queue INFO >>0 [610] -2015-03-09 04:50:55 sendUrl INFO 0 [610] R:OK -2015-03-09 04:51:45 queue INFO >>0 [611] -2015-03-09 04:51:46 sendUrl INFO 0 [611] R:OK -2015-03-09 04:52:35 queue INFO >>0 [612] -2015-03-09 04:52:35 sendUrl INFO 0 [612] R:OK -2015-03-09 04:53:25 queue INFO >>0 [613] -2015-03-09 04:53:26 sendUrl INFO 0 [613] R:OK -2015-03-09 04:54:16 queue INFO >>0 [614] -2015-03-09 04:54:16 sendUrl INFO 0 [614] R:OK -2015-03-09 04:55:06 queue INFO >>0 [615] -2015-03-09 04:55:06 sendUrl INFO 0 [615] R:OK -2015-03-09 04:55:56 queue INFO >>0 [616] -2015-03-09 04:55:56 sendUrl INFO 0 [616] R:OK -2015-03-09 04:56:46 queue INFO >>0 [617] -2015-03-09 04:56:47 sendUrl INFO 0 [617] R:OK -2015-03-09 04:57:36 queue INFO >>0 [618] -2015-03-09 04:57:36 sendUrl INFO 0 [618] R:OK -2015-03-09 04:58:26 queue INFO >>0 [619] -2015-03-09 04:58:27 sendUrl INFO 0 [619] R:OK -2015-03-09 04:59:16 queue INFO >>0 [620] -2015-03-09 04:59:17 sendUrl INFO 0 [620] R:OK -2015-03-09 05:00:07 queue INFO >>0 [621] -2015-03-09 05:00:07 sendUrl INFO 0 [621] R:OK -2015-03-09 05:00:57 queue INFO >>0 [622] -2015-03-09 05:00:57 sendUrl INFO 0 [622] R:OK -2015-03-09 05:01:47 queue INFO >>0 [623] -2015-03-09 05:01:47 sendUrl INFO 0 [623] R:OK -2015-03-09 05:02:37 queue INFO >>0 [624] -2015-03-09 05:02:37 sendUrl INFO 0 [624] R:OK -2015-03-09 05:03:27 queue INFO >>0 [625] -2015-03-09 05:03:28 sendUrl INFO 0 [625] R:OK -2015-03-09 05:04:17 queue INFO >>0 [626] -2015-03-09 05:04:18 sendUrl INFO 0 [626] R:OK -2015-03-09 05:05:08 queue INFO >>0 [627] -2015-03-09 05:05:08 sendUrl INFO 0 [627] R:OK -2015-03-09 05:05:58 queue INFO >>0 [628] -2015-03-09 05:05:58 sendUrl INFO 0 [628] R:OK -2015-03-09 05:06:48 queue INFO >>0 [629] -2015-03-09 05:06:48 sendUrl INFO 0 [629] R:OK -2015-03-09 05:07:38 queue INFO >>0 [630] -2015-03-09 05:07:38 sendUrl INFO 0 [630] R:OK -2015-03-09 05:08:28 queue INFO >>0 [631] -2015-03-09 05:08:28 sendUrl INFO 0 [631] R:OK -2015-03-09 05:09:18 queue INFO >>0 [632] -2015-03-09 05:09:19 sendUrl INFO 0 [632] R:OK -2015-03-09 05:10:09 queue INFO >>0 [633] -2015-03-09 05:10:09 sendUrl INFO 0 [633] R:OK -2015-03-09 05:10:59 queue INFO >>0 [634] -2015-03-09 05:10:59 sendUrl INFO 0 [634] R:OK -2015-03-09 05:11:49 queue INFO >>0 [635] -2015-03-09 05:11:49 sendUrl INFO 0 [635] R:OK -2015-03-09 05:12:39 queue INFO >>0 [636] -2015-03-09 05:12:39 sendUrl INFO 0 [636] R:OK -2015-03-09 05:13:29 queue INFO >>0 [637] -2015-03-09 05:13:29 sendUrl INFO 0 [637] R:OK -2015-03-09 05:14:19 queue INFO >>0 [638] -2015-03-09 05:14:20 sendUrl INFO 0 [638] R:OK -2015-03-09 05:15:09 queue INFO >>0 [639] -2015-03-09 05:15:10 sendUrl INFO 0 [639] R:OK -2015-03-09 05:16:00 queue INFO >>0 [640] -2015-03-09 05:16:00 sendUrl INFO 0 [640] R:OK -2015-03-09 05:16:50 queue INFO >>0 [641] -2015-03-09 05:16:50 sendUrl INFO 0 [641] R:OK -2015-03-09 05:17:40 queue INFO >>0 [642] -2015-03-09 05:17:40 sendUrl INFO 0 [642] R:OK -2015-03-09 05:18:30 queue INFO >>0 [643] -2015-03-09 05:18:30 sendUrl INFO 0 [643] R:OK -2015-03-09 05:19:20 queue INFO >>0 [644] -2015-03-09 05:19:20 sendUrl INFO 0 [644] R:OK -2015-03-09 05:20:10 queue INFO >>0 [645] -2015-03-09 05:20:11 sendUrl INFO 0 [645] R:OK -2015-03-09 05:21:00 queue INFO >>0 [646] -2015-03-09 05:21:01 sendUrl INFO 0 [646] R:OK -2015-03-09 05:21:50 queue INFO >>0 [647] -2015-03-09 05:21:51 sendUrl INFO 0 [647] R:OK -2015-03-09 05:22:41 queue INFO >>0 [648] -2015-03-09 05:22:41 sendUrl INFO 0 [648] R:OK -2015-03-09 05:23:31 queue INFO >>0 [649] -2015-03-09 05:23:31 sendUrl INFO 0 [649] R:OK -2015-03-09 05:24:21 queue INFO >>0 [650] -2015-03-09 05:24:21 sendUrl INFO 0 [650] R:OK -2015-03-09 05:25:11 queue INFO >>0 [651] -2015-03-09 05:25:12 sendUrl INFO 0 [651] R:OK -2015-03-09 05:26:01 queue INFO >>0 [652] -2015-03-09 05:26:01 sendUrl INFO 0 [652] R:OK -2015-03-09 05:26:51 queue INFO >>0 [653] -2015-03-09 05:26:52 sendUrl INFO 0 [653] R:OK -2015-03-09 05:27:42 queue INFO >>0 [654] -2015-03-09 05:27:42 sendUrl INFO 0 [654] R:OK -2015-03-09 05:28:32 queue INFO >>0 [655] -2015-03-09 05:28:32 sendUrl INFO 0 [655] R:OK -2015-03-09 05:29:22 queue INFO >>0 [656] -2015-03-09 05:29:22 sendUrl INFO 0 [656] R:OK -2015-03-09 05:30:12 queue INFO >>0 [657] -2015-03-09 05:30:12 sendUrl INFO 0 [657] R:OK -2015-03-09 05:31:02 queue INFO >>0 [658] -2015-03-09 05:31:02 sendUrl INFO 0 [658] R:OK -2015-03-09 05:31:52 queue INFO >>0 [659] -2015-03-09 05:31:53 sendUrl INFO 0 [659] R:OK -2015-03-09 05:32:42 queue INFO >>0 [660] -2015-03-09 05:32:43 sendUrl INFO 0 [660] R:OK -2015-03-09 05:33:32 queue INFO >>0 [661] -2015-03-09 05:33:33 sendUrl INFO 0 [661] R:OK -2015-03-09 05:34:23 queue INFO >>0 [662] -2015-03-09 05:34:23 sendUrl INFO 0 [662] R:OK -2015-03-09 05:35:13 queue INFO >>0 [663] -2015-03-09 05:35:13 sendUrl INFO 0 [663] R:OK -2015-03-09 05:36:03 queue INFO >>0 [664] -2015-03-09 05:36:03 sendUrl INFO 0 [664] R:OK -2015-03-09 05:36:53 queue INFO >>0 [665] -2015-03-09 05:36:53 sendUrl INFO 0 [665] R:OK -2015-03-09 05:37:43 queue INFO >>0 [666] -2015-03-09 05:37:44 sendUrl INFO 0 [666] R:OK -2015-03-09 05:38:33 queue INFO >>0 [667] -2015-03-09 05:38:33 sendUrl INFO 0 [667] R:OK -2015-03-09 05:39:24 queue INFO >>0 [668] -2015-03-09 05:39:24 sendUrl INFO 0 [668] R:OK -2015-03-09 05:40:14 queue INFO >>0 [669] -2015-03-09 05:40:14 sendUrl INFO 0 [669] R:OK -2015-03-09 05:41:04 queue INFO >>0 [670] -2015-03-09 05:41:04 sendUrl INFO 0 [670] R:OK -2015-03-09 05:41:54 queue INFO >>0 [671] -2015-03-09 05:41:54 sendUrl INFO 0 [671] R:OK -2015-03-09 05:42:44 queue INFO >>0 [672] -2015-03-09 05:42:45 sendUrl INFO 0 [672] R:OK -2015-03-09 05:43:34 queue INFO >>0 [673] -2015-03-09 05:43:34 sendUrl INFO 0 [673] R:OK -2015-03-09 05:44:24 queue INFO >>0 [674] -2015-03-09 05:44:25 sendUrl INFO 0 [674] R:OK -2015-03-09 05:45:15 queue INFO >>0 [675] -2015-03-09 05:45:15 sendUrl INFO 0 [675] R:OK -2015-03-09 05:46:05 queue INFO >>0 [676] -2015-03-09 05:46:05 sendUrl INFO 0 [676] R:OK -2015-03-09 05:46:55 queue INFO >>0 [677] -2015-03-09 05:46:55 sendUrl INFO 0 [677] R:OK -2015-03-09 05:47:45 queue INFO >>0 [678] -2015-03-09 05:47:45 sendUrl INFO 0 [678] R:OK -2015-03-09 05:48:35 queue INFO >>0 [679] -2015-03-09 05:48:36 sendUrl INFO 0 [679] R:OK -2015-03-09 05:49:25 queue INFO >>0 [680] -2015-03-09 05:49:26 sendUrl INFO 0 [680] R:OK -2015-03-09 05:50:16 queue INFO >>0 [681] -2015-03-09 05:50:16 sendUrl INFO 0 [681] R:OK -2015-03-09 05:51:06 queue INFO >>0 [682] -2015-03-09 05:51:06 sendUrl INFO 0 [682] R:OK -2015-03-09 05:51:56 queue INFO >>0 [683] -2015-03-09 05:51:56 sendUrl INFO 0 [683] R:OK -2015-03-09 05:52:46 queue INFO >>0 [684] -2015-03-09 05:52:46 sendUrl INFO 0 [684] R:OK -2015-03-09 05:53:36 queue INFO >>0 [685] -2015-03-09 05:53:37 sendUrl INFO 0 [685] R:OK -2015-03-09 05:54:26 queue INFO >>0 [686] -2015-03-09 05:54:26 sendUrl INFO 0 [686] R:OK -2015-03-09 05:55:16 queue INFO >>0 [687] -2015-03-09 05:55:17 sendUrl INFO 0 [687] R:OK -2015-03-09 05:56:07 queue INFO >>0 [688] -2015-03-09 05:56:07 sendUrl INFO 0 [688] R:OK -2015-03-09 05:56:57 queue INFO >>0 [689] -2015-03-09 05:56:57 sendUrl INFO 0 [689] R:OK -2015-03-09 05:57:47 queue INFO >>0 [690] -2015-03-09 05:57:47 sendUrl INFO 0 [690] R:OK -2015-03-09 05:58:37 queue INFO >>0 [691] -2015-03-09 05:58:38 sendUrl INFO 0 [691] R:OK -2015-03-09 05:59:27 queue INFO >>0 [692] -2015-03-09 05:59:27 sendUrl INFO 0 [692] R:OK -2015-03-09 06:00:17 queue INFO >>0 [693] -2015-03-09 06:00:18 sendUrl INFO 0 [693] R:OK -2015-03-09 06:01:08 queue INFO >>0 [694] -2015-03-09 06:01:08 sendUrl INFO 0 [694] R:OK -2015-03-09 06:01:58 queue INFO >>0 [695] -2015-03-09 06:01:58 sendUrl INFO 0 [695] R:OK -2015-03-09 06:02:48 queue INFO >>0 [696] -2015-03-09 06:02:48 sendUrl INFO 0 [696] R:OK -2015-03-09 06:03:38 queue INFO >>0 [697] -2015-03-09 06:03:38 sendUrl INFO 0 [697] R:OK -2015-03-09 06:04:28 queue INFO >>0 [698] -2015-03-09 06:04:28 sendUrl INFO 0 [698] R:OK -2015-03-09 06:05:18 queue INFO >>0 [699] -2015-03-09 06:05:19 sendUrl INFO 0 [699] R:OK -2015-03-09 06:06:08 queue INFO >>0 [700] -2015-03-09 06:06:09 sendUrl INFO 0 [700] R:OK -2015-03-09 06:06:59 queue INFO >>0 [701] -2015-03-09 06:06:59 sendUrl INFO 0 [701] R:OK -2015-03-09 06:07:49 queue INFO >>0 [702] -2015-03-09 06:07:49 sendUrl INFO 0 [702] R:OK -2015-03-09 06:08:39 queue INFO >>0 [703] -2015-03-09 06:08:39 sendUrl INFO 0 [703] R:OK -2015-03-09 06:09:29 queue INFO >>0 [704] -2015-03-09 06:09:30 sendUrl INFO 0 [704] R:OK -2015-03-09 06:10:19 queue INFO >>0 [705] -2015-03-09 06:10:19 sendUrl INFO 0 [705] R:OK -2015-03-09 06:11:07 queue INFO 80 [706] -2015-03-09 06:11:08 queue INFO >80 [707] -2015-03-09 06:11:08 sendUrl INFO 80 [706] R:OK -2015-03-09 06:11:08 sendUrl INFO 80 [707] R:OK -2015-03-09 06:11:57 queue INFO >>80 [708] -2015-03-09 06:11:58 sendUrl INFO 80 [708] R:OK -2015-03-09 06:12:48 queue INFO >>80 [709] -2015-03-09 06:12:48 sendUrl INFO 80 [709] R:OK -2015-03-09 06:13:38 queue INFO >>80 [710] -2015-03-09 06:13:38 sendUrl INFO 80 [710] R:OK -2015-03-09 06:14:28 queue INFO >>80 [711] -2015-03-09 06:14:28 sendUrl INFO 80 [711] R:OK -2015-03-09 06:15:18 queue INFO >>80 [712] -2015-03-09 06:15:18 sendUrl INFO 80 [712] R:OK -2015-03-09 06:16:08 queue INFO >>80 [713] -2015-03-09 06:16:08 sendUrl INFO 80 [713] R:OK -2015-03-09 06:16:58 queue INFO >>80 [714] -2015-03-09 06:16:59 sendUrl INFO 80 [714] R:OK -2015-03-09 06:17:48 queue INFO >>80 [715] -2015-03-09 06:17:49 sendUrl INFO 80 [715] R:OK -2015-03-09 06:18:39 queue INFO >>80 [716] -2015-03-09 06:18:39 sendUrl INFO 80 [716] R:OK -2015-03-09 06:19:29 queue INFO >>80 [717] -2015-03-09 06:19:29 sendUrl INFO 80 [717] R:OK -2015-03-09 06:20:19 queue INFO >>80 [718] -2015-03-09 06:20:19 sendUrl INFO 80 [718] R:OK -2015-03-09 06:21:09 queue INFO >>80 [719] -2015-03-09 06:21:09 sendUrl INFO 80 [719] R:OK -2015-03-09 06:21:59 queue INFO >>80 [720] -2015-03-09 06:22:00 sendUrl INFO 80 [720] R:OK -2015-03-09 06:22:49 queue INFO >>80 [721] -2015-03-09 06:22:50 sendUrl INFO 80 [721] R:OK -2015-03-09 06:23:39 queue INFO >>80 [722] -2015-03-09 06:23:40 sendUrl INFO 80 [722] R:OK -2015-03-09 06:24:30 queue INFO >>80 [723] -2015-03-09 06:24:30 sendUrl INFO 80 [723] R:OK -2015-03-09 06:25:20 queue INFO >>80 [724] -2015-03-09 06:25:20 sendUrl INFO 80 [724] R:OK -2015-03-09 06:26:10 queue INFO >>80 [725] -2015-03-09 06:26:10 sendUrl INFO 80 [725] R:OK -2015-03-09 06:27:00 queue INFO >>80 [726] -2015-03-09 06:27:01 sendUrl INFO 80 [726] R:OK -2015-03-09 06:27:50 queue INFO >>80 [727] -2015-03-09 06:27:50 sendUrl INFO 80 [727] R:OK -2015-03-09 06:28:40 queue INFO >>80 [728] -2015-03-09 06:28:41 sendUrl INFO 80 [728] R:OK -2015-03-09 06:29:31 queue INFO >>80 [729] -2015-03-09 06:29:31 sendUrl INFO 80 [729] R:OK -2015-03-09 06:30:21 queue INFO >>80 [730] -2015-03-09 06:30:21 sendUrl INFO 80 [730] R:OK -2015-03-09 06:31:11 queue INFO >>80 [731] -2015-03-09 06:31:11 sendUrl INFO 80 [731] R:OK -2015-03-09 06:32:01 queue INFO >>80 [732] -2015-03-09 06:32:01 sendUrl INFO 80 [732] R:OK -2015-03-09 06:32:51 queue INFO >>80 [733] -2015-03-09 06:32:52 sendUrl INFO 80 [733] R:OK -2015-03-09 06:33:41 queue INFO >>80 [734] -2015-03-09 06:33:42 sendUrl INFO 80 [734] R:OK -2015-03-09 06:34:31 queue INFO >>80 [735] -2015-03-09 06:34:32 sendUrl INFO 80 [735] R:OK -2015-03-09 06:35:22 queue INFO >>80 [736] -2015-03-09 06:35:22 sendUrl INFO 80 [736] R:OK -2015-03-09 06:36:12 queue INFO >>80 [737] -2015-03-09 06:36:12 sendUrl INFO 80 [737] R:OK -2015-03-09 06:37:02 queue INFO >>80 [738] -2015-03-09 06:37:02 sendUrl INFO 80 [738] R:OK -2015-03-09 06:37:52 queue INFO >>80 [739] -2015-03-09 06:37:53 sendUrl INFO 80 [739] R:OK -2015-03-09 06:38:42 queue INFO >>80 [740] -2015-03-09 06:38:42 sendUrl INFO 80 [740] R:OK -2015-03-09 06:39:32 queue INFO >>80 [741] -2015-03-09 06:39:33 sendUrl INFO 80 [741] R:OK -2015-03-09 06:40:22 queue INFO >>80 [742] -2015-03-09 06:40:23 sendUrl INFO 80 [742] R:OK -2015-03-09 06:41:13 queue INFO >>80 [743] -2015-03-09 06:41:13 sendUrl INFO 80 [743] R:OK -2015-03-09 06:42:03 queue INFO >>80 [744] -2015-03-09 06:42:03 sendUrl INFO 80 [744] R:OK -2015-03-09 06:42:53 queue INFO >>80 [745] -2015-03-09 06:42:53 sendUrl INFO 80 [745] R:OK -2015-03-09 06:43:43 queue INFO >>80 [746] -2015-03-09 06:43:43 sendUrl INFO 80 [746] R:OK -2015-03-09 06:44:33 queue INFO >>80 [747] -2015-03-09 06:44:33 sendUrl INFO 80 [747] R:OK -2015-03-09 06:45:23 queue INFO >>80 [748] -2015-03-09 06:45:24 sendUrl INFO 80 [748] R:OK -2015-03-09 06:46:13 queue INFO >>80 [749] -2015-03-09 06:46:14 sendUrl INFO 80 [749] R:OK -2015-03-09 06:47:04 queue INFO >>80 [750] -2015-03-09 06:47:04 sendUrl INFO 80 [750] R:OK -2015-03-09 06:47:54 queue INFO >>80 [751] -2015-03-09 06:47:54 sendUrl INFO 80 [751] R:OK -2015-03-09 06:48:44 queue INFO >>80 [752] -2015-03-09 06:48:44 sendUrl INFO 80 [752] R:OK -2015-03-09 06:49:34 queue INFO >>80 [753] -2015-03-09 06:49:34 sendUrl INFO 80 [753] R:OK -2015-03-09 06:50:24 queue INFO >>80 [754] -2015-03-09 06:50:25 sendUrl INFO 80 [754] R:OK -2015-03-09 06:51:14 queue INFO >>80 [755] -2015-03-09 06:51:14 sendUrl INFO 80 [755] R:OK -2015-03-09 06:52:05 queue INFO >>80 [756] -2015-03-09 06:52:05 sendUrl INFO 80 [756] R:OK -2015-03-09 06:52:55 queue INFO >>80 [757] -2015-03-09 06:52:55 sendUrl INFO 80 [757] R:OK -2015-03-09 06:53:45 queue INFO >>80 [758] -2015-03-09 06:53:45 sendUrl INFO 80 [758] R:OK -2015-03-09 06:54:35 queue INFO >>80 [759] -2015-03-09 06:54:35 sendUrl INFO 80 [759] R:OK -2015-03-09 06:55:25 queue INFO >>80 [760] -2015-03-09 06:55:26 sendUrl INFO 80 [760] R:OK -2015-03-09 06:56:15 queue INFO >>80 [761] -2015-03-09 06:56:16 sendUrl INFO 80 [761] R:OK -2015-03-09 06:57:05 queue INFO >>80 [762] -2015-03-09 06:57:06 sendUrl INFO 80 [762] R:OK -2015-03-09 06:57:56 queue INFO >>80 [763] -2015-03-09 06:57:56 sendUrl INFO 80 [763] R:OK -2015-03-09 06:58:46 queue INFO >>80 [764] -2015-03-09 06:58:46 sendUrl INFO 80 [764] R:OK -2015-03-09 06:59:36 queue INFO >>80 [765] -2015-03-09 06:59:36 sendUrl INFO 80 [765] R:OK -2015-03-09 07:00:26 queue INFO >>80 [766] -2015-03-09 07:00:26 sendUrl INFO 80 [766] R:OK -2015-03-09 07:01:16 queue INFO >>80 [767] -2015-03-09 07:01:17 sendUrl INFO 80 [767] R:OK -2015-03-09 07:02:06 queue INFO >>80 [768] -2015-03-09 07:02:07 sendUrl INFO 80 [768] R:OK -2015-03-09 07:02:57 queue INFO >>80 [769] -2015-03-09 07:02:57 sendUrl INFO 80 [769] R:OK -2015-03-09 07:03:47 queue INFO >>80 [770] -2015-03-09 07:03:47 sendUrl INFO 80 [770] R:OK -2015-03-09 07:04:37 queue INFO >>80 [771] -2015-03-09 07:04:37 sendUrl INFO 80 [771] R:OK -2015-03-09 07:05:27 queue INFO >>80 [772] -2015-03-09 07:05:27 sendUrl INFO 80 [772] R:OK -2015-03-09 07:06:17 queue INFO >>80 [773] -2015-03-09 07:06:18 sendUrl INFO 80 [773] R:OK -2015-03-09 07:07:07 queue INFO >>80 [774] -2015-03-09 07:07:08 sendUrl INFO 80 [774] R:OK -2015-03-09 07:07:58 queue INFO >>80 [775] -2015-03-09 07:07:58 sendUrl INFO 80 [775] R:OK -2015-03-09 07:08:48 queue INFO >>80 [776] -2015-03-09 07:08:48 sendUrl INFO 80 [776] R:OK -2015-03-09 07:09:38 queue INFO >>80 [777] -2015-03-09 07:09:38 sendUrl INFO 80 [777] R:OK -2015-03-09 07:10:28 queue INFO >>80 [778] -2015-03-09 07:10:28 sendUrl INFO 80 [778] R:OK -2015-03-09 07:11:18 queue INFO >>80 [779] -2015-03-09 07:11:18 sendUrl INFO 80 [779] R:OK -2015-03-09 07:12:08 queue INFO >>80 [780] -2015-03-09 07:12:09 sendUrl INFO 80 [780] R:OK -2015-03-09 07:12:58 queue INFO >>80 [781] -2015-03-09 07:12:59 sendUrl INFO 80 [781] R:OK -2015-03-09 07:13:49 queue INFO >>80 [782] -2015-03-09 07:13:49 sendUrl INFO 80 [782] R:OK -2015-03-09 07:14:39 queue INFO >>80 [783] -2015-03-09 07:14:39 sendUrl INFO 80 [783] R:OK -2015-03-09 07:15:29 queue INFO >>80 [784] -2015-03-09 07:15:29 sendUrl INFO 80 [784] R:OK -2015-03-09 07:16:19 queue INFO >>80 [785] -2015-03-09 07:16:19 sendUrl INFO 80 [785] R:OK -2015-03-09 07:17:09 queue INFO >>80 [786] -2015-03-09 07:17:10 sendUrl INFO 80 [786] R:OK -2015-03-09 07:17:59 queue INFO >>80 [787] -2015-03-09 07:17:59 sendUrl INFO 80 [787] R:OK -2015-03-09 07:18:49 queue INFO >>80 [788] -2015-03-09 07:18:50 sendUrl INFO 80 [788] R:OK -2015-03-09 07:19:40 queue INFO >>80 [789] -2015-03-09 07:19:40 sendUrl INFO 80 [789] R:OK -2015-03-09 07:20:30 queue INFO >>80 [790] -2015-03-09 07:20:30 sendUrl INFO 80 [790] R:OK -2015-03-09 07:21:20 queue INFO >>80 [791] -2015-03-09 07:21:20 sendUrl INFO 80 [791] R:OK -2015-03-09 07:22:10 queue INFO >>80 [792] -2015-03-09 07:22:11 sendUrl INFO 80 [792] R:OK -2015-03-09 07:23:00 queue INFO >>80 [793] -2015-03-09 07:23:00 sendUrl INFO 80 [793] R:OK -2015-03-09 07:23:50 queue INFO >>80 [794] -2015-03-09 07:23:51 sendUrl INFO 80 [794] R:OK -2015-03-09 07:24:41 queue INFO >>80 [795] -2015-03-09 07:24:41 sendUrl INFO 80 [795] R:OK -2015-03-09 07:25:31 queue INFO >>80 [796] -2015-03-09 07:25:31 sendUrl INFO 80 [796] R:OK -2015-03-09 07:26:21 queue INFO >>80 [797] -2015-03-09 07:26:21 sendUrl INFO 80 [797] R:OK -2015-03-09 07:27:11 queue INFO >>80 [798] -2015-03-09 07:27:11 sendUrl INFO 80 [798] R:OK -2015-03-09 07:28:01 queue INFO >>80 [799] -2015-03-09 07:28:02 sendUrl INFO 80 [799] R:OK -2015-03-09 07:28:51 queue INFO >>80 [800] -2015-03-09 07:28:52 sendUrl INFO 80 [800] R:OK -2015-03-09 07:29:42 queue INFO >>80 [801] -2015-03-09 07:29:42 sendUrl INFO 80 [801] R:OK -2015-03-09 07:30:32 queue INFO >>80 [802] -2015-03-09 07:30:32 sendUrl INFO 80 [802] R:OK -2015-03-09 07:31:22 queue INFO >>80 [803] -2015-03-09 07:31:22 sendUrl INFO 80 [803] R:OK -2015-03-09 07:32:12 queue INFO >>80 [804] -2015-03-09 07:32:12 sendUrl INFO 80 [804] R:OK -2015-03-09 07:33:02 queue INFO >>80 [805] -2015-03-09 07:33:03 sendUrl INFO 80 [805] R:OK -2015-03-09 07:33:52 queue INFO >>80 [806] -2015-03-09 07:33:52 sendUrl INFO 80 [806] R:OK -2015-03-09 07:34:42 queue INFO >>80 [807] -2015-03-09 07:34:43 sendUrl INFO 80 [807] R:OK -2015-03-09 07:35:33 queue INFO >>80 [808] -2015-03-09 07:35:33 sendUrl INFO 80 [808] R:OK -2015-03-09 07:36:23 queue INFO >>80 [809] -2015-03-09 07:36:23 sendUrl INFO 80 [809] R:OK -2015-03-09 07:37:13 queue INFO >>80 [810] -2015-03-09 07:37:13 sendUrl INFO 80 [810] R:OK -2015-03-09 07:38:03 queue INFO >>80 [811] -2015-03-09 07:38:04 sendUrl INFO 80 [811] R:OK -2015-03-09 07:38:53 queue INFO >>80 [812] -2015-03-09 07:38:53 sendUrl INFO 80 [812] R:OK -2015-03-09 07:39:43 queue INFO >>80 [813] -2015-03-09 07:39:44 sendUrl INFO 80 [813] R:OK -2015-03-09 07:40:34 queue INFO >>80 [814] -2015-03-09 07:40:34 sendUrl INFO 80 [814] R:OK -2015-03-09 07:41:24 queue INFO >>80 [815] -2015-03-09 07:41:24 sendUrl INFO 80 [815] R:OK -2015-03-09 07:42:14 queue INFO >>80 [816] -2015-03-09 07:42:14 sendUrl INFO 80 [816] R:OK -2015-03-09 07:43:04 queue INFO >>80 [817] -2015-03-09 07:43:04 sendUrl INFO 80 [817] R:OK -2015-03-09 07:43:54 queue INFO >>80 [818] -2015-03-09 07:43:54 sendUrl INFO 80 [818] R:OK -2015-03-09 07:44:44 queue INFO >>80 [819] -2015-03-09 07:44:45 sendUrl INFO 80 [819] R:OK -2015-03-09 07:45:34 queue INFO >>80 [820] -2015-03-09 07:45:35 sendUrl INFO 80 [820] R:OK -2015-03-09 07:46:25 queue INFO >>80 [821] -2015-03-09 07:46:25 sendUrl INFO 80 [821] R:OK -2015-03-09 07:47:15 queue INFO >>80 [822] -2015-03-09 07:47:15 sendUrl INFO 80 [822] R:OK -2015-03-09 07:48:05 queue INFO >>80 [823] -2015-03-09 07:48:05 sendUrl INFO 80 [823] R:OK -2015-03-09 07:48:55 queue INFO >>80 [824] -2015-03-09 07:48:56 sendUrl INFO 80 [824] R:OK -2015-03-09 07:49:45 queue INFO >>80 [825] -2015-03-09 07:49:45 sendUrl INFO 80 [825] R:OK -2015-03-09 07:50:35 queue INFO >>80 [826] -2015-03-09 07:50:36 sendUrl INFO 80 [826] R:OK -2015-03-09 07:51:26 queue INFO >>80 [827] -2015-03-09 07:51:26 sendUrl INFO 80 [827] R:OK -2015-03-09 07:52:16 queue INFO >>80 [828] -2015-03-09 07:52:16 sendUrl INFO 80 [828] R:OK -2015-03-09 07:53:06 queue INFO >>80 [829] -2015-03-09 07:53:06 sendUrl INFO 80 [829] R:OK -2015-03-09 07:53:56 queue INFO >>80 [830] -2015-03-09 07:53:57 sendUrl INFO 80 [830] R:OK -2015-03-09 07:54:46 queue INFO >>80 [831] -2015-03-09 07:54:46 sendUrl INFO 80 [831] R:OK -2015-03-09 07:55:36 queue INFO >>80 [832] -2015-03-09 07:55:37 sendUrl INFO 80 [832] R:OK -2015-03-09 07:56:26 queue INFO >>80 [833] -2015-03-09 07:56:27 sendUrl INFO 80 [833] R:OK -2015-03-09 07:57:17 queue INFO >>80 [834] -2015-03-09 07:57:17 sendUrl INFO 80 [834] R:OK -2015-03-09 07:58:07 queue INFO >>80 [835] -2015-03-09 07:58:07 sendUrl INFO 80 [835] R:OK -2015-03-09 07:58:57 queue INFO >>80 [836] -2015-03-09 07:58:57 sendUrl INFO 80 [836] R:OK -2015-03-09 07:59:47 queue INFO >>80 [837] -2015-03-09 07:59:47 sendUrl INFO 80 [837] R:OK -2015-03-09 08:00:37 queue INFO >>80 [838] -2015-03-09 08:00:38 sendUrl INFO 80 [838] R:OK -2015-03-09 08:01:27 queue INFO >>80 [839] -2015-03-09 08:01:28 sendUrl INFO 80 [839] R:OK -2015-03-09 08:02:18 queue INFO >>80 [840] -2015-03-09 08:02:18 sendUrl INFO 80 [840] R:OK -2015-03-09 08:03:08 queue INFO >>80 [841] -2015-03-09 08:03:08 sendUrl INFO 80 [841] R:OK -2015-03-09 08:03:58 queue INFO >>80 [842] -2015-03-09 08:03:58 sendUrl INFO 80 [842] R:OK -2015-03-09 08:04:48 queue INFO >>80 [843] -2015-03-09 08:04:48 sendUrl INFO 80 [843] R:OK -2015-03-09 08:05:38 queue INFO >>80 [844] -2015-03-09 08:05:38 sendUrl INFO 80 [844] R:OK -2015-03-09 08:06:28 queue INFO >>80 [845] -2015-03-09 08:06:29 sendUrl INFO 80 [845] R:OK -2015-03-09 08:07:18 queue INFO >>80 [846] -2015-03-09 08:07:19 sendUrl INFO 80 [846] R:OK -2015-03-09 08:08:09 queue INFO >>80 [847] -2015-03-09 08:08:09 sendUrl INFO 80 [847] R:OK -2015-03-09 08:08:59 queue INFO >>80 [848] -2015-03-09 08:08:59 sendUrl INFO 80 [848] R:OK -2015-03-09 08:09:49 queue INFO >>80 [849] -2015-03-09 08:09:49 sendUrl INFO 80 [849] R:OK -2015-03-09 08:10:39 queue INFO >>80 [850] -2015-03-09 08:10:39 sendUrl INFO 80 [850] R:OK -2015-03-09 08:11:29 queue INFO >>80 [851] -2015-03-09 08:11:30 sendUrl INFO 80 [851] R:OK -2015-03-09 08:12:19 queue INFO >>80 [852] -2015-03-09 08:12:20 sendUrl INFO 80 [852] R:OK -2015-03-09 08:13:10 queue INFO >>80 [853] -2015-03-09 08:13:10 sendUrl INFO 80 [853] R:OK -2015-03-09 08:14:00 queue INFO >>80 [854] -2015-03-09 08:14:00 sendUrl INFO 80 [854] R:OK -2015-03-09 08:14:50 queue INFO >>80 [855] -2015-03-09 08:14:50 sendUrl INFO 80 [855] R:OK -2015-03-09 08:15:40 queue INFO >>80 [856] -2015-03-09 08:15:40 sendUrl INFO 80 [856] R:OK -2015-03-09 08:16:30 queue INFO >>80 [857] -2015-03-09 08:16:31 sendUrl INFO 80 [857] R:OK -2015-03-09 08:17:20 queue INFO >>80 [858] -2015-03-09 08:17:21 sendUrl INFO 80 [858] R:OK -2015-03-09 08:18:10 queue INFO >>80 [859] -2015-03-09 08:18:11 sendUrl INFO 80 [859] R:OK -2015-03-09 08:19:01 queue INFO >>80 [860] -2015-03-09 08:19:01 sendUrl INFO 80 [860] R:OK -2015-03-09 08:19:51 queue INFO >>80 [861] -2015-03-09 08:19:51 sendUrl INFO 80 [861] R:OK -2015-03-09 08:20:41 queue INFO >>80 [862] -2015-03-09 08:20:41 sendUrl INFO 80 [862] R:OK -2015-03-09 08:21:31 queue INFO >>80 [863] -2015-03-09 08:21:31 sendUrl INFO 80 [863] R:OK -2015-03-09 08:22:21 queue INFO >>80 [864] -2015-03-09 08:22:22 sendUrl INFO 80 [864] R:OK -2015-03-09 08:23:11 queue INFO >>80 [865] -2015-03-09 08:23:12 sendUrl INFO 80 [865] R:OK -2015-03-09 08:24:02 queue INFO >>80 [866] -2015-03-09 08:24:02 sendUrl INFO 80 [866] R:OK -2015-03-09 08:24:52 queue INFO >>80 [867] -2015-03-09 08:24:52 sendUrl INFO 80 [867] R:OK -2015-03-09 08:25:42 queue INFO >>80 [868] -2015-03-09 08:25:42 sendUrl INFO 80 [868] R:OK -2015-03-09 08:26:32 queue INFO >>80 [869] -2015-03-09 08:26:32 sendUrl INFO 80 [869] R:OK -2015-03-09 08:27:22 queue INFO >>80 [870] -2015-03-09 08:27:23 sendUrl INFO 80 [870] R:OK -2015-03-09 08:28:12 queue INFO >>80 [871] -2015-03-09 08:28:12 sendUrl INFO 80 [871] R:OK -2015-03-09 08:29:03 queue INFO >>80 [872] -2015-03-09 08:29:03 sendUrl INFO 80 [872] R:OK -2015-03-09 08:29:53 queue INFO >>80 [873] -2015-03-09 08:29:53 sendUrl INFO 80 [873] R:OK -2015-03-09 08:30:43 queue INFO >>80 [874] -2015-03-09 08:30:43 sendUrl INFO 80 [874] R:OK -2015-03-09 08:31:33 queue INFO >>80 [875] -2015-03-09 08:31:33 sendUrl INFO 80 [875] R:OK -2015-03-09 08:32:23 queue INFO >>80 [876] -2015-03-09 08:32:24 sendUrl INFO 80 [876] R:OK -2015-03-09 08:33:13 queue INFO >>80 [877] -2015-03-09 08:33:14 sendUrl INFO 80 [877] R:OK -2015-03-09 08:34:03 queue INFO >>80 [878] -2015-03-09 08:34:04 sendUrl INFO 80 [878] R:OK -2015-03-09 08:34:54 queue INFO >>80 [879] -2015-03-09 08:34:54 sendUrl INFO 80 [879] R:OK -2015-03-09 08:35:44 queue INFO >>80 [880] -2015-03-09 08:35:44 sendUrl INFO 80 [880] R:OK -2015-03-09 08:36:34 queue INFO >>80 [881] -2015-03-09 08:36:34 sendUrl INFO 80 [881] R:OK -2015-03-09 08:37:24 queue INFO >>80 [882] -2015-03-09 08:37:24 sendUrl INFO 80 [882] R:OK -2015-03-09 08:38:14 queue INFO >>80 [883] -2015-03-09 08:38:15 sendUrl INFO 80 [883] R:OK -2015-03-09 08:39:04 queue INFO >>80 [884] -2015-03-09 08:39:05 sendUrl INFO 80 [884] R:OK -2015-03-09 08:39:55 queue INFO >>80 [885] -2015-03-09 08:39:55 sendUrl INFO 80 [885] R:OK -2015-03-09 08:40:45 queue INFO >>80 [886] -2015-03-09 08:40:45 sendUrl INFO 80 [886] R:OK -2015-03-09 08:41:35 queue INFO >>80 [887] -2015-03-09 08:41:35 sendUrl INFO 80 [887] R:OK -2015-03-09 08:42:25 queue INFO >>80 [888] -2015-03-09 08:42:25 sendUrl INFO 80 [888] R:OK -2015-03-09 08:43:15 queue INFO >>80 [889] -2015-03-09 08:43:16 sendUrl INFO 80 [889] R:OK -2015-03-09 08:44:05 queue INFO >>80 [890] -2015-03-09 08:44:05 sendUrl INFO 80 [890] R:OK -2015-03-09 08:44:55 queue INFO >>80 [891] -2015-03-09 08:44:56 sendUrl INFO 80 [891] R:OK -2015-03-09 08:45:46 queue INFO >>80 [892] -2015-03-09 08:45:46 sendUrl INFO 80 [892] R:OK -2015-03-09 08:46:36 queue INFO >>80 [893] -2015-03-09 08:46:36 sendUrl INFO 80 [893] R:OK -2015-03-09 08:47:26 queue INFO >>80 [894] -2015-03-09 08:47:26 sendUrl INFO 80 [894] R:OK -2015-03-09 08:48:16 queue INFO >>80 [895] -2015-03-09 08:48:17 sendUrl INFO 80 [895] R:OK -2015-03-09 08:49:06 queue INFO >>80 [896] -2015-03-09 08:49:06 sendUrl INFO 80 [896] R:OK -2015-03-09 08:49:56 queue INFO >>80 [897] -2015-03-09 08:49:57 sendUrl INFO 80 [897] R:OK -2015-03-09 08:50:47 queue INFO >>80 [898] -2015-03-09 08:50:47 sendUrl INFO 80 [898] R:OK -2015-03-09 08:51:37 queue INFO >>80 [899] -2015-03-09 08:51:37 sendUrl INFO 80 [899] R:OK -2015-03-09 08:52:27 queue INFO >>80 [900] -2015-03-09 08:52:27 sendUrl INFO 80 [900] R:OK -2015-03-09 08:53:17 queue INFO >>80 [901] -2015-03-09 08:53:17 sendUrl INFO 80 [901] R:OK -2015-03-09 08:54:07 queue INFO >>80 [902] -2015-03-09 08:54:07 sendUrl INFO 80 [902] R:OK -2015-03-09 08:54:57 queue INFO >>80 [903] -2015-03-09 08:54:58 sendUrl INFO 80 [903] R:OK -2015-03-09 08:55:47 queue INFO >>80 [904] -2015-03-09 08:55:48 sendUrl INFO 80 [904] R:OK -2015-03-09 08:56:38 queue INFO >>80 [905] -2015-03-09 08:56:38 sendUrl INFO 80 [905] R:OK -2015-03-09 08:57:28 queue INFO >>80 [906] -2015-03-09 08:57:28 sendUrl INFO 80 [906] R:OK -2015-03-09 08:58:18 queue INFO >>80 [907] -2015-03-09 08:58:18 sendUrl INFO 80 [907] R:OK -2015-03-09 08:59:08 queue INFO >>80 [908] -2015-03-09 08:59:09 sendUrl INFO 80 [908] R:OK -2015-03-09 08:59:58 queue INFO >>80 [909] -2015-03-09 08:59:58 sendUrl INFO 80 [909] R:OK -2015-03-09 09:00:48 queue INFO >>80 [910] -2015-03-09 09:00:49 sendUrl INFO 80 [910] R:OK -2015-03-09 09:01:39 queue INFO >>80 [911] -2015-03-09 09:01:39 sendUrl INFO 80 [911] R:OK -2015-03-09 09:02:29 queue INFO >>80 [912] -2015-03-09 09:02:29 sendUrl INFO 80 [912] R:OK -2015-03-09 09:03:19 queue INFO >>80 [913] -2015-03-09 09:03:19 sendUrl INFO 80 [913] R:OK -2015-03-09 09:04:09 queue INFO >>80 [914] -2015-03-09 09:04:10 sendUrl INFO 80 [914] R:OK -2015-03-09 09:04:59 queue INFO >>80 [915] -2015-03-09 09:04:59 sendUrl INFO 80 [915] R:OK -2015-03-09 09:05:49 queue INFO >>80 [916] -2015-03-09 09:05:50 sendUrl INFO 80 [916] R:OK -2015-03-09 09:06:39 queue INFO >>80 [917] -2015-03-09 09:06:40 sendUrl INFO 80 [917] R:OK -2015-03-09 09:07:30 queue INFO >>80 [918] -2015-03-09 09:07:30 sendUrl INFO 80 [918] R:OK -2015-03-09 09:08:20 queue INFO >>80 [919] -2015-03-09 09:08:20 sendUrl INFO 80 [919] R:OK -2015-03-09 09:09:10 queue INFO >>80 [920] -2015-03-09 09:09:10 sendUrl INFO 80 [920] R:OK -2015-03-09 09:10:00 queue INFO >>80 [921] -2015-03-09 09:10:00 sendUrl INFO 80 [921] R:OK -2015-03-09 09:10:50 queue INFO >>80 [922] -2015-03-09 09:10:51 sendUrl INFO 80 [922] R:OK -2015-03-09 09:11:40 queue INFO >>80 [923] -2015-03-09 09:11:41 sendUrl INFO 80 [923] R:OK -2015-03-09 09:12:31 queue INFO >>80 [924] -2015-03-09 09:12:31 sendUrl INFO 80 [924] R:OK -2015-03-09 09:13:21 queue INFO >>80 [925] -2015-03-09 09:13:21 sendUrl INFO 80 [925] R:OK -2015-03-09 09:14:11 queue INFO >>80 [926] -2015-03-09 09:14:11 sendUrl INFO 80 [926] R:OK -2015-03-09 09:15:01 queue INFO >>80 [927] -2015-03-09 09:15:01 sendUrl INFO 80 [927] R:OK -2015-03-09 09:15:51 queue INFO >>80 [928] -2015-03-09 09:15:51 sendUrl INFO 80 [928] R:OK -2015-03-09 09:16:41 queue INFO >>80 [929] -2015-03-09 09:16:42 sendUrl INFO 80 [929] R:OK -2015-03-09 09:17:31 queue INFO >>80 [930] -2015-03-09 09:17:32 sendUrl INFO 80 [930] R:OK -2015-03-09 09:18:22 queue INFO >>80 [931] -2015-03-09 09:18:22 sendUrl INFO 80 [931] R:OK -2015-03-09 09:19:12 queue INFO >>80 [932] -2015-03-09 09:19:12 sendUrl INFO 80 [932] R:OK -2015-03-09 09:20:02 queue INFO >>80 [933] -2015-03-09 09:20:02 sendUrl INFO 80 [933] R:OK -2015-03-09 09:20:52 queue INFO >>80 [934] -2015-03-09 09:20:52 sendUrl INFO 80 [934] R:OK -2015-03-09 09:21:42 queue INFO >>80 [935] -2015-03-09 09:21:43 sendUrl INFO 80 [935] R:OK -2015-03-09 09:22:32 queue INFO >>80 [936] -2015-03-09 09:22:33 sendUrl INFO 80 [936] R:OK -2015-03-09 09:23:23 queue INFO >>80 [937] -2015-03-09 09:23:23 sendUrl INFO 80 [937] R:OK -2015-03-09 09:24:13 queue INFO >>80 [938] -2015-03-09 09:24:13 sendUrl INFO 80 [938] R:OK -2015-03-09 09:25:03 queue INFO >>80 [939] -2015-03-09 09:25:03 sendUrl INFO 80 [939] R:OK -2015-03-09 09:25:53 queue INFO >>80 [940] -2015-03-09 09:25:53 sendUrl INFO 80 [940] R:OK -2015-03-09 09:26:43 queue INFO >>80 [941] -2015-03-09 09:26:44 sendUrl INFO 80 [941] R:OK -2015-03-09 09:27:33 queue INFO >>80 [942] -2015-03-09 09:27:34 sendUrl INFO 80 [942] R:OK -2015-03-09 09:28:23 queue INFO >>80 [943] -2015-03-09 09:28:24 sendUrl INFO 80 [943] R:OK -2015-03-09 09:29:14 queue INFO >>80 [944] -2015-03-09 09:29:14 sendUrl INFO 80 [944] R:OK -2015-03-09 09:30:04 queue INFO >>80 [945] -2015-03-09 09:30:04 sendUrl INFO 80 [945] R:OK -2015-03-09 09:30:54 queue INFO >>80 [946] -2015-03-09 09:30:54 sendUrl INFO 80 [946] R:OK -2015-03-09 09:31:44 queue INFO >>80 [947] -2015-03-09 09:31:44 sendUrl INFO 80 [947] R:OK -2015-03-09 09:32:34 queue INFO >>80 [948] -2015-03-09 09:32:35 sendUrl INFO 80 [948] R:OK -2015-03-09 09:33:24 queue INFO >>80 [949] -2015-03-09 09:33:25 sendUrl INFO 80 [949] R:OK -2015-03-09 09:34:15 queue INFO >>80 [950] -2015-03-09 09:34:15 sendUrl INFO 80 [950] R:OK -2015-03-09 09:35:05 queue INFO >>80 [951] -2015-03-09 09:35:05 sendUrl INFO 80 [951] R:OK -2015-03-09 09:35:55 queue INFO >>80 [952] -2015-03-09 09:35:55 sendUrl INFO 80 [952] R:OK -2015-03-09 09:36:45 queue INFO >>80 [953] -2015-03-09 09:36:45 sendUrl INFO 80 [953] R:OK -2015-03-09 09:37:35 queue INFO >>80 [954] -2015-03-09 09:37:36 sendUrl INFO 80 [954] R:OK -2015-03-09 09:38:25 queue INFO >>80 [955] -2015-03-09 09:38:26 sendUrl INFO 80 [955] R:OK -2015-03-09 09:39:16 queue INFO >>80 [956] -2015-03-09 09:39:16 sendUrl INFO 80 [956] R:OK -2015-03-09 09:40:06 queue INFO >>80 [957] -2015-03-09 09:40:06 sendUrl INFO 80 [957] R:OK -2015-03-09 09:40:56 queue INFO >>80 [958] -2015-03-09 09:40:56 sendUrl INFO 80 [958] R:OK -2015-03-09 09:41:46 queue INFO >>80 [959] -2015-03-09 09:41:46 sendUrl INFO 80 [959] R:OK -2015-03-09 09:42:36 queue INFO >>80 [960] -2015-03-09 09:42:37 sendUrl INFO 80 [960] R:OK -2015-03-09 09:43:26 queue INFO >>80 [961] -2015-03-09 09:43:26 sendUrl INFO 80 [961] R:OK -2015-03-09 09:44:16 queue INFO >>80 [962] -2015-03-09 09:44:17 sendUrl INFO 80 [962] R:OK -2015-03-09 09:45:07 queue INFO >>80 [963] -2015-03-09 09:45:07 sendUrl INFO 80 [963] R:OK -2015-03-09 09:45:57 queue INFO >>80 [964] -2015-03-09 09:45:57 sendUrl INFO 80 [964] R:OK -2015-03-09 09:46:47 queue INFO >>80 [965] -2015-03-09 09:46:47 sendUrl INFO 80 [965] R:OK -2015-03-09 09:47:37 queue INFO >>80 [966] -2015-03-09 09:47:37 sendUrl INFO 80 [966] R:OK -2015-03-09 09:48:27 queue INFO >>80 [967] -2015-03-09 09:48:28 sendUrl INFO 80 [967] R:OK -2015-03-09 09:49:17 queue INFO >>80 [968] -2015-03-09 09:49:18 sendUrl INFO 80 [968] R:OK -2015-03-09 09:50:07 queue INFO >>80 [969] -2015-03-09 09:50:08 sendUrl INFO 80 [969] R:OK -2015-03-09 09:50:58 queue INFO >>80 [970] -2015-03-09 09:50:58 sendUrl INFO 80 [970] R:OK -2015-03-09 09:51:48 queue INFO >>80 [971] -2015-03-09 09:51:48 sendUrl INFO 80 [971] R:OK -2015-03-09 09:52:38 queue INFO >>80 [972] -2015-03-09 09:52:38 sendUrl INFO 80 [972] R:OK -2015-03-09 09:53:28 queue INFO >>80 [973] -2015-03-09 09:53:28 sendUrl INFO 80 [973] R:OK -2015-03-09 09:54:18 queue INFO >>80 [974] -2015-03-09 09:54:18 sendUrl INFO 80 [974] R:OK -2015-03-09 09:55:08 queue INFO >>80 [975] -2015-03-09 09:55:09 sendUrl INFO 80 [975] R:OK -2015-03-09 09:55:58 queue INFO >>80 [976] -2015-03-09 09:55:59 sendUrl INFO 80 [976] R:OK -2015-03-09 09:56:49 queue INFO >>80 [977] -2015-03-09 09:56:49 sendUrl INFO 80 [977] R:OK -2015-03-09 09:57:39 queue INFO >>80 [978] -2015-03-09 09:57:39 sendUrl INFO 80 [978] R:OK -2015-03-09 09:58:29 queue INFO >>80 [979] -2015-03-09 09:58:29 sendUrl INFO 80 [979] R:OK -2015-03-09 09:59:19 queue INFO >>80 [980] -2015-03-09 09:59:19 sendUrl INFO 80 [980] R:OK -2015-03-09 10:00:09 queue INFO >>80 [981] -2015-03-09 10:00:10 sendUrl INFO 80 [981] R:OK -2015-03-09 10:00:59 queue INFO >>80 [982] -2015-03-09 10:01:00 sendUrl INFO 80 [982] R:OK -2015-03-09 10:01:49 queue INFO >>80 [983] -2015-03-09 10:01:50 sendUrl INFO 80 [983] R:OK -2015-03-09 10:02:40 queue INFO >>80 [984] -2015-03-09 10:02:40 sendUrl INFO 80 [984] R:OK -2015-03-09 10:03:30 queue INFO >>80 [985] -2015-03-09 10:03:30 sendUrl INFO 80 [985] R:OK -2015-03-09 10:04:20 queue INFO >>80 [986] -2015-03-09 10:04:20 sendUrl INFO 80 [986] R:OK -2015-03-09 10:05:10 queue INFO >>80 [987] -2015-03-09 10:05:10 sendUrl INFO 80 [987] R:OK -2015-03-09 10:06:00 queue INFO >>80 [988] -2015-03-09 10:06:01 sendUrl INFO 80 [988] R:OK -2015-03-09 10:06:50 queue INFO >>80 [989] -2015-03-09 10:06:51 sendUrl INFO 80 [989] R:OK -2015-03-09 10:07:41 queue INFO >>80 [990] -2015-03-09 10:07:41 sendUrl INFO 80 [990] R:OK -2015-03-09 10:08:31 queue INFO >>80 [991] -2015-03-09 10:08:31 sendUrl INFO 80 [991] R:OK -2015-03-09 10:09:21 queue INFO >>80 [992] -2015-03-09 10:09:21 sendUrl INFO 80 [992] R:OK -2015-03-09 10:10:11 queue INFO >>80 [993] -2015-03-09 10:10:11 sendUrl INFO 80 [993] R:OK -2015-03-09 10:11:01 queue INFO >>80 [994] -2015-03-09 10:11:02 sendUrl INFO 80 [994] R:OK -2015-03-09 10:11:51 queue INFO >>80 [995] -2015-03-09 10:11:51 sendUrl INFO 80 [995] R:OK -2015-03-09 10:12:42 queue INFO >>80 [996] -2015-03-09 10:12:42 sendUrl INFO 80 [996] R:OK -2015-03-09 10:13:32 queue INFO >>80 [997] -2015-03-09 10:13:32 sendUrl INFO 80 [997] R:OK -2015-03-09 10:14:22 queue INFO >>80 [998] -2015-03-09 10:14:22 sendUrl INFO 80 [998] R:OK -2015-03-09 10:15:12 queue INFO >>80 [999] -2015-03-09 10:15:12 sendUrl INFO 80 [999] R:OK -2015-03-09 10:16:02 queue INFO >>80 [0] -2015-03-09 10:16:03 sendUrl INFO 80 [0] R:OK -2015-03-09 10:16:52 queue INFO >>80 [1] -2015-03-09 10:16:53 sendUrl INFO 80 [1] R:OK -2015-03-09 10:17:42 queue INFO >>80 [2] -2015-03-09 10:17:43 sendUrl INFO 80 [2] R:OK -2015-03-09 10:18:33 queue INFO >>80 [3] -2015-03-09 10:18:33 sendUrl INFO 80 [3] R:OK -2015-03-09 10:19:23 queue INFO >>80 [4] -2015-03-09 10:19:23 sendUrl INFO 80 [4] R:OK -2015-03-09 10:20:13 queue INFO >>80 [5] -2015-03-09 10:20:13 sendUrl INFO 80 [5] R:OK -2015-03-09 10:21:03 queue INFO >>80 [6] -2015-03-09 10:21:03 sendUrl INFO 80 [6] R:OK -2015-03-09 10:21:53 queue INFO >>80 [7] -2015-03-09 10:21:54 sendUrl INFO 80 [7] R:OK -2015-03-09 10:22:43 queue INFO >>80 [8] -2015-03-09 10:22:44 sendUrl INFO 80 [8] R:OK -2015-03-09 10:23:34 queue INFO >>80 [9] -2015-03-09 10:23:34 sendUrl INFO 80 [9] R:OK -2015-03-09 10:24:24 queue INFO >>80 [10] -2015-03-09 10:24:24 sendUrl INFO 80 [10] R:OK -2015-03-09 10:25:14 queue INFO >>80 [11] -2015-03-09 10:25:14 sendUrl INFO 80 [11] R:OK -2015-03-09 10:26:04 queue INFO >>80 [12] -2015-03-09 10:26:04 sendUrl INFO 80 [12] R:OK -2015-03-09 10:26:54 queue INFO >>80 [13] -2015-03-09 10:26:55 sendUrl INFO 80 [13] R:OK -2015-03-09 10:27:44 queue INFO >>80 [14] -2015-03-09 10:27:44 sendUrl INFO 80 [14] R:OK -2015-03-09 10:28:34 queue INFO >>80 [15] -2015-03-09 10:28:35 sendUrl INFO 80 [15] R:OK -2015-03-09 10:29:25 queue INFO >>80 [16] -2015-03-09 10:29:25 sendUrl INFO 80 [16] R:OK -2015-03-09 10:30:15 queue INFO >>80 [17] -2015-03-09 10:30:15 sendUrl INFO 80 [17] R:OK -2015-03-09 10:31:05 queue INFO >>80 [18] -2015-03-09 10:31:05 sendUrl INFO 80 [18] R:OK -2015-03-09 10:31:55 queue INFO >>80 [19] -2015-03-09 10:31:56 sendUrl INFO 80 [19] R:OK -2015-03-09 10:32:45 queue INFO >>80 [20] -2015-03-09 10:32:45 sendUrl INFO 80 [20] R:OK -2015-03-09 10:33:35 queue INFO >>80 [21] -2015-03-09 10:33:36 sendUrl INFO 80 [21] R:OK -2015-03-09 10:34:26 queue INFO >>80 [22] -2015-03-09 10:34:26 sendUrl INFO 80 [22] R:OK -2015-03-09 10:35:16 queue INFO >>80 [23] -2015-03-09 10:35:16 sendUrl INFO 80 [23] R:OK -2015-03-09 10:36:06 queue INFO >>80 [24] -2015-03-09 10:36:06 sendUrl INFO 80 [24] R:OK -2015-03-09 10:36:56 queue INFO >>80 [25] -2015-03-09 10:36:56 sendUrl INFO 80 [25] R:OK -2015-03-09 10:37:46 queue INFO >>80 [26] -2015-03-09 10:37:46 sendUrl INFO 80 [26] R:OK -2015-03-09 10:38:36 queue INFO >>80 [27] -2015-03-09 10:38:37 sendUrl INFO 80 [27] R:OK -2015-03-09 10:39:26 queue INFO >>80 [28] -2015-03-09 10:39:27 sendUrl INFO 80 [28] R:OK -2015-03-09 10:40:17 queue INFO >>80 [29] -2015-03-09 10:40:17 sendUrl INFO 80 [29] R:OK -2015-03-09 10:41:07 queue INFO >>80 [30] -2015-03-09 10:41:07 sendUrl INFO 80 [30] R:OK -2015-03-09 10:41:57 queue INFO >>80 [31] -2015-03-09 10:41:57 sendUrl INFO 80 [31] R:OK -2015-03-09 10:42:47 queue INFO >>80 [32] -2015-03-09 10:42:48 sendUrl INFO 80 [32] R:OK -2015-03-09 10:43:37 queue INFO >>80 [33] -2015-03-09 10:43:37 sendUrl INFO 80 [33] R:OK -2015-03-09 10:44:27 queue INFO >>80 [34] -2015-03-09 10:44:28 sendUrl INFO 80 [34] R:OK -2015-03-09 10:45:18 queue INFO >>80 [35] -2015-03-09 10:45:18 sendUrl INFO 80 [35] R:OK -2015-03-09 10:46:08 queue INFO >>80 [36] -2015-03-09 10:46:08 sendUrl INFO 80 [36] R:OK -2015-03-09 10:46:58 queue INFO >>80 [37] -2015-03-09 10:46:58 sendUrl INFO 80 [37] R:OK -2015-03-09 10:47:48 queue INFO >>80 [38] -2015-03-09 10:47:48 sendUrl INFO 80 [38] R:OK -2015-03-09 10:48:38 queue INFO >>80 [39] -2015-03-09 10:48:38 sendUrl INFO 80 [39] R:OK -2015-03-09 10:49:28 queue INFO >>80 [40] -2015-03-09 10:49:28 sendUrl INFO 80 [40] R:OK -2015-03-09 10:50:18 queue INFO >>80 [41] -2015-03-09 10:50:19 sendUrl INFO 80 [41] R:OK -2015-03-09 10:51:08 queue INFO >>80 [42] -2015-03-09 10:51:09 sendUrl INFO 80 [42] R:OK -2015-03-09 10:51:59 queue INFO >>80 [43] -2015-03-09 10:51:59 sendUrl INFO 80 [43] R:OK -2015-03-09 10:52:49 queue INFO >>80 [44] -2015-03-09 10:52:49 sendUrl INFO 80 [44] R:OK -2015-03-09 10:53:39 queue INFO >>80 [45] -2015-03-09 10:53:39 sendUrl INFO 80 [45] R:OK -2015-03-09 10:54:29 queue INFO >>80 [46] -2015-03-09 10:54:29 sendUrl INFO 80 [46] R:OK -2015-03-09 10:55:19 queue INFO >>80 [47] -2015-03-09 10:55:20 sendUrl INFO 80 [47] R:OK -2015-03-09 10:56:09 queue INFO >>80 [48] -2015-03-09 10:56:09 sendUrl INFO 80 [48] R:OK -2015-03-09 10:56:59 queue INFO >>80 [49] -2015-03-09 10:57:00 sendUrl INFO 80 [49] R:OK -2015-03-09 10:57:50 queue INFO >>80 [50] -2015-03-09 10:57:50 sendUrl INFO 80 [50] R:OK -2015-03-09 10:58:40 queue INFO >>80 [51] -2015-03-09 10:58:40 sendUrl INFO 80 [51] R:OK -2015-03-09 10:59:30 queue INFO >>80 [52] -2015-03-09 10:59:30 sendUrl INFO 80 [52] R:OK -2015-03-09 11:00:20 queue INFO >>80 [53] -2015-03-09 11:00:20 sendUrl INFO 80 [53] R:OK -2015-03-09 11:01:10 queue INFO >>80 [54] -2015-03-09 11:01:10 sendUrl INFO 80 [54] R:OK -2015-03-09 11:02:00 queue INFO >>80 [55] -2015-03-09 11:02:01 sendUrl INFO 80 [55] R:OK -2015-03-09 11:02:50 queue INFO >>80 [56] -2015-03-09 11:02:51 sendUrl INFO 80 [56] R:OK -2015-03-09 11:03:41 queue INFO >>80 [57] -2015-03-09 11:03:41 sendUrl INFO 80 [57] R:OK -2015-03-09 11:04:31 queue INFO >>80 [58] -2015-03-09 11:04:31 sendUrl INFO 80 [58] R:OK -2015-03-09 11:05:21 queue INFO >>80 [59] -2015-03-09 11:05:21 sendUrl INFO 80 [59] R:OK -2015-03-09 11:06:11 queue INFO >>80 [60] -2015-03-09 11:06:12 sendUrl INFO 80 [60] R:OK -2015-03-09 11:07:01 queue INFO >>80 [61] -2015-03-09 11:07:01 sendUrl INFO 80 [61] R:OK -2015-03-09 11:07:51 queue INFO >>80 [62] -2015-03-09 11:07:52 sendUrl INFO 80 [62] R:OK -2015-03-09 11:08:41 queue INFO >>80 [63] -2015-03-09 11:08:42 sendUrl INFO 80 [63] R:OK -2015-03-09 11:09:32 queue INFO >>80 [64] -2015-03-09 11:09:32 sendUrl INFO 80 [64] R:OK -2015-03-09 11:10:22 queue INFO >>80 [65] -2015-03-09 11:10:22 sendUrl INFO 80 [65] R:OK -2015-03-09 11:11:12 queue INFO >>80 [66] -2015-03-09 11:11:12 sendUrl INFO 80 [66] R:OK -2015-03-09 11:12:02 queue INFO >>80 [67] -2015-03-09 11:12:02 sendUrl INFO 80 [67] R:OK -2015-03-09 11:12:52 queue INFO >>80 [68] -2015-03-09 11:12:53 sendUrl INFO 80 [68] R:OK -2015-03-09 11:13:42 queue INFO >>80 [69] -2015-03-09 11:13:43 sendUrl INFO 80 [69] R:OK -2015-03-09 11:14:33 queue INFO >>80 [70] -2015-03-09 11:14:33 sendUrl INFO 80 [70] R:OK -2015-03-09 11:15:23 queue INFO >>80 [71] -2015-03-09 11:15:23 sendUrl INFO 80 [71] R:OK -2015-03-09 11:16:13 queue INFO >>80 [72] -2015-03-09 11:16:13 sendUrl INFO 80 [72] R:OK -2015-03-09 11:17:03 queue INFO >>80 [73] -2015-03-09 11:17:03 sendUrl INFO 80 [73] R:OK -2015-03-09 11:17:53 queue INFO >>80 [74] -2015-03-09 11:17:54 sendUrl INFO 80 [74] R:OK -2015-03-09 11:18:43 queue INFO >>80 [75] -2015-03-09 11:18:44 sendUrl INFO 80 [75] R:OK -2015-03-09 11:19:34 queue INFO >>80 [76] -2015-03-09 11:19:34 sendUrl INFO 80 [76] R:OK -2015-03-09 11:20:24 queue INFO >>80 [77] -2015-03-09 11:20:24 sendUrl INFO 80 [77] R:OK -2015-03-09 11:21:14 queue INFO >>80 [78] -2015-03-09 11:21:14 sendUrl INFO 80 [78] R:OK -2015-03-09 11:22:04 queue INFO >>80 [79] -2015-03-09 11:22:04 sendUrl INFO 80 [79] R:OK -2015-03-09 11:22:54 queue INFO >>80 [80] -2015-03-09 11:22:54 sendUrl INFO 80 [80] R:OK -2015-03-09 11:23:44 queue INFO >>80 [81] -2015-03-09 11:23:45 sendUrl INFO 80 [81] R:OK -2015-03-09 11:24:34 queue INFO >>80 [82] -2015-03-09 11:24:35 sendUrl INFO 80 [82] R:OK -2015-03-09 11:25:25 queue INFO >>80 [83] -2015-03-09 11:25:25 sendUrl INFO 80 [83] R:OK -2015-03-09 11:26:15 queue INFO >>80 [84] -2015-03-09 11:26:15 sendUrl INFO 80 [84] R:OK -2015-03-09 11:27:05 queue INFO >>80 [85] -2015-03-09 11:27:05 sendUrl INFO 80 [85] R:OK -2015-03-09 11:27:55 queue INFO >>80 [86] -2015-03-09 11:27:55 sendUrl INFO 80 [86] R:OK -2015-03-09 11:28:45 queue INFO >>80 [87] -2015-03-09 11:28:46 sendUrl INFO 80 [87] R:OK -2015-03-09 11:29:35 queue INFO >>80 [88] -2015-03-09 11:29:36 sendUrl INFO 80 [88] R:OK -2015-03-09 11:30:25 queue INFO >>80 [89] -2015-03-09 11:30:26 sendUrl INFO 80 [89] R:OK -2015-03-09 11:31:15 queue INFO >>80 [90] -2015-03-09 11:31:16 sendUrl INFO 80 [90] R:OK -2015-03-09 11:32:06 queue INFO >>80 [91] -2015-03-09 11:32:06 sendUrl INFO 80 [91] R:OK -2015-03-09 11:32:56 queue INFO >>80 [92] -2015-03-09 11:32:56 sendUrl INFO 80 [92] R:OK -2015-03-09 11:33:46 queue INFO >>80 [93] -2015-03-09 11:33:46 sendUrl INFO 80 [93] R:OK -2015-03-09 11:34:36 queue INFO >>80 [94] -2015-03-09 11:34:37 sendUrl INFO 80 [94] R:OK -2015-03-09 11:35:26 queue INFO >>80 [95] -2015-03-09 11:35:26 sendUrl INFO 80 [95] R:OK -2015-03-09 11:36:16 queue INFO >>80 [96] -2015-03-09 11:36:17 sendUrl INFO 80 [96] R:OK -2015-03-09 11:37:07 queue INFO >>80 [97] -2015-03-09 11:37:07 sendUrl INFO 80 [97] R:OK -2015-03-09 11:37:57 queue INFO >>80 [98] -2015-03-09 11:37:57 sendUrl INFO 80 [98] R:OK -2015-03-09 11:38:47 queue INFO >>80 [99] -2015-03-09 11:38:47 sendUrl INFO 80 [99] R:OK -2015-03-09 11:39:37 queue INFO >>80 [100] -2015-03-09 11:39:38 sendUrl INFO 80 [100] R:OK -2015-03-09 11:40:27 queue INFO >>80 [101] -2015-03-09 11:40:27 sendUrl INFO 80 [101] R:OK -2015-03-09 11:41:17 queue INFO >>80 [102] -2015-03-09 11:41:18 sendUrl INFO 80 [102] R:OK -2015-03-09 11:42:07 queue INFO >>80 [103] -2015-03-09 11:42:08 sendUrl INFO 80 [103] R:OK -2015-03-09 11:42:58 queue INFO >>80 [104] -2015-03-09 11:42:58 sendUrl INFO 80 [104] R:OK -2015-03-09 11:43:48 queue INFO >>80 [105] -2015-03-09 11:43:48 sendUrl INFO 80 [105] R:OK -2015-03-09 11:44:38 queue INFO >>80 [106] -2015-03-09 11:44:38 sendUrl INFO 80 [106] R:OK -2015-03-09 11:45:28 queue INFO >>80 [107] -2015-03-09 11:45:28 sendUrl INFO 80 [107] R:OK -2015-03-09 11:46:18 queue INFO >>80 [108] -2015-03-09 11:46:19 sendUrl INFO 80 [108] R:OK -2015-03-09 11:47:08 queue INFO >>80 [109] -2015-03-09 11:47:09 sendUrl INFO 80 [109] R:OK -2015-03-09 11:47:59 queue INFO >>80 [110] -2015-03-09 11:47:59 sendUrl INFO 80 [110] R:OK -2015-03-09 11:48:49 queue INFO >>80 [111] -2015-03-09 11:48:49 sendUrl INFO 80 [111] R:OK -2015-03-09 11:49:39 queue INFO >>80 [112] -2015-03-09 11:49:39 sendUrl INFO 80 [112] R:OK -2015-03-09 11:50:29 queue INFO >>80 [113] -2015-03-09 11:50:29 sendUrl INFO 80 [113] R:OK -2015-03-09 11:51:19 queue INFO >>80 [114] -2015-03-09 11:51:19 sendUrl INFO 80 [114] R:OK -2015-03-09 11:52:09 queue INFO >>80 [115] -2015-03-09 11:52:10 sendUrl INFO 80 [115] R:OK -2015-03-09 11:52:59 queue INFO >>80 [116] -2015-03-09 11:53:00 sendUrl INFO 80 [116] R:OK -2015-03-09 11:53:50 queue INFO >>80 [117] -2015-03-09 11:53:50 sendUrl INFO 80 [117] R:OK -2015-03-09 11:54:40 queue INFO >>80 [118] -2015-03-09 11:54:40 sendUrl INFO 80 [118] R:OK -2015-03-09 11:55:30 queue INFO >>80 [119] -2015-03-09 11:55:31 sendUrl INFO 80 [119] R:OK -2015-03-09 11:56:20 queue INFO >>80 [120] -2015-03-09 11:56:20 sendUrl INFO 80 [120] R:OK -2015-03-09 11:57:10 queue INFO >>80 [121] -2015-03-09 11:57:11 sendUrl INFO 80 [121] R:OK -2015-03-09 11:58:00 queue INFO >>80 [122] -2015-03-09 11:58:01 sendUrl INFO 80 [122] R:OK -2015-03-09 11:58:51 queue INFO >>80 [123] -2015-03-09 11:58:51 sendUrl INFO 80 [123] R:OK -2015-03-09 11:59:41 queue INFO >>80 [124] -2015-03-09 11:59:41 sendUrl INFO 80 [124] R:OK -2015-03-09 12:00:31 queue INFO >>80 [125] -2015-03-09 12:00:31 sendUrl INFO 80 [125] R:OK -2015-03-09 12:01:21 queue INFO >>80 [126] -2015-03-09 12:01:21 sendUrl INFO 80 [126] R:OK -2015-03-09 12:02:11 queue INFO >>80 [127] -2015-03-09 12:02:12 sendUrl INFO 80 [127] R:OK -2015-03-09 12:03:01 queue INFO >>80 [128] -2015-03-09 12:03:02 sendUrl INFO 80 [128] R:OK -2015-03-09 12:03:52 queue INFO >>80 [129] -2015-03-09 12:03:52 sendUrl INFO 80 [129] R:OK -2015-03-09 12:04:42 queue INFO >>80 [130] -2015-03-09 12:04:42 sendUrl INFO 80 [130] R:OK -2015-03-09 12:05:32 queue INFO >>80 [131] -2015-03-09 12:05:32 sendUrl INFO 80 [131] R:OK -2015-03-09 12:06:22 queue INFO >>80 [132] -2015-03-09 12:06:22 sendUrl INFO 80 [132] R:OK -2015-03-09 12:07:12 queue INFO >>80 [133] -2015-03-09 12:07:12 sendUrl INFO 80 [133] R:OK -2015-03-09 12:08:02 queue INFO >>80 [134] -2015-03-09 12:08:03 sendUrl INFO 80 [134] R:OK -2015-03-09 12:08:52 queue INFO >>80 [135] -2015-03-09 12:08:53 sendUrl INFO 80 [135] R:OK -2015-03-09 12:09:43 queue INFO >>80 [136] -2015-03-09 12:09:43 sendUrl INFO 80 [136] R:OK -2015-03-09 12:10:33 queue INFO >>80 [137] -2015-03-09 12:10:33 sendUrl INFO 80 [137] R:OK -2015-03-09 12:10:56 queue INFO 89 [138] -2015-03-09 12:10:57 queue INFO >89 [139] -2015-03-09 12:10:57 sendUrl INFO 89 [138] R:OK -2015-03-09 12:10:57 sendUrl INFO 89 [139] R:OK -2015-03-09 12:10:58 queue INFO 99 [140] -2015-03-09 12:10:58 queue INFO >99 [141] -2015-03-09 12:10:58 sendUrl INFO 99 [140] R:OK -2015-03-09 12:10:59 sendUrl INFO 99 [141] R:OK -2015-03-09 12:11:48 queue INFO >>99 [142] -2015-03-09 12:11:49 sendUrl INFO 99 [142] R:OK -2015-03-09 12:12:38 queue INFO >>99 [143] -2015-03-09 12:12:38 sendUrl INFO 99 [143] R:OK -2015-03-09 12:13:28 queue INFO >>99 [144] -2015-03-09 12:13:29 sendUrl INFO 99 [144] R:OK -2015-03-09 12:14:19 queue INFO >>99 [145] -2015-03-09 12:14:19 sendUrl INFO 99 [145] R:OK -2015-03-09 12:15:09 queue INFO >>99 [146] -2015-03-09 12:15:09 sendUrl INFO 99 [146] R:OK -2015-03-09 12:15:59 queue INFO >>99 [147] -2015-03-09 12:15:59 sendUrl INFO 99 [147] R:OK -2015-03-09 12:16:49 queue INFO >>99 [148] -2015-03-09 12:16:50 sendUrl INFO 99 [148] R:OK -2015-03-09 12:17:39 queue INFO >>99 [149] -2015-03-09 12:17:40 sendUrl INFO 99 [149] R:OK -2015-03-09 12:18:29 queue INFO >>99 [150] -2015-03-09 12:18:30 sendUrl INFO 99 [150] R:OK -2015-03-09 12:19:20 queue INFO >>99 [151] -2015-03-09 12:19:20 sendUrl INFO 99 [151] R:OK -2015-03-09 12:20:10 queue INFO >>99 [152] -2015-03-09 12:20:10 sendUrl INFO 99 [152] R:OK -2015-03-09 12:21:00 queue INFO >>99 [153] -2015-03-09 12:21:00 sendUrl INFO 99 [153] R:OK -2015-03-09 12:21:50 queue INFO >>99 [154] -2015-03-09 12:21:50 sendUrl INFO 99 [154] R:OK -2015-03-09 12:22:40 queue INFO >>99 [155] -2015-03-09 12:22:41 sendUrl INFO 99 [155] R:OK -2015-03-09 12:23:30 queue INFO >>99 [156] -2015-03-09 12:23:31 sendUrl INFO 99 [156] R:OK -2015-03-09 12:24:20 queue INFO >>99 [157] -2015-03-09 12:24:21 sendUrl INFO 99 [157] R:OK -2015-03-09 12:25:11 queue INFO >>99 [158] -2015-03-09 12:25:11 sendUrl INFO 99 [158] R:OK -2015-03-09 12:26:01 queue INFO >>99 [159] -2015-03-09 12:26:01 sendUrl INFO 99 [159] R:OK -2015-03-09 12:26:51 queue INFO >>99 [160] -2015-03-09 12:26:51 sendUrl INFO 99 [160] R:OK -2015-03-09 12:27:41 queue INFO >>99 [161] -2015-03-09 12:27:42 sendUrl INFO 99 [161] R:OK -2015-03-09 12:28:31 queue INFO >>99 [162] -2015-03-09 12:28:31 sendUrl INFO 99 [162] R:OK -2015-03-09 12:29:21 queue INFO >>99 [163] -2015-03-09 12:29:22 sendUrl INFO 99 [163] R:OK -2015-03-09 12:30:12 queue INFO >>99 [164] -2015-03-09 12:30:12 sendUrl INFO 99 [164] R:OK -2015-03-09 12:31:02 queue INFO >>99 [165] -2015-03-09 12:31:02 sendUrl INFO 99 [165] R:OK -2015-03-09 12:31:52 queue INFO >>99 [166] -2015-03-09 12:31:52 sendUrl INFO 99 [166] R:OK -2015-03-09 12:32:42 queue INFO >>99 [167] -2015-03-09 12:32:43 sendUrl INFO 99 [167] R:OK -2015-03-09 12:33:32 queue INFO >>99 [168] -2015-03-09 12:33:32 sendUrl INFO 99 [168] R:OK -2015-03-09 12:34:22 queue INFO >>99 [169] -2015-03-09 12:34:23 sendUrl INFO 99 [169] R:OK -2015-03-09 12:35:13 queue INFO >>99 [170] -2015-03-09 12:35:13 sendUrl INFO 99 [170] R:OK -2015-03-09 12:36:03 queue INFO >>99 [171] -2015-03-09 12:36:03 sendUrl INFO 99 [171] R:OK -2015-03-09 12:36:53 queue INFO >>99 [172] -2015-03-09 12:36:53 sendUrl INFO 99 [172] R:OK -2015-03-09 12:37:43 queue INFO >>99 [173] -2015-03-09 12:37:43 sendUrl INFO 99 [173] R:OK -2015-03-09 12:38:33 queue INFO >>99 [174] -2015-03-09 12:38:34 sendUrl INFO 99 [174] R:OK -2015-03-09 12:39:23 queue INFO >>99 [175] -2015-03-09 12:39:24 sendUrl INFO 99 [175] R:OK -2015-03-09 12:40:13 queue INFO >>99 [176] -2015-03-09 12:40:14 sendUrl INFO 99 [176] R:OK -2015-03-09 12:41:04 queue INFO >>99 [177] -2015-03-09 12:41:04 sendUrl INFO 99 [177] R:OK -2015-03-09 12:41:54 queue INFO >>99 [178] -2015-03-09 12:41:54 sendUrl INFO 99 [178] R:OK -2015-03-09 12:42:44 queue INFO >>99 [179] -2015-03-09 12:42:44 sendUrl INFO 99 [179] R:OK -2015-03-09 12:43:34 queue INFO >>99 [180] -2015-03-09 12:43:35 sendUrl INFO 99 [180] R:OK -2015-03-09 12:44:24 queue INFO >>99 [181] -2015-03-09 12:44:24 sendUrl INFO 99 [181] R:OK -2015-03-09 12:45:14 queue INFO >>99 [182] -2015-03-09 12:45:15 sendUrl INFO 99 [182] R:OK -2015-03-09 12:46:05 queue INFO >>99 [183] -2015-03-09 12:46:05 sendUrl INFO 99 [183] R:OK -2015-03-09 12:46:55 queue INFO >>99 [184] -2015-03-09 12:46:55 sendUrl INFO 99 [184] R:OK -2015-03-09 12:47:45 queue INFO >>99 [185] -2015-03-09 12:47:45 sendUrl INFO 99 [185] R:OK -2015-03-09 12:48:35 queue INFO >>99 [186] -2015-03-09 12:48:35 sendUrl INFO 99 [186] R:OK -2015-03-09 12:49:25 queue INFO >>99 [187] -2015-03-09 12:49:25 sendUrl INFO 99 [187] R:OK -2015-03-09 12:50:15 queue INFO >>99 [188] -2015-03-09 12:50:16 sendUrl INFO 99 [188] R:OK -2015-03-09 12:51:05 queue INFO >>99 [189] -2015-03-09 12:51:06 sendUrl INFO 99 [189] R:OK -2015-03-09 12:51:56 queue INFO >>99 [190] -2015-03-09 12:51:56 sendUrl INFO 99 [190] R:OK -2015-03-09 12:52:46 queue INFO >>99 [191] -2015-03-09 12:52:46 sendUrl INFO 99 [191] R:OK -2015-03-09 12:53:36 queue INFO >>99 [192] -2015-03-09 12:53:36 sendUrl INFO 99 [192] R:OK -2015-03-09 12:54:26 queue INFO >>99 [193] -2015-03-09 12:54:26 sendUrl INFO 99 [193] R:OK -2015-03-09 12:55:16 queue INFO >>99 [194] -2015-03-09 12:55:16 sendUrl INFO 99 [194] R:OK -2015-03-09 12:56:06 queue INFO >>99 [195] -2015-03-09 12:56:07 sendUrl INFO 99 [195] R:OK -2015-03-09 12:56:56 queue INFO >>99 [196] -2015-03-09 12:56:56 sendUrl INFO 99 [196] R:OK -2015-03-09 12:57:46 queue INFO >>99 [197] -2015-03-09 12:57:47 sendUrl INFO 99 [197] R:OK -2015-03-09 12:58:37 queue INFO >>99 [198] -2015-03-09 12:58:37 sendUrl INFO 99 [198] R:OK -2015-03-09 12:59:27 queue INFO >>99 [199] -2015-03-09 12:59:27 sendUrl INFO 99 [199] R:OK -2015-03-09 13:00:01 queue INFO 89 [200] -2015-03-09 13:00:02 queue INFO >89 [201] -2015-03-09 13:00:02 sendUrl INFO 89 [200] R:OK -2015-03-09 13:00:02 sendUrl INFO 89 [201] R:OK -2015-03-09 13:00:35 queue INFO 81 [202] -2015-03-09 13:00:35 queue INFO >81 [203] -2015-03-09 13:00:35 sendUrl INFO 81 [202] R:OK -2015-03-09 13:00:36 sendUrl INFO 81 [203] R:OK -2015-03-09 13:00:58 queue INFO 83 [204] -2015-03-09 13:00:58 queue INFO >83 [205] -2015-03-09 13:00:59 sendUrl INFO 83 [204] R:OK -2015-03-09 13:00:59 sendUrl INFO 83 [205] R:OK -2015-03-09 13:01:29 queue INFO 87 [206] -2015-03-09 13:01:29 queue INFO >87 [207] -2015-03-09 13:01:29 sendUrl INFO 87 [206] R:OK -2015-03-09 13:01:30 sendUrl INFO 87 [207] R:OK -2015-03-09 13:01:30 queue INFO 83 [208] -2015-03-09 13:01:31 queue INFO >83 [209] -2015-03-09 13:01:31 sendUrl INFO 83 [208] R:OK -2015-03-09 13:01:31 sendUrl INFO 83 [209] R:OK -2015-03-09 13:02:21 queue INFO >>83 [210] -2015-03-09 13:02:21 sendUrl INFO 83 [210] R:OK -2015-03-09 13:03:11 queue INFO >>83 [211] -2015-03-09 13:03:11 sendUrl INFO 83 [211] R:OK -2015-03-09 13:04:01 queue INFO >>83 [212] -2015-03-09 13:04:01 sendUrl INFO 83 [212] R:OK -2015-03-09 13:04:51 queue INFO >>83 [213] -2015-03-09 13:04:51 sendUrl INFO 83 [213] R:OK -2015-03-09 13:05:41 queue INFO >>83 [214] -2015-03-09 13:05:42 sendUrl INFO 83 [214] R:OK -2015-03-09 13:06:31 queue INFO >>83 [215] -2015-03-09 13:06:31 sendUrl INFO 83 [215] R:OK -2015-03-09 13:07:21 queue INFO >>83 [216] -2015-03-09 13:07:22 sendUrl INFO 83 [216] R:OK -2015-03-09 13:08:12 queue INFO >>83 [217] -2015-03-09 13:08:12 sendUrl INFO 83 [217] R:OK -2015-03-09 13:08:38 queue INFO 87 [218] -2015-03-09 13:08:38 queue INFO >87 [219] -2015-03-09 13:08:38 sendUrl INFO 87 [218] R:OK -2015-03-09 13:08:39 sendUrl INFO 87 [219] R:OK -2015-03-09 13:08:39 queue INFO 83 [220] -2015-03-09 13:08:40 queue INFO >83 [221] -2015-03-09 13:08:40 sendUrl INFO 83 [220] R:OK -2015-03-09 13:08:40 sendUrl INFO 83 [221] R:OK -2015-03-09 13:09:29 queue INFO >>83 [222] -2015-03-09 13:09:30 sendUrl INFO 83 [222] R:OK -2015-03-09 13:10:20 queue INFO >>83 [223] -2015-03-09 13:10:20 sendUrl INFO 83 [223] R:OK -2015-03-09 13:11:10 queue INFO >>83 [224] -2015-03-09 13:11:10 sendUrl INFO 83 [224] R:OK -2015-03-09 13:12:00 queue INFO >>83 [225] -2015-03-09 13:12:00 sendUrl INFO 83 [225] R:OK -2015-03-09 13:12:50 queue INFO >>83 [226] -2015-03-09 13:12:50 sendUrl INFO 83 [226] R:OK -2015-03-09 13:13:40 queue INFO >>83 [227] -2015-03-09 13:13:41 sendUrl INFO 83 [227] R:OK -2015-03-09 13:14:30 queue INFO >>83 [228] -2015-03-09 13:14:31 sendUrl INFO 83 [228] R:OK -2015-03-09 13:15:21 queue INFO >>83 [229] -2015-03-09 13:15:21 sendUrl INFO 83 [229] R:OK -2015-03-09 13:15:47 queue INFO 87 [230] -2015-03-09 13:15:47 queue INFO >87 [231] -2015-03-09 13:15:47 sendUrl INFO 87 [230] R:OK -2015-03-09 13:15:48 sendUrl INFO 87 [231] R:OK -2015-03-09 13:15:48 queue INFO 83 [232] -2015-03-09 13:15:48 queue INFO >83 [233] -2015-03-09 13:15:49 sendUrl INFO 83 [232] R:OK -2015-03-09 13:15:49 sendUrl INFO 83 [233] R:OK -2015-03-09 13:16:38 queue INFO >>83 [234] -2015-03-09 13:16:39 sendUrl INFO 83 [234] R:OK -2015-03-09 13:17:29 queue INFO >>83 [235] -2015-03-09 13:17:29 sendUrl INFO 83 [235] R:OK -2015-03-09 13:18:19 queue INFO >>83 [236] -2015-03-09 13:18:19 sendUrl INFO 83 [236] R:OK -2015-03-09 13:19:09 queue INFO >>83 [237] -2015-03-09 13:19:09 sendUrl INFO 83 [237] R:OK -2015-03-09 13:19:59 queue INFO >>83 [238] -2015-03-09 13:19:59 sendUrl INFO 83 [238] R:OK -2015-03-09 13:20:49 queue INFO >>83 [239] -2015-03-09 13:20:49 sendUrl INFO 83 [239] R:OK -2015-03-09 13:21:39 queue INFO >>83 [240] -2015-03-09 13:21:40 sendUrl INFO 83 [240] R:OK -2015-03-09 13:22:29 queue INFO >>83 [241] -2015-03-09 13:22:30 sendUrl INFO 83 [241] R:OK -2015-03-09 13:22:56 queue INFO 87 [242] -2015-03-09 13:22:56 queue INFO >87 [243] -2015-03-09 13:22:56 sendUrl INFO 87 [242] R:OK -2015-03-09 13:22:57 sendUrl INFO 87 [243] R:OK -2015-03-09 13:22:57 queue INFO 83 [244] -2015-03-09 13:22:57 queue INFO >83 [245] -2015-03-09 13:22:58 sendUrl INFO 83 [244] R:OK -2015-03-09 13:22:58 sendUrl INFO 83 [245] R:OK -2015-03-09 13:23:47 queue INFO >>83 [246] -2015-03-09 13:23:47 sendUrl INFO 83 [246] R:OK -2015-03-09 13:24:37 queue INFO >>83 [247] -2015-03-09 13:24:38 sendUrl INFO 83 [247] R:OK -2015-03-09 13:25:28 queue INFO >>83 [248] -2015-03-09 13:25:28 sendUrl INFO 83 [248] R:OK -2015-03-09 13:26:18 queue INFO >>83 [249] -2015-03-09 13:26:18 sendUrl INFO 83 [249] R:OK -2015-03-09 13:27:08 queue INFO >>83 [250] -2015-03-09 13:27:08 sendUrl INFO 83 [250] R:OK -2015-03-09 13:27:58 queue INFO >>83 [251] -2015-03-09 13:27:58 sendUrl INFO 83 [251] R:OK -2015-03-09 13:28:48 queue INFO >>83 [252] -2015-03-09 13:28:48 sendUrl INFO 83 [252] R:OK -2015-03-09 13:29:38 queue INFO >>83 [253] -2015-03-09 13:29:39 sendUrl INFO 83 [253] R:OK -2015-03-09 13:30:04 queue INFO C7 [254] -2015-03-09 13:30:04 queue INFO >C7 [255] -2015-03-09 13:30:05 sendUrl INFO C7 [254] R:OK -2015-03-09 13:30:05 sendUrl INFO C7 [255] R:OK -2015-03-09 13:30:06 queue INFO C3 [256] -2015-03-09 13:30:06 sendUrl INFO C3 [256] R:OK -2015-03-09 13:30:06 queue INFO >C3 [257] -2015-03-09 13:30:07 sendUrl INFO C3 [257] R:OK -2015-03-09 13:30:56 queue INFO >>C3 [258] -2015-03-09 13:30:56 sendUrl INFO C3 [258] R:OK -2015-03-09 13:31:46 queue INFO >>C3 [259] -2015-03-09 13:31:47 sendUrl INFO C3 [259] R:OK -2015-03-09 13:32:36 queue INFO >>C3 [260] -2015-03-09 13:32:37 sendUrl INFO C3 [260] R:OK -2015-03-09 13:33:26 queue INFO >>C3 [261] -2015-03-09 13:33:27 sendUrl INFO C3 [261] R:OK -2015-03-09 13:34:17 queue INFO >>C3 [262] -2015-03-09 13:34:17 sendUrl INFO C3 [262] R:OK -2015-03-09 13:35:07 queue INFO >>C3 [263] -2015-03-09 13:35:07 sendUrl INFO C3 [263] R:OK -2015-03-09 13:35:57 queue INFO >>C3 [264] -2015-03-09 13:35:57 sendUrl INFO C3 [264] R:OK -2015-03-09 13:36:47 queue INFO >>C3 [265] -2015-03-09 13:36:47 sendUrl INFO C3 [265] R:OK -2015-03-09 13:37:10 queue INFO 83 [266] -2015-03-09 13:37:11 queue INFO >83 [267] -2015-03-09 13:37:11 sendUrl INFO 83 [266] R:OK -2015-03-09 13:37:11 sendUrl INFO 83 [267] R:OK -2015-03-09 13:37:13 queue INFO 87 [268] -2015-03-09 13:37:13 queue INFO >87 [269] -2015-03-09 13:37:13 sendUrl INFO 87 [268] R:OK -2015-03-09 13:37:14 sendUrl INFO 87 [269] R:OK -2015-03-09 13:37:15 queue INFO 83 [270] -2015-03-09 13:37:15 queue INFO >83 [271] -2015-03-09 13:37:15 sendUrl INFO 83 [270] R:OK -2015-03-09 13:37:15 sendUrl INFO 83 [271] R:OK -2015-03-09 13:38:05 queue INFO >>83 [272] -2015-03-09 13:38:05 sendUrl INFO 83 [272] R:OK -2015-03-09 13:38:55 queue INFO >>83 [273] -2015-03-09 13:38:55 sendUrl INFO 83 [273] R:OK -2015-03-09 13:39:45 queue INFO >>83 [274] -2015-03-09 13:39:45 sendUrl INFO 83 [274] R:OK -2015-03-09 13:40:35 queue INFO >>83 [275] -2015-03-09 13:40:35 sendUrl INFO 83 [275] R:OK -2015-03-09 13:41:25 queue INFO >>83 [276] -2015-03-09 13:41:26 sendUrl INFO 83 [276] R:OK -2015-03-09 13:42:16 queue INFO >>83 [277] -2015-03-09 13:42:16 sendUrl INFO 83 [277] R:OK -2015-03-09 13:43:06 queue INFO >>83 [278] -2015-03-09 13:43:06 sendUrl INFO 83 [278] R:OK -2015-03-09 13:43:56 queue INFO >>83 [279] -2015-03-09 13:43:56 sendUrl INFO 83 [279] R:OK -2015-03-09 13:44:23 queue INFO 87 [280] -2015-03-09 13:44:23 queue INFO >87 [281] -2015-03-09 13:44:23 sendUrl INFO 87 [280] R:OK -2015-03-09 13:44:23 sendUrl INFO 87 [281] R:OK -2015-03-09 13:44:24 queue INFO 83 [282] -2015-03-09 13:44:24 queue INFO >83 [283] -2015-03-09 13:44:24 sendUrl INFO 83 [282] R:OK -2015-03-09 13:44:25 sendUrl INFO 83 [283] R:OK -2015-03-09 13:45:14 queue INFO >>83 [284] -2015-03-09 13:45:15 sendUrl INFO 83 [284] R:OK -2015-03-09 13:46:04 queue INFO >>83 [285] -2015-03-09 13:46:05 sendUrl INFO 83 [285] R:OK -2015-03-09 13:46:55 queue INFO >>83 [286] -2015-03-09 13:46:55 sendUrl INFO 83 [286] R:OK -2015-03-09 13:47:45 queue INFO >>83 [287] -2015-03-09 13:47:45 sendUrl INFO 83 [287] R:OK -2015-03-09 13:48:35 queue INFO >>83 [288] -2015-03-09 13:48:35 sendUrl INFO 83 [288] R:OK -2015-03-09 13:49:25 queue INFO >>83 [289] -2015-03-09 13:49:25 sendUrl INFO 83 [289] R:OK -2015-03-09 13:50:15 queue INFO >>83 [290] -2015-03-09 13:50:16 sendUrl INFO 83 [290] R:OK -2015-03-09 13:51:05 queue INFO >>83 [291] -2015-03-09 13:51:06 sendUrl INFO 83 [291] R:OK -2015-03-09 13:51:32 queue INFO 87 [292] -2015-03-09 13:51:32 sendUrl INFO 87 [292] R:OK -2015-03-09 13:51:32 queue INFO >87 [293] -2015-03-09 13:51:32 sendUrl INFO 87 [293] R:OK -2015-03-09 13:51:33 queue INFO 83 [294] -2015-03-09 13:51:33 queue INFO >83 [295] -2015-03-09 13:51:34 sendUrl INFO 83 [294] R:OK -2015-03-09 13:51:34 sendUrl INFO 83 [295] R:OK -2015-03-09 13:52:23 queue INFO >>83 [296] -2015-03-09 13:52:24 sendUrl INFO 83 [296] R:OK -2015-03-09 13:53:14 queue INFO >>83 [297] -2015-03-09 13:53:14 sendUrl INFO 83 [297] R:OK -2015-03-09 13:54:04 queue INFO >>83 [298] -2015-03-09 13:54:04 sendUrl INFO 83 [298] R:OK -2015-03-09 13:54:54 queue INFO >>83 [299] -2015-03-09 13:54:54 sendUrl INFO 83 [299] R:OK -2015-03-09 13:55:44 queue INFO >>83 [300] -2015-03-09 13:55:45 sendUrl INFO 83 [300] R:OK -2015-03-09 13:56:34 queue INFO >>83 [301] -2015-03-09 13:56:34 sendUrl INFO 83 [301] R:OK -2015-03-09 13:57:24 queue INFO >>83 [302] -2015-03-09 13:57:25 sendUrl INFO 83 [302] R:OK -2015-03-09 13:58:14 queue INFO >>83 [303] -2015-03-09 13:58:15 sendUrl INFO 83 [303] R:OK -2015-03-09 13:58:41 queue INFO 87 [304] -2015-03-09 13:58:41 sendUrl INFO 87 [304] R:OK -2015-03-09 13:58:41 queue INFO >87 [305] -2015-03-09 13:58:41 sendUrl INFO 87 [305] R:OK -2015-03-09 13:58:42 queue INFO 83 [306] -2015-03-09 13:58:42 queue INFO >83 [307] -2015-03-09 13:58:43 sendUrl INFO 83 [306] R:OK -2015-03-09 13:58:43 sendUrl INFO 83 [307] R:OK -2015-03-09 13:59:32 queue INFO >>83 [308] -2015-03-09 13:59:33 sendUrl INFO 83 [308] R:OK -2015-03-09 14:00:22 queue INFO >>83 [309] -2015-03-09 14:00:23 sendUrl INFO 83 [309] R:OK -2015-03-09 14:01:13 queue INFO >>83 [310] -2015-03-09 14:01:13 sendUrl INFO 83 [310] R:OK -2015-03-09 14:02:03 queue INFO >>83 [311] -2015-03-09 14:02:03 sendUrl INFO 83 [311] R:OK -2015-03-09 14:02:53 queue INFO >>83 [312] -2015-03-09 14:02:53 sendUrl INFO 83 [312] R:OK -2015-03-09 14:03:43 queue INFO >>83 [313] -2015-03-09 14:03:43 sendUrl INFO 83 [313] R:OK -2015-03-09 14:04:33 queue INFO >>83 [314] -2015-03-09 14:04:34 sendUrl INFO 83 [314] R:OK -2015-03-09 14:05:23 queue INFO >>83 [315] -2015-03-09 14:05:24 sendUrl INFO 83 [315] R:OK -2015-03-09 14:05:49 queue INFO 87 [316] -2015-03-09 14:05:50 sendUrl INFO 87 [316] R:OK -2015-03-09 14:05:50 queue INFO >87 [317] -2015-03-09 14:05:50 sendUrl INFO 87 [317] R:OK -2015-03-09 14:05:51 queue INFO 83 [318] -2015-03-09 14:05:51 queue INFO >83 [319] -2015-03-09 14:05:52 sendUrl INFO 83 [318] R:OK -2015-03-09 14:05:52 sendUrl INFO 83 [319] R:OK -2015-03-09 14:06:41 queue INFO >>83 [320] -2015-03-09 14:06:41 sendUrl INFO 83 [320] R:OK -2015-03-09 14:07:31 queue INFO >>83 [321] -2015-03-09 14:07:32 sendUrl INFO 83 [321] R:OK -2015-03-09 14:08:22 queue INFO >>83 [322] -2015-03-09 14:08:22 sendUrl INFO 83 [322] R:OK -2015-03-09 14:09:12 queue INFO >>83 [323] -2015-03-09 14:09:12 sendUrl INFO 83 [323] R:OK -2015-03-09 14:10:02 queue INFO >>83 [324] -2015-03-09 14:10:02 sendUrl INFO 83 [324] R:OK -2015-03-09 14:10:52 queue INFO >>83 [325] -2015-03-09 14:10:52 sendUrl INFO 83 [325] R:OK -2015-03-09 14:11:42 queue INFO >>83 [326] -2015-03-09 14:11:43 sendUrl INFO 83 [326] R:OK -2015-03-09 14:12:32 queue INFO >>83 [327] -2015-03-09 14:12:33 sendUrl INFO 83 [327] R:OK -2015-03-09 14:12:58 queue INFO C7 [328] -2015-03-09 14:12:58 queue INFO >C7 [329] -2015-03-09 14:12:59 sendUrl INFO C7 [328] R:OK -2015-03-09 14:12:59 sendUrl INFO C7 [329] R:OK -2015-03-09 14:13:00 queue INFO C3 [330] -2015-03-09 14:13:00 queue INFO >C3 [331] -2015-03-09 14:13:00 sendUrl INFO C3 [330] R:OK -2015-03-09 14:13:01 sendUrl INFO C3 [331] R:OK -2015-03-09 14:13:50 queue INFO >>C3 [332] -2015-03-09 14:13:50 sendUrl INFO C3 [332] R:OK -2015-03-09 14:14:40 queue INFO >>C3 [333] -2015-03-09 14:14:40 sendUrl INFO C3 [333] R:OK -2015-03-09 14:15:30 queue INFO >>C3 [334] -2015-03-09 14:15:31 sendUrl INFO C3 [334] R:OK -2015-03-09 14:16:20 queue INFO >>C3 [335] -2015-03-09 14:16:21 sendUrl INFO C3 [335] R:OK -2015-03-09 14:17:11 queue INFO >>C3 [336] -2015-03-09 14:17:11 sendUrl INFO C3 [336] R:OK -2015-03-09 14:18:01 queue INFO >>C3 [337] -2015-03-09 14:18:01 sendUrl INFO C3 [337] R:OK -2015-03-09 14:18:51 queue INFO >>C3 [338] -2015-03-09 14:18:51 sendUrl INFO C3 [338] R:OK -2015-03-09 14:19:41 queue INFO >>C3 [339] -2015-03-09 14:19:41 sendUrl INFO C3 [339] R:OK -2015-03-09 14:20:04 queue INFO 83 [340] -2015-03-09 14:20:04 sendUrl INFO 83 [340] R:OK -2015-03-09 14:20:05 queue INFO >83 [341] -2015-03-09 14:20:05 sendUrl INFO 83 [341] R:OK -2015-03-09 14:20:07 queue INFO 87 [342] -2015-03-09 14:20:07 queue INFO >87 [343] -2015-03-09 14:20:07 sendUrl INFO 87 [342] R:OK -2015-03-09 14:20:08 sendUrl INFO 87 [343] R:OK -2015-03-09 14:20:09 queue INFO 83 [344] -2015-03-09 14:20:09 queue INFO >83 [345] -2015-03-09 14:20:09 sendUrl INFO 83 [344] R:OK -2015-03-09 14:20:09 sendUrl INFO 83 [345] R:OK -2015-03-09 14:20:59 queue INFO >>83 [346] -2015-03-09 14:20:59 sendUrl INFO 83 [346] R:OK -2015-03-09 14:21:49 queue INFO >>83 [347] -2015-03-09 14:21:49 sendUrl INFO 83 [347] R:OK -2015-03-09 14:22:39 queue INFO >>83 [348] -2015-03-09 14:22:40 sendUrl INFO 83 [348] R:OK -2015-03-09 14:23:29 queue INFO >>83 [349] -2015-03-09 14:23:29 sendUrl INFO 83 [349] R:OK -2015-03-09 14:24:19 queue INFO >>83 [350] -2015-03-09 14:24:20 sendUrl INFO 83 [350] R:OK -2015-03-09 14:25:09 queue INFO >>83 [351] -2015-03-09 14:25:10 sendUrl INFO 83 [351] R:OK -2015-03-09 14:26:00 queue INFO >>83 [352] -2015-03-09 14:26:00 sendUrl INFO 83 [352] R:OK -2015-03-09 14:26:50 queue INFO >>83 [353] -2015-03-09 14:26:50 sendUrl INFO 83 [353] R:OK -2015-03-09 14:27:16 queue INFO 87 [354] -2015-03-09 14:27:17 queue INFO >87 [355] -2015-03-09 14:27:17 sendUrl INFO 87 [354] R:OK -2015-03-09 14:27:17 sendUrl INFO 87 [355] R:OK -2015-03-09 14:27:18 queue INFO 83 [356] -2015-03-09 14:27:18 queue INFO >83 [357] -2015-03-09 14:27:18 sendUrl INFO 83 [356] R:OK -2015-03-09 14:27:19 sendUrl INFO 83 [357] R:OK -2015-03-09 14:28:08 queue INFO >>83 [358] -2015-03-09 14:28:09 sendUrl INFO 83 [358] R:OK -2015-03-09 14:28:58 queue INFO >>83 [359] -2015-03-09 14:28:59 sendUrl INFO 83 [359] R:OK -2015-03-09 14:29:49 queue INFO >>83 [360] -2015-03-09 14:29:49 sendUrl INFO 83 [360] R:OK -2015-03-09 14:30:39 queue INFO >>83 [361] -2015-03-09 14:30:39 sendUrl INFO 83 [361] R:OK -2015-03-09 14:31:29 queue INFO >>83 [362] -2015-03-09 14:31:29 sendUrl INFO 83 [362] R:OK -2015-03-09 14:32:19 queue INFO >>83 [363] -2015-03-09 14:32:19 sendUrl INFO 83 [363] R:OK -2015-03-09 14:33:09 queue INFO >>83 [364] -2015-03-09 14:33:09 sendUrl INFO 83 [364] R:OK -2015-03-09 14:33:59 queue INFO >>83 [365] -2015-03-09 14:34:00 sendUrl INFO 83 [365] R:OK -2015-03-09 14:34:26 queue INFO 87 [366] -2015-03-09 14:34:26 queue INFO >87 [367] -2015-03-09 14:34:26 sendUrl INFO 87 [366] R:OK -2015-03-09 14:34:26 sendUrl INFO 87 [367] R:OK -2015-03-09 14:34:27 queue INFO 83 [368] -2015-03-09 14:34:27 sendUrl INFO 83 [368] R:OK -2015-03-09 14:34:27 queue INFO >83 [369] -2015-03-09 14:34:28 sendUrl INFO 83 [369] R:OK -2015-03-09 14:35:17 queue INFO >>83 [370] -2015-03-09 14:35:18 sendUrl INFO 83 [370] R:OK -2015-03-09 14:36:08 queue INFO >>83 [371] -2015-03-09 14:36:08 sendUrl INFO 83 [371] R:OK -2015-03-09 14:36:58 queue INFO >>83 [372] -2015-03-09 14:36:58 sendUrl INFO 83 [372] R:OK -2015-03-09 14:37:48 queue INFO >>83 [373] -2015-03-09 14:37:48 sendUrl INFO 83 [373] R:OK -2015-03-09 14:38:38 queue INFO >>83 [374] -2015-03-09 14:38:39 sendUrl INFO 83 [374] R:OK -2015-03-09 14:39:28 queue INFO >>83 [375] -2015-03-09 14:39:28 sendUrl INFO 83 [375] R:OK -2015-03-09 14:40:18 queue INFO >>83 [376] -2015-03-09 14:40:19 sendUrl INFO 83 [376] R:OK -2015-03-09 14:41:08 queue INFO >>83 [377] -2015-03-09 14:41:09 sendUrl INFO 83 [377] R:OK -2015-03-09 14:41:35 queue INFO 87 [378] -2015-03-09 14:41:35 queue INFO >87 [379] -2015-03-09 14:41:35 sendUrl INFO 87 [378] R:OK -2015-03-09 14:41:35 sendUrl INFO 87 [379] R:OK -2015-03-09 14:41:36 queue INFO 83 [380] -2015-03-09 14:41:36 sendUrl INFO 83 [380] R:OK -2015-03-09 14:41:36 queue INFO >83 [381] -2015-03-09 14:41:37 sendUrl INFO 83 [381] R:OK -2015-03-09 14:42:26 queue INFO >>83 [382] -2015-03-09 14:42:27 sendUrl INFO 83 [382] R:OK -2015-03-09 14:43:16 queue INFO >>83 [383] -2015-03-09 14:43:17 sendUrl INFO 83 [383] R:OK -2015-03-09 14:44:07 queue INFO >>83 [384] -2015-03-09 14:44:07 sendUrl INFO 83 [384] R:OK -2015-03-09 14:44:57 queue INFO >>83 [385] -2015-03-09 14:44:57 sendUrl INFO 83 [385] R:OK -2015-03-09 14:45:47 queue INFO >>83 [386] -2015-03-09 14:45:47 sendUrl INFO 83 [386] R:OK -2015-03-09 14:46:37 queue INFO >>83 [387] -2015-03-09 14:46:37 sendUrl INFO 83 [387] R:OK -2015-03-09 14:47:27 queue INFO >>83 [388] -2015-03-09 14:47:28 sendUrl INFO 83 [388] R:OK -2015-03-09 14:48:17 queue INFO >>83 [389] -2015-03-09 14:48:17 sendUrl INFO 83 [389] R:OK -2015-03-09 14:48:43 queue INFO 87 [390] -2015-03-09 14:48:44 queue INFO >87 [391] -2015-03-09 14:48:44 sendUrl INFO 87 [390] R:OK -2015-03-09 14:48:44 sendUrl INFO 87 [391] R:OK -2015-03-09 14:48:45 queue INFO 83 [392] -2015-03-09 14:48:45 sendUrl INFO 83 [392] R:OK -2015-03-09 14:48:45 queue INFO >83 [393] -2015-03-09 14:48:46 sendUrl INFO 83 [393] R:OK -2015-03-09 14:49:35 queue INFO >>83 [394] -2015-03-09 14:49:35 sendUrl INFO 83 [394] R:OK -2015-03-09 14:50:25 queue INFO >>83 [395] -2015-03-09 14:50:26 sendUrl INFO 83 [395] R:OK -2015-03-09 14:51:16 queue INFO >>83 [396] -2015-03-09 14:51:16 sendUrl INFO 83 [396] R:OK -2015-03-09 14:52:06 queue INFO >>83 [397] -2015-03-09 14:52:06 sendUrl INFO 83 [397] R:OK -2015-03-09 14:52:56 queue INFO >>83 [398] -2015-03-09 14:52:56 sendUrl INFO 83 [398] R:OK -2015-03-09 14:53:46 queue INFO >>83 [399] -2015-03-09 14:53:46 sendUrl INFO 83 [399] R:OK -2015-03-09 14:54:36 queue INFO >>83 [400] -2015-03-09 14:54:37 sendUrl INFO 83 [400] R:OK -2015-03-09 14:55:26 queue INFO >>83 [401] -2015-03-09 14:55:27 sendUrl INFO 83 [401] R:OK -2015-03-09 14:55:52 queue INFO C7 [402] -2015-03-09 14:55:52 queue INFO >C7 [403] -2015-03-09 14:55:53 sendUrl INFO C7 [402] R:OK -2015-03-09 14:55:53 sendUrl INFO C7 [403] R:OK -2015-03-09 14:55:54 queue INFO C3 [404] -2015-03-09 14:55:54 queue INFO >C3 [405] -2015-03-09 14:55:54 sendUrl INFO C3 [404] R:OK -2015-03-09 14:55:55 sendUrl INFO C3 [405] R:OK -2015-03-09 14:56:44 queue INFO >>C3 [406] -2015-03-09 14:56:44 sendUrl INFO C3 [406] R:OK -2015-03-09 14:57:34 queue INFO >>C3 [407] -2015-03-09 14:57:34 sendUrl INFO C3 [407] R:OK -2015-03-09 14:58:24 queue INFO >>C3 [408] -2015-03-09 14:58:25 sendUrl INFO C3 [408] R:OK -2015-03-09 14:59:14 queue INFO >>C3 [409] -2015-03-09 14:59:15 sendUrl INFO C3 [409] R:OK -2015-03-09 15:00:05 queue INFO >>C3 [410] -2015-03-09 15:00:05 sendUrl INFO C3 [410] R:OK -2015-03-09 15:00:55 queue INFO >>C3 [411] -2015-03-09 15:00:55 sendUrl INFO C3 [411] R:OK -2015-03-09 15:01:45 queue INFO >>C3 [412] -2015-03-09 15:01:45 sendUrl INFO C3 [412] R:OK -2015-03-09 15:02:35 queue INFO >>C3 [413] -2015-03-09 15:02:35 sendUrl INFO C3 [413] R:OK -2015-03-09 15:02:58 queue INFO 83 [414] -2015-03-09 15:02:58 sendUrl INFO 83 [414] R:OK -2015-03-09 15:02:58 queue INFO >83 [415] -2015-03-09 15:02:59 sendUrl INFO 83 [415] R:OK -2015-03-09 15:03:01 queue INFO 87 [416] -2015-03-09 15:03:01 queue INFO >87 [417] -2015-03-09 15:03:01 sendUrl INFO 87 [416] R:OK -2015-03-09 15:03:02 sendUrl INFO 87 [417] R:OK -2015-03-09 15:03:02 queue INFO 83 [418] -2015-03-09 15:03:03 queue INFO >83 [419] -2015-03-09 15:03:03 sendUrl INFO 83 [418] R:OK -2015-03-09 15:03:03 sendUrl INFO 83 [419] R:OK -2015-03-09 15:03:53 queue INFO >>83 [420] -2015-03-09 15:03:53 sendUrl INFO 83 [420] R:OK -2015-03-09 15:04:43 queue INFO >>83 [421] -2015-03-09 15:04:43 sendUrl INFO 83 [421] R:OK -2015-03-09 15:05:33 queue INFO >>83 [422] -2015-03-09 15:05:33 sendUrl INFO 83 [422] R:OK -2015-03-09 15:06:23 queue INFO >>83 [423] -2015-03-09 15:06:23 sendUrl INFO 83 [423] R:OK -2015-03-09 15:07:13 queue INFO >>83 [424] -2015-03-09 15:07:14 sendUrl INFO 83 [424] R:OK -2015-03-09 15:08:03 queue INFO >>83 [425] -2015-03-09 15:08:03 sendUrl INFO 83 [425] R:OK -2015-03-09 15:08:04 queue INFO 81 [426] -2015-03-09 15:08:04 queue INFO >81 [427] -2015-03-09 15:08:04 sendUrl INFO 81 [426] R:OK -2015-03-09 15:08:05 sendUrl INFO 81 [427] R:OK -2015-03-09 15:08:12 queue INFO 83 [428] -2015-03-09 15:08:13 sendUrl INFO 83 [428] R:OK -2015-03-09 15:08:13 queue INFO >83 [429] -2015-03-09 15:08:13 sendUrl INFO 83 [429] R:OK -2015-03-09 15:09:03 queue INFO >>83 [430] -2015-03-09 15:09:03 sendUrl INFO 83 [430] R:OK -2015-03-09 15:09:53 queue INFO >>83 [431] -2015-03-09 15:09:53 sendUrl INFO 83 [431] R:OK -2015-03-09 15:10:10 queue INFO 87 [432] -2015-03-09 15:10:11 queue INFO >87 [433] -2015-03-09 15:10:11 sendUrl INFO 87 [432] R:OK -2015-03-09 15:10:11 sendUrl INFO 87 [433] R:OK -2015-03-09 15:10:12 queue INFO 83 [434] -2015-03-09 15:10:12 queue INFO >83 [435] -2015-03-09 15:10:12 sendUrl INFO 83 [434] R:OK -2015-03-09 15:10:13 sendUrl INFO 83 [435] R:OK -2015-03-09 15:11:02 queue INFO >>83 [436] -2015-03-09 15:11:03 sendUrl INFO 83 [436] R:OK -2015-03-09 15:11:52 queue INFO >>83 [437] -2015-03-09 15:11:53 sendUrl INFO 83 [437] R:OK -2015-03-09 15:12:42 queue INFO >>83 [438] -2015-03-09 15:12:43 sendUrl INFO 83 [438] R:OK -2015-03-09 15:13:33 queue INFO >>83 [439] -2015-03-09 15:13:33 sendUrl INFO 83 [439] R:OK -2015-03-09 15:14:23 queue INFO >>83 [440] -2015-03-09 15:14:23 sendUrl INFO 83 [440] R:OK -2015-03-09 15:15:13 queue INFO >>83 [441] -2015-03-09 15:15:13 sendUrl INFO 83 [441] R:OK -2015-03-09 15:16:03 queue INFO >>83 [442] -2015-03-09 15:16:03 sendUrl INFO 83 [442] R:OK -2015-03-09 15:16:53 queue INFO >>83 [443] -2015-03-09 15:16:54 sendUrl INFO 83 [443] R:OK -2015-03-09 15:17:20 queue INFO 87 [444] -2015-03-09 15:17:20 queue INFO >87 [445] -2015-03-09 15:17:20 sendUrl INFO 87 [444] R:OK -2015-03-09 15:17:20 sendUrl INFO 87 [445] R:OK -2015-03-09 15:17:21 queue INFO 83 [446] -2015-03-09 15:17:21 sendUrl INFO 83 [446] R:OK -2015-03-09 15:17:21 queue INFO >83 [447] -2015-03-09 15:17:22 sendUrl INFO 83 [447] R:OK -2015-03-09 15:18:11 queue INFO >>83 [448] -2015-03-09 15:18:12 sendUrl INFO 83 [448] R:OK -2015-03-09 15:19:01 queue INFO >>83 [449] -2015-03-09 15:19:02 sendUrl INFO 83 [449] R:OK -2015-03-09 15:19:52 queue INFO >>83 [450] -2015-03-09 15:19:52 sendUrl INFO 83 [450] R:OK -2015-03-09 15:20:42 queue INFO >>83 [451] -2015-03-09 15:20:42 sendUrl INFO 83 [451] R:OK -2015-03-09 15:21:32 queue INFO >>83 [452] -2015-03-09 15:21:32 sendUrl INFO 83 [452] R:OK -2015-03-09 15:22:22 queue INFO >>83 [453] -2015-03-09 15:22:22 sendUrl INFO 83 [453] R:OK -2015-03-09 15:23:12 queue INFO >>83 [454] -2015-03-09 15:23:13 sendUrl INFO 83 [454] R:OK -2015-03-09 15:24:02 queue INFO >>83 [455] -2015-03-09 15:24:03 sendUrl INFO 83 [455] R:OK -2015-03-09 15:24:28 queue INFO 87 [456] -2015-03-09 15:24:29 queue INFO >87 [457] -2015-03-09 15:24:29 sendUrl INFO 87 [456] R:OK -2015-03-09 15:24:29 sendUrl INFO 87 [457] R:OK -2015-03-09 15:24:30 queue INFO 83 [458] -2015-03-09 15:24:30 sendUrl INFO 83 [458] R:OK -2015-03-09 15:24:30 queue INFO >83 [459] -2015-03-09 15:24:31 sendUrl INFO 83 [459] R:OK -2015-03-09 15:25:20 queue INFO >>83 [460] -2015-03-09 15:25:21 sendUrl INFO 83 [460] R:OK -2015-03-09 15:26:10 queue INFO >>83 [461] -2015-03-09 15:26:11 sendUrl INFO 83 [461] R:OK -2015-03-09 15:27:01 queue INFO >>83 [462] -2015-03-09 15:27:01 sendUrl INFO 83 [462] R:OK -2015-03-09 15:27:51 queue INFO >>83 [463] -2015-03-09 15:27:51 sendUrl INFO 83 [463] R:OK -2015-03-09 15:28:41 queue INFO >>83 [464] -2015-03-09 15:28:41 sendUrl INFO 83 [464] R:OK -2015-03-09 15:29:31 queue INFO >>83 [465] -2015-03-09 15:29:31 sendUrl INFO 83 [465] R:OK -2015-03-09 15:30:21 queue INFO >>83 [466] -2015-03-09 15:30:22 sendUrl INFO 83 [466] R:OK -2015-03-09 15:31:11 queue INFO >>83 [467] -2015-03-09 15:31:11 sendUrl INFO 83 [467] R:OK -2015-03-09 15:31:37 queue INFO 87 [468] -2015-03-09 15:31:38 queue INFO >87 [469] -2015-03-09 15:31:38 sendUrl INFO 87 [468] R:OK -2015-03-09 15:31:38 sendUrl INFO 87 [469] R:OK -2015-03-09 15:31:39 queue INFO 83 [470] -2015-03-09 15:31:39 sendUrl INFO 83 [470] R:OK -2015-03-09 15:31:39 queue INFO >83 [471] -2015-03-09 15:31:40 sendUrl INFO 83 [471] R:OK -2015-03-09 15:32:29 queue INFO >>83 [472] -2015-03-09 15:32:29 sendUrl INFO 83 [472] R:OK -2015-03-09 15:33:19 queue INFO >>83 [473] -2015-03-09 15:33:20 sendUrl INFO 83 [473] R:OK -2015-03-09 15:34:09 queue INFO >>83 [474] -2015-03-09 15:34:10 sendUrl INFO 83 [474] R:OK -2015-03-09 15:35:00 queue INFO >>83 [475] -2015-03-09 15:35:00 sendUrl INFO 83 [475] R:OK -2015-03-09 15:35:50 queue INFO >>83 [476] -2015-03-09 15:35:50 sendUrl INFO 83 [476] R:OK -2015-03-09 15:36:40 queue INFO >>83 [477] -2015-03-09 15:36:40 sendUrl INFO 83 [477] R:OK -2015-03-09 15:37:30 queue INFO >>83 [478] -2015-03-09 15:37:30 sendUrl INFO 83 [478] R:OK -2015-03-09 15:38:20 queue INFO >>83 [479] -2015-03-09 15:38:20 sendUrl INFO 83 [479] R:OK -2015-03-09 15:38:46 queue INFO C7 [480] -2015-03-09 15:38:46 queue INFO >C7 [481] -2015-03-09 15:38:47 sendUrl INFO C7 [480] R:OK -2015-03-09 15:38:47 sendUrl INFO C7 [481] R:OK -2015-03-09 15:38:48 queue INFO C3 [482] -2015-03-09 15:38:48 queue INFO >C3 [483] -2015-03-09 15:38:48 sendUrl INFO C3 [482] R:OK -2015-03-09 15:38:49 sendUrl INFO C3 [483] R:OK -2015-03-09 15:39:38 queue INFO >>C3 [484] -2015-03-09 15:39:38 sendUrl INFO C3 [484] R:OK -2015-03-09 15:40:28 queue INFO >>C3 [485] -2015-03-09 15:40:28 sendUrl INFO C3 [485] R:OK -2015-03-09 15:41:18 queue INFO >>C3 [486] -2015-03-09 15:41:19 sendUrl INFO C3 [486] R:OK -2015-03-09 15:42:08 queue INFO >>C3 [487] -2015-03-09 15:42:09 sendUrl INFO C3 [487] R:OK -2015-03-09 15:42:58 queue INFO >>C3 [488] -2015-03-09 15:42:59 sendUrl INFO C3 [488] R:OK -2015-03-09 15:43:49 queue INFO >>C3 [489] -2015-03-09 15:43:49 sendUrl INFO C3 [489] R:OK -2015-03-09 15:44:39 queue INFO >>C3 [490] -2015-03-09 15:44:39 sendUrl INFO C3 [490] R:OK -2015-03-09 15:45:29 queue INFO >>C3 [491] -2015-03-09 15:45:29 sendUrl INFO C3 [491] R:OK -2015-03-09 15:45:52 queue INFO 83 [492] -2015-03-09 15:45:53 queue INFO >83 [493] -2015-03-09 15:45:53 sendUrl INFO 83 [492] R:OK -2015-03-09 15:45:53 sendUrl INFO 83 [493] R:OK -2015-03-09 15:45:55 queue INFO 87 [494] -2015-03-09 15:45:55 queue INFO >87 [495] -2015-03-09 15:45:55 sendUrl INFO 87 [494] R:OK -2015-03-09 15:45:56 sendUrl INFO 87 [495] R:OK -2015-03-09 15:45:56 queue INFO 83 [496] -2015-03-09 15:45:57 queue INFO >83 [497] -2015-03-09 15:45:57 sendUrl INFO 83 [496] R:OK -2015-03-09 15:45:57 sendUrl INFO 83 [497] R:OK -2015-03-09 15:46:47 queue INFO >>83 [498] -2015-03-09 15:46:47 sendUrl INFO 83 [498] R:OK -2015-03-09 15:47:37 queue INFO >>83 [499] -2015-03-09 15:47:37 sendUrl INFO 83 [499] R:OK -2015-03-09 15:48:27 queue INFO >>83 [500] -2015-03-09 15:48:27 sendUrl INFO 83 [500] R:OK -2015-03-09 15:49:17 queue INFO >>83 [501] -2015-03-09 15:49:17 sendUrl INFO 83 [501] R:OK -2015-03-09 15:50:07 queue INFO >>83 [502] -2015-03-09 15:50:08 sendUrl INFO 83 [502] R:OK -2015-03-09 15:50:57 queue INFO >>83 [503] -2015-03-09 15:50:57 sendUrl INFO 83 [503] R:OK -2015-03-09 15:51:48 queue INFO >>83 [504] -2015-03-09 15:51:48 sendUrl INFO 83 [504] R:OK -2015-03-09 15:52:38 queue INFO >>83 [505] -2015-03-09 15:52:38 sendUrl INFO 83 [505] R:OK -2015-03-09 15:53:05 queue INFO 87 [506] -2015-03-09 15:53:05 queue INFO >87 [507] -2015-03-09 15:53:05 sendUrl INFO 87 [506] R:OK -2015-03-09 15:53:05 sendUrl INFO 87 [507] R:OK -2015-03-09 15:53:06 queue INFO 83 [508] -2015-03-09 15:53:06 queue INFO >83 [509] -2015-03-09 15:53:06 sendUrl INFO 83 [508] R:OK -2015-03-09 15:53:07 sendUrl INFO 83 [509] R:OK -2015-03-09 15:53:56 queue INFO >>83 [510] -2015-03-09 15:53:57 sendUrl INFO 83 [510] R:OK -2015-03-09 15:54:46 queue INFO >>83 [511] -2015-03-09 15:54:47 sendUrl INFO 83 [511] R:OK -2015-03-09 15:55:37 queue INFO >>83 [512] -2015-03-09 15:55:37 sendUrl INFO 83 [512] R:OK -2015-03-09 15:56:27 queue INFO >>83 [513] -2015-03-09 15:56:27 sendUrl INFO 83 [513] R:OK -2015-03-09 15:57:17 queue INFO >>83 [514] -2015-03-09 15:57:17 sendUrl INFO 83 [514] R:OK -2015-03-09 15:58:07 queue INFO >>83 [515] -2015-03-09 15:58:07 sendUrl INFO 83 [515] R:OK -2015-03-09 15:58:57 queue INFO >>83 [516] -2015-03-09 15:58:58 sendUrl INFO 83 [516] R:OK -2015-03-09 15:59:47 queue INFO >>83 [517] -2015-03-09 15:59:48 sendUrl INFO 83 [517] R:OK -2015-03-09 16:00:13 queue INFO 87 [518] -2015-03-09 16:00:14 queue INFO >87 [519] -2015-03-09 16:00:14 sendUrl INFO 87 [518] R:OK -2015-03-09 16:00:14 sendUrl INFO 87 [519] R:OK -2015-03-09 16:00:15 queue INFO 83 [520] -2015-03-09 16:00:15 queue INFO >83 [521] -2015-03-09 16:00:15 sendUrl INFO 83 [520] R:OK -2015-03-09 16:00:16 sendUrl INFO 83 [521] R:OK -2015-03-09 16:01:05 queue INFO >>83 [522] -2015-03-09 16:01:06 sendUrl INFO 83 [522] R:OK -2015-03-09 16:01:55 queue INFO >>83 [523] -2015-03-09 16:01:56 sendUrl INFO 83 [523] R:OK -2015-03-09 16:02:46 queue INFO >>83 [524] -2015-03-09 16:02:46 sendUrl INFO 83 [524] R:OK -2015-03-09 16:03:36 queue INFO >>83 [525] -2015-03-09 16:03:36 sendUrl INFO 83 [525] R:OK -2015-03-09 16:04:26 queue INFO >>83 [526] -2015-03-09 16:04:26 sendUrl INFO 83 [526] R:OK -2015-03-09 16:05:16 queue INFO >>83 [527] -2015-03-09 16:05:16 sendUrl INFO 83 [527] R:OK -2015-03-09 16:06:06 queue INFO >>83 [528] -2015-03-09 16:06:07 sendUrl INFO 83 [528] R:OK -2015-03-09 16:06:56 queue INFO >>83 [529] -2015-03-09 16:06:57 sendUrl INFO 83 [529] R:OK -2015-03-09 16:07:23 queue INFO 87 [530] -2015-03-09 16:07:23 sendUrl INFO 87 [530] R:OK -2015-03-09 16:07:23 queue INFO >87 [531] -2015-03-09 16:07:23 sendUrl INFO 87 [531] R:OK -2015-03-09 16:07:24 queue INFO 83 [532] -2015-03-09 16:07:24 queue INFO >83 [533] -2015-03-09 16:07:25 sendUrl INFO 83 [532] R:OK -2015-03-09 16:07:25 sendUrl INFO 83 [533] R:OK -2015-03-09 16:08:14 queue INFO >>83 [534] -2015-03-09 16:08:15 sendUrl INFO 83 [534] R:OK -2015-03-09 16:09:05 queue INFO >>83 [535] -2015-03-09 16:09:05 sendUrl INFO 83 [535] R:OK -2015-03-09 16:09:55 queue INFO >>83 [536] -2015-03-09 16:09:55 sendUrl INFO 83 [536] R:OK -2015-03-09 16:10:45 queue INFO >>83 [537] -2015-03-09 16:10:45 sendUrl INFO 83 [537] R:OK -2015-03-09 16:11:35 queue INFO >>83 [538] -2015-03-09 16:11:35 sendUrl INFO 83 [538] R:OK -2015-03-09 16:12:25 queue INFO >>83 [539] -2015-03-09 16:12:25 sendUrl INFO 83 [539] R:OK -2015-03-09 16:13:15 queue INFO >>83 [540] -2015-03-09 16:13:16 sendUrl INFO 83 [540] R:OK -2015-03-09 16:14:05 queue INFO >>83 [541] -2015-03-09 16:14:06 sendUrl INFO 83 [541] R:OK -2015-03-09 16:14:31 queue INFO 87 [542] -2015-03-09 16:14:32 queue INFO >87 [543] -2015-03-09 16:14:32 sendUrl INFO 87 [542] R:OK -2015-03-09 16:14:32 sendUrl INFO 87 [543] R:OK -2015-03-09 16:14:33 queue INFO 83 [544] -2015-03-09 16:14:33 queue INFO >83 [545] -2015-03-09 16:14:33 sendUrl INFO 83 [544] R:OK -2015-03-09 16:14:34 sendUrl INFO 83 [545] R:OK -2015-03-09 16:14:53 queue INFO 81 [546] -2015-03-09 16:14:53 queue INFO >81 [547] -2015-03-09 16:14:53 sendUrl INFO 81 [546] R:OK -2015-03-09 16:14:53 sendUrl INFO 81 [547] R:OK -2015-03-09 16:15:43 queue INFO >>81 [548] -2015-03-09 16:15:43 sendUrl INFO 81 [548] R:OK -2015-03-09 16:16:33 queue INFO >>81 [549] -2015-03-09 16:16:33 sendUrl INFO 81 [549] R:OK -2015-03-09 16:17:23 queue INFO >>81 [550] -2015-03-09 16:17:23 sendUrl INFO 81 [550] R:OK -2015-03-09 16:18:13 queue INFO >>81 [551] -2015-03-09 16:18:14 sendUrl INFO 81 [551] R:OK -2015-03-09 16:19:03 queue INFO >>81 [552] -2015-03-09 16:19:03 sendUrl INFO 81 [552] R:OK -2015-03-09 16:19:54 queue INFO >>81 [553] -2015-03-09 16:19:54 sendUrl INFO 81 [553] R:OK -2015-03-09 16:20:44 queue INFO >>81 [554] -2015-03-09 16:20:44 sendUrl INFO 81 [554] R:OK -2015-03-09 16:21:34 queue INFO >>81 [555] -2015-03-09 16:21:34 sendUrl INFO 81 [555] R:OK -2015-03-09 16:22:24 queue INFO >>81 [556] -2015-03-09 16:22:24 sendUrl INFO 81 [556] R:OK -2015-03-09 16:23:14 queue INFO >>81 [557] -2015-03-09 16:23:15 sendUrl INFO 81 [557] R:OK -2015-03-09 16:24:04 queue INFO >>81 [558] -2015-03-09 16:24:05 sendUrl INFO 81 [558] R:OK -2015-03-09 16:24:15 queue INFO 83 [559] -2015-03-09 16:24:15 queue INFO >83 [560] -2015-03-09 16:24:15 sendUrl INFO 83 [559] R:OK -2015-03-09 16:24:16 sendUrl INFO 83 [560] R:OK -2015-03-09 16:24:48 queue INFO 87 [561] -2015-03-09 16:24:48 queue INFO >87 [562] -2015-03-09 16:24:48 sendUrl INFO 87 [561] R:OK -2015-03-09 16:24:48 sendUrl INFO 87 [562] R:OK -2015-03-09 16:24:49 queue INFO 83 [563] -2015-03-09 16:24:49 sendUrl INFO 83 [563] R:OK -2015-03-09 16:24:49 queue INFO >83 [564] -2015-03-09 16:24:50 sendUrl INFO 83 [564] R:OK -2015-03-09 16:25:39 queue INFO >>83 [565] -2015-03-09 16:25:40 sendUrl INFO 83 [565] R:OK -2015-03-09 16:26:30 queue INFO >>83 [566] -2015-03-09 16:26:30 sendUrl INFO 83 [566] R:OK -2015-03-09 16:27:20 queue INFO >>83 [567] -2015-03-09 16:27:20 sendUrl INFO 83 [567] R:OK -2015-03-09 16:28:10 queue INFO >>83 [568] -2015-03-09 16:28:10 sendUrl INFO 83 [568] R:OK -2015-03-09 16:29:00 queue INFO >>83 [569] -2015-03-09 16:29:01 sendUrl INFO 83 [569] R:OK -2015-03-09 16:29:50 queue INFO >>83 [570] -2015-03-09 16:29:50 sendUrl INFO 83 [570] R:OK -2015-03-09 16:30:00 queue INFO 81 [571] -2015-03-09 16:30:00 queue INFO >81 [572] -2015-03-09 16:30:00 sendUrl INFO 81 [571] R:OK -2015-03-09 16:30:01 sendUrl INFO 81 [572] R:OK -2015-03-09 16:30:07 queue INFO 99 [573] -2015-03-09 16:30:07 queue INFO >99 [574] -2015-03-09 16:30:08 sendUrl INFO 99 [573] R:OK -2015-03-09 16:30:08 sendUrl INFO 99 [574] R:OK -2015-03-09 16:30:57 queue INFO >>99 [575] -2015-03-09 16:30:57 sendUrl INFO 99 [575] R:OK -2015-03-09 16:31:47 queue INFO >>99 [576] -2015-03-09 16:31:48 sendUrl INFO 99 [576] R:OK -2015-03-09 16:32:37 queue INFO >>99 [577] -2015-03-09 16:32:38 sendUrl INFO 99 [577] R:OK -2015-03-09 16:33:28 queue INFO >>99 [578] -2015-03-09 16:33:28 sendUrl INFO 99 [578] R:OK -2015-03-09 16:34:18 queue INFO >>99 [579] -2015-03-09 16:34:18 sendUrl INFO 99 [579] R:OK -2015-03-09 16:34:24 queue INFO 89 [580] -2015-03-09 16:34:24 queue INFO >89 [581] -2015-03-09 16:34:24 sendUrl INFO 89 [580] R:OK -2015-03-09 16:34:25 sendUrl INFO 89 [581] R:OK -2015-03-09 16:34:27 queue INFO 81 [582] -2015-03-09 16:34:27 queue INFO >81 [583] -2015-03-09 16:34:27 sendUrl INFO 81 [582] R:OK -2015-03-09 16:34:28 sendUrl INFO 81 [583] R:OK -2015-03-09 16:34:29 queue INFO 83 [584] -2015-03-09 16:34:29 queue INFO >83 [585] -2015-03-09 16:34:30 sendUrl INFO 83 [584] R:OK -2015-03-09 16:34:30 sendUrl INFO 83 [585] R:OK -2015-03-09 16:35:19 queue INFO >>83 [586] -2015-03-09 16:35:20 sendUrl INFO 83 [586] R:OK -2015-03-09 16:36:10 queue INFO >>83 [587] -2015-03-09 16:36:10 sendUrl INFO 83 [587] R:OK -2015-03-09 16:36:30 queue INFO 87 [588] -2015-03-09 16:36:30 queue INFO >87 [589] -2015-03-09 16:36:30 sendUrl INFO 87 [588] R:OK -2015-03-09 16:36:31 sendUrl INFO 87 [589] R:OK -2015-03-09 16:36:31 queue INFO 83 [590] -2015-03-09 16:36:32 queue INFO >83 [591] -2015-03-09 16:36:32 sendUrl INFO 83 [590] R:OK -2015-03-09 16:36:32 sendUrl INFO 83 [591] R:OK -2015-03-09 16:37:22 queue INFO >>83 [592] -2015-03-09 16:37:22 sendUrl INFO 83 [592] R:OK -2015-03-09 16:38:12 queue INFO >>83 [593] -2015-03-09 16:38:12 sendUrl INFO 83 [593] R:OK -2015-03-09 16:39:02 queue INFO >>83 [594] -2015-03-09 16:39:02 sendUrl INFO 83 [594] R:OK -2015-03-09 16:39:52 queue INFO >>83 [595] -2015-03-09 16:39:52 sendUrl INFO 83 [595] R:OK -2015-03-09 16:40:42 queue INFO >>83 [596] -2015-03-09 16:40:42 sendUrl INFO 83 [596] R:OK -2015-03-09 16:41:32 queue INFO >>83 [597] -2015-03-09 16:41:33 sendUrl INFO 83 [597] R:OK -2015-03-09 16:42:22 queue INFO >>83 [598] -2015-03-09 16:42:23 sendUrl INFO 83 [598] R:OK -2015-03-09 16:43:13 queue INFO >>83 [599] -2015-03-09 16:43:13 sendUrl INFO 83 [599] R:OK -2015-03-09 16:43:39 queue INFO 87 [600] -2015-03-09 16:43:39 queue INFO >87 [601] -2015-03-09 16:43:39 sendUrl INFO 87 [600] R:OK -2015-03-09 16:43:40 sendUrl INFO 87 [601] R:OK -2015-03-09 16:43:40 queue INFO 83 [602] -2015-03-09 16:43:41 queue INFO >83 [603] -2015-03-09 16:43:41 sendUrl INFO 83 [602] R:OK -2015-03-09 16:43:41 sendUrl INFO 83 [603] R:OK -2015-03-09 16:44:30 queue INFO >>83 [604] -2015-03-09 16:44:31 sendUrl INFO 83 [604] R:OK -2015-03-09 16:45:21 queue INFO >>83 [605] -2015-03-09 16:45:21 sendUrl INFO 83 [605] R:OK -2015-03-09 16:46:11 queue INFO >>83 [606] -2015-03-09 16:46:11 sendUrl INFO 83 [606] R:OK -2015-03-09 16:47:01 queue INFO >>83 [607] -2015-03-09 16:47:01 sendUrl INFO 83 [607] R:OK -2015-03-09 16:47:51 queue INFO >>83 [608] -2015-03-09 16:47:51 sendUrl INFO 83 [608] R:OK -2015-03-09 16:48:41 queue INFO >>83 [609] -2015-03-09 16:48:42 sendUrl INFO 83 [609] R:OK -2015-03-09 16:49:31 queue INFO >>83 [610] -2015-03-09 16:49:32 sendUrl INFO 83 [610] R:OK -2015-03-09 16:50:22 queue INFO >>83 [611] -2015-03-09 16:50:22 sendUrl INFO 83 [611] R:OK -2015-03-09 16:50:47 queue INFO 87 [612] -2015-03-09 16:50:48 sendUrl INFO 87 [612] R:OK -2015-03-09 16:50:48 queue INFO >87 [613] -2015-03-09 16:50:48 sendUrl INFO 87 [613] R:OK -2015-03-09 16:50:49 queue INFO 83 [614] -2015-03-09 16:50:49 queue INFO >83 [615] -2015-03-09 16:50:50 sendUrl INFO 83 [614] R:OK -2015-03-09 16:50:50 sendUrl INFO 83 [615] R:OK -2015-03-09 16:51:39 queue INFO >>83 [616] -2015-03-09 16:51:39 sendUrl INFO 83 [616] R:OK -2015-03-09 16:52:29 queue INFO >>83 [617] -2015-03-09 16:52:30 sendUrl INFO 83 [617] R:OK -2015-03-09 16:53:19 queue INFO >>83 [618] -2015-03-09 16:53:19 sendUrl INFO 83 [618] R:OK -2015-03-09 16:54:09 queue INFO >>83 [619] -2015-03-09 16:54:10 sendUrl INFO 83 [619] R:OK -2015-03-09 16:55:00 queue INFO >>83 [620] -2015-03-09 16:55:00 sendUrl INFO 83 [620] R:OK -2015-03-09 16:55:50 queue INFO >>83 [621] -2015-03-09 16:55:50 sendUrl INFO 83 [621] R:OK -2015-03-09 16:56:40 queue INFO >>83 [622] -2015-03-09 16:56:40 sendUrl INFO 83 [622] R:OK -2015-03-09 16:57:30 queue INFO >>83 [623] -2015-03-09 16:57:30 sendUrl INFO 83 [623] R:OK -2015-03-09 16:57:56 queue INFO C3 [624] -2015-03-09 16:57:56 queue INFO C7 [625] -2015-03-09 16:57:56 sendUrl INFO C3 [624] R:OK -2015-03-09 16:57:56 queue INFO >C7 [626] -2015-03-09 16:57:57 sendUrl INFO C7 [625] R:OK -2015-03-09 16:57:57 sendUrl INFO C7 [626] R:OK -2015-03-09 16:57:58 queue INFO C3 [627] -2015-03-09 16:57:58 queue INFO >C3 [628] -2015-03-09 16:57:58 sendUrl INFO C3 [627] R:OK -2015-03-09 16:57:58 sendUrl INFO C3 [628] R:OK -2015-03-09 16:58:48 queue INFO >>C3 [629] -2015-03-09 16:58:48 sendUrl INFO C3 [629] R:OK -2015-03-09 16:59:38 queue INFO >>C3 [630] -2015-03-09 16:59:38 sendUrl INFO C3 [630] R:OK -2015-03-09 17:00:28 queue INFO >>C3 [631] -2015-03-09 17:00:28 sendUrl INFO C3 [631] R:OK -2015-03-09 17:01:18 queue INFO >>C3 [632] -2015-03-09 17:01:19 sendUrl INFO C3 [632] R:OK -2015-03-09 17:02:08 queue INFO >>C3 [633] -2015-03-09 17:02:09 sendUrl INFO C3 [633] R:OK -2015-03-09 17:02:58 queue INFO >>C3 [634] -2015-03-09 17:02:59 sendUrl INFO C3 [634] R:OK -2015-03-09 17:03:49 queue INFO >>C3 [635] -2015-03-09 17:03:49 sendUrl INFO C3 [635] R:OK -2015-03-09 17:04:39 queue INFO >>C3 [636] -2015-03-09 17:04:39 sendUrl INFO C3 [636] R:OK -2015-03-09 17:05:02 queue INFO 83 [637] -2015-03-09 17:05:02 queue INFO >83 [638] -2015-03-09 17:05:03 sendUrl INFO 83 [637] R:OK -2015-03-09 17:05:03 sendUrl INFO 83 [638] R:OK -2015-03-09 17:05:05 queue INFO 87 [639] -2015-03-09 17:05:05 queue INFO >87 [640] -2015-03-09 17:05:05 sendUrl INFO 87 [639] R:OK -2015-03-09 17:05:06 sendUrl INFO 87 [640] R:OK -2015-03-09 17:05:07 queue INFO 83 [641] -2015-03-09 17:05:07 queue INFO >83 [642] -2015-03-09 17:05:07 sendUrl INFO 83 [641] R:OK -2015-03-09 17:05:07 sendUrl INFO 83 [642] R:OK -2015-03-09 17:05:57 queue INFO >>83 [643] -2015-03-09 17:05:57 sendUrl INFO 83 [643] R:OK -2015-03-09 17:06:47 queue INFO >>83 [644] -2015-03-09 17:06:47 sendUrl INFO 83 [644] R:OK -2015-03-09 17:07:37 queue INFO >>83 [645] -2015-03-09 17:07:37 sendUrl INFO 83 [645] R:OK -2015-03-09 17:08:27 queue INFO >>83 [646] -2015-03-09 17:08:28 sendUrl INFO 83 [646] R:OK -2015-03-09 17:09:17 queue INFO >>83 [647] -2015-03-09 17:09:17 sendUrl INFO 83 [647] R:OK -2015-03-09 17:10:07 queue INFO >>83 [648] -2015-03-09 17:10:08 sendUrl INFO 83 [648] R:OK -2015-03-09 17:10:58 queue INFO >>83 [649] -2015-03-09 17:10:58 sendUrl INFO 83 [649] R:OK -2015-03-09 17:11:48 queue INFO >>83 [650] -2015-03-09 17:11:48 sendUrl INFO 83 [650] R:OK -2015-03-09 17:12:14 queue INFO 87 [651] -2015-03-09 17:12:14 queue INFO >87 [652] -2015-03-09 17:12:15 sendUrl INFO 87 [651] R:OK -2015-03-09 17:12:15 sendUrl INFO 87 [652] R:OK -2015-03-09 17:12:16 queue INFO 83 [653] -2015-03-09 17:12:16 queue INFO >83 [654] -2015-03-09 17:12:16 sendUrl INFO 83 [653] R:OK -2015-03-09 17:12:17 sendUrl INFO 83 [654] R:OK -2015-03-09 17:13:06 queue INFO >>83 [655] -2015-03-09 17:13:07 sendUrl INFO 83 [655] R:OK -2015-03-09 17:13:56 queue INFO >>83 [656] -2015-03-09 17:13:56 sendUrl INFO 83 [656] R:OK -2015-03-09 17:14:46 queue INFO >>83 [657] -2015-03-09 17:14:47 sendUrl INFO 83 [657] R:OK -2015-03-09 17:15:36 queue INFO >>83 [658] -2015-03-09 17:15:37 sendUrl INFO 83 [658] R:OK -2015-03-09 17:16:27 queue INFO >>83 [659] -2015-03-09 17:16:27 sendUrl INFO 83 [659] R:OK -2015-03-09 17:17:17 queue INFO >>83 [660] -2015-03-09 17:17:17 sendUrl INFO 83 [660] R:OK -2015-03-09 17:18:07 queue INFO >>83 [661] -2015-03-09 17:18:07 sendUrl INFO 83 [661] R:OK -2015-03-09 17:18:57 queue INFO >>83 [662] -2015-03-09 17:18:57 sendUrl INFO 83 [662] R:OK -2015-03-09 17:19:23 queue INFO 87 [663] -2015-03-09 17:19:24 queue INFO >87 [664] -2015-03-09 17:19:24 sendUrl INFO 87 [663] R:OK -2015-03-09 17:19:24 sendUrl INFO 87 [664] R:OK -2015-03-09 17:19:25 queue INFO 83 [665] -2015-03-09 17:19:25 queue INFO >83 [666] -2015-03-09 17:19:25 sendUrl INFO 83 [665] R:OK -2015-03-09 17:19:26 sendUrl INFO 83 [666] R:OK -2015-03-09 17:20:15 queue INFO >>83 [667] -2015-03-09 17:20:15 sendUrl INFO 83 [667] R:OK -2015-03-09 17:21:05 queue INFO >>83 [668] -2015-03-09 17:21:06 sendUrl INFO 83 [668] R:OK -2015-03-09 17:21:55 queue INFO >>83 [669] -2015-03-09 17:21:56 sendUrl INFO 83 [669] R:OK -2015-03-09 17:22:46 queue INFO >>83 [670] -2015-03-09 17:22:46 sendUrl INFO 83 [670] R:OK -2015-03-09 17:23:36 queue INFO >>83 [671] -2015-03-09 17:23:36 sendUrl INFO 83 [671] R:OK -2015-03-09 17:24:26 queue INFO >>83 [672] -2015-03-09 17:24:26 sendUrl INFO 83 [672] R:OK -2015-03-09 17:25:16 queue INFO >>83 [673] -2015-03-09 17:25:17 sendUrl INFO 83 [673] R:OK -2015-03-09 17:26:06 queue INFO >>83 [674] -2015-03-09 17:26:06 sendUrl INFO 83 [674] R:OK -2015-03-09 17:26:32 queue INFO 87 [675] -2015-03-09 17:26:32 queue INFO >87 [676] -2015-03-09 17:26:33 sendUrl INFO 87 [675] R:OK -2015-03-09 17:26:33 sendUrl INFO 87 [676] R:OK -2015-03-09 17:26:34 queue INFO 83 [677] -2015-03-09 17:26:34 sendUrl INFO 83 [677] R:OK -2015-03-09 17:26:34 queue INFO >83 [678] -2015-03-09 17:26:35 sendUrl INFO 83 [678] R:OK -2015-03-09 17:27:24 queue INFO >>83 [679] -2015-03-09 17:27:24 sendUrl INFO 83 [679] R:OK -2015-03-09 17:28:14 queue INFO >>83 [680] -2015-03-09 17:28:15 sendUrl INFO 83 [680] R:OK -2015-03-09 17:29:04 queue INFO >>83 [681] -2015-03-09 17:29:05 sendUrl INFO 83 [681] R:OK -2015-03-09 17:29:54 queue INFO >>83 [682] -2015-03-09 17:29:55 sendUrl INFO 83 [682] R:OK -2015-03-09 17:30:45 queue INFO >>83 [683] -2015-03-09 17:30:45 sendUrl INFO 83 [683] R:OK -2015-03-09 17:31:35 queue INFO >>83 [684] -2015-03-09 17:31:35 sendUrl INFO 83 [684] R:OK -2015-03-09 17:32:25 queue INFO >>83 [685] -2015-03-09 17:32:25 sendUrl INFO 83 [685] R:OK -2015-03-09 17:33:15 queue INFO >>83 [686] -2015-03-09 17:33:15 sendUrl INFO 83 [686] R:OK -2015-03-09 17:33:41 queue INFO 87 [687] -2015-03-09 17:33:41 queue INFO >87 [688] -2015-03-09 17:33:41 sendUrl INFO 87 [687] R:OK -2015-03-09 17:33:42 sendUrl INFO 87 [688] R:OK -2015-03-09 17:33:43 queue INFO 83 [689] -2015-03-09 17:33:43 queue INFO >83 [690] -2015-03-09 17:33:43 sendUrl INFO 83 [689] R:OK -2015-03-09 17:33:43 sendUrl INFO 83 [690] R:OK -2015-03-09 17:34:33 queue INFO >>83 [691] -2015-03-09 17:34:33 sendUrl INFO 83 [691] R:OK -2015-03-09 17:35:23 queue INFO >>83 [692] -2015-03-09 17:35:23 sendUrl INFO 83 [692] R:OK -2015-03-09 17:36:13 queue INFO >>83 [693] -2015-03-09 17:36:13 sendUrl INFO 83 [693] R:OK -2015-03-09 17:37:03 queue INFO >>83 [694] -2015-03-09 17:37:03 sendUrl INFO 83 [694] R:OK -2015-03-09 17:37:53 queue INFO >>83 [695] -2015-03-09 17:37:54 sendUrl INFO 83 [695] R:OK -2015-03-09 17:38:44 queue INFO >>83 [696] -2015-03-09 17:38:44 sendUrl INFO 83 [696] R:OK -2015-03-09 17:39:34 queue INFO >>83 [697] -2015-03-09 17:39:34 sendUrl INFO 83 [697] R:OK -2015-03-09 17:40:24 queue INFO >>83 [698] -2015-03-09 17:40:24 sendUrl INFO 83 [698] R:OK -2015-03-09 17:40:50 queue INFO C7 [699] -2015-03-09 17:40:50 sendUrl INFO C7 [699] R:OK -2015-03-09 17:40:50 queue INFO >C7 [700] -2015-03-09 17:40:50 sendUrl INFO C7 [700] R:OK -2015-03-09 17:40:51 queue INFO C3 [701] -2015-03-09 17:40:52 queue INFO >C3 [702] -2015-03-09 17:40:52 sendUrl INFO C3 [701] R:OK -2015-03-09 17:40:52 sendUrl INFO C3 [702] R:OK -2015-03-09 17:41:41 queue INFO >>C3 [703] -2015-03-09 17:41:42 sendUrl INFO C3 [703] R:OK -2015-03-09 17:42:32 queue INFO >>C3 [704] -2015-03-09 17:42:32 sendUrl INFO C3 [704] R:OK -2015-03-09 17:43:22 queue INFO >>C3 [705] -2015-03-09 17:43:22 sendUrl INFO C3 [705] R:OK -2015-03-09 17:44:12 queue INFO >>C3 [706] -2015-03-09 17:44:12 sendUrl INFO C3 [706] R:OK -2015-03-09 17:45:02 queue INFO >>C3 [707] -2015-03-09 17:45:03 sendUrl INFO C3 [707] R:OK -2015-03-09 17:45:52 queue INFO >>C3 [708] -2015-03-09 17:45:52 sendUrl INFO C3 [708] R:OK -2015-03-09 17:46:42 queue INFO >>C3 [709] -2015-03-09 17:46:43 sendUrl INFO C3 [709] R:OK -2015-03-09 17:47:33 queue INFO >>C3 [710] -2015-03-09 17:47:33 sendUrl INFO C3 [710] R:OK -2015-03-09 17:47:56 queue INFO 83 [711] -2015-03-09 17:47:56 queue INFO >83 [712] -2015-03-09 17:47:56 sendUrl INFO 83 [711] R:OK -2015-03-09 17:47:57 sendUrl INFO 83 [712] R:OK -2015-03-09 17:47:58 queue INFO 87 [713] -2015-03-09 17:47:59 queue INFO >87 [714] -2015-03-09 17:47:59 sendUrl INFO 87 [713] R:OK -2015-03-09 17:47:59 sendUrl INFO 87 [714] R:OK -2015-03-09 17:48:00 queue INFO 83 [715] -2015-03-09 17:48:00 queue INFO >83 [716] -2015-03-09 17:48:00 sendUrl INFO 83 [715] R:OK -2015-03-09 17:48:01 sendUrl INFO 83 [716] R:OK -2015-03-09 17:48:50 queue INFO >>83 [717] -2015-03-09 17:48:51 sendUrl INFO 83 [717] R:OK -2015-03-09 17:49:40 queue INFO >>83 [718] -2015-03-09 17:49:40 sendUrl INFO 83 [718] R:OK -2015-03-09 17:50:21 queue INFO 81 [719] -2015-03-09 17:50:22 queue INFO >81 [720] -2015-03-09 17:50:22 sendUrl INFO 81 [719] R:OK -2015-03-09 17:50:22 sendUrl INFO 81 [720] R:OK -2015-03-09 17:51:12 queue INFO >>81 [721] -2015-03-09 17:51:12 sendUrl INFO 81 [721] R:OK -2015-03-09 17:52:02 queue INFO >>81 [722] -2015-03-09 17:52:02 sendUrl INFO 81 [722] R:OK -2015-03-09 17:52:52 queue INFO >>81 [723] -2015-03-09 17:52:52 sendUrl INFO 81 [723] R:OK -2015-03-09 17:53:42 queue INFO >>81 [724] -2015-03-09 17:53:43 sendUrl INFO 81 [724] R:OK -2015-03-09 17:54:32 queue INFO >>81 [725] -2015-03-09 17:54:32 sendUrl INFO 81 [725] R:OK -2015-03-09 17:55:05 queue INFO 89 [726] -2015-03-09 17:55:05 queue INFO 99 [727] -2015-03-09 17:55:05 sendUrl INFO 89 [726] R:OK -2015-03-09 17:55:05 queue INFO >99 [728] -2015-03-09 17:55:06 sendUrl INFO 99 [727] R:OK -2015-03-09 17:55:06 sendUrl INFO 99 [728] R:OK -2015-03-09 17:55:55 queue INFO >>99 [729] -2015-03-09 17:55:56 sendUrl INFO 99 [729] R:OK -2015-03-09 17:56:45 queue INFO >>99 [730] -2015-03-09 17:56:46 sendUrl INFO 99 [730] R:OK -2015-03-09 17:57:36 queue INFO >>99 [731] -2015-03-09 17:57:36 sendUrl INFO 99 [731] R:OK -2015-03-09 17:58:26 queue INFO >>99 [732] -2015-03-09 17:58:26 sendUrl INFO 99 [732] R:OK -2015-03-09 17:59:16 queue INFO >>99 [733] -2015-03-09 17:59:16 sendUrl INFO 99 [733] R:OK -2015-03-09 18:00:06 queue INFO >>99 [734] -2015-03-09 18:00:06 sendUrl INFO 99 [734] R:OK -2015-03-09 18:00:56 queue INFO >>99 [735] -2015-03-09 18:00:57 sendUrl INFO 99 [735] R:OK -2015-03-09 18:01:46 queue INFO >>99 [736] -2015-03-09 18:01:46 sendUrl INFO 99 [736] R:OK -2015-03-09 18:02:36 queue INFO >>99 [737] -2015-03-09 18:02:37 sendUrl INFO 99 [737] R:OK -2015-03-09 18:03:27 queue INFO >>99 [738] -2015-03-09 18:03:27 sendUrl INFO 99 [738] R:OK -2015-03-09 18:04:15 queue INFO 89 [739] -2015-03-09 18:04:15 sendUrl INFO 89 [739] R:OK -2015-03-09 18:04:15 queue INFO >89 [740] -2015-03-09 18:04:16 sendUrl INFO 89 [740] R:OK -2015-03-09 18:04:18 queue INFO 81 [741] -2015-03-09 18:04:18 queue INFO >81 [742] -2015-03-09 18:04:18 sendUrl INFO 81 [741] R:OK -2015-03-09 18:04:19 sendUrl INFO 81 [742] R:OK -2015-03-09 18:04:21 queue INFO 83 [743] -2015-03-09 18:04:21 queue INFO >83 [744] -2015-03-09 18:04:21 sendUrl INFO 83 [743] R:OK -2015-03-09 18:04:22 sendUrl INFO 83 [744] R:OK -2015-03-09 18:05:11 queue INFO >>83 [745] -2015-03-09 18:05:11 sendUrl INFO 83 [745] R:OK -2015-03-09 18:06:01 queue INFO >>83 [746] -2015-03-09 18:06:02 sendUrl INFO 83 [746] R:OK -2015-03-09 18:06:21 queue INFO 87 [747] -2015-03-09 18:06:21 queue INFO >87 [748] -2015-03-09 18:06:22 sendUrl INFO 87 [747] R:OK -2015-03-09 18:06:22 sendUrl INFO 87 [748] R:OK -2015-03-09 18:06:23 queue INFO 83 [749] -2015-03-09 18:06:23 queue INFO >83 [750] -2015-03-09 18:06:23 sendUrl INFO 83 [749] R:OK -2015-03-09 18:06:24 sendUrl INFO 83 [750] R:OK -2015-03-09 18:07:13 queue INFO >>83 [751] -2015-03-09 18:07:13 sendUrl INFO 83 [751] R:OK -2015-03-09 18:08:03 queue INFO >>83 [752] -2015-03-09 18:08:03 sendUrl INFO 83 [752] R:OK -2015-03-09 18:08:53 queue INFO >>83 [753] -2015-03-09 18:08:54 sendUrl INFO 83 [753] R:OK -2015-03-09 18:09:43 queue INFO >>83 [754] -2015-03-09 18:09:44 sendUrl INFO 83 [754] R:OK -2015-03-09 18:10:34 queue INFO >>83 [755] -2015-03-09 18:10:34 sendUrl INFO 83 [755] R:OK -2015-03-09 18:11:24 queue INFO >>83 [756] -2015-03-09 18:11:24 sendUrl INFO 83 [756] R:OK -2015-03-09 18:12:14 queue INFO >>83 [757] -2015-03-09 18:12:14 sendUrl INFO 83 [757] R:OK -2015-03-09 18:13:04 queue INFO >>83 [758] -2015-03-09 18:13:05 sendUrl INFO 83 [758] R:OK -2015-03-09 18:13:30 queue INFO 87 [759] -2015-03-09 18:13:30 queue INFO >87 [760] -2015-03-09 18:13:31 sendUrl INFO 87 [759] R:OK -2015-03-09 18:13:31 sendUrl INFO 87 [760] R:OK -2015-03-09 18:13:32 queue INFO 83 [761] -2015-03-09 18:13:32 queue INFO >83 [762] -2015-03-09 18:13:32 sendUrl INFO 83 [761] R:OK -2015-03-09 18:13:33 sendUrl INFO 83 [762] R:OK -2015-03-09 18:14:22 queue INFO >>83 [763] -2015-03-09 18:14:22 sendUrl INFO 83 [763] R:OK -2015-03-09 18:15:12 queue INFO >>83 [764] -2015-03-09 18:15:12 sendUrl INFO 83 [764] R:OK -2015-03-09 18:16:02 queue INFO >>83 [765] -2015-03-09 18:16:03 sendUrl INFO 83 [765] R:OK -2015-03-09 18:16:52 queue INFO >>83 [766] -2015-03-09 18:16:53 sendUrl INFO 83 [766] R:OK -2015-03-09 18:17:43 queue INFO >>83 [767] -2015-03-09 18:17:43 sendUrl INFO 83 [767] R:OK -2015-03-09 18:18:33 queue INFO >>83 [768] -2015-03-09 18:18:33 sendUrl INFO 83 [768] R:OK -2015-03-09 18:19:23 queue INFO >>83 [769] -2015-03-09 18:19:23 sendUrl INFO 83 [769] R:OK -2015-03-09 18:20:13 queue INFO >>83 [770] -2015-03-09 18:20:13 sendUrl INFO 83 [770] R:OK -2015-03-09 18:20:39 queue INFO 87 [771] -2015-03-09 18:20:39 queue INFO >87 [772] -2015-03-09 18:20:40 sendUrl INFO 87 [771] R:OK -2015-03-09 18:20:40 sendUrl INFO 87 [772] R:OK -2015-03-09 18:20:41 queue INFO 83 [773] -2015-03-09 18:20:41 queue INFO >83 [774] -2015-03-09 18:20:41 sendUrl INFO 83 [773] R:OK -2015-03-09 18:20:42 sendUrl INFO 83 [774] R:OK -2015-03-09 18:21:31 queue INFO >>83 [775] -2015-03-09 18:21:31 sendUrl INFO 83 [775] R:OK -2015-03-09 18:22:21 queue INFO >>83 [776] -2015-03-09 18:22:21 sendUrl INFO 83 [776] R:OK -2015-03-09 18:23:11 queue INFO >>83 [777] -2015-03-09 18:23:12 sendUrl INFO 83 [777] R:OK -2015-03-09 18:24:01 queue INFO >>83 [778] -2015-03-09 18:24:01 sendUrl INFO 83 [778] R:OK -2015-03-09 18:24:51 queue INFO >>83 [779] -2015-03-09 18:24:52 sendUrl INFO 83 [779] R:OK -2015-03-09 18:25:42 queue INFO >>83 [780] -2015-03-09 18:25:42 sendUrl INFO 83 [780] R:OK -2015-03-09 18:26:32 queue INFO >>83 [781] -2015-03-09 18:26:32 sendUrl INFO 83 [781] R:OK -2015-03-09 18:27:22 queue INFO >>83 [782] -2015-03-09 18:27:22 sendUrl INFO 83 [782] R:OK -2015-03-09 18:27:48 queue INFO 87 [783] -2015-03-09 18:27:48 queue INFO >87 [784] -2015-03-09 18:27:48 sendUrl INFO 87 [783] R:OK -2015-03-09 18:27:48 sendUrl INFO 87 [784] R:OK -2015-03-09 18:27:49 queue INFO 83 [785] -2015-03-09 18:27:50 sendUrl INFO 83 [785] R:OK -2015-03-09 18:27:50 queue INFO >83 [786] -2015-03-09 18:27:50 sendUrl INFO 83 [786] R:OK -2015-03-09 18:28:40 queue INFO >>83 [787] -2015-03-09 18:28:40 sendUrl INFO 83 [787] R:OK -2015-03-09 18:29:30 queue INFO >>83 [788] -2015-03-09 18:29:30 sendUrl INFO 83 [788] R:OK -2015-03-09 18:30:20 queue INFO >>83 [789] -2015-03-09 18:30:20 sendUrl INFO 83 [789] R:OK -2015-03-09 18:31:10 queue INFO >>83 [790] -2015-03-09 18:31:10 sendUrl INFO 83 [790] R:OK -2015-03-09 18:32:00 queue INFO >>83 [791] -2015-03-09 18:32:01 sendUrl INFO 83 [791] R:OK -2015-03-09 18:32:50 queue INFO >>83 [792] -2015-03-09 18:32:51 sendUrl INFO 83 [792] R:OK -2015-03-09 18:33:40 queue INFO >>83 [793] -2015-03-09 18:33:41 sendUrl INFO 83 [793] R:OK -2015-03-09 18:34:31 queue INFO >>83 [794] -2015-03-09 18:34:31 sendUrl INFO 83 [794] R:OK -2015-03-09 18:34:56 queue INFO C7 [795] -2015-03-09 18:34:57 queue INFO >C7 [796] -2015-03-09 18:34:57 sendUrl INFO C7 [795] R:OK -2015-03-09 18:34:57 sendUrl INFO C7 [796] R:OK -2015-03-09 18:34:58 queue INFO C3 [797] -2015-03-09 18:34:58 queue INFO >C3 [798] -2015-03-09 18:34:58 sendUrl INFO C3 [797] R:OK -2015-03-09 18:34:59 sendUrl INFO C3 [798] R:OK -2015-03-09 18:35:48 queue INFO >>C3 [799] -2015-03-09 18:35:49 sendUrl INFO C3 [799] R:OK -2015-03-09 18:36:38 queue INFO >>C3 [800] -2015-03-09 18:36:39 sendUrl INFO C3 [800] R:OK -2015-03-09 18:37:29 queue INFO >>C3 [801] -2015-03-09 18:37:29 sendUrl INFO C3 [801] R:OK -2015-03-09 18:38:19 queue INFO >>C3 [802] -2015-03-09 18:38:19 sendUrl INFO C3 [802] R:OK -2015-03-09 18:39:09 queue INFO >>C3 [803] -2015-03-09 18:39:09 sendUrl INFO C3 [803] R:OK -2015-03-09 18:39:59 queue INFO >>C3 [804] -2015-03-09 18:39:59 sendUrl INFO C3 [804] R:OK -2015-03-09 18:40:49 queue INFO >>C3 [805] -2015-03-09 18:40:49 sendUrl INFO C3 [805] R:OK -2015-03-09 18:41:39 queue INFO >>C3 [806] -2015-03-09 18:41:40 sendUrl INFO C3 [806] R:OK -2015-03-09 18:42:03 queue INFO 83 [807] -2015-03-09 18:42:03 queue INFO >83 [808] -2015-03-09 18:42:03 sendUrl INFO 83 [807] R:OK -2015-03-09 18:42:04 sendUrl INFO 83 [808] R:OK -2015-03-09 18:42:05 queue INFO 87 [809] -2015-03-09 18:42:06 queue INFO >87 [810] -2015-03-09 18:42:06 sendUrl INFO 87 [809] R:OK -2015-03-09 18:42:06 sendUrl INFO 87 [810] R:OK -2015-03-09 18:42:07 queue INFO 83 [811] -2015-03-09 18:42:07 queue INFO >83 [812] -2015-03-09 18:42:07 sendUrl INFO 83 [811] R:OK -2015-03-09 18:42:08 sendUrl INFO 83 [812] R:OK -2015-03-09 18:42:57 queue INFO >>83 [813] -2015-03-09 18:42:58 sendUrl INFO 83 [813] R:OK -2015-03-09 18:43:47 queue INFO >>83 [814] -2015-03-09 18:43:47 sendUrl INFO 83 [814] R:OK -2015-03-09 18:44:37 queue INFO >>83 [815] -2015-03-09 18:44:38 sendUrl INFO 83 [815] R:OK -2015-03-09 18:45:28 queue INFO >>83 [816] -2015-03-09 18:45:28 sendUrl INFO 83 [816] R:OK -2015-03-09 18:46:18 queue INFO >>83 [817] -2015-03-09 18:46:18 sendUrl INFO 83 [817] R:OK -2015-03-09 18:47:08 queue INFO >>83 [818] -2015-03-09 18:47:08 sendUrl INFO 83 [818] R:OK -2015-03-09 18:47:58 queue INFO >>83 [819] -2015-03-09 18:47:59 sendUrl INFO 83 [819] R:OK -2015-03-09 18:48:48 queue INFO >>83 [820] -2015-03-09 18:48:49 sendUrl INFO 83 [820] R:OK -2015-03-09 18:49:15 queue INFO 87 [821] -2015-03-09 18:49:15 queue INFO >87 [822] -2015-03-09 18:49:15 sendUrl INFO 87 [821] R:OK -2015-03-09 18:49:16 sendUrl INFO 87 [822] R:OK -2015-03-09 18:49:16 queue INFO 83 [823] -2015-03-09 18:49:17 queue INFO >83 [824] -2015-03-09 18:49:17 sendUrl INFO 83 [823] R:OK -2015-03-09 18:49:17 sendUrl INFO 83 [824] R:OK -2015-03-09 18:50:06 queue INFO >>83 [825] -2015-03-09 18:50:07 sendUrl INFO 83 [825] R:OK -2015-03-09 18:50:57 queue INFO >>83 [826] -2015-03-09 18:50:57 sendUrl INFO 83 [826] R:OK -2015-03-09 18:51:47 queue INFO >>83 [827] -2015-03-09 18:51:47 sendUrl INFO 83 [827] R:OK -2015-03-09 18:52:37 queue INFO >>83 [828] -2015-03-09 18:52:37 sendUrl INFO 83 [828] R:OK -2015-03-09 18:53:27 queue INFO >>83 [829] -2015-03-09 18:53:27 sendUrl INFO 83 [829] R:OK -2015-03-09 18:54:17 queue INFO >>83 [830] -2015-03-09 18:54:18 sendUrl INFO 83 [830] R:OK -2015-03-09 18:55:07 queue INFO >>83 [831] -2015-03-09 18:55:08 sendUrl INFO 83 [831] R:OK -2015-03-09 18:55:58 queue INFO >>83 [832] -2015-03-09 18:55:58 sendUrl INFO 83 [832] R:OK -2015-03-09 18:56:24 queue INFO 87 [833] -2015-03-09 18:56:24 queue INFO >87 [834] -2015-03-09 18:56:24 sendUrl INFO 87 [833] R:OK -2015-03-09 18:56:25 sendUrl INFO 87 [834] R:OK -2015-03-09 18:56:25 queue INFO 83 [835] -2015-03-09 18:56:26 sendUrl INFO 83 [835] R:OK -2015-03-09 18:56:26 queue INFO >83 [836] -2015-03-09 18:56:26 sendUrl INFO 83 [836] R:OK -2015-03-09 18:57:16 queue INFO >>83 [837] -2015-03-09 18:57:16 sendUrl INFO 83 [837] R:OK -2015-03-09 18:58:06 queue INFO >>83 [838] -2015-03-09 18:58:06 sendUrl INFO 83 [838] R:OK -2015-03-09 18:58:56 queue INFO >>83 [839] -2015-03-09 18:58:56 sendUrl INFO 83 [839] R:OK -2015-03-09 18:59:46 queue INFO >>83 [840] -2015-03-09 18:59:46 sendUrl INFO 83 [840] R:OK -2015-03-09 19:00:36 queue INFO >>83 [841] -2015-03-09 19:00:37 sendUrl INFO 83 [841] R:OK -2015-03-09 19:01:26 queue INFO >>83 [842] -2015-03-09 19:01:27 sendUrl INFO 83 [842] R:OK -2015-03-09 19:02:17 queue INFO >>83 [843] -2015-03-09 19:02:17 sendUrl INFO 83 [843] R:OK -2015-03-09 19:03:07 queue INFO >>83 [844] -2015-03-09 19:03:07 sendUrl INFO 83 [844] R:OK -2015-03-09 19:03:33 queue INFO 87 [845] -2015-03-09 19:03:33 queue INFO >87 [846] -2015-03-09 19:03:33 sendUrl INFO 87 [845] R:OK -2015-03-09 19:03:34 sendUrl INFO 87 [846] R:OK -2015-03-09 19:03:34 queue INFO 83 [847] -2015-03-09 19:03:35 sendUrl INFO 83 [847] R:OK -2015-03-09 19:03:35 queue INFO >83 [848] -2015-03-09 19:03:35 sendUrl INFO 83 [848] R:OK -2015-03-09 19:04:25 queue INFO >>83 [849] -2015-03-09 19:04:25 sendUrl INFO 83 [849] R:OK -2015-03-09 19:05:15 queue INFO >>83 [850] -2015-03-09 19:05:15 sendUrl INFO 83 [850] R:OK -2015-03-09 19:06:05 queue INFO >>83 [851] -2015-03-09 19:06:05 sendUrl INFO 83 [851] R:OK -2015-03-09 19:06:55 queue INFO >>83 [852] -2015-03-09 19:06:55 sendUrl INFO 83 [852] R:OK -2015-03-09 19:07:45 queue INFO >>83 [853] -2015-03-09 19:07:46 sendUrl INFO 83 [853] R:OK -2015-03-09 19:08:35 queue INFO >>83 [854] -2015-03-09 19:08:36 sendUrl INFO 83 [854] R:OK -2015-03-09 19:09:25 queue INFO >>83 [855] -2015-03-09 19:09:26 sendUrl INFO 83 [855] R:OK -2015-03-09 19:10:16 queue INFO >>83 [856] -2015-03-09 19:10:16 sendUrl INFO 83 [856] R:OK -2015-03-09 19:10:41 queue INFO 87 [857] -2015-03-09 19:10:42 queue INFO >87 [858] -2015-03-09 19:10:42 sendUrl INFO 87 [857] R:OK -2015-03-09 19:10:42 sendUrl INFO 87 [858] R:OK -2015-03-09 19:10:43 queue INFO 83 [859] -2015-03-09 19:10:43 queue INFO >83 [860] -2015-03-09 19:10:43 sendUrl INFO 83 [859] R:OK -2015-03-09 19:10:44 sendUrl INFO 83 [860] R:OK -2015-03-09 19:11:33 queue INFO >>83 [861] -2015-03-09 19:11:34 sendUrl INFO 83 [861] R:OK -2015-03-09 19:12:23 queue INFO >>83 [862] -2015-03-09 19:12:24 sendUrl INFO 83 [862] R:OK -2015-03-09 19:13:13 queue INFO >>83 [863] -2015-03-09 19:13:14 sendUrl INFO 83 [863] R:OK -2015-03-09 19:14:04 queue INFO >>83 [864] -2015-03-09 19:14:04 sendUrl INFO 83 [864] R:OK -2015-03-09 19:14:54 queue INFO >>83 [865] -2015-03-09 19:14:54 sendUrl INFO 83 [865] R:OK -2015-03-09 19:15:44 queue INFO >>83 [866] -2015-03-09 19:15:44 sendUrl INFO 83 [866] R:OK -2015-03-09 19:16:34 queue INFO >>83 [867] -2015-03-09 19:16:34 sendUrl INFO 83 [867] R:OK -2015-03-09 19:17:24 queue INFO >>83 [868] -2015-03-09 19:17:25 sendUrl INFO 83 [868] R:OK -2015-03-09 19:17:50 queue INFO C7 [869] -2015-03-09 19:17:50 queue INFO >C7 [870] -2015-03-09 19:17:51 sendUrl INFO C7 [869] R:OK -2015-03-09 19:17:51 sendUrl INFO C7 [870] R:OK -2015-03-09 19:17:52 queue INFO C3 [871] -2015-03-09 19:17:52 queue INFO >C3 [872] -2015-03-09 19:17:52 sendUrl INFO C3 [871] R:OK -2015-03-09 19:17:53 sendUrl INFO C3 [872] R:OK -2015-03-09 19:18:42 queue INFO >>C3 [873] -2015-03-09 19:18:42 sendUrl INFO C3 [873] R:OK -2015-03-09 19:19:32 queue INFO >>C3 [874] -2015-03-09 19:19:32 sendUrl INFO C3 [874] R:OK -2015-03-09 19:20:22 queue INFO >>C3 [875] -2015-03-09 19:20:23 sendUrl INFO C3 [875] R:OK -2015-03-09 19:21:12 queue INFO >>C3 [876] -2015-03-09 19:21:13 sendUrl INFO C3 [876] R:OK -2015-03-09 19:22:03 queue INFO >>C3 [877] -2015-03-09 19:22:03 sendUrl INFO C3 [877] R:OK -2015-03-09 19:22:53 queue INFO >>C3 [878] -2015-03-09 19:22:53 sendUrl INFO C3 [878] R:OK -2015-03-09 19:23:43 queue INFO >>C3 [879] -2015-03-09 19:23:43 sendUrl INFO C3 [879] R:OK -2015-03-09 19:24:33 queue INFO >>C3 [880] -2015-03-09 19:24:34 sendUrl INFO C3 [880] R:OK -2015-03-09 19:24:56 queue INFO 83 [881] -2015-03-09 19:24:57 queue INFO >83 [882] -2015-03-09 19:24:57 sendUrl INFO 83 [881] R:OK -2015-03-09 19:24:57 sendUrl INFO 83 [882] R:OK -2015-03-09 19:24:59 queue INFO 87 [883] -2015-03-09 19:24:59 queue INFO >87 [884] -2015-03-09 19:24:59 sendUrl INFO 87 [883] R:OK -2015-03-09 19:25:00 sendUrl INFO 87 [884] R:OK -2015-03-09 19:25:01 queue INFO 83 [885] -2015-03-09 19:25:01 sendUrl INFO 83 [885] R:OK -2015-03-09 19:25:01 queue INFO >83 [886] -2015-03-09 19:25:01 sendUrl INFO 83 [886] R:OK -2015-03-09 19:25:51 queue INFO >>83 [887] -2015-03-09 19:25:51 sendUrl INFO 83 [887] R:OK -2015-03-09 19:26:41 queue INFO >>83 [888] -2015-03-09 19:26:41 sendUrl INFO 83 [888] R:OK -2015-03-09 19:27:31 queue INFO >>83 [889] -2015-03-09 19:27:31 sendUrl INFO 83 [889] R:OK -2015-03-09 19:28:21 queue INFO >>83 [890] -2015-03-09 19:28:22 sendUrl INFO 83 [890] R:OK -2015-03-09 19:29:11 queue INFO >>83 [891] -2015-03-09 19:29:11 sendUrl INFO 83 [891] R:OK -2015-03-09 19:30:01 queue INFO >>83 [892] -2015-03-09 19:30:02 sendUrl INFO 83 [892] R:OK -2015-03-09 19:30:52 queue INFO >>83 [893] -2015-03-09 19:30:52 sendUrl INFO 83 [893] R:OK -2015-03-09 19:31:42 queue INFO >>83 [894] -2015-03-09 19:31:42 sendUrl INFO 83 [894] R:OK -2015-03-09 19:32:08 queue INFO 87 [895] -2015-03-09 19:32:09 sendUrl INFO 87 [895] R:OK -2015-03-09 19:32:09 queue INFO >87 [896] -2015-03-09 19:32:09 sendUrl INFO 87 [896] R:OK -2015-03-09 19:32:10 queue INFO 83 [897] -2015-03-09 19:32:10 queue INFO >83 [898] -2015-03-09 19:32:11 sendUrl INFO 83 [897] R:OK -2015-03-09 19:32:11 sendUrl INFO 83 [898] R:OK -2015-03-09 19:33:00 queue INFO >>83 [899] -2015-03-09 19:33:00 sendUrl INFO 83 [899] R:OK -2015-03-09 19:33:50 queue INFO >>83 [900] -2015-03-09 19:33:51 sendUrl INFO 83 [900] R:OK -2015-03-09 19:34:41 queue INFO >>83 [901] -2015-03-09 19:34:41 sendUrl INFO 83 [901] R:OK -2015-03-09 19:35:31 queue INFO >>83 [902] -2015-03-09 19:35:31 sendUrl INFO 83 [902] R:OK -2015-03-09 19:36:21 queue INFO >>83 [903] -2015-03-09 19:36:21 sendUrl INFO 83 [903] R:OK -2015-03-09 19:37:11 queue INFO >>83 [904] -2015-03-09 19:37:11 sendUrl INFO 83 [904] R:OK -2015-03-09 19:38:01 queue INFO >>83 [905] -2015-03-09 19:38:01 sendUrl INFO 83 [905] R:OK -2015-03-09 19:38:51 queue INFO >>83 [906] -2015-03-09 19:38:52 sendUrl INFO 83 [906] R:OK -2015-03-09 19:39:17 queue INFO 87 [907] -2015-03-09 19:39:18 sendUrl INFO 87 [907] R:OK -2015-03-09 19:39:18 queue INFO >87 [908] -2015-03-09 19:39:18 sendUrl INFO 87 [908] R:OK -2015-03-09 19:39:19 queue INFO 83 [909] -2015-03-09 19:39:19 queue INFO >83 [910] -2015-03-09 19:39:20 sendUrl INFO 83 [909] R:OK -2015-03-09 19:39:20 sendUrl INFO 83 [910] R:OK -2015-03-09 19:40:09 queue INFO >>83 [911] -2015-03-09 19:40:09 sendUrl INFO 83 [911] R:OK -2015-03-09 19:40:59 queue INFO >>83 [912] -2015-03-09 19:41:00 sendUrl INFO 83 [912] R:OK -2015-03-09 19:41:49 queue INFO >>83 [913] -2015-03-09 19:41:50 sendUrl INFO 83 [913] R:OK -2015-03-09 19:42:40 queue INFO >>83 [914] -2015-03-09 19:42:40 sendUrl INFO 83 [914] R:OK -2015-03-09 19:43:30 queue INFO >>83 [915] -2015-03-09 19:43:30 sendUrl INFO 83 [915] R:OK -2015-03-09 19:44:20 queue INFO >>83 [916] -2015-03-09 19:44:20 sendUrl INFO 83 [916] R:OK -2015-03-09 19:45:10 queue INFO >>83 [917] -2015-03-09 19:45:10 sendUrl INFO 83 [917] R:OK -2015-03-09 19:46:00 queue INFO >>83 [918] -2015-03-09 19:46:01 sendUrl INFO 83 [918] R:OK -2015-03-09 19:46:26 queue INFO 87 [919] -2015-03-09 19:46:26 sendUrl INFO 87 [919] R:OK -2015-03-09 19:46:26 queue INFO >87 [920] -2015-03-09 19:46:27 sendUrl INFO 87 [920] R:OK -2015-03-09 19:46:28 queue INFO 83 [921] -2015-03-09 19:46:28 queue INFO >83 [922] -2015-03-09 19:46:28 sendUrl INFO 83 [921] R:OK -2015-03-09 19:46:29 sendUrl INFO 83 [922] R:OK -2015-03-09 19:47:18 queue INFO >>83 [923] -2015-03-09 19:47:18 sendUrl INFO 83 [923] R:OK -2015-03-09 19:48:08 queue INFO >>83 [924] -2015-03-09 19:48:09 sendUrl INFO 83 [924] R:OK -2015-03-09 19:48:58 queue INFO >>83 [925] -2015-03-09 19:48:59 sendUrl INFO 83 [925] R:OK -2015-03-09 19:49:49 queue INFO >>83 [926] -2015-03-09 19:49:49 sendUrl INFO 83 [926] R:OK -2015-03-09 19:50:39 queue INFO >>83 [927] -2015-03-09 19:50:39 sendUrl INFO 83 [927] R:OK -2015-03-09 19:51:29 queue INFO >>83 [928] -2015-03-09 19:51:29 sendUrl INFO 83 [928] R:OK -2015-03-09 19:52:19 queue INFO >>83 [929] -2015-03-09 19:52:19 sendUrl INFO 83 [929] R:OK -2015-03-09 19:53:09 queue INFO >>83 [930] -2015-03-09 19:53:10 sendUrl INFO 83 [930] R:OK -2015-03-09 19:53:35 queue INFO 87 [931] -2015-03-09 19:53:35 queue INFO >87 [932] -2015-03-09 19:53:36 sendUrl INFO 87 [931] R:OK -2015-03-09 19:53:36 sendUrl INFO 87 [932] R:OK -2015-03-09 19:53:37 queue INFO 83 [933] -2015-03-09 19:53:37 queue INFO >83 [934] -2015-03-09 19:53:37 sendUrl INFO 83 [933] R:OK -2015-03-09 19:53:38 sendUrl INFO 83 [934] R:OK -2015-03-09 19:54:27 queue INFO >>83 [935] -2015-03-09 19:54:27 sendUrl INFO 83 [935] R:OK -2015-03-09 19:55:17 queue INFO >>83 [936] -2015-03-09 19:55:17 sendUrl INFO 83 [936] R:OK -2015-03-09 19:56:07 queue INFO >>83 [937] -2015-03-09 19:56:08 sendUrl INFO 83 [937] R:OK -2015-03-09 19:56:57 queue INFO >>83 [938] -2015-03-09 19:56:58 sendUrl INFO 83 [938] R:OK -2015-03-09 19:57:48 queue INFO >>83 [939] -2015-03-09 19:57:48 sendUrl INFO 83 [939] R:OK -2015-03-09 19:58:38 queue INFO >>83 [940] -2015-03-09 19:58:38 sendUrl INFO 83 [940] R:OK -2015-03-09 19:59:28 queue INFO >>83 [941] -2015-03-09 19:59:28 sendUrl INFO 83 [941] R:OK -2015-03-09 20:00:18 queue INFO >>83 [942] -2015-03-09 20:00:19 sendUrl INFO 83 [942] R:OK -2015-03-09 20:00:44 queue INFO C7 [943] -2015-03-09 20:00:44 queue INFO >C7 [944] -2015-03-09 20:00:44 sendUrl INFO C7 [943] R:OK -2015-03-09 20:00:45 sendUrl INFO C7 [944] R:OK -2015-03-09 20:00:46 queue INFO C3 [945] -2015-03-09 20:00:46 sendUrl INFO C3 [945] R:OK -2015-03-09 20:00:46 queue INFO >C3 [946] -2015-03-09 20:00:46 sendUrl INFO C3 [946] R:OK -2015-03-09 20:01:36 queue INFO >>C3 [947] -2015-03-09 20:01:36 sendUrl INFO C3 [947] R:OK -2015-03-09 20:02:26 queue INFO >>C3 [948] -2015-03-09 20:02:26 sendUrl INFO C3 [948] R:OK -2015-03-09 20:03:16 queue INFO >>C3 [949] -2015-03-09 20:03:16 sendUrl INFO C3 [949] R:OK -2015-03-09 20:04:06 queue INFO >>C3 [950] -2015-03-09 20:04:07 sendUrl INFO C3 [950] R:OK -2015-03-09 20:04:56 queue INFO >>C3 [951] -2015-03-09 20:04:56 sendUrl INFO C3 [951] R:OK -2015-03-09 20:05:46 queue INFO >>C3 [952] -2015-03-09 20:05:47 sendUrl INFO C3 [952] R:OK -2015-03-09 20:06:37 queue INFO >>C3 [953] -2015-03-09 20:06:37 sendUrl INFO C3 [953] R:OK -2015-03-09 20:07:27 queue INFO >>C3 [954] -2015-03-09 20:07:27 sendUrl INFO C3 [954] R:OK -2015-03-09 20:07:50 queue INFO 83 [955] -2015-03-09 20:07:50 queue INFO >83 [956] -2015-03-09 20:07:51 sendUrl INFO 83 [955] R:OK -2015-03-09 20:07:51 sendUrl INFO 83 [956] R:OK -2015-03-09 20:07:53 queue INFO 87 [957] -2015-03-09 20:07:53 queue INFO >87 [958] -2015-03-09 20:07:53 sendUrl INFO 87 [957] R:OK -2015-03-09 20:07:54 sendUrl INFO 87 [958] R:OK -2015-03-09 20:07:54 queue INFO 83 [959] -2015-03-09 20:07:54 queue INFO >83 [960] -2015-03-09 20:07:55 sendUrl INFO 83 [959] R:OK -2015-03-09 20:07:55 sendUrl INFO 83 [960] R:OK -2015-03-09 20:08:06 queue INFO 81 [961] -2015-03-09 20:08:06 queue INFO >81 [962] -2015-03-09 20:08:06 sendUrl INFO 81 [961] R:OK -2015-03-09 20:08:07 sendUrl INFO 81 [962] R:OK -2015-03-09 20:08:14 queue INFO 83 [963] -2015-03-09 20:08:14 sendUrl INFO 83 [963] R:OK -2015-03-09 20:08:14 queue INFO >83 [964] -2015-03-09 20:08:15 sendUrl INFO 83 [964] R:OK -2015-03-09 20:09:04 queue INFO >>83 [965] -2015-03-09 20:09:05 sendUrl INFO 83 [965] R:OK -2015-03-09 20:09:54 queue INFO >>83 [966] -2015-03-09 20:09:55 sendUrl INFO 83 [966] R:OK -2015-03-09 20:10:45 queue INFO >>83 [967] -2015-03-09 20:10:45 sendUrl INFO 83 [967] R:OK -2015-03-09 20:11:35 queue INFO >>83 [968] -2015-03-09 20:11:35 sendUrl INFO 83 [968] R:OK -2015-03-09 20:12:25 queue INFO >>83 [969] -2015-03-09 20:12:25 sendUrl INFO 83 [969] R:OK -2015-03-09 20:13:15 queue INFO >>83 [970] -2015-03-09 20:13:15 sendUrl INFO 83 [970] R:OK -2015-03-09 20:14:05 queue INFO >>83 [971] -2015-03-09 20:14:06 sendUrl INFO 83 [971] R:OK -2015-03-09 20:14:55 queue INFO >>83 [972] -2015-03-09 20:14:55 sendUrl INFO 83 [972] R:OK -2015-03-09 20:15:02 queue INFO 87 [973] -2015-03-09 20:15:02 queue INFO >87 [974] -2015-03-09 20:15:03 sendUrl INFO 87 [973] R:OK -2015-03-09 20:15:03 sendUrl INFO 87 [974] R:OK -2015-03-09 20:15:04 queue INFO 83 [975] -2015-03-09 20:15:04 queue INFO >83 [976] -2015-03-09 20:15:04 sendUrl INFO 83 [975] R:OK -2015-03-09 20:15:05 sendUrl INFO 83 [976] R:OK -2015-03-09 20:15:54 queue INFO >>83 [977] -2015-03-09 20:15:54 sendUrl INFO 83 [977] R:OK -2015-03-09 20:16:44 queue INFO >>83 [978] -2015-03-09 20:16:44 sendUrl INFO 83 [978] R:OK -2015-03-09 20:17:34 queue INFO >>83 [979] -2015-03-09 20:17:35 sendUrl INFO 83 [979] R:OK -2015-03-09 20:18:24 queue INFO >>83 [980] -2015-03-09 20:18:25 sendUrl INFO 83 [980] R:OK -2015-03-09 20:19:15 queue INFO >>83 [981] -2015-03-09 20:19:15 sendUrl INFO 83 [981] R:OK -2015-03-09 20:20:05 queue INFO >>83 [982] -2015-03-09 20:20:05 sendUrl INFO 83 [982] R:OK -2015-03-09 20:20:55 queue INFO >>83 [983] -2015-03-09 20:20:55 sendUrl INFO 83 [983] R:OK -2015-03-09 20:21:45 queue INFO >>83 [984] -2015-03-09 20:21:45 sendUrl INFO 83 [984] R:OK -2015-03-09 20:22:11 queue INFO 87 [985] -2015-03-09 20:22:11 queue INFO >87 [986] -2015-03-09 20:22:11 sendUrl INFO 87 [985] R:OK -2015-03-09 20:22:12 sendUrl INFO 87 [986] R:OK -2015-03-09 20:22:13 queue INFO 83 [987] -2015-03-09 20:22:13 queue INFO >83 [988] -2015-03-09 20:22:13 sendUrl INFO 83 [987] R:OK -2015-03-09 20:22:13 sendUrl INFO 83 [988] R:OK -2015-03-09 20:23:03 queue INFO >>83 [989] -2015-03-09 20:23:03 sendUrl INFO 83 [989] R:OK -2015-03-09 20:23:53 queue INFO >>83 [990] -2015-03-09 20:23:53 sendUrl INFO 83 [990] R:OK -2015-03-09 20:24:43 queue INFO >>83 [991] -2015-03-09 20:24:43 sendUrl INFO 83 [991] R:OK -2015-03-09 20:25:33 queue INFO >>83 [992] -2015-03-09 20:25:34 sendUrl INFO 83 [992] R:OK -2015-03-09 20:26:23 queue INFO >>83 [993] -2015-03-09 20:26:24 sendUrl INFO 83 [993] R:OK -2015-03-09 20:27:14 queue INFO >>83 [994] -2015-03-09 20:27:14 sendUrl INFO 83 [994] R:OK -2015-03-09 20:28:04 queue INFO >>83 [995] -2015-03-09 20:28:04 sendUrl INFO 83 [995] R:OK -2015-03-09 20:28:54 queue INFO >>83 [996] -2015-03-09 20:28:54 sendUrl INFO 83 [996] R:OK -2015-03-09 20:29:20 queue INFO 87 [997] -2015-03-09 20:29:20 queue INFO >87 [998] -2015-03-09 20:29:20 sendUrl INFO 87 [997] R:OK -2015-03-09 20:29:21 sendUrl INFO 87 [998] R:OK -2015-03-09 20:29:22 queue INFO 83 [999] -2015-03-09 20:29:22 queue INFO >83 [0] -2015-03-09 20:29:22 sendUrl INFO 83 [999] R:OK -2015-03-09 20:29:22 sendUrl INFO 83 [0] R:OK -2015-03-09 20:30:12 queue INFO >>83 [1] -2015-03-09 20:30:12 sendUrl INFO 83 [1] R:OK -2015-03-09 20:31:02 queue INFO >>83 [2] -2015-03-09 20:31:03 sendUrl INFO 83 [2] R:OK -2015-03-09 20:31:52 queue INFO >>83 [3] -2015-03-09 20:31:52 sendUrl INFO 83 [3] R:OK -2015-03-09 20:32:42 queue INFO >>83 [4] -2015-03-09 20:32:43 sendUrl INFO 83 [4] R:OK -2015-03-09 20:33:32 queue INFO >>83 [5] -2015-03-09 20:33:33 sendUrl INFO 83 [5] R:OK -2015-03-09 20:34:23 queue INFO >>83 [6] -2015-03-09 20:34:23 sendUrl INFO 83 [6] R:OK -2015-03-09 20:35:13 queue INFO >>83 [7] -2015-03-09 20:35:13 sendUrl INFO 83 [7] R:OK -2015-03-09 20:36:03 queue INFO >>83 [8] -2015-03-09 20:36:03 sendUrl INFO 83 [8] R:OK -2015-03-09 20:36:29 queue INFO 87 [9] -2015-03-09 20:36:29 queue INFO >87 [10] -2015-03-09 20:36:29 sendUrl INFO 87 [9] R:OK -2015-03-09 20:36:30 sendUrl INFO 87 [10] R:OK -2015-03-09 20:36:30 queue INFO 83 [11] -2015-03-09 20:36:31 queue INFO >83 [12] -2015-03-09 20:36:31 sendUrl INFO 83 [11] R:OK -2015-03-09 20:36:31 sendUrl INFO 83 [12] R:OK -2015-03-09 20:37:20 queue INFO >>83 [13] -2015-03-09 20:37:21 sendUrl INFO 83 [13] R:OK -2015-03-09 20:38:11 queue INFO >>83 [14] -2015-03-09 20:38:11 sendUrl INFO 83 [14] R:OK -2015-03-09 20:38:47 queue INFO 81 [15] -2015-03-09 20:38:47 queue INFO >81 [16] -2015-03-09 20:38:47 sendUrl INFO 81 [15] R:OK -2015-03-09 20:38:48 sendUrl INFO 81 [16] R:OK -2015-03-09 20:38:56 queue INFO 91 [17] -2015-03-09 20:38:56 queue INFO 99 [18] -2015-03-09 20:38:57 queue INFO >99 [19] -2015-03-09 20:38:57 sendUrl INFO 91 [17] R:OK -2015-03-09 20:38:57 sendUrl INFO 99 [18] R:OK -2015-03-09 20:38:58 sendUrl INFO 99 [19] R:OK -2015-03-09 20:39:47 queue INFO >>99 [20] -2015-03-09 20:39:47 sendUrl INFO 99 [20] R:OK -2015-03-09 20:40:34 queue INFO 89 [21] -2015-03-09 20:40:34 queue INFO >89 [22] -2015-03-09 20:40:34 sendUrl INFO 89 [21] R:OK -2015-03-09 20:40:35 sendUrl INFO 89 [22] R:OK -2015-03-09 20:40:37 queue INFO 81 [23] -2015-03-09 20:40:37 sendUrl INFO 81 [23] R:OK -2015-03-09 20:40:37 queue INFO >81 [24] -2015-03-09 20:40:38 sendUrl INFO 81 [24] R:OK -2015-03-09 20:40:40 queue INFO 83 [25] -2015-03-09 20:40:40 sendUrl INFO 83 [25] R:OK -2015-03-09 20:40:41 queue INFO >83 [26] -2015-03-09 20:40:41 sendUrl INFO 83 [26] R:OK -2015-03-09 20:41:30 queue INFO >>83 [27] -2015-03-09 20:41:31 sendUrl INFO 83 [27] R:OK -2015-03-09 20:42:21 queue INFO >>83 [28] -2015-03-09 20:42:21 sendUrl INFO 83 [28] R:OK -2015-03-09 20:43:11 queue INFO >>83 [29] -2015-03-09 20:43:11 sendUrl INFO 83 [29] R:OK -2015-03-09 20:44:01 queue INFO >>83 [30] -2015-03-09 20:44:01 sendUrl INFO 83 [30] R:OK -2015-03-09 20:44:51 queue INFO >>83 [31] -2015-03-09 20:44:52 sendUrl INFO 83 [31] R:OK -2015-03-09 20:45:33 queue INFO C7 [32] -2015-03-09 20:45:33 queue INFO >C7 [33] -2015-03-09 20:45:33 sendUrl INFO C7 [32] R:OK -2015-03-09 20:45:33 sendUrl INFO C7 [33] R:OK -2015-03-09 20:45:34 queue INFO C3 [34] -2015-03-09 20:45:34 queue INFO >C3 [35] -2015-03-09 20:45:34 sendUrl INFO C3 [34] R:OK -2015-03-09 20:45:35 sendUrl INFO C3 [35] R:OK -2015-03-09 20:46:24 queue INFO >>C3 [36] -2015-03-09 20:46:25 sendUrl INFO C3 [36] R:OK -2015-03-09 20:47:15 queue INFO >>C3 [37] -2015-03-09 20:47:15 sendUrl INFO C3 [37] R:OK -2015-03-09 20:48:05 queue INFO >>C3 [38] -2015-03-09 20:48:05 sendUrl INFO C3 [38] R:OK -2015-03-09 20:48:55 queue INFO >>C3 [39] -2015-03-09 20:48:55 sendUrl INFO C3 [39] R:OK -2015-03-09 20:49:45 queue INFO >>C3 [40] -2015-03-09 20:49:45 sendUrl INFO C3 [40] R:OK -2015-03-09 20:50:35 queue INFO >>C3 [41] -2015-03-09 20:50:35 sendUrl INFO C3 [41] R:OK -2015-03-09 20:51:25 queue INFO >>C3 [42] -2015-03-09 20:51:26 sendUrl INFO C3 [42] R:OK -2015-03-09 20:52:15 queue INFO >>C3 [43] -2015-03-09 20:52:16 sendUrl INFO C3 [43] R:OK -2015-03-09 20:52:39 queue INFO 83 [44] -2015-03-09 20:52:39 sendUrl INFO 83 [44] R:OK -2015-03-09 20:52:39 queue INFO >83 [45] -2015-03-09 20:52:39 sendUrl INFO 83 [45] R:OK -2015-03-09 20:52:41 queue INFO 87 [46] -2015-03-09 20:52:42 queue INFO >87 [47] -2015-03-09 20:52:42 sendUrl INFO 87 [46] R:OK -2015-03-09 20:52:42 sendUrl INFO 87 [47] R:OK -2015-03-09 20:52:43 queue INFO 83 [48] -2015-03-09 20:52:43 queue INFO >83 [49] -2015-03-09 20:52:43 sendUrl INFO 83 [48] R:OK -2015-03-09 20:52:44 sendUrl INFO 83 [49] R:OK -2015-03-09 20:53:33 queue INFO >>83 [50] -2015-03-09 20:53:33 sendUrl INFO 83 [50] R:OK -2015-03-09 20:54:23 queue INFO >>83 [51] -2015-03-09 20:54:24 sendUrl INFO 83 [51] R:OK -2015-03-09 20:55:13 queue INFO >>83 [52] -2015-03-09 20:55:14 sendUrl INFO 83 [52] R:OK -2015-03-09 20:56:04 queue INFO >>83 [53] -2015-03-09 20:56:04 sendUrl INFO 83 [53] R:OK -2015-03-09 20:56:54 queue INFO >>83 [54] -2015-03-09 20:56:54 sendUrl INFO 83 [54] R:OK -2015-03-09 20:57:44 queue INFO >>83 [55] -2015-03-09 20:57:44 sendUrl INFO 83 [55] R:OK -2015-03-09 20:58:34 queue INFO >>83 [56] -2015-03-09 20:58:34 sendUrl INFO 83 [56] R:OK -2015-03-09 20:59:24 queue INFO >>83 [57] -2015-03-09 20:59:25 sendUrl INFO 83 [57] R:OK -2015-03-09 20:59:51 queue INFO 87 [58] -2015-03-09 20:59:51 queue INFO >87 [59] -2015-03-09 20:59:51 sendUrl INFO 87 [58] R:OK -2015-03-09 20:59:52 sendUrl INFO 87 [59] R:OK -2015-03-09 20:59:52 queue INFO 83 [60] -2015-03-09 20:59:53 queue INFO >83 [61] -2015-03-09 20:59:53 sendUrl INFO 83 [60] R:OK -2015-03-09 20:59:53 sendUrl INFO 83 [61] R:OK -2015-03-09 21:00:43 queue INFO >>83 [62] -2015-03-09 21:00:43 sendUrl INFO 83 [62] R:OK -2015-03-09 21:01:33 queue INFO >>83 [63] -2015-03-09 21:01:33 sendUrl INFO 83 [63] R:OK -2015-03-09 21:02:23 queue INFO >>83 [64] -2015-03-09 21:02:23 sendUrl INFO 83 [64] R:OK -2015-03-09 21:03:13 queue INFO >>83 [65] -2015-03-09 21:03:14 sendUrl INFO 83 [65] R:OK -2015-03-09 21:04:03 queue INFO >>83 [66] -2015-03-09 21:04:03 sendUrl INFO 83 [66] R:OK -2015-03-09 21:04:53 queue INFO >>83 [67] -2015-03-09 21:04:54 sendUrl INFO 83 [67] R:OK -2015-03-09 21:05:44 queue INFO >>83 [68] -2015-03-09 21:05:44 sendUrl INFO 83 [68] R:OK -2015-03-09 21:06:34 queue INFO >>83 [69] -2015-03-09 21:06:34 sendUrl INFO 83 [69] R:OK -2015-03-09 21:07:00 queue INFO 87 [70] -2015-03-09 21:07:00 queue INFO >87 [71] -2015-03-09 21:07:00 sendUrl INFO 87 [70] R:OK -2015-03-09 21:07:01 sendUrl INFO 87 [71] R:OK -2015-03-09 21:07:01 queue INFO 83 [72] -2015-03-09 21:07:02 queue INFO >83 [73] -2015-03-09 21:07:02 sendUrl INFO 83 [72] R:OK -2015-03-09 21:07:02 sendUrl INFO 83 [73] R:OK -2015-03-09 21:07:52 queue INFO >>83 [74] -2015-03-09 21:07:52 sendUrl INFO 83 [74] R:OK -2015-03-09 21:08:42 queue INFO >>83 [75] -2015-03-09 21:08:42 sendUrl INFO 83 [75] R:OK -2015-03-09 21:09:32 queue INFO >>83 [76] -2015-03-09 21:09:32 sendUrl INFO 83 [76] R:OK -2015-03-09 21:10:22 queue INFO >>83 [77] -2015-03-09 21:10:23 sendUrl INFO 83 [77] R:OK -2015-03-09 21:11:12 queue INFO >>83 [78] -2015-03-09 21:11:12 sendUrl INFO 83 [78] R:OK -2015-03-09 21:12:02 queue INFO >>83 [79] -2015-03-09 21:12:03 sendUrl INFO 83 [79] R:OK -2015-03-09 21:12:52 queue INFO >>83 [80] -2015-03-09 21:12:53 sendUrl INFO 83 [80] R:OK -2015-03-09 21:13:43 queue INFO >>83 [81] -2015-03-09 21:13:43 sendUrl INFO 83 [81] R:OK -2015-03-09 21:14:09 queue INFO 87 [82] -2015-03-09 21:14:09 queue INFO >87 [83] -2015-03-09 21:14:09 sendUrl INFO 87 [82] R:OK -2015-03-09 21:14:10 sendUrl INFO 87 [83] R:OK -2015-03-09 21:14:10 queue INFO 83 [84] -2015-03-09 21:14:11 sendUrl INFO 83 [84] R:OK -2015-03-09 21:14:11 queue INFO >83 [85] -2015-03-09 21:14:11 sendUrl INFO 83 [85] R:OK -2015-03-09 21:15:01 queue INFO >>83 [86] -2015-03-09 21:15:01 sendUrl INFO 83 [86] R:OK -2015-03-09 21:15:51 queue INFO >>83 [87] -2015-03-09 21:15:51 sendUrl INFO 83 [87] R:OK -2015-03-09 21:16:41 queue INFO >>83 [88] -2015-03-09 21:16:41 sendUrl INFO 83 [88] R:OK -2015-03-09 21:17:31 queue INFO >>83 [89] -2015-03-09 21:17:31 sendUrl INFO 83 [89] R:OK -2015-03-09 21:18:21 queue INFO >>83 [90] -2015-03-09 21:18:21 sendUrl INFO 83 [90] R:OK -2015-03-09 21:19:11 queue INFO >>83 [91] -2015-03-09 21:19:12 sendUrl INFO 83 [91] R:OK -2015-03-09 21:20:01 queue INFO >>83 [92] -2015-03-09 21:20:02 sendUrl INFO 83 [92] R:OK -2015-03-09 21:20:51 queue INFO >>83 [93] -2015-03-09 21:20:52 sendUrl INFO 83 [93] R:OK -2015-03-09 21:21:18 queue INFO 87 [94] -2015-03-09 21:21:18 queue INFO >87 [95] -2015-03-09 21:21:18 sendUrl INFO 87 [94] R:OK -2015-03-09 21:21:18 sendUrl INFO 87 [95] R:OK -2015-03-09 21:21:19 queue INFO 83 [96] -2015-03-09 21:21:19 queue INFO >83 [97] -2015-03-09 21:21:19 sendUrl INFO 83 [96] R:OK -2015-03-09 21:21:20 sendUrl INFO 83 [97] R:OK -2015-03-09 21:22:09 queue INFO >>83 [98] -2015-03-09 21:22:10 sendUrl INFO 83 [98] R:OK -2015-03-09 21:22:59 queue INFO >>83 [99] -2015-03-09 21:23:00 sendUrl INFO 83 [99] R:OK -2015-03-09 21:23:50 queue INFO >>83 [100] -2015-03-09 21:23:50 sendUrl INFO 83 [100] R:OK -2015-03-09 21:24:40 queue INFO >>83 [101] -2015-03-09 21:24:40 sendUrl INFO 83 [101] R:OK -2015-03-09 21:25:30 queue INFO >>83 [102] -2015-03-09 21:25:30 sendUrl INFO 83 [102] R:OK -2015-03-09 21:26:20 queue INFO >>83 [103] -2015-03-09 21:26:20 sendUrl INFO 83 [103] R:OK -2015-03-09 21:27:10 queue INFO >>83 [104] -2015-03-09 21:27:10 sendUrl INFO 83 [104] R:OK -2015-03-09 21:28:00 queue INFO >>83 [105] -2015-03-09 21:28:01 sendUrl INFO 83 [105] R:OK -2015-03-09 21:28:26 queue INFO C7 [106] -2015-03-09 21:28:27 queue INFO >C7 [107] -2015-03-09 21:28:27 sendUrl INFO C7 [106] R:OK -2015-03-09 21:28:27 sendUrl INFO C7 [107] R:OK -2015-03-09 21:28:28 queue INFO C3 [108] -2015-03-09 21:28:28 queue INFO >C3 [109] -2015-03-09 21:28:28 sendUrl INFO C3 [108] R:OK -2015-03-09 21:28:29 sendUrl INFO C3 [109] R:OK -2015-03-09 21:29:18 queue INFO >>C3 [110] -2015-03-09 21:29:18 sendUrl INFO C3 [110] R:OK -2015-03-09 21:30:08 queue INFO >>C3 [111] -2015-03-09 21:30:09 sendUrl INFO C3 [111] R:OK -2015-03-09 21:30:58 queue INFO >>C3 [112] -2015-03-09 21:30:59 sendUrl INFO C3 [112] R:OK -2015-03-09 21:31:49 queue INFO >>C3 [113] -2015-03-09 21:31:49 sendUrl INFO C3 [113] R:OK -2015-03-09 21:32:39 queue INFO >>C3 [114] -2015-03-09 21:32:39 sendUrl INFO C3 [114] R:OK -2015-03-09 21:33:29 queue INFO >>C3 [115] -2015-03-09 21:33:29 sendUrl INFO C3 [115] R:OK -2015-03-09 21:34:19 queue INFO >>C3 [116] -2015-03-09 21:34:19 sendUrl INFO C3 [116] R:OK -2015-03-09 21:35:09 queue INFO >>C3 [117] -2015-03-09 21:35:10 sendUrl INFO C3 [117] R:OK -2015-03-09 21:35:32 queue INFO 83 [118] -2015-03-09 21:35:33 queue INFO >83 [119] -2015-03-09 21:35:33 sendUrl INFO 83 [118] R:OK -2015-03-09 21:35:33 sendUrl INFO 83 [119] R:OK -2015-03-09 21:35:35 queue INFO 87 [120] -2015-03-09 21:35:35 queue INFO >87 [121] -2015-03-09 21:35:35 sendUrl INFO 87 [120] R:OK -2015-03-09 21:35:36 sendUrl INFO 87 [121] R:OK -2015-03-09 21:35:37 queue INFO 83 [122] -2015-03-09 21:35:37 sendUrl INFO 83 [122] R:OK -2015-03-09 21:35:37 queue INFO >83 [123] -2015-03-09 21:35:37 sendUrl INFO 83 [123] R:OK -2015-03-09 21:36:27 queue INFO >>83 [124] -2015-03-09 21:36:27 sendUrl INFO 83 [124] R:OK -2015-03-09 21:37:17 queue INFO >>83 [125] -2015-03-09 21:37:17 sendUrl INFO 83 [125] R:OK -2015-03-09 21:38:07 queue INFO >>83 [126] -2015-03-09 21:38:07 sendUrl INFO 83 [126] R:OK -2015-03-09 21:38:57 queue INFO >>83 [127] -2015-03-09 21:38:58 sendUrl INFO 83 [127] R:OK -2015-03-09 21:39:47 queue INFO >>83 [128] -2015-03-09 21:39:48 sendUrl INFO 83 [128] R:OK -2015-03-09 21:40:38 queue INFO >>83 [129] -2015-03-09 21:40:38 sendUrl INFO 83 [129] R:OK -2015-03-09 21:41:28 queue INFO >>83 [130] -2015-03-09 21:41:28 sendUrl INFO 83 [130] R:OK -2015-03-09 21:42:18 queue INFO >>83 [131] -2015-03-09 21:42:18 sendUrl INFO 83 [131] R:OK -2015-03-09 21:42:44 queue INFO 87 [132] -2015-03-09 21:42:45 queue INFO >87 [133] -2015-03-09 21:42:45 sendUrl INFO 87 [132] R:OK -2015-03-09 21:42:45 sendUrl INFO 87 [133] R:OK -2015-03-09 21:42:46 queue INFO 83 [134] -2015-03-09 21:42:46 queue INFO >83 [135] -2015-03-09 21:42:46 sendUrl INFO 83 [134] R:OK -2015-03-09 21:42:47 sendUrl INFO 83 [135] R:OK -2015-03-09 21:43:36 queue INFO >>83 [136] -2015-03-09 21:43:37 sendUrl INFO 83 [136] R:OK -2015-03-09 21:44:26 queue INFO >>83 [137] -2015-03-09 21:44:26 sendUrl INFO 83 [137] R:OK -2015-03-09 21:45:16 queue INFO >>83 [138] -2015-03-09 21:45:17 sendUrl INFO 83 [138] R:OK -2015-03-09 21:46:07 queue INFO >>83 [139] -2015-03-09 21:46:07 sendUrl INFO 83 [139] R:OK -2015-03-09 21:46:57 queue INFO >>83 [140] -2015-03-09 21:46:57 sendUrl INFO 83 [140] R:OK -2015-03-09 21:47:47 queue INFO >>83 [141] -2015-03-09 21:47:47 sendUrl INFO 83 [141] R:OK -2015-03-09 21:48:37 queue INFO >>83 [142] -2015-03-09 21:48:38 sendUrl INFO 83 [142] R:OK -2015-03-09 21:49:27 queue INFO >>83 [143] -2015-03-09 21:49:27 sendUrl INFO 83 [143] R:OK -2015-03-09 21:49:53 queue INFO 87 [144] -2015-03-09 21:49:54 sendUrl INFO 87 [144] R:OK -2015-03-09 21:49:54 queue INFO >87 [145] -2015-03-09 21:49:54 sendUrl INFO 87 [145] R:OK -2015-03-09 21:49:55 queue INFO 83 [146] -2015-03-09 21:49:55 queue INFO >83 [147] -2015-03-09 21:49:56 sendUrl INFO 83 [146] R:OK -2015-03-09 21:49:56 sendUrl INFO 83 [147] R:OK -2015-03-09 21:50:45 queue INFO >>83 [148] -2015-03-09 21:50:45 sendUrl INFO 83 [148] R:OK -2015-03-09 21:51:35 queue INFO >>83 [149] -2015-03-09 21:51:36 sendUrl INFO 83 [149] R:OK -2015-03-09 21:52:26 queue INFO >>83 [150] -2015-03-09 21:52:26 sendUrl INFO 83 [150] R:OK -2015-03-09 21:53:16 queue INFO >>83 [151] -2015-03-09 21:53:16 sendUrl INFO 83 [151] R:OK -2015-03-09 21:54:06 queue INFO >>83 [152] -2015-03-09 21:54:06 sendUrl INFO 83 [152] R:OK -2015-03-09 21:54:56 queue INFO >>83 [153] -2015-03-09 21:54:56 sendUrl INFO 83 [153] R:OK -2015-03-09 21:55:46 queue INFO >>83 [154] -2015-03-09 21:55:46 sendUrl INFO 83 [154] R:OK -2015-03-09 21:56:36 queue INFO >>83 [155] -2015-03-09 21:56:37 sendUrl INFO 83 [155] R:OK -2015-03-09 21:57:02 queue INFO 87 [156] -2015-03-09 21:57:03 queue INFO >87 [157] -2015-03-09 21:57:03 sendUrl INFO 87 [156] R:OK -2015-03-09 21:57:03 sendUrl INFO 87 [157] R:OK -2015-03-09 21:57:04 queue INFO 83 [158] -2015-03-09 21:57:04 queue INFO >83 [159] -2015-03-09 21:57:05 sendUrl INFO 83 [158] R:OK -2015-03-09 21:57:05 sendUrl INFO 83 [159] R:OK -2015-03-09 21:57:54 queue INFO >>83 [160] -2015-03-09 21:57:54 sendUrl INFO 83 [160] R:OK -2015-03-09 21:58:44 queue INFO >>83 [161] -2015-03-09 21:58:45 sendUrl INFO 83 [161] R:OK -2015-03-09 21:59:34 queue INFO >>83 [162] -2015-03-09 21:59:35 sendUrl INFO 83 [162] R:OK -2015-03-09 22:00:25 queue INFO >>83 [163] -2015-03-09 22:00:25 sendUrl INFO 83 [163] R:OK -2015-03-09 22:01:15 queue INFO >>83 [164] -2015-03-09 22:01:15 sendUrl INFO 83 [164] R:OK -2015-03-09 22:02:05 queue INFO >>83 [165] -2015-03-09 22:02:05 sendUrl INFO 83 [165] R:OK -2015-03-09 22:02:55 queue INFO >>83 [166] -2015-03-09 22:02:55 sendUrl INFO 83 [166] R:OK -2015-03-09 22:03:45 queue INFO >>83 [167] -2015-03-09 22:03:46 sendUrl INFO 83 [167] R:OK -2015-03-09 22:04:11 queue INFO 87 [168] -2015-03-09 22:04:11 queue INFO >87 [169] -2015-03-09 22:04:11 sendUrl INFO 87 [168] R:OK -2015-03-09 22:04:12 sendUrl INFO 87 [169] R:OK -2015-03-09 22:04:13 queue INFO 83 [170] -2015-03-09 22:04:13 sendUrl INFO 83 [170] R:OK -2015-03-09 22:04:13 queue INFO >83 [171] -2015-03-09 22:04:13 sendUrl INFO 83 [171] R:OK -2015-03-09 22:05:03 queue INFO >>83 [172] -2015-03-09 22:05:03 sendUrl INFO 83 [172] R:OK -2015-03-09 22:05:53 queue INFO >>83 [173] -2015-03-09 22:05:54 sendUrl INFO 83 [173] R:OK -2015-03-09 22:06:43 queue INFO >>83 [174] -2015-03-09 22:06:43 sendUrl INFO 83 [174] R:OK -2015-03-09 22:07:33 queue INFO >>83 [175] -2015-03-09 22:07:34 sendUrl INFO 83 [175] R:OK -2015-03-09 22:08:23 queue INFO >>83 [176] -2015-03-09 22:08:24 sendUrl INFO 83 [176] R:OK -2015-03-09 22:09:14 queue INFO >>83 [177] -2015-03-09 22:09:14 sendUrl INFO 83 [177] R:OK -2015-03-09 22:10:04 queue INFO >>83 [178] -2015-03-09 22:10:04 sendUrl INFO 83 [178] R:OK -2015-03-09 22:10:54 queue INFO >>83 [179] -2015-03-09 22:10:54 sendUrl INFO 83 [179] R:OK -2015-03-09 22:11:20 queue INFO C7 [180] -2015-03-09 22:11:20 queue INFO >C7 [181] -2015-03-09 22:11:20 sendUrl INFO C7 [180] R:OK -2015-03-09 22:11:21 sendUrl INFO C7 [181] R:OK -2015-03-09 22:11:21 queue INFO C3 [182] -2015-03-09 22:11:22 queue INFO >C3 [183] -2015-03-09 22:11:22 sendUrl INFO C3 [182] R:OK -2015-03-09 22:11:22 sendUrl INFO C3 [183] R:OK -2015-03-09 22:11:38 queue INFO C1 [184] -2015-03-09 22:11:38 queue INFO >C1 [185] -2015-03-09 22:11:38 sendUrl INFO C1 [184] R:OK -2015-03-09 22:11:38 sendUrl INFO C1 [185] R:OK -2015-03-09 22:11:41 queue INFO D1 [186] -2015-03-09 22:11:41 sendUrl INFO D1 [186] R:OK -2015-03-09 22:11:42 queue INFO D9 [187] -2015-03-09 22:11:42 queue INFO >D9 [188] -2015-03-09 22:11:42 sendUrl INFO D9 [187] R:OK -2015-03-09 22:11:42 sendUrl INFO D9 [188] R:OK -2015-03-09 22:12:32 queue INFO >>D9 [189] -2015-03-09 22:12:32 sendUrl INFO D9 [189] R:OK -2015-03-09 22:13:22 queue INFO >>D9 [190] -2015-03-09 22:13:22 sendUrl INFO D9 [190] R:OK -2015-03-09 22:14:12 queue INFO >>D9 [191] -2015-03-09 22:14:12 sendUrl INFO D9 [191] R:OK -2015-03-09 22:15:02 queue INFO >>D9 [192] -2015-03-09 22:15:02 sendUrl INFO D9 [192] R:OK -2015-03-09 22:15:52 queue INFO >>D9 [193] -2015-03-09 22:15:53 sendUrl INFO D9 [193] R:OK -2015-03-09 22:16:42 queue INFO >>D9 [194] -2015-03-09 22:16:43 sendUrl INFO D9 [194] R:OK -2015-03-09 22:17:33 queue INFO >>D9 [195] -2015-03-09 22:17:33 sendUrl INFO D9 [195] R:OK -2015-03-09 22:18:23 queue INFO >>D9 [196] -2015-03-09 22:18:23 sendUrl INFO D9 [196] R:OK -2015-03-09 22:18:50 queue INFO C9 [197] -2015-03-09 22:18:50 sendUrl INFO C9 [197] R:OK -2015-03-09 22:18:50 queue INFO >C9 [198] -2015-03-09 22:18:50 sendUrl INFO C9 [198] R:OK -2015-03-09 22:18:55 queue INFO C1 [199] -2015-03-09 22:18:55 queue INFO >C1 [200] -2015-03-09 22:18:55 sendUrl INFO C1 [199] R:OK -2015-03-09 22:18:56 sendUrl INFO C1 [200] R:OK -2015-03-09 22:18:59 queue INFO C3 [201] -2015-03-09 22:18:59 queue INFO >C3 [202] -2015-03-09 22:18:59 sendUrl INFO C3 [201] R:OK -2015-03-09 22:18:59 sendUrl INFO C3 [202] R:OK -2015-03-09 22:19:49 queue INFO >>C3 [203] -2015-03-09 22:19:49 sendUrl INFO C3 [203] R:OK -2015-03-09 22:20:39 queue INFO >>C3 [204] -2015-03-09 22:20:39 sendUrl INFO C3 [204] R:OK -2015-03-09 22:21:29 queue INFO >>C3 [205] -2015-03-09 22:21:29 sendUrl INFO C3 [205] R:OK -2015-03-09 22:22:19 queue INFO >>C3 [206] -2015-03-09 22:22:19 sendUrl INFO C3 [206] R:OK -2015-03-09 22:23:09 queue INFO >>C3 [207] -2015-03-09 22:23:10 sendUrl INFO C3 [207] R:OK -2015-03-09 22:23:59 queue INFO >>C3 [208] -2015-03-09 22:24:00 sendUrl INFO C3 [208] R:OK -2015-03-09 22:24:50 queue INFO >>C3 [209] -2015-03-09 22:24:50 sendUrl INFO C3 [209] R:OK -2015-03-09 22:25:40 queue INFO >>C3 [210] -2015-03-09 22:25:40 sendUrl INFO C3 [210] R:OK -2015-03-09 22:25:58 queue INFO 83 [211] -2015-03-09 22:25:59 queue INFO >83 [212] -2015-03-09 22:25:59 sendUrl INFO 83 [211] R:OK -2015-03-09 22:25:59 sendUrl INFO 83 [212] R:OK -2015-03-09 22:26:01 queue INFO 87 [213] -2015-03-09 22:26:01 queue INFO >87 [214] -2015-03-09 22:26:01 sendUrl INFO 87 [213] R:OK -2015-03-09 22:26:02 sendUrl INFO 87 [214] R:OK -2015-03-09 22:26:03 queue INFO 83 [215] -2015-03-09 22:26:03 queue INFO >83 [216] -2015-03-09 22:26:03 sendUrl INFO 83 [215] R:OK -2015-03-09 22:26:03 sendUrl INFO 83 [216] R:OK -2015-03-09 22:26:53 queue INFO >>83 [217] -2015-03-09 22:26:53 sendUrl INFO 83 [217] R:OK -2015-03-09 22:27:43 queue INFO >>83 [218] -2015-03-09 22:27:43 sendUrl INFO 83 [218] R:OK -2015-03-09 22:27:46 queue INFO 81 [219] -2015-03-09 22:27:46 queue INFO >81 [220] -2015-03-09 22:27:47 sendUrl INFO 81 [219] R:OK -2015-03-09 22:27:47 sendUrl INFO 81 [220] R:OK -2015-03-09 22:27:56 queue INFO 83 [221] -2015-03-09 22:27:57 queue INFO >83 [222] -2015-03-09 22:27:57 sendUrl INFO 83 [221] R:OK -2015-03-09 22:27:57 sendUrl INFO 83 [222] R:OK -2015-03-09 22:28:46 queue INFO >>83 [223] -2015-03-09 22:28:47 sendUrl INFO 83 [223] R:OK -2015-03-09 22:29:37 queue INFO >>83 [224] -2015-03-09 22:29:37 sendUrl INFO 83 [224] R:OK -2015-03-09 22:30:27 queue INFO >>83 [225] -2015-03-09 22:30:27 sendUrl INFO 83 [225] R:OK -2015-03-09 22:31:17 queue INFO >>83 [226] -2015-03-09 22:31:17 sendUrl INFO 83 [226] R:OK -2015-03-09 22:32:07 queue INFO >>83 [227] -2015-03-09 22:32:07 sendUrl INFO 83 [227] R:OK -2015-03-09 22:32:57 queue INFO >>83 [228] -2015-03-09 22:32:58 sendUrl INFO 83 [228] R:OK -2015-03-09 22:33:47 queue INFO >>83 [229] -2015-03-09 22:33:48 sendUrl INFO 83 [229] R:OK -2015-03-09 22:33:55 queue INFO 87 [230] -2015-03-09 22:33:55 queue INFO >87 [231] -2015-03-09 22:33:56 sendUrl INFO 87 [230] R:OK -2015-03-09 22:33:56 sendUrl INFO 87 [231] R:OK -2015-03-09 22:33:57 queue INFO 83 [232] -2015-03-09 22:33:57 queue INFO >83 [233] -2015-03-09 22:33:57 sendUrl INFO 83 [232] R:OK -2015-03-09 22:33:58 sendUrl INFO 83 [233] R:OK -2015-03-09 22:34:47 queue INFO >>83 [234] -2015-03-09 22:34:47 sendUrl INFO 83 [234] R:OK -2015-03-09 22:35:37 queue INFO >>83 [235] -2015-03-09 22:35:37 sendUrl INFO 83 [235] R:OK -2015-03-09 22:36:27 queue INFO >>83 [236] -2015-03-09 22:36:28 sendUrl INFO 83 [236] R:OK -2015-03-09 22:37:17 queue INFO >>83 [237] -2015-03-09 22:37:17 sendUrl INFO 83 [237] R:OK -2015-03-09 22:38:07 queue INFO >>83 [238] -2015-03-09 22:38:08 sendUrl INFO 83 [238] R:OK -2015-03-09 22:38:58 queue INFO >>83 [239] -2015-03-09 22:38:58 sendUrl INFO 83 [239] R:OK -2015-03-09 22:39:48 queue INFO >>83 [240] -2015-03-09 22:39:48 sendUrl INFO 83 [240] R:OK -2015-03-09 22:40:38 queue INFO >>83 [241] -2015-03-09 22:40:38 sendUrl INFO 83 [241] R:OK -2015-03-09 22:41:04 queue INFO 87 [242] -2015-03-09 22:41:04 queue INFO >87 [243] -2015-03-09 22:41:04 sendUrl INFO 87 [242] R:OK -2015-03-09 22:41:05 sendUrl INFO 87 [243] R:OK -2015-03-09 22:41:06 queue INFO 83 [244] -2015-03-09 22:41:06 sendUrl INFO 83 [244] R:OK -2015-03-09 22:41:06 queue INFO >83 [245] -2015-03-09 22:41:06 sendUrl INFO 83 [245] R:OK -2015-03-09 22:41:56 queue INFO >>83 [246] -2015-03-09 22:41:56 sendUrl INFO 83 [246] R:OK -2015-03-09 22:42:46 queue INFO >>83 [247] -2015-03-09 22:42:47 sendUrl INFO 83 [247] R:OK -2015-03-09 22:43:36 queue INFO >>83 [248] -2015-03-09 22:43:36 sendUrl INFO 83 [248] R:OK -2015-03-09 22:44:26 queue INFO >>83 [249] -2015-03-09 22:44:27 sendUrl INFO 83 [249] R:OK -2015-03-09 22:45:17 queue INFO >>83 [250] -2015-03-09 22:45:17 sendUrl INFO 83 [250] R:OK -2015-03-09 22:46:07 queue INFO >>83 [251] -2015-03-09 22:46:07 sendUrl INFO 83 [251] R:OK -2015-03-09 22:46:57 queue INFO >>83 [252] -2015-03-09 22:46:57 sendUrl INFO 83 [252] R:OK -2015-03-09 22:47:47 queue INFO >>83 [253] -2015-03-09 22:47:47 sendUrl INFO 83 [253] R:OK -2015-03-09 22:48:13 queue INFO 87 [254] -2015-03-09 22:48:13 queue INFO >87 [255] -2015-03-09 22:48:13 sendUrl INFO 87 [254] R:OK -2015-03-09 22:48:14 sendUrl INFO 87 [255] R:OK -2015-03-09 22:48:15 queue INFO 83 [256] -2015-03-09 22:48:15 sendUrl INFO 83 [256] R:OK -2015-03-09 22:48:15 queue INFO >83 [257] -2015-03-09 22:48:15 sendUrl INFO 83 [257] R:OK -2015-03-09 22:49:05 queue INFO >>83 [258] -2015-03-09 22:49:05 sendUrl INFO 83 [258] R:OK -2015-03-09 22:49:55 queue INFO >>83 [259] -2015-03-09 22:49:55 sendUrl INFO 83 [259] R:OK -2015-03-09 22:50:45 queue INFO >>83 [260] -2015-03-09 22:50:45 sendUrl INFO 83 [260] R:OK -2015-03-09 22:51:35 queue INFO >>83 [261] -2015-03-09 22:51:36 sendUrl INFO 83 [261] R:OK -2015-03-09 22:52:25 queue INFO >>83 [262] -2015-03-09 22:52:26 sendUrl INFO 83 [262] R:OK -2015-03-09 22:53:16 queue INFO >>83 [263] -2015-03-09 22:53:16 sendUrl INFO 83 [263] R:OK -2015-03-09 22:54:06 queue INFO >>83 [264] -2015-03-09 22:54:06 sendUrl INFO 83 [264] R:OK -2015-03-09 22:54:56 queue INFO >>83 [265] -2015-03-09 22:54:56 sendUrl INFO 83 [265] R:OK -2015-03-09 22:55:22 queue INFO 87 [266] -2015-03-09 22:55:22 queue INFO >87 [267] -2015-03-09 22:55:22 sendUrl INFO 87 [266] R:OK -2015-03-09 22:55:23 sendUrl INFO 87 [267] R:OK -2015-03-09 22:55:23 queue INFO 83 [268] -2015-03-09 22:55:24 queue INFO >83 [269] -2015-03-09 22:55:24 sendUrl INFO 83 [268] R:OK -2015-03-09 22:55:24 sendUrl INFO 83 [269] R:OK -2015-03-09 22:56:14 queue INFO >>83 [270] -2015-03-09 22:56:14 sendUrl INFO 83 [270] R:OK -2015-03-09 22:57:04 queue INFO >>83 [271] -2015-03-09 22:57:04 sendUrl INFO 83 [271] R:OK -2015-03-09 22:57:54 queue INFO >>83 [272] -2015-03-09 22:57:54 sendUrl INFO 83 [272] R:OK -2015-03-09 22:58:44 queue INFO >>83 [273] -2015-03-09 22:58:45 sendUrl INFO 83 [273] R:OK -2015-03-09 22:59:34 queue INFO >>83 [274] -2015-03-09 22:59:34 sendUrl INFO 83 [274] R:OK -2015-03-09 23:00:24 queue INFO >>83 [275] -2015-03-09 23:00:25 sendUrl INFO 83 [275] R:OK -2015-03-09 23:01:14 queue INFO >>83 [276] -2015-03-09 23:01:15 sendUrl INFO 83 [276] R:OK -2015-03-09 23:02:05 queue INFO >>83 [277] -2015-03-09 23:02:05 sendUrl INFO 83 [277] R:OK -2015-03-09 23:02:31 queue INFO C7 [278] -2015-03-09 23:02:31 queue INFO >C7 [279] -2015-03-09 23:02:31 sendUrl INFO C7 [278] R:OK -2015-03-09 23:02:32 sendUrl INFO C7 [279] R:OK -2015-03-09 23:02:32 queue INFO C3 [280] -2015-03-09 23:02:32 queue INFO >C3 [281] -2015-03-09 23:02:33 sendUrl INFO C3 [280] R:OK -2015-03-09 23:02:33 sendUrl INFO C3 [281] R:OK -2015-03-09 23:03:22 queue INFO >>C3 [282] -2015-03-09 23:03:22 sendUrl INFO C3 [282] R:OK -2015-03-09 23:04:12 queue INFO >>C3 [283] -2015-03-09 23:04:13 sendUrl INFO C3 [283] R:OK -2015-03-09 23:05:03 queue INFO >>C3 [284] -2015-03-09 23:05:03 sendUrl INFO C3 [284] R:OK -2015-03-09 23:05:53 queue INFO >>C3 [285] -2015-03-09 23:05:53 sendUrl INFO C3 [285] R:OK -2015-03-09 23:06:43 queue INFO >>C3 [286] -2015-03-09 23:06:43 sendUrl INFO C3 [286] R:OK -2015-03-09 23:07:33 queue INFO >>C3 [287] -2015-03-09 23:07:33 sendUrl INFO C3 [287] R:OK -2015-03-09 23:08:23 queue INFO >>C3 [288] -2015-03-09 23:08:23 sendUrl INFO C3 [288] R:OK -2015-03-09 23:09:13 queue INFO >>C3 [289] -2015-03-09 23:09:14 sendUrl INFO C3 [289] R:OK -2015-03-09 23:09:37 queue INFO 83 [290] -2015-03-09 23:09:37 queue INFO >83 [291] -2015-03-09 23:09:37 sendUrl INFO 83 [290] R:OK -2015-03-09 23:09:37 sendUrl INFO 83 [291] R:OK -2015-03-09 23:09:39 queue INFO 87 [292] -2015-03-09 23:09:39 queue INFO >87 [293] -2015-03-09 23:09:40 sendUrl INFO 87 [292] R:OK -2015-03-09 23:09:40 sendUrl INFO 87 [293] R:OK -2015-03-09 23:09:41 queue INFO 83 [294] -2015-03-09 23:09:41 sendUrl INFO 83 [294] R:OK -2015-03-09 23:09:41 queue INFO >83 [295] -2015-03-09 23:09:42 sendUrl INFO 83 [295] R:OK -2015-03-09 23:10:31 queue INFO >>83 [296] -2015-03-09 23:10:31 sendUrl INFO 83 [296] R:OK -2015-03-09 23:11:21 queue INFO >>83 [297] -2015-03-09 23:11:22 sendUrl INFO 83 [297] R:OK -2015-03-09 23:12:11 queue INFO >>83 [298] -2015-03-09 23:12:12 sendUrl INFO 83 [298] R:OK -2015-03-09 23:13:01 queue INFO >>83 [299] -2015-03-09 23:13:02 sendUrl INFO 83 [299] R:OK -2015-03-09 23:13:52 queue INFO >>83 [300] -2015-03-09 23:13:52 sendUrl INFO 83 [300] R:OK -2015-03-09 23:14:42 queue INFO >>83 [301] -2015-03-09 23:14:42 sendUrl INFO 83 [301] R:OK -2015-03-09 23:15:32 queue INFO >>83 [302] -2015-03-09 23:15:32 sendUrl INFO 83 [302] R:OK -2015-03-09 23:16:22 queue INFO >>83 [303] -2015-03-09 23:16:22 sendUrl INFO 83 [303] R:OK -2015-03-09 23:16:49 queue INFO 87 [304] -2015-03-09 23:16:49 sendUrl INFO 87 [304] R:OK -2015-03-09 23:16:49 queue INFO >87 [305] -2015-03-09 23:16:49 sendUrl INFO 87 [305] R:OK -2015-03-09 23:16:50 queue INFO 83 [306] -2015-03-09 23:16:51 queue INFO >83 [307] -2015-03-09 23:16:51 sendUrl INFO 83 [306] R:OK -2015-03-09 23:16:51 sendUrl INFO 83 [307] R:OK -2015-03-09 23:17:41 queue INFO >>83 [308] -2015-03-09 23:17:41 sendUrl INFO 83 [308] R:OK -2015-03-09 23:18:31 queue INFO >>83 [309] -2015-03-09 23:18:31 sendUrl INFO 83 [309] R:OK -2015-03-09 23:19:21 queue INFO >>83 [310] -2015-03-09 23:19:21 sendUrl INFO 83 [310] R:OK -2015-03-09 23:20:11 queue INFO >>83 [311] -2015-03-09 23:20:11 sendUrl INFO 83 [311] R:OK -2015-03-09 23:21:01 queue INFO >>83 [312] -2015-03-09 23:21:02 sendUrl INFO 83 [312] R:OK -2015-03-09 23:21:51 queue INFO >>83 [313] -2015-03-09 23:21:51 sendUrl INFO 83 [313] R:OK -2015-03-09 23:22:41 queue INFO >>83 [314] -2015-03-09 23:22:42 sendUrl INFO 83 [314] R:OK -2015-03-09 23:23:32 queue INFO >>83 [315] -2015-03-09 23:23:32 sendUrl INFO 83 [315] R:OK -2015-03-09 23:23:58 queue INFO 87 [316] -2015-03-09 23:23:58 queue INFO >87 [317] -2015-03-09 23:23:58 sendUrl INFO 87 [316] R:OK -2015-03-09 23:23:59 sendUrl INFO 87 [317] R:OK -2015-03-09 23:23:59 queue INFO 83 [318] -2015-03-09 23:24:00 queue INFO >83 [319] -2015-03-09 23:24:00 sendUrl INFO 83 [318] R:OK -2015-03-09 23:24:00 sendUrl INFO 83 [319] R:OK -2015-03-09 23:24:50 queue INFO >>83 [320] -2015-03-09 23:24:50 sendUrl INFO 83 [320] R:OK -2015-03-09 23:25:40 queue INFO >>83 [321] -2015-03-09 23:25:40 sendUrl INFO 83 [321] R:OK -2015-03-09 23:26:30 queue INFO >>83 [322] -2015-03-09 23:26:30 sendUrl INFO 83 [322] R:OK -2015-03-09 23:27:20 queue INFO >>83 [323] -2015-03-09 23:27:21 sendUrl INFO 83 [323] R:OK -2015-03-09 23:28:10 queue INFO >>83 [324] -2015-03-09 23:28:10 sendUrl INFO 83 [324] R:OK -2015-03-09 23:29:00 queue INFO >>83 [325] -2015-03-09 23:29:01 sendUrl INFO 83 [325] R:OK -2015-03-09 23:29:51 queue INFO >>83 [326] -2015-03-09 23:29:51 sendUrl INFO 83 [326] R:OK -2015-03-09 23:30:41 queue INFO >>83 [327] -2015-03-09 23:30:41 sendUrl INFO 83 [327] R:OK -2015-03-09 23:31:07 queue INFO 87 [328] -2015-03-09 23:31:07 queue INFO >87 [329] -2015-03-09 23:31:07 sendUrl INFO 87 [328] R:OK -2015-03-09 23:31:08 sendUrl INFO 87 [329] R:OK -2015-03-09 23:31:08 queue INFO 83 [330] -2015-03-09 23:31:09 queue INFO >83 [331] -2015-03-09 23:31:09 sendUrl INFO 83 [330] R:OK -2015-03-09 23:31:09 sendUrl INFO 83 [331] R:OK -2015-03-09 23:31:59 queue INFO >>83 [332] -2015-03-09 23:31:59 sendUrl INFO 83 [332] R:OK -2015-03-09 23:32:49 queue INFO >>83 [333] -2015-03-09 23:32:49 sendUrl INFO 83 [333] R:OK -2015-03-09 23:33:39 queue INFO >>83 [334] -2015-03-09 23:33:39 sendUrl INFO 83 [334] R:OK -2015-03-09 23:34:29 queue INFO >>83 [335] -2015-03-09 23:34:30 sendUrl INFO 83 [335] R:OK -2015-03-09 23:35:19 queue INFO >>83 [336] -2015-03-09 23:35:19 sendUrl INFO 83 [336] R:OK -2015-03-09 23:36:09 queue INFO >>83 [337] -2015-03-09 23:36:10 sendUrl INFO 83 [337] R:OK -2015-03-09 23:36:59 queue INFO >>83 [338] -2015-03-09 23:37:00 sendUrl INFO 83 [338] R:OK -2015-03-09 23:37:50 queue INFO >>83 [339] -2015-03-09 23:37:50 sendUrl INFO 83 [339] R:OK -2015-03-09 23:38:16 queue INFO 87 [340] -2015-03-09 23:38:16 queue INFO >87 [341] -2015-03-09 23:38:16 sendUrl INFO 87 [340] R:OK -2015-03-09 23:38:17 sendUrl INFO 87 [341] R:OK -2015-03-09 23:38:17 queue INFO 83 [342] -2015-03-09 23:38:17 queue INFO >83 [343] -2015-03-09 23:38:18 sendUrl INFO 83 [342] R:OK -2015-03-09 23:38:18 sendUrl INFO 83 [343] R:OK -2015-03-09 23:39:07 queue INFO >>83 [344] -2015-03-09 23:39:07 sendUrl INFO 83 [344] R:OK -2015-03-09 23:39:57 queue INFO >>83 [345] -2015-03-09 23:39:58 sendUrl INFO 83 [345] R:OK -2015-03-09 23:40:48 queue INFO >>83 [346] -2015-03-09 23:40:48 sendUrl INFO 83 [346] R:OK -2015-03-09 23:41:38 queue INFO >>83 [347] -2015-03-09 23:41:38 sendUrl INFO 83 [347] R:OK -2015-03-09 23:42:28 queue INFO >>83 [348] -2015-03-09 23:42:28 sendUrl INFO 83 [348] R:OK -2015-03-09 23:43:18 queue INFO >>83 [349] -2015-03-09 23:43:19 sendUrl INFO 83 [349] R:OK -2015-03-09 23:44:08 queue INFO >>83 [350] -2015-03-09 23:44:08 sendUrl INFO 83 [350] R:OK -2015-03-09 23:44:58 queue INFO >>83 [351] -2015-03-09 23:44:59 sendUrl INFO 83 [351] R:OK -2015-03-09 23:45:24 queue INFO C7 [352] -2015-03-09 23:45:24 queue INFO >C7 [353] -2015-03-09 23:45:25 sendUrl INFO C7 [352] R:OK -2015-03-09 23:45:25 sendUrl INFO C7 [353] R:OK -2015-03-09 23:45:26 queue INFO C3 [354] -2015-03-09 23:45:26 sendUrl INFO C3 [354] R:OK -2015-03-09 23:45:26 queue INFO >C3 [355] -2015-03-09 23:45:26 sendUrl INFO C3 [355] R:OK -2015-03-09 23:46:16 queue INFO >>C3 [356] -2015-03-09 23:46:16 sendUrl INFO C3 [356] R:OK -2015-03-09 23:47:06 queue INFO >>C3 [357] -2015-03-09 23:47:07 sendUrl INFO C3 [357] R:OK -2015-03-09 23:47:56 queue INFO >>C3 [358] -2015-03-09 23:47:57 sendUrl INFO C3 [358] R:OK -2015-03-09 23:48:46 queue INFO >>C3 [359] -2015-03-09 23:48:47 sendUrl INFO C3 [359] R:OK -2015-03-09 23:49:37 queue INFO >>C3 [360] -2015-03-09 23:49:37 sendUrl INFO C3 [360] R:OK -2015-03-09 23:50:27 queue INFO >>C3 [361] -2015-03-09 23:50:27 sendUrl INFO C3 [361] R:OK -2015-03-09 23:51:17 queue INFO >>C3 [362] -2015-03-09 23:51:17 sendUrl INFO C3 [362] R:OK -2015-03-09 23:52:07 queue INFO >>C3 [363] -2015-03-09 23:52:07 sendUrl INFO C3 [363] R:OK -2015-03-09 23:52:30 queue INFO 83 [364] -2015-03-09 23:52:31 queue INFO >83 [365] -2015-03-09 23:52:31 sendUrl INFO 83 [364] R:OK -2015-03-09 23:52:31 sendUrl INFO 83 [365] R:OK -2015-03-09 23:52:33 queue INFO 87 [366] -2015-03-09 23:52:33 queue INFO >87 [367] -2015-03-09 23:52:33 sendUrl INFO 87 [366] R:OK -2015-03-09 23:52:34 sendUrl INFO 87 [367] R:OK -2015-03-09 23:52:35 queue INFO 83 [368] -2015-03-09 23:52:35 queue INFO >83 [369] -2015-03-09 23:52:35 sendUrl INFO 83 [368] R:OK -2015-03-09 23:52:35 sendUrl INFO 83 [369] R:OK -2015-03-09 23:53:25 queue INFO >>83 [370] -2015-03-09 23:53:25 sendUrl INFO 83 [370] R:OK -2015-03-09 23:54:15 queue INFO >>83 [371] -2015-03-09 23:54:15 sendUrl INFO 83 [371] R:OK -2015-03-09 23:55:05 queue INFO >>83 [372] -2015-03-09 23:55:05 sendUrl INFO 83 [372] R:OK -2015-03-09 23:55:55 queue INFO >>83 [373] -2015-03-09 23:55:55 sendUrl INFO 83 [373] R:OK -2015-03-09 23:56:45 queue INFO >>83 [374] -2015-03-09 23:56:46 sendUrl INFO 83 [374] R:OK -2015-03-09 23:57:35 queue INFO >>83 [375] -2015-03-09 23:57:36 sendUrl INFO 83 [375] R:OK -2015-03-09 23:58:26 queue INFO >>83 [376] -2015-03-09 23:58:26 sendUrl INFO 83 [376] R:OK -2015-03-09 23:59:16 queue INFO >>83 [377] -2015-03-09 23:59:16 sendUrl INFO 83 [377] R:OK -2015-03-09 23:59:42 queue INFO 87 [378] -2015-03-09 23:59:43 queue INFO >87 [379] -2015-03-09 23:59:43 sendUrl INFO 87 [378] R:OK -2015-03-09 23:59:43 sendUrl INFO 87 [379] R:OK -2015-03-09 23:59:44 queue INFO 83 [380] -2015-03-09 23:59:44 queue INFO >83 [381] -2015-03-09 23:59:44 sendUrl INFO 83 [380] R:OK -2015-03-09 23:59:45 sendUrl INFO 83 [381] R:OK -2015-03-10 00:00:34 queue INFO >>83 [382] -2015-03-10 00:00:35 sendUrl INFO 83 [382] R:OK -2015-03-10 00:01:24 queue INFO >>83 [383] -2015-03-10 00:01:24 sendUrl INFO 83 [383] R:OK -2015-03-10 00:02:15 queue INFO >>83 [384] -2015-03-10 00:02:15 sendUrl INFO 83 [384] R:OK -2015-03-10 00:03:05 queue INFO >>83 [385] -2015-03-10 00:03:05 sendUrl INFO 83 [385] R:OK -2015-03-10 00:03:55 queue INFO >>83 [386] -2015-03-10 00:03:55 sendUrl INFO 83 [386] R:OK -2015-03-10 00:04:45 queue INFO >>83 [387] -2015-03-10 00:04:45 sendUrl INFO 83 [387] R:OK -2015-03-10 00:05:35 queue INFO >>83 [388] -2015-03-10 00:05:36 sendUrl INFO 83 [388] R:OK -2015-03-10 00:06:25 queue INFO >>83 [389] -2015-03-10 00:06:26 sendUrl INFO 83 [389] R:OK -2015-03-10 00:06:51 queue INFO 87 [390] -2015-03-10 00:06:52 queue INFO >87 [391] -2015-03-10 00:06:52 sendUrl INFO 87 [390] R:OK -2015-03-10 00:06:52 sendUrl INFO 87 [391] R:OK -2015-03-10 00:06:53 queue INFO 83 [392] -2015-03-10 00:06:53 queue INFO >83 [393] -2015-03-10 00:06:53 sendUrl INFO 83 [392] R:OK -2015-03-10 00:06:54 sendUrl INFO 83 [393] R:OK -2015-03-10 00:07:43 queue INFO >>83 [394] -2015-03-10 00:07:44 sendUrl INFO 83 [394] R:OK -2015-03-10 00:08:33 queue INFO >>83 [395] -2015-03-10 00:08:33 sendUrl INFO 83 [395] R:OK -2015-03-10 00:09:23 queue INFO >>83 [396] -2015-03-10 00:09:24 sendUrl INFO 83 [396] R:OK -2015-03-10 00:10:14 queue INFO >>83 [397] -2015-03-10 00:10:14 sendUrl INFO 83 [397] R:OK -2015-03-10 00:11:04 queue INFO >>83 [398] -2015-03-10 00:11:04 sendUrl INFO 83 [398] R:OK -2015-03-10 00:11:54 queue INFO >>83 [399] -2015-03-10 00:11:54 sendUrl INFO 83 [399] R:OK -2015-03-10 00:12:44 queue INFO >>83 [400] -2015-03-10 00:12:45 sendUrl INFO 83 [400] R:OK -2015-03-10 00:13:34 queue INFO >>83 [401] -2015-03-10 00:13:34 sendUrl INFO 83 [401] R:OK -2015-03-10 00:14:00 queue INFO 87 [402] -2015-03-10 00:14:01 queue INFO >87 [403] -2015-03-10 00:14:01 sendUrl INFO 87 [402] R:OK -2015-03-10 00:14:01 sendUrl INFO 87 [403] R:OK -2015-03-10 00:14:02 queue INFO 83 [404] -2015-03-10 00:14:02 queue INFO >83 [405] -2015-03-10 00:14:02 sendUrl INFO 83 [404] R:OK -2015-03-10 00:14:03 sendUrl INFO 83 [405] R:OK -2015-03-10 00:14:52 queue INFO >>83 [406] -2015-03-10 00:14:52 sendUrl INFO 83 [406] R:OK -2015-03-10 00:15:42 queue INFO >>83 [407] -2015-03-10 00:15:43 sendUrl INFO 83 [407] R:OK -2015-03-10 00:16:32 queue INFO >>83 [408] -2015-03-10 00:16:33 sendUrl INFO 83 [408] R:OK -2015-03-10 00:17:23 queue INFO >>83 [409] -2015-03-10 00:17:23 sendUrl INFO 83 [409] R:OK -2015-03-10 00:18:13 queue INFO >>83 [410] -2015-03-10 00:18:13 sendUrl INFO 83 [410] R:OK -2015-03-10 00:19:03 queue INFO >>83 [411] -2015-03-10 00:19:03 sendUrl INFO 83 [411] R:OK -2015-03-10 00:19:53 queue INFO >>83 [412] -2015-03-10 00:19:53 sendUrl INFO 83 [412] R:OK -2015-03-10 00:20:43 queue INFO >>83 [413] -2015-03-10 00:20:43 sendUrl INFO 83 [413] R:OK -2015-03-10 00:21:09 queue INFO 87 [414] -2015-03-10 00:21:09 queue INFO >87 [415] -2015-03-10 00:21:10 sendUrl INFO 87 [414] R:OK -2015-03-10 00:21:10 sendUrl INFO 87 [415] R:OK -2015-03-10 00:21:11 queue INFO 83 [416] -2015-03-10 00:21:11 queue INFO >83 [417] -2015-03-10 00:21:11 sendUrl INFO 83 [416] R:OK -2015-03-10 00:21:12 sendUrl INFO 83 [417] R:OK -2015-03-10 00:22:01 queue INFO >>83 [418] -2015-03-10 00:22:01 sendUrl INFO 83 [418] R:OK -2015-03-10 00:22:51 queue INFO >>83 [419] -2015-03-10 00:22:51 sendUrl INFO 83 [419] R:OK -2015-03-10 00:23:41 queue INFO >>83 [420] -2015-03-10 00:23:42 sendUrl INFO 83 [420] R:OK -2015-03-10 00:24:31 queue INFO >>83 [421] -2015-03-10 00:24:31 sendUrl INFO 83 [421] R:OK -2015-03-10 00:25:21 queue INFO >>83 [422] -2015-03-10 00:25:22 sendUrl INFO 83 [422] R:OK -2015-03-10 00:26:12 queue INFO >>83 [423] -2015-03-10 00:26:12 sendUrl INFO 83 [423] R:OK -2015-03-10 00:27:02 queue INFO >>83 [424] -2015-03-10 00:27:02 sendUrl INFO 83 [424] R:OK -2015-03-10 00:27:52 queue INFO >>83 [425] -2015-03-10 00:27:52 sendUrl INFO 83 [425] R:OK -2015-03-10 00:28:18 queue INFO C7 [426] -2015-03-10 00:28:18 sendUrl INFO C7 [426] R:OK -2015-03-10 00:28:18 queue INFO >C7 [427] -2015-03-10 00:28:18 sendUrl INFO C7 [427] R:OK -2015-03-10 00:28:19 queue INFO C3 [428] -2015-03-10 00:28:20 queue INFO >C3 [429] -2015-03-10 00:28:20 sendUrl INFO C3 [428] R:OK -2015-03-10 00:28:20 sendUrl INFO C3 [429] R:OK -2015-03-10 00:29:10 queue INFO >>C3 [430] -2015-03-10 00:29:10 sendUrl INFO C3 [430] R:OK -2015-03-10 00:30:00 queue INFO >>C3 [431] -2015-03-10 00:30:00 sendUrl INFO C3 [431] R:OK -2015-03-10 00:30:49 queue INFO C1 [432] -2015-03-10 00:30:49 queue INFO >C1 [433] -2015-03-10 00:30:49 sendUrl INFO C1 [432] R:OK -2015-03-10 00:30:50 sendUrl INFO C1 [433] R:OK -2015-03-10 00:31:39 queue INFO >>C1 [434] -2015-03-10 00:31:39 sendUrl INFO C1 [434] R:OK -2015-03-10 00:32:29 queue INFO >>C1 [435] -2015-03-10 00:32:30 sendUrl INFO C1 [435] R:OK -2015-03-10 00:33:19 queue INFO >>C1 [436] -2015-03-10 00:33:20 sendUrl INFO C1 [436] R:OK -2015-03-10 00:34:10 queue INFO >>C1 [437] -2015-03-10 00:34:10 sendUrl INFO C1 [437] R:OK -2015-03-10 00:35:00 queue INFO >>C1 [438] -2015-03-10 00:35:00 sendUrl INFO C1 [438] R:OK -2015-03-10 00:35:50 queue INFO >>C1 [439] -2015-03-10 00:35:50 sendUrl INFO C1 [439] R:OK -2015-03-10 00:36:40 queue INFO >>C1 [440] -2015-03-10 00:36:40 sendUrl INFO C1 [440] R:OK -2015-03-10 00:37:30 queue INFO >>C1 [441] -2015-03-10 00:37:31 sendUrl INFO C1 [441] R:OK -2015-03-10 00:38:20 queue INFO >>C1 [442] -2015-03-10 00:38:20 sendUrl INFO C1 [442] R:OK -2015-03-10 00:39:11 queue INFO >>C1 [443] -2015-03-10 00:39:11 sendUrl INFO C1 [443] R:OK -2015-03-10 00:40:01 queue INFO >>C1 [444] -2015-03-10 00:40:01 sendUrl INFO C1 [444] R:OK -2015-03-10 00:40:51 queue INFO >>C1 [445] -2015-03-10 00:40:51 sendUrl INFO C1 [445] R:OK -2015-03-10 00:41:41 queue INFO >>C1 [446] -2015-03-10 00:41:41 sendUrl INFO C1 [446] R:OK -2015-03-10 00:42:18 queue INFO D9 [447] -2015-03-10 00:42:19 queue INFO >D9 [448] -2015-03-10 00:42:19 sendUrl INFO D9 [447] R:OK -2015-03-10 00:42:19 sendUrl INFO D9 [448] R:OK -2015-03-10 00:42:57 queue INFO C9 [449] -2015-03-10 00:42:58 queue INFO >C9 [450] -2015-03-10 00:42:58 sendUrl INFO C9 [449] R:OK -2015-03-10 00:42:58 sendUrl INFO C9 [450] R:OK -2015-03-10 00:43:01 queue INFO C1 [451] -2015-03-10 00:43:01 queue INFO >C1 [452] -2015-03-10 00:43:01 sendUrl INFO C1 [451] R:OK -2015-03-10 00:43:02 sendUrl INFO C1 [452] R:OK -2015-03-10 00:43:06 queue INFO C3 [453] -2015-03-10 00:43:06 queue INFO >C3 [454] -2015-03-10 00:43:06 sendUrl INFO C3 [453] R:OK -2015-03-10 00:43:07 sendUrl INFO C3 [454] R:OK -2015-03-10 00:43:56 queue INFO >>C3 [455] -2015-03-10 00:43:56 sendUrl INFO C3 [455] R:OK -2015-03-10 00:44:46 queue INFO >>C3 [456] -2015-03-10 00:44:47 sendUrl INFO C3 [456] R:OK -2015-03-10 00:45:36 queue INFO >>C3 [457] -2015-03-10 00:45:36 sendUrl INFO C3 [457] R:OK -2015-03-10 00:46:26 queue INFO >>C3 [458] -2015-03-10 00:46:27 sendUrl INFO C3 [458] R:OK -2015-03-10 00:47:17 queue INFO >>C3 [459] -2015-03-10 00:47:17 sendUrl INFO C3 [459] R:OK -2015-03-10 00:48:07 queue INFO >>C3 [460] -2015-03-10 00:48:07 sendUrl INFO C3 [460] R:OK -2015-03-10 00:48:57 queue INFO >>C3 [461] -2015-03-10 00:48:57 sendUrl INFO C3 [461] R:OK -2015-03-10 00:49:47 queue INFO >>C3 [462] -2015-03-10 00:49:48 sendUrl INFO C3 [462] R:OK -2015-03-10 00:50:07 queue INFO 83 [463] -2015-03-10 00:50:07 queue INFO >83 [464] -2015-03-10 00:50:07 sendUrl INFO 83 [463] R:OK -2015-03-10 00:50:08 sendUrl INFO 83 [464] R:OK -2015-03-10 00:50:09 queue INFO 87 [465] -2015-03-10 00:50:10 queue INFO >87 [466] -2015-03-10 00:50:10 sendUrl INFO 87 [465] R:OK -2015-03-10 00:50:10 sendUrl INFO 87 [466] R:OK -2015-03-10 00:50:11 queue INFO 83 [467] -2015-03-10 00:50:11 queue INFO >83 [468] -2015-03-10 00:50:11 sendUrl INFO 83 [467] R:OK -2015-03-10 00:50:12 sendUrl INFO 83 [468] R:OK -2015-03-10 00:51:01 queue INFO >>83 [469] -2015-03-10 00:51:02 sendUrl INFO 83 [469] R:OK -2015-03-10 00:51:51 queue INFO >>83 [470] -2015-03-10 00:51:51 sendUrl INFO 83 [470] R:OK -2015-03-10 00:52:41 queue INFO >>83 [471] -2015-03-10 00:52:42 sendUrl INFO 83 [471] R:OK -2015-03-10 00:53:32 queue INFO >>83 [472] -2015-03-10 00:53:32 sendUrl INFO 83 [472] R:OK -2015-03-10 00:54:22 queue INFO >>83 [473] -2015-03-10 00:54:22 sendUrl INFO 83 [473] R:OK -2015-03-10 00:55:12 queue INFO >>83 [474] -2015-03-10 00:55:12 sendUrl INFO 83 [474] R:OK -2015-03-10 00:56:02 queue INFO >>83 [475] -2015-03-10 00:56:02 sendUrl INFO 83 [475] R:OK -2015-03-10 00:56:52 queue INFO >>83 [476] -2015-03-10 00:56:53 sendUrl INFO 83 [476] R:OK -2015-03-10 00:57:19 queue INFO 87 [477] -2015-03-10 00:57:19 queue INFO >87 [478] -2015-03-10 00:57:19 sendUrl INFO 87 [477] R:OK -2015-03-10 00:57:20 sendUrl INFO 87 [478] R:OK -2015-03-10 00:57:21 queue INFO 83 [479] -2015-03-10 00:57:21 sendUrl INFO 83 [479] R:OK -2015-03-10 00:57:21 queue INFO >83 [480] -2015-03-10 00:57:21 sendUrl INFO 83 [480] R:OK -2015-03-10 00:58:11 queue INFO >>83 [481] -2015-03-10 00:58:11 sendUrl INFO 83 [481] R:OK -2015-03-10 00:59:01 queue INFO >>83 [482] -2015-03-10 00:59:01 sendUrl INFO 83 [482] R:OK -2015-03-10 00:59:51 queue INFO >>83 [483] -2015-03-10 00:59:51 sendUrl INFO 83 [483] R:OK -2015-03-10 01:00:41 queue INFO >>83 [484] -2015-03-10 01:00:42 sendUrl INFO 83 [484] R:OK -2015-03-10 01:01:31 queue INFO >>83 [485] -2015-03-10 01:01:31 sendUrl INFO 83 [485] R:OK -2015-03-10 01:02:21 queue INFO >>83 [486] -2015-03-10 01:02:22 sendUrl INFO 83 [486] R:OK -2015-03-10 01:03:12 queue INFO >>83 [487] -2015-03-10 01:03:12 sendUrl INFO 83 [487] R:OK -2015-03-10 01:04:02 queue INFO >>83 [488] -2015-03-10 01:04:02 sendUrl INFO 83 [488] R:OK -2015-03-10 01:04:28 queue INFO 87 [489] -2015-03-10 01:04:28 queue INFO >87 [490] -2015-03-10 01:04:28 sendUrl INFO 87 [489] R:OK -2015-03-10 01:04:29 sendUrl INFO 87 [490] R:OK -2015-03-10 01:04:29 queue INFO 83 [491] -2015-03-10 01:04:30 queue INFO >83 [492] -2015-03-10 01:04:30 sendUrl INFO 83 [491] R:OK -2015-03-10 01:04:30 sendUrl INFO 83 [492] R:OK -2015-03-10 01:05:20 queue INFO >>83 [493] -2015-03-10 01:05:20 sendUrl INFO 83 [493] R:OK -2015-03-10 01:06:10 queue INFO >>83 [494] -2015-03-10 01:06:10 sendUrl INFO 83 [494] R:OK -2015-03-10 01:07:00 queue INFO >>83 [495] -2015-03-10 01:07:00 sendUrl INFO 83 [495] R:OK -2015-03-10 01:07:50 queue INFO >>83 [496] -2015-03-10 01:07:50 sendUrl INFO 83 [496] R:OK -2015-03-10 01:08:40 queue INFO >>83 [497] -2015-03-10 01:08:40 sendUrl INFO 83 [497] R:OK -2015-03-10 01:09:30 queue INFO >>83 [498] -2015-03-10 01:09:31 sendUrl INFO 83 [498] R:OK -2015-03-10 01:10:20 queue INFO >>83 [499] -2015-03-10 01:10:21 sendUrl INFO 83 [499] R:OK -2015-03-10 01:11:11 queue INFO >>83 [500] -2015-03-10 01:11:11 sendUrl INFO 83 [500] R:OK -2015-03-10 01:11:37 queue INFO 87 [501] -2015-03-10 01:11:37 queue INFO >87 [502] -2015-03-10 01:11:37 sendUrl INFO 87 [501] R:OK -2015-03-10 01:11:38 sendUrl INFO 87 [502] R:OK -2015-03-10 01:11:38 queue INFO 83 [503] -2015-03-10 01:11:39 queue INFO >83 [504] -2015-03-10 01:11:39 sendUrl INFO 83 [503] R:OK -2015-03-10 01:11:40 sendUrl INFO 83 [504] R:OK -2015-03-10 01:12:29 queue INFO >>83 [505] -2015-03-10 01:12:29 sendUrl INFO 83 [505] R:OK -2015-03-10 01:13:19 queue INFO >>83 [506] -2015-03-10 01:13:19 sendUrl INFO 83 [506] R:OK -2015-03-10 01:14:09 queue INFO >>83 [507] -2015-03-10 01:14:09 sendUrl INFO 83 [507] R:OK -2015-03-10 01:14:59 queue INFO >>83 [508] -2015-03-10 01:14:59 sendUrl INFO 83 [508] R:OK -2015-03-10 01:15:49 queue INFO >>83 [509] -2015-03-10 01:15:50 sendUrl INFO 83 [509] R:OK -2015-03-10 01:16:39 queue INFO >>83 [510] -2015-03-10 01:16:40 sendUrl INFO 83 [510] R:OK -2015-03-10 01:17:29 queue INFO >>83 [511] -2015-03-10 01:17:30 sendUrl INFO 83 [511] R:OK -2015-03-10 01:18:20 queue INFO >>83 [512] -2015-03-10 01:18:20 sendUrl INFO 83 [512] R:OK -2015-03-10 01:18:45 queue INFO 87 [513] -2015-03-10 01:18:46 queue INFO >87 [514] -2015-03-10 01:18:46 sendUrl INFO 87 [513] R:OK -2015-03-10 01:18:46 sendUrl INFO 87 [514] R:OK -2015-03-10 01:18:47 queue INFO 83 [515] -2015-03-10 01:18:47 queue INFO >83 [516] -2015-03-10 01:18:47 sendUrl INFO 83 [515] R:OK -2015-03-10 01:18:48 sendUrl INFO 83 [516] R:OK -2015-03-10 01:19:37 queue INFO >>83 [517] -2015-03-10 01:19:38 sendUrl INFO 83 [517] R:OK -2015-03-10 01:20:27 queue INFO >>83 [518] -2015-03-10 01:20:28 sendUrl INFO 83 [518] R:OK -2015-03-10 01:21:18 queue INFO >>83 [519] -2015-03-10 01:21:18 sendUrl INFO 83 [519] R:OK -2015-03-10 01:22:08 queue INFO >>83 [520] -2015-03-10 01:22:08 sendUrl INFO 83 [520] R:OK -2015-03-10 01:22:58 queue INFO >>83 [521] -2015-03-10 01:22:58 sendUrl INFO 83 [521] R:OK -2015-03-10 01:23:48 queue INFO >>83 [522] -2015-03-10 01:23:48 sendUrl INFO 83 [522] R:OK -2015-03-10 01:24:38 queue INFO >>83 [523] -2015-03-10 01:24:38 sendUrl INFO 83 [523] R:OK -2015-03-10 01:25:28 queue INFO >>83 [524] -2015-03-10 01:25:29 sendUrl INFO 83 [524] R:OK -2015-03-10 01:25:54 queue INFO C7 [525] -2015-03-10 01:25:54 queue INFO >C7 [526] -2015-03-10 01:25:55 sendUrl INFO C7 [525] R:OK -2015-03-10 01:25:55 sendUrl INFO C7 [526] R:OK -2015-03-10 01:25:56 queue INFO C3 [527] -2015-03-10 01:25:56 queue INFO >C3 [528] -2015-03-10 01:25:56 sendUrl INFO C3 [527] R:OK -2015-03-10 01:25:57 sendUrl INFO C3 [528] R:OK -2015-03-10 01:26:46 queue INFO >>C3 [529] -2015-03-10 01:26:46 sendUrl INFO C3 [529] R:OK -2015-03-10 01:27:36 queue INFO >>C3 [530] -2015-03-10 01:27:36 sendUrl INFO C3 [530] R:OK -2015-03-10 01:28:26 queue INFO >>C3 [531] -2015-03-10 01:28:27 sendUrl INFO C3 [531] R:OK -2015-03-10 01:29:16 queue INFO >>C3 [532] -2015-03-10 01:29:17 sendUrl INFO C3 [532] R:OK -2015-03-10 01:30:07 queue INFO >>C3 [533] -2015-03-10 01:30:07 sendUrl INFO C3 [533] R:OK -2015-03-10 01:30:57 queue INFO >>C3 [534] -2015-03-10 01:30:57 sendUrl INFO C3 [534] R:OK -2015-03-10 01:31:47 queue INFO >>C3 [535] -2015-03-10 01:31:47 sendUrl INFO C3 [535] R:OK -2015-03-10 01:32:37 queue INFO >>C3 [536] -2015-03-10 01:32:38 sendUrl INFO C3 [536] R:OK -2015-03-10 01:33:01 queue INFO 83 [537] -2015-03-10 01:33:01 sendUrl INFO 83 [537] R:OK -2015-03-10 01:33:01 queue INFO >83 [538] -2015-03-10 01:33:01 sendUrl INFO 83 [538] R:OK -2015-03-10 01:33:03 queue INFO 87 [539] -2015-03-10 01:33:03 queue INFO >87 [540] -2015-03-10 01:33:04 sendUrl INFO 87 [539] R:OK -2015-03-10 01:33:04 sendUrl INFO 87 [540] R:OK -2015-03-10 01:33:05 queue INFO 83 [541] -2015-03-10 01:33:05 queue INFO >83 [542] -2015-03-10 01:33:05 sendUrl INFO 83 [541] R:OK -2015-03-10 01:33:06 sendUrl INFO 83 [542] R:OK -2015-03-10 01:33:55 queue INFO >>83 [543] -2015-03-10 01:33:55 sendUrl INFO 83 [543] R:OK -2015-03-10 01:34:45 queue INFO >>83 [544] -2015-03-10 01:34:45 sendUrl INFO 83 [544] R:OK -2015-03-10 01:35:35 queue INFO >>83 [545] -2015-03-10 01:35:36 sendUrl INFO 83 [545] R:OK -2015-03-10 01:36:25 queue INFO >>83 [546] -2015-03-10 01:36:26 sendUrl INFO 83 [546] R:OK -2015-03-10 01:37:16 queue INFO >>83 [547] -2015-03-10 01:37:16 sendUrl INFO 83 [547] R:OK -2015-03-10 01:38:06 queue INFO >>83 [548] -2015-03-10 01:38:06 sendUrl INFO 83 [548] R:OK -2015-03-10 01:38:56 queue INFO >>83 [549] -2015-03-10 01:38:56 sendUrl INFO 83 [549] R:OK -2015-03-10 01:39:46 queue INFO >>83 [550] -2015-03-10 01:39:46 sendUrl INFO 83 [550] R:OK -2015-03-10 01:40:12 queue INFO 87 [551] -2015-03-10 01:40:13 sendUrl INFO 87 [551] R:OK -2015-03-10 01:40:13 queue INFO >87 [552] -2015-03-10 01:40:13 sendUrl INFO 87 [552] R:OK -2015-03-10 01:40:14 queue INFO 83 [553] -2015-03-10 01:40:14 queue INFO >83 [554] -2015-03-10 01:40:15 sendUrl INFO 83 [553] R:OK -2015-03-10 01:40:15 sendUrl INFO 83 [554] R:OK -2015-03-10 01:41:04 queue INFO >>83 [555] -2015-03-10 01:41:04 sendUrl INFO 83 [555] R:OK -2015-03-10 01:41:54 queue INFO >>83 [556] -2015-03-10 01:41:55 sendUrl INFO 83 [556] R:OK -2015-03-10 01:42:45 queue INFO >>83 [557] -2015-03-10 01:42:45 sendUrl INFO 83 [557] R:OK -2015-03-10 01:43:35 queue INFO >>83 [558] -2015-03-10 01:43:35 sendUrl INFO 83 [558] R:OK -2015-03-10 01:44:25 queue INFO >>83 [559] -2015-03-10 01:44:25 sendUrl INFO 83 [559] R:OK -2015-03-10 01:45:15 queue INFO >>83 [560] -2015-03-10 01:45:15 sendUrl INFO 83 [560] R:OK -2015-03-10 01:46:05 queue INFO >>83 [561] -2015-03-10 01:46:05 sendUrl INFO 83 [561] R:OK -2015-03-10 01:46:55 queue INFO >>83 [562] -2015-03-10 01:46:56 sendUrl INFO 83 [562] R:OK -2015-03-10 01:47:22 queue INFO 87 [563] -2015-03-10 01:47:22 queue INFO >87 [564] -2015-03-10 01:47:22 sendUrl INFO 87 [563] R:OK -2015-03-10 01:47:23 sendUrl INFO 87 [564] R:OK -2015-03-10 01:47:23 queue INFO 83 [565] -2015-03-10 01:47:23 queue INFO >83 [566] -2015-03-10 01:47:24 sendUrl INFO 83 [565] R:OK -2015-03-10 01:47:24 sendUrl INFO 83 [566] R:OK -2015-03-10 01:48:13 queue INFO >>83 [567] -2015-03-10 01:48:14 sendUrl INFO 83 [567] R:OK -2015-03-10 01:49:03 queue INFO >>83 [568] -2015-03-10 01:49:04 sendUrl INFO 83 [568] R:OK -2015-03-10 01:49:54 queue INFO >>83 [569] -2015-03-10 01:49:54 sendUrl INFO 83 [569] R:OK -2015-03-10 01:50:44 queue INFO >>83 [570] -2015-03-10 01:50:44 sendUrl INFO 83 [570] R:OK -2015-03-10 01:51:34 queue INFO >>83 [571] -2015-03-10 01:51:34 sendUrl INFO 83 [571] R:OK -2015-03-10 01:52:24 queue INFO >>83 [572] -2015-03-10 01:52:25 sendUrl INFO 83 [572] R:OK -2015-03-10 01:53:06 queue INFO 81 [573] -2015-03-10 01:53:06 queue INFO >81 [574] -2015-03-10 01:53:06 sendUrl INFO 81 [573] R:OK -2015-03-10 01:53:06 sendUrl INFO 81 [574] R:OK -2015-03-10 01:53:56 queue INFO >>81 [575] -2015-03-10 01:53:56 sendUrl INFO 81 [575] R:OK -2015-03-10 01:54:46 queue INFO >>81 [576] -2015-03-10 01:54:46 sendUrl INFO 81 [576] R:OK -2015-03-10 01:55:36 queue INFO >>81 [577] -2015-03-10 01:55:36 sendUrl INFO 81 [577] R:OK -2015-03-10 01:56:15 queue INFO 99 [578] -2015-03-10 01:56:16 queue INFO >99 [579] -2015-03-10 01:56:16 sendUrl INFO 99 [578] R:OK -2015-03-10 01:56:16 sendUrl INFO 99 [579] R:OK -2015-03-10 01:57:06 queue INFO >>99 [580] -2015-03-10 01:57:06 sendUrl INFO 99 [580] R:OK -2015-03-10 01:57:56 queue INFO >>99 [581] -2015-03-10 01:57:56 sendUrl INFO 99 [581] R:OK -2015-03-10 01:58:46 queue INFO >>99 [582] -2015-03-10 01:58:46 sendUrl INFO 99 [582] R:OK -2015-03-10 01:59:36 queue INFO >>99 [583] -2015-03-10 01:59:36 sendUrl INFO 99 [583] R:OK -2015-03-10 02:00:26 queue INFO >>99 [584] -2015-03-10 02:00:26 sendUrl INFO 99 [584] R:OK -2015-03-10 02:01:16 queue INFO >>99 [585] -2015-03-10 02:01:17 sendUrl INFO 99 [585] R:OK -2015-03-10 02:02:06 queue INFO >>99 [586] -2015-03-10 02:02:07 sendUrl INFO 99 [586] R:OK -2015-03-10 02:02:57 queue INFO >>99 [587] -2015-03-10 02:02:57 sendUrl INFO 99 [587] R:OK -2015-03-10 02:03:13 queue INFO 89 [588] -2015-03-10 02:03:14 queue INFO >89 [589] -2015-03-10 02:03:14 sendUrl INFO 89 [588] R:OK -2015-03-10 02:03:14 sendUrl INFO 89 [589] R:OK -2015-03-10 02:03:17 queue INFO 81 [590] -2015-03-10 02:03:17 queue INFO >81 [591] -2015-03-10 02:03:18 sendUrl INFO 81 [590] R:OK -2015-03-10 02:03:18 sendUrl INFO 81 [591] R:OK -2015-03-10 02:03:23 queue INFO 83 [592] -2015-03-10 02:03:23 sendUrl INFO 83 [592] R:OK -2015-03-10 02:03:23 queue INFO >83 [593] -2015-03-10 02:03:24 sendUrl INFO 83 [593] R:OK -2015-03-10 02:03:52 queue INFO 87 [594] -2015-03-10 02:03:52 queue INFO >87 [595] -2015-03-10 02:03:52 sendUrl INFO 87 [594] R:OK -2015-03-10 02:03:53 sendUrl INFO 87 [595] R:OK -2015-03-10 02:03:54 queue INFO 83 [596] -2015-03-10 02:03:54 sendUrl INFO 83 [596] R:OK -2015-03-10 02:03:54 queue INFO >83 [597] -2015-03-10 02:03:54 sendUrl INFO 83 [597] R:OK -2015-03-10 02:04:44 queue INFO >>83 [598] -2015-03-10 02:04:44 sendUrl INFO 83 [598] R:OK -2015-03-10 02:05:34 queue INFO >>83 [599] -2015-03-10 02:05:34 sendUrl INFO 83 [599] R:OK -2015-03-10 02:06:24 queue INFO >>83 [600] -2015-03-10 02:06:24 sendUrl INFO 83 [600] R:OK -2015-03-10 02:07:14 queue INFO >>83 [601] -2015-03-10 02:07:15 sendUrl INFO 83 [601] R:OK -2015-03-10 02:08:04 queue INFO >>83 [602] -2015-03-10 02:08:04 sendUrl INFO 83 [602] R:OK -2015-03-10 02:08:54 queue INFO >>83 [603] -2015-03-10 02:08:55 sendUrl INFO 83 [603] R:OK -2015-03-10 02:09:45 queue INFO >>83 [604] -2015-03-10 02:09:45 sendUrl INFO 83 [604] R:OK -2015-03-10 02:10:35 queue INFO >>83 [605] -2015-03-10 02:10:35 sendUrl INFO 83 [605] R:OK -2015-03-10 02:11:01 queue INFO 87 [606] -2015-03-10 02:11:01 queue INFO >87 [607] -2015-03-10 02:11:01 sendUrl INFO 87 [606] R:OK -2015-03-10 02:11:02 sendUrl INFO 87 [607] R:OK -2015-03-10 02:11:03 queue INFO 83 [608] -2015-03-10 02:11:03 sendUrl INFO 83 [608] R:OK -2015-03-10 02:11:03 queue INFO >83 [609] -2015-03-10 02:11:03 sendUrl INFO 83 [609] R:OK -2015-03-10 02:11:53 queue INFO >>83 [610] -2015-03-10 02:11:53 sendUrl INFO 83 [610] R:OK -2015-03-10 02:12:43 queue INFO >>83 [611] -2015-03-10 02:12:43 sendUrl INFO 83 [611] R:OK -2015-03-10 02:13:33 queue INFO >>83 [612] -2015-03-10 02:13:33 sendUrl INFO 83 [612] R:OK -2015-03-10 02:14:23 queue INFO >>83 [613] -2015-03-10 02:14:24 sendUrl INFO 83 [613] R:OK -2015-03-10 02:15:13 queue INFO >>83 [614] -2015-03-10 02:15:14 sendUrl INFO 83 [614] R:OK -2015-03-10 02:16:03 queue INFO >>83 [615] -2015-03-10 02:16:04 sendUrl INFO 83 [615] R:OK -2015-03-10 02:16:54 queue INFO >>83 [616] -2015-03-10 02:16:54 sendUrl INFO 83 [616] R:OK -2015-03-10 02:17:44 queue INFO >>83 [617] -2015-03-10 02:17:44 sendUrl INFO 83 [617] R:OK -2015-03-10 02:18:10 queue INFO 87 [618] -2015-03-10 02:18:10 queue INFO >87 [619] -2015-03-10 02:18:10 sendUrl INFO 87 [618] R:OK -2015-03-10 02:18:11 sendUrl INFO 87 [619] R:OK -2015-03-10 02:18:11 queue INFO 83 [620] -2015-03-10 02:18:12 queue INFO >83 [621] -2015-03-10 02:18:12 sendUrl INFO 83 [620] R:OK -2015-03-10 02:18:13 sendUrl INFO 83 [621] R:OK -2015-03-10 02:19:02 queue INFO >>83 [622] -2015-03-10 02:19:02 sendUrl INFO 83 [622] R:OK -2015-03-10 02:19:52 queue INFO >>83 [623] -2015-03-10 02:19:52 sendUrl INFO 83 [623] R:OK -2015-03-10 02:20:42 queue INFO >>83 [624] -2015-03-10 02:20:42 sendUrl INFO 83 [624] R:OK -2015-03-10 02:21:32 queue INFO >>83 [625] -2015-03-10 02:21:32 sendUrl INFO 83 [625] R:OK -2015-03-10 02:22:22 queue INFO >>83 [626] -2015-03-10 02:22:23 sendUrl INFO 83 [626] R:OK -2015-03-10 02:23:12 queue INFO >>83 [627] -2015-03-10 02:23:13 sendUrl INFO 83 [627] R:OK -2015-03-10 02:24:03 queue INFO >>83 [628] -2015-03-10 02:24:03 sendUrl INFO 83 [628] R:OK -2015-03-10 02:24:53 queue INFO >>83 [629] -2015-03-10 02:24:53 sendUrl INFO 83 [629] R:OK -2015-03-10 02:25:19 queue INFO 87 [630] -2015-03-10 02:25:19 queue INFO >87 [631] -2015-03-10 02:25:19 sendUrl INFO 87 [630] R:OK -2015-03-10 02:25:19 sendUrl INFO 87 [631] R:OK -2015-03-10 02:25:20 queue INFO 83 [632] -2015-03-10 02:25:20 queue INFO >83 [633] -2015-03-10 02:25:20 sendUrl INFO 83 [632] R:OK -2015-03-10 02:25:21 sendUrl INFO 83 [633] R:OK -2015-03-10 02:26:10 queue INFO >>83 [634] -2015-03-10 02:26:11 sendUrl INFO 83 [634] R:OK -2015-03-10 02:27:01 queue INFO >>83 [635] -2015-03-10 02:27:01 sendUrl INFO 83 [635] R:OK -2015-03-10 02:27:51 queue INFO >>83 [636] -2015-03-10 02:27:51 sendUrl INFO 83 [636] R:OK -2015-03-10 02:28:41 queue INFO >>83 [637] -2015-03-10 02:28:41 sendUrl INFO 83 [637] R:OK -2015-03-10 02:29:31 queue INFO >>83 [638] -2015-03-10 02:29:31 sendUrl INFO 83 [638] R:OK -2015-03-10 02:30:21 queue INFO >>83 [639] -2015-03-10 02:30:21 sendUrl INFO 83 [639] R:OK -2015-03-10 02:31:11 queue INFO >>83 [640] -2015-03-10 02:31:12 sendUrl INFO 83 [640] R:OK -2015-03-10 02:32:01 queue INFO >>83 [641] -2015-03-10 02:32:02 sendUrl INFO 83 [641] R:OK -2015-03-10 02:32:27 queue INFO C7 [642] -2015-03-10 02:32:28 queue INFO >C7 [643] -2015-03-10 02:32:28 sendUrl INFO C7 [642] R:OK -2015-03-10 02:32:28 sendUrl INFO C7 [643] R:OK -2015-03-10 02:32:29 queue INFO C3 [644] -2015-03-10 02:32:29 queue INFO >C3 [645] -2015-03-10 02:32:29 sendUrl INFO C3 [644] R:OK -2015-03-10 02:32:30 sendUrl INFO C3 [645] R:OK -2015-03-10 02:33:19 queue INFO >>C3 [646] -2015-03-10 02:33:19 sendUrl INFO C3 [646] R:OK -2015-03-10 02:34:09 queue INFO >>C3 [647] -2015-03-10 02:34:10 sendUrl INFO C3 [647] R:OK -2015-03-10 02:34:59 queue INFO >>C3 [648] -2015-03-10 02:35:00 sendUrl INFO C3 [648] R:OK -2015-03-10 02:35:49 queue INFO >>C3 [649] -2015-03-10 02:35:50 sendUrl INFO C3 [649] R:OK -2015-03-10 02:36:40 queue INFO >>C3 [650] -2015-03-10 02:36:40 sendUrl INFO C3 [650] R:OK -2015-03-10 02:37:30 queue INFO >>C3 [651] -2015-03-10 02:37:30 sendUrl INFO C3 [651] R:OK -2015-03-10 02:38:20 queue INFO >>C3 [652] -2015-03-10 02:38:20 sendUrl INFO C3 [652] R:OK -2015-03-10 02:39:10 queue INFO >>C3 [653] -2015-03-10 02:39:10 sendUrl INFO C3 [653] R:OK -2015-03-10 02:39:33 queue INFO 83 [654] -2015-03-10 02:39:34 queue INFO >83 [655] -2015-03-10 02:39:34 sendUrl INFO 83 [654] R:OK -2015-03-10 02:39:34 sendUrl INFO 83 [655] R:OK -2015-03-10 02:39:36 queue INFO 87 [656] -2015-03-10 02:39:36 queue INFO >87 [657] -2015-03-10 02:39:36 sendUrl INFO 87 [656] R:OK -2015-03-10 02:39:37 sendUrl INFO 87 [657] R:OK -2015-03-10 02:39:38 queue INFO 83 [658] -2015-03-10 02:39:38 sendUrl INFO 83 [658] R:OK -2015-03-10 02:39:38 queue INFO >83 [659] -2015-03-10 02:39:38 sendUrl INFO 83 [659] R:OK -2015-03-10 02:40:28 queue INFO >>83 [660] -2015-03-10 02:40:28 sendUrl INFO 83 [660] R:OK -2015-03-10 02:41:18 queue INFO >>83 [661] -2015-03-10 02:41:18 sendUrl INFO 83 [661] R:OK -2015-03-10 02:42:08 queue INFO >>83 [662] -2015-03-10 02:42:08 sendUrl INFO 83 [662] R:OK -2015-03-10 02:42:58 queue INFO >>83 [663] -2015-03-10 02:42:59 sendUrl INFO 83 [663] R:OK -2015-03-10 02:43:48 queue INFO >>83 [664] -2015-03-10 02:43:49 sendUrl INFO 83 [664] R:OK -2015-03-10 02:44:39 queue INFO >>83 [665] -2015-03-10 02:44:39 sendUrl INFO 83 [665] R:OK -2015-03-10 02:45:29 queue INFO >>83 [666] -2015-03-10 02:45:29 sendUrl INFO 83 [666] R:OK -2015-03-10 02:46:19 queue INFO >>83 [667] -2015-03-10 02:46:19 sendUrl INFO 83 [667] R:OK -2015-03-10 02:46:46 queue INFO 87 [668] -2015-03-10 02:46:46 sendUrl INFO 87 [668] R:OK -2015-03-10 02:46:46 queue INFO >87 [669] -2015-03-10 02:46:46 sendUrl INFO 87 [669] R:OK -2015-03-10 02:46:47 queue INFO 83 [670] -2015-03-10 02:46:47 queue INFO >83 [671] -2015-03-10 02:46:48 sendUrl INFO 83 [670] R:OK -2015-03-10 02:46:48 sendUrl INFO 83 [671] R:OK -2015-03-10 02:47:37 queue INFO >>83 [672] -2015-03-10 02:47:38 sendUrl INFO 83 [672] R:OK -2015-03-10 02:48:27 queue INFO >>83 [673] -2015-03-10 02:48:28 sendUrl INFO 83 [673] R:OK -2015-03-10 02:49:18 queue INFO >>83 [674] -2015-03-10 02:49:18 sendUrl INFO 83 [674] R:OK -2015-03-10 02:50:08 queue INFO >>83 [675] -2015-03-10 02:50:08 sendUrl INFO 83 [675] R:OK -2015-03-10 02:50:58 queue INFO >>83 [676] -2015-03-10 02:50:58 sendUrl INFO 83 [676] R:OK -2015-03-10 02:51:48 queue INFO >>83 [677] -2015-03-10 02:51:48 sendUrl INFO 83 [677] R:OK -2015-03-10 02:52:38 queue INFO >>83 [678] -2015-03-10 02:52:39 sendUrl INFO 83 [678] R:OK -2015-03-10 02:53:28 queue INFO >>83 [679] -2015-03-10 02:53:28 sendUrl INFO 83 [679] R:OK -2015-03-10 02:53:55 queue INFO 87 [680] -2015-03-10 02:53:55 queue INFO >87 [681] -2015-03-10 02:53:55 sendUrl INFO 87 [680] R:OK -2015-03-10 02:53:56 sendUrl INFO 87 [681] R:OK -2015-03-10 02:53:56 queue INFO 83 [682] -2015-03-10 02:53:56 queue INFO >83 [683] -2015-03-10 02:53:57 sendUrl INFO 83 [682] R:OK -2015-03-10 02:53:57 sendUrl INFO 83 [683] R:OK -2015-03-10 02:54:46 queue INFO >>83 [684] -2015-03-10 02:54:46 sendUrl INFO 83 [684] R:OK -2015-03-10 02:55:36 queue INFO >>83 [685] -2015-03-10 02:55:37 sendUrl INFO 83 [685] R:OK -2015-03-10 02:56:27 queue INFO >>83 [686] -2015-03-10 02:56:27 sendUrl INFO 83 [686] R:OK -2015-03-10 02:57:17 queue INFO >>83 [687] -2015-03-10 02:57:17 sendUrl INFO 83 [687] R:OK -2015-03-10 02:58:07 queue INFO >>83 [688] -2015-03-10 02:58:07 sendUrl INFO 83 [688] R:OK -2015-03-10 02:58:57 queue INFO >>83 [689] -2015-03-10 02:58:57 sendUrl INFO 83 [689] R:OK -2015-03-10 02:59:47 queue INFO >>83 [690] -2015-03-10 02:59:47 sendUrl INFO 83 [690] R:OK -2015-03-10 03:00:37 queue INFO >>83 [691] -2015-03-10 03:00:38 sendUrl INFO 83 [691] R:OK -2015-03-10 03:01:03 queue INFO 87 [692] -2015-03-10 03:01:04 queue INFO >87 [693] -2015-03-10 03:01:04 sendUrl INFO 87 [692] R:OK -2015-03-10 03:01:04 sendUrl INFO 87 [693] R:OK -2015-03-10 03:01:05 queue INFO 83 [694] -2015-03-10 03:01:05 queue INFO >83 [695] -2015-03-10 03:01:06 sendUrl INFO 83 [694] R:OK -2015-03-10 03:01:06 sendUrl INFO 83 [695] R:OK -2015-03-10 03:01:55 queue INFO >>83 [696] -2015-03-10 03:01:55 sendUrl INFO 83 [696] R:OK -2015-03-10 03:02:45 queue INFO >>83 [697] -2015-03-10 03:02:46 sendUrl INFO 83 [697] R:OK -2015-03-10 03:03:35 queue INFO >>83 [698] -2015-03-10 03:03:36 sendUrl INFO 83 [698] R:OK -2015-03-10 03:04:26 queue INFO >>83 [699] -2015-03-10 03:04:26 sendUrl INFO 83 [699] R:OK -2015-03-10 03:05:16 queue INFO >>83 [700] -2015-03-10 03:05:16 sendUrl INFO 83 [700] R:OK -2015-03-10 03:06:06 queue INFO >>83 [701] -2015-03-10 03:06:06 sendUrl INFO 83 [701] R:OK -2015-03-10 03:06:56 queue INFO >>83 [702] -2015-03-10 03:06:56 sendUrl INFO 83 [702] R:OK -2015-03-10 03:07:46 queue INFO >>83 [703] -2015-03-10 03:07:47 sendUrl INFO 83 [703] R:OK -2015-03-10 03:08:12 queue INFO 87 [704] -2015-03-10 03:08:13 queue INFO >87 [705] -2015-03-10 03:08:13 sendUrl INFO 87 [704] R:OK -2015-03-10 03:08:13 sendUrl INFO 87 [705] R:OK -2015-03-10 03:08:14 queue INFO 83 [706] -2015-03-10 03:08:14 queue INFO >83 [707] -2015-03-10 03:08:14 sendUrl INFO 83 [706] R:OK -2015-03-10 03:08:15 sendUrl INFO 83 [707] R:OK -2015-03-10 03:09:04 queue INFO >>83 [708] -2015-03-10 03:09:04 sendUrl INFO 83 [708] R:OK -2015-03-10 03:09:54 queue INFO >>83 [709] -2015-03-10 03:09:55 sendUrl INFO 83 [709] R:OK -2015-03-10 03:10:44 queue INFO >>83 [710] -2015-03-10 03:10:45 sendUrl INFO 83 [710] R:OK -2015-03-10 03:11:35 queue INFO >>83 [711] -2015-03-10 03:11:35 sendUrl INFO 83 [711] R:OK -2015-03-10 03:12:25 queue INFO >>83 [712] -2015-03-10 03:12:25 sendUrl INFO 83 [712] R:OK -2015-03-10 03:13:15 queue INFO >>83 [713] -2015-03-10 03:13:15 sendUrl INFO 83 [713] R:OK -2015-03-10 03:14:05 queue INFO >>83 [714] -2015-03-10 03:14:05 sendUrl INFO 83 [714] R:OK -2015-03-10 03:14:55 queue INFO >>83 [715] -2015-03-10 03:14:56 sendUrl INFO 83 [715] R:OK -2015-03-10 03:15:21 queue INFO C7 [716] -2015-03-10 03:15:21 queue INFO >C7 [717] -2015-03-10 03:15:21 sendUrl INFO C7 [716] R:OK -2015-03-10 03:15:22 sendUrl INFO C7 [717] R:OK -2015-03-10 03:15:22 queue INFO C3 [718] -2015-03-10 03:15:23 queue INFO >C3 [719] -2015-03-10 03:15:23 sendUrl INFO C3 [718] R:OK -2015-03-10 03:15:23 sendUrl INFO C3 [719] R:OK -2015-03-10 03:16:13 queue INFO >>C3 [720] -2015-03-10 03:16:13 sendUrl INFO C3 [720] R:OK -2015-03-10 03:17:03 queue INFO >>C3 [721] -2015-03-10 03:17:03 sendUrl INFO C3 [721] R:OK -2015-03-10 03:17:53 queue INFO >>C3 [722] -2015-03-10 03:17:53 sendUrl INFO C3 [722] R:OK -2015-03-10 03:18:43 queue INFO >>C3 [723] -2015-03-10 03:18:44 sendUrl INFO C3 [723] R:OK -2015-03-10 03:19:33 queue INFO >>C3 [724] -2015-03-10 03:19:33 sendUrl INFO C3 [724] R:OK -2015-03-10 03:20:23 queue INFO >>C3 [725] -2015-03-10 03:20:24 sendUrl INFO C3 [725] R:OK -2015-03-10 03:21:14 queue INFO >>C3 [726] -2015-03-10 03:21:14 sendUrl INFO C3 [726] R:OK -2015-03-10 03:22:04 queue INFO >>C3 [727] -2015-03-10 03:22:04 sendUrl INFO C3 [727] R:OK -2015-03-10 03:22:27 queue INFO 83 [728] -2015-03-10 03:22:27 queue INFO >83 [729] -2015-03-10 03:22:28 sendUrl INFO 83 [728] R:OK -2015-03-10 03:22:28 sendUrl INFO 83 [729] R:OK -2015-03-10 03:22:30 queue INFO 87 [730] -2015-03-10 03:22:30 queue INFO >87 [731] -2015-03-10 03:22:30 sendUrl INFO 87 [730] R:OK -2015-03-10 03:22:31 sendUrl INFO 87 [731] R:OK -2015-03-10 03:22:31 queue INFO 83 [732] -2015-03-10 03:22:32 queue INFO >83 [733] -2015-03-10 03:22:32 sendUrl INFO 83 [732] R:OK -2015-03-10 03:22:32 sendUrl INFO 83 [733] R:OK -2015-03-10 03:23:22 queue INFO >>83 [734] -2015-03-10 03:23:22 sendUrl INFO 83 [734] R:OK -2015-03-10 03:24:12 queue INFO >>83 [735] -2015-03-10 03:24:12 sendUrl INFO 83 [735] R:OK -2015-03-10 03:25:02 queue INFO >>83 [736] -2015-03-10 03:25:02 sendUrl INFO 83 [736] R:OK -2015-03-10 03:25:52 queue INFO >>83 [737] -2015-03-10 03:25:53 sendUrl INFO 83 [737] R:OK -2015-03-10 03:26:42 queue INFO >>83 [738] -2015-03-10 03:26:42 sendUrl INFO 83 [738] R:OK -2015-03-10 03:27:32 queue INFO >>83 [739] -2015-03-10 03:27:33 sendUrl INFO 83 [739] R:OK -2015-03-10 03:28:22 queue INFO >>83 [740] -2015-03-10 03:28:23 sendUrl INFO 83 [740] R:OK -2015-03-10 03:29:13 queue INFO >>83 [741] -2015-03-10 03:29:13 sendUrl INFO 83 [741] R:OK -2015-03-10 03:29:39 queue INFO 87 [742] -2015-03-10 03:29:39 queue INFO >87 [743] -2015-03-10 03:29:40 sendUrl INFO 87 [742] R:OK -2015-03-10 03:29:40 sendUrl INFO 87 [743] R:OK -2015-03-10 03:29:41 queue INFO 83 [744] -2015-03-10 03:29:41 queue INFO >83 [745] -2015-03-10 03:29:41 sendUrl INFO 83 [744] R:OK -2015-03-10 03:29:42 sendUrl INFO 83 [745] R:OK -2015-03-10 03:30:31 queue INFO >>83 [746] -2015-03-10 03:30:31 sendUrl INFO 83 [746] R:OK -2015-03-10 03:31:21 queue INFO >>83 [747] -2015-03-10 03:31:22 sendUrl INFO 83 [747] R:OK -2015-03-10 03:32:11 queue INFO >>83 [748] -2015-03-10 03:32:12 sendUrl INFO 83 [748] R:OK -2015-03-10 03:33:02 queue INFO >>83 [749] -2015-03-10 03:33:02 sendUrl INFO 83 [749] R:OK -2015-03-10 03:33:52 queue INFO >>83 [750] -2015-03-10 03:33:52 sendUrl INFO 83 [750] R:OK -2015-03-10 03:34:42 queue INFO >>83 [751] -2015-03-10 03:34:42 sendUrl INFO 83 [751] R:OK -2015-03-10 03:35:32 queue INFO >>83 [752] -2015-03-10 03:35:32 sendUrl INFO 83 [752] R:OK -2015-03-10 03:36:22 queue INFO >>83 [753] -2015-03-10 03:36:22 sendUrl INFO 83 [753] R:OK -2015-03-10 03:36:48 queue INFO 87 [754] -2015-03-10 03:36:48 queue INFO >87 [755] -2015-03-10 03:36:49 sendUrl INFO 87 [754] R:OK -2015-03-10 03:36:49 sendUrl INFO 87 [755] R:OK -2015-03-10 03:36:50 queue INFO 83 [756] -2015-03-10 03:36:50 queue INFO >83 [757] -2015-03-10 03:36:50 sendUrl INFO 83 [756] R:OK -2015-03-10 03:36:50 sendUrl INFO 83 [757] R:OK -2015-03-10 03:37:40 queue INFO >>83 [758] -2015-03-10 03:37:40 sendUrl INFO 83 [758] R:OK -2015-03-10 03:38:30 queue INFO >>83 [759] -2015-03-10 03:38:31 sendUrl INFO 83 [759] R:OK -2015-03-10 03:39:20 queue INFO >>83 [760] -2015-03-10 03:39:21 sendUrl INFO 83 [760] R:OK -2015-03-10 03:40:10 queue INFO >>83 [761] -2015-03-10 03:40:11 sendUrl INFO 83 [761] R:OK -2015-03-10 03:41:01 queue INFO >>83 [762] -2015-03-10 03:41:01 sendUrl INFO 83 [762] R:OK -2015-03-10 03:41:51 queue INFO >>83 [763] -2015-03-10 03:41:51 sendUrl INFO 83 [763] R:OK -2015-03-10 03:42:41 queue INFO >>83 [764] -2015-03-10 03:42:41 sendUrl INFO 83 [764] R:OK -2015-03-10 03:43:31 queue INFO >>83 [765] -2015-03-10 03:43:31 sendUrl INFO 83 [765] R:OK -2015-03-10 03:43:57 queue INFO 87 [766] -2015-03-10 03:43:57 queue INFO >87 [767] -2015-03-10 03:43:57 sendUrl INFO 87 [766] R:OK -2015-03-10 03:43:58 sendUrl INFO 87 [767] R:OK -2015-03-10 03:43:59 queue INFO 83 [768] -2015-03-10 03:43:59 queue INFO >83 [769] -2015-03-10 03:43:59 sendUrl INFO 83 [768] R:OK -2015-03-10 03:43:59 sendUrl INFO 83 [769] R:OK -2015-03-10 03:44:49 queue INFO >>83 [770] -2015-03-10 03:44:49 sendUrl INFO 83 [770] R:OK -2015-03-10 03:45:39 queue INFO >>83 [771] -2015-03-10 03:45:40 sendUrl INFO 83 [771] R:OK -2015-03-10 03:46:29 queue INFO >>83 [772] -2015-03-10 03:46:29 sendUrl INFO 83 [772] R:OK -2015-03-10 03:47:19 queue INFO >>83 [773] -2015-03-10 03:47:20 sendUrl INFO 83 [773] R:OK -2015-03-10 03:48:09 queue INFO >>83 [774] -2015-03-10 03:48:10 sendUrl INFO 83 [774] R:OK -2015-03-10 03:49:00 queue INFO >>83 [775] -2015-03-10 03:49:00 sendUrl INFO 83 [775] R:OK -2015-03-10 03:49:50 queue INFO >>83 [776] -2015-03-10 03:49:50 sendUrl INFO 83 [776] R:OK -2015-03-10 03:50:40 queue INFO >>83 [777] -2015-03-10 03:50:40 sendUrl INFO 83 [777] R:OK -2015-03-10 03:51:06 queue INFO 87 [778] -2015-03-10 03:51:06 queue INFO >87 [779] -2015-03-10 03:51:06 sendUrl INFO 87 [778] R:OK -2015-03-10 03:51:07 sendUrl INFO 87 [779] R:OK -2015-03-10 03:51:07 queue INFO 83 [780] -2015-03-10 03:51:08 queue INFO >83 [781] -2015-03-10 03:51:08 sendUrl INFO 83 [780] R:OK -2015-03-10 03:51:08 sendUrl INFO 83 [781] R:OK -2015-03-10 03:51:58 queue INFO >>83 [782] -2015-03-10 03:51:58 sendUrl INFO 83 [782] R:OK -2015-03-10 03:52:48 queue INFO >>83 [783] -2015-03-10 03:52:48 sendUrl INFO 83 [783] R:OK -2015-03-10 03:53:38 queue INFO >>83 [784] -2015-03-10 03:53:38 sendUrl INFO 83 [784] R:OK -2015-03-10 03:54:28 queue INFO >>83 [785] -2015-03-10 03:54:28 sendUrl INFO 83 [785] R:OK -2015-03-10 03:55:18 queue INFO >>83 [786] -2015-03-10 03:55:19 sendUrl INFO 83 [786] R:OK -2015-03-10 03:56:08 queue INFO >>83 [787] -2015-03-10 03:56:09 sendUrl INFO 83 [787] R:OK -2015-03-10 03:56:59 queue INFO >>83 [788] -2015-03-10 03:56:59 sendUrl INFO 83 [788] R:OK -2015-03-10 03:57:49 queue INFO >>83 [789] -2015-03-10 03:57:49 sendUrl INFO 83 [789] R:OK -2015-03-10 03:58:15 queue INFO C7 [790] -2015-03-10 03:58:15 sendUrl INFO C7 [790] R:OK -2015-03-10 03:58:15 queue INFO >C7 [791] -2015-03-10 03:58:15 sendUrl INFO C7 [791] R:OK -2015-03-10 03:58:16 queue INFO C3 [792] -2015-03-10 03:58:16 queue INFO >C3 [793] -2015-03-10 03:58:17 sendUrl INFO C3 [792] R:OK -2015-03-10 03:58:17 sendUrl INFO C3 [793] R:OK -2015-03-10 03:59:06 queue INFO >>C3 [794] -2015-03-10 03:59:07 sendUrl INFO C3 [794] R:OK -2015-03-10 03:59:56 queue INFO >>C3 [795] -2015-03-10 03:59:57 sendUrl INFO C3 [795] R:OK -2015-03-10 04:00:47 queue INFO >>C3 [796] -2015-03-10 04:00:47 sendUrl INFO C3 [796] R:OK -2015-03-10 04:01:37 queue INFO >>C3 [797] -2015-03-10 04:01:37 sendUrl INFO C3 [797] R:OK -2015-03-10 04:02:27 queue INFO >>C3 [798] -2015-03-10 04:02:27 sendUrl INFO C3 [798] R:OK -2015-03-10 04:03:17 queue INFO >>C3 [799] -2015-03-10 04:03:17 sendUrl INFO C3 [799] R:OK -2015-03-10 04:04:07 queue INFO >>C3 [800] -2015-03-10 04:04:08 sendUrl INFO C3 [800] R:OK -2015-03-10 04:04:57 queue INFO >>C3 [801] -2015-03-10 04:04:58 sendUrl INFO C3 [801] R:OK -2015-03-10 04:05:21 queue INFO 83 [802] -2015-03-10 04:05:21 queue INFO >83 [803] -2015-03-10 04:05:21 sendUrl INFO 83 [802] R:OK -2015-03-10 04:05:22 sendUrl INFO 83 [803] R:OK -2015-03-10 04:05:23 queue INFO 87 [804] -2015-03-10 04:05:23 queue INFO >87 [805] -2015-03-10 04:05:24 sendUrl INFO 87 [804] R:OK -2015-03-10 04:05:24 sendUrl INFO 87 [805] R:OK -2015-03-10 04:05:25 queue INFO 83 [806] -2015-03-10 04:05:25 queue INFO >83 [807] -2015-03-10 04:05:25 sendUrl INFO 83 [806] R:OK -2015-03-10 04:05:26 sendUrl INFO 83 [807] R:OK -2015-03-10 04:06:15 queue INFO >>83 [808] -2015-03-10 04:06:15 sendUrl INFO 83 [808] R:OK -2015-03-10 04:07:05 queue INFO >>83 [809] -2015-03-10 04:07:05 sendUrl INFO 83 [809] R:OK -2015-03-10 04:07:55 queue INFO >>83 [810] -2015-03-10 04:07:56 sendUrl INFO 83 [810] R:OK -2015-03-10 04:08:45 queue INFO >>83 [811] -2015-03-10 04:08:46 sendUrl INFO 83 [811] R:OK -2015-03-10 04:09:36 queue INFO >>83 [812] -2015-03-10 04:09:36 sendUrl INFO 83 [812] R:OK -2015-03-10 04:10:26 queue INFO >>83 [813] -2015-03-10 04:10:26 sendUrl INFO 83 [813] R:OK -2015-03-10 04:11:16 queue INFO >>83 [814] -2015-03-10 04:11:17 sendUrl INFO 83 [814] R:OK -2015-03-10 04:12:06 queue INFO >>83 [815] -2015-03-10 04:12:06 sendUrl INFO 83 [815] R:OK -2015-03-10 04:12:33 queue INFO 87 [816] -2015-03-10 04:12:33 queue INFO >87 [817] -2015-03-10 04:12:33 sendUrl INFO 87 [816] R:OK -2015-03-10 04:12:34 sendUrl INFO 87 [817] R:OK -2015-03-10 04:12:34 queue INFO 83 [818] -2015-03-10 04:12:35 sendUrl INFO 83 [818] R:OK -2015-03-10 04:12:35 queue INFO >83 [819] -2015-03-10 04:12:35 sendUrl INFO 83 [819] R:OK -2015-03-10 04:13:25 queue INFO >>83 [820] -2015-03-10 04:13:25 sendUrl INFO 83 [820] R:OK -2015-03-10 04:14:15 queue INFO >>83 [821] -2015-03-10 04:14:15 sendUrl INFO 83 [821] R:OK -2015-03-10 04:15:05 queue INFO >>83 [822] -2015-03-10 04:15:05 sendUrl INFO 83 [822] R:OK -2015-03-10 04:15:55 queue INFO >>83 [823] -2015-03-10 04:15:55 sendUrl INFO 83 [823] R:OK -2015-03-10 04:16:45 queue INFO >>83 [824] -2015-03-10 04:16:46 sendUrl INFO 83 [824] R:OK -2015-03-10 04:17:35 queue INFO >>83 [825] -2015-03-10 04:17:36 sendUrl INFO 83 [825] R:OK -2015-03-10 04:18:25 queue INFO >>83 [826] -2015-03-10 04:18:26 sendUrl INFO 83 [826] R:OK -2015-03-10 04:19:16 queue INFO >>83 [827] -2015-03-10 04:19:16 sendUrl INFO 83 [827] R:OK -2015-03-10 04:19:42 queue INFO 87 [828] -2015-03-10 04:19:42 queue INFO >87 [829] -2015-03-10 04:19:42 sendUrl INFO 87 [828] R:OK -2015-03-10 04:19:43 sendUrl INFO 87 [829] R:OK -2015-03-10 04:19:44 queue INFO 83 [830] -2015-03-10 04:19:44 queue INFO >83 [831] -2015-03-10 04:19:44 sendUrl INFO 83 [830] R:OK -2015-03-10 04:19:44 sendUrl INFO 83 [831] R:OK -2015-03-10 04:20:34 queue INFO >>83 [832] -2015-03-10 04:20:34 sendUrl INFO 83 [832] R:OK -2015-03-10 04:21:24 queue INFO >>83 [833] -2015-03-10 04:21:24 sendUrl INFO 83 [833] R:OK -2015-03-10 04:22:14 queue INFO >>83 [834] -2015-03-10 04:22:14 sendUrl INFO 83 [834] R:OK -2015-03-10 04:23:04 queue INFO >>83 [835] -2015-03-10 04:23:04 sendUrl INFO 83 [835] R:OK -2015-03-10 04:23:54 queue INFO >>83 [836] -2015-03-10 04:23:55 sendUrl INFO 83 [836] R:OK -2015-03-10 04:24:44 queue INFO >>83 [837] -2015-03-10 04:24:45 sendUrl INFO 83 [837] R:OK -2015-03-10 04:25:35 queue INFO >>83 [838] -2015-03-10 04:25:35 sendUrl INFO 83 [838] R:OK -2015-03-10 04:26:25 queue INFO >>83 [839] -2015-03-10 04:26:25 sendUrl INFO 83 [839] R:OK -2015-03-10 04:26:51 queue INFO 87 [840] -2015-03-10 04:26:51 queue INFO >87 [841] -2015-03-10 04:26:51 sendUrl INFO 87 [840] R:OK -2015-03-10 04:26:52 sendUrl INFO 87 [841] R:OK -2015-03-10 04:26:52 queue INFO 83 [842] -2015-03-10 04:26:52 sendUrl INFO 83 [842] R:OK -2015-03-10 04:26:52 queue INFO >83 [843] -2015-03-10 04:26:53 sendUrl INFO 83 [843] R:OK -2015-03-10 04:27:42 queue INFO >>83 [844] -2015-03-10 04:27:43 sendUrl INFO 83 [844] R:OK -2015-03-10 04:28:33 queue INFO >>83 [845] -2015-03-10 04:28:33 sendUrl INFO 83 [845] R:OK -2015-03-10 04:29:23 queue INFO >>83 [846] -2015-03-10 04:29:23 sendUrl INFO 83 [846] R:OK -2015-03-10 04:30:13 queue INFO >>83 [847] -2015-03-10 04:30:13 sendUrl INFO 83 [847] R:OK -2015-03-10 04:31:03 queue INFO >>83 [848] -2015-03-10 04:31:04 sendUrl INFO 83 [848] R:OK -2015-03-10 04:31:53 queue INFO >>83 [849] -2015-03-10 04:31:53 sendUrl INFO 83 [849] R:OK -2015-03-10 04:32:43 queue INFO >>83 [850] -2015-03-10 04:32:44 sendUrl INFO 83 [850] R:OK -2015-03-10 04:33:33 queue INFO >>83 [851] -2015-03-10 04:33:34 sendUrl INFO 83 [851] R:OK -2015-03-10 04:34:00 queue INFO 87 [852] -2015-03-10 04:34:00 sendUrl INFO 87 [852] R:OK -2015-03-10 04:34:00 queue INFO >87 [853] -2015-03-10 04:34:00 sendUrl INFO 87 [853] R:OK -2015-03-10 04:34:01 queue INFO 83 [854] -2015-03-10 04:34:01 sendUrl INFO 83 [854] R:OK -2015-03-10 04:34:01 queue INFO >83 [855] -2015-03-10 04:34:02 sendUrl INFO 83 [855] R:OK -2015-03-10 04:34:51 queue INFO >>83 [856] -2015-03-10 04:34:52 sendUrl INFO 83 [856] R:OK -2015-03-10 04:35:41 queue INFO >>83 [857] -2015-03-10 04:35:42 sendUrl INFO 83 [857] R:OK -2015-03-10 04:36:32 queue INFO >>83 [858] -2015-03-10 04:36:32 sendUrl INFO 83 [858] R:OK -2015-03-10 04:37:22 queue INFO >>83 [859] -2015-03-10 04:37:22 sendUrl INFO 83 [859] R:OK -2015-03-10 04:38:12 queue INFO >>83 [860] -2015-03-10 04:38:12 sendUrl INFO 83 [860] R:OK -2015-03-10 04:39:02 queue INFO >>83 [861] -2015-03-10 04:39:02 sendUrl INFO 83 [861] R:OK -2015-03-10 04:39:52 queue INFO >>83 [862] -2015-03-10 04:39:53 sendUrl INFO 83 [862] R:OK -2015-03-10 04:40:42 queue INFO >>83 [863] -2015-03-10 04:40:43 sendUrl INFO 83 [863] R:OK -2015-03-10 04:41:08 queue INFO C7 [864] -2015-03-10 04:41:08 queue INFO >C7 [865] -2015-03-10 04:41:09 sendUrl INFO C7 [864] R:OK -2015-03-10 04:41:09 sendUrl INFO C7 [865] R:OK -2015-03-10 04:41:10 queue INFO C3 [866] -2015-03-10 04:41:10 queue INFO >C3 [867] -2015-03-10 04:41:10 sendUrl INFO C3 [866] R:OK -2015-03-10 04:41:11 sendUrl INFO C3 [867] R:OK -2015-03-10 04:42:00 queue INFO >>C3 [868] -2015-03-10 04:42:00 sendUrl INFO C3 [868] R:OK -2015-03-10 04:42:50 queue INFO >>C3 [869] -2015-03-10 04:42:50 sendUrl INFO C3 [869] R:OK -2015-03-10 04:43:40 queue INFO >>C3 [870] -2015-03-10 04:43:41 sendUrl INFO C3 [870] R:OK -2015-03-10 04:44:30 queue INFO >>C3 [871] -2015-03-10 04:44:31 sendUrl INFO C3 [871] R:OK -2015-03-10 04:45:21 queue INFO >>C3 [872] -2015-03-10 04:45:21 sendUrl INFO C3 [872] R:OK -2015-03-10 04:46:11 queue INFO >>C3 [873] -2015-03-10 04:46:11 sendUrl INFO C3 [873] R:OK -2015-03-10 04:47:01 queue INFO >>C3 [874] -2015-03-10 04:47:02 sendUrl INFO C3 [874] R:OK -2015-03-10 04:47:18 queue INFO C1 [875] -2015-03-10 04:47:19 queue INFO >C1 [876] -2015-03-10 04:47:19 sendUrl INFO C1 [875] R:OK -2015-03-10 04:47:19 sendUrl INFO C1 [876] R:OK -2015-03-10 04:48:09 queue INFO >>C1 [877] -2015-03-10 04:48:09 sendUrl INFO C1 [877] R:OK -2015-03-10 04:48:51 queue INFO C3 [878] -2015-03-10 04:48:51 queue INFO >C3 [879] -2015-03-10 04:48:51 sendUrl INFO C3 [878] R:OK -2015-03-10 04:48:52 sendUrl INFO C3 [879] R:OK -2015-03-10 04:49:41 queue INFO >>C3 [880] -2015-03-10 04:49:41 sendUrl INFO C3 [880] R:OK -2015-03-10 04:50:18 queue INFO 83 [881] -2015-03-10 04:50:18 sendUrl INFO 83 [881] R:OK -2015-03-10 04:50:18 queue INFO >83 [882] -2015-03-10 04:50:18 sendUrl INFO 83 [882] R:OK -2015-03-10 04:50:20 queue INFO 87 [883] -2015-03-10 04:50:21 queue INFO >87 [884] -2015-03-10 04:50:21 sendUrl INFO 87 [883] R:OK -2015-03-10 04:50:21 sendUrl INFO 87 [884] R:OK -2015-03-10 04:50:22 queue INFO 83 [885] -2015-03-10 04:50:22 queue INFO >83 [886] -2015-03-10 04:50:22 sendUrl INFO 83 [885] R:OK -2015-03-10 04:50:23 sendUrl INFO 83 [886] R:OK -2015-03-10 04:51:12 queue INFO >>83 [887] -2015-03-10 04:51:12 sendUrl INFO 83 [887] R:OK -2015-03-10 04:52:02 queue INFO >>83 [888] -2015-03-10 04:52:03 sendUrl INFO 83 [888] R:OK -2015-03-10 04:52:52 queue INFO >>83 [889] -2015-03-10 04:52:53 sendUrl INFO 83 [889] R:OK -2015-03-10 04:53:43 queue INFO >>83 [890] -2015-03-10 04:53:43 sendUrl INFO 83 [890] R:OK -2015-03-10 04:54:33 queue INFO >>83 [891] -2015-03-10 04:54:33 sendUrl INFO 83 [891] R:OK -2015-03-10 04:55:23 queue INFO >>83 [892] -2015-03-10 04:55:23 sendUrl INFO 83 [892] R:OK -2015-03-10 04:56:13 queue INFO >>83 [893] -2015-03-10 04:56:13 sendUrl INFO 83 [893] R:OK -2015-03-10 04:57:03 queue INFO >>83 [894] -2015-03-10 04:57:04 sendUrl INFO 83 [894] R:OK -2015-03-10 04:57:29 queue INFO 87 [895] -2015-03-10 04:57:30 queue INFO >87 [896] -2015-03-10 04:57:30 sendUrl INFO 87 [895] R:OK -2015-03-10 04:57:30 sendUrl INFO 87 [896] R:OK -2015-03-10 04:57:31 queue INFO 83 [897] -2015-03-10 04:57:31 queue INFO >83 [898] -2015-03-10 04:57:31 sendUrl INFO 83 [897] R:OK -2015-03-10 04:57:32 sendUrl INFO 83 [898] R:OK -2015-03-10 04:58:21 queue INFO >>83 [899] -2015-03-10 04:58:22 sendUrl INFO 83 [899] R:OK -2015-03-10 04:59:11 queue INFO >>83 [900] -2015-03-10 04:59:12 sendUrl INFO 83 [900] R:OK -2015-03-10 05:00:02 queue INFO >>83 [901] -2015-03-10 05:00:02 sendUrl INFO 83 [901] R:OK -2015-03-10 05:00:52 queue INFO >>83 [902] -2015-03-10 05:00:52 sendUrl INFO 83 [902] R:OK -2015-03-10 05:01:42 queue INFO >>83 [903] -2015-03-10 05:01:42 sendUrl INFO 83 [903] R:OK -2015-03-10 05:02:32 queue INFO >>83 [904] -2015-03-10 05:02:32 sendUrl INFO 83 [904] R:OK -2015-03-10 05:03:22 queue INFO >>83 [905] -2015-03-10 05:03:23 sendUrl INFO 83 [905] R:OK -2015-03-10 05:04:12 queue INFO >>83 [906] -2015-03-10 05:04:13 sendUrl INFO 83 [906] R:OK -2015-03-10 05:04:38 queue INFO 87 [907] -2015-03-10 05:04:39 queue INFO >87 [908] -2015-03-10 05:04:39 sendUrl INFO 87 [907] R:OK -2015-03-10 05:04:39 sendUrl INFO 87 [908] R:OK -2015-03-10 05:04:40 queue INFO 83 [909] -2015-03-10 05:04:40 queue INFO >83 [910] -2015-03-10 05:04:40 sendUrl INFO 83 [909] R:OK -2015-03-10 05:04:41 sendUrl INFO 83 [910] R:OK -2015-03-10 05:05:30 queue INFO >>83 [911] -2015-03-10 05:05:31 sendUrl INFO 83 [911] R:OK -2015-03-10 05:06:20 queue INFO >>83 [912] -2015-03-10 05:06:20 sendUrl INFO 83 [912] R:OK -2015-03-10 05:07:10 queue INFO >>83 [913] -2015-03-10 05:07:11 sendUrl INFO 83 [913] R:OK -2015-03-10 05:08:01 queue INFO >>83 [914] -2015-03-10 05:08:01 sendUrl INFO 83 [914] R:OK -2015-03-10 05:08:51 queue INFO >>83 [915] -2015-03-10 05:08:51 sendUrl INFO 83 [915] R:OK -2015-03-10 05:09:41 queue INFO >>83 [916] -2015-03-10 05:09:41 sendUrl INFO 83 [916] R:OK -2015-03-10 05:10:31 queue INFO >>83 [917] -2015-03-10 05:10:32 sendUrl INFO 83 [917] R:OK -2015-03-10 05:11:21 queue INFO >>83 [918] -2015-03-10 05:11:21 sendUrl INFO 83 [918] R:OK -2015-03-10 05:11:47 queue INFO 87 [919] -2015-03-10 05:11:47 queue INFO >87 [920] -2015-03-10 05:11:48 sendUrl INFO 87 [919] R:OK -2015-03-10 05:11:48 sendUrl INFO 87 [920] R:OK -2015-03-10 05:11:49 queue INFO 83 [921] -2015-03-10 05:11:49 queue INFO >83 [922] -2015-03-10 05:11:49 sendUrl INFO 83 [921] R:OK -2015-03-10 05:11:50 sendUrl INFO 83 [922] R:OK -2015-03-10 05:12:39 queue INFO >>83 [923] -2015-03-10 05:12:39 sendUrl INFO 83 [923] R:OK -2015-03-10 05:13:29 queue INFO >>83 [924] -2015-03-10 05:13:29 sendUrl INFO 83 [924] R:OK -2015-03-10 05:14:19 queue INFO >>83 [925] -2015-03-10 05:14:20 sendUrl INFO 83 [925] R:OK -2015-03-10 05:15:09 queue INFO >>83 [926] -2015-03-10 05:15:09 sendUrl INFO 83 [926] R:OK -2015-03-10 05:15:59 queue INFO >>83 [927] -2015-03-10 05:16:00 sendUrl INFO 83 [927] R:OK -2015-03-10 05:16:50 queue INFO >>83 [928] -2015-03-10 05:16:50 sendUrl INFO 83 [928] R:OK -2015-03-10 05:17:40 queue INFO >>83 [929] -2015-03-10 05:17:40 sendUrl INFO 83 [929] R:OK -2015-03-10 05:18:30 queue INFO >>83 [930] -2015-03-10 05:18:30 sendUrl INFO 83 [930] R:OK -2015-03-10 05:18:56 queue INFO C7 [931] -2015-03-10 05:18:56 queue INFO >C7 [932] -2015-03-10 05:18:56 sendUrl INFO C7 [931] R:OK -2015-03-10 05:18:57 sendUrl INFO C7 [932] R:OK -2015-03-10 05:18:57 queue INFO C3 [933] -2015-03-10 05:18:58 queue INFO >C3 [934] -2015-03-10 05:18:58 sendUrl INFO C3 [933] R:OK -2015-03-10 05:18:59 sendUrl INFO C3 [934] R:OK -2015-03-10 05:19:48 queue INFO >>C3 [935] -2015-03-10 05:19:48 sendUrl INFO C3 [935] R:OK -2015-03-10 05:20:38 queue INFO >>C3 [936] -2015-03-10 05:20:38 sendUrl INFO C3 [936] R:OK -2015-03-10 05:21:28 queue INFO >>C3 [937] -2015-03-10 05:21:28 sendUrl INFO C3 [937] R:OK -2015-03-10 05:22:18 queue INFO >>C3 [938] -2015-03-10 05:22:18 sendUrl INFO C3 [938] R:OK -2015-03-10 05:23:08 queue INFO >>C3 [939] -2015-03-10 05:23:09 sendUrl INFO C3 [939] R:OK -2015-03-10 05:23:58 queue INFO >>C3 [940] -2015-03-10 05:23:59 sendUrl INFO C3 [940] R:OK -2015-03-10 05:24:49 queue INFO >>C3 [941] -2015-03-10 05:24:49 sendUrl INFO C3 [941] R:OK -2015-03-10 05:25:39 queue INFO >>C3 [942] -2015-03-10 05:25:39 sendUrl INFO C3 [942] R:OK -2015-03-10 05:26:02 queue INFO 83 [943] -2015-03-10 05:26:02 queue INFO >83 [944] -2015-03-10 05:26:02 sendUrl INFO 83 [943] R:OK -2015-03-10 05:26:03 sendUrl INFO 83 [944] R:OK -2015-03-10 05:26:05 queue INFO 87 [945] -2015-03-10 05:26:05 queue INFO >87 [946] -2015-03-10 05:26:05 sendUrl INFO 87 [945] R:OK -2015-03-10 05:26:05 sendUrl INFO 87 [946] R:OK -2015-03-10 05:26:06 queue INFO 83 [947] -2015-03-10 05:26:06 queue INFO >83 [948] -2015-03-10 05:26:06 sendUrl INFO 83 [947] R:OK -2015-03-10 05:26:07 sendUrl INFO 83 [948] R:OK -2015-03-10 05:26:56 queue INFO >>83 [949] -2015-03-10 05:26:57 sendUrl INFO 83 [949] R:OK -2015-03-10 05:27:46 queue INFO >>83 [950] -2015-03-10 05:27:47 sendUrl INFO 83 [950] R:OK -2015-03-10 05:28:37 queue INFO >>83 [951] -2015-03-10 05:28:37 sendUrl INFO 83 [951] R:OK -2015-03-10 05:29:27 queue INFO >>83 [952] -2015-03-10 05:29:27 sendUrl INFO 83 [952] R:OK -2015-03-10 05:30:17 queue INFO >>83 [953] -2015-03-10 05:30:17 sendUrl INFO 83 [953] R:OK -2015-03-10 05:31:07 queue INFO >>83 [954] -2015-03-10 05:31:07 sendUrl INFO 83 [954] R:OK -2015-03-10 05:31:57 queue INFO >>83 [955] -2015-03-10 05:31:58 sendUrl INFO 83 [955] R:OK -2015-03-10 05:32:47 queue INFO >>83 [956] -2015-03-10 05:32:48 sendUrl INFO 83 [956] R:OK -2015-03-10 05:33:14 queue INFO 87 [957] -2015-03-10 05:33:14 queue INFO >87 [958] -2015-03-10 05:33:14 sendUrl INFO 87 [957] R:OK -2015-03-10 05:33:15 sendUrl INFO 87 [958] R:OK -2015-03-10 05:33:16 queue INFO 83 [959] -2015-03-10 05:33:16 sendUrl INFO 83 [959] R:OK -2015-03-10 05:33:16 queue INFO >83 [960] -2015-03-10 05:33:16 sendUrl INFO 83 [960] R:OK -2015-03-10 05:34:06 queue INFO >>83 [961] -2015-03-10 05:34:06 sendUrl INFO 83 [961] R:OK -2015-03-10 05:34:56 queue INFO >>83 [962] -2015-03-10 05:34:57 sendUrl INFO 83 [962] R:OK -2015-03-10 05:35:46 queue INFO >>83 [963] -2015-03-10 05:35:46 sendUrl INFO 83 [963] R:OK -2015-03-10 05:36:36 queue INFO >>83 [964] -2015-03-10 05:36:37 sendUrl INFO 83 [964] R:OK -2015-03-10 05:37:26 queue INFO >>83 [965] -2015-03-10 05:37:27 sendUrl INFO 83 [965] R:OK -2015-03-10 05:38:17 queue INFO >>83 [966] -2015-03-10 05:38:17 sendUrl INFO 83 [966] R:OK -2015-03-10 05:39:07 queue INFO >>83 [967] -2015-03-10 05:39:07 sendUrl INFO 83 [967] R:OK -2015-03-10 05:39:57 queue INFO >>83 [968] -2015-03-10 05:39:57 sendUrl INFO 83 [968] R:OK -2015-03-10 05:40:23 queue INFO 87 [969] -2015-03-10 05:40:23 queue INFO >87 [970] -2015-03-10 05:40:23 sendUrl INFO 87 [969] R:OK -2015-03-10 05:40:24 sendUrl INFO 87 [970] R:OK -2015-03-10 05:40:25 queue INFO 83 [971] -2015-03-10 05:40:25 sendUrl INFO 83 [971] R:OK -2015-03-10 05:40:25 queue INFO >83 [972] -2015-03-10 05:40:25 sendUrl INFO 83 [972] R:OK -2015-03-10 05:41:15 queue INFO >>83 [973] -2015-03-10 05:41:15 sendUrl INFO 83 [973] R:OK -2015-03-10 05:42:05 queue INFO >>83 [974] -2015-03-10 05:42:05 sendUrl INFO 83 [974] R:OK -2015-03-10 05:42:55 queue INFO >>83 [975] -2015-03-10 05:42:55 sendUrl INFO 83 [975] R:OK -2015-03-10 05:43:45 queue INFO >>83 [976] -2015-03-10 05:43:46 sendUrl INFO 83 [976] R:OK -2015-03-10 05:44:35 queue INFO >>83 [977] -2015-03-10 05:44:35 sendUrl INFO 83 [977] R:OK -2015-03-10 05:45:25 queue INFO >>83 [978] -2015-03-10 05:45:26 sendUrl INFO 83 [978] R:OK -2015-03-10 05:46:16 queue INFO >>83 [979] -2015-03-10 05:46:16 sendUrl INFO 83 [979] R:OK -2015-03-10 05:47:06 queue INFO >>83 [980] -2015-03-10 05:47:06 sendUrl INFO 83 [980] R:OK -2015-03-10 05:47:32 queue INFO 87 [981] -2015-03-10 05:47:32 sendUrl INFO 87 [981] R:OK -2015-03-10 05:47:32 queue INFO >87 [982] -2015-03-10 05:47:33 sendUrl INFO 87 [982] R:OK -2015-03-10 05:47:34 queue INFO 83 [983] -2015-03-10 05:47:34 queue INFO >83 [984] -2015-03-10 05:47:34 sendUrl INFO 83 [983] R:OK -2015-03-10 05:47:35 sendUrl INFO 83 [984] R:OK -2015-03-10 05:48:24 queue INFO >>83 [985] -2015-03-10 05:48:24 sendUrl INFO 83 [985] R:OK -2015-03-10 05:49:14 queue INFO >>83 [986] -2015-03-10 05:49:14 sendUrl INFO 83 [986] R:OK -2015-03-10 05:50:04 queue INFO >>83 [987] -2015-03-10 05:50:04 sendUrl INFO 83 [987] R:OK -2015-03-10 05:50:54 queue INFO >>83 [988] -2015-03-10 05:50:54 sendUrl INFO 83 [988] R:OK -2015-03-10 05:51:44 queue INFO >>83 [989] -2015-03-10 05:51:45 sendUrl INFO 83 [989] R:OK -2015-03-10 05:51:46 queue INFO 81 [990] -2015-03-10 05:51:46 queue INFO >81 [991] -2015-03-10 05:51:46 sendUrl INFO 81 [990] R:OK -2015-03-10 05:51:46 sendUrl INFO 81 [991] R:OK -2015-03-10 05:52:36 queue INFO >>81 [992] -2015-03-10 05:52:36 sendUrl INFO 81 [992] R:OK -2015-03-10 05:53:26 queue INFO >>81 [993] -2015-03-10 05:53:26 sendUrl INFO 81 [993] R:OK -2015-03-10 05:54:16 queue INFO >>81 [994] -2015-03-10 05:54:16 sendUrl INFO 81 [994] R:OK -2015-03-10 05:55:06 queue INFO >>81 [995] -2015-03-10 05:55:07 sendUrl INFO 81 [995] R:OK -2015-03-10 05:55:12 queue INFO 99 [996] -2015-03-10 05:55:12 queue INFO >99 [997] -2015-03-10 05:55:13 sendUrl INFO 99 [996] R:OK -2015-03-10 05:55:13 sendUrl INFO 99 [997] R:OK -2015-03-10 05:56:02 queue INFO >>99 [998] -2015-03-10 05:56:03 sendUrl INFO 99 [998] R:OK -2015-03-10 05:56:52 queue INFO >>99 [999] -2015-03-10 05:56:53 sendUrl INFO 99 [999] R:OK -2015-03-10 05:57:43 queue INFO >>99 [0] -2015-03-10 05:57:43 sendUrl INFO 99 [0] R:OK -2015-03-10 05:57:58 queue INFO 89 [1] -2015-03-10 05:57:58 queue INFO >89 [2] -2015-03-10 05:57:58 sendUrl INFO 89 [1] R:OK -2015-03-10 05:57:58 sendUrl INFO 89 [2] R:OK -2015-03-10 05:58:01 queue INFO 81 [3] -2015-03-10 05:58:01 queue INFO >81 [4] -2015-03-10 05:58:01 sendUrl INFO 81 [3] R:OK -2015-03-10 05:58:01 sendUrl INFO 81 [4] R:OK -2015-03-10 05:58:02 queue INFO 83 [5] -2015-03-10 05:58:03 queue INFO >83 [6] -2015-03-10 05:58:03 sendUrl INFO 83 [5] R:OK -2015-03-10 05:58:03 sendUrl INFO 83 [6] R:OK -2015-03-10 05:58:22 queue INFO 89 [7] -2015-03-10 05:58:22 queue INFO >89 [8] -2015-03-10 05:58:23 sendUrl INFO 89 [7] R:OK -2015-03-10 05:58:23 sendUrl INFO 89 [8] R:OK -2015-03-10 05:59:12 queue INFO >>89 [9] -2015-03-10 05:59:12 sendUrl INFO 89 [9] R:OK -2015-03-10 05:59:28 queue INFO 99 [10] -2015-03-10 05:59:28 queue INFO >99 [11] -2015-03-10 05:59:28 sendUrl INFO 99 [10] R:OK -2015-03-10 05:59:29 sendUrl INFO 99 [11] R:OK -2015-03-10 06:00:18 queue INFO >>99 [12] -2015-03-10 06:00:18 sendUrl INFO 99 [12] R:OK -2015-03-10 06:00:25 queue INFO 89 [13] -2015-03-10 06:00:25 queue INFO >89 [14] -2015-03-10 06:00:25 sendUrl INFO 89 [13] R:OK -2015-03-10 06:00:26 sendUrl INFO 89 [14] R:OK -2015-03-10 06:00:28 queue INFO 81 [15] -2015-03-10 06:00:28 sendUrl INFO 81 [15] R:OK -2015-03-10 06:00:29 queue INFO >81 [16] -2015-03-10 06:00:29 sendUrl INFO 81 [16] R:OK -2015-03-10 06:00:35 queue INFO 83 [17] -2015-03-10 06:00:35 queue INFO >83 [18] -2015-03-10 06:00:35 sendUrl INFO 83 [17] R:OK -2015-03-10 06:00:35 sendUrl INFO 83 [18] R:OK -2015-03-10 06:01:07 queue INFO 87 [19] -2015-03-10 06:01:08 queue INFO >87 [20] -2015-03-10 06:01:08 sendUrl INFO 87 [19] R:OK -2015-03-10 06:01:08 sendUrl INFO 87 [20] R:OK -2015-03-10 06:01:09 queue INFO 83 [21] -2015-03-10 06:01:09 sendUrl INFO 83 [21] R:OK -2015-03-10 06:01:09 queue INFO >83 [22] -2015-03-10 06:01:10 sendUrl INFO 83 [22] R:OK -2015-03-10 06:01:59 queue INFO >>83 [23] -2015-03-10 06:02:00 sendUrl INFO 83 [23] R:OK -2015-03-10 06:02:49 queue INFO >>83 [24] -2015-03-10 06:02:50 sendUrl INFO 83 [24] R:OK -2015-03-10 06:03:40 queue INFO >>83 [25] -2015-03-10 06:03:40 sendUrl INFO 83 [25] R:OK -2015-03-10 06:04:30 queue INFO >>83 [26] -2015-03-10 06:04:30 sendUrl INFO 83 [26] R:OK -2015-03-10 06:05:20 queue INFO >>83 [27] -2015-03-10 06:05:20 sendUrl INFO 83 [27] R:OK -2015-03-10 06:06:10 queue INFO >>83 [28] -2015-03-10 06:06:10 sendUrl INFO 83 [28] R:OK -2015-03-10 06:07:00 queue INFO >>83 [29] -2015-03-10 06:07:01 sendUrl INFO 83 [29] R:OK -2015-03-10 06:07:50 queue INFO >>83 [30] -2015-03-10 06:07:50 sendUrl INFO 83 [30] R:OK -2015-03-10 06:08:11 queue INFO 89 [31] -2015-03-10 06:08:11 queue INFO >89 [32] -2015-03-10 06:08:12 sendUrl INFO 89 [31] R:OK -2015-03-10 06:08:12 sendUrl INFO 89 [32] R:OK -2015-03-10 06:09:01 queue INFO >>89 [33] -2015-03-10 06:09:01 sendUrl INFO 89 [33] R:OK -2015-03-10 06:09:51 queue INFO >>89 [34] -2015-03-10 06:09:52 sendUrl INFO 89 [34] R:OK -2015-03-10 06:10:42 queue INFO >>89 [35] -2015-03-10 06:10:42 sendUrl INFO 89 [35] R:OK -2015-03-10 06:11:32 queue INFO >>89 [36] -2015-03-10 06:11:32 sendUrl INFO 89 [36] R:OK -2015-03-10 06:12:22 queue INFO >>89 [37] -2015-03-10 06:12:22 sendUrl INFO 89 [37] R:OK -2015-03-10 06:13:12 queue INFO >>89 [38] -2015-03-10 06:13:13 sendUrl INFO 89 [38] R:OK -2015-03-10 06:14:02 queue INFO >>89 [39] -2015-03-10 06:14:02 sendUrl INFO 89 [39] R:OK -2015-03-10 06:14:52 queue INFO >>89 [40] -2015-03-10 06:14:53 sendUrl INFO 89 [40] R:OK -2015-03-10 06:15:43 queue INFO >>89 [41] -2015-03-10 06:15:43 sendUrl INFO 89 [41] R:OK -2015-03-10 06:16:06 queue INFO 99 [42] -2015-03-10 06:16:06 queue INFO >99 [43] -2015-03-10 06:16:06 sendUrl INFO 99 [42] R:OK -2015-03-10 06:16:07 sendUrl INFO 99 [43] R:OK -2015-03-10 06:16:56 queue INFO >>99 [44] -2015-03-10 06:16:56 sendUrl INFO 99 [44] R:OK -2015-03-10 06:17:12 queue INFO 89 [45] -2015-03-10 06:17:12 queue INFO >89 [46] -2015-03-10 06:17:12 sendUrl INFO 89 [45] R:OK -2015-03-10 06:17:13 sendUrl INFO 89 [46] R:OK -2015-03-10 06:17:15 queue INFO 81 [47] -2015-03-10 06:17:15 queue INFO >81 [48] -2015-03-10 06:17:16 sendUrl INFO 81 [47] R:OK -2015-03-10 06:17:16 sendUrl INFO 81 [48] R:OK -2015-03-10 06:17:22 queue INFO 83 [49] -2015-03-10 06:17:22 queue INFO >83 [50] -2015-03-10 06:17:23 sendUrl INFO 83 [49] R:OK -2015-03-10 06:17:23 sendUrl INFO 83 [50] R:OK -2015-03-10 06:17:45 queue INFO 81 [51] -2015-03-10 06:17:46 sendUrl INFO 81 [51] R:OK -2015-03-10 06:17:46 queue INFO >81 [52] -2015-03-10 06:17:46 sendUrl INFO 81 [52] R:OK -2015-03-10 06:17:46 queue INFO 91 [53] -2015-03-10 06:17:46 queue INFO 99 [54] -2015-03-10 06:17:47 sendUrl INFO 91 [53] R:OK -2015-03-10 06:17:47 queue INFO >99 [55] -2015-03-10 06:17:47 sendUrl INFO 99 [54] R:OK -2015-03-10 06:17:47 sendUrl INFO 99 [55] R:OK -2015-03-10 06:18:08 queue INFO 89 [56] -2015-03-10 06:18:08 queue INFO >89 [57] -2015-03-10 06:18:08 sendUrl INFO 89 [56] R:OK -2015-03-10 06:18:09 sendUrl INFO 89 [57] R:OK -2015-03-10 06:18:11 queue INFO 81 [58] -2015-03-10 06:18:11 sendUrl INFO 81 [58] R:OK -2015-03-10 06:18:11 queue INFO >81 [59] -2015-03-10 06:18:12 sendUrl INFO 81 [59] R:OK -2015-03-10 06:18:17 queue INFO 83 [60] -2015-03-10 06:18:17 queue INFO >83 [61] -2015-03-10 06:18:17 sendUrl INFO 83 [60] R:OK -2015-03-10 06:18:18 sendUrl INFO 83 [61] R:OK -2015-03-10 06:18:59 queue INFO 87 [62] -2015-03-10 06:18:59 queue INFO >87 [63] -2015-03-10 06:18:59 sendUrl INFO 87 [62] R:OK -2015-03-10 06:18:59 sendUrl INFO 87 [63] R:OK -2015-03-10 06:19:00 queue INFO 83 [64] -2015-03-10 06:19:01 sendUrl INFO 83 [64] R:OK -2015-03-10 06:19:01 queue INFO >83 [65] -2015-03-10 06:19:01 sendUrl INFO 83 [65] R:OK -2015-03-10 06:19:51 queue INFO >>83 [66] -2015-03-10 06:19:51 sendUrl INFO 83 [66] R:OK -2015-03-10 06:20:41 queue INFO >>83 [67] -2015-03-10 06:20:41 sendUrl INFO 83 [67] R:OK -2015-03-10 06:21:31 queue INFO >>83 [68] -2015-03-10 06:21:31 sendUrl INFO 83 [68] R:OK -2015-03-10 06:22:21 queue INFO >>83 [69] -2015-03-10 06:22:21 sendUrl INFO 83 [69] R:OK -2015-03-10 06:23:11 queue INFO >>83 [70] -2015-03-10 06:23:12 sendUrl INFO 83 [70] R:OK -2015-03-10 06:24:01 queue INFO >>83 [71] -2015-03-10 06:24:02 sendUrl INFO 83 [71] R:OK -2015-03-10 06:24:51 queue INFO >>83 [72] -2015-03-10 06:24:52 sendUrl INFO 83 [72] R:OK -2015-03-10 06:25:42 queue INFO >>83 [73] -2015-03-10 06:25:42 sendUrl INFO 83 [73] R:OK -2015-03-10 06:26:07 queue INFO 87 [74] -2015-03-10 06:26:08 queue INFO >87 [75] -2015-03-10 06:26:08 sendUrl INFO 87 [74] R:OK -2015-03-10 06:26:08 sendUrl INFO 87 [75] R:OK -2015-03-10 06:26:09 queue INFO 83 [76] -2015-03-10 06:26:09 queue INFO >83 [77] -2015-03-10 06:26:09 sendUrl INFO 83 [76] R:OK -2015-03-10 06:26:10 sendUrl INFO 83 [77] R:OK -2015-03-10 06:26:59 queue INFO >>83 [78] -2015-03-10 06:27:00 sendUrl INFO 83 [78] R:OK -2015-03-10 06:27:49 queue INFO >>83 [79] -2015-03-10 06:27:50 sendUrl INFO 83 [79] R:OK -2015-03-10 06:28:40 queue INFO >>83 [80] -2015-03-10 06:28:40 sendUrl INFO 83 [80] R:OK -2015-03-10 06:29:30 queue INFO >>83 [81] -2015-03-10 06:29:30 sendUrl INFO 83 [81] R:OK -2015-03-10 06:30:20 queue INFO >>83 [82] -2015-03-10 06:30:20 sendUrl INFO 83 [82] R:OK -2015-03-10 06:31:10 queue INFO >>83 [83] -2015-03-10 06:31:10 sendUrl INFO 83 [83] R:OK -2015-03-10 06:32:00 queue INFO >>83 [84] -2015-03-10 06:32:00 sendUrl INFO 83 [84] R:OK -2015-03-10 06:32:50 queue INFO >>83 [85] -2015-03-10 06:32:51 sendUrl INFO 83 [85] R:OK -2015-03-10 06:33:16 queue INFO C7 [86] -2015-03-10 06:33:16 sendUrl INFO C7 [86] R:OK -2015-03-10 06:33:16 queue INFO >C7 [87] -2015-03-10 06:33:17 sendUrl INFO C7 [87] R:OK -2015-03-10 06:33:18 queue INFO C3 [88] -2015-03-10 06:33:18 queue INFO >C3 [89] -2015-03-10 06:33:18 sendUrl INFO C3 [88] R:OK -2015-03-10 06:33:19 sendUrl INFO C3 [89] R:OK -2015-03-10 06:34:08 queue INFO >>C3 [90] -2015-03-10 06:34:08 sendUrl INFO C3 [90] R:OK -2015-03-10 06:34:58 queue INFO >>C3 [91] -2015-03-10 06:34:59 sendUrl INFO C3 [91] R:OK -2015-03-10 06:35:48 queue INFO >>C3 [92] -2015-03-10 06:35:48 sendUrl INFO C3 [92] R:OK -2015-03-10 06:36:38 queue INFO >>C3 [93] -2015-03-10 06:36:39 sendUrl INFO C3 [93] R:OK -2015-03-10 06:37:29 queue INFO >>C3 [94] -2015-03-10 06:37:29 sendUrl INFO C3 [94] R:OK -2015-03-10 06:38:19 queue INFO >>C3 [95] -2015-03-10 06:38:19 sendUrl INFO C3 [95] R:OK -2015-03-10 06:39:09 queue INFO >>C3 [96] -2015-03-10 06:39:09 sendUrl INFO C3 [96] R:OK -2015-03-10 06:39:59 queue INFO >>C3 [97] -2015-03-10 06:40:00 sendUrl INFO C3 [97] R:OK -2015-03-10 06:40:23 queue INFO 83 [98] -2015-03-10 06:40:23 sendUrl INFO 83 [98] R:OK -2015-03-10 06:40:23 queue INFO >83 [99] -2015-03-10 06:40:23 sendUrl INFO 83 [99] R:OK -2015-03-10 06:40:25 queue INFO 87 [100] -2015-03-10 06:40:25 sendUrl INFO 87 [100] R:OK -2015-03-10 06:40:25 queue INFO >87 [101] -2015-03-10 06:40:26 sendUrl INFO 87 [101] R:OK -2015-03-10 06:40:27 queue INFO 83 [102] -2015-03-10 06:40:27 queue INFO >83 [103] -2015-03-10 06:40:27 sendUrl INFO 83 [102] R:OK -2015-03-10 06:40:28 sendUrl INFO 83 [103] R:OK -2015-03-10 06:41:17 queue INFO >>83 [104] -2015-03-10 06:41:17 sendUrl INFO 83 [104] R:OK -2015-03-10 06:41:39 queue INFO 81 [105] -2015-03-10 06:41:39 queue INFO >81 [106] -2015-03-10 06:41:39 sendUrl INFO 81 [105] R:OK -2015-03-10 06:41:40 sendUrl INFO 81 [106] R:OK -2015-03-10 06:41:51 queue INFO 83 [107] -2015-03-10 06:41:51 queue INFO >83 [108] -2015-03-10 06:41:51 sendUrl INFO 83 [107] R:OK -2015-03-10 06:41:51 sendUrl INFO 83 [108] R:OK -2015-03-10 06:42:41 queue INFO >>83 [109] -2015-03-10 06:42:41 sendUrl INFO 83 [109] R:OK -2015-03-10 06:43:31 queue INFO >>83 [110] -2015-03-10 06:43:31 sendUrl INFO 83 [110] R:OK -2015-03-10 06:44:21 queue INFO >>83 [111] -2015-03-10 06:44:21 sendUrl INFO 83 [111] R:OK -2015-03-10 06:45:11 queue INFO >>83 [112] -2015-03-10 06:45:12 sendUrl INFO 83 [112] R:OK -2015-03-10 06:46:01 queue INFO >>83 [113] -2015-03-10 06:46:02 sendUrl INFO 83 [113] R:OK -2015-03-10 06:46:52 queue INFO >>83 [114] -2015-03-10 06:46:52 sendUrl INFO 83 [114] R:OK -2015-03-10 06:47:34 queue INFO 87 [115] -2015-03-10 06:47:35 queue INFO >87 [116] -2015-03-10 06:47:35 sendUrl INFO 87 [115] R:OK -2015-03-10 06:47:35 sendUrl INFO 87 [116] R:OK -2015-03-10 06:47:36 queue INFO 83 [117] -2015-03-10 06:47:36 sendUrl INFO 83 [117] R:OK -2015-03-10 06:47:36 queue INFO >83 [118] -2015-03-10 06:47:37 sendUrl INFO 83 [118] R:OK -2015-03-10 06:48:26 queue INFO >>83 [119] -2015-03-10 06:48:27 sendUrl INFO 83 [119] R:OK -2015-03-10 06:49:16 queue INFO >>83 [120] -2015-03-10 06:49:17 sendUrl INFO 83 [120] R:OK -2015-03-10 06:50:07 queue INFO >>83 [121] -2015-03-10 06:50:07 sendUrl INFO 83 [121] R:OK -2015-03-10 06:50:57 queue INFO >>83 [122] -2015-03-10 06:50:57 sendUrl INFO 83 [122] R:OK -2015-03-10 06:51:47 queue INFO >>83 [123] -2015-03-10 06:51:47 sendUrl INFO 83 [123] R:OK -2015-03-10 06:52:37 queue INFO >>83 [124] -2015-03-10 06:52:37 sendUrl INFO 83 [124] R:OK -2015-03-10 06:53:27 queue INFO >>83 [125] -2015-03-10 06:53:28 sendUrl INFO 83 [125] R:OK -2015-03-10 06:54:17 queue INFO >>83 [126] -2015-03-10 06:54:17 sendUrl INFO 83 [126] R:OK -2015-03-10 06:54:44 queue INFO 87 [127] -2015-03-10 06:54:44 queue INFO >87 [128] -2015-03-10 06:54:44 sendUrl INFO 87 [127] R:OK -2015-03-10 06:54:45 sendUrl INFO 87 [128] R:OK -2015-03-10 06:54:45 queue INFO 83 [129] -2015-03-10 06:54:45 queue INFO >83 [130] -2015-03-10 06:54:46 sendUrl INFO 83 [129] R:OK -2015-03-10 06:54:46 sendUrl INFO 83 [130] R:OK -2015-03-10 06:55:35 queue INFO >>83 [131] -2015-03-10 06:55:35 sendUrl INFO 83 [131] R:OK -2015-03-10 06:56:25 queue INFO >>83 [132] -2015-03-10 06:56:26 sendUrl INFO 83 [132] R:OK -2015-03-10 06:57:16 queue INFO >>83 [133] -2015-03-10 06:57:16 sendUrl INFO 83 [133] R:OK -2015-03-10 06:58:06 queue INFO >>83 [134] -2015-03-10 06:58:06 sendUrl INFO 83 [134] R:OK -2015-03-10 06:58:56 queue INFO >>83 [135] -2015-03-10 06:58:56 sendUrl INFO 83 [135] R:OK -2015-03-10 06:59:46 queue INFO >>83 [136] -2015-03-10 06:59:47 sendUrl INFO 83 [136] R:OK -2015-03-10 07:00:36 queue INFO >>83 [137] -2015-03-10 07:00:37 sendUrl INFO 83 [137] R:OK -2015-03-10 07:01:26 queue INFO >>83 [138] -2015-03-10 07:01:27 sendUrl INFO 83 [138] R:OK -2015-03-10 07:01:53 queue INFO 87 [139] -2015-03-10 07:01:53 queue INFO >87 [140] -2015-03-10 07:01:53 sendUrl INFO 87 [139] R:OK -2015-03-10 07:01:54 sendUrl INFO 87 [140] R:OK -2015-03-10 07:01:54 queue INFO 83 [141] -2015-03-10 07:01:54 queue INFO >83 [142] -2015-03-10 07:01:55 sendUrl INFO 83 [141] R:OK -2015-03-10 07:01:55 sendUrl INFO 83 [142] R:OK -2015-03-10 07:02:44 queue INFO >>83 [143] -2015-03-10 07:02:44 sendUrl INFO 83 [143] R:OK -2015-03-10 07:03:34 queue INFO >>83 [144] -2015-03-10 07:03:35 sendUrl INFO 83 [144] R:OK -2015-03-10 07:04:25 queue INFO >>83 [145] -2015-03-10 07:04:25 sendUrl INFO 83 [145] R:OK -2015-03-10 07:05:15 queue INFO >>83 [146] -2015-03-10 07:05:15 sendUrl INFO 83 [146] R:OK -2015-03-10 07:06:05 queue INFO >>83 [147] -2015-03-10 07:06:05 sendUrl INFO 83 [147] R:OK -2015-03-10 07:06:55 queue INFO >>83 [148] -2015-03-10 07:06:55 sendUrl INFO 83 [148] R:OK -2015-03-10 07:07:45 queue INFO >>83 [149] -2015-03-10 07:07:45 sendUrl INFO 83 [149] R:OK -2015-03-10 07:08:35 queue INFO >>83 [150] -2015-03-10 07:08:36 sendUrl INFO 83 [150] R:OK -2015-03-10 07:09:01 queue INFO 87 [151] -2015-03-10 07:09:01 queue INFO >87 [152] -2015-03-10 07:09:01 sendUrl INFO 87 [151] R:OK -2015-03-10 07:09:02 sendUrl INFO 87 [152] R:OK -2015-03-10 07:09:03 queue INFO 83 [153] -2015-03-10 07:09:03 sendUrl INFO 83 [153] R:OK -2015-03-10 07:09:03 queue INFO >83 [154] -2015-03-10 07:09:03 sendUrl INFO 83 [154] R:OK -2015-03-10 07:09:53 queue INFO >>83 [155] -2015-03-10 07:09:53 sendUrl INFO 83 [155] R:OK -2015-03-10 07:10:43 queue INFO >>83 [156] -2015-03-10 07:10:44 sendUrl INFO 83 [156] R:OK -2015-03-10 07:11:33 queue INFO >>83 [157] -2015-03-10 07:11:34 sendUrl INFO 83 [157] R:OK -2015-03-10 07:12:23 queue INFO >>83 [158] -2015-03-10 07:12:24 sendUrl INFO 83 [158] R:OK -2015-03-10 07:13:14 queue INFO >>83 [159] -2015-03-10 07:13:14 sendUrl INFO 83 [159] R:OK -2015-03-10 07:14:04 queue INFO >>83 [160] -2015-03-10 07:14:04 sendUrl INFO 83 [160] R:OK -2015-03-10 07:14:54 queue INFO >>83 [161] -2015-03-10 07:14:54 sendUrl INFO 83 [161] R:OK -2015-03-10 07:15:44 queue INFO >>83 [162] -2015-03-10 07:15:44 sendUrl INFO 83 [162] R:OK -2015-03-10 07:16:10 queue INFO C7 [163] -2015-03-10 07:16:10 queue INFO >C7 [164] -2015-03-10 07:16:10 sendUrl INFO C7 [163] R:OK -2015-03-10 07:16:11 sendUrl INFO C7 [164] R:OK -2015-03-10 07:16:12 queue INFO C3 [165] -2015-03-10 07:16:12 queue INFO >C3 [166] -2015-03-10 07:16:12 sendUrl INFO C3 [165] R:OK -2015-03-10 07:16:12 sendUrl INFO C3 [166] R:OK -2015-03-10 07:17:02 queue INFO >>C3 [167] -2015-03-10 07:17:02 sendUrl INFO C3 [167] R:OK -2015-03-10 07:17:52 queue INFO >>C3 [168] -2015-03-10 07:17:52 sendUrl INFO C3 [168] R:OK -2015-03-10 07:18:42 queue INFO >>C3 [169] -2015-03-10 07:18:42 sendUrl INFO C3 [169] R:OK -2015-03-10 07:19:32 queue INFO >>C3 [170] -2015-03-10 07:19:32 sendUrl INFO C3 [170] R:OK -2015-03-10 07:20:22 queue INFO >>C3 [171] -2015-03-10 07:20:23 sendUrl INFO C3 [171] R:OK -2015-03-10 07:21:12 queue INFO >>C3 [172] -2015-03-10 07:21:13 sendUrl INFO C3 [172] R:OK -2015-03-10 07:22:03 queue INFO >>C3 [173] -2015-03-10 07:22:03 sendUrl INFO C3 [173] R:OK -2015-03-10 07:22:53 queue INFO >>C3 [174] -2015-03-10 07:22:53 sendUrl INFO C3 [174] R:OK -2015-03-10 07:23:16 queue INFO 83 [175] -2015-03-10 07:23:16 queue INFO >83 [176] -2015-03-10 07:23:16 sendUrl INFO 83 [175] R:OK -2015-03-10 07:23:17 sendUrl INFO 83 [176] R:OK -2015-03-10 07:23:19 queue INFO 87 [177] -2015-03-10 07:23:19 sendUrl INFO 87 [177] R:OK -2015-03-10 07:23:19 queue INFO >87 [178] -2015-03-10 07:23:19 sendUrl INFO 87 [178] R:OK -2015-03-10 07:23:20 queue INFO 83 [179] -2015-03-10 07:23:20 queue INFO >83 [180] -2015-03-10 07:23:21 sendUrl INFO 83 [179] R:OK -2015-03-10 07:23:21 sendUrl INFO 83 [180] R:OK -2015-03-10 07:24:10 queue INFO >>83 [181] -2015-03-10 07:24:11 sendUrl INFO 83 [181] R:OK -2015-03-10 07:25:01 queue INFO >>83 [182] -2015-03-10 07:25:01 sendUrl INFO 83 [182] R:OK -2015-03-10 07:25:51 queue INFO >>83 [183] -2015-03-10 07:25:51 sendUrl INFO 83 [183] R:OK -2015-03-10 07:26:41 queue INFO >>83 [184] -2015-03-10 07:26:41 sendUrl INFO 83 [184] R:OK -2015-03-10 07:27:31 queue INFO >>83 [185] -2015-03-10 07:27:32 sendUrl INFO 83 [185] R:OK -2015-03-10 07:28:21 queue INFO >>83 [186] -2015-03-10 07:28:21 sendUrl INFO 83 [186] R:OK -2015-03-10 07:29:11 queue INFO >>83 [187] -2015-03-10 07:29:12 sendUrl INFO 83 [187] R:OK -2015-03-10 07:30:01 queue INFO >>83 [188] -2015-03-10 07:30:02 sendUrl INFO 83 [188] R:OK -2015-03-10 07:30:28 queue INFO 87 [189] -2015-03-10 07:30:28 queue INFO >87 [190] -2015-03-10 07:30:29 sendUrl INFO 87 [189] R:OK -2015-03-10 07:30:29 sendUrl INFO 87 [190] R:OK -2015-03-10 07:30:30 queue INFO 83 [191] -2015-03-10 07:30:30 queue INFO >83 [192] -2015-03-10 07:30:30 sendUrl INFO 83 [191] R:OK -2015-03-10 07:30:31 sendUrl INFO 83 [192] R:OK -2015-03-10 07:31:20 queue INFO >>83 [193] -2015-03-10 07:31:20 sendUrl INFO 83 [193] R:OK -2015-03-10 07:32:10 queue INFO >>83 [194] -2015-03-10 07:32:10 sendUrl INFO 83 [194] R:OK -2015-03-10 07:33:00 queue INFO >>83 [195] -2015-03-10 07:33:01 sendUrl INFO 83 [195] R:OK -2015-03-10 07:33:50 queue INFO >>83 [196] -2015-03-10 07:33:51 sendUrl INFO 83 [196] R:OK -2015-03-10 07:34:41 queue INFO >>83 [197] -2015-03-10 07:34:41 sendUrl INFO 83 [197] R:OK -2015-03-10 07:35:23 queue INFO 81 [198] -2015-03-10 07:35:23 queue INFO >81 [199] -2015-03-10 07:35:24 sendUrl INFO 81 [198] R:OK -2015-03-10 07:35:24 sendUrl INFO 81 [199] R:OK -2015-03-10 07:36:13 queue INFO >>81 [200] -2015-03-10 07:36:14 sendUrl INFO 81 [200] R:OK -2015-03-10 07:37:04 queue INFO >>81 [201] -2015-03-10 07:37:04 sendUrl INFO 81 [201] R:OK -2015-03-10 07:37:40 queue INFO 91 [202] -2015-03-10 07:37:40 queue INFO 99 [203] -2015-03-10 07:37:41 queue INFO >99 [204] -2015-03-10 07:37:41 sendUrl INFO 91 [202] R:OK -2015-03-10 07:37:41 sendUrl INFO 99 [203] R:OK -2015-03-10 07:37:42 sendUrl INFO 99 [204] R:OK -2015-03-10 07:38:30 queue INFO >>99 [205] -2015-03-10 07:38:31 sendUrl INFO 99 [205] R:OK -2015-03-10 07:39:21 queue INFO >>99 [206] -2015-03-10 07:39:21 sendUrl INFO 99 [206] R:OK -2015-03-10 07:40:11 queue INFO >>99 [207] -2015-03-10 07:40:11 sendUrl INFO 99 [207] R:OK -2015-03-10 07:41:01 queue INFO >>99 [208] -2015-03-10 07:41:02 sendUrl INFO 99 [208] R:OK -2015-03-10 07:41:51 queue INFO >>99 [209] -2015-03-10 07:41:51 sendUrl INFO 99 [209] R:OK -2015-03-10 07:42:25 queue INFO 89 [210] -2015-03-10 07:42:25 queue INFO >89 [211] -2015-03-10 07:42:25 sendUrl INFO 89 [210] R:OK -2015-03-10 07:42:26 sendUrl INFO 89 [211] R:OK -2015-03-10 07:42:28 queue INFO 81 [212] -2015-03-10 07:42:28 queue INFO >81 [213] -2015-03-10 07:42:28 sendUrl INFO 81 [212] R:OK -2015-03-10 07:42:29 sendUrl INFO 81 [213] R:OK -2015-03-10 07:42:30 queue INFO 83 [214] -2015-03-10 07:42:30 queue INFO >83 [215] -2015-03-10 07:42:30 sendUrl INFO 83 [214] R:OK -2015-03-10 07:42:31 sendUrl INFO 83 [215] R:OK -2015-03-10 07:42:56 queue INFO 87 [216] -2015-03-10 07:42:56 queue INFO >87 [217] -2015-03-10 07:42:57 sendUrl INFO 87 [216] R:OK -2015-03-10 07:42:57 sendUrl INFO 87 [217] R:OK -2015-03-10 07:42:58 queue INFO 83 [218] -2015-03-10 07:42:58 queue INFO >83 [219] -2015-03-10 07:42:58 sendUrl INFO 83 [218] R:OK -2015-03-10 07:42:59 sendUrl INFO 83 [219] R:OK -2015-03-10 07:43:48 queue INFO >>83 [220] -2015-03-10 07:43:48 sendUrl INFO 83 [220] R:OK -2015-03-10 07:44:38 queue INFO >>83 [221] -2015-03-10 07:44:39 sendUrl INFO 83 [221] R:OK -2015-03-10 07:45:28 queue INFO >>83 [222] -2015-03-10 07:45:29 sendUrl INFO 83 [222] R:OK -2015-03-10 07:46:19 queue INFO >>83 [223] -2015-03-10 07:46:19 sendUrl INFO 83 [223] R:OK -2015-03-10 07:47:09 queue INFO >>83 [224] -2015-03-10 07:47:09 sendUrl INFO 83 [224] R:OK -2015-03-10 07:47:59 queue INFO >>83 [225] -2015-03-10 07:47:59 sendUrl INFO 83 [225] R:OK -2015-03-10 07:48:49 queue INFO >>83 [226] -2015-03-10 07:48:49 sendUrl INFO 83 [226] R:OK -2015-03-10 07:49:39 queue INFO >>83 [227] -2015-03-10 07:49:40 sendUrl INFO 83 [227] R:OK -2015-03-10 07:50:05 queue INFO 87 [228] -2015-03-10 07:50:05 queue INFO >87 [229] -2015-03-10 07:50:06 sendUrl INFO 87 [228] R:OK -2015-03-10 07:50:06 sendUrl INFO 87 [229] R:OK -2015-03-10 07:50:07 queue INFO 83 [230] -2015-03-10 07:50:07 queue INFO >83 [231] -2015-03-10 07:50:07 sendUrl INFO 83 [230] R:OK -2015-03-10 07:50:08 sendUrl INFO 83 [231] R:OK -2015-03-10 07:50:57 queue INFO >>83 [232] -2015-03-10 07:50:57 sendUrl INFO 83 [232] R:OK -2015-03-10 07:51:47 queue INFO >>83 [233] -2015-03-10 07:51:47 sendUrl INFO 83 [233] R:OK -2015-03-10 07:52:37 queue INFO >>83 [234] -2015-03-10 07:52:38 sendUrl INFO 83 [234] R:OK -2015-03-10 07:53:27 queue INFO >>83 [235] -2015-03-10 07:53:28 sendUrl INFO 83 [235] R:OK -2015-03-10 07:54:18 queue INFO >>83 [236] -2015-03-10 07:54:18 sendUrl INFO 83 [236] R:OK -2015-03-10 07:55:08 queue INFO >>83 [237] -2015-03-10 07:55:08 sendUrl INFO 83 [237] R:OK -2015-03-10 07:55:58 queue INFO >>83 [238] -2015-03-10 07:55:58 sendUrl INFO 83 [238] R:OK -2015-03-10 07:56:48 queue INFO >>83 [239] -2015-03-10 07:56:48 sendUrl INFO 83 [239] R:OK -2015-03-10 07:57:14 queue INFO 87 [240] -2015-03-10 07:57:14 queue INFO >87 [241] -2015-03-10 07:57:15 sendUrl INFO 87 [240] R:OK -2015-03-10 07:57:15 sendUrl INFO 87 [241] R:OK -2015-03-10 07:57:16 queue INFO 83 [242] -2015-03-10 07:57:16 queue INFO >83 [243] -2015-03-10 07:57:16 sendUrl INFO 83 [242] R:OK -2015-03-10 07:57:17 sendUrl INFO 83 [243] R:OK -2015-03-10 07:58:06 queue INFO >>83 [244] -2015-03-10 07:58:06 sendUrl INFO 83 [244] R:OK -2015-03-10 07:58:56 queue INFO >>83 [245] -2015-03-10 07:58:56 sendUrl INFO 83 [245] R:OK -2015-03-10 07:59:46 queue INFO >>83 [246] -2015-03-10 07:59:47 sendUrl INFO 83 [246] R:OK -2015-03-10 08:00:36 queue INFO >>83 [247] -2015-03-10 08:00:36 sendUrl INFO 83 [247] R:OK -2015-03-10 08:01:27 queue INFO >>83 [248] -2015-03-10 08:01:27 sendUrl INFO 83 [248] R:OK -2015-03-10 08:02:17 queue INFO >>83 [249] -2015-03-10 08:02:17 sendUrl INFO 83 [249] R:OK -2015-03-10 08:03:07 queue INFO >>83 [250] -2015-03-10 08:03:07 sendUrl INFO 83 [250] R:OK -2015-03-10 08:03:57 queue INFO >>83 [251] -2015-03-10 08:03:57 sendUrl INFO 83 [251] R:OK -2015-03-10 08:04:23 queue INFO 87 [252] -2015-03-10 08:04:23 queue INFO >87 [253] -2015-03-10 08:04:23 sendUrl INFO 87 [252] R:OK -2015-03-10 08:04:24 sendUrl INFO 87 [253] R:OK -2015-03-10 08:04:24 queue INFO 83 [254] -2015-03-10 08:04:25 sendUrl INFO 83 [254] R:OK -2015-03-10 08:04:25 queue INFO >83 [255] -2015-03-10 08:04:25 sendUrl INFO 83 [255] R:OK -2015-03-10 08:05:15 queue INFO >>83 [256] -2015-03-10 08:05:15 sendUrl INFO 83 [256] R:OK -2015-03-10 08:06:05 queue INFO >>83 [257] -2015-03-10 08:06:05 sendUrl INFO 83 [257] R:OK -2015-03-10 08:06:55 queue INFO >>83 [258] -2015-03-10 08:06:55 sendUrl INFO 83 [258] R:OK -2015-03-10 08:07:45 queue INFO >>83 [259] -2015-03-10 08:07:45 sendUrl INFO 83 [259] R:OK -2015-03-10 08:08:35 queue INFO >>83 [260] -2015-03-10 08:08:36 sendUrl INFO 83 [260] R:OK -2015-03-10 08:09:25 queue INFO >>83 [261] -2015-03-10 08:09:26 sendUrl INFO 83 [261] R:OK -2015-03-10 08:10:16 queue INFO >>83 [262] -2015-03-10 08:10:16 sendUrl INFO 83 [262] R:OK -2015-03-10 08:11:06 queue INFO >>83 [263] -2015-03-10 08:11:06 sendUrl INFO 83 [263] R:OK -2015-03-10 08:11:32 queue INFO C7 [264] -2015-03-10 08:11:32 queue INFO >C7 [265] -2015-03-10 08:11:32 sendUrl INFO C7 [264] R:OK -2015-03-10 08:11:32 sendUrl INFO C7 [265] R:OK -2015-03-10 08:11:33 queue INFO C3 [266] -2015-03-10 08:11:33 queue INFO >C3 [267] -2015-03-10 08:11:34 sendUrl INFO C3 [266] R:OK -2015-03-10 08:11:34 sendUrl INFO C3 [267] R:OK -2015-03-10 08:12:23 queue INFO >>C3 [268] -2015-03-10 08:12:24 sendUrl INFO C3 [268] R:OK -2015-03-10 08:13:13 queue INFO >>C3 [269] -2015-03-10 08:13:14 sendUrl INFO C3 [269] R:OK -2015-03-10 08:14:04 queue INFO >>C3 [270] -2015-03-10 08:14:04 sendUrl INFO C3 [270] R:OK -2015-03-10 08:14:54 queue INFO >>C3 [271] -2015-03-10 08:14:54 sendUrl INFO C3 [271] R:OK -2015-03-10 08:15:44 queue INFO >>C3 [272] -2015-03-10 08:15:44 sendUrl INFO C3 [272] R:OK -2015-03-10 08:16:34 queue INFO >>C3 [273] -2015-03-10 08:16:35 sendUrl INFO C3 [273] R:OK -2015-03-10 08:17:24 queue INFO >>C3 [274] -2015-03-10 08:17:24 sendUrl INFO C3 [274] R:OK -2015-03-10 08:18:14 queue INFO >>C3 [275] -2015-03-10 08:18:15 sendUrl INFO C3 [275] R:OK -2015-03-10 08:18:38 queue INFO 83 [276] -2015-03-10 08:18:38 sendUrl INFO 83 [276] R:OK -2015-03-10 08:18:38 queue INFO >83 [277] -2015-03-10 08:18:38 sendUrl INFO 83 [277] R:OK -2015-03-10 08:18:40 queue INFO 87 [278] -2015-03-10 08:18:40 sendUrl INFO 87 [278] R:OK -2015-03-10 08:18:41 queue INFO >87 [279] -2015-03-10 08:18:41 sendUrl INFO 87 [279] R:OK -2015-03-10 08:18:42 queue INFO 83 [280] -2015-03-10 08:18:42 queue INFO >83 [281] -2015-03-10 08:18:42 sendUrl INFO 83 [280] R:OK -2015-03-10 08:18:43 sendUrl INFO 83 [281] R:OK -2015-03-10 08:19:32 queue INFO >>83 [282] -2015-03-10 08:19:32 sendUrl INFO 83 [282] R:OK -2015-03-10 08:20:22 queue INFO >>83 [283] -2015-03-10 08:20:23 sendUrl INFO 83 [283] R:OK -2015-03-10 08:21:12 queue INFO >>83 [284] -2015-03-10 08:21:13 sendUrl INFO 83 [284] R:OK -2015-03-10 08:22:03 queue INFO >>83 [285] -2015-03-10 08:22:03 sendUrl INFO 83 [285] R:OK -2015-03-10 08:22:53 queue INFO >>83 [286] -2015-03-10 08:22:53 sendUrl INFO 83 [286] R:OK -2015-03-10 08:23:43 queue INFO >>83 [287] -2015-03-10 08:23:43 sendUrl INFO 83 [287] R:OK -2015-03-10 08:24:33 queue INFO >>83 [288] -2015-03-10 08:24:33 sendUrl INFO 83 [288] R:OK -2015-03-10 08:25:23 queue INFO >>83 [289] -2015-03-10 08:25:24 sendUrl INFO 83 [289] R:OK -2015-03-10 08:25:50 queue INFO 87 [290] -2015-03-10 08:25:50 queue INFO >87 [291] -2015-03-10 08:25:50 sendUrl INFO 87 [290] R:OK -2015-03-10 08:25:51 sendUrl INFO 87 [291] R:OK -2015-03-10 08:25:51 queue INFO 83 [292] -2015-03-10 08:25:52 queue INFO >83 [293] -2015-03-10 08:25:52 sendUrl INFO 83 [292] R:OK -2015-03-10 08:25:52 sendUrl INFO 83 [293] R:OK -2015-03-10 08:26:42 queue INFO >>83 [294] -2015-03-10 08:26:42 sendUrl INFO 83 [294] R:OK -2015-03-10 08:27:32 queue INFO >>83 [295] -2015-03-10 08:27:32 sendUrl INFO 83 [295] R:OK -2015-03-10 08:28:22 queue INFO >>83 [296] -2015-03-10 08:28:22 sendUrl INFO 83 [296] R:OK -2015-03-10 08:29:12 queue INFO >>83 [297] -2015-03-10 08:29:12 sendUrl INFO 83 [297] R:OK -2015-03-10 08:30:02 queue INFO >>83 [298] -2015-03-10 08:30:03 sendUrl INFO 83 [298] R:OK -2015-03-10 08:30:52 queue INFO >>83 [299] -2015-03-10 08:30:53 sendUrl INFO 83 [299] R:OK -2015-03-10 08:31:43 queue INFO >>83 [300] -2015-03-10 08:31:43 sendUrl INFO 83 [300] R:OK -2015-03-10 08:32:33 queue INFO >>83 [301] -2015-03-10 08:32:33 sendUrl INFO 83 [301] R:OK -2015-03-10 08:32:59 queue INFO 87 [302] -2015-03-10 08:32:59 queue INFO >87 [303] -2015-03-10 08:32:59 sendUrl INFO 87 [302] R:OK -2015-03-10 08:33:00 sendUrl INFO 87 [303] R:OK -2015-03-10 08:33:01 queue INFO 83 [304] -2015-03-10 08:33:01 sendUrl INFO 83 [304] R:OK -2015-03-10 08:33:01 queue INFO >83 [305] -2015-03-10 08:33:01 sendUrl INFO 83 [305] R:OK -2015-03-10 08:33:51 queue INFO >>83 [306] -2015-03-10 08:33:51 sendUrl INFO 83 [306] R:OK -2015-03-10 08:34:41 queue INFO >>83 [307] -2015-03-10 08:34:41 sendUrl INFO 83 [307] R:OK -2015-03-10 08:35:31 queue INFO >>83 [308] -2015-03-10 08:35:31 sendUrl INFO 83 [308] R:OK -2015-03-10 08:36:21 queue INFO >>83 [309] -2015-03-10 08:36:22 sendUrl INFO 83 [309] R:OK -2015-03-10 08:37:11 queue INFO >>83 [310] -2015-03-10 08:37:11 sendUrl INFO 83 [310] R:OK -2015-03-10 08:38:01 queue INFO >>83 [311] -2015-03-10 08:38:02 sendUrl INFO 83 [311] R:OK -2015-03-10 08:38:52 queue INFO >>83 [312] -2015-03-10 08:38:52 sendUrl INFO 83 [312] R:OK -2015-03-10 08:39:42 queue INFO >>83 [313] -2015-03-10 08:39:42 sendUrl INFO 83 [313] R:OK -2015-03-10 08:40:08 queue INFO 87 [314] -2015-03-10 08:40:08 queue INFO >87 [315] -2015-03-10 08:40:08 sendUrl INFO 87 [314] R:OK -2015-03-10 08:40:09 sendUrl INFO 87 [315] R:OK -2015-03-10 08:40:09 queue INFO 83 [316] -2015-03-10 08:40:10 sendUrl INFO 83 [316] R:OK -2015-03-10 08:40:10 queue INFO >83 [317] -2015-03-10 08:40:10 sendUrl INFO 83 [317] R:OK -2015-03-10 08:41:00 queue INFO >>83 [318] -2015-03-10 08:41:00 sendUrl INFO 83 [318] R:OK -2015-03-10 08:41:50 queue INFO >>83 [319] -2015-03-10 08:41:50 sendUrl INFO 83 [319] R:OK -2015-03-10 08:42:40 queue INFO >>83 [320] -2015-03-10 08:42:40 sendUrl INFO 83 [320] R:OK -2015-03-10 08:43:30 queue INFO >>83 [321] -2015-03-10 08:43:30 sendUrl INFO 83 [321] R:OK -2015-03-10 08:44:20 queue INFO >>83 [322] -2015-03-10 08:44:20 sendUrl INFO 83 [322] R:OK -2015-03-10 08:45:10 queue INFO >>83 [323] -2015-03-10 08:45:11 sendUrl INFO 83 [323] R:OK -2015-03-10 08:46:01 queue INFO >>83 [324] -2015-03-10 08:46:01 sendUrl INFO 83 [324] R:OK -2015-03-10 08:46:51 queue INFO >>83 [325] -2015-03-10 08:46:51 sendUrl INFO 83 [325] R:OK -2015-03-10 08:47:17 queue INFO 87 [326] -2015-03-10 08:47:17 queue INFO >87 [327] -2015-03-10 08:47:17 sendUrl INFO 87 [326] R:OK -2015-03-10 08:47:18 sendUrl INFO 87 [327] R:OK -2015-03-10 08:47:18 queue INFO 83 [328] -2015-03-10 08:47:18 queue INFO >83 [329] -2015-03-10 08:47:19 sendUrl INFO 83 [328] R:OK -2015-03-10 08:47:19 sendUrl INFO 83 [329] R:OK -2015-03-10 08:48:08 queue INFO >>83 [330] -2015-03-10 08:48:09 sendUrl INFO 83 [330] R:OK -2015-03-10 08:48:58 queue INFO >>83 [331] -2015-03-10 08:48:59 sendUrl INFO 83 [331] R:OK -2015-03-10 08:49:49 queue INFO >>83 [332] -2015-03-10 08:49:49 sendUrl INFO 83 [332] R:OK -2015-03-10 08:50:39 queue INFO >>83 [333] -2015-03-10 08:50:39 sendUrl INFO 83 [333] R:OK -2015-03-10 08:51:29 queue INFO >>83 [334] -2015-03-10 08:51:29 sendUrl INFO 83 [334] R:OK -2015-03-10 08:52:19 queue INFO >>83 [335] -2015-03-10 08:52:20 sendUrl INFO 83 [335] R:OK -2015-03-10 08:53:09 queue INFO >>83 [336] -2015-03-10 08:53:09 sendUrl INFO 83 [336] R:OK -2015-03-10 08:53:59 queue INFO >>83 [337] -2015-03-10 08:54:00 sendUrl INFO 83 [337] R:OK -2015-03-10 08:54:25 queue INFO C7 [338] -2015-03-10 08:54:25 sendUrl INFO C7 [338] R:OK -2015-03-10 08:54:26 queue INFO >C7 [339] -2015-03-10 08:54:26 sendUrl INFO C7 [339] R:OK -2015-03-10 08:54:27 queue INFO C3 [340] -2015-03-10 08:54:27 queue INFO >C3 [341] -2015-03-10 08:54:27 sendUrl INFO C3 [340] R:OK -2015-03-10 08:54:28 sendUrl INFO C3 [341] R:OK -2015-03-10 08:55:17 queue INFO >>C3 [342] -2015-03-10 08:55:17 sendUrl INFO C3 [342] R:OK -2015-03-10 08:56:07 queue INFO >>C3 [343] -2015-03-10 08:56:08 sendUrl INFO C3 [343] R:OK -2015-03-10 08:56:57 queue INFO >>C3 [344] -2015-03-10 08:56:57 sendUrl INFO C3 [344] R:OK -2015-03-10 08:57:48 queue INFO >>C3 [345] -2015-03-10 08:57:48 sendUrl INFO C3 [345] R:OK -2015-03-10 08:58:38 queue INFO >>C3 [346] -2015-03-10 08:58:38 sendUrl INFO C3 [346] R:OK -2015-03-10 08:59:28 queue INFO >>C3 [347] -2015-03-10 08:59:28 sendUrl INFO C3 [347] R:OK -2015-03-10 09:00:18 queue INFO >>C3 [348] -2015-03-10 09:00:18 sendUrl INFO C3 [348] R:OK -2015-03-10 09:01:08 queue INFO >>C3 [349] -2015-03-10 09:01:09 sendUrl INFO C3 [349] R:OK -2015-03-10 09:01:31 queue INFO 83 [350] -2015-03-10 09:01:32 queue INFO >83 [351] -2015-03-10 09:01:32 sendUrl INFO 83 [350] R:OK -2015-03-10 09:01:32 sendUrl INFO 83 [351] R:OK -2015-03-10 09:01:34 queue INFO 87 [352] -2015-03-10 09:01:34 queue INFO >87 [353] -2015-03-10 09:01:34 sendUrl INFO 87 [352] R:OK -2015-03-10 09:01:35 sendUrl INFO 87 [353] R:OK -2015-03-10 09:01:36 queue INFO 83 [354] -2015-03-10 09:01:36 queue INFO >83 [355] -2015-03-10 09:01:36 sendUrl INFO 83 [354] R:OK -2015-03-10 09:01:36 sendUrl INFO 83 [355] R:OK -2015-03-10 09:02:26 queue INFO >>83 [356] -2015-03-10 09:02:26 sendUrl INFO 83 [356] R:OK -2015-03-10 09:03:16 queue INFO >>83 [357] -2015-03-10 09:03:16 sendUrl INFO 83 [357] R:OK -2015-03-10 09:04:06 queue INFO >>83 [358] -2015-03-10 09:04:06 sendUrl INFO 83 [358] R:OK -2015-03-10 09:04:56 queue INFO >>83 [359] -2015-03-10 09:04:57 sendUrl INFO 83 [359] R:OK -2015-03-10 09:05:46 queue INFO >>83 [360] -2015-03-10 09:05:47 sendUrl INFO 83 [360] R:OK -2015-03-10 09:06:37 queue INFO >>83 [361] -2015-03-10 09:06:37 sendUrl INFO 83 [361] R:OK -2015-03-10 09:07:27 queue INFO >>83 [362] -2015-03-10 09:07:27 sendUrl INFO 83 [362] R:OK -2015-03-10 09:08:17 queue INFO >>83 [363] -2015-03-10 09:08:17 sendUrl INFO 83 [363] R:OK -2015-03-10 09:08:44 queue INFO 87 [364] -2015-03-10 09:08:44 queue INFO >87 [365] -2015-03-10 09:08:44 sendUrl INFO 87 [364] R:OK -2015-03-10 09:08:44 sendUrl INFO 87 [365] R:OK -2015-03-10 09:08:45 queue INFO 83 [366] -2015-03-10 09:08:45 sendUrl INFO 83 [366] R:OK -2015-03-10 09:08:45 queue INFO >83 [367] -2015-03-10 09:08:46 sendUrl INFO 83 [367] R:OK -2015-03-10 09:09:35 queue INFO >>83 [368] -2015-03-10 09:09:36 sendUrl INFO 83 [368] R:OK -2015-03-10 09:10:25 queue INFO >>83 [369] -2015-03-10 09:10:26 sendUrl INFO 83 [369] R:OK -2015-03-10 09:11:16 queue INFO >>83 [370] -2015-03-10 09:11:16 sendUrl INFO 83 [370] R:OK -2015-03-10 09:12:06 queue INFO >>83 [371] -2015-03-10 09:12:06 sendUrl INFO 83 [371] R:OK -2015-03-10 09:12:56 queue INFO >>83 [372] -2015-03-10 09:12:57 sendUrl INFO 83 [372] R:OK -2015-03-10 09:13:46 queue INFO >>83 [373] -2015-03-10 09:13:46 sendUrl INFO 83 [373] R:OK -2015-03-10 09:14:36 queue INFO >>83 [374] -2015-03-10 09:14:37 sendUrl INFO 83 [374] R:OK -2015-03-10 09:15:26 queue INFO >>83 [375] -2015-03-10 09:15:27 sendUrl INFO 83 [375] R:OK -2015-03-10 09:15:52 queue INFO 87 [376] -2015-03-10 09:15:53 queue INFO >87 [377] -2015-03-10 09:15:53 sendUrl INFO 87 [376] R:OK -2015-03-10 09:15:53 sendUrl INFO 87 [377] R:OK -2015-03-10 09:15:54 queue INFO 83 [378] -2015-03-10 09:15:54 queue INFO >83 [379] -2015-03-10 09:15:54 sendUrl INFO 83 [378] R:OK -2015-03-10 09:15:55 sendUrl INFO 83 [379] R:OK -2015-03-10 09:16:44 queue INFO >>83 [380] -2015-03-10 09:16:45 sendUrl INFO 83 [380] R:OK -2015-03-10 09:17:34 queue INFO >>83 [381] -2015-03-10 09:17:34 sendUrl INFO 83 [381] R:OK -2015-03-10 09:18:24 queue INFO >>83 [382] -2015-03-10 09:18:25 sendUrl INFO 83 [382] R:OK -2015-03-10 09:19:15 queue INFO >>83 [383] -2015-03-10 09:19:15 sendUrl INFO 83 [383] R:OK -2015-03-10 09:20:05 queue INFO >>83 [384] -2015-03-10 09:20:05 sendUrl INFO 83 [384] R:OK -2015-03-10 09:20:55 queue INFO >>83 [385] -2015-03-10 09:20:55 sendUrl INFO 83 [385] R:OK -2015-03-10 09:21:45 queue INFO >>83 [386] -2015-03-10 09:21:45 sendUrl INFO 83 [386] R:OK -2015-03-10 09:22:35 queue INFO >>83 [387] -2015-03-10 09:22:35 sendUrl INFO 83 [387] R:OK -2015-03-10 09:23:01 queue INFO 87 [388] -2015-03-10 09:23:02 queue INFO >87 [389] -2015-03-10 09:23:02 sendUrl INFO 87 [388] R:OK -2015-03-10 09:23:02 sendUrl INFO 87 [389] R:OK -2015-03-10 09:23:03 queue INFO 83 [390] -2015-03-10 09:23:03 sendUrl INFO 83 [390] R:OK -2015-03-10 09:23:03 queue INFO >83 [391] -2015-03-10 09:23:04 sendUrl INFO 83 [391] R:OK -2015-03-10 09:23:53 queue INFO >>83 [392] -2015-03-10 09:23:53 sendUrl INFO 83 [392] R:OK -2015-03-10 09:24:43 queue INFO >>83 [393] -2015-03-10 09:24:44 sendUrl INFO 83 [393] R:OK -2015-03-10 09:25:33 queue INFO >>83 [394] -2015-03-10 09:25:34 sendUrl INFO 83 [394] R:OK -2015-03-10 09:26:24 queue INFO >>83 [395] -2015-03-10 09:26:24 sendUrl INFO 83 [395] R:OK -2015-03-10 09:27:14 queue INFO >>83 [396] -2015-03-10 09:27:14 sendUrl INFO 83 [396] R:OK -2015-03-10 09:28:04 queue INFO >>83 [397] -2015-03-10 09:28:04 sendUrl INFO 83 [397] R:OK -2015-03-10 09:28:54 queue INFO >>83 [398] -2015-03-10 09:28:55 sendUrl INFO 83 [398] R:OK -2015-03-10 09:29:44 queue INFO >>83 [399] -2015-03-10 09:29:44 sendUrl INFO 83 [399] R:OK -2015-03-10 09:30:10 queue INFO 87 [400] -2015-03-10 09:30:10 queue INFO >87 [401] -2015-03-10 09:30:11 sendUrl INFO 87 [400] R:OK -2015-03-10 09:30:11 sendUrl INFO 87 [401] R:OK -2015-03-10 09:30:12 queue INFO 83 [402] -2015-03-10 09:30:12 queue INFO >83 [403] -2015-03-10 09:30:12 sendUrl INFO 83 [402] R:OK -2015-03-10 09:30:13 sendUrl INFO 83 [403] R:OK -2015-03-10 09:31:02 queue INFO >>83 [404] -2015-03-10 09:31:02 sendUrl INFO 83 [404] R:OK -2015-03-10 09:31:52 queue INFO >>83 [405] -2015-03-10 09:31:52 sendUrl INFO 83 [405] R:OK -2015-03-10 09:32:42 queue INFO >>83 [406] -2015-03-10 09:32:43 sendUrl INFO 83 [406] R:OK -2015-03-10 09:33:32 queue INFO >>83 [407] -2015-03-10 09:33:33 sendUrl INFO 83 [407] R:OK -2015-03-10 09:34:22 queue INFO >>83 [408] -2015-03-10 09:34:23 sendUrl INFO 83 [408] R:OK -2015-03-10 09:35:13 queue INFO >>83 [409] -2015-03-10 09:35:13 sendUrl INFO 83 [409] R:OK -2015-03-10 09:36:03 queue INFO >>83 [410] -2015-03-10 09:36:03 sendUrl INFO 83 [410] R:OK -2015-03-10 09:36:53 queue INFO >>83 [411] -2015-03-10 09:36:53 sendUrl INFO 83 [411] R:OK -2015-03-10 09:37:19 queue INFO C7 [412] -2015-03-10 09:37:19 sendUrl INFO C7 [412] R:OK -2015-03-10 09:37:19 queue INFO >C7 [413] -2015-03-10 09:37:19 sendUrl INFO C7 [413] R:OK -2015-03-10 09:37:20 queue INFO C3 [414] -2015-03-10 09:37:21 queue INFO >C3 [415] -2015-03-10 09:37:21 sendUrl INFO C3 [414] R:OK -2015-03-10 09:37:21 sendUrl INFO C3 [415] R:OK -2015-03-10 09:38:11 queue INFO >>C3 [416] -2015-03-10 09:38:11 sendUrl INFO C3 [416] R:OK -2015-03-10 09:39:01 queue INFO >>C3 [417] -2015-03-10 09:39:01 sendUrl INFO C3 [417] R:OK -2015-03-10 09:39:51 queue INFO >>C3 [418] -2015-03-10 09:39:51 sendUrl INFO C3 [418] R:OK -2015-03-10 09:40:41 queue INFO >>C3 [419] -2015-03-10 09:40:41 sendUrl INFO C3 [419] R:OK -2015-03-10 09:41:31 queue INFO >>C3 [420] -2015-03-10 09:41:32 sendUrl INFO C3 [420] R:OK -2015-03-10 09:42:21 queue INFO >>C3 [421] -2015-03-10 09:42:21 sendUrl INFO C3 [421] R:OK -2015-03-10 09:43:12 queue INFO >>C3 [422] -2015-03-10 09:43:12 sendUrl INFO C3 [422] R:OK -2015-03-10 09:44:02 queue INFO >>C3 [423] -2015-03-10 09:44:02 sendUrl INFO C3 [423] R:OK -2015-03-10 09:44:25 queue INFO 83 [424] -2015-03-10 09:44:25 queue INFO >83 [425] -2015-03-10 09:44:25 sendUrl INFO 83 [424] R:OK -2015-03-10 09:44:26 sendUrl INFO 83 [425] R:OK -2015-03-10 09:44:28 queue INFO 87 [426] -2015-03-10 09:44:28 queue INFO >87 [427] -2015-03-10 09:44:28 sendUrl INFO 87 [426] R:OK -2015-03-10 09:44:28 sendUrl INFO 87 [427] R:OK -2015-03-10 09:44:29 queue INFO 83 [428] -2015-03-10 09:44:29 queue INFO >83 [429] -2015-03-10 09:44:29 sendUrl INFO 83 [428] R:OK -2015-03-10 09:44:30 sendUrl INFO 83 [429] R:OK -2015-03-10 09:45:19 queue INFO >>83 [430] -2015-03-10 09:45:20 sendUrl INFO 83 [430] R:OK -2015-03-10 09:46:09 queue INFO >>83 [431] -2015-03-10 09:46:10 sendUrl INFO 83 [431] R:OK -2015-03-10 09:47:00 queue INFO >>83 [432] -2015-03-10 09:47:00 sendUrl INFO 83 [432] R:OK -2015-03-10 09:47:50 queue INFO >>83 [433] -2015-03-10 09:47:50 sendUrl INFO 83 [433] R:OK -2015-03-10 09:48:40 queue INFO >>83 [434] -2015-03-10 09:48:40 sendUrl INFO 83 [434] R:OK -2015-03-10 09:49:30 queue INFO >>83 [435] -2015-03-10 09:49:30 sendUrl INFO 83 [435] R:OK -2015-03-10 09:50:20 queue INFO >>83 [436] -2015-03-10 09:50:21 sendUrl INFO 83 [436] R:OK -2015-03-10 09:51:10 queue INFO >>83 [437] -2015-03-10 09:51:11 sendUrl INFO 83 [437] R:OK -2015-03-10 09:51:37 queue INFO 87 [438] -2015-03-10 09:51:37 queue INFO >87 [439] -2015-03-10 09:51:37 sendUrl INFO 87 [438] R:OK -2015-03-10 09:51:38 sendUrl INFO 87 [439] R:OK -2015-03-10 09:51:39 queue INFO 83 [440] -2015-03-10 09:51:39 queue INFO >83 [441] -2015-03-10 09:51:39 sendUrl INFO 83 [440] R:OK -2015-03-10 09:51:40 sendUrl INFO 83 [441] R:OK -2015-03-10 09:52:29 queue INFO >>83 [442] -2015-03-10 09:52:29 sendUrl INFO 83 [442] R:OK -2015-03-10 09:53:19 queue INFO >>83 [443] -2015-03-10 09:53:19 sendUrl INFO 83 [443] R:OK -2015-03-10 09:54:09 queue INFO >>83 [444] -2015-03-10 09:54:09 sendUrl INFO 83 [444] R:OK -2015-03-10 09:54:59 queue INFO >>83 [445] -2015-03-10 09:55:00 sendUrl INFO 83 [445] R:OK -2015-03-10 09:55:49 queue INFO >>83 [446] -2015-03-10 09:55:50 sendUrl INFO 83 [446] R:OK -2015-03-10 09:56:40 queue INFO >>83 [447] -2015-03-10 09:56:40 sendUrl INFO 83 [447] R:OK -2015-03-10 09:57:30 queue INFO >>83 [448] -2015-03-10 09:57:30 sendUrl INFO 83 [448] R:OK -2015-03-10 09:58:20 queue INFO >>83 [449] -2015-03-10 09:58:20 queue INFO 81 [450] -2015-03-10 09:58:20 queue INFO >81 [451] -2015-03-10 09:58:20 sendUrl INFO 83 [449] R:OK -2015-03-10 09:58:21 sendUrl INFO 81 [450] R:OK -2015-03-10 09:58:21 sendUrl INFO 81 [451] R:OK -2015-03-10 09:58:52 queue INFO 99 [452] -2015-03-10 09:58:53 queue INFO >99 [453] -2015-03-10 09:58:53 sendUrl INFO 99 [452] R:OK -2015-03-10 09:58:53 sendUrl INFO 99 [453] R:OK -2015-03-10 09:59:43 queue INFO >>99 [454] -2015-03-10 09:59:43 sendUrl INFO 99 [454] R:OK -2015-03-10 10:00:33 queue INFO >>99 [455] -2015-03-10 10:00:33 sendUrl INFO 99 [455] R:OK -2015-03-10 10:01:07 queue INFO 89 [456] -2015-03-10 10:01:07 queue INFO >89 [457] -2015-03-10 10:01:08 sendUrl INFO 89 [456] R:OK -2015-03-10 10:01:08 sendUrl INFO 89 [457] R:OK -2015-03-10 10:01:10 queue INFO 81 [458] -2015-03-10 10:01:10 sendUrl INFO 81 [458] R:OK -2015-03-10 10:01:10 queue INFO >81 [459] -2015-03-10 10:01:11 sendUrl INFO 81 [459] R:OK -2015-03-10 10:01:13 queue INFO 83 [460] -2015-03-10 10:01:13 queue INFO >83 [461] -2015-03-10 10:01:13 sendUrl INFO 83 [460] R:OK -2015-03-10 10:01:14 sendUrl INFO 83 [461] R:OK -2015-03-10 10:01:39 queue INFO 87 [462] -2015-03-10 10:01:40 queue INFO >87 [463] -2015-03-10 10:01:40 sendUrl INFO 87 [462] R:OK -2015-03-10 10:01:40 sendUrl INFO 87 [463] R:OK -2015-03-10 10:01:41 queue INFO 83 [464] -2015-03-10 10:01:41 queue INFO >83 [465] -2015-03-10 10:01:41 sendUrl INFO 83 [464] R:OK -2015-03-10 10:01:42 sendUrl INFO 83 [465] R:OK -2015-03-10 10:02:31 queue INFO >>83 [466] -2015-03-10 10:02:31 sendUrl INFO 83 [466] R:OK -2015-03-10 10:03:21 queue INFO >>83 [467] -2015-03-10 10:03:22 sendUrl INFO 83 [467] R:OK -2015-03-10 10:04:11 queue INFO >>83 [468] -2015-03-10 10:04:12 sendUrl INFO 83 [468] R:OK -2015-03-10 10:05:02 queue INFO >>83 [469] -2015-03-10 10:05:02 sendUrl INFO 83 [469] R:OK -2015-03-10 10:05:52 queue INFO >>83 [470] -2015-03-10 10:05:52 sendUrl INFO 83 [470] R:OK -2015-03-10 10:06:42 queue INFO >>83 [471] -2015-03-10 10:06:42 sendUrl INFO 83 [471] R:OK -2015-03-10 10:07:32 queue INFO >>83 [472] -2015-03-10 10:07:32 sendUrl INFO 83 [472] R:OK -2015-03-10 10:08:22 queue INFO >>83 [473] -2015-03-10 10:08:23 sendUrl INFO 83 [473] R:OK -2015-03-10 10:08:48 queue INFO 87 [474] -2015-03-10 10:08:48 queue INFO >87 [475] -2015-03-10 10:08:49 sendUrl INFO 87 [474] R:OK -2015-03-10 10:08:49 sendUrl INFO 87 [475] R:OK -2015-03-10 10:08:50 queue INFO 83 [476] -2015-03-10 10:08:50 queue INFO >83 [477] -2015-03-10 10:08:50 sendUrl INFO 83 [476] R:OK -2015-03-10 10:08:51 sendUrl INFO 83 [477] R:OK -2015-03-10 10:09:40 queue INFO >>83 [478] -2015-03-10 10:09:40 sendUrl INFO 83 [478] R:OK -2015-03-10 10:10:30 queue INFO >>83 [479] -2015-03-10 10:10:30 sendUrl INFO 83 [479] R:OK -2015-03-10 10:11:20 queue INFO >>83 [480] -2015-03-10 10:11:21 sendUrl INFO 83 [480] R:OK -2015-03-10 10:12:10 queue INFO >>83 [481] -2015-03-10 10:12:11 sendUrl INFO 83 [481] R:OK -2015-03-10 10:13:01 queue INFO >>83 [482] -2015-03-10 10:13:01 sendUrl INFO 83 [482] R:OK -2015-03-10 10:13:51 queue INFO >>83 [483] -2015-03-10 10:13:51 sendUrl INFO 83 [483] R:OK -2015-03-10 10:14:41 queue INFO >>83 [484] -2015-03-10 10:14:41 sendUrl INFO 83 [484] R:OK -2015-03-10 10:15:31 queue INFO >>83 [485] -2015-03-10 10:15:32 sendUrl INFO 83 [485] R:OK -2015-03-10 10:15:57 queue INFO 87 [486] -2015-03-10 10:15:57 queue INFO >87 [487] -2015-03-10 10:15:58 sendUrl INFO 87 [486] R:OK -2015-03-10 10:15:58 sendUrl INFO 87 [487] R:OK -2015-03-10 10:15:59 queue INFO 83 [488] -2015-03-10 10:15:59 queue INFO >83 [489] -2015-03-10 10:15:59 sendUrl INFO 83 [488] R:OK -2015-03-10 10:16:00 sendUrl INFO 83 [489] R:OK -2015-03-10 10:16:49 queue INFO >>83 [490] -2015-03-10 10:16:49 sendUrl INFO 83 [490] R:OK -2015-03-10 10:17:39 queue INFO >>83 [491] -2015-03-10 10:17:39 sendUrl INFO 83 [491] R:OK -2015-03-10 10:18:29 queue INFO >>83 [492] -2015-03-10 10:18:30 sendUrl INFO 83 [492] R:OK -2015-03-10 10:19:19 queue INFO >>83 [493] -2015-03-10 10:19:20 sendUrl INFO 83 [493] R:OK -2015-03-10 10:20:10 queue INFO >>83 [494] -2015-03-10 10:20:10 sendUrl INFO 83 [494] R:OK -2015-03-10 10:21:00 queue INFO >>83 [495] -2015-03-10 10:21:00 sendUrl INFO 83 [495] R:OK -2015-03-10 10:21:50 queue INFO >>83 [496] -2015-03-10 10:21:50 sendUrl INFO 83 [496] R:OK -2015-03-10 10:22:40 queue INFO >>83 [497] -2015-03-10 10:22:40 sendUrl INFO 83 [497] R:OK -2015-03-10 10:23:06 queue INFO 87 [498] -2015-03-10 10:23:06 queue INFO >87 [499] -2015-03-10 10:23:06 sendUrl INFO 87 [498] R:OK -2015-03-10 10:23:07 sendUrl INFO 87 [499] R:OK -2015-03-10 10:23:08 queue INFO 83 [500] -2015-03-10 10:23:08 sendUrl INFO 83 [500] R:OK -2015-03-10 10:23:08 queue INFO >83 [501] -2015-03-10 10:23:08 sendUrl INFO 83 [501] R:OK -2015-03-10 10:23:58 queue INFO >>83 [502] -2015-03-10 10:23:58 sendUrl INFO 83 [502] R:OK -2015-03-10 10:24:48 queue INFO >>83 [503] -2015-03-10 10:24:48 sendUrl INFO 83 [503] R:OK -2015-03-10 10:25:38 queue INFO >>83 [504] -2015-03-10 10:25:38 sendUrl INFO 83 [504] R:OK -2015-03-10 10:26:28 queue INFO >>83 [505] -2015-03-10 10:26:28 sendUrl INFO 83 [505] R:OK -2015-03-10 10:27:18 queue INFO >>83 [506] -2015-03-10 10:27:19 sendUrl INFO 83 [506] R:OK -2015-03-10 10:28:08 queue INFO >>83 [507] -2015-03-10 10:28:09 sendUrl INFO 83 [507] R:OK -2015-03-10 10:28:59 queue INFO >>83 [508] -2015-03-10 10:28:59 sendUrl INFO 83 [508] R:OK -2015-03-10 10:29:49 queue INFO >>83 [509] -2015-03-10 10:29:49 sendUrl INFO 83 [509] R:OK -2015-03-10 10:30:15 queue INFO C7 [510] -2015-03-10 10:30:15 queue INFO >C7 [511] -2015-03-10 10:30:15 sendUrl INFO C7 [510] R:OK -2015-03-10 10:30:16 sendUrl INFO C7 [511] R:OK -2015-03-10 10:30:16 queue INFO C3 [512] -2015-03-10 10:30:17 queue INFO >C3 [513] -2015-03-10 10:30:17 sendUrl INFO C3 [512] R:OK -2015-03-10 10:30:17 sendUrl INFO C3 [513] R:OK -2015-03-10 10:31:06 queue INFO >>C3 [514] -2015-03-10 10:31:07 sendUrl INFO C3 [514] R:OK -2015-03-10 10:31:57 queue INFO >>C3 [515] -2015-03-10 10:31:57 sendUrl INFO C3 [515] R:OK -2015-03-10 10:32:47 queue INFO >>C3 [516] -2015-03-10 10:32:47 sendUrl INFO C3 [516] R:OK -2015-03-10 10:33:37 queue INFO >>C3 [517] -2015-03-10 10:33:37 sendUrl INFO C3 [517] R:OK -2015-03-10 10:34:27 queue INFO >>C3 [518] -2015-03-10 10:34:27 sendUrl INFO C3 [518] R:OK -2015-03-10 10:35:17 queue INFO >>C3 [519] -2015-03-10 10:35:18 sendUrl INFO C3 [519] R:OK -2015-03-10 10:36:07 queue INFO >>C3 [520] -2015-03-10 10:36:08 sendUrl INFO C3 [520] R:OK -2015-03-10 10:36:57 queue INFO >>C3 [521] -2015-03-10 10:36:58 sendUrl INFO C3 [521] R:OK -2015-03-10 10:37:21 queue INFO 83 [522] -2015-03-10 10:37:21 sendUrl INFO 83 [522] R:OK -2015-03-10 10:37:21 queue INFO >83 [523] -2015-03-10 10:37:21 sendUrl INFO 83 [523] R:OK -2015-03-10 10:37:23 queue INFO 87 [524] -2015-03-10 10:37:24 queue INFO >87 [525] -2015-03-10 10:37:24 sendUrl INFO 87 [524] R:OK -2015-03-10 10:37:24 sendUrl INFO 87 [525] R:OK -2015-03-10 10:37:25 queue INFO 83 [526] -2015-03-10 10:37:25 queue INFO >83 [527] -2015-03-10 10:37:25 sendUrl INFO 83 [526] R:OK -2015-03-10 10:37:26 sendUrl INFO 83 [527] R:OK -2015-03-10 10:38:15 queue INFO >>83 [528] -2015-03-10 10:38:15 sendUrl INFO 83 [528] R:OK -2015-03-10 10:39:05 queue INFO >>83 [529] -2015-03-10 10:39:06 sendUrl INFO 83 [529] R:OK -2015-03-10 10:39:55 queue INFO >>83 [530] -2015-03-10 10:39:56 sendUrl INFO 83 [530] R:OK -2015-03-10 10:40:46 queue INFO >>83 [531] -2015-03-10 10:40:46 sendUrl INFO 83 [531] R:OK -2015-03-10 10:41:36 queue INFO >>83 [532] -2015-03-10 10:41:36 sendUrl INFO 83 [532] R:OK -2015-03-10 10:42:26 queue INFO >>83 [533] -2015-03-10 10:42:26 sendUrl INFO 83 [533] R:OK -2015-03-10 10:43:16 queue INFO >>83 [534] -2015-03-10 10:43:16 sendUrl INFO 83 [534] R:OK -2015-03-10 10:44:06 queue INFO >>83 [535] -2015-03-10 10:44:07 sendUrl INFO 83 [535] R:OK -2015-03-10 10:44:33 queue INFO 87 [536] -2015-03-10 10:44:33 queue INFO >87 [537] -2015-03-10 10:44:33 sendUrl INFO 87 [536] R:OK -2015-03-10 10:44:34 sendUrl INFO 87 [537] R:OK -2015-03-10 10:44:34 queue INFO 83 [538] -2015-03-10 10:44:35 queue INFO >83 [539] -2015-03-10 10:44:35 sendUrl INFO 83 [538] R:OK -2015-03-10 10:44:35 sendUrl INFO 83 [539] R:OK -2015-03-10 10:45:25 queue INFO >>83 [540] -2015-03-10 10:45:25 sendUrl INFO 83 [540] R:OK -2015-03-10 10:46:15 queue INFO >>83 [541] -2015-03-10 10:46:15 sendUrl INFO 83 [541] R:OK -2015-03-10 10:47:05 queue INFO >>83 [542] -2015-03-10 10:47:05 sendUrl INFO 83 [542] R:OK -2015-03-10 10:47:55 queue INFO >>83 [543] -2015-03-10 10:47:55 sendUrl INFO 83 [543] R:OK -2015-03-10 10:48:45 queue INFO >>83 [544] -2015-03-10 10:48:46 sendUrl INFO 83 [544] R:OK -2015-03-10 10:49:35 queue INFO >>83 [545] -2015-03-10 10:49:36 sendUrl INFO 83 [545] R:OK -2015-03-10 10:50:26 queue INFO >>83 [546] -2015-03-10 10:50:26 sendUrl INFO 83 [546] R:OK -2015-03-10 10:51:16 queue INFO >>83 [547] -2015-03-10 10:51:16 sendUrl INFO 83 [547] R:OK -2015-03-10 10:51:42 queue INFO 87 [548] -2015-03-10 10:51:42 queue INFO >87 [549] -2015-03-10 10:51:42 sendUrl INFO 87 [548] R:OK -2015-03-10 10:51:43 sendUrl INFO 87 [549] R:OK -2015-03-10 10:51:43 queue INFO 83 [550] -2015-03-10 10:51:44 queue INFO >83 [551] -2015-03-10 10:51:44 sendUrl INFO 83 [550] R:OK -2015-03-10 10:51:44 sendUrl INFO 83 [551] R:OK -2015-03-10 10:52:34 queue INFO >>83 [552] -2015-03-10 10:52:34 sendUrl INFO 83 [552] R:OK -2015-03-10 10:53:24 queue INFO >>83 [553] -2015-03-10 10:53:24 sendUrl INFO 83 [553] R:OK -2015-03-10 10:54:14 queue INFO >>83 [554] -2015-03-10 10:54:14 sendUrl INFO 83 [554] R:OK -2015-03-10 10:55:04 queue INFO >>83 [555] -2015-03-10 10:55:04 sendUrl INFO 83 [555] R:OK -2015-03-10 10:55:54 queue INFO >>83 [556] -2015-03-10 10:55:54 sendUrl INFO 83 [556] R:OK -2015-03-10 10:56:44 queue INFO >>83 [557] -2015-03-10 10:56:45 sendUrl INFO 83 [557] R:OK -2015-03-10 10:57:34 queue INFO >>83 [558] -2015-03-10 10:57:35 sendUrl INFO 83 [558] R:OK -2015-03-10 10:58:25 queue INFO >>83 [559] -2015-03-10 10:58:25 sendUrl INFO 83 [559] R:OK -2015-03-10 10:58:51 queue INFO 87 [560] -2015-03-10 10:58:51 queue INFO >87 [561] -2015-03-10 10:58:51 sendUrl INFO 87 [560] R:OK -2015-03-10 10:58:52 sendUrl INFO 87 [561] R:OK -2015-03-10 10:58:52 queue INFO 83 [562] -2015-03-10 10:58:53 queue INFO >83 [563] -2015-03-10 10:58:53 sendUrl INFO 83 [562] R:OK -2015-03-10 10:58:53 sendUrl INFO 83 [563] R:OK -2015-03-10 10:59:43 queue INFO >>83 [564] -2015-03-10 10:59:43 sendUrl INFO 83 [564] R:OK -2015-03-10 11:00:33 queue INFO >>83 [565] -2015-03-10 11:00:33 sendUrl INFO 83 [565] R:OK -2015-03-10 11:01:23 queue INFO >>83 [566] -2015-03-10 11:01:23 sendUrl INFO 83 [566] R:OK -2015-03-10 11:02:13 queue INFO >>83 [567] -2015-03-10 11:02:13 sendUrl INFO 83 [567] R:OK -2015-03-10 11:03:03 queue INFO >>83 [568] -2015-03-10 11:03:03 sendUrl INFO 83 [568] R:OK -2015-03-10 11:03:53 queue INFO >>83 [569] -2015-03-10 11:03:54 sendUrl INFO 83 [569] R:OK -2015-03-10 11:04:43 queue INFO >>83 [570] -2015-03-10 11:04:44 sendUrl INFO 83 [570] R:OK -2015-03-10 11:05:34 queue INFO >>83 [571] -2015-03-10 11:05:34 sendUrl INFO 83 [571] R:OK -2015-03-10 11:05:59 queue INFO 87 [572] -2015-03-10 11:06:00 sendUrl INFO 87 [572] R:OK -2015-03-10 11:06:00 queue INFO >87 [573] -2015-03-10 11:06:00 sendUrl INFO 87 [573] R:OK -2015-03-10 11:06:01 queue INFO 83 [574] -2015-03-10 11:06:01 queue INFO >83 [575] -2015-03-10 11:06:02 sendUrl INFO 83 [574] R:OK -2015-03-10 11:06:02 sendUrl INFO 83 [575] R:OK -2015-03-10 11:06:51 queue INFO >>83 [576] -2015-03-10 11:06:51 sendUrl INFO 83 [576] R:OK -2015-03-10 11:07:41 queue INFO >>83 [577] -2015-03-10 11:07:42 sendUrl INFO 83 [577] R:OK -2015-03-10 11:08:32 queue INFO >>83 [578] -2015-03-10 11:08:32 sendUrl INFO 83 [578] R:OK -2015-03-10 11:09:22 queue INFO >>83 [579] -2015-03-10 11:09:22 sendUrl INFO 83 [579] R:OK -2015-03-10 11:10:12 queue INFO >>83 [580] -2015-03-10 11:10:12 sendUrl INFO 83 [580] R:OK -2015-03-10 11:11:02 queue INFO >>83 [581] -2015-03-10 11:11:02 sendUrl INFO 83 [581] R:OK -2015-03-10 11:11:52 queue INFO >>83 [582] -2015-03-10 11:11:52 sendUrl INFO 83 [582] R:OK -2015-03-10 11:12:42 queue INFO >>83 [583] -2015-03-10 11:12:43 sendUrl INFO 83 [583] R:OK -2015-03-10 11:13:08 queue INFO C7 [584] -2015-03-10 11:13:08 queue INFO >C7 [585] -2015-03-10 11:13:09 sendUrl INFO C7 [584] R:OK -2015-03-10 11:13:09 sendUrl INFO C7 [585] R:OK -2015-03-10 11:13:10 queue INFO C3 [586] -2015-03-10 11:13:10 queue INFO >C3 [587] -2015-03-10 11:13:10 sendUrl INFO C3 [586] R:OK -2015-03-10 11:13:11 sendUrl INFO C3 [587] R:OK -2015-03-10 11:14:00 queue INFO >>C3 [588] -2015-03-10 11:14:00 sendUrl INFO C3 [588] R:OK -2015-03-10 11:14:50 queue INFO >>C3 [589] -2015-03-10 11:14:50 sendUrl INFO C3 [589] R:OK -2015-03-10 11:15:40 queue INFO >>C3 [590] -2015-03-10 11:15:41 sendUrl INFO C3 [590] R:OK -2015-03-10 11:16:30 queue INFO >>C3 [591] -2015-03-10 11:16:31 sendUrl INFO C3 [591] R:OK -2015-03-10 11:17:21 queue INFO >>C3 [592] -2015-03-10 11:17:21 sendUrl INFO C3 [592] R:OK -2015-03-10 11:18:11 queue INFO >>C3 [593] -2015-03-10 11:18:11 sendUrl INFO C3 [593] R:OK -2015-03-10 11:19:01 queue INFO >>C3 [594] -2015-03-10 11:19:01 sendUrl INFO C3 [594] R:OK -2015-03-10 11:19:51 queue INFO >>C3 [595] -2015-03-10 11:19:51 sendUrl INFO C3 [595] R:OK -2015-03-10 11:20:14 queue INFO 83 [596] -2015-03-10 11:20:14 sendUrl INFO 83 [596] R:OK -2015-03-10 11:20:15 queue INFO >83 [597] -2015-03-10 11:20:15 sendUrl INFO 83 [597] R:OK -2015-03-10 11:20:17 queue INFO 87 [598] -2015-03-10 11:20:17 queue INFO >87 [599] -2015-03-10 11:20:17 sendUrl INFO 87 [598] R:OK -2015-03-10 11:20:18 sendUrl INFO 87 [599] R:OK -2015-03-10 11:20:19 queue INFO 83 [600] -2015-03-10 11:20:19 queue INFO >83 [601] -2015-03-10 11:20:19 sendUrl INFO 83 [600] R:OK -2015-03-10 11:20:19 sendUrl INFO 83 [601] R:OK -2015-03-10 11:21:09 queue INFO >>83 [602] -2015-03-10 11:21:09 sendUrl INFO 83 [602] R:OK -2015-03-10 11:21:59 queue INFO >>83 [603] -2015-03-10 11:21:59 sendUrl INFO 83 [603] R:OK -2015-03-10 11:22:49 queue INFO >>83 [604] -2015-03-10 11:22:49 sendUrl INFO 83 [604] R:OK -2015-03-10 11:23:39 queue INFO >>83 [605] -2015-03-10 11:23:39 sendUrl INFO 83 [605] R:OK -2015-03-10 11:24:29 queue INFO >>83 [606] -2015-03-10 11:24:30 sendUrl INFO 83 [606] R:OK -2015-03-10 11:25:19 queue INFO >>83 [607] -2015-03-10 11:25:20 sendUrl INFO 83 [607] R:OK -2015-03-10 11:26:10 queue INFO >>83 [608] -2015-03-10 11:26:10 sendUrl INFO 83 [608] R:OK -2015-03-10 11:27:00 queue INFO >>83 [609] -2015-03-10 11:27:00 sendUrl INFO 83 [609] R:OK -2015-03-10 11:27:26 queue INFO 87 [610] -2015-03-10 11:27:27 queue INFO >87 [611] -2015-03-10 11:27:27 sendUrl INFO 87 [610] R:OK -2015-03-10 11:27:27 sendUrl INFO 87 [611] R:OK -2015-03-10 11:27:28 queue INFO 83 [612] -2015-03-10 11:27:28 queue INFO >83 [613] -2015-03-10 11:27:28 sendUrl INFO 83 [612] R:OK -2015-03-10 11:27:29 sendUrl INFO 83 [613] R:OK -2015-03-10 11:28:18 queue INFO >>83 [614] -2015-03-10 11:28:19 sendUrl INFO 83 [614] R:OK -2015-03-10 11:29:08 queue INFO >>83 [615] -2015-03-10 11:29:09 sendUrl INFO 83 [615] R:OK -2015-03-10 11:29:59 queue INFO >>83 [616] -2015-03-10 11:29:59 sendUrl INFO 83 [616] R:OK -2015-03-10 11:30:49 queue INFO >>83 [617] -2015-03-10 11:30:49 sendUrl INFO 83 [617] R:OK -2015-03-10 11:31:39 queue INFO >>83 [618] -2015-03-10 11:31:39 sendUrl INFO 83 [618] R:OK -2015-03-10 11:32:29 queue INFO >>83 [619] -2015-03-10 11:32:29 sendUrl INFO 83 [619] R:OK -2015-03-10 11:33:19 queue INFO >>83 [620] -2015-03-10 11:33:19 sendUrl INFO 83 [620] R:OK -2015-03-10 11:34:09 queue INFO >>83 [621] -2015-03-10 11:34:10 sendUrl INFO 83 [621] R:OK -2015-03-10 11:34:35 queue INFO 87 [622] -2015-03-10 11:34:36 queue INFO >87 [623] -2015-03-10 11:34:36 sendUrl INFO 87 [622] R:OK -2015-03-10 11:34:36 sendUrl INFO 87 [623] R:OK -2015-03-10 11:34:37 queue INFO 83 [624] -2015-03-10 11:34:37 queue INFO >83 [625] -2015-03-10 11:34:37 sendUrl INFO 83 [624] R:OK -2015-03-10 11:34:38 sendUrl INFO 83 [625] R:OK -2015-03-10 11:35:27 queue INFO >>83 [626] -2015-03-10 11:35:28 sendUrl INFO 83 [626] R:OK -2015-03-10 11:36:17 queue INFO >>83 [627] -2015-03-10 11:36:17 sendUrl INFO 83 [627] R:OK -2015-03-10 11:37:07 queue INFO >>83 [628] -2015-03-10 11:37:08 sendUrl INFO 83 [628] R:OK -2015-03-10 11:37:58 queue INFO >>83 [629] -2015-03-10 11:37:58 sendUrl INFO 83 [629] R:OK -2015-03-10 11:38:48 queue INFO >>83 [630] -2015-03-10 11:38:48 sendUrl INFO 83 [630] R:OK -2015-03-10 11:39:38 queue INFO >>83 [631] -2015-03-10 11:39:38 sendUrl INFO 83 [631] R:OK -2015-03-10 11:40:28 queue INFO >>83 [632] -2015-03-10 11:40:28 sendUrl INFO 83 [632] R:OK -2015-03-10 11:41:18 queue INFO >>83 [633] -2015-03-10 11:41:18 sendUrl INFO 83 [633] R:OK -2015-03-10 11:41:44 queue INFO 87 [634] -2015-03-10 11:41:45 queue INFO >87 [635] -2015-03-10 11:41:45 sendUrl INFO 87 [634] R:OK -2015-03-10 11:41:45 sendUrl INFO 87 [635] R:OK -2015-03-10 11:41:46 queue INFO 83 [636] -2015-03-10 11:41:46 queue INFO >83 [637] -2015-03-10 11:41:46 sendUrl INFO 83 [636] R:OK -2015-03-10 11:41:47 sendUrl INFO 83 [637] R:OK -2015-03-10 11:42:36 queue INFO >>83 [638] -2015-03-10 11:42:37 sendUrl INFO 83 [638] R:OK -2015-03-10 11:43:26 queue INFO >>83 [639] -2015-03-10 11:43:26 sendUrl INFO 83 [639] R:OK -2015-03-10 11:44:16 queue INFO >>83 [640] -2015-03-10 11:44:17 sendUrl INFO 83 [640] R:OK -2015-03-10 11:45:07 queue INFO >>83 [641] -2015-03-10 11:45:07 sendUrl INFO 83 [641] R:OK -2015-03-10 11:45:57 queue INFO >>83 [642] -2015-03-10 11:45:57 sendUrl INFO 83 [642] R:OK -2015-03-10 11:46:47 queue INFO >>83 [643] -2015-03-10 11:46:47 sendUrl INFO 83 [643] R:OK -2015-03-10 11:47:37 queue INFO >>83 [644] -2015-03-10 11:47:37 sendUrl INFO 83 [644] R:OK -2015-03-10 11:48:27 queue INFO >>83 [645] -2015-03-10 11:48:27 sendUrl INFO 83 [645] R:OK -2015-03-10 11:48:53 queue INFO 87 [646] -2015-03-10 11:48:53 queue INFO >87 [647] -2015-03-10 11:48:54 sendUrl INFO 87 [646] R:OK -2015-03-10 11:48:54 sendUrl INFO 87 [647] R:OK -2015-03-10 11:48:55 queue INFO 83 [648] -2015-03-10 11:48:55 queue INFO >83 [649] -2015-03-10 11:48:55 sendUrl INFO 83 [648] R:OK -2015-03-10 11:48:56 sendUrl INFO 83 [649] R:OK -2015-03-10 11:49:45 queue INFO >>83 [650] -2015-03-10 11:49:45 sendUrl INFO 83 [650] R:OK -2015-03-10 11:50:35 queue INFO >>83 [651] -2015-03-10 11:50:35 sendUrl INFO 83 [651] R:OK -2015-03-10 11:51:25 queue INFO >>83 [652] -2015-03-10 11:51:26 sendUrl INFO 83 [652] R:OK -2015-03-10 11:52:15 queue INFO >>83 [653] -2015-03-10 11:52:16 sendUrl INFO 83 [653] R:OK -2015-03-10 11:53:06 queue INFO >>83 [654] -2015-03-10 11:53:06 sendUrl INFO 83 [654] R:OK -2015-03-10 11:53:56 queue INFO >>83 [655] -2015-03-10 11:53:56 sendUrl INFO 83 [655] R:OK -2015-03-10 11:54:25 queue INFO 81 [656] -2015-03-10 11:54:26 queue INFO >81 [657] -2015-03-10 11:54:26 sendUrl INFO 81 [656] R:OK -2015-03-10 11:54:26 sendUrl INFO 81 [657] R:OK -2015-03-10 11:55:16 queue INFO >>81 [658] -2015-03-10 11:55:16 sendUrl INFO 81 [658] R:OK -2015-03-10 11:56:06 queue INFO >>81 [659] -2015-03-10 11:56:06 sendUrl INFO 81 [659] R:OK -2015-03-10 11:56:56 queue INFO >>81 [660] -2015-03-10 11:56:56 sendUrl INFO 81 [660] R:OK -2015-03-10 11:57:46 queue INFO >>81 [661] -2015-03-10 11:57:46 sendUrl INFO 81 [661] R:OK -2015-03-10 11:58:36 queue INFO >>81 [662] -2015-03-10 11:58:37 sendUrl INFO 81 [662] R:OK -2015-03-10 11:59:26 queue INFO >>81 [663] -2015-03-10 11:59:27 sendUrl INFO 81 [663] R:OK -2015-03-10 11:59:50 queue INFO 99 [664] -2015-03-10 11:59:50 queue INFO >99 [665] -2015-03-10 11:59:50 sendUrl INFO 99 [664] R:OK -2015-03-10 11:59:51 sendUrl INFO 99 [665] R:OK -2015-03-10 12:00:40 queue INFO >>99 [666] -2015-03-10 12:00:40 sendUrl INFO 99 [666] R:OK -2015-03-10 12:01:30 queue INFO >>99 [667] -2015-03-10 12:01:31 sendUrl INFO 99 [667] R:OK -2015-03-10 12:02:20 queue INFO >>99 [668] -2015-03-10 12:02:21 sendUrl INFO 99 [668] R:OK -2015-03-10 12:03:10 queue INFO >>99 [669] -2015-03-10 12:03:11 sendUrl INFO 99 [669] R:OK -2015-03-10 12:04:01 queue INFO >>99 [670] -2015-03-10 12:04:01 sendUrl INFO 99 [670] R:OK -2015-03-10 12:04:22 queue INFO 89 [671] -2015-03-10 12:04:22 sendUrl INFO 89 [671] R:OK -2015-03-10 12:04:22 queue INFO >89 [672] -2015-03-10 12:04:23 sendUrl INFO 89 [672] R:OK -2015-03-10 12:04:25 queue INFO 81 [673] -2015-03-10 12:04:26 queue INFO >81 [674] -2015-03-10 12:04:26 sendUrl INFO 81 [673] R:OK -2015-03-10 12:04:26 sendUrl INFO 81 [674] R:OK -2015-03-10 12:04:27 queue INFO 83 [675] -2015-03-10 12:04:27 queue INFO >83 [676] -2015-03-10 12:04:27 sendUrl INFO 83 [675] R:OK -2015-03-10 12:04:28 sendUrl INFO 83 [676] R:OK -2015-03-10 12:04:53 queue INFO 87 [677] -2015-03-10 12:04:54 queue INFO >87 [678] -2015-03-10 12:04:54 sendUrl INFO 87 [677] R:OK -2015-03-10 12:04:54 sendUrl INFO 87 [678] R:OK -2015-03-10 12:04:55 queue INFO 83 [679] -2015-03-10 12:04:55 sendUrl INFO 83 [679] R:OK -2015-03-10 12:04:55 queue INFO >83 [680] -2015-03-10 12:04:56 sendUrl INFO 83 [680] R:OK -2015-03-10 12:05:45 queue INFO >>83 [681] -2015-03-10 12:05:45 sendUrl INFO 83 [681] R:OK -2015-03-10 12:06:35 queue INFO >>83 [682] -2015-03-10 12:06:36 sendUrl INFO 83 [682] R:OK -2015-03-10 12:07:25 queue INFO >>83 [683] -2015-03-10 12:07:26 sendUrl INFO 83 [683] R:OK -2015-03-10 12:08:16 queue INFO >>83 [684] -2015-03-10 12:08:16 sendUrl INFO 83 [684] R:OK -2015-03-10 12:09:06 queue INFO >>83 [685] -2015-03-10 12:09:06 sendUrl INFO 83 [685] R:OK -2015-03-10 12:09:56 queue INFO >>83 [686] -2015-03-10 12:09:56 sendUrl INFO 83 [686] R:OK -2015-03-10 12:10:46 queue INFO >>83 [687] -2015-03-10 12:10:46 sendUrl INFO 83 [687] R:OK -2015-03-10 12:11:36 queue INFO >>83 [688] -2015-03-10 12:11:36 sendUrl INFO 83 [688] R:OK -2015-03-10 12:12:02 queue INFO 87 [689] -2015-03-10 12:12:03 queue INFO >87 [690] -2015-03-10 12:12:03 sendUrl INFO 87 [689] R:OK -2015-03-10 12:12:03 sendUrl INFO 87 [690] R:OK -2015-03-10 12:12:04 queue INFO 83 [691] -2015-03-10 12:12:04 sendUrl INFO 83 [691] R:OK -2015-03-10 12:12:04 queue INFO >83 [692] -2015-03-10 12:12:05 sendUrl INFO 83 [692] R:OK -2015-03-10 12:12:54 queue INFO >>83 [693] -2015-03-10 12:12:54 sendUrl INFO 83 [693] R:OK -2015-03-10 12:13:44 queue INFO >>83 [694] -2015-03-10 12:13:45 sendUrl INFO 83 [694] R:OK -2015-03-10 12:14:34 queue INFO >>83 [695] -2015-03-10 12:14:35 sendUrl INFO 83 [695] R:OK -2015-03-10 12:15:25 queue INFO >>83 [696] -2015-03-10 12:15:25 sendUrl INFO 83 [696] R:OK -2015-03-10 12:16:15 queue INFO >>83 [697] -2015-03-10 12:16:15 sendUrl INFO 83 [697] R:OK -2015-03-10 12:17:05 queue INFO >>83 [698] -2015-03-10 12:17:05 sendUrl INFO 83 [698] R:OK -2015-03-10 12:17:55 queue INFO >>83 [699] -2015-03-10 12:17:55 sendUrl INFO 83 [699] R:OK -2015-03-10 12:18:45 queue INFO >>83 [700] -2015-03-10 12:18:45 sendUrl INFO 83 [700] R:OK -2015-03-10 12:19:11 queue INFO 87 [701] -2015-03-10 12:19:11 queue INFO >87 [702] -2015-03-10 12:19:11 sendUrl INFO 87 [701] R:OK -2015-03-10 12:19:12 sendUrl INFO 87 [702] R:OK -2015-03-10 12:19:13 queue INFO 83 [703] -2015-03-10 12:19:13 sendUrl INFO 83 [703] R:OK -2015-03-10 12:19:13 queue INFO >83 [704] -2015-03-10 12:19:13 sendUrl INFO 83 [704] R:OK -2015-03-10 12:20:03 queue INFO >>83 [705] -2015-03-10 12:20:03 sendUrl INFO 83 [705] R:OK -2015-03-10 12:20:53 queue INFO >>83 [706] -2015-03-10 12:20:54 sendUrl INFO 83 [706] R:OK -2015-03-10 12:21:43 queue INFO >>83 [707] -2015-03-10 12:21:43 sendUrl INFO 83 [707] R:OK -2015-03-10 12:22:33 queue INFO >>83 [708] -2015-03-10 12:22:34 sendUrl INFO 83 [708] R:OK -2015-03-10 12:23:24 queue INFO >>83 [709] -2015-03-10 12:23:24 sendUrl INFO 83 [709] R:OK -2015-03-10 12:24:14 queue INFO >>83 [710] -2015-03-10 12:24:14 sendUrl INFO 83 [710] R:OK -2015-03-10 12:25:04 queue INFO >>83 [711] -2015-03-10 12:25:04 sendUrl INFO 83 [711] R:OK -2015-03-10 12:25:54 queue INFO >>83 [712] -2015-03-10 12:25:54 sendUrl INFO 83 [712] R:OK -2015-03-10 12:26:20 queue INFO 87 [713] -2015-03-10 12:26:20 queue INFO >87 [714] -2015-03-10 12:26:20 sendUrl INFO 87 [713] R:OK -2015-03-10 12:26:21 sendUrl INFO 87 [714] R:OK -2015-03-10 12:26:22 queue INFO 83 [715] -2015-03-10 12:26:22 queue INFO >83 [716] -2015-03-10 12:26:22 sendUrl INFO 83 [715] R:OK -2015-03-10 12:26:22 sendUrl INFO 83 [716] R:OK -2015-03-10 12:27:12 queue INFO >>83 [717] -2015-03-10 12:27:12 sendUrl INFO 83 [717] R:OK -2015-03-10 12:28:02 queue INFO >>83 [718] -2015-03-10 12:28:02 sendUrl INFO 83 [718] R:OK -2015-03-10 12:28:52 queue INFO >>83 [719] -2015-03-10 12:28:52 sendUrl INFO 83 [719] R:OK -2015-03-10 12:29:42 queue INFO >>83 [720] -2015-03-10 12:29:43 sendUrl INFO 83 [720] R:OK -2015-03-10 12:30:32 queue INFO >>83 [721] -2015-03-10 12:30:33 sendUrl INFO 83 [721] R:OK -2015-03-10 12:31:22 queue INFO >>83 [722] -2015-03-10 12:31:23 sendUrl INFO 83 [722] R:OK -2015-03-10 12:32:13 queue INFO >>83 [723] -2015-03-10 12:32:13 sendUrl INFO 83 [723] R:OK -2015-03-10 12:33:03 queue INFO >>83 [724] -2015-03-10 12:33:03 sendUrl INFO 83 [724] R:OK -2015-03-10 12:33:29 queue INFO C7 [725] -2015-03-10 12:33:29 queue INFO >C7 [726] -2015-03-10 12:33:29 sendUrl INFO C7 [725] R:OK -2015-03-10 12:33:30 sendUrl INFO C7 [726] R:OK -2015-03-10 12:33:30 queue INFO C3 [727] -2015-03-10 12:33:30 queue INFO >C3 [728] -2015-03-10 12:33:31 sendUrl INFO C3 [727] R:OK -2015-03-10 12:33:31 sendUrl INFO C3 [728] R:OK -2015-03-10 12:34:20 queue INFO >>C3 [729] -2015-03-10 12:34:21 sendUrl INFO C3 [729] R:OK -2015-03-10 12:35:11 queue INFO >>C3 [730] -2015-03-10 12:35:11 sendUrl INFO C3 [730] R:OK -2015-03-10 12:36:01 queue INFO >>C3 [731] -2015-03-10 12:36:01 sendUrl INFO C3 [731] R:OK -2015-03-10 12:36:51 queue INFO >>C3 [732] -2015-03-10 12:36:51 sendUrl INFO C3 [732] R:OK -2015-03-10 12:37:41 queue INFO >>C3 [733] -2015-03-10 12:37:41 sendUrl INFO C3 [733] R:OK -2015-03-10 12:38:31 queue INFO >>C3 [734] -2015-03-10 12:38:31 sendUrl INFO C3 [734] R:OK -2015-03-10 12:39:21 queue INFO >>C3 [735] -2015-03-10 12:39:22 sendUrl INFO C3 [735] R:OK -2015-03-10 12:40:12 queue INFO >>C3 [736] -2015-03-10 12:40:12 sendUrl INFO C3 [736] R:OK -2015-03-10 12:40:35 queue INFO 83 [737] -2015-03-10 12:40:35 sendUrl INFO 83 [737] R:OK -2015-03-10 12:40:35 queue INFO >83 [738] -2015-03-10 12:40:36 sendUrl INFO 83 [738] R:OK -2015-03-10 12:40:38 queue INFO 87 [739] -2015-03-10 12:40:38 queue INFO >87 [740] -2015-03-10 12:40:38 sendUrl INFO 87 [739] R:OK -2015-03-10 12:40:39 sendUrl INFO 87 [740] R:OK -2015-03-10 12:40:39 queue INFO 83 [741] -2015-03-10 12:40:39 queue INFO >83 [742] -2015-03-10 12:40:40 sendUrl INFO 83 [741] R:OK -2015-03-10 12:40:40 sendUrl INFO 83 [742] R:OK -2015-03-10 12:41:29 queue INFO >>83 [743] -2015-03-10 12:41:30 sendUrl INFO 83 [743] R:OK -2015-03-10 12:41:43 queue INFO 81 [744] -2015-03-10 12:41:43 queue INFO >81 [745] -2015-03-10 12:41:43 sendUrl INFO 81 [744] R:OK -2015-03-10 12:41:44 sendUrl INFO 81 [745] R:OK -2015-03-10 12:41:50 queue INFO 83 [746] -2015-03-10 12:41:50 queue INFO >83 [747] -2015-03-10 12:41:50 sendUrl INFO 83 [746] R:OK -2015-03-10 12:41:51 sendUrl INFO 83 [747] R:OK -2015-03-10 12:42:40 queue INFO >>83 [748] -2015-03-10 12:42:41 sendUrl INFO 83 [748] R:OK -2015-03-10 12:43:30 queue INFO >>83 [749] -2015-03-10 12:43:30 sendUrl INFO 83 [749] R:OK -2015-03-10 12:44:20 queue INFO >>83 [750] -2015-03-10 12:44:21 sendUrl INFO 83 [750] R:OK -2015-03-10 12:45:10 queue INFO >>83 [751] -2015-03-10 12:45:11 sendUrl INFO 83 [751] R:OK -2015-03-10 12:46:01 queue INFO >>83 [752] -2015-03-10 12:46:01 sendUrl INFO 83 [752] R:OK -2015-03-10 12:46:51 queue INFO >>83 [753] -2015-03-10 12:46:51 sendUrl INFO 83 [753] R:OK -2015-03-10 12:47:41 queue INFO >>83 [754] -2015-03-10 12:47:41 sendUrl INFO 83 [754] R:OK -2015-03-10 12:47:47 queue INFO 87 [755] -2015-03-10 12:47:47 sendUrl INFO 87 [755] R:OK -2015-03-10 12:47:47 queue INFO >87 [756] -2015-03-10 12:47:48 sendUrl INFO 87 [756] R:OK -2015-03-10 12:47:49 queue INFO 83 [757] -2015-03-10 12:47:49 queue INFO >83 [758] -2015-03-10 12:47:49 sendUrl INFO 83 [757] R:OK -2015-03-10 12:47:50 sendUrl INFO 83 [758] R:OK -2015-03-10 12:48:39 queue INFO >>83 [759] -2015-03-10 12:48:39 sendUrl INFO 83 [759] R:OK -2015-03-10 12:49:29 queue INFO >>83 [760] -2015-03-10 12:49:29 sendUrl INFO 83 [760] R:OK -2015-03-10 12:50:19 queue INFO >>83 [761] -2015-03-10 12:50:19 sendUrl INFO 83 [761] R:OK -2015-03-10 12:51:09 queue INFO >>83 [762] -2015-03-10 12:51:09 sendUrl INFO 83 [762] R:OK -2015-03-10 12:51:59 queue INFO >>83 [763] -2015-03-10 12:52:00 sendUrl INFO 83 [763] R:OK -2015-03-10 12:52:49 queue INFO >>83 [764] -2015-03-10 12:52:50 sendUrl INFO 83 [764] R:OK -2015-03-10 12:53:40 queue INFO >>83 [765] -2015-03-10 12:53:40 sendUrl INFO 83 [765] R:OK -2015-03-10 12:54:30 queue INFO >>83 [766] -2015-03-10 12:54:30 sendUrl INFO 83 [766] R:OK -2015-03-10 12:54:56 queue INFO 87 [767] -2015-03-10 12:54:56 queue INFO >87 [768] -2015-03-10 12:54:57 sendUrl INFO 87 [767] R:OK -2015-03-10 12:54:57 sendUrl INFO 87 [768] R:OK -2015-03-10 12:54:58 queue INFO 83 [769] -2015-03-10 12:54:58 queue INFO >83 [770] -2015-03-10 12:54:58 sendUrl INFO 83 [769] R:OK -2015-03-10 12:54:59 sendUrl INFO 83 [770] R:OK -2015-03-10 12:55:48 queue INFO >>83 [771] -2015-03-10 12:55:48 sendUrl INFO 83 [771] R:OK -2015-03-10 12:56:38 queue INFO >>83 [772] -2015-03-10 12:56:38 sendUrl INFO 83 [772] R:OK -2015-03-10 12:57:28 queue INFO >>83 [773] -2015-03-10 12:57:29 sendUrl INFO 83 [773] R:OK -2015-03-10 12:58:18 queue INFO >>83 [774] -2015-03-10 12:58:18 sendUrl INFO 83 [774] R:OK -2015-03-10 12:59:08 queue INFO >>83 [775] -2015-03-10 12:59:09 sendUrl INFO 83 [775] R:OK -2015-03-10 12:59:59 queue INFO >>83 [776] -2015-03-10 12:59:59 sendUrl INFO 83 [776] R:OK -2015-03-10 13:00:49 queue INFO >>83 [777] -2015-03-10 13:00:49 sendUrl INFO 83 [777] R:OK -2015-03-10 13:01:39 queue INFO >>83 [778] -2015-03-10 13:01:39 sendUrl INFO 83 [778] R:OK -2015-03-10 13:02:05 queue INFO 87 [779] -2015-03-10 13:02:05 queue INFO >87 [780] -2015-03-10 13:02:05 sendUrl INFO 87 [779] R:OK -2015-03-10 13:02:06 sendUrl INFO 87 [780] R:OK -2015-03-10 13:02:06 queue INFO 83 [781] -2015-03-10 13:02:07 queue INFO >83 [782] -2015-03-10 13:02:07 sendUrl INFO 83 [781] R:OK -2015-03-10 13:02:07 sendUrl INFO 83 [782] R:OK -2015-03-10 13:02:57 queue INFO >>83 [783] -2015-03-10 13:02:57 sendUrl INFO 83 [783] R:OK -2015-03-10 13:03:47 queue INFO >>83 [784] -2015-03-10 13:03:47 sendUrl INFO 83 [784] R:OK -2015-03-10 13:04:37 queue INFO >>83 [785] -2015-03-10 13:04:37 sendUrl INFO 83 [785] R:OK -2015-03-10 13:05:27 queue INFO >>83 [786] -2015-03-10 13:05:27 sendUrl INFO 83 [786] R:OK -2015-03-10 13:06:17 queue INFO >>83 [787] -2015-03-10 13:06:18 sendUrl INFO 83 [787] R:OK -2015-03-10 13:07:07 queue INFO >>83 [788] -2015-03-10 13:07:07 sendUrl INFO 83 [788] R:OK -2015-03-10 13:07:57 queue INFO >>83 [789] -2015-03-10 13:07:58 sendUrl INFO 83 [789] R:OK -2015-03-10 13:08:48 queue INFO >>83 [790] -2015-03-10 13:08:48 sendUrl INFO 83 [790] R:OK -2015-03-10 13:09:14 queue INFO 87 [791] -2015-03-10 13:09:14 sendUrl INFO 87 [791] R:OK -2015-03-10 13:09:14 queue INFO >87 [792] -2015-03-10 13:09:14 sendUrl INFO 87 [792] R:OK -2015-03-10 13:09:15 queue INFO 83 [793] -2015-03-10 13:09:15 queue INFO >83 [794] -2015-03-10 13:09:16 sendUrl INFO 83 [793] R:OK -2015-03-10 13:09:16 sendUrl INFO 83 [794] R:OK -2015-03-10 13:10:05 queue INFO >>83 [795] -2015-03-10 13:10:06 sendUrl INFO 83 [795] R:OK -2015-03-10 13:10:56 queue INFO >>83 [796] -2015-03-10 13:10:56 sendUrl INFO 83 [796] R:OK -2015-03-10 13:11:46 queue INFO >>83 [797] -2015-03-10 13:11:46 sendUrl INFO 83 [797] R:OK -2015-03-10 13:12:36 queue INFO >>83 [798] -2015-03-10 13:12:36 sendUrl INFO 83 [798] R:OK -2015-03-10 13:13:26 queue INFO >>83 [799] -2015-03-10 13:13:27 sendUrl INFO 83 [799] R:OK -2015-03-10 13:14:16 queue INFO >>83 [800] -2015-03-10 13:14:16 sendUrl INFO 83 [800] R:OK -2015-03-10 13:15:06 queue INFO >>83 [801] -2015-03-10 13:15:07 sendUrl INFO 83 [801] R:OK -2015-03-10 13:15:57 queue INFO >>83 [802] -2015-03-10 13:15:57 sendUrl INFO 83 [802] R:OK -2015-03-10 13:16:22 queue INFO C7 [803] -2015-03-10 13:16:23 queue INFO >C7 [804] -2015-03-10 13:16:23 sendUrl INFO C7 [803] R:OK -2015-03-10 13:16:23 sendUrl INFO C7 [804] R:OK -2015-03-10 13:16:24 queue INFO C3 [805] -2015-03-10 13:16:24 queue INFO >C3 [806] -2015-03-10 13:16:24 sendUrl INFO C3 [805] R:OK -2015-03-10 13:16:25 sendUrl INFO C3 [806] R:OK -2015-03-10 13:17:14 queue INFO >>C3 [807] -2015-03-10 13:17:15 sendUrl INFO C3 [807] R:OK -2015-03-10 13:18:04 queue INFO >>C3 [808] -2015-03-10 13:18:04 sendUrl INFO C3 [808] R:OK -2015-03-10 13:18:54 queue INFO >>C3 [809] -2015-03-10 13:18:55 sendUrl INFO C3 [809] R:OK -2015-03-10 13:19:45 queue INFO >>C3 [810] -2015-03-10 13:19:45 sendUrl INFO C3 [810] R:OK -2015-03-10 13:20:35 queue INFO >>C3 [811] -2015-03-10 13:20:35 sendUrl INFO C3 [811] R:OK -2015-03-10 13:21:25 queue INFO >>C3 [812] -2015-03-10 13:21:25 sendUrl INFO C3 [812] R:OK -2015-03-10 13:22:15 queue INFO >>C3 [813] -2015-03-10 13:22:16 sendUrl INFO C3 [813] R:OK -2015-03-10 13:23:05 queue INFO >>C3 [814] -2015-03-10 13:23:05 sendUrl INFO C3 [814] R:OK -2015-03-10 13:23:29 queue INFO 83 [815] -2015-03-10 13:23:29 sendUrl INFO 83 [815] R:OK -2015-03-10 13:23:29 queue INFO >83 [816] -2015-03-10 13:23:29 sendUrl INFO 83 [816] R:OK -2015-03-10 13:23:31 queue INFO 87 [817] -2015-03-10 13:23:31 queue INFO >87 [818] -2015-03-10 13:23:32 sendUrl INFO 87 [817] R:OK -2015-03-10 13:23:32 sendUrl INFO 87 [818] R:OK -2015-03-10 13:23:33 queue INFO 83 [819] -2015-03-10 13:23:33 queue INFO >83 [820] -2015-03-10 13:23:33 sendUrl INFO 83 [819] R:OK -2015-03-10 13:23:34 sendUrl INFO 83 [820] R:OK -2015-03-10 13:24:23 queue INFO >>83 [821] -2015-03-10 13:24:23 sendUrl INFO 83 [821] R:OK -2015-03-10 13:25:13 queue INFO >>83 [822] -2015-03-10 13:25:13 sendUrl INFO 83 [822] R:OK -2015-03-10 13:26:03 queue INFO >>83 [823] -2015-03-10 13:26:04 sendUrl INFO 83 [823] R:OK -2015-03-10 13:26:53 queue INFO >>83 [824] -2015-03-10 13:26:53 sendUrl INFO 83 [824] R:OK -2015-03-10 13:27:43 queue INFO >>83 [825] -2015-03-10 13:27:44 sendUrl INFO 83 [825] R:OK -2015-03-10 13:28:34 queue INFO >>83 [826] -2015-03-10 13:28:34 sendUrl INFO 83 [826] R:OK -2015-03-10 13:29:24 queue INFO >>83 [827] -2015-03-10 13:29:24 sendUrl INFO 83 [827] R:OK -2015-03-10 13:30:14 queue INFO >>83 [828] -2015-03-10 13:30:14 sendUrl INFO 83 [828] R:OK -2015-03-10 13:30:40 queue INFO 87 [829] -2015-03-10 13:30:41 sendUrl INFO 87 [829] R:OK -2015-03-10 13:30:41 queue INFO >87 [830] -2015-03-10 13:30:41 sendUrl INFO 87 [830] R:OK -2015-03-10 13:30:42 queue INFO 83 [831] -2015-03-10 13:30:42 queue INFO >83 [832] -2015-03-10 13:30:43 sendUrl INFO 83 [831] R:OK -2015-03-10 13:30:43 sendUrl INFO 83 [832] R:OK -2015-03-10 13:31:32 queue INFO >>83 [833] -2015-03-10 13:31:32 sendUrl INFO 83 [833] R:OK -2015-03-10 13:32:22 queue INFO >>83 [834] -2015-03-10 13:32:23 sendUrl INFO 83 [834] R:OK -2015-03-10 13:33:13 queue INFO >>83 [835] -2015-03-10 13:33:13 sendUrl INFO 83 [835] R:OK -2015-03-10 13:34:03 queue INFO >>83 [836] -2015-03-10 13:34:03 sendUrl INFO 83 [836] R:OK -2015-03-10 13:34:53 queue INFO >>83 [837] -2015-03-10 13:34:53 sendUrl INFO 83 [837] R:OK -2015-03-10 13:35:43 queue INFO >>83 [838] -2015-03-10 13:35:43 sendUrl INFO 83 [838] R:OK -2015-03-10 13:36:33 queue INFO >>83 [839] -2015-03-10 13:36:33 sendUrl INFO 83 [839] R:OK -2015-03-10 13:37:23 queue INFO >>83 [840] -2015-03-10 13:37:24 sendUrl INFO 83 [840] R:OK -2015-03-10 13:37:50 queue INFO 87 [841] -2015-03-10 13:37:50 queue INFO >87 [842] -2015-03-10 13:37:50 sendUrl INFO 87 [841] R:OK -2015-03-10 13:37:50 sendUrl INFO 87 [842] R:OK -2015-03-10 13:37:51 queue INFO 83 [843] -2015-03-10 13:37:51 queue INFO >83 [844] -2015-03-10 13:37:51 sendUrl INFO 83 [843] R:OK -2015-03-10 13:37:52 sendUrl INFO 83 [844] R:OK -2015-03-10 13:38:41 queue INFO >>83 [845] -2015-03-10 13:38:42 sendUrl INFO 83 [845] R:OK -2015-03-10 13:39:31 queue INFO >>83 [846] -2015-03-10 13:39:32 sendUrl INFO 83 [846] R:OK -2015-03-10 13:40:22 queue INFO >>83 [847] -2015-03-10 13:40:22 sendUrl INFO 83 [847] R:OK -2015-03-10 13:41:12 queue INFO >>83 [848] -2015-03-10 13:41:12 sendUrl INFO 83 [848] R:OK -2015-03-10 13:42:02 queue INFO >>83 [849] -2015-03-10 13:42:02 sendUrl INFO 83 [849] R:OK -2015-03-10 13:42:52 queue INFO >>83 [850] -2015-03-10 13:42:53 sendUrl INFO 83 [850] R:OK -2015-03-10 13:43:42 queue INFO >>83 [851] -2015-03-10 13:43:42 sendUrl INFO 83 [851] R:OK -2015-03-10 13:44:32 queue INFO >>83 [852] -2015-03-10 13:44:33 sendUrl INFO 83 [852] R:OK -2015-03-10 13:44:58 queue INFO 87 [853] -2015-03-10 13:44:59 queue INFO >87 [854] -2015-03-10 13:44:59 sendUrl INFO 87 [853] R:OK -2015-03-10 13:44:59 sendUrl INFO 87 [854] R:OK -2015-03-10 13:45:00 queue INFO 83 [855] -2015-03-10 13:45:00 queue INFO >83 [856] -2015-03-10 13:45:00 sendUrl INFO 83 [855] R:OK -2015-03-10 13:45:01 sendUrl INFO 83 [856] R:OK -2015-03-10 13:45:50 queue INFO >>83 [857] -2015-03-10 13:45:51 sendUrl INFO 83 [857] R:OK -2015-03-10 13:46:40 queue INFO >>83 [858] -2015-03-10 13:46:41 sendUrl INFO 83 [858] R:OK -2015-03-10 13:47:30 queue INFO >>83 [859] -2015-03-10 13:47:31 sendUrl INFO 83 [859] R:OK -2015-03-10 13:48:21 queue INFO >>83 [860] -2015-03-10 13:48:21 sendUrl INFO 83 [860] R:OK -2015-03-10 13:49:11 queue INFO >>83 [861] -2015-03-10 13:49:11 sendUrl INFO 83 [861] R:OK -2015-03-10 13:50:01 queue INFO >>83 [862] -2015-03-10 13:50:01 sendUrl INFO 83 [862] R:OK -2015-03-10 13:50:51 queue INFO >>83 [863] -2015-03-10 13:50:51 sendUrl INFO 83 [863] R:OK -2015-03-10 13:51:41 queue INFO >>83 [864] -2015-03-10 13:51:42 sendUrl INFO 83 [864] R:OK -2015-03-10 13:52:07 queue INFO 87 [865] -2015-03-10 13:52:07 queue INFO >87 [866] -2015-03-10 13:52:08 sendUrl INFO 87 [865] R:OK -2015-03-10 13:52:08 sendUrl INFO 87 [866] R:OK -2015-03-10 13:52:09 queue INFO 83 [867] -2015-03-10 13:52:09 queue INFO >83 [868] -2015-03-10 13:52:09 sendUrl INFO 83 [867] R:OK -2015-03-10 13:52:10 sendUrl INFO 83 [868] R:OK -2015-03-10 13:52:59 queue INFO >>83 [869] -2015-03-10 13:52:59 sendUrl INFO 83 [869] R:OK -2015-03-10 13:53:49 queue INFO >>83 [870] -2015-03-10 13:53:49 sendUrl INFO 83 [870] R:OK -2015-03-10 13:54:39 queue INFO >>83 [871] -2015-03-10 13:54:40 sendUrl INFO 83 [871] R:OK -2015-03-10 13:55:29 queue INFO >>83 [872] -2015-03-10 13:55:30 sendUrl INFO 83 [872] R:OK -2015-03-10 13:56:20 queue INFO >>83 [873] -2015-03-10 13:56:20 sendUrl INFO 83 [873] R:OK -2015-03-10 13:57:10 queue INFO >>83 [874] -2015-03-10 13:57:10 sendUrl INFO 83 [874] R:OK -2015-03-10 13:58:00 queue INFO >>83 [875] -2015-03-10 13:58:00 sendUrl INFO 83 [875] R:OK -2015-03-10 13:58:50 queue INFO >>83 [876] -2015-03-10 13:58:51 sendUrl INFO 83 [876] R:OK -2015-03-10 13:59:16 queue INFO C7 [877] -2015-03-10 13:59:16 queue INFO >C7 [878] -2015-03-10 13:59:16 sendUrl INFO C7 [877] R:OK -2015-03-10 13:59:17 sendUrl INFO C7 [878] R:OK -2015-03-10 13:59:18 queue INFO C3 [879] -2015-03-10 13:59:18 sendUrl INFO C3 [879] R:OK -2015-03-10 13:59:18 queue INFO >C3 [880] -2015-03-10 13:59:18 sendUrl INFO C3 [880] R:OK -2015-03-10 14:00:08 queue INFO >>C3 [881] -2015-03-10 14:00:08 sendUrl INFO C3 [881] R:OK -2015-03-10 14:00:58 queue INFO >>C3 [882] -2015-03-10 14:00:58 sendUrl INFO C3 [882] R:OK -2015-03-10 14:01:48 queue INFO >>C3 [883] -2015-03-10 14:01:48 sendUrl INFO C3 [883] R:OK -2015-03-10 14:02:38 queue INFO >>C3 [884] -2015-03-10 14:02:39 sendUrl INFO C3 [884] R:OK -2015-03-10 14:03:28 queue INFO >>C3 [885] -2015-03-10 14:03:28 sendUrl INFO C3 [885] R:OK -2015-03-10 14:04:18 queue INFO >>C3 [886] -2015-03-10 14:04:19 sendUrl INFO C3 [886] R:OK -2015-03-10 14:05:09 queue INFO >>C3 [887] -2015-03-10 14:05:09 sendUrl INFO C3 [887] R:OK -2015-03-10 14:05:59 queue INFO >>C3 [888] -2015-03-10 14:05:59 sendUrl INFO C3 [888] R:OK -2015-03-10 14:06:22 queue INFO 83 [889] -2015-03-10 14:06:22 queue INFO >83 [890] -2015-03-10 14:06:23 sendUrl INFO 83 [889] R:OK -2015-03-10 14:06:23 sendUrl INFO 83 [890] R:OK -2015-03-10 14:06:25 queue INFO 87 [891] -2015-03-10 14:06:25 queue INFO >87 [892] -2015-03-10 14:06:25 sendUrl INFO 87 [891] R:OK -2015-03-10 14:06:26 sendUrl INFO 87 [892] R:OK -2015-03-10 14:06:26 queue INFO 83 [893] -2015-03-10 14:06:26 queue INFO >83 [894] -2015-03-10 14:06:27 sendUrl INFO 83 [893] R:OK -2015-03-10 14:06:27 sendUrl INFO 83 [894] R:OK -2015-03-10 14:07:16 queue INFO >>83 [895] -2015-03-10 14:07:17 sendUrl INFO 83 [895] R:OK -2015-03-10 14:08:07 queue INFO >>83 [896] -2015-03-10 14:08:07 sendUrl INFO 83 [896] R:OK -2015-03-10 14:08:57 queue INFO >>83 [897] -2015-03-10 14:08:57 sendUrl INFO 83 [897] R:OK -2015-03-10 14:09:47 queue INFO >>83 [898] -2015-03-10 14:09:47 sendUrl INFO 83 [898] R:OK -2015-03-10 14:10:37 queue INFO >>83 [899] -2015-03-10 14:10:37 sendUrl INFO 83 [899] R:OK -2015-03-10 14:11:27 queue INFO >>83 [900] -2015-03-10 14:11:28 sendUrl INFO 83 [900] R:OK -2015-03-10 14:12:17 queue INFO >>83 [901] -2015-03-10 14:12:18 sendUrl INFO 83 [901] R:OK -2015-03-10 14:13:08 queue INFO >>83 [902] -2015-03-10 14:13:08 sendUrl INFO 83 [902] R:OK -2015-03-10 14:13:34 queue INFO 87 [903] -2015-03-10 14:13:34 queue INFO >87 [904] -2015-03-10 14:13:35 sendUrl INFO 87 [903] R:OK -2015-03-10 14:13:35 sendUrl INFO 87 [904] R:OK -2015-03-10 14:13:36 queue INFO 83 [905] -2015-03-10 14:13:36 queue INFO >83 [906] -2015-03-10 14:13:36 sendUrl INFO 83 [905] R:OK -2015-03-10 14:13:37 sendUrl INFO 83 [906] R:OK -2015-03-10 14:14:26 queue INFO >>83 [907] -2015-03-10 14:14:26 sendUrl INFO 83 [907] R:OK -2015-03-10 14:15:16 queue INFO >>83 [908] -2015-03-10 14:15:16 sendUrl INFO 83 [908] R:OK -2015-03-10 14:16:06 queue INFO >>83 [909] -2015-03-10 14:16:07 sendUrl INFO 83 [909] R:OK -2015-03-10 14:16:56 queue INFO >>83 [910] -2015-03-10 14:16:57 sendUrl INFO 83 [910] R:OK -2015-03-10 14:17:47 queue INFO >>83 [911] -2015-03-10 14:17:47 sendUrl INFO 83 [911] R:OK -2015-03-10 14:18:37 queue INFO >>83 [912] -2015-03-10 14:18:37 sendUrl INFO 83 [912] R:OK -2015-03-10 14:19:27 queue INFO >>83 [913] -2015-03-10 14:19:27 sendUrl INFO 83 [913] R:OK -2015-03-10 14:20:17 queue INFO >>83 [914] -2015-03-10 14:20:17 sendUrl INFO 83 [914] R:OK -2015-03-10 14:20:43 queue INFO 87 [915] -2015-03-10 14:20:43 queue INFO >87 [916] -2015-03-10 14:20:43 sendUrl INFO 87 [915] R:OK -2015-03-10 14:20:44 sendUrl INFO 87 [916] R:OK -2015-03-10 14:20:45 queue INFO 83 [917] -2015-03-10 14:20:45 queue INFO >83 [918] -2015-03-10 14:20:45 sendUrl INFO 83 [917] R:OK -2015-03-10 14:20:45 sendUrl INFO 83 [918] R:OK -2015-03-10 14:21:35 queue INFO >>83 [919] -2015-03-10 14:21:35 sendUrl INFO 83 [919] R:OK -2015-03-10 14:22:25 queue INFO >>83 [920] -2015-03-10 14:22:25 sendUrl INFO 83 [920] R:OK -2015-03-10 14:23:15 queue INFO >>83 [921] -2015-03-10 14:23:15 sendUrl INFO 83 [921] R:OK -2015-03-10 14:24:05 queue INFO >>83 [922] -2015-03-10 14:24:06 sendUrl INFO 83 [922] R:OK -2015-03-10 14:24:56 queue INFO >>83 [923] -2015-03-10 14:24:56 sendUrl INFO 83 [923] R:OK -2015-03-10 14:25:46 queue INFO >>83 [924] -2015-03-10 14:25:46 sendUrl INFO 83 [924] R:OK -2015-03-10 14:26:36 queue INFO >>83 [925] -2015-03-10 14:26:36 sendUrl INFO 83 [925] R:OK -2015-03-10 14:27:26 queue INFO >>83 [926] -2015-03-10 14:27:26 sendUrl INFO 83 [926] R:OK -2015-03-10 14:27:52 queue INFO 87 [927] -2015-03-10 14:27:52 queue INFO >87 [928] -2015-03-10 14:27:52 sendUrl INFO 87 [927] R:OK -2015-03-10 14:27:53 sendUrl INFO 87 [928] R:OK -2015-03-10 14:27:54 queue INFO 83 [929] -2015-03-10 14:27:54 queue INFO >83 [930] -2015-03-10 14:27:54 sendUrl INFO 83 [929] R:OK -2015-03-10 14:27:54 sendUrl INFO 83 [930] R:OK -2015-03-10 14:28:44 queue INFO >>83 [931] -2015-03-10 14:28:44 sendUrl INFO 83 [931] R:OK -2015-03-10 14:29:34 queue INFO >>83 [932] -2015-03-10 14:29:35 sendUrl INFO 83 [932] R:OK -2015-03-10 14:30:24 queue INFO >>83 [933] -2015-03-10 14:30:24 sendUrl INFO 83 [933] R:OK -2015-03-10 14:31:14 queue INFO >>83 [934] -2015-03-10 14:31:15 sendUrl INFO 83 [934] R:OK -2015-03-10 14:32:04 queue INFO >>83 [935] -2015-03-10 14:32:05 sendUrl INFO 83 [935] R:OK -2015-03-10 14:32:55 queue INFO >>83 [936] -2015-03-10 14:32:55 sendUrl INFO 83 [936] R:OK -2015-03-10 14:33:45 queue INFO >>83 [937] -2015-03-10 14:33:45 sendUrl INFO 83 [937] R:OK -2015-03-10 14:34:35 queue INFO >>83 [938] -2015-03-10 14:34:35 sendUrl INFO 83 [938] R:OK -2015-03-10 14:35:01 queue INFO 87 [939] -2015-03-10 14:35:01 queue INFO >87 [940] -2015-03-10 14:35:01 sendUrl INFO 87 [939] R:OK -2015-03-10 14:35:02 sendUrl INFO 87 [940] R:OK -2015-03-10 14:35:02 queue INFO 83 [941] -2015-03-10 14:35:03 queue INFO >83 [942] -2015-03-10 14:35:03 sendUrl INFO 83 [941] R:OK -2015-03-10 14:35:03 sendUrl INFO 83 [942] R:OK -2015-03-10 14:35:53 queue INFO >>83 [943] -2015-03-10 14:35:53 sendUrl INFO 83 [943] R:OK -2015-03-10 14:36:43 queue INFO >>83 [944] -2015-03-10 14:36:43 sendUrl INFO 83 [944] R:OK -2015-03-10 14:36:45 queue INFO 81 [945] -2015-03-10 14:36:45 queue INFO >81 [946] -2015-03-10 14:36:45 sendUrl INFO 81 [945] R:OK -2015-03-10 14:36:46 sendUrl INFO 81 [946] R:OK -2015-03-10 14:36:53 queue INFO 91 [947] -2015-03-10 14:36:54 queue INFO 99 [948] -2015-03-10 14:36:54 sendUrl INFO 91 [947] R:OK -2015-03-10 14:36:54 queue INFO >99 [949] -2015-03-10 14:36:54 sendUrl INFO 99 [948] R:OK -2015-03-10 14:36:55 sendUrl INFO 99 [949] R:OK -2015-03-10 14:37:44 queue INFO >>99 [950] -2015-03-10 14:37:44 sendUrl INFO 99 [950] R:OK -2015-03-10 14:38:34 queue INFO >>99 [951] -2015-03-10 14:38:34 sendUrl INFO 99 [951] R:OK -2015-03-10 14:39:24 queue INFO >>99 [952] -2015-03-10 14:39:25 sendUrl INFO 99 [952] R:OK -2015-03-10 14:39:36 queue INFO 89 [953] -2015-03-10 14:39:36 queue INFO >89 [954] -2015-03-10 14:39:36 sendUrl INFO 89 [953] R:OK -2015-03-10 14:39:37 sendUrl INFO 89 [954] R:OK -2015-03-10 14:39:39 queue INFO 81 [955] -2015-03-10 14:39:39 sendUrl INFO 81 [955] R:OK -2015-03-10 14:39:39 queue INFO >81 [956] -2015-03-10 14:39:40 sendUrl INFO 81 [956] R:OK -2015-03-10 14:39:42 queue INFO 83 [957] -2015-03-10 14:39:42 queue INFO >83 [958] -2015-03-10 14:39:42 sendUrl INFO 83 [957] R:OK -2015-03-10 14:39:43 sendUrl INFO 83 [958] R:OK -2015-03-10 14:40:32 queue INFO >>83 [959] -2015-03-10 14:40:32 sendUrl INFO 83 [959] R:OK -2015-03-10 14:41:22 queue INFO >>83 [960] -2015-03-10 14:41:22 sendUrl INFO 83 [960] R:OK -2015-03-10 14:42:12 queue INFO >>83 [961] -2015-03-10 14:42:12 sendUrl INFO 83 [961] R:OK -2015-03-10 14:43:02 queue INFO >>83 [962] -2015-03-10 14:43:03 sendUrl INFO 83 [962] R:OK -2015-03-10 14:43:52 queue INFO >>83 [963] -2015-03-10 14:43:53 sendUrl INFO 83 [963] R:OK -2015-03-10 14:44:43 queue INFO >>83 [964] -2015-03-10 14:44:43 sendUrl INFO 83 [964] R:OK -2015-03-10 14:45:14 queue INFO C7 [965] -2015-03-10 14:45:15 queue INFO >C7 [966] -2015-03-10 14:45:15 sendUrl INFO C7 [965] R:OK -2015-03-10 14:45:15 sendUrl INFO C7 [966] R:OK -2015-03-10 14:45:16 queue INFO C3 [967] -2015-03-10 14:45:16 queue INFO >C3 [968] -2015-03-10 14:45:16 sendUrl INFO C3 [967] R:OK -2015-03-10 14:45:17 sendUrl INFO C3 [968] R:OK -2015-03-10 14:46:06 queue INFO >>C3 [969] -2015-03-10 14:46:07 sendUrl INFO C3 [969] R:OK -2015-03-10 14:46:56 queue INFO >>C3 [970] -2015-03-10 14:46:57 sendUrl INFO C3 [970] R:OK -2015-03-10 14:47:47 queue INFO >>C3 [971] -2015-03-10 14:47:47 sendUrl INFO C3 [971] R:OK -2015-03-10 14:48:37 queue INFO >>C3 [972] -2015-03-10 14:48:37 sendUrl INFO C3 [972] R:OK -2015-03-10 14:49:27 queue INFO >>C3 [973] -2015-03-10 14:49:27 sendUrl INFO C3 [973] R:OK -2015-03-10 14:50:17 queue INFO >>C3 [974] -2015-03-10 14:50:17 sendUrl INFO C3 [974] R:OK -2015-03-10 14:51:07 queue INFO >>C3 [975] -2015-03-10 14:51:07 sendUrl INFO C3 [975] R:OK -2015-03-10 14:51:57 queue INFO >>C3 [976] -2015-03-10 14:51:58 sendUrl INFO C3 [976] R:OK -2015-03-10 14:52:21 queue INFO 83 [977] -2015-03-10 14:52:21 queue INFO >83 [978] -2015-03-10 14:52:21 sendUrl INFO 83 [977] R:OK -2015-03-10 14:52:21 sendUrl INFO 83 [978] R:OK -2015-03-10 14:52:23 queue INFO 87 [979] -2015-03-10 14:52:23 sendUrl INFO 87 [979] R:OK -2015-03-10 14:52:23 queue INFO >87 [980] -2015-03-10 14:52:24 sendUrl INFO 87 [980] R:OK -2015-03-10 14:52:25 queue INFO 83 [981] -2015-03-10 14:52:25 queue INFO >83 [982] -2015-03-10 14:52:25 sendUrl INFO 83 [981] R:OK -2015-03-10 14:52:26 sendUrl INFO 83 [982] R:OK -2015-03-10 14:53:15 queue INFO >>83 [983] -2015-03-10 14:53:15 sendUrl INFO 83 [983] R:OK -2015-03-10 14:54:05 queue INFO >>83 [984] -2015-03-10 14:54:06 sendUrl INFO 83 [984] R:OK -2015-03-10 14:54:55 queue INFO >>83 [985] -2015-03-10 14:54:55 sendUrl INFO 83 [985] R:OK -2015-03-10 14:55:45 queue INFO >>83 [986] -2015-03-10 14:55:46 sendUrl INFO 83 [986] R:OK -2015-03-10 14:56:35 queue INFO >>83 [987] -2015-03-10 14:56:36 sendUrl INFO 83 [987] R:OK -2015-03-10 14:57:26 queue INFO >>83 [988] -2015-03-10 14:57:26 sendUrl INFO 83 [988] R:OK -2015-03-10 14:58:16 queue INFO >>83 [989] -2015-03-10 14:58:16 sendUrl INFO 83 [989] R:OK -2015-03-10 14:59:06 queue INFO >>83 [990] -2015-03-10 14:59:06 sendUrl INFO 83 [990] R:OK -2015-03-10 14:59:33 queue INFO 87 [991] -2015-03-10 14:59:33 queue INFO >87 [992] -2015-03-10 14:59:33 sendUrl INFO 87 [991] R:OK -2015-03-10 14:59:34 sendUrl INFO 87 [992] R:OK -2015-03-10 14:59:34 queue INFO 83 [993] -2015-03-10 14:59:35 queue INFO >83 [994] -2015-03-10 14:59:35 sendUrl INFO 83 [993] R:OK -2015-03-10 14:59:35 sendUrl INFO 83 [994] R:OK -2015-03-10 15:00:24 queue INFO >>83 [995] -2015-03-10 15:00:25 sendUrl INFO 83 [995] R:OK -2015-03-10 15:01:15 queue INFO >>83 [996] -2015-03-10 15:01:15 sendUrl INFO 83 [996] R:OK -2015-03-10 15:02:05 queue INFO >>83 [997] -2015-03-10 15:02:05 sendUrl INFO 83 [997] R:OK -2015-03-10 15:02:55 queue INFO >>83 [998] -2015-03-10 15:02:55 sendUrl INFO 83 [998] R:OK -2015-03-10 15:03:45 queue INFO >>83 [999] -2015-03-10 15:03:45 sendUrl INFO 83 [999] R:OK -2015-03-10 15:04:35 queue INFO >>83 [0] -2015-03-10 15:04:36 sendUrl INFO 83 [0] R:OK -2015-03-10 15:05:25 queue INFO >>83 [1] -2015-03-10 15:05:26 sendUrl INFO 83 [1] R:OK -2015-03-10 15:06:16 queue INFO >>83 [2] -2015-03-10 15:06:16 sendUrl INFO 83 [2] R:OK -2015-03-10 15:06:42 queue INFO 87 [3] -2015-03-10 15:06:42 queue INFO >87 [4] -2015-03-10 15:06:42 sendUrl INFO 87 [3] R:OK -2015-03-10 15:06:43 sendUrl INFO 87 [4] R:OK -2015-03-10 15:06:43 queue INFO 83 [5] -2015-03-10 15:06:43 queue INFO >83 [6] -2015-03-10 15:06:44 sendUrl INFO 83 [5] R:OK -2015-03-10 15:06:44 sendUrl INFO 83 [6] R:OK -2015-03-10 15:07:33 queue INFO >>83 [7] -2015-03-10 15:07:34 sendUrl INFO 83 [7] R:OK -2015-03-10 15:08:24 queue INFO >>83 [8] -2015-03-10 15:08:24 sendUrl INFO 83 [8] R:OK -2015-03-10 15:09:14 queue INFO >>83 [9] -2015-03-10 15:09:14 sendUrl INFO 83 [9] R:OK -2015-03-10 15:10:04 queue INFO >>83 [10] -2015-03-10 15:10:04 sendUrl INFO 83 [10] R:OK -2015-03-10 15:10:54 queue INFO >>83 [11] -2015-03-10 15:10:54 sendUrl INFO 83 [11] R:OK -2015-03-10 15:11:44 queue INFO >>83 [12] -2015-03-10 15:11:45 sendUrl INFO 83 [12] R:OK -2015-03-10 15:12:34 queue INFO >>83 [13] -2015-03-10 15:12:35 sendUrl INFO 83 [13] R:OK -2015-03-10 15:13:24 queue INFO >>83 [14] -2015-03-10 15:13:25 sendUrl INFO 83 [14] R:OK -2015-03-10 15:13:51 queue INFO 87 [15] -2015-03-10 15:13:51 queue INFO >87 [16] -2015-03-10 15:13:51 sendUrl INFO 87 [15] R:OK -2015-03-10 15:13:52 sendUrl INFO 87 [16] R:OK -2015-03-10 15:13:52 queue INFO 83 [17] -2015-03-10 15:13:52 queue INFO >83 [18] -2015-03-10 15:13:53 sendUrl INFO 83 [17] R:OK -2015-03-10 15:13:53 sendUrl INFO 83 [18] R:OK -2015-03-10 15:14:42 queue INFO >>83 [19] -2015-03-10 15:14:42 sendUrl INFO 83 [19] R:OK -2015-03-10 15:15:32 queue INFO >>83 [20] -2015-03-10 15:15:33 sendUrl INFO 83 [20] R:OK -2015-03-10 15:16:23 queue INFO >>83 [21] -2015-03-10 15:16:23 sendUrl INFO 83 [21] R:OK -2015-03-10 15:17:13 queue INFO >>83 [22] -2015-03-10 15:17:13 sendUrl INFO 83 [22] R:OK -2015-03-10 15:18:03 queue INFO >>83 [23] -2015-03-10 15:18:03 sendUrl INFO 83 [23] R:OK -2015-03-10 15:18:53 queue INFO >>83 [24] -2015-03-10 15:18:54 sendUrl INFO 83 [24] R:OK -2015-03-10 15:19:43 queue INFO >>83 [25] -2015-03-10 15:19:43 sendUrl INFO 83 [25] R:OK -2015-03-10 15:20:33 queue INFO >>83 [26] -2015-03-10 15:20:34 sendUrl INFO 83 [26] R:OK -2015-03-10 15:20:59 queue INFO 87 [27] -2015-03-10 15:21:00 queue INFO >87 [28] -2015-03-10 15:21:00 sendUrl INFO 87 [27] R:OK -2015-03-10 15:21:00 sendUrl INFO 87 [28] R:OK -2015-03-10 15:21:01 queue INFO 83 [29] -2015-03-10 15:21:01 sendUrl INFO 83 [29] R:OK -2015-03-10 15:21:01 queue INFO >83 [30] -2015-03-10 15:21:01 sendUrl INFO 83 [30] R:OK -2015-03-10 15:21:51 queue INFO >>83 [31] -2015-03-10 15:21:51 sendUrl INFO 83 [31] R:OK -2015-03-10 15:22:41 queue INFO >>83 [32] -2015-03-10 15:22:42 sendUrl INFO 83 [32] R:OK -2015-03-10 15:23:31 queue INFO >>83 [33] -2015-03-10 15:23:31 sendUrl INFO 83 [33] R:OK -2015-03-10 15:24:21 queue INFO >>83 [34] -2015-03-10 15:24:22 sendUrl INFO 83 [34] R:OK -2015-03-10 15:25:12 queue INFO >>83 [35] -2015-03-10 15:25:12 sendUrl INFO 83 [35] R:OK -2015-03-10 15:26:02 queue INFO >>83 [36] -2015-03-10 15:26:02 sendUrl INFO 83 [36] R:OK -2015-03-10 15:26:52 queue INFO >>83 [37] -2015-03-10 15:26:52 sendUrl INFO 83 [37] R:OK -2015-03-10 15:27:42 queue INFO >>83 [38] -2015-03-10 15:27:42 sendUrl INFO 83 [38] R:OK -2015-03-10 15:28:08 queue INFO C7 [39] -2015-03-10 15:28:08 queue INFO >C7 [40] -2015-03-10 15:28:08 sendUrl INFO C7 [39] R:OK -2015-03-10 15:28:09 sendUrl INFO C7 [40] R:OK -2015-03-10 15:28:10 queue INFO C3 [41] -2015-03-10 15:28:10 queue INFO >C3 [42] -2015-03-10 15:28:10 sendUrl INFO C3 [41] R:OK -2015-03-10 15:28:10 sendUrl INFO C3 [42] R:OK -2015-03-10 15:29:00 queue INFO >>C3 [43] -2015-03-10 15:29:00 sendUrl INFO C3 [43] R:OK -2015-03-10 15:29:50 queue INFO >>C3 [44] -2015-03-10 15:29:50 sendUrl INFO C3 [44] R:OK -2015-03-10 15:30:40 queue INFO >>C3 [45] -2015-03-10 15:30:40 sendUrl INFO C3 [45] R:OK -2015-03-10 15:31:30 queue INFO >>C3 [46] -2015-03-10 15:31:31 sendUrl INFO C3 [46] R:OK -2015-03-10 15:32:20 queue INFO >>C3 [47] -2015-03-10 15:32:21 sendUrl INFO C3 [47] R:OK -2015-03-10 15:33:11 queue INFO >>C3 [48] -2015-03-10 15:33:11 sendUrl INFO C3 [48] R:OK -2015-03-10 15:34:01 queue INFO >>C3 [49] -2015-03-10 15:34:01 sendUrl INFO C3 [49] R:OK -2015-03-10 15:34:51 queue INFO >>C3 [50] -2015-03-10 15:34:51 sendUrl INFO C3 [50] R:OK -2015-03-10 15:35:14 queue INFO 83 [51] -2015-03-10 15:35:15 queue INFO >83 [52] -2015-03-10 15:35:15 sendUrl INFO 83 [51] R:OK -2015-03-10 15:35:15 sendUrl INFO 83 [52] R:OK -2015-03-10 15:35:17 queue INFO 87 [53] -2015-03-10 15:35:17 queue INFO >87 [54] -2015-03-10 15:35:17 sendUrl INFO 87 [53] R:OK -2015-03-10 15:35:18 sendUrl INFO 87 [54] R:OK -2015-03-10 15:35:19 queue INFO 83 [55] -2015-03-10 15:35:19 queue INFO >83 [56] -2015-03-10 15:35:19 sendUrl INFO 83 [55] R:OK -2015-03-10 15:35:19 sendUrl INFO 83 [56] R:OK -2015-03-10 15:36:09 queue INFO >>83 [57] -2015-03-10 15:36:09 sendUrl INFO 83 [57] R:OK -2015-03-10 15:36:59 queue INFO >>83 [58] -2015-03-10 15:36:59 sendUrl INFO 83 [58] R:OK -2015-03-10 15:37:49 queue INFO >>83 [59] -2015-03-10 15:37:49 sendUrl INFO 83 [59] R:OK -2015-03-10 15:38:39 queue INFO >>83 [60] -2015-03-10 15:38:40 sendUrl INFO 83 [60] R:OK -2015-03-10 15:39:29 queue INFO >>83 [61] -2015-03-10 15:39:30 sendUrl INFO 83 [61] R:OK -2015-03-10 15:40:19 queue INFO >>83 [62] -2015-03-10 15:40:20 sendUrl INFO 83 [62] R:OK -2015-03-10 15:41:10 queue INFO >>83 [63] -2015-03-10 15:41:10 sendUrl INFO 83 [63] R:OK -2015-03-10 15:42:00 queue INFO >>83 [64] -2015-03-10 15:42:00 sendUrl INFO 83 [64] R:OK -2015-03-10 15:42:26 queue INFO 87 [65] -2015-03-10 15:42:26 queue INFO >87 [66] -2015-03-10 15:42:27 sendUrl INFO 87 [65] R:OK -2015-03-10 15:42:27 sendUrl INFO 87 [66] R:OK -2015-03-10 15:42:28 queue INFO 83 [67] -2015-03-10 15:42:28 queue INFO >83 [68] -2015-03-10 15:42:28 sendUrl INFO 83 [67] R:OK -2015-03-10 15:42:29 sendUrl INFO 83 [68] R:OK -2015-03-10 15:43:18 queue INFO >>83 [69] -2015-03-10 15:43:19 sendUrl INFO 83 [69] R:OK -2015-03-10 15:44:08 queue INFO >>83 [70] -2015-03-10 15:44:08 sendUrl INFO 83 [70] R:OK -2015-03-10 15:44:58 queue INFO >>83 [71] -2015-03-10 15:44:59 sendUrl INFO 83 [71] R:OK -2015-03-10 15:45:48 queue INFO >>83 [72] -2015-03-10 15:45:49 sendUrl INFO 83 [72] R:OK -2015-03-10 15:46:39 queue INFO >>83 [73] -2015-03-10 15:46:39 sendUrl INFO 83 [73] R:OK -2015-03-10 15:47:29 queue INFO >>83 [74] -2015-03-10 15:47:29 sendUrl INFO 83 [74] R:OK -2015-03-10 15:48:19 queue INFO >>83 [75] -2015-03-10 15:48:19 sendUrl INFO 83 [75] R:OK -2015-03-10 15:49:09 queue INFO >>83 [76] -2015-03-10 15:49:09 sendUrl INFO 83 [76] R:OK -2015-03-10 15:49:35 queue INFO 87 [77] -2015-03-10 15:49:36 queue INFO >87 [78] -2015-03-10 15:49:36 sendUrl INFO 87 [77] R:OK -2015-03-10 15:49:36 sendUrl INFO 87 [78] R:OK -2015-03-10 15:49:37 queue INFO 83 [79] -2015-03-10 15:49:37 sendUrl INFO 83 [79] R:OK -2015-03-10 15:49:37 queue INFO >83 [80] -2015-03-10 15:49:38 sendUrl INFO 83 [80] R:OK -2015-03-10 15:50:27 queue INFO >>83 [81] -2015-03-10 15:50:27 sendUrl INFO 83 [81] R:OK -2015-03-10 15:51:17 queue INFO >>83 [82] -2015-03-10 15:51:18 sendUrl INFO 83 [82] R:OK -2015-03-10 15:52:07 queue INFO >>83 [83] -2015-03-10 15:52:08 sendUrl INFO 83 [83] R:OK -2015-03-10 15:52:58 queue INFO >>83 [84] -2015-03-10 15:52:58 sendUrl INFO 83 [84] R:OK -2015-03-10 15:53:48 queue INFO >>83 [85] -2015-03-10 15:53:48 sendUrl INFO 83 [85] R:OK -2015-03-10 15:54:38 queue INFO >>83 [86] -2015-03-10 15:54:38 sendUrl INFO 83 [86] R:OK -2015-03-10 15:55:28 queue INFO >>83 [87] -2015-03-10 15:55:29 sendUrl INFO 83 [87] R:OK -2015-03-10 15:56:18 queue INFO >>83 [88] -2015-03-10 15:56:18 sendUrl INFO 83 [88] R:OK -2015-03-10 15:56:44 queue INFO 87 [89] -2015-03-10 15:56:45 queue INFO >87 [90] -2015-03-10 15:56:45 sendUrl INFO 87 [89] R:OK -2015-03-10 15:56:45 sendUrl INFO 87 [90] R:OK -2015-03-10 15:56:46 queue INFO 83 [91] -2015-03-10 15:56:46 sendUrl INFO 83 [91] R:OK -2015-03-10 15:56:46 queue INFO >83 [92] -2015-03-10 15:56:47 sendUrl INFO 83 [92] R:OK -2015-03-10 15:57:36 queue INFO >>83 [93] -2015-03-10 15:57:36 sendUrl INFO 83 [93] R:OK -2015-03-10 15:58:26 queue INFO >>83 [94] -2015-03-10 15:58:27 sendUrl INFO 83 [94] R:OK -2015-03-10 15:59:16 queue INFO >>83 [95] -2015-03-10 15:59:17 sendUrl INFO 83 [95] R:OK -2015-03-10 16:00:07 queue INFO >>83 [96] -2015-03-10 16:00:07 sendUrl INFO 83 [96] R:OK -2015-03-10 16:00:57 queue INFO >>83 [97] -2015-03-10 16:00:57 sendUrl INFO 83 [97] R:OK -2015-03-10 16:01:47 queue INFO >>83 [98] -2015-03-10 16:01:47 sendUrl INFO 83 [98] R:OK -2015-03-10 16:02:37 queue INFO >>83 [99] -2015-03-10 16:02:37 sendUrl INFO 83 [99] R:OK -2015-03-10 16:03:27 queue INFO >>83 [100] -2015-03-10 16:03:27 sendUrl INFO 83 [100] R:OK -2015-03-10 16:03:53 queue INFO 87 [101] -2015-03-10 16:03:53 queue INFO >87 [102] -2015-03-10 16:03:53 sendUrl INFO 87 [101] R:OK -2015-03-10 16:03:54 sendUrl INFO 87 [102] R:OK -2015-03-10 16:03:55 queue INFO 83 [103] -2015-03-10 16:03:55 queue INFO >83 [104] -2015-03-10 16:03:55 sendUrl INFO 83 [103] R:OK -2015-03-10 16:03:55 sendUrl INFO 83 [104] R:OK -2015-03-10 16:04:45 queue INFO >>83 [105] -2015-03-10 16:04:45 sendUrl INFO 83 [105] R:OK -2015-03-10 16:05:35 queue INFO >>83 [106] -2015-03-10 16:05:35 sendUrl INFO 83 [106] R:OK -2015-03-10 16:06:25 queue INFO >>83 [107] -2015-03-10 16:06:25 sendUrl INFO 83 [107] R:OK -2015-03-10 16:07:15 queue INFO >>83 [108] -2015-03-10 16:07:16 sendUrl INFO 83 [108] R:OK -2015-03-10 16:08:05 queue INFO >>83 [109] -2015-03-10 16:08:06 sendUrl INFO 83 [109] R:OK -2015-03-10 16:08:56 queue INFO >>83 [110] -2015-03-10 16:08:56 sendUrl INFO 83 [110] R:OK -2015-03-10 16:09:46 queue INFO >>83 [111] -2015-03-10 16:09:46 sendUrl INFO 83 [111] R:OK -2015-03-10 16:10:36 queue INFO >>83 [112] -2015-03-10 16:10:36 sendUrl INFO 83 [112] R:OK -2015-03-10 16:11:02 queue INFO C7 [113] -2015-03-10 16:11:02 sendUrl INFO C7 [113] R:OK -2015-03-10 16:11:02 queue INFO >C7 [114] -2015-03-10 16:11:02 sendUrl INFO C7 [114] R:OK -2015-03-10 16:11:03 queue INFO C3 [115] -2015-03-10 16:11:04 queue INFO >C3 [116] -2015-03-10 16:11:04 sendUrl INFO C3 [115] R:OK -2015-03-10 16:11:04 sendUrl INFO C3 [116] R:OK -2015-03-10 16:11:54 queue INFO >>C3 [117] -2015-03-10 16:11:54 sendUrl INFO C3 [117] R:OK -2015-03-10 16:12:44 queue INFO >>C3 [118] -2015-03-10 16:12:44 sendUrl INFO C3 [118] R:OK -2015-03-10 16:13:34 queue INFO >>C3 [119] -2015-03-10 16:13:34 sendUrl INFO C3 [119] R:OK -2015-03-10 16:14:24 queue INFO >>C3 [120] -2015-03-10 16:14:24 sendUrl INFO C3 [120] R:OK -2015-03-10 16:15:14 queue INFO >>C3 [121] -2015-03-10 16:15:15 sendUrl INFO C3 [121] R:OK -2015-03-10 16:16:04 queue INFO >>C3 [122] -2015-03-10 16:16:04 sendUrl INFO C3 [122] R:OK -2015-03-10 16:16:54 queue INFO >>C3 [123] -2015-03-10 16:16:55 sendUrl INFO C3 [123] R:OK -2015-03-10 16:17:45 queue INFO >>C3 [124] -2015-03-10 16:17:45 sendUrl INFO C3 [124] R:OK -2015-03-10 16:18:08 queue INFO 83 [125] -2015-03-10 16:18:08 queue INFO >83 [126] -2015-03-10 16:18:08 sendUrl INFO 83 [125] R:OK -2015-03-10 16:18:09 sendUrl INFO 83 [126] R:OK -2015-03-10 16:18:10 queue INFO 87 [127] -2015-03-10 16:18:11 queue INFO >87 [128] -2015-03-10 16:18:11 sendUrl INFO 87 [127] R:OK -2015-03-10 16:18:11 sendUrl INFO 87 [128] R:OK -2015-03-10 16:18:12 queue INFO 83 [129] -2015-03-10 16:18:12 sendUrl INFO 83 [129] R:OK -2015-03-10 16:18:12 queue INFO >83 [130] -2015-03-10 16:18:13 sendUrl INFO 83 [130] R:OK -2015-03-10 16:19:02 queue INFO >>83 [131] -2015-03-10 16:19:03 sendUrl INFO 83 [131] R:OK -2015-03-10 16:19:52 queue INFO >>83 [132] -2015-03-10 16:19:53 sendUrl INFO 83 [132] R:OK -2015-03-10 16:20:43 queue INFO >>83 [133] -2015-03-10 16:20:43 sendUrl INFO 83 [133] R:OK -2015-03-10 16:21:33 queue INFO >>83 [134] -2015-03-10 16:21:33 sendUrl INFO 83 [134] R:OK -2015-03-10 16:22:23 queue INFO >>83 [135] -2015-03-10 16:22:23 sendUrl INFO 83 [135] R:OK -2015-03-10 16:23:13 queue INFO >>83 [136] -2015-03-10 16:23:13 sendUrl INFO 83 [136] R:OK -2015-03-10 16:24:03 queue INFO >>83 [137] -2015-03-10 16:24:04 sendUrl INFO 83 [137] R:OK -2015-03-10 16:24:53 queue INFO >>83 [138] -2015-03-10 16:24:54 sendUrl INFO 83 [138] R:OK -2015-03-10 16:25:20 queue INFO 87 [139] -2015-03-10 16:25:20 queue INFO >87 [140] -2015-03-10 16:25:20 sendUrl INFO 87 [139] R:OK -2015-03-10 16:25:21 sendUrl INFO 87 [140] R:OK -2015-03-10 16:25:22 queue INFO 83 [141] -2015-03-10 16:25:22 queue INFO >83 [142] -2015-03-10 16:25:22 sendUrl INFO 83 [141] R:OK -2015-03-10 16:25:23 sendUrl INFO 83 [142] R:OK -2015-03-10 16:26:12 queue INFO >>83 [143] -2015-03-10 16:26:12 sendUrl INFO 83 [143] R:OK -2015-03-10 16:27:02 queue INFO >>83 [144] -2015-03-10 16:27:02 sendUrl INFO 83 [144] R:OK -2015-03-10 16:27:52 queue INFO >>83 [145] -2015-03-10 16:27:52 sendUrl INFO 83 [145] R:OK -2015-03-10 16:28:42 queue INFO >>83 [146] -2015-03-10 16:28:43 sendUrl INFO 83 [146] R:OK -2015-03-10 16:29:32 queue INFO >>83 [147] -2015-03-10 16:29:33 sendUrl INFO 83 [147] R:OK -2015-03-10 16:30:23 queue INFO >>83 [148] -2015-03-10 16:30:23 sendUrl INFO 83 [148] R:OK -2015-03-10 16:31:13 queue INFO >>83 [149] -2015-03-10 16:31:13 sendUrl INFO 83 [149] R:OK -2015-03-10 16:32:03 queue INFO >>83 [150] -2015-03-10 16:32:03 sendUrl INFO 83 [150] R:OK -2015-03-10 16:32:29 queue INFO 87 [151] -2015-03-10 16:32:29 sendUrl INFO 87 [151] R:OK -2015-03-10 16:32:29 queue INFO >87 [152] -2015-03-10 16:32:30 sendUrl INFO 87 [152] R:OK -2015-03-10 16:32:31 queue INFO 83 [153] -2015-03-10 16:32:31 queue INFO >83 [154] -2015-03-10 16:32:31 sendUrl INFO 83 [153] R:OK -2015-03-10 16:32:32 sendUrl INFO 83 [154] R:OK -2015-03-10 16:33:21 queue INFO >>83 [155] -2015-03-10 16:33:21 sendUrl INFO 83 [155] R:OK -2015-03-10 16:34:11 queue INFO >>83 [156] -2015-03-10 16:34:11 sendUrl INFO 83 [156] R:OK -2015-03-10 16:35:01 queue INFO >>83 [157] -2015-03-10 16:35:01 sendUrl INFO 83 [157] R:OK -2015-03-10 16:35:51 queue INFO >>83 [158] -2015-03-10 16:35:51 sendUrl INFO 83 [158] R:OK -2015-03-10 16:36:41 queue INFO >>83 [159] -2015-03-10 16:36:42 sendUrl INFO 83 [159] R:OK -2015-03-10 16:37:31 queue INFO >>83 [160] -2015-03-10 16:37:32 sendUrl INFO 83 [160] R:OK -2015-03-10 16:38:22 queue INFO >>83 [161] -2015-03-10 16:38:22 sendUrl INFO 83 [161] R:OK -2015-03-10 16:39:12 queue INFO >>83 [162] -2015-03-10 16:39:12 sendUrl INFO 83 [162] R:OK -2015-03-10 16:39:38 queue INFO 87 [163] -2015-03-10 16:39:38 sendUrl INFO 87 [163] R:OK -2015-03-10 16:39:38 queue INFO >87 [164] -2015-03-10 16:39:38 sendUrl INFO 87 [164] R:OK -2015-03-10 16:39:39 queue INFO 83 [165] -2015-03-10 16:39:40 queue INFO >83 [166] -2015-03-10 16:39:40 sendUrl INFO 83 [165] R:OK -2015-03-10 16:39:41 sendUrl INFO 83 [166] R:OK -2015-03-10 16:40:30 queue INFO >>83 [167] -2015-03-10 16:40:30 sendUrl INFO 83 [167] R:OK -2015-03-10 16:41:20 queue INFO >>83 [168] -2015-03-10 16:41:20 sendUrl INFO 83 [168] R:OK -2015-03-10 16:41:36 queue INFO 81 [169] -2015-03-10 16:41:36 queue INFO >81 [170] -2015-03-10 16:41:36 sendUrl INFO 81 [169] R:OK -2015-03-10 16:41:36 sendUrl INFO 81 [170] R:OK -2015-03-10 16:42:26 queue INFO >>81 [171] -2015-03-10 16:42:26 sendUrl INFO 81 [171] R:OK -2015-03-10 16:43:16 queue INFO >>81 [172] -2015-03-10 16:43:16 sendUrl INFO 81 [172] R:OK -2015-03-10 16:44:06 queue INFO >>81 [173] -2015-03-10 16:44:06 sendUrl INFO 81 [173] R:OK -2015-03-10 16:44:56 queue INFO >>81 [174] -2015-03-10 16:44:57 sendUrl INFO 81 [174] R:OK -2015-03-10 16:45:46 queue INFO >>81 [175] -2015-03-10 16:45:46 sendUrl INFO 81 [175] R:OK -2015-03-10 16:46:37 queue INFO >>81 [176] -2015-03-10 16:46:37 sendUrl INFO 81 [176] R:OK -2015-03-10 16:47:27 queue INFO >>81 [177] -2015-03-10 16:47:27 sendUrl INFO 81 [177] R:OK -2015-03-10 16:48:17 queue INFO >>81 [178] -2015-03-10 16:48:17 sendUrl INFO 81 [178] R:OK -2015-03-10 16:49:07 queue INFO >>81 [179] -2015-03-10 16:49:07 sendUrl INFO 81 [179] R:OK -2015-03-10 16:49:57 queue INFO >>81 [180] -2015-03-10 16:49:58 sendUrl INFO 81 [180] R:OK -2015-03-10 16:50:47 queue INFO >>81 [181] -2015-03-10 16:50:48 sendUrl INFO 81 [181] R:OK -2015-03-10 16:51:37 queue INFO >>81 [182] -2015-03-10 16:51:38 sendUrl INFO 81 [182] R:OK -2015-03-10 16:52:28 queue INFO >>81 [183] -2015-03-10 16:52:28 sendUrl INFO 81 [183] R:OK -2015-03-10 16:53:18 queue INFO >>81 [184] -2015-03-10 16:53:18 sendUrl INFO 81 [184] R:OK -2015-03-10 16:53:30 queue INFO 91 [185] -2015-03-10 16:53:30 queue INFO 99 [186] -2015-03-10 16:53:30 sendUrl INFO 91 [185] R:OK -2015-03-10 16:53:30 queue INFO >99 [187] -2015-03-10 16:53:31 sendUrl INFO 99 [186] R:OK -2015-03-10 16:53:31 sendUrl INFO 99 [187] R:OK -2015-03-10 16:54:20 queue INFO >>99 [188] -2015-03-10 16:54:20 sendUrl INFO 99 [188] R:OK -2015-03-10 16:55:10 queue INFO >>99 [189] -2015-03-10 16:55:11 sendUrl INFO 99 [189] R:OK -2015-03-10 16:56:00 queue INFO >>99 [190] -2015-03-10 16:56:01 sendUrl INFO 99 [190] R:OK -2015-03-10 16:56:51 queue INFO >>99 [191] -2015-03-10 16:56:51 sendUrl INFO 99 [191] R:OK -2015-03-10 16:57:20 queue INFO 89 [192] -2015-03-10 16:57:20 queue INFO >89 [193] -2015-03-10 16:57:20 sendUrl INFO 89 [192] R:OK -2015-03-10 16:57:21 sendUrl INFO 89 [193] R:OK -2015-03-10 16:57:23 queue INFO 81 [194] -2015-03-10 16:57:23 queue INFO >81 [195] -2015-03-10 16:57:23 sendUrl INFO 81 [194] R:OK -2015-03-10 16:57:24 sendUrl INFO 81 [195] R:OK -2015-03-10 16:57:26 queue INFO 83 [196] -2015-03-10 16:57:26 queue INFO >83 [197] -2015-03-10 16:57:26 sendUrl INFO 83 [196] R:OK -2015-03-10 16:57:27 sendUrl INFO 83 [197] R:OK -2015-03-10 16:57:54 queue INFO 87 [198] -2015-03-10 16:57:54 queue INFO >87 [199] -2015-03-10 16:57:54 sendUrl INFO 87 [198] R:OK -2015-03-10 16:57:55 sendUrl INFO 87 [199] R:OK -2015-03-10 16:57:56 queue INFO 83 [200] -2015-03-10 16:57:56 sendUrl INFO 83 [200] R:OK -2015-03-10 16:57:56 queue INFO >83 [201] -2015-03-10 16:57:56 sendUrl INFO 83 [201] R:OK -2015-03-10 16:58:46 queue INFO >>83 [202] -2015-03-10 16:58:46 sendUrl INFO 83 [202] R:OK -2015-03-10 16:59:36 queue INFO >>83 [203] -2015-03-10 16:59:37 sendUrl INFO 83 [203] R:OK -2015-03-10 17:00:26 queue INFO >>83 [204] -2015-03-10 17:00:26 sendUrl INFO 83 [204] R:OK -2015-03-10 17:01:16 queue INFO >>83 [205] -2015-03-10 17:01:17 sendUrl INFO 83 [205] R:OK -2015-03-10 17:02:07 queue INFO >>83 [206] -2015-03-10 17:02:07 sendUrl INFO 83 [206] R:OK -2015-03-10 17:02:57 queue INFO >>83 [207] -2015-03-10 17:02:57 sendUrl INFO 83 [207] R:OK -2015-03-10 17:03:47 queue INFO >>83 [208] -2015-03-10 17:03:47 sendUrl INFO 83 [208] R:OK -2015-03-10 17:04:37 queue INFO >>83 [209] -2015-03-10 17:04:37 sendUrl INFO 83 [209] R:OK -2015-03-10 17:05:03 queue INFO 87 [210] -2015-03-10 17:05:04 queue INFO >87 [211] -2015-03-10 17:05:04 sendUrl INFO 87 [210] R:OK -2015-03-10 17:05:04 sendUrl INFO 87 [211] R:OK -2015-03-10 17:05:05 queue INFO 83 [212] -2015-03-10 17:05:05 queue INFO >83 [213] -2015-03-10 17:05:05 sendUrl INFO 83 [212] R:OK -2015-03-10 17:05:06 sendUrl INFO 83 [213] R:OK -2015-03-10 17:05:55 queue INFO >>83 [214] -2015-03-10 17:05:55 sendUrl INFO 83 [214] R:OK -2015-03-10 17:06:45 queue INFO >>83 [215] -2015-03-10 17:06:46 sendUrl INFO 83 [215] R:OK -2015-03-10 17:07:35 queue INFO >>83 [216] -2015-03-10 17:07:36 sendUrl INFO 83 [216] R:OK -2015-03-10 17:08:26 queue INFO >>83 [217] -2015-03-10 17:08:26 sendUrl INFO 83 [217] R:OK -2015-03-10 17:09:16 queue INFO >>83 [218] -2015-03-10 17:09:16 sendUrl INFO 83 [218] R:OK -2015-03-10 17:10:06 queue INFO >>83 [219] -2015-03-10 17:10:06 sendUrl INFO 83 [219] R:OK -2015-03-10 17:10:56 queue INFO >>83 [220] -2015-03-10 17:10:56 sendUrl INFO 83 [220] R:OK -2015-03-10 17:11:46 queue INFO >>83 [221] -2015-03-10 17:11:47 sendUrl INFO 83 [221] R:OK -2015-03-10 17:12:12 queue INFO 87 [222] -2015-03-10 17:12:12 queue INFO >87 [223] -2015-03-10 17:12:13 sendUrl INFO 87 [222] R:OK -2015-03-10 17:12:13 sendUrl INFO 87 [223] R:OK -2015-03-10 17:12:14 queue INFO 83 [224] -2015-03-10 17:12:14 queue INFO >83 [225] -2015-03-10 17:12:14 sendUrl INFO 83 [224] R:OK -2015-03-10 17:12:15 sendUrl INFO 83 [225] R:OK -2015-03-10 17:13:04 queue INFO >>83 [226] -2015-03-10 17:13:04 sendUrl INFO 83 [226] R:OK -2015-03-10 17:13:54 queue INFO >>83 [227] -2015-03-10 17:13:54 sendUrl INFO 83 [227] R:OK -2015-03-10 17:14:44 queue INFO >>83 [228] -2015-03-10 17:14:45 sendUrl INFO 83 [228] R:OK -2015-03-10 17:15:35 queue INFO >>83 [229] -2015-03-10 17:15:35 sendUrl INFO 83 [229] R:OK -2015-03-10 17:16:25 queue INFO >>83 [230] -2015-03-10 17:16:25 sendUrl INFO 83 [230] R:OK -2015-03-10 17:17:15 queue INFO >>83 [231] -2015-03-10 17:17:15 sendUrl INFO 83 [231] R:OK -2015-03-10 17:18:05 queue INFO >>83 [232] -2015-03-10 17:18:05 sendUrl INFO 83 [232] R:OK -2015-03-10 17:18:55 queue INFO >>83 [233] -2015-03-10 17:18:56 sendUrl INFO 83 [233] R:OK -2015-03-10 17:19:21 queue INFO 87 [234] -2015-03-10 17:19:21 queue INFO >87 [235] -2015-03-10 17:19:21 sendUrl INFO 87 [234] R:OK -2015-03-10 17:19:22 sendUrl INFO 87 [235] R:OK -2015-03-10 17:19:23 queue INFO 83 [236] -2015-03-10 17:19:23 sendUrl INFO 83 [236] R:OK -2015-03-10 17:19:23 queue INFO >83 [237] -2015-03-10 17:19:23 sendUrl INFO 83 [237] R:OK -2015-03-10 17:20:13 queue INFO >>83 [238] -2015-03-10 17:20:13 sendUrl INFO 83 [238] R:OK -2015-03-10 17:21:03 queue INFO >>83 [239] -2015-03-10 17:21:03 sendUrl INFO 83 [239] R:OK -2015-03-10 17:21:53 queue INFO >>83 [240] -2015-03-10 17:21:53 sendUrl INFO 83 [240] R:OK -2015-03-10 17:22:43 queue INFO >>83 [241] -2015-03-10 17:22:44 sendUrl INFO 83 [241] R:OK -2015-03-10 17:23:33 queue INFO >>83 [242] -2015-03-10 17:23:34 sendUrl INFO 83 [242] R:OK -2015-03-10 17:24:24 queue INFO >>83 [243] -2015-03-10 17:24:24 sendUrl INFO 83 [243] R:OK -2015-03-10 17:25:14 queue INFO >>83 [244] -2015-03-10 17:25:14 sendUrl INFO 83 [244] R:OK -2015-03-10 17:26:04 queue INFO >>83 [245] -2015-03-10 17:26:04 sendUrl INFO 83 [245] R:OK -2015-03-10 17:26:30 queue INFO C7 [246] -2015-03-10 17:26:30 queue INFO >C7 [247] -2015-03-10 17:26:30 sendUrl INFO C7 [246] R:OK -2015-03-10 17:26:31 sendUrl INFO C7 [247] R:OK -2015-03-10 17:26:31 queue INFO C3 [248] -2015-03-10 17:26:32 queue INFO >C3 [249] -2015-03-10 17:26:32 sendUrl INFO C3 [248] R:OK -2015-03-10 17:26:32 sendUrl INFO C3 [249] R:OK -2015-03-10 17:27:21 queue INFO >>C3 [250] -2015-03-10 17:27:22 sendUrl INFO C3 [250] R:OK -2015-03-10 17:28:12 queue INFO >>C3 [251] -2015-03-10 17:28:12 sendUrl INFO C3 [251] R:OK -2015-03-10 17:29:02 queue INFO >>C3 [252] -2015-03-10 17:29:02 sendUrl INFO C3 [252] R:OK -2015-03-10 17:29:52 queue INFO >>C3 [253] -2015-03-10 17:29:52 sendUrl INFO C3 [253] R:OK -2015-03-10 17:30:42 queue INFO >>C3 [254] -2015-03-10 17:30:42 sendUrl INFO C3 [254] R:OK -2015-03-10 17:31:32 queue INFO >>C3 [255] -2015-03-10 17:31:33 sendUrl INFO C3 [255] R:OK -2015-03-10 17:32:22 queue INFO >>C3 [256] -2015-03-10 17:32:22 sendUrl INFO C3 [256] R:OK -2015-03-10 17:33:13 queue INFO >>C3 [257] -2015-03-10 17:33:13 sendUrl INFO C3 [257] R:OK -2015-03-10 17:33:36 queue INFO 83 [258] -2015-03-10 17:33:36 sendUrl INFO 83 [258] R:OK -2015-03-10 17:33:36 queue INFO >83 [259] -2015-03-10 17:33:36 sendUrl INFO 83 [259] R:OK -2015-03-10 17:33:38 queue INFO 87 [260] -2015-03-10 17:33:39 queue INFO >87 [261] -2015-03-10 17:33:39 sendUrl INFO 87 [260] R:OK -2015-03-10 17:33:40 sendUrl INFO 87 [261] R:OK -2015-03-10 17:33:40 queue INFO 83 [262] -2015-03-10 17:33:40 queue INFO >83 [263] -2015-03-10 17:33:41 sendUrl INFO 83 [262] R:OK -2015-03-10 17:33:41 sendUrl INFO 83 [263] R:OK -2015-03-10 17:34:30 queue INFO >>83 [264] -2015-03-10 17:34:30 sendUrl INFO 83 [264] R:OK -2015-03-10 17:35:20 queue INFO >>83 [265] -2015-03-10 17:35:21 sendUrl INFO 83 [265] R:OK -2015-03-10 17:36:11 queue INFO >>83 [266] -2015-03-10 17:36:11 sendUrl INFO 83 [266] R:OK -2015-03-10 17:37:01 queue INFO >>83 [267] -2015-03-10 17:37:01 sendUrl INFO 83 [267] R:OK -2015-03-10 17:37:51 queue INFO >>83 [268] -2015-03-10 17:37:51 sendUrl INFO 83 [268] R:OK -2015-03-10 17:38:41 queue INFO >>83 [269] -2015-03-10 17:38:41 sendUrl INFO 83 [269] R:OK -2015-03-10 17:39:31 queue INFO >>83 [270] -2015-03-10 17:39:31 sendUrl INFO 83 [270] R:OK -2015-03-10 17:40:21 queue INFO >>83 [271] -2015-03-10 17:40:22 sendUrl INFO 83 [271] R:OK -2015-03-10 17:40:48 queue INFO 87 [272] -2015-03-10 17:40:48 queue INFO >87 [273] -2015-03-10 17:40:48 sendUrl INFO 87 [272] R:OK -2015-03-10 17:40:49 sendUrl INFO 87 [273] R:OK -2015-03-10 17:40:49 queue INFO 83 [274] -2015-03-10 17:40:50 queue INFO >83 [275] -2015-03-10 17:40:50 sendUrl INFO 83 [274] R:OK -2015-03-10 17:40:50 sendUrl INFO 83 [275] R:OK -2015-03-10 17:41:40 queue INFO >>83 [276] -2015-03-10 17:41:40 sendUrl INFO 83 [276] R:OK -2015-03-10 17:42:30 queue INFO >>83 [277] -2015-03-10 17:42:30 sendUrl INFO 83 [277] R:OK -2015-03-10 17:43:20 queue INFO >>83 [278] -2015-03-10 17:43:20 sendUrl INFO 83 [278] R:OK -2015-03-10 17:44:10 queue INFO >>83 [279] -2015-03-10 17:44:10 sendUrl INFO 83 [279] R:OK -2015-03-10 17:45:00 queue INFO >>83 [280] -2015-03-10 17:45:01 sendUrl INFO 83 [280] R:OK -2015-03-10 17:45:50 queue INFO >>83 [281] -2015-03-10 17:45:50 sendUrl INFO 83 [281] R:OK -2015-03-10 17:46:40 queue INFO >>83 [282] -2015-03-10 17:46:41 sendUrl INFO 83 [282] R:OK -2015-03-10 17:47:31 queue INFO >>83 [283] -2015-03-10 17:47:31 sendUrl INFO 83 [283] R:OK -2015-03-10 17:47:57 queue INFO 87 [284] -2015-03-10 17:47:57 queue INFO >87 [285] -2015-03-10 17:47:57 sendUrl INFO 87 [284] R:OK -2015-03-10 17:47:58 sendUrl INFO 87 [285] R:OK -2015-03-10 17:47:58 queue INFO 83 [286] -2015-03-10 17:47:59 queue INFO >83 [287] -2015-03-10 17:47:59 sendUrl INFO 83 [286] R:OK -2015-03-10 17:47:59 sendUrl INFO 83 [287] R:OK -2015-03-10 17:48:49 queue INFO >>83 [288] -2015-03-10 17:48:49 sendUrl INFO 83 [288] R:OK -2015-03-10 17:49:39 queue INFO >>83 [289] -2015-03-10 17:49:39 sendUrl INFO 83 [289] R:OK -2015-03-10 17:50:29 queue INFO >>83 [290] -2015-03-10 17:50:29 sendUrl INFO 83 [290] R:OK -2015-03-10 17:51:19 queue INFO >>83 [291] -2015-03-10 17:51:19 sendUrl INFO 83 [291] R:OK -2015-03-10 17:52:09 queue INFO >>83 [292] -2015-03-10 17:52:10 sendUrl INFO 83 [292] R:OK -2015-03-10 17:52:59 queue INFO >>83 [293] -2015-03-10 17:53:00 sendUrl INFO 83 [293] R:OK -2015-03-10 17:53:50 queue INFO >>83 [294] -2015-03-10 17:53:50 sendUrl INFO 83 [294] R:OK -2015-03-10 17:54:40 queue INFO >>83 [295] -2015-03-10 17:54:40 sendUrl INFO 83 [295] R:OK -2015-03-10 17:55:06 queue INFO 87 [296] -2015-03-10 17:55:06 queue INFO >87 [297] -2015-03-10 17:55:06 sendUrl INFO 87 [296] R:OK -2015-03-10 17:55:07 sendUrl INFO 87 [297] R:OK -2015-03-10 17:55:07 queue INFO 83 [298] -2015-03-10 17:55:08 queue INFO >83 [299] -2015-03-10 17:55:08 sendUrl INFO 83 [298] R:OK -2015-03-10 17:55:08 sendUrl INFO 83 [299] R:OK -2015-03-10 17:55:58 queue INFO >>83 [300] -2015-03-10 17:55:58 sendUrl INFO 83 [300] R:OK -2015-03-10 17:56:48 queue INFO >>83 [301] -2015-03-10 17:56:48 sendUrl INFO 83 [301] R:OK -2015-03-10 17:57:38 queue INFO >>83 [302] -2015-03-10 17:57:38 sendUrl INFO 83 [302] R:OK -2015-03-10 17:58:28 queue INFO >>83 [303] -2015-03-10 17:58:28 sendUrl INFO 83 [303] R:OK -2015-03-10 17:59:18 queue INFO >>83 [304] -2015-03-10 17:59:18 sendUrl INFO 83 [304] R:OK -2015-03-10 18:00:08 queue INFO >>83 [305] -2015-03-10 18:00:09 sendUrl INFO 83 [305] R:OK -2015-03-10 18:00:58 queue INFO >>83 [306] -2015-03-10 18:00:59 sendUrl INFO 83 [306] R:OK -2015-03-10 18:01:49 queue INFO >>83 [307] -2015-03-10 18:01:49 sendUrl INFO 83 [307] R:OK -2015-03-10 18:02:15 queue INFO 87 [308] -2015-03-10 18:02:15 sendUrl INFO 87 [308] R:OK -2015-03-10 18:02:15 queue INFO >87 [309] -2015-03-10 18:02:15 sendUrl INFO 87 [309] R:OK -2015-03-10 18:02:16 queue INFO 83 [310] -2015-03-10 18:02:16 queue INFO >83 [311] -2015-03-10 18:02:17 sendUrl INFO 83 [310] R:OK -2015-03-10 18:02:17 sendUrl INFO 83 [311] R:OK -2015-03-10 18:03:06 queue INFO >>83 [312] -2015-03-10 18:03:07 sendUrl INFO 83 [312] R:OK -2015-03-10 18:03:56 queue INFO >>83 [313] -2015-03-10 18:03:57 sendUrl INFO 83 [313] R:OK -2015-03-10 18:04:47 queue INFO >>83 [314] -2015-03-10 18:04:47 sendUrl INFO 83 [314] R:OK -2015-03-10 18:05:37 queue INFO >>83 [315] -2015-03-10 18:05:37 sendUrl INFO 83 [315] R:OK -2015-03-10 18:06:27 queue INFO >>83 [316] -2015-03-10 18:06:27 sendUrl INFO 83 [316] R:OK -2015-03-10 18:07:17 queue INFO >>83 [317] -2015-03-10 18:07:17 sendUrl INFO 83 [317] R:OK -2015-03-10 18:08:07 queue INFO >>83 [318] -2015-03-10 18:08:08 sendUrl INFO 83 [318] R:OK -2015-03-10 18:08:57 queue INFO >>83 [319] -2015-03-10 18:08:58 sendUrl INFO 83 [319] R:OK -2015-03-10 18:09:23 queue INFO C7 [320] -2015-03-10 18:09:23 queue INFO >C7 [321] -2015-03-10 18:09:24 sendUrl INFO C7 [320] R:OK -2015-03-10 18:09:24 sendUrl INFO C7 [321] R:OK -2015-03-10 18:09:25 queue INFO C3 [322] -2015-03-10 18:09:25 queue INFO >C3 [323] -2015-03-10 18:09:25 sendUrl INFO C3 [322] R:OK -2015-03-10 18:09:26 sendUrl INFO C3 [323] R:OK -2015-03-10 18:10:15 queue INFO >>C3 [324] -2015-03-10 18:10:15 sendUrl INFO C3 [324] R:OK -2015-03-10 18:11:05 queue INFO >>C3 [325] -2015-03-10 18:11:05 sendUrl INFO C3 [325] R:OK -2015-03-10 18:11:55 queue INFO >>C3 [326] -2015-03-10 18:11:56 sendUrl INFO C3 [326] R:OK -2015-03-10 18:12:45 queue INFO >>C3 [327] -2015-03-10 18:12:46 sendUrl INFO C3 [327] R:OK -2015-03-10 18:13:36 queue INFO >>C3 [328] -2015-03-10 18:13:36 sendUrl INFO C3 [328] R:OK -2015-03-10 18:14:26 queue INFO >>C3 [329] -2015-03-10 18:14:26 sendUrl INFO C3 [329] R:OK -2015-03-10 18:15:16 queue INFO >>C3 [330] -2015-03-10 18:15:16 sendUrl INFO C3 [330] R:OK -2015-03-10 18:16:06 queue INFO >>C3 [331] -2015-03-10 18:16:06 sendUrl INFO C3 [331] R:OK -2015-03-10 18:16:29 queue INFO 83 [332] -2015-03-10 18:16:30 queue INFO >83 [333] -2015-03-10 18:16:30 sendUrl INFO 83 [332] R:OK -2015-03-10 18:16:30 sendUrl INFO 83 [333] R:OK -2015-03-10 18:16:32 queue INFO 87 [334] -2015-03-10 18:16:32 queue INFO >87 [335] -2015-03-10 18:16:32 sendUrl INFO 87 [334] R:OK -2015-03-10 18:16:33 sendUrl INFO 87 [335] R:OK -2015-03-10 18:16:34 queue INFO 83 [336] -2015-03-10 18:16:34 queue INFO >83 [337] -2015-03-10 18:16:34 sendUrl INFO 83 [336] R:OK -2015-03-10 18:16:34 sendUrl INFO 83 [337] R:OK -2015-03-10 18:17:24 queue INFO >>83 [338] -2015-03-10 18:17:24 sendUrl INFO 83 [338] R:OK -2015-03-10 18:18:14 queue INFO >>83 [339] -2015-03-10 18:18:14 sendUrl INFO 83 [339] R:OK -2015-03-10 18:19:04 queue INFO >>83 [340] -2015-03-10 18:19:04 sendUrl INFO 83 [340] R:OK -2015-03-10 18:19:54 queue INFO >>83 [341] -2015-03-10 18:19:54 sendUrl INFO 83 [341] R:OK -2015-03-10 18:20:44 queue INFO >>83 [342] -2015-03-10 18:20:45 sendUrl INFO 83 [342] R:OK -2015-03-10 18:21:34 queue INFO >>83 [343] -2015-03-10 18:21:35 sendUrl INFO 83 [343] R:OK -2015-03-10 18:22:25 queue INFO >>83 [344] -2015-03-10 18:22:25 sendUrl INFO 83 [344] R:OK -2015-03-10 18:23:15 queue INFO >>83 [345] -2015-03-10 18:23:15 sendUrl INFO 83 [345] R:OK -2015-03-10 18:23:31 queue INFO 81 [346] -2015-03-10 18:23:32 queue INFO >81 [347] -2015-03-10 18:23:32 sendUrl INFO 81 [346] R:OK -2015-03-10 18:23:32 sendUrl INFO 81 [347] R:OK -2015-03-10 18:24:22 queue INFO >>81 [348] -2015-03-10 18:24:22 sendUrl INFO 81 [348] R:OK -2015-03-10 18:25:12 queue INFO >>81 [349] -2015-03-10 18:25:12 sendUrl INFO 81 [349] R:OK -2015-03-10 18:25:30 queue INFO 83 [350] -2015-03-10 18:25:30 queue INFO >83 [351] -2015-03-10 18:25:30 sendUrl INFO 83 [350] R:OK -2015-03-10 18:25:31 sendUrl INFO 83 [351] R:OK -2015-03-10 18:26:17 queue INFO 87 [352] -2015-03-10 18:26:17 sendUrl INFO 87 [352] R:OK -2015-03-10 18:26:17 queue INFO >87 [353] -2015-03-10 18:26:17 sendUrl INFO 87 [353] R:OK -2015-03-10 18:26:18 queue INFO 83 [354] -2015-03-10 18:26:19 queue INFO >83 [355] -2015-03-10 18:26:19 sendUrl INFO 83 [354] R:OK -2015-03-10 18:26:19 sendUrl INFO 83 [355] R:OK -2015-03-10 18:27:08 queue INFO >>83 [356] -2015-03-10 18:27:09 sendUrl INFO 83 [356] R:OK -2015-03-10 18:27:59 queue INFO >>83 [357] -2015-03-10 18:27:59 sendUrl INFO 83 [357] R:OK -2015-03-10 18:28:49 queue INFO >>83 [358] -2015-03-10 18:28:49 sendUrl INFO 83 [358] R:OK -2015-03-10 18:29:39 queue INFO >>83 [359] -2015-03-10 18:29:39 sendUrl INFO 83 [359] R:OK -2015-03-10 18:30:29 queue INFO >>83 [360] -2015-03-10 18:30:29 sendUrl INFO 83 [360] R:OK -2015-03-10 18:31:19 queue INFO >>83 [361] -2015-03-10 18:31:19 sendUrl INFO 83 [361] R:OK -2015-03-10 18:32:09 queue INFO >>83 [362] -2015-03-10 18:32:10 sendUrl INFO 83 [362] R:OK -2015-03-10 18:32:59 queue INFO >>83 [363] -2015-03-10 18:33:00 sendUrl INFO 83 [363] R:OK -2015-03-10 18:33:26 queue INFO 87 [364] -2015-03-10 18:33:26 queue INFO >87 [365] -2015-03-10 18:33:26 sendUrl INFO 87 [364] R:OK -2015-03-10 18:33:27 sendUrl INFO 87 [365] R:OK -2015-03-10 18:33:27 queue INFO 83 [366] -2015-03-10 18:33:28 queue INFO >83 [367] -2015-03-10 18:33:28 sendUrl INFO 83 [366] R:OK -2015-03-10 18:33:28 sendUrl INFO 83 [367] R:OK -2015-03-10 18:34:17 queue INFO >>83 [368] -2015-03-10 18:34:18 sendUrl INFO 83 [368] R:OK -2015-03-10 18:35:08 queue INFO >>83 [369] -2015-03-10 18:35:08 sendUrl INFO 83 [369] R:OK -2015-03-10 18:35:58 queue INFO >>83 [370] -2015-03-10 18:35:58 sendUrl INFO 83 [370] R:OK -2015-03-10 18:36:48 queue INFO >>83 [371] -2015-03-10 18:36:48 sendUrl INFO 83 [371] R:OK -2015-03-10 18:37:38 queue INFO >>83 [372] -2015-03-10 18:37:39 sendUrl INFO 83 [372] R:OK -2015-03-10 18:38:28 queue INFO >>83 [373] -2015-03-10 18:38:28 sendUrl INFO 83 [373] R:OK -2015-03-10 18:39:18 queue INFO >>83 [374] -2015-03-10 18:39:19 sendUrl INFO 83 [374] R:OK -2015-03-10 18:40:09 queue INFO >>83 [375] -2015-03-10 18:40:09 sendUrl INFO 83 [375] R:OK -2015-03-10 18:40:35 queue INFO 87 [376] -2015-03-10 18:40:35 queue INFO >87 [377] -2015-03-10 18:40:35 sendUrl INFO 87 [376] R:OK -2015-03-10 18:40:36 sendUrl INFO 87 [377] R:OK -2015-03-10 18:40:36 queue INFO 83 [378] -2015-03-10 18:40:37 queue INFO >83 [379] -2015-03-10 18:40:37 sendUrl INFO 83 [378] R:OK -2015-03-10 18:40:37 sendUrl INFO 83 [379] R:OK -2015-03-10 18:41:27 queue INFO >>83 [380] -2015-03-10 18:41:27 sendUrl INFO 83 [380] R:OK -2015-03-10 18:42:17 queue INFO >>83 [381] -2015-03-10 18:42:17 sendUrl INFO 83 [381] R:OK -2015-03-10 18:43:07 queue INFO >>83 [382] -2015-03-10 18:43:07 sendUrl INFO 83 [382] R:OK -2015-03-10 18:43:57 queue INFO >>83 [383] -2015-03-10 18:43:57 sendUrl INFO 83 [383] R:OK -2015-03-10 18:44:47 queue INFO >>83 [384] -2015-03-10 18:44:47 sendUrl INFO 83 [384] R:OK -2015-03-10 18:45:37 queue INFO >>83 [385] -2015-03-10 18:45:37 sendUrl INFO 83 [385] R:OK -2015-03-10 18:46:27 queue INFO >>83 [386] -2015-03-10 18:46:28 sendUrl INFO 83 [386] R:OK -2015-03-10 18:47:17 queue INFO >>83 [387] -2015-03-10 18:47:18 sendUrl INFO 83 [387] R:OK -2015-03-10 18:47:44 queue INFO 87 [388] -2015-03-10 18:47:44 queue INFO >87 [389] -2015-03-10 18:47:44 sendUrl INFO 87 [388] R:OK -2015-03-10 18:47:45 sendUrl INFO 87 [389] R:OK -2015-03-10 18:47:45 queue INFO 83 [390] -2015-03-10 18:47:45 queue INFO >83 [391] -2015-03-10 18:47:46 sendUrl INFO 83 [390] R:OK -2015-03-10 18:47:46 sendUrl INFO 83 [391] R:OK -2015-03-10 18:48:35 queue INFO >>83 [392] -2015-03-10 18:48:35 sendUrl INFO 83 [392] R:OK -2015-03-10 18:49:25 queue INFO >>83 [393] -2015-03-10 18:49:26 sendUrl INFO 83 [393] R:OK -2015-03-10 18:50:16 queue INFO >>83 [394] -2015-03-10 18:50:16 sendUrl INFO 83 [394] R:OK -2015-03-10 18:51:06 queue INFO >>83 [395] -2015-03-10 18:51:06 sendUrl INFO 83 [395] R:OK -2015-03-10 18:51:56 queue INFO >>83 [396] -2015-03-10 18:51:56 sendUrl INFO 83 [396] R:OK -2015-03-10 18:52:46 queue INFO >>83 [397] -2015-03-10 18:52:46 sendUrl INFO 83 [397] R:OK -2015-03-10 18:53:36 queue INFO >>83 [398] -2015-03-10 18:53:37 sendUrl INFO 83 [398] R:OK -2015-03-10 18:54:26 queue INFO >>83 [399] -2015-03-10 18:54:27 sendUrl INFO 83 [399] R:OK -2015-03-10 18:54:52 queue INFO C7 [400] -2015-03-10 18:54:52 queue INFO >C7 [401] -2015-03-10 18:54:53 sendUrl INFO C7 [400] R:OK -2015-03-10 18:54:53 sendUrl INFO C7 [401] R:OK -2015-03-10 18:54:54 queue INFO C3 [402] -2015-03-10 18:54:54 queue INFO >C3 [403] -2015-03-10 18:54:54 sendUrl INFO C3 [402] R:OK -2015-03-10 18:54:55 sendUrl INFO C3 [403] R:OK -2015-03-10 18:55:44 queue INFO >>C3 [404] -2015-03-10 18:55:44 sendUrl INFO C3 [404] R:OK -2015-03-10 18:56:34 queue INFO >>C3 [405] -2015-03-10 18:56:34 sendUrl INFO C3 [405] R:OK -2015-03-10 18:57:24 queue INFO >>C3 [406] -2015-03-10 18:57:25 sendUrl INFO C3 [406] R:OK -2015-03-10 18:58:14 queue INFO >>C3 [407] -2015-03-10 18:58:14 sendUrl INFO C3 [407] R:OK -2015-03-10 18:59:04 queue INFO >>C3 [408] -2015-03-10 18:59:05 sendUrl INFO C3 [408] R:OK -2015-03-10 18:59:55 queue INFO >>C3 [409] -2015-03-10 18:59:55 sendUrl INFO C3 [409] R:OK -2015-03-10 19:00:45 queue INFO >>C3 [410] -2015-03-10 19:00:45 sendUrl INFO C3 [410] R:OK -2015-03-10 19:01:35 queue INFO >>C3 [411] -2015-03-10 19:01:35 sendUrl INFO C3 [411] R:OK -2015-03-10 19:01:58 queue INFO 83 [412] -2015-03-10 19:01:59 queue INFO >83 [413] -2015-03-10 19:01:59 sendUrl INFO 83 [412] R:OK -2015-03-10 19:01:59 sendUrl INFO 83 [413] R:OK -2015-03-10 19:02:01 queue INFO 87 [414] -2015-03-10 19:02:01 queue INFO >87 [415] -2015-03-10 19:02:01 sendUrl INFO 87 [414] R:OK -2015-03-10 19:02:02 sendUrl INFO 87 [415] R:OK -2015-03-10 19:02:03 queue INFO 83 [416] -2015-03-10 19:02:03 queue INFO >83 [417] -2015-03-10 19:02:03 sendUrl INFO 83 [416] R:OK -2015-03-10 19:02:03 sendUrl INFO 83 [417] R:OK -2015-03-10 19:02:53 queue INFO >>83 [418] -2015-03-10 19:02:53 sendUrl INFO 83 [418] R:OK -2015-03-10 19:03:43 queue INFO >>83 [419] -2015-03-10 19:03:43 sendUrl INFO 83 [419] R:OK -2015-03-10 19:04:33 queue INFO >>83 [420] -2015-03-10 19:04:33 sendUrl INFO 83 [420] R:OK -2015-03-10 19:05:23 queue INFO >>83 [421] -2015-03-10 19:05:23 sendUrl INFO 83 [421] R:OK -2015-03-10 19:06:13 queue INFO >>83 [422] -2015-03-10 19:06:14 sendUrl INFO 83 [422] R:OK -2015-03-10 19:07:04 queue INFO >>83 [423] -2015-03-10 19:07:04 sendUrl INFO 83 [423] R:OK -2015-03-10 19:07:54 queue INFO >>83 [424] -2015-03-10 19:07:54 sendUrl INFO 83 [424] R:OK -2015-03-10 19:08:44 queue INFO >>83 [425] -2015-03-10 19:08:44 sendUrl INFO 83 [425] R:OK -2015-03-10 19:09:10 queue INFO 87 [426] -2015-03-10 19:09:10 queue INFO >87 [427] -2015-03-10 19:09:11 sendUrl INFO 87 [426] R:OK -2015-03-10 19:09:12 sendUrl INFO 87 [427] R:OK -2015-03-10 19:09:12 queue INFO 83 [428] -2015-03-10 19:09:12 queue INFO >83 [429] -2015-03-10 19:09:12 sendUrl INFO 83 [428] R:OK -2015-03-10 19:09:13 sendUrl INFO 83 [429] R:OK -2015-03-10 19:10:02 queue INFO >>83 [430] -2015-03-10 19:10:02 sendUrl INFO 83 [430] R:OK -2015-03-10 19:10:52 queue INFO >>83 [431] -2015-03-10 19:10:53 sendUrl INFO 83 [431] R:OK -2015-03-10 19:11:42 queue INFO >>83 [432] -2015-03-10 19:11:43 sendUrl INFO 83 [432] R:OK -2015-03-10 19:12:33 queue INFO >>83 [433] -2015-03-10 19:12:33 sendUrl INFO 83 [433] R:OK -2015-03-10 19:13:23 queue INFO >>83 [434] -2015-03-10 19:13:23 sendUrl INFO 83 [434] R:OK -2015-03-10 19:14:13 queue INFO >>83 [435] -2015-03-10 19:14:13 sendUrl INFO 83 [435] R:OK -2015-03-10 19:15:03 queue INFO >>83 [436] -2015-03-10 19:15:03 sendUrl INFO 83 [436] R:OK -2015-03-10 19:15:53 queue INFO >>83 [437] -2015-03-10 19:15:54 sendUrl INFO 83 [437] R:OK -2015-03-10 19:16:19 queue INFO 87 [438] -2015-03-10 19:16:20 queue INFO >87 [439] -2015-03-10 19:16:20 sendUrl INFO 87 [438] R:OK -2015-03-10 19:16:20 sendUrl INFO 87 [439] R:OK -2015-03-10 19:16:21 queue INFO 83 [440] -2015-03-10 19:16:21 queue INFO >83 [441] -2015-03-10 19:16:21 sendUrl INFO 83 [440] R:OK -2015-03-10 19:16:22 sendUrl INFO 83 [441] R:OK -2015-03-10 19:17:11 queue INFO >>83 [442] -2015-03-10 19:17:12 sendUrl INFO 83 [442] R:OK -2015-03-10 19:18:01 queue INFO >>83 [443] -2015-03-10 19:18:01 sendUrl INFO 83 [443] R:OK -2015-03-10 19:18:51 queue INFO >>83 [444] -2015-03-10 19:18:52 sendUrl INFO 83 [444] R:OK -2015-03-10 19:19:42 queue INFO >>83 [445] -2015-03-10 19:19:42 sendUrl INFO 83 [445] R:OK -2015-03-10 19:20:32 queue INFO >>83 [446] -2015-03-10 19:20:32 sendUrl INFO 83 [446] R:OK -2015-03-10 19:21:22 queue INFO >>83 [447] -2015-03-10 19:21:22 sendUrl INFO 83 [447] R:OK -2015-03-10 19:22:12 queue INFO >>83 [448] -2015-03-10 19:22:13 sendUrl INFO 83 [448] R:OK -2015-03-10 19:23:02 queue INFO >>83 [449] -2015-03-10 19:23:02 sendUrl INFO 83 [449] R:OK -2015-03-10 19:23:28 queue INFO 87 [450] -2015-03-10 19:23:29 queue INFO >87 [451] -2015-03-10 19:23:29 sendUrl INFO 87 [450] R:OK -2015-03-10 19:23:29 sendUrl INFO 87 [451] R:OK -2015-03-10 19:23:30 queue INFO 83 [452] -2015-03-10 19:23:30 queue INFO >83 [453] -2015-03-10 19:23:30 sendUrl INFO 83 [452] R:OK -2015-03-10 19:23:31 sendUrl INFO 83 [453] R:OK -2015-03-10 19:24:20 queue INFO >>83 [454] -2015-03-10 19:24:20 sendUrl INFO 83 [454] R:OK -2015-03-10 19:25:10 queue INFO >>83 [455] -2015-03-10 19:25:11 sendUrl INFO 83 [455] R:OK -2015-03-10 19:26:00 queue INFO >>83 [456] -2015-03-10 19:26:01 sendUrl INFO 83 [456] R:OK -2015-03-10 19:26:51 queue INFO >>83 [457] -2015-03-10 19:26:51 sendUrl INFO 83 [457] R:OK -2015-03-10 19:27:41 queue INFO >>83 [458] -2015-03-10 19:27:41 sendUrl INFO 83 [458] R:OK -2015-03-10 19:28:31 queue INFO >>83 [459] -2015-03-10 19:28:31 sendUrl INFO 83 [459] R:OK -2015-03-10 19:29:21 queue INFO >>83 [460] -2015-03-10 19:29:21 sendUrl INFO 83 [460] R:OK -2015-03-10 19:30:11 queue INFO >>83 [461] -2015-03-10 19:30:11 sendUrl INFO 83 [461] R:OK -2015-03-10 19:30:37 queue INFO 87 [462] -2015-03-10 19:30:37 queue INFO >87 [463] -2015-03-10 19:30:38 sendUrl INFO 87 [462] R:OK -2015-03-10 19:30:38 sendUrl INFO 87 [463] R:OK -2015-03-10 19:30:39 queue INFO 83 [464] -2015-03-10 19:30:39 queue INFO >83 [465] -2015-03-10 19:30:39 sendUrl INFO 83 [464] R:OK -2015-03-10 19:30:40 sendUrl INFO 83 [465] R:OK -2015-03-10 19:31:29 queue INFO >>83 [466] -2015-03-10 19:31:29 sendUrl INFO 83 [466] R:OK -2015-03-10 19:32:19 queue INFO >>83 [467] -2015-03-10 19:32:19 sendUrl INFO 83 [467] R:OK -2015-03-10 19:33:09 queue INFO >>83 [468] -2015-03-10 19:33:10 sendUrl INFO 83 [468] R:OK -2015-03-10 19:33:59 queue INFO >>83 [469] -2015-03-10 19:33:59 sendUrl INFO 83 [469] R:OK -2015-03-10 19:34:49 queue INFO >>83 [470] -2015-03-10 19:34:50 sendUrl INFO 83 [470] R:OK -2015-03-10 19:35:40 queue INFO >>83 [471] -2015-03-10 19:35:40 sendUrl INFO 83 [471] R:OK -2015-03-10 19:36:30 queue INFO >>83 [472] -2015-03-10 19:36:30 sendUrl INFO 83 [472] R:OK -2015-03-10 19:37:20 queue INFO >>83 [473] -2015-03-10 19:37:20 sendUrl INFO 83 [473] R:OK -2015-03-10 19:37:46 queue INFO C7 [474] -2015-03-10 19:37:46 sendUrl INFO C7 [474] R:OK -2015-03-10 19:37:46 queue INFO >C7 [475] -2015-03-10 19:37:46 sendUrl INFO C7 [475] R:OK -2015-03-10 19:37:47 queue INFO C3 [476] -2015-03-10 19:37:48 queue INFO >C3 [477] -2015-03-10 19:37:48 sendUrl INFO C3 [476] R:OK -2015-03-10 19:37:48 sendUrl INFO C3 [477] R:OK -2015-03-10 19:38:38 queue INFO >>C3 [478] -2015-03-10 19:38:38 sendUrl INFO C3 [478] R:OK -2015-03-10 19:39:28 queue INFO >>C3 [479] -2015-03-10 19:39:28 sendUrl INFO C3 [479] R:OK -2015-03-10 19:40:18 queue INFO >>C3 [480] -2015-03-10 19:40:18 sendUrl INFO C3 [480] R:OK -2015-03-10 19:41:08 queue INFO >>C3 [481] -2015-03-10 19:41:08 sendUrl INFO C3 [481] R:OK -2015-03-10 19:41:58 queue INFO >>C3 [482] -2015-03-10 19:41:59 sendUrl INFO C3 [482] R:OK -2015-03-10 19:42:48 queue INFO >>C3 [483] -2015-03-10 19:42:48 sendUrl INFO C3 [483] R:OK -2015-03-10 19:43:38 queue INFO >>C3 [484] -2015-03-10 19:43:39 sendUrl INFO C3 [484] R:OK -2015-03-10 19:44:29 queue INFO >>C3 [485] -2015-03-10 19:44:29 sendUrl INFO C3 [485] R:OK -2015-03-10 19:44:52 queue INFO 83 [486] -2015-03-10 19:44:52 queue INFO >83 [487] -2015-03-10 19:44:52 sendUrl INFO 83 [486] R:OK -2015-03-10 19:44:53 sendUrl INFO 83 [487] R:OK -2015-03-10 19:44:54 queue INFO 87 [488] -2015-03-10 19:44:55 queue INFO >87 [489] -2015-03-10 19:44:55 sendUrl INFO 87 [488] R:OK -2015-03-10 19:44:55 sendUrl INFO 87 [489] R:OK -2015-03-10 19:44:56 queue INFO 83 [490] -2015-03-10 19:44:56 queue INFO >83 [491] -2015-03-10 19:44:56 sendUrl INFO 83 [490] R:OK -2015-03-10 19:44:57 sendUrl INFO 83 [491] R:OK -2015-03-10 19:45:46 queue INFO >>83 [492] -2015-03-10 19:45:47 sendUrl INFO 83 [492] R:OK -2015-03-10 19:46:36 queue INFO >>83 [493] -2015-03-10 19:46:37 sendUrl INFO 83 [493] R:OK -2015-03-10 19:47:27 queue INFO >>83 [494] -2015-03-10 19:47:27 sendUrl INFO 83 [494] R:OK -2015-03-10 19:48:17 queue INFO >>83 [495] -2015-03-10 19:48:17 sendUrl INFO 83 [495] R:OK -2015-03-10 19:49:07 queue INFO >>83 [496] -2015-03-10 19:49:07 sendUrl INFO 83 [496] R:OK -2015-03-10 19:49:57 queue INFO >>83 [497] -2015-03-10 19:49:57 sendUrl INFO 83 [497] R:OK -2015-03-10 19:50:10 queue INFO 81 [498] -2015-03-10 19:50:11 queue INFO >81 [499] -2015-03-10 19:50:11 sendUrl INFO 81 [498] R:OK -2015-03-10 19:50:11 sendUrl INFO 81 [499] R:OK -2015-03-10 19:51:01 queue INFO >>81 [500] -2015-03-10 19:51:01 sendUrl INFO 81 [500] R:OK -2015-03-10 19:51:51 queue INFO >>81 [501] -2015-03-10 19:51:51 sendUrl INFO 81 [501] R:OK -2015-03-10 19:52:41 queue INFO >>81 [502] -2015-03-10 19:52:41 sendUrl INFO 81 [502] R:OK -2015-03-10 19:53:31 queue INFO >>81 [503] -2015-03-10 19:53:31 sendUrl INFO 81 [503] R:OK -2015-03-10 19:54:21 queue INFO >>81 [504] -2015-03-10 19:54:22 sendUrl INFO 81 [504] R:OK -2015-03-10 19:55:11 queue INFO >>81 [505] -2015-03-10 19:55:11 sendUrl INFO 81 [505] R:OK -2015-03-10 19:56:02 queue INFO >>81 [506] -2015-03-10 19:56:02 sendUrl INFO 81 [506] R:OK -2015-03-10 19:56:52 queue INFO >>81 [507] -2015-03-10 19:56:52 sendUrl INFO 81 [507] R:OK -2015-03-10 19:57:42 queue INFO >>81 [508] -2015-03-10 19:57:42 sendUrl INFO 81 [508] R:OK -2015-03-10 19:58:32 queue INFO >>81 [509] -2015-03-10 19:58:32 sendUrl INFO 81 [509] R:OK -2015-03-10 19:59:22 queue INFO >>81 [510] -2015-03-10 19:59:23 sendUrl INFO 81 [510] R:OK -2015-03-10 20:00:12 queue INFO 91 [511] -2015-03-10 20:00:12 queue INFO 99 [512] -2015-03-10 20:00:13 queue INFO >99 [513] -2015-03-10 20:00:13 sendUrl INFO 91 [511] R:OK -2015-03-10 20:00:13 sendUrl INFO 99 [512] R:OK -2015-03-10 20:00:14 sendUrl INFO 99 [513] R:OK -2015-03-10 20:01:02 queue INFO >>99 [514] -2015-03-10 20:01:03 sendUrl INFO 99 [514] R:OK -2015-03-10 20:01:53 queue INFO >>99 [515] -2015-03-10 20:01:53 sendUrl INFO 99 [515] R:OK -2015-03-10 20:02:43 queue INFO >>99 [516] -2015-03-10 20:02:43 sendUrl INFO 99 [516] R:OK -2015-03-10 20:03:33 queue INFO >>99 [517] -2015-03-10 20:03:33 sendUrl INFO 99 [517] R:OK -2015-03-10 20:03:47 queue INFO 89 [518] -2015-03-10 20:03:47 sendUrl INFO 89 [518] R:OK -2015-03-10 20:03:48 queue INFO >89 [519] -2015-03-10 20:03:48 sendUrl INFO 89 [519] R:OK -2015-03-10 20:04:26 queue INFO 81 [520] -2015-03-10 20:04:26 queue INFO >81 [521] -2015-03-10 20:04:26 sendUrl INFO 81 [520] R:OK -2015-03-10 20:04:27 sendUrl INFO 81 [521] R:OK -2015-03-10 20:04:30 queue INFO 83 [522] -2015-03-10 20:04:30 queue INFO >83 [523] -2015-03-10 20:04:30 sendUrl INFO 83 [522] R:OK -2015-03-10 20:04:30 sendUrl INFO 83 [523] R:OK -2015-03-10 20:04:56 queue INFO 87 [524] -2015-03-10 20:04:56 queue INFO >87 [525] -2015-03-10 20:04:56 sendUrl INFO 87 [524] R:OK -2015-03-10 20:04:57 sendUrl INFO 87 [525] R:OK -2015-03-10 20:04:58 queue INFO 83 [526] -2015-03-10 20:04:58 sendUrl INFO 83 [526] R:OK -2015-03-10 20:04:58 queue INFO >83 [527] -2015-03-10 20:04:58 sendUrl INFO 83 [527] R:OK -2015-03-10 20:05:48 queue INFO >>83 [528] -2015-03-10 20:05:48 sendUrl INFO 83 [528] R:OK -2015-03-10 20:06:38 queue INFO >>83 [529] -2015-03-10 20:06:39 sendUrl INFO 83 [529] R:OK -2015-03-10 20:07:28 queue INFO >>83 [530] -2015-03-10 20:07:28 sendUrl INFO 83 [530] R:OK -2015-03-10 20:08:18 queue INFO >>83 [531] -2015-03-10 20:08:19 sendUrl INFO 83 [531] R:OK -2015-03-10 20:09:08 queue INFO >>83 [532] -2015-03-10 20:09:09 sendUrl INFO 83 [532] R:OK -2015-03-10 20:09:59 queue INFO >>83 [533] -2015-03-10 20:09:59 sendUrl INFO 83 [533] R:OK -2015-03-10 20:10:49 queue INFO >>83 [534] -2015-03-10 20:10:49 sendUrl INFO 83 [534] R:OK -2015-03-10 20:11:39 queue INFO >>83 [535] -2015-03-10 20:11:39 sendUrl INFO 83 [535] R:OK -2015-03-10 20:12:05 queue INFO 87 [536] -2015-03-10 20:12:05 queue INFO >87 [537] -2015-03-10 20:12:05 sendUrl INFO 87 [536] R:OK -2015-03-10 20:12:06 sendUrl INFO 87 [537] R:OK -2015-03-10 20:12:07 queue INFO 83 [538] -2015-03-10 20:12:07 sendUrl INFO 83 [538] R:OK -2015-03-10 20:12:07 queue INFO >83 [539] -2015-03-10 20:12:07 sendUrl INFO 83 [539] R:OK -2015-03-10 20:12:57 queue INFO >>83 [540] -2015-03-10 20:12:57 sendUrl INFO 83 [540] R:OK -2015-03-10 20:13:47 queue INFO >>83 [541] -2015-03-10 20:13:48 sendUrl INFO 83 [541] R:OK -2015-03-10 20:14:37 queue INFO >>83 [542] -2015-03-10 20:14:37 sendUrl INFO 83 [542] R:OK -2015-03-10 20:15:27 queue INFO >>83 [543] -2015-03-10 20:15:28 sendUrl INFO 83 [543] R:OK -2015-03-10 20:16:17 queue INFO >>83 [544] -2015-03-10 20:16:18 sendUrl INFO 83 [544] R:OK -2015-03-10 20:17:08 queue INFO >>83 [545] -2015-03-10 20:17:08 sendUrl INFO 83 [545] R:OK -2015-03-10 20:17:58 queue INFO >>83 [546] -2015-03-10 20:17:58 sendUrl INFO 83 [546] R:OK -2015-03-10 20:18:48 queue INFO >>83 [547] -2015-03-10 20:18:48 sendUrl INFO 83 [547] R:OK -2015-03-10 20:19:14 queue INFO 87 [548] -2015-03-10 20:19:14 queue INFO >87 [549] -2015-03-10 20:19:14 sendUrl INFO 87 [548] R:OK -2015-03-10 20:19:15 sendUrl INFO 87 [549] R:OK -2015-03-10 20:19:16 queue INFO 83 [550] -2015-03-10 20:19:16 sendUrl INFO 83 [550] R:OK -2015-03-10 20:19:16 queue INFO >83 [551] -2015-03-10 20:19:16 sendUrl INFO 83 [551] R:OK -2015-03-10 20:20:06 queue INFO >>83 [552] -2015-03-10 20:20:06 sendUrl INFO 83 [552] R:OK -2015-03-10 20:20:56 queue INFO >>83 [553] -2015-03-10 20:20:56 sendUrl INFO 83 [553] R:OK -2015-03-10 20:21:46 queue INFO >>83 [554] -2015-03-10 20:21:46 sendUrl INFO 83 [554] R:OK -2015-03-10 20:22:36 queue INFO >>83 [555] -2015-03-10 20:22:37 sendUrl INFO 83 [555] R:OK -2015-03-10 20:23:26 queue INFO >>83 [556] -2015-03-10 20:23:26 sendUrl INFO 83 [556] R:OK -2015-03-10 20:24:16 queue INFO >>83 [557] -2015-03-10 20:24:17 sendUrl INFO 83 [557] R:OK -2015-03-10 20:25:07 queue INFO >>83 [558] -2015-03-10 20:25:07 sendUrl INFO 83 [558] R:OK -2015-03-10 20:25:57 queue INFO >>83 [559] -2015-03-10 20:25:57 sendUrl INFO 83 [559] R:OK -2015-03-10 20:26:23 queue INFO 87 [560] -2015-03-10 20:26:23 queue INFO >87 [561] -2015-03-10 20:26:23 sendUrl INFO 87 [560] R:OK -2015-03-10 20:26:24 sendUrl INFO 87 [561] R:OK -2015-03-10 20:26:25 queue INFO 83 [562] -2015-03-10 20:26:25 sendUrl INFO 83 [562] R:OK -2015-03-10 20:26:25 queue INFO >83 [563] -2015-03-10 20:26:25 sendUrl INFO 83 [563] R:OK -2015-03-10 20:27:15 queue INFO >>83 [564] -2015-03-10 20:27:15 sendUrl INFO 83 [564] R:OK -2015-03-10 20:28:05 queue INFO >>83 [565] -2015-03-10 20:28:05 sendUrl INFO 83 [565] R:OK -2015-03-10 20:28:55 queue INFO >>83 [566] -2015-03-10 20:28:55 sendUrl INFO 83 [566] R:OK -2015-03-10 20:29:45 queue INFO >>83 [567] -2015-03-10 20:29:46 sendUrl INFO 83 [567] R:OK -2015-03-10 20:30:35 queue INFO >>83 [568] -2015-03-10 20:30:36 sendUrl INFO 83 [568] R:OK -2015-03-10 20:31:25 queue INFO >>83 [569] -2015-03-10 20:31:26 sendUrl INFO 83 [569] R:OK -2015-03-10 20:32:16 queue INFO >>83 [570] -2015-03-10 20:32:16 sendUrl INFO 83 [570] R:OK -2015-03-10 20:33:06 queue INFO >>83 [571] -2015-03-10 20:33:06 sendUrl INFO 83 [571] R:OK -2015-03-10 20:33:31 queue INFO C7 [572] -2015-03-10 20:33:32 queue INFO >C7 [573] -2015-03-10 20:33:32 sendUrl INFO C7 [572] R:OK -2015-03-10 20:33:33 sendUrl INFO C7 [573] R:OK -2015-03-10 20:33:33 queue INFO C3 [574] -2015-03-10 20:33:33 queue INFO >C3 [575] -2015-03-10 20:33:34 sendUrl INFO C3 [574] R:OK -2015-03-10 20:33:34 sendUrl INFO C3 [575] R:OK -2015-03-10 20:34:23 queue INFO >>C3 [576] -2015-03-10 20:34:23 sendUrl INFO C3 [576] R:OK -2015-03-10 20:35:13 queue INFO >>C3 [577] -2015-03-10 20:35:14 sendUrl INFO C3 [577] R:OK -2015-03-10 20:36:04 queue INFO >>C3 [578] -2015-03-10 20:36:04 sendUrl INFO C3 [578] R:OK -2015-03-10 20:36:54 queue INFO >>C3 [579] -2015-03-10 20:36:54 sendUrl INFO C3 [579] R:OK -2015-03-10 20:37:44 queue INFO >>C3 [580] -2015-03-10 20:37:44 sendUrl INFO C3 [580] R:OK -2015-03-10 20:38:34 queue INFO >>C3 [581] -2015-03-10 20:38:34 sendUrl INFO C3 [581] R:OK -2015-03-10 20:39:24 queue INFO >>C3 [582] -2015-03-10 20:39:24 sendUrl INFO C3 [582] R:OK -2015-03-10 20:40:14 queue INFO >>C3 [583] -2015-03-10 20:40:15 sendUrl INFO C3 [583] R:OK -2015-03-10 20:40:38 queue INFO 83 [584] -2015-03-10 20:40:38 sendUrl INFO 83 [584] R:OK -2015-03-10 20:40:38 queue INFO >83 [585] -2015-03-10 20:40:38 sendUrl INFO 83 [585] R:OK -2015-03-10 20:40:40 queue INFO 87 [586] -2015-03-10 20:40:41 queue INFO >87 [587] -2015-03-10 20:40:41 sendUrl INFO 87 [586] R:OK -2015-03-10 20:40:41 sendUrl INFO 87 [587] R:OK -2015-03-10 20:40:42 queue INFO 83 [588] -2015-03-10 20:40:42 queue INFO >83 [589] -2015-03-10 20:40:43 sendUrl INFO 83 [588] R:OK -2015-03-10 20:40:43 sendUrl INFO 83 [589] R:OK -2015-03-10 20:41:32 queue INFO >>83 [590] -2015-03-10 20:41:32 sendUrl INFO 83 [590] R:OK -2015-03-10 20:42:22 queue INFO >>83 [591] -2015-03-10 20:42:23 sendUrl INFO 83 [591] R:OK -2015-03-10 20:43:12 queue INFO >>83 [592] -2015-03-10 20:43:13 sendUrl INFO 83 [592] R:OK -2015-03-10 20:44:03 queue INFO >>83 [593] -2015-03-10 20:44:03 sendUrl INFO 83 [593] R:OK -2015-03-10 20:44:53 queue INFO >>83 [594] -2015-03-10 20:44:53 sendUrl INFO 83 [594] R:OK -2015-03-10 20:45:43 queue INFO >>83 [595] -2015-03-10 20:45:43 sendUrl INFO 83 [595] R:OK -2015-03-10 20:46:33 queue INFO >>83 [596] -2015-03-10 20:46:33 sendUrl INFO 83 [596] R:OK -2015-03-10 20:47:23 queue INFO >>83 [597] -2015-03-10 20:47:24 sendUrl INFO 83 [597] R:OK -2015-03-10 20:47:50 queue INFO 87 [598] -2015-03-10 20:47:50 sendUrl INFO 87 [598] R:OK -2015-03-10 20:47:50 queue INFO >87 [599] -2015-03-10 20:47:50 sendUrl INFO 87 [599] R:OK -2015-03-10 20:47:51 queue INFO 83 [600] -2015-03-10 20:47:52 queue INFO >83 [601] -2015-03-10 20:47:52 sendUrl INFO 83 [600] R:OK -2015-03-10 20:47:52 sendUrl INFO 83 [601] R:OK -2015-03-10 20:48:41 queue INFO >>83 [602] -2015-03-10 20:48:42 sendUrl INFO 83 [602] R:OK -2015-03-10 20:49:32 queue INFO >>83 [603] -2015-03-10 20:49:32 sendUrl INFO 83 [603] R:OK -2015-03-10 20:50:22 queue INFO >>83 [604] -2015-03-10 20:50:22 sendUrl INFO 83 [604] R:OK -2015-03-10 20:51:12 queue INFO >>83 [605] -2015-03-10 20:51:12 sendUrl INFO 83 [605] R:OK -2015-03-10 20:52:02 queue INFO >>83 [606] -2015-03-10 20:52:03 sendUrl INFO 83 [606] R:OK -2015-03-10 20:52:52 queue INFO >>83 [607] -2015-03-10 20:52:52 sendUrl INFO 83 [607] R:OK -2015-03-10 20:53:42 queue INFO >>83 [608] -2015-03-10 20:53:43 sendUrl INFO 83 [608] R:OK -2015-03-10 20:54:33 queue INFO >>83 [609] -2015-03-10 20:54:33 sendUrl INFO 83 [609] R:OK -2015-03-10 20:54:59 queue INFO 87 [610] -2015-03-10 20:54:59 queue INFO >87 [611] -2015-03-10 20:54:59 sendUrl INFO 87 [610] R:OK -2015-03-10 20:55:00 sendUrl INFO 87 [611] R:OK -2015-03-10 20:55:00 queue INFO 83 [612] -2015-03-10 20:55:01 queue INFO >83 [613] -2015-03-10 20:55:01 sendUrl INFO 83 [612] R:OK -2015-03-10 20:55:01 sendUrl INFO 83 [613] R:OK -2015-03-10 20:55:51 queue INFO >>83 [614] -2015-03-10 20:55:51 sendUrl INFO 83 [614] R:OK -2015-03-10 20:56:41 queue INFO >>83 [615] -2015-03-10 20:56:41 sendUrl INFO 83 [615] R:OK -2015-03-10 20:57:31 queue INFO >>83 [616] -2015-03-10 20:57:31 sendUrl INFO 83 [616] R:OK -2015-03-10 20:58:21 queue INFO >>83 [617] -2015-03-10 20:58:21 sendUrl INFO 83 [617] R:OK -2015-03-10 20:59:11 queue INFO >>83 [618] -2015-03-10 20:59:11 sendUrl INFO 83 [618] R:OK -2015-03-10 21:00:01 queue INFO >>83 [619] -2015-03-10 21:00:02 sendUrl INFO 83 [619] R:OK -2015-03-10 21:00:52 queue INFO >>83 [620] -2015-03-10 21:00:52 sendUrl INFO 83 [620] R:OK -2015-03-10 21:01:42 queue INFO >>83 [621] -2015-03-10 21:01:42 sendUrl INFO 83 [621] R:OK -2015-03-10 21:02:08 queue INFO 87 [622] -2015-03-10 21:02:08 queue INFO >87 [623] -2015-03-10 21:02:08 sendUrl INFO 87 [622] R:OK -2015-03-10 21:02:09 sendUrl INFO 87 [623] R:OK -2015-03-10 21:02:09 queue INFO 83 [624] -2015-03-10 21:02:10 queue INFO >83 [625] -2015-03-10 21:02:10 sendUrl INFO 83 [624] R:OK -2015-03-10 21:02:10 sendUrl INFO 83 [625] R:OK -2015-03-10 21:03:00 queue INFO >>83 [626] -2015-03-10 21:03:00 sendUrl INFO 83 [626] R:OK -2015-03-10 21:03:50 queue INFO >>83 [627] -2015-03-10 21:03:50 sendUrl INFO 83 [627] R:OK -2015-03-10 21:04:40 queue INFO >>83 [628] -2015-03-10 21:04:40 sendUrl INFO 83 [628] R:OK -2015-03-10 21:05:30 queue INFO >>83 [629] -2015-03-10 21:05:31 sendUrl INFO 83 [629] R:OK -2015-03-10 21:06:20 queue INFO >>83 [630] -2015-03-10 21:06:20 sendUrl INFO 83 [630] R:OK -2015-03-10 21:07:10 queue INFO >>83 [631] -2015-03-10 21:07:11 sendUrl INFO 83 [631] R:OK -2015-03-10 21:08:00 queue INFO >>83 [632] -2015-03-10 21:08:01 sendUrl INFO 83 [632] R:OK -2015-03-10 21:08:51 queue INFO >>83 [633] -2015-03-10 21:08:51 sendUrl INFO 83 [633] R:OK -2015-03-10 21:09:16 queue INFO 87 [634] -2015-03-10 21:09:17 sendUrl INFO 87 [634] R:OK -2015-03-10 21:09:17 queue INFO >87 [635] -2015-03-10 21:09:17 sendUrl INFO 87 [635] R:OK -2015-03-10 21:09:18 queue INFO 83 [636] -2015-03-10 21:09:18 queue INFO >83 [637] -2015-03-10 21:09:19 sendUrl INFO 83 [636] R:OK -2015-03-10 21:09:19 sendUrl INFO 83 [637] R:OK -2015-03-10 21:10:08 queue INFO >>83 [638] -2015-03-10 21:10:08 sendUrl INFO 83 [638] R:OK -2015-03-10 21:10:58 queue INFO >>83 [639] -2015-03-10 21:10:59 sendUrl INFO 83 [639] R:OK -2015-03-10 21:11:49 queue INFO >>83 [640] -2015-03-10 21:11:49 sendUrl INFO 83 [640] R:OK -2015-03-10 21:12:39 queue INFO >>83 [641] -2015-03-10 21:12:39 sendUrl INFO 83 [641] R:OK -2015-03-10 21:13:29 queue INFO >>83 [642] -2015-03-10 21:13:29 sendUrl INFO 83 [642] R:OK -2015-03-10 21:14:19 queue INFO >>83 [643] -2015-03-10 21:14:19 sendUrl INFO 83 [643] R:OK -2015-03-10 21:15:09 queue INFO >>83 [644] -2015-03-10 21:15:09 sendUrl INFO 83 [644] R:OK -2015-03-10 21:15:59 queue INFO >>83 [645] -2015-03-10 21:16:00 sendUrl INFO 83 [645] R:OK -2015-03-10 21:16:25 queue INFO C7 [646] -2015-03-10 21:16:25 queue INFO >C7 [647] -2015-03-10 21:16:26 sendUrl INFO C7 [646] R:OK -2015-03-10 21:16:26 sendUrl INFO C7 [647] R:OK -2015-03-10 21:16:27 queue INFO C3 [648] -2015-03-10 21:16:27 queue INFO >C3 [649] -2015-03-10 21:16:27 sendUrl INFO C3 [648] R:OK -2015-03-10 21:16:27 sendUrl INFO C3 [649] R:OK -2015-03-10 21:17:17 queue INFO >>C3 [650] -2015-03-10 21:17:17 sendUrl INFO C3 [650] R:OK -2015-03-10 21:18:07 queue INFO >>C3 [651] -2015-03-10 21:18:08 sendUrl INFO C3 [651] R:OK -2015-03-10 21:18:57 queue INFO >>C3 [652] -2015-03-10 21:18:57 sendUrl INFO C3 [652] R:OK -2015-03-10 21:19:47 queue INFO >>C3 [653] -2015-03-10 21:19:48 sendUrl INFO C3 [653] R:OK -2015-03-10 21:20:38 queue INFO >>C3 [654] -2015-03-10 21:20:38 sendUrl INFO C3 [654] R:OK -2015-03-10 21:21:28 queue INFO >>C3 [655] -2015-03-10 21:21:28 sendUrl INFO C3 [655] R:OK -2015-03-10 21:22:18 queue INFO >>C3 [656] -2015-03-10 21:22:18 sendUrl INFO C3 [656] R:OK -2015-03-10 21:23:08 queue INFO >>C3 [657] -2015-03-10 21:23:08 sendUrl INFO C3 [657] R:OK -2015-03-10 21:23:31 queue INFO 83 [658] -2015-03-10 21:23:32 queue INFO >83 [659] -2015-03-10 21:23:32 sendUrl INFO 83 [658] R:OK -2015-03-10 21:23:32 sendUrl INFO 83 [659] R:OK -2015-03-10 21:23:34 queue INFO 87 [660] -2015-03-10 21:23:34 queue INFO >87 [661] -2015-03-10 21:23:34 sendUrl INFO 87 [660] R:OK -2015-03-10 21:23:35 sendUrl INFO 87 [661] R:OK -2015-03-10 21:23:36 queue INFO 83 [662] -2015-03-10 21:23:36 queue INFO >83 [663] -2015-03-10 21:23:36 sendUrl INFO 83 [662] R:OK -2015-03-10 21:23:36 sendUrl INFO 83 [663] R:OK -2015-03-10 21:24:26 queue INFO >>83 [664] -2015-03-10 21:24:26 sendUrl INFO 83 [664] R:OK -2015-03-10 21:25:16 queue INFO >>83 [665] -2015-03-10 21:25:16 sendUrl INFO 83 [665] R:OK -2015-03-10 21:26:06 queue INFO >>83 [666] -2015-03-10 21:26:06 sendUrl INFO 83 [666] R:OK -2015-03-10 21:26:56 queue INFO >>83 [667] -2015-03-10 21:26:56 sendUrl INFO 83 [667] R:OK -2015-03-10 21:27:46 queue INFO >>83 [668] -2015-03-10 21:27:47 sendUrl INFO 83 [668] R:OK -2015-03-10 21:28:36 queue INFO >>83 [669] -2015-03-10 21:28:37 sendUrl INFO 83 [669] R:OK -2015-03-10 21:29:27 queue INFO >>83 [670] -2015-03-10 21:29:27 sendUrl INFO 83 [670] R:OK -2015-03-10 21:30:17 queue INFO >>83 [671] -2015-03-10 21:30:17 sendUrl INFO 83 [671] R:OK -2015-03-10 21:30:43 queue INFO 87 [672] -2015-03-10 21:30:44 queue INFO >87 [673] -2015-03-10 21:30:44 sendUrl INFO 87 [672] R:OK -2015-03-10 21:30:44 sendUrl INFO 87 [673] R:OK -2015-03-10 21:30:45 queue INFO 83 [674] -2015-03-10 21:30:45 queue INFO >83 [675] -2015-03-10 21:30:45 sendUrl INFO 83 [674] R:OK -2015-03-10 21:30:46 sendUrl INFO 83 [675] R:OK -2015-03-10 21:31:35 queue INFO >>83 [676] -2015-03-10 21:31:36 sendUrl INFO 83 [676] R:OK -2015-03-10 21:32:25 queue INFO >>83 [677] -2015-03-10 21:32:25 sendUrl INFO 83 [677] R:OK -2015-03-10 21:32:36 queue INFO 81 [678] -2015-03-10 21:32:36 queue INFO >81 [679] -2015-03-10 21:32:36 sendUrl INFO 81 [678] R:OK -2015-03-10 21:32:37 sendUrl INFO 81 [679] R:OK -2015-03-10 21:32:56 queue INFO 83 [680] -2015-03-10 21:32:56 queue INFO >83 [681] -2015-03-10 21:32:56 sendUrl INFO 83 [680] R:OK -2015-03-10 21:32:57 sendUrl INFO 83 [681] R:OK -2015-03-10 21:33:46 queue INFO >>83 [682] -2015-03-10 21:33:47 sendUrl INFO 83 [682] R:OK -2015-03-10 21:34:36 queue INFO >>83 [683] -2015-03-10 21:34:36 sendUrl INFO 83 [683] R:OK -2015-03-10 21:35:26 queue INFO >>83 [684] -2015-03-10 21:35:27 sendUrl INFO 83 [684] R:OK -2015-03-10 21:36:16 queue INFO >>83 [685] -2015-03-10 21:36:17 sendUrl INFO 83 [685] R:OK -2015-03-10 21:37:07 queue INFO >>83 [686] -2015-03-10 21:37:07 sendUrl INFO 83 [686] R:OK -2015-03-10 21:37:52 queue INFO 87 [687] -2015-03-10 21:37:53 queue INFO >87 [688] -2015-03-10 21:37:53 sendUrl INFO 87 [687] R:OK -2015-03-10 21:37:53 sendUrl INFO 87 [688] R:OK -2015-03-10 21:37:54 queue INFO 83 [689] -2015-03-10 21:37:54 queue INFO >83 [690] -2015-03-10 21:37:54 sendUrl INFO 83 [689] R:OK -2015-03-10 21:37:55 sendUrl INFO 83 [690] R:OK -2015-03-10 21:38:44 queue INFO >>83 [691] -2015-03-10 21:38:45 sendUrl INFO 83 [691] R:OK -2015-03-10 21:39:34 queue INFO >>83 [692] -2015-03-10 21:39:34 sendUrl INFO 83 [692] R:OK -2015-03-10 21:40:24 queue INFO >>83 [693] -2015-03-10 21:40:25 sendUrl INFO 83 [693] R:OK -2015-03-10 21:41:15 queue INFO >>83 [694] -2015-03-10 21:41:15 sendUrl INFO 83 [694] R:OK -2015-03-10 21:42:05 queue INFO >>83 [695] -2015-03-10 21:42:05 sendUrl INFO 83 [695] R:OK -2015-03-10 21:42:55 queue INFO >>83 [696] -2015-03-10 21:42:55 sendUrl INFO 83 [696] R:OK -2015-03-10 21:43:45 queue INFO >>83 [697] -2015-03-10 21:43:46 sendUrl INFO 83 [697] R:OK -2015-03-10 21:44:35 queue INFO >>83 [698] -2015-03-10 21:44:35 sendUrl INFO 83 [698] R:OK -2015-03-10 21:45:01 queue INFO 87 [699] -2015-03-10 21:45:01 queue INFO >87 [700] -2015-03-10 21:45:02 sendUrl INFO 87 [699] R:OK -2015-03-10 21:45:02 sendUrl INFO 87 [700] R:OK -2015-03-10 21:45:03 queue INFO 83 [701] -2015-03-10 21:45:03 queue INFO >83 [702] -2015-03-10 21:45:03 sendUrl INFO 83 [701] R:OK -2015-03-10 21:45:04 sendUrl INFO 83 [702] R:OK -2015-03-10 21:45:53 queue INFO >>83 [703] -2015-03-10 21:45:53 sendUrl INFO 83 [703] R:OK -2015-03-10 21:46:43 queue INFO >>83 [704] -2015-03-10 21:46:43 sendUrl INFO 83 [704] R:OK -2015-03-10 21:47:33 queue INFO >>83 [705] -2015-03-10 21:47:34 sendUrl INFO 83 [705] R:OK -2015-03-10 21:48:24 queue INFO >>83 [706] -2015-03-10 21:48:24 sendUrl INFO 83 [706] R:OK -2015-03-10 21:49:14 queue INFO >>83 [707] -2015-03-10 21:49:14 sendUrl INFO 83 [707] R:OK -2015-03-10 21:50:04 queue INFO >>83 [708] -2015-03-10 21:50:04 sendUrl INFO 83 [708] R:OK -2015-03-10 21:50:54 queue INFO >>83 [709] -2015-03-10 21:50:54 sendUrl INFO 83 [709] R:OK -2015-03-10 21:51:44 queue INFO >>83 [710] -2015-03-10 21:51:44 sendUrl INFO 83 [710] R:OK -2015-03-10 21:52:10 queue INFO 87 [711] -2015-03-10 21:52:10 queue INFO >87 [712] -2015-03-10 21:52:11 sendUrl INFO 87 [711] R:OK -2015-03-10 21:52:11 sendUrl INFO 87 [712] R:OK -2015-03-10 21:52:12 queue INFO 83 [713] -2015-03-10 21:52:12 queue INFO >83 [714] -2015-03-10 21:52:12 sendUrl INFO 83 [713] R:OK -2015-03-10 21:52:13 sendUrl INFO 83 [714] R:OK -2015-03-10 21:53:02 queue INFO >>83 [715] -2015-03-10 21:53:02 sendUrl INFO 83 [715] R:OK -2015-03-10 21:53:52 queue INFO >>83 [716] -2015-03-10 21:53:52 sendUrl INFO 83 [716] R:OK -2015-03-10 21:54:42 queue INFO >>83 [717] -2015-03-10 21:54:43 sendUrl INFO 83 [717] R:OK -2015-03-10 21:55:32 queue INFO >>83 [718] -2015-03-10 21:55:32 sendUrl INFO 83 [718] R:OK -2015-03-10 21:56:22 queue INFO >>83 [719] -2015-03-10 21:56:23 sendUrl INFO 83 [719] R:OK -2015-03-10 21:57:13 queue INFO >>83 [720] -2015-03-10 21:57:13 sendUrl INFO 83 [720] R:OK -2015-03-10 21:58:03 queue INFO >>83 [721] -2015-03-10 21:58:03 sendUrl INFO 83 [721] R:OK -2015-03-10 21:58:53 queue INFO >>83 [722] -2015-03-10 21:58:53 sendUrl INFO 83 [722] R:OK -2015-03-10 21:59:19 queue INFO C7 [723] -2015-03-10 21:59:19 queue INFO >C7 [724] -2015-03-10 21:59:19 sendUrl INFO C7 [723] R:OK -2015-03-10 21:59:20 sendUrl INFO C7 [724] R:OK -2015-03-10 21:59:20 queue INFO C3 [725] -2015-03-10 21:59:21 queue INFO >C3 [726] -2015-03-10 21:59:21 sendUrl INFO C3 [725] R:OK -2015-03-10 21:59:21 sendUrl INFO C3 [726] R:OK -2015-03-10 22:00:11 queue INFO >>C3 [727] -2015-03-10 22:00:11 sendUrl INFO C3 [727] R:OK -2015-03-10 22:01:01 queue INFO >>C3 [728] -2015-03-10 22:01:01 sendUrl INFO C3 [728] R:OK -2015-03-10 22:01:51 queue INFO >>C3 [729] -2015-03-10 22:01:51 sendUrl INFO C3 [729] R:OK -2015-03-10 22:02:41 queue INFO >>C3 [730] -2015-03-10 22:02:41 sendUrl INFO C3 [730] R:OK -2015-03-10 22:03:31 queue INFO >>C3 [731] -2015-03-10 22:03:32 sendUrl INFO C3 [731] R:OK -2015-03-10 22:04:21 queue INFO >>C3 [732] -2015-03-10 22:04:21 sendUrl INFO C3 [732] R:OK -2015-03-10 22:05:11 queue INFO >>C3 [733] -2015-03-10 22:05:12 sendUrl INFO C3 [733] R:OK -2015-03-10 22:06:02 queue INFO >>C3 [734] -2015-03-10 22:06:02 sendUrl INFO C3 [734] R:OK -2015-03-10 22:06:25 queue INFO 83 [735] -2015-03-10 22:06:25 queue INFO >83 [736] -2015-03-10 22:06:25 sendUrl INFO 83 [735] R:OK -2015-03-10 22:06:26 sendUrl INFO 83 [736] R:OK -2015-03-10 22:06:28 queue INFO 87 [737] -2015-03-10 22:06:28 sendUrl INFO 87 [737] R:OK -2015-03-10 22:06:28 queue INFO >87 [738] -2015-03-10 22:06:28 sendUrl INFO 87 [738] R:OK -2015-03-10 22:06:29 queue INFO 83 [739] -2015-03-10 22:06:29 queue INFO >83 [740] -2015-03-10 22:06:30 sendUrl INFO 83 [739] R:OK -2015-03-10 22:06:30 sendUrl INFO 83 [740] R:OK -2015-03-10 22:07:19 queue INFO >>83 [741] -2015-03-10 22:07:20 sendUrl INFO 83 [741] R:OK -2015-03-10 22:08:10 queue INFO >>83 [742] -2015-03-10 22:08:10 sendUrl INFO 83 [742] R:OK -2015-03-10 22:09:00 queue INFO >>83 [743] -2015-03-10 22:09:00 sendUrl INFO 83 [743] R:OK -2015-03-10 22:09:50 queue INFO >>83 [744] -2015-03-10 22:09:50 sendUrl INFO 83 [744] R:OK -2015-03-10 22:10:40 queue INFO >>83 [745] -2015-03-10 22:10:41 sendUrl INFO 83 [745] R:OK -2015-03-10 22:11:30 queue INFO >>83 [746] -2015-03-10 22:11:30 sendUrl INFO 83 [746] R:OK -2015-03-10 22:12:20 queue INFO >>83 [747] -2015-03-10 22:12:21 sendUrl INFO 83 [747] R:OK -2015-03-10 22:13:10 queue INFO >>83 [748] -2015-03-10 22:13:11 sendUrl INFO 83 [748] R:OK -2015-03-10 22:13:37 queue INFO 87 [749] -2015-03-10 22:13:37 queue INFO >87 [750] -2015-03-10 22:13:37 sendUrl INFO 87 [749] R:OK -2015-03-10 22:13:38 sendUrl INFO 87 [750] R:OK -2015-03-10 22:13:39 queue INFO 83 [751] -2015-03-10 22:13:39 sendUrl INFO 83 [751] R:OK -2015-03-10 22:13:39 queue INFO >83 [752] -2015-03-10 22:13:39 sendUrl INFO 83 [752] R:OK -2015-03-10 22:14:29 queue INFO >>83 [753] -2015-03-10 22:14:29 sendUrl INFO 83 [753] R:OK -2015-03-10 22:15:19 queue INFO >>83 [754] -2015-03-10 22:15:19 sendUrl INFO 83 [754] R:OK -2015-03-10 22:16:09 queue INFO >>83 [755] -2015-03-10 22:16:09 sendUrl INFO 83 [755] R:OK -2015-03-10 22:16:59 queue INFO >>83 [756] -2015-03-10 22:17:00 sendUrl INFO 83 [756] R:OK -2015-03-10 22:17:49 queue INFO >>83 [757] -2015-03-10 22:17:50 sendUrl INFO 83 [757] R:OK -2015-03-10 22:18:40 queue INFO >>83 [758] -2015-03-10 22:18:40 sendUrl INFO 83 [758] R:OK -2015-03-10 22:19:30 queue INFO >>83 [759] -2015-03-10 22:19:30 sendUrl INFO 83 [759] R:OK -2015-03-10 22:20:20 queue INFO >>83 [760] -2015-03-10 22:20:20 sendUrl INFO 83 [760] R:OK -2015-03-10 22:20:46 queue INFO 87 [761] -2015-03-10 22:20:46 queue INFO >87 [762] -2015-03-10 22:20:47 sendUrl INFO 87 [761] R:OK -2015-03-10 22:20:47 sendUrl INFO 87 [762] R:OK -2015-03-10 22:20:48 queue INFO 83 [763] -2015-03-10 22:20:48 queue INFO >83 [764] -2015-03-10 22:20:48 sendUrl INFO 83 [763] R:OK -2015-03-10 22:20:49 sendUrl INFO 83 [764] R:OK -2015-03-10 22:21:38 queue INFO >>83 [765] -2015-03-10 22:21:38 sendUrl INFO 83 [765] R:OK -2015-03-10 22:22:28 queue INFO >>83 [766] -2015-03-10 22:22:28 sendUrl INFO 83 [766] R:OK -2015-03-10 22:23:18 queue INFO >>83 [767] -2015-03-10 22:23:19 sendUrl INFO 83 [767] R:OK -2015-03-10 22:24:08 queue INFO >>83 [768] -2015-03-10 22:24:08 sendUrl INFO 83 [768] R:OK -2015-03-10 22:24:58 queue INFO >>83 [769] -2015-03-10 22:24:59 sendUrl INFO 83 [769] R:OK -2015-03-10 22:25:49 queue INFO >>83 [770] -2015-03-10 22:25:49 sendUrl INFO 83 [770] R:OK -2015-03-10 22:26:39 queue INFO >>83 [771] -2015-03-10 22:26:39 sendUrl INFO 83 [771] R:OK -2015-03-10 22:27:29 queue INFO >>83 [772] -2015-03-10 22:27:29 sendUrl INFO 83 [772] R:OK -2015-03-10 22:27:55 queue INFO 87 [773] -2015-03-10 22:27:55 queue INFO >87 [774] -2015-03-10 22:27:56 sendUrl INFO 87 [773] R:OK -2015-03-10 22:27:56 sendUrl INFO 87 [774] R:OK -2015-03-10 22:27:57 queue INFO 83 [775] -2015-03-10 22:27:57 queue INFO >83 [776] -2015-03-10 22:27:57 sendUrl INFO 83 [775] R:OK -2015-03-10 22:27:58 sendUrl INFO 83 [776] R:OK -2015-03-10 22:28:47 queue INFO >>83 [777] -2015-03-10 22:28:47 sendUrl INFO 83 [777] R:OK -2015-03-10 22:29:37 queue INFO >>83 [778] -2015-03-10 22:29:37 sendUrl INFO 83 [778] R:OK -2015-03-10 22:30:27 queue INFO >>83 [779] -2015-03-10 22:30:28 sendUrl INFO 83 [779] R:OK -2015-03-10 22:31:17 queue INFO >>83 [780] -2015-03-10 22:31:17 sendUrl INFO 83 [780] R:OK -2015-03-10 22:32:07 queue INFO >>83 [781] -2015-03-10 22:32:08 sendUrl INFO 83 [781] R:OK -2015-03-10 22:32:57 queue INFO >>83 [782] -2015-03-10 22:32:58 sendUrl INFO 83 [782] R:OK -2015-03-10 22:33:48 queue INFO >>83 [783] -2015-03-10 22:33:48 sendUrl INFO 83 [783] R:OK -2015-03-10 22:34:38 queue INFO >>83 [784] -2015-03-10 22:34:38 sendUrl INFO 83 [784] R:OK -2015-03-10 22:35:04 queue INFO 87 [785] -2015-03-10 22:35:04 sendUrl INFO 87 [785] R:OK -2015-03-10 22:35:04 queue INFO >87 [786] -2015-03-10 22:35:04 sendUrl INFO 87 [786] R:OK -2015-03-10 22:35:05 queue INFO 83 [787] -2015-03-10 22:35:06 queue INFO >83 [788] -2015-03-10 22:35:06 sendUrl INFO 83 [787] R:OK -2015-03-10 22:35:06 sendUrl INFO 83 [788] R:OK -2015-03-10 22:35:56 queue INFO >>83 [789] -2015-03-10 22:35:56 sendUrl INFO 83 [789] R:OK -2015-03-10 22:36:46 queue INFO >>83 [790] -2015-03-10 22:36:46 sendUrl INFO 83 [790] R:OK -2015-03-10 22:37:36 queue INFO >>83 [791] -2015-03-10 22:37:36 sendUrl INFO 83 [791] R:OK -2015-03-10 22:38:26 queue INFO >>83 [792] -2015-03-10 22:38:26 sendUrl INFO 83 [792] R:OK -2015-03-10 22:39:16 queue INFO >>83 [793] -2015-03-10 22:39:17 sendUrl INFO 83 [793] R:OK -2015-03-10 22:40:06 queue INFO >>83 [794] -2015-03-10 22:40:06 sendUrl INFO 83 [794] R:OK -2015-03-10 22:40:56 queue INFO >>83 [795] -2015-03-10 22:40:57 sendUrl INFO 83 [795] R:OK -2015-03-10 22:41:47 queue INFO >>83 [796] -2015-03-10 22:41:47 sendUrl INFO 83 [796] R:OK -2015-03-10 22:42:12 queue INFO C7 [797] -2015-03-10 22:42:13 queue INFO >C7 [798] -2015-03-10 22:42:13 sendUrl INFO C7 [797] R:OK -2015-03-10 22:42:13 sendUrl INFO C7 [798] R:OK -2015-03-10 22:42:14 queue INFO C3 [799] -2015-03-10 22:42:14 queue INFO >C3 [800] -2015-03-10 22:42:14 sendUrl INFO C3 [799] R:OK -2015-03-10 22:42:15 sendUrl INFO C3 [800] R:OK -2015-03-10 22:43:04 queue INFO >>C3 [801] -2015-03-10 22:43:05 sendUrl INFO C3 [801] R:OK -2015-03-10 22:43:54 queue INFO >>C3 [802] -2015-03-10 22:43:54 sendUrl INFO C3 [802] R:OK -2015-03-10 22:44:44 queue INFO >>C3 [803] -2015-03-10 22:44:45 sendUrl INFO C3 [803] R:OK -2015-03-10 22:45:34 queue INFO >>C3 [804] -2015-03-10 22:45:35 sendUrl INFO C3 [804] R:OK -2015-03-10 22:46:25 queue INFO >>C3 [805] -2015-03-10 22:46:25 sendUrl INFO C3 [805] R:OK -2015-03-10 22:47:15 queue INFO >>C3 [806] -2015-03-10 22:47:15 sendUrl INFO C3 [806] R:OK -2015-03-10 22:48:05 queue INFO >>C3 [807] -2015-03-10 22:48:05 sendUrl INFO C3 [807] R:OK -2015-03-10 22:48:55 queue INFO >>C3 [808] -2015-03-10 22:48:56 sendUrl INFO C3 [808] R:OK -2015-03-10 22:49:19 queue INFO 83 [809] -2015-03-10 22:49:19 sendUrl INFO 83 [809] R:OK -2015-03-10 22:49:19 queue INFO >83 [810] -2015-03-10 22:49:19 sendUrl INFO 83 [810] R:OK -2015-03-10 22:49:21 queue INFO 87 [811] -2015-03-10 22:49:21 queue INFO >87 [812] -2015-03-10 22:49:22 sendUrl INFO 87 [811] R:OK -2015-03-10 22:49:22 sendUrl INFO 87 [812] R:OK -2015-03-10 22:49:23 queue INFO 83 [813] -2015-03-10 22:49:23 queue INFO >83 [814] -2015-03-10 22:49:23 sendUrl INFO 83 [813] R:OK -2015-03-10 22:49:24 sendUrl INFO 83 [814] R:OK -2015-03-10 22:50:13 queue INFO >>83 [815] -2015-03-10 22:50:13 sendUrl INFO 83 [815] R:OK -2015-03-10 22:51:03 queue INFO >>83 [816] -2015-03-10 22:51:03 sendUrl INFO 83 [816] R:OK -2015-03-10 22:51:50 queue INFO 81 [817] -2015-03-10 22:51:50 queue INFO >81 [818] -2015-03-10 22:51:51 sendUrl INFO 81 [817] R:OK -2015-03-10 22:51:51 sendUrl INFO 81 [818] R:OK -2015-03-10 22:52:00 queue INFO 83 [819] -2015-03-10 22:52:00 queue INFO >83 [820] -2015-03-10 22:52:00 sendUrl INFO 83 [819] R:OK -2015-03-10 22:52:01 sendUrl INFO 83 [820] R:OK -2015-03-10 22:52:50 queue INFO >>83 [821] -2015-03-10 22:52:51 sendUrl INFO 83 [821] R:OK -2015-03-10 22:53:40 queue INFO >>83 [822] -2015-03-10 22:53:41 sendUrl INFO 83 [822] R:OK -2015-03-10 22:54:31 queue INFO >>83 [823] -2015-03-10 22:54:31 sendUrl INFO 83 [823] R:OK -2015-03-10 22:55:21 queue INFO >>83 [824] -2015-03-10 22:55:21 sendUrl INFO 83 [824] R:OK -2015-03-10 22:56:11 queue INFO >>83 [825] -2015-03-10 22:56:11 sendUrl INFO 83 [825] R:OK -2015-03-10 22:56:31 queue INFO 87 [826] -2015-03-10 22:56:31 queue INFO >87 [827] -2015-03-10 22:56:31 sendUrl INFO 87 [826] R:OK -2015-03-10 22:56:32 sendUrl INFO 87 [827] R:OK -2015-03-10 22:56:32 queue INFO 83 [828] -2015-03-10 22:56:33 queue INFO >83 [829] -2015-03-10 22:56:33 sendUrl INFO 83 [828] R:OK -2015-03-10 22:56:33 sendUrl INFO 83 [829] R:OK -2015-03-10 22:57:22 queue INFO >>83 [830] -2015-03-10 22:57:23 sendUrl INFO 83 [830] R:OK -2015-03-10 22:58:13 queue INFO >>83 [831] -2015-03-10 22:58:13 sendUrl INFO 83 [831] R:OK -2015-03-10 22:59:03 queue INFO >>83 [832] -2015-03-10 22:59:03 sendUrl INFO 83 [832] R:OK -2015-03-10 22:59:53 queue INFO >>83 [833] -2015-03-10 22:59:53 sendUrl INFO 83 [833] R:OK -2015-03-10 23:00:43 queue INFO >>83 [834] -2015-03-10 23:00:43 sendUrl INFO 83 [834] R:OK -2015-03-10 23:01:33 queue INFO >>83 [835] -2015-03-10 23:01:34 sendUrl INFO 83 [835] R:OK -2015-03-10 23:02:23 queue INFO >>83 [836] -2015-03-10 23:02:24 sendUrl INFO 83 [836] R:OK -2015-03-10 23:03:14 queue INFO >>83 [837] -2015-03-10 23:03:14 sendUrl INFO 83 [837] R:OK -2015-03-10 23:03:40 queue INFO 87 [838] -2015-03-10 23:03:40 queue INFO >87 [839] -2015-03-10 23:03:40 sendUrl INFO 87 [838] R:OK -2015-03-10 23:03:41 sendUrl INFO 87 [839] R:OK -2015-03-10 23:03:41 queue INFO 83 [840] -2015-03-10 23:03:41 queue INFO >83 [841] -2015-03-10 23:03:42 sendUrl INFO 83 [840] R:OK -2015-03-10 23:03:42 sendUrl INFO 83 [841] R:OK -2015-03-10 23:04:31 queue INFO >>83 [842] -2015-03-10 23:04:32 sendUrl INFO 83 [842] R:OK -2015-03-10 23:05:22 queue INFO >>83 [843] -2015-03-10 23:05:22 sendUrl INFO 83 [843] R:OK -2015-03-10 23:06:12 queue INFO >>83 [844] -2015-03-10 23:06:12 sendUrl INFO 83 [844] R:OK -2015-03-10 23:07:02 queue INFO >>83 [845] -2015-03-10 23:07:02 sendUrl INFO 83 [845] R:OK -2015-03-10 23:07:52 queue INFO >>83 [846] -2015-03-10 23:07:52 sendUrl INFO 83 [846] R:OK -2015-03-10 23:08:42 queue INFO >>83 [847] -2015-03-10 23:08:43 sendUrl INFO 83 [847] R:OK -2015-03-10 23:09:32 queue INFO >>83 [848] -2015-03-10 23:09:32 sendUrl INFO 83 [848] R:OK -2015-03-10 23:10:22 queue INFO >>83 [849] -2015-03-10 23:10:23 sendUrl INFO 83 [849] R:OK -2015-03-10 23:10:49 queue INFO 87 [850] -2015-03-10 23:10:49 queue INFO >87 [851] -2015-03-10 23:10:49 sendUrl INFO 87 [850] R:OK -2015-03-10 23:10:49 sendUrl INFO 87 [851] R:OK -2015-03-10 23:10:50 queue INFO 83 [852] -2015-03-10 23:10:50 queue INFO >83 [853] -2015-03-10 23:10:50 sendUrl INFO 83 [852] R:OK -2015-03-10 23:10:51 sendUrl INFO 83 [853] R:OK -2015-03-10 23:11:40 queue INFO >>83 [854] -2015-03-10 23:11:41 sendUrl INFO 83 [854] R:OK -2015-03-10 23:12:30 queue INFO >>83 [855] -2015-03-10 23:12:31 sendUrl INFO 83 [855] R:OK -2015-03-10 23:13:21 queue INFO >>83 [856] -2015-03-10 23:13:21 sendUrl INFO 83 [856] R:OK -2015-03-10 23:14:11 queue INFO >>83 [857] -2015-03-10 23:14:11 sendUrl INFO 83 [857] R:OK -2015-03-10 23:15:01 queue INFO >>83 [858] -2015-03-10 23:15:01 sendUrl INFO 83 [858] R:OK -2015-03-10 23:15:51 queue INFO >>83 [859] -2015-03-10 23:15:51 sendUrl INFO 83 [859] R:OK -2015-03-10 23:16:41 queue INFO >>83 [860] -2015-03-10 23:16:41 sendUrl INFO 83 [860] R:OK -2015-03-10 23:17:31 queue INFO >>83 [861] -2015-03-10 23:17:32 sendUrl INFO 83 [861] R:OK -2015-03-10 23:17:57 queue INFO 87 [862] -2015-03-10 23:17:58 queue INFO >87 [863] -2015-03-10 23:17:58 sendUrl INFO 87 [862] R:OK -2015-03-10 23:17:58 sendUrl INFO 87 [863] R:OK -2015-03-10 23:17:59 queue INFO 83 [864] -2015-03-10 23:17:59 queue INFO >83 [865] -2015-03-10 23:17:59 sendUrl INFO 83 [864] R:OK -2015-03-10 23:18:00 sendUrl INFO 83 [865] R:OK -2015-03-10 23:18:49 queue INFO >>83 [866] -2015-03-10 23:18:50 sendUrl INFO 83 [866] R:OK -2015-03-10 23:19:39 queue INFO >>83 [867] -2015-03-10 23:19:40 sendUrl INFO 83 [867] R:OK -2015-03-10 23:20:30 queue INFO >>83 [868] -2015-03-10 23:20:30 sendUrl INFO 83 [868] R:OK -2015-03-10 23:21:20 queue INFO >>83 [869] -2015-03-10 23:21:20 sendUrl INFO 83 [869] R:OK -2015-03-10 23:22:10 queue INFO >>83 [870] -2015-03-10 23:22:10 sendUrl INFO 83 [870] R:OK -2015-03-10 23:23:00 queue INFO >>83 [871] -2015-03-10 23:23:00 sendUrl INFO 83 [871] R:OK -2015-03-10 23:23:50 queue INFO >>83 [872] -2015-03-10 23:23:51 sendUrl INFO 83 [872] R:OK -2015-03-10 23:24:40 queue INFO >>83 [873] -2015-03-10 23:24:41 sendUrl INFO 83 [873] R:OK -2015-03-10 23:25:06 queue INFO C3 [874] -2015-03-10 23:25:06 queue INFO C7 [875] -2015-03-10 23:25:06 sendUrl INFO C3 [874] R:OK -2015-03-10 23:25:06 queue INFO >C7 [876] -2015-03-10 23:25:07 sendUrl INFO C7 [875] R:OK -2015-03-10 23:25:07 sendUrl INFO C7 [876] R:OK -2015-03-10 23:25:08 queue INFO C3 [877] -2015-03-10 23:25:08 sendUrl INFO C3 [877] R:OK -2015-03-10 23:25:08 queue INFO >C3 [878] -2015-03-10 23:25:08 sendUrl INFO C3 [878] R:OK -2015-03-10 23:25:58 queue INFO >>C3 [879] -2015-03-10 23:25:58 sendUrl INFO C3 [879] R:OK -2015-03-10 23:26:48 queue INFO >>C3 [880] -2015-03-10 23:26:48 sendUrl INFO C3 [880] R:OK -2015-03-10 23:27:38 queue INFO >>C3 [881] -2015-03-10 23:27:38 sendUrl INFO C3 [881] R:OK -2015-03-10 23:28:28 queue INFO >>C3 [882] -2015-03-10 23:28:29 sendUrl INFO C3 [882] R:OK -2015-03-10 23:29:18 queue INFO >>C3 [883] -2015-03-10 23:29:19 sendUrl INFO C3 [883] R:OK -2015-03-10 23:30:09 queue INFO >>C3 [884] -2015-03-10 23:30:09 sendUrl INFO C3 [884] R:OK -2015-03-10 23:30:59 queue INFO >>C3 [885] -2015-03-10 23:30:59 sendUrl INFO C3 [885] R:OK -2015-03-10 23:31:49 queue INFO >>C3 [886] -2015-03-10 23:31:49 sendUrl INFO C3 [886] R:OK -2015-03-10 23:32:12 queue INFO 83 [887] -2015-03-10 23:32:13 queue INFO >83 [888] -2015-03-10 23:32:13 sendUrl INFO 83 [887] R:OK -2015-03-10 23:32:13 sendUrl INFO 83 [888] R:OK -2015-03-10 23:32:15 queue INFO 87 [889] -2015-03-10 23:32:15 queue INFO >87 [890] -2015-03-10 23:32:15 sendUrl INFO 87 [889] R:OK -2015-03-10 23:32:16 sendUrl INFO 87 [890] R:OK -2015-03-10 23:32:17 queue INFO 83 [891] -2015-03-10 23:32:17 sendUrl INFO 83 [891] R:OK -2015-03-10 23:32:17 queue INFO >83 [892] -2015-03-10 23:32:17 sendUrl INFO 83 [892] R:OK -2015-03-10 23:33:07 queue INFO >>83 [893] -2015-03-10 23:33:07 sendUrl INFO 83 [893] R:OK -2015-03-10 23:33:57 queue INFO >>83 [894] -2015-03-10 23:33:57 sendUrl INFO 83 [894] R:OK -2015-03-10 23:34:47 queue INFO >>83 [895] -2015-03-10 23:34:47 sendUrl INFO 83 [895] R:OK -2015-03-10 23:35:37 queue INFO >>83 [896] -2015-03-10 23:35:37 sendUrl INFO 83 [896] R:OK -2015-03-10 23:36:27 queue INFO >>83 [897] -2015-03-10 23:36:28 sendUrl INFO 83 [897] R:OK -2015-03-10 23:37:17 queue INFO >>83 [898] -2015-03-10 23:37:18 sendUrl INFO 83 [898] R:OK -2015-03-10 23:38:08 queue INFO >>83 [899] -2015-03-10 23:38:08 sendUrl INFO 83 [899] R:OK -2015-03-10 23:38:58 queue INFO >>83 [900] -2015-03-10 23:38:58 sendUrl INFO 83 [900] R:OK -2015-03-10 23:39:24 queue INFO 87 [901] -2015-03-10 23:39:24 queue INFO >87 [902] -2015-03-10 23:39:25 sendUrl INFO 87 [901] R:OK -2015-03-10 23:39:25 sendUrl INFO 87 [902] R:OK -2015-03-10 23:39:26 queue INFO 83 [903] -2015-03-10 23:39:26 queue INFO >83 [904] -2015-03-10 23:39:26 sendUrl INFO 83 [903] R:OK -2015-03-10 23:39:27 sendUrl INFO 83 [904] R:OK -2015-03-10 23:40:16 queue INFO >>83 [905] -2015-03-10 23:40:16 sendUrl INFO 83 [905] R:OK -2015-03-10 23:41:06 queue INFO >>83 [906] -2015-03-10 23:41:07 sendUrl INFO 83 [906] R:OK -2015-03-10 23:41:56 queue INFO >>83 [907] -2015-03-10 23:41:57 sendUrl INFO 83 [907] R:OK -2015-03-10 23:42:46 queue INFO >>83 [908] -2015-03-10 23:42:47 sendUrl INFO 83 [908] R:OK -2015-03-10 23:43:37 queue INFO >>83 [909] -2015-03-10 23:43:37 sendUrl INFO 83 [909] R:OK -2015-03-10 23:44:27 queue INFO >>83 [910] -2015-03-10 23:44:27 sendUrl INFO 83 [910] R:OK -2015-03-10 23:45:17 queue INFO >>83 [911] -2015-03-10 23:45:17 sendUrl INFO 83 [911] R:OK -2015-03-10 23:46:07 queue INFO >>83 [912] -2015-03-10 23:46:07 sendUrl INFO 83 [912] R:OK -2015-03-10 23:46:33 queue INFO 87 [913] -2015-03-10 23:46:34 queue INFO >87 [914] -2015-03-10 23:46:34 sendUrl INFO 87 [913] R:OK -2015-03-10 23:46:34 sendUrl INFO 87 [914] R:OK -2015-03-10 23:46:35 queue INFO 83 [915] -2015-03-10 23:46:35 queue INFO >83 [916] -2015-03-10 23:46:35 sendUrl INFO 83 [915] R:OK -2015-03-10 23:46:36 sendUrl INFO 83 [916] R:OK -2015-03-10 23:47:01 queue INFO 81 [917] -2015-03-10 23:47:01 queue INFO >81 [918] -2015-03-10 23:47:02 sendUrl INFO 81 [917] R:OK -2015-03-10 23:47:02 sendUrl INFO 81 [918] R:OK -2015-03-10 23:47:51 queue INFO >>81 [919] -2015-03-10 23:47:51 sendUrl INFO 81 [919] R:OK -2015-03-10 23:48:41 queue INFO >>81 [920] -2015-03-10 23:48:42 sendUrl INFO 81 [920] R:OK -2015-03-10 23:49:31 queue INFO >>81 [921] -2015-03-10 23:49:32 sendUrl INFO 81 [921] R:OK -2015-03-10 23:50:22 queue INFO >>81 [922] -2015-03-10 23:50:22 sendUrl INFO 81 [922] R:OK -2015-03-10 23:51:12 queue INFO >>81 [923] -2015-03-10 23:51:12 sendUrl INFO 81 [923] R:OK -2015-03-10 23:52:02 queue INFO >>81 [924] -2015-03-10 23:52:02 sendUrl INFO 81 [924] R:OK -2015-03-10 23:52:52 queue INFO >>81 [925] -2015-03-10 23:52:52 sendUrl INFO 81 [925] R:OK -2015-03-10 23:53:40 queue INFO 99 [926] -2015-03-10 23:53:40 queue INFO >99 [927] -2015-03-10 23:53:40 sendUrl INFO 99 [926] R:OK -2015-03-10 23:53:41 sendUrl INFO 99 [927] R:OK -2015-03-10 23:54:30 queue INFO >>99 [928] -2015-03-10 23:54:31 sendUrl INFO 99 [928] R:OK -2015-03-10 23:55:20 queue INFO >>99 [929] -2015-03-10 23:55:20 sendUrl INFO 99 [929] R:OK -2015-03-10 23:56:11 queue INFO >>99 [930] -2015-03-10 23:56:11 sendUrl INFO 99 [930] R:OK -2015-03-10 23:57:01 queue INFO >>99 [931] -2015-03-10 23:57:01 sendUrl INFO 99 [931] R:OK -2015-03-10 23:57:51 queue INFO >>99 [932] -2015-03-10 23:57:51 sendUrl INFO 99 [932] R:OK -2015-03-10 23:58:41 queue INFO >>99 [933] -2015-03-10 23:58:41 sendUrl INFO 99 [933] R:OK -2015-03-10 23:59:31 queue INFO >>99 [934] -2015-03-10 23:59:32 sendUrl INFO 99 [934] R:OK -2015-03-11 00:00:15 queue INFO 89 [935] -2015-03-11 00:00:15 queue INFO >89 [936] -2015-03-11 00:00:16 sendUrl INFO 89 [935] R:OK -2015-03-11 00:00:16 sendUrl INFO 89 [936] R:OK -2015-03-11 00:00:19 queue INFO 81 [937] -2015-03-11 00:00:19 sendUrl INFO 81 [937] R:OK -2015-03-11 00:00:19 queue INFO >81 [938] -2015-03-11 00:00:19 sendUrl INFO 81 [938] R:OK -2015-03-11 00:00:23 queue INFO 83 [939] -2015-03-11 00:00:24 queue INFO >83 [940] -2015-03-11 00:00:24 sendUrl INFO 83 [939] R:OK -2015-03-11 00:00:24 sendUrl INFO 83 [940] R:OK -2015-03-11 00:00:53 queue INFO 87 [941] -2015-03-11 00:00:53 queue INFO >87 [942] -2015-03-11 00:00:53 sendUrl INFO 87 [941] R:OK -2015-03-11 00:00:54 sendUrl INFO 87 [942] R:OK -2015-03-11 00:00:54 queue INFO 83 [943] -2015-03-11 00:00:55 queue INFO >83 [944] -2015-03-11 00:00:55 sendUrl INFO 83 [943] R:OK -2015-03-11 00:00:55 sendUrl INFO 83 [944] R:OK -2015-03-11 00:01:45 queue INFO >>83 [945] -2015-03-11 00:01:45 sendUrl INFO 83 [945] R:OK -2015-03-11 00:02:35 queue INFO >>83 [946] -2015-03-11 00:02:35 sendUrl INFO 83 [946] R:OK -2015-03-11 00:03:25 queue INFO >>83 [947] -2015-03-11 00:03:25 sendUrl INFO 83 [947] R:OK -2015-03-11 00:04:15 queue INFO >>83 [948] -2015-03-11 00:04:16 sendUrl INFO 83 [948] R:OK -2015-03-11 00:05:05 queue INFO >>83 [949] -2015-03-11 00:05:05 sendUrl INFO 83 [949] R:OK -2015-03-11 00:05:55 queue INFO >>83 [950] -2015-03-11 00:05:56 sendUrl INFO 83 [950] R:OK -2015-03-11 00:06:45 queue INFO >>83 [951] -2015-03-11 00:06:46 sendUrl INFO 83 [951] R:OK -2015-03-11 00:07:36 queue INFO >>83 [952] -2015-03-11 00:07:36 sendUrl INFO 83 [952] R:OK -2015-03-11 00:08:02 queue INFO 87 [953] -2015-03-11 00:08:02 queue INFO >87 [954] -2015-03-11 00:08:02 sendUrl INFO 87 [953] R:OK -2015-03-11 00:08:03 sendUrl INFO 87 [954] R:OK -2015-03-11 00:08:03 queue INFO 83 [955] -2015-03-11 00:08:04 queue INFO >83 [956] -2015-03-11 00:08:04 sendUrl INFO 83 [955] R:OK -2015-03-11 00:08:04 sendUrl INFO 83 [956] R:OK -2015-03-11 00:08:54 queue INFO >>83 [957] -2015-03-11 00:08:54 sendUrl INFO 83 [957] R:OK -2015-03-11 00:09:44 queue INFO >>83 [958] -2015-03-11 00:09:44 sendUrl INFO 83 [958] R:OK -2015-03-11 00:10:34 queue INFO >>83 [959] -2015-03-11 00:10:34 sendUrl INFO 83 [959] R:OK -2015-03-11 00:11:24 queue INFO >>83 [960] -2015-03-11 00:11:24 sendUrl INFO 83 [960] R:OK -2015-03-11 00:12:14 queue INFO >>83 [961] -2015-03-11 00:12:14 sendUrl INFO 83 [961] R:OK -2015-03-11 00:13:04 queue INFO >>83 [962] -2015-03-11 00:13:05 sendUrl INFO 83 [962] R:OK -2015-03-11 00:13:54 queue INFO >>83 [963] -2015-03-11 00:13:55 sendUrl INFO 83 [963] R:OK -2015-03-11 00:14:45 queue INFO >>83 [964] -2015-03-11 00:14:45 sendUrl INFO 83 [964] R:OK -2015-03-11 00:15:11 queue INFO 87 [965] -2015-03-11 00:15:11 queue INFO >87 [966] -2015-03-11 00:15:11 sendUrl INFO 87 [965] R:OK -2015-03-11 00:15:12 sendUrl INFO 87 [966] R:OK -2015-03-11 00:15:12 queue INFO 83 [967] -2015-03-11 00:15:13 sendUrl INFO 83 [967] R:OK -2015-03-11 00:15:13 queue INFO >83 [968] -2015-03-11 00:15:13 sendUrl INFO 83 [968] R:OK -2015-03-11 00:16:03 queue INFO >>83 [969] -2015-03-11 00:16:03 sendUrl INFO 83 [969] R:OK -2015-03-11 00:16:53 queue INFO >>83 [970] -2015-03-11 00:16:53 sendUrl INFO 83 [970] R:OK -2015-03-11 00:17:43 queue INFO >>83 [971] -2015-03-11 00:17:43 sendUrl INFO 83 [971] R:OK -2015-03-11 00:18:33 queue INFO >>83 [972] -2015-03-11 00:18:33 sendUrl INFO 83 [972] R:OK -2015-03-11 00:19:23 queue INFO >>83 [973] -2015-03-11 00:19:24 sendUrl INFO 83 [973] R:OK -2015-03-11 00:20:13 queue INFO >>83 [974] -2015-03-11 00:20:14 sendUrl INFO 83 [974] R:OK -2015-03-11 00:21:03 queue INFO >>83 [975] -2015-03-11 00:21:04 sendUrl INFO 83 [975] R:OK -2015-03-11 00:21:54 queue INFO >>83 [976] -2015-03-11 00:21:54 sendUrl INFO 83 [976] R:OK -2015-03-11 00:22:19 queue INFO 87 [977] -2015-03-11 00:22:20 queue INFO >87 [978] -2015-03-11 00:22:20 sendUrl INFO 87 [977] R:OK -2015-03-11 00:22:20 sendUrl INFO 87 [978] R:OK -2015-03-11 00:22:21 queue INFO 83 [979] -2015-03-11 00:22:21 queue INFO >83 [980] -2015-03-11 00:22:21 sendUrl INFO 83 [979] R:OK -2015-03-11 00:22:22 sendUrl INFO 83 [980] R:OK -2015-03-11 00:23:11 queue INFO >>83 [981] -2015-03-11 00:23:12 sendUrl INFO 83 [981] R:OK -2015-03-11 00:24:01 queue INFO >>83 [982] -2015-03-11 00:24:02 sendUrl INFO 83 [982] R:OK -2015-03-11 00:24:51 queue INFO >>83 [983] -2015-03-11 00:24:52 sendUrl INFO 83 [983] R:OK -2015-03-11 00:25:42 queue INFO >>83 [984] -2015-03-11 00:25:42 sendUrl INFO 83 [984] R:OK -2015-03-11 00:26:32 queue INFO >>83 [985] -2015-03-11 00:26:32 sendUrl INFO 83 [985] R:OK -2015-03-11 00:27:22 queue INFO >>83 [986] -2015-03-11 00:27:23 sendUrl INFO 83 [986] R:OK -2015-03-11 00:28:12 queue INFO >>83 [987] -2015-03-11 00:28:12 sendUrl INFO 83 [987] R:OK -2015-03-11 00:29:02 queue INFO >>83 [988] -2015-03-11 00:29:03 sendUrl INFO 83 [988] R:OK -2015-03-11 00:29:28 queue INFO C7 [989] -2015-03-11 00:29:28 queue INFO >C7 [990] -2015-03-11 00:29:29 sendUrl INFO C7 [989] R:OK -2015-03-11 00:29:29 sendUrl INFO C7 [990] R:OK -2015-03-11 00:29:30 queue INFO C3 [991] -2015-03-11 00:29:30 queue INFO >C3 [992] -2015-03-11 00:29:30 sendUrl INFO C3 [991] R:OK -2015-03-11 00:29:31 sendUrl INFO C3 [992] R:OK -2015-03-11 00:30:20 queue INFO >>C3 [993] -2015-03-11 00:30:20 sendUrl INFO C3 [993] R:OK -2015-03-11 00:31:10 queue INFO >>C3 [994] -2015-03-11 00:31:11 sendUrl INFO C3 [994] R:OK -2015-03-11 00:32:00 queue INFO >>C3 [995] -2015-03-11 00:32:01 sendUrl INFO C3 [995] R:OK -2015-03-11 00:32:51 queue INFO >>C3 [996] -2015-03-11 00:32:51 sendUrl INFO C3 [996] R:OK -2015-03-11 00:33:41 queue INFO >>C3 [997] -2015-03-11 00:33:41 sendUrl INFO C3 [997] R:OK -2015-03-11 00:34:31 queue INFO >>C3 [998] -2015-03-11 00:34:31 sendUrl INFO C3 [998] R:OK -2015-03-11 00:35:21 queue INFO >>C3 [999] -2015-03-11 00:35:21 sendUrl INFO C3 [999] R:OK -2015-03-11 00:36:11 queue INFO >>C3 [0] -2015-03-11 00:36:12 sendUrl INFO C3 [0] R:OK -2015-03-11 00:36:35 queue INFO 83 [1] -2015-03-11 00:36:35 sendUrl INFO 83 [1] R:OK -2015-03-11 00:36:35 queue INFO >83 [2] -2015-03-11 00:36:35 sendUrl INFO 83 [2] R:OK -2015-03-11 00:36:37 queue INFO 87 [3] -2015-03-11 00:36:37 sendUrl INFO 87 [3] R:OK -2015-03-11 00:36:37 queue INFO >87 [4] -2015-03-11 00:36:38 sendUrl INFO 87 [4] R:OK -2015-03-11 00:36:39 queue INFO 83 [5] -2015-03-11 00:36:39 queue INFO >83 [6] -2015-03-11 00:36:39 sendUrl INFO 83 [5] R:OK -2015-03-11 00:36:40 sendUrl INFO 83 [6] R:OK -2015-03-11 00:37:29 queue INFO >>83 [7] -2015-03-11 00:37:29 sendUrl INFO 83 [7] R:OK -2015-03-11 00:38:19 queue INFO >>83 [8] -2015-03-11 00:38:19 sendUrl INFO 83 [8] R:OK -2015-03-11 00:39:09 queue INFO >>83 [9] -2015-03-11 00:39:09 sendUrl INFO 83 [9] R:OK -2015-03-11 00:39:59 queue INFO >>83 [10] -2015-03-11 00:40:00 sendUrl INFO 83 [10] R:OK -2015-03-11 00:40:49 queue INFO >>83 [11] -2015-03-11 00:40:50 sendUrl INFO 83 [11] R:OK -2015-03-11 00:41:40 queue INFO >>83 [12] -2015-03-11 00:41:40 sendUrl INFO 83 [12] R:OK -2015-03-11 00:42:30 queue INFO >>83 [13] -2015-03-11 00:42:30 sendUrl INFO 83 [13] R:OK -2015-03-11 00:43:20 queue INFO >>83 [14] -2015-03-11 00:43:20 sendUrl INFO 83 [14] R:OK -2015-03-11 00:43:47 queue INFO 87 [15] -2015-03-11 00:43:47 sendUrl INFO 87 [15] R:OK -2015-03-11 00:43:47 queue INFO >87 [16] -2015-03-11 00:43:47 sendUrl INFO 87 [16] R:OK -2015-03-11 00:43:48 queue INFO 83 [17] -2015-03-11 00:43:48 queue INFO >83 [18] -2015-03-11 00:43:49 sendUrl INFO 83 [17] R:OK -2015-03-11 00:43:49 sendUrl INFO 83 [18] R:OK -2015-03-11 00:44:38 queue INFO >>83 [19] -2015-03-11 00:44:38 sendUrl INFO 83 [19] R:OK -2015-03-11 00:45:28 queue INFO >>83 [20] -2015-03-11 00:45:29 sendUrl INFO 83 [20] R:OK -2015-03-11 00:46:19 queue INFO >>83 [21] -2015-03-11 00:46:19 sendUrl INFO 83 [21] R:OK -2015-03-11 00:47:09 queue INFO >>83 [22] -2015-03-11 00:47:09 sendUrl INFO 83 [22] R:OK -2015-03-11 00:47:59 queue INFO >>83 [23] -2015-03-11 00:47:59 sendUrl INFO 83 [23] R:OK -2015-03-11 00:48:49 queue INFO >>83 [24] -2015-03-11 00:48:49 sendUrl INFO 83 [24] R:OK -2015-03-11 00:49:39 queue INFO >>83 [25] -2015-03-11 00:49:40 sendUrl INFO 83 [25] R:OK -2015-03-11 00:50:29 queue INFO >>83 [26] -2015-03-11 00:50:30 sendUrl INFO 83 [26] R:OK -2015-03-11 00:50:55 queue INFO 87 [27] -2015-03-11 00:50:56 queue INFO >87 [28] -2015-03-11 00:50:56 sendUrl INFO 87 [27] R:OK -2015-03-11 00:50:57 sendUrl INFO 87 [28] R:OK -2015-03-11 00:50:57 queue INFO 83 [29] -2015-03-11 00:50:57 queue INFO >83 [30] -2015-03-11 00:50:58 sendUrl INFO 83 [29] R:OK -2015-03-11 00:50:58 sendUrl INFO 83 [30] R:OK -2015-03-11 00:51:47 queue INFO >>83 [31] -2015-03-11 00:51:47 sendUrl INFO 83 [31] R:OK -2015-03-11 00:52:37 queue INFO >>83 [32] -2015-03-11 00:52:38 sendUrl INFO 83 [32] R:OK -2015-03-11 00:53:28 queue INFO >>83 [33] -2015-03-11 00:53:28 sendUrl INFO 83 [33] R:OK -2015-03-11 00:54:18 queue INFO >>83 [34] -2015-03-11 00:54:18 sendUrl INFO 83 [34] R:OK -2015-03-11 00:55:08 queue INFO >>83 [35] -2015-03-11 00:55:08 sendUrl INFO 83 [35] R:OK -2015-03-11 00:55:58 queue INFO >>83 [36] -2015-03-11 00:55:58 sendUrl INFO 83 [36] R:OK -2015-03-11 00:56:48 queue INFO >>83 [37] -2015-03-11 00:56:48 sendUrl INFO 83 [37] R:OK -2015-03-11 00:57:38 queue INFO >>83 [38] -2015-03-11 00:57:39 sendUrl INFO 83 [38] R:OK -2015-03-11 00:58:04 queue INFO 87 [39] -2015-03-11 00:58:05 queue INFO >87 [40] -2015-03-11 00:58:05 sendUrl INFO 87 [39] R:OK -2015-03-11 00:58:05 sendUrl INFO 87 [40] R:OK -2015-03-11 00:58:06 queue INFO 83 [41] -2015-03-11 00:58:06 queue INFO >83 [42] -2015-03-11 00:58:06 sendUrl INFO 83 [41] R:OK -2015-03-11 00:58:07 sendUrl INFO 83 [42] R:OK -2015-03-11 00:58:56 queue INFO >>83 [43] -2015-03-11 00:58:56 sendUrl INFO 83 [43] R:OK -2015-03-11 00:59:46 queue INFO >>83 [44] -2015-03-11 00:59:47 sendUrl INFO 83 [44] R:OK -2015-03-11 01:00:36 queue INFO >>83 [45] -2015-03-11 01:00:37 sendUrl INFO 83 [45] R:OK -2015-03-11 01:01:27 queue INFO >>83 [46] -2015-03-11 01:01:27 sendUrl INFO 83 [46] R:OK -2015-03-11 01:02:17 queue INFO >>83 [47] -2015-03-11 01:02:17 sendUrl INFO 83 [47] R:OK -2015-03-11 01:03:07 queue INFO >>83 [48] -2015-03-11 01:03:07 sendUrl INFO 83 [48] R:OK -2015-03-11 01:03:57 queue INFO >>83 [49] -2015-03-11 01:03:57 sendUrl INFO 83 [49] R:OK -2015-03-11 01:04:47 queue INFO >>83 [50] -2015-03-11 01:04:48 sendUrl INFO 83 [50] R:OK -2015-03-11 01:05:13 queue INFO 87 [51] -2015-03-11 01:05:13 sendUrl INFO 87 [51] R:OK -2015-03-11 01:05:13 queue INFO >87 [52] -2015-03-11 01:05:14 sendUrl INFO 87 [52] R:OK -2015-03-11 01:05:15 queue INFO 83 [53] -2015-03-11 01:05:15 queue INFO >83 [54] -2015-03-11 01:05:15 sendUrl INFO 83 [53] R:OK -2015-03-11 01:05:16 sendUrl INFO 83 [54] R:OK -2015-03-11 01:06:05 queue INFO >>83 [55] -2015-03-11 01:06:05 sendUrl INFO 83 [55] R:OK -2015-03-11 01:06:55 queue INFO >>83 [56] -2015-03-11 01:06:56 sendUrl INFO 83 [56] R:OK -2015-03-11 01:07:45 queue INFO >>83 [57] -2015-03-11 01:07:45 sendUrl INFO 83 [57] R:OK -2015-03-11 01:08:35 queue INFO >>83 [58] -2015-03-11 01:08:36 sendUrl INFO 83 [58] R:OK -2015-03-11 01:09:25 queue INFO >>83 [59] -2015-03-11 01:09:26 sendUrl INFO 83 [59] R:OK -2015-03-11 01:10:16 queue INFO >>83 [60] -2015-03-11 01:10:16 sendUrl INFO 83 [60] R:OK -2015-03-11 01:11:06 queue INFO >>83 [61] -2015-03-11 01:11:06 sendUrl INFO 83 [61] R:OK -2015-03-11 01:11:56 queue INFO >>83 [62] -2015-03-11 01:11:56 sendUrl INFO 83 [62] R:OK -2015-03-11 01:12:22 queue INFO C7 [63] -2015-03-11 01:12:22 queue INFO >C7 [64] -2015-03-11 01:12:22 sendUrl INFO C7 [63] R:OK -2015-03-11 01:12:23 sendUrl INFO C7 [64] R:OK -2015-03-11 01:12:24 queue INFO C3 [65] -2015-03-11 01:12:24 sendUrl INFO C3 [65] R:OK -2015-03-11 01:12:24 queue INFO >C3 [66] -2015-03-11 01:12:24 sendUrl INFO C3 [66] R:OK -2015-03-11 01:13:14 queue INFO >>C3 [67] -2015-03-11 01:13:14 sendUrl INFO C3 [67] R:OK -2015-03-11 01:14:04 queue INFO >>C3 [68] -2015-03-11 01:14:04 sendUrl INFO C3 [68] R:OK -2015-03-11 01:14:54 queue INFO >>C3 [69] -2015-03-11 01:14:54 sendUrl INFO C3 [69] R:OK -2015-03-11 01:15:44 queue INFO >>C3 [70] -2015-03-11 01:15:45 sendUrl INFO C3 [70] R:OK -2015-03-11 01:16:34 queue INFO >>C3 [71] -2015-03-11 01:16:35 sendUrl INFO C3 [71] R:OK -2015-03-11 01:17:25 queue INFO >>C3 [72] -2015-03-11 01:17:25 sendUrl INFO C3 [72] R:OK -2015-03-11 01:18:15 queue INFO >>C3 [73] -2015-03-11 01:18:15 sendUrl INFO C3 [73] R:OK -2015-03-11 01:19:05 queue INFO >>C3 [74] -2015-03-11 01:19:05 sendUrl INFO C3 [74] R:OK -2015-03-11 01:19:28 queue INFO 83 [75] -2015-03-11 01:19:28 queue INFO >83 [76] -2015-03-11 01:19:29 sendUrl INFO 83 [75] R:OK -2015-03-11 01:19:29 sendUrl INFO 83 [76] R:OK -2015-03-11 01:19:31 queue INFO 87 [77] -2015-03-11 01:19:31 queue INFO >87 [78] -2015-03-11 01:19:31 sendUrl INFO 87 [77] R:OK -2015-03-11 01:19:32 sendUrl INFO 87 [78] R:OK -2015-03-11 01:19:32 queue INFO 85 [79] -2015-03-11 01:19:32 queue INFO 81 [80] -2015-03-11 01:19:33 queue INFO >81 [81] -2015-03-11 01:19:33 sendUrl INFO 85 [79] R:OK -2015-03-11 01:19:33 sendUrl INFO 81 [80] R:OK -2015-03-11 01:19:34 sendUrl INFO 81 [81] R:OK -2015-03-11 01:19:42 queue INFO 83 [82] -2015-03-11 01:19:42 queue INFO >83 [83] -2015-03-11 01:19:42 sendUrl INFO 83 [82] R:OK -2015-03-11 01:19:43 sendUrl INFO 83 [83] R:OK -2015-03-11 01:20:32 queue INFO >>83 [84] -2015-03-11 01:20:33 sendUrl INFO 83 [84] R:OK -2015-03-11 01:21:22 queue INFO >>83 [85] -2015-03-11 01:21:22 sendUrl INFO 83 [85] R:OK -2015-03-11 01:22:12 queue INFO >>83 [86] -2015-03-11 01:22:13 sendUrl INFO 83 [86] R:OK -2015-03-11 01:23:02 queue INFO >>83 [87] -2015-03-11 01:23:03 sendUrl INFO 83 [87] R:OK -2015-03-11 01:23:53 queue INFO >>83 [88] -2015-03-11 01:23:53 sendUrl INFO 83 [88] R:OK -2015-03-11 01:24:43 queue INFO >>83 [89] -2015-03-11 01:24:43 sendUrl INFO 83 [89] R:OK -2015-03-11 01:25:33 queue INFO >>83 [90] -2015-03-11 01:25:33 sendUrl INFO 83 [90] R:OK -2015-03-11 01:26:23 queue INFO >>83 [91] -2015-03-11 01:26:23 sendUrl INFO 83 [91] R:OK -2015-03-11 01:26:40 queue INFO 87 [92] -2015-03-11 01:26:40 queue INFO >87 [93] -2015-03-11 01:26:41 sendUrl INFO 87 [92] R:OK -2015-03-11 01:26:41 sendUrl INFO 87 [93] R:OK -2015-03-11 01:26:42 queue INFO 83 [94] -2015-03-11 01:26:42 queue INFO >83 [95] -2015-03-11 01:26:42 sendUrl INFO 83 [94] R:OK -2015-03-11 01:26:43 sendUrl INFO 83 [95] R:OK -2015-03-11 01:27:32 queue INFO >>83 [96] -2015-03-11 01:27:32 sendUrl INFO 83 [96] R:OK -2015-03-11 01:28:22 queue INFO >>83 [97] -2015-03-11 01:28:22 sendUrl INFO 83 [97] R:OK -2015-03-11 01:29:12 queue INFO >>83 [98] -2015-03-11 01:29:13 sendUrl INFO 83 [98] R:OK -2015-03-11 01:30:02 queue INFO >>83 [99] -2015-03-11 01:30:02 sendUrl INFO 83 [99] R:OK -2015-03-11 01:30:52 queue INFO >>83 [100] -2015-03-11 01:30:53 sendUrl INFO 83 [100] R:OK -2015-03-11 01:31:43 queue INFO >>83 [101] -2015-03-11 01:31:43 sendUrl INFO 83 [101] R:OK -2015-03-11 01:32:33 queue INFO >>83 [102] -2015-03-11 01:32:33 sendUrl INFO 83 [102] R:OK -2015-03-11 01:33:23 queue INFO >>83 [103] -2015-03-11 01:33:23 sendUrl INFO 83 [103] R:OK -2015-03-11 01:33:49 queue INFO 87 [104] -2015-03-11 01:33:49 queue INFO >87 [105] -2015-03-11 01:33:49 sendUrl INFO 87 [104] R:OK -2015-03-11 01:33:50 sendUrl INFO 87 [105] R:OK -2015-03-11 01:33:51 queue INFO 83 [106] -2015-03-11 01:33:51 queue INFO >83 [107] -2015-03-11 01:33:51 sendUrl INFO 83 [106] R:OK -2015-03-11 01:33:51 sendUrl INFO 83 [107] R:OK -2015-03-11 01:34:41 queue INFO >>83 [108] -2015-03-11 01:34:41 sendUrl INFO 83 [108] R:OK -2015-03-11 01:35:31 queue INFO >>83 [109] -2015-03-11 01:35:32 sendUrl INFO 83 [109] R:OK -2015-03-11 01:36:21 queue INFO >>83 [110] -2015-03-11 01:36:21 sendUrl INFO 83 [110] R:OK -2015-03-11 01:37:11 queue INFO >>83 [111] -2015-03-11 01:37:12 sendUrl INFO 83 [111] R:OK -2015-03-11 01:38:02 queue INFO >>83 [112] -2015-03-11 01:38:02 sendUrl INFO 83 [112] R:OK -2015-03-11 01:38:52 queue INFO >>83 [113] -2015-03-11 01:38:52 sendUrl INFO 83 [113] R:OK -2015-03-11 01:39:42 queue INFO >>83 [114] -2015-03-11 01:39:42 sendUrl INFO 83 [114] R:OK -2015-03-11 01:40:32 queue INFO >>83 [115] -2015-03-11 01:40:32 sendUrl INFO 83 [115] R:OK -2015-03-11 01:40:58 queue INFO 87 [116] -2015-03-11 01:40:58 queue INFO >87 [117] -2015-03-11 01:40:58 sendUrl INFO 87 [116] R:OK -2015-03-11 01:40:59 sendUrl INFO 87 [117] R:OK -2015-03-11 01:41:00 queue INFO 83 [118] -2015-03-11 01:41:00 sendUrl INFO 83 [118] R:OK -2015-03-11 01:41:00 queue INFO >83 [119] -2015-03-11 01:41:00 sendUrl INFO 83 [119] R:OK -2015-03-11 01:41:50 queue INFO >>83 [120] -2015-03-11 01:41:50 sendUrl INFO 83 [120] R:OK -2015-03-11 01:42:40 queue INFO >>83 [121] -2015-03-11 01:42:41 sendUrl INFO 83 [121] R:OK -2015-03-11 01:43:19 queue INFO 81 [122] -2015-03-11 01:43:19 queue INFO >81 [123] -2015-03-11 01:43:19 sendUrl INFO 81 [122] R:OK -2015-03-11 01:43:20 sendUrl INFO 81 [123] R:OK -2015-03-11 01:43:33 queue INFO 99 [124] -2015-03-11 01:43:33 queue INFO >99 [125] -2015-03-11 01:43:33 sendUrl INFO 99 [124] R:OK -2015-03-11 01:43:34 sendUrl INFO 99 [125] R:OK -2015-03-11 01:44:23 queue INFO >>99 [126] -2015-03-11 01:44:24 sendUrl INFO 99 [126] R:OK -2015-03-11 01:45:13 queue INFO >>99 [127] -2015-03-11 01:45:14 sendUrl INFO 99 [127] R:OK -2015-03-11 01:46:04 queue INFO >>99 [128] -2015-03-11 01:46:04 sendUrl INFO 99 [128] R:OK -2015-03-11 01:46:54 queue INFO >>99 [129] -2015-03-11 01:46:54 sendUrl INFO 99 [129] R:OK -2015-03-11 01:47:16 queue INFO 89 [130] -2015-03-11 01:47:16 sendUrl INFO 89 [130] R:OK -2015-03-11 01:47:17 queue INFO >89 [131] -2015-03-11 01:47:17 sendUrl INFO 89 [131] R:OK -2015-03-11 01:47:19 queue INFO 81 [132] -2015-03-11 01:47:19 sendUrl INFO 81 [132] R:OK -2015-03-11 01:47:20 queue INFO >81 [133] -2015-03-11 01:47:20 sendUrl INFO 81 [133] R:OK -2015-03-11 01:47:23 queue INFO 83 [134] -2015-03-11 01:47:23 queue INFO >83 [135] -2015-03-11 01:47:23 sendUrl INFO 83 [134] R:OK -2015-03-11 01:47:23 sendUrl INFO 83 [135] R:OK -2015-03-11 01:48:13 queue INFO >>83 [136] -2015-03-11 01:48:13 sendUrl INFO 83 [136] R:OK -2015-03-11 01:49:03 queue INFO >>83 [137] -2015-03-11 01:49:03 sendUrl INFO 83 [137] R:OK -2015-03-11 01:49:53 queue INFO >>83 [138] -2015-03-11 01:49:53 sendUrl INFO 83 [138] R:OK -2015-03-11 01:50:43 queue INFO >>83 [139] -2015-03-11 01:50:44 sendUrl INFO 83 [139] R:OK -2015-03-11 01:51:33 queue INFO >>83 [140] -2015-03-11 01:51:34 sendUrl INFO 83 [140] R:OK -2015-03-11 01:52:18 queue INFO 87 [141] -2015-03-11 01:52:18 queue INFO >87 [142] -2015-03-11 01:52:18 sendUrl INFO 87 [141] R:OK -2015-03-11 01:52:19 sendUrl INFO 87 [142] R:OK -2015-03-11 01:52:20 queue INFO 83 [143] -2015-03-11 01:52:20 queue INFO >83 [144] -2015-03-11 01:52:20 sendUrl INFO 83 [143] R:OK -2015-03-11 01:52:20 sendUrl INFO 83 [144] R:OK -2015-03-11 01:53:10 queue INFO >>83 [145] -2015-03-11 01:53:10 sendUrl INFO 83 [145] R:OK -2015-03-11 01:54:00 queue INFO >>83 [146] -2015-03-11 01:54:00 sendUrl INFO 83 [146] R:OK -2015-03-11 01:54:50 queue INFO >>83 [147] -2015-03-11 01:54:51 sendUrl INFO 83 [147] R:OK -2015-03-11 01:55:40 queue INFO >>83 [148] -2015-03-11 01:55:40 sendUrl INFO 83 [148] R:OK -2015-03-11 01:56:30 queue INFO >>83 [149] -2015-03-11 01:56:31 sendUrl INFO 83 [149] R:OK -2015-03-11 01:57:21 queue INFO >>83 [150] -2015-03-11 01:57:21 sendUrl INFO 83 [150] R:OK -2015-03-11 01:58:11 queue INFO >>83 [151] -2015-03-11 01:58:11 sendUrl INFO 83 [151] R:OK -2015-03-11 01:59:01 queue INFO >>83 [152] -2015-03-11 01:59:01 sendUrl INFO 83 [152] R:OK -2015-03-11 01:59:27 queue INFO C7 [153] -2015-03-11 01:59:27 queue INFO >C7 [154] -2015-03-11 01:59:27 sendUrl INFO C7 [153] R:OK -2015-03-11 01:59:28 sendUrl INFO C7 [154] R:OK -2015-03-11 01:59:28 queue INFO C3 [155] -2015-03-11 01:59:29 queue INFO >C3 [156] -2015-03-11 01:59:29 sendUrl INFO C3 [155] R:OK -2015-03-11 01:59:29 sendUrl INFO C3 [156] R:OK -2015-03-11 02:00:19 queue INFO >>C3 [157] -2015-03-11 02:00:19 sendUrl INFO C3 [157] R:OK -2015-03-11 02:01:09 queue INFO >>C3 [158] -2015-03-11 02:01:09 sendUrl INFO C3 [158] R:OK -2015-03-11 02:01:59 queue INFO >>C3 [159] -2015-03-11 02:01:59 sendUrl INFO C3 [159] R:OK -2015-03-11 02:02:49 queue INFO >>C3 [160] -2015-03-11 02:02:49 sendUrl INFO C3 [160] R:OK -2015-03-11 02:03:39 queue INFO >>C3 [161] -2015-03-11 02:03:40 sendUrl INFO C3 [161] R:OK -2015-03-11 02:04:29 queue INFO >>C3 [162] -2015-03-11 02:04:29 sendUrl INFO C3 [162] R:OK -2015-03-11 02:05:19 queue INFO >>C3 [163] -2015-03-11 02:05:20 sendUrl INFO C3 [163] R:OK -2015-03-11 02:06:10 queue INFO >>C3 [164] -2015-03-11 02:06:10 sendUrl INFO C3 [164] R:OK -2015-03-11 02:06:33 queue INFO 83 [165] -2015-03-11 02:06:33 queue INFO >83 [166] -2015-03-11 02:06:33 sendUrl INFO 83 [165] R:OK -2015-03-11 02:06:34 sendUrl INFO 83 [166] R:OK -2015-03-11 02:06:35 queue INFO 87 [167] -2015-03-11 02:06:36 queue INFO >87 [168] -2015-03-11 02:06:36 sendUrl INFO 87 [167] R:OK -2015-03-11 02:06:36 sendUrl INFO 87 [168] R:OK -2015-03-11 02:06:37 queue INFO 83 [169] -2015-03-11 02:06:37 queue INFO >83 [170] -2015-03-11 02:06:37 sendUrl INFO 83 [169] R:OK -2015-03-11 02:06:38 sendUrl INFO 83 [170] R:OK -2015-03-11 02:07:27 queue INFO >>83 [171] -2015-03-11 02:07:28 sendUrl INFO 83 [171] R:OK -2015-03-11 02:08:17 queue INFO >>83 [172] -2015-03-11 02:08:17 sendUrl INFO 83 [172] R:OK -2015-03-11 02:09:07 queue INFO >>83 [173] -2015-03-11 02:09:08 sendUrl INFO 83 [173] R:OK -2015-03-11 02:09:58 queue INFO >>83 [174] -2015-03-11 02:09:58 sendUrl INFO 83 [174] R:OK -2015-03-11 02:10:48 queue INFO >>83 [175] -2015-03-11 02:10:48 sendUrl INFO 83 [175] R:OK -2015-03-11 02:11:38 queue INFO >>83 [176] -2015-03-11 02:11:38 sendUrl INFO 83 [176] R:OK -2015-03-11 02:12:28 queue INFO >>83 [177] -2015-03-11 02:12:28 sendUrl INFO 83 [177] R:OK -2015-03-11 02:13:18 queue INFO >>83 [178] -2015-03-11 02:13:18 sendUrl INFO 83 [178] R:OK -2015-03-11 02:13:45 queue INFO 87 [179] -2015-03-11 02:13:45 queue INFO >87 [180] -2015-03-11 02:13:45 sendUrl INFO 87 [179] R:OK -2015-03-11 02:13:46 sendUrl INFO 87 [180] R:OK -2015-03-11 02:13:47 queue INFO 83 [181] -2015-03-11 02:13:47 sendUrl INFO 83 [181] R:OK -2015-03-11 02:13:47 queue INFO >83 [182] -2015-03-11 02:13:47 sendUrl INFO 83 [182] R:OK -2015-03-11 02:14:37 queue INFO >>83 [183] -2015-03-11 02:14:37 sendUrl INFO 83 [183] R:OK -2015-03-11 02:15:27 queue INFO >>83 [184] -2015-03-11 02:15:27 sendUrl INFO 83 [184] R:OK -2015-03-11 02:16:17 queue INFO >>83 [185] -2015-03-11 02:16:17 sendUrl INFO 83 [185] R:OK -2015-03-11 02:17:07 queue INFO >>83 [186] -2015-03-11 02:17:08 sendUrl INFO 83 [186] R:OK -2015-03-11 02:17:57 queue INFO >>83 [187] -2015-03-11 02:17:58 sendUrl INFO 83 [187] R:OK -2015-03-11 02:18:48 queue INFO >>83 [188] -2015-03-11 02:18:48 sendUrl INFO 83 [188] R:OK -2015-03-11 02:19:38 queue INFO >>83 [189] -2015-03-11 02:19:38 sendUrl INFO 83 [189] R:OK -2015-03-11 02:20:28 queue INFO >>83 [190] -2015-03-11 02:20:28 sendUrl INFO 83 [190] R:OK -2015-03-11 02:20:54 queue INFO 87 [191] -2015-03-11 02:20:54 queue INFO >87 [192] -2015-03-11 02:20:54 sendUrl INFO 87 [191] R:OK -2015-03-11 02:20:55 sendUrl INFO 87 [192] R:OK -2015-03-11 02:20:56 queue INFO 83 [193] -2015-03-11 02:20:56 queue INFO >83 [194] -2015-03-11 02:20:56 sendUrl INFO 83 [193] R:OK -2015-03-11 02:20:57 sendUrl INFO 83 [194] R:OK -2015-03-11 02:21:46 queue INFO >>83 [195] -2015-03-11 02:21:46 sendUrl INFO 83 [195] R:OK -2015-03-11 02:22:36 queue INFO >>83 [196] -2015-03-11 02:22:36 sendUrl INFO 83 [196] R:OK -2015-03-11 02:23:26 queue INFO >>83 [197] -2015-03-11 02:23:26 sendUrl INFO 83 [197] R:OK -2015-03-11 02:24:16 queue INFO >>83 [198] -2015-03-11 02:24:16 sendUrl INFO 83 [198] R:OK -2015-03-11 02:25:06 queue INFO >>83 [199] -2015-03-11 02:25:07 sendUrl INFO 83 [199] R:OK -2015-03-11 02:25:56 queue INFO >>83 [200] -2015-03-11 02:25:57 sendUrl INFO 83 [200] R:OK -2015-03-11 02:26:47 queue INFO >>83 [201] -2015-03-11 02:26:47 sendUrl INFO 83 [201] R:OK -2015-03-11 02:27:37 queue INFO >>83 [202] -2015-03-11 02:27:37 sendUrl INFO 83 [202] R:OK -2015-03-11 02:28:03 queue INFO 87 [203] -2015-03-11 02:28:03 sendUrl INFO 87 [203] R:OK -2015-03-11 02:28:03 queue INFO >87 [204] -2015-03-11 02:28:03 sendUrl INFO 87 [204] R:OK -2015-03-11 02:28:04 queue INFO 83 [205] -2015-03-11 02:28:05 queue INFO >83 [206] -2015-03-11 02:28:05 sendUrl INFO 83 [205] R:OK -2015-03-11 02:28:05 sendUrl INFO 83 [206] R:OK -2015-03-11 02:28:55 queue INFO >>83 [207] -2015-03-11 02:28:55 sendUrl INFO 83 [207] R:OK -2015-03-11 02:29:45 queue INFO >>83 [208] -2015-03-11 02:29:45 sendUrl INFO 83 [208] R:OK -2015-03-11 02:30:35 queue INFO >>83 [209] -2015-03-11 02:30:35 sendUrl INFO 83 [209] R:OK -2015-03-11 02:31:25 queue INFO >>83 [210] -2015-03-11 02:31:25 sendUrl INFO 83 [210] R:OK -2015-03-11 02:32:15 queue INFO >>83 [211] -2015-03-11 02:32:16 sendUrl INFO 83 [211] R:OK -2015-03-11 02:33:05 queue INFO >>83 [212] -2015-03-11 02:33:06 sendUrl INFO 83 [212] R:OK -2015-03-11 02:33:56 queue INFO >>83 [213] -2015-03-11 02:33:56 sendUrl INFO 83 [213] R:OK -2015-03-11 02:34:46 queue INFO >>83 [214] -2015-03-11 02:34:46 sendUrl INFO 83 [214] R:OK -2015-03-11 02:35:12 queue INFO 87 [215] -2015-03-11 02:35:12 queue INFO >87 [216] -2015-03-11 02:35:12 sendUrl INFO 87 [215] R:OK -2015-03-11 02:35:12 sendUrl INFO 87 [216] R:OK -2015-03-11 02:35:13 queue INFO 83 [217] -2015-03-11 02:35:14 queue INFO >83 [218] -2015-03-11 02:35:14 sendUrl INFO 83 [217] R:OK -2015-03-11 02:35:14 sendUrl INFO 83 [218] R:OK -2015-03-11 02:36:04 queue INFO >>83 [219] -2015-03-11 02:36:04 sendUrl INFO 83 [219] R:OK -2015-03-11 02:36:54 queue INFO >>83 [220] -2015-03-11 02:36:54 sendUrl INFO 83 [220] R:OK -2015-03-11 02:37:44 queue INFO >>83 [221] -2015-03-11 02:37:44 sendUrl INFO 83 [221] R:OK -2015-03-11 02:38:34 queue INFO >>83 [222] -2015-03-11 02:38:34 sendUrl INFO 83 [222] R:OK -2015-03-11 02:39:24 queue INFO >>83 [223] -2015-03-11 02:39:25 sendUrl INFO 83 [223] R:OK -2015-03-11 02:40:14 queue INFO >>83 [224] -2015-03-11 02:40:14 sendUrl INFO 83 [224] R:OK -2015-03-11 02:41:04 queue INFO >>83 [225] -2015-03-11 02:41:05 sendUrl INFO 83 [225] R:OK -2015-03-11 02:41:55 queue INFO >>83 [226] -2015-03-11 02:41:55 sendUrl INFO 83 [226] R:OK -2015-03-11 02:42:20 queue INFO C7 [227] -2015-03-11 02:42:21 queue INFO >C7 [228] -2015-03-11 02:42:21 sendUrl INFO C7 [227] R:OK -2015-03-11 02:42:21 sendUrl INFO C7 [228] R:OK -2015-03-11 02:42:22 queue INFO C3 [229] -2015-03-11 02:42:22 queue INFO >C3 [230] -2015-03-11 02:42:22 sendUrl INFO C3 [229] R:OK -2015-03-11 02:42:23 sendUrl INFO C3 [230] R:OK -2015-03-11 02:43:12 queue INFO >>C3 [231] -2015-03-11 02:43:13 sendUrl INFO C3 [231] R:OK -2015-03-11 02:44:02 queue INFO >>C3 [232] -2015-03-11 02:44:03 sendUrl INFO C3 [232] R:OK -2015-03-11 02:44:52 queue INFO >>C3 [233] -2015-03-11 02:44:53 sendUrl INFO C3 [233] R:OK -2015-03-11 02:45:42 queue INFO >>C3 [234] -2015-03-11 02:45:43 sendUrl INFO C3 [234] R:OK -2015-03-11 02:46:33 queue INFO >>C3 [235] -2015-03-11 02:46:33 sendUrl INFO C3 [235] R:OK -2015-03-11 02:47:23 queue INFO >>C3 [236] -2015-03-11 02:47:23 sendUrl INFO C3 [236] R:OK -2015-03-11 02:48:13 queue INFO >>C3 [237] -2015-03-11 02:48:13 sendUrl INFO C3 [237] R:OK -2015-03-11 02:49:03 queue INFO >>C3 [238] -2015-03-11 02:49:04 sendUrl INFO C3 [238] R:OK -2015-03-11 02:49:27 queue INFO 83 [239] -2015-03-11 02:49:27 sendUrl INFO 83 [239] R:OK -2015-03-11 02:49:27 queue INFO >83 [240] -2015-03-11 02:49:27 sendUrl INFO 83 [240] R:OK -2015-03-11 02:49:29 queue INFO 87 [241] -2015-03-11 02:49:29 queue INFO >87 [242] -2015-03-11 02:49:30 sendUrl INFO 87 [241] R:OK -2015-03-11 02:49:30 sendUrl INFO 87 [242] R:OK -2015-03-11 02:49:31 queue INFO 83 [243] -2015-03-11 02:49:31 queue INFO >83 [244] -2015-03-11 02:49:31 sendUrl INFO 83 [243] R:OK -2015-03-11 02:49:32 sendUrl INFO 83 [244] R:OK -2015-03-11 02:50:21 queue INFO >>83 [245] -2015-03-11 02:50:21 sendUrl INFO 83 [245] R:OK -2015-03-11 02:51:11 queue INFO >>83 [246] -2015-03-11 02:51:11 sendUrl INFO 83 [246] R:OK -2015-03-11 02:52:01 queue INFO >>83 [247] -2015-03-11 02:52:02 sendUrl INFO 83 [247] R:OK -2015-03-11 02:52:51 queue INFO >>83 [248] -2015-03-11 02:52:52 sendUrl INFO 83 [248] R:OK -2015-03-11 02:53:42 queue INFO >>83 [249] -2015-03-11 02:53:42 sendUrl INFO 83 [249] R:OK -2015-03-11 02:54:32 queue INFO >>83 [250] -2015-03-11 02:54:32 sendUrl INFO 83 [250] R:OK -2015-03-11 02:55:22 queue INFO >>83 [251] -2015-03-11 02:55:22 sendUrl INFO 83 [251] R:OK -2015-03-11 02:56:12 queue INFO >>83 [252] -2015-03-11 02:56:12 sendUrl INFO 83 [252] R:OK -2015-03-11 02:56:39 queue INFO 87 [253] -2015-03-11 02:56:39 queue INFO >87 [254] -2015-03-11 02:56:39 sendUrl INFO 87 [253] R:OK -2015-03-11 02:56:40 sendUrl INFO 87 [254] R:OK -2015-03-11 02:56:40 queue INFO 83 [255] -2015-03-11 02:56:40 queue INFO >83 [256] -2015-03-11 02:56:41 sendUrl INFO 83 [255] R:OK -2015-03-11 02:56:41 sendUrl INFO 83 [256] R:OK -2015-03-11 02:57:30 queue INFO >>83 [257] -2015-03-11 02:57:31 sendUrl INFO 83 [257] R:OK -2015-03-11 02:58:21 queue INFO >>83 [258] -2015-03-11 02:58:21 sendUrl INFO 83 [258] R:OK -2015-03-11 02:59:11 queue INFO >>83 [259] -2015-03-11 02:59:11 sendUrl INFO 83 [259] R:OK -2015-03-11 03:00:01 queue INFO >>83 [260] -2015-03-11 03:00:01 sendUrl INFO 83 [260] R:OK -2015-03-11 03:00:51 queue INFO >>83 [261] -2015-03-11 03:00:51 sendUrl INFO 83 [261] R:OK -2015-03-11 03:01:41 queue INFO >>83 [262] -2015-03-11 03:01:41 sendUrl INFO 83 [262] R:OK -2015-03-11 03:02:31 queue INFO >>83 [263] -2015-03-11 03:02:32 sendUrl INFO 83 [263] R:OK -2015-03-11 03:03:21 queue INFO >>83 [264] -2015-03-11 03:03:22 sendUrl INFO 83 [264] R:OK -2015-03-11 03:03:48 queue INFO 87 [265] -2015-03-11 03:03:48 queue INFO >87 [266] -2015-03-11 03:03:48 sendUrl INFO 87 [265] R:OK -2015-03-11 03:03:49 sendUrl INFO 87 [266] R:OK -2015-03-11 03:03:49 queue INFO 83 [267] -2015-03-11 03:03:49 queue INFO >83 [268] -2015-03-11 03:03:50 sendUrl INFO 83 [267] R:OK -2015-03-11 03:03:50 sendUrl INFO 83 [268] R:OK -2015-03-11 03:04:39 queue INFO >>83 [269] -2015-03-11 03:04:40 sendUrl INFO 83 [269] R:OK -2015-03-11 03:05:30 queue INFO >>83 [270] -2015-03-11 03:05:30 sendUrl INFO 83 [270] R:OK -2015-03-11 03:06:20 queue INFO >>83 [271] -2015-03-11 03:06:20 sendUrl INFO 83 [271] R:OK -2015-03-11 03:07:10 queue INFO >>83 [272] -2015-03-11 03:07:10 sendUrl INFO 83 [272] R:OK -2015-03-11 03:08:00 queue INFO >>83 [273] -2015-03-11 03:08:00 sendUrl INFO 83 [273] R:OK -2015-03-11 03:08:50 queue INFO >>83 [274] -2015-03-11 03:08:51 sendUrl INFO 83 [274] R:OK -2015-03-11 03:09:40 queue INFO >>83 [275] -2015-03-11 03:09:40 sendUrl INFO 83 [275] R:OK -2015-03-11 03:10:30 queue INFO >>83 [276] -2015-03-11 03:10:31 sendUrl INFO 83 [276] R:OK -2015-03-11 03:10:57 queue INFO 87 [277] -2015-03-11 03:10:57 queue INFO >87 [278] -2015-03-11 03:10:57 sendUrl INFO 87 [277] R:OK -2015-03-11 03:10:57 sendUrl INFO 87 [278] R:OK -2015-03-11 03:10:58 queue INFO 83 [279] -2015-03-11 03:10:58 queue INFO >83 [280] -2015-03-11 03:10:58 sendUrl INFO 83 [279] R:OK -2015-03-11 03:10:59 sendUrl INFO 83 [280] R:OK -2015-03-11 03:11:48 queue INFO >>83 [281] -2015-03-11 03:11:49 sendUrl INFO 83 [281] R:OK -2015-03-11 03:12:38 queue INFO >>83 [282] -2015-03-11 03:12:39 sendUrl INFO 83 [282] R:OK -2015-03-11 03:13:29 queue INFO >>83 [283] -2015-03-11 03:13:29 sendUrl INFO 83 [283] R:OK -2015-03-11 03:14:19 queue INFO >>83 [284] -2015-03-11 03:14:19 sendUrl INFO 83 [284] R:OK -2015-03-11 03:15:09 queue INFO >>83 [285] -2015-03-11 03:15:09 sendUrl INFO 83 [285] R:OK -2015-03-11 03:15:59 queue INFO >>83 [286] -2015-03-11 03:15:59 sendUrl INFO 83 [286] R:OK -2015-03-11 03:16:49 queue INFO >>83 [287] -2015-03-11 03:16:50 sendUrl INFO 83 [287] R:OK -2015-03-11 03:17:39 queue INFO >>83 [288] -2015-03-11 03:17:40 sendUrl INFO 83 [288] R:OK -2015-03-11 03:18:05 queue INFO 87 [289] -2015-03-11 03:18:05 queue INFO >87 [290] -2015-03-11 03:18:06 sendUrl INFO 87 [289] R:OK -2015-03-11 03:18:06 sendUrl INFO 87 [290] R:OK -2015-03-11 03:18:07 queue INFO 83 [291] -2015-03-11 03:18:07 queue INFO >83 [292] -2015-03-11 03:18:07 sendUrl INFO 83 [291] R:OK -2015-03-11 03:18:08 sendUrl INFO 83 [292] R:OK -2015-03-11 03:18:57 queue INFO >>83 [293] -2015-03-11 03:18:57 sendUrl INFO 83 [293] R:OK -2015-03-11 03:19:47 queue INFO >>83 [294] -2015-03-11 03:19:48 sendUrl INFO 83 [294] R:OK -2015-03-11 03:20:37 queue INFO >>83 [295] -2015-03-11 03:20:38 sendUrl INFO 83 [295] R:OK -2015-03-11 03:21:28 queue INFO >>83 [296] -2015-03-11 03:21:28 sendUrl INFO 83 [296] R:OK -2015-03-11 03:22:18 queue INFO >>83 [297] -2015-03-11 03:22:18 sendUrl INFO 83 [297] R:OK -2015-03-11 03:23:08 queue INFO >>83 [298] -2015-03-11 03:23:08 sendUrl INFO 83 [298] R:OK -2015-03-11 03:23:58 queue INFO >>83 [299] -2015-03-11 03:23:58 sendUrl INFO 83 [299] R:OK -2015-03-11 03:24:48 queue INFO >>83 [300] -2015-03-11 03:24:49 sendUrl INFO 83 [300] R:OK -2015-03-11 03:25:14 queue INFO C7 [301] -2015-03-11 03:25:14 queue INFO >C7 [302] -2015-03-11 03:25:14 sendUrl INFO C7 [301] R:OK -2015-03-11 03:25:15 sendUrl INFO C7 [302] R:OK -2015-03-11 03:25:16 queue INFO C3 [303] -2015-03-11 03:25:16 sendUrl INFO C3 [303] R:OK -2015-03-11 03:25:16 queue INFO >C3 [304] -2015-03-11 03:25:16 sendUrl INFO C3 [304] R:OK -2015-03-11 03:26:06 queue INFO >>C3 [305] -2015-03-11 03:26:06 sendUrl INFO C3 [305] R:OK -2015-03-11 03:26:56 queue INFO >>C3 [306] -2015-03-11 03:26:56 sendUrl INFO C3 [306] R:OK -2015-03-11 03:27:46 queue INFO >>C3 [307] -2015-03-11 03:27:46 sendUrl INFO C3 [307] R:OK -2015-03-11 03:28:36 queue INFO >>C3 [308] -2015-03-11 03:28:37 sendUrl INFO C3 [308] R:OK -2015-03-11 03:29:26 queue INFO >>C3 [309] -2015-03-11 03:29:27 sendUrl INFO C3 [309] R:OK -2015-03-11 03:30:17 queue INFO >>C3 [310] -2015-03-11 03:30:17 sendUrl INFO C3 [310] R:OK -2015-03-11 03:31:07 queue INFO >>C3 [311] -2015-03-11 03:31:07 sendUrl INFO C3 [311] R:OK -2015-03-11 03:31:57 queue INFO >>C3 [312] -2015-03-11 03:31:57 sendUrl INFO C3 [312] R:OK -2015-03-11 03:32:20 queue INFO 83 [313] -2015-03-11 03:32:20 queue INFO >83 [314] -2015-03-11 03:32:21 sendUrl INFO 83 [313] R:OK -2015-03-11 03:32:21 sendUrl INFO 83 [314] R:OK -2015-03-11 03:32:23 queue INFO 87 [315] -2015-03-11 03:32:23 queue INFO >87 [316] -2015-03-11 03:32:23 sendUrl INFO 87 [315] R:OK -2015-03-11 03:32:24 sendUrl INFO 87 [316] R:OK -2015-03-11 03:32:24 queue INFO 83 [317] -2015-03-11 03:32:25 queue INFO >83 [318] -2015-03-11 03:32:25 sendUrl INFO 83 [317] R:OK -2015-03-11 03:32:25 sendUrl INFO 83 [318] R:OK -2015-03-11 03:33:14 queue INFO >>83 [319] -2015-03-11 03:33:15 sendUrl INFO 83 [319] R:OK -2015-03-11 03:34:05 queue INFO >>83 [320] -2015-03-11 03:34:05 sendUrl INFO 83 [320] R:OK -2015-03-11 03:34:55 queue INFO >>83 [321] -2015-03-11 03:34:55 sendUrl INFO 83 [321] R:OK -2015-03-11 03:35:45 queue INFO >>83 [322] -2015-03-11 03:35:45 sendUrl INFO 83 [322] R:OK -2015-03-11 03:36:35 queue INFO >>83 [323] -2015-03-11 03:36:35 sendUrl INFO 83 [323] R:OK -2015-03-11 03:37:25 queue INFO >>83 [324] -2015-03-11 03:37:26 sendUrl INFO 83 [324] R:OK -2015-03-11 03:37:57 queue INFO 81 [325] -2015-03-11 03:37:57 queue INFO >81 [326] -2015-03-11 03:37:57 sendUrl INFO 81 [325] R:OK -2015-03-11 03:37:58 sendUrl INFO 81 [326] R:OK -2015-03-11 03:38:07 queue INFO 83 [327] -2015-03-11 03:38:07 queue INFO >83 [328] -2015-03-11 03:38:07 sendUrl INFO 83 [327] R:OK -2015-03-11 03:38:08 sendUrl INFO 83 [328] R:OK -2015-03-11 03:38:57 queue INFO >>83 [329] -2015-03-11 03:38:57 sendUrl INFO 83 [329] R:OK -2015-03-11 03:39:32 queue INFO 87 [330] -2015-03-11 03:39:32 queue INFO >87 [331] -2015-03-11 03:39:33 sendUrl INFO 87 [330] R:OK -2015-03-11 03:39:33 sendUrl INFO 87 [331] R:OK -2015-03-11 03:39:34 queue INFO 83 [332] -2015-03-11 03:39:34 queue INFO >83 [333] -2015-03-11 03:39:34 sendUrl INFO 83 [332] R:OK -2015-03-11 03:39:35 sendUrl INFO 83 [333] R:OK -2015-03-11 03:40:24 queue INFO >>83 [334] -2015-03-11 03:40:24 sendUrl INFO 83 [334] R:OK -2015-03-11 03:41:14 queue INFO >>83 [335] -2015-03-11 03:41:14 sendUrl INFO 83 [335] R:OK -2015-03-11 03:42:04 queue INFO >>83 [336] -2015-03-11 03:42:05 sendUrl INFO 83 [336] R:OK -2015-03-11 03:42:54 queue INFO >>83 [337] -2015-03-11 03:42:54 sendUrl INFO 83 [337] R:OK -2015-03-11 03:43:44 queue INFO >>83 [338] -2015-03-11 03:43:45 sendUrl INFO 83 [338] R:OK -2015-03-11 03:44:35 queue INFO >>83 [339] -2015-03-11 03:44:35 sendUrl INFO 83 [339] R:OK -2015-03-11 03:45:25 queue INFO >>83 [340] -2015-03-11 03:45:25 sendUrl INFO 83 [340] R:OK -2015-03-11 03:46:15 queue INFO >>83 [341] -2015-03-11 03:46:15 sendUrl INFO 83 [341] R:OK -2015-03-11 03:46:41 queue INFO 87 [342] -2015-03-11 03:46:41 queue INFO >87 [343] -2015-03-11 03:46:41 sendUrl INFO 87 [342] R:OK -2015-03-11 03:46:42 sendUrl INFO 87 [343] R:OK -2015-03-11 03:46:43 queue INFO 83 [344] -2015-03-11 03:46:43 sendUrl INFO 83 [344] R:OK -2015-03-11 03:46:43 queue INFO >83 [345] -2015-03-11 03:46:43 sendUrl INFO 83 [345] R:OK -2015-03-11 03:47:33 queue INFO >>83 [346] -2015-03-11 03:47:33 sendUrl INFO 83 [346] R:OK -2015-03-11 03:48:22 queue INFO 81 [347] -2015-03-11 03:48:22 queue INFO >81 [348] -2015-03-11 03:48:22 sendUrl INFO 81 [347] R:OK -2015-03-11 03:48:23 sendUrl INFO 81 [348] R:OK -2015-03-11 03:49:12 queue INFO >>81 [349] -2015-03-11 03:49:12 sendUrl INFO 81 [349] R:OK -2015-03-11 03:50:02 queue INFO >>81 [350] -2015-03-11 03:50:02 sendUrl INFO 81 [350] R:OK -2015-03-11 03:50:52 queue INFO >>81 [351] -2015-03-11 03:50:53 sendUrl INFO 81 [351] R:OK -2015-03-11 03:51:43 queue INFO >>81 [352] -2015-03-11 03:51:43 sendUrl INFO 81 [352] R:OK -2015-03-11 03:52:33 queue INFO >>81 [353] -2015-03-11 03:52:33 sendUrl INFO 81 [353] R:OK -2015-03-11 03:53:23 queue INFO >>81 [354] -2015-03-11 03:53:23 sendUrl INFO 81 [354] R:OK -2015-03-11 03:54:13 queue INFO >>81 [355] -2015-03-11 03:54:13 sendUrl INFO 81 [355] R:OK -2015-03-11 03:54:22 queue INFO 91 [356] -2015-03-11 03:54:22 queue INFO 99 [357] -2015-03-11 03:54:22 queue INFO >99 [358] -2015-03-11 03:54:23 sendUrl INFO 91 [356] R:OK -2015-03-11 03:54:23 sendUrl INFO 99 [357] R:OK -2015-03-11 03:54:24 sendUrl INFO 99 [358] R:OK -2015-03-11 03:55:12 queue INFO >>99 [359] -2015-03-11 03:55:13 sendUrl INFO 99 [359] R:OK -2015-03-11 03:56:03 queue INFO >>99 [360] -2015-03-11 03:56:03 sendUrl INFO 99 [360] R:OK -2015-03-11 03:56:53 queue INFO >>99 [361] -2015-03-11 03:56:53 sendUrl INFO 99 [361] R:OK -2015-03-11 03:57:43 queue INFO >>99 [362] -2015-03-11 03:57:43 sendUrl INFO 99 [362] R:OK -2015-03-11 03:58:33 queue INFO >>99 [363] -2015-03-11 03:58:33 sendUrl INFO 99 [363] R:OK -2015-03-11 03:59:23 queue INFO >>99 [364] -2015-03-11 03:59:24 sendUrl INFO 99 [364] R:OK -2015-03-11 04:00:13 queue INFO >>99 [365] -2015-03-11 04:00:13 sendUrl INFO 99 [365] R:OK -2015-03-11 04:00:19 queue INFO 89 [366] -2015-03-11 04:00:19 queue INFO >89 [367] -2015-03-11 04:00:20 sendUrl INFO 89 [366] R:OK -2015-03-11 04:00:20 sendUrl INFO 89 [367] R:OK -2015-03-11 04:00:23 queue INFO 81 [368] -2015-03-11 04:00:24 queue INFO >81 [369] -2015-03-11 04:00:24 sendUrl INFO 81 [368] R:OK -2015-03-11 04:00:24 sendUrl INFO 81 [369] R:OK -2015-03-11 04:00:27 queue INFO 83 [370] -2015-03-11 04:00:27 queue INFO >83 [371] -2015-03-11 04:00:28 sendUrl INFO 83 [370] R:OK -2015-03-11 04:00:28 sendUrl INFO 83 [371] R:OK -2015-03-11 04:00:56 queue INFO 87 [372] -2015-03-11 04:00:56 queue INFO >87 [373] -2015-03-11 04:00:57 sendUrl INFO 87 [372] R:OK -2015-03-11 04:00:57 sendUrl INFO 87 [373] R:OK -2015-03-11 04:00:58 queue INFO 83 [374] -2015-03-11 04:00:58 queue INFO >83 [375] -2015-03-11 04:00:58 sendUrl INFO 83 [374] R:OK -2015-03-11 04:00:59 sendUrl INFO 83 [375] R:OK -2015-03-11 04:01:48 queue INFO >>83 [376] -2015-03-11 04:01:48 sendUrl INFO 83 [376] R:OK -2015-03-11 04:02:38 queue INFO >>83 [377] -2015-03-11 04:02:38 sendUrl INFO 83 [377] R:OK -2015-03-11 04:03:28 queue INFO >>83 [378] -2015-03-11 04:03:29 sendUrl INFO 83 [378] R:OK -2015-03-11 04:04:18 queue INFO >>83 [379] -2015-03-11 04:04:19 sendUrl INFO 83 [379] R:OK -2015-03-11 04:05:09 queue INFO >>83 [380] -2015-03-11 04:05:09 sendUrl INFO 83 [380] R:OK -2015-03-11 04:05:59 queue INFO >>83 [381] -2015-03-11 04:05:59 sendUrl INFO 83 [381] R:OK -2015-03-11 04:06:49 queue INFO >>83 [382] -2015-03-11 04:06:49 sendUrl INFO 83 [382] R:OK -2015-03-11 04:07:39 queue INFO >>83 [383] -2015-03-11 04:07:39 sendUrl INFO 83 [383] R:OK -2015-03-11 04:08:05 queue INFO 87 [384] -2015-03-11 04:08:05 queue INFO >87 [385] -2015-03-11 04:08:06 sendUrl INFO 87 [384] R:OK -2015-03-11 04:08:06 sendUrl INFO 87 [385] R:OK -2015-03-11 04:08:07 queue INFO 83 [386] -2015-03-11 04:08:07 queue INFO >83 [387] -2015-03-11 04:08:07 sendUrl INFO 83 [386] R:OK -2015-03-11 04:08:08 sendUrl INFO 83 [387] R:OK -2015-03-11 04:08:57 queue INFO >>83 [388] -2015-03-11 04:08:57 sendUrl INFO 83 [388] R:OK -2015-03-11 04:09:47 queue INFO >>83 [389] -2015-03-11 04:09:47 sendUrl INFO 83 [389] R:OK -2015-03-11 04:10:37 queue INFO >>83 [390] -2015-03-11 04:10:38 sendUrl INFO 83 [390] R:OK -2015-03-11 04:11:27 queue INFO >>83 [391] -2015-03-11 04:11:28 sendUrl INFO 83 [391] R:OK -2015-03-11 04:12:18 queue INFO >>83 [392] -2015-03-11 04:12:18 sendUrl INFO 83 [392] R:OK -2015-03-11 04:13:08 queue INFO >>83 [393] -2015-03-11 04:13:08 sendUrl INFO 83 [393] R:OK -2015-03-11 04:13:58 queue INFO >>83 [394] -2015-03-11 04:13:58 sendUrl INFO 83 [394] R:OK -2015-03-11 04:14:48 queue INFO >>83 [395] -2015-03-11 04:14:48 sendUrl INFO 83 [395] R:OK -2015-03-11 04:15:14 queue INFO 87 [396] -2015-03-11 04:15:14 queue INFO >87 [397] -2015-03-11 04:15:15 sendUrl INFO 87 [396] R:OK -2015-03-11 04:15:15 sendUrl INFO 87 [397] R:OK -2015-03-11 04:15:16 queue INFO 83 [398] -2015-03-11 04:15:16 queue INFO >83 [399] -2015-03-11 04:15:16 sendUrl INFO 83 [398] R:OK -2015-03-11 04:15:17 sendUrl INFO 83 [399] R:OK -2015-03-11 04:16:06 queue INFO >>83 [400] -2015-03-11 04:16:06 sendUrl INFO 83 [400] R:OK -2015-03-11 04:16:56 queue INFO >>83 [401] -2015-03-11 04:16:56 sendUrl INFO 83 [401] R:OK -2015-03-11 04:17:46 queue INFO >>83 [402] -2015-03-11 04:17:47 sendUrl INFO 83 [402] R:OK -2015-03-11 04:18:36 queue INFO >>83 [403] -2015-03-11 04:18:36 sendUrl INFO 83 [403] R:OK -2015-03-11 04:19:26 queue INFO >>83 [404] -2015-03-11 04:19:27 sendUrl INFO 83 [404] R:OK -2015-03-11 04:20:17 queue INFO >>83 [405] -2015-03-11 04:20:17 sendUrl INFO 83 [405] R:OK -2015-03-11 04:21:07 queue INFO >>83 [406] -2015-03-11 04:21:07 sendUrl INFO 83 [406] R:OK -2015-03-11 04:21:57 queue INFO >>83 [407] -2015-03-11 04:21:57 sendUrl INFO 83 [407] R:OK -2015-03-11 04:22:23 queue INFO 87 [408] -2015-03-11 04:22:23 queue INFO >87 [409] -2015-03-11 04:22:23 sendUrl INFO 87 [408] R:OK -2015-03-11 04:22:24 sendUrl INFO 87 [409] R:OK -2015-03-11 04:22:25 queue INFO 83 [410] -2015-03-11 04:22:25 queue INFO >83 [411] -2015-03-11 04:22:25 sendUrl INFO 83 [410] R:OK -2015-03-11 04:22:25 sendUrl INFO 83 [411] R:OK -2015-03-11 04:23:15 queue INFO >>83 [412] -2015-03-11 04:23:15 sendUrl INFO 83 [412] R:OK -2015-03-11 04:24:05 queue INFO >>83 [413] -2015-03-11 04:24:05 sendUrl INFO 83 [413] R:OK -2015-03-11 04:24:55 queue INFO >>83 [414] -2015-03-11 04:24:55 sendUrl INFO 83 [414] R:OK -2015-03-11 04:25:45 queue INFO >>83 [415] -2015-03-11 04:25:45 sendUrl INFO 83 [415] R:OK -2015-03-11 04:26:35 queue INFO >>83 [416] -2015-03-11 04:26:36 sendUrl INFO 83 [416] R:OK -2015-03-11 04:27:26 queue INFO >>83 [417] -2015-03-11 04:27:26 sendUrl INFO 83 [417] R:OK -2015-03-11 04:28:16 queue INFO >>83 [418] -2015-03-11 04:28:16 sendUrl INFO 83 [418] R:OK -2015-03-11 04:29:06 queue INFO >>83 [419] -2015-03-11 04:29:06 sendUrl INFO 83 [419] R:OK -2015-03-11 04:29:31 queue INFO C7 [420] -2015-03-11 04:29:32 queue INFO >C7 [421] -2015-03-11 04:29:32 sendUrl INFO C7 [420] R:OK -2015-03-11 04:29:32 sendUrl INFO C7 [421] R:OK -2015-03-11 04:29:33 queue INFO C3 [422] -2015-03-11 04:29:33 queue INFO >C3 [423] -2015-03-11 04:29:33 sendUrl INFO C3 [422] R:OK -2015-03-11 04:29:34 sendUrl INFO C3 [423] R:OK -2015-03-11 04:30:23 queue INFO >>C3 [424] -2015-03-11 04:30:24 sendUrl INFO C3 [424] R:OK -2015-03-11 04:31:13 queue INFO >>C3 [425] -2015-03-11 04:31:14 sendUrl INFO C3 [425] R:OK -2015-03-11 04:32:04 queue INFO >>C3 [426] -2015-03-11 04:32:04 sendUrl INFO C3 [426] R:OK -2015-03-11 04:32:54 queue INFO >>C3 [427] -2015-03-11 04:32:54 sendUrl INFO C3 [427] R:OK -2015-03-11 04:33:44 queue INFO >>C3 [428] -2015-03-11 04:33:44 sendUrl INFO C3 [428] R:OK -2015-03-11 04:34:34 queue INFO >>C3 [429] -2015-03-11 04:34:34 sendUrl INFO C3 [429] R:OK -2015-03-11 04:35:24 queue INFO >>C3 [430] -2015-03-11 04:35:25 sendUrl INFO C3 [430] R:OK -2015-03-11 04:36:14 queue INFO >>C3 [431] -2015-03-11 04:36:15 sendUrl INFO C3 [431] R:OK -2015-03-11 04:36:38 queue INFO 83 [432] -2015-03-11 04:36:38 queue INFO >83 [433] -2015-03-11 04:36:38 sendUrl INFO 83 [432] R:OK -2015-03-11 04:36:39 sendUrl INFO 83 [433] R:OK -2015-03-11 04:36:40 queue INFO 87 [434] -2015-03-11 04:36:41 queue INFO >87 [435] -2015-03-11 04:36:41 sendUrl INFO 87 [434] R:OK -2015-03-11 04:36:41 sendUrl INFO 87 [435] R:OK -2015-03-11 04:36:42 queue INFO 83 [436] -2015-03-11 04:36:42 queue INFO >83 [437] -2015-03-11 04:36:42 sendUrl INFO 83 [436] R:OK -2015-03-11 04:36:43 sendUrl INFO 83 [437] R:OK -2015-03-11 04:37:32 queue INFO >>83 [438] -2015-03-11 04:37:33 sendUrl INFO 83 [438] R:OK -2015-03-11 04:38:22 queue INFO >>83 [439] -2015-03-11 04:38:22 sendUrl INFO 83 [439] R:OK -2015-03-11 04:39:12 queue INFO >>83 [440] -2015-03-11 04:39:13 sendUrl INFO 83 [440] R:OK -2015-03-11 04:40:03 queue INFO >>83 [441] -2015-03-11 04:40:03 sendUrl INFO 83 [441] R:OK -2015-03-11 04:40:53 queue INFO >>83 [442] -2015-03-11 04:40:53 sendUrl INFO 83 [442] R:OK -2015-03-11 04:41:43 queue INFO >>83 [443] -2015-03-11 04:41:43 sendUrl INFO 83 [443] R:OK -2015-03-11 04:42:33 queue INFO >>83 [444] -2015-03-11 04:42:34 sendUrl INFO 83 [444] R:OK -2015-03-11 04:43:23 queue INFO >>83 [445] -2015-03-11 04:43:23 sendUrl INFO 83 [445] R:OK -2015-03-11 04:43:50 queue INFO 87 [446] -2015-03-11 04:43:50 queue INFO >87 [447] -2015-03-11 04:43:50 sendUrl INFO 87 [446] R:OK -2015-03-11 04:43:51 sendUrl INFO 87 [447] R:OK -2015-03-11 04:43:51 queue INFO 83 [448] -2015-03-11 04:43:52 queue INFO >83 [449] -2015-03-11 04:43:52 sendUrl INFO 83 [448] R:OK -2015-03-11 04:43:52 sendUrl INFO 83 [449] R:OK -2015-03-11 04:44:41 queue INFO >>83 [450] -2015-03-11 04:44:42 sendUrl INFO 83 [450] R:OK -2015-03-11 04:45:32 queue INFO >>83 [451] -2015-03-11 04:45:32 sendUrl INFO 83 [451] R:OK -2015-03-11 04:46:22 queue INFO >>83 [452] -2015-03-11 04:46:22 sendUrl INFO 83 [452] R:OK -2015-03-11 04:47:12 queue INFO >>83 [453] -2015-03-11 04:47:13 sendUrl INFO 83 [453] R:OK -2015-03-11 04:48:02 queue INFO >>83 [454] -2015-03-11 04:48:02 sendUrl INFO 83 [454] R:OK -2015-03-11 04:48:52 queue INFO >>83 [455] -2015-03-11 04:48:53 sendUrl INFO 83 [455] R:OK -2015-03-11 04:49:42 queue INFO >>83 [456] -2015-03-11 04:49:43 sendUrl INFO 83 [456] R:OK -2015-03-11 04:50:33 queue INFO >>83 [457] -2015-03-11 04:50:33 sendUrl INFO 83 [457] R:OK -2015-03-11 04:50:59 queue INFO 87 [458] -2015-03-11 04:50:59 queue INFO >87 [459] -2015-03-11 04:50:59 sendUrl INFO 87 [458] R:OK -2015-03-11 04:51:00 sendUrl INFO 87 [459] R:OK -2015-03-11 04:51:00 queue INFO 83 [460] -2015-03-11 04:51:01 sendUrl INFO 83 [460] R:OK -2015-03-11 04:51:01 queue INFO >83 [461] -2015-03-11 04:51:01 sendUrl INFO 83 [461] R:OK -2015-03-11 04:51:51 queue INFO >>83 [462] -2015-03-11 04:51:51 sendUrl INFO 83 [462] R:OK -2015-03-11 04:52:41 queue INFO >>83 [463] -2015-03-11 04:52:41 sendUrl INFO 83 [463] R:OK -2015-03-11 04:53:31 queue INFO >>83 [464] -2015-03-11 04:53:31 sendUrl INFO 83 [464] R:OK -2015-03-11 04:54:21 queue INFO >>83 [465] -2015-03-11 04:54:21 sendUrl INFO 83 [465] R:OK -2015-03-11 04:55:11 queue INFO >>83 [466] -2015-03-11 04:55:12 sendUrl INFO 83 [466] R:OK -2015-03-11 04:56:01 queue INFO >>83 [467] -2015-03-11 04:56:02 sendUrl INFO 83 [467] R:OK -2015-03-11 04:56:52 queue INFO >>83 [468] -2015-03-11 04:56:52 sendUrl INFO 83 [468] R:OK -2015-03-11 04:57:42 queue INFO >>83 [469] -2015-03-11 04:57:42 sendUrl INFO 83 [469] R:OK -2015-03-11 04:58:08 queue INFO 87 [470] -2015-03-11 04:58:08 queue INFO >87 [471] -2015-03-11 04:58:08 sendUrl INFO 87 [470] R:OK -2015-03-11 04:58:08 sendUrl INFO 87 [471] R:OK -2015-03-11 04:58:09 queue INFO 83 [472] -2015-03-11 04:58:09 sendUrl INFO 83 [472] R:OK -2015-03-11 04:58:10 queue INFO >83 [473] -2015-03-11 04:58:10 sendUrl INFO 83 [473] R:OK -2015-03-11 04:59:00 queue INFO >>83 [474] -2015-03-11 04:59:00 sendUrl INFO 83 [474] R:OK -2015-03-11 04:59:50 queue INFO >>83 [475] -2015-03-11 04:59:50 sendUrl INFO 83 [475] R:OK -2015-03-11 05:00:40 queue INFO >>83 [476] -2015-03-11 05:00:40 sendUrl INFO 83 [476] R:OK -2015-03-11 05:01:30 queue INFO >>83 [477] -2015-03-11 05:01:30 sendUrl INFO 83 [477] R:OK -2015-03-11 05:02:20 queue INFO >>83 [478] -2015-03-11 05:02:21 sendUrl INFO 83 [478] R:OK -2015-03-11 05:03:10 queue INFO >>83 [479] -2015-03-11 05:03:10 sendUrl INFO 83 [479] R:OK -2015-03-11 05:04:00 queue INFO >>83 [480] -2015-03-11 05:04:01 sendUrl INFO 83 [480] R:OK -2015-03-11 05:04:51 queue INFO >>83 [481] -2015-03-11 05:04:51 sendUrl INFO 83 [481] R:OK -2015-03-11 05:05:16 queue INFO 87 [482] -2015-03-11 05:05:17 queue INFO >87 [483] -2015-03-11 05:05:17 sendUrl INFO 87 [482] R:OK -2015-03-11 05:05:17 sendUrl INFO 87 [483] R:OK -2015-03-11 05:05:18 queue INFO 83 [484] -2015-03-11 05:05:18 queue INFO >83 [485] -2015-03-11 05:05:18 sendUrl INFO 83 [484] R:OK -2015-03-11 05:05:19 sendUrl INFO 83 [485] R:OK -2015-03-11 05:06:08 queue INFO >>83 [486] -2015-03-11 05:06:09 sendUrl INFO 83 [486] R:OK -2015-03-11 05:06:58 queue INFO >>83 [487] -2015-03-11 05:06:59 sendUrl INFO 83 [487] R:OK -2015-03-11 05:07:49 queue INFO >>83 [488] -2015-03-11 05:07:49 sendUrl INFO 83 [488] R:OK -2015-03-11 05:08:39 queue INFO >>83 [489] -2015-03-11 05:08:39 sendUrl INFO 83 [489] R:OK -2015-03-11 05:09:29 queue INFO >>83 [490] -2015-03-11 05:09:29 sendUrl INFO 83 [490] R:OK -2015-03-11 05:10:19 queue INFO >>83 [491] -2015-03-11 05:10:19 sendUrl INFO 83 [491] R:OK -2015-03-11 05:11:09 queue INFO >>83 [492] -2015-03-11 05:11:10 sendUrl INFO 83 [492] R:OK -2015-03-11 05:11:59 queue INFO >>83 [493] -2015-03-11 05:12:00 sendUrl INFO 83 [493] R:OK -2015-03-11 05:12:25 queue INFO C7 [494] -2015-03-11 05:12:25 queue INFO >C7 [495] -2015-03-11 05:12:26 sendUrl INFO C7 [494] R:OK -2015-03-11 05:12:26 sendUrl INFO C7 [495] R:OK -2015-03-11 05:12:27 queue INFO C3 [496] -2015-03-11 05:12:27 queue INFO >C3 [497] -2015-03-11 05:12:27 sendUrl INFO C3 [496] R:OK -2015-03-11 05:12:28 sendUrl INFO C3 [497] R:OK -2015-03-11 05:13:17 queue INFO >>C3 [498] -2015-03-11 05:13:17 sendUrl INFO C3 [498] R:OK -2015-03-11 05:14:07 queue INFO >>C3 [499] -2015-03-11 05:14:07 sendUrl INFO C3 [499] R:OK -2015-03-11 05:14:57 queue INFO >>C3 [500] -2015-03-11 05:14:58 sendUrl INFO C3 [500] R:OK -2015-03-11 05:15:47 queue INFO >>C3 [501] -2015-03-11 05:15:48 sendUrl INFO C3 [501] R:OK -2015-03-11 05:16:38 queue INFO >>C3 [502] -2015-03-11 05:16:38 sendUrl INFO C3 [502] R:OK -2015-03-11 05:17:28 queue INFO >>C3 [503] -2015-03-11 05:17:28 sendUrl INFO C3 [503] R:OK -2015-03-11 05:18:18 queue INFO >>C3 [504] -2015-03-11 05:18:18 sendUrl INFO C3 [504] R:OK -2015-03-11 05:19:08 queue INFO >>C3 [505] -2015-03-11 05:19:08 sendUrl INFO C3 [505] R:OK -2015-03-11 05:19:31 queue INFO 83 [506] -2015-03-11 05:19:32 queue INFO >83 [507] -2015-03-11 05:19:32 sendUrl INFO 83 [506] R:OK -2015-03-11 05:19:32 sendUrl INFO 83 [507] R:OK -2015-03-11 05:19:34 queue INFO 87 [508] -2015-03-11 05:19:34 queue INFO >87 [509] -2015-03-11 05:19:34 sendUrl INFO 87 [508] R:OK -2015-03-11 05:19:35 sendUrl INFO 87 [509] R:OK -2015-03-11 05:19:36 queue INFO 83 [510] -2015-03-11 05:19:36 sendUrl INFO 83 [510] R:OK -2015-03-11 05:19:36 queue INFO >83 [511] -2015-03-11 05:19:36 sendUrl INFO 83 [511] R:OK -2015-03-11 05:20:26 queue INFO >>83 [512] -2015-03-11 05:20:26 sendUrl INFO 83 [512] R:OK -2015-03-11 05:21:16 queue INFO >>83 [513] -2015-03-11 05:21:16 sendUrl INFO 83 [513] R:OK -2015-03-11 05:22:06 queue INFO >>83 [514] -2015-03-11 05:22:06 sendUrl INFO 83 [514] R:OK -2015-03-11 05:22:56 queue INFO >>83 [515] -2015-03-11 05:22:57 sendUrl INFO 83 [515] R:OK -2015-03-11 05:23:46 queue INFO >>83 [516] -2015-03-11 05:23:47 sendUrl INFO 83 [516] R:OK -2015-03-11 05:24:28 queue INFO 81 [517] -2015-03-11 05:24:29 queue INFO >81 [518] -2015-03-11 05:24:29 sendUrl INFO 81 [517] R:OK -2015-03-11 05:24:29 sendUrl INFO 81 [518] R:OK -2015-03-11 05:24:33 queue INFO 83 [519] -2015-03-11 05:24:33 sendUrl INFO 83 [519] R:OK -2015-03-11 05:24:33 queue INFO >83 [520] -2015-03-11 05:24:34 sendUrl INFO 83 [520] R:OK -2015-03-11 05:25:23 queue INFO >>83 [521] -2015-03-11 05:25:24 sendUrl INFO 83 [521] R:OK -2015-03-11 05:26:13 queue INFO >>83 [522] -2015-03-11 05:26:14 sendUrl INFO 83 [522] R:OK -2015-03-11 05:26:43 queue INFO 87 [523] -2015-03-11 05:26:44 sendUrl INFO 87 [523] R:OK -2015-03-11 05:26:44 queue INFO >87 [524] -2015-03-11 05:26:44 sendUrl INFO 87 [524] R:OK -2015-03-11 05:26:45 queue INFO 83 [525] -2015-03-11 05:26:45 queue INFO >83 [526] -2015-03-11 05:26:46 sendUrl INFO 83 [525] R:OK -2015-03-11 05:26:46 sendUrl INFO 83 [526] R:OK -2015-03-11 05:27:35 queue INFO >>83 [527] -2015-03-11 05:27:35 sendUrl INFO 83 [527] R:OK -2015-03-11 05:28:25 queue INFO >>83 [528] -2015-03-11 05:28:26 sendUrl INFO 83 [528] R:OK -2015-03-11 05:29:15 queue INFO >>83 [529] -2015-03-11 05:29:16 sendUrl INFO 83 [529] R:OK -2015-03-11 05:30:06 queue INFO >>83 [530] -2015-03-11 05:30:06 sendUrl INFO 83 [530] R:OK -2015-03-11 05:30:56 queue INFO >>83 [531] -2015-03-11 05:30:56 sendUrl INFO 83 [531] R:OK -2015-03-11 05:31:46 queue INFO >>83 [532] -2015-03-11 05:31:46 sendUrl INFO 83 [532] R:OK -2015-03-11 05:32:36 queue INFO >>83 [533] -2015-03-11 05:32:36 sendUrl INFO 83 [533] R:OK -2015-03-11 05:33:26 queue INFO >>83 [534] -2015-03-11 05:33:26 sendUrl INFO 83 [534] R:OK -2015-03-11 05:33:52 queue INFO 87 [535] -2015-03-11 05:33:53 queue INFO >87 [536] -2015-03-11 05:33:53 sendUrl INFO 87 [535] R:OK -2015-03-11 05:33:53 sendUrl INFO 87 [536] R:OK -2015-03-11 05:33:54 queue INFO 83 [537] -2015-03-11 05:33:54 queue INFO >83 [538] -2015-03-11 05:33:55 sendUrl INFO 83 [537] R:OK -2015-03-11 05:33:55 sendUrl INFO 83 [538] R:OK -2015-03-11 05:34:44 queue INFO >>83 [539] -2015-03-11 05:34:44 sendUrl INFO 83 [539] R:OK -2015-03-11 05:35:34 queue INFO >>83 [540] -2015-03-11 05:35:35 sendUrl INFO 83 [540] R:OK -2015-03-11 05:36:24 queue INFO >>83 [541] -2015-03-11 05:36:25 sendUrl INFO 83 [541] R:OK -2015-03-11 05:37:15 queue INFO >>83 [542] -2015-03-11 05:37:15 sendUrl INFO 83 [542] R:OK -2015-03-11 05:38:05 queue INFO >>83 [543] -2015-03-11 05:38:05 sendUrl INFO 83 [543] R:OK -2015-03-11 05:38:55 queue INFO >>83 [544] -2015-03-11 05:38:55 sendUrl INFO 83 [544] R:OK -2015-03-11 05:39:45 queue INFO >>83 [545] -2015-03-11 05:39:45 sendUrl INFO 83 [545] R:OK -2015-03-11 05:40:35 queue INFO >>83 [546] -2015-03-11 05:40:36 sendUrl INFO 83 [546] R:OK -2015-03-11 05:41:01 queue INFO 87 [547] -2015-03-11 05:41:01 queue INFO >87 [548] -2015-03-11 05:41:02 sendUrl INFO 87 [547] R:OK -2015-03-11 05:41:02 sendUrl INFO 87 [548] R:OK -2015-03-11 05:41:03 queue INFO 83 [549] -2015-03-11 05:41:03 queue INFO >83 [550] -2015-03-11 05:41:03 sendUrl INFO 83 [549] R:OK -2015-03-11 05:41:04 sendUrl INFO 83 [550] R:OK -2015-03-11 05:41:53 queue INFO >>83 [551] -2015-03-11 05:41:53 sendUrl INFO 83 [551] R:OK -2015-03-11 05:42:43 queue INFO >>83 [552] -2015-03-11 05:42:44 sendUrl INFO 83 [552] R:OK -2015-03-11 05:43:33 queue INFO >>83 [553] -2015-03-11 05:43:34 sendUrl INFO 83 [553] R:OK -2015-03-11 05:44:24 queue INFO >>83 [554] -2015-03-11 05:44:24 sendUrl INFO 83 [554] R:OK -2015-03-11 05:45:14 queue INFO >>83 [555] -2015-03-11 05:45:14 sendUrl INFO 83 [555] R:OK -2015-03-11 05:46:04 queue INFO >>83 [556] -2015-03-11 05:46:04 sendUrl INFO 83 [556] R:OK -2015-03-11 05:46:54 queue INFO >>83 [557] -2015-03-11 05:46:54 sendUrl INFO 83 [557] R:OK -2015-03-11 05:47:44 queue INFO >>83 [558] -2015-03-11 05:47:45 sendUrl INFO 83 [558] R:OK -2015-03-11 05:48:10 queue INFO 87 [559] -2015-03-11 05:48:10 queue INFO >87 [560] -2015-03-11 05:48:10 sendUrl INFO 87 [559] R:OK -2015-03-11 05:48:11 sendUrl INFO 87 [560] R:OK -2015-03-11 05:48:12 queue INFO 83 [561] -2015-03-11 05:48:12 sendUrl INFO 83 [561] R:OK -2015-03-11 05:48:12 queue INFO >83 [562] -2015-03-11 05:48:12 sendUrl INFO 83 [562] R:OK -2015-03-11 05:49:02 queue INFO >>83 [563] -2015-03-11 05:49:02 sendUrl INFO 83 [563] R:OK -2015-03-11 05:49:52 queue INFO >>83 [564] -2015-03-11 05:49:52 sendUrl INFO 83 [564] R:OK -2015-03-11 05:50:42 queue INFO >>83 [565] -2015-03-11 05:50:42 sendUrl INFO 83 [565] R:OK -2015-03-11 05:51:32 queue INFO >>83 [566] -2015-03-11 05:51:33 sendUrl INFO 83 [566] R:OK -2015-03-11 05:52:22 queue INFO >>83 [567] -2015-03-11 05:52:23 sendUrl INFO 83 [567] R:OK -2015-03-11 05:53:13 queue INFO >>83 [568] -2015-03-11 05:53:13 sendUrl INFO 83 [568] R:OK -2015-03-11 05:54:03 queue INFO >>83 [569] -2015-03-11 05:54:03 sendUrl INFO 83 [569] R:OK -2015-03-11 05:54:53 queue INFO >>83 [570] -2015-03-11 05:54:53 sendUrl INFO 83 [570] R:OK -2015-03-11 05:55:19 queue INFO C7 [571] -2015-03-11 05:55:19 queue INFO >C7 [572] -2015-03-11 05:55:19 sendUrl INFO C7 [571] R:OK -2015-03-11 05:55:20 sendUrl INFO C7 [572] R:OK -2015-03-11 05:55:20 queue INFO C3 [573] -2015-03-11 05:55:21 queue INFO >C3 [574] -2015-03-11 05:55:21 sendUrl INFO C3 [573] R:OK -2015-03-11 05:55:21 sendUrl INFO C3 [574] R:OK -2015-03-11 05:56:10 queue INFO >>C3 [575] -2015-03-11 05:56:11 sendUrl INFO C3 [575] R:OK -2015-03-11 05:57:01 queue INFO >>C3 [576] -2015-03-11 05:57:01 sendUrl INFO C3 [576] R:OK -2015-03-11 05:57:51 queue INFO >>C3 [577] -2015-03-11 05:57:51 sendUrl INFO C3 [577] R:OK -2015-03-11 05:58:41 queue INFO >>C3 [578] -2015-03-11 05:58:42 sendUrl INFO C3 [578] R:OK -2015-03-11 05:59:31 queue INFO >>C3 [579] -2015-03-11 05:59:31 sendUrl INFO C3 [579] R:OK -2015-03-11 06:00:21 queue INFO >>C3 [580] -2015-03-11 06:00:22 sendUrl INFO C3 [580] R:OK -2015-03-11 06:01:11 queue INFO >>C3 [581] -2015-03-11 06:01:12 sendUrl INFO C3 [581] R:OK -2015-03-11 06:01:44 queue INFO C1 [582] -2015-03-11 06:01:44 queue INFO >C1 [583] -2015-03-11 06:01:44 sendUrl INFO C1 [582] R:OK -2015-03-11 06:01:45 sendUrl INFO C1 [583] R:OK -2015-03-11 06:02:34 queue INFO >>C1 [584] -2015-03-11 06:02:34 sendUrl INFO C1 [584] R:OK -2015-03-11 06:03:11 queue INFO D1 [585] -2015-03-11 06:03:11 sendUrl INFO D1 [585] R:OK -2015-03-11 06:03:11 queue INFO D9 [586] -2015-03-11 06:03:11 queue INFO >D9 [587] -2015-03-11 06:03:11 sendUrl INFO D9 [586] R:OK -2015-03-11 06:03:12 sendUrl INFO D9 [587] R:OK -2015-03-11 06:04:01 queue INFO >>D9 [588] -2015-03-11 06:04:01 sendUrl INFO D9 [588] R:OK -2015-03-11 06:04:51 queue INFO >>D9 [589] -2015-03-11 06:04:52 sendUrl INFO D9 [589] R:OK -2015-03-11 06:05:23 queue INFO C9 [590] -2015-03-11 06:05:24 queue INFO >C9 [591] -2015-03-11 06:05:24 sendUrl INFO C9 [590] R:OK -2015-03-11 06:05:24 sendUrl INFO C9 [591] R:OK -2015-03-11 06:05:30 queue INFO C1 [592] -2015-03-11 06:05:30 queue INFO >C1 [593] -2015-03-11 06:05:30 sendUrl INFO C1 [592] R:OK -2015-03-11 06:05:31 sendUrl INFO C1 [593] R:OK -2015-03-11 06:05:34 queue INFO C3 [594] -2015-03-11 06:05:34 sendUrl INFO C3 [594] R:OK -2015-03-11 06:05:34 queue INFO >C3 [595] -2015-03-11 06:05:35 sendUrl INFO C3 [595] R:OK -2015-03-11 06:06:08 queue INFO 83 [596] -2015-03-11 06:06:09 queue INFO >83 [597] -2015-03-11 06:06:09 sendUrl INFO 83 [596] R:OK -2015-03-11 06:06:09 sendUrl INFO 83 [597] R:OK -2015-03-11 06:06:11 queue INFO 87 [598] -2015-03-11 06:06:11 queue INFO >87 [599] -2015-03-11 06:06:11 sendUrl INFO 87 [598] R:OK -2015-03-11 06:06:12 sendUrl INFO 87 [599] R:OK -2015-03-11 06:06:13 queue INFO 83 [600] -2015-03-11 06:06:13 queue INFO >83 [601] -2015-03-11 06:06:13 sendUrl INFO 83 [600] R:OK -2015-03-11 06:06:14 sendUrl INFO 83 [601] R:OK -2015-03-11 06:07:03 queue INFO >>83 [602] -2015-03-11 06:07:03 sendUrl INFO 83 [602] R:OK -2015-03-11 06:07:53 queue INFO >>83 [603] -2015-03-11 06:07:53 sendUrl INFO 83 [603] R:OK -2015-03-11 06:08:43 queue INFO >>83 [604] -2015-03-11 06:08:43 sendUrl INFO 83 [604] R:OK -2015-03-11 06:09:33 queue INFO >>83 [605] -2015-03-11 06:09:33 sendUrl INFO 83 [605] R:OK -2015-03-11 06:10:23 queue INFO >>83 [606] -2015-03-11 06:10:24 sendUrl INFO 83 [606] R:OK -2015-03-11 06:11:13 queue INFO >>83 [607] -2015-03-11 06:11:14 sendUrl INFO 83 [607] R:OK -2015-03-11 06:12:04 queue INFO >>83 [608] -2015-03-11 06:12:04 sendUrl INFO 83 [608] R:OK -2015-03-11 06:12:54 queue INFO >>83 [609] -2015-03-11 06:12:54 sendUrl INFO 83 [609] R:OK -2015-03-11 06:13:20 queue INFO 87 [610] -2015-03-11 06:13:20 queue INFO >87 [611] -2015-03-11 06:13:21 sendUrl INFO 87 [610] R:OK -2015-03-11 06:13:21 sendUrl INFO 87 [611] R:OK -2015-03-11 06:13:22 queue INFO 83 [612] -2015-03-11 06:13:22 queue INFO >83 [613] -2015-03-11 06:13:22 sendUrl INFO 83 [612] R:OK -2015-03-11 06:13:23 sendUrl INFO 83 [613] R:OK -2015-03-11 06:14:12 queue INFO >>83 [614] -2015-03-11 06:14:12 sendUrl INFO 83 [614] R:OK -2015-03-11 06:15:02 queue INFO >>83 [615] -2015-03-11 06:15:02 sendUrl INFO 83 [615] R:OK -2015-03-11 06:15:52 queue INFO >>83 [616] -2015-03-11 06:15:53 sendUrl INFO 83 [616] R:OK -2015-03-11 06:16:42 queue INFO >>83 [617] -2015-03-11 06:16:42 sendUrl INFO 83 [617] R:OK -2015-03-11 06:17:32 queue INFO >>83 [618] -2015-03-11 06:17:33 sendUrl INFO 83 [618] R:OK -2015-03-11 06:18:23 queue INFO >>83 [619] -2015-03-11 06:18:23 sendUrl INFO 83 [619] R:OK -2015-03-11 06:19:13 queue INFO >>83 [620] -2015-03-11 06:19:13 sendUrl INFO 83 [620] R:OK -2015-03-11 06:20:03 queue INFO >>83 [621] -2015-03-11 06:20:03 sendUrl INFO 83 [621] R:OK -2015-03-11 06:20:29 queue INFO 87 [622] -2015-03-11 06:20:29 queue INFO >87 [623] -2015-03-11 06:20:29 sendUrl INFO 87 [622] R:OK -2015-03-11 06:20:30 sendUrl INFO 87 [623] R:OK -2015-03-11 06:20:30 queue INFO 83 [624] -2015-03-11 06:20:31 queue INFO >83 [625] -2015-03-11 06:20:31 sendUrl INFO 83 [624] R:OK -2015-03-11 06:20:31 sendUrl INFO 83 [625] R:OK -2015-03-11 06:21:21 queue INFO >>83 [626] -2015-03-11 06:21:21 sendUrl INFO 83 [626] R:OK -2015-03-11 06:22:11 queue INFO >>83 [627] -2015-03-11 06:22:11 sendUrl INFO 83 [627] R:OK -2015-03-11 06:23:01 queue INFO >>83 [628] -2015-03-11 06:23:01 sendUrl INFO 83 [628] R:OK -2015-03-11 06:23:51 queue INFO >>83 [629] -2015-03-11 06:23:51 sendUrl INFO 83 [629] R:OK -2015-03-11 06:24:41 queue INFO >>83 [630] -2015-03-11 06:24:42 sendUrl INFO 83 [630] R:OK -2015-03-11 06:25:31 queue INFO >>83 [631] -2015-03-11 06:25:31 sendUrl INFO 83 [631] R:OK -2015-03-11 06:26:21 queue INFO >>83 [632] -2015-03-11 06:26:22 sendUrl INFO 83 [632] R:OK -2015-03-11 06:27:11 queue INFO >>83 [633] -2015-03-11 06:27:12 sendUrl INFO 83 [633] R:OK -2015-03-11 06:27:38 queue INFO 87 [634] -2015-03-11 06:27:38 sendUrl INFO 87 [634] R:OK -2015-03-11 06:27:38 queue INFO >87 [635] -2015-03-11 06:27:38 sendUrl INFO 87 [635] R:OK -2015-03-11 06:27:39 queue INFO 83 [636] -2015-03-11 06:27:40 queue INFO >83 [637] -2015-03-11 06:27:40 sendUrl INFO 83 [636] R:OK -2015-03-11 06:27:40 sendUrl INFO 83 [637] R:OK -2015-03-11 06:28:29 queue INFO >>83 [638] -2015-03-11 06:28:30 sendUrl INFO 83 [638] R:OK -2015-03-11 06:29:20 queue INFO >>83 [639] -2015-03-11 06:29:20 sendUrl INFO 83 [639] R:OK -2015-03-11 06:30:10 queue INFO >>83 [640] -2015-03-11 06:30:10 sendUrl INFO 83 [640] R:OK -2015-03-11 06:31:00 queue INFO >>83 [641] -2015-03-11 06:31:00 sendUrl INFO 83 [641] R:OK -2015-03-11 06:31:50 queue INFO >>83 [642] -2015-03-11 06:31:50 sendUrl INFO 83 [642] R:OK -2015-03-11 06:32:40 queue INFO >>83 [643] -2015-03-11 06:32:40 sendUrl INFO 83 [643] R:OK -2015-03-11 06:33:30 queue INFO >>83 [644] -2015-03-11 06:33:31 sendUrl INFO 83 [644] R:OK -2015-03-11 06:34:20 queue INFO >>83 [645] -2015-03-11 06:34:21 sendUrl INFO 83 [645] R:OK -2015-03-11 06:34:46 queue INFO C7 [646] -2015-03-11 06:34:47 queue INFO >C7 [647] -2015-03-11 06:34:47 sendUrl INFO C7 [646] R:OK -2015-03-11 06:34:47 sendUrl INFO C7 [647] R:OK -2015-03-11 06:34:48 queue INFO C3 [648] -2015-03-11 06:34:48 queue INFO >C3 [649] -2015-03-11 06:34:48 sendUrl INFO C3 [648] R:OK -2015-03-11 06:34:49 sendUrl INFO C3 [649] R:OK -2015-03-11 06:35:38 queue INFO >>C3 [650] -2015-03-11 06:35:39 sendUrl INFO C3 [650] R:OK -2015-03-11 06:36:28 queue INFO >>C3 [651] -2015-03-11 06:36:29 sendUrl INFO C3 [651] R:OK -2015-03-11 06:37:18 queue INFO >>C3 [652] -2015-03-11 06:37:19 sendUrl INFO C3 [652] R:OK -2015-03-11 06:38:09 queue INFO >>C3 [653] -2015-03-11 06:38:09 sendUrl INFO C3 [653] R:OK -2015-03-11 06:38:59 queue INFO >>C3 [654] -2015-03-11 06:38:59 sendUrl INFO C3 [654] R:OK -2015-03-11 06:39:49 queue INFO >>C3 [655] -2015-03-11 06:39:49 sendUrl INFO C3 [655] R:OK -2015-03-11 06:40:39 queue INFO >>C3 [656] -2015-03-11 06:40:40 sendUrl INFO C3 [656] R:OK -2015-03-11 06:41:29 queue INFO >>C3 [657] -2015-03-11 06:41:29 sendUrl INFO C3 [657] R:OK -2015-03-11 06:41:52 queue INFO 83 [658] -2015-03-11 06:41:53 sendUrl INFO 83 [658] R:OK -2015-03-11 06:41:53 queue INFO >83 [659] -2015-03-11 06:41:53 sendUrl INFO 83 [659] R:OK -2015-03-11 06:41:55 queue INFO 87 [660] -2015-03-11 06:41:55 sendUrl INFO 87 [660] R:OK -2015-03-11 06:41:55 queue INFO >87 [661] -2015-03-11 06:41:56 sendUrl INFO 87 [661] R:OK -2015-03-11 06:41:57 queue INFO 83 [662] -2015-03-11 06:41:57 queue INFO >83 [663] -2015-03-11 06:41:57 sendUrl INFO 83 [662] R:OK -2015-03-11 06:41:58 sendUrl INFO 83 [663] R:OK -2015-03-11 06:42:47 queue INFO >>83 [664] -2015-03-11 06:42:47 sendUrl INFO 83 [664] R:OK -2015-03-11 06:43:21 queue INFO 81 [665] -2015-03-11 06:43:21 queue INFO >81 [666] -2015-03-11 06:43:21 sendUrl INFO 81 [665] R:OK -2015-03-11 06:43:22 sendUrl INFO 81 [666] R:OK -2015-03-11 06:43:25 queue INFO 83 [667] -2015-03-11 06:43:26 queue INFO >83 [668] -2015-03-11 06:43:26 sendUrl INFO 83 [667] R:OK -2015-03-11 06:43:26 sendUrl INFO 83 [668] R:OK -2015-03-11 06:44:16 queue INFO >>83 [669] -2015-03-11 06:44:16 sendUrl INFO 83 [669] R:OK -2015-03-11 06:45:06 queue INFO >>83 [670] -2015-03-11 06:45:06 sendUrl INFO 83 [670] R:OK -2015-03-11 06:45:56 queue INFO >>83 [671] -2015-03-11 06:45:56 sendUrl INFO 83 [671] R:OK -2015-03-11 06:46:46 queue INFO >>83 [672] -2015-03-11 06:46:47 sendUrl INFO 83 [672] R:OK -2015-03-11 06:47:36 queue INFO >>83 [673] -2015-03-11 06:47:36 sendUrl INFO 83 [673] R:OK -2015-03-11 06:48:26 queue INFO >>83 [674] -2015-03-11 06:48:27 sendUrl INFO 83 [674] R:OK -2015-03-11 06:49:04 queue INFO 87 [675] -2015-03-11 06:49:05 queue INFO >87 [676] -2015-03-11 06:49:05 sendUrl INFO 87 [675] R:OK -2015-03-11 06:49:06 sendUrl INFO 87 [676] R:OK -2015-03-11 06:49:06 queue INFO 83 [677] -2015-03-11 06:49:06 queue INFO >83 [678] -2015-03-11 06:49:07 sendUrl INFO 83 [677] R:OK -2015-03-11 06:49:07 sendUrl INFO 83 [678] R:OK -2015-03-11 06:49:56 queue INFO >>83 [679] -2015-03-11 06:49:56 sendUrl INFO 83 [679] R:OK -2015-03-11 06:50:46 queue INFO >>83 [680] -2015-03-11 06:50:47 sendUrl INFO 83 [680] R:OK -2015-03-11 06:51:37 queue INFO >>83 [681] -2015-03-11 06:51:37 sendUrl INFO 83 [681] R:OK -2015-03-11 06:52:27 queue INFO >>83 [682] -2015-03-11 06:52:27 sendUrl INFO 83 [682] R:OK -2015-03-11 06:53:17 queue INFO >>83 [683] -2015-03-11 06:53:17 sendUrl INFO 83 [683] R:OK -2015-03-11 06:54:07 queue INFO >>83 [684] -2015-03-11 06:54:08 sendUrl INFO 83 [684] R:OK -2015-03-11 06:54:57 queue INFO >>83 [685] -2015-03-11 06:54:57 sendUrl INFO 83 [685] R:OK -2015-03-11 06:55:47 queue INFO >>83 [686] -2015-03-11 06:55:48 sendUrl INFO 83 [686] R:OK -2015-03-11 06:56:14 queue INFO 87 [687] -2015-03-11 06:56:14 queue INFO >87 [688] -2015-03-11 06:56:14 sendUrl INFO 87 [687] R:OK -2015-03-11 06:56:14 sendUrl INFO 87 [688] R:OK -2015-03-11 06:56:15 queue INFO 83 [689] -2015-03-11 06:56:15 queue INFO >83 [690] -2015-03-11 06:56:16 sendUrl INFO 83 [689] R:OK -2015-03-11 06:56:16 sendUrl INFO 83 [690] R:OK -2015-03-11 06:57:05 queue INFO >>83 [691] -2015-03-11 06:57:06 sendUrl INFO 83 [691] R:OK -2015-03-11 06:57:56 queue INFO >>83 [692] -2015-03-11 06:57:56 sendUrl INFO 83 [692] R:OK -2015-03-11 06:58:46 queue INFO >>83 [693] -2015-03-11 06:58:46 sendUrl INFO 83 [693] R:OK -2015-03-11 06:59:36 queue INFO >>83 [694] -2015-03-11 06:59:36 sendUrl INFO 83 [694] R:OK -2015-03-11 07:00:26 queue INFO >>83 [695] -2015-03-11 07:00:26 sendUrl INFO 83 [695] R:OK -2015-03-11 07:01:16 queue INFO >>83 [696] -2015-03-11 07:01:17 sendUrl INFO 83 [696] R:OK -2015-03-11 07:02:06 queue INFO >>83 [697] -2015-03-11 07:02:06 sendUrl INFO 83 [697] R:OK -2015-03-11 07:02:56 queue INFO >>83 [698] -2015-03-11 07:02:57 sendUrl INFO 83 [698] R:OK -2015-03-11 07:03:23 queue INFO 87 [699] -2015-03-11 07:03:23 queue INFO >87 [700] -2015-03-11 07:03:23 sendUrl INFO 87 [699] R:OK -2015-03-11 07:03:23 sendUrl INFO 87 [700] R:OK -2015-03-11 07:03:24 queue INFO 83 [701] -2015-03-11 07:03:24 queue INFO >83 [702] -2015-03-11 07:03:24 sendUrl INFO 83 [701] R:OK -2015-03-11 07:03:25 sendUrl INFO 83 [702] R:OK -2015-03-11 07:04:14 queue INFO >>83 [703] -2015-03-11 07:04:15 sendUrl INFO 83 [703] R:OK -2015-03-11 07:05:04 queue INFO >>83 [704] -2015-03-11 07:05:05 sendUrl INFO 83 [704] R:OK -2015-03-11 07:05:55 queue INFO >>83 [705] -2015-03-11 07:05:55 sendUrl INFO 83 [705] R:OK -2015-03-11 07:06:45 queue INFO >>83 [706] -2015-03-11 07:06:45 sendUrl INFO 83 [706] R:OK -2015-03-11 07:07:35 queue INFO >>83 [707] -2015-03-11 07:07:35 sendUrl INFO 83 [707] R:OK -2015-03-11 07:08:25 queue INFO >>83 [708] -2015-03-11 07:08:25 sendUrl INFO 83 [708] R:OK -2015-03-11 07:09:15 queue INFO >>83 [709] -2015-03-11 07:09:15 sendUrl INFO 83 [709] R:OK -2015-03-11 07:10:05 queue INFO >>83 [710] -2015-03-11 07:10:06 sendUrl INFO 83 [710] R:OK -2015-03-11 07:10:31 queue INFO 87 [711] -2015-03-11 07:10:31 sendUrl INFO 87 [711] R:OK -2015-03-11 07:10:31 queue INFO >87 [712] -2015-03-11 07:10:32 sendUrl INFO 87 [712] R:OK -2015-03-11 07:10:33 queue INFO 83 [713] -2015-03-11 07:10:33 queue INFO >83 [714] -2015-03-11 07:10:33 sendUrl INFO 83 [713] R:OK -2015-03-11 07:10:34 sendUrl INFO 83 [714] R:OK -2015-03-11 07:11:23 queue INFO >>83 [715] -2015-03-11 07:11:23 sendUrl INFO 83 [715] R:OK -2015-03-11 07:12:13 queue INFO >>83 [716] -2015-03-11 07:12:14 sendUrl INFO 83 [716] R:OK -2015-03-11 07:13:03 queue INFO >>83 [717] -2015-03-11 07:13:03 sendUrl INFO 83 [717] R:OK -2015-03-11 07:13:53 queue INFO >>83 [718] -2015-03-11 07:13:54 sendUrl INFO 83 [718] R:OK -2015-03-11 07:14:43 queue INFO >>83 [719] -2015-03-11 07:14:44 sendUrl INFO 83 [719] R:OK -2015-03-11 07:15:34 queue INFO >>83 [720] -2015-03-11 07:15:34 sendUrl INFO 83 [720] R:OK -2015-03-11 07:16:24 queue INFO >>83 [721] -2015-03-11 07:16:24 sendUrl INFO 83 [721] R:OK -2015-03-11 07:17:14 queue INFO >>83 [722] -2015-03-11 07:17:14 sendUrl INFO 83 [722] R:OK -2015-03-11 07:17:40 queue INFO C7 [723] -2015-03-11 07:17:40 queue INFO >C7 [724] -2015-03-11 07:17:40 sendUrl INFO C7 [723] R:OK -2015-03-11 07:17:41 sendUrl INFO C7 [724] R:OK -2015-03-11 07:17:42 queue INFO C3 [725] -2015-03-11 07:17:42 sendUrl INFO C3 [725] R:OK -2015-03-11 07:17:42 queue INFO >C3 [726] -2015-03-11 07:17:42 sendUrl INFO C3 [726] R:OK -2015-03-11 07:18:32 queue INFO >>C3 [727] -2015-03-11 07:18:32 sendUrl INFO C3 [727] R:OK -2015-03-11 07:19:22 queue INFO >>C3 [728] -2015-03-11 07:19:22 sendUrl INFO C3 [728] R:OK -2015-03-11 07:20:12 queue INFO >>C3 [729] -2015-03-11 07:20:12 sendUrl INFO C3 [729] R:OK -2015-03-11 07:21:02 queue INFO >>C3 [730] -2015-03-11 07:21:03 sendUrl INFO C3 [730] R:OK -2015-03-11 07:21:52 queue INFO >>C3 [731] -2015-03-11 07:21:53 sendUrl INFO C3 [731] R:OK -2015-03-11 07:22:43 queue INFO >>C3 [732] -2015-03-11 07:22:43 sendUrl INFO C3 [732] R:OK -2015-03-11 07:23:33 queue INFO >>C3 [733] -2015-03-11 07:23:33 sendUrl INFO C3 [733] R:OK -2015-03-11 07:24:23 queue INFO >>C3 [734] -2015-03-11 07:24:23 sendUrl INFO C3 [734] R:OK -2015-03-11 07:24:46 queue INFO 83 [735] -2015-03-11 07:24:46 queue INFO >83 [736] -2015-03-11 07:24:47 sendUrl INFO 83 [735] R:OK -2015-03-11 07:24:47 sendUrl INFO 83 [736] R:OK -2015-03-11 07:24:49 queue INFO 87 [737] -2015-03-11 07:24:49 queue INFO >87 [738] -2015-03-11 07:24:49 sendUrl INFO 87 [737] R:OK -2015-03-11 07:24:50 sendUrl INFO 87 [738] R:OK -2015-03-11 07:24:50 queue INFO 83 [739] -2015-03-11 07:24:51 queue INFO >83 [740] -2015-03-11 07:24:51 sendUrl INFO 83 [739] R:OK -2015-03-11 07:24:51 sendUrl INFO 83 [740] R:OK -2015-03-11 07:25:40 queue INFO >>83 [741] -2015-03-11 07:25:41 sendUrl INFO 83 [741] R:OK -2015-03-11 07:26:31 queue INFO >>83 [742] -2015-03-11 07:26:31 sendUrl INFO 83 [742] R:OK -2015-03-11 07:27:21 queue INFO >>83 [743] -2015-03-11 07:27:21 sendUrl INFO 83 [743] R:OK -2015-03-11 07:28:11 queue INFO >>83 [744] -2015-03-11 07:28:12 sendUrl INFO 83 [744] R:OK -2015-03-11 07:29:01 queue INFO >>83 [745] -2015-03-11 07:29:01 sendUrl INFO 83 [745] R:OK -2015-03-11 07:29:51 queue INFO >>83 [746] -2015-03-11 07:29:52 sendUrl INFO 83 [746] R:OK -2015-03-11 07:30:41 queue INFO >>83 [747] -2015-03-11 07:30:42 sendUrl INFO 83 [747] R:OK -2015-03-11 07:31:32 queue INFO >>83 [748] -2015-03-11 07:31:32 sendUrl INFO 83 [748] R:OK -2015-03-11 07:31:58 queue INFO 87 [749] -2015-03-11 07:31:58 queue INFO >87 [750] -2015-03-11 07:31:59 sendUrl INFO 87 [749] R:OK -2015-03-11 07:31:59 sendUrl INFO 87 [750] R:OK -2015-03-11 07:32:00 queue INFO 83 [751] -2015-03-11 07:32:00 queue INFO >83 [752] -2015-03-11 07:32:00 sendUrl INFO 83 [751] R:OK -2015-03-11 07:32:01 sendUrl INFO 83 [752] R:OK -2015-03-11 07:32:50 queue INFO >>83 [753] -2015-03-11 07:32:50 sendUrl INFO 83 [753] R:OK -2015-03-11 07:33:40 queue INFO >>83 [754] -2015-03-11 07:33:40 sendUrl INFO 83 [754] R:OK -2015-03-11 07:34:30 queue INFO >>83 [755] -2015-03-11 07:34:31 sendUrl INFO 83 [755] R:OK -2015-03-11 07:35:20 queue INFO >>83 [756] -2015-03-11 07:35:20 sendUrl INFO 83 [756] R:OK -2015-03-11 07:36:10 queue INFO >>83 [757] -2015-03-11 07:36:11 sendUrl INFO 83 [757] R:OK -2015-03-11 07:37:01 queue INFO >>83 [758] -2015-03-11 07:37:01 sendUrl INFO 83 [758] R:OK -2015-03-11 07:37:51 queue INFO >>83 [759] -2015-03-11 07:37:51 sendUrl INFO 83 [759] R:OK -2015-03-11 07:38:41 queue INFO >>83 [760] -2015-03-11 07:38:41 sendUrl INFO 83 [760] R:OK -2015-03-11 07:39:07 queue INFO 87 [761] -2015-03-11 07:39:07 queue INFO >87 [762] -2015-03-11 07:39:07 sendUrl INFO 87 [761] R:OK -2015-03-11 07:39:08 sendUrl INFO 87 [762] R:OK -2015-03-11 07:39:09 queue INFO 83 [763] -2015-03-11 07:39:09 queue INFO >83 [764] -2015-03-11 07:39:09 sendUrl INFO 83 [763] R:OK -2015-03-11 07:39:09 sendUrl INFO 83 [764] R:OK -2015-03-11 07:39:59 queue INFO >>83 [765] -2015-03-11 07:39:59 sendUrl INFO 83 [765] R:OK -2015-03-11 07:40:49 queue INFO >>83 [766] -2015-03-11 07:40:50 sendUrl INFO 83 [766] R:OK -2015-03-11 07:41:39 queue INFO >>83 [767] -2015-03-11 07:41:39 sendUrl INFO 83 [767] R:OK -2015-03-11 07:42:29 queue INFO >>83 [768] -2015-03-11 07:42:30 sendUrl INFO 83 [768] R:OK -2015-03-11 07:43:19 queue INFO >>83 [769] -2015-03-11 07:43:20 sendUrl INFO 83 [769] R:OK -2015-03-11 07:44:10 queue INFO >>83 [770] -2015-03-11 07:44:10 sendUrl INFO 83 [770] R:OK -2015-03-11 07:45:00 queue INFO >>83 [771] -2015-03-11 07:45:00 sendUrl INFO 83 [771] R:OK -2015-03-11 07:45:50 queue INFO >>83 [772] -2015-03-11 07:45:50 sendUrl INFO 83 [772] R:OK -2015-03-11 07:46:16 queue INFO 87 [773] -2015-03-11 07:46:16 queue INFO >87 [774] -2015-03-11 07:46:16 sendUrl INFO 87 [773] R:OK -2015-03-11 07:46:17 sendUrl INFO 87 [774] R:OK -2015-03-11 07:46:18 queue INFO 83 [775] -2015-03-11 07:46:18 sendUrl INFO 83 [775] R:OK -2015-03-11 07:46:18 queue INFO >83 [776] -2015-03-11 07:46:18 sendUrl INFO 83 [776] R:OK -2015-03-11 07:47:08 queue INFO >>83 [777] -2015-03-11 07:47:08 sendUrl INFO 83 [777] R:OK -2015-03-11 07:47:58 queue INFO >>83 [778] -2015-03-11 07:47:59 sendUrl INFO 83 [778] R:OK -2015-03-11 07:48:48 queue INFO >>83 [779] -2015-03-11 07:48:48 sendUrl INFO 83 [779] R:OK -2015-03-11 07:49:38 queue INFO >>83 [780] -2015-03-11 07:49:39 sendUrl INFO 83 [780] R:OK -2015-03-11 07:50:28 queue INFO >>83 [781] -2015-03-11 07:50:29 sendUrl INFO 83 [781] R:OK -2015-03-11 07:51:19 queue INFO >>83 [782] -2015-03-11 07:51:19 sendUrl INFO 83 [782] R:OK -2015-03-11 07:52:09 queue INFO >>83 [783] -2015-03-11 07:52:09 sendUrl INFO 83 [783] R:OK -2015-03-11 07:52:59 queue INFO >>83 [784] -2015-03-11 07:52:59 sendUrl INFO 83 [784] R:OK -2015-03-11 07:53:25 queue INFO 87 [785] -2015-03-11 07:53:25 queue INFO >87 [786] -2015-03-11 07:53:25 sendUrl INFO 87 [785] R:OK -2015-03-11 07:53:26 sendUrl INFO 87 [786] R:OK -2015-03-11 07:53:26 queue INFO 83 [787] -2015-03-11 07:53:27 queue INFO >83 [788] -2015-03-11 07:53:27 sendUrl INFO 83 [787] R:OK -2015-03-11 07:53:27 sendUrl INFO 83 [788] R:OK -2015-03-11 07:54:17 queue INFO >>83 [789] -2015-03-11 07:54:17 sendUrl INFO 83 [789] R:OK -2015-03-11 07:55:07 queue INFO >>83 [790] -2015-03-11 07:55:07 sendUrl INFO 83 [790] R:OK -2015-03-11 07:55:57 queue INFO >>83 [791] -2015-03-11 07:55:57 sendUrl INFO 83 [791] R:OK -2015-03-11 07:56:47 queue INFO >>83 [792] -2015-03-11 07:56:48 sendUrl INFO 83 [792] R:OK -2015-03-11 07:57:37 queue INFO >>83 [793] -2015-03-11 07:57:37 sendUrl INFO 83 [793] R:OK -2015-03-11 07:58:27 queue INFO >>83 [794] -2015-03-11 07:58:28 sendUrl INFO 83 [794] R:OK -2015-03-11 07:59:18 queue INFO >>83 [795] -2015-03-11 07:59:18 sendUrl INFO 83 [795] R:OK -2015-03-11 08:00:08 queue INFO >>83 [796] -2015-03-11 08:00:08 sendUrl INFO 83 [796] R:OK -2015-03-11 08:00:34 queue INFO C7 [797] -2015-03-11 08:00:34 sendUrl INFO C7 [797] R:OK -2015-03-11 08:00:34 queue INFO >C7 [798] -2015-03-11 08:00:34 sendUrl INFO C7 [798] R:OK -2015-03-11 08:00:35 queue INFO C3 [799] -2015-03-11 08:00:35 queue INFO >C3 [800] -2015-03-11 08:00:36 sendUrl INFO C3 [799] R:OK -2015-03-11 08:00:36 sendUrl INFO C3 [800] R:OK -2015-03-11 08:01:25 queue INFO >>C3 [801] -2015-03-11 08:01:26 sendUrl INFO C3 [801] R:OK -2015-03-11 08:02:15 queue INFO >>C3 [802] -2015-03-11 08:02:16 sendUrl INFO C3 [802] R:OK -2015-03-11 08:03:06 queue INFO >>C3 [803] -2015-03-11 08:03:06 sendUrl INFO C3 [803] R:OK -2015-03-11 08:03:49 queue INFO C1 [804] -2015-03-11 08:03:49 queue INFO >C1 [805] -2015-03-11 08:03:50 sendUrl INFO C1 [804] R:OK -2015-03-11 08:03:50 sendUrl INFO C1 [805] R:OK -2015-03-11 08:04:39 queue INFO >>C1 [806] -2015-03-11 08:04:39 sendUrl INFO C1 [806] R:OK -2015-03-11 08:05:29 queue INFO >>C1 [807] -2015-03-11 08:05:30 sendUrl INFO C1 [807] R:OK -2015-03-11 08:06:19 queue INFO >>C1 [808] -2015-03-11 08:06:20 sendUrl INFO C1 [808] R:OK -2015-03-11 08:07:10 queue INFO >>C1 [809] -2015-03-11 08:07:10 sendUrl INFO C1 [809] R:OK -2015-03-11 08:08:00 queue INFO >>C1 [810] -2015-03-11 08:08:00 sendUrl INFO C1 [810] R:OK -2015-03-11 08:08:22 queue INFO D9 [811] -2015-03-11 08:08:22 queue INFO >D9 [812] -2015-03-11 08:08:22 sendUrl INFO D9 [811] R:OK -2015-03-11 08:08:22 sendUrl INFO D9 [812] R:OK -2015-03-11 08:09:12 queue INFO >>D9 [813] -2015-03-11 08:09:12 sendUrl INFO D9 [813] R:OK -2015-03-11 08:10:02 queue INFO >>D9 [814] -2015-03-11 08:10:02 sendUrl INFO D9 [814] R:OK -2015-03-11 08:10:52 queue INFO >>D9 [815] -2015-03-11 08:10:52 sendUrl INFO D9 [815] R:OK -2015-03-11 08:11:42 queue INFO >>D9 [816] -2015-03-11 08:11:43 sendUrl INFO D9 [816] R:OK -2015-03-11 08:12:32 queue INFO >>D9 [817] -2015-03-11 08:12:33 sendUrl INFO D9 [817] R:OK -2015-03-11 08:13:23 queue INFO >>D9 [818] -2015-03-11 08:13:23 sendUrl INFO D9 [818] R:OK -2015-03-11 08:13:33 queue INFO C9 [819] -2015-03-11 08:13:33 queue INFO >C9 [820] -2015-03-11 08:13:33 sendUrl INFO C9 [819] R:OK -2015-03-11 08:13:33 sendUrl INFO C9 [820] R:OK -2015-03-11 08:13:36 queue INFO C1 [821] -2015-03-11 08:13:36 queue INFO >C1 [822] -2015-03-11 08:13:36 sendUrl INFO C1 [821] R:OK -2015-03-11 08:13:36 sendUrl INFO C1 [822] R:OK -2015-03-11 08:13:38 queue INFO C3 [823] -2015-03-11 08:13:38 queue INFO >C3 [824] -2015-03-11 08:13:39 sendUrl INFO C3 [823] R:OK -2015-03-11 08:13:39 sendUrl INFO C3 [824] R:OK -2015-03-11 08:14:02 queue INFO 83 [825] -2015-03-11 08:14:02 queue INFO >83 [826] -2015-03-11 08:14:02 sendUrl INFO 83 [825] R:OK -2015-03-11 08:14:03 sendUrl INFO 83 [826] R:OK -2015-03-11 08:14:04 queue INFO 87 [827] -2015-03-11 08:14:05 queue INFO >87 [828] -2015-03-11 08:14:05 sendUrl INFO 87 [827] R:OK -2015-03-11 08:14:05 sendUrl INFO 87 [828] R:OK -2015-03-11 08:14:06 queue INFO 83 [829] -2015-03-11 08:14:06 sendUrl INFO 83 [829] R:OK -2015-03-11 08:14:06 queue INFO >83 [830] -2015-03-11 08:14:07 sendUrl INFO 83 [830] R:OK -2015-03-11 08:14:56 queue INFO >>83 [831] -2015-03-11 08:14:57 sendUrl INFO 83 [831] R:OK -2015-03-11 08:15:46 queue INFO >>83 [832] -2015-03-11 08:15:47 sendUrl INFO 83 [832] R:OK -2015-03-11 08:16:37 queue INFO >>83 [833] -2015-03-11 08:16:37 sendUrl INFO 83 [833] R:OK -2015-03-11 08:17:27 queue INFO >>83 [834] -2015-03-11 08:17:27 sendUrl INFO 83 [834] R:OK -2015-03-11 08:18:17 queue INFO >>83 [835] -2015-03-11 08:18:17 sendUrl INFO 83 [835] R:OK -2015-03-11 08:19:07 queue INFO >>83 [836] -2015-03-11 08:19:07 sendUrl INFO 83 [836] R:OK -2015-03-11 08:19:57 queue INFO >>83 [837] -2015-03-11 08:19:58 sendUrl INFO 83 [837] R:OK -2015-03-11 08:20:47 queue INFO >>83 [838] -2015-03-11 08:20:47 sendUrl INFO 83 [838] R:OK -2015-03-11 08:21:13 queue INFO 87 [839] -2015-03-11 08:21:14 queue INFO >87 [840] -2015-03-11 08:21:14 sendUrl INFO 87 [839] R:OK -2015-03-11 08:21:14 sendUrl INFO 87 [840] R:OK -2015-03-11 08:21:15 queue INFO 83 [841] -2015-03-11 08:21:15 sendUrl INFO 83 [841] R:OK -2015-03-11 08:21:15 queue INFO >83 [842] -2015-03-11 08:21:16 sendUrl INFO 83 [842] R:OK -2015-03-11 08:22:05 queue INFO >>83 [843] -2015-03-11 08:22:05 sendUrl INFO 83 [843] R:OK -2015-03-11 08:22:55 queue INFO >>83 [844] -2015-03-11 08:22:56 sendUrl INFO 83 [844] R:OK -2015-03-11 08:23:45 queue INFO >>83 [845] -2015-03-11 08:23:46 sendUrl INFO 83 [845] R:OK -2015-03-11 08:24:36 queue INFO >>83 [846] -2015-03-11 08:24:36 sendUrl INFO 83 [846] R:OK -2015-03-11 08:25:26 queue INFO >>83 [847] -2015-03-11 08:25:26 sendUrl INFO 83 [847] R:OK -2015-03-11 08:26:16 queue INFO >>83 [848] -2015-03-11 08:26:16 sendUrl INFO 83 [848] R:OK -2015-03-11 08:27:06 queue INFO >>83 [849] -2015-03-11 08:27:06 sendUrl INFO 83 [849] R:OK -2015-03-11 08:27:56 queue INFO >>83 [850] -2015-03-11 08:27:56 sendUrl INFO 83 [850] R:OK -2015-03-11 08:28:22 queue INFO 87 [851] -2015-03-11 08:28:22 queue INFO >87 [852] -2015-03-11 08:28:23 sendUrl INFO 87 [851] R:OK -2015-03-11 08:28:23 sendUrl INFO 87 [852] R:OK -2015-03-11 08:28:24 queue INFO 83 [853] -2015-03-11 08:28:24 sendUrl INFO 83 [853] R:OK -2015-03-11 08:28:24 queue INFO >83 [854] -2015-03-11 08:28:24 sendUrl INFO 83 [854] R:OK -2015-03-11 08:29:14 queue INFO >>83 [855] -2015-03-11 08:29:14 sendUrl INFO 83 [855] R:OK -2015-03-11 08:30:04 queue INFO >>83 [856] -2015-03-11 08:30:05 sendUrl INFO 83 [856] R:OK -2015-03-11 08:30:54 queue INFO >>83 [857] -2015-03-11 08:30:55 sendUrl INFO 83 [857] R:OK -2015-03-11 08:31:45 queue INFO >>83 [858] -2015-03-11 08:31:45 sendUrl INFO 83 [858] R:OK -2015-03-11 08:32:35 queue INFO >>83 [859] -2015-03-11 08:32:35 sendUrl INFO 83 [859] R:OK -2015-03-11 08:33:25 queue INFO >>83 [860] -2015-03-11 08:33:25 sendUrl INFO 83 [860] R:OK -2015-03-11 08:34:15 queue INFO >>83 [861] -2015-03-11 08:34:15 sendUrl INFO 83 [861] R:OK -2015-03-11 08:35:05 queue INFO >>83 [862] -2015-03-11 08:35:05 sendUrl INFO 83 [862] R:OK -2015-03-11 08:35:31 queue INFO 87 [863] -2015-03-11 08:35:31 queue INFO >87 [864] -2015-03-11 08:35:31 sendUrl INFO 87 [863] R:OK -2015-03-11 08:35:32 sendUrl INFO 87 [864] R:OK -2015-03-11 08:35:33 queue INFO 83 [865] -2015-03-11 08:35:33 queue INFO >83 [866] -2015-03-11 08:35:33 sendUrl INFO 83 [865] R:OK -2015-03-11 08:35:33 sendUrl INFO 83 [866] R:OK -2015-03-11 08:36:23 queue INFO >>83 [867] -2015-03-11 08:36:23 sendUrl INFO 83 [867] R:OK -2015-03-11 08:37:13 queue INFO >>83 [868] -2015-03-11 08:37:13 sendUrl INFO 83 [868] R:OK -2015-03-11 08:38:03 queue INFO >>83 [869] -2015-03-11 08:38:03 sendUrl INFO 83 [869] R:OK -2015-03-11 08:38:53 queue INFO >>83 [870] -2015-03-11 08:38:54 sendUrl INFO 83 [870] R:OK -2015-03-11 08:39:43 queue INFO >>83 [871] -2015-03-11 08:39:44 sendUrl INFO 83 [871] R:OK -2015-03-11 08:40:34 queue INFO >>83 [872] -2015-03-11 08:40:34 sendUrl INFO 83 [872] R:OK -2015-03-11 08:41:24 queue INFO >>83 [873] -2015-03-11 08:41:24 sendUrl INFO 83 [873] R:OK -2015-03-11 08:42:14 queue INFO >>83 [874] -2015-03-11 08:42:14 sendUrl INFO 83 [874] R:OK -2015-03-11 08:42:40 queue INFO C7 [875] -2015-03-11 08:42:40 queue INFO >C7 [876] -2015-03-11 08:42:40 sendUrl INFO C7 [875] R:OK -2015-03-11 08:42:41 sendUrl INFO C7 [876] R:OK -2015-03-11 08:42:41 queue INFO C3 [877] -2015-03-11 08:42:42 queue INFO >C3 [878] -2015-03-11 08:42:42 sendUrl INFO C3 [877] R:OK -2015-03-11 08:42:42 sendUrl INFO C3 [878] R:OK -2015-03-11 08:43:31 queue INFO >>C3 [879] -2015-03-11 08:43:32 sendUrl INFO C3 [879] R:OK -2015-03-11 08:44:22 queue INFO >>C3 [880] -2015-03-11 08:44:22 sendUrl INFO C3 [880] R:OK -2015-03-11 08:45:12 queue INFO >>C3 [881] -2015-03-11 08:45:12 sendUrl INFO C3 [881] R:OK -2015-03-11 08:46:02 queue INFO >>C3 [882] -2015-03-11 08:46:02 sendUrl INFO C3 [882] R:OK -2015-03-11 08:46:52 queue INFO >>C3 [883] -2015-03-11 08:46:53 sendUrl INFO C3 [883] R:OK -2015-03-11 08:47:42 queue INFO >>C3 [884] -2015-03-11 08:47:42 sendUrl INFO C3 [884] R:OK -2015-03-11 08:48:32 queue INFO >>C3 [885] -2015-03-11 08:48:33 sendUrl INFO C3 [885] R:OK -2015-03-11 08:49:23 queue INFO >>C3 [886] -2015-03-11 08:49:23 sendUrl INFO C3 [886] R:OK -2015-03-11 08:49:46 queue INFO 83 [887] -2015-03-11 08:49:46 queue INFO >83 [888] -2015-03-11 08:49:46 sendUrl INFO 83 [887] R:OK -2015-03-11 08:49:47 sendUrl INFO 83 [888] R:OK -2015-03-11 08:49:48 queue INFO 87 [889] -2015-03-11 08:49:49 queue INFO >87 [890] -2015-03-11 08:49:49 sendUrl INFO 87 [889] R:OK -2015-03-11 08:49:49 sendUrl INFO 87 [890] R:OK -2015-03-11 08:49:50 queue INFO 83 [891] -2015-03-11 08:49:50 sendUrl INFO 83 [891] R:OK -2015-03-11 08:49:50 queue INFO >83 [892] -2015-03-11 08:49:51 sendUrl INFO 83 [892] R:OK -2015-03-11 08:50:40 queue INFO >>83 [893] -2015-03-11 08:50:41 sendUrl INFO 83 [893] R:OK -2015-03-11 08:51:21 queue INFO 81 [894] -2015-03-11 08:51:21 queue INFO >81 [895] -2015-03-11 08:51:21 sendUrl INFO 81 [894] R:OK -2015-03-11 08:51:21 sendUrl INFO 81 [895] R:OK -2015-03-11 08:51:26 queue INFO 83 [896] -2015-03-11 08:51:26 queue INFO >83 [897] -2015-03-11 08:51:26 sendUrl INFO 83 [896] R:OK -2015-03-11 08:51:26 sendUrl INFO 83 [897] R:OK -2015-03-11 08:52:16 queue INFO >>83 [898] -2015-03-11 08:52:16 sendUrl INFO 83 [898] R:OK -2015-03-11 08:53:06 queue INFO >>83 [899] -2015-03-11 08:53:06 sendUrl INFO 83 [899] R:OK -2015-03-11 08:53:56 queue INFO >>83 [900] -2015-03-11 08:53:56 sendUrl INFO 83 [900] R:OK -2015-03-11 08:54:46 queue INFO >>83 [901] -2015-03-11 08:54:47 sendUrl INFO 83 [901] R:OK -2015-03-11 08:55:36 queue INFO >>83 [902] -2015-03-11 08:55:37 sendUrl INFO 83 [902] R:OK -2015-03-11 08:56:26 queue INFO >>83 [903] -2015-03-11 08:56:27 sendUrl INFO 83 [903] R:OK -2015-03-11 08:56:58 queue INFO 87 [904] -2015-03-11 08:56:58 sendUrl INFO 87 [904] R:OK -2015-03-11 08:56:58 queue INFO >87 [905] -2015-03-11 08:56:59 sendUrl INFO 87 [905] R:OK -2015-03-11 08:57:00 queue INFO 83 [906] -2015-03-11 08:57:00 queue INFO >83 [907] -2015-03-11 08:57:00 sendUrl INFO 83 [906] R:OK -2015-03-11 08:57:01 sendUrl INFO 83 [907] R:OK -2015-03-11 08:57:50 queue INFO >>83 [908] -2015-03-11 08:57:50 sendUrl INFO 83 [908] R:OK -2015-03-11 08:58:40 queue INFO >>83 [909] -2015-03-11 08:58:40 sendUrl INFO 83 [909] R:OK -2015-03-11 08:59:30 queue INFO >>83 [910] -2015-03-11 08:59:30 sendUrl INFO 83 [910] R:OK -2015-03-11 09:00:20 queue INFO >>83 [911] -2015-03-11 09:00:20 sendUrl INFO 83 [911] R:OK -2015-03-11 09:01:10 queue INFO >>83 [912] -2015-03-11 09:01:11 sendUrl INFO 83 [912] R:OK -2015-03-11 09:02:01 queue INFO >>83 [913] -2015-03-11 09:02:01 sendUrl INFO 83 [913] R:OK -2015-03-11 09:02:51 queue INFO >>83 [914] -2015-03-11 09:02:51 sendUrl INFO 83 [914] R:OK -2015-03-11 09:03:41 queue INFO >>83 [915] -2015-03-11 09:03:41 sendUrl INFO 83 [915] R:OK -2015-03-11 09:04:07 queue INFO 87 [916] -2015-03-11 09:04:07 queue INFO >87 [917] -2015-03-11 09:04:08 sendUrl INFO 87 [916] R:OK -2015-03-11 09:04:08 sendUrl INFO 87 [917] R:OK -2015-03-11 09:04:09 queue INFO 83 [918] -2015-03-11 09:04:09 queue INFO >83 [919] -2015-03-11 09:04:09 sendUrl INFO 83 [918] R:OK -2015-03-11 09:04:10 sendUrl INFO 83 [919] R:OK -2015-03-11 09:04:59 queue INFO >>83 [920] -2015-03-11 09:04:59 sendUrl INFO 83 [920] R:OK -2015-03-11 09:05:49 queue INFO >>83 [921] -2015-03-11 09:05:49 sendUrl INFO 83 [921] R:OK -2015-03-11 09:06:39 queue INFO >>83 [922] -2015-03-11 09:06:39 sendUrl INFO 83 [922] R:OK -2015-03-11 09:07:29 queue INFO >>83 [923] -2015-03-11 09:07:29 sendUrl INFO 83 [923] R:OK -2015-03-11 09:08:19 queue INFO >>83 [924] -2015-03-11 09:08:20 sendUrl INFO 83 [924] R:OK -2015-03-11 09:09:09 queue INFO >>83 [925] -2015-03-11 09:09:10 sendUrl INFO 83 [925] R:OK -2015-03-11 09:10:00 queue INFO >>83 [926] -2015-03-11 09:10:00 sendUrl INFO 83 [926] R:OK -2015-03-11 09:10:50 queue INFO >>83 [927] -2015-03-11 09:10:50 sendUrl INFO 83 [927] R:OK -2015-03-11 09:11:16 queue INFO 87 [928] -2015-03-11 09:11:16 sendUrl INFO 87 [928] R:OK -2015-03-11 09:11:16 queue INFO >87 [929] -2015-03-11 09:11:16 sendUrl INFO 87 [929] R:OK -2015-03-11 09:11:17 queue INFO 83 [930] -2015-03-11 09:11:18 queue INFO >83 [931] -2015-03-11 09:11:18 sendUrl INFO 83 [930] R:OK -2015-03-11 09:11:19 sendUrl INFO 83 [931] R:OK -2015-03-11 09:12:08 queue INFO >>83 [932] -2015-03-11 09:12:08 sendUrl INFO 83 [932] R:OK -2015-03-11 09:12:58 queue INFO >>83 [933] -2015-03-11 09:12:58 sendUrl INFO 83 [933] R:OK -2015-03-11 09:13:48 queue INFO >>83 [934] -2015-03-11 09:13:48 sendUrl INFO 83 [934] R:OK -2015-03-11 09:14:38 queue INFO >>83 [935] -2015-03-11 09:14:38 sendUrl INFO 83 [935] R:OK -2015-03-11 09:15:28 queue INFO >>83 [936] -2015-03-11 09:15:29 sendUrl INFO 83 [936] R:OK -2015-03-11 09:16:18 queue INFO >>83 [937] -2015-03-11 09:16:18 sendUrl INFO 83 [937] R:OK -2015-03-11 09:17:09 queue INFO >>83 [938] -2015-03-11 09:17:09 sendUrl INFO 83 [938] R:OK -2015-03-11 09:17:59 queue INFO >>83 [939] -2015-03-11 09:17:59 sendUrl INFO 83 [939] R:OK -2015-03-11 09:18:25 queue INFO 87 [940] -2015-03-11 09:18:25 sendUrl INFO 87 [940] R:OK -2015-03-11 09:18:25 queue INFO >87 [941] -2015-03-11 09:18:25 sendUrl INFO 87 [941] R:OK -2015-03-11 09:18:26 queue INFO 83 [942] -2015-03-11 09:18:27 queue INFO >83 [943] -2015-03-11 09:18:27 sendUrl INFO 83 [942] R:OK -2015-03-11 09:18:27 sendUrl INFO 83 [943] R:OK -2015-03-11 09:19:16 queue INFO >>83 [944] -2015-03-11 09:19:17 sendUrl INFO 83 [944] R:OK -2015-03-11 09:20:07 queue INFO >>83 [945] -2015-03-11 09:20:07 sendUrl INFO 83 [945] R:OK -2015-03-11 09:20:57 queue INFO >>83 [946] -2015-03-11 09:20:57 sendUrl INFO 83 [946] R:OK -2015-03-11 09:21:47 queue INFO >>83 [947] -2015-03-11 09:21:47 sendUrl INFO 83 [947] R:OK -2015-03-11 09:22:37 queue INFO >>83 [948] -2015-03-11 09:22:38 sendUrl INFO 83 [948] R:OK -2015-03-11 09:23:27 queue INFO >>83 [949] -2015-03-11 09:23:27 sendUrl INFO 83 [949] R:OK -2015-03-11 09:24:17 queue INFO >>83 [950] -2015-03-11 09:24:18 sendUrl INFO 83 [950] R:OK -2015-03-11 09:25:08 queue INFO >>83 [951] -2015-03-11 09:25:08 sendUrl INFO 83 [951] R:OK -2015-03-11 09:25:33 queue INFO C7 [952] -2015-03-11 09:25:34 queue INFO >C7 [953] -2015-03-11 09:25:34 sendUrl INFO C7 [952] R:OK -2015-03-11 09:25:34 sendUrl INFO C7 [953] R:OK -2015-03-11 09:25:35 queue INFO C3 [954] -2015-03-11 09:25:35 queue INFO >C3 [955] -2015-03-11 09:25:35 sendUrl INFO C3 [954] R:OK -2015-03-11 09:25:36 sendUrl INFO C3 [955] R:OK -2015-03-11 09:26:25 queue INFO >>C3 [956] -2015-03-11 09:26:26 sendUrl INFO C3 [956] R:OK -2015-03-11 09:27:15 queue INFO >>C3 [957] -2015-03-11 09:27:16 sendUrl INFO C3 [957] R:OK -2015-03-11 09:28:06 queue INFO >>C3 [958] -2015-03-11 09:28:06 sendUrl INFO C3 [958] R:OK -2015-03-11 09:28:56 queue INFO >>C3 [959] -2015-03-11 09:28:56 sendUrl INFO C3 [959] R:OK -2015-03-11 09:29:46 queue INFO >>C3 [960] -2015-03-11 09:29:46 sendUrl INFO C3 [960] R:OK -2015-03-11 09:30:36 queue INFO >>C3 [961] -2015-03-11 09:30:36 sendUrl INFO C3 [961] R:OK -2015-03-11 09:31:26 queue INFO >>C3 [962] -2015-03-11 09:31:27 sendUrl INFO C3 [962] R:OK -2015-03-11 09:32:16 queue INFO >>C3 [963] -2015-03-11 09:32:16 sendUrl INFO C3 [963] R:OK -2015-03-11 09:32:40 queue INFO 83 [964] -2015-03-11 09:32:40 queue INFO >83 [965] -2015-03-11 09:32:40 sendUrl INFO 83 [964] R:OK -2015-03-11 09:32:41 sendUrl INFO 83 [965] R:OK -2015-03-11 09:32:42 queue INFO 87 [966] -2015-03-11 09:32:42 queue INFO >87 [967] -2015-03-11 09:32:43 sendUrl INFO 87 [966] R:OK -2015-03-11 09:32:43 sendUrl INFO 87 [967] R:OK -2015-03-11 09:32:44 queue INFO 83 [968] -2015-03-11 09:32:44 queue INFO >83 [969] -2015-03-11 09:32:44 sendUrl INFO 83 [968] R:OK -2015-03-11 09:32:45 sendUrl INFO 83 [969] R:OK -2015-03-11 09:33:34 queue INFO >>83 [970] -2015-03-11 09:33:34 sendUrl INFO 83 [970] R:OK -2015-03-11 09:34:24 queue INFO >>83 [971] -2015-03-11 09:34:24 sendUrl INFO 83 [971] R:OK -2015-03-11 09:35:14 queue INFO >>83 [972] -2015-03-11 09:35:15 sendUrl INFO 83 [972] R:OK -2015-03-11 09:36:04 queue INFO >>83 [973] -2015-03-11 09:36:05 sendUrl INFO 83 [973] R:OK -2015-03-11 09:36:55 queue INFO >>83 [974] -2015-03-11 09:36:55 sendUrl INFO 83 [974] R:OK -2015-03-11 09:37:45 queue INFO >>83 [975] -2015-03-11 09:37:45 sendUrl INFO 83 [975] R:OK -2015-03-11 09:38:35 queue INFO >>83 [976] -2015-03-11 09:38:35 sendUrl INFO 83 [976] R:OK -2015-03-11 09:39:25 queue INFO >>83 [977] -2015-03-11 09:39:25 sendUrl INFO 83 [977] R:OK -2015-03-11 09:39:51 queue INFO 87 [978] -2015-03-11 09:39:52 queue INFO >87 [979] -2015-03-11 09:39:52 sendUrl INFO 87 [978] R:OK -2015-03-11 09:39:53 sendUrl INFO 87 [979] R:OK -2015-03-11 09:39:53 queue INFO 83 [980] -2015-03-11 09:39:53 queue INFO >83 [981] -2015-03-11 09:39:54 sendUrl INFO 83 [980] R:OK -2015-03-11 09:39:54 sendUrl INFO 83 [981] R:OK -2015-03-11 09:40:43 queue INFO >>83 [982] -2015-03-11 09:40:43 sendUrl INFO 83 [982] R:OK -2015-03-11 09:41:33 queue INFO >>83 [983] -2015-03-11 09:41:34 sendUrl INFO 83 [983] R:OK -2015-03-11 09:42:24 queue INFO >>83 [984] -2015-03-11 09:42:24 sendUrl INFO 83 [984] R:OK -2015-03-11 09:43:14 queue INFO >>83 [985] -2015-03-11 09:43:14 sendUrl INFO 83 [985] R:OK -2015-03-11 09:44:04 queue INFO >>83 [986] -2015-03-11 09:44:04 sendUrl INFO 83 [986] R:OK -2015-03-11 09:44:54 queue INFO >>83 [987] -2015-03-11 09:44:55 sendUrl INFO 83 [987] R:OK -2015-03-11 09:45:44 queue INFO >>83 [988] -2015-03-11 09:45:44 sendUrl INFO 83 [988] R:OK -2015-03-11 09:46:34 queue INFO >>83 [989] -2015-03-11 09:46:35 sendUrl INFO 83 [989] R:OK -2015-03-11 09:47:01 queue INFO 87 [990] -2015-03-11 09:47:01 queue INFO >87 [991] -2015-03-11 09:47:01 sendUrl INFO 87 [990] R:OK -2015-03-11 09:47:01 sendUrl INFO 87 [991] R:OK -2015-03-11 09:47:02 queue INFO 83 [992] -2015-03-11 09:47:02 queue INFO >83 [993] -2015-03-11 09:47:03 sendUrl INFO 83 [992] R:OK -2015-03-11 09:47:03 sendUrl INFO 83 [993] R:OK -2015-03-11 09:47:52 queue INFO >>83 [994] -2015-03-11 09:47:53 sendUrl INFO 83 [994] R:OK -2015-03-11 09:48:43 queue INFO >>83 [995] -2015-03-11 09:48:43 sendUrl INFO 83 [995] R:OK -2015-03-11 09:49:33 queue INFO >>83 [996] -2015-03-11 09:49:33 sendUrl INFO 83 [996] R:OK -2015-03-11 09:50:23 queue INFO >>83 [997] -2015-03-11 09:50:23 sendUrl INFO 83 [997] R:OK -2015-03-11 09:51:13 queue INFO >>83 [998] -2015-03-11 09:51:13 sendUrl INFO 83 [998] R:OK -2015-03-11 09:52:03 queue INFO >>83 [999] -2015-03-11 09:52:03 sendUrl INFO 83 [999] R:OK -2015-03-11 09:52:53 queue INFO >>83 [0] -2015-03-11 09:52:54 sendUrl INFO 83 [0] R:OK -2015-03-11 09:53:43 queue INFO >>83 [1] -2015-03-11 09:53:44 sendUrl INFO 83 [1] R:OK -2015-03-11 09:54:10 queue INFO 87 [2] -2015-03-11 09:54:10 queue INFO >87 [3] -2015-03-11 09:54:10 sendUrl INFO 87 [2] R:OK -2015-03-11 09:54:10 sendUrl INFO 87 [3] R:OK -2015-03-11 09:54:11 queue INFO 83 [4] -2015-03-11 09:54:11 queue INFO >83 [5] -2015-03-11 09:54:11 sendUrl INFO 83 [4] R:OK -2015-03-11 09:54:12 sendUrl INFO 83 [5] R:OK -2015-03-11 09:55:01 queue INFO >>83 [6] -2015-03-11 09:55:02 sendUrl INFO 83 [6] R:OK -2015-03-11 09:55:51 queue INFO >>83 [7] -2015-03-11 09:55:52 sendUrl INFO 83 [7] R:OK -2015-03-11 09:56:42 queue INFO >>83 [8] -2015-03-11 09:56:42 sendUrl INFO 83 [8] R:OK -2015-03-11 09:57:32 queue INFO >>83 [9] -2015-03-11 09:57:32 sendUrl INFO 83 [9] R:OK -2015-03-11 09:58:22 queue INFO >>83 [10] -2015-03-11 09:58:22 sendUrl INFO 83 [10] R:OK -2015-03-11 09:59:12 queue INFO >>83 [11] -2015-03-11 09:59:12 sendUrl INFO 83 [11] R:OK -2015-03-11 10:00:02 queue INFO >>83 [12] -2015-03-11 10:00:03 sendUrl INFO 83 [12] R:OK -2015-03-11 10:00:52 queue INFO >>83 [13] -2015-03-11 10:00:53 sendUrl INFO 83 [13] R:OK -2015-03-11 10:01:18 queue INFO 87 [14] -2015-03-11 10:01:18 queue INFO >87 [15] -2015-03-11 10:01:19 sendUrl INFO 87 [14] R:OK -2015-03-11 10:01:19 sendUrl INFO 87 [15] R:OK -2015-03-11 10:01:20 queue INFO 83 [16] -2015-03-11 10:01:20 queue INFO >83 [17] -2015-03-11 10:01:20 sendUrl INFO 83 [16] R:OK -2015-03-11 10:01:21 sendUrl INFO 83 [17] R:OK -2015-03-11 10:02:10 queue INFO >>83 [18] -2015-03-11 10:02:10 sendUrl INFO 83 [18] R:OK -2015-03-11 10:03:00 queue INFO >>83 [19] -2015-03-11 10:03:00 sendUrl INFO 83 [19] R:OK -2015-03-11 10:03:50 queue INFO >>83 [20] -2015-03-11 10:03:51 sendUrl INFO 83 [20] R:OK -2015-03-11 10:04:40 queue INFO >>83 [21] -2015-03-11 10:04:41 sendUrl INFO 83 [21] R:OK -2015-03-11 10:05:31 queue INFO >>83 [22] -2015-03-11 10:05:31 sendUrl INFO 83 [22] R:OK -2015-03-11 10:06:21 queue INFO >>83 [23] -2015-03-11 10:06:21 sendUrl INFO 83 [23] R:OK -2015-03-11 10:07:00 queue INFO 81 [24] -2015-03-11 10:07:00 queue INFO >81 [25] -2015-03-11 10:07:01 sendUrl INFO 81 [24] R:OK -2015-03-11 10:07:01 sendUrl INFO 81 [25] R:OK -2015-03-11 10:07:50 queue INFO >>81 [26] -2015-03-11 10:07:50 sendUrl INFO 81 [26] R:OK -2015-03-11 10:08:31 queue INFO 91 [27] -2015-03-11 10:08:31 queue INFO 99 [28] -2015-03-11 10:08:32 queue INFO >99 [29] -2015-03-11 10:08:32 sendUrl INFO 91 [27] R:OK -2015-03-11 10:08:32 sendUrl INFO 99 [28] R:OK -2015-03-11 10:08:33 sendUrl INFO 99 [29] R:OK -2015-03-11 10:09:22 queue INFO >>99 [30] -2015-03-11 10:09:22 sendUrl INFO 99 [30] R:OK -2015-03-11 10:10:12 queue INFO >>99 [31] -2015-03-11 10:10:12 sendUrl INFO 99 [31] R:OK -2015-03-11 10:11:01 queue INFO 89 [32] -2015-03-11 10:11:01 queue INFO >89 [33] -2015-03-11 10:11:02 sendUrl INFO 89 [32] R:OK -2015-03-11 10:11:02 sendUrl INFO 89 [33] R:OK -2015-03-11 10:11:04 queue INFO 81 [34] -2015-03-11 10:11:05 queue INFO >81 [35] -2015-03-11 10:11:05 sendUrl INFO 81 [34] R:OK -2015-03-11 10:11:05 sendUrl INFO 81 [35] R:OK -2015-03-11 10:11:07 queue INFO 83 [36] -2015-03-11 10:11:07 queue INFO >83 [37] -2015-03-11 10:11:07 sendUrl INFO 83 [36] R:OK -2015-03-11 10:11:08 sendUrl INFO 83 [37] R:OK -2015-03-11 10:11:35 queue INFO 87 [38] -2015-03-11 10:11:35 queue INFO >87 [39] -2015-03-11 10:11:35 sendUrl INFO 87 [38] R:OK -2015-03-11 10:11:36 sendUrl INFO 87 [39] R:OK -2015-03-11 10:11:37 queue INFO 83 [40] -2015-03-11 10:11:37 queue INFO >83 [41] -2015-03-11 10:11:37 sendUrl INFO 83 [40] R:OK -2015-03-11 10:11:37 sendUrl INFO 83 [41] R:OK -2015-03-11 10:12:27 queue INFO >>83 [42] -2015-03-11 10:12:27 sendUrl INFO 83 [42] R:OK -2015-03-11 10:13:17 queue INFO >>83 [43] -2015-03-11 10:13:17 sendUrl INFO 83 [43] R:OK -2015-03-11 10:14:07 queue INFO >>83 [44] -2015-03-11 10:14:07 sendUrl INFO 83 [44] R:OK -2015-03-11 10:14:57 queue INFO >>83 [45] -2015-03-11 10:14:57 sendUrl INFO 83 [45] R:OK -2015-03-11 10:15:47 queue INFO >>83 [46] -2015-03-11 10:15:48 sendUrl INFO 83 [46] R:OK -2015-03-11 10:16:37 queue INFO >>83 [47] -2015-03-11 10:16:38 sendUrl INFO 83 [47] R:OK -2015-03-11 10:17:28 queue INFO >>83 [48] -2015-03-11 10:17:28 sendUrl INFO 83 [48] R:OK -2015-03-11 10:18:18 queue INFO >>83 [49] -2015-03-11 10:18:18 sendUrl INFO 83 [49] R:OK -2015-03-11 10:18:44 queue INFO 87 [50] -2015-03-11 10:18:44 queue INFO >87 [51] -2015-03-11 10:18:44 sendUrl INFO 87 [50] R:OK -2015-03-11 10:18:45 sendUrl INFO 87 [51] R:OK -2015-03-11 10:18:45 queue INFO 83 [52] -2015-03-11 10:18:46 queue INFO >83 [53] -2015-03-11 10:18:46 sendUrl INFO 83 [52] R:OK -2015-03-11 10:18:46 sendUrl INFO 83 [53] R:OK -2015-03-11 10:19:36 queue INFO >>83 [54] -2015-03-11 10:19:36 sendUrl INFO 83 [54] R:OK -2015-03-11 10:20:26 queue INFO >>83 [55] -2015-03-11 10:20:26 sendUrl INFO 83 [55] R:OK -2015-03-11 10:21:16 queue INFO >>83 [56] -2015-03-11 10:21:16 sendUrl INFO 83 [56] R:OK -2015-03-11 10:22:06 queue INFO >>83 [57] -2015-03-11 10:22:06 sendUrl INFO 83 [57] R:OK -2015-03-11 10:22:56 queue INFO >>83 [58] -2015-03-11 10:22:57 sendUrl INFO 83 [58] R:OK -2015-03-11 10:23:46 queue INFO >>83 [59] -2015-03-11 10:23:47 sendUrl INFO 83 [59] R:OK -2015-03-11 10:24:37 queue INFO >>83 [60] -2015-03-11 10:24:37 sendUrl INFO 83 [60] R:OK -2015-03-11 10:25:27 queue INFO >>83 [61] -2015-03-11 10:25:27 sendUrl INFO 83 [61] R:OK -2015-03-11 10:25:53 queue INFO 87 [62] -2015-03-11 10:25:53 queue INFO >87 [63] -2015-03-11 10:25:53 sendUrl INFO 87 [62] R:OK -2015-03-11 10:25:54 sendUrl INFO 87 [63] R:OK -2015-03-11 10:25:54 queue INFO 83 [64] -2015-03-11 10:25:55 queue INFO >83 [65] -2015-03-11 10:25:55 sendUrl INFO 83 [64] R:OK -2015-03-11 10:25:55 sendUrl INFO 83 [65] R:OK -2015-03-11 10:26:45 queue INFO >>83 [66] -2015-03-11 10:26:45 sendUrl INFO 83 [66] R:OK -2015-03-11 10:27:35 queue INFO >>83 [67] -2015-03-11 10:27:35 sendUrl INFO 83 [67] R:OK -2015-03-11 10:28:25 queue INFO >>83 [68] -2015-03-11 10:28:25 sendUrl INFO 83 [68] R:OK -2015-03-11 10:29:15 queue INFO >>83 [69] -2015-03-11 10:29:15 sendUrl INFO 83 [69] R:OK -2015-03-11 10:30:05 queue INFO >>83 [70] -2015-03-11 10:30:05 sendUrl INFO 83 [70] R:OK -2015-03-11 10:30:55 queue INFO >>83 [71] -2015-03-11 10:30:56 sendUrl INFO 83 [71] R:OK -2015-03-11 10:31:45 queue INFO >>83 [72] -2015-03-11 10:31:46 sendUrl INFO 83 [72] R:OK -2015-03-11 10:32:36 queue INFO >>83 [73] -2015-03-11 10:32:36 sendUrl INFO 83 [73] R:OK -2015-03-11 10:33:02 queue INFO 87 [74] -2015-03-11 10:33:02 sendUrl INFO 87 [74] R:OK -2015-03-11 10:33:02 queue INFO >87 [75] -2015-03-11 10:33:02 sendUrl INFO 87 [75] R:OK -2015-03-11 10:33:03 queue INFO 83 [76] -2015-03-11 10:33:03 queue INFO >83 [77] -2015-03-11 10:33:04 sendUrl INFO 83 [76] R:OK -2015-03-11 10:33:04 sendUrl INFO 83 [77] R:OK -2015-03-11 10:33:53 queue INFO >>83 [78] -2015-03-11 10:33:54 sendUrl INFO 83 [78] R:OK -2015-03-11 10:34:43 queue INFO >>83 [79] -2015-03-11 10:34:44 sendUrl INFO 83 [79] R:OK -2015-03-11 10:35:34 queue INFO >>83 [80] -2015-03-11 10:35:34 sendUrl INFO 83 [80] R:OK -2015-03-11 10:36:24 queue INFO >>83 [81] -2015-03-11 10:36:24 sendUrl INFO 83 [81] R:OK -2015-03-11 10:37:14 queue INFO >>83 [82] -2015-03-11 10:37:14 sendUrl INFO 83 [82] R:OK -2015-03-11 10:38:04 queue INFO >>83 [83] -2015-03-11 10:38:04 sendUrl INFO 83 [83] R:OK -2015-03-11 10:38:54 queue INFO >>83 [84] -2015-03-11 10:38:55 sendUrl INFO 83 [84] R:OK -2015-03-11 10:39:44 queue INFO >>83 [85] -2015-03-11 10:39:45 sendUrl INFO 83 [85] R:OK -2015-03-11 10:40:10 queue INFO C7 [86] -2015-03-11 10:40:10 queue INFO >C7 [87] -2015-03-11 10:40:11 sendUrl INFO C7 [86] R:OK -2015-03-11 10:40:11 sendUrl INFO C7 [87] R:OK -2015-03-11 10:40:12 queue INFO C3 [88] -2015-03-11 10:40:12 queue INFO >C3 [89] -2015-03-11 10:40:12 sendUrl INFO C3 [88] R:OK -2015-03-11 10:40:13 sendUrl INFO C3 [89] R:OK -2015-03-11 10:41:02 queue INFO >>C3 [90] -2015-03-11 10:41:02 sendUrl INFO C3 [90] R:OK -2015-03-11 10:41:52 queue INFO >>C3 [91] -2015-03-11 10:41:52 sendUrl INFO C3 [91] R:OK -2015-03-11 10:42:42 queue INFO >>C3 [92] -2015-03-11 10:42:43 sendUrl INFO C3 [92] R:OK -2015-03-11 10:43:32 queue INFO >>C3 [93] -2015-03-11 10:43:33 sendUrl INFO C3 [93] R:OK -2015-03-11 10:44:23 queue INFO >>C3 [94] -2015-03-11 10:44:23 sendUrl INFO C3 [94] R:OK -2015-03-11 10:45:13 queue INFO >>C3 [95] -2015-03-11 10:45:13 sendUrl INFO C3 [95] R:OK -2015-03-11 10:46:03 queue INFO >>C3 [96] -2015-03-11 10:46:03 sendUrl INFO C3 [96] R:OK -2015-03-11 10:46:53 queue INFO >>C3 [97] -2015-03-11 10:46:53 sendUrl INFO C3 [97] R:OK -2015-03-11 10:47:17 queue INFO 83 [98] -2015-03-11 10:47:17 queue INFO >83 [99] -2015-03-11 10:47:17 sendUrl INFO 83 [98] R:OK -2015-03-11 10:47:17 sendUrl INFO 83 [99] R:OK -2015-03-11 10:47:19 queue INFO 87 [100] -2015-03-11 10:47:19 queue INFO >87 [101] -2015-03-11 10:47:20 sendUrl INFO 87 [100] R:OK -2015-03-11 10:47:20 sendUrl INFO 87 [101] R:OK -2015-03-11 10:47:21 queue INFO 83 [102] -2015-03-11 10:47:21 queue INFO >83 [103] -2015-03-11 10:47:21 sendUrl INFO 83 [102] R:OK -2015-03-11 10:47:22 sendUrl INFO 83 [103] R:OK -2015-03-11 10:48:11 queue INFO >>83 [104] -2015-03-11 10:48:11 sendUrl INFO 83 [104] R:OK -2015-03-11 10:49:01 queue INFO >>83 [105] -2015-03-11 10:49:01 sendUrl INFO 83 [105] R:OK -2015-03-11 10:49:51 queue INFO >>83 [106] -2015-03-11 10:49:52 sendUrl INFO 83 [106] R:OK -2015-03-11 10:50:41 queue INFO >>83 [107] -2015-03-11 10:50:42 sendUrl INFO 83 [107] R:OK -2015-03-11 10:51:32 queue INFO >>83 [108] -2015-03-11 10:51:32 sendUrl INFO 83 [108] R:OK -2015-03-11 10:52:22 queue INFO >>83 [109] -2015-03-11 10:52:22 sendUrl INFO 83 [109] R:OK -2015-03-11 10:53:12 queue INFO >>83 [110] -2015-03-11 10:53:12 sendUrl INFO 83 [110] R:OK -2015-03-11 10:54:02 queue INFO >>83 [111] -2015-03-11 10:54:02 sendUrl INFO 83 [111] R:OK -2015-03-11 10:54:28 queue INFO 87 [112] -2015-03-11 10:54:29 queue INFO >87 [113] -2015-03-11 10:54:29 sendUrl INFO 87 [112] R:OK -2015-03-11 10:54:29 sendUrl INFO 87 [113] R:OK -2015-03-11 10:54:30 queue INFO 83 [114] -2015-03-11 10:54:30 queue INFO >83 [115] -2015-03-11 10:54:30 sendUrl INFO 83 [114] R:OK -2015-03-11 10:54:31 sendUrl INFO 83 [115] R:OK -2015-03-11 10:55:20 queue INFO >>83 [116] -2015-03-11 10:55:21 sendUrl INFO 83 [116] R:OK -2015-03-11 10:56:10 queue INFO >>83 [117] -2015-03-11 10:56:11 sendUrl INFO 83 [117] R:OK -2015-03-11 10:57:01 queue INFO >>83 [118] -2015-03-11 10:57:01 sendUrl INFO 83 [118] R:OK -2015-03-11 10:57:51 queue INFO >>83 [119] -2015-03-11 10:57:51 sendUrl INFO 83 [119] R:OK -2015-03-11 10:58:41 queue INFO >>83 [120] -2015-03-11 10:58:41 sendUrl INFO 83 [120] R:OK -2015-03-11 10:59:31 queue INFO >>83 [121] -2015-03-11 10:59:31 sendUrl INFO 83 [121] R:OK -2015-03-11 11:00:21 queue INFO >>83 [122] -2015-03-11 11:00:21 sendUrl INFO 83 [122] R:OK -2015-03-11 11:01:11 queue INFO >>83 [123] -2015-03-11 11:01:12 sendUrl INFO 83 [123] R:OK -2015-03-11 11:01:38 queue INFO 87 [124] -2015-03-11 11:01:38 queue INFO >87 [125] -2015-03-11 11:01:38 sendUrl INFO 87 [124] R:OK -2015-03-11 11:01:38 sendUrl INFO 87 [125] R:OK -2015-03-11 11:01:39 queue INFO 83 [126] -2015-03-11 11:01:39 sendUrl INFO 83 [126] R:OK -2015-03-11 11:01:39 queue INFO >83 [127] -2015-03-11 11:01:40 sendUrl INFO 83 [127] R:OK -2015-03-11 11:02:29 queue INFO >>83 [128] -2015-03-11 11:02:30 sendUrl INFO 83 [128] R:OK -2015-03-11 11:03:20 queue INFO >>83 [129] -2015-03-11 11:03:20 sendUrl INFO 83 [129] R:OK -2015-03-11 11:04:10 queue INFO >>83 [130] -2015-03-11 11:04:10 sendUrl INFO 83 [130] R:OK -2015-03-11 11:05:00 queue INFO >>83 [131] -2015-03-11 11:05:00 sendUrl INFO 83 [131] R:OK -2015-03-11 11:05:50 queue INFO >>83 [132] -2015-03-11 11:05:51 sendUrl INFO 83 [132] R:OK -2015-03-11 11:06:40 queue INFO >>83 [133] -2015-03-11 11:06:40 sendUrl INFO 83 [133] R:OK -2015-03-11 11:07:30 queue INFO >>83 [134] -2015-03-11 11:07:31 sendUrl INFO 83 [134] R:OK -2015-03-11 11:08:20 queue INFO >>83 [135] -2015-03-11 11:08:21 sendUrl INFO 83 [135] R:OK -2015-03-11 11:08:47 queue INFO 87 [136] -2015-03-11 11:08:47 queue INFO >87 [137] -2015-03-11 11:08:47 sendUrl INFO 87 [136] R:OK -2015-03-11 11:08:47 sendUrl INFO 87 [137] R:OK -2015-03-11 11:08:48 queue INFO 83 [138] -2015-03-11 11:08:48 sendUrl INFO 83 [138] R:OK -2015-03-11 11:08:48 queue INFO >83 [139] -2015-03-11 11:08:49 sendUrl INFO 83 [139] R:OK -2015-03-11 11:09:38 queue INFO >>83 [140] -2015-03-11 11:09:39 sendUrl INFO 83 [140] R:OK -2015-03-11 11:10:28 queue INFO >>83 [141] -2015-03-11 11:10:29 sendUrl INFO 83 [141] R:OK -2015-03-11 11:11:19 queue INFO >>83 [142] -2015-03-11 11:11:19 sendUrl INFO 83 [142] R:OK -2015-03-11 11:12:09 queue INFO >>83 [143] -2015-03-11 11:12:09 sendUrl INFO 83 [143] R:OK -2015-03-11 11:12:59 queue INFO >>83 [144] -2015-03-11 11:12:59 sendUrl INFO 83 [144] R:OK -2015-03-11 11:13:49 queue INFO >>83 [145] -2015-03-11 11:13:49 sendUrl INFO 83 [145] R:OK -2015-03-11 11:14:39 queue INFO >>83 [146] -2015-03-11 11:14:40 sendUrl INFO 83 [146] R:OK -2015-03-11 11:15:29 queue INFO >>83 [147] -2015-03-11 11:15:29 sendUrl INFO 83 [147] R:OK -2015-03-11 11:15:55 queue INFO 87 [148] -2015-03-11 11:15:55 queue INFO >87 [149] -2015-03-11 11:15:56 sendUrl INFO 87 [148] R:OK -2015-03-11 11:15:56 sendUrl INFO 87 [149] R:OK -2015-03-11 11:15:57 queue INFO 83 [150] -2015-03-11 11:15:57 queue INFO >83 [151] -2015-03-11 11:15:57 sendUrl INFO 83 [150] R:OK -2015-03-11 11:15:58 sendUrl INFO 83 [151] R:OK -2015-03-11 11:16:47 queue INFO >>83 [152] -2015-03-11 11:16:47 sendUrl INFO 83 [152] R:OK -2015-03-11 11:17:37 queue INFO >>83 [153] -2015-03-11 11:17:37 sendUrl INFO 83 [153] R:OK -2015-03-11 11:18:27 queue INFO >>83 [154] -2015-03-11 11:18:28 sendUrl INFO 83 [154] R:OK -2015-03-11 11:19:17 queue INFO >>83 [155] -2015-03-11 11:19:18 sendUrl INFO 83 [155] R:OK -2015-03-11 11:20:07 queue INFO >>83 [156] -2015-03-11 11:20:08 sendUrl INFO 83 [156] R:OK -2015-03-11 11:20:58 queue INFO >>83 [157] -2015-03-11 11:20:58 sendUrl INFO 83 [157] R:OK -2015-03-11 11:21:48 queue INFO >>83 [158] -2015-03-11 11:21:48 sendUrl INFO 83 [158] R:OK -2015-03-11 11:22:38 queue INFO >>83 [159] -2015-03-11 11:22:38 sendUrl INFO 83 [159] R:OK -2015-03-11 11:23:04 queue INFO C7 [160] -2015-03-11 11:23:04 queue INFO >C7 [161] -2015-03-11 11:23:05 sendUrl INFO C7 [160] R:OK -2015-03-11 11:23:05 sendUrl INFO C7 [161] R:OK -2015-03-11 11:23:06 queue INFO C3 [162] -2015-03-11 11:23:06 queue INFO >C3 [163] -2015-03-11 11:23:06 sendUrl INFO C3 [162] R:OK -2015-03-11 11:23:07 sendUrl INFO C3 [163] R:OK -2015-03-11 11:23:56 queue INFO >>C3 [164] -2015-03-11 11:23:56 sendUrl INFO C3 [164] R:OK -2015-03-11 11:24:46 queue INFO >>C3 [165] -2015-03-11 11:24:46 sendUrl INFO C3 [165] R:OK -2015-03-11 11:25:36 queue INFO >>C3 [166] -2015-03-11 11:25:37 sendUrl INFO C3 [166] R:OK -2015-03-11 11:26:26 queue INFO >>C3 [167] -2015-03-11 11:26:26 sendUrl INFO C3 [167] R:OK -2015-03-11 11:27:16 queue INFO >>C3 [168] -2015-03-11 11:27:17 sendUrl INFO C3 [168] R:OK -2015-03-11 11:28:07 queue INFO >>C3 [169] -2015-03-11 11:28:07 sendUrl INFO C3 [169] R:OK -2015-03-11 11:28:57 queue INFO >>C3 [170] -2015-03-11 11:28:57 sendUrl INFO C3 [170] R:OK -2015-03-11 11:29:47 queue INFO >>C3 [171] -2015-03-11 11:29:47 sendUrl INFO C3 [171] R:OK -2015-03-11 11:30:10 queue INFO 83 [172] -2015-03-11 11:30:10 queue INFO >83 [173] -2015-03-11 11:30:10 sendUrl INFO 83 [172] R:OK -2015-03-11 11:30:11 sendUrl INFO 83 [173] R:OK -2015-03-11 11:30:13 queue INFO 87 [174] -2015-03-11 11:30:13 queue INFO >87 [175] -2015-03-11 11:30:13 sendUrl INFO 87 [174] R:OK -2015-03-11 11:30:13 sendUrl INFO 87 [175] R:OK -2015-03-11 11:30:14 queue INFO 83 [176] -2015-03-11 11:30:14 sendUrl INFO 83 [176] R:OK -2015-03-11 11:30:15 queue INFO >83 [177] -2015-03-11 11:30:15 sendUrl INFO 83 [177] R:OK -2015-03-11 11:31:04 queue INFO >>83 [178] -2015-03-11 11:31:05 sendUrl INFO 83 [178] R:OK -2015-03-11 11:31:55 queue INFO >>83 [179] -2015-03-11 11:31:55 sendUrl INFO 83 [179] R:OK -2015-03-11 11:32:45 queue INFO >>83 [180] -2015-03-11 11:32:45 sendUrl INFO 83 [180] R:OK -2015-03-11 11:33:35 queue INFO >>83 [181] -2015-03-11 11:33:35 sendUrl INFO 83 [181] R:OK -2015-03-11 11:34:25 queue INFO >>83 [182] -2015-03-11 11:34:25 sendUrl INFO 83 [182] R:OK -2015-03-11 11:35:15 queue INFO >>83 [183] -2015-03-11 11:35:16 sendUrl INFO 83 [183] R:OK -2015-03-11 11:36:05 queue INFO >>83 [184] -2015-03-11 11:36:06 sendUrl INFO 83 [184] R:OK -2015-03-11 11:36:56 queue INFO >>83 [185] -2015-03-11 11:36:56 sendUrl INFO 83 [185] R:OK -2015-03-11 11:37:22 queue INFO 87 [186] -2015-03-11 11:37:22 sendUrl INFO 87 [186] R:OK -2015-03-11 11:37:22 queue INFO >87 [187] -2015-03-11 11:37:23 sendUrl INFO 87 [187] R:OK -2015-03-11 11:37:24 queue INFO 83 [188] -2015-03-11 11:37:24 queue INFO >83 [189] -2015-03-11 11:37:24 sendUrl INFO 83 [188] R:OK -2015-03-11 11:37:25 sendUrl INFO 83 [189] R:OK -2015-03-11 11:38:14 queue INFO >>83 [190] -2015-03-11 11:38:14 sendUrl INFO 83 [190] R:OK -2015-03-11 11:39:04 queue INFO >>83 [191] -2015-03-11 11:39:05 sendUrl INFO 83 [191] R:OK -2015-03-11 11:39:54 queue INFO >>83 [192] -2015-03-11 11:39:54 sendUrl INFO 83 [192] R:OK -2015-03-11 11:40:44 queue INFO >>83 [193] -2015-03-11 11:40:45 sendUrl INFO 83 [193] R:OK -2015-03-11 11:41:35 queue INFO >>83 [194] -2015-03-11 11:41:35 sendUrl INFO 83 [194] R:OK -2015-03-11 11:42:25 queue INFO >>83 [195] -2015-03-11 11:42:25 sendUrl INFO 83 [195] R:OK -2015-03-11 11:43:15 queue INFO >>83 [196] -2015-03-11 11:43:15 sendUrl INFO 83 [196] R:OK -2015-03-11 11:44:05 queue INFO >>83 [197] -2015-03-11 11:44:06 sendUrl INFO 83 [197] R:OK -2015-03-11 11:44:31 queue INFO 87 [198] -2015-03-11 11:44:31 sendUrl INFO 87 [198] R:OK -2015-03-11 11:44:31 queue INFO >87 [199] -2015-03-11 11:44:32 sendUrl INFO 87 [199] R:OK -2015-03-11 11:44:33 queue INFO 83 [200] -2015-03-11 11:44:33 queue INFO >83 [201] -2015-03-11 11:44:33 sendUrl INFO 83 [200] R:OK -2015-03-11 11:44:34 sendUrl INFO 83 [201] R:OK -2015-03-11 11:45:23 queue INFO >>83 [202] -2015-03-11 11:45:23 sendUrl INFO 83 [202] R:OK -2015-03-11 11:46:13 queue INFO >>83 [203] -2015-03-11 11:46:13 sendUrl INFO 83 [203] R:OK -2015-03-11 11:47:03 queue INFO >>83 [204] -2015-03-11 11:47:04 sendUrl INFO 83 [204] R:OK -2015-03-11 11:47:53 queue INFO >>83 [205] -2015-03-11 11:47:54 sendUrl INFO 83 [205] R:OK -2015-03-11 11:48:44 queue INFO >>83 [206] -2015-03-11 11:48:44 sendUrl INFO 83 [206] R:OK -2015-03-11 11:49:34 queue INFO >>83 [207] -2015-03-11 11:49:34 sendUrl INFO 83 [207] R:OK -2015-03-11 11:50:24 queue INFO >>83 [208] -2015-03-11 11:50:24 sendUrl INFO 83 [208] R:OK -2015-03-11 11:51:14 queue INFO >>83 [209] -2015-03-11 11:51:15 sendUrl INFO 83 [209] R:OK -2015-03-11 11:51:40 queue INFO 87 [210] -2015-03-11 11:51:40 sendUrl INFO 87 [210] R:OK -2015-03-11 11:51:40 queue INFO >87 [211] -2015-03-11 11:51:41 sendUrl INFO 87 [211] R:OK -2015-03-11 11:51:42 queue INFO 83 [212] -2015-03-11 11:51:42 queue INFO >83 [213] -2015-03-11 11:51:42 sendUrl INFO 83 [212] R:OK -2015-03-11 11:51:43 sendUrl INFO 83 [213] R:OK -2015-03-11 11:52:32 queue INFO >>83 [214] -2015-03-11 11:52:32 sendUrl INFO 83 [214] R:OK -2015-03-11 11:53:22 queue INFO >>83 [215] -2015-03-11 11:53:22 sendUrl INFO 83 [215] R:OK -2015-03-11 11:54:12 queue INFO >>83 [216] -2015-03-11 11:54:13 sendUrl INFO 83 [216] R:OK -2015-03-11 11:55:02 queue INFO >>83 [217] -2015-03-11 11:55:03 sendUrl INFO 83 [217] R:OK -2015-03-11 11:55:52 queue INFO >>83 [218] -2015-03-11 11:55:53 sendUrl INFO 83 [218] R:OK -2015-03-11 11:56:43 queue INFO >>83 [219] -2015-03-11 11:56:43 sendUrl INFO 83 [219] R:OK -2015-03-11 11:57:33 queue INFO >>83 [220] -2015-03-11 11:57:33 sendUrl INFO 83 [220] R:OK -2015-03-11 11:58:19 queue INFO 81 [221] -2015-03-11 11:58:19 queue INFO >81 [222] -2015-03-11 11:58:20 sendUrl INFO 81 [221] R:OK -2015-03-11 11:58:20 sendUrl INFO 81 [222] R:OK -2015-03-11 11:59:09 queue INFO >>81 [223] -2015-03-11 11:59:10 sendUrl INFO 81 [223] R:OK -2015-03-11 11:59:29 queue INFO 99 [224] -2015-03-11 11:59:29 queue INFO >99 [225] -2015-03-11 11:59:29 sendUrl INFO 99 [224] R:OK -2015-03-11 11:59:29 sendUrl INFO 99 [225] R:OK -2015-03-11 12:00:19 queue INFO >>99 [226] -2015-03-11 12:00:19 sendUrl INFO 99 [226] R:OK -2015-03-11 12:01:09 queue INFO >>99 [227] -2015-03-11 12:01:09 sendUrl INFO 99 [227] R:OK -2015-03-11 12:01:59 queue INFO >>99 [228] -2015-03-11 12:01:59 sendUrl INFO 99 [228] R:OK -2015-03-11 12:02:49 queue INFO >>99 [229] -2015-03-11 12:02:50 sendUrl INFO 99 [229] R:OK -2015-03-11 12:03:39 queue INFO >>99 [230] -2015-03-11 12:03:40 sendUrl INFO 99 [230] R:OK -2015-03-11 12:04:07 queue INFO 89 [231] -2015-03-11 12:04:08 queue INFO >89 [232] -2015-03-11 12:04:08 sendUrl INFO 89 [231] R:OK -2015-03-11 12:04:08 sendUrl INFO 89 [232] R:OK -2015-03-11 12:04:11 queue INFO 81 [233] -2015-03-11 12:04:11 queue INFO >81 [234] -2015-03-11 12:04:11 sendUrl INFO 81 [233] R:OK -2015-03-11 12:04:11 sendUrl INFO 81 [234] R:OK -2015-03-11 12:04:13 queue INFO 83 [235] -2015-03-11 12:04:13 queue INFO >83 [236] -2015-03-11 12:04:13 sendUrl INFO 83 [235] R:OK -2015-03-11 12:04:13 sendUrl INFO 83 [236] R:OK -2015-03-11 12:04:40 queue INFO 87 [237] -2015-03-11 12:04:40 queue INFO >87 [238] -2015-03-11 12:04:40 sendUrl INFO 87 [237] R:OK -2015-03-11 12:04:40 sendUrl INFO 87 [238] R:OK -2015-03-11 12:04:41 queue INFO 83 [239] -2015-03-11 12:04:41 queue INFO >83 [240] -2015-03-11 12:04:42 sendUrl INFO 83 [239] R:OK -2015-03-11 12:04:42 sendUrl INFO 83 [240] R:OK -2015-03-11 12:05:31 queue INFO >>83 [241] -2015-03-11 12:05:32 sendUrl INFO 83 [241] R:OK -2015-03-11 12:06:22 queue INFO >>83 [242] -2015-03-11 12:06:22 sendUrl INFO 83 [242] R:OK -2015-03-11 12:07:12 queue INFO >>83 [243] -2015-03-11 12:07:12 sendUrl INFO 83 [243] R:OK -2015-03-11 12:08:02 queue INFO >>83 [244] -2015-03-11 12:08:02 sendUrl INFO 83 [244] R:OK -2015-03-11 12:08:52 queue INFO >>83 [245] -2015-03-11 12:08:52 sendUrl INFO 83 [245] R:OK -2015-03-11 12:09:42 queue INFO >>83 [246] -2015-03-11 12:09:43 sendUrl INFO 83 [246] R:OK -2015-03-11 12:10:32 queue INFO >>83 [247] -2015-03-11 12:10:33 sendUrl INFO 83 [247] R:OK -2015-03-11 12:11:22 queue INFO >>83 [248] -2015-03-11 12:11:23 sendUrl INFO 83 [248] R:OK -2015-03-11 12:11:49 queue INFO 87 [249] -2015-03-11 12:11:49 sendUrl INFO 87 [249] R:OK -2015-03-11 12:11:49 queue INFO >87 [250] -2015-03-11 12:11:49 sendUrl INFO 87 [250] R:OK -2015-03-11 12:11:50 queue INFO 83 [251] -2015-03-11 12:11:51 queue INFO >83 [252] -2015-03-11 12:11:51 sendUrl INFO 83 [251] R:OK -2015-03-11 12:11:51 sendUrl INFO 83 [252] R:OK -2015-03-11 12:12:40 queue INFO >>83 [253] -2015-03-11 12:12:41 sendUrl INFO 83 [253] R:OK -2015-03-11 12:13:31 queue INFO >>83 [254] -2015-03-11 12:13:31 sendUrl INFO 83 [254] R:OK -2015-03-11 12:14:21 queue INFO >>83 [255] -2015-03-11 12:14:21 sendUrl INFO 83 [255] R:OK -2015-03-11 12:15:11 queue INFO >>83 [256] -2015-03-11 12:15:11 sendUrl INFO 83 [256] R:OK -2015-03-11 12:16:01 queue INFO >>83 [257] -2015-03-11 12:16:01 sendUrl INFO 83 [257] R:OK -2015-03-11 12:16:51 queue INFO >>83 [258] -2015-03-11 12:16:51 sendUrl INFO 83 [258] R:OK -2015-03-11 12:17:41 queue INFO >>83 [259] -2015-03-11 12:17:42 sendUrl INFO 83 [259] R:OK -2015-03-11 12:18:31 queue INFO >>83 [260] -2015-03-11 12:18:32 sendUrl INFO 83 [260] R:OK -2015-03-11 12:18:58 queue INFO 87 [261] -2015-03-11 12:18:58 queue INFO >87 [262] -2015-03-11 12:18:58 sendUrl INFO 87 [261] R:OK -2015-03-11 12:18:59 sendUrl INFO 87 [262] R:OK -2015-03-11 12:18:59 queue INFO 83 [263] -2015-03-11 12:19:00 queue INFO >83 [264] -2015-03-11 12:19:00 sendUrl INFO 83 [263] R:OK -2015-03-11 12:19:00 sendUrl INFO 83 [264] R:OK -2015-03-11 12:19:49 queue INFO >>83 [265] -2015-03-11 12:19:50 sendUrl INFO 83 [265] R:OK -2015-03-11 12:20:40 queue INFO >>83 [266] -2015-03-11 12:20:40 sendUrl INFO 83 [266] R:OK -2015-03-11 12:21:30 queue INFO >>83 [267] -2015-03-11 12:21:30 sendUrl INFO 83 [267] R:OK -2015-03-11 12:22:20 queue INFO >>83 [268] -2015-03-11 12:22:20 sendUrl INFO 83 [268] R:OK -2015-03-11 12:23:10 queue INFO >>83 [269] -2015-03-11 12:23:11 sendUrl INFO 83 [269] R:OK -2015-03-11 12:24:00 queue INFO >>83 [270] -2015-03-11 12:24:00 sendUrl INFO 83 [270] R:OK -2015-03-11 12:24:50 queue INFO >>83 [271] -2015-03-11 12:24:51 sendUrl INFO 83 [271] R:OK -2015-03-11 12:25:41 queue INFO >>83 [272] -2015-03-11 12:25:41 sendUrl INFO 83 [272] R:OK -2015-03-11 12:26:06 queue INFO 87 [273] -2015-03-11 12:26:07 queue INFO >87 [274] -2015-03-11 12:26:07 sendUrl INFO 87 [273] R:OK -2015-03-11 12:26:07 sendUrl INFO 87 [274] R:OK -2015-03-11 12:26:08 queue INFO 83 [275] -2015-03-11 12:26:08 queue INFO >83 [276] -2015-03-11 12:26:08 sendUrl INFO 83 [275] R:OK -2015-03-11 12:26:09 sendUrl INFO 83 [276] R:OK -2015-03-11 12:26:58 queue INFO >>83 [277] -2015-03-11 12:26:59 sendUrl INFO 83 [277] R:OK -2015-03-11 12:27:48 queue INFO >>83 [278] -2015-03-11 12:27:49 sendUrl INFO 83 [278] R:OK -2015-03-11 12:28:39 queue INFO >>83 [279] -2015-03-11 12:28:39 sendUrl INFO 83 [279] R:OK -2015-03-11 12:29:29 queue INFO >>83 [280] -2015-03-11 12:29:29 sendUrl INFO 83 [280] R:OK -2015-03-11 12:30:19 queue INFO >>83 [281] -2015-03-11 12:30:19 sendUrl INFO 83 [281] R:OK -2015-03-11 12:31:09 queue INFO >>83 [282] -2015-03-11 12:31:09 sendUrl INFO 83 [282] R:OK -2015-03-11 12:31:59 queue INFO >>83 [283] -2015-03-11 12:32:00 sendUrl INFO 83 [283] R:OK -2015-03-11 12:32:49 queue INFO >>83 [284] -2015-03-11 12:32:49 sendUrl INFO 83 [284] R:OK -2015-03-11 12:33:15 queue INFO C7 [285] -2015-03-11 12:33:15 queue INFO >C7 [286] -2015-03-11 12:33:16 sendUrl INFO C7 [285] R:OK -2015-03-11 12:33:16 sendUrl INFO C7 [286] R:OK -2015-03-11 12:33:17 queue INFO C3 [287] -2015-03-11 12:33:17 queue INFO >C3 [288] -2015-03-11 12:33:17 sendUrl INFO C3 [287] R:OK -2015-03-11 12:33:18 sendUrl INFO C3 [288] R:OK -2015-03-11 12:34:07 queue INFO >>C3 [289] -2015-03-11 12:34:07 sendUrl INFO C3 [289] R:OK -2015-03-11 12:34:57 queue INFO >>C3 [290] -2015-03-11 12:34:57 sendUrl INFO C3 [290] R:OK -2015-03-11 12:35:47 queue INFO >>C3 [291] -2015-03-11 12:35:48 sendUrl INFO C3 [291] R:OK -2015-03-11 12:36:37 queue INFO >>C3 [292] -2015-03-11 12:36:37 sendUrl INFO C3 [292] R:OK -2015-03-11 12:37:28 queue INFO >>C3 [293] -2015-03-11 12:37:28 sendUrl INFO C3 [293] R:OK -2015-03-11 12:38:18 queue INFO >>C3 [294] -2015-03-11 12:38:18 sendUrl INFO C3 [294] R:OK -2015-03-11 12:39:08 queue INFO >>C3 [295] -2015-03-11 12:39:08 sendUrl INFO C3 [295] R:OK -2015-03-11 12:39:58 queue INFO >>C3 [296] -2015-03-11 12:39:58 sendUrl INFO C3 [296] R:OK -2015-03-11 12:40:21 queue INFO 83 [297] -2015-03-11 12:40:21 queue INFO >83 [298] -2015-03-11 12:40:22 sendUrl INFO 83 [297] R:OK -2015-03-11 12:40:22 sendUrl INFO 83 [298] R:OK -2015-03-11 12:40:24 queue INFO 87 [299] -2015-03-11 12:40:24 sendUrl INFO 87 [299] R:OK -2015-03-11 12:40:24 queue INFO >87 [300] -2015-03-11 12:40:25 sendUrl INFO 87 [300] R:OK -2015-03-11 12:40:25 queue INFO 83 [301] -2015-03-11 12:40:26 queue INFO >83 [302] -2015-03-11 12:40:26 sendUrl INFO 83 [301] R:OK -2015-03-11 12:40:27 sendUrl INFO 83 [302] R:OK -2015-03-11 12:41:08 queue INFO 81 [303] -2015-03-11 12:41:08 sendUrl INFO 81 [303] R:OK -2015-03-11 12:41:08 queue INFO >81 [304] -2015-03-11 12:41:09 sendUrl INFO 81 [304] R:OK -2015-03-11 12:41:16 queue INFO 83 [305] -2015-03-11 12:41:16 sendUrl INFO 83 [305] R:OK -2015-03-11 12:41:16 queue INFO >83 [306] -2015-03-11 12:41:17 sendUrl INFO 83 [306] R:OK -2015-03-11 12:42:06 queue INFO >>83 [307] -2015-03-11 12:42:07 sendUrl INFO 83 [307] R:OK -2015-03-11 12:42:57 queue INFO >>83 [308] -2015-03-11 12:42:57 sendUrl INFO 83 [308] R:OK -2015-03-11 12:43:47 queue INFO >>83 [309] -2015-03-11 12:43:47 sendUrl INFO 83 [309] R:OK -2015-03-11 12:44:37 queue INFO >>83 [310] -2015-03-11 12:44:37 sendUrl INFO 83 [310] R:OK -2015-03-11 12:45:27 queue INFO >>83 [311] -2015-03-11 12:45:27 sendUrl INFO 83 [311] R:OK -2015-03-11 12:46:17 queue INFO >>83 [312] -2015-03-11 12:46:17 sendUrl INFO 83 [312] R:OK -2015-03-11 12:47:07 queue INFO >>83 [313] -2015-03-11 12:47:08 sendUrl INFO 83 [313] R:OK -2015-03-11 12:47:33 queue INFO 87 [314] -2015-03-11 12:47:34 queue INFO >87 [315] -2015-03-11 12:47:34 sendUrl INFO 87 [314] R:OK -2015-03-11 12:47:34 sendUrl INFO 87 [315] R:OK -2015-03-11 12:47:35 queue INFO 83 [316] -2015-03-11 12:47:35 queue INFO >83 [317] -2015-03-11 12:47:35 sendUrl INFO 83 [316] R:OK -2015-03-11 12:47:36 sendUrl INFO 83 [317] R:OK -2015-03-11 12:48:25 queue INFO >>83 [318] -2015-03-11 12:48:25 sendUrl INFO 83 [318] R:OK -2015-03-11 12:49:15 queue INFO >>83 [319] -2015-03-11 12:49:16 sendUrl INFO 83 [319] R:OK -2015-03-11 12:50:05 queue INFO >>83 [320] -2015-03-11 12:50:06 sendUrl INFO 83 [320] R:OK -2015-03-11 12:50:56 queue INFO >>83 [321] -2015-03-11 12:50:56 sendUrl INFO 83 [321] R:OK -2015-03-11 12:51:46 queue INFO >>83 [322] -2015-03-11 12:51:46 sendUrl INFO 83 [322] R:OK -2015-03-11 12:52:36 queue INFO >>83 [323] -2015-03-11 12:52:37 sendUrl INFO 83 [323] R:OK -2015-03-11 12:53:26 queue INFO >>83 [324] -2015-03-11 12:53:26 sendUrl INFO 83 [324] R:OK -2015-03-11 12:54:16 queue INFO >>83 [325] -2015-03-11 12:54:17 sendUrl INFO 83 [325] R:OK -2015-03-11 12:54:42 queue INFO 87 [326] -2015-03-11 12:54:43 queue INFO >87 [327] -2015-03-11 12:54:43 sendUrl INFO 87 [326] R:OK -2015-03-11 12:54:43 sendUrl INFO 87 [327] R:OK -2015-03-11 12:54:44 queue INFO 83 [328] -2015-03-11 12:54:44 queue INFO >83 [329] -2015-03-11 12:54:44 sendUrl INFO 83 [328] R:OK -2015-03-11 12:54:45 sendUrl INFO 83 [329] R:OK -2015-03-11 12:55:34 queue INFO >>83 [330] -2015-03-11 12:55:34 sendUrl INFO 83 [330] R:OK -2015-03-11 12:56:24 queue INFO >>83 [331] -2015-03-11 12:56:25 sendUrl INFO 83 [331] R:OK -2015-03-11 12:57:14 queue INFO >>83 [332] -2015-03-11 12:57:15 sendUrl INFO 83 [332] R:OK -2015-03-11 12:58:05 queue INFO >>83 [333] -2015-03-11 12:58:05 sendUrl INFO 83 [333] R:OK -2015-03-11 12:58:55 queue INFO >>83 [334] -2015-03-11 12:58:55 sendUrl INFO 83 [334] R:OK -2015-03-11 12:59:45 queue INFO >>83 [335] -2015-03-11 12:59:45 sendUrl INFO 83 [335] R:OK -2015-03-11 13:00:35 queue INFO >>83 [336] -2015-03-11 13:00:35 sendUrl INFO 83 [336] R:OK -2015-03-11 13:01:25 queue INFO >>83 [337] -2015-03-11 13:01:26 sendUrl INFO 83 [337] R:OK -2015-03-11 13:01:51 queue INFO 87 [338] -2015-03-11 13:01:51 queue INFO >87 [339] -2015-03-11 13:01:52 sendUrl INFO 87 [338] R:OK -2015-03-11 13:01:52 sendUrl INFO 87 [339] R:OK -2015-03-11 13:01:53 queue INFO 83 [340] -2015-03-11 13:01:53 queue INFO >83 [341] -2015-03-11 13:01:53 sendUrl INFO 83 [340] R:OK -2015-03-11 13:01:54 sendUrl INFO 83 [341] R:OK -2015-03-11 13:02:43 queue INFO >>83 [342] -2015-03-11 13:02:43 sendUrl INFO 83 [342] R:OK -2015-03-11 13:03:33 queue INFO >>83 [343] -2015-03-11 13:03:33 sendUrl INFO 83 [343] R:OK -2015-03-11 13:04:23 queue INFO >>83 [344] -2015-03-11 13:04:24 sendUrl INFO 83 [344] R:OK -2015-03-11 13:05:13 queue INFO >>83 [345] -2015-03-11 13:05:14 sendUrl INFO 83 [345] R:OK -2015-03-11 13:06:03 queue INFO >>83 [346] -2015-03-11 13:06:04 sendUrl INFO 83 [346] R:OK -2015-03-11 13:06:54 queue INFO >>83 [347] -2015-03-11 13:06:54 sendUrl INFO 83 [347] R:OK -2015-03-11 13:07:44 queue INFO >>83 [348] -2015-03-11 13:07:44 sendUrl INFO 83 [348] R:OK -2015-03-11 13:08:34 queue INFO >>83 [349] -2015-03-11 13:08:34 sendUrl INFO 83 [349] R:OK -2015-03-11 13:09:00 queue INFO 87 [350] -2015-03-11 13:09:00 queue INFO >87 [351] -2015-03-11 13:09:00 sendUrl INFO 87 [350] R:OK -2015-03-11 13:09:01 sendUrl INFO 87 [351] R:OK -2015-03-11 13:09:02 queue INFO 83 [352] -2015-03-11 13:09:02 sendUrl INFO 83 [352] R:OK -2015-03-11 13:09:02 queue INFO >83 [353] -2015-03-11 13:09:02 sendUrl INFO 83 [353] R:OK -2015-03-11 13:09:52 queue INFO >>83 [354] -2015-03-11 13:09:52 sendUrl INFO 83 [354] R:OK -2015-03-11 13:10:42 queue INFO >>83 [355] -2015-03-11 13:10:42 sendUrl INFO 83 [355] R:OK -2015-03-11 13:11:32 queue INFO >>83 [356] -2015-03-11 13:11:32 sendUrl INFO 83 [356] R:OK -2015-03-11 13:12:22 queue INFO >>83 [357] -2015-03-11 13:12:23 sendUrl INFO 83 [357] R:OK -2015-03-11 13:13:12 queue INFO >>83 [358] -2015-03-11 13:13:13 sendUrl INFO 83 [358] R:OK -2015-03-11 13:14:03 queue INFO >>83 [359] -2015-03-11 13:14:03 sendUrl INFO 83 [359] R:OK -2015-03-11 13:14:53 queue INFO >>83 [360] -2015-03-11 13:14:53 sendUrl INFO 83 [360] R:OK -2015-03-11 13:15:43 queue INFO >>83 [361] -2015-03-11 13:15:43 sendUrl INFO 83 [361] R:OK -2015-03-11 13:16:09 queue INFO C7 [362] -2015-03-11 13:16:09 queue INFO >C7 [363] -2015-03-11 13:16:09 sendUrl INFO C7 [362] R:OK -2015-03-11 13:16:10 sendUrl INFO C7 [363] R:OK -2015-03-11 13:16:10 queue INFO C3 [364] -2015-03-11 13:16:11 queue INFO >C3 [365] -2015-03-11 13:16:11 sendUrl INFO C3 [364] R:OK -2015-03-11 13:16:11 sendUrl INFO C3 [365] R:OK -2015-03-11 13:17:00 queue INFO >>C3 [366] -2015-03-11 13:17:01 sendUrl INFO C3 [366] R:OK -2015-03-11 13:17:51 queue INFO >>C3 [367] -2015-03-11 13:17:51 sendUrl INFO C3 [367] R:OK -2015-03-11 13:18:41 queue INFO >>C3 [368] -2015-03-11 13:18:41 sendUrl INFO C3 [368] R:OK -2015-03-11 13:19:31 queue INFO >>C3 [369] -2015-03-11 13:19:31 sendUrl INFO C3 [369] R:OK -2015-03-11 13:20:21 queue INFO >>C3 [370] -2015-03-11 13:20:21 sendUrl INFO C3 [370] R:OK -2015-03-11 13:21:11 queue INFO >>C3 [371] -2015-03-11 13:21:12 sendUrl INFO C3 [371] R:OK -2015-03-11 13:22:01 queue INFO >>C3 [372] -2015-03-11 13:22:01 sendUrl INFO C3 [372] R:OK -2015-03-11 13:22:52 queue INFO >>C3 [373] -2015-03-11 13:22:52 sendUrl INFO C3 [373] R:OK -2015-03-11 13:23:15 queue INFO 83 [374] -2015-03-11 13:23:15 sendUrl INFO 83 [374] R:OK -2015-03-11 13:23:15 queue INFO >83 [375] -2015-03-11 13:23:15 sendUrl INFO 83 [375] R:OK -2015-03-11 13:23:17 queue INFO 87 [376] -2015-03-11 13:23:18 sendUrl INFO 87 [376] R:OK -2015-03-11 13:23:18 queue INFO >87 [377] -2015-03-11 13:23:18 sendUrl INFO 87 [377] R:OK -2015-03-11 13:23:19 queue INFO 83 [378] -2015-03-11 13:23:19 queue INFO >83 [379] -2015-03-11 13:23:20 sendUrl INFO 83 [378] R:OK -2015-03-11 13:23:20 sendUrl INFO 83 [379] R:OK -2015-03-11 13:24:09 queue INFO >>83 [380] -2015-03-11 13:24:09 sendUrl INFO 83 [380] R:OK -2015-03-11 13:24:59 queue INFO >>83 [381] -2015-03-11 13:25:00 sendUrl INFO 83 [381] R:OK -2015-03-11 13:25:49 queue INFO >>83 [382] -2015-03-11 13:25:50 sendUrl INFO 83 [382] R:OK -2015-03-11 13:26:40 queue INFO >>83 [383] -2015-03-11 13:26:40 sendUrl INFO 83 [383] R:OK -2015-03-11 13:27:30 queue INFO >>83 [384] -2015-03-11 13:27:30 sendUrl INFO 83 [384] R:OK -2015-03-11 13:28:20 queue INFO >>83 [385] -2015-03-11 13:28:20 sendUrl INFO 83 [385] R:OK -2015-03-11 13:29:10 queue INFO >>83 [386] -2015-03-11 13:29:10 sendUrl INFO 83 [386] R:OK -2015-03-11 13:30:00 queue INFO >>83 [387] -2015-03-11 13:30:01 sendUrl INFO 83 [387] R:OK -2015-03-11 13:30:27 queue INFO 87 [388] -2015-03-11 13:30:27 queue INFO >87 [389] -2015-03-11 13:30:27 sendUrl INFO 87 [388] R:OK -2015-03-11 13:30:28 sendUrl INFO 87 [389] R:OK -2015-03-11 13:30:29 queue INFO 83 [390] -2015-03-11 13:30:29 queue INFO >83 [391] -2015-03-11 13:30:29 sendUrl INFO 83 [390] R:OK -2015-03-11 13:30:29 sendUrl INFO 83 [391] R:OK -2015-03-11 13:31:19 queue INFO >>83 [392] -2015-03-11 13:31:19 sendUrl INFO 83 [392] R:OK -2015-03-11 13:32:09 queue INFO >>83 [393] -2015-03-11 13:32:09 sendUrl INFO 83 [393] R:OK -2015-03-11 13:32:59 queue INFO >>83 [394] -2015-03-11 13:32:59 sendUrl INFO 83 [394] R:OK -2015-03-11 13:33:49 queue INFO >>83 [395] -2015-03-11 13:33:49 sendUrl INFO 83 [395] R:OK -2015-03-11 13:34:39 queue INFO >>83 [396] -2015-03-11 13:34:40 sendUrl INFO 83 [396] R:OK -2015-03-11 13:35:29 queue INFO >>83 [397] -2015-03-11 13:35:30 sendUrl INFO 83 [397] R:OK -2015-03-11 13:36:20 queue INFO >>83 [398] -2015-03-11 13:36:20 sendUrl INFO 83 [398] R:OK -2015-03-11 13:37:10 queue INFO >>83 [399] -2015-03-11 13:37:10 sendUrl INFO 83 [399] R:OK -2015-03-11 13:37:36 queue INFO 87 [400] -2015-03-11 13:37:36 queue INFO >87 [401] -2015-03-11 13:37:36 sendUrl INFO 87 [400] R:OK -2015-03-11 13:37:37 sendUrl INFO 87 [401] R:OK -2015-03-11 13:37:38 queue INFO 83 [402] -2015-03-11 13:37:38 sendUrl INFO 83 [402] R:OK -2015-03-11 13:37:38 queue INFO >83 [403] -2015-03-11 13:37:38 sendUrl INFO 83 [403] R:OK -2015-03-11 13:38:28 queue INFO >>83 [404] -2015-03-11 13:38:28 sendUrl INFO 83 [404] R:OK -2015-03-11 13:39:18 queue INFO >>83 [405] -2015-03-11 13:39:19 sendUrl INFO 83 [405] R:OK -2015-03-11 13:40:08 queue INFO >>83 [406] -2015-03-11 13:40:08 sendUrl INFO 83 [406] R:OK -2015-03-11 13:40:58 queue INFO >>83 [407] -2015-03-11 13:40:59 sendUrl INFO 83 [407] R:OK -2015-03-11 13:41:48 queue INFO >>83 [408] -2015-03-11 13:41:49 sendUrl INFO 83 [408] R:OK -2015-03-11 13:42:39 queue INFO >>83 [409] -2015-03-11 13:42:39 sendUrl INFO 83 [409] R:OK -2015-03-11 13:43:29 queue INFO >>83 [410] -2015-03-11 13:43:29 sendUrl INFO 83 [410] R:OK -2015-03-11 13:44:19 queue INFO >>83 [411] -2015-03-11 13:44:19 sendUrl INFO 83 [411] R:OK -2015-03-11 13:44:45 queue INFO 87 [412] -2015-03-11 13:44:45 queue INFO >87 [413] -2015-03-11 13:44:45 sendUrl INFO 87 [412] R:OK -2015-03-11 13:44:46 sendUrl INFO 87 [413] R:OK -2015-03-11 13:44:46 queue INFO 83 [414] -2015-03-11 13:44:47 queue INFO >83 [415] -2015-03-11 13:44:47 sendUrl INFO 83 [414] R:OK -2015-03-11 13:44:47 sendUrl INFO 83 [415] R:OK -2015-03-11 13:45:37 queue INFO >>83 [416] -2015-03-11 13:45:37 sendUrl INFO 83 [416] R:OK -2015-03-11 13:46:27 queue INFO >>83 [417] -2015-03-11 13:46:27 sendUrl INFO 83 [417] R:OK -2015-03-11 13:47:17 queue INFO >>83 [418] -2015-03-11 13:47:17 sendUrl INFO 83 [418] R:OK -2015-03-11 13:48:07 queue INFO >>83 [419] -2015-03-11 13:48:08 sendUrl INFO 83 [419] R:OK -2015-03-11 13:48:57 queue INFO >>83 [420] -2015-03-11 13:48:57 sendUrl INFO 83 [420] R:OK -2015-03-11 13:49:47 queue INFO >>83 [421] -2015-03-11 13:49:48 sendUrl INFO 83 [421] R:OK -2015-03-11 13:50:37 queue INFO >>83 [422] -2015-03-11 13:50:38 sendUrl INFO 83 [422] R:OK -2015-03-11 13:51:28 queue INFO >>83 [423] -2015-03-11 13:51:28 sendUrl INFO 83 [423] R:OK -2015-03-11 13:51:54 queue INFO 87 [424] -2015-03-11 13:51:54 queue INFO >87 [425] -2015-03-11 13:51:54 sendUrl INFO 87 [424] R:OK -2015-03-11 13:51:55 sendUrl INFO 87 [425] R:OK -2015-03-11 13:51:55 queue INFO 83 [426] -2015-03-11 13:51:56 queue INFO >83 [427] -2015-03-11 13:51:56 sendUrl INFO 83 [426] R:OK -2015-03-11 13:51:56 sendUrl INFO 83 [427] R:OK -2015-03-11 13:52:45 queue INFO >>83 [428] -2015-03-11 13:52:46 sendUrl INFO 83 [428] R:OK -2015-03-11 13:53:36 queue INFO >>83 [429] -2015-03-11 13:53:36 sendUrl INFO 83 [429] R:OK -2015-03-11 13:54:26 queue INFO >>83 [430] -2015-03-11 13:54:26 sendUrl INFO 83 [430] R:OK -2015-03-11 13:55:16 queue INFO >>83 [431] -2015-03-11 13:55:17 sendUrl INFO 83 [431] R:OK -2015-03-11 13:56:06 queue INFO >>83 [432] -2015-03-11 13:56:06 sendUrl INFO 83 [432] R:OK -2015-03-11 13:56:56 queue INFO >>83 [433] -2015-03-11 13:56:57 sendUrl INFO 83 [433] R:OK -2015-03-11 13:57:46 queue INFO >>83 [434] -2015-03-11 13:57:47 sendUrl INFO 83 [434] R:OK -2015-03-11 13:58:37 queue INFO >>83 [435] -2015-03-11 13:58:37 sendUrl INFO 83 [435] R:OK -2015-03-11 13:59:02 queue INFO C7 [436] -2015-03-11 13:59:03 sendUrl INFO C7 [436] R:OK -2015-03-11 13:59:03 queue INFO >C7 [437] -2015-03-11 13:59:03 sendUrl INFO C7 [437] R:OK -2015-03-11 13:59:04 queue INFO C3 [438] -2015-03-11 13:59:04 queue INFO >C3 [439] -2015-03-11 13:59:05 sendUrl INFO C3 [438] R:OK -2015-03-11 13:59:05 sendUrl INFO C3 [439] R:OK -2015-03-11 13:59:54 queue INFO >>C3 [440] -2015-03-11 13:59:54 sendUrl INFO C3 [440] R:OK -2015-03-11 14:00:44 queue INFO >>C3 [441] -2015-03-11 14:00:45 sendUrl INFO C3 [441] R:OK -2015-03-11 14:01:35 queue INFO >>C3 [442] -2015-03-11 14:01:35 sendUrl INFO C3 [442] R:OK -2015-03-11 14:02:25 queue INFO >>C3 [443] -2015-03-11 14:02:25 sendUrl INFO C3 [443] R:OK -2015-03-11 14:03:15 queue INFO >>C3 [444] -2015-03-11 14:03:15 sendUrl INFO C3 [444] R:OK -2015-03-11 14:04:05 queue INFO >>C3 [445] -2015-03-11 14:04:05 sendUrl INFO C3 [445] R:OK -2015-03-11 14:04:55 queue INFO >>C3 [446] -2015-03-11 14:04:55 sendUrl INFO C3 [446] R:OK -2015-03-11 14:05:45 queue INFO >>C3 [447] -2015-03-11 14:05:46 sendUrl INFO C3 [447] R:OK -2015-03-11 14:06:09 queue INFO 83 [448] -2015-03-11 14:06:09 queue INFO >83 [449] -2015-03-11 14:06:09 sendUrl INFO 83 [448] R:OK -2015-03-11 14:06:09 sendUrl INFO 83 [449] R:OK -2015-03-11 14:06:11 queue INFO 87 [450] -2015-03-11 14:06:11 queue INFO >87 [451] -2015-03-11 14:06:12 sendUrl INFO 87 [450] R:OK -2015-03-11 14:06:12 sendUrl INFO 87 [451] R:OK -2015-03-11 14:06:13 queue INFO 83 [452] -2015-03-11 14:06:13 queue INFO >83 [453] -2015-03-11 14:06:13 sendUrl INFO 83 [452] R:OK -2015-03-11 14:06:14 sendUrl INFO 83 [453] R:OK -2015-03-11 14:06:20 queue INFO 81 [454] -2015-03-11 14:06:20 queue INFO >81 [455] -2015-03-11 14:06:20 sendUrl INFO 81 [454] R:OK -2015-03-11 14:06:21 sendUrl INFO 81 [455] R:OK -2015-03-11 14:06:28 queue INFO 83 [456] -2015-03-11 14:06:28 queue INFO >83 [457] -2015-03-11 14:06:28 sendUrl INFO 83 [456] R:OK -2015-03-11 14:06:29 sendUrl INFO 83 [457] R:OK -2015-03-11 14:07:18 queue INFO >>83 [458] -2015-03-11 14:07:18 sendUrl INFO 83 [458] R:OK -2015-03-11 14:08:08 queue INFO >>83 [459] -2015-03-11 14:08:08 sendUrl INFO 83 [459] R:OK -2015-03-11 14:08:58 queue INFO >>83 [460] -2015-03-11 14:08:59 sendUrl INFO 83 [460] R:OK -2015-03-11 14:09:48 queue INFO >>83 [461] -2015-03-11 14:09:49 sendUrl INFO 83 [461] R:OK -2015-03-11 14:10:39 queue INFO >>83 [462] -2015-03-11 14:10:39 sendUrl INFO 83 [462] R:OK -2015-03-11 14:11:29 queue INFO >>83 [463] -2015-03-11 14:11:29 sendUrl INFO 83 [463] R:OK -2015-03-11 14:12:19 queue INFO >>83 [464] -2015-03-11 14:12:19 sendUrl INFO 83 [464] R:OK -2015-03-11 14:13:09 queue INFO >>83 [465] -2015-03-11 14:13:09 sendUrl INFO 83 [465] R:OK -2015-03-11 14:13:21 queue INFO 87 [466] -2015-03-11 14:13:21 queue INFO >87 [467] -2015-03-11 14:13:21 sendUrl INFO 87 [466] R:OK -2015-03-11 14:13:21 sendUrl INFO 87 [467] R:OK -2015-03-11 14:13:22 queue INFO 83 [468] -2015-03-11 14:13:22 sendUrl INFO 83 [468] R:OK -2015-03-11 14:13:23 queue INFO >83 [469] -2015-03-11 14:13:23 sendUrl INFO 83 [469] R:OK -2015-03-11 14:14:12 queue INFO >>83 [470] -2015-03-11 14:14:13 sendUrl INFO 83 [470] R:OK -2015-03-11 14:15:03 queue INFO >>83 [471] -2015-03-11 14:15:03 sendUrl INFO 83 [471] R:OK -2015-03-11 14:15:53 queue INFO >>83 [472] -2015-03-11 14:15:53 sendUrl INFO 83 [472] R:OK -2015-03-11 14:16:43 queue INFO >>83 [473] -2015-03-11 14:16:43 sendUrl INFO 83 [473] R:OK -2015-03-11 14:17:33 queue INFO >>83 [474] -2015-03-11 14:17:34 sendUrl INFO 83 [474] R:OK -2015-03-11 14:18:23 queue INFO >>83 [475] -2015-03-11 14:18:23 sendUrl INFO 83 [475] R:OK -2015-03-11 14:19:13 queue INFO >>83 [476] -2015-03-11 14:19:14 sendUrl INFO 83 [476] R:OK -2015-03-11 14:20:04 queue INFO >>83 [477] -2015-03-11 14:20:04 sendUrl INFO 83 [477] R:OK -2015-03-11 14:20:30 queue INFO 87 [478] -2015-03-11 14:20:30 queue INFO >87 [479] -2015-03-11 14:20:30 sendUrl INFO 87 [478] R:OK -2015-03-11 14:20:30 sendUrl INFO 87 [479] R:OK -2015-03-11 14:20:31 queue INFO 83 [480] -2015-03-11 14:20:31 sendUrl INFO 83 [480] R:OK -2015-03-11 14:20:31 queue INFO >83 [481] -2015-03-11 14:20:32 sendUrl INFO 83 [481] R:OK -2015-03-11 14:21:21 queue INFO >>83 [482] -2015-03-11 14:21:22 sendUrl INFO 83 [482] R:OK -2015-03-11 14:22:12 queue INFO >>83 [483] -2015-03-11 14:22:12 sendUrl INFO 83 [483] R:OK -2015-03-11 14:23:02 queue INFO >>83 [484] -2015-03-11 14:23:02 sendUrl INFO 83 [484] R:OK -2015-03-11 14:23:52 queue INFO >>83 [485] -2015-03-11 14:23:52 sendUrl INFO 83 [485] R:OK -2015-03-11 14:24:42 queue INFO >>83 [486] -2015-03-11 14:24:43 sendUrl INFO 83 [486] R:OK -2015-03-11 14:25:32 queue INFO >>83 [487] -2015-03-11 14:25:32 sendUrl INFO 83 [487] R:OK -2015-03-11 14:26:22 queue INFO >>83 [488] -2015-03-11 14:26:23 sendUrl INFO 83 [488] R:OK -2015-03-11 14:27:12 queue INFO >>83 [489] -2015-03-11 14:27:13 sendUrl INFO 83 [489] R:OK -2015-03-11 14:27:39 queue INFO 87 [490] -2015-03-11 14:27:39 queue INFO >87 [491] -2015-03-11 14:27:39 sendUrl INFO 87 [490] R:OK -2015-03-11 14:27:39 sendUrl INFO 87 [491] R:OK -2015-03-11 14:27:40 queue INFO 83 [492] -2015-03-11 14:27:40 sendUrl INFO 83 [492] R:OK -2015-03-11 14:27:40 queue INFO >83 [493] -2015-03-11 14:27:41 sendUrl INFO 83 [493] R:OK -2015-03-11 14:28:30 queue INFO >>83 [494] -2015-03-11 14:28:31 sendUrl INFO 83 [494] R:OK -2015-03-11 14:29:20 queue INFO >>83 [495] -2015-03-11 14:29:21 sendUrl INFO 83 [495] R:OK -2015-03-11 14:30:11 queue INFO >>83 [496] -2015-03-11 14:30:11 sendUrl INFO 83 [496] R:OK -2015-03-11 14:31:01 queue INFO >>83 [497] -2015-03-11 14:31:01 sendUrl INFO 83 [497] R:OK -2015-03-11 14:31:51 queue INFO >>83 [498] -2015-03-11 14:31:51 sendUrl INFO 83 [498] R:OK -2015-03-11 14:32:41 queue INFO >>83 [499] -2015-03-11 14:32:41 sendUrl INFO 83 [499] R:OK -2015-03-11 14:33:31 queue INFO >>83 [500] -2015-03-11 14:33:32 sendUrl INFO 83 [500] R:OK -2015-03-11 14:34:21 queue INFO >>83 [501] -2015-03-11 14:34:21 sendUrl INFO 83 [501] R:OK -2015-03-11 14:34:47 queue INFO 87 [502] -2015-03-11 14:34:48 queue INFO >87 [503] -2015-03-11 14:34:48 sendUrl INFO 87 [502] R:OK -2015-03-11 14:34:48 sendUrl INFO 87 [503] R:OK -2015-03-11 14:34:49 queue INFO 83 [504] -2015-03-11 14:34:49 queue INFO >83 [505] -2015-03-11 14:34:49 sendUrl INFO 83 [504] R:OK -2015-03-11 14:34:50 sendUrl INFO 83 [505] R:OK -2015-03-11 14:35:39 queue INFO >>83 [506] -2015-03-11 14:35:40 sendUrl INFO 83 [506] R:OK -2015-03-11 14:36:29 queue INFO >>83 [507] -2015-03-11 14:36:29 sendUrl INFO 83 [507] R:OK -2015-03-11 14:37:19 queue INFO >>83 [508] -2015-03-11 14:37:20 sendUrl INFO 83 [508] R:OK -2015-03-11 14:38:10 queue INFO >>83 [509] -2015-03-11 14:38:10 sendUrl INFO 83 [509] R:OK -2015-03-11 14:39:00 queue INFO >>83 [510] -2015-03-11 14:39:00 sendUrl INFO 83 [510] R:OK -2015-03-11 14:39:50 queue INFO >>83 [511] -2015-03-11 14:39:50 sendUrl INFO 83 [511] R:OK -2015-03-11 14:40:40 queue INFO >>83 [512] -2015-03-11 14:40:40 sendUrl INFO 83 [512] R:OK -2015-03-11 14:41:30 queue INFO >>83 [513] -2015-03-11 14:41:30 sendUrl INFO 83 [513] R:OK -2015-03-11 14:41:56 queue INFO C7 [514] -2015-03-11 14:41:56 sendUrl INFO C7 [514] R:OK -2015-03-11 14:41:56 queue INFO >C7 [515] -2015-03-11 14:41:57 sendUrl INFO C7 [515] R:OK -2015-03-11 14:41:58 queue INFO C3 [516] -2015-03-11 14:41:58 queue INFO >C3 [517] -2015-03-11 14:41:58 sendUrl INFO C3 [516] R:OK -2015-03-11 14:41:59 sendUrl INFO C3 [517] R:OK -2015-03-11 14:42:48 queue INFO >>C3 [518] -2015-03-11 14:42:48 sendUrl INFO C3 [518] R:OK -2015-03-11 14:43:38 queue INFO >>C3 [519] -2015-03-11 14:43:38 sendUrl INFO C3 [519] R:OK -2015-03-11 14:44:28 queue INFO >>C3 [520] -2015-03-11 14:44:29 sendUrl INFO C3 [520] R:OK -2015-03-11 14:45:18 queue INFO >>C3 [521] -2015-03-11 14:45:18 sendUrl INFO C3 [521] R:OK -2015-03-11 14:46:08 queue INFO >>C3 [522] -2015-03-11 14:46:09 sendUrl INFO C3 [522] R:OK -2015-03-11 14:46:59 queue INFO >>C3 [523] -2015-03-11 14:46:59 sendUrl INFO C3 [523] R:OK -2015-03-11 14:47:49 queue INFO >>C3 [524] -2015-03-11 14:47:49 sendUrl INFO C3 [524] R:OK -2015-03-11 14:48:39 queue INFO >>C3 [525] -2015-03-11 14:48:39 sendUrl INFO C3 [525] R:OK -2015-03-11 14:49:02 queue INFO 83 [526] -2015-03-11 14:49:02 queue INFO >83 [527] -2015-03-11 14:49:02 sendUrl INFO 83 [526] R:OK -2015-03-11 14:49:03 sendUrl INFO 83 [527] R:OK -2015-03-11 14:49:05 queue INFO 87 [528] -2015-03-11 14:49:05 queue INFO >87 [529] -2015-03-11 14:49:05 sendUrl INFO 87 [528] R:OK -2015-03-11 14:49:05 sendUrl INFO 87 [529] R:OK -2015-03-11 14:49:06 queue INFO 83 [530] -2015-03-11 14:49:07 sendUrl INFO 83 [530] R:OK -2015-03-11 14:49:07 queue INFO >83 [531] -2015-03-11 14:49:07 sendUrl INFO 83 [531] R:OK -2015-03-11 14:49:56 queue INFO >>83 [532] -2015-03-11 14:49:57 sendUrl INFO 83 [532] R:OK -2015-03-11 14:50:47 queue INFO >>83 [533] -2015-03-11 14:50:47 sendUrl INFO 83 [533] R:OK -2015-03-11 14:51:37 queue INFO >>83 [534] -2015-03-11 14:51:37 sendUrl INFO 83 [534] R:OK -2015-03-11 14:52:27 queue INFO >>83 [535] -2015-03-11 14:52:27 sendUrl INFO 83 [535] R:OK -2015-03-11 14:53:17 queue INFO >>83 [536] -2015-03-11 14:53:17 sendUrl INFO 83 [536] R:OK -2015-03-11 14:54:07 queue INFO >>83 [537] -2015-03-11 14:54:08 sendUrl INFO 83 [537] R:OK -2015-03-11 14:54:57 queue INFO >>83 [538] -2015-03-11 14:54:58 sendUrl INFO 83 [538] R:OK -2015-03-11 14:55:48 queue INFO >>83 [539] -2015-03-11 14:55:48 sendUrl INFO 83 [539] R:OK -2015-03-11 14:56:14 queue INFO 87 [540] -2015-03-11 14:56:14 queue INFO >87 [541] -2015-03-11 14:56:14 sendUrl INFO 87 [540] R:OK -2015-03-11 14:56:15 sendUrl INFO 87 [541] R:OK -2015-03-11 14:56:16 queue INFO 83 [542] -2015-03-11 14:56:16 queue INFO >83 [543] -2015-03-11 14:56:16 sendUrl INFO 83 [542] R:OK -2015-03-11 14:56:17 sendUrl INFO 83 [543] R:OK -2015-03-11 14:57:06 queue INFO >>83 [544] -2015-03-11 14:57:06 sendUrl INFO 83 [544] R:OK -2015-03-11 14:57:56 queue INFO >>83 [545] -2015-03-11 14:57:57 sendUrl INFO 83 [545] R:OK -2015-03-11 14:58:46 queue INFO >>83 [546] -2015-03-11 14:58:46 sendUrl INFO 83 [546] R:OK -2015-03-11 14:59:36 queue INFO >>83 [547] -2015-03-11 14:59:37 sendUrl INFO 83 [547] R:OK -2015-03-11 15:00:27 queue INFO >>83 [548] -2015-03-11 15:00:27 sendUrl INFO 83 [548] R:OK -2015-03-11 15:01:17 queue INFO >>83 [549] -2015-03-11 15:01:17 sendUrl INFO 83 [549] R:OK -2015-03-11 15:02:07 queue INFO >>83 [550] -2015-03-11 15:02:07 sendUrl INFO 83 [550] R:OK -2015-03-11 15:02:57 queue INFO >>83 [551] -2015-03-11 15:02:57 sendUrl INFO 83 [551] R:OK -2015-03-11 15:03:23 queue INFO 87 [552] -2015-03-11 15:03:23 queue INFO >87 [553] -2015-03-11 15:03:24 sendUrl INFO 87 [552] R:OK -2015-03-11 15:03:24 sendUrl INFO 87 [553] R:OK -2015-03-11 15:03:25 queue INFO 83 [554] -2015-03-11 15:03:25 queue INFO >83 [555] -2015-03-11 15:03:25 sendUrl INFO 83 [554] R:OK -2015-03-11 15:03:26 sendUrl INFO 83 [555] R:OK -2015-03-11 15:04:15 queue INFO >>83 [556] -2015-03-11 15:04:15 sendUrl INFO 83 [556] R:OK -2015-03-11 15:05:05 queue INFO >>83 [557] -2015-03-11 15:05:06 sendUrl INFO 83 [557] R:OK -2015-03-11 15:05:55 queue INFO >>83 [558] -2015-03-11 15:05:56 sendUrl INFO 83 [558] R:OK -2015-03-11 15:06:45 queue INFO >>83 [559] -2015-03-11 15:06:46 sendUrl INFO 83 [559] R:OK -2015-03-11 15:07:36 queue INFO >>83 [560] -2015-03-11 15:07:36 sendUrl INFO 83 [560] R:OK -2015-03-11 15:08:26 queue INFO >>83 [561] -2015-03-11 15:08:26 sendUrl INFO 83 [561] R:OK -2015-03-11 15:09:16 queue INFO >>83 [562] -2015-03-11 15:09:16 sendUrl INFO 83 [562] R:OK -2015-03-11 15:10:06 queue INFO >>83 [563] -2015-03-11 15:10:07 sendUrl INFO 83 [563] R:OK -2015-03-11 15:10:32 queue INFO 87 [564] -2015-03-11 15:10:33 queue INFO >87 [565] -2015-03-11 15:10:33 sendUrl INFO 87 [564] R:OK -2015-03-11 15:10:33 sendUrl INFO 87 [565] R:OK -2015-03-11 15:10:34 queue INFO 83 [566] -2015-03-11 15:10:34 queue INFO >83 [567] -2015-03-11 15:10:34 sendUrl INFO 83 [566] R:OK -2015-03-11 15:10:35 sendUrl INFO 83 [567] R:OK -2015-03-11 15:11:24 queue INFO >>83 [568] -2015-03-11 15:11:25 sendUrl INFO 83 [568] R:OK -2015-03-11 15:12:14 queue INFO >>83 [569] -2015-03-11 15:12:14 sendUrl INFO 83 [569] R:OK -2015-03-11 15:13:04 queue INFO >>83 [570] -2015-03-11 15:13:05 sendUrl INFO 83 [570] R:OK -2015-03-11 15:13:55 queue INFO >>83 [571] -2015-03-11 15:13:55 sendUrl INFO 83 [571] R:OK -2015-03-11 15:14:45 queue INFO >>83 [572] -2015-03-11 15:14:45 sendUrl INFO 83 [572] R:OK -2015-03-11 15:15:35 queue INFO >>83 [573] -2015-03-11 15:15:35 sendUrl INFO 83 [573] R:OK -2015-03-11 15:16:25 queue INFO >>83 [574] -2015-03-11 15:16:25 sendUrl INFO 83 [574] R:OK -2015-03-11 15:17:15 queue INFO >>83 [575] -2015-03-11 15:17:16 sendUrl INFO 83 [575] R:OK -2015-03-11 15:17:41 queue INFO 87 [576] -2015-03-11 15:17:41 sendUrl INFO 87 [576] R:OK -2015-03-11 15:17:41 queue INFO >87 [577] -2015-03-11 15:17:42 sendUrl INFO 87 [577] R:OK -2015-03-11 15:17:43 queue INFO 83 [578] -2015-03-11 15:17:43 queue INFO >83 [579] -2015-03-11 15:17:43 sendUrl INFO 83 [578] R:OK -2015-03-11 15:17:44 sendUrl INFO 83 [579] R:OK -2015-03-11 15:18:33 queue INFO >>83 [580] -2015-03-11 15:18:33 sendUrl INFO 83 [580] R:OK -2015-03-11 15:19:23 queue INFO >>83 [581] -2015-03-11 15:19:23 sendUrl INFO 83 [581] R:OK -2015-03-11 15:20:13 queue INFO >>83 [582] -2015-03-11 15:20:13 sendUrl INFO 83 [582] R:OK -2015-03-11 15:21:03 queue INFO >>83 [583] -2015-03-11 15:21:04 sendUrl INFO 83 [583] R:OK -2015-03-11 15:21:53 queue INFO >>83 [584] -2015-03-11 15:21:54 sendUrl INFO 83 [584] R:OK -2015-03-11 15:22:44 queue INFO >>83 [585] -2015-03-11 15:22:44 sendUrl INFO 83 [585] R:OK -2015-03-11 15:23:34 queue INFO >>83 [586] -2015-03-11 15:23:34 sendUrl INFO 83 [586] R:OK -2015-03-11 15:24:24 queue INFO >>83 [587] -2015-03-11 15:24:24 sendUrl INFO 83 [587] R:OK -2015-03-11 15:24:50 queue INFO C7 [588] -2015-03-11 15:24:50 queue INFO >C7 [589] -2015-03-11 15:24:50 sendUrl INFO C7 [588] R:OK -2015-03-11 15:24:51 sendUrl INFO C7 [589] R:OK -2015-03-11 15:24:51 queue INFO C3 [590] -2015-03-11 15:24:52 queue INFO >C3 [591] -2015-03-11 15:24:52 sendUrl INFO C3 [590] R:OK -2015-03-11 15:24:52 sendUrl INFO C3 [591] R:OK -2015-03-11 15:25:42 queue INFO >>C3 [592] -2015-03-11 15:25:42 sendUrl INFO C3 [592] R:OK -2015-03-11 15:26:32 queue INFO >>C3 [593] -2015-03-11 15:26:32 sendUrl INFO C3 [593] R:OK -2015-03-11 15:27:22 queue INFO >>C3 [594] -2015-03-11 15:27:22 sendUrl INFO C3 [594] R:OK -2015-03-11 15:28:12 queue INFO >>C3 [595] -2015-03-11 15:28:12 sendUrl INFO C3 [595] R:OK -2015-03-11 15:29:02 queue INFO >>C3 [596] -2015-03-11 15:29:02 sendUrl INFO C3 [596] R:OK -2015-03-11 15:29:52 queue INFO >>C3 [597] -2015-03-11 15:29:53 sendUrl INFO C3 [597] R:OK -2015-03-11 15:29:55 queue INFO C1 [598] -2015-03-11 15:29:55 queue INFO >C1 [599] -2015-03-11 15:29:56 sendUrl INFO C1 [598] R:OK -2015-03-11 15:29:56 sendUrl INFO C1 [599] R:OK -2015-03-11 15:30:45 queue INFO >>C1 [600] -2015-03-11 15:30:46 sendUrl INFO C1 [600] R:OK -2015-03-11 15:31:36 queue INFO >>C1 [601] -2015-03-11 15:31:36 sendUrl INFO C1 [601] R:OK -2015-03-11 15:32:26 queue INFO >>C1 [602] -2015-03-11 15:32:26 sendUrl INFO C1 [602] R:OK -2015-03-11 15:33:16 queue INFO >>C1 [603] -2015-03-11 15:33:16 sendUrl INFO C1 [603] R:OK -2015-03-11 15:34:01 queue INFO D9 [604] -2015-03-11 15:34:02 queue INFO >D9 [605] -2015-03-11 15:34:02 sendUrl INFO D9 [604] R:OK -2015-03-11 15:34:02 sendUrl INFO D9 [605] R:OK -2015-03-11 15:34:52 queue INFO >>D9 [606] -2015-03-11 15:34:52 sendUrl INFO D9 [606] R:OK -2015-03-11 15:35:42 queue INFO >>D9 [607] -2015-03-11 15:35:42 sendUrl INFO D9 [607] R:OK -2015-03-11 15:36:32 queue INFO >>D9 [608] -2015-03-11 15:36:32 sendUrl INFO D9 [608] R:OK -2015-03-11 15:37:22 queue INFO >>D9 [609] -2015-03-11 15:37:22 sendUrl INFO D9 [609] R:OK -2015-03-11 15:38:04 queue INFO C9 [610] -2015-03-11 15:38:04 queue INFO >C9 [611] -2015-03-11 15:38:05 sendUrl INFO C9 [610] R:OK -2015-03-11 15:38:05 sendUrl INFO C9 [611] R:OK -2015-03-11 15:38:07 queue INFO C1 [612] -2015-03-11 15:38:08 sendUrl INFO C1 [612] R:OK -2015-03-11 15:38:08 queue INFO >C1 [613] -2015-03-11 15:38:08 sendUrl INFO C1 [613] R:OK -2015-03-11 15:38:09 queue INFO C3 [614] -2015-03-11 15:38:09 queue INFO >C3 [615] -2015-03-11 15:38:09 sendUrl INFO C3 [614] R:OK -2015-03-11 15:38:10 sendUrl INFO C3 [615] R:OK -2015-03-11 15:38:36 queue INFO 83 [616] -2015-03-11 15:38:36 sendUrl INFO 83 [616] R:OK -2015-03-11 15:38:36 queue INFO >83 [617] -2015-03-11 15:38:36 sendUrl INFO 83 [617] R:OK -2015-03-11 15:38:38 queue INFO 87 [618] -2015-03-11 15:38:38 sendUrl INFO 87 [618] R:OK -2015-03-11 15:38:38 queue INFO >87 [619] -2015-03-11 15:38:39 sendUrl INFO 87 [619] R:OK -2015-03-11 15:38:40 queue INFO 83 [620] -2015-03-11 15:38:40 queue INFO >83 [621] -2015-03-11 15:38:40 sendUrl INFO 83 [620] R:OK -2015-03-11 15:38:41 sendUrl INFO 83 [621] R:OK -2015-03-11 15:39:30 queue INFO >>83 [622] -2015-03-11 15:39:30 sendUrl INFO 83 [622] R:OK -2015-03-11 15:40:20 queue INFO >>83 [623] -2015-03-11 15:40:20 sendUrl INFO 83 [623] R:OK -2015-03-11 15:41:10 queue INFO >>83 [624] -2015-03-11 15:41:11 sendUrl INFO 83 [624] R:OK -2015-03-11 15:42:00 queue INFO >>83 [625] -2015-03-11 15:42:01 sendUrl INFO 83 [625] R:OK -2015-03-11 15:42:50 queue INFO >>83 [626] -2015-03-11 15:42:51 sendUrl INFO 83 [626] R:OK -2015-03-11 15:43:41 queue INFO >>83 [627] -2015-03-11 15:43:41 sendUrl INFO 83 [627] R:OK -2015-03-11 15:44:31 queue INFO >>83 [628] -2015-03-11 15:44:31 sendUrl INFO 83 [628] R:OK -2015-03-11 15:45:21 queue INFO >>83 [629] -2015-03-11 15:45:21 sendUrl INFO 83 [629] R:OK -2015-03-11 15:45:47 queue INFO 87 [630] -2015-03-11 15:45:47 sendUrl INFO 87 [630] R:OK -2015-03-11 15:45:47 queue INFO >87 [631] -2015-03-11 15:45:48 sendUrl INFO 87 [631] R:OK -2015-03-11 15:45:49 queue INFO 83 [632] -2015-03-11 15:45:49 queue INFO >83 [633] -2015-03-11 15:45:49 sendUrl INFO 83 [632] R:OK -2015-03-11 15:45:50 sendUrl INFO 83 [633] R:OK -2015-03-11 15:46:39 queue INFO >>83 [634] -2015-03-11 15:46:39 sendUrl INFO 83 [634] R:OK -2015-03-11 15:47:29 queue INFO >>83 [635] -2015-03-11 15:47:29 sendUrl INFO 83 [635] R:OK -2015-03-11 15:48:19 queue INFO >>83 [636] -2015-03-11 15:48:20 sendUrl INFO 83 [636] R:OK -2015-03-11 15:49:09 queue INFO >>83 [637] -2015-03-11 15:49:10 sendUrl INFO 83 [637] R:OK -2015-03-11 15:49:59 queue INFO >>83 [638] -2015-03-11 15:50:00 sendUrl INFO 83 [638] R:OK -2015-03-11 15:50:50 queue INFO >>83 [639] -2015-03-11 15:50:50 sendUrl INFO 83 [639] R:OK -2015-03-11 15:51:40 queue INFO >>83 [640] -2015-03-11 15:51:40 sendUrl INFO 83 [640] R:OK -2015-03-11 15:52:30 queue INFO >>83 [641] -2015-03-11 15:52:30 sendUrl INFO 83 [641] R:OK -2015-03-11 15:52:56 queue INFO 87 [642] -2015-03-11 15:52:56 sendUrl INFO 87 [642] R:OK -2015-03-11 15:52:56 queue INFO >87 [643] -2015-03-11 15:52:57 sendUrl INFO 87 [643] R:OK -2015-03-11 15:52:58 queue INFO 83 [644] -2015-03-11 15:52:58 queue INFO >83 [645] -2015-03-11 15:52:58 sendUrl INFO 83 [644] R:OK -2015-03-11 15:52:59 sendUrl INFO 83 [645] R:OK -2015-03-11 15:53:48 queue INFO >>83 [646] -2015-03-11 15:53:48 sendUrl INFO 83 [646] R:OK -2015-03-11 15:54:38 queue INFO >>83 [647] -2015-03-11 15:54:38 sendUrl INFO 83 [647] R:OK -2015-03-11 15:55:28 queue INFO >>83 [648] -2015-03-11 15:55:29 sendUrl INFO 83 [648] R:OK -2015-03-11 15:56:18 queue INFO >>83 [649] -2015-03-11 15:56:18 sendUrl INFO 83 [649] R:OK -2015-03-11 15:57:08 queue INFO >>83 [650] -2015-03-11 15:57:09 sendUrl INFO 83 [650] R:OK -2015-03-11 15:57:58 queue INFO >>83 [651] -2015-03-11 15:57:59 sendUrl INFO 83 [651] R:OK -2015-03-11 15:58:49 queue INFO >>83 [652] -2015-03-11 15:58:49 sendUrl INFO 83 [652] R:OK -2015-03-11 15:59:39 queue INFO >>83 [653] -2015-03-11 15:59:39 sendUrl INFO 83 [653] R:OK -2015-03-11 16:00:05 queue INFO 87 [654] -2015-03-11 16:00:05 queue INFO >87 [655] -2015-03-11 16:00:05 sendUrl INFO 87 [654] R:OK -2015-03-11 16:00:05 sendUrl INFO 87 [655] R:OK -2015-03-11 16:00:06 queue INFO 83 [656] -2015-03-11 16:00:06 queue INFO >83 [657] -2015-03-11 16:00:06 sendUrl INFO 83 [656] R:OK -2015-03-11 16:00:07 sendUrl INFO 83 [657] R:OK -2015-03-11 16:00:56 queue INFO >>83 [658] -2015-03-11 16:00:57 sendUrl INFO 83 [658] R:OK -2015-03-11 16:01:47 queue INFO >>83 [659] -2015-03-11 16:01:47 sendUrl INFO 83 [659] R:OK -2015-03-11 16:02:37 queue INFO >>83 [660] -2015-03-11 16:02:37 sendUrl INFO 83 [660] R:OK -2015-03-11 16:03:27 queue INFO >>83 [661] -2015-03-11 16:03:27 sendUrl INFO 83 [661] R:OK -2015-03-11 16:04:17 queue INFO >>83 [662] -2015-03-11 16:04:17 sendUrl INFO 83 [662] R:OK -2015-03-11 16:05:07 queue INFO >>83 [663] -2015-03-11 16:05:07 sendUrl INFO 83 [663] R:OK -2015-03-11 16:05:57 queue INFO >>83 [664] -2015-03-11 16:05:58 sendUrl INFO 83 [664] R:OK -2015-03-11 16:06:48 queue INFO >>83 [665] -2015-03-11 16:06:48 sendUrl INFO 83 [665] R:OK -2015-03-11 16:07:13 queue INFO C7 [666] -2015-03-11 16:07:14 queue INFO >C7 [667] -2015-03-11 16:07:14 sendUrl INFO C7 [666] R:OK -2015-03-11 16:07:14 sendUrl INFO C7 [667] R:OK -2015-03-11 16:07:15 queue INFO C3 [668] -2015-03-11 16:07:15 queue INFO >C3 [669] -2015-03-11 16:07:15 sendUrl INFO C3 [668] R:OK -2015-03-11 16:07:16 sendUrl INFO C3 [669] R:OK -2015-03-11 16:08:05 queue INFO >>C3 [670] -2015-03-11 16:08:06 sendUrl INFO C3 [670] R:OK -2015-03-11 16:08:55 queue INFO >>C3 [671] -2015-03-11 16:08:56 sendUrl INFO C3 [671] R:OK -2015-03-11 16:09:45 queue INFO >>C3 [672] -2015-03-11 16:09:46 sendUrl INFO C3 [672] R:OK -2015-03-11 16:10:36 queue INFO >>C3 [673] -2015-03-11 16:10:36 sendUrl INFO C3 [673] R:OK -2015-03-11 16:11:26 queue INFO >>C3 [674] -2015-03-11 16:11:26 sendUrl INFO C3 [674] R:OK -2015-03-11 16:12:16 queue INFO >>C3 [675] -2015-03-11 16:12:16 sendUrl INFO C3 [675] R:OK -2015-03-11 16:13:06 queue INFO >>C3 [676] -2015-03-11 16:13:06 sendUrl INFO C3 [676] R:OK -2015-03-11 16:13:56 queue INFO >>C3 [677] -2015-03-11 16:13:57 sendUrl INFO C3 [677] R:OK -2015-03-11 16:14:20 queue INFO 83 [678] -2015-03-11 16:14:20 queue INFO >83 [679] -2015-03-11 16:14:20 sendUrl INFO 83 [678] R:OK -2015-03-11 16:14:20 sendUrl INFO 83 [679] R:OK -2015-03-11 16:14:22 queue INFO 87 [680] -2015-03-11 16:14:22 sendUrl INFO 87 [680] R:OK -2015-03-11 16:14:22 queue INFO >87 [681] -2015-03-11 16:14:23 sendUrl INFO 87 [681] R:OK -2015-03-11 16:14:24 queue INFO 83 [682] -2015-03-11 16:14:24 queue INFO >83 [683] -2015-03-11 16:14:24 sendUrl INFO 83 [682] R:OK -2015-03-11 16:14:25 sendUrl INFO 83 [683] R:OK -2015-03-11 16:15:14 queue INFO >>83 [684] -2015-03-11 16:15:14 sendUrl INFO 83 [684] R:OK -2015-03-11 16:16:04 queue INFO >>83 [685] -2015-03-11 16:16:04 sendUrl INFO 83 [685] R:OK -2015-03-11 16:16:54 queue INFO >>83 [686] -2015-03-11 16:16:54 sendUrl INFO 83 [686] R:OK -2015-03-11 16:17:44 queue INFO >>83 [687] -2015-03-11 16:17:45 sendUrl INFO 83 [687] R:OK -2015-03-11 16:18:35 queue INFO >>83 [688] -2015-03-11 16:18:35 sendUrl INFO 83 [688] R:OK -2015-03-11 16:19:25 queue INFO >>83 [689] -2015-03-11 16:19:25 sendUrl INFO 83 [689] R:OK -2015-03-11 16:20:15 queue INFO >>83 [690] -2015-03-11 16:20:15 sendUrl INFO 83 [690] R:OK -2015-03-11 16:21:05 queue INFO >>83 [691] -2015-03-11 16:21:06 sendUrl INFO 83 [691] R:OK -2015-03-11 16:21:32 queue INFO 87 [692] -2015-03-11 16:21:32 queue INFO >87 [693] -2015-03-11 16:21:32 sendUrl INFO 87 [692] R:OK -2015-03-11 16:21:33 sendUrl INFO 87 [693] R:OK -2015-03-11 16:21:33 queue INFO 83 [694] -2015-03-11 16:21:33 queue INFO >83 [695] -2015-03-11 16:21:34 sendUrl INFO 83 [694] R:OK -2015-03-11 16:21:34 sendUrl INFO 83 [695] R:OK -2015-03-11 16:22:23 queue INFO >>83 [696] -2015-03-11 16:22:24 sendUrl INFO 83 [696] R:OK -2015-03-11 16:23:14 queue INFO >>83 [697] -2015-03-11 16:23:14 sendUrl INFO 83 [697] R:OK -2015-03-11 16:24:04 queue INFO >>83 [698] -2015-03-11 16:24:04 sendUrl INFO 83 [698] R:OK -2015-03-11 16:24:54 queue INFO >>83 [699] -2015-03-11 16:24:54 sendUrl INFO 83 [699] R:OK -2015-03-11 16:25:44 queue INFO >>83 [700] -2015-03-11 16:25:44 sendUrl INFO 83 [700] R:OK -2015-03-11 16:26:34 queue INFO >>83 [701] -2015-03-11 16:26:34 sendUrl INFO 83 [701] R:OK -2015-03-11 16:27:24 queue INFO >>83 [702] -2015-03-11 16:27:25 sendUrl INFO 83 [702] R:OK -2015-03-11 16:28:14 queue INFO >>83 [703] -2015-03-11 16:28:15 sendUrl INFO 83 [703] R:OK -2015-03-11 16:28:41 queue INFO 87 [704] -2015-03-11 16:28:41 queue INFO >87 [705] -2015-03-11 16:28:41 sendUrl INFO 87 [704] R:OK -2015-03-11 16:28:42 sendUrl INFO 87 [705] R:OK -2015-03-11 16:28:42 queue INFO 83 [706] -2015-03-11 16:28:42 queue INFO >83 [707] -2015-03-11 16:28:43 sendUrl INFO 83 [706] R:OK -2015-03-11 16:28:43 sendUrl INFO 83 [707] R:OK -2015-03-11 16:29:32 queue INFO >>83 [708] -2015-03-11 16:29:33 sendUrl INFO 83 [708] R:OK -2015-03-11 16:30:23 queue INFO >>83 [709] -2015-03-11 16:30:23 sendUrl INFO 83 [709] R:OK -2015-03-11 16:31:13 queue INFO >>83 [710] -2015-03-11 16:31:13 sendUrl INFO 83 [710] R:OK -2015-03-11 16:32:03 queue INFO >>83 [711] -2015-03-11 16:32:03 sendUrl INFO 83 [711] R:OK -2015-03-11 16:32:53 queue INFO >>83 [712] -2015-03-11 16:32:53 sendUrl INFO 83 [712] R:OK -2015-03-11 16:33:43 queue INFO >>83 [713] -2015-03-11 16:33:44 sendUrl INFO 83 [713] R:OK -2015-03-11 16:34:33 queue INFO >>83 [714] -2015-03-11 16:34:34 sendUrl INFO 83 [714] R:OK -2015-03-11 16:35:23 queue INFO >>83 [715] -2015-03-11 16:35:24 sendUrl INFO 83 [715] R:OK -2015-03-11 16:35:50 queue INFO 87 [716] -2015-03-11 16:35:50 queue INFO >87 [717] -2015-03-11 16:35:50 sendUrl INFO 87 [716] R:OK -2015-03-11 16:35:51 sendUrl INFO 87 [717] R:OK -2015-03-11 16:35:51 queue INFO 83 [718] -2015-03-11 16:35:51 queue INFO >83 [719] -2015-03-11 16:35:52 sendUrl INFO 83 [718] R:OK -2015-03-11 16:35:52 sendUrl INFO 83 [719] R:OK -2015-03-11 16:36:41 queue INFO >>83 [720] -2015-03-11 16:36:41 sendUrl INFO 83 [720] R:OK -2015-03-11 16:37:31 queue INFO >>83 [721] -2015-03-11 16:37:32 sendUrl INFO 83 [721] R:OK -2015-03-11 16:38:22 queue INFO >>83 [722] -2015-03-11 16:38:22 sendUrl INFO 83 [722] R:OK -2015-03-11 16:39:12 queue INFO >>83 [723] -2015-03-11 16:39:12 sendUrl INFO 83 [723] R:OK -2015-03-11 16:40:02 queue INFO >>83 [724] -2015-03-11 16:40:02 sendUrl INFO 83 [724] R:OK -2015-03-11 16:40:52 queue INFO >>83 [725] -2015-03-11 16:40:53 sendUrl INFO 83 [725] R:OK -2015-03-11 16:41:42 queue INFO >>83 [726] -2015-03-11 16:41:42 sendUrl INFO 83 [726] R:OK -2015-03-11 16:42:32 queue INFO >>83 [727] -2015-03-11 16:42:33 sendUrl INFO 83 [727] R:OK -2015-03-11 16:42:58 queue INFO 87 [728] -2015-03-11 16:42:59 queue INFO >87 [729] -2015-03-11 16:42:59 sendUrl INFO 87 [728] R:OK -2015-03-11 16:42:59 sendUrl INFO 87 [729] R:OK -2015-03-11 16:43:00 queue INFO 83 [730] -2015-03-11 16:43:00 queue INFO >83 [731] -2015-03-11 16:43:00 sendUrl INFO 83 [730] R:OK -2015-03-11 16:43:01 sendUrl INFO 83 [731] R:OK -2015-03-11 16:43:50 queue INFO >>83 [732] -2015-03-11 16:43:50 sendUrl INFO 83 [732] R:OK -2015-03-11 16:44:40 queue INFO >>83 [733] -2015-03-11 16:44:41 sendUrl INFO 83 [733] R:OK -2015-03-11 16:45:31 queue INFO >>83 [734] -2015-03-11 16:45:31 sendUrl INFO 83 [734] R:OK -2015-03-11 16:46:21 queue INFO >>83 [735] -2015-03-11 16:46:21 sendUrl INFO 83 [735] R:OK -2015-03-11 16:47:11 queue INFO >>83 [736] -2015-03-11 16:47:11 sendUrl INFO 83 [736] R:OK -2015-03-11 16:48:01 queue INFO >>83 [737] -2015-03-11 16:48:01 sendUrl INFO 83 [737] R:OK -2015-03-11 16:48:51 queue INFO >>83 [738] -2015-03-11 16:48:51 sendUrl INFO 83 [738] R:OK -2015-03-11 16:49:41 queue INFO >>83 [739] -2015-03-11 16:49:42 sendUrl INFO 83 [739] R:OK -2015-03-11 16:50:07 queue INFO C7 [740] -2015-03-11 16:50:07 queue INFO >C7 [741] -2015-03-11 16:50:07 sendUrl INFO C7 [740] R:OK -2015-03-11 16:50:08 sendUrl INFO C7 [741] R:OK -2015-03-11 16:50:09 queue INFO C3 [742] -2015-03-11 16:50:09 sendUrl INFO C3 [742] R:OK -2015-03-11 16:50:09 queue INFO >C3 [743] -2015-03-11 16:50:09 sendUrl INFO C3 [743] R:OK -2015-03-11 16:50:59 queue INFO >>C3 [744] -2015-03-11 16:50:59 sendUrl INFO C3 [744] R:OK -2015-03-11 16:51:49 queue INFO >>C3 [745] -2015-03-11 16:51:50 sendUrl INFO C3 [745] R:OK -2015-03-11 16:52:39 queue INFO >>C3 [746] -2015-03-11 16:52:39 sendUrl INFO C3 [746] R:OK -2015-03-11 16:53:29 queue INFO >>C3 [747] -2015-03-11 16:53:30 sendUrl INFO C3 [747] R:OK -2015-03-11 16:54:19 queue INFO >>C3 [748] -2015-03-11 16:54:20 sendUrl INFO C3 [748] R:OK -2015-03-11 16:55:10 queue INFO >>C3 [749] -2015-03-11 16:55:10 sendUrl INFO C3 [749] R:OK -2015-03-11 16:56:00 queue INFO >>C3 [750] -2015-03-11 16:56:00 sendUrl INFO C3 [750] R:OK -2015-03-11 16:56:50 queue INFO >>C3 [751] -2015-03-11 16:56:50 sendUrl INFO C3 [751] R:OK -2015-03-11 16:57:13 queue INFO 83 [752] -2015-03-11 16:57:14 queue INFO >83 [753] -2015-03-11 16:57:14 sendUrl INFO 83 [752] R:OK -2015-03-11 16:57:14 sendUrl INFO 83 [753] R:OK -2015-03-11 16:57:16 queue INFO 87 [754] -2015-03-11 16:57:16 queue INFO >87 [755] -2015-03-11 16:57:16 sendUrl INFO 87 [754] R:OK -2015-03-11 16:57:17 sendUrl INFO 87 [755] R:OK -2015-03-11 16:57:18 queue INFO 83 [756] -2015-03-11 16:57:18 queue INFO >83 [757] -2015-03-11 16:57:18 sendUrl INFO 83 [756] R:OK -2015-03-11 16:57:18 sendUrl INFO 83 [757] R:OK -2015-03-11 16:58:08 queue INFO >>83 [758] -2015-03-11 16:58:08 sendUrl INFO 83 [758] R:OK -2015-03-11 16:58:58 queue INFO >>83 [759] -2015-03-11 16:58:58 sendUrl INFO 83 [759] R:OK -2015-03-11 16:59:48 queue INFO >>83 [760] -2015-03-11 16:59:48 sendUrl INFO 83 [760] R:OK -2015-03-11 17:00:38 queue INFO >>83 [761] -2015-03-11 17:00:39 sendUrl INFO 83 [761] R:OK -2015-03-11 17:01:28 queue INFO >>83 [762] -2015-03-11 17:01:28 sendUrl INFO 83 [762] R:OK -2015-03-11 17:02:18 queue INFO >>83 [763] -2015-03-11 17:02:19 sendUrl INFO 83 [763] R:OK -2015-03-11 17:03:09 queue INFO >>83 [764] -2015-03-11 17:03:09 sendUrl INFO 83 [764] R:OK -2015-03-11 17:03:59 queue INFO >>83 [765] -2015-03-11 17:03:59 sendUrl INFO 83 [765] R:OK -2015-03-11 17:04:25 queue INFO 87 [766] -2015-03-11 17:04:25 queue INFO >87 [767] -2015-03-11 17:04:26 sendUrl INFO 87 [766] R:OK -2015-03-11 17:04:26 sendUrl INFO 87 [767] R:OK -2015-03-11 17:04:27 queue INFO 83 [768] -2015-03-11 17:04:27 queue INFO >83 [769] -2015-03-11 17:04:27 sendUrl INFO 83 [768] R:OK -2015-03-11 17:04:28 sendUrl INFO 83 [769] R:OK -2015-03-11 17:05:17 queue INFO >>83 [770] -2015-03-11 17:05:18 sendUrl INFO 83 [770] R:OK -2015-03-11 17:06:07 queue INFO >>83 [771] -2015-03-11 17:06:07 sendUrl INFO 83 [771] R:OK -2015-03-11 17:06:57 queue INFO >>83 [772] -2015-03-11 17:06:58 sendUrl INFO 83 [772] R:OK -2015-03-11 17:07:47 queue INFO >>83 [773] -2015-03-11 17:07:48 sendUrl INFO 83 [773] R:OK -2015-03-11 17:08:38 queue INFO >>83 [774] -2015-03-11 17:08:38 sendUrl INFO 83 [774] R:OK -2015-03-11 17:09:28 queue INFO >>83 [775] -2015-03-11 17:09:28 sendUrl INFO 83 [775] R:OK -2015-03-11 17:10:18 queue INFO >>83 [776] -2015-03-11 17:10:18 sendUrl INFO 83 [776] R:OK -2015-03-11 17:11:08 queue INFO >>83 [777] -2015-03-11 17:11:08 sendUrl INFO 83 [777] R:OK -2015-03-11 17:11:34 queue INFO 87 [778] -2015-03-11 17:11:35 queue INFO >87 [779] -2015-03-11 17:11:35 sendUrl INFO 87 [778] R:OK -2015-03-11 17:11:35 sendUrl INFO 87 [779] R:OK -2015-03-11 17:11:36 queue INFO 83 [780] -2015-03-11 17:11:36 queue INFO >83 [781] -2015-03-11 17:11:36 sendUrl INFO 83 [780] R:OK -2015-03-11 17:11:37 sendUrl INFO 83 [781] R:OK -2015-03-11 17:12:26 queue INFO >>83 [782] -2015-03-11 17:12:26 sendUrl INFO 83 [782] R:OK -2015-03-11 17:13:16 queue INFO >>83 [783] -2015-03-11 17:13:17 sendUrl INFO 83 [783] R:OK -2015-03-11 17:14:06 queue INFO >>83 [784] -2015-03-11 17:14:07 sendUrl INFO 83 [784] R:OK -2015-03-11 17:14:57 queue INFO >>83 [785] -2015-03-11 17:14:57 sendUrl INFO 83 [785] R:OK -2015-03-11 17:15:47 queue INFO >>83 [786] -2015-03-11 17:15:47 sendUrl INFO 83 [786] R:OK -2015-03-11 17:16:37 queue INFO >>83 [787] -2015-03-11 17:16:37 sendUrl INFO 83 [787] R:OK -2015-03-11 17:17:27 queue INFO >>83 [788] -2015-03-11 17:17:28 sendUrl INFO 83 [788] R:OK -2015-03-11 17:18:17 queue INFO >>83 [789] -2015-03-11 17:18:17 sendUrl INFO 83 [789] R:OK -2015-03-11 17:18:43 queue INFO 87 [790] -2015-03-11 17:18:43 queue INFO >87 [791] -2015-03-11 17:18:44 sendUrl INFO 87 [790] R:OK -2015-03-11 17:18:44 sendUrl INFO 87 [791] R:OK -2015-03-11 17:18:45 queue INFO 83 [792] -2015-03-11 17:18:45 queue INFO >83 [793] -2015-03-11 17:18:45 sendUrl INFO 83 [792] R:OK -2015-03-11 17:18:46 sendUrl INFO 83 [793] R:OK -2015-03-11 17:19:35 queue INFO >>83 [794] -2015-03-11 17:19:35 sendUrl INFO 83 [794] R:OK -2015-03-11 17:20:25 queue INFO >>83 [795] -2015-03-11 17:20:26 sendUrl INFO 83 [795] R:OK -2015-03-11 17:21:15 queue INFO >>83 [796] -2015-03-11 17:21:16 sendUrl INFO 83 [796] R:OK -2015-03-11 17:22:05 queue INFO >>83 [797] -2015-03-11 17:22:06 sendUrl INFO 83 [797] R:OK -2015-03-11 17:22:56 queue INFO >>83 [798] -2015-03-11 17:22:56 sendUrl INFO 83 [798] R:OK -2015-03-11 17:23:46 queue INFO >>83 [799] -2015-03-11 17:23:46 sendUrl INFO 83 [799] R:OK -2015-03-11 17:24:36 queue INFO >>83 [800] -2015-03-11 17:24:36 sendUrl INFO 83 [800] R:OK -2015-03-11 17:25:26 queue INFO >>83 [801] -2015-03-11 17:25:26 sendUrl INFO 83 [801] R:OK -2015-03-11 17:25:52 queue INFO 87 [802] -2015-03-11 17:25:52 queue INFO >87 [803] -2015-03-11 17:25:53 sendUrl INFO 87 [802] R:OK -2015-03-11 17:25:53 sendUrl INFO 87 [803] R:OK -2015-03-11 17:25:54 queue INFO 83 [804] -2015-03-11 17:25:54 queue INFO >83 [805] -2015-03-11 17:25:54 sendUrl INFO 83 [804] R:OK -2015-03-11 17:25:55 sendUrl INFO 83 [805] R:OK -2015-03-11 17:26:44 queue INFO >>83 [806] -2015-03-11 17:26:44 sendUrl INFO 83 [806] R:OK -2015-03-11 17:27:34 queue INFO >>83 [807] -2015-03-11 17:27:34 sendUrl INFO 83 [807] R:OK -2015-03-11 17:28:24 queue INFO >>83 [808] -2015-03-11 17:28:25 sendUrl INFO 83 [808] R:OK -2015-03-11 17:29:14 queue INFO >>83 [809] -2015-03-11 17:29:14 sendUrl INFO 83 [809] R:OK -2015-03-11 17:30:04 queue INFO >>83 [810] -2015-03-11 17:30:05 sendUrl INFO 83 [810] R:OK -2015-03-11 17:30:55 queue INFO >>83 [811] -2015-03-11 17:30:55 sendUrl INFO 83 [811] R:OK -2015-03-11 17:31:45 queue INFO >>83 [812] -2015-03-11 17:31:45 sendUrl INFO 83 [812] R:OK -2015-03-11 17:32:35 queue INFO >>83 [813] -2015-03-11 17:32:35 sendUrl INFO 83 [813] R:OK -2015-03-11 17:33:01 queue INFO C7 [814] -2015-03-11 17:33:01 sendUrl INFO C7 [814] R:OK -2015-03-11 17:33:01 queue INFO >C7 [815] -2015-03-11 17:33:01 sendUrl INFO C7 [815] R:OK -2015-03-11 17:33:02 queue INFO C3 [816] -2015-03-11 17:33:03 queue INFO >C3 [817] -2015-03-11 17:33:03 sendUrl INFO C3 [816] R:OK -2015-03-11 17:33:03 sendUrl INFO C3 [817] R:OK -2015-03-11 17:33:52 queue INFO >>C3 [818] -2015-03-11 17:33:53 sendUrl INFO C3 [818] R:OK -2015-03-11 17:34:43 queue INFO >>C3 [819] -2015-03-11 17:34:43 sendUrl INFO C3 [819] R:OK -2015-03-11 17:35:33 queue INFO >>C3 [820] -2015-03-11 17:35:33 sendUrl INFO C3 [820] R:OK -2015-03-11 17:36:23 queue INFO >>C3 [821] -2015-03-11 17:36:23 sendUrl INFO C3 [821] R:OK -2015-03-11 17:37:13 queue INFO >>C3 [822] -2015-03-11 17:37:14 sendUrl INFO C3 [822] R:OK -2015-03-11 17:38:03 queue INFO >>C3 [823] -2015-03-11 17:38:03 sendUrl INFO C3 [823] R:OK -2015-03-11 17:38:53 queue INFO >>C3 [824] -2015-03-11 17:38:54 sendUrl INFO C3 [824] R:OK -2015-03-11 17:39:44 queue INFO >>C3 [825] -2015-03-11 17:39:44 sendUrl INFO C3 [825] R:OK -2015-03-11 17:40:07 queue INFO 83 [826] -2015-03-11 17:40:07 queue INFO >83 [827] -2015-03-11 17:40:07 sendUrl INFO 83 [826] R:OK -2015-03-11 17:40:08 sendUrl INFO 83 [827] R:OK -2015-03-11 17:40:09 queue INFO 87 [828] -2015-03-11 17:40:10 queue INFO >87 [829] -2015-03-11 17:40:10 sendUrl INFO 87 [828] R:OK -2015-03-11 17:40:10 sendUrl INFO 87 [829] R:OK -2015-03-11 17:40:11 queue INFO 83 [830] -2015-03-11 17:40:11 queue INFO >83 [831] -2015-03-11 17:40:11 sendUrl INFO 83 [830] R:OK -2015-03-11 17:40:12 sendUrl INFO 83 [831] R:OK -2015-03-11 17:40:30 queue INFO 81 [832] -2015-03-11 17:40:30 queue INFO >81 [833] -2015-03-11 17:40:30 sendUrl INFO 81 [832] R:OK -2015-03-11 17:40:30 sendUrl INFO 81 [833] R:OK -2015-03-11 17:40:37 queue INFO 83 [834] -2015-03-11 17:40:37 queue INFO >83 [835] -2015-03-11 17:40:38 sendUrl INFO 83 [834] R:OK -2015-03-11 17:40:38 sendUrl INFO 83 [835] R:OK -2015-03-11 17:41:27 queue INFO >>83 [836] -2015-03-11 17:41:28 sendUrl INFO 83 [836] R:OK -2015-03-11 17:42:17 queue INFO >>83 [837] -2015-03-11 17:42:18 sendUrl INFO 83 [837] R:OK -2015-03-11 17:43:08 queue INFO >>83 [838] -2015-03-11 17:43:08 sendUrl INFO 83 [838] R:OK -2015-03-11 17:43:58 queue INFO >>83 [839] -2015-03-11 17:43:58 sendUrl INFO 83 [839] R:OK -2015-03-11 17:44:48 queue INFO >>83 [840] -2015-03-11 17:44:48 sendUrl INFO 83 [840] R:OK -2015-03-11 17:45:38 queue INFO >>83 [841] -2015-03-11 17:45:39 sendUrl INFO 83 [841] R:OK -2015-03-11 17:46:28 queue INFO >>83 [842] -2015-03-11 17:46:28 sendUrl INFO 83 [842] R:OK -2015-03-11 17:47:18 queue INFO >>83 [843] -2015-03-11 17:47:19 sendUrl INFO 83 [843] R:OK -2015-03-11 17:47:19 queue INFO 87 [844] -2015-03-11 17:47:19 queue INFO >87 [845] -2015-03-11 17:47:19 sendUrl INFO 87 [844] R:OK -2015-03-11 17:47:20 sendUrl INFO 87 [845] R:OK -2015-03-11 17:47:21 queue INFO 83 [846] -2015-03-11 17:47:21 sendUrl INFO 83 [846] R:OK -2015-03-11 17:47:21 queue INFO >83 [847] -2015-03-11 17:47:21 sendUrl INFO 83 [847] R:OK -2015-03-11 17:48:11 queue INFO >>83 [848] -2015-03-11 17:48:11 sendUrl INFO 83 [848] R:OK -2015-03-11 17:49:01 queue INFO >>83 [849] -2015-03-11 17:49:01 sendUrl INFO 83 [849] R:OK -2015-03-11 17:49:51 queue INFO >>83 [850] -2015-03-11 17:49:51 sendUrl INFO 83 [850] R:OK -2015-03-11 17:50:41 queue INFO >>83 [851] -2015-03-11 17:50:42 sendUrl INFO 83 [851] R:OK -2015-03-11 17:51:31 queue INFO >>83 [852] -2015-03-11 17:51:32 sendUrl INFO 83 [852] R:OK -2015-03-11 17:52:21 queue INFO >>83 [853] -2015-03-11 17:52:22 sendUrl INFO 83 [853] R:OK -2015-03-11 17:53:12 queue INFO >>83 [854] -2015-03-11 17:53:12 sendUrl INFO 83 [854] R:OK -2015-03-11 17:54:02 queue INFO >>83 [855] -2015-03-11 17:54:02 sendUrl INFO 83 [855] R:OK -2015-03-11 17:54:28 queue INFO 87 [856] -2015-03-11 17:54:28 queue INFO >87 [857] -2015-03-11 17:54:29 sendUrl INFO 87 [856] R:OK -2015-03-11 17:54:29 sendUrl INFO 87 [857] R:OK -2015-03-11 17:54:30 queue INFO 83 [858] -2015-03-11 17:54:30 queue INFO >83 [859] -2015-03-11 17:54:30 sendUrl INFO 83 [858] R:OK -2015-03-11 17:54:31 sendUrl INFO 83 [859] R:OK -2015-03-11 17:55:20 queue INFO >>83 [860] -2015-03-11 17:55:20 sendUrl INFO 83 [860] R:OK -2015-03-11 17:56:10 queue INFO >>83 [861] -2015-03-11 17:56:10 sendUrl INFO 83 [861] R:OK -2015-03-11 17:57:00 queue INFO >>83 [862] -2015-03-11 17:57:01 sendUrl INFO 83 [862] R:OK -2015-03-11 17:57:50 queue INFO >>83 [863] -2015-03-11 17:57:50 sendUrl INFO 83 [863] R:OK -2015-03-11 17:58:40 queue INFO >>83 [864] -2015-03-11 17:58:41 sendUrl INFO 83 [864] R:OK -2015-03-11 17:59:31 queue INFO >>83 [865] -2015-03-11 17:59:31 sendUrl INFO 83 [865] R:OK -2015-03-11 18:00:21 queue INFO >>83 [866] -2015-03-11 18:00:21 sendUrl INFO 83 [866] R:OK -2015-03-11 18:01:11 queue INFO >>83 [867] -2015-03-11 18:01:11 sendUrl INFO 83 [867] R:OK -2015-03-11 18:01:37 queue INFO 87 [868] -2015-03-11 18:01:37 queue INFO >87 [869] -2015-03-11 18:01:38 sendUrl INFO 87 [868] R:OK -2015-03-11 18:01:38 sendUrl INFO 87 [869] R:OK -2015-03-11 18:01:39 queue INFO 83 [870] -2015-03-11 18:01:39 queue INFO >83 [871] -2015-03-11 18:01:39 sendUrl INFO 83 [870] R:OK -2015-03-11 18:01:40 sendUrl INFO 83 [871] R:OK -2015-03-11 18:02:29 queue INFO >>83 [872] -2015-03-11 18:02:29 sendUrl INFO 83 [872] R:OK -2015-03-11 18:03:19 queue INFO >>83 [873] -2015-03-11 18:03:19 sendUrl INFO 83 [873] R:OK -2015-03-11 18:04:09 queue INFO >>83 [874] -2015-03-11 18:04:10 sendUrl INFO 83 [874] R:OK -2015-03-11 18:04:59 queue INFO >>83 [875] -2015-03-11 18:04:59 sendUrl INFO 83 [875] R:OK -2015-03-11 18:05:49 queue INFO >>83 [876] -2015-03-11 18:05:50 sendUrl INFO 83 [876] R:OK -2015-03-11 18:06:40 queue INFO >>83 [877] -2015-03-11 18:06:40 sendUrl INFO 83 [877] R:OK -2015-03-11 18:07:30 queue INFO >>83 [878] -2015-03-11 18:07:30 sendUrl INFO 83 [878] R:OK -2015-03-11 18:08:20 queue INFO >>83 [879] -2015-03-11 18:08:20 sendUrl INFO 83 [879] R:OK -2015-03-11 18:08:46 queue INFO 87 [880] -2015-03-11 18:08:46 queue INFO >87 [881] -2015-03-11 18:08:46 sendUrl INFO 87 [880] R:OK -2015-03-11 18:08:46 sendUrl INFO 87 [881] R:OK -2015-03-11 18:08:47 queue INFO 83 [882] -2015-03-11 18:08:47 sendUrl INFO 83 [882] R:OK -2015-03-11 18:08:48 queue INFO >83 [883] -2015-03-11 18:08:48 sendUrl INFO 83 [883] R:OK -2015-03-11 18:09:37 queue INFO >>83 [884] -2015-03-11 18:09:38 sendUrl INFO 83 [884] R:OK -2015-03-11 18:10:28 queue INFO >>83 [885] -2015-03-11 18:10:28 sendUrl INFO 83 [885] R:OK -2015-03-11 18:11:18 queue INFO >>83 [886] -2015-03-11 18:11:18 sendUrl INFO 83 [886] R:OK -2015-03-11 18:12:08 queue INFO >>83 [887] -2015-03-11 18:12:08 sendUrl INFO 83 [887] R:OK -2015-03-11 18:12:58 queue INFO >>83 [888] -2015-03-11 18:12:59 sendUrl INFO 83 [888] R:OK -2015-03-11 18:13:48 queue INFO >>83 [889] -2015-03-11 18:13:48 sendUrl INFO 83 [889] R:OK -2015-03-11 18:14:38 queue INFO >>83 [890] -2015-03-11 18:14:39 sendUrl INFO 83 [890] R:OK -2015-03-11 18:15:29 queue INFO >>83 [891] -2015-03-11 18:15:29 sendUrl INFO 83 [891] R:OK -2015-03-11 18:15:54 queue INFO C7 [892] -2015-03-11 18:15:55 queue INFO >C7 [893] -2015-03-11 18:15:55 sendUrl INFO C7 [892] R:OK -2015-03-11 18:15:55 sendUrl INFO C7 [893] R:OK -2015-03-11 18:15:56 queue INFO C3 [894] -2015-03-11 18:15:56 queue INFO >C3 [895] -2015-03-11 18:15:56 sendUrl INFO C3 [894] R:OK -2015-03-11 18:15:57 sendUrl INFO C3 [895] R:OK -2015-03-11 18:16:46 queue INFO >>C3 [896] -2015-03-11 18:16:47 sendUrl INFO C3 [896] R:OK -2015-03-11 18:17:36 queue INFO >>C3 [897] -2015-03-11 18:17:37 sendUrl INFO C3 [897] R:OK -2015-03-11 18:18:27 queue INFO >>C3 [898] -2015-03-11 18:18:27 sendUrl INFO C3 [898] R:OK -2015-03-11 18:19:17 queue INFO >>C3 [899] -2015-03-11 18:19:17 sendUrl INFO C3 [899] R:OK -2015-03-11 18:20:07 queue INFO >>C3 [900] -2015-03-11 18:20:07 sendUrl INFO C3 [900] R:OK -2015-03-11 18:20:57 queue INFO >>C3 [901] -2015-03-11 18:20:57 sendUrl INFO C3 [901] R:OK -2015-03-11 18:21:47 queue INFO >>C3 [902] -2015-03-11 18:21:48 sendUrl INFO C3 [902] R:OK -2015-03-11 18:22:37 queue INFO >>C3 [903] -2015-03-11 18:22:38 sendUrl INFO C3 [903] R:OK -2015-03-11 18:23:01 queue INFO 83 [904] -2015-03-11 18:23:01 sendUrl INFO 83 [904] R:OK -2015-03-11 18:23:01 queue INFO >83 [905] -2015-03-11 18:23:01 sendUrl INFO 83 [905] R:OK -2015-03-11 18:23:03 queue INFO 87 [906] -2015-03-11 18:23:03 queue INFO >87 [907] -2015-03-11 18:23:04 sendUrl INFO 87 [906] R:OK -2015-03-11 18:23:04 sendUrl INFO 87 [907] R:OK -2015-03-11 18:23:05 queue INFO 83 [908] -2015-03-11 18:23:05 queue INFO >83 [909] -2015-03-11 18:23:05 sendUrl INFO 83 [908] R:OK -2015-03-11 18:23:06 sendUrl INFO 83 [909] R:OK -2015-03-11 18:23:55 queue INFO >>83 [910] -2015-03-11 18:23:55 sendUrl INFO 83 [910] R:OK -2015-03-11 18:24:45 queue INFO >>83 [911] -2015-03-11 18:24:45 sendUrl INFO 83 [911] R:OK -2015-03-11 18:25:35 queue INFO >>83 [912] -2015-03-11 18:25:36 sendUrl INFO 83 [912] R:OK -2015-03-11 18:26:25 queue INFO >>83 [913] -2015-03-11 18:26:26 sendUrl INFO 83 [913] R:OK -2015-03-11 18:27:16 queue INFO >>83 [914] -2015-03-11 18:27:16 sendUrl INFO 83 [914] R:OK -2015-03-11 18:28:06 queue INFO >>83 [915] -2015-03-11 18:28:06 sendUrl INFO 83 [915] R:OK -2015-03-11 18:28:56 queue INFO >>83 [916] -2015-03-11 18:28:56 sendUrl INFO 83 [916] R:OK -2015-03-11 18:29:46 queue INFO >>83 [917] -2015-03-11 18:29:46 sendUrl INFO 83 [917] R:OK -2015-03-11 18:30:13 queue INFO 87 [918] -2015-03-11 18:30:13 queue INFO >87 [919] -2015-03-11 18:30:13 sendUrl INFO 87 [918] R:OK -2015-03-11 18:30:14 sendUrl INFO 87 [919] R:OK -2015-03-11 18:30:14 queue INFO 83 [920] -2015-03-11 18:30:15 queue INFO >83 [921] -2015-03-11 18:30:15 sendUrl INFO 83 [920] R:OK -2015-03-11 18:30:15 sendUrl INFO 83 [921] R:OK -2015-03-11 18:31:04 queue INFO >>83 [922] -2015-03-11 18:31:05 sendUrl INFO 83 [922] R:OK -2015-03-11 18:31:55 queue INFO >>83 [923] -2015-03-11 18:31:55 sendUrl INFO 83 [923] R:OK -2015-03-11 18:32:45 queue INFO >>83 [924] -2015-03-11 18:32:45 sendUrl INFO 83 [924] R:OK -2015-03-11 18:33:35 queue INFO >>83 [925] -2015-03-11 18:33:35 sendUrl INFO 83 [925] R:OK -2015-03-11 18:34:25 queue INFO >>83 [926] -2015-03-11 18:34:25 sendUrl INFO 83 [926] R:OK -2015-03-11 18:35:15 queue INFO >>83 [927] -2015-03-11 18:35:16 sendUrl INFO 83 [927] R:OK -2015-03-11 18:36:05 queue INFO >>83 [928] -2015-03-11 18:36:06 sendUrl INFO 83 [928] R:OK -2015-03-11 18:36:55 queue INFO >>83 [929] -2015-03-11 18:36:56 sendUrl INFO 83 [929] R:OK -2015-03-11 18:37:22 queue INFO 87 [930] -2015-03-11 18:37:22 queue INFO >87 [931] -2015-03-11 18:37:22 sendUrl INFO 87 [930] R:OK -2015-03-11 18:37:23 sendUrl INFO 87 [931] R:OK -2015-03-11 18:37:23 queue INFO 83 [932] -2015-03-11 18:37:23 queue INFO >83 [933] -2015-03-11 18:37:24 sendUrl INFO 83 [932] R:OK -2015-03-11 18:37:24 sendUrl INFO 83 [933] R:OK -2015-03-11 18:38:13 queue INFO >>83 [934] -2015-03-11 18:38:14 sendUrl INFO 83 [934] R:OK -2015-03-11 18:39:04 queue INFO >>83 [935] -2015-03-11 18:39:04 sendUrl INFO 83 [935] R:OK -2015-03-11 18:39:54 queue INFO >>83 [936] -2015-03-11 18:39:54 sendUrl INFO 83 [936] R:OK -2015-03-11 18:40:44 queue INFO >>83 [937] -2015-03-11 18:40:44 sendUrl INFO 83 [937] R:OK -2015-03-11 18:41:34 queue INFO >>83 [938] -2015-03-11 18:41:34 sendUrl INFO 83 [938] R:OK -2015-03-11 18:42:24 queue INFO >>83 [939] -2015-03-11 18:42:25 sendUrl INFO 83 [939] R:OK -2015-03-11 18:43:14 queue INFO >>83 [940] -2015-03-11 18:43:14 sendUrl INFO 83 [940] R:OK -2015-03-11 18:44:04 queue INFO >>83 [941] -2015-03-11 18:44:05 sendUrl INFO 83 [941] R:OK -2015-03-11 18:44:31 queue INFO 87 [942] -2015-03-11 18:44:31 queue INFO >87 [943] -2015-03-11 18:44:31 sendUrl INFO 87 [942] R:OK -2015-03-11 18:44:31 sendUrl INFO 87 [943] R:OK -2015-03-11 18:44:32 queue INFO 83 [944] -2015-03-11 18:44:32 queue INFO >83 [945] -2015-03-11 18:44:32 sendUrl INFO 83 [944] R:OK -2015-03-11 18:44:33 sendUrl INFO 83 [945] R:OK -2015-03-11 18:45:22 queue INFO >>83 [946] -2015-03-11 18:45:23 sendUrl INFO 83 [946] R:OK -2015-03-11 18:46:12 queue INFO >>83 [947] -2015-03-11 18:46:13 sendUrl INFO 83 [947] R:OK -2015-03-11 18:47:03 queue INFO >>83 [948] -2015-03-11 18:47:03 sendUrl INFO 83 [948] R:OK -2015-03-11 18:47:53 queue INFO >>83 [949] -2015-03-11 18:47:53 sendUrl INFO 83 [949] R:OK -2015-03-11 18:48:43 queue INFO >>83 [950] -2015-03-11 18:48:43 sendUrl INFO 83 [950] R:OK -2015-03-11 18:49:33 queue INFO >>83 [951] -2015-03-11 18:49:33 sendUrl INFO 83 [951] R:OK -2015-03-11 18:50:23 queue INFO >>83 [952] -2015-03-11 18:50:23 sendUrl INFO 83 [952] R:OK -2015-03-11 18:51:03 queue INFO 89 [953] -2015-03-11 18:51:03 queue INFO >89 [954] -2015-03-11 18:51:03 queue INFO 0 [955] -2015-03-11 18:51:03 sendUrl INFO 89 [953] R:OK -2015-03-11 18:51:03 queue INFO >0 [956] -2015-03-11 18:51:04 sendUrl INFO 89 [954] R:OK -2015-03-11 18:51:04 sendUrl INFO 0 [955] R:OK -2015-03-11 18:51:05 sendUrl INFO 0 [956] R:OK -2015-03-11 18:51:53 queue INFO >>0 [957] -2015-03-11 18:51:53 sendUrl INFO 0 [957] R:OK -2015-03-11 18:52:43 queue INFO >>0 [958] -2015-03-11 18:52:44 sendUrl INFO 0 [958] R:OK -2015-03-11 18:53:33 queue INFO >>0 [959] -2015-03-11 18:53:34 sendUrl INFO 0 [959] R:OK -2015-03-11 18:54:24 queue INFO >>0 [960] -2015-03-11 18:54:24 sendUrl INFO 0 [960] R:OK -2015-03-11 18:55:14 queue INFO >>0 [961] -2015-03-11 18:55:14 sendUrl INFO 0 [961] R:OK -2015-03-11 18:56:04 queue INFO >>0 [962] -2015-03-11 18:56:04 sendUrl INFO 0 [962] R:OK -2015-03-11 18:56:54 queue INFO >>0 [963] -2015-03-11 18:56:54 sendUrl INFO 0 [963] R:OK -2015-03-11 18:57:44 queue INFO >>0 [964] -2015-03-11 18:57:44 sendUrl INFO 0 [964] R:OK -2015-03-11 18:58:34 queue INFO >>0 [965] -2015-03-11 18:58:35 sendUrl INFO 0 [965] R:OK -2015-03-11 18:59:24 queue INFO >>0 [966] -2015-03-11 18:59:25 sendUrl INFO 0 [966] R:OK -2015-03-11 19:00:15 queue INFO >>0 [967] -2015-03-11 19:00:15 sendUrl INFO 0 [967] R:OK -2015-03-11 19:01:05 queue INFO >>0 [968] -2015-03-11 19:01:05 sendUrl INFO 0 [968] R:OK -2015-03-11 19:01:55 queue INFO >>0 [969] -2015-03-11 19:01:55 sendUrl INFO 0 [969] R:OK -2015-03-11 19:02:35 queue INFO 80 [970] -2015-03-11 19:02:36 queue INFO >80 [971] -2015-03-11 19:02:36 sendUrl INFO 80 [970] R:OK -2015-03-11 19:02:36 sendUrl INFO 80 [971] R:OK -2015-03-11 19:03:14 queue INFO 89 [972] -2015-03-11 19:03:14 queue INFO >89 [973] -2015-03-11 19:03:14 sendUrl INFO 89 [972] R:OK -2015-03-11 19:03:15 sendUrl INFO 89 [973] R:OK -2015-03-11 19:03:23 queue INFO 99 [974] -2015-03-11 19:03:23 queue INFO >99 [975] -2015-03-11 19:03:23 sendUrl INFO 99 [974] R:OK -2015-03-11 19:03:24 sendUrl INFO 99 [975] R:OK -2015-03-11 19:04:13 queue INFO >>99 [976] -2015-03-11 19:04:13 sendUrl INFO 99 [976] R:OK -2015-03-11 19:05:03 queue INFO >>99 [977] -2015-03-11 19:05:03 sendUrl INFO 99 [977] R:OK -2015-03-11 19:05:33 queue INFO 89 [978] -2015-03-11 19:05:33 queue INFO >89 [979] -2015-03-11 19:05:34 sendUrl INFO 89 [978] R:OK -2015-03-11 19:05:34 sendUrl INFO 89 [979] R:OK -2015-03-11 19:05:38 queue INFO 81 [980] -2015-03-11 19:05:38 queue INFO >81 [981] -2015-03-11 19:05:38 sendUrl INFO 81 [980] R:OK -2015-03-11 19:05:39 sendUrl INFO 81 [981] R:OK -2015-03-11 19:05:41 queue INFO 83 [982] -2015-03-11 19:05:41 queue INFO >83 [983] -2015-03-11 19:05:41 sendUrl INFO 83 [982] R:OK -2015-03-11 19:05:42 sendUrl INFO 83 [983] R:OK -2015-03-11 19:06:10 queue INFO 87 [984] -2015-03-11 19:06:10 queue INFO >87 [985] -2015-03-11 19:06:10 sendUrl INFO 87 [984] R:OK -2015-03-11 19:06:11 sendUrl INFO 87 [985] R:OK -2015-03-11 19:06:12 queue INFO 83 [986] -2015-03-11 19:06:12 queue INFO >83 [987] -2015-03-11 19:06:12 sendUrl INFO 83 [986] R:OK -2015-03-11 19:06:12 sendUrl INFO 83 [987] R:OK -2015-03-11 19:07:02 queue INFO >>83 [988] -2015-03-11 19:07:02 sendUrl INFO 83 [988] R:OK -2015-03-11 19:07:52 queue INFO >>83 [989] -2015-03-11 19:07:52 sendUrl INFO 83 [989] R:OK -2015-03-11 19:08:42 queue INFO >>83 [990] -2015-03-11 19:08:42 sendUrl INFO 83 [990] R:OK -2015-03-11 19:09:32 queue INFO >>83 [991] -2015-03-11 19:09:33 sendUrl INFO 83 [991] R:OK -2015-03-11 19:10:22 queue INFO >>83 [992] -2015-03-11 19:10:22 sendUrl INFO 83 [992] R:OK -2015-03-11 19:11:12 queue INFO >>83 [993] -2015-03-11 19:11:13 sendUrl INFO 83 [993] R:OK -2015-03-11 19:12:03 queue INFO >>83 [994] -2015-03-11 19:12:03 sendUrl INFO 83 [994] R:OK -2015-03-11 19:12:53 queue INFO >>83 [995] -2015-03-11 19:12:53 sendUrl INFO 83 [995] R:OK -2015-03-11 19:13:19 queue INFO 87 [996] -2015-03-11 19:13:19 sendUrl INFO 87 [996] R:OK -2015-03-11 19:13:19 queue INFO >87 [997] -2015-03-11 19:13:20 sendUrl INFO 87 [997] R:OK -2015-03-11 19:13:21 queue INFO 83 [998] -2015-03-11 19:13:21 queue INFO >83 [999] -2015-03-11 19:13:21 sendUrl INFO 83 [998] R:OK -2015-03-11 19:13:22 sendUrl INFO 83 [999] R:OK -2015-03-11 19:14:11 queue INFO >>83 [0] -2015-03-11 19:14:11 sendUrl INFO 83 [0] R:OK -2015-03-11 19:15:01 queue INFO >>83 [1] -2015-03-11 19:15:01 sendUrl INFO 83 [1] R:OK -2015-03-11 19:15:51 queue INFO >>83 [2] -2015-03-11 19:15:52 sendUrl INFO 83 [2] R:OK -2015-03-11 19:16:41 queue INFO >>83 [3] -2015-03-11 19:16:42 sendUrl INFO 83 [3] R:OK -2015-03-11 19:17:31 queue INFO >>83 [4] -2015-03-11 19:17:32 sendUrl INFO 83 [4] R:OK -2015-03-11 19:18:22 queue INFO >>83 [5] -2015-03-11 19:18:22 sendUrl INFO 83 [5] R:OK -2015-03-11 19:19:12 queue INFO >>83 [6] -2015-03-11 19:19:12 sendUrl INFO 83 [6] R:OK -2015-03-11 19:20:02 queue INFO >>83 [7] -2015-03-11 19:20:02 sendUrl INFO 83 [7] R:OK -2015-03-11 19:20:28 queue INFO 87 [8] -2015-03-11 19:20:28 queue INFO >87 [9] -2015-03-11 19:20:29 sendUrl INFO 87 [8] R:OK -2015-03-11 19:20:29 sendUrl INFO 87 [9] R:OK -2015-03-11 19:20:30 queue INFO 83 [10] -2015-03-11 19:20:30 queue INFO >83 [11] -2015-03-11 19:20:30 sendUrl INFO 83 [10] R:OK -2015-03-11 19:20:31 sendUrl INFO 83 [11] R:OK -2015-03-11 19:21:20 queue INFO >>83 [12] -2015-03-11 19:21:20 sendUrl INFO 83 [12] R:OK -2015-03-11 19:22:10 queue INFO >>83 [13] -2015-03-11 19:22:10 sendUrl INFO 83 [13] R:OK -2015-03-11 19:23:00 queue INFO >>83 [14] -2015-03-11 19:23:01 sendUrl INFO 83 [14] R:OK -2015-03-11 19:23:50 queue INFO >>83 [15] -2015-03-11 19:23:50 sendUrl INFO 83 [15] R:OK -2015-03-11 19:24:40 queue INFO >>83 [16] -2015-03-11 19:24:41 sendUrl INFO 83 [16] R:OK -2015-03-11 19:25:31 queue INFO >>83 [17] -2015-03-11 19:25:31 sendUrl INFO 83 [17] R:OK -2015-03-11 19:26:21 queue INFO >>83 [18] -2015-03-11 19:26:21 sendUrl INFO 83 [18] R:OK -2015-03-11 19:27:11 queue INFO >>83 [19] -2015-03-11 19:27:11 sendUrl INFO 83 [19] R:OK -2015-03-11 19:27:37 queue INFO 87 [20] -2015-03-11 19:27:37 queue INFO >87 [21] -2015-03-11 19:27:37 sendUrl INFO 87 [20] R:OK -2015-03-11 19:27:37 sendUrl INFO 87 [21] R:OK -2015-03-11 19:27:38 queue INFO 83 [22] -2015-03-11 19:27:38 queue INFO >83 [23] -2015-03-11 19:27:38 sendUrl INFO 83 [22] R:OK -2015-03-11 19:27:39 sendUrl INFO 83 [23] R:OK -2015-03-11 19:28:28 queue INFO >>83 [24] -2015-03-11 19:28:29 sendUrl INFO 83 [24] R:OK -2015-03-11 19:29:18 queue INFO >>83 [25] -2015-03-11 19:29:19 sendUrl INFO 83 [25] R:OK -2015-03-11 19:30:09 queue INFO >>83 [26] -2015-03-11 19:30:09 sendUrl INFO 83 [26] R:OK -2015-03-11 19:30:59 queue INFO >>83 [27] -2015-03-11 19:30:59 sendUrl INFO 83 [27] R:OK -2015-03-11 19:31:49 queue INFO >>83 [28] -2015-03-11 19:31:49 sendUrl INFO 83 [28] R:OK -2015-03-11 19:32:39 queue INFO >>83 [29] -2015-03-11 19:32:39 sendUrl INFO 83 [29] R:OK -2015-03-11 19:33:29 queue INFO >>83 [30] -2015-03-11 19:33:29 sendUrl INFO 83 [30] R:OK -2015-03-11 19:34:19 queue INFO >>83 [31] -2015-03-11 19:34:20 sendUrl INFO 83 [31] R:OK -2015-03-11 19:34:45 queue INFO C7 [32] -2015-03-11 19:34:46 queue INFO >C7 [33] -2015-03-11 19:34:46 sendUrl INFO C7 [32] R:OK -2015-03-11 19:34:46 sendUrl INFO C7 [33] R:OK -2015-03-11 19:34:47 queue INFO C3 [34] -2015-03-11 19:34:47 queue INFO >C3 [35] -2015-03-11 19:34:47 sendUrl INFO C3 [34] R:OK -2015-03-11 19:34:48 sendUrl INFO C3 [35] R:OK -2015-03-11 19:35:37 queue INFO >>C3 [36] -2015-03-11 19:35:38 sendUrl INFO C3 [36] R:OK -2015-03-11 19:36:27 queue INFO >>C3 [37] -2015-03-11 19:36:28 sendUrl INFO C3 [37] R:OK -2015-03-11 19:37:17 queue INFO >>C3 [38] -2015-03-11 19:37:18 sendUrl INFO C3 [38] R:OK -2015-03-11 19:38:08 queue INFO >>C3 [39] -2015-03-11 19:38:08 sendUrl INFO C3 [39] R:OK -2015-03-11 19:38:58 queue INFO >>C3 [40] -2015-03-11 19:38:58 sendUrl INFO C3 [40] R:OK -2015-03-11 19:39:48 queue INFO >>C3 [41] -2015-03-11 19:39:48 sendUrl INFO C3 [41] R:OK -2015-03-11 19:40:38 queue INFO >>C3 [42] -2015-03-11 19:40:38 sendUrl INFO C3 [42] R:OK -2015-03-11 19:41:28 queue INFO >>C3 [43] -2015-03-11 19:41:29 sendUrl INFO C3 [43] R:OK -2015-03-11 19:41:52 queue INFO 83 [44] -2015-03-11 19:41:52 queue INFO >83 [45] -2015-03-11 19:41:52 sendUrl INFO 83 [44] R:OK -2015-03-11 19:41:52 sendUrl INFO 83 [45] R:OK -2015-03-11 19:41:54 queue INFO 87 [46] -2015-03-11 19:41:54 sendUrl INFO 87 [46] R:OK -2015-03-11 19:41:54 queue INFO >87 [47] -2015-03-11 19:41:55 sendUrl INFO 87 [47] R:OK -2015-03-11 19:41:56 queue INFO 83 [48] -2015-03-11 19:41:56 queue INFO >83 [49] -2015-03-11 19:41:56 sendUrl INFO 83 [48] R:OK -2015-03-11 19:41:57 sendUrl INFO 83 [49] R:OK -2015-03-11 19:42:46 queue INFO >>83 [50] -2015-03-11 19:42:46 sendUrl INFO 83 [50] R:OK -2015-03-11 19:43:36 queue INFO >>83 [51] -2015-03-11 19:43:36 sendUrl INFO 83 [51] R:OK -2015-03-11 19:44:26 queue INFO >>83 [52] -2015-03-11 19:44:26 sendUrl INFO 83 [52] R:OK -2015-03-11 19:45:16 queue INFO >>83 [53] -2015-03-11 19:45:17 sendUrl INFO 83 [53] R:OK -2015-03-11 19:46:07 queue INFO >>83 [54] -2015-03-11 19:46:07 sendUrl INFO 83 [54] R:OK -2015-03-11 19:46:57 queue INFO >>83 [55] -2015-03-11 19:46:57 sendUrl INFO 83 [55] R:OK -2015-03-11 19:47:38 queue INFO 81 [56] -2015-03-11 19:47:38 queue INFO >81 [57] -2015-03-11 19:47:38 sendUrl INFO 81 [56] R:OK -2015-03-11 19:47:39 sendUrl INFO 81 [57] R:OK -2015-03-11 19:48:28 queue INFO >>81 [58] -2015-03-11 19:48:28 sendUrl INFO 81 [58] R:OK -2015-03-11 19:49:18 queue INFO >>81 [59] -2015-03-11 19:49:18 sendUrl INFO 81 [59] R:OK -2015-03-11 19:50:08 queue INFO >>81 [60] -2015-03-11 19:50:09 sendUrl INFO 81 [60] R:OK -2015-03-11 19:50:42 queue INFO 91 [61] -2015-03-11 19:50:42 queue INFO 99 [62] -2015-03-11 19:50:42 queue INFO >99 [63] -2015-03-11 19:50:42 sendUrl INFO 91 [61] R:OK -2015-03-11 19:50:43 sendUrl INFO 99 [62] R:OK -2015-03-11 19:50:43 sendUrl INFO 99 [63] R:OK -2015-03-11 19:51:32 queue INFO >>99 [64] -2015-03-11 19:51:33 sendUrl INFO 99 [64] R:OK -2015-03-11 19:52:22 queue INFO >>99 [65] -2015-03-11 19:52:23 sendUrl INFO 99 [65] R:OK -2015-03-11 19:53:13 queue INFO >>99 [66] -2015-03-11 19:53:13 sendUrl INFO 99 [66] R:OK -2015-03-11 19:54:03 queue INFO >>99 [67] -2015-03-11 19:54:03 sendUrl INFO 99 [67] R:OK -2015-03-11 19:54:16 queue INFO 89 [68] -2015-03-11 19:54:16 queue INFO >89 [69] -2015-03-11 19:54:17 sendUrl INFO 89 [68] R:OK -2015-03-11 19:54:17 sendUrl INFO 89 [69] R:OK -2015-03-11 19:54:21 queue INFO 81 [70] -2015-03-11 19:54:21 sendUrl INFO 81 [70] R:OK -2015-03-11 19:54:21 queue INFO >81 [71] -2015-03-11 19:54:22 sendUrl INFO 81 [71] R:OK -2015-03-11 19:54:22 queue INFO 83 [72] -2015-03-11 19:54:22 sendUrl INFO 83 [72] R:OK -2015-03-11 19:54:22 queue INFO >83 [73] -2015-03-11 19:54:23 sendUrl INFO 83 [73] R:OK -2015-03-11 19:54:50 queue INFO 87 [74] -2015-03-11 19:54:50 queue INFO >87 [75] -2015-03-11 19:54:51 sendUrl INFO 87 [74] R:OK -2015-03-11 19:54:51 sendUrl INFO 87 [75] R:OK -2015-03-11 19:54:52 queue INFO 83 [76] -2015-03-11 19:54:52 queue INFO >83 [77] -2015-03-11 19:54:52 sendUrl INFO 83 [76] R:OK -2015-03-11 19:54:53 sendUrl INFO 83 [77] R:OK -2015-03-11 19:55:42 queue INFO >>83 [78] -2015-03-11 19:55:42 sendUrl INFO 83 [78] R:OK -2015-03-11 19:56:32 queue INFO >>83 [79] -2015-03-11 19:56:32 sendUrl INFO 83 [79] R:OK -2015-03-11 19:57:22 queue INFO >>83 [80] -2015-03-11 19:57:23 sendUrl INFO 83 [80] R:OK -2015-03-11 19:58:12 queue INFO >>83 [81] -2015-03-11 19:58:13 sendUrl INFO 83 [81] R:OK -2015-03-11 19:59:03 queue INFO >>83 [82] -2015-03-11 19:59:03 sendUrl INFO 83 [82] R:OK -2015-03-11 19:59:53 queue INFO >>83 [83] -2015-03-11 19:59:53 sendUrl INFO 83 [83] R:OK -2015-03-11 20:00:43 queue INFO >>83 [84] -2015-03-11 20:00:43 sendUrl INFO 83 [84] R:OK -2015-03-11 20:01:33 queue INFO >>83 [85] -2015-03-11 20:01:33 sendUrl INFO 83 [85] R:OK -2015-03-11 20:01:59 queue INFO 87 [86] -2015-03-11 20:01:59 queue INFO >87 [87] -2015-03-11 20:01:59 sendUrl INFO 87 [86] R:OK -2015-03-11 20:02:00 sendUrl INFO 87 [87] R:OK -2015-03-11 20:02:01 queue INFO 83 [88] -2015-03-11 20:02:01 sendUrl INFO 83 [88] R:OK -2015-03-11 20:02:01 queue INFO >83 [89] -2015-03-11 20:02:01 sendUrl INFO 83 [89] R:OK -2015-03-11 20:02:51 queue INFO >>83 [90] -2015-03-11 20:02:51 sendUrl INFO 83 [90] R:OK -2015-03-11 20:03:41 queue INFO >>83 [91] -2015-03-11 20:03:42 sendUrl INFO 83 [91] R:OK -2015-03-11 20:04:31 queue INFO >>83 [92] -2015-03-11 20:04:31 sendUrl INFO 83 [92] R:OK -2015-03-11 20:05:21 queue INFO >>83 [93] -2015-03-11 20:05:22 sendUrl INFO 83 [93] R:OK -2015-03-11 20:06:12 queue INFO >>83 [94] -2015-03-11 20:06:12 sendUrl INFO 83 [94] R:OK -2015-03-11 20:07:02 queue INFO >>83 [95] -2015-03-11 20:07:02 sendUrl INFO 83 [95] R:OK -2015-03-11 20:07:52 queue INFO >>83 [96] -2015-03-11 20:07:52 sendUrl INFO 83 [96] R:OK -2015-03-11 20:08:42 queue INFO >>83 [97] -2015-03-11 20:08:43 sendUrl INFO 83 [97] R:OK -2015-03-11 20:09:08 queue INFO 87 [98] -2015-03-11 20:09:08 queue INFO >87 [99] -2015-03-11 20:09:08 sendUrl INFO 87 [98] R:OK -2015-03-11 20:09:09 sendUrl INFO 87 [99] R:OK -2015-03-11 20:09:10 queue INFO 83 [100] -2015-03-11 20:09:10 queue INFO >83 [101] -2015-03-11 20:09:10 sendUrl INFO 83 [100] R:OK -2015-03-11 20:09:11 sendUrl INFO 83 [101] R:OK -2015-03-11 20:10:00 queue INFO >>83 [102] -2015-03-11 20:10:00 sendUrl INFO 83 [102] R:OK -2015-03-11 20:10:50 queue INFO >>83 [103] -2015-03-11 20:10:51 sendUrl INFO 83 [103] R:OK -2015-03-11 20:11:40 queue INFO >>83 [104] -2015-03-11 20:11:40 sendUrl INFO 83 [104] R:OK -2015-03-11 20:12:30 queue INFO >>83 [105] -2015-03-11 20:12:31 sendUrl INFO 83 [105] R:OK -2015-03-11 20:13:21 queue INFO >>83 [106] -2015-03-11 20:13:21 sendUrl INFO 83 [106] R:OK -2015-03-11 20:14:11 queue INFO >>83 [107] -2015-03-11 20:14:11 sendUrl INFO 83 [107] R:OK -2015-03-11 20:15:01 queue INFO >>83 [108] -2015-03-11 20:15:01 sendUrl INFO 83 [108] R:OK -2015-03-11 20:15:51 queue INFO >>83 [109] -2015-03-11 20:15:52 sendUrl INFO 83 [109] R:OK -2015-03-11 20:16:17 queue INFO 87 [110] -2015-03-11 20:16:17 queue INFO >87 [111] -2015-03-11 20:16:17 sendUrl INFO 87 [110] R:OK -2015-03-11 20:16:18 sendUrl INFO 87 [111] R:OK -2015-03-11 20:16:19 queue INFO 83 [112] -2015-03-11 20:16:19 queue INFO >83 [113] -2015-03-11 20:16:19 sendUrl INFO 83 [112] R:OK -2015-03-11 20:16:19 sendUrl INFO 83 [113] R:OK -2015-03-11 20:17:09 queue INFO >>83 [114] -2015-03-11 20:17:09 sendUrl INFO 83 [114] R:OK -2015-03-11 20:17:59 queue INFO >>83 [115] -2015-03-11 20:17:59 sendUrl INFO 83 [115] R:OK -2015-03-11 20:18:49 queue INFO >>83 [116] -2015-03-11 20:18:49 sendUrl INFO 83 [116] R:OK -2015-03-11 20:19:39 queue INFO >>83 [117] -2015-03-11 20:19:40 sendUrl INFO 83 [117] R:OK -2015-03-11 20:20:29 queue INFO >>83 [118] -2015-03-11 20:20:29 sendUrl INFO 83 [118] R:OK -2015-03-11 20:21:19 queue INFO >>83 [119] -2015-03-11 20:21:20 sendUrl INFO 83 [119] R:OK -2015-03-11 20:22:10 queue INFO >>83 [120] -2015-03-11 20:22:10 sendUrl INFO 83 [120] R:OK -2015-03-11 20:23:00 queue INFO >>83 [121] -2015-03-11 20:23:00 sendUrl INFO 83 [121] R:OK -2015-03-11 20:23:26 queue INFO C7 [122] -2015-03-11 20:23:26 queue INFO >C7 [123] -2015-03-11 20:23:26 sendUrl INFO C7 [122] R:OK -2015-03-11 20:23:27 sendUrl INFO C7 [123] R:OK -2015-03-11 20:23:27 queue INFO C3 [124] -2015-03-11 20:23:27 queue INFO >C3 [125] -2015-03-11 20:23:28 sendUrl INFO C3 [124] R:OK -2015-03-11 20:23:28 sendUrl INFO C3 [125] R:OK -2015-03-11 20:24:17 queue INFO >>C3 [126] -2015-03-11 20:24:17 sendUrl INFO C3 [126] R:OK -2015-03-11 20:25:08 queue INFO >>C3 [127] -2015-03-11 20:25:08 sendUrl INFO C3 [127] R:OK -2015-03-11 20:25:58 queue INFO >>C3 [128] -2015-03-11 20:25:58 sendUrl INFO C3 [128] R:OK -2015-03-11 20:26:48 queue INFO >>C3 [129] -2015-03-11 20:26:48 sendUrl INFO C3 [129] R:OK -2015-03-11 20:27:38 queue INFO >>C3 [130] -2015-03-11 20:27:38 sendUrl INFO C3 [130] R:OK -2015-03-11 20:28:28 queue INFO >>C3 [131] -2015-03-11 20:28:29 sendUrl INFO C3 [131] R:OK -2015-03-11 20:29:18 queue INFO >>C3 [132] -2015-03-11 20:29:19 sendUrl INFO C3 [132] R:OK -2015-03-11 20:30:08 queue INFO >>C3 [133] -2015-03-11 20:30:09 sendUrl INFO C3 [133] R:OK -2015-03-11 20:30:32 queue INFO 83 [134] -2015-03-11 20:30:32 queue INFO >83 [135] -2015-03-11 20:30:32 sendUrl INFO 83 [134] R:OK -2015-03-11 20:30:33 sendUrl INFO 83 [135] R:OK -2015-03-11 20:30:34 queue INFO 87 [136] -2015-03-11 20:30:35 queue INFO >87 [137] -2015-03-11 20:30:35 sendUrl INFO 87 [136] R:OK -2015-03-11 20:30:35 sendUrl INFO 87 [137] R:OK -2015-03-11 20:30:36 queue INFO 83 [138] -2015-03-11 20:30:36 sendUrl INFO 83 [138] R:OK -2015-03-11 20:30:36 queue INFO >83 [139] -2015-03-11 20:30:37 sendUrl INFO 83 [139] R:OK -2015-03-11 20:30:39 queue INFO 81 [140] -2015-03-11 20:30:39 queue INFO >81 [141] -2015-03-11 20:30:40 sendUrl INFO 81 [140] R:OK -2015-03-11 20:30:40 sendUrl INFO 81 [141] R:OK -2015-03-11 20:30:47 queue INFO 83 [142] -2015-03-11 20:30:47 queue INFO >83 [143] -2015-03-11 20:30:47 sendUrl INFO 83 [142] R:OK -2015-03-11 20:30:48 sendUrl INFO 83 [143] R:OK -2015-03-11 20:31:37 queue INFO >>83 [144] -2015-03-11 20:31:37 sendUrl INFO 83 [144] R:OK -2015-03-11 20:32:27 queue INFO >>83 [145] -2015-03-11 20:32:27 sendUrl INFO 83 [145] R:OK -2015-03-11 20:33:17 queue INFO >>83 [146] -2015-03-11 20:33:18 sendUrl INFO 83 [146] R:OK -2015-03-11 20:34:07 queue INFO >>83 [147] -2015-03-11 20:34:07 sendUrl INFO 83 [147] R:OK -2015-03-11 20:34:58 queue INFO >>83 [148] -2015-03-11 20:34:58 sendUrl INFO 83 [148] R:OK -2015-03-11 20:35:48 queue INFO >>83 [149] -2015-03-11 20:35:48 sendUrl INFO 83 [149] R:OK -2015-03-11 20:36:38 queue INFO >>83 [150] -2015-03-11 20:36:38 sendUrl INFO 83 [150] R:OK -2015-03-11 20:37:28 queue INFO >>83 [151] -2015-03-11 20:37:28 sendUrl INFO 83 [151] R:OK -2015-03-11 20:37:44 queue INFO 87 [152] -2015-03-11 20:37:44 sendUrl INFO 87 [152] R:OK -2015-03-11 20:37:44 queue INFO >87 [153] -2015-03-11 20:37:44 sendUrl INFO 87 [153] R:OK -2015-03-11 20:37:45 queue INFO 83 [154] -2015-03-11 20:37:46 queue INFO >83 [155] -2015-03-11 20:37:46 sendUrl INFO 83 [154] R:OK -2015-03-11 20:37:46 sendUrl INFO 83 [155] R:OK -2015-03-11 20:38:36 queue INFO >>83 [156] -2015-03-11 20:38:36 sendUrl INFO 83 [156] R:OK -2015-03-11 20:39:26 queue INFO >>83 [157] -2015-03-11 20:39:26 sendUrl INFO 83 [157] R:OK -2015-03-11 20:40:16 queue INFO >>83 [158] -2015-03-11 20:40:16 sendUrl INFO 83 [158] R:OK -2015-03-11 20:41:06 queue INFO >>83 [159] -2015-03-11 20:41:06 sendUrl INFO 83 [159] R:OK -2015-03-11 20:41:56 queue INFO >>83 [160] -2015-03-11 20:41:57 sendUrl INFO 83 [160] R:OK -2015-03-11 20:42:46 queue INFO >>83 [161] -2015-03-11 20:42:46 sendUrl INFO 83 [161] R:OK -2015-03-11 20:43:37 queue INFO >>83 [162] -2015-03-11 20:43:37 sendUrl INFO 83 [162] R:OK -2015-03-11 20:44:27 queue INFO >>83 [163] -2015-03-11 20:44:27 sendUrl INFO 83 [163] R:OK -2015-03-11 20:44:53 queue INFO 87 [164] -2015-03-11 20:44:53 queue INFO >87 [165] -2015-03-11 20:44:53 sendUrl INFO 87 [164] R:OK -2015-03-11 20:44:54 sendUrl INFO 87 [165] R:OK -2015-03-11 20:44:54 queue INFO 83 [166] -2015-03-11 20:44:55 queue INFO >83 [167] -2015-03-11 20:44:55 sendUrl INFO 83 [166] R:OK -2015-03-11 20:44:55 sendUrl INFO 83 [167] R:OK -2015-03-11 20:45:45 queue INFO >>83 [168] -2015-03-11 20:45:45 sendUrl INFO 83 [168] R:OK -2015-03-11 20:46:35 queue INFO >>83 [169] -2015-03-11 20:46:35 sendUrl INFO 83 [169] R:OK -2015-03-11 20:47:25 queue INFO >>83 [170] -2015-03-11 20:47:25 sendUrl INFO 83 [170] R:OK -2015-03-11 20:48:15 queue INFO >>83 [171] -2015-03-11 20:48:15 sendUrl INFO 83 [171] R:OK -2015-03-11 20:49:05 queue INFO >>83 [172] -2015-03-11 20:49:06 sendUrl INFO 83 [172] R:OK -2015-03-11 20:49:55 queue INFO >>83 [173] -2015-03-11 20:49:55 sendUrl INFO 83 [173] R:OK -2015-03-11 20:50:45 queue INFO >>83 [174] -2015-03-11 20:50:46 sendUrl INFO 83 [174] R:OK -2015-03-11 20:51:36 queue INFO >>83 [175] -2015-03-11 20:51:36 sendUrl INFO 83 [175] R:OK -2015-03-11 20:52:02 queue INFO 87 [176] -2015-03-11 20:52:02 queue INFO >87 [177] -2015-03-11 20:52:02 sendUrl INFO 87 [176] R:OK -2015-03-11 20:52:03 sendUrl INFO 87 [177] R:OK -2015-03-11 20:52:03 queue INFO 83 [178] -2015-03-11 20:52:04 queue INFO >83 [179] -2015-03-11 20:52:04 sendUrl INFO 83 [178] R:OK -2015-03-11 20:52:04 sendUrl INFO 83 [179] R:OK -2015-03-11 20:52:53 queue INFO >>83 [180] -2015-03-11 20:52:54 sendUrl INFO 83 [180] R:OK -2015-03-11 20:53:44 queue INFO >>83 [181] -2015-03-11 20:53:44 sendUrl INFO 83 [181] R:OK -2015-03-11 20:54:34 queue INFO >>83 [182] -2015-03-11 20:54:34 sendUrl INFO 83 [182] R:OK -2015-03-11 20:55:24 queue INFO >>83 [183] -2015-03-11 20:55:24 sendUrl INFO 83 [183] R:OK -2015-03-11 20:56:14 queue INFO >>83 [184] -2015-03-11 20:56:14 sendUrl INFO 83 [184] R:OK -2015-03-11 20:57:04 queue INFO >>83 [185] -2015-03-11 20:57:05 sendUrl INFO 83 [185] R:OK -2015-03-11 20:57:54 queue INFO >>83 [186] -2015-03-11 20:57:55 sendUrl INFO 83 [186] R:OK -2015-03-11 20:58:45 queue INFO >>83 [187] -2015-03-11 20:58:45 sendUrl INFO 83 [187] R:OK -2015-03-11 20:59:11 queue INFO 87 [188] -2015-03-11 20:59:11 queue INFO >87 [189] -2015-03-11 20:59:11 sendUrl INFO 87 [188] R:OK -2015-03-11 20:59:12 sendUrl INFO 87 [189] R:OK -2015-03-11 20:59:12 queue INFO 83 [190] -2015-03-11 20:59:12 queue INFO >83 [191] -2015-03-11 20:59:13 sendUrl INFO 83 [190] R:OK -2015-03-11 20:59:13 sendUrl INFO 83 [191] R:OK -2015-03-11 21:00:02 queue INFO >>83 [192] -2015-03-11 21:00:03 sendUrl INFO 83 [192] R:OK -2015-03-11 21:00:53 queue INFO >>83 [193] -2015-03-11 21:00:53 sendUrl INFO 83 [193] R:OK -2015-03-11 21:01:43 queue INFO >>83 [194] -2015-03-11 21:01:43 sendUrl INFO 83 [194] R:OK -2015-03-11 21:02:33 queue INFO >>83 [195] -2015-03-11 21:02:33 sendUrl INFO 83 [195] R:OK -2015-03-11 21:03:23 queue INFO >>83 [196] -2015-03-11 21:03:23 sendUrl INFO 83 [196] R:OK -2015-03-11 21:04:13 queue INFO >>83 [197] -2015-03-11 21:04:14 sendUrl INFO 83 [197] R:OK -2015-03-11 21:05:03 queue INFO >>83 [198] -2015-03-11 21:05:04 sendUrl INFO 83 [198] R:OK -2015-03-11 21:05:53 queue INFO >>83 [199] -2015-03-11 21:05:54 sendUrl INFO 83 [199] R:OK -2015-03-11 21:06:19 queue INFO C7 [200] -2015-03-11 21:06:20 queue INFO >C7 [201] -2015-03-11 21:06:20 sendUrl INFO C7 [200] R:OK -2015-03-11 21:06:20 sendUrl INFO C7 [201] R:OK -2015-03-11 21:06:21 queue INFO C3 [202] -2015-03-11 21:06:21 sendUrl INFO C3 [202] R:OK -2015-03-11 21:06:21 queue INFO >C3 [203] -2015-03-11 21:06:22 sendUrl INFO C3 [203] R:OK -2015-03-11 21:07:11 queue INFO >>C3 [204] -2015-03-11 21:07:11 sendUrl INFO C3 [204] R:OK -2015-03-11 21:08:01 queue INFO >>C3 [205] -2015-03-11 21:08:02 sendUrl INFO C3 [205] R:OK -2015-03-11 21:08:51 queue INFO >>C3 [206] -2015-03-11 21:08:52 sendUrl INFO C3 [206] R:OK -2015-03-11 21:09:41 queue INFO >>C3 [207] -2015-03-11 21:09:42 sendUrl INFO C3 [207] R:OK -2015-03-11 21:10:32 queue INFO >>C3 [208] -2015-03-11 21:10:32 sendUrl INFO C3 [208] R:OK -2015-03-11 21:11:22 queue INFO >>C3 [209] -2015-03-11 21:11:22 sendUrl INFO C3 [209] R:OK -2015-03-11 21:12:12 queue INFO >>C3 [210] -2015-03-11 21:12:12 sendUrl INFO C3 [210] R:OK -2015-03-11 21:13:02 queue INFO >>C3 [211] -2015-03-11 21:13:02 sendUrl INFO C3 [211] R:OK -2015-03-11 21:13:25 queue INFO 83 [212] -2015-03-11 21:13:26 queue INFO >83 [213] -2015-03-11 21:13:26 sendUrl INFO 83 [212] R:OK -2015-03-11 21:13:26 sendUrl INFO 83 [213] R:OK -2015-03-11 21:13:28 queue INFO 87 [214] -2015-03-11 21:13:28 queue INFO >87 [215] -2015-03-11 21:13:28 sendUrl INFO 87 [214] R:OK -2015-03-11 21:13:29 sendUrl INFO 87 [215] R:OK -2015-03-11 21:13:30 queue INFO 83 [216] -2015-03-11 21:13:30 queue INFO >83 [217] -2015-03-11 21:13:30 sendUrl INFO 83 [216] R:OK -2015-03-11 21:13:30 sendUrl INFO 83 [217] R:OK -2015-03-11 21:14:20 queue INFO >>83 [218] -2015-03-11 21:14:20 sendUrl INFO 83 [218] R:OK -2015-03-11 21:15:10 queue INFO >>83 [219] -2015-03-11 21:15:10 sendUrl INFO 83 [219] R:OK -2015-03-11 21:16:00 queue INFO >>83 [220] -2015-03-11 21:16:00 sendUrl INFO 83 [220] R:OK -2015-03-11 21:16:50 queue INFO >>83 [221] -2015-03-11 21:16:51 sendUrl INFO 83 [221] R:OK -2015-03-11 21:17:40 queue INFO >>83 [222] -2015-03-11 21:17:41 sendUrl INFO 83 [222] R:OK -2015-03-11 21:18:31 queue INFO >>83 [223] -2015-03-11 21:18:31 sendUrl INFO 83 [223] R:OK -2015-03-11 21:19:21 queue INFO >>83 [224] -2015-03-11 21:19:21 sendUrl INFO 83 [224] R:OK -2015-03-11 21:20:11 queue INFO >>83 [225] -2015-03-11 21:20:11 sendUrl INFO 83 [225] R:OK -2015-03-11 21:20:38 queue INFO 87 [226] -2015-03-11 21:20:38 queue INFO >87 [227] -2015-03-11 21:20:38 sendUrl INFO 87 [226] R:OK -2015-03-11 21:20:38 sendUrl INFO 87 [227] R:OK -2015-03-11 21:20:39 queue INFO 83 [228] -2015-03-11 21:20:39 sendUrl INFO 83 [228] R:OK -2015-03-11 21:20:39 queue INFO >83 [229] -2015-03-11 21:20:40 sendUrl INFO 83 [229] R:OK -2015-03-11 21:21:29 queue INFO >>83 [230] -2015-03-11 21:21:30 sendUrl INFO 83 [230] R:OK -2015-03-11 21:22:20 queue INFO >>83 [231] -2015-03-11 21:22:20 sendUrl INFO 83 [231] R:OK -2015-03-11 21:23:10 queue INFO >>83 [232] -2015-03-11 21:23:10 sendUrl INFO 83 [232] R:OK -2015-03-11 21:24:00 queue INFO >>83 [233] -2015-03-11 21:24:00 sendUrl INFO 83 [233] R:OK -2015-03-11 21:24:50 queue INFO >>83 [234] -2015-03-11 21:24:50 sendUrl INFO 83 [234] R:OK -2015-03-11 21:25:40 queue INFO >>83 [235] -2015-03-11 21:25:40 sendUrl INFO 83 [235] R:OK -2015-03-11 21:26:30 queue INFO >>83 [236] -2015-03-11 21:26:31 sendUrl INFO 83 [236] R:OK -2015-03-11 21:27:20 queue INFO >>83 [237] -2015-03-11 21:27:21 sendUrl INFO 83 [237] R:OK -2015-03-11 21:27:47 queue INFO 87 [238] -2015-03-11 21:27:47 queue INFO >87 [239] -2015-03-11 21:27:47 sendUrl INFO 87 [238] R:OK -2015-03-11 21:27:47 sendUrl INFO 87 [239] R:OK -2015-03-11 21:27:48 queue INFO 83 [240] -2015-03-11 21:27:48 sendUrl INFO 83 [240] R:OK -2015-03-11 21:27:48 queue INFO >83 [241] -2015-03-11 21:27:49 sendUrl INFO 83 [241] R:OK -2015-03-11 21:28:38 queue INFO >>83 [242] -2015-03-11 21:28:39 sendUrl INFO 83 [242] R:OK -2015-03-11 21:29:28 queue INFO >>83 [243] -2015-03-11 21:29:29 sendUrl INFO 83 [243] R:OK -2015-03-11 21:30:19 queue INFO >>83 [244] -2015-03-11 21:30:19 sendUrl INFO 83 [244] R:OK -2015-03-11 21:31:09 queue INFO >>83 [245] -2015-03-11 21:31:09 sendUrl INFO 83 [245] R:OK -2015-03-11 21:31:59 queue INFO >>83 [246] -2015-03-11 21:31:59 sendUrl INFO 83 [246] R:OK -2015-03-11 21:32:49 queue INFO >>83 [247] -2015-03-11 21:32:49 sendUrl INFO 83 [247] R:OK -2015-03-11 21:33:39 queue INFO >>83 [248] -2015-03-11 21:33:40 sendUrl INFO 83 [248] R:OK -2015-03-11 21:34:29 queue INFO >>83 [249] -2015-03-11 21:34:29 sendUrl INFO 83 [249] R:OK -2015-03-11 21:34:55 queue INFO 87 [250] -2015-03-11 21:34:56 queue INFO >87 [251] -2015-03-11 21:34:56 sendUrl INFO 87 [250] R:OK -2015-03-11 21:34:56 sendUrl INFO 87 [251] R:OK -2015-03-11 21:34:57 queue INFO 83 [252] -2015-03-11 21:34:57 sendUrl INFO 83 [252] R:OK -2015-03-11 21:34:57 queue INFO >83 [253] -2015-03-11 21:34:58 sendUrl INFO 83 [253] R:OK -2015-03-11 21:35:47 queue INFO >>83 [254] -2015-03-11 21:35:48 sendUrl INFO 83 [254] R:OK -2015-03-11 21:36:37 queue INFO >>83 [255] -2015-03-11 21:36:38 sendUrl INFO 83 [255] R:OK -2015-03-11 21:37:28 queue INFO >>83 [256] -2015-03-11 21:37:28 sendUrl INFO 83 [256] R:OK -2015-03-11 21:38:18 queue INFO >>83 [257] -2015-03-11 21:38:18 sendUrl INFO 83 [257] R:OK -2015-03-11 21:39:08 queue INFO >>83 [258] -2015-03-11 21:39:08 sendUrl INFO 83 [258] R:OK -2015-03-11 21:39:58 queue INFO >>83 [259] -2015-03-11 21:39:58 sendUrl INFO 83 [259] R:OK -2015-03-11 21:40:48 queue INFO >>83 [260] -2015-03-11 21:40:49 sendUrl INFO 83 [260] R:OK -2015-03-11 21:41:38 queue INFO >>83 [261] -2015-03-11 21:41:38 sendUrl INFO 83 [261] R:OK -2015-03-11 21:42:04 queue INFO 87 [262] -2015-03-11 21:42:04 queue INFO >87 [263] -2015-03-11 21:42:05 sendUrl INFO 87 [262] R:OK -2015-03-11 21:42:05 sendUrl INFO 87 [263] R:OK -2015-03-11 21:42:06 queue INFO 83 [264] -2015-03-11 21:42:06 queue INFO >83 [265] -2015-03-11 21:42:06 sendUrl INFO 83 [264] R:OK -2015-03-11 21:42:07 sendUrl INFO 83 [265] R:OK -2015-03-11 21:42:56 queue INFO >>83 [266] -2015-03-11 21:42:56 sendUrl INFO 83 [266] R:OK -2015-03-11 21:43:46 queue INFO >>83 [267] -2015-03-11 21:43:46 sendUrl INFO 83 [267] R:OK -2015-03-11 21:44:36 queue INFO >>83 [268] -2015-03-11 21:44:37 sendUrl INFO 83 [268] R:OK -2015-03-11 21:45:26 queue INFO >>83 [269] -2015-03-11 21:45:27 sendUrl INFO 83 [269] R:OK -2015-03-11 21:46:17 queue INFO >>83 [270] -2015-03-11 21:46:17 sendUrl INFO 83 [270] R:OK -2015-03-11 21:47:07 queue INFO >>83 [271] -2015-03-11 21:47:07 sendUrl INFO 83 [271] R:OK -2015-03-11 21:47:57 queue INFO >>83 [272] -2015-03-11 21:47:57 sendUrl INFO 83 [272] R:OK -2015-03-11 21:48:47 queue INFO >>83 [273] -2015-03-11 21:48:47 sendUrl INFO 83 [273] R:OK -2015-03-11 21:49:13 queue INFO C7 [274] -2015-03-11 21:49:13 sendUrl INFO C7 [274] R:OK -2015-03-11 21:49:13 queue INFO >C7 [275] -2015-03-11 21:49:13 sendUrl INFO C7 [275] R:OK -2015-03-11 21:49:14 queue INFO C3 [276] -2015-03-11 21:49:15 queue INFO >C3 [277] -2015-03-11 21:49:15 sendUrl INFO C3 [276] R:OK -2015-03-11 21:49:15 sendUrl INFO C3 [277] R:OK -2015-03-11 21:50:05 queue INFO >>C3 [278] -2015-03-11 21:50:05 sendUrl INFO C3 [278] R:OK -2015-03-11 21:50:55 queue INFO >>C3 [279] -2015-03-11 21:50:55 sendUrl INFO C3 [279] R:OK -2015-03-11 21:51:45 queue INFO >>C3 [280] -2015-03-11 21:51:45 sendUrl INFO C3 [280] R:OK -2015-03-11 21:52:35 queue INFO >>C3 [281] -2015-03-11 21:52:35 sendUrl INFO C3 [281] R:OK -2015-03-11 21:53:25 queue INFO >>C3 [282] -2015-03-11 21:53:26 sendUrl INFO C3 [282] R:OK -2015-03-11 21:54:15 queue INFO >>C3 [283] -2015-03-11 21:54:16 sendUrl INFO C3 [283] R:OK -2015-03-11 21:55:05 queue INFO >>C3 [284] -2015-03-11 21:55:06 sendUrl INFO C3 [284] R:OK -2015-03-11 21:55:56 queue INFO >>C3 [285] -2015-03-11 21:55:56 sendUrl INFO C3 [285] R:OK -2015-03-11 21:56:19 queue INFO 83 [286] -2015-03-11 21:56:19 sendUrl INFO 83 [286] R:OK -2015-03-11 21:56:19 queue INFO >83 [287] -2015-03-11 21:56:20 sendUrl INFO 83 [287] R:OK -2015-03-11 21:56:22 queue INFO 87 [288] -2015-03-11 21:56:22 queue INFO >87 [289] -2015-03-11 21:56:22 sendUrl INFO 87 [288] R:OK -2015-03-11 21:56:23 sendUrl INFO 87 [289] R:OK -2015-03-11 21:56:23 queue INFO 83 [290] -2015-03-11 21:56:24 queue INFO >83 [291] -2015-03-11 21:56:24 sendUrl INFO 83 [290] R:OK -2015-03-11 21:56:24 sendUrl INFO 83 [291] R:OK -2015-03-11 21:57:14 queue INFO >>83 [292] -2015-03-11 21:57:14 sendUrl INFO 83 [292] R:OK -2015-03-11 21:58:04 queue INFO >>83 [293] -2015-03-11 21:58:04 sendUrl INFO 83 [293] R:OK -2015-03-11 21:58:54 queue INFO >>83 [294] -2015-03-11 21:58:54 sendUrl INFO 83 [294] R:OK -2015-03-11 21:59:44 queue INFO >>83 [295] -2015-03-11 21:59:44 sendUrl INFO 83 [295] R:OK -2015-03-11 22:00:34 queue INFO >>83 [296] -2015-03-11 22:00:35 sendUrl INFO 83 [296] R:OK -2015-03-11 22:01:24 queue INFO >>83 [297] -2015-03-11 22:01:25 sendUrl INFO 83 [297] R:OK -2015-03-11 22:01:40 queue INFO 81 [298] -2015-03-11 22:01:40 queue INFO >81 [299] -2015-03-11 22:01:41 sendUrl INFO 81 [298] R:OK -2015-03-11 22:01:41 sendUrl INFO 81 [299] R:OK -2015-03-11 22:02:30 queue INFO >>81 [300] -2015-03-11 22:02:30 sendUrl INFO 81 [300] R:OK -2015-03-11 22:03:20 queue INFO >>81 [301] -2015-03-11 22:03:21 sendUrl INFO 81 [301] R:OK -2015-03-11 22:03:41 queue INFO 91 [302] -2015-03-11 22:03:41 queue INFO 99 [303] -2015-03-11 22:03:41 queue INFO >99 [304] -2015-03-11 22:03:41 sendUrl INFO 91 [302] R:OK -2015-03-11 22:03:42 sendUrl INFO 99 [303] R:OK -2015-03-11 22:03:42 sendUrl INFO 99 [304] R:OK -2015-03-11 22:04:31 queue INFO >>99 [305] -2015-03-11 22:04:32 sendUrl INFO 99 [305] R:OK -2015-03-11 22:05:21 queue INFO >>99 [306] -2015-03-11 22:05:22 sendUrl INFO 99 [306] R:OK -2015-03-11 22:06:11 queue INFO >>99 [307] -2015-03-11 22:06:12 sendUrl INFO 99 [307] R:OK -2015-03-11 22:06:45 queue INFO 89 [308] -2015-03-11 22:06:45 queue INFO >89 [309] -2015-03-11 22:06:45 sendUrl INFO 89 [308] R:OK -2015-03-11 22:06:46 sendUrl INFO 89 [309] R:OK -2015-03-11 22:06:50 queue INFO 81 [310] -2015-03-11 22:06:50 queue INFO >81 [311] -2015-03-11 22:06:50 sendUrl INFO 81 [310] R:OK -2015-03-11 22:06:51 sendUrl INFO 81 [311] R:OK -2015-03-11 22:06:54 queue INFO 83 [312] -2015-03-11 22:06:54 sendUrl INFO 83 [312] R:OK -2015-03-11 22:06:54 queue INFO >83 [313] -2015-03-11 22:06:54 sendUrl INFO 83 [313] R:OK -2015-03-11 22:07:22 queue INFO 87 [314] -2015-03-11 22:07:22 sendUrl INFO 87 [314] R:OK -2015-03-11 22:07:22 queue INFO >87 [315] -2015-03-11 22:07:23 sendUrl INFO 87 [315] R:OK -2015-03-11 22:07:24 queue INFO 83 [316] -2015-03-11 22:07:24 queue INFO >83 [317] -2015-03-11 22:07:24 sendUrl INFO 83 [316] R:OK -2015-03-11 22:07:25 sendUrl INFO 83 [317] R:OK -2015-03-11 22:08:14 queue INFO >>83 [318] -2015-03-11 22:08:14 sendUrl INFO 83 [318] R:OK -2015-03-11 22:09:04 queue INFO >>83 [319] -2015-03-11 22:09:05 sendUrl INFO 83 [319] R:OK -2015-03-11 22:09:54 queue INFO >>83 [320] -2015-03-11 22:09:55 sendUrl INFO 83 [320] R:OK -2015-03-11 22:10:44 queue INFO >>83 [321] -2015-03-11 22:10:45 sendUrl INFO 83 [321] R:OK -2015-03-11 22:11:35 queue INFO >>83 [322] -2015-03-11 22:11:35 sendUrl INFO 83 [322] R:OK -2015-03-11 22:12:25 queue INFO >>83 [323] -2015-03-11 22:12:25 sendUrl INFO 83 [323] R:OK -2015-03-11 22:13:15 queue INFO >>83 [324] -2015-03-11 22:13:15 sendUrl INFO 83 [324] R:OK -2015-03-11 22:14:05 queue INFO >>83 [325] -2015-03-11 22:14:06 sendUrl INFO 83 [325] R:OK -2015-03-11 22:14:31 queue INFO 87 [326] -2015-03-11 22:14:32 queue INFO >87 [327] -2015-03-11 22:14:32 sendUrl INFO 87 [326] R:OK -2015-03-11 22:14:32 sendUrl INFO 87 [327] R:OK -2015-03-11 22:14:33 queue INFO 83 [328] -2015-03-11 22:14:33 queue INFO >83 [329] -2015-03-11 22:14:33 sendUrl INFO 83 [328] R:OK -2015-03-11 22:14:34 sendUrl INFO 83 [329] R:OK -2015-03-11 22:15:23 queue INFO >>83 [330] -2015-03-11 22:15:24 sendUrl INFO 83 [330] R:OK -2015-03-11 22:16:13 queue INFO >>83 [331] -2015-03-11 22:16:13 sendUrl INFO 83 [331] R:OK -2015-03-11 22:17:03 queue INFO >>83 [332] -2015-03-11 22:17:04 sendUrl INFO 83 [332] R:OK -2015-03-11 22:17:54 queue INFO >>83 [333] -2015-03-11 22:17:54 sendUrl INFO 83 [333] R:OK -2015-03-11 22:18:44 queue INFO >>83 [334] -2015-03-11 22:18:44 sendUrl INFO 83 [334] R:OK -2015-03-11 22:19:34 queue INFO >>83 [335] -2015-03-11 22:19:34 sendUrl INFO 83 [335] R:OK -2015-03-11 22:20:24 queue INFO >>83 [336] -2015-03-11 22:20:24 sendUrl INFO 83 [336] R:OK -2015-03-11 22:21:14 queue INFO >>83 [337] -2015-03-11 22:21:14 sendUrl INFO 83 [337] R:OK -2015-03-11 22:21:40 queue INFO 87 [338] -2015-03-11 22:21:40 queue INFO >87 [339] -2015-03-11 22:21:41 sendUrl INFO 87 [338] R:OK -2015-03-11 22:21:41 sendUrl INFO 87 [339] R:OK -2015-03-11 22:21:42 queue INFO 83 [340] -2015-03-11 22:21:42 queue INFO >83 [341] -2015-03-11 22:21:42 sendUrl INFO 83 [340] R:OK -2015-03-11 22:21:43 sendUrl INFO 83 [341] R:OK -2015-03-11 22:22:32 queue INFO >>83 [342] -2015-03-11 22:22:33 sendUrl INFO 83 [342] R:OK -2015-03-11 22:23:22 queue INFO >>83 [343] -2015-03-11 22:23:22 sendUrl INFO 83 [343] R:OK -2015-03-11 22:24:12 queue INFO >>83 [344] -2015-03-11 22:24:13 sendUrl INFO 83 [344] R:OK -2015-03-11 22:25:02 queue INFO >>83 [345] -2015-03-11 22:25:03 sendUrl INFO 83 [345] R:OK -2015-03-11 22:25:52 queue INFO >>83 [346] -2015-03-11 22:25:53 sendUrl INFO 83 [346] R:OK -2015-03-11 22:26:43 queue INFO >>83 [347] -2015-03-11 22:26:43 sendUrl INFO 83 [347] R:OK -2015-03-11 22:27:33 queue INFO >>83 [348] -2015-03-11 22:27:33 sendUrl INFO 83 [348] R:OK -2015-03-11 22:28:23 queue INFO >>83 [349] -2015-03-11 22:28:23 sendUrl INFO 83 [349] R:OK -2015-03-11 22:28:49 queue INFO 87 [350] -2015-03-11 22:28:49 queue INFO >87 [351] -2015-03-11 22:28:50 sendUrl INFO 87 [350] R:OK -2015-03-11 22:28:50 sendUrl INFO 87 [351] R:OK -2015-03-11 22:28:51 queue INFO 83 [352] -2015-03-11 22:28:51 queue INFO >83 [353] -2015-03-11 22:28:51 sendUrl INFO 83 [352] R:OK -2015-03-11 22:28:52 sendUrl INFO 83 [353] R:OK -2015-03-11 22:29:41 queue INFO >>83 [354] -2015-03-11 22:29:41 sendUrl INFO 83 [354] R:OK -2015-03-11 22:30:31 queue INFO >>83 [355] -2015-03-11 22:30:31 sendUrl INFO 83 [355] R:OK -2015-03-11 22:31:21 queue INFO >>83 [356] -2015-03-11 22:31:22 sendUrl INFO 83 [356] R:OK -2015-03-11 22:32:11 queue INFO >>83 [357] -2015-03-11 22:32:11 sendUrl INFO 83 [357] R:OK -2015-03-11 22:33:01 queue INFO >>83 [358] -2015-03-11 22:33:02 sendUrl INFO 83 [358] R:OK -2015-03-11 22:33:52 queue INFO >>83 [359] -2015-03-11 22:33:52 sendUrl INFO 83 [359] R:OK -2015-03-11 22:34:42 queue INFO >>83 [360] -2015-03-11 22:34:42 sendUrl INFO 83 [360] R:OK -2015-03-11 22:35:32 queue INFO >>83 [361] -2015-03-11 22:35:32 sendUrl INFO 83 [361] R:OK -2015-03-11 22:35:58 queue INFO C7 [362] -2015-03-11 22:35:58 queue INFO >C7 [363] -2015-03-11 22:35:58 sendUrl INFO C7 [362] R:OK -2015-03-11 22:35:58 sendUrl INFO C7 [363] R:OK -2015-03-11 22:35:59 queue INFO C3 [364] -2015-03-11 22:35:59 queue INFO >C3 [365] -2015-03-11 22:35:59 sendUrl INFO C3 [364] R:OK -2015-03-11 22:36:00 sendUrl INFO C3 [365] R:OK -2015-03-11 22:36:49 queue INFO >>C3 [366] -2015-03-11 22:36:50 sendUrl INFO C3 [366] R:OK -2015-03-11 22:37:40 queue INFO >>C3 [367] -2015-03-11 22:37:40 sendUrl INFO C3 [367] R:OK -2015-03-11 22:38:30 queue INFO >>C3 [368] -2015-03-11 22:38:30 sendUrl INFO C3 [368] R:OK -2015-03-11 22:39:20 queue INFO >>C3 [369] -2015-03-11 22:39:20 sendUrl INFO C3 [369] R:OK -2015-03-11 22:40:10 queue INFO >>C3 [370] -2015-03-11 22:40:10 sendUrl INFO C3 [370] R:OK -2015-03-11 22:41:00 queue INFO >>C3 [371] -2015-03-11 22:41:00 sendUrl INFO C3 [371] R:OK -2015-03-11 22:41:50 queue INFO >>C3 [372] -2015-03-11 22:41:51 sendUrl INFO C3 [372] R:OK -2015-03-11 22:42:40 queue INFO >>C3 [373] -2015-03-11 22:42:41 sendUrl INFO C3 [373] R:OK -2015-03-11 22:43:04 queue INFO 83 [374] -2015-03-11 22:43:04 queue INFO >83 [375] -2015-03-11 22:43:04 sendUrl INFO 83 [374] R:OK -2015-03-11 22:43:05 sendUrl INFO 83 [375] R:OK -2015-03-11 22:43:06 queue INFO 87 [376] -2015-03-11 22:43:07 queue INFO >87 [377] -2015-03-11 22:43:07 sendUrl INFO 87 [376] R:OK -2015-03-11 22:43:07 sendUrl INFO 87 [377] R:OK -2015-03-11 22:43:08 queue INFO 83 [378] -2015-03-11 22:43:08 queue INFO >83 [379] -2015-03-11 22:43:08 sendUrl INFO 83 [378] R:OK -2015-03-11 22:43:09 sendUrl INFO 83 [379] R:OK -2015-03-11 22:43:58 queue INFO >>83 [380] -2015-03-11 22:43:59 sendUrl INFO 83 [380] R:OK -2015-03-11 22:44:48 queue INFO >>83 [381] -2015-03-11 22:44:49 sendUrl INFO 83 [381] R:OK -2015-03-11 22:45:39 queue INFO >>83 [382] -2015-03-11 22:45:39 sendUrl INFO 83 [382] R:OK -2015-03-11 22:46:29 queue INFO >>83 [383] -2015-03-11 22:46:29 sendUrl INFO 83 [383] R:OK -2015-03-11 22:47:19 queue INFO >>83 [384] -2015-03-11 22:47:19 sendUrl INFO 83 [384] R:OK -2015-03-11 22:48:09 queue INFO >>83 [385] -2015-03-11 22:48:09 sendUrl INFO 83 [385] R:OK -2015-03-11 22:48:59 queue INFO >>83 [386] -2015-03-11 22:49:00 sendUrl INFO 83 [386] R:OK -2015-03-11 22:49:49 queue INFO >>83 [387] -2015-03-11 22:49:50 sendUrl INFO 83 [387] R:OK -2015-03-11 22:50:16 queue INFO 87 [388] -2015-03-11 22:50:16 queue INFO >87 [389] -2015-03-11 22:50:16 sendUrl INFO 87 [388] R:OK -2015-03-11 22:50:17 sendUrl INFO 87 [389] R:OK -2015-03-11 22:50:18 queue INFO 83 [390] -2015-03-11 22:50:18 sendUrl INFO 83 [390] R:OK -2015-03-11 22:50:18 queue INFO >83 [391] -2015-03-11 22:50:18 sendUrl INFO 83 [391] R:OK -2015-03-11 22:51:08 queue INFO >>83 [392] -2015-03-11 22:51:08 sendUrl INFO 83 [392] R:OK -2015-03-11 22:51:58 queue INFO >>83 [393] -2015-03-11 22:51:58 sendUrl INFO 83 [393] R:OK -2015-03-11 22:52:48 queue INFO >>83 [394] -2015-03-11 22:52:48 sendUrl INFO 83 [394] R:OK -2015-03-11 22:53:38 queue INFO >>83 [395] -2015-03-11 22:53:39 sendUrl INFO 83 [395] R:OK -2015-03-11 22:54:28 queue INFO >>83 [396] -2015-03-11 22:54:29 sendUrl INFO 83 [396] R:OK -2015-03-11 22:55:19 queue INFO >>83 [397] -2015-03-11 22:55:19 sendUrl INFO 83 [397] R:OK -2015-03-11 22:56:09 queue INFO >>83 [398] -2015-03-11 22:56:09 sendUrl INFO 83 [398] R:OK -2015-03-11 22:56:59 queue INFO >>83 [399] -2015-03-11 22:56:59 sendUrl INFO 83 [399] R:OK -2015-03-11 22:57:25 queue INFO 87 [400] -2015-03-11 22:57:25 queue INFO >87 [401] -2015-03-11 22:57:26 sendUrl INFO 87 [400] R:OK -2015-03-11 22:57:26 sendUrl INFO 87 [401] R:OK -2015-03-11 22:57:27 queue INFO 83 [402] -2015-03-11 22:57:27 sendUrl INFO 83 [402] R:OK -2015-03-11 22:57:27 queue INFO >83 [403] -2015-03-11 22:57:27 sendUrl INFO 83 [403] R:OK -2015-03-11 22:58:17 queue INFO >>83 [404] -2015-03-11 22:58:17 sendUrl INFO 83 [404] R:OK -2015-03-11 22:59:07 queue INFO >>83 [405] -2015-03-11 22:59:07 sendUrl INFO 83 [405] R:OK -2015-03-11 22:59:57 queue INFO >>83 [406] -2015-03-11 22:59:57 sendUrl INFO 83 [406] R:OK -2015-03-11 23:00:47 queue INFO >>83 [407] -2015-03-11 23:00:47 sendUrl INFO 83 [407] R:OK -2015-03-11 23:01:37 queue INFO >>83 [408] -2015-03-11 23:01:38 sendUrl INFO 83 [408] R:OK -2015-03-11 23:02:27 queue INFO >>83 [409] -2015-03-11 23:02:28 sendUrl INFO 83 [409] R:OK -2015-03-11 23:03:18 queue INFO >>83 [410] -2015-03-11 23:03:18 sendUrl INFO 83 [410] R:OK -2015-03-11 23:04:08 queue INFO >>83 [411] -2015-03-11 23:04:08 sendUrl INFO 83 [411] R:OK -2015-03-11 23:04:34 queue INFO 87 [412] -2015-03-11 23:04:34 queue INFO >87 [413] -2015-03-11 23:04:34 sendUrl INFO 87 [412] R:OK -2015-03-11 23:04:35 sendUrl INFO 87 [413] R:OK -2015-03-11 23:04:35 queue INFO 83 [414] -2015-03-11 23:04:36 sendUrl INFO 83 [414] R:OK -2015-03-11 23:04:36 queue INFO >83 [415] -2015-03-11 23:04:36 sendUrl INFO 83 [415] R:OK -2015-03-11 23:05:26 queue INFO >>83 [416] -2015-03-11 23:05:26 sendUrl INFO 83 [416] R:OK -2015-03-11 23:06:16 queue INFO >>83 [417] -2015-03-11 23:06:16 sendUrl INFO 83 [417] R:OK -2015-03-11 23:07:06 queue INFO >>83 [418] -2015-03-11 23:07:06 sendUrl INFO 83 [418] R:OK -2015-03-11 23:07:56 queue INFO >>83 [419] -2015-03-11 23:07:56 sendUrl INFO 83 [419] R:OK -2015-03-11 23:08:46 queue INFO >>83 [420] -2015-03-11 23:08:47 sendUrl INFO 83 [420] R:OK -2015-03-11 23:09:36 queue INFO >>83 [421] -2015-03-11 23:09:37 sendUrl INFO 83 [421] R:OK -2015-03-11 23:10:27 queue INFO >>83 [422] -2015-03-11 23:10:27 sendUrl INFO 83 [422] R:OK -2015-03-11 23:11:17 queue INFO >>83 [423] -2015-03-11 23:11:17 sendUrl INFO 83 [423] R:OK -2015-03-11 23:11:43 queue INFO 87 [424] -2015-03-11 23:11:43 sendUrl INFO 87 [424] R:OK -2015-03-11 23:11:43 queue INFO >87 [425] -2015-03-11 23:11:43 sendUrl INFO 87 [425] R:OK -2015-03-11 23:11:44 queue INFO 83 [426] -2015-03-11 23:11:45 queue INFO >83 [427] -2015-03-11 23:11:45 sendUrl INFO 83 [426] R:OK -2015-03-11 23:11:45 sendUrl INFO 83 [427] R:OK -2015-03-11 23:12:35 queue INFO >>83 [428] -2015-03-11 23:12:35 sendUrl INFO 83 [428] R:OK -2015-03-11 23:13:25 queue INFO >>83 [429] -2015-03-11 23:13:25 sendUrl INFO 83 [429] R:OK -2015-03-11 23:14:15 queue INFO >>83 [430] -2015-03-11 23:14:15 sendUrl INFO 83 [430] R:OK -2015-03-11 23:15:05 queue INFO >>83 [431] -2015-03-11 23:15:05 sendUrl INFO 83 [431] R:OK -2015-03-11 23:15:55 queue INFO >>83 [432] -2015-03-11 23:15:56 sendUrl INFO 83 [432] R:OK -2015-03-11 23:16:45 queue INFO >>83 [433] -2015-03-11 23:16:45 sendUrl INFO 83 [433] R:OK -2015-03-11 23:17:35 queue INFO >>83 [434] -2015-03-11 23:17:36 sendUrl INFO 83 [434] R:OK -2015-03-11 23:18:25 queue INFO >>83 [435] -2015-03-11 23:18:26 sendUrl INFO 83 [435] R:OK -2015-03-11 23:18:52 queue INFO C7 [436] -2015-03-11 23:18:52 queue INFO >C7 [437] -2015-03-11 23:18:52 sendUrl INFO C7 [436] R:OK -2015-03-11 23:18:52 sendUrl INFO C7 [437] R:OK -2015-03-11 23:18:53 queue INFO C3 [438] -2015-03-11 23:18:53 queue INFO >C3 [439] -2015-03-11 23:18:53 sendUrl INFO C3 [438] R:OK -2015-03-11 23:18:54 sendUrl INFO C3 [439] R:OK -2015-03-11 23:19:43 queue INFO >>C3 [440] -2015-03-11 23:19:44 sendUrl INFO C3 [440] R:OK -2015-03-11 23:20:33 queue INFO >>C3 [441] -2015-03-11 23:20:33 sendUrl INFO C3 [441] R:OK -2015-03-11 23:21:24 queue INFO >>C3 [442] -2015-03-11 23:21:24 sendUrl INFO C3 [442] R:OK -2015-03-11 23:22:14 queue INFO >>C3 [443] -2015-03-11 23:22:14 sendUrl INFO C3 [443] R:OK -2015-03-11 23:23:04 queue INFO >>C3 [444] -2015-03-11 23:23:04 sendUrl INFO C3 [444] R:OK -2015-03-11 23:23:54 queue INFO >>C3 [445] -2015-03-11 23:23:54 sendUrl INFO C3 [445] R:OK -2015-03-11 23:24:44 queue INFO >>C3 [446] -2015-03-11 23:24:45 sendUrl INFO C3 [446] R:OK -2015-03-11 23:25:34 queue INFO >>C3 [447] -2015-03-11 23:25:35 sendUrl INFO C3 [447] R:OK -2015-03-11 23:25:58 queue INFO 83 [448] -2015-03-11 23:25:58 sendUrl INFO 83 [448] R:OK -2015-03-11 23:25:58 queue INFO >83 [449] -2015-03-11 23:25:58 sendUrl INFO 83 [449] R:OK -2015-03-11 23:26:00 queue INFO 87 [450] -2015-03-11 23:26:00 queue INFO >87 [451] -2015-03-11 23:26:01 sendUrl INFO 87 [450] R:OK -2015-03-11 23:26:01 sendUrl INFO 87 [451] R:OK -2015-03-11 23:26:02 queue INFO 83 [452] -2015-03-11 23:26:02 queue INFO >83 [453] -2015-03-11 23:26:02 sendUrl INFO 83 [452] R:OK -2015-03-11 23:26:03 sendUrl INFO 83 [453] R:OK -2015-03-11 23:26:52 queue INFO >>83 [454] -2015-03-11 23:26:52 sendUrl INFO 83 [454] R:OK -2015-03-11 23:27:42 queue INFO >>83 [455] -2015-03-11 23:27:42 sendUrl INFO 83 [455] R:OK -2015-03-11 23:28:32 queue INFO >>83 [456] -2015-03-11 23:28:33 sendUrl INFO 83 [456] R:OK -2015-03-11 23:29:22 queue INFO >>83 [457] -2015-03-11 23:29:23 sendUrl INFO 83 [457] R:OK -2015-03-11 23:30:13 queue INFO >>83 [458] -2015-03-11 23:30:13 sendUrl INFO 83 [458] R:OK -2015-03-11 23:31:03 queue INFO >>83 [459] -2015-03-11 23:31:03 sendUrl INFO 83 [459] R:OK -2015-03-11 23:31:53 queue INFO >>83 [460] -2015-03-11 23:31:53 sendUrl INFO 83 [460] R:OK -2015-03-11 23:32:43 queue INFO >>83 [461] -2015-03-11 23:32:43 sendUrl INFO 83 [461] R:OK -2015-03-11 23:33:10 queue INFO 87 [462] -2015-03-11 23:33:10 queue INFO >87 [463] -2015-03-11 23:33:10 sendUrl INFO 87 [462] R:OK -2015-03-11 23:33:11 sendUrl INFO 87 [463] R:OK -2015-03-11 23:33:11 queue INFO 83 [464] -2015-03-11 23:33:12 queue INFO >83 [465] -2015-03-11 23:33:12 sendUrl INFO 83 [464] R:OK -2015-03-11 23:33:12 sendUrl INFO 83 [465] R:OK -2015-03-11 23:34:01 queue INFO >>83 [466] -2015-03-11 23:34:02 sendUrl INFO 83 [466] R:OK -2015-03-11 23:34:52 queue INFO >>83 [467] -2015-03-11 23:34:52 sendUrl INFO 83 [467] R:OK -2015-03-11 23:35:42 queue INFO >>83 [468] -2015-03-11 23:35:42 sendUrl INFO 83 [468] R:OK -2015-03-11 23:36:32 queue INFO >>83 [469] -2015-03-11 23:36:32 sendUrl INFO 83 [469] R:OK -2015-03-11 23:37:22 queue INFO >>83 [470] -2015-03-11 23:37:22 sendUrl INFO 83 [470] R:OK -2015-03-11 23:38:12 queue INFO >>83 [471] -2015-03-11 23:38:13 sendUrl INFO 83 [471] R:OK -2015-03-11 23:39:02 queue INFO >>83 [472] -2015-03-11 23:39:03 sendUrl INFO 83 [472] R:OK -2015-03-11 23:39:53 queue INFO >>83 [473] -2015-03-11 23:39:53 sendUrl INFO 83 [473] R:OK -2015-03-11 23:40:19 queue INFO 87 [474] -2015-03-11 23:40:19 queue INFO >87 [475] -2015-03-11 23:40:19 sendUrl INFO 87 [474] R:OK -2015-03-11 23:40:20 sendUrl INFO 87 [475] R:OK -2015-03-11 23:40:20 queue INFO 83 [476] -2015-03-11 23:40:20 queue INFO >83 [477] -2015-03-11 23:40:21 sendUrl INFO 83 [476] R:OK -2015-03-11 23:40:21 sendUrl INFO 83 [477] R:OK -2015-03-11 23:41:10 queue INFO >>83 [478] -2015-03-11 23:41:11 sendUrl INFO 83 [478] R:OK -2015-03-11 23:41:17 queue INFO 81 [479] -2015-03-11 23:41:17 queue INFO >81 [480] -2015-03-11 23:41:17 sendUrl INFO 81 [479] R:OK -2015-03-11 23:41:18 sendUrl INFO 81 [480] R:OK -2015-03-11 23:42:07 queue INFO >>81 [481] -2015-03-11 23:42:07 sendUrl INFO 81 [481] R:OK -2015-03-11 23:42:57 queue INFO >>81 [482] -2015-03-11 23:42:58 sendUrl INFO 81 [482] R:OK -2015-03-11 23:43:47 queue INFO >>81 [483] -2015-03-11 23:43:48 sendUrl INFO 81 [483] R:OK -2015-03-11 23:44:38 queue INFO >>81 [484] -2015-03-11 23:44:38 sendUrl INFO 81 [484] R:OK -2015-03-11 23:45:28 queue INFO >>81 [485] -2015-03-11 23:45:28 sendUrl INFO 81 [485] R:OK -2015-03-11 23:46:18 queue INFO >>81 [486] -2015-03-11 23:46:18 sendUrl INFO 81 [486] R:OK -2015-03-11 23:47:08 queue INFO >>81 [487] -2015-03-11 23:47:08 sendUrl INFO 81 [487] R:OK -2015-03-11 23:47:58 queue INFO >>81 [488] -2015-03-11 23:47:59 sendUrl INFO 81 [488] R:OK -2015-03-11 23:48:09 queue INFO 99 [489] -2015-03-11 23:48:09 queue INFO >99 [490] -2015-03-11 23:48:09 sendUrl INFO 99 [489] R:OK -2015-03-11 23:48:10 sendUrl INFO 99 [490] R:OK -2015-03-11 23:48:59 queue INFO >>99 [491] -2015-03-11 23:48:59 sendUrl INFO 99 [491] R:OK -2015-03-11 23:49:49 queue INFO >>99 [492] -2015-03-11 23:49:49 sendUrl INFO 99 [492] R:OK -2015-03-11 23:50:39 queue INFO >>99 [493] -2015-03-11 23:50:40 sendUrl INFO 99 [493] R:OK -2015-03-11 23:51:29 queue INFO >>99 [494] -2015-03-11 23:51:30 sendUrl INFO 99 [494] R:OK -2015-03-11 23:52:19 queue INFO >>99 [495] -2015-03-11 23:52:20 sendUrl INFO 99 [495] R:OK -2015-03-11 23:53:10 queue INFO >>99 [496] -2015-03-11 23:53:10 sendUrl INFO 99 [496] R:OK -2015-03-11 23:53:51 queue INFO 89 [497] -2015-03-11 23:53:52 queue INFO >89 [498] -2015-03-11 23:53:52 sendUrl INFO 89 [497] R:OK -2015-03-11 23:53:52 sendUrl INFO 89 [498] R:OK -2015-03-11 23:53:55 queue INFO 81 [499] -2015-03-11 23:53:55 sendUrl INFO 81 [499] R:OK -2015-03-11 23:53:55 queue INFO >81 [500] -2015-03-11 23:53:56 sendUrl INFO 81 [500] R:OK -2015-03-11 23:53:59 queue INFO 83 [501] -2015-03-11 23:53:59 queue INFO >83 [502] -2015-03-11 23:53:59 sendUrl INFO 83 [501] R:OK -2015-03-11 23:54:00 sendUrl INFO 83 [502] R:OK -2015-03-11 23:54:27 queue INFO 87 [503] -2015-03-11 23:54:27 sendUrl INFO 87 [503] R:OK -2015-03-11 23:54:27 queue INFO >87 [504] -2015-03-11 23:54:27 sendUrl INFO 87 [504] R:OK -2015-03-11 23:54:28 queue INFO 83 [505] -2015-03-11 23:54:28 queue INFO >83 [506] -2015-03-11 23:54:29 sendUrl INFO 83 [505] R:OK -2015-03-11 23:54:29 sendUrl INFO 83 [506] R:OK -2015-03-11 23:55:18 queue INFO >>83 [507] -2015-03-11 23:55:19 sendUrl INFO 83 [507] R:OK -2015-03-11 23:56:09 queue INFO >>83 [508] -2015-03-11 23:56:09 sendUrl INFO 83 [508] R:OK -2015-03-11 23:56:59 queue INFO >>83 [509] -2015-03-11 23:56:59 sendUrl INFO 83 [509] R:OK -2015-03-11 23:57:49 queue INFO >>83 [510] -2015-03-11 23:57:49 sendUrl INFO 83 [510] R:OK -2015-03-11 23:58:39 queue INFO >>83 [511] -2015-03-11 23:58:39 sendUrl INFO 83 [511] R:OK -2015-03-11 23:59:29 queue INFO >>83 [512] -2015-03-11 23:59:29 sendUrl INFO 83 [512] R:OK -2015-03-12 00:00:19 queue INFO >>83 [513] -2015-03-12 00:00:20 sendUrl INFO 83 [513] R:OK -2015-03-12 00:01:09 queue INFO >>83 [514] -2015-03-12 00:01:10 sendUrl INFO 83 [514] R:OK -2015-03-12 00:01:36 queue INFO 87 [515] -2015-03-12 00:01:36 queue INFO >87 [516] -2015-03-12 00:01:36 sendUrl INFO 87 [515] R:OK -2015-03-12 00:01:37 sendUrl INFO 87 [516] R:OK -2015-03-12 00:01:37 queue INFO 83 [517] -2015-03-12 00:01:38 queue INFO >83 [518] -2015-03-12 00:01:38 sendUrl INFO 83 [517] R:OK -2015-03-12 00:01:38 sendUrl INFO 83 [518] R:OK -2015-03-12 00:02:28 queue INFO >>83 [519] -2015-03-12 00:02:28 sendUrl INFO 83 [519] R:OK -2015-03-12 00:03:18 queue INFO >>83 [520] -2015-03-12 00:03:18 sendUrl INFO 83 [520] R:OK -2015-03-12 00:04:08 queue INFO >>83 [521] -2015-03-12 00:04:08 sendUrl INFO 83 [521] R:OK -2015-03-12 00:04:58 queue INFO >>83 [522] -2015-03-12 00:04:59 sendUrl INFO 83 [522] R:OK -2015-03-12 00:05:48 queue INFO >>83 [523] -2015-03-12 00:05:48 sendUrl INFO 83 [523] R:OK -2015-03-12 00:06:38 queue INFO >>83 [524] -2015-03-12 00:06:39 sendUrl INFO 83 [524] R:OK -2015-03-12 00:07:28 queue INFO >>83 [525] -2015-03-12 00:07:29 sendUrl INFO 83 [525] R:OK -2015-03-12 00:08:19 queue INFO >>83 [526] -2015-03-12 00:08:19 sendUrl INFO 83 [526] R:OK -2015-03-12 00:08:45 queue INFO 87 [527] -2015-03-12 00:08:45 queue INFO >87 [528] -2015-03-12 00:08:45 sendUrl INFO 87 [527] R:OK -2015-03-12 00:08:46 sendUrl INFO 87 [528] R:OK -2015-03-12 00:08:46 queue INFO 83 [529] -2015-03-12 00:08:46 queue INFO >83 [530] -2015-03-12 00:08:47 sendUrl INFO 83 [529] R:OK -2015-03-12 00:08:47 sendUrl INFO 83 [530] R:OK -2015-03-12 00:09:36 queue INFO >>83 [531] -2015-03-12 00:09:37 sendUrl INFO 83 [531] R:OK -2015-03-12 00:10:27 queue INFO >>83 [532] -2015-03-12 00:10:27 sendUrl INFO 83 [532] R:OK -2015-03-12 00:11:17 queue INFO >>83 [533] -2015-03-12 00:11:17 sendUrl INFO 83 [533] R:OK -2015-03-12 00:12:07 queue INFO >>83 [534] -2015-03-12 00:12:07 sendUrl INFO 83 [534] R:OK -2015-03-12 00:12:57 queue INFO >>83 [535] -2015-03-12 00:12:57 sendUrl INFO 83 [535] R:OK -2015-03-12 00:13:47 queue INFO >>83 [536] -2015-03-12 00:13:48 sendUrl INFO 83 [536] R:OK -2015-03-12 00:14:37 queue INFO >>83 [537] -2015-03-12 00:14:37 sendUrl INFO 83 [537] R:OK -2015-03-12 00:15:28 queue INFO >>83 [538] -2015-03-12 00:15:28 sendUrl INFO 83 [538] R:OK -2015-03-12 00:15:53 queue INFO 87 [539] -2015-03-12 00:15:54 queue INFO >87 [540] -2015-03-12 00:15:54 sendUrl INFO 87 [539] R:OK -2015-03-12 00:15:54 sendUrl INFO 87 [540] R:OK -2015-03-12 00:15:55 queue INFO 83 [541] -2015-03-12 00:15:55 queue INFO >83 [542] -2015-03-12 00:15:56 sendUrl INFO 83 [541] R:OK -2015-03-12 00:15:56 sendUrl INFO 83 [542] R:OK -2015-03-12 00:16:45 queue INFO >>83 [543] -2015-03-12 00:16:45 sendUrl INFO 83 [543] R:OK -2015-03-12 00:17:35 queue INFO >>83 [544] -2015-03-12 00:17:36 sendUrl INFO 83 [544] R:OK -2015-03-12 00:18:25 queue INFO >>83 [545] -2015-03-12 00:18:26 sendUrl INFO 83 [545] R:OK -2015-03-12 00:19:16 queue INFO >>83 [546] -2015-03-12 00:19:16 sendUrl INFO 83 [546] R:OK -2015-03-12 00:20:06 queue INFO >>83 [547] -2015-03-12 00:20:06 sendUrl INFO 83 [547] R:OK -2015-03-12 00:20:56 queue INFO >>83 [548] -2015-03-12 00:20:57 sendUrl INFO 83 [548] R:OK -2015-03-12 00:21:46 queue INFO >>83 [549] -2015-03-12 00:21:46 sendUrl INFO 83 [549] R:OK -2015-03-12 00:22:36 queue INFO >>83 [550] -2015-03-12 00:22:37 sendUrl INFO 83 [550] R:OK -2015-03-12 00:23:02 queue INFO C7 [551] -2015-03-12 00:23:02 queue INFO >C7 [552] -2015-03-12 00:23:02 sendUrl INFO C7 [551] R:OK -2015-03-12 00:23:03 sendUrl INFO C7 [552] R:OK -2015-03-12 00:23:04 queue INFO C3 [553] -2015-03-12 00:23:04 sendUrl INFO C3 [553] R:OK -2015-03-12 00:23:04 queue INFO >C3 [554] -2015-03-12 00:23:04 sendUrl INFO C3 [554] R:OK -2015-03-12 00:23:54 queue INFO >>C3 [555] -2015-03-12 00:23:54 sendUrl INFO C3 [555] R:OK -2015-03-12 00:24:44 queue INFO >>C3 [556] -2015-03-12 00:24:45 sendUrl INFO C3 [556] R:OK -2015-03-12 00:25:34 queue INFO >>C3 [557] -2015-03-12 00:25:34 sendUrl INFO C3 [557] R:OK -2015-03-12 00:26:24 queue INFO >>C3 [558] -2015-03-12 00:26:25 sendUrl INFO C3 [558] R:OK -2015-03-12 00:27:14 queue INFO >>C3 [559] -2015-03-12 00:27:15 sendUrl INFO C3 [559] R:OK -2015-03-12 00:28:05 queue INFO >>C3 [560] -2015-03-12 00:28:05 sendUrl INFO C3 [560] R:OK -2015-03-12 00:28:55 queue INFO >>C3 [561] -2015-03-12 00:28:55 sendUrl INFO C3 [561] R:OK -2015-03-12 00:29:45 queue INFO >>C3 [562] -2015-03-12 00:29:45 sendUrl INFO C3 [562] R:OK -2015-03-12 00:30:08 queue INFO 83 [563] -2015-03-12 00:30:09 queue INFO >83 [564] -2015-03-12 00:30:09 sendUrl INFO 83 [563] R:OK -2015-03-12 00:30:09 sendUrl INFO 83 [564] R:OK -2015-03-12 00:30:11 queue INFO 87 [565] -2015-03-12 00:30:11 queue INFO >87 [566] -2015-03-12 00:30:11 sendUrl INFO 87 [565] R:OK -2015-03-12 00:30:12 sendUrl INFO 87 [566] R:OK -2015-03-12 00:30:13 queue INFO 83 [567] -2015-03-12 00:30:13 queue INFO >83 [568] -2015-03-12 00:30:13 sendUrl INFO 83 [567] R:OK -2015-03-12 00:30:13 sendUrl INFO 83 [568] R:OK -2015-03-12 00:31:03 queue INFO >>83 [569] -2015-03-12 00:31:03 sendUrl INFO 83 [569] R:OK -2015-03-12 00:31:53 queue INFO >>83 [570] -2015-03-12 00:31:53 sendUrl INFO 83 [570] R:OK -2015-03-12 00:32:43 queue INFO >>83 [571] -2015-03-12 00:32:43 sendUrl INFO 83 [571] R:OK -2015-03-12 00:33:33 queue INFO >>83 [572] -2015-03-12 00:33:34 sendUrl INFO 83 [572] R:OK -2015-03-12 00:34:23 queue INFO >>83 [573] -2015-03-12 00:34:23 sendUrl INFO 83 [573] R:OK -2015-03-12 00:35:13 queue INFO >>83 [574] -2015-03-12 00:35:14 sendUrl INFO 83 [574] R:OK -2015-03-12 00:36:04 queue INFO >>83 [575] -2015-03-12 00:36:04 sendUrl INFO 83 [575] R:OK -2015-03-12 00:36:54 queue INFO >>83 [576] -2015-03-12 00:36:54 sendUrl INFO 83 [576] R:OK -2015-03-12 00:37:20 queue INFO 87 [577] -2015-03-12 00:37:21 queue INFO >87 [578] -2015-03-12 00:37:21 sendUrl INFO 87 [577] R:OK -2015-03-12 00:37:21 sendUrl INFO 87 [578] R:OK -2015-03-12 00:37:22 queue INFO 83 [579] -2015-03-12 00:37:22 queue INFO >83 [580] -2015-03-12 00:37:22 sendUrl INFO 83 [579] R:OK -2015-03-12 00:37:23 sendUrl INFO 83 [580] R:OK -2015-03-12 00:38:12 queue INFO >>83 [581] -2015-03-12 00:38:13 sendUrl INFO 83 [581] R:OK -2015-03-12 00:39:02 queue INFO >>83 [582] -2015-03-12 00:39:03 sendUrl INFO 83 [582] R:OK -2015-03-12 00:39:52 queue INFO >>83 [583] -2015-03-12 00:39:53 sendUrl INFO 83 [583] R:OK -2015-03-12 00:40:43 queue INFO >>83 [584] -2015-03-12 00:40:43 sendUrl INFO 83 [584] R:OK -2015-03-12 00:41:33 queue INFO >>83 [585] -2015-03-12 00:41:33 sendUrl INFO 83 [585] R:OK -2015-03-12 00:42:23 queue INFO >>83 [586] -2015-03-12 00:42:23 sendUrl INFO 83 [586] R:OK -2015-03-12 00:43:13 queue INFO >>83 [587] -2015-03-12 00:43:14 sendUrl INFO 83 [587] R:OK -2015-03-12 00:44:03 queue INFO >>83 [588] -2015-03-12 00:44:03 sendUrl INFO 83 [588] R:OK -2015-03-12 00:44:29 queue INFO 87 [589] -2015-03-12 00:44:29 queue INFO >87 [590] -2015-03-12 00:44:30 sendUrl INFO 87 [589] R:OK -2015-03-12 00:44:30 sendUrl INFO 87 [590] R:OK -2015-03-12 00:44:31 queue INFO 83 [591] -2015-03-12 00:44:31 queue INFO >83 [592] -2015-03-12 00:44:31 sendUrl INFO 83 [591] R:OK -2015-03-12 00:44:32 sendUrl INFO 83 [592] R:OK -2015-03-12 00:45:21 queue INFO >>83 [593] -2015-03-12 00:45:21 sendUrl INFO 83 [593] R:OK -2015-03-12 00:46:11 queue INFO >>83 [594] -2015-03-12 00:46:12 sendUrl INFO 83 [594] R:OK -2015-03-12 00:47:01 queue INFO >>83 [595] -2015-03-12 00:47:02 sendUrl INFO 83 [595] R:OK -2015-03-12 00:47:52 queue INFO >>83 [596] -2015-03-12 00:47:52 sendUrl INFO 83 [596] R:OK -2015-03-12 00:48:42 queue INFO >>83 [597] -2015-03-12 00:48:42 sendUrl INFO 83 [597] R:OK -2015-03-12 00:49:32 queue INFO >>83 [598] -2015-03-12 00:49:32 sendUrl INFO 83 [598] R:OK -2015-03-12 00:50:22 queue INFO >>83 [599] -2015-03-12 00:50:22 sendUrl INFO 83 [599] R:OK -2015-03-12 00:51:12 queue INFO >>83 [600] -2015-03-12 00:51:12 sendUrl INFO 83 [600] R:OK -2015-03-12 00:51:38 queue INFO 87 [601] -2015-03-12 00:51:38 queue INFO >87 [602] -2015-03-12 00:51:38 sendUrl INFO 87 [601] R:OK -2015-03-12 00:51:39 sendUrl INFO 87 [602] R:OK -2015-03-12 00:51:40 queue INFO 83 [603] -2015-03-12 00:51:40 queue INFO >83 [604] -2015-03-12 00:51:40 sendUrl INFO 83 [603] R:OK -2015-03-12 00:51:40 sendUrl INFO 83 [604] R:OK -2015-03-12 00:52:30 queue INFO >>83 [605] -2015-03-12 00:52:30 sendUrl INFO 83 [605] R:OK -2015-03-12 00:53:20 queue INFO >>83 [606] -2015-03-12 00:53:21 sendUrl INFO 83 [606] R:OK -2015-03-12 00:54:10 queue INFO >>83 [607] -2015-03-12 00:54:11 sendUrl INFO 83 [607] R:OK -2015-03-12 00:55:00 queue INFO >>83 [608] -2015-03-12 00:55:01 sendUrl INFO 83 [608] R:OK -2015-03-12 00:55:51 queue INFO >>83 [609] -2015-03-12 00:55:51 sendUrl INFO 83 [609] R:OK -2015-03-12 00:56:41 queue INFO >>83 [610] -2015-03-12 00:56:41 sendUrl INFO 83 [610] R:OK -2015-03-12 00:57:31 queue INFO >>83 [611] -2015-03-12 00:57:31 sendUrl INFO 83 [611] R:OK -2015-03-12 00:58:21 queue INFO >>83 [612] -2015-03-12 00:58:21 sendUrl INFO 83 [612] R:OK -2015-03-12 00:58:47 queue INFO 87 [613] -2015-03-12 00:58:47 queue INFO >87 [614] -2015-03-12 00:58:47 sendUrl INFO 87 [613] R:OK -2015-03-12 00:58:48 sendUrl INFO 87 [614] R:OK -2015-03-12 00:58:49 queue INFO 83 [615] -2015-03-12 00:58:49 queue INFO >83 [616] -2015-03-12 00:58:49 sendUrl INFO 83 [615] R:OK -2015-03-12 00:58:49 sendUrl INFO 83 [616] R:OK -2015-03-12 00:59:39 queue INFO >>83 [617] -2015-03-12 00:59:39 sendUrl INFO 83 [617] R:OK -2015-03-12 01:00:29 queue INFO >>83 [618] -2015-03-12 01:00:29 sendUrl INFO 83 [618] R:OK -2015-03-12 01:01:19 queue INFO >>83 [619] -2015-03-12 01:01:19 sendUrl INFO 83 [619] R:OK -2015-03-12 01:02:09 queue INFO >>83 [620] -2015-03-12 01:02:10 sendUrl INFO 83 [620] R:OK -2015-03-12 01:02:59 queue INFO >>83 [621] -2015-03-12 01:03:00 sendUrl INFO 83 [621] R:OK -2015-03-12 01:03:49 queue INFO >>83 [622] -2015-03-12 01:03:50 sendUrl INFO 83 [622] R:OK -2015-03-12 01:04:40 queue INFO >>83 [623] -2015-03-12 01:04:40 sendUrl INFO 83 [623] R:OK -2015-03-12 01:05:30 queue INFO >>83 [624] -2015-03-12 01:05:30 sendUrl INFO 83 [624] R:OK -2015-03-12 01:05:56 queue INFO C7 [625] -2015-03-12 01:05:56 sendUrl INFO C7 [625] R:OK -2015-03-12 01:05:56 queue INFO >C7 [626] -2015-03-12 01:05:56 sendUrl INFO C7 [626] R:OK -2015-03-12 01:05:57 queue INFO C3 [627] -2015-03-12 01:05:57 queue INFO >C3 [628] -2015-03-12 01:05:58 sendUrl INFO C3 [627] R:OK -2015-03-12 01:05:58 sendUrl INFO C3 [628] R:OK -2015-03-12 01:06:47 queue INFO >>C3 [629] -2015-03-12 01:06:48 sendUrl INFO C3 [629] R:OK -2015-03-12 01:07:38 queue INFO >>C3 [630] -2015-03-12 01:07:38 sendUrl INFO C3 [630] R:OK -2015-03-12 01:08:28 queue INFO >>C3 [631] -2015-03-12 01:08:28 sendUrl INFO C3 [631] R:OK -2015-03-12 01:09:18 queue INFO >>C3 [632] -2015-03-12 01:09:18 sendUrl INFO C3 [632] R:OK -2015-03-12 01:10:08 queue INFO >>C3 [633] -2015-03-12 01:10:08 sendUrl INFO C3 [633] R:OK -2015-03-12 01:10:58 queue INFO >>C3 [634] -2015-03-12 01:10:58 sendUrl INFO C3 [634] R:OK -2015-03-12 01:11:48 queue INFO >>C3 [635] -2015-03-12 01:11:49 sendUrl INFO C3 [635] R:OK -2015-03-12 01:12:38 queue INFO >>C3 [636] -2015-03-12 01:12:39 sendUrl INFO C3 [636] R:OK -2015-03-12 01:13:02 queue INFO 83 [637] -2015-03-12 01:13:02 sendUrl INFO 83 [637] R:OK -2015-03-12 01:13:02 queue INFO >83 [638] -2015-03-12 01:13:03 sendUrl INFO 83 [638] R:OK -2015-03-12 01:13:05 queue INFO 87 [639] -2015-03-12 01:13:05 sendUrl INFO 87 [639] R:OK -2015-03-12 01:13:05 queue INFO >87 [640] -2015-03-12 01:13:05 sendUrl INFO 87 [640] R:OK -2015-03-12 01:13:06 queue INFO 83 [641] -2015-03-12 01:13:06 queue INFO >83 [642] -2015-03-12 01:13:07 sendUrl INFO 83 [641] R:OK -2015-03-12 01:13:07 sendUrl INFO 83 [642] R:OK -2015-03-12 01:13:56 queue INFO >>83 [643] -2015-03-12 01:13:57 sendUrl INFO 83 [643] R:OK -2015-03-12 01:14:46 queue INFO >>83 [644] -2015-03-12 01:14:47 sendUrl INFO 83 [644] R:OK -2015-03-12 01:15:37 queue INFO >>83 [645] -2015-03-12 01:15:37 sendUrl INFO 83 [645] R:OK -2015-03-12 01:15:49 queue INFO 81 [646] -2015-03-12 01:15:49 queue INFO >81 [647] -2015-03-12 01:15:49 sendUrl INFO 81 [646] R:OK -2015-03-12 01:15:50 sendUrl INFO 81 [647] R:OK -2015-03-12 01:16:03 queue INFO 83 [648] -2015-03-12 01:16:03 sendUrl INFO 83 [648] R:OK -2015-03-12 01:16:03 queue INFO >83 [649] -2015-03-12 01:16:03 sendUrl INFO 83 [649] R:OK -2015-03-12 01:16:53 queue INFO >>83 [650] -2015-03-12 01:16:53 sendUrl INFO 83 [650] R:OK -2015-03-12 01:17:43 queue INFO >>83 [651] -2015-03-12 01:17:44 sendUrl INFO 83 [651] R:OK -2015-03-12 01:18:33 queue INFO >>83 [652] -2015-03-12 01:18:33 sendUrl INFO 83 [652] R:OK -2015-03-12 01:19:23 queue INFO >>83 [653] -2015-03-12 01:19:24 sendUrl INFO 83 [653] R:OK -2015-03-12 01:20:13 queue INFO >>83 [654] -2015-03-12 01:20:14 queue INFO 87 [655] -2015-03-12 01:20:14 sendUrl INFO 83 [654] R:OK -2015-03-12 01:20:14 queue INFO >87 [656] -2015-03-12 01:20:15 sendUrl INFO 87 [655] R:OK -2015-03-12 01:20:15 sendUrl INFO 87 [656] R:OK -2015-03-12 01:20:16 queue INFO 83 [657] -2015-03-12 01:20:16 queue INFO >83 [658] -2015-03-12 01:20:16 sendUrl INFO 83 [657] R:OK -2015-03-12 01:20:17 sendUrl INFO 83 [658] R:OK -2015-03-12 01:21:06 queue INFO >>83 [659] -2015-03-12 01:21:06 sendUrl INFO 83 [659] R:OK -2015-03-12 01:21:56 queue INFO >>83 [660] -2015-03-12 01:21:56 sendUrl INFO 83 [660] R:OK -2015-03-12 01:22:46 queue INFO >>83 [661] -2015-03-12 01:22:46 sendUrl INFO 83 [661] R:OK -2015-03-12 01:23:36 queue INFO >>83 [662] -2015-03-12 01:23:36 sendUrl INFO 83 [662] R:OK -2015-03-12 01:24:26 queue INFO >>83 [663] -2015-03-12 01:24:27 sendUrl INFO 83 [663] R:OK -2015-03-12 01:25:16 queue INFO >>83 [664] -2015-03-12 01:25:17 sendUrl INFO 83 [664] R:OK -2015-03-12 01:26:07 queue INFO >>83 [665] -2015-03-12 01:26:07 sendUrl INFO 83 [665] R:OK -2015-03-12 01:26:57 queue INFO >>83 [666] -2015-03-12 01:26:57 sendUrl INFO 83 [666] R:OK -2015-03-12 01:27:23 queue INFO 87 [667] -2015-03-12 01:27:23 queue INFO >87 [668] -2015-03-12 01:27:24 sendUrl INFO 87 [667] R:OK -2015-03-12 01:27:24 sendUrl INFO 87 [668] R:OK -2015-03-12 01:27:25 queue INFO 83 [669] -2015-03-12 01:27:25 queue INFO >83 [670] -2015-03-12 01:27:25 sendUrl INFO 83 [669] R:OK -2015-03-12 01:27:25 sendUrl INFO 83 [670] R:OK -2015-03-12 01:28:15 queue INFO >>83 [671] -2015-03-12 01:28:15 sendUrl INFO 83 [671] R:OK -2015-03-12 01:29:05 queue INFO >>83 [672] -2015-03-12 01:29:05 sendUrl INFO 83 [672] R:OK -2015-03-12 01:29:55 queue INFO >>83 [673] -2015-03-12 01:29:56 sendUrl INFO 83 [673] R:OK -2015-03-12 01:30:45 queue INFO >>83 [674] -2015-03-12 01:30:45 sendUrl INFO 83 [674] R:OK -2015-03-12 01:31:35 queue INFO >>83 [675] -2015-03-12 01:31:36 sendUrl INFO 83 [675] R:OK -2015-03-12 01:32:26 queue INFO >>83 [676] -2015-03-12 01:32:26 sendUrl INFO 83 [676] R:OK -2015-03-12 01:33:16 queue INFO >>83 [677] -2015-03-12 01:33:16 sendUrl INFO 83 [677] R:OK -2015-03-12 01:34:06 queue INFO >>83 [678] -2015-03-12 01:34:06 sendUrl INFO 83 [678] R:OK -2015-03-12 01:34:32 queue INFO 87 [679] -2015-03-12 01:34:32 queue INFO >87 [680] -2015-03-12 01:34:32 sendUrl INFO 87 [679] R:OK -2015-03-12 01:34:33 sendUrl INFO 87 [680] R:OK -2015-03-12 01:34:34 queue INFO 83 [681] -2015-03-12 01:34:34 queue INFO >83 [682] -2015-03-12 01:34:34 sendUrl INFO 83 [681] R:OK -2015-03-12 01:34:34 sendUrl INFO 83 [682] R:OK -2015-03-12 01:35:24 queue INFO >>83 [683] -2015-03-12 01:35:24 sendUrl INFO 83 [683] R:OK -2015-03-12 01:36:14 queue INFO >>83 [684] -2015-03-12 01:36:14 sendUrl INFO 83 [684] R:OK -2015-03-12 01:37:04 queue INFO >>83 [685] -2015-03-12 01:37:04 sendUrl INFO 83 [685] R:OK -2015-03-12 01:37:54 queue INFO >>83 [686] -2015-03-12 01:37:55 sendUrl INFO 83 [686] R:OK -2015-03-12 01:38:44 queue INFO >>83 [687] -2015-03-12 01:38:45 sendUrl INFO 83 [687] R:OK -2015-03-12 01:39:34 queue INFO >>83 [688] -2015-03-12 01:39:35 sendUrl INFO 83 [688] R:OK -2015-03-12 01:40:25 queue INFO >>83 [689] -2015-03-12 01:40:25 sendUrl INFO 83 [689] R:OK -2015-03-12 01:41:15 queue INFO >>83 [690] -2015-03-12 01:41:15 sendUrl INFO 83 [690] R:OK -2015-03-12 01:41:41 queue INFO 87 [691] -2015-03-12 01:41:41 sendUrl INFO 87 [691] R:OK -2015-03-12 01:41:41 queue INFO >87 [692] -2015-03-12 01:41:41 sendUrl INFO 87 [692] R:OK -2015-03-12 01:41:42 queue INFO 83 [693] -2015-03-12 01:41:42 queue INFO >83 [694] -2015-03-12 01:41:43 sendUrl INFO 83 [693] R:OK -2015-03-12 01:41:43 sendUrl INFO 83 [694] R:OK -2015-03-12 01:42:32 queue INFO >>83 [695] -2015-03-12 01:42:33 sendUrl INFO 83 [695] R:OK -2015-03-12 01:43:23 queue INFO >>83 [696] -2015-03-12 01:43:23 sendUrl INFO 83 [696] R:OK -2015-03-12 01:44:13 queue INFO >>83 [697] -2015-03-12 01:44:13 sendUrl INFO 83 [697] R:OK -2015-03-12 01:45:03 queue INFO >>83 [698] -2015-03-12 01:45:03 sendUrl INFO 83 [698] R:OK -2015-03-12 01:45:53 queue INFO >>83 [699] -2015-03-12 01:45:53 sendUrl INFO 83 [699] R:OK -2015-03-12 01:46:43 queue INFO >>83 [700] -2015-03-12 01:46:43 sendUrl INFO 83 [700] R:OK -2015-03-12 01:47:33 queue INFO >>83 [701] -2015-03-12 01:47:34 sendUrl INFO 83 [701] R:OK -2015-03-12 01:48:23 queue INFO >>83 [702] -2015-03-12 01:48:24 sendUrl INFO 83 [702] R:OK -2015-03-12 01:48:49 queue INFO C7 [703] -2015-03-12 01:48:50 queue INFO >C7 [704] -2015-03-12 01:48:50 sendUrl INFO C7 [703] R:OK -2015-03-12 01:48:50 sendUrl INFO C7 [704] R:OK -2015-03-12 01:48:51 queue INFO C3 [705] -2015-03-12 01:48:51 queue INFO >C3 [706] -2015-03-12 01:48:51 sendUrl INFO C3 [705] R:OK -2015-03-12 01:48:52 sendUrl INFO C3 [706] R:OK -2015-03-12 01:49:41 queue INFO >>C3 [707] -2015-03-12 01:49:42 sendUrl INFO C3 [707] R:OK -2015-03-12 01:50:31 queue INFO >>C3 [708] -2015-03-12 01:50:32 sendUrl INFO C3 [708] R:OK -2015-03-12 01:51:21 queue INFO >>C3 [709] -2015-03-12 01:51:22 sendUrl INFO C3 [709] R:OK -2015-03-12 01:52:12 queue INFO >>C3 [710] -2015-03-12 01:52:12 sendUrl INFO C3 [710] R:OK -2015-03-12 01:53:02 queue INFO >>C3 [711] -2015-03-12 01:53:02 sendUrl INFO C3 [711] R:OK -2015-03-12 01:53:52 queue INFO >>C3 [712] -2015-03-12 01:53:52 sendUrl INFO C3 [712] R:OK -2015-03-12 01:54:42 queue INFO >>C3 [713] -2015-03-12 01:54:43 sendUrl INFO C3 [713] R:OK -2015-03-12 01:55:32 queue INFO >>C3 [714] -2015-03-12 01:55:32 sendUrl INFO C3 [714] R:OK -2015-03-12 01:55:55 queue INFO 83 [715] -2015-03-12 01:55:56 queue INFO >83 [716] -2015-03-12 01:55:56 sendUrl INFO 83 [715] R:OK -2015-03-12 01:55:57 sendUrl INFO 83 [716] R:OK -2015-03-12 01:55:58 queue INFO 87 [717] -2015-03-12 01:55:58 queue INFO >87 [718] -2015-03-12 01:55:59 sendUrl INFO 87 [717] R:OK -2015-03-12 01:55:59 sendUrl INFO 87 [718] R:OK -2015-03-12 01:56:00 queue INFO 83 [719] -2015-03-12 01:56:00 queue INFO >83 [720] -2015-03-12 01:56:00 sendUrl INFO 83 [719] R:OK -2015-03-12 01:56:01 sendUrl INFO 83 [720] R:OK -2015-03-12 01:56:50 queue INFO >>83 [721] -2015-03-12 01:56:50 sendUrl INFO 83 [721] R:OK -2015-03-12 01:57:40 queue INFO >>83 [722] -2015-03-12 01:57:40 sendUrl INFO 83 [722] R:OK -2015-03-12 01:58:30 queue INFO >>83 [723] -2015-03-12 01:58:31 sendUrl INFO 83 [723] R:OK -2015-03-12 01:59:20 queue INFO >>83 [724] -2015-03-12 01:59:20 sendUrl INFO 83 [724] R:OK -2015-03-12 02:00:10 queue INFO >>83 [725] -2015-03-12 02:00:11 sendUrl INFO 83 [725] R:OK -2015-03-12 02:01:01 queue INFO >>83 [726] -2015-03-12 02:01:01 sendUrl INFO 83 [726] R:OK -2015-03-12 02:01:51 queue INFO >>83 [727] -2015-03-12 02:01:51 sendUrl INFO 83 [727] R:OK -2015-03-12 02:02:41 queue INFO >>83 [728] -2015-03-12 02:02:41 sendUrl INFO 83 [728] R:OK -2015-03-12 02:03:08 queue INFO 87 [729] -2015-03-12 02:03:08 queue INFO >87 [730] -2015-03-12 02:03:08 sendUrl INFO 87 [729] R:OK -2015-03-12 02:03:08 sendUrl INFO 87 [730] R:OK -2015-03-12 02:03:09 queue INFO 83 [731] -2015-03-12 02:03:09 queue INFO >83 [732] -2015-03-12 02:03:10 sendUrl INFO 83 [731] R:OK -2015-03-12 02:03:10 sendUrl INFO 83 [732] R:OK -2015-03-12 02:03:59 queue INFO >>83 [733] -2015-03-12 02:04:00 sendUrl INFO 83 [733] R:OK -2015-03-12 02:04:50 queue INFO >>83 [734] -2015-03-12 02:04:50 sendUrl INFO 83 [734] R:OK -2015-03-12 02:05:40 queue INFO >>83 [735] -2015-03-12 02:05:40 sendUrl INFO 83 [735] R:OK -2015-03-12 02:06:30 queue INFO >>83 [736] -2015-03-12 02:06:30 sendUrl INFO 83 [736] R:OK -2015-03-12 02:07:20 queue INFO >>83 [737] -2015-03-12 02:07:20 sendUrl INFO 83 [737] R:OK -2015-03-12 02:08:10 queue INFO >>83 [738] -2015-03-12 02:08:11 sendUrl INFO 83 [738] R:OK -2015-03-12 02:09:00 queue INFO >>83 [739] -2015-03-12 02:09:01 sendUrl INFO 83 [739] R:OK -2015-03-12 02:09:50 queue INFO >>83 [740] -2015-03-12 02:09:51 sendUrl INFO 83 [740] R:OK -2015-03-12 02:10:17 queue INFO 87 [741] -2015-03-12 02:10:17 queue INFO >87 [742] -2015-03-12 02:10:17 sendUrl INFO 87 [741] R:OK -2015-03-12 02:10:17 sendUrl INFO 87 [742] R:OK -2015-03-12 02:10:18 queue INFO 83 [743] -2015-03-12 02:10:18 queue INFO >83 [744] -2015-03-12 02:10:18 sendUrl INFO 83 [743] R:OK -2015-03-12 02:10:19 sendUrl INFO 83 [744] R:OK -2015-03-12 02:11:08 queue INFO >>83 [745] -2015-03-12 02:11:09 sendUrl INFO 83 [745] R:OK -2015-03-12 02:11:58 queue INFO >>83 [746] -2015-03-12 02:11:59 sendUrl INFO 83 [746] R:OK -2015-03-12 02:12:49 queue INFO >>83 [747] -2015-03-12 02:12:49 sendUrl INFO 83 [747] R:OK -2015-03-12 02:13:39 queue INFO >>83 [748] -2015-03-12 02:13:39 sendUrl INFO 83 [748] R:OK -2015-03-12 02:14:29 queue INFO >>83 [749] -2015-03-12 02:14:29 sendUrl INFO 83 [749] R:OK -2015-03-12 02:15:19 queue INFO >>83 [750] -2015-03-12 02:15:19 sendUrl INFO 83 [750] R:OK -2015-03-12 02:16:09 queue INFO >>83 [751] -2015-03-12 02:16:10 sendUrl INFO 83 [751] R:OK -2015-03-12 02:16:59 queue INFO >>83 [752] -2015-03-12 02:17:00 sendUrl INFO 83 [752] R:OK -2015-03-12 02:17:25 queue INFO 87 [753] -2015-03-12 02:17:26 queue INFO >87 [754] -2015-03-12 02:17:26 sendUrl INFO 87 [753] R:OK -2015-03-12 02:17:26 sendUrl INFO 87 [754] R:OK -2015-03-12 02:17:27 queue INFO 83 [755] -2015-03-12 02:17:27 queue INFO >83 [756] -2015-03-12 02:17:27 sendUrl INFO 83 [755] R:OK -2015-03-12 02:17:28 sendUrl INFO 83 [756] R:OK -2015-03-12 02:18:17 queue INFO >>83 [757] -2015-03-12 02:18:18 sendUrl INFO 83 [757] R:OK -2015-03-12 02:19:07 queue INFO >>83 [758] -2015-03-12 02:19:07 sendUrl INFO 83 [758] R:OK -2015-03-12 02:19:10 queue INFO 81 [759] -2015-03-12 02:19:10 queue INFO >81 [760] -2015-03-12 02:19:10 sendUrl INFO 81 [759] R:OK -2015-03-12 02:19:11 sendUrl INFO 81 [760] R:OK -2015-03-12 02:20:00 queue INFO >>81 [761] -2015-03-12 02:20:00 sendUrl INFO 81 [761] R:OK -2015-03-12 02:20:50 queue INFO >>81 [762] -2015-03-12 02:20:50 sendUrl INFO 81 [762] R:OK -2015-03-12 02:21:40 queue INFO >>81 [763] -2015-03-12 02:21:41 sendUrl INFO 81 [763] R:OK -2015-03-12 02:22:30 queue INFO >>81 [764] -2015-03-12 02:22:31 sendUrl INFO 81 [764] R:OK -2015-03-12 02:23:21 queue INFO >>81 [765] -2015-03-12 02:23:21 sendUrl INFO 81 [765] R:OK -2015-03-12 02:24:11 queue INFO >>81 [766] -2015-03-12 02:24:11 sendUrl INFO 81 [766] R:OK -2015-03-12 02:25:01 queue INFO >>81 [767] -2015-03-12 02:25:01 sendUrl INFO 81 [767] R:OK -2015-03-12 02:25:51 queue INFO >>81 [768] -2015-03-12 02:25:51 sendUrl INFO 81 [768] R:OK -2015-03-12 02:26:01 queue INFO 91 [769] -2015-03-12 02:26:01 sendUrl INFO 91 [769] R:OK -2015-03-12 02:26:01 queue INFO 99 [770] -2015-03-12 02:26:01 queue INFO >99 [771] -2015-03-12 02:26:01 sendUrl INFO 99 [770] R:OK -2015-03-12 02:26:02 sendUrl INFO 99 [771] R:OK -2015-03-12 02:26:51 queue INFO >>99 [772] -2015-03-12 02:26:51 sendUrl INFO 99 [772] R:OK -2015-03-12 02:27:41 queue INFO >>99 [773] -2015-03-12 02:27:41 sendUrl INFO 99 [773] R:OK -2015-03-12 02:28:28 queue INFO 89 [774] -2015-03-12 02:28:28 queue INFO >89 [775] -2015-03-12 02:28:28 sendUrl INFO 89 [774] R:OK -2015-03-12 02:28:29 sendUrl INFO 89 [775] R:OK -2015-03-12 02:28:31 queue INFO 81 [776] -2015-03-12 02:28:32 queue INFO >81 [777] -2015-03-12 02:28:32 sendUrl INFO 81 [776] R:OK -2015-03-12 02:28:32 sendUrl INFO 81 [777] R:OK -2015-03-12 02:28:39 queue INFO 83 [778] -2015-03-12 02:28:39 sendUrl INFO 83 [778] R:OK -2015-03-12 02:28:39 queue INFO >83 [779] -2015-03-12 02:28:39 sendUrl INFO 83 [779] R:OK -2015-03-12 02:29:08 queue INFO 87 [780] -2015-03-12 02:29:08 queue INFO >87 [781] -2015-03-12 02:29:08 sendUrl INFO 87 [780] R:OK -2015-03-12 02:29:09 sendUrl INFO 87 [781] R:OK -2015-03-12 02:29:09 queue INFO 83 [782] -2015-03-12 02:29:10 sendUrl INFO 83 [782] R:OK -2015-03-12 02:29:10 queue INFO >83 [783] -2015-03-12 02:29:10 sendUrl INFO 83 [783] R:OK -2015-03-12 02:30:00 queue INFO >>83 [784] -2015-03-12 02:30:00 sendUrl INFO 83 [784] R:OK -2015-03-12 02:30:50 queue INFO >>83 [785] -2015-03-12 02:30:50 sendUrl INFO 83 [785] R:OK -2015-03-12 02:31:40 queue INFO >>83 [786] -2015-03-12 02:31:40 sendUrl INFO 83 [786] R:OK -2015-03-12 02:32:30 queue INFO >>83 [787] -2015-03-12 02:32:30 sendUrl INFO 83 [787] R:OK -2015-03-12 02:33:20 queue INFO >>83 [788] -2015-03-12 02:33:21 sendUrl INFO 83 [788] R:OK -2015-03-12 02:34:10 queue INFO >>83 [789] -2015-03-12 02:34:11 sendUrl INFO 83 [789] R:OK -2015-03-12 02:35:01 queue INFO >>83 [790] -2015-03-12 02:35:01 sendUrl INFO 83 [790] R:OK -2015-03-12 02:35:51 queue INFO >>83 [791] -2015-03-12 02:35:51 sendUrl INFO 83 [791] R:OK -2015-03-12 02:36:17 queue INFO 87 [792] -2015-03-12 02:36:17 queue INFO >87 [793] -2015-03-12 02:36:17 sendUrl INFO 87 [792] R:OK -2015-03-12 02:36:18 sendUrl INFO 87 [793] R:OK -2015-03-12 02:36:19 queue INFO 83 [794] -2015-03-12 02:36:19 queue INFO >83 [795] -2015-03-12 02:36:19 sendUrl INFO 83 [794] R:OK -2015-03-12 02:36:19 sendUrl INFO 83 [795] R:OK -2015-03-12 02:37:09 queue INFO >>83 [796] -2015-03-12 02:37:09 sendUrl INFO 83 [796] R:OK -2015-03-12 02:37:59 queue INFO >>83 [797] -2015-03-12 02:37:59 sendUrl INFO 83 [797] R:OK -2015-03-12 02:38:49 queue INFO >>83 [798] -2015-03-12 02:38:49 sendUrl INFO 83 [798] R:OK -2015-03-12 02:39:39 queue INFO >>83 [799] -2015-03-12 02:39:39 sendUrl INFO 83 [799] R:OK -2015-03-12 02:40:29 queue INFO >>83 [800] -2015-03-12 02:40:30 sendUrl INFO 83 [800] R:OK -2015-03-12 02:41:19 queue INFO >>83 [801] -2015-03-12 02:41:20 sendUrl INFO 83 [801] R:OK -2015-03-12 02:42:10 queue INFO >>83 [802] -2015-03-12 02:42:10 sendUrl INFO 83 [802] R:OK -2015-03-12 02:43:00 queue INFO >>83 [803] -2015-03-12 02:43:00 sendUrl INFO 83 [803] R:OK -2015-03-12 02:43:26 queue INFO 87 [804] -2015-03-12 02:43:26 queue INFO >87 [805] -2015-03-12 02:43:26 sendUrl INFO 87 [804] R:OK -2015-03-12 02:43:27 sendUrl INFO 87 [805] R:OK -2015-03-12 02:43:27 queue INFO 83 [806] -2015-03-12 02:43:28 queue INFO >83 [807] -2015-03-12 02:43:28 sendUrl INFO 83 [806] R:OK -2015-03-12 02:43:28 sendUrl INFO 83 [807] R:OK -2015-03-12 02:44:18 queue INFO >>83 [808] -2015-03-12 02:44:18 sendUrl INFO 83 [808] R:OK -2015-03-12 02:45:08 queue INFO >>83 [809] -2015-03-12 02:45:08 sendUrl INFO 83 [809] R:OK -2015-03-12 02:45:58 queue INFO >>83 [810] -2015-03-12 02:45:58 sendUrl INFO 83 [810] R:OK -2015-03-12 02:46:48 queue INFO >>83 [811] -2015-03-12 02:46:48 sendUrl INFO 83 [811] R:OK -2015-03-12 02:47:38 queue INFO >>83 [812] -2015-03-12 02:47:39 sendUrl INFO 83 [812] R:OK -2015-03-12 02:48:28 queue INFO >>83 [813] -2015-03-12 02:48:29 sendUrl INFO 83 [813] R:OK -2015-03-12 02:49:19 queue INFO >>83 [814] -2015-03-12 02:49:19 sendUrl INFO 83 [814] R:OK -2015-03-12 02:50:09 queue INFO >>83 [815] -2015-03-12 02:50:09 sendUrl INFO 83 [815] R:OK -2015-03-12 02:50:35 queue INFO 87 [816] -2015-03-12 02:50:35 queue INFO >87 [817] -2015-03-12 02:50:35 sendUrl INFO 87 [816] R:OK -2015-03-12 02:50:35 sendUrl INFO 87 [817] R:OK -2015-03-12 02:50:36 queue INFO 83 [818] -2015-03-12 02:50:36 sendUrl INFO 83 [818] R:OK -2015-03-12 02:50:36 queue INFO >83 [819] -2015-03-12 02:50:37 sendUrl INFO 83 [819] R:OK -2015-03-12 02:51:26 queue INFO >>83 [820] -2015-03-12 02:51:27 sendUrl INFO 83 [820] R:OK -2015-03-12 02:52:16 queue INFO >>83 [821] -2015-03-12 02:52:17 sendUrl INFO 83 [821] R:OK -2015-03-12 02:53:07 queue INFO >>83 [822] -2015-03-12 02:53:07 sendUrl INFO 83 [822] R:OK -2015-03-12 02:53:57 queue INFO >>83 [823] -2015-03-12 02:53:57 sendUrl INFO 83 [823] R:OK -2015-03-12 02:54:47 queue INFO >>83 [824] -2015-03-12 02:54:47 sendUrl INFO 83 [824] R:OK -2015-03-12 02:55:37 queue INFO >>83 [825] -2015-03-12 02:55:37 sendUrl INFO 83 [825] R:OK -2015-03-12 02:56:27 queue INFO >>83 [826] -2015-03-12 02:56:28 sendUrl INFO 83 [826] R:OK -2015-03-12 02:57:17 queue INFO >>83 [827] -2015-03-12 02:57:17 sendUrl INFO 83 [827] R:OK -2015-03-12 02:57:43 queue INFO C7 [828] -2015-03-12 02:57:44 queue INFO >C7 [829] -2015-03-12 02:57:44 sendUrl INFO C7 [828] R:OK -2015-03-12 02:57:44 sendUrl INFO C7 [829] R:OK -2015-03-12 02:57:45 queue INFO C3 [830] -2015-03-12 02:57:45 queue INFO >C3 [831] -2015-03-12 02:57:45 sendUrl INFO C3 [830] R:OK -2015-03-12 02:57:46 sendUrl INFO C3 [831] R:OK -2015-03-12 02:58:35 queue INFO >>C3 [832] -2015-03-12 02:58:35 sendUrl INFO C3 [832] R:OK -2015-03-12 02:59:25 queue INFO >>C3 [833] -2015-03-12 02:59:25 sendUrl INFO C3 [833] R:OK -2015-03-12 03:00:15 queue INFO >>C3 [834] -2015-03-12 03:00:16 sendUrl INFO C3 [834] R:OK -2015-03-12 03:01:06 queue INFO >>C3 [835] -2015-03-12 03:01:06 sendUrl INFO C3 [835] R:OK -2015-03-12 03:01:56 queue INFO >>C3 [836] -2015-03-12 03:01:56 sendUrl INFO C3 [836] R:OK -2015-03-12 03:02:46 queue INFO >>C3 [837] -2015-03-12 03:02:46 sendUrl INFO C3 [837] R:OK -2015-03-12 03:03:36 queue INFO >>C3 [838] -2015-03-12 03:03:37 sendUrl INFO C3 [838] R:OK -2015-03-12 03:04:26 queue INFO >>C3 [839] -2015-03-12 03:04:26 sendUrl INFO C3 [839] R:OK -2015-03-12 03:04:49 queue INFO 83 [840] -2015-03-12 03:04:50 sendUrl INFO 83 [840] R:OK -2015-03-12 03:04:50 queue INFO >83 [841] -2015-03-12 03:04:50 sendUrl INFO 83 [841] R:OK -2015-03-12 03:04:52 queue INFO 87 [842] -2015-03-12 03:04:52 sendUrl INFO 87 [842] R:OK -2015-03-12 03:04:52 queue INFO >87 [843] -2015-03-12 03:04:53 sendUrl INFO 87 [843] R:OK -2015-03-12 03:04:54 queue INFO 83 [844] -2015-03-12 03:04:54 queue INFO >83 [845] -2015-03-12 03:04:54 sendUrl INFO 83 [844] R:OK -2015-03-12 03:04:55 sendUrl INFO 83 [845] R:OK -2015-03-12 03:05:44 queue INFO >>83 [846] -2015-03-12 03:05:44 sendUrl INFO 83 [846] R:OK -2015-03-12 03:06:34 queue INFO >>83 [847] -2015-03-12 03:06:34 sendUrl INFO 83 [847] R:OK -2015-03-12 03:07:24 queue INFO >>83 [848] -2015-03-12 03:07:24 sendUrl INFO 83 [848] R:OK -2015-03-12 03:08:14 queue INFO >>83 [849] -2015-03-12 03:08:14 sendUrl INFO 83 [849] R:OK -2015-03-12 03:09:04 queue INFO >>83 [850] -2015-03-12 03:09:05 sendUrl INFO 83 [850] R:OK -2015-03-12 03:09:54 queue INFO >>83 [851] -2015-03-12 03:09:55 sendUrl INFO 83 [851] R:OK -2015-03-12 03:10:45 queue INFO >>83 [852] -2015-03-12 03:10:45 sendUrl INFO 83 [852] R:OK -2015-03-12 03:11:35 queue INFO >>83 [853] -2015-03-12 03:11:35 sendUrl INFO 83 [853] R:OK -2015-03-12 03:12:02 queue INFO 87 [854] -2015-03-12 03:12:02 queue INFO >87 [855] -2015-03-12 03:12:02 sendUrl INFO 87 [854] R:OK -2015-03-12 03:12:02 sendUrl INFO 87 [855] R:OK -2015-03-12 03:12:03 queue INFO 83 [856] -2015-03-12 03:12:03 queue INFO >83 [857] -2015-03-12 03:12:03 sendUrl INFO 83 [856] R:OK -2015-03-12 03:12:04 sendUrl INFO 83 [857] R:OK -2015-03-12 03:12:53 queue INFO >>83 [858] -2015-03-12 03:12:54 sendUrl INFO 83 [858] R:OK -2015-03-12 03:13:43 queue INFO >>83 [859] -2015-03-12 03:13:44 sendUrl INFO 83 [859] R:OK -2015-03-12 03:14:34 queue INFO >>83 [860] -2015-03-12 03:14:34 sendUrl INFO 83 [860] R:OK -2015-03-12 03:15:24 queue INFO >>83 [861] -2015-03-12 03:15:24 sendUrl INFO 83 [861] R:OK -2015-03-12 03:16:14 queue INFO >>83 [862] -2015-03-12 03:16:14 sendUrl INFO 83 [862] R:OK -2015-03-12 03:17:04 queue INFO >>83 [863] -2015-03-12 03:17:04 sendUrl INFO 83 [863] R:OK -2015-03-12 03:17:54 queue INFO >>83 [864] -2015-03-12 03:17:54 sendUrl INFO 83 [864] R:OK -2015-03-12 03:18:44 queue INFO >>83 [865] -2015-03-12 03:18:45 sendUrl INFO 83 [865] R:OK -2015-03-12 03:19:11 queue INFO 87 [866] -2015-03-12 03:19:11 queue INFO >87 [867] -2015-03-12 03:19:11 sendUrl INFO 87 [866] R:OK -2015-03-12 03:19:11 sendUrl INFO 87 [867] R:OK -2015-03-12 03:19:12 queue INFO 83 [868] -2015-03-12 03:19:12 queue INFO >83 [869] -2015-03-12 03:19:12 sendUrl INFO 83 [868] R:OK -2015-03-12 03:19:13 sendUrl INFO 83 [869] R:OK -2015-03-12 03:20:02 queue INFO >>83 [870] -2015-03-12 03:20:03 sendUrl INFO 83 [870] R:OK -2015-03-12 03:20:52 queue INFO >>83 [871] -2015-03-12 03:20:53 sendUrl INFO 83 [871] R:OK -2015-03-12 03:21:43 queue INFO >>83 [872] -2015-03-12 03:21:43 sendUrl INFO 83 [872] R:OK -2015-03-12 03:22:33 queue INFO >>83 [873] -2015-03-12 03:22:33 sendUrl INFO 83 [873] R:OK -2015-03-12 03:23:23 queue INFO >>83 [874] -2015-03-12 03:23:23 sendUrl INFO 83 [874] R:OK -2015-03-12 03:24:13 queue INFO >>83 [875] -2015-03-12 03:24:13 sendUrl INFO 83 [875] R:OK -2015-03-12 03:25:03 queue INFO >>83 [876] -2015-03-12 03:25:04 sendUrl INFO 83 [876] R:OK -2015-03-12 03:25:53 queue INFO >>83 [877] -2015-03-12 03:25:54 sendUrl INFO 83 [877] R:OK -2015-03-12 03:26:19 queue INFO 87 [878] -2015-03-12 03:26:20 queue INFO >87 [879] -2015-03-12 03:26:20 sendUrl INFO 87 [878] R:OK -2015-03-12 03:26:20 sendUrl INFO 87 [879] R:OK -2015-03-12 03:26:21 queue INFO 83 [880] -2015-03-12 03:26:21 queue INFO >83 [881] -2015-03-12 03:26:21 sendUrl INFO 83 [880] R:OK -2015-03-12 03:26:22 sendUrl INFO 83 [881] R:OK -2015-03-12 03:27:11 queue INFO >>83 [882] -2015-03-12 03:27:12 sendUrl INFO 83 [882] R:OK -2015-03-12 03:28:01 queue INFO >>83 [883] -2015-03-12 03:28:02 sendUrl INFO 83 [883] R:OK -2015-03-12 03:28:51 queue INFO >>83 [884] -2015-03-12 03:28:52 sendUrl INFO 83 [884] R:OK -2015-03-12 03:29:42 queue INFO >>83 [885] -2015-03-12 03:29:42 sendUrl INFO 83 [885] R:OK -2015-03-12 03:30:32 queue INFO >>83 [886] -2015-03-12 03:30:32 sendUrl INFO 83 [886] R:OK -2015-03-12 03:31:22 queue INFO >>83 [887] -2015-03-12 03:31:22 sendUrl INFO 83 [887] R:OK -2015-03-12 03:32:12 queue INFO >>83 [888] -2015-03-12 03:32:13 sendUrl INFO 83 [888] R:OK -2015-03-12 03:33:02 queue INFO >>83 [889] -2015-03-12 03:33:02 sendUrl INFO 83 [889] R:OK -2015-03-12 03:33:28 queue INFO 87 [890] -2015-03-12 03:33:28 queue INFO >87 [891] -2015-03-12 03:33:29 sendUrl INFO 87 [890] R:OK -2015-03-12 03:33:29 sendUrl INFO 87 [891] R:OK -2015-03-12 03:33:30 queue INFO 83 [892] -2015-03-12 03:33:30 queue INFO >83 [893] -2015-03-12 03:33:30 sendUrl INFO 83 [892] R:OK -2015-03-12 03:33:31 sendUrl INFO 83 [893] R:OK -2015-03-12 03:34:20 queue INFO >>83 [894] -2015-03-12 03:34:20 sendUrl INFO 83 [894] R:OK -2015-03-12 03:35:10 queue INFO >>83 [895] -2015-03-12 03:35:10 sendUrl INFO 83 [895] R:OK -2015-03-12 03:36:00 queue INFO >>83 [896] -2015-03-12 03:36:01 sendUrl INFO 83 [896] R:OK -2015-03-12 03:36:50 queue INFO >>83 [897] -2015-03-12 03:36:51 sendUrl INFO 83 [897] R:OK -2015-03-12 03:37:41 queue INFO >>83 [898] -2015-03-12 03:37:41 sendUrl INFO 83 [898] R:OK -2015-03-12 03:38:31 queue INFO >>83 [899] -2015-03-12 03:38:31 sendUrl INFO 83 [899] R:OK -2015-03-12 03:39:21 queue INFO >>83 [900] -2015-03-12 03:39:21 sendUrl INFO 83 [900] R:OK -2015-03-12 03:40:11 queue INFO >>83 [901] -2015-03-12 03:40:11 sendUrl INFO 83 [901] R:OK -2015-03-12 03:40:37 queue INFO C7 [902] -2015-03-12 03:40:37 queue INFO >C7 [903] -2015-03-12 03:40:37 sendUrl INFO C7 [902] R:OK -2015-03-12 03:40:38 sendUrl INFO C7 [903] R:OK -2015-03-12 03:40:38 queue INFO C3 [904] -2015-03-12 03:40:39 sendUrl INFO C3 [904] R:OK -2015-03-12 03:40:39 queue INFO >C3 [905] -2015-03-12 03:40:39 sendUrl INFO C3 [905] R:OK -2015-03-12 03:41:29 queue INFO >>C3 [906] -2015-03-12 03:41:29 sendUrl INFO C3 [906] R:OK -2015-03-12 03:42:19 queue INFO >>C3 [907] -2015-03-12 03:42:19 sendUrl INFO C3 [907] R:OK -2015-03-12 03:43:09 queue INFO >>C3 [908] -2015-03-12 03:43:09 sendUrl INFO C3 [908] R:OK -2015-03-12 03:43:59 queue INFO >>C3 [909] -2015-03-12 03:43:59 sendUrl INFO C3 [909] R:OK -2015-03-12 03:44:49 queue INFO >>C3 [910] -2015-03-12 03:44:50 sendUrl INFO C3 [910] R:OK -2015-03-12 03:45:39 queue INFO >>C3 [911] -2015-03-12 03:45:40 sendUrl INFO C3 [911] R:OK -2015-03-12 03:46:30 queue INFO >>C3 [912] -2015-03-12 03:46:30 sendUrl INFO C3 [912] R:OK -2015-03-12 03:47:20 queue INFO >>C3 [913] -2015-03-12 03:47:20 sendUrl INFO C3 [913] R:OK -2015-03-12 03:47:43 queue INFO 83 [914] -2015-03-12 03:47:43 queue INFO >83 [915] -2015-03-12 03:47:43 sendUrl INFO 83 [914] R:OK -2015-03-12 03:47:44 sendUrl INFO 83 [915] R:OK -2015-03-12 03:47:46 queue INFO 87 [916] -2015-03-12 03:47:46 queue INFO >87 [917] -2015-03-12 03:47:46 sendUrl INFO 87 [916] R:OK -2015-03-12 03:47:46 sendUrl INFO 87 [917] R:OK -2015-03-12 03:47:47 queue INFO 83 [918] -2015-03-12 03:47:47 queue INFO >83 [919] -2015-03-12 03:47:47 sendUrl INFO 83 [918] R:OK -2015-03-12 03:47:48 sendUrl INFO 83 [919] R:OK -2015-03-12 03:48:37 queue INFO >>83 [920] -2015-03-12 03:48:38 sendUrl INFO 83 [920] R:OK -2015-03-12 03:49:27 queue INFO >>83 [921] -2015-03-12 03:49:28 sendUrl INFO 83 [921] R:OK -2015-03-12 03:50:18 queue INFO >>83 [922] -2015-03-12 03:50:18 sendUrl INFO 83 [922] R:OK -2015-03-12 03:51:08 queue INFO >>83 [923] -2015-03-12 03:51:08 sendUrl INFO 83 [923] R:OK -2015-03-12 03:51:58 queue INFO >>83 [924] -2015-03-12 03:51:58 sendUrl INFO 83 [924] R:OK -2015-03-12 03:52:48 queue INFO >>83 [925] -2015-03-12 03:52:48 sendUrl INFO 83 [925] R:OK -2015-03-12 03:52:56 queue INFO 81 [926] -2015-03-12 03:52:56 sendUrl INFO 81 [926] R:OK -2015-03-12 03:52:56 queue INFO >81 [927] -2015-03-12 03:52:57 sendUrl INFO 81 [927] R:OK -2015-03-12 03:53:46 queue INFO >>81 [928] -2015-03-12 03:53:46 sendUrl INFO 81 [928] R:OK -2015-03-12 03:54:36 queue INFO >>81 [929] -2015-03-12 03:54:37 sendUrl INFO 81 [929] R:OK -2015-03-12 03:54:59 queue INFO 91 [930] -2015-03-12 03:54:59 queue INFO 99 [931] -2015-03-12 03:54:59 sendUrl INFO 91 [930] R:OK -2015-03-12 03:55:00 queue INFO >99 [932] -2015-03-12 03:55:00 sendUrl INFO 99 [931] R:OK -2015-03-12 03:55:00 sendUrl INFO 99 [932] R:OK -2015-03-12 03:55:49 queue INFO >>99 [933] -2015-03-12 03:55:50 sendUrl INFO 99 [933] R:OK -2015-03-12 03:56:40 queue INFO >>99 [934] -2015-03-12 03:56:40 sendUrl INFO 99 [934] R:OK -2015-03-12 03:57:30 queue INFO >>99 [935] -2015-03-12 03:57:30 sendUrl INFO 99 [935] R:OK -2015-03-12 03:58:20 queue INFO >>99 [936] -2015-03-12 03:58:20 sendUrl INFO 99 [936] R:OK -2015-03-12 03:59:10 queue INFO >>99 [937] -2015-03-12 03:59:11 sendUrl INFO 99 [937] R:OK -2015-03-12 04:00:00 queue INFO >>99 [938] -2015-03-12 04:00:00 sendUrl INFO 99 [938] R:OK -2015-03-12 04:00:39 queue INFO 89 [939] -2015-03-12 04:00:39 queue INFO >89 [940] -2015-03-12 04:00:40 sendUrl INFO 89 [939] R:OK -2015-03-12 04:00:40 sendUrl INFO 89 [940] R:OK -2015-03-12 04:00:43 queue INFO 81 [941] -2015-03-12 04:00:43 sendUrl INFO 81 [941] R:OK -2015-03-12 04:00:43 queue INFO >81 [942] -2015-03-12 04:00:43 sendUrl INFO 81 [942] R:OK -2015-03-12 04:00:46 queue INFO 83 [943] -2015-03-12 04:00:46 queue INFO >83 [944] -2015-03-12 04:00:46 sendUrl INFO 83 [943] R:OK -2015-03-12 04:00:47 sendUrl INFO 83 [944] R:OK -2015-03-12 04:01:23 queue INFO 87 [945] -2015-03-12 04:01:23 queue INFO >87 [946] -2015-03-12 04:01:23 sendUrl INFO 87 [945] R:OK -2015-03-12 04:01:23 sendUrl INFO 87 [946] R:OK -2015-03-12 04:01:24 queue INFO 83 [947] -2015-03-12 04:01:25 queue INFO >83 [948] -2015-03-12 04:01:25 sendUrl INFO 83 [947] R:OK -2015-03-12 04:01:25 sendUrl INFO 83 [948] R:OK -2015-03-12 04:02:14 queue INFO >>83 [949] -2015-03-12 04:02:15 sendUrl INFO 83 [949] R:OK -2015-03-12 04:03:05 queue INFO >>83 [950] -2015-03-12 04:03:05 sendUrl INFO 83 [950] R:OK -2015-03-12 04:03:55 queue INFO >>83 [951] -2015-03-12 04:03:55 sendUrl INFO 83 [951] R:OK -2015-03-12 04:04:45 queue INFO >>83 [952] -2015-03-12 04:04:45 sendUrl INFO 83 [952] R:OK -2015-03-12 04:05:35 queue INFO >>83 [953] -2015-03-12 04:05:35 sendUrl INFO 83 [953] R:OK -2015-03-12 04:06:25 queue INFO >>83 [954] -2015-03-12 04:06:26 sendUrl INFO 83 [954] R:OK -2015-03-12 04:07:15 queue INFO >>83 [955] -2015-03-12 04:07:16 sendUrl INFO 83 [955] R:OK -2015-03-12 04:08:06 queue INFO >>83 [956] -2015-03-12 04:08:06 sendUrl INFO 83 [956] R:OK -2015-03-12 04:08:32 queue INFO 87 [957] -2015-03-12 04:08:32 queue INFO >87 [958] -2015-03-12 04:08:32 sendUrl INFO 87 [957] R:OK -2015-03-12 04:08:33 sendUrl INFO 87 [958] R:OK -2015-03-12 04:08:33 queue INFO 83 [959] -2015-03-12 04:08:34 queue INFO >83 [960] -2015-03-12 04:08:34 sendUrl INFO 83 [959] R:OK -2015-03-12 04:08:34 sendUrl INFO 83 [960] R:OK -2015-03-12 04:09:24 queue INFO >>83 [961] -2015-03-12 04:09:24 sendUrl INFO 83 [961] R:OK -2015-03-12 04:10:14 queue INFO >>83 [962] -2015-03-12 04:10:14 sendUrl INFO 83 [962] R:OK -2015-03-12 04:11:04 queue INFO >>83 [963] -2015-03-12 04:11:04 sendUrl INFO 83 [963] R:OK -2015-03-12 04:11:54 queue INFO >>83 [964] -2015-03-12 04:11:54 sendUrl INFO 83 [964] R:OK -2015-03-12 04:12:44 queue INFO >>83 [965] -2015-03-12 04:12:45 sendUrl INFO 83 [965] R:OK -2015-03-12 04:13:34 queue INFO >>83 [966] -2015-03-12 04:13:34 sendUrl INFO 83 [966] R:OK -2015-03-12 04:14:24 queue INFO >>83 [967] -2015-03-12 04:14:25 sendUrl INFO 83 [967] R:OK -2015-03-12 04:15:15 queue INFO >>83 [968] -2015-03-12 04:15:15 sendUrl INFO 83 [968] R:OK -2015-03-12 04:15:41 queue INFO 87 [969] -2015-03-12 04:15:41 sendUrl INFO 87 [969] R:OK -2015-03-12 04:15:41 queue INFO >87 [970] -2015-03-12 04:15:41 sendUrl INFO 87 [970] R:OK -2015-03-12 04:15:42 queue INFO 83 [971] -2015-03-12 04:15:42 queue INFO >83 [972] -2015-03-12 04:15:43 sendUrl INFO 83 [971] R:OK -2015-03-12 04:15:43 sendUrl INFO 83 [972] R:OK -2015-03-12 04:16:32 queue INFO >>83 [973] -2015-03-12 04:16:33 sendUrl INFO 83 [973] R:OK -2015-03-12 04:17:22 queue INFO >>83 [974] -2015-03-12 04:17:23 sendUrl INFO 83 [974] R:OK -2015-03-12 04:18:13 queue INFO >>83 [975] -2015-03-12 04:18:13 sendUrl INFO 83 [975] R:OK -2015-03-12 04:19:03 queue INFO >>83 [976] -2015-03-12 04:19:03 sendUrl INFO 83 [976] R:OK -2015-03-12 04:19:53 queue INFO >>83 [977] -2015-03-12 04:19:53 sendUrl INFO 83 [977] R:OK -2015-03-12 04:20:43 queue INFO >>83 [978] -2015-03-12 04:20:43 sendUrl INFO 83 [978] R:OK -2015-03-12 04:21:33 queue INFO >>83 [979] -2015-03-12 04:21:34 sendUrl INFO 83 [979] R:OK -2015-03-12 04:22:23 queue INFO >>83 [980] -2015-03-12 04:22:23 sendUrl INFO 83 [980] R:OK -2015-03-12 04:22:49 queue INFO 87 [981] -2015-03-12 04:22:50 queue INFO >87 [982] -2015-03-12 04:22:50 sendUrl INFO 87 [981] R:OK -2015-03-12 04:22:50 sendUrl INFO 87 [982] R:OK -2015-03-12 04:22:51 queue INFO 83 [983] -2015-03-12 04:22:51 sendUrl INFO 83 [983] R:OK -2015-03-12 04:22:51 queue INFO >83 [984] -2015-03-12 04:22:52 sendUrl INFO 83 [984] R:OK -2015-03-12 04:23:41 queue INFO >>83 [985] -2015-03-12 04:23:42 sendUrl INFO 83 [985] R:OK -2015-03-12 04:24:31 queue INFO >>83 [986] -2015-03-12 04:24:32 sendUrl INFO 83 [986] R:OK -2015-03-12 04:25:22 queue INFO >>83 [987] -2015-03-12 04:25:22 sendUrl INFO 83 [987] R:OK -2015-03-12 04:26:12 queue INFO >>83 [988] -2015-03-12 04:26:12 sendUrl INFO 83 [988] R:OK -2015-03-12 04:27:02 queue INFO >>83 [989] -2015-03-12 04:27:02 sendUrl INFO 83 [989] R:OK -2015-03-12 04:27:52 queue INFO >>83 [990] -2015-03-12 04:27:52 sendUrl INFO 83 [990] R:OK -2015-03-12 04:28:42 queue INFO >>83 [991] -2015-03-12 04:28:43 sendUrl INFO 83 [991] R:OK -2015-03-12 04:29:32 queue INFO >>83 [992] -2015-03-12 04:29:33 sendUrl INFO 83 [992] R:OK -2015-03-12 04:29:58 queue INFO C7 [993] -2015-03-12 04:29:58 queue INFO >C7 [994] -2015-03-12 04:29:59 sendUrl INFO C7 [993] R:OK -2015-03-12 04:29:59 sendUrl INFO C7 [994] R:OK -2015-03-12 04:30:00 queue INFO C3 [995] -2015-03-12 04:30:00 queue INFO >C3 [996] -2015-03-12 04:30:00 sendUrl INFO C3 [995] R:OK -2015-03-12 04:30:01 sendUrl INFO C3 [996] R:OK -2015-03-12 04:30:50 queue INFO >>C3 [997] -2015-03-12 04:30:50 sendUrl INFO C3 [997] R:OK -2015-03-12 04:31:40 queue INFO >>C3 [998] -2015-03-12 04:31:40 sendUrl INFO C3 [998] R:OK -2015-03-12 04:32:30 queue INFO >>C3 [999] -2015-03-12 04:32:31 sendUrl INFO C3 [999] R:OK -2015-03-12 04:33:20 queue INFO >>C3 [0] -2015-03-12 04:33:21 sendUrl INFO C3 [0] R:OK -2015-03-12 04:34:11 queue INFO >>C3 [1] -2015-03-12 04:34:11 sendUrl INFO C3 [1] R:OK -2015-03-12 04:35:01 queue INFO >>C3 [2] -2015-03-12 04:35:01 sendUrl INFO C3 [2] R:OK -2015-03-12 04:35:51 queue INFO >>C3 [3] -2015-03-12 04:35:51 sendUrl INFO C3 [3] R:OK -2015-03-12 04:36:41 queue INFO >>C3 [4] -2015-03-12 04:36:41 sendUrl INFO C3 [4] R:OK -2015-03-12 04:37:04 queue INFO 83 [5] -2015-03-12 04:37:04 sendUrl INFO 83 [5] R:OK -2015-03-12 04:37:04 queue INFO >83 [6] -2015-03-12 04:37:05 sendUrl INFO 83 [6] R:OK -2015-03-12 04:37:07 queue INFO 87 [7] -2015-03-12 04:37:07 queue INFO >87 [8] -2015-03-12 04:37:08 sendUrl INFO 87 [7] R:OK -2015-03-12 04:37:08 sendUrl INFO 87 [8] R:OK -2015-03-12 04:37:09 queue INFO 83 [9] -2015-03-12 04:37:09 queue INFO >83 [10] -2015-03-12 04:37:09 sendUrl INFO 83 [9] R:OK -2015-03-12 04:37:09 sendUrl INFO 83 [10] R:OK -2015-03-12 04:37:59 queue INFO >>83 [11] -2015-03-12 04:37:59 sendUrl INFO 83 [11] R:OK -2015-03-12 04:38:49 queue INFO >>83 [12] -2015-03-12 04:38:49 sendUrl INFO 83 [12] R:OK -2015-03-12 04:39:39 queue INFO >>83 [13] -2015-03-12 04:39:39 sendUrl INFO 83 [13] R:OK -2015-03-12 04:40:29 queue INFO >>83 [14] -2015-03-12 04:40:29 sendUrl INFO 83 [14] R:OK -2015-03-12 04:41:19 queue INFO >>83 [15] -2015-03-12 04:41:20 sendUrl INFO 83 [15] R:OK -2015-03-12 04:42:09 queue INFO >>83 [16] -2015-03-12 04:42:10 sendUrl INFO 83 [16] R:OK -2015-03-12 04:43:00 queue INFO >>83 [17] -2015-03-12 04:43:00 sendUrl INFO 83 [17] R:OK -2015-03-12 04:43:50 queue INFO >>83 [18] -2015-03-12 04:43:50 sendUrl INFO 83 [18] R:OK -2015-03-12 04:44:16 queue INFO 87 [19] -2015-03-12 04:44:17 queue INFO >87 [20] -2015-03-12 04:44:17 sendUrl INFO 87 [19] R:OK -2015-03-12 04:44:17 sendUrl INFO 87 [20] R:OK -2015-03-12 04:44:18 queue INFO 83 [21] -2015-03-12 04:44:18 queue INFO >83 [22] -2015-03-12 04:44:18 sendUrl INFO 83 [21] R:OK -2015-03-12 04:44:19 sendUrl INFO 83 [22] R:OK -2015-03-12 04:45:08 queue INFO >>83 [23] -2015-03-12 04:45:09 sendUrl INFO 83 [23] R:OK -2015-03-12 04:45:58 queue INFO >>83 [24] -2015-03-12 04:45:59 sendUrl INFO 83 [24] R:OK -2015-03-12 04:46:48 queue INFO >>83 [25] -2015-03-12 04:46:49 sendUrl INFO 83 [25] R:OK -2015-03-12 04:47:39 queue INFO >>83 [26] -2015-03-12 04:47:39 sendUrl INFO 83 [26] R:OK -2015-03-12 04:48:29 queue INFO >>83 [27] -2015-03-12 04:48:29 sendUrl INFO 83 [27] R:OK -2015-03-12 04:49:19 queue INFO >>83 [28] -2015-03-12 04:49:19 sendUrl INFO 83 [28] R:OK -2015-03-12 04:50:09 queue INFO >>83 [29] -2015-03-12 04:50:09 sendUrl INFO 83 [29] R:OK -2015-03-12 04:50:59 queue INFO >>83 [30] -2015-03-12 04:51:00 sendUrl INFO 83 [30] R:OK -2015-03-12 04:51:26 queue INFO 87 [31] -2015-03-12 04:51:26 queue INFO >87 [32] -2015-03-12 04:51:26 sendUrl INFO 87 [31] R:OK -2015-03-12 04:51:26 sendUrl INFO 87 [32] R:OK -2015-03-12 04:51:27 queue INFO 83 [33] -2015-03-12 04:51:27 sendUrl INFO 83 [33] R:OK -2015-03-12 04:51:27 queue INFO >83 [34] -2015-03-12 04:51:28 sendUrl INFO 83 [34] R:OK -2015-03-12 04:52:17 queue INFO >>83 [35] -2015-03-12 04:52:18 sendUrl INFO 83 [35] R:OK -2015-03-12 04:53:07 queue INFO >>83 [36] -2015-03-12 04:53:08 sendUrl INFO 83 [36] R:OK -2015-03-12 04:53:58 queue INFO >>83 [37] -2015-03-12 04:53:58 sendUrl INFO 83 [37] R:OK -2015-03-12 04:54:48 queue INFO >>83 [38] -2015-03-12 04:54:48 sendUrl INFO 83 [38] R:OK -2015-03-12 04:55:38 queue INFO >>83 [39] -2015-03-12 04:55:38 sendUrl INFO 83 [39] R:OK -2015-03-12 04:56:28 queue INFO >>83 [40] -2015-03-12 04:56:28 sendUrl INFO 83 [40] R:OK -2015-03-12 04:57:18 queue INFO >>83 [41] -2015-03-12 04:57:19 sendUrl INFO 83 [41] R:OK -2015-03-12 04:58:08 queue INFO >>83 [42] -2015-03-12 04:58:08 sendUrl INFO 83 [42] R:OK -2015-03-12 04:58:34 queue INFO 87 [43] -2015-03-12 04:58:35 queue INFO >87 [44] -2015-03-12 04:58:35 sendUrl INFO 87 [43] R:OK -2015-03-12 04:58:35 sendUrl INFO 87 [44] R:OK -2015-03-12 04:58:36 queue INFO 83 [45] -2015-03-12 04:58:36 sendUrl INFO 83 [45] R:OK -2015-03-12 04:58:36 queue INFO >83 [46] -2015-03-12 04:58:37 sendUrl INFO 83 [46] R:OK -2015-03-12 04:59:26 queue INFO >>83 [47] -2015-03-12 04:59:27 sendUrl INFO 83 [47] R:OK -2015-03-12 05:00:16 queue INFO >>83 [48] -2015-03-12 05:00:17 sendUrl INFO 83 [48] R:OK -2015-03-12 05:01:07 queue INFO >>83 [49] -2015-03-12 05:01:07 sendUrl INFO 83 [49] R:OK -2015-03-12 05:01:57 queue INFO >>83 [50] -2015-03-12 05:01:57 sendUrl INFO 83 [50] R:OK -2015-03-12 05:02:47 queue INFO >>83 [51] -2015-03-12 05:02:47 sendUrl INFO 83 [51] R:OK -2015-03-12 05:03:37 queue INFO >>83 [52] -2015-03-12 05:03:37 sendUrl INFO 83 [52] R:OK -2015-03-12 05:04:27 queue INFO >>83 [53] -2015-03-12 05:04:28 sendUrl INFO 83 [53] R:OK -2015-03-12 05:05:17 queue INFO >>83 [54] -2015-03-12 05:05:17 sendUrl INFO 83 [54] R:OK -2015-03-12 05:05:43 queue INFO 87 [55] -2015-03-12 05:05:43 queue INFO >87 [56] -2015-03-12 05:05:44 sendUrl INFO 87 [55] R:OK -2015-03-12 05:05:44 sendUrl INFO 87 [56] R:OK -2015-03-12 05:05:45 queue INFO 83 [57] -2015-03-12 05:05:45 queue INFO >83 [58] -2015-03-12 05:05:45 sendUrl INFO 83 [57] R:OK -2015-03-12 05:05:46 sendUrl INFO 83 [58] R:OK -2015-03-12 05:06:35 queue INFO >>83 [59] -2015-03-12 05:06:35 sendUrl INFO 83 [59] R:OK -2015-03-12 05:07:25 queue INFO >>83 [60] -2015-03-12 05:07:25 sendUrl INFO 83 [60] R:OK -2015-03-12 05:08:15 queue INFO >>83 [61] -2015-03-12 05:08:16 sendUrl INFO 83 [61] R:OK -2015-03-12 05:09:05 queue INFO >>83 [62] -2015-03-12 05:09:06 sendUrl INFO 83 [62] R:OK -2015-03-12 05:09:56 queue INFO >>83 [63] -2015-03-12 05:09:56 sendUrl INFO 83 [63] R:OK -2015-03-12 05:10:46 queue INFO >>83 [64] -2015-03-12 05:10:46 sendUrl INFO 83 [64] R:OK -2015-03-12 05:11:36 queue INFO >>83 [65] -2015-03-12 05:11:36 sendUrl INFO 83 [65] R:OK -2015-03-12 05:12:26 queue INFO >>83 [66] -2015-03-12 05:12:26 sendUrl INFO 83 [66] R:OK -2015-03-12 05:13:16 queue INFO >>83 [67] -2015-03-12 05:13:17 sendUrl INFO 83 [67] R:OK -2015-03-12 05:13:24 queue INFO C7 [68] -2015-03-12 05:13:24 queue INFO >C7 [69] -2015-03-12 05:13:24 sendUrl INFO C7 [68] R:OK -2015-03-12 05:13:25 sendUrl INFO C7 [69] R:OK -2015-03-12 05:13:26 queue INFO C3 [70] -2015-03-12 05:13:26 sendUrl INFO C3 [70] R:OK -2015-03-12 05:13:26 queue INFO >C3 [71] -2015-03-12 05:13:26 sendUrl INFO C3 [71] R:OK -2015-03-12 05:14:16 queue INFO >>C3 [72] -2015-03-12 05:14:16 sendUrl INFO C3 [72] R:OK -2015-03-12 05:15:06 queue INFO >>C3 [73] -2015-03-12 05:15:06 sendUrl INFO C3 [73] R:OK -2015-03-12 05:15:56 queue INFO >>C3 [74] -2015-03-12 05:15:56 sendUrl INFO C3 [74] R:OK -2015-03-12 05:16:46 queue INFO >>C3 [75] -2015-03-12 05:16:47 sendUrl INFO C3 [75] R:OK -2015-03-12 05:17:36 queue INFO >>C3 [76] -2015-03-12 05:17:36 sendUrl INFO C3 [76] R:OK -2015-03-12 05:18:26 queue INFO >>C3 [77] -2015-03-12 05:18:27 sendUrl INFO C3 [77] R:OK -2015-03-12 05:19:16 queue INFO >>C3 [78] -2015-03-12 05:19:17 sendUrl INFO C3 [78] R:OK -2015-03-12 05:20:07 queue INFO >>C3 [79] -2015-03-12 05:20:07 sendUrl INFO C3 [79] R:OK -2015-03-12 05:20:30 queue INFO 83 [80] -2015-03-12 05:20:30 queue INFO >83 [81] -2015-03-12 05:20:31 sendUrl INFO 83 [80] R:OK -2015-03-12 05:20:31 sendUrl INFO 83 [81] R:OK -2015-03-12 05:20:33 queue INFO 87 [82] -2015-03-12 05:20:33 queue INFO >87 [83] -2015-03-12 05:20:33 sendUrl INFO 87 [82] R:OK -2015-03-12 05:20:34 sendUrl INFO 87 [83] R:OK -2015-03-12 05:20:34 queue INFO 83 [84] -2015-03-12 05:20:35 queue INFO >83 [85] -2015-03-12 05:20:35 sendUrl INFO 83 [84] R:OK -2015-03-12 05:20:35 sendUrl INFO 83 [85] R:OK -2015-03-12 05:21:24 queue INFO >>83 [86] -2015-03-12 05:21:25 sendUrl INFO 83 [86] R:OK -2015-03-12 05:22:15 queue INFO >>83 [87] -2015-03-12 05:22:15 sendUrl INFO 83 [87] R:OK -2015-03-12 05:23:05 queue INFO >>83 [88] -2015-03-12 05:23:05 sendUrl INFO 83 [88] R:OK -2015-03-12 05:23:55 queue INFO >>83 [89] -2015-03-12 05:23:55 sendUrl INFO 83 [89] R:OK -2015-03-12 05:24:45 queue INFO >>83 [90] -2015-03-12 05:24:45 sendUrl INFO 83 [90] R:OK -2015-03-12 05:25:35 queue INFO >>83 [91] -2015-03-12 05:25:36 sendUrl INFO 83 [91] R:OK -2015-03-12 05:26:25 queue INFO >>83 [92] -2015-03-12 05:26:26 sendUrl INFO 83 [92] R:OK -2015-03-12 05:27:16 queue INFO >>83 [93] -2015-03-12 05:27:16 sendUrl INFO 83 [93] R:OK -2015-03-12 05:27:42 queue INFO 87 [94] -2015-03-12 05:27:42 queue INFO >87 [95] -2015-03-12 05:27:43 sendUrl INFO 87 [94] R:OK -2015-03-12 05:27:43 sendUrl INFO 87 [95] R:OK -2015-03-12 05:27:44 queue INFO 83 [96] -2015-03-12 05:27:44 queue INFO >83 [97] -2015-03-12 05:27:44 sendUrl INFO 83 [96] R:OK -2015-03-12 05:27:45 sendUrl INFO 83 [97] R:OK -2015-03-12 05:28:34 queue INFO >>83 [98] -2015-03-12 05:28:34 sendUrl INFO 83 [98] R:OK -2015-03-12 05:29:24 queue INFO >>83 [99] -2015-03-12 05:29:24 sendUrl INFO 83 [99] R:OK -2015-03-12 05:30:14 queue INFO >>83 [100] -2015-03-12 05:30:15 sendUrl INFO 83 [100] R:OK -2015-03-12 05:31:04 queue INFO >>83 [101] -2015-03-12 05:31:04 sendUrl INFO 83 [101] R:OK -2015-03-12 05:31:54 queue INFO >>83 [102] -2015-03-12 05:31:55 sendUrl INFO 83 [102] R:OK -2015-03-12 05:32:45 queue INFO >>83 [103] -2015-03-12 05:32:45 sendUrl INFO 83 [103] R:OK -2015-03-12 05:33:35 queue INFO >>83 [104] -2015-03-12 05:33:35 sendUrl INFO 83 [104] R:OK -2015-03-12 05:34:25 queue INFO >>83 [105] -2015-03-12 05:34:25 sendUrl INFO 83 [105] R:OK -2015-03-12 05:34:51 queue INFO 87 [106] -2015-03-12 05:34:51 queue INFO >87 [107] -2015-03-12 05:34:51 sendUrl INFO 87 [106] R:OK -2015-03-12 05:34:52 sendUrl INFO 87 [107] R:OK -2015-03-12 05:34:53 queue INFO 83 [108] -2015-03-12 05:34:53 sendUrl INFO 83 [108] R:OK -2015-03-12 05:34:53 queue INFO >83 [109] -2015-03-12 05:34:53 sendUrl INFO 83 [109] R:OK -2015-03-12 05:35:43 queue INFO >>83 [110] -2015-03-12 05:35:43 sendUrl INFO 83 [110] R:OK -2015-03-12 05:36:33 queue INFO >>83 [111] -2015-03-12 05:36:34 sendUrl INFO 83 [111] R:OK -2015-03-12 05:37:23 queue INFO >>83 [112] -2015-03-12 05:37:23 sendUrl INFO 83 [112] R:OK -2015-03-12 05:38:13 queue INFO >>83 [113] -2015-03-12 05:38:14 sendUrl INFO 83 [113] R:OK -2015-03-12 05:39:04 queue INFO >>83 [114] -2015-03-12 05:39:04 sendUrl INFO 83 [114] R:OK -2015-03-12 05:39:54 queue INFO >>83 [115] -2015-03-12 05:39:54 sendUrl INFO 83 [115] R:OK -2015-03-12 05:40:44 queue INFO >>83 [116] -2015-03-12 05:40:44 sendUrl INFO 83 [116] R:OK -2015-03-12 05:41:34 queue INFO >>83 [117] -2015-03-12 05:41:34 sendUrl INFO 83 [117] R:OK -2015-03-12 05:42:00 queue INFO 87 [118] -2015-03-12 05:42:00 queue INFO >87 [119] -2015-03-12 05:42:00 sendUrl INFO 87 [118] R:OK -2015-03-12 05:42:01 sendUrl INFO 87 [119] R:OK -2015-03-12 05:42:02 queue INFO 83 [120] -2015-03-12 05:42:02 queue INFO >83 [121] -2015-03-12 05:42:02 sendUrl INFO 83 [120] R:OK -2015-03-12 05:42:02 sendUrl INFO 83 [121] R:OK -2015-03-12 05:42:52 queue INFO >>83 [122] -2015-03-12 05:42:52 sendUrl INFO 83 [122] R:OK -2015-03-12 05:43:42 queue INFO >>83 [123] -2015-03-12 05:43:42 sendUrl INFO 83 [123] R:OK -2015-03-12 05:44:32 queue INFO >>83 [124] -2015-03-12 05:44:32 sendUrl INFO 83 [124] R:OK -2015-03-12 05:45:22 queue INFO >>83 [125] -2015-03-12 05:45:23 sendUrl INFO 83 [125] R:OK -2015-03-12 05:46:12 queue INFO >>83 [126] -2015-03-12 05:46:13 sendUrl INFO 83 [126] R:OK -2015-03-12 05:47:02 queue INFO >>83 [127] -2015-03-12 05:47:03 sendUrl INFO 83 [127] R:OK -2015-03-12 05:47:53 queue INFO >>83 [128] -2015-03-12 05:47:53 sendUrl INFO 83 [128] R:OK -2015-03-12 05:48:43 queue INFO >>83 [129] -2015-03-12 05:48:43 sendUrl INFO 83 [129] R:OK -2015-03-12 05:49:09 queue INFO 87 [130] -2015-03-12 05:49:09 queue INFO >87 [131] -2015-03-12 05:49:09 sendUrl INFO 87 [130] R:OK -2015-03-12 05:49:10 sendUrl INFO 87 [131] R:OK -2015-03-12 05:49:10 queue INFO 83 [132] -2015-03-12 05:49:11 queue INFO >83 [133] -2015-03-12 05:49:11 sendUrl INFO 83 [132] R:OK -2015-03-12 05:49:11 sendUrl INFO 83 [133] R:OK -2015-03-12 05:50:01 queue INFO >>83 [134] -2015-03-12 05:50:01 sendUrl INFO 83 [134] R:OK -2015-03-12 05:50:51 queue INFO >>83 [135] -2015-03-12 05:50:51 sendUrl INFO 83 [135] R:OK -2015-03-12 05:51:41 queue INFO >>83 [136] -2015-03-12 05:51:41 sendUrl INFO 83 [136] R:OK -2015-03-12 05:52:31 queue INFO >>83 [137] -2015-03-12 05:52:32 sendUrl INFO 83 [137] R:OK -2015-03-12 05:53:21 queue INFO >>83 [138] -2015-03-12 05:53:21 sendUrl INFO 83 [138] R:OK -2015-03-12 05:54:11 queue INFO >>83 [139] -2015-03-12 05:54:12 sendUrl INFO 83 [139] R:OK -2015-03-12 05:54:26 queue INFO 81 [140] -2015-03-12 05:54:26 queue INFO >81 [141] -2015-03-12 05:54:26 sendUrl INFO 81 [140] R:OK -2015-03-12 05:54:26 sendUrl INFO 81 [141] R:OK -2015-03-12 05:55:16 queue INFO >>81 [142] -2015-03-12 05:55:16 sendUrl INFO 81 [142] R:OK -2015-03-12 05:56:06 queue INFO >>81 [143] -2015-03-12 05:56:06 sendUrl INFO 81 [143] R:OK -2015-03-12 05:56:23 queue INFO 83 [144] -2015-03-12 05:56:23 queue INFO >83 [145] -2015-03-12 05:56:24 sendUrl INFO 83 [144] R:OK -2015-03-12 05:56:24 sendUrl INFO 83 [145] R:OK -2015-03-12 05:56:50 queue INFO 87 [146] -2015-03-12 05:56:51 queue INFO >87 [147] -2015-03-12 05:56:51 sendUrl INFO 87 [146] R:OK -2015-03-12 05:56:51 sendUrl INFO 87 [147] R:OK -2015-03-12 05:56:52 queue INFO 83 [148] -2015-03-12 05:56:52 queue INFO >83 [149] -2015-03-12 05:56:52 sendUrl INFO 83 [148] R:OK -2015-03-12 05:56:53 sendUrl INFO 83 [149] R:OK -2015-03-12 05:57:42 queue INFO >>83 [150] -2015-03-12 05:57:43 sendUrl INFO 83 [150] R:OK -2015-03-12 05:58:32 queue INFO >>83 [151] -2015-03-12 05:58:33 sendUrl INFO 83 [151] R:OK -2015-03-12 05:59:23 queue INFO >>83 [152] -2015-03-12 05:59:23 sendUrl INFO 83 [152] R:OK -2015-03-12 06:00:13 queue INFO >>83 [153] -2015-03-12 06:00:13 sendUrl INFO 83 [153] R:OK -2015-03-12 06:01:03 queue INFO >>83 [154] -2015-03-12 06:01:03 sendUrl INFO 83 [154] R:OK -2015-03-12 06:01:53 queue INFO >>83 [155] -2015-03-12 06:01:53 sendUrl INFO 83 [155] R:OK -2015-03-12 06:02:43 queue INFO >>83 [156] -2015-03-12 06:02:43 sendUrl INFO 83 [156] R:OK -2015-03-12 06:03:33 queue INFO >>83 [157] -2015-03-12 06:03:34 sendUrl INFO 83 [157] R:OK -2015-03-12 06:03:59 queue INFO 87 [158] -2015-03-12 06:04:00 queue INFO >87 [159] -2015-03-12 06:04:00 sendUrl INFO 87 [158] R:OK -2015-03-12 06:04:00 sendUrl INFO 87 [159] R:OK -2015-03-12 06:04:01 queue INFO 83 [160] -2015-03-12 06:04:01 queue INFO >83 [161] -2015-03-12 06:04:01 sendUrl INFO 83 [160] R:OK -2015-03-12 06:04:02 sendUrl INFO 83 [161] R:OK -2015-03-12 06:04:51 queue INFO >>83 [162] -2015-03-12 06:04:52 sendUrl INFO 83 [162] R:OK -2015-03-12 06:05:41 queue INFO >>83 [163] -2015-03-12 06:05:41 sendUrl INFO 83 [163] R:OK -2015-03-12 06:06:31 queue INFO >>83 [164] -2015-03-12 06:06:32 sendUrl INFO 83 [164] R:OK -2015-03-12 06:07:22 queue INFO >>83 [165] -2015-03-12 06:07:22 sendUrl INFO 83 [165] R:OK -2015-03-12 06:08:12 queue INFO >>83 [166] -2015-03-12 06:08:12 sendUrl INFO 83 [166] R:OK -2015-03-12 06:09:02 queue INFO >>83 [167] -2015-03-12 06:09:02 sendUrl INFO 83 [167] R:OK -2015-03-12 06:09:52 queue INFO >>83 [168] -2015-03-12 06:09:52 sendUrl INFO 83 [168] R:OK -2015-03-12 06:10:42 queue INFO >>83 [169] -2015-03-12 06:10:43 sendUrl INFO 83 [169] R:OK -2015-03-12 06:11:10 queue INFO 87 [170] -2015-03-12 06:11:11 queue INFO >87 [171] -2015-03-12 06:11:11 sendUrl INFO 87 [170] R:OK -2015-03-12 06:11:11 sendUrl INFO 87 [171] R:OK -2015-03-12 06:11:12 queue INFO 83 [172] -2015-03-12 06:11:12 sendUrl INFO 83 [172] R:OK -2015-03-12 06:11:12 queue INFO >83 [173] -2015-03-12 06:11:13 sendUrl INFO 83 [173] R:OK -2015-03-12 06:12:02 queue INFO >>83 [174] -2015-03-12 06:12:03 sendUrl INFO 83 [174] R:OK -2015-03-12 06:12:52 queue INFO >>83 [175] -2015-03-12 06:12:53 sendUrl INFO 83 [175] R:OK -2015-03-12 06:13:43 queue INFO >>83 [176] -2015-03-12 06:13:43 sendUrl INFO 83 [176] R:OK -2015-03-12 06:14:33 queue INFO >>83 [177] -2015-03-12 06:14:33 sendUrl INFO 83 [177] R:OK -2015-03-12 06:15:23 queue INFO >>83 [178] -2015-03-12 06:15:23 sendUrl INFO 83 [178] R:OK -2015-03-12 06:16:13 queue INFO >>83 [179] -2015-03-12 06:16:13 sendUrl INFO 83 [179] R:OK -2015-03-12 06:17:03 queue INFO >>83 [180] -2015-03-12 06:17:04 sendUrl INFO 83 [180] R:OK -2015-03-12 06:17:53 queue INFO >>83 [181] -2015-03-12 06:17:53 sendUrl INFO 83 [181] R:OK -2015-03-12 06:18:19 queue INFO 87 [182] -2015-03-12 06:18:19 queue INFO >87 [183] -2015-03-12 06:18:20 sendUrl INFO 87 [182] R:OK -2015-03-12 06:18:20 sendUrl INFO 87 [183] R:OK -2015-03-12 06:18:21 queue INFO 83 [184] -2015-03-12 06:18:21 queue INFO >83 [185] -2015-03-12 06:18:21 sendUrl INFO 83 [184] R:OK -2015-03-12 06:18:22 sendUrl INFO 83 [185] R:OK -2015-03-12 06:19:11 queue INFO >>83 [186] -2015-03-12 06:19:11 sendUrl INFO 83 [186] R:OK -2015-03-12 06:20:01 queue INFO >>83 [187] -2015-03-12 06:20:01 sendUrl INFO 83 [187] R:OK -2015-03-12 06:20:51 queue INFO >>83 [188] -2015-03-12 06:20:52 sendUrl INFO 83 [188] R:OK -2015-03-12 06:21:41 queue INFO >>83 [189] -2015-03-12 06:21:42 sendUrl INFO 83 [189] R:OK -2015-03-12 06:22:32 queue INFO >>83 [190] -2015-03-12 06:22:32 sendUrl INFO 83 [190] R:OK -2015-03-12 06:23:22 queue INFO >>83 [191] -2015-03-12 06:23:22 sendUrl INFO 83 [191] R:OK -2015-03-12 06:24:12 queue INFO >>83 [192] -2015-03-12 06:24:12 sendUrl INFO 83 [192] R:OK -2015-03-12 06:25:02 queue INFO >>83 [193] -2015-03-12 06:25:02 sendUrl INFO 83 [193] R:OK -2015-03-12 06:25:28 queue INFO C7 [194] -2015-03-12 06:25:28 sendUrl INFO C7 [194] R:OK -2015-03-12 06:25:28 queue INFO >C7 [195] -2015-03-12 06:25:29 sendUrl INFO C7 [195] R:OK -2015-03-12 06:25:30 queue INFO C3 [196] -2015-03-12 06:25:30 queue INFO >C3 [197] -2015-03-12 06:25:30 sendUrl INFO C3 [196] R:OK -2015-03-12 06:25:31 sendUrl INFO C3 [197] R:OK -2015-03-12 06:26:20 queue INFO >>C3 [198] -2015-03-12 06:26:20 sendUrl INFO C3 [198] R:OK -2015-03-12 06:27:10 queue INFO >>C3 [199] -2015-03-12 06:27:10 sendUrl INFO C3 [199] R:OK -2015-03-12 06:28:00 queue INFO >>C3 [200] -2015-03-12 06:28:01 sendUrl INFO C3 [200] R:OK -2015-03-12 06:28:50 queue INFO >>C3 [201] -2015-03-12 06:28:50 sendUrl INFO C3 [201] R:OK -2015-03-12 06:29:40 queue INFO >>C3 [202] -2015-03-12 06:29:41 sendUrl INFO C3 [202] R:OK -2015-03-12 06:30:30 queue INFO >>C3 [203] -2015-03-12 06:30:31 sendUrl INFO C3 [203] R:OK -2015-03-12 06:31:21 queue INFO >>C3 [204] -2015-03-12 06:31:21 sendUrl INFO C3 [204] R:OK -2015-03-12 06:32:11 queue INFO >>C3 [205] -2015-03-12 06:32:11 sendUrl INFO C3 [205] R:OK -2015-03-12 06:32:34 queue INFO 83 [206] -2015-03-12 06:32:34 queue INFO >83 [207] -2015-03-12 06:32:34 sendUrl INFO 83 [206] R:OK -2015-03-12 06:32:35 sendUrl INFO 83 [207] R:OK -2015-03-12 06:32:37 queue INFO 87 [208] -2015-03-12 06:32:37 queue INFO >87 [209] -2015-03-12 06:32:37 sendUrl INFO 87 [208] R:OK -2015-03-12 06:32:37 sendUrl INFO 87 [209] R:OK -2015-03-12 06:32:38 queue INFO 83 [210] -2015-03-12 06:32:38 queue INFO >83 [211] -2015-03-12 06:32:38 sendUrl INFO 83 [210] R:OK -2015-03-12 06:32:39 sendUrl INFO 83 [211] R:OK -2015-03-12 06:33:28 queue INFO >>83 [212] -2015-03-12 06:33:29 sendUrl INFO 83 [212] R:OK -2015-03-12 06:34:19 queue INFO >>83 [213] -2015-03-12 06:34:19 sendUrl INFO 83 [213] R:OK -2015-03-12 06:35:09 queue INFO >>83 [214] -2015-03-12 06:35:09 sendUrl INFO 83 [214] R:OK -2015-03-12 06:35:59 queue INFO >>83 [215] -2015-03-12 06:35:59 sendUrl INFO 83 [215] R:OK -2015-03-12 06:36:49 queue INFO >>83 [216] -2015-03-12 06:36:49 sendUrl INFO 83 [216] R:OK -2015-03-12 06:37:39 queue INFO >>83 [217] -2015-03-12 06:37:39 sendUrl INFO 83 [217] R:OK -2015-03-12 06:38:29 queue INFO >>83 [218] -2015-03-12 06:38:30 sendUrl INFO 83 [218] R:OK -2015-03-12 06:39:19 queue INFO >>83 [219] -2015-03-12 06:39:20 sendUrl INFO 83 [219] R:OK -2015-03-12 06:39:46 queue INFO 87 [220] -2015-03-12 06:39:46 queue INFO >87 [221] -2015-03-12 06:39:46 sendUrl INFO 87 [220] R:OK -2015-03-12 06:39:47 sendUrl INFO 87 [221] R:OK -2015-03-12 06:39:48 queue INFO 83 [222] -2015-03-12 06:39:48 queue INFO >83 [223] -2015-03-12 06:39:48 sendUrl INFO 83 [222] R:OK -2015-03-12 06:39:49 sendUrl INFO 83 [223] R:OK -2015-03-12 06:40:38 queue INFO >>83 [224] -2015-03-12 06:40:38 sendUrl INFO 83 [224] R:OK -2015-03-12 06:41:28 queue INFO >>83 [225] -2015-03-12 06:41:29 sendUrl INFO 83 [225] R:OK -2015-03-12 06:42:18 queue INFO >>83 [226] -2015-03-12 06:42:18 sendUrl INFO 83 [226] R:OK -2015-03-12 06:43:08 queue INFO >>83 [227] -2015-03-12 06:43:09 sendUrl INFO 83 [227] R:OK -2015-03-12 06:43:59 queue INFO >>83 [228] -2015-03-12 06:43:59 sendUrl INFO 83 [228] R:OK -2015-03-12 06:44:49 queue INFO >>83 [229] -2015-03-12 06:44:49 sendUrl INFO 83 [229] R:OK -2015-03-12 06:45:39 queue INFO >>83 [230] -2015-03-12 06:45:39 sendUrl INFO 83 [230] R:OK -2015-03-12 06:46:29 queue INFO >>83 [231] -2015-03-12 06:46:30 sendUrl INFO 83 [231] R:OK -2015-03-12 06:46:55 queue INFO 87 [232] -2015-03-12 06:46:55 queue INFO >87 [233] -2015-03-12 06:46:55 sendUrl INFO 87 [232] R:OK -2015-03-12 06:46:56 sendUrl INFO 87 [233] R:OK -2015-03-12 06:46:57 queue INFO 83 [234] -2015-03-12 06:46:57 queue INFO >83 [235] -2015-03-12 06:46:57 sendUrl INFO 83 [234] R:OK -2015-03-12 06:46:58 sendUrl INFO 83 [235] R:OK -2015-03-12 06:47:47 queue INFO >>83 [236] -2015-03-12 06:47:47 sendUrl INFO 83 [236] R:OK -2015-03-12 06:48:37 queue INFO >>83 [237] -2015-03-12 06:48:37 sendUrl INFO 83 [237] R:OK -2015-03-12 06:49:27 queue INFO >>83 [238] -2015-03-12 06:49:27 sendUrl INFO 83 [238] R:OK -2015-03-12 06:50:17 queue INFO >>83 [239] -2015-03-12 06:50:18 sendUrl INFO 83 [239] R:OK -2015-03-12 06:51:07 queue INFO >>83 [240] -2015-03-12 06:51:08 sendUrl INFO 83 [240] R:OK -2015-03-12 06:51:58 queue INFO >>83 [241] -2015-03-12 06:51:58 sendUrl INFO 83 [241] R:OK -2015-03-12 06:52:48 queue INFO >>83 [242] -2015-03-12 06:52:48 sendUrl INFO 83 [242] R:OK -2015-03-12 06:53:38 queue INFO >>83 [243] -2015-03-12 06:53:38 sendUrl INFO 83 [243] R:OK -2015-03-12 06:54:04 queue INFO 87 [244] -2015-03-12 06:54:04 queue INFO >87 [245] -2015-03-12 06:54:04 sendUrl INFO 87 [244] R:OK -2015-03-12 06:54:05 sendUrl INFO 87 [245] R:OK -2015-03-12 06:54:06 queue INFO 83 [246] -2015-03-12 06:54:06 sendUrl INFO 83 [246] R:OK -2015-03-12 06:54:06 queue INFO >83 [247] -2015-03-12 06:54:06 sendUrl INFO 83 [247] R:OK -2015-03-12 06:54:56 queue INFO >>83 [248] -2015-03-12 06:54:56 sendUrl INFO 83 [248] R:OK -2015-03-12 06:55:46 queue INFO >>83 [249] -2015-03-12 06:55:46 sendUrl INFO 83 [249] R:OK -2015-03-12 06:56:36 queue INFO >>83 [250] -2015-03-12 06:56:36 sendUrl INFO 83 [250] R:OK -2015-03-12 06:57:26 queue INFO >>83 [251] -2015-03-12 06:57:27 sendUrl INFO 83 [251] R:OK -2015-03-12 06:58:16 queue INFO >>83 [252] -2015-03-12 06:58:17 sendUrl INFO 83 [252] R:OK -2015-03-12 06:59:07 queue INFO >>83 [253] -2015-03-12 06:59:07 sendUrl INFO 83 [253] R:OK -2015-03-12 06:59:57 queue INFO >>83 [254] -2015-03-12 06:59:57 sendUrl INFO 83 [254] R:OK -2015-03-12 07:00:47 queue INFO >>83 [255] -2015-03-12 07:00:47 sendUrl INFO 83 [255] R:OK -2015-03-12 07:01:13 queue INFO 87 [256] -2015-03-12 07:01:13 queue INFO >87 [257] -2015-03-12 07:01:13 sendUrl INFO 87 [256] R:OK -2015-03-12 07:01:14 sendUrl INFO 87 [257] R:OK -2015-03-12 07:01:14 queue INFO 83 [258] -2015-03-12 07:01:15 queue INFO >83 [259] -2015-03-12 07:01:15 sendUrl INFO 83 [258] R:OK -2015-03-12 07:01:15 sendUrl INFO 83 [259] R:OK -2015-03-12 07:01:54 queue INFO 81 [260] -2015-03-12 07:01:54 queue INFO >81 [261] -2015-03-12 07:01:55 sendUrl INFO 81 [260] R:OK -2015-03-12 07:01:55 sendUrl INFO 81 [261] R:OK -2015-03-12 07:02:11 queue INFO 91 [262] -2015-03-12 07:02:11 queue INFO 99 [263] -2015-03-12 07:02:11 queue INFO >99 [264] -2015-03-12 07:02:11 sendUrl INFO 91 [262] R:OK -2015-03-12 07:02:12 sendUrl INFO 99 [263] R:OK -2015-03-12 07:02:12 sendUrl INFO 99 [264] R:OK -2015-03-12 07:03:01 queue INFO >>99 [265] -2015-03-12 07:03:02 sendUrl INFO 99 [265] R:OK -2015-03-12 07:03:51 queue INFO >>99 [266] -2015-03-12 07:03:51 sendUrl INFO 99 [266] R:OK -2015-03-12 07:04:41 queue INFO >>99 [267] -2015-03-12 07:04:42 sendUrl INFO 99 [267] R:OK -2015-03-12 07:05:32 queue INFO >>99 [268] -2015-03-12 07:05:32 sendUrl INFO 99 [268] R:OK -2015-03-12 07:06:22 queue INFO >>99 [269] -2015-03-12 07:06:22 sendUrl INFO 99 [269] R:OK -2015-03-12 07:07:12 queue INFO >>99 [270] -2015-03-12 07:07:12 sendUrl INFO 99 [270] R:OK -2015-03-12 07:08:02 queue INFO >>99 [271] -2015-03-12 07:08:02 sendUrl INFO 99 [271] R:OK -2015-03-12 07:08:52 queue INFO >>99 [272] -2015-03-12 07:08:52 sendUrl INFO 99 [272] R:OK -2015-03-12 07:09:42 queue INFO >>99 [273] -2015-03-12 07:09:43 sendUrl INFO 99 [273] R:OK -2015-03-12 07:10:32 queue INFO >>99 [274] -2015-03-12 07:10:33 sendUrl INFO 99 [274] R:OK -2015-03-12 07:11:23 queue INFO >>99 [275] -2015-03-12 07:11:23 sendUrl INFO 99 [275] R:OK -2015-03-12 07:12:13 queue INFO >>99 [276] -2015-03-12 07:12:13 sendUrl INFO 99 [276] R:OK -2015-03-12 07:12:25 queue INFO 89 [277] -2015-03-12 07:12:25 queue INFO >89 [278] -2015-03-12 07:12:25 sendUrl INFO 89 [277] R:OK -2015-03-12 07:12:26 sendUrl INFO 89 [278] R:OK -2015-03-12 07:12:32 queue INFO 81 [279] -2015-03-12 07:12:32 queue INFO >81 [280] -2015-03-12 07:12:32 sendUrl INFO 81 [279] R:OK -2015-03-12 07:12:32 sendUrl INFO 81 [280] R:OK -2015-03-12 07:12:35 queue INFO 83 [281] -2015-03-12 07:12:35 queue INFO >83 [282] -2015-03-12 07:12:35 sendUrl INFO 83 [281] R:OK -2015-03-12 07:12:36 sendUrl INFO 83 [282] R:OK -2015-03-12 07:13:25 queue INFO >>83 [283] -2015-03-12 07:13:26 sendUrl INFO 83 [283] R:OK -2015-03-12 07:14:16 queue INFO >>83 [284] -2015-03-12 07:14:16 sendUrl INFO 83 [284] R:OK -2015-03-12 07:15:06 queue INFO >>83 [285] -2015-03-12 07:15:06 sendUrl INFO 83 [285] R:OK -2015-03-12 07:15:56 queue INFO >>83 [286] -2015-03-12 07:15:56 sendUrl INFO 83 [286] R:OK -2015-03-12 07:16:46 queue INFO >>83 [287] -2015-03-12 07:16:46 sendUrl INFO 83 [287] R:OK -2015-03-12 07:17:36 queue INFO >>83 [288] -2015-03-12 07:17:37 sendUrl INFO 83 [288] R:OK -2015-03-12 07:18:26 queue INFO >>83 [289] -2015-03-12 07:18:27 sendUrl INFO 83 [289] R:OK -2015-03-12 07:18:44 queue INFO C7 [290] -2015-03-12 07:18:45 queue INFO >C7 [291] -2015-03-12 07:18:45 sendUrl INFO C7 [290] R:OK -2015-03-12 07:18:45 sendUrl INFO C7 [291] R:OK -2015-03-12 07:18:46 queue INFO C3 [292] -2015-03-12 07:18:46 queue INFO >C3 [293] -2015-03-12 07:18:47 sendUrl INFO C3 [292] R:OK -2015-03-12 07:18:47 sendUrl INFO C3 [293] R:OK -2015-03-12 07:19:36 queue INFO >>C3 [294] -2015-03-12 07:19:36 sendUrl INFO C3 [294] R:OK -2015-03-12 07:20:26 queue INFO >>C3 [295] -2015-03-12 07:20:27 sendUrl INFO C3 [295] R:OK -2015-03-12 07:21:16 queue INFO >>C3 [296] -2015-03-12 07:21:17 sendUrl INFO C3 [296] R:OK -2015-03-12 07:22:07 queue INFO >>C3 [297] -2015-03-12 07:22:07 sendUrl INFO C3 [297] R:OK -2015-03-12 07:22:57 queue INFO >>C3 [298] -2015-03-12 07:22:57 sendUrl INFO C3 [298] R:OK -2015-03-12 07:23:47 queue INFO >>C3 [299] -2015-03-12 07:23:47 sendUrl INFO C3 [299] R:OK -2015-03-12 07:24:37 queue INFO >>C3 [300] -2015-03-12 07:24:37 sendUrl INFO C3 [300] R:OK -2015-03-12 07:25:27 queue INFO >>C3 [301] -2015-03-12 07:25:28 sendUrl INFO C3 [301] R:OK -2015-03-12 07:25:51 queue INFO 83 [302] -2015-03-12 07:25:51 queue INFO >83 [303] -2015-03-12 07:25:51 sendUrl INFO 83 [302] R:OK -2015-03-12 07:25:51 sendUrl INFO 83 [303] R:OK -2015-03-12 07:25:53 queue INFO 87 [304] -2015-03-12 07:25:53 queue INFO >87 [305] -2015-03-12 07:25:53 sendUrl INFO 87 [304] R:OK -2015-03-12 07:25:54 sendUrl INFO 87 [305] R:OK -2015-03-12 07:25:55 queue INFO 83 [306] -2015-03-12 07:25:55 queue INFO >83 [307] -2015-03-12 07:25:55 sendUrl INFO 83 [306] R:OK -2015-03-12 07:25:55 sendUrl INFO 83 [307] R:OK -2015-03-12 07:26:45 queue INFO >>83 [308] -2015-03-12 07:26:45 sendUrl INFO 83 [308] R:OK -2015-03-12 07:27:35 queue INFO >>83 [309] -2015-03-12 07:27:35 sendUrl INFO 83 [309] R:OK -2015-03-12 07:28:25 queue INFO >>83 [310] -2015-03-12 07:28:25 sendUrl INFO 83 [310] R:OK -2015-03-12 07:29:15 queue INFO >>83 [311] -2015-03-12 07:29:16 sendUrl INFO 83 [311] R:OK -2015-03-12 07:30:06 queue INFO >>83 [312] -2015-03-12 07:30:06 sendUrl INFO 83 [312] R:OK -2015-03-12 07:30:56 queue INFO >>83 [313] -2015-03-12 07:30:56 sendUrl INFO 83 [313] R:OK -2015-03-12 07:31:46 queue INFO >>83 [314] -2015-03-12 07:31:46 sendUrl INFO 83 [314] R:OK -2015-03-12 07:32:36 queue INFO >>83 [315] -2015-03-12 07:32:36 sendUrl INFO 83 [315] R:OK -2015-03-12 07:33:03 queue INFO 87 [316] -2015-03-12 07:33:03 queue INFO >87 [317] -2015-03-12 07:33:03 sendUrl INFO 87 [316] R:OK -2015-03-12 07:33:03 sendUrl INFO 87 [317] R:OK -2015-03-12 07:33:04 queue INFO 83 [318] -2015-03-12 07:33:04 sendUrl INFO 83 [318] R:OK -2015-03-12 07:33:04 queue INFO >83 [319] -2015-03-12 07:33:05 sendUrl INFO 83 [319] R:OK -2015-03-12 07:33:54 queue INFO >>83 [320] -2015-03-12 07:33:55 sendUrl INFO 83 [320] R:OK -2015-03-12 07:34:45 queue INFO >>83 [321] -2015-03-12 07:34:45 sendUrl INFO 83 [321] R:OK -2015-03-12 07:35:35 queue INFO >>83 [322] -2015-03-12 07:35:35 sendUrl INFO 83 [322] R:OK -2015-03-12 07:36:25 queue INFO >>83 [323] -2015-03-12 07:36:25 sendUrl INFO 83 [323] R:OK -2015-03-12 07:37:15 queue INFO >>83 [324] -2015-03-12 07:37:16 sendUrl INFO 83 [324] R:OK -2015-03-12 07:38:05 queue INFO >>83 [325] -2015-03-12 07:38:05 sendUrl INFO 83 [325] R:OK -2015-03-12 07:38:55 queue INFO >>83 [326] -2015-03-12 07:38:56 sendUrl INFO 83 [326] R:OK -2015-03-12 07:39:45 queue INFO >>83 [327] -2015-03-12 07:39:46 sendUrl INFO 83 [327] R:OK -2015-03-12 07:40:12 queue INFO 87 [328] -2015-03-12 07:40:12 queue INFO >87 [329] -2015-03-12 07:40:12 sendUrl INFO 87 [328] R:OK -2015-03-12 07:40:12 sendUrl INFO 87 [329] R:OK -2015-03-12 07:40:13 queue INFO 83 [330] -2015-03-12 07:40:13 sendUrl INFO 83 [330] R:OK -2015-03-12 07:40:13 queue INFO >83 [331] -2015-03-12 07:40:14 sendUrl INFO 83 [331] R:OK -2015-03-12 07:41:03 queue INFO >>83 [332] -2015-03-12 07:41:04 sendUrl INFO 83 [332] R:OK -2015-03-12 07:41:53 queue INFO >>83 [333] -2015-03-12 07:41:54 sendUrl INFO 83 [333] R:OK -2015-03-12 07:42:44 queue INFO >>83 [334] -2015-03-12 07:42:44 sendUrl INFO 83 [334] R:OK -2015-03-12 07:43:34 queue INFO >>83 [335] -2015-03-12 07:43:34 sendUrl INFO 83 [335] R:OK -2015-03-12 07:44:24 queue INFO >>83 [336] -2015-03-12 07:44:24 sendUrl INFO 83 [336] R:OK -2015-03-12 07:45:14 queue INFO >>83 [337] -2015-03-12 07:45:14 sendUrl INFO 83 [337] R:OK -2015-03-12 07:46:04 queue INFO >>83 [338] -2015-03-12 07:46:05 sendUrl INFO 83 [338] R:OK -2015-03-12 07:46:54 queue INFO >>83 [339] -2015-03-12 07:46:55 sendUrl INFO 83 [339] R:OK -2015-03-12 07:47:20 queue INFO 87 [340] -2015-03-12 07:47:21 sendUrl INFO 87 [340] R:OK -2015-03-12 07:47:21 queue INFO >87 [341] -2015-03-12 07:47:21 sendUrl INFO 87 [341] R:OK -2015-03-12 07:47:22 queue INFO 83 [342] -2015-03-12 07:47:22 queue INFO >83 [343] -2015-03-12 07:47:23 sendUrl INFO 83 [342] R:OK -2015-03-12 07:47:23 sendUrl INFO 83 [343] R:OK -2015-03-12 07:48:12 queue INFO >>83 [344] -2015-03-12 07:48:13 sendUrl INFO 83 [344] R:OK -2015-03-12 07:49:02 queue INFO >>83 [345] -2015-03-12 07:49:03 sendUrl INFO 83 [345] R:OK -2015-03-12 07:49:53 queue INFO >>83 [346] -2015-03-12 07:49:53 sendUrl INFO 83 [346] R:OK -2015-03-12 07:50:43 queue INFO >>83 [347] -2015-03-12 07:50:43 sendUrl INFO 83 [347] R:OK -2015-03-12 07:51:33 queue INFO >>83 [348] -2015-03-12 07:51:33 sendUrl INFO 83 [348] R:OK -2015-03-12 07:52:23 queue INFO >>83 [349] -2015-03-12 07:52:23 sendUrl INFO 83 [349] R:OK -2015-03-12 07:53:13 queue INFO >>83 [350] -2015-03-12 07:53:14 sendUrl INFO 83 [350] R:OK -2015-03-12 07:54:03 queue INFO >>83 [351] -2015-03-12 07:54:04 sendUrl INFO 83 [351] R:OK -2015-03-12 07:54:29 queue INFO 87 [352] -2015-03-12 07:54:29 queue INFO >87 [353] -2015-03-12 07:54:30 sendUrl INFO 87 [352] R:OK -2015-03-12 07:54:30 sendUrl INFO 87 [353] R:OK -2015-03-12 07:54:31 queue INFO 83 [354] -2015-03-12 07:54:31 queue INFO >83 [355] -2015-03-12 07:54:31 sendUrl INFO 83 [354] R:OK -2015-03-12 07:54:32 sendUrl INFO 83 [355] R:OK -2015-03-12 07:55:21 queue INFO >>83 [356] -2015-03-12 07:55:21 sendUrl INFO 83 [356] R:OK -2015-03-12 07:56:11 queue INFO >>83 [357] -2015-03-12 07:56:11 sendUrl INFO 83 [357] R:OK -2015-03-12 07:57:01 queue INFO >>83 [358] -2015-03-12 07:57:02 sendUrl INFO 83 [358] R:OK -2015-03-12 07:57:51 queue INFO >>83 [359] -2015-03-12 07:57:52 sendUrl INFO 83 [359] R:OK -2015-03-12 07:58:42 queue INFO >>83 [360] -2015-03-12 07:58:42 sendUrl INFO 83 [360] R:OK -2015-03-12 07:59:32 queue INFO >>83 [361] -2015-03-12 07:59:32 sendUrl INFO 83 [361] R:OK -2015-03-12 08:00:22 queue INFO >>83 [362] -2015-03-12 08:00:22 sendUrl INFO 83 [362] R:OK -2015-03-12 08:01:12 queue INFO >>83 [363] -2015-03-12 08:01:12 sendUrl INFO 83 [363] R:OK -2015-03-12 08:01:38 queue INFO C7 [364] -2015-03-12 08:01:38 queue INFO >C7 [365] -2015-03-12 08:01:38 sendUrl INFO C7 [364] R:OK -2015-03-12 08:01:39 sendUrl INFO C7 [365] R:OK -2015-03-12 08:01:40 queue INFO C3 [366] -2015-03-12 08:01:40 queue INFO >C3 [367] -2015-03-12 08:01:40 sendUrl INFO C3 [366] R:OK -2015-03-12 08:01:40 sendUrl INFO C3 [367] R:OK -2015-03-12 08:02:30 queue INFO >>C3 [368] -2015-03-12 08:02:30 sendUrl INFO C3 [368] R:OK -2015-03-12 08:03:20 queue INFO >>C3 [369] -2015-03-12 08:03:20 sendUrl INFO C3 [369] R:OK -2015-03-12 08:04:10 queue INFO >>C3 [370] -2015-03-12 08:04:10 sendUrl INFO C3 [370] R:OK -2015-03-12 08:05:00 queue INFO >>C3 [371] -2015-03-12 08:05:00 sendUrl INFO C3 [371] R:OK -2015-03-12 08:05:50 queue INFO >>C3 [372] -2015-03-12 08:05:51 sendUrl INFO C3 [372] R:OK -2015-03-12 08:06:40 queue INFO >>C3 [373] -2015-03-12 08:06:41 sendUrl INFO C3 [373] R:OK -2015-03-12 08:07:31 queue INFO >>C3 [374] -2015-03-12 08:07:31 sendUrl INFO C3 [374] R:OK -2015-03-12 08:08:21 queue INFO >>C3 [375] -2015-03-12 08:08:21 sendUrl INFO C3 [375] R:OK -2015-03-12 08:08:44 queue INFO 83 [376] -2015-03-12 08:08:44 sendUrl INFO 83 [376] R:OK -2015-03-12 08:08:44 queue INFO >83 [377] -2015-03-12 08:08:45 sendUrl INFO 83 [377] R:OK -2015-03-12 08:08:47 queue INFO 87 [378] -2015-03-12 08:08:47 queue INFO >87 [379] -2015-03-12 08:08:47 sendUrl INFO 87 [378] R:OK -2015-03-12 08:08:48 sendUrl INFO 87 [379] R:OK -2015-03-12 08:08:48 queue INFO 83 [380] -2015-03-12 08:08:49 queue INFO >83 [381] -2015-03-12 08:08:49 sendUrl INFO 83 [380] R:OK -2015-03-12 08:08:49 sendUrl INFO 83 [381] R:OK -2015-03-12 08:08:55 queue INFO 81 [382] -2015-03-12 08:08:55 queue INFO >81 [383] -2015-03-12 08:08:55 sendUrl INFO 81 [382] R:OK -2015-03-12 08:08:56 sendUrl INFO 81 [383] R:OK -2015-03-12 08:09:08 queue INFO 83 [384] -2015-03-12 08:09:08 sendUrl INFO 83 [384] R:OK -2015-03-12 08:09:08 queue INFO >83 [385] -2015-03-12 08:09:09 sendUrl INFO 83 [385] R:OK -2015-03-12 08:09:58 queue INFO >>83 [386] -2015-03-12 08:09:58 sendUrl INFO 83 [386] R:OK -2015-03-12 08:10:48 queue INFO >>83 [387] -2015-03-12 08:10:49 sendUrl INFO 83 [387] R:OK -2015-03-12 08:11:38 queue INFO >>83 [388] -2015-03-12 08:11:39 sendUrl INFO 83 [388] R:OK -2015-03-12 08:12:29 queue INFO >>83 [389] -2015-03-12 08:12:29 sendUrl INFO 83 [389] R:OK -2015-03-12 08:13:19 queue INFO >>83 [390] -2015-03-12 08:13:19 sendUrl INFO 83 [390] R:OK -2015-03-12 08:14:09 queue INFO >>83 [391] -2015-03-12 08:14:09 sendUrl INFO 83 [391] R:OK -2015-03-12 08:14:59 queue INFO >>83 [392] -2015-03-12 08:14:59 sendUrl INFO 83 [392] R:OK -2015-03-12 08:15:49 queue INFO >>83 [393] -2015-03-12 08:15:49 sendUrl INFO 83 [393] R:OK -2015-03-12 08:15:56 queue INFO 87 [394] -2015-03-12 08:15:56 queue INFO >87 [395] -2015-03-12 08:15:57 sendUrl INFO 87 [394] R:OK -2015-03-12 08:15:57 sendUrl INFO 87 [395] R:OK -2015-03-12 08:15:58 queue INFO 83 [396] -2015-03-12 08:15:58 queue INFO >83 [397] -2015-03-12 08:15:58 sendUrl INFO 83 [396] R:OK -2015-03-12 08:15:59 sendUrl INFO 83 [397] R:OK -2015-03-12 08:16:48 queue INFO >>83 [398] -2015-03-12 08:16:48 sendUrl INFO 83 [398] R:OK -2015-03-12 08:17:38 queue INFO >>83 [399] -2015-03-12 08:17:38 sendUrl INFO 83 [399] R:OK -2015-03-12 08:18:28 queue INFO >>83 [400] -2015-03-12 08:18:29 sendUrl INFO 83 [400] R:OK -2015-03-12 08:19:18 queue INFO >>83 [401] -2015-03-12 08:19:19 sendUrl INFO 83 [401] R:OK -2015-03-12 08:20:09 queue INFO >>83 [402] -2015-03-12 08:20:09 sendUrl INFO 83 [402] R:OK -2015-03-12 08:20:59 queue INFO >>83 [403] -2015-03-12 08:20:59 sendUrl INFO 83 [403] R:OK -2015-03-12 08:21:49 queue INFO >>83 [404] -2015-03-12 08:21:49 sendUrl INFO 83 [404] R:OK -2015-03-12 08:22:39 queue INFO >>83 [405] -2015-03-12 08:22:40 sendUrl INFO 83 [405] R:OK -2015-03-12 08:23:05 queue INFO 87 [406] -2015-03-12 08:23:06 queue INFO >87 [407] -2015-03-12 08:23:06 sendUrl INFO 87 [406] R:OK -2015-03-12 08:23:06 sendUrl INFO 87 [407] R:OK -2015-03-12 08:23:07 queue INFO 83 [408] -2015-03-12 08:23:07 queue INFO >83 [409] -2015-03-12 08:23:07 sendUrl INFO 83 [408] R:OK -2015-03-12 08:23:08 sendUrl INFO 83 [409] R:OK -2015-03-12 08:23:57 queue INFO >>83 [410] -2015-03-12 08:23:58 sendUrl INFO 83 [410] R:OK -2015-03-12 08:24:47 queue INFO >>83 [411] -2015-03-12 08:24:47 sendUrl INFO 83 [411] R:OK -2015-03-12 08:25:37 queue INFO >>83 [412] -2015-03-12 08:25:38 sendUrl INFO 83 [412] R:OK -2015-03-12 08:26:28 queue INFO >>83 [413] -2015-03-12 08:26:28 sendUrl INFO 83 [413] R:OK -2015-03-12 08:27:18 queue INFO >>83 [414] -2015-03-12 08:27:18 sendUrl INFO 83 [414] R:OK -2015-03-12 08:28:08 queue INFO >>83 [415] -2015-03-12 08:28:08 sendUrl INFO 83 [415] R:OK -2015-03-12 08:28:58 queue INFO >>83 [416] -2015-03-12 08:28:58 sendUrl INFO 83 [416] R:OK -2015-03-12 08:29:48 queue INFO >>83 [417] -2015-03-12 08:29:48 sendUrl INFO 83 [417] R:OK -2015-03-12 08:30:14 queue INFO 87 [418] -2015-03-12 08:30:14 queue INFO >87 [419] -2015-03-12 08:30:15 sendUrl INFO 87 [418] R:OK -2015-03-12 08:30:15 sendUrl INFO 87 [419] R:OK -2015-03-12 08:30:16 queue INFO 83 [420] -2015-03-12 08:30:16 queue INFO >83 [421] -2015-03-12 08:30:16 sendUrl INFO 83 [420] R:OK -2015-03-12 08:30:17 sendUrl INFO 83 [421] R:OK -2015-03-12 08:31:06 queue INFO >>83 [422] -2015-03-12 08:31:06 sendUrl INFO 83 [422] R:OK -2015-03-12 08:31:56 queue INFO >>83 [423] -2015-03-12 08:31:56 sendUrl INFO 83 [423] R:OK -2015-03-12 08:32:46 queue INFO >>83 [424] -2015-03-12 08:32:47 sendUrl INFO 83 [424] R:OK -2015-03-12 08:33:36 queue INFO >>83 [425] -2015-03-12 08:33:36 sendUrl INFO 83 [425] R:OK -2015-03-12 08:34:26 queue INFO >>83 [426] -2015-03-12 08:34:27 sendUrl INFO 83 [426] R:OK -2015-03-12 08:35:17 queue INFO >>83 [427] -2015-03-12 08:35:17 sendUrl INFO 83 [427] R:OK -2015-03-12 08:36:07 queue INFO >>83 [428] -2015-03-12 08:36:07 sendUrl INFO 83 [428] R:OK -2015-03-12 08:36:57 queue INFO >>83 [429] -2015-03-12 08:36:57 sendUrl INFO 83 [429] R:OK -2015-03-12 08:37:23 queue INFO 87 [430] -2015-03-12 08:37:23 sendUrl INFO 87 [430] R:OK -2015-03-12 08:37:23 queue INFO >87 [431] -2015-03-12 08:37:24 sendUrl INFO 87 [431] R:OK -2015-03-12 08:37:25 queue INFO 83 [432] -2015-03-12 08:37:25 queue INFO >83 [433] -2015-03-12 08:37:25 sendUrl INFO 83 [432] R:OK -2015-03-12 08:37:26 sendUrl INFO 83 [433] R:OK -2015-03-12 08:38:15 queue INFO >>83 [434] -2015-03-12 08:38:15 sendUrl INFO 83 [434] R:OK -2015-03-12 08:39:05 queue INFO >>83 [435] -2015-03-12 08:39:05 sendUrl INFO 83 [435] R:OK -2015-03-12 08:39:55 queue INFO >>83 [436] -2015-03-12 08:39:56 sendUrl INFO 83 [436] R:OK -2015-03-12 08:40:45 queue INFO >>83 [437] -2015-03-12 08:40:45 sendUrl INFO 83 [437] R:OK -2015-03-12 08:41:35 queue INFO >>83 [438] -2015-03-12 08:41:36 sendUrl INFO 83 [438] R:OK -2015-03-12 08:42:25 queue INFO >>83 [439] -2015-03-12 08:42:26 sendUrl INFO 83 [439] R:OK -2015-03-12 08:43:16 queue INFO >>83 [440] -2015-03-12 08:43:16 sendUrl INFO 83 [440] R:OK -2015-03-12 08:44:06 queue INFO >>83 [441] -2015-03-12 08:44:06 sendUrl INFO 83 [441] R:OK -2015-03-12 08:44:32 queue INFO C7 [442] -2015-03-12 08:44:32 queue INFO >C7 [443] -2015-03-12 08:44:32 sendUrl INFO C7 [442] R:OK -2015-03-12 08:44:32 sendUrl INFO C7 [443] R:OK -2015-03-12 08:44:33 queue INFO C3 [444] -2015-03-12 08:44:33 queue INFO >C3 [445] -2015-03-12 08:44:33 sendUrl INFO C3 [444] R:OK -2015-03-12 08:44:34 sendUrl INFO C3 [445] R:OK -2015-03-12 08:45:23 queue INFO >>C3 [446] -2015-03-12 08:45:24 sendUrl INFO C3 [446] R:OK -2015-03-12 08:46:14 queue INFO >>C3 [447] -2015-03-12 08:46:14 sendUrl INFO C3 [447] R:OK -2015-03-12 08:47:04 queue INFO >>C3 [448] -2015-03-12 08:47:04 sendUrl INFO C3 [448] R:OK -2015-03-12 08:47:54 queue INFO >>C3 [449] -2015-03-12 08:47:54 sendUrl INFO C3 [449] R:OK -2015-03-12 08:48:44 queue INFO >>C3 [450] -2015-03-12 08:48:44 sendUrl INFO C3 [450] R:OK -2015-03-12 08:49:34 queue INFO >>C3 [451] -2015-03-12 08:49:34 sendUrl INFO C3 [451] R:OK -2015-03-12 08:50:24 queue INFO >>C3 [452] -2015-03-12 08:50:25 sendUrl INFO C3 [452] R:OK -2015-03-12 08:51:14 queue INFO >>C3 [453] -2015-03-12 08:51:15 sendUrl INFO C3 [453] R:OK -2015-03-12 08:51:38 queue INFO 83 [454] -2015-03-12 08:51:38 sendUrl INFO 83 [454] R:OK -2015-03-12 08:51:38 queue INFO >83 [455] -2015-03-12 08:51:38 sendUrl INFO 83 [455] R:OK -2015-03-12 08:51:40 queue INFO 87 [456] -2015-03-12 08:51:41 queue INFO >87 [457] -2015-03-12 08:51:41 sendUrl INFO 87 [456] R:OK -2015-03-12 08:51:41 sendUrl INFO 87 [457] R:OK -2015-03-12 08:51:42 queue INFO 83 [458] -2015-03-12 08:51:42 queue INFO >83 [459] -2015-03-12 08:51:42 sendUrl INFO 83 [458] R:OK -2015-03-12 08:51:43 sendUrl INFO 83 [459] R:OK -2015-03-12 08:52:32 queue INFO >>83 [460] -2015-03-12 08:52:32 sendUrl INFO 83 [460] R:OK -2015-03-12 08:53:22 queue INFO >>83 [461] -2015-03-12 08:53:23 sendUrl INFO 83 [461] R:OK -2015-03-12 08:54:12 queue INFO >>83 [462] -2015-03-12 08:54:13 sendUrl INFO 83 [462] R:OK -2015-03-12 08:55:03 queue INFO >>83 [463] -2015-03-12 08:55:03 sendUrl INFO 83 [463] R:OK -2015-03-12 08:55:53 queue INFO >>83 [464] -2015-03-12 08:55:53 sendUrl INFO 83 [464] R:OK -2015-03-12 08:56:43 queue INFO >>83 [465] -2015-03-12 08:56:43 sendUrl INFO 83 [465] R:OK -2015-03-12 08:57:33 queue INFO >>83 [466] -2015-03-12 08:57:33 sendUrl INFO 83 [466] R:OK -2015-03-12 08:58:23 queue INFO >>83 [467] -2015-03-12 08:58:24 sendUrl INFO 83 [467] R:OK -2015-03-12 08:58:50 queue INFO 87 [468] -2015-03-12 08:58:50 queue INFO >87 [469] -2015-03-12 08:58:50 sendUrl INFO 87 [468] R:OK -2015-03-12 08:58:51 sendUrl INFO 87 [469] R:OK -2015-03-12 08:58:51 queue INFO 83 [470] -2015-03-12 08:58:52 queue INFO >83 [471] -2015-03-12 08:58:52 sendUrl INFO 83 [470] R:OK -2015-03-12 08:58:52 sendUrl INFO 83 [471] R:OK -2015-03-12 08:59:42 queue INFO >>83 [472] -2015-03-12 08:59:42 sendUrl INFO 83 [472] R:OK -2015-03-12 09:00:32 queue INFO >>83 [473] -2015-03-12 09:00:32 sendUrl INFO 83 [473] R:OK -2015-03-12 09:01:22 queue INFO >>83 [474] -2015-03-12 09:01:22 sendUrl INFO 83 [474] R:OK -2015-03-12 09:02:12 queue INFO >>83 [475] -2015-03-12 09:02:13 sendUrl INFO 83 [475] R:OK -2015-03-12 09:03:02 queue INFO >>83 [476] -2015-03-12 09:03:02 sendUrl INFO 83 [476] R:OK -2015-03-12 09:03:52 queue INFO >>83 [477] -2015-03-12 09:03:53 sendUrl INFO 83 [477] R:OK -2015-03-12 09:04:43 queue INFO >>83 [478] -2015-03-12 09:04:43 sendUrl INFO 83 [478] R:OK -2015-03-12 09:05:33 queue INFO >>83 [479] -2015-03-12 09:05:33 sendUrl INFO 83 [479] R:OK -2015-03-12 09:05:59 queue INFO 87 [480] -2015-03-12 09:05:59 queue INFO >87 [481] -2015-03-12 09:05:59 sendUrl INFO 87 [480] R:OK -2015-03-12 09:06:00 sendUrl INFO 87 [481] R:OK -2015-03-12 09:06:00 queue INFO 83 [482] -2015-03-12 09:06:01 queue INFO >83 [483] -2015-03-12 09:06:01 sendUrl INFO 83 [482] R:OK -2015-03-12 09:06:01 sendUrl INFO 83 [483] R:OK -2015-03-12 09:06:51 queue INFO >>83 [484] -2015-03-12 09:06:51 sendUrl INFO 83 [484] R:OK -2015-03-12 09:07:41 queue INFO >>83 [485] -2015-03-12 09:07:41 sendUrl INFO 83 [485] R:OK -2015-03-12 09:08:31 queue INFO >>83 [486] -2015-03-12 09:08:31 sendUrl INFO 83 [486] R:OK -2015-03-12 09:09:21 queue INFO >>83 [487] -2015-03-12 09:09:22 sendUrl INFO 83 [487] R:OK -2015-03-12 09:10:11 queue INFO >>83 [488] -2015-03-12 09:10:11 sendUrl INFO 83 [488] R:OK -2015-03-12 09:11:01 queue INFO >>83 [489] -2015-03-12 09:11:02 sendUrl INFO 83 [489] R:OK -2015-03-12 09:11:51 queue INFO >>83 [490] -2015-03-12 09:11:52 sendUrl INFO 83 [490] R:OK -2015-03-12 09:12:42 queue INFO >>83 [491] -2015-03-12 09:12:42 sendUrl INFO 83 [491] R:OK -2015-03-12 09:13:08 queue INFO 87 [492] -2015-03-12 09:13:08 queue INFO >87 [493] -2015-03-12 09:13:08 sendUrl INFO 87 [492] R:OK -2015-03-12 09:13:09 sendUrl INFO 87 [493] R:OK -2015-03-12 09:13:09 queue INFO 83 [494] -2015-03-12 09:13:10 queue INFO >83 [495] -2015-03-12 09:13:10 sendUrl INFO 83 [494] R:OK -2015-03-12 09:13:10 sendUrl INFO 83 [495] R:OK -2015-03-12 09:13:59 queue INFO >>83 [496] -2015-03-12 09:14:00 sendUrl INFO 83 [496] R:OK -2015-03-12 09:14:50 queue INFO >>83 [497] -2015-03-12 09:14:50 sendUrl INFO 83 [497] R:OK -2015-03-12 09:15:40 queue INFO >>83 [498] -2015-03-12 09:15:40 sendUrl INFO 83 [498] R:OK -2015-03-12 09:16:30 queue INFO >>83 [499] -2015-03-12 09:16:30 sendUrl INFO 83 [499] R:OK -2015-03-12 09:17:20 queue INFO >>83 [500] -2015-03-12 09:17:20 sendUrl INFO 83 [500] R:OK -2015-03-12 09:18:10 queue INFO >>83 [501] -2015-03-12 09:18:11 sendUrl INFO 83 [501] R:OK -2015-03-12 09:19:00 queue INFO >>83 [502] -2015-03-12 09:19:01 sendUrl INFO 83 [502] R:OK -2015-03-12 09:19:51 queue INFO >>83 [503] -2015-03-12 09:19:51 sendUrl INFO 83 [503] R:OK -2015-03-12 09:20:17 queue INFO 87 [504] -2015-03-12 09:20:17 queue INFO >87 [505] -2015-03-12 09:20:17 sendUrl INFO 87 [504] R:OK -2015-03-12 09:20:18 sendUrl INFO 87 [505] R:OK -2015-03-12 09:20:18 queue INFO 83 [506] -2015-03-12 09:20:18 queue INFO >83 [507] -2015-03-12 09:20:19 sendUrl INFO 83 [506] R:OK -2015-03-12 09:20:19 sendUrl INFO 83 [507] R:OK -2015-03-12 09:21:08 queue INFO >>83 [508] -2015-03-12 09:21:09 sendUrl INFO 83 [508] R:OK -2015-03-12 09:21:59 queue INFO >>83 [509] -2015-03-12 09:21:59 sendUrl INFO 83 [509] R:OK -2015-03-12 09:22:49 queue INFO >>83 [510] -2015-03-12 09:22:49 sendUrl INFO 83 [510] R:OK -2015-03-12 09:23:39 queue INFO >>83 [511] -2015-03-12 09:23:39 sendUrl INFO 83 [511] R:OK -2015-03-12 09:24:29 queue INFO >>83 [512] -2015-03-12 09:24:29 sendUrl INFO 83 [512] R:OK -2015-03-12 09:25:19 queue INFO >>83 [513] -2015-03-12 09:25:20 sendUrl INFO 83 [513] R:OK -2015-03-12 09:26:09 queue INFO >>83 [514] -2015-03-12 09:26:10 sendUrl INFO 83 [514] R:OK -2015-03-12 09:26:59 queue INFO >>83 [515] -2015-03-12 09:27:00 sendUrl INFO 83 [515] R:OK -2015-03-12 09:27:25 queue INFO C7 [516] -2015-03-12 09:27:26 queue INFO >C7 [517] -2015-03-12 09:27:26 sendUrl INFO C7 [516] R:OK -2015-03-12 09:27:26 sendUrl INFO C7 [517] R:OK -2015-03-12 09:27:27 queue INFO C3 [518] -2015-03-12 09:27:27 sendUrl INFO C3 [518] R:OK -2015-03-12 09:27:27 queue INFO >C3 [519] -2015-03-12 09:27:27 sendUrl INFO C3 [519] R:OK -2015-03-12 09:28:17 queue INFO >>C3 [520] -2015-03-12 09:28:17 sendUrl INFO C3 [520] R:OK -2015-03-12 09:29:07 queue INFO >>C3 [521] -2015-03-12 09:29:08 sendUrl INFO C3 [521] R:OK -2015-03-12 09:29:57 queue INFO >>C3 [522] -2015-03-12 09:29:57 sendUrl INFO C3 [522] R:OK -2015-03-12 09:30:47 queue INFO >>C3 [523] -2015-03-12 09:30:48 sendUrl INFO C3 [523] R:OK -2015-03-12 09:31:38 queue INFO >>C3 [524] -2015-03-12 09:31:38 sendUrl INFO C3 [524] R:OK -2015-03-12 09:32:28 queue INFO >>C3 [525] -2015-03-12 09:32:28 sendUrl INFO C3 [525] R:OK -2015-03-12 09:33:18 queue INFO >>C3 [526] -2015-03-12 09:33:18 sendUrl INFO C3 [526] R:OK -2015-03-12 09:34:08 queue INFO >>C3 [527] -2015-03-12 09:34:08 sendUrl INFO C3 [527] R:OK -2015-03-12 09:34:31 queue INFO 83 [528] -2015-03-12 09:34:32 queue INFO >83 [529] -2015-03-12 09:34:32 sendUrl INFO 83 [528] R:OK -2015-03-12 09:34:32 sendUrl INFO 83 [529] R:OK -2015-03-12 09:34:34 queue INFO 87 [530] -2015-03-12 09:34:34 queue INFO >87 [531] -2015-03-12 09:34:34 sendUrl INFO 87 [530] R:OK -2015-03-12 09:34:35 sendUrl INFO 87 [531] R:OK -2015-03-12 09:34:36 queue INFO 83 [532] -2015-03-12 09:34:36 sendUrl INFO 83 [532] R:OK -2015-03-12 09:34:36 queue INFO >83 [533] -2015-03-12 09:34:36 sendUrl INFO 83 [533] R:OK -2015-03-12 09:35:26 queue INFO >>83 [534] -2015-03-12 09:35:26 sendUrl INFO 83 [534] R:OK -2015-03-12 09:36:16 queue INFO >>83 [535] -2015-03-12 09:36:17 sendUrl INFO 83 [535] R:OK -2015-03-12 09:37:06 queue INFO >>83 [536] -2015-03-12 09:37:06 sendUrl INFO 83 [536] R:OK diff --git a/ConfIOB/Donati/1020_165/readParallela.py b/ConfIOB/Donati/1020_165/readParallela.py deleted file mode 100644 index 5a38f21..0000000 --- a/ConfIOB/Donati/1020_165/readParallela.py +++ /dev/null @@ -1,530 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -# readParallela v. 1.8 -# versione estetica di Carlo + single instance timer - -#--------------------------------------------------------------- -# levare locking -# timer semplificata -# GPIO global - - -import time -import sys - - -from datetime import datetime - -import urllib -import ConfigParser -import os, sys - -import logging -import logging.handlers -import threading -import Queue -#-------------------------------------------------------------- - -# COSTANTI -MSGLEN = 9 -TIMEOUTSERIALE = 10 -MAXRETRY = 3 - -PROGRAM_NAME ="ReadPar IOB-pi v.1.8" - -# DA FILE CONF -idxMacchina = "1001" -SAMPLETIME = 0.1 -TIMEOUTSHORT = (SAMPLETIME*20) -TIMEOUTLONG = (SAMPLETIME*600) -SENDURLTIME = 0.08 - -# VAR -to_enable = False -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG -to_serial = TIMEOUTSERIALE -to_retry = MAXRETRY -errormsglen = 0 - -# VAR - -out_0 = 24 -out_1 = 26 - -in_0 = 11 -in_1 = 12 -in_2 = 13 -in_3 = 15 -in_4 = 16 -in_5 = 18 -in_6 = 22 -in_7 = 7 - -# contatore: serve x match tra accoda ed invia x possibile controllo a posteriori... ogni volta che accodo incremento di 1, va da 0 a 999 -cont = '0' - -# variabile stato online/offline della macchina -onLine = '1' - -# variabile stato seinding/waiting x la parte invio URL -sending = '0' - -# variabile stato timer thread busy -timer_busy = False - -#-------------------------------------------------------------- -# Gestione coda (condivisa) x registrazione eventi ed invio URL -#print "Creazione coda 1000 elementi" - -Coda = Queue.Queue(0) - -#queueLock = threading.Lock() - -#--------------------------------------------------------------- -# lettura parallela -# ritorna il byte letto pulito ( due char hex ) - -def readParallela(): - - global in_0 - global in_1 - global in_2 - global in_3 - global in_4 - global in_5 - global in_6 - global in_7 - - global GPIO - - current = '' - -# print "input : " - - # ritorna '' se non ci sono abbastanza caratteri - try: - num_value = 255 - -# print "num_value : " , num_value , in_0 - - if GPIO.input(in_0): - num_value = num_value - 1 - - if GPIO.input(in_1): - num_value = num_value - 2 - - if GPIO.input(in_2): - num_value = num_value - 4 - - if GPIO.input(in_3): - num_value = num_value - 8 - - if GPIO.input(in_4): - num_value = num_value - 16 - - if GPIO.input(in_5): - num_value = num_value - 32 - - if GPIO.input(in_6): - num_value = num_value - 64 - - if GPIO.input(in_7): - num_value = num_value - 128 - - current = hex( num_value ).replace ( "0x" , "" ).upper() - -# print "\n\n\n\n\n" , num_value , current - - except: - pass - - return current - - -#-------------------------------------------------------------- -# MARCO: cambiare: chiama URL NON deve chiamare url MA METTERE IN CODA (riempiCoda!!!) -# la parte URL vera va messa in svuotaCoda, PARAMETRICA - -#--------------------------------------------------------------- -#Funzione di scrittura su coda con try-except - -def accoda(): - - try: -# url = URLBASE + idxMacchina + URLADV1 + value -# urllib.urlopen ( url ) - #dtEve = time.strftime("%y%m%d%H%M%S")+"000" - dtEve = datetime.utcnow().strftime('%Y%m%d%H%M%S%f')[:-3] - #logPro.debug( "Nuovo valore inserito in coda: " + dtEve + "#" + value + '#' + cont) - #print(dtEve) - #queueLock.acquire() - Coda.put(dtEve + '#' + value + '#' + cont) - #queueLock.release() - #print "Nuovo valore inserito in coda: " + dtEve + "#", value - - except Queue.Full: - logPro.error( "Quque full" + dtEve + '#' + value + '#' + cont ) - except: - logPro.error( "NETWORK:Errore http-no com rete-timeout" + url ) -# print "Url aforte" , url - - -#-------------------------------------------------------------- -# MARCO: scrivere svuotaCoda come thread etc... -def svuota_coda(): - - global onLine - global sending - global timer_busy - - #print "start timer " - - if ( timer_busy == False ): - timer_busy = True - #print "start timer ok " - - try: - if not Coda.empty(): - #print "coda da svuotare!" - response = urllib.urlopen(URLALIVE) - answ = response.read() - if answ == 'OK': - #print "OK alive" - response2 = urllib.urlopen(URLENABLED + idxMacchina) - answ2 = response2.read() - if answ2 == 'OK': - # aggiorno stato ad online - if onLine == '0': - logPro.info("IOB ONLINE!") - #print("IOB ONLINE") - - onLine = '1' # imposto comunque online - else: - if onLine == '1': - logPro.error("IOB offline") - #print("IOB offline") - - onLine = '0' - else: - if onLine == '1': - logPro.error("Server offline") - #print("Server offline") - - onLine = '0' - - # ora verifico SE si possa inviare (ovvero sia online server e NON ci siano altri send attivi...) - if onLine == '1': - if sending == '0': - #segnalo che sono in sending! - sending = '1' - - # formatto dataOra corrente - #dtCurr = time.strftime("%y%m%d%H%M%S")+"000" - dtCurr = datetime.utcnow().strftime('%Y%m%d%H%M%S%f')[:-3] - # prendo 1 valore dalla coda... - #queueLock.acquire() - resp = Coda.get() - # RILASCIO SUBITO la coda x nuovi insert... - #queueLock.release() - - - # recupero valori da coda! - dtEve = resp.split("#")[0] - value = resp.split("#")[1] - cnt = resp.split("#")[2] - url = URLBASE + idxMacchina + URLADV1 + value - url = url + '&dtCurr=' + dtCurr + '&dtEve=' + dtEve + '&cnt=' + cnt - # CHIAMO URL - response3 = urllib.urlopen ( url ) - answ3 = response3.read() - #print(url) - #logPro.debug(url) - - - # log valore inviato! - logSnd.info( value + ' ['+ cnt +']' + ' R:' + answ3 ) - #print "Valore smaltito dalla coda" - - # completato invio, riporto sending a zero! - sending = '0' - else: - logPro.info("WAIT active send to complete") - - else: - pass - - else: - pass - - except: - if onLine == '1': - logPro.error("Server Non raggiungibile") - #print "Non raggiungibile" - - onLine = '0' - -# in ogni caso - - timer_busy = False - #print "end timer ok" - - - #print "end timer " - - -#--------------------------------------------------------------- -# funzione timer thread -#--------------------------------------------------------------- -def do_every (interval, worker_func, iterations = 0): - if iterations != 1: - threading.Timer ( - interval, - do_every, [interval, worker_func, 0 if iterations == 0 else iterations-1] - ).start (); - - worker_func (); - -#--------------------------------------------------------------- -# gestione contatore -#--------------------------------------------------------------- -def contatore(): - - try: - global cont - ctr = int(cont) - ctr +=1 - ctr = ctr % 1000 # round robin 1000 eventi x track - cont = str(ctr) - except: - print("errore incremento contatore") - -#--------------------------------------------------------------- -# avvia porta parallela -#--------------------------------------------------------------- -def avviaParallela(): - - global in_0 - global in_1 - global in_2 - global in_3 - global in_4 - global in_5 - global in_6 - global in_7 - - global GPIO - - try: - - GPIO.setmode(GPIO.BOARD) - - GPIO.setwarnings(False) - - #GPIO.setup(out_0, GPIO.OUT) # output 0 - #GPIO.setup(out_1, GPIO.OUT) # output 1 - - GPIO.setup(in_0, GPIO.IN) # input 0 - GPIO.setup(in_1, GPIO.IN) # input 1 - GPIO.setup(in_2, GPIO.IN) # input 2 - GPIO.setup(in_3, GPIO.IN) # input 3 - GPIO.setup(in_4, GPIO.IN) # input 4 - GPIO.setup(in_5, GPIO.IN) # input 5 - GPIO.setup(in_6, GPIO.IN) # input 6 - GPIO.setup(in_7, GPIO.IN) # input 7 - - except: - print( "\n\n" + PROGRAM_NAME + " - Error 3 on RPi.GPIO ! \n\n") - sys.exit(1) - - - print( "\n\n" + PROGRAM_NAME + " - init ok \n\n") - - -#--------------------------------------------------------------- -#--------------------------------------------------------------- -# MAIN - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'IOB.cfg' ) - - SAMPLETIME = config.getfloat ( 'time' , 'SAMPLETIME' ) - TIMEOUTSHORT = config.getfloat ( 'time' , 'TIMEOUTSHORT' ) - TIMEOUTLONG = config.getfloat ( 'time' , 'TIMEOUTLONG' ) - SENDURLTIME = config.getfloat ( 'time' , 'SENDURLTIME' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - - - URLBASE = config.get ( 'web' , 'URLBASE' ) - URLENABLED = config.get('web' , 'URLENABLED') - URLALIVE = config.get ('web' , 'URLALIVE') - URLADV1 = config.get ( 'web' , 'URLADV1' ) - - LOGFILE = config.get ( 'log' , 'LOGFILE' ) - LOGLEVEL = config.get ( 'log' , 'LOGLEVEL' ) -except: - print "\n\n" + PROGRAM_NAME + ' - Error 4 - in config file ' 'IOB.cfg' - sys.exit(1) - -#-------------------------------------------- -# oggetto Logger -#-------------------------------------------- -try: - logging.basicConfig(level=logging.DEBUG, - format='%(asctime)s %(name)-8s %(levelname)-8s %(message)s', - datefmt='%Y-%m-%d %H:%M:%S', - filename=LOGFILE, - filemode='a' - ) - - # aggiungo 2 logger specifici x queue e send... - logQue = logging.getLogger('queue') - logSnd = logging.getLogger('sendUrl') - logPro = logging.getLogger('program') - -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) -#-------------------------------------------- - - -print "\n\n" + PROGRAM_NAME + "\n\n" - -global startstatus -startstatus = 1 - -if startstatus == 1: - logPro.info("Avvio Programma" + PROGRAM_NAME) - -## Verifica l'OS e di conseguenza carica il file relativo con metodo di lockfile appropriato + check singola istanza -if os.name == 'posix': - import unix -else: - import win - -logPro.info( "Start " + PROGRAM_NAME ) - - -# lettura file configurazione - -# [id] -# idxMacchina = 2001 -# [time] -# SAMPLETIME = 0.1 -# TIMEOUTSHORT = 200 -# TIMEOUTLONG = 6000 - - -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' SAMPLETIME = %4.2f' % ( SAMPLETIME ) ) -print ( ' TIMEOUTSHORT = %4.2f' % ( TIMEOUTSHORT ) ) -print ( ' TIMEOUTLONG = %4.2f' % ( TIMEOUTLONG ) ) -print ( ' SENDURLTIME = %4.2f' % ( SENDURLTIME ) ) -print ( ' URLBASE = %s' % ( URLBASE ) ) -print ( ' URLADV1 = %s' % ( URLADV1 ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) -print ( ' LOGLEVEL = %s' % ( LOGLEVEL ) ) - -# -sys.stdout.write ( 'idxMacchina ?' + idxMacchina + '\n') - -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG - - -#-------------------------------------------------------------- -# apertura parallela - -try: - import RPi.GPIO as GPIO -except RuntimeError: - print( "\n\n" + PROGRAM_NAME + " - Error 1 - you need superuser privileges") -except: - print( "\n\n" + PROGRAM_NAME + " - Error 2 - you need superuser privileges. USE 'sudo' to run your script\n\n") - sys.exit(1) - - -avviaParallela() - - -#-------------------------------------------------------------- -# MARCO: qui inserire avvio thread di "svuotaCoda" - -# avviaSvuotaCoda -#print "Avvia svuota coda" - -do_every ( SENDURLTIME , svuota_coda ); - -#--------------------------------------------------------------- -# ciclo forever and ever - -old = '' - -#print "Avvio ciclo" -logPro.info("Avvio loop principale") -while 1: - - try: - time.sleep (SAMPLETIME) - except: - logPro.info("First_SLEEP: errore attesa sampletime") - - # lettura dati da IOB - value = readParallela() - - if ( value != '' ) : - if value != old : - #loggo e invio dati - try: - logQue.info( value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda") - pass - #enable e reset timer - to_enable = True - to_short = TIMEOUTSHORT - to_long = TIMEOUTLONG - - old = value - - - # gestione timeout breve - if ( to_enable ) : - to_short = to_short - SAMPLETIME - if to_short <= 0: - #loggo e invio dati - try: - logQue.info( '>' + value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda TO_short") - pass - to_short = TIMEOUTSHORT - to_enable = False # dopo un colpo il timer breve viene disabilitato - to_long = TIMEOUTLONG - - # gestione timeout lungo - to_long = to_long - SAMPLETIME - if to_long <= 0: - #loggo e invio dati - try: - logQue.info( '>>' + value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda TO_long") - pass - to_long = TIMEOUTLONG - - - - diff --git a/ConfIOB/Donati/1020_165/sendReboot.py b/ConfIOB/Donati/1020_165/sendReboot.py deleted file mode 100644 index 36dd316..0000000 --- a/ConfIOB/Donati/1020_165/sendReboot.py +++ /dev/null @@ -1,96 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -# sendReboot v. 1.1 - -#--------------------------------------------------------------- - - -import time -import sys - - -from datetime import datetime - -import urllib -import ConfigParser -import os, sys - -import logging - -#--------------------------------------------------------------- - -# COSTANTI -PROGRAM_NAME ="SendReboot IOB-pi v.1.3" - -# DA FILE CONF -idxMacchina = "99" - -#--------------------------------------------------------------- -#Funzione di scrittura su url con try-except - -def chiamaUrl(): - - try: - url = URLREBO + idxMacchina - urllib.urlopen ( url ) - except: - logging.info ( "NETWORK:Errore http-no com rete-timeout per url: " + url ) - print "Url aforte" , url - -#--------------------------------------------------------------- -# MAIN -#--------------------------------------------------------------- - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'IOB.cfg' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - - - URLREBO = config.get ( 'web' , 'URLREBO' ) - - LOGFILE = config.get ( 'log' , 'LOGREBO' ) -except: - print "\n\n" + PROGRAM_NAME + ' - Error 4 - in config file ' 'IOB.cfg' - sys.exit(1) - - -#-------------------------------------------- -# oggetto Logger -#-------------------------------------------- -try: -# log = Logger(LOGFILE) - logging.basicConfig(level=logging.DEBUG, - format='%(asctime)s %(name)-8s %(levelname)-8s %(message)s', - datefmt='%Y-%m-%d %H:%M:%S', - filename=LOGFILE, - filemode='a') - -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) -#-------------------------------------------- - - -print "\n\n" + PROGRAM_NAME + "\n\n" - -global startstatus -startstatus = 1 - -if startstatus == 1: - logging.info("Avvio Programma" + PROGRAM_NAME) - - -# lettura file configurazione - - -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' URLREBO = %s' % ( URLREBO ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) - - -chiamaUrl() - diff --git a/ConfIOB/Donati/1020_165/unix.py b/ConfIOB/Donati/1020_165/unix.py deleted file mode 100644 index 12fb3dc..0000000 --- a/ConfIOB/Donati/1020_165/unix.py +++ /dev/null @@ -1,31 +0,0 @@ -import fcntl -import os -import logging - -#--------------------------------------------------------------- -# meccanismo di file lock per evitare multiple instances -# The function will try to lock the file specified , if it success, return True, else return False. -# The nice thing is that the lock will be dropped when the program terminates. -# >>>Use : -# if not lockFile(".lock.pod"): -# sys.exit(0) - -def lockFile ( lockfile ) : - - fd = os.open ( lockfile , os.O_CREAT | os.O_TRUNC | os.O_WRONLY ) - try: - # Request exclusive (EX) non-blocking (NB) advisory lock. - fcntl.lockf ( fd , fcntl.LOCK_EX | fcntl.LOCK_NB ) - except IOError: - return False - - return True - -if not lockFile ( ".lockfile" ) : - print '\n noi non siamo soli ...\n' - logging.error( "LOCK: Piu istanze aperte") - #sys.exit ( 0 ) - -#- print '\n running alone ...\n' - - diff --git a/ConfIOB/Donati/1021_167/IOB.cfg b/ConfIOB/Donati/1021_167/IOB.cfg deleted file mode 100644 index d1e0658..0000000 --- a/ConfIOB/Donati/1021_167/IOB.cfg +++ /dev/null @@ -1,23 +0,0 @@ -[id] -idxMacchina = 1021 - -[web] -URLBASE = http://192.168.51.71/MPIO2/inputIOB.aspx?idxMacchina= -URLALIVE = http://192.168.51.71/MPIO2/Alive.aspx -URLENABLED = http://192.168.51.71/MPIO2/Enabled.aspx?idxMacchina= -URLADV1 = &valore= -URLREBO = http://192.168.51.71/MPIO2/sendReboot.aspx?idxMacchina= - -[time] -SAMPLETIME = 0.20 -TIMEOUTSHORT = 0.30 -TIMEOUTLONG = 50 -SENDURLTIME = 0.50 - -[log] -LOGLEVEL = 10 -LOGFILE = logfile.txt -LOGREBO = logReboot.txt - -[comm] -port = /dev/ttyAMA0 diff --git a/ConfIOB/Donati/1021_167/MapoIOB b/ConfIOB/Donati/1021_167/MapoIOB deleted file mode 100644 index c49ec0a..0000000 --- a/ConfIOB/Donati/1021_167/MapoIOB +++ /dev/null @@ -1,41 +0,0 @@ -### BEGIN INIT INFO -# Provides: MapoIOB: script Steamware per avvio driver IOB -# Required-Start: $remote_fs $syslog ramlog -# Required-Stop: $remote_fs $syslog ramlog -# Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 -# Short-Description: Steamware's MapoIOB driver -# Description: Steamware's MapoIOB driver, versione lettura porta parallela -### END INIT INFO - -#! /bin/sh -# /etc/init.d/MapoIOB - -export HOME -case "$1" in - start) - echo "Starting readParallela" - cd /home/pi/steamware - /usr/bin/python ./readParallela.py 2>&1 & - ;; - stop) - echo "Stopping readParallela" - RS_PID=`ps auxwww | grep readParallela.py | head -1 | awk '{print $2}'` - kill -9 $RS_PID - cd /home/pi/steamware - rm .lockfile - ;; - restart) - ## Stop the service and regardless of whether it was - ## running or not, start it again. - $0 stop - killall python - $0 start - ;; - *) - echo "Usage: /etc/init.d/MapoIOB {start|stop|restart}" - exit 1 - ;; -esac -exit 0 - diff --git a/ConfIOB/Donati/1021_167/MapoIOB.1.gz b/ConfIOB/Donati/1021_167/MapoIOB.1.gz deleted file mode 100644 index 2885fc9..0000000 Binary files a/ConfIOB/Donati/1021_167/MapoIOB.1.gz and /dev/null differ diff --git a/ConfIOB/Donati/1021_167/checkAlive.sh b/ConfIOB/Donati/1021_167/checkAlive.sh deleted file mode 100644 index 92bc816..0000000 --- a/ConfIOB/Donati/1021_167/checkAlive.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/bash - -# controlla se il logfile è correntemente scritto (quindi MapoIOB è alive) altrimenti riavvia! - -DATE=`date +%Y-%m-%d` -cd /var/log -if [ -f MapoIOB ] - then - # controllo SE sia stato acceduto da meno di 2 minuti (=alive da log...) - trovato=`find . -name 'MapoIOB*' -cmin -1` - if [[ $trovato != './MapoIOB' ]] - then - /etc/init.d/MapoIOB restart - echo $date + "riavvio!" - fi -else - # in questo caso AVVIO il processo MapoIOB - /etc/init.d/MapoIOB start - echo $date + "file non trovato, avvio!" -fi diff --git a/ConfIOB/Donati/1021_167/cleanPython.sh b/ConfIOB/Donati/1021_167/cleanPython.sh deleted file mode 100644 index c4f616a..0000000 --- a/ConfIOB/Donati/1021_167/cleanPython.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash - -DATE=`date +%Y-%m-%d_%T` -# log inizio pulizia -echo $DATE " - INIZIO pulizia processi python" >> clean.log -# effettua pulizia processi: killa tutti i processi python -killall python - -# avvia MapoIob -/etc/init.d/MapoIOB start - -# log fatto! -DATE=`date +%Y-%m-%d_%T` -echo $DATE " - FINE pulizia processi python + riavvio MapoIOB" >> clean.log diff --git a/ConfIOB/Donati/1021_167/logfile.txt b/ConfIOB/Donati/1021_167/logfile.txt deleted file mode 100644 index cd20dcc..0000000 --- a/ConfIOB/Donati/1021_167/logfile.txt +++ /dev/null @@ -1,9631 +0,0 @@ -2015-03-10 06:26:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.7 -2015-03-10 06:26:02 program INFO Start ReadPar IOB-pi v.1.7 -2015-03-10 06:26:02 program INFO Avvio loop principale -2015-03-10 06:26:02 queue INFO 83 [0] -2015-03-10 06:26:02 queue INFO >83 [1] -2015-03-10 06:26:03 sendUrl INFO 83 [0] R:OK -2015-03-10 06:26:03 sendUrl INFO 83 [1] R:OK -2015-03-10 06:26:52 queue INFO >>83 [2] -2015-03-10 06:26:52 sendUrl INFO 83 [2] R:OK -2015-03-10 06:27:42 queue INFO >>83 [3] -2015-03-10 06:27:43 sendUrl INFO 83 [3] R:OK -2015-03-10 06:28:32 queue INFO >>83 [4] -2015-03-10 06:28:33 sendUrl INFO 83 [4] R:OK -2015-03-10 06:29:23 queue INFO >>83 [5] -2015-03-10 06:29:23 sendUrl INFO 83 [5] R:OK -2015-03-10 06:30:13 queue INFO >>83 [6] -2015-03-10 06:30:13 sendUrl INFO 83 [6] R:OK -2015-03-10 06:30:33 queue INFO A3 [7] -2015-03-10 06:30:33 queue INFO >A3 [8] -2015-03-10 06:30:33 sendUrl INFO A3 [7] R:OK -2015-03-10 06:30:33 sendUrl INFO A3 [8] R:OK -2015-03-10 06:30:35 queue INFO 83 [9] -2015-03-10 06:30:35 sendUrl INFO 83 [9] R:OK -2015-03-10 06:30:35 queue INFO >83 [10] -2015-03-10 06:30:36 sendUrl INFO 83 [10] R:OK -2015-03-10 06:30:43 queue INFO A3 [11] -2015-03-10 06:30:43 sendUrl INFO A3 [11] R:OK -2015-03-10 06:30:43 queue INFO >A3 [12] -2015-03-10 06:30:43 sendUrl INFO A3 [12] R:OK -2015-03-10 06:30:55 queue INFO 83 [13] -2015-03-10 06:30:55 sendUrl INFO 83 [13] R:OK -2015-03-10 06:30:55 queue INFO >83 [14] -2015-03-10 06:30:55 sendUrl INFO 83 [14] R:OK -2015-03-10 06:31:45 queue INFO >>83 [15] -2015-03-10 06:31:45 sendUrl INFO 83 [15] R:OK -2015-03-10 06:32:35 queue INFO >>83 [16] -2015-03-10 06:32:36 sendUrl INFO 83 [16] R:OK -2015-03-10 06:32:39 queue INFO 87 [17] -2015-03-10 06:32:39 sendUrl INFO 87 [17] R:OK -2015-03-10 06:32:39 queue INFO >87 [18] -2015-03-10 06:32:39 sendUrl INFO 87 [18] R:OK -2015-03-10 06:32:40 queue INFO 83 [19] -2015-03-10 06:32:40 queue INFO >83 [20] -2015-03-10 06:32:41 sendUrl INFO 83 [19] R:OK -2015-03-10 06:32:41 sendUrl INFO 83 [20] R:OK -2015-03-10 06:33:30 queue INFO >>83 [21] -2015-03-10 06:33:31 sendUrl INFO 83 [21] R:OK -2015-03-10 06:34:20 queue INFO >>83 [22] -2015-03-10 06:34:21 sendUrl INFO 83 [22] R:OK -2015-03-10 06:35:11 queue INFO >>83 [23] -2015-03-10 06:35:11 sendUrl INFO 83 [23] R:OK -2015-03-10 06:36:01 queue INFO >>83 [24] -2015-03-10 06:36:01 sendUrl INFO 83 [24] R:OK -2015-03-10 06:36:51 queue INFO >>83 [25] -2015-03-10 06:36:51 sendUrl INFO 83 [25] R:OK -2015-03-10 06:37:41 queue INFO >>83 [26] -2015-03-10 06:37:41 sendUrl INFO 83 [26] R:OK -2015-03-10 06:38:31 queue INFO >>83 [27] -2015-03-10 06:38:32 sendUrl INFO 83 [27] R:OK -2015-03-10 06:39:21 queue INFO >>83 [28] -2015-03-10 06:39:22 sendUrl INFO 83 [28] R:OK -2015-03-10 06:40:11 queue INFO >>83 [29] -2015-03-10 06:40:12 sendUrl INFO 83 [29] R:OK -2015-03-10 06:41:02 queue INFO >>83 [30] -2015-03-10 06:41:02 sendUrl INFO 83 [30] R:OK -2015-03-10 06:41:38 queue INFO 87 [31] -2015-03-10 06:41:39 queue INFO >87 [32] -2015-03-10 06:41:39 sendUrl INFO 87 [31] R:OK -2015-03-10 06:41:39 sendUrl INFO 87 [32] R:OK -2015-03-10 06:41:40 queue INFO 83 [33] -2015-03-10 06:41:40 queue INFO >83 [34] -2015-03-10 06:41:40 sendUrl INFO 83 [33] R:OK -2015-03-10 06:41:41 sendUrl INFO 83 [34] R:OK -2015-03-10 06:42:30 queue INFO >>83 [35] -2015-03-10 06:42:31 sendUrl INFO 83 [35] R:OK -2015-03-10 06:43:20 queue INFO >>83 [36] -2015-03-10 06:43:20 sendUrl INFO 83 [36] R:OK -2015-03-10 06:44:10 queue INFO >>83 [37] -2015-03-10 06:44:11 sendUrl INFO 83 [37] R:OK -2015-03-10 06:45:01 queue INFO >>83 [38] -2015-03-10 06:45:01 sendUrl INFO 83 [38] R:OK -2015-03-10 06:45:51 queue INFO >>83 [39] -2015-03-10 06:45:51 sendUrl INFO 83 [39] R:OK -2015-03-10 06:46:41 queue INFO >>83 [40] -2015-03-10 06:46:41 sendUrl INFO 83 [40] R:OK -2015-03-10 06:47:31 queue INFO >>83 [41] -2015-03-10 06:47:31 sendUrl INFO 83 [41] R:OK -2015-03-10 06:48:21 queue INFO >>83 [42] -2015-03-10 06:48:22 sendUrl INFO 83 [42] R:OK -2015-03-10 06:49:11 queue INFO >>83 [43] -2015-03-10 06:49:12 sendUrl INFO 83 [43] R:OK -2015-03-10 06:50:02 queue INFO >>83 [44] -2015-03-10 06:50:02 sendUrl INFO 83 [44] R:OK -2015-03-10 06:50:39 queue INFO 87 [45] -2015-03-10 06:50:39 queue INFO >87 [46] -2015-03-10 06:50:39 sendUrl INFO 87 [45] R:OK -2015-03-10 06:50:40 sendUrl INFO 87 [46] R:OK -2015-03-10 06:50:41 queue INFO 83 [47] -2015-03-10 06:50:41 queue INFO >83 [48] -2015-03-10 06:50:41 sendUrl INFO 83 [47] R:OK -2015-03-10 06:50:41 sendUrl INFO 83 [48] R:OK -2015-03-10 06:51:31 queue INFO >>83 [49] -2015-03-10 06:51:31 sendUrl INFO 83 [49] R:OK -2015-03-10 06:52:21 queue INFO >>83 [50] -2015-03-10 06:52:21 sendUrl INFO 83 [50] R:OK -2015-03-10 06:53:11 queue INFO >>83 [51] -2015-03-10 06:53:11 sendUrl INFO 83 [51] R:OK -2015-03-10 06:54:01 queue INFO >>83 [52] -2015-03-10 06:54:01 sendUrl INFO 83 [52] R:OK -2015-03-10 06:54:51 queue INFO >>83 [53] -2015-03-10 06:54:52 sendUrl INFO 83 [53] R:OK -2015-03-10 06:55:41 queue INFO >>83 [54] -2015-03-10 06:55:42 sendUrl INFO 83 [54] R:OK -2015-03-10 06:56:32 queue INFO >>83 [55] -2015-03-10 06:56:32 sendUrl INFO 83 [55] R:OK -2015-03-10 06:57:22 queue INFO >>83 [56] -2015-03-10 06:57:22 sendUrl INFO 83 [56] R:OK -2015-03-10 06:58:12 queue INFO >>83 [57] -2015-03-10 06:58:12 sendUrl INFO 83 [57] R:OK -2015-03-10 06:59:02 queue INFO >>83 [58] -2015-03-10 06:59:02 sendUrl INFO 83 [58] R:OK -2015-03-10 06:59:39 queue INFO 87 [59] -2015-03-10 06:59:39 sendUrl INFO 87 [59] R:OK -2015-03-10 06:59:39 queue INFO >87 [60] -2015-03-10 06:59:40 sendUrl INFO 87 [60] R:OK -2015-03-10 06:59:41 queue INFO 83 [61] -2015-03-10 06:59:41 queue INFO >83 [62] -2015-03-10 06:59:41 sendUrl INFO 83 [61] R:OK -2015-03-10 06:59:42 sendUrl INFO 83 [62] R:OK -2015-03-10 07:00:31 queue INFO >>83 [63] -2015-03-10 07:00:31 sendUrl INFO 83 [63] R:OK -2015-03-10 07:01:21 queue INFO >>83 [64] -2015-03-10 07:01:21 sendUrl INFO 83 [64] R:OK -2015-03-10 07:02:11 queue INFO >>83 [65] -2015-03-10 07:02:11 sendUrl INFO 83 [65] R:OK -2015-03-10 07:03:01 queue INFO >>83 [66] -2015-03-10 07:03:01 sendUrl INFO 83 [66] R:OK -2015-03-10 07:03:51 queue INFO >>83 [67] -2015-03-10 07:03:52 sendUrl INFO 83 [67] R:OK -2015-03-10 07:04:41 queue INFO >>83 [68] -2015-03-10 07:04:42 sendUrl INFO 83 [68] R:OK -2015-03-10 07:05:32 queue INFO >>83 [69] -2015-03-10 07:05:32 sendUrl INFO 83 [69] R:OK -2015-03-10 07:06:22 queue INFO >>83 [70] -2015-03-10 07:06:22 sendUrl INFO 83 [70] R:OK -2015-03-10 07:07:12 queue INFO >>83 [71] -2015-03-10 07:07:12 sendUrl INFO 83 [71] R:OK -2015-03-10 07:08:02 queue INFO >>83 [72] -2015-03-10 07:08:02 sendUrl INFO 83 [72] R:OK -2015-03-10 07:08:39 queue INFO 87 [73] -2015-03-10 07:08:39 queue INFO >87 [74] -2015-03-10 07:08:39 sendUrl INFO 87 [73] R:OK -2015-03-10 07:08:40 sendUrl INFO 87 [74] R:OK -2015-03-10 07:08:41 queue INFO 83 [75] -2015-03-10 07:08:41 queue INFO >83 [76] -2015-03-10 07:08:41 sendUrl INFO 83 [75] R:OK -2015-03-10 07:08:41 sendUrl INFO 83 [76] R:OK -2015-03-10 07:09:31 queue INFO >>83 [77] -2015-03-10 07:09:31 sendUrl INFO 83 [77] R:OK -2015-03-10 07:10:21 queue INFO >>83 [78] -2015-03-10 07:10:21 sendUrl INFO 83 [78] R:OK -2015-03-10 07:11:11 queue INFO >>83 [79] -2015-03-10 07:11:11 sendUrl INFO 83 [79] R:OK -2015-03-10 07:12:01 queue INFO >>83 [80] -2015-03-10 07:12:02 sendUrl INFO 83 [80] R:OK -2015-03-10 07:12:51 queue INFO >>83 [81] -2015-03-10 07:12:52 sendUrl INFO 83 [81] R:OK -2015-03-10 07:13:42 queue INFO >>83 [82] -2015-03-10 07:13:42 sendUrl INFO 83 [82] R:OK -2015-03-10 07:14:32 queue INFO >>83 [83] -2015-03-10 07:14:32 sendUrl INFO 83 [83] R:OK -2015-03-10 07:15:22 queue INFO >>83 [84] -2015-03-10 07:15:22 sendUrl INFO 83 [84] R:OK -2015-03-10 07:16:12 queue INFO >>83 [85] -2015-03-10 07:16:12 sendUrl INFO 83 [85] R:OK -2015-03-10 07:17:02 queue INFO >>83 [86] -2015-03-10 07:17:03 sendUrl INFO 83 [86] R:OK -2015-03-10 07:17:39 queue INFO 87 [87] -2015-03-10 07:17:39 queue INFO >87 [88] -2015-03-10 07:17:39 sendUrl INFO 87 [87] R:OK -2015-03-10 07:17:40 sendUrl INFO 87 [88] R:OK -2015-03-10 07:17:40 queue INFO 83 [89] -2015-03-10 07:17:41 queue INFO >83 [90] -2015-03-10 07:17:41 sendUrl INFO 83 [89] R:OK -2015-03-10 07:17:41 sendUrl INFO 83 [90] R:OK -2015-03-10 07:18:31 queue INFO >>83 [91] -2015-03-10 07:18:31 sendUrl INFO 83 [91] R:OK -2015-03-10 07:19:21 queue INFO >>83 [92] -2015-03-10 07:19:21 sendUrl INFO 83 [92] R:OK -2015-03-10 07:20:11 queue INFO >>83 [93] -2015-03-10 07:20:11 sendUrl INFO 83 [93] R:OK -2015-03-10 07:21:01 queue INFO >>83 [94] -2015-03-10 07:21:01 sendUrl INFO 83 [94] R:OK -2015-03-10 07:21:51 queue INFO >>83 [95] -2015-03-10 07:21:52 sendUrl INFO 83 [95] R:OK -2015-03-10 07:22:41 queue INFO >>83 [96] -2015-03-10 07:22:42 sendUrl INFO 83 [96] R:OK -2015-03-10 07:23:32 queue INFO >>83 [97] -2015-03-10 07:23:32 sendUrl INFO 83 [97] R:OK -2015-03-10 07:24:22 queue INFO >>83 [98] -2015-03-10 07:24:22 sendUrl INFO 83 [98] R:OK -2015-03-10 07:25:12 queue INFO >>83 [99] -2015-03-10 07:25:12 sendUrl INFO 83 [99] R:OK -2015-03-10 07:26:02 queue INFO >>83 [100] -2015-03-10 07:26:02 sendUrl INFO 83 [100] R:OK -2015-03-10 07:26:39 queue INFO 87 [101] -2015-03-10 07:26:39 sendUrl INFO 87 [101] R:OK -2015-03-10 07:26:39 queue INFO >87 [102] -2015-03-10 07:26:39 sendUrl INFO 87 [102] R:OK -2015-03-10 07:26:40 queue INFO 83 [103] -2015-03-10 07:26:41 queue INFO >83 [104] -2015-03-10 07:26:41 sendUrl INFO 83 [103] R:OK -2015-03-10 07:26:41 sendUrl INFO 83 [104] R:OK -2015-03-10 07:27:31 queue INFO >>83 [105] -2015-03-10 07:27:31 sendUrl INFO 83 [105] R:OK -2015-03-10 07:28:21 queue INFO >>83 [106] -2015-03-10 07:28:21 sendUrl INFO 83 [106] R:OK -2015-03-10 07:29:11 queue INFO >>83 [107] -2015-03-10 07:29:11 sendUrl INFO 83 [107] R:OK -2015-03-10 07:30:01 queue INFO >>83 [108] -2015-03-10 07:30:01 sendUrl INFO 83 [108] R:OK -2015-03-10 07:30:51 queue INFO >>83 [109] -2015-03-10 07:30:52 sendUrl INFO 83 [109] R:OK -2015-03-10 07:31:41 queue INFO >>83 [110] -2015-03-10 07:31:42 sendUrl INFO 83 [110] R:OK -2015-03-10 07:32:32 queue INFO >>83 [111] -2015-03-10 07:32:32 sendUrl INFO 83 [111] R:OK -2015-03-10 07:33:22 queue INFO >>83 [112] -2015-03-10 07:33:22 sendUrl INFO 83 [112] R:OK -2015-03-10 07:34:12 queue INFO >>83 [113] -2015-03-10 07:34:12 sendUrl INFO 83 [113] R:OK -2015-03-10 07:35:02 queue INFO >>83 [114] -2015-03-10 07:35:02 sendUrl INFO 83 [114] R:OK -2015-03-10 07:35:39 queue INFO 87 [115] -2015-03-10 07:35:39 queue INFO >87 [116] -2015-03-10 07:35:39 sendUrl INFO 87 [115] R:OK -2015-03-10 07:35:40 sendUrl INFO 87 [116] R:OK -2015-03-10 07:35:40 queue INFO 83 [117] -2015-03-10 07:35:41 queue INFO >83 [118] -2015-03-10 07:35:41 sendUrl INFO 83 [117] R:OK -2015-03-10 07:35:41 sendUrl INFO 83 [118] R:OK -2015-03-10 07:36:30 queue INFO >>83 [119] -2015-03-10 07:36:31 sendUrl INFO 83 [119] R:OK -2015-03-10 07:37:21 queue INFO >>83 [120] -2015-03-10 07:37:21 sendUrl INFO 83 [120] R:OK -2015-03-10 07:38:11 queue INFO >>83 [121] -2015-03-10 07:38:11 sendUrl INFO 83 [121] R:OK -2015-03-10 07:39:01 queue INFO >>83 [122] -2015-03-10 07:39:01 sendUrl INFO 83 [122] R:OK -2015-03-10 07:39:51 queue INFO >>83 [123] -2015-03-10 07:39:51 sendUrl INFO 83 [123] R:OK -2015-03-10 07:40:41 queue INFO >>83 [124] -2015-03-10 07:40:42 sendUrl INFO 83 [124] R:OK -2015-03-10 07:41:31 queue INFO >>83 [125] -2015-03-10 07:41:32 sendUrl INFO 83 [125] R:OK -2015-03-10 07:42:22 queue INFO >>83 [126] -2015-03-10 07:42:22 sendUrl INFO 83 [126] R:OK -2015-03-10 07:43:12 queue INFO >>83 [127] -2015-03-10 07:43:12 sendUrl INFO 83 [127] R:OK -2015-03-10 07:44:02 queue INFO >>83 [128] -2015-03-10 07:44:02 sendUrl INFO 83 [128] R:OK -2015-03-10 07:44:39 queue INFO 87 [129] -2015-03-10 07:44:40 queue INFO >87 [130] -2015-03-10 07:44:40 sendUrl INFO 87 [129] R:OK -2015-03-10 07:44:40 sendUrl INFO 87 [130] R:OK -2015-03-10 07:44:41 queue INFO 83 [131] -2015-03-10 07:44:41 queue INFO >83 [132] -2015-03-10 07:44:41 sendUrl INFO 83 [131] R:OK -2015-03-10 07:44:42 sendUrl INFO 83 [132] R:OK -2015-03-10 07:45:31 queue INFO >>83 [133] -2015-03-10 07:45:32 sendUrl INFO 83 [133] R:OK -2015-03-10 07:46:21 queue INFO >>83 [134] -2015-03-10 07:46:21 sendUrl INFO 83 [134] R:OK -2015-03-10 07:47:11 queue INFO >>83 [135] -2015-03-10 07:47:12 sendUrl INFO 83 [135] R:OK -2015-03-10 07:48:02 queue INFO >>83 [136] -2015-03-10 07:48:02 sendUrl INFO 83 [136] R:OK -2015-03-10 07:48:52 queue INFO >>83 [137] -2015-03-10 07:48:52 sendUrl INFO 83 [137] R:OK -2015-03-10 07:49:42 queue INFO >>83 [138] -2015-03-10 07:49:42 sendUrl INFO 83 [138] R:OK -2015-03-10 07:50:32 queue INFO >>83 [139] -2015-03-10 07:50:33 sendUrl INFO 83 [139] R:OK -2015-03-10 07:51:22 queue INFO >>83 [140] -2015-03-10 07:51:22 sendUrl INFO 83 [140] R:OK -2015-03-10 07:52:12 queue INFO >>83 [141] -2015-03-10 07:52:13 sendUrl INFO 83 [141] R:OK -2015-03-10 07:53:03 queue INFO >>83 [142] -2015-03-10 07:53:03 sendUrl INFO 83 [142] R:OK -2015-03-10 07:53:39 queue INFO 87 [143] -2015-03-10 07:53:39 sendUrl INFO 87 [143] R:OK -2015-03-10 07:53:39 queue INFO >87 [144] -2015-03-10 07:53:40 sendUrl INFO 87 [144] R:OK -2015-03-10 07:53:41 queue INFO 83 [145] -2015-03-10 07:53:41 queue INFO >83 [146] -2015-03-10 07:53:41 sendUrl INFO 83 [145] R:OK -2015-03-10 07:53:42 sendUrl INFO 83 [146] R:OK -2015-03-10 07:54:31 queue INFO >>83 [147] -2015-03-10 07:54:31 sendUrl INFO 83 [147] R:OK -2015-03-10 07:55:21 queue INFO >>83 [148] -2015-03-10 07:55:22 sendUrl INFO 83 [148] R:OK -2015-03-10 07:56:10 queue INFO A3 [149] -2015-03-10 07:56:11 queue INFO >A3 [150] -2015-03-10 07:56:11 sendUrl INFO A3 [149] R:OK -2015-03-10 07:56:11 sendUrl INFO A3 [150] R:OK -2015-03-10 07:56:15 queue INFO 83 [151] -2015-03-10 07:56:15 sendUrl INFO 83 [151] R:OK -2015-03-10 07:56:16 queue INFO >83 [152] -2015-03-10 07:56:16 sendUrl INFO 83 [152] R:OK -2015-03-10 07:56:23 queue INFO A3 [153] -2015-03-10 07:56:23 queue INFO >A3 [154] -2015-03-10 07:56:23 sendUrl INFO A3 [153] R:OK -2015-03-10 07:56:24 sendUrl INFO A3 [154] R:OK -2015-03-10 07:56:44 queue INFO 83 [155] -2015-03-10 07:56:44 queue INFO >83 [156] -2015-03-10 07:56:44 sendUrl INFO 83 [155] R:OK -2015-03-10 07:56:45 sendUrl INFO 83 [156] R:OK -2015-03-10 07:56:52 queue INFO A3 [157] -2015-03-10 07:56:53 queue INFO >A3 [158] -2015-03-10 07:56:53 sendUrl INFO A3 [157] R:OK -2015-03-10 07:56:53 sendUrl INFO A3 [158] R:OK -2015-03-10 07:56:56 queue INFO 83 [159] -2015-03-10 07:56:56 queue INFO >83 [160] -2015-03-10 07:56:56 sendUrl INFO 83 [159] R:OK -2015-03-10 07:56:57 sendUrl INFO 83 [160] R:OK -2015-03-10 07:57:46 queue INFO >>83 [161] -2015-03-10 07:57:47 sendUrl INFO 83 [161] R:OK -2015-03-10 07:58:36 queue INFO >>83 [162] -2015-03-10 07:58:36 sendUrl INFO 83 [162] R:OK -2015-03-10 07:59:26 queue INFO >>83 [163] -2015-03-10 07:59:27 sendUrl INFO 83 [163] R:OK -2015-03-10 08:00:16 queue INFO >>83 [164] -2015-03-10 08:00:17 sendUrl INFO 83 [164] R:OK -2015-03-10 08:01:07 queue INFO >>83 [165] -2015-03-10 08:01:07 sendUrl INFO 83 [165] R:OK -2015-03-10 08:01:57 queue INFO >>83 [166] -2015-03-10 08:01:57 sendUrl INFO 83 [166] R:OK -2015-03-10 08:02:39 queue INFO 87 [167] -2015-03-10 08:02:40 queue INFO >87 [168] -2015-03-10 08:02:40 sendUrl INFO 87 [167] R:OK -2015-03-10 08:02:41 sendUrl INFO 87 [168] R:OK -2015-03-10 08:02:41 queue INFO 83 [169] -2015-03-10 08:02:41 queue INFO >83 [170] -2015-03-10 08:02:42 sendUrl INFO 83 [169] R:OK -2015-03-10 08:02:42 sendUrl INFO 83 [170] R:OK -2015-03-10 08:03:31 queue INFO >>83 [171] -2015-03-10 08:03:31 sendUrl INFO 83 [171] R:OK -2015-03-10 08:04:21 queue INFO >>83 [172] -2015-03-10 08:04:22 sendUrl INFO 83 [172] R:OK -2015-03-10 08:05:12 queue INFO >>83 [173] -2015-03-10 08:05:12 sendUrl INFO 83 [173] R:OK -2015-03-10 08:06:02 queue INFO >>83 [174] -2015-03-10 08:06:02 sendUrl INFO 83 [174] R:OK -2015-03-10 08:06:52 queue INFO >>83 [175] -2015-03-10 08:06:52 sendUrl INFO 83 [175] R:OK -2015-03-10 08:07:42 queue INFO >>83 [176] -2015-03-10 08:07:42 sendUrl INFO 83 [176] R:OK -2015-03-10 08:08:32 queue INFO >>83 [177] -2015-03-10 08:08:32 sendUrl INFO 83 [177] R:OK -2015-03-10 08:09:22 queue INFO >>83 [178] -2015-03-10 08:09:23 sendUrl INFO 83 [178] R:OK -2015-03-10 08:10:12 queue INFO >>83 [179] -2015-03-10 08:10:13 sendUrl INFO 83 [179] R:OK -2015-03-10 08:11:02 queue INFO >>83 [180] -2015-03-10 08:11:03 sendUrl INFO 83 [180] R:OK -2015-03-10 08:11:39 queue INFO 87 [181] -2015-03-10 08:11:39 queue INFO >87 [182] -2015-03-10 08:11:40 sendUrl INFO 87 [181] R:OK -2015-03-10 08:11:40 sendUrl INFO 87 [182] R:OK -2015-03-10 08:11:41 queue INFO 83 [183] -2015-03-10 08:11:41 queue INFO >83 [184] -2015-03-10 08:11:41 sendUrl INFO 83 [183] R:OK -2015-03-10 08:11:42 sendUrl INFO 83 [184] R:OK -2015-03-10 08:12:31 queue INFO >>83 [185] -2015-03-10 08:12:31 sendUrl INFO 83 [185] R:OK -2015-03-10 08:13:21 queue INFO >>83 [186] -2015-03-10 08:13:21 sendUrl INFO 83 [186] R:OK -2015-03-10 08:14:11 queue INFO >>83 [187] -2015-03-10 08:14:12 sendUrl INFO 83 [187] R:OK -2015-03-10 08:15:01 queue INFO >>83 [188] -2015-03-10 08:15:01 sendUrl INFO 83 [188] R:OK -2015-03-10 08:15:52 queue INFO >>83 [189] -2015-03-10 08:15:52 sendUrl INFO 83 [189] R:OK -2015-03-10 08:16:42 queue INFO >>83 [190] -2015-03-10 08:16:42 sendUrl INFO 83 [190] R:OK -2015-03-10 08:17:32 queue INFO >>83 [191] -2015-03-10 08:17:32 sendUrl INFO 83 [191] R:OK -2015-03-10 08:18:22 queue INFO >>83 [192] -2015-03-10 08:18:22 sendUrl INFO 83 [192] R:OK -2015-03-10 08:19:12 queue INFO >>83 [193] -2015-03-10 08:19:13 sendUrl INFO 83 [193] R:OK -2015-03-10 08:20:02 queue INFO >>83 [194] -2015-03-10 08:20:02 sendUrl INFO 83 [194] R:OK -2015-03-10 08:20:39 queue INFO 87 [195] -2015-03-10 08:20:40 queue INFO >87 [196] -2015-03-10 08:20:40 sendUrl INFO 87 [195] R:OK -2015-03-10 08:20:40 sendUrl INFO 87 [196] R:OK -2015-03-10 08:20:41 queue INFO 83 [197] -2015-03-10 08:20:41 queue INFO >83 [198] -2015-03-10 08:20:41 sendUrl INFO 83 [197] R:OK -2015-03-10 08:20:42 sendUrl INFO 83 [198] R:OK -2015-03-10 08:21:31 queue INFO >>83 [199] -2015-03-10 08:21:32 sendUrl INFO 83 [199] R:OK -2015-03-10 08:22:21 queue INFO >>83 [200] -2015-03-10 08:22:21 sendUrl INFO 83 [200] R:OK -2015-03-10 08:23:11 queue INFO >>83 [201] -2015-03-10 08:23:12 sendUrl INFO 83 [201] R:OK -2015-03-10 08:24:02 queue INFO >>83 [202] -2015-03-10 08:24:02 sendUrl INFO 83 [202] R:OK -2015-03-10 08:24:52 queue INFO >>83 [203] -2015-03-10 08:24:52 sendUrl INFO 83 [203] R:OK -2015-03-10 08:25:42 queue INFO >>83 [204] -2015-03-10 08:25:42 sendUrl INFO 83 [204] R:OK -2015-03-10 08:26:32 queue INFO >>83 [205] -2015-03-10 08:26:33 sendUrl INFO 83 [205] R:OK -2015-03-10 08:27:22 queue INFO >>83 [206] -2015-03-10 08:27:22 sendUrl INFO 83 [206] R:OK -2015-03-10 08:28:12 queue INFO >>83 [207] -2015-03-10 08:28:13 sendUrl INFO 83 [207] R:OK -2015-03-10 08:29:03 queue INFO >>83 [208] -2015-03-10 08:29:03 sendUrl INFO 83 [208] R:OK -2015-03-10 08:29:39 queue INFO 87 [209] -2015-03-10 08:29:39 queue INFO >87 [210] -2015-03-10 08:29:40 sendUrl INFO 87 [209] R:OK -2015-03-10 08:29:40 sendUrl INFO 87 [210] R:OK -2015-03-10 08:29:41 queue INFO 83 [211] -2015-03-10 08:29:41 queue INFO >83 [212] -2015-03-10 08:29:41 sendUrl INFO 83 [211] R:OK -2015-03-10 08:29:42 sendUrl INFO 83 [212] R:OK -2015-03-10 08:29:49 queue INFO 81 [213] -2015-03-10 08:29:49 queue INFO >81 [214] -2015-03-10 08:29:49 sendUrl INFO 81 [213] R:OK -2015-03-10 08:29:50 sendUrl INFO 81 [214] R:OK -2015-03-10 08:30:10 queue INFO 83 [215] -2015-03-10 08:30:11 queue INFO >83 [216] -2015-03-10 08:30:11 sendUrl INFO 83 [215] R:OK -2015-03-10 08:30:11 sendUrl INFO 83 [216] R:OK -2015-03-10 08:31:00 queue INFO >>83 [217] -2015-03-10 08:31:01 sendUrl INFO 83 [217] R:OK -2015-03-10 08:31:51 queue INFO >>83 [218] -2015-03-10 08:31:51 sendUrl INFO 83 [218] R:OK -2015-03-10 08:32:41 queue INFO >>83 [219] -2015-03-10 08:32:41 sendUrl INFO 83 [219] R:OK -2015-03-10 08:33:31 queue INFO >>83 [220] -2015-03-10 08:33:31 sendUrl INFO 83 [220] R:OK -2015-03-10 08:34:21 queue INFO >>83 [221] -2015-03-10 08:34:21 sendUrl INFO 83 [221] R:OK -2015-03-10 08:35:11 queue INFO >>83 [222] -2015-03-10 08:35:12 sendUrl INFO 83 [222] R:OK -2015-03-10 08:36:01 queue INFO >>83 [223] -2015-03-10 08:36:02 sendUrl INFO 83 [223] R:OK -2015-03-10 08:36:52 queue INFO >>83 [224] -2015-03-10 08:36:52 sendUrl INFO 83 [224] R:OK -2015-03-10 08:37:42 queue INFO >>83 [225] -2015-03-10 08:37:42 sendUrl INFO 83 [225] R:OK -2015-03-10 08:38:32 queue INFO >>83 [226] -2015-03-10 08:38:32 sendUrl INFO 83 [226] R:OK -2015-03-10 08:38:40 queue INFO 87 [227] -2015-03-10 08:38:40 queue INFO >87 [228] -2015-03-10 08:38:40 sendUrl INFO 87 [227] R:OK -2015-03-10 08:38:41 sendUrl INFO 87 [228] R:OK -2015-03-10 08:38:42 queue INFO 83 [229] -2015-03-10 08:38:42 queue INFO >83 [230] -2015-03-10 08:38:42 sendUrl INFO 83 [229] R:OK -2015-03-10 08:38:42 sendUrl INFO 83 [230] R:OK -2015-03-10 08:39:32 queue INFO >>83 [231] -2015-03-10 08:39:32 sendUrl INFO 83 [231] R:OK -2015-03-10 08:40:22 queue INFO >>83 [232] -2015-03-10 08:40:22 sendUrl INFO 83 [232] R:OK -2015-03-10 08:41:12 queue INFO >>83 [233] -2015-03-10 08:41:12 sendUrl INFO 83 [233] R:OK -2015-03-10 08:42:02 queue INFO >>83 [234] -2015-03-10 08:42:02 sendUrl INFO 83 [234] R:OK -2015-03-10 08:42:52 queue INFO >>83 [235] -2015-03-10 08:42:53 sendUrl INFO 83 [235] R:OK -2015-03-10 08:43:42 queue INFO >>83 [236] -2015-03-10 08:43:43 sendUrl INFO 83 [236] R:OK -2015-03-10 08:44:33 queue INFO >>83 [237] -2015-03-10 08:44:33 sendUrl INFO 83 [237] R:OK -2015-03-10 08:45:23 queue INFO >>83 [238] -2015-03-10 08:45:23 sendUrl INFO 83 [238] R:OK -2015-03-10 08:46:13 queue INFO >>83 [239] -2015-03-10 08:46:13 sendUrl INFO 83 [239] R:OK -2015-03-10 08:47:03 queue INFO >>83 [240] -2015-03-10 08:47:03 sendUrl INFO 83 [240] R:OK -2015-03-10 08:47:40 queue INFO 87 [241] -2015-03-10 08:47:40 queue INFO >87 [242] -2015-03-10 08:47:40 sendUrl INFO 87 [241] R:OK -2015-03-10 08:47:41 sendUrl INFO 87 [242] R:OK -2015-03-10 08:47:41 queue INFO 83 [243] -2015-03-10 08:47:42 queue INFO >83 [244] -2015-03-10 08:47:42 sendUrl INFO 83 [243] R:OK -2015-03-10 08:47:42 sendUrl INFO 83 [244] R:OK -2015-03-10 08:48:32 queue INFO >>83 [245] -2015-03-10 08:48:32 sendUrl INFO 83 [245] R:OK -2015-03-10 08:49:22 queue INFO >>83 [246] -2015-03-10 08:49:22 sendUrl INFO 83 [246] R:OK -2015-03-10 08:50:12 queue INFO >>83 [247] -2015-03-10 08:50:12 sendUrl INFO 83 [247] R:OK -2015-03-10 08:51:02 queue INFO >>83 [248] -2015-03-10 08:51:02 sendUrl INFO 83 [248] R:OK -2015-03-10 08:51:52 queue INFO >>83 [249] -2015-03-10 08:51:52 sendUrl INFO 83 [249] R:OK -2015-03-10 08:52:42 queue INFO >>83 [250] -2015-03-10 08:52:43 sendUrl INFO 83 [250] R:OK -2015-03-10 08:53:32 queue INFO >>83 [251] -2015-03-10 08:53:33 sendUrl INFO 83 [251] R:OK -2015-03-10 08:54:23 queue INFO >>83 [252] -2015-03-10 08:54:23 sendUrl INFO 83 [252] R:OK -2015-03-10 08:55:13 queue INFO >>83 [253] -2015-03-10 08:55:13 sendUrl INFO 83 [253] R:OK -2015-03-10 08:56:03 queue INFO >>83 [254] -2015-03-10 08:56:03 sendUrl INFO 83 [254] R:OK -2015-03-10 08:56:40 queue INFO 87 [255] -2015-03-10 08:56:40 queue INFO >87 [256] -2015-03-10 08:56:40 sendUrl INFO 87 [255] R:OK -2015-03-10 08:56:41 sendUrl INFO 87 [256] R:OK -2015-03-10 08:56:41 queue INFO 83 [257] -2015-03-10 08:56:42 queue INFO >83 [258] -2015-03-10 08:56:42 sendUrl INFO 83 [257] R:OK -2015-03-10 08:56:42 sendUrl INFO 83 [258] R:OK -2015-03-10 08:57:32 queue INFO >>83 [259] -2015-03-10 08:57:32 sendUrl INFO 83 [259] R:OK -2015-03-10 08:58:22 queue INFO >>83 [260] -2015-03-10 08:58:22 sendUrl INFO 83 [260] R:OK -2015-03-10 08:59:12 queue INFO >>83 [261] -2015-03-10 08:59:12 sendUrl INFO 83 [261] R:OK -2015-03-10 09:00:02 queue INFO >>83 [262] -2015-03-10 09:00:03 sendUrl INFO 83 [262] R:OK -2015-03-10 09:00:52 queue INFO >>83 [263] -2015-03-10 09:00:52 sendUrl INFO 83 [263] R:OK -2015-03-10 09:01:42 queue INFO >>83 [264] -2015-03-10 09:01:43 sendUrl INFO 83 [264] R:OK -2015-03-10 09:02:32 queue INFO >>83 [265] -2015-03-10 09:02:33 sendUrl INFO 83 [265] R:OK -2015-03-10 09:03:23 queue INFO >>83 [266] -2015-03-10 09:03:23 sendUrl INFO 83 [266] R:OK -2015-03-10 09:04:13 queue INFO >>83 [267] -2015-03-10 09:04:13 sendUrl INFO 83 [267] R:OK -2015-03-10 09:05:03 queue INFO >>83 [268] -2015-03-10 09:05:03 sendUrl INFO 83 [268] R:OK -2015-03-10 09:05:40 queue INFO 87 [269] -2015-03-10 09:05:40 sendUrl INFO 87 [269] R:OK -2015-03-10 09:05:40 queue INFO >87 [270] -2015-03-10 09:05:40 sendUrl INFO 87 [270] R:OK -2015-03-10 09:05:41 queue INFO 83 [271] -2015-03-10 09:05:41 queue INFO >83 [272] -2015-03-10 09:05:42 sendUrl INFO 83 [271] R:OK -2015-03-10 09:05:42 sendUrl INFO 83 [272] R:OK -2015-03-10 09:06:31 queue INFO >>83 [273] -2015-03-10 09:06:32 sendUrl INFO 83 [273] R:OK -2015-03-10 09:07:12 queue INFO A3 [274] -2015-03-10 09:07:12 queue INFO >A3 [275] -2015-03-10 09:07:12 sendUrl INFO A3 [274] R:OK -2015-03-10 09:07:13 sendUrl INFO A3 [275] R:OK -2015-03-10 09:07:15 queue INFO 83 [276] -2015-03-10 09:07:15 queue INFO >83 [277] -2015-03-10 09:07:15 sendUrl INFO 83 [276] R:OK -2015-03-10 09:07:16 sendUrl INFO 83 [277] R:OK -2015-03-10 09:07:24 queue INFO A3 [278] -2015-03-10 09:07:24 queue INFO >A3 [279] -2015-03-10 09:07:24 sendUrl INFO A3 [278] R:OK -2015-03-10 09:07:25 sendUrl INFO A3 [279] R:OK -2015-03-10 09:07:32 queue INFO 83 [280] -2015-03-10 09:07:32 queue INFO >83 [281] -2015-03-10 09:07:33 sendUrl INFO 83 [280] R:OK -2015-03-10 09:07:33 sendUrl INFO 83 [281] R:OK -2015-03-10 09:08:22 queue INFO >>83 [282] -2015-03-10 09:08:23 sendUrl INFO 83 [282] R:OK -2015-03-10 09:09:12 queue INFO >>83 [283] -2015-03-10 09:09:13 sendUrl INFO 83 [283] R:OK -2015-03-10 09:10:03 queue INFO >>83 [284] -2015-03-10 09:10:03 sendUrl INFO 83 [284] R:OK -2015-03-10 09:10:53 queue INFO >>83 [285] -2015-03-10 09:10:53 sendUrl INFO 83 [285] R:OK -2015-03-10 09:11:43 queue INFO >>83 [286] -2015-03-10 09:11:43 sendUrl INFO 83 [286] R:OK -2015-03-10 09:12:33 queue INFO >>83 [287] -2015-03-10 09:12:33 sendUrl INFO 83 [287] R:OK -2015-03-10 09:13:23 queue INFO >>83 [288] -2015-03-10 09:13:23 sendUrl INFO 83 [288] R:OK -2015-03-10 09:14:13 queue INFO >>83 [289] -2015-03-10 09:14:14 sendUrl INFO 83 [289] R:OK -2015-03-10 09:14:40 queue INFO 87 [290] -2015-03-10 09:14:40 queue INFO >87 [291] -2015-03-10 09:14:40 sendUrl INFO 87 [290] R:OK -2015-03-10 09:14:40 sendUrl INFO 87 [291] R:OK -2015-03-10 09:14:41 queue INFO 83 [292] -2015-03-10 09:14:41 sendUrl INFO 83 [292] R:OK -2015-03-10 09:14:42 queue INFO >83 [293] -2015-03-10 09:14:42 sendUrl INFO 83 [293] R:OK -2015-03-10 09:15:31 queue INFO >>83 [294] -2015-03-10 09:15:32 sendUrl INFO 83 [294] R:OK -2015-03-10 09:16:22 queue INFO >>83 [295] -2015-03-10 09:16:22 sendUrl INFO 83 [295] R:OK -2015-03-10 09:17:12 queue INFO >>83 [296] -2015-03-10 09:17:12 sendUrl INFO 83 [296] R:OK -2015-03-10 09:18:02 queue INFO >>83 [297] -2015-03-10 09:18:02 sendUrl INFO 83 [297] R:OK -2015-03-10 09:18:52 queue INFO >>83 [298] -2015-03-10 09:18:53 sendUrl INFO 83 [298] R:OK -2015-03-10 09:19:42 queue INFO >>83 [299] -2015-03-10 09:19:42 sendUrl INFO 83 [299] R:OK -2015-03-10 09:20:32 queue INFO >>83 [300] -2015-03-10 09:20:33 sendUrl INFO 83 [300] R:OK -2015-03-10 09:21:23 queue INFO >>83 [301] -2015-03-10 09:21:23 sendUrl INFO 83 [301] R:OK -2015-03-10 09:22:13 queue INFO >>83 [302] -2015-03-10 09:22:13 sendUrl INFO 83 [302] R:OK -2015-03-10 09:23:03 queue INFO >>83 [303] -2015-03-10 09:23:03 sendUrl INFO 83 [303] R:OK -2015-03-10 09:23:40 queue INFO 87 [304] -2015-03-10 09:23:40 queue INFO >87 [305] -2015-03-10 09:23:40 sendUrl INFO 87 [304] R:OK -2015-03-10 09:23:41 sendUrl INFO 87 [305] R:OK -2015-03-10 09:23:41 queue INFO 83 [306] -2015-03-10 09:23:41 queue INFO >83 [307] -2015-03-10 09:23:42 sendUrl INFO 83 [306] R:OK -2015-03-10 09:23:42 sendUrl INFO 83 [307] R:OK -2015-03-10 09:24:31 queue INFO >>83 [308] -2015-03-10 09:24:32 sendUrl INFO 83 [308] R:OK -2015-03-10 09:25:21 queue INFO >>83 [309] -2015-03-10 09:25:22 sendUrl INFO 83 [309] R:OK -2015-03-10 09:26:12 queue INFO >>83 [310] -2015-03-10 09:26:12 sendUrl INFO 83 [310] R:OK -2015-03-10 09:27:02 queue INFO >>83 [311] -2015-03-10 09:27:02 sendUrl INFO 83 [311] R:OK -2015-03-10 09:27:52 queue INFO >>83 [312] -2015-03-10 09:27:52 sendUrl INFO 83 [312] R:OK -2015-03-10 09:28:42 queue INFO >>83 [313] -2015-03-10 09:28:43 sendUrl INFO 83 [313] R:OK -2015-03-10 09:29:32 queue INFO >>83 [314] -2015-03-10 09:29:32 sendUrl INFO 83 [314] R:OK -2015-03-10 09:30:22 queue INFO >>83 [315] -2015-03-10 09:30:23 sendUrl INFO 83 [315] R:OK -2015-03-10 09:31:13 queue INFO >>83 [316] -2015-03-10 09:31:13 sendUrl INFO 83 [316] R:OK -2015-03-10 09:32:03 queue INFO >>83 [317] -2015-03-10 09:32:03 sendUrl INFO 83 [317] R:OK -2015-03-10 09:32:16 queue INFO 81 [318] -2015-03-10 09:32:17 queue INFO >81 [319] -2015-03-10 09:32:17 sendUrl INFO 81 [318] R:OK -2015-03-10 09:32:17 sendUrl INFO 81 [319] R:OK -2015-03-10 09:33:07 queue INFO >>81 [320] -2015-03-10 09:33:07 sendUrl INFO 81 [320] R:OK -2015-03-10 09:33:57 queue INFO >>81 [321] -2015-03-10 09:33:57 sendUrl INFO 81 [321] R:OK -2015-03-10 09:34:07 queue INFO 99 [322] -2015-03-10 09:34:07 queue INFO >99 [323] -2015-03-10 09:34:07 sendUrl INFO 99 [322] R:OK -2015-03-10 09:34:08 sendUrl INFO 99 [323] R:OK -2015-03-10 09:34:40 queue INFO 8 [324] -2015-03-10 09:34:40 sendUrl INFO 8 [324] R:OK -2015-03-10 09:34:40 queue INFO >8 [325] -2015-03-10 09:34:40 sendUrl INFO 8 [325] R:OK -2015-03-10 09:35:30 queue INFO >>8 [326] -2015-03-10 09:35:30 sendUrl INFO 8 [326] R:OK -2015-03-10 09:36:20 queue INFO >>8 [327] -2015-03-10 09:36:21 sendUrl INFO 8 [327] R:OK -2015-03-10 09:37:10 queue INFO >>8 [328] -2015-03-10 09:37:10 sendUrl INFO 8 [328] R:OK -2015-03-10 09:38:00 queue INFO >>8 [329] -2015-03-10 09:38:01 sendUrl INFO 8 [329] R:OK -2015-03-10 09:38:51 queue INFO >>8 [330] -2015-03-10 09:38:51 sendUrl INFO 8 [330] R:OK -2015-03-10 09:39:41 queue INFO >>8 [331] -2015-03-10 09:39:41 sendUrl INFO 8 [331] R:OK -2015-03-10 09:40:31 queue INFO >>8 [332] -2015-03-10 09:40:31 sendUrl INFO 8 [332] R:OK -2015-03-10 09:41:21 queue INFO >>8 [333] -2015-03-10 09:41:21 sendUrl INFO 8 [333] R:OK -2015-03-10 09:42:11 queue INFO >>8 [334] -2015-03-10 09:42:11 sendUrl INFO 8 [334] R:OK -2015-03-10 09:43:01 queue INFO >>8 [335] -2015-03-10 09:43:02 sendUrl INFO 8 [335] R:OK -2015-03-10 09:43:51 queue INFO >>8 [336] -2015-03-10 09:43:52 sendUrl INFO 8 [336] R:OK -2015-03-10 09:44:42 queue INFO >>8 [337] -2015-03-10 09:44:42 sendUrl INFO 8 [337] R:OK -2015-03-10 09:45:25 queue INFO 99 [338] -2015-03-10 09:45:25 queue INFO >99 [339] -2015-03-10 09:45:25 sendUrl INFO 99 [338] R:OK -2015-03-10 09:45:26 sendUrl INFO 99 [339] R:OK -2015-03-10 09:46:15 queue INFO >>99 [340] -2015-03-10 09:46:16 sendUrl INFO 99 [340] R:OK -2015-03-10 09:47:05 queue INFO >>99 [341] -2015-03-10 09:47:05 sendUrl INFO 99 [341] R:OK -2015-03-10 09:47:43 queue INFO 89 [342] -2015-03-10 09:47:43 queue INFO >89 [343] -2015-03-10 09:47:44 sendUrl INFO 89 [342] R:OK -2015-03-10 09:47:44 sendUrl INFO 89 [343] R:OK -2015-03-10 09:47:46 queue INFO 81 [344] -2015-03-10 09:47:46 queue INFO >81 [345] -2015-03-10 09:47:46 sendUrl INFO 81 [344] R:OK -2015-03-10 09:47:47 sendUrl INFO 81 [345] R:OK -2015-03-10 09:47:49 queue INFO 83 [346] -2015-03-10 09:47:49 sendUrl INFO 83 [346] R:OK -2015-03-10 09:47:49 queue INFO >83 [347] -2015-03-10 09:47:49 sendUrl INFO 83 [347] R:OK -2015-03-10 09:48:12 queue INFO 87 [348] -2015-03-10 09:48:13 queue INFO >87 [349] -2015-03-10 09:48:13 sendUrl INFO 87 [348] R:OK -2015-03-10 09:48:13 sendUrl INFO 87 [349] R:OK -2015-03-10 09:48:14 queue INFO 83 [350] -2015-03-10 09:48:14 queue INFO >83 [351] -2015-03-10 09:48:14 sendUrl INFO 83 [350] R:OK -2015-03-10 09:48:15 sendUrl INFO 83 [351] R:OK -2015-03-10 09:49:04 queue INFO >>83 [352] -2015-03-10 09:49:05 sendUrl INFO 83 [352] R:OK -2015-03-10 09:49:54 queue INFO >>83 [353] -2015-03-10 09:49:55 sendUrl INFO 83 [353] R:OK -2015-03-10 09:50:45 queue INFO >>83 [354] -2015-03-10 09:50:45 sendUrl INFO 83 [354] R:OK -2015-03-10 09:51:35 queue INFO >>83 [355] -2015-03-10 09:51:35 sendUrl INFO 83 [355] R:OK -2015-03-10 09:52:25 queue INFO >>83 [356] -2015-03-10 09:52:25 sendUrl INFO 83 [356] R:OK -2015-03-10 09:53:15 queue INFO >>83 [357] -2015-03-10 09:53:15 sendUrl INFO 83 [357] R:OK -2015-03-10 09:54:05 queue INFO >>83 [358] -2015-03-10 09:54:05 sendUrl INFO 83 [358] R:OK -2015-03-10 09:54:55 queue INFO >>83 [359] -2015-03-10 09:54:56 sendUrl INFO 83 [359] R:OK -2015-03-10 09:55:45 queue INFO >>83 [360] -2015-03-10 09:55:46 sendUrl INFO 83 [360] R:OK -2015-03-10 09:56:36 queue INFO >>83 [361] -2015-03-10 09:56:36 sendUrl INFO 83 [361] R:OK -2015-03-10 09:57:12 queue INFO 87 [362] -2015-03-10 09:57:13 queue INFO >87 [363] -2015-03-10 09:57:13 sendUrl INFO 87 [362] R:OK -2015-03-10 09:57:13 sendUrl INFO 87 [363] R:OK -2015-03-10 09:57:14 queue INFO 83 [364] -2015-03-10 09:57:14 sendUrl INFO 83 [364] R:OK -2015-03-10 09:57:14 queue INFO >83 [365] -2015-03-10 09:57:15 sendUrl INFO 83 [365] R:OK -2015-03-10 09:58:04 queue INFO >>83 [366] -2015-03-10 09:58:04 sendUrl INFO 83 [366] R:OK -2015-03-10 09:58:54 queue INFO >>83 [367] -2015-03-10 09:58:55 sendUrl INFO 83 [367] R:OK -2015-03-10 09:59:44 queue INFO >>83 [368] -2015-03-10 09:59:45 sendUrl INFO 83 [368] R:OK -2015-03-10 10:00:35 queue INFO >>83 [369] -2015-03-10 10:00:35 sendUrl INFO 83 [369] R:OK -2015-03-10 10:01:25 queue INFO >>83 [370] -2015-03-10 10:01:25 sendUrl INFO 83 [370] R:OK -2015-03-10 10:02:15 queue INFO >>83 [371] -2015-03-10 10:02:15 sendUrl INFO 83 [371] R:OK -2015-03-10 10:03:05 queue INFO >>83 [372] -2015-03-10 10:03:05 sendUrl INFO 83 [372] R:OK -2015-03-10 10:03:55 queue INFO >>83 [373] -2015-03-10 10:03:56 sendUrl INFO 83 [373] R:OK -2015-03-10 10:04:45 queue INFO >>83 [374] -2015-03-10 10:04:46 sendUrl INFO 83 [374] R:OK -2015-03-10 10:05:35 queue INFO >>83 [375] -2015-03-10 10:05:36 sendUrl INFO 83 [375] R:OK -2015-03-10 10:06:12 queue INFO 87 [376] -2015-03-10 10:06:13 queue INFO >87 [377] -2015-03-10 10:06:13 sendUrl INFO 87 [376] R:OK -2015-03-10 10:06:13 sendUrl INFO 87 [377] R:OK -2015-03-10 10:06:14 queue INFO 83 [378] -2015-03-10 10:06:14 queue INFO >83 [379] -2015-03-10 10:06:14 sendUrl INFO 83 [378] R:OK -2015-03-10 10:06:15 sendUrl INFO 83 [379] R:OK -2015-03-10 10:07:04 queue INFO >>83 [380] -2015-03-10 10:07:04 sendUrl INFO 83 [380] R:OK -2015-03-10 10:07:54 queue INFO >>83 [381] -2015-03-10 10:07:55 sendUrl INFO 83 [381] R:OK -2015-03-10 10:08:44 queue INFO >>83 [382] -2015-03-10 10:08:45 sendUrl INFO 83 [382] R:OK -2015-03-10 10:09:35 queue INFO >>83 [383] -2015-03-10 10:09:35 sendUrl INFO 83 [383] R:OK -2015-03-10 10:10:25 queue INFO >>83 [384] -2015-03-10 10:10:25 sendUrl INFO 83 [384] R:OK -2015-03-10 10:11:15 queue INFO >>83 [385] -2015-03-10 10:11:15 sendUrl INFO 83 [385] R:OK -2015-03-10 10:12:05 queue INFO >>83 [386] -2015-03-10 10:12:05 sendUrl INFO 83 [386] R:OK -2015-03-10 10:12:55 queue INFO >>83 [387] -2015-03-10 10:12:55 sendUrl INFO 83 [387] R:OK -2015-03-10 10:13:45 queue INFO >>83 [388] -2015-03-10 10:13:46 sendUrl INFO 83 [388] R:OK -2015-03-10 10:14:35 queue INFO >>83 [389] -2015-03-10 10:14:36 sendUrl INFO 83 [389] R:OK -2015-03-10 10:15:12 queue INFO 87 [390] -2015-03-10 10:15:12 queue INFO >87 [391] -2015-03-10 10:15:13 sendUrl INFO 87 [390] R:OK -2015-03-10 10:15:13 sendUrl INFO 87 [391] R:OK -2015-03-10 10:15:14 queue INFO 83 [392] -2015-03-10 10:15:14 queue INFO >83 [393] -2015-03-10 10:15:14 sendUrl INFO 83 [392] R:OK -2015-03-10 10:15:15 sendUrl INFO 83 [393] R:OK -2015-03-10 10:16:04 queue INFO >>83 [394] -2015-03-10 10:16:04 sendUrl INFO 83 [394] R:OK -2015-03-10 10:16:54 queue INFO >>83 [395] -2015-03-10 10:16:54 sendUrl INFO 83 [395] R:OK -2015-03-10 10:17:44 queue INFO >>83 [396] -2015-03-10 10:17:45 sendUrl INFO 83 [396] R:OK -2015-03-10 10:18:34 queue INFO >>83 [397] -2015-03-10 10:18:35 sendUrl INFO 83 [397] R:OK -2015-03-10 10:19:25 queue INFO >>83 [398] -2015-03-10 10:19:25 sendUrl INFO 83 [398] R:OK -2015-03-10 10:20:15 queue INFO >>83 [399] -2015-03-10 10:20:15 sendUrl INFO 83 [399] R:OK -2015-03-10 10:21:05 queue INFO >>83 [400] -2015-03-10 10:21:05 sendUrl INFO 83 [400] R:OK -2015-03-10 10:21:55 queue INFO >>83 [401] -2015-03-10 10:21:55 sendUrl INFO 83 [401] R:OK -2015-03-10 10:22:45 queue INFO >>83 [402] -2015-03-10 10:22:46 sendUrl INFO 83 [402] R:OK -2015-03-10 10:23:35 queue INFO >>83 [403] -2015-03-10 10:23:36 sendUrl INFO 83 [403] R:OK -2015-03-10 10:24:12 queue INFO 87 [404] -2015-03-10 10:24:12 sendUrl INFO 87 [404] R:OK -2015-03-10 10:24:12 queue INFO >87 [405] -2015-03-10 10:24:13 sendUrl INFO 87 [405] R:OK -2015-03-10 10:24:14 queue INFO 83 [406] -2015-03-10 10:24:14 queue INFO >83 [407] -2015-03-10 10:24:14 sendUrl INFO 83 [406] R:OK -2015-03-10 10:24:15 sendUrl INFO 83 [407] R:OK -2015-03-10 10:25:04 queue INFO >>83 [408] -2015-03-10 10:25:04 sendUrl INFO 83 [408] R:OK -2015-03-10 10:25:54 queue INFO >>83 [409] -2015-03-10 10:25:55 sendUrl INFO 83 [409] R:OK -2015-03-10 10:26:44 queue INFO >>83 [410] -2015-03-10 10:26:45 sendUrl INFO 83 [410] R:OK -2015-03-10 10:27:34 queue INFO >>83 [411] -2015-03-10 10:27:35 sendUrl INFO 83 [411] R:OK -2015-03-10 10:28:25 queue INFO >>83 [412] -2015-03-10 10:28:25 sendUrl INFO 83 [412] R:OK -2015-03-10 10:29:15 queue INFO >>83 [413] -2015-03-10 10:29:15 sendUrl INFO 83 [413] R:OK -2015-03-10 10:30:05 queue INFO >>83 [414] -2015-03-10 10:30:05 sendUrl INFO 83 [414] R:OK -2015-03-10 10:30:55 queue INFO >>83 [415] -2015-03-10 10:30:56 sendUrl INFO 83 [415] R:OK -2015-03-10 10:31:45 queue INFO >>83 [416] -2015-03-10 10:31:45 sendUrl INFO 83 [416] R:OK -2015-03-10 10:32:35 queue INFO >>83 [417] -2015-03-10 10:32:36 sendUrl INFO 83 [417] R:OK -2015-03-10 10:33:12 queue INFO 87 [418] -2015-03-10 10:33:12 sendUrl INFO 87 [418] R:OK -2015-03-10 10:33:13 queue INFO >87 [419] -2015-03-10 10:33:13 sendUrl INFO 87 [419] R:OK -2015-03-10 10:33:14 queue INFO 83 [420] -2015-03-10 10:33:14 queue INFO >83 [421] -2015-03-10 10:33:14 sendUrl INFO 83 [420] R:OK -2015-03-10 10:33:14 sendUrl INFO 83 [421] R:OK -2015-03-10 10:34:04 queue INFO >>83 [422] -2015-03-10 10:34:04 sendUrl INFO 83 [422] R:OK -2015-03-10 10:34:54 queue INFO >>83 [423] -2015-03-10 10:34:54 sendUrl INFO 83 [423] R:OK -2015-03-10 10:35:44 queue INFO >>83 [424] -2015-03-10 10:35:44 sendUrl INFO 83 [424] R:OK -2015-03-10 10:36:34 queue INFO >>83 [425] -2015-03-10 10:36:35 sendUrl INFO 83 [425] R:OK -2015-03-10 10:37:24 queue INFO >>83 [426] -2015-03-10 10:37:25 sendUrl INFO 83 [426] R:OK -2015-03-10 10:38:15 queue INFO >>83 [427] -2015-03-10 10:38:15 sendUrl INFO 83 [427] R:OK -2015-03-10 10:39:05 queue INFO >>83 [428] -2015-03-10 10:39:05 sendUrl INFO 83 [428] R:OK -2015-03-10 10:39:55 queue INFO >>83 [429] -2015-03-10 10:39:55 sendUrl INFO 83 [429] R:OK -2015-03-10 10:40:45 queue INFO >>83 [430] -2015-03-10 10:40:45 sendUrl INFO 83 [430] R:OK -2015-03-10 10:41:35 queue INFO >>83 [431] -2015-03-10 10:41:36 sendUrl INFO 83 [431] R:OK -2015-03-10 10:42:13 queue INFO 87 [432] -2015-03-10 10:42:13 queue INFO >87 [433] -2015-03-10 10:42:13 sendUrl INFO 87 [432] R:OK -2015-03-10 10:42:14 sendUrl INFO 87 [433] R:OK -2015-03-10 10:42:14 queue INFO 83 [434] -2015-03-10 10:42:15 queue INFO >83 [435] -2015-03-10 10:42:15 sendUrl INFO 83 [434] R:OK -2015-03-10 10:42:15 sendUrl INFO 83 [435] R:OK -2015-03-10 10:43:05 queue INFO >>83 [436] -2015-03-10 10:43:05 sendUrl INFO 83 [436] R:OK -2015-03-10 10:43:55 queue INFO >>83 [437] -2015-03-10 10:43:55 sendUrl INFO 83 [437] R:OK -2015-03-10 10:44:45 queue INFO >>83 [438] -2015-03-10 10:44:45 sendUrl INFO 83 [438] R:OK -2015-03-10 10:45:35 queue INFO >>83 [439] -2015-03-10 10:45:35 sendUrl INFO 83 [439] R:OK -2015-03-10 10:46:25 queue INFO >>83 [440] -2015-03-10 10:46:25 sendUrl INFO 83 [440] R:OK -2015-03-10 10:47:15 queue INFO >>83 [441] -2015-03-10 10:47:16 sendUrl INFO 83 [441] R:OK -2015-03-10 10:48:05 queue INFO >>83 [442] -2015-03-10 10:48:06 sendUrl INFO 83 [442] R:OK -2015-03-10 10:48:56 queue INFO >>83 [443] -2015-03-10 10:48:56 sendUrl INFO 83 [443] R:OK -2015-03-10 10:49:46 queue INFO >>83 [444] -2015-03-10 10:49:46 sendUrl INFO 83 [444] R:OK -2015-03-10 10:50:36 queue INFO >>83 [445] -2015-03-10 10:50:36 sendUrl INFO 83 [445] R:OK -2015-03-10 10:51:13 queue INFO 87 [446] -2015-03-10 10:51:13 queue INFO >87 [447] -2015-03-10 10:51:13 sendUrl INFO 87 [446] R:OK -2015-03-10 10:51:14 sendUrl INFO 87 [447] R:OK -2015-03-10 10:51:14 queue INFO 83 [448] -2015-03-10 10:51:14 queue INFO >83 [449] -2015-03-10 10:51:15 sendUrl INFO 83 [448] R:OK -2015-03-10 10:51:15 sendUrl INFO 83 [449] R:OK -2015-03-10 10:52:04 queue INFO >>83 [450] -2015-03-10 10:52:05 sendUrl INFO 83 [450] R:OK -2015-03-10 10:52:55 queue INFO >>83 [451] -2015-03-10 10:52:55 sendUrl INFO 83 [451] R:OK -2015-03-10 10:53:45 queue INFO >>83 [452] -2015-03-10 10:53:45 sendUrl INFO 83 [452] R:OK -2015-03-10 10:54:35 queue INFO >>83 [453] -2015-03-10 10:54:35 sendUrl INFO 83 [453] R:OK -2015-03-10 10:55:25 queue INFO >>83 [454] -2015-03-10 10:55:25 sendUrl INFO 83 [454] R:OK -2015-03-10 10:56:15 queue INFO >>83 [455] -2015-03-10 10:56:16 sendUrl INFO 83 [455] R:OK -2015-03-10 10:57:05 queue INFO >>83 [456] -2015-03-10 10:57:06 sendUrl INFO 83 [456] R:OK -2015-03-10 10:57:55 queue INFO >>83 [457] -2015-03-10 10:57:56 sendUrl INFO 83 [457] R:OK -2015-03-10 10:58:46 queue INFO >>83 [458] -2015-03-10 10:58:46 sendUrl INFO 83 [458] R:OK -2015-03-10 10:59:36 queue INFO >>83 [459] -2015-03-10 10:59:36 sendUrl INFO 83 [459] R:OK -2015-03-10 11:00:13 queue INFO 87 [460] -2015-03-10 11:00:13 queue INFO >87 [461] -2015-03-10 11:00:13 sendUrl INFO 87 [460] R:OK -2015-03-10 11:00:14 sendUrl INFO 87 [461] R:OK -2015-03-10 11:00:14 queue INFO 83 [462] -2015-03-10 11:00:15 queue INFO >83 [463] -2015-03-10 11:00:15 sendUrl INFO 83 [462] R:OK -2015-03-10 11:00:15 sendUrl INFO 83 [463] R:OK -2015-03-10 11:01:05 queue INFO >>83 [464] -2015-03-10 11:01:05 sendUrl INFO 83 [464] R:OK -2015-03-10 11:01:55 queue INFO >>83 [465] -2015-03-10 11:01:55 sendUrl INFO 83 [465] R:OK -2015-03-10 11:02:45 queue INFO >>83 [466] -2015-03-10 11:02:45 sendUrl INFO 83 [466] R:OK -2015-03-10 11:03:35 queue INFO >>83 [467] -2015-03-10 11:03:36 sendUrl INFO 83 [467] R:OK -2015-03-10 11:04:25 queue INFO >>83 [468] -2015-03-10 11:04:25 sendUrl INFO 83 [468] R:OK -2015-03-10 11:05:15 queue INFO >>83 [469] -2015-03-10 11:05:16 sendUrl INFO 83 [469] R:OK -2015-03-10 11:06:05 queue INFO >>83 [470] -2015-03-10 11:06:06 sendUrl INFO 83 [470] R:OK -2015-03-10 11:06:56 queue INFO >>83 [471] -2015-03-10 11:06:56 sendUrl INFO 83 [471] R:OK -2015-03-10 11:07:46 queue INFO >>83 [472] -2015-03-10 11:07:46 sendUrl INFO 83 [472] R:OK -2015-03-10 11:08:36 queue INFO >>83 [473] -2015-03-10 11:08:36 sendUrl INFO 83 [473] R:OK -2015-03-10 11:09:13 queue INFO 87 [474] -2015-03-10 11:09:13 queue INFO >87 [475] -2015-03-10 11:09:13 sendUrl INFO 87 [474] R:OK -2015-03-10 11:09:13 sendUrl INFO 87 [475] R:OK -2015-03-10 11:09:14 queue INFO 83 [476] -2015-03-10 11:09:15 queue INFO >83 [477] -2015-03-10 11:09:15 sendUrl INFO 83 [476] R:OK -2015-03-10 11:09:15 sendUrl INFO 83 [477] R:OK -2015-03-10 11:10:04 queue INFO >>83 [478] -2015-03-10 11:10:05 sendUrl INFO 83 [478] R:OK -2015-03-10 11:10:55 queue INFO >>83 [479] -2015-03-10 11:10:55 sendUrl INFO 83 [479] R:OK -2015-03-10 11:11:45 queue INFO >>83 [480] -2015-03-10 11:11:45 sendUrl INFO 83 [480] R:OK -2015-03-10 11:12:35 queue INFO >>83 [481] -2015-03-10 11:12:35 sendUrl INFO 83 [481] R:OK -2015-03-10 11:13:25 queue INFO >>83 [482] -2015-03-10 11:13:26 sendUrl INFO 83 [482] R:OK -2015-03-10 11:14:15 queue INFO >>83 [483] -2015-03-10 11:14:15 sendUrl INFO 83 [483] R:OK -2015-03-10 11:15:05 queue INFO >>83 [484] -2015-03-10 11:15:06 sendUrl INFO 83 [484] R:OK -2015-03-10 11:15:56 queue INFO >>83 [485] -2015-03-10 11:15:56 sendUrl INFO 83 [485] R:OK -2015-03-10 11:16:46 queue INFO >>83 [486] -2015-03-10 11:16:46 sendUrl INFO 83 [486] R:OK -2015-03-10 11:17:36 queue INFO >>83 [487] -2015-03-10 11:17:36 sendUrl INFO 83 [487] R:OK -2015-03-10 11:18:13 queue INFO 87 [488] -2015-03-10 11:18:13 queue INFO >87 [489] -2015-03-10 11:18:13 sendUrl INFO 87 [488] R:OK -2015-03-10 11:18:14 sendUrl INFO 87 [489] R:OK -2015-03-10 11:18:14 queue INFO 83 [490] -2015-03-10 11:18:15 sendUrl INFO 83 [490] R:OK -2015-03-10 11:18:15 queue INFO >83 [491] -2015-03-10 11:18:15 sendUrl INFO 83 [491] R:OK -2015-03-10 11:19:05 queue INFO >>83 [492] -2015-03-10 11:19:05 sendUrl INFO 83 [492] R:OK -2015-03-10 11:19:55 queue INFO >>83 [493] -2015-03-10 11:19:55 sendUrl INFO 83 [493] R:OK -2015-03-10 11:20:45 queue INFO >>83 [494] -2015-03-10 11:20:45 sendUrl INFO 83 [494] R:OK -2015-03-10 11:21:35 queue INFO >>83 [495] -2015-03-10 11:21:35 sendUrl INFO 83 [495] R:OK -2015-03-10 11:22:25 queue INFO >>83 [496] -2015-03-10 11:22:25 sendUrl INFO 83 [496] R:OK -2015-03-10 11:23:15 queue INFO >>83 [497] -2015-03-10 11:23:16 sendUrl INFO 83 [497] R:OK -2015-03-10 11:24:05 queue INFO >>83 [498] -2015-03-10 11:24:06 sendUrl INFO 83 [498] R:OK -2015-03-10 11:24:55 queue INFO >>83 [499] -2015-03-10 11:24:56 sendUrl INFO 83 [499] R:OK -2015-03-10 11:25:46 queue INFO >>83 [500] -2015-03-10 11:25:46 sendUrl INFO 83 [500] R:OK -2015-03-10 11:26:36 queue INFO >>83 [501] -2015-03-10 11:26:36 sendUrl INFO 83 [501] R:OK -2015-03-10 11:27:13 queue INFO 87 [502] -2015-03-10 11:27:13 queue INFO >87 [503] -2015-03-10 11:27:13 sendUrl INFO 87 [502] R:OK -2015-03-10 11:27:14 sendUrl INFO 87 [503] R:OK -2015-03-10 11:27:14 queue INFO 83 [504] -2015-03-10 11:27:14 queue INFO >83 [505] -2015-03-10 11:27:15 sendUrl INFO 83 [504] R:OK -2015-03-10 11:27:15 sendUrl INFO 83 [505] R:OK -2015-03-10 11:28:04 queue INFO >>83 [506] -2015-03-10 11:28:04 sendUrl INFO 83 [506] R:OK -2015-03-10 11:28:55 queue INFO >>83 [507] -2015-03-10 11:28:55 sendUrl INFO 83 [507] R:OK -2015-03-10 11:29:45 queue INFO >>83 [508] -2015-03-10 11:29:45 sendUrl INFO 83 [508] R:OK -2015-03-10 11:30:35 queue INFO >>83 [509] -2015-03-10 11:30:35 sendUrl INFO 83 [509] R:OK -2015-03-10 11:31:25 queue INFO >>83 [510] -2015-03-10 11:31:25 sendUrl INFO 83 [510] R:OK -2015-03-10 11:32:15 queue INFO >>83 [511] -2015-03-10 11:32:16 sendUrl INFO 83 [511] R:OK -2015-03-10 11:33:05 queue INFO >>83 [512] -2015-03-10 11:33:05 sendUrl INFO 83 [512] R:OK -2015-03-10 11:33:55 queue INFO >>83 [513] -2015-03-10 11:33:56 sendUrl INFO 83 [513] R:OK -2015-03-10 11:34:46 queue INFO >>83 [514] -2015-03-10 11:34:46 sendUrl INFO 83 [514] R:OK -2015-03-10 11:35:36 queue INFO >>83 [515] -2015-03-10 11:35:36 sendUrl INFO 83 [515] R:OK -2015-03-10 11:36:13 queue INFO 87 [516] -2015-03-10 11:36:13 queue INFO >87 [517] -2015-03-10 11:36:14 sendUrl INFO 87 [516] R:OK -2015-03-10 11:36:14 sendUrl INFO 87 [517] R:OK -2015-03-10 11:36:15 queue INFO 83 [518] -2015-03-10 11:36:15 queue INFO >83 [519] -2015-03-10 11:36:15 sendUrl INFO 83 [518] R:OK -2015-03-10 11:36:16 sendUrl INFO 83 [519] R:OK -2015-03-10 11:37:05 queue INFO >>83 [520] -2015-03-10 11:37:06 sendUrl INFO 83 [520] R:OK -2015-03-10 11:37:55 queue INFO >>83 [521] -2015-03-10 11:37:55 sendUrl INFO 83 [521] R:OK -2015-03-10 11:38:45 queue INFO >>83 [522] -2015-03-10 11:38:46 sendUrl INFO 83 [522] R:OK -2015-03-10 11:39:35 queue INFO >>83 [523] -2015-03-10 11:39:36 sendUrl INFO 83 [523] R:OK -2015-03-10 11:40:26 queue INFO >>83 [524] -2015-03-10 11:40:26 sendUrl INFO 83 [524] R:OK -2015-03-10 11:41:16 queue INFO >>83 [525] -2015-03-10 11:41:16 sendUrl INFO 83 [525] R:OK -2015-03-10 11:42:06 queue INFO >>83 [526] -2015-03-10 11:42:06 sendUrl INFO 83 [526] R:OK -2015-03-10 11:42:56 queue INFO >>83 [527] -2015-03-10 11:42:56 sendUrl INFO 83 [527] R:OK -2015-03-10 11:43:46 queue INFO >>83 [528] -2015-03-10 11:43:46 sendUrl INFO 83 [528] R:OK -2015-03-10 11:44:36 queue INFO >>83 [529] -2015-03-10 11:44:37 sendUrl INFO 83 [529] R:OK -2015-03-10 11:45:13 queue INFO 87 [530] -2015-03-10 11:45:13 queue INFO >87 [531] -2015-03-10 11:45:13 sendUrl INFO 87 [530] R:OK -2015-03-10 11:45:14 sendUrl INFO 87 [531] R:OK -2015-03-10 11:45:15 queue INFO 83 [532] -2015-03-10 11:45:15 sendUrl INFO 83 [532] R:OK -2015-03-10 11:45:15 queue INFO >83 [533] -2015-03-10 11:45:15 sendUrl INFO 83 [533] R:OK -2015-03-10 11:46:05 queue INFO >>83 [534] -2015-03-10 11:46:05 sendUrl INFO 83 [534] R:OK -2015-03-10 11:46:55 queue INFO >>83 [535] -2015-03-10 11:46:56 sendUrl INFO 83 [535] R:OK -2015-03-10 11:47:45 queue INFO >>83 [536] -2015-03-10 11:47:45 sendUrl INFO 83 [536] R:OK -2015-03-10 11:48:35 queue INFO >>83 [537] -2015-03-10 11:48:36 sendUrl INFO 83 [537] R:OK -2015-03-10 11:49:25 queue INFO >>83 [538] -2015-03-10 11:49:26 sendUrl INFO 83 [538] R:OK -2015-03-10 11:50:16 queue INFO >>83 [539] -2015-03-10 11:50:16 sendUrl INFO 83 [539] R:OK -2015-03-10 11:51:06 queue INFO >>83 [540] -2015-03-10 11:51:06 sendUrl INFO 83 [540] R:OK -2015-03-10 11:51:56 queue INFO >>83 [541] -2015-03-10 11:51:57 sendUrl INFO 83 [541] R:OK -2015-03-10 11:52:46 queue INFO >>83 [542] -2015-03-10 11:52:46 sendUrl INFO 83 [542] R:OK -2015-03-10 11:53:36 queue INFO >>83 [543] -2015-03-10 11:53:37 sendUrl INFO 83 [543] R:OK -2015-03-10 11:54:13 queue INFO 87 [544] -2015-03-10 11:54:13 queue INFO >87 [545] -2015-03-10 11:54:13 sendUrl INFO 87 [544] R:OK -2015-03-10 11:54:14 sendUrl INFO 87 [545] R:OK -2015-03-10 11:54:15 queue INFO 83 [546] -2015-03-10 11:54:15 queue INFO >83 [547] -2015-03-10 11:54:15 sendUrl INFO 83 [546] R:OK -2015-03-10 11:54:15 sendUrl INFO 83 [547] R:OK -2015-03-10 11:55:05 queue INFO >>83 [548] -2015-03-10 11:55:05 sendUrl INFO 83 [548] R:OK -2015-03-10 11:55:55 queue INFO >>83 [549] -2015-03-10 11:55:56 sendUrl INFO 83 [549] R:OK -2015-03-10 11:56:45 queue INFO >>83 [550] -2015-03-10 11:56:45 sendUrl INFO 83 [550] R:OK -2015-03-10 11:57:35 queue INFO >>83 [551] -2015-03-10 11:57:36 sendUrl INFO 83 [551] R:OK -2015-03-10 11:58:26 queue INFO >>83 [552] -2015-03-10 11:58:26 sendUrl INFO 83 [552] R:OK -2015-03-10 11:59:16 queue INFO >>83 [553] -2015-03-10 11:59:16 sendUrl INFO 83 [553] R:OK -2015-03-10 12:00:06 queue INFO >>83 [554] -2015-03-10 12:00:06 sendUrl INFO 83 [554] R:OK -2015-03-10 12:00:56 queue INFO >>83 [555] -2015-03-10 12:00:56 sendUrl INFO 83 [555] R:OK -2015-03-10 12:01:46 queue INFO >>83 [556] -2015-03-10 12:01:46 sendUrl INFO 83 [556] R:OK -2015-03-10 12:02:36 queue INFO >>83 [557] -2015-03-10 12:02:37 sendUrl INFO 83 [557] R:OK -2015-03-10 12:03:13 queue INFO 87 [558] -2015-03-10 12:03:13 queue INFO >87 [559] -2015-03-10 12:03:14 sendUrl INFO 87 [558] R:OK -2015-03-10 12:03:14 sendUrl INFO 87 [559] R:OK -2015-03-10 12:03:15 queue INFO 83 [560] -2015-03-10 12:03:15 queue INFO >83 [561] -2015-03-10 12:03:15 sendUrl INFO 83 [560] R:OK -2015-03-10 12:03:16 sendUrl INFO 83 [561] R:OK -2015-03-10 12:04:05 queue INFO >>83 [562] -2015-03-10 12:04:05 sendUrl INFO 83 [562] R:OK -2015-03-10 12:04:55 queue INFO >>83 [563] -2015-03-10 12:04:55 sendUrl INFO 83 [563] R:OK -2015-03-10 12:05:45 queue INFO >>83 [564] -2015-03-10 12:05:46 sendUrl INFO 83 [564] R:OK -2015-03-10 12:06:35 queue INFO >>83 [565] -2015-03-10 12:06:35 sendUrl INFO 83 [565] R:OK -2015-03-10 12:07:25 queue INFO >>83 [566] -2015-03-10 12:07:26 sendUrl INFO 83 [566] R:OK -2015-03-10 12:08:16 queue INFO >>83 [567] -2015-03-10 12:08:16 sendUrl INFO 83 [567] R:OK -2015-03-10 12:09:06 queue INFO >>83 [568] -2015-03-10 12:09:06 sendUrl INFO 83 [568] R:OK -2015-03-10 12:09:56 queue INFO >>83 [569] -2015-03-10 12:09:56 sendUrl INFO 83 [569] R:OK -2015-03-10 12:10:46 queue INFO >>83 [570] -2015-03-10 12:10:46 sendUrl INFO 83 [570] R:OK -2015-03-10 12:11:36 queue INFO >>83 [571] -2015-03-10 12:11:36 sendUrl INFO 83 [571] R:OK -2015-03-10 12:12:13 queue INFO 87 [572] -2015-03-10 12:12:13 sendUrl INFO 87 [572] R:OK -2015-03-10 12:12:13 queue INFO >87 [573] -2015-03-10 12:12:14 sendUrl INFO 87 [573] R:OK -2015-03-10 12:12:15 queue INFO 83 [574] -2015-03-10 12:12:15 queue INFO >83 [575] -2015-03-10 12:12:15 sendUrl INFO 83 [574] R:OK -2015-03-10 12:12:16 sendUrl INFO 83 [575] R:OK -2015-03-10 12:13:05 queue INFO >>83 [576] -2015-03-10 12:13:05 sendUrl INFO 83 [576] R:OK -2015-03-10 12:13:46 queue INFO A3 [577] -2015-03-10 12:13:47 queue INFO >A3 [578] -2015-03-10 12:13:47 sendUrl INFO A3 [577] R:OK -2015-03-10 12:13:47 sendUrl INFO A3 [578] R:OK -2015-03-10 12:13:57 queue INFO 83 [579] -2015-03-10 12:13:58 queue INFO >83 [580] -2015-03-10 12:13:58 sendUrl INFO 83 [579] R:OK -2015-03-10 12:13:58 sendUrl INFO 83 [580] R:OK -2015-03-10 12:14:06 queue INFO A3 [581] -2015-03-10 12:14:06 queue INFO >A3 [582] -2015-03-10 12:14:06 sendUrl INFO A3 [581] R:OK -2015-03-10 12:14:07 sendUrl INFO A3 [582] R:OK -2015-03-10 12:14:40 queue INFO 83 [583] -2015-03-10 12:14:40 queue INFO >83 [584] -2015-03-10 12:14:40 sendUrl INFO 83 [583] R:OK -2015-03-10 12:14:41 sendUrl INFO 83 [584] R:OK -2015-03-10 12:14:49 queue INFO A3 [585] -2015-03-10 12:14:49 sendUrl INFO A3 [585] R:OK -2015-03-10 12:14:49 queue INFO >A3 [586] -2015-03-10 12:14:49 sendUrl INFO A3 [586] R:OK -2015-03-10 12:15:03 queue INFO 83 [587] -2015-03-10 12:15:03 queue INFO >83 [588] -2015-03-10 12:15:03 sendUrl INFO 83 [587] R:OK -2015-03-10 12:15:03 sendUrl INFO 83 [588] R:OK -2015-03-10 12:15:11 queue INFO A3 [589] -2015-03-10 12:15:11 queue INFO >A3 [590] -2015-03-10 12:15:11 sendUrl INFO A3 [589] R:OK -2015-03-10 12:15:12 sendUrl INFO A3 [590] R:OK -2015-03-10 12:15:30 queue INFO 83 [591] -2015-03-10 12:15:30 queue INFO >83 [592] -2015-03-10 12:15:30 sendUrl INFO 83 [591] R:OK -2015-03-10 12:15:31 sendUrl INFO 83 [592] R:OK -2015-03-10 12:15:38 queue INFO A3 [593] -2015-03-10 12:15:39 queue INFO >A3 [594] -2015-03-10 12:15:39 sendUrl INFO A3 [593] R:OK -2015-03-10 12:15:39 sendUrl INFO A3 [594] R:OK -2015-03-10 12:15:42 queue INFO 83 [595] -2015-03-10 12:15:42 queue INFO >83 [596] -2015-03-10 12:15:43 sendUrl INFO 83 [595] R:OK -2015-03-10 12:15:43 sendUrl INFO 83 [596] R:OK -2015-03-10 12:15:50 queue INFO A3 [597] -2015-03-10 12:15:50 queue INFO >A3 [598] -2015-03-10 12:15:51 sendUrl INFO A3 [597] R:OK -2015-03-10 12:15:51 sendUrl INFO A3 [598] R:OK -2015-03-10 12:16:09 queue INFO 83 [599] -2015-03-10 12:16:09 queue INFO >83 [600] -2015-03-10 12:16:09 sendUrl INFO 83 [599] R:OK -2015-03-10 12:16:10 sendUrl INFO 83 [600] R:OK -2015-03-10 12:16:12 queue INFO A3 [601] -2015-03-10 12:16:13 queue INFO >A3 [602] -2015-03-10 12:16:13 sendUrl INFO A3 [601] R:OK -2015-03-10 12:16:13 sendUrl INFO A3 [602] R:OK -2015-03-10 12:16:19 queue INFO 83 [603] -2015-03-10 12:16:19 queue INFO >83 [604] -2015-03-10 12:16:19 sendUrl INFO 83 [603] R:OK -2015-03-10 12:16:19 sendUrl INFO 83 [604] R:OK -2015-03-10 12:16:35 queue INFO 81 [605] -2015-03-10 12:16:35 queue INFO >81 [606] -2015-03-10 12:16:36 sendUrl INFO 81 [605] R:OK -2015-03-10 12:16:36 sendUrl INFO 81 [606] R:OK -2015-03-10 12:17:25 queue INFO >>81 [607] -2015-03-10 12:17:25 sendUrl INFO 81 [607] R:OK -2015-03-10 12:18:15 queue INFO >>81 [608] -2015-03-10 12:18:16 sendUrl INFO 81 [608] R:OK -2015-03-10 12:19:05 queue INFO >>81 [609] -2015-03-10 12:19:06 sendUrl INFO 81 [609] R:OK -2015-03-10 12:19:56 queue INFO >>81 [610] -2015-03-10 12:19:56 sendUrl INFO 81 [610] R:OK -2015-03-10 12:20:46 queue INFO >>81 [611] -2015-03-10 12:20:46 sendUrl INFO 81 [611] R:OK -2015-03-10 12:21:36 queue INFO >>81 [612] -2015-03-10 12:21:36 sendUrl INFO 81 [612] R:OK -2015-03-10 12:22:12 queue INFO 99 [613] -2015-03-10 12:22:12 sendUrl INFO 99 [613] R:OK -2015-03-10 12:22:12 queue INFO >99 [614] -2015-03-10 12:22:13 sendUrl INFO 99 [614] R:OK -2015-03-10 12:23:02 queue INFO >>99 [615] -2015-03-10 12:23:03 sendUrl INFO 99 [615] R:OK -2015-03-10 12:23:22 queue INFO 89 [616] -2015-03-10 12:23:23 queue INFO >89 [617] -2015-03-10 12:23:23 sendUrl INFO 89 [616] R:OK -2015-03-10 12:23:23 sendUrl INFO 89 [617] R:OK -2015-03-10 12:23:26 queue INFO 81 [618] -2015-03-10 12:23:26 sendUrl INFO 81 [618] R:OK -2015-03-10 12:23:26 queue INFO >81 [619] -2015-03-10 12:23:27 sendUrl INFO 81 [619] R:OK -2015-03-10 12:23:29 queue INFO 83 [620] -2015-03-10 12:23:29 sendUrl INFO 83 [620] R:OK -2015-03-10 12:23:29 queue INFO >83 [621] -2015-03-10 12:23:30 sendUrl INFO 83 [621] R:OK -2015-03-10 12:23:50 queue INFO 87 [622] -2015-03-10 12:23:50 queue INFO >87 [623] -2015-03-10 12:23:50 sendUrl INFO 87 [622] R:OK -2015-03-10 12:23:51 sendUrl INFO 87 [623] R:OK -2015-03-10 12:23:52 queue INFO 83 [624] -2015-03-10 12:23:52 sendUrl INFO 83 [624] R:OK -2015-03-10 12:23:52 queue INFO >83 [625] -2015-03-10 12:23:52 sendUrl INFO 83 [625] R:OK -2015-03-10 12:24:42 queue INFO >>83 [626] -2015-03-10 12:24:42 sendUrl INFO 83 [626] R:OK -2015-03-10 12:25:32 queue INFO >>83 [627] -2015-03-10 12:25:33 sendUrl INFO 83 [627] R:OK -2015-03-10 12:26:22 queue INFO >>83 [628] -2015-03-10 12:26:22 sendUrl INFO 83 [628] R:OK -2015-03-10 12:27:12 queue INFO >>83 [629] -2015-03-10 12:27:13 sendUrl INFO 83 [629] R:OK -2015-03-10 12:28:03 queue INFO >>83 [630] -2015-03-10 12:28:03 sendUrl INFO 83 [630] R:OK -2015-03-10 12:28:53 queue INFO >>83 [631] -2015-03-10 12:28:53 sendUrl INFO 83 [631] R:OK -2015-03-10 12:29:43 queue INFO >>83 [632] -2015-03-10 12:29:43 sendUrl INFO 83 [632] R:OK -2015-03-10 12:30:33 queue INFO >>83 [633] -2015-03-10 12:30:33 sendUrl INFO 83 [633] R:OK -2015-03-10 12:31:23 queue INFO >>83 [634] -2015-03-10 12:31:23 sendUrl INFO 83 [634] R:OK -2015-03-10 12:32:13 queue INFO >>83 [635] -2015-03-10 12:32:14 sendUrl INFO 83 [635] R:OK -2015-03-10 12:32:50 queue INFO 87 [636] -2015-03-10 12:32:50 queue INFO >87 [637] -2015-03-10 12:32:51 sendUrl INFO 87 [636] R:OK -2015-03-10 12:32:51 sendUrl INFO 87 [637] R:OK -2015-03-10 12:32:52 queue INFO 83 [638] -2015-03-10 12:32:52 queue INFO >83 [639] -2015-03-10 12:32:52 sendUrl INFO 83 [638] R:OK -2015-03-10 12:32:53 sendUrl INFO 83 [639] R:OK -2015-03-10 12:33:42 queue INFO >>83 [640] -2015-03-10 12:33:42 sendUrl INFO 83 [640] R:OK -2015-03-10 12:34:32 queue INFO >>83 [641] -2015-03-10 12:34:32 sendUrl INFO 83 [641] R:OK -2015-03-10 12:35:22 queue INFO >>83 [642] -2015-03-10 12:35:23 sendUrl INFO 83 [642] R:OK -2015-03-10 12:36:12 queue INFO >>83 [643] -2015-03-10 12:36:12 sendUrl INFO 83 [643] R:OK -2015-03-10 12:37:02 queue INFO >>83 [644] -2015-03-10 12:37:03 sendUrl INFO 83 [644] R:OK -2015-03-10 12:37:53 queue INFO >>83 [645] -2015-03-10 12:37:53 sendUrl INFO 83 [645] R:OK -2015-03-10 12:38:43 queue INFO >>83 [646] -2015-03-10 12:38:43 sendUrl INFO 83 [646] R:OK -2015-03-10 12:39:33 queue INFO >>83 [647] -2015-03-10 12:39:33 sendUrl INFO 83 [647] R:OK -2015-03-10 12:40:23 queue INFO >>83 [648] -2015-03-10 12:40:24 sendUrl INFO 83 [648] R:OK -2015-03-10 12:41:13 queue INFO >>83 [649] -2015-03-10 12:41:13 sendUrl INFO 83 [649] R:OK -2015-03-10 12:41:50 queue INFO 87 [650] -2015-03-10 12:41:50 queue INFO >87 [651] -2015-03-10 12:41:51 sendUrl INFO 87 [650] R:OK -2015-03-10 12:41:51 sendUrl INFO 87 [651] R:OK -2015-03-10 12:41:52 queue INFO 83 [652] -2015-03-10 12:41:52 queue INFO >83 [653] -2015-03-10 12:41:52 sendUrl INFO 83 [652] R:OK -2015-03-10 12:41:53 sendUrl INFO 83 [653] R:OK -2015-03-10 12:42:42 queue INFO >>83 [654] -2015-03-10 12:42:42 sendUrl INFO 83 [654] R:OK -2015-03-10 12:43:32 queue INFO >>83 [655] -2015-03-10 12:43:32 sendUrl INFO 83 [655] R:OK -2015-03-10 12:44:22 queue INFO >>83 [656] -2015-03-10 12:44:23 sendUrl INFO 83 [656] R:OK -2015-03-10 12:45:12 queue INFO >>83 [657] -2015-03-10 12:45:12 sendUrl INFO 83 [657] R:OK -2015-03-10 12:46:02 queue INFO >>83 [658] -2015-03-10 12:46:03 sendUrl INFO 83 [658] R:OK -2015-03-10 12:46:53 queue INFO >>83 [659] -2015-03-10 12:46:53 sendUrl INFO 83 [659] R:OK -2015-03-10 12:47:43 queue INFO >>83 [660] -2015-03-10 12:47:43 sendUrl INFO 83 [660] R:OK -2015-03-10 12:48:33 queue INFO >>83 [661] -2015-03-10 12:48:33 sendUrl INFO 83 [661] R:OK -2015-03-10 12:49:23 queue INFO >>83 [662] -2015-03-10 12:49:24 sendUrl INFO 83 [662] R:OK -2015-03-10 12:50:13 queue INFO >>83 [663] -2015-03-10 12:50:14 sendUrl INFO 83 [663] R:OK -2015-03-10 12:50:50 queue INFO 87 [664] -2015-03-10 12:50:50 queue INFO >87 [665] -2015-03-10 12:50:50 sendUrl INFO 87 [664] R:OK -2015-03-10 12:50:51 sendUrl INFO 87 [665] R:OK -2015-03-10 12:50:51 queue INFO 83 [666] -2015-03-10 12:50:52 queue INFO >83 [667] -2015-03-10 12:50:52 sendUrl INFO 83 [666] R:OK -2015-03-10 12:50:52 sendUrl INFO 83 [667] R:OK -2015-03-10 12:51:42 queue INFO >>83 [668] -2015-03-10 12:51:42 sendUrl INFO 83 [668] R:OK -2015-03-10 12:52:32 queue INFO >>83 [669] -2015-03-10 12:52:32 sendUrl INFO 83 [669] R:OK -2015-03-10 12:53:22 queue INFO >>83 [670] -2015-03-10 12:53:22 sendUrl INFO 83 [670] R:OK -2015-03-10 12:54:12 queue INFO >>83 [671] -2015-03-10 12:54:12 sendUrl INFO 83 [671] R:OK -2015-03-10 12:55:02 queue INFO >>83 [672] -2015-03-10 12:55:02 sendUrl INFO 83 [672] R:OK -2015-03-10 12:55:52 queue INFO >>83 [673] -2015-03-10 12:55:53 sendUrl INFO 83 [673] R:OK -2015-03-10 12:56:42 queue INFO >>83 [674] -2015-03-10 12:56:43 sendUrl INFO 83 [674] R:OK -2015-03-10 12:57:33 queue INFO >>83 [675] -2015-03-10 12:57:33 sendUrl INFO 83 [675] R:OK -2015-03-10 12:58:23 queue INFO >>83 [676] -2015-03-10 12:58:23 sendUrl INFO 83 [676] R:OK -2015-03-10 12:59:13 queue INFO >>83 [677] -2015-03-10 12:59:13 sendUrl INFO 83 [677] R:OK -2015-03-10 12:59:50 queue INFO 87 [678] -2015-03-10 12:59:50 queue INFO >87 [679] -2015-03-10 12:59:50 sendUrl INFO 87 [678] R:OK -2015-03-10 12:59:51 sendUrl INFO 87 [679] R:OK -2015-03-10 12:59:51 queue INFO 83 [680] -2015-03-10 12:59:52 queue INFO >83 [681] -2015-03-10 12:59:52 sendUrl INFO 83 [680] R:OK -2015-03-10 12:59:52 sendUrl INFO 83 [681] R:OK -2015-03-10 13:00:42 queue INFO >>83 [682] -2015-03-10 13:00:42 sendUrl INFO 83 [682] R:OK -2015-03-10 13:01:32 queue INFO >>83 [683] -2015-03-10 13:01:32 sendUrl INFO 83 [683] R:OK -2015-03-10 13:02:22 queue INFO >>83 [684] -2015-03-10 13:02:22 sendUrl INFO 83 [684] R:OK -2015-03-10 13:03:12 queue INFO >>83 [685] -2015-03-10 13:03:12 sendUrl INFO 83 [685] R:OK -2015-03-10 13:04:02 queue INFO >>83 [686] -2015-03-10 13:04:03 sendUrl INFO 83 [686] R:OK -2015-03-10 13:04:52 queue INFO >>83 [687] -2015-03-10 13:04:52 sendUrl INFO 83 [687] R:OK -2015-03-10 13:05:42 queue INFO >>83 [688] -2015-03-10 13:05:43 sendUrl INFO 83 [688] R:OK -2015-03-10 13:06:32 queue INFO >>83 [689] -2015-03-10 13:06:33 sendUrl INFO 83 [689] R:OK -2015-03-10 13:07:23 queue INFO >>83 [690] -2015-03-10 13:07:23 sendUrl INFO 83 [690] R:OK -2015-03-10 13:08:13 queue INFO >>83 [691] -2015-03-10 13:08:13 sendUrl INFO 83 [691] R:OK -2015-03-10 13:08:50 queue INFO 87 [692] -2015-03-10 13:08:50 queue INFO >87 [693] -2015-03-10 13:08:50 sendUrl INFO 87 [692] R:OK -2015-03-10 13:08:50 sendUrl INFO 87 [693] R:OK -2015-03-10 13:08:51 queue INFO 83 [694] -2015-03-10 13:08:51 queue INFO >83 [695] -2015-03-10 13:08:51 sendUrl INFO 83 [694] R:OK -2015-03-10 13:08:52 sendUrl INFO 83 [695] R:OK -2015-03-10 13:09:41 queue INFO >>83 [696] -2015-03-10 13:09:42 sendUrl INFO 83 [696] R:OK -2015-03-10 13:10:32 queue INFO >>83 [697] -2015-03-10 13:10:32 sendUrl INFO 83 [697] R:OK -2015-03-10 13:11:22 queue INFO >>83 [698] -2015-03-10 13:11:22 sendUrl INFO 83 [698] R:OK -2015-03-10 13:12:12 queue INFO >>83 [699] -2015-03-10 13:12:12 sendUrl INFO 83 [699] R:OK -2015-03-10 13:13:02 queue INFO >>83 [700] -2015-03-10 13:13:02 sendUrl INFO 83 [700] R:OK -2015-03-10 13:13:52 queue INFO >>83 [701] -2015-03-10 13:13:52 sendUrl INFO 83 [701] R:OK -2015-03-10 13:14:42 queue INFO >>83 [702] -2015-03-10 13:14:43 sendUrl INFO 83 [702] R:OK -2015-03-10 13:15:33 queue INFO >>83 [703] -2015-03-10 13:15:33 sendUrl INFO 83 [703] R:OK -2015-03-10 13:16:23 queue INFO >>83 [704] -2015-03-10 13:16:23 sendUrl INFO 83 [704] R:OK -2015-03-10 13:17:13 queue INFO >>83 [705] -2015-03-10 13:17:13 sendUrl INFO 83 [705] R:OK -2015-03-10 13:17:50 queue INFO 87 [706] -2015-03-10 13:17:50 queue INFO >87 [707] -2015-03-10 13:17:51 sendUrl INFO 87 [706] R:OK -2015-03-10 13:17:51 sendUrl INFO 87 [707] R:OK -2015-03-10 13:17:52 queue INFO 83 [708] -2015-03-10 13:17:52 queue INFO >83 [709] -2015-03-10 13:17:52 sendUrl INFO 83 [708] R:OK -2015-03-10 13:17:53 sendUrl INFO 83 [709] R:OK -2015-03-10 13:18:42 queue INFO >>83 [710] -2015-03-10 13:18:42 sendUrl INFO 83 [710] R:OK -2015-03-10 13:19:32 queue INFO >>83 [711] -2015-03-10 13:19:32 sendUrl INFO 83 [711] R:OK -2015-03-10 13:20:22 queue INFO >>83 [712] -2015-03-10 13:20:23 sendUrl INFO 83 [712] R:OK -2015-03-10 13:21:12 queue INFO >>83 [713] -2015-03-10 13:21:13 sendUrl INFO 83 [713] R:OK -2015-03-10 13:22:03 queue INFO >>83 [714] -2015-03-10 13:22:03 sendUrl INFO 83 [714] R:OK -2015-03-10 13:22:53 queue INFO >>83 [715] -2015-03-10 13:22:53 sendUrl INFO 83 [715] R:OK -2015-03-10 13:23:43 queue INFO >>83 [716] -2015-03-10 13:23:43 sendUrl INFO 83 [716] R:OK -2015-03-10 13:24:33 queue INFO >>83 [717] -2015-03-10 13:24:33 sendUrl INFO 83 [717] R:OK -2015-03-10 13:25:23 queue INFO >>83 [718] -2015-03-10 13:25:24 sendUrl INFO 83 [718] R:OK -2015-03-10 13:26:13 queue INFO >>83 [719] -2015-03-10 13:26:13 sendUrl INFO 83 [719] R:OK -2015-03-10 13:26:50 queue INFO 87 [720] -2015-03-10 13:26:50 sendUrl INFO 87 [720] R:OK -2015-03-10 13:26:50 queue INFO >87 [721] -2015-03-10 13:26:51 sendUrl INFO 87 [721] R:OK -2015-03-10 13:26:52 queue INFO 83 [722] -2015-03-10 13:26:52 queue INFO >83 [723] -2015-03-10 13:26:52 sendUrl INFO 83 [722] R:OK -2015-03-10 13:26:53 sendUrl INFO 83 [723] R:OK -2015-03-10 13:27:42 queue INFO >>83 [724] -2015-03-10 13:27:42 sendUrl INFO 83 [724] R:OK -2015-03-10 13:28:32 queue INFO >>83 [725] -2015-03-10 13:28:32 sendUrl INFO 83 [725] R:OK -2015-03-10 13:29:22 queue INFO >>83 [726] -2015-03-10 13:29:22 sendUrl INFO 83 [726] R:OK -2015-03-10 13:30:12 queue INFO >>83 [727] -2015-03-10 13:30:12 sendUrl INFO 83 [727] R:OK -2015-03-10 13:31:02 queue INFO >>83 [728] -2015-03-10 13:31:03 sendUrl INFO 83 [728] R:OK -2015-03-10 13:31:52 queue INFO >>83 [729] -2015-03-10 13:31:53 sendUrl INFO 83 [729] R:OK -2015-03-10 13:32:43 queue INFO >>83 [730] -2015-03-10 13:32:43 sendUrl INFO 83 [730] R:OK -2015-03-10 13:33:33 queue INFO >>83 [731] -2015-03-10 13:33:33 sendUrl INFO 83 [731] R:OK -2015-03-10 13:34:23 queue INFO >>83 [732] -2015-03-10 13:34:23 sendUrl INFO 83 [732] R:OK -2015-03-10 13:35:13 queue INFO >>83 [733] -2015-03-10 13:35:14 sendUrl INFO 83 [733] R:OK -2015-03-10 13:35:50 queue INFO 87 [734] -2015-03-10 13:35:50 queue INFO >87 [735] -2015-03-10 13:35:50 sendUrl INFO 87 [734] R:OK -2015-03-10 13:35:51 sendUrl INFO 87 [735] R:OK -2015-03-10 13:35:52 queue INFO 83 [736] -2015-03-10 13:35:52 sendUrl INFO 83 [736] R:OK -2015-03-10 13:35:52 queue INFO >83 [737] -2015-03-10 13:35:52 sendUrl INFO 83 [737] R:OK -2015-03-10 13:36:42 queue INFO >>83 [738] -2015-03-10 13:36:42 sendUrl INFO 83 [738] R:OK -2015-03-10 13:37:32 queue INFO >>83 [739] -2015-03-10 13:37:32 sendUrl INFO 83 [739] R:OK -2015-03-10 13:38:22 queue INFO >>83 [740] -2015-03-10 13:38:22 sendUrl INFO 83 [740] R:OK -2015-03-10 13:39:12 queue INFO >>83 [741] -2015-03-10 13:39:13 sendUrl INFO 83 [741] R:OK -2015-03-10 13:40:02 queue INFO >>83 [742] -2015-03-10 13:40:03 sendUrl INFO 83 [742] R:OK -2015-03-10 13:40:53 queue INFO >>83 [743] -2015-03-10 13:40:53 sendUrl INFO 83 [743] R:OK -2015-03-10 13:41:43 queue INFO >>83 [744] -2015-03-10 13:41:43 sendUrl INFO 83 [744] R:OK -2015-03-10 13:42:33 queue INFO >>83 [745] -2015-03-10 13:42:33 sendUrl INFO 83 [745] R:OK -2015-03-10 13:43:23 queue INFO >>83 [746] -2015-03-10 13:43:23 sendUrl INFO 83 [746] R:OK -2015-03-10 13:44:13 queue INFO >>83 [747] -2015-03-10 13:44:14 sendUrl INFO 83 [747] R:OK -2015-03-10 13:44:50 queue INFO 87 [748] -2015-03-10 13:44:50 queue INFO >87 [749] -2015-03-10 13:44:50 sendUrl INFO 87 [748] R:OK -2015-03-10 13:44:50 sendUrl INFO 87 [749] R:OK -2015-03-10 13:44:51 queue INFO 83 [750] -2015-03-10 13:44:51 sendUrl INFO 83 [750] R:OK -2015-03-10 13:44:52 queue INFO >83 [751] -2015-03-10 13:44:52 sendUrl INFO 83 [751] R:OK -2015-03-10 13:45:41 queue INFO >>83 [752] -2015-03-10 13:45:42 sendUrl INFO 83 [752] R:OK -2015-03-10 13:46:32 queue INFO >>83 [753] -2015-03-10 13:46:32 sendUrl INFO 83 [753] R:OK -2015-03-10 13:47:22 queue INFO >>83 [754] -2015-03-10 13:47:22 sendUrl INFO 83 [754] R:OK -2015-03-10 13:48:12 queue INFO >>83 [755] -2015-03-10 13:48:12 sendUrl INFO 83 [755] R:OK -2015-03-10 13:49:02 queue INFO >>83 [756] -2015-03-10 13:49:03 sendUrl INFO 83 [756] R:OK -2015-03-10 13:49:52 queue INFO >>83 [757] -2015-03-10 13:49:52 sendUrl INFO 83 [757] R:OK -2015-03-10 13:50:42 queue INFO >>83 [758] -2015-03-10 13:50:43 sendUrl INFO 83 [758] R:OK -2015-03-10 13:51:33 queue INFO >>83 [759] -2015-03-10 13:51:33 sendUrl INFO 83 [759] R:OK -2015-03-10 13:52:23 queue INFO >>83 [760] -2015-03-10 13:52:23 sendUrl INFO 83 [760] R:OK -2015-03-10 13:53:13 queue INFO >>83 [761] -2015-03-10 13:53:13 sendUrl INFO 83 [761] R:OK -2015-03-10 13:53:50 queue INFO 87 [762] -2015-03-10 13:53:50 queue INFO >87 [763] -2015-03-10 13:53:50 sendUrl INFO 87 [762] R:OK -2015-03-10 13:53:50 sendUrl INFO 87 [763] R:OK -2015-03-10 13:53:51 queue INFO 83 [764] -2015-03-10 13:53:52 sendUrl INFO 83 [764] R:OK -2015-03-10 13:53:52 queue INFO >83 [765] -2015-03-10 13:53:52 sendUrl INFO 83 [765] R:OK -2015-03-10 13:54:42 queue INFO >>83 [766] -2015-03-10 13:54:42 sendUrl INFO 83 [766] R:OK -2015-03-10 13:55:32 queue INFO >>83 [767] -2015-03-10 13:55:32 sendUrl INFO 83 [767] R:OK -2015-03-10 13:56:22 queue INFO >>83 [768] -2015-03-10 13:56:22 sendUrl INFO 83 [768] R:OK -2015-03-10 13:57:12 queue INFO >>83 [769] -2015-03-10 13:57:12 sendUrl INFO 83 [769] R:OK -2015-03-10 13:58:02 queue INFO >>83 [770] -2015-03-10 13:58:03 sendUrl INFO 83 [770] R:OK -2015-03-10 13:58:52 queue INFO >>83 [771] -2015-03-10 13:58:53 sendUrl INFO 83 [771] R:OK -2015-03-10 13:59:41 queue INFO 81 [772] -2015-03-10 13:59:41 sendUrl INFO 81 [772] R:OK -2015-03-10 13:59:41 queue INFO >81 [773] -2015-03-10 13:59:42 sendUrl INFO 81 [773] R:OK -2015-03-10 14:00:31 queue INFO >>81 [774] -2015-03-10 14:00:32 sendUrl INFO 81 [774] R:OK -2015-03-10 14:01:03 queue INFO A1 [775] -2015-03-10 14:01:03 queue INFO >A1 [776] -2015-03-10 14:01:03 sendUrl INFO A1 [775] R:OK -2015-03-10 14:01:04 sendUrl INFO A1 [776] R:OK -2015-03-10 14:01:34 queue INFO 81 [777] -2015-03-10 14:01:34 queue INFO >81 [778] -2015-03-10 14:01:34 sendUrl INFO 81 [777] R:OK -2015-03-10 14:01:35 sendUrl INFO 81 [778] R:OK -2015-03-10 14:01:47 queue INFO A1 [779] -2015-03-10 14:01:47 queue INFO >A1 [780] -2015-03-10 14:01:48 sendUrl INFO A1 [779] R:OK -2015-03-10 14:01:48 sendUrl INFO A1 [780] R:OK -2015-03-10 14:01:55 queue INFO 81 [781] -2015-03-10 14:01:55 queue INFO >81 [782] -2015-03-10 14:01:55 sendUrl INFO 81 [781] R:OK -2015-03-10 14:01:56 sendUrl INFO 81 [782] R:OK -2015-03-10 14:02:03 queue INFO A1 [783] -2015-03-10 14:02:04 queue INFO >A1 [784] -2015-03-10 14:02:04 sendUrl INFO A1 [783] R:OK -2015-03-10 14:02:04 sendUrl INFO A1 [784] R:OK -2015-03-10 14:02:12 queue INFO 81 [785] -2015-03-10 14:02:12 sendUrl INFO 81 [785] R:OK -2015-03-10 14:02:12 queue INFO >81 [786] -2015-03-10 14:02:13 sendUrl INFO 81 [786] R:OK -2015-03-10 14:02:21 queue INFO A1 [787] -2015-03-10 14:02:21 queue INFO >A1 [788] -2015-03-10 14:02:21 sendUrl INFO A1 [787] R:OK -2015-03-10 14:02:22 sendUrl INFO A1 [788] R:OK -2015-03-10 14:02:31 queue INFO 81 [789] -2015-03-10 14:02:32 sendUrl INFO 81 [789] R:OK -2015-03-10 14:02:32 queue INFO >81 [790] -2015-03-10 14:02:32 sendUrl INFO 81 [790] R:OK -2015-03-10 14:02:40 queue INFO A1 [791] -2015-03-10 14:02:40 sendUrl INFO A1 [791] R:OK -2015-03-10 14:02:40 queue INFO >A1 [792] -2015-03-10 14:02:41 sendUrl INFO A1 [792] R:OK -2015-03-10 14:02:41 queue INFO 81 [793] -2015-03-10 14:02:42 queue INFO >81 [794] -2015-03-10 14:02:42 sendUrl INFO 81 [793] R:OK -2015-03-10 14:02:42 sendUrl INFO 81 [794] R:OK -2015-03-10 14:03:32 queue INFO >>81 [795] -2015-03-10 14:03:32 sendUrl INFO 81 [795] R:OK -2015-03-10 14:03:59 queue INFO 99 [796] -2015-03-10 14:03:59 queue INFO >99 [797] -2015-03-10 14:04:00 sendUrl INFO 99 [796] R:OK -2015-03-10 14:04:00 sendUrl INFO 99 [797] R:OK -2015-03-10 14:04:49 queue INFO >>99 [798] -2015-03-10 14:04:49 sendUrl INFO 99 [798] R:OK -2015-03-10 14:05:40 queue INFO >>99 [799] -2015-03-10 14:05:40 sendUrl INFO 99 [799] R:OK -2015-03-10 14:06:30 queue INFO >>99 [800] -2015-03-10 14:06:30 sendUrl INFO 99 [800] R:OK -2015-03-10 14:07:20 queue INFO >>99 [801] -2015-03-10 14:07:20 sendUrl INFO 99 [801] R:OK -2015-03-10 14:08:10 queue INFO >>99 [802] -2015-03-10 14:08:10 sendUrl INFO 99 [802] R:OK -2015-03-10 14:08:14 queue INFO 89 [803] -2015-03-10 14:08:14 queue INFO >89 [804] -2015-03-10 14:08:14 sendUrl INFO 89 [803] R:OK -2015-03-10 14:08:15 sendUrl INFO 89 [804] R:OK -2015-03-10 14:08:16 queue INFO 81 [805] -2015-03-10 14:08:16 queue INFO >81 [806] -2015-03-10 14:08:16 sendUrl INFO 81 [805] R:OK -2015-03-10 14:08:16 sendUrl INFO 81 [806] R:OK -2015-03-10 14:08:20 queue INFO 83 [807] -2015-03-10 14:08:20 queue INFO >83 [808] -2015-03-10 14:08:20 sendUrl INFO 83 [807] R:OK -2015-03-10 14:08:20 sendUrl INFO 83 [808] R:OK -2015-03-10 14:08:42 queue INFO 87 [809] -2015-03-10 14:08:42 sendUrl INFO 87 [809] R:OK -2015-03-10 14:08:42 queue INFO >87 [810] -2015-03-10 14:08:43 sendUrl INFO 87 [810] R:OK -2015-03-10 14:08:43 queue INFO 83 [811] -2015-03-10 14:08:44 queue INFO >83 [812] -2015-03-10 14:08:44 sendUrl INFO 83 [811] R:OK -2015-03-10 14:08:45 sendUrl INFO 83 [812] R:OK -2015-03-10 14:09:34 queue INFO >>83 [813] -2015-03-10 14:09:34 sendUrl INFO 83 [813] R:OK -2015-03-10 14:10:24 queue INFO >>83 [814] -2015-03-10 14:10:24 sendUrl INFO 83 [814] R:OK -2015-03-10 14:11:14 queue INFO >>83 [815] -2015-03-10 14:11:14 sendUrl INFO 83 [815] R:OK -2015-03-10 14:12:04 queue INFO >>83 [816] -2015-03-10 14:12:04 sendUrl INFO 83 [816] R:OK -2015-03-10 14:12:54 queue INFO >>83 [817] -2015-03-10 14:12:55 sendUrl INFO 83 [817] R:OK -2015-03-10 14:13:44 queue INFO >>83 [818] -2015-03-10 14:13:45 sendUrl INFO 83 [818] R:OK -2015-03-10 14:14:34 queue INFO >>83 [819] -2015-03-10 14:14:35 sendUrl INFO 83 [819] R:OK -2015-03-10 14:15:25 queue INFO >>83 [820] -2015-03-10 14:15:25 sendUrl INFO 83 [820] R:OK -2015-03-10 14:16:15 queue INFO >>83 [821] -2015-03-10 14:16:15 sendUrl INFO 83 [821] R:OK -2015-03-10 14:17:05 queue INFO >>83 [822] -2015-03-10 14:17:05 sendUrl INFO 83 [822] R:OK -2015-03-10 14:17:42 queue INFO 87 [823] -2015-03-10 14:17:42 queue INFO >87 [824] -2015-03-10 14:17:42 sendUrl INFO 87 [823] R:OK -2015-03-10 14:17:43 sendUrl INFO 87 [824] R:OK -2015-03-10 14:17:43 queue INFO 83 [825] -2015-03-10 14:17:44 queue INFO >83 [826] -2015-03-10 14:17:44 sendUrl INFO 83 [825] R:OK -2015-03-10 14:17:44 sendUrl INFO 83 [826] R:OK -2015-03-10 14:18:33 queue INFO >>83 [827] -2015-03-10 14:18:34 sendUrl INFO 83 [827] R:OK -2015-03-10 14:19:24 queue INFO >>83 [828] -2015-03-10 14:19:24 sendUrl INFO 83 [828] R:OK -2015-03-10 14:20:14 queue INFO >>83 [829] -2015-03-10 14:20:14 sendUrl INFO 83 [829] R:OK -2015-03-10 14:21:04 queue INFO >>83 [830] -2015-03-10 14:21:04 sendUrl INFO 83 [830] R:OK -2015-03-10 14:21:54 queue INFO >>83 [831] -2015-03-10 14:21:54 sendUrl INFO 83 [831] R:OK -2015-03-10 14:22:44 queue INFO >>83 [832] -2015-03-10 14:22:45 sendUrl INFO 83 [832] R:OK -2015-03-10 14:23:34 queue INFO >>83 [833] -2015-03-10 14:23:34 sendUrl INFO 83 [833] R:OK -2015-03-10 14:24:25 queue INFO >>83 [834] -2015-03-10 14:24:25 sendUrl INFO 83 [834] R:OK -2015-03-10 14:25:15 queue INFO >>83 [835] -2015-03-10 14:25:15 sendUrl INFO 83 [835] R:OK -2015-03-10 14:26:05 queue INFO >>83 [836] -2015-03-10 14:26:05 sendUrl INFO 83 [836] R:OK -2015-03-10 14:26:42 queue INFO 87 [837] -2015-03-10 14:26:42 queue INFO >87 [838] -2015-03-10 14:26:42 sendUrl INFO 87 [837] R:OK -2015-03-10 14:26:43 sendUrl INFO 87 [838] R:OK -2015-03-10 14:26:44 queue INFO 83 [839] -2015-03-10 14:26:44 sendUrl INFO 83 [839] R:OK -2015-03-10 14:26:44 queue INFO >83 [840] -2015-03-10 14:26:44 sendUrl INFO 83 [840] R:OK -2015-03-10 14:27:34 queue INFO >>83 [841] -2015-03-10 14:27:34 sendUrl INFO 83 [841] R:OK -2015-03-10 14:28:24 queue INFO >>83 [842] -2015-03-10 14:28:24 sendUrl INFO 83 [842] R:OK -2015-03-10 14:29:14 queue INFO >>83 [843] -2015-03-10 14:29:14 sendUrl INFO 83 [843] R:OK -2015-03-10 14:30:04 queue INFO >>83 [844] -2015-03-10 14:30:05 sendUrl INFO 83 [844] R:OK -2015-03-10 14:30:54 queue INFO >>83 [845] -2015-03-10 14:30:54 sendUrl INFO 83 [845] R:OK -2015-03-10 14:31:45 queue INFO >>83 [846] -2015-03-10 14:31:45 sendUrl INFO 83 [846] R:OK -2015-03-10 14:32:35 queue INFO >>83 [847] -2015-03-10 14:32:35 sendUrl INFO 83 [847] R:OK -2015-03-10 14:33:25 queue INFO >>83 [848] -2015-03-10 14:33:25 sendUrl INFO 83 [848] R:OK -2015-03-10 14:34:15 queue INFO >>83 [849] -2015-03-10 14:34:15 sendUrl INFO 83 [849] R:OK -2015-03-10 14:35:05 queue INFO >>83 [850] -2015-03-10 14:35:06 sendUrl INFO 83 [850] R:OK -2015-03-10 14:35:42 queue INFO 87 [851] -2015-03-10 14:35:42 queue INFO >87 [852] -2015-03-10 14:35:42 sendUrl INFO 87 [851] R:OK -2015-03-10 14:35:43 sendUrl INFO 87 [852] R:OK -2015-03-10 14:35:43 queue INFO 83 [853] -2015-03-10 14:35:44 queue INFO >83 [854] -2015-03-10 14:35:44 sendUrl INFO 83 [853] R:OK -2015-03-10 14:35:44 sendUrl INFO 83 [854] R:OK -2015-03-10 14:36:34 queue INFO >>83 [855] -2015-03-10 14:36:34 sendUrl INFO 83 [855] R:OK -2015-03-10 14:37:24 queue INFO >>83 [856] -2015-03-10 14:37:24 sendUrl INFO 83 [856] R:OK -2015-03-10 14:38:14 queue INFO >>83 [857] -2015-03-10 14:38:14 sendUrl INFO 83 [857] R:OK -2015-03-10 14:39:04 queue INFO >>83 [858] -2015-03-10 14:39:04 sendUrl INFO 83 [858] R:OK -2015-03-10 14:39:54 queue INFO >>83 [859] -2015-03-10 14:39:55 sendUrl INFO 83 [859] R:OK -2015-03-10 14:40:44 queue INFO >>83 [860] -2015-03-10 14:40:45 sendUrl INFO 83 [860] R:OK -2015-03-10 14:41:35 queue INFO >>83 [861] -2015-03-10 14:41:35 sendUrl INFO 83 [861] R:OK -2015-03-10 14:42:25 queue INFO >>83 [862] -2015-03-10 14:42:25 sendUrl INFO 83 [862] R:OK -2015-03-10 14:43:15 queue INFO >>83 [863] -2015-03-10 14:43:15 sendUrl INFO 83 [863] R:OK -2015-03-10 14:44:05 queue INFO >>83 [864] -2015-03-10 14:44:05 sendUrl INFO 83 [864] R:OK -2015-03-10 14:44:42 queue INFO 87 [865] -2015-03-10 14:44:42 queue INFO >87 [866] -2015-03-10 14:44:43 sendUrl INFO 87 [865] R:OK -2015-03-10 14:44:43 sendUrl INFO 87 [866] R:OK -2015-03-10 14:44:44 queue INFO 83 [867] -2015-03-10 14:44:44 queue INFO >83 [868] -2015-03-10 14:44:44 sendUrl INFO 83 [867] R:OK -2015-03-10 14:44:44 sendUrl INFO 83 [868] R:OK -2015-03-10 14:45:34 queue INFO >>83 [869] -2015-03-10 14:45:34 sendUrl INFO 83 [869] R:OK -2015-03-10 14:46:24 queue INFO >>83 [870] -2015-03-10 14:46:24 sendUrl INFO 83 [870] R:OK -2015-03-10 14:47:14 queue INFO >>83 [871] -2015-03-10 14:47:14 sendUrl INFO 83 [871] R:OK -2015-03-10 14:48:04 queue INFO >>83 [872] -2015-03-10 14:48:05 sendUrl INFO 83 [872] R:OK -2015-03-10 14:48:54 queue INFO >>83 [873] -2015-03-10 14:48:55 sendUrl INFO 83 [873] R:OK -2015-03-10 14:49:45 queue INFO >>83 [874] -2015-03-10 14:49:45 sendUrl INFO 83 [874] R:OK -2015-03-10 14:50:35 queue INFO >>83 [875] -2015-03-10 14:50:35 sendUrl INFO 83 [875] R:OK -2015-03-10 14:51:25 queue INFO >>83 [876] -2015-03-10 14:51:25 sendUrl INFO 83 [876] R:OK -2015-03-10 14:52:15 queue INFO >>83 [877] -2015-03-10 14:52:16 sendUrl INFO 83 [877] R:OK -2015-03-10 14:53:05 queue INFO >>83 [878] -2015-03-10 14:53:05 sendUrl INFO 83 [878] R:OK -2015-03-10 14:53:42 queue INFO 87 [879] -2015-03-10 14:53:42 queue INFO >87 [880] -2015-03-10 14:53:42 sendUrl INFO 87 [879] R:OK -2015-03-10 14:53:43 sendUrl INFO 87 [880] R:OK -2015-03-10 14:53:44 queue INFO 83 [881] -2015-03-10 14:53:44 queue INFO >83 [882] -2015-03-10 14:53:44 sendUrl INFO 83 [881] R:OK -2015-03-10 14:53:45 sendUrl INFO 83 [882] R:OK -2015-03-10 14:54:34 queue INFO >>83 [883] -2015-03-10 14:54:34 sendUrl INFO 83 [883] R:OK -2015-03-10 14:55:24 queue INFO >>83 [884] -2015-03-10 14:55:24 sendUrl INFO 83 [884] R:OK -2015-03-10 14:56:14 queue INFO >>83 [885] -2015-03-10 14:56:14 sendUrl INFO 83 [885] R:OK -2015-03-10 14:57:04 queue INFO >>83 [886] -2015-03-10 14:57:04 sendUrl INFO 83 [886] R:OK -2015-03-10 14:57:54 queue INFO >>83 [887] -2015-03-10 14:57:55 sendUrl INFO 83 [887] R:OK -2015-03-10 14:58:44 queue INFO >>83 [888] -2015-03-10 14:58:45 sendUrl INFO 83 [888] R:OK -2015-03-10 14:59:35 queue INFO >>83 [889] -2015-03-10 14:59:35 sendUrl INFO 83 [889] R:OK -2015-03-10 15:00:25 queue INFO >>83 [890] -2015-03-10 15:00:25 sendUrl INFO 83 [890] R:OK -2015-03-10 15:01:15 queue INFO >>83 [891] -2015-03-10 15:01:15 sendUrl INFO 83 [891] R:OK -2015-03-10 15:02:05 queue INFO >>83 [892] -2015-03-10 15:02:05 sendUrl INFO 83 [892] R:OK -2015-03-10 15:02:43 queue INFO 87 [893] -2015-03-10 15:02:43 sendUrl INFO 87 [893] R:OK -2015-03-10 15:02:43 queue INFO >87 [894] -2015-03-10 15:02:43 sendUrl INFO 87 [894] R:OK -2015-03-10 15:02:44 queue INFO 83 [895] -2015-03-10 15:02:44 queue INFO >83 [896] -2015-03-10 15:02:45 sendUrl INFO 83 [895] R:OK -2015-03-10 15:02:45 sendUrl INFO 83 [896] R:OK -2015-03-10 15:03:34 queue INFO >>83 [897] -2015-03-10 15:03:35 sendUrl INFO 83 [897] R:OK -2015-03-10 15:04:25 queue INFO >>83 [898] -2015-03-10 15:04:25 sendUrl INFO 83 [898] R:OK -2015-03-10 15:05:15 queue INFO >>83 [899] -2015-03-10 15:05:15 sendUrl INFO 83 [899] R:OK -2015-03-10 15:06:05 queue INFO >>83 [900] -2015-03-10 15:06:05 sendUrl INFO 83 [900] R:OK -2015-03-10 15:06:55 queue INFO >>83 [901] -2015-03-10 15:06:55 sendUrl INFO 83 [901] R:OK -2015-03-10 15:07:45 queue INFO >>83 [902] -2015-03-10 15:07:45 sendUrl INFO 83 [902] R:OK -2015-03-10 15:08:35 queue INFO >>83 [903] -2015-03-10 15:08:36 sendUrl INFO 83 [903] R:OK -2015-03-10 15:09:25 queue INFO >>83 [904] -2015-03-10 15:09:26 sendUrl INFO 83 [904] R:OK -2015-03-10 15:10:16 queue INFO >>83 [905] -2015-03-10 15:10:16 sendUrl INFO 83 [905] R:OK -2015-03-10 15:11:06 queue INFO >>83 [906] -2015-03-10 15:11:06 sendUrl INFO 83 [906] R:OK -2015-03-10 15:11:43 queue INFO 87 [907] -2015-03-10 15:11:43 queue INFO >87 [908] -2015-03-10 15:11:43 sendUrl INFO 87 [907] R:OK -2015-03-10 15:11:43 sendUrl INFO 87 [908] R:OK -2015-03-10 15:11:44 queue INFO 83 [909] -2015-03-10 15:11:44 queue INFO >83 [910] -2015-03-10 15:11:44 sendUrl INFO 83 [909] R:OK -2015-03-10 15:11:45 sendUrl INFO 83 [910] R:OK -2015-03-10 15:12:34 queue INFO >>83 [911] -2015-03-10 15:12:35 sendUrl INFO 83 [911] R:OK -2015-03-10 15:13:24 queue INFO >>83 [912] -2015-03-10 15:13:25 sendUrl INFO 83 [912] R:OK -2015-03-10 15:14:15 queue INFO >>83 [913] -2015-03-10 15:14:15 sendUrl INFO 83 [913] R:OK -2015-03-10 15:15:05 queue INFO >>83 [914] -2015-03-10 15:15:05 sendUrl INFO 83 [914] R:OK -2015-03-10 15:15:55 queue INFO >>83 [915] -2015-03-10 15:15:55 sendUrl INFO 83 [915] R:OK -2015-03-10 15:16:45 queue INFO >>83 [916] -2015-03-10 15:16:45 sendUrl INFO 83 [916] R:OK -2015-03-10 15:17:35 queue INFO >>83 [917] -2015-03-10 15:17:36 sendUrl INFO 83 [917] R:OK -2015-03-10 15:18:25 queue INFO >>83 [918] -2015-03-10 15:18:26 sendUrl INFO 83 [918] R:OK -2015-03-10 15:19:15 queue INFO >>83 [919] -2015-03-10 15:19:16 sendUrl INFO 83 [919] R:OK -2015-03-10 15:20:06 queue INFO >>83 [920] -2015-03-10 15:20:06 sendUrl INFO 83 [920] R:OK -2015-03-10 15:20:43 queue INFO 87 [921] -2015-03-10 15:20:43 queue INFO >87 [922] -2015-03-10 15:20:43 sendUrl INFO 87 [921] R:OK -2015-03-10 15:20:43 sendUrl INFO 87 [922] R:OK -2015-03-10 15:20:44 queue INFO 83 [923] -2015-03-10 15:20:44 sendUrl INFO 83 [923] R:OK -2015-03-10 15:20:45 queue INFO >83 [924] -2015-03-10 15:20:45 sendUrl INFO 83 [924] R:OK -2015-03-10 15:21:34 queue INFO >>83 [925] -2015-03-10 15:21:35 sendUrl INFO 83 [925] R:OK -2015-03-10 15:22:25 queue INFO >>83 [926] -2015-03-10 15:22:25 sendUrl INFO 83 [926] R:OK -2015-03-10 15:23:15 queue INFO >>83 [927] -2015-03-10 15:23:15 sendUrl INFO 83 [927] R:OK -2015-03-10 15:24:05 queue INFO >>83 [928] -2015-03-10 15:24:05 sendUrl INFO 83 [928] R:OK -2015-03-10 15:24:55 queue INFO >>83 [929] -2015-03-10 15:24:55 sendUrl INFO 83 [929] R:OK -2015-03-10 15:25:45 queue INFO >>83 [930] -2015-03-10 15:25:45 sendUrl INFO 83 [930] R:OK -2015-03-10 15:26:35 queue INFO >>83 [931] -2015-03-10 15:26:36 sendUrl INFO 83 [931] R:OK -2015-03-10 15:27:25 queue INFO >>83 [932] -2015-03-10 15:27:26 sendUrl INFO 83 [932] R:OK -2015-03-10 15:28:15 queue INFO >>83 [933] -2015-03-10 15:28:16 sendUrl INFO 83 [933] R:OK -2015-03-10 15:29:06 queue INFO >>83 [934] -2015-03-10 15:29:06 sendUrl INFO 83 [934] R:OK -2015-03-10 15:29:43 queue INFO 87 [935] -2015-03-10 15:29:43 queue INFO >87 [936] -2015-03-10 15:29:43 sendUrl INFO 87 [935] R:OK -2015-03-10 15:29:44 sendUrl INFO 87 [936] R:OK -2015-03-10 15:29:44 queue INFO 83 [937] -2015-03-10 15:29:44 queue INFO >83 [938] -2015-03-10 15:29:45 sendUrl INFO 83 [937] R:OK -2015-03-10 15:29:45 sendUrl INFO 83 [938] R:OK -2015-03-10 15:30:34 queue INFO >>83 [939] -2015-03-10 15:30:34 sendUrl INFO 83 [939] R:OK -2015-03-10 15:31:24 queue INFO >>83 [940] -2015-03-10 15:31:25 sendUrl INFO 83 [940] R:OK -2015-03-10 15:32:15 queue INFO >>83 [941] -2015-03-10 15:32:15 sendUrl INFO 83 [941] R:OK -2015-03-10 15:33:05 queue INFO >>83 [942] -2015-03-10 15:33:05 sendUrl INFO 83 [942] R:OK -2015-03-10 15:33:55 queue INFO >>83 [943] -2015-03-10 15:33:55 sendUrl INFO 83 [943] R:OK -2015-03-10 15:34:45 queue INFO >>83 [944] -2015-03-10 15:34:46 sendUrl INFO 83 [944] R:OK -2015-03-10 15:35:35 queue INFO >>83 [945] -2015-03-10 15:35:35 sendUrl INFO 83 [945] R:OK -2015-03-10 15:36:25 queue INFO >>83 [946] -2015-03-10 15:36:26 sendUrl INFO 83 [946] R:OK -2015-03-10 15:37:16 queue INFO >>83 [947] -2015-03-10 15:37:16 sendUrl INFO 83 [947] R:OK -2015-03-10 15:38:06 queue INFO >>83 [948] -2015-03-10 15:38:06 sendUrl INFO 83 [948] R:OK -2015-03-10 15:38:43 queue INFO 87 [949] -2015-03-10 15:38:43 queue INFO >87 [950] -2015-03-10 15:38:43 sendUrl INFO 87 [949] R:OK -2015-03-10 15:38:44 sendUrl INFO 87 [950] R:OK -2015-03-10 15:38:44 queue INFO 83 [951] -2015-03-10 15:38:45 queue INFO >83 [952] -2015-03-10 15:38:45 sendUrl INFO 83 [951] R:OK -2015-03-10 15:38:45 sendUrl INFO 83 [952] R:OK -2015-03-10 15:39:34 queue INFO >>83 [953] -2015-03-10 15:39:35 sendUrl INFO 83 [953] R:OK -2015-03-10 15:40:25 queue INFO >>83 [954] -2015-03-10 15:40:25 sendUrl INFO 83 [954] R:OK -2015-03-10 15:41:15 queue INFO >>83 [955] -2015-03-10 15:41:15 sendUrl INFO 83 [955] R:OK -2015-03-10 15:42:05 queue INFO >>83 [956] -2015-03-10 15:42:05 sendUrl INFO 83 [956] R:OK -2015-03-10 15:42:55 queue INFO >>83 [957] -2015-03-10 15:42:55 sendUrl INFO 83 [957] R:OK -2015-03-10 15:43:45 queue INFO >>83 [958] -2015-03-10 15:43:46 sendUrl INFO 83 [958] R:OK -2015-03-10 15:44:35 queue INFO >>83 [959] -2015-03-10 15:44:36 sendUrl INFO 83 [959] R:OK -2015-03-10 15:45:25 queue INFO >>83 [960] -2015-03-10 15:45:26 sendUrl INFO 83 [960] R:OK -2015-03-10 15:46:16 queue INFO >>83 [961] -2015-03-10 15:46:16 sendUrl INFO 83 [961] R:OK -2015-03-10 15:47:06 queue INFO >>83 [962] -2015-03-10 15:47:06 sendUrl INFO 83 [962] R:OK -2015-03-10 15:47:43 queue INFO 87 [963] -2015-03-10 15:47:43 sendUrl INFO 87 [963] R:OK -2015-03-10 15:47:43 queue INFO >87 [964] -2015-03-10 15:47:43 sendUrl INFO 87 [964] R:OK -2015-03-10 15:47:44 queue INFO 83 [965] -2015-03-10 15:47:44 queue INFO >83 [966] -2015-03-10 15:47:45 sendUrl INFO 83 [965] R:OK -2015-03-10 15:47:45 sendUrl INFO 83 [966] R:OK -2015-03-10 15:48:34 queue INFO >>83 [967] -2015-03-10 15:48:35 sendUrl INFO 83 [967] R:OK -2015-03-10 15:49:25 queue INFO >>83 [968] -2015-03-10 15:49:25 sendUrl INFO 83 [968] R:OK -2015-03-10 15:50:15 queue INFO >>83 [969] -2015-03-10 15:50:15 sendUrl INFO 83 [969] R:OK -2015-03-10 15:51:05 queue INFO >>83 [970] -2015-03-10 15:51:05 sendUrl INFO 83 [970] R:OK -2015-03-10 15:51:55 queue INFO >>83 [971] -2015-03-10 15:51:55 sendUrl INFO 83 [971] R:OK -2015-03-10 15:52:45 queue INFO >>83 [972] -2015-03-10 15:52:45 sendUrl INFO 83 [972] R:OK -2015-03-10 15:53:35 queue INFO >>83 [973] -2015-03-10 15:53:36 sendUrl INFO 83 [973] R:OK -2015-03-10 15:54:26 queue INFO >>83 [974] -2015-03-10 15:54:26 sendUrl INFO 83 [974] R:OK -2015-03-10 15:55:16 queue INFO >>83 [975] -2015-03-10 15:55:16 sendUrl INFO 83 [975] R:OK -2015-03-10 15:56:06 queue INFO >>83 [976] -2015-03-10 15:56:06 sendUrl INFO 83 [976] R:OK -2015-03-10 15:56:43 queue INFO 87 [977] -2015-03-10 15:56:44 queue INFO >87 [978] -2015-03-10 15:56:44 sendUrl INFO 87 [977] R:OK -2015-03-10 15:56:44 sendUrl INFO 87 [978] R:OK -2015-03-10 15:56:45 queue INFO 83 [979] -2015-03-10 15:56:45 queue INFO >83 [980] -2015-03-10 15:56:45 sendUrl INFO 83 [979] R:OK -2015-03-10 15:56:46 sendUrl INFO 83 [980] R:OK -2015-03-10 15:57:35 queue INFO >>83 [981] -2015-03-10 15:57:35 sendUrl INFO 83 [981] R:OK -2015-03-10 15:58:25 queue INFO >>83 [982] -2015-03-10 15:58:26 sendUrl INFO 83 [982] R:OK -2015-03-10 15:59:15 queue INFO >>83 [983] -2015-03-10 15:59:16 sendUrl INFO 83 [983] R:OK -2015-03-10 16:00:06 queue INFO >>83 [984] -2015-03-10 16:00:06 sendUrl INFO 83 [984] R:OK -2015-03-10 16:00:56 queue INFO >>83 [985] -2015-03-10 16:00:56 sendUrl INFO 83 [985] R:OK -2015-03-10 16:01:46 queue INFO >>83 [986] -2015-03-10 16:01:46 sendUrl INFO 83 [986] R:OK -2015-03-10 16:02:36 queue INFO >>83 [987] -2015-03-10 16:02:36 sendUrl INFO 83 [987] R:OK -2015-03-10 16:03:26 queue INFO >>83 [988] -2015-03-10 16:03:27 sendUrl INFO 83 [988] R:OK -2015-03-10 16:04:16 queue INFO >>83 [989] -2015-03-10 16:04:16 sendUrl INFO 83 [989] R:OK -2015-03-10 16:05:06 queue INFO >>83 [990] -2015-03-10 16:05:07 sendUrl INFO 83 [990] R:OK -2015-03-10 16:05:43 queue INFO 87 [991] -2015-03-10 16:05:44 queue INFO >87 [992] -2015-03-10 16:05:44 sendUrl INFO 87 [991] R:OK -2015-03-10 16:05:44 sendUrl INFO 87 [992] R:OK -2015-03-10 16:05:45 queue INFO 83 [993] -2015-03-10 16:05:45 sendUrl INFO 83 [993] R:OK -2015-03-10 16:05:45 queue INFO >83 [994] -2015-03-10 16:05:46 sendUrl INFO 83 [994] R:OK -2015-03-10 16:06:35 queue INFO >>83 [995] -2015-03-10 16:06:35 sendUrl INFO 83 [995] R:OK -2015-03-10 16:07:25 queue INFO >>83 [996] -2015-03-10 16:07:26 sendUrl INFO 83 [996] R:OK -2015-03-10 16:08:15 queue INFO >>83 [997] -2015-03-10 16:08:16 sendUrl INFO 83 [997] R:OK -2015-03-10 16:09:05 queue INFO >>83 [998] -2015-03-10 16:09:06 sendUrl INFO 83 [998] R:OK -2015-03-10 16:09:56 queue INFO >>83 [999] -2015-03-10 16:09:56 sendUrl INFO 83 [999] R:OK -2015-03-10 16:10:46 queue INFO >>83 [0] -2015-03-10 16:10:46 sendUrl INFO 83 [0] R:OK -2015-03-10 16:11:36 queue INFO >>83 [1] -2015-03-10 16:11:36 sendUrl INFO 83 [1] R:OK -2015-03-10 16:12:26 queue INFO >>83 [2] -2015-03-10 16:12:26 sendUrl INFO 83 [2] R:OK -2015-03-10 16:13:16 queue INFO >>83 [3] -2015-03-10 16:13:17 sendUrl INFO 83 [3] R:OK -2015-03-10 16:14:06 queue INFO >>83 [4] -2015-03-10 16:14:06 sendUrl INFO 83 [4] R:OK -2015-03-10 16:14:43 queue INFO 87 [5] -2015-03-10 16:14:44 queue INFO >87 [6] -2015-03-10 16:14:44 sendUrl INFO 87 [5] R:OK -2015-03-10 16:14:44 sendUrl INFO 87 [6] R:OK -2015-03-10 16:14:45 queue INFO 83 [7] -2015-03-10 16:14:45 sendUrl INFO 83 [7] R:OK -2015-03-10 16:14:45 queue INFO >83 [8] -2015-03-10 16:14:46 sendUrl INFO 83 [8] R:OK -2015-03-10 16:15:35 queue INFO >>83 [9] -2015-03-10 16:15:36 sendUrl INFO 83 [9] R:OK -2015-03-10 16:16:25 queue INFO >>83 [10] -2015-03-10 16:16:26 sendUrl INFO 83 [10] R:OK -2015-03-10 16:17:16 queue INFO >>83 [11] -2015-03-10 16:17:16 sendUrl INFO 83 [11] R:OK -2015-03-10 16:18:06 queue INFO >>83 [12] -2015-03-10 16:18:06 sendUrl INFO 83 [12] R:OK -2015-03-10 16:18:56 queue INFO >>83 [13] -2015-03-10 16:18:56 sendUrl INFO 83 [13] R:OK -2015-03-10 16:19:46 queue INFO >>83 [14] -2015-03-10 16:19:46 sendUrl INFO 83 [14] R:OK -2015-03-10 16:20:36 queue INFO >>83 [15] -2015-03-10 16:20:37 sendUrl INFO 83 [15] R:OK -2015-03-10 16:21:26 queue INFO >>83 [16] -2015-03-10 16:21:26 sendUrl INFO 83 [16] R:OK -2015-03-10 16:22:16 queue INFO >>83 [17] -2015-03-10 16:22:17 sendUrl INFO 83 [17] R:OK -2015-03-10 16:23:07 queue INFO >>83 [18] -2015-03-10 16:23:07 sendUrl INFO 83 [18] R:OK -2015-03-10 16:23:43 queue INFO 87 [19] -2015-03-10 16:23:43 queue INFO >87 [20] -2015-03-10 16:23:44 sendUrl INFO 87 [19] R:OK -2015-03-10 16:23:44 sendUrl INFO 87 [20] R:OK -2015-03-10 16:23:45 queue INFO 83 [21] -2015-03-10 16:23:45 queue INFO >83 [22] -2015-03-10 16:23:45 sendUrl INFO 83 [21] R:OK -2015-03-10 16:23:46 sendUrl INFO 83 [22] R:OK -2015-03-10 16:24:35 queue INFO >>83 [23] -2015-03-10 16:24:35 sendUrl INFO 83 [23] R:OK -2015-03-10 16:25:25 queue INFO >>83 [24] -2015-03-10 16:25:26 sendUrl INFO 83 [24] R:OK -2015-03-10 16:26:15 queue INFO >>83 [25] -2015-03-10 16:26:16 sendUrl INFO 83 [25] R:OK -2015-03-10 16:27:06 queue INFO >>83 [26] -2015-03-10 16:27:06 sendUrl INFO 83 [26] R:OK -2015-03-10 16:27:56 queue INFO >>83 [27] -2015-03-10 16:27:56 sendUrl INFO 83 [27] R:OK -2015-03-10 16:28:46 queue INFO >>83 [28] -2015-03-10 16:28:46 sendUrl INFO 83 [28] R:OK -2015-03-10 16:29:36 queue INFO >>83 [29] -2015-03-10 16:29:36 sendUrl INFO 83 [29] R:OK -2015-03-10 16:30:26 queue INFO >>83 [30] -2015-03-10 16:30:27 sendUrl INFO 83 [30] R:OK -2015-03-10 16:31:16 queue INFO >>83 [31] -2015-03-10 16:31:16 sendUrl INFO 83 [31] R:OK -2015-03-10 16:32:06 queue INFO >>83 [32] -2015-03-10 16:32:07 sendUrl INFO 83 [32] R:OK -2015-03-10 16:32:44 queue INFO 87 [33] -2015-03-10 16:32:44 queue INFO >87 [34] -2015-03-10 16:32:44 sendUrl INFO 87 [33] R:OK -2015-03-10 16:32:44 sendUrl INFO 87 [34] R:OK -2015-03-10 16:32:45 queue INFO 83 [35] -2015-03-10 16:32:45 queue INFO >83 [36] -2015-03-10 16:32:46 sendUrl INFO 83 [35] R:OK -2015-03-10 16:32:46 sendUrl INFO 83 [36] R:OK -2015-03-10 16:33:35 queue INFO >>83 [37] -2015-03-10 16:33:36 sendUrl INFO 83 [37] R:OK -2015-03-10 16:34:25 queue INFO >>83 [38] -2015-03-10 16:34:26 sendUrl INFO 83 [38] R:OK -2015-03-10 16:35:16 queue INFO >>83 [39] -2015-03-10 16:35:16 sendUrl INFO 83 [39] R:OK -2015-03-10 16:36:06 queue INFO >>83 [40] -2015-03-10 16:36:06 sendUrl INFO 83 [40] R:OK -2015-03-10 16:36:56 queue INFO >>83 [41] -2015-03-10 16:36:56 sendUrl INFO 83 [41] R:OK -2015-03-10 16:37:46 queue INFO >>83 [42] -2015-03-10 16:37:46 sendUrl INFO 83 [42] R:OK -2015-03-10 16:38:36 queue INFO >>83 [43] -2015-03-10 16:38:36 sendUrl INFO 83 [43] R:OK -2015-03-10 16:39:26 queue INFO >>83 [44] -2015-03-10 16:39:27 sendUrl INFO 83 [44] R:OK -2015-03-10 16:40:16 queue INFO >>83 [45] -2015-03-10 16:40:16 sendUrl INFO 83 [45] R:OK -2015-03-10 16:41:06 queue INFO >>83 [46] -2015-03-10 16:41:07 sendUrl INFO 83 [46] R:OK -2015-03-10 16:41:43 queue INFO 87 [47] -2015-03-10 16:41:44 queue INFO >87 [48] -2015-03-10 16:41:44 sendUrl INFO 87 [47] R:OK -2015-03-10 16:41:44 sendUrl INFO 87 [48] R:OK -2015-03-10 16:41:45 queue INFO 83 [49] -2015-03-10 16:41:45 sendUrl INFO 83 [49] R:OK -2015-03-10 16:41:45 queue INFO >83 [50] -2015-03-10 16:41:46 sendUrl INFO 83 [50] R:OK -2015-03-10 16:42:35 queue INFO >>83 [51] -2015-03-10 16:42:35 sendUrl INFO 83 [51] R:OK -2015-03-10 16:43:25 queue INFO >>83 [52] -2015-03-10 16:43:26 sendUrl INFO 83 [52] R:OK -2015-03-10 16:44:15 queue INFO >>83 [53] -2015-03-10 16:44:16 sendUrl INFO 83 [53] R:OK -2015-03-10 16:45:06 queue INFO >>83 [54] -2015-03-10 16:45:06 sendUrl INFO 83 [54] R:OK -2015-03-10 16:45:56 queue INFO >>83 [55] -2015-03-10 16:45:56 sendUrl INFO 83 [55] R:OK -2015-03-10 16:46:46 queue INFO >>83 [56] -2015-03-10 16:46:46 sendUrl INFO 83 [56] R:OK -2015-03-10 16:47:36 queue INFO >>83 [57] -2015-03-10 16:47:36 sendUrl INFO 83 [57] R:OK -2015-03-10 16:48:26 queue INFO >>83 [58] -2015-03-10 16:48:27 sendUrl INFO 83 [58] R:OK -2015-03-10 16:49:16 queue INFO >>83 [59] -2015-03-10 16:49:17 sendUrl INFO 83 [59] R:OK -2015-03-10 16:50:07 queue INFO >>83 [60] -2015-03-10 16:50:07 sendUrl INFO 83 [60] R:OK -2015-03-10 16:50:44 queue INFO 87 [61] -2015-03-10 16:50:44 sendUrl INFO 87 [61] R:OK -2015-03-10 16:50:44 queue INFO >87 [62] -2015-03-10 16:50:45 sendUrl INFO 87 [62] R:OK -2015-03-10 16:50:46 queue INFO 83 [63] -2015-03-10 16:50:46 queue INFO >83 [64] -2015-03-10 16:50:46 sendUrl INFO 83 [63] R:OK -2015-03-10 16:50:47 sendUrl INFO 83 [64] R:OK -2015-03-10 16:51:36 queue INFO >>83 [65] -2015-03-10 16:51:36 sendUrl INFO 83 [65] R:OK -2015-03-10 16:52:26 queue INFO >>83 [66] -2015-03-10 16:52:26 sendUrl INFO 83 [66] R:OK -2015-03-10 16:53:16 queue INFO >>83 [67] -2015-03-10 16:53:16 sendUrl INFO 83 [67] R:OK -2015-03-10 16:54:06 queue INFO >>83 [68] -2015-03-10 16:54:07 sendUrl INFO 83 [68] R:OK -2015-03-10 16:54:56 queue INFO >>83 [69] -2015-03-10 16:54:57 sendUrl INFO 83 [69] R:OK -2015-03-10 16:55:47 queue INFO >>83 [70] -2015-03-10 16:55:47 sendUrl INFO 83 [70] R:OK -2015-03-10 16:56:37 queue INFO >>83 [71] -2015-03-10 16:56:37 sendUrl INFO 83 [71] R:OK -2015-03-10 16:57:27 queue INFO >>83 [72] -2015-03-10 16:57:27 sendUrl INFO 83 [72] R:OK -2015-03-10 16:58:07 queue INFO 81 [73] -2015-03-10 16:58:07 queue INFO >81 [74] -2015-03-10 16:58:07 sendUrl INFO 81 [73] R:OK -2015-03-10 16:58:08 sendUrl INFO 81 [74] R:OK -2015-03-10 16:58:57 queue INFO >>81 [75] -2015-03-10 16:58:57 sendUrl INFO 81 [75] R:OK -2015-03-10 16:59:40 queue INFO 99 [76] -2015-03-10 16:59:41 queue INFO >99 [77] -2015-03-10 16:59:41 sendUrl INFO 99 [76] R:OK -2015-03-10 16:59:41 sendUrl INFO 99 [77] R:OK -2015-03-10 17:00:31 queue INFO >>99 [78] -2015-03-10 17:00:31 sendUrl INFO 99 [78] R:OK -2015-03-10 17:01:21 queue INFO >>99 [79] -2015-03-10 17:01:21 sendUrl INFO 99 [79] R:OK -2015-03-10 17:02:11 queue INFO >>99 [80] -2015-03-10 17:02:11 sendUrl INFO 99 [80] R:OK -2015-03-10 17:02:37 queue INFO 8 [81] -2015-03-10 17:02:38 queue INFO >8 [82] -2015-03-10 17:02:38 sendUrl INFO 8 [81] R:OK -2015-03-10 17:02:38 sendUrl INFO 8 [82] R:OK -2015-03-10 17:03:28 queue INFO >>8 [83] -2015-03-10 17:03:28 sendUrl INFO 8 [83] R:OK -2015-03-10 17:03:34 queue INFO 99 [84] -2015-03-10 17:03:35 queue INFO >99 [85] -2015-03-10 17:03:35 sendUrl INFO 99 [84] R:OK -2015-03-10 17:03:35 sendUrl INFO 99 [85] R:OK -2015-03-10 17:04:25 queue INFO >>99 [86] -2015-03-10 17:04:25 sendUrl INFO 99 [86] R:OK -2015-03-10 17:04:49 queue INFO B9 [87] -2015-03-10 17:04:49 sendUrl INFO B9 [87] R:OK -2015-03-10 17:04:49 queue INFO >B9 [88] -2015-03-10 17:04:50 sendUrl INFO B9 [88] R:OK -2015-03-10 17:05:39 queue INFO >>B9 [89] -2015-03-10 17:05:40 sendUrl INFO B9 [89] R:OK -2015-03-10 17:06:30 queue INFO >>B9 [90] -2015-03-10 17:06:30 sendUrl INFO B9 [90] R:OK -2015-03-10 17:07:20 queue INFO >>B9 [91] -2015-03-10 17:07:20 sendUrl INFO B9 [91] R:OK -2015-03-10 17:08:10 queue INFO >>B9 [92] -2015-03-10 17:08:10 sendUrl INFO B9 [92] R:OK -2015-03-10 17:09:00 queue INFO >>B9 [93] -2015-03-10 17:09:01 sendUrl INFO B9 [93] R:OK -2015-03-10 17:09:50 queue INFO >>B9 [94] -2015-03-10 17:09:50 sendUrl INFO B9 [94] R:OK -2015-03-10 17:10:40 queue INFO >>B9 [95] -2015-03-10 17:10:41 sendUrl INFO B9 [95] R:OK -2015-03-10 17:11:30 queue INFO >>B9 [96] -2015-03-10 17:11:31 sendUrl INFO B9 [96] R:OK -2015-03-10 17:11:56 queue INFO A9 [97] -2015-03-10 17:11:56 queue INFO >A9 [98] -2015-03-10 17:11:56 sendUrl INFO A9 [97] R:OK -2015-03-10 17:11:57 sendUrl INFO A9 [98] R:OK -2015-03-10 17:11:57 queue INFO A1 [99] -2015-03-10 17:11:58 queue INFO >A1 [100] -2015-03-10 17:11:58 sendUrl INFO A1 [99] R:OK -2015-03-10 17:11:58 sendUrl INFO A1 [100] R:OK -2015-03-10 17:12:47 queue INFO >>A1 [101] -2015-03-10 17:12:48 sendUrl INFO A1 [101] R:OK -2015-03-10 17:13:38 queue INFO >>A1 [102] -2015-03-10 17:13:38 sendUrl INFO A1 [102] R:OK -2015-03-10 17:14:28 queue INFO >>A1 [103] -2015-03-10 17:14:28 sendUrl INFO A1 [103] R:OK -2015-03-10 17:14:29 queue INFO 81 [104] -2015-03-10 17:14:29 sendUrl INFO 81 [104] R:OK -2015-03-10 17:14:29 queue INFO >81 [105] -2015-03-10 17:14:29 sendUrl INFO 81 [105] R:OK -2015-03-10 17:14:32 queue INFO A1 [106] -2015-03-10 17:14:32 queue INFO >A1 [107] -2015-03-10 17:14:33 sendUrl INFO A1 [106] R:OK -2015-03-10 17:14:33 sendUrl INFO A1 [107] R:OK -2015-03-10 17:14:37 queue INFO 81 [108] -2015-03-10 17:14:37 sendUrl INFO 81 [108] R:OK -2015-03-10 17:14:37 queue INFO >81 [109] -2015-03-10 17:14:37 sendUrl INFO 81 [109] R:OK -2015-03-10 17:14:59 queue INFO A1 [110] -2015-03-10 17:14:59 sendUrl INFO A1 [110] R:OK -2015-03-10 17:14:59 queue INFO >A1 [111] -2015-03-10 17:15:00 sendUrl INFO A1 [111] R:OK -2015-03-10 17:15:01 queue INFO 81 [112] -2015-03-10 17:15:02 queue INFO >81 [113] -2015-03-10 17:15:02 sendUrl INFO 81 [112] R:OK -2015-03-10 17:15:02 sendUrl INFO 81 [113] R:OK -2015-03-10 17:15:15 queue INFO A1 [114] -2015-03-10 17:15:16 queue INFO >A1 [115] -2015-03-10 17:15:16 sendUrl INFO A1 [114] R:OK -2015-03-10 17:15:16 sendUrl INFO A1 [115] R:OK -2015-03-10 17:15:31 queue INFO 81 [116] -2015-03-10 17:15:31 queue INFO >81 [117] -2015-03-10 17:15:31 sendUrl INFO 81 [116] R:OK -2015-03-10 17:15:32 sendUrl INFO 81 [117] R:OK -2015-03-10 17:15:40 queue INFO A1 [118] -2015-03-10 17:15:40 sendUrl INFO A1 [118] R:OK -2015-03-10 17:15:40 queue INFO >A1 [119] -2015-03-10 17:15:40 sendUrl INFO A1 [119] R:OK -2015-03-10 17:15:44 queue INFO 81 [120] -2015-03-10 17:15:44 queue INFO >81 [121] -2015-03-10 17:15:44 sendUrl INFO 81 [120] R:OK -2015-03-10 17:15:45 sendUrl INFO 81 [121] R:OK -2015-03-10 17:15:52 queue INFO A1 [122] -2015-03-10 17:15:52 sendUrl INFO A1 [122] R:OK -2015-03-10 17:15:52 queue INFO >A1 [123] -2015-03-10 17:15:53 sendUrl INFO A1 [123] R:OK -2015-03-10 17:15:53 queue INFO 81 [124] -2015-03-10 17:15:54 queue INFO >81 [125] -2015-03-10 17:15:54 sendUrl INFO 81 [124] R:OK -2015-03-10 17:15:54 sendUrl INFO 81 [125] R:OK -2015-03-10 17:16:18 queue INFO 83 [126] -2015-03-10 17:16:18 sendUrl INFO 83 [126] R:OK -2015-03-10 17:16:18 queue INFO >83 [127] -2015-03-10 17:16:19 sendUrl INFO 83 [127] R:OK -2015-03-10 17:16:44 queue INFO 87 [128] -2015-03-10 17:16:44 queue INFO >87 [129] -2015-03-10 17:16:45 sendUrl INFO 87 [128] R:OK -2015-03-10 17:16:45 sendUrl INFO 87 [129] R:OK -2015-03-10 17:16:46 queue INFO 83 [130] -2015-03-10 17:16:46 queue INFO >83 [131] -2015-03-10 17:16:46 sendUrl INFO 83 [130] R:OK -2015-03-10 17:16:47 sendUrl INFO 83 [131] R:OK -2015-03-10 17:17:36 queue INFO >>83 [132] -2015-03-10 17:17:36 sendUrl INFO 83 [132] R:OK -2015-03-10 17:18:26 queue INFO >>83 [133] -2015-03-10 17:18:26 sendUrl INFO 83 [133] R:OK -2015-03-10 17:19:16 queue INFO >>83 [134] -2015-03-10 17:19:17 sendUrl INFO 83 [134] R:OK -2015-03-10 17:20:06 queue INFO >>83 [135] -2015-03-10 17:20:07 sendUrl INFO 83 [135] R:OK -2015-03-10 17:20:57 queue INFO >>83 [136] -2015-03-10 17:20:57 sendUrl INFO 83 [136] R:OK -2015-03-10 17:21:47 queue INFO >>83 [137] -2015-03-10 17:21:47 sendUrl INFO 83 [137] R:OK -2015-03-10 17:22:37 queue INFO >>83 [138] -2015-03-10 17:22:37 sendUrl INFO 83 [138] R:OK -2015-03-10 17:23:27 queue INFO >>83 [139] -2015-03-10 17:23:27 sendUrl INFO 83 [139] R:OK -2015-03-10 17:24:17 queue INFO >>83 [140] -2015-03-10 17:24:17 sendUrl INFO 83 [140] R:OK -2015-03-10 17:25:07 queue INFO >>83 [141] -2015-03-10 17:25:08 sendUrl INFO 83 [141] R:OK -2015-03-10 17:25:43 queue INFO 87 [142] -2015-03-10 17:25:44 queue INFO >87 [143] -2015-03-10 17:25:44 sendUrl INFO 87 [142] R:OK -2015-03-10 17:25:44 sendUrl INFO 87 [143] R:OK -2015-03-10 17:25:45 queue INFO 83 [144] -2015-03-10 17:25:45 queue INFO >83 [145] -2015-03-10 17:25:45 sendUrl INFO 83 [144] R:OK -2015-03-10 17:25:46 sendUrl INFO 83 [145] R:OK -2015-03-10 17:26:35 queue INFO >>83 [146] -2015-03-10 17:26:36 sendUrl INFO 83 [146] R:OK -2015-03-10 17:27:25 queue INFO >>83 [147] -2015-03-10 17:27:25 sendUrl INFO 83 [147] R:OK -2015-03-10 17:28:16 queue INFO >>83 [148] -2015-03-10 17:28:16 sendUrl INFO 83 [148] R:OK -2015-03-10 17:29:06 queue INFO >>83 [149] -2015-03-10 17:29:06 sendUrl INFO 83 [149] R:OK -2015-03-10 17:29:56 queue INFO >>83 [150] -2015-03-10 17:29:56 sendUrl INFO 83 [150] R:OK -2015-03-10 17:30:46 queue INFO >>83 [151] -2015-03-10 17:30:46 sendUrl INFO 83 [151] R:OK -2015-03-10 17:31:36 queue INFO >>83 [152] -2015-03-10 17:31:37 sendUrl INFO 83 [152] R:OK -2015-03-10 17:32:26 queue INFO >>83 [153] -2015-03-10 17:32:27 sendUrl INFO 83 [153] R:OK -2015-03-10 17:33:16 queue INFO >>83 [154] -2015-03-10 17:33:17 sendUrl INFO 83 [154] R:OK -2015-03-10 17:34:07 queue INFO >>83 [155] -2015-03-10 17:34:07 sendUrl INFO 83 [155] R:OK -2015-03-10 17:34:44 queue INFO 87 [156] -2015-03-10 17:34:44 queue INFO >87 [157] -2015-03-10 17:34:44 sendUrl INFO 87 [156] R:OK -2015-03-10 17:34:44 sendUrl INFO 87 [157] R:OK -2015-03-10 17:34:45 queue INFO 83 [158] -2015-03-10 17:34:45 sendUrl INFO 83 [158] R:OK -2015-03-10 17:34:46 queue INFO >83 [159] -2015-03-10 17:34:46 sendUrl INFO 83 [159] R:OK -2015-03-10 17:35:35 queue INFO >>83 [160] -2015-03-10 17:35:36 sendUrl INFO 83 [160] R:OK -2015-03-10 17:36:26 queue INFO >>83 [161] -2015-03-10 17:36:26 sendUrl INFO 83 [161] R:OK -2015-03-10 17:37:16 queue INFO >>83 [162] -2015-03-10 17:37:16 sendUrl INFO 83 [162] R:OK -2015-03-10 17:38:06 queue INFO >>83 [163] -2015-03-10 17:38:06 sendUrl INFO 83 [163] R:OK -2015-03-10 17:38:56 queue INFO >>83 [164] -2015-03-10 17:38:57 sendUrl INFO 83 [164] R:OK -2015-03-10 17:39:46 queue INFO >>83 [165] -2015-03-10 17:39:46 sendUrl INFO 83 [165] R:OK -2015-03-10 17:40:36 queue INFO >>83 [166] -2015-03-10 17:40:37 sendUrl INFO 83 [166] R:OK -2015-03-10 17:41:27 queue INFO >>83 [167] -2015-03-10 17:41:27 sendUrl INFO 83 [167] R:OK -2015-03-10 17:42:17 queue INFO >>83 [168] -2015-03-10 17:42:17 sendUrl INFO 83 [168] R:OK -2015-03-10 17:43:07 queue INFO >>83 [169] -2015-03-10 17:43:07 sendUrl INFO 83 [169] R:OK -2015-03-10 17:43:44 queue INFO 87 [170] -2015-03-10 17:43:44 queue INFO >87 [171] -2015-03-10 17:43:44 sendUrl INFO 87 [170] R:OK -2015-03-10 17:43:45 sendUrl INFO 87 [171] R:OK -2015-03-10 17:43:45 queue INFO 83 [172] -2015-03-10 17:43:45 queue INFO >83 [173] -2015-03-10 17:43:46 sendUrl INFO 83 [172] R:OK -2015-03-10 17:43:46 sendUrl INFO 83 [173] R:OK -2015-03-10 17:44:35 queue INFO >>83 [174] -2015-03-10 17:44:35 sendUrl INFO 83 [174] R:OK -2015-03-10 17:45:25 queue INFO >>83 [175] -2015-03-10 17:45:26 sendUrl INFO 83 [175] R:OK -2015-03-10 17:46:16 queue INFO >>83 [176] -2015-03-10 17:46:16 sendUrl INFO 83 [176] R:OK -2015-03-10 17:47:06 queue INFO >>83 [177] -2015-03-10 17:47:06 sendUrl INFO 83 [177] R:OK -2015-03-10 17:47:56 queue INFO >>83 [178] -2015-03-10 17:47:56 sendUrl INFO 83 [178] R:OK -2015-03-10 17:48:46 queue INFO >>83 [179] -2015-03-10 17:48:47 sendUrl INFO 83 [179] R:OK -2015-03-10 17:49:36 queue INFO >>83 [180] -2015-03-10 17:49:36 sendUrl INFO 83 [180] R:OK -2015-03-10 17:50:26 queue INFO >>83 [181] -2015-03-10 17:50:27 sendUrl INFO 83 [181] R:OK -2015-03-10 17:51:16 queue INFO >>83 [182] -2015-03-10 17:51:17 sendUrl INFO 83 [182] R:OK -2015-03-10 17:52:07 queue INFO >>83 [183] -2015-03-10 17:52:07 sendUrl INFO 83 [183] R:OK -2015-03-10 17:52:44 queue INFO 87 [184] -2015-03-10 17:52:44 queue INFO >87 [185] -2015-03-10 17:52:44 sendUrl INFO 87 [184] R:OK -2015-03-10 17:52:45 sendUrl INFO 87 [185] R:OK -2015-03-10 17:52:45 queue INFO 83 [186] -2015-03-10 17:52:46 queue INFO >83 [187] -2015-03-10 17:52:46 sendUrl INFO 83 [186] R:OK -2015-03-10 17:52:46 sendUrl INFO 83 [187] R:OK -2015-03-10 17:53:36 queue INFO >>83 [188] -2015-03-10 17:53:36 sendUrl INFO 83 [188] R:OK -2015-03-10 17:54:26 queue INFO >>83 [189] -2015-03-10 17:54:26 sendUrl INFO 83 [189] R:OK -2015-03-10 17:55:16 queue INFO >>83 [190] -2015-03-10 17:55:16 sendUrl INFO 83 [190] R:OK -2015-03-10 17:56:06 queue INFO >>83 [191] -2015-03-10 17:56:07 sendUrl INFO 83 [191] R:OK -2015-03-10 17:56:56 queue INFO >>83 [192] -2015-03-10 17:56:56 sendUrl INFO 83 [192] R:OK -2015-03-10 17:57:46 queue INFO >>83 [193] -2015-03-10 17:57:47 sendUrl INFO 83 [193] R:OK -2015-03-10 17:58:36 queue INFO >>83 [194] -2015-03-10 17:58:37 sendUrl INFO 83 [194] R:OK -2015-03-10 17:59:27 queue INFO >>83 [195] -2015-03-10 17:59:27 sendUrl INFO 83 [195] R:OK -2015-03-10 18:00:17 queue INFO >>83 [196] -2015-03-10 18:00:17 sendUrl INFO 83 [196] R:OK -2015-03-10 18:01:07 queue INFO >>83 [197] -2015-03-10 18:01:08 sendUrl INFO 83 [197] R:OK -2015-03-10 18:01:44 queue INFO 87 [198] -2015-03-10 18:01:44 sendUrl INFO 87 [198] R:OK -2015-03-10 18:01:44 queue INFO >87 [199] -2015-03-10 18:01:44 sendUrl INFO 87 [199] R:OK -2015-03-10 18:01:45 queue INFO 83 [200] -2015-03-10 18:01:45 queue INFO >83 [201] -2015-03-10 18:01:46 sendUrl INFO 83 [200] R:OK -2015-03-10 18:01:46 sendUrl INFO 83 [201] R:OK -2015-03-10 18:02:35 queue INFO >>83 [202] -2015-03-10 18:02:36 sendUrl INFO 83 [202] R:OK -2015-03-10 18:03:26 queue INFO >>83 [203] -2015-03-10 18:03:26 sendUrl INFO 83 [203] R:OK -2015-03-10 18:04:16 queue INFO >>83 [204] -2015-03-10 18:04:16 sendUrl INFO 83 [204] R:OK -2015-03-10 18:05:06 queue INFO >>83 [205] -2015-03-10 18:05:06 sendUrl INFO 83 [205] R:OK -2015-03-10 18:05:56 queue INFO >>83 [206] -2015-03-10 18:05:56 sendUrl INFO 83 [206] R:OK -2015-03-10 18:06:46 queue INFO >>83 [207] -2015-03-10 18:06:46 sendUrl INFO 83 [207] R:OK -2015-03-10 18:07:36 queue INFO >>83 [208] -2015-03-10 18:07:37 sendUrl INFO 83 [208] R:OK -2015-03-10 18:08:26 queue INFO >>83 [209] -2015-03-10 18:08:27 sendUrl INFO 83 [209] R:OK -2015-03-10 18:09:17 queue INFO >>83 [210] -2015-03-10 18:09:17 sendUrl INFO 83 [210] R:OK -2015-03-10 18:10:07 queue INFO >>83 [211] -2015-03-10 18:10:07 sendUrl INFO 83 [211] R:OK -2015-03-10 18:10:44 queue INFO 87 [212] -2015-03-10 18:10:45 queue INFO >87 [213] -2015-03-10 18:10:45 sendUrl INFO 87 [212] R:OK -2015-03-10 18:10:45 sendUrl INFO 87 [213] R:OK -2015-03-10 18:10:46 queue INFO 83 [214] -2015-03-10 18:10:46 queue INFO >83 [215] -2015-03-10 18:10:46 sendUrl INFO 83 [214] R:OK -2015-03-10 18:10:47 sendUrl INFO 83 [215] R:OK -2015-03-10 18:11:36 queue INFO >>83 [216] -2015-03-10 18:11:36 sendUrl INFO 83 [216] R:OK -2015-03-10 18:12:26 queue INFO >>83 [217] -2015-03-10 18:12:27 sendUrl INFO 83 [217] R:OK -2015-03-10 18:13:16 queue INFO >>83 [218] -2015-03-10 18:13:17 sendUrl INFO 83 [218] R:OK -2015-03-10 18:14:07 queue INFO >>83 [219] -2015-03-10 18:14:07 sendUrl INFO 83 [219] R:OK -2015-03-10 18:14:57 queue INFO >>83 [220] -2015-03-10 18:14:57 sendUrl INFO 83 [220] R:OK -2015-03-10 18:15:47 queue INFO >>83 [221] -2015-03-10 18:15:47 sendUrl INFO 83 [221] R:OK -2015-03-10 18:16:37 queue INFO >>83 [222] -2015-03-10 18:16:37 sendUrl INFO 83 [222] R:OK -2015-03-10 18:17:27 queue INFO >>83 [223] -2015-03-10 18:17:28 sendUrl INFO 83 [223] R:OK -2015-03-10 18:18:17 queue INFO >>83 [224] -2015-03-10 18:18:17 sendUrl INFO 83 [224] R:OK -2015-03-10 18:19:07 queue INFO >>83 [225] -2015-03-10 18:19:08 sendUrl INFO 83 [225] R:OK -2015-03-10 18:19:44 queue INFO 87 [226] -2015-03-10 18:19:44 queue INFO >87 [227] -2015-03-10 18:19:44 sendUrl INFO 87 [226] R:OK -2015-03-10 18:19:45 sendUrl INFO 87 [227] R:OK -2015-03-10 18:19:46 queue INFO 83 [228] -2015-03-10 18:19:46 sendUrl INFO 83 [228] R:OK -2015-03-10 18:19:46 queue INFO >83 [229] -2015-03-10 18:19:46 sendUrl INFO 83 [229] R:OK -2015-03-10 18:20:36 queue INFO >>83 [230] -2015-03-10 18:20:36 sendUrl INFO 83 [230] R:OK -2015-03-10 18:21:26 queue INFO >>83 [231] -2015-03-10 18:21:27 sendUrl INFO 83 [231] R:OK -2015-03-10 18:22:16 queue INFO >>83 [232] -2015-03-10 18:22:16 sendUrl INFO 83 [232] R:OK -2015-03-10 18:23:06 queue INFO >>83 [233] -2015-03-10 18:23:07 sendUrl INFO 83 [233] R:OK -2015-03-10 18:23:57 queue INFO >>83 [234] -2015-03-10 18:23:57 sendUrl INFO 83 [234] R:OK -2015-03-10 18:24:47 queue INFO >>83 [235] -2015-03-10 18:24:47 sendUrl INFO 83 [235] R:OK -2015-03-10 18:25:37 queue INFO >>83 [236] -2015-03-10 18:25:37 sendUrl INFO 83 [236] R:OK -2015-03-10 18:26:27 queue INFO >>83 [237] -2015-03-10 18:26:27 sendUrl INFO 83 [237] R:OK -2015-03-10 18:27:17 queue INFO >>83 [238] -2015-03-10 18:27:17 sendUrl INFO 83 [238] R:OK -2015-03-10 18:28:07 queue INFO >>83 [239] -2015-03-10 18:28:08 sendUrl INFO 83 [239] R:OK -2015-03-10 18:28:45 queue INFO 87 [240] -2015-03-10 18:28:45 queue INFO >87 [241] -2015-03-10 18:28:45 sendUrl INFO 87 [240] R:OK -2015-03-10 18:28:46 sendUrl INFO 87 [241] R:OK -2015-03-10 18:28:46 queue INFO 83 [242] -2015-03-10 18:28:46 queue INFO >83 [243] -2015-03-10 18:28:47 sendUrl INFO 83 [242] R:OK -2015-03-10 18:28:47 sendUrl INFO 83 [243] R:OK -2015-03-10 18:29:36 queue INFO >>83 [244] -2015-03-10 18:29:37 sendUrl INFO 83 [244] R:OK -2015-03-10 18:30:27 queue INFO >>83 [245] -2015-03-10 18:30:27 sendUrl INFO 83 [245] R:OK -2015-03-10 18:31:17 queue INFO >>83 [246] -2015-03-10 18:31:17 sendUrl INFO 83 [246] R:OK -2015-03-10 18:32:07 queue INFO >>83 [247] -2015-03-10 18:32:07 sendUrl INFO 83 [247] R:OK -2015-03-10 18:32:57 queue INFO >>83 [248] -2015-03-10 18:32:57 sendUrl INFO 83 [248] R:OK -2015-03-10 18:33:47 queue INFO >>83 [249] -2015-03-10 18:33:48 sendUrl INFO 83 [249] R:OK -2015-03-10 18:34:37 queue INFO >>83 [250] -2015-03-10 18:34:37 sendUrl INFO 83 [250] R:OK -2015-03-10 18:35:27 queue INFO >>83 [251] -2015-03-10 18:35:28 sendUrl INFO 83 [251] R:OK -2015-03-10 18:36:17 queue INFO >>83 [252] -2015-03-10 18:36:18 sendUrl INFO 83 [252] R:OK -2015-03-10 18:37:08 queue INFO >>83 [253] -2015-03-10 18:37:08 sendUrl INFO 83 [253] R:OK -2015-03-10 18:37:44 queue INFO 87 [254] -2015-03-10 18:37:45 sendUrl INFO 87 [254] R:OK -2015-03-10 18:37:45 queue INFO >87 [255] -2015-03-10 18:37:45 sendUrl INFO 87 [255] R:OK -2015-03-10 18:37:46 queue INFO 83 [256] -2015-03-10 18:37:46 queue INFO >83 [257] -2015-03-10 18:37:47 sendUrl INFO 83 [256] R:OK -2015-03-10 18:37:47 sendUrl INFO 83 [257] R:OK -2015-03-10 18:38:36 queue INFO >>83 [258] -2015-03-10 18:38:36 sendUrl INFO 83 [258] R:OK -2015-03-10 18:39:26 queue INFO >>83 [259] -2015-03-10 18:39:27 sendUrl INFO 83 [259] R:OK -2015-03-10 18:40:17 queue INFO >>83 [260] -2015-03-10 18:40:17 sendUrl INFO 83 [260] R:OK -2015-03-10 18:41:07 queue INFO >>83 [261] -2015-03-10 18:41:07 sendUrl INFO 83 [261] R:OK -2015-03-10 18:41:57 queue INFO >>83 [262] -2015-03-10 18:41:57 sendUrl INFO 83 [262] R:OK -2015-03-10 18:42:47 queue INFO >>83 [263] -2015-03-10 18:42:47 sendUrl INFO 83 [263] R:OK -2015-03-10 18:43:37 queue INFO >>83 [264] -2015-03-10 18:43:37 sendUrl INFO 83 [264] R:OK -2015-03-10 18:44:27 queue INFO >>83 [265] -2015-03-10 18:44:28 sendUrl INFO 83 [265] R:OK -2015-03-10 18:45:17 queue INFO >>83 [266] -2015-03-10 18:45:18 sendUrl INFO 83 [266] R:OK -2015-03-10 18:46:08 queue INFO >>83 [267] -2015-03-10 18:46:08 sendUrl INFO 83 [267] R:OK -2015-03-10 18:46:45 queue INFO 87 [268] -2015-03-10 18:46:45 sendUrl INFO 87 [268] R:OK -2015-03-10 18:46:45 queue INFO >87 [269] -2015-03-10 18:46:45 sendUrl INFO 87 [269] R:OK -2015-03-10 18:46:46 queue INFO 83 [270] -2015-03-10 18:46:46 queue INFO >83 [271] -2015-03-10 18:46:47 sendUrl INFO 83 [270] R:OK -2015-03-10 18:46:47 sendUrl INFO 83 [271] R:OK -2015-03-10 18:47:36 queue INFO >>83 [272] -2015-03-10 18:47:37 sendUrl INFO 83 [272] R:OK -2015-03-10 18:48:27 queue INFO >>83 [273] -2015-03-10 18:48:27 sendUrl INFO 83 [273] R:OK -2015-03-10 18:49:17 queue INFO >>83 [274] -2015-03-10 18:49:17 sendUrl INFO 83 [274] R:OK -2015-03-10 18:50:07 queue INFO >>83 [275] -2015-03-10 18:50:07 sendUrl INFO 83 [275] R:OK -2015-03-10 18:50:57 queue INFO >>83 [276] -2015-03-10 18:50:57 sendUrl INFO 83 [276] R:OK -2015-03-10 18:51:47 queue INFO >>83 [277] -2015-03-10 18:51:47 sendUrl INFO 83 [277] R:OK -2015-03-10 18:52:37 queue INFO >>83 [278] -2015-03-10 18:52:38 sendUrl INFO 83 [278] R:OK -2015-03-10 18:53:27 queue INFO >>83 [279] -2015-03-10 18:53:28 sendUrl INFO 83 [279] R:OK -2015-03-10 18:54:17 queue INFO >>83 [280] -2015-03-10 18:54:18 sendUrl INFO 83 [280] R:OK -2015-03-10 18:55:08 queue INFO >>83 [281] -2015-03-10 18:55:08 sendUrl INFO 83 [281] R:OK -2015-03-10 18:55:45 queue INFO 87 [282] -2015-03-10 18:55:45 sendUrl INFO 87 [282] R:OK -2015-03-10 18:55:45 queue INFO >87 [283] -2015-03-10 18:55:45 sendUrl INFO 87 [283] R:OK -2015-03-10 18:55:46 queue INFO 83 [284] -2015-03-10 18:55:47 queue INFO >83 [285] -2015-03-10 18:55:47 sendUrl INFO 83 [284] R:OK -2015-03-10 18:55:47 sendUrl INFO 83 [285] R:OK -2015-03-10 18:56:36 queue INFO >>83 [286] -2015-03-10 18:56:37 sendUrl INFO 83 [286] R:OK -2015-03-10 18:57:27 queue INFO >>83 [287] -2015-03-10 18:57:27 sendUrl INFO 83 [287] R:OK -2015-03-10 18:58:17 queue INFO >>83 [288] -2015-03-10 18:58:17 sendUrl INFO 83 [288] R:OK -2015-03-10 18:59:07 queue INFO >>83 [289] -2015-03-10 18:59:07 sendUrl INFO 83 [289] R:OK -2015-03-10 18:59:57 queue INFO >>83 [290] -2015-03-10 18:59:57 sendUrl INFO 83 [290] R:OK -2015-03-10 19:00:47 queue INFO >>83 [291] -2015-03-10 19:00:47 sendUrl INFO 83 [291] R:OK -2015-03-10 19:01:37 queue INFO >>83 [292] -2015-03-10 19:01:38 sendUrl INFO 83 [292] R:OK -2015-03-10 19:02:27 queue INFO >>83 [293] -2015-03-10 19:02:28 sendUrl INFO 83 [293] R:OK -2015-03-10 19:03:18 queue INFO >>83 [294] -2015-03-10 19:03:18 sendUrl INFO 83 [294] R:OK -2015-03-10 19:04:08 queue INFO >>83 [295] -2015-03-10 19:04:08 sendUrl INFO 83 [295] R:OK -2015-03-10 19:04:45 queue INFO 87 [296] -2015-03-10 19:04:45 queue INFO >87 [297] -2015-03-10 19:04:46 sendUrl INFO 87 [296] R:OK -2015-03-10 19:04:46 sendUrl INFO 87 [297] R:OK -2015-03-10 19:04:47 queue INFO 83 [298] -2015-03-10 19:04:47 queue INFO >83 [299] -2015-03-10 19:04:47 sendUrl INFO 83 [298] R:OK -2015-03-10 19:04:47 sendUrl INFO 83 [299] R:OK -2015-03-10 19:05:37 queue INFO >>83 [300] -2015-03-10 19:05:37 sendUrl INFO 83 [300] R:OK -2015-03-10 19:06:27 queue INFO >>83 [301] -2015-03-10 19:06:28 sendUrl INFO 83 [301] R:OK -2015-03-10 19:07:17 queue INFO >>83 [302] -2015-03-10 19:07:17 sendUrl INFO 83 [302] R:OK -2015-03-10 19:08:07 queue INFO >>83 [303] -2015-03-10 19:08:08 sendUrl INFO 83 [303] R:OK -2015-03-10 19:08:58 queue INFO >>83 [304] -2015-03-10 19:08:58 sendUrl INFO 83 [304] R:OK -2015-03-10 19:09:48 queue INFO >>83 [305] -2015-03-10 19:09:48 sendUrl INFO 83 [305] R:OK -2015-03-10 19:10:38 queue INFO >>83 [306] -2015-03-10 19:10:38 sendUrl INFO 83 [306] R:OK -2015-03-10 19:11:28 queue INFO >>83 [307] -2015-03-10 19:11:29 sendUrl INFO 83 [307] R:OK -2015-03-10 19:12:18 queue INFO >>83 [308] -2015-03-10 19:12:18 sendUrl INFO 83 [308] R:OK -2015-03-10 19:13:08 queue INFO >>83 [309] -2015-03-10 19:13:09 sendUrl INFO 83 [309] R:OK -2015-03-10 19:13:45 queue INFO 87 [310] -2015-03-10 19:13:45 queue INFO >87 [311] -2015-03-10 19:13:46 sendUrl INFO 87 [310] R:OK -2015-03-10 19:13:46 sendUrl INFO 87 [311] R:OK -2015-03-10 19:13:47 queue INFO 83 [312] -2015-03-10 19:13:47 queue INFO >83 [313] -2015-03-10 19:13:47 sendUrl INFO 83 [312] R:OK -2015-03-10 19:13:48 sendUrl INFO 83 [313] R:OK -2015-03-10 19:14:37 queue INFO >>83 [314] -2015-03-10 19:14:37 sendUrl INFO 83 [314] R:OK -2015-03-10 19:15:27 queue INFO >>83 [315] -2015-03-10 19:15:27 sendUrl INFO 83 [315] R:OK -2015-03-10 19:16:17 queue INFO >>83 [316] -2015-03-10 19:16:18 sendUrl INFO 83 [316] R:OK -2015-03-10 19:17:07 queue INFO >>83 [317] -2015-03-10 19:17:08 sendUrl INFO 83 [317] R:OK -2015-03-10 19:17:57 queue INFO >>83 [318] -2015-03-10 19:17:58 sendUrl INFO 83 [318] R:OK -2015-03-10 19:18:48 queue INFO >>83 [319] -2015-03-10 19:18:48 sendUrl INFO 83 [319] R:OK -2015-03-10 19:19:38 queue INFO >>83 [320] -2015-03-10 19:19:38 sendUrl INFO 83 [320] R:OK -2015-03-10 19:20:28 queue INFO >>83 [321] -2015-03-10 19:20:28 sendUrl INFO 83 [321] R:OK -2015-03-10 19:21:18 queue INFO >>83 [322] -2015-03-10 19:21:19 sendUrl INFO 83 [322] R:OK -2015-03-10 19:22:08 queue INFO >>83 [323] -2015-03-10 19:22:08 sendUrl INFO 83 [323] R:OK -2015-03-10 19:22:46 queue INFO 87 [324] -2015-03-10 19:22:46 queue INFO >87 [325] -2015-03-10 19:22:46 sendUrl INFO 87 [324] R:OK -2015-03-10 19:22:47 sendUrl INFO 87 [325] R:OK -2015-03-10 19:22:47 queue INFO 83 [326] -2015-03-10 19:22:47 queue INFO >83 [327] -2015-03-10 19:22:48 sendUrl INFO 83 [326] R:OK -2015-03-10 19:22:48 sendUrl INFO 83 [327] R:OK -2015-03-10 19:23:37 queue INFO >>83 [328] -2015-03-10 19:23:37 sendUrl INFO 83 [328] R:OK -2015-03-10 19:24:27 queue INFO >>83 [329] -2015-03-10 19:24:28 sendUrl INFO 83 [329] R:OK -2015-03-10 19:25:18 queue INFO >>83 [330] -2015-03-10 19:25:18 sendUrl INFO 83 [330] R:OK -2015-03-10 19:26:08 queue INFO >>83 [331] -2015-03-10 19:26:08 sendUrl INFO 83 [331] R:OK -2015-03-10 19:26:58 queue INFO >>83 [332] -2015-03-10 19:26:58 sendUrl INFO 83 [332] R:OK -2015-03-10 19:27:48 queue INFO >>83 [333] -2015-03-10 19:27:49 sendUrl INFO 83 [333] R:OK -2015-03-10 19:28:38 queue INFO >>83 [334] -2015-03-10 19:28:38 sendUrl INFO 83 [334] R:OK -2015-03-10 19:29:28 queue INFO >>83 [335] -2015-03-10 19:29:29 sendUrl INFO 83 [335] R:OK -2015-03-10 19:30:18 queue INFO >>83 [336] -2015-03-10 19:30:19 sendUrl INFO 83 [336] R:OK -2015-03-10 19:31:09 queue INFO >>83 [337] -2015-03-10 19:31:09 sendUrl INFO 83 [337] R:OK -2015-03-10 19:31:45 queue INFO 87 [338] -2015-03-10 19:31:46 queue INFO >87 [339] -2015-03-10 19:31:46 sendUrl INFO 87 [338] R:OK -2015-03-10 19:31:46 sendUrl INFO 87 [339] R:OK -2015-03-10 19:31:47 queue INFO 83 [340] -2015-03-10 19:31:47 queue INFO >83 [341] -2015-03-10 19:31:47 sendUrl INFO 83 [340] R:OK -2015-03-10 19:31:48 sendUrl INFO 83 [341] R:OK -2015-03-10 19:32:37 queue INFO >>83 [342] -2015-03-10 19:32:38 sendUrl INFO 83 [342] R:OK -2015-03-10 19:33:27 queue INFO >>83 [343] -2015-03-10 19:33:27 sendUrl INFO 83 [343] R:OK -2015-03-10 19:34:17 queue INFO >>83 [344] -2015-03-10 19:34:18 sendUrl INFO 83 [344] R:OK -2015-03-10 19:35:08 queue INFO >>83 [345] -2015-03-10 19:35:08 sendUrl INFO 83 [345] R:OK -2015-03-10 19:35:58 queue INFO >>83 [346] -2015-03-10 19:35:58 sendUrl INFO 83 [346] R:OK -2015-03-10 19:36:48 queue INFO >>83 [347] -2015-03-10 19:36:48 sendUrl INFO 83 [347] R:OK -2015-03-10 19:37:38 queue INFO >>83 [348] -2015-03-10 19:37:39 sendUrl INFO 83 [348] R:OK -2015-03-10 19:38:28 queue INFO >>83 [349] -2015-03-10 19:38:28 sendUrl INFO 83 [349] R:OK -2015-03-10 19:39:18 queue INFO >>83 [350] -2015-03-10 19:39:19 sendUrl INFO 83 [350] R:OK -2015-03-10 19:40:08 queue INFO >>83 [351] -2015-03-10 19:40:09 sendUrl INFO 83 [351] R:OK -2015-03-10 19:40:46 queue INFO 87 [352] -2015-03-10 19:40:46 sendUrl INFO 87 [352] R:OK -2015-03-10 19:40:46 queue INFO >87 [353] -2015-03-10 19:40:46 sendUrl INFO 87 [353] R:OK -2015-03-10 19:40:47 queue INFO 83 [354] -2015-03-10 19:40:47 queue INFO >83 [355] -2015-03-10 19:40:48 sendUrl INFO 83 [354] R:OK -2015-03-10 19:40:48 sendUrl INFO 83 [355] R:OK -2015-03-10 19:41:37 queue INFO >>83 [356] -2015-03-10 19:41:38 sendUrl INFO 83 [356] R:OK -2015-03-10 19:42:28 queue INFO >>83 [357] -2015-03-10 19:42:28 sendUrl INFO 83 [357] R:OK -2015-03-10 19:43:18 queue INFO >>83 [358] -2015-03-10 19:43:18 sendUrl INFO 83 [358] R:OK -2015-03-10 19:44:08 queue INFO >>83 [359] -2015-03-10 19:44:08 sendUrl INFO 83 [359] R:OK -2015-03-10 19:44:58 queue INFO >>83 [360] -2015-03-10 19:44:58 sendUrl INFO 83 [360] R:OK -2015-03-10 19:45:48 queue INFO >>83 [361] -2015-03-10 19:45:48 sendUrl INFO 83 [361] R:OK -2015-03-10 19:46:26 queue INFO 81 [362] -2015-03-10 19:46:27 sendUrl INFO 81 [362] R:OK -2015-03-10 19:46:27 queue INFO >81 [363] -2015-03-10 19:46:27 sendUrl INFO 81 [363] R:OK -2015-03-10 19:47:17 queue INFO >>81 [364] -2015-03-10 19:47:17 sendUrl INFO 81 [364] R:OK -2015-03-10 19:48:07 queue INFO >>81 [365] -2015-03-10 19:48:07 sendUrl INFO 81 [365] R:OK -2015-03-10 19:48:57 queue INFO >>81 [366] -2015-03-10 19:48:57 sendUrl INFO 81 [366] R:OK -2015-03-10 19:49:47 queue INFO >>81 [367] -2015-03-10 19:49:47 sendUrl INFO 81 [367] R:OK -2015-03-10 19:50:37 queue INFO >>81 [368] -2015-03-10 19:50:37 sendUrl INFO 81 [368] R:OK -2015-03-10 19:50:43 queue INFO A1 [369] -2015-03-10 19:50:43 sendUrl INFO A1 [369] R:OK -2015-03-10 19:50:43 queue INFO >A1 [370] -2015-03-10 19:50:44 sendUrl INFO A1 [370] R:OK -2015-03-10 19:51:33 queue INFO >>A1 [371] -2015-03-10 19:51:34 sendUrl INFO A1 [371] R:OK -2015-03-10 19:52:23 queue INFO >>A1 [372] -2015-03-10 19:52:24 sendUrl INFO A1 [372] R:OK -2015-03-10 19:53:14 queue INFO >>A1 [373] -2015-03-10 19:53:14 sendUrl INFO A1 [373] R:OK -2015-03-10 19:53:58 queue INFO 81 [374] -2015-03-10 19:53:59 sendUrl INFO 81 [374] R:OK -2015-03-10 19:53:59 queue INFO >81 [375] -2015-03-10 19:53:59 sendUrl INFO 81 [375] R:OK -2015-03-10 19:54:08 queue INFO A1 [376] -2015-03-10 19:54:08 queue INFO >A1 [377] -2015-03-10 19:54:09 sendUrl INFO A1 [376] R:OK -2015-03-10 19:54:09 sendUrl INFO A1 [377] R:OK -2015-03-10 19:54:11 queue INFO 81 [378] -2015-03-10 19:54:11 queue INFO >81 [379] -2015-03-10 19:54:12 sendUrl INFO 81 [378] R:OK -2015-03-10 19:54:12 sendUrl INFO 81 [379] R:OK -2015-03-10 19:54:20 queue INFO A1 [380] -2015-03-10 19:54:20 queue INFO >A1 [381] -2015-03-10 19:54:20 sendUrl INFO A1 [380] R:OK -2015-03-10 19:54:21 sendUrl INFO A1 [381] R:OK -2015-03-10 19:54:23 queue INFO 81 [382] -2015-03-10 19:54:23 queue INFO >81 [383] -2015-03-10 19:54:23 sendUrl INFO 81 [382] R:OK -2015-03-10 19:54:23 sendUrl INFO 81 [383] R:OK -2015-03-10 19:54:31 queue INFO A1 [384] -2015-03-10 19:54:31 queue INFO >A1 [385] -2015-03-10 19:54:31 sendUrl INFO A1 [384] R:OK -2015-03-10 19:54:32 sendUrl INFO A1 [385] R:OK -2015-03-10 19:54:33 queue INFO 81 [386] -2015-03-10 19:54:34 queue INFO >81 [387] -2015-03-10 19:54:34 sendUrl INFO 81 [386] R:OK -2015-03-10 19:54:34 sendUrl INFO 81 [387] R:OK -2015-03-10 19:54:43 queue INFO A1 [388] -2015-03-10 19:54:43 queue INFO >A1 [389] -2015-03-10 19:54:43 sendUrl INFO A1 [388] R:OK -2015-03-10 19:54:44 sendUrl INFO A1 [389] R:OK -2015-03-10 19:54:47 queue INFO 81 [390] -2015-03-10 19:54:47 queue INFO >81 [391] -2015-03-10 19:54:47 sendUrl INFO 81 [390] R:OK -2015-03-10 19:54:47 sendUrl INFO 81 [391] R:OK -2015-03-10 19:54:50 queue INFO A1 [392] -2015-03-10 19:54:50 queue INFO >A1 [393] -2015-03-10 19:54:50 sendUrl INFO A1 [392] R:OK -2015-03-10 19:54:51 sendUrl INFO A1 [393] R:OK -2015-03-10 19:54:53 queue INFO 81 [394] -2015-03-10 19:54:53 queue INFO >81 [395] -2015-03-10 19:54:53 sendUrl INFO 81 [394] R:OK -2015-03-10 19:54:53 sendUrl INFO 81 [395] R:OK -2015-03-10 19:55:01 queue INFO A1 [396] -2015-03-10 19:55:02 sendUrl INFO A1 [396] R:OK -2015-03-10 19:55:02 queue INFO >A1 [397] -2015-03-10 19:55:02 sendUrl INFO A1 [397] R:OK -2015-03-10 19:55:02 queue INFO 81 [398] -2015-03-10 19:55:03 sendUrl INFO 81 [398] R:OK -2015-03-10 19:55:03 queue INFO >81 [399] -2015-03-10 19:55:03 sendUrl INFO 81 [399] R:OK -2015-03-10 19:55:11 queue INFO A1 [400] -2015-03-10 19:55:12 sendUrl INFO A1 [400] R:OK -2015-03-10 19:55:12 queue INFO >A1 [401] -2015-03-10 19:55:12 sendUrl INFO A1 [401] R:OK -2015-03-10 19:55:15 queue INFO 81 [402] -2015-03-10 19:55:15 queue INFO >81 [403] -2015-03-10 19:55:16 sendUrl INFO 81 [402] R:OK -2015-03-10 19:55:16 sendUrl INFO 81 [403] R:OK -2015-03-10 19:55:24 queue INFO A1 [404] -2015-03-10 19:55:24 queue INFO 81 [405] -2015-03-10 19:55:24 sendUrl INFO A1 [404] R:OK -2015-03-10 19:55:24 queue INFO >81 [406] -2015-03-10 19:55:25 sendUrl INFO 81 [405] R:OK -2015-03-10 19:55:25 sendUrl INFO 81 [406] R:OK -2015-03-10 19:56:14 queue INFO >>81 [407] -2015-03-10 19:56:15 sendUrl INFO 81 [407] R:OK -2015-03-10 19:56:35 queue INFO 83 [408] -2015-03-10 19:56:35 queue INFO >83 [409] -2015-03-10 19:56:35 sendUrl INFO 83 [408] R:OK -2015-03-10 19:56:36 sendUrl INFO 83 [409] R:OK -2015-03-10 19:56:56 queue INFO 87 [410] -2015-03-10 19:56:56 queue INFO >87 [411] -2015-03-10 19:56:56 sendUrl INFO 87 [410] R:OK -2015-03-10 19:56:57 sendUrl INFO 87 [411] R:OK -2015-03-10 19:56:57 queue INFO 83 [412] -2015-03-10 19:56:58 queue INFO >83 [413] -2015-03-10 19:56:58 sendUrl INFO 83 [412] R:OK -2015-03-10 19:56:58 sendUrl INFO 83 [413] R:OK -2015-03-10 19:57:48 queue INFO >>83 [414] -2015-03-10 19:57:48 sendUrl INFO 83 [414] R:OK -2015-03-10 19:58:38 queue INFO >>83 [415] -2015-03-10 19:58:38 sendUrl INFO 83 [415] R:OK -2015-03-10 19:59:28 queue INFO >>83 [416] -2015-03-10 19:59:28 sendUrl INFO 83 [416] R:OK -2015-03-10 20:00:18 queue INFO >>83 [417] -2015-03-10 20:00:18 sendUrl INFO 83 [417] R:OK -2015-03-10 20:01:08 queue INFO >>83 [418] -2015-03-10 20:01:08 sendUrl INFO 83 [418] R:OK -2015-03-10 20:01:58 queue INFO >>83 [419] -2015-03-10 20:01:59 sendUrl INFO 83 [419] R:OK -2015-03-10 20:02:48 queue INFO >>83 [420] -2015-03-10 20:02:49 sendUrl INFO 83 [420] R:OK -2015-03-10 20:03:39 queue INFO >>83 [421] -2015-03-10 20:03:39 sendUrl INFO 83 [421] R:OK -2015-03-10 20:04:29 queue INFO >>83 [422] -2015-03-10 20:04:29 sendUrl INFO 83 [422] R:OK -2015-03-10 20:05:19 queue INFO >>83 [423] -2015-03-10 20:05:19 sendUrl INFO 83 [423] R:OK -2015-03-10 20:05:56 queue INFO 87 [424] -2015-03-10 20:05:56 queue INFO >87 [425] -2015-03-10 20:05:56 sendUrl INFO 87 [424] R:OK -2015-03-10 20:05:57 sendUrl INFO 87 [425] R:OK -2015-03-10 20:05:57 queue INFO 83 [426] -2015-03-10 20:05:58 queue INFO >83 [427] -2015-03-10 20:05:58 sendUrl INFO 83 [426] R:OK -2015-03-10 20:05:58 sendUrl INFO 83 [427] R:OK -2015-03-10 20:06:48 queue INFO >>83 [428] -2015-03-10 20:06:48 sendUrl INFO 83 [428] R:OK -2015-03-10 20:07:38 queue INFO >>83 [429] -2015-03-10 20:07:38 sendUrl INFO 83 [429] R:OK -2015-03-10 20:08:28 queue INFO >>83 [430] -2015-03-10 20:08:28 sendUrl INFO 83 [430] R:OK -2015-03-10 20:09:18 queue INFO >>83 [431] -2015-03-10 20:09:18 sendUrl INFO 83 [431] R:OK -2015-03-10 20:10:08 queue INFO >>83 [432] -2015-03-10 20:10:09 sendUrl INFO 83 [432] R:OK -2015-03-10 20:10:58 queue INFO >>83 [433] -2015-03-10 20:10:59 sendUrl INFO 83 [433] R:OK -2015-03-10 20:11:49 queue INFO >>83 [434] -2015-03-10 20:11:49 sendUrl INFO 83 [434] R:OK -2015-03-10 20:12:39 queue INFO >>83 [435] -2015-03-10 20:12:39 sendUrl INFO 83 [435] R:OK -2015-03-10 20:13:29 queue INFO >>83 [436] -2015-03-10 20:13:29 sendUrl INFO 83 [436] R:OK -2015-03-10 20:14:19 queue INFO >>83 [437] -2015-03-10 20:14:19 sendUrl INFO 83 [437] R:OK -2015-03-10 20:14:56 queue INFO 87 [438] -2015-03-10 20:14:56 queue INFO >87 [439] -2015-03-10 20:14:57 sendUrl INFO 87 [438] R:OK -2015-03-10 20:14:57 sendUrl INFO 87 [439] R:OK -2015-03-10 20:14:58 queue INFO 83 [440] -2015-03-10 20:14:58 queue INFO >83 [441] -2015-03-10 20:14:58 sendUrl INFO 83 [440] R:OK -2015-03-10 20:14:58 sendUrl INFO 83 [441] R:OK -2015-03-10 20:15:48 queue INFO >>83 [442] -2015-03-10 20:15:48 sendUrl INFO 83 [442] R:OK -2015-03-10 20:16:38 queue INFO >>83 [443] -2015-03-10 20:16:38 sendUrl INFO 83 [443] R:OK -2015-03-10 20:17:28 queue INFO >>83 [444] -2015-03-10 20:17:28 sendUrl INFO 83 [444] R:OK -2015-03-10 20:18:18 queue INFO >>83 [445] -2015-03-10 20:18:19 sendUrl INFO 83 [445] R:OK -2015-03-10 20:19:08 queue INFO >>83 [446] -2015-03-10 20:19:09 sendUrl INFO 83 [446] R:OK -2015-03-10 20:19:59 queue INFO >>83 [447] -2015-03-10 20:19:59 sendUrl INFO 83 [447] R:OK -2015-03-10 20:20:49 queue INFO >>83 [448] -2015-03-10 20:20:49 sendUrl INFO 83 [448] R:OK -2015-03-10 20:21:39 queue INFO >>83 [449] -2015-03-10 20:21:39 sendUrl INFO 83 [449] R:OK -2015-03-10 20:22:29 queue INFO >>83 [450] -2015-03-10 20:22:29 sendUrl INFO 83 [450] R:OK -2015-03-10 20:23:19 queue INFO >>83 [451] -2015-03-10 20:23:19 sendUrl INFO 83 [451] R:OK -2015-03-10 20:23:56 queue INFO 87 [452] -2015-03-10 20:23:56 sendUrl INFO 87 [452] R:OK -2015-03-10 20:23:56 queue INFO >87 [453] -2015-03-10 20:23:57 sendUrl INFO 87 [453] R:OK -2015-03-10 20:23:58 queue INFO 83 [454] -2015-03-10 20:23:58 queue INFO >83 [455] -2015-03-10 20:23:58 sendUrl INFO 83 [454] R:OK -2015-03-10 20:23:59 sendUrl INFO 83 [455] R:OK -2015-03-10 20:24:48 queue INFO >>83 [456] -2015-03-10 20:24:48 sendUrl INFO 83 [456] R:OK -2015-03-10 20:25:38 queue INFO >>83 [457] -2015-03-10 20:25:38 sendUrl INFO 83 [457] R:OK -2015-03-10 20:26:28 queue INFO >>83 [458] -2015-03-10 20:26:29 sendUrl INFO 83 [458] R:OK -2015-03-10 20:27:18 queue INFO >>83 [459] -2015-03-10 20:27:18 sendUrl INFO 83 [459] R:OK -2015-03-10 20:28:08 queue INFO >>83 [460] -2015-03-10 20:28:09 sendUrl INFO 83 [460] R:OK -2015-03-10 20:28:58 queue INFO >>83 [461] -2015-03-10 20:28:59 sendUrl INFO 83 [461] R:OK -2015-03-10 20:29:49 queue INFO >>83 [462] -2015-03-10 20:29:49 sendUrl INFO 83 [462] R:OK -2015-03-10 20:30:39 queue INFO >>83 [463] -2015-03-10 20:30:39 sendUrl INFO 83 [463] R:OK -2015-03-10 20:31:29 queue INFO >>83 [464] -2015-03-10 20:31:29 sendUrl INFO 83 [464] R:OK -2015-03-10 20:32:19 queue INFO >>83 [465] -2015-03-10 20:32:19 sendUrl INFO 83 [465] R:OK -2015-03-10 20:32:56 queue INFO 87 [466] -2015-03-10 20:32:56 queue INFO >87 [467] -2015-03-10 20:32:57 sendUrl INFO 87 [466] R:OK -2015-03-10 20:32:57 sendUrl INFO 87 [467] R:OK -2015-03-10 20:32:58 queue INFO 83 [468] -2015-03-10 20:32:58 queue INFO >83 [469] -2015-03-10 20:32:58 sendUrl INFO 83 [468] R:OK -2015-03-10 20:32:59 sendUrl INFO 83 [469] R:OK -2015-03-10 20:33:48 queue INFO >>83 [470] -2015-03-10 20:33:48 sendUrl INFO 83 [470] R:OK -2015-03-10 20:34:38 queue INFO >>83 [471] -2015-03-10 20:34:38 sendUrl INFO 83 [471] R:OK -2015-03-10 20:35:28 queue INFO >>83 [472] -2015-03-10 20:35:29 sendUrl INFO 83 [472] R:OK -2015-03-10 20:36:18 queue INFO >>83 [473] -2015-03-10 20:36:18 sendUrl INFO 83 [473] R:OK -2015-03-10 20:37:08 queue INFO >>83 [474] -2015-03-10 20:37:09 sendUrl INFO 83 [474] R:OK -2015-03-10 20:37:59 queue INFO >>83 [475] -2015-03-10 20:37:59 sendUrl INFO 83 [475] R:OK -2015-03-10 20:38:49 queue INFO >>83 [476] -2015-03-10 20:38:49 sendUrl INFO 83 [476] R:OK -2015-03-10 20:39:39 queue INFO >>83 [477] -2015-03-10 20:39:39 sendUrl INFO 83 [477] R:OK -2015-03-10 20:40:29 queue INFO >>83 [478] -2015-03-10 20:40:29 sendUrl INFO 83 [478] R:OK -2015-03-10 20:41:19 queue INFO >>83 [479] -2015-03-10 20:41:19 sendUrl INFO 83 [479] R:OK -2015-03-10 20:41:56 queue INFO 87 [480] -2015-03-10 20:41:56 queue INFO >87 [481] -2015-03-10 20:41:56 sendUrl INFO 87 [480] R:OK -2015-03-10 20:41:57 sendUrl INFO 87 [481] R:OK -2015-03-10 20:41:58 queue INFO 83 [482] -2015-03-10 20:41:58 sendUrl INFO 83 [482] R:OK -2015-03-10 20:41:58 queue INFO >83 [483] -2015-03-10 20:41:58 sendUrl INFO 83 [483] R:OK -2015-03-10 20:42:48 queue INFO >>83 [484] -2015-03-10 20:42:48 sendUrl INFO 83 [484] R:OK -2015-03-10 20:43:38 queue INFO >>83 [485] -2015-03-10 20:43:38 sendUrl INFO 83 [485] R:OK -2015-03-10 20:44:28 queue INFO >>83 [486] -2015-03-10 20:44:28 sendUrl INFO 83 [486] R:OK -2015-03-10 20:45:18 queue INFO >>83 [487] -2015-03-10 20:45:19 sendUrl INFO 83 [487] R:OK -2015-03-10 20:45:33 queue INFO 81 [488] -2015-03-10 20:45:33 queue INFO >81 [489] -2015-03-10 20:45:33 sendUrl INFO 81 [488] R:OK -2015-03-10 20:45:34 sendUrl INFO 81 [489] R:OK -2015-03-10 20:46:23 queue INFO >>81 [490] -2015-03-10 20:46:24 sendUrl INFO 81 [490] R:OK -2015-03-10 20:47:13 queue INFO >>81 [491] -2015-03-10 20:47:13 sendUrl INFO 81 [491] R:OK -2015-03-10 20:48:03 queue INFO >>81 [492] -2015-03-10 20:48:04 sendUrl INFO 81 [492] R:OK -2015-03-10 20:48:54 queue INFO >>81 [493] -2015-03-10 20:48:54 sendUrl INFO 81 [493] R:OK -2015-03-10 20:49:44 queue INFO >>81 [494] -2015-03-10 20:49:44 sendUrl INFO 81 [494] R:OK -2015-03-10 20:50:34 queue INFO >>81 [495] -2015-03-10 20:50:34 sendUrl INFO 81 [495] R:OK -2015-03-10 20:51:24 queue INFO >>81 [496] -2015-03-10 20:51:25 sendUrl INFO 81 [496] R:OK -2015-03-10 20:52:14 queue INFO >>81 [497] -2015-03-10 20:52:14 sendUrl INFO 81 [497] R:OK -2015-03-10 20:53:04 queue INFO >>81 [498] -2015-03-10 20:53:05 sendUrl INFO 81 [498] R:OK -2015-03-10 20:53:54 queue INFO >>81 [499] -2015-03-10 20:53:55 sendUrl INFO 81 [499] R:OK -2015-03-10 20:54:45 queue INFO >>81 [500] -2015-03-10 20:54:45 sendUrl INFO 81 [500] R:OK -2015-03-10 20:55:35 queue INFO >>81 [501] -2015-03-10 20:55:35 sendUrl INFO 81 [501] R:OK -2015-03-10 20:56:25 queue INFO >>81 [502] -2015-03-10 20:56:25 sendUrl INFO 81 [502] R:OK -2015-03-10 20:57:15 queue INFO >>81 [503] -2015-03-10 20:57:15 sendUrl INFO 81 [503] R:OK -2015-03-10 20:58:05 queue INFO >>81 [504] -2015-03-10 20:58:06 sendUrl INFO 81 [504] R:OK -2015-03-10 20:58:55 queue INFO >>81 [505] -2015-03-10 20:58:56 sendUrl INFO 81 [505] R:OK -2015-03-10 20:59:45 queue INFO >>81 [506] -2015-03-10 20:59:46 sendUrl INFO 81 [506] R:OK -2015-03-10 21:00:36 queue INFO >>81 [507] -2015-03-10 21:00:36 sendUrl INFO 81 [507] R:OK -2015-03-10 21:01:26 queue INFO >>81 [508] -2015-03-10 21:01:26 sendUrl INFO 81 [508] R:OK -2015-03-10 21:02:16 queue INFO >>81 [509] -2015-03-10 21:02:16 sendUrl INFO 81 [509] R:OK -2015-03-10 21:03:06 queue INFO >>81 [510] -2015-03-10 21:03:07 sendUrl INFO 81 [510] R:OK -2015-03-10 21:03:56 queue INFO >>81 [511] -2015-03-10 21:03:57 sendUrl INFO 81 [511] R:OK -2015-03-10 21:04:46 queue INFO >>81 [512] -2015-03-10 21:04:47 sendUrl INFO 81 [512] R:OK -2015-03-10 21:05:37 queue INFO >>81 [513] -2015-03-10 21:05:37 sendUrl INFO 81 [513] R:OK -2015-03-10 21:06:27 queue INFO >>81 [514] -2015-03-10 21:06:27 sendUrl INFO 81 [514] R:OK -2015-03-10 21:07:17 queue INFO >>81 [515] -2015-03-10 21:07:17 sendUrl INFO 81 [515] R:OK -2015-03-10 21:08:07 queue INFO >>81 [516] -2015-03-10 21:08:07 sendUrl INFO 81 [516] R:OK -2015-03-10 21:08:57 queue INFO >>81 [517] -2015-03-10 21:08:58 sendUrl INFO 81 [517] R:OK -2015-03-10 21:09:47 queue INFO >>81 [518] -2015-03-10 21:09:48 sendUrl INFO 81 [518] R:OK -2015-03-10 21:10:37 queue INFO >>81 [519] -2015-03-10 21:10:38 sendUrl INFO 81 [519] R:OK -2015-03-10 21:11:28 queue INFO >>81 [520] -2015-03-10 21:11:28 sendUrl INFO 81 [520] R:OK -2015-03-10 21:12:18 queue INFO >>81 [521] -2015-03-10 21:12:18 sendUrl INFO 81 [521] R:OK -2015-03-10 21:13:08 queue INFO >>81 [522] -2015-03-10 21:13:08 sendUrl INFO 81 [522] R:OK -2015-03-10 21:13:58 queue INFO >>81 [523] -2015-03-10 21:13:59 sendUrl INFO 81 [523] R:OK -2015-03-10 21:14:48 queue INFO >>81 [524] -2015-03-10 21:14:48 sendUrl INFO 81 [524] R:OK -2015-03-10 21:15:38 queue INFO >>81 [525] -2015-03-10 21:15:39 sendUrl INFO 81 [525] R:OK -2015-03-10 21:16:29 queue INFO >>81 [526] -2015-03-10 21:16:29 sendUrl INFO 81 [526] R:OK -2015-03-10 21:17:19 queue INFO >>81 [527] -2015-03-10 21:17:19 sendUrl INFO 81 [527] R:OK -2015-03-10 21:18:09 queue INFO >>81 [528] -2015-03-10 21:18:09 sendUrl INFO 81 [528] R:OK -2015-03-10 21:18:59 queue INFO >>81 [529] -2015-03-10 21:18:59 sendUrl INFO 81 [529] R:OK -2015-03-10 21:19:49 queue INFO >>81 [530] -2015-03-10 21:19:49 sendUrl INFO 81 [530] R:OK -2015-03-10 21:20:39 queue INFO >>81 [531] -2015-03-10 21:20:40 sendUrl INFO 81 [531] R:OK -2015-03-10 21:21:29 queue INFO >>81 [532] -2015-03-10 21:21:30 sendUrl INFO 81 [532] R:OK -2015-03-10 21:22:20 queue INFO >>81 [533] -2015-03-10 21:22:20 sendUrl INFO 81 [533] R:OK -2015-03-10 21:23:10 queue INFO >>81 [534] -2015-03-10 21:23:10 sendUrl INFO 81 [534] R:OK -2015-03-10 21:24:00 queue INFO >>81 [535] -2015-03-10 21:24:00 sendUrl INFO 81 [535] R:OK -2015-03-10 21:24:50 queue INFO >>81 [536] -2015-03-10 21:24:50 sendUrl INFO 81 [536] R:OK -2015-03-10 21:25:40 queue INFO >>81 [537] -2015-03-10 21:25:41 sendUrl INFO 81 [537] R:OK -2015-03-10 21:26:30 queue INFO >>81 [538] -2015-03-10 21:26:30 sendUrl INFO 81 [538] R:OK -2015-03-10 21:27:20 queue INFO >>81 [539] -2015-03-10 21:27:21 sendUrl INFO 81 [539] R:OK -2015-03-10 21:28:11 queue INFO >>81 [540] -2015-03-10 21:28:11 sendUrl INFO 81 [540] R:OK -2015-03-10 21:29:01 queue INFO >>81 [541] -2015-03-10 21:29:01 sendUrl INFO 81 [541] R:OK -2015-03-10 21:29:51 queue INFO >>81 [542] -2015-03-10 21:29:51 sendUrl INFO 81 [542] R:OK -2015-03-10 21:30:41 queue INFO >>81 [543] -2015-03-10 21:30:41 sendUrl INFO 81 [543] R:OK -2015-03-10 21:31:31 queue INFO >>81 [544] -2015-03-10 21:31:32 sendUrl INFO 81 [544] R:OK -2015-03-10 21:32:21 queue INFO >>81 [545] -2015-03-10 21:32:22 sendUrl INFO 81 [545] R:OK -2015-03-10 21:33:11 queue INFO >>81 [546] -2015-03-10 21:33:12 sendUrl INFO 81 [546] R:OK -2015-03-10 21:34:02 queue INFO >>81 [547] -2015-03-10 21:34:02 sendUrl INFO 81 [547] R:OK -2015-03-10 21:34:52 queue INFO >>81 [548] -2015-03-10 21:34:52 sendUrl INFO 81 [548] R:OK -2015-03-10 21:35:42 queue INFO >>81 [549] -2015-03-10 21:35:42 sendUrl INFO 81 [549] R:OK -2015-03-10 21:36:32 queue INFO >>81 [550] -2015-03-10 21:36:32 sendUrl INFO 81 [550] R:OK -2015-03-10 21:37:22 queue INFO >>81 [551] -2015-03-10 21:37:22 sendUrl INFO 81 [551] R:OK -2015-03-10 21:38:12 queue INFO >>81 [552] -2015-03-10 21:38:13 sendUrl INFO 81 [552] R:OK -2015-03-10 21:39:02 queue INFO >>81 [553] -2015-03-10 21:39:02 sendUrl INFO 81 [553] R:OK -2015-03-10 21:39:53 queue INFO >>81 [554] -2015-03-10 21:39:53 sendUrl INFO 81 [554] R:OK -2015-03-10 21:40:43 queue INFO >>81 [555] -2015-03-10 21:40:43 sendUrl INFO 81 [555] R:OK -2015-03-10 21:41:33 queue INFO >>81 [556] -2015-03-10 21:41:33 sendUrl INFO 81 [556] R:OK -2015-03-10 21:42:23 queue INFO >>81 [557] -2015-03-10 21:42:23 sendUrl INFO 81 [557] R:OK -2015-03-10 21:43:13 queue INFO >>81 [558] -2015-03-10 21:43:13 sendUrl INFO 81 [558] R:OK -2015-03-10 21:44:03 queue INFO >>81 [559] -2015-03-10 21:44:03 sendUrl INFO 81 [559] R:OK -2015-03-10 21:44:53 queue INFO >>81 [560] -2015-03-10 21:44:54 sendUrl INFO 81 [560] R:OK -2015-03-10 21:45:44 queue INFO >>81 [561] -2015-03-10 21:45:44 sendUrl INFO 81 [561] R:OK -2015-03-10 21:46:34 queue INFO >>81 [562] -2015-03-10 21:46:34 sendUrl INFO 81 [562] R:OK -2015-03-10 21:47:24 queue INFO >>81 [563] -2015-03-10 21:47:24 sendUrl INFO 81 [563] R:OK -2015-03-10 21:48:14 queue INFO >>81 [564] -2015-03-10 21:48:14 sendUrl INFO 81 [564] R:OK -2015-03-10 21:49:04 queue INFO >>81 [565] -2015-03-10 21:49:04 sendUrl INFO 81 [565] R:OK -2015-03-10 21:49:54 queue INFO >>81 [566] -2015-03-10 21:49:55 sendUrl INFO 81 [566] R:OK -2015-03-10 21:50:44 queue INFO >>81 [567] -2015-03-10 21:50:45 sendUrl INFO 81 [567] R:OK -2015-03-10 21:51:35 queue INFO >>81 [568] -2015-03-10 21:51:35 sendUrl INFO 81 [568] R:OK -2015-03-10 21:52:25 queue INFO >>81 [569] -2015-03-10 21:52:25 sendUrl INFO 81 [569] R:OK -2015-03-10 21:53:15 queue INFO >>81 [570] -2015-03-10 21:53:15 sendUrl INFO 81 [570] R:OK -2015-03-10 21:54:05 queue INFO >>81 [571] -2015-03-10 21:54:05 sendUrl INFO 81 [571] R:OK -2015-03-10 21:54:55 queue INFO >>81 [572] -2015-03-10 21:54:55 sendUrl INFO 81 [572] R:OK -2015-03-10 21:55:45 queue INFO >>81 [573] -2015-03-10 21:55:46 sendUrl INFO 81 [573] R:OK -2015-03-10 21:56:36 queue INFO >>81 [574] -2015-03-10 21:56:36 sendUrl INFO 81 [574] R:OK -2015-03-10 21:57:26 queue INFO >>81 [575] -2015-03-10 21:57:26 sendUrl INFO 81 [575] R:OK -2015-03-10 21:58:16 queue INFO >>81 [576] -2015-03-10 21:58:16 sendUrl INFO 81 [576] R:OK -2015-03-10 21:59:06 queue INFO >>81 [577] -2015-03-10 21:59:06 sendUrl INFO 81 [577] R:OK -2015-03-10 21:59:56 queue INFO >>81 [578] -2015-03-10 21:59:56 sendUrl INFO 81 [578] R:OK -2015-03-10 22:00:46 queue INFO >>81 [579] -2015-03-10 22:00:47 sendUrl INFO 81 [579] R:OK -2015-03-10 22:01:36 queue INFO >>81 [580] -2015-03-10 22:01:37 sendUrl INFO 81 [580] R:OK -2015-03-10 22:02:27 queue INFO >>81 [581] -2015-03-10 22:02:27 sendUrl INFO 81 [581] R:OK -2015-03-10 22:03:17 queue INFO >>81 [582] -2015-03-10 22:03:17 sendUrl INFO 81 [582] R:OK -2015-03-10 22:04:07 queue INFO >>81 [583] -2015-03-10 22:04:07 sendUrl INFO 81 [583] R:OK -2015-03-10 22:04:57 queue INFO >>81 [584] -2015-03-10 22:04:57 sendUrl INFO 81 [584] R:OK -2015-03-10 22:05:47 queue INFO >>81 [585] -2015-03-10 22:05:48 sendUrl INFO 81 [585] R:OK -2015-03-10 22:06:37 queue INFO >>81 [586] -2015-03-10 22:06:37 sendUrl INFO 81 [586] R:OK -2015-03-10 22:07:28 queue INFO >>81 [587] -2015-03-10 22:07:28 sendUrl INFO 81 [587] R:OK -2015-03-10 22:08:18 queue INFO >>81 [588] -2015-03-10 22:08:18 sendUrl INFO 81 [588] R:OK -2015-03-10 22:09:08 queue INFO >>81 [589] -2015-03-10 22:09:08 sendUrl INFO 81 [589] R:OK -2015-03-10 22:09:58 queue INFO >>81 [590] -2015-03-10 22:09:58 sendUrl INFO 81 [590] R:OK -2015-03-10 22:10:48 queue INFO >>81 [591] -2015-03-10 22:10:49 sendUrl INFO 81 [591] R:OK -2015-03-10 22:11:38 queue INFO >>81 [592] -2015-03-10 22:11:38 sendUrl INFO 81 [592] R:OK -2015-03-10 22:12:28 queue INFO >>81 [593] -2015-03-10 22:12:29 sendUrl INFO 81 [593] R:OK -2015-03-10 22:13:19 queue INFO >>81 [594] -2015-03-10 22:13:19 sendUrl INFO 81 [594] R:OK -2015-03-10 22:14:09 queue INFO >>81 [595] -2015-03-10 22:14:09 sendUrl INFO 81 [595] R:OK -2015-03-10 22:14:59 queue INFO >>81 [596] -2015-03-10 22:14:59 sendUrl INFO 81 [596] R:OK -2015-03-10 22:15:49 queue INFO >>81 [597] -2015-03-10 22:15:50 sendUrl INFO 81 [597] R:OK -2015-03-10 22:16:39 queue INFO >>81 [598] -2015-03-10 22:16:39 sendUrl INFO 81 [598] R:OK -2015-03-10 22:17:29 queue INFO >>81 [599] -2015-03-10 22:17:30 sendUrl INFO 81 [599] R:OK -2015-03-10 22:18:20 queue INFO >>81 [600] -2015-03-10 22:18:20 sendUrl INFO 81 [600] R:OK -2015-03-10 22:19:10 queue INFO >>81 [601] -2015-03-10 22:19:10 sendUrl INFO 81 [601] R:OK -2015-03-10 22:20:00 queue INFO >>81 [602] -2015-03-10 22:20:00 sendUrl INFO 81 [602] R:OK -2015-03-10 22:20:50 queue INFO >>81 [603] -2015-03-10 22:20:50 sendUrl INFO 81 [603] R:OK -2015-03-10 22:21:40 queue INFO >>81 [604] -2015-03-10 22:21:40 sendUrl INFO 81 [604] R:OK -2015-03-10 22:22:30 queue INFO >>81 [605] -2015-03-10 22:22:31 sendUrl INFO 81 [605] R:OK -2015-03-10 22:23:20 queue INFO >>81 [606] -2015-03-10 22:23:21 sendUrl INFO 81 [606] R:OK -2015-03-10 22:24:11 queue INFO >>81 [607] -2015-03-10 22:24:11 sendUrl INFO 81 [607] R:OK -2015-03-10 22:25:01 queue INFO >>81 [608] -2015-03-10 22:25:01 sendUrl INFO 81 [608] R:OK -2015-03-10 22:25:51 queue INFO >>81 [609] -2015-03-10 22:25:51 sendUrl INFO 81 [609] R:OK -2015-03-10 22:26:41 queue INFO >>81 [610] -2015-03-10 22:26:41 sendUrl INFO 81 [610] R:OK -2015-03-10 22:27:31 queue INFO >>81 [611] -2015-03-10 22:27:31 sendUrl INFO 81 [611] R:OK -2015-03-10 22:28:21 queue INFO >>81 [612] -2015-03-10 22:28:22 sendUrl INFO 81 [612] R:OK -2015-03-10 22:29:11 queue INFO >>81 [613] -2015-03-10 22:29:12 sendUrl INFO 81 [613] R:OK -2015-03-10 22:30:02 queue INFO >>81 [614] -2015-03-10 22:30:02 sendUrl INFO 81 [614] R:OK -2015-03-10 22:30:52 queue INFO >>81 [615] -2015-03-10 22:30:52 sendUrl INFO 81 [615] R:OK -2015-03-10 22:31:42 queue INFO >>81 [616] -2015-03-10 22:31:42 sendUrl INFO 81 [616] R:OK -2015-03-10 22:32:32 queue INFO >>81 [617] -2015-03-10 22:32:32 sendUrl INFO 81 [617] R:OK -2015-03-10 22:33:22 queue INFO >>81 [618] -2015-03-10 22:33:23 sendUrl INFO 81 [618] R:OK -2015-03-10 22:34:12 queue INFO >>81 [619] -2015-03-10 22:34:13 sendUrl INFO 81 [619] R:OK -2015-03-10 22:35:03 queue INFO >>81 [620] -2015-03-10 22:35:03 sendUrl INFO 81 [620] R:OK -2015-03-10 22:35:53 queue INFO >>81 [621] -2015-03-10 22:35:53 sendUrl INFO 81 [621] R:OK -2015-03-10 22:36:43 queue INFO >>81 [622] -2015-03-10 22:36:43 sendUrl INFO 81 [622] R:OK -2015-03-10 22:37:33 queue INFO >>81 [623] -2015-03-10 22:37:33 sendUrl INFO 81 [623] R:OK -2015-03-10 22:38:23 queue INFO >>81 [624] -2015-03-10 22:38:24 sendUrl INFO 81 [624] R:OK -2015-03-10 22:39:13 queue INFO >>81 [625] -2015-03-10 22:39:13 sendUrl INFO 81 [625] R:OK -2015-03-10 22:40:03 queue INFO >>81 [626] -2015-03-10 22:40:04 sendUrl INFO 81 [626] R:OK -2015-03-10 22:40:54 queue INFO >>81 [627] -2015-03-10 22:40:54 sendUrl INFO 81 [627] R:OK -2015-03-10 22:41:44 queue INFO >>81 [628] -2015-03-10 22:41:44 sendUrl INFO 81 [628] R:OK -2015-03-10 22:42:34 queue INFO >>81 [629] -2015-03-10 22:42:34 sendUrl INFO 81 [629] R:OK -2015-03-10 22:43:24 queue INFO >>81 [630] -2015-03-10 22:43:25 sendUrl INFO 81 [630] R:OK -2015-03-10 22:44:14 queue INFO >>81 [631] -2015-03-10 22:44:14 sendUrl INFO 81 [631] R:OK -2015-03-10 22:45:04 queue INFO >>81 [632] -2015-03-10 22:45:05 sendUrl INFO 81 [632] R:OK -2015-03-10 22:45:55 queue INFO >>81 [633] -2015-03-10 22:45:55 sendUrl INFO 81 [633] R:OK -2015-03-10 22:46:45 queue INFO >>81 [634] -2015-03-10 22:46:45 sendUrl INFO 81 [634] R:OK -2015-03-10 22:47:35 queue INFO >>81 [635] -2015-03-10 22:47:35 sendUrl INFO 81 [635] R:OK -2015-03-10 22:48:25 queue INFO >>81 [636] -2015-03-10 22:48:26 sendUrl INFO 81 [636] R:OK -2015-03-10 22:49:15 queue INFO >>81 [637] -2015-03-10 22:49:15 sendUrl INFO 81 [637] R:OK -2015-03-10 22:50:05 queue INFO >>81 [638] -2015-03-10 22:50:06 sendUrl INFO 81 [638] R:OK -2015-03-10 22:50:55 queue INFO >>81 [639] -2015-03-10 22:50:56 sendUrl INFO 81 [639] R:OK -2015-03-10 22:51:46 queue INFO >>81 [640] -2015-03-10 22:51:46 sendUrl INFO 81 [640] R:OK -2015-03-10 22:52:36 queue INFO >>81 [641] -2015-03-10 22:52:36 sendUrl INFO 81 [641] R:OK -2015-03-10 22:53:26 queue INFO >>81 [642] -2015-03-10 22:53:26 sendUrl INFO 81 [642] R:OK -2015-03-10 22:54:16 queue INFO >>81 [643] -2015-03-10 22:54:16 sendUrl INFO 81 [643] R:OK -2015-03-10 22:55:06 queue INFO >>81 [644] -2015-03-10 22:55:07 sendUrl INFO 81 [644] R:OK -2015-03-10 22:55:56 queue INFO >>81 [645] -2015-03-10 22:55:57 sendUrl INFO 81 [645] R:OK -2015-03-10 22:56:47 queue INFO >>81 [646] -2015-03-10 22:56:47 sendUrl INFO 81 [646] R:OK -2015-03-10 22:57:37 queue INFO >>81 [647] -2015-03-10 22:57:37 sendUrl INFO 81 [647] R:OK -2015-03-10 22:58:27 queue INFO >>81 [648] -2015-03-10 22:58:27 sendUrl INFO 81 [648] R:OK -2015-03-10 22:59:17 queue INFO >>81 [649] -2015-03-10 22:59:17 sendUrl INFO 81 [649] R:OK -2015-03-10 23:00:07 queue INFO >>81 [650] -2015-03-10 23:00:08 sendUrl INFO 81 [650] R:OK -2015-03-10 23:00:57 queue INFO >>81 [651] -2015-03-10 23:00:58 sendUrl INFO 81 [651] R:OK -2015-03-10 23:01:47 queue INFO >>81 [652] -2015-03-10 23:01:48 sendUrl INFO 81 [652] R:OK -2015-03-10 23:02:38 queue INFO >>81 [653] -2015-03-10 23:02:38 sendUrl INFO 81 [653] R:OK -2015-03-10 23:03:28 queue INFO >>81 [654] -2015-03-10 23:03:28 sendUrl INFO 81 [654] R:OK -2015-03-10 23:04:18 queue INFO >>81 [655] -2015-03-10 23:04:18 sendUrl INFO 81 [655] R:OK -2015-03-10 23:05:08 queue INFO >>81 [656] -2015-03-10 23:05:08 sendUrl INFO 81 [656] R:OK -2015-03-10 23:05:58 queue INFO >>81 [657] -2015-03-10 23:05:59 sendUrl INFO 81 [657] R:OK -2015-03-10 23:06:48 queue INFO >>81 [658] -2015-03-10 23:06:49 sendUrl INFO 81 [658] R:OK -2015-03-10 23:07:39 queue INFO >>81 [659] -2015-03-10 23:07:39 sendUrl INFO 81 [659] R:OK -2015-03-10 23:08:29 queue INFO >>81 [660] -2015-03-10 23:08:29 sendUrl INFO 81 [660] R:OK -2015-03-10 23:09:19 queue INFO >>81 [661] -2015-03-10 23:09:19 sendUrl INFO 81 [661] R:OK -2015-03-10 23:10:09 queue INFO >>81 [662] -2015-03-10 23:10:09 sendUrl INFO 81 [662] R:OK -2015-03-10 23:10:59 queue INFO >>81 [663] -2015-03-10 23:11:00 sendUrl INFO 81 [663] R:OK -2015-03-10 23:11:49 queue INFO >>81 [664] -2015-03-10 23:11:50 sendUrl INFO 81 [664] R:OK -2015-03-10 23:12:39 queue INFO >>81 [665] -2015-03-10 23:12:40 sendUrl INFO 81 [665] R:OK -2015-03-10 23:13:30 queue INFO >>81 [666] -2015-03-10 23:13:30 sendUrl INFO 81 [666] R:OK -2015-03-10 23:14:20 queue INFO >>81 [667] -2015-03-10 23:14:20 sendUrl INFO 81 [667] R:OK -2015-03-10 23:15:10 queue INFO >>81 [668] -2015-03-10 23:15:10 sendUrl INFO 81 [668] R:OK -2015-03-10 23:16:00 queue INFO >>81 [669] -2015-03-10 23:16:01 sendUrl INFO 81 [669] R:OK -2015-03-10 23:16:50 queue INFO >>81 [670] -2015-03-10 23:16:50 sendUrl INFO 81 [670] R:OK -2015-03-10 23:17:40 queue INFO >>81 [671] -2015-03-10 23:17:41 sendUrl INFO 81 [671] R:OK -2015-03-10 23:18:30 queue INFO >>81 [672] -2015-03-10 23:18:31 sendUrl INFO 81 [672] R:OK -2015-03-10 23:19:21 queue INFO >>81 [673] -2015-03-10 23:19:21 sendUrl INFO 81 [673] R:OK -2015-03-10 23:20:11 queue INFO >>81 [674] -2015-03-10 23:20:11 sendUrl INFO 81 [674] R:OK -2015-03-10 23:21:01 queue INFO >>81 [675] -2015-03-10 23:21:01 sendUrl INFO 81 [675] R:OK -2015-03-10 23:21:51 queue INFO >>81 [676] -2015-03-10 23:21:51 sendUrl INFO 81 [676] R:OK -2015-03-10 23:22:41 queue INFO >>81 [677] -2015-03-10 23:22:42 sendUrl INFO 81 [677] R:OK -2015-03-10 23:23:31 queue INFO >>81 [678] -2015-03-10 23:23:32 sendUrl INFO 81 [678] R:OK -2015-03-10 23:24:21 queue INFO >>81 [679] -2015-03-10 23:24:22 sendUrl INFO 81 [679] R:OK -2015-03-10 23:25:12 queue INFO >>81 [680] -2015-03-10 23:25:12 sendUrl INFO 81 [680] R:OK -2015-03-10 23:26:02 queue INFO >>81 [681] -2015-03-10 23:26:02 sendUrl INFO 81 [681] R:OK -2015-03-10 23:26:52 queue INFO >>81 [682] -2015-03-10 23:26:52 sendUrl INFO 81 [682] R:OK -2015-03-10 23:27:42 queue INFO >>81 [683] -2015-03-10 23:27:42 sendUrl INFO 81 [683] R:OK -2015-03-10 23:28:32 queue INFO >>81 [684] -2015-03-10 23:28:33 sendUrl INFO 81 [684] R:OK -2015-03-10 23:29:22 queue INFO >>81 [685] -2015-03-10 23:29:23 sendUrl INFO 81 [685] R:OK -2015-03-10 23:30:12 queue INFO >>81 [686] -2015-03-10 23:30:13 sendUrl INFO 81 [686] R:OK -2015-03-10 23:31:03 queue INFO >>81 [687] -2015-03-10 23:31:03 sendUrl INFO 81 [687] R:OK -2015-03-10 23:31:53 queue INFO >>81 [688] -2015-03-10 23:31:53 sendUrl INFO 81 [688] R:OK -2015-03-10 23:32:43 queue INFO >>81 [689] -2015-03-10 23:32:43 sendUrl INFO 81 [689] R:OK -2015-03-10 23:33:20 queue INFO A1 [690] -2015-03-10 23:33:20 queue INFO >A1 [691] -2015-03-10 23:33:20 sendUrl INFO A1 [690] R:OK -2015-03-10 23:33:21 sendUrl INFO A1 [691] R:OK -2015-03-10 23:34:10 queue INFO >>A1 [692] -2015-03-10 23:34:10 sendUrl INFO A1 [692] R:OK -2015-03-10 23:35:00 queue INFO >>A1 [693] -2015-03-10 23:35:01 sendUrl INFO A1 [693] R:OK -2015-03-10 23:35:50 queue INFO >>A1 [694] -2015-03-10 23:35:50 sendUrl INFO A1 [694] R:OK -2015-03-10 23:35:55 queue INFO 81 [695] -2015-03-10 23:35:55 queue INFO >81 [696] -2015-03-10 23:35:55 sendUrl INFO 81 [695] R:OK -2015-03-10 23:35:55 sendUrl INFO 81 [696] R:OK -2015-03-10 23:35:58 queue INFO A1 [697] -2015-03-10 23:35:58 queue INFO >A1 [698] -2015-03-10 23:35:58 sendUrl INFO A1 [697] R:OK -2015-03-10 23:35:59 sendUrl INFO A1 [698] R:OK -2015-03-10 23:36:01 queue INFO 81 [699] -2015-03-10 23:36:01 queue INFO >81 [700] -2015-03-10 23:36:01 sendUrl INFO 81 [699] R:OK -2015-03-10 23:36:02 sendUrl INFO 81 [700] R:OK -2015-03-10 23:36:09 queue INFO A1 [701] -2015-03-10 23:36:09 queue INFO >A1 [702] -2015-03-10 23:36:09 sendUrl INFO A1 [701] R:OK -2015-03-10 23:36:10 sendUrl INFO A1 [702] R:OK -2015-03-10 23:36:11 queue INFO 81 [703] -2015-03-10 23:36:11 queue INFO >81 [704] -2015-03-10 23:36:12 sendUrl INFO 81 [703] R:OK -2015-03-10 23:36:12 sendUrl INFO 81 [704] R:OK -2015-03-10 23:36:19 queue INFO A1 [705] -2015-03-10 23:36:20 queue INFO >A1 [706] -2015-03-10 23:36:20 sendUrl INFO A1 [705] R:OK -2015-03-10 23:36:20 sendUrl INFO A1 [706] R:OK -2015-03-10 23:36:25 queue INFO 81 [707] -2015-03-10 23:36:25 queue INFO >81 [708] -2015-03-10 23:36:25 sendUrl INFO 81 [707] R:OK -2015-03-10 23:36:26 sendUrl INFO 81 [708] R:OK -2015-03-10 23:36:39 queue INFO 83 [709] -2015-03-10 23:36:39 queue INFO >83 [710] -2015-03-10 23:36:39 sendUrl INFO 83 [709] R:OK -2015-03-10 23:36:40 sendUrl INFO 83 [710] R:OK -2015-03-10 23:37:00 queue INFO 87 [711] -2015-03-10 23:37:00 queue INFO >87 [712] -2015-03-10 23:37:00 sendUrl INFO 87 [711] R:OK -2015-03-10 23:37:00 sendUrl INFO 87 [712] R:OK -2015-03-10 23:37:01 queue INFO 83 [713] -2015-03-10 23:37:01 queue INFO >83 [714] -2015-03-10 23:37:01 sendUrl INFO 83 [713] R:OK -2015-03-10 23:37:02 sendUrl INFO 83 [714] R:OK -2015-03-10 23:37:51 queue INFO >>83 [715] -2015-03-10 23:37:52 sendUrl INFO 83 [715] R:OK -2015-03-10 23:38:41 queue INFO >>83 [716] -2015-03-10 23:38:42 sendUrl INFO 83 [716] R:OK -2015-03-10 23:39:32 queue INFO >>83 [717] -2015-03-10 23:39:32 sendUrl INFO 83 [717] R:OK -2015-03-10 23:40:22 queue INFO >>83 [718] -2015-03-10 23:40:22 sendUrl INFO 83 [718] R:OK -2015-03-10 23:41:12 queue INFO >>83 [719] -2015-03-10 23:41:12 sendUrl INFO 83 [719] R:OK -2015-03-10 23:42:02 queue INFO >>83 [720] -2015-03-10 23:42:02 sendUrl INFO 83 [720] R:OK -2015-03-10 23:42:52 queue INFO >>83 [721] -2015-03-10 23:42:53 sendUrl INFO 83 [721] R:OK -2015-03-10 23:43:42 queue INFO >>83 [722] -2015-03-10 23:43:43 sendUrl INFO 83 [722] R:OK -2015-03-10 23:44:33 queue INFO >>83 [723] -2015-03-10 23:44:33 sendUrl INFO 83 [723] R:OK -2015-03-10 23:45:23 queue INFO >>83 [724] -2015-03-10 23:45:23 sendUrl INFO 83 [724] R:OK -2015-03-10 23:46:00 queue INFO 87 [725] -2015-03-10 23:46:00 queue INFO >87 [726] -2015-03-10 23:46:00 sendUrl INFO 87 [725] R:OK -2015-03-10 23:46:01 sendUrl INFO 87 [726] R:OK -2015-03-10 23:46:01 queue INFO 83 [727] -2015-03-10 23:46:01 queue INFO >83 [728] -2015-03-10 23:46:02 sendUrl INFO 83 [727] R:OK -2015-03-10 23:46:02 sendUrl INFO 83 [728] R:OK -2015-03-10 23:46:51 queue INFO >>83 [729] -2015-03-10 23:46:52 sendUrl INFO 83 [729] R:OK -2015-03-10 23:47:41 queue INFO >>83 [730] -2015-03-10 23:47:42 sendUrl INFO 83 [730] R:OK -2015-03-10 23:48:32 queue INFO >>83 [731] -2015-03-10 23:48:32 sendUrl INFO 83 [731] R:OK -2015-03-10 23:49:22 queue INFO >>83 [732] -2015-03-10 23:49:22 sendUrl INFO 83 [732] R:OK -2015-03-10 23:50:12 queue INFO >>83 [733] -2015-03-10 23:50:12 sendUrl INFO 83 [733] R:OK -2015-03-10 23:51:02 queue INFO >>83 [734] -2015-03-10 23:51:02 sendUrl INFO 83 [734] R:OK -2015-03-10 23:51:52 queue INFO >>83 [735] -2015-03-10 23:51:52 sendUrl INFO 83 [735] R:OK -2015-03-10 23:52:42 queue INFO >>83 [736] -2015-03-10 23:52:43 sendUrl INFO 83 [736] R:OK -2015-03-10 23:53:32 queue INFO >>83 [737] -2015-03-10 23:53:33 sendUrl INFO 83 [737] R:OK -2015-03-10 23:54:23 queue INFO >>83 [738] -2015-03-10 23:54:23 sendUrl INFO 83 [738] R:OK -2015-03-10 23:55:00 queue INFO 87 [739] -2015-03-10 23:55:00 queue INFO >87 [740] -2015-03-10 23:55:00 sendUrl INFO 87 [739] R:OK -2015-03-10 23:55:01 sendUrl INFO 87 [740] R:OK -2015-03-10 23:55:01 queue INFO 83 [741] -2015-03-10 23:55:02 queue INFO >83 [742] -2015-03-10 23:55:02 sendUrl INFO 83 [741] R:OK -2015-03-10 23:55:02 sendUrl INFO 83 [742] R:OK -2015-03-10 23:55:52 queue INFO >>83 [743] -2015-03-10 23:55:52 sendUrl INFO 83 [743] R:OK -2015-03-10 23:56:42 queue INFO >>83 [744] -2015-03-10 23:56:42 sendUrl INFO 83 [744] R:OK -2015-03-10 23:57:32 queue INFO >>83 [745] -2015-03-10 23:57:32 sendUrl INFO 83 [745] R:OK -2015-03-10 23:58:22 queue INFO >>83 [746] -2015-03-10 23:58:22 sendUrl INFO 83 [746] R:OK -2015-03-10 23:59:12 queue INFO >>83 [747] -2015-03-10 23:59:13 sendUrl INFO 83 [747] R:OK -2015-03-11 00:00:02 queue INFO >>83 [748] -2015-03-11 00:00:03 sendUrl INFO 83 [748] R:OK -2015-03-11 00:00:53 queue INFO >>83 [749] -2015-03-11 00:00:53 sendUrl INFO 83 [749] R:OK -2015-03-11 00:01:43 queue INFO >>83 [750] -2015-03-11 00:01:43 sendUrl INFO 83 [750] R:OK -2015-03-11 00:02:33 queue INFO >>83 [751] -2015-03-11 00:02:33 sendUrl INFO 83 [751] R:OK -2015-03-11 00:03:23 queue INFO >>83 [752] -2015-03-11 00:03:23 sendUrl INFO 83 [752] R:OK -2015-03-11 00:04:00 queue INFO 87 [753] -2015-03-11 00:04:00 queue INFO >87 [754] -2015-03-11 00:04:00 sendUrl INFO 87 [753] R:OK -2015-03-11 00:04:01 sendUrl INFO 87 [754] R:OK -2015-03-11 00:04:01 queue INFO 83 [755] -2015-03-11 00:04:02 queue INFO >83 [756] -2015-03-11 00:04:02 sendUrl INFO 83 [755] R:OK -2015-03-11 00:04:02 sendUrl INFO 83 [756] R:OK -2015-03-11 00:04:51 queue INFO >>83 [757] -2015-03-11 00:04:52 sendUrl INFO 83 [757] R:OK -2015-03-11 00:05:42 queue INFO >>83 [758] -2015-03-11 00:05:42 sendUrl INFO 83 [758] R:OK -2015-03-11 00:06:32 queue INFO >>83 [759] -2015-03-11 00:06:32 sendUrl INFO 83 [759] R:OK -2015-03-11 00:07:22 queue INFO >>83 [760] -2015-03-11 00:07:22 sendUrl INFO 83 [760] R:OK -2015-03-11 00:08:12 queue INFO >>83 [761] -2015-03-11 00:08:12 sendUrl INFO 83 [761] R:OK -2015-03-11 00:09:02 queue INFO >>83 [762] -2015-03-11 00:09:03 sendUrl INFO 83 [762] R:OK -2015-03-11 00:09:52 queue INFO >>83 [763] -2015-03-11 00:09:53 sendUrl INFO 83 [763] R:OK -2015-03-11 00:10:43 queue INFO >>83 [764] -2015-03-11 00:10:43 sendUrl INFO 83 [764] R:OK -2015-03-11 00:11:33 queue INFO >>83 [765] -2015-03-11 00:11:33 sendUrl INFO 83 [765] R:OK -2015-03-11 00:12:23 queue INFO >>83 [766] -2015-03-11 00:12:23 sendUrl INFO 83 [766] R:OK -2015-03-11 00:13:13 queue INFO >>83 [767] -2015-03-11 00:13:13 sendUrl INFO 83 [767] R:OK -2015-03-11 00:13:40 queue INFO 87 [768] -2015-03-11 00:13:40 queue INFO >87 [769] -2015-03-11 00:13:40 sendUrl INFO 87 [768] R:OK -2015-03-11 00:13:41 sendUrl INFO 87 [769] R:OK -2015-03-11 00:13:41 queue INFO 83 [770] -2015-03-11 00:13:41 queue INFO >83 [771] -2015-03-11 00:13:42 sendUrl INFO 83 [770] R:OK -2015-03-11 00:13:42 sendUrl INFO 83 [771] R:OK -2015-03-11 00:13:43 queue INFO 89 [772] -2015-03-11 00:13:43 queue INFO >89 [773] -2015-03-11 00:13:43 sendUrl INFO 89 [772] R:OK -2015-03-11 00:13:44 sendUrl INFO 89 [773] R:OK -2015-03-11 00:14:33 queue INFO >>89 [774] -2015-03-11 00:14:33 sendUrl INFO 89 [774] R:OK -2015-03-11 00:15:23 queue INFO >>89 [775] -2015-03-11 00:15:23 sendUrl INFO 89 [775] R:OK -2015-03-11 00:16:13 queue INFO >>89 [776] -2015-03-11 00:16:14 sendUrl INFO 89 [776] R:OK -2015-03-11 00:17:03 queue INFO >>89 [777] -2015-03-11 00:17:03 sendUrl INFO 89 [777] R:OK -2015-03-11 00:17:53 queue INFO >>89 [778] -2015-03-11 00:17:54 sendUrl INFO 89 [778] R:OK -2015-03-11 00:18:44 queue INFO >>89 [779] -2015-03-11 00:18:44 sendUrl INFO 89 [779] R:OK -2015-03-11 00:19:34 queue INFO >>89 [780] -2015-03-11 00:19:34 sendUrl INFO 89 [780] R:OK -2015-03-11 00:20:24 queue INFO >>89 [781] -2015-03-11 00:20:24 sendUrl INFO 89 [781] R:OK -2015-03-11 00:21:14 queue INFO >>89 [782] -2015-03-11 00:21:15 sendUrl INFO 89 [782] R:OK -2015-03-11 00:22:04 queue INFO >>89 [783] -2015-03-11 00:22:04 sendUrl INFO 89 [783] R:OK -2015-03-11 00:22:54 queue INFO >>89 [784] -2015-03-11 00:22:55 sendUrl INFO 89 [784] R:OK -2015-03-11 00:23:45 queue INFO >>89 [785] -2015-03-11 00:23:45 sendUrl INFO 89 [785] R:OK -2015-03-11 00:24:35 queue INFO >>89 [786] -2015-03-11 00:24:35 sendUrl INFO 89 [786] R:OK -2015-03-11 00:25:25 queue INFO >>89 [787] -2015-03-11 00:25:25 sendUrl INFO 89 [787] R:OK -2015-03-11 00:25:33 queue INFO 81 [788] -2015-03-11 00:25:33 queue INFO >81 [789] -2015-03-11 00:25:33 sendUrl INFO 81 [788] R:OK -2015-03-11 00:25:34 sendUrl INFO 81 [789] R:OK -2015-03-11 00:25:36 queue INFO 89 [790] -2015-03-11 00:25:36 queue INFO >89 [791] -2015-03-11 00:25:37 sendUrl INFO 89 [790] R:OK -2015-03-11 00:25:37 sendUrl INFO 89 [791] R:OK -2015-03-11 00:26:26 queue INFO >>89 [792] -2015-03-11 00:26:27 sendUrl INFO 89 [792] R:OK -2015-03-11 00:26:51 queue INFO 99 [793] -2015-03-11 00:26:52 queue INFO >99 [794] -2015-03-11 00:26:52 sendUrl INFO 99 [793] R:OK -2015-03-11 00:26:52 sendUrl INFO 99 [794] R:OK -2015-03-11 00:27:42 queue INFO >>99 [795] -2015-03-11 00:27:42 sendUrl INFO 99 [795] R:OK -2015-03-11 00:28:32 queue INFO >>99 [796] -2015-03-11 00:28:32 sendUrl INFO 99 [796] R:OK -2015-03-11 00:29:22 queue INFO >>99 [797] -2015-03-11 00:29:22 sendUrl INFO 99 [797] R:OK -2015-03-11 00:30:12 queue INFO >>99 [798] -2015-03-11 00:30:12 sendUrl INFO 99 [798] R:OK -2015-03-11 00:31:02 queue INFO >>99 [799] -2015-03-11 00:31:03 sendUrl INFO 99 [799] R:OK -2015-03-11 00:31:05 queue INFO 89 [800] -2015-03-11 00:31:05 queue INFO >89 [801] -2015-03-11 00:31:06 sendUrl INFO 89 [800] R:OK -2015-03-11 00:31:06 sendUrl INFO 89 [801] R:OK -2015-03-11 00:31:08 queue INFO 81 [802] -2015-03-11 00:31:08 queue INFO >81 [803] -2015-03-11 00:31:08 sendUrl INFO 81 [802] R:OK -2015-03-11 00:31:09 sendUrl INFO 81 [803] R:OK -2015-03-11 00:31:58 queue INFO >>81 [804] -2015-03-11 00:31:58 sendUrl INFO 81 [804] R:OK -2015-03-11 00:32:48 queue INFO >>81 [805] -2015-03-11 00:32:48 sendUrl INFO 81 [805] R:OK -2015-03-11 00:33:38 queue INFO >>81 [806] -2015-03-11 00:33:38 sendUrl INFO 81 [806] R:OK -2015-03-11 00:34:28 queue INFO >>81 [807] -2015-03-11 00:34:28 sendUrl INFO 81 [807] R:OK -2015-03-11 00:35:18 queue INFO >>81 [808] -2015-03-11 00:35:19 sendUrl INFO 81 [808] R:OK -2015-03-11 00:36:08 queue INFO >>81 [809] -2015-03-11 00:36:09 sendUrl INFO 81 [809] R:OK -2015-03-11 00:36:59 queue INFO >>81 [810] -2015-03-11 00:36:59 sendUrl INFO 81 [810] R:OK -2015-03-11 00:37:49 queue INFO >>81 [811] -2015-03-11 00:37:49 sendUrl INFO 81 [811] R:OK -2015-03-11 00:38:39 queue INFO >>81 [812] -2015-03-11 00:38:39 sendUrl INFO 81 [812] R:OK -2015-03-11 00:39:29 queue INFO >>81 [813] -2015-03-11 00:39:29 sendUrl INFO 81 [813] R:OK -2015-03-11 00:40:19 queue INFO >>81 [814] -2015-03-11 00:40:20 sendUrl INFO 81 [814] R:OK -2015-03-11 00:41:09 queue INFO >>81 [815] -2015-03-11 00:41:10 sendUrl INFO 81 [815] R:OK -2015-03-11 00:41:59 queue INFO >>81 [816] -2015-03-11 00:42:00 sendUrl INFO 81 [816] R:OK -2015-03-11 00:42:50 queue INFO >>81 [817] -2015-03-11 00:42:50 sendUrl INFO 81 [817] R:OK -2015-03-11 00:43:40 queue INFO >>81 [818] -2015-03-11 00:43:40 sendUrl INFO 81 [818] R:OK -2015-03-11 00:44:30 queue INFO >>81 [819] -2015-03-11 00:44:30 sendUrl INFO 81 [819] R:OK -2015-03-11 00:45:20 queue INFO >>81 [820] -2015-03-11 00:45:20 sendUrl INFO 81 [820] R:OK -2015-03-11 00:46:10 queue INFO >>81 [821] -2015-03-11 00:46:11 sendUrl INFO 81 [821] R:OK -2015-03-11 00:47:00 queue INFO >>81 [822] -2015-03-11 00:47:01 sendUrl INFO 81 [822] R:OK -2015-03-11 00:47:51 queue INFO >>81 [823] -2015-03-11 00:47:51 sendUrl INFO 81 [823] R:OK -2015-03-11 00:48:41 queue INFO >>81 [824] -2015-03-11 00:48:41 sendUrl INFO 81 [824] R:OK -2015-03-11 00:49:31 queue INFO >>81 [825] -2015-03-11 00:49:31 sendUrl INFO 81 [825] R:OK -2015-03-11 00:50:21 queue INFO >>81 [826] -2015-03-11 00:50:21 sendUrl INFO 81 [826] R:OK -2015-03-11 00:51:11 queue INFO >>81 [827] -2015-03-11 00:51:12 sendUrl INFO 81 [827] R:OK -2015-03-11 00:52:01 queue INFO >>81 [828] -2015-03-11 00:52:02 sendUrl INFO 81 [828] R:OK -2015-03-11 00:52:51 queue INFO >>81 [829] -2015-03-11 00:52:52 sendUrl INFO 81 [829] R:OK -2015-03-11 00:53:42 queue INFO >>81 [830] -2015-03-11 00:53:42 sendUrl INFO 81 [830] R:OK -2015-03-11 00:54:32 queue INFO >>81 [831] -2015-03-11 00:54:32 sendUrl INFO 81 [831] R:OK -2015-03-11 00:55:22 queue INFO >>81 [832] -2015-03-11 00:55:22 sendUrl INFO 81 [832] R:OK -2015-03-11 00:56:12 queue INFO >>81 [833] -2015-03-11 00:56:13 sendUrl INFO 81 [833] R:OK -2015-03-11 00:57:02 queue INFO >>81 [834] -2015-03-11 00:57:02 sendUrl INFO 81 [834] R:OK -2015-03-11 00:57:52 queue INFO >>81 [835] -2015-03-11 00:57:53 sendUrl INFO 81 [835] R:OK -2015-03-11 00:58:43 queue INFO >>81 [836] -2015-03-11 00:58:43 sendUrl INFO 81 [836] R:OK -2015-03-11 00:59:33 queue INFO >>81 [837] -2015-03-11 00:59:33 sendUrl INFO 81 [837] R:OK -2015-03-11 01:00:07 queue INFO 99 [838] -2015-03-11 01:00:07 queue INFO >99 [839] -2015-03-11 01:00:08 sendUrl INFO 99 [838] R:OK -2015-03-11 01:00:08 sendUrl INFO 99 [839] R:OK -2015-03-11 01:00:31 queue INFO 8 [840] -2015-03-11 01:00:31 queue INFO >8 [841] -2015-03-11 01:00:31 sendUrl INFO 8 [840] R:OK -2015-03-11 01:00:32 sendUrl INFO 8 [841] R:OK -2015-03-11 01:01:21 queue INFO >>8 [842] -2015-03-11 01:01:22 sendUrl INFO 8 [842] R:OK -2015-03-11 01:02:11 queue INFO >>8 [843] -2015-03-11 01:02:12 sendUrl INFO 8 [843] R:OK -2015-03-11 01:03:02 queue INFO >>8 [844] -2015-03-11 01:03:02 sendUrl INFO 8 [844] R:OK -2015-03-11 01:03:45 queue INFO 99 [845] -2015-03-11 01:03:45 queue INFO >99 [846] -2015-03-11 01:03:46 sendUrl INFO 99 [845] R:OK -2015-03-11 01:03:46 sendUrl INFO 99 [846] R:OK -2015-03-11 01:04:35 queue INFO >>99 [847] -2015-03-11 01:04:36 sendUrl INFO 99 [847] R:OK -2015-03-11 01:05:25 queue INFO 89 [848] -2015-03-11 01:05:25 sendUrl INFO 89 [848] R:OK -2015-03-11 01:05:25 queue INFO >89 [849] -2015-03-11 01:05:25 sendUrl INFO 89 [849] R:OK -2015-03-11 01:05:26 queue INFO 81 [850] -2015-03-11 01:05:27 queue INFO >81 [851] -2015-03-11 01:05:27 sendUrl INFO 81 [850] R:OK -2015-03-11 01:05:27 sendUrl INFO 81 [851] R:OK -2015-03-11 01:05:30 queue INFO 83 [852] -2015-03-11 01:05:30 queue INFO >83 [853] -2015-03-11 01:05:30 sendUrl INFO 83 [852] R:OK -2015-03-11 01:05:30 sendUrl INFO 83 [853] R:OK -2015-03-11 01:05:49 queue INFO 87 [854] -2015-03-11 01:05:50 queue INFO >87 [855] -2015-03-11 01:05:50 sendUrl INFO 87 [854] R:OK -2015-03-11 01:05:50 sendUrl INFO 87 [855] R:OK -2015-03-11 01:05:51 queue INFO 83 [856] -2015-03-11 01:05:51 queue INFO >83 [857] -2015-03-11 01:05:51 sendUrl INFO 83 [856] R:OK -2015-03-11 01:05:52 sendUrl INFO 83 [857] R:OK -2015-03-11 01:06:41 queue INFO >>83 [858] -2015-03-11 01:06:42 sendUrl INFO 83 [858] R:OK -2015-03-11 01:07:31 queue INFO >>83 [859] -2015-03-11 01:07:32 sendUrl INFO 83 [859] R:OK -2015-03-11 01:08:21 queue INFO >>83 [860] -2015-03-11 01:08:22 sendUrl INFO 83 [860] R:OK -2015-03-11 01:09:12 queue INFO >>83 [861] -2015-03-11 01:09:12 sendUrl INFO 83 [861] R:OK -2015-03-11 01:10:02 queue INFO >>83 [862] -2015-03-11 01:10:02 sendUrl INFO 83 [862] R:OK -2015-03-11 01:10:52 queue INFO >>83 [863] -2015-03-11 01:10:52 sendUrl INFO 83 [863] R:OK -2015-03-11 01:11:42 queue INFO >>83 [864] -2015-03-11 01:11:42 sendUrl INFO 83 [864] R:OK -2015-03-11 01:12:32 queue INFO >>83 [865] -2015-03-11 01:12:33 sendUrl INFO 83 [865] R:OK -2015-03-11 01:13:22 queue INFO >>83 [866] -2015-03-11 01:13:23 sendUrl INFO 83 [866] R:OK -2015-03-11 01:14:13 queue INFO >>83 [867] -2015-03-11 01:14:13 sendUrl INFO 83 [867] R:OK -2015-03-11 01:14:49 queue INFO 87 [868] -2015-03-11 01:14:49 queue INFO >87 [869] -2015-03-11 01:14:50 sendUrl INFO 87 [868] R:OK -2015-03-11 01:14:50 sendUrl INFO 87 [869] R:OK -2015-03-11 01:14:51 queue INFO 83 [870] -2015-03-11 01:14:51 sendUrl INFO 83 [870] R:OK -2015-03-11 01:14:51 queue INFO >83 [871] -2015-03-11 01:14:51 sendUrl INFO 83 [871] R:OK -2015-03-11 01:15:41 queue INFO >>83 [872] -2015-03-11 01:15:41 sendUrl INFO 83 [872] R:OK -2015-03-11 01:16:31 queue INFO >>83 [873] -2015-03-11 01:16:32 sendUrl INFO 83 [873] R:OK -2015-03-11 01:17:21 queue INFO >>83 [874] -2015-03-11 01:17:21 sendUrl INFO 83 [874] R:OK -2015-03-11 01:18:11 queue INFO >>83 [875] -2015-03-11 01:18:12 sendUrl INFO 83 [875] R:OK -2015-03-11 01:19:02 queue INFO >>83 [876] -2015-03-11 01:19:02 sendUrl INFO 83 [876] R:OK -2015-03-11 01:19:52 queue INFO >>83 [877] -2015-03-11 01:19:52 sendUrl INFO 83 [877] R:OK -2015-03-11 01:20:42 queue INFO >>83 [878] -2015-03-11 01:20:42 sendUrl INFO 83 [878] R:OK -2015-03-11 01:21:32 queue INFO >>83 [879] -2015-03-11 01:21:33 sendUrl INFO 83 [879] R:OK -2015-03-11 01:22:22 queue INFO >>83 [880] -2015-03-11 01:22:22 sendUrl INFO 83 [880] R:OK -2015-03-11 01:23:12 queue INFO >>83 [881] -2015-03-11 01:23:13 sendUrl INFO 83 [881] R:OK -2015-03-11 01:23:50 queue INFO 87 [882] -2015-03-11 01:23:50 queue INFO >87 [883] -2015-03-11 01:23:50 sendUrl INFO 87 [882] R:OK -2015-03-11 01:23:51 sendUrl INFO 87 [883] R:OK -2015-03-11 01:23:51 queue INFO 83 [884] -2015-03-11 01:23:51 queue INFO >83 [885] -2015-03-11 01:23:52 sendUrl INFO 83 [884] R:OK -2015-03-11 01:23:52 sendUrl INFO 83 [885] R:OK -2015-03-11 01:24:41 queue INFO >>83 [886] -2015-03-11 01:24:41 sendUrl INFO 83 [886] R:OK -2015-03-11 01:25:31 queue INFO >>83 [887] -2015-03-11 01:25:32 sendUrl INFO 83 [887] R:OK -2015-03-11 01:26:22 queue INFO >>83 [888] -2015-03-11 01:26:22 sendUrl INFO 83 [888] R:OK -2015-03-11 01:27:12 queue INFO >>83 [889] -2015-03-11 01:27:12 sendUrl INFO 83 [889] R:OK -2015-03-11 01:28:02 queue INFO >>83 [890] -2015-03-11 01:28:02 sendUrl INFO 83 [890] R:OK -2015-03-11 01:28:52 queue INFO >>83 [891] -2015-03-11 01:28:52 sendUrl INFO 83 [891] R:OK -2015-03-11 01:29:42 queue INFO >>83 [892] -2015-03-11 01:29:42 sendUrl INFO 83 [892] R:OK -2015-03-11 01:30:32 queue INFO >>83 [893] -2015-03-11 01:30:33 sendUrl INFO 83 [893] R:OK -2015-03-11 01:31:22 queue INFO >>83 [894] -2015-03-11 01:31:23 sendUrl INFO 83 [894] R:OK -2015-03-11 01:32:12 queue INFO >>83 [895] -2015-03-11 01:32:13 sendUrl INFO 83 [895] R:OK -2015-03-11 01:32:49 queue INFO 87 [896] -2015-03-11 01:32:50 queue INFO >87 [897] -2015-03-11 01:32:50 sendUrl INFO 87 [896] R:OK -2015-03-11 01:32:50 sendUrl INFO 87 [897] R:OK -2015-03-11 01:32:51 queue INFO 83 [898] -2015-03-11 01:32:51 queue INFO >83 [899] -2015-03-11 01:32:51 sendUrl INFO 83 [898] R:OK -2015-03-11 01:32:52 sendUrl INFO 83 [899] R:OK -2015-03-11 01:33:41 queue INFO >>83 [900] -2015-03-11 01:33:42 sendUrl INFO 83 [900] R:OK -2015-03-11 01:34:31 queue INFO >>83 [901] -2015-03-11 01:34:32 sendUrl INFO 83 [901] R:OK -2015-03-11 01:35:21 queue INFO >>83 [902] -2015-03-11 01:35:22 sendUrl INFO 83 [902] R:OK -2015-03-11 01:36:12 queue INFO >>83 [903] -2015-03-11 01:36:12 sendUrl INFO 83 [903] R:OK -2015-03-11 01:37:02 queue INFO >>83 [904] -2015-03-11 01:37:02 sendUrl INFO 83 [904] R:OK -2015-03-11 01:37:52 queue INFO >>83 [905] -2015-03-11 01:37:52 sendUrl INFO 83 [905] R:OK -2015-03-11 01:38:42 queue INFO >>83 [906] -2015-03-11 01:38:43 sendUrl INFO 83 [906] R:OK -2015-03-11 01:39:32 queue INFO >>83 [907] -2015-03-11 01:39:32 sendUrl INFO 83 [907] R:OK -2015-03-11 01:40:22 queue INFO >>83 [908] -2015-03-11 01:40:23 sendUrl INFO 83 [908] R:OK -2015-03-11 01:41:12 queue INFO >>83 [909] -2015-03-11 01:41:13 sendUrl INFO 83 [909] R:OK -2015-03-11 01:41:50 queue INFO 87 [910] -2015-03-11 01:41:50 sendUrl INFO 87 [910] R:OK -2015-03-11 01:41:50 queue INFO >87 [911] -2015-03-11 01:41:50 sendUrl INFO 87 [911] R:OK -2015-03-11 01:41:51 queue INFO 83 [912] -2015-03-11 01:41:51 queue INFO >83 [913] -2015-03-11 01:41:52 sendUrl INFO 83 [912] R:OK -2015-03-11 01:41:52 sendUrl INFO 83 [913] R:OK -2015-03-11 01:42:41 queue INFO >>83 [914] -2015-03-11 01:42:42 sendUrl INFO 83 [914] R:OK -2015-03-11 01:43:32 queue INFO >>83 [915] -2015-03-11 01:43:32 sendUrl INFO 83 [915] R:OK -2015-03-11 01:44:22 queue INFO >>83 [916] -2015-03-11 01:44:22 sendUrl INFO 83 [916] R:OK -2015-03-11 01:45:12 queue INFO >>83 [917] -2015-03-11 01:45:12 sendUrl INFO 83 [917] R:OK -2015-03-11 01:46:02 queue INFO >>83 [918] -2015-03-11 01:46:02 sendUrl INFO 83 [918] R:OK -2015-03-11 01:46:52 queue INFO >>83 [919] -2015-03-11 01:46:52 sendUrl INFO 83 [919] R:OK -2015-03-11 01:47:42 queue INFO >>83 [920] -2015-03-11 01:47:43 sendUrl INFO 83 [920] R:OK -2015-03-11 01:48:32 queue INFO >>83 [921] -2015-03-11 01:48:33 sendUrl INFO 83 [921] R:OK -2015-03-11 01:49:23 queue INFO >>83 [922] -2015-03-11 01:49:23 sendUrl INFO 83 [922] R:OK -2015-03-11 01:50:13 queue INFO >>83 [923] -2015-03-11 01:50:13 sendUrl INFO 83 [923] R:OK -2015-03-11 01:50:50 queue INFO 87 [924] -2015-03-11 01:50:50 queue INFO >87 [925] -2015-03-11 01:50:50 sendUrl INFO 87 [924] R:OK -2015-03-11 01:50:50 sendUrl INFO 87 [925] R:OK -2015-03-11 01:50:51 queue INFO 83 [926] -2015-03-11 01:50:51 queue INFO >83 [927] -2015-03-11 01:50:52 sendUrl INFO 83 [926] R:OK -2015-03-11 01:50:52 sendUrl INFO 83 [927] R:OK -2015-03-11 01:51:41 queue INFO >>83 [928] -2015-03-11 01:51:42 sendUrl INFO 83 [928] R:OK -2015-03-11 01:52:32 queue INFO >>83 [929] -2015-03-11 01:52:32 sendUrl INFO 83 [929] R:OK -2015-03-11 01:53:22 queue INFO >>83 [930] -2015-03-11 01:53:22 sendUrl INFO 83 [930] R:OK -2015-03-11 01:54:12 queue INFO >>83 [931] -2015-03-11 01:54:12 sendUrl INFO 83 [931] R:OK -2015-03-11 01:55:02 queue INFO >>83 [932] -2015-03-11 01:55:03 sendUrl INFO 83 [932] R:OK -2015-03-11 01:55:52 queue INFO >>83 [933] -2015-03-11 01:55:52 sendUrl INFO 83 [933] R:OK -2015-03-11 01:56:42 queue INFO >>83 [934] -2015-03-11 01:56:43 sendUrl INFO 83 [934] R:OK -2015-03-11 01:57:33 queue INFO >>83 [935] -2015-03-11 01:57:33 sendUrl INFO 83 [935] R:OK -2015-03-11 01:58:23 queue INFO >>83 [936] -2015-03-11 01:58:23 sendUrl INFO 83 [936] R:OK -2015-03-11 01:59:13 queue INFO >>83 [937] -2015-03-11 01:59:13 sendUrl INFO 83 [937] R:OK -2015-03-11 01:59:50 queue INFO 87 [938] -2015-03-11 01:59:50 queue INFO >87 [939] -2015-03-11 01:59:51 sendUrl INFO 87 [938] R:OK -2015-03-11 01:59:51 sendUrl INFO 87 [939] R:OK -2015-03-11 01:59:52 queue INFO 83 [940] -2015-03-11 01:59:52 sendUrl INFO 83 [940] R:OK -2015-03-11 01:59:52 queue INFO >83 [941] -2015-03-11 01:59:52 sendUrl INFO 83 [941] R:OK -2015-03-11 02:00:42 queue INFO >>83 [942] -2015-03-11 02:00:42 sendUrl INFO 83 [942] R:OK -2015-03-11 02:01:32 queue INFO >>83 [943] -2015-03-11 02:01:33 sendUrl INFO 83 [943] R:OK -2015-03-11 02:02:22 queue INFO >>83 [944] -2015-03-11 02:02:22 sendUrl INFO 83 [944] R:OK -2015-03-11 02:03:12 queue INFO >>83 [945] -2015-03-11 02:03:13 sendUrl INFO 83 [945] R:OK -2015-03-11 02:04:03 queue INFO >>83 [946] -2015-03-11 02:04:03 sendUrl INFO 83 [946] R:OK -2015-03-11 02:04:53 queue INFO >>83 [947] -2015-03-11 02:04:53 sendUrl INFO 83 [947] R:OK -2015-03-11 02:05:43 queue INFO >>83 [948] -2015-03-11 02:05:43 sendUrl INFO 83 [948] R:OK -2015-03-11 02:06:33 queue INFO >>83 [949] -2015-03-11 02:06:33 sendUrl INFO 83 [949] R:OK -2015-03-11 02:07:23 queue INFO >>83 [950] -2015-03-11 02:07:23 sendUrl INFO 83 [950] R:OK -2015-03-11 02:08:13 queue INFO >>83 [951] -2015-03-11 02:08:14 sendUrl INFO 83 [951] R:OK -2015-03-11 02:08:50 queue INFO 87 [952] -2015-03-11 02:08:51 queue INFO >87 [953] -2015-03-11 02:08:51 sendUrl INFO 87 [952] R:OK -2015-03-11 02:08:51 sendUrl INFO 87 [953] R:OK -2015-03-11 02:08:52 queue INFO 83 [954] -2015-03-11 02:08:52 queue INFO >83 [955] -2015-03-11 02:08:52 sendUrl INFO 83 [954] R:OK -2015-03-11 02:08:53 sendUrl INFO 83 [955] R:OK -2015-03-11 02:09:42 queue INFO >>83 [956] -2015-03-11 02:09:42 sendUrl INFO 83 [956] R:OK -2015-03-11 02:10:32 queue INFO >>83 [957] -2015-03-11 02:10:32 sendUrl INFO 83 [957] R:OK -2015-03-11 02:11:22 queue INFO >>83 [958] -2015-03-11 02:11:23 sendUrl INFO 83 [958] R:OK -2015-03-11 02:12:12 queue INFO >>83 [959] -2015-03-11 02:12:12 sendUrl INFO 83 [959] R:OK -2015-03-11 02:13:02 queue INFO >>83 [960] -2015-03-11 02:13:03 sendUrl INFO 83 [960] R:OK -2015-03-11 02:13:53 queue INFO >>83 [961] -2015-03-11 02:13:53 sendUrl INFO 83 [961] R:OK -2015-03-11 02:14:43 queue INFO >>83 [962] -2015-03-11 02:14:43 sendUrl INFO 83 [962] R:OK -2015-03-11 02:15:33 queue INFO >>83 [963] -2015-03-11 02:15:33 sendUrl INFO 83 [963] R:OK -2015-03-11 02:16:23 queue INFO >>83 [964] -2015-03-11 02:16:23 sendUrl INFO 83 [964] R:OK -2015-03-11 02:17:13 queue INFO >>83 [965] -2015-03-11 02:17:13 sendUrl INFO 83 [965] R:OK -2015-03-11 02:17:50 queue INFO 87 [966] -2015-03-11 02:17:51 queue INFO >87 [967] -2015-03-11 02:17:51 sendUrl INFO 87 [966] R:OK -2015-03-11 02:17:51 sendUrl INFO 87 [967] R:OK -2015-03-11 02:17:52 queue INFO 83 [968] -2015-03-11 02:17:52 sendUrl INFO 83 [968] R:OK -2015-03-11 02:17:52 queue INFO >83 [969] -2015-03-11 02:17:53 sendUrl INFO 83 [969] R:OK -2015-03-11 02:18:42 queue INFO >>83 [970] -2015-03-11 02:18:43 sendUrl INFO 83 [970] R:OK -2015-03-11 02:19:32 queue INFO >>83 [971] -2015-03-11 02:19:33 sendUrl INFO 83 [971] R:OK -2015-03-11 02:20:22 queue INFO >>83 [972] -2015-03-11 02:20:23 sendUrl INFO 83 [972] R:OK -2015-03-11 02:21:13 queue INFO >>83 [973] -2015-03-11 02:21:13 sendUrl INFO 83 [973] R:OK -2015-03-11 02:22:03 queue INFO >>83 [974] -2015-03-11 02:22:03 sendUrl INFO 83 [974] R:OK -2015-03-11 02:22:53 queue INFO >>83 [975] -2015-03-11 02:22:53 sendUrl INFO 83 [975] R:OK -2015-03-11 02:23:43 queue INFO >>83 [976] -2015-03-11 02:23:44 sendUrl INFO 83 [976] R:OK -2015-03-11 02:24:33 queue INFO >>83 [977] -2015-03-11 02:24:33 sendUrl INFO 83 [977] R:OK -2015-03-11 02:25:23 queue INFO >>83 [978] -2015-03-11 02:25:24 sendUrl INFO 83 [978] R:OK -2015-03-11 02:25:53 queue INFO A3 [979] -2015-03-11 02:25:54 queue INFO >A3 [980] -2015-03-11 02:25:54 sendUrl INFO A3 [979] R:OK -2015-03-11 02:25:54 queue INFO 83 [981] -2015-03-11 02:25:54 queue INFO >83 [982] -2015-03-11 02:25:54 sendUrl INFO A3 [980] R:OK -2015-03-11 02:25:55 sendUrl INFO 83 [981] R:OK -2015-03-11 02:25:55 sendUrl INFO 83 [982] R:OK -2015-03-11 02:26:44 queue INFO >>83 [983] -2015-03-11 02:26:44 sendUrl INFO 83 [983] R:OK -2015-03-11 02:26:50 queue INFO 87 [984] -2015-03-11 02:26:51 queue INFO >87 [985] -2015-03-11 02:26:51 sendUrl INFO 87 [984] R:OK -2015-03-11 02:26:51 sendUrl INFO 87 [985] R:OK -2015-03-11 02:26:52 queue INFO 83 [986] -2015-03-11 02:26:52 queue INFO >83 [987] -2015-03-11 02:26:52 sendUrl INFO 83 [986] R:OK -2015-03-11 02:26:53 sendUrl INFO 83 [987] R:OK -2015-03-11 02:27:42 queue INFO >>83 [988] -2015-03-11 02:27:43 sendUrl INFO 83 [988] R:OK -2015-03-11 02:28:32 queue INFO >>83 [989] -2015-03-11 02:28:32 sendUrl INFO 83 [989] R:OK -2015-03-11 02:29:22 queue INFO >>83 [990] -2015-03-11 02:29:23 sendUrl INFO 83 [990] R:OK -2015-03-11 02:30:13 queue INFO >>83 [991] -2015-03-11 02:30:13 sendUrl INFO 83 [991] R:OK -2015-03-11 02:31:03 queue INFO >>83 [992] -2015-03-11 02:31:03 sendUrl INFO 83 [992] R:OK -2015-03-11 02:31:53 queue INFO >>83 [993] -2015-03-11 02:31:53 sendUrl INFO 83 [993] R:OK -2015-03-11 02:32:43 queue INFO >>83 [994] -2015-03-11 02:32:43 sendUrl INFO 83 [994] R:OK -2015-03-11 02:33:33 queue INFO >>83 [995] -2015-03-11 02:33:33 sendUrl INFO 83 [995] R:OK -2015-03-11 02:34:23 queue INFO >>83 [996] -2015-03-11 02:34:24 sendUrl INFO 83 [996] R:OK -2015-03-11 02:35:13 queue INFO >>83 [997] -2015-03-11 02:35:14 sendUrl INFO 83 [997] R:OK -2015-03-11 02:35:51 queue INFO 87 [998] -2015-03-11 02:35:51 queue INFO >87 [999] -2015-03-11 02:35:51 sendUrl INFO 87 [998] R:OK -2015-03-11 02:35:51 sendUrl INFO 87 [999] R:OK -2015-03-11 02:35:52 queue INFO 83 [0] -2015-03-11 02:35:52 queue INFO >83 [1] -2015-03-11 02:35:52 sendUrl INFO 83 [0] R:OK -2015-03-11 02:35:53 sendUrl INFO 83 [1] R:OK -2015-03-11 02:36:42 queue INFO >>83 [2] -2015-03-11 02:36:43 sendUrl INFO 83 [2] R:OK -2015-03-11 02:37:32 queue INFO >>83 [3] -2015-03-11 02:37:33 sendUrl INFO 83 [3] R:OK -2015-03-11 02:38:23 queue INFO >>83 [4] -2015-03-11 02:38:23 sendUrl INFO 83 [4] R:OK -2015-03-11 02:39:13 queue INFO >>83 [5] -2015-03-11 02:39:13 sendUrl INFO 83 [5] R:OK -2015-03-11 02:40:03 queue INFO >>83 [6] -2015-03-11 02:40:03 sendUrl INFO 83 [6] R:OK -2015-03-11 02:40:53 queue INFO >>83 [7] -2015-03-11 02:40:53 sendUrl INFO 83 [7] R:OK -2015-03-11 02:41:43 queue INFO >>83 [8] -2015-03-11 02:41:43 sendUrl INFO 83 [8] R:OK -2015-03-11 02:42:33 queue INFO >>83 [9] -2015-03-11 02:42:34 sendUrl INFO 83 [9] R:OK -2015-03-11 02:43:23 queue INFO >>83 [10] -2015-03-11 02:43:24 sendUrl INFO 83 [10] R:OK -2015-03-11 02:44:13 queue INFO >>83 [11] -2015-03-11 02:44:14 sendUrl INFO 83 [11] R:OK -2015-03-11 02:44:51 queue INFO 87 [12] -2015-03-11 02:44:51 queue INFO >87 [13] -2015-03-11 02:44:51 sendUrl INFO 87 [12] R:OK -2015-03-11 02:44:52 sendUrl INFO 87 [13] R:OK -2015-03-11 02:44:52 queue INFO 83 [14] -2015-03-11 02:44:52 queue INFO >83 [15] -2015-03-11 02:44:53 sendUrl INFO 83 [14] R:OK -2015-03-11 02:44:53 sendUrl INFO 83 [15] R:OK -2015-03-11 02:45:42 queue INFO >>83 [16] -2015-03-11 02:45:43 sendUrl INFO 83 [16] R:OK -2015-03-11 02:46:33 queue INFO >>83 [17] -2015-03-11 02:46:33 sendUrl INFO 83 [17] R:OK -2015-03-11 02:47:23 queue INFO >>83 [18] -2015-03-11 02:47:23 sendUrl INFO 83 [18] R:OK -2015-03-11 02:48:13 queue INFO >>83 [19] -2015-03-11 02:48:13 sendUrl INFO 83 [19] R:OK -2015-03-11 02:49:03 queue INFO >>83 [20] -2015-03-11 02:49:03 sendUrl INFO 83 [20] R:OK -2015-03-11 02:49:53 queue INFO >>83 [21] -2015-03-11 02:49:54 sendUrl INFO 83 [21] R:OK -2015-03-11 02:50:43 queue INFO >>83 [22] -2015-03-11 02:50:44 sendUrl INFO 83 [22] R:OK -2015-03-11 02:51:33 queue INFO >>83 [23] -2015-03-11 02:51:34 sendUrl INFO 83 [23] R:OK -2015-03-11 02:52:24 queue INFO >>83 [24] -2015-03-11 02:52:24 sendUrl INFO 83 [24] R:OK -2015-03-11 02:53:14 queue INFO >>83 [25] -2015-03-11 02:53:14 sendUrl INFO 83 [25] R:OK -2015-03-11 02:53:51 queue INFO 87 [26] -2015-03-11 02:53:51 queue INFO >87 [27] -2015-03-11 02:53:52 sendUrl INFO 87 [26] R:OK -2015-03-11 02:53:52 sendUrl INFO 87 [27] R:OK -2015-03-11 02:53:53 queue INFO 83 [28] -2015-03-11 02:53:53 queue INFO >83 [29] -2015-03-11 02:53:53 sendUrl INFO 83 [28] R:OK -2015-03-11 02:53:54 sendUrl INFO 83 [29] R:OK -2015-03-11 02:54:43 queue INFO >>83 [30] -2015-03-11 02:54:43 sendUrl INFO 83 [30] R:OK -2015-03-11 02:55:33 queue INFO >>83 [31] -2015-03-11 02:55:33 sendUrl INFO 83 [31] R:OK -2015-03-11 02:56:23 queue INFO >>83 [32] -2015-03-11 02:56:24 sendUrl INFO 83 [32] R:OK -2015-03-11 02:57:13 queue INFO >>83 [33] -2015-03-11 02:57:14 sendUrl INFO 83 [33] R:OK -2015-03-11 02:58:04 queue INFO >>83 [34] -2015-03-11 02:58:04 sendUrl INFO 83 [34] R:OK -2015-03-11 02:58:54 queue INFO >>83 [35] -2015-03-11 02:58:54 sendUrl INFO 83 [35] R:OK -2015-03-11 02:59:44 queue INFO >>83 [36] -2015-03-11 02:59:44 sendUrl INFO 83 [36] R:OK -2015-03-11 03:00:34 queue INFO >>83 [37] -2015-03-11 03:00:34 sendUrl INFO 83 [37] R:OK -2015-03-11 03:01:24 queue INFO >>83 [38] -2015-03-11 03:01:25 sendUrl INFO 83 [38] R:OK -2015-03-11 03:02:14 queue INFO >>83 [39] -2015-03-11 03:02:15 sendUrl INFO 83 [39] R:OK -2015-03-11 03:02:51 queue INFO 87 [40] -2015-03-11 03:02:51 sendUrl INFO 87 [40] R:OK -2015-03-11 03:02:51 queue INFO >87 [41] -2015-03-11 03:02:52 sendUrl INFO 87 [41] R:OK -2015-03-11 03:02:53 queue INFO 83 [42] -2015-03-11 03:02:53 queue INFO >83 [43] -2015-03-11 03:02:53 sendUrl INFO 83 [42] R:OK -2015-03-11 03:02:54 sendUrl INFO 83 [43] R:OK -2015-03-11 03:03:43 queue INFO >>83 [44] -2015-03-11 03:03:43 sendUrl INFO 83 [44] R:OK -2015-03-11 03:04:33 queue INFO >>83 [45] -2015-03-11 03:04:33 sendUrl INFO 83 [45] R:OK -2015-03-11 03:05:23 queue INFO >>83 [46] -2015-03-11 03:05:24 sendUrl INFO 83 [46] R:OK -2015-03-11 03:06:13 queue INFO >>83 [47] -2015-03-11 03:06:14 sendUrl INFO 83 [47] R:OK -2015-03-11 03:07:03 queue INFO >>83 [48] -2015-03-11 03:07:04 sendUrl INFO 83 [48] R:OK -2015-03-11 03:07:54 queue INFO >>83 [49] -2015-03-11 03:07:54 sendUrl INFO 83 [49] R:OK -2015-03-11 03:08:44 queue INFO >>83 [50] -2015-03-11 03:08:44 sendUrl INFO 83 [50] R:OK -2015-03-11 03:09:34 queue INFO >>83 [51] -2015-03-11 03:09:34 sendUrl INFO 83 [51] R:OK -2015-03-11 03:10:24 queue INFO >>83 [52] -2015-03-11 03:10:24 sendUrl INFO 83 [52] R:OK -2015-03-11 03:11:14 queue INFO >>83 [53] -2015-03-11 03:11:15 sendUrl INFO 83 [53] R:OK -2015-03-11 03:12:04 queue INFO >>83 [54] -2015-03-11 03:12:04 sendUrl INFO 83 [54] R:OK -2015-03-11 03:12:17 queue INFO 87 [55] -2015-03-11 03:12:17 queue INFO >87 [56] -2015-03-11 03:12:17 sendUrl INFO 87 [55] R:OK -2015-03-11 03:12:18 sendUrl INFO 87 [56] R:OK -2015-03-11 03:12:19 queue INFO 83 [57] -2015-03-11 03:12:19 queue INFO >83 [58] -2015-03-11 03:12:19 sendUrl INFO 83 [57] R:OK -2015-03-11 03:12:19 sendUrl INFO 83 [58] R:OK -2015-03-11 03:13:09 queue INFO >>83 [59] -2015-03-11 03:13:09 sendUrl INFO 83 [59] R:OK -2015-03-11 03:13:59 queue INFO >>83 [60] -2015-03-11 03:13:59 sendUrl INFO 83 [60] R:OK -2015-03-11 03:14:49 queue INFO >>83 [61] -2015-03-11 03:14:49 sendUrl INFO 83 [61] R:OK -2015-03-11 03:15:39 queue INFO >>83 [62] -2015-03-11 03:15:40 sendUrl INFO 83 [62] R:OK -2015-03-11 03:16:29 queue INFO >>83 [63] -2015-03-11 03:16:30 sendUrl INFO 83 [63] R:OK -2015-03-11 03:17:20 queue INFO >>83 [64] -2015-03-11 03:17:20 sendUrl INFO 83 [64] R:OK -2015-03-11 03:18:10 queue INFO >>83 [65] -2015-03-11 03:18:10 sendUrl INFO 83 [65] R:OK -2015-03-11 03:19:00 queue INFO >>83 [66] -2015-03-11 03:19:00 sendUrl INFO 83 [66] R:OK -2015-03-11 03:19:50 queue INFO >>83 [67] -2015-03-11 03:19:50 sendUrl INFO 83 [67] R:OK -2015-03-11 03:20:40 queue INFO >>83 [68] -2015-03-11 03:20:40 sendUrl INFO 83 [68] R:OK -2015-03-11 03:21:17 queue INFO 87 [69] -2015-03-11 03:21:17 queue INFO >87 [70] -2015-03-11 03:21:17 sendUrl INFO 87 [69] R:OK -2015-03-11 03:21:18 sendUrl INFO 87 [70] R:OK -2015-03-11 03:21:18 queue INFO 83 [71] -2015-03-11 03:21:19 queue INFO >83 [72] -2015-03-11 03:21:19 sendUrl INFO 83 [71] R:OK -2015-03-11 03:21:20 sendUrl INFO 83 [72] R:OK -2015-03-11 03:22:09 queue INFO >>83 [73] -2015-03-11 03:22:09 sendUrl INFO 83 [73] R:OK -2015-03-11 03:22:59 queue INFO >>83 [74] -2015-03-11 03:22:59 sendUrl INFO 83 [74] R:OK -2015-03-11 03:23:49 queue INFO >>83 [75] -2015-03-11 03:23:49 sendUrl INFO 83 [75] R:OK -2015-03-11 03:24:39 queue INFO >>83 [76] -2015-03-11 03:24:39 sendUrl INFO 83 [76] R:OK -2015-03-11 03:25:29 queue INFO >>83 [77] -2015-03-11 03:25:30 sendUrl INFO 83 [77] R:OK -2015-03-11 03:26:19 queue INFO >>83 [78] -2015-03-11 03:26:20 sendUrl INFO 83 [78] R:OK -2015-03-11 03:27:10 queue INFO >>83 [79] -2015-03-11 03:27:10 sendUrl INFO 83 [79] R:OK -2015-03-11 03:28:00 queue INFO >>83 [80] -2015-03-11 03:28:00 sendUrl INFO 83 [80] R:OK -2015-03-11 03:28:50 queue INFO >>83 [81] -2015-03-11 03:28:50 sendUrl INFO 83 [81] R:OK -2015-03-11 03:29:40 queue INFO >>83 [82] -2015-03-11 03:29:40 sendUrl INFO 83 [82] R:OK -2015-03-11 03:30:17 queue INFO 87 [83] -2015-03-11 03:30:17 queue INFO >87 [84] -2015-03-11 03:30:18 sendUrl INFO 87 [83] R:OK -2015-03-11 03:30:18 sendUrl INFO 87 [84] R:OK -2015-03-11 03:30:19 queue INFO 83 [85] -2015-03-11 03:30:19 queue INFO >83 [86] -2015-03-11 03:30:19 sendUrl INFO 83 [85] R:OK -2015-03-11 03:30:20 sendUrl INFO 83 [86] R:OK -2015-03-11 03:31:09 queue INFO >>83 [87] -2015-03-11 03:31:09 sendUrl INFO 83 [87] R:OK -2015-03-11 03:31:59 queue INFO >>83 [88] -2015-03-11 03:31:59 sendUrl INFO 83 [88] R:OK -2015-03-11 03:32:49 queue INFO >>83 [89] -2015-03-11 03:32:50 sendUrl INFO 83 [89] R:OK -2015-03-11 03:33:39 queue INFO >>83 [90] -2015-03-11 03:33:40 sendUrl INFO 83 [90] R:OK -2015-03-11 03:34:29 queue INFO >>83 [91] -2015-03-11 03:34:30 sendUrl INFO 83 [91] R:OK -2015-03-11 03:35:20 queue INFO >>83 [92] -2015-03-11 03:35:20 sendUrl INFO 83 [92] R:OK -2015-03-11 03:36:10 queue INFO >>83 [93] -2015-03-11 03:36:10 sendUrl INFO 83 [93] R:OK -2015-03-11 03:37:00 queue INFO >>83 [94] -2015-03-11 03:37:00 sendUrl INFO 83 [94] R:OK -2015-03-11 03:37:50 queue INFO >>83 [95] -2015-03-11 03:37:51 sendUrl INFO 83 [95] R:OK -2015-03-11 03:38:40 queue INFO >>83 [96] -2015-03-11 03:38:41 sendUrl INFO 83 [96] R:OK -2015-03-11 03:39:17 queue INFO 87 [97] -2015-03-11 03:39:17 sendUrl INFO 87 [97] R:OK -2015-03-11 03:39:17 queue INFO >87 [98] -2015-03-11 03:39:18 sendUrl INFO 87 [98] R:OK -2015-03-11 03:39:19 queue INFO 83 [99] -2015-03-11 03:39:19 queue INFO >83 [100] -2015-03-11 03:39:19 sendUrl INFO 83 [99] R:OK -2015-03-11 03:39:20 sendUrl INFO 83 [100] R:OK -2015-03-11 03:40:09 queue INFO >>83 [101] -2015-03-11 03:40:09 sendUrl INFO 83 [101] R:OK -2015-03-11 03:40:59 queue INFO >>83 [102] -2015-03-11 03:40:59 sendUrl INFO 83 [102] R:OK -2015-03-11 03:41:49 queue INFO >>83 [103] -2015-03-11 03:41:50 sendUrl INFO 83 [103] R:OK -2015-03-11 03:42:39 queue INFO >>83 [104] -2015-03-11 03:42:40 sendUrl INFO 83 [104] R:OK -2015-03-11 03:43:30 queue INFO >>83 [105] -2015-03-11 03:43:30 sendUrl INFO 83 [105] R:OK -2015-03-11 03:44:20 queue INFO >>83 [106] -2015-03-11 03:44:20 sendUrl INFO 83 [106] R:OK -2015-03-11 03:45:10 queue INFO >>83 [107] -2015-03-11 03:45:10 sendUrl INFO 83 [107] R:OK -2015-03-11 03:46:00 queue INFO >>83 [108] -2015-03-11 03:46:00 sendUrl INFO 83 [108] R:OK -2015-03-11 03:46:50 queue INFO >>83 [109] -2015-03-11 03:46:50 sendUrl INFO 83 [109] R:OK -2015-03-11 03:47:40 queue INFO >>83 [110] -2015-03-11 03:47:41 sendUrl INFO 83 [110] R:OK -2015-03-11 03:48:18 queue INFO 87 [111] -2015-03-11 03:48:18 queue INFO >87 [112] -2015-03-11 03:48:18 sendUrl INFO 87 [111] R:OK -2015-03-11 03:48:18 sendUrl INFO 87 [112] R:OK -2015-03-11 03:48:19 queue INFO 83 [113] -2015-03-11 03:48:19 sendUrl INFO 83 [113] R:OK -2015-03-11 03:48:19 queue INFO >83 [114] -2015-03-11 03:48:20 sendUrl INFO 83 [114] R:OK -2015-03-11 03:49:09 queue INFO >>83 [115] -2015-03-11 03:49:10 sendUrl INFO 83 [115] R:OK -2015-03-11 03:50:00 queue INFO >>83 [116] -2015-03-11 03:50:00 sendUrl INFO 83 [116] R:OK -2015-03-11 03:50:50 queue INFO >>83 [117] -2015-03-11 03:50:50 sendUrl INFO 83 [117] R:OK -2015-03-11 03:51:40 queue INFO >>83 [118] -2015-03-11 03:51:40 sendUrl INFO 83 [118] R:OK -2015-03-11 03:52:30 queue INFO >>83 [119] -2015-03-11 03:52:31 sendUrl INFO 83 [119] R:OK -2015-03-11 03:53:20 queue INFO >>83 [120] -2015-03-11 03:53:20 sendUrl INFO 83 [120] R:OK -2015-03-11 03:54:10 queue INFO >>83 [121] -2015-03-11 03:54:11 sendUrl INFO 83 [121] R:OK -2015-03-11 03:55:00 queue INFO >>83 [122] -2015-03-11 03:55:01 sendUrl INFO 83 [122] R:OK -2015-03-11 03:55:51 queue INFO >>83 [123] -2015-03-11 03:55:51 sendUrl INFO 83 [123] R:OK -2015-03-11 03:56:41 queue INFO >>83 [124] -2015-03-11 03:56:41 sendUrl INFO 83 [124] R:OK -2015-03-11 03:57:18 queue INFO 87 [125] -2015-03-11 03:57:18 queue INFO >87 [126] -2015-03-11 03:57:18 sendUrl INFO 87 [125] R:OK -2015-03-11 03:57:18 sendUrl INFO 87 [126] R:OK -2015-03-11 03:57:19 queue INFO 83 [127] -2015-03-11 03:57:19 queue INFO >83 [128] -2015-03-11 03:57:20 sendUrl INFO 83 [127] R:OK -2015-03-11 03:57:20 sendUrl INFO 83 [128] R:OK -2015-03-11 03:58:09 queue INFO >>83 [129] -2015-03-11 03:58:10 sendUrl INFO 83 [129] R:OK -2015-03-11 03:59:00 queue INFO >>83 [130] -2015-03-11 03:59:00 sendUrl INFO 83 [130] R:OK -2015-03-11 03:59:50 queue INFO >>83 [131] -2015-03-11 03:59:50 sendUrl INFO 83 [131] R:OK -2015-03-11 04:00:40 queue INFO >>83 [132] -2015-03-11 04:00:40 sendUrl INFO 83 [132] R:OK -2015-03-11 04:01:30 queue INFO >>83 [133] -2015-03-11 04:01:31 sendUrl INFO 83 [133] R:OK -2015-03-11 04:02:20 queue INFO >>83 [134] -2015-03-11 04:02:20 sendUrl INFO 83 [134] R:OK -2015-03-11 04:03:10 queue INFO >>83 [135] -2015-03-11 04:03:11 sendUrl INFO 83 [135] R:OK -2015-03-11 04:04:00 queue INFO >>83 [136] -2015-03-11 04:04:01 sendUrl INFO 83 [136] R:OK -2015-03-11 04:04:51 queue INFO >>83 [137] -2015-03-11 04:04:51 sendUrl INFO 83 [137] R:OK -2015-03-11 04:05:41 queue INFO >>83 [138] -2015-03-11 04:05:41 sendUrl INFO 83 [138] R:OK -2015-03-11 04:06:18 queue INFO 87 [139] -2015-03-11 04:06:18 sendUrl INFO 87 [139] R:OK -2015-03-11 04:06:18 queue INFO >87 [140] -2015-03-11 04:06:19 sendUrl INFO 87 [140] R:OK -2015-03-11 04:06:20 queue INFO 83 [141] -2015-03-11 04:06:20 queue INFO >83 [142] -2015-03-11 04:06:20 sendUrl INFO 83 [141] R:OK -2015-03-11 04:06:21 sendUrl INFO 83 [142] R:OK -2015-03-11 04:07:10 queue INFO >>83 [143] -2015-03-11 04:07:10 sendUrl INFO 83 [143] R:OK -2015-03-11 04:08:00 queue INFO >>83 [144] -2015-03-11 04:08:00 sendUrl INFO 83 [144] R:OK -2015-03-11 04:08:50 queue INFO >>83 [145] -2015-03-11 04:08:51 sendUrl INFO 83 [145] R:OK -2015-03-11 04:09:40 queue INFO >>83 [146] -2015-03-11 04:09:40 sendUrl INFO 83 [146] R:OK -2015-03-11 04:10:30 queue INFO >>83 [147] -2015-03-11 04:10:31 sendUrl INFO 83 [147] R:OK -2015-03-11 04:11:20 queue INFO >>83 [148] -2015-03-11 04:11:21 sendUrl INFO 83 [148] R:OK -2015-03-11 04:12:11 queue INFO >>83 [149] -2015-03-11 04:12:11 sendUrl INFO 83 [149] R:OK -2015-03-11 04:13:01 queue INFO >>83 [150] -2015-03-11 04:13:01 sendUrl INFO 83 [150] R:OK -2015-03-11 04:13:51 queue INFO >>83 [151] -2015-03-11 04:13:51 sendUrl INFO 83 [151] R:OK -2015-03-11 04:14:41 queue INFO >>83 [152] -2015-03-11 04:14:41 sendUrl INFO 83 [152] R:OK -2015-03-11 04:15:18 queue INFO 87 [153] -2015-03-11 04:15:18 queue INFO >87 [154] -2015-03-11 04:15:18 sendUrl INFO 87 [153] R:OK -2015-03-11 04:15:19 sendUrl INFO 87 [154] R:OK -2015-03-11 04:15:19 queue INFO 83 [155] -2015-03-11 04:15:20 queue INFO >83 [156] -2015-03-11 04:15:20 sendUrl INFO 83 [155] R:OK -2015-03-11 04:15:20 sendUrl INFO 83 [156] R:OK -2015-03-11 04:16:10 queue INFO >>83 [157] -2015-03-11 04:16:10 sendUrl INFO 83 [157] R:OK -2015-03-11 04:17:00 queue INFO >>83 [158] -2015-03-11 04:17:00 sendUrl INFO 83 [158] R:OK -2015-03-11 04:17:50 queue INFO >>83 [159] -2015-03-11 04:17:50 sendUrl INFO 83 [159] R:OK -2015-03-11 04:18:40 queue INFO >>83 [160] -2015-03-11 04:18:40 sendUrl INFO 83 [160] R:OK -2015-03-11 04:19:30 queue INFO >>83 [161] -2015-03-11 04:19:30 sendUrl INFO 83 [161] R:OK -2015-03-11 04:20:20 queue INFO >>83 [162] -2015-03-11 04:20:21 sendUrl INFO 83 [162] R:OK -2015-03-11 04:21:10 queue INFO >>83 [163] -2015-03-11 04:21:11 sendUrl INFO 83 [163] R:OK -2015-03-11 04:22:01 queue INFO >>83 [164] -2015-03-11 04:22:01 sendUrl INFO 83 [164] R:OK -2015-03-11 04:22:51 queue INFO >>83 [165] -2015-03-11 04:22:51 sendUrl INFO 83 [165] R:OK -2015-03-11 04:23:41 queue INFO >>83 [166] -2015-03-11 04:23:41 sendUrl INFO 83 [166] R:OK -2015-03-11 04:24:18 queue INFO 87 [167] -2015-03-11 04:24:18 queue INFO >87 [168] -2015-03-11 04:24:18 sendUrl INFO 87 [167] R:OK -2015-03-11 04:24:19 sendUrl INFO 87 [168] R:OK -2015-03-11 04:24:20 queue INFO 83 [169] -2015-03-11 04:24:20 sendUrl INFO 83 [169] R:OK -2015-03-11 04:24:20 queue INFO >83 [170] -2015-03-11 04:24:20 sendUrl INFO 83 [170] R:OK -2015-03-11 04:25:10 queue INFO >>83 [171] -2015-03-11 04:25:10 sendUrl INFO 83 [171] R:OK -2015-03-11 04:26:00 queue INFO >>83 [172] -2015-03-11 04:26:00 sendUrl INFO 83 [172] R:OK -2015-03-11 04:26:50 queue INFO >>83 [173] -2015-03-11 04:26:50 sendUrl INFO 83 [173] R:OK -2015-03-11 04:27:40 queue INFO >>83 [174] -2015-03-11 04:27:41 sendUrl INFO 83 [174] R:OK -2015-03-11 04:28:30 queue INFO >>83 [175] -2015-03-11 04:28:31 sendUrl INFO 83 [175] R:OK -2015-03-11 04:29:21 queue INFO >>83 [176] -2015-03-11 04:29:21 sendUrl INFO 83 [176] R:OK -2015-03-11 04:30:11 queue INFO >>83 [177] -2015-03-11 04:30:11 sendUrl INFO 83 [177] R:OK -2015-03-11 04:31:01 queue INFO >>83 [178] -2015-03-11 04:31:01 sendUrl INFO 83 [178] R:OK -2015-03-11 04:31:51 queue INFO >>83 [179] -2015-03-11 04:31:51 sendUrl INFO 83 [179] R:OK -2015-03-11 04:32:41 queue INFO >>83 [180] -2015-03-11 04:32:42 sendUrl INFO 83 [180] R:OK -2015-03-11 04:33:18 queue INFO 87 [181] -2015-03-11 04:33:18 queue INFO >87 [182] -2015-03-11 04:33:18 sendUrl INFO 87 [181] R:OK -2015-03-11 04:33:19 sendUrl INFO 87 [182] R:OK -2015-03-11 04:33:19 queue INFO 83 [183] -2015-03-11 04:33:20 queue INFO >83 [184] -2015-03-11 04:33:20 sendUrl INFO 83 [183] R:OK -2015-03-11 04:33:20 sendUrl INFO 83 [184] R:OK -2015-03-11 04:34:10 queue INFO >>83 [185] -2015-03-11 04:34:10 sendUrl INFO 83 [185] R:OK -2015-03-11 04:35:00 queue INFO >>83 [186] -2015-03-11 04:35:00 sendUrl INFO 83 [186] R:OK -2015-03-11 04:35:50 queue INFO >>83 [187] -2015-03-11 04:35:50 sendUrl INFO 83 [187] R:OK -2015-03-11 04:36:40 queue INFO >>83 [188] -2015-03-11 04:36:40 sendUrl INFO 83 [188] R:OK -2015-03-11 04:36:59 queue INFO A3 [189] -2015-03-11 04:36:59 queue INFO >A3 [190] -2015-03-11 04:37:00 sendUrl INFO A3 [189] R:OK -2015-03-11 04:37:00 sendUrl INFO A3 [190] R:OK -2015-03-11 04:37:20 queue INFO 83 [191] -2015-03-11 04:37:20 queue INFO >83 [192] -2015-03-11 04:37:20 sendUrl INFO 83 [191] R:OK -2015-03-11 04:37:21 sendUrl INFO 83 [192] R:OK -2015-03-11 04:37:45 queue INFO A3 [193] -2015-03-11 04:37:46 queue INFO >A3 [194] -2015-03-11 04:37:46 sendUrl INFO A3 [193] R:OK -2015-03-11 04:37:46 sendUrl INFO A3 [194] R:OK -2015-03-11 04:37:46 queue INFO 83 [195] -2015-03-11 04:37:46 queue INFO >83 [196] -2015-03-11 04:37:47 sendUrl INFO 83 [195] R:OK -2015-03-11 04:37:47 sendUrl INFO 83 [196] R:OK -2015-03-11 04:37:50 queue INFO A3 [197] -2015-03-11 04:37:50 queue INFO 83 [198] -2015-03-11 04:37:50 queue INFO >83 [199] -2015-03-11 04:37:50 sendUrl INFO A3 [197] R:OK -2015-03-11 04:37:51 sendUrl INFO 83 [198] R:OK -2015-03-11 04:37:51 sendUrl INFO 83 [199] R:OK -2015-03-11 04:38:05 queue INFO A3 [200] -2015-03-11 04:38:05 queue INFO >A3 [201] -2015-03-11 04:38:05 sendUrl INFO A3 [200] R:OK -2015-03-11 04:38:06 sendUrl INFO A3 [201] R:OK -2015-03-11 04:38:06 queue INFO 83 [202] -2015-03-11 04:38:06 queue INFO >83 [203] -2015-03-11 04:38:06 sendUrl INFO 83 [202] R:OK -2015-03-11 04:38:07 sendUrl INFO 83 [203] R:OK -2015-03-11 04:38:56 queue INFO >>83 [204] -2015-03-11 04:38:57 sendUrl INFO 83 [204] R:OK -2015-03-11 04:39:46 queue INFO >>83 [205] -2015-03-11 04:39:46 sendUrl INFO 83 [205] R:OK -2015-03-11 04:40:36 queue INFO >>83 [206] -2015-03-11 04:40:37 sendUrl INFO 83 [206] R:OK -2015-03-11 04:41:27 queue INFO >>83 [207] -2015-03-11 04:41:27 sendUrl INFO 83 [207] R:OK -2015-03-11 04:42:17 queue INFO >>83 [208] -2015-03-11 04:42:17 sendUrl INFO 83 [208] R:OK -2015-03-11 04:42:19 queue INFO 87 [209] -2015-03-11 04:42:19 queue INFO >87 [210] -2015-03-11 04:42:19 sendUrl INFO 87 [209] R:OK -2015-03-11 04:42:19 sendUrl INFO 87 [210] R:OK -2015-03-11 04:42:20 queue INFO 83 [211] -2015-03-11 04:42:20 queue INFO >83 [212] -2015-03-11 04:42:20 sendUrl INFO 83 [211] R:OK -2015-03-11 04:42:21 sendUrl INFO 83 [212] R:OK -2015-03-11 04:43:10 queue INFO >>83 [213] -2015-03-11 04:43:11 sendUrl INFO 83 [213] R:OK -2015-03-11 04:44:00 queue INFO >>83 [214] -2015-03-11 04:44:01 sendUrl INFO 83 [214] R:OK -2015-03-11 04:44:51 queue INFO >>83 [215] -2015-03-11 04:44:51 sendUrl INFO 83 [215] R:OK -2015-03-11 04:45:41 queue INFO >>83 [216] -2015-03-11 04:45:41 sendUrl INFO 83 [216] R:OK -2015-03-11 04:46:31 queue INFO >>83 [217] -2015-03-11 04:46:31 sendUrl INFO 83 [217] R:OK -2015-03-11 04:47:21 queue INFO >>83 [218] -2015-03-11 04:47:21 sendUrl INFO 83 [218] R:OK -2015-03-11 04:48:11 queue INFO >>83 [219] -2015-03-11 04:48:11 sendUrl INFO 83 [219] R:OK -2015-03-11 04:49:01 queue INFO >>83 [220] -2015-03-11 04:49:02 sendUrl INFO 83 [220] R:OK -2015-03-11 04:49:51 queue INFO >>83 [221] -2015-03-11 04:49:52 sendUrl INFO 83 [221] R:OK -2015-03-11 04:50:42 queue INFO >>83 [222] -2015-03-11 04:50:42 sendUrl INFO 83 [222] R:OK -2015-03-11 04:51:18 queue INFO 87 [223] -2015-03-11 04:51:19 sendUrl INFO 87 [223] R:OK -2015-03-11 04:51:19 queue INFO >87 [224] -2015-03-11 04:51:19 sendUrl INFO 87 [224] R:OK -2015-03-11 04:51:20 queue INFO 83 [225] -2015-03-11 04:51:20 queue INFO >83 [226] -2015-03-11 04:51:21 sendUrl INFO 83 [225] R:OK -2015-03-11 04:51:21 sendUrl INFO 83 [226] R:OK -2015-03-11 04:52:10 queue INFO >>83 [227] -2015-03-11 04:52:10 sendUrl INFO 83 [227] R:OK -2015-03-11 04:53:00 queue INFO >>83 [228] -2015-03-11 04:53:01 sendUrl INFO 83 [228] R:OK -2015-03-11 04:53:50 queue INFO >>83 [229] -2015-03-11 04:53:51 sendUrl INFO 83 [229] R:OK -2015-03-11 04:54:41 queue INFO >>83 [230] -2015-03-11 04:54:41 sendUrl INFO 83 [230] R:OK -2015-03-11 04:55:31 queue INFO >>83 [231] -2015-03-11 04:55:31 sendUrl INFO 83 [231] R:OK -2015-03-11 04:56:21 queue INFO >>83 [232] -2015-03-11 04:56:21 sendUrl INFO 83 [232] R:OK -2015-03-11 04:57:11 queue INFO >>83 [233] -2015-03-11 04:57:11 sendUrl INFO 83 [233] R:OK -2015-03-11 04:58:01 queue INFO >>83 [234] -2015-03-11 04:58:02 sendUrl INFO 83 [234] R:OK -2015-03-11 04:58:51 queue INFO >>83 [235] -2015-03-11 04:58:52 sendUrl INFO 83 [235] R:OK -2015-03-11 04:59:41 queue INFO >>83 [236] -2015-03-11 04:59:42 sendUrl INFO 83 [236] R:OK -2015-03-11 05:00:19 queue INFO 87 [237] -2015-03-11 05:00:19 queue INFO >87 [238] -2015-03-11 05:00:19 sendUrl INFO 87 [237] R:OK -2015-03-11 05:00:20 sendUrl INFO 87 [238] R:OK -2015-03-11 05:00:20 queue INFO 83 [239] -2015-03-11 05:00:21 queue INFO >83 [240] -2015-03-11 05:00:21 sendUrl INFO 83 [239] R:OK -2015-03-11 05:00:21 sendUrl INFO 83 [240] R:OK -2015-03-11 05:01:11 queue INFO >>83 [241] -2015-03-11 05:01:11 sendUrl INFO 83 [241] R:OK -2015-03-11 05:02:01 queue INFO >>83 [242] -2015-03-11 05:02:01 sendUrl INFO 83 [242] R:OK -2015-03-11 05:02:51 queue INFO >>83 [243] -2015-03-11 05:02:51 sendUrl INFO 83 [243] R:OK -2015-03-11 05:03:41 queue INFO >>83 [244] -2015-03-11 05:03:41 sendUrl INFO 83 [244] R:OK -2015-03-11 05:04:31 queue INFO >>83 [245] -2015-03-11 05:04:31 sendUrl INFO 83 [245] R:OK -2015-03-11 05:05:21 queue INFO >>83 [246] -2015-03-11 05:05:22 sendUrl INFO 83 [246] R:OK -2015-03-11 05:06:11 queue INFO >>83 [247] -2015-03-11 05:06:12 sendUrl INFO 83 [247] R:OK -2015-03-11 05:07:02 queue INFO >>83 [248] -2015-03-11 05:07:02 sendUrl INFO 83 [248] R:OK -2015-03-11 05:07:52 queue INFO >>83 [249] -2015-03-11 05:07:52 sendUrl INFO 83 [249] R:OK -2015-03-11 05:08:42 queue INFO >>83 [250] -2015-03-11 05:08:42 sendUrl INFO 83 [250] R:OK -2015-03-11 05:09:19 queue INFO 87 [251] -2015-03-11 05:09:19 queue INFO >87 [252] -2015-03-11 05:09:19 sendUrl INFO 87 [251] R:OK -2015-03-11 05:09:20 sendUrl INFO 87 [252] R:OK -2015-03-11 05:09:20 queue INFO 83 [253] -2015-03-11 05:09:20 queue INFO >83 [254] -2015-03-11 05:09:21 sendUrl INFO 83 [253] R:OK -2015-03-11 05:09:21 sendUrl INFO 83 [254] R:OK -2015-03-11 05:10:10 queue INFO >>83 [255] -2015-03-11 05:10:11 sendUrl INFO 83 [255] R:OK -2015-03-11 05:11:01 queue INFO >>83 [256] -2015-03-11 05:11:01 sendUrl INFO 83 [256] R:OK -2015-03-11 05:11:51 queue INFO >>83 [257] -2015-03-11 05:11:51 sendUrl INFO 83 [257] R:OK -2015-03-11 05:12:41 queue INFO >>83 [258] -2015-03-11 05:12:41 sendUrl INFO 83 [258] R:OK -2015-03-11 05:13:31 queue INFO >>83 [259] -2015-03-11 05:13:31 sendUrl INFO 83 [259] R:OK -2015-03-11 05:14:21 queue INFO >>83 [260] -2015-03-11 05:14:22 sendUrl INFO 83 [260] R:OK -2015-03-11 05:15:11 queue INFO >>83 [261] -2015-03-11 05:15:12 sendUrl INFO 83 [261] R:OK -2015-03-11 05:16:01 queue INFO >>83 [262] -2015-03-11 05:16:02 sendUrl INFO 83 [262] R:OK -2015-03-11 05:16:52 queue INFO >>83 [263] -2015-03-11 05:16:52 sendUrl INFO 83 [263] R:OK -2015-03-11 05:17:42 queue INFO >>83 [264] -2015-03-11 05:17:42 sendUrl INFO 83 [264] R:OK -2015-03-11 05:18:19 queue INFO 87 [265] -2015-03-11 05:18:19 queue INFO >87 [266] -2015-03-11 05:18:19 sendUrl INFO 87 [265] R:OK -2015-03-11 05:18:20 sendUrl INFO 87 [266] R:OK -2015-03-11 05:18:20 queue INFO 83 [267] -2015-03-11 05:18:21 queue INFO >83 [268] -2015-03-11 05:18:21 sendUrl INFO 83 [267] R:OK -2015-03-11 05:18:21 sendUrl INFO 83 [268] R:OK -2015-03-11 05:19:11 queue INFO >>83 [269] -2015-03-11 05:19:11 sendUrl INFO 83 [269] R:OK -2015-03-11 05:20:01 queue INFO >>83 [270] -2015-03-11 05:20:01 sendUrl INFO 83 [270] R:OK -2015-03-11 05:20:51 queue INFO >>83 [271] -2015-03-11 05:20:51 sendUrl INFO 83 [271] R:OK -2015-03-11 05:21:41 queue INFO >>83 [272] -2015-03-11 05:21:41 sendUrl INFO 83 [272] R:OK -2015-03-11 05:22:31 queue INFO >>83 [273] -2015-03-11 05:22:32 sendUrl INFO 83 [273] R:OK -2015-03-11 05:23:21 queue INFO >>83 [274] -2015-03-11 05:23:21 sendUrl INFO 83 [274] R:OK -2015-03-11 05:24:11 queue INFO >>83 [275] -2015-03-11 05:24:12 sendUrl INFO 83 [275] R:OK -2015-03-11 05:25:02 queue INFO >>83 [276] -2015-03-11 05:25:02 sendUrl INFO 83 [276] R:OK -2015-03-11 05:25:52 queue INFO >>83 [277] -2015-03-11 05:25:52 sendUrl INFO 83 [277] R:OK -2015-03-11 05:26:42 queue INFO >>83 [278] -2015-03-11 05:26:42 sendUrl INFO 83 [278] R:OK -2015-03-11 05:27:19 queue INFO 87 [279] -2015-03-11 05:27:19 sendUrl INFO 87 [279] R:OK -2015-03-11 05:27:19 queue INFO >87 [280] -2015-03-11 05:27:19 sendUrl INFO 87 [280] R:OK -2015-03-11 05:27:20 queue INFO 83 [281] -2015-03-11 05:27:21 queue INFO >83 [282] -2015-03-11 05:27:21 sendUrl INFO 83 [281] R:OK -2015-03-11 05:27:21 sendUrl INFO 83 [282] R:OK -2015-03-11 05:28:11 queue INFO >>83 [283] -2015-03-11 05:28:11 sendUrl INFO 83 [283] R:OK -2015-03-11 05:29:01 queue INFO >>83 [284] -2015-03-11 05:29:01 sendUrl INFO 83 [284] R:OK -2015-03-11 05:29:51 queue INFO >>83 [285] -2015-03-11 05:29:51 sendUrl INFO 83 [285] R:OK -2015-03-11 05:30:41 queue INFO >>83 [286] -2015-03-11 05:30:41 sendUrl INFO 83 [286] R:OK -2015-03-11 05:31:31 queue INFO >>83 [287] -2015-03-11 05:31:32 sendUrl INFO 83 [287] R:OK -2015-03-11 05:31:53 queue INFO 81 [288] -2015-03-11 05:31:53 queue INFO >81 [289] -2015-03-11 05:31:54 sendUrl INFO 81 [288] R:OK -2015-03-11 05:31:54 sendUrl INFO 81 [289] R:OK -2015-03-11 05:32:43 queue INFO >>81 [290] -2015-03-11 05:32:44 sendUrl INFO 81 [290] R:OK -2015-03-11 05:33:33 queue INFO >>81 [291] -2015-03-11 05:33:34 sendUrl INFO 81 [291] R:OK -2015-03-11 05:34:15 queue INFO 83 [292] -2015-03-11 05:34:16 queue INFO >83 [293] -2015-03-11 05:34:16 sendUrl INFO 83 [292] R:OK -2015-03-11 05:34:16 sendUrl INFO 83 [293] R:OK -2015-03-11 05:35:06 queue INFO >>83 [294] -2015-03-11 05:35:06 sendUrl INFO 83 [294] R:OK -2015-03-11 05:35:56 queue INFO >>83 [295] -2015-03-11 05:35:56 sendUrl INFO 83 [295] R:OK -2015-03-11 05:36:19 queue INFO 87 [296] -2015-03-11 05:36:19 queue INFO >87 [297] -2015-03-11 05:36:20 sendUrl INFO 87 [296] R:OK -2015-03-11 05:36:20 sendUrl INFO 87 [297] R:OK -2015-03-11 05:36:21 queue INFO 83 [298] -2015-03-11 05:36:21 sendUrl INFO 83 [298] R:OK -2015-03-11 05:36:21 queue INFO >83 [299] -2015-03-11 05:36:22 sendUrl INFO 83 [299] R:OK -2015-03-11 05:37:11 queue INFO >>83 [300] -2015-03-11 05:37:11 sendUrl INFO 83 [300] R:OK -2015-03-11 05:38:01 queue INFO >>83 [301] -2015-03-11 05:38:02 sendUrl INFO 83 [301] R:OK -2015-03-11 05:38:05 queue INFO A3 [302] -2015-03-11 05:38:06 queue INFO >A3 [303] -2015-03-11 05:38:06 sendUrl INFO A3 [302] R:OK -2015-03-11 05:38:06 sendUrl INFO A3 [303] R:OK -2015-03-11 05:38:34 queue INFO 83 [304] -2015-03-11 05:38:34 queue INFO >83 [305] -2015-03-11 05:38:34 sendUrl INFO 83 [304] R:OK -2015-03-11 05:38:34 sendUrl INFO 83 [305] R:OK -2015-03-11 05:39:24 queue INFO >>83 [306] -2015-03-11 05:39:24 sendUrl INFO 83 [306] R:OK -2015-03-11 05:40:14 queue INFO >>83 [307] -2015-03-11 05:40:14 sendUrl INFO 83 [307] R:OK -2015-03-11 05:41:04 queue INFO >>83 [308] -2015-03-11 05:41:04 sendUrl INFO 83 [308] R:OK -2015-03-11 05:41:54 queue INFO >>83 [309] -2015-03-11 05:41:55 sendUrl INFO 83 [309] R:OK -2015-03-11 05:42:44 queue INFO >>83 [310] -2015-03-11 05:42:45 sendUrl INFO 83 [310] R:OK -2015-03-11 05:43:35 queue INFO >>83 [311] -2015-03-11 05:43:35 sendUrl INFO 83 [311] R:OK -2015-03-11 05:44:25 queue INFO >>83 [312] -2015-03-11 05:44:25 sendUrl INFO 83 [312] R:OK -2015-03-11 05:45:15 queue INFO >>83 [313] -2015-03-11 05:45:15 sendUrl INFO 83 [313] R:OK -2015-03-11 05:45:19 queue INFO 87 [314] -2015-03-11 05:45:19 queue INFO >87 [315] -2015-03-11 05:45:20 sendUrl INFO 87 [314] R:OK -2015-03-11 05:45:20 sendUrl INFO 87 [315] R:OK -2015-03-11 05:45:21 queue INFO 83 [316] -2015-03-11 05:45:21 queue INFO >83 [317] -2015-03-11 05:45:21 sendUrl INFO 83 [316] R:OK -2015-03-11 05:45:22 sendUrl INFO 83 [317] R:OK -2015-03-11 05:46:11 queue INFO >>83 [318] -2015-03-11 05:46:11 sendUrl INFO 83 [318] R:OK -2015-03-11 05:47:01 queue INFO >>83 [319] -2015-03-11 05:47:01 sendUrl INFO 83 [319] R:OK -2015-03-11 05:47:51 queue INFO >>83 [320] -2015-03-11 05:47:52 sendUrl INFO 83 [320] R:OK -2015-03-11 05:48:41 queue INFO >>83 [321] -2015-03-11 05:48:42 sendUrl INFO 83 [321] R:OK -2015-03-11 05:49:32 queue INFO >>83 [322] -2015-03-11 05:49:32 sendUrl INFO 83 [322] R:OK -2015-03-11 05:50:22 queue INFO >>83 [323] -2015-03-11 05:50:22 sendUrl INFO 83 [323] R:OK -2015-03-11 05:51:12 queue INFO >>83 [324] -2015-03-11 05:51:12 sendUrl INFO 83 [324] R:OK -2015-03-11 05:52:02 queue INFO >>83 [325] -2015-03-11 05:52:02 sendUrl INFO 83 [325] R:OK -2015-03-11 05:52:52 queue INFO >>83 [326] -2015-03-11 05:52:53 sendUrl INFO 83 [326] R:OK -2015-03-11 05:53:42 queue INFO >>83 [327] -2015-03-11 05:53:42 sendUrl INFO 83 [327] R:OK -2015-03-11 05:54:20 queue INFO 87 [328] -2015-03-11 05:54:20 queue INFO >87 [329] -2015-03-11 05:54:20 sendUrl INFO 87 [328] R:OK -2015-03-11 05:54:20 sendUrl INFO 87 [329] R:OK -2015-03-11 05:54:21 queue INFO 83 [330] -2015-03-11 05:54:21 sendUrl INFO 83 [330] R:OK -2015-03-11 05:54:21 queue INFO >83 [331] -2015-03-11 05:54:22 sendUrl INFO 83 [331] R:OK -2015-03-11 05:55:11 queue INFO >>83 [332] -2015-03-11 05:55:12 sendUrl INFO 83 [332] R:OK -2015-03-11 05:56:01 queue INFO >>83 [333] -2015-03-11 05:56:02 sendUrl INFO 83 [333] R:OK -2015-03-11 05:56:52 queue INFO >>83 [334] -2015-03-11 05:56:52 sendUrl INFO 83 [334] R:OK -2015-03-11 05:57:42 queue INFO >>83 [335] -2015-03-11 05:57:42 sendUrl INFO 83 [335] R:OK -2015-03-11 05:58:32 queue INFO >>83 [336] -2015-03-11 05:58:32 sendUrl INFO 83 [336] R:OK -2015-03-11 05:59:22 queue INFO >>83 [337] -2015-03-11 05:59:22 sendUrl INFO 83 [337] R:OK -2015-03-11 06:00:12 queue INFO >>83 [338] -2015-03-11 06:00:13 sendUrl INFO 83 [338] R:OK -2015-03-11 06:01:02 queue INFO >>83 [339] -2015-03-11 06:01:03 sendUrl INFO 83 [339] R:OK -2015-03-11 06:01:52 queue INFO >>83 [340] -2015-03-11 06:01:53 sendUrl INFO 83 [340] R:OK -2015-03-11 06:02:43 queue INFO >>83 [341] -2015-03-11 06:02:43 sendUrl INFO 83 [341] R:OK -2015-03-11 06:03:19 queue INFO 87 [342] -2015-03-11 06:03:20 queue INFO >87 [343] -2015-03-11 06:03:20 sendUrl INFO 87 [342] R:OK -2015-03-11 06:03:20 sendUrl INFO 87 [343] R:OK -2015-03-11 06:03:21 queue INFO 83 [344] -2015-03-11 06:03:21 queue INFO >83 [345] -2015-03-11 06:03:21 sendUrl INFO 83 [344] R:OK -2015-03-11 06:03:22 sendUrl INFO 83 [345] R:OK -2015-03-11 06:04:11 queue INFO >>83 [346] -2015-03-11 06:04:12 sendUrl INFO 83 [346] R:OK -2015-03-11 06:05:01 queue INFO >>83 [347] -2015-03-11 06:05:01 sendUrl INFO 83 [347] R:OK -2015-03-11 06:05:51 queue INFO >>83 [348] -2015-03-11 06:05:52 sendUrl INFO 83 [348] R:OK -2015-03-11 06:06:42 queue INFO >>83 [349] -2015-03-11 06:06:42 sendUrl INFO 83 [349] R:OK -2015-03-11 06:07:32 queue INFO >>83 [350] -2015-03-11 06:07:32 sendUrl INFO 83 [350] R:OK -2015-03-11 06:08:22 queue INFO >>83 [351] -2015-03-11 06:08:22 sendUrl INFO 83 [351] R:OK -2015-03-11 06:09:12 queue INFO >>83 [352] -2015-03-11 06:09:12 sendUrl INFO 83 [352] R:OK -2015-03-11 06:10:02 queue INFO >>83 [353] -2015-03-11 06:10:02 sendUrl INFO 83 [353] R:OK -2015-03-11 06:10:52 queue INFO >>83 [354] -2015-03-11 06:10:53 sendUrl INFO 83 [354] R:OK -2015-03-11 06:11:43 queue INFO >>83 [355] -2015-03-11 06:11:43 sendUrl INFO 83 [355] R:OK -2015-03-11 06:12:20 queue INFO 87 [356] -2015-03-11 06:12:20 queue INFO >87 [357] -2015-03-11 06:12:20 sendUrl INFO 87 [356] R:OK -2015-03-11 06:12:20 sendUrl INFO 87 [357] R:OK -2015-03-11 06:12:21 queue INFO 83 [358] -2015-03-11 06:12:21 queue INFO >83 [359] -2015-03-11 06:12:21 sendUrl INFO 83 [358] R:OK -2015-03-11 06:12:22 sendUrl INFO 83 [359] R:OK -2015-03-11 06:13:11 queue INFO >>83 [360] -2015-03-11 06:13:12 sendUrl INFO 83 [360] R:OK -2015-03-11 06:14:02 queue INFO >>83 [361] -2015-03-11 06:14:02 sendUrl INFO 83 [361] R:OK -2015-03-11 06:14:52 queue INFO >>83 [362] -2015-03-11 06:14:52 sendUrl INFO 83 [362] R:OK -2015-03-11 06:15:42 queue INFO >>83 [363] -2015-03-11 06:15:42 sendUrl INFO 83 [363] R:OK -2015-03-11 06:16:32 queue INFO >>83 [364] -2015-03-11 06:16:32 sendUrl INFO 83 [364] R:OK -2015-03-11 06:17:22 queue INFO >>83 [365] -2015-03-11 06:17:22 sendUrl INFO 83 [365] R:OK -2015-03-11 06:18:12 queue INFO >>83 [366] -2015-03-11 06:18:13 sendUrl INFO 83 [366] R:OK -2015-03-11 06:19:02 queue INFO >>83 [367] -2015-03-11 06:19:03 sendUrl INFO 83 [367] R:OK -2015-03-11 06:19:52 queue INFO >>83 [368] -2015-03-11 06:19:53 sendUrl INFO 83 [368] R:OK -2015-03-11 06:20:43 queue INFO >>83 [369] -2015-03-11 06:20:43 sendUrl INFO 83 [369] R:OK -2015-03-11 06:21:19 queue INFO 87 [370] -2015-03-11 06:21:20 queue INFO >87 [371] -2015-03-11 06:21:20 sendUrl INFO 87 [370] R:OK -2015-03-11 06:21:21 sendUrl INFO 87 [371] R:OK -2015-03-11 06:21:21 queue INFO 83 [372] -2015-03-11 06:21:21 queue INFO >83 [373] -2015-03-11 06:21:22 sendUrl INFO 83 [372] R:OK -2015-03-11 06:21:22 sendUrl INFO 83 [373] R:OK -2015-03-11 06:22:11 queue INFO >>83 [374] -2015-03-11 06:22:11 sendUrl INFO 83 [374] R:OK -2015-03-11 06:23:01 queue INFO >>83 [375] -2015-03-11 06:23:02 sendUrl INFO 83 [375] R:OK -2015-03-11 06:23:52 queue INFO >>83 [376] -2015-03-11 06:23:52 sendUrl INFO 83 [376] R:OK -2015-03-11 06:24:42 queue INFO >>83 [377] -2015-03-11 06:24:42 sendUrl INFO 83 [377] R:OK -2015-03-11 06:25:32 queue INFO >>83 [378] -2015-03-11 06:25:32 sendUrl INFO 83 [378] R:OK -2015-03-11 06:26:22 queue INFO >>83 [379] -2015-03-11 06:26:23 sendUrl INFO 83 [379] R:OK -2015-03-11 06:27:12 queue INFO >>83 [380] -2015-03-11 06:27:12 sendUrl INFO 83 [380] R:OK -2015-03-11 06:28:02 queue INFO >>83 [381] -2015-03-11 06:28:03 sendUrl INFO 83 [381] R:OK -2015-03-11 06:28:52 queue INFO >>83 [382] -2015-03-11 06:28:53 sendUrl INFO 83 [382] R:OK -2015-03-11 06:29:43 queue INFO >>83 [383] -2015-03-11 06:29:43 sendUrl INFO 83 [383] R:OK -2015-03-11 06:30:20 queue INFO 87 [384] -2015-03-11 06:30:20 queue INFO >87 [385] -2015-03-11 06:30:21 sendUrl INFO 87 [384] R:OK -2015-03-11 06:30:21 sendUrl INFO 87 [385] R:OK -2015-03-11 06:30:22 queue INFO 83 [386] -2015-03-11 06:30:22 queue INFO >83 [387] -2015-03-11 06:30:22 sendUrl INFO 83 [386] R:OK -2015-03-11 06:30:23 sendUrl INFO 83 [387] R:OK -2015-03-11 06:31:12 queue INFO >>83 [388] -2015-03-11 06:31:12 sendUrl INFO 83 [388] R:OK -2015-03-11 06:32:02 queue INFO >>83 [389] -2015-03-11 06:32:02 sendUrl INFO 83 [389] R:OK -2015-03-11 06:32:52 queue INFO >>83 [390] -2015-03-11 06:32:53 sendUrl INFO 83 [390] R:OK -2015-03-11 06:33:42 queue INFO >>83 [391] -2015-03-11 06:33:42 sendUrl INFO 83 [391] R:OK -2015-03-11 06:34:32 queue INFO >>83 [392] -2015-03-11 06:34:33 sendUrl INFO 83 [392] R:OK -2015-03-11 06:35:22 queue INFO >>83 [393] -2015-03-11 06:35:23 sendUrl INFO 83 [393] R:OK -2015-03-11 06:36:13 queue INFO >>83 [394] -2015-03-11 06:36:13 sendUrl INFO 83 [394] R:OK -2015-03-11 06:37:03 queue INFO >>83 [395] -2015-03-11 06:37:03 sendUrl INFO 83 [395] R:OK -2015-03-11 06:37:53 queue INFO >>83 [396] -2015-03-11 06:37:53 sendUrl INFO 83 [396] R:OK -2015-03-11 06:38:43 queue INFO >>83 [397] -2015-03-11 06:38:43 sendUrl INFO 83 [397] R:OK -2015-03-11 06:39:20 queue INFO 87 [398] -2015-03-11 06:39:20 queue INFO >87 [399] -2015-03-11 06:39:21 sendUrl INFO 87 [398] R:OK -2015-03-11 06:39:21 sendUrl INFO 87 [399] R:OK -2015-03-11 06:39:22 queue INFO 83 [400] -2015-03-11 06:39:22 queue INFO >83 [401] -2015-03-11 06:39:22 sendUrl INFO 83 [400] R:OK -2015-03-11 06:39:23 sendUrl INFO 83 [401] R:OK -2015-03-11 06:40:12 queue INFO >>83 [402] -2015-03-11 06:40:12 sendUrl INFO 83 [402] R:OK -2015-03-11 06:41:02 queue INFO >>83 [403] -2015-03-11 06:41:02 sendUrl INFO 83 [403] R:OK -2015-03-11 06:41:52 queue INFO >>83 [404] -2015-03-11 06:41:53 sendUrl INFO 83 [404] R:OK -2015-03-11 06:42:42 queue INFO >>83 [405] -2015-03-11 06:42:43 sendUrl INFO 83 [405] R:OK -2015-03-11 06:43:33 queue INFO >>83 [406] -2015-03-11 06:43:33 sendUrl INFO 83 [406] R:OK -2015-03-11 06:44:23 queue INFO >>83 [407] -2015-03-11 06:44:23 sendUrl INFO 83 [407] R:OK -2015-03-11 06:45:13 queue INFO >>83 [408] -2015-03-11 06:45:13 sendUrl INFO 83 [408] R:OK -2015-03-11 06:46:03 queue INFO >>83 [409] -2015-03-11 06:46:03 sendUrl INFO 83 [409] R:OK -2015-03-11 06:46:53 queue INFO >>83 [410] -2015-03-11 06:46:54 sendUrl INFO 83 [410] R:OK -2015-03-11 06:47:43 queue INFO >>83 [411] -2015-03-11 06:47:44 sendUrl INFO 83 [411] R:OK -2015-03-11 06:48:20 queue INFO 87 [412] -2015-03-11 06:48:21 queue INFO >87 [413] -2015-03-11 06:48:21 sendUrl INFO 87 [412] R:OK -2015-03-11 06:48:21 sendUrl INFO 87 [413] R:OK -2015-03-11 06:48:22 queue INFO 83 [414] -2015-03-11 06:48:22 queue INFO >83 [415] -2015-03-11 06:48:22 sendUrl INFO 83 [414] R:OK -2015-03-11 06:48:23 sendUrl INFO 83 [415] R:OK -2015-03-11 06:49:12 queue INFO >>83 [416] -2015-03-11 06:49:13 sendUrl INFO 83 [416] R:OK -2015-03-11 06:50:02 queue INFO >>83 [417] -2015-03-11 06:50:03 sendUrl INFO 83 [417] R:OK -2015-03-11 06:50:52 queue INFO >>83 [418] -2015-03-11 06:50:53 sendUrl INFO 83 [418] R:OK -2015-03-11 06:51:43 queue INFO >>83 [419] -2015-03-11 06:51:43 sendUrl INFO 83 [419] R:OK -2015-03-11 06:52:33 queue INFO >>83 [420] -2015-03-11 06:52:33 sendUrl INFO 83 [420] R:OK -2015-03-11 06:53:23 queue INFO >>83 [421] -2015-03-11 06:53:23 sendUrl INFO 83 [421] R:OK -2015-03-11 06:54:13 queue INFO >>83 [422] -2015-03-11 06:54:14 sendUrl INFO 83 [422] R:OK -2015-03-11 06:55:03 queue INFO >>83 [423] -2015-03-11 06:55:04 sendUrl INFO 83 [423] R:OK -2015-03-11 06:55:53 queue INFO >>83 [424] -2015-03-11 06:55:54 sendUrl INFO 83 [424] R:OK -2015-03-11 06:56:44 queue INFO >>83 [425] -2015-03-11 06:56:44 sendUrl INFO 83 [425] R:OK -2015-03-11 06:57:20 queue INFO 87 [426] -2015-03-11 06:57:20 queue INFO >87 [427] -2015-03-11 06:57:20 sendUrl INFO 87 [426] R:OK -2015-03-11 06:57:21 sendUrl INFO 87 [427] R:OK -2015-03-11 06:57:22 queue INFO 83 [428] -2015-03-11 06:57:22 sendUrl INFO 83 [428] R:OK -2015-03-11 06:57:22 queue INFO >83 [429] -2015-03-11 06:57:22 sendUrl INFO 83 [429] R:OK -2015-03-11 06:58:12 queue INFO >>83 [430] -2015-03-11 06:58:12 sendUrl INFO 83 [430] R:OK -2015-03-11 06:59:02 queue INFO >>83 [431] -2015-03-11 06:59:03 sendUrl INFO 83 [431] R:OK -2015-03-11 06:59:52 queue INFO >>83 [432] -2015-03-11 06:59:52 sendUrl INFO 83 [432] R:OK -2015-03-11 07:00:42 queue INFO >>83 [433] -2015-03-11 07:00:43 sendUrl INFO 83 [433] R:OK -2015-03-11 07:01:33 queue INFO >>83 [434] -2015-03-11 07:01:33 sendUrl INFO 83 [434] R:OK -2015-03-11 07:02:23 queue INFO >>83 [435] -2015-03-11 07:02:23 sendUrl INFO 83 [435] R:OK -2015-03-11 07:03:13 queue INFO >>83 [436] -2015-03-11 07:03:13 sendUrl INFO 83 [436] R:OK -2015-03-11 07:04:03 queue INFO >>83 [437] -2015-03-11 07:04:04 sendUrl INFO 83 [437] R:OK -2015-03-11 07:04:53 queue INFO >>83 [438] -2015-03-11 07:04:54 sendUrl INFO 83 [438] R:OK -2015-03-11 07:05:43 queue INFO >>83 [439] -2015-03-11 07:05:44 sendUrl INFO 83 [439] R:OK -2015-03-11 07:06:21 queue INFO 87 [440] -2015-03-11 07:06:21 queue INFO >87 [441] -2015-03-11 07:06:21 sendUrl INFO 87 [440] R:OK -2015-03-11 07:06:22 sendUrl INFO 87 [441] R:OK -2015-03-11 07:06:22 queue INFO 83 [442] -2015-03-11 07:06:22 queue INFO >83 [443] -2015-03-11 07:06:23 sendUrl INFO 83 [442] R:OK -2015-03-11 07:06:23 sendUrl INFO 83 [443] R:OK -2015-03-11 07:07:12 queue INFO >>83 [444] -2015-03-11 07:07:12 sendUrl INFO 83 [444] R:OK -2015-03-11 07:08:02 queue INFO >>83 [445] -2015-03-11 07:08:03 sendUrl INFO 83 [445] R:OK -2015-03-11 07:08:53 queue INFO >>83 [446] -2015-03-11 07:08:53 sendUrl INFO 83 [446] R:OK -2015-03-11 07:09:43 queue INFO >>83 [447] -2015-03-11 07:09:43 sendUrl INFO 83 [447] R:OK -2015-03-11 07:10:33 queue INFO >>83 [448] -2015-03-11 07:10:33 sendUrl INFO 83 [448] R:OK -2015-03-11 07:11:23 queue INFO >>83 [449] -2015-03-11 07:11:24 sendUrl INFO 83 [449] R:OK -2015-03-11 07:12:13 queue INFO >>83 [450] -2015-03-11 07:12:13 sendUrl INFO 83 [450] R:OK -2015-03-11 07:13:03 queue INFO >>83 [451] -2015-03-11 07:13:04 sendUrl INFO 83 [451] R:OK -2015-03-11 07:13:53 queue INFO >>83 [452] -2015-03-11 07:13:54 sendUrl INFO 83 [452] R:OK -2015-03-11 07:14:44 queue INFO >>83 [453] -2015-03-11 07:14:44 sendUrl INFO 83 [453] R:OK -2015-03-11 07:15:20 queue INFO 87 [454] -2015-03-11 07:15:21 queue INFO >87 [455] -2015-03-11 07:15:21 sendUrl INFO 87 [454] R:OK -2015-03-11 07:15:21 sendUrl INFO 87 [455] R:OK -2015-03-11 07:15:22 queue INFO 83 [456] -2015-03-11 07:15:22 queue INFO >83 [457] -2015-03-11 07:15:22 sendUrl INFO 83 [456] R:OK -2015-03-11 07:15:23 sendUrl INFO 83 [457] R:OK -2015-03-11 07:16:12 queue INFO >>83 [458] -2015-03-11 07:16:13 sendUrl INFO 83 [458] R:OK -2015-03-11 07:17:02 queue INFO >>83 [459] -2015-03-11 07:17:02 sendUrl INFO 83 [459] R:OK -2015-03-11 07:17:52 queue INFO >>83 [460] -2015-03-11 07:17:53 sendUrl INFO 83 [460] R:OK -2015-03-11 07:18:43 queue INFO >>83 [461] -2015-03-11 07:18:43 sendUrl INFO 83 [461] R:OK -2015-03-11 07:19:33 queue INFO >>83 [462] -2015-03-11 07:19:33 sendUrl INFO 83 [462] R:OK -2015-03-11 07:20:23 queue INFO >>83 [463] -2015-03-11 07:20:23 sendUrl INFO 83 [463] R:OK -2015-03-11 07:21:13 queue INFO >>83 [464] -2015-03-11 07:21:14 sendUrl INFO 83 [464] R:OK -2015-03-11 07:22:03 queue INFO >>83 [465] -2015-03-11 07:22:03 sendUrl INFO 83 [465] R:OK -2015-03-11 07:22:53 queue INFO >>83 [466] -2015-03-11 07:22:54 sendUrl INFO 83 [466] R:OK -2015-03-11 07:23:44 queue INFO >>83 [467] -2015-03-11 07:23:44 sendUrl INFO 83 [467] R:OK -2015-03-11 07:24:21 queue INFO 87 [468] -2015-03-11 07:24:21 queue INFO >87 [469] -2015-03-11 07:24:21 sendUrl INFO 87 [468] R:OK -2015-03-11 07:24:22 sendUrl INFO 87 [469] R:OK -2015-03-11 07:24:23 queue INFO 83 [470] -2015-03-11 07:24:23 queue INFO >83 [471] -2015-03-11 07:24:23 sendUrl INFO 83 [470] R:OK -2015-03-11 07:24:23 sendUrl INFO 83 [471] R:OK -2015-03-11 07:25:13 queue INFO >>83 [472] -2015-03-11 07:25:13 sendUrl INFO 83 [472] R:OK -2015-03-11 07:25:56 queue INFO A3 [473] -2015-03-11 07:25:56 queue INFO >A3 [474] -2015-03-11 07:25:56 sendUrl INFO A3 [473] R:OK -2015-03-11 07:25:56 sendUrl INFO A3 [474] R:OK -2015-03-11 07:26:10 queue INFO 83 [475] -2015-03-11 07:26:10 queue INFO >83 [476] -2015-03-11 07:26:11 sendUrl INFO 83 [475] R:OK -2015-03-11 07:26:11 sendUrl INFO 83 [476] R:OK -2015-03-11 07:26:14 queue INFO A3 [477] -2015-03-11 07:26:14 queue INFO >A3 [478] -2015-03-11 07:26:14 sendUrl INFO A3 [477] R:OK -2015-03-11 07:26:15 sendUrl INFO A3 [478] R:OK -2015-03-11 07:26:15 queue INFO 83 [479] -2015-03-11 07:26:15 sendUrl INFO 83 [479] R:OK -2015-03-11 07:26:15 queue INFO >83 [480] -2015-03-11 07:26:16 sendUrl INFO 83 [480] R:OK -2015-03-11 07:26:23 queue INFO A3 [481] -2015-03-11 07:26:23 queue INFO >A3 [482] -2015-03-11 07:26:23 sendUrl INFO A3 [481] R:OK -2015-03-11 07:26:24 sendUrl INFO A3 [482] R:OK -2015-03-11 07:26:24 queue INFO 83 [483] -2015-03-11 07:26:25 queue INFO >83 [484] -2015-03-11 07:26:25 sendUrl INFO 83 [483] R:OK -2015-03-11 07:26:25 sendUrl INFO 83 [484] R:OK -2015-03-11 07:26:32 queue INFO A3 [485] -2015-03-11 07:26:32 queue INFO >A3 [486] -2015-03-11 07:26:33 sendUrl INFO A3 [485] R:OK -2015-03-11 07:26:33 sendUrl INFO A3 [486] R:OK -2015-03-11 07:26:42 queue INFO 83 [487] -2015-03-11 07:26:42 queue INFO >83 [488] -2015-03-11 07:26:43 program ERROR IOB offline -2015-03-11 07:26:56 program INFO IOB ONLINE! -2015-03-11 07:26:56 sendUrl INFO 83 [487] R:OK -2015-03-11 07:26:56 sendUrl INFO 83 [488] R:OK -2015-03-11 07:27:32 queue INFO >>83 [489] -2015-03-11 07:27:33 sendUrl INFO 83 [489] R:OK -2015-03-11 07:28:23 queue INFO >>83 [490] -2015-03-11 07:28:23 sendUrl INFO 83 [490] R:OK -2015-03-11 07:29:13 queue INFO >>83 [491] -2015-03-11 07:29:13 sendUrl INFO 83 [491] R:OK -2015-03-11 07:30:03 queue INFO >>83 [492] -2015-03-11 07:30:03 sendUrl INFO 83 [492] R:OK -2015-03-11 07:30:53 queue INFO >>83 [493] -2015-03-11 07:30:54 sendUrl INFO 83 [493] R:OK -2015-03-11 07:31:43 queue INFO >>83 [494] -2015-03-11 07:31:43 sendUrl INFO 83 [494] R:OK -2015-03-11 07:32:33 queue INFO >>83 [495] -2015-03-11 07:32:34 sendUrl INFO 83 [495] R:OK -2015-03-11 07:33:21 queue INFO 87 [496] -2015-03-11 07:33:21 queue INFO >87 [497] -2015-03-11 07:33:22 sendUrl INFO 87 [496] R:OK -2015-03-11 07:33:22 sendUrl INFO 87 [497] R:OK -2015-03-11 07:33:23 queue INFO 83 [498] -2015-03-11 07:33:23 queue INFO >83 [499] -2015-03-11 07:33:23 sendUrl INFO 83 [498] R:OK -2015-03-11 07:33:24 sendUrl INFO 83 [499] R:OK -2015-03-11 07:34:13 queue INFO >>83 [500] -2015-03-11 07:34:13 sendUrl INFO 83 [500] R:OK -2015-03-11 07:35:03 queue INFO >>83 [501] -2015-03-11 07:35:03 sendUrl INFO 83 [501] R:OK -2015-03-11 07:35:53 queue INFO >>83 [502] -2015-03-11 07:35:54 sendUrl INFO 83 [502] R:OK -2015-03-11 07:36:43 queue INFO >>83 [503] -2015-03-11 07:36:43 sendUrl INFO 83 [503] R:OK -2015-03-11 07:37:33 queue INFO >>83 [504] -2015-03-11 07:37:34 sendUrl INFO 83 [504] R:OK -2015-03-11 07:38:24 queue INFO >>83 [505] -2015-03-11 07:38:24 sendUrl INFO 83 [505] R:OK -2015-03-11 07:39:14 queue INFO >>83 [506] -2015-03-11 07:39:14 sendUrl INFO 83 [506] R:OK -2015-03-11 07:40:04 queue INFO >>83 [507] -2015-03-11 07:40:04 sendUrl INFO 83 [507] R:OK -2015-03-11 07:40:54 queue INFO >>83 [508] -2015-03-11 07:40:55 sendUrl INFO 83 [508] R:OK -2015-03-11 07:41:44 queue INFO >>83 [509] -2015-03-11 07:41:44 sendUrl INFO 83 [509] R:OK -2015-03-11 07:42:21 queue INFO 87 [510] -2015-03-11 07:42:22 queue INFO >87 [511] -2015-03-11 07:42:22 sendUrl INFO 87 [510] R:OK -2015-03-11 07:42:22 sendUrl INFO 87 [511] R:OK -2015-03-11 07:42:23 queue INFO 83 [512] -2015-03-11 07:42:23 queue INFO >83 [513] -2015-03-11 07:42:23 sendUrl INFO 83 [512] R:OK -2015-03-11 07:42:24 sendUrl INFO 83 [513] R:OK -2015-03-11 07:43:13 queue INFO >>83 [514] -2015-03-11 07:43:13 sendUrl INFO 83 [514] R:OK -2015-03-11 07:44:03 queue INFO >>83 [515] -2015-03-11 07:44:03 sendUrl INFO 83 [515] R:OK -2015-03-11 07:44:53 queue INFO >>83 [516] -2015-03-11 07:44:54 sendUrl INFO 83 [516] R:OK -2015-03-11 07:45:43 queue INFO >>83 [517] -2015-03-11 07:45:43 sendUrl INFO 83 [517] R:OK -2015-03-11 07:46:33 queue INFO >>83 [518] -2015-03-11 07:46:34 sendUrl INFO 83 [518] R:OK -2015-03-11 07:47:24 queue INFO >>83 [519] -2015-03-11 07:47:24 sendUrl INFO 83 [519] R:OK -2015-03-11 07:48:14 queue INFO >>83 [520] -2015-03-11 07:48:14 sendUrl INFO 83 [520] R:OK -2015-03-11 07:49:04 queue INFO >>83 [521] -2015-03-11 07:49:04 sendUrl INFO 83 [521] R:OK -2015-03-11 07:49:54 queue INFO >>83 [522] -2015-03-11 07:49:55 sendUrl INFO 83 [522] R:OK -2015-03-11 07:50:44 queue INFO >>83 [523] -2015-03-11 07:50:44 sendUrl INFO 83 [523] R:OK -2015-03-11 07:51:21 queue INFO 87 [524] -2015-03-11 07:51:21 queue INFO >87 [525] -2015-03-11 07:51:22 sendUrl INFO 87 [524] R:OK -2015-03-11 07:51:22 sendUrl INFO 87 [525] R:OK -2015-03-11 07:51:23 queue INFO 83 [526] -2015-03-11 07:51:23 sendUrl INFO 83 [526] R:OK -2015-03-11 07:51:23 queue INFO >83 [527] -2015-03-11 07:51:23 sendUrl INFO 83 [527] R:OK -2015-03-11 07:52:13 queue INFO >>83 [528] -2015-03-11 07:52:13 sendUrl INFO 83 [528] R:OK -2015-03-11 07:53:03 queue INFO >>83 [529] -2015-03-11 07:53:03 sendUrl INFO 83 [529] R:OK -2015-03-11 07:53:53 queue INFO >>83 [530] -2015-03-11 07:53:53 sendUrl INFO 83 [530] R:OK -2015-03-11 07:54:43 queue INFO >>83 [531] -2015-03-11 07:54:44 sendUrl INFO 83 [531] R:OK -2015-03-11 07:55:33 queue INFO >>83 [532] -2015-03-11 07:55:34 sendUrl INFO 83 [532] R:OK -2015-03-11 07:56:23 queue INFO >>83 [533] -2015-03-11 07:56:24 sendUrl INFO 83 [533] R:OK -2015-03-11 07:57:14 queue INFO >>83 [534] -2015-03-11 07:57:14 sendUrl INFO 83 [534] R:OK -2015-03-11 07:58:04 queue INFO >>83 [535] -2015-03-11 07:58:04 sendUrl INFO 83 [535] R:OK -2015-03-11 07:58:54 queue INFO >>83 [536] -2015-03-11 07:58:54 sendUrl INFO 83 [536] R:OK -2015-03-11 07:59:44 queue INFO >>83 [537] -2015-03-11 07:59:45 sendUrl INFO 83 [537] R:OK -2015-03-11 08:00:21 queue INFO 87 [538] -2015-03-11 08:00:21 sendUrl INFO 87 [538] R:OK -2015-03-11 08:00:21 queue INFO >87 [539] -2015-03-11 08:00:22 sendUrl INFO 87 [539] R:OK -2015-03-11 08:00:23 queue INFO 83 [540] -2015-03-11 08:00:23 queue INFO >83 [541] -2015-03-11 08:00:23 sendUrl INFO 83 [540] R:OK -2015-03-11 08:00:24 sendUrl INFO 83 [541] R:OK -2015-03-11 08:01:13 queue INFO >>83 [542] -2015-03-11 08:01:13 sendUrl INFO 83 [542] R:OK -2015-03-11 08:02:03 queue INFO >>83 [543] -2015-03-11 08:02:04 sendUrl INFO 83 [543] R:OK -2015-03-11 08:02:53 queue INFO >>83 [544] -2015-03-11 08:02:54 sendUrl INFO 83 [544] R:OK -2015-03-11 08:03:43 queue INFO >>83 [545] -2015-03-11 08:03:44 sendUrl INFO 83 [545] R:OK -2015-03-11 08:04:34 queue INFO >>83 [546] -2015-03-11 08:04:34 sendUrl INFO 83 [546] R:OK -2015-03-11 08:05:24 queue INFO >>83 [547] -2015-03-11 08:05:24 sendUrl INFO 83 [547] R:OK -2015-03-11 08:06:14 queue INFO >>83 [548] -2015-03-11 08:06:14 sendUrl INFO 83 [548] R:OK -2015-03-11 08:07:04 queue INFO >>83 [549] -2015-03-11 08:07:05 sendUrl INFO 83 [549] R:OK -2015-03-11 08:07:54 queue INFO >>83 [550] -2015-03-11 08:07:54 sendUrl INFO 83 [550] R:OK -2015-03-11 08:08:44 queue INFO >>83 [551] -2015-03-11 08:08:45 sendUrl INFO 83 [551] R:OK -2015-03-11 08:09:21 queue INFO 87 [552] -2015-03-11 08:09:21 queue INFO >87 [553] -2015-03-11 08:09:21 sendUrl INFO 87 [552] R:OK -2015-03-11 08:09:22 sendUrl INFO 87 [553] R:OK -2015-03-11 08:09:23 queue INFO 83 [554] -2015-03-11 08:09:23 queue INFO >83 [555] -2015-03-11 08:09:23 sendUrl INFO 83 [554] R:OK -2015-03-11 08:09:23 sendUrl INFO 83 [555] R:OK -2015-03-11 08:10:13 queue INFO >>83 [556] -2015-03-11 08:10:13 sendUrl INFO 83 [556] R:OK -2015-03-11 08:11:03 queue INFO >>83 [557] -2015-03-11 08:11:03 sendUrl INFO 83 [557] R:OK -2015-03-11 08:11:53 queue INFO >>83 [558] -2015-03-11 08:11:53 sendUrl INFO 83 [558] R:OK -2015-03-11 08:12:43 queue INFO >>83 [559] -2015-03-11 08:12:44 sendUrl INFO 83 [559] R:OK -2015-03-11 08:13:33 queue INFO >>83 [560] -2015-03-11 08:13:34 sendUrl INFO 83 [560] R:OK -2015-03-11 08:14:24 queue INFO >>83 [561] -2015-03-11 08:14:24 sendUrl INFO 83 [561] R:OK -2015-03-11 08:15:14 queue INFO >>83 [562] -2015-03-11 08:15:14 sendUrl INFO 83 [562] R:OK -2015-03-11 08:16:04 queue INFO >>83 [563] -2015-03-11 08:16:04 sendUrl INFO 83 [563] R:OK -2015-03-11 08:16:54 queue INFO >>83 [564] -2015-03-11 08:16:54 sendUrl INFO 83 [564] R:OK -2015-03-11 08:17:44 queue INFO >>83 [565] -2015-03-11 08:17:45 sendUrl INFO 83 [565] R:OK -2015-03-11 08:18:22 queue INFO 87 [566] -2015-03-11 08:18:22 queue INFO >87 [567] -2015-03-11 08:18:22 sendUrl INFO 87 [566] R:OK -2015-03-11 08:18:23 sendUrl INFO 87 [567] R:OK -2015-03-11 08:18:23 queue INFO 83 [568] -2015-03-11 08:18:24 queue INFO >83 [569] -2015-03-11 08:18:24 sendUrl INFO 83 [568] R:OK -2015-03-11 08:18:24 sendUrl INFO 83 [569] R:OK -2015-03-11 08:19:14 queue INFO >>83 [570] -2015-03-11 08:19:14 sendUrl INFO 83 [570] R:OK -2015-03-11 08:20:04 queue INFO >>83 [571] -2015-03-11 08:20:04 sendUrl INFO 83 [571] R:OK -2015-03-11 08:20:54 queue INFO >>83 [572] -2015-03-11 08:20:54 sendUrl INFO 83 [572] R:OK -2015-03-11 08:21:44 queue INFO >>83 [573] -2015-03-11 08:21:44 sendUrl INFO 83 [573] R:OK -2015-03-11 08:22:34 queue INFO >>83 [574] -2015-03-11 08:22:34 sendUrl INFO 83 [574] R:OK -2015-03-11 08:23:24 queue INFO >>83 [575] -2015-03-11 08:23:25 sendUrl INFO 83 [575] R:OK -2015-03-11 08:24:14 queue INFO >>83 [576] -2015-03-11 08:24:15 sendUrl INFO 83 [576] R:OK -2015-03-11 08:25:05 queue INFO >>83 [577] -2015-03-11 08:25:05 sendUrl INFO 83 [577] R:OK -2015-03-11 08:25:55 queue INFO >>83 [578] -2015-03-11 08:25:55 sendUrl INFO 83 [578] R:OK -2015-03-11 08:26:45 queue INFO >>83 [579] -2015-03-11 08:26:45 sendUrl INFO 83 [579] R:OK -2015-03-11 08:27:22 queue INFO 87 [580] -2015-03-11 08:27:22 queue INFO >87 [581] -2015-03-11 08:27:22 sendUrl INFO 87 [580] R:OK -2015-03-11 08:27:23 sendUrl INFO 87 [581] R:OK -2015-03-11 08:27:23 queue INFO 83 [582] -2015-03-11 08:27:24 queue INFO >83 [583] -2015-03-11 08:27:24 sendUrl INFO 83 [582] R:OK -2015-03-11 08:27:24 sendUrl INFO 83 [583] R:OK -2015-03-11 08:28:14 queue INFO >>83 [584] -2015-03-11 08:28:14 sendUrl INFO 83 [584] R:OK -2015-03-11 08:29:04 queue INFO >>83 [585] -2015-03-11 08:29:04 sendUrl INFO 83 [585] R:OK -2015-03-11 08:29:54 queue INFO >>83 [586] -2015-03-11 08:29:54 sendUrl INFO 83 [586] R:OK -2015-03-11 08:30:44 queue INFO >>83 [587] -2015-03-11 08:30:44 sendUrl INFO 83 [587] R:OK -2015-03-11 08:31:34 queue INFO >>83 [588] -2015-03-11 08:31:34 sendUrl INFO 83 [588] R:OK -2015-03-11 08:32:24 queue INFO >>83 [589] -2015-03-11 08:32:25 sendUrl INFO 83 [589] R:OK -2015-03-11 08:33:14 queue INFO >>83 [590] -2015-03-11 08:33:15 sendUrl INFO 83 [590] R:OK -2015-03-11 08:34:05 queue INFO >>83 [591] -2015-03-11 08:34:05 sendUrl INFO 83 [591] R:OK -2015-03-11 08:34:55 queue INFO >>83 [592] -2015-03-11 08:34:55 sendUrl INFO 83 [592] R:OK -2015-03-11 08:35:45 queue INFO >>83 [593] -2015-03-11 08:35:45 sendUrl INFO 83 [593] R:OK -2015-03-11 08:36:22 queue INFO 87 [594] -2015-03-11 08:36:22 queue INFO >87 [595] -2015-03-11 08:36:22 sendUrl INFO 87 [594] R:OK -2015-03-11 08:36:23 sendUrl INFO 87 [595] R:OK -2015-03-11 08:36:23 queue INFO 83 [596] -2015-03-11 08:36:24 queue INFO >83 [597] -2015-03-11 08:36:24 sendUrl INFO 83 [596] R:OK -2015-03-11 08:36:24 sendUrl INFO 83 [597] R:OK -2015-03-11 08:37:14 queue INFO >>83 [598] -2015-03-11 08:37:14 sendUrl INFO 83 [598] R:OK -2015-03-11 08:38:04 queue INFO >>83 [599] -2015-03-11 08:38:04 sendUrl INFO 83 [599] R:OK -2015-03-11 08:38:54 queue INFO >>83 [600] -2015-03-11 08:38:54 sendUrl INFO 83 [600] R:OK -2015-03-11 08:39:44 queue INFO >>83 [601] -2015-03-11 08:39:45 sendUrl INFO 83 [601] R:OK -2015-03-11 08:40:34 queue INFO >>83 [602] -2015-03-11 08:40:34 sendUrl INFO 83 [602] R:OK -2015-03-11 08:41:24 queue INFO >>83 [603] -2015-03-11 08:41:25 sendUrl INFO 83 [603] R:OK -2015-03-11 08:42:15 queue INFO >>83 [604] -2015-03-11 08:42:15 sendUrl INFO 83 [604] R:OK -2015-03-11 08:43:05 queue INFO >>83 [605] -2015-03-11 08:43:05 sendUrl INFO 83 [605] R:OK -2015-03-11 08:43:55 queue INFO >>83 [606] -2015-03-11 08:43:55 sendUrl INFO 83 [606] R:OK -2015-03-11 08:44:45 queue INFO >>83 [607] -2015-03-11 08:44:46 sendUrl INFO 83 [607] R:OK -2015-03-11 08:45:22 queue INFO 87 [608] -2015-03-11 08:45:22 sendUrl INFO 87 [608] R:OK -2015-03-11 08:45:22 queue INFO >87 [609] -2015-03-11 08:45:22 sendUrl INFO 87 [609] R:OK -2015-03-11 08:45:23 queue INFO 83 [610] -2015-03-11 08:45:23 queue INFO >83 [611] -2015-03-11 08:45:24 sendUrl INFO 83 [610] R:OK -2015-03-11 08:45:24 sendUrl INFO 83 [611] R:OK -2015-03-11 08:46:13 queue INFO >>83 [612] -2015-03-11 08:46:14 sendUrl INFO 83 [612] R:OK -2015-03-11 08:47:04 queue INFO >>83 [613] -2015-03-11 08:47:04 sendUrl INFO 83 [613] R:OK -2015-03-11 08:47:54 queue INFO >>83 [614] -2015-03-11 08:47:54 sendUrl INFO 83 [614] R:OK -2015-03-11 08:48:44 queue INFO >>83 [615] -2015-03-11 08:48:44 sendUrl INFO 83 [615] R:OK -2015-03-11 08:49:34 queue INFO >>83 [616] -2015-03-11 08:49:34 sendUrl INFO 83 [616] R:OK -2015-03-11 08:50:24 queue INFO >>83 [617] -2015-03-11 08:50:24 sendUrl INFO 83 [617] R:OK -2015-03-11 08:51:14 queue INFO >>83 [618] -2015-03-11 08:51:15 sendUrl INFO 83 [618] R:OK -2015-03-11 08:52:05 queue INFO >>83 [619] -2015-03-11 08:52:05 sendUrl INFO 83 [619] R:OK -2015-03-11 08:52:55 queue INFO >>83 [620] -2015-03-11 08:52:55 sendUrl INFO 83 [620] R:OK -2015-03-11 08:53:45 queue INFO >>83 [621] -2015-03-11 08:53:45 sendUrl INFO 83 [621] R:OK -2015-03-11 08:54:22 queue INFO 87 [622] -2015-03-11 08:54:22 queue INFO >87 [623] -2015-03-11 08:54:22 sendUrl INFO 87 [622] R:OK -2015-03-11 08:54:23 sendUrl INFO 87 [623] R:OK -2015-03-11 08:54:24 queue INFO 83 [624] -2015-03-11 08:54:24 queue INFO >83 [625] -2015-03-11 08:54:24 sendUrl INFO 83 [624] R:OK -2015-03-11 08:54:24 sendUrl INFO 83 [625] R:OK -2015-03-11 08:55:14 queue INFO >>83 [626] -2015-03-11 08:55:14 sendUrl INFO 83 [626] R:OK -2015-03-11 08:56:04 queue INFO >>83 [627] -2015-03-11 08:56:04 sendUrl INFO 83 [627] R:OK -2015-03-11 08:56:54 queue INFO >>83 [628] -2015-03-11 08:56:54 sendUrl INFO 83 [628] R:OK -2015-03-11 08:57:44 queue INFO >>83 [629] -2015-03-11 08:57:44 sendUrl INFO 83 [629] R:OK -2015-03-11 08:58:34 queue INFO >>83 [630] -2015-03-11 08:58:35 sendUrl INFO 83 [630] R:OK -2015-03-11 08:59:24 queue INFO >>83 [631] -2015-03-11 08:59:25 sendUrl INFO 83 [631] R:OK -2015-03-11 09:00:15 queue INFO >>83 [632] -2015-03-11 09:00:15 sendUrl INFO 83 [632] R:OK -2015-03-11 09:01:05 queue INFO >>83 [633] -2015-03-11 09:01:05 sendUrl INFO 83 [633] R:OK -2015-03-11 09:01:55 queue INFO >>83 [634] -2015-03-11 09:01:55 sendUrl INFO 83 [634] R:OK -2015-03-11 09:02:45 queue INFO >>83 [635] -2015-03-11 09:02:45 sendUrl INFO 83 [635] R:OK -2015-03-11 09:03:22 queue INFO 87 [636] -2015-03-11 09:03:22 queue INFO >87 [637] -2015-03-11 09:03:22 sendUrl INFO 87 [636] R:OK -2015-03-11 09:03:23 sendUrl INFO 87 [637] R:OK -2015-03-11 09:03:23 queue INFO 83 [638] -2015-03-11 09:03:24 sendUrl INFO 83 [638] R:OK -2015-03-11 09:03:24 queue INFO >83 [639] -2015-03-11 09:03:24 sendUrl INFO 83 [639] R:OK -2015-03-11 09:04:14 queue INFO >>83 [640] -2015-03-11 09:04:14 sendUrl INFO 83 [640] R:OK -2015-03-11 09:05:04 queue INFO >>83 [641] -2015-03-11 09:05:04 sendUrl INFO 83 [641] R:OK -2015-03-11 09:05:54 queue INFO >>83 [642] -2015-03-11 09:05:54 sendUrl INFO 83 [642] R:OK -2015-03-11 09:06:44 queue INFO >>83 [643] -2015-03-11 09:06:44 sendUrl INFO 83 [643] R:OK -2015-03-11 09:07:34 queue INFO >>83 [644] -2015-03-11 09:07:35 sendUrl INFO 83 [644] R:OK -2015-03-11 09:08:24 queue INFO >>83 [645] -2015-03-11 09:08:25 sendUrl INFO 83 [645] R:OK -2015-03-11 09:09:14 queue INFO >>83 [646] -2015-03-11 09:09:15 sendUrl INFO 83 [646] R:OK -2015-03-11 09:10:05 queue INFO >>83 [647] -2015-03-11 09:10:05 sendUrl INFO 83 [647] R:OK -2015-03-11 09:10:55 queue INFO >>83 [648] -2015-03-11 09:10:55 sendUrl INFO 83 [648] R:OK -2015-03-11 09:11:45 queue INFO >>83 [649] -2015-03-11 09:11:45 sendUrl INFO 83 [649] R:OK -2015-03-11 09:12:22 queue INFO 87 [650] -2015-03-11 09:12:23 queue INFO >87 [651] -2015-03-11 09:12:23 sendUrl INFO 87 [650] R:OK -2015-03-11 09:12:23 sendUrl INFO 87 [651] R:OK -2015-03-11 09:12:24 queue INFO 83 [652] -2015-03-11 09:12:24 queue INFO >83 [653] -2015-03-11 09:12:25 sendUrl INFO 83 [652] R:OK -2015-03-11 09:12:25 sendUrl INFO 83 [653] R:OK -2015-03-11 09:13:14 queue INFO >>83 [654] -2015-03-11 09:13:14 sendUrl INFO 83 [654] R:OK -2015-03-11 09:14:04 queue INFO >>83 [655] -2015-03-11 09:14:05 sendUrl INFO 83 [655] R:OK -2015-03-11 09:14:55 queue INFO >>83 [656] -2015-03-11 09:14:55 sendUrl INFO 83 [656] R:OK -2015-03-11 09:15:45 queue INFO >>83 [657] -2015-03-11 09:15:45 sendUrl INFO 83 [657] R:OK -2015-03-11 09:16:35 queue INFO >>83 [658] -2015-03-11 09:16:35 sendUrl INFO 83 [658] R:OK -2015-03-11 09:17:11 queue INFO 81 [659] -2015-03-11 09:17:11 sendUrl INFO 81 [659] R:OK -2015-03-11 09:17:11 queue INFO >81 [660] -2015-03-11 09:17:12 sendUrl INFO 81 [660] R:OK -2015-03-11 09:18:01 queue INFO >>81 [661] -2015-03-11 09:18:01 sendUrl INFO 81 [661] R:OK -2015-03-11 09:18:51 queue INFO >>81 [662] -2015-03-11 09:18:52 sendUrl INFO 81 [662] R:OK -2015-03-11 09:19:41 queue INFO >>81 [663] -2015-03-11 09:19:42 sendUrl INFO 81 [663] R:OK -2015-03-11 09:20:32 queue INFO >>81 [664] -2015-03-11 09:20:32 sendUrl INFO 81 [664] R:OK -2015-03-11 09:21:22 queue INFO >>81 [665] -2015-03-11 09:21:22 sendUrl INFO 81 [665] R:OK -2015-03-11 09:22:02 queue INFO 99 [666] -2015-03-11 09:22:02 queue INFO >99 [667] -2015-03-11 09:22:02 sendUrl INFO 99 [666] R:OK -2015-03-11 09:22:02 sendUrl INFO 99 [667] R:OK -2015-03-11 09:22:34 queue INFO 8 [668] -2015-03-11 09:22:34 sendUrl INFO 8 [668] R:OK -2015-03-11 09:22:34 queue INFO >8 [669] -2015-03-11 09:22:34 sendUrl INFO 8 [669] R:OK -2015-03-11 09:23:24 queue INFO >>8 [670] -2015-03-11 09:23:24 sendUrl INFO 8 [670] R:OK -2015-03-11 09:24:14 queue INFO >>8 [671] -2015-03-11 09:24:14 sendUrl INFO 8 [671] R:OK -2015-03-11 09:25:04 queue INFO >>8 [672] -2015-03-11 09:25:04 sendUrl INFO 8 [672] R:OK -2015-03-11 09:25:54 queue INFO >>8 [673] -2015-03-11 09:25:54 sendUrl INFO 8 [673] R:OK -2015-03-11 09:26:44 queue INFO >>8 [674] -2015-03-11 09:26:45 sendUrl INFO 8 [674] R:OK -2015-03-11 09:27:34 queue INFO >>8 [675] -2015-03-11 09:27:35 sendUrl INFO 8 [675] R:OK -2015-03-11 09:28:25 queue INFO >>8 [676] -2015-03-11 09:28:25 sendUrl INFO 8 [676] R:OK -2015-03-11 09:29:15 queue INFO >>8 [677] -2015-03-11 09:29:15 sendUrl INFO 8 [677] R:OK -2015-03-11 09:30:05 queue INFO >>8 [678] -2015-03-11 09:30:05 sendUrl INFO 8 [678] R:OK -2015-03-11 09:30:55 queue INFO >>8 [679] -2015-03-11 09:30:55 sendUrl INFO 8 [679] R:OK -2015-03-11 09:31:45 queue INFO >>8 [680] -2015-03-11 09:31:45 sendUrl INFO 8 [680] R:OK -2015-03-11 09:32:23 queue INFO 99 [681] -2015-03-11 09:32:23 queue INFO >99 [682] -2015-03-11 09:32:23 sendUrl INFO 99 [681] R:OK -2015-03-11 09:32:24 sendUrl INFO 99 [682] R:OK -2015-03-11 09:33:13 queue INFO >>99 [683] -2015-03-11 09:33:13 sendUrl INFO 99 [683] R:OK -2015-03-11 09:34:03 queue INFO >>99 [684] -2015-03-11 09:34:03 sendUrl INFO 99 [684] R:OK -2015-03-11 09:34:53 queue INFO >>99 [685] -2015-03-11 09:34:54 sendUrl INFO 99 [685] R:OK -2015-03-11 09:35:16 queue INFO 89 [686] -2015-03-11 09:35:17 queue INFO >89 [687] -2015-03-11 09:35:17 sendUrl INFO 89 [686] R:OK -2015-03-11 09:35:17 sendUrl INFO 89 [687] R:OK -2015-03-11 09:35:20 queue INFO 81 [688] -2015-03-11 09:35:20 queue INFO >81 [689] -2015-03-11 09:35:21 sendUrl INFO 81 [688] R:OK -2015-03-11 09:35:21 sendUrl INFO 81 [689] R:OK -2015-03-11 09:35:27 queue INFO 83 [690] -2015-03-11 09:35:27 sendUrl INFO 83 [690] R:OK -2015-03-11 09:35:27 queue INFO >83 [691] -2015-03-11 09:35:27 sendUrl INFO 83 [691] R:OK -2015-03-11 09:35:50 queue INFO 87 [692] -2015-03-11 09:35:50 queue INFO >87 [693] -2015-03-11 09:35:50 sendUrl INFO 87 [692] R:OK -2015-03-11 09:35:50 sendUrl INFO 87 [693] R:OK -2015-03-11 09:35:51 queue INFO 83 [694] -2015-03-11 09:35:52 sendUrl INFO 83 [694] R:OK -2015-03-11 09:35:52 queue INFO >83 [695] -2015-03-11 09:35:52 sendUrl INFO 83 [695] R:OK -2015-03-11 09:35:56 queue INFO A3 [696] -2015-03-11 09:35:56 queue INFO >A3 [697] -2015-03-11 09:35:57 sendUrl INFO A3 [696] R:OK -2015-03-11 09:35:57 sendUrl INFO A3 [697] R:OK -2015-03-11 09:36:09 queue INFO 83 [698] -2015-03-11 09:36:09 queue INFO >83 [699] -2015-03-11 09:36:10 sendUrl INFO 83 [698] R:OK -2015-03-11 09:36:10 sendUrl INFO 83 [699] R:OK -2015-03-11 09:36:28 queue INFO A3 [700] -2015-03-11 09:36:28 sendUrl INFO A3 [700] R:OK -2015-03-11 09:36:28 queue INFO >A3 [701] -2015-03-11 09:36:28 queue INFO 83 [702] -2015-03-11 09:36:29 queue INFO >83 [703] -2015-03-11 09:36:29 sendUrl INFO A3 [701] R:OK -2015-03-11 09:36:29 sendUrl INFO 83 [702] R:OK -2015-03-11 09:36:30 sendUrl INFO 83 [703] R:OK -2015-03-11 09:36:37 queue INFO A3 [704] -2015-03-11 09:36:37 sendUrl INFO A3 [704] R:OK -2015-03-11 09:36:37 queue INFO >A3 [705] -2015-03-11 09:36:37 sendUrl INFO A3 [705] R:OK -2015-03-11 09:36:47 queue INFO 83 [706] -2015-03-11 09:36:47 queue INFO >83 [707] -2015-03-11 09:36:47 sendUrl INFO 83 [706] R:OK -2015-03-11 09:36:48 sendUrl INFO 83 [707] R:OK -2015-03-11 09:36:51 queue INFO A3 [708] -2015-03-11 09:36:51 queue INFO >A3 [709] -2015-03-11 09:36:51 sendUrl INFO A3 [708] R:OK -2015-03-11 09:36:51 sendUrl INFO A3 [709] R:OK -2015-03-11 09:36:54 queue INFO 83 [710] -2015-03-11 09:36:54 queue INFO >83 [711] -2015-03-11 09:36:54 sendUrl INFO 83 [710] R:OK -2015-03-11 09:36:55 sendUrl INFO 83 [711] R:OK -2015-03-11 09:37:02 queue INFO A3 [712] -2015-03-11 09:37:02 queue INFO >A3 [713] -2015-03-11 09:37:02 sendUrl INFO A3 [712] R:OK -2015-03-11 09:37:03 sendUrl INFO A3 [713] R:OK -2015-03-11 09:37:03 queue INFO 83 [714] -2015-03-11 09:37:03 queue INFO >83 [715] -2015-03-11 09:37:03 sendUrl INFO 83 [714] R:OK -2015-03-11 09:37:04 sendUrl INFO 83 [715] R:OK -2015-03-11 09:37:07 queue INFO A3 [716] -2015-03-11 09:37:07 queue INFO >A3 [717] -2015-03-11 09:37:07 sendUrl INFO A3 [716] R:OK -2015-03-11 09:37:08 sendUrl INFO A3 [717] R:OK -2015-03-11 09:37:09 queue INFO 83 [718] -2015-03-11 09:37:10 sendUrl INFO 83 [718] R:OK -2015-03-11 09:37:10 queue INFO >83 [719] -2015-03-11 09:37:10 sendUrl INFO 83 [719] R:OK -2015-03-11 09:37:20 queue INFO A3 [720] -2015-03-11 09:37:21 sendUrl INFO A3 [720] R:OK -2015-03-11 09:37:21 queue INFO >A3 [721] -2015-03-11 09:37:21 sendUrl INFO A3 [721] R:OK -2015-03-11 09:37:23 queue INFO 83 [722] -2015-03-11 09:37:23 queue INFO >83 [723] -2015-03-11 09:37:24 sendUrl INFO 83 [722] R:OK -2015-03-11 09:37:24 sendUrl INFO 83 [723] R:OK -2015-03-11 09:38:13 queue INFO >>83 [724] -2015-03-11 09:38:13 sendUrl INFO 83 [724] R:OK -2015-03-11 09:39:04 queue INFO >>83 [725] -2015-03-11 09:39:04 sendUrl INFO 83 [725] R:OK -2015-03-11 09:39:54 queue INFO >>83 [726] -2015-03-11 09:39:54 sendUrl INFO 83 [726] R:OK -2015-03-11 09:40:44 queue INFO >>83 [727] -2015-03-11 09:40:44 sendUrl INFO 83 [727] R:OK -2015-03-11 09:41:34 queue INFO >>83 [728] -2015-03-11 09:41:34 sendUrl INFO 83 [728] R:OK -2015-03-11 09:42:24 queue INFO >>83 [729] -2015-03-11 09:42:25 sendUrl INFO 83 [729] R:OK -2015-03-11 09:43:14 queue INFO >>83 [730] -2015-03-11 09:43:14 sendUrl INFO 83 [730] R:OK -2015-03-11 09:44:04 queue INFO >>83 [731] -2015-03-11 09:44:05 sendUrl INFO 83 [731] R:OK -2015-03-11 09:44:50 queue INFO 87 [732] -2015-03-11 09:44:50 sendUrl INFO 87 [732] R:OK -2015-03-11 09:44:50 queue INFO >87 [733] -2015-03-11 09:44:50 sendUrl INFO 87 [733] R:OK -2015-03-11 09:44:51 queue INFO 83 [734] -2015-03-11 09:44:51 queue INFO >83 [735] -2015-03-11 09:44:52 sendUrl INFO 83 [734] R:OK -2015-03-11 09:44:52 sendUrl INFO 83 [735] R:OK -2015-03-11 09:45:41 queue INFO >>83 [736] -2015-03-11 09:45:41 sendUrl INFO 83 [736] R:OK -2015-03-11 09:46:31 queue INFO >>83 [737] -2015-03-11 09:46:32 sendUrl INFO 83 [737] R:OK -2015-03-11 09:47:21 queue INFO >>83 [738] -2015-03-11 09:47:22 sendUrl INFO 83 [738] R:OK -2015-03-11 09:48:12 queue INFO >>83 [739] -2015-03-11 09:48:12 sendUrl INFO 83 [739] R:OK -2015-03-11 09:49:02 queue INFO >>83 [740] -2015-03-11 09:49:02 sendUrl INFO 83 [740] R:OK -2015-03-11 09:49:52 queue INFO >>83 [741] -2015-03-11 09:49:52 sendUrl INFO 83 [741] R:OK -2015-03-11 09:50:42 queue INFO >>83 [742] -2015-03-11 09:50:42 sendUrl INFO 83 [742] R:OK -2015-03-11 09:51:32 queue INFO >>83 [743] -2015-03-11 09:51:33 sendUrl INFO 83 [743] R:OK -2015-03-11 09:52:22 queue INFO >>83 [744] -2015-03-11 09:52:23 sendUrl INFO 83 [744] R:OK -2015-03-11 09:53:13 queue INFO >>83 [745] -2015-03-11 09:53:13 sendUrl INFO 83 [745] R:OK -2015-03-11 09:53:50 queue INFO 87 [746] -2015-03-11 09:53:50 queue INFO >87 [747] -2015-03-11 09:53:50 sendUrl INFO 87 [746] R:OK -2015-03-11 09:53:51 sendUrl INFO 87 [747] R:OK -2015-03-11 09:53:51 queue INFO 83 [748] -2015-03-11 09:53:52 queue INFO >83 [749] -2015-03-11 09:53:52 sendUrl INFO 83 [748] R:OK -2015-03-11 09:53:52 sendUrl INFO 83 [749] R:OK -2015-03-11 09:54:42 queue INFO >>83 [750] -2015-03-11 09:54:42 sendUrl INFO 83 [750] R:OK -2015-03-11 09:55:32 queue INFO >>83 [751] -2015-03-11 09:55:32 sendUrl INFO 83 [751] R:OK -2015-03-11 09:56:22 queue INFO >>83 [752] -2015-03-11 09:56:22 sendUrl INFO 83 [752] R:OK -2015-03-11 09:57:12 queue INFO >>83 [753] -2015-03-11 09:57:13 sendUrl INFO 83 [753] R:OK -2015-03-11 09:58:02 queue INFO >>83 [754] -2015-03-11 09:58:02 sendUrl INFO 83 [754] R:OK -2015-03-11 09:58:52 queue INFO >>83 [755] -2015-03-11 09:58:53 sendUrl INFO 83 [755] R:OK -2015-03-11 09:59:42 queue INFO >>83 [756] -2015-03-11 09:59:43 sendUrl INFO 83 [756] R:OK -2015-03-11 10:00:32 queue INFO >>83 [757] -2015-03-11 10:00:33 sendUrl INFO 83 [757] R:OK -2015-03-11 10:01:23 queue INFO >>83 [758] -2015-03-11 10:01:23 sendUrl INFO 83 [758] R:OK -2015-03-11 10:02:13 queue INFO >>83 [759] -2015-03-11 10:02:13 sendUrl INFO 83 [759] R:OK -2015-03-11 10:02:49 queue INFO 87 [760] -2015-03-11 10:02:50 queue INFO >87 [761] -2015-03-11 10:02:50 sendUrl INFO 87 [760] R:OK -2015-03-11 10:02:50 sendUrl INFO 87 [761] R:OK -2015-03-11 10:02:51 queue INFO 83 [762] -2015-03-11 10:02:51 queue INFO >83 [763] -2015-03-11 10:02:51 sendUrl INFO 83 [762] R:OK -2015-03-11 10:02:52 sendUrl INFO 83 [763] R:OK -2015-03-11 10:03:41 queue INFO >>83 [764] -2015-03-11 10:03:42 sendUrl INFO 83 [764] R:OK -2015-03-11 10:04:31 queue INFO >>83 [765] -2015-03-11 10:04:31 sendUrl INFO 83 [765] R:OK -2015-03-11 10:05:22 queue INFO >>83 [766] -2015-03-11 10:05:22 sendUrl INFO 83 [766] R:OK -2015-03-11 10:06:12 queue INFO >>83 [767] -2015-03-11 10:06:12 sendUrl INFO 83 [767] R:OK -2015-03-11 10:07:02 queue INFO >>83 [768] -2015-03-11 10:07:02 sendUrl INFO 83 [768] R:OK -2015-03-11 10:07:52 queue INFO >>83 [769] -2015-03-11 10:07:52 sendUrl INFO 83 [769] R:OK -2015-03-11 10:08:42 queue INFO >>83 [770] -2015-03-11 10:08:43 sendUrl INFO 83 [770] R:OK -2015-03-11 10:09:32 queue INFO >>83 [771] -2015-03-11 10:09:32 sendUrl INFO 83 [771] R:OK -2015-03-11 10:10:22 queue INFO >>83 [772] -2015-03-11 10:10:23 sendUrl INFO 83 [772] R:OK -2015-03-11 10:11:13 queue INFO >>83 [773] -2015-03-11 10:11:13 sendUrl INFO 83 [773] R:OK -2015-03-11 10:11:50 queue INFO 87 [774] -2015-03-11 10:11:50 queue INFO >87 [775] -2015-03-11 10:11:50 sendUrl INFO 87 [774] R:OK -2015-03-11 10:11:50 sendUrl INFO 87 [775] R:OK -2015-03-11 10:11:51 queue INFO 83 [776] -2015-03-11 10:11:51 sendUrl INFO 83 [776] R:OK -2015-03-11 10:11:52 queue INFO >83 [777] -2015-03-11 10:11:52 sendUrl INFO 83 [777] R:OK -2015-03-11 10:12:41 queue INFO >>83 [778] -2015-03-11 10:12:42 sendUrl INFO 83 [778] R:OK -2015-03-11 10:13:32 queue INFO >>83 [779] -2015-03-11 10:13:32 sendUrl INFO 83 [779] R:OK -2015-03-11 10:14:22 queue INFO >>83 [780] -2015-03-11 10:14:22 sendUrl INFO 83 [780] R:OK -2015-03-11 10:15:12 queue INFO >>83 [781] -2015-03-11 10:15:12 sendUrl INFO 83 [781] R:OK -2015-03-11 10:16:02 queue INFO >>83 [782] -2015-03-11 10:16:03 sendUrl INFO 83 [782] R:OK -2015-03-11 10:16:52 queue INFO >>83 [783] -2015-03-11 10:16:52 sendUrl INFO 83 [783] R:OK -2015-03-11 10:17:42 queue INFO >>83 [784] -2015-03-11 10:17:43 sendUrl INFO 83 [784] R:OK -2015-03-11 10:18:33 queue INFO >>83 [785] -2015-03-11 10:18:33 sendUrl INFO 83 [785] R:OK -2015-03-11 10:19:23 queue INFO >>83 [786] -2015-03-11 10:19:23 sendUrl INFO 83 [786] R:OK -2015-03-11 10:20:13 queue INFO >>83 [787] -2015-03-11 10:20:13 sendUrl INFO 83 [787] R:OK -2015-03-11 10:20:50 queue INFO 87 [788] -2015-03-11 10:20:50 queue INFO >87 [789] -2015-03-11 10:20:50 sendUrl INFO 87 [788] R:OK -2015-03-11 10:20:51 sendUrl INFO 87 [789] R:OK -2015-03-11 10:20:51 queue INFO 83 [790] -2015-03-11 10:20:51 queue INFO >83 [791] -2015-03-11 10:20:52 sendUrl INFO 83 [790] R:OK -2015-03-11 10:20:52 sendUrl INFO 83 [791] R:OK -2015-03-11 10:21:41 queue INFO >>83 [792] -2015-03-11 10:21:42 sendUrl INFO 83 [792] R:OK -2015-03-11 10:22:29 queue INFO A3 [793] -2015-03-11 10:22:29 queue INFO >A3 [794] -2015-03-11 10:22:30 sendUrl INFO A3 [793] R:OK -2015-03-11 10:22:30 sendUrl INFO A3 [794] R:OK -2015-03-11 10:22:31 queue INFO 83 [795] -2015-03-11 10:22:32 queue INFO >83 [796] -2015-03-11 10:22:32 sendUrl INFO 83 [795] R:OK -2015-03-11 10:22:32 sendUrl INFO 83 [796] R:OK -2015-03-11 10:23:21 queue INFO >>83 [797] -2015-03-11 10:23:22 sendUrl INFO 83 [797] R:OK -2015-03-11 10:24:12 queue INFO >>83 [798] -2015-03-11 10:24:12 sendUrl INFO 83 [798] R:OK -2015-03-11 10:25:02 queue INFO >>83 [799] -2015-03-11 10:25:02 sendUrl INFO 83 [799] R:OK -2015-03-11 10:25:52 queue INFO >>83 [800] -2015-03-11 10:25:52 sendUrl INFO 83 [800] R:OK -2015-03-11 10:26:42 queue INFO >>83 [801] -2015-03-11 10:26:42 sendUrl INFO 83 [801] R:OK -2015-03-11 10:27:32 queue INFO >>83 [802] -2015-03-11 10:27:33 sendUrl INFO 83 [802] R:OK -2015-03-11 10:28:22 queue INFO >>83 [803] -2015-03-11 10:28:23 sendUrl INFO 83 [803] R:OK -2015-03-11 10:29:13 queue INFO >>83 [804] -2015-03-11 10:29:13 sendUrl INFO 83 [804] R:OK -2015-03-11 10:29:50 queue INFO 87 [805] -2015-03-11 10:29:50 queue INFO >87 [806] -2015-03-11 10:29:51 sendUrl INFO 87 [805] R:OK -2015-03-11 10:29:51 sendUrl INFO 87 [806] R:OK -2015-03-11 10:29:52 queue INFO 83 [807] -2015-03-11 10:29:52 queue INFO >83 [808] -2015-03-11 10:29:52 sendUrl INFO 83 [807] R:OK -2015-03-11 10:29:53 sendUrl INFO 83 [808] R:OK -2015-03-11 10:30:42 queue INFO >>83 [809] -2015-03-11 10:30:42 sendUrl INFO 83 [809] R:OK -2015-03-11 10:31:32 queue INFO >>83 [810] -2015-03-11 10:31:32 sendUrl INFO 83 [810] R:OK -2015-03-11 10:32:22 queue INFO >>83 [811] -2015-03-11 10:32:23 sendUrl INFO 83 [811] R:OK -2015-03-11 10:33:12 queue INFO >>83 [812] -2015-03-11 10:33:13 sendUrl INFO 83 [812] R:OK -2015-03-11 10:34:03 queue INFO >>83 [813] -2015-03-11 10:34:03 sendUrl INFO 83 [813] R:OK -2015-03-11 10:34:53 queue INFO >>83 [814] -2015-03-11 10:34:53 sendUrl INFO 83 [814] R:OK -2015-03-11 10:35:43 queue INFO >>83 [815] -2015-03-11 10:35:43 sendUrl INFO 83 [815] R:OK -2015-03-11 10:36:33 queue INFO >>83 [816] -2015-03-11 10:36:33 sendUrl INFO 83 [816] R:OK -2015-03-11 10:37:23 queue INFO >>83 [817] -2015-03-11 10:37:24 sendUrl INFO 83 [817] R:OK -2015-03-11 10:38:13 queue INFO >>83 [818] -2015-03-11 10:38:13 sendUrl INFO 83 [818] R:OK -2015-03-11 10:38:50 queue INFO 87 [819] -2015-03-11 10:38:50 sendUrl INFO 87 [819] R:OK -2015-03-11 10:38:50 queue INFO >87 [820] -2015-03-11 10:38:51 sendUrl INFO 87 [820] R:OK -2015-03-11 10:38:52 queue INFO 83 [821] -2015-03-11 10:38:52 queue INFO >83 [822] -2015-03-11 10:38:52 sendUrl INFO 83 [821] R:OK -2015-03-11 10:38:53 sendUrl INFO 83 [822] R:OK -2015-03-11 10:39:42 queue INFO >>83 [823] -2015-03-11 10:39:42 sendUrl INFO 83 [823] R:OK -2015-03-11 10:40:32 queue INFO >>83 [824] -2015-03-11 10:40:32 sendUrl INFO 83 [824] R:OK -2015-03-11 10:41:22 queue INFO >>83 [825] -2015-03-11 10:41:22 sendUrl INFO 83 [825] R:OK -2015-03-11 10:42:12 queue INFO >>83 [826] -2015-03-11 10:42:13 sendUrl INFO 83 [826] R:OK -2015-03-11 10:43:02 queue INFO >>83 [827] -2015-03-11 10:43:03 sendUrl INFO 83 [827] R:OK -2015-03-11 10:43:53 queue INFO >>83 [828] -2015-03-11 10:43:53 sendUrl INFO 83 [828] R:OK -2015-03-11 10:44:43 queue INFO >>83 [829] -2015-03-11 10:44:43 sendUrl INFO 83 [829] R:OK -2015-03-11 10:45:33 queue INFO >>83 [830] -2015-03-11 10:45:33 sendUrl INFO 83 [830] R:OK -2015-03-11 10:46:23 queue INFO >>83 [831] -2015-03-11 10:46:23 sendUrl INFO 83 [831] R:OK -2015-03-11 10:47:13 queue INFO >>83 [832] -2015-03-11 10:47:14 sendUrl INFO 83 [832] R:OK -2015-03-11 10:47:50 queue INFO 87 [833] -2015-03-11 10:47:51 queue INFO >87 [834] -2015-03-11 10:47:51 sendUrl INFO 87 [833] R:OK -2015-03-11 10:47:51 sendUrl INFO 87 [834] R:OK -2015-03-11 10:47:52 queue INFO 83 [835] -2015-03-11 10:47:52 queue INFO >83 [836] -2015-03-11 10:47:52 sendUrl INFO 83 [835] R:OK -2015-03-11 10:47:53 sendUrl INFO 83 [836] R:OK -2015-03-11 10:48:42 queue INFO >>83 [837] -2015-03-11 10:48:43 sendUrl INFO 83 [837] R:OK -2015-03-11 10:49:32 queue INFO >>83 [838] -2015-03-11 10:49:33 sendUrl INFO 83 [838] R:OK -2015-03-11 10:50:22 queue INFO >>83 [839] -2015-03-11 10:50:23 sendUrl INFO 83 [839] R:OK -2015-03-11 10:51:13 queue INFO >>83 [840] -2015-03-11 10:51:13 sendUrl INFO 83 [840] R:OK -2015-03-11 10:52:03 queue INFO >>83 [841] -2015-03-11 10:52:03 sendUrl INFO 83 [841] R:OK -2015-03-11 10:52:53 queue INFO >>83 [842] -2015-03-11 10:52:53 sendUrl INFO 83 [842] R:OK -2015-03-11 10:53:43 queue INFO >>83 [843] -2015-03-11 10:53:43 sendUrl INFO 83 [843] R:OK -2015-03-11 10:54:33 queue INFO >>83 [844] -2015-03-11 10:54:33 sendUrl INFO 83 [844] R:OK -2015-03-11 10:55:23 queue INFO >>83 [845] -2015-03-11 10:55:24 sendUrl INFO 83 [845] R:OK -2015-03-11 10:56:13 queue INFO >>83 [846] -2015-03-11 10:56:14 sendUrl INFO 83 [846] R:OK -2015-03-11 10:56:50 queue INFO 87 [847] -2015-03-11 10:56:50 queue INFO >87 [848] -2015-03-11 10:56:50 sendUrl INFO 87 [847] R:OK -2015-03-11 10:56:51 sendUrl INFO 87 [848] R:OK -2015-03-11 10:56:52 queue INFO 83 [849] -2015-03-11 10:56:52 sendUrl INFO 83 [849] R:OK -2015-03-11 10:56:52 queue INFO >83 [850] -2015-03-11 10:56:52 sendUrl INFO 83 [850] R:OK -2015-03-11 10:57:42 queue INFO >>83 [851] -2015-03-11 10:57:42 sendUrl INFO 83 [851] R:OK -2015-03-11 10:58:32 queue INFO >>83 [852] -2015-03-11 10:58:33 sendUrl INFO 83 [852] R:OK -2015-03-11 10:59:22 queue INFO >>83 [853] -2015-03-11 10:59:22 sendUrl INFO 83 [853] R:OK -2015-03-11 11:00:12 queue INFO >>83 [854] -2015-03-11 11:00:13 sendUrl INFO 83 [854] R:OK -2015-03-11 11:01:03 queue INFO >>83 [855] -2015-03-11 11:01:03 sendUrl INFO 83 [855] R:OK -2015-03-11 11:01:53 queue INFO >>83 [856] -2015-03-11 11:01:53 sendUrl INFO 83 [856] R:OK -2015-03-11 11:02:43 queue INFO >>83 [857] -2015-03-11 11:02:43 sendUrl INFO 83 [857] R:OK -2015-03-11 11:03:33 queue INFO >>83 [858] -2015-03-11 11:03:33 sendUrl INFO 83 [858] R:OK -2015-03-11 11:04:23 queue INFO >>83 [859] -2015-03-11 11:04:23 sendUrl INFO 83 [859] R:OK -2015-03-11 11:05:13 queue INFO >>83 [860] -2015-03-11 11:05:14 sendUrl INFO 83 [860] R:OK -2015-03-11 11:05:50 queue INFO 87 [861] -2015-03-11 11:05:50 queue INFO >87 [862] -2015-03-11 11:05:51 sendUrl INFO 87 [861] R:OK -2015-03-11 11:05:51 sendUrl INFO 87 [862] R:OK -2015-03-11 11:05:52 queue INFO 83 [863] -2015-03-11 11:05:52 queue INFO >83 [864] -2015-03-11 11:05:52 sendUrl INFO 83 [863] R:OK -2015-03-11 11:05:53 sendUrl INFO 83 [864] R:OK -2015-03-11 11:06:42 queue INFO >>83 [865] -2015-03-11 11:06:42 sendUrl INFO 83 [865] R:OK -2015-03-11 11:07:32 queue INFO >>83 [866] -2015-03-11 11:07:33 sendUrl INFO 83 [866] R:OK -2015-03-11 11:08:22 queue INFO >>83 [867] -2015-03-11 11:08:23 sendUrl INFO 83 [867] R:OK -2015-03-11 11:09:12 queue INFO >>83 [868] -2015-03-11 11:09:13 sendUrl INFO 83 [868] R:OK -2015-03-11 11:10:03 queue INFO >>83 [869] -2015-03-11 11:10:03 sendUrl INFO 83 [869] R:OK -2015-03-11 11:10:53 queue INFO >>83 [870] -2015-03-11 11:10:53 sendUrl INFO 83 [870] R:OK -2015-03-11 11:11:43 queue INFO >>83 [871] -2015-03-11 11:11:43 sendUrl INFO 83 [871] R:OK -2015-03-11 11:12:33 queue INFO >>83 [872] -2015-03-11 11:12:33 sendUrl INFO 83 [872] R:OK -2015-03-11 11:13:23 queue INFO >>83 [873] -2015-03-11 11:13:24 sendUrl INFO 83 [873] R:OK -2015-03-11 11:14:13 queue INFO >>83 [874] -2015-03-11 11:14:14 sendUrl INFO 83 [874] R:OK -2015-03-11 11:14:50 queue INFO 87 [875] -2015-03-11 11:14:50 queue INFO >87 [876] -2015-03-11 11:14:51 sendUrl INFO 87 [875] R:OK -2015-03-11 11:14:51 sendUrl INFO 87 [876] R:OK -2015-03-11 11:14:52 queue INFO 83 [877] -2015-03-11 11:14:52 queue INFO >83 [878] -2015-03-11 11:14:52 sendUrl INFO 83 [877] R:OK -2015-03-11 11:14:53 sendUrl INFO 83 [878] R:OK -2015-03-11 11:15:42 queue INFO >>83 [879] -2015-03-11 11:15:42 sendUrl INFO 83 [879] R:OK -2015-03-11 11:16:32 queue INFO >>83 [880] -2015-03-11 11:16:32 sendUrl INFO 83 [880] R:OK -2015-03-11 11:17:22 queue INFO >>83 [881] -2015-03-11 11:17:23 sendUrl INFO 83 [881] R:OK -2015-03-11 11:18:12 queue INFO >>83 [882] -2015-03-11 11:18:12 sendUrl INFO 83 [882] R:OK -2015-03-11 11:19:02 queue INFO >>83 [883] -2015-03-11 11:19:03 sendUrl INFO 83 [883] R:OK -2015-03-11 11:19:53 queue INFO >>83 [884] -2015-03-11 11:19:53 sendUrl INFO 83 [884] R:OK -2015-03-11 11:20:43 queue INFO >>83 [885] -2015-03-11 11:20:43 sendUrl INFO 83 [885] R:OK -2015-03-11 11:21:33 queue INFO >>83 [886] -2015-03-11 11:21:33 sendUrl INFO 83 [886] R:OK -2015-03-11 11:22:23 queue INFO >>83 [887] -2015-03-11 11:22:23 sendUrl INFO 83 [887] R:OK -2015-03-11 11:23:13 queue INFO >>83 [888] -2015-03-11 11:23:14 sendUrl INFO 83 [888] R:OK -2015-03-11 11:23:51 queue INFO 87 [889] -2015-03-11 11:23:51 queue INFO >87 [890] -2015-03-11 11:23:51 sendUrl INFO 87 [889] R:OK -2015-03-11 11:23:52 sendUrl INFO 87 [890] R:OK -2015-03-11 11:23:52 queue INFO 83 [891] -2015-03-11 11:23:53 queue INFO >83 [892] -2015-03-11 11:23:53 sendUrl INFO 83 [891] R:OK -2015-03-11 11:23:53 sendUrl INFO 83 [892] R:OK -2015-03-11 11:24:43 queue INFO >>83 [893] -2015-03-11 11:24:43 sendUrl INFO 83 [893] R:OK -2015-03-11 11:25:33 queue INFO >>83 [894] -2015-03-11 11:25:33 sendUrl INFO 83 [894] R:OK -2015-03-11 11:26:23 queue INFO >>83 [895] -2015-03-11 11:26:23 sendUrl INFO 83 [895] R:OK -2015-03-11 11:27:13 queue INFO >>83 [896] -2015-03-11 11:27:13 sendUrl INFO 83 [896] R:OK -2015-03-11 11:28:03 queue INFO >>83 [897] -2015-03-11 11:28:03 sendUrl INFO 83 [897] R:OK -2015-03-11 11:28:53 queue INFO >>83 [898] -2015-03-11 11:28:54 sendUrl INFO 83 [898] R:OK -2015-03-11 11:29:43 queue INFO >>83 [899] -2015-03-11 11:29:44 sendUrl INFO 83 [899] R:OK -2015-03-11 11:30:34 queue INFO >>83 [900] -2015-03-11 11:30:34 sendUrl INFO 83 [900] R:OK -2015-03-11 11:31:24 queue INFO >>83 [901] -2015-03-11 11:31:24 sendUrl INFO 83 [901] R:OK -2015-03-11 11:32:14 queue INFO >>83 [902] -2015-03-11 11:32:14 sendUrl INFO 83 [902] R:OK -2015-03-11 11:32:51 queue INFO 87 [903] -2015-03-11 11:32:51 queue INFO >87 [904] -2015-03-11 11:32:51 sendUrl INFO 87 [903] R:OK -2015-03-11 11:32:52 sendUrl INFO 87 [904] R:OK -2015-03-11 11:32:52 queue INFO 83 [905] -2015-03-11 11:32:53 queue INFO >83 [906] -2015-03-11 11:32:53 sendUrl INFO 83 [905] R:OK -2015-03-11 11:32:53 sendUrl INFO 83 [906] R:OK -2015-03-11 11:33:43 queue INFO >>83 [907] -2015-03-11 11:33:43 sendUrl INFO 83 [907] R:OK -2015-03-11 11:34:33 queue INFO >>83 [908] -2015-03-11 11:34:33 sendUrl INFO 83 [908] R:OK -2015-03-11 11:35:23 queue INFO >>83 [909] -2015-03-11 11:35:23 sendUrl INFO 83 [909] R:OK -2015-03-11 11:36:13 queue INFO >>83 [910] -2015-03-11 11:36:13 sendUrl INFO 83 [910] R:OK -2015-03-11 11:37:03 queue INFO >>83 [911] -2015-03-11 11:37:04 sendUrl INFO 83 [911] R:OK -2015-03-11 11:37:53 queue INFO >>83 [912] -2015-03-11 11:37:54 sendUrl INFO 83 [912] R:OK -2015-03-11 11:38:43 queue INFO >>83 [913] -2015-03-11 11:38:44 sendUrl INFO 83 [913] R:OK -2015-03-11 11:39:34 queue INFO >>83 [914] -2015-03-11 11:39:34 sendUrl INFO 83 [914] R:OK -2015-03-11 11:40:24 queue INFO >>83 [915] -2015-03-11 11:40:24 sendUrl INFO 83 [915] R:OK -2015-03-11 11:41:14 queue INFO >>83 [916] -2015-03-11 11:41:14 sendUrl INFO 83 [916] R:OK -2015-03-11 11:41:51 queue INFO 87 [917] -2015-03-11 11:41:51 sendUrl INFO 87 [917] R:OK -2015-03-11 11:41:51 queue INFO >87 [918] -2015-03-11 11:41:51 sendUrl INFO 87 [918] R:OK -2015-03-11 11:41:52 queue INFO 83 [919] -2015-03-11 11:41:53 queue INFO >83 [920] -2015-03-11 11:41:53 sendUrl INFO 83 [919] R:OK -2015-03-11 11:41:54 sendUrl INFO 83 [920] R:OK -2015-03-11 11:42:43 queue INFO >>83 [921] -2015-03-11 11:42:43 sendUrl INFO 83 [921] R:OK -2015-03-11 11:43:33 queue INFO >>83 [922] -2015-03-11 11:43:33 sendUrl INFO 83 [922] R:OK -2015-03-11 11:44:23 queue INFO >>83 [923] -2015-03-11 11:44:23 sendUrl INFO 83 [923] R:OK -2015-03-11 11:45:13 queue INFO >>83 [924] -2015-03-11 11:45:13 sendUrl INFO 83 [924] R:OK -2015-03-11 11:46:03 queue INFO >>83 [925] -2015-03-11 11:46:04 sendUrl INFO 83 [925] R:OK -2015-03-11 11:46:53 queue INFO >>83 [926] -2015-03-11 11:46:54 sendUrl INFO 83 [926] R:OK -2015-03-11 11:47:44 queue INFO >>83 [927] -2015-03-11 11:47:44 sendUrl INFO 83 [927] R:OK -2015-03-11 11:48:34 queue INFO >>83 [928] -2015-03-11 11:48:34 sendUrl INFO 83 [928] R:OK -2015-03-11 11:49:24 queue INFO >>83 [929] -2015-03-11 11:49:24 sendUrl INFO 83 [929] R:OK -2015-03-11 11:50:14 queue INFO >>83 [930] -2015-03-11 11:50:14 sendUrl INFO 83 [930] R:OK -2015-03-11 11:50:51 queue INFO 87 [931] -2015-03-11 11:50:51 queue INFO >87 [932] -2015-03-11 11:50:51 sendUrl INFO 87 [931] R:OK -2015-03-11 11:50:52 sendUrl INFO 87 [932] R:OK -2015-03-11 11:50:52 queue INFO 83 [933] -2015-03-11 11:50:52 queue INFO >83 [934] -2015-03-11 11:50:53 sendUrl INFO 83 [933] R:OK -2015-03-11 11:50:53 sendUrl INFO 83 [934] R:OK -2015-03-11 11:51:42 queue INFO >>83 [935] -2015-03-11 11:51:43 sendUrl INFO 83 [935] R:OK -2015-03-11 11:52:33 queue INFO >>83 [936] -2015-03-11 11:52:33 sendUrl INFO 83 [936] R:OK -2015-03-11 11:53:23 queue INFO >>83 [937] -2015-03-11 11:53:23 sendUrl INFO 83 [937] R:OK -2015-03-11 11:54:13 queue INFO >>83 [938] -2015-03-11 11:54:13 sendUrl INFO 83 [938] R:OK -2015-03-11 11:55:03 queue INFO >>83 [939] -2015-03-11 11:55:03 sendUrl INFO 83 [939] R:OK -2015-03-11 11:55:53 queue INFO >>83 [940] -2015-03-11 11:55:53 sendUrl INFO 83 [940] R:OK -2015-03-11 11:56:43 queue INFO >>83 [941] -2015-03-11 11:56:43 sendUrl INFO 83 [941] R:OK -2015-03-11 11:57:33 queue INFO >>83 [942] -2015-03-11 11:57:34 sendUrl INFO 83 [942] R:OK -2015-03-11 11:58:23 queue INFO >>83 [943] -2015-03-11 11:58:24 sendUrl INFO 83 [943] R:OK -2015-03-11 11:59:14 queue INFO >>83 [944] -2015-03-11 11:59:14 sendUrl INFO 83 [944] R:OK -2015-03-11 11:59:51 queue INFO 87 [945] -2015-03-11 11:59:51 queue INFO >87 [946] -2015-03-11 11:59:51 sendUrl INFO 87 [945] R:OK -2015-03-11 11:59:52 sendUrl INFO 87 [946] R:OK -2015-03-11 11:59:52 queue INFO 83 [947] -2015-03-11 11:59:53 queue INFO >83 [948] -2015-03-11 11:59:53 sendUrl INFO 83 [947] R:OK -2015-03-11 11:59:53 sendUrl INFO 83 [948] R:OK -2015-03-11 12:00:43 queue INFO >>83 [949] -2015-03-11 12:00:43 sendUrl INFO 83 [949] R:OK -2015-03-11 12:01:33 queue INFO >>83 [950] -2015-03-11 12:01:33 sendUrl INFO 83 [950] R:OK -2015-03-11 12:02:23 queue INFO >>83 [951] -2015-03-11 12:02:23 sendUrl INFO 83 [951] R:OK -2015-03-11 12:03:13 queue INFO >>83 [952] -2015-03-11 12:03:13 sendUrl INFO 83 [952] R:OK -2015-03-11 12:04:03 queue INFO >>83 [953] -2015-03-11 12:04:03 sendUrl INFO 83 [953] R:OK -2015-03-11 12:04:53 queue INFO >>83 [954] -2015-03-11 12:04:54 sendUrl INFO 83 [954] R:OK -2015-03-11 12:05:43 queue INFO >>83 [955] -2015-03-11 12:05:44 sendUrl INFO 83 [955] R:OK -2015-03-11 12:06:34 queue INFO >>83 [956] -2015-03-11 12:06:34 sendUrl INFO 83 [956] R:OK -2015-03-11 12:07:24 queue INFO >>83 [957] -2015-03-11 12:07:24 sendUrl INFO 83 [957] R:OK -2015-03-11 12:08:14 queue INFO >>83 [958] -2015-03-11 12:08:14 sendUrl INFO 83 [958] R:OK -2015-03-11 12:08:51 queue INFO 87 [959] -2015-03-11 12:08:51 queue INFO >87 [960] -2015-03-11 12:08:51 sendUrl INFO 87 [959] R:OK -2015-03-11 12:08:51 sendUrl INFO 87 [960] R:OK -2015-03-11 12:08:52 queue INFO 83 [961] -2015-03-11 12:08:52 sendUrl INFO 83 [961] R:OK -2015-03-11 12:08:52 queue INFO >83 [962] -2015-03-11 12:08:53 sendUrl INFO 83 [962] R:OK -2015-03-11 12:09:42 queue INFO >>83 [963] -2015-03-11 12:09:43 sendUrl INFO 83 [963] R:OK -2015-03-11 12:10:33 queue INFO >>83 [964] -2015-03-11 12:10:33 sendUrl INFO 83 [964] R:OK -2015-03-11 12:11:23 queue INFO >>83 [965] -2015-03-11 12:11:23 sendUrl INFO 83 [965] R:OK -2015-03-11 12:12:13 queue INFO >>83 [966] -2015-03-11 12:12:13 sendUrl INFO 83 [966] R:OK -2015-03-11 12:13:03 queue INFO >>83 [967] -2015-03-11 12:13:04 sendUrl INFO 83 [967] R:OK -2015-03-11 12:13:53 queue INFO >>83 [968] -2015-03-11 12:13:53 sendUrl INFO 83 [968] R:OK -2015-03-11 12:14:43 queue INFO >>83 [969] -2015-03-11 12:14:44 sendUrl INFO 83 [969] R:OK -2015-03-11 12:15:33 queue INFO >>83 [970] -2015-03-11 12:15:34 sendUrl INFO 83 [970] R:OK -2015-03-11 12:16:24 queue INFO >>83 [971] -2015-03-11 12:16:24 sendUrl INFO 83 [971] R:OK -2015-03-11 12:17:14 queue INFO >>83 [972] -2015-03-11 12:17:14 sendUrl INFO 83 [972] R:OK -2015-03-11 12:17:37 queue INFO 81 [973] -2015-03-11 12:17:37 queue INFO >81 [974] -2015-03-11 12:17:37 sendUrl INFO 81 [973] R:OK -2015-03-11 12:17:38 sendUrl INFO 81 [974] R:OK -2015-03-11 12:18:11 queue INFO 83 [975] -2015-03-11 12:18:11 queue INFO >83 [976] -2015-03-11 12:18:11 sendUrl INFO 83 [975] R:OK -2015-03-11 12:18:12 sendUrl INFO 83 [976] R:OK -2015-03-11 12:18:32 queue INFO 87 [977] -2015-03-11 12:18:32 queue INFO >87 [978] -2015-03-11 12:18:32 sendUrl INFO 87 [977] R:OK -2015-03-11 12:18:33 sendUrl INFO 87 [978] R:OK -2015-03-11 12:18:33 queue INFO 83 [979] -2015-03-11 12:18:34 queue INFO >83 [980] -2015-03-11 12:18:34 sendUrl INFO 83 [979] R:OK -2015-03-11 12:18:34 sendUrl INFO 83 [980] R:OK -2015-03-11 12:19:10 queue INFO A3 [981] -2015-03-11 12:19:10 queue INFO >A3 [982] -2015-03-11 12:19:10 sendUrl INFO A3 [981] R:OK -2015-03-11 12:19:10 sendUrl INFO A3 [982] R:OK -2015-03-11 12:19:24 queue INFO 83 [983] -2015-03-11 12:19:24 sendUrl INFO 83 [983] R:OK -2015-03-11 12:19:24 queue INFO >83 [984] -2015-03-11 12:19:25 sendUrl INFO 83 [984] R:OK -2015-03-11 12:19:32 queue INFO A3 [985] -2015-03-11 12:19:32 queue INFO >A3 [986] -2015-03-11 12:19:33 sendUrl INFO A3 [985] R:OK -2015-03-11 12:19:33 sendUrl INFO A3 [986] R:OK -2015-03-11 12:19:39 queue INFO 83 [987] -2015-03-11 12:19:39 queue INFO >83 [988] -2015-03-11 12:19:40 sendUrl INFO 83 [987] R:OK -2015-03-11 12:19:40 sendUrl INFO 83 [988] R:OK -2015-03-11 12:19:43 queue INFO A3 [989] -2015-03-11 12:19:43 queue INFO >A3 [990] -2015-03-11 12:19:43 sendUrl INFO A3 [989] R:OK -2015-03-11 12:19:44 sendUrl INFO A3 [990] R:OK -2015-03-11 12:19:46 queue INFO 83 [991] -2015-03-11 12:19:47 queue INFO >83 [992] -2015-03-11 12:19:47 sendUrl INFO 83 [991] R:OK -2015-03-11 12:19:47 sendUrl INFO 83 [992] R:OK -2015-03-11 12:19:55 queue INFO A3 [993] -2015-03-11 12:19:55 queue INFO >A3 [994] -2015-03-11 12:19:55 sendUrl INFO A3 [993] R:OK -2015-03-11 12:19:56 sendUrl INFO A3 [994] R:OK -2015-03-11 12:19:56 queue INFO 83 [995] -2015-03-11 12:19:56 queue INFO >83 [996] -2015-03-11 12:19:56 sendUrl INFO 83 [995] R:OK -2015-03-11 12:19:57 sendUrl INFO 83 [996] R:OK -2015-03-11 12:20:03 queue INFO A3 [997] -2015-03-11 12:20:04 queue INFO >A3 [998] -2015-03-11 12:20:04 sendUrl INFO A3 [997] R:OK -2015-03-11 12:20:04 sendUrl INFO A3 [998] R:OK -2015-03-11 12:20:21 queue INFO 83 [999] -2015-03-11 12:20:21 queue INFO >83 [0] -2015-03-11 12:20:21 sendUrl INFO 83 [999] R:OK -2015-03-11 12:20:22 sendUrl INFO 83 [0] R:OK -2015-03-11 12:20:30 queue INFO A3 [1] -2015-03-11 12:20:30 queue INFO >A3 [2] -2015-03-11 12:20:30 sendUrl INFO A3 [1] R:OK -2015-03-11 12:20:31 sendUrl INFO A3 [2] R:OK -2015-03-11 12:20:32 queue INFO 83 [3] -2015-03-11 12:20:32 sendUrl INFO 83 [3] R:OK -2015-03-11 12:20:32 queue INFO >83 [4] -2015-03-11 12:20:33 sendUrl INFO 83 [4] R:OK -2015-03-11 12:21:22 queue INFO >>83 [5] -2015-03-11 12:21:22 sendUrl INFO 83 [5] R:OK -2015-03-11 12:22:12 queue INFO >>83 [6] -2015-03-11 12:22:13 sendUrl INFO 83 [6] R:OK -2015-03-11 12:23:02 queue INFO >>83 [7] -2015-03-11 12:23:03 sendUrl INFO 83 [7] R:OK -2015-03-11 12:23:53 queue INFO >>83 [8] -2015-03-11 12:23:53 sendUrl INFO 83 [8] R:OK -2015-03-11 12:24:43 queue INFO >>83 [9] -2015-03-11 12:24:43 sendUrl INFO 83 [9] R:OK -2015-03-11 12:25:33 queue INFO >>83 [10] -2015-03-11 12:25:33 sendUrl INFO 83 [10] R:OK -2015-03-11 12:26:23 queue INFO >>83 [11] -2015-03-11 12:26:23 sendUrl INFO 83 [11] R:OK -2015-03-11 12:27:13 queue INFO >>83 [12] -2015-03-11 12:27:13 sendUrl INFO 83 [12] R:OK -2015-03-11 12:27:32 queue INFO 87 [13] -2015-03-11 12:27:32 queue INFO >87 [14] -2015-03-11 12:27:32 sendUrl INFO 87 [13] R:OK -2015-03-11 12:27:32 sendUrl INFO 87 [14] R:OK -2015-03-11 12:27:33 queue INFO 83 [15] -2015-03-11 12:27:33 sendUrl INFO 83 [15] R:OK -2015-03-11 12:27:33 queue INFO >83 [16] -2015-03-11 12:27:34 sendUrl INFO 83 [16] R:OK -2015-03-11 12:28:23 queue INFO >>83 [17] -2015-03-11 12:28:24 sendUrl INFO 83 [17] R:OK -2015-03-11 12:29:14 queue INFO >>83 [18] -2015-03-11 12:29:14 sendUrl INFO 83 [18] R:OK -2015-03-11 12:30:04 queue INFO >>83 [19] -2015-03-11 12:30:04 sendUrl INFO 83 [19] R:OK -2015-03-11 12:30:54 queue INFO >>83 [20] -2015-03-11 12:30:54 sendUrl INFO 83 [20] R:OK -2015-03-11 12:31:44 queue INFO >>83 [21] -2015-03-11 12:31:45 sendUrl INFO 83 [21] R:OK -2015-03-11 12:32:34 queue INFO >>83 [22] -2015-03-11 12:32:34 sendUrl INFO 83 [22] R:OK -2015-03-11 12:33:24 queue INFO >>83 [23] -2015-03-11 12:33:25 sendUrl INFO 83 [23] R:OK -2015-03-11 12:34:14 queue INFO >>83 [24] -2015-03-11 12:34:15 sendUrl INFO 83 [24] R:OK -2015-03-11 12:35:05 queue INFO >>83 [25] -2015-03-11 12:35:05 sendUrl INFO 83 [25] R:OK -2015-03-11 12:35:55 queue INFO >>83 [26] -2015-03-11 12:35:55 sendUrl INFO 83 [26] R:OK -2015-03-11 12:36:32 queue INFO 87 [27] -2015-03-11 12:36:32 queue INFO >87 [28] -2015-03-11 12:36:32 sendUrl INFO 87 [27] R:OK -2015-03-11 12:36:33 sendUrl INFO 87 [28] R:OK -2015-03-11 12:36:33 queue INFO 83 [29] -2015-03-11 12:36:34 sendUrl INFO 83 [29] R:OK -2015-03-11 12:36:34 queue INFO >83 [30] -2015-03-11 12:36:34 sendUrl INFO 83 [30] R:OK -2015-03-11 12:37:24 queue INFO >>83 [31] -2015-03-11 12:37:24 sendUrl INFO 83 [31] R:OK -2015-03-11 12:38:14 queue INFO >>83 [32] -2015-03-11 12:38:14 sendUrl INFO 83 [32] R:OK -2015-03-11 12:39:04 queue INFO >>83 [33] -2015-03-11 12:39:04 sendUrl INFO 83 [33] R:OK -2015-03-11 12:39:54 queue INFO >>83 [34] -2015-03-11 12:39:54 sendUrl INFO 83 [34] R:OK -2015-03-11 12:40:44 queue INFO >>83 [35] -2015-03-11 12:40:44 sendUrl INFO 83 [35] R:OK -2015-03-11 12:41:34 queue INFO >>83 [36] -2015-03-11 12:41:35 sendUrl INFO 83 [36] R:OK -2015-03-11 12:42:24 queue INFO >>83 [37] -2015-03-11 12:42:25 sendUrl INFO 83 [37] R:OK -2015-03-11 12:43:15 queue INFO >>83 [38] -2015-03-11 12:43:15 sendUrl INFO 83 [38] R:OK -2015-03-11 12:44:05 queue INFO >>83 [39] -2015-03-11 12:44:05 sendUrl INFO 83 [39] R:OK -2015-03-11 12:44:55 queue INFO >>83 [40] -2015-03-11 12:44:55 sendUrl INFO 83 [40] R:OK -2015-03-11 12:45:32 queue INFO 87 [41] -2015-03-11 12:45:32 queue INFO >87 [42] -2015-03-11 12:45:32 sendUrl INFO 87 [41] R:OK -2015-03-11 12:45:33 sendUrl INFO 87 [42] R:OK -2015-03-11 12:45:33 queue INFO 83 [43] -2015-03-11 12:45:33 queue INFO >83 [44] -2015-03-11 12:45:34 sendUrl INFO 83 [43] R:OK -2015-03-11 12:45:34 sendUrl INFO 83 [44] R:OK -2015-03-11 12:46:23 queue INFO >>83 [45] -2015-03-11 12:46:23 sendUrl INFO 83 [45] R:OK -2015-03-11 12:47:13 queue INFO >>83 [46] -2015-03-11 12:47:14 sendUrl INFO 83 [46] R:OK -2015-03-11 12:48:04 queue INFO >>83 [47] -2015-03-11 12:48:04 sendUrl INFO 83 [47] R:OK -2015-03-11 12:48:54 queue INFO >>83 [48] -2015-03-11 12:48:54 sendUrl INFO 83 [48] R:OK -2015-03-11 12:49:44 queue INFO >>83 [49] -2015-03-11 12:49:44 sendUrl INFO 83 [49] R:OK -2015-03-11 12:50:34 queue INFO >>83 [50] -2015-03-11 12:50:35 sendUrl INFO 83 [50] R:OK -2015-03-11 12:51:24 queue INFO >>83 [51] -2015-03-11 12:51:24 sendUrl INFO 83 [51] R:OK -2015-03-11 12:52:14 queue INFO >>83 [52] -2015-03-11 12:52:15 sendUrl INFO 83 [52] R:OK -2015-03-11 12:53:05 queue INFO >>83 [53] -2015-03-11 12:53:05 sendUrl INFO 83 [53] R:OK -2015-03-11 12:53:55 queue INFO >>83 [54] -2015-03-11 12:53:55 sendUrl INFO 83 [54] R:OK -2015-03-11 12:54:32 queue INFO 87 [55] -2015-03-11 12:54:32 queue INFO >87 [56] -2015-03-11 12:54:32 sendUrl INFO 87 [55] R:OK -2015-03-11 12:54:33 sendUrl INFO 87 [56] R:OK -2015-03-11 12:54:33 queue INFO 83 [57] -2015-03-11 12:54:34 queue INFO >83 [58] -2015-03-11 12:54:34 sendUrl INFO 83 [57] R:OK -2015-03-11 12:54:34 sendUrl INFO 83 [58] R:OK -2015-03-11 12:55:24 queue INFO >>83 [59] -2015-03-11 12:55:24 sendUrl INFO 83 [59] R:OK -2015-03-11 12:56:14 queue INFO >>83 [60] -2015-03-11 12:56:14 sendUrl INFO 83 [60] R:OK -2015-03-11 12:57:04 queue INFO >>83 [61] -2015-03-11 12:57:04 sendUrl INFO 83 [61] R:OK -2015-03-11 12:57:54 queue INFO >>83 [62] -2015-03-11 12:57:55 sendUrl INFO 83 [62] R:OK -2015-03-11 12:58:44 queue INFO >>83 [63] -2015-03-11 12:58:44 sendUrl INFO 83 [63] R:OK -2015-03-11 12:59:34 queue INFO >>83 [64] -2015-03-11 12:59:35 sendUrl INFO 83 [64] R:OK -2015-03-11 13:00:24 queue INFO >>83 [65] -2015-03-11 13:00:25 sendUrl INFO 83 [65] R:OK -2015-03-11 13:01:15 queue INFO >>83 [66] -2015-03-11 13:01:15 sendUrl INFO 83 [66] R:OK -2015-03-11 13:02:05 queue INFO >>83 [67] -2015-03-11 13:02:05 sendUrl INFO 83 [67] R:OK -2015-03-11 13:02:55 queue INFO >>83 [68] -2015-03-11 13:02:55 sendUrl INFO 83 [68] R:OK -2015-03-11 13:03:32 queue INFO 87 [69] -2015-03-11 13:03:32 queue INFO >87 [70] -2015-03-11 13:03:32 sendUrl INFO 87 [69] R:OK -2015-03-11 13:03:32 sendUrl INFO 87 [70] R:OK -2015-03-11 13:03:33 queue INFO 83 [71] -2015-03-11 13:03:33 queue INFO >83 [72] -2015-03-11 13:03:33 sendUrl INFO 83 [71] R:OK -2015-03-11 13:03:34 sendUrl INFO 83 [72] R:OK -2015-03-11 13:04:23 queue INFO >>83 [73] -2015-03-11 13:04:24 sendUrl INFO 83 [73] R:OK -2015-03-11 13:05:13 queue INFO >>83 [74] -2015-03-11 13:05:14 sendUrl INFO 83 [74] R:OK -2015-03-11 13:06:03 queue INFO >>83 [75] -2015-03-11 13:06:04 sendUrl INFO 83 [75] R:OK -2015-03-11 13:06:54 queue INFO >>83 [76] -2015-03-11 13:06:54 sendUrl INFO 83 [76] R:OK -2015-03-11 13:07:44 queue INFO >>83 [77] -2015-03-11 13:07:44 sendUrl INFO 83 [77] R:OK -2015-03-11 13:08:34 queue INFO >>83 [78] -2015-03-11 13:08:34 sendUrl INFO 83 [78] R:OK -2015-03-11 13:09:24 queue INFO >>83 [79] -2015-03-11 13:09:25 sendUrl INFO 83 [79] R:OK -2015-03-11 13:10:14 queue INFO >>83 [80] -2015-03-11 13:10:15 sendUrl INFO 83 [80] R:OK -2015-03-11 13:11:04 queue INFO >>83 [81] -2015-03-11 13:11:05 sendUrl INFO 83 [81] R:OK -2015-03-11 13:11:55 queue INFO >>83 [82] -2015-03-11 13:11:55 sendUrl INFO 83 [82] R:OK -2015-03-11 13:12:32 queue INFO 87 [83] -2015-03-11 13:12:32 queue INFO >87 [84] -2015-03-11 13:12:32 sendUrl INFO 87 [83] R:OK -2015-03-11 13:12:33 sendUrl INFO 87 [84] R:OK -2015-03-11 13:12:34 queue INFO 83 [85] -2015-03-11 13:12:34 queue INFO >83 [86] -2015-03-11 13:12:34 sendUrl INFO 83 [85] R:OK -2015-03-11 13:12:34 sendUrl INFO 83 [86] R:OK -2015-03-11 13:13:24 queue INFO >>83 [87] -2015-03-11 13:13:24 sendUrl INFO 83 [87] R:OK -2015-03-11 13:14:14 queue INFO >>83 [88] -2015-03-11 13:14:14 sendUrl INFO 83 [88] R:OK -2015-03-11 13:15:04 queue INFO >>83 [89] -2015-03-11 13:15:04 sendUrl INFO 83 [89] R:OK -2015-03-11 13:15:54 queue INFO >>83 [90] -2015-03-11 13:15:55 sendUrl INFO 83 [90] R:OK -2015-03-11 13:16:44 queue INFO >>83 [91] -2015-03-11 13:16:45 sendUrl INFO 83 [91] R:OK -2015-03-11 13:17:35 queue INFO >>83 [92] -2015-03-11 13:17:35 sendUrl INFO 83 [92] R:OK -2015-03-11 13:18:25 queue INFO >>83 [93] -2015-03-11 13:18:25 sendUrl INFO 83 [93] R:OK -2015-03-11 13:19:15 queue INFO >>83 [94] -2015-03-11 13:19:15 sendUrl INFO 83 [94] R:OK -2015-03-11 13:20:05 queue INFO >>83 [95] -2015-03-11 13:20:05 sendUrl INFO 83 [95] R:OK -2015-03-11 13:20:55 queue INFO >>83 [96] -2015-03-11 13:20:56 sendUrl INFO 83 [96] R:OK -2015-03-11 13:21:32 queue INFO 87 [97] -2015-03-11 13:21:32 sendUrl INFO 87 [97] R:OK -2015-03-11 13:21:32 queue INFO >87 [98] -2015-03-11 13:21:33 sendUrl INFO 87 [98] R:OK -2015-03-11 13:21:34 queue INFO 83 [99] -2015-03-11 13:21:34 queue INFO >83 [100] -2015-03-11 13:21:34 sendUrl INFO 83 [99] R:OK -2015-03-11 13:21:35 sendUrl INFO 83 [100] R:OK -2015-03-11 13:22:24 queue INFO >>83 [101] -2015-03-11 13:22:24 sendUrl INFO 83 [101] R:OK -2015-03-11 13:23:14 queue INFO >>83 [102] -2015-03-11 13:23:14 sendUrl INFO 83 [102] R:OK -2015-03-11 13:24:04 queue INFO >>83 [103] -2015-03-11 13:24:05 sendUrl INFO 83 [103] R:OK -2015-03-11 13:24:54 queue INFO >>83 [104] -2015-03-11 13:24:54 sendUrl INFO 83 [104] R:OK -2015-03-11 13:25:44 queue INFO >>83 [105] -2015-03-11 13:25:45 sendUrl INFO 83 [105] R:OK -2015-03-11 13:26:34 queue INFO >>83 [106] -2015-03-11 13:26:35 sendUrl INFO 83 [106] R:OK -2015-03-11 13:27:25 queue INFO >>83 [107] -2015-03-11 13:27:25 sendUrl INFO 83 [107] R:OK -2015-03-11 13:28:15 queue INFO >>83 [108] -2015-03-11 13:28:15 sendUrl INFO 83 [108] R:OK -2015-03-11 13:29:05 queue INFO >>83 [109] -2015-03-11 13:29:05 sendUrl INFO 83 [109] R:OK -2015-03-11 13:29:55 queue INFO >>83 [110] -2015-03-11 13:29:55 sendUrl INFO 83 [110] R:OK -2015-03-11 13:30:32 queue INFO 87 [111] -2015-03-11 13:30:32 queue INFO >87 [112] -2015-03-11 13:30:33 sendUrl INFO 87 [111] R:OK -2015-03-11 13:30:33 sendUrl INFO 87 [112] R:OK -2015-03-11 13:30:34 queue INFO 83 [113] -2015-03-11 13:30:34 queue INFO >83 [114] -2015-03-11 13:30:34 sendUrl INFO 83 [113] R:OK -2015-03-11 13:30:35 sendUrl INFO 83 [114] R:OK -2015-03-11 13:31:24 queue INFO >>83 [115] -2015-03-11 13:31:25 sendUrl INFO 83 [115] R:OK -2015-03-11 13:32:14 queue INFO >>83 [116] -2015-03-11 13:32:14 sendUrl INFO 83 [116] R:OK -2015-03-11 13:33:04 queue INFO >>83 [117] -2015-03-11 13:33:05 sendUrl INFO 83 [117] R:OK -2015-03-11 13:33:54 queue INFO >>83 [118] -2015-03-11 13:33:55 sendUrl INFO 83 [118] R:OK -2015-03-11 13:34:45 queue INFO >>83 [119] -2015-03-11 13:34:45 sendUrl INFO 83 [119] R:OK -2015-03-11 13:35:35 queue INFO >>83 [120] -2015-03-11 13:35:35 sendUrl INFO 83 [120] R:OK -2015-03-11 13:36:25 queue INFO >>83 [121] -2015-03-11 13:36:25 sendUrl INFO 83 [121] R:OK -2015-03-11 13:37:15 queue INFO >>83 [122] -2015-03-11 13:37:15 sendUrl INFO 83 [122] R:OK -2015-03-11 13:38:05 queue INFO >>83 [123] -2015-03-11 13:38:06 sendUrl INFO 83 [123] R:OK -2015-03-11 13:38:55 queue INFO >>83 [124] -2015-03-11 13:38:56 sendUrl INFO 83 [124] R:OK -2015-03-11 13:39:32 queue INFO 87 [125] -2015-03-11 13:39:32 queue INFO >87 [126] -2015-03-11 13:39:32 sendUrl INFO 87 [125] R:OK -2015-03-11 13:39:33 sendUrl INFO 87 [126] R:OK -2015-03-11 13:39:33 queue INFO 83 [127] -2015-03-11 13:39:34 queue INFO >83 [128] -2015-03-11 13:39:34 sendUrl INFO 83 [127] R:OK -2015-03-11 13:39:34 sendUrl INFO 83 [128] R:OK -2015-03-11 13:40:24 queue INFO >>83 [129] -2015-03-11 13:40:24 sendUrl INFO 83 [129] R:OK -2015-03-11 13:41:14 queue INFO >>83 [130] -2015-03-11 13:41:14 sendUrl INFO 83 [130] R:OK -2015-03-11 13:42:04 queue INFO >>83 [131] -2015-03-11 13:42:04 sendUrl INFO 83 [131] R:OK -2015-03-11 13:42:54 queue INFO >>83 [132] -2015-03-11 13:42:55 sendUrl INFO 83 [132] R:OK -2015-03-11 13:43:44 queue INFO >>83 [133] -2015-03-11 13:43:44 sendUrl INFO 83 [133] R:OK -2015-03-11 13:44:34 queue INFO >>83 [134] -2015-03-11 13:44:35 sendUrl INFO 83 [134] R:OK -2015-03-11 13:45:25 queue INFO >>83 [135] -2015-03-11 13:45:25 sendUrl INFO 83 [135] R:OK -2015-03-11 13:46:15 queue INFO >>83 [136] -2015-03-11 13:46:15 sendUrl INFO 83 [136] R:OK -2015-03-11 13:47:05 queue INFO >>83 [137] -2015-03-11 13:47:05 sendUrl INFO 83 [137] R:OK -2015-03-11 13:47:55 queue INFO >>83 [138] -2015-03-11 13:47:55 sendUrl INFO 83 [138] R:OK -2015-03-11 13:48:32 queue INFO 87 [139] -2015-03-11 13:48:32 queue INFO >87 [140] -2015-03-11 13:48:32 sendUrl INFO 87 [139] R:OK -2015-03-11 13:48:33 sendUrl INFO 87 [140] R:OK -2015-03-11 13:48:34 queue INFO 83 [141] -2015-03-11 13:48:34 queue INFO >83 [142] -2015-03-11 13:48:34 sendUrl INFO 83 [141] R:OK -2015-03-11 13:48:34 sendUrl INFO 83 [142] R:OK -2015-03-11 13:49:24 queue INFO >>83 [143] -2015-03-11 13:49:24 sendUrl INFO 83 [143] R:OK -2015-03-11 13:50:14 queue INFO >>83 [144] -2015-03-11 13:50:14 sendUrl INFO 83 [144] R:OK -2015-03-11 13:51:04 queue INFO >>83 [145] -2015-03-11 13:51:04 sendUrl INFO 83 [145] R:OK -2015-03-11 13:51:54 queue INFO >>83 [146] -2015-03-11 13:51:55 sendUrl INFO 83 [146] R:OK -2015-03-11 13:52:44 queue INFO >>83 [147] -2015-03-11 13:52:45 sendUrl INFO 83 [147] R:OK -2015-03-11 13:53:35 queue INFO >>83 [148] -2015-03-11 13:53:35 sendUrl INFO 83 [148] R:OK -2015-03-11 13:54:25 queue INFO >>83 [149] -2015-03-11 13:54:25 sendUrl INFO 83 [149] R:OK -2015-03-11 13:55:15 queue INFO >>83 [150] -2015-03-11 13:55:15 sendUrl INFO 83 [150] R:OK -2015-03-11 13:56:05 queue INFO >>83 [151] -2015-03-11 13:56:05 sendUrl INFO 83 [151] R:OK -2015-03-11 13:56:55 queue INFO >>83 [152] -2015-03-11 13:56:56 sendUrl INFO 83 [152] R:OK -2015-03-11 13:57:32 queue INFO 87 [153] -2015-03-11 13:57:32 queue INFO >87 [154] -2015-03-11 13:57:33 sendUrl INFO 87 [153] R:OK -2015-03-11 13:57:33 sendUrl INFO 87 [154] R:OK -2015-03-11 13:57:34 queue INFO 83 [155] -2015-03-11 13:57:34 queue INFO >83 [156] -2015-03-11 13:57:34 sendUrl INFO 83 [155] R:OK -2015-03-11 13:57:35 sendUrl INFO 83 [156] R:OK -2015-03-11 13:57:54 queue INFO 81 [157] -2015-03-11 13:57:54 queue INFO >81 [158] -2015-03-11 13:57:55 sendUrl INFO 81 [157] R:OK -2015-03-11 13:57:55 sendUrl INFO 81 [158] R:OK -2015-03-11 13:58:21 queue INFO 83 [159] -2015-03-11 13:58:21 sendUrl INFO 83 [159] R:OK -2015-03-11 13:58:22 queue INFO >83 [160] -2015-03-11 13:58:22 sendUrl INFO 83 [160] R:OK -2015-03-11 13:59:11 queue INFO >>83 [161] -2015-03-11 13:59:12 sendUrl INFO 83 [161] R:OK -2015-03-11 13:59:20 queue INFO A3 [162] -2015-03-11 13:59:21 queue INFO >A3 [163] -2015-03-11 13:59:21 sendUrl INFO A3 [162] R:OK -2015-03-11 13:59:21 sendUrl INFO A3 [163] R:OK -2015-03-11 13:59:44 queue INFO 83 [164] -2015-03-11 13:59:44 sendUrl INFO 83 [164] R:OK -2015-03-11 13:59:45 queue INFO >83 [165] -2015-03-11 13:59:45 sendUrl INFO 83 [165] R:OK -2015-03-11 13:59:54 queue INFO A3 [166] -2015-03-11 13:59:54 queue INFO >A3 [167] -2015-03-11 13:59:55 sendUrl INFO A3 [166] R:OK -2015-03-11 13:59:55 sendUrl INFO A3 [167] R:OK -2015-03-11 13:59:59 queue INFO 83 [168] -2015-03-11 13:59:59 queue INFO >83 [169] -2015-03-11 14:00:00 sendUrl INFO 83 [168] R:OK -2015-03-11 14:00:00 sendUrl INFO 83 [169] R:OK -2015-03-11 14:00:08 queue INFO A3 [170] -2015-03-11 14:00:08 sendUrl INFO A3 [170] R:OK -2015-03-11 14:00:08 queue INFO >A3 [171] -2015-03-11 14:00:09 sendUrl INFO A3 [171] R:OK -2015-03-11 14:00:13 queue INFO 83 [172] -2015-03-11 14:00:13 sendUrl INFO 83 [172] R:OK -2015-03-11 14:00:13 queue INFO >83 [173] -2015-03-11 14:00:14 sendUrl INFO 83 [173] R:OK -2015-03-11 14:00:30 queue INFO A3 [174] -2015-03-11 14:00:30 queue INFO >A3 [175] -2015-03-11 14:00:30 sendUrl INFO A3 [174] R:OK -2015-03-11 14:00:31 sendUrl INFO A3 [175] R:OK -2015-03-11 14:00:33 queue INFO 83 [176] -2015-03-11 14:00:33 queue INFO >83 [177] -2015-03-11 14:00:33 sendUrl INFO 83 [176] R:OK -2015-03-11 14:00:33 sendUrl INFO 83 [177] R:OK -2015-03-11 14:00:36 queue INFO A3 [178] -2015-03-11 14:00:36 queue INFO 83 [179] -2015-03-11 14:00:36 sendUrl INFO A3 [178] R:OK -2015-03-11 14:00:37 queue INFO >83 [180] -2015-03-11 14:00:37 sendUrl INFO 83 [179] R:OK -2015-03-11 14:00:37 sendUrl INFO 83 [180] R:OK -2015-03-11 14:01:26 queue INFO >>83 [181] -2015-03-11 14:01:27 sendUrl INFO 83 [181] R:OK -2015-03-11 14:02:17 queue INFO >>83 [182] -2015-03-11 14:02:17 sendUrl INFO 83 [182] R:OK -2015-03-11 14:03:07 queue INFO >>83 [183] -2015-03-11 14:03:07 sendUrl INFO 83 [183] R:OK -2015-03-11 14:03:57 queue INFO >>83 [184] -2015-03-11 14:03:57 sendUrl INFO 83 [184] R:OK -2015-03-11 14:04:47 queue INFO >>83 [185] -2015-03-11 14:04:48 sendUrl INFO 83 [185] R:OK -2015-03-11 14:05:37 queue INFO >>83 [186] -2015-03-11 14:05:37 sendUrl INFO 83 [186] R:OK -2015-03-11 14:06:27 queue INFO >>83 [187] -2015-03-11 14:06:28 sendUrl INFO 83 [187] R:OK -2015-03-11 14:06:33 queue INFO 87 [188] -2015-03-11 14:06:33 sendUrl INFO 87 [188] R:OK -2015-03-11 14:06:33 queue INFO >87 [189] -2015-03-11 14:06:33 sendUrl INFO 87 [189] R:OK -2015-03-11 14:06:34 queue INFO 83 [190] -2015-03-11 14:06:34 queue INFO >83 [191] -2015-03-11 14:06:35 sendUrl INFO 83 [190] R:OK -2015-03-11 14:06:35 sendUrl INFO 83 [191] R:OK -2015-03-11 14:07:24 queue INFO >>83 [192] -2015-03-11 14:07:25 sendUrl INFO 83 [192] R:OK -2015-03-11 14:08:15 queue INFO >>83 [193] -2015-03-11 14:08:15 sendUrl INFO 83 [193] R:OK -2015-03-11 14:09:05 queue INFO >>83 [194] -2015-03-11 14:09:05 sendUrl INFO 83 [194] R:OK -2015-03-11 14:09:55 queue INFO >>83 [195] -2015-03-11 14:09:55 sendUrl INFO 83 [195] R:OK -2015-03-11 14:10:45 queue INFO >>83 [196] -2015-03-11 14:10:45 sendUrl INFO 83 [196] R:OK -2015-03-11 14:11:35 queue INFO >>83 [197] -2015-03-11 14:11:35 sendUrl INFO 83 [197] R:OK -2015-03-11 14:12:25 queue INFO >>83 [198] -2015-03-11 14:12:26 sendUrl INFO 83 [198] R:OK -2015-03-11 14:13:15 queue INFO >>83 [199] -2015-03-11 14:13:16 sendUrl INFO 83 [199] R:OK -2015-03-11 14:14:06 queue INFO >>83 [200] -2015-03-11 14:14:06 sendUrl INFO 83 [200] R:OK -2015-03-11 14:14:56 queue INFO >>83 [201] -2015-03-11 14:14:56 sendUrl INFO 83 [201] R:OK -2015-03-11 14:15:32 queue INFO 87 [202] -2015-03-11 14:15:33 queue INFO >87 [203] -2015-03-11 14:15:33 sendUrl INFO 87 [202] R:OK -2015-03-11 14:15:33 sendUrl INFO 87 [203] R:OK -2015-03-11 14:15:34 queue INFO 83 [204] -2015-03-11 14:15:34 queue INFO >83 [205] -2015-03-11 14:15:34 sendUrl INFO 83 [204] R:OK -2015-03-11 14:15:35 sendUrl INFO 83 [205] R:OK -2015-03-11 14:16:24 queue INFO >>83 [206] -2015-03-11 14:16:25 sendUrl INFO 83 [206] R:OK -2015-03-11 14:17:14 queue INFO >>83 [207] -2015-03-11 14:17:14 sendUrl INFO 83 [207] R:OK -2015-03-11 14:18:04 queue INFO >>83 [208] -2015-03-11 14:18:05 sendUrl INFO 83 [208] R:OK -2015-03-11 14:18:54 queue INFO >>83 [209] -2015-03-11 14:18:55 sendUrl INFO 83 [209] R:OK -2015-03-11 14:19:45 queue INFO >>83 [210] -2015-03-11 14:19:45 sendUrl INFO 83 [210] R:OK -2015-03-11 14:20:35 queue INFO >>83 [211] -2015-03-11 14:20:35 sendUrl INFO 83 [211] R:OK -2015-03-11 14:21:25 queue INFO >>83 [212] -2015-03-11 14:21:25 sendUrl INFO 83 [212] R:OK -2015-03-11 14:22:15 queue INFO >>83 [213] -2015-03-11 14:22:16 sendUrl INFO 83 [213] R:OK -2015-03-11 14:23:05 queue INFO >>83 [214] -2015-03-11 14:23:05 sendUrl INFO 83 [214] R:OK -2015-03-11 14:23:55 queue INFO >>83 [215] -2015-03-11 14:23:56 sendUrl INFO 83 [215] R:OK -2015-03-11 14:24:33 queue INFO 87 [216] -2015-03-11 14:24:33 queue INFO >87 [217] -2015-03-11 14:24:33 sendUrl INFO 87 [216] R:OK -2015-03-11 14:24:33 sendUrl INFO 87 [217] R:OK -2015-03-11 14:24:34 queue INFO 83 [218] -2015-03-11 14:24:34 queue INFO >83 [219] -2015-03-11 14:24:34 sendUrl INFO 83 [218] R:OK -2015-03-11 14:24:35 sendUrl INFO 83 [219] R:OK -2015-03-11 14:25:24 queue INFO >>83 [220] -2015-03-11 14:25:25 sendUrl INFO 83 [220] R:OK -2015-03-11 14:26:14 queue INFO >>83 [221] -2015-03-11 14:26:15 sendUrl INFO 83 [221] R:OK -2015-03-11 14:27:05 queue INFO >>83 [222] -2015-03-11 14:27:05 sendUrl INFO 83 [222] R:OK -2015-03-11 14:27:55 queue INFO >>83 [223] -2015-03-11 14:27:55 sendUrl INFO 83 [223] R:OK -2015-03-11 14:28:45 queue INFO >>83 [224] -2015-03-11 14:28:45 sendUrl INFO 83 [224] R:OK -2015-03-11 14:29:35 queue INFO >>83 [225] -2015-03-11 14:29:35 sendUrl INFO 83 [225] R:OK -2015-03-11 14:30:25 queue INFO >>83 [226] -2015-03-11 14:30:26 sendUrl INFO 83 [226] R:OK -2015-03-11 14:31:15 queue INFO >>83 [227] -2015-03-11 14:31:16 sendUrl INFO 83 [227] R:OK -2015-03-11 14:32:06 queue INFO >>83 [228] -2015-03-11 14:32:06 sendUrl INFO 83 [228] R:OK -2015-03-11 14:32:56 queue INFO >>83 [229] -2015-03-11 14:32:56 sendUrl INFO 83 [229] R:OK -2015-03-11 14:33:32 queue INFO 87 [230] -2015-03-11 14:33:33 sendUrl INFO 87 [230] R:OK -2015-03-11 14:33:33 queue INFO >87 [231] -2015-03-11 14:33:33 sendUrl INFO 87 [231] R:OK -2015-03-11 14:33:34 queue INFO 83 [232] -2015-03-11 14:33:34 queue INFO >83 [233] -2015-03-11 14:33:35 sendUrl INFO 83 [232] R:OK -2015-03-11 14:33:35 sendUrl INFO 83 [233] R:OK -2015-03-11 14:34:24 queue INFO >>83 [234] -2015-03-11 14:34:24 sendUrl INFO 83 [234] R:OK -2015-03-11 14:35:14 queue INFO >>83 [235] -2015-03-11 14:35:15 sendUrl INFO 83 [235] R:OK -2015-03-11 14:36:04 queue INFO >>83 [236] -2015-03-11 14:36:05 sendUrl INFO 83 [236] R:OK -2015-03-11 14:36:55 queue INFO >>83 [237] -2015-03-11 14:36:55 sendUrl INFO 83 [237] R:OK -2015-03-11 14:37:45 queue INFO >>83 [238] -2015-03-11 14:37:45 sendUrl INFO 83 [238] R:OK -2015-03-11 14:38:35 queue INFO >>83 [239] -2015-03-11 14:38:35 sendUrl INFO 83 [239] R:OK -2015-03-11 14:39:25 queue INFO >>83 [240] -2015-03-11 14:39:25 sendUrl INFO 83 [240] R:OK -2015-03-11 14:40:15 queue INFO >>83 [241] -2015-03-11 14:40:16 sendUrl INFO 83 [241] R:OK -2015-03-11 14:41:05 queue INFO >>83 [242] -2015-03-11 14:41:06 sendUrl INFO 83 [242] R:OK -2015-03-11 14:41:55 queue INFO >>83 [243] -2015-03-11 14:41:56 sendUrl INFO 83 [243] R:OK -2015-03-11 14:42:33 queue INFO 87 [244] -2015-03-11 14:42:33 queue INFO >87 [245] -2015-03-11 14:42:33 sendUrl INFO 87 [244] R:OK -2015-03-11 14:42:34 sendUrl INFO 87 [245] R:OK -2015-03-11 14:42:34 queue INFO 83 [246] -2015-03-11 14:42:34 queue INFO >83 [247] -2015-03-11 14:42:35 sendUrl INFO 83 [246] R:OK -2015-03-11 14:42:35 sendUrl INFO 83 [247] R:OK -2015-03-11 14:43:24 queue INFO >>83 [248] -2015-03-11 14:43:24 sendUrl INFO 83 [248] R:OK -2015-03-11 14:44:14 queue INFO >>83 [249] -2015-03-11 14:44:15 sendUrl INFO 83 [249] R:OK -2015-03-11 14:45:05 queue INFO >>83 [250] -2015-03-11 14:45:05 sendUrl INFO 83 [250] R:OK -2015-03-11 14:45:55 queue INFO >>83 [251] -2015-03-11 14:45:55 sendUrl INFO 83 [251] R:OK -2015-03-11 14:46:45 queue INFO >>83 [252] -2015-03-11 14:46:45 sendUrl INFO 83 [252] R:OK -2015-03-11 14:47:35 queue INFO >>83 [253] -2015-03-11 14:47:35 sendUrl INFO 83 [253] R:OK -2015-03-11 14:48:25 queue INFO >>83 [254] -2015-03-11 14:48:25 sendUrl INFO 83 [254] R:OK -2015-03-11 14:49:15 queue INFO >>83 [255] -2015-03-11 14:49:16 sendUrl INFO 83 [255] R:OK -2015-03-11 14:50:05 queue INFO >>83 [256] -2015-03-11 14:50:06 sendUrl INFO 83 [256] R:OK -2015-03-11 14:50:56 queue INFO >>83 [257] -2015-03-11 14:50:56 sendUrl INFO 83 [257] R:OK -2015-03-11 14:51:32 queue INFO 87 [258] -2015-03-11 14:51:32 queue INFO >87 [259] -2015-03-11 14:51:33 sendUrl INFO 87 [258] R:OK -2015-03-11 14:51:33 sendUrl INFO 87 [259] R:OK -2015-03-11 14:51:34 queue INFO 83 [260] -2015-03-11 14:51:34 queue INFO >83 [261] -2015-03-11 14:51:34 sendUrl INFO 83 [260] R:OK -2015-03-11 14:51:35 sendUrl INFO 83 [261] R:OK -2015-03-11 14:52:24 queue INFO >>83 [262] -2015-03-11 14:52:25 sendUrl INFO 83 [262] R:OK -2015-03-11 14:53:14 queue INFO >>83 [263] -2015-03-11 14:53:14 sendUrl INFO 83 [263] R:OK -2015-03-11 14:54:04 queue INFO >>83 [264] -2015-03-11 14:54:05 sendUrl INFO 83 [264] R:OK -2015-03-11 14:54:55 queue INFO >>83 [265] -2015-03-11 14:54:55 sendUrl INFO 83 [265] R:OK -2015-03-11 14:55:45 queue INFO >>83 [266] -2015-03-11 14:55:45 sendUrl INFO 83 [266] R:OK -2015-03-11 14:56:35 queue INFO >>83 [267] -2015-03-11 14:56:35 sendUrl INFO 83 [267] R:OK -2015-03-11 14:57:25 queue INFO >>83 [268] -2015-03-11 14:57:25 sendUrl INFO 83 [268] R:OK -2015-03-11 14:58:15 queue INFO >>83 [269] -2015-03-11 14:58:15 sendUrl INFO 83 [269] R:OK -2015-03-11 14:59:05 queue INFO >>83 [270] -2015-03-11 14:59:05 sendUrl INFO 83 [270] R:OK -2015-03-11 14:59:55 queue INFO >>83 [271] -2015-03-11 14:59:56 sendUrl INFO 83 [271] R:OK -2015-03-11 15:00:33 queue INFO 87 [272] -2015-03-11 15:00:33 queue INFO >87 [273] -2015-03-11 15:00:33 sendUrl INFO 87 [272] R:OK -2015-03-11 15:00:34 sendUrl INFO 87 [273] R:OK -2015-03-11 15:00:35 queue INFO 83 [274] -2015-03-11 15:00:35 queue INFO >83 [275] -2015-03-11 15:00:35 sendUrl INFO 83 [274] R:OK -2015-03-11 15:00:35 sendUrl INFO 83 [275] R:OK -2015-03-11 15:01:25 queue INFO >>83 [276] -2015-03-11 15:01:25 sendUrl INFO 83 [276] R:OK -2015-03-11 15:02:15 queue INFO >>83 [277] -2015-03-11 15:02:15 sendUrl INFO 83 [277] R:OK -2015-03-11 15:03:05 queue INFO >>83 [278] -2015-03-11 15:03:05 sendUrl INFO 83 [278] R:OK -2015-03-11 15:03:55 queue INFO >>83 [279] -2015-03-11 15:03:56 sendUrl INFO 83 [279] R:OK -2015-03-11 15:04:45 queue INFO >>83 [280] -2015-03-11 15:04:46 sendUrl INFO 83 [280] R:OK -2015-03-11 15:05:35 queue INFO >>83 [281] -2015-03-11 15:05:36 sendUrl INFO 83 [281] R:OK -2015-03-11 15:06:26 queue INFO >>83 [282] -2015-03-11 15:06:26 sendUrl INFO 83 [282] R:OK -2015-03-11 15:07:16 queue INFO >>83 [283] -2015-03-11 15:07:16 sendUrl INFO 83 [283] R:OK -2015-03-11 15:08:06 queue INFO >>83 [284] -2015-03-11 15:08:06 sendUrl INFO 83 [284] R:OK -2015-03-11 15:08:56 queue INFO >>83 [285] -2015-03-11 15:08:56 sendUrl INFO 83 [285] R:OK -2015-03-11 15:09:33 queue INFO 87 [286] -2015-03-11 15:09:33 sendUrl INFO 87 [286] R:OK -2015-03-11 15:09:33 queue INFO >87 [287] -2015-03-11 15:09:33 sendUrl INFO 87 [287] R:OK -2015-03-11 15:09:34 queue INFO 83 [288] -2015-03-11 15:09:35 queue INFO >83 [289] -2015-03-11 15:09:35 sendUrl INFO 83 [288] R:OK -2015-03-11 15:09:35 sendUrl INFO 83 [289] R:OK -2015-03-11 15:10:25 queue INFO >>83 [290] -2015-03-11 15:10:25 sendUrl INFO 83 [290] R:OK -2015-03-11 15:11:15 queue INFO >>83 [291] -2015-03-11 15:11:15 sendUrl INFO 83 [291] R:OK -2015-03-11 15:12:05 queue INFO >>83 [292] -2015-03-11 15:12:05 sendUrl INFO 83 [292] R:OK -2015-03-11 15:12:55 queue INFO >>83 [293] -2015-03-11 15:12:55 sendUrl INFO 83 [293] R:OK -2015-03-11 15:13:45 queue INFO >>83 [294] -2015-03-11 15:13:46 sendUrl INFO 83 [294] R:OK -2015-03-11 15:14:35 queue INFO >>83 [295] -2015-03-11 15:14:35 sendUrl INFO 83 [295] R:OK -2015-03-11 15:15:25 queue INFO >>83 [296] -2015-03-11 15:15:26 sendUrl INFO 83 [296] R:OK -2015-03-11 15:16:16 queue INFO >>83 [297] -2015-03-11 15:16:16 sendUrl INFO 83 [297] R:OK -2015-03-11 15:17:06 queue INFO >>83 [298] -2015-03-11 15:17:06 sendUrl INFO 83 [298] R:OK -2015-03-11 15:17:56 queue INFO >>83 [299] -2015-03-11 15:17:56 sendUrl INFO 83 [299] R:OK -2015-03-11 15:18:33 queue INFO 87 [300] -2015-03-11 15:18:33 queue INFO >87 [301] -2015-03-11 15:18:34 sendUrl INFO 87 [300] R:OK -2015-03-11 15:18:34 sendUrl INFO 87 [301] R:OK -2015-03-11 15:18:35 queue INFO 83 [302] -2015-03-11 15:18:35 queue INFO >83 [303] -2015-03-11 15:18:35 sendUrl INFO 83 [302] R:OK -2015-03-11 15:18:36 sendUrl INFO 83 [303] R:OK -2015-03-11 15:19:25 queue INFO >>83 [304] -2015-03-11 15:19:25 sendUrl INFO 83 [304] R:OK -2015-03-11 15:20:15 queue INFO >>83 [305] -2015-03-11 15:20:15 sendUrl INFO 83 [305] R:OK -2015-03-11 15:21:05 queue INFO >>83 [306] -2015-03-11 15:21:06 sendUrl INFO 83 [306] R:OK -2015-03-11 15:21:55 queue INFO >>83 [307] -2015-03-11 15:21:55 sendUrl INFO 83 [307] R:OK -2015-03-11 15:22:45 queue INFO >>83 [308] -2015-03-11 15:22:46 sendUrl INFO 83 [308] R:OK -2015-03-11 15:23:36 queue INFO >>83 [309] -2015-03-11 15:23:36 sendUrl INFO 83 [309] R:OK -2015-03-11 15:24:26 queue INFO >>83 [310] -2015-03-11 15:24:26 sendUrl INFO 83 [310] R:OK -2015-03-11 15:25:16 queue INFO >>83 [311] -2015-03-11 15:25:16 sendUrl INFO 83 [311] R:OK -2015-03-11 15:26:06 queue INFO >>83 [312] -2015-03-11 15:26:06 sendUrl INFO 83 [312] R:OK -2015-03-11 15:26:56 queue INFO >>83 [313] -2015-03-11 15:26:56 sendUrl INFO 83 [313] R:OK -2015-03-11 15:27:33 queue INFO 87 [314] -2015-03-11 15:27:33 queue INFO >87 [315] -2015-03-11 15:27:33 sendUrl INFO 87 [314] R:OK -2015-03-11 15:27:34 sendUrl INFO 87 [315] R:OK -2015-03-11 15:27:35 queue INFO 83 [316] -2015-03-11 15:27:35 queue INFO >83 [317] -2015-03-11 15:27:35 sendUrl INFO 83 [316] R:OK -2015-03-11 15:27:35 sendUrl INFO 83 [317] R:OK -2015-03-11 15:28:25 queue INFO >>83 [318] -2015-03-11 15:28:25 sendUrl INFO 83 [318] R:OK -2015-03-11 15:29:15 queue INFO >>83 [319] -2015-03-11 15:29:15 sendUrl INFO 83 [319] R:OK -2015-03-11 15:30:05 queue INFO >>83 [320] -2015-03-11 15:30:05 sendUrl INFO 83 [320] R:OK -2015-03-11 15:30:55 queue INFO >>83 [321] -2015-03-11 15:30:56 sendUrl INFO 83 [321] R:OK -2015-03-11 15:31:45 queue INFO >>83 [322] -2015-03-11 15:31:45 sendUrl INFO 83 [322] R:OK -2015-03-11 15:32:35 queue INFO >>83 [323] -2015-03-11 15:32:36 sendUrl INFO 83 [323] R:OK -2015-03-11 15:33:26 queue INFO >>83 [324] -2015-03-11 15:33:26 sendUrl INFO 83 [324] R:OK -2015-03-11 15:34:16 queue INFO >>83 [325] -2015-03-11 15:34:16 sendUrl INFO 83 [325] R:OK -2015-03-11 15:35:06 queue INFO >>83 [326] -2015-03-11 15:35:06 sendUrl INFO 83 [326] R:OK -2015-03-11 15:35:56 queue INFO >>83 [327] -2015-03-11 15:35:57 sendUrl INFO 83 [327] R:OK -2015-03-11 15:36:33 queue INFO 87 [328] -2015-03-11 15:36:33 queue INFO >87 [329] -2015-03-11 15:36:33 sendUrl INFO 87 [328] R:OK -2015-03-11 15:36:34 sendUrl INFO 87 [329] R:OK -2015-03-11 15:36:35 queue INFO 83 [330] -2015-03-11 15:36:35 queue INFO >83 [331] -2015-03-11 15:36:35 sendUrl INFO 83 [330] R:OK -2015-03-11 15:36:35 sendUrl INFO 83 [331] R:OK -2015-03-11 15:37:25 queue INFO >>83 [332] -2015-03-11 15:37:25 sendUrl INFO 83 [332] R:OK -2015-03-11 15:38:15 queue INFO >>83 [333] -2015-03-11 15:38:15 sendUrl INFO 83 [333] R:OK -2015-03-11 15:39:05 queue INFO >>83 [334] -2015-03-11 15:39:05 sendUrl INFO 83 [334] R:OK -2015-03-11 15:39:55 queue INFO >>83 [335] -2015-03-11 15:39:56 sendUrl INFO 83 [335] R:OK -2015-03-11 15:40:45 queue INFO >>83 [336] -2015-03-11 15:40:45 sendUrl INFO 83 [336] R:OK -2015-03-11 15:41:35 queue INFO >>83 [337] -2015-03-11 15:41:36 sendUrl INFO 83 [337] R:OK -2015-03-11 15:42:26 queue INFO >>83 [338] -2015-03-11 15:42:26 sendUrl INFO 83 [338] R:OK -2015-03-11 15:43:16 queue INFO >>83 [339] -2015-03-11 15:43:16 sendUrl INFO 83 [339] R:OK -2015-03-11 15:44:06 queue INFO >>83 [340] -2015-03-11 15:44:06 sendUrl INFO 83 [340] R:OK -2015-03-11 15:44:56 queue INFO >>83 [341] -2015-03-11 15:44:56 sendUrl INFO 83 [341] R:OK -2015-03-11 15:45:33 queue INFO 87 [342] -2015-03-11 15:45:33 sendUrl INFO 87 [342] R:OK -2015-03-11 15:45:33 queue INFO >87 [343] -2015-03-11 15:45:33 sendUrl INFO 87 [343] R:OK -2015-03-11 15:45:34 queue INFO 83 [344] -2015-03-11 15:45:35 queue INFO >83 [345] -2015-03-11 15:45:35 sendUrl INFO 83 [344] R:OK -2015-03-11 15:45:35 sendUrl INFO 83 [345] R:OK -2015-03-11 15:46:25 queue INFO >>83 [346] -2015-03-11 15:46:25 sendUrl INFO 83 [346] R:OK -2015-03-11 15:47:15 queue INFO >>83 [347] -2015-03-11 15:47:15 sendUrl INFO 83 [347] R:OK -2015-03-11 15:48:05 queue INFO >>83 [348] -2015-03-11 15:48:05 sendUrl INFO 83 [348] R:OK -2015-03-11 15:48:55 queue INFO >>83 [349] -2015-03-11 15:48:55 sendUrl INFO 83 [349] R:OK -2015-03-11 15:49:45 queue INFO >>83 [350] -2015-03-11 15:49:46 sendUrl INFO 83 [350] R:OK -2015-03-11 15:50:35 queue INFO >>83 [351] -2015-03-11 15:50:35 sendUrl INFO 83 [351] R:OK -2015-03-11 15:51:25 queue INFO >>83 [352] -2015-03-11 15:51:26 sendUrl INFO 83 [352] R:OK -2015-03-11 15:52:16 queue INFO >>83 [353] -2015-03-11 15:52:16 sendUrl INFO 83 [353] R:OK -2015-03-11 15:53:06 queue INFO >>83 [354] -2015-03-11 15:53:06 sendUrl INFO 83 [354] R:OK -2015-03-11 15:53:56 queue INFO >>83 [355] -2015-03-11 15:53:56 sendUrl INFO 83 [355] R:OK -2015-03-11 15:54:33 queue INFO 87 [356] -2015-03-11 15:54:34 queue INFO >87 [357] -2015-03-11 15:54:34 sendUrl INFO 87 [356] R:OK -2015-03-11 15:54:35 sendUrl INFO 87 [357] R:OK -2015-03-11 15:54:35 queue INFO 83 [358] -2015-03-11 15:54:35 queue INFO >83 [359] -2015-03-11 15:54:36 sendUrl INFO 83 [358] R:OK -2015-03-11 15:54:36 sendUrl INFO 83 [359] R:OK -2015-03-11 15:55:25 queue INFO >>83 [360] -2015-03-11 15:55:25 sendUrl INFO 83 [360] R:OK -2015-03-11 15:56:15 queue INFO >>83 [361] -2015-03-11 15:56:16 sendUrl INFO 83 [361] R:OK -2015-03-11 15:57:06 queue INFO >>83 [362] -2015-03-11 15:57:06 sendUrl INFO 83 [362] R:OK -2015-03-11 15:57:25 queue INFO 81 [363] -2015-03-11 15:57:25 queue INFO >81 [364] -2015-03-11 15:57:25 sendUrl INFO 81 [363] R:OK -2015-03-11 15:57:26 sendUrl INFO 81 [364] R:OK -2015-03-11 15:58:04 queue INFO 83 [365] -2015-03-11 15:58:04 queue INFO >83 [366] -2015-03-11 15:58:04 sendUrl INFO 83 [365] R:OK -2015-03-11 15:58:04 sendUrl INFO 83 [366] R:OK -2015-03-11 15:58:23 queue INFO A3 [367] -2015-03-11 15:58:23 queue INFO >A3 [368] -2015-03-11 15:58:23 sendUrl INFO A3 [367] R:OK -2015-03-11 15:58:24 sendUrl INFO A3 [368] R:OK -2015-03-11 15:58:28 queue INFO 83 [369] -2015-03-11 15:58:28 queue INFO >83 [370] -2015-03-11 15:58:29 sendUrl INFO 83 [369] R:OK -2015-03-11 15:58:29 sendUrl INFO 83 [370] R:OK -2015-03-11 15:58:38 queue INFO A3 [371] -2015-03-11 15:58:38 queue INFO >A3 [372] -2015-03-11 15:58:38 sendUrl INFO A3 [371] R:OK -2015-03-11 15:58:39 sendUrl INFO A3 [372] R:OK -2015-03-11 15:58:50 queue INFO 83 [373] -2015-03-11 15:58:51 queue INFO >83 [374] -2015-03-11 15:58:51 sendUrl INFO 83 [373] R:OK -2015-03-11 15:58:51 sendUrl INFO 83 [374] R:OK -2015-03-11 15:58:58 queue INFO A3 [375] -2015-03-11 15:58:59 queue INFO >A3 [376] -2015-03-11 15:58:59 sendUrl INFO A3 [375] R:OK -2015-03-11 15:58:59 sendUrl INFO A3 [376] R:OK -2015-03-11 15:59:08 queue INFO 83 [377] -2015-03-11 15:59:08 queue INFO >83 [378] -2015-03-11 15:59:08 sendUrl INFO 83 [377] R:OK -2015-03-11 15:59:09 sendUrl INFO 83 [378] R:OK -2015-03-11 15:59:16 queue INFO A3 [379] -2015-03-11 15:59:16 queue INFO >A3 [380] -2015-03-11 15:59:16 sendUrl INFO A3 [379] R:OK -2015-03-11 15:59:17 sendUrl INFO A3 [380] R:OK -2015-03-11 15:59:20 queue INFO 83 [381] -2015-03-11 15:59:20 sendUrl INFO 83 [381] R:OK -2015-03-11 15:59:21 queue INFO >83 [382] -2015-03-11 15:59:21 sendUrl INFO 83 [382] R:OK -2015-03-11 15:59:38 queue INFO A3 [383] -2015-03-11 15:59:38 sendUrl INFO A3 [383] R:OK -2015-03-11 15:59:38 queue INFO >A3 [384] -2015-03-11 15:59:39 sendUrl INFO A3 [384] R:OK -2015-03-11 15:59:45 queue INFO 83 [385] -2015-03-11 15:59:45 sendUrl INFO 83 [385] R:OK -2015-03-11 15:59:45 queue INFO >83 [386] -2015-03-11 15:59:46 sendUrl INFO 83 [386] R:OK -2015-03-11 15:59:53 queue INFO A3 [387] -2015-03-11 15:59:53 sendUrl INFO A3 [387] R:OK -2015-03-11 15:59:53 queue INFO >A3 [388] -2015-03-11 15:59:54 sendUrl INFO A3 [388] R:OK -2015-03-11 15:59:58 queue INFO 83 [389] -2015-03-11 15:59:58 queue INFO >83 [390] -2015-03-11 15:59:58 sendUrl INFO 83 [389] R:OK -2015-03-11 15:59:59 sendUrl INFO 83 [390] R:OK -2015-03-11 16:00:48 queue INFO >>83 [391] -2015-03-11 16:00:48 sendUrl INFO 83 [391] R:OK -2015-03-11 16:01:38 queue INFO >>83 [392] -2015-03-11 16:01:38 sendUrl INFO 83 [392] R:OK -2015-03-11 16:02:28 queue INFO >>83 [393] -2015-03-11 16:02:29 sendUrl INFO 83 [393] R:OK -2015-03-11 16:03:18 queue INFO >>83 [394] -2015-03-11 16:03:19 sendUrl INFO 83 [394] R:OK -2015-03-11 16:03:33 queue INFO 87 [395] -2015-03-11 16:03:34 queue INFO >87 [396] -2015-03-11 16:03:34 sendUrl INFO 87 [395] R:OK -2015-03-11 16:03:34 sendUrl INFO 87 [396] R:OK -2015-03-11 16:03:35 queue INFO 83 [397] -2015-03-11 16:03:35 queue INFO >83 [398] -2015-03-11 16:03:35 sendUrl INFO 83 [397] R:OK -2015-03-11 16:03:36 sendUrl INFO 83 [398] R:OK -2015-03-11 16:04:25 queue INFO >>83 [399] -2015-03-11 16:04:26 sendUrl INFO 83 [399] R:OK -2015-03-11 16:05:15 queue INFO >>83 [400] -2015-03-11 16:05:15 sendUrl INFO 83 [400] R:OK -2015-03-11 16:06:05 queue INFO >>83 [401] -2015-03-11 16:06:06 sendUrl INFO 83 [401] R:OK -2015-03-11 16:06:56 queue INFO >>83 [402] -2015-03-11 16:06:56 sendUrl INFO 83 [402] R:OK -2015-03-11 16:07:46 queue INFO >>83 [403] -2015-03-11 16:07:46 sendUrl INFO 83 [403] R:OK -2015-03-11 16:08:29 queue INFO 81 [404] -2015-03-11 16:08:30 queue INFO >81 [405] -2015-03-11 16:08:30 sendUrl INFO 81 [404] R:OK -2015-03-11 16:08:30 sendUrl INFO 81 [405] R:OK -2015-03-11 16:09:20 queue INFO >>81 [406] -2015-03-11 16:09:20 sendUrl INFO 81 [406] R:OK -2015-03-11 16:10:10 queue INFO >>81 [407] -2015-03-11 16:10:10 sendUrl INFO 81 [407] R:OK -2015-03-11 16:11:00 queue INFO >>81 [408] -2015-03-11 16:11:00 sendUrl INFO 81 [408] R:OK -2015-03-11 16:11:50 queue INFO >>81 [409] -2015-03-11 16:11:51 sendUrl INFO 81 [409] R:OK -2015-03-11 16:12:27 queue INFO 99 [410] -2015-03-11 16:12:27 sendUrl INFO 99 [410] R:OK -2015-03-11 16:12:27 queue INFO >99 [411] -2015-03-11 16:12:28 sendUrl INFO 99 [411] R:OK -2015-03-11 16:13:17 queue INFO >>99 [412] -2015-03-11 16:13:18 sendUrl INFO 99 [412] R:OK -2015-03-11 16:14:07 queue INFO >>99 [413] -2015-03-11 16:14:08 sendUrl INFO 99 [413] R:OK -2015-03-11 16:14:58 queue INFO >>99 [414] -2015-03-11 16:14:58 sendUrl INFO 99 [414] R:OK -2015-03-11 16:15:48 queue INFO >>99 [415] -2015-03-11 16:15:48 sendUrl INFO 99 [415] R:OK -2015-03-11 16:16:09 queue INFO 8 [416] -2015-03-11 16:16:09 sendUrl INFO 8 [416] R:OK -2015-03-11 16:16:09 queue INFO >8 [417] -2015-03-11 16:16:09 sendUrl INFO 8 [417] R:OK -2015-03-11 16:16:59 queue INFO >>8 [418] -2015-03-11 16:16:59 sendUrl INFO 8 [418] R:OK -2015-03-11 16:17:23 queue INFO 99 [419] -2015-03-11 16:17:23 queue INFO >99 [420] -2015-03-11 16:17:23 sendUrl INFO 99 [419] R:OK -2015-03-11 16:17:24 sendUrl INFO 99 [420] R:OK -2015-03-11 16:18:13 queue INFO >>99 [421] -2015-03-11 16:18:13 sendUrl INFO 99 [421] R:OK -2015-03-11 16:18:17 queue INFO 89 [422] -2015-03-11 16:18:17 queue INFO >89 [423] -2015-03-11 16:18:18 sendUrl INFO 89 [422] R:OK -2015-03-11 16:18:18 sendUrl INFO 89 [423] R:OK -2015-03-11 16:18:19 queue INFO 81 [424] -2015-03-11 16:18:19 queue INFO >81 [425] -2015-03-11 16:18:19 sendUrl INFO 81 [424] R:OK -2015-03-11 16:18:20 sendUrl INFO 81 [425] R:OK -2015-03-11 16:18:20 queue INFO 83 [426] -2015-03-11 16:18:21 queue INFO >83 [427] -2015-03-11 16:18:21 sendUrl INFO 83 [426] R:OK -2015-03-11 16:18:21 sendUrl INFO 83 [427] R:OK -2015-03-11 16:18:41 queue INFO 87 [428] -2015-03-11 16:18:41 queue INFO >87 [429] -2015-03-11 16:18:41 sendUrl INFO 87 [428] R:OK -2015-03-11 16:18:41 sendUrl INFO 87 [429] R:OK -2015-03-11 16:18:42 queue INFO 83 [430] -2015-03-11 16:18:42 queue INFO >83 [431] -2015-03-11 16:18:42 sendUrl INFO 83 [430] R:OK -2015-03-11 16:18:43 sendUrl INFO 83 [431] R:OK -2015-03-11 16:19:32 queue INFO >>83 [432] -2015-03-11 16:19:32 sendUrl INFO 83 [432] R:OK -2015-03-11 16:20:22 queue INFO >>83 [433] -2015-03-11 16:20:22 sendUrl INFO 83 [433] R:OK -2015-03-11 16:21:12 queue INFO >>83 [434] -2015-03-11 16:21:13 sendUrl INFO 83 [434] R:OK -2015-03-11 16:22:03 queue INFO >>83 [435] -2015-03-11 16:22:03 sendUrl INFO 83 [435] R:OK -2015-03-11 16:22:53 queue INFO >>83 [436] -2015-03-11 16:22:53 sendUrl INFO 83 [436] R:OK -2015-03-11 16:23:43 queue INFO >>83 [437] -2015-03-11 16:23:43 sendUrl INFO 83 [437] R:OK -2015-03-11 16:24:33 queue INFO >>83 [438] -2015-03-11 16:24:33 sendUrl INFO 83 [438] R:OK -2015-03-11 16:25:23 queue INFO >>83 [439] -2015-03-11 16:25:23 sendUrl INFO 83 [439] R:OK -2015-03-11 16:26:13 queue INFO >>83 [440] -2015-03-11 16:26:14 sendUrl INFO 83 [440] R:OK -2015-03-11 16:27:03 queue INFO >>83 [441] -2015-03-11 16:27:04 sendUrl INFO 83 [441] R:OK -2015-03-11 16:27:40 queue INFO 87 [442] -2015-03-11 16:27:41 queue INFO >87 [443] -2015-03-11 16:27:41 sendUrl INFO 87 [442] R:OK -2015-03-11 16:27:41 sendUrl INFO 87 [443] R:OK -2015-03-11 16:27:42 queue INFO 83 [444] -2015-03-11 16:27:42 queue INFO >83 [445] -2015-03-11 16:27:42 sendUrl INFO 83 [444] R:OK -2015-03-11 16:27:43 sendUrl INFO 83 [445] R:OK -2015-03-11 16:28:32 queue INFO >>83 [446] -2015-03-11 16:28:32 sendUrl INFO 83 [446] R:OK -2015-03-11 16:29:22 queue INFO >>83 [447] -2015-03-11 16:29:23 sendUrl INFO 83 [447] R:OK -2015-03-11 16:30:12 queue INFO >>83 [448] -2015-03-11 16:30:13 sendUrl INFO 83 [448] R:OK -2015-03-11 16:31:03 queue INFO >>83 [449] -2015-03-11 16:31:03 sendUrl INFO 83 [449] R:OK -2015-03-11 16:31:53 queue INFO >>83 [450] -2015-03-11 16:31:53 sendUrl INFO 83 [450] R:OK -2015-03-11 16:32:43 queue INFO >>83 [451] -2015-03-11 16:32:43 sendUrl INFO 83 [451] R:OK -2015-03-11 16:33:33 queue INFO >>83 [452] -2015-03-11 16:33:33 sendUrl INFO 83 [452] R:OK -2015-03-11 16:34:23 queue INFO >>83 [453] -2015-03-11 16:34:24 sendUrl INFO 83 [453] R:OK -2015-03-11 16:35:13 queue INFO >>83 [454] -2015-03-11 16:35:13 sendUrl INFO 83 [454] R:OK -2015-03-11 16:36:03 queue INFO >>83 [455] -2015-03-11 16:36:04 sendUrl INFO 83 [455] R:OK -2015-03-11 16:36:40 queue INFO 87 [456] -2015-03-11 16:36:41 sendUrl INFO 87 [456] R:OK -2015-03-11 16:36:41 queue INFO >87 [457] -2015-03-11 16:36:41 sendUrl INFO 87 [457] R:OK -2015-03-11 16:36:42 queue INFO 83 [458] -2015-03-11 16:36:42 queue INFO >83 [459] -2015-03-11 16:36:43 sendUrl INFO 83 [458] R:OK -2015-03-11 16:36:43 sendUrl INFO 83 [459] R:OK -2015-03-11 16:37:32 queue INFO >>83 [460] -2015-03-11 16:37:32 sendUrl INFO 83 [460] R:OK -2015-03-11 16:38:22 queue INFO >>83 [461] -2015-03-11 16:38:23 sendUrl INFO 83 [461] R:OK -2015-03-11 16:39:12 queue INFO >>83 [462] -2015-03-11 16:39:13 sendUrl INFO 83 [462] R:OK -2015-03-11 16:40:03 queue INFO >>83 [463] -2015-03-11 16:40:03 sendUrl INFO 83 [463] R:OK -2015-03-11 16:40:53 queue INFO >>83 [464] -2015-03-11 16:40:53 sendUrl INFO 83 [464] R:OK -2015-03-11 16:41:43 queue INFO >>83 [465] -2015-03-11 16:41:43 sendUrl INFO 83 [465] R:OK -2015-03-11 16:42:33 queue INFO >>83 [466] -2015-03-11 16:42:33 sendUrl INFO 83 [466] R:OK -2015-03-11 16:43:23 queue INFO >>83 [467] -2015-03-11 16:43:24 sendUrl INFO 83 [467] R:OK -2015-03-11 16:44:13 queue INFO >>83 [468] -2015-03-11 16:44:14 sendUrl INFO 83 [468] R:OK -2015-03-11 16:45:04 queue INFO >>83 [469] -2015-03-11 16:45:04 sendUrl INFO 83 [469] R:OK -2015-03-11 16:45:40 queue INFO 87 [470] -2015-03-11 16:45:40 queue INFO >87 [471] -2015-03-11 16:45:41 sendUrl INFO 87 [470] R:OK -2015-03-11 16:45:41 sendUrl INFO 87 [471] R:OK -2015-03-11 16:45:42 queue INFO 83 [472] -2015-03-11 16:45:42 queue INFO >83 [473] -2015-03-11 16:45:42 sendUrl INFO 83 [472] R:OK -2015-03-11 16:45:43 sendUrl INFO 83 [473] R:OK -2015-03-11 16:46:32 queue INFO >>83 [474] -2015-03-11 16:46:32 sendUrl INFO 83 [474] R:OK -2015-03-11 16:47:22 queue INFO >>83 [475] -2015-03-11 16:47:22 sendUrl INFO 83 [475] R:OK -2015-03-11 16:48:12 queue INFO >>83 [476] -2015-03-11 16:48:13 sendUrl INFO 83 [476] R:OK -2015-03-11 16:49:02 queue INFO >>83 [477] -2015-03-11 16:49:03 sendUrl INFO 83 [477] R:OK -2015-03-11 16:49:53 queue INFO >>83 [478] -2015-03-11 16:49:53 sendUrl INFO 83 [478] R:OK -2015-03-11 16:50:43 queue INFO >>83 [479] -2015-03-11 16:50:43 sendUrl INFO 83 [479] R:OK -2015-03-11 16:51:33 queue INFO >>83 [480] -2015-03-11 16:51:33 sendUrl INFO 83 [480] R:OK -2015-03-11 16:52:23 queue INFO >>83 [481] -2015-03-11 16:52:23 sendUrl INFO 83 [481] R:OK -2015-03-11 16:53:13 queue INFO >>83 [482] -2015-03-11 16:53:14 sendUrl INFO 83 [482] R:OK -2015-03-11 16:54:03 queue INFO >>83 [483] -2015-03-11 16:54:04 sendUrl INFO 83 [483] R:OK -2015-03-11 16:54:40 queue INFO 87 [484] -2015-03-11 16:54:41 queue INFO >87 [485] -2015-03-11 16:54:41 sendUrl INFO 87 [484] R:OK -2015-03-11 16:54:41 sendUrl INFO 87 [485] R:OK -2015-03-11 16:54:42 queue INFO 83 [486] -2015-03-11 16:54:42 queue INFO >83 [487] -2015-03-11 16:54:42 sendUrl INFO 83 [486] R:OK -2015-03-11 16:54:43 sendUrl INFO 83 [487] R:OK -2015-03-11 16:55:32 queue INFO >>83 [488] -2015-03-11 16:55:33 sendUrl INFO 83 [488] R:OK -2015-03-11 16:56:22 queue INFO >>83 [489] -2015-03-11 16:56:22 sendUrl INFO 83 [489] R:OK -2015-03-11 16:57:12 queue INFO >>83 [490] -2015-03-11 16:57:13 sendUrl INFO 83 [490] R:OK -2015-03-11 16:58:03 queue INFO >>83 [491] -2015-03-11 16:58:03 sendUrl INFO 83 [491] R:OK -2015-03-11 16:58:53 queue INFO >>83 [492] -2015-03-11 16:58:53 sendUrl INFO 83 [492] R:OK -2015-03-11 16:59:43 queue INFO >>83 [493] -2015-03-11 16:59:43 sendUrl INFO 83 [493] R:OK -2015-03-11 17:00:33 queue INFO >>83 [494] -2015-03-11 17:00:34 sendUrl INFO 83 [494] R:OK -2015-03-11 17:01:23 queue INFO >>83 [495] -2015-03-11 17:01:23 sendUrl INFO 83 [495] R:OK -2015-03-11 17:02:13 queue INFO >>83 [496] -2015-03-11 17:02:14 sendUrl INFO 83 [496] R:OK -2015-03-11 17:03:03 queue INFO >>83 [497] -2015-03-11 17:03:04 sendUrl INFO 83 [497] R:OK -2015-03-11 17:03:40 queue INFO 87 [498] -2015-03-11 17:03:40 sendUrl INFO 87 [498] R:OK -2015-03-11 17:03:40 queue INFO >87 [499] -2015-03-11 17:03:41 sendUrl INFO 87 [499] R:OK -2015-03-11 17:03:42 queue INFO 83 [500] -2015-03-11 17:03:42 queue INFO >83 [501] -2015-03-11 17:03:42 sendUrl INFO 83 [500] R:OK -2015-03-11 17:03:43 sendUrl INFO 83 [501] R:OK -2015-03-11 17:04:32 queue INFO >>83 [502] -2015-03-11 17:04:32 sendUrl INFO 83 [502] R:OK -2015-03-11 17:05:22 queue INFO >>83 [503] -2015-03-11 17:05:22 sendUrl INFO 83 [503] R:OK -2015-03-11 17:06:12 queue INFO >>83 [504] -2015-03-11 17:06:12 sendUrl INFO 83 [504] R:OK -2015-03-11 17:07:02 queue INFO >>83 [505] -2015-03-11 17:07:03 sendUrl INFO 83 [505] R:OK -2015-03-11 17:07:53 queue INFO >>83 [506] -2015-03-11 17:07:53 sendUrl INFO 83 [506] R:OK -2015-03-11 17:08:43 queue INFO >>83 [507] -2015-03-11 17:08:43 sendUrl INFO 83 [507] R:OK -2015-03-11 17:08:50 queue INFO 81 [508] -2015-03-11 17:08:51 queue INFO >81 [509] -2015-03-11 17:08:51 sendUrl INFO 81 [508] R:OK -2015-03-11 17:08:51 sendUrl INFO 81 [509] R:OK -2015-03-11 17:09:18 queue INFO 83 [510] -2015-03-11 17:09:18 queue INFO >83 [511] -2015-03-11 17:09:19 sendUrl INFO 83 [510] R:OK -2015-03-11 17:09:19 sendUrl INFO 83 [511] R:OK -2015-03-11 17:10:08 queue INFO >>83 [512] -2015-03-11 17:10:08 sendUrl INFO 83 [512] R:OK -2015-03-11 17:10:58 queue INFO >>83 [513] -2015-03-11 17:10:59 sendUrl INFO 83 [513] R:OK -2015-03-11 17:11:49 queue INFO >>83 [514] -2015-03-11 17:11:49 sendUrl INFO 83 [514] R:OK -2015-03-11 17:12:39 queue INFO >>83 [515] -2015-03-11 17:12:39 sendUrl INFO 83 [515] R:OK -2015-03-11 17:12:41 queue INFO 87 [516] -2015-03-11 17:12:41 sendUrl INFO 87 [516] R:OK -2015-03-11 17:12:41 queue INFO >87 [517] -2015-03-11 17:12:41 sendUrl INFO 87 [517] R:OK -2015-03-11 17:12:42 queue INFO 83 [518] -2015-03-11 17:12:43 queue INFO >83 [519] -2015-03-11 17:12:43 sendUrl INFO 83 [518] R:OK -2015-03-11 17:12:43 sendUrl INFO 83 [519] R:OK -2015-03-11 17:13:33 queue INFO >>83 [520] -2015-03-11 17:13:33 sendUrl INFO 83 [520] R:OK -2015-03-11 17:14:23 queue INFO >>83 [521] -2015-03-11 17:14:23 sendUrl INFO 83 [521] R:OK -2015-03-11 17:15:13 queue INFO >>83 [522] -2015-03-11 17:15:13 sendUrl INFO 83 [522] R:OK -2015-03-11 17:16:03 queue INFO >>83 [523] -2015-03-11 17:16:03 sendUrl INFO 83 [523] R:OK -2015-03-11 17:16:53 queue INFO >>83 [524] -2015-03-11 17:16:54 sendUrl INFO 83 [524] R:OK -2015-03-11 17:17:43 queue INFO >>83 [525] -2015-03-11 17:17:43 sendUrl INFO 83 [525] R:OK -2015-03-11 17:18:33 queue INFO >>83 [526] -2015-03-11 17:18:34 sendUrl INFO 83 [526] R:OK -2015-03-11 17:19:24 queue INFO >>83 [527] -2015-03-11 17:19:24 sendUrl INFO 83 [527] R:OK -2015-03-11 17:20:14 queue INFO >>83 [528] -2015-03-11 17:20:14 sendUrl INFO 83 [528] R:OK -2015-03-11 17:21:04 queue INFO >>83 [529] -2015-03-11 17:21:04 sendUrl INFO 83 [529] R:OK -2015-03-11 17:21:54 queue INFO >>83 [530] -2015-03-11 17:21:54 sendUrl INFO 83 [530] R:OK -2015-03-11 17:22:44 queue INFO >>83 [531] -2015-03-11 17:22:44 sendUrl INFO 83 [531] R:OK -2015-03-11 17:23:34 queue INFO >>83 [532] -2015-03-11 17:23:35 sendUrl INFO 83 [532] R:OK -2015-03-11 17:24:24 queue INFO >>83 [533] -2015-03-11 17:24:25 sendUrl INFO 83 [533] R:OK -2015-03-11 17:24:26 queue INFO 87 [534] -2015-03-11 17:24:27 queue INFO >87 [535] -2015-03-11 17:24:27 sendUrl INFO 87 [534] R:OK -2015-03-11 17:24:27 sendUrl INFO 87 [535] R:OK -2015-03-11 17:24:28 queue INFO 83 [536] -2015-03-11 17:24:28 queue INFO >83 [537] -2015-03-11 17:24:28 sendUrl INFO 83 [536] R:OK -2015-03-11 17:24:29 sendUrl INFO 83 [537] R:OK -2015-03-11 17:25:18 queue INFO >>83 [538] -2015-03-11 17:25:19 sendUrl INFO 83 [538] R:OK -2015-03-11 17:26:08 queue INFO >>83 [539] -2015-03-11 17:26:08 sendUrl INFO 83 [539] R:OK -2015-03-11 17:26:58 queue INFO >>83 [540] -2015-03-11 17:26:59 sendUrl INFO 83 [540] R:OK -2015-03-11 17:27:49 queue INFO >>83 [541] -2015-03-11 17:27:49 sendUrl INFO 83 [541] R:OK -2015-03-11 17:28:39 queue INFO >>83 [542] -2015-03-11 17:28:39 sendUrl INFO 83 [542] R:OK -2015-03-11 17:29:29 queue INFO >>83 [543] -2015-03-11 17:29:29 sendUrl INFO 83 [543] R:OK -2015-03-11 17:30:19 queue INFO >>83 [544] -2015-03-11 17:30:20 sendUrl INFO 83 [544] R:OK -2015-03-11 17:31:09 queue INFO >>83 [545] -2015-03-11 17:31:09 sendUrl INFO 83 [545] R:OK -2015-03-11 17:31:59 queue INFO >>83 [546] -2015-03-11 17:32:00 sendUrl INFO 83 [546] R:OK -2015-03-11 17:32:50 queue INFO >>83 [547] -2015-03-11 17:32:50 sendUrl INFO 83 [547] R:OK -2015-03-11 17:33:27 queue INFO 87 [548] -2015-03-11 17:33:27 queue INFO >87 [549] -2015-03-11 17:33:27 sendUrl INFO 87 [548] R:OK -2015-03-11 17:33:27 sendUrl INFO 87 [549] R:OK -2015-03-11 17:33:28 queue INFO 83 [550] -2015-03-11 17:33:28 sendUrl INFO 83 [550] R:OK -2015-03-11 17:33:28 queue INFO >83 [551] -2015-03-11 17:33:29 sendUrl INFO 83 [551] R:OK -2015-03-11 17:34:18 queue INFO >>83 [552] -2015-03-11 17:34:19 sendUrl INFO 83 [552] R:OK -2015-03-11 17:35:09 queue INFO >>83 [553] -2015-03-11 17:35:09 sendUrl INFO 83 [553] R:OK -2015-03-11 17:35:59 queue INFO >>83 [554] -2015-03-11 17:35:59 sendUrl INFO 83 [554] R:OK -2015-03-11 17:36:49 queue INFO >>83 [555] -2015-03-11 17:36:49 sendUrl INFO 83 [555] R:OK -2015-03-11 17:37:39 queue INFO >>83 [556] -2015-03-11 17:37:40 sendUrl INFO 83 [556] R:OK -2015-03-11 17:38:29 queue INFO >>83 [557] -2015-03-11 17:38:29 sendUrl INFO 83 [557] R:OK -2015-03-11 17:39:19 queue INFO >>83 [558] -2015-03-11 17:39:20 sendUrl INFO 83 [558] R:OK -2015-03-11 17:40:09 queue INFO >>83 [559] -2015-03-11 17:40:10 sendUrl INFO 83 [559] R:OK -2015-03-11 17:41:00 queue INFO >>83 [560] -2015-03-11 17:41:00 sendUrl INFO 83 [560] R:OK -2015-03-11 17:41:50 queue INFO >>83 [561] -2015-03-11 17:41:50 sendUrl INFO 83 [561] R:OK -2015-03-11 17:42:26 queue INFO 87 [562] -2015-03-11 17:42:27 queue INFO >87 [563] -2015-03-11 17:42:27 sendUrl INFO 87 [562] R:OK -2015-03-11 17:42:27 sendUrl INFO 87 [563] R:OK -2015-03-11 17:42:28 queue INFO 83 [564] -2015-03-11 17:42:28 queue INFO >83 [565] -2015-03-11 17:42:29 sendUrl INFO 83 [564] R:OK -2015-03-11 17:42:29 sendUrl INFO 83 [565] R:OK -2015-03-11 17:43:18 queue INFO >>83 [566] -2015-03-11 17:43:18 sendUrl INFO 83 [566] R:OK -2015-03-11 17:44:08 queue INFO >>83 [567] -2015-03-11 17:44:09 sendUrl INFO 83 [567] R:OK -2015-03-11 17:44:59 queue INFO >>83 [568] -2015-03-11 17:44:59 sendUrl INFO 83 [568] R:OK -2015-03-11 17:45:49 queue INFO >>83 [569] -2015-03-11 17:45:49 sendUrl INFO 83 [569] R:OK -2015-03-11 17:46:39 queue INFO >>83 [570] -2015-03-11 17:46:39 sendUrl INFO 83 [570] R:OK -2015-03-11 17:47:29 queue INFO >>83 [571] -2015-03-11 17:47:29 sendUrl INFO 83 [571] R:OK -2015-03-11 17:48:19 queue INFO >>83 [572] -2015-03-11 17:48:19 sendUrl INFO 83 [572] R:OK -2015-03-11 17:49:09 queue INFO >>83 [573] -2015-03-11 17:49:10 sendUrl INFO 83 [573] R:OK -2015-03-11 17:49:59 queue INFO >>83 [574] -2015-03-11 17:49:59 sendUrl INFO 83 [574] R:OK -2015-03-11 17:50:49 queue INFO >>83 [575] -2015-03-11 17:50:50 sendUrl INFO 83 [575] R:OK -2015-03-11 17:51:27 queue INFO 87 [576] -2015-03-11 17:51:27 queue INFO >87 [577] -2015-03-11 17:51:27 sendUrl INFO 87 [576] R:OK -2015-03-11 17:51:28 sendUrl INFO 87 [577] R:OK -2015-03-11 17:51:28 queue INFO 83 [578] -2015-03-11 17:51:28 queue INFO >83 [579] -2015-03-11 17:51:29 sendUrl INFO 83 [578] R:OK -2015-03-11 17:51:29 sendUrl INFO 83 [579] R:OK -2015-03-11 17:52:18 queue INFO >>83 [580] -2015-03-11 17:52:18 sendUrl INFO 83 [580] R:OK -2015-03-11 17:53:08 queue INFO >>83 [581] -2015-03-11 17:53:09 sendUrl INFO 83 [581] R:OK -2015-03-11 17:53:59 queue INFO >>83 [582] -2015-03-11 17:53:59 sendUrl INFO 83 [582] R:OK -2015-03-11 17:54:49 queue INFO >>83 [583] -2015-03-11 17:54:49 sendUrl INFO 83 [583] R:OK -2015-03-11 17:55:39 queue INFO >>83 [584] -2015-03-11 17:55:39 sendUrl INFO 83 [584] R:OK -2015-03-11 17:56:29 queue INFO >>83 [585] -2015-03-11 17:56:30 sendUrl INFO 83 [585] R:OK -2015-03-11 17:57:19 queue INFO >>83 [586] -2015-03-11 17:57:19 sendUrl INFO 83 [586] R:OK -2015-03-11 17:58:09 queue INFO >>83 [587] -2015-03-11 17:58:10 sendUrl INFO 83 [587] R:OK -2015-03-11 17:58:59 queue INFO >>83 [588] -2015-03-11 17:59:00 sendUrl INFO 83 [588] R:OK -2015-03-11 17:59:50 queue INFO >>83 [589] -2015-03-11 17:59:50 sendUrl INFO 83 [589] R:OK -2015-03-11 18:00:26 queue INFO 87 [590] -2015-03-11 18:00:27 queue INFO >87 [591] -2015-03-11 18:00:27 sendUrl INFO 87 [590] R:OK -2015-03-11 18:00:27 sendUrl INFO 87 [591] R:OK -2015-03-11 18:00:28 queue INFO 83 [592] -2015-03-11 18:00:28 sendUrl INFO 83 [592] R:OK -2015-03-11 18:00:28 queue INFO >83 [593] -2015-03-11 18:00:29 sendUrl INFO 83 [593] R:OK -2015-03-11 18:01:18 queue INFO >>83 [594] -2015-03-11 18:01:19 sendUrl INFO 83 [594] R:OK -2015-03-11 18:02:08 queue INFO >>83 [595] -2015-03-11 18:02:09 sendUrl INFO 83 [595] R:OK -2015-03-11 18:02:50 queue INFO 81 [596] -2015-03-11 18:02:50 sendUrl INFO 81 [596] R:OK -2015-03-11 18:02:50 queue INFO >81 [597] -2015-03-11 18:02:51 sendUrl INFO 81 [597] R:OK -2015-03-11 18:03:17 queue INFO 83 [598] -2015-03-11 18:03:17 sendUrl INFO 83 [598] R:OK -2015-03-11 18:03:17 queue INFO >83 [599] -2015-03-11 18:03:17 sendUrl INFO 83 [599] R:OK -2015-03-11 18:04:07 queue INFO >>83 [600] -2015-03-11 18:04:07 sendUrl INFO 83 [600] R:OK -2015-03-11 18:04:57 queue INFO >>83 [601] -2015-03-11 18:04:57 sendUrl INFO 83 [601] R:OK -2015-03-11 18:05:47 queue INFO >>83 [602] -2015-03-11 18:05:47 sendUrl INFO 83 [602] R:OK -2015-03-11 18:06:37 queue INFO >>83 [603] -2015-03-11 18:06:38 sendUrl INFO 83 [603] R:OK -2015-03-11 18:07:27 queue INFO >>83 [604] -2015-03-11 18:07:28 sendUrl INFO 83 [604] R:OK -2015-03-11 18:08:18 queue INFO >>83 [605] -2015-03-11 18:08:18 sendUrl INFO 83 [605] R:OK -2015-03-11 18:09:08 queue INFO >>83 [606] -2015-03-11 18:09:08 sendUrl INFO 83 [606] R:OK -2015-03-11 18:09:27 queue INFO 87 [607] -2015-03-11 18:09:27 queue INFO >87 [608] -2015-03-11 18:09:27 sendUrl INFO 87 [607] R:OK -2015-03-11 18:09:28 sendUrl INFO 87 [608] R:OK -2015-03-11 18:09:29 queue INFO 83 [609] -2015-03-11 18:09:29 sendUrl INFO 83 [609] R:OK -2015-03-11 18:09:29 queue INFO >83 [610] -2015-03-11 18:09:29 sendUrl INFO 83 [610] R:OK -2015-03-11 18:10:19 queue INFO >>83 [611] -2015-03-11 18:10:19 sendUrl INFO 83 [611] R:OK -2015-03-11 18:11:09 queue INFO >>83 [612] -2015-03-11 18:11:09 sendUrl INFO 83 [612] R:OK -2015-03-11 18:11:59 queue INFO >>83 [613] -2015-03-11 18:11:59 sendUrl INFO 83 [613] R:OK -2015-03-11 18:12:49 queue INFO >>83 [614] -2015-03-11 18:12:50 sendUrl INFO 83 [614] R:OK -2015-03-11 18:13:39 queue INFO >>83 [615] -2015-03-11 18:13:40 sendUrl INFO 83 [615] R:OK -2015-03-11 18:14:30 queue INFO >>83 [616] -2015-03-11 18:14:30 sendUrl INFO 83 [616] R:OK -2015-03-11 18:15:20 queue INFO >>83 [617] -2015-03-11 18:15:20 sendUrl INFO 83 [617] R:OK -2015-03-11 18:16:10 queue INFO >>83 [618] -2015-03-11 18:16:10 sendUrl INFO 83 [618] R:OK -2015-03-11 18:17:00 queue INFO >>83 [619] -2015-03-11 18:17:00 sendUrl INFO 83 [619] R:OK -2015-03-11 18:17:50 queue INFO >>83 [620] -2015-03-11 18:17:51 sendUrl INFO 83 [620] R:OK -2015-03-11 18:18:27 queue INFO 87 [621] -2015-03-11 18:18:27 queue INFO >87 [622] -2015-03-11 18:18:27 sendUrl INFO 87 [621] R:OK -2015-03-11 18:18:28 sendUrl INFO 87 [622] R:OK -2015-03-11 18:18:28 queue INFO 83 [623] -2015-03-11 18:18:29 queue INFO >83 [624] -2015-03-11 18:18:29 sendUrl INFO 83 [623] R:OK -2015-03-11 18:18:29 sendUrl INFO 83 [624] R:OK -2015-03-11 18:19:19 queue INFO >>83 [625] -2015-03-11 18:19:19 sendUrl INFO 83 [625] R:OK -2015-03-11 18:20:09 queue INFO >>83 [626] -2015-03-11 18:20:09 sendUrl INFO 83 [626] R:OK -2015-03-11 18:20:59 queue INFO >>83 [627] -2015-03-11 18:20:59 sendUrl INFO 83 [627] R:OK -2015-03-11 18:21:49 queue INFO >>83 [628] -2015-03-11 18:21:49 sendUrl INFO 83 [628] R:OK -2015-03-11 18:22:39 queue INFO >>83 [629] -2015-03-11 18:22:40 sendUrl INFO 83 [629] R:OK -2015-03-11 18:23:29 queue INFO >>83 [630] -2015-03-11 18:23:30 sendUrl INFO 83 [630] R:OK -2015-03-11 18:24:20 queue INFO >>83 [631] -2015-03-11 18:24:20 sendUrl INFO 83 [631] R:OK -2015-03-11 18:25:10 queue INFO >>83 [632] -2015-03-11 18:25:10 sendUrl INFO 83 [632] R:OK -2015-03-11 18:26:00 queue INFO >>83 [633] -2015-03-11 18:26:00 sendUrl INFO 83 [633] R:OK -2015-03-11 18:26:50 queue INFO >>83 [634] -2015-03-11 18:26:50 sendUrl INFO 83 [634] R:OK -2015-03-11 18:27:27 queue INFO 87 [635] -2015-03-11 18:27:27 queue INFO >87 [636] -2015-03-11 18:27:28 sendUrl INFO 87 [635] R:OK -2015-03-11 18:27:28 sendUrl INFO 87 [636] R:OK -2015-03-11 18:27:29 queue INFO 83 [637] -2015-03-11 18:27:29 queue INFO >83 [638] -2015-03-11 18:27:29 sendUrl INFO 83 [637] R:OK -2015-03-11 18:27:29 sendUrl INFO 83 [638] R:OK -2015-03-11 18:28:19 queue INFO >>83 [639] -2015-03-11 18:28:19 sendUrl INFO 83 [639] R:OK -2015-03-11 18:29:09 queue INFO >>83 [640] -2015-03-11 18:29:09 sendUrl INFO 83 [640] R:OK -2015-03-11 18:29:59 queue INFO >>83 [641] -2015-03-11 18:29:59 sendUrl INFO 83 [641] R:OK -2015-03-11 18:30:49 queue INFO >>83 [642] -2015-03-11 18:30:50 sendUrl INFO 83 [642] R:OK -2015-03-11 18:31:40 queue INFO >>83 [643] -2015-03-11 18:31:40 sendUrl INFO 83 [643] R:OK -2015-03-11 18:32:30 queue INFO >>83 [644] -2015-03-11 18:32:30 sendUrl INFO 83 [644] R:OK -2015-03-11 18:33:20 queue INFO >>83 [645] -2015-03-11 18:33:20 sendUrl INFO 83 [645] R:OK -2015-03-11 18:34:10 queue INFO >>83 [646] -2015-03-11 18:34:10 sendUrl INFO 83 [646] R:OK -2015-03-11 18:35:00 queue INFO >>83 [647] -2015-03-11 18:35:00 sendUrl INFO 83 [647] R:OK -2015-03-11 18:35:50 queue INFO >>83 [648] -2015-03-11 18:35:51 sendUrl INFO 83 [648] R:OK -2015-03-11 18:36:27 queue INFO 87 [649] -2015-03-11 18:36:27 queue INFO >87 [650] -2015-03-11 18:36:27 sendUrl INFO 87 [649] R:OK -2015-03-11 18:36:28 sendUrl INFO 87 [650] R:OK -2015-03-11 18:36:28 queue INFO 83 [651] -2015-03-11 18:36:29 queue INFO >83 [652] -2015-03-11 18:36:29 sendUrl INFO 83 [651] R:OK -2015-03-11 18:36:29 sendUrl INFO 83 [652] R:OK -2015-03-11 18:37:19 queue INFO >>83 [653] -2015-03-11 18:37:19 sendUrl INFO 83 [653] R:OK -2015-03-11 18:38:09 queue INFO >>83 [654] -2015-03-11 18:38:09 sendUrl INFO 83 [654] R:OK -2015-03-11 18:38:59 queue INFO >>83 [655] -2015-03-11 18:38:59 sendUrl INFO 83 [655] R:OK -2015-03-11 18:39:49 queue INFO >>83 [656] -2015-03-11 18:39:49 sendUrl INFO 83 [656] R:OK -2015-03-11 18:40:39 queue INFO >>83 [657] -2015-03-11 18:40:40 sendUrl INFO 83 [657] R:OK -2015-03-11 18:41:29 queue INFO >>83 [658] -2015-03-11 18:41:30 sendUrl INFO 83 [658] R:OK -2015-03-11 18:42:19 queue INFO >>83 [659] -2015-03-11 18:42:20 sendUrl INFO 83 [659] R:OK -2015-03-11 18:43:10 queue INFO >>83 [660] -2015-03-11 18:43:10 sendUrl INFO 83 [660] R:OK -2015-03-11 18:44:00 queue INFO >>83 [661] -2015-03-11 18:44:00 sendUrl INFO 83 [661] R:OK -2015-03-11 18:44:50 queue INFO >>83 [662] -2015-03-11 18:44:50 sendUrl INFO 83 [662] R:OK -2015-03-11 18:45:27 queue INFO 87 [663] -2015-03-11 18:45:27 sendUrl INFO 87 [663] R:OK -2015-03-11 18:45:27 queue INFO >87 [664] -2015-03-11 18:45:28 sendUrl INFO 87 [664] R:OK -2015-03-11 18:45:29 queue INFO 83 [665] -2015-03-11 18:45:29 queue INFO >83 [666] -2015-03-11 18:45:29 sendUrl INFO 83 [665] R:OK -2015-03-11 18:45:30 sendUrl INFO 83 [666] R:OK -2015-03-11 18:46:19 queue INFO >>83 [667] -2015-03-11 18:46:19 sendUrl INFO 83 [667] R:OK -2015-03-11 18:47:09 queue INFO >>83 [668] -2015-03-11 18:47:09 sendUrl INFO 83 [668] R:OK -2015-03-11 18:47:59 queue INFO >>83 [669] -2015-03-11 18:48:00 sendUrl INFO 83 [669] R:OK -2015-03-11 18:48:49 queue INFO >>83 [670] -2015-03-11 18:48:49 sendUrl INFO 83 [670] R:OK -2015-03-11 18:49:39 queue INFO >>83 [671] -2015-03-11 18:49:40 sendUrl INFO 83 [671] R:OK -2015-03-11 18:50:30 queue INFO >>83 [672] -2015-03-11 18:50:30 sendUrl INFO 83 [672] R:OK -2015-03-11 18:51:20 queue INFO >>83 [673] -2015-03-11 18:51:20 sendUrl INFO 83 [673] R:OK -2015-03-11 18:52:10 queue INFO >>83 [674] -2015-03-11 18:52:10 sendUrl INFO 83 [674] R:OK -2015-03-11 18:53:00 queue INFO >>83 [675] -2015-03-11 18:53:00 sendUrl INFO 83 [675] R:OK -2015-03-11 18:53:50 queue INFO >>83 [676] -2015-03-11 18:53:50 sendUrl INFO 83 [676] R:OK -2015-03-11 18:54:27 queue INFO 87 [677] -2015-03-11 18:54:27 queue INFO >87 [678] -2015-03-11 18:54:27 sendUrl INFO 87 [677] R:OK -2015-03-11 18:54:28 sendUrl INFO 87 [678] R:OK -2015-03-11 18:54:28 queue INFO 83 [679] -2015-03-11 18:54:29 queue INFO >83 [680] -2015-03-11 18:54:29 sendUrl INFO 83 [679] R:OK -2015-03-11 18:54:29 sendUrl INFO 83 [680] R:OK -2015-03-11 18:55:19 queue INFO >>83 [681] -2015-03-11 18:55:19 sendUrl INFO 83 [681] R:OK -2015-03-11 18:56:09 queue INFO >>83 [682] -2015-03-11 18:56:09 sendUrl INFO 83 [682] R:OK -2015-03-11 18:56:59 queue INFO >>83 [683] -2015-03-11 18:56:59 sendUrl INFO 83 [683] R:OK -2015-03-11 18:57:49 queue INFO >>83 [684] -2015-03-11 18:57:50 sendUrl INFO 83 [684] R:OK -2015-03-11 18:58:39 queue INFO >>83 [685] -2015-03-11 18:58:39 sendUrl INFO 83 [685] R:OK -2015-03-11 18:59:29 queue INFO >>83 [686] -2015-03-11 18:59:30 sendUrl INFO 83 [686] R:OK -2015-03-11 19:00:20 queue INFO >>83 [687] -2015-03-11 19:00:20 sendUrl INFO 83 [687] R:OK -2015-03-11 19:01:10 queue INFO >>83 [688] -2015-03-11 19:01:10 sendUrl INFO 83 [688] R:OK -2015-03-11 19:02:00 queue INFO >>83 [689] -2015-03-11 19:02:00 sendUrl INFO 83 [689] R:OK -2015-03-11 19:02:50 queue INFO >>83 [690] -2015-03-11 19:02:51 sendUrl INFO 83 [690] R:OK -2015-03-11 19:03:27 queue INFO 87 [691] -2015-03-11 19:03:28 queue INFO >87 [692] -2015-03-11 19:03:28 sendUrl INFO 87 [691] R:OK -2015-03-11 19:03:28 sendUrl INFO 87 [692] R:OK -2015-03-11 19:03:29 queue INFO 83 [693] -2015-03-11 19:03:29 queue INFO >83 [694] -2015-03-11 19:03:29 sendUrl INFO 83 [693] R:OK -2015-03-11 19:03:30 sendUrl INFO 83 [694] R:OK -2015-03-11 19:04:19 queue INFO >>83 [695] -2015-03-11 19:04:20 sendUrl INFO 83 [695] R:OK -2015-03-11 19:05:09 queue INFO >>83 [696] -2015-03-11 19:05:10 sendUrl INFO 83 [696] R:OK -2015-03-11 19:05:59 queue INFO >>83 [697] -2015-03-11 19:06:00 sendUrl INFO 83 [697] R:OK -2015-03-11 19:06:50 queue INFO >>83 [698] -2015-03-11 19:06:50 sendUrl INFO 83 [698] R:OK -2015-03-11 19:07:40 queue INFO >>83 [699] -2015-03-11 19:07:40 sendUrl INFO 83 [699] R:OK -2015-03-11 19:08:30 queue INFO >>83 [700] -2015-03-11 19:08:30 sendUrl INFO 83 [700] R:OK -2015-03-11 19:09:20 queue INFO >>83 [701] -2015-03-11 19:09:20 sendUrl INFO 83 [701] R:OK -2015-03-11 19:10:10 queue INFO >>83 [702] -2015-03-11 19:10:10 sendUrl INFO 83 [702] R:OK -2015-03-11 19:11:00 queue INFO >>83 [703] -2015-03-11 19:11:01 sendUrl INFO 83 [703] R:OK -2015-03-11 19:11:50 queue INFO >>83 [704] -2015-03-11 19:11:51 sendUrl INFO 83 [704] R:OK -2015-03-11 19:12:27 queue INFO 87 [705] -2015-03-11 19:12:28 queue INFO >87 [706] -2015-03-11 19:12:28 sendUrl INFO 87 [705] R:OK -2015-03-11 19:12:28 sendUrl INFO 87 [706] R:OK -2015-03-11 19:12:29 queue INFO 83 [707] -2015-03-11 19:12:29 queue INFO >83 [708] -2015-03-11 19:12:29 sendUrl INFO 83 [707] R:OK -2015-03-11 19:12:30 sendUrl INFO 83 [708] R:OK -2015-03-11 19:13:19 queue INFO >>83 [709] -2015-03-11 19:13:19 sendUrl INFO 83 [709] R:OK -2015-03-11 19:14:09 queue INFO >>83 [710] -2015-03-11 19:14:10 sendUrl INFO 83 [710] R:OK -2015-03-11 19:14:59 queue INFO >>83 [711] -2015-03-11 19:15:00 sendUrl INFO 83 [711] R:OK -2015-03-11 19:15:49 queue INFO >>83 [712] -2015-03-11 19:15:50 sendUrl INFO 83 [712] R:OK -2015-03-11 19:16:40 queue INFO >>83 [713] -2015-03-11 19:16:40 sendUrl INFO 83 [713] R:OK -2015-03-11 19:17:30 queue INFO >>83 [714] -2015-03-11 19:17:30 sendUrl INFO 83 [714] R:OK -2015-03-11 19:18:20 queue INFO >>83 [715] -2015-03-11 19:18:20 sendUrl INFO 83 [715] R:OK -2015-03-11 19:19:10 queue INFO >>83 [716] -2015-03-11 19:19:10 sendUrl INFO 83 [716] R:OK -2015-03-11 19:20:00 queue INFO >>83 [717] -2015-03-11 19:20:00 sendUrl INFO 83 [717] R:OK -2015-03-11 19:20:50 queue INFO >>83 [718] -2015-03-11 19:20:51 sendUrl INFO 83 [718] R:OK -2015-03-11 19:21:27 queue INFO 87 [719] -2015-03-11 19:21:28 sendUrl INFO 87 [719] R:OK -2015-03-11 19:21:28 queue INFO >87 [720] -2015-03-11 19:21:28 sendUrl INFO 87 [720] R:OK -2015-03-11 19:21:29 queue INFO 83 [721] -2015-03-11 19:21:29 queue INFO >83 [722] -2015-03-11 19:21:30 sendUrl INFO 83 [721] R:OK -2015-03-11 19:21:30 sendUrl INFO 83 [722] R:OK -2015-03-11 19:22:19 queue INFO >>83 [723] -2015-03-11 19:22:19 sendUrl INFO 83 [723] R:OK -2015-03-11 19:23:09 queue INFO >>83 [724] -2015-03-11 19:23:10 sendUrl INFO 83 [724] R:OK -2015-03-11 19:23:59 queue INFO >>83 [725] -2015-03-11 19:24:00 sendUrl INFO 83 [725] R:OK -2015-03-11 19:24:50 queue INFO >>83 [726] -2015-03-11 19:24:50 sendUrl INFO 83 [726] R:OK -2015-03-11 19:25:40 queue INFO >>83 [727] -2015-03-11 19:25:40 sendUrl INFO 83 [727] R:OK -2015-03-11 19:26:30 queue INFO >>83 [728] -2015-03-11 19:26:30 sendUrl INFO 83 [728] R:OK -2015-03-11 19:27:20 queue INFO >>83 [729] -2015-03-11 19:27:20 sendUrl INFO 83 [729] R:OK -2015-03-11 19:28:10 queue INFO >>83 [730] -2015-03-11 19:28:11 sendUrl INFO 83 [730] R:OK -2015-03-11 19:29:00 queue INFO >>83 [731] -2015-03-11 19:29:01 sendUrl INFO 83 [731] R:OK -2015-03-11 19:29:51 queue INFO >>83 [732] -2015-03-11 19:29:51 sendUrl INFO 83 [732] R:OK -2015-03-11 19:30:27 queue INFO 87 [733] -2015-03-11 19:30:27 queue INFO >87 [734] -2015-03-11 19:30:28 sendUrl INFO 87 [733] R:OK -2015-03-11 19:30:28 sendUrl INFO 87 [734] R:OK -2015-03-11 19:30:29 queue INFO 83 [735] -2015-03-11 19:30:29 queue INFO >83 [736] -2015-03-11 19:30:29 sendUrl INFO 83 [735] R:OK -2015-03-11 19:30:30 sendUrl INFO 83 [736] R:OK -2015-03-11 19:31:19 queue INFO >>83 [737] -2015-03-11 19:31:19 sendUrl INFO 83 [737] R:OK -2015-03-11 19:32:09 queue INFO >>83 [738] -2015-03-11 19:32:09 sendUrl INFO 83 [738] R:OK -2015-03-11 19:32:59 queue INFO >>83 [739] -2015-03-11 19:33:00 sendUrl INFO 83 [739] R:OK -2015-03-11 19:33:49 queue INFO >>83 [740] -2015-03-11 19:33:50 sendUrl INFO 83 [740] R:OK -2015-03-11 19:34:40 queue INFO >>83 [741] -2015-03-11 19:34:40 sendUrl INFO 83 [741] R:OK -2015-03-11 19:35:30 queue INFO >>83 [742] -2015-03-11 19:35:30 sendUrl INFO 83 [742] R:OK -2015-03-11 19:36:20 queue INFO >>83 [743] -2015-03-11 19:36:20 sendUrl INFO 83 [743] R:OK -2015-03-11 19:37:10 queue INFO >>83 [744] -2015-03-11 19:37:10 sendUrl INFO 83 [744] R:OK -2015-03-11 19:38:00 queue INFO >>83 [745] -2015-03-11 19:38:01 sendUrl INFO 83 [745] R:OK -2015-03-11 19:38:50 queue INFO >>83 [746] -2015-03-11 19:38:50 sendUrl INFO 83 [746] R:OK -2015-03-11 19:39:27 queue INFO 87 [747] -2015-03-11 19:39:28 queue INFO >87 [748] -2015-03-11 19:39:28 sendUrl INFO 87 [747] R:OK -2015-03-11 19:39:28 sendUrl INFO 87 [748] R:OK -2015-03-11 19:39:29 queue INFO 83 [749] -2015-03-11 19:39:29 queue INFO >83 [750] -2015-03-11 19:39:29 sendUrl INFO 83 [749] R:OK -2015-03-11 19:39:30 sendUrl INFO 83 [750] R:OK -2015-03-11 19:40:19 queue INFO >>83 [751] -2015-03-11 19:40:20 sendUrl INFO 83 [751] R:OK -2015-03-11 19:41:09 queue INFO >>83 [752] -2015-03-11 19:41:09 sendUrl INFO 83 [752] R:OK -2015-03-11 19:41:59 queue INFO >>83 [753] -2015-03-11 19:42:00 sendUrl INFO 83 [753] R:OK -2015-03-11 19:42:50 queue INFO >>83 [754] -2015-03-11 19:42:50 sendUrl INFO 83 [754] R:OK -2015-03-11 19:43:40 queue INFO >>83 [755] -2015-03-11 19:43:40 sendUrl INFO 83 [755] R:OK -2015-03-11 19:44:30 queue INFO >>83 [756] -2015-03-11 19:44:30 sendUrl INFO 83 [756] R:OK -2015-03-11 19:45:20 queue INFO >>83 [757] -2015-03-11 19:45:20 sendUrl INFO 83 [757] R:OK -2015-03-11 19:46:10 queue INFO >>83 [758] -2015-03-11 19:46:10 sendUrl INFO 83 [758] R:OK -2015-03-11 19:47:00 queue INFO >>83 [759] -2015-03-11 19:47:01 sendUrl INFO 83 [759] R:OK -2015-03-11 19:47:50 queue INFO >>83 [760] -2015-03-11 19:47:51 sendUrl INFO 83 [760] R:OK -2015-03-11 19:48:27 queue INFO 87 [761] -2015-03-11 19:48:27 queue INFO >87 [762] -2015-03-11 19:48:27 sendUrl INFO 87 [761] R:OK -2015-03-11 19:48:28 sendUrl INFO 87 [762] R:OK -2015-03-11 19:48:29 queue INFO 83 [763] -2015-03-11 19:48:29 sendUrl INFO 83 [763] R:OK -2015-03-11 19:48:29 queue INFO >83 [764] -2015-03-11 19:48:29 sendUrl INFO 83 [764] R:OK -2015-03-11 19:49:19 queue INFO >>83 [765] -2015-03-11 19:49:19 sendUrl INFO 83 [765] R:OK -2015-03-11 19:50:09 queue INFO >>83 [766] -2015-03-11 19:50:10 sendUrl INFO 83 [766] R:OK -2015-03-11 19:50:59 queue INFO >>83 [767] -2015-03-11 19:50:59 sendUrl INFO 83 [767] R:OK -2015-03-11 19:51:49 queue INFO >>83 [768] -2015-03-11 19:51:50 sendUrl INFO 83 [768] R:OK -2015-03-11 19:52:39 queue INFO >>83 [769] -2015-03-11 19:52:40 sendUrl INFO 83 [769] R:OK -2015-03-11 19:53:30 queue INFO >>83 [770] -2015-03-11 19:53:30 sendUrl INFO 83 [770] R:OK -2015-03-11 19:54:20 queue INFO >>83 [771] -2015-03-11 19:54:20 sendUrl INFO 83 [771] R:OK -2015-03-11 19:55:10 queue INFO >>83 [772] -2015-03-11 19:55:10 sendUrl INFO 83 [772] R:OK -2015-03-11 19:56:00 queue INFO >>83 [773] -2015-03-11 19:56:00 sendUrl INFO 83 [773] R:OK -2015-03-11 19:56:50 queue INFO >>83 [774] -2015-03-11 19:56:51 sendUrl INFO 83 [774] R:OK -2015-03-11 19:57:28 queue INFO 87 [775] -2015-03-11 19:57:28 sendUrl INFO 87 [775] R:OK -2015-03-11 19:57:28 queue INFO >87 [776] -2015-03-11 19:57:28 sendUrl INFO 87 [776] R:OK -2015-03-11 19:57:29 queue INFO 83 [777] -2015-03-11 19:57:30 queue INFO >83 [778] -2015-03-11 19:57:30 sendUrl INFO 83 [777] R:OK -2015-03-11 19:57:30 sendUrl INFO 83 [778] R:OK -2015-03-11 19:58:20 queue INFO >>83 [779] -2015-03-11 19:58:20 sendUrl INFO 83 [779] R:OK -2015-03-11 19:59:10 queue INFO >>83 [780] -2015-03-11 19:59:10 sendUrl INFO 83 [780] R:OK -2015-03-11 20:00:00 queue INFO >>83 [781] -2015-03-11 20:00:00 sendUrl INFO 83 [781] R:OK -2015-03-11 20:00:50 queue INFO >>83 [782] -2015-03-11 20:00:50 sendUrl INFO 83 [782] R:OK -2015-03-11 20:01:40 queue INFO >>83 [783] -2015-03-11 20:01:41 sendUrl INFO 83 [783] R:OK -2015-03-11 20:02:30 queue INFO >>83 [784] -2015-03-11 20:02:30 sendUrl INFO 83 [784] R:OK -2015-03-11 20:03:21 queue INFO >>83 [785] -2015-03-11 20:03:21 sendUrl INFO 83 [785] R:OK -2015-03-11 20:04:11 queue INFO >>83 [786] -2015-03-11 20:04:11 sendUrl INFO 83 [786] R:OK -2015-03-11 20:05:01 queue INFO >>83 [787] -2015-03-11 20:05:01 sendUrl INFO 83 [787] R:OK -2015-03-11 20:05:51 queue INFO >>83 [788] -2015-03-11 20:05:51 sendUrl INFO 83 [788] R:OK -2015-03-11 20:06:28 queue INFO 87 [789] -2015-03-11 20:06:28 queue INFO >87 [790] -2015-03-11 20:06:28 sendUrl INFO 87 [789] R:OK -2015-03-11 20:06:29 sendUrl INFO 87 [790] R:OK -2015-03-11 20:06:29 queue INFO 83 [791] -2015-03-11 20:06:29 queue INFO >83 [792] -2015-03-11 20:06:30 sendUrl INFO 83 [791] R:OK -2015-03-11 20:06:30 sendUrl INFO 83 [792] R:OK -2015-03-11 20:07:19 queue INFO >>83 [793] -2015-03-11 20:07:20 sendUrl INFO 83 [793] R:OK -2015-03-11 20:08:10 queue INFO >>83 [794] -2015-03-11 20:08:10 sendUrl INFO 83 [794] R:OK -2015-03-11 20:09:00 queue INFO >>83 [795] -2015-03-11 20:09:00 sendUrl INFO 83 [795] R:OK -2015-03-11 20:09:50 queue INFO >>83 [796] -2015-03-11 20:09:50 sendUrl INFO 83 [796] R:OK -2015-03-11 20:10:40 queue INFO >>83 [797] -2015-03-11 20:10:40 sendUrl INFO 83 [797] R:OK -2015-03-11 20:11:30 queue INFO >>83 [798] -2015-03-11 20:11:31 sendUrl INFO 83 [798] R:OK -2015-03-11 20:12:20 queue INFO >>83 [799] -2015-03-11 20:12:21 sendUrl INFO 83 [799] R:OK -2015-03-11 20:13:11 queue INFO >>83 [800] -2015-03-11 20:13:11 sendUrl INFO 83 [800] R:OK -2015-03-11 20:14:01 queue INFO >>83 [801] -2015-03-11 20:14:01 sendUrl INFO 83 [801] R:OK -2015-03-11 20:14:51 queue INFO >>83 [802] -2015-03-11 20:14:51 sendUrl INFO 83 [802] R:OK -2015-03-11 20:15:28 queue INFO 87 [803] -2015-03-11 20:15:28 queue INFO >87 [804] -2015-03-11 20:15:28 sendUrl INFO 87 [803] R:OK -2015-03-11 20:15:29 sendUrl INFO 87 [804] R:OK -2015-03-11 20:15:29 queue INFO 83 [805] -2015-03-11 20:15:30 queue INFO >83 [806] -2015-03-11 20:15:30 sendUrl INFO 83 [805] R:OK -2015-03-11 20:15:30 sendUrl INFO 83 [806] R:OK -2015-03-11 20:16:19 queue INFO >>83 [807] -2015-03-11 20:16:20 sendUrl INFO 83 [807] R:OK -2015-03-11 20:17:10 queue INFO >>83 [808] -2015-03-11 20:17:10 sendUrl INFO 83 [808] R:OK -2015-03-11 20:18:00 queue INFO >>83 [809] -2015-03-11 20:18:00 sendUrl INFO 83 [809] R:OK -2015-03-11 20:18:50 queue INFO >>83 [810] -2015-03-11 20:18:50 sendUrl INFO 83 [810] R:OK -2015-03-11 20:19:40 queue INFO >>83 [811] -2015-03-11 20:19:40 sendUrl INFO 83 [811] R:OK -2015-03-11 20:20:30 queue INFO >>83 [812] -2015-03-11 20:20:31 sendUrl INFO 83 [812] R:OK -2015-03-11 20:21:20 queue INFO >>83 [813] -2015-03-11 20:21:21 sendUrl INFO 83 [813] R:OK -2015-03-11 20:22:11 queue INFO >>83 [814] -2015-03-11 20:22:11 sendUrl INFO 83 [814] R:OK -2015-03-11 20:23:01 queue INFO >>83 [815] -2015-03-11 20:23:01 sendUrl INFO 83 [815] R:OK -2015-03-11 20:23:04 queue INFO 81 [816] -2015-03-11 20:23:04 queue INFO >81 [817] -2015-03-11 20:23:04 sendUrl INFO 81 [816] R:OK -2015-03-11 20:23:05 sendUrl INFO 81 [817] R:OK -2015-03-11 20:23:54 queue INFO >>81 [818] -2015-03-11 20:23:55 sendUrl INFO 81 [818] R:OK -2015-03-11 20:24:44 queue INFO >>81 [819] -2015-03-11 20:24:44 sendUrl INFO 81 [819] R:OK -2015-03-11 20:25:34 queue INFO >>81 [820] -2015-03-11 20:25:35 sendUrl INFO 81 [820] R:OK -2015-03-11 20:25:35 queue INFO A1 [821] -2015-03-11 20:25:35 queue INFO >A1 [822] -2015-03-11 20:25:35 sendUrl INFO A1 [821] R:OK -2015-03-11 20:25:36 sendUrl INFO A1 [822] R:OK -2015-03-11 20:26:12 queue INFO 81 [823] -2015-03-11 20:26:12 queue INFO >81 [824] -2015-03-11 20:26:12 sendUrl INFO 81 [823] R:OK -2015-03-11 20:26:13 sendUrl INFO 81 [824] R:OK -2015-03-11 20:26:21 queue INFO A1 [825] -2015-03-11 20:26:21 sendUrl INFO A1 [825] R:OK -2015-03-11 20:26:21 queue INFO >A1 [826] -2015-03-11 20:26:22 sendUrl INFO A1 [826] R:OK -2015-03-11 20:26:23 queue INFO 81 [827] -2015-03-11 20:26:23 sendUrl INFO 81 [827] R:OK -2015-03-11 20:26:23 queue INFO >81 [828] -2015-03-11 20:26:24 sendUrl INFO 81 [828] R:OK -2015-03-11 20:26:32 queue INFO A1 [829] -2015-03-11 20:26:32 queue INFO >A1 [830] -2015-03-11 20:26:32 sendUrl INFO A1 [829] R:OK -2015-03-11 20:26:33 sendUrl INFO A1 [830] R:OK -2015-03-11 20:26:36 queue INFO 81 [831] -2015-03-11 20:26:36 queue INFO >81 [832] -2015-03-11 20:26:37 sendUrl INFO 81 [831] R:OK -2015-03-11 20:26:37 sendUrl INFO 81 [832] R:OK -2015-03-11 20:26:45 queue INFO A1 [833] -2015-03-11 20:26:45 queue INFO >A1 [834] -2015-03-11 20:26:46 sendUrl INFO A1 [833] R:OK -2015-03-11 20:26:46 sendUrl INFO A1 [834] R:OK -2015-03-11 20:26:48 queue INFO 81 [835] -2015-03-11 20:26:48 queue INFO >81 [836] -2015-03-11 20:26:49 sendUrl INFO 81 [835] R:OK -2015-03-11 20:26:49 sendUrl INFO 81 [836] R:OK -2015-03-11 20:26:56 queue INFO A1 [837] -2015-03-11 20:26:57 queue INFO >A1 [838] -2015-03-11 20:26:57 sendUrl INFO A1 [837] R:OK -2015-03-11 20:26:57 sendUrl INFO A1 [838] R:OK -2015-03-11 20:27:02 queue INFO 81 [839] -2015-03-11 20:27:02 queue INFO >81 [840] -2015-03-11 20:27:02 sendUrl INFO 81 [839] R:OK -2015-03-11 20:27:03 sendUrl INFO 81 [840] R:OK -2015-03-11 20:27:10 queue INFO A1 [841] -2015-03-11 20:27:10 queue INFO >A1 [842] -2015-03-11 20:27:10 sendUrl INFO A1 [841] R:OK -2015-03-11 20:27:11 sendUrl INFO A1 [842] R:OK -2015-03-11 20:27:12 queue INFO 81 [843] -2015-03-11 20:27:13 queue INFO >81 [844] -2015-03-11 20:27:13 sendUrl INFO 81 [843] R:OK -2015-03-11 20:27:13 sendUrl INFO 81 [844] R:OK -2015-03-11 20:27:21 queue INFO A1 [845] -2015-03-11 20:27:21 queue INFO >A1 [846] -2015-03-11 20:27:21 sendUrl INFO A1 [845] R:OK -2015-03-11 20:27:21 sendUrl INFO A1 [846] R:OK -2015-03-11 20:27:24 queue INFO 81 [847] -2015-03-11 20:27:24 queue INFO >81 [848] -2015-03-11 20:27:24 sendUrl INFO 81 [847] R:OK -2015-03-11 20:27:25 sendUrl INFO 81 [848] R:OK -2015-03-11 20:27:28 queue INFO A1 [849] -2015-03-11 20:27:28 queue INFO >A1 [850] -2015-03-11 20:27:28 queue INFO 81 [851] -2015-03-11 20:27:28 sendUrl INFO A1 [849] R:OK -2015-03-11 20:27:28 queue INFO >81 [852] -2015-03-11 20:27:29 sendUrl INFO A1 [850] R:OK -2015-03-11 20:27:29 sendUrl INFO 81 [851] R:OK -2015-03-11 20:27:30 sendUrl INFO 81 [852] R:OK -2015-03-11 20:27:43 queue INFO 83 [853] -2015-03-11 20:27:43 queue INFO >83 [854] -2015-03-11 20:27:43 sendUrl INFO 83 [853] R:OK -2015-03-11 20:27:44 sendUrl INFO 83 [854] R:OK -2015-03-11 20:28:04 queue INFO 87 [855] -2015-03-11 20:28:04 queue INFO >87 [856] -2015-03-11 20:28:05 sendUrl INFO 87 [855] R:OK -2015-03-11 20:28:05 sendUrl INFO 87 [856] R:OK -2015-03-11 20:28:06 queue INFO 83 [857] -2015-03-11 20:28:06 queue INFO >83 [858] -2015-03-11 20:28:06 sendUrl INFO 83 [857] R:OK -2015-03-11 20:28:07 sendUrl INFO 83 [858] R:OK -2015-03-11 20:28:56 queue INFO >>83 [859] -2015-03-11 20:28:56 sendUrl INFO 83 [859] R:OK -2015-03-11 20:29:46 queue INFO >>83 [860] -2015-03-11 20:29:46 sendUrl INFO 83 [860] R:OK -2015-03-11 20:30:36 queue INFO >>83 [861] -2015-03-11 20:30:37 sendUrl INFO 83 [861] R:OK -2015-03-11 20:31:26 queue INFO >>83 [862] -2015-03-11 20:31:27 sendUrl INFO 83 [862] R:OK -2015-03-11 20:32:17 queue INFO >>83 [863] -2015-03-11 20:32:17 sendUrl INFO 83 [863] R:OK -2015-03-11 20:33:07 queue INFO >>83 [864] -2015-03-11 20:33:07 sendUrl INFO 83 [864] R:OK -2015-03-11 20:33:57 queue INFO >>83 [865] -2015-03-11 20:33:57 sendUrl INFO 83 [865] R:OK -2015-03-11 20:34:47 queue INFO >>83 [866] -2015-03-11 20:34:47 sendUrl INFO 83 [866] R:OK -2015-03-11 20:35:37 queue INFO >>83 [867] -2015-03-11 20:35:38 sendUrl INFO 83 [867] R:OK -2015-03-11 20:36:27 queue INFO >>83 [868] -2015-03-11 20:36:28 sendUrl INFO 83 [868] R:OK -2015-03-11 20:37:04 queue INFO 87 [869] -2015-03-11 20:37:04 queue INFO >87 [870] -2015-03-11 20:37:04 sendUrl INFO 87 [869] R:OK -2015-03-11 20:37:05 sendUrl INFO 87 [870] R:OK -2015-03-11 20:37:06 queue INFO 83 [871] -2015-03-11 20:37:06 queue INFO >83 [872] -2015-03-11 20:37:06 sendUrl INFO 83 [871] R:OK -2015-03-11 20:37:06 sendUrl INFO 83 [872] R:OK -2015-03-11 20:37:56 queue INFO >>83 [873] -2015-03-11 20:37:56 sendUrl INFO 83 [873] R:OK -2015-03-11 20:38:46 queue INFO >>83 [874] -2015-03-11 20:38:47 sendUrl INFO 83 [874] R:OK -2015-03-11 20:39:36 queue INFO >>83 [875] -2015-03-11 20:39:36 sendUrl INFO 83 [875] R:OK -2015-03-11 20:40:26 queue INFO >>83 [876] -2015-03-11 20:40:27 sendUrl INFO 83 [876] R:OK -2015-03-11 20:41:16 queue INFO >>83 [877] -2015-03-11 20:41:17 sendUrl INFO 83 [877] R:OK -2015-03-11 20:42:07 queue INFO >>83 [878] -2015-03-11 20:42:07 sendUrl INFO 83 [878] R:OK -2015-03-11 20:42:57 queue INFO >>83 [879] -2015-03-11 20:42:57 sendUrl INFO 83 [879] R:OK -2015-03-11 20:43:47 queue INFO >>83 [880] -2015-03-11 20:43:47 sendUrl INFO 83 [880] R:OK -2015-03-11 20:44:37 queue INFO >>83 [881] -2015-03-11 20:44:37 sendUrl INFO 83 [881] R:OK -2015-03-11 20:45:27 queue INFO >>83 [882] -2015-03-11 20:45:27 sendUrl INFO 83 [882] R:OK -2015-03-11 20:46:04 queue INFO 87 [883] -2015-03-11 20:46:04 queue INFO >87 [884] -2015-03-11 20:46:04 sendUrl INFO 87 [883] R:OK -2015-03-11 20:46:05 sendUrl INFO 87 [884] R:OK -2015-03-11 20:46:06 queue INFO 83 [885] -2015-03-11 20:46:06 queue INFO >83 [886] -2015-03-11 20:46:06 sendUrl INFO 83 [885] R:OK -2015-03-11 20:46:06 sendUrl INFO 83 [886] R:OK -2015-03-11 20:46:56 queue INFO >>83 [887] -2015-03-11 20:46:56 sendUrl INFO 83 [887] R:OK -2015-03-11 20:47:46 queue INFO >>83 [888] -2015-03-11 20:47:46 sendUrl INFO 83 [888] R:OK -2015-03-11 20:48:36 queue INFO >>83 [889] -2015-03-11 20:48:36 sendUrl INFO 83 [889] R:OK -2015-03-11 20:49:26 queue INFO >>83 [890] -2015-03-11 20:49:27 sendUrl INFO 83 [890] R:OK -2015-03-11 20:50:17 queue INFO >>83 [891] -2015-03-11 20:50:17 sendUrl INFO 83 [891] R:OK -2015-03-11 20:51:07 queue INFO >>83 [892] -2015-03-11 20:51:07 sendUrl INFO 83 [892] R:OK -2015-03-11 20:51:17 queue INFO 81 [893] -2015-03-11 20:51:18 queue INFO >81 [894] -2015-03-11 20:51:18 sendUrl INFO 81 [893] R:OK -2015-03-11 20:51:18 sendUrl INFO 81 [894] R:OK -2015-03-11 20:52:07 queue INFO >>81 [895] -2015-03-11 20:52:08 sendUrl INFO 81 [895] R:OK -2015-03-11 20:52:58 queue INFO >>81 [896] -2015-03-11 20:52:58 sendUrl INFO 81 [896] R:OK -2015-03-11 20:53:48 queue INFO >>81 [897] -2015-03-11 20:53:48 sendUrl INFO 81 [897] R:OK -2015-03-11 20:54:38 queue INFO >>81 [898] -2015-03-11 20:54:38 sendUrl INFO 81 [898] R:OK -2015-03-11 20:55:28 queue INFO >>81 [899] -2015-03-11 20:55:28 sendUrl INFO 81 [899] R:OK -2015-03-11 20:56:18 queue INFO >>81 [900] -2015-03-11 20:56:19 sendUrl INFO 81 [900] R:OK -2015-03-11 20:57:08 queue INFO >>81 [901] -2015-03-11 20:57:09 sendUrl INFO 81 [901] R:OK -2015-03-11 20:57:59 queue INFO >>81 [902] -2015-03-11 20:57:59 sendUrl INFO 81 [902] R:OK -2015-03-11 20:58:49 queue INFO >>81 [903] -2015-03-11 20:58:49 sendUrl INFO 81 [903] R:OK -2015-03-11 20:59:39 queue INFO >>81 [904] -2015-03-11 20:59:39 sendUrl INFO 81 [904] R:OK -2015-03-11 21:00:29 queue INFO >>81 [905] -2015-03-11 21:00:29 sendUrl INFO 81 [905] R:OK -2015-03-11 21:01:19 queue INFO >>81 [906] -2015-03-11 21:01:20 sendUrl INFO 81 [906] R:OK -2015-03-11 21:02:09 queue INFO >>81 [907] -2015-03-11 21:02:09 sendUrl INFO 81 [907] R:OK -2015-03-11 21:02:59 queue INFO >>81 [908] -2015-03-11 21:03:00 sendUrl INFO 81 [908] R:OK -2015-03-11 21:03:50 queue INFO >>81 [909] -2015-03-11 21:03:50 sendUrl INFO 81 [909] R:OK -2015-03-11 21:04:40 queue INFO >>81 [910] -2015-03-11 21:04:40 sendUrl INFO 81 [910] R:OK -2015-03-11 21:05:30 queue INFO >>81 [911] -2015-03-11 21:05:30 sendUrl INFO 81 [911] R:OK -2015-03-11 21:06:20 queue INFO >>81 [912] -2015-03-11 21:06:21 sendUrl INFO 81 [912] R:OK -2015-03-11 21:07:10 queue INFO >>81 [913] -2015-03-11 21:07:10 sendUrl INFO 81 [913] R:OK -2015-03-11 21:08:00 queue INFO >>81 [914] -2015-03-11 21:08:01 sendUrl INFO 81 [914] R:OK -2015-03-11 21:08:51 queue INFO >>81 [915] -2015-03-11 21:08:51 sendUrl INFO 81 [915] R:OK -2015-03-11 21:09:41 queue INFO >>81 [916] -2015-03-11 21:09:41 sendUrl INFO 81 [916] R:OK -2015-03-11 21:10:31 queue INFO >>81 [917] -2015-03-11 21:10:31 sendUrl INFO 81 [917] R:OK -2015-03-11 21:11:21 queue INFO >>81 [918] -2015-03-11 21:11:21 sendUrl INFO 81 [918] R:OK -2015-03-11 21:12:11 queue INFO >>81 [919] -2015-03-11 21:12:11 sendUrl INFO 81 [919] R:OK -2015-03-11 21:13:01 queue INFO >>81 [920] -2015-03-11 21:13:01 sendUrl INFO 81 [920] R:OK -2015-03-11 21:13:51 queue INFO >>81 [921] -2015-03-11 21:13:52 sendUrl INFO 81 [921] R:OK -2015-03-11 21:14:41 queue INFO >>81 [922] -2015-03-11 21:14:42 sendUrl INFO 81 [922] R:OK -2015-03-11 21:15:32 queue INFO >>81 [923] -2015-03-11 21:15:32 sendUrl INFO 81 [923] R:OK -2015-03-11 21:16:22 queue INFO >>81 [924] -2015-03-11 21:16:22 sendUrl INFO 81 [924] R:OK -2015-03-11 21:17:12 queue INFO >>81 [925] -2015-03-11 21:17:12 sendUrl INFO 81 [925] R:OK -2015-03-11 21:18:02 queue INFO >>81 [926] -2015-03-11 21:18:02 sendUrl INFO 81 [926] R:OK -2015-03-11 21:18:52 queue INFO >>81 [927] -2015-03-11 21:18:53 sendUrl INFO 81 [927] R:OK -2015-03-11 21:19:42 queue INFO >>81 [928] -2015-03-11 21:19:42 sendUrl INFO 81 [928] R:OK -2015-03-11 21:20:32 queue INFO >>81 [929] -2015-03-11 21:20:33 sendUrl INFO 81 [929] R:OK -2015-03-11 21:21:23 queue INFO >>81 [930] -2015-03-11 21:21:23 sendUrl INFO 81 [930] R:OK -2015-03-11 21:22:13 queue INFO >>81 [931] -2015-03-11 21:22:13 sendUrl INFO 81 [931] R:OK -2015-03-11 21:23:03 queue INFO >>81 [932] -2015-03-11 21:23:03 sendUrl INFO 81 [932] R:OK -2015-03-11 21:23:53 queue INFO >>81 [933] -2015-03-11 21:23:54 sendUrl INFO 81 [933] R:OK -2015-03-11 21:24:43 queue INFO >>81 [934] -2015-03-11 21:24:43 sendUrl INFO 81 [934] R:OK -2015-03-11 21:25:33 queue INFO >>81 [935] -2015-03-11 21:25:34 sendUrl INFO 81 [935] R:OK -2015-03-11 21:26:23 queue INFO >>81 [936] -2015-03-11 21:26:24 sendUrl INFO 81 [936] R:OK -2015-03-11 21:27:14 queue INFO >>81 [937] -2015-03-11 21:27:14 sendUrl INFO 81 [937] R:OK -2015-03-11 21:28:04 queue INFO >>81 [938] -2015-03-11 21:28:04 sendUrl INFO 81 [938] R:OK -2015-03-11 21:28:54 queue INFO >>81 [939] -2015-03-11 21:28:54 sendUrl INFO 81 [939] R:OK -2015-03-11 21:29:44 queue INFO >>81 [940] -2015-03-11 21:29:44 sendUrl INFO 81 [940] R:OK -2015-03-11 21:30:34 queue INFO >>81 [941] -2015-03-11 21:30:34 sendUrl INFO 81 [941] R:OK -2015-03-11 21:31:24 queue INFO >>81 [942] -2015-03-11 21:31:25 sendUrl INFO 81 [942] R:OK -2015-03-11 21:32:14 queue INFO >>81 [943] -2015-03-11 21:32:15 sendUrl INFO 81 [943] R:OK -2015-03-11 21:33:05 queue INFO >>81 [944] -2015-03-11 21:33:05 sendUrl INFO 81 [944] R:OK -2015-03-11 21:33:55 queue INFO >>81 [945] -2015-03-11 21:33:55 sendUrl INFO 81 [945] R:OK -2015-03-11 21:34:45 queue INFO >>81 [946] -2015-03-11 21:34:45 sendUrl INFO 81 [946] R:OK -2015-03-11 21:35:35 queue INFO >>81 [947] -2015-03-11 21:35:35 sendUrl INFO 81 [947] R:OK -2015-03-11 21:36:25 queue INFO >>81 [948] -2015-03-11 21:36:26 sendUrl INFO 81 [948] R:OK -2015-03-11 21:37:15 queue INFO >>81 [949] -2015-03-11 21:37:15 sendUrl INFO 81 [949] R:OK -2015-03-11 21:38:05 queue INFO >>81 [950] -2015-03-11 21:38:06 sendUrl INFO 81 [950] R:OK -2015-03-11 21:38:56 queue INFO >>81 [951] -2015-03-11 21:38:56 sendUrl INFO 81 [951] R:OK -2015-03-11 21:39:46 queue INFO >>81 [952] -2015-03-11 21:39:46 sendUrl INFO 81 [952] R:OK -2015-03-11 21:40:36 queue INFO >>81 [953] -2015-03-11 21:40:36 sendUrl INFO 81 [953] R:OK -2015-03-11 21:41:26 queue INFO >>81 [954] -2015-03-11 21:41:26 sendUrl INFO 81 [954] R:OK -2015-03-11 21:42:16 queue INFO >>81 [955] -2015-03-11 21:42:16 sendUrl INFO 81 [955] R:OK -2015-03-11 21:43:06 queue INFO >>81 [956] -2015-03-11 21:43:07 sendUrl INFO 81 [956] R:OK -2015-03-11 21:43:56 queue INFO >>81 [957] -2015-03-11 21:43:57 sendUrl INFO 81 [957] R:OK -2015-03-11 21:44:47 queue INFO >>81 [958] -2015-03-11 21:44:47 sendUrl INFO 81 [958] R:OK -2015-03-11 21:45:37 queue INFO >>81 [959] -2015-03-11 21:45:37 sendUrl INFO 81 [959] R:OK -2015-03-11 21:46:27 queue INFO >>81 [960] -2015-03-11 21:46:27 sendUrl INFO 81 [960] R:OK -2015-03-11 21:47:17 queue INFO >>81 [961] -2015-03-11 21:47:17 sendUrl INFO 81 [961] R:OK -2015-03-11 21:48:07 queue INFO >>81 [962] -2015-03-11 21:48:07 sendUrl INFO 81 [962] R:OK -2015-03-11 21:48:57 queue INFO >>81 [963] -2015-03-11 21:48:58 sendUrl INFO 81 [963] R:OK -2015-03-11 21:49:47 queue INFO >>81 [964] -2015-03-11 21:49:48 sendUrl INFO 81 [964] R:OK -2015-03-11 21:50:38 queue INFO >>81 [965] -2015-03-11 21:50:38 sendUrl INFO 81 [965] R:OK -2015-03-11 21:51:28 queue INFO >>81 [966] -2015-03-11 21:51:28 sendUrl INFO 81 [966] R:OK -2015-03-11 21:52:18 queue INFO >>81 [967] -2015-03-11 21:52:18 sendUrl INFO 81 [967] R:OK -2015-03-11 21:53:08 queue INFO >>81 [968] -2015-03-11 21:53:08 sendUrl INFO 81 [968] R:OK -2015-03-11 21:53:58 queue INFO >>81 [969] -2015-03-11 21:53:59 sendUrl INFO 81 [969] R:OK -2015-03-11 21:54:48 queue INFO >>81 [970] -2015-03-11 21:54:49 sendUrl INFO 81 [970] R:OK -2015-03-11 21:55:39 queue INFO >>81 [971] -2015-03-11 21:55:39 sendUrl INFO 81 [971] R:OK -2015-03-11 21:56:29 queue INFO >>81 [972] -2015-03-11 21:56:29 sendUrl INFO 81 [972] R:OK -2015-03-11 21:57:19 queue INFO >>81 [973] -2015-03-11 21:57:19 sendUrl INFO 81 [973] R:OK -2015-03-11 21:58:09 queue INFO >>81 [974] -2015-03-11 21:58:09 sendUrl INFO 81 [974] R:OK -2015-03-11 21:58:59 queue INFO >>81 [975] -2015-03-11 21:59:00 sendUrl INFO 81 [975] R:OK -2015-03-11 21:59:49 queue INFO >>81 [976] -2015-03-11 21:59:49 sendUrl INFO 81 [976] R:OK -2015-03-11 22:00:39 queue INFO >>81 [977] -2015-03-11 22:00:40 sendUrl INFO 81 [977] R:OK -2015-03-11 22:01:30 queue INFO >>81 [978] -2015-03-11 22:01:30 sendUrl INFO 81 [978] R:OK -2015-03-11 22:02:20 queue INFO >>81 [979] -2015-03-11 22:02:20 sendUrl INFO 81 [979] R:OK -2015-03-11 22:03:10 queue INFO >>81 [980] -2015-03-11 22:03:10 sendUrl INFO 81 [980] R:OK -2015-03-11 22:04:00 queue INFO >>81 [981] -2015-03-11 22:04:01 sendUrl INFO 81 [981] R:OK -2015-03-11 22:04:50 queue INFO >>81 [982] -2015-03-11 22:04:50 sendUrl INFO 81 [982] R:OK -2015-03-11 22:05:40 queue INFO >>81 [983] -2015-03-11 22:05:41 sendUrl INFO 81 [983] R:OK -2015-03-11 22:06:31 queue INFO >>81 [984] -2015-03-11 22:06:31 sendUrl INFO 81 [984] R:OK -2015-03-11 22:07:21 queue INFO >>81 [985] -2015-03-11 22:07:21 sendUrl INFO 81 [985] R:OK -2015-03-11 22:08:11 queue INFO >>81 [986] -2015-03-11 22:08:11 sendUrl INFO 81 [986] R:OK -2015-03-11 22:09:01 queue INFO >>81 [987] -2015-03-11 22:09:01 sendUrl INFO 81 [987] R:OK -2015-03-11 22:09:51 queue INFO >>81 [988] -2015-03-11 22:09:51 sendUrl INFO 81 [988] R:OK -2015-03-11 22:10:41 queue INFO >>81 [989] -2015-03-11 22:10:42 sendUrl INFO 81 [989] R:OK -2015-03-11 22:11:31 queue INFO >>81 [990] -2015-03-11 22:11:32 sendUrl INFO 81 [990] R:OK -2015-03-11 22:12:22 queue INFO >>81 [991] -2015-03-11 22:12:22 sendUrl INFO 81 [991] R:OK -2015-03-11 22:13:12 queue INFO >>81 [992] -2015-03-11 22:13:12 sendUrl INFO 81 [992] R:OK -2015-03-11 22:14:02 queue INFO >>81 [993] -2015-03-11 22:14:02 sendUrl INFO 81 [993] R:OK -2015-03-11 22:14:52 queue INFO >>81 [994] -2015-03-11 22:14:52 sendUrl INFO 81 [994] R:OK -2015-03-11 22:15:42 queue INFO >>81 [995] -2015-03-11 22:15:43 sendUrl INFO 81 [995] R:OK -2015-03-11 22:16:32 queue INFO >>81 [996] -2015-03-11 22:16:33 sendUrl INFO 81 [996] R:OK -2015-03-11 22:17:22 queue INFO >>81 [997] -2015-03-11 22:17:23 sendUrl INFO 81 [997] R:OK -2015-03-11 22:18:13 queue INFO >>81 [998] -2015-03-11 22:18:13 sendUrl INFO 81 [998] R:OK -2015-03-11 22:19:03 queue INFO >>81 [999] -2015-03-11 22:19:03 sendUrl INFO 81 [999] R:OK -2015-03-11 22:19:53 queue INFO >>81 [0] -2015-03-11 22:19:53 sendUrl INFO 81 [0] R:OK -2015-03-11 22:20:43 queue INFO >>81 [1] -2015-03-11 22:20:43 sendUrl INFO 81 [1] R:OK -2015-03-11 22:21:33 queue INFO >>81 [2] -2015-03-11 22:21:34 sendUrl INFO 81 [2] R:OK -2015-03-11 22:22:23 queue INFO >>81 [3] -2015-03-11 22:22:24 sendUrl INFO 81 [3] R:OK -2015-03-11 22:23:14 queue INFO >>81 [4] -2015-03-11 22:23:14 sendUrl INFO 81 [4] R:OK -2015-03-11 22:24:04 queue INFO >>81 [5] -2015-03-11 22:24:04 sendUrl INFO 81 [5] R:OK -2015-03-11 22:24:54 queue INFO >>81 [6] -2015-03-11 22:24:54 sendUrl INFO 81 [6] R:OK -2015-03-11 22:25:44 queue INFO >>81 [7] -2015-03-11 22:25:44 sendUrl INFO 81 [7] R:OK -2015-03-11 22:26:34 queue INFO >>81 [8] -2015-03-11 22:26:35 sendUrl INFO 81 [8] R:OK -2015-03-11 22:27:24 queue INFO >>81 [9] -2015-03-11 22:27:25 sendUrl INFO 81 [9] R:OK -2015-03-11 22:28:14 queue INFO >>81 [10] -2015-03-11 22:28:15 sendUrl INFO 81 [10] R:OK -2015-03-11 22:29:05 queue INFO >>81 [11] -2015-03-11 22:29:05 sendUrl INFO 81 [11] R:OK -2015-03-11 22:29:55 queue INFO >>81 [12] -2015-03-11 22:29:55 sendUrl INFO 81 [12] R:OK -2015-03-11 22:30:45 queue INFO >>81 [13] -2015-03-11 22:30:45 sendUrl INFO 81 [13] R:OK -2015-03-11 22:31:35 queue INFO >>81 [14] -2015-03-11 22:31:36 sendUrl INFO 81 [14] R:OK -2015-03-11 22:32:25 queue INFO >>81 [15] -2015-03-11 22:32:25 sendUrl INFO 81 [15] R:OK -2015-03-11 22:33:15 queue INFO >>81 [16] -2015-03-11 22:33:16 sendUrl INFO 81 [16] R:OK -2015-03-11 22:34:06 queue INFO >>81 [17] -2015-03-11 22:34:06 sendUrl INFO 81 [17] R:OK -2015-03-11 22:34:56 queue INFO >>81 [18] -2015-03-11 22:34:56 sendUrl INFO 81 [18] R:OK -2015-03-11 22:35:46 queue INFO >>81 [19] -2015-03-11 22:35:46 sendUrl INFO 81 [19] R:OK -2015-03-11 22:36:36 queue INFO >>81 [20] -2015-03-11 22:36:37 sendUrl INFO 81 [20] R:OK -2015-03-11 22:37:26 queue INFO >>81 [21] -2015-03-11 22:37:26 sendUrl INFO 81 [21] R:OK -2015-03-11 22:38:16 queue INFO >>81 [22] -2015-03-11 22:38:17 sendUrl INFO 81 [22] R:OK -2015-03-11 22:39:06 queue INFO >>81 [23] -2015-03-11 22:39:07 sendUrl INFO 81 [23] R:OK -2015-03-11 22:39:57 queue INFO >>81 [24] -2015-03-11 22:39:57 sendUrl INFO 81 [24] R:OK -2015-03-11 22:40:47 queue INFO >>81 [25] -2015-03-11 22:40:47 sendUrl INFO 81 [25] R:OK -2015-03-11 22:41:37 queue INFO >>81 [26] -2015-03-11 22:41:37 sendUrl INFO 81 [26] R:OK -2015-03-11 22:42:27 queue INFO >>81 [27] -2015-03-11 22:42:27 sendUrl INFO 81 [27] R:OK -2015-03-11 22:43:17 queue INFO >>81 [28] -2015-03-11 22:43:18 sendUrl INFO 81 [28] R:OK -2015-03-11 22:44:07 queue INFO >>81 [29] -2015-03-11 22:44:08 sendUrl INFO 81 [29] R:OK -2015-03-11 22:44:57 queue INFO >>81 [30] -2015-03-11 22:44:58 sendUrl INFO 81 [30] R:OK -2015-03-11 22:45:48 queue INFO >>81 [31] -2015-03-11 22:45:48 sendUrl INFO 81 [31] R:OK -2015-03-11 22:46:38 queue INFO >>81 [32] -2015-03-11 22:46:38 sendUrl INFO 81 [32] R:OK -2015-03-11 22:47:28 queue INFO >>81 [33] -2015-03-11 22:47:28 sendUrl INFO 81 [33] R:OK -2015-03-11 22:48:18 queue INFO >>81 [34] -2015-03-11 22:48:18 sendUrl INFO 81 [34] R:OK -2015-03-11 22:49:08 queue INFO >>81 [35] -2015-03-11 22:49:09 sendUrl INFO 81 [35] R:OK -2015-03-11 22:49:58 queue INFO >>81 [36] -2015-03-11 22:49:58 sendUrl INFO 81 [36] R:OK -2015-03-11 22:50:48 queue INFO >>81 [37] -2015-03-11 22:50:49 sendUrl INFO 81 [37] R:OK -2015-03-11 22:51:39 queue INFO >>81 [38] -2015-03-11 22:51:39 sendUrl INFO 81 [38] R:OK -2015-03-11 22:52:29 queue INFO >>81 [39] -2015-03-11 22:52:29 sendUrl INFO 81 [39] R:OK -2015-03-11 22:53:19 queue INFO >>81 [40] -2015-03-11 22:53:19 sendUrl INFO 81 [40] R:OK -2015-03-11 22:54:09 queue INFO >>81 [41] -2015-03-11 22:54:09 sendUrl INFO 81 [41] R:OK -2015-03-11 22:54:59 queue INFO >>81 [42] -2015-03-11 22:54:59 sendUrl INFO 81 [42] R:OK -2015-03-11 22:55:49 queue INFO >>81 [43] -2015-03-11 22:55:50 sendUrl INFO 81 [43] R:OK -2015-03-11 22:56:39 queue INFO >>81 [44] -2015-03-11 22:56:40 sendUrl INFO 81 [44] R:OK -2015-03-11 22:57:29 queue INFO >>81 [45] -2015-03-11 22:57:30 sendUrl INFO 81 [45] R:OK -2015-03-11 22:58:20 queue INFO >>81 [46] -2015-03-11 22:58:20 sendUrl INFO 81 [46] R:OK -2015-03-11 22:59:10 queue INFO >>81 [47] -2015-03-11 22:59:10 sendUrl INFO 81 [47] R:OK -2015-03-11 23:00:00 queue INFO >>81 [48] -2015-03-11 23:00:00 sendUrl INFO 81 [48] R:OK -2015-03-11 23:00:50 queue INFO >>81 [49] -2015-03-11 23:00:50 sendUrl INFO 81 [49] R:OK -2015-03-11 23:01:40 queue INFO >>81 [50] -2015-03-11 23:01:41 sendUrl INFO 81 [50] R:OK -2015-03-11 23:02:30 queue INFO >>81 [51] -2015-03-11 23:02:31 sendUrl INFO 81 [51] R:OK -2015-03-11 23:03:21 queue INFO >>81 [52] -2015-03-11 23:03:21 sendUrl INFO 81 [52] R:OK -2015-03-11 23:04:11 queue INFO >>81 [53] -2015-03-11 23:04:11 sendUrl INFO 81 [53] R:OK -2015-03-11 23:05:01 queue INFO >>81 [54] -2015-03-11 23:05:01 sendUrl INFO 81 [54] R:OK -2015-03-11 23:05:51 queue INFO >>81 [55] -2015-03-11 23:05:51 sendUrl INFO 81 [55] R:OK -2015-03-11 23:06:41 queue INFO >>81 [56] -2015-03-11 23:06:41 sendUrl INFO 81 [56] R:OK -2015-03-11 23:07:31 queue INFO >>81 [57] -2015-03-11 23:07:32 sendUrl INFO 81 [57] R:OK -2015-03-11 23:08:21 queue INFO >>81 [58] -2015-03-11 23:08:22 sendUrl INFO 81 [58] R:OK -2015-03-11 23:09:12 queue INFO >>81 [59] -2015-03-11 23:09:12 sendUrl INFO 81 [59] R:OK -2015-03-11 23:10:02 queue INFO >>81 [60] -2015-03-11 23:10:02 sendUrl INFO 81 [60] R:OK -2015-03-11 23:10:52 queue INFO >>81 [61] -2015-03-11 23:10:52 sendUrl INFO 81 [61] R:OK -2015-03-11 23:11:42 queue INFO >>81 [62] -2015-03-11 23:11:42 sendUrl INFO 81 [62] R:OK -2015-03-11 23:12:32 queue INFO >>81 [63] -2015-03-11 23:12:32 sendUrl INFO 81 [63] R:OK -2015-03-11 23:13:22 queue INFO >>81 [64] -2015-03-11 23:13:23 sendUrl INFO 81 [64] R:OK -2015-03-11 23:14:13 queue INFO >>81 [65] -2015-03-11 23:14:13 sendUrl INFO 81 [65] R:OK -2015-03-11 23:15:03 queue INFO >>81 [66] -2015-03-11 23:15:03 sendUrl INFO 81 [66] R:OK -2015-03-11 23:15:53 queue INFO >>81 [67] -2015-03-11 23:15:53 sendUrl INFO 81 [67] R:OK -2015-03-11 23:16:43 queue INFO >>81 [68] -2015-03-11 23:16:43 sendUrl INFO 81 [68] R:OK -2015-03-11 23:17:33 queue INFO >>81 [69] -2015-03-11 23:17:33 sendUrl INFO 81 [69] R:OK -2015-03-11 23:18:23 queue INFO >>81 [70] -2015-03-11 23:18:24 sendUrl INFO 81 [70] R:OK -2015-03-11 23:19:13 queue INFO >>81 [71] -2015-03-11 23:19:14 sendUrl INFO 81 [71] R:OK -2015-03-11 23:20:04 queue INFO >>81 [72] -2015-03-11 23:20:04 sendUrl INFO 81 [72] R:OK -2015-03-11 23:20:54 queue INFO >>81 [73] -2015-03-11 23:20:54 sendUrl INFO 81 [73] R:OK -2015-03-11 23:21:44 queue INFO >>81 [74] -2015-03-11 23:21:44 sendUrl INFO 81 [74] R:OK -2015-03-11 23:22:34 queue INFO >>81 [75] -2015-03-11 23:22:34 sendUrl INFO 81 [75] R:OK -2015-03-11 23:23:24 queue INFO >>81 [76] -2015-03-11 23:23:25 sendUrl INFO 81 [76] R:OK -2015-03-11 23:24:14 queue INFO >>81 [77] -2015-03-11 23:24:14 sendUrl INFO 81 [77] R:OK -2015-03-11 23:25:05 queue INFO >>81 [78] -2015-03-11 23:25:05 sendUrl INFO 81 [78] R:OK -2015-03-11 23:25:55 queue INFO >>81 [79] -2015-03-11 23:25:55 sendUrl INFO 81 [79] R:OK -2015-03-11 23:26:45 queue INFO >>81 [80] -2015-03-11 23:26:45 sendUrl INFO 81 [80] R:OK -2015-03-11 23:27:35 queue INFO >>81 [81] -2015-03-11 23:27:35 sendUrl INFO 81 [81] R:OK -2015-03-11 23:28:25 queue INFO >>81 [82] -2015-03-11 23:28:26 sendUrl INFO 81 [82] R:OK -2015-03-11 23:29:15 queue INFO >>81 [83] -2015-03-11 23:29:15 sendUrl INFO 81 [83] R:OK -2015-03-11 23:30:05 queue INFO >>81 [84] -2015-03-11 23:30:06 sendUrl INFO 81 [84] R:OK -2015-03-11 23:30:56 queue INFO >>81 [85] -2015-03-11 23:30:56 sendUrl INFO 81 [85] R:OK -2015-03-11 23:31:46 queue INFO >>81 [86] -2015-03-11 23:31:46 sendUrl INFO 81 [86] R:OK -2015-03-11 23:32:36 queue INFO >>81 [87] -2015-03-11 23:32:36 sendUrl INFO 81 [87] R:OK -2015-03-11 23:33:26 queue INFO >>81 [88] -2015-03-11 23:33:26 sendUrl INFO 81 [88] R:OK -2015-03-11 23:34:16 queue INFO >>81 [89] -2015-03-11 23:34:16 sendUrl INFO 81 [89] R:OK -2015-03-11 23:35:06 queue INFO >>81 [90] -2015-03-11 23:35:07 sendUrl INFO 81 [90] R:OK -2015-03-11 23:35:56 queue INFO >>81 [91] -2015-03-11 23:35:57 sendUrl INFO 81 [91] R:OK -2015-03-11 23:36:47 queue INFO >>81 [92] -2015-03-11 23:36:47 sendUrl INFO 81 [92] R:OK -2015-03-11 23:37:37 queue INFO >>81 [93] -2015-03-11 23:37:37 sendUrl INFO 81 [93] R:OK -2015-03-11 23:38:27 queue INFO >>81 [94] -2015-03-11 23:38:27 sendUrl INFO 81 [94] R:OK -2015-03-11 23:39:17 queue INFO >>81 [95] -2015-03-11 23:39:17 sendUrl INFO 81 [95] R:OK -2015-03-11 23:40:07 queue INFO >>81 [96] -2015-03-11 23:40:07 sendUrl INFO 81 [96] R:OK -2015-03-11 23:40:57 queue INFO >>81 [97] -2015-03-11 23:40:58 sendUrl INFO 81 [97] R:OK -2015-03-11 23:41:47 queue INFO >>81 [98] -2015-03-11 23:41:48 sendUrl INFO 81 [98] R:OK -2015-03-11 23:42:38 queue INFO >>81 [99] -2015-03-11 23:42:38 sendUrl INFO 81 [99] R:OK -2015-03-11 23:43:28 queue INFO >>81 [100] -2015-03-11 23:43:28 sendUrl INFO 81 [100] R:OK -2015-03-11 23:44:18 queue INFO >>81 [101] -2015-03-11 23:44:18 sendUrl INFO 81 [101] R:OK -2015-03-11 23:45:08 queue INFO >>81 [102] -2015-03-11 23:45:08 sendUrl INFO 81 [102] R:OK -2015-03-11 23:45:58 queue INFO >>81 [103] -2015-03-11 23:45:59 sendUrl INFO 81 [103] R:OK -2015-03-11 23:46:48 queue INFO >>81 [104] -2015-03-11 23:46:48 sendUrl INFO 81 [104] R:OK -2015-03-11 23:47:38 queue INFO >>81 [105] -2015-03-11 23:47:39 sendUrl INFO 81 [105] R:OK -2015-03-11 23:48:29 queue INFO >>81 [106] -2015-03-11 23:48:29 sendUrl INFO 81 [106] R:OK -2015-03-11 23:49:19 queue INFO >>81 [107] -2015-03-11 23:49:19 sendUrl INFO 81 [107] R:OK -2015-03-11 23:50:09 queue INFO >>81 [108] -2015-03-11 23:50:09 sendUrl INFO 81 [108] R:OK -2015-03-11 23:50:59 queue INFO >>81 [109] -2015-03-11 23:50:59 sendUrl INFO 81 [109] R:OK -2015-03-11 23:51:49 queue INFO >>81 [110] -2015-03-11 23:51:49 sendUrl INFO 81 [110] R:OK -2015-03-11 23:52:39 queue INFO >>81 [111] -2015-03-11 23:52:39 sendUrl INFO 81 [111] R:OK -2015-03-11 23:53:29 queue INFO >>81 [112] -2015-03-11 23:53:30 sendUrl INFO 81 [112] R:OK -2015-03-11 23:54:19 queue INFO >>81 [113] -2015-03-11 23:54:20 sendUrl INFO 81 [113] R:OK -2015-03-11 23:55:10 queue INFO >>81 [114] -2015-03-11 23:55:10 sendUrl INFO 81 [114] R:OK -2015-03-11 23:56:00 queue INFO >>81 [115] -2015-03-11 23:56:00 sendUrl INFO 81 [115] R:OK -2015-03-11 23:56:50 queue INFO >>81 [116] -2015-03-11 23:56:50 sendUrl INFO 81 [116] R:OK -2015-03-11 23:57:40 queue INFO >>81 [117] -2015-03-11 23:57:40 sendUrl INFO 81 [117] R:OK -2015-03-11 23:58:30 queue INFO >>81 [118] -2015-03-11 23:58:31 sendUrl INFO 81 [118] R:OK -2015-03-11 23:59:20 queue INFO >>81 [119] -2015-03-11 23:59:21 sendUrl INFO 81 [119] R:OK -2015-03-12 00:00:11 queue INFO >>81 [120] -2015-03-12 00:00:11 sendUrl INFO 81 [120] R:OK -2015-03-12 00:01:01 queue INFO >>81 [121] -2015-03-12 00:01:01 sendUrl INFO 81 [121] R:OK -2015-03-12 00:01:51 queue INFO >>81 [122] -2015-03-12 00:01:51 sendUrl INFO 81 [122] R:OK -2015-03-12 00:02:41 queue INFO >>81 [123] -2015-03-12 00:02:41 sendUrl INFO 81 [123] R:OK -2015-03-12 00:03:31 queue INFO >>81 [124] -2015-03-12 00:03:32 sendUrl INFO 81 [124] R:OK -2015-03-12 00:04:21 queue INFO >>81 [125] -2015-03-12 00:04:21 sendUrl INFO 81 [125] R:OK -2015-03-12 00:05:11 queue INFO >>81 [126] -2015-03-12 00:05:12 sendUrl INFO 81 [126] R:OK -2015-03-12 00:06:02 queue INFO >>81 [127] -2015-03-12 00:06:02 sendUrl INFO 81 [127] R:OK -2015-03-12 00:06:52 queue INFO >>81 [128] -2015-03-12 00:06:52 sendUrl INFO 81 [128] R:OK -2015-03-12 00:07:42 queue INFO >>81 [129] -2015-03-12 00:07:42 sendUrl INFO 81 [129] R:OK -2015-03-12 00:08:32 queue INFO >>81 [130] -2015-03-12 00:08:33 sendUrl INFO 81 [130] R:OK -2015-03-12 00:09:22 queue INFO >>81 [131] -2015-03-12 00:09:22 sendUrl INFO 81 [131] R:OK -2015-03-12 00:10:12 queue INFO >>81 [132] -2015-03-12 00:10:13 sendUrl INFO 81 [132] R:OK -2015-03-12 00:11:03 queue INFO >>81 [133] -2015-03-12 00:11:03 sendUrl INFO 81 [133] R:OK -2015-03-12 00:11:53 queue INFO >>81 [134] -2015-03-12 00:11:53 sendUrl INFO 81 [134] R:OK -2015-03-12 00:12:43 queue INFO >>81 [135] -2015-03-12 00:12:43 sendUrl INFO 81 [135] R:OK -2015-03-12 00:13:33 queue INFO >>81 [136] -2015-03-12 00:13:33 sendUrl INFO 81 [136] R:OK -2015-03-12 00:14:23 queue INFO >>81 [137] -2015-03-12 00:14:23 sendUrl INFO 81 [137] R:OK -2015-03-12 00:15:13 queue INFO >>81 [138] -2015-03-12 00:15:14 sendUrl INFO 81 [138] R:OK -2015-03-12 00:16:03 queue INFO >>81 [139] -2015-03-12 00:16:04 sendUrl INFO 81 [139] R:OK -2015-03-12 00:16:54 queue INFO >>81 [140] -2015-03-12 00:16:54 sendUrl INFO 81 [140] R:OK -2015-03-12 00:17:44 queue INFO >>81 [141] -2015-03-12 00:17:44 sendUrl INFO 81 [141] R:OK -2015-03-12 00:18:34 queue INFO >>81 [142] -2015-03-12 00:18:34 sendUrl INFO 81 [142] R:OK -2015-03-12 00:19:24 queue INFO >>81 [143] -2015-03-12 00:19:24 sendUrl INFO 81 [143] R:OK -2015-03-12 00:20:14 queue INFO >>81 [144] -2015-03-12 00:20:14 sendUrl INFO 81 [144] R:OK -2015-03-12 00:21:04 queue INFO >>81 [145] -2015-03-12 00:21:05 sendUrl INFO 81 [145] R:OK -2015-03-12 00:21:54 queue INFO >>81 [146] -2015-03-12 00:21:55 sendUrl INFO 81 [146] R:OK -2015-03-12 00:22:44 queue INFO >>81 [147] -2015-03-12 00:22:45 sendUrl INFO 81 [147] R:OK -2015-03-12 00:23:35 queue INFO >>81 [148] -2015-03-12 00:23:35 sendUrl INFO 81 [148] R:OK -2015-03-12 00:24:25 queue INFO >>81 [149] -2015-03-12 00:24:25 sendUrl INFO 81 [149] R:OK -2015-03-12 00:25:15 queue INFO >>81 [150] -2015-03-12 00:25:15 sendUrl INFO 81 [150] R:OK -2015-03-12 00:26:05 queue INFO >>81 [151] -2015-03-12 00:26:06 sendUrl INFO 81 [151] R:OK -2015-03-12 00:26:55 queue INFO >>81 [152] -2015-03-12 00:26:55 sendUrl INFO 81 [152] R:OK -2015-03-12 00:27:45 queue INFO >>81 [153] -2015-03-12 00:27:46 sendUrl INFO 81 [153] R:OK -2015-03-12 00:28:36 queue INFO >>81 [154] -2015-03-12 00:28:36 sendUrl INFO 81 [154] R:OK -2015-03-12 00:29:26 queue INFO >>81 [155] -2015-03-12 00:29:26 sendUrl INFO 81 [155] R:OK -2015-03-12 00:30:16 queue INFO >>81 [156] -2015-03-12 00:30:16 sendUrl INFO 81 [156] R:OK -2015-03-12 00:31:06 queue INFO >>81 [157] -2015-03-12 00:31:06 sendUrl INFO 81 [157] R:OK -2015-03-12 00:31:56 queue INFO >>81 [158] -2015-03-12 00:31:56 sendUrl INFO 81 [158] R:OK -2015-03-12 00:32:46 queue INFO >>81 [159] -2015-03-12 00:32:47 sendUrl INFO 81 [159] R:OK -2015-03-12 00:33:36 queue INFO >>81 [160] -2015-03-12 00:33:37 sendUrl INFO 81 [160] R:OK -2015-03-12 00:34:26 queue INFO >>81 [161] -2015-03-12 00:34:27 sendUrl INFO 81 [161] R:OK -2015-03-12 00:35:17 queue INFO >>81 [162] -2015-03-12 00:35:17 sendUrl INFO 81 [162] R:OK -2015-03-12 00:36:07 queue INFO >>81 [163] -2015-03-12 00:36:07 sendUrl INFO 81 [163] R:OK -2015-03-12 00:36:57 queue INFO >>81 [164] -2015-03-12 00:36:57 sendUrl INFO 81 [164] R:OK -2015-03-12 00:37:47 queue INFO >>81 [165] -2015-03-12 00:37:47 sendUrl INFO 81 [165] R:OK -2015-03-12 00:38:37 queue INFO >>81 [166] -2015-03-12 00:38:38 sendUrl INFO 81 [166] R:OK -2015-03-12 00:39:27 queue INFO >>81 [167] -2015-03-12 00:39:28 sendUrl INFO 81 [167] R:OK -2015-03-12 00:40:18 queue INFO >>81 [168] -2015-03-12 00:40:18 sendUrl INFO 81 [168] R:OK -2015-03-12 00:41:08 queue INFO >>81 [169] -2015-03-12 00:41:08 sendUrl INFO 81 [169] R:OK -2015-03-12 00:41:58 queue INFO >>81 [170] -2015-03-12 00:41:58 sendUrl INFO 81 [170] R:OK -2015-03-12 00:42:48 queue INFO >>81 [171] -2015-03-12 00:42:48 sendUrl INFO 81 [171] R:OK -2015-03-12 00:43:38 queue INFO >>81 [172] -2015-03-12 00:43:39 sendUrl INFO 81 [172] R:OK -2015-03-12 00:44:28 queue INFO >>81 [173] -2015-03-12 00:44:28 sendUrl INFO 81 [173] R:OK -2015-03-12 00:45:18 queue INFO >>81 [174] -2015-03-12 00:45:19 sendUrl INFO 81 [174] R:OK -2015-03-12 00:46:09 queue INFO >>81 [175] -2015-03-12 00:46:09 sendUrl INFO 81 [175] R:OK -2015-03-12 00:46:59 queue INFO >>81 [176] -2015-03-12 00:46:59 sendUrl INFO 81 [176] R:OK -2015-03-12 00:47:49 queue INFO >>81 [177] -2015-03-12 00:47:49 sendUrl INFO 81 [177] R:OK -2015-03-12 00:48:39 queue INFO >>81 [178] -2015-03-12 00:48:40 sendUrl INFO 81 [178] R:OK -2015-03-12 00:49:29 queue INFO >>81 [179] -2015-03-12 00:49:29 sendUrl INFO 81 [179] R:OK -2015-03-12 00:50:19 queue INFO >>81 [180] -2015-03-12 00:50:20 sendUrl INFO 81 [180] R:OK -2015-03-12 00:51:09 queue INFO >>81 [181] -2015-03-12 00:51:10 sendUrl INFO 81 [181] R:OK -2015-03-12 00:52:00 queue INFO >>81 [182] -2015-03-12 00:52:00 sendUrl INFO 81 [182] R:OK -2015-03-12 00:52:50 queue INFO >>81 [183] -2015-03-12 00:52:50 sendUrl INFO 81 [183] R:OK -2015-03-12 00:53:40 queue INFO >>81 [184] -2015-03-12 00:53:40 sendUrl INFO 81 [184] R:OK -2015-03-12 00:54:30 queue INFO >>81 [185] -2015-03-12 00:54:30 sendUrl INFO 81 [185] R:OK -2015-03-12 00:55:20 queue INFO >>81 [186] -2015-03-12 00:55:21 sendUrl INFO 81 [186] R:OK -2015-03-12 00:56:10 queue INFO >>81 [187] -2015-03-12 00:56:11 sendUrl INFO 81 [187] R:OK -2015-03-12 00:57:01 queue INFO >>81 [188] -2015-03-12 00:57:01 sendUrl INFO 81 [188] R:OK -2015-03-12 00:57:51 queue INFO >>81 [189] -2015-03-12 00:57:51 sendUrl INFO 81 [189] R:OK -2015-03-12 00:58:41 queue INFO >>81 [190] -2015-03-12 00:58:41 sendUrl INFO 81 [190] R:OK -2015-03-12 00:59:31 queue INFO >>81 [191] -2015-03-12 00:59:31 sendUrl INFO 81 [191] R:OK -2015-03-12 01:00:21 queue INFO >>81 [192] -2015-03-12 01:00:22 sendUrl INFO 81 [192] R:OK -2015-03-12 01:01:11 queue INFO >>81 [193] -2015-03-12 01:01:12 sendUrl INFO 81 [193] R:OK -2015-03-12 01:02:01 queue INFO >>81 [194] -2015-03-12 01:02:02 sendUrl INFO 81 [194] R:OK -2015-03-12 01:02:52 queue INFO >>81 [195] -2015-03-12 01:02:52 sendUrl INFO 81 [195] R:OK -2015-03-12 01:03:42 queue INFO >>81 [196] -2015-03-12 01:03:42 sendUrl INFO 81 [196] R:OK -2015-03-12 01:04:32 queue INFO >>81 [197] -2015-03-12 01:04:32 sendUrl INFO 81 [197] R:OK -2015-03-12 01:05:22 queue INFO >>81 [198] -2015-03-12 01:05:22 sendUrl INFO 81 [198] R:OK -2015-03-12 01:06:12 queue INFO >>81 [199] -2015-03-12 01:06:13 sendUrl INFO 81 [199] R:OK -2015-03-12 01:07:02 queue INFO >>81 [200] -2015-03-12 01:07:03 sendUrl INFO 81 [200] R:OK -2015-03-12 01:07:53 queue INFO >>81 [201] -2015-03-12 01:07:53 sendUrl INFO 81 [201] R:OK -2015-03-12 01:08:43 queue INFO >>81 [202] -2015-03-12 01:08:43 sendUrl INFO 81 [202] R:OK -2015-03-12 01:09:33 queue INFO >>81 [203] -2015-03-12 01:09:33 sendUrl INFO 81 [203] R:OK -2015-03-12 01:10:23 queue INFO >>81 [204] -2015-03-12 01:10:23 sendUrl INFO 81 [204] R:OK -2015-03-12 01:11:13 queue INFO >>81 [205] -2015-03-12 01:11:14 sendUrl INFO 81 [205] R:OK -2015-03-12 01:12:03 queue INFO >>81 [206] -2015-03-12 01:12:04 sendUrl INFO 81 [206] R:OK -2015-03-12 01:12:53 queue INFO >>81 [207] -2015-03-12 01:12:54 sendUrl INFO 81 [207] R:OK -2015-03-12 01:13:44 queue INFO >>81 [208] -2015-03-12 01:13:44 sendUrl INFO 81 [208] R:OK -2015-03-12 01:14:34 queue INFO >>81 [209] -2015-03-12 01:14:34 sendUrl INFO 81 [209] R:OK -2015-03-12 01:15:24 queue INFO >>81 [210] -2015-03-12 01:15:24 sendUrl INFO 81 [210] R:OK -2015-03-12 01:16:14 queue INFO >>81 [211] -2015-03-12 01:16:15 sendUrl INFO 81 [211] R:OK -2015-03-12 01:17:04 queue INFO >>81 [212] -2015-03-12 01:17:04 sendUrl INFO 81 [212] R:OK -2015-03-12 01:17:54 queue INFO >>81 [213] -2015-03-12 01:17:55 sendUrl INFO 81 [213] R:OK -2015-03-12 01:18:45 queue INFO >>81 [214] -2015-03-12 01:18:45 sendUrl INFO 81 [214] R:OK -2015-03-12 01:19:35 queue INFO >>81 [215] -2015-03-12 01:19:35 sendUrl INFO 81 [215] R:OK -2015-03-12 01:20:25 queue INFO >>81 [216] -2015-03-12 01:20:25 sendUrl INFO 81 [216] R:OK -2015-03-12 01:21:15 queue INFO >>81 [217] -2015-03-12 01:21:16 sendUrl INFO 81 [217] R:OK -2015-03-12 01:22:05 queue INFO >>81 [218] -2015-03-12 01:22:05 sendUrl INFO 81 [218] R:OK -2015-03-12 01:22:55 queue INFO >>81 [219] -2015-03-12 01:22:56 sendUrl INFO 81 [219] R:OK -2015-03-12 01:23:45 queue INFO >>81 [220] -2015-03-12 01:23:46 sendUrl INFO 81 [220] R:OK -2015-03-12 01:24:36 queue INFO >>81 [221] -2015-03-12 01:24:36 sendUrl INFO 81 [221] R:OK -2015-03-12 01:25:26 queue INFO >>81 [222] -2015-03-12 01:25:26 sendUrl INFO 81 [222] R:OK -2015-03-12 01:26:16 queue INFO >>81 [223] -2015-03-12 01:26:16 sendUrl INFO 81 [223] R:OK -2015-03-12 01:27:06 queue INFO >>81 [224] -2015-03-12 01:27:06 sendUrl INFO 81 [224] R:OK -2015-03-12 01:27:56 queue INFO >>81 [225] -2015-03-12 01:27:57 sendUrl INFO 81 [225] R:OK -2015-03-12 01:28:46 queue INFO >>81 [226] -2015-03-12 01:28:47 sendUrl INFO 81 [226] R:OK -2015-03-12 01:29:37 queue INFO >>81 [227] -2015-03-12 01:29:37 sendUrl INFO 81 [227] R:OK -2015-03-12 01:30:27 queue INFO >>81 [228] -2015-03-12 01:30:27 sendUrl INFO 81 [228] R:OK -2015-03-12 01:31:17 queue INFO >>81 [229] -2015-03-12 01:31:17 sendUrl INFO 81 [229] R:OK -2015-03-12 01:32:07 queue INFO >>81 [230] -2015-03-12 01:32:07 sendUrl INFO 81 [230] R:OK -2015-03-12 01:32:57 queue INFO >>81 [231] -2015-03-12 01:32:58 sendUrl INFO 81 [231] R:OK -2015-03-12 01:33:47 queue INFO >>81 [232] -2015-03-12 01:33:48 sendUrl INFO 81 [232] R:OK -2015-03-12 01:34:37 queue INFO >>81 [233] -2015-03-12 01:34:38 sendUrl INFO 81 [233] R:OK -2015-03-12 01:35:28 queue INFO >>81 [234] -2015-03-12 01:35:28 sendUrl INFO 81 [234] R:OK -2015-03-12 01:36:18 queue INFO >>81 [235] -2015-03-12 01:36:18 sendUrl INFO 81 [235] R:OK -2015-03-12 01:37:08 queue INFO >>81 [236] -2015-03-12 01:37:08 sendUrl INFO 81 [236] R:OK -2015-03-12 01:37:58 queue INFO >>81 [237] -2015-03-12 01:37:58 sendUrl INFO 81 [237] R:OK -2015-03-12 01:38:48 queue INFO >>81 [238] -2015-03-12 01:38:49 sendUrl INFO 81 [238] R:OK -2015-03-12 01:39:38 queue INFO >>81 [239] -2015-03-12 01:39:39 sendUrl INFO 81 [239] R:OK -2015-03-12 01:40:29 queue INFO >>81 [240] -2015-03-12 01:40:29 sendUrl INFO 81 [240] R:OK -2015-03-12 01:41:19 queue INFO >>81 [241] -2015-03-12 01:41:19 sendUrl INFO 81 [241] R:OK -2015-03-12 01:42:09 queue INFO >>81 [242] -2015-03-12 01:42:09 sendUrl INFO 81 [242] R:OK -2015-03-12 01:42:59 queue INFO >>81 [243] -2015-03-12 01:42:59 sendUrl INFO 81 [243] R:OK -2015-03-12 01:43:49 queue INFO >>81 [244] -2015-03-12 01:43:50 sendUrl INFO 81 [244] R:OK -2015-03-12 01:44:39 queue INFO >>81 [245] -2015-03-12 01:44:40 sendUrl INFO 81 [245] R:OK -2015-03-12 01:45:29 queue INFO >>81 [246] -2015-03-12 01:45:30 sendUrl INFO 81 [246] R:OK -2015-03-12 01:46:20 queue INFO >>81 [247] -2015-03-12 01:46:20 sendUrl INFO 81 [247] R:OK -2015-03-12 01:47:10 queue INFO >>81 [248] -2015-03-12 01:47:10 sendUrl INFO 81 [248] R:OK -2015-03-12 01:48:00 queue INFO >>81 [249] -2015-03-12 01:48:00 sendUrl INFO 81 [249] R:OK -2015-03-12 01:48:50 queue INFO >>81 [250] -2015-03-12 01:48:51 sendUrl INFO 81 [250] R:OK -2015-03-12 01:49:40 queue INFO >>81 [251] -2015-03-12 01:49:40 sendUrl INFO 81 [251] R:OK -2015-03-12 01:50:30 queue INFO >>81 [252] -2015-03-12 01:50:31 sendUrl INFO 81 [252] R:OK -2015-03-12 01:51:21 queue INFO >>81 [253] -2015-03-12 01:51:21 sendUrl INFO 81 [253] R:OK -2015-03-12 01:52:11 queue INFO >>81 [254] -2015-03-12 01:52:11 sendUrl INFO 81 [254] R:OK -2015-03-12 01:53:01 queue INFO >>81 [255] -2015-03-12 01:53:01 sendUrl INFO 81 [255] R:OK -2015-03-12 01:53:51 queue INFO >>81 [256] -2015-03-12 01:53:52 sendUrl INFO 81 [256] R:OK -2015-03-12 01:54:41 queue INFO >>81 [257] -2015-03-12 01:54:41 sendUrl INFO 81 [257] R:OK -2015-03-12 01:55:31 queue INFO >>81 [258] -2015-03-12 01:55:32 sendUrl INFO 81 [258] R:OK -2015-03-12 01:56:21 queue INFO >>81 [259] -2015-03-12 01:56:22 sendUrl INFO 81 [259] R:OK -2015-03-12 01:57:12 queue INFO >>81 [260] -2015-03-12 01:57:12 sendUrl INFO 81 [260] R:OK -2015-03-12 01:58:02 queue INFO >>81 [261] -2015-03-12 01:58:02 sendUrl INFO 81 [261] R:OK -2015-03-12 01:58:52 queue INFO >>81 [262] -2015-03-12 01:58:52 sendUrl INFO 81 [262] R:OK -2015-03-12 01:59:42 queue INFO >>81 [263] -2015-03-12 01:59:42 sendUrl INFO 81 [263] R:OK -2015-03-12 02:00:32 queue INFO >>81 [264] -2015-03-12 02:00:32 sendUrl INFO 81 [264] R:OK -2015-03-12 02:01:22 queue INFO >>81 [265] -2015-03-12 02:01:23 sendUrl INFO 81 [265] R:OK -2015-03-12 02:02:12 queue INFO >>81 [266] -2015-03-12 02:02:13 sendUrl INFO 81 [266] R:OK -2015-03-12 02:03:02 queue INFO >>81 [267] -2015-03-12 02:03:03 sendUrl INFO 81 [267] R:OK -2015-03-12 02:03:53 queue INFO >>81 [268] -2015-03-12 02:03:53 sendUrl INFO 81 [268] R:OK -2015-03-12 02:04:43 queue INFO >>81 [269] -2015-03-12 02:04:43 sendUrl INFO 81 [269] R:OK -2015-03-12 02:05:33 queue INFO >>81 [270] -2015-03-12 02:05:33 sendUrl INFO 81 [270] R:OK -2015-03-12 02:06:23 queue INFO >>81 [271] -2015-03-12 02:06:24 sendUrl INFO 81 [271] R:OK -2015-03-12 02:07:13 queue INFO >>81 [272] -2015-03-12 02:07:13 sendUrl INFO 81 [272] R:OK -2015-03-12 02:08:03 queue INFO >>81 [273] -2015-03-12 02:08:04 sendUrl INFO 81 [273] R:OK -2015-03-12 02:08:54 queue INFO >>81 [274] -2015-03-12 02:08:54 sendUrl INFO 81 [274] R:OK -2015-03-12 02:09:44 queue INFO >>81 [275] -2015-03-12 02:09:44 sendUrl INFO 81 [275] R:OK -2015-03-12 02:10:34 queue INFO >>81 [276] -2015-03-12 02:10:34 sendUrl INFO 81 [276] R:OK -2015-03-12 02:11:24 queue INFO >>81 [277] -2015-03-12 02:11:25 sendUrl INFO 81 [277] R:OK -2015-03-12 02:12:14 queue INFO >>81 [278] -2015-03-12 02:12:14 sendUrl INFO 81 [278] R:OK -2015-03-12 02:13:04 queue INFO >>81 [279] -2015-03-12 02:13:05 sendUrl INFO 81 [279] R:OK -2015-03-12 02:13:54 queue INFO >>81 [280] -2015-03-12 02:13:55 sendUrl INFO 81 [280] R:OK -2015-03-12 02:14:45 queue INFO >>81 [281] -2015-03-12 02:14:45 sendUrl INFO 81 [281] R:OK -2015-03-12 02:15:35 queue INFO >>81 [282] -2015-03-12 02:15:35 sendUrl INFO 81 [282] R:OK -2015-03-12 02:16:25 queue INFO >>81 [283] -2015-03-12 02:16:25 sendUrl INFO 81 [283] R:OK -2015-03-12 02:17:15 queue INFO >>81 [284] -2015-03-12 02:17:15 sendUrl INFO 81 [284] R:OK -2015-03-12 02:18:05 queue INFO >>81 [285] -2015-03-12 02:18:06 sendUrl INFO 81 [285] R:OK -2015-03-12 02:18:55 queue INFO >>81 [286] -2015-03-12 02:18:55 sendUrl INFO 81 [286] R:OK -2015-03-12 02:19:46 queue INFO >>81 [287] -2015-03-12 02:19:46 sendUrl INFO 81 [287] R:OK -2015-03-12 02:20:36 queue INFO >>81 [288] -2015-03-12 02:20:36 sendUrl INFO 81 [288] R:OK -2015-03-12 02:21:26 queue INFO >>81 [289] -2015-03-12 02:21:26 sendUrl INFO 81 [289] R:OK -2015-03-12 02:22:16 queue INFO >>81 [290] -2015-03-12 02:22:16 sendUrl INFO 81 [290] R:OK -2015-03-12 02:23:06 queue INFO >>81 [291] -2015-03-12 02:23:07 sendUrl INFO 81 [291] R:OK -2015-03-12 02:23:56 queue INFO >>81 [292] -2015-03-12 02:23:56 sendUrl INFO 81 [292] R:OK -2015-03-12 02:24:46 queue INFO >>81 [293] -2015-03-12 02:24:47 sendUrl INFO 81 [293] R:OK -2015-03-12 02:25:37 queue INFO >>81 [294] -2015-03-12 02:25:37 sendUrl INFO 81 [294] R:OK -2015-03-12 02:26:27 queue INFO >>81 [295] -2015-03-12 02:26:27 sendUrl INFO 81 [295] R:OK -2015-03-12 02:27:17 queue INFO >>81 [296] -2015-03-12 02:27:17 sendUrl INFO 81 [296] R:OK -2015-03-12 02:28:07 queue INFO >>81 [297] -2015-03-12 02:28:07 sendUrl INFO 81 [297] R:OK -2015-03-12 02:28:57 queue INFO >>81 [298] -2015-03-12 02:28:57 sendUrl INFO 81 [298] R:OK -2015-03-12 02:29:47 queue INFO >>81 [299] -2015-03-12 02:29:48 sendUrl INFO 81 [299] R:OK -2015-03-12 02:30:38 queue INFO >>81 [300] -2015-03-12 02:30:38 sendUrl INFO 81 [300] R:OK -2015-03-12 02:31:28 queue INFO >>81 [301] -2015-03-12 02:31:28 sendUrl INFO 81 [301] R:OK -2015-03-12 02:32:18 queue INFO >>81 [302] -2015-03-12 02:32:18 sendUrl INFO 81 [302] R:OK -2015-03-12 02:33:08 queue INFO >>81 [303] -2015-03-12 02:33:08 sendUrl INFO 81 [303] R:OK -2015-03-12 02:33:58 queue INFO >>81 [304] -2015-03-12 02:33:58 sendUrl INFO 81 [304] R:OK -2015-03-12 02:34:48 queue INFO >>81 [305] -2015-03-12 02:34:49 sendUrl INFO 81 [305] R:OK -2015-03-12 02:35:38 queue INFO >>81 [306] -2015-03-12 02:35:39 sendUrl INFO 81 [306] R:OK -2015-03-12 02:36:29 queue INFO >>81 [307] -2015-03-12 02:36:29 sendUrl INFO 81 [307] R:OK -2015-03-12 02:37:19 queue INFO >>81 [308] -2015-03-12 02:37:19 sendUrl INFO 81 [308] R:OK -2015-03-12 02:38:09 queue INFO >>81 [309] -2015-03-12 02:38:09 sendUrl INFO 81 [309] R:OK -2015-03-12 02:38:59 queue INFO >>81 [310] -2015-03-12 02:38:59 sendUrl INFO 81 [310] R:OK -2015-03-12 02:39:49 queue INFO >>81 [311] -2015-03-12 02:39:49 sendUrl INFO 81 [311] R:OK -2015-03-12 02:40:39 queue INFO >>81 [312] -2015-03-12 02:40:40 sendUrl INFO 81 [312] R:OK -2015-03-12 02:41:29 queue INFO >>81 [313] -2015-03-12 02:41:30 sendUrl INFO 81 [313] R:OK -2015-03-12 02:42:20 queue INFO >>81 [314] -2015-03-12 02:42:20 sendUrl INFO 81 [314] R:OK -2015-03-12 02:43:10 queue INFO >>81 [315] -2015-03-12 02:43:10 sendUrl INFO 81 [315] R:OK -2015-03-12 02:44:00 queue INFO >>81 [316] -2015-03-12 02:44:00 sendUrl INFO 81 [316] R:OK -2015-03-12 02:44:50 queue INFO >>81 [317] -2015-03-12 02:44:50 sendUrl INFO 81 [317] R:OK -2015-03-12 02:45:40 queue INFO >>81 [318] -2015-03-12 02:45:41 sendUrl INFO 81 [318] R:OK -2015-03-12 02:46:30 queue INFO >>81 [319] -2015-03-12 02:46:30 sendUrl INFO 81 [319] R:OK -2015-03-12 02:47:20 queue INFO >>81 [320] -2015-03-12 02:47:21 sendUrl INFO 81 [320] R:OK -2015-03-12 02:48:11 queue INFO >>81 [321] -2015-03-12 02:48:11 sendUrl INFO 81 [321] R:OK -2015-03-12 02:49:01 queue INFO >>81 [322] -2015-03-12 02:49:01 sendUrl INFO 81 [322] R:OK -2015-03-12 02:49:51 queue INFO >>81 [323] -2015-03-12 02:49:51 sendUrl INFO 81 [323] R:OK -2015-03-12 02:50:41 queue INFO >>81 [324] -2015-03-12 02:50:41 sendUrl INFO 81 [324] R:OK -2015-03-12 02:51:31 queue INFO >>81 [325] -2015-03-12 02:51:31 sendUrl INFO 81 [325] R:OK -2015-03-12 02:52:21 queue INFO >>81 [326] -2015-03-12 02:52:22 sendUrl INFO 81 [326] R:OK -2015-03-12 02:53:11 queue INFO >>81 [327] -2015-03-12 02:53:12 sendUrl INFO 81 [327] R:OK -2015-03-12 02:54:02 queue INFO >>81 [328] -2015-03-12 02:54:02 sendUrl INFO 81 [328] R:OK -2015-03-12 02:54:52 queue INFO >>81 [329] -2015-03-12 02:54:52 sendUrl INFO 81 [329] R:OK -2015-03-12 02:55:42 queue INFO >>81 [330] -2015-03-12 02:55:42 sendUrl INFO 81 [330] R:OK -2015-03-12 02:56:32 queue INFO >>81 [331] -2015-03-12 02:56:32 sendUrl INFO 81 [331] R:OK -2015-03-12 02:57:22 queue INFO >>81 [332] -2015-03-12 02:57:23 sendUrl INFO 81 [332] R:OK -2015-03-12 02:58:12 queue INFO >>81 [333] -2015-03-12 02:58:13 sendUrl INFO 81 [333] R:OK -2015-03-12 02:59:03 queue INFO >>81 [334] -2015-03-12 02:59:03 sendUrl INFO 81 [334] R:OK -2015-03-12 02:59:53 queue INFO >>81 [335] -2015-03-12 02:59:53 sendUrl INFO 81 [335] R:OK -2015-03-12 03:00:43 queue INFO >>81 [336] -2015-03-12 03:00:43 sendUrl INFO 81 [336] R:OK -2015-03-12 03:01:33 queue INFO >>81 [337] -2015-03-12 03:01:33 sendUrl INFO 81 [337] R:OK -2015-03-12 03:02:23 queue INFO >>81 [338] -2015-03-12 03:02:23 sendUrl INFO 81 [338] R:OK -2015-03-12 03:03:13 queue INFO >>81 [339] -2015-03-12 03:03:14 sendUrl INFO 81 [339] R:OK -2015-03-12 03:04:03 queue INFO >>81 [340] -2015-03-12 03:04:04 sendUrl INFO 81 [340] R:OK -2015-03-12 03:04:54 queue INFO >>81 [341] -2015-03-12 03:04:54 sendUrl INFO 81 [341] R:OK -2015-03-12 03:05:44 queue INFO >>81 [342] -2015-03-12 03:05:44 sendUrl INFO 81 [342] R:OK -2015-03-12 03:06:34 queue INFO >>81 [343] -2015-03-12 03:06:34 sendUrl INFO 81 [343] R:OK -2015-03-12 03:07:24 queue INFO >>81 [344] -2015-03-12 03:07:24 sendUrl INFO 81 [344] R:OK -2015-03-12 03:08:14 queue INFO >>81 [345] -2015-03-12 03:08:15 sendUrl INFO 81 [345] R:OK -2015-03-12 03:09:04 queue INFO >>81 [346] -2015-03-12 03:09:04 sendUrl INFO 81 [346] R:OK -2015-03-12 03:09:54 queue INFO >>81 [347] -2015-03-12 03:09:55 sendUrl INFO 81 [347] R:OK -2015-03-12 03:10:45 queue INFO >>81 [348] -2015-03-12 03:10:45 sendUrl INFO 81 [348] R:OK -2015-03-12 03:11:35 queue INFO >>81 [349] -2015-03-12 03:11:35 sendUrl INFO 81 [349] R:OK -2015-03-12 03:12:25 queue INFO >>81 [350] -2015-03-12 03:12:25 sendUrl INFO 81 [350] R:OK -2015-03-12 03:13:15 queue INFO >>81 [351] -2015-03-12 03:13:15 sendUrl INFO 81 [351] R:OK -2015-03-12 03:14:05 queue INFO >>81 [352] -2015-03-12 03:14:05 sendUrl INFO 81 [352] R:OK -2015-03-12 03:14:55 queue INFO >>81 [353] -2015-03-12 03:14:56 sendUrl INFO 81 [353] R:OK -2015-03-12 03:15:45 queue INFO >>81 [354] -2015-03-12 03:15:46 sendUrl INFO 81 [354] R:OK -2015-03-12 03:16:36 queue INFO >>81 [355] -2015-03-12 03:16:36 sendUrl INFO 81 [355] R:OK -2015-03-12 03:17:26 queue INFO >>81 [356] -2015-03-12 03:17:26 sendUrl INFO 81 [356] R:OK -2015-03-12 03:18:16 queue INFO >>81 [357] -2015-03-12 03:18:16 sendUrl INFO 81 [357] R:OK -2015-03-12 03:19:06 queue INFO >>81 [358] -2015-03-12 03:19:06 sendUrl INFO 81 [358] R:OK -2015-03-12 03:19:56 queue INFO >>81 [359] -2015-03-12 03:19:57 sendUrl INFO 81 [359] R:OK -2015-03-12 03:20:46 queue INFO >>81 [360] -2015-03-12 03:20:47 sendUrl INFO 81 [360] R:OK -2015-03-12 03:21:36 queue INFO >>81 [361] -2015-03-12 03:21:37 sendUrl INFO 81 [361] R:OK -2015-03-12 03:22:27 queue INFO >>81 [362] -2015-03-12 03:22:27 sendUrl INFO 81 [362] R:OK -2015-03-12 03:23:17 queue INFO >>81 [363] -2015-03-12 03:23:17 sendUrl INFO 81 [363] R:OK -2015-03-12 03:24:07 queue INFO >>81 [364] -2015-03-12 03:24:07 sendUrl INFO 81 [364] R:OK -2015-03-12 03:24:57 queue INFO >>81 [365] -2015-03-12 03:24:57 sendUrl INFO 81 [365] R:OK -2015-03-12 03:25:47 queue INFO >>81 [366] -2015-03-12 03:25:48 sendUrl INFO 81 [366] R:OK -2015-03-12 03:26:37 queue INFO >>81 [367] -2015-03-12 03:26:38 sendUrl INFO 81 [367] R:OK -2015-03-12 03:27:28 queue INFO >>81 [368] -2015-03-12 03:27:28 sendUrl INFO 81 [368] R:OK -2015-03-12 03:28:18 queue INFO >>81 [369] -2015-03-12 03:28:18 sendUrl INFO 81 [369] R:OK -2015-03-12 03:29:08 queue INFO >>81 [370] -2015-03-12 03:29:08 sendUrl INFO 81 [370] R:OK -2015-03-12 03:29:58 queue INFO >>81 [371] -2015-03-12 03:29:58 sendUrl INFO 81 [371] R:OK -2015-03-12 03:30:48 queue INFO >>81 [372] -2015-03-12 03:30:49 sendUrl INFO 81 [372] R:OK -2015-03-12 03:31:38 queue INFO >>81 [373] -2015-03-12 03:31:38 sendUrl INFO 81 [373] R:OK -2015-03-12 03:32:28 queue INFO >>81 [374] -2015-03-12 03:32:29 sendUrl INFO 81 [374] R:OK -2015-03-12 03:33:19 queue INFO >>81 [375] -2015-03-12 03:33:19 sendUrl INFO 81 [375] R:OK -2015-03-12 03:34:09 queue INFO >>81 [376] -2015-03-12 03:34:09 sendUrl INFO 81 [376] R:OK -2015-03-12 03:34:59 queue INFO >>81 [377] -2015-03-12 03:34:59 sendUrl INFO 81 [377] R:OK -2015-03-12 03:35:49 queue INFO >>81 [378] -2015-03-12 03:35:50 sendUrl INFO 81 [378] R:OK -2015-03-12 03:36:39 queue INFO >>81 [379] -2015-03-12 03:36:39 sendUrl INFO 81 [379] R:OK -2015-03-12 03:37:29 queue INFO >>81 [380] -2015-03-12 03:37:30 sendUrl INFO 81 [380] R:OK -2015-03-12 03:38:20 queue INFO >>81 [381] -2015-03-12 03:38:20 sendUrl INFO 81 [381] R:OK -2015-03-12 03:39:10 queue INFO >>81 [382] -2015-03-12 03:39:10 sendUrl INFO 81 [382] R:OK -2015-03-12 03:40:00 queue INFO >>81 [383] -2015-03-12 03:40:00 sendUrl INFO 81 [383] R:OK -2015-03-12 03:40:50 queue INFO >>81 [384] -2015-03-12 03:40:51 sendUrl INFO 81 [384] R:OK -2015-03-12 03:41:40 queue INFO >>81 [385] -2015-03-12 03:41:40 sendUrl INFO 81 [385] R:OK -2015-03-12 03:42:30 queue INFO >>81 [386] -2015-03-12 03:42:31 sendUrl INFO 81 [386] R:OK -2015-03-12 03:43:20 queue INFO >>81 [387] -2015-03-12 03:43:21 sendUrl INFO 81 [387] R:OK -2015-03-12 03:44:11 queue INFO >>81 [388] -2015-03-12 03:44:11 sendUrl INFO 81 [388] R:OK -2015-03-12 03:45:01 queue INFO >>81 [389] -2015-03-12 03:45:01 sendUrl INFO 81 [389] R:OK -2015-03-12 03:45:51 queue INFO >>81 [390] -2015-03-12 03:45:51 sendUrl INFO 81 [390] R:OK -2015-03-12 03:46:41 queue INFO >>81 [391] -2015-03-12 03:46:41 sendUrl INFO 81 [391] R:OK -2015-03-12 03:47:31 queue INFO >>81 [392] -2015-03-12 03:47:32 sendUrl INFO 81 [392] R:OK -2015-03-12 03:48:21 queue INFO >>81 [393] -2015-03-12 03:48:22 sendUrl INFO 81 [393] R:OK -2015-03-12 03:49:12 queue INFO >>81 [394] -2015-03-12 03:49:12 sendUrl INFO 81 [394] R:OK -2015-03-12 03:50:02 queue INFO >>81 [395] -2015-03-12 03:50:02 sendUrl INFO 81 [395] R:OK -2015-03-12 03:50:52 queue INFO >>81 [396] -2015-03-12 03:50:52 sendUrl INFO 81 [396] R:OK -2015-03-12 03:51:42 queue INFO >>81 [397] -2015-03-12 03:51:42 sendUrl INFO 81 [397] R:OK -2015-03-12 03:52:32 queue INFO >>81 [398] -2015-03-12 03:52:33 sendUrl INFO 81 [398] R:OK -2015-03-12 03:53:22 queue INFO >>81 [399] -2015-03-12 03:53:23 sendUrl INFO 81 [399] R:OK -2015-03-12 03:54:12 queue INFO >>81 [400] -2015-03-12 03:54:13 sendUrl INFO 81 [400] R:OK -2015-03-12 03:55:03 queue INFO >>81 [401] -2015-03-12 03:55:03 sendUrl INFO 81 [401] R:OK -2015-03-12 03:55:53 queue INFO >>81 [402] -2015-03-12 03:55:53 sendUrl INFO 81 [402] R:OK -2015-03-12 03:56:43 queue INFO >>81 [403] -2015-03-12 03:56:43 sendUrl INFO 81 [403] R:OK -2015-03-12 03:57:33 queue INFO >>81 [404] -2015-03-12 03:57:33 sendUrl INFO 81 [404] R:OK -2015-03-12 03:58:23 queue INFO >>81 [405] -2015-03-12 03:58:24 sendUrl INFO 81 [405] R:OK -2015-03-12 03:59:13 queue INFO >>81 [406] -2015-03-12 03:59:13 sendUrl INFO 81 [406] R:OK -2015-03-12 04:00:03 queue INFO >>81 [407] -2015-03-12 04:00:04 sendUrl INFO 81 [407] R:OK -2015-03-12 04:00:53 queue INFO >>81 [408] -2015-03-12 04:00:54 sendUrl INFO 81 [408] R:OK -2015-03-12 04:01:44 queue INFO >>81 [409] -2015-03-12 04:01:44 sendUrl INFO 81 [409] R:OK -2015-03-12 04:02:34 queue INFO >>81 [410] -2015-03-12 04:02:34 sendUrl INFO 81 [410] R:OK -2015-03-12 04:03:24 queue INFO >>81 [411] -2015-03-12 04:03:25 sendUrl INFO 81 [411] R:OK -2015-03-12 04:04:14 queue INFO >>81 [412] -2015-03-12 04:04:14 sendUrl INFO 81 [412] R:OK -2015-03-12 04:05:04 queue INFO >>81 [413] -2015-03-12 04:05:05 sendUrl INFO 81 [413] R:OK -2015-03-12 04:05:54 queue INFO >>81 [414] -2015-03-12 04:05:55 sendUrl INFO 81 [414] R:OK -2015-03-12 04:06:45 queue INFO >>81 [415] -2015-03-12 04:06:45 sendUrl INFO 81 [415] R:OK -2015-03-12 04:07:35 queue INFO >>81 [416] -2015-03-12 04:07:35 sendUrl INFO 81 [416] R:OK -2015-03-12 04:08:25 queue INFO >>81 [417] -2015-03-12 04:08:25 sendUrl INFO 81 [417] R:OK -2015-03-12 04:09:15 queue INFO >>81 [418] -2015-03-12 04:09:15 sendUrl INFO 81 [418] R:OK -2015-03-12 04:10:05 queue INFO >>81 [419] -2015-03-12 04:10:06 sendUrl INFO 81 [419] R:OK -2015-03-12 04:10:55 queue INFO >>81 [420] -2015-03-12 04:10:55 sendUrl INFO 81 [420] R:OK -2015-03-12 04:11:45 queue INFO >>81 [421] -2015-03-12 04:11:46 sendUrl INFO 81 [421] R:OK -2015-03-12 04:12:36 queue INFO >>81 [422] -2015-03-12 04:12:36 sendUrl INFO 81 [422] R:OK -2015-03-12 04:13:26 queue INFO >>81 [423] -2015-03-12 04:13:26 sendUrl INFO 81 [423] R:OK -2015-03-12 04:14:16 queue INFO >>81 [424] -2015-03-12 04:14:16 sendUrl INFO 81 [424] R:OK -2015-03-12 04:15:06 queue INFO >>81 [425] -2015-03-12 04:15:07 sendUrl INFO 81 [425] R:OK -2015-03-12 04:15:56 queue INFO >>81 [426] -2015-03-12 04:15:56 sendUrl INFO 81 [426] R:OK -2015-03-12 04:16:46 queue INFO >>81 [427] -2015-03-12 04:16:47 sendUrl INFO 81 [427] R:OK -2015-03-12 04:17:37 queue INFO >>81 [428] -2015-03-12 04:17:37 sendUrl INFO 81 [428] R:OK -2015-03-12 04:18:27 queue INFO >>81 [429] -2015-03-12 04:18:27 sendUrl INFO 81 [429] R:OK -2015-03-12 04:19:17 queue INFO >>81 [430] -2015-03-12 04:19:17 sendUrl INFO 81 [430] R:OK -2015-03-12 04:20:07 queue INFO >>81 [431] -2015-03-12 04:20:07 sendUrl INFO 81 [431] R:OK -2015-03-12 04:20:57 queue INFO >>81 [432] -2015-03-12 04:20:57 sendUrl INFO 81 [432] R:OK -2015-03-12 04:21:47 queue INFO >>81 [433] -2015-03-12 04:21:48 sendUrl INFO 81 [433] R:OK -2015-03-12 04:22:37 queue INFO >>81 [434] -2015-03-12 04:22:38 sendUrl INFO 81 [434] R:OK -2015-03-12 04:23:28 queue INFO >>81 [435] -2015-03-12 04:23:28 sendUrl INFO 81 [435] R:OK -2015-03-12 04:24:18 queue INFO >>81 [436] -2015-03-12 04:24:18 sendUrl INFO 81 [436] R:OK -2015-03-12 04:25:08 queue INFO >>81 [437] -2015-03-12 04:25:08 sendUrl INFO 81 [437] R:OK -2015-03-12 04:25:58 queue INFO >>81 [438] -2015-03-12 04:25:58 sendUrl INFO 81 [438] R:OK -2015-03-12 04:26:48 queue INFO >>81 [439] -2015-03-12 04:26:49 sendUrl INFO 81 [439] R:OK -2015-03-12 04:27:38 queue INFO >>81 [440] -2015-03-12 04:27:39 sendUrl INFO 81 [440] R:OK -2015-03-12 04:28:29 queue INFO >>81 [441] -2015-03-12 04:28:29 sendUrl INFO 81 [441] R:OK -2015-03-12 04:29:19 queue INFO >>81 [442] -2015-03-12 04:29:19 sendUrl INFO 81 [442] R:OK -2015-03-12 04:30:09 queue INFO >>81 [443] -2015-03-12 04:30:09 sendUrl INFO 81 [443] R:OK -2015-03-12 04:30:59 queue INFO >>81 [444] -2015-03-12 04:30:59 sendUrl INFO 81 [444] R:OK -2015-03-12 04:31:49 queue INFO >>81 [445] -2015-03-12 04:31:49 sendUrl INFO 81 [445] R:OK -2015-03-12 04:32:39 queue INFO >>81 [446] -2015-03-12 04:32:40 sendUrl INFO 81 [446] R:OK -2015-03-12 04:33:29 queue INFO >>81 [447] -2015-03-12 04:33:30 sendUrl INFO 81 [447] R:OK -2015-03-12 04:34:20 queue INFO >>81 [448] -2015-03-12 04:34:20 sendUrl INFO 81 [448] R:OK -2015-03-12 04:35:10 queue INFO >>81 [449] -2015-03-12 04:35:10 sendUrl INFO 81 [449] R:OK -2015-03-12 04:36:00 queue INFO >>81 [450] -2015-03-12 04:36:00 sendUrl INFO 81 [450] R:OK -2015-03-12 04:36:50 queue INFO >>81 [451] -2015-03-12 04:36:50 sendUrl INFO 81 [451] R:OK -2015-03-12 04:37:40 queue INFO >>81 [452] -2015-03-12 04:37:41 sendUrl INFO 81 [452] R:OK -2015-03-12 04:38:30 queue INFO >>81 [453] -2015-03-12 04:38:30 sendUrl INFO 81 [453] R:OK -2015-03-12 04:39:20 queue INFO >>81 [454] -2015-03-12 04:39:21 sendUrl INFO 81 [454] R:OK -2015-03-12 04:40:10 queue INFO >>81 [455] -2015-03-12 04:40:11 sendUrl INFO 81 [455] R:OK -2015-03-12 04:41:01 queue INFO >>81 [456] -2015-03-12 04:41:01 sendUrl INFO 81 [456] R:OK -2015-03-12 04:41:51 queue INFO >>81 [457] -2015-03-12 04:41:51 sendUrl INFO 81 [457] R:OK -2015-03-12 04:42:41 queue INFO >>81 [458] -2015-03-12 04:42:41 sendUrl INFO 81 [458] R:OK -2015-03-12 04:43:31 queue INFO >>81 [459] -2015-03-12 04:43:31 sendUrl INFO 81 [459] R:OK -2015-03-12 04:44:21 queue INFO >>81 [460] -2015-03-12 04:44:22 sendUrl INFO 81 [460] R:OK -2015-03-12 04:45:11 queue INFO >>81 [461] -2015-03-12 04:45:12 sendUrl INFO 81 [461] R:OK -2015-03-12 04:46:02 queue INFO >>81 [462] -2015-03-12 04:46:02 sendUrl INFO 81 [462] R:OK -2015-03-12 04:46:52 queue INFO >>81 [463] -2015-03-12 04:46:52 sendUrl INFO 81 [463] R:OK -2015-03-12 04:47:42 queue INFO >>81 [464] -2015-03-12 04:47:42 sendUrl INFO 81 [464] R:OK -2015-03-12 04:48:32 queue INFO >>81 [465] -2015-03-12 04:48:32 sendUrl INFO 81 [465] R:OK -2015-03-12 04:49:22 queue INFO >>81 [466] -2015-03-12 04:49:22 sendUrl INFO 81 [466] R:OK -2015-03-12 04:50:12 queue INFO >>81 [467] -2015-03-12 04:50:13 sendUrl INFO 81 [467] R:OK -2015-03-12 04:51:02 queue INFO >>81 [468] -2015-03-12 04:51:03 sendUrl INFO 81 [468] R:OK -2015-03-12 04:51:52 queue INFO >>81 [469] -2015-03-12 04:51:53 sendUrl INFO 81 [469] R:OK -2015-03-12 04:52:43 queue INFO >>81 [470] -2015-03-12 04:52:43 sendUrl INFO 81 [470] R:OK -2015-03-12 04:53:33 queue INFO >>81 [471] -2015-03-12 04:53:33 sendUrl INFO 81 [471] R:OK -2015-03-12 04:54:23 queue INFO >>81 [472] -2015-03-12 04:54:23 sendUrl INFO 81 [472] R:OK -2015-03-12 04:55:13 queue INFO >>81 [473] -2015-03-12 04:55:14 sendUrl INFO 81 [473] R:OK -2015-03-12 04:56:03 queue INFO >>81 [474] -2015-03-12 04:56:03 sendUrl INFO 81 [474] R:OK -2015-03-12 04:56:53 queue INFO >>81 [475] -2015-03-12 04:56:54 sendUrl INFO 81 [475] R:OK -2015-03-12 04:57:44 queue INFO >>81 [476] -2015-03-12 04:57:44 sendUrl INFO 81 [476] R:OK -2015-03-12 04:58:34 queue INFO >>81 [477] -2015-03-12 04:58:34 sendUrl INFO 81 [477] R:OK -2015-03-12 04:59:24 queue INFO >>81 [478] -2015-03-12 04:59:24 sendUrl INFO 81 [478] R:OK -2015-03-12 05:00:14 queue INFO >>81 [479] -2015-03-12 05:00:14 sendUrl INFO 81 [479] R:OK -2015-03-12 05:01:04 queue INFO >>81 [480] -2015-03-12 05:01:04 sendUrl INFO 81 [480] R:OK -2015-03-12 05:01:54 queue INFO >>81 [481] -2015-03-12 05:01:55 sendUrl INFO 81 [481] R:OK -2015-03-12 05:02:44 queue INFO >>81 [482] -2015-03-12 05:02:45 sendUrl INFO 81 [482] R:OK -2015-03-12 05:03:35 queue INFO >>81 [483] -2015-03-12 05:03:35 sendUrl INFO 81 [483] R:OK -2015-03-12 05:04:25 queue INFO >>81 [484] -2015-03-12 05:04:25 sendUrl INFO 81 [484] R:OK -2015-03-12 05:05:15 queue INFO >>81 [485] -2015-03-12 05:05:15 sendUrl INFO 81 [485] R:OK -2015-03-12 05:06:05 queue INFO >>81 [486] -2015-03-12 05:06:05 sendUrl INFO 81 [486] R:OK -2015-03-12 05:06:55 queue INFO >>81 [487] -2015-03-12 05:06:56 sendUrl INFO 81 [487] R:OK -2015-03-12 05:07:45 queue INFO >>81 [488] -2015-03-12 05:07:46 sendUrl INFO 81 [488] R:OK -2015-03-12 05:08:36 queue INFO >>81 [489] -2015-03-12 05:08:36 sendUrl INFO 81 [489] R:OK -2015-03-12 05:09:26 queue INFO >>81 [490] -2015-03-12 05:09:26 sendUrl INFO 81 [490] R:OK -2015-03-12 05:10:16 queue INFO >>81 [491] -2015-03-12 05:10:16 sendUrl INFO 81 [491] R:OK -2015-03-12 05:11:06 queue INFO >>81 [492] -2015-03-12 05:11:06 sendUrl INFO 81 [492] R:OK -2015-03-12 05:11:56 queue INFO >>81 [493] -2015-03-12 05:11:56 sendUrl INFO 81 [493] R:OK -2015-03-12 05:12:46 queue INFO >>81 [494] -2015-03-12 05:12:47 sendUrl INFO 81 [494] R:OK -2015-03-12 05:13:36 queue INFO >>81 [495] -2015-03-12 05:13:37 sendUrl INFO 81 [495] R:OK -2015-03-12 05:14:27 queue INFO >>81 [496] -2015-03-12 05:14:27 sendUrl INFO 81 [496] R:OK -2015-03-12 05:15:17 queue INFO >>81 [497] -2015-03-12 05:15:17 sendUrl INFO 81 [497] R:OK -2015-03-12 05:16:07 queue INFO >>81 [498] -2015-03-12 05:16:07 sendUrl INFO 81 [498] R:OK -2015-03-12 05:16:57 queue INFO >>81 [499] -2015-03-12 05:16:57 sendUrl INFO 81 [499] R:OK -2015-03-12 05:17:47 queue INFO >>81 [500] -2015-03-12 05:17:48 sendUrl INFO 81 [500] R:OK -2015-03-12 05:18:37 queue INFO >>81 [501] -2015-03-12 05:18:37 sendUrl INFO 81 [501] R:OK -2015-03-12 05:19:27 queue INFO >>81 [502] -2015-03-12 05:19:28 sendUrl INFO 81 [502] R:OK -2015-03-12 05:20:17 queue INFO >>81 [503] -2015-03-12 05:20:18 sendUrl INFO 81 [503] R:OK -2015-03-12 05:21:08 queue INFO >>81 [504] -2015-03-12 05:21:08 sendUrl INFO 81 [504] R:OK -2015-03-12 05:21:58 queue INFO >>81 [505] -2015-03-12 05:21:58 sendUrl INFO 81 [505] R:OK -2015-03-12 05:22:48 queue INFO >>81 [506] -2015-03-12 05:22:48 sendUrl INFO 81 [506] R:OK -2015-03-12 05:23:38 queue INFO >>81 [507] -2015-03-12 05:23:38 sendUrl INFO 81 [507] R:OK -2015-03-12 05:24:28 queue INFO >>81 [508] -2015-03-12 05:24:29 sendUrl INFO 81 [508] R:OK -2015-03-12 05:25:18 queue INFO >>81 [509] -2015-03-12 05:25:19 sendUrl INFO 81 [509] R:OK -2015-03-12 05:26:09 queue INFO >>81 [510] -2015-03-12 05:26:09 sendUrl INFO 81 [510] R:OK -2015-03-12 05:26:59 queue INFO >>81 [511] -2015-03-12 05:26:59 sendUrl INFO 81 [511] R:OK -2015-03-12 05:27:49 queue INFO >>81 [512] -2015-03-12 05:27:49 sendUrl INFO 81 [512] R:OK -2015-03-12 05:28:39 queue INFO >>81 [513] -2015-03-12 05:28:39 sendUrl INFO 81 [513] R:OK -2015-03-12 05:29:29 queue INFO >>81 [514] -2015-03-12 05:29:29 sendUrl INFO 81 [514] R:OK -2015-03-12 05:30:19 queue INFO >>81 [515] -2015-03-12 05:30:20 sendUrl INFO 81 [515] R:OK -2015-03-12 05:31:09 queue INFO >>81 [516] -2015-03-12 05:31:10 sendUrl INFO 81 [516] R:OK -2015-03-12 05:32:00 queue INFO >>81 [517] -2015-03-12 05:32:00 sendUrl INFO 81 [517] R:OK -2015-03-12 05:32:50 queue INFO >>81 [518] -2015-03-12 05:32:50 sendUrl INFO 81 [518] R:OK -2015-03-12 05:33:40 queue INFO >>81 [519] -2015-03-12 05:33:40 sendUrl INFO 81 [519] R:OK -2015-03-12 05:34:30 queue INFO >>81 [520] -2015-03-12 05:34:30 sendUrl INFO 81 [520] R:OK -2015-03-12 05:35:20 queue INFO >>81 [521] -2015-03-12 05:35:20 sendUrl INFO 81 [521] R:OK -2015-03-12 05:36:10 queue INFO >>81 [522] -2015-03-12 05:36:10 sendUrl INFO 81 [522] R:OK -2015-03-12 05:37:00 queue INFO >>81 [523] -2015-03-12 05:37:01 sendUrl INFO 81 [523] R:OK -2015-03-12 05:37:50 queue INFO >>81 [524] -2015-03-12 05:37:51 sendUrl INFO 81 [524] R:OK -2015-03-12 05:38:41 queue INFO >>81 [525] -2015-03-12 05:38:41 sendUrl INFO 81 [525] R:OK -2015-03-12 05:39:31 queue INFO >>81 [526] -2015-03-12 05:39:31 sendUrl INFO 81 [526] R:OK -2015-03-12 05:40:21 queue INFO >>81 [527] -2015-03-12 05:40:21 sendUrl INFO 81 [527] R:OK -2015-03-12 05:41:11 queue INFO >>81 [528] -2015-03-12 05:41:11 sendUrl INFO 81 [528] R:OK -2015-03-12 05:42:01 queue INFO >>81 [529] -2015-03-12 05:42:02 sendUrl INFO 81 [529] R:OK -2015-03-12 05:42:51 queue INFO >>81 [530] -2015-03-12 05:42:52 sendUrl INFO 81 [530] R:OK -2015-03-12 05:43:42 queue INFO >>81 [531] -2015-03-12 05:43:42 sendUrl INFO 81 [531] R:OK -2015-03-12 05:44:32 queue INFO >>81 [532] -2015-03-12 05:44:32 sendUrl INFO 81 [532] R:OK -2015-03-12 05:45:22 queue INFO >>81 [533] -2015-03-12 05:45:22 sendUrl INFO 81 [533] R:OK -2015-03-12 05:46:12 queue INFO >>81 [534] -2015-03-12 05:46:12 sendUrl INFO 81 [534] R:OK -2015-03-12 05:47:02 queue INFO >>81 [535] -2015-03-12 05:47:02 sendUrl INFO 81 [535] R:OK -2015-03-12 05:47:52 queue INFO >>81 [536] -2015-03-12 05:47:53 sendUrl INFO 81 [536] R:OK -2015-03-12 05:48:42 queue INFO >>81 [537] -2015-03-12 05:48:43 sendUrl INFO 81 [537] R:OK -2015-03-12 05:49:33 queue INFO >>81 [538] -2015-03-12 05:49:33 sendUrl INFO 81 [538] R:OK -2015-03-12 05:50:23 queue INFO >>81 [539] -2015-03-12 05:50:23 sendUrl INFO 81 [539] R:OK -2015-03-12 05:51:13 queue INFO >>81 [540] -2015-03-12 05:51:13 sendUrl INFO 81 [540] R:OK -2015-03-12 05:52:03 queue INFO >>81 [541] -2015-03-12 05:52:03 sendUrl INFO 81 [541] R:OK -2015-03-12 05:52:53 queue INFO >>81 [542] -2015-03-12 05:52:54 sendUrl INFO 81 [542] R:OK -2015-03-12 05:53:43 queue INFO >>81 [543] -2015-03-12 05:53:44 sendUrl INFO 81 [543] R:OK -2015-03-12 05:54:34 queue INFO >>81 [544] -2015-03-12 05:54:34 sendUrl INFO 81 [544] R:OK -2015-03-12 05:55:24 queue INFO >>81 [545] -2015-03-12 05:55:24 sendUrl INFO 81 [545] R:OK -2015-03-12 05:56:14 queue INFO >>81 [546] -2015-03-12 05:56:14 sendUrl INFO 81 [546] R:OK -2015-03-12 05:57:04 queue INFO >>81 [547] -2015-03-12 05:57:04 sendUrl INFO 81 [547] R:OK -2015-03-12 05:57:54 queue INFO >>81 [548] -2015-03-12 05:57:55 sendUrl INFO 81 [548] R:OK -2015-03-12 05:58:44 queue INFO >>81 [549] -2015-03-12 05:58:44 sendUrl INFO 81 [549] R:OK -2015-03-12 05:59:34 queue INFO >>81 [550] -2015-03-12 05:59:35 sendUrl INFO 81 [550] R:OK -2015-03-12 06:00:25 queue INFO >>81 [551] -2015-03-12 06:00:25 sendUrl INFO 81 [551] R:OK -2015-03-12 06:01:15 queue INFO >>81 [552] -2015-03-12 06:01:15 sendUrl INFO 81 [552] R:OK -2015-03-12 06:02:05 queue INFO >>81 [553] -2015-03-12 06:02:05 sendUrl INFO 81 [553] R:OK -2015-03-12 06:02:55 queue INFO >>81 [554] -2015-03-12 06:02:56 sendUrl INFO 81 [554] R:OK -2015-03-12 06:03:45 queue INFO >>81 [555] -2015-03-12 06:03:45 sendUrl INFO 81 [555] R:OK -2015-03-12 06:04:35 queue INFO >>81 [556] -2015-03-12 06:04:36 sendUrl INFO 81 [556] R:OK -2015-03-12 06:05:26 queue INFO >>81 [557] -2015-03-12 06:05:26 sendUrl INFO 81 [557] R:OK -2015-03-12 06:06:16 queue INFO >>81 [558] -2015-03-12 06:06:16 sendUrl INFO 81 [558] R:OK -2015-03-12 06:07:06 queue INFO >>81 [559] -2015-03-12 06:07:06 sendUrl INFO 81 [559] R:OK -2015-03-12 06:07:56 queue INFO >>81 [560] -2015-03-12 06:07:56 sendUrl INFO 81 [560] R:OK -2015-03-12 06:08:46 queue INFO >>81 [561] -2015-03-12 06:08:47 sendUrl INFO 81 [561] R:OK -2015-03-12 06:09:36 queue INFO >>81 [562] -2015-03-12 06:09:37 sendUrl INFO 81 [562] R:OK -2015-03-12 06:10:26 queue INFO >>81 [563] -2015-03-12 06:10:27 sendUrl INFO 81 [563] R:OK -2015-03-12 06:11:17 queue INFO >>81 [564] -2015-03-12 06:11:17 sendUrl INFO 81 [564] R:OK -2015-03-12 06:12:07 queue INFO >>81 [565] -2015-03-12 06:12:07 sendUrl INFO 81 [565] R:OK -2015-03-12 06:12:57 queue INFO >>81 [566] -2015-03-12 06:12:57 sendUrl INFO 81 [566] R:OK -2015-03-12 06:13:47 queue INFO >>81 [567] -2015-03-12 06:13:47 sendUrl INFO 81 [567] R:OK -2015-03-12 06:14:37 queue INFO >>81 [568] -2015-03-12 06:14:37 sendUrl INFO 81 [568] R:OK -2015-03-12 06:15:27 queue INFO >>81 [569] -2015-03-12 06:15:28 sendUrl INFO 81 [569] R:OK -2015-03-12 06:16:18 queue INFO >>81 [570] -2015-03-12 06:16:18 sendUrl INFO 81 [570] R:OK -2015-03-12 06:17:08 queue INFO >>81 [571] -2015-03-12 06:17:08 sendUrl INFO 81 [571] R:OK -2015-03-12 06:17:58 queue INFO >>81 [572] -2015-03-12 06:17:58 sendUrl INFO 81 [572] R:OK -2015-03-12 06:18:48 queue INFO >>81 [573] -2015-03-12 06:18:48 sendUrl INFO 81 [573] R:OK -2015-03-12 06:19:38 queue INFO >>81 [574] -2015-03-12 06:19:38 sendUrl INFO 81 [574] R:OK -2015-03-12 06:20:28 queue INFO >>81 [575] -2015-03-12 06:20:29 sendUrl INFO 81 [575] R:OK -2015-03-12 06:21:18 queue INFO >>81 [576] -2015-03-12 06:21:19 sendUrl INFO 81 [576] R:OK -2015-03-12 06:22:09 queue INFO >>81 [577] -2015-03-12 06:22:09 sendUrl INFO 81 [577] R:OK -2015-03-12 06:22:59 queue INFO >>81 [578] -2015-03-12 06:22:59 sendUrl INFO 81 [578] R:OK -2015-03-12 06:23:49 queue INFO >>81 [579] -2015-03-12 06:23:49 sendUrl INFO 81 [579] R:OK -2015-03-12 06:24:39 queue INFO >>81 [580] -2015-03-12 06:24:39 sendUrl INFO 81 [580] R:OK -2015-03-12 06:25:29 queue INFO >>81 [581] -2015-03-12 06:25:30 sendUrl INFO 81 [581] R:OK -2015-03-12 06:26:19 queue INFO >>81 [582] -2015-03-12 06:26:19 sendUrl INFO 81 [582] R:OK -2015-03-12 06:27:10 queue INFO >>81 [583] -2015-03-12 06:27:10 sendUrl INFO 81 [583] R:OK -2015-03-12 06:28:00 queue INFO >>81 [584] -2015-03-12 06:28:00 sendUrl INFO 81 [584] R:OK -2015-03-12 06:28:50 queue INFO >>81 [585] -2015-03-12 06:28:50 sendUrl INFO 81 [585] R:OK -2015-03-12 06:29:40 queue INFO >>81 [586] -2015-03-12 06:29:40 sendUrl INFO 81 [586] R:OK -2015-03-12 06:30:30 queue INFO >>81 [587] -2015-03-12 06:30:31 sendUrl INFO 81 [587] R:OK -2015-03-12 06:31:20 queue INFO >>81 [588] -2015-03-12 06:31:20 sendUrl INFO 81 [588] R:OK -2015-03-12 06:32:10 queue INFO >>81 [589] -2015-03-12 06:32:11 sendUrl INFO 81 [589] R:OK -2015-03-12 06:33:01 queue INFO >>81 [590] -2015-03-12 06:33:01 sendUrl INFO 81 [590] R:OK -2015-03-12 06:33:51 queue INFO >>81 [591] -2015-03-12 06:33:51 sendUrl INFO 81 [591] R:OK -2015-03-12 06:34:41 queue INFO >>81 [592] -2015-03-12 06:34:41 sendUrl INFO 81 [592] R:OK -2015-03-12 06:35:31 queue INFO >>81 [593] -2015-03-12 06:35:31 sendUrl INFO 81 [593] R:OK -2015-03-12 06:36:21 queue INFO >>81 [594] -2015-03-12 06:36:22 sendUrl INFO 81 [594] R:OK -2015-03-12 06:37:11 queue INFO >>81 [595] -2015-03-12 06:37:12 sendUrl INFO 81 [595] R:OK -2015-03-12 06:38:02 queue INFO >>81 [596] -2015-03-12 06:38:02 sendUrl INFO 81 [596] R:OK -2015-03-12 06:38:52 queue INFO >>81 [597] -2015-03-12 06:38:52 sendUrl INFO 81 [597] R:OK -2015-03-12 06:39:42 queue INFO >>81 [598] -2015-03-12 06:39:42 sendUrl INFO 81 [598] R:OK -2015-03-12 06:40:32 queue INFO >>81 [599] -2015-03-12 06:40:32 sendUrl INFO 81 [599] R:OK -2015-03-12 06:41:22 queue INFO >>81 [600] -2015-03-12 06:41:22 sendUrl INFO 81 [600] R:OK -2015-03-12 06:42:12 queue INFO >>81 [601] -2015-03-12 06:42:13 sendUrl INFO 81 [601] R:OK -2015-03-12 06:43:02 queue INFO >>81 [602] -2015-03-12 06:43:03 sendUrl INFO 81 [602] R:OK -2015-03-12 06:43:53 queue INFO >>81 [603] -2015-03-12 06:43:53 sendUrl INFO 81 [603] R:OK -2015-03-12 06:44:43 queue INFO >>81 [604] -2015-03-12 06:44:43 sendUrl INFO 81 [604] R:OK -2015-03-12 06:45:33 queue INFO >>81 [605] -2015-03-12 06:45:33 sendUrl INFO 81 [605] R:OK -2015-03-12 06:46:23 queue INFO >>81 [606] -2015-03-12 06:46:23 sendUrl INFO 81 [606] R:OK -2015-03-12 06:47:13 queue INFO >>81 [607] -2015-03-12 06:47:13 sendUrl INFO 81 [607] R:OK -2015-03-12 06:48:03 queue INFO >>81 [608] -2015-03-12 06:48:04 sendUrl INFO 81 [608] R:OK -2015-03-12 06:48:53 queue INFO >>81 [609] -2015-03-12 06:48:54 sendUrl INFO 81 [609] R:OK -2015-03-12 06:49:44 queue INFO >>81 [610] -2015-03-12 06:49:44 sendUrl INFO 81 [610] R:OK -2015-03-12 06:50:34 queue INFO >>81 [611] -2015-03-12 06:50:34 sendUrl INFO 81 [611] R:OK -2015-03-12 06:51:24 queue INFO >>81 [612] -2015-03-12 06:51:24 sendUrl INFO 81 [612] R:OK -2015-03-12 06:52:14 queue INFO >>81 [613] -2015-03-12 06:52:14 sendUrl INFO 81 [613] R:OK -2015-03-12 06:53:04 queue INFO >>81 [614] -2015-03-12 06:53:04 sendUrl INFO 81 [614] R:OK -2015-03-12 06:53:54 queue INFO >>81 [615] -2015-03-12 06:53:55 sendUrl INFO 81 [615] R:OK -2015-03-12 06:54:44 queue INFO >>81 [616] -2015-03-12 06:54:45 sendUrl INFO 81 [616] R:OK -2015-03-12 06:55:35 queue INFO >>81 [617] -2015-03-12 06:55:35 sendUrl INFO 81 [617] R:OK -2015-03-12 06:56:25 queue INFO >>81 [618] -2015-03-12 06:56:25 sendUrl INFO 81 [618] R:OK -2015-03-12 06:57:15 queue INFO >>81 [619] -2015-03-12 06:57:15 sendUrl INFO 81 [619] R:OK -2015-03-12 06:58:05 queue INFO >>81 [620] -2015-03-12 06:58:05 sendUrl INFO 81 [620] R:OK -2015-03-12 06:58:55 queue INFO >>81 [621] -2015-03-12 06:58:56 sendUrl INFO 81 [621] R:OK -2015-03-12 06:59:45 queue INFO >>81 [622] -2015-03-12 06:59:45 sendUrl INFO 81 [622] R:OK -2015-03-12 07:00:35 queue INFO >>81 [623] -2015-03-12 07:00:36 sendUrl INFO 81 [623] R:OK -2015-03-12 07:01:26 queue INFO >>81 [624] -2015-03-12 07:01:26 sendUrl INFO 81 [624] R:OK -2015-03-12 07:02:16 queue INFO >>81 [625] -2015-03-12 07:02:16 sendUrl INFO 81 [625] R:OK -2015-03-12 07:03:06 queue INFO >>81 [626] -2015-03-12 07:03:06 sendUrl INFO 81 [626] R:OK -2015-03-12 07:03:56 queue INFO >>81 [627] -2015-03-12 07:03:56 sendUrl INFO 81 [627] R:OK -2015-03-12 07:04:46 queue INFO >>81 [628] -2015-03-12 07:04:47 sendUrl INFO 81 [628] R:OK -2015-03-12 07:05:36 queue INFO >>81 [629] -2015-03-12 07:05:37 sendUrl INFO 81 [629] R:OK -2015-03-12 07:06:27 queue INFO >>81 [630] -2015-03-12 07:06:27 sendUrl INFO 81 [630] R:OK -2015-03-12 07:07:17 queue INFO >>81 [631] -2015-03-12 07:07:17 sendUrl INFO 81 [631] R:OK -2015-03-12 07:08:07 queue INFO >>81 [632] -2015-03-12 07:08:07 sendUrl INFO 81 [632] R:OK -2015-03-12 07:08:57 queue INFO >>81 [633] -2015-03-12 07:08:57 sendUrl INFO 81 [633] R:OK -2015-03-12 07:09:47 queue INFO >>81 [634] -2015-03-12 07:09:48 sendUrl INFO 81 [634] R:OK -2015-03-12 07:10:37 queue INFO >>81 [635] -2015-03-12 07:10:38 sendUrl INFO 81 [635] R:OK -2015-03-12 07:11:27 queue INFO >>81 [636] -2015-03-12 07:11:28 sendUrl INFO 81 [636] R:OK -2015-03-12 07:12:18 queue INFO >>81 [637] -2015-03-12 07:12:18 sendUrl INFO 81 [637] R:OK -2015-03-12 07:13:08 queue INFO >>81 [638] -2015-03-12 07:13:08 sendUrl INFO 81 [638] R:OK -2015-03-12 07:13:58 queue INFO >>81 [639] -2015-03-12 07:13:58 sendUrl INFO 81 [639] R:OK -2015-03-12 07:14:48 queue INFO >>81 [640] -2015-03-12 07:14:49 sendUrl INFO 81 [640] R:OK -2015-03-12 07:15:38 queue INFO >>81 [641] -2015-03-12 07:15:38 sendUrl INFO 81 [641] R:OK -2015-03-12 07:16:28 queue INFO >>81 [642] -2015-03-12 07:16:29 sendUrl INFO 81 [642] R:OK -2015-03-12 07:17:19 queue INFO >>81 [643] -2015-03-12 07:17:19 sendUrl INFO 81 [643] R:OK -2015-03-12 07:18:09 queue INFO >>81 [644] -2015-03-12 07:18:09 sendUrl INFO 81 [644] R:OK -2015-03-12 07:18:59 queue INFO >>81 [645] -2015-03-12 07:18:59 sendUrl INFO 81 [645] R:OK -2015-03-12 07:19:49 queue INFO >>81 [646] -2015-03-12 07:19:50 sendUrl INFO 81 [646] R:OK -2015-03-12 07:20:39 queue INFO >>81 [647] -2015-03-12 07:20:39 sendUrl INFO 81 [647] R:OK -2015-03-12 07:21:29 queue INFO >>81 [648] -2015-03-12 07:21:30 sendUrl INFO 81 [648] R:OK -2015-03-12 07:22:19 queue INFO >>81 [649] -2015-03-12 07:22:20 sendUrl INFO 81 [649] R:OK -2015-03-12 07:23:10 queue INFO >>81 [650] -2015-03-12 07:23:10 sendUrl INFO 81 [650] R:OK -2015-03-12 07:24:00 queue INFO >>81 [651] -2015-03-12 07:24:00 sendUrl INFO 81 [651] R:OK -2015-03-12 07:24:50 queue INFO >>81 [652] -2015-03-12 07:24:50 sendUrl INFO 81 [652] R:OK -2015-03-12 07:25:40 queue INFO >>81 [653] -2015-03-12 07:25:40 sendUrl INFO 81 [653] R:OK -2015-03-12 07:26:30 queue INFO >>81 [654] -2015-03-12 07:26:31 sendUrl INFO 81 [654] R:OK -2015-03-12 07:27:20 queue INFO >>81 [655] -2015-03-12 07:27:21 sendUrl INFO 81 [655] R:OK -2015-03-12 07:28:11 queue INFO >>81 [656] -2015-03-12 07:28:11 sendUrl INFO 81 [656] R:OK -2015-03-12 07:29:01 queue INFO >>81 [657] -2015-03-12 07:29:01 sendUrl INFO 81 [657] R:OK -2015-03-12 07:29:51 queue INFO >>81 [658] -2015-03-12 07:29:51 sendUrl INFO 81 [658] R:OK -2015-03-12 07:30:41 queue INFO >>81 [659] -2015-03-12 07:30:41 sendUrl INFO 81 [659] R:OK -2015-03-12 07:31:31 queue INFO >>81 [660] -2015-03-12 07:31:32 sendUrl INFO 81 [660] R:OK -2015-03-12 07:32:21 queue INFO >>81 [661] -2015-03-12 07:32:22 sendUrl INFO 81 [661] R:OK -2015-03-12 07:33:11 queue INFO >>81 [662] -2015-03-12 07:33:12 sendUrl INFO 81 [662] R:OK -2015-03-12 07:34:02 queue INFO >>81 [663] -2015-03-12 07:34:02 sendUrl INFO 81 [663] R:OK -2015-03-12 07:34:52 queue INFO >>81 [664] -2015-03-12 07:34:52 sendUrl INFO 81 [664] R:OK -2015-03-12 07:35:42 queue INFO >>81 [665] -2015-03-12 07:35:42 sendUrl INFO 81 [665] R:OK -2015-03-12 07:36:32 queue INFO >>81 [666] -2015-03-12 07:36:32 sendUrl INFO 81 [666] R:OK -2015-03-12 07:37:22 queue INFO >>81 [667] -2015-03-12 07:37:23 sendUrl INFO 81 [667] R:OK -2015-03-12 07:38:12 queue INFO >>81 [668] -2015-03-12 07:38:13 sendUrl INFO 81 [668] R:OK -2015-03-12 07:39:03 queue INFO >>81 [669] -2015-03-12 07:39:03 sendUrl INFO 81 [669] R:OK -2015-03-12 07:39:53 queue INFO >>81 [670] -2015-03-12 07:39:53 sendUrl INFO 81 [670] R:OK -2015-03-12 07:40:43 queue INFO >>81 [671] -2015-03-12 07:40:43 sendUrl INFO 81 [671] R:OK -2015-03-12 07:41:33 queue INFO >>81 [672] -2015-03-12 07:41:33 sendUrl INFO 81 [672] R:OK -2015-03-12 07:42:23 queue INFO >>81 [673] -2015-03-12 07:42:24 sendUrl INFO 81 [673] R:OK -2015-03-12 07:43:13 queue INFO >>81 [674] -2015-03-12 07:43:13 sendUrl INFO 81 [674] R:OK -2015-03-12 07:44:03 queue INFO >>81 [675] -2015-03-12 07:44:04 sendUrl INFO 81 [675] R:OK -2015-03-12 07:44:54 queue INFO >>81 [676] -2015-03-12 07:44:54 sendUrl INFO 81 [676] R:OK -2015-03-12 07:45:44 queue INFO >>81 [677] -2015-03-12 07:45:44 sendUrl INFO 81 [677] R:OK -2015-03-12 07:46:34 queue INFO >>81 [678] -2015-03-12 07:46:34 sendUrl INFO 81 [678] R:OK -2015-03-12 07:47:24 queue INFO >>81 [679] -2015-03-12 07:47:25 sendUrl INFO 81 [679] R:OK -2015-03-12 07:48:14 queue INFO >>81 [680] -2015-03-12 07:48:14 sendUrl INFO 81 [680] R:OK -2015-03-12 07:49:04 queue INFO >>81 [681] -2015-03-12 07:49:05 sendUrl INFO 81 [681] R:OK -2015-03-12 07:49:55 queue INFO >>81 [682] -2015-03-12 07:49:55 sendUrl INFO 81 [682] R:OK -2015-03-12 07:50:45 queue INFO >>81 [683] -2015-03-12 07:50:45 sendUrl INFO 81 [683] R:OK -2015-03-12 07:51:35 queue INFO >>81 [684] -2015-03-12 07:51:35 sendUrl INFO 81 [684] R:OK -2015-03-12 07:52:25 queue INFO >>81 [685] -2015-03-12 07:52:25 sendUrl INFO 81 [685] R:OK -2015-03-12 07:53:15 queue INFO >>81 [686] -2015-03-12 07:53:15 sendUrl INFO 81 [686] R:OK -2015-03-12 07:54:05 queue INFO >>81 [687] -2015-03-12 07:54:06 sendUrl INFO 81 [687] R:OK -2015-03-12 07:54:55 queue INFO >>81 [688] -2015-03-12 07:54:56 sendUrl INFO 81 [688] R:OK -2015-03-12 07:55:46 queue INFO >>81 [689] -2015-03-12 07:55:46 sendUrl INFO 81 [689] R:OK -2015-03-12 07:56:36 queue INFO >>81 [690] -2015-03-12 07:56:36 sendUrl INFO 81 [690] R:OK -2015-03-12 07:57:26 queue INFO >>81 [691] -2015-03-12 07:57:26 sendUrl INFO 81 [691] R:OK -2015-03-12 07:58:16 queue INFO >>81 [692] -2015-03-12 07:58:16 sendUrl INFO 81 [692] R:OK -2015-03-12 07:59:06 queue INFO >>81 [693] -2015-03-12 07:59:07 sendUrl INFO 81 [693] R:OK -2015-03-12 07:59:56 queue INFO >>81 [694] -2015-03-12 07:59:57 sendUrl INFO 81 [694] R:OK -2015-03-12 08:00:47 queue INFO >>81 [695] -2015-03-12 08:00:47 sendUrl INFO 81 [695] R:OK -2015-03-12 08:01:37 queue INFO >>81 [696] -2015-03-12 08:01:37 sendUrl INFO 81 [696] R:OK -2015-03-12 08:02:27 queue INFO >>81 [697] -2015-03-12 08:02:27 sendUrl INFO 81 [697] R:OK -2015-03-12 08:03:17 queue INFO >>81 [698] -2015-03-12 08:03:17 sendUrl INFO 81 [698] R:OK -2015-03-12 08:04:07 queue INFO >>81 [699] -2015-03-12 08:04:07 sendUrl INFO 81 [699] R:OK -2015-03-12 08:04:57 queue INFO >>81 [700] -2015-03-12 08:04:58 sendUrl INFO 81 [700] R:OK -2015-03-12 08:05:47 queue INFO >>81 [701] -2015-03-12 08:05:48 sendUrl INFO 81 [701] R:OK -2015-03-12 08:06:38 queue INFO >>81 [702] -2015-03-12 08:06:38 sendUrl INFO 81 [702] R:OK -2015-03-12 08:07:28 queue INFO >>81 [703] -2015-03-12 08:07:28 sendUrl INFO 81 [703] R:OK -2015-03-12 08:08:18 queue INFO >>81 [704] -2015-03-12 08:08:18 sendUrl INFO 81 [704] R:OK -2015-03-12 08:09:08 queue INFO >>81 [705] -2015-03-12 08:09:08 sendUrl INFO 81 [705] R:OK -2015-03-12 08:09:58 queue INFO >>81 [706] -2015-03-12 08:09:59 sendUrl INFO 81 [706] R:OK -2015-03-12 08:10:48 queue INFO >>81 [707] -2015-03-12 08:10:49 sendUrl INFO 81 [707] R:OK -2015-03-12 08:11:39 queue INFO >>81 [708] -2015-03-12 08:11:39 sendUrl INFO 81 [708] R:OK -2015-03-12 08:12:29 queue INFO >>81 [709] -2015-03-12 08:12:29 sendUrl INFO 81 [709] R:OK -2015-03-12 08:13:19 queue INFO >>81 [710] -2015-03-12 08:13:19 sendUrl INFO 81 [710] R:OK -2015-03-12 08:14:09 queue INFO >>81 [711] -2015-03-12 08:14:09 sendUrl INFO 81 [711] R:OK -2015-03-12 08:14:59 queue INFO >>81 [712] -2015-03-12 08:15:00 sendUrl INFO 81 [712] R:OK -2015-03-12 08:15:49 queue INFO >>81 [713] -2015-03-12 08:15:49 sendUrl INFO 81 [713] R:OK -2015-03-12 08:16:39 queue INFO >>81 [714] -2015-03-12 08:16:40 sendUrl INFO 81 [714] R:OK -2015-03-12 08:17:30 queue INFO >>81 [715] -2015-03-12 08:17:30 sendUrl INFO 81 [715] R:OK -2015-03-12 08:18:20 queue INFO >>81 [716] -2015-03-12 08:18:20 sendUrl INFO 81 [716] R:OK -2015-03-12 08:19:10 queue INFO >>81 [717] -2015-03-12 08:19:10 sendUrl INFO 81 [717] R:OK -2015-03-12 08:20:00 queue INFO >>81 [718] -2015-03-12 08:20:00 sendUrl INFO 81 [718] R:OK -2015-03-12 08:20:50 queue INFO >>81 [719] -2015-03-12 08:20:50 sendUrl INFO 81 [719] R:OK -2015-03-12 08:21:40 queue INFO >>81 [720] -2015-03-12 08:21:40 sendUrl INFO 81 [720] R:OK -2015-03-12 08:22:30 queue INFO >>81 [721] -2015-03-12 08:22:31 sendUrl INFO 81 [721] R:OK -2015-03-12 08:23:20 queue INFO >>81 [722] -2015-03-12 08:23:21 sendUrl INFO 81 [722] R:OK -2015-03-12 08:24:11 queue INFO >>81 [723] -2015-03-12 08:24:11 sendUrl INFO 81 [723] R:OK -2015-03-12 08:25:01 queue INFO >>81 [724] -2015-03-12 08:25:01 sendUrl INFO 81 [724] R:OK -2015-03-12 08:25:51 queue INFO >>81 [725] -2015-03-12 08:25:51 sendUrl INFO 81 [725] R:OK -2015-03-12 08:26:41 queue INFO >>81 [726] -2015-03-12 08:26:41 sendUrl INFO 81 [726] R:OK -2015-03-12 08:27:31 queue INFO >>81 [727] -2015-03-12 08:27:32 sendUrl INFO 81 [727] R:OK -2015-03-12 08:28:21 queue INFO >>81 [728] -2015-03-12 08:28:22 sendUrl INFO 81 [728] R:OK -2015-03-12 08:29:12 queue INFO >>81 [729] -2015-03-12 08:29:12 sendUrl INFO 81 [729] R:OK -2015-03-12 08:30:02 queue INFO >>81 [730] -2015-03-12 08:30:02 sendUrl INFO 81 [730] R:OK -2015-03-12 08:30:52 queue INFO >>81 [731] -2015-03-12 08:30:52 sendUrl INFO 81 [731] R:OK -2015-03-12 08:31:42 queue INFO >>81 [732] -2015-03-12 08:31:42 sendUrl INFO 81 [732] R:OK -2015-03-12 08:32:32 queue INFO >>81 [733] -2015-03-12 08:32:33 sendUrl INFO 81 [733] R:OK -2015-03-12 08:33:22 queue INFO >>81 [734] -2015-03-12 08:33:22 sendUrl INFO 81 [734] R:OK -2015-03-12 08:34:12 queue INFO >>81 [735] -2015-03-12 08:34:13 sendUrl INFO 81 [735] R:OK -2015-03-12 08:35:03 queue INFO >>81 [736] -2015-03-12 08:35:03 sendUrl INFO 81 [736] R:OK -2015-03-12 08:35:53 queue INFO >>81 [737] -2015-03-12 08:35:53 sendUrl INFO 81 [737] R:OK -2015-03-12 08:36:43 queue INFO >>81 [738] -2015-03-12 08:36:43 sendUrl INFO 81 [738] R:OK -2015-03-12 08:37:33 queue INFO >>81 [739] -2015-03-12 08:37:34 sendUrl INFO 81 [739] R:OK -2015-03-12 08:38:23 queue INFO >>81 [740] -2015-03-12 08:38:23 sendUrl INFO 81 [740] R:OK -2015-03-12 08:39:13 queue INFO >>81 [741] -2015-03-12 08:39:14 sendUrl INFO 81 [741] R:OK -2015-03-12 08:40:04 queue INFO >>81 [742] -2015-03-12 08:40:04 sendUrl INFO 81 [742] R:OK -2015-03-12 08:40:54 queue INFO >>81 [743] -2015-03-12 08:40:54 sendUrl INFO 81 [743] R:OK -2015-03-12 08:41:44 queue INFO >>81 [744] -2015-03-12 08:41:44 sendUrl INFO 81 [744] R:OK -2015-03-12 08:42:34 queue INFO >>81 [745] -2015-03-12 08:42:34 sendUrl INFO 81 [745] R:OK -2015-03-12 08:43:24 queue INFO >>81 [746] -2015-03-12 08:43:24 sendUrl INFO 81 [746] R:OK -2015-03-12 08:44:14 queue INFO >>81 [747] -2015-03-12 08:44:15 sendUrl INFO 81 [747] R:OK -2015-03-12 08:45:04 queue INFO >>81 [748] -2015-03-12 08:45:05 sendUrl INFO 81 [748] R:OK -2015-03-12 08:45:55 queue INFO >>81 [749] -2015-03-12 08:45:55 sendUrl INFO 81 [749] R:OK -2015-03-12 08:46:45 queue INFO >>81 [750] -2015-03-12 08:46:45 sendUrl INFO 81 [750] R:OK -2015-03-12 08:47:35 queue INFO >>81 [751] -2015-03-12 08:47:35 sendUrl INFO 81 [751] R:OK -2015-03-12 08:48:25 queue INFO >>81 [752] -2015-03-12 08:48:25 sendUrl INFO 81 [752] R:OK -2015-03-12 08:49:15 queue INFO >>81 [753] -2015-03-12 08:49:15 sendUrl INFO 81 [753] R:OK -2015-03-12 08:50:05 queue INFO >>81 [754] -2015-03-12 08:50:06 sendUrl INFO 81 [754] R:OK -2015-03-12 08:50:55 queue INFO >>81 [755] -2015-03-12 08:50:55 sendUrl INFO 81 [755] R:OK -2015-03-12 08:51:45 queue INFO >>81 [756] -2015-03-12 08:51:46 sendUrl INFO 81 [756] R:OK -2015-03-12 08:52:36 queue INFO >>81 [757] -2015-03-12 08:52:36 sendUrl INFO 81 [757] R:OK -2015-03-12 08:53:26 queue INFO >>81 [758] -2015-03-12 08:53:26 sendUrl INFO 81 [758] R:OK -2015-03-12 08:54:16 queue INFO >>81 [759] -2015-03-12 08:54:16 sendUrl INFO 81 [759] R:OK -2015-03-12 08:55:06 queue INFO >>81 [760] -2015-03-12 08:55:07 sendUrl INFO 81 [760] R:OK -2015-03-12 08:55:56 queue INFO >>81 [761] -2015-03-12 08:55:56 sendUrl INFO 81 [761] R:OK -2015-03-12 08:56:46 queue INFO >>81 [762] -2015-03-12 08:56:47 sendUrl INFO 81 [762] R:OK -2015-03-12 08:57:37 queue INFO >>81 [763] -2015-03-12 08:57:37 sendUrl INFO 81 [763] R:OK -2015-03-12 08:58:27 queue INFO >>81 [764] -2015-03-12 08:58:27 sendUrl INFO 81 [764] R:OK -2015-03-12 08:59:17 queue INFO >>81 [765] -2015-03-12 08:59:17 sendUrl INFO 81 [765] R:OK -2015-03-12 09:00:07 queue INFO >>81 [766] -2015-03-12 09:00:07 sendUrl INFO 81 [766] R:OK -2015-03-12 09:00:57 queue INFO >>81 [767] -2015-03-12 09:00:57 sendUrl INFO 81 [767] R:OK -2015-03-12 09:01:47 queue INFO >>81 [768] -2015-03-12 09:01:47 sendUrl INFO 81 [768] R:OK -2015-03-12 09:02:37 queue INFO >>81 [769] -2015-03-12 09:02:38 sendUrl INFO 81 [769] R:OK -2015-03-12 09:03:27 queue INFO >>81 [770] -2015-03-12 09:03:28 sendUrl INFO 81 [770] R:OK -2015-03-12 09:04:18 queue INFO >>81 [771] -2015-03-12 09:04:18 sendUrl INFO 81 [771] R:OK -2015-03-12 09:05:08 queue INFO >>81 [772] -2015-03-12 09:05:08 sendUrl INFO 81 [772] R:OK -2015-03-12 09:05:58 queue INFO >>81 [773] -2015-03-12 09:05:58 sendUrl INFO 81 [773] R:OK -2015-03-12 09:06:48 queue INFO >>81 [774] -2015-03-12 09:06:48 sendUrl INFO 81 [774] R:OK -2015-03-12 09:07:38 queue INFO >>81 [775] -2015-03-12 09:07:39 sendUrl INFO 81 [775] R:OK -2015-03-12 09:08:28 queue INFO >>81 [776] -2015-03-12 09:08:29 sendUrl INFO 81 [776] R:OK -2015-03-12 09:09:19 queue INFO >>81 [777] -2015-03-12 09:09:19 sendUrl INFO 81 [777] R:OK -2015-03-12 09:10:09 queue INFO >>81 [778] -2015-03-12 09:10:09 sendUrl INFO 81 [778] R:OK -2015-03-12 09:10:59 queue INFO >>81 [779] -2015-03-12 09:10:59 sendUrl INFO 81 [779] R:OK -2015-03-12 09:11:49 queue INFO >>81 [780] -2015-03-12 09:11:49 sendUrl INFO 81 [780] R:OK -2015-03-12 09:12:39 queue INFO >>81 [781] -2015-03-12 09:12:40 sendUrl INFO 81 [781] R:OK -2015-03-12 09:13:29 queue INFO >>81 [782] -2015-03-12 09:13:29 sendUrl INFO 81 [782] R:OK -2015-03-12 09:14:19 queue INFO >>81 [783] -2015-03-12 09:14:20 sendUrl INFO 81 [783] R:OK -2015-03-12 09:15:10 queue INFO >>81 [784] -2015-03-12 09:15:10 sendUrl INFO 81 [784] R:OK -2015-03-12 09:16:00 queue INFO >>81 [785] -2015-03-12 09:16:00 sendUrl INFO 81 [785] R:OK -2015-03-12 09:16:50 queue INFO >>81 [786] -2015-03-12 09:16:50 sendUrl INFO 81 [786] R:OK -2015-03-12 09:17:40 queue INFO >>81 [787] -2015-03-12 09:17:41 sendUrl INFO 81 [787] R:OK -2015-03-12 09:18:30 queue INFO >>81 [788] -2015-03-12 09:18:30 sendUrl INFO 81 [788] R:OK -2015-03-12 09:19:20 queue INFO >>81 [789] -2015-03-12 09:19:21 sendUrl INFO 81 [789] R:OK -2015-03-12 09:20:11 queue INFO >>81 [790] -2015-03-12 09:20:11 sendUrl INFO 81 [790] R:OK -2015-03-12 09:21:01 queue INFO >>81 [791] -2015-03-12 09:21:01 sendUrl INFO 81 [791] R:OK -2015-03-12 09:21:51 queue INFO >>81 [792] -2015-03-12 09:21:51 sendUrl INFO 81 [792] R:OK -2015-03-12 09:22:41 queue INFO >>81 [793] -2015-03-12 09:22:41 sendUrl INFO 81 [793] R:OK -2015-03-12 09:23:31 queue INFO >>81 [794] -2015-03-12 09:23:31 sendUrl INFO 81 [794] R:OK -2015-03-12 09:24:21 queue INFO >>81 [795] -2015-03-12 09:24:22 sendUrl INFO 81 [795] R:OK -2015-03-12 09:25:11 queue INFO >>81 [796] -2015-03-12 09:25:12 sendUrl INFO 81 [796] R:OK -2015-03-12 09:26:02 queue INFO >>81 [797] -2015-03-12 09:26:02 sendUrl INFO 81 [797] R:OK -2015-03-12 09:26:52 queue INFO >>81 [798] -2015-03-12 09:26:52 sendUrl INFO 81 [798] R:OK -2015-03-12 09:27:42 queue INFO >>81 [799] -2015-03-12 09:27:42 sendUrl INFO 81 [799] R:OK -2015-03-12 09:28:32 queue INFO >>81 [800] -2015-03-12 09:28:32 sendUrl INFO 81 [800] R:OK -2015-03-12 09:29:22 queue INFO >>81 [801] -2015-03-12 09:29:23 sendUrl INFO 81 [801] R:OK -2015-03-12 09:30:12 queue INFO >>81 [802] -2015-03-12 09:30:13 sendUrl INFO 81 [802] R:OK -2015-03-12 09:31:02 queue INFO >>81 [803] -2015-03-12 09:31:03 sendUrl INFO 81 [803] R:OK -2015-03-12 09:31:53 queue INFO >>81 [804] -2015-03-12 09:31:53 sendUrl INFO 81 [804] R:OK -2015-03-12 09:32:43 queue INFO >>81 [805] -2015-03-12 09:32:43 sendUrl INFO 81 [805] R:OK -2015-03-12 09:33:33 queue INFO >>81 [806] -2015-03-12 09:33:33 sendUrl INFO 81 [806] R:OK -2015-03-12 09:34:23 queue INFO >>81 [807] -2015-03-12 09:34:23 sendUrl INFO 81 [807] R:OK -2015-03-12 09:35:13 queue INFO >>81 [808] -2015-03-12 09:35:14 sendUrl INFO 81 [808] R:OK -2015-03-12 09:36:03 queue INFO >>81 [809] -2015-03-12 09:36:04 sendUrl INFO 81 [809] R:OK -2015-03-12 09:36:54 queue INFO >>81 [810] -2015-03-12 09:36:54 sendUrl INFO 81 [810] R:OK -2015-03-12 09:37:44 queue INFO >>81 [811] -2015-03-12 09:37:44 sendUrl INFO 81 [811] R:OK -2015-03-12 09:38:34 queue INFO >>81 [812] -2015-03-12 09:38:34 sendUrl INFO 81 [812] R:OK diff --git a/ConfIOB/Donati/1021_167/readParallela.py b/ConfIOB/Donati/1021_167/readParallela.py deleted file mode 100644 index 5a38f21..0000000 --- a/ConfIOB/Donati/1021_167/readParallela.py +++ /dev/null @@ -1,530 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -# readParallela v. 1.8 -# versione estetica di Carlo + single instance timer - -#--------------------------------------------------------------- -# levare locking -# timer semplificata -# GPIO global - - -import time -import sys - - -from datetime import datetime - -import urllib -import ConfigParser -import os, sys - -import logging -import logging.handlers -import threading -import Queue -#-------------------------------------------------------------- - -# COSTANTI -MSGLEN = 9 -TIMEOUTSERIALE = 10 -MAXRETRY = 3 - -PROGRAM_NAME ="ReadPar IOB-pi v.1.8" - -# DA FILE CONF -idxMacchina = "1001" -SAMPLETIME = 0.1 -TIMEOUTSHORT = (SAMPLETIME*20) -TIMEOUTLONG = (SAMPLETIME*600) -SENDURLTIME = 0.08 - -# VAR -to_enable = False -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG -to_serial = TIMEOUTSERIALE -to_retry = MAXRETRY -errormsglen = 0 - -# VAR - -out_0 = 24 -out_1 = 26 - -in_0 = 11 -in_1 = 12 -in_2 = 13 -in_3 = 15 -in_4 = 16 -in_5 = 18 -in_6 = 22 -in_7 = 7 - -# contatore: serve x match tra accoda ed invia x possibile controllo a posteriori... ogni volta che accodo incremento di 1, va da 0 a 999 -cont = '0' - -# variabile stato online/offline della macchina -onLine = '1' - -# variabile stato seinding/waiting x la parte invio URL -sending = '0' - -# variabile stato timer thread busy -timer_busy = False - -#-------------------------------------------------------------- -# Gestione coda (condivisa) x registrazione eventi ed invio URL -#print "Creazione coda 1000 elementi" - -Coda = Queue.Queue(0) - -#queueLock = threading.Lock() - -#--------------------------------------------------------------- -# lettura parallela -# ritorna il byte letto pulito ( due char hex ) - -def readParallela(): - - global in_0 - global in_1 - global in_2 - global in_3 - global in_4 - global in_5 - global in_6 - global in_7 - - global GPIO - - current = '' - -# print "input : " - - # ritorna '' se non ci sono abbastanza caratteri - try: - num_value = 255 - -# print "num_value : " , num_value , in_0 - - if GPIO.input(in_0): - num_value = num_value - 1 - - if GPIO.input(in_1): - num_value = num_value - 2 - - if GPIO.input(in_2): - num_value = num_value - 4 - - if GPIO.input(in_3): - num_value = num_value - 8 - - if GPIO.input(in_4): - num_value = num_value - 16 - - if GPIO.input(in_5): - num_value = num_value - 32 - - if GPIO.input(in_6): - num_value = num_value - 64 - - if GPIO.input(in_7): - num_value = num_value - 128 - - current = hex( num_value ).replace ( "0x" , "" ).upper() - -# print "\n\n\n\n\n" , num_value , current - - except: - pass - - return current - - -#-------------------------------------------------------------- -# MARCO: cambiare: chiama URL NON deve chiamare url MA METTERE IN CODA (riempiCoda!!!) -# la parte URL vera va messa in svuotaCoda, PARAMETRICA - -#--------------------------------------------------------------- -#Funzione di scrittura su coda con try-except - -def accoda(): - - try: -# url = URLBASE + idxMacchina + URLADV1 + value -# urllib.urlopen ( url ) - #dtEve = time.strftime("%y%m%d%H%M%S")+"000" - dtEve = datetime.utcnow().strftime('%Y%m%d%H%M%S%f')[:-3] - #logPro.debug( "Nuovo valore inserito in coda: " + dtEve + "#" + value + '#' + cont) - #print(dtEve) - #queueLock.acquire() - Coda.put(dtEve + '#' + value + '#' + cont) - #queueLock.release() - #print "Nuovo valore inserito in coda: " + dtEve + "#", value - - except Queue.Full: - logPro.error( "Quque full" + dtEve + '#' + value + '#' + cont ) - except: - logPro.error( "NETWORK:Errore http-no com rete-timeout" + url ) -# print "Url aforte" , url - - -#-------------------------------------------------------------- -# MARCO: scrivere svuotaCoda come thread etc... -def svuota_coda(): - - global onLine - global sending - global timer_busy - - #print "start timer " - - if ( timer_busy == False ): - timer_busy = True - #print "start timer ok " - - try: - if not Coda.empty(): - #print "coda da svuotare!" - response = urllib.urlopen(URLALIVE) - answ = response.read() - if answ == 'OK': - #print "OK alive" - response2 = urllib.urlopen(URLENABLED + idxMacchina) - answ2 = response2.read() - if answ2 == 'OK': - # aggiorno stato ad online - if onLine == '0': - logPro.info("IOB ONLINE!") - #print("IOB ONLINE") - - onLine = '1' # imposto comunque online - else: - if onLine == '1': - logPro.error("IOB offline") - #print("IOB offline") - - onLine = '0' - else: - if onLine == '1': - logPro.error("Server offline") - #print("Server offline") - - onLine = '0' - - # ora verifico SE si possa inviare (ovvero sia online server e NON ci siano altri send attivi...) - if onLine == '1': - if sending == '0': - #segnalo che sono in sending! - sending = '1' - - # formatto dataOra corrente - #dtCurr = time.strftime("%y%m%d%H%M%S")+"000" - dtCurr = datetime.utcnow().strftime('%Y%m%d%H%M%S%f')[:-3] - # prendo 1 valore dalla coda... - #queueLock.acquire() - resp = Coda.get() - # RILASCIO SUBITO la coda x nuovi insert... - #queueLock.release() - - - # recupero valori da coda! - dtEve = resp.split("#")[0] - value = resp.split("#")[1] - cnt = resp.split("#")[2] - url = URLBASE + idxMacchina + URLADV1 + value - url = url + '&dtCurr=' + dtCurr + '&dtEve=' + dtEve + '&cnt=' + cnt - # CHIAMO URL - response3 = urllib.urlopen ( url ) - answ3 = response3.read() - #print(url) - #logPro.debug(url) - - - # log valore inviato! - logSnd.info( value + ' ['+ cnt +']' + ' R:' + answ3 ) - #print "Valore smaltito dalla coda" - - # completato invio, riporto sending a zero! - sending = '0' - else: - logPro.info("WAIT active send to complete") - - else: - pass - - else: - pass - - except: - if onLine == '1': - logPro.error("Server Non raggiungibile") - #print "Non raggiungibile" - - onLine = '0' - -# in ogni caso - - timer_busy = False - #print "end timer ok" - - - #print "end timer " - - -#--------------------------------------------------------------- -# funzione timer thread -#--------------------------------------------------------------- -def do_every (interval, worker_func, iterations = 0): - if iterations != 1: - threading.Timer ( - interval, - do_every, [interval, worker_func, 0 if iterations == 0 else iterations-1] - ).start (); - - worker_func (); - -#--------------------------------------------------------------- -# gestione contatore -#--------------------------------------------------------------- -def contatore(): - - try: - global cont - ctr = int(cont) - ctr +=1 - ctr = ctr % 1000 # round robin 1000 eventi x track - cont = str(ctr) - except: - print("errore incremento contatore") - -#--------------------------------------------------------------- -# avvia porta parallela -#--------------------------------------------------------------- -def avviaParallela(): - - global in_0 - global in_1 - global in_2 - global in_3 - global in_4 - global in_5 - global in_6 - global in_7 - - global GPIO - - try: - - GPIO.setmode(GPIO.BOARD) - - GPIO.setwarnings(False) - - #GPIO.setup(out_0, GPIO.OUT) # output 0 - #GPIO.setup(out_1, GPIO.OUT) # output 1 - - GPIO.setup(in_0, GPIO.IN) # input 0 - GPIO.setup(in_1, GPIO.IN) # input 1 - GPIO.setup(in_2, GPIO.IN) # input 2 - GPIO.setup(in_3, GPIO.IN) # input 3 - GPIO.setup(in_4, GPIO.IN) # input 4 - GPIO.setup(in_5, GPIO.IN) # input 5 - GPIO.setup(in_6, GPIO.IN) # input 6 - GPIO.setup(in_7, GPIO.IN) # input 7 - - except: - print( "\n\n" + PROGRAM_NAME + " - Error 3 on RPi.GPIO ! \n\n") - sys.exit(1) - - - print( "\n\n" + PROGRAM_NAME + " - init ok \n\n") - - -#--------------------------------------------------------------- -#--------------------------------------------------------------- -# MAIN - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'IOB.cfg' ) - - SAMPLETIME = config.getfloat ( 'time' , 'SAMPLETIME' ) - TIMEOUTSHORT = config.getfloat ( 'time' , 'TIMEOUTSHORT' ) - TIMEOUTLONG = config.getfloat ( 'time' , 'TIMEOUTLONG' ) - SENDURLTIME = config.getfloat ( 'time' , 'SENDURLTIME' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - - - URLBASE = config.get ( 'web' , 'URLBASE' ) - URLENABLED = config.get('web' , 'URLENABLED') - URLALIVE = config.get ('web' , 'URLALIVE') - URLADV1 = config.get ( 'web' , 'URLADV1' ) - - LOGFILE = config.get ( 'log' , 'LOGFILE' ) - LOGLEVEL = config.get ( 'log' , 'LOGLEVEL' ) -except: - print "\n\n" + PROGRAM_NAME + ' - Error 4 - in config file ' 'IOB.cfg' - sys.exit(1) - -#-------------------------------------------- -# oggetto Logger -#-------------------------------------------- -try: - logging.basicConfig(level=logging.DEBUG, - format='%(asctime)s %(name)-8s %(levelname)-8s %(message)s', - datefmt='%Y-%m-%d %H:%M:%S', - filename=LOGFILE, - filemode='a' - ) - - # aggiungo 2 logger specifici x queue e send... - logQue = logging.getLogger('queue') - logSnd = logging.getLogger('sendUrl') - logPro = logging.getLogger('program') - -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) -#-------------------------------------------- - - -print "\n\n" + PROGRAM_NAME + "\n\n" - -global startstatus -startstatus = 1 - -if startstatus == 1: - logPro.info("Avvio Programma" + PROGRAM_NAME) - -## Verifica l'OS e di conseguenza carica il file relativo con metodo di lockfile appropriato + check singola istanza -if os.name == 'posix': - import unix -else: - import win - -logPro.info( "Start " + PROGRAM_NAME ) - - -# lettura file configurazione - -# [id] -# idxMacchina = 2001 -# [time] -# SAMPLETIME = 0.1 -# TIMEOUTSHORT = 200 -# TIMEOUTLONG = 6000 - - -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' SAMPLETIME = %4.2f' % ( SAMPLETIME ) ) -print ( ' TIMEOUTSHORT = %4.2f' % ( TIMEOUTSHORT ) ) -print ( ' TIMEOUTLONG = %4.2f' % ( TIMEOUTLONG ) ) -print ( ' SENDURLTIME = %4.2f' % ( SENDURLTIME ) ) -print ( ' URLBASE = %s' % ( URLBASE ) ) -print ( ' URLADV1 = %s' % ( URLADV1 ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) -print ( ' LOGLEVEL = %s' % ( LOGLEVEL ) ) - -# -sys.stdout.write ( 'idxMacchina ?' + idxMacchina + '\n') - -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG - - -#-------------------------------------------------------------- -# apertura parallela - -try: - import RPi.GPIO as GPIO -except RuntimeError: - print( "\n\n" + PROGRAM_NAME + " - Error 1 - you need superuser privileges") -except: - print( "\n\n" + PROGRAM_NAME + " - Error 2 - you need superuser privileges. USE 'sudo' to run your script\n\n") - sys.exit(1) - - -avviaParallela() - - -#-------------------------------------------------------------- -# MARCO: qui inserire avvio thread di "svuotaCoda" - -# avviaSvuotaCoda -#print "Avvia svuota coda" - -do_every ( SENDURLTIME , svuota_coda ); - -#--------------------------------------------------------------- -# ciclo forever and ever - -old = '' - -#print "Avvio ciclo" -logPro.info("Avvio loop principale") -while 1: - - try: - time.sleep (SAMPLETIME) - except: - logPro.info("First_SLEEP: errore attesa sampletime") - - # lettura dati da IOB - value = readParallela() - - if ( value != '' ) : - if value != old : - #loggo e invio dati - try: - logQue.info( value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda") - pass - #enable e reset timer - to_enable = True - to_short = TIMEOUTSHORT - to_long = TIMEOUTLONG - - old = value - - - # gestione timeout breve - if ( to_enable ) : - to_short = to_short - SAMPLETIME - if to_short <= 0: - #loggo e invio dati - try: - logQue.info( '>' + value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda TO_short") - pass - to_short = TIMEOUTSHORT - to_enable = False # dopo un colpo il timer breve viene disabilitato - to_long = TIMEOUTLONG - - # gestione timeout lungo - to_long = to_long - SAMPLETIME - if to_long <= 0: - #loggo e invio dati - try: - logQue.info( '>>' + value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda TO_long") - pass - to_long = TIMEOUTLONG - - - - diff --git a/ConfIOB/Donati/1021_167/sendReboot.py b/ConfIOB/Donati/1021_167/sendReboot.py deleted file mode 100644 index 36dd316..0000000 --- a/ConfIOB/Donati/1021_167/sendReboot.py +++ /dev/null @@ -1,96 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -# sendReboot v. 1.1 - -#--------------------------------------------------------------- - - -import time -import sys - - -from datetime import datetime - -import urllib -import ConfigParser -import os, sys - -import logging - -#--------------------------------------------------------------- - -# COSTANTI -PROGRAM_NAME ="SendReboot IOB-pi v.1.3" - -# DA FILE CONF -idxMacchina = "99" - -#--------------------------------------------------------------- -#Funzione di scrittura su url con try-except - -def chiamaUrl(): - - try: - url = URLREBO + idxMacchina - urllib.urlopen ( url ) - except: - logging.info ( "NETWORK:Errore http-no com rete-timeout per url: " + url ) - print "Url aforte" , url - -#--------------------------------------------------------------- -# MAIN -#--------------------------------------------------------------- - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'IOB.cfg' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - - - URLREBO = config.get ( 'web' , 'URLREBO' ) - - LOGFILE = config.get ( 'log' , 'LOGREBO' ) -except: - print "\n\n" + PROGRAM_NAME + ' - Error 4 - in config file ' 'IOB.cfg' - sys.exit(1) - - -#-------------------------------------------- -# oggetto Logger -#-------------------------------------------- -try: -# log = Logger(LOGFILE) - logging.basicConfig(level=logging.DEBUG, - format='%(asctime)s %(name)-8s %(levelname)-8s %(message)s', - datefmt='%Y-%m-%d %H:%M:%S', - filename=LOGFILE, - filemode='a') - -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) -#-------------------------------------------- - - -print "\n\n" + PROGRAM_NAME + "\n\n" - -global startstatus -startstatus = 1 - -if startstatus == 1: - logging.info("Avvio Programma" + PROGRAM_NAME) - - -# lettura file configurazione - - -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' URLREBO = %s' % ( URLREBO ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) - - -chiamaUrl() - diff --git a/ConfIOB/Donati/1021_167/unix.py b/ConfIOB/Donati/1021_167/unix.py deleted file mode 100644 index 12fb3dc..0000000 --- a/ConfIOB/Donati/1021_167/unix.py +++ /dev/null @@ -1,31 +0,0 @@ -import fcntl -import os -import logging - -#--------------------------------------------------------------- -# meccanismo di file lock per evitare multiple instances -# The function will try to lock the file specified , if it success, return True, else return False. -# The nice thing is that the lock will be dropped when the program terminates. -# >>>Use : -# if not lockFile(".lock.pod"): -# sys.exit(0) - -def lockFile ( lockfile ) : - - fd = os.open ( lockfile , os.O_CREAT | os.O_TRUNC | os.O_WRONLY ) - try: - # Request exclusive (EX) non-blocking (NB) advisory lock. - fcntl.lockf ( fd , fcntl.LOCK_EX | fcntl.LOCK_NB ) - except IOError: - return False - - return True - -if not lockFile ( ".lockfile" ) : - print '\n noi non siamo soli ...\n' - logging.error( "LOCK: Piu istanze aperte") - #sys.exit ( 0 ) - -#- print '\n running alone ...\n' - - diff --git a/ConfIOB/Donati/1022_166/IOB.cfg b/ConfIOB/Donati/1022_166/IOB.cfg deleted file mode 100644 index 8833201..0000000 --- a/ConfIOB/Donati/1022_166/IOB.cfg +++ /dev/null @@ -1,23 +0,0 @@ -[id] -idxMacchina = 1022 - -[web] -URLBASE = http://192.168.51.71/MPIO2/inputIOB.aspx?idxMacchina= -URLALIVE = http://192.168.51.71/MPIO2/Alive.aspx -URLENABLED = http://192.168.51.71/MPIO2/Enabled.aspx?idxMacchina= -URLADV1 = &valore= -URLREBO = http://192.168.51.71/MPIO2/sendReboot.aspx?idxMacchina= - -[time] -SAMPLETIME = 0.20 -TIMEOUTSHORT = 0.30 -TIMEOUTLONG = 50 -SENDURLTIME = 0.50 - -[log] -LOGLEVEL = 10 -LOGFILE = logfile.txt -LOGREBO = logReboot.txt - -[comm] -port = /dev/ttyAMA0 diff --git a/ConfIOB/Donati/1022_166/MapoIOB b/ConfIOB/Donati/1022_166/MapoIOB deleted file mode 100644 index c49ec0a..0000000 --- a/ConfIOB/Donati/1022_166/MapoIOB +++ /dev/null @@ -1,41 +0,0 @@ -### BEGIN INIT INFO -# Provides: MapoIOB: script Steamware per avvio driver IOB -# Required-Start: $remote_fs $syslog ramlog -# Required-Stop: $remote_fs $syslog ramlog -# Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 -# Short-Description: Steamware's MapoIOB driver -# Description: Steamware's MapoIOB driver, versione lettura porta parallela -### END INIT INFO - -#! /bin/sh -# /etc/init.d/MapoIOB - -export HOME -case "$1" in - start) - echo "Starting readParallela" - cd /home/pi/steamware - /usr/bin/python ./readParallela.py 2>&1 & - ;; - stop) - echo "Stopping readParallela" - RS_PID=`ps auxwww | grep readParallela.py | head -1 | awk '{print $2}'` - kill -9 $RS_PID - cd /home/pi/steamware - rm .lockfile - ;; - restart) - ## Stop the service and regardless of whether it was - ## running or not, start it again. - $0 stop - killall python - $0 start - ;; - *) - echo "Usage: /etc/init.d/MapoIOB {start|stop|restart}" - exit 1 - ;; -esac -exit 0 - diff --git a/ConfIOB/Donati/1022_166/MapoIOB.1.gz b/ConfIOB/Donati/1022_166/MapoIOB.1.gz deleted file mode 100644 index 202fac6..0000000 Binary files a/ConfIOB/Donati/1022_166/MapoIOB.1.gz and /dev/null differ diff --git a/ConfIOB/Donati/1022_166/checkAlive.sh b/ConfIOB/Donati/1022_166/checkAlive.sh deleted file mode 100644 index 92bc816..0000000 --- a/ConfIOB/Donati/1022_166/checkAlive.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/bash - -# controlla se il logfile è correntemente scritto (quindi MapoIOB è alive) altrimenti riavvia! - -DATE=`date +%Y-%m-%d` -cd /var/log -if [ -f MapoIOB ] - then - # controllo SE sia stato acceduto da meno di 2 minuti (=alive da log...) - trovato=`find . -name 'MapoIOB*' -cmin -1` - if [[ $trovato != './MapoIOB' ]] - then - /etc/init.d/MapoIOB restart - echo $date + "riavvio!" - fi -else - # in questo caso AVVIO il processo MapoIOB - /etc/init.d/MapoIOB start - echo $date + "file non trovato, avvio!" -fi diff --git a/ConfIOB/Donati/1022_166/cleanPython.sh b/ConfIOB/Donati/1022_166/cleanPython.sh deleted file mode 100644 index c4f616a..0000000 --- a/ConfIOB/Donati/1022_166/cleanPython.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash - -DATE=`date +%Y-%m-%d_%T` -# log inizio pulizia -echo $DATE " - INIZIO pulizia processi python" >> clean.log -# effettua pulizia processi: killa tutti i processi python -killall python - -# avvia MapoIob -/etc/init.d/MapoIOB start - -# log fatto! -DATE=`date +%Y-%m-%d_%T` -echo $DATE " - FINE pulizia processi python + riavvio MapoIOB" >> clean.log diff --git a/ConfIOB/Donati/1022_166/logfile.txt b/ConfIOB/Donati/1022_166/logfile.txt deleted file mode 100644 index 1e91835..0000000 --- a/ConfIOB/Donati/1022_166/logfile.txt +++ /dev/null @@ -1,10439 +0,0 @@ -2015-03-10 06:26:02 program INFO Avvio ProgrammaReadPar IOB-pi v.1.7 -2015-03-10 06:26:02 program INFO Start ReadPar IOB-pi v.1.7 -2015-03-10 06:26:02 program INFO Avvio loop principale -2015-03-10 06:26:02 queue INFO 83 [0] -2015-03-10 06:26:02 queue INFO >83 [1] -2015-03-10 06:26:03 sendUrl INFO 83 [0] R:OK -2015-03-10 06:26:03 sendUrl INFO 83 [1] R:OK -2015-03-10 06:26:52 queue INFO >>83 [2] -2015-03-10 06:26:52 sendUrl INFO 83 [2] R:OK -2015-03-10 06:27:42 queue INFO >>83 [3] -2015-03-10 06:27:43 sendUrl INFO 83 [3] R:OK -2015-03-10 06:28:32 queue INFO >>83 [4] -2015-03-10 06:28:33 sendUrl INFO 83 [4] R:OK -2015-03-10 06:29:23 queue INFO >>83 [5] -2015-03-10 06:29:23 sendUrl INFO 83 [5] R:OK -2015-03-10 06:30:13 queue INFO >>83 [6] -2015-03-10 06:30:13 sendUrl INFO 83 [6] R:OK -2015-03-10 06:31:03 queue INFO >>83 [7] -2015-03-10 06:31:03 sendUrl INFO 83 [7] R:OK -2015-03-10 06:31:20 queue INFO 87 [8] -2015-03-10 06:31:20 queue INFO >87 [9] -2015-03-10 06:31:20 sendUrl INFO 87 [8] R:OK -2015-03-10 06:31:21 sendUrl INFO 87 [9] R:OK -2015-03-10 06:31:22 queue INFO 83 [10] -2015-03-10 06:31:22 sendUrl INFO 83 [10] R:OK -2015-03-10 06:31:22 queue INFO >83 [11] -2015-03-10 06:31:22 sendUrl INFO 83 [11] R:OK -2015-03-10 06:32:12 queue INFO >>83 [12] -2015-03-10 06:32:12 sendUrl INFO 83 [12] R:OK -2015-03-10 06:33:02 queue INFO >>83 [13] -2015-03-10 06:33:02 sendUrl INFO 83 [13] R:OK -2015-03-10 06:33:52 queue INFO >>83 [14] -2015-03-10 06:33:52 sendUrl INFO 83 [14] R:OK -2015-03-10 06:34:42 queue INFO >>83 [15] -2015-03-10 06:34:43 sendUrl INFO 83 [15] R:OK -2015-03-10 06:35:32 queue INFO >>83 [16] -2015-03-10 06:35:33 sendUrl INFO 83 [16] R:OK -2015-03-10 06:36:22 queue INFO >>83 [17] -2015-03-10 06:36:23 sendUrl INFO 83 [17] R:OK -2015-03-10 06:37:13 queue INFO >>83 [18] -2015-03-10 06:37:13 sendUrl INFO 83 [18] R:OK -2015-03-10 06:38:03 queue INFO >>83 [19] -2015-03-10 06:38:03 sendUrl INFO 83 [19] R:OK -2015-03-10 06:38:53 queue INFO >>83 [20] -2015-03-10 06:38:53 sendUrl INFO 83 [20] R:OK -2015-03-10 06:39:16 queue INFO 87 [21] -2015-03-10 06:39:16 queue INFO >87 [22] -2015-03-10 06:39:16 sendUrl INFO 87 [21] R:OK -2015-03-10 06:39:16 sendUrl INFO 87 [22] R:OK -2015-03-10 06:39:17 queue INFO 83 [23] -2015-03-10 06:39:17 sendUrl INFO 83 [23] R:OK -2015-03-10 06:39:17 queue INFO >83 [24] -2015-03-10 06:39:18 sendUrl INFO 83 [24] R:OK -2015-03-10 06:40:07 queue INFO >>83 [25] -2015-03-10 06:40:08 sendUrl INFO 83 [25] R:OK -2015-03-10 06:40:57 queue INFO >>83 [26] -2015-03-10 06:40:58 sendUrl INFO 83 [26] R:OK -2015-03-10 06:41:48 queue INFO >>83 [27] -2015-03-10 06:41:48 sendUrl INFO 83 [27] R:OK -2015-03-10 06:42:38 queue INFO >>83 [28] -2015-03-10 06:42:38 sendUrl INFO 83 [28] R:OK -2015-03-10 06:43:28 queue INFO >>83 [29] -2015-03-10 06:43:28 sendUrl INFO 83 [29] R:OK -2015-03-10 06:44:18 queue INFO >>83 [30] -2015-03-10 06:44:18 sendUrl INFO 83 [30] R:OK -2015-03-10 06:45:08 queue INFO >>83 [31] -2015-03-10 06:45:09 sendUrl INFO 83 [31] R:OK -2015-03-10 06:45:58 queue INFO >>83 [32] -2015-03-10 06:45:59 sendUrl INFO 83 [32] R:OK -2015-03-10 06:46:49 queue INFO >>83 [33] -2015-03-10 06:46:49 sendUrl INFO 83 [33] R:OK -2015-03-10 06:47:11 queue INFO 87 [34] -2015-03-10 06:47:12 sendUrl INFO 87 [34] R:OK -2015-03-10 06:47:12 queue INFO >87 [35] -2015-03-10 06:47:12 sendUrl INFO 87 [35] R:OK -2015-03-10 06:47:13 queue INFO 83 [36] -2015-03-10 06:47:13 queue INFO >83 [37] -2015-03-10 06:47:14 sendUrl INFO 83 [36] R:OK -2015-03-10 06:47:14 sendUrl INFO 83 [37] R:OK -2015-03-10 06:48:03 queue INFO >>83 [38] -2015-03-10 06:48:03 sendUrl INFO 83 [38] R:OK -2015-03-10 06:48:53 queue INFO >>83 [39] -2015-03-10 06:48:54 sendUrl INFO 83 [39] R:OK -2015-03-10 06:49:43 queue INFO >>83 [40] -2015-03-10 06:49:44 sendUrl INFO 83 [40] R:OK -2015-03-10 06:50:34 queue INFO >>83 [41] -2015-03-10 06:50:34 sendUrl INFO 83 [41] R:OK -2015-03-10 06:51:24 queue INFO >>83 [42] -2015-03-10 06:51:24 sendUrl INFO 83 [42] R:OK -2015-03-10 06:52:14 queue INFO >>83 [43] -2015-03-10 06:52:14 sendUrl INFO 83 [43] R:OK -2015-03-10 06:53:04 queue INFO >>83 [44] -2015-03-10 06:53:04 sendUrl INFO 83 [44] R:OK -2015-03-10 06:53:54 queue INFO >>83 [45] -2015-03-10 06:53:55 sendUrl INFO 83 [45] R:OK -2015-03-10 06:54:44 queue INFO >>83 [46] -2015-03-10 06:54:45 sendUrl INFO 83 [46] R:OK -2015-03-10 06:55:07 queue INFO 87 [47] -2015-03-10 06:55:07 queue INFO >87 [48] -2015-03-10 06:55:07 sendUrl INFO 87 [47] R:OK -2015-03-10 06:55:08 sendUrl INFO 87 [48] R:OK -2015-03-10 06:55:09 queue INFO 83 [49] -2015-03-10 06:55:09 sendUrl INFO 83 [49] R:OK -2015-03-10 06:55:09 queue INFO >83 [50] -2015-03-10 06:55:09 sendUrl INFO 83 [50] R:OK -2015-03-10 06:55:59 queue INFO >>83 [51] -2015-03-10 06:55:59 sendUrl INFO 83 [51] R:OK -2015-03-10 06:56:49 queue INFO >>83 [52] -2015-03-10 06:56:49 sendUrl INFO 83 [52] R:OK -2015-03-10 06:57:39 queue INFO >>83 [53] -2015-03-10 06:57:39 sendUrl INFO 83 [53] R:OK -2015-03-10 06:58:29 queue INFO >>83 [54] -2015-03-10 06:58:30 sendUrl INFO 83 [54] R:OK -2015-03-10 06:59:19 queue INFO >>83 [55] -2015-03-10 06:59:19 sendUrl INFO 83 [55] R:OK -2015-03-10 07:00:09 queue INFO >>83 [56] -2015-03-10 07:00:10 sendUrl INFO 83 [56] R:OK -2015-03-10 07:00:39 queue INFO 81 [57] -2015-03-10 07:00:39 queue INFO >81 [58] -2015-03-10 07:00:40 sendUrl INFO 81 [57] R:OK -2015-03-10 07:00:40 sendUrl INFO 81 [58] R:OK -2015-03-10 07:01:29 queue INFO >>81 [59] -2015-03-10 07:01:29 sendUrl INFO 81 [59] R:OK -2015-03-10 07:02:19 queue INFO >>81 [60] -2015-03-10 07:02:20 sendUrl INFO 81 [60] R:OK -2015-03-10 07:03:09 queue INFO >>81 [61] -2015-03-10 07:03:10 sendUrl INFO 81 [61] R:OK -2015-03-10 07:03:10 queue INFO 91 [62] -2015-03-10 07:03:10 queue INFO 99 [63] -2015-03-10 07:03:11 queue INFO >99 [64] -2015-03-10 07:03:11 sendUrl INFO 91 [62] R:OK -2015-03-10 07:03:11 sendUrl INFO 99 [63] R:OK -2015-03-10 07:03:12 sendUrl INFO 99 [64] R:OK -2015-03-10 07:04:01 queue INFO >>99 [65] -2015-03-10 07:04:01 sendUrl INFO 99 [65] R:OK -2015-03-10 07:04:51 queue INFO >>99 [66] -2015-03-10 07:04:51 sendUrl INFO 99 [66] R:OK -2015-03-10 07:05:41 queue INFO >>99 [67] -2015-03-10 07:05:41 sendUrl INFO 99 [67] R:OK -2015-03-10 07:06:31 queue INFO >>99 [68] -2015-03-10 07:06:31 sendUrl INFO 99 [68] R:OK -2015-03-10 07:07:21 queue INFO >>99 [69] -2015-03-10 07:07:21 sendUrl INFO 99 [69] R:OK -2015-03-10 07:07:48 queue INFO 89 [70] -2015-03-10 07:07:48 queue INFO >89 [71] -2015-03-10 07:07:48 sendUrl INFO 89 [70] R:OK -2015-03-10 07:07:48 sendUrl INFO 89 [71] R:OK -2015-03-10 07:07:57 queue INFO 81 [72] -2015-03-10 07:07:57 queue INFO >81 [73] -2015-03-10 07:07:57 sendUrl INFO 81 [72] R:OK -2015-03-10 07:07:58 sendUrl INFO 81 [73] R:OK -2015-03-10 07:08:07 queue INFO 83 [74] -2015-03-10 07:08:07 queue INFO >83 [75] -2015-03-10 07:08:08 sendUrl INFO 83 [74] R:OK -2015-03-10 07:08:08 sendUrl INFO 83 [75] R:OK -2015-03-10 07:08:45 queue INFO 87 [76] -2015-03-10 07:08:45 sendUrl INFO 87 [76] R:OK -2015-03-10 07:08:45 queue INFO >87 [77] -2015-03-10 07:08:46 sendUrl INFO 87 [77] R:OK -2015-03-10 07:08:47 queue INFO 83 [78] -2015-03-10 07:08:47 queue INFO >83 [79] -2015-03-10 07:08:47 sendUrl INFO 83 [78] R:OK -2015-03-10 07:08:48 sendUrl INFO 83 [79] R:OK -2015-03-10 07:09:37 queue INFO >>83 [80] -2015-03-10 07:09:37 sendUrl INFO 83 [80] R:OK -2015-03-10 07:10:09 queue INFO 81 [81] -2015-03-10 07:10:09 queue INFO >81 [82] -2015-03-10 07:10:09 sendUrl INFO 81 [81] R:OK -2015-03-10 07:10:10 sendUrl INFO 81 [82] R:OK -2015-03-10 07:10:20 queue INFO 99 [83] -2015-03-10 07:10:21 queue INFO >99 [84] -2015-03-10 07:10:21 sendUrl INFO 99 [83] R:OK -2015-03-10 07:10:21 sendUrl INFO 99 [84] R:OK -2015-03-10 07:11:11 queue INFO >>99 [85] -2015-03-10 07:11:11 sendUrl INFO 99 [85] R:OK -2015-03-10 07:11:50 queue INFO 89 [86] -2015-03-10 07:11:50 queue INFO >89 [87] -2015-03-10 07:11:50 sendUrl INFO 89 [86] R:OK -2015-03-10 07:11:51 sendUrl INFO 89 [87] R:OK -2015-03-10 07:11:54 queue INFO 81 [88] -2015-03-10 07:11:54 queue INFO >81 [89] -2015-03-10 07:11:54 sendUrl INFO 81 [88] R:OK -2015-03-10 07:11:55 sendUrl INFO 81 [89] R:OK -2015-03-10 07:11:55 queue INFO A9 [90] -2015-03-10 07:11:55 queue INFO >A9 [91] -2015-03-10 07:11:55 sendUrl INFO A9 [90] R:OK -2015-03-10 07:11:56 sendUrl INFO A9 [91] R:OK -2015-03-10 07:12:16 queue INFO 81 [92] -2015-03-10 07:12:17 queue INFO >81 [93] -2015-03-10 07:12:17 sendUrl INFO 81 [92] R:OK -2015-03-10 07:12:17 sendUrl INFO 81 [93] R:OK -2015-03-10 07:13:07 queue INFO >>81 [94] -2015-03-10 07:13:07 sendUrl INFO 81 [94] R:OK -2015-03-10 07:13:48 queue INFO 83 [95] -2015-03-10 07:13:49 queue INFO >83 [96] -2015-03-10 07:13:49 sendUrl INFO 83 [95] R:OK -2015-03-10 07:13:49 sendUrl INFO 83 [96] R:OK -2015-03-10 07:14:39 queue INFO >>83 [97] -2015-03-10 07:14:39 sendUrl INFO 83 [97] R:OK -2015-03-10 07:15:29 queue INFO >>83 [98] -2015-03-10 07:15:29 sendUrl INFO 83 [98] R:OK -2015-03-10 07:16:19 queue INFO >>83 [99] -2015-03-10 07:16:19 sendUrl INFO 83 [99] R:OK -2015-03-10 07:17:09 queue INFO >>83 [100] -2015-03-10 07:17:10 sendUrl INFO 83 [100] R:OK -2015-03-10 07:17:59 queue INFO >>83 [101] -2015-03-10 07:17:59 sendUrl INFO 83 [101] R:OK -2015-03-10 07:18:23 queue INFO 87 [102] -2015-03-10 07:18:23 queue INFO >87 [103] -2015-03-10 07:18:23 sendUrl INFO 87 [102] R:OK -2015-03-10 07:18:24 sendUrl INFO 87 [103] R:OK -2015-03-10 07:18:25 queue INFO 83 [104] -2015-03-10 07:18:25 sendUrl INFO 83 [104] R:OK -2015-03-10 07:18:25 queue INFO >83 [105] -2015-03-10 07:18:25 sendUrl INFO 83 [105] R:OK -2015-03-10 07:19:15 queue INFO >>83 [106] -2015-03-10 07:19:15 sendUrl INFO 83 [106] R:OK -2015-03-10 07:20:05 queue INFO >>83 [107] -2015-03-10 07:20:05 sendUrl INFO 83 [107] R:OK -2015-03-10 07:20:55 queue INFO >>83 [108] -2015-03-10 07:20:55 sendUrl INFO 83 [108] R:OK -2015-03-10 07:21:45 queue INFO >>83 [109] -2015-03-10 07:21:46 sendUrl INFO 83 [109] R:OK -2015-03-10 07:22:35 queue INFO >>83 [110] -2015-03-10 07:22:36 sendUrl INFO 83 [110] R:OK -2015-03-10 07:23:25 queue INFO >>83 [111] -2015-03-10 07:23:26 sendUrl INFO 83 [111] R:OK -2015-03-10 07:24:16 queue INFO >>83 [112] -2015-03-10 07:24:16 sendUrl INFO 83 [112] R:OK -2015-03-10 07:25:06 queue INFO >>83 [113] -2015-03-10 07:25:06 sendUrl INFO 83 [113] R:OK -2015-03-10 07:25:56 queue INFO >>83 [114] -2015-03-10 07:25:56 sendUrl INFO 83 [114] R:OK -2015-03-10 07:26:19 queue INFO 87 [115] -2015-03-10 07:26:19 queue INFO >87 [116] -2015-03-10 07:26:19 sendUrl INFO 87 [115] R:OK -2015-03-10 07:26:19 sendUrl INFO 87 [116] R:OK -2015-03-10 07:26:20 queue INFO 83 [117] -2015-03-10 07:26:20 sendUrl INFO 83 [117] R:OK -2015-03-10 07:26:20 queue INFO >83 [118] -2015-03-10 07:26:21 sendUrl INFO 83 [118] R:OK -2015-03-10 07:27:10 queue INFO >>83 [119] -2015-03-10 07:27:11 sendUrl INFO 83 [119] R:OK -2015-03-10 07:28:01 queue INFO >>83 [120] -2015-03-10 07:28:01 sendUrl INFO 83 [120] R:OK -2015-03-10 07:28:51 queue INFO >>83 [121] -2015-03-10 07:28:51 sendUrl INFO 83 [121] R:OK -2015-03-10 07:29:41 queue INFO >>83 [122] -2015-03-10 07:29:41 sendUrl INFO 83 [122] R:OK -2015-03-10 07:30:31 queue INFO >>83 [123] -2015-03-10 07:30:32 sendUrl INFO 83 [123] R:OK -2015-03-10 07:31:21 queue INFO >>83 [124] -2015-03-10 07:31:21 sendUrl INFO 83 [124] R:OK -2015-03-10 07:32:11 queue INFO >>83 [125] -2015-03-10 07:32:12 sendUrl INFO 83 [125] R:OK -2015-03-10 07:33:01 queue INFO >>83 [126] -2015-03-10 07:33:02 sendUrl INFO 83 [126] R:OK -2015-03-10 07:33:52 queue INFO >>83 [127] -2015-03-10 07:33:52 sendUrl INFO 83 [127] R:OK -2015-03-10 07:34:14 queue INFO 87 [128] -2015-03-10 07:34:14 queue INFO >87 [129] -2015-03-10 07:34:15 sendUrl INFO 87 [128] R:OK -2015-03-10 07:34:15 sendUrl INFO 87 [129] R:OK -2015-03-10 07:34:16 queue INFO 83 [130] -2015-03-10 07:34:16 queue INFO >83 [131] -2015-03-10 07:34:16 sendUrl INFO 83 [130] R:OK -2015-03-10 07:34:17 sendUrl INFO 83 [131] R:OK -2015-03-10 07:35:06 queue INFO >>83 [132] -2015-03-10 07:35:06 sendUrl INFO 83 [132] R:OK -2015-03-10 07:35:56 queue INFO >>83 [133] -2015-03-10 07:35:56 sendUrl INFO 83 [133] R:OK -2015-03-10 07:36:46 queue INFO >>83 [134] -2015-03-10 07:36:47 sendUrl INFO 83 [134] R:OK -2015-03-10 07:37:36 queue INFO >>83 [135] -2015-03-10 07:37:36 sendUrl INFO 83 [135] R:OK -2015-03-10 07:38:26 queue INFO >>83 [136] -2015-03-10 07:38:27 sendUrl INFO 83 [136] R:OK -2015-03-10 07:39:17 queue INFO >>83 [137] -2015-03-10 07:39:17 sendUrl INFO 83 [137] R:OK -2015-03-10 07:40:07 queue INFO >>83 [138] -2015-03-10 07:40:07 sendUrl INFO 83 [138] R:OK -2015-03-10 07:40:57 queue INFO >>83 [139] -2015-03-10 07:40:57 sendUrl INFO 83 [139] R:OK -2015-03-10 07:41:47 queue INFO >>83 [140] -2015-03-10 07:41:48 sendUrl INFO 83 [140] R:OK -2015-03-10 07:42:10 queue INFO 87 [141] -2015-03-10 07:42:10 sendUrl INFO 87 [141] R:OK -2015-03-10 07:42:10 queue INFO >87 [142] -2015-03-10 07:42:11 sendUrl INFO 87 [142] R:OK -2015-03-10 07:42:12 queue INFO 83 [143] -2015-03-10 07:42:12 queue INFO >83 [144] -2015-03-10 07:42:12 sendUrl INFO 83 [143] R:OK -2015-03-10 07:42:13 sendUrl INFO 83 [144] R:OK -2015-03-10 07:43:02 queue INFO >>83 [145] -2015-03-10 07:43:02 sendUrl INFO 83 [145] R:OK -2015-03-10 07:43:52 queue INFO >>83 [146] -2015-03-10 07:43:52 sendUrl INFO 83 [146] R:OK -2015-03-10 07:44:42 queue INFO >>83 [147] -2015-03-10 07:44:43 sendUrl INFO 83 [147] R:OK -2015-03-10 07:45:32 queue INFO >>83 [148] -2015-03-10 07:45:33 sendUrl INFO 83 [148] R:OK -2015-03-10 07:46:22 queue INFO >>83 [149] -2015-03-10 07:46:23 sendUrl INFO 83 [149] R:OK -2015-03-10 07:47:13 queue INFO >>83 [150] -2015-03-10 07:47:13 sendUrl INFO 83 [150] R:OK -2015-03-10 07:48:03 queue INFO >>83 [151] -2015-03-10 07:48:03 sendUrl INFO 83 [151] R:OK -2015-03-10 07:48:53 queue INFO >>83 [152] -2015-03-10 07:48:53 sendUrl INFO 83 [152] R:OK -2015-03-10 07:49:43 queue INFO >>83 [153] -2015-03-10 07:49:43 sendUrl INFO 83 [153] R:OK -2015-03-10 07:50:06 queue INFO 87 [154] -2015-03-10 07:50:06 queue INFO >87 [155] -2015-03-10 07:50:06 sendUrl INFO 87 [154] R:OK -2015-03-10 07:50:07 sendUrl INFO 87 [155] R:OK -2015-03-10 07:50:07 queue INFO 83 [156] -2015-03-10 07:50:08 queue INFO >83 [157] -2015-03-10 07:50:08 sendUrl INFO 83 [156] R:OK -2015-03-10 07:50:08 sendUrl INFO 83 [157] R:OK -2015-03-10 07:50:58 queue INFO >>83 [158] -2015-03-10 07:50:58 sendUrl INFO 83 [158] R:OK -2015-03-10 07:51:48 queue INFO >>83 [159] -2015-03-10 07:51:48 sendUrl INFO 83 [159] R:OK -2015-03-10 07:52:38 queue INFO >>83 [160] -2015-03-10 07:52:38 sendUrl INFO 83 [160] R:OK -2015-03-10 07:53:28 queue INFO >>83 [161] -2015-03-10 07:53:28 sendUrl INFO 83 [161] R:OK -2015-03-10 07:54:18 queue INFO >>83 [162] -2015-03-10 07:54:19 sendUrl INFO 83 [162] R:OK -2015-03-10 07:55:08 queue INFO >>83 [163] -2015-03-10 07:55:08 sendUrl INFO 83 [163] R:OK -2015-03-10 07:55:58 queue INFO >>83 [164] -2015-03-10 07:55:59 sendUrl INFO 83 [164] R:OK -2015-03-10 07:56:49 queue INFO >>83 [165] -2015-03-10 07:56:49 sendUrl INFO 83 [165] R:OK -2015-03-10 07:57:39 queue INFO >>83 [166] -2015-03-10 07:57:39 sendUrl INFO 83 [166] R:OK -2015-03-10 07:58:02 queue INFO 87 [167] -2015-03-10 07:58:02 queue INFO >87 [168] -2015-03-10 07:58:03 sendUrl INFO 87 [167] R:OK -2015-03-10 07:58:03 sendUrl INFO 87 [168] R:OK -2015-03-10 07:58:04 queue INFO 83 [169] -2015-03-10 07:58:04 queue INFO >83 [170] -2015-03-10 07:58:04 sendUrl INFO 83 [169] R:OK -2015-03-10 07:58:05 sendUrl INFO 83 [170] R:OK -2015-03-10 07:58:54 queue INFO >>83 [171] -2015-03-10 07:58:54 sendUrl INFO 83 [171] R:OK -2015-03-10 07:59:44 queue INFO >>83 [172] -2015-03-10 07:59:44 sendUrl INFO 83 [172] R:OK -2015-03-10 08:00:34 queue INFO >>83 [173] -2015-03-10 08:00:35 sendUrl INFO 83 [173] R:OK -2015-03-10 08:01:24 queue INFO >>83 [174] -2015-03-10 08:01:24 sendUrl INFO 83 [174] R:OK -2015-03-10 08:02:14 queue INFO >>83 [175] -2015-03-10 08:02:15 sendUrl INFO 83 [175] R:OK -2015-03-10 08:03:05 queue INFO >>83 [176] -2015-03-10 08:03:05 sendUrl INFO 83 [176] R:OK -2015-03-10 08:03:55 queue INFO >>83 [177] -2015-03-10 08:03:55 sendUrl INFO 83 [177] R:OK -2015-03-10 08:04:45 queue INFO >>83 [178] -2015-03-10 08:04:45 sendUrl INFO 83 [178] R:OK -2015-03-10 08:05:35 queue INFO >>83 [179] -2015-03-10 08:05:36 sendUrl INFO 83 [179] R:OK -2015-03-10 08:05:58 queue INFO 87 [180] -2015-03-10 08:05:58 queue INFO >87 [181] -2015-03-10 08:05:59 sendUrl INFO 87 [180] R:OK -2015-03-10 08:05:59 sendUrl INFO 87 [181] R:OK -2015-03-10 08:06:00 queue INFO 83 [182] -2015-03-10 08:06:00 queue INFO >83 [183] -2015-03-10 08:06:00 sendUrl INFO 83 [182] R:OK -2015-03-10 08:06:01 sendUrl INFO 83 [183] R:OK -2015-03-10 08:06:50 queue INFO >>83 [184] -2015-03-10 08:06:51 sendUrl INFO 83 [184] R:OK -2015-03-10 08:07:40 queue INFO >>83 [185] -2015-03-10 08:07:40 sendUrl INFO 83 [185] R:OK -2015-03-10 08:08:30 queue INFO >>83 [186] -2015-03-10 08:08:31 sendUrl INFO 83 [186] R:OK -2015-03-10 08:09:20 queue INFO >>83 [187] -2015-03-10 08:09:21 sendUrl INFO 83 [187] R:OK -2015-03-10 08:10:11 queue INFO >>83 [188] -2015-03-10 08:10:11 sendUrl INFO 83 [188] R:OK -2015-03-10 08:11:01 queue INFO >>83 [189] -2015-03-10 08:11:01 sendUrl INFO 83 [189] R:OK -2015-03-10 08:11:51 queue INFO >>83 [190] -2015-03-10 08:11:51 sendUrl INFO 83 [190] R:OK -2015-03-10 08:12:41 queue INFO >>83 [191] -2015-03-10 08:12:41 sendUrl INFO 83 [191] R:OK -2015-03-10 08:13:31 queue INFO >>83 [192] -2015-03-10 08:13:31 sendUrl INFO 83 [192] R:OK -2015-03-10 08:13:54 queue INFO 87 [193] -2015-03-10 08:13:54 queue INFO >87 [194] -2015-03-10 08:13:54 sendUrl INFO 87 [193] R:OK -2015-03-10 08:13:54 sendUrl INFO 87 [194] R:OK -2015-03-10 08:13:55 queue INFO 83 [195] -2015-03-10 08:13:56 queue INFO >83 [196] -2015-03-10 08:13:56 sendUrl INFO 83 [195] R:OK -2015-03-10 08:13:56 sendUrl INFO 83 [196] R:OK -2015-03-10 08:14:46 queue INFO >>83 [197] -2015-03-10 08:14:46 sendUrl INFO 83 [197] R:OK -2015-03-10 08:15:36 queue INFO >>83 [198] -2015-03-10 08:15:36 sendUrl INFO 83 [198] R:OK -2015-03-10 08:16:26 queue INFO >>83 [199] -2015-03-10 08:16:26 sendUrl INFO 83 [199] R:OK -2015-03-10 08:17:16 queue INFO >>83 [200] -2015-03-10 08:17:16 sendUrl INFO 83 [200] R:OK -2015-03-10 08:18:06 queue INFO >>83 [201] -2015-03-10 08:18:07 sendUrl INFO 83 [201] R:OK -2015-03-10 08:18:56 queue INFO >>83 [202] -2015-03-10 08:18:56 sendUrl INFO 83 [202] R:OK -2015-03-10 08:19:46 queue INFO >>83 [203] -2015-03-10 08:19:47 sendUrl INFO 83 [203] R:OK -2015-03-10 08:20:37 queue INFO >>83 [204] -2015-03-10 08:20:37 sendUrl INFO 83 [204] R:OK -2015-03-10 08:21:27 queue INFO >>83 [205] -2015-03-10 08:21:27 sendUrl INFO 83 [205] R:OK -2015-03-10 08:21:49 queue INFO 87 [206] -2015-03-10 08:21:50 queue INFO >87 [207] -2015-03-10 08:21:50 sendUrl INFO 87 [206] R:OK -2015-03-10 08:21:50 sendUrl INFO 87 [207] R:OK -2015-03-10 08:21:51 queue INFO 83 [208] -2015-03-10 08:21:51 sendUrl INFO 83 [208] R:OK -2015-03-10 08:21:51 queue INFO >83 [209] -2015-03-10 08:21:52 sendUrl INFO 83 [209] R:OK -2015-03-10 08:22:41 queue INFO >>83 [210] -2015-03-10 08:22:41 sendUrl INFO 83 [210] R:OK -2015-03-10 08:23:31 queue INFO >>83 [211] -2015-03-10 08:23:32 sendUrl INFO 83 [211] R:OK -2015-03-10 08:24:21 queue INFO >>83 [212] -2015-03-10 08:24:22 sendUrl INFO 83 [212] R:OK -2015-03-10 08:25:11 queue INFO >>83 [213] -2015-03-10 08:25:12 sendUrl INFO 83 [213] R:OK -2015-03-10 08:26:02 queue INFO >>83 [214] -2015-03-10 08:26:02 sendUrl INFO 83 [214] R:OK -2015-03-10 08:26:52 queue INFO >>83 [215] -2015-03-10 08:26:52 sendUrl INFO 83 [215] R:OK -2015-03-10 08:27:42 queue INFO >>83 [216] -2015-03-10 08:27:42 sendUrl INFO 83 [216] R:OK -2015-03-10 08:28:32 queue INFO >>83 [217] -2015-03-10 08:28:32 sendUrl INFO 83 [217] R:OK -2015-03-10 08:29:22 queue INFO >>83 [218] -2015-03-10 08:29:23 sendUrl INFO 83 [218] R:OK -2015-03-10 08:29:45 queue INFO 87 [219] -2015-03-10 08:29:45 queue INFO >87 [220] -2015-03-10 08:29:46 sendUrl INFO 87 [219] R:OK -2015-03-10 08:29:46 sendUrl INFO 87 [220] R:OK -2015-03-10 08:29:47 queue INFO 83 [221] -2015-03-10 08:29:47 queue INFO >83 [222] -2015-03-10 08:29:47 sendUrl INFO 83 [221] R:OK -2015-03-10 08:29:48 sendUrl INFO 83 [222] R:OK -2015-03-10 08:30:37 queue INFO >>83 [223] -2015-03-10 08:30:38 sendUrl INFO 83 [223] R:OK -2015-03-10 08:31:27 queue INFO >>83 [224] -2015-03-10 08:31:27 sendUrl INFO 83 [224] R:OK -2015-03-10 08:32:17 queue INFO >>83 [225] -2015-03-10 08:32:18 sendUrl INFO 83 [225] R:OK -2015-03-10 08:33:07 queue INFO >>83 [226] -2015-03-10 08:33:08 sendUrl INFO 83 [226] R:OK -2015-03-10 08:33:58 queue INFO >>83 [227] -2015-03-10 08:33:58 sendUrl INFO 83 [227] R:OK -2015-03-10 08:34:48 queue INFO >>83 [228] -2015-03-10 08:34:48 sendUrl INFO 83 [228] R:OK -2015-03-10 08:35:38 queue INFO >>83 [229] -2015-03-10 08:35:38 sendUrl INFO 83 [229] R:OK -2015-03-10 08:36:28 queue INFO >>83 [230] -2015-03-10 08:36:28 sendUrl INFO 83 [230] R:OK -2015-03-10 08:37:18 queue INFO >>83 [231] -2015-03-10 08:37:19 sendUrl INFO 83 [231] R:OK -2015-03-10 08:37:41 queue INFO 87 [232] -2015-03-10 08:37:41 queue INFO >87 [233] -2015-03-10 08:37:41 sendUrl INFO 87 [232] R:OK -2015-03-10 08:37:42 sendUrl INFO 87 [233] R:OK -2015-03-10 08:37:43 queue INFO 83 [234] -2015-03-10 08:37:43 queue INFO >83 [235] -2015-03-10 08:37:43 sendUrl INFO 83 [234] R:OK -2015-03-10 08:37:43 sendUrl INFO 83 [235] R:OK -2015-03-10 08:38:33 queue INFO >>83 [236] -2015-03-10 08:38:33 sendUrl INFO 83 [236] R:OK -2015-03-10 08:39:23 queue INFO >>83 [237] -2015-03-10 08:39:23 sendUrl INFO 83 [237] R:OK -2015-03-10 08:40:13 queue INFO >>83 [238] -2015-03-10 08:40:13 sendUrl INFO 83 [238] R:OK -2015-03-10 08:41:03 queue INFO >>83 [239] -2015-03-10 08:41:03 sendUrl INFO 83 [239] R:OK -2015-03-10 08:41:53 queue INFO >>83 [240] -2015-03-10 08:41:54 sendUrl INFO 83 [240] R:OK -2015-03-10 08:42:43 queue INFO >>83 [241] -2015-03-10 08:42:44 sendUrl INFO 83 [241] R:OK -2015-03-10 08:43:34 queue INFO >>83 [242] -2015-03-10 08:43:34 sendUrl INFO 83 [242] R:OK -2015-03-10 08:44:21 queue INFO 81 [243] -2015-03-10 08:44:22 queue INFO >81 [244] -2015-03-10 08:44:22 sendUrl INFO 81 [243] R:OK -2015-03-10 08:44:22 sendUrl INFO 81 [244] R:OK -2015-03-10 08:44:36 queue INFO 83 [245] -2015-03-10 08:44:36 queue INFO >83 [246] -2015-03-10 08:44:37 sendUrl INFO 83 [245] R:OK -2015-03-10 08:44:37 sendUrl INFO 83 [246] R:OK -2015-03-10 08:45:26 queue INFO >>83 [247] -2015-03-10 08:45:27 sendUrl INFO 83 [247] R:OK -2015-03-10 08:45:37 queue INFO 87 [248] -2015-03-10 08:45:37 queue INFO >87 [249] -2015-03-10 08:45:38 sendUrl INFO 87 [248] R:OK -2015-03-10 08:45:38 sendUrl INFO 87 [249] R:OK -2015-03-10 08:45:39 queue INFO 83 [250] -2015-03-10 08:45:39 queue INFO >83 [251] -2015-03-10 08:45:39 sendUrl INFO 83 [250] R:OK -2015-03-10 08:45:40 sendUrl INFO 83 [251] R:OK -2015-03-10 08:46:29 queue INFO >>83 [252] -2015-03-10 08:46:29 sendUrl INFO 83 [252] R:OK -2015-03-10 08:47:19 queue INFO >>83 [253] -2015-03-10 08:47:19 sendUrl INFO 83 [253] R:OK -2015-03-10 08:48:09 queue INFO >>83 [254] -2015-03-10 08:48:10 sendUrl INFO 83 [254] R:OK -2015-03-10 08:48:59 queue INFO >>83 [255] -2015-03-10 08:49:00 sendUrl INFO 83 [255] R:OK -2015-03-10 08:49:50 queue INFO >>83 [256] -2015-03-10 08:49:50 sendUrl INFO 83 [256] R:OK -2015-03-10 08:50:40 queue INFO >>83 [257] -2015-03-10 08:50:40 sendUrl INFO 83 [257] R:OK -2015-03-10 08:51:30 queue INFO >>83 [258] -2015-03-10 08:51:30 sendUrl INFO 83 [258] R:OK -2015-03-10 08:52:20 queue INFO >>83 [259] -2015-03-10 08:52:20 sendUrl INFO 83 [259] R:OK -2015-03-10 08:53:10 queue INFO >>83 [260] -2015-03-10 08:53:11 sendUrl INFO 83 [260] R:OK -2015-03-10 08:53:33 queue INFO 87 [261] -2015-03-10 08:53:34 queue INFO >87 [262] -2015-03-10 08:53:34 sendUrl INFO 87 [261] R:OK -2015-03-10 08:53:34 sendUrl INFO 87 [262] R:OK -2015-03-10 08:53:35 queue INFO 83 [263] -2015-03-10 08:53:35 queue INFO >83 [264] -2015-03-10 08:53:35 sendUrl INFO 83 [263] R:OK -2015-03-10 08:53:36 sendUrl INFO 83 [264] R:OK -2015-03-10 08:54:25 queue INFO >>83 [265] -2015-03-10 08:54:25 sendUrl INFO 83 [265] R:OK -2015-03-10 08:55:15 queue INFO >>83 [266] -2015-03-10 08:55:15 sendUrl INFO 83 [266] R:OK -2015-03-10 08:56:05 queue INFO >>83 [267] -2015-03-10 08:56:06 sendUrl INFO 83 [267] R:OK -2015-03-10 08:56:55 queue INFO >>83 [268] -2015-03-10 08:56:56 sendUrl INFO 83 [268] R:OK -2015-03-10 08:57:46 queue INFO >>83 [269] -2015-03-10 08:57:46 sendUrl INFO 83 [269] R:OK -2015-03-10 08:58:36 queue INFO >>83 [270] -2015-03-10 08:58:36 sendUrl INFO 83 [270] R:OK -2015-03-10 08:59:26 queue INFO >>83 [271] -2015-03-10 08:59:26 sendUrl INFO 83 [271] R:OK -2015-03-10 09:00:16 queue INFO >>83 [272] -2015-03-10 09:00:16 sendUrl INFO 83 [272] R:OK -2015-03-10 09:01:06 queue INFO >>83 [273] -2015-03-10 09:01:07 sendUrl INFO 83 [273] R:OK -2015-03-10 09:01:29 queue INFO 87 [274] -2015-03-10 09:01:29 queue INFO >87 [275] -2015-03-10 09:01:29 sendUrl INFO 87 [274] R:OK -2015-03-10 09:01:30 sendUrl INFO 87 [275] R:OK -2015-03-10 09:01:30 queue INFO 83 [276] -2015-03-10 09:01:31 queue INFO >83 [277] -2015-03-10 09:01:31 sendUrl INFO 83 [276] R:OK -2015-03-10 09:01:31 sendUrl INFO 83 [277] R:OK -2015-03-10 09:02:21 queue INFO >>83 [278] -2015-03-10 09:02:21 sendUrl INFO 83 [278] R:OK -2015-03-10 09:03:11 queue INFO >>83 [279] -2015-03-10 09:03:11 sendUrl INFO 83 [279] R:OK -2015-03-10 09:04:01 queue INFO >>83 [280] -2015-03-10 09:04:01 sendUrl INFO 83 [280] R:OK -2015-03-10 09:04:51 queue INFO >>83 [281] -2015-03-10 09:04:51 sendUrl INFO 83 [281] R:OK -2015-03-10 09:05:41 queue INFO >>83 [282] -2015-03-10 09:05:42 sendUrl INFO 83 [282] R:OK -2015-03-10 09:06:31 queue INFO >>83 [283] -2015-03-10 09:06:32 sendUrl INFO 83 [283] R:OK -2015-03-10 09:07:22 queue INFO >>83 [284] -2015-03-10 09:07:22 sendUrl INFO 83 [284] R:OK -2015-03-10 09:08:12 queue INFO >>83 [285] -2015-03-10 09:08:12 sendUrl INFO 83 [285] R:OK -2015-03-10 09:09:02 queue INFO >>83 [286] -2015-03-10 09:09:02 sendUrl INFO 83 [286] R:OK -2015-03-10 09:09:25 queue INFO 87 [287] -2015-03-10 09:09:25 queue INFO >87 [288] -2015-03-10 09:09:25 sendUrl INFO 87 [287] R:OK -2015-03-10 09:09:26 sendUrl INFO 87 [288] R:OK -2015-03-10 09:09:26 queue INFO 83 [289] -2015-03-10 09:09:26 queue INFO >83 [290] -2015-03-10 09:09:27 sendUrl INFO 83 [289] R:OK -2015-03-10 09:09:27 sendUrl INFO 83 [290] R:OK -2015-03-10 09:10:16 queue INFO >>83 [291] -2015-03-10 09:10:16 sendUrl INFO 83 [291] R:OK -2015-03-10 09:11:06 queue INFO >>83 [292] -2015-03-10 09:11:07 sendUrl INFO 83 [292] R:OK -2015-03-10 09:11:57 queue INFO >>83 [293] -2015-03-10 09:11:57 sendUrl INFO 83 [293] R:OK -2015-03-10 09:12:47 queue INFO >>83 [294] -2015-03-10 09:12:47 sendUrl INFO 83 [294] R:OK -2015-03-10 09:13:37 queue INFO >>83 [295] -2015-03-10 09:13:37 sendUrl INFO 83 [295] R:OK -2015-03-10 09:14:27 queue INFO >>83 [296] -2015-03-10 09:14:28 sendUrl INFO 83 [296] R:OK -2015-03-10 09:15:17 queue INFO >>83 [297] -2015-03-10 09:15:17 sendUrl INFO 83 [297] R:OK -2015-03-10 09:16:07 queue INFO >>83 [298] -2015-03-10 09:16:08 sendUrl INFO 83 [298] R:OK -2015-03-10 09:16:58 queue INFO >>83 [299] -2015-03-10 09:16:58 sendUrl INFO 83 [299] R:OK -2015-03-10 09:17:20 queue INFO 87 [300] -2015-03-10 09:17:21 queue INFO >87 [301] -2015-03-10 09:17:21 sendUrl INFO 87 [300] R:OK -2015-03-10 09:17:21 sendUrl INFO 87 [301] R:OK -2015-03-10 09:17:22 queue INFO 83 [302] -2015-03-10 09:17:22 queue INFO >83 [303] -2015-03-10 09:17:22 sendUrl INFO 83 [302] R:OK -2015-03-10 09:17:23 sendUrl INFO 83 [303] R:OK -2015-03-10 09:18:12 queue INFO >>83 [304] -2015-03-10 09:18:13 sendUrl INFO 83 [304] R:OK -2015-03-10 09:19:02 queue INFO >>83 [305] -2015-03-10 09:19:02 sendUrl INFO 83 [305] R:OK -2015-03-10 09:19:52 queue INFO >>83 [306] -2015-03-10 09:19:53 sendUrl INFO 83 [306] R:OK -2015-03-10 09:20:43 queue INFO >>83 [307] -2015-03-10 09:20:43 sendUrl INFO 83 [307] R:OK -2015-03-10 09:21:33 queue INFO >>83 [308] -2015-03-10 09:21:33 sendUrl INFO 83 [308] R:OK -2015-03-10 09:22:23 queue INFO >>83 [309] -2015-03-10 09:22:23 sendUrl INFO 83 [309] R:OK -2015-03-10 09:23:13 queue INFO >>83 [310] -2015-03-10 09:23:14 sendUrl INFO 83 [310] R:OK -2015-03-10 09:24:03 queue INFO >>83 [311] -2015-03-10 09:24:03 sendUrl INFO 83 [311] R:OK -2015-03-10 09:24:53 queue INFO >>83 [312] -2015-03-10 09:24:54 sendUrl INFO 83 [312] R:OK -2015-03-10 09:25:16 queue INFO 87 [313] -2015-03-10 09:25:16 queue INFO >87 [314] -2015-03-10 09:25:16 sendUrl INFO 87 [313] R:OK -2015-03-10 09:25:17 sendUrl INFO 87 [314] R:OK -2015-03-10 09:25:18 queue INFO 83 [315] -2015-03-10 09:25:18 queue INFO >83 [316] -2015-03-10 09:25:18 sendUrl INFO 83 [315] R:OK -2015-03-10 09:25:19 sendUrl INFO 83 [316] R:OK -2015-03-10 09:26:08 queue INFO >>83 [317] -2015-03-10 09:26:08 sendUrl INFO 83 [317] R:OK -2015-03-10 09:26:58 queue INFO >>83 [318] -2015-03-10 09:26:59 sendUrl INFO 83 [318] R:OK -2015-03-10 09:27:48 queue INFO >>83 [319] -2015-03-10 09:27:48 sendUrl INFO 83 [319] R:OK -2015-03-10 09:28:38 queue INFO >>83 [320] -2015-03-10 09:28:39 sendUrl INFO 83 [320] R:OK -2015-03-10 09:29:29 queue INFO >>83 [321] -2015-03-10 09:29:29 sendUrl INFO 83 [321] R:OK -2015-03-10 09:30:19 queue INFO >>83 [322] -2015-03-10 09:30:19 sendUrl INFO 83 [322] R:OK -2015-03-10 09:31:09 queue INFO >>83 [323] -2015-03-10 09:31:09 sendUrl INFO 83 [323] R:OK -2015-03-10 09:31:59 queue INFO >>83 [324] -2015-03-10 09:32:00 sendUrl INFO 83 [324] R:OK -2015-03-10 09:32:49 queue INFO >>83 [325] -2015-03-10 09:32:49 sendUrl INFO 83 [325] R:OK -2015-03-10 09:33:18 queue INFO 87 [326] -2015-03-10 09:33:18 sendUrl INFO 87 [326] R:OK -2015-03-10 09:33:18 queue INFO >87 [327] -2015-03-10 09:33:18 sendUrl INFO 87 [327] R:OK -2015-03-10 09:33:19 queue INFO 83 [328] -2015-03-10 09:33:19 queue INFO >83 [329] -2015-03-10 09:33:20 sendUrl INFO 83 [328] R:OK -2015-03-10 09:33:20 sendUrl INFO 83 [329] R:OK -2015-03-10 09:34:09 queue INFO >>83 [330] -2015-03-10 09:34:09 sendUrl INFO 83 [330] R:OK -2015-03-10 09:34:59 queue INFO >>83 [331] -2015-03-10 09:35:00 sendUrl INFO 83 [331] R:OK -2015-03-10 09:35:49 queue INFO >>83 [332] -2015-03-10 09:35:50 sendUrl INFO 83 [332] R:OK -2015-03-10 09:36:40 queue INFO >>83 [333] -2015-03-10 09:36:40 sendUrl INFO 83 [333] R:OK -2015-03-10 09:37:30 queue INFO >>83 [334] -2015-03-10 09:37:30 sendUrl INFO 83 [334] R:OK -2015-03-10 09:38:20 queue INFO >>83 [335] -2015-03-10 09:38:20 sendUrl INFO 83 [335] R:OK -2015-03-10 09:39:10 queue INFO >>83 [336] -2015-03-10 09:39:10 sendUrl INFO 83 [336] R:OK -2015-03-10 09:40:00 queue INFO >>83 [337] -2015-03-10 09:40:00 sendUrl INFO 83 [337] R:OK -2015-03-10 09:40:50 queue INFO >>83 [338] -2015-03-10 09:40:51 sendUrl INFO 83 [338] R:OK -2015-03-10 09:41:14 queue INFO 87 [339] -2015-03-10 09:41:14 queue INFO >87 [340] -2015-03-10 09:41:14 sendUrl INFO 87 [339] R:OK -2015-03-10 09:41:14 sendUrl INFO 87 [340] R:OK -2015-03-10 09:41:15 queue INFO 83 [341] -2015-03-10 09:41:15 sendUrl INFO 83 [341] R:OK -2015-03-10 09:41:15 queue INFO >83 [342] -2015-03-10 09:41:16 sendUrl INFO 83 [342] R:OK -2015-03-10 09:42:05 queue INFO >>83 [343] -2015-03-10 09:42:06 sendUrl INFO 83 [343] R:OK -2015-03-10 09:42:56 queue INFO >>83 [344] -2015-03-10 09:42:56 sendUrl INFO 83 [344] R:OK -2015-03-10 09:43:46 queue INFO >>83 [345] -2015-03-10 09:43:46 sendUrl INFO 83 [345] R:OK -2015-03-10 09:44:36 queue INFO >>83 [346] -2015-03-10 09:44:36 sendUrl INFO 83 [346] R:OK -2015-03-10 09:45:26 queue INFO >>83 [347] -2015-03-10 09:45:26 sendUrl INFO 83 [347] R:OK -2015-03-10 09:46:16 queue INFO >>83 [348] -2015-03-10 09:46:16 sendUrl INFO 83 [348] R:OK -2015-03-10 09:47:06 queue INFO >>83 [349] -2015-03-10 09:47:07 sendUrl INFO 83 [349] R:OK -2015-03-10 09:47:56 queue INFO >>83 [350] -2015-03-10 09:47:57 sendUrl INFO 83 [350] R:OK -2015-03-10 09:48:47 queue INFO >>83 [351] -2015-03-10 09:48:47 sendUrl INFO 83 [351] R:OK -2015-03-10 09:49:09 queue INFO 87 [352] -2015-03-10 09:49:09 queue INFO >87 [353] -2015-03-10 09:49:09 sendUrl INFO 87 [352] R:OK -2015-03-10 09:49:10 sendUrl INFO 87 [353] R:OK -2015-03-10 09:49:11 queue INFO 83 [354] -2015-03-10 09:49:11 sendUrl INFO 83 [354] R:OK -2015-03-10 09:49:11 queue INFO >83 [355] -2015-03-10 09:49:11 sendUrl INFO 83 [355] R:OK -2015-03-10 09:50:01 queue INFO >>83 [356] -2015-03-10 09:50:01 sendUrl INFO 83 [356] R:OK -2015-03-10 09:50:51 queue INFO >>83 [357] -2015-03-10 09:50:52 sendUrl INFO 83 [357] R:OK -2015-03-10 09:51:41 queue INFO >>83 [358] -2015-03-10 09:51:41 sendUrl INFO 83 [358] R:OK -2015-03-10 09:52:31 queue INFO >>83 [359] -2015-03-10 09:52:32 sendUrl INFO 83 [359] R:OK -2015-03-10 09:53:22 queue INFO >>83 [360] -2015-03-10 09:53:22 sendUrl INFO 83 [360] R:OK -2015-03-10 09:54:12 queue INFO >>83 [361] -2015-03-10 09:54:12 sendUrl INFO 83 [361] R:OK -2015-03-10 09:55:02 queue INFO >>83 [362] -2015-03-10 09:55:02 sendUrl INFO 83 [362] R:OK -2015-03-10 09:55:52 queue INFO >>83 [363] -2015-03-10 09:55:53 sendUrl INFO 83 [363] R:OK -2015-03-10 09:56:42 queue INFO >>83 [364] -2015-03-10 09:56:42 sendUrl INFO 83 [364] R:OK -2015-03-10 09:57:05 queue INFO 87 [365] -2015-03-10 09:57:05 queue INFO >87 [366] -2015-03-10 09:57:05 sendUrl INFO 87 [365] R:OK -2015-03-10 09:57:06 sendUrl INFO 87 [366] R:OK -2015-03-10 09:57:06 queue INFO 83 [367] -2015-03-10 09:57:07 queue INFO >83 [368] -2015-03-10 09:57:07 sendUrl INFO 83 [367] R:OK -2015-03-10 09:57:07 sendUrl INFO 83 [368] R:OK -2015-03-10 09:57:56 queue INFO >>83 [369] -2015-03-10 09:57:57 sendUrl INFO 83 [369] R:OK -2015-03-10 09:58:47 queue INFO >>83 [370] -2015-03-10 09:58:47 sendUrl INFO 83 [370] R:OK -2015-03-10 09:59:37 queue INFO >>83 [371] -2015-03-10 09:59:37 sendUrl INFO 83 [371] R:OK -2015-03-10 10:00:27 queue INFO >>83 [372] -2015-03-10 10:00:27 sendUrl INFO 83 [372] R:OK -2015-03-10 10:01:17 queue INFO >>83 [373] -2015-03-10 10:01:17 sendUrl INFO 83 [373] R:OK -2015-03-10 10:02:07 queue INFO >>83 [374] -2015-03-10 10:02:08 sendUrl INFO 83 [374] R:OK -2015-03-10 10:02:57 queue INFO >>83 [375] -2015-03-10 10:02:57 sendUrl INFO 83 [375] R:OK -2015-03-10 10:03:47 queue INFO >>83 [376] -2015-03-10 10:03:48 sendUrl INFO 83 [376] R:OK -2015-03-10 10:04:37 queue INFO >>83 [377] -2015-03-10 10:04:38 sendUrl INFO 83 [377] R:OK -2015-03-10 10:05:01 queue INFO 87 [378] -2015-03-10 10:05:01 queue INFO >87 [379] -2015-03-10 10:05:01 sendUrl INFO 87 [378] R:OK -2015-03-10 10:05:02 sendUrl INFO 87 [379] R:OK -2015-03-10 10:05:02 queue INFO 83 [380] -2015-03-10 10:05:03 queue INFO >83 [381] -2015-03-10 10:05:03 sendUrl INFO 83 [380] R:OK -2015-03-10 10:05:03 sendUrl INFO 83 [381] R:OK -2015-03-10 10:05:53 queue INFO >>83 [382] -2015-03-10 10:05:53 sendUrl INFO 83 [382] R:OK -2015-03-10 10:06:43 queue INFO >>83 [383] -2015-03-10 10:06:43 sendUrl INFO 83 [383] R:OK -2015-03-10 10:07:33 queue INFO >>83 [384] -2015-03-10 10:07:33 sendUrl INFO 83 [384] R:OK -2015-03-10 10:08:23 queue INFO >>83 [385] -2015-03-10 10:08:23 sendUrl INFO 83 [385] R:OK -2015-03-10 10:09:13 queue INFO >>83 [386] -2015-03-10 10:09:13 sendUrl INFO 83 [386] R:OK -2015-03-10 10:10:03 queue INFO >>83 [387] -2015-03-10 10:10:04 sendUrl INFO 83 [387] R:OK -2015-03-10 10:10:53 queue INFO >>83 [388] -2015-03-10 10:10:54 sendUrl INFO 83 [388] R:OK -2015-03-10 10:11:44 queue INFO >>83 [389] -2015-03-10 10:11:44 sendUrl INFO 83 [389] R:OK -2015-03-10 10:12:34 queue INFO >>83 [390] -2015-03-10 10:12:34 sendUrl INFO 83 [390] R:OK -2015-03-10 10:12:56 queue INFO 87 [391] -2015-03-10 10:12:57 queue INFO >87 [392] -2015-03-10 10:12:57 sendUrl INFO 87 [391] R:OK -2015-03-10 10:12:57 sendUrl INFO 87 [392] R:OK -2015-03-10 10:12:58 queue INFO 83 [393] -2015-03-10 10:12:58 queue INFO >83 [394] -2015-03-10 10:12:59 sendUrl INFO 83 [393] R:OK -2015-03-10 10:12:59 sendUrl INFO 83 [394] R:OK -2015-03-10 10:13:48 queue INFO >>83 [395] -2015-03-10 10:13:48 sendUrl INFO 83 [395] R:OK -2015-03-10 10:14:38 queue INFO >>83 [396] -2015-03-10 10:14:39 sendUrl INFO 83 [396] R:OK -2015-03-10 10:14:45 queue INFO 81 [397] -2015-03-10 10:14:46 queue INFO >81 [398] -2015-03-10 10:14:46 sendUrl INFO 81 [397] R:OK -2015-03-10 10:14:46 sendUrl INFO 81 [398] R:OK -2015-03-10 10:15:04 queue INFO 83 [399] -2015-03-10 10:15:04 queue INFO >83 [400] -2015-03-10 10:15:04 sendUrl INFO 83 [399] R:OK -2015-03-10 10:15:05 sendUrl INFO 83 [400] R:OK -2015-03-10 10:15:54 queue INFO >>83 [401] -2015-03-10 10:15:55 sendUrl INFO 83 [401] R:OK -2015-03-10 10:16:44 queue INFO >>83 [402] -2015-03-10 10:16:44 sendUrl INFO 83 [402] R:OK -2015-03-10 10:17:34 queue INFO >>83 [403] -2015-03-10 10:17:35 sendUrl INFO 83 [403] R:OK -2015-03-10 10:18:25 queue INFO >>83 [404] -2015-03-10 10:18:25 sendUrl INFO 83 [404] R:OK -2015-03-10 10:19:15 queue INFO >>83 [405] -2015-03-10 10:19:15 sendUrl INFO 83 [405] R:OK -2015-03-10 10:20:05 queue INFO >>83 [406] -2015-03-10 10:20:05 sendUrl INFO 83 [406] R:OK -2015-03-10 10:20:53 queue INFO 87 [407] -2015-03-10 10:20:53 queue INFO >87 [408] -2015-03-10 10:20:53 sendUrl INFO 87 [407] R:OK -2015-03-10 10:20:54 sendUrl INFO 87 [408] R:OK -2015-03-10 10:20:54 queue INFO 83 [409] -2015-03-10 10:20:55 sendUrl INFO 83 [409] R:OK -2015-03-10 10:20:55 queue INFO >83 [410] -2015-03-10 10:20:55 sendUrl INFO 83 [410] R:OK -2015-03-10 10:21:45 queue INFO >>83 [411] -2015-03-10 10:21:45 sendUrl INFO 83 [411] R:OK -2015-03-10 10:22:35 queue INFO >>83 [412] -2015-03-10 10:22:35 sendUrl INFO 83 [412] R:OK -2015-03-10 10:23:25 queue INFO >>83 [413] -2015-03-10 10:23:25 sendUrl INFO 83 [413] R:OK -2015-03-10 10:24:15 queue INFO >>83 [414] -2015-03-10 10:24:15 sendUrl INFO 83 [414] R:OK -2015-03-10 10:25:05 queue INFO >>83 [415] -2015-03-10 10:25:06 sendUrl INFO 83 [415] R:OK -2015-03-10 10:25:55 queue INFO >>83 [416] -2015-03-10 10:25:56 sendUrl INFO 83 [416] R:OK -2015-03-10 10:26:46 queue INFO >>83 [417] -2015-03-10 10:26:46 sendUrl INFO 83 [417] R:OK -2015-03-10 10:27:36 queue INFO >>83 [418] -2015-03-10 10:27:36 sendUrl INFO 83 [418] R:OK -2015-03-10 10:28:26 queue INFO >>83 [419] -2015-03-10 10:28:26 sendUrl INFO 83 [419] R:OK -2015-03-10 10:28:49 queue INFO 87 [420] -2015-03-10 10:28:49 queue INFO >87 [421] -2015-03-10 10:28:49 sendUrl INFO 87 [420] R:OK -2015-03-10 10:28:50 sendUrl INFO 87 [421] R:OK -2015-03-10 10:28:50 queue INFO 83 [422] -2015-03-10 10:28:51 queue INFO >83 [423] -2015-03-10 10:28:51 sendUrl INFO 83 [422] R:OK -2015-03-10 10:28:51 sendUrl INFO 83 [423] R:OK -2015-03-10 10:29:41 queue INFO >>83 [424] -2015-03-10 10:29:41 sendUrl INFO 83 [424] R:OK -2015-03-10 10:30:31 queue INFO >>83 [425] -2015-03-10 10:30:31 sendUrl INFO 83 [425] R:OK -2015-03-10 10:31:21 queue INFO >>83 [426] -2015-03-10 10:31:21 sendUrl INFO 83 [426] R:OK -2015-03-10 10:32:11 queue INFO >>83 [427] -2015-03-10 10:32:11 sendUrl INFO 83 [427] R:OK -2015-03-10 10:33:01 queue INFO >>83 [428] -2015-03-10 10:33:01 sendUrl INFO 83 [428] R:OK -2015-03-10 10:33:51 queue INFO >>83 [429] -2015-03-10 10:33:52 sendUrl INFO 83 [429] R:OK -2015-03-10 10:34:41 queue INFO >>83 [430] -2015-03-10 10:34:42 sendUrl INFO 83 [430] R:OK -2015-03-10 10:35:32 queue INFO >>83 [431] -2015-03-10 10:35:32 sendUrl INFO 83 [431] R:OK -2015-03-10 10:36:22 queue INFO >>83 [432] -2015-03-10 10:36:22 sendUrl INFO 83 [432] R:OK -2015-03-10 10:36:45 queue INFO 87 [433] -2015-03-10 10:36:45 queue INFO >87 [434] -2015-03-10 10:36:45 sendUrl INFO 87 [433] R:OK -2015-03-10 10:36:45 sendUrl INFO 87 [434] R:OK -2015-03-10 10:36:46 queue INFO 83 [435] -2015-03-10 10:36:46 queue INFO >83 [436] -2015-03-10 10:36:47 sendUrl INFO 83 [435] R:OK -2015-03-10 10:36:47 sendUrl INFO 83 [436] R:OK -2015-03-10 10:37:36 queue INFO >>83 [437] -2015-03-10 10:37:37 sendUrl INFO 83 [437] R:OK -2015-03-10 10:38:27 queue INFO >>83 [438] -2015-03-10 10:38:27 sendUrl INFO 83 [438] R:OK -2015-03-10 10:39:17 queue INFO >>83 [439] -2015-03-10 10:39:17 sendUrl INFO 83 [439] R:OK -2015-03-10 10:40:07 queue INFO >>83 [440] -2015-03-10 10:40:07 sendUrl INFO 83 [440] R:OK -2015-03-10 10:40:57 queue INFO >>83 [441] -2015-03-10 10:40:57 sendUrl INFO 83 [441] R:OK -2015-03-10 10:41:47 queue INFO >>83 [442] -2015-03-10 10:41:47 sendUrl INFO 83 [442] R:OK -2015-03-10 10:42:37 queue INFO >>83 [443] -2015-03-10 10:42:38 sendUrl INFO 83 [443] R:OK -2015-03-10 10:43:07 queue INFO 81 [444] -2015-03-10 10:43:07 queue INFO >81 [445] -2015-03-10 10:43:07 sendUrl INFO 81 [444] R:OK -2015-03-10 10:43:08 sendUrl INFO 81 [445] R:OK -2015-03-10 10:43:57 queue INFO >>81 [446] -2015-03-10 10:43:57 sendUrl INFO 81 [446] R:OK -2015-03-10 10:44:28 queue INFO 89 [447] -2015-03-10 10:44:28 queue INFO >89 [448] -2015-03-10 10:44:28 sendUrl INFO 89 [447] R:OK -2015-03-10 10:44:29 sendUrl INFO 89 [448] R:OK -2015-03-10 10:44:32 queue INFO 81 [449] -2015-03-10 10:44:32 queue INFO >81 [450] -2015-03-10 10:44:32 sendUrl INFO 81 [449] R:OK -2015-03-10 10:44:33 sendUrl INFO 81 [450] R:OK -2015-03-10 10:44:43 queue INFO 99 [451] -2015-03-10 10:44:44 queue INFO >99 [452] -2015-03-10 10:44:44 sendUrl INFO 99 [451] R:OK -2015-03-10 10:44:44 sendUrl INFO 99 [452] R:OK -2015-03-10 10:45:34 queue INFO >>99 [453] -2015-03-10 10:45:34 sendUrl INFO 99 [453] R:OK -2015-03-10 10:46:24 queue INFO >>99 [454] -2015-03-10 10:46:24 sendUrl INFO 99 [454] R:OK -2015-03-10 10:47:14 queue INFO >>99 [455] -2015-03-10 10:47:14 sendUrl INFO 99 [455] R:OK -2015-03-10 10:48:04 queue INFO >>99 [456] -2015-03-10 10:48:04 sendUrl INFO 99 [456] R:OK -2015-03-10 10:48:54 queue INFO >>99 [457] -2015-03-10 10:48:55 sendUrl INFO 99 [457] R:OK -2015-03-10 10:49:44 queue INFO >>99 [458] -2015-03-10 10:49:45 sendUrl INFO 99 [458] R:OK -2015-03-10 10:50:35 queue INFO >>99 [459] -2015-03-10 10:50:35 sendUrl INFO 99 [459] R:OK -2015-03-10 10:51:10 queue INFO 89 [460] -2015-03-10 10:51:10 sendUrl INFO 89 [460] R:OK -2015-03-10 10:51:10 queue INFO >89 [461] -2015-03-10 10:51:11 sendUrl INFO 89 [461] R:OK -2015-03-10 10:51:17 queue INFO 81 [462] -2015-03-10 10:51:17 queue INFO >81 [463] -2015-03-10 10:51:17 sendUrl INFO 81 [462] R:OK -2015-03-10 10:51:18 sendUrl INFO 81 [463] R:OK -2015-03-10 10:51:20 queue INFO 83 [464] -2015-03-10 10:51:21 queue INFO >83 [465] -2015-03-10 10:51:21 sendUrl INFO 83 [464] R:OK -2015-03-10 10:51:21 sendUrl INFO 83 [465] R:OK -2015-03-10 10:51:47 queue INFO 87 [466] -2015-03-10 10:51:47 queue INFO >87 [467] -2015-03-10 10:51:48 sendUrl INFO 87 [466] R:OK -2015-03-10 10:51:48 sendUrl INFO 87 [467] R:OK -2015-03-10 10:51:49 queue INFO 83 [468] -2015-03-10 10:51:49 queue INFO >83 [469] -2015-03-10 10:51:49 sendUrl INFO 83 [468] R:OK -2015-03-10 10:51:49 sendUrl INFO 83 [469] R:OK -2015-03-10 10:52:39 queue INFO >>83 [470] -2015-03-10 10:52:39 sendUrl INFO 83 [470] R:OK -2015-03-10 10:53:29 queue INFO >>83 [471] -2015-03-10 10:53:29 sendUrl INFO 83 [471] R:OK -2015-03-10 10:54:19 queue INFO >>83 [472] -2015-03-10 10:54:19 sendUrl INFO 83 [472] R:OK -2015-03-10 10:55:09 queue INFO >>83 [473] -2015-03-10 10:55:09 sendUrl INFO 83 [473] R:OK -2015-03-10 10:55:59 queue INFO >>83 [474] -2015-03-10 10:56:00 sendUrl INFO 83 [474] R:OK -2015-03-10 10:56:49 queue INFO >>83 [475] -2015-03-10 10:56:50 sendUrl INFO 83 [475] R:OK -2015-03-10 10:57:40 queue INFO >>83 [476] -2015-03-10 10:57:40 sendUrl INFO 83 [476] R:OK -2015-03-10 10:58:30 queue INFO >>83 [477] -2015-03-10 10:58:30 sendUrl INFO 83 [477] R:OK -2015-03-10 10:59:20 queue INFO >>83 [478] -2015-03-10 10:59:20 sendUrl INFO 83 [478] R:OK -2015-03-10 10:59:43 queue INFO 87 [479] -2015-03-10 10:59:43 queue INFO >87 [480] -2015-03-10 10:59:44 sendUrl INFO 87 [479] R:OK -2015-03-10 10:59:44 sendUrl INFO 87 [480] R:OK -2015-03-10 10:59:45 queue INFO 83 [481] -2015-03-10 10:59:45 queue INFO >83 [482] -2015-03-10 10:59:45 sendUrl INFO 83 [481] R:OK -2015-03-10 10:59:46 sendUrl INFO 83 [482] R:OK -2015-03-10 11:00:35 queue INFO >>83 [483] -2015-03-10 11:00:35 sendUrl INFO 83 [483] R:OK -2015-03-10 11:01:25 queue INFO >>83 [484] -2015-03-10 11:01:25 sendUrl INFO 83 [484] R:OK -2015-03-10 11:02:15 queue INFO >>83 [485] -2015-03-10 11:02:16 sendUrl INFO 83 [485] R:OK -2015-03-10 11:03:05 queue INFO >>83 [486] -2015-03-10 11:03:05 sendUrl INFO 83 [486] R:OK -2015-03-10 11:03:55 queue INFO >>83 [487] -2015-03-10 11:03:56 sendUrl INFO 83 [487] R:OK -2015-03-10 11:04:46 queue INFO >>83 [488] -2015-03-10 11:04:46 sendUrl INFO 83 [488] R:OK -2015-03-10 11:05:36 queue INFO >>83 [489] -2015-03-10 11:05:36 sendUrl INFO 83 [489] R:OK -2015-03-10 11:06:26 queue INFO >>83 [490] -2015-03-10 11:06:26 sendUrl INFO 83 [490] R:OK -2015-03-10 11:07:16 queue INFO >>83 [491] -2015-03-10 11:07:16 sendUrl INFO 83 [491] R:OK -2015-03-10 11:07:39 queue INFO 87 [492] -2015-03-10 11:07:39 sendUrl INFO 87 [492] R:OK -2015-03-10 11:07:39 queue INFO >87 [493] -2015-03-10 11:07:39 sendUrl INFO 87 [493] R:OK -2015-03-10 11:07:40 queue INFO 83 [494] -2015-03-10 11:07:41 queue INFO >83 [495] -2015-03-10 11:07:41 sendUrl INFO 83 [494] R:OK -2015-03-10 11:07:41 sendUrl INFO 83 [495] R:OK -2015-03-10 11:08:30 queue INFO >>83 [496] -2015-03-10 11:08:31 sendUrl INFO 83 [496] R:OK -2015-03-10 11:09:21 queue INFO >>83 [497] -2015-03-10 11:09:21 sendUrl INFO 83 [497] R:OK -2015-03-10 11:10:11 queue INFO >>83 [498] -2015-03-10 11:10:11 sendUrl INFO 83 [498] R:OK -2015-03-10 11:11:01 queue INFO >>83 [499] -2015-03-10 11:11:01 sendUrl INFO 83 [499] R:OK -2015-03-10 11:11:51 queue INFO >>83 [500] -2015-03-10 11:11:51 sendUrl INFO 83 [500] R:OK -2015-03-10 11:12:41 queue INFO >>83 [501] -2015-03-10 11:12:41 sendUrl INFO 83 [501] R:OK -2015-03-10 11:13:31 queue INFO >>83 [502] -2015-03-10 11:13:32 sendUrl INFO 83 [502] R:OK -2015-03-10 11:14:21 queue INFO >>83 [503] -2015-03-10 11:14:22 sendUrl INFO 83 [503] R:OK -2015-03-10 11:15:12 queue INFO >>83 [504] -2015-03-10 11:15:12 sendUrl INFO 83 [504] R:OK -2015-03-10 11:15:34 queue INFO 87 [505] -2015-03-10 11:15:34 queue INFO >87 [506] -2015-03-10 11:15:34 sendUrl INFO 87 [505] R:OK -2015-03-10 11:15:35 sendUrl INFO 87 [506] R:OK -2015-03-10 11:15:36 queue INFO 83 [507] -2015-03-10 11:15:36 queue INFO >83 [508] -2015-03-10 11:15:36 sendUrl INFO 83 [507] R:OK -2015-03-10 11:15:36 sendUrl INFO 83 [508] R:OK -2015-03-10 11:16:26 queue INFO >>83 [509] -2015-03-10 11:16:26 sendUrl INFO 83 [509] R:OK -2015-03-10 11:17:16 queue INFO >>83 [510] -2015-03-10 11:17:16 sendUrl INFO 83 [510] R:OK -2015-03-10 11:18:06 queue INFO >>83 [511] -2015-03-10 11:18:06 sendUrl INFO 83 [511] R:OK -2015-03-10 11:18:56 queue INFO >>83 [512] -2015-03-10 11:18:56 sendUrl INFO 83 [512] R:OK -2015-03-10 11:19:46 queue INFO >>83 [513] -2015-03-10 11:19:47 sendUrl INFO 83 [513] R:OK -2015-03-10 11:20:36 queue INFO >>83 [514] -2015-03-10 11:20:37 sendUrl INFO 83 [514] R:OK -2015-03-10 11:21:27 queue INFO >>83 [515] -2015-03-10 11:21:27 sendUrl INFO 83 [515] R:OK -2015-03-10 11:22:17 queue INFO >>83 [516] -2015-03-10 11:22:17 sendUrl INFO 83 [516] R:OK -2015-03-10 11:23:07 queue INFO >>83 [517] -2015-03-10 11:23:07 sendUrl INFO 83 [517] R:OK -2015-03-10 11:23:30 queue INFO 87 [518] -2015-03-10 11:23:30 sendUrl INFO 87 [518] R:OK -2015-03-10 11:23:30 queue INFO >87 [519] -2015-03-10 11:23:31 sendUrl INFO 87 [519] R:OK -2015-03-10 11:23:32 queue INFO 83 [520] -2015-03-10 11:23:32 queue INFO >83 [521] -2015-03-10 11:23:32 sendUrl INFO 83 [520] R:OK -2015-03-10 11:23:33 sendUrl INFO 83 [521] R:OK -2015-03-10 11:24:22 queue INFO >>83 [522] -2015-03-10 11:24:22 sendUrl INFO 83 [522] R:OK -2015-03-10 11:25:12 queue INFO >>83 [523] -2015-03-10 11:25:12 sendUrl INFO 83 [523] R:OK -2015-03-10 11:26:02 queue INFO >>83 [524] -2015-03-10 11:26:03 sendUrl INFO 83 [524] R:OK -2015-03-10 11:26:52 queue INFO >>83 [525] -2015-03-10 11:26:52 sendUrl INFO 83 [525] R:OK -2015-03-10 11:27:42 queue INFO >>83 [526] -2015-03-10 11:27:43 sendUrl INFO 83 [526] R:OK -2015-03-10 11:28:33 queue INFO >>83 [527] -2015-03-10 11:28:33 sendUrl INFO 83 [527] R:OK -2015-03-10 11:29:23 queue INFO >>83 [528] -2015-03-10 11:29:23 sendUrl INFO 83 [528] R:OK -2015-03-10 11:30:13 queue INFO >>83 [529] -2015-03-10 11:30:13 sendUrl INFO 83 [529] R:OK -2015-03-10 11:31:03 queue INFO >>83 [530] -2015-03-10 11:31:03 sendUrl INFO 83 [530] R:OK -2015-03-10 11:31:26 queue INFO 87 [531] -2015-03-10 11:31:26 sendUrl INFO 87 [531] R:OK -2015-03-10 11:31:26 queue INFO >87 [532] -2015-03-10 11:31:26 sendUrl INFO 87 [532] R:OK -2015-03-10 11:31:27 queue INFO 83 [533] -2015-03-10 11:31:27 queue INFO >83 [534] -2015-03-10 11:31:28 sendUrl INFO 83 [533] R:OK -2015-03-10 11:31:28 sendUrl INFO 83 [534] R:OK -2015-03-10 11:32:17 queue INFO >>83 [535] -2015-03-10 11:32:18 sendUrl INFO 83 [535] R:OK -2015-03-10 11:33:08 queue INFO >>83 [536] -2015-03-10 11:33:08 sendUrl INFO 83 [536] R:OK -2015-03-10 11:33:58 queue INFO >>83 [537] -2015-03-10 11:33:58 sendUrl INFO 83 [537] R:OK -2015-03-10 11:34:48 queue INFO >>83 [538] -2015-03-10 11:34:48 sendUrl INFO 83 [538] R:OK -2015-03-10 11:35:38 queue INFO >>83 [539] -2015-03-10 11:35:38 sendUrl INFO 83 [539] R:OK -2015-03-10 11:36:28 queue INFO >>83 [540] -2015-03-10 11:36:29 sendUrl INFO 83 [540] R:OK -2015-03-10 11:37:18 queue INFO >>83 [541] -2015-03-10 11:37:19 sendUrl INFO 83 [541] R:OK -2015-03-10 11:38:08 queue INFO >>83 [542] -2015-03-10 11:38:09 sendUrl INFO 83 [542] R:OK -2015-03-10 11:38:59 queue INFO >>83 [543] -2015-03-10 11:38:59 sendUrl INFO 83 [543] R:OK -2015-03-10 11:39:22 queue INFO 87 [544] -2015-03-10 11:39:22 queue INFO >87 [545] -2015-03-10 11:39:22 sendUrl INFO 87 [544] R:OK -2015-03-10 11:39:23 sendUrl INFO 87 [545] R:OK -2015-03-10 11:39:24 queue INFO 83 [546] -2015-03-10 11:39:24 queue INFO >83 [547] -2015-03-10 11:39:24 sendUrl INFO 83 [546] R:OK -2015-03-10 11:39:24 sendUrl INFO 83 [547] R:OK -2015-03-10 11:40:14 queue INFO >>83 [548] -2015-03-10 11:40:14 sendUrl INFO 83 [548] R:OK -2015-03-10 11:41:04 queue INFO >>83 [549] -2015-03-10 11:41:04 sendUrl INFO 83 [549] R:OK -2015-03-10 11:41:54 queue INFO >>83 [550] -2015-03-10 11:41:54 sendUrl INFO 83 [550] R:OK -2015-03-10 11:42:44 queue INFO >>83 [551] -2015-03-10 11:42:44 sendUrl INFO 83 [551] R:OK -2015-03-10 11:43:34 queue INFO >>83 [552] -2015-03-10 11:43:35 sendUrl INFO 83 [552] R:OK -2015-03-10 11:44:24 queue INFO >>83 [553] -2015-03-10 11:44:25 sendUrl INFO 83 [553] R:OK -2015-03-10 11:45:15 queue INFO >>83 [554] -2015-03-10 11:45:15 sendUrl INFO 83 [554] R:OK -2015-03-10 11:46:05 queue INFO >>83 [555] -2015-03-10 11:46:05 sendUrl INFO 83 [555] R:OK -2015-03-10 11:46:55 queue INFO >>83 [556] -2015-03-10 11:46:55 sendUrl INFO 83 [556] R:OK -2015-03-10 11:47:18 queue INFO 87 [557] -2015-03-10 11:47:18 queue INFO >87 [558] -2015-03-10 11:47:19 sendUrl INFO 87 [557] R:OK -2015-03-10 11:47:19 sendUrl INFO 87 [558] R:OK -2015-03-10 11:47:20 queue INFO 83 [559] -2015-03-10 11:47:20 queue INFO >83 [560] -2015-03-10 11:47:20 sendUrl INFO 83 [559] R:OK -2015-03-10 11:47:21 sendUrl INFO 83 [560] R:OK -2015-03-10 11:48:10 queue INFO >>83 [561] -2015-03-10 11:48:10 sendUrl INFO 83 [561] R:OK -2015-03-10 11:49:00 queue INFO >>83 [562] -2015-03-10 11:49:00 sendUrl INFO 83 [562] R:OK -2015-03-10 11:49:50 queue INFO >>83 [563] -2015-03-10 11:49:51 sendUrl INFO 83 [563] R:OK -2015-03-10 11:50:40 queue INFO >>83 [564] -2015-03-10 11:50:40 sendUrl INFO 83 [564] R:OK -2015-03-10 11:51:30 queue INFO >>83 [565] -2015-03-10 11:51:31 sendUrl INFO 83 [565] R:OK -2015-03-10 11:52:20 queue INFO >>83 [566] -2015-03-10 11:52:21 sendUrl INFO 83 [566] R:OK -2015-03-10 11:53:11 queue INFO >>83 [567] -2015-03-10 11:53:11 sendUrl INFO 83 [567] R:OK -2015-03-10 11:54:01 queue INFO >>83 [568] -2015-03-10 11:54:01 sendUrl INFO 83 [568] R:OK -2015-03-10 11:54:51 queue INFO >>83 [569] -2015-03-10 11:54:51 sendUrl INFO 83 [569] R:OK -2015-03-10 11:55:14 queue INFO 87 [570] -2015-03-10 11:55:14 queue INFO >87 [571] -2015-03-10 11:55:14 sendUrl INFO 87 [570] R:OK -2015-03-10 11:55:15 sendUrl INFO 87 [571] R:OK -2015-03-10 11:55:15 queue INFO 83 [572] -2015-03-10 11:55:15 queue INFO >83 [573] -2015-03-10 11:55:16 sendUrl INFO 83 [572] R:OK -2015-03-10 11:55:16 sendUrl INFO 83 [573] R:OK -2015-03-10 11:56:05 queue INFO >>83 [574] -2015-03-10 11:56:06 sendUrl INFO 83 [574] R:OK -2015-03-10 11:56:56 queue INFO >>83 [575] -2015-03-10 11:56:56 sendUrl INFO 83 [575] R:OK -2015-03-10 11:57:46 queue INFO >>83 [576] -2015-03-10 11:57:46 sendUrl INFO 83 [576] R:OK -2015-03-10 11:58:36 queue INFO >>83 [577] -2015-03-10 11:58:36 sendUrl INFO 83 [577] R:OK -2015-03-10 11:59:26 queue INFO >>83 [578] -2015-03-10 11:59:26 sendUrl INFO 83 [578] R:OK -2015-03-10 12:00:16 queue INFO >>83 [579] -2015-03-10 12:00:17 sendUrl INFO 83 [579] R:OK -2015-03-10 12:01:06 queue INFO >>83 [580] -2015-03-10 12:01:07 sendUrl INFO 83 [580] R:OK -2015-03-10 12:01:56 queue INFO >>83 [581] -2015-03-10 12:01:57 sendUrl INFO 83 [581] R:OK -2015-03-10 12:02:47 queue INFO >>83 [582] -2015-03-10 12:02:47 sendUrl INFO 83 [582] R:OK -2015-03-10 12:03:09 queue INFO 87 [583] -2015-03-10 12:03:09 queue INFO >87 [584] -2015-03-10 12:03:09 sendUrl INFO 87 [583] R:OK -2015-03-10 12:03:10 sendUrl INFO 87 [584] R:OK -2015-03-10 12:03:11 queue INFO 83 [585] -2015-03-10 12:03:11 sendUrl INFO 83 [585] R:OK -2015-03-10 12:03:11 queue INFO >83 [586] -2015-03-10 12:03:11 sendUrl INFO 83 [586] R:OK -2015-03-10 12:04:01 queue INFO >>83 [587] -2015-03-10 12:04:01 sendUrl INFO 83 [587] R:OK -2015-03-10 12:04:51 queue INFO >>83 [588] -2015-03-10 12:04:52 sendUrl INFO 83 [588] R:OK -2015-03-10 12:05:41 queue INFO >>83 [589] -2015-03-10 12:05:41 sendUrl INFO 83 [589] R:OK -2015-03-10 12:06:31 queue INFO >>83 [590] -2015-03-10 12:06:32 sendUrl INFO 83 [590] R:OK -2015-03-10 12:07:21 queue INFO >>83 [591] -2015-03-10 12:07:22 sendUrl INFO 83 [591] R:OK -2015-03-10 12:08:12 queue INFO >>83 [592] -2015-03-10 12:08:12 sendUrl INFO 83 [592] R:OK -2015-03-10 12:09:02 queue INFO >>83 [593] -2015-03-10 12:09:02 sendUrl INFO 83 [593] R:OK -2015-03-10 12:09:52 queue INFO >>83 [594] -2015-03-10 12:09:52 sendUrl INFO 83 [594] R:OK -2015-03-10 12:10:42 queue INFO >>83 [595] -2015-03-10 12:10:42 sendUrl INFO 83 [595] R:OK -2015-03-10 12:11:05 queue INFO 87 [596] -2015-03-10 12:11:05 queue INFO >87 [597] -2015-03-10 12:11:06 sendUrl INFO 87 [596] R:OK -2015-03-10 12:11:06 sendUrl INFO 87 [597] R:OK -2015-03-10 12:11:07 queue INFO 83 [598] -2015-03-10 12:11:07 queue INFO >83 [599] -2015-03-10 12:11:07 sendUrl INFO 83 [598] R:OK -2015-03-10 12:11:08 sendUrl INFO 83 [599] R:OK -2015-03-10 12:11:57 queue INFO >>83 [600] -2015-03-10 12:11:57 sendUrl INFO 83 [600] R:OK -2015-03-10 12:12:47 queue INFO >>83 [601] -2015-03-10 12:12:47 sendUrl INFO 83 [601] R:OK -2015-03-10 12:13:37 queue INFO >>83 [602] -2015-03-10 12:13:37 sendUrl INFO 83 [602] R:OK -2015-03-10 12:14:27 queue INFO >>83 [603] -2015-03-10 12:14:27 sendUrl INFO 83 [603] R:OK -2015-03-10 12:15:17 queue INFO >>83 [604] -2015-03-10 12:15:18 sendUrl INFO 83 [604] R:OK -2015-03-10 12:16:07 queue INFO >>83 [605] -2015-03-10 12:16:08 sendUrl INFO 83 [605] R:OK -2015-03-10 12:16:58 queue INFO >>83 [606] -2015-03-10 12:16:58 sendUrl INFO 83 [606] R:OK -2015-03-10 12:17:48 queue INFO >>83 [607] -2015-03-10 12:17:48 sendUrl INFO 83 [607] R:OK -2015-03-10 12:18:38 queue INFO >>83 [608] -2015-03-10 12:18:38 sendUrl INFO 83 [608] R:OK -2015-03-10 12:19:01 queue INFO 87 [609] -2015-03-10 12:19:01 queue INFO >87 [610] -2015-03-10 12:19:01 sendUrl INFO 87 [609] R:OK -2015-03-10 12:19:02 sendUrl INFO 87 [610] R:OK -2015-03-10 12:19:02 queue INFO 83 [611] -2015-03-10 12:19:02 queue INFO >83 [612] -2015-03-10 12:19:03 sendUrl INFO 83 [611] R:OK -2015-03-10 12:19:03 sendUrl INFO 83 [612] R:OK -2015-03-10 12:19:52 queue INFO >>83 [613] -2015-03-10 12:19:52 sendUrl INFO 83 [613] R:OK -2015-03-10 12:20:43 queue INFO >>83 [614] -2015-03-10 12:20:43 sendUrl INFO 83 [614] R:OK -2015-03-10 12:20:58 queue INFO 81 [615] -2015-03-10 12:20:58 queue INFO >81 [616] -2015-03-10 12:20:58 sendUrl INFO 81 [615] R:OK -2015-03-10 12:20:58 sendUrl INFO 81 [616] R:OK -2015-03-10 12:21:12 queue INFO 83 [617] -2015-03-10 12:21:12 queue INFO >83 [618] -2015-03-10 12:21:13 sendUrl INFO 83 [617] R:OK -2015-03-10 12:21:13 sendUrl INFO 83 [618] R:OK -2015-03-10 12:22:02 queue INFO >>83 [619] -2015-03-10 12:22:02 sendUrl INFO 83 [619] R:OK -2015-03-10 12:22:52 queue INFO >>83 [620] -2015-03-10 12:22:53 sendUrl INFO 83 [620] R:OK -2015-03-10 12:23:42 queue INFO >>83 [621] -2015-03-10 12:23:43 sendUrl INFO 83 [621] R:OK -2015-03-10 12:24:33 queue INFO >>83 [622] -2015-03-10 12:24:33 sendUrl INFO 83 [622] R:OK -2015-03-10 12:25:23 queue INFO >>83 [623] -2015-03-10 12:25:23 sendUrl INFO 83 [623] R:OK -2015-03-10 12:26:13 queue INFO >>83 [624] -2015-03-10 12:26:13 sendUrl INFO 83 [624] R:OK -2015-03-10 12:26:57 queue INFO 87 [625] -2015-03-10 12:26:57 queue INFO >87 [626] -2015-03-10 12:26:57 sendUrl INFO 87 [625] R:OK -2015-03-10 12:26:58 sendUrl INFO 87 [626] R:OK -2015-03-10 12:26:58 queue INFO 83 [627] -2015-03-10 12:26:59 queue INFO >83 [628] -2015-03-10 12:26:59 sendUrl INFO 83 [627] R:OK -2015-03-10 12:26:59 sendUrl INFO 83 [628] R:OK -2015-03-10 12:27:49 queue INFO >>83 [629] -2015-03-10 12:27:49 sendUrl INFO 83 [629] R:OK -2015-03-10 12:28:39 queue INFO >>83 [630] -2015-03-10 12:28:39 sendUrl INFO 83 [630] R:OK -2015-03-10 12:29:29 queue INFO >>83 [631] -2015-03-10 12:29:29 sendUrl INFO 83 [631] R:OK -2015-03-10 12:30:19 queue INFO >>83 [632] -2015-03-10 12:30:20 sendUrl INFO 83 [632] R:OK -2015-03-10 12:31:09 queue INFO >>83 [633] -2015-03-10 12:31:09 sendUrl INFO 83 [633] R:OK -2015-03-10 12:31:59 queue INFO >>83 [634] -2015-03-10 12:32:00 sendUrl INFO 83 [634] R:OK -2015-03-10 12:32:50 queue INFO >>83 [635] -2015-03-10 12:32:50 sendUrl INFO 83 [635] R:OK -2015-03-10 12:33:40 queue INFO >>83 [636] -2015-03-10 12:33:40 sendUrl INFO 83 [636] R:OK -2015-03-10 12:34:30 queue INFO >>83 [637] -2015-03-10 12:34:30 sendUrl INFO 83 [637] R:OK -2015-03-10 12:34:53 queue INFO 87 [638] -2015-03-10 12:34:53 queue INFO >87 [639] -2015-03-10 12:34:54 sendUrl INFO 87 [638] R:OK -2015-03-10 12:34:54 sendUrl INFO 87 [639] R:OK -2015-03-10 12:34:55 queue INFO 83 [640] -2015-03-10 12:34:55 queue INFO >83 [641] -2015-03-10 12:34:55 sendUrl INFO 83 [640] R:OK -2015-03-10 12:34:55 sendUrl INFO 83 [641] R:OK -2015-03-10 12:35:45 queue INFO >>83 [642] -2015-03-10 12:35:45 sendUrl INFO 83 [642] R:OK -2015-03-10 12:36:35 queue INFO >>83 [643] -2015-03-10 12:36:35 sendUrl INFO 83 [643] R:OK -2015-03-10 12:37:25 queue INFO >>83 [644] -2015-03-10 12:37:25 sendUrl INFO 83 [644] R:OK -2015-03-10 12:38:07 queue INFO 81 [645] -2015-03-10 12:38:07 queue INFO >81 [646] -2015-03-10 12:38:07 sendUrl INFO 81 [645] R:OK -2015-03-10 12:38:08 sendUrl INFO 81 [646] R:OK -2015-03-10 12:38:57 queue INFO >>81 [647] -2015-03-10 12:38:57 sendUrl INFO 81 [647] R:OK -2015-03-10 12:39:47 queue INFO >>81 [648] -2015-03-10 12:39:47 sendUrl INFO 81 [648] R:OK -2015-03-10 12:40:37 queue INFO >>81 [649] -2015-03-10 12:40:38 sendUrl INFO 81 [649] R:OK -2015-03-10 12:41:27 queue INFO >>81 [650] -2015-03-10 12:41:28 sendUrl INFO 81 [650] R:OK -2015-03-10 12:42:17 queue INFO >>81 [651] -2015-03-10 12:42:18 sendUrl INFO 81 [651] R:OK -2015-03-10 12:43:08 queue INFO >>81 [652] -2015-03-10 12:43:08 sendUrl INFO 81 [652] R:OK -2015-03-10 12:43:58 queue INFO >>81 [653] -2015-03-10 12:43:58 sendUrl INFO 81 [653] R:OK -2015-03-10 12:44:48 queue INFO >>81 [654] -2015-03-10 12:44:48 sendUrl INFO 81 [654] R:OK -2015-03-10 12:45:38 queue INFO >>81 [655] -2015-03-10 12:45:38 sendUrl INFO 81 [655] R:OK -2015-03-10 12:45:47 queue INFO 83 [656] -2015-03-10 12:45:48 queue INFO >83 [657] -2015-03-10 12:45:48 sendUrl INFO 83 [656] R:OK -2015-03-10 12:45:48 sendUrl INFO 83 [657] R:OK -2015-03-10 12:46:19 queue INFO 87 [658] -2015-03-10 12:46:20 sendUrl INFO 87 [658] R:OK -2015-03-10 12:46:20 queue INFO >87 [659] -2015-03-10 12:46:20 sendUrl INFO 87 [659] R:OK -2015-03-10 12:46:21 queue INFO 83 [660] -2015-03-10 12:46:21 queue INFO >83 [661] -2015-03-10 12:46:22 sendUrl INFO 83 [660] R:OK -2015-03-10 12:46:22 sendUrl INFO 83 [661] R:OK -2015-03-10 12:46:26 queue INFO 81 [662] -2015-03-10 12:46:26 queue INFO >81 [663] -2015-03-10 12:46:26 sendUrl INFO 81 [662] R:OK -2015-03-10 12:46:27 sendUrl INFO 81 [663] R:OK -2015-03-10 12:46:38 queue INFO 99 [664] -2015-03-10 12:46:38 queue INFO >99 [665] -2015-03-10 12:46:39 sendUrl INFO 99 [664] R:OK -2015-03-10 12:46:39 sendUrl INFO 99 [665] R:OK -2015-03-10 12:47:28 queue INFO 89 [666] -2015-03-10 12:47:28 queue INFO >89 [667] -2015-03-10 12:47:28 sendUrl INFO 89 [666] R:OK -2015-03-10 12:47:28 sendUrl INFO 89 [667] R:OK -2015-03-10 12:47:30 queue INFO 81 [668] -2015-03-10 12:47:31 queue INFO >81 [669] -2015-03-10 12:47:31 sendUrl INFO 81 [668] R:OK -2015-03-10 12:47:31 sendUrl INFO 81 [669] R:OK -2015-03-10 12:48:21 queue INFO >>81 [670] -2015-03-10 12:48:21 sendUrl INFO 81 [670] R:OK -2015-03-10 12:49:11 queue INFO >>81 [671] -2015-03-10 12:49:11 sendUrl INFO 81 [671] R:OK -2015-03-10 12:50:01 queue INFO >>81 [672] -2015-03-10 12:50:01 sendUrl INFO 81 [672] R:OK -2015-03-10 12:50:18 queue INFO 83 [673] -2015-03-10 12:50:19 queue INFO >83 [674] -2015-03-10 12:50:19 sendUrl INFO 83 [673] R:OK -2015-03-10 12:50:19 sendUrl INFO 83 [674] R:OK -2015-03-10 12:51:08 queue INFO >>83 [675] -2015-03-10 12:51:09 sendUrl INFO 83 [675] R:OK -2015-03-10 12:51:59 queue INFO >>83 [676] -2015-03-10 12:51:59 sendUrl INFO 83 [676] R:OK -2015-03-10 12:52:49 queue INFO >>83 [677] -2015-03-10 12:52:49 sendUrl INFO 83 [677] R:OK -2015-03-10 12:53:39 queue INFO >>83 [678] -2015-03-10 12:53:39 sendUrl INFO 83 [678] R:OK -2015-03-10 12:54:29 queue INFO >>83 [679] -2015-03-10 12:54:29 sendUrl INFO 83 [679] R:OK -2015-03-10 12:55:19 queue INFO >>83 [680] -2015-03-10 12:55:20 sendUrl INFO 83 [680] R:OK -2015-03-10 12:55:21 queue INFO 87 [681] -2015-03-10 12:55:21 queue INFO >87 [682] -2015-03-10 12:55:21 sendUrl INFO 87 [681] R:OK -2015-03-10 12:55:22 sendUrl INFO 87 [682] R:OK -2015-03-10 12:55:23 queue INFO 83 [683] -2015-03-10 12:55:23 sendUrl INFO 83 [683] R:OK -2015-03-10 12:55:23 queue INFO >83 [684] -2015-03-10 12:55:23 sendUrl INFO 83 [684] R:OK -2015-03-10 12:56:13 queue INFO >>83 [685] -2015-03-10 12:56:13 sendUrl INFO 83 [685] R:OK -2015-03-10 12:57:03 queue INFO >>83 [686] -2015-03-10 12:57:03 sendUrl INFO 83 [686] R:OK -2015-03-10 12:57:53 queue INFO >>83 [687] -2015-03-10 12:57:53 sendUrl INFO 83 [687] R:OK -2015-03-10 12:58:43 queue INFO >>83 [688] -2015-03-10 12:58:43 sendUrl INFO 83 [688] R:OK -2015-03-10 12:59:33 queue INFO >>83 [689] -2015-03-10 12:59:34 sendUrl INFO 83 [689] R:OK -2015-03-10 13:00:23 queue INFO >>83 [690] -2015-03-10 13:00:24 sendUrl INFO 83 [690] R:OK -2015-03-10 13:01:14 queue INFO >>83 [691] -2015-03-10 13:01:14 sendUrl INFO 83 [691] R:OK -2015-03-10 13:02:04 queue INFO >>83 [692] -2015-03-10 13:02:04 sendUrl INFO 83 [692] R:OK -2015-03-10 13:02:54 queue INFO >>83 [693] -2015-03-10 13:02:54 sendUrl INFO 83 [693] R:OK -2015-03-10 13:03:17 queue INFO 87 [694] -2015-03-10 13:03:17 queue INFO >87 [695] -2015-03-10 13:03:17 sendUrl INFO 87 [694] R:OK -2015-03-10 13:03:17 sendUrl INFO 87 [695] R:OK -2015-03-10 13:03:18 queue INFO 83 [696] -2015-03-10 13:03:18 sendUrl INFO 83 [696] R:OK -2015-03-10 13:03:18 queue INFO >83 [697] -2015-03-10 13:03:19 sendUrl INFO 83 [697] R:OK -2015-03-10 13:04:08 queue INFO >>83 [698] -2015-03-10 13:04:09 sendUrl INFO 83 [698] R:OK -2015-03-10 13:04:58 queue INFO >>83 [699] -2015-03-10 13:04:59 sendUrl INFO 83 [699] R:OK -2015-03-10 13:05:49 queue INFO >>83 [700] -2015-03-10 13:05:49 sendUrl INFO 83 [700] R:OK -2015-03-10 13:06:39 queue INFO >>83 [701] -2015-03-10 13:06:39 sendUrl INFO 83 [701] R:OK -2015-03-10 13:07:29 queue INFO >>83 [702] -2015-03-10 13:07:29 sendUrl INFO 83 [702] R:OK -2015-03-10 13:08:19 queue INFO >>83 [703] -2015-03-10 13:08:19 sendUrl INFO 83 [703] R:OK -2015-03-10 13:09:09 queue INFO >>83 [704] -2015-03-10 13:09:10 sendUrl INFO 83 [704] R:OK -2015-03-10 13:09:59 queue INFO >>83 [705] -2015-03-10 13:09:59 sendUrl INFO 83 [705] R:OK -2015-03-10 13:10:49 queue INFO >>83 [706] -2015-03-10 13:10:50 sendUrl INFO 83 [706] R:OK -2015-03-10 13:11:12 queue INFO 87 [707] -2015-03-10 13:11:12 queue INFO >87 [708] -2015-03-10 13:11:12 sendUrl INFO 87 [707] R:OK -2015-03-10 13:11:13 sendUrl INFO 87 [708] R:OK -2015-03-10 13:11:14 queue INFO 83 [709] -2015-03-10 13:11:14 sendUrl INFO 83 [709] R:OK -2015-03-10 13:11:14 queue INFO >83 [710] -2015-03-10 13:11:14 sendUrl INFO 83 [710] R:OK -2015-03-10 13:12:04 queue INFO >>83 [711] -2015-03-10 13:12:04 sendUrl INFO 83 [711] R:OK -2015-03-10 13:12:54 queue INFO >>83 [712] -2015-03-10 13:12:55 sendUrl INFO 83 [712] R:OK -2015-03-10 13:13:44 queue INFO >>83 [713] -2015-03-10 13:13:44 sendUrl INFO 83 [713] R:OK -2015-03-10 13:14:34 queue INFO >>83 [714] -2015-03-10 13:14:35 sendUrl INFO 83 [714] R:OK -2015-03-10 13:15:25 queue INFO >>83 [715] -2015-03-10 13:15:25 sendUrl INFO 83 [715] R:OK -2015-03-10 13:16:15 queue INFO >>83 [716] -2015-03-10 13:16:15 sendUrl INFO 83 [716] R:OK -2015-03-10 13:17:05 queue INFO >>83 [717] -2015-03-10 13:17:05 sendUrl INFO 83 [717] R:OK -2015-03-10 13:17:55 queue INFO >>83 [718] -2015-03-10 13:17:56 sendUrl INFO 83 [718] R:OK -2015-03-10 13:18:45 queue INFO >>83 [719] -2015-03-10 13:18:45 sendUrl INFO 83 [719] R:OK -2015-03-10 13:19:08 queue INFO 87 [720] -2015-03-10 13:19:08 queue INFO >87 [721] -2015-03-10 13:19:09 sendUrl INFO 87 [720] R:OK -2015-03-10 13:19:09 sendUrl INFO 87 [721] R:OK -2015-03-10 13:19:10 queue INFO 83 [722] -2015-03-10 13:19:10 queue INFO >83 [723] -2015-03-10 13:19:10 sendUrl INFO 83 [722] R:OK -2015-03-10 13:19:11 sendUrl INFO 83 [723] R:OK -2015-03-10 13:20:00 queue INFO >>83 [724] -2015-03-10 13:20:00 sendUrl INFO 83 [724] R:OK -2015-03-10 13:20:50 queue INFO >>83 [725] -2015-03-10 13:20:50 sendUrl INFO 83 [725] R:OK -2015-03-10 13:21:40 queue INFO >>83 [726] -2015-03-10 13:21:41 sendUrl INFO 83 [726] R:OK -2015-03-10 13:22:30 queue INFO >>83 [727] -2015-03-10 13:22:30 sendUrl INFO 83 [727] R:OK -2015-03-10 13:23:20 queue INFO >>83 [728] -2015-03-10 13:23:21 sendUrl INFO 83 [728] R:OK -2015-03-10 13:24:11 queue INFO >>83 [729] -2015-03-10 13:24:11 sendUrl INFO 83 [729] R:OK -2015-03-10 13:25:01 queue INFO >>83 [730] -2015-03-10 13:25:01 sendUrl INFO 83 [730] R:OK -2015-03-10 13:25:51 queue INFO >>83 [731] -2015-03-10 13:25:51 sendUrl INFO 83 [731] R:OK -2015-03-10 13:26:41 queue INFO >>83 [732] -2015-03-10 13:26:42 sendUrl INFO 83 [732] R:OK -2015-03-10 13:27:04 queue INFO 87 [733] -2015-03-10 13:27:04 queue INFO >87 [734] -2015-03-10 13:27:04 sendUrl INFO 87 [733] R:OK -2015-03-10 13:27:05 sendUrl INFO 87 [734] R:OK -2015-03-10 13:27:05 queue INFO 83 [735] -2015-03-10 13:27:06 queue INFO >83 [736] -2015-03-10 13:27:06 sendUrl INFO 83 [735] R:OK -2015-03-10 13:27:06 sendUrl INFO 83 [736] R:OK -2015-03-10 13:27:55 queue INFO >>83 [737] -2015-03-10 13:27:56 sendUrl INFO 83 [737] R:OK -2015-03-10 13:28:46 queue INFO >>83 [738] -2015-03-10 13:28:46 sendUrl INFO 83 [738] R:OK -2015-03-10 13:29:36 queue INFO >>83 [739] -2015-03-10 13:29:36 sendUrl INFO 83 [739] R:OK -2015-03-10 13:30:26 queue INFO >>83 [740] -2015-03-10 13:30:26 sendUrl INFO 83 [740] R:OK -2015-03-10 13:31:16 queue INFO >>83 [741] -2015-03-10 13:31:16 sendUrl INFO 83 [741] R:OK -2015-03-10 13:32:06 queue INFO >>83 [742] -2015-03-10 13:32:07 sendUrl INFO 83 [742] R:OK -2015-03-10 13:32:56 queue INFO >>83 [743] -2015-03-10 13:32:57 sendUrl INFO 83 [743] R:OK -2015-03-10 13:33:47 queue INFO >>83 [744] -2015-03-10 13:33:47 sendUrl INFO 83 [744] R:OK -2015-03-10 13:34:37 queue INFO >>83 [745] -2015-03-10 13:34:37 sendUrl INFO 83 [745] R:OK -2015-03-10 13:35:00 queue INFO 87 [746] -2015-03-10 13:35:00 queue INFO >87 [747] -2015-03-10 13:35:00 sendUrl INFO 87 [746] R:OK -2015-03-10 13:35:01 sendUrl INFO 87 [747] R:OK -2015-03-10 13:35:02 queue INFO 83 [748] -2015-03-10 13:35:02 queue INFO >83 [749] -2015-03-10 13:35:02 sendUrl INFO 83 [748] R:OK -2015-03-10 13:35:02 sendUrl INFO 83 [749] R:OK -2015-03-10 13:35:52 queue INFO >>83 [750] -2015-03-10 13:35:52 sendUrl INFO 83 [750] R:OK -2015-03-10 13:36:42 queue INFO >>83 [751] -2015-03-10 13:36:42 sendUrl INFO 83 [751] R:OK -2015-03-10 13:37:32 queue INFO >>83 [752] -2015-03-10 13:37:32 sendUrl INFO 83 [752] R:OK -2015-03-10 13:38:22 queue INFO >>83 [753] -2015-03-10 13:38:23 sendUrl INFO 83 [753] R:OK -2015-03-10 13:39:12 queue INFO >>83 [754] -2015-03-10 13:39:13 sendUrl INFO 83 [754] R:OK -2015-03-10 13:40:02 queue INFO >>83 [755] -2015-03-10 13:40:03 sendUrl INFO 83 [755] R:OK -2015-03-10 13:40:53 queue INFO >>83 [756] -2015-03-10 13:40:53 sendUrl INFO 83 [756] R:OK -2015-03-10 13:41:43 queue INFO >>83 [757] -2015-03-10 13:41:43 sendUrl INFO 83 [757] R:OK -2015-03-10 13:42:33 queue INFO >>83 [758] -2015-03-10 13:42:33 sendUrl INFO 83 [758] R:OK -2015-03-10 13:42:56 queue INFO 87 [759] -2015-03-10 13:42:56 queue INFO >87 [760] -2015-03-10 13:42:57 sendUrl INFO 87 [759] R:OK -2015-03-10 13:42:57 sendUrl INFO 87 [760] R:OK -2015-03-10 13:42:58 queue INFO 83 [761] -2015-03-10 13:42:58 queue INFO >83 [762] -2015-03-10 13:42:58 sendUrl INFO 83 [761] R:OK -2015-03-10 13:42:59 sendUrl INFO 83 [762] R:OK -2015-03-10 13:43:48 queue INFO >>83 [763] -2015-03-10 13:43:48 sendUrl INFO 83 [763] R:OK -2015-03-10 13:44:38 queue INFO >>83 [764] -2015-03-10 13:44:38 sendUrl INFO 83 [764] R:OK -2015-03-10 13:45:28 queue INFO >>83 [765] -2015-03-10 13:45:29 sendUrl INFO 83 [765] R:OK -2015-03-10 13:46:18 queue INFO >>83 [766] -2015-03-10 13:46:18 sendUrl INFO 83 [766] R:OK -2015-03-10 13:47:08 queue INFO >>83 [767] -2015-03-10 13:47:09 sendUrl INFO 83 [767] R:OK -2015-03-10 13:47:59 queue INFO >>83 [768] -2015-03-10 13:47:59 sendUrl INFO 83 [768] R:OK -2015-03-10 13:48:49 queue INFO >>83 [769] -2015-03-10 13:48:49 sendUrl INFO 83 [769] R:OK -2015-03-10 13:49:39 queue INFO >>83 [770] -2015-03-10 13:49:39 sendUrl INFO 83 [770] R:OK -2015-03-10 13:50:29 queue INFO >>83 [771] -2015-03-10 13:50:30 sendUrl INFO 83 [771] R:OK -2015-03-10 13:50:52 queue INFO 87 [772] -2015-03-10 13:50:52 queue INFO >87 [773] -2015-03-10 13:50:52 sendUrl INFO 87 [772] R:OK -2015-03-10 13:50:53 sendUrl INFO 87 [773] R:OK -2015-03-10 13:50:53 queue INFO 83 [774] -2015-03-10 13:50:53 queue INFO >83 [775] -2015-03-10 13:50:54 sendUrl INFO 83 [774] R:OK -2015-03-10 13:50:54 sendUrl INFO 83 [775] R:OK -2015-03-10 13:51:43 queue INFO >>83 [776] -2015-03-10 13:51:44 sendUrl INFO 83 [776] R:OK -2015-03-10 13:52:34 queue INFO >>83 [777] -2015-03-10 13:52:34 sendUrl INFO 83 [777] R:OK -2015-03-10 13:53:24 queue INFO >>83 [778] -2015-03-10 13:53:24 sendUrl INFO 83 [778] R:OK -2015-03-10 13:53:56 queue INFO 81 [779] -2015-03-10 13:53:56 sendUrl INFO 81 [779] R:OK -2015-03-10 13:53:56 queue INFO >81 [780] -2015-03-10 13:53:56 sendUrl INFO 81 [780] R:OK -2015-03-10 13:54:46 queue INFO >>81 [781] -2015-03-10 13:54:46 sendUrl INFO 81 [781] R:OK -2015-03-10 13:55:36 queue INFO >>81 [782] -2015-03-10 13:55:37 sendUrl INFO 81 [782] R:OK -2015-03-10 13:56:26 queue INFO >>81 [783] -2015-03-10 13:56:26 sendUrl INFO 81 [783] R:OK -2015-03-10 13:57:16 queue INFO >>81 [784] -2015-03-10 13:57:17 sendUrl INFO 81 [784] R:OK -2015-03-10 13:58:07 queue INFO >>81 [785] -2015-03-10 13:58:07 sendUrl INFO 81 [785] R:OK -2015-03-10 13:58:57 queue INFO >>81 [786] -2015-03-10 13:58:57 sendUrl INFO 81 [786] R:OK -2015-03-10 13:59:16 queue INFO 89 [787] -2015-03-10 13:59:16 queue INFO >89 [788] -2015-03-10 13:59:16 sendUrl INFO 89 [787] R:OK -2015-03-10 13:59:16 queue INFO 99 [789] -2015-03-10 13:59:17 sendUrl INFO 89 [788] R:OK -2015-03-10 13:59:17 queue INFO >99 [790] -2015-03-10 13:59:17 sendUrl INFO 99 [789] R:OK -2015-03-10 13:59:18 sendUrl INFO 99 [790] R:OK -2015-03-10 14:00:07 queue INFO >>99 [791] -2015-03-10 14:00:07 sendUrl INFO 99 [791] R:OK -2015-03-10 14:00:57 queue INFO >>99 [792] -2015-03-10 14:00:57 sendUrl INFO 99 [792] R:OK -2015-03-10 14:01:47 queue INFO >>99 [793] -2015-03-10 14:01:47 sendUrl INFO 99 [793] R:OK -2015-03-10 14:02:02 queue INFO 89 [794] -2015-03-10 14:02:02 queue INFO >89 [795] -2015-03-10 14:02:02 sendUrl INFO 89 [794] R:OK -2015-03-10 14:02:03 sendUrl INFO 89 [795] R:OK -2015-03-10 14:02:06 queue INFO 81 [796] -2015-03-10 14:02:06 queue INFO >81 [797] -2015-03-10 14:02:06 sendUrl INFO 81 [796] R:OK -2015-03-10 14:02:06 sendUrl INFO 81 [797] R:OK -2015-03-10 14:02:25 queue INFO 83 [798] -2015-03-10 14:02:25 queue INFO >83 [799] -2015-03-10 14:02:25 sendUrl INFO 83 [798] R:OK -2015-03-10 14:02:26 sendUrl INFO 83 [799] R:OK -2015-03-10 14:02:49 queue INFO 87 [800] -2015-03-10 14:02:49 sendUrl INFO 87 [800] R:OK -2015-03-10 14:02:49 queue INFO >87 [801] -2015-03-10 14:02:49 sendUrl INFO 87 [801] R:OK -2015-03-10 14:02:50 queue INFO 83 [802] -2015-03-10 14:02:51 queue INFO >83 [803] -2015-03-10 14:02:51 sendUrl INFO 83 [802] R:OK -2015-03-10 14:02:52 sendUrl INFO 83 [803] R:OK -2015-03-10 14:03:41 queue INFO >>83 [804] -2015-03-10 14:03:41 sendUrl INFO 83 [804] R:OK -2015-03-10 14:04:31 queue INFO >>83 [805] -2015-03-10 14:04:31 sendUrl INFO 83 [805] R:OK -2015-03-10 14:05:21 queue INFO >>83 [806] -2015-03-10 14:05:21 sendUrl INFO 83 [806] R:OK -2015-03-10 14:06:11 queue INFO >>83 [807] -2015-03-10 14:06:11 sendUrl INFO 83 [807] R:OK -2015-03-10 14:07:01 queue INFO >>83 [808] -2015-03-10 14:07:01 sendUrl INFO 83 [808] R:OK -2015-03-10 14:07:51 queue INFO >>83 [809] -2015-03-10 14:07:52 sendUrl INFO 83 [809] R:OK -2015-03-10 14:08:41 queue INFO >>83 [810] -2015-03-10 14:08:42 sendUrl INFO 83 [810] R:OK -2015-03-10 14:09:32 queue INFO >>83 [811] -2015-03-10 14:09:32 sendUrl INFO 83 [811] R:OK -2015-03-10 14:10:22 queue INFO >>83 [812] -2015-03-10 14:10:22 sendUrl INFO 83 [812] R:OK -2015-03-10 14:10:45 queue INFO 87 [813] -2015-03-10 14:10:45 queue INFO >87 [814] -2015-03-10 14:10:45 sendUrl INFO 87 [813] R:OK -2015-03-10 14:10:46 sendUrl INFO 87 [814] R:OK -2015-03-10 14:10:47 queue INFO 83 [815] -2015-03-10 14:10:47 sendUrl INFO 83 [815] R:OK -2015-03-10 14:10:47 queue INFO >83 [816] -2015-03-10 14:10:47 sendUrl INFO 83 [816] R:OK -2015-03-10 14:11:37 queue INFO >>83 [817] -2015-03-10 14:11:37 sendUrl INFO 83 [817] R:OK -2015-03-10 14:12:27 queue INFO >>83 [818] -2015-03-10 14:12:27 sendUrl INFO 83 [818] R:OK -2015-03-10 14:13:17 queue INFO >>83 [819] -2015-03-10 14:13:17 sendUrl INFO 83 [819] R:OK -2015-03-10 14:14:07 queue INFO >>83 [820] -2015-03-10 14:14:08 sendUrl INFO 83 [820] R:OK -2015-03-10 14:14:57 queue INFO >>83 [821] -2015-03-10 14:14:58 sendUrl INFO 83 [821] R:OK -2015-03-10 14:15:47 queue INFO >>83 [822] -2015-03-10 14:15:48 sendUrl INFO 83 [822] R:OK -2015-03-10 14:16:38 queue INFO >>83 [823] -2015-03-10 14:16:38 sendUrl INFO 83 [823] R:OK -2015-03-10 14:17:28 queue INFO >>83 [824] -2015-03-10 14:17:28 sendUrl INFO 83 [824] R:OK -2015-03-10 14:18:18 queue INFO >>83 [825] -2015-03-10 14:18:18 sendUrl INFO 83 [825] R:OK -2015-03-10 14:18:41 queue INFO 87 [826] -2015-03-10 14:18:41 queue INFO >87 [827] -2015-03-10 14:18:41 sendUrl INFO 87 [826] R:OK -2015-03-10 14:18:41 sendUrl INFO 87 [827] R:OK -2015-03-10 14:18:42 queue INFO 83 [828] -2015-03-10 14:18:42 sendUrl INFO 83 [828] R:OK -2015-03-10 14:18:42 queue INFO >83 [829] -2015-03-10 14:18:43 sendUrl INFO 83 [829] R:OK -2015-03-10 14:19:32 queue INFO >>83 [830] -2015-03-10 14:19:33 sendUrl INFO 83 [830] R:OK -2015-03-10 14:20:23 queue INFO >>83 [831] -2015-03-10 14:20:23 sendUrl INFO 83 [831] R:OK -2015-03-10 14:21:13 queue INFO >>83 [832] -2015-03-10 14:21:13 sendUrl INFO 83 [832] R:OK -2015-03-10 14:22:03 queue INFO >>83 [833] -2015-03-10 14:22:03 sendUrl INFO 83 [833] R:OK -2015-03-10 14:22:53 queue INFO >>83 [834] -2015-03-10 14:22:54 sendUrl INFO 83 [834] R:OK -2015-03-10 14:23:43 queue INFO >>83 [835] -2015-03-10 14:23:43 sendUrl INFO 83 [835] R:OK -2015-03-10 14:24:33 queue INFO >>83 [836] -2015-03-10 14:24:34 sendUrl INFO 83 [836] R:OK -2015-03-10 14:25:23 queue INFO >>83 [837] -2015-03-10 14:25:24 sendUrl INFO 83 [837] R:OK -2015-03-10 14:26:14 queue INFO >>83 [838] -2015-03-10 14:26:14 sendUrl INFO 83 [838] R:OK -2015-03-10 14:26:36 queue INFO 87 [839] -2015-03-10 14:26:36 queue INFO >87 [840] -2015-03-10 14:26:37 sendUrl INFO 87 [839] R:OK -2015-03-10 14:26:37 sendUrl INFO 87 [840] R:OK -2015-03-10 14:26:38 queue INFO 83 [841] -2015-03-10 14:26:38 queue INFO >83 [842] -2015-03-10 14:26:38 sendUrl INFO 83 [841] R:OK -2015-03-10 14:26:39 sendUrl INFO 83 [842] R:OK -2015-03-10 14:27:28 queue INFO >>83 [843] -2015-03-10 14:27:28 sendUrl INFO 83 [843] R:OK -2015-03-10 14:28:18 queue INFO >>83 [844] -2015-03-10 14:28:18 sendUrl INFO 83 [844] R:OK -2015-03-10 14:29:08 queue INFO >>83 [845] -2015-03-10 14:29:08 sendUrl INFO 83 [845] R:OK -2015-03-10 14:29:58 queue INFO >>83 [846] -2015-03-10 14:29:59 sendUrl INFO 83 [846] R:OK -2015-03-10 14:30:48 queue INFO >>83 [847] -2015-03-10 14:30:49 sendUrl INFO 83 [847] R:OK -2015-03-10 14:31:39 queue INFO >>83 [848] -2015-03-10 14:31:39 sendUrl INFO 83 [848] R:OK -2015-03-10 14:32:29 queue INFO >>83 [849] -2015-03-10 14:32:29 sendUrl INFO 83 [849] R:OK -2015-03-10 14:33:19 queue INFO >>83 [850] -2015-03-10 14:33:19 sendUrl INFO 83 [850] R:OK -2015-03-10 14:34:09 queue INFO >>83 [851] -2015-03-10 14:34:09 sendUrl INFO 83 [851] R:OK -2015-03-10 14:34:59 queue INFO >>83 [852] -2015-03-10 14:34:59 sendUrl INFO 83 [852] R:OK -2015-03-10 14:35:25 queue INFO 87 [853] -2015-03-10 14:35:25 queue INFO >87 [854] -2015-03-10 14:35:26 sendUrl INFO 87 [853] R:OK -2015-03-10 14:35:26 sendUrl INFO 87 [854] R:OK -2015-03-10 14:35:27 queue INFO 83 [855] -2015-03-10 14:35:27 queue INFO >83 [856] -2015-03-10 14:35:27 sendUrl INFO 83 [855] R:OK -2015-03-10 14:35:28 sendUrl INFO 83 [856] R:OK -2015-03-10 14:36:17 queue INFO >>83 [857] -2015-03-10 14:36:17 sendUrl INFO 83 [857] R:OK -2015-03-10 14:37:07 queue INFO >>83 [858] -2015-03-10 14:37:07 sendUrl INFO 83 [858] R:OK -2015-03-10 14:37:57 queue INFO >>83 [859] -2015-03-10 14:37:58 sendUrl INFO 83 [859] R:OK -2015-03-10 14:38:47 queue INFO >>83 [860] -2015-03-10 14:38:48 sendUrl INFO 83 [860] R:OK -2015-03-10 14:39:37 queue INFO >>83 [861] -2015-03-10 14:39:38 sendUrl INFO 83 [861] R:OK -2015-03-10 14:40:28 queue INFO >>83 [862] -2015-03-10 14:40:28 sendUrl INFO 83 [862] R:OK -2015-03-10 14:41:18 queue INFO >>83 [863] -2015-03-10 14:41:18 sendUrl INFO 83 [863] R:OK -2015-03-10 14:42:08 queue INFO >>83 [864] -2015-03-10 14:42:08 sendUrl INFO 83 [864] R:OK -2015-03-10 14:42:58 queue INFO >>83 [865] -2015-03-10 14:42:58 sendUrl INFO 83 [865] R:OK -2015-03-10 14:43:21 queue INFO 87 [866] -2015-03-10 14:43:22 queue INFO >87 [867] -2015-03-10 14:43:22 sendUrl INFO 87 [866] R:OK -2015-03-10 14:43:22 sendUrl INFO 87 [867] R:OK -2015-03-10 14:43:23 queue INFO 83 [868] -2015-03-10 14:43:23 queue INFO >83 [869] -2015-03-10 14:43:23 sendUrl INFO 83 [868] R:OK -2015-03-10 14:43:24 sendUrl INFO 83 [869] R:OK -2015-03-10 14:44:13 queue INFO >>83 [870] -2015-03-10 14:44:14 sendUrl INFO 83 [870] R:OK -2015-03-10 14:45:03 queue INFO >>83 [871] -2015-03-10 14:45:03 sendUrl INFO 83 [871] R:OK -2015-03-10 14:45:53 queue INFO >>83 [872] -2015-03-10 14:45:54 sendUrl INFO 83 [872] R:OK -2015-03-10 14:46:44 queue INFO >>83 [873] -2015-03-10 14:46:44 sendUrl INFO 83 [873] R:OK -2015-03-10 14:47:34 queue INFO >>83 [874] -2015-03-10 14:47:34 sendUrl INFO 83 [874] R:OK -2015-03-10 14:48:24 queue INFO >>83 [875] -2015-03-10 14:48:24 sendUrl INFO 83 [875] R:OK -2015-03-10 14:49:14 queue INFO >>83 [876] -2015-03-10 14:49:14 sendUrl INFO 83 [876] R:OK -2015-03-10 14:50:04 queue INFO >>83 [877] -2015-03-10 14:50:04 sendUrl INFO 83 [877] R:OK -2015-03-10 14:50:54 queue INFO >>83 [878] -2015-03-10 14:50:55 sendUrl INFO 83 [878] R:OK -2015-03-10 14:51:17 queue INFO 87 [879] -2015-03-10 14:51:17 sendUrl INFO 87 [879] R:OK -2015-03-10 14:51:17 queue INFO >87 [880] -2015-03-10 14:51:18 sendUrl INFO 87 [880] R:OK -2015-03-10 14:51:19 queue INFO 83 [881] -2015-03-10 14:51:19 queue INFO >83 [882] -2015-03-10 14:51:19 sendUrl INFO 83 [881] R:OK -2015-03-10 14:51:20 sendUrl INFO 83 [882] R:OK -2015-03-10 14:52:09 queue INFO >>83 [883] -2015-03-10 14:52:09 sendUrl INFO 83 [883] R:OK -2015-03-10 14:52:59 queue INFO >>83 [884] -2015-03-10 14:52:59 sendUrl INFO 83 [884] R:OK -2015-03-10 14:53:49 queue INFO >>83 [885] -2015-03-10 14:53:50 sendUrl INFO 83 [885] R:OK -2015-03-10 14:54:39 queue INFO >>83 [886] -2015-03-10 14:54:40 sendUrl INFO 83 [886] R:OK -2015-03-10 14:55:30 queue INFO >>83 [887] -2015-03-10 14:55:30 sendUrl INFO 83 [887] R:OK -2015-03-10 14:56:20 queue INFO >>83 [888] -2015-03-10 14:56:20 sendUrl INFO 83 [888] R:OK -2015-03-10 14:57:10 queue INFO >>83 [889] -2015-03-10 14:57:10 sendUrl INFO 83 [889] R:OK -2015-03-10 14:58:00 queue INFO >>83 [890] -2015-03-10 14:58:00 sendUrl INFO 83 [890] R:OK -2015-03-10 14:58:50 queue INFO >>83 [891] -2015-03-10 14:58:50 sendUrl INFO 83 [891] R:OK -2015-03-10 14:59:13 queue INFO 87 [892] -2015-03-10 14:59:13 queue INFO >87 [893] -2015-03-10 14:59:14 sendUrl INFO 87 [892] R:OK -2015-03-10 14:59:14 sendUrl INFO 87 [893] R:OK -2015-03-10 14:59:15 queue INFO 83 [894] -2015-03-10 14:59:15 queue INFO >83 [895] -2015-03-10 14:59:15 sendUrl INFO 83 [894] R:OK -2015-03-10 14:59:15 sendUrl INFO 83 [895] R:OK -2015-03-10 15:00:05 queue INFO >>83 [896] -2015-03-10 15:00:05 sendUrl INFO 83 [896] R:OK -2015-03-10 15:00:55 queue INFO >>83 [897] -2015-03-10 15:00:55 sendUrl INFO 83 [897] R:OK -2015-03-10 15:01:45 queue INFO >>83 [898] -2015-03-10 15:01:45 sendUrl INFO 83 [898] R:OK -2015-03-10 15:02:35 queue INFO >>83 [899] -2015-03-10 15:02:35 sendUrl INFO 83 [899] R:OK -2015-03-10 15:03:25 queue INFO >>83 [900] -2015-03-10 15:03:26 sendUrl INFO 83 [900] R:OK -2015-03-10 15:04:15 queue INFO >>83 [901] -2015-03-10 15:04:16 sendUrl INFO 83 [901] R:OK -2015-03-10 15:05:06 queue INFO >>83 [902] -2015-03-10 15:05:06 sendUrl INFO 83 [902] R:OK -2015-03-10 15:05:56 queue INFO >>83 [903] -2015-03-10 15:05:56 sendUrl INFO 83 [903] R:OK -2015-03-10 15:06:46 queue INFO >>83 [904] -2015-03-10 15:06:46 sendUrl INFO 83 [904] R:OK -2015-03-10 15:07:09 queue INFO 87 [905] -2015-03-10 15:07:09 sendUrl INFO 87 [905] R:OK -2015-03-10 15:07:09 queue INFO >87 [906] -2015-03-10 15:07:09 sendUrl INFO 87 [906] R:OK -2015-03-10 15:07:10 queue INFO 83 [907] -2015-03-10 15:07:10 queue INFO >83 [908] -2015-03-10 15:07:11 sendUrl INFO 83 [907] R:OK -2015-03-10 15:07:11 sendUrl INFO 83 [908] R:OK -2015-03-10 15:08:00 queue INFO >>83 [909] -2015-03-10 15:08:00 sendUrl INFO 83 [909] R:OK -2015-03-10 15:08:50 queue INFO >>83 [910] -2015-03-10 15:08:51 sendUrl INFO 83 [910] R:OK -2015-03-10 15:09:41 queue INFO >>83 [911] -2015-03-10 15:09:41 sendUrl INFO 83 [911] R:OK -2015-03-10 15:10:31 queue INFO >>83 [912] -2015-03-10 15:10:31 sendUrl INFO 83 [912] R:OK -2015-03-10 15:11:21 queue INFO >>83 [913] -2015-03-10 15:11:21 sendUrl INFO 83 [913] R:OK -2015-03-10 15:12:11 queue INFO >>83 [914] -2015-03-10 15:12:11 sendUrl INFO 83 [914] R:OK -2015-03-10 15:13:01 queue INFO >>83 [915] -2015-03-10 15:13:01 sendUrl INFO 83 [915] R:OK -2015-03-10 15:13:51 queue INFO >>83 [916] -2015-03-10 15:13:52 sendUrl INFO 83 [916] R:OK -2015-03-10 15:14:42 queue INFO >>83 [917] -2015-03-10 15:14:42 sendUrl INFO 83 [917] R:OK -2015-03-10 15:15:04 queue INFO 87 [918] -2015-03-10 15:15:04 sendUrl INFO 87 [918] R:OK -2015-03-10 15:15:04 queue INFO >87 [919] -2015-03-10 15:15:05 sendUrl INFO 87 [919] R:OK -2015-03-10 15:15:06 queue INFO 83 [920] -2015-03-10 15:15:06 queue INFO >83 [921] -2015-03-10 15:15:06 sendUrl INFO 83 [920] R:OK -2015-03-10 15:15:07 sendUrl INFO 83 [921] R:OK -2015-03-10 15:15:56 queue INFO >>83 [922] -2015-03-10 15:15:56 sendUrl INFO 83 [922] R:OK -2015-03-10 15:16:46 queue INFO >>83 [923] -2015-03-10 15:16:46 sendUrl INFO 83 [923] R:OK -2015-03-10 15:17:36 queue INFO >>83 [924] -2015-03-10 15:17:37 sendUrl INFO 83 [924] R:OK -2015-03-10 15:18:26 queue INFO >>83 [925] -2015-03-10 15:18:27 sendUrl INFO 83 [925] R:OK -2015-03-10 15:19:17 queue INFO >>83 [926] -2015-03-10 15:19:17 sendUrl INFO 83 [926] R:OK -2015-03-10 15:20:07 queue INFO >>83 [927] -2015-03-10 15:20:07 sendUrl INFO 83 [927] R:OK -2015-03-10 15:20:57 queue INFO >>83 [928] -2015-03-10 15:20:57 sendUrl INFO 83 [928] R:OK -2015-03-10 15:21:47 queue INFO >>83 [929] -2015-03-10 15:21:47 sendUrl INFO 83 [929] R:OK -2015-03-10 15:22:37 queue INFO >>83 [930] -2015-03-10 15:22:37 sendUrl INFO 83 [930] R:OK -2015-03-10 15:23:00 queue INFO 87 [931] -2015-03-10 15:23:00 queue INFO >87 [932] -2015-03-10 15:23:00 sendUrl INFO 87 [931] R:OK -2015-03-10 15:23:01 sendUrl INFO 87 [932] R:OK -2015-03-10 15:23:02 queue INFO 83 [933] -2015-03-10 15:23:02 sendUrl INFO 83 [933] R:OK -2015-03-10 15:23:02 queue INFO >83 [934] -2015-03-10 15:23:02 sendUrl INFO 83 [934] R:OK -2015-03-10 15:23:52 queue INFO >>83 [935] -2015-03-10 15:23:52 sendUrl INFO 83 [935] R:OK -2015-03-10 15:24:42 queue INFO >>83 [936] -2015-03-10 15:24:43 sendUrl INFO 83 [936] R:OK -2015-03-10 15:25:32 queue INFO >>83 [937] -2015-03-10 15:25:32 sendUrl INFO 83 [937] R:OK -2015-03-10 15:26:22 queue INFO >>83 [938] -2015-03-10 15:26:23 sendUrl INFO 83 [938] R:OK -2015-03-10 15:27:12 queue INFO >>83 [939] -2015-03-10 15:27:13 sendUrl INFO 83 [939] R:OK -2015-03-10 15:28:03 queue INFO >>83 [940] -2015-03-10 15:28:03 sendUrl INFO 83 [940] R:OK -2015-03-10 15:28:53 queue INFO >>83 [941] -2015-03-10 15:28:53 sendUrl INFO 83 [941] R:OK -2015-03-10 15:29:43 queue INFO >>83 [942] -2015-03-10 15:29:43 sendUrl INFO 83 [942] R:OK -2015-03-10 15:30:33 queue INFO >>83 [943] -2015-03-10 15:30:33 sendUrl INFO 83 [943] R:OK -2015-03-10 15:30:56 queue INFO 87 [944] -2015-03-10 15:30:57 sendUrl INFO 87 [944] R:OK -2015-03-10 15:30:57 queue INFO >87 [945] -2015-03-10 15:30:57 sendUrl INFO 87 [945] R:OK -2015-03-10 15:30:58 queue INFO 83 [946] -2015-03-10 15:30:58 queue INFO >83 [947] -2015-03-10 15:30:59 sendUrl INFO 83 [946] R:OK -2015-03-10 15:30:59 sendUrl INFO 83 [947] R:OK -2015-03-10 15:31:48 queue INFO >>83 [948] -2015-03-10 15:31:48 sendUrl INFO 83 [948] R:OK -2015-03-10 15:32:38 queue INFO >>83 [949] -2015-03-10 15:32:39 sendUrl INFO 83 [949] R:OK -2015-03-10 15:33:29 queue INFO >>83 [950] -2015-03-10 15:33:29 sendUrl INFO 83 [950] R:OK -2015-03-10 15:34:19 queue INFO >>83 [951] -2015-03-10 15:34:19 sendUrl INFO 83 [951] R:OK -2015-03-10 15:35:09 queue INFO >>83 [952] -2015-03-10 15:35:09 sendUrl INFO 83 [952] R:OK -2015-03-10 15:35:59 queue INFO >>83 [953] -2015-03-10 15:35:59 sendUrl INFO 83 [953] R:OK -2015-03-10 15:36:49 queue INFO >>83 [954] -2015-03-10 15:36:49 sendUrl INFO 83 [954] R:OK -2015-03-10 15:37:39 queue INFO >>83 [955] -2015-03-10 15:37:40 sendUrl INFO 83 [955] R:OK -2015-03-10 15:38:29 queue INFO >>83 [956] -2015-03-10 15:38:30 sendUrl INFO 83 [956] R:OK -2015-03-10 15:38:52 queue INFO 87 [957] -2015-03-10 15:38:52 sendUrl INFO 87 [957] R:OK -2015-03-10 15:38:52 queue INFO >87 [958] -2015-03-10 15:38:53 sendUrl INFO 87 [958] R:OK -2015-03-10 15:38:54 queue INFO 83 [959] -2015-03-10 15:38:54 queue INFO >83 [960] -2015-03-10 15:38:54 sendUrl INFO 83 [959] R:OK -2015-03-10 15:38:55 sendUrl INFO 83 [960] R:OK -2015-03-10 15:39:44 queue INFO >>83 [961] -2015-03-10 15:39:44 sendUrl INFO 83 [961] R:OK -2015-03-10 15:40:34 queue INFO >>83 [962] -2015-03-10 15:40:34 sendUrl INFO 83 [962] R:OK -2015-03-10 15:41:24 queue INFO >>83 [963] -2015-03-10 15:41:25 sendUrl INFO 83 [963] R:OK -2015-03-10 15:42:14 queue INFO >>83 [964] -2015-03-10 15:42:15 sendUrl INFO 83 [964] R:OK -2015-03-10 15:43:05 queue INFO >>83 [965] -2015-03-10 15:43:05 sendUrl INFO 83 [965] R:OK -2015-03-10 15:43:55 queue INFO >>83 [966] -2015-03-10 15:43:55 sendUrl INFO 83 [966] R:OK -2015-03-10 15:44:45 queue INFO >>83 [967] -2015-03-10 15:44:45 sendUrl INFO 83 [967] R:OK -2015-03-10 15:45:35 queue INFO >>83 [968] -2015-03-10 15:45:35 sendUrl INFO 83 [968] R:OK -2015-03-10 15:46:25 queue INFO >>83 [969] -2015-03-10 15:46:25 sendUrl INFO 83 [969] R:OK -2015-03-10 15:46:48 queue INFO 87 [970] -2015-03-10 15:46:48 queue INFO >87 [971] -2015-03-10 15:46:48 sendUrl INFO 87 [970] R:OK -2015-03-10 15:46:49 sendUrl INFO 87 [971] R:OK -2015-03-10 15:46:50 queue INFO 83 [972] -2015-03-10 15:46:50 sendUrl INFO 83 [972] R:OK -2015-03-10 15:46:50 queue INFO >83 [973] -2015-03-10 15:46:50 sendUrl INFO 83 [973] R:OK -2015-03-10 15:47:40 queue INFO >>83 [974] -2015-03-10 15:47:40 sendUrl INFO 83 [974] R:OK -2015-03-10 15:48:30 queue INFO >>83 [975] -2015-03-10 15:48:31 sendUrl INFO 83 [975] R:OK -2015-03-10 15:49:20 queue INFO >>83 [976] -2015-03-10 15:49:20 sendUrl INFO 83 [976] R:OK -2015-03-10 15:50:10 queue INFO >>83 [977] -2015-03-10 15:50:11 sendUrl INFO 83 [977] R:OK -2015-03-10 15:51:01 queue INFO >>83 [978] -2015-03-10 15:51:01 sendUrl INFO 83 [978] R:OK -2015-03-10 15:51:51 queue INFO >>83 [979] -2015-03-10 15:51:51 sendUrl INFO 83 [979] R:OK -2015-03-10 15:52:41 queue INFO >>83 [980] -2015-03-10 15:52:41 sendUrl INFO 83 [980] R:OK -2015-03-10 15:53:31 queue INFO >>83 [981] -2015-03-10 15:53:32 sendUrl INFO 83 [981] R:OK -2015-03-10 15:54:21 queue INFO >>83 [982] -2015-03-10 15:54:21 sendUrl INFO 83 [982] R:OK -2015-03-10 15:54:44 queue INFO 87 [983] -2015-03-10 15:54:44 queue INFO >87 [984] -2015-03-10 15:54:44 sendUrl INFO 87 [983] R:OK -2015-03-10 15:54:45 sendUrl INFO 87 [984] R:OK -2015-03-10 15:54:45 queue INFO 83 [985] -2015-03-10 15:54:45 queue INFO >83 [986] -2015-03-10 15:54:46 sendUrl INFO 83 [985] R:OK -2015-03-10 15:54:46 sendUrl INFO 83 [986] R:OK -2015-03-10 15:55:35 queue INFO >>83 [987] -2015-03-10 15:55:36 sendUrl INFO 83 [987] R:OK -2015-03-10 15:55:55 queue INFO 81 [988] -2015-03-10 15:55:55 queue INFO >81 [989] -2015-03-10 15:55:55 sendUrl INFO 81 [988] R:OK -2015-03-10 15:55:56 sendUrl INFO 81 [989] R:OK -2015-03-10 15:56:45 queue INFO >>81 [990] -2015-03-10 15:56:45 sendUrl INFO 81 [990] R:OK -2015-03-10 15:57:35 queue INFO >>81 [991] -2015-03-10 15:57:35 sendUrl INFO 81 [991] R:OK -2015-03-10 15:58:25 queue INFO >>81 [992] -2015-03-10 15:58:26 sendUrl INFO 81 [992] R:OK -2015-03-10 15:59:15 queue INFO >>81 [993] -2015-03-10 15:59:15 sendUrl INFO 81 [993] R:OK -2015-03-10 16:00:05 queue INFO >>81 [994] -2015-03-10 16:00:06 sendUrl INFO 81 [994] R:OK -2015-03-10 16:00:56 queue INFO >>81 [995] -2015-03-10 16:00:56 sendUrl INFO 81 [995] R:OK -2015-03-10 16:01:46 queue INFO >>81 [996] -2015-03-10 16:01:46 sendUrl INFO 81 [996] R:OK -2015-03-10 16:02:36 queue INFO >>81 [997] -2015-03-10 16:02:36 sendUrl INFO 81 [997] R:OK -2015-03-10 16:03:26 queue INFO >>81 [998] -2015-03-10 16:03:27 sendUrl INFO 81 [998] R:OK -2015-03-10 16:04:16 queue INFO >>81 [999] -2015-03-10 16:04:16 sendUrl INFO 81 [999] R:OK -2015-03-10 16:05:06 queue INFO >>81 [0] -2015-03-10 16:05:07 sendUrl INFO 81 [0] R:OK -2015-03-10 16:05:57 queue INFO >>81 [1] -2015-03-10 16:05:57 sendUrl INFO 81 [1] R:OK -2015-03-10 16:06:47 queue INFO >>81 [2] -2015-03-10 16:06:47 sendUrl INFO 81 [2] R:OK -2015-03-10 16:07:37 queue INFO >>81 [3] -2015-03-10 16:07:37 sendUrl INFO 81 [3] R:OK -2015-03-10 16:07:50 queue INFO 99 [4] -2015-03-10 16:07:50 queue INFO >99 [5] -2015-03-10 16:07:50 sendUrl INFO 99 [4] R:OK -2015-03-10 16:07:50 sendUrl INFO 99 [5] R:OK -2015-03-10 16:08:40 queue INFO >>99 [6] -2015-03-10 16:08:40 sendUrl INFO 99 [6] R:OK -2015-03-10 16:09:30 queue INFO >>99 [7] -2015-03-10 16:09:31 sendUrl INFO 99 [7] R:OK -2015-03-10 16:10:20 queue INFO >>99 [8] -2015-03-10 16:10:20 sendUrl INFO 99 [8] R:OK -2015-03-10 16:11:10 queue INFO >>99 [9] -2015-03-10 16:11:11 sendUrl INFO 99 [9] R:OK -2015-03-10 16:12:00 queue INFO >>99 [10] -2015-03-10 16:12:01 sendUrl INFO 99 [10] R:OK -2015-03-10 16:12:08 queue INFO 89 [11] -2015-03-10 16:12:08 queue INFO >89 [12] -2015-03-10 16:12:09 sendUrl INFO 89 [11] R:OK -2015-03-10 16:12:09 sendUrl INFO 89 [12] R:OK -2015-03-10 16:12:11 queue INFO 81 [13] -2015-03-10 16:12:11 queue INFO >81 [14] -2015-03-10 16:12:11 sendUrl INFO 81 [13] R:OK -2015-03-10 16:12:12 sendUrl INFO 81 [14] R:OK -2015-03-10 16:12:30 queue INFO 83 [15] -2015-03-10 16:12:30 queue INFO >83 [16] -2015-03-10 16:12:31 sendUrl INFO 83 [15] R:OK -2015-03-10 16:12:31 sendUrl INFO 83 [16] R:OK -2015-03-10 16:12:54 queue INFO 87 [17] -2015-03-10 16:12:54 queue INFO >87 [18] -2015-03-10 16:12:54 sendUrl INFO 87 [17] R:OK -2015-03-10 16:12:55 sendUrl INFO 87 [18] R:OK -2015-03-10 16:12:55 queue INFO 83 [19] -2015-03-10 16:12:55 sendUrl INFO 83 [19] R:OK -2015-03-10 16:12:55 queue INFO >83 [20] -2015-03-10 16:12:56 sendUrl INFO 83 [20] R:OK -2015-03-10 16:13:45 queue INFO >>83 [21] -2015-03-10 16:13:46 sendUrl INFO 83 [21] R:OK -2015-03-10 16:14:36 queue INFO >>83 [22] -2015-03-10 16:14:36 sendUrl INFO 83 [22] R:OK -2015-03-10 16:15:26 queue INFO >>83 [23] -2015-03-10 16:15:26 sendUrl INFO 83 [23] R:OK -2015-03-10 16:16:16 queue INFO >>83 [24] -2015-03-10 16:16:16 sendUrl INFO 83 [24] R:OK -2015-03-10 16:17:06 queue INFO >>83 [25] -2015-03-10 16:17:07 sendUrl INFO 83 [25] R:OK -2015-03-10 16:17:56 queue INFO >>83 [26] -2015-03-10 16:17:56 sendUrl INFO 83 [26] R:OK -2015-03-10 16:18:46 queue INFO >>83 [27] -2015-03-10 16:18:47 sendUrl INFO 83 [27] R:OK -2015-03-10 16:19:36 queue INFO >>83 [28] -2015-03-10 16:19:37 sendUrl INFO 83 [28] R:OK -2015-03-10 16:20:27 queue INFO >>83 [29] -2015-03-10 16:20:27 sendUrl INFO 83 [29] R:OK -2015-03-10 16:20:50 queue INFO 87 [30] -2015-03-10 16:20:50 queue INFO >87 [31] -2015-03-10 16:20:50 sendUrl INFO 87 [30] R:OK -2015-03-10 16:20:51 sendUrl INFO 87 [31] R:OK -2015-03-10 16:20:51 queue INFO 83 [32] -2015-03-10 16:20:52 queue INFO >83 [33] -2015-03-10 16:20:52 sendUrl INFO 83 [32] R:OK -2015-03-10 16:20:53 sendUrl INFO 83 [33] R:OK -2015-03-10 16:21:42 queue INFO >>83 [34] -2015-03-10 16:21:42 sendUrl INFO 83 [34] R:OK -2015-03-10 16:22:32 queue INFO >>83 [35] -2015-03-10 16:22:32 sendUrl INFO 83 [35] R:OK -2015-03-10 16:23:22 queue INFO >>83 [36] -2015-03-10 16:23:22 sendUrl INFO 83 [36] R:OK -2015-03-10 16:24:12 queue INFO >>83 [37] -2015-03-10 16:24:12 sendUrl INFO 83 [37] R:OK -2015-03-10 16:25:02 queue INFO >>83 [38] -2015-03-10 16:25:03 sendUrl INFO 83 [38] R:OK -2015-03-10 16:25:52 queue INFO >>83 [39] -2015-03-10 16:25:53 sendUrl INFO 83 [39] R:OK -2015-03-10 16:26:43 queue INFO >>83 [40] -2015-03-10 16:26:43 sendUrl INFO 83 [40] R:OK -2015-03-10 16:27:33 queue INFO >>83 [41] -2015-03-10 16:27:33 sendUrl INFO 83 [41] R:OK -2015-03-10 16:28:23 queue INFO >>83 [42] -2015-03-10 16:28:23 sendUrl INFO 83 [42] R:OK -2015-03-10 16:28:46 queue INFO 87 [43] -2015-03-10 16:28:46 sendUrl INFO 87 [43] R:OK -2015-03-10 16:28:46 queue INFO >87 [44] -2015-03-10 16:28:46 sendUrl INFO 87 [44] R:OK -2015-03-10 16:28:47 queue INFO 83 [45] -2015-03-10 16:28:47 queue INFO >83 [46] -2015-03-10 16:28:48 sendUrl INFO 83 [45] R:OK -2015-03-10 16:28:48 sendUrl INFO 83 [46] R:OK -2015-03-10 16:29:37 queue INFO >>83 [47] -2015-03-10 16:29:38 sendUrl INFO 83 [47] R:OK -2015-03-10 16:30:27 queue INFO >>83 [48] -2015-03-10 16:30:28 sendUrl INFO 83 [48] R:OK -2015-03-10 16:31:18 queue INFO >>83 [49] -2015-03-10 16:31:18 sendUrl INFO 83 [49] R:OK -2015-03-10 16:32:08 queue INFO >>83 [50] -2015-03-10 16:32:08 sendUrl INFO 83 [50] R:OK -2015-03-10 16:32:58 queue INFO >>83 [51] -2015-03-10 16:32:58 sendUrl INFO 83 [51] R:OK -2015-03-10 16:33:48 queue INFO >>83 [52] -2015-03-10 16:33:48 sendUrl INFO 83 [52] R:OK -2015-03-10 16:34:38 queue INFO >>83 [53] -2015-03-10 16:34:39 sendUrl INFO 83 [53] R:OK -2015-03-10 16:35:28 queue INFO >>83 [54] -2015-03-10 16:35:29 sendUrl INFO 83 [54] R:OK -2015-03-10 16:36:19 queue INFO >>83 [55] -2015-03-10 16:36:19 sendUrl INFO 83 [55] R:OK -2015-03-10 16:36:41 queue INFO 87 [56] -2015-03-10 16:36:41 queue INFO >87 [57] -2015-03-10 16:36:41 sendUrl INFO 87 [56] R:OK -2015-03-10 16:36:42 sendUrl INFO 87 [57] R:OK -2015-03-10 16:36:43 queue INFO 83 [58] -2015-03-10 16:36:43 queue INFO >83 [59] -2015-03-10 16:36:43 sendUrl INFO 83 [58] R:OK -2015-03-10 16:36:43 sendUrl INFO 83 [59] R:OK -2015-03-10 16:37:33 queue INFO >>83 [60] -2015-03-10 16:37:33 sendUrl INFO 83 [60] R:OK -2015-03-10 16:38:23 queue INFO >>83 [61] -2015-03-10 16:38:23 sendUrl INFO 83 [61] R:OK -2015-03-10 16:39:13 queue INFO >>83 [62] -2015-03-10 16:39:13 sendUrl INFO 83 [62] R:OK -2015-03-10 16:40:03 queue INFO >>83 [63] -2015-03-10 16:40:04 sendUrl INFO 83 [63] R:OK -2015-03-10 16:40:53 queue INFO >>83 [64] -2015-03-10 16:40:54 sendUrl INFO 83 [64] R:OK -2015-03-10 16:41:44 queue INFO >>83 [65] -2015-03-10 16:41:44 sendUrl INFO 83 [65] R:OK -2015-03-10 16:42:34 queue INFO >>83 [66] -2015-03-10 16:42:34 sendUrl INFO 83 [66] R:OK -2015-03-10 16:43:24 queue INFO >>83 [67] -2015-03-10 16:43:24 sendUrl INFO 83 [67] R:OK -2015-03-10 16:44:14 queue INFO >>83 [68] -2015-03-10 16:44:14 sendUrl INFO 83 [68] R:OK -2015-03-10 16:44:37 queue INFO 87 [69] -2015-03-10 16:44:37 queue INFO >87 [70] -2015-03-10 16:44:37 sendUrl INFO 87 [69] R:OK -2015-03-10 16:44:38 sendUrl INFO 87 [70] R:OK -2015-03-10 16:44:38 queue INFO 83 [71] -2015-03-10 16:44:39 queue INFO >83 [72] -2015-03-10 16:44:39 sendUrl INFO 83 [71] R:OK -2015-03-10 16:44:40 sendUrl INFO 83 [72] R:OK -2015-03-10 16:45:29 queue INFO >>83 [73] -2015-03-10 16:45:29 sendUrl INFO 83 [73] R:OK -2015-03-10 16:46:19 queue INFO >>83 [74] -2015-03-10 16:46:19 sendUrl INFO 83 [74] R:OK -2015-03-10 16:47:09 queue INFO >>83 [75] -2015-03-10 16:47:09 sendUrl INFO 83 [75] R:OK -2015-03-10 16:47:59 queue INFO >>83 [76] -2015-03-10 16:47:59 sendUrl INFO 83 [76] R:OK -2015-03-10 16:48:49 queue INFO >>83 [77] -2015-03-10 16:48:50 sendUrl INFO 83 [77] R:OK -2015-03-10 16:49:39 queue INFO >>83 [78] -2015-03-10 16:49:40 sendUrl INFO 83 [78] R:OK -2015-03-10 16:50:30 queue INFO >>83 [79] -2015-03-10 16:50:30 sendUrl INFO 83 [79] R:OK -2015-03-10 16:51:20 queue INFO >>83 [80] -2015-03-10 16:51:20 sendUrl INFO 83 [80] R:OK -2015-03-10 16:52:10 queue INFO >>83 [81] -2015-03-10 16:52:10 sendUrl INFO 83 [81] R:OK -2015-03-10 16:52:32 queue INFO 87 [82] -2015-03-10 16:52:33 sendUrl INFO 87 [82] R:OK -2015-03-10 16:52:33 queue INFO >87 [83] -2015-03-10 16:52:33 sendUrl INFO 87 [83] R:OK -2015-03-10 16:52:34 queue INFO 83 [84] -2015-03-10 16:52:34 queue INFO >83 [85] -2015-03-10 16:52:35 sendUrl INFO 83 [84] R:OK -2015-03-10 16:52:35 sendUrl INFO 83 [85] R:OK -2015-03-10 16:53:24 queue INFO >>83 [86] -2015-03-10 16:53:25 sendUrl INFO 83 [86] R:OK -2015-03-10 16:54:14 queue INFO >>83 [87] -2015-03-10 16:54:15 sendUrl INFO 83 [87] R:OK -2015-03-10 16:55:05 queue INFO >>83 [88] -2015-03-10 16:55:05 sendUrl INFO 83 [88] R:OK -2015-03-10 16:55:55 queue INFO >>83 [89] -2015-03-10 16:55:55 sendUrl INFO 83 [89] R:OK -2015-03-10 16:56:45 queue INFO >>83 [90] -2015-03-10 16:56:45 sendUrl INFO 83 [90] R:OK -2015-03-10 16:57:35 queue INFO >>83 [91] -2015-03-10 16:57:35 sendUrl INFO 83 [91] R:OK -2015-03-10 16:58:25 queue INFO >>83 [92] -2015-03-10 16:58:26 sendUrl INFO 83 [92] R:OK -2015-03-10 16:59:15 queue INFO >>83 [93] -2015-03-10 16:59:16 sendUrl INFO 83 [93] R:OK -2015-03-10 17:00:05 queue INFO >>83 [94] -2015-03-10 17:00:06 sendUrl INFO 83 [94] R:OK -2015-03-10 17:00:29 queue INFO 87 [95] -2015-03-10 17:00:29 queue INFO >87 [96] -2015-03-10 17:00:29 sendUrl INFO 87 [95] R:OK -2015-03-10 17:00:30 sendUrl INFO 87 [96] R:OK -2015-03-10 17:00:30 queue INFO 83 [97] -2015-03-10 17:00:31 queue INFO >83 [98] -2015-03-10 17:00:31 sendUrl INFO 83 [97] R:OK -2015-03-10 17:00:31 sendUrl INFO 83 [98] R:OK -2015-03-10 17:01:21 queue INFO >>83 [99] -2015-03-10 17:01:21 sendUrl INFO 83 [99] R:OK -2015-03-10 17:02:11 queue INFO >>83 [100] -2015-03-10 17:02:11 sendUrl INFO 83 [100] R:OK -2015-03-10 17:03:01 queue INFO >>83 [101] -2015-03-10 17:03:01 sendUrl INFO 83 [101] R:OK -2015-03-10 17:03:51 queue INFO >>83 [102] -2015-03-10 17:03:51 sendUrl INFO 83 [102] R:OK -2015-03-10 17:04:41 queue INFO >>83 [103] -2015-03-10 17:04:42 sendUrl INFO 83 [103] R:OK -2015-03-10 17:05:31 queue INFO >>83 [104] -2015-03-10 17:05:31 sendUrl INFO 83 [104] R:OK -2015-03-10 17:06:21 queue INFO >>83 [105] -2015-03-10 17:06:22 sendUrl INFO 83 [105] R:OK -2015-03-10 17:07:12 queue INFO >>83 [106] -2015-03-10 17:07:12 sendUrl INFO 83 [106] R:OK -2015-03-10 17:08:02 queue INFO >>83 [107] -2015-03-10 17:08:02 sendUrl INFO 83 [107] R:OK -2015-03-10 17:08:25 queue INFO 87 [108] -2015-03-10 17:08:25 queue INFO >87 [109] -2015-03-10 17:08:25 sendUrl INFO 87 [108] R:OK -2015-03-10 17:08:26 sendUrl INFO 87 [109] R:OK -2015-03-10 17:08:26 queue INFO 83 [110] -2015-03-10 17:08:27 sendUrl INFO 83 [110] R:OK -2015-03-10 17:08:27 queue INFO >83 [111] -2015-03-10 17:08:27 sendUrl INFO 83 [111] R:OK -2015-03-10 17:09:17 queue INFO >>83 [112] -2015-03-10 17:09:17 sendUrl INFO 83 [112] R:OK -2015-03-10 17:10:07 queue INFO >>83 [113] -2015-03-10 17:10:07 sendUrl INFO 83 [113] R:OK -2015-03-10 17:10:57 queue INFO >>83 [114] -2015-03-10 17:10:57 sendUrl INFO 83 [114] R:OK -2015-03-10 17:11:47 queue INFO >>83 [115] -2015-03-10 17:11:47 sendUrl INFO 83 [115] R:OK -2015-03-10 17:12:37 queue INFO >>83 [116] -2015-03-10 17:12:38 sendUrl INFO 83 [116] R:OK -2015-03-10 17:13:27 queue INFO >>83 [117] -2015-03-10 17:13:28 sendUrl INFO 83 [117] R:OK -2015-03-10 17:14:17 queue INFO >>83 [118] -2015-03-10 17:14:18 sendUrl INFO 83 [118] R:OK -2015-03-10 17:15:08 queue INFO >>83 [119] -2015-03-10 17:15:08 sendUrl INFO 83 [119] R:OK -2015-03-10 17:15:58 queue INFO >>83 [120] -2015-03-10 17:15:58 sendUrl INFO 83 [120] R:OK -2015-03-10 17:16:20 queue INFO 87 [121] -2015-03-10 17:16:21 queue INFO >87 [122] -2015-03-10 17:16:21 sendUrl INFO 87 [121] R:OK -2015-03-10 17:16:21 sendUrl INFO 87 [122] R:OK -2015-03-10 17:16:22 queue INFO 83 [123] -2015-03-10 17:16:22 queue INFO >83 [124] -2015-03-10 17:16:22 sendUrl INFO 83 [123] R:OK -2015-03-10 17:16:23 sendUrl INFO 83 [124] R:OK -2015-03-10 17:17:12 queue INFO >>83 [125] -2015-03-10 17:17:13 sendUrl INFO 83 [125] R:OK -2015-03-10 17:18:02 queue INFO >>83 [126] -2015-03-10 17:18:02 sendUrl INFO 83 [126] R:OK -2015-03-10 17:18:52 queue INFO >>83 [127] -2015-03-10 17:18:53 sendUrl INFO 83 [127] R:OK -2015-03-10 17:19:42 queue INFO >>83 [128] -2015-03-10 17:19:43 sendUrl INFO 83 [128] R:OK -2015-03-10 17:20:33 queue INFO >>83 [129] -2015-03-10 17:20:33 sendUrl INFO 83 [129] R:OK -2015-03-10 17:21:23 queue INFO >>83 [130] -2015-03-10 17:21:23 sendUrl INFO 83 [130] R:OK -2015-03-10 17:22:13 queue INFO >>83 [131] -2015-03-10 17:22:14 sendUrl INFO 83 [131] R:OK -2015-03-10 17:23:03 queue INFO >>83 [132] -2015-03-10 17:23:03 sendUrl INFO 83 [132] R:OK -2015-03-10 17:23:53 queue INFO >>83 [133] -2015-03-10 17:23:54 sendUrl INFO 83 [133] R:OK -2015-03-10 17:24:16 queue INFO 87 [134] -2015-03-10 17:24:16 queue INFO >87 [135] -2015-03-10 17:24:16 sendUrl INFO 87 [134] R:OK -2015-03-10 17:24:17 sendUrl INFO 87 [135] R:OK -2015-03-10 17:24:18 queue INFO 83 [136] -2015-03-10 17:24:18 queue INFO >83 [137] -2015-03-10 17:24:18 sendUrl INFO 83 [136] R:OK -2015-03-10 17:24:18 sendUrl INFO 83 [137] R:OK -2015-03-10 17:25:08 queue INFO >>83 [138] -2015-03-10 17:25:08 sendUrl INFO 83 [138] R:OK -2015-03-10 17:25:58 queue INFO >>83 [139] -2015-03-10 17:25:58 sendUrl INFO 83 [139] R:OK -2015-03-10 17:26:48 queue INFO >>83 [140] -2015-03-10 17:26:48 sendUrl INFO 83 [140] R:OK -2015-03-10 17:27:38 queue INFO >>83 [141] -2015-03-10 17:27:39 sendUrl INFO 83 [141] R:OK -2015-03-10 17:28:28 queue INFO >>83 [142] -2015-03-10 17:28:29 sendUrl INFO 83 [142] R:OK -2015-03-10 17:29:18 queue INFO >>83 [143] -2015-03-10 17:29:19 sendUrl INFO 83 [143] R:OK -2015-03-10 17:30:08 queue INFO >>83 [144] -2015-03-10 17:30:09 sendUrl INFO 83 [144] R:OK -2015-03-10 17:30:59 queue INFO >>83 [145] -2015-03-10 17:30:59 sendUrl INFO 83 [145] R:OK -2015-03-10 17:31:49 queue INFO >>83 [146] -2015-03-10 17:31:49 sendUrl INFO 83 [146] R:OK -2015-03-10 17:32:12 queue INFO 87 [147] -2015-03-10 17:32:12 queue INFO >87 [148] -2015-03-10 17:32:12 sendUrl INFO 87 [147] R:OK -2015-03-10 17:32:12 sendUrl INFO 87 [148] R:OK -2015-03-10 17:32:13 queue INFO 83 [149] -2015-03-10 17:32:14 sendUrl INFO 83 [149] R:OK -2015-03-10 17:32:14 queue INFO >83 [150] -2015-03-10 17:32:14 sendUrl INFO 83 [150] R:OK -2015-03-10 17:33:04 queue INFO >>83 [151] -2015-03-10 17:33:04 sendUrl INFO 83 [151] R:OK -2015-03-10 17:33:54 queue INFO >>83 [152] -2015-03-10 17:33:54 sendUrl INFO 83 [152] R:OK -2015-03-10 17:34:44 queue INFO >>83 [153] -2015-03-10 17:34:44 sendUrl INFO 83 [153] R:OK -2015-03-10 17:35:34 queue INFO >>83 [154] -2015-03-10 17:35:34 sendUrl INFO 83 [154] R:OK -2015-03-10 17:36:24 queue INFO >>83 [155] -2015-03-10 17:36:25 sendUrl INFO 83 [155] R:OK -2015-03-10 17:37:14 queue INFO >>83 [156] -2015-03-10 17:37:15 sendUrl INFO 83 [156] R:OK -2015-03-10 17:38:04 queue INFO >>83 [157] -2015-03-10 17:38:05 sendUrl INFO 83 [157] R:OK -2015-03-10 17:38:55 queue INFO >>83 [158] -2015-03-10 17:38:55 sendUrl INFO 83 [158] R:OK -2015-03-10 17:39:45 queue INFO >>83 [159] -2015-03-10 17:39:45 sendUrl INFO 83 [159] R:OK -2015-03-10 17:40:07 queue INFO 87 [160] -2015-03-10 17:40:08 queue INFO >87 [161] -2015-03-10 17:40:08 sendUrl INFO 87 [160] R:OK -2015-03-10 17:40:08 sendUrl INFO 87 [161] R:OK -2015-03-10 17:40:09 queue INFO 83 [162] -2015-03-10 17:40:09 sendUrl INFO 83 [162] R:OK -2015-03-10 17:40:09 queue INFO >83 [163] -2015-03-10 17:40:10 sendUrl INFO 83 [163] R:OK -2015-03-10 17:40:59 queue INFO >>83 [164] -2015-03-10 17:40:59 sendUrl INFO 83 [164] R:OK -2015-03-10 17:41:49 queue INFO >>83 [165] -2015-03-10 17:41:50 sendUrl INFO 83 [165] R:OK -2015-03-10 17:42:39 queue INFO >>83 [166] -2015-03-10 17:42:40 sendUrl INFO 83 [166] R:OK -2015-03-10 17:43:30 queue INFO >>83 [167] -2015-03-10 17:43:30 sendUrl INFO 83 [167] R:OK -2015-03-10 17:44:20 queue INFO >>83 [168] -2015-03-10 17:44:20 sendUrl INFO 83 [168] R:OK -2015-03-10 17:45:10 queue INFO >>83 [169] -2015-03-10 17:45:10 sendUrl INFO 83 [169] R:OK -2015-03-10 17:46:00 queue INFO >>83 [170] -2015-03-10 17:46:00 sendUrl INFO 83 [170] R:OK -2015-03-10 17:46:50 queue INFO >>83 [171] -2015-03-10 17:46:50 sendUrl INFO 83 [171] R:OK -2015-03-10 17:47:40 queue INFO >>83 [172] -2015-03-10 17:47:41 sendUrl INFO 83 [172] R:OK -2015-03-10 17:48:04 queue INFO 87 [173] -2015-03-10 17:48:04 sendUrl INFO 87 [173] R:OK -2015-03-10 17:48:04 queue INFO >87 [174] -2015-03-10 17:48:04 sendUrl INFO 87 [174] R:OK -2015-03-10 17:48:05 queue INFO 83 [175] -2015-03-10 17:48:06 queue INFO >83 [176] -2015-03-10 17:48:06 sendUrl INFO 83 [175] R:OK -2015-03-10 17:48:06 sendUrl INFO 83 [176] R:OK -2015-03-10 17:48:55 queue INFO >>83 [177] -2015-03-10 17:48:56 sendUrl INFO 83 [177] R:OK -2015-03-10 17:49:46 queue INFO >>83 [178] -2015-03-10 17:49:46 sendUrl INFO 83 [178] R:OK -2015-03-10 17:50:36 queue INFO >>83 [179] -2015-03-10 17:50:36 sendUrl INFO 83 [179] R:OK -2015-03-10 17:51:26 queue INFO >>83 [180] -2015-03-10 17:51:26 sendUrl INFO 83 [180] R:OK -2015-03-10 17:52:16 queue INFO >>83 [181] -2015-03-10 17:52:16 sendUrl INFO 83 [181] R:OK -2015-03-10 17:53:06 queue INFO >>83 [182] -2015-03-10 17:53:06 sendUrl INFO 83 [182] R:OK -2015-03-10 17:53:56 queue INFO >>83 [183] -2015-03-10 17:53:57 sendUrl INFO 83 [183] R:OK -2015-03-10 17:54:47 queue INFO >>83 [184] -2015-03-10 17:54:47 sendUrl INFO 83 [184] R:OK -2015-03-10 17:55:37 queue INFO >>83 [185] -2015-03-10 17:55:37 sendUrl INFO 83 [185] R:OK -2015-03-10 17:56:00 queue INFO 87 [186] -2015-03-10 17:56:00 queue INFO >87 [187] -2015-03-10 17:56:00 sendUrl INFO 87 [186] R:OK -2015-03-10 17:56:00 sendUrl INFO 87 [187] R:OK -2015-03-10 17:56:01 queue INFO 83 [188] -2015-03-10 17:56:02 queue INFO >83 [189] -2015-03-10 17:56:02 sendUrl INFO 83 [188] R:OK -2015-03-10 17:56:02 sendUrl INFO 83 [189] R:OK -2015-03-10 17:56:51 queue INFO >>83 [190] -2015-03-10 17:56:52 sendUrl INFO 83 [190] R:OK -2015-03-10 17:57:42 queue INFO >>83 [191] -2015-03-10 17:57:42 sendUrl INFO 83 [191] R:OK -2015-03-10 17:58:32 queue INFO >>83 [192] -2015-03-10 17:58:32 sendUrl INFO 83 [192] R:OK -2015-03-10 17:59:22 queue INFO >>83 [193] -2015-03-10 17:59:22 sendUrl INFO 83 [193] R:OK -2015-03-10 18:00:12 queue INFO >>83 [194] -2015-03-10 18:00:12 sendUrl INFO 83 [194] R:OK -2015-03-10 18:01:02 queue INFO >>83 [195] -2015-03-10 18:01:02 sendUrl INFO 83 [195] R:OK -2015-03-10 18:01:52 queue INFO >>83 [196] -2015-03-10 18:01:52 sendUrl INFO 83 [196] R:OK -2015-03-10 18:02:42 queue INFO >>83 [197] -2015-03-10 18:02:43 sendUrl INFO 83 [197] R:OK -2015-03-10 18:03:33 queue INFO >>83 [198] -2015-03-10 18:03:33 sendUrl INFO 83 [198] R:OK -2015-03-10 18:03:42 queue INFO 99 [199] -2015-03-10 18:03:42 queue INFO >99 [200] -2015-03-10 18:03:42 sendUrl INFO 99 [199] R:OK -2015-03-10 18:03:43 sendUrl INFO 99 [200] R:OK -2015-03-10 18:04:32 queue INFO >>99 [201] -2015-03-10 18:04:32 sendUrl INFO 99 [201] R:OK -2015-03-10 18:05:22 queue INFO >>99 [202] -2015-03-10 18:05:22 sendUrl INFO 99 [202] R:OK -2015-03-10 18:05:37 queue INFO 89 [203] -2015-03-10 18:05:38 queue INFO >89 [204] -2015-03-10 18:05:38 sendUrl INFO 89 [203] R:OK -2015-03-10 18:05:38 sendUrl INFO 89 [204] R:OK -2015-03-10 18:05:40 queue INFO 81 [205] -2015-03-10 18:05:40 queue INFO >81 [206] -2015-03-10 18:05:40 sendUrl INFO 81 [205] R:OK -2015-03-10 18:05:40 sendUrl INFO 81 [206] R:OK -2015-03-10 18:05:44 queue INFO 83 [207] -2015-03-10 18:05:44 queue INFO >83 [208] -2015-03-10 18:05:44 sendUrl INFO 83 [207] R:OK -2015-03-10 18:05:45 sendUrl INFO 83 [208] R:OK -2015-03-10 18:06:06 queue INFO 87 [209] -2015-03-10 18:06:06 queue INFO >87 [210] -2015-03-10 18:06:07 sendUrl INFO 87 [209] R:OK -2015-03-10 18:06:07 sendUrl INFO 87 [210] R:OK -2015-03-10 18:06:08 queue INFO 83 [211] -2015-03-10 18:06:08 queue INFO >83 [212] -2015-03-10 18:06:08 sendUrl INFO 83 [211] R:OK -2015-03-10 18:06:09 sendUrl INFO 83 [212] R:OK -2015-03-10 18:06:58 queue INFO >>83 [213] -2015-03-10 18:06:58 sendUrl INFO 83 [213] R:OK -2015-03-10 18:07:48 queue INFO >>83 [214] -2015-03-10 18:07:48 sendUrl INFO 83 [214] R:OK -2015-03-10 18:08:38 queue INFO >>83 [215] -2015-03-10 18:08:39 sendUrl INFO 83 [215] R:OK -2015-03-10 18:09:28 queue INFO >>83 [216] -2015-03-10 18:09:28 sendUrl INFO 83 [216] R:OK -2015-03-10 18:10:18 queue INFO >>83 [217] -2015-03-10 18:10:19 sendUrl INFO 83 [217] R:OK -2015-03-10 18:11:09 queue INFO >>83 [218] -2015-03-10 18:11:09 sendUrl INFO 83 [218] R:OK -2015-03-10 18:11:59 queue INFO >>83 [219] -2015-03-10 18:11:59 sendUrl INFO 83 [219] R:OK -2015-03-10 18:12:49 queue INFO >>83 [220] -2015-03-10 18:12:49 sendUrl INFO 83 [220] R:OK -2015-03-10 18:13:39 queue INFO >>83 [221] -2015-03-10 18:13:40 sendUrl INFO 83 [221] R:OK -2015-03-10 18:14:01 queue INFO 87 [222] -2015-03-10 18:14:02 queue INFO >87 [223] -2015-03-10 18:14:02 sendUrl INFO 87 [222] R:OK -2015-03-10 18:14:02 sendUrl INFO 87 [223] R:OK -2015-03-10 18:14:03 queue INFO 83 [224] -2015-03-10 18:14:03 sendUrl INFO 83 [224] R:OK -2015-03-10 18:14:03 queue INFO >83 [225] -2015-03-10 18:14:04 sendUrl INFO 83 [225] R:OK -2015-03-10 18:14:53 queue INFO >>83 [226] -2015-03-10 18:14:54 sendUrl INFO 83 [226] R:OK -2015-03-10 18:15:43 queue INFO >>83 [227] -2015-03-10 18:15:44 sendUrl INFO 83 [227] R:OK -2015-03-10 18:16:34 queue INFO >>83 [228] -2015-03-10 18:16:34 sendUrl INFO 83 [228] R:OK -2015-03-10 18:17:24 queue INFO >>83 [229] -2015-03-10 18:17:24 sendUrl INFO 83 [229] R:OK -2015-03-10 18:18:14 queue INFO >>83 [230] -2015-03-10 18:18:14 sendUrl INFO 83 [230] R:OK -2015-03-10 18:19:04 queue INFO >>83 [231] -2015-03-10 18:19:04 sendUrl INFO 83 [231] R:OK -2015-03-10 18:19:54 queue INFO >>83 [232] -2015-03-10 18:19:55 sendUrl INFO 83 [232] R:OK -2015-03-10 18:20:44 queue INFO >>83 [233] -2015-03-10 18:20:45 sendUrl INFO 83 [233] R:OK -2015-03-10 18:21:34 queue INFO >>83 [234] -2015-03-10 18:21:35 sendUrl INFO 83 [234] R:OK -2015-03-10 18:21:57 queue INFO 87 [235] -2015-03-10 18:21:58 queue INFO >87 [236] -2015-03-10 18:21:58 sendUrl INFO 87 [235] R:OK -2015-03-10 18:21:58 sendUrl INFO 87 [236] R:OK -2015-03-10 18:21:59 queue INFO 83 [237] -2015-03-10 18:21:59 queue INFO >83 [238] -2015-03-10 18:21:59 sendUrl INFO 83 [237] R:OK -2015-03-10 18:22:00 sendUrl INFO 83 [238] R:OK -2015-03-10 18:22:49 queue INFO >>83 [239] -2015-03-10 18:22:49 sendUrl INFO 83 [239] R:OK -2015-03-10 18:23:39 queue INFO >>83 [240] -2015-03-10 18:23:40 sendUrl INFO 83 [240] R:OK -2015-03-10 18:24:29 queue INFO >>83 [241] -2015-03-10 18:24:30 sendUrl INFO 83 [241] R:OK -2015-03-10 18:25:20 queue INFO >>83 [242] -2015-03-10 18:25:20 sendUrl INFO 83 [242] R:OK -2015-03-10 18:26:10 queue INFO >>83 [243] -2015-03-10 18:26:10 sendUrl INFO 83 [243] R:OK -2015-03-10 18:27:00 queue INFO >>83 [244] -2015-03-10 18:27:00 sendUrl INFO 83 [244] R:OK -2015-03-10 18:27:50 queue INFO >>83 [245] -2015-03-10 18:27:50 sendUrl INFO 83 [245] R:OK -2015-03-10 18:28:40 queue INFO >>83 [246] -2015-03-10 18:28:41 sendUrl INFO 83 [246] R:OK -2015-03-10 18:29:30 queue INFO >>83 [247] -2015-03-10 18:29:31 sendUrl INFO 83 [247] R:OK -2015-03-10 18:29:53 queue INFO 87 [248] -2015-03-10 18:29:53 queue INFO >87 [249] -2015-03-10 18:29:54 sendUrl INFO 87 [248] R:OK -2015-03-10 18:29:54 sendUrl INFO 87 [249] R:OK -2015-03-10 18:29:55 queue INFO 83 [250] -2015-03-10 18:29:55 queue INFO >83 [251] -2015-03-10 18:29:55 sendUrl INFO 83 [250] R:OK -2015-03-10 18:29:56 sendUrl INFO 83 [251] R:OK -2015-03-10 18:30:45 queue INFO >>83 [252] -2015-03-10 18:30:45 sendUrl INFO 83 [252] R:OK -2015-03-10 18:31:35 queue INFO >>83 [253] -2015-03-10 18:31:35 sendUrl INFO 83 [253] R:OK -2015-03-10 18:32:25 queue INFO >>83 [254] -2015-03-10 18:32:25 sendUrl INFO 83 [254] R:OK -2015-03-10 18:33:15 queue INFO >>83 [255] -2015-03-10 18:33:16 sendUrl INFO 83 [255] R:OK -2015-03-10 18:34:06 queue INFO >>83 [256] -2015-03-10 18:34:06 sendUrl INFO 83 [256] R:OK -2015-03-10 18:34:56 queue INFO >>83 [257] -2015-03-10 18:34:56 sendUrl INFO 83 [257] R:OK -2015-03-10 18:35:46 queue INFO >>83 [258] -2015-03-10 18:35:46 sendUrl INFO 83 [258] R:OK -2015-03-10 18:36:36 queue INFO >>83 [259] -2015-03-10 18:36:36 sendUrl INFO 83 [259] R:OK -2015-03-10 18:37:26 queue INFO >>83 [260] -2015-03-10 18:37:26 sendUrl INFO 83 [260] R:OK -2015-03-10 18:37:49 queue INFO 87 [261] -2015-03-10 18:37:50 queue INFO >87 [262] -2015-03-10 18:37:50 sendUrl INFO 87 [261] R:OK -2015-03-10 18:37:50 sendUrl INFO 87 [262] R:OK -2015-03-10 18:37:51 queue INFO 83 [263] -2015-03-10 18:37:51 sendUrl INFO 83 [263] R:OK -2015-03-10 18:37:51 queue INFO >83 [264] -2015-03-10 18:37:52 sendUrl INFO 83 [264] R:OK -2015-03-10 18:38:41 queue INFO >>83 [265] -2015-03-10 18:38:41 sendUrl INFO 83 [265] R:OK -2015-03-10 18:39:31 queue INFO >>83 [266] -2015-03-10 18:39:32 sendUrl INFO 83 [266] R:OK -2015-03-10 18:40:21 queue INFO >>83 [267] -2015-03-10 18:40:22 sendUrl INFO 83 [267] R:OK -2015-03-10 18:41:12 queue INFO >>83 [268] -2015-03-10 18:41:12 sendUrl INFO 83 [268] R:OK -2015-03-10 18:42:02 queue INFO >>83 [269] -2015-03-10 18:42:02 sendUrl INFO 83 [269] R:OK -2015-03-10 18:42:52 queue INFO >>83 [270] -2015-03-10 18:42:52 sendUrl INFO 83 [270] R:OK -2015-03-10 18:43:42 queue INFO >>83 [271] -2015-03-10 18:43:42 sendUrl INFO 83 [271] R:OK -2015-03-10 18:44:32 queue INFO >>83 [272] -2015-03-10 18:44:33 sendUrl INFO 83 [272] R:OK -2015-03-10 18:45:22 queue INFO >>83 [273] -2015-03-10 18:45:23 sendUrl INFO 83 [273] R:OK -2015-03-10 18:45:45 queue INFO 87 [274] -2015-03-10 18:45:46 queue INFO >87 [275] -2015-03-10 18:45:46 sendUrl INFO 87 [274] R:OK -2015-03-10 18:45:46 sendUrl INFO 87 [275] R:OK -2015-03-10 18:45:47 queue INFO 83 [276] -2015-03-10 18:45:47 queue INFO >83 [277] -2015-03-10 18:45:47 sendUrl INFO 83 [276] R:OK -2015-03-10 18:45:48 sendUrl INFO 83 [277] R:OK -2015-03-10 18:46:37 queue INFO >>83 [278] -2015-03-10 18:46:38 sendUrl INFO 83 [278] R:OK -2015-03-10 18:47:27 queue INFO >>83 [279] -2015-03-10 18:47:27 sendUrl INFO 83 [279] R:OK -2015-03-10 18:48:18 queue INFO >>83 [280] -2015-03-10 18:48:18 sendUrl INFO 83 [280] R:OK -2015-03-10 18:49:08 queue INFO >>83 [281] -2015-03-10 18:49:08 sendUrl INFO 83 [281] R:OK -2015-03-10 18:49:58 queue INFO >>83 [282] -2015-03-10 18:49:58 sendUrl INFO 83 [282] R:OK -2015-03-10 18:50:48 queue INFO >>83 [283] -2015-03-10 18:50:48 sendUrl INFO 83 [283] R:OK -2015-03-10 18:51:38 queue INFO >>83 [284] -2015-03-10 18:51:39 sendUrl INFO 83 [284] R:OK -2015-03-10 18:52:28 queue INFO >>83 [285] -2015-03-10 18:52:28 sendUrl INFO 83 [285] R:OK -2015-03-10 18:53:18 queue INFO >>83 [286] -2015-03-10 18:53:19 sendUrl INFO 83 [286] R:OK -2015-03-10 18:53:41 queue INFO 87 [287] -2015-03-10 18:53:41 queue INFO >87 [288] -2015-03-10 18:53:41 sendUrl INFO 87 [287] R:OK -2015-03-10 18:53:42 sendUrl INFO 87 [288] R:OK -2015-03-10 18:53:43 queue INFO 83 [289] -2015-03-10 18:53:43 queue INFO >83 [290] -2015-03-10 18:53:43 sendUrl INFO 83 [289] R:OK -2015-03-10 18:53:43 sendUrl INFO 83 [290] R:OK -2015-03-10 18:54:33 queue INFO >>83 [291] -2015-03-10 18:54:33 sendUrl INFO 83 [291] R:OK -2015-03-10 18:55:23 queue INFO >>83 [292] -2015-03-10 18:55:23 sendUrl INFO 83 [292] R:OK -2015-03-10 18:56:13 queue INFO >>83 [293] -2015-03-10 18:56:13 sendUrl INFO 83 [293] R:OK -2015-03-10 18:57:03 queue INFO >>83 [294] -2015-03-10 18:57:03 sendUrl INFO 83 [294] R:OK -2015-03-10 18:57:53 queue INFO >>83 [295] -2015-03-10 18:57:54 sendUrl INFO 83 [295] R:OK -2015-03-10 18:58:43 queue INFO >>83 [296] -2015-03-10 18:58:44 sendUrl INFO 83 [296] R:OK -2015-03-10 18:59:34 queue INFO >>83 [297] -2015-03-10 18:59:34 sendUrl INFO 83 [297] R:OK -2015-03-10 19:00:24 queue INFO >>83 [298] -2015-03-10 19:00:24 sendUrl INFO 83 [298] R:OK -2015-03-10 19:01:14 queue INFO >>83 [299] -2015-03-10 19:01:14 sendUrl INFO 83 [299] R:OK -2015-03-10 19:01:37 queue INFO 87 [300] -2015-03-10 19:01:37 queue INFO >87 [301] -2015-03-10 19:01:37 sendUrl INFO 87 [300] R:OK -2015-03-10 19:01:38 sendUrl INFO 87 [301] R:OK -2015-03-10 19:01:38 queue INFO 83 [302] -2015-03-10 19:01:38 queue INFO >83 [303] -2015-03-10 19:01:39 sendUrl INFO 83 [302] R:OK -2015-03-10 19:01:39 sendUrl INFO 83 [303] R:OK -2015-03-10 19:02:28 queue INFO >>83 [304] -2015-03-10 19:02:29 sendUrl INFO 83 [304] R:OK -2015-03-10 19:03:18 queue INFO >>83 [305] -2015-03-10 19:03:19 sendUrl INFO 83 [305] R:OK -2015-03-10 19:04:09 queue INFO >>83 [306] -2015-03-10 19:04:09 sendUrl INFO 83 [306] R:OK -2015-03-10 19:04:59 queue INFO >>83 [307] -2015-03-10 19:04:59 sendUrl INFO 83 [307] R:OK -2015-03-10 19:05:49 queue INFO >>83 [308] -2015-03-10 19:05:49 sendUrl INFO 83 [308] R:OK -2015-03-10 19:06:39 queue INFO >>83 [309] -2015-03-10 19:06:40 sendUrl INFO 83 [309] R:OK -2015-03-10 19:07:29 queue INFO >>83 [310] -2015-03-10 19:07:29 sendUrl INFO 83 [310] R:OK -2015-03-10 19:08:19 queue INFO >>83 [311] -2015-03-10 19:08:20 sendUrl INFO 83 [311] R:OK -2015-03-10 19:09:10 queue INFO >>83 [312] -2015-03-10 19:09:10 sendUrl INFO 83 [312] R:OK -2015-03-10 19:09:32 queue INFO 87 [313] -2015-03-10 19:09:33 queue INFO >87 [314] -2015-03-10 19:09:33 sendUrl INFO 87 [313] R:OK -2015-03-10 19:09:33 sendUrl INFO 87 [314] R:OK -2015-03-10 19:09:34 queue INFO 83 [315] -2015-03-10 19:09:34 queue INFO >83 [316] -2015-03-10 19:09:34 sendUrl INFO 83 [315] R:OK -2015-03-10 19:09:35 sendUrl INFO 83 [316] R:OK -2015-03-10 19:10:24 queue INFO >>83 [317] -2015-03-10 19:10:25 sendUrl INFO 83 [317] R:OK -2015-03-10 19:11:14 queue INFO >>83 [318] -2015-03-10 19:11:14 sendUrl INFO 83 [318] R:OK -2015-03-10 19:12:04 queue INFO >>83 [319] -2015-03-10 19:12:05 sendUrl INFO 83 [319] R:OK -2015-03-10 19:12:54 queue INFO >>83 [320] -2015-03-10 19:12:55 sendUrl INFO 83 [320] R:OK -2015-03-10 19:13:45 queue INFO >>83 [321] -2015-03-10 19:13:45 sendUrl INFO 83 [321] R:OK -2015-03-10 19:14:35 queue INFO >>83 [322] -2015-03-10 19:14:35 sendUrl INFO 83 [322] R:OK -2015-03-10 19:15:25 queue INFO >>83 [323] -2015-03-10 19:15:25 sendUrl INFO 83 [323] R:OK -2015-03-10 19:16:15 queue INFO >>83 [324] -2015-03-10 19:16:15 sendUrl INFO 83 [324] R:OK -2015-03-10 19:17:05 queue INFO >>83 [325] -2015-03-10 19:17:06 sendUrl INFO 83 [325] R:OK -2015-03-10 19:17:28 queue INFO 87 [326] -2015-03-10 19:17:28 queue INFO >87 [327] -2015-03-10 19:17:28 sendUrl INFO 87 [326] R:OK -2015-03-10 19:17:29 sendUrl INFO 87 [327] R:OK -2015-03-10 19:17:30 queue INFO 83 [328] -2015-03-10 19:17:30 queue INFO >83 [329] -2015-03-10 19:17:30 sendUrl INFO 83 [328] R:OK -2015-03-10 19:17:30 sendUrl INFO 83 [329] R:OK -2015-03-10 19:18:20 queue INFO >>83 [330] -2015-03-10 19:18:20 sendUrl INFO 83 [330] R:OK -2015-03-10 19:19:10 queue INFO >>83 [331] -2015-03-10 19:19:10 sendUrl INFO 83 [331] R:OK -2015-03-10 19:20:00 queue INFO >>83 [332] -2015-03-10 19:20:00 sendUrl INFO 83 [332] R:OK -2015-03-10 19:20:50 queue INFO >>83 [333] -2015-03-10 19:20:51 sendUrl INFO 83 [333] R:OK -2015-03-10 19:21:40 queue INFO >>83 [334] -2015-03-10 19:21:41 sendUrl INFO 83 [334] R:OK -2015-03-10 19:22:30 queue INFO >>83 [335] -2015-03-10 19:22:31 sendUrl INFO 83 [335] R:OK -2015-03-10 19:23:17 queue INFO 81 [336] -2015-03-10 19:23:17 queue INFO >81 [337] -2015-03-10 19:23:17 sendUrl INFO 81 [336] R:OK -2015-03-10 19:23:18 sendUrl INFO 81 [337] R:OK -2015-03-10 19:23:30 queue INFO 83 [338] -2015-03-10 19:23:30 queue INFO >83 [339] -2015-03-10 19:23:30 sendUrl INFO 83 [338] R:OK -2015-03-10 19:23:31 sendUrl INFO 83 [339] R:OK -2015-03-10 19:24:20 queue INFO >>83 [340] -2015-03-10 19:24:20 sendUrl INFO 83 [340] R:OK -2015-03-10 19:25:10 queue INFO >>83 [341] -2015-03-10 19:25:10 sendUrl INFO 83 [341] R:OK -2015-03-10 19:25:25 queue INFO 87 [342] -2015-03-10 19:25:25 queue INFO >87 [343] -2015-03-10 19:25:25 sendUrl INFO 87 [342] R:OK -2015-03-10 19:25:26 sendUrl INFO 87 [343] R:OK -2015-03-10 19:25:27 queue INFO 83 [344] -2015-03-10 19:25:27 queue INFO >83 [345] -2015-03-10 19:25:27 sendUrl INFO 83 [344] R:OK -2015-03-10 19:25:28 sendUrl INFO 83 [345] R:OK -2015-03-10 19:26:17 queue INFO >>83 [346] -2015-03-10 19:26:17 sendUrl INFO 83 [346] R:OK -2015-03-10 19:27:07 queue INFO >>83 [347] -2015-03-10 19:27:07 sendUrl INFO 83 [347] R:OK -2015-03-10 19:27:57 queue INFO >>83 [348] -2015-03-10 19:27:57 sendUrl INFO 83 [348] R:OK -2015-03-10 19:28:47 queue INFO >>83 [349] -2015-03-10 19:28:47 sendUrl INFO 83 [349] R:OK -2015-03-10 19:29:37 queue INFO >>83 [350] -2015-03-10 19:29:38 sendUrl INFO 83 [350] R:OK -2015-03-10 19:30:27 queue INFO >>83 [351] -2015-03-10 19:30:28 sendUrl INFO 83 [351] R:OK -2015-03-10 19:31:18 queue INFO >>83 [352] -2015-03-10 19:31:18 sendUrl INFO 83 [352] R:OK -2015-03-10 19:32:08 queue INFO >>83 [353] -2015-03-10 19:32:08 sendUrl INFO 83 [353] R:OK -2015-03-10 19:32:58 queue INFO >>83 [354] -2015-03-10 19:32:58 sendUrl INFO 83 [354] R:OK -2015-03-10 19:33:21 queue INFO 87 [355] -2015-03-10 19:33:21 queue INFO >87 [356] -2015-03-10 19:33:21 sendUrl INFO 87 [355] R:OK -2015-03-10 19:33:22 sendUrl INFO 87 [356] R:OK -2015-03-10 19:33:23 queue INFO 83 [357] -2015-03-10 19:33:23 queue INFO >83 [358] -2015-03-10 19:33:23 sendUrl INFO 83 [357] R:OK -2015-03-10 19:33:23 sendUrl INFO 83 [358] R:OK -2015-03-10 19:34:13 queue INFO >>83 [359] -2015-03-10 19:34:13 sendUrl INFO 83 [359] R:OK -2015-03-10 19:35:03 queue INFO >>83 [360] -2015-03-10 19:35:03 sendUrl INFO 83 [360] R:OK -2015-03-10 19:35:53 queue INFO >>83 [361] -2015-03-10 19:35:53 sendUrl INFO 83 [361] R:OK -2015-03-10 19:36:43 queue INFO >>83 [362] -2015-03-10 19:36:44 sendUrl INFO 83 [362] R:OK -2015-03-10 19:37:33 queue INFO >>83 [363] -2015-03-10 19:37:34 sendUrl INFO 83 [363] R:OK -2015-03-10 19:38:24 queue INFO >>83 [364] -2015-03-10 19:38:24 sendUrl INFO 83 [364] R:OK -2015-03-10 19:39:14 queue INFO >>83 [365] -2015-03-10 19:39:14 sendUrl INFO 83 [365] R:OK -2015-03-10 19:40:04 queue INFO >>83 [366] -2015-03-10 19:40:04 sendUrl INFO 83 [366] R:OK -2015-03-10 19:40:54 queue INFO >>83 [367] -2015-03-10 19:40:54 sendUrl INFO 83 [367] R:OK -2015-03-10 19:41:16 queue INFO 87 [368] -2015-03-10 19:41:17 queue INFO >87 [369] -2015-03-10 19:41:17 sendUrl INFO 87 [368] R:OK -2015-03-10 19:41:17 sendUrl INFO 87 [369] R:OK -2015-03-10 19:41:18 queue INFO 83 [370] -2015-03-10 19:41:18 queue INFO >83 [371] -2015-03-10 19:41:18 sendUrl INFO 83 [370] R:OK -2015-03-10 19:41:19 sendUrl INFO 83 [371] R:OK -2015-03-10 19:42:08 queue INFO >>83 [372] -2015-03-10 19:42:09 sendUrl INFO 83 [372] R:OK -2015-03-10 19:42:58 queue INFO >>83 [373] -2015-03-10 19:42:59 sendUrl INFO 83 [373] R:OK -2015-03-10 19:43:49 queue INFO >>83 [374] -2015-03-10 19:43:49 sendUrl INFO 83 [374] R:OK -2015-03-10 19:44:39 queue INFO >>83 [375] -2015-03-10 19:44:39 sendUrl INFO 83 [375] R:OK -2015-03-10 19:45:29 queue INFO >>83 [376] -2015-03-10 19:45:29 sendUrl INFO 83 [376] R:OK -2015-03-10 19:46:19 queue INFO >>83 [377] -2015-03-10 19:46:19 sendUrl INFO 83 [377] R:OK -2015-03-10 19:47:09 queue INFO >>83 [378] -2015-03-10 19:47:09 sendUrl INFO 83 [378] R:OK -2015-03-10 19:47:59 queue INFO >>83 [379] -2015-03-10 19:48:00 sendUrl INFO 83 [379] R:OK -2015-03-10 19:48:49 queue INFO >>83 [380] -2015-03-10 19:48:50 sendUrl INFO 83 [380] R:OK -2015-03-10 19:49:12 queue INFO 87 [381] -2015-03-10 19:49:12 queue INFO >87 [382] -2015-03-10 19:49:13 sendUrl INFO 87 [381] R:OK -2015-03-10 19:49:13 sendUrl INFO 87 [382] R:OK -2015-03-10 19:49:14 queue INFO 83 [383] -2015-03-10 19:49:14 queue INFO >83 [384] -2015-03-10 19:49:14 sendUrl INFO 83 [383] R:OK -2015-03-10 19:49:15 sendUrl INFO 83 [384] R:OK -2015-03-10 19:50:04 queue INFO >>83 [385] -2015-03-10 19:50:04 sendUrl INFO 83 [385] R:OK -2015-03-10 19:50:54 queue INFO >>83 [386] -2015-03-10 19:50:54 sendUrl INFO 83 [386] R:OK -2015-03-10 19:51:44 queue INFO >>83 [387] -2015-03-10 19:51:45 sendUrl INFO 83 [387] R:OK -2015-03-10 19:52:34 queue INFO >>83 [388] -2015-03-10 19:52:35 sendUrl INFO 83 [388] R:OK -2015-03-10 19:53:24 queue INFO >>83 [389] -2015-03-10 19:53:25 sendUrl INFO 83 [389] R:OK -2015-03-10 19:54:15 queue INFO >>83 [390] -2015-03-10 19:54:15 sendUrl INFO 83 [390] R:OK -2015-03-10 19:55:05 queue INFO >>83 [391] -2015-03-10 19:55:05 sendUrl INFO 83 [391] R:OK -2015-03-10 19:55:55 queue INFO >>83 [392] -2015-03-10 19:55:55 sendUrl INFO 83 [392] R:OK -2015-03-10 19:56:45 queue INFO >>83 [393] -2015-03-10 19:56:46 sendUrl INFO 83 [393] R:OK -2015-03-10 19:57:08 queue INFO 87 [394] -2015-03-10 19:57:08 queue INFO >87 [395] -2015-03-10 19:57:08 sendUrl INFO 87 [394] R:OK -2015-03-10 19:57:09 sendUrl INFO 87 [395] R:OK -2015-03-10 19:57:10 queue INFO 83 [396] -2015-03-10 19:57:10 sendUrl INFO 83 [396] R:OK -2015-03-10 19:57:10 queue INFO >83 [397] -2015-03-10 19:57:10 sendUrl INFO 83 [397] R:OK -2015-03-10 19:58:00 queue INFO >>83 [398] -2015-03-10 19:58:00 sendUrl INFO 83 [398] R:OK -2015-03-10 19:58:50 queue INFO >>83 [399] -2015-03-10 19:58:50 sendUrl INFO 83 [399] R:OK -2015-03-10 19:59:40 queue INFO >>83 [400] -2015-03-10 19:59:40 sendUrl INFO 83 [400] R:OK -2015-03-10 20:00:30 queue INFO >>83 [401] -2015-03-10 20:00:31 sendUrl INFO 83 [401] R:OK -2015-03-10 20:01:20 queue INFO >>83 [402] -2015-03-10 20:01:21 sendUrl INFO 83 [402] R:OK -2015-03-10 20:02:10 queue INFO >>83 [403] -2015-03-10 20:02:11 sendUrl INFO 83 [403] R:OK -2015-03-10 20:03:01 queue INFO >>83 [404] -2015-03-10 20:03:01 sendUrl INFO 83 [404] R:OK -2015-03-10 20:03:51 queue INFO >>83 [405] -2015-03-10 20:03:51 sendUrl INFO 83 [405] R:OK -2015-03-10 20:04:41 queue INFO >>83 [406] -2015-03-10 20:04:41 sendUrl INFO 83 [406] R:OK -2015-03-10 20:05:04 queue INFO 87 [407] -2015-03-10 20:05:04 queue INFO >87 [408] -2015-03-10 20:05:04 sendUrl INFO 87 [407] R:OK -2015-03-10 20:05:04 sendUrl INFO 87 [408] R:OK -2015-03-10 20:05:05 queue INFO 83 [409] -2015-03-10 20:05:05 sendUrl INFO 83 [409] R:OK -2015-03-10 20:05:05 queue INFO >83 [410] -2015-03-10 20:05:06 sendUrl INFO 83 [410] R:OK -2015-03-10 20:05:55 queue INFO >>83 [411] -2015-03-10 20:05:56 sendUrl INFO 83 [411] R:OK -2015-03-10 20:06:46 queue INFO >>83 [412] -2015-03-10 20:06:46 sendUrl INFO 83 [412] R:OK -2015-03-10 20:07:36 queue INFO >>83 [413] -2015-03-10 20:07:36 sendUrl INFO 83 [413] R:OK -2015-03-10 20:08:26 queue INFO >>83 [414] -2015-03-10 20:08:26 sendUrl INFO 83 [414] R:OK -2015-03-10 20:09:16 queue INFO >>83 [415] -2015-03-10 20:09:16 sendUrl INFO 83 [415] R:OK -2015-03-10 20:10:06 queue INFO >>83 [416] -2015-03-10 20:10:06 sendUrl INFO 83 [416] R:OK -2015-03-10 20:10:56 queue INFO >>83 [417] -2015-03-10 20:10:57 sendUrl INFO 83 [417] R:OK -2015-03-10 20:11:46 queue INFO >>83 [418] -2015-03-10 20:11:47 sendUrl INFO 83 [418] R:OK -2015-03-10 20:12:37 queue INFO >>83 [419] -2015-03-10 20:12:37 sendUrl INFO 83 [419] R:OK -2015-03-10 20:13:00 queue INFO 87 [420] -2015-03-10 20:13:00 queue INFO >87 [421] -2015-03-10 20:13:00 sendUrl INFO 87 [420] R:OK -2015-03-10 20:13:00 sendUrl INFO 87 [421] R:OK -2015-03-10 20:13:01 queue INFO 83 [422] -2015-03-10 20:13:01 queue INFO >83 [423] -2015-03-10 20:13:02 sendUrl INFO 83 [422] R:OK -2015-03-10 20:13:02 sendUrl INFO 83 [423] R:OK -2015-03-10 20:13:51 queue INFO >>83 [424] -2015-03-10 20:13:52 sendUrl INFO 83 [424] R:OK -2015-03-10 20:14:42 queue INFO >>83 [425] -2015-03-10 20:14:42 sendUrl INFO 83 [425] R:OK -2015-03-10 20:15:32 queue INFO >>83 [426] -2015-03-10 20:15:32 sendUrl INFO 83 [426] R:OK -2015-03-10 20:16:22 queue INFO >>83 [427] -2015-03-10 20:16:22 sendUrl INFO 83 [427] R:OK -2015-03-10 20:17:12 queue INFO >>83 [428] -2015-03-10 20:17:12 sendUrl INFO 83 [428] R:OK -2015-03-10 20:18:02 queue INFO >>83 [429] -2015-03-10 20:18:02 sendUrl INFO 83 [429] R:OK -2015-03-10 20:18:52 queue INFO >>83 [430] -2015-03-10 20:18:53 sendUrl INFO 83 [430] R:OK -2015-03-10 20:19:43 queue INFO >>83 [431] -2015-03-10 20:19:43 sendUrl INFO 83 [431] R:OK -2015-03-10 20:20:33 queue INFO >>83 [432] -2015-03-10 20:20:33 sendUrl INFO 83 [432] R:OK -2015-03-10 20:20:42 queue INFO 93 [433] -2015-03-10 20:20:42 queue INFO 99 [434] -2015-03-10 20:20:42 queue INFO >99 [435] -2015-03-10 20:20:42 sendUrl INFO 93 [433] R:OK -2015-03-10 20:20:43 sendUrl INFO 99 [434] R:OK -2015-03-10 20:20:43 sendUrl INFO 99 [435] R:OK -2015-03-10 20:21:32 queue INFO >>99 [436] -2015-03-10 20:21:32 sendUrl INFO 99 [436] R:OK -2015-03-10 20:22:22 queue INFO >>99 [437] -2015-03-10 20:22:23 sendUrl INFO 99 [437] R:OK -2015-03-10 20:23:12 queue INFO >>99 [438] -2015-03-10 20:23:13 sendUrl INFO 99 [438] R:OK -2015-03-10 20:24:02 queue INFO >>99 [439] -2015-03-10 20:24:03 sendUrl INFO 99 [439] R:OK -2015-03-10 20:24:26 queue INFO 89 [440] -2015-03-10 20:24:27 queue INFO >89 [441] -2015-03-10 20:24:27 sendUrl INFO 89 [440] R:OK -2015-03-10 20:24:28 sendUrl INFO 89 [441] R:OK -2015-03-10 20:24:30 queue INFO 81 [442] -2015-03-10 20:24:31 sendUrl INFO 81 [442] R:OK -2015-03-10 20:24:31 queue INFO >81 [443] -2015-03-10 20:24:31 sendUrl INFO 81 [443] R:OK -2015-03-10 20:24:33 queue INFO 83 [444] -2015-03-10 20:24:33 queue INFO >83 [445] -2015-03-10 20:24:34 sendUrl INFO 83 [444] R:OK -2015-03-10 20:24:34 sendUrl INFO 83 [445] R:OK -2015-03-10 20:24:55 queue INFO 87 [446] -2015-03-10 20:24:55 queue INFO >87 [447] -2015-03-10 20:24:55 sendUrl INFO 87 [446] R:OK -2015-03-10 20:24:55 sendUrl INFO 87 [447] R:OK -2015-03-10 20:24:56 queue INFO 83 [448] -2015-03-10 20:24:56 queue INFO >83 [449] -2015-03-10 20:24:56 sendUrl INFO 83 [448] R:OK -2015-03-10 20:24:57 sendUrl INFO 83 [449] R:OK -2015-03-10 20:25:46 queue INFO >>83 [450] -2015-03-10 20:25:47 sendUrl INFO 83 [450] R:OK -2015-03-10 20:26:36 queue INFO >>83 [451] -2015-03-10 20:26:36 sendUrl INFO 83 [451] R:OK -2015-03-10 20:27:26 queue INFO >>83 [452] -2015-03-10 20:27:27 sendUrl INFO 83 [452] R:OK -2015-03-10 20:28:16 queue INFO >>83 [453] -2015-03-10 20:28:17 sendUrl INFO 83 [453] R:OK -2015-03-10 20:29:07 queue INFO >>83 [454] -2015-03-10 20:29:07 sendUrl INFO 83 [454] R:OK -2015-03-10 20:29:57 queue INFO >>83 [455] -2015-03-10 20:29:57 sendUrl INFO 83 [455] R:OK -2015-03-10 20:30:47 queue INFO >>83 [456] -2015-03-10 20:30:47 sendUrl INFO 83 [456] R:OK -2015-03-10 20:31:37 queue INFO >>83 [457] -2015-03-10 20:31:37 sendUrl INFO 83 [457] R:OK -2015-03-10 20:32:27 queue INFO >>83 [458] -2015-03-10 20:32:28 sendUrl INFO 83 [458] R:OK -2015-03-10 20:32:50 queue INFO 87 [459] -2015-03-10 20:32:50 queue INFO >87 [460] -2015-03-10 20:32:50 sendUrl INFO 87 [459] R:OK -2015-03-10 20:32:51 sendUrl INFO 87 [460] R:OK -2015-03-10 20:32:52 queue INFO 83 [461] -2015-03-10 20:32:52 queue INFO >83 [462] -2015-03-10 20:32:52 sendUrl INFO 83 [461] R:OK -2015-03-10 20:32:52 sendUrl INFO 83 [462] R:OK -2015-03-10 20:33:42 queue INFO >>83 [463] -2015-03-10 20:33:42 sendUrl INFO 83 [463] R:OK -2015-03-10 20:34:32 queue INFO >>83 [464] -2015-03-10 20:34:32 sendUrl INFO 83 [464] R:OK -2015-03-10 20:35:22 queue INFO >>83 [465] -2015-03-10 20:35:22 sendUrl INFO 83 [465] R:OK -2015-03-10 20:36:12 queue INFO >>83 [466] -2015-03-10 20:36:12 sendUrl INFO 83 [466] R:OK -2015-03-10 20:37:02 queue INFO >>83 [467] -2015-03-10 20:37:03 sendUrl INFO 83 [467] R:OK -2015-03-10 20:37:52 queue INFO >>83 [468] -2015-03-10 20:37:53 sendUrl INFO 83 [468] R:OK -2015-03-10 20:38:43 queue INFO >>83 [469] -2015-03-10 20:38:43 sendUrl INFO 83 [469] R:OK -2015-03-10 20:39:33 queue INFO >>83 [470] -2015-03-10 20:39:33 sendUrl INFO 83 [470] R:OK -2015-03-10 20:40:23 queue INFO >>83 [471] -2015-03-10 20:40:23 sendUrl INFO 83 [471] R:OK -2015-03-10 20:40:46 queue INFO 87 [472] -2015-03-10 20:40:46 queue INFO >87 [473] -2015-03-10 20:40:46 sendUrl INFO 87 [472] R:OK -2015-03-10 20:40:47 sendUrl INFO 87 [473] R:OK -2015-03-10 20:40:47 queue INFO 83 [474] -2015-03-10 20:40:47 queue INFO >83 [475] -2015-03-10 20:40:48 sendUrl INFO 83 [474] R:OK -2015-03-10 20:40:48 sendUrl INFO 83 [475] R:OK -2015-03-10 20:41:37 queue INFO >>83 [476] -2015-03-10 20:41:38 sendUrl INFO 83 [476] R:OK -2015-03-10 20:42:27 queue INFO >>83 [477] -2015-03-10 20:42:28 sendUrl INFO 83 [477] R:OK -2015-03-10 20:43:18 queue INFO >>83 [478] -2015-03-10 20:43:18 sendUrl INFO 83 [478] R:OK -2015-03-10 20:44:08 queue INFO >>83 [479] -2015-03-10 20:44:08 sendUrl INFO 83 [479] R:OK -2015-03-10 20:44:58 queue INFO >>83 [480] -2015-03-10 20:44:58 sendUrl INFO 83 [480] R:OK -2015-03-10 20:45:48 queue INFO >>83 [481] -2015-03-10 20:45:49 sendUrl INFO 83 [481] R:OK -2015-03-10 20:46:38 queue INFO >>83 [482] -2015-03-10 20:46:38 sendUrl INFO 83 [482] R:OK -2015-03-10 20:47:28 queue INFO >>83 [483] -2015-03-10 20:47:29 sendUrl INFO 83 [483] R:OK -2015-03-10 20:48:19 queue INFO >>83 [484] -2015-03-10 20:48:19 sendUrl INFO 83 [484] R:OK -2015-03-10 20:48:41 queue INFO 87 [485] -2015-03-10 20:48:42 queue INFO >87 [486] -2015-03-10 20:48:42 sendUrl INFO 87 [485] R:OK -2015-03-10 20:48:42 sendUrl INFO 87 [486] R:OK -2015-03-10 20:48:43 queue INFO 83 [487] -2015-03-10 20:48:43 queue INFO >83 [488] -2015-03-10 20:48:43 sendUrl INFO 83 [487] R:OK -2015-03-10 20:48:44 sendUrl INFO 83 [488] R:OK -2015-03-10 20:49:33 queue INFO >>83 [489] -2015-03-10 20:49:34 sendUrl INFO 83 [489] R:OK -2015-03-10 20:50:23 queue INFO >>83 [490] -2015-03-10 20:50:24 sendUrl INFO 83 [490] R:OK -2015-03-10 20:51:13 queue INFO >>83 [491] -2015-03-10 20:51:14 sendUrl INFO 83 [491] R:OK -2015-03-10 20:52:04 queue INFO >>83 [492] -2015-03-10 20:52:04 sendUrl INFO 83 [492] R:OK -2015-03-10 20:52:54 queue INFO >>83 [493] -2015-03-10 20:52:54 sendUrl INFO 83 [493] R:OK -2015-03-10 20:53:44 queue INFO >>83 [494] -2015-03-10 20:53:44 sendUrl INFO 83 [494] R:OK -2015-03-10 20:54:34 queue INFO >>83 [495] -2015-03-10 20:54:35 sendUrl INFO 83 [495] R:OK -2015-03-10 20:55:24 queue INFO >>83 [496] -2015-03-10 20:55:24 sendUrl INFO 83 [496] R:OK -2015-03-10 20:56:14 queue INFO >>83 [497] -2015-03-10 20:56:15 sendUrl INFO 83 [497] R:OK -2015-03-10 20:56:37 queue INFO 87 [498] -2015-03-10 20:56:37 queue INFO >87 [499] -2015-03-10 20:56:37 sendUrl INFO 87 [498] R:OK -2015-03-10 20:56:38 sendUrl INFO 87 [499] R:OK -2015-03-10 20:56:39 queue INFO 83 [500] -2015-03-10 20:56:39 queue INFO >83 [501] -2015-03-10 20:56:39 sendUrl INFO 83 [500] R:OK -2015-03-10 20:56:39 sendUrl INFO 83 [501] R:OK -2015-03-10 20:57:29 queue INFO >>83 [502] -2015-03-10 20:57:29 sendUrl INFO 83 [502] R:OK -2015-03-10 20:58:19 queue INFO >>83 [503] -2015-03-10 20:58:20 sendUrl INFO 83 [503] R:OK -2015-03-10 20:59:09 queue INFO >>83 [504] -2015-03-10 20:59:09 sendUrl INFO 83 [504] R:OK -2015-03-10 20:59:59 queue INFO >>83 [505] -2015-03-10 21:00:00 sendUrl INFO 83 [505] R:OK -2015-03-10 21:00:49 queue INFO >>83 [506] -2015-03-10 21:00:50 sendUrl INFO 83 [506] R:OK -2015-03-10 21:01:40 queue INFO >>83 [507] -2015-03-10 21:01:40 sendUrl INFO 83 [507] R:OK -2015-03-10 21:02:30 queue INFO >>83 [508] -2015-03-10 21:02:30 sendUrl INFO 83 [508] R:OK -2015-03-10 21:03:20 queue INFO >>83 [509] -2015-03-10 21:03:20 sendUrl INFO 83 [509] R:OK -2015-03-10 21:04:10 queue INFO >>83 [510] -2015-03-10 21:04:10 sendUrl INFO 83 [510] R:OK -2015-03-10 21:04:33 queue INFO 87 [511] -2015-03-10 21:04:33 queue INFO >87 [512] -2015-03-10 21:04:34 sendUrl INFO 87 [511] R:OK -2015-03-10 21:04:34 sendUrl INFO 87 [512] R:OK -2015-03-10 21:04:35 queue INFO 83 [513] -2015-03-10 21:04:35 queue INFO >83 [514] -2015-03-10 21:04:35 sendUrl INFO 83 [513] R:OK -2015-03-10 21:04:35 sendUrl INFO 83 [514] R:OK -2015-03-10 21:05:25 queue INFO >>83 [515] -2015-03-10 21:05:25 sendUrl INFO 83 [515] R:OK -2015-03-10 21:06:15 queue INFO >>83 [516] -2015-03-10 21:06:15 sendUrl INFO 83 [516] R:OK -2015-03-10 21:07:05 queue INFO >>83 [517] -2015-03-10 21:07:05 sendUrl INFO 83 [517] R:OK -2015-03-10 21:07:55 queue INFO >>83 [518] -2015-03-10 21:07:56 sendUrl INFO 83 [518] R:OK -2015-03-10 21:08:46 queue INFO >>83 [519] -2015-03-10 21:08:46 sendUrl INFO 83 [519] R:OK -2015-03-10 21:09:36 queue INFO >>83 [520] -2015-03-10 21:09:36 sendUrl INFO 83 [520] R:OK -2015-03-10 21:10:26 queue INFO >>83 [521] -2015-03-10 21:10:26 sendUrl INFO 83 [521] R:OK -2015-03-10 21:11:16 queue INFO >>83 [522] -2015-03-10 21:11:16 sendUrl INFO 83 [522] R:OK -2015-03-10 21:12:06 queue INFO >>83 [523] -2015-03-10 21:12:06 sendUrl INFO 83 [523] R:OK -2015-03-10 21:12:29 queue INFO 87 [524] -2015-03-10 21:12:30 queue INFO >87 [525] -2015-03-10 21:12:30 sendUrl INFO 87 [524] R:OK -2015-03-10 21:12:30 sendUrl INFO 87 [525] R:OK -2015-03-10 21:12:31 queue INFO 83 [526] -2015-03-10 21:12:31 sendUrl INFO 83 [526] R:OK -2015-03-10 21:12:31 queue INFO >83 [527] -2015-03-10 21:12:32 sendUrl INFO 83 [527] R:OK -2015-03-10 21:13:21 queue INFO >>83 [528] -2015-03-10 21:13:21 sendUrl INFO 83 [528] R:OK -2015-03-10 21:14:11 queue INFO >>83 [529] -2015-03-10 21:14:12 sendUrl INFO 83 [529] R:OK -2015-03-10 21:15:01 queue INFO >>83 [530] -2015-03-10 21:15:02 sendUrl INFO 83 [530] R:OK -2015-03-10 21:15:52 queue INFO >>83 [531] -2015-03-10 21:15:52 sendUrl INFO 83 [531] R:OK -2015-03-10 21:16:42 queue INFO >>83 [532] -2015-03-10 21:16:42 sendUrl INFO 83 [532] R:OK -2015-03-10 21:17:32 queue INFO >>83 [533] -2015-03-10 21:17:32 sendUrl INFO 83 [533] R:OK -2015-03-10 21:18:22 queue INFO >>83 [534] -2015-03-10 21:18:22 sendUrl INFO 83 [534] R:OK -2015-03-10 21:19:12 queue INFO >>83 [535] -2015-03-10 21:19:12 sendUrl INFO 83 [535] R:OK -2015-03-10 21:20:02 queue INFO >>83 [536] -2015-03-10 21:20:03 sendUrl INFO 83 [536] R:OK -2015-03-10 21:20:25 queue INFO 87 [537] -2015-03-10 21:20:25 queue INFO >87 [538] -2015-03-10 21:20:25 sendUrl INFO 87 [537] R:OK -2015-03-10 21:20:26 sendUrl INFO 87 [538] R:OK -2015-03-10 21:20:27 queue INFO 83 [539] -2015-03-10 21:20:27 queue INFO >83 [540] -2015-03-10 21:20:27 sendUrl INFO 83 [539] R:OK -2015-03-10 21:20:27 sendUrl INFO 83 [540] R:OK -2015-03-10 21:21:17 queue INFO >>83 [541] -2015-03-10 21:21:17 sendUrl INFO 83 [541] R:OK -2015-03-10 21:22:07 queue INFO >>83 [542] -2015-03-10 21:22:07 sendUrl INFO 83 [542] R:OK -2015-03-10 21:22:57 queue INFO >>83 [543] -2015-03-10 21:22:57 sendUrl INFO 83 [543] R:OK -2015-03-10 21:23:47 queue INFO >>83 [544] -2015-03-10 21:23:48 sendUrl INFO 83 [544] R:OK -2015-03-10 21:24:37 queue INFO >>83 [545] -2015-03-10 21:24:37 sendUrl INFO 83 [545] R:OK -2015-03-10 21:25:27 queue INFO >>83 [546] -2015-03-10 21:25:28 sendUrl INFO 83 [546] R:OK -2015-03-10 21:26:18 queue INFO >>83 [547] -2015-03-10 21:26:18 sendUrl INFO 83 [547] R:OK -2015-03-10 21:27:08 queue INFO >>83 [548] -2015-03-10 21:27:08 sendUrl INFO 83 [548] R:OK -2015-03-10 21:27:58 queue INFO >>83 [549] -2015-03-10 21:27:58 sendUrl INFO 83 [549] R:OK -2015-03-10 21:28:20 queue INFO 87 [550] -2015-03-10 21:28:21 queue INFO >87 [551] -2015-03-10 21:28:21 sendUrl INFO 87 [550] R:OK -2015-03-10 21:28:21 sendUrl INFO 87 [551] R:OK -2015-03-10 21:28:22 queue INFO 83 [552] -2015-03-10 21:28:22 queue INFO >83 [553] -2015-03-10 21:28:22 sendUrl INFO 83 [552] R:OK -2015-03-10 21:28:23 sendUrl INFO 83 [553] R:OK -2015-03-10 21:29:12 queue INFO >>83 [554] -2015-03-10 21:29:13 sendUrl INFO 83 [554] R:OK -2015-03-10 21:30:02 queue INFO >>83 [555] -2015-03-10 21:30:03 sendUrl INFO 83 [555] R:OK -2015-03-10 21:30:53 queue INFO >>83 [556] -2015-03-10 21:30:53 sendUrl INFO 83 [556] R:OK -2015-03-10 21:31:43 queue INFO >>83 [557] -2015-03-10 21:31:43 sendUrl INFO 83 [557] R:OK -2015-03-10 21:32:33 queue INFO >>83 [558] -2015-03-10 21:32:33 sendUrl INFO 83 [558] R:OK -2015-03-10 21:33:23 queue INFO >>83 [559] -2015-03-10 21:33:23 sendUrl INFO 83 [559] R:OK -2015-03-10 21:34:13 queue INFO >>83 [560] -2015-03-10 21:34:13 sendUrl INFO 83 [560] R:OK -2015-03-10 21:35:03 queue INFO >>83 [561] -2015-03-10 21:35:04 sendUrl INFO 83 [561] R:OK -2015-03-10 21:35:53 queue INFO >>83 [562] -2015-03-10 21:35:54 sendUrl INFO 83 [562] R:OK -2015-03-10 21:36:16 queue INFO 87 [563] -2015-03-10 21:36:17 queue INFO >87 [564] -2015-03-10 21:36:17 sendUrl INFO 87 [563] R:OK -2015-03-10 21:36:17 sendUrl INFO 87 [564] R:OK -2015-03-10 21:36:18 queue INFO 83 [565] -2015-03-10 21:36:18 queue INFO >83 [566] -2015-03-10 21:36:18 sendUrl INFO 83 [565] R:OK -2015-03-10 21:36:19 sendUrl INFO 83 [566] R:OK -2015-03-10 21:37:08 queue INFO >>83 [567] -2015-03-10 21:37:08 sendUrl INFO 83 [567] R:OK -2015-03-10 21:37:58 queue INFO >>83 [568] -2015-03-10 21:37:58 sendUrl INFO 83 [568] R:OK -2015-03-10 21:38:48 queue INFO >>83 [569] -2015-03-10 21:38:49 sendUrl INFO 83 [569] R:OK -2015-03-10 21:39:38 queue INFO >>83 [570] -2015-03-10 21:39:39 sendUrl INFO 83 [570] R:OK -2015-03-10 21:40:29 queue INFO >>83 [571] -2015-03-10 21:40:29 sendUrl INFO 83 [571] R:OK -2015-03-10 21:41:19 queue INFO >>83 [572] -2015-03-10 21:41:19 sendUrl INFO 83 [572] R:OK -2015-03-10 21:42:09 queue INFO >>83 [573] -2015-03-10 21:42:09 sendUrl INFO 83 [573] R:OK -2015-03-10 21:42:59 queue INFO >>83 [574] -2015-03-10 21:42:59 sendUrl INFO 83 [574] R:OK -2015-03-10 21:43:49 queue INFO >>83 [575] -2015-03-10 21:43:50 sendUrl INFO 83 [575] R:OK -2015-03-10 21:44:12 queue INFO 87 [576] -2015-03-10 21:44:12 queue INFO >87 [577] -2015-03-10 21:44:12 sendUrl INFO 87 [576] R:OK -2015-03-10 21:44:13 sendUrl INFO 87 [577] R:OK -2015-03-10 21:44:14 queue INFO 83 [578] -2015-03-10 21:44:14 sendUrl INFO 83 [578] R:OK -2015-03-10 21:44:14 queue INFO >83 [579] -2015-03-10 21:44:14 sendUrl INFO 83 [579] R:OK -2015-03-10 21:45:04 queue INFO >>83 [580] -2015-03-10 21:45:04 sendUrl INFO 83 [580] R:OK -2015-03-10 21:45:54 queue INFO >>83 [581] -2015-03-10 21:45:54 sendUrl INFO 83 [581] R:OK -2015-03-10 21:46:44 queue INFO >>83 [582] -2015-03-10 21:46:44 sendUrl INFO 83 [582] R:OK -2015-03-10 21:47:34 queue INFO >>83 [583] -2015-03-10 21:47:35 sendUrl INFO 83 [583] R:OK -2015-03-10 21:48:24 queue INFO >>83 [584] -2015-03-10 21:48:25 sendUrl INFO 83 [584] R:OK -2015-03-10 21:49:15 queue INFO >>83 [585] -2015-03-10 21:49:15 sendUrl INFO 83 [585] R:OK -2015-03-10 21:50:05 queue INFO >>83 [586] -2015-03-10 21:50:05 sendUrl INFO 83 [586] R:OK -2015-03-10 21:50:55 queue INFO >>83 [587] -2015-03-10 21:50:55 sendUrl INFO 83 [587] R:OK -2015-03-10 21:51:45 queue INFO >>83 [588] -2015-03-10 21:51:45 sendUrl INFO 83 [588] R:OK -2015-03-10 21:52:08 queue INFO 87 [589] -2015-03-10 21:52:08 sendUrl INFO 87 [589] R:OK -2015-03-10 21:52:08 queue INFO >87 [590] -2015-03-10 21:52:09 sendUrl INFO 87 [590] R:OK -2015-03-10 21:52:10 queue INFO 83 [591] -2015-03-10 21:52:10 queue INFO >83 [592] -2015-03-10 21:52:10 sendUrl INFO 83 [591] R:OK -2015-03-10 21:52:11 sendUrl INFO 83 [592] R:OK -2015-03-10 21:53:00 queue INFO >>83 [593] -2015-03-10 21:53:00 sendUrl INFO 83 [593] R:OK -2015-03-10 21:53:50 queue INFO >>83 [594] -2015-03-10 21:53:51 sendUrl INFO 83 [594] R:OK -2015-03-10 21:54:40 queue INFO >>83 [595] -2015-03-10 21:54:41 sendUrl INFO 83 [595] R:OK -2015-03-10 21:55:30 queue INFO >>83 [596] -2015-03-10 21:55:31 sendUrl INFO 83 [596] R:OK -2015-03-10 21:56:21 queue INFO >>83 [597] -2015-03-10 21:56:21 sendUrl INFO 83 [597] R:OK -2015-03-10 21:57:11 queue INFO >>83 [598] -2015-03-10 21:57:11 sendUrl INFO 83 [598] R:OK -2015-03-10 21:58:01 queue INFO >>83 [599] -2015-03-10 21:58:01 sendUrl INFO 83 [599] R:OK -2015-03-10 21:58:51 queue INFO >>83 [600] -2015-03-10 21:58:52 sendUrl INFO 83 [600] R:OK -2015-03-10 21:59:41 queue INFO >>83 [601] -2015-03-10 21:59:41 sendUrl INFO 83 [601] R:OK -2015-03-10 22:00:04 queue INFO 87 [602] -2015-03-10 22:00:05 queue INFO >87 [603] -2015-03-10 22:00:05 sendUrl INFO 87 [602] R:OK -2015-03-10 22:00:05 sendUrl INFO 87 [603] R:OK -2015-03-10 22:00:06 queue INFO 83 [604] -2015-03-10 22:00:06 sendUrl INFO 83 [604] R:OK -2015-03-10 22:00:06 queue INFO >83 [605] -2015-03-10 22:00:07 sendUrl INFO 83 [605] R:OK -2015-03-10 22:00:56 queue INFO >>83 [606] -2015-03-10 22:00:56 sendUrl INFO 83 [606] R:OK -2015-03-10 22:01:46 queue INFO >>83 [607] -2015-03-10 22:01:47 sendUrl INFO 83 [607] R:OK -2015-03-10 22:02:36 queue INFO >>83 [608] -2015-03-10 22:02:37 sendUrl INFO 83 [608] R:OK -2015-03-10 22:03:27 queue INFO >>83 [609] -2015-03-10 22:03:27 sendUrl INFO 83 [609] R:OK -2015-03-10 22:04:17 queue INFO >>83 [610] -2015-03-10 22:04:17 sendUrl INFO 83 [610] R:OK -2015-03-10 22:05:07 queue INFO >>83 [611] -2015-03-10 22:05:07 sendUrl INFO 83 [611] R:OK -2015-03-10 22:05:57 queue INFO >>83 [612] -2015-03-10 22:05:57 sendUrl INFO 83 [612] R:OK -2015-03-10 22:06:06 queue INFO 81 [613] -2015-03-10 22:06:06 queue INFO >81 [614] -2015-03-10 22:06:06 sendUrl INFO 81 [613] R:OK -2015-03-10 22:06:07 sendUrl INFO 81 [614] R:OK -2015-03-10 22:06:56 queue INFO >>81 [615] -2015-03-10 22:06:57 sendUrl INFO 81 [615] R:OK -2015-03-10 22:07:47 queue INFO >>81 [616] -2015-03-10 22:07:47 sendUrl INFO 81 [616] R:OK -2015-03-10 22:08:37 queue INFO >>81 [617] -2015-03-10 22:08:37 sendUrl INFO 81 [617] R:OK -2015-03-10 22:09:04 queue INFO 99 [618] -2015-03-10 22:09:04 queue INFO >99 [619] -2015-03-10 22:09:04 sendUrl INFO 99 [618] R:OK -2015-03-10 22:09:05 sendUrl INFO 99 [619] R:OK -2015-03-10 22:09:41 queue INFO B9 [620] -2015-03-10 22:09:41 sendUrl INFO B9 [620] R:OK -2015-03-10 22:09:41 queue INFO >B9 [621] -2015-03-10 22:09:42 sendUrl INFO B9 [621] R:OK -2015-03-10 22:10:31 queue INFO >>B9 [622] -2015-03-10 22:10:32 sendUrl INFO B9 [622] R:OK -2015-03-10 22:11:22 queue INFO >>B9 [623] -2015-03-10 22:11:22 sendUrl INFO B9 [623] R:OK -2015-03-10 22:11:53 queue INFO A9 [624] -2015-03-10 22:11:53 queue INFO >A9 [625] -2015-03-10 22:11:53 sendUrl INFO A9 [624] R:OK -2015-03-10 22:11:54 sendUrl INFO A9 [625] R:OK -2015-03-10 22:12:18 queue INFO 81 [626] -2015-03-10 22:12:18 sendUrl INFO 81 [626] R:OK -2015-03-10 22:12:18 queue INFO >81 [627] -2015-03-10 22:12:18 sendUrl INFO 81 [627] R:OK -2015-03-10 22:12:27 queue INFO 83 [628] -2015-03-10 22:12:27 queue INFO >83 [629] -2015-03-10 22:12:28 sendUrl INFO 83 [628] R:OK -2015-03-10 22:12:28 sendUrl INFO 83 [629] R:OK -2015-03-10 22:12:52 queue INFO 87 [630] -2015-03-10 22:12:52 sendUrl INFO 87 [630] R:OK -2015-03-10 22:12:52 queue INFO >87 [631] -2015-03-10 22:12:53 sendUrl INFO 87 [631] R:OK -2015-03-10 22:12:54 queue INFO 83 [632] -2015-03-10 22:12:54 queue INFO >83 [633] -2015-03-10 22:12:54 sendUrl INFO 83 [632] R:OK -2015-03-10 22:12:55 sendUrl INFO 83 [633] R:OK -2015-03-10 22:13:44 queue INFO >>83 [634] -2015-03-10 22:13:44 sendUrl INFO 83 [634] R:OK -2015-03-10 22:14:34 queue INFO >>83 [635] -2015-03-10 22:14:34 sendUrl INFO 83 [635] R:OK -2015-03-10 22:15:24 queue INFO >>83 [636] -2015-03-10 22:15:25 sendUrl INFO 83 [636] R:OK -2015-03-10 22:16:14 queue INFO >>83 [637] -2015-03-10 22:16:14 sendUrl INFO 83 [637] R:OK -2015-03-10 22:17:04 queue INFO >>83 [638] -2015-03-10 22:17:05 sendUrl INFO 83 [638] R:OK -2015-03-10 22:17:55 queue INFO >>83 [639] -2015-03-10 22:17:55 sendUrl INFO 83 [639] R:OK -2015-03-10 22:18:45 queue INFO >>83 [640] -2015-03-10 22:18:45 sendUrl INFO 83 [640] R:OK -2015-03-10 22:19:35 queue INFO >>83 [641] -2015-03-10 22:19:35 sendUrl INFO 83 [641] R:OK -2015-03-10 22:20:25 queue INFO >>83 [642] -2015-03-10 22:20:25 sendUrl INFO 83 [642] R:OK -2015-03-10 22:20:48 queue INFO 87 [643] -2015-03-10 22:20:48 queue INFO >87 [644] -2015-03-10 22:20:48 sendUrl INFO 87 [643] R:OK -2015-03-10 22:20:49 sendUrl INFO 87 [644] R:OK -2015-03-10 22:20:50 queue INFO 83 [645] -2015-03-10 22:20:50 sendUrl INFO 83 [645] R:OK -2015-03-10 22:20:50 queue INFO >83 [646] -2015-03-10 22:20:50 sendUrl INFO 83 [646] R:OK -2015-03-10 22:21:40 queue INFO >>83 [647] -2015-03-10 22:21:40 sendUrl INFO 83 [647] R:OK -2015-03-10 22:22:30 queue INFO >>83 [648] -2015-03-10 22:22:31 sendUrl INFO 83 [648] R:OK -2015-03-10 22:23:20 queue INFO >>83 [649] -2015-03-10 22:23:20 sendUrl INFO 83 [649] R:OK -2015-03-10 22:24:10 queue INFO >>83 [650] -2015-03-10 22:24:11 sendUrl INFO 83 [650] R:OK -2015-03-10 22:25:00 queue INFO >>83 [651] -2015-03-10 22:25:01 sendUrl INFO 83 [651] R:OK -2015-03-10 22:25:51 queue INFO >>83 [652] -2015-03-10 22:25:51 sendUrl INFO 83 [652] R:OK -2015-03-10 22:26:41 queue INFO >>83 [653] -2015-03-10 22:26:41 sendUrl INFO 83 [653] R:OK -2015-03-10 22:27:31 queue INFO >>83 [654] -2015-03-10 22:27:31 sendUrl INFO 83 [654] R:OK -2015-03-10 22:28:21 queue INFO >>83 [655] -2015-03-10 22:28:21 sendUrl INFO 83 [655] R:OK -2015-03-10 22:28:44 queue INFO 87 [656] -2015-03-10 22:28:44 queue INFO >87 [657] -2015-03-10 22:28:44 sendUrl INFO 87 [656] R:OK -2015-03-10 22:28:44 sendUrl INFO 87 [657] R:OK -2015-03-10 22:28:45 queue INFO 83 [658] -2015-03-10 22:28:46 sendUrl INFO 83 [658] R:OK -2015-03-10 22:28:46 queue INFO >83 [659] -2015-03-10 22:28:46 sendUrl INFO 83 [659] R:OK -2015-03-10 22:29:36 queue INFO >>83 [660] -2015-03-10 22:29:36 sendUrl INFO 83 [660] R:OK -2015-03-10 22:30:26 queue INFO >>83 [661] -2015-03-10 22:30:26 sendUrl INFO 83 [661] R:OK -2015-03-10 22:31:16 queue INFO >>83 [662] -2015-03-10 22:31:16 sendUrl INFO 83 [662] R:OK -2015-03-10 22:32:06 queue INFO >>83 [663] -2015-03-10 22:32:06 sendUrl INFO 83 [663] R:OK -2015-03-10 22:32:56 queue INFO >>83 [664] -2015-03-10 22:32:57 sendUrl INFO 83 [664] R:OK -2015-03-10 22:33:46 queue INFO >>83 [665] -2015-03-10 22:33:46 sendUrl INFO 83 [665] R:OK -2015-03-10 22:34:36 queue INFO >>83 [666] -2015-03-10 22:34:37 sendUrl INFO 83 [666] R:OK -2015-03-10 22:35:27 queue INFO >>83 [667] -2015-03-10 22:35:27 sendUrl INFO 83 [667] R:OK -2015-03-10 22:36:17 queue INFO >>83 [668] -2015-03-10 22:36:17 sendUrl INFO 83 [668] R:OK -2015-03-10 22:36:39 queue INFO 87 [669] -2015-03-10 22:36:39 queue INFO >87 [670] -2015-03-10 22:36:40 sendUrl INFO 87 [669] R:OK -2015-03-10 22:36:40 sendUrl INFO 87 [670] R:OK -2015-03-10 22:36:41 queue INFO 83 [671] -2015-03-10 22:36:41 queue INFO >83 [672] -2015-03-10 22:36:41 sendUrl INFO 83 [671] R:OK -2015-03-10 22:36:42 sendUrl INFO 83 [672] R:OK -2015-03-10 22:37:31 queue INFO >>83 [673] -2015-03-10 22:37:31 sendUrl INFO 83 [673] R:OK -2015-03-10 22:38:21 queue INFO >>83 [674] -2015-03-10 22:38:21 sendUrl INFO 83 [674] R:OK -2015-03-10 22:39:11 queue INFO >>83 [675] -2015-03-10 22:39:12 sendUrl INFO 83 [675] R:OK -2015-03-10 22:40:01 queue INFO >>83 [676] -2015-03-10 22:40:02 sendUrl INFO 83 [676] R:OK -2015-03-10 22:40:52 queue INFO >>83 [677] -2015-03-10 22:40:52 sendUrl INFO 83 [677] R:OK -2015-03-10 22:41:42 queue INFO >>83 [678] -2015-03-10 22:41:42 sendUrl INFO 83 [678] R:OK -2015-03-10 22:42:32 queue INFO >>83 [679] -2015-03-10 22:42:32 sendUrl INFO 83 [679] R:OK -2015-03-10 22:43:22 queue INFO >>83 [680] -2015-03-10 22:43:22 sendUrl INFO 83 [680] R:OK -2015-03-10 22:44:12 queue INFO >>83 [681] -2015-03-10 22:44:13 sendUrl INFO 83 [681] R:OK -2015-03-10 22:44:35 queue INFO 87 [682] -2015-03-10 22:44:35 queue INFO >87 [683] -2015-03-10 22:44:35 sendUrl INFO 87 [682] R:OK -2015-03-10 22:44:36 sendUrl INFO 87 [683] R:OK -2015-03-10 22:44:37 queue INFO 83 [684] -2015-03-10 22:44:37 sendUrl INFO 83 [684] R:OK -2015-03-10 22:44:37 queue INFO >83 [685] -2015-03-10 22:44:37 sendUrl INFO 83 [685] R:OK -2015-03-10 22:45:27 queue INFO >>83 [686] -2015-03-10 22:45:27 sendUrl INFO 83 [686] R:OK -2015-03-10 22:46:17 queue INFO >>83 [687] -2015-03-10 22:46:17 sendUrl INFO 83 [687] R:OK -2015-03-10 22:47:07 queue INFO >>83 [688] -2015-03-10 22:47:07 sendUrl INFO 83 [688] R:OK -2015-03-10 22:47:57 queue INFO >>83 [689] -2015-03-10 22:47:58 sendUrl INFO 83 [689] R:OK -2015-03-10 22:48:47 queue INFO >>83 [690] -2015-03-10 22:48:48 sendUrl INFO 83 [690] R:OK -2015-03-10 22:49:38 queue INFO >>83 [691] -2015-03-10 22:49:38 sendUrl INFO 83 [691] R:OK -2015-03-10 22:50:28 queue INFO >>83 [692] -2015-03-10 22:50:28 sendUrl INFO 83 [692] R:OK -2015-03-10 22:51:18 queue INFO >>83 [693] -2015-03-10 22:51:18 sendUrl INFO 83 [693] R:OK -2015-03-10 22:52:08 queue INFO >>83 [694] -2015-03-10 22:52:08 sendUrl INFO 83 [694] R:OK -2015-03-10 22:52:31 queue INFO 87 [695] -2015-03-10 22:52:31 queue INFO >87 [696] -2015-03-10 22:52:31 sendUrl INFO 87 [695] R:OK -2015-03-10 22:52:32 sendUrl INFO 87 [696] R:OK -2015-03-10 22:52:33 queue INFO 83 [697] -2015-03-10 22:52:33 queue INFO >83 [698] -2015-03-10 22:52:33 sendUrl INFO 83 [697] R:OK -2015-03-10 22:52:33 sendUrl INFO 83 [698] R:OK -2015-03-10 22:53:23 queue INFO >>83 [699] -2015-03-10 22:53:23 sendUrl INFO 83 [699] R:OK -2015-03-10 22:54:13 queue INFO >>83 [700] -2015-03-10 22:54:13 sendUrl INFO 83 [700] R:OK -2015-03-10 22:55:03 queue INFO >>83 [701] -2015-03-10 22:55:03 sendUrl INFO 83 [701] R:OK -2015-03-10 22:55:53 queue INFO >>83 [702] -2015-03-10 22:55:53 sendUrl INFO 83 [702] R:OK -2015-03-10 22:56:43 queue INFO >>83 [703] -2015-03-10 22:56:44 sendUrl INFO 83 [703] R:OK -2015-03-10 22:57:33 queue INFO >>83 [704] -2015-03-10 22:57:34 sendUrl INFO 83 [704] R:OK -2015-03-10 22:58:24 queue INFO >>83 [705] -2015-03-10 22:58:24 sendUrl INFO 83 [705] R:OK -2015-03-10 22:59:14 queue INFO >>83 [706] -2015-03-10 22:59:14 sendUrl INFO 83 [706] R:OK -2015-03-10 23:00:04 queue INFO >>83 [707] -2015-03-10 23:00:04 sendUrl INFO 83 [707] R:OK -2015-03-10 23:00:27 queue INFO 87 [708] -2015-03-10 23:00:27 queue INFO >87 [709] -2015-03-10 23:00:28 sendUrl INFO 87 [708] R:OK -2015-03-10 23:00:28 sendUrl INFO 87 [709] R:OK -2015-03-10 23:00:29 queue INFO 83 [710] -2015-03-10 23:00:29 queue INFO >83 [711] -2015-03-10 23:00:29 sendUrl INFO 83 [710] R:OK -2015-03-10 23:00:30 sendUrl INFO 83 [711] R:OK -2015-03-10 23:01:19 queue INFO >>83 [712] -2015-03-10 23:01:19 sendUrl INFO 83 [712] R:OK -2015-03-10 23:02:09 queue INFO >>83 [713] -2015-03-10 23:02:09 sendUrl INFO 83 [713] R:OK -2015-03-10 23:02:59 queue INFO >>83 [714] -2015-03-10 23:03:00 sendUrl INFO 83 [714] R:OK -2015-03-10 23:03:49 queue INFO >>83 [715] -2015-03-10 23:03:50 sendUrl INFO 83 [715] R:OK -2015-03-10 23:04:40 queue INFO >>83 [716] -2015-03-10 23:04:40 sendUrl INFO 83 [716] R:OK -2015-03-10 23:05:30 queue INFO >>83 [717] -2015-03-10 23:05:30 sendUrl INFO 83 [717] R:OK -2015-03-10 23:06:20 queue INFO >>83 [718] -2015-03-10 23:06:20 sendUrl INFO 83 [718] R:OK -2015-03-10 23:07:10 queue INFO >>83 [719] -2015-03-10 23:07:10 sendUrl INFO 83 [719] R:OK -2015-03-10 23:08:00 queue INFO >>83 [720] -2015-03-10 23:08:01 sendUrl INFO 83 [720] R:OK -2015-03-10 23:08:23 queue INFO 87 [721] -2015-03-10 23:08:23 queue INFO >87 [722] -2015-03-10 23:08:24 sendUrl INFO 87 [721] R:OK -2015-03-10 23:08:24 sendUrl INFO 87 [722] R:OK -2015-03-10 23:08:25 queue INFO 83 [723] -2015-03-10 23:08:25 queue INFO >83 [724] -2015-03-10 23:08:25 sendUrl INFO 83 [723] R:OK -2015-03-10 23:08:26 sendUrl INFO 83 [724] R:OK -2015-03-10 23:09:15 queue INFO >>83 [725] -2015-03-10 23:09:15 sendUrl INFO 83 [725] R:OK -2015-03-10 23:10:05 queue INFO >>83 [726] -2015-03-10 23:10:05 sendUrl INFO 83 [726] R:OK -2015-03-10 23:10:55 queue INFO >>83 [727] -2015-03-10 23:10:56 sendUrl INFO 83 [727] R:OK -2015-03-10 23:11:45 queue INFO >>83 [728] -2015-03-10 23:11:46 sendUrl INFO 83 [728] R:OK -2015-03-10 23:12:36 queue INFO >>83 [729] -2015-03-10 23:12:36 sendUrl INFO 83 [729] R:OK -2015-03-10 23:13:26 queue INFO >>83 [730] -2015-03-10 23:13:26 sendUrl INFO 83 [730] R:OK -2015-03-10 23:14:16 queue INFO >>83 [731] -2015-03-10 23:14:16 sendUrl INFO 83 [731] R:OK -2015-03-10 23:15:06 queue INFO >>83 [732] -2015-03-10 23:15:06 sendUrl INFO 83 [732] R:OK -2015-03-10 23:15:56 queue INFO >>83 [733] -2015-03-10 23:15:57 sendUrl INFO 83 [733] R:OK -2015-03-10 23:16:19 queue INFO 87 [734] -2015-03-10 23:16:19 queue INFO >87 [735] -2015-03-10 23:16:19 sendUrl INFO 87 [734] R:OK -2015-03-10 23:16:20 sendUrl INFO 87 [735] R:OK -2015-03-10 23:16:20 queue INFO 83 [736] -2015-03-10 23:16:21 queue INFO >83 [737] -2015-03-10 23:16:21 sendUrl INFO 83 [736] R:OK -2015-03-10 23:16:21 sendUrl INFO 83 [737] R:OK -2015-03-10 23:17:11 queue INFO >>83 [738] -2015-03-10 23:17:11 sendUrl INFO 83 [738] R:OK -2015-03-10 23:18:01 queue INFO >>83 [739] -2015-03-10 23:18:01 sendUrl INFO 83 [739] R:OK -2015-03-10 23:18:51 queue INFO >>83 [740] -2015-03-10 23:18:51 sendUrl INFO 83 [740] R:OK -2015-03-10 23:19:41 queue INFO >>83 [741] -2015-03-10 23:19:41 sendUrl INFO 83 [741] R:OK -2015-03-10 23:20:31 queue INFO >>83 [742] -2015-03-10 23:20:32 sendUrl INFO 83 [742] R:OK -2015-03-10 23:21:21 queue INFO >>83 [743] -2015-03-10 23:21:22 sendUrl INFO 83 [743] R:OK -2015-03-10 23:22:12 queue INFO >>83 [744] -2015-03-10 23:22:12 sendUrl INFO 83 [744] R:OK -2015-03-10 23:23:02 queue INFO >>83 [745] -2015-03-10 23:23:02 sendUrl INFO 83 [745] R:OK -2015-03-10 23:23:52 queue INFO >>83 [746] -2015-03-10 23:23:52 sendUrl INFO 83 [746] R:OK -2015-03-10 23:24:14 queue INFO 87 [747] -2015-03-10 23:24:15 queue INFO >87 [748] -2015-03-10 23:24:15 sendUrl INFO 87 [747] R:OK -2015-03-10 23:24:15 sendUrl INFO 87 [748] R:OK -2015-03-10 23:24:16 queue INFO 83 [749] -2015-03-10 23:24:16 sendUrl INFO 83 [749] R:OK -2015-03-10 23:24:16 queue INFO >83 [750] -2015-03-10 23:24:17 sendUrl INFO 83 [750] R:OK -2015-03-10 23:25:06 queue INFO >>83 [751] -2015-03-10 23:25:06 sendUrl INFO 83 [751] R:OK -2015-03-10 23:25:56 queue INFO >>83 [752] -2015-03-10 23:25:57 sendUrl INFO 83 [752] R:OK -2015-03-10 23:26:46 queue INFO >>83 [753] -2015-03-10 23:26:47 sendUrl INFO 83 [753] R:OK -2015-03-10 23:27:37 queue INFO >>83 [754] -2015-03-10 23:27:37 sendUrl INFO 83 [754] R:OK -2015-03-10 23:28:27 queue INFO >>83 [755] -2015-03-10 23:28:27 sendUrl INFO 83 [755] R:OK -2015-03-10 23:29:17 queue INFO >>83 [756] -2015-03-10 23:29:17 sendUrl INFO 83 [756] R:OK -2015-03-10 23:30:07 queue INFO >>83 [757] -2015-03-10 23:30:07 sendUrl INFO 83 [757] R:OK -2015-03-10 23:30:57 queue INFO >>83 [758] -2015-03-10 23:30:58 sendUrl INFO 83 [758] R:OK -2015-03-10 23:31:47 queue INFO >>83 [759] -2015-03-10 23:31:48 sendUrl INFO 83 [759] R:OK -2015-03-10 23:32:10 queue INFO 87 [760] -2015-03-10 23:32:10 queue INFO >87 [761] -2015-03-10 23:32:11 sendUrl INFO 87 [760] R:OK -2015-03-10 23:32:11 sendUrl INFO 87 [761] R:OK -2015-03-10 23:32:12 queue INFO 83 [762] -2015-03-10 23:32:12 queue INFO >83 [763] -2015-03-10 23:32:12 sendUrl INFO 83 [762] R:OK -2015-03-10 23:32:13 sendUrl INFO 83 [763] R:OK -2015-03-10 23:33:02 queue INFO >>83 [764] -2015-03-10 23:33:02 sendUrl INFO 83 [764] R:OK -2015-03-10 23:33:52 queue INFO >>83 [765] -2015-03-10 23:33:52 sendUrl INFO 83 [765] R:OK -2015-03-10 23:34:42 queue INFO >>83 [766] -2015-03-10 23:34:43 sendUrl INFO 83 [766] R:OK -2015-03-10 23:35:32 queue INFO >>83 [767] -2015-03-10 23:35:33 sendUrl INFO 83 [767] R:OK -2015-03-10 23:36:23 queue INFO >>83 [768] -2015-03-10 23:36:23 sendUrl INFO 83 [768] R:OK -2015-03-10 23:37:13 queue INFO >>83 [769] -2015-03-10 23:37:13 sendUrl INFO 83 [769] R:OK -2015-03-10 23:38:03 queue INFO >>83 [770] -2015-03-10 23:38:03 sendUrl INFO 83 [770] R:OK -2015-03-10 23:38:53 queue INFO >>83 [771] -2015-03-10 23:38:53 sendUrl INFO 83 [771] R:OK -2015-03-10 23:39:43 queue INFO >>83 [772] -2015-03-10 23:39:44 sendUrl INFO 83 [772] R:OK -2015-03-10 23:40:06 queue INFO 87 [773] -2015-03-10 23:40:06 queue INFO >87 [774] -2015-03-10 23:40:06 sendUrl INFO 87 [773] R:OK -2015-03-10 23:40:07 sendUrl INFO 87 [774] R:OK -2015-03-10 23:40:08 queue INFO 83 [775] -2015-03-10 23:40:08 queue INFO >83 [776] -2015-03-10 23:40:08 sendUrl INFO 83 [775] R:OK -2015-03-10 23:40:08 sendUrl INFO 83 [776] R:OK -2015-03-10 23:40:58 queue INFO >>83 [777] -2015-03-10 23:40:58 sendUrl INFO 83 [777] R:OK -2015-03-10 23:41:48 queue INFO >>83 [778] -2015-03-10 23:41:49 sendUrl INFO 83 [778] R:OK -2015-03-10 23:42:38 queue INFO >>83 [779] -2015-03-10 23:42:38 sendUrl INFO 83 [779] R:OK -2015-03-10 23:43:28 queue INFO >>83 [780] -2015-03-10 23:43:29 sendUrl INFO 83 [780] R:OK -2015-03-10 23:44:18 queue INFO >>83 [781] -2015-03-10 23:44:18 sendUrl INFO 83 [781] R:OK -2015-03-10 23:45:09 queue INFO >>83 [782] -2015-03-10 23:45:09 sendUrl INFO 83 [782] R:OK -2015-03-10 23:45:59 queue INFO >>83 [783] -2015-03-10 23:45:59 sendUrl INFO 83 [783] R:OK -2015-03-10 23:46:49 queue INFO >>83 [784] -2015-03-10 23:46:49 sendUrl INFO 83 [784] R:OK -2015-03-10 23:47:39 queue INFO >>83 [785] -2015-03-10 23:47:39 sendUrl INFO 83 [785] R:OK -2015-03-10 23:48:02 queue INFO 87 [786] -2015-03-10 23:48:02 queue INFO >87 [787] -2015-03-10 23:48:03 sendUrl INFO 87 [786] R:OK -2015-03-10 23:48:03 sendUrl INFO 87 [787] R:OK -2015-03-10 23:48:04 queue INFO 83 [788] -2015-03-10 23:48:04 sendUrl INFO 83 [788] R:OK -2015-03-10 23:48:04 queue INFO >83 [789] -2015-03-10 23:48:04 sendUrl INFO 83 [789] R:OK -2015-03-10 23:48:54 queue INFO >>83 [790] -2015-03-10 23:48:54 sendUrl INFO 83 [790] R:OK -2015-03-10 23:49:44 queue INFO >>83 [791] -2015-03-10 23:49:45 sendUrl INFO 83 [791] R:OK -2015-03-10 23:50:34 queue INFO >>83 [792] -2015-03-10 23:50:34 sendUrl INFO 83 [792] R:OK -2015-03-10 23:51:24 queue INFO >>83 [793] -2015-03-10 23:51:25 sendUrl INFO 83 [793] R:OK -2015-03-10 23:52:15 queue INFO >>83 [794] -2015-03-10 23:52:15 sendUrl INFO 83 [794] R:OK -2015-03-10 23:53:05 queue INFO >>83 [795] -2015-03-10 23:53:05 sendUrl INFO 83 [795] R:OK -2015-03-10 23:53:55 queue INFO >>83 [796] -2015-03-10 23:53:55 sendUrl INFO 83 [796] R:OK -2015-03-10 23:54:45 queue INFO >>83 [797] -2015-03-10 23:54:46 sendUrl INFO 83 [797] R:OK -2015-03-10 23:55:35 queue INFO >>83 [798] -2015-03-10 23:55:35 sendUrl INFO 83 [798] R:OK -2015-03-10 23:55:58 queue INFO 87 [799] -2015-03-10 23:55:59 queue INFO >87 [800] -2015-03-10 23:55:59 sendUrl INFO 87 [799] R:OK -2015-03-10 23:55:59 sendUrl INFO 87 [800] R:OK -2015-03-10 23:56:00 queue INFO 83 [801] -2015-03-10 23:56:00 queue INFO >83 [802] -2015-03-10 23:56:00 sendUrl INFO 83 [801] R:OK -2015-03-10 23:56:01 sendUrl INFO 83 [802] R:OK -2015-03-10 23:56:50 queue INFO >>83 [803] -2015-03-10 23:56:50 sendUrl INFO 83 [803] R:OK -2015-03-10 23:57:40 queue INFO >>83 [804] -2015-03-10 23:57:41 sendUrl INFO 83 [804] R:OK -2015-03-10 23:58:30 queue INFO >>83 [805] -2015-03-10 23:58:31 sendUrl INFO 83 [805] R:OK -2015-03-10 23:59:21 queue INFO >>83 [806] -2015-03-10 23:59:21 sendUrl INFO 83 [806] R:OK -2015-03-11 00:00:11 queue INFO >>83 [807] -2015-03-11 00:00:11 sendUrl INFO 83 [807] R:OK -2015-03-11 00:01:01 queue INFO >>83 [808] -2015-03-11 00:01:01 sendUrl INFO 83 [808] R:OK -2015-03-11 00:01:51 queue INFO >>83 [809] -2015-03-11 00:01:51 sendUrl INFO 83 [809] R:OK -2015-03-11 00:02:41 queue INFO >>83 [810] -2015-03-11 00:02:41 sendUrl INFO 83 [810] R:OK -2015-03-11 00:03:31 queue INFO >>83 [811] -2015-03-11 00:03:32 sendUrl INFO 83 [811] R:OK -2015-03-11 00:03:54 queue INFO 87 [812] -2015-03-11 00:03:54 queue INFO >87 [813] -2015-03-11 00:03:54 sendUrl INFO 87 [812] R:OK -2015-03-11 00:03:55 sendUrl INFO 87 [813] R:OK -2015-03-11 00:03:56 queue INFO 83 [814] -2015-03-11 00:03:56 queue INFO >83 [815] -2015-03-11 00:03:56 sendUrl INFO 83 [814] R:OK -2015-03-11 00:03:56 sendUrl INFO 83 [815] R:OK -2015-03-11 00:04:46 queue INFO >>83 [816] -2015-03-11 00:04:46 sendUrl INFO 83 [816] R:OK -2015-03-11 00:05:36 queue INFO >>83 [817] -2015-03-11 00:05:36 sendUrl INFO 83 [817] R:OK -2015-03-11 00:05:48 queue INFO 81 [818] -2015-03-11 00:05:49 queue INFO >81 [819] -2015-03-11 00:05:49 sendUrl INFO 81 [818] R:OK -2015-03-11 00:05:49 sendUrl INFO 81 [819] R:OK -2015-03-11 00:06:38 queue INFO >>81 [820] -2015-03-11 00:06:39 sendUrl INFO 81 [820] R:OK -2015-03-11 00:07:29 queue INFO >>81 [821] -2015-03-11 00:07:29 sendUrl INFO 81 [821] R:OK -2015-03-11 00:08:19 queue INFO >>81 [822] -2015-03-11 00:08:19 sendUrl INFO 81 [822] R:OK -2015-03-11 00:09:09 queue INFO >>81 [823] -2015-03-11 00:09:09 sendUrl INFO 81 [823] R:OK -2015-03-11 00:09:59 queue INFO >>81 [824] -2015-03-11 00:09:59 sendUrl INFO 81 [824] R:OK -2015-03-11 00:10:49 queue INFO >>81 [825] -2015-03-11 00:10:50 sendUrl INFO 81 [825] R:OK -2015-03-11 00:11:39 queue INFO >>81 [826] -2015-03-11 00:11:40 sendUrl INFO 81 [826] R:OK -2015-03-11 00:12:30 queue INFO >>81 [827] -2015-03-11 00:12:30 sendUrl INFO 81 [827] R:OK -2015-03-11 00:13:20 queue INFO >>81 [828] -2015-03-11 00:13:20 sendUrl INFO 81 [828] R:OK -2015-03-11 00:13:23 queue INFO 99 [829] -2015-03-11 00:13:23 queue INFO >99 [830] -2015-03-11 00:13:24 sendUrl INFO 99 [829] R:OK -2015-03-11 00:13:24 sendUrl INFO 99 [830] R:OK -2015-03-11 00:14:13 queue INFO >>99 [831] -2015-03-11 00:14:13 sendUrl INFO 99 [831] R:OK -2015-03-11 00:15:03 queue INFO >>99 [832] -2015-03-11 00:15:04 sendUrl INFO 99 [832] R:OK -2015-03-11 00:15:54 queue INFO >>99 [833] -2015-03-11 00:15:54 sendUrl INFO 99 [833] R:OK -2015-03-11 00:16:44 queue INFO >>99 [834] -2015-03-11 00:16:44 sendUrl INFO 99 [834] R:OK -2015-03-11 00:17:34 queue INFO >>99 [835] -2015-03-11 00:17:34 sendUrl INFO 99 [835] R:OK -2015-03-11 00:18:24 queue INFO >>99 [836] -2015-03-11 00:18:25 sendUrl INFO 99 [836] R:OK -2015-03-11 00:18:38 queue INFO 89 [837] -2015-03-11 00:18:38 queue INFO >89 [838] -2015-03-11 00:18:38 sendUrl INFO 89 [837] R:OK -2015-03-11 00:18:39 sendUrl INFO 89 [838] R:OK -2015-03-11 00:18:42 queue INFO 81 [839] -2015-03-11 00:18:42 queue INFO >81 [840] -2015-03-11 00:18:42 sendUrl INFO 81 [839] R:OK -2015-03-11 00:18:43 sendUrl INFO 81 [840] R:OK -2015-03-11 00:18:49 queue INFO 83 [841] -2015-03-11 00:18:50 queue INFO >83 [842] -2015-03-11 00:18:50 sendUrl INFO 83 [841] R:OK -2015-03-11 00:18:50 sendUrl INFO 83 [842] R:OK -2015-03-11 00:19:20 queue INFO 87 [843] -2015-03-11 00:19:20 queue INFO >87 [844] -2015-03-11 00:19:20 sendUrl INFO 87 [843] R:OK -2015-03-11 00:19:20 sendUrl INFO 87 [844] R:OK -2015-03-11 00:19:21 queue INFO 83 [845] -2015-03-11 00:19:21 queue INFO >83 [846] -2015-03-11 00:19:21 sendUrl INFO 83 [845] R:OK -2015-03-11 00:19:22 sendUrl INFO 83 [846] R:OK -2015-03-11 00:20:11 queue INFO >>83 [847] -2015-03-11 00:20:12 sendUrl INFO 83 [847] R:OK -2015-03-11 00:21:02 queue INFO >>83 [848] -2015-03-11 00:21:02 sendUrl INFO 83 [848] R:OK -2015-03-11 00:21:52 queue INFO >>83 [849] -2015-03-11 00:21:52 sendUrl INFO 83 [849] R:OK -2015-03-11 00:22:42 queue INFO >>83 [850] -2015-03-11 00:22:42 sendUrl INFO 83 [850] R:OK -2015-03-11 00:23:32 queue INFO >>83 [851] -2015-03-11 00:23:32 sendUrl INFO 83 [851] R:OK -2015-03-11 00:24:22 queue INFO >>83 [852] -2015-03-11 00:24:22 sendUrl INFO 83 [852] R:OK -2015-03-11 00:25:12 queue INFO >>83 [853] -2015-03-11 00:25:13 sendUrl INFO 83 [853] R:OK -2015-03-11 00:26:02 queue INFO >>83 [854] -2015-03-11 00:26:03 sendUrl INFO 83 [854] R:OK -2015-03-11 00:26:53 queue INFO >>83 [855] -2015-03-11 00:26:53 sendUrl INFO 83 [855] R:OK -2015-03-11 00:27:16 queue INFO 87 [856] -2015-03-11 00:27:16 queue INFO >87 [857] -2015-03-11 00:27:16 sendUrl INFO 87 [856] R:OK -2015-03-11 00:27:17 sendUrl INFO 87 [857] R:OK -2015-03-11 00:27:17 queue INFO 83 [858] -2015-03-11 00:27:18 queue INFO >83 [859] -2015-03-11 00:27:18 sendUrl INFO 83 [858] R:OK -2015-03-11 00:27:18 sendUrl INFO 83 [859] R:OK -2015-03-11 00:28:08 queue INFO >>83 [860] -2015-03-11 00:28:08 sendUrl INFO 83 [860] R:OK -2015-03-11 00:28:58 queue INFO >>83 [861] -2015-03-11 00:28:58 sendUrl INFO 83 [861] R:OK -2015-03-11 00:29:48 queue INFO >>83 [862] -2015-03-11 00:29:48 sendUrl INFO 83 [862] R:OK -2015-03-11 00:30:38 queue INFO >>83 [863] -2015-03-11 00:30:38 sendUrl INFO 83 [863] R:OK -2015-03-11 00:31:28 queue INFO >>83 [864] -2015-03-11 00:31:28 sendUrl INFO 83 [864] R:OK -2015-03-11 00:32:18 queue INFO >>83 [865] -2015-03-11 00:32:19 sendUrl INFO 83 [865] R:OK -2015-03-11 00:33:08 queue INFO >>83 [866] -2015-03-11 00:33:09 sendUrl INFO 83 [866] R:OK -2015-03-11 00:33:59 queue INFO >>83 [867] -2015-03-11 00:33:59 sendUrl INFO 83 [867] R:OK -2015-03-11 00:34:49 queue INFO >>83 [868] -2015-03-11 00:34:49 sendUrl INFO 83 [868] R:OK -2015-03-11 00:35:11 queue INFO 87 [869] -2015-03-11 00:35:12 queue INFO >87 [870] -2015-03-11 00:35:12 sendUrl INFO 87 [869] R:OK -2015-03-11 00:35:12 sendUrl INFO 87 [870] R:OK -2015-03-11 00:35:13 queue INFO 83 [871] -2015-03-11 00:35:13 queue INFO >83 [872] -2015-03-11 00:35:13 sendUrl INFO 83 [871] R:OK -2015-03-11 00:35:14 sendUrl INFO 83 [872] R:OK -2015-03-11 00:36:03 queue INFO >>83 [873] -2015-03-11 00:36:04 sendUrl INFO 83 [873] R:OK -2015-03-11 00:36:53 queue INFO >>83 [874] -2015-03-11 00:36:53 sendUrl INFO 83 [874] R:OK -2015-03-11 00:37:43 queue INFO >>83 [875] -2015-03-11 00:37:44 sendUrl INFO 83 [875] R:OK -2015-03-11 00:38:34 queue INFO >>83 [876] -2015-03-11 00:38:34 sendUrl INFO 83 [876] R:OK -2015-03-11 00:39:24 queue INFO >>83 [877] -2015-03-11 00:39:24 sendUrl INFO 83 [877] R:OK -2015-03-11 00:40:14 queue INFO >>83 [878] -2015-03-11 00:40:14 sendUrl INFO 83 [878] R:OK -2015-03-11 00:41:04 queue INFO >>83 [879] -2015-03-11 00:41:05 sendUrl INFO 83 [879] R:OK -2015-03-11 00:41:54 queue INFO >>83 [880] -2015-03-11 00:41:54 sendUrl INFO 83 [880] R:OK -2015-03-11 00:42:44 queue INFO >>83 [881] -2015-03-11 00:42:45 sendUrl INFO 83 [881] R:OK -2015-03-11 00:43:07 queue INFO 87 [882] -2015-03-11 00:43:07 queue INFO >87 [883] -2015-03-11 00:43:07 sendUrl INFO 87 [882] R:OK -2015-03-11 00:43:08 sendUrl INFO 87 [883] R:OK -2015-03-11 00:43:09 queue INFO 83 [884] -2015-03-11 00:43:09 queue INFO >83 [885] -2015-03-11 00:43:09 sendUrl INFO 83 [884] R:OK -2015-03-11 00:43:09 sendUrl INFO 83 [885] R:OK -2015-03-11 00:43:59 queue INFO >>83 [886] -2015-03-11 00:43:59 sendUrl INFO 83 [886] R:OK -2015-03-11 00:44:49 queue INFO >>83 [887] -2015-03-11 00:44:49 sendUrl INFO 83 [887] R:OK -2015-03-11 00:45:39 queue INFO >>83 [888] -2015-03-11 00:45:39 sendUrl INFO 83 [888] R:OK -2015-03-11 00:46:29 queue INFO >>83 [889] -2015-03-11 00:46:30 sendUrl INFO 83 [889] R:OK -2015-03-11 00:47:19 queue INFO >>83 [890] -2015-03-11 00:47:20 sendUrl INFO 83 [890] R:OK -2015-03-11 00:48:10 queue INFO >>83 [891] -2015-03-11 00:48:10 sendUrl INFO 83 [891] R:OK -2015-03-11 00:49:00 queue INFO >>83 [892] -2015-03-11 00:49:00 sendUrl INFO 83 [892] R:OK -2015-03-11 00:49:50 queue INFO >>83 [893] -2015-03-11 00:49:50 sendUrl INFO 83 [893] R:OK -2015-03-11 00:50:40 queue INFO >>83 [894] -2015-03-11 00:50:40 sendUrl INFO 83 [894] R:OK -2015-03-11 00:51:03 queue INFO 87 [895] -2015-03-11 00:51:03 queue INFO >87 [896] -2015-03-11 00:51:03 sendUrl INFO 87 [895] R:OK -2015-03-11 00:51:04 sendUrl INFO 87 [896] R:OK -2015-03-11 00:51:04 queue INFO 83 [897] -2015-03-11 00:51:05 sendUrl INFO 83 [897] R:OK -2015-03-11 00:51:05 queue INFO >83 [898] -2015-03-11 00:51:05 sendUrl INFO 83 [898] R:OK -2015-03-11 00:51:55 queue INFO >>83 [899] -2015-03-11 00:51:55 sendUrl INFO 83 [899] R:OK -2015-03-11 00:52:45 queue INFO >>83 [900] -2015-03-11 00:52:45 sendUrl INFO 83 [900] R:OK -2015-03-11 00:53:35 queue INFO >>83 [901] -2015-03-11 00:53:35 sendUrl INFO 83 [901] R:OK -2015-03-11 00:54:25 queue INFO >>83 [902] -2015-03-11 00:54:25 sendUrl INFO 83 [902] R:OK -2015-03-11 00:55:15 queue INFO >>83 [903] -2015-03-11 00:55:16 sendUrl INFO 83 [903] R:OK -2015-03-11 00:56:05 queue INFO >>83 [904] -2015-03-11 00:56:06 sendUrl INFO 83 [904] R:OK -2015-03-11 00:56:55 queue INFO >>83 [905] -2015-03-11 00:56:56 sendUrl INFO 83 [905] R:OK -2015-03-11 00:57:46 queue INFO >>83 [906] -2015-03-11 00:57:46 sendUrl INFO 83 [906] R:OK -2015-03-11 00:58:36 queue INFO >>83 [907] -2015-03-11 00:58:36 sendUrl INFO 83 [907] R:OK -2015-03-11 00:58:59 queue INFO 87 [908] -2015-03-11 00:58:59 queue INFO >87 [909] -2015-03-11 00:58:59 sendUrl INFO 87 [908] R:OK -2015-03-11 00:58:59 sendUrl INFO 87 [909] R:OK -2015-03-11 00:59:00 queue INFO 83 [910] -2015-03-11 00:59:00 sendUrl INFO 83 [910] R:OK -2015-03-11 00:59:00 queue INFO >83 [911] -2015-03-11 00:59:01 sendUrl INFO 83 [911] R:OK -2015-03-11 00:59:50 queue INFO >>83 [912] -2015-03-11 00:59:51 sendUrl INFO 83 [912] R:OK -2015-03-11 01:00:40 queue INFO >>83 [913] -2015-03-11 01:00:41 sendUrl INFO 83 [913] R:OK -2015-03-11 01:01:31 queue INFO >>83 [914] -2015-03-11 01:01:31 sendUrl INFO 83 [914] R:OK -2015-03-11 01:02:21 queue INFO >>83 [915] -2015-03-11 01:02:21 sendUrl INFO 83 [915] R:OK -2015-03-11 01:03:11 queue INFO >>83 [916] -2015-03-11 01:03:11 sendUrl INFO 83 [916] R:OK -2015-03-11 01:04:01 queue INFO >>83 [917] -2015-03-11 01:04:01 sendUrl INFO 83 [917] R:OK -2015-03-11 01:04:51 queue INFO >>83 [918] -2015-03-11 01:04:52 sendUrl INFO 83 [918] R:OK -2015-03-11 01:05:41 queue INFO >>83 [919] -2015-03-11 01:05:42 sendUrl INFO 83 [919] R:OK -2015-03-11 01:06:31 queue INFO >>83 [920] -2015-03-11 01:06:32 sendUrl INFO 83 [920] R:OK -2015-03-11 01:06:55 queue INFO 87 [921] -2015-03-11 01:06:55 sendUrl INFO 87 [921] R:OK -2015-03-11 01:06:55 queue INFO >87 [922] -2015-03-11 01:06:55 sendUrl INFO 87 [922] R:OK -2015-03-11 01:06:56 queue INFO 83 [923] -2015-03-11 01:06:57 queue INFO >83 [924] -2015-03-11 01:06:57 sendUrl INFO 83 [923] R:OK -2015-03-11 01:06:57 sendUrl INFO 83 [924] R:OK -2015-03-11 01:07:47 queue INFO >>83 [925] -2015-03-11 01:07:47 sendUrl INFO 83 [925] R:OK -2015-03-11 01:08:37 queue INFO >>83 [926] -2015-03-11 01:08:37 sendUrl INFO 83 [926] R:OK -2015-03-11 01:09:27 queue INFO >>83 [927] -2015-03-11 01:09:27 sendUrl INFO 83 [927] R:OK -2015-03-11 01:10:17 queue INFO >>83 [928] -2015-03-11 01:10:17 sendUrl INFO 83 [928] R:OK -2015-03-11 01:11:07 queue INFO >>83 [929] -2015-03-11 01:11:08 sendUrl INFO 83 [929] R:OK -2015-03-11 01:11:57 queue INFO >>83 [930] -2015-03-11 01:11:57 sendUrl INFO 83 [930] R:OK -2015-03-11 01:12:47 queue INFO >>83 [931] -2015-03-11 01:12:48 sendUrl INFO 83 [931] R:OK -2015-03-11 01:13:38 queue INFO >>83 [932] -2015-03-11 01:13:38 sendUrl INFO 83 [932] R:OK -2015-03-11 01:14:28 queue INFO >>83 [933] -2015-03-11 01:14:28 sendUrl INFO 83 [933] R:OK -2015-03-11 01:14:51 queue INFO 87 [934] -2015-03-11 01:14:51 queue INFO >87 [935] -2015-03-11 01:14:52 sendUrl INFO 87 [934] R:OK -2015-03-11 01:14:52 sendUrl INFO 87 [935] R:OK -2015-03-11 01:14:53 queue INFO 83 [936] -2015-03-11 01:14:53 queue INFO >83 [937] -2015-03-11 01:14:53 sendUrl INFO 83 [936] R:OK -2015-03-11 01:14:54 sendUrl INFO 83 [937] R:OK -2015-03-11 01:15:43 queue INFO >>83 [938] -2015-03-11 01:15:43 sendUrl INFO 83 [938] R:OK -2015-03-11 01:16:33 queue INFO >>83 [939] -2015-03-11 01:16:33 sendUrl INFO 83 [939] R:OK -2015-03-11 01:17:23 queue INFO >>83 [940] -2015-03-11 01:17:24 sendUrl INFO 83 [940] R:OK -2015-03-11 01:18:13 queue INFO >>83 [941] -2015-03-11 01:18:13 sendUrl INFO 83 [941] R:OK -2015-03-11 01:19:03 queue INFO >>83 [942] -2015-03-11 01:19:04 sendUrl INFO 83 [942] R:OK -2015-03-11 01:19:54 queue INFO >>83 [943] -2015-03-11 01:19:54 sendUrl INFO 83 [943] R:OK -2015-03-11 01:20:44 queue INFO >>83 [944] -2015-03-11 01:20:44 sendUrl INFO 83 [944] R:OK -2015-03-11 01:21:34 queue INFO >>83 [945] -2015-03-11 01:21:34 sendUrl INFO 83 [945] R:OK -2015-03-11 01:22:24 queue INFO >>83 [946] -2015-03-11 01:22:25 sendUrl INFO 83 [946] R:OK -2015-03-11 01:22:46 queue INFO 87 [947] -2015-03-11 01:22:47 queue INFO >87 [948] -2015-03-11 01:22:47 sendUrl INFO 87 [947] R:OK -2015-03-11 01:22:47 sendUrl INFO 87 [948] R:OK -2015-03-11 01:22:48 queue INFO 83 [949] -2015-03-11 01:22:48 sendUrl INFO 83 [949] R:OK -2015-03-11 01:22:48 queue INFO >83 [950] -2015-03-11 01:22:49 sendUrl INFO 83 [950] R:OK -2015-03-11 01:23:38 queue INFO >>83 [951] -2015-03-11 01:23:38 sendUrl INFO 83 [951] R:OK -2015-03-11 01:24:28 queue INFO >>83 [952] -2015-03-11 01:24:29 sendUrl INFO 83 [952] R:OK -2015-03-11 01:25:18 queue INFO >>83 [953] -2015-03-11 01:25:19 sendUrl INFO 83 [953] R:OK -2015-03-11 01:26:09 queue INFO >>83 [954] -2015-03-11 01:26:09 sendUrl INFO 83 [954] R:OK -2015-03-11 01:26:59 queue INFO >>83 [955] -2015-03-11 01:26:59 sendUrl INFO 83 [955] R:OK -2015-03-11 01:27:49 queue INFO >>83 [956] -2015-03-11 01:27:49 sendUrl INFO 83 [956] R:OK -2015-03-11 01:28:39 queue INFO >>83 [957] -2015-03-11 01:28:39 sendUrl INFO 83 [957] R:OK -2015-03-11 01:29:29 queue INFO >>83 [958] -2015-03-11 01:29:29 sendUrl INFO 83 [958] R:OK -2015-03-11 01:30:19 queue INFO >>83 [959] -2015-03-11 01:30:20 sendUrl INFO 83 [959] R:OK -2015-03-11 01:30:42 queue INFO 87 [960] -2015-03-11 01:30:42 queue INFO >87 [961] -2015-03-11 01:30:42 sendUrl INFO 87 [960] R:OK -2015-03-11 01:30:43 sendUrl INFO 87 [961] R:OK -2015-03-11 01:30:44 queue INFO 83 [962] -2015-03-11 01:30:44 sendUrl INFO 83 [962] R:OK -2015-03-11 01:30:44 queue INFO >83 [963] -2015-03-11 01:30:44 sendUrl INFO 83 [963] R:OK -2015-03-11 01:31:34 queue INFO >>83 [964] -2015-03-11 01:31:34 sendUrl INFO 83 [964] R:OK -2015-03-11 01:32:24 queue INFO >>83 [965] -2015-03-11 01:32:24 sendUrl INFO 83 [965] R:OK -2015-03-11 01:33:14 queue INFO >>83 [966] -2015-03-11 01:33:14 sendUrl INFO 83 [966] R:OK -2015-03-11 01:34:04 queue INFO >>83 [967] -2015-03-11 01:34:05 sendUrl INFO 83 [967] R:OK -2015-03-11 01:34:54 queue INFO >>83 [968] -2015-03-11 01:34:55 sendUrl INFO 83 [968] R:OK -2015-03-11 01:35:45 queue INFO >>83 [969] -2015-03-11 01:35:45 sendUrl INFO 83 [969] R:OK -2015-03-11 01:36:35 queue INFO >>83 [970] -2015-03-11 01:36:35 sendUrl INFO 83 [970] R:OK -2015-03-11 01:37:25 queue INFO >>83 [971] -2015-03-11 01:37:25 sendUrl INFO 83 [971] R:OK -2015-03-11 01:38:15 queue INFO >>83 [972] -2015-03-11 01:38:15 sendUrl INFO 83 [972] R:OK -2015-03-11 01:38:38 queue INFO 87 [973] -2015-03-11 01:38:38 queue INFO >87 [974] -2015-03-11 01:38:39 sendUrl INFO 87 [973] R:OK -2015-03-11 01:38:39 sendUrl INFO 87 [974] R:OK -2015-03-11 01:38:40 queue INFO 83 [975] -2015-03-11 01:38:40 queue INFO >83 [976] -2015-03-11 01:38:40 sendUrl INFO 83 [975] R:OK -2015-03-11 01:38:40 sendUrl INFO 83 [976] R:OK -2015-03-11 01:39:30 queue INFO >>83 [977] -2015-03-11 01:39:30 sendUrl INFO 83 [977] R:OK -2015-03-11 01:40:20 queue INFO >>83 [978] -2015-03-11 01:40:20 sendUrl INFO 83 [978] R:OK -2015-03-11 01:41:10 queue INFO >>83 [979] -2015-03-11 01:41:10 sendUrl INFO 83 [979] R:OK -2015-03-11 01:42:00 queue INFO >>83 [980] -2015-03-11 01:42:01 sendUrl INFO 83 [980] R:OK -2015-03-11 01:42:50 queue INFO >>83 [981] -2015-03-11 01:42:51 sendUrl INFO 83 [981] R:OK -2015-03-11 01:43:40 queue INFO >>83 [982] -2015-03-11 01:43:41 sendUrl INFO 83 [982] R:OK -2015-03-11 01:44:31 queue INFO >>83 [983] -2015-03-11 01:44:31 sendUrl INFO 83 [983] R:OK -2015-03-11 01:45:21 queue INFO >>83 [984] -2015-03-11 01:45:21 sendUrl INFO 83 [984] R:OK -2015-03-11 01:46:11 queue INFO >>83 [985] -2015-03-11 01:46:11 sendUrl INFO 83 [985] R:OK -2015-03-11 01:46:34 queue INFO 87 [986] -2015-03-11 01:46:34 queue INFO >87 [987] -2015-03-11 01:46:34 sendUrl INFO 87 [986] R:OK -2015-03-11 01:46:35 sendUrl INFO 87 [987] R:OK -2015-03-11 01:46:35 queue INFO 83 [988] -2015-03-11 01:46:36 queue INFO >83 [989] -2015-03-11 01:46:36 sendUrl INFO 83 [988] R:OK -2015-03-11 01:46:36 sendUrl INFO 83 [989] R:OK -2015-03-11 01:47:26 queue INFO >>83 [990] -2015-03-11 01:47:26 sendUrl INFO 83 [990] R:OK -2015-03-11 01:48:16 queue INFO >>83 [991] -2015-03-11 01:48:16 sendUrl INFO 83 [991] R:OK -2015-03-11 01:49:06 queue INFO >>83 [992] -2015-03-11 01:49:06 sendUrl INFO 83 [992] R:OK -2015-03-11 01:49:56 queue INFO >>83 [993] -2015-03-11 01:49:56 sendUrl INFO 83 [993] R:OK -2015-03-11 01:50:46 queue INFO >>83 [994] -2015-03-11 01:50:46 sendUrl INFO 83 [994] R:OK -2015-03-11 01:51:36 queue INFO >>83 [995] -2015-03-11 01:51:37 sendUrl INFO 83 [995] R:OK -2015-03-11 01:51:43 queue INFO 81 [996] -2015-03-11 01:51:44 queue INFO >81 [997] -2015-03-11 01:51:44 sendUrl INFO 81 [996] R:OK -2015-03-11 01:51:44 sendUrl INFO 81 [997] R:OK -2015-03-11 01:52:33 queue INFO >>81 [998] -2015-03-11 01:52:34 sendUrl INFO 81 [998] R:OK -2015-03-11 01:53:24 queue INFO >>81 [999] -2015-03-11 01:53:24 sendUrl INFO 81 [999] R:OK -2015-03-11 01:54:14 queue INFO >>81 [0] -2015-03-11 01:54:14 sendUrl INFO 81 [0] R:OK -2015-03-11 01:54:40 queue INFO 99 [1] -2015-03-11 01:54:40 queue INFO >99 [2] -2015-03-11 01:54:40 sendUrl INFO 99 [1] R:OK -2015-03-11 01:54:40 sendUrl INFO 99 [2] R:OK -2015-03-11 01:55:30 queue INFO >>99 [3] -2015-03-11 01:55:30 sendUrl INFO 99 [3] R:OK -2015-03-11 01:56:20 queue INFO >>99 [4] -2015-03-11 01:56:20 sendUrl INFO 99 [4] R:OK -2015-03-11 01:57:07 queue INFO 89 [5] -2015-03-11 01:57:07 queue INFO >89 [6] -2015-03-11 01:57:07 sendUrl INFO 89 [5] R:OK -2015-03-11 01:57:07 sendUrl INFO 89 [6] R:OK -2015-03-11 01:57:12 queue INFO 81 [7] -2015-03-11 01:57:12 queue INFO >81 [8] -2015-03-11 01:57:12 sendUrl INFO 81 [7] R:OK -2015-03-11 01:57:13 sendUrl INFO 81 [8] R:OK -2015-03-11 01:57:23 queue INFO 83 [9] -2015-03-11 01:57:23 queue INFO >83 [10] -2015-03-11 01:57:23 sendUrl INFO 83 [9] R:OK -2015-03-11 01:57:24 sendUrl INFO 83 [10] R:OK -2015-03-11 01:57:48 queue INFO 87 [11] -2015-03-11 01:57:48 queue INFO >87 [12] -2015-03-11 01:57:49 sendUrl INFO 87 [11] R:OK -2015-03-11 01:57:49 sendUrl INFO 87 [12] R:OK -2015-03-11 01:57:50 queue INFO 83 [13] -2015-03-11 01:57:50 queue INFO >83 [14] -2015-03-11 01:57:50 sendUrl INFO 83 [13] R:OK -2015-03-11 01:57:51 sendUrl INFO 83 [14] R:OK -2015-03-11 01:58:40 queue INFO >>83 [15] -2015-03-11 01:58:40 sendUrl INFO 83 [15] R:OK -2015-03-11 01:59:30 queue INFO >>83 [16] -2015-03-11 01:59:31 sendUrl INFO 83 [16] R:OK -2015-03-11 02:00:20 queue INFO >>83 [17] -2015-03-11 02:00:21 sendUrl INFO 83 [17] R:OK -2015-03-11 02:01:11 queue INFO >>83 [18] -2015-03-11 02:01:11 sendUrl INFO 83 [18] R:OK -2015-03-11 02:02:01 queue INFO >>83 [19] -2015-03-11 02:02:01 sendUrl INFO 83 [19] R:OK -2015-03-11 02:02:51 queue INFO >>83 [20] -2015-03-11 02:02:51 sendUrl INFO 83 [20] R:OK -2015-03-11 02:03:41 queue INFO >>83 [21] -2015-03-11 02:03:41 sendUrl INFO 83 [21] R:OK -2015-03-11 02:04:31 queue INFO >>83 [22] -2015-03-11 02:04:31 sendUrl INFO 83 [22] R:OK -2015-03-11 02:05:21 queue INFO >>83 [23] -2015-03-11 02:05:22 sendUrl INFO 83 [23] R:OK -2015-03-11 02:05:44 queue INFO 87 [24] -2015-03-11 02:05:45 queue INFO >87 [25] -2015-03-11 02:05:45 sendUrl INFO 87 [24] R:OK -2015-03-11 02:05:45 sendUrl INFO 87 [25] R:OK -2015-03-11 02:05:46 queue INFO 83 [26] -2015-03-11 02:05:46 queue INFO >83 [27] -2015-03-11 02:05:46 sendUrl INFO 83 [26] R:OK -2015-03-11 02:05:47 sendUrl INFO 83 [27] R:OK -2015-03-11 02:06:36 queue INFO >>83 [28] -2015-03-11 02:06:37 sendUrl INFO 83 [28] R:OK -2015-03-11 02:07:26 queue INFO >>83 [29] -2015-03-11 02:07:26 sendUrl INFO 83 [29] R:OK -2015-03-11 02:08:16 queue INFO >>83 [30] -2015-03-11 02:08:17 sendUrl INFO 83 [30] R:OK -2015-03-11 02:09:07 queue INFO >>83 [31] -2015-03-11 02:09:07 sendUrl INFO 83 [31] R:OK -2015-03-11 02:09:57 queue INFO >>83 [32] -2015-03-11 02:09:57 sendUrl INFO 83 [32] R:OK -2015-03-11 02:10:47 queue INFO >>83 [33] -2015-03-11 02:10:47 sendUrl INFO 83 [33] R:OK -2015-03-11 02:11:37 queue INFO >>83 [34] -2015-03-11 02:11:38 sendUrl INFO 83 [34] R:OK -2015-03-11 02:12:27 queue INFO >>83 [35] -2015-03-11 02:12:27 sendUrl INFO 83 [35] R:OK -2015-03-11 02:13:17 queue INFO >>83 [36] -2015-03-11 02:13:18 sendUrl INFO 83 [36] R:OK -2015-03-11 02:13:40 queue INFO 87 [37] -2015-03-11 02:13:40 queue INFO >87 [38] -2015-03-11 02:13:40 sendUrl INFO 87 [37] R:OK -2015-03-11 02:13:41 sendUrl INFO 87 [38] R:OK -2015-03-11 02:13:42 queue INFO 83 [39] -2015-03-11 02:13:42 queue INFO >83 [40] -2015-03-11 02:13:42 sendUrl INFO 83 [39] R:OK -2015-03-11 02:13:42 sendUrl INFO 83 [40] R:OK -2015-03-11 02:14:32 queue INFO >>83 [41] -2015-03-11 02:14:32 sendUrl INFO 83 [41] R:OK -2015-03-11 02:15:22 queue INFO >>83 [42] -2015-03-11 02:15:22 sendUrl INFO 83 [42] R:OK -2015-03-11 02:16:12 queue INFO >>83 [43] -2015-03-11 02:16:12 sendUrl INFO 83 [43] R:OK -2015-03-11 02:17:02 queue INFO >>83 [44] -2015-03-11 02:17:03 sendUrl INFO 83 [44] R:OK -2015-03-11 02:17:52 queue INFO >>83 [45] -2015-03-11 02:17:53 sendUrl INFO 83 [45] R:OK -2015-03-11 02:18:43 queue INFO >>83 [46] -2015-03-11 02:18:43 sendUrl INFO 83 [46] R:OK -2015-03-11 02:19:33 queue INFO >>83 [47] -2015-03-11 02:19:33 sendUrl INFO 83 [47] R:OK -2015-03-11 02:20:23 queue INFO >>83 [48] -2015-03-11 02:20:23 sendUrl INFO 83 [48] R:OK -2015-03-11 02:21:13 queue INFO >>83 [49] -2015-03-11 02:21:13 sendUrl INFO 83 [49] R:OK -2015-03-11 02:21:36 queue INFO 87 [50] -2015-03-11 02:21:36 queue INFO >87 [51] -2015-03-11 02:21:36 sendUrl INFO 87 [50] R:OK -2015-03-11 02:21:37 sendUrl INFO 87 [51] R:OK -2015-03-11 02:21:37 queue INFO 83 [52] -2015-03-11 02:21:37 queue INFO >83 [53] -2015-03-11 02:21:38 sendUrl INFO 83 [52] R:OK -2015-03-11 02:21:38 sendUrl INFO 83 [53] R:OK -2015-03-11 02:22:27 queue INFO >>83 [54] -2015-03-11 02:22:28 sendUrl INFO 83 [54] R:OK -2015-03-11 02:23:18 queue INFO >>83 [55] -2015-03-11 02:23:18 sendUrl INFO 83 [55] R:OK -2015-03-11 02:24:08 queue INFO >>83 [56] -2015-03-11 02:24:08 sendUrl INFO 83 [56] R:OK -2015-03-11 02:24:58 queue INFO >>83 [57] -2015-03-11 02:24:58 sendUrl INFO 83 [57] R:OK -2015-03-11 02:25:48 queue INFO >>83 [58] -2015-03-11 02:25:48 sendUrl INFO 83 [58] R:OK -2015-03-11 02:26:38 queue INFO >>83 [59] -2015-03-11 02:26:39 sendUrl INFO 83 [59] R:OK -2015-03-11 02:27:28 queue INFO >>83 [60] -2015-03-11 02:27:28 sendUrl INFO 83 [60] R:OK -2015-03-11 02:28:18 queue INFO >>83 [61] -2015-03-11 02:28:19 sendUrl INFO 83 [61] R:OK -2015-03-11 02:29:09 queue INFO >>83 [62] -2015-03-11 02:29:09 sendUrl INFO 83 [62] R:OK -2015-03-11 02:29:32 queue INFO 87 [63] -2015-03-11 02:29:32 queue INFO >87 [64] -2015-03-11 02:29:32 sendUrl INFO 87 [63] R:OK -2015-03-11 02:29:33 sendUrl INFO 87 [64] R:OK -2015-03-11 02:29:33 queue INFO 83 [65] -2015-03-11 02:29:34 queue INFO >83 [66] -2015-03-11 02:29:34 sendUrl INFO 83 [65] R:OK -2015-03-11 02:29:34 sendUrl INFO 83 [66] R:OK -2015-03-11 02:30:23 queue INFO >>83 [67] -2015-03-11 02:30:24 sendUrl INFO 83 [67] R:OK -2015-03-11 02:31:14 queue INFO >>83 [68] -2015-03-11 02:31:14 sendUrl INFO 83 [68] R:OK -2015-03-11 02:32:04 queue INFO >>83 [69] -2015-03-11 02:32:04 sendUrl INFO 83 [69] R:OK -2015-03-11 02:32:54 queue INFO >>83 [70] -2015-03-11 02:32:54 sendUrl INFO 83 [70] R:OK -2015-03-11 02:33:44 queue INFO >>83 [71] -2015-03-11 02:33:44 sendUrl INFO 83 [71] R:OK -2015-03-11 02:34:34 queue INFO >>83 [72] -2015-03-11 02:34:35 sendUrl INFO 83 [72] R:OK -2015-03-11 02:35:24 queue INFO >>83 [73] -2015-03-11 02:35:25 sendUrl INFO 83 [73] R:OK -2015-03-11 02:36:14 queue INFO >>83 [74] -2015-03-11 02:36:15 sendUrl INFO 83 [74] R:OK -2015-03-11 02:37:05 queue INFO >>83 [75] -2015-03-11 02:37:05 sendUrl INFO 83 [75] R:OK -2015-03-11 02:37:27 queue INFO 87 [76] -2015-03-11 02:37:28 queue INFO >87 [77] -2015-03-11 02:37:28 sendUrl INFO 87 [76] R:OK -2015-03-11 02:37:28 sendUrl INFO 87 [77] R:OK -2015-03-11 02:37:29 queue INFO 83 [78] -2015-03-11 02:37:29 queue INFO >83 [79] -2015-03-11 02:37:29 sendUrl INFO 83 [78] R:OK -2015-03-11 02:37:30 sendUrl INFO 83 [79] R:OK -2015-03-11 02:38:19 queue INFO >>83 [80] -2015-03-11 02:38:20 sendUrl INFO 83 [80] R:OK -2015-03-11 02:39:09 queue INFO >>83 [81] -2015-03-11 02:39:10 sendUrl INFO 83 [81] R:OK -2015-03-11 02:39:59 queue INFO >>83 [82] -2015-03-11 02:40:00 sendUrl INFO 83 [82] R:OK -2015-03-11 02:40:50 queue INFO >>83 [83] -2015-03-11 02:40:50 sendUrl INFO 83 [83] R:OK -2015-03-11 02:41:40 queue INFO >>83 [84] -2015-03-11 02:41:40 sendUrl INFO 83 [84] R:OK -2015-03-11 02:42:30 queue INFO >>83 [85] -2015-03-11 02:42:30 sendUrl INFO 83 [85] R:OK -2015-03-11 02:43:20 queue INFO >>83 [86] -2015-03-11 02:43:20 sendUrl INFO 83 [86] R:OK -2015-03-11 02:44:10 queue INFO >>83 [87] -2015-03-11 02:44:11 sendUrl INFO 83 [87] R:OK -2015-03-11 02:45:00 queue INFO >>83 [88] -2015-03-11 02:45:01 sendUrl INFO 83 [88] R:OK -2015-03-11 02:45:24 queue INFO 87 [89] -2015-03-11 02:45:24 queue INFO >87 [90] -2015-03-11 02:45:24 sendUrl INFO 87 [89] R:OK -2015-03-11 02:45:25 sendUrl INFO 87 [90] R:OK -2015-03-11 02:45:25 queue INFO 83 [91] -2015-03-11 02:45:26 queue INFO >83 [92] -2015-03-11 02:45:26 sendUrl INFO 83 [91] R:OK -2015-03-11 02:45:26 sendUrl INFO 83 [92] R:OK -2015-03-11 02:46:16 queue INFO >>83 [93] -2015-03-11 02:46:16 sendUrl INFO 83 [93] R:OK -2015-03-11 02:47:06 queue INFO >>83 [94] -2015-03-11 02:47:06 sendUrl INFO 83 [94] R:OK -2015-03-11 02:47:56 queue INFO >>83 [95] -2015-03-11 02:47:56 sendUrl INFO 83 [95] R:OK -2015-03-11 02:48:46 queue INFO >>83 [96] -2015-03-11 02:48:46 sendUrl INFO 83 [96] R:OK -2015-03-11 02:49:36 queue INFO >>83 [97] -2015-03-11 02:49:37 sendUrl INFO 83 [97] R:OK -2015-03-11 02:50:26 queue INFO >>83 [98] -2015-03-11 02:50:27 sendUrl INFO 83 [98] R:OK -2015-03-11 02:51:16 queue INFO >>83 [99] -2015-03-11 02:51:17 sendUrl INFO 83 [99] R:OK -2015-03-11 02:52:07 queue INFO >>83 [100] -2015-03-11 02:52:07 sendUrl INFO 83 [100] R:OK -2015-03-11 02:52:57 queue INFO >>83 [101] -2015-03-11 02:52:57 sendUrl INFO 83 [101] R:OK -2015-03-11 02:53:20 queue INFO 87 [102] -2015-03-11 02:53:20 queue INFO >87 [103] -2015-03-11 02:53:20 sendUrl INFO 87 [102] R:OK -2015-03-11 02:53:21 sendUrl INFO 87 [103] R:OK -2015-03-11 02:53:22 queue INFO 83 [104] -2015-03-11 02:53:22 queue INFO >83 [105] -2015-03-11 02:53:22 sendUrl INFO 83 [104] R:OK -2015-03-11 02:53:22 sendUrl INFO 83 [105] R:OK -2015-03-11 02:54:12 queue INFO >>83 [106] -2015-03-11 02:54:12 sendUrl INFO 83 [106] R:OK -2015-03-11 02:55:02 queue INFO >>83 [107] -2015-03-11 02:55:02 sendUrl INFO 83 [107] R:OK -2015-03-11 02:55:52 queue INFO >>83 [108] -2015-03-11 02:55:52 sendUrl INFO 83 [108] R:OK -2015-03-11 02:56:42 queue INFO >>83 [109] -2015-03-11 02:56:43 sendUrl INFO 83 [109] R:OK -2015-03-11 02:57:32 queue INFO >>83 [110] -2015-03-11 02:57:32 sendUrl INFO 83 [110] R:OK -2015-03-11 02:58:22 queue INFO >>83 [111] -2015-03-11 02:58:23 sendUrl INFO 83 [111] R:OK -2015-03-11 02:59:13 queue INFO >>83 [112] -2015-03-11 02:59:13 sendUrl INFO 83 [112] R:OK -2015-03-11 03:00:03 queue INFO >>83 [113] -2015-03-11 03:00:03 sendUrl INFO 83 [113] R:OK -2015-03-11 03:00:53 queue INFO >>83 [114] -2015-03-11 03:00:53 sendUrl INFO 83 [114] R:OK -2015-03-11 03:01:16 queue INFO 87 [115] -2015-03-11 03:01:16 sendUrl INFO 87 [115] R:OK -2015-03-11 03:01:16 queue INFO >87 [116] -2015-03-11 03:01:16 sendUrl INFO 87 [116] R:OK -2015-03-11 03:01:17 queue INFO 83 [117] -2015-03-11 03:01:18 queue INFO >83 [118] -2015-03-11 03:01:18 sendUrl INFO 83 [117] R:OK -2015-03-11 03:01:18 sendUrl INFO 83 [118] R:OK -2015-03-11 03:02:07 queue INFO >>83 [119] -2015-03-11 03:02:08 sendUrl INFO 83 [119] R:OK -2015-03-11 03:02:58 queue INFO >>83 [120] -2015-03-11 03:02:58 sendUrl INFO 83 [120] R:OK -2015-03-11 03:03:48 queue INFO >>83 [121] -2015-03-11 03:03:48 sendUrl INFO 83 [121] R:OK -2015-03-11 03:04:38 queue INFO >>83 [122] -2015-03-11 03:04:38 sendUrl INFO 83 [122] R:OK -2015-03-11 03:05:28 queue INFO >>83 [123] -2015-03-11 03:05:29 sendUrl INFO 83 [123] R:OK -2015-03-11 03:06:18 queue INFO >>83 [124] -2015-03-11 03:06:18 sendUrl INFO 83 [124] R:OK -2015-03-11 03:07:08 queue INFO >>83 [125] -2015-03-11 03:07:09 sendUrl INFO 83 [125] R:OK -2015-03-11 03:07:59 queue INFO >>83 [126] -2015-03-11 03:07:59 sendUrl INFO 83 [126] R:OK -2015-03-11 03:08:49 queue INFO >>83 [127] -2015-03-11 03:08:49 sendUrl INFO 83 [127] R:OK -2015-03-11 03:09:11 queue INFO 87 [128] -2015-03-11 03:09:11 queue INFO >87 [129] -2015-03-11 03:09:12 sendUrl INFO 87 [128] R:OK -2015-03-11 03:09:12 sendUrl INFO 87 [129] R:OK -2015-03-11 03:09:13 queue INFO 83 [130] -2015-03-11 03:09:13 queue INFO >83 [131] -2015-03-11 03:09:13 sendUrl INFO 83 [130] R:OK -2015-03-11 03:09:14 sendUrl INFO 83 [131] R:OK -2015-03-11 03:10:03 queue INFO >>83 [132] -2015-03-11 03:10:03 sendUrl INFO 83 [132] R:OK -2015-03-11 03:10:53 queue INFO >>83 [133] -2015-03-11 03:10:53 sendUrl INFO 83 [133] R:OK -2015-03-11 03:11:43 queue INFO >>83 [134] -2015-03-11 03:11:43 sendUrl INFO 83 [134] R:OK -2015-03-11 03:12:33 queue INFO >>83 [135] -2015-03-11 03:12:34 sendUrl INFO 83 [135] R:OK -2015-03-11 03:13:24 queue INFO >>83 [136] -2015-03-11 03:13:24 sendUrl INFO 83 [136] R:OK -2015-03-11 03:14:14 queue INFO >>83 [137] -2015-03-11 03:14:14 sendUrl INFO 83 [137] R:OK -2015-03-11 03:15:04 queue INFO >>83 [138] -2015-03-11 03:15:04 sendUrl INFO 83 [138] R:OK -2015-03-11 03:15:54 queue INFO >>83 [139] -2015-03-11 03:15:54 sendUrl INFO 83 [139] R:OK -2015-03-11 03:16:44 queue INFO >>83 [140] -2015-03-11 03:16:44 sendUrl INFO 83 [140] R:OK -2015-03-11 03:17:07 queue INFO 87 [141] -2015-03-11 03:17:07 queue INFO >87 [142] -2015-03-11 03:17:08 sendUrl INFO 87 [141] R:OK -2015-03-11 03:17:08 sendUrl INFO 87 [142] R:OK -2015-03-11 03:17:09 queue INFO 83 [143] -2015-03-11 03:17:09 queue INFO >83 [144] -2015-03-11 03:17:09 sendUrl INFO 83 [143] R:OK -2015-03-11 03:17:10 sendUrl INFO 83 [144] R:OK -2015-03-11 03:17:59 queue INFO >>83 [145] -2015-03-11 03:17:59 sendUrl INFO 83 [145] R:OK -2015-03-11 03:18:49 queue INFO >>83 [146] -2015-03-11 03:18:49 sendUrl INFO 83 [146] R:OK -2015-03-11 03:19:39 queue INFO >>83 [147] -2015-03-11 03:19:40 sendUrl INFO 83 [147] R:OK -2015-03-11 03:20:29 queue INFO >>83 [148] -2015-03-11 03:20:30 sendUrl INFO 83 [148] R:OK -2015-03-11 03:21:20 queue INFO >>83 [149] -2015-03-11 03:21:20 sendUrl INFO 83 [149] R:OK -2015-03-11 03:22:10 queue INFO >>83 [150] -2015-03-11 03:22:10 sendUrl INFO 83 [150] R:OK -2015-03-11 03:23:00 queue INFO >>83 [151] -2015-03-11 03:23:00 sendUrl INFO 83 [151] R:OK -2015-03-11 03:23:50 queue INFO >>83 [152] -2015-03-11 03:23:50 sendUrl INFO 83 [152] R:OK -2015-03-11 03:24:40 queue INFO >>83 [153] -2015-03-11 03:24:40 sendUrl INFO 83 [153] R:OK -2015-03-11 03:25:03 queue INFO 87 [154] -2015-03-11 03:25:03 queue INFO >87 [155] -2015-03-11 03:25:03 sendUrl INFO 87 [154] R:OK -2015-03-11 03:25:04 sendUrl INFO 87 [155] R:OK -2015-03-11 03:25:05 queue INFO 83 [156] -2015-03-11 03:25:05 sendUrl INFO 83 [156] R:OK -2015-03-11 03:25:05 queue INFO >83 [157] -2015-03-11 03:25:05 sendUrl INFO 83 [157] R:OK -2015-03-11 03:25:55 queue INFO >>83 [158] -2015-03-11 03:25:55 sendUrl INFO 83 [158] R:OK -2015-03-11 03:26:45 queue INFO >>83 [159] -2015-03-11 03:26:45 sendUrl INFO 83 [159] R:OK -2015-03-11 03:27:35 queue INFO >>83 [160] -2015-03-11 03:27:35 sendUrl INFO 83 [160] R:OK -2015-03-11 03:28:25 queue INFO >>83 [161] -2015-03-11 03:28:26 sendUrl INFO 83 [161] R:OK -2015-03-11 03:29:15 queue INFO >>83 [162] -2015-03-11 03:29:16 sendUrl INFO 83 [162] R:OK -2015-03-11 03:30:06 queue INFO >>83 [163] -2015-03-11 03:30:06 sendUrl INFO 83 [163] R:OK -2015-03-11 03:30:56 queue INFO >>83 [164] -2015-03-11 03:30:56 sendUrl INFO 83 [164] R:OK -2015-03-11 03:31:46 queue INFO >>83 [165] -2015-03-11 03:31:46 sendUrl INFO 83 [165] R:OK -2015-03-11 03:32:36 queue INFO >>83 [166] -2015-03-11 03:32:36 sendUrl INFO 83 [166] R:OK -2015-03-11 03:32:59 queue INFO 87 [167] -2015-03-11 03:33:00 sendUrl INFO 87 [167] R:OK -2015-03-11 03:33:00 queue INFO >87 [168] -2015-03-11 03:33:00 sendUrl INFO 87 [168] R:OK -2015-03-11 03:33:01 queue INFO 83 [169] -2015-03-11 03:33:01 queue INFO >83 [170] -2015-03-11 03:33:02 sendUrl INFO 83 [169] R:OK -2015-03-11 03:33:02 sendUrl INFO 83 [170] R:OK -2015-03-11 03:33:51 queue INFO >>83 [171] -2015-03-11 03:33:51 sendUrl INFO 83 [171] R:OK -2015-03-11 03:34:41 queue INFO >>83 [172] -2015-03-11 03:34:42 sendUrl INFO 83 [172] R:OK -2015-03-11 03:35:31 queue INFO >>83 [173] -2015-03-11 03:35:31 sendUrl INFO 83 [173] R:OK -2015-03-11 03:36:22 queue INFO >>83 [174] -2015-03-11 03:36:22 sendUrl INFO 83 [174] R:OK -2015-03-11 03:37:12 queue INFO >>83 [175] -2015-03-11 03:37:12 sendUrl INFO 83 [175] R:OK -2015-03-11 03:38:02 queue INFO >>83 [176] -2015-03-11 03:38:02 sendUrl INFO 83 [176] R:OK -2015-03-11 03:38:52 queue INFO >>83 [177] -2015-03-11 03:38:52 sendUrl INFO 83 [177] R:OK -2015-03-11 03:39:42 queue INFO >>83 [178] -2015-03-11 03:39:43 sendUrl INFO 83 [178] R:OK -2015-03-11 03:40:32 queue INFO >>83 [179] -2015-03-11 03:40:32 sendUrl INFO 83 [179] R:OK -2015-03-11 03:40:56 queue INFO 87 [180] -2015-03-11 03:40:56 queue INFO >87 [181] -2015-03-11 03:40:56 sendUrl INFO 87 [180] R:OK -2015-03-11 03:40:57 sendUrl INFO 87 [181] R:OK -2015-03-11 03:40:57 queue INFO 83 [182] -2015-03-11 03:40:57 queue INFO >83 [183] -2015-03-11 03:40:58 sendUrl INFO 83 [182] R:OK -2015-03-11 03:40:58 sendUrl INFO 83 [183] R:OK -2015-03-11 03:41:47 queue INFO >>83 [184] -2015-03-11 03:41:47 sendUrl INFO 83 [184] R:OK -2015-03-11 03:42:37 queue INFO >>83 [185] -2015-03-11 03:42:38 sendUrl INFO 83 [185] R:OK -2015-03-11 03:43:28 queue INFO >>83 [186] -2015-03-11 03:43:28 sendUrl INFO 83 [186] R:OK -2015-03-11 03:44:18 queue INFO >>83 [187] -2015-03-11 03:44:18 sendUrl INFO 83 [187] R:OK -2015-03-11 03:45:08 queue INFO >>83 [188] -2015-03-11 03:45:08 sendUrl INFO 83 [188] R:OK -2015-03-11 03:45:58 queue INFO >>83 [189] -2015-03-11 03:45:59 sendUrl INFO 83 [189] R:OK -2015-03-11 03:46:48 queue INFO >>83 [190] -2015-03-11 03:46:48 sendUrl INFO 83 [190] R:OK -2015-03-11 03:47:38 queue INFO >>83 [191] -2015-03-11 03:47:39 sendUrl INFO 83 [191] R:OK -2015-03-11 03:48:29 queue INFO >>83 [192] -2015-03-11 03:48:29 sendUrl INFO 83 [192] R:OK -2015-03-11 03:48:51 queue INFO 87 [193] -2015-03-11 03:48:51 queue INFO >87 [194] -2015-03-11 03:48:52 sendUrl INFO 87 [193] R:OK -2015-03-11 03:48:52 sendUrl INFO 87 [194] R:OK -2015-03-11 03:48:53 queue INFO 83 [195] -2015-03-11 03:48:53 queue INFO >83 [196] -2015-03-11 03:48:53 sendUrl INFO 83 [195] R:OK -2015-03-11 03:48:54 sendUrl INFO 83 [196] R:OK -2015-03-11 03:49:43 queue INFO >>83 [197] -2015-03-11 03:49:43 sendUrl INFO 83 [197] R:OK -2015-03-11 03:50:33 queue INFO >>83 [198] -2015-03-11 03:50:33 sendUrl INFO 83 [198] R:OK -2015-03-11 03:51:23 queue INFO >>83 [199] -2015-03-11 03:51:24 sendUrl INFO 83 [199] R:OK -2015-03-11 03:52:13 queue INFO >>83 [200] -2015-03-11 03:52:14 sendUrl INFO 83 [200] R:OK -2015-03-11 03:53:04 queue INFO >>83 [201] -2015-03-11 03:53:04 sendUrl INFO 83 [201] R:OK -2015-03-11 03:53:54 queue INFO >>83 [202] -2015-03-11 03:53:54 sendUrl INFO 83 [202] R:OK -2015-03-11 03:54:44 queue INFO >>83 [203] -2015-03-11 03:54:44 sendUrl INFO 83 [203] R:OK -2015-03-11 03:55:34 queue INFO >>83 [204] -2015-03-11 03:55:34 sendUrl INFO 83 [204] R:OK -2015-03-11 03:56:24 queue INFO >>83 [205] -2015-03-11 03:56:24 sendUrl INFO 83 [205] R:OK -2015-03-11 03:56:47 queue INFO 87 [206] -2015-03-11 03:56:47 queue INFO >87 [207] -2015-03-11 03:56:47 sendUrl INFO 87 [206] R:OK -2015-03-11 03:56:48 sendUrl INFO 87 [207] R:OK -2015-03-11 03:56:48 queue INFO 83 [208] -2015-03-11 03:56:49 queue INFO >83 [209] -2015-03-11 03:56:49 sendUrl INFO 83 [208] R:OK -2015-03-11 03:56:49 sendUrl INFO 83 [209] R:OK -2015-03-11 03:57:39 queue INFO >>83 [210] -2015-03-11 03:57:39 sendUrl INFO 83 [210] R:OK -2015-03-11 03:58:29 queue INFO >>83 [211] -2015-03-11 03:58:29 sendUrl INFO 83 [211] R:OK -2015-03-11 03:59:19 queue INFO >>83 [212] -2015-03-11 03:59:19 sendUrl INFO 83 [212] R:OK -2015-03-11 04:00:09 queue INFO >>83 [213] -2015-03-11 04:00:09 sendUrl INFO 83 [213] R:OK -2015-03-11 04:00:59 queue INFO >>83 [214] -2015-03-11 04:01:00 sendUrl INFO 83 [214] R:OK -2015-03-11 04:01:49 queue INFO >>83 [215] -2015-03-11 04:01:50 sendUrl INFO 83 [215] R:OK -2015-03-11 04:02:40 queue INFO >>83 [216] -2015-03-11 04:02:40 sendUrl INFO 83 [216] R:OK -2015-03-11 04:03:30 queue INFO >>83 [217] -2015-03-11 04:03:30 sendUrl INFO 83 [217] R:OK -2015-03-11 04:04:20 queue INFO >>83 [218] -2015-03-11 04:04:20 sendUrl INFO 83 [218] R:OK -2015-03-11 04:04:43 queue INFO 87 [219] -2015-03-11 04:04:43 sendUrl INFO 87 [219] R:OK -2015-03-11 04:04:43 queue INFO >87 [220] -2015-03-11 04:04:44 sendUrl INFO 87 [220] R:OK -2015-03-11 04:04:45 queue INFO 83 [221] -2015-03-11 04:04:45 queue INFO >83 [222] -2015-03-11 04:04:45 sendUrl INFO 83 [221] R:OK -2015-03-11 04:04:46 sendUrl INFO 83 [222] R:OK -2015-03-11 04:05:35 queue INFO >>83 [223] -2015-03-11 04:05:35 sendUrl INFO 83 [223] R:OK -2015-03-11 04:06:25 queue INFO >>83 [224] -2015-03-11 04:06:25 sendUrl INFO 83 [224] R:OK -2015-03-11 04:07:15 queue INFO >>83 [225] -2015-03-11 04:07:15 sendUrl INFO 83 [225] R:OK -2015-03-11 04:08:05 queue INFO >>83 [226] -2015-03-11 04:08:05 sendUrl INFO 83 [226] R:OK -2015-03-11 04:08:55 queue INFO >>83 [227] -2015-03-11 04:08:56 sendUrl INFO 83 [227] R:OK -2015-03-11 04:09:45 queue INFO >>83 [228] -2015-03-11 04:09:46 sendUrl INFO 83 [228] R:OK -2015-03-11 04:10:36 queue INFO >>83 [229] -2015-03-11 04:10:36 sendUrl INFO 83 [229] R:OK -2015-03-11 04:11:26 queue INFO >>83 [230] -2015-03-11 04:11:26 sendUrl INFO 83 [230] R:OK -2015-03-11 04:12:11 queue INFO 81 [231] -2015-03-11 04:12:12 queue INFO >81 [232] -2015-03-11 04:12:12 sendUrl INFO 81 [231] R:OK -2015-03-11 04:12:13 sendUrl INFO 81 [232] R:OK -2015-03-11 04:12:53 queue INFO 99 [233] -2015-03-11 04:12:53 queue INFO >99 [234] -2015-03-11 04:12:53 sendUrl INFO 99 [233] R:OK -2015-03-11 04:12:53 sendUrl INFO 99 [234] R:OK -2015-03-11 04:13:43 queue INFO >>99 [235] -2015-03-11 04:13:43 sendUrl INFO 99 [235] R:OK -2015-03-11 04:14:33 queue INFO >>99 [236] -2015-03-11 04:14:33 sendUrl INFO 99 [236] R:OK -2015-03-11 04:15:23 queue INFO >>99 [237] -2015-03-11 04:15:23 sendUrl INFO 99 [237] R:OK -2015-03-11 04:16:13 queue INFO >>99 [238] -2015-03-11 04:16:14 sendUrl INFO 99 [238] R:OK -2015-03-11 04:17:03 queue INFO >>99 [239] -2015-03-11 04:17:04 sendUrl INFO 99 [239] R:OK -2015-03-11 04:17:54 queue INFO >>99 [240] -2015-03-11 04:17:54 sendUrl INFO 99 [240] R:OK -2015-03-11 04:18:41 queue INFO 89 [241] -2015-03-11 04:18:41 queue INFO >89 [242] -2015-03-11 04:18:41 sendUrl INFO 89 [241] R:OK -2015-03-11 04:18:42 sendUrl INFO 89 [242] R:OK -2015-03-11 04:18:48 queue INFO 81 [243] -2015-03-11 04:18:48 queue INFO >81 [244] -2015-03-11 04:18:48 sendUrl INFO 81 [243] R:OK -2015-03-11 04:18:49 sendUrl INFO 81 [244] R:OK -2015-03-11 04:18:56 queue INFO 83 [245] -2015-03-11 04:18:56 queue INFO >83 [246] -2015-03-11 04:18:56 sendUrl INFO 83 [245] R:OK -2015-03-11 04:18:56 sendUrl INFO 83 [246] R:OK -2015-03-11 04:19:22 queue INFO 87 [247] -2015-03-11 04:19:22 queue INFO >87 [248] -2015-03-11 04:19:22 sendUrl INFO 87 [247] R:OK -2015-03-11 04:19:23 sendUrl INFO 87 [248] R:OK -2015-03-11 04:19:24 queue INFO 83 [249] -2015-03-11 04:19:24 queue INFO >83 [250] -2015-03-11 04:19:24 sendUrl INFO 83 [249] R:OK -2015-03-11 04:19:24 sendUrl INFO 83 [250] R:OK -2015-03-11 04:20:14 queue INFO >>83 [251] -2015-03-11 04:20:14 sendUrl INFO 83 [251] R:OK -2015-03-11 04:21:04 queue INFO >>83 [252] -2015-03-11 04:21:04 sendUrl INFO 83 [252] R:OK -2015-03-11 04:21:54 queue INFO >>83 [253] -2015-03-11 04:21:54 sendUrl INFO 83 [253] R:OK -2015-03-11 04:22:44 queue INFO >>83 [254] -2015-03-11 04:22:45 sendUrl INFO 83 [254] R:OK -2015-03-11 04:23:34 queue INFO >>83 [255] -2015-03-11 04:23:35 sendUrl INFO 83 [255] R:OK -2015-03-11 04:24:25 queue INFO >>83 [256] -2015-03-11 04:24:25 sendUrl INFO 83 [256] R:OK -2015-03-11 04:25:15 queue INFO >>83 [257] -2015-03-11 04:25:15 sendUrl INFO 83 [257] R:OK -2015-03-11 04:26:05 queue INFO >>83 [258] -2015-03-11 04:26:05 sendUrl INFO 83 [258] R:OK -2015-03-11 04:26:55 queue INFO >>83 [259] -2015-03-11 04:26:55 sendUrl INFO 83 [259] R:OK -2015-03-11 04:27:18 queue INFO 87 [260] -2015-03-11 04:27:18 queue INFO >87 [261] -2015-03-11 04:27:19 sendUrl INFO 87 [260] R:OK -2015-03-11 04:27:19 sendUrl INFO 87 [261] R:OK -2015-03-11 04:27:20 queue INFO 83 [262] -2015-03-11 04:27:20 queue INFO >83 [263] -2015-03-11 04:27:20 sendUrl INFO 83 [262] R:OK -2015-03-11 04:27:21 sendUrl INFO 83 [263] R:OK -2015-03-11 04:28:10 queue INFO >>83 [264] -2015-03-11 04:28:10 sendUrl INFO 83 [264] R:OK -2015-03-11 04:29:00 queue INFO >>83 [265] -2015-03-11 04:29:01 sendUrl INFO 83 [265] R:OK -2015-03-11 04:29:50 queue INFO >>83 [266] -2015-03-11 04:29:51 sendUrl INFO 83 [266] R:OK -2015-03-11 04:30:40 queue INFO >>83 [267] -2015-03-11 04:30:41 sendUrl INFO 83 [267] R:OK -2015-03-11 04:31:31 queue INFO >>83 [268] -2015-03-11 04:31:31 sendUrl INFO 83 [268] R:OK -2015-03-11 04:32:21 queue INFO >>83 [269] -2015-03-11 04:32:21 sendUrl INFO 83 [269] R:OK -2015-03-11 04:33:11 queue INFO >>83 [270] -2015-03-11 04:33:11 sendUrl INFO 83 [270] R:OK -2015-03-11 04:34:01 queue INFO >>83 [271] -2015-03-11 04:34:01 sendUrl INFO 83 [271] R:OK -2015-03-11 04:34:51 queue INFO >>83 [272] -2015-03-11 04:34:51 sendUrl INFO 83 [272] R:OK -2015-03-11 04:35:14 queue INFO 87 [273] -2015-03-11 04:35:14 queue INFO >87 [274] -2015-03-11 04:35:14 sendUrl INFO 87 [273] R:OK -2015-03-11 04:35:15 sendUrl INFO 87 [274] R:OK -2015-03-11 04:35:16 queue INFO 83 [275] -2015-03-11 04:35:16 sendUrl INFO 83 [275] R:OK -2015-03-11 04:35:16 queue INFO >83 [276] -2015-03-11 04:35:16 sendUrl INFO 83 [276] R:OK -2015-03-11 04:36:06 queue INFO >>83 [277] -2015-03-11 04:36:06 sendUrl INFO 83 [277] R:OK -2015-03-11 04:36:56 queue INFO >>83 [278] -2015-03-11 04:36:56 sendUrl INFO 83 [278] R:OK -2015-03-11 04:37:46 queue INFO >>83 [279] -2015-03-11 04:37:46 sendUrl INFO 83 [279] R:OK -2015-03-11 04:38:36 queue INFO >>83 [280] -2015-03-11 04:38:36 sendUrl INFO 83 [280] R:OK -2015-03-11 04:39:26 queue INFO >>83 [281] -2015-03-11 04:39:27 sendUrl INFO 83 [281] R:OK -2015-03-11 04:40:16 queue INFO >>83 [282] -2015-03-11 04:40:17 sendUrl INFO 83 [282] R:OK -2015-03-11 04:41:07 queue INFO >>83 [283] -2015-03-11 04:41:07 sendUrl INFO 83 [283] R:OK -2015-03-11 04:41:57 queue INFO >>83 [284] -2015-03-11 04:41:57 sendUrl INFO 83 [284] R:OK -2015-03-11 04:42:47 queue INFO >>83 [285] -2015-03-11 04:42:47 sendUrl INFO 83 [285] R:OK -2015-03-11 04:43:10 queue INFO 87 [286] -2015-03-11 04:43:10 queue INFO >87 [287] -2015-03-11 04:43:10 sendUrl INFO 87 [286] R:OK -2015-03-11 04:43:10 sendUrl INFO 87 [287] R:OK -2015-03-11 04:43:11 queue INFO 83 [288] -2015-03-11 04:43:11 sendUrl INFO 83 [288] R:OK -2015-03-11 04:43:11 queue INFO >83 [289] -2015-03-11 04:43:12 sendUrl INFO 83 [289] R:OK -2015-03-11 04:44:01 queue INFO >>83 [290] -2015-03-11 04:44:02 sendUrl INFO 83 [290] R:OK -2015-03-11 04:44:51 queue INFO >>83 [291] -2015-03-11 04:44:52 sendUrl INFO 83 [291] R:OK -2015-03-11 04:45:42 queue INFO >>83 [292] -2015-03-11 04:45:42 sendUrl INFO 83 [292] R:OK -2015-03-11 04:46:32 queue INFO >>83 [293] -2015-03-11 04:46:32 sendUrl INFO 83 [293] R:OK -2015-03-11 04:47:22 queue INFO >>83 [294] -2015-03-11 04:47:22 sendUrl INFO 83 [294] R:OK -2015-03-11 04:48:12 queue INFO >>83 [295] -2015-03-11 04:48:12 sendUrl INFO 83 [295] R:OK -2015-03-11 04:49:02 queue INFO >>83 [296] -2015-03-11 04:49:03 sendUrl INFO 83 [296] R:OK -2015-03-11 04:49:52 queue INFO >>83 [297] -2015-03-11 04:49:52 sendUrl INFO 83 [297] R:OK -2015-03-11 04:50:42 queue INFO >>83 [298] -2015-03-11 04:50:43 sendUrl INFO 83 [298] R:OK -2015-03-11 04:51:05 queue INFO 87 [299] -2015-03-11 04:51:06 queue INFO >87 [300] -2015-03-11 04:51:06 sendUrl INFO 87 [299] R:OK -2015-03-11 04:51:06 sendUrl INFO 87 [300] R:OK -2015-03-11 04:51:07 queue INFO 83 [301] -2015-03-11 04:51:07 queue INFO >83 [302] -2015-03-11 04:51:07 sendUrl INFO 83 [301] R:OK -2015-03-11 04:51:08 sendUrl INFO 83 [302] R:OK -2015-03-11 04:51:57 queue INFO >>83 [303] -2015-03-11 04:51:57 sendUrl INFO 83 [303] R:OK -2015-03-11 04:52:47 queue INFO >>83 [304] -2015-03-11 04:52:48 sendUrl INFO 83 [304] R:OK -2015-03-11 04:53:37 queue INFO >>83 [305] -2015-03-11 04:53:38 sendUrl INFO 83 [305] R:OK -2015-03-11 04:54:28 queue INFO >>83 [306] -2015-03-11 04:54:28 sendUrl INFO 83 [306] R:OK -2015-03-11 04:55:18 queue INFO >>83 [307] -2015-03-11 04:55:18 sendUrl INFO 83 [307] R:OK -2015-03-11 04:56:08 queue INFO >>83 [308] -2015-03-11 04:56:08 sendUrl INFO 83 [308] R:OK -2015-03-11 04:56:58 queue INFO >>83 [309] -2015-03-11 04:56:58 sendUrl INFO 83 [309] R:OK -2015-03-11 04:57:48 queue INFO >>83 [310] -2015-03-11 04:57:49 sendUrl INFO 83 [310] R:OK -2015-03-11 04:58:38 queue INFO >>83 [311] -2015-03-11 04:58:39 sendUrl INFO 83 [311] R:OK -2015-03-11 04:59:01 queue INFO 87 [312] -2015-03-11 04:59:01 queue INFO >87 [313] -2015-03-11 04:59:02 sendUrl INFO 87 [312] R:OK -2015-03-11 04:59:02 sendUrl INFO 87 [313] R:OK -2015-03-11 04:59:03 queue INFO 83 [314] -2015-03-11 04:59:03 queue INFO >83 [315] -2015-03-11 04:59:03 sendUrl INFO 83 [314] R:OK -2015-03-11 04:59:04 sendUrl INFO 83 [315] R:OK -2015-03-11 04:59:53 queue INFO >>83 [316] -2015-03-11 04:59:53 sendUrl INFO 83 [316] R:OK -2015-03-11 05:00:43 queue INFO >>83 [317] -2015-03-11 05:00:43 sendUrl INFO 83 [317] R:OK -2015-03-11 05:01:33 queue INFO >>83 [318] -2015-03-11 05:01:34 sendUrl INFO 83 [318] R:OK -2015-03-11 05:02:23 queue INFO >>83 [319] -2015-03-11 05:02:24 sendUrl INFO 83 [319] R:OK -2015-03-11 05:03:14 queue INFO >>83 [320] -2015-03-11 05:03:14 sendUrl INFO 83 [320] R:OK -2015-03-11 05:04:04 queue INFO >>83 [321] -2015-03-11 05:04:04 sendUrl INFO 83 [321] R:OK -2015-03-11 05:04:54 queue INFO >>83 [322] -2015-03-11 05:04:54 sendUrl INFO 83 [322] R:OK -2015-03-11 05:05:44 queue INFO >>83 [323] -2015-03-11 05:05:44 sendUrl INFO 83 [323] R:OK -2015-03-11 05:06:34 queue INFO >>83 [324] -2015-03-11 05:06:35 sendUrl INFO 83 [324] R:OK -2015-03-11 05:06:58 queue INFO 87 [325] -2015-03-11 05:06:58 queue INFO >87 [326] -2015-03-11 05:06:58 sendUrl INFO 87 [325] R:OK -2015-03-11 05:06:58 sendUrl INFO 87 [326] R:OK -2015-03-11 05:06:59 queue INFO 83 [327] -2015-03-11 05:06:59 sendUrl INFO 83 [327] R:OK -2015-03-11 05:06:59 queue INFO >83 [328] -2015-03-11 05:07:00 sendUrl INFO 83 [328] R:OK -2015-03-11 05:07:49 queue INFO >>83 [329] -2015-03-11 05:07:50 sendUrl INFO 83 [329] R:OK -2015-03-11 05:08:39 queue INFO >>83 [330] -2015-03-11 05:08:40 sendUrl INFO 83 [330] R:OK -2015-03-11 05:09:30 queue INFO >>83 [331] -2015-03-11 05:09:30 sendUrl INFO 83 [331] R:OK -2015-03-11 05:10:20 queue INFO >>83 [332] -2015-03-11 05:10:20 sendUrl INFO 83 [332] R:OK -2015-03-11 05:11:10 queue INFO >>83 [333] -2015-03-11 05:11:10 sendUrl INFO 83 [333] R:OK -2015-03-11 05:12:00 queue INFO >>83 [334] -2015-03-11 05:12:00 sendUrl INFO 83 [334] R:OK -2015-03-11 05:12:50 queue INFO >>83 [335] -2015-03-11 05:12:51 sendUrl INFO 83 [335] R:OK -2015-03-11 05:13:40 queue INFO >>83 [336] -2015-03-11 05:13:41 sendUrl INFO 83 [336] R:OK -2015-03-11 05:14:30 queue INFO >>83 [337] -2015-03-11 05:14:31 sendUrl INFO 83 [337] R:OK -2015-03-11 05:14:54 queue INFO 87 [338] -2015-03-11 05:14:54 queue INFO >87 [339] -2015-03-11 05:14:54 sendUrl INFO 87 [338] R:OK -2015-03-11 05:14:54 sendUrl INFO 87 [339] R:OK -2015-03-11 05:14:55 queue INFO 83 [340] -2015-03-11 05:14:55 queue INFO >83 [341] -2015-03-11 05:14:55 sendUrl INFO 83 [340] R:OK -2015-03-11 05:14:56 sendUrl INFO 83 [341] R:OK -2015-03-11 05:15:45 queue INFO >>83 [342] -2015-03-11 05:15:46 sendUrl INFO 83 [342] R:OK -2015-03-11 05:16:35 queue INFO >>83 [343] -2015-03-11 05:16:36 sendUrl INFO 83 [343] R:OK -2015-03-11 05:17:26 queue INFO >>83 [344] -2015-03-11 05:17:26 sendUrl INFO 83 [344] R:OK -2015-03-11 05:18:16 queue INFO >>83 [345] -2015-03-11 05:18:16 sendUrl INFO 83 [345] R:OK -2015-03-11 05:19:06 queue INFO >>83 [346] -2015-03-11 05:19:06 sendUrl INFO 83 [346] R:OK -2015-03-11 05:19:56 queue INFO >>83 [347] -2015-03-11 05:19:56 sendUrl INFO 83 [347] R:OK -2015-03-11 05:20:46 queue INFO >>83 [348] -2015-03-11 05:20:47 sendUrl INFO 83 [348] R:OK -2015-03-11 05:21:36 queue INFO >>83 [349] -2015-03-11 05:21:37 sendUrl INFO 83 [349] R:OK -2015-03-11 05:22:26 queue INFO >>83 [350] -2015-03-11 05:22:27 sendUrl INFO 83 [350] R:OK -2015-03-11 05:22:49 queue INFO 87 [351] -2015-03-11 05:22:49 queue INFO >87 [352] -2015-03-11 05:22:50 sendUrl INFO 87 [351] R:OK -2015-03-11 05:22:50 sendUrl INFO 87 [352] R:OK -2015-03-11 05:22:51 queue INFO 83 [353] -2015-03-11 05:22:51 queue INFO >83 [354] -2015-03-11 05:22:51 sendUrl INFO 83 [353] R:OK -2015-03-11 05:22:52 sendUrl INFO 83 [354] R:OK -2015-03-11 05:23:41 queue INFO >>83 [355] -2015-03-11 05:23:41 sendUrl INFO 83 [355] R:OK -2015-03-11 05:24:31 queue INFO >>83 [356] -2015-03-11 05:24:32 sendUrl INFO 83 [356] R:OK -2015-03-11 05:25:21 queue INFO >>83 [357] -2015-03-11 05:25:22 sendUrl INFO 83 [357] R:OK -2015-03-11 05:26:11 queue INFO >>83 [358] -2015-03-11 05:26:12 sendUrl INFO 83 [358] R:OK -2015-03-11 05:27:02 queue INFO >>83 [359] -2015-03-11 05:27:02 sendUrl INFO 83 [359] R:OK -2015-03-11 05:27:52 queue INFO >>83 [360] -2015-03-11 05:27:52 sendUrl INFO 83 [360] R:OK -2015-03-11 05:28:42 queue INFO >>83 [361] -2015-03-11 05:28:42 sendUrl INFO 83 [361] R:OK -2015-03-11 05:29:32 queue INFO >>83 [362] -2015-03-11 05:29:32 sendUrl INFO 83 [362] R:OK -2015-03-11 05:30:22 queue INFO >>83 [363] -2015-03-11 05:30:23 sendUrl INFO 83 [363] R:OK -2015-03-11 05:30:45 queue INFO 87 [364] -2015-03-11 05:30:45 queue INFO >87 [365] -2015-03-11 05:30:45 sendUrl INFO 87 [364] R:OK -2015-03-11 05:30:46 sendUrl INFO 87 [365] R:OK -2015-03-11 05:30:46 queue INFO 83 [366] -2015-03-11 05:30:47 queue INFO >83 [367] -2015-03-11 05:30:47 sendUrl INFO 83 [366] R:OK -2015-03-11 05:30:47 sendUrl INFO 83 [367] R:OK -2015-03-11 05:31:37 queue INFO >>83 [368] -2015-03-11 05:31:37 sendUrl INFO 83 [368] R:OK -2015-03-11 05:32:27 queue INFO >>83 [369] -2015-03-11 05:32:27 sendUrl INFO 83 [369] R:OK -2015-03-11 05:33:17 queue INFO >>83 [370] -2015-03-11 05:33:17 sendUrl INFO 83 [370] R:OK -2015-03-11 05:34:07 queue INFO >>83 [371] -2015-03-11 05:34:08 sendUrl INFO 83 [371] R:OK -2015-03-11 05:34:57 queue INFO >>83 [372] -2015-03-11 05:34:57 sendUrl INFO 83 [372] R:OK -2015-03-11 05:35:47 queue INFO >>83 [373] -2015-03-11 05:35:48 sendUrl INFO 83 [373] R:OK -2015-03-11 05:36:38 queue INFO >>83 [374] -2015-03-11 05:36:38 sendUrl INFO 83 [374] R:OK -2015-03-11 05:37:28 queue INFO >>83 [375] -2015-03-11 05:37:28 sendUrl INFO 83 [375] R:OK -2015-03-11 05:38:18 queue INFO >>83 [376] -2015-03-11 05:38:18 sendUrl INFO 83 [376] R:OK -2015-03-11 05:38:41 queue INFO 87 [377] -2015-03-11 05:38:41 queue INFO >87 [378] -2015-03-11 05:38:41 sendUrl INFO 87 [377] R:OK -2015-03-11 05:38:42 sendUrl INFO 87 [378] R:OK -2015-03-11 05:38:42 queue INFO 83 [379] -2015-03-11 05:38:43 queue INFO >83 [380] -2015-03-11 05:38:43 sendUrl INFO 83 [379] R:OK -2015-03-11 05:38:43 sendUrl INFO 83 [380] R:OK -2015-03-11 05:39:32 queue INFO >>83 [381] -2015-03-11 05:39:33 sendUrl INFO 83 [381] R:OK -2015-03-11 05:40:23 queue INFO >>83 [382] -2015-03-11 05:40:23 sendUrl INFO 83 [382] R:OK -2015-03-11 05:41:13 queue INFO >>83 [383] -2015-03-11 05:41:13 sendUrl INFO 83 [383] R:OK -2015-03-11 05:42:03 queue INFO >>83 [384] -2015-03-11 05:42:03 sendUrl INFO 83 [384] R:OK -2015-03-11 05:42:53 queue INFO >>83 [385] -2015-03-11 05:42:53 sendUrl INFO 83 [385] R:OK -2015-03-11 05:43:43 queue INFO >>83 [386] -2015-03-11 05:43:43 sendUrl INFO 83 [386] R:OK -2015-03-11 05:44:33 queue INFO >>83 [387] -2015-03-11 05:44:34 sendUrl INFO 83 [387] R:OK -2015-03-11 05:45:24 queue INFO >>83 [388] -2015-03-11 05:45:24 sendUrl INFO 83 [388] R:OK -2015-03-11 05:46:14 queue INFO >>83 [389] -2015-03-11 05:46:14 sendUrl INFO 83 [389] R:OK -2015-03-11 05:46:37 queue INFO 87 [390] -2015-03-11 05:46:37 queue INFO >87 [391] -2015-03-11 05:46:37 sendUrl INFO 87 [390] R:OK -2015-03-11 05:46:37 sendUrl INFO 87 [391] R:OK -2015-03-11 05:46:38 queue INFO 83 [392] -2015-03-11 05:46:38 queue INFO >83 [393] -2015-03-11 05:46:39 sendUrl INFO 83 [392] R:OK -2015-03-11 05:46:39 sendUrl INFO 83 [393] R:OK -2015-03-11 05:47:28 queue INFO >>83 [394] -2015-03-11 05:47:29 sendUrl INFO 83 [394] R:OK -2015-03-11 05:48:18 queue INFO >>83 [395] -2015-03-11 05:48:19 sendUrl INFO 83 [395] R:OK -2015-03-11 05:49:09 queue INFO >>83 [396] -2015-03-11 05:49:09 sendUrl INFO 83 [396] R:OK -2015-03-11 05:49:59 queue INFO >>83 [397] -2015-03-11 05:49:59 sendUrl INFO 83 [397] R:OK -2015-03-11 05:50:49 queue INFO >>83 [398] -2015-03-11 05:50:49 sendUrl INFO 83 [398] R:OK -2015-03-11 05:51:39 queue INFO >>83 [399] -2015-03-11 05:51:39 sendUrl INFO 83 [399] R:OK -2015-03-11 05:52:29 queue INFO >>83 [400] -2015-03-11 05:52:30 sendUrl INFO 83 [400] R:OK -2015-03-11 05:53:19 queue INFO >>83 [401] -2015-03-11 05:53:20 sendUrl INFO 83 [401] R:OK -2015-03-11 05:54:10 queue INFO >>83 [402] -2015-03-11 05:54:10 sendUrl INFO 83 [402] R:OK -2015-03-11 05:54:33 queue INFO 87 [403] -2015-03-11 05:54:33 queue INFO >87 [404] -2015-03-11 05:54:33 sendUrl INFO 87 [403] R:OK -2015-03-11 05:54:34 sendUrl INFO 87 [404] R:OK -2015-03-11 05:54:34 queue INFO 83 [405] -2015-03-11 05:54:35 queue INFO >83 [406] -2015-03-11 05:54:35 sendUrl INFO 83 [405] R:OK -2015-03-11 05:54:35 sendUrl INFO 83 [406] R:OK -2015-03-11 05:55:25 queue INFO >>83 [407] -2015-03-11 05:55:25 sendUrl INFO 83 [407] R:OK -2015-03-11 05:56:15 queue INFO >>83 [408] -2015-03-11 05:56:15 sendUrl INFO 83 [408] R:OK -2015-03-11 05:57:05 queue INFO >>83 [409] -2015-03-11 05:57:05 sendUrl INFO 83 [409] R:OK -2015-03-11 05:57:55 queue INFO >>83 [410] -2015-03-11 05:57:55 sendUrl INFO 83 [410] R:OK -2015-03-11 05:58:45 queue INFO >>83 [411] -2015-03-11 05:58:45 sendUrl INFO 83 [411] R:OK -2015-03-11 05:59:35 queue INFO >>83 [412] -2015-03-11 05:59:36 sendUrl INFO 83 [412] R:OK -2015-03-11 06:00:25 queue INFO >>83 [413] -2015-03-11 06:00:26 sendUrl INFO 83 [413] R:OK -2015-03-11 06:01:16 queue INFO >>83 [414] -2015-03-11 06:01:16 sendUrl INFO 83 [414] R:OK -2015-03-11 06:02:06 queue INFO >>83 [415] -2015-03-11 06:02:06 sendUrl INFO 83 [415] R:OK -2015-03-11 06:02:29 queue INFO 87 [416] -2015-03-11 06:02:29 queue INFO >87 [417] -2015-03-11 06:02:29 sendUrl INFO 87 [416] R:OK -2015-03-11 06:02:30 sendUrl INFO 87 [417] R:OK -2015-03-11 06:02:31 queue INFO 83 [418] -2015-03-11 06:02:31 queue INFO >83 [419] -2015-03-11 06:02:31 sendUrl INFO 83 [418] R:OK -2015-03-11 06:02:31 sendUrl INFO 83 [419] R:OK -2015-03-11 06:03:21 queue INFO >>83 [420] -2015-03-11 06:03:21 sendUrl INFO 83 [420] R:OK -2015-03-11 06:04:11 queue INFO >>83 [421] -2015-03-11 06:04:11 sendUrl INFO 83 [421] R:OK -2015-03-11 06:05:01 queue INFO >>83 [422] -2015-03-11 06:05:01 sendUrl INFO 83 [422] R:OK -2015-03-11 06:05:51 queue INFO >>83 [423] -2015-03-11 06:05:52 sendUrl INFO 83 [423] R:OK -2015-03-11 06:06:41 queue INFO >>83 [424] -2015-03-11 06:06:41 sendUrl INFO 83 [424] R:OK -2015-03-11 06:07:31 queue INFO >>83 [425] -2015-03-11 06:07:32 sendUrl INFO 83 [425] R:OK -2015-03-11 06:08:22 queue INFO >>83 [426] -2015-03-11 06:08:22 sendUrl INFO 83 [426] R:OK -2015-03-11 06:09:12 queue INFO >>83 [427] -2015-03-11 06:09:12 sendUrl INFO 83 [427] R:OK -2015-03-11 06:10:02 queue INFO >>83 [428] -2015-03-11 06:10:02 sendUrl INFO 83 [428] R:OK -2015-03-11 06:10:25 queue INFO 87 [429] -2015-03-11 06:10:25 queue INFO >87 [430] -2015-03-11 06:10:25 sendUrl INFO 87 [429] R:OK -2015-03-11 06:10:25 sendUrl INFO 87 [430] R:OK -2015-03-11 06:10:26 queue INFO 83 [431] -2015-03-11 06:10:26 sendUrl INFO 83 [431] R:OK -2015-03-11 06:10:27 queue INFO >83 [432] -2015-03-11 06:10:27 sendUrl INFO 83 [432] R:OK -2015-03-11 06:11:16 queue INFO >>83 [433] -2015-03-11 06:11:17 sendUrl INFO 83 [433] R:OK -2015-03-11 06:12:07 queue INFO >>83 [434] -2015-03-11 06:12:07 sendUrl INFO 83 [434] R:OK -2015-03-11 06:12:57 queue INFO >>83 [435] -2015-03-11 06:12:57 sendUrl INFO 83 [435] R:OK -2015-03-11 06:13:47 queue INFO >>83 [436] -2015-03-11 06:13:47 sendUrl INFO 83 [436] R:OK -2015-03-11 06:14:37 queue INFO >>83 [437] -2015-03-11 06:14:38 sendUrl INFO 83 [437] R:OK -2015-03-11 06:15:27 queue INFO >>83 [438] -2015-03-11 06:15:27 sendUrl INFO 83 [438] R:OK -2015-03-11 06:16:17 queue INFO >>83 [439] -2015-03-11 06:16:18 sendUrl INFO 83 [439] R:OK -2015-03-11 06:17:07 queue INFO >>83 [440] -2015-03-11 06:17:08 sendUrl INFO 83 [440] R:OK -2015-03-11 06:17:58 queue INFO >>83 [441] -2015-03-11 06:17:58 sendUrl INFO 83 [441] R:OK -2015-03-11 06:18:20 queue INFO 87 [442] -2015-03-11 06:18:20 queue INFO >87 [443] -2015-03-11 06:18:21 sendUrl INFO 87 [442] R:OK -2015-03-11 06:18:21 sendUrl INFO 87 [443] R:OK -2015-03-11 06:18:22 queue INFO 83 [444] -2015-03-11 06:18:22 queue INFO >83 [445] -2015-03-11 06:18:22 sendUrl INFO 83 [444] R:OK -2015-03-11 06:18:23 sendUrl INFO 83 [445] R:OK -2015-03-11 06:19:12 queue INFO >>83 [446] -2015-03-11 06:19:12 sendUrl INFO 83 [446] R:OK -2015-03-11 06:20:02 queue INFO >>83 [447] -2015-03-11 06:20:02 sendUrl INFO 83 [447] R:OK -2015-03-11 06:20:52 queue INFO >>83 [448] -2015-03-11 06:20:53 sendUrl INFO 83 [448] R:OK -2015-03-11 06:21:42 queue INFO >>83 [449] -2015-03-11 06:21:43 sendUrl INFO 83 [449] R:OK -2015-03-11 06:22:33 queue INFO >>83 [450] -2015-03-11 06:22:33 sendUrl INFO 83 [450] R:OK -2015-03-11 06:23:23 queue INFO >>83 [451] -2015-03-11 06:23:23 sendUrl INFO 83 [451] R:OK -2015-03-11 06:24:13 queue INFO >>83 [452] -2015-03-11 06:24:13 sendUrl INFO 83 [452] R:OK -2015-03-11 06:25:03 queue INFO >>83 [453] -2015-03-11 06:25:03 sendUrl INFO 83 [453] R:OK -2015-03-11 06:25:53 queue INFO >>83 [454] -2015-03-11 06:25:54 sendUrl INFO 83 [454] R:OK -2015-03-11 06:26:16 queue INFO 87 [455] -2015-03-11 06:26:16 queue INFO >87 [456] -2015-03-11 06:26:17 sendUrl INFO 87 [455] R:OK -2015-03-11 06:26:17 sendUrl INFO 87 [456] R:OK -2015-03-11 06:26:18 queue INFO 83 [457] -2015-03-11 06:26:18 queue INFO >83 [458] -2015-03-11 06:26:18 sendUrl INFO 83 [457] R:OK -2015-03-11 06:26:19 sendUrl INFO 83 [458] R:OK -2015-03-11 06:27:08 queue INFO >>83 [459] -2015-03-11 06:27:08 sendUrl INFO 83 [459] R:OK -2015-03-11 06:27:58 queue INFO >>83 [460] -2015-03-11 06:27:58 sendUrl INFO 83 [460] R:OK -2015-03-11 06:28:48 queue INFO >>83 [461] -2015-03-11 06:28:49 sendUrl INFO 83 [461] R:OK -2015-03-11 06:29:38 queue INFO >>83 [462] -2015-03-11 06:29:39 sendUrl INFO 83 [462] R:OK -2015-03-11 06:30:29 queue INFO >>83 [463] -2015-03-11 06:30:29 sendUrl INFO 83 [463] R:OK -2015-03-11 06:31:19 queue INFO >>83 [464] -2015-03-11 06:31:19 sendUrl INFO 83 [464] R:OK -2015-03-11 06:32:09 queue INFO >>83 [465] -2015-03-11 06:32:09 sendUrl INFO 83 [465] R:OK -2015-03-11 06:32:59 queue INFO >>83 [466] -2015-03-11 06:32:59 sendUrl INFO 83 [466] R:OK -2015-03-11 06:33:49 queue INFO >>83 [467] -2015-03-11 06:33:49 sendUrl INFO 83 [467] R:OK -2015-03-11 06:34:12 queue INFO 87 [468] -2015-03-11 06:34:12 queue INFO >87 [469] -2015-03-11 06:34:12 sendUrl INFO 87 [468] R:OK -2015-03-11 06:34:13 sendUrl INFO 87 [469] R:OK -2015-03-11 06:34:14 queue INFO 83 [470] -2015-03-11 06:34:14 queue INFO >83 [471] -2015-03-11 06:34:14 sendUrl INFO 83 [470] R:OK -2015-03-11 06:34:14 sendUrl INFO 83 [471] R:OK -2015-03-11 06:35:04 queue INFO >>83 [472] -2015-03-11 06:35:04 sendUrl INFO 83 [472] R:OK -2015-03-11 06:35:54 queue INFO >>83 [473] -2015-03-11 06:35:54 sendUrl INFO 83 [473] R:OK -2015-03-11 06:36:44 queue INFO >>83 [474] -2015-03-11 06:36:44 sendUrl INFO 83 [474] R:OK -2015-03-11 06:37:34 queue INFO >>83 [475] -2015-03-11 06:37:34 sendUrl INFO 83 [475] R:OK -2015-03-11 06:38:24 queue INFO >>83 [476] -2015-03-11 06:38:25 sendUrl INFO 83 [476] R:OK -2015-03-11 06:39:14 queue INFO >>83 [477] -2015-03-11 06:39:15 sendUrl INFO 83 [477] R:OK -2015-03-11 06:40:05 queue INFO >>83 [478] -2015-03-11 06:40:05 sendUrl INFO 83 [478] R:OK -2015-03-11 06:40:50 queue INFO 81 [479] -2015-03-11 06:40:50 queue INFO >81 [480] -2015-03-11 06:40:50 sendUrl INFO 81 [479] R:OK -2015-03-11 06:40:51 sendUrl INFO 81 [480] R:OK -2015-03-11 06:41:06 queue INFO 83 [481] -2015-03-11 06:41:06 sendUrl INFO 83 [481] R:OK -2015-03-11 06:41:06 queue INFO >83 [482] -2015-03-11 06:41:06 sendUrl INFO 83 [482] R:OK -2015-03-11 06:41:56 queue INFO >>83 [483] -2015-03-11 06:41:56 sendUrl INFO 83 [483] R:OK -2015-03-11 06:42:08 queue INFO 87 [484] -2015-03-11 06:42:09 queue INFO >87 [485] -2015-03-11 06:42:09 sendUrl INFO 87 [484] R:OK -2015-03-11 06:42:09 sendUrl INFO 87 [485] R:OK -2015-03-11 06:42:10 queue INFO 83 [486] -2015-03-11 06:42:10 queue INFO >83 [487] -2015-03-11 06:42:10 sendUrl INFO 83 [486] R:OK -2015-03-11 06:42:11 sendUrl INFO 83 [487] R:OK -2015-03-11 06:43:00 queue INFO >>83 [488] -2015-03-11 06:43:00 sendUrl INFO 83 [488] R:OK -2015-03-11 06:43:50 queue INFO >>83 [489] -2015-03-11 06:43:51 sendUrl INFO 83 [489] R:OK -2015-03-11 06:44:40 queue INFO >>83 [490] -2015-03-11 06:44:41 sendUrl INFO 83 [490] R:OK -2015-03-11 06:45:31 queue INFO >>83 [491] -2015-03-11 06:45:31 sendUrl INFO 83 [491] R:OK -2015-03-11 06:46:21 queue INFO >>83 [492] -2015-03-11 06:46:21 sendUrl INFO 83 [492] R:OK -2015-03-11 06:47:11 queue INFO >>83 [493] -2015-03-11 06:47:11 sendUrl INFO 83 [493] R:OK -2015-03-11 06:48:01 queue INFO >>83 [494] -2015-03-11 06:48:01 sendUrl INFO 83 [494] R:OK -2015-03-11 06:48:51 queue INFO >>83 [495] -2015-03-11 06:48:51 sendUrl INFO 83 [495] R:OK -2015-03-11 06:49:41 queue INFO >>83 [496] -2015-03-11 06:49:42 sendUrl INFO 83 [496] R:OK -2015-03-11 06:50:05 queue INFO 87 [497] -2015-03-11 06:50:05 queue INFO >87 [498] -2015-03-11 06:50:05 sendUrl INFO 87 [497] R:OK -2015-03-11 06:50:05 sendUrl INFO 87 [498] R:OK -2015-03-11 06:50:06 queue INFO 83 [499] -2015-03-11 06:50:06 sendUrl INFO 83 [499] R:OK -2015-03-11 06:50:06 queue INFO >83 [500] -2015-03-11 06:50:07 sendUrl INFO 83 [500] R:OK -2015-03-11 06:50:56 queue INFO >>83 [501] -2015-03-11 06:50:57 sendUrl INFO 83 [501] R:OK -2015-03-11 06:51:47 queue INFO >>83 [502] -2015-03-11 06:51:47 sendUrl INFO 83 [502] R:OK -2015-03-11 06:52:37 queue INFO >>83 [503] -2015-03-11 06:52:37 sendUrl INFO 83 [503] R:OK -2015-03-11 06:53:27 queue INFO >>83 [504] -2015-03-11 06:53:27 sendUrl INFO 83 [504] R:OK -2015-03-11 06:54:17 queue INFO >>83 [505] -2015-03-11 06:54:17 sendUrl INFO 83 [505] R:OK -2015-03-11 06:55:07 queue INFO >>83 [506] -2015-03-11 06:55:07 sendUrl INFO 83 [506] R:OK -2015-03-11 06:55:57 queue INFO >>83 [507] -2015-03-11 06:55:58 sendUrl INFO 83 [507] R:OK -2015-03-11 06:56:47 queue INFO >>83 [508] -2015-03-11 06:56:48 sendUrl INFO 83 [508] R:OK -2015-03-11 06:57:27 queue INFO 81 [509] -2015-03-11 06:57:27 sendUrl INFO 81 [509] R:OK -2015-03-11 06:57:27 queue INFO >81 [510] -2015-03-11 06:57:28 sendUrl INFO 81 [510] R:OK -2015-03-11 06:58:16 queue INFO 99 [511] -2015-03-11 06:58:16 queue INFO >99 [512] -2015-03-11 06:58:17 sendUrl INFO 99 [511] R:OK -2015-03-11 06:58:17 sendUrl INFO 99 [512] R:OK -2015-03-11 06:59:06 queue INFO >>99 [513] -2015-03-11 06:59:06 sendUrl INFO 99 [513] R:OK -2015-03-11 06:59:56 queue INFO >>99 [514] -2015-03-11 06:59:57 sendUrl INFO 99 [514] R:OK -2015-03-11 07:00:47 queue INFO >>99 [515] -2015-03-11 07:00:47 sendUrl INFO 99 [515] R:OK -2015-03-11 07:01:37 queue INFO >>99 [516] -2015-03-11 07:01:37 sendUrl INFO 99 [516] R:OK -2015-03-11 07:02:27 queue INFO >>99 [517] -2015-03-11 07:02:27 sendUrl INFO 99 [517] R:OK -2015-03-11 07:03:17 queue INFO >>99 [518] -2015-03-11 07:03:18 sendUrl INFO 99 [518] R:OK -2015-03-11 07:04:07 queue INFO >>99 [519] -2015-03-11 07:04:07 sendUrl INFO 99 [519] R:OK -2015-03-11 07:04:57 queue INFO >>99 [520] -2015-03-11 07:04:58 sendUrl INFO 99 [520] R:OK -2015-03-11 07:05:48 queue INFO >>99 [521] -2015-03-11 07:05:48 sendUrl INFO 99 [521] R:OK -2015-03-11 07:06:23 queue INFO 89 [522] -2015-03-11 07:06:23 sendUrl INFO 89 [522] R:OK -2015-03-11 07:06:23 queue INFO >89 [523] -2015-03-11 07:06:24 sendUrl INFO 89 [523] R:OK -2015-03-11 07:06:28 queue INFO 81 [524] -2015-03-11 07:06:28 queue INFO >81 [525] -2015-03-11 07:06:28 sendUrl INFO 81 [524] R:OK -2015-03-11 07:06:28 sendUrl INFO 81 [525] R:OK -2015-03-11 07:06:32 queue INFO 83 [526] -2015-03-11 07:06:32 queue INFO >83 [527] -2015-03-11 07:06:32 sendUrl INFO 83 [526] R:OK -2015-03-11 07:06:32 sendUrl INFO 83 [527] R:OK -2015-03-11 07:06:55 queue INFO 87 [528] -2015-03-11 07:06:56 queue INFO >87 [529] -2015-03-11 07:06:56 sendUrl INFO 87 [528] R:OK -2015-03-11 07:06:56 sendUrl INFO 87 [529] R:OK -2015-03-11 07:06:57 queue INFO 83 [530] -2015-03-11 07:06:57 queue INFO >83 [531] -2015-03-11 07:06:57 sendUrl INFO 83 [530] R:OK -2015-03-11 07:06:58 sendUrl INFO 83 [531] R:OK -2015-03-11 07:07:47 queue INFO >>83 [532] -2015-03-11 07:07:47 sendUrl INFO 83 [532] R:OK -2015-03-11 07:08:37 queue INFO >>83 [533] -2015-03-11 07:08:38 sendUrl INFO 83 [533] R:OK -2015-03-11 07:09:27 queue INFO >>83 [534] -2015-03-11 07:09:28 sendUrl INFO 83 [534] R:OK -2015-03-11 07:10:18 queue INFO >>83 [535] -2015-03-11 07:10:18 sendUrl INFO 83 [535] R:OK -2015-03-11 07:11:08 queue INFO >>83 [536] -2015-03-11 07:11:08 sendUrl INFO 83 [536] R:OK -2015-03-11 07:11:58 queue INFO >>83 [537] -2015-03-11 07:11:58 sendUrl INFO 83 [537] R:OK -2015-03-11 07:12:48 queue INFO >>83 [538] -2015-03-11 07:12:48 sendUrl INFO 83 [538] R:OK -2015-03-11 07:13:38 queue INFO >>83 [539] -2015-03-11 07:13:38 sendUrl INFO 83 [539] R:OK -2015-03-11 07:14:28 queue INFO >>83 [540] -2015-03-11 07:14:29 sendUrl INFO 83 [540] R:OK -2015-03-11 07:14:52 queue INFO 87 [541] -2015-03-11 07:14:52 queue INFO >87 [542] -2015-03-11 07:14:52 sendUrl INFO 87 [541] R:OK -2015-03-11 07:14:52 sendUrl INFO 87 [542] R:OK -2015-03-11 07:14:53 queue INFO 83 [543] -2015-03-11 07:14:53 sendUrl INFO 83 [543] R:OK -2015-03-11 07:14:53 queue INFO >83 [544] -2015-03-11 07:14:54 sendUrl INFO 83 [544] R:OK -2015-03-11 07:15:43 queue INFO >>83 [545] -2015-03-11 07:15:44 sendUrl INFO 83 [545] R:OK -2015-03-11 07:16:33 queue INFO >>83 [546] -2015-03-11 07:16:34 sendUrl INFO 83 [546] R:OK -2015-03-11 07:16:55 queue INFO A9 [547] -2015-03-11 07:16:55 queue INFO >A9 [548] -2015-03-11 07:16:55 sendUrl INFO A9 [547] R:OK -2015-03-11 07:16:56 sendUrl INFO A9 [548] R:OK -2015-03-11 07:17:12 queue INFO 81 [549] -2015-03-11 07:17:12 sendUrl INFO 81 [549] R:OK -2015-03-11 07:17:12 queue INFO >81 [550] -2015-03-11 07:17:12 sendUrl INFO 81 [550] R:OK -2015-03-11 07:18:02 queue INFO >>81 [551] -2015-03-11 07:18:02 sendUrl INFO 81 [551] R:OK -2015-03-11 07:18:35 queue INFO 83 [552] -2015-03-11 07:18:35 queue INFO >83 [553] -2015-03-11 07:18:35 sendUrl INFO 83 [552] R:OK -2015-03-11 07:18:36 sendUrl INFO 83 [553] R:OK -2015-03-11 07:19:25 queue INFO >>83 [554] -2015-03-11 07:19:26 sendUrl INFO 83 [554] R:OK -2015-03-11 07:20:15 queue INFO >>83 [555] -2015-03-11 07:20:15 sendUrl INFO 83 [555] R:OK -2015-03-11 07:21:05 queue INFO >>83 [556] -2015-03-11 07:21:06 sendUrl INFO 83 [556] R:OK -2015-03-11 07:21:55 queue INFO >>83 [557] -2015-03-11 07:21:56 sendUrl INFO 83 [557] R:OK -2015-03-11 07:22:46 queue INFO >>83 [558] -2015-03-11 07:22:46 sendUrl INFO 83 [558] R:OK -2015-03-11 07:22:47 queue INFO 87 [559] -2015-03-11 07:22:47 queue INFO >87 [560] -2015-03-11 07:22:47 sendUrl INFO 87 [559] R:OK -2015-03-11 07:22:48 sendUrl INFO 87 [560] R:OK -2015-03-11 07:22:49 queue INFO 83 [561] -2015-03-11 07:22:49 queue INFO >83 [562] -2015-03-11 07:22:49 sendUrl INFO 83 [561] R:OK -2015-03-11 07:22:49 sendUrl INFO 83 [562] R:OK -2015-03-11 07:23:39 queue INFO >>83 [563] -2015-03-11 07:23:39 sendUrl INFO 83 [563] R:OK -2015-03-11 07:24:29 queue INFO >>83 [564] -2015-03-11 07:24:29 sendUrl INFO 83 [564] R:OK -2015-03-11 07:25:19 queue INFO >>83 [565] -2015-03-11 07:25:19 sendUrl INFO 83 [565] R:OK -2015-03-11 07:26:09 queue INFO >>83 [566] -2015-03-11 07:26:10 sendUrl INFO 83 [566] R:OK -2015-03-11 07:26:59 queue INFO >>83 [567] -2015-03-11 07:27:00 sendUrl INFO 83 [567] R:OK -2015-03-11 07:27:50 queue INFO >>83 [568] -2015-03-11 07:27:50 sendUrl INFO 83 [568] R:OK -2015-03-11 07:28:40 queue INFO >>83 [569] -2015-03-11 07:28:40 sendUrl INFO 83 [569] R:OK -2015-03-11 07:29:30 queue INFO >>83 [570] -2015-03-11 07:29:30 sendUrl INFO 83 [570] R:OK -2015-03-11 07:30:20 queue INFO >>83 [571] -2015-03-11 07:30:20 sendUrl INFO 83 [571] R:OK -2015-03-11 07:30:43 queue INFO 87 [572] -2015-03-11 07:30:43 queue INFO >87 [573] -2015-03-11 07:30:43 sendUrl INFO 87 [572] R:OK -2015-03-11 07:30:44 sendUrl INFO 87 [573] R:OK -2015-03-11 07:30:44 queue INFO 83 [574] -2015-03-11 07:30:44 queue INFO >83 [575] -2015-03-11 07:30:45 sendUrl INFO 83 [574] R:OK -2015-03-11 07:30:45 sendUrl INFO 83 [575] R:OK -2015-03-11 07:31:34 queue INFO >>83 [576] -2015-03-11 07:31:35 sendUrl INFO 83 [576] R:OK -2015-03-11 07:32:25 queue INFO >>83 [577] -2015-03-11 07:32:25 sendUrl INFO 83 [577] R:OK -2015-03-11 07:33:15 queue INFO >>83 [578] -2015-03-11 07:33:15 sendUrl INFO 83 [578] R:OK -2015-03-11 07:34:05 queue INFO >>83 [579] -2015-03-11 07:34:05 sendUrl INFO 83 [579] R:OK -2015-03-11 07:34:55 queue INFO >>83 [580] -2015-03-11 07:34:55 sendUrl INFO 83 [580] R:OK -2015-03-11 07:35:45 queue INFO >>83 [581] -2015-03-11 07:35:46 sendUrl INFO 83 [581] R:OK -2015-03-11 07:36:35 queue INFO >>83 [582] -2015-03-11 07:36:36 sendUrl INFO 83 [582] R:OK -2015-03-11 07:37:26 queue INFO >>83 [583] -2015-03-11 07:37:26 sendUrl INFO 83 [583] R:OK -2015-03-11 07:38:16 queue INFO >>83 [584] -2015-03-11 07:38:16 sendUrl INFO 83 [584] R:OK -2015-03-11 07:38:39 queue INFO 87 [585] -2015-03-11 07:38:39 queue INFO >87 [586] -2015-03-11 07:38:39 sendUrl INFO 87 [585] R:OK -2015-03-11 07:38:40 sendUrl INFO 87 [586] R:OK -2015-03-11 07:38:40 queue INFO 83 [587] -2015-03-11 07:38:41 queue INFO >83 [588] -2015-03-11 07:38:41 sendUrl INFO 83 [587] R:OK -2015-03-11 07:38:41 sendUrl INFO 83 [588] R:OK -2015-03-11 07:39:30 queue INFO >>83 [589] -2015-03-11 07:39:31 sendUrl INFO 83 [589] R:OK -2015-03-11 07:40:21 queue INFO >>83 [590] -2015-03-11 07:40:21 sendUrl INFO 83 [590] R:OK -2015-03-11 07:41:11 queue INFO >>83 [591] -2015-03-11 07:41:11 sendUrl INFO 83 [591] R:OK -2015-03-11 07:42:01 queue INFO >>83 [592] -2015-03-11 07:42:01 sendUrl INFO 83 [592] R:OK -2015-03-11 07:42:51 queue INFO >>83 [593] -2015-03-11 07:42:51 sendUrl INFO 83 [593] R:OK -2015-03-11 07:43:41 queue INFO >>83 [594] -2015-03-11 07:43:42 sendUrl INFO 83 [594] R:OK -2015-03-11 07:44:31 queue INFO >>83 [595] -2015-03-11 07:44:32 sendUrl INFO 83 [595] R:OK -2015-03-11 07:45:22 queue INFO >>83 [596] -2015-03-11 07:45:22 sendUrl INFO 83 [596] R:OK -2015-03-11 07:46:12 queue INFO >>83 [597] -2015-03-11 07:46:12 sendUrl INFO 83 [597] R:OK -2015-03-11 07:46:34 queue INFO 87 [598] -2015-03-11 07:46:35 queue INFO >87 [599] -2015-03-11 07:46:35 sendUrl INFO 87 [598] R:OK -2015-03-11 07:46:35 sendUrl INFO 87 [599] R:OK -2015-03-11 07:46:36 queue INFO 83 [600] -2015-03-11 07:46:36 queue INFO >83 [601] -2015-03-11 07:46:36 sendUrl INFO 83 [600] R:OK -2015-03-11 07:46:37 sendUrl INFO 83 [601] R:OK -2015-03-11 07:47:26 queue INFO >>83 [602] -2015-03-11 07:47:27 sendUrl INFO 83 [602] R:OK -2015-03-11 07:48:16 queue INFO >>83 [603] -2015-03-11 07:48:17 sendUrl INFO 83 [603] R:OK -2015-03-11 07:49:06 queue INFO >>83 [604] -2015-03-11 07:49:07 sendUrl INFO 83 [604] R:OK -2015-03-11 07:49:57 queue INFO >>83 [605] -2015-03-11 07:49:57 sendUrl INFO 83 [605] R:OK -2015-03-11 07:50:47 queue INFO >>83 [606] -2015-03-11 07:50:47 sendUrl INFO 83 [606] R:OK -2015-03-11 07:51:37 queue INFO >>83 [607] -2015-03-11 07:51:37 sendUrl INFO 83 [607] R:OK -2015-03-11 07:52:27 queue INFO >>83 [608] -2015-03-11 07:52:27 sendUrl INFO 83 [608] R:OK -2015-03-11 07:53:17 queue INFO >>83 [609] -2015-03-11 07:53:18 sendUrl INFO 83 [609] R:OK -2015-03-11 07:54:07 queue INFO >>83 [610] -2015-03-11 07:54:08 sendUrl INFO 83 [610] R:OK -2015-03-11 07:54:31 queue INFO 87 [611] -2015-03-11 07:54:31 queue INFO >87 [612] -2015-03-11 07:54:31 sendUrl INFO 87 [611] R:OK -2015-03-11 07:54:32 sendUrl INFO 87 [612] R:OK -2015-03-11 07:54:32 queue INFO 83 [613] -2015-03-11 07:54:33 sendUrl INFO 83 [613] R:OK -2015-03-11 07:54:33 queue INFO >83 [614] -2015-03-11 07:54:33 sendUrl INFO 83 [614] R:OK -2015-03-11 07:55:23 queue INFO >>83 [615] -2015-03-11 07:55:23 sendUrl INFO 83 [615] R:OK -2015-03-11 07:56:13 queue INFO >>83 [616] -2015-03-11 07:56:13 sendUrl INFO 83 [616] R:OK -2015-03-11 07:57:03 queue INFO >>83 [617] -2015-03-11 07:57:03 sendUrl INFO 83 [617] R:OK -2015-03-11 07:57:53 queue INFO >>83 [618] -2015-03-11 07:57:53 sendUrl INFO 83 [618] R:OK -2015-03-11 07:58:43 queue INFO >>83 [619] -2015-03-11 07:58:43 sendUrl INFO 83 [619] R:OK -2015-03-11 07:59:33 queue INFO >>83 [620] -2015-03-11 07:59:34 sendUrl INFO 83 [620] R:OK -2015-03-11 08:00:23 queue INFO >>83 [621] -2015-03-11 08:00:24 sendUrl INFO 83 [621] R:OK -2015-03-11 08:01:13 queue INFO >>83 [622] -2015-03-11 08:01:14 sendUrl INFO 83 [622] R:OK -2015-03-11 08:02:04 queue INFO >>83 [623] -2015-03-11 08:02:04 sendUrl INFO 83 [623] R:OK -2015-03-11 08:02:27 queue INFO 87 [624] -2015-03-11 08:02:27 sendUrl INFO 87 [624] R:OK -2015-03-11 08:02:27 queue INFO >87 [625] -2015-03-11 08:02:28 sendUrl INFO 87 [625] R:OK -2015-03-11 08:02:29 queue INFO 83 [626] -2015-03-11 08:02:29 queue INFO >83 [627] -2015-03-11 08:02:29 sendUrl INFO 83 [626] R:OK -2015-03-11 08:02:30 sendUrl INFO 83 [627] R:OK -2015-03-11 08:03:19 queue INFO >>83 [628] -2015-03-11 08:03:19 sendUrl INFO 83 [628] R:OK -2015-03-11 08:04:09 queue INFO >>83 [629] -2015-03-11 08:04:09 sendUrl INFO 83 [629] R:OK -2015-03-11 08:04:59 queue INFO >>83 [630] -2015-03-11 08:05:00 sendUrl INFO 83 [630] R:OK -2015-03-11 08:05:49 queue INFO >>83 [631] -2015-03-11 08:05:50 sendUrl INFO 83 [631] R:OK -2015-03-11 08:06:39 queue INFO >>83 [632] -2015-03-11 08:06:40 sendUrl INFO 83 [632] R:OK -2015-03-11 08:07:30 queue INFO >>83 [633] -2015-03-11 08:07:30 sendUrl INFO 83 [633] R:OK -2015-03-11 08:08:20 queue INFO >>83 [634] -2015-03-11 08:08:20 sendUrl INFO 83 [634] R:OK -2015-03-11 08:09:10 queue INFO >>83 [635] -2015-03-11 08:09:10 sendUrl INFO 83 [635] R:OK -2015-03-11 08:10:00 queue INFO >>83 [636] -2015-03-11 08:10:00 sendUrl INFO 83 [636] R:OK -2015-03-11 08:10:23 queue INFO 87 [637] -2015-03-11 08:10:23 sendUrl INFO 87 [637] R:OK -2015-03-11 08:10:23 queue INFO >87 [638] -2015-03-11 08:10:23 sendUrl INFO 87 [638] R:OK -2015-03-11 08:10:24 queue INFO 83 [639] -2015-03-11 08:10:25 queue INFO >83 [640] -2015-03-11 08:10:25 sendUrl INFO 83 [639] R:OK -2015-03-11 08:10:25 sendUrl INFO 83 [640] R:OK -2015-03-11 08:11:15 queue INFO >>83 [641] -2015-03-11 08:11:15 sendUrl INFO 83 [641] R:OK -2015-03-11 08:12:05 queue INFO >>83 [642] -2015-03-11 08:12:05 sendUrl INFO 83 [642] R:OK -2015-03-11 08:12:55 queue INFO >>83 [643] -2015-03-11 08:12:55 sendUrl INFO 83 [643] R:OK -2015-03-11 08:13:45 queue INFO >>83 [644] -2015-03-11 08:13:45 sendUrl INFO 83 [644] R:OK -2015-03-11 08:14:35 queue INFO >>83 [645] -2015-03-11 08:14:36 sendUrl INFO 83 [645] R:OK -2015-03-11 08:15:25 queue INFO >>83 [646] -2015-03-11 08:15:25 sendUrl INFO 83 [646] R:OK -2015-03-11 08:16:15 queue INFO >>83 [647] -2015-03-11 08:16:16 sendUrl INFO 83 [647] R:OK -2015-03-11 08:17:06 queue INFO >>83 [648] -2015-03-11 08:17:06 sendUrl INFO 83 [648] R:OK -2015-03-11 08:17:56 queue INFO >>83 [649] -2015-03-11 08:17:56 sendUrl INFO 83 [649] R:OK -2015-03-11 08:18:18 queue INFO 87 [650] -2015-03-11 08:18:19 queue INFO >87 [651] -2015-03-11 08:18:19 sendUrl INFO 87 [650] R:OK -2015-03-11 08:18:19 sendUrl INFO 87 [651] R:OK -2015-03-11 08:18:20 queue INFO 83 [652] -2015-03-11 08:18:20 sendUrl INFO 83 [652] R:OK -2015-03-11 08:18:20 queue INFO >83 [653] -2015-03-11 08:18:21 sendUrl INFO 83 [653] R:OK -2015-03-11 08:19:10 queue INFO >>83 [654] -2015-03-11 08:19:10 sendUrl INFO 83 [654] R:OK -2015-03-11 08:20:00 queue INFO >>83 [655] -2015-03-11 08:20:01 sendUrl INFO 83 [655] R:OK -2015-03-11 08:20:50 queue INFO >>83 [656] -2015-03-11 08:20:51 sendUrl INFO 83 [656] R:OK -2015-03-11 08:21:40 queue INFO >>83 [657] -2015-03-11 08:21:41 sendUrl INFO 83 [657] R:OK -2015-03-11 08:22:31 queue INFO >>83 [658] -2015-03-11 08:22:31 sendUrl INFO 83 [658] R:OK -2015-03-11 08:23:21 queue INFO >>83 [659] -2015-03-11 08:23:21 sendUrl INFO 83 [659] R:OK -2015-03-11 08:24:11 queue INFO >>83 [660] -2015-03-11 08:24:11 sendUrl INFO 83 [660] R:OK -2015-03-11 08:25:01 queue INFO >>83 [661] -2015-03-11 08:25:01 sendUrl INFO 83 [661] R:OK -2015-03-11 08:25:51 queue INFO >>83 [662] -2015-03-11 08:25:52 sendUrl INFO 83 [662] R:OK -2015-03-11 08:26:14 queue INFO 87 [663] -2015-03-11 08:26:14 queue INFO >87 [664] -2015-03-11 08:26:15 sendUrl INFO 87 [663] R:OK -2015-03-11 08:26:15 sendUrl INFO 87 [664] R:OK -2015-03-11 08:26:16 queue INFO 83 [665] -2015-03-11 08:26:16 queue INFO >83 [666] -2015-03-11 08:26:16 sendUrl INFO 83 [665] R:OK -2015-03-11 08:26:17 sendUrl INFO 83 [666] R:OK -2015-03-11 08:27:06 queue INFO >>83 [667] -2015-03-11 08:27:07 sendUrl INFO 83 [667] R:OK -2015-03-11 08:27:56 queue INFO >>83 [668] -2015-03-11 08:27:56 sendUrl INFO 83 [668] R:OK -2015-03-11 08:28:46 queue INFO >>83 [669] -2015-03-11 08:28:47 sendUrl INFO 83 [669] R:OK -2015-03-11 08:29:37 queue INFO >>83 [670] -2015-03-11 08:29:37 sendUrl INFO 83 [670] R:OK -2015-03-11 08:30:27 queue INFO >>83 [671] -2015-03-11 08:30:27 sendUrl INFO 83 [671] R:OK -2015-03-11 08:31:17 queue INFO >>83 [672] -2015-03-11 08:31:17 sendUrl INFO 83 [672] R:OK -2015-03-11 08:32:07 queue INFO >>83 [673] -2015-03-11 08:32:08 sendUrl INFO 83 [673] R:OK -2015-03-11 08:32:57 queue INFO >>83 [674] -2015-03-11 08:32:57 sendUrl INFO 83 [674] R:OK -2015-03-11 08:33:47 queue INFO >>83 [675] -2015-03-11 08:33:48 sendUrl INFO 83 [675] R:OK -2015-03-11 08:34:10 queue INFO 87 [676] -2015-03-11 08:34:10 queue INFO >87 [677] -2015-03-11 08:34:10 sendUrl INFO 87 [676] R:OK -2015-03-11 08:34:11 sendUrl INFO 87 [677] R:OK -2015-03-11 08:34:12 queue INFO 83 [678] -2015-03-11 08:34:12 queue INFO >83 [679] -2015-03-11 08:34:12 sendUrl INFO 83 [678] R:OK -2015-03-11 08:34:12 sendUrl INFO 83 [679] R:OK -2015-03-11 08:35:02 queue INFO >>83 [680] -2015-03-11 08:35:02 sendUrl INFO 83 [680] R:OK -2015-03-11 08:35:52 queue INFO >>83 [681] -2015-03-11 08:35:52 sendUrl INFO 83 [681] R:OK -2015-03-11 08:36:42 queue INFO >>83 [682] -2015-03-11 08:36:42 sendUrl INFO 83 [682] R:OK -2015-03-11 08:37:32 queue INFO >>83 [683] -2015-03-11 08:37:33 sendUrl INFO 83 [683] R:OK -2015-03-11 08:38:22 queue INFO >>83 [684] -2015-03-11 08:38:23 sendUrl INFO 83 [684] R:OK -2015-03-11 08:39:12 queue INFO >>83 [685] -2015-03-11 08:39:13 sendUrl INFO 83 [685] R:OK -2015-03-11 08:40:03 queue INFO >>83 [686] -2015-03-11 08:40:03 sendUrl INFO 83 [686] R:OK -2015-03-11 08:40:53 queue INFO >>83 [687] -2015-03-11 08:40:53 sendUrl INFO 83 [687] R:OK -2015-03-11 08:41:43 queue INFO >>83 [688] -2015-03-11 08:41:43 sendUrl INFO 83 [688] R:OK -2015-03-11 08:42:06 queue INFO 87 [689] -2015-03-11 08:42:07 sendUrl INFO 87 [689] R:OK -2015-03-11 08:42:07 queue INFO >87 [690] -2015-03-11 08:42:07 sendUrl INFO 87 [690] R:OK -2015-03-11 08:42:08 queue INFO 83 [691] -2015-03-11 08:42:08 queue INFO >83 [692] -2015-03-11 08:42:09 sendUrl INFO 83 [691] R:OK -2015-03-11 08:42:09 sendUrl INFO 83 [692] R:OK -2015-03-11 08:42:58 queue INFO >>83 [693] -2015-03-11 08:42:58 sendUrl INFO 83 [693] R:OK -2015-03-11 08:43:48 queue INFO >>83 [694] -2015-03-11 08:43:49 sendUrl INFO 83 [694] R:OK -2015-03-11 08:44:38 queue INFO >>83 [695] -2015-03-11 08:44:39 sendUrl INFO 83 [695] R:OK -2015-03-11 08:45:29 queue INFO >>83 [696] -2015-03-11 08:45:29 sendUrl INFO 83 [696] R:OK -2015-03-11 08:46:19 queue INFO >>83 [697] -2015-03-11 08:46:19 sendUrl INFO 83 [697] R:OK -2015-03-11 08:47:09 queue INFO >>83 [698] -2015-03-11 08:47:09 sendUrl INFO 83 [698] R:OK -2015-03-11 08:47:59 queue INFO >>83 [699] -2015-03-11 08:47:59 sendUrl INFO 83 [699] R:OK -2015-03-11 08:48:49 queue INFO >>83 [700] -2015-03-11 08:48:50 sendUrl INFO 83 [700] R:OK -2015-03-11 08:49:39 queue INFO >>83 [701] -2015-03-11 08:49:40 sendUrl INFO 83 [701] R:OK -2015-03-11 08:50:02 queue INFO 87 [702] -2015-03-11 08:50:03 queue INFO >87 [703] -2015-03-11 08:50:03 sendUrl INFO 87 [702] R:OK -2015-03-11 08:50:03 sendUrl INFO 87 [703] R:OK -2015-03-11 08:50:04 queue INFO 83 [704] -2015-03-11 08:50:04 sendUrl INFO 83 [704] R:OK -2015-03-11 08:50:04 queue INFO >83 [705] -2015-03-11 08:50:05 sendUrl INFO 83 [705] R:OK -2015-03-11 08:50:54 queue INFO >>83 [706] -2015-03-11 08:50:55 sendUrl INFO 83 [706] R:OK -2015-03-11 08:51:44 queue INFO >>83 [707] -2015-03-11 08:51:45 sendUrl INFO 83 [707] R:OK -2015-03-11 08:52:35 queue INFO >>83 [708] -2015-03-11 08:52:35 sendUrl INFO 83 [708] R:OK -2015-03-11 08:53:25 queue INFO >>83 [709] -2015-03-11 08:53:25 sendUrl INFO 83 [709] R:OK -2015-03-11 08:54:15 queue INFO >>83 [710] -2015-03-11 08:54:15 sendUrl INFO 83 [710] R:OK -2015-03-11 08:55:05 queue INFO >>83 [711] -2015-03-11 08:55:05 sendUrl INFO 83 [711] R:OK -2015-03-11 08:55:55 queue INFO >>83 [712] -2015-03-11 08:55:55 sendUrl INFO 83 [712] R:OK -2015-03-11 08:56:45 queue INFO >>83 [713] -2015-03-11 08:56:46 sendUrl INFO 83 [713] R:OK -2015-03-11 08:57:35 queue INFO >>83 [714] -2015-03-11 08:57:36 sendUrl INFO 83 [714] R:OK -2015-03-11 08:57:58 queue INFO 87 [715] -2015-03-11 08:57:58 queue INFO >87 [716] -2015-03-11 08:57:58 sendUrl INFO 87 [715] R:OK -2015-03-11 08:57:59 sendUrl INFO 87 [716] R:OK -2015-03-11 08:58:00 queue INFO 83 [717] -2015-03-11 08:58:00 sendUrl INFO 83 [717] R:OK -2015-03-11 08:58:00 queue INFO >83 [718] -2015-03-11 08:58:00 sendUrl INFO 83 [718] R:OK -2015-03-11 08:58:50 queue INFO >>83 [719] -2015-03-11 08:58:50 sendUrl INFO 83 [719] R:OK -2015-03-11 08:59:40 queue INFO >>83 [720] -2015-03-11 08:59:40 sendUrl INFO 83 [720] R:OK -2015-03-11 09:00:30 queue INFO >>83 [721] -2015-03-11 09:00:30 sendUrl INFO 83 [721] R:OK -2015-03-11 09:01:20 queue INFO >>83 [722] -2015-03-11 09:01:21 sendUrl INFO 83 [722] R:OK -2015-03-11 09:02:10 queue INFO >>83 [723] -2015-03-11 09:02:11 sendUrl INFO 83 [723] R:OK -2015-03-11 09:03:01 queue INFO >>83 [724] -2015-03-11 09:03:01 sendUrl INFO 83 [724] R:OK -2015-03-11 09:03:51 queue INFO >>83 [725] -2015-03-11 09:03:51 sendUrl INFO 83 [725] R:OK -2015-03-11 09:04:41 queue INFO >>83 [726] -2015-03-11 09:04:41 sendUrl INFO 83 [726] R:OK -2015-03-11 09:05:31 queue INFO >>83 [727] -2015-03-11 09:05:31 sendUrl INFO 83 [727] R:OK -2015-03-11 09:05:54 queue INFO 87 [728] -2015-03-11 09:05:54 queue INFO >87 [729] -2015-03-11 09:05:54 sendUrl INFO 87 [728] R:OK -2015-03-11 09:05:54 sendUrl INFO 87 [729] R:OK -2015-03-11 09:05:55 queue INFO 83 [730] -2015-03-11 09:05:56 sendUrl INFO 83 [730] R:OK -2015-03-11 09:05:56 queue INFO >83 [731] -2015-03-11 09:05:56 sendUrl INFO 83 [731] R:OK -2015-03-11 09:06:46 queue INFO >>83 [732] -2015-03-11 09:06:46 sendUrl INFO 83 [732] R:OK -2015-03-11 09:07:36 queue INFO >>83 [733] -2015-03-11 09:07:36 sendUrl INFO 83 [733] R:OK -2015-03-11 09:08:26 queue INFO >>83 [734] -2015-03-11 09:08:26 sendUrl INFO 83 [734] R:OK -2015-03-11 09:09:16 queue INFO >>83 [735] -2015-03-11 09:09:16 sendUrl INFO 83 [735] R:OK -2015-03-11 09:10:06 queue INFO >>83 [736] -2015-03-11 09:10:07 sendUrl INFO 83 [736] R:OK -2015-03-11 09:10:56 queue INFO >>83 [737] -2015-03-11 09:10:56 sendUrl INFO 83 [737] R:OK -2015-03-11 09:11:46 queue INFO >>83 [738] -2015-03-11 09:11:47 sendUrl INFO 83 [738] R:OK -2015-03-11 09:12:36 queue INFO >>83 [739] -2015-03-11 09:12:37 sendUrl INFO 83 [739] R:OK -2015-03-11 09:13:27 queue INFO >>83 [740] -2015-03-11 09:13:27 sendUrl INFO 83 [740] R:OK -2015-03-11 09:13:49 queue INFO 87 [741] -2015-03-11 09:13:50 sendUrl INFO 87 [741] R:OK -2015-03-11 09:13:50 queue INFO >87 [742] -2015-03-11 09:13:50 sendUrl INFO 87 [742] R:OK -2015-03-11 09:13:51 queue INFO 83 [743] -2015-03-11 09:13:51 queue INFO >83 [744] -2015-03-11 09:13:52 sendUrl INFO 83 [743] R:OK -2015-03-11 09:13:52 sendUrl INFO 83 [744] R:OK -2015-03-11 09:14:41 queue INFO >>83 [745] -2015-03-11 09:14:41 sendUrl INFO 83 [745] R:OK -2015-03-11 09:15:31 queue INFO >>83 [746] -2015-03-11 09:15:32 sendUrl INFO 83 [746] R:OK -2015-03-11 09:16:21 queue INFO >>83 [747] -2015-03-11 09:16:22 sendUrl INFO 83 [747] R:OK -2015-03-11 09:17:12 queue INFO >>83 [748] -2015-03-11 09:17:12 sendUrl INFO 83 [748] R:OK -2015-03-11 09:18:02 queue INFO >>83 [749] -2015-03-11 09:18:02 sendUrl INFO 83 [749] R:OK -2015-03-11 09:18:52 queue INFO >>83 [750] -2015-03-11 09:18:52 sendUrl INFO 83 [750] R:OK -2015-03-11 09:19:42 queue INFO >>83 [751] -2015-03-11 09:19:42 sendUrl INFO 83 [751] R:OK -2015-03-11 09:20:32 queue INFO >>83 [752] -2015-03-11 09:20:33 sendUrl INFO 83 [752] R:OK -2015-03-11 09:21:22 queue INFO >>83 [753] -2015-03-11 09:21:23 sendUrl INFO 83 [753] R:OK -2015-03-11 09:21:45 queue INFO 87 [754] -2015-03-11 09:21:45 queue INFO >87 [755] -2015-03-11 09:21:46 sendUrl INFO 87 [754] R:OK -2015-03-11 09:21:46 sendUrl INFO 87 [755] R:OK -2015-03-11 09:21:47 queue INFO 83 [756] -2015-03-11 09:21:47 queue INFO >83 [757] -2015-03-11 09:21:47 sendUrl INFO 83 [756] R:OK -2015-03-11 09:21:48 sendUrl INFO 83 [757] R:OK -2015-03-11 09:22:37 queue INFO >>83 [758] -2015-03-11 09:22:37 sendUrl INFO 83 [758] R:OK -2015-03-11 09:23:27 queue INFO >>83 [759] -2015-03-11 09:23:27 sendUrl INFO 83 [759] R:OK -2015-03-11 09:24:17 queue INFO >>83 [760] -2015-03-11 09:24:18 sendUrl INFO 83 [760] R:OK -2015-03-11 09:25:07 queue INFO >>83 [761] -2015-03-11 09:25:08 sendUrl INFO 83 [761] R:OK -2015-03-11 09:25:58 queue INFO >>83 [762] -2015-03-11 09:25:58 sendUrl INFO 83 [762] R:OK -2015-03-11 09:26:48 queue INFO >>83 [763] -2015-03-11 09:26:48 sendUrl INFO 83 [763] R:OK -2015-03-11 09:27:38 queue INFO >>83 [764] -2015-03-11 09:27:38 sendUrl INFO 83 [764] R:OK -2015-03-11 09:28:28 queue INFO >>83 [765] -2015-03-11 09:28:28 sendUrl INFO 83 [765] R:OK -2015-03-11 09:29:18 queue INFO >>83 [766] -2015-03-11 09:29:18 sendUrl INFO 83 [766] R:OK -2015-03-11 09:29:42 queue INFO 87 [767] -2015-03-11 09:29:42 queue INFO >87 [768] -2015-03-11 09:29:42 sendUrl INFO 87 [767] R:OK -2015-03-11 09:29:42 sendUrl INFO 87 [768] R:OK -2015-03-11 09:29:43 queue INFO 83 [769] -2015-03-11 09:29:43 queue INFO >83 [770] -2015-03-11 09:29:43 sendUrl INFO 83 [769] R:OK -2015-03-11 09:29:44 sendUrl INFO 83 [770] R:OK -2015-03-11 09:30:33 queue INFO >>83 [771] -2015-03-11 09:30:34 sendUrl INFO 83 [771] R:OK -2015-03-11 09:31:23 queue INFO >>83 [772] -2015-03-11 09:31:24 sendUrl INFO 83 [772] R:OK -2015-03-11 09:32:14 queue INFO >>83 [773] -2015-03-11 09:32:14 sendUrl INFO 83 [773] R:OK -2015-03-11 09:33:04 queue INFO >>83 [774] -2015-03-11 09:33:04 sendUrl INFO 83 [774] R:OK -2015-03-11 09:33:54 queue INFO >>83 [775] -2015-03-11 09:33:54 sendUrl INFO 83 [775] R:OK -2015-03-11 09:34:44 queue INFO >>83 [776] -2015-03-11 09:34:44 sendUrl INFO 83 [776] R:OK -2015-03-11 09:35:34 queue INFO >>83 [777] -2015-03-11 09:35:34 sendUrl INFO 83 [777] R:OK -2015-03-11 09:36:24 queue INFO >>83 [778] -2015-03-11 09:36:25 sendUrl INFO 83 [778] R:OK -2015-03-11 09:37:15 queue INFO >>83 [779] -2015-03-11 09:37:15 sendUrl INFO 83 [779] R:OK -2015-03-11 09:37:38 queue INFO 87 [780] -2015-03-11 09:37:38 queue INFO >87 [781] -2015-03-11 09:37:38 sendUrl INFO 87 [780] R:OK -2015-03-11 09:37:39 sendUrl INFO 87 [781] R:OK -2015-03-11 09:37:39 queue INFO 83 [782] -2015-03-11 09:37:39 queue INFO >83 [783] -2015-03-11 09:37:40 sendUrl INFO 83 [782] R:OK -2015-03-11 09:37:40 sendUrl INFO 83 [783] R:OK -2015-03-11 09:38:29 queue INFO >>83 [784] -2015-03-11 09:38:29 sendUrl INFO 83 [784] R:OK -2015-03-11 09:39:19 queue INFO >>83 [785] -2015-03-11 09:39:20 sendUrl INFO 83 [785] R:OK -2015-03-11 09:40:10 queue INFO >>83 [786] -2015-03-11 09:40:10 sendUrl INFO 83 [786] R:OK -2015-03-11 09:41:00 queue INFO >>83 [787] -2015-03-11 09:41:00 sendUrl INFO 83 [787] R:OK -2015-03-11 09:41:50 queue INFO >>83 [788] -2015-03-11 09:41:50 sendUrl INFO 83 [788] R:OK -2015-03-11 09:42:40 queue INFO >>83 [789] -2015-03-11 09:42:41 sendUrl INFO 83 [789] R:OK -2015-03-11 09:43:30 queue INFO >>83 [790] -2015-03-11 09:43:30 sendUrl INFO 83 [790] R:OK -2015-03-11 09:44:20 queue INFO >>83 [791] -2015-03-11 09:44:21 sendUrl INFO 83 [791] R:OK -2015-03-11 09:45:11 queue INFO >>83 [792] -2015-03-11 09:45:11 sendUrl INFO 83 [792] R:OK -2015-03-11 09:45:33 queue INFO 87 [793] -2015-03-11 09:45:33 queue INFO >87 [794] -2015-03-11 09:45:34 sendUrl INFO 87 [793] R:OK -2015-03-11 09:45:34 sendUrl INFO 87 [794] R:OK -2015-03-11 09:45:35 queue INFO 83 [795] -2015-03-11 09:45:35 queue INFO >83 [796] -2015-03-11 09:45:35 sendUrl INFO 83 [795] R:OK -2015-03-11 09:45:36 sendUrl INFO 83 [796] R:OK -2015-03-11 09:46:25 queue INFO >>83 [797] -2015-03-11 09:46:25 sendUrl INFO 83 [797] R:OK -2015-03-11 09:47:15 queue INFO >>83 [798] -2015-03-11 09:47:15 sendUrl INFO 83 [798] R:OK -2015-03-11 09:48:05 queue INFO >>83 [799] -2015-03-11 09:48:06 sendUrl INFO 83 [799] R:OK -2015-03-11 09:48:55 queue INFO >>83 [800] -2015-03-11 09:48:56 sendUrl INFO 83 [800] R:OK -2015-03-11 09:49:46 queue INFO >>83 [801] -2015-03-11 09:49:46 sendUrl INFO 83 [801] R:OK -2015-03-11 09:50:36 queue INFO >>83 [802] -2015-03-11 09:50:36 sendUrl INFO 83 [802] R:OK -2015-03-11 09:51:26 queue INFO >>83 [803] -2015-03-11 09:51:26 sendUrl INFO 83 [803] R:OK -2015-03-11 09:52:16 queue INFO >>83 [804] -2015-03-11 09:52:16 sendUrl INFO 83 [804] R:OK -2015-03-11 09:52:18 queue INFO 81 [805] -2015-03-11 09:52:18 queue INFO >81 [806] -2015-03-11 09:52:19 sendUrl INFO 81 [805] R:OK -2015-03-11 09:52:19 sendUrl INFO 81 [806] R:OK -2015-03-11 09:53:08 queue INFO >>81 [807] -2015-03-11 09:53:09 sendUrl INFO 81 [807] R:OK -2015-03-11 09:53:26 queue INFO 83 [808] -2015-03-11 09:53:26 queue INFO >83 [809] -2015-03-11 09:53:26 sendUrl INFO 83 [808] R:OK -2015-03-11 09:53:27 sendUrl INFO 83 [809] R:OK -2015-03-11 09:53:53 queue INFO 87 [810] -2015-03-11 09:53:53 queue INFO >87 [811] -2015-03-11 09:53:53 sendUrl INFO 87 [810] R:OK -2015-03-11 09:53:54 sendUrl INFO 87 [811] R:OK -2015-03-11 09:53:54 queue INFO 83 [812] -2015-03-11 09:53:54 queue INFO >83 [813] -2015-03-11 09:53:55 sendUrl INFO 83 [812] R:OK -2015-03-11 09:53:55 sendUrl INFO 83 [813] R:OK -2015-03-11 09:54:44 queue INFO >>83 [814] -2015-03-11 09:54:44 sendUrl INFO 83 [814] R:OK -2015-03-11 09:55:34 queue INFO >>83 [815] -2015-03-11 09:55:35 sendUrl INFO 83 [815] R:OK -2015-03-11 09:56:25 queue INFO >>83 [816] -2015-03-11 09:56:25 sendUrl INFO 83 [816] R:OK -2015-03-11 09:57:15 queue INFO >>83 [817] -2015-03-11 09:57:15 sendUrl INFO 83 [817] R:OK -2015-03-11 09:58:05 queue INFO >>83 [818] -2015-03-11 09:58:05 sendUrl INFO 83 [818] R:OK -2015-03-11 09:58:55 queue INFO >>83 [819] -2015-03-11 09:58:56 sendUrl INFO 83 [819] R:OK -2015-03-11 09:59:45 queue INFO >>83 [820] -2015-03-11 09:59:45 sendUrl INFO 83 [820] R:OK -2015-03-11 10:00:35 queue INFO >>83 [821] -2015-03-11 10:00:36 sendUrl INFO 83 [821] R:OK -2015-03-11 10:01:26 queue INFO >>83 [822] -2015-03-11 10:01:26 sendUrl INFO 83 [822] R:OK -2015-03-11 10:01:49 queue INFO 87 [823] -2015-03-11 10:01:49 queue INFO >87 [824] -2015-03-11 10:01:49 sendUrl INFO 87 [823] R:OK -2015-03-11 10:01:50 sendUrl INFO 87 [824] R:OK -2015-03-11 10:01:50 queue INFO 83 [825] -2015-03-11 10:01:51 queue INFO >83 [826] -2015-03-11 10:01:51 sendUrl INFO 83 [825] R:OK -2015-03-11 10:01:51 sendUrl INFO 83 [826] R:OK -2015-03-11 10:02:41 queue INFO >>83 [827] -2015-03-11 10:02:41 sendUrl INFO 83 [827] R:OK -2015-03-11 10:03:31 queue INFO >>83 [828] -2015-03-11 10:03:31 sendUrl INFO 83 [828] R:OK -2015-03-11 10:04:21 queue INFO >>83 [829] -2015-03-11 10:04:21 sendUrl INFO 83 [829] R:OK -2015-03-11 10:05:11 queue INFO >>83 [830] -2015-03-11 10:05:11 sendUrl INFO 83 [830] R:OK -2015-03-11 10:06:01 queue INFO >>83 [831] -2015-03-11 10:06:01 sendUrl INFO 83 [831] R:OK -2015-03-11 10:06:51 queue INFO >>83 [832] -2015-03-11 10:06:52 sendUrl INFO 83 [832] R:OK -2015-03-11 10:07:41 queue INFO >>83 [833] -2015-03-11 10:07:42 sendUrl INFO 83 [833] R:OK -2015-03-11 10:08:32 queue INFO >>83 [834] -2015-03-11 10:08:32 sendUrl INFO 83 [834] R:OK -2015-03-11 10:09:22 queue INFO >>83 [835] -2015-03-11 10:09:22 sendUrl INFO 83 [835] R:OK -2015-03-11 10:09:44 queue INFO 87 [836] -2015-03-11 10:09:44 queue INFO >87 [837] -2015-03-11 10:09:44 sendUrl INFO 87 [836] R:OK -2015-03-11 10:09:45 sendUrl INFO 87 [837] R:OK -2015-03-11 10:09:46 queue INFO 83 [838] -2015-03-11 10:09:46 sendUrl INFO 83 [838] R:OK -2015-03-11 10:09:46 queue INFO >83 [839] -2015-03-11 10:09:46 sendUrl INFO 83 [839] R:OK -2015-03-11 10:10:36 queue INFO >>83 [840] -2015-03-11 10:10:36 sendUrl INFO 83 [840] R:OK -2015-03-11 10:11:26 queue INFO >>83 [841] -2015-03-11 10:11:27 sendUrl INFO 83 [841] R:OK -2015-03-11 10:12:16 queue INFO >>83 [842] -2015-03-11 10:12:16 sendUrl INFO 83 [842] R:OK -2015-03-11 10:13:06 queue INFO >>83 [843] -2015-03-11 10:13:07 sendUrl INFO 83 [843] R:OK -2015-03-11 10:13:56 queue INFO >>83 [844] -2015-03-11 10:13:57 sendUrl INFO 83 [844] R:OK -2015-03-11 10:14:47 queue INFO >>83 [845] -2015-03-11 10:14:47 sendUrl INFO 83 [845] R:OK -2015-03-11 10:15:37 queue INFO >>83 [846] -2015-03-11 10:15:37 sendUrl INFO 83 [846] R:OK -2015-03-11 10:16:27 queue INFO >>83 [847] -2015-03-11 10:16:27 sendUrl INFO 83 [847] R:OK -2015-03-11 10:17:17 queue INFO >>83 [848] -2015-03-11 10:17:17 sendUrl INFO 83 [848] R:OK -2015-03-11 10:17:40 queue INFO 87 [849] -2015-03-11 10:17:40 queue INFO >87 [850] -2015-03-11 10:17:40 sendUrl INFO 87 [849] R:OK -2015-03-11 10:17:41 sendUrl INFO 87 [850] R:OK -2015-03-11 10:17:41 queue INFO 83 [851] -2015-03-11 10:17:42 queue INFO >83 [852] -2015-03-11 10:17:42 sendUrl INFO 83 [851] R:OK -2015-03-11 10:17:42 sendUrl INFO 83 [852] R:OK -2015-03-11 10:18:31 queue INFO >>83 [853] -2015-03-11 10:18:32 sendUrl INFO 83 [853] R:OK -2015-03-11 10:19:22 queue INFO >>83 [854] -2015-03-11 10:19:22 sendUrl INFO 83 [854] R:OK -2015-03-11 10:20:12 queue INFO >>83 [855] -2015-03-11 10:20:12 sendUrl INFO 83 [855] R:OK -2015-03-11 10:21:02 queue INFO >>83 [856] -2015-03-11 10:21:02 sendUrl INFO 83 [856] R:OK -2015-03-11 10:21:52 queue INFO >>83 [857] -2015-03-11 10:21:52 sendUrl INFO 83 [857] R:OK -2015-03-11 10:22:42 queue INFO >>83 [858] -2015-03-11 10:22:43 sendUrl INFO 83 [858] R:OK -2015-03-11 10:23:32 queue INFO >>83 [859] -2015-03-11 10:23:33 sendUrl INFO 83 [859] R:OK -2015-03-11 10:24:23 queue INFO >>83 [860] -2015-03-11 10:24:23 sendUrl INFO 83 [860] R:OK -2015-03-11 10:25:13 queue INFO >>83 [861] -2015-03-11 10:25:13 sendUrl INFO 83 [861] R:OK -2015-03-11 10:25:36 queue INFO 87 [862] -2015-03-11 10:25:36 queue INFO >87 [863] -2015-03-11 10:25:36 sendUrl INFO 87 [862] R:OK -2015-03-11 10:25:36 sendUrl INFO 87 [863] R:OK -2015-03-11 10:25:37 queue INFO 83 [864] -2015-03-11 10:25:37 sendUrl INFO 83 [864] R:OK -2015-03-11 10:25:37 queue INFO >83 [865] -2015-03-11 10:25:38 sendUrl INFO 83 [865] R:OK -2015-03-11 10:26:27 queue INFO >>83 [866] -2015-03-11 10:26:28 sendUrl INFO 83 [866] R:OK -2015-03-11 10:27:17 queue INFO >>83 [867] -2015-03-11 10:27:18 sendUrl INFO 83 [867] R:OK -2015-03-11 10:28:08 queue INFO >>83 [868] -2015-03-11 10:28:08 sendUrl INFO 83 [868] R:OK -2015-03-11 10:28:58 queue INFO >>83 [869] -2015-03-11 10:28:58 sendUrl INFO 83 [869] R:OK -2015-03-11 10:29:48 queue INFO >>83 [870] -2015-03-11 10:29:48 sendUrl INFO 83 [870] R:OK -2015-03-11 10:30:38 queue INFO >>83 [871] -2015-03-11 10:30:38 sendUrl INFO 83 [871] R:OK -2015-03-11 10:31:28 queue INFO >>83 [872] -2015-03-11 10:31:29 sendUrl INFO 83 [872] R:OK -2015-03-11 10:32:18 queue INFO >>83 [873] -2015-03-11 10:32:18 sendUrl INFO 83 [873] R:OK -2015-03-11 10:33:00 queue INFO 81 [874] -2015-03-11 10:33:00 sendUrl INFO 81 [874] R:OK -2015-03-11 10:33:00 queue INFO >81 [875] -2015-03-11 10:33:01 sendUrl INFO 81 [875] R:OK -2015-03-11 10:33:42 queue INFO 99 [876] -2015-03-11 10:33:42 queue INFO >99 [877] -2015-03-11 10:33:43 sendUrl INFO 99 [876] R:OK -2015-03-11 10:33:43 sendUrl INFO 99 [877] R:OK -2015-03-11 10:34:32 queue INFO >>99 [878] -2015-03-11 10:34:33 sendUrl INFO 99 [878] R:OK -2015-03-11 10:35:23 queue INFO >>99 [879] -2015-03-11 10:35:23 sendUrl INFO 99 [879] R:OK -2015-03-11 10:36:13 queue INFO >>99 [880] -2015-03-11 10:36:13 sendUrl INFO 99 [880] R:OK -2015-03-11 10:37:03 queue INFO >>99 [881] -2015-03-11 10:37:03 sendUrl INFO 99 [881] R:OK -2015-03-11 10:37:53 queue INFO >>99 [882] -2015-03-11 10:37:53 sendUrl INFO 99 [882] R:OK -2015-03-11 10:38:19 queue INFO 89 [883] -2015-03-11 10:38:19 queue INFO >89 [884] -2015-03-11 10:38:19 sendUrl INFO 89 [883] R:OK -2015-03-11 10:38:19 sendUrl INFO 89 [884] R:OK -2015-03-11 10:38:26 queue INFO 81 [885] -2015-03-11 10:38:26 sendUrl INFO 81 [885] R:OK -2015-03-11 10:38:26 queue INFO >81 [886] -2015-03-11 10:38:26 sendUrl INFO 81 [886] R:OK -2015-03-11 10:38:31 queue INFO 83 [887] -2015-03-11 10:38:32 queue INFO >83 [888] -2015-03-11 10:38:32 sendUrl INFO 83 [887] R:OK -2015-03-11 10:38:32 sendUrl INFO 83 [888] R:OK -2015-03-11 10:39:06 queue INFO 87 [889] -2015-03-11 10:39:07 queue INFO >87 [890] -2015-03-11 10:39:07 sendUrl INFO 87 [889] R:OK -2015-03-11 10:39:07 sendUrl INFO 87 [890] R:OK -2015-03-11 10:39:08 queue INFO 83 [891] -2015-03-11 10:39:08 sendUrl INFO 83 [891] R:OK -2015-03-11 10:39:08 queue INFO >83 [892] -2015-03-11 10:39:09 sendUrl INFO 83 [892] R:OK -2015-03-11 10:39:58 queue INFO >>83 [893] -2015-03-11 10:39:58 sendUrl INFO 83 [893] R:OK -2015-03-11 10:40:48 queue INFO >>83 [894] -2015-03-11 10:40:49 sendUrl INFO 83 [894] R:OK -2015-03-11 10:41:39 queue INFO >>83 [895] -2015-03-11 10:41:39 sendUrl INFO 83 [895] R:OK -2015-03-11 10:42:29 queue INFO >>83 [896] -2015-03-11 10:42:29 sendUrl INFO 83 [896] R:OK -2015-03-11 10:43:19 queue INFO >>83 [897] -2015-03-11 10:43:19 sendUrl INFO 83 [897] R:OK -2015-03-11 10:44:09 queue INFO >>83 [898] -2015-03-11 10:44:09 sendUrl INFO 83 [898] R:OK -2015-03-11 10:44:59 queue INFO >>83 [899] -2015-03-11 10:44:59 sendUrl INFO 83 [899] R:OK -2015-03-11 10:45:49 queue INFO >>83 [900] -2015-03-11 10:45:50 sendUrl INFO 83 [900] R:OK -2015-03-11 10:46:39 queue INFO >>83 [901] -2015-03-11 10:46:40 sendUrl INFO 83 [901] R:OK -2015-03-11 10:47:22 queue INFO 87 [902] -2015-03-11 10:47:22 queue INFO >87 [903] -2015-03-11 10:47:22 sendUrl INFO 87 [902] R:OK -2015-03-11 10:47:23 sendUrl INFO 87 [903] R:OK -2015-03-11 10:47:24 queue INFO 83 [904] -2015-03-11 10:47:24 sendUrl INFO 83 [904] R:OK -2015-03-11 10:47:24 queue INFO >83 [905] -2015-03-11 10:47:24 sendUrl INFO 83 [905] R:OK -2015-03-11 10:48:14 queue INFO >>83 [906] -2015-03-11 10:48:14 sendUrl INFO 83 [906] R:OK -2015-03-11 10:49:04 queue INFO >>83 [907] -2015-03-11 10:49:05 sendUrl INFO 83 [907] R:OK -2015-03-11 10:49:54 queue INFO >>83 [908] -2015-03-11 10:49:54 sendUrl INFO 83 [908] R:OK -2015-03-11 10:50:44 queue INFO >>83 [909] -2015-03-11 10:50:45 sendUrl INFO 83 [909] R:OK -2015-03-11 10:51:35 queue INFO >>83 [910] -2015-03-11 10:51:35 sendUrl INFO 83 [910] R:OK -2015-03-11 10:52:25 queue INFO >>83 [911] -2015-03-11 10:52:25 sendUrl INFO 83 [911] R:OK -2015-03-11 10:53:15 queue INFO >>83 [912] -2015-03-11 10:53:15 sendUrl INFO 83 [912] R:OK -2015-03-11 10:54:05 queue INFO >>83 [913] -2015-03-11 10:54:05 sendUrl INFO 83 [913] R:OK -2015-03-11 10:54:55 queue INFO >>83 [914] -2015-03-11 10:54:55 sendUrl INFO 83 [914] R:OK -2015-03-11 10:55:18 queue INFO 87 [915] -2015-03-11 10:55:18 queue INFO >87 [916] -2015-03-11 10:55:18 sendUrl INFO 87 [915] R:OK -2015-03-11 10:55:19 sendUrl INFO 87 [916] R:OK -2015-03-11 10:55:19 queue INFO 83 [917] -2015-03-11 10:55:19 queue INFO >83 [918] -2015-03-11 10:55:20 sendUrl INFO 83 [917] R:OK -2015-03-11 10:55:20 sendUrl INFO 83 [918] R:OK -2015-03-11 10:56:09 queue INFO >>83 [919] -2015-03-11 10:56:10 sendUrl INFO 83 [919] R:OK -2015-03-11 10:57:00 queue INFO >>83 [920] -2015-03-11 10:57:00 sendUrl INFO 83 [920] R:OK -2015-03-11 10:57:50 queue INFO >>83 [921] -2015-03-11 10:57:50 sendUrl INFO 83 [921] R:OK -2015-03-11 10:58:40 queue INFO >>83 [922] -2015-03-11 10:58:40 sendUrl INFO 83 [922] R:OK -2015-03-11 10:59:30 queue INFO >>83 [923] -2015-03-11 10:59:30 sendUrl INFO 83 [923] R:OK -2015-03-11 11:00:20 queue INFO >>83 [924] -2015-03-11 11:00:21 sendUrl INFO 83 [924] R:OK -2015-03-11 11:01:10 queue INFO >>83 [925] -2015-03-11 11:01:10 sendUrl INFO 83 [925] R:OK -2015-03-11 11:02:00 queue INFO >>83 [926] -2015-03-11 11:02:01 sendUrl INFO 83 [926] R:OK -2015-03-11 11:02:51 queue INFO >>83 [927] -2015-03-11 11:02:51 sendUrl INFO 83 [927] R:OK -2015-03-11 11:03:13 queue INFO 87 [928] -2015-03-11 11:03:13 queue INFO >87 [929] -2015-03-11 11:03:14 sendUrl INFO 87 [928] R:OK -2015-03-11 11:03:14 sendUrl INFO 87 [929] R:OK -2015-03-11 11:03:15 queue INFO 83 [930] -2015-03-11 11:03:15 queue INFO >83 [931] -2015-03-11 11:03:15 sendUrl INFO 83 [930] R:OK -2015-03-11 11:03:16 sendUrl INFO 83 [931] R:OK -2015-03-11 11:04:05 queue INFO >>83 [932] -2015-03-11 11:04:05 sendUrl INFO 83 [932] R:OK -2015-03-11 11:04:55 queue INFO >>83 [933] -2015-03-11 11:04:55 sendUrl INFO 83 [933] R:OK -2015-03-11 11:05:45 queue INFO >>83 [934] -2015-03-11 11:05:45 sendUrl INFO 83 [934] R:OK -2015-03-11 11:06:35 queue INFO >>83 [935] -2015-03-11 11:06:36 sendUrl INFO 83 [935] R:OK -2015-03-11 11:07:25 queue INFO >>83 [936] -2015-03-11 11:07:26 sendUrl INFO 83 [936] R:OK -2015-03-11 11:08:16 queue INFO >>83 [937] -2015-03-11 11:08:16 sendUrl INFO 83 [937] R:OK -2015-03-11 11:09:06 queue INFO >>83 [938] -2015-03-11 11:09:06 sendUrl INFO 83 [938] R:OK -2015-03-11 11:09:56 queue INFO >>83 [939] -2015-03-11 11:09:56 sendUrl INFO 83 [939] R:OK -2015-03-11 11:10:46 queue INFO >>83 [940] -2015-03-11 11:10:46 sendUrl INFO 83 [940] R:OK -2015-03-11 11:11:09 queue INFO 87 [941] -2015-03-11 11:11:09 queue INFO >87 [942] -2015-03-11 11:11:09 sendUrl INFO 87 [941] R:OK -2015-03-11 11:11:10 sendUrl INFO 87 [942] R:OK -2015-03-11 11:11:11 queue INFO 83 [943] -2015-03-11 11:11:11 queue INFO >83 [944] -2015-03-11 11:11:11 sendUrl INFO 83 [943] R:OK -2015-03-11 11:11:11 sendUrl INFO 83 [944] R:OK -2015-03-11 11:12:01 queue INFO >>83 [945] -2015-03-11 11:12:01 sendUrl INFO 83 [945] R:OK -2015-03-11 11:12:51 queue INFO >>83 [946] -2015-03-11 11:12:51 sendUrl INFO 83 [946] R:OK -2015-03-11 11:13:41 queue INFO >>83 [947] -2015-03-11 11:13:41 sendUrl INFO 83 [947] R:OK -2015-03-11 11:14:31 queue INFO >>83 [948] -2015-03-11 11:14:32 sendUrl INFO 83 [948] R:OK -2015-03-11 11:15:21 queue INFO >>83 [949] -2015-03-11 11:15:22 sendUrl INFO 83 [949] R:OK -2015-03-11 11:16:11 queue INFO >>83 [950] -2015-03-11 11:16:12 sendUrl INFO 83 [950] R:OK -2015-03-11 11:17:02 queue INFO >>83 [951] -2015-03-11 11:17:02 sendUrl INFO 83 [951] R:OK -2015-03-11 11:17:52 queue INFO >>83 [952] -2015-03-11 11:17:52 sendUrl INFO 83 [952] R:OK -2015-03-11 11:18:42 queue INFO >>83 [953] -2015-03-11 11:18:42 sendUrl INFO 83 [953] R:OK -2015-03-11 11:19:05 queue INFO 87 [954] -2015-03-11 11:19:05 queue INFO >87 [955] -2015-03-11 11:19:05 sendUrl INFO 87 [954] R:OK -2015-03-11 11:19:06 sendUrl INFO 87 [955] R:OK -2015-03-11 11:19:06 queue INFO 83 [956] -2015-03-11 11:19:07 sendUrl INFO 83 [956] R:OK -2015-03-11 11:19:07 queue INFO >83 [957] -2015-03-11 11:19:07 sendUrl INFO 83 [957] R:OK -2015-03-11 11:19:57 queue INFO >>83 [958] -2015-03-11 11:19:57 sendUrl INFO 83 [958] R:OK -2015-03-11 11:20:47 queue INFO >>83 [959] -2015-03-11 11:20:47 sendUrl INFO 83 [959] R:OK -2015-03-11 11:21:37 queue INFO >>83 [960] -2015-03-11 11:21:37 sendUrl INFO 83 [960] R:OK -2015-03-11 11:22:27 queue INFO >>83 [961] -2015-03-11 11:22:27 sendUrl INFO 83 [961] R:OK -2015-03-11 11:23:17 queue INFO >>83 [962] -2015-03-11 11:23:18 sendUrl INFO 83 [962] R:OK -2015-03-11 11:24:07 queue INFO >>83 [963] -2015-03-11 11:24:08 sendUrl INFO 83 [963] R:OK -2015-03-11 11:24:57 queue INFO >>83 [964] -2015-03-11 11:24:58 sendUrl INFO 83 [964] R:OK -2015-03-11 11:25:48 queue INFO >>83 [965] -2015-03-11 11:25:48 sendUrl INFO 83 [965] R:OK -2015-03-11 11:26:38 queue INFO >>83 [966] -2015-03-11 11:26:38 sendUrl INFO 83 [966] R:OK -2015-03-11 11:27:01 queue INFO 87 [967] -2015-03-11 11:27:01 sendUrl INFO 87 [967] R:OK -2015-03-11 11:27:01 queue INFO >87 [968] -2015-03-11 11:27:02 sendUrl INFO 87 [968] R:OK -2015-03-11 11:27:03 queue INFO 83 [969] -2015-03-11 11:27:03 queue INFO >83 [970] -2015-03-11 11:27:03 sendUrl INFO 83 [969] R:OK -2015-03-11 11:27:04 sendUrl INFO 83 [970] R:OK -2015-03-11 11:27:53 queue INFO >>83 [971] -2015-03-11 11:27:53 sendUrl INFO 83 [971] R:OK -2015-03-11 11:28:43 queue INFO >>83 [972] -2015-03-11 11:28:43 sendUrl INFO 83 [972] R:OK -2015-03-11 11:29:33 queue INFO >>83 [973] -2015-03-11 11:29:33 sendUrl INFO 83 [973] R:OK -2015-03-11 11:30:23 queue INFO >>83 [974] -2015-03-11 11:30:24 sendUrl INFO 83 [974] R:OK -2015-03-11 11:31:13 queue INFO >>83 [975] -2015-03-11 11:31:14 sendUrl INFO 83 [975] R:OK -2015-03-11 11:32:03 queue INFO >>83 [976] -2015-03-11 11:32:04 sendUrl INFO 83 [976] R:OK -2015-03-11 11:32:54 queue INFO >>83 [977] -2015-03-11 11:32:54 sendUrl INFO 83 [977] R:OK -2015-03-11 11:33:44 queue INFO >>83 [978] -2015-03-11 11:33:44 sendUrl INFO 83 [978] R:OK -2015-03-11 11:34:34 queue INFO >>83 [979] -2015-03-11 11:34:34 sendUrl INFO 83 [979] R:OK -2015-03-11 11:34:57 queue INFO 87 [980] -2015-03-11 11:34:57 queue INFO >87 [981] -2015-03-11 11:34:57 sendUrl INFO 87 [980] R:OK -2015-03-11 11:34:58 sendUrl INFO 87 [981] R:OK -2015-03-11 11:34:59 queue INFO 83 [982] -2015-03-11 11:34:59 sendUrl INFO 83 [982] R:OK -2015-03-11 11:34:59 queue INFO >83 [983] -2015-03-11 11:34:59 sendUrl INFO 83 [983] R:OK -2015-03-11 11:35:49 queue INFO >>83 [984] -2015-03-11 11:35:49 sendUrl INFO 83 [984] R:OK -2015-03-11 11:36:39 queue INFO >>83 [985] -2015-03-11 11:36:40 sendUrl INFO 83 [985] R:OK -2015-03-11 11:37:29 queue INFO >>83 [986] -2015-03-11 11:37:29 sendUrl INFO 83 [986] R:OK -2015-03-11 11:38:19 queue INFO >>83 [987] -2015-03-11 11:38:20 sendUrl INFO 83 [987] R:OK -2015-03-11 11:39:09 queue INFO >>83 [988] -2015-03-11 11:39:10 sendUrl INFO 83 [988] R:OK -2015-03-11 11:40:00 queue INFO >>83 [989] -2015-03-11 11:40:00 sendUrl INFO 83 [989] R:OK -2015-03-11 11:40:50 queue INFO >>83 [990] -2015-03-11 11:40:50 sendUrl INFO 83 [990] R:OK -2015-03-11 11:41:40 queue INFO >>83 [991] -2015-03-11 11:41:40 sendUrl INFO 83 [991] R:OK -2015-03-11 11:42:30 queue INFO >>83 [992] -2015-03-11 11:42:30 sendUrl INFO 83 [992] R:OK -2015-03-11 11:42:53 queue INFO 87 [993] -2015-03-11 11:42:53 queue INFO >87 [994] -2015-03-11 11:42:53 sendUrl INFO 87 [993] R:OK -2015-03-11 11:42:54 sendUrl INFO 87 [994] R:OK -2015-03-11 11:42:54 queue INFO 83 [995] -2015-03-11 11:42:54 queue INFO >83 [996] -2015-03-11 11:42:55 sendUrl INFO 83 [995] R:OK -2015-03-11 11:42:55 sendUrl INFO 83 [996] R:OK -2015-03-11 11:43:44 queue INFO >>83 [997] -2015-03-11 11:43:45 sendUrl INFO 83 [997] R:OK -2015-03-11 11:44:34 queue INFO >>83 [998] -2015-03-11 11:44:35 sendUrl INFO 83 [998] R:OK -2015-03-11 11:45:25 queue INFO >>83 [999] -2015-03-11 11:45:25 sendUrl INFO 83 [999] R:OK -2015-03-11 11:46:15 queue INFO >>83 [0] -2015-03-11 11:46:15 sendUrl INFO 83 [0] R:OK -2015-03-11 11:47:05 queue INFO >>83 [1] -2015-03-11 11:47:05 sendUrl INFO 83 [1] R:OK -2015-03-11 11:47:55 queue INFO >>83 [2] -2015-03-11 11:47:56 sendUrl INFO 83 [2] R:OK -2015-03-11 11:48:45 queue INFO >>83 [3] -2015-03-11 11:48:45 sendUrl INFO 83 [3] R:OK -2015-03-11 11:49:35 queue INFO >>83 [4] -2015-03-11 11:49:36 sendUrl INFO 83 [4] R:OK -2015-03-11 11:50:26 queue INFO >>83 [5] -2015-03-11 11:50:26 sendUrl INFO 83 [5] R:OK -2015-03-11 11:50:48 queue INFO 87 [6] -2015-03-11 11:50:48 queue INFO >87 [7] -2015-03-11 11:50:49 sendUrl INFO 87 [6] R:OK -2015-03-11 11:50:49 sendUrl INFO 87 [7] R:OK -2015-03-11 11:50:50 queue INFO 83 [8] -2015-03-11 11:50:50 queue INFO >83 [9] -2015-03-11 11:50:50 sendUrl INFO 83 [8] R:OK -2015-03-11 11:50:51 sendUrl INFO 83 [9] R:OK -2015-03-11 11:51:40 queue INFO >>83 [10] -2015-03-11 11:51:41 sendUrl INFO 83 [10] R:OK -2015-03-11 11:52:30 queue INFO >>83 [11] -2015-03-11 11:52:30 sendUrl INFO 83 [11] R:OK -2015-03-11 11:53:20 queue INFO >>83 [12] -2015-03-11 11:53:21 sendUrl INFO 83 [12] R:OK -2015-03-11 11:54:10 queue INFO >>83 [13] -2015-03-11 11:54:11 sendUrl INFO 83 [13] R:OK -2015-03-11 11:55:01 queue INFO >>83 [14] -2015-03-11 11:55:01 sendUrl INFO 83 [14] R:OK -2015-03-11 11:55:51 queue INFO >>83 [15] -2015-03-11 11:55:51 sendUrl INFO 83 [15] R:OK -2015-03-11 11:56:41 queue INFO >>83 [16] -2015-03-11 11:56:41 sendUrl INFO 83 [16] R:OK -2015-03-11 11:57:31 queue INFO >>83 [17] -2015-03-11 11:57:31 sendUrl INFO 83 [17] R:OK -2015-03-11 11:58:21 queue INFO >>83 [18] -2015-03-11 11:58:22 sendUrl INFO 83 [18] R:OK -2015-03-11 11:58:44 queue INFO 87 [19] -2015-03-11 11:58:44 queue INFO >87 [20] -2015-03-11 11:58:44 sendUrl INFO 87 [19] R:OK -2015-03-11 11:58:45 sendUrl INFO 87 [20] R:OK -2015-03-11 11:58:46 queue INFO 83 [21] -2015-03-11 11:58:46 sendUrl INFO 83 [21] R:OK -2015-03-11 11:58:46 queue INFO >83 [22] -2015-03-11 11:58:46 sendUrl INFO 83 [22] R:OK -2015-03-11 11:59:36 queue INFO >>83 [23] -2015-03-11 11:59:36 sendUrl INFO 83 [23] R:OK -2015-03-11 12:00:26 queue INFO >>83 [24] -2015-03-11 12:00:27 sendUrl INFO 83 [24] R:OK -2015-03-11 12:01:16 queue INFO >>83 [25] -2015-03-11 12:01:16 sendUrl INFO 83 [25] R:OK -2015-03-11 12:02:06 queue INFO >>83 [26] -2015-03-11 12:02:07 sendUrl INFO 83 [26] R:OK -2015-03-11 12:02:56 queue INFO >>83 [27] -2015-03-11 12:02:57 sendUrl INFO 83 [27] R:OK -2015-03-11 12:03:47 queue INFO >>83 [28] -2015-03-11 12:03:47 sendUrl INFO 83 [28] R:OK -2015-03-11 12:04:37 queue INFO >>83 [29] -2015-03-11 12:04:37 sendUrl INFO 83 [29] R:OK -2015-03-11 12:05:27 queue INFO >>83 [30] -2015-03-11 12:05:27 sendUrl INFO 83 [30] R:OK -2015-03-11 12:06:17 queue INFO >>83 [31] -2015-03-11 12:06:17 sendUrl INFO 83 [31] R:OK -2015-03-11 12:06:40 queue INFO 87 [32] -2015-03-11 12:06:40 queue INFO >87 [33] -2015-03-11 12:06:40 sendUrl INFO 87 [32] R:OK -2015-03-11 12:06:40 sendUrl INFO 87 [33] R:OK -2015-03-11 12:06:41 queue INFO 83 [34] -2015-03-11 12:06:42 sendUrl INFO 83 [34] R:OK -2015-03-11 12:06:42 queue INFO >83 [35] -2015-03-11 12:06:42 sendUrl INFO 83 [35] R:OK -2015-03-11 12:07:31 queue INFO >>83 [36] -2015-03-11 12:07:32 sendUrl INFO 83 [36] R:OK -2015-03-11 12:08:22 queue INFO >>83 [37] -2015-03-11 12:08:22 sendUrl INFO 83 [37] R:OK -2015-03-11 12:09:12 queue INFO >>83 [38] -2015-03-11 12:09:12 sendUrl INFO 83 [38] R:OK -2015-03-11 12:10:02 queue INFO >>83 [39] -2015-03-11 12:10:02 sendUrl INFO 83 [39] R:OK -2015-03-11 12:10:52 queue INFO >>83 [40] -2015-03-11 12:10:53 sendUrl INFO 83 [40] R:OK -2015-03-11 12:11:42 queue INFO >>83 [41] -2015-03-11 12:11:42 sendUrl INFO 83 [41] R:OK -2015-03-11 12:12:32 queue INFO >>83 [42] -2015-03-11 12:12:33 sendUrl INFO 83 [42] R:OK -2015-03-11 12:13:23 queue INFO >>83 [43] -2015-03-11 12:13:23 sendUrl INFO 83 [43] R:OK -2015-03-11 12:14:13 queue INFO >>83 [44] -2015-03-11 12:14:13 sendUrl INFO 83 [44] R:OK -2015-03-11 12:14:36 queue INFO 87 [45] -2015-03-11 12:14:36 sendUrl INFO 87 [45] R:OK -2015-03-11 12:14:36 queue INFO >87 [46] -2015-03-11 12:14:37 sendUrl INFO 87 [46] R:OK -2015-03-11 12:14:38 queue INFO 83 [47] -2015-03-11 12:14:38 queue INFO >83 [48] -2015-03-11 12:14:38 sendUrl INFO 83 [47] R:OK -2015-03-11 12:14:39 sendUrl INFO 83 [48] R:OK -2015-03-11 12:15:28 queue INFO >>83 [49] -2015-03-11 12:15:28 sendUrl INFO 83 [49] R:OK -2015-03-11 12:16:18 queue INFO >>83 [50] -2015-03-11 12:16:18 sendUrl INFO 83 [50] R:OK -2015-03-11 12:17:08 queue INFO >>83 [51] -2015-03-11 12:17:08 sendUrl INFO 83 [51] R:OK -2015-03-11 12:17:58 queue INFO >>83 [52] -2015-03-11 12:17:58 sendUrl INFO 83 [52] R:OK -2015-03-11 12:18:48 queue INFO >>83 [53] -2015-03-11 12:18:49 sendUrl INFO 83 [53] R:OK -2015-03-11 12:19:39 queue INFO >>83 [54] -2015-03-11 12:19:39 sendUrl INFO 83 [54] R:OK -2015-03-11 12:20:29 queue INFO >>83 [55] -2015-03-11 12:20:29 sendUrl INFO 83 [55] R:OK -2015-03-11 12:21:19 queue INFO >>83 [56] -2015-03-11 12:21:19 sendUrl INFO 83 [56] R:OK -2015-03-11 12:22:09 queue INFO >>83 [57] -2015-03-11 12:22:09 sendUrl INFO 83 [57] R:OK -2015-03-11 12:22:32 queue INFO 87 [58] -2015-03-11 12:22:32 queue INFO >87 [59] -2015-03-11 12:22:32 sendUrl INFO 87 [58] R:OK -2015-03-11 12:22:33 sendUrl INFO 87 [59] R:OK -2015-03-11 12:22:34 queue INFO 83 [60] -2015-03-11 12:22:34 sendUrl INFO 83 [60] R:OK -2015-03-11 12:22:34 queue INFO >83 [61] -2015-03-11 12:22:34 sendUrl INFO 83 [61] R:OK -2015-03-11 12:23:24 queue INFO >>83 [62] -2015-03-11 12:23:24 sendUrl INFO 83 [62] R:OK -2015-03-11 12:24:14 queue INFO >>83 [63] -2015-03-11 12:24:14 sendUrl INFO 83 [63] R:OK -2015-03-11 12:25:04 queue INFO >>83 [64] -2015-03-11 12:25:04 sendUrl INFO 83 [64] R:OK -2015-03-11 12:25:54 queue INFO >>83 [65] -2015-03-11 12:25:55 sendUrl INFO 83 [65] R:OK -2015-03-11 12:26:44 queue INFO >>83 [66] -2015-03-11 12:26:45 sendUrl INFO 83 [66] R:OK -2015-03-11 12:27:35 queue INFO >>83 [67] -2015-03-11 12:27:35 sendUrl INFO 83 [67] R:OK -2015-03-11 12:28:25 queue INFO >>83 [68] -2015-03-11 12:28:25 sendUrl INFO 83 [68] R:OK -2015-03-11 12:29:15 queue INFO >>83 [69] -2015-03-11 12:29:15 sendUrl INFO 83 [69] R:OK -2015-03-11 12:30:05 queue INFO >>83 [70] -2015-03-11 12:30:05 sendUrl INFO 83 [70] R:OK -2015-03-11 12:30:28 queue INFO 87 [71] -2015-03-11 12:30:28 queue INFO >87 [72] -2015-03-11 12:30:28 sendUrl INFO 87 [71] R:OK -2015-03-11 12:30:28 sendUrl INFO 87 [72] R:OK -2015-03-11 12:30:29 queue INFO 83 [73] -2015-03-11 12:30:29 sendUrl INFO 83 [73] R:OK -2015-03-11 12:30:30 queue INFO >83 [74] -2015-03-11 12:30:30 sendUrl INFO 83 [74] R:OK -2015-03-11 12:31:19 queue INFO >>83 [75] -2015-03-11 12:31:20 sendUrl INFO 83 [75] R:OK -2015-03-11 12:32:10 queue INFO >>83 [76] -2015-03-11 12:32:10 sendUrl INFO 83 [76] R:OK -2015-03-11 12:33:00 queue INFO >>83 [77] -2015-03-11 12:33:00 sendUrl INFO 83 [77] R:OK -2015-03-11 12:33:50 queue INFO >>83 [78] -2015-03-11 12:33:50 sendUrl INFO 83 [78] R:OK -2015-03-11 12:34:40 queue INFO >>83 [79] -2015-03-11 12:34:41 sendUrl INFO 83 [79] R:OK -2015-03-11 12:35:30 queue INFO >>83 [80] -2015-03-11 12:35:30 sendUrl INFO 83 [80] R:OK -2015-03-11 12:36:20 queue INFO >>83 [81] -2015-03-11 12:36:21 sendUrl INFO 83 [81] R:OK -2015-03-11 12:37:11 queue INFO >>83 [82] -2015-03-11 12:37:11 sendUrl INFO 83 [82] R:OK -2015-03-11 12:37:28 queue INFO 81 [83] -2015-03-11 12:37:28 queue INFO >81 [84] -2015-03-11 12:37:28 sendUrl INFO 81 [83] R:OK -2015-03-11 12:37:29 sendUrl INFO 81 [84] R:OK -2015-03-11 12:38:18 queue INFO >>81 [85] -2015-03-11 12:38:18 sendUrl INFO 81 [85] R:OK -2015-03-11 12:38:43 queue INFO 83 [86] -2015-03-11 12:38:43 queue INFO >83 [87] -2015-03-11 12:38:43 sendUrl INFO 83 [86] R:OK -2015-03-11 12:38:44 sendUrl INFO 83 [87] R:OK -2015-03-11 12:39:10 queue INFO 87 [88] -2015-03-11 12:39:10 sendUrl INFO 87 [88] R:OK -2015-03-11 12:39:11 queue INFO >87 [89] -2015-03-11 12:39:11 sendUrl INFO 87 [89] R:OK -2015-03-11 12:39:12 queue INFO 83 [90] -2015-03-11 12:39:12 queue INFO >83 [91] -2015-03-11 12:39:12 sendUrl INFO 83 [90] R:OK -2015-03-11 12:39:13 sendUrl INFO 83 [91] R:OK -2015-03-11 12:40:02 queue INFO >>83 [92] -2015-03-11 12:40:02 sendUrl INFO 83 [92] R:OK -2015-03-11 12:40:52 queue INFO >>83 [93] -2015-03-11 12:40:53 sendUrl INFO 83 [93] R:OK -2015-03-11 12:41:42 queue INFO >>83 [94] -2015-03-11 12:41:43 sendUrl INFO 83 [94] R:OK -2015-03-11 12:42:33 queue INFO >>83 [95] -2015-03-11 12:42:33 sendUrl INFO 83 [95] R:OK -2015-03-11 12:43:23 queue INFO >>83 [96] -2015-03-11 12:43:23 sendUrl INFO 83 [96] R:OK -2015-03-11 12:44:13 queue INFO >>83 [97] -2015-03-11 12:44:13 sendUrl INFO 83 [97] R:OK -2015-03-11 12:45:03 queue INFO >>83 [98] -2015-03-11 12:45:03 sendUrl INFO 83 [98] R:OK -2015-03-11 12:45:53 queue INFO >>83 [99] -2015-03-11 12:45:54 sendUrl INFO 83 [99] R:OK -2015-03-11 12:46:43 queue INFO >>83 [100] -2015-03-11 12:46:43 sendUrl INFO 83 [100] R:OK -2015-03-11 12:47:06 queue INFO 87 [101] -2015-03-11 12:47:07 queue INFO >87 [102] -2015-03-11 12:47:07 sendUrl INFO 87 [101] R:OK -2015-03-11 12:47:07 sendUrl INFO 87 [102] R:OK -2015-03-11 12:47:08 queue INFO 83 [103] -2015-03-11 12:47:08 sendUrl INFO 83 [103] R:OK -2015-03-11 12:47:08 queue INFO >83 [104] -2015-03-11 12:47:09 sendUrl INFO 83 [104] R:OK -2015-03-11 12:47:58 queue INFO >>83 [105] -2015-03-11 12:47:58 sendUrl INFO 83 [105] R:OK -2015-03-11 12:48:48 queue INFO >>83 [106] -2015-03-11 12:48:49 sendUrl INFO 83 [106] R:OK -2015-03-11 12:49:38 queue INFO >>83 [107] -2015-03-11 12:49:39 sendUrl INFO 83 [107] R:OK -2015-03-11 12:50:29 queue INFO >>83 [108] -2015-03-11 12:50:29 sendUrl INFO 83 [108] R:OK -2015-03-11 12:51:19 queue INFO >>83 [109] -2015-03-11 12:51:19 sendUrl INFO 83 [109] R:OK -2015-03-11 12:52:09 queue INFO >>83 [110] -2015-03-11 12:52:09 sendUrl INFO 83 [110] R:OK -2015-03-11 12:52:59 queue INFO >>83 [111] -2015-03-11 12:52:59 sendUrl INFO 83 [111] R:OK -2015-03-11 12:53:49 queue INFO >>83 [112] -2015-03-11 12:53:49 sendUrl INFO 83 [112] R:OK -2015-03-11 12:54:39 queue INFO >>83 [113] -2015-03-11 12:54:40 sendUrl INFO 83 [113] R:OK -2015-03-11 12:55:02 queue INFO 87 [114] -2015-03-11 12:55:02 queue INFO >87 [115] -2015-03-11 12:55:02 sendUrl INFO 87 [114] R:OK -2015-03-11 12:55:03 sendUrl INFO 87 [115] R:OK -2015-03-11 12:55:04 queue INFO 83 [116] -2015-03-11 12:55:04 sendUrl INFO 83 [116] R:OK -2015-03-11 12:55:04 queue INFO >83 [117] -2015-03-11 12:55:04 sendUrl INFO 83 [117] R:OK -2015-03-11 12:55:54 queue INFO >>83 [118] -2015-03-11 12:55:54 sendUrl INFO 83 [118] R:OK -2015-03-11 12:56:44 queue INFO >>83 [119] -2015-03-11 12:56:44 sendUrl INFO 83 [119] R:OK -2015-03-11 12:57:34 queue INFO >>83 [120] -2015-03-11 12:57:34 sendUrl INFO 83 [120] R:OK -2015-03-11 12:58:24 queue INFO >>83 [121] -2015-03-11 12:58:25 sendUrl INFO 83 [121] R:OK -2015-03-11 12:59:14 queue INFO >>83 [122] -2015-03-11 12:59:15 sendUrl INFO 83 [122] R:OK -2015-03-11 13:00:05 queue INFO >>83 [123] -2015-03-11 13:00:05 sendUrl INFO 83 [123] R:OK -2015-03-11 13:00:55 queue INFO >>83 [124] -2015-03-11 13:00:55 sendUrl INFO 83 [124] R:OK -2015-03-11 13:01:45 queue INFO >>83 [125] -2015-03-11 13:01:45 sendUrl INFO 83 [125] R:OK -2015-03-11 13:02:35 queue INFO >>83 [126] -2015-03-11 13:02:35 sendUrl INFO 83 [126] R:OK -2015-03-11 13:02:57 queue INFO 87 [127] -2015-03-11 13:02:58 queue INFO >87 [128] -2015-03-11 13:02:58 sendUrl INFO 87 [127] R:OK -2015-03-11 13:02:58 sendUrl INFO 87 [128] R:OK -2015-03-11 13:02:59 queue INFO 83 [129] -2015-03-11 13:02:59 queue INFO >83 [130] -2015-03-11 13:02:59 sendUrl INFO 83 [129] R:OK -2015-03-11 13:03:00 sendUrl INFO 83 [130] R:OK -2015-03-11 13:03:49 queue INFO >>83 [131] -2015-03-11 13:03:50 sendUrl INFO 83 [131] R:OK -2015-03-11 13:04:39 queue INFO >>83 [132] -2015-03-11 13:04:40 sendUrl INFO 83 [132] R:OK -2015-03-11 13:05:30 queue INFO >>83 [133] -2015-03-11 13:05:30 sendUrl INFO 83 [133] R:OK -2015-03-11 13:06:20 queue INFO >>83 [134] -2015-03-11 13:06:20 sendUrl INFO 83 [134] R:OK -2015-03-11 13:07:10 queue INFO >>83 [135] -2015-03-11 13:07:10 sendUrl INFO 83 [135] R:OK -2015-03-11 13:08:00 queue INFO >>83 [136] -2015-03-11 13:08:00 sendUrl INFO 83 [136] R:OK -2015-03-11 13:08:50 queue INFO >>83 [137] -2015-03-11 13:08:51 sendUrl INFO 83 [137] R:OK -2015-03-11 13:09:40 queue INFO >>83 [138] -2015-03-11 13:09:41 sendUrl INFO 83 [138] R:OK -2015-03-11 13:10:30 queue INFO >>83 [139] -2015-03-11 13:10:31 sendUrl INFO 83 [139] R:OK -2015-03-11 13:10:53 queue INFO 87 [140] -2015-03-11 13:10:54 queue INFO >87 [141] -2015-03-11 13:10:54 sendUrl INFO 87 [140] R:OK -2015-03-11 13:10:54 sendUrl INFO 87 [141] R:OK -2015-03-11 13:10:55 queue INFO 83 [142] -2015-03-11 13:10:55 sendUrl INFO 83 [142] R:OK -2015-03-11 13:10:55 queue INFO >83 [143] -2015-03-11 13:10:56 sendUrl INFO 83 [143] R:OK -2015-03-11 13:11:45 queue INFO >>83 [144] -2015-03-11 13:11:45 sendUrl INFO 83 [144] R:OK -2015-03-11 13:12:35 queue INFO >>83 [145] -2015-03-11 13:12:36 sendUrl INFO 83 [145] R:OK -2015-03-11 13:13:25 queue INFO >>83 [146] -2015-03-11 13:13:26 sendUrl INFO 83 [146] R:OK -2015-03-11 13:14:16 queue INFO >>83 [147] -2015-03-11 13:14:16 sendUrl INFO 83 [147] R:OK -2015-03-11 13:15:06 queue INFO >>83 [148] -2015-03-11 13:15:06 sendUrl INFO 83 [148] R:OK -2015-03-11 13:15:56 queue INFO >>83 [149] -2015-03-11 13:15:56 sendUrl INFO 83 [149] R:OK -2015-03-11 13:16:46 queue INFO >>83 [150] -2015-03-11 13:16:46 sendUrl INFO 83 [150] R:OK -2015-03-11 13:17:36 queue INFO >>83 [151] -2015-03-11 13:17:37 sendUrl INFO 83 [151] R:OK -2015-03-11 13:18:26 queue INFO >>83 [152] -2015-03-11 13:18:27 sendUrl INFO 83 [152] R:OK -2015-03-11 13:18:49 queue INFO 87 [153] -2015-03-11 13:18:49 queue INFO >87 [154] -2015-03-11 13:18:49 sendUrl INFO 87 [153] R:OK -2015-03-11 13:18:50 sendUrl INFO 87 [154] R:OK -2015-03-11 13:18:51 queue INFO 83 [155] -2015-03-11 13:18:51 sendUrl INFO 83 [155] R:OK -2015-03-11 13:18:51 queue INFO >83 [156] -2015-03-11 13:18:51 sendUrl INFO 83 [156] R:OK -2015-03-11 13:19:41 queue INFO >>83 [157] -2015-03-11 13:19:41 sendUrl INFO 83 [157] R:OK -2015-03-11 13:20:31 queue INFO >>83 [158] -2015-03-11 13:20:31 sendUrl INFO 83 [158] R:OK -2015-03-11 13:21:21 queue INFO >>83 [159] -2015-03-11 13:21:21 sendUrl INFO 83 [159] R:OK -2015-03-11 13:22:11 queue INFO >>83 [160] -2015-03-11 13:22:12 sendUrl INFO 83 [160] R:OK -2015-03-11 13:23:01 queue INFO >>83 [161] -2015-03-11 13:23:01 sendUrl INFO 83 [161] R:OK -2015-03-11 13:23:51 queue INFO >>83 [162] -2015-03-11 13:23:52 sendUrl INFO 83 [162] R:OK -2015-03-11 13:24:41 queue INFO >>83 [163] -2015-03-11 13:24:42 sendUrl INFO 83 [163] R:OK -2015-03-11 13:25:32 queue INFO >>83 [164] -2015-03-11 13:25:32 sendUrl INFO 83 [164] R:OK -2015-03-11 13:26:22 queue INFO >>83 [165] -2015-03-11 13:26:22 sendUrl INFO 83 [165] R:OK -2015-03-11 13:26:45 queue INFO 87 [166] -2015-03-11 13:26:45 queue INFO >87 [167] -2015-03-11 13:26:45 sendUrl INFO 87 [166] R:OK -2015-03-11 13:26:46 sendUrl INFO 87 [167] R:OK -2015-03-11 13:26:47 queue INFO 83 [168] -2015-03-11 13:26:47 queue INFO >83 [169] -2015-03-11 13:26:47 sendUrl INFO 83 [168] R:OK -2015-03-11 13:26:47 sendUrl INFO 83 [169] R:OK -2015-03-11 13:27:37 queue INFO >>83 [170] -2015-03-11 13:27:37 sendUrl INFO 83 [170] R:OK -2015-03-11 13:28:27 queue INFO >>83 [171] -2015-03-11 13:28:27 sendUrl INFO 83 [171] R:OK -2015-03-11 13:29:17 queue INFO >>83 [172] -2015-03-11 13:29:17 sendUrl INFO 83 [172] R:OK -2015-03-11 13:30:07 queue INFO >>83 [173] -2015-03-11 13:30:08 sendUrl INFO 83 [173] R:OK -2015-03-11 13:30:57 queue INFO >>83 [174] -2015-03-11 13:30:58 sendUrl INFO 83 [174] R:OK -2015-03-11 13:31:48 queue INFO >>83 [175] -2015-03-11 13:31:48 sendUrl INFO 83 [175] R:OK -2015-03-11 13:32:38 queue INFO >>83 [176] -2015-03-11 13:32:38 sendUrl INFO 83 [176] R:OK -2015-03-11 13:33:28 queue INFO >>83 [177] -2015-03-11 13:33:28 sendUrl INFO 83 [177] R:OK -2015-03-11 13:34:18 queue INFO >>83 [178] -2015-03-11 13:34:18 sendUrl INFO 83 [178] R:OK -2015-03-11 13:34:41 queue INFO 87 [179] -2015-03-11 13:34:41 queue INFO >87 [180] -2015-03-11 13:34:42 sendUrl INFO 87 [179] R:OK -2015-03-11 13:34:42 sendUrl INFO 87 [180] R:OK -2015-03-11 13:34:43 queue INFO 83 [181] -2015-03-11 13:34:43 queue INFO >83 [182] -2015-03-11 13:34:43 sendUrl INFO 83 [181] R:OK -2015-03-11 13:34:44 sendUrl INFO 83 [182] R:OK -2015-03-11 13:35:33 queue INFO >>83 [183] -2015-03-11 13:35:33 sendUrl INFO 83 [183] R:OK -2015-03-11 13:36:23 queue INFO >>83 [184] -2015-03-11 13:36:24 sendUrl INFO 83 [184] R:OK -2015-03-11 13:37:13 queue INFO >>83 [185] -2015-03-11 13:37:14 sendUrl INFO 83 [185] R:OK -2015-03-11 13:38:04 queue INFO >>83 [186] -2015-03-11 13:38:04 sendUrl INFO 83 [186] R:OK -2015-03-11 13:38:54 queue INFO >>83 [187] -2015-03-11 13:38:54 sendUrl INFO 83 [187] R:OK -2015-03-11 13:39:44 queue INFO >>83 [188] -2015-03-11 13:39:44 sendUrl INFO 83 [188] R:OK -2015-03-11 13:40:34 queue INFO >>83 [189] -2015-03-11 13:40:34 sendUrl INFO 83 [189] R:OK -2015-03-11 13:41:24 queue INFO >>83 [190] -2015-03-11 13:41:24 sendUrl INFO 83 [190] R:OK -2015-03-11 13:42:14 queue INFO >>83 [191] -2015-03-11 13:42:15 sendUrl INFO 83 [191] R:OK -2015-03-11 13:42:37 queue INFO 87 [192] -2015-03-11 13:42:37 queue INFO >87 [193] -2015-03-11 13:42:37 sendUrl INFO 87 [192] R:OK -2015-03-11 13:42:38 sendUrl INFO 87 [193] R:OK -2015-03-11 13:42:38 queue INFO 83 [194] -2015-03-11 13:42:39 queue INFO >83 [195] -2015-03-11 13:42:39 sendUrl INFO 83 [194] R:OK -2015-03-11 13:42:39 sendUrl INFO 83 [195] R:OK -2015-03-11 13:43:29 queue INFO >>83 [196] -2015-03-11 13:43:29 sendUrl INFO 83 [196] R:OK -2015-03-11 13:44:19 queue INFO >>83 [197] -2015-03-11 13:44:19 sendUrl INFO 83 [197] R:OK -2015-03-11 13:45:09 queue INFO >>83 [198] -2015-03-11 13:45:09 sendUrl INFO 83 [198] R:OK -2015-03-11 13:45:59 queue INFO >>83 [199] -2015-03-11 13:45:59 sendUrl INFO 83 [199] R:OK -2015-03-11 13:46:49 queue INFO >>83 [200] -2015-03-11 13:46:49 sendUrl INFO 83 [200] R:OK -2015-03-11 13:47:39 queue INFO >>83 [201] -2015-03-11 13:47:40 sendUrl INFO 83 [201] R:OK -2015-03-11 13:48:29 queue INFO >>83 [202] -2015-03-11 13:48:30 sendUrl INFO 83 [202] R:OK -2015-03-11 13:49:20 queue INFO >>83 [203] -2015-03-11 13:49:20 sendUrl INFO 83 [203] R:OK -2015-03-11 13:50:10 queue INFO >>83 [204] -2015-03-11 13:50:10 sendUrl INFO 83 [204] R:OK -2015-03-11 13:50:23 queue INFO 99 [205] -2015-03-11 13:50:23 sendUrl INFO 99 [205] R:OK -2015-03-11 13:50:23 queue INFO >99 [206] -2015-03-11 13:50:24 sendUrl INFO 99 [206] R:OK -2015-03-11 13:51:13 queue INFO >>99 [207] -2015-03-11 13:51:14 sendUrl INFO 99 [207] R:OK -2015-03-11 13:52:03 queue INFO >>99 [208] -2015-03-11 13:52:04 sendUrl INFO 99 [208] R:OK -2015-03-11 13:52:54 queue INFO >>99 [209] -2015-03-11 13:52:54 sendUrl INFO 99 [209] R:OK -2015-03-11 13:53:34 queue INFO B9 [210] -2015-03-11 13:53:34 sendUrl INFO B9 [210] R:OK -2015-03-11 13:53:34 queue INFO >B9 [211] -2015-03-11 13:53:35 sendUrl INFO B9 [211] R:OK -2015-03-11 13:54:24 queue INFO >>B9 [212] -2015-03-11 13:54:24 sendUrl INFO B9 [212] R:OK -2015-03-11 13:54:55 queue INFO 99 [213] -2015-03-11 13:54:55 queue INFO >99 [214] -2015-03-11 13:54:55 sendUrl INFO 99 [213] R:OK -2015-03-11 13:54:56 sendUrl INFO 99 [214] R:OK -2015-03-11 13:55:45 queue INFO >>99 [215] -2015-03-11 13:55:45 sendUrl INFO 99 [215] R:OK -2015-03-11 13:56:35 queue INFO >>99 [216] -2015-03-11 13:56:35 sendUrl INFO 99 [216] R:OK -2015-03-11 13:57:25 queue INFO >>99 [217] -2015-03-11 13:57:26 sendUrl INFO 99 [217] R:OK -2015-03-11 13:57:33 queue INFO 89 [218] -2015-03-11 13:57:33 sendUrl INFO 89 [218] R:OK -2015-03-11 13:57:33 queue INFO >89 [219] -2015-03-11 13:57:34 sendUrl INFO 89 [219] R:OK -2015-03-11 13:57:35 queue INFO 81 [220] -2015-03-11 13:57:36 queue INFO >81 [221] -2015-03-11 13:57:36 sendUrl INFO 81 [220] R:OK -2015-03-11 13:57:36 sendUrl INFO 81 [221] R:OK -2015-03-11 13:57:39 queue INFO 83 [222] -2015-03-11 13:57:39 sendUrl INFO 83 [222] R:OK -2015-03-11 13:57:39 queue INFO >83 [223] -2015-03-11 13:57:40 sendUrl INFO 83 [223] R:OK -2015-03-11 13:57:59 queue INFO 87 [224] -2015-03-11 13:57:59 queue INFO >87 [225] -2015-03-11 13:57:59 sendUrl INFO 87 [224] R:OK -2015-03-11 13:58:00 sendUrl INFO 87 [225] R:OK -2015-03-11 13:58:01 queue INFO 83 [226] -2015-03-11 13:58:01 sendUrl INFO 83 [226] R:OK -2015-03-11 13:58:01 queue INFO >83 [227] -2015-03-11 13:58:01 sendUrl INFO 83 [227] R:OK -2015-03-11 13:58:51 queue INFO >>83 [228] -2015-03-11 13:58:51 sendUrl INFO 83 [228] R:OK -2015-03-11 13:59:41 queue INFO >>83 [229] -2015-03-11 13:59:42 sendUrl INFO 83 [229] R:OK -2015-03-11 14:00:31 queue INFO >>83 [230] -2015-03-11 14:00:31 sendUrl INFO 83 [230] R:OK -2015-03-11 14:01:21 queue INFO >>83 [231] -2015-03-11 14:01:22 sendUrl INFO 83 [231] R:OK -2015-03-11 14:02:12 queue INFO >>83 [232] -2015-03-11 14:02:12 sendUrl INFO 83 [232] R:OK -2015-03-11 14:03:02 queue INFO >>83 [233] -2015-03-11 14:03:02 sendUrl INFO 83 [233] R:OK -2015-03-11 14:03:52 queue INFO >>83 [234] -2015-03-11 14:03:52 sendUrl INFO 83 [234] R:OK -2015-03-11 14:04:42 queue INFO >>83 [235] -2015-03-11 14:04:43 sendUrl INFO 83 [235] R:OK -2015-03-11 14:05:32 queue INFO >>83 [236] -2015-03-11 14:05:32 sendUrl INFO 83 [236] R:OK -2015-03-11 14:05:55 queue INFO 87 [237] -2015-03-11 14:05:55 queue INFO >87 [238] -2015-03-11 14:05:56 sendUrl INFO 87 [237] R:OK -2015-03-11 14:05:56 sendUrl INFO 87 [238] R:OK -2015-03-11 14:05:57 queue INFO 83 [239] -2015-03-11 14:05:57 queue INFO >83 [240] -2015-03-11 14:05:57 sendUrl INFO 83 [239] R:OK -2015-03-11 14:05:58 sendUrl INFO 83 [240] R:OK -2015-03-11 14:06:47 queue INFO >>83 [241] -2015-03-11 14:06:47 sendUrl INFO 83 [241] R:OK -2015-03-11 14:07:37 queue INFO >>83 [242] -2015-03-11 14:07:37 sendUrl INFO 83 [242] R:OK -2015-03-11 14:08:27 queue INFO >>83 [243] -2015-03-11 14:08:28 sendUrl INFO 83 [243] R:OK -2015-03-11 14:09:17 queue INFO >>83 [244] -2015-03-11 14:09:17 sendUrl INFO 83 [244] R:OK -2015-03-11 14:10:07 queue INFO >>83 [245] -2015-03-11 14:10:08 sendUrl INFO 83 [245] R:OK -2015-03-11 14:10:58 queue INFO >>83 [246] -2015-03-11 14:10:58 sendUrl INFO 83 [246] R:OK -2015-03-11 14:11:48 queue INFO >>83 [247] -2015-03-11 14:11:48 sendUrl INFO 83 [247] R:OK -2015-03-11 14:12:38 queue INFO >>83 [248] -2015-03-11 14:12:38 sendUrl INFO 83 [248] R:OK -2015-03-11 14:13:28 queue INFO >>83 [249] -2015-03-11 14:13:29 sendUrl INFO 83 [249] R:OK -2015-03-11 14:13:51 queue INFO 87 [250] -2015-03-11 14:13:51 queue INFO >87 [251] -2015-03-11 14:13:51 sendUrl INFO 87 [250] R:OK -2015-03-11 14:13:52 sendUrl INFO 87 [251] R:OK -2015-03-11 14:13:52 queue INFO 83 [252] -2015-03-11 14:13:52 queue INFO >83 [253] -2015-03-11 14:13:53 sendUrl INFO 83 [252] R:OK -2015-03-11 14:13:53 sendUrl INFO 83 [253] R:OK -2015-03-11 14:14:42 queue INFO >>83 [254] -2015-03-11 14:14:43 sendUrl INFO 83 [254] R:OK -2015-03-11 14:15:33 queue INFO >>83 [255] -2015-03-11 14:15:33 sendUrl INFO 83 [255] R:OK -2015-03-11 14:16:23 queue INFO >>83 [256] -2015-03-11 14:16:23 sendUrl INFO 83 [256] R:OK -2015-03-11 14:17:13 queue INFO >>83 [257] -2015-03-11 14:17:13 sendUrl INFO 83 [257] R:OK -2015-03-11 14:18:03 queue INFO >>83 [258] -2015-03-11 14:18:03 sendUrl INFO 83 [258] R:OK -2015-03-11 14:18:53 queue INFO >>83 [259] -2015-03-11 14:18:54 sendUrl INFO 83 [259] R:OK -2015-03-11 14:19:43 queue INFO >>83 [260] -2015-03-11 14:19:44 sendUrl INFO 83 [260] R:OK -2015-03-11 14:20:34 queue INFO >>83 [261] -2015-03-11 14:20:34 sendUrl INFO 83 [261] R:OK -2015-03-11 14:21:24 queue INFO >>83 [262] -2015-03-11 14:21:24 sendUrl INFO 83 [262] R:OK -2015-03-11 14:21:47 queue INFO 87 [263] -2015-03-11 14:21:47 queue INFO >87 [264] -2015-03-11 14:21:47 sendUrl INFO 87 [263] R:OK -2015-03-11 14:21:48 sendUrl INFO 87 [264] R:OK -2015-03-11 14:21:49 queue INFO 83 [265] -2015-03-11 14:21:49 queue INFO >83 [266] -2015-03-11 14:21:49 sendUrl INFO 83 [265] R:OK -2015-03-11 14:21:49 sendUrl INFO 83 [266] R:OK -2015-03-11 14:22:39 queue INFO >>83 [267] -2015-03-11 14:22:39 sendUrl INFO 83 [267] R:OK -2015-03-11 14:23:29 queue INFO >>83 [268] -2015-03-11 14:23:29 sendUrl INFO 83 [268] R:OK -2015-03-11 14:24:19 queue INFO >>83 [269] -2015-03-11 14:24:19 sendUrl INFO 83 [269] R:OK -2015-03-11 14:25:09 queue INFO >>83 [270] -2015-03-11 14:25:10 sendUrl INFO 83 [270] R:OK -2015-03-11 14:25:59 queue INFO >>83 [271] -2015-03-11 14:26:00 sendUrl INFO 83 [271] R:OK -2015-03-11 14:26:49 queue INFO >>83 [272] -2015-03-11 14:26:50 sendUrl INFO 83 [272] R:OK -2015-03-11 14:27:40 queue INFO >>83 [273] -2015-03-11 14:27:40 sendUrl INFO 83 [273] R:OK -2015-03-11 14:28:30 queue INFO >>83 [274] -2015-03-11 14:28:30 sendUrl INFO 83 [274] R:OK -2015-03-11 14:29:20 queue INFO >>83 [275] -2015-03-11 14:29:20 sendUrl INFO 83 [275] R:OK -2015-03-11 14:29:43 queue INFO 87 [276] -2015-03-11 14:29:43 queue INFO >87 [277] -2015-03-11 14:29:44 sendUrl INFO 87 [276] R:OK -2015-03-11 14:29:44 sendUrl INFO 87 [277] R:OK -2015-03-11 14:29:45 queue INFO 83 [278] -2015-03-11 14:29:45 queue INFO >83 [279] -2015-03-11 14:29:45 sendUrl INFO 83 [278] R:OK -2015-03-11 14:29:46 sendUrl INFO 83 [279] R:OK -2015-03-11 14:30:35 queue INFO >>83 [280] -2015-03-11 14:30:35 sendUrl INFO 83 [280] R:OK -2015-03-11 14:31:25 queue INFO >>83 [281] -2015-03-11 14:31:25 sendUrl INFO 83 [281] R:OK -2015-03-11 14:32:15 queue INFO >>83 [282] -2015-03-11 14:32:16 sendUrl INFO 83 [282] R:OK -2015-03-11 14:33:05 queue INFO >>83 [283] -2015-03-11 14:33:05 sendUrl INFO 83 [283] R:OK -2015-03-11 14:33:55 queue INFO >>83 [284] -2015-03-11 14:33:56 sendUrl INFO 83 [284] R:OK -2015-03-11 14:34:46 queue INFO >>83 [285] -2015-03-11 14:34:46 sendUrl INFO 83 [285] R:OK -2015-03-11 14:35:36 queue INFO >>83 [286] -2015-03-11 14:35:36 sendUrl INFO 83 [286] R:OK -2015-03-11 14:36:26 queue INFO >>83 [287] -2015-03-11 14:36:26 sendUrl INFO 83 [287] R:OK -2015-03-11 14:37:16 queue INFO >>83 [288] -2015-03-11 14:37:17 sendUrl INFO 83 [288] R:OK -2015-03-11 14:37:38 queue INFO 87 [289] -2015-03-11 14:37:39 queue INFO >87 [290] -2015-03-11 14:37:39 sendUrl INFO 87 [289] R:OK -2015-03-11 14:37:39 sendUrl INFO 87 [290] R:OK -2015-03-11 14:37:40 queue INFO 83 [291] -2015-03-11 14:37:40 sendUrl INFO 83 [291] R:OK -2015-03-11 14:37:40 queue INFO >83 [292] -2015-03-11 14:37:41 sendUrl INFO 83 [292] R:OK -2015-03-11 14:38:30 queue INFO >>83 [293] -2015-03-11 14:38:31 sendUrl INFO 83 [293] R:OK -2015-03-11 14:39:20 queue INFO >>83 [294] -2015-03-11 14:39:21 sendUrl INFO 83 [294] R:OK -2015-03-11 14:40:11 queue INFO >>83 [295] -2015-03-11 14:40:11 sendUrl INFO 83 [295] R:OK -2015-03-11 14:41:01 queue INFO >>83 [296] -2015-03-11 14:41:01 sendUrl INFO 83 [296] R:OK -2015-03-11 14:41:51 queue INFO >>83 [297] -2015-03-11 14:41:51 sendUrl INFO 83 [297] R:OK -2015-03-11 14:42:41 queue INFO >>83 [298] -2015-03-11 14:42:41 sendUrl INFO 83 [298] R:OK -2015-03-11 14:43:31 queue INFO >>83 [299] -2015-03-11 14:43:32 sendUrl INFO 83 [299] R:OK -2015-03-11 14:44:21 queue INFO >>83 [300] -2015-03-11 14:44:21 sendUrl INFO 83 [300] R:OK -2015-03-11 14:45:11 queue INFO >>83 [301] -2015-03-11 14:45:12 sendUrl INFO 83 [301] R:OK -2015-03-11 14:45:34 queue INFO 87 [302] -2015-03-11 14:45:34 queue INFO >87 [303] -2015-03-11 14:45:34 sendUrl INFO 87 [302] R:OK -2015-03-11 14:45:35 sendUrl INFO 87 [303] R:OK -2015-03-11 14:45:36 queue INFO 83 [304] -2015-03-11 14:45:36 queue INFO >83 [305] -2015-03-11 14:45:36 sendUrl INFO 83 [304] R:OK -2015-03-11 14:45:36 sendUrl INFO 83 [305] R:OK -2015-03-11 14:46:26 queue INFO >>83 [306] -2015-03-11 14:46:26 sendUrl INFO 83 [306] R:OK -2015-03-11 14:47:16 queue INFO >>83 [307] -2015-03-11 14:47:17 sendUrl INFO 83 [307] R:OK -2015-03-11 14:48:06 queue INFO >>83 [308] -2015-03-11 14:48:06 sendUrl INFO 83 [308] R:OK -2015-03-11 14:48:56 queue INFO >>83 [309] -2015-03-11 14:48:57 sendUrl INFO 83 [309] R:OK -2015-03-11 14:49:46 queue INFO >>83 [310] -2015-03-11 14:49:47 sendUrl INFO 83 [310] R:OK -2015-03-11 14:50:37 queue INFO >>83 [311] -2015-03-11 14:50:37 sendUrl INFO 83 [311] R:OK -2015-03-11 14:51:27 queue INFO >>83 [312] -2015-03-11 14:51:27 sendUrl INFO 83 [312] R:OK -2015-03-11 14:52:17 queue INFO >>83 [313] -2015-03-11 14:52:17 sendUrl INFO 83 [313] R:OK -2015-03-11 14:53:07 queue INFO >>83 [314] -2015-03-11 14:53:07 sendUrl INFO 83 [314] R:OK -2015-03-11 14:53:30 queue INFO 87 [315] -2015-03-11 14:53:30 queue INFO >87 [316] -2015-03-11 14:53:30 sendUrl INFO 87 [315] R:OK -2015-03-11 14:53:31 sendUrl INFO 87 [316] R:OK -2015-03-11 14:53:31 queue INFO 83 [317] -2015-03-11 14:53:32 queue INFO >83 [318] -2015-03-11 14:53:32 sendUrl INFO 83 [317] R:OK -2015-03-11 14:53:33 sendUrl INFO 83 [318] R:OK -2015-03-11 14:54:22 queue INFO >>83 [319] -2015-03-11 14:54:22 sendUrl INFO 83 [319] R:OK -2015-03-11 14:55:12 queue INFO >>83 [320] -2015-03-11 14:55:12 sendUrl INFO 83 [320] R:OK -2015-03-11 14:56:02 queue INFO >>83 [321] -2015-03-11 14:56:02 sendUrl INFO 83 [321] R:OK -2015-03-11 14:56:52 queue INFO >>83 [322] -2015-03-11 14:56:52 sendUrl INFO 83 [322] R:OK -2015-03-11 14:57:42 queue INFO >>83 [323] -2015-03-11 14:57:43 sendUrl INFO 83 [323] R:OK -2015-03-11 14:58:32 queue INFO >>83 [324] -2015-03-11 14:58:33 sendUrl INFO 83 [324] R:OK -2015-03-11 14:59:22 queue INFO >>83 [325] -2015-03-11 14:59:23 sendUrl INFO 83 [325] R:OK -2015-03-11 15:00:13 queue INFO >>83 [326] -2015-03-11 15:00:13 sendUrl INFO 83 [326] R:OK -2015-03-11 15:01:03 queue INFO >>83 [327] -2015-03-11 15:01:03 sendUrl INFO 83 [327] R:OK -2015-03-11 15:01:25 queue INFO 87 [328] -2015-03-11 15:01:26 queue INFO >87 [329] -2015-03-11 15:01:26 sendUrl INFO 87 [328] R:OK -2015-03-11 15:01:26 sendUrl INFO 87 [329] R:OK -2015-03-11 15:01:27 queue INFO 83 [330] -2015-03-11 15:01:27 sendUrl INFO 83 [330] R:OK -2015-03-11 15:01:27 queue INFO >83 [331] -2015-03-11 15:01:28 sendUrl INFO 83 [331] R:OK -2015-03-11 15:02:17 queue INFO >>83 [332] -2015-03-11 15:02:18 sendUrl INFO 83 [332] R:OK -2015-03-11 15:03:07 queue INFO >>83 [333] -2015-03-11 15:03:08 sendUrl INFO 83 [333] R:OK -2015-03-11 15:03:57 queue INFO >>83 [334] -2015-03-11 15:03:58 sendUrl INFO 83 [334] R:OK -2015-03-11 15:04:48 queue INFO >>83 [335] -2015-03-11 15:04:48 sendUrl INFO 83 [335] R:OK -2015-03-11 15:05:38 queue INFO >>83 [336] -2015-03-11 15:05:38 sendUrl INFO 83 [336] R:OK -2015-03-11 15:06:28 queue INFO >>83 [337] -2015-03-11 15:06:28 sendUrl INFO 83 [337] R:OK -2015-03-11 15:07:18 queue INFO >>83 [338] -2015-03-11 15:07:19 sendUrl INFO 83 [338] R:OK -2015-03-11 15:08:08 queue INFO >>83 [339] -2015-03-11 15:08:08 sendUrl INFO 83 [339] R:OK -2015-03-11 15:08:58 queue INFO >>83 [340] -2015-03-11 15:08:59 sendUrl INFO 83 [340] R:OK -2015-03-11 15:09:22 queue INFO 87 [341] -2015-03-11 15:09:22 queue INFO >87 [342] -2015-03-11 15:09:22 sendUrl INFO 87 [341] R:OK -2015-03-11 15:09:22 sendUrl INFO 87 [342] R:OK -2015-03-11 15:09:23 queue INFO 83 [343] -2015-03-11 15:09:23 queue INFO >83 [344] -2015-03-11 15:09:24 sendUrl INFO 83 [343] R:OK -2015-03-11 15:09:24 sendUrl INFO 83 [344] R:OK -2015-03-11 15:10:13 queue INFO >>83 [345] -2015-03-11 15:10:14 sendUrl INFO 83 [345] R:OK -2015-03-11 15:11:04 queue INFO >>83 [346] -2015-03-11 15:11:04 sendUrl INFO 83 [346] R:OK -2015-03-11 15:11:54 queue INFO >>83 [347] -2015-03-11 15:11:54 sendUrl INFO 83 [347] R:OK -2015-03-11 15:12:44 queue INFO >>83 [348] -2015-03-11 15:12:44 sendUrl INFO 83 [348] R:OK -2015-03-11 15:13:34 queue INFO >>83 [349] -2015-03-11 15:13:35 sendUrl INFO 83 [349] R:OK -2015-03-11 15:14:24 queue INFO >>83 [350] -2015-03-11 15:14:24 sendUrl INFO 83 [350] R:OK -2015-03-11 15:15:14 queue INFO >>83 [351] -2015-03-11 15:15:15 sendUrl INFO 83 [351] R:OK -2015-03-11 15:16:04 queue INFO >>83 [352] -2015-03-11 15:16:05 sendUrl INFO 83 [352] R:OK -2015-03-11 15:16:55 queue INFO >>83 [353] -2015-03-11 15:16:55 sendUrl INFO 83 [353] R:OK -2015-03-11 15:17:18 queue INFO 87 [354] -2015-03-11 15:17:18 queue INFO >87 [355] -2015-03-11 15:17:18 sendUrl INFO 87 [354] R:OK -2015-03-11 15:17:19 sendUrl INFO 87 [355] R:OK -2015-03-11 15:17:19 queue INFO 83 [356] -2015-03-11 15:17:20 sendUrl INFO 83 [356] R:OK -2015-03-11 15:17:20 queue INFO >83 [357] -2015-03-11 15:17:20 sendUrl INFO 83 [357] R:OK -2015-03-11 15:18:10 queue INFO >>83 [358] -2015-03-11 15:18:10 sendUrl INFO 83 [358] R:OK -2015-03-11 15:19:00 queue INFO >>83 [359] -2015-03-11 15:19:00 sendUrl INFO 83 [359] R:OK -2015-03-11 15:19:50 queue INFO >>83 [360] -2015-03-11 15:19:50 sendUrl INFO 83 [360] R:OK -2015-03-11 15:20:40 queue INFO >>83 [361] -2015-03-11 15:20:40 sendUrl INFO 83 [361] R:OK -2015-03-11 15:21:30 queue INFO >>83 [362] -2015-03-11 15:21:30 sendUrl INFO 83 [362] R:OK -2015-03-11 15:22:20 queue INFO >>83 [363] -2015-03-11 15:22:21 sendUrl INFO 83 [363] R:OK -2015-03-11 15:23:10 queue INFO >>83 [364] -2015-03-11 15:23:11 sendUrl INFO 83 [364] R:OK -2015-03-11 15:24:01 queue INFO >>83 [365] -2015-03-11 15:24:01 sendUrl INFO 83 [365] R:OK -2015-03-11 15:24:51 queue INFO >>83 [366] -2015-03-11 15:24:51 sendUrl INFO 83 [366] R:OK -2015-03-11 15:25:13 queue INFO 87 [367] -2015-03-11 15:25:14 queue INFO >87 [368] -2015-03-11 15:25:14 sendUrl INFO 87 [367] R:OK -2015-03-11 15:25:14 sendUrl INFO 87 [368] R:OK -2015-03-11 15:25:15 queue INFO 83 [369] -2015-03-11 15:25:15 queue INFO >83 [370] -2015-03-11 15:25:15 sendUrl INFO 83 [369] R:OK -2015-03-11 15:25:16 sendUrl INFO 83 [370] R:OK -2015-03-11 15:26:05 queue INFO >>83 [371] -2015-03-11 15:26:06 sendUrl INFO 83 [371] R:OK -2015-03-11 15:26:55 queue INFO >>83 [372] -2015-03-11 15:26:56 sendUrl INFO 83 [372] R:OK -2015-03-11 15:27:45 queue INFO >>83 [373] -2015-03-11 15:27:46 sendUrl INFO 83 [373] R:OK -2015-03-11 15:28:36 queue INFO >>83 [374] -2015-03-11 15:28:36 sendUrl INFO 83 [374] R:OK -2015-03-11 15:29:26 queue INFO >>83 [375] -2015-03-11 15:29:26 sendUrl INFO 83 [375] R:OK -2015-03-11 15:30:16 queue INFO >>83 [376] -2015-03-11 15:30:16 sendUrl INFO 83 [376] R:OK -2015-03-11 15:31:06 queue INFO >>83 [377] -2015-03-11 15:31:07 sendUrl INFO 83 [377] R:OK -2015-03-11 15:31:56 queue INFO >>83 [378] -2015-03-11 15:31:56 sendUrl INFO 83 [378] R:OK -2015-03-11 15:32:46 queue INFO >>83 [379] -2015-03-11 15:32:47 sendUrl INFO 83 [379] R:OK -2015-03-11 15:33:09 queue INFO 87 [380] -2015-03-11 15:33:09 queue INFO >87 [381] -2015-03-11 15:33:09 sendUrl INFO 87 [380] R:OK -2015-03-11 15:33:10 sendUrl INFO 87 [381] R:OK -2015-03-11 15:33:10 queue INFO 83 [382] -2015-03-11 15:33:11 queue INFO >83 [383] -2015-03-11 15:33:11 sendUrl INFO 83 [382] R:OK -2015-03-11 15:33:11 sendUrl INFO 83 [383] R:OK -2015-03-11 15:34:01 queue INFO >>83 [384] -2015-03-11 15:34:01 sendUrl INFO 83 [384] R:OK -2015-03-11 15:34:51 queue INFO >>83 [385] -2015-03-11 15:34:51 sendUrl INFO 83 [385] R:OK -2015-03-11 15:35:41 queue INFO >>83 [386] -2015-03-11 15:35:41 sendUrl INFO 83 [386] R:OK -2015-03-11 15:36:31 queue INFO >>83 [387] -2015-03-11 15:36:31 sendUrl INFO 83 [387] R:OK -2015-03-11 15:37:21 queue INFO >>83 [388] -2015-03-11 15:37:22 sendUrl INFO 83 [388] R:OK -2015-03-11 15:38:11 queue INFO >>83 [389] -2015-03-11 15:38:12 sendUrl INFO 83 [389] R:OK -2015-03-11 15:39:02 queue INFO >>83 [390] -2015-03-11 15:39:02 sendUrl INFO 83 [390] R:OK -2015-03-11 15:39:52 queue INFO >>83 [391] -2015-03-11 15:39:52 sendUrl INFO 83 [391] R:OK -2015-03-11 15:40:42 queue INFO >>83 [392] -2015-03-11 15:40:42 sendUrl INFO 83 [392] R:OK -2015-03-11 15:41:05 queue INFO 87 [393] -2015-03-11 15:41:05 queue INFO >87 [394] -2015-03-11 15:41:05 sendUrl INFO 87 [393] R:OK -2015-03-11 15:41:05 sendUrl INFO 87 [394] R:OK -2015-03-11 15:41:06 queue INFO 83 [395] -2015-03-11 15:41:07 queue INFO >83 [396] -2015-03-11 15:41:07 sendUrl INFO 83 [395] R:OK -2015-03-11 15:41:07 sendUrl INFO 83 [396] R:OK -2015-03-11 15:41:56 queue INFO >>83 [397] -2015-03-11 15:41:57 sendUrl INFO 83 [397] R:OK -2015-03-11 15:42:47 queue INFO >>83 [398] -2015-03-11 15:42:47 sendUrl INFO 83 [398] R:OK -2015-03-11 15:43:37 queue INFO >>83 [399] -2015-03-11 15:43:37 sendUrl INFO 83 [399] R:OK -2015-03-11 15:44:27 queue INFO >>83 [400] -2015-03-11 15:44:27 sendUrl INFO 83 [400] R:OK -2015-03-11 15:45:17 queue INFO >>83 [401] -2015-03-11 15:45:17 sendUrl INFO 83 [401] R:OK -2015-03-11 15:46:07 queue INFO >>83 [402] -2015-03-11 15:46:08 sendUrl INFO 83 [402] R:OK -2015-03-11 15:46:57 queue INFO >>83 [403] -2015-03-11 15:46:58 sendUrl INFO 83 [403] R:OK -2015-03-11 15:47:48 queue INFO >>83 [404] -2015-03-11 15:47:48 sendUrl INFO 83 [404] R:OK -2015-03-11 15:48:38 queue INFO >>83 [405] -2015-03-11 15:48:38 sendUrl INFO 83 [405] R:OK -2015-03-11 15:49:00 queue INFO 87 [406] -2015-03-11 15:49:01 queue INFO >87 [407] -2015-03-11 15:49:01 sendUrl INFO 87 [406] R:OK -2015-03-11 15:49:01 sendUrl INFO 87 [407] R:OK -2015-03-11 15:49:02 queue INFO 83 [408] -2015-03-11 15:49:02 queue INFO >83 [409] -2015-03-11 15:49:02 sendUrl INFO 83 [408] R:OK -2015-03-11 15:49:03 sendUrl INFO 83 [409] R:OK -2015-03-11 15:49:04 queue INFO 81 [410] -2015-03-11 15:49:04 queue INFO >81 [411] -2015-03-11 15:49:05 sendUrl INFO 81 [410] R:OK -2015-03-11 15:49:05 sendUrl INFO 81 [411] R:OK -2015-03-11 15:49:54 queue INFO >>81 [412] -2015-03-11 15:49:55 sendUrl INFO 81 [412] R:OK -2015-03-11 15:50:44 queue INFO >>81 [413] -2015-03-11 15:50:45 sendUrl INFO 81 [413] R:OK -2015-03-11 15:51:35 queue INFO >>81 [414] -2015-03-11 15:51:35 sendUrl INFO 81 [414] R:OK -2015-03-11 15:52:25 queue INFO >>81 [415] -2015-03-11 15:52:25 sendUrl INFO 81 [415] R:OK -2015-03-11 15:53:15 queue INFO >>81 [416] -2015-03-11 15:53:15 sendUrl INFO 81 [416] R:OK -2015-03-11 15:54:05 queue INFO >>81 [417] -2015-03-11 15:54:05 sendUrl INFO 81 [417] R:OK -2015-03-11 15:54:55 queue INFO >>81 [418] -2015-03-11 15:54:56 sendUrl INFO 81 [418] R:OK -2015-03-11 15:55:45 queue INFO >>81 [419] -2015-03-11 15:55:46 sendUrl INFO 81 [419] R:OK -2015-03-11 15:56:36 queue INFO >>81 [420] -2015-03-11 15:56:36 sendUrl INFO 81 [420] R:OK -2015-03-11 15:56:49 queue INFO 99 [421] -2015-03-11 15:56:49 queue INFO >99 [422] -2015-03-11 15:56:49 sendUrl INFO 99 [421] R:OK -2015-03-11 15:56:50 sendUrl INFO 99 [422] R:OK -2015-03-11 15:57:39 queue INFO >>99 [423] -2015-03-11 15:57:40 sendUrl INFO 99 [423] R:OK -2015-03-11 15:58:29 queue INFO >>99 [424] -2015-03-11 15:58:29 sendUrl INFO 99 [424] R:OK -2015-03-11 15:59:19 queue INFO >>99 [425] -2015-03-11 15:59:20 sendUrl INFO 99 [425] R:OK -2015-03-11 16:00:10 queue INFO >>99 [426] -2015-03-11 16:00:10 sendUrl INFO 99 [426] R:OK -2015-03-11 16:01:00 queue INFO >>99 [427] -2015-03-11 16:01:00 sendUrl INFO 99 [427] R:OK -2015-03-11 16:01:12 queue INFO 89 [428] -2015-03-11 16:01:12 queue INFO >89 [429] -2015-03-11 16:01:13 sendUrl INFO 89 [428] R:OK -2015-03-11 16:01:13 sendUrl INFO 89 [429] R:OK -2015-03-11 16:01:15 queue INFO 81 [430] -2015-03-11 16:01:15 queue INFO >81 [431] -2015-03-11 16:01:16 sendUrl INFO 81 [430] R:OK -2015-03-11 16:01:16 sendUrl INFO 81 [431] R:OK -2015-03-11 16:01:19 queue INFO 83 [432] -2015-03-11 16:01:19 queue INFO >83 [433] -2015-03-11 16:01:20 sendUrl INFO 83 [432] R:OK -2015-03-11 16:01:20 sendUrl INFO 83 [433] R:OK -2015-03-11 16:01:45 queue INFO 87 [434] -2015-03-11 16:01:45 queue INFO >87 [435] -2015-03-11 16:01:45 sendUrl INFO 87 [434] R:OK -2015-03-11 16:01:45 sendUrl INFO 87 [435] R:OK -2015-03-11 16:01:46 queue INFO 83 [436] -2015-03-11 16:01:46 queue INFO >83 [437] -2015-03-11 16:01:46 sendUrl INFO 83 [436] R:OK -2015-03-11 16:01:47 sendUrl INFO 83 [437] R:OK -2015-03-11 16:02:36 queue INFO >>83 [438] -2015-03-11 16:02:37 sendUrl INFO 83 [438] R:OK -2015-03-11 16:03:26 queue INFO >>83 [439] -2015-03-11 16:03:27 sendUrl INFO 83 [439] R:OK -2015-03-11 16:04:17 queue INFO >>83 [440] -2015-03-11 16:04:17 sendUrl INFO 83 [440] R:OK -2015-03-11 16:05:07 queue INFO >>83 [441] -2015-03-11 16:05:07 sendUrl INFO 83 [441] R:OK -2015-03-11 16:05:57 queue INFO >>83 [442] -2015-03-11 16:05:57 sendUrl INFO 83 [442] R:OK -2015-03-11 16:06:47 queue INFO >>83 [443] -2015-03-11 16:06:47 sendUrl INFO 83 [443] R:OK -2015-03-11 16:07:37 queue INFO >>83 [444] -2015-03-11 16:07:38 sendUrl INFO 83 [444] R:OK -2015-03-11 16:08:27 queue INFO >>83 [445] -2015-03-11 16:08:28 sendUrl INFO 83 [445] R:OK -2015-03-11 16:09:17 queue INFO >>83 [446] -2015-03-11 16:09:18 sendUrl INFO 83 [446] R:OK -2015-03-11 16:09:41 queue INFO 87 [447] -2015-03-11 16:09:41 queue INFO >87 [448] -2015-03-11 16:09:41 sendUrl INFO 87 [447] R:OK -2015-03-11 16:09:41 sendUrl INFO 87 [448] R:OK -2015-03-11 16:09:42 queue INFO 83 [449] -2015-03-11 16:09:42 queue INFO >83 [450] -2015-03-11 16:09:42 sendUrl INFO 83 [449] R:OK -2015-03-11 16:09:43 sendUrl INFO 83 [450] R:OK -2015-03-11 16:10:32 queue INFO >>83 [451] -2015-03-11 16:10:33 sendUrl INFO 83 [451] R:OK -2015-03-11 16:11:22 queue INFO >>83 [452] -2015-03-11 16:11:23 sendUrl INFO 83 [452] R:OK -2015-03-11 16:12:13 queue INFO >>83 [453] -2015-03-11 16:12:13 sendUrl INFO 83 [453] R:OK -2015-03-11 16:13:03 queue INFO >>83 [454] -2015-03-11 16:13:03 sendUrl INFO 83 [454] R:OK -2015-03-11 16:13:53 queue INFO >>83 [455] -2015-03-11 16:13:53 sendUrl INFO 83 [455] R:OK -2015-03-11 16:14:43 queue INFO >>83 [456] -2015-03-11 16:14:43 sendUrl INFO 83 [456] R:OK -2015-03-11 16:15:33 queue INFO >>83 [457] -2015-03-11 16:15:33 sendUrl INFO 83 [457] R:OK -2015-03-11 16:16:23 queue INFO >>83 [458] -2015-03-11 16:16:24 sendUrl INFO 83 [458] R:OK -2015-03-11 16:17:13 queue INFO >>83 [459] -2015-03-11 16:17:13 sendUrl INFO 83 [459] R:OK -2015-03-11 16:17:36 queue INFO 87 [460] -2015-03-11 16:17:36 queue INFO >87 [461] -2015-03-11 16:17:37 sendUrl INFO 87 [460] R:OK -2015-03-11 16:17:37 sendUrl INFO 87 [461] R:OK -2015-03-11 16:17:38 queue INFO 83 [462] -2015-03-11 16:17:38 queue INFO >83 [463] -2015-03-11 16:17:38 sendUrl INFO 83 [462] R:OK -2015-03-11 16:17:39 sendUrl INFO 83 [463] R:OK -2015-03-11 16:18:28 queue INFO >>83 [464] -2015-03-11 16:18:28 sendUrl INFO 83 [464] R:OK -2015-03-11 16:19:18 queue INFO >>83 [465] -2015-03-11 16:19:18 sendUrl INFO 83 [465] R:OK -2015-03-11 16:20:08 queue INFO >>83 [466] -2015-03-11 16:20:09 sendUrl INFO 83 [466] R:OK -2015-03-11 16:20:58 queue INFO >>83 [467] -2015-03-11 16:20:58 sendUrl INFO 83 [467] R:OK -2015-03-11 16:21:48 queue INFO >>83 [468] -2015-03-11 16:21:49 sendUrl INFO 83 [468] R:OK -2015-03-11 16:22:39 queue INFO >>83 [469] -2015-03-11 16:22:39 sendUrl INFO 83 [469] R:OK -2015-03-11 16:23:29 queue INFO >>83 [470] -2015-03-11 16:23:29 sendUrl INFO 83 [470] R:OK -2015-03-11 16:24:19 queue INFO >>83 [471] -2015-03-11 16:24:19 sendUrl INFO 83 [471] R:OK -2015-03-11 16:25:09 queue INFO >>83 [472] -2015-03-11 16:25:09 sendUrl INFO 83 [472] R:OK -2015-03-11 16:25:32 queue INFO 87 [473] -2015-03-11 16:25:32 sendUrl INFO 87 [473] R:OK -2015-03-11 16:25:32 queue INFO >87 [474] -2015-03-11 16:25:32 sendUrl INFO 87 [474] R:OK -2015-03-11 16:25:33 queue INFO 83 [475] -2015-03-11 16:25:33 queue INFO >83 [476] -2015-03-11 16:25:34 sendUrl INFO 83 [475] R:OK -2015-03-11 16:25:34 sendUrl INFO 83 [476] R:OK -2015-03-11 16:26:23 queue INFO >>83 [477] -2015-03-11 16:26:24 sendUrl INFO 83 [477] R:OK -2015-03-11 16:27:14 queue INFO >>83 [478] -2015-03-11 16:27:14 sendUrl INFO 83 [478] R:OK -2015-03-11 16:28:04 queue INFO >>83 [479] -2015-03-11 16:28:04 sendUrl INFO 83 [479] R:OK -2015-03-11 16:28:54 queue INFO >>83 [480] -2015-03-11 16:28:54 sendUrl INFO 83 [480] R:OK -2015-03-11 16:29:44 queue INFO >>83 [481] -2015-03-11 16:29:44 sendUrl INFO 83 [481] R:OK -2015-03-11 16:30:34 queue INFO >>83 [482] -2015-03-11 16:30:35 sendUrl INFO 83 [482] R:OK -2015-03-11 16:31:24 queue INFO >>83 [483] -2015-03-11 16:31:25 sendUrl INFO 83 [483] R:OK -2015-03-11 16:32:15 queue INFO >>83 [484] -2015-03-11 16:32:15 sendUrl INFO 83 [484] R:OK -2015-03-11 16:33:05 queue INFO >>83 [485] -2015-03-11 16:33:05 sendUrl INFO 83 [485] R:OK -2015-03-11 16:33:28 queue INFO 87 [486] -2015-03-11 16:33:28 queue INFO >87 [487] -2015-03-11 16:33:28 sendUrl INFO 87 [486] R:OK -2015-03-11 16:33:28 sendUrl INFO 87 [487] R:OK -2015-03-11 16:33:29 queue INFO 83 [488] -2015-03-11 16:33:29 sendUrl INFO 83 [488] R:OK -2015-03-11 16:33:30 queue INFO >83 [489] -2015-03-11 16:33:30 sendUrl INFO 83 [489] R:OK -2015-03-11 16:34:19 queue INFO >>83 [490] -2015-03-11 16:34:20 sendUrl INFO 83 [490] R:OK -2015-03-11 16:35:10 queue INFO >>83 [491] -2015-03-11 16:35:10 sendUrl INFO 83 [491] R:OK -2015-03-11 16:36:00 queue INFO >>83 [492] -2015-03-11 16:36:00 sendUrl INFO 83 [492] R:OK -2015-03-11 16:36:50 queue INFO >>83 [493] -2015-03-11 16:36:50 sendUrl INFO 83 [493] R:OK -2015-03-11 16:37:40 queue INFO >>83 [494] -2015-03-11 16:37:41 sendUrl INFO 83 [494] R:OK -2015-03-11 16:38:30 queue INFO >>83 [495] -2015-03-11 16:38:30 sendUrl INFO 83 [495] R:OK -2015-03-11 16:39:20 queue INFO >>83 [496] -2015-03-11 16:39:21 sendUrl INFO 83 [496] R:OK -2015-03-11 16:40:11 queue INFO >>83 [497] -2015-03-11 16:40:11 sendUrl INFO 83 [497] R:OK -2015-03-11 16:41:01 queue INFO >>83 [498] -2015-03-11 16:41:01 sendUrl INFO 83 [498] R:OK -2015-03-11 16:41:23 queue INFO 87 [499] -2015-03-11 16:41:24 queue INFO >87 [500] -2015-03-11 16:41:24 sendUrl INFO 87 [499] R:OK -2015-03-11 16:41:24 sendUrl INFO 87 [500] R:OK -2015-03-11 16:41:25 queue INFO 83 [501] -2015-03-11 16:41:25 sendUrl INFO 83 [501] R:OK -2015-03-11 16:41:25 queue INFO >83 [502] -2015-03-11 16:41:26 sendUrl INFO 83 [502] R:OK -2015-03-11 16:42:15 queue INFO >>83 [503] -2015-03-11 16:42:15 sendUrl INFO 83 [503] R:OK -2015-03-11 16:43:05 queue INFO >>83 [504] -2015-03-11 16:43:06 sendUrl INFO 83 [504] R:OK -2015-03-11 16:43:55 queue INFO >>83 [505] -2015-03-11 16:43:56 sendUrl INFO 83 [505] R:OK -2015-03-11 16:44:46 queue INFO >>83 [506] -2015-03-11 16:44:46 sendUrl INFO 83 [506] R:OK -2015-03-11 16:45:36 queue INFO >>83 [507] -2015-03-11 16:45:36 sendUrl INFO 83 [507] R:OK -2015-03-11 16:46:26 queue INFO >>83 [508] -2015-03-11 16:46:26 sendUrl INFO 83 [508] R:OK -2015-03-11 16:47:16 queue INFO >>83 [509] -2015-03-11 16:47:16 sendUrl INFO 83 [509] R:OK -2015-03-11 16:48:06 queue INFO >>83 [510] -2015-03-11 16:48:07 sendUrl INFO 83 [510] R:OK -2015-03-11 16:48:56 queue INFO >>83 [511] -2015-03-11 16:48:57 sendUrl INFO 83 [511] R:OK -2015-03-11 16:49:20 queue INFO 87 [512] -2015-03-11 16:49:20 sendUrl INFO 87 [512] R:OK -2015-03-11 16:49:20 queue INFO >87 [513] -2015-03-11 16:49:20 sendUrl INFO 87 [513] R:OK -2015-03-11 16:49:21 queue INFO 83 [514] -2015-03-11 16:49:21 queue INFO >83 [515] -2015-03-11 16:49:22 sendUrl INFO 83 [514] R:OK -2015-03-11 16:49:22 sendUrl INFO 83 [515] R:OK -2015-03-11 16:50:11 queue INFO >>83 [516] -2015-03-11 16:50:12 sendUrl INFO 83 [516] R:OK -2015-03-11 16:51:02 queue INFO >>83 [517] -2015-03-11 16:51:02 sendUrl INFO 83 [517] R:OK -2015-03-11 16:51:52 queue INFO >>83 [518] -2015-03-11 16:51:52 sendUrl INFO 83 [518] R:OK -2015-03-11 16:52:42 queue INFO >>83 [519] -2015-03-11 16:52:42 sendUrl INFO 83 [519] R:OK -2015-03-11 16:53:32 queue INFO >>83 [520] -2015-03-11 16:53:32 sendUrl INFO 83 [520] R:OK -2015-03-11 16:54:22 queue INFO >>83 [521] -2015-03-11 16:54:22 sendUrl INFO 83 [521] R:OK -2015-03-11 16:55:12 queue INFO >>83 [522] -2015-03-11 16:55:13 sendUrl INFO 83 [522] R:OK -2015-03-11 16:56:02 queue INFO >>83 [523] -2015-03-11 16:56:03 sendUrl INFO 83 [523] R:OK -2015-03-11 16:56:53 queue INFO >>83 [524] -2015-03-11 16:56:53 sendUrl INFO 83 [524] R:OK -2015-03-11 16:57:16 queue INFO 87 [525] -2015-03-11 16:57:16 queue INFO >87 [526] -2015-03-11 16:57:16 sendUrl INFO 87 [525] R:OK -2015-03-11 16:57:16 sendUrl INFO 87 [526] R:OK -2015-03-11 16:57:17 queue INFO 83 [527] -2015-03-11 16:57:17 sendUrl INFO 83 [527] R:OK -2015-03-11 16:57:18 queue INFO >83 [528] -2015-03-11 16:57:18 sendUrl INFO 83 [528] R:OK -2015-03-11 16:58:07 queue INFO >>83 [529] -2015-03-11 16:58:08 sendUrl INFO 83 [529] R:OK -2015-03-11 16:58:58 queue INFO >>83 [530] -2015-03-11 16:58:58 sendUrl INFO 83 [530] R:OK -2015-03-11 16:59:48 queue INFO >>83 [531] -2015-03-11 16:59:48 sendUrl INFO 83 [531] R:OK -2015-03-11 17:00:38 queue INFO >>83 [532] -2015-03-11 17:00:38 sendUrl INFO 83 [532] R:OK -2015-03-11 17:01:28 queue INFO >>83 [533] -2015-03-11 17:01:29 sendUrl INFO 83 [533] R:OK -2015-03-11 17:02:18 queue INFO >>83 [534] -2015-03-11 17:02:18 sendUrl INFO 83 [534] R:OK -2015-03-11 17:03:08 queue INFO >>83 [535] -2015-03-11 17:03:09 sendUrl INFO 83 [535] R:OK -2015-03-11 17:03:59 queue INFO >>83 [536] -2015-03-11 17:03:59 sendUrl INFO 83 [536] R:OK -2015-03-11 17:04:49 queue INFO >>83 [537] -2015-03-11 17:04:49 sendUrl INFO 83 [537] R:OK -2015-03-11 17:05:11 queue INFO 87 [538] -2015-03-11 17:05:12 queue INFO >87 [539] -2015-03-11 17:05:12 sendUrl INFO 87 [538] R:OK -2015-03-11 17:05:12 sendUrl INFO 87 [539] R:OK -2015-03-11 17:05:13 queue INFO 83 [540] -2015-03-11 17:05:13 sendUrl INFO 83 [540] R:OK -2015-03-11 17:05:13 queue INFO >83 [541] -2015-03-11 17:05:14 sendUrl INFO 83 [541] R:OK -2015-03-11 17:06:03 queue INFO >>83 [542] -2015-03-11 17:06:03 sendUrl INFO 83 [542] R:OK -2015-03-11 17:06:53 queue INFO >>83 [543] -2015-03-11 17:06:54 sendUrl INFO 83 [543] R:OK -2015-03-11 17:07:43 queue INFO >>83 [544] -2015-03-11 17:07:44 sendUrl INFO 83 [544] R:OK -2015-03-11 17:08:34 queue INFO >>83 [545] -2015-03-11 17:08:34 sendUrl INFO 83 [545] R:OK -2015-03-11 17:09:24 queue INFO >>83 [546] -2015-03-11 17:09:24 sendUrl INFO 83 [546] R:OK -2015-03-11 17:10:14 queue INFO >>83 [547] -2015-03-11 17:10:14 sendUrl INFO 83 [547] R:OK -2015-03-11 17:11:04 queue INFO >>83 [548] -2015-03-11 17:11:04 sendUrl INFO 83 [548] R:OK -2015-03-11 17:11:54 queue INFO >>83 [549] -2015-03-11 17:11:55 sendUrl INFO 83 [549] R:OK -2015-03-11 17:12:44 queue INFO >>83 [550] -2015-03-11 17:12:45 sendUrl INFO 83 [550] R:OK -2015-03-11 17:13:07 queue INFO 87 [551] -2015-03-11 17:13:07 queue INFO >87 [552] -2015-03-11 17:13:07 sendUrl INFO 87 [551] R:OK -2015-03-11 17:13:08 sendUrl INFO 87 [552] R:OK -2015-03-11 17:13:08 queue INFO 83 [553] -2015-03-11 17:13:09 queue INFO >83 [554] -2015-03-11 17:13:09 sendUrl INFO 83 [553] R:OK -2015-03-11 17:13:09 sendUrl INFO 83 [554] R:OK -2015-03-11 17:13:59 queue INFO >>83 [555] -2015-03-11 17:13:59 sendUrl INFO 83 [555] R:OK -2015-03-11 17:14:49 queue INFO >>83 [556] -2015-03-11 17:14:49 sendUrl INFO 83 [556] R:OK -2015-03-11 17:15:39 queue INFO >>83 [557] -2015-03-11 17:15:39 sendUrl INFO 83 [557] R:OK -2015-03-11 17:16:29 queue INFO >>83 [558] -2015-03-11 17:16:30 sendUrl INFO 83 [558] R:OK -2015-03-11 17:17:19 queue INFO >>83 [559] -2015-03-11 17:17:19 sendUrl INFO 83 [559] R:OK -2015-03-11 17:18:09 queue INFO >>83 [560] -2015-03-11 17:18:10 sendUrl INFO 83 [560] R:OK -2015-03-11 17:19:00 queue INFO >>83 [561] -2015-03-11 17:19:00 sendUrl INFO 83 [561] R:OK -2015-03-11 17:19:50 queue INFO >>83 [562] -2015-03-11 17:19:50 sendUrl INFO 83 [562] R:OK -2015-03-11 17:20:40 queue INFO >>83 [563] -2015-03-11 17:20:40 sendUrl INFO 83 [563] R:OK -2015-03-11 17:21:03 queue INFO 87 [564] -2015-03-11 17:21:03 queue INFO >87 [565] -2015-03-11 17:21:03 sendUrl INFO 87 [564] R:OK -2015-03-11 17:21:03 sendUrl INFO 87 [565] R:OK -2015-03-11 17:21:04 queue INFO 83 [566] -2015-03-11 17:21:04 sendUrl INFO 83 [566] R:OK -2015-03-11 17:21:05 queue INFO >83 [567] -2015-03-11 17:21:05 sendUrl INFO 83 [567] R:OK -2015-03-11 17:21:54 queue INFO >>83 [568] -2015-03-11 17:21:55 sendUrl INFO 83 [568] R:OK -2015-03-11 17:22:45 queue INFO >>83 [569] -2015-03-11 17:22:45 sendUrl INFO 83 [569] R:OK -2015-03-11 17:23:35 queue INFO >>83 [570] -2015-03-11 17:23:35 sendUrl INFO 83 [570] R:OK -2015-03-11 17:24:25 queue INFO >>83 [571] -2015-03-11 17:24:25 sendUrl INFO 83 [571] R:OK -2015-03-11 17:25:15 queue INFO >>83 [572] -2015-03-11 17:25:16 sendUrl INFO 83 [572] R:OK -2015-03-11 17:26:05 queue INFO >>83 [573] -2015-03-11 17:26:05 sendUrl INFO 83 [573] R:OK -2015-03-11 17:26:55 queue INFO >>83 [574] -2015-03-11 17:26:56 sendUrl INFO 83 [574] R:OK -2015-03-11 17:27:46 queue INFO >>83 [575] -2015-03-11 17:27:46 sendUrl INFO 83 [575] R:OK -2015-03-11 17:28:36 queue INFO >>83 [576] -2015-03-11 17:28:36 sendUrl INFO 83 [576] R:OK -2015-03-11 17:28:59 queue INFO 87 [577] -2015-03-11 17:28:59 queue INFO >87 [578] -2015-03-11 17:28:59 sendUrl INFO 87 [577] R:OK -2015-03-11 17:29:00 sendUrl INFO 87 [578] R:OK -2015-03-11 17:29:00 queue INFO 83 [579] -2015-03-11 17:29:00 queue INFO >83 [580] -2015-03-11 17:29:01 sendUrl INFO 83 [579] R:OK -2015-03-11 17:29:01 sendUrl INFO 83 [580] R:OK -2015-03-11 17:29:50 queue INFO >>83 [581] -2015-03-11 17:29:50 sendUrl INFO 83 [581] R:OK -2015-03-11 17:30:40 queue INFO >>83 [582] -2015-03-11 17:30:41 sendUrl INFO 83 [582] R:OK -2015-03-11 17:31:31 queue INFO >>83 [583] -2015-03-11 17:31:31 sendUrl INFO 83 [583] R:OK -2015-03-11 17:32:21 queue INFO >>83 [584] -2015-03-11 17:32:21 sendUrl INFO 83 [584] R:OK -2015-03-11 17:33:11 queue INFO >>83 [585] -2015-03-11 17:33:11 sendUrl INFO 83 [585] R:OK -2015-03-11 17:34:01 queue INFO >>83 [586] -2015-03-11 17:34:02 sendUrl INFO 83 [586] R:OK -2015-03-11 17:34:51 queue INFO >>83 [587] -2015-03-11 17:34:51 sendUrl INFO 83 [587] R:OK -2015-03-11 17:35:41 queue INFO >>83 [588] -2015-03-11 17:35:42 sendUrl INFO 83 [588] R:OK -2015-03-11 17:36:32 queue INFO >>83 [589] -2015-03-11 17:36:32 sendUrl INFO 83 [589] R:OK -2015-03-11 17:36:55 queue INFO 87 [590] -2015-03-11 17:36:55 queue INFO >87 [591] -2015-03-11 17:36:55 sendUrl INFO 87 [590] R:OK -2015-03-11 17:36:56 sendUrl INFO 87 [591] R:OK -2015-03-11 17:36:56 queue INFO 83 [592] -2015-03-11 17:36:57 queue INFO >83 [593] -2015-03-11 17:36:57 sendUrl INFO 83 [592] R:OK -2015-03-11 17:36:57 sendUrl INFO 83 [593] R:OK -2015-03-11 17:37:47 queue INFO >>83 [594] -2015-03-11 17:37:47 sendUrl INFO 83 [594] R:OK -2015-03-11 17:38:37 queue INFO >>83 [595] -2015-03-11 17:38:37 sendUrl INFO 83 [595] R:OK -2015-03-11 17:39:27 queue INFO >>83 [596] -2015-03-11 17:39:27 sendUrl INFO 83 [596] R:OK -2015-03-11 17:40:17 queue INFO >>83 [597] -2015-03-11 17:40:18 sendUrl INFO 83 [597] R:OK -2015-03-11 17:41:07 queue INFO >>83 [598] -2015-03-11 17:41:07 sendUrl INFO 83 [598] R:OK -2015-03-11 17:41:57 queue INFO >>83 [599] -2015-03-11 17:41:58 sendUrl INFO 83 [599] R:OK -2015-03-11 17:42:47 queue INFO >>83 [600] -2015-03-11 17:42:48 sendUrl INFO 83 [600] R:OK -2015-03-11 17:43:38 queue INFO >>83 [601] -2015-03-11 17:43:38 sendUrl INFO 83 [601] R:OK -2015-03-11 17:44:28 queue INFO >>83 [602] -2015-03-11 17:44:28 sendUrl INFO 83 [602] R:OK -2015-03-11 17:44:51 queue INFO 87 [603] -2015-03-11 17:44:51 queue INFO >87 [604] -2015-03-11 17:44:51 sendUrl INFO 87 [603] R:OK -2015-03-11 17:44:52 sendUrl INFO 87 [604] R:OK -2015-03-11 17:44:52 queue INFO 83 [605] -2015-03-11 17:44:53 queue INFO >83 [606] -2015-03-11 17:44:53 sendUrl INFO 83 [605] R:OK -2015-03-11 17:44:53 sendUrl INFO 83 [606] R:OK -2015-03-11 17:45:43 queue INFO >>83 [607] -2015-03-11 17:45:43 sendUrl INFO 83 [607] R:OK -2015-03-11 17:46:33 queue INFO >>83 [608] -2015-03-11 17:46:33 sendUrl INFO 83 [608] R:OK -2015-03-11 17:47:23 queue INFO >>83 [609] -2015-03-11 17:47:23 sendUrl INFO 83 [609] R:OK -2015-03-11 17:48:13 queue INFO >>83 [610] -2015-03-11 17:48:13 sendUrl INFO 83 [610] R:OK -2015-03-11 17:49:03 queue INFO >>83 [611] -2015-03-11 17:49:04 sendUrl INFO 83 [611] R:OK -2015-03-11 17:49:53 queue INFO >>83 [612] -2015-03-11 17:49:54 sendUrl INFO 83 [612] R:OK -2015-03-11 17:50:44 queue INFO >>83 [613] -2015-03-11 17:50:44 sendUrl INFO 83 [613] R:OK -2015-03-11 17:51:34 queue INFO >>83 [614] -2015-03-11 17:51:34 sendUrl INFO 83 [614] R:OK -2015-03-11 17:52:24 queue INFO >>83 [615] -2015-03-11 17:52:24 sendUrl INFO 83 [615] R:OK -2015-03-11 17:52:47 queue INFO 87 [616] -2015-03-11 17:52:47 queue INFO >87 [617] -2015-03-11 17:52:47 sendUrl INFO 87 [616] R:OK -2015-03-11 17:52:48 sendUrl INFO 87 [617] R:OK -2015-03-11 17:52:48 queue INFO 83 [618] -2015-03-11 17:52:48 queue INFO >83 [619] -2015-03-11 17:52:49 sendUrl INFO 83 [618] R:OK -2015-03-11 17:52:49 sendUrl INFO 83 [619] R:OK -2015-03-11 17:53:38 queue INFO >>83 [620] -2015-03-11 17:53:38 sendUrl INFO 83 [620] R:OK -2015-03-11 17:54:28 queue INFO >>83 [621] -2015-03-11 17:54:29 sendUrl INFO 83 [621] R:OK -2015-03-11 17:55:19 queue INFO >>83 [622] -2015-03-11 17:55:19 sendUrl INFO 83 [622] R:OK -2015-03-11 17:56:09 queue INFO >>83 [623] -2015-03-11 17:56:09 sendUrl INFO 83 [623] R:OK -2015-03-11 17:56:59 queue INFO >>83 [624] -2015-03-11 17:56:59 sendUrl INFO 83 [624] R:OK -2015-03-11 17:57:49 queue INFO >>83 [625] -2015-03-11 17:57:50 sendUrl INFO 83 [625] R:OK -2015-03-11 17:58:39 queue INFO >>83 [626] -2015-03-11 17:58:39 sendUrl INFO 83 [626] R:OK -2015-03-11 17:59:29 queue INFO >>83 [627] -2015-03-11 17:59:30 sendUrl INFO 83 [627] R:OK -2015-03-11 18:00:19 queue INFO >>83 [628] -2015-03-11 18:00:20 sendUrl INFO 83 [628] R:OK -2015-03-11 18:00:42 queue INFO 87 [629] -2015-03-11 18:00:42 queue INFO >87 [630] -2015-03-11 18:00:43 sendUrl INFO 87 [629] R:OK -2015-03-11 18:00:43 sendUrl INFO 87 [630] R:OK -2015-03-11 18:00:44 queue INFO 83 [631] -2015-03-11 18:00:44 queue INFO >83 [632] -2015-03-11 18:00:44 sendUrl INFO 83 [631] R:OK -2015-03-11 18:00:45 sendUrl INFO 83 [632] R:OK -2015-03-11 18:01:34 queue INFO >>83 [633] -2015-03-11 18:01:34 sendUrl INFO 83 [633] R:OK -2015-03-11 18:02:24 queue INFO >>83 [634] -2015-03-11 18:02:24 sendUrl INFO 83 [634] R:OK -2015-03-11 18:02:57 queue INFO 99 [635] -2015-03-11 18:02:57 queue INFO >99 [636] -2015-03-11 18:02:57 sendUrl INFO 99 [635] R:OK -2015-03-11 18:02:58 sendUrl INFO 99 [636] R:OK -2015-03-11 18:03:47 queue INFO >>99 [637] -2015-03-11 18:03:47 sendUrl INFO 99 [637] R:OK -2015-03-11 18:04:37 queue INFO >>99 [638] -2015-03-11 18:04:37 sendUrl INFO 99 [638] R:OK -2015-03-11 18:04:42 queue INFO 89 [639] -2015-03-11 18:04:42 queue INFO >89 [640] -2015-03-11 18:04:42 sendUrl INFO 89 [639] R:OK -2015-03-11 18:04:42 sendUrl INFO 89 [640] R:OK -2015-03-11 18:04:43 queue INFO 81 [641] -2015-03-11 18:04:44 queue INFO >81 [642] -2015-03-11 18:04:44 sendUrl INFO 81 [641] R:OK -2015-03-11 18:04:44 sendUrl INFO 81 [642] R:OK -2015-03-11 18:04:48 queue INFO 83 [643] -2015-03-11 18:04:48 sendUrl INFO 83 [643] R:OK -2015-03-11 18:04:48 queue INFO >83 [644] -2015-03-11 18:04:48 sendUrl INFO 83 [644] R:OK -2015-03-11 18:05:38 queue INFO >>83 [645] -2015-03-11 18:05:38 sendUrl INFO 83 [645] R:OK -2015-03-11 18:06:28 queue INFO >>83 [646] -2015-03-11 18:06:29 sendUrl INFO 83 [646] R:OK -2015-03-11 18:07:18 queue INFO >>83 [647] -2015-03-11 18:07:18 sendUrl INFO 83 [647] R:OK -2015-03-11 18:08:08 queue INFO >>83 [648] -2015-03-11 18:08:09 sendUrl INFO 83 [648] R:OK -2015-03-11 18:08:58 queue INFO >>83 [649] -2015-03-11 18:08:59 sendUrl INFO 83 [649] R:OK -2015-03-11 18:09:49 queue INFO >>83 [650] -2015-03-11 18:09:49 sendUrl INFO 83 [650] R:OK -2015-03-11 18:10:34 queue INFO 87 [651] -2015-03-11 18:10:34 queue INFO >87 [652] -2015-03-11 18:10:34 sendUrl INFO 87 [651] R:OK -2015-03-11 18:10:35 sendUrl INFO 87 [652] R:OK -2015-03-11 18:10:36 queue INFO 83 [653] -2015-03-11 18:10:36 sendUrl INFO 83 [653] R:OK -2015-03-11 18:10:36 queue INFO >83 [654] -2015-03-11 18:10:36 sendUrl INFO 83 [654] R:OK -2015-03-11 18:11:26 queue INFO >>83 [655] -2015-03-11 18:11:26 sendUrl INFO 83 [655] R:OK -2015-03-11 18:12:16 queue INFO >>83 [656] -2015-03-11 18:12:16 sendUrl INFO 83 [656] R:OK -2015-03-11 18:13:06 queue INFO >>83 [657] -2015-03-11 18:13:06 sendUrl INFO 83 [657] R:OK -2015-03-11 18:13:56 queue INFO >>83 [658] -2015-03-11 18:13:57 sendUrl INFO 83 [658] R:OK -2015-03-11 18:14:46 queue INFO >>83 [659] -2015-03-11 18:14:47 sendUrl INFO 83 [659] R:OK -2015-03-11 18:15:37 queue INFO >>83 [660] -2015-03-11 18:15:37 sendUrl INFO 83 [660] R:OK -2015-03-11 18:16:27 queue INFO >>83 [661] -2015-03-11 18:16:27 sendUrl INFO 83 [661] R:OK -2015-03-11 18:17:17 queue INFO >>83 [662] -2015-03-11 18:17:17 sendUrl INFO 83 [662] R:OK -2015-03-11 18:18:07 queue INFO >>83 [663] -2015-03-11 18:18:07 sendUrl INFO 83 [663] R:OK -2015-03-11 18:18:30 queue INFO 87 [664] -2015-03-11 18:18:30 queue INFO >87 [665] -2015-03-11 18:18:30 sendUrl INFO 87 [664] R:OK -2015-03-11 18:18:30 sendUrl INFO 87 [665] R:OK -2015-03-11 18:18:31 queue INFO 83 [666] -2015-03-11 18:18:31 sendUrl INFO 83 [666] R:OK -2015-03-11 18:18:31 queue INFO >83 [667] -2015-03-11 18:18:32 sendUrl INFO 83 [667] R:OK -2015-03-11 18:19:21 queue INFO >>83 [668] -2015-03-11 18:19:22 sendUrl INFO 83 [668] R:OK -2015-03-11 18:20:12 queue INFO >>83 [669] -2015-03-11 18:20:12 sendUrl INFO 83 [669] R:OK -2015-03-11 18:21:02 queue INFO >>83 [670] -2015-03-11 18:21:02 sendUrl INFO 83 [670] R:OK -2015-03-11 18:21:52 queue INFO >>83 [671] -2015-03-11 18:21:52 sendUrl INFO 83 [671] R:OK -2015-03-11 18:22:42 queue INFO >>83 [672] -2015-03-11 18:22:43 sendUrl INFO 83 [672] R:OK -2015-03-11 18:23:32 queue INFO >>83 [673] -2015-03-11 18:23:32 sendUrl INFO 83 [673] R:OK -2015-03-11 18:24:22 queue INFO >>83 [674] -2015-03-11 18:24:23 sendUrl INFO 83 [674] R:OK -2015-03-11 18:25:12 queue INFO >>83 [675] -2015-03-11 18:25:13 sendUrl INFO 83 [675] R:OK -2015-03-11 18:26:03 queue INFO >>83 [676] -2015-03-11 18:26:03 sendUrl INFO 83 [676] R:OK -2015-03-11 18:26:26 queue INFO 87 [677] -2015-03-11 18:26:26 sendUrl INFO 87 [677] R:OK -2015-03-11 18:26:26 queue INFO >87 [678] -2015-03-11 18:26:26 sendUrl INFO 87 [678] R:OK -2015-03-11 18:26:28 queue INFO 83 [679] -2015-03-11 18:26:28 queue INFO >83 [680] -2015-03-11 18:26:28 sendUrl INFO 83 [679] R:OK -2015-03-11 18:26:29 sendUrl INFO 83 [680] R:OK -2015-03-11 18:27:18 queue INFO >>83 [681] -2015-03-11 18:27:18 sendUrl INFO 83 [681] R:OK -2015-03-11 18:28:08 queue INFO >>83 [682] -2015-03-11 18:28:08 sendUrl INFO 83 [682] R:OK -2015-03-11 18:28:58 queue INFO >>83 [683] -2015-03-11 18:28:59 sendUrl INFO 83 [683] R:OK -2015-03-11 18:29:48 queue INFO >>83 [684] -2015-03-11 18:29:48 sendUrl INFO 83 [684] R:OK -2015-03-11 18:30:38 queue INFO >>83 [685] -2015-03-11 18:30:39 sendUrl INFO 83 [685] R:OK -2015-03-11 18:31:28 queue INFO >>83 [686] -2015-03-11 18:31:29 sendUrl INFO 83 [686] R:OK -2015-03-11 18:32:19 queue INFO >>83 [687] -2015-03-11 18:32:19 sendUrl INFO 83 [687] R:OK -2015-03-11 18:33:09 queue INFO >>83 [688] -2015-03-11 18:33:09 sendUrl INFO 83 [688] R:OK -2015-03-11 18:33:59 queue INFO >>83 [689] -2015-03-11 18:33:59 sendUrl INFO 83 [689] R:OK -2015-03-11 18:34:22 queue INFO 87 [690] -2015-03-11 18:34:22 queue INFO >87 [691] -2015-03-11 18:34:22 sendUrl INFO 87 [690] R:OK -2015-03-11 18:34:23 sendUrl INFO 87 [691] R:OK -2015-03-11 18:34:24 queue INFO 83 [692] -2015-03-11 18:34:24 sendUrl INFO 83 [692] R:OK -2015-03-11 18:34:24 queue INFO >83 [693] -2015-03-11 18:34:24 sendUrl INFO 83 [693] R:OK -2015-03-11 18:35:14 queue INFO >>83 [694] -2015-03-11 18:35:14 sendUrl INFO 83 [694] R:OK -2015-03-11 18:36:04 queue INFO >>83 [695] -2015-03-11 18:36:04 sendUrl INFO 83 [695] R:OK -2015-03-11 18:36:54 queue INFO >>83 [696] -2015-03-11 18:36:54 sendUrl INFO 83 [696] R:OK -2015-03-11 18:37:44 queue INFO >>83 [697] -2015-03-11 18:37:44 sendUrl INFO 83 [697] R:OK -2015-03-11 18:38:34 queue INFO >>83 [698] -2015-03-11 18:38:35 sendUrl INFO 83 [698] R:OK -2015-03-11 18:39:24 queue INFO >>83 [699] -2015-03-11 18:39:25 sendUrl INFO 83 [699] R:OK -2015-03-11 18:40:15 queue INFO >>83 [700] -2015-03-11 18:40:15 sendUrl INFO 83 [700] R:OK -2015-03-11 18:41:05 queue INFO >>83 [701] -2015-03-11 18:41:05 sendUrl INFO 83 [701] R:OK -2015-03-11 18:41:55 queue INFO >>83 [702] -2015-03-11 18:41:55 sendUrl INFO 83 [702] R:OK -2015-03-11 18:42:18 queue INFO 87 [703] -2015-03-11 18:42:18 queue INFO >87 [704] -2015-03-11 18:42:18 sendUrl INFO 87 [703] R:OK -2015-03-11 18:42:18 sendUrl INFO 87 [704] R:OK -2015-03-11 18:42:19 queue INFO 83 [705] -2015-03-11 18:42:19 sendUrl INFO 83 [705] R:OK -2015-03-11 18:42:19 queue INFO >83 [706] -2015-03-11 18:42:20 sendUrl INFO 83 [706] R:OK -2015-03-11 18:43:09 queue INFO >>83 [707] -2015-03-11 18:43:10 sendUrl INFO 83 [707] R:OK -2015-03-11 18:44:00 queue INFO >>83 [708] -2015-03-11 18:44:00 sendUrl INFO 83 [708] R:OK -2015-03-11 18:44:50 queue INFO >>83 [709] -2015-03-11 18:44:50 sendUrl INFO 83 [709] R:OK -2015-03-11 18:45:40 queue INFO >>83 [710] -2015-03-11 18:45:40 sendUrl INFO 83 [710] R:OK -2015-03-11 18:46:30 queue INFO >>83 [711] -2015-03-11 18:46:30 sendUrl INFO 83 [711] R:OK -2015-03-11 18:47:20 queue INFO >>83 [712] -2015-03-11 18:47:20 sendUrl INFO 83 [712] R:OK -2015-03-11 18:48:10 queue INFO >>83 [713] -2015-03-11 18:48:11 sendUrl INFO 83 [713] R:OK -2015-03-11 18:49:00 queue INFO >>83 [714] -2015-03-11 18:49:01 sendUrl INFO 83 [714] R:OK -2015-03-11 18:49:51 queue INFO >>83 [715] -2015-03-11 18:49:51 sendUrl INFO 83 [715] R:OK -2015-03-11 18:50:13 queue INFO 87 [716] -2015-03-11 18:50:13 queue INFO >87 [717] -2015-03-11 18:50:14 sendUrl INFO 87 [716] R:OK -2015-03-11 18:50:14 sendUrl INFO 87 [717] R:OK -2015-03-11 18:50:15 queue INFO 83 [718] -2015-03-11 18:50:15 queue INFO >83 [719] -2015-03-11 18:50:15 sendUrl INFO 83 [718] R:OK -2015-03-11 18:50:15 sendUrl INFO 83 [719] R:OK -2015-03-11 18:51:05 queue INFO >>83 [720] -2015-03-11 18:51:05 sendUrl INFO 83 [720] R:OK -2015-03-11 18:51:55 queue INFO >>83 [721] -2015-03-11 18:51:55 sendUrl INFO 83 [721] R:OK -2015-03-11 18:52:45 queue INFO >>83 [722] -2015-03-11 18:52:45 sendUrl INFO 83 [722] R:OK -2015-03-11 18:53:35 queue INFO >>83 [723] -2015-03-11 18:53:36 sendUrl INFO 83 [723] R:OK -2015-03-11 18:54:25 queue INFO >>83 [724] -2015-03-11 18:54:26 sendUrl INFO 83 [724] R:OK -2015-03-11 18:55:16 queue INFO >>83 [725] -2015-03-11 18:55:16 sendUrl INFO 83 [725] R:OK -2015-03-11 18:56:06 queue INFO >>83 [726] -2015-03-11 18:56:06 sendUrl INFO 83 [726] R:OK -2015-03-11 18:56:56 queue INFO >>83 [727] -2015-03-11 18:56:56 sendUrl INFO 83 [727] R:OK -2015-03-11 18:57:46 queue INFO >>83 [728] -2015-03-11 18:57:46 sendUrl INFO 83 [728] R:OK -2015-03-11 18:58:09 queue INFO 87 [729] -2015-03-11 18:58:09 queue INFO >87 [730] -2015-03-11 18:58:09 sendUrl INFO 87 [729] R:OK -2015-03-11 18:58:10 sendUrl INFO 87 [730] R:OK -2015-03-11 18:58:11 queue INFO 83 [731] -2015-03-11 18:58:11 sendUrl INFO 83 [731] R:OK -2015-03-11 18:58:11 queue INFO >83 [732] -2015-03-11 18:58:11 sendUrl INFO 83 [732] R:OK -2015-03-11 18:59:01 queue INFO >>83 [733] -2015-03-11 18:59:01 sendUrl INFO 83 [733] R:OK -2015-03-11 18:59:51 queue INFO >>83 [734] -2015-03-11 18:59:51 sendUrl INFO 83 [734] R:OK -2015-03-11 19:00:41 queue INFO >>83 [735] -2015-03-11 19:00:41 sendUrl INFO 83 [735] R:OK -2015-03-11 19:01:31 queue INFO >>83 [736] -2015-03-11 19:01:31 sendUrl INFO 83 [736] R:OK -2015-03-11 19:02:21 queue INFO >>83 [737] -2015-03-11 19:02:22 sendUrl INFO 83 [737] R:OK -2015-03-11 19:03:11 queue INFO >>83 [738] -2015-03-11 19:03:12 sendUrl INFO 83 [738] R:OK -2015-03-11 19:04:02 queue INFO >>83 [739] -2015-03-11 19:04:02 sendUrl INFO 83 [739] R:OK -2015-03-11 19:04:52 queue INFO >>83 [740] -2015-03-11 19:04:52 sendUrl INFO 83 [740] R:OK -2015-03-11 19:05:42 queue INFO >>83 [741] -2015-03-11 19:05:42 sendUrl INFO 83 [741] R:OK -2015-03-11 19:06:05 queue INFO 87 [742] -2015-03-11 19:06:05 queue INFO >87 [743] -2015-03-11 19:06:05 sendUrl INFO 87 [742] R:OK -2015-03-11 19:06:06 sendUrl INFO 87 [743] R:OK -2015-03-11 19:06:06 queue INFO 83 [744] -2015-03-11 19:06:07 queue INFO >83 [745] -2015-03-11 19:06:07 sendUrl INFO 83 [744] R:OK -2015-03-11 19:06:07 sendUrl INFO 83 [745] R:OK -2015-03-11 19:06:38 queue INFO 81 [746] -2015-03-11 19:06:38 queue INFO >81 [747] -2015-03-11 19:06:38 sendUrl INFO 81 [746] R:OK -2015-03-11 19:06:38 sendUrl INFO 81 [747] R:OK -2015-03-11 19:06:49 queue INFO 83 [748] -2015-03-11 19:06:50 queue INFO >83 [749] -2015-03-11 19:06:50 sendUrl INFO 83 [748] R:OK -2015-03-11 19:06:50 sendUrl INFO 83 [749] R:OK -2015-03-11 19:07:39 queue INFO >>83 [750] -2015-03-11 19:07:40 sendUrl INFO 83 [750] R:OK -2015-03-11 19:08:30 queue INFO >>83 [751] -2015-03-11 19:08:30 sendUrl INFO 83 [751] R:OK -2015-03-11 19:09:20 queue INFO >>83 [752] -2015-03-11 19:09:20 sendUrl INFO 83 [752] R:OK -2015-03-11 19:10:10 queue INFO >>83 [753] -2015-03-11 19:10:10 sendUrl INFO 83 [753] R:OK -2015-03-11 19:11:00 queue INFO >>83 [754] -2015-03-11 19:11:00 sendUrl INFO 83 [754] R:OK -2015-03-11 19:11:50 queue INFO >>83 [755] -2015-03-11 19:11:51 sendUrl INFO 83 [755] R:OK -2015-03-11 19:12:40 queue INFO >>83 [756] -2015-03-11 19:12:41 sendUrl INFO 83 [756] R:OK -2015-03-11 19:13:31 queue INFO >>83 [757] -2015-03-11 19:13:31 sendUrl INFO 83 [757] R:OK -2015-03-11 19:14:01 queue INFO 87 [758] -2015-03-11 19:14:01 queue INFO >87 [759] -2015-03-11 19:14:01 sendUrl INFO 87 [758] R:OK -2015-03-11 19:14:02 sendUrl INFO 87 [759] R:OK -2015-03-11 19:14:03 queue INFO 83 [760] -2015-03-11 19:14:03 queue INFO >83 [761] -2015-03-11 19:14:03 sendUrl INFO 83 [760] R:OK -2015-03-11 19:14:03 sendUrl INFO 83 [761] R:OK -2015-03-11 19:14:53 queue INFO >>83 [762] -2015-03-11 19:14:53 sendUrl INFO 83 [762] R:OK -2015-03-11 19:15:43 queue INFO >>83 [763] -2015-03-11 19:15:43 sendUrl INFO 83 [763] R:OK -2015-03-11 19:16:33 queue INFO >>83 [764] -2015-03-11 19:16:33 sendUrl INFO 83 [764] R:OK -2015-03-11 19:17:23 queue INFO >>83 [765] -2015-03-11 19:17:24 sendUrl INFO 83 [765] R:OK -2015-03-11 19:18:13 queue INFO >>83 [766] -2015-03-11 19:18:14 sendUrl INFO 83 [766] R:OK -2015-03-11 19:19:04 queue INFO >>83 [767] -2015-03-11 19:19:04 sendUrl INFO 83 [767] R:OK -2015-03-11 19:19:54 queue INFO >>83 [768] -2015-03-11 19:19:54 sendUrl INFO 83 [768] R:OK -2015-03-11 19:20:44 queue INFO >>83 [769] -2015-03-11 19:20:44 sendUrl INFO 83 [769] R:OK -2015-03-11 19:21:34 queue INFO >>83 [770] -2015-03-11 19:21:34 sendUrl INFO 83 [770] R:OK -2015-03-11 19:21:57 queue INFO 87 [771] -2015-03-11 19:21:57 queue INFO >87 [772] -2015-03-11 19:21:58 sendUrl INFO 87 [771] R:OK -2015-03-11 19:21:58 sendUrl INFO 87 [772] R:OK -2015-03-11 19:21:59 queue INFO 83 [773] -2015-03-11 19:21:59 queue INFO >83 [774] -2015-03-11 19:21:59 sendUrl INFO 83 [773] R:OK -2015-03-11 19:22:00 sendUrl INFO 83 [774] R:OK -2015-03-11 19:22:49 queue INFO >>83 [775] -2015-03-11 19:22:49 sendUrl INFO 83 [775] R:OK -2015-03-11 19:23:39 queue INFO >>83 [776] -2015-03-11 19:23:39 sendUrl INFO 83 [776] R:OK -2015-03-11 19:24:29 queue INFO >>83 [777] -2015-03-11 19:24:30 sendUrl INFO 83 [777] R:OK -2015-03-11 19:25:19 queue INFO >>83 [778] -2015-03-11 19:25:19 sendUrl INFO 83 [778] R:OK -2015-03-11 19:26:09 queue INFO >>83 [779] -2015-03-11 19:26:10 sendUrl INFO 83 [779] R:OK -2015-03-11 19:27:00 queue INFO >>83 [780] -2015-03-11 19:27:00 sendUrl INFO 83 [780] R:OK -2015-03-11 19:27:50 queue INFO >>83 [781] -2015-03-11 19:27:50 sendUrl INFO 83 [781] R:OK -2015-03-11 19:28:40 queue INFO >>83 [782] -2015-03-11 19:28:40 sendUrl INFO 83 [782] R:OK -2015-03-11 19:29:30 queue INFO >>83 [783] -2015-03-11 19:29:31 sendUrl INFO 83 [783] R:OK -2015-03-11 19:29:53 queue INFO 87 [784] -2015-03-11 19:29:53 queue INFO >87 [785] -2015-03-11 19:29:53 sendUrl INFO 87 [784] R:OK -2015-03-11 19:29:53 sendUrl INFO 87 [785] R:OK -2015-03-11 19:29:54 queue INFO 83 [786] -2015-03-11 19:29:54 queue INFO >83 [787] -2015-03-11 19:29:55 sendUrl INFO 83 [786] R:OK -2015-03-11 19:29:55 sendUrl INFO 83 [787] R:OK -2015-03-11 19:30:44 queue INFO >>83 [788] -2015-03-11 19:30:45 sendUrl INFO 83 [788] R:OK -2015-03-11 19:31:34 queue INFO >>83 [789] -2015-03-11 19:31:35 sendUrl INFO 83 [789] R:OK -2015-03-11 19:32:25 queue INFO >>83 [790] -2015-03-11 19:32:25 sendUrl INFO 83 [790] R:OK -2015-03-11 19:33:15 queue INFO >>83 [791] -2015-03-11 19:33:15 sendUrl INFO 83 [791] R:OK -2015-03-11 19:34:05 queue INFO >>83 [792] -2015-03-11 19:34:05 sendUrl INFO 83 [792] R:OK -2015-03-11 19:34:55 queue INFO >>83 [793] -2015-03-11 19:34:55 sendUrl INFO 83 [793] R:OK -2015-03-11 19:35:45 queue INFO >>83 [794] -2015-03-11 19:35:46 sendUrl INFO 83 [794] R:OK -2015-03-11 19:36:35 queue INFO >>83 [795] -2015-03-11 19:36:35 sendUrl INFO 83 [795] R:OK -2015-03-11 19:37:25 queue INFO >>83 [796] -2015-03-11 19:37:26 sendUrl INFO 83 [796] R:OK -2015-03-11 19:37:48 queue INFO 87 [797] -2015-03-11 19:37:48 queue INFO >87 [798] -2015-03-11 19:37:48 sendUrl INFO 87 [797] R:OK -2015-03-11 19:37:49 sendUrl INFO 87 [798] R:OK -2015-03-11 19:37:50 queue INFO 83 [799] -2015-03-11 19:37:50 queue INFO >83 [800] -2015-03-11 19:37:50 sendUrl INFO 83 [799] R:OK -2015-03-11 19:37:51 sendUrl INFO 83 [800] R:OK -2015-03-11 19:38:40 queue INFO >>83 [801] -2015-03-11 19:38:40 sendUrl INFO 83 [801] R:OK -2015-03-11 19:39:30 queue INFO >>83 [802] -2015-03-11 19:39:31 sendUrl INFO 83 [802] R:OK -2015-03-11 19:40:20 queue INFO >>83 [803] -2015-03-11 19:40:20 sendUrl INFO 83 [803] R:OK -2015-03-11 19:41:10 queue INFO >>83 [804] -2015-03-11 19:41:11 sendUrl INFO 83 [804] R:OK -2015-03-11 19:42:01 queue INFO >>83 [805] -2015-03-11 19:42:01 sendUrl INFO 83 [805] R:OK -2015-03-11 19:42:51 queue INFO >>83 [806] -2015-03-11 19:42:51 sendUrl INFO 83 [806] R:OK -2015-03-11 19:43:41 queue INFO >>83 [807] -2015-03-11 19:43:41 sendUrl INFO 83 [807] R:OK -2015-03-11 19:44:31 queue INFO >>83 [808] -2015-03-11 19:44:32 sendUrl INFO 83 [808] R:OK -2015-03-11 19:45:21 queue INFO >>83 [809] -2015-03-11 19:45:21 sendUrl INFO 83 [809] R:OK -2015-03-11 19:45:44 queue INFO 87 [810] -2015-03-11 19:45:44 queue INFO >87 [811] -2015-03-11 19:45:45 sendUrl INFO 87 [810] R:OK -2015-03-11 19:45:45 sendUrl INFO 87 [811] R:OK -2015-03-11 19:45:46 queue INFO 83 [812] -2015-03-11 19:45:46 queue INFO >83 [813] -2015-03-11 19:45:46 sendUrl INFO 83 [812] R:OK -2015-03-11 19:45:47 sendUrl INFO 83 [813] R:OK -2015-03-11 19:46:36 queue INFO >>83 [814] -2015-03-11 19:46:36 sendUrl INFO 83 [814] R:OK -2015-03-11 19:47:26 queue INFO >>83 [815] -2015-03-11 19:47:26 sendUrl INFO 83 [815] R:OK -2015-03-11 19:48:16 queue INFO >>83 [816] -2015-03-11 19:48:17 sendUrl INFO 83 [816] R:OK -2015-03-11 19:49:06 queue INFO >>83 [817] -2015-03-11 19:49:07 sendUrl INFO 83 [817] R:OK -2015-03-11 19:49:56 queue INFO >>83 [818] -2015-03-11 19:49:57 sendUrl INFO 83 [818] R:OK -2015-03-11 19:50:47 queue INFO >>83 [819] -2015-03-11 19:50:47 sendUrl INFO 83 [819] R:OK -2015-03-11 19:51:37 queue INFO >>83 [820] -2015-03-11 19:51:37 sendUrl INFO 83 [820] R:OK -2015-03-11 19:52:27 queue INFO >>83 [821] -2015-03-11 19:52:27 sendUrl INFO 83 [821] R:OK -2015-03-11 19:53:17 queue INFO >>83 [822] -2015-03-11 19:53:18 sendUrl INFO 83 [822] R:OK -2015-03-11 19:53:40 queue INFO 87 [823] -2015-03-11 19:53:40 queue INFO >87 [824] -2015-03-11 19:53:40 sendUrl INFO 87 [823] R:OK -2015-03-11 19:53:41 sendUrl INFO 87 [824] R:OK -2015-03-11 19:53:41 queue INFO 83 [825] -2015-03-11 19:53:42 queue INFO >83 [826] -2015-03-11 19:53:42 sendUrl INFO 83 [825] R:OK -2015-03-11 19:53:42 sendUrl INFO 83 [826] R:OK -2015-03-11 19:54:31 queue INFO >>83 [827] -2015-03-11 19:54:32 sendUrl INFO 83 [827] R:OK -2015-03-11 19:55:22 queue INFO >>83 [828] -2015-03-11 19:55:22 sendUrl INFO 83 [828] R:OK -2015-03-11 19:56:12 queue INFO >>83 [829] -2015-03-11 19:56:12 sendUrl INFO 83 [829] R:OK -2015-03-11 19:57:02 queue INFO >>83 [830] -2015-03-11 19:57:03 sendUrl INFO 83 [830] R:OK -2015-03-11 19:57:52 queue INFO >>83 [831] -2015-03-11 19:57:52 sendUrl INFO 83 [831] R:OK -2015-03-11 19:58:42 queue INFO >>83 [832] -2015-03-11 19:58:43 sendUrl INFO 83 [832] R:OK -2015-03-11 19:59:32 queue INFO >>83 [833] -2015-03-11 19:59:32 sendUrl INFO 83 [833] R:OK -2015-03-11 20:00:23 queue INFO >>83 [834] -2015-03-11 20:00:23 sendUrl INFO 83 [834] R:OK -2015-03-11 20:01:13 queue INFO >>83 [835] -2015-03-11 20:01:13 sendUrl INFO 83 [835] R:OK -2015-03-11 20:01:36 queue INFO 87 [836] -2015-03-11 20:01:36 queue INFO >87 [837] -2015-03-11 20:01:36 sendUrl INFO 87 [836] R:OK -2015-03-11 20:01:37 sendUrl INFO 87 [837] R:OK -2015-03-11 20:01:38 queue INFO 83 [838] -2015-03-11 20:01:38 queue INFO >83 [839] -2015-03-11 20:01:38 sendUrl INFO 83 [838] R:OK -2015-03-11 20:01:38 sendUrl INFO 83 [839] R:OK -2015-03-11 20:01:41 queue INFO 99 [840] -2015-03-11 20:01:42 queue INFO >99 [841] -2015-03-11 20:01:42 sendUrl INFO 99 [840] R:OK -2015-03-11 20:01:42 sendUrl INFO 99 [841] R:OK -2015-03-11 20:02:32 queue INFO >>99 [842] -2015-03-11 20:02:32 sendUrl INFO 99 [842] R:OK -2015-03-11 20:03:22 queue INFO >>99 [843] -2015-03-11 20:03:22 sendUrl INFO 99 [843] R:OK -2015-03-11 20:04:12 queue INFO >>99 [844] -2015-03-11 20:04:12 sendUrl INFO 99 [844] R:OK -2015-03-11 20:05:02 queue INFO >>99 [845] -2015-03-11 20:05:02 sendUrl INFO 99 [845] R:OK -2015-03-11 20:05:34 queue INFO 89 [846] -2015-03-11 20:05:34 queue INFO >89 [847] -2015-03-11 20:05:34 sendUrl INFO 89 [846] R:OK -2015-03-11 20:05:34 sendUrl INFO 89 [847] R:OK -2015-03-11 20:05:37 queue INFO 81 [848] -2015-03-11 20:05:37 queue INFO >81 [849] -2015-03-11 20:05:37 sendUrl INFO 81 [848] R:OK -2015-03-11 20:05:37 sendUrl INFO 81 [849] R:OK -2015-03-11 20:05:41 queue INFO 83 [850] -2015-03-11 20:05:41 queue INFO >83 [851] -2015-03-11 20:05:41 sendUrl INFO 83 [850] R:OK -2015-03-11 20:05:41 sendUrl INFO 83 [851] R:OK -2015-03-11 20:06:31 queue INFO >>83 [852] -2015-03-11 20:06:31 sendUrl INFO 83 [852] R:OK -2015-03-11 20:07:21 queue INFO >>83 [853] -2015-03-11 20:07:21 sendUrl INFO 83 [853] R:OK -2015-03-11 20:08:11 queue INFO >>83 [854] -2015-03-11 20:08:11 sendUrl INFO 83 [854] R:OK -2015-03-11 20:09:01 queue INFO >>83 [855] -2015-03-11 20:09:02 sendUrl INFO 83 [855] R:OK -2015-03-11 20:09:51 queue INFO >>83 [856] -2015-03-11 20:09:52 sendUrl INFO 83 [856] R:OK -2015-03-11 20:10:42 queue INFO >>83 [857] -2015-03-11 20:10:42 sendUrl INFO 83 [857] R:OK -2015-03-11 20:11:32 queue INFO >>83 [858] -2015-03-11 20:11:32 sendUrl INFO 83 [858] R:OK -2015-03-11 20:12:22 queue INFO >>83 [859] -2015-03-11 20:12:22 sendUrl INFO 83 [859] R:OK -2015-03-11 20:13:12 queue INFO >>83 [860] -2015-03-11 20:13:12 sendUrl INFO 83 [860] R:OK -2015-03-11 20:13:38 queue INFO 87 [861] -2015-03-11 20:13:38 queue INFO >87 [862] -2015-03-11 20:13:38 sendUrl INFO 87 [861] R:OK -2015-03-11 20:13:39 sendUrl INFO 87 [862] R:OK -2015-03-11 20:13:39 queue INFO 83 [863] -2015-03-11 20:13:40 queue INFO >83 [864] -2015-03-11 20:13:40 sendUrl INFO 83 [863] R:OK -2015-03-11 20:13:40 sendUrl INFO 83 [864] R:OK -2015-03-11 20:14:29 queue INFO >>83 [865] -2015-03-11 20:14:30 sendUrl INFO 83 [865] R:OK -2015-03-11 20:15:20 queue INFO >>83 [866] -2015-03-11 20:15:20 sendUrl INFO 83 [866] R:OK -2015-03-11 20:16:10 queue INFO >>83 [867] -2015-03-11 20:16:10 sendUrl INFO 83 [867] R:OK -2015-03-11 20:17:00 queue INFO >>83 [868] -2015-03-11 20:17:00 sendUrl INFO 83 [868] R:OK -2015-03-11 20:17:50 queue INFO >>83 [869] -2015-03-11 20:17:50 sendUrl INFO 83 [869] R:OK -2015-03-11 20:18:40 queue INFO >>83 [870] -2015-03-11 20:18:41 sendUrl INFO 83 [870] R:OK -2015-03-11 20:19:30 queue INFO >>83 [871] -2015-03-11 20:19:30 sendUrl INFO 83 [871] R:OK -2015-03-11 20:20:20 queue INFO >>83 [872] -2015-03-11 20:20:21 sendUrl INFO 83 [872] R:OK -2015-03-11 20:21:11 queue INFO >>83 [873] -2015-03-11 20:21:11 sendUrl INFO 83 [873] R:OK -2015-03-11 20:21:33 queue INFO 87 [874] -2015-03-11 20:21:33 queue INFO >87 [875] -2015-03-11 20:21:34 sendUrl INFO 87 [874] R:OK -2015-03-11 20:21:34 sendUrl INFO 87 [875] R:OK -2015-03-11 20:21:35 queue INFO 83 [876] -2015-03-11 20:21:35 queue INFO >83 [877] -2015-03-11 20:21:35 sendUrl INFO 83 [876] R:OK -2015-03-11 20:21:36 sendUrl INFO 83 [877] R:OK -2015-03-11 20:22:25 queue INFO >>83 [878] -2015-03-11 20:22:25 sendUrl INFO 83 [878] R:OK -2015-03-11 20:23:15 queue INFO >>83 [879] -2015-03-11 20:23:15 sendUrl INFO 83 [879] R:OK -2015-03-11 20:24:05 queue INFO >>83 [880] -2015-03-11 20:24:06 sendUrl INFO 83 [880] R:OK -2015-03-11 20:24:55 queue INFO >>83 [881] -2015-03-11 20:24:56 sendUrl INFO 83 [881] R:OK -2015-03-11 20:25:46 queue INFO >>83 [882] -2015-03-11 20:25:46 sendUrl INFO 83 [882] R:OK -2015-03-11 20:26:36 queue INFO >>83 [883] -2015-03-11 20:26:36 sendUrl INFO 83 [883] R:OK -2015-03-11 20:27:26 queue INFO >>83 [884] -2015-03-11 20:27:26 sendUrl INFO 83 [884] R:OK -2015-03-11 20:28:16 queue INFO >>83 [885] -2015-03-11 20:28:16 sendUrl INFO 83 [885] R:OK -2015-03-11 20:29:06 queue INFO >>83 [886] -2015-03-11 20:29:07 sendUrl INFO 83 [886] R:OK -2015-03-11 20:29:29 queue INFO 87 [887] -2015-03-11 20:29:29 queue INFO >87 [888] -2015-03-11 20:29:29 sendUrl INFO 87 [887] R:OK -2015-03-11 20:29:30 sendUrl INFO 87 [888] R:OK -2015-03-11 20:29:31 queue INFO 83 [889] -2015-03-11 20:29:31 queue INFO >83 [890] -2015-03-11 20:29:31 sendUrl INFO 83 [889] R:OK -2015-03-11 20:29:31 sendUrl INFO 83 [890] R:OK -2015-03-11 20:30:21 queue INFO >>83 [891] -2015-03-11 20:30:21 sendUrl INFO 83 [891] R:OK -2015-03-11 20:31:11 queue INFO >>83 [892] -2015-03-11 20:31:11 sendUrl INFO 83 [892] R:OK -2015-03-11 20:32:01 queue INFO >>83 [893] -2015-03-11 20:32:01 sendUrl INFO 83 [893] R:OK -2015-03-11 20:32:51 queue INFO >>83 [894] -2015-03-11 20:32:51 sendUrl INFO 83 [894] R:OK -2015-03-11 20:33:41 queue INFO >>83 [895] -2015-03-11 20:33:42 sendUrl INFO 83 [895] R:OK -2015-03-11 20:34:31 queue INFO >>83 [896] -2015-03-11 20:34:31 sendUrl INFO 83 [896] R:OK -2015-03-11 20:35:21 queue INFO >>83 [897] -2015-03-11 20:35:22 sendUrl INFO 83 [897] R:OK -2015-03-11 20:36:12 queue INFO >>83 [898] -2015-03-11 20:36:12 sendUrl INFO 83 [898] R:OK -2015-03-11 20:37:02 queue INFO >>83 [899] -2015-03-11 20:37:02 sendUrl INFO 83 [899] R:OK -2015-03-11 20:37:25 queue INFO 87 [900] -2015-03-11 20:37:25 queue INFO >87 [901] -2015-03-11 20:37:25 sendUrl INFO 87 [900] R:OK -2015-03-11 20:37:26 sendUrl INFO 87 [901] R:OK -2015-03-11 20:37:26 queue INFO 83 [902] -2015-03-11 20:37:27 queue INFO >83 [903] -2015-03-11 20:37:27 sendUrl INFO 83 [902] R:OK -2015-03-11 20:37:27 sendUrl INFO 83 [903] R:OK -2015-03-11 20:38:17 queue INFO >>83 [904] -2015-03-11 20:38:17 sendUrl INFO 83 [904] R:OK -2015-03-11 20:39:07 queue INFO >>83 [905] -2015-03-11 20:39:07 sendUrl INFO 83 [905] R:OK -2015-03-11 20:39:57 queue INFO >>83 [906] -2015-03-11 20:39:57 sendUrl INFO 83 [906] R:OK -2015-03-11 20:40:47 queue INFO >>83 [907] -2015-03-11 20:40:47 sendUrl INFO 83 [907] R:OK -2015-03-11 20:41:37 queue INFO >>83 [908] -2015-03-11 20:41:37 sendUrl INFO 83 [908] R:OK -2015-03-11 20:42:27 queue INFO >>83 [909] -2015-03-11 20:42:28 sendUrl INFO 83 [909] R:OK -2015-03-11 20:43:17 queue INFO >>83 [910] -2015-03-11 20:43:18 sendUrl INFO 83 [910] R:OK -2015-03-11 20:44:08 queue INFO >>83 [911] -2015-03-11 20:44:08 sendUrl INFO 83 [911] R:OK -2015-03-11 20:44:58 queue INFO >>83 [912] -2015-03-11 20:44:58 sendUrl INFO 83 [912] R:OK -2015-03-11 20:45:20 queue INFO 87 [913] -2015-03-11 20:45:21 queue INFO >87 [914] -2015-03-11 20:45:21 sendUrl INFO 87 [913] R:OK -2015-03-11 20:45:21 sendUrl INFO 87 [914] R:OK -2015-03-11 20:45:22 queue INFO 83 [915] -2015-03-11 20:45:22 queue INFO >83 [916] -2015-03-11 20:45:22 sendUrl INFO 83 [915] R:OK -2015-03-11 20:45:23 sendUrl INFO 83 [916] R:OK -2015-03-11 20:46:12 queue INFO >>83 [917] -2015-03-11 20:46:13 sendUrl INFO 83 [917] R:OK -2015-03-11 20:47:02 queue INFO >>83 [918] -2015-03-11 20:47:02 sendUrl INFO 83 [918] R:OK -2015-03-11 20:47:52 queue INFO >>83 [919] -2015-03-11 20:47:53 sendUrl INFO 83 [919] R:OK -2015-03-11 20:48:42 queue INFO >>83 [920] -2015-03-11 20:48:43 sendUrl INFO 83 [920] R:OK -2015-03-11 20:49:33 queue INFO >>83 [921] -2015-03-11 20:49:33 sendUrl INFO 83 [921] R:OK -2015-03-11 20:50:23 queue INFO >>83 [922] -2015-03-11 20:50:23 sendUrl INFO 83 [922] R:OK -2015-03-11 20:51:13 queue INFO >>83 [923] -2015-03-11 20:51:13 sendUrl INFO 83 [923] R:OK -2015-03-11 20:52:03 queue INFO >>83 [924] -2015-03-11 20:52:03 sendUrl INFO 83 [924] R:OK -2015-03-11 20:52:53 queue INFO >>83 [925] -2015-03-11 20:52:54 sendUrl INFO 83 [925] R:OK -2015-03-11 20:53:16 queue INFO 87 [926] -2015-03-11 20:53:17 queue INFO >87 [927] -2015-03-11 20:53:17 sendUrl INFO 87 [926] R:OK -2015-03-11 20:53:17 sendUrl INFO 87 [927] R:OK -2015-03-11 20:53:18 queue INFO 83 [928] -2015-03-11 20:53:18 queue INFO >83 [929] -2015-03-11 20:53:18 sendUrl INFO 83 [928] R:OK -2015-03-11 20:53:19 sendUrl INFO 83 [929] R:OK -2015-03-11 20:54:08 queue INFO >>83 [930] -2015-03-11 20:54:09 sendUrl INFO 83 [930] R:OK -2015-03-11 20:54:58 queue INFO >>83 [931] -2015-03-11 20:54:59 sendUrl INFO 83 [931] R:OK -2015-03-11 20:55:49 queue INFO >>83 [932] -2015-03-11 20:55:49 sendUrl INFO 83 [932] R:OK -2015-03-11 20:56:39 queue INFO >>83 [933] -2015-03-11 20:56:39 sendUrl INFO 83 [933] R:OK -2015-03-11 20:57:29 queue INFO >>83 [934] -2015-03-11 20:57:29 sendUrl INFO 83 [934] R:OK -2015-03-11 20:58:19 queue INFO >>83 [935] -2015-03-11 20:58:19 sendUrl INFO 83 [935] R:OK -2015-03-11 20:59:09 queue INFO >>83 [936] -2015-03-11 20:59:09 sendUrl INFO 83 [936] R:OK -2015-03-11 20:59:59 queue INFO >>83 [937] -2015-03-11 21:00:00 sendUrl INFO 83 [937] R:OK -2015-03-11 21:00:49 queue INFO >>83 [938] -2015-03-11 21:00:50 sendUrl INFO 83 [938] R:OK -2015-03-11 21:01:13 queue INFO 87 [939] -2015-03-11 21:01:13 queue INFO >87 [940] -2015-03-11 21:01:13 sendUrl INFO 87 [939] R:OK -2015-03-11 21:01:14 sendUrl INFO 87 [940] R:OK -2015-03-11 21:01:14 queue INFO 83 [941] -2015-03-11 21:01:14 queue INFO >83 [942] -2015-03-11 21:01:15 sendUrl INFO 83 [941] R:OK -2015-03-11 21:01:15 sendUrl INFO 83 [942] R:OK -2015-03-11 21:02:04 queue INFO >>83 [943] -2015-03-11 21:02:04 sendUrl INFO 83 [943] R:OK -2015-03-11 21:02:54 queue INFO >>83 [944] -2015-03-11 21:02:55 sendUrl INFO 83 [944] R:OK -2015-03-11 21:03:45 queue INFO >>83 [945] -2015-03-11 21:03:45 sendUrl INFO 83 [945] R:OK -2015-03-11 21:04:35 queue INFO >>83 [946] -2015-03-11 21:04:35 sendUrl INFO 83 [946] R:OK -2015-03-11 21:05:25 queue INFO >>83 [947] -2015-03-11 21:05:25 sendUrl INFO 83 [947] R:OK -2015-03-11 21:06:15 queue INFO >>83 [948] -2015-03-11 21:06:16 sendUrl INFO 83 [948] R:OK -2015-03-11 21:07:05 queue INFO >>83 [949] -2015-03-11 21:07:05 sendUrl INFO 83 [949] R:OK -2015-03-11 21:07:55 queue INFO >>83 [950] -2015-03-11 21:07:56 sendUrl INFO 83 [950] R:OK -2015-03-11 21:08:46 queue INFO >>83 [951] -2015-03-11 21:08:46 sendUrl INFO 83 [951] R:OK -2015-03-11 21:09:08 queue INFO 87 [952] -2015-03-11 21:09:08 queue INFO >87 [953] -2015-03-11 21:09:09 sendUrl INFO 87 [952] R:OK -2015-03-11 21:09:09 sendUrl INFO 87 [953] R:OK -2015-03-11 21:09:10 queue INFO 83 [954] -2015-03-11 21:09:10 queue INFO >83 [955] -2015-03-11 21:09:10 sendUrl INFO 83 [954] R:OK -2015-03-11 21:09:11 sendUrl INFO 83 [955] R:OK -2015-03-11 21:10:00 queue INFO >>83 [956] -2015-03-11 21:10:00 sendUrl INFO 83 [956] R:OK -2015-03-11 21:10:50 queue INFO >>83 [957] -2015-03-11 21:10:50 sendUrl INFO 83 [957] R:OK -2015-03-11 21:11:40 queue INFO >>83 [958] -2015-03-11 21:11:41 sendUrl INFO 83 [958] R:OK -2015-03-11 21:12:30 queue INFO >>83 [959] -2015-03-11 21:12:31 sendUrl INFO 83 [959] R:OK -2015-03-11 21:13:21 queue INFO >>83 [960] -2015-03-11 21:13:21 sendUrl INFO 83 [960] R:OK -2015-03-11 21:14:11 queue INFO >>83 [961] -2015-03-11 21:14:11 sendUrl INFO 83 [961] R:OK -2015-03-11 21:15:01 queue INFO >>83 [962] -2015-03-11 21:15:01 sendUrl INFO 83 [962] R:OK -2015-03-11 21:15:51 queue INFO >>83 [963] -2015-03-11 21:15:51 sendUrl INFO 83 [963] R:OK -2015-03-11 21:16:41 queue INFO >>83 [964] -2015-03-11 21:16:41 sendUrl INFO 83 [964] R:OK -2015-03-11 21:17:04 queue INFO 87 [965] -2015-03-11 21:17:04 queue INFO >87 [966] -2015-03-11 21:17:04 sendUrl INFO 87 [965] R:OK -2015-03-11 21:17:04 sendUrl INFO 87 [966] R:OK -2015-03-11 21:17:05 queue INFO 83 [967] -2015-03-11 21:17:05 queue INFO >83 [968] -2015-03-11 21:17:05 sendUrl INFO 83 [967] R:OK -2015-03-11 21:17:06 sendUrl INFO 83 [968] R:OK -2015-03-11 21:17:55 queue INFO >>83 [969] -2015-03-11 21:17:56 sendUrl INFO 83 [969] R:OK -2015-03-11 21:18:46 queue INFO >>83 [970] -2015-03-11 21:18:46 sendUrl INFO 83 [970] R:OK -2015-03-11 21:19:36 queue INFO >>83 [971] -2015-03-11 21:19:36 sendUrl INFO 83 [971] R:OK -2015-03-11 21:20:26 queue INFO >>83 [972] -2015-03-11 21:20:26 sendUrl INFO 83 [972] R:OK -2015-03-11 21:21:16 queue INFO >>83 [973] -2015-03-11 21:21:17 sendUrl INFO 83 [973] R:OK -2015-03-11 21:22:06 queue INFO >>83 [974] -2015-03-11 21:22:06 sendUrl INFO 83 [974] R:OK -2015-03-11 21:22:56 queue INFO >>83 [975] -2015-03-11 21:22:57 sendUrl INFO 83 [975] R:OK -2015-03-11 21:23:46 queue INFO >>83 [976] -2015-03-11 21:23:47 sendUrl INFO 83 [976] R:OK -2015-03-11 21:24:37 queue INFO >>83 [977] -2015-03-11 21:24:37 sendUrl INFO 83 [977] R:OK -2015-03-11 21:24:59 queue INFO 87 [978] -2015-03-11 21:25:00 queue INFO >87 [979] -2015-03-11 21:25:00 sendUrl INFO 87 [978] R:OK -2015-03-11 21:25:01 sendUrl INFO 87 [979] R:OK -2015-03-11 21:25:01 queue INFO 83 [980] -2015-03-11 21:25:01 queue INFO >83 [981] -2015-03-11 21:25:02 sendUrl INFO 83 [980] R:OK -2015-03-11 21:25:02 sendUrl INFO 83 [981] R:OK -2015-03-11 21:25:51 queue INFO >>83 [982] -2015-03-11 21:25:51 sendUrl INFO 83 [982] R:OK -2015-03-11 21:26:41 queue INFO >>83 [983] -2015-03-11 21:26:42 sendUrl INFO 83 [983] R:OK -2015-03-11 21:27:32 queue INFO >>83 [984] -2015-03-11 21:27:32 sendUrl INFO 83 [984] R:OK -2015-03-11 21:28:22 queue INFO >>83 [985] -2015-03-11 21:28:22 sendUrl INFO 83 [985] R:OK -2015-03-11 21:29:12 queue INFO >>83 [986] -2015-03-11 21:29:12 sendUrl INFO 83 [986] R:OK -2015-03-11 21:30:02 queue INFO >>83 [987] -2015-03-11 21:30:02 sendUrl INFO 83 [987] R:OK -2015-03-11 21:30:52 queue INFO >>83 [988] -2015-03-11 21:30:52 sendUrl INFO 83 [988] R:OK -2015-03-11 21:31:42 queue INFO >>83 [989] -2015-03-11 21:31:43 sendUrl INFO 83 [989] R:OK -2015-03-11 21:32:32 queue INFO >>83 [990] -2015-03-11 21:32:33 sendUrl INFO 83 [990] R:OK -2015-03-11 21:32:55 queue INFO 87 [991] -2015-03-11 21:32:55 queue INFO >87 [992] -2015-03-11 21:32:55 sendUrl INFO 87 [991] R:OK -2015-03-11 21:32:56 sendUrl INFO 87 [992] R:OK -2015-03-11 21:32:57 queue INFO 83 [993] -2015-03-11 21:32:57 sendUrl INFO 83 [993] R:OK -2015-03-11 21:32:57 queue INFO >83 [994] -2015-03-11 21:32:57 sendUrl INFO 83 [994] R:OK -2015-03-11 21:33:47 queue INFO >>83 [995] -2015-03-11 21:33:47 sendUrl INFO 83 [995] R:OK -2015-03-11 21:34:37 queue INFO >>83 [996] -2015-03-11 21:34:37 sendUrl INFO 83 [996] R:OK -2015-03-11 21:35:27 queue INFO >>83 [997] -2015-03-11 21:35:27 sendUrl INFO 83 [997] R:OK -2015-03-11 21:36:17 queue INFO >>83 [998] -2015-03-11 21:36:18 sendUrl INFO 83 [998] R:OK -2015-03-11 21:37:07 queue INFO >>83 [999] -2015-03-11 21:37:08 sendUrl INFO 83 [999] R:OK -2015-03-11 21:37:57 queue INFO >>83 [0] -2015-03-11 21:37:58 sendUrl INFO 83 [0] R:OK -2015-03-11 21:38:48 queue INFO >>83 [1] -2015-03-11 21:38:48 sendUrl INFO 83 [1] R:OK -2015-03-11 21:39:38 queue INFO >>83 [2] -2015-03-11 21:39:38 sendUrl INFO 83 [2] R:OK -2015-03-11 21:40:28 queue INFO >>83 [3] -2015-03-11 21:40:28 sendUrl INFO 83 [3] R:OK -2015-03-11 21:40:51 queue INFO 87 [4] -2015-03-11 21:40:51 sendUrl INFO 87 [4] R:OK -2015-03-11 21:40:51 queue INFO >87 [5] -2015-03-11 21:40:52 sendUrl INFO 87 [5] R:OK -2015-03-11 21:40:53 queue INFO 83 [6] -2015-03-11 21:40:53 queue INFO >83 [7] -2015-03-11 21:40:53 sendUrl INFO 83 [6] R:OK -2015-03-11 21:40:54 sendUrl INFO 83 [7] R:OK -2015-03-11 21:41:43 queue INFO >>83 [8] -2015-03-11 21:41:43 sendUrl INFO 83 [8] R:OK -2015-03-11 21:42:33 queue INFO >>83 [9] -2015-03-11 21:42:34 sendUrl INFO 83 [9] R:OK -2015-03-11 21:43:23 queue INFO >>83 [10] -2015-03-11 21:43:23 sendUrl INFO 83 [10] R:OK -2015-03-11 21:44:13 queue INFO >>83 [11] -2015-03-11 21:44:14 sendUrl INFO 83 [11] R:OK -2015-03-11 21:45:04 queue INFO >>83 [12] -2015-03-11 21:45:04 sendUrl INFO 83 [12] R:OK -2015-03-11 21:45:54 queue INFO >>83 [13] -2015-03-11 21:45:54 sendUrl INFO 83 [13] R:OK -2015-03-11 21:46:44 queue INFO >>83 [14] -2015-03-11 21:46:44 sendUrl INFO 83 [14] R:OK -2015-03-11 21:47:14 queue INFO 81 [15] -2015-03-11 21:47:14 queue INFO >81 [16] -2015-03-11 21:47:14 sendUrl INFO 81 [15] R:OK -2015-03-11 21:47:14 sendUrl INFO 81 [16] R:OK -2015-03-11 21:48:04 queue INFO >>81 [17] -2015-03-11 21:48:04 sendUrl INFO 81 [17] R:OK -2015-03-11 21:48:54 queue INFO >>81 [18] -2015-03-11 21:48:54 sendUrl INFO 81 [18] R:OK -2015-03-11 21:48:55 queue INFO 99 [19] -2015-03-11 21:48:55 queue INFO >99 [20] -2015-03-11 21:48:56 sendUrl INFO 99 [19] R:OK -2015-03-11 21:48:56 sendUrl INFO 99 [20] R:OK -2015-03-11 21:49:45 queue INFO >>99 [21] -2015-03-11 21:49:46 sendUrl INFO 99 [21] R:OK -2015-03-11 21:50:36 queue INFO >>99 [22] -2015-03-11 21:50:36 sendUrl INFO 99 [22] R:OK -2015-03-11 21:51:26 queue INFO >>99 [23] -2015-03-11 21:51:26 sendUrl INFO 99 [23] R:OK -2015-03-11 21:52:09 queue INFO 89 [24] -2015-03-11 21:52:10 queue INFO >89 [25] -2015-03-11 21:52:10 sendUrl INFO 89 [24] R:OK -2015-03-11 21:52:10 sendUrl INFO 89 [25] R:OK -2015-03-11 21:52:17 queue INFO 81 [26] -2015-03-11 21:52:17 queue INFO >81 [27] -2015-03-11 21:52:17 sendUrl INFO 81 [26] R:OK -2015-03-11 21:52:18 sendUrl INFO 81 [27] R:OK -2015-03-11 21:52:22 queue INFO 83 [28] -2015-03-11 21:52:22 queue INFO >83 [29] -2015-03-11 21:52:22 sendUrl INFO 83 [28] R:OK -2015-03-11 21:52:23 sendUrl INFO 83 [29] R:OK -2015-03-11 21:52:47 queue INFO 87 [30] -2015-03-11 21:52:48 queue INFO >87 [31] -2015-03-11 21:52:48 sendUrl INFO 87 [30] R:OK -2015-03-11 21:52:48 sendUrl INFO 87 [31] R:OK -2015-03-11 21:52:49 queue INFO 83 [32] -2015-03-11 21:52:49 sendUrl INFO 83 [32] R:OK -2015-03-11 21:52:49 queue INFO >83 [33] -2015-03-11 21:52:50 sendUrl INFO 83 [33] R:OK -2015-03-11 21:53:39 queue INFO >>83 [34] -2015-03-11 21:53:39 sendUrl INFO 83 [34] R:OK -2015-03-11 21:54:29 queue INFO >>83 [35] -2015-03-11 21:54:30 sendUrl INFO 83 [35] R:OK -2015-03-11 21:55:19 queue INFO >>83 [36] -2015-03-11 21:55:20 sendUrl INFO 83 [36] R:OK -2015-03-11 21:56:10 queue INFO >>83 [37] -2015-03-11 21:56:10 sendUrl INFO 83 [37] R:OK -2015-03-11 21:57:00 queue INFO >>83 [38] -2015-03-11 21:57:00 sendUrl INFO 83 [38] R:OK -2015-03-11 21:57:50 queue INFO >>83 [39] -2015-03-11 21:57:50 sendUrl INFO 83 [39] R:OK -2015-03-11 21:58:40 queue INFO >>83 [40] -2015-03-11 21:58:40 sendUrl INFO 83 [40] R:OK -2015-03-11 21:59:30 queue INFO >>83 [41] -2015-03-11 21:59:31 sendUrl INFO 83 [41] R:OK -2015-03-11 22:00:20 queue INFO >>83 [42] -2015-03-11 22:00:21 sendUrl INFO 83 [42] R:OK -2015-03-11 22:00:43 queue INFO 87 [43] -2015-03-11 22:00:44 queue INFO >87 [44] -2015-03-11 22:00:44 sendUrl INFO 87 [43] R:OK -2015-03-11 22:00:44 sendUrl INFO 87 [44] R:OK -2015-03-11 22:00:45 queue INFO 83 [45] -2015-03-11 22:00:45 queue INFO >83 [46] -2015-03-11 22:00:45 sendUrl INFO 83 [45] R:OK -2015-03-11 22:00:46 sendUrl INFO 83 [46] R:OK -2015-03-11 22:01:35 queue INFO >>83 [47] -2015-03-11 22:01:36 sendUrl INFO 83 [47] R:OK -2015-03-11 22:02:25 queue INFO >>83 [48] -2015-03-11 22:02:26 sendUrl INFO 83 [48] R:OK -2015-03-11 22:03:16 queue INFO >>83 [49] -2015-03-11 22:03:16 sendUrl INFO 83 [49] R:OK -2015-03-11 22:04:06 queue INFO >>83 [50] -2015-03-11 22:04:06 sendUrl INFO 83 [50] R:OK -2015-03-11 22:04:56 queue INFO >>83 [51] -2015-03-11 22:04:56 sendUrl INFO 83 [51] R:OK -2015-03-11 22:05:46 queue INFO >>83 [52] -2015-03-11 22:05:46 sendUrl INFO 83 [52] R:OK -2015-03-11 22:06:36 queue INFO >>83 [53] -2015-03-11 22:06:37 sendUrl INFO 83 [53] R:OK -2015-03-11 22:07:26 queue INFO >>83 [54] -2015-03-11 22:07:26 sendUrl INFO 83 [54] R:OK -2015-03-11 22:08:16 queue INFO >>83 [55] -2015-03-11 22:08:17 sendUrl INFO 83 [55] R:OK -2015-03-11 22:08:39 queue INFO 87 [56] -2015-03-11 22:08:39 queue INFO >87 [57] -2015-03-11 22:08:39 sendUrl INFO 87 [56] R:OK -2015-03-11 22:08:40 sendUrl INFO 87 [57] R:OK -2015-03-11 22:08:41 queue INFO 83 [58] -2015-03-11 22:08:41 queue INFO >83 [59] -2015-03-11 22:08:41 sendUrl INFO 83 [58] R:OK -2015-03-11 22:08:41 sendUrl INFO 83 [59] R:OK -2015-03-11 22:09:31 queue INFO >>83 [60] -2015-03-11 22:09:31 sendUrl INFO 83 [60] R:OK -2015-03-11 22:10:21 queue INFO >>83 [61] -2015-03-11 22:10:21 sendUrl INFO 83 [61] R:OK -2015-03-11 22:11:11 queue INFO >>83 [62] -2015-03-11 22:11:11 sendUrl INFO 83 [62] R:OK -2015-03-11 22:12:01 queue INFO >>83 [63] -2015-03-11 22:12:01 sendUrl INFO 83 [63] R:OK -2015-03-11 22:12:51 queue INFO >>83 [64] -2015-03-11 22:12:52 sendUrl INFO 83 [64] R:OK -2015-03-11 22:13:41 queue INFO >>83 [65] -2015-03-11 22:13:42 sendUrl INFO 83 [65] R:OK -2015-03-11 22:14:32 queue INFO >>83 [66] -2015-03-11 22:14:32 sendUrl INFO 83 [66] R:OK -2015-03-11 22:15:22 queue INFO >>83 [67] -2015-03-11 22:15:22 sendUrl INFO 83 [67] R:OK -2015-03-11 22:16:12 queue INFO >>83 [68] -2015-03-11 22:16:12 sendUrl INFO 83 [68] R:OK -2015-03-11 22:16:34 queue INFO 87 [69] -2015-03-11 22:16:35 queue INFO >87 [70] -2015-03-11 22:16:35 sendUrl INFO 87 [69] R:OK -2015-03-11 22:16:35 sendUrl INFO 87 [70] R:OK -2015-03-11 22:16:36 queue INFO 83 [71] -2015-03-11 22:16:36 sendUrl INFO 83 [71] R:OK -2015-03-11 22:16:36 queue INFO >83 [72] -2015-03-11 22:16:37 sendUrl INFO 83 [72] R:OK -2015-03-11 22:17:26 queue INFO >>83 [73] -2015-03-11 22:17:26 sendUrl INFO 83 [73] R:OK -2015-03-11 22:18:16 queue INFO >>83 [74] -2015-03-11 22:18:17 sendUrl INFO 83 [74] R:OK -2015-03-11 22:19:06 queue INFO >>83 [75] -2015-03-11 22:19:07 sendUrl INFO 83 [75] R:OK -2015-03-11 22:19:57 queue INFO >>83 [76] -2015-03-11 22:19:57 sendUrl INFO 83 [76] R:OK -2015-03-11 22:20:47 queue INFO >>83 [77] -2015-03-11 22:20:47 sendUrl INFO 83 [77] R:OK -2015-03-11 22:21:37 queue INFO >>83 [78] -2015-03-11 22:21:37 sendUrl INFO 83 [78] R:OK -2015-03-11 22:22:27 queue INFO >>83 [79] -2015-03-11 22:22:27 sendUrl INFO 83 [79] R:OK -2015-03-11 22:23:17 queue INFO >>83 [80] -2015-03-11 22:23:18 sendUrl INFO 83 [80] R:OK -2015-03-11 22:24:07 queue INFO >>83 [81] -2015-03-11 22:24:08 sendUrl INFO 83 [81] R:OK -2015-03-11 22:24:30 queue INFO 87 [82] -2015-03-11 22:24:30 queue INFO >87 [83] -2015-03-11 22:24:31 sendUrl INFO 87 [82] R:OK -2015-03-11 22:24:31 sendUrl INFO 87 [83] R:OK -2015-03-11 22:24:32 queue INFO 83 [84] -2015-03-11 22:24:32 queue INFO >83 [85] -2015-03-11 22:24:32 sendUrl INFO 83 [84] R:OK -2015-03-11 22:24:33 sendUrl INFO 83 [85] R:OK -2015-03-11 22:25:22 queue INFO >>83 [86] -2015-03-11 22:25:22 sendUrl INFO 83 [86] R:OK -2015-03-11 22:26:12 queue INFO >>83 [87] -2015-03-11 22:26:12 sendUrl INFO 83 [87] R:OK -2015-03-11 22:27:02 queue INFO >>83 [88] -2015-03-11 22:27:03 sendUrl INFO 83 [88] R:OK -2015-03-11 22:27:52 queue INFO >>83 [89] -2015-03-11 22:27:53 sendUrl INFO 83 [89] R:OK -2015-03-11 22:28:43 queue INFO >>83 [90] -2015-03-11 22:28:43 sendUrl INFO 83 [90] R:OK -2015-03-11 22:29:33 queue INFO >>83 [91] -2015-03-11 22:29:33 sendUrl INFO 83 [91] R:OK -2015-03-11 22:30:23 queue INFO >>83 [92] -2015-03-11 22:30:23 sendUrl INFO 83 [92] R:OK -2015-03-11 22:31:13 queue INFO >>83 [93] -2015-03-11 22:31:13 sendUrl INFO 83 [93] R:OK -2015-03-11 22:32:03 queue INFO >>83 [94] -2015-03-11 22:32:04 sendUrl INFO 83 [94] R:OK -2015-03-11 22:32:26 queue INFO 87 [95] -2015-03-11 22:32:26 queue INFO >87 [96] -2015-03-11 22:32:26 sendUrl INFO 87 [95] R:OK -2015-03-11 22:32:27 sendUrl INFO 87 [96] R:OK -2015-03-11 22:32:27 queue INFO 83 [97] -2015-03-11 22:32:28 queue INFO >83 [98] -2015-03-11 22:32:28 sendUrl INFO 83 [97] R:OK -2015-03-11 22:32:28 sendUrl INFO 83 [98] R:OK -2015-03-11 22:33:18 queue INFO >>83 [99] -2015-03-11 22:33:18 sendUrl INFO 83 [99] R:OK -2015-03-11 22:34:08 queue INFO >>83 [100] -2015-03-11 22:34:08 sendUrl INFO 83 [100] R:OK -2015-03-11 22:34:58 queue INFO >>83 [101] -2015-03-11 22:34:58 sendUrl INFO 83 [101] R:OK -2015-03-11 22:35:48 queue INFO >>83 [102] -2015-03-11 22:35:48 sendUrl INFO 83 [102] R:OK -2015-03-11 22:36:38 queue INFO >>83 [103] -2015-03-11 22:36:39 sendUrl INFO 83 [103] R:OK -2015-03-11 22:37:28 queue INFO >>83 [104] -2015-03-11 22:37:29 sendUrl INFO 83 [104] R:OK -2015-03-11 22:38:19 queue INFO >>83 [105] -2015-03-11 22:38:19 sendUrl INFO 83 [105] R:OK -2015-03-11 22:39:09 queue INFO >>83 [106] -2015-03-11 22:39:09 sendUrl INFO 83 [106] R:OK -2015-03-11 22:39:59 queue INFO >>83 [107] -2015-03-11 22:39:59 sendUrl INFO 83 [107] R:OK -2015-03-11 22:40:22 queue INFO 87 [108] -2015-03-11 22:40:22 queue INFO >87 [109] -2015-03-11 22:40:23 sendUrl INFO 87 [108] R:OK -2015-03-11 22:40:23 sendUrl INFO 87 [109] R:OK -2015-03-11 22:40:24 queue INFO 83 [110] -2015-03-11 22:40:24 queue INFO >83 [111] -2015-03-11 22:40:24 sendUrl INFO 83 [110] R:OK -2015-03-11 22:40:25 sendUrl INFO 83 [111] R:OK -2015-03-11 22:41:14 queue INFO >>83 [112] -2015-03-11 22:41:14 sendUrl INFO 83 [112] R:OK -2015-03-11 22:42:04 queue INFO >>83 [113] -2015-03-11 22:42:04 sendUrl INFO 83 [113] R:OK -2015-03-11 22:42:54 queue INFO >>83 [114] -2015-03-11 22:42:55 sendUrl INFO 83 [114] R:OK -2015-03-11 22:43:44 queue INFO >>83 [115] -2015-03-11 22:43:45 sendUrl INFO 83 [115] R:OK -2015-03-11 22:44:34 queue INFO >>83 [116] -2015-03-11 22:44:35 sendUrl INFO 83 [116] R:OK -2015-03-11 22:45:25 queue INFO >>83 [117] -2015-03-11 22:45:25 sendUrl INFO 83 [117] R:OK -2015-03-11 22:46:15 queue INFO >>83 [118] -2015-03-11 22:46:15 sendUrl INFO 83 [118] R:OK -2015-03-11 22:47:05 queue INFO >>83 [119] -2015-03-11 22:47:05 sendUrl INFO 83 [119] R:OK -2015-03-11 22:47:55 queue INFO >>83 [120] -2015-03-11 22:47:56 sendUrl INFO 83 [120] R:OK -2015-03-11 22:48:18 queue INFO 87 [121] -2015-03-11 22:48:18 queue INFO >87 [122] -2015-03-11 22:48:19 sendUrl INFO 87 [121] R:OK -2015-03-11 22:48:19 sendUrl INFO 87 [122] R:OK -2015-03-11 22:48:20 queue INFO 83 [123] -2015-03-11 22:48:20 queue INFO >83 [124] -2015-03-11 22:48:20 sendUrl INFO 83 [123] R:OK -2015-03-11 22:48:21 sendUrl INFO 83 [124] R:OK -2015-03-11 22:49:10 queue INFO >>83 [125] -2015-03-11 22:49:10 sendUrl INFO 83 [125] R:OK -2015-03-11 22:50:00 queue INFO >>83 [126] -2015-03-11 22:50:00 sendUrl INFO 83 [126] R:OK -2015-03-11 22:50:50 queue INFO >>83 [127] -2015-03-11 22:50:51 sendUrl INFO 83 [127] R:OK -2015-03-11 22:51:40 queue INFO >>83 [128] -2015-03-11 22:51:41 sendUrl INFO 83 [128] R:OK -2015-03-11 22:52:31 queue INFO >>83 [129] -2015-03-11 22:52:31 sendUrl INFO 83 [129] R:OK -2015-03-11 22:53:21 queue INFO >>83 [130] -2015-03-11 22:53:21 sendUrl INFO 83 [130] R:OK -2015-03-11 22:54:11 queue INFO >>83 [131] -2015-03-11 22:54:11 sendUrl INFO 83 [131] R:OK -2015-03-11 22:55:01 queue INFO >>83 [132] -2015-03-11 22:55:01 sendUrl INFO 83 [132] R:OK -2015-03-11 22:55:51 queue INFO >>83 [133] -2015-03-11 22:55:51 sendUrl INFO 83 [133] R:OK -2015-03-11 22:56:14 queue INFO 87 [134] -2015-03-11 22:56:14 queue INFO >87 [135] -2015-03-11 22:56:14 sendUrl INFO 87 [134] R:OK -2015-03-11 22:56:14 sendUrl INFO 87 [135] R:OK -2015-03-11 22:56:15 queue INFO 83 [136] -2015-03-11 22:56:15 queue INFO >83 [137] -2015-03-11 22:56:15 sendUrl INFO 83 [136] R:OK -2015-03-11 22:56:16 sendUrl INFO 83 [137] R:OK -2015-03-11 22:57:05 queue INFO >>83 [138] -2015-03-11 22:57:06 sendUrl INFO 83 [138] R:OK -2015-03-11 22:57:55 queue INFO >>83 [139] -2015-03-11 22:57:56 sendUrl INFO 83 [139] R:OK -2015-03-11 22:58:46 queue INFO >>83 [140] -2015-03-11 22:58:46 sendUrl INFO 83 [140] R:OK -2015-03-11 22:59:36 queue INFO >>83 [141] -2015-03-11 22:59:36 sendUrl INFO 83 [141] R:OK -2015-03-11 23:00:26 queue INFO >>83 [142] -2015-03-11 23:00:26 sendUrl INFO 83 [142] R:OK -2015-03-11 23:01:16 queue INFO >>83 [143] -2015-03-11 23:01:16 sendUrl INFO 83 [143] R:OK -2015-03-11 23:02:06 queue INFO >>83 [144] -2015-03-11 23:02:06 sendUrl INFO 83 [144] R:OK -2015-03-11 23:02:56 queue INFO >>83 [145] -2015-03-11 23:02:57 sendUrl INFO 83 [145] R:OK -2015-03-11 23:03:46 queue INFO >>83 [146] -2015-03-11 23:03:47 sendUrl INFO 83 [146] R:OK -2015-03-11 23:04:09 queue INFO 87 [147] -2015-03-11 23:04:09 queue INFO >87 [148] -2015-03-11 23:04:10 sendUrl INFO 87 [147] R:OK -2015-03-11 23:04:10 sendUrl INFO 87 [148] R:OK -2015-03-11 23:04:11 queue INFO 83 [149] -2015-03-11 23:04:11 queue INFO >83 [150] -2015-03-11 23:04:11 sendUrl INFO 83 [149] R:OK -2015-03-11 23:04:12 sendUrl INFO 83 [150] R:OK -2015-03-11 23:05:01 queue INFO >>83 [151] -2015-03-11 23:05:01 sendUrl INFO 83 [151] R:OK -2015-03-11 23:05:51 queue INFO >>83 [152] -2015-03-11 23:05:51 sendUrl INFO 83 [152] R:OK -2015-03-11 23:06:41 queue INFO >>83 [153] -2015-03-11 23:06:42 sendUrl INFO 83 [153] R:OK -2015-03-11 23:07:31 queue INFO >>83 [154] -2015-03-11 23:07:32 sendUrl INFO 83 [154] R:OK -2015-03-11 23:08:21 queue INFO >>83 [155] -2015-03-11 23:08:22 sendUrl INFO 83 [155] R:OK -2015-03-11 23:09:12 queue INFO >>83 [156] -2015-03-11 23:09:12 sendUrl INFO 83 [156] R:OK -2015-03-11 23:10:02 queue INFO >>83 [157] -2015-03-11 23:10:02 sendUrl INFO 83 [157] R:OK -2015-03-11 23:10:52 queue INFO >>83 [158] -2015-03-11 23:10:52 sendUrl INFO 83 [158] R:OK -2015-03-11 23:11:42 queue INFO >>83 [159] -2015-03-11 23:11:42 sendUrl INFO 83 [159] R:OK -2015-03-11 23:12:05 queue INFO 87 [160] -2015-03-11 23:12:05 queue INFO >87 [161] -2015-03-11 23:12:05 sendUrl INFO 87 [160] R:OK -2015-03-11 23:12:06 sendUrl INFO 87 [161] R:OK -2015-03-11 23:12:07 queue INFO 83 [162] -2015-03-11 23:12:07 queue INFO >83 [163] -2015-03-11 23:12:07 sendUrl INFO 83 [162] R:OK -2015-03-11 23:12:08 sendUrl INFO 83 [163] R:OK -2015-03-11 23:12:57 queue INFO >>83 [164] -2015-03-11 23:12:57 sendUrl INFO 83 [164] R:OK -2015-03-11 23:13:47 queue INFO >>83 [165] -2015-03-11 23:13:47 sendUrl INFO 83 [165] R:OK -2015-03-11 23:14:37 queue INFO >>83 [166] -2015-03-11 23:14:37 sendUrl INFO 83 [166] R:OK -2015-03-11 23:15:27 queue INFO >>83 [167] -2015-03-11 23:15:27 sendUrl INFO 83 [167] R:OK -2015-03-11 23:16:17 queue INFO >>83 [168] -2015-03-11 23:16:18 sendUrl INFO 83 [168] R:OK -2015-03-11 23:17:07 queue INFO >>83 [169] -2015-03-11 23:17:08 sendUrl INFO 83 [169] R:OK -2015-03-11 23:17:58 queue INFO >>83 [170] -2015-03-11 23:17:58 sendUrl INFO 83 [170] R:OK -2015-03-11 23:18:48 queue INFO >>83 [171] -2015-03-11 23:18:48 sendUrl INFO 83 [171] R:OK -2015-03-11 23:19:38 queue INFO >>83 [172] -2015-03-11 23:19:38 sendUrl INFO 83 [172] R:OK -2015-03-11 23:20:01 queue INFO 87 [173] -2015-03-11 23:20:01 queue INFO >87 [174] -2015-03-11 23:20:01 sendUrl INFO 87 [173] R:OK -2015-03-11 23:20:01 sendUrl INFO 87 [174] R:OK -2015-03-11 23:20:02 queue INFO 83 [175] -2015-03-11 23:20:02 sendUrl INFO 83 [175] R:OK -2015-03-11 23:20:02 queue INFO >83 [176] -2015-03-11 23:20:03 sendUrl INFO 83 [176] R:OK -2015-03-11 23:20:52 queue INFO >>83 [177] -2015-03-11 23:20:53 sendUrl INFO 83 [177] R:OK -2015-03-11 23:21:42 queue INFO >>83 [178] -2015-03-11 23:21:43 sendUrl INFO 83 [178] R:OK -2015-03-11 23:22:33 queue INFO >>83 [179] -2015-03-11 23:22:33 sendUrl INFO 83 [179] R:OK -2015-03-11 23:23:23 queue INFO >>83 [180] -2015-03-11 23:23:23 sendUrl INFO 83 [180] R:OK -2015-03-11 23:24:13 queue INFO >>83 [181] -2015-03-11 23:24:13 sendUrl INFO 83 [181] R:OK -2015-03-11 23:25:03 queue INFO >>83 [182] -2015-03-11 23:25:03 sendUrl INFO 83 [182] R:OK -2015-03-11 23:25:53 queue INFO >>83 [183] -2015-03-11 23:25:54 sendUrl INFO 83 [183] R:OK -2015-03-11 23:26:43 queue INFO >>83 [184] -2015-03-11 23:26:43 sendUrl INFO 83 [184] R:OK -2015-03-11 23:27:33 queue INFO >>83 [185] -2015-03-11 23:27:34 sendUrl INFO 83 [185] R:OK -2015-03-11 23:27:57 queue INFO 87 [186] -2015-03-11 23:27:57 sendUrl INFO 87 [186] R:OK -2015-03-11 23:27:57 queue INFO >87 [187] -2015-03-11 23:27:57 sendUrl INFO 87 [187] R:OK -2015-03-11 23:27:58 queue INFO 83 [188] -2015-03-11 23:27:59 queue INFO >83 [189] -2015-03-11 23:27:59 sendUrl INFO 83 [188] R:OK -2015-03-11 23:27:59 sendUrl INFO 83 [189] R:OK -2015-03-11 23:28:49 queue INFO >>83 [190] -2015-03-11 23:28:49 sendUrl INFO 83 [190] R:OK -2015-03-11 23:29:39 queue INFO >>83 [191] -2015-03-11 23:29:39 sendUrl INFO 83 [191] R:OK -2015-03-11 23:30:29 queue INFO >>83 [192] -2015-03-11 23:30:29 sendUrl INFO 83 [192] R:OK -2015-03-11 23:31:19 queue INFO >>83 [193] -2015-03-11 23:31:19 sendUrl INFO 83 [193] R:OK -2015-03-11 23:32:09 queue INFO >>83 [194] -2015-03-11 23:32:10 sendUrl INFO 83 [194] R:OK -2015-03-11 23:32:59 queue INFO >>83 [195] -2015-03-11 23:32:59 sendUrl INFO 83 [195] R:OK -2015-03-11 23:33:50 queue INFO >>83 [196] -2015-03-11 23:33:50 sendUrl INFO 83 [196] R:OK -2015-03-11 23:34:40 queue INFO >>83 [197] -2015-03-11 23:34:40 sendUrl INFO 83 [197] R:OK -2015-03-11 23:35:30 queue INFO >>83 [198] -2015-03-11 23:35:30 sendUrl INFO 83 [198] R:OK -2015-03-11 23:35:53 queue INFO 87 [199] -2015-03-11 23:35:53 queue INFO >87 [200] -2015-03-11 23:35:53 sendUrl INFO 87 [199] R:OK -2015-03-11 23:35:54 sendUrl INFO 87 [200] R:OK -2015-03-11 23:35:55 queue INFO 83 [201] -2015-03-11 23:35:55 sendUrl INFO 83 [201] R:OK -2015-03-11 23:35:55 queue INFO >83 [202] -2015-03-11 23:35:55 sendUrl INFO 83 [202] R:OK -2015-03-11 23:36:45 queue INFO >>83 [203] -2015-03-11 23:36:45 sendUrl INFO 83 [203] R:OK -2015-03-11 23:37:35 queue INFO >>83 [204] -2015-03-11 23:37:35 sendUrl INFO 83 [204] R:OK -2015-03-11 23:38:25 queue INFO >>83 [205] -2015-03-11 23:38:25 sendUrl INFO 83 [205] R:OK -2015-03-11 23:39:15 queue INFO >>83 [206] -2015-03-11 23:39:15 sendUrl INFO 83 [206] R:OK -2015-03-11 23:40:05 queue INFO >>83 [207] -2015-03-11 23:40:06 sendUrl INFO 83 [207] R:OK -2015-03-11 23:40:55 queue INFO >>83 [208] -2015-03-11 23:40:56 sendUrl INFO 83 [208] R:OK -2015-03-11 23:41:46 queue INFO >>83 [209] -2015-03-11 23:41:46 sendUrl INFO 83 [209] R:OK -2015-03-11 23:42:36 queue INFO >>83 [210] -2015-03-11 23:42:36 sendUrl INFO 83 [210] R:OK -2015-03-11 23:43:26 queue INFO >>83 [211] -2015-03-11 23:43:26 sendUrl INFO 83 [211] R:OK -2015-03-11 23:43:48 queue INFO 87 [212] -2015-03-11 23:43:49 queue INFO >87 [213] -2015-03-11 23:43:49 sendUrl INFO 87 [212] R:OK -2015-03-11 23:43:49 sendUrl INFO 87 [213] R:OK -2015-03-11 23:43:50 queue INFO 83 [214] -2015-03-11 23:43:50 queue INFO >83 [215] -2015-03-11 23:43:50 sendUrl INFO 83 [214] R:OK -2015-03-11 23:43:51 sendUrl INFO 83 [215] R:OK -2015-03-11 23:44:40 queue INFO >>83 [216] -2015-03-11 23:44:41 sendUrl INFO 83 [216] R:OK -2015-03-11 23:45:30 queue INFO >>83 [217] -2015-03-11 23:45:30 sendUrl INFO 83 [217] R:OK -2015-03-11 23:46:20 queue INFO >>83 [218] -2015-03-11 23:46:21 sendUrl INFO 83 [218] R:OK -2015-03-11 23:47:11 queue INFO >>83 [219] -2015-03-11 23:47:11 sendUrl INFO 83 [219] R:OK -2015-03-11 23:48:01 queue INFO >>83 [220] -2015-03-11 23:48:01 sendUrl INFO 83 [220] R:OK -2015-03-11 23:48:51 queue INFO >>83 [221] -2015-03-11 23:48:51 sendUrl INFO 83 [221] R:OK -2015-03-11 23:49:41 queue INFO >>83 [222] -2015-03-11 23:49:42 sendUrl INFO 83 [222] R:OK -2015-03-11 23:50:31 queue INFO >>83 [223] -2015-03-11 23:50:31 sendUrl INFO 83 [223] R:OK -2015-03-11 23:51:21 queue INFO >>83 [224] -2015-03-11 23:51:22 sendUrl INFO 83 [224] R:OK -2015-03-11 23:51:44 queue INFO 87 [225] -2015-03-11 23:51:44 sendUrl INFO 87 [225] R:OK -2015-03-11 23:51:44 queue INFO >87 [226] -2015-03-11 23:51:44 sendUrl INFO 87 [226] R:OK -2015-03-11 23:51:45 queue INFO 83 [227] -2015-03-11 23:51:46 queue INFO >83 [228] -2015-03-11 23:51:46 sendUrl INFO 83 [227] R:OK -2015-03-11 23:51:46 sendUrl INFO 83 [228] R:OK -2015-03-11 23:52:36 queue INFO >>83 [229] -2015-03-11 23:52:36 sendUrl INFO 83 [229] R:OK -2015-03-11 23:53:26 queue INFO >>83 [230] -2015-03-11 23:53:26 sendUrl INFO 83 [230] R:OK -2015-03-11 23:54:16 queue INFO >>83 [231] -2015-03-11 23:54:16 sendUrl INFO 83 [231] R:OK -2015-03-11 23:55:06 queue INFO >>83 [232] -2015-03-11 23:55:06 sendUrl INFO 83 [232] R:OK -2015-03-11 23:55:56 queue INFO >>83 [233] -2015-03-11 23:55:57 sendUrl INFO 83 [233] R:OK -2015-03-11 23:56:46 queue INFO >>83 [234] -2015-03-11 23:56:46 sendUrl INFO 83 [234] R:OK -2015-03-11 23:57:36 queue INFO >>83 [235] -2015-03-11 23:57:37 sendUrl INFO 83 [235] R:OK -2015-03-11 23:58:27 queue INFO >>83 [236] -2015-03-11 23:58:27 sendUrl INFO 83 [236] R:OK -2015-03-11 23:59:17 queue INFO >>83 [237] -2015-03-11 23:59:17 sendUrl INFO 83 [237] R:OK -2015-03-11 23:59:40 queue INFO 87 [238] -2015-03-11 23:59:40 queue INFO >87 [239] -2015-03-11 23:59:40 sendUrl INFO 87 [238] R:OK -2015-03-11 23:59:41 sendUrl INFO 87 [239] R:OK -2015-03-11 23:59:41 queue INFO 83 [240] -2015-03-11 23:59:41 queue INFO >83 [241] -2015-03-11 23:59:42 sendUrl INFO 83 [240] R:OK -2015-03-11 23:59:42 sendUrl INFO 83 [241] R:OK -2015-03-12 00:00:31 queue INFO >>83 [242] -2015-03-12 00:00:32 sendUrl INFO 83 [242] R:OK -2015-03-12 00:00:50 queue INFO 81 [243] -2015-03-12 00:00:51 queue INFO >81 [244] -2015-03-12 00:00:51 sendUrl INFO 81 [243] R:OK -2015-03-12 00:00:52 sendUrl INFO 81 [244] R:OK -2015-03-12 00:01:41 queue INFO >>81 [245] -2015-03-12 00:01:41 sendUrl INFO 81 [245] R:OK -2015-03-12 00:02:31 queue INFO >>81 [246] -2015-03-12 00:02:31 sendUrl INFO 81 [246] R:OK -2015-03-12 00:03:21 queue INFO >>81 [247] -2015-03-12 00:03:21 sendUrl INFO 81 [247] R:OK -2015-03-12 00:04:11 queue INFO >>81 [248] -2015-03-12 00:04:11 sendUrl INFO 81 [248] R:OK -2015-03-12 00:05:01 queue INFO >>81 [249] -2015-03-12 00:05:02 sendUrl INFO 81 [249] R:OK -2015-03-12 00:05:51 queue INFO >>81 [250] -2015-03-12 00:05:52 sendUrl INFO 81 [250] R:OK -2015-03-12 00:06:42 queue INFO >>81 [251] -2015-03-12 00:06:42 sendUrl INFO 81 [251] R:OK -2015-03-12 00:07:32 queue INFO >>81 [252] -2015-03-12 00:07:32 sendUrl INFO 81 [252] R:OK -2015-03-12 00:08:22 queue INFO >>81 [253] -2015-03-12 00:08:22 sendUrl INFO 81 [253] R:OK -2015-03-12 00:08:23 queue INFO 91 [254] -2015-03-12 00:08:23 queue INFO 99 [255] -2015-03-12 00:08:24 sendUrl INFO 91 [254] R:OK -2015-03-12 00:08:24 queue INFO >99 [256] -2015-03-12 00:08:24 sendUrl INFO 99 [255] R:OK -2015-03-12 00:08:25 sendUrl INFO 99 [256] R:OK -2015-03-12 00:09:14 queue INFO >>99 [257] -2015-03-12 00:09:14 sendUrl INFO 99 [257] R:OK -2015-03-12 00:10:04 queue INFO >>99 [258] -2015-03-12 00:10:04 sendUrl INFO 99 [258] R:OK -2015-03-12 00:10:54 queue INFO >>99 [259] -2015-03-12 00:10:54 sendUrl INFO 99 [259] R:OK -2015-03-12 00:11:44 queue INFO >>99 [260] -2015-03-12 00:11:44 sendUrl INFO 99 [260] R:OK -2015-03-12 00:12:34 queue INFO >>99 [261] -2015-03-12 00:12:35 sendUrl INFO 99 [261] R:OK -2015-03-12 00:13:24 queue INFO >>99 [262] -2015-03-12 00:13:25 sendUrl INFO 99 [262] R:OK -2015-03-12 00:13:48 queue INFO 89 [263] -2015-03-12 00:13:49 queue INFO >89 [264] -2015-03-12 00:13:49 sendUrl INFO 89 [263] R:OK -2015-03-12 00:13:49 sendUrl INFO 89 [264] R:OK -2015-03-12 00:13:51 queue INFO 81 [265] -2015-03-12 00:13:52 queue INFO >81 [266] -2015-03-12 00:13:52 sendUrl INFO 81 [265] R:OK -2015-03-12 00:13:52 sendUrl INFO 81 [266] R:OK -2015-03-12 00:13:58 queue INFO 83 [267] -2015-03-12 00:13:58 queue INFO >83 [268] -2015-03-12 00:13:58 sendUrl INFO 83 [267] R:OK -2015-03-12 00:13:59 sendUrl INFO 83 [268] R:OK -2015-03-12 00:14:25 queue INFO 87 [269] -2015-03-12 00:14:25 queue INFO >87 [270] -2015-03-12 00:14:25 sendUrl INFO 87 [269] R:OK -2015-03-12 00:14:25 sendUrl INFO 87 [270] R:OK -2015-03-12 00:14:26 queue INFO 83 [271] -2015-03-12 00:14:26 queue INFO >83 [272] -2015-03-12 00:14:27 sendUrl INFO 83 [271] R:OK -2015-03-12 00:14:27 sendUrl INFO 83 [272] R:OK -2015-03-12 00:15:16 queue INFO >>83 [273] -2015-03-12 00:15:17 sendUrl INFO 83 [273] R:OK -2015-03-12 00:16:06 queue INFO >>83 [274] -2015-03-12 00:16:07 sendUrl INFO 83 [274] R:OK -2015-03-12 00:16:57 queue INFO >>83 [275] -2015-03-12 00:16:57 sendUrl INFO 83 [275] R:OK -2015-03-12 00:17:47 queue INFO >>83 [276] -2015-03-12 00:17:47 sendUrl INFO 83 [276] R:OK -2015-03-12 00:18:37 queue INFO >>83 [277] -2015-03-12 00:18:37 sendUrl INFO 83 [277] R:OK -2015-03-12 00:19:27 queue INFO >>83 [278] -2015-03-12 00:19:27 sendUrl INFO 83 [278] R:OK -2015-03-12 00:20:17 queue INFO >>83 [279] -2015-03-12 00:20:18 sendUrl INFO 83 [279] R:OK -2015-03-12 00:21:07 queue INFO >>83 [280] -2015-03-12 00:21:08 sendUrl INFO 83 [280] R:OK -2015-03-12 00:21:58 queue INFO >>83 [281] -2015-03-12 00:21:58 sendUrl INFO 83 [281] R:OK -2015-03-12 00:22:21 queue INFO 87 [282] -2015-03-12 00:22:21 queue INFO >87 [283] -2015-03-12 00:22:21 sendUrl INFO 87 [282] R:OK -2015-03-12 00:22:22 sendUrl INFO 87 [283] R:OK -2015-03-12 00:22:22 queue INFO 83 [284] -2015-03-12 00:22:23 queue INFO >83 [285] -2015-03-12 00:22:23 sendUrl INFO 83 [284] R:OK -2015-03-12 00:22:23 sendUrl INFO 83 [285] R:OK -2015-03-12 00:23:13 queue INFO >>83 [286] -2015-03-12 00:23:13 sendUrl INFO 83 [286] R:OK -2015-03-12 00:24:03 queue INFO >>83 [287] -2015-03-12 00:24:03 sendUrl INFO 83 [287] R:OK -2015-03-12 00:24:53 queue INFO >>83 [288] -2015-03-12 00:24:53 sendUrl INFO 83 [288] R:OK -2015-03-12 00:25:43 queue INFO >>83 [289] -2015-03-12 00:25:43 sendUrl INFO 83 [289] R:OK -2015-03-12 00:26:33 queue INFO >>83 [290] -2015-03-12 00:26:33 sendUrl INFO 83 [290] R:OK -2015-03-12 00:27:23 queue INFO >>83 [291] -2015-03-12 00:27:24 sendUrl INFO 83 [291] R:OK -2015-03-12 00:28:13 queue INFO >>83 [292] -2015-03-12 00:28:14 sendUrl INFO 83 [292] R:OK -2015-03-12 00:29:04 queue INFO >>83 [293] -2015-03-12 00:29:04 sendUrl INFO 83 [293] R:OK -2015-03-12 00:29:54 queue INFO >>83 [294] -2015-03-12 00:29:54 sendUrl INFO 83 [294] R:OK -2015-03-12 00:30:16 queue INFO 87 [295] -2015-03-12 00:30:16 queue INFO >87 [296] -2015-03-12 00:30:17 sendUrl INFO 87 [295] R:OK -2015-03-12 00:30:17 sendUrl INFO 87 [296] R:OK -2015-03-12 00:30:18 queue INFO 83 [297] -2015-03-12 00:30:18 queue INFO >83 [298] -2015-03-12 00:30:18 sendUrl INFO 83 [297] R:OK -2015-03-12 00:30:19 sendUrl INFO 83 [298] R:OK -2015-03-12 00:31:08 queue INFO >>83 [299] -2015-03-12 00:31:08 sendUrl INFO 83 [299] R:OK -2015-03-12 00:31:58 queue INFO >>83 [300] -2015-03-12 00:31:58 sendUrl INFO 83 [300] R:OK -2015-03-12 00:32:48 queue INFO >>83 [301] -2015-03-12 00:32:49 sendUrl INFO 83 [301] R:OK -2015-03-12 00:33:38 queue INFO >>83 [302] -2015-03-12 00:33:39 sendUrl INFO 83 [302] R:OK -2015-03-12 00:34:29 queue INFO >>83 [303] -2015-03-12 00:34:29 sendUrl INFO 83 [303] R:OK -2015-03-12 00:35:19 queue INFO >>83 [304] -2015-03-12 00:35:19 sendUrl INFO 83 [304] R:OK -2015-03-12 00:36:09 queue INFO >>83 [305] -2015-03-12 00:36:09 sendUrl INFO 83 [305] R:OK -2015-03-12 00:36:59 queue INFO >>83 [306] -2015-03-12 00:36:59 sendUrl INFO 83 [306] R:OK -2015-03-12 00:37:49 queue INFO >>83 [307] -2015-03-12 00:37:50 sendUrl INFO 83 [307] R:OK -2015-03-12 00:38:12 queue INFO 87 [308] -2015-03-12 00:38:12 queue INFO >87 [309] -2015-03-12 00:38:12 sendUrl INFO 87 [308] R:OK -2015-03-12 00:38:13 sendUrl INFO 87 [309] R:OK -2015-03-12 00:38:14 queue INFO 83 [310] -2015-03-12 00:38:14 queue INFO >83 [311] -2015-03-12 00:38:14 sendUrl INFO 83 [310] R:OK -2015-03-12 00:38:14 sendUrl INFO 83 [311] R:OK -2015-03-12 00:39:04 queue INFO >>83 [312] -2015-03-12 00:39:04 sendUrl INFO 83 [312] R:OK -2015-03-12 00:39:54 queue INFO >>83 [313] -2015-03-12 00:39:54 sendUrl INFO 83 [313] R:OK -2015-03-12 00:40:44 queue INFO >>83 [314] -2015-03-12 00:40:44 sendUrl INFO 83 [314] R:OK -2015-03-12 00:41:34 queue INFO >>83 [315] -2015-03-12 00:41:34 sendUrl INFO 83 [315] R:OK -2015-03-12 00:42:24 queue INFO >>83 [316] -2015-03-12 00:42:25 sendUrl INFO 83 [316] R:OK -2015-03-12 00:43:14 queue INFO >>83 [317] -2015-03-12 00:43:15 sendUrl INFO 83 [317] R:OK -2015-03-12 00:44:05 queue INFO >>83 [318] -2015-03-12 00:44:05 sendUrl INFO 83 [318] R:OK -2015-03-12 00:44:55 queue INFO >>83 [319] -2015-03-12 00:44:55 sendUrl INFO 83 [319] R:OK -2015-03-12 00:45:45 queue INFO >>83 [320] -2015-03-12 00:45:45 sendUrl INFO 83 [320] R:OK -2015-03-12 00:46:08 queue INFO 87 [321] -2015-03-12 00:46:08 queue INFO >87 [322] -2015-03-12 00:46:08 sendUrl INFO 87 [321] R:OK -2015-03-12 00:46:09 sendUrl INFO 87 [322] R:OK -2015-03-12 00:46:09 queue INFO 83 [323] -2015-03-12 00:46:10 queue INFO >83 [324] -2015-03-12 00:46:10 sendUrl INFO 83 [323] R:OK -2015-03-12 00:46:10 sendUrl INFO 83 [324] R:OK -2015-03-12 00:47:00 queue INFO >>83 [325] -2015-03-12 00:47:00 sendUrl INFO 83 [325] R:OK -2015-03-12 00:47:50 queue INFO >>83 [326] -2015-03-12 00:47:50 sendUrl INFO 83 [326] R:OK -2015-03-12 00:48:40 queue INFO >>83 [327] -2015-03-12 00:48:40 sendUrl INFO 83 [327] R:OK -2015-03-12 00:49:30 queue INFO >>83 [328] -2015-03-12 00:49:30 sendUrl INFO 83 [328] R:OK -2015-03-12 00:50:20 queue INFO >>83 [329] -2015-03-12 00:50:20 sendUrl INFO 83 [329] R:OK -2015-03-12 00:51:10 queue INFO >>83 [330] -2015-03-12 00:51:11 sendUrl INFO 83 [330] R:OK -2015-03-12 00:52:00 queue INFO >>83 [331] -2015-03-12 00:52:01 sendUrl INFO 83 [331] R:OK -2015-03-12 00:52:51 queue INFO >>83 [332] -2015-03-12 00:52:51 sendUrl INFO 83 [332] R:OK -2015-03-12 00:53:41 queue INFO >>83 [333] -2015-03-12 00:53:41 sendUrl INFO 83 [333] R:OK -2015-03-12 00:54:03 queue INFO 87 [334] -2015-03-12 00:54:04 queue INFO >87 [335] -2015-03-12 00:54:04 sendUrl INFO 87 [334] R:OK -2015-03-12 00:54:04 sendUrl INFO 87 [335] R:OK -2015-03-12 00:54:05 queue INFO 83 [336] -2015-03-12 00:54:05 queue INFO >83 [337] -2015-03-12 00:54:05 sendUrl INFO 83 [336] R:OK -2015-03-12 00:54:06 sendUrl INFO 83 [337] R:OK -2015-03-12 00:54:55 queue INFO >>83 [338] -2015-03-12 00:54:56 sendUrl INFO 83 [338] R:OK -2015-03-12 00:55:45 queue INFO >>83 [339] -2015-03-12 00:55:46 sendUrl INFO 83 [339] R:OK -2015-03-12 00:56:36 queue INFO >>83 [340] -2015-03-12 00:56:36 sendUrl INFO 83 [340] R:OK -2015-03-12 00:57:26 queue INFO >>83 [341] -2015-03-12 00:57:26 sendUrl INFO 83 [341] R:OK -2015-03-12 00:58:16 queue INFO >>83 [342] -2015-03-12 00:58:16 sendUrl INFO 83 [342] R:OK -2015-03-12 00:59:06 queue INFO >>83 [343] -2015-03-12 00:59:06 sendUrl INFO 83 [343] R:OK -2015-03-12 00:59:56 queue INFO >>83 [344] -2015-03-12 00:59:57 sendUrl INFO 83 [344] R:OK -2015-03-12 01:00:46 queue INFO >>83 [345] -2015-03-12 01:00:46 sendUrl INFO 83 [345] R:OK -2015-03-12 01:01:36 queue INFO >>83 [346] -2015-03-12 01:01:37 sendUrl INFO 83 [346] R:OK -2015-03-12 01:02:00 queue INFO 87 [347] -2015-03-12 01:02:00 queue INFO >87 [348] -2015-03-12 01:02:00 sendUrl INFO 87 [347] R:OK -2015-03-12 01:02:00 sendUrl INFO 87 [348] R:OK -2015-03-12 01:02:01 queue INFO 83 [349] -2015-03-12 01:02:01 sendUrl INFO 83 [349] R:OK -2015-03-12 01:02:02 queue INFO >83 [350] -2015-03-12 01:02:02 sendUrl INFO 83 [350] R:OK -2015-03-12 01:02:51 queue INFO >>83 [351] -2015-03-12 01:02:52 sendUrl INFO 83 [351] R:OK -2015-03-12 01:03:42 queue INFO >>83 [352] -2015-03-12 01:03:42 sendUrl INFO 83 [352] R:OK -2015-03-12 01:04:32 queue INFO >>83 [353] -2015-03-12 01:04:32 sendUrl INFO 83 [353] R:OK -2015-03-12 01:05:22 queue INFO >>83 [354] -2015-03-12 01:05:22 sendUrl INFO 83 [354] R:OK -2015-03-12 01:06:12 queue INFO >>83 [355] -2015-03-12 01:06:13 sendUrl INFO 83 [355] R:OK -2015-03-12 01:07:02 queue INFO >>83 [356] -2015-03-12 01:07:02 sendUrl INFO 83 [356] R:OK -2015-03-12 01:07:52 queue INFO >>83 [357] -2015-03-12 01:07:53 sendUrl INFO 83 [357] R:OK -2015-03-12 01:08:43 queue INFO >>83 [358] -2015-03-12 01:08:43 sendUrl INFO 83 [358] R:OK -2015-03-12 01:09:33 queue INFO >>83 [359] -2015-03-12 01:09:33 sendUrl INFO 83 [359] R:OK -2015-03-12 01:09:56 queue INFO 87 [360] -2015-03-12 01:09:56 sendUrl INFO 87 [360] R:OK -2015-03-12 01:09:56 queue INFO >87 [361] -2015-03-12 01:09:57 sendUrl INFO 87 [361] R:OK -2015-03-12 01:09:58 queue INFO 83 [362] -2015-03-12 01:09:58 queue INFO >83 [363] -2015-03-12 01:09:58 sendUrl INFO 83 [362] R:OK -2015-03-12 01:09:59 sendUrl INFO 83 [363] R:OK -2015-03-12 01:10:48 queue INFO >>83 [364] -2015-03-12 01:10:48 sendUrl INFO 83 [364] R:OK -2015-03-12 01:11:38 queue INFO >>83 [365] -2015-03-12 01:11:38 sendUrl INFO 83 [365] R:OK -2015-03-12 01:12:28 queue INFO >>83 [366] -2015-03-12 01:12:29 sendUrl INFO 83 [366] R:OK -2015-03-12 01:13:18 queue INFO >>83 [367] -2015-03-12 01:13:18 sendUrl INFO 83 [367] R:OK -2015-03-12 01:14:08 queue INFO >>83 [368] -2015-03-12 01:14:09 sendUrl INFO 83 [368] R:OK -2015-03-12 01:14:58 queue INFO >>83 [369] -2015-03-12 01:14:59 sendUrl INFO 83 [369] R:OK -2015-03-12 01:15:49 queue INFO >>83 [370] -2015-03-12 01:15:49 sendUrl INFO 83 [370] R:OK -2015-03-12 01:16:39 queue INFO >>83 [371] -2015-03-12 01:16:39 sendUrl INFO 83 [371] R:OK -2015-03-12 01:17:29 queue INFO >>83 [372] -2015-03-12 01:17:29 sendUrl INFO 83 [372] R:OK -2015-03-12 01:17:51 queue INFO 87 [373] -2015-03-12 01:17:52 queue INFO >87 [374] -2015-03-12 01:17:52 sendUrl INFO 87 [373] R:OK -2015-03-12 01:17:52 sendUrl INFO 87 [374] R:OK -2015-03-12 01:17:53 queue INFO 83 [375] -2015-03-12 01:17:53 queue INFO >83 [376] -2015-03-12 01:17:53 sendUrl INFO 83 [375] R:OK -2015-03-12 01:17:54 sendUrl INFO 83 [376] R:OK -2015-03-12 01:18:43 queue INFO >>83 [377] -2015-03-12 01:18:44 sendUrl INFO 83 [377] R:OK -2015-03-12 01:19:33 queue INFO >>83 [378] -2015-03-12 01:19:34 sendUrl INFO 83 [378] R:OK -2015-03-12 01:20:23 queue INFO >>83 [379] -2015-03-12 01:20:24 sendUrl INFO 83 [379] R:OK -2015-03-12 01:21:14 queue INFO >>83 [380] -2015-03-12 01:21:14 sendUrl INFO 83 [380] R:OK -2015-03-12 01:22:04 queue INFO >>83 [381] -2015-03-12 01:22:04 sendUrl INFO 83 [381] R:OK -2015-03-12 01:22:54 queue INFO >>83 [382] -2015-03-12 01:22:54 sendUrl INFO 83 [382] R:OK -2015-03-12 01:23:44 queue INFO >>83 [383] -2015-03-12 01:23:45 sendUrl INFO 83 [383] R:OK -2015-03-12 01:24:34 queue INFO >>83 [384] -2015-03-12 01:24:34 sendUrl INFO 83 [384] R:OK -2015-03-12 01:25:24 queue INFO >>83 [385] -2015-03-12 01:25:25 sendUrl INFO 83 [385] R:OK -2015-03-12 01:25:47 queue INFO 87 [386] -2015-03-12 01:25:47 queue INFO >87 [387] -2015-03-12 01:25:47 sendUrl INFO 87 [386] R:OK -2015-03-12 01:25:48 sendUrl INFO 87 [387] R:OK -2015-03-12 01:25:49 queue INFO 83 [388] -2015-03-12 01:25:49 queue INFO >83 [389] -2015-03-12 01:25:49 sendUrl INFO 83 [388] R:OK -2015-03-12 01:25:49 sendUrl INFO 83 [389] R:OK -2015-03-12 01:26:39 queue INFO >>83 [390] -2015-03-12 01:26:39 sendUrl INFO 83 [390] R:OK -2015-03-12 01:27:29 queue INFO >>83 [391] -2015-03-12 01:27:30 sendUrl INFO 83 [391] R:OK -2015-03-12 01:28:19 queue INFO >>83 [392] -2015-03-12 01:28:19 sendUrl INFO 83 [392] R:OK -2015-03-12 01:29:09 queue INFO >>83 [393] -2015-03-12 01:29:10 sendUrl INFO 83 [393] R:OK -2015-03-12 01:29:59 queue INFO >>83 [394] -2015-03-12 01:30:00 sendUrl INFO 83 [394] R:OK -2015-03-12 01:30:50 queue INFO >>83 [395] -2015-03-12 01:30:50 sendUrl INFO 83 [395] R:OK -2015-03-12 01:31:40 queue INFO >>83 [396] -2015-03-12 01:31:40 sendUrl INFO 83 [396] R:OK -2015-03-12 01:32:30 queue INFO >>83 [397] -2015-03-12 01:32:30 sendUrl INFO 83 [397] R:OK -2015-03-12 01:33:20 queue INFO >>83 [398] -2015-03-12 01:33:20 sendUrl INFO 83 [398] R:OK -2015-03-12 01:33:43 queue INFO 87 [399] -2015-03-12 01:33:43 queue INFO >87 [400] -2015-03-12 01:33:44 sendUrl INFO 87 [399] R:OK -2015-03-12 01:33:44 sendUrl INFO 87 [400] R:OK -2015-03-12 01:33:45 queue INFO 83 [401] -2015-03-12 01:33:45 queue INFO >83 [402] -2015-03-12 01:33:45 sendUrl INFO 83 [401] R:OK -2015-03-12 01:33:46 sendUrl INFO 83 [402] R:OK -2015-03-12 01:34:35 queue INFO >>83 [403] -2015-03-12 01:34:35 sendUrl INFO 83 [403] R:OK -2015-03-12 01:35:25 queue INFO >>83 [404] -2015-03-12 01:35:25 sendUrl INFO 83 [404] R:OK -2015-03-12 01:36:15 queue INFO >>83 [405] -2015-03-12 01:36:15 sendUrl INFO 83 [405] R:OK -2015-03-12 01:37:05 queue INFO >>83 [406] -2015-03-12 01:37:05 sendUrl INFO 83 [406] R:OK -2015-03-12 01:37:55 queue INFO >>83 [407] -2015-03-12 01:37:56 sendUrl INFO 83 [407] R:OK -2015-03-12 01:38:45 queue INFO >>83 [408] -2015-03-12 01:38:46 sendUrl INFO 83 [408] R:OK -2015-03-12 01:39:36 queue INFO >>83 [409] -2015-03-12 01:39:36 sendUrl INFO 83 [409] R:OK -2015-03-12 01:40:26 queue INFO >>83 [410] -2015-03-12 01:40:26 sendUrl INFO 83 [410] R:OK -2015-03-12 01:41:16 queue INFO >>83 [411] -2015-03-12 01:41:16 sendUrl INFO 83 [411] R:OK -2015-03-12 01:41:39 queue INFO 87 [412] -2015-03-12 01:41:39 queue INFO >87 [413] -2015-03-12 01:41:39 sendUrl INFO 87 [412] R:OK -2015-03-12 01:41:40 sendUrl INFO 87 [413] R:OK -2015-03-12 01:41:40 queue INFO 83 [414] -2015-03-12 01:41:41 queue INFO >83 [415] -2015-03-12 01:41:41 sendUrl INFO 83 [414] R:OK -2015-03-12 01:41:41 sendUrl INFO 83 [415] R:OK -2015-03-12 01:42:31 queue INFO >>83 [416] -2015-03-12 01:42:31 sendUrl INFO 83 [416] R:OK -2015-03-12 01:43:21 queue INFO >>83 [417] -2015-03-12 01:43:21 sendUrl INFO 83 [417] R:OK -2015-03-12 01:44:11 queue INFO >>83 [418] -2015-03-12 01:44:11 sendUrl INFO 83 [418] R:OK -2015-03-12 01:45:01 queue INFO >>83 [419] -2015-03-12 01:45:01 sendUrl INFO 83 [419] R:OK -2015-03-12 01:45:51 queue INFO >>83 [420] -2015-03-12 01:45:51 sendUrl INFO 83 [420] R:OK -2015-03-12 01:46:41 queue INFO >>83 [421] -2015-03-12 01:46:42 sendUrl INFO 83 [421] R:OK -2015-03-12 01:47:31 queue INFO >>83 [422] -2015-03-12 01:47:32 sendUrl INFO 83 [422] R:OK -2015-03-12 01:48:22 queue INFO >>83 [423] -2015-03-12 01:48:22 sendUrl INFO 83 [423] R:OK -2015-03-12 01:49:12 queue INFO >>83 [424] -2015-03-12 01:49:12 sendUrl INFO 83 [424] R:OK -2015-03-12 01:49:35 queue INFO 87 [425] -2015-03-12 01:49:35 queue INFO >87 [426] -2015-03-12 01:49:35 sendUrl INFO 87 [425] R:OK -2015-03-12 01:49:36 sendUrl INFO 87 [426] R:OK -2015-03-12 01:49:37 queue INFO 83 [427] -2015-03-12 01:49:37 queue INFO >83 [428] -2015-03-12 01:49:37 sendUrl INFO 83 [427] R:OK -2015-03-12 01:49:37 sendUrl INFO 83 [428] R:OK -2015-03-12 01:50:27 queue INFO >>83 [429] -2015-03-12 01:50:27 sendUrl INFO 83 [429] R:OK -2015-03-12 01:51:17 queue INFO >>83 [430] -2015-03-12 01:51:17 sendUrl INFO 83 [430] R:OK -2015-03-12 01:52:07 queue INFO >>83 [431] -2015-03-12 01:52:07 sendUrl INFO 83 [431] R:OK -2015-03-12 01:52:57 queue INFO >>83 [432] -2015-03-12 01:52:57 sendUrl INFO 83 [432] R:OK -2015-03-12 01:53:47 queue INFO >>83 [433] -2015-03-12 01:53:47 sendUrl INFO 83 [433] R:OK -2015-03-12 01:54:37 queue INFO >>83 [434] -2015-03-12 01:54:38 sendUrl INFO 83 [434] R:OK -2015-03-12 01:55:28 queue INFO >>83 [435] -2015-03-12 01:55:28 sendUrl INFO 83 [435] R:OK -2015-03-12 01:56:18 queue INFO >>83 [436] -2015-03-12 01:56:18 sendUrl INFO 83 [436] R:OK -2015-03-12 01:57:08 queue INFO >>83 [437] -2015-03-12 01:57:08 sendUrl INFO 83 [437] R:OK -2015-03-12 01:57:31 queue INFO 87 [438] -2015-03-12 01:57:31 queue INFO >87 [439] -2015-03-12 01:57:32 sendUrl INFO 87 [438] R:OK -2015-03-12 01:57:32 sendUrl INFO 87 [439] R:OK -2015-03-12 01:57:33 queue INFO 83 [440] -2015-03-12 01:57:33 queue INFO >83 [441] -2015-03-12 01:57:33 sendUrl INFO 83 [440] R:OK -2015-03-12 01:57:33 sendUrl INFO 83 [441] R:OK -2015-03-12 01:58:23 queue INFO >>83 [442] -2015-03-12 01:58:23 sendUrl INFO 83 [442] R:OK -2015-03-12 01:59:13 queue INFO >>83 [443] -2015-03-12 01:59:13 sendUrl INFO 83 [443] R:OK -2015-03-12 02:00:03 queue INFO >>83 [444] -2015-03-12 02:00:03 sendUrl INFO 83 [444] R:OK -2015-03-12 02:00:53 queue INFO >>83 [445] -2015-03-12 02:00:54 sendUrl INFO 83 [445] R:OK -2015-03-12 02:01:43 queue INFO >>83 [446] -2015-03-12 02:01:44 sendUrl INFO 83 [446] R:OK -2015-03-12 02:02:34 queue INFO >>83 [447] -2015-03-12 02:02:34 sendUrl INFO 83 [447] R:OK -2015-03-12 02:03:24 queue INFO >>83 [448] -2015-03-12 02:03:24 sendUrl INFO 83 [448] R:OK -2015-03-12 02:04:14 queue INFO >>83 [449] -2015-03-12 02:04:14 sendUrl INFO 83 [449] R:OK -2015-03-12 02:05:04 queue INFO >>83 [450] -2015-03-12 02:05:04 sendUrl INFO 83 [450] R:OK -2015-03-12 02:05:27 queue INFO 87 [451] -2015-03-12 02:05:27 queue INFO >87 [452] -2015-03-12 02:05:27 sendUrl INFO 87 [451] R:OK -2015-03-12 02:05:28 sendUrl INFO 87 [452] R:OK -2015-03-12 02:05:28 queue INFO 83 [453] -2015-03-12 02:05:29 queue INFO >83 [454] -2015-03-12 02:05:29 sendUrl INFO 83 [453] R:OK -2015-03-12 02:05:29 sendUrl INFO 83 [454] R:OK -2015-03-12 02:06:18 queue INFO >>83 [455] -2015-03-12 02:06:19 sendUrl INFO 83 [455] R:OK -2015-03-12 02:07:09 queue INFO >>83 [456] -2015-03-12 02:07:09 sendUrl INFO 83 [456] R:OK -2015-03-12 02:07:59 queue INFO >>83 [457] -2015-03-12 02:07:59 sendUrl INFO 83 [457] R:OK -2015-03-12 02:08:49 queue INFO >>83 [458] -2015-03-12 02:08:49 sendUrl INFO 83 [458] R:OK -2015-03-12 02:09:39 queue INFO >>83 [459] -2015-03-12 02:09:39 sendUrl INFO 83 [459] R:OK -2015-03-12 02:10:29 queue INFO >>83 [460] -2015-03-12 02:10:30 sendUrl INFO 83 [460] R:OK -2015-03-12 02:11:19 queue INFO >>83 [461] -2015-03-12 02:11:20 sendUrl INFO 83 [461] R:OK -2015-03-12 02:12:10 queue INFO >>83 [462] -2015-03-12 02:12:10 sendUrl INFO 83 [462] R:OK -2015-03-12 02:13:00 queue INFO >>83 [463] -2015-03-12 02:13:00 sendUrl INFO 83 [463] R:OK -2015-03-12 02:13:22 queue INFO 87 [464] -2015-03-12 02:13:22 sendUrl INFO 87 [464] R:OK -2015-03-12 02:13:22 queue INFO >87 [465] -2015-03-12 02:13:23 sendUrl INFO 87 [465] R:OK -2015-03-12 02:13:24 queue INFO 83 [466] -2015-03-12 02:13:24 queue INFO >83 [467] -2015-03-12 02:13:24 sendUrl INFO 83 [466] R:OK -2015-03-12 02:13:25 sendUrl INFO 83 [467] R:OK -2015-03-12 02:14:14 queue INFO >>83 [468] -2015-03-12 02:14:14 sendUrl INFO 83 [468] R:OK -2015-03-12 02:15:04 queue INFO >>83 [469] -2015-03-12 02:15:04 sendUrl INFO 83 [469] R:OK -2015-03-12 02:15:54 queue INFO >>83 [470] -2015-03-12 02:15:54 sendUrl INFO 83 [470] R:OK -2015-03-12 02:16:44 queue INFO >>83 [471] -2015-03-12 02:16:45 sendUrl INFO 83 [471] R:OK -2015-03-12 02:17:34 queue INFO >>83 [472] -2015-03-12 02:17:34 sendUrl INFO 83 [472] R:OK -2015-03-12 02:18:24 queue INFO >>83 [473] -2015-03-12 02:18:25 sendUrl INFO 83 [473] R:OK -2015-03-12 02:19:15 queue INFO >>83 [474] -2015-03-12 02:19:15 sendUrl INFO 83 [474] R:OK -2015-03-12 02:20:05 queue INFO >>83 [475] -2015-03-12 02:20:05 sendUrl INFO 83 [475] R:OK -2015-03-12 02:20:55 queue INFO >>83 [476] -2015-03-12 02:20:55 sendUrl INFO 83 [476] R:OK -2015-03-12 02:21:18 queue INFO 87 [477] -2015-03-12 02:21:18 queue INFO >87 [478] -2015-03-12 02:21:18 sendUrl INFO 87 [477] R:OK -2015-03-12 02:21:19 sendUrl INFO 87 [478] R:OK -2015-03-12 02:21:20 queue INFO 83 [479] -2015-03-12 02:21:20 queue INFO >83 [480] -2015-03-12 02:21:20 sendUrl INFO 83 [479] R:OK -2015-03-12 02:21:20 sendUrl INFO 83 [480] R:OK -2015-03-12 02:22:10 queue INFO >>83 [481] -2015-03-12 02:22:10 sendUrl INFO 83 [481] R:OK -2015-03-12 02:23:00 queue INFO >>83 [482] -2015-03-12 02:23:00 sendUrl INFO 83 [482] R:OK -2015-03-12 02:23:50 queue INFO >>83 [483] -2015-03-12 02:23:50 sendUrl INFO 83 [483] R:OK -2015-03-12 02:24:40 queue INFO >>83 [484] -2015-03-12 02:24:41 sendUrl INFO 83 [484] R:OK -2015-03-12 02:25:30 queue INFO >>83 [485] -2015-03-12 02:25:31 sendUrl INFO 83 [485] R:OK -2015-03-12 02:26:21 queue INFO >>83 [486] -2015-03-12 02:26:21 sendUrl INFO 83 [486] R:OK -2015-03-12 02:27:11 queue INFO >>83 [487] -2015-03-12 02:27:11 sendUrl INFO 83 [487] R:OK -2015-03-12 02:28:01 queue INFO >>83 [488] -2015-03-12 02:28:01 sendUrl INFO 83 [488] R:OK -2015-03-12 02:28:51 queue INFO >>83 [489] -2015-03-12 02:28:51 sendUrl INFO 83 [489] R:OK -2015-03-12 02:29:14 queue INFO 87 [490] -2015-03-12 02:29:14 queue INFO >87 [491] -2015-03-12 02:29:14 sendUrl INFO 87 [490] R:OK -2015-03-12 02:29:15 sendUrl INFO 87 [491] R:OK -2015-03-12 02:29:15 queue INFO 83 [492] -2015-03-12 02:29:16 queue INFO >83 [493] -2015-03-12 02:29:16 sendUrl INFO 83 [492] R:OK -2015-03-12 02:29:16 sendUrl INFO 83 [493] R:OK -2015-03-12 02:29:23 queue INFO 81 [494] -2015-03-12 02:29:23 queue INFO >81 [495] -2015-03-12 02:29:23 sendUrl INFO 81 [494] R:OK -2015-03-12 02:29:24 sendUrl INFO 81 [495] R:OK -2015-03-12 02:29:25 queue INFO 91 [496] -2015-03-12 02:29:26 queue INFO 99 [497] -2015-03-12 02:29:26 sendUrl INFO 91 [496] R:OK -2015-03-12 02:29:26 queue INFO >99 [498] -2015-03-12 02:29:26 sendUrl INFO 99 [497] R:OK -2015-03-12 02:29:27 sendUrl INFO 99 [498] R:OK -2015-03-12 02:30:16 queue INFO >>99 [499] -2015-03-12 02:30:16 sendUrl INFO 99 [499] R:OK -2015-03-12 02:31:06 queue INFO >>99 [500] -2015-03-12 02:31:06 sendUrl INFO 99 [500] R:OK -2015-03-12 02:31:42 queue INFO 89 [501] -2015-03-12 02:31:42 queue INFO >89 [502] -2015-03-12 02:31:42 sendUrl INFO 89 [501] R:OK -2015-03-12 02:31:43 sendUrl INFO 89 [502] R:OK -2015-03-12 02:31:48 queue INFO 81 [503] -2015-03-12 02:31:48 queue INFO >81 [504] -2015-03-12 02:31:48 sendUrl INFO 81 [503] R:OK -2015-03-12 02:31:49 sendUrl INFO 81 [504] R:OK -2015-03-12 02:32:08 queue INFO 83 [505] -2015-03-12 02:32:08 queue INFO >83 [506] -2015-03-12 02:32:09 sendUrl INFO 83 [505] R:OK -2015-03-12 02:32:09 sendUrl INFO 83 [506] R:OK -2015-03-12 02:32:58 queue INFO >>83 [507] -2015-03-12 02:32:59 sendUrl INFO 83 [507] R:OK -2015-03-12 02:33:49 queue INFO >>83 [508] -2015-03-12 02:33:49 sendUrl INFO 83 [508] R:OK -2015-03-12 02:34:39 queue INFO >>83 [509] -2015-03-12 02:34:39 sendUrl INFO 83 [509] R:OK -2015-03-12 02:35:29 queue INFO >>83 [510] -2015-03-12 02:35:29 sendUrl INFO 83 [510] R:OK -2015-03-12 02:36:19 queue INFO >>83 [511] -2015-03-12 02:36:19 sendUrl INFO 83 [511] R:OK -2015-03-12 02:37:09 queue INFO >>83 [512] -2015-03-12 02:37:09 sendUrl INFO 83 [512] R:OK -2015-03-12 02:37:59 queue INFO >>83 [513] -2015-03-12 02:38:00 sendUrl INFO 83 [513] R:OK -2015-03-12 02:38:49 queue INFO >>83 [514] -2015-03-12 02:38:50 sendUrl INFO 83 [514] R:OK -2015-03-12 02:39:40 queue INFO >>83 [515] -2015-03-12 02:39:40 sendUrl INFO 83 [515] R:OK -2015-03-12 02:40:03 queue INFO 87 [516] -2015-03-12 02:40:04 queue INFO >87 [517] -2015-03-12 02:40:04 sendUrl INFO 87 [516] R:OK -2015-03-12 02:40:04 sendUrl INFO 87 [517] R:OK -2015-03-12 02:40:05 queue INFO 83 [518] -2015-03-12 02:40:05 queue INFO >83 [519] -2015-03-12 02:40:05 sendUrl INFO 83 [518] R:OK -2015-03-12 02:40:06 sendUrl INFO 83 [519] R:OK -2015-03-12 02:40:55 queue INFO >>83 [520] -2015-03-12 02:40:56 sendUrl INFO 83 [520] R:OK -2015-03-12 02:41:45 queue INFO >>83 [521] -2015-03-12 02:41:46 sendUrl INFO 83 [521] R:OK -2015-03-12 02:42:36 queue INFO >>83 [522] -2015-03-12 02:42:36 sendUrl INFO 83 [522] R:OK -2015-03-12 02:43:26 queue INFO >>83 [523] -2015-03-12 02:43:26 sendUrl INFO 83 [523] R:OK -2015-03-12 02:44:16 queue INFO >>83 [524] -2015-03-12 02:44:16 sendUrl INFO 83 [524] R:OK -2015-03-12 02:45:06 queue INFO >>83 [525] -2015-03-12 02:45:06 sendUrl INFO 83 [525] R:OK -2015-03-12 02:45:56 queue INFO >>83 [526] -2015-03-12 02:45:56 sendUrl INFO 83 [526] R:OK -2015-03-12 02:46:46 queue INFO >>83 [527] -2015-03-12 02:46:47 sendUrl INFO 83 [527] R:OK -2015-03-12 02:47:36 queue INFO >>83 [528] -2015-03-12 02:47:37 sendUrl INFO 83 [528] R:OK -2015-03-12 02:48:00 queue INFO 87 [529] -2015-03-12 02:48:00 queue INFO >87 [530] -2015-03-12 02:48:00 sendUrl INFO 87 [529] R:OK -2015-03-12 02:48:01 sendUrl INFO 87 [530] R:OK -2015-03-12 02:48:01 queue INFO 83 [531] -2015-03-12 02:48:02 queue INFO >83 [532] -2015-03-12 02:48:02 sendUrl INFO 83 [531] R:OK -2015-03-12 02:48:02 sendUrl INFO 83 [532] R:OK -2015-03-12 02:48:52 queue INFO >>83 [533] -2015-03-12 02:48:52 sendUrl INFO 83 [533] R:OK -2015-03-12 02:49:42 queue INFO >>83 [534] -2015-03-12 02:49:42 sendUrl INFO 83 [534] R:OK -2015-03-12 02:50:32 queue INFO >>83 [535] -2015-03-12 02:50:32 sendUrl INFO 83 [535] R:OK -2015-03-12 02:51:22 queue INFO >>83 [536] -2015-03-12 02:51:22 sendUrl INFO 83 [536] R:OK -2015-03-12 02:52:12 queue INFO >>83 [537] -2015-03-12 02:52:12 sendUrl INFO 83 [537] R:OK -2015-03-12 02:53:02 queue INFO >>83 [538] -2015-03-12 02:53:03 sendUrl INFO 83 [538] R:OK -2015-03-12 02:53:52 queue INFO >>83 [539] -2015-03-12 02:53:53 sendUrl INFO 83 [539] R:OK -2015-03-12 02:54:43 queue INFO >>83 [540] -2015-03-12 02:54:43 sendUrl INFO 83 [540] R:OK -2015-03-12 02:55:33 queue INFO >>83 [541] -2015-03-12 02:55:33 sendUrl INFO 83 [541] R:OK -2015-03-12 02:55:55 queue INFO 87 [542] -2015-03-12 02:55:55 queue INFO >87 [543] -2015-03-12 02:55:56 sendUrl INFO 87 [542] R:OK -2015-03-12 02:55:56 sendUrl INFO 87 [543] R:OK -2015-03-12 02:55:57 queue INFO 83 [544] -2015-03-12 02:55:57 queue INFO >83 [545] -2015-03-12 02:55:57 sendUrl INFO 83 [544] R:OK -2015-03-12 02:55:58 sendUrl INFO 83 [545] R:OK -2015-03-12 02:56:47 queue INFO >>83 [546] -2015-03-12 02:56:47 sendUrl INFO 83 [546] R:OK -2015-03-12 02:57:37 queue INFO >>83 [547] -2015-03-12 02:57:37 sendUrl INFO 83 [547] R:OK -2015-03-12 02:58:27 queue INFO >>83 [548] -2015-03-12 02:58:28 sendUrl INFO 83 [548] R:OK -2015-03-12 02:59:17 queue INFO >>83 [549] -2015-03-12 02:59:18 sendUrl INFO 83 [549] R:OK -2015-03-12 03:00:08 queue INFO >>83 [550] -2015-03-12 03:00:08 sendUrl INFO 83 [550] R:OK -2015-03-12 03:00:58 queue INFO >>83 [551] -2015-03-12 03:00:58 sendUrl INFO 83 [551] R:OK -2015-03-12 03:01:48 queue INFO >>83 [552] -2015-03-12 03:01:48 sendUrl INFO 83 [552] R:OK -2015-03-12 03:02:38 queue INFO >>83 [553] -2015-03-12 03:02:38 sendUrl INFO 83 [553] R:OK -2015-03-12 03:03:28 queue INFO >>83 [554] -2015-03-12 03:03:29 sendUrl INFO 83 [554] R:OK -2015-03-12 03:03:51 queue INFO 87 [555] -2015-03-12 03:03:51 queue INFO >87 [556] -2015-03-12 03:03:51 sendUrl INFO 87 [555] R:OK -2015-03-12 03:03:52 sendUrl INFO 87 [556] R:OK -2015-03-12 03:03:52 queue INFO 83 [557] -2015-03-12 03:03:53 queue INFO >83 [558] -2015-03-12 03:03:53 sendUrl INFO 83 [557] R:OK -2015-03-12 03:03:53 sendUrl INFO 83 [558] R:OK -2015-03-12 03:04:43 queue INFO >>83 [559] -2015-03-12 03:04:43 sendUrl INFO 83 [559] R:OK -2015-03-12 03:05:33 queue INFO >>83 [560] -2015-03-12 03:05:33 sendUrl INFO 83 [560] R:OK -2015-03-12 03:06:23 queue INFO >>83 [561] -2015-03-12 03:06:23 sendUrl INFO 83 [561] R:OK -2015-03-12 03:07:13 queue INFO >>83 [562] -2015-03-12 03:07:13 sendUrl INFO 83 [562] R:OK -2015-03-12 03:08:03 queue INFO >>83 [563] -2015-03-12 03:08:04 sendUrl INFO 83 [563] R:OK -2015-03-12 03:08:53 queue INFO >>83 [564] -2015-03-12 03:08:54 sendUrl INFO 83 [564] R:OK -2015-03-12 03:09:44 queue INFO >>83 [565] -2015-03-12 03:09:44 sendUrl INFO 83 [565] R:OK -2015-03-12 03:10:34 queue INFO >>83 [566] -2015-03-12 03:10:34 sendUrl INFO 83 [566] R:OK -2015-03-12 03:11:24 queue INFO >>83 [567] -2015-03-12 03:11:24 sendUrl INFO 83 [567] R:OK -2015-03-12 03:11:47 queue INFO 87 [568] -2015-03-12 03:11:47 queue INFO >87 [569] -2015-03-12 03:11:47 sendUrl INFO 87 [568] R:OK -2015-03-12 03:11:48 sendUrl INFO 87 [569] R:OK -2015-03-12 03:11:48 queue INFO 83 [570] -2015-03-12 03:11:49 queue INFO >83 [571] -2015-03-12 03:11:49 sendUrl INFO 83 [570] R:OK -2015-03-12 03:11:49 sendUrl INFO 83 [571] R:OK -2015-03-12 03:12:38 queue INFO >>83 [572] -2015-03-12 03:12:39 sendUrl INFO 83 [572] R:OK -2015-03-12 03:13:29 queue INFO >>83 [573] -2015-03-12 03:13:29 sendUrl INFO 83 [573] R:OK -2015-03-12 03:14:19 queue INFO >>83 [574] -2015-03-12 03:14:19 sendUrl INFO 83 [574] R:OK -2015-03-12 03:15:09 queue INFO >>83 [575] -2015-03-12 03:15:09 sendUrl INFO 83 [575] R:OK -2015-03-12 03:15:59 queue INFO >>83 [576] -2015-03-12 03:15:59 sendUrl INFO 83 [576] R:OK -2015-03-12 03:16:49 queue INFO >>83 [577] -2015-03-12 03:16:50 sendUrl INFO 83 [577] R:OK -2015-03-12 03:17:39 queue INFO >>83 [578] -2015-03-12 03:17:40 sendUrl INFO 83 [578] R:OK -2015-03-12 03:18:30 queue INFO >>83 [579] -2015-03-12 03:18:30 sendUrl INFO 83 [579] R:OK -2015-03-12 03:19:20 queue INFO >>83 [580] -2015-03-12 03:19:20 sendUrl INFO 83 [580] R:OK -2015-03-12 03:19:42 queue INFO 87 [581] -2015-03-12 03:19:43 queue INFO >87 [582] -2015-03-12 03:19:43 sendUrl INFO 87 [581] R:OK -2015-03-12 03:19:43 sendUrl INFO 87 [582] R:OK -2015-03-12 03:19:44 queue INFO 83 [583] -2015-03-12 03:19:44 queue INFO >83 [584] -2015-03-12 03:19:44 sendUrl INFO 83 [583] R:OK -2015-03-12 03:19:45 sendUrl INFO 83 [584] R:OK -2015-03-12 03:20:34 queue INFO >>83 [585] -2015-03-12 03:20:35 sendUrl INFO 83 [585] R:OK -2015-03-12 03:21:24 queue INFO >>83 [586] -2015-03-12 03:21:24 sendUrl INFO 83 [586] R:OK -2015-03-12 03:22:14 queue INFO >>83 [587] -2015-03-12 03:22:15 sendUrl INFO 83 [587] R:OK -2015-03-12 03:23:05 queue INFO >>83 [588] -2015-03-12 03:23:05 sendUrl INFO 83 [588] R:OK -2015-03-12 03:23:55 queue INFO >>83 [589] -2015-03-12 03:23:55 sendUrl INFO 83 [589] R:OK -2015-03-12 03:24:45 queue INFO >>83 [590] -2015-03-12 03:24:45 sendUrl INFO 83 [590] R:OK -2015-03-12 03:25:35 queue INFO >>83 [591] -2015-03-12 03:25:35 sendUrl INFO 83 [591] R:OK -2015-03-12 03:26:25 queue INFO >>83 [592] -2015-03-12 03:26:25 sendUrl INFO 83 [592] R:OK -2015-03-12 03:27:15 queue INFO >>83 [593] -2015-03-12 03:27:16 sendUrl INFO 83 [593] R:OK -2015-03-12 03:27:39 queue INFO 87 [594] -2015-03-12 03:27:39 queue INFO >87 [595] -2015-03-12 03:27:39 sendUrl INFO 87 [594] R:OK -2015-03-12 03:27:39 sendUrl INFO 87 [595] R:OK -2015-03-12 03:27:40 queue INFO 83 [596] -2015-03-12 03:27:40 sendUrl INFO 83 [596] R:OK -2015-03-12 03:27:40 queue INFO >83 [597] -2015-03-12 03:27:41 sendUrl INFO 83 [597] R:OK -2015-03-12 03:28:30 queue INFO >>83 [598] -2015-03-12 03:28:31 sendUrl INFO 83 [598] R:OK -2015-03-12 03:29:21 queue INFO >>83 [599] -2015-03-12 03:29:21 sendUrl INFO 83 [599] R:OK -2015-03-12 03:30:11 queue INFO >>83 [600] -2015-03-12 03:30:11 sendUrl INFO 83 [600] R:OK -2015-03-12 03:31:01 queue INFO >>83 [601] -2015-03-12 03:31:01 sendUrl INFO 83 [601] R:OK -2015-03-12 03:31:51 queue INFO >>83 [602] -2015-03-12 03:31:52 sendUrl INFO 83 [602] R:OK -2015-03-12 03:32:41 queue INFO >>83 [603] -2015-03-12 03:32:41 sendUrl INFO 83 [603] R:OK -2015-03-12 03:33:31 queue INFO >>83 [604] -2015-03-12 03:33:32 sendUrl INFO 83 [604] R:OK -2015-03-12 03:34:21 queue INFO >>83 [605] -2015-03-12 03:34:22 sendUrl INFO 83 [605] R:OK -2015-03-12 03:35:12 queue INFO >>83 [606] -2015-03-12 03:35:12 sendUrl INFO 83 [606] R:OK -2015-03-12 03:35:35 queue INFO 87 [607] -2015-03-12 03:35:35 queue INFO >87 [608] -2015-03-12 03:35:35 sendUrl INFO 87 [607] R:OK -2015-03-12 03:35:35 sendUrl INFO 87 [608] R:OK -2015-03-12 03:35:36 queue INFO 83 [609] -2015-03-12 03:35:36 queue INFO >83 [610] -2015-03-12 03:35:37 sendUrl INFO 83 [609] R:OK -2015-03-12 03:35:37 sendUrl INFO 83 [610] R:OK -2015-03-12 03:36:26 queue INFO >>83 [611] -2015-03-12 03:36:27 sendUrl INFO 83 [611] R:OK -2015-03-12 03:37:17 queue INFO >>83 [612] -2015-03-12 03:37:17 sendUrl INFO 83 [612] R:OK -2015-03-12 03:38:07 queue INFO >>83 [613] -2015-03-12 03:38:07 sendUrl INFO 83 [613] R:OK -2015-03-12 03:38:57 queue INFO >>83 [614] -2015-03-12 03:38:57 sendUrl INFO 83 [614] R:OK -2015-03-12 03:39:47 queue INFO >>83 [615] -2015-03-12 03:39:47 sendUrl INFO 83 [615] R:OK -2015-03-12 03:40:37 queue INFO >>83 [616] -2015-03-12 03:40:37 sendUrl INFO 83 [616] R:OK -2015-03-12 03:41:27 queue INFO >>83 [617] -2015-03-12 03:41:28 sendUrl INFO 83 [617] R:OK -2015-03-12 03:42:18 queue INFO >>83 [618] -2015-03-12 03:42:18 sendUrl INFO 83 [618] R:OK -2015-03-12 03:43:08 queue INFO >>83 [619] -2015-03-12 03:43:08 sendUrl INFO 83 [619] R:OK -2015-03-12 03:43:30 queue INFO 87 [620] -2015-03-12 03:43:31 queue INFO >87 [621] -2015-03-12 03:43:31 sendUrl INFO 87 [620] R:OK -2015-03-12 03:43:31 sendUrl INFO 87 [621] R:OK -2015-03-12 03:43:32 queue INFO 83 [622] -2015-03-12 03:43:32 queue INFO >83 [623] -2015-03-12 03:43:32 sendUrl INFO 83 [622] R:OK -2015-03-12 03:43:33 sendUrl INFO 83 [623] R:OK -2015-03-12 03:44:22 queue INFO >>83 [624] -2015-03-12 03:44:22 sendUrl INFO 83 [624] R:OK -2015-03-12 03:45:12 queue INFO >>83 [625] -2015-03-12 03:45:12 sendUrl INFO 83 [625] R:OK -2015-03-12 03:46:02 queue INFO >>83 [626] -2015-03-12 03:46:03 sendUrl INFO 83 [626] R:OK -2015-03-12 03:46:52 queue INFO >>83 [627] -2015-03-12 03:46:52 sendUrl INFO 83 [627] R:OK -2015-03-12 03:47:43 queue INFO >>83 [628] -2015-03-12 03:47:43 sendUrl INFO 83 [628] R:OK -2015-03-12 03:48:33 queue INFO >>83 [629] -2015-03-12 03:48:33 sendUrl INFO 83 [629] R:OK -2015-03-12 03:49:23 queue INFO >>83 [630] -2015-03-12 03:49:23 sendUrl INFO 83 [630] R:OK -2015-03-12 03:50:13 queue INFO >>83 [631] -2015-03-12 03:50:13 sendUrl INFO 83 [631] R:OK -2015-03-12 03:51:03 queue INFO >>83 [632] -2015-03-12 03:51:04 sendUrl INFO 83 [632] R:OK -2015-03-12 03:51:26 queue INFO 87 [633] -2015-03-12 03:51:26 queue INFO >87 [634] -2015-03-12 03:51:26 sendUrl INFO 87 [633] R:OK -2015-03-12 03:51:27 sendUrl INFO 87 [634] R:OK -2015-03-12 03:51:27 queue INFO 83 [635] -2015-03-12 03:51:28 queue INFO >83 [636] -2015-03-12 03:51:28 sendUrl INFO 83 [635] R:OK -2015-03-12 03:51:28 sendUrl INFO 83 [636] R:OK -2015-03-12 03:52:18 queue INFO >>83 [637] -2015-03-12 03:52:18 sendUrl INFO 83 [637] R:OK -2015-03-12 03:53:08 queue INFO >>83 [638] -2015-03-12 03:53:08 sendUrl INFO 83 [638] R:OK -2015-03-12 03:53:58 queue INFO >>83 [639] -2015-03-12 03:53:58 sendUrl INFO 83 [639] R:OK -2015-03-12 03:54:48 queue INFO >>83 [640] -2015-03-12 03:54:48 sendUrl INFO 83 [640] R:OK -2015-03-12 03:55:38 queue INFO >>83 [641] -2015-03-12 03:55:38 sendUrl INFO 83 [641] R:OK -2015-03-12 03:56:28 queue INFO >>83 [642] -2015-03-12 03:56:29 sendUrl INFO 83 [642] R:OK -2015-03-12 03:57:18 queue INFO >>83 [643] -2015-03-12 03:57:19 sendUrl INFO 83 [643] R:OK -2015-03-12 03:58:09 queue INFO >>83 [644] -2015-03-12 03:58:09 sendUrl INFO 83 [644] R:OK -2015-03-12 03:58:59 queue INFO >>83 [645] -2015-03-12 03:58:59 sendUrl INFO 83 [645] R:OK -2015-03-12 03:59:22 queue INFO 87 [646] -2015-03-12 03:59:22 queue INFO >87 [647] -2015-03-12 03:59:22 sendUrl INFO 87 [646] R:OK -2015-03-12 03:59:22 sendUrl INFO 87 [647] R:OK -2015-03-12 03:59:23 queue INFO 83 [648] -2015-03-12 03:59:23 queue INFO >83 [649] -2015-03-12 03:59:24 sendUrl INFO 83 [648] R:OK -2015-03-12 03:59:24 sendUrl INFO 83 [649] R:OK -2015-03-12 04:00:13 queue INFO >>83 [650] -2015-03-12 04:00:14 sendUrl INFO 83 [650] R:OK -2015-03-12 04:01:04 queue INFO >>83 [651] -2015-03-12 04:01:04 sendUrl INFO 83 [651] R:OK -2015-03-12 04:01:54 queue INFO >>83 [652] -2015-03-12 04:01:54 sendUrl INFO 83 [652] R:OK -2015-03-12 04:02:44 queue INFO >>83 [653] -2015-03-12 04:02:44 sendUrl INFO 83 [653] R:OK -2015-03-12 04:03:34 queue INFO >>83 [654] -2015-03-12 04:03:34 sendUrl INFO 83 [654] R:OK -2015-03-12 04:04:24 queue INFO >>83 [655] -2015-03-12 04:04:24 sendUrl INFO 83 [655] R:OK -2015-03-12 04:05:14 queue INFO >>83 [656] -2015-03-12 04:05:15 sendUrl INFO 83 [656] R:OK -2015-03-12 04:06:04 queue INFO >>83 [657] -2015-03-12 04:06:05 sendUrl INFO 83 [657] R:OK -2015-03-12 04:06:20 queue INFO 81 [658] -2015-03-12 04:06:21 queue INFO >81 [659] -2015-03-12 04:06:21 sendUrl INFO 81 [658] R:OK -2015-03-12 04:06:21 sendUrl INFO 81 [659] R:OK -2015-03-12 04:07:10 queue INFO >>81 [660] -2015-03-12 04:07:11 sendUrl INFO 81 [660] R:OK -2015-03-12 04:07:49 queue INFO 99 [661] -2015-03-12 04:07:49 queue INFO >99 [662] -2015-03-12 04:07:49 sendUrl INFO 99 [661] R:OK -2015-03-12 04:07:50 sendUrl INFO 99 [662] R:OK -2015-03-12 04:08:39 queue INFO >>99 [663] -2015-03-12 04:08:40 sendUrl INFO 99 [663] R:OK -2015-03-12 04:09:29 queue INFO >>99 [664] -2015-03-12 04:09:29 sendUrl INFO 99 [664] R:OK -2015-03-12 04:10:19 queue INFO >>99 [665] -2015-03-12 04:10:20 sendUrl INFO 99 [665] R:OK -2015-03-12 04:11:10 queue INFO >>99 [666] -2015-03-12 04:11:10 sendUrl INFO 99 [666] R:OK -2015-03-12 04:12:00 queue INFO >>99 [667] -2015-03-12 04:12:00 sendUrl INFO 99 [667] R:OK -2015-03-12 04:12:50 queue INFO >>99 [668] -2015-03-12 04:12:50 sendUrl INFO 99 [668] R:OK -2015-03-12 04:13:19 queue INFO 89 [669] -2015-03-12 04:13:19 queue INFO >89 [670] -2015-03-12 04:13:20 sendUrl INFO 89 [669] R:OK -2015-03-12 04:13:20 sendUrl INFO 89 [670] R:OK -2015-03-12 04:13:24 queue INFO 81 [671] -2015-03-12 04:13:24 queue INFO >81 [672] -2015-03-12 04:13:24 sendUrl INFO 81 [671] R:OK -2015-03-12 04:13:25 sendUrl INFO 81 [672] R:OK -2015-03-12 04:13:30 queue INFO 83 [673] -2015-03-12 04:13:31 queue INFO >83 [674] -2015-03-12 04:13:31 sendUrl INFO 83 [673] R:OK -2015-03-12 04:13:31 sendUrl INFO 83 [674] R:OK -2015-03-12 04:14:00 queue INFO 87 [675] -2015-03-12 04:14:01 queue INFO >87 [676] -2015-03-12 04:14:01 sendUrl INFO 87 [675] R:OK -2015-03-12 04:14:01 sendUrl INFO 87 [676] R:OK -2015-03-12 04:14:02 queue INFO 83 [677] -2015-03-12 04:14:02 queue INFO >83 [678] -2015-03-12 04:14:02 sendUrl INFO 83 [677] R:OK -2015-03-12 04:14:03 sendUrl INFO 83 [678] R:OK -2015-03-12 04:14:52 queue INFO >>83 [679] -2015-03-12 04:14:53 sendUrl INFO 83 [679] R:OK -2015-03-12 04:15:42 queue INFO >>83 [680] -2015-03-12 04:15:42 sendUrl INFO 83 [680] R:OK -2015-03-12 04:16:32 queue INFO >>83 [681] -2015-03-12 04:16:33 sendUrl INFO 83 [681] R:OK -2015-03-12 04:17:23 queue INFO >>83 [682] -2015-03-12 04:17:23 sendUrl INFO 83 [682] R:OK -2015-03-12 04:18:13 queue INFO >>83 [683] -2015-03-12 04:18:13 sendUrl INFO 83 [683] R:OK -2015-03-12 04:19:03 queue INFO >>83 [684] -2015-03-12 04:19:03 sendUrl INFO 83 [684] R:OK -2015-03-12 04:19:53 queue INFO >>83 [685] -2015-03-12 04:19:53 sendUrl INFO 83 [685] R:OK -2015-03-12 04:20:43 queue INFO >>83 [686] -2015-03-12 04:20:43 sendUrl INFO 83 [686] R:OK -2015-03-12 04:21:33 queue INFO >>83 [687] -2015-03-12 04:21:34 sendUrl INFO 83 [687] R:OK -2015-03-12 04:21:57 queue INFO 87 [688] -2015-03-12 04:21:57 queue INFO >87 [689] -2015-03-12 04:21:57 sendUrl INFO 87 [688] R:OK -2015-03-12 04:21:57 sendUrl INFO 87 [689] R:OK -2015-03-12 04:21:58 queue INFO 83 [690] -2015-03-12 04:21:58 queue INFO >83 [691] -2015-03-12 04:21:58 sendUrl INFO 83 [690] R:OK -2015-03-12 04:21:59 sendUrl INFO 83 [691] R:OK -2015-03-12 04:22:48 queue INFO >>83 [692] -2015-03-12 04:22:49 sendUrl INFO 83 [692] R:OK -2015-03-12 04:23:38 queue INFO >>83 [693] -2015-03-12 04:23:39 sendUrl INFO 83 [693] R:OK -2015-03-12 04:24:29 queue INFO >>83 [694] -2015-03-12 04:24:29 sendUrl INFO 83 [694] R:OK -2015-03-12 04:25:19 queue INFO >>83 [695] -2015-03-12 04:25:19 sendUrl INFO 83 [695] R:OK -2015-03-12 04:26:09 queue INFO >>83 [696] -2015-03-12 04:26:09 sendUrl INFO 83 [696] R:OK -2015-03-12 04:26:59 queue INFO >>83 [697] -2015-03-12 04:26:59 sendUrl INFO 83 [697] R:OK -2015-03-12 04:27:49 queue INFO >>83 [698] -2015-03-12 04:27:50 sendUrl INFO 83 [698] R:OK -2015-03-12 04:28:39 queue INFO >>83 [699] -2015-03-12 04:28:40 sendUrl INFO 83 [699] R:OK -2015-03-12 04:29:30 queue INFO >>83 [700] -2015-03-12 04:29:30 sendUrl INFO 83 [700] R:OK -2015-03-12 04:29:52 queue INFO 87 [701] -2015-03-12 04:29:52 queue INFO >87 [702] -2015-03-12 04:29:53 sendUrl INFO 87 [701] R:OK -2015-03-12 04:29:53 sendUrl INFO 87 [702] R:OK -2015-03-12 04:29:54 queue INFO 83 [703] -2015-03-12 04:29:54 queue INFO >83 [704] -2015-03-12 04:29:54 sendUrl INFO 83 [703] R:OK -2015-03-12 04:29:55 sendUrl INFO 83 [704] R:OK -2015-03-12 04:30:44 queue INFO >>83 [705] -2015-03-12 04:30:44 sendUrl INFO 83 [705] R:OK -2015-03-12 04:31:34 queue INFO >>83 [706] -2015-03-12 04:31:34 sendUrl INFO 83 [706] R:OK -2015-03-12 04:32:24 queue INFO >>83 [707] -2015-03-12 04:32:25 sendUrl INFO 83 [707] R:OK -2015-03-12 04:33:14 queue INFO >>83 [708] -2015-03-12 04:33:15 sendUrl INFO 83 [708] R:OK -2015-03-12 04:34:05 queue INFO >>83 [709] -2015-03-12 04:34:05 sendUrl INFO 83 [709] R:OK -2015-03-12 04:34:55 queue INFO >>83 [710] -2015-03-12 04:34:55 sendUrl INFO 83 [710] R:OK -2015-03-12 04:35:45 queue INFO >>83 [711] -2015-03-12 04:35:45 sendUrl INFO 83 [711] R:OK -2015-03-12 04:36:35 queue INFO >>83 [712] -2015-03-12 04:36:35 sendUrl INFO 83 [712] R:OK -2015-03-12 04:37:25 queue INFO >>83 [713] -2015-03-12 04:37:26 sendUrl INFO 83 [713] R:OK -2015-03-12 04:37:48 queue INFO 87 [714] -2015-03-12 04:37:48 queue INFO >87 [715] -2015-03-12 04:37:48 sendUrl INFO 87 [714] R:OK -2015-03-12 04:37:49 sendUrl INFO 87 [715] R:OK -2015-03-12 04:37:49 queue INFO 83 [716] -2015-03-12 04:37:50 queue INFO >83 [717] -2015-03-12 04:37:50 sendUrl INFO 83 [716] R:OK -2015-03-12 04:37:50 sendUrl INFO 83 [717] R:OK -2015-03-12 04:38:39 queue INFO >>83 [718] -2015-03-12 04:38:40 sendUrl INFO 83 [718] R:OK -2015-03-12 04:39:30 queue INFO >>83 [719] -2015-03-12 04:39:30 sendUrl INFO 83 [719] R:OK -2015-03-12 04:40:20 queue INFO >>83 [720] -2015-03-12 04:40:20 sendUrl INFO 83 [720] R:OK -2015-03-12 04:41:10 queue INFO >>83 [721] -2015-03-12 04:41:10 sendUrl INFO 83 [721] R:OK -2015-03-12 04:42:00 queue INFO >>83 [722] -2015-03-12 04:42:00 sendUrl INFO 83 [722] R:OK -2015-03-12 04:42:50 queue INFO >>83 [723] -2015-03-12 04:42:50 sendUrl INFO 83 [723] R:OK -2015-03-12 04:43:40 queue INFO >>83 [724] -2015-03-12 04:43:41 sendUrl INFO 83 [724] R:OK -2015-03-12 04:44:30 queue INFO >>83 [725] -2015-03-12 04:44:31 sendUrl INFO 83 [725] R:OK -2015-03-12 04:45:21 queue INFO >>83 [726] -2015-03-12 04:45:21 sendUrl INFO 83 [726] R:OK -2015-03-12 04:45:44 queue INFO 87 [727] -2015-03-12 04:45:44 queue INFO >87 [728] -2015-03-12 04:45:44 sendUrl INFO 87 [727] R:OK -2015-03-12 04:45:44 sendUrl INFO 87 [728] R:OK -2015-03-12 04:45:45 queue INFO 83 [729] -2015-03-12 04:45:45 queue INFO >83 [730] -2015-03-12 04:45:45 sendUrl INFO 83 [729] R:OK -2015-03-12 04:45:46 sendUrl INFO 83 [730] R:OK -2015-03-12 04:46:35 queue INFO >>83 [731] -2015-03-12 04:46:36 sendUrl INFO 83 [731] R:OK -2015-03-12 04:47:25 queue INFO >>83 [732] -2015-03-12 04:47:26 sendUrl INFO 83 [732] R:OK -2015-03-12 04:48:16 queue INFO >>83 [733] -2015-03-12 04:48:16 sendUrl INFO 83 [733] R:OK -2015-03-12 04:49:06 queue INFO >>83 [734] -2015-03-12 04:49:06 sendUrl INFO 83 [734] R:OK -2015-03-12 04:49:56 queue INFO >>83 [735] -2015-03-12 04:49:56 sendUrl INFO 83 [735] R:OK -2015-03-12 04:50:46 queue INFO >>83 [736] -2015-03-12 04:50:46 sendUrl INFO 83 [736] R:OK -2015-03-12 04:51:36 queue INFO >>83 [737] -2015-03-12 04:51:37 sendUrl INFO 83 [737] R:OK -2015-03-12 04:52:26 queue INFO >>83 [738] -2015-03-12 04:52:27 sendUrl INFO 83 [738] R:OK -2015-03-12 04:53:17 queue INFO >>83 [739] -2015-03-12 04:53:17 sendUrl INFO 83 [739] R:OK -2015-03-12 04:53:39 queue INFO 87 [740] -2015-03-12 04:53:39 queue INFO >87 [741] -2015-03-12 04:53:40 sendUrl INFO 87 [740] R:OK -2015-03-12 04:53:40 sendUrl INFO 87 [741] R:OK -2015-03-12 04:53:41 queue INFO 83 [742] -2015-03-12 04:53:41 queue INFO >83 [743] -2015-03-12 04:53:41 sendUrl INFO 83 [742] R:OK -2015-03-12 04:53:42 sendUrl INFO 83 [743] R:OK -2015-03-12 04:54:31 queue INFO >>83 [744] -2015-03-12 04:54:31 sendUrl INFO 83 [744] R:OK -2015-03-12 04:55:21 queue INFO >>83 [745] -2015-03-12 04:55:21 sendUrl INFO 83 [745] R:OK -2015-03-12 04:56:11 queue INFO >>83 [746] -2015-03-12 04:56:12 sendUrl INFO 83 [746] R:OK -2015-03-12 04:57:01 queue INFO >>83 [747] -2015-03-12 04:57:01 sendUrl INFO 83 [747] R:OK -2015-03-12 04:57:51 queue INFO >>83 [748] -2015-03-12 04:57:52 sendUrl INFO 83 [748] R:OK -2015-03-12 04:58:42 queue INFO >>83 [749] -2015-03-12 04:58:42 sendUrl INFO 83 [749] R:OK -2015-03-12 04:59:32 queue INFO >>83 [750] -2015-03-12 04:59:32 sendUrl INFO 83 [750] R:OK -2015-03-12 05:00:22 queue INFO >>83 [751] -2015-03-12 05:00:22 sendUrl INFO 83 [751] R:OK -2015-03-12 05:01:12 queue INFO >>83 [752] -2015-03-12 05:01:13 sendUrl INFO 83 [752] R:OK -2015-03-12 05:01:35 queue INFO 87 [753] -2015-03-12 05:01:36 queue INFO >87 [754] -2015-03-12 05:01:36 sendUrl INFO 87 [753] R:OK -2015-03-12 05:01:36 sendUrl INFO 87 [754] R:OK -2015-03-12 05:01:37 queue INFO 83 [755] -2015-03-12 05:01:37 sendUrl INFO 83 [755] R:OK -2015-03-12 05:01:37 queue INFO >83 [756] -2015-03-12 05:01:38 sendUrl INFO 83 [756] R:OK -2015-03-12 05:02:27 queue INFO >>83 [757] -2015-03-12 05:02:28 sendUrl INFO 83 [757] R:OK -2015-03-12 05:03:17 queue INFO >>83 [758] -2015-03-12 05:03:18 sendUrl INFO 83 [758] R:OK -2015-03-12 05:04:08 queue INFO >>83 [759] -2015-03-12 05:04:08 sendUrl INFO 83 [759] R:OK -2015-03-12 05:04:58 queue INFO >>83 [760] -2015-03-12 05:04:58 sendUrl INFO 83 [760] R:OK -2015-03-12 05:05:48 queue INFO >>83 [761] -2015-03-12 05:05:48 sendUrl INFO 83 [761] R:OK -2015-03-12 05:06:38 queue INFO >>83 [762] -2015-03-12 05:06:38 sendUrl INFO 83 [762] R:OK -2015-03-12 05:07:28 queue INFO >>83 [763] -2015-03-12 05:07:29 sendUrl INFO 83 [763] R:OK -2015-03-12 05:08:18 queue INFO >>83 [764] -2015-03-12 05:08:18 sendUrl INFO 83 [764] R:OK -2015-03-12 05:09:08 queue INFO >>83 [765] -2015-03-12 05:09:09 sendUrl INFO 83 [765] R:OK -2015-03-12 05:09:32 queue INFO 87 [766] -2015-03-12 05:09:32 queue INFO >87 [767] -2015-03-12 05:09:32 sendUrl INFO 87 [766] R:OK -2015-03-12 05:09:32 sendUrl INFO 87 [767] R:OK -2015-03-12 05:09:33 queue INFO 83 [768] -2015-03-12 05:09:33 sendUrl INFO 83 [768] R:OK -2015-03-12 05:09:33 queue INFO >83 [769] -2015-03-12 05:09:34 sendUrl INFO 83 [769] R:OK -2015-03-12 05:10:23 queue INFO >>83 [770] -2015-03-12 05:10:24 sendUrl INFO 83 [770] R:OK -2015-03-12 05:11:14 queue INFO >>83 [771] -2015-03-12 05:11:14 sendUrl INFO 83 [771] R:OK -2015-03-12 05:12:04 queue INFO >>83 [772] -2015-03-12 05:12:04 sendUrl INFO 83 [772] R:OK -2015-03-12 05:12:54 queue INFO >>83 [773] -2015-03-12 05:12:54 sendUrl INFO 83 [773] R:OK -2015-03-12 05:13:44 queue INFO >>83 [774] -2015-03-12 05:13:44 sendUrl INFO 83 [774] R:OK -2015-03-12 05:14:34 queue INFO >>83 [775] -2015-03-12 05:14:34 sendUrl INFO 83 [775] R:OK -2015-03-12 05:15:24 queue INFO >>83 [776] -2015-03-12 05:15:25 sendUrl INFO 83 [776] R:OK -2015-03-12 05:16:14 queue INFO >>83 [777] -2015-03-12 05:16:15 sendUrl INFO 83 [777] R:OK -2015-03-12 05:17:05 queue INFO >>83 [778] -2015-03-12 05:17:05 sendUrl INFO 83 [778] R:OK -2015-03-12 05:17:27 queue INFO 87 [779] -2015-03-12 05:17:28 sendUrl INFO 87 [779] R:OK -2015-03-12 05:17:28 queue INFO >87 [780] -2015-03-12 05:17:28 sendUrl INFO 87 [780] R:OK -2015-03-12 05:17:29 queue INFO 83 [781] -2015-03-12 05:17:29 queue INFO >83 [782] -2015-03-12 05:17:30 sendUrl INFO 83 [781] R:OK -2015-03-12 05:17:30 sendUrl INFO 83 [782] R:OK -2015-03-12 05:18:19 queue INFO >>83 [783] -2015-03-12 05:18:19 sendUrl INFO 83 [783] R:OK -2015-03-12 05:19:09 queue INFO >>83 [784] -2015-03-12 05:19:10 sendUrl INFO 83 [784] R:OK -2015-03-12 05:19:59 queue INFO >>83 [785] -2015-03-12 05:20:00 sendUrl INFO 83 [785] R:OK -2015-03-12 05:20:50 queue INFO >>83 [786] -2015-03-12 05:20:50 sendUrl INFO 83 [786] R:OK -2015-03-12 05:21:40 queue INFO >>83 [787] -2015-03-12 05:21:40 sendUrl INFO 83 [787] R:OK -2015-03-12 05:22:30 queue INFO >>83 [788] -2015-03-12 05:22:30 sendUrl INFO 83 [788] R:OK -2015-03-12 05:23:20 queue INFO >>83 [789] -2015-03-12 05:23:20 sendUrl INFO 83 [789] R:OK -2015-03-12 05:24:10 queue INFO >>83 [790] -2015-03-12 05:24:11 sendUrl INFO 83 [790] R:OK -2015-03-12 05:25:00 queue INFO >>83 [791] -2015-03-12 05:25:01 sendUrl INFO 83 [791] R:OK -2015-03-12 05:25:23 queue INFO 87 [792] -2015-03-12 05:25:23 queue INFO >87 [793] -2015-03-12 05:25:23 sendUrl INFO 87 [792] R:OK -2015-03-12 05:25:24 sendUrl INFO 87 [793] R:OK -2015-03-12 05:25:24 queue INFO 83 [794] -2015-03-12 05:25:25 queue INFO >83 [795] -2015-03-12 05:25:25 sendUrl INFO 83 [794] R:OK -2015-03-12 05:25:25 sendUrl INFO 83 [795] R:OK -2015-03-12 05:26:15 queue INFO >>83 [796] -2015-03-12 05:26:15 sendUrl INFO 83 [796] R:OK -2015-03-12 05:27:05 queue INFO >>83 [797] -2015-03-12 05:27:05 sendUrl INFO 83 [797] R:OK -2015-03-12 05:27:55 queue INFO >>83 [798] -2015-03-12 05:27:55 sendUrl INFO 83 [798] R:OK -2015-03-12 05:28:45 queue INFO >>83 [799] -2015-03-12 05:28:46 sendUrl INFO 83 [799] R:OK -2015-03-12 05:29:35 queue INFO >>83 [800] -2015-03-12 05:29:35 sendUrl INFO 83 [800] R:OK -2015-03-12 05:30:25 queue INFO >>83 [801] -2015-03-12 05:30:26 sendUrl INFO 83 [801] R:OK -2015-03-12 05:31:16 queue INFO >>83 [802] -2015-03-12 05:31:16 sendUrl INFO 83 [802] R:OK -2015-03-12 05:32:06 queue INFO >>83 [803] -2015-03-12 05:32:06 sendUrl INFO 83 [803] R:OK -2015-03-12 05:32:56 queue INFO >>83 [804] -2015-03-12 05:32:56 sendUrl INFO 83 [804] R:OK -2015-03-12 05:33:19 queue INFO 87 [805] -2015-03-12 05:33:19 queue INFO >87 [806] -2015-03-12 05:33:19 sendUrl INFO 87 [805] R:OK -2015-03-12 05:33:20 sendUrl INFO 87 [806] R:OK -2015-03-12 05:33:20 queue INFO 83 [807] -2015-03-12 05:33:21 queue INFO >83 [808] -2015-03-12 05:33:21 sendUrl INFO 83 [807] R:OK -2015-03-12 05:33:21 sendUrl INFO 83 [808] R:OK -2015-03-12 05:34:11 queue INFO >>83 [809] -2015-03-12 05:34:11 sendUrl INFO 83 [809] R:OK -2015-03-12 05:35:01 queue INFO >>83 [810] -2015-03-12 05:35:01 sendUrl INFO 83 [810] R:OK -2015-03-12 05:35:51 queue INFO >>83 [811] -2015-03-12 05:35:51 sendUrl INFO 83 [811] R:OK -2015-03-12 05:36:41 queue INFO >>83 [812] -2015-03-12 05:36:41 sendUrl INFO 83 [812] R:OK -2015-03-12 05:37:31 queue INFO >>83 [813] -2015-03-12 05:37:32 sendUrl INFO 83 [813] R:OK -2015-03-12 05:38:21 queue INFO >>83 [814] -2015-03-12 05:38:22 sendUrl INFO 83 [814] R:OK -2015-03-12 05:39:12 queue INFO >>83 [815] -2015-03-12 05:39:12 sendUrl INFO 83 [815] R:OK -2015-03-12 05:40:02 queue INFO >>83 [816] -2015-03-12 05:40:02 sendUrl INFO 83 [816] R:OK -2015-03-12 05:40:52 queue INFO >>83 [817] -2015-03-12 05:40:52 sendUrl INFO 83 [817] R:OK -2015-03-12 05:41:15 queue INFO 87 [818] -2015-03-12 05:41:15 queue INFO >87 [819] -2015-03-12 05:41:15 sendUrl INFO 87 [818] R:OK -2015-03-12 05:41:16 sendUrl INFO 87 [819] R:OK -2015-03-12 05:41:16 queue INFO 83 [820] -2015-03-12 05:41:16 queue INFO >83 [821] -2015-03-12 05:41:17 sendUrl INFO 83 [820] R:OK -2015-03-12 05:41:17 sendUrl INFO 83 [821] R:OK -2015-03-12 05:42:06 queue INFO >>83 [822] -2015-03-12 05:42:07 sendUrl INFO 83 [822] R:OK -2015-03-12 05:42:56 queue INFO >>83 [823] -2015-03-12 05:42:57 sendUrl INFO 83 [823] R:OK -2015-03-12 05:43:47 queue INFO >>83 [824] -2015-03-12 05:43:47 sendUrl INFO 83 [824] R:OK -2015-03-12 05:44:37 queue INFO >>83 [825] -2015-03-12 05:44:37 sendUrl INFO 83 [825] R:OK -2015-03-12 05:45:27 queue INFO >>83 [826] -2015-03-12 05:45:27 sendUrl INFO 83 [826] R:OK -2015-03-12 05:46:17 queue INFO >>83 [827] -2015-03-12 05:46:18 sendUrl INFO 83 [827] R:OK -2015-03-12 05:47:07 queue INFO >>83 [828] -2015-03-12 05:47:07 sendUrl INFO 83 [828] R:OK -2015-03-12 05:47:57 queue INFO >>83 [829] -2015-03-12 05:47:58 sendUrl INFO 83 [829] R:OK -2015-03-12 05:48:48 queue INFO >>83 [830] -2015-03-12 05:48:48 sendUrl INFO 83 [830] R:OK -2015-03-12 05:49:11 queue INFO 87 [831] -2015-03-12 05:49:11 queue INFO >87 [832] -2015-03-12 05:49:11 sendUrl INFO 87 [831] R:OK -2015-03-12 05:49:12 sendUrl INFO 87 [832] R:OK -2015-03-12 05:49:12 queue INFO 83 [833] -2015-03-12 05:49:13 queue INFO >83 [834] -2015-03-12 05:49:13 sendUrl INFO 83 [833] R:OK -2015-03-12 05:49:13 sendUrl INFO 83 [834] R:OK -2015-03-12 05:50:03 queue INFO >>83 [835] -2015-03-12 05:50:03 sendUrl INFO 83 [835] R:OK -2015-03-12 05:50:53 queue INFO >>83 [836] -2015-03-12 05:50:53 sendUrl INFO 83 [836] R:OK -2015-03-12 05:51:30 queue INFO 81 [837] -2015-03-12 05:51:31 queue INFO >81 [838] -2015-03-12 05:51:31 sendUrl INFO 81 [837] R:OK -2015-03-12 05:51:31 sendUrl INFO 81 [838] R:OK -2015-03-12 05:51:56 queue INFO 83 [839] -2015-03-12 05:51:57 queue INFO >83 [840] -2015-03-12 05:51:57 sendUrl INFO 83 [839] R:OK -2015-03-12 05:51:57 sendUrl INFO 83 [840] R:OK -2015-03-12 05:52:47 queue INFO >>83 [841] -2015-03-12 05:52:47 sendUrl INFO 83 [841] R:OK -2015-03-12 05:53:37 queue INFO >>83 [842] -2015-03-12 05:53:37 sendUrl INFO 83 [842] R:OK -2015-03-12 05:54:27 queue INFO >>83 [843] -2015-03-12 05:54:27 sendUrl INFO 83 [843] R:OK -2015-03-12 05:55:17 queue INFO >>83 [844] -2015-03-12 05:55:18 sendUrl INFO 83 [844] R:OK -2015-03-12 05:56:07 queue INFO >>83 [845] -2015-03-12 05:56:07 sendUrl INFO 83 [845] R:OK -2015-03-12 05:56:57 queue INFO >>83 [846] -2015-03-12 05:56:58 sendUrl INFO 83 [846] R:OK -2015-03-12 05:57:07 queue INFO 87 [847] -2015-03-12 05:57:07 queue INFO >87 [848] -2015-03-12 05:57:07 sendUrl INFO 87 [847] R:OK -2015-03-12 05:57:08 sendUrl INFO 87 [848] R:OK -2015-03-12 05:57:09 queue INFO 83 [849] -2015-03-12 05:57:09 queue INFO >83 [850] -2015-03-12 05:57:09 sendUrl INFO 83 [849] R:OK -2015-03-12 05:57:09 sendUrl INFO 83 [850] R:OK -2015-03-12 05:57:59 queue INFO >>83 [851] -2015-03-12 05:57:59 sendUrl INFO 83 [851] R:OK -2015-03-12 05:58:49 queue INFO >>83 [852] -2015-03-12 05:58:49 sendUrl INFO 83 [852] R:OK -2015-03-12 05:59:39 queue INFO >>83 [853] -2015-03-12 05:59:39 sendUrl INFO 83 [853] R:OK -2015-03-12 06:00:29 queue INFO >>83 [854] -2015-03-12 06:00:30 sendUrl INFO 83 [854] R:OK -2015-03-12 06:01:19 queue INFO >>83 [855] -2015-03-12 06:01:20 sendUrl INFO 83 [855] R:OK -2015-03-12 06:02:10 queue INFO >>83 [856] -2015-03-12 06:02:10 sendUrl INFO 83 [856] R:OK -2015-03-12 06:03:00 queue INFO >>83 [857] -2015-03-12 06:03:00 sendUrl INFO 83 [857] R:OK -2015-03-12 06:03:50 queue INFO >>83 [858] -2015-03-12 06:03:50 sendUrl INFO 83 [858] R:OK -2015-03-12 06:04:40 queue INFO >>83 [859] -2015-03-12 06:04:40 sendUrl INFO 83 [859] R:OK -2015-03-12 06:05:03 queue INFO 87 [860] -2015-03-12 06:05:03 queue INFO >87 [861] -2015-03-12 06:05:03 sendUrl INFO 87 [860] R:OK -2015-03-12 06:05:04 sendUrl INFO 87 [861] R:OK -2015-03-12 06:05:04 queue INFO 83 [862] -2015-03-12 06:05:05 queue INFO >83 [863] -2015-03-12 06:05:05 sendUrl INFO 83 [862] R:OK -2015-03-12 06:05:05 sendUrl INFO 83 [863] R:OK -2015-03-12 06:05:54 queue INFO >>83 [864] -2015-03-12 06:05:55 sendUrl INFO 83 [864] R:OK -2015-03-12 06:06:45 queue INFO >>83 [865] -2015-03-12 06:06:45 sendUrl INFO 83 [865] R:OK -2015-03-12 06:07:35 queue INFO >>83 [866] -2015-03-12 06:07:35 sendUrl INFO 83 [866] R:OK -2015-03-12 06:08:25 queue INFO >>83 [867] -2015-03-12 06:08:25 sendUrl INFO 83 [867] R:OK -2015-03-12 06:09:15 queue INFO >>83 [868] -2015-03-12 06:09:15 sendUrl INFO 83 [868] R:OK -2015-03-12 06:10:05 queue INFO >>83 [869] -2015-03-12 06:10:06 sendUrl INFO 83 [869] R:OK -2015-03-12 06:10:55 queue INFO >>83 [870] -2015-03-12 06:10:56 sendUrl INFO 83 [870] R:OK -2015-03-12 06:11:45 queue INFO >>83 [871] -2015-03-12 06:11:46 sendUrl INFO 83 [871] R:OK -2015-03-12 06:12:36 queue INFO >>83 [872] -2015-03-12 06:12:36 sendUrl INFO 83 [872] R:OK -2015-03-12 06:12:58 queue INFO 87 [873] -2015-03-12 06:12:58 queue INFO >87 [874] -2015-03-12 06:12:59 sendUrl INFO 87 [873] R:OK -2015-03-12 06:12:59 sendUrl INFO 87 [874] R:OK -2015-03-12 06:13:00 queue INFO 83 [875] -2015-03-12 06:13:00 queue INFO >83 [876] -2015-03-12 06:13:00 sendUrl INFO 83 [875] R:OK -2015-03-12 06:13:01 sendUrl INFO 83 [876] R:OK -2015-03-12 06:13:50 queue INFO >>83 [877] -2015-03-12 06:13:50 sendUrl INFO 83 [877] R:OK -2015-03-12 06:14:40 queue INFO >>83 [878] -2015-03-12 06:14:40 sendUrl INFO 83 [878] R:OK -2015-03-12 06:15:30 queue INFO >>83 [879] -2015-03-12 06:15:31 sendUrl INFO 83 [879] R:OK -2015-03-12 06:16:20 queue INFO >>83 [880] -2015-03-12 06:16:21 sendUrl INFO 83 [880] R:OK -2015-03-12 06:17:11 queue INFO >>83 [881] -2015-03-12 06:17:11 sendUrl INFO 83 [881] R:OK -2015-03-12 06:18:01 queue INFO >>83 [882] -2015-03-12 06:18:01 sendUrl INFO 83 [882] R:OK -2015-03-12 06:18:51 queue INFO >>83 [883] -2015-03-12 06:18:51 sendUrl INFO 83 [883] R:OK -2015-03-12 06:19:41 queue INFO >>83 [884] -2015-03-12 06:19:41 sendUrl INFO 83 [884] R:OK -2015-03-12 06:20:31 queue INFO >>83 [885] -2015-03-12 06:20:31 sendUrl INFO 83 [885] R:OK -2015-03-12 06:20:54 queue INFO 87 [886] -2015-03-12 06:20:54 queue INFO >87 [887] -2015-03-12 06:20:54 sendUrl INFO 87 [886] R:OK -2015-03-12 06:20:55 sendUrl INFO 87 [887] R:OK -2015-03-12 06:20:56 queue INFO 83 [888] -2015-03-12 06:20:56 sendUrl INFO 83 [888] R:OK -2015-03-12 06:20:56 queue INFO >83 [889] -2015-03-12 06:20:56 sendUrl INFO 83 [889] R:OK -2015-03-12 06:21:46 queue INFO >>83 [890] -2015-03-12 06:21:46 sendUrl INFO 83 [890] R:OK -2015-03-12 06:22:36 queue INFO >>83 [891] -2015-03-12 06:22:37 sendUrl INFO 83 [891] R:OK -2015-03-12 06:23:26 queue INFO >>83 [892] -2015-03-12 06:23:26 sendUrl INFO 83 [892] R:OK -2015-03-12 06:24:16 queue INFO >>83 [893] -2015-03-12 06:24:17 sendUrl INFO 83 [893] R:OK -2015-03-12 06:25:07 queue INFO >>83 [894] -2015-03-12 06:25:07 sendUrl INFO 83 [894] R:OK -2015-03-12 06:25:57 queue INFO >>83 [895] -2015-03-12 06:25:57 sendUrl INFO 83 [895] R:OK -2015-03-12 06:26:47 queue INFO >>83 [896] -2015-03-12 06:26:47 sendUrl INFO 83 [896] R:OK -2015-03-12 06:27:37 queue INFO >>83 [897] -2015-03-12 06:27:38 sendUrl INFO 83 [897] R:OK -2015-03-12 06:28:27 queue INFO >>83 [898] -2015-03-12 06:28:27 sendUrl INFO 83 [898] R:OK -2015-03-12 06:28:50 queue INFO 87 [899] -2015-03-12 06:28:50 queue INFO >87 [900] -2015-03-12 06:28:50 sendUrl INFO 87 [899] R:OK -2015-03-12 06:28:51 sendUrl INFO 87 [900] R:OK -2015-03-12 06:28:51 queue INFO 83 [901] -2015-03-12 06:28:52 sendUrl INFO 83 [901] R:OK -2015-03-12 06:28:52 queue INFO >83 [902] -2015-03-12 06:28:52 sendUrl INFO 83 [902] R:OK -2015-03-12 06:29:42 queue INFO >>83 [903] -2015-03-12 06:29:42 sendUrl INFO 83 [903] R:OK -2015-03-12 06:30:32 queue INFO >>83 [904] -2015-03-12 06:30:32 sendUrl INFO 83 [904] R:OK -2015-03-12 06:31:22 queue INFO >>83 [905] -2015-03-12 06:31:22 sendUrl INFO 83 [905] R:OK -2015-03-12 06:32:12 queue INFO >>83 [906] -2015-03-12 06:32:12 sendUrl INFO 83 [906] R:OK -2015-03-12 06:33:02 queue INFO >>83 [907] -2015-03-12 06:33:03 sendUrl INFO 83 [907] R:OK -2015-03-12 06:33:52 queue INFO >>83 [908] -2015-03-12 06:33:53 sendUrl INFO 83 [908] R:OK -2015-03-12 06:34:43 queue INFO >>83 [909] -2015-03-12 06:34:43 sendUrl INFO 83 [909] R:OK -2015-03-12 06:35:33 queue INFO >>83 [910] -2015-03-12 06:35:33 sendUrl INFO 83 [910] R:OK -2015-03-12 06:36:23 queue INFO >>83 [911] -2015-03-12 06:36:23 sendUrl INFO 83 [911] R:OK -2015-03-12 06:36:46 queue INFO 87 [912] -2015-03-12 06:36:46 queue INFO >87 [913] -2015-03-12 06:36:47 sendUrl INFO 87 [912] R:OK -2015-03-12 06:36:47 sendUrl INFO 87 [913] R:OK -2015-03-12 06:36:48 queue INFO 83 [914] -2015-03-12 06:36:48 queue INFO >83 [915] -2015-03-12 06:36:48 sendUrl INFO 83 [914] R:OK -2015-03-12 06:36:49 sendUrl INFO 83 [915] R:OK -2015-03-12 06:37:38 queue INFO >>83 [916] -2015-03-12 06:37:38 sendUrl INFO 83 [916] R:OK -2015-03-12 06:38:28 queue INFO >>83 [917] -2015-03-12 06:38:28 sendUrl INFO 83 [917] R:OK -2015-03-12 06:39:18 queue INFO >>83 [918] -2015-03-12 06:39:19 sendUrl INFO 83 [918] R:OK -2015-03-12 06:40:08 queue INFO >>83 [919] -2015-03-12 06:40:09 sendUrl INFO 83 [919] R:OK -2015-03-12 06:40:59 queue INFO >>83 [920] -2015-03-12 06:40:59 sendUrl INFO 83 [920] R:OK -2015-03-12 06:41:49 queue INFO >>83 [921] -2015-03-12 06:41:49 sendUrl INFO 83 [921] R:OK -2015-03-12 06:42:39 queue INFO >>83 [922] -2015-03-12 06:42:39 sendUrl INFO 83 [922] R:OK -2015-03-12 06:43:29 queue INFO >>83 [923] -2015-03-12 06:43:29 sendUrl INFO 83 [923] R:OK -2015-03-12 06:44:19 queue INFO >>83 [924] -2015-03-12 06:44:19 sendUrl INFO 83 [924] R:OK -2015-03-12 06:44:42 queue INFO 87 [925] -2015-03-12 06:44:43 queue INFO >87 [926] -2015-03-12 06:44:43 sendUrl INFO 87 [925] R:OK -2015-03-12 06:44:43 sendUrl INFO 87 [926] R:OK -2015-03-12 06:44:44 queue INFO 83 [927] -2015-03-12 06:44:44 queue INFO >83 [928] -2015-03-12 06:44:45 sendUrl INFO 83 [927] R:OK -2015-03-12 06:44:45 sendUrl INFO 83 [928] R:OK -2015-03-12 06:45:34 queue INFO >>83 [929] -2015-03-12 06:45:34 sendUrl INFO 83 [929] R:OK -2015-03-12 06:46:24 queue INFO >>83 [930] -2015-03-12 06:46:25 sendUrl INFO 83 [930] R:OK -2015-03-12 06:47:14 queue INFO >>83 [931] -2015-03-12 06:47:15 sendUrl INFO 83 [931] R:OK -2015-03-12 06:48:05 queue INFO >>83 [932] -2015-03-12 06:48:05 sendUrl INFO 83 [932] R:OK -2015-03-12 06:48:55 queue INFO >>83 [933] -2015-03-12 06:48:55 sendUrl INFO 83 [933] R:OK -2015-03-12 06:49:45 queue INFO >>83 [934] -2015-03-12 06:49:46 sendUrl INFO 83 [934] R:OK -2015-03-12 06:50:35 queue INFO >>83 [935] -2015-03-12 06:50:35 sendUrl INFO 83 [935] R:OK -2015-03-12 06:51:25 queue INFO >>83 [936] -2015-03-12 06:51:26 sendUrl INFO 83 [936] R:OK -2015-03-12 06:52:15 queue INFO >>83 [937] -2015-03-12 06:52:16 sendUrl INFO 83 [937] R:OK -2015-03-12 06:52:24 queue INFO 81 [938] -2015-03-12 06:52:24 queue INFO >81 [939] -2015-03-12 06:52:25 sendUrl INFO 81 [938] R:OK -2015-03-12 06:52:25 sendUrl INFO 81 [939] R:OK -2015-03-12 06:53:14 queue INFO 99 [940] -2015-03-12 06:53:14 queue INFO >99 [941] -2015-03-12 06:53:14 sendUrl INFO 99 [940] R:OK -2015-03-12 06:53:14 sendUrl INFO 99 [941] R:OK -2015-03-12 06:54:04 queue INFO >>99 [942] -2015-03-12 06:54:04 sendUrl INFO 99 [942] R:OK -2015-03-12 06:54:54 queue INFO >>99 [943] -2015-03-12 06:54:55 sendUrl INFO 99 [943] R:OK -2015-03-12 06:55:44 queue INFO >>99 [944] -2015-03-12 06:55:44 sendUrl INFO 99 [944] R:OK -2015-03-12 06:56:34 queue INFO >>99 [945] -2015-03-12 06:56:35 sendUrl INFO 99 [945] R:OK -2015-03-12 06:57:24 queue INFO >>99 [946] -2015-03-12 06:57:25 sendUrl INFO 99 [946] R:OK -2015-03-12 06:58:15 queue INFO >>99 [947] -2015-03-12 06:58:15 sendUrl INFO 99 [947] R:OK -2015-03-12 06:59:05 queue INFO >>99 [948] -2015-03-12 06:59:05 sendUrl INFO 99 [948] R:OK -2015-03-12 06:59:54 queue INFO 89 [949] -2015-03-12 06:59:55 queue INFO >89 [950] -2015-03-12 06:59:55 sendUrl INFO 89 [949] R:OK -2015-03-12 06:59:55 sendUrl INFO 89 [950] R:OK -2015-03-12 07:00:00 queue INFO 81 [951] -2015-03-12 07:00:00 queue INFO >81 [952] -2015-03-12 07:00:00 sendUrl INFO 81 [951] R:OK -2015-03-12 07:00:01 sendUrl INFO 81 [952] R:OK -2015-03-12 07:00:06 queue INFO 83 [953] -2015-03-12 07:00:06 queue INFO >83 [954] -2015-03-12 07:00:07 sendUrl INFO 83 [953] R:OK -2015-03-12 07:00:07 sendUrl INFO 83 [954] R:OK -2015-03-12 07:00:30 queue INFO 87 [955] -2015-03-12 07:00:30 queue INFO >87 [956] -2015-03-12 07:00:30 sendUrl INFO 87 [955] R:OK -2015-03-12 07:00:31 sendUrl INFO 87 [956] R:OK -2015-03-12 07:00:32 queue INFO 83 [957] -2015-03-12 07:00:32 queue INFO >83 [958] -2015-03-12 07:00:32 sendUrl INFO 83 [957] R:OK -2015-03-12 07:00:32 sendUrl INFO 83 [958] R:OK -2015-03-12 07:01:22 queue INFO >>83 [959] -2015-03-12 07:01:22 sendUrl INFO 83 [959] R:OK -2015-03-12 07:02:12 queue INFO >>83 [960] -2015-03-12 07:02:12 sendUrl INFO 83 [960] R:OK -2015-03-12 07:03:02 queue INFO >>83 [961] -2015-03-12 07:03:03 sendUrl INFO 83 [961] R:OK -2015-03-12 07:03:52 queue INFO >>83 [962] -2015-03-12 07:03:53 sendUrl INFO 83 [962] R:OK -2015-03-12 07:04:42 queue INFO >>83 [963] -2015-03-12 07:04:43 sendUrl INFO 83 [963] R:OK -2015-03-12 07:05:33 queue INFO >>83 [964] -2015-03-12 07:05:33 sendUrl INFO 83 [964] R:OK -2015-03-12 07:06:23 queue INFO >>83 [965] -2015-03-12 07:06:23 sendUrl INFO 83 [965] R:OK -2015-03-12 07:07:13 queue INFO >>83 [966] -2015-03-12 07:07:13 sendUrl INFO 83 [966] R:OK -2015-03-12 07:08:03 queue INFO >>83 [967] -2015-03-12 07:08:04 sendUrl INFO 83 [967] R:OK -2015-03-12 07:08:26 queue INFO 87 [968] -2015-03-12 07:08:27 queue INFO >87 [969] -2015-03-12 07:08:27 sendUrl INFO 87 [968] R:OK -2015-03-12 07:08:27 sendUrl INFO 87 [969] R:OK -2015-03-12 07:08:28 queue INFO 83 [970] -2015-03-12 07:08:28 queue INFO >83 [971] -2015-03-12 07:08:28 sendUrl INFO 83 [970] R:OK -2015-03-12 07:08:29 sendUrl INFO 83 [971] R:OK -2015-03-12 07:09:18 queue INFO >>83 [972] -2015-03-12 07:09:19 sendUrl INFO 83 [972] R:OK -2015-03-12 07:10:08 queue INFO >>83 [973] -2015-03-12 07:10:08 sendUrl INFO 83 [973] R:OK -2015-03-12 07:10:58 queue INFO >>83 [974] -2015-03-12 07:10:59 sendUrl INFO 83 [974] R:OK -2015-03-12 07:11:48 queue INFO >>83 [975] -2015-03-12 07:11:49 sendUrl INFO 83 [975] R:OK -2015-03-12 07:12:39 queue INFO >>83 [976] -2015-03-12 07:12:39 sendUrl INFO 83 [976] R:OK -2015-03-12 07:13:29 queue INFO >>83 [977] -2015-03-12 07:13:29 sendUrl INFO 83 [977] R:OK -2015-03-12 07:14:19 queue INFO >>83 [978] -2015-03-12 07:14:19 sendUrl INFO 83 [978] R:OK -2015-03-12 07:15:09 queue INFO >>83 [979] -2015-03-12 07:15:09 sendUrl INFO 83 [979] R:OK -2015-03-12 07:15:59 queue INFO >>83 [980] -2015-03-12 07:15:59 sendUrl INFO 83 [980] R:OK -2015-03-12 07:16:22 queue INFO 87 [981] -2015-03-12 07:16:22 queue INFO >87 [982] -2015-03-12 07:16:22 sendUrl INFO 87 [981] R:OK -2015-03-12 07:16:23 sendUrl INFO 87 [982] R:OK -2015-03-12 07:16:24 queue INFO 83 [983] -2015-03-12 07:16:24 queue INFO >83 [984] -2015-03-12 07:16:24 sendUrl INFO 83 [983] R:OK -2015-03-12 07:16:24 sendUrl INFO 83 [984] R:OK -2015-03-12 07:17:14 queue INFO >>83 [985] -2015-03-12 07:17:14 sendUrl INFO 83 [985] R:OK -2015-03-12 07:18:04 queue INFO >>83 [986] -2015-03-12 07:18:04 sendUrl INFO 83 [986] R:OK -2015-03-12 07:18:54 queue INFO >>83 [987] -2015-03-12 07:18:54 sendUrl INFO 83 [987] R:OK -2015-03-12 07:19:44 queue INFO >>83 [988] -2015-03-12 07:19:45 sendUrl INFO 83 [988] R:OK -2015-03-12 07:20:34 queue INFO >>83 [989] -2015-03-12 07:20:35 sendUrl INFO 83 [989] R:OK -2015-03-12 07:21:24 queue INFO >>83 [990] -2015-03-12 07:21:25 sendUrl INFO 83 [990] R:OK -2015-03-12 07:22:15 queue INFO >>83 [991] -2015-03-12 07:22:15 sendUrl INFO 83 [991] R:OK -2015-03-12 07:23:05 queue INFO >>83 [992] -2015-03-12 07:23:05 sendUrl INFO 83 [992] R:OK -2015-03-12 07:23:55 queue INFO >>83 [993] -2015-03-12 07:23:55 sendUrl INFO 83 [993] R:OK -2015-03-12 07:24:18 queue INFO 87 [994] -2015-03-12 07:24:18 queue INFO >87 [995] -2015-03-12 07:24:18 sendUrl INFO 87 [994] R:OK -2015-03-12 07:24:19 sendUrl INFO 87 [995] R:OK -2015-03-12 07:24:19 queue INFO 83 [996] -2015-03-12 07:24:19 queue INFO >83 [997] -2015-03-12 07:24:20 sendUrl INFO 83 [996] R:OK -2015-03-12 07:24:20 sendUrl INFO 83 [997] R:OK -2015-03-12 07:25:09 queue INFO >>83 [998] -2015-03-12 07:25:10 sendUrl INFO 83 [998] R:OK -2015-03-12 07:26:00 queue INFO >>83 [999] -2015-03-12 07:26:00 sendUrl INFO 83 [999] R:OK -2015-03-12 07:26:50 queue INFO >>83 [0] -2015-03-12 07:26:50 sendUrl INFO 83 [0] R:OK -2015-03-12 07:27:40 queue INFO >>83 [1] -2015-03-12 07:27:40 sendUrl INFO 83 [1] R:OK -2015-03-12 07:28:30 queue INFO >>83 [2] -2015-03-12 07:28:30 sendUrl INFO 83 [2] R:OK -2015-03-12 07:29:20 queue INFO >>83 [3] -2015-03-12 07:29:21 sendUrl INFO 83 [3] R:OK -2015-03-12 07:30:10 queue INFO >>83 [4] -2015-03-12 07:30:10 sendUrl INFO 83 [4] R:OK -2015-03-12 07:31:00 queue INFO >>83 [5] -2015-03-12 07:31:01 sendUrl INFO 83 [5] R:OK -2015-03-12 07:31:51 queue INFO >>83 [6] -2015-03-12 07:31:51 sendUrl INFO 83 [6] R:OK -2015-03-12 07:32:14 queue INFO 87 [7] -2015-03-12 07:32:14 queue INFO >87 [8] -2015-03-12 07:32:14 sendUrl INFO 87 [7] R:OK -2015-03-12 07:32:14 sendUrl INFO 87 [8] R:OK -2015-03-12 07:32:15 queue INFO 83 [9] -2015-03-12 07:32:15 sendUrl INFO 83 [9] R:OK -2015-03-12 07:32:15 queue INFO >83 [10] -2015-03-12 07:32:16 sendUrl INFO 83 [10] R:OK -2015-03-12 07:33:05 queue INFO >>83 [11] -2015-03-12 07:33:06 sendUrl INFO 83 [11] R:OK -2015-03-12 07:33:55 queue INFO >>83 [12] -2015-03-12 07:33:56 sendUrl INFO 83 [12] R:OK -2015-03-12 07:34:46 queue INFO >>83 [13] -2015-03-12 07:34:46 sendUrl INFO 83 [13] R:OK -2015-03-12 07:35:36 queue INFO >>83 [14] -2015-03-12 07:35:36 sendUrl INFO 83 [14] R:OK -2015-03-12 07:36:26 queue INFO >>83 [15] -2015-03-12 07:36:26 sendUrl INFO 83 [15] R:OK -2015-03-12 07:37:16 queue INFO >>83 [16] -2015-03-12 07:37:16 sendUrl INFO 83 [16] R:OK -2015-03-12 07:38:06 queue INFO >>83 [17] -2015-03-12 07:38:07 sendUrl INFO 83 [17] R:OK -2015-03-12 07:38:56 queue INFO >>83 [18] -2015-03-12 07:38:57 sendUrl INFO 83 [18] R:OK -2015-03-12 07:39:47 queue INFO >>83 [19] -2015-03-12 07:39:47 sendUrl INFO 83 [19] R:OK -2015-03-12 07:40:09 queue INFO 87 [20] -2015-03-12 07:40:10 queue INFO >87 [21] -2015-03-12 07:40:10 sendUrl INFO 87 [20] R:OK -2015-03-12 07:40:10 sendUrl INFO 87 [21] R:OK -2015-03-12 07:40:11 queue INFO 83 [22] -2015-03-12 07:40:11 queue INFO >83 [23] -2015-03-12 07:40:11 sendUrl INFO 83 [22] R:OK -2015-03-12 07:40:12 sendUrl INFO 83 [23] R:OK -2015-03-12 07:41:01 queue INFO >>83 [24] -2015-03-12 07:41:01 sendUrl INFO 83 [24] R:OK -2015-03-12 07:41:51 queue INFO >>83 [25] -2015-03-12 07:41:52 sendUrl INFO 83 [25] R:OK -2015-03-12 07:42:41 queue INFO >>83 [26] -2015-03-12 07:42:42 sendUrl INFO 83 [26] R:OK -2015-03-12 07:43:32 queue INFO >>83 [27] -2015-03-12 07:43:32 sendUrl INFO 83 [27] R:OK -2015-03-12 07:44:22 queue INFO >>83 [28] -2015-03-12 07:44:22 sendUrl INFO 83 [28] R:OK -2015-03-12 07:45:12 queue INFO >>83 [29] -2015-03-12 07:45:12 sendUrl INFO 83 [29] R:OK -2015-03-12 07:46:02 queue INFO >>83 [30] -2015-03-12 07:46:02 sendUrl INFO 83 [30] R:OK -2015-03-12 07:46:52 queue INFO >>83 [31] -2015-03-12 07:46:53 sendUrl INFO 83 [31] R:OK -2015-03-12 07:47:42 queue INFO >>83 [32] -2015-03-12 07:47:43 sendUrl INFO 83 [32] R:OK -2015-03-12 07:48:06 queue INFO 87 [33] -2015-03-12 07:48:06 queue INFO >87 [34] -2015-03-12 07:48:06 sendUrl INFO 87 [33] R:OK -2015-03-12 07:48:07 sendUrl INFO 87 [34] R:OK -2015-03-12 07:48:07 queue INFO 83 [35] -2015-03-12 07:48:07 queue INFO >83 [36] -2015-03-12 07:48:08 sendUrl INFO 83 [35] R:OK -2015-03-12 07:48:08 sendUrl INFO 83 [36] R:OK -2015-03-12 07:48:57 queue INFO >>83 [37] -2015-03-12 07:48:58 sendUrl INFO 83 [37] R:OK -2015-03-12 07:49:48 queue INFO >>83 [38] -2015-03-12 07:49:48 sendUrl INFO 83 [38] R:OK -2015-03-12 07:50:38 queue INFO >>83 [39] -2015-03-12 07:50:38 sendUrl INFO 83 [39] R:OK -2015-03-12 07:51:28 queue INFO >>83 [40] -2015-03-12 07:51:28 sendUrl INFO 83 [40] R:OK -2015-03-12 07:52:18 queue INFO >>83 [41] -2015-03-12 07:52:18 sendUrl INFO 83 [41] R:OK -2015-03-12 07:53:08 queue INFO >>83 [42] -2015-03-12 07:53:09 sendUrl INFO 83 [42] R:OK -2015-03-12 07:53:58 queue INFO >>83 [43] -2015-03-12 07:53:58 sendUrl INFO 83 [43] R:OK -2015-03-12 07:54:48 queue INFO >>83 [44] -2015-03-12 07:54:49 sendUrl INFO 83 [44] R:OK -2015-03-12 07:55:39 queue INFO >>83 [45] -2015-03-12 07:55:39 sendUrl INFO 83 [45] R:OK -2015-03-12 07:56:02 queue INFO 87 [46] -2015-03-12 07:56:02 queue INFO >87 [47] -2015-03-12 07:56:02 sendUrl INFO 87 [46] R:OK -2015-03-12 07:56:03 sendUrl INFO 87 [47] R:OK -2015-03-12 07:56:03 queue INFO 83 [48] -2015-03-12 07:56:04 queue INFO >83 [49] -2015-03-12 07:56:04 sendUrl INFO 83 [48] R:OK -2015-03-12 07:56:04 sendUrl INFO 83 [49] R:OK -2015-03-12 07:56:53 queue INFO >>83 [50] -2015-03-12 07:56:54 sendUrl INFO 83 [50] R:OK -2015-03-12 07:57:44 queue INFO >>83 [51] -2015-03-12 07:57:44 sendUrl INFO 83 [51] R:OK -2015-03-12 07:58:34 queue INFO >>83 [52] -2015-03-12 07:58:34 sendUrl INFO 83 [52] R:OK -2015-03-12 07:59:24 queue INFO >>83 [53] -2015-03-12 07:59:24 sendUrl INFO 83 [53] R:OK -2015-03-12 08:00:14 queue INFO >>83 [54] -2015-03-12 08:00:14 sendUrl INFO 83 [54] R:OK -2015-03-12 08:01:04 queue INFO >>83 [55] -2015-03-12 08:01:05 sendUrl INFO 83 [55] R:OK -2015-03-12 08:01:54 queue INFO >>83 [56] -2015-03-12 08:01:55 sendUrl INFO 83 [56] R:OK -2015-03-12 08:02:45 queue INFO >>83 [57] -2015-03-12 08:02:45 sendUrl INFO 83 [57] R:OK -2015-03-12 08:03:35 queue INFO >>83 [58] -2015-03-12 08:03:35 sendUrl INFO 83 [58] R:OK -2015-03-12 08:03:57 queue INFO 87 [59] -2015-03-12 08:03:57 sendUrl INFO 87 [59] R:OK -2015-03-12 08:03:58 queue INFO >87 [60] -2015-03-12 08:03:58 sendUrl INFO 87 [60] R:OK -2015-03-12 08:03:59 queue INFO 83 [61] -2015-03-12 08:03:59 queue INFO >83 [62] -2015-03-12 08:03:59 sendUrl INFO 83 [61] R:OK -2015-03-12 08:04:00 sendUrl INFO 83 [62] R:OK -2015-03-12 08:04:49 queue INFO >>83 [63] -2015-03-12 08:04:49 sendUrl INFO 83 [63] R:OK -2015-03-12 08:05:39 queue INFO >>83 [64] -2015-03-12 08:05:40 sendUrl INFO 83 [64] R:OK -2015-03-12 08:06:29 queue INFO >>83 [65] -2015-03-12 08:06:29 sendUrl INFO 83 [65] R:OK -2015-03-12 08:07:19 queue INFO >>83 [66] -2015-03-12 08:07:20 sendUrl INFO 83 [66] R:OK -2015-03-12 08:08:10 queue INFO >>83 [67] -2015-03-12 08:08:10 sendUrl INFO 83 [67] R:OK -2015-03-12 08:09:00 queue INFO >>83 [68] -2015-03-12 08:09:00 sendUrl INFO 83 [68] R:OK -2015-03-12 08:09:50 queue INFO >>83 [69] -2015-03-12 08:09:50 sendUrl INFO 83 [69] R:OK -2015-03-12 08:10:40 queue INFO >>83 [70] -2015-03-12 08:10:40 sendUrl INFO 83 [70] R:OK -2015-03-12 08:11:30 queue INFO >>83 [71] -2015-03-12 08:11:30 sendUrl INFO 83 [71] R:OK -2015-03-12 08:11:53 queue INFO 87 [72] -2015-03-12 08:11:53 sendUrl INFO 87 [72] R:OK -2015-03-12 08:11:53 queue INFO >87 [73] -2015-03-12 08:11:54 sendUrl INFO 87 [73] R:OK -2015-03-12 08:11:55 queue INFO 83 [74] -2015-03-12 08:11:55 queue INFO >83 [75] -2015-03-12 08:11:55 sendUrl INFO 83 [74] R:OK -2015-03-12 08:11:56 sendUrl INFO 83 [75] R:OK -2015-03-12 08:12:45 queue INFO >>83 [76] -2015-03-12 08:12:45 sendUrl INFO 83 [76] R:OK -2015-03-12 08:13:35 queue INFO >>83 [77] -2015-03-12 08:13:35 sendUrl INFO 83 [77] R:OK -2015-03-12 08:14:25 queue INFO >>83 [78] -2015-03-12 08:14:25 sendUrl INFO 83 [78] R:OK -2015-03-12 08:15:15 queue INFO >>83 [79] -2015-03-12 08:15:15 sendUrl INFO 83 [79] R:OK -2015-03-12 08:16:05 queue INFO >>83 [80] -2015-03-12 08:16:05 sendUrl INFO 83 [80] R:OK -2015-03-12 08:16:55 queue INFO >>83 [81] -2015-03-12 08:16:56 sendUrl INFO 83 [81] R:OK -2015-03-12 08:17:45 queue INFO >>83 [82] -2015-03-12 08:17:46 sendUrl INFO 83 [82] R:OK -2015-03-12 08:18:36 queue INFO >>83 [83] -2015-03-12 08:18:36 sendUrl INFO 83 [83] R:OK -2015-03-12 08:19:26 queue INFO >>83 [84] -2015-03-12 08:19:26 sendUrl INFO 83 [84] R:OK -2015-03-12 08:19:49 queue INFO 87 [85] -2015-03-12 08:19:49 queue INFO >87 [86] -2015-03-12 08:19:49 sendUrl INFO 87 [85] R:OK -2015-03-12 08:19:50 sendUrl INFO 87 [86] R:OK -2015-03-12 08:19:50 queue INFO 83 [87] -2015-03-12 08:19:51 queue INFO >83 [88] -2015-03-12 08:19:51 sendUrl INFO 83 [87] R:OK -2015-03-12 08:19:51 sendUrl INFO 83 [88] R:OK -2015-03-12 08:20:41 queue INFO >>83 [89] -2015-03-12 08:20:41 sendUrl INFO 83 [89] R:OK -2015-03-12 08:21:31 queue INFO >>83 [90] -2015-03-12 08:21:31 sendUrl INFO 83 [90] R:OK -2015-03-12 08:22:21 queue INFO >>83 [91] -2015-03-12 08:22:21 sendUrl INFO 83 [91] R:OK -2015-03-12 08:23:11 queue INFO >>83 [92] -2015-03-12 08:23:12 sendUrl INFO 83 [92] R:OK -2015-03-12 08:24:01 queue INFO >>83 [93] -2015-03-12 08:24:01 sendUrl INFO 83 [93] R:OK -2015-03-12 08:24:51 queue INFO >>83 [94] -2015-03-12 08:24:52 sendUrl INFO 83 [94] R:OK -2015-03-12 08:25:42 queue INFO >>83 [95] -2015-03-12 08:25:42 sendUrl INFO 83 [95] R:OK -2015-03-12 08:26:32 queue INFO >>83 [96] -2015-03-12 08:26:32 sendUrl INFO 83 [96] R:OK -2015-03-12 08:27:22 queue INFO >>83 [97] -2015-03-12 08:27:22 sendUrl INFO 83 [97] R:OK -2015-03-12 08:27:45 queue INFO 87 [98] -2015-03-12 08:27:45 queue INFO >87 [99] -2015-03-12 08:27:45 sendUrl INFO 87 [98] R:OK -2015-03-12 08:27:45 sendUrl INFO 87 [99] R:OK -2015-03-12 08:27:46 queue INFO 83 [100] -2015-03-12 08:27:46 queue INFO >83 [101] -2015-03-12 08:27:47 sendUrl INFO 83 [100] R:OK -2015-03-12 08:27:47 sendUrl INFO 83 [101] R:OK -2015-03-12 08:28:36 queue INFO >>83 [102] -2015-03-12 08:28:37 sendUrl INFO 83 [102] R:OK -2015-03-12 08:29:26 queue INFO >>83 [103] -2015-03-12 08:29:27 sendUrl INFO 83 [103] R:OK -2015-03-12 08:30:17 queue INFO >>83 [104] -2015-03-12 08:30:17 sendUrl INFO 83 [104] R:OK -2015-03-12 08:30:19 queue INFO 81 [105] -2015-03-12 08:30:20 sendUrl INFO 81 [105] R:OK -2015-03-12 08:30:20 queue INFO >81 [106] -2015-03-12 08:30:20 sendUrl INFO 81 [106] R:OK -2015-03-12 08:30:36 queue INFO 83 [107] -2015-03-12 08:30:36 queue INFO >83 [108] -2015-03-12 08:30:37 sendUrl INFO 83 [107] R:OK -2015-03-12 08:30:37 sendUrl INFO 83 [108] R:OK -2015-03-12 08:31:26 queue INFO >>83 [109] -2015-03-12 08:31:27 sendUrl INFO 83 [109] R:OK -2015-03-12 08:32:17 queue INFO >>83 [110] -2015-03-12 08:32:17 sendUrl INFO 83 [110] R:OK -2015-03-12 08:33:07 queue INFO >>83 [111] -2015-03-12 08:33:07 sendUrl INFO 83 [111] R:OK -2015-03-12 08:33:57 queue INFO >>83 [112] -2015-03-12 08:33:57 sendUrl INFO 83 [112] R:OK -2015-03-12 08:34:47 queue INFO >>83 [113] -2015-03-12 08:34:47 sendUrl INFO 83 [113] R:OK -2015-03-12 08:35:37 queue INFO >>83 [114] -2015-03-12 08:35:38 sendUrl INFO 83 [114] R:OK -2015-03-12 08:35:41 queue INFO 87 [115] -2015-03-12 08:35:41 queue INFO >87 [116] -2015-03-12 08:35:41 sendUrl INFO 87 [115] R:OK -2015-03-12 08:35:42 sendUrl INFO 87 [116] R:OK -2015-03-12 08:35:42 queue INFO 83 [117] -2015-03-12 08:35:43 queue INFO >83 [118] -2015-03-12 08:35:43 sendUrl INFO 83 [117] R:OK -2015-03-12 08:35:43 sendUrl INFO 83 [118] R:OK -2015-03-12 08:36:33 queue INFO >>83 [119] -2015-03-12 08:36:33 sendUrl INFO 83 [119] R:OK -2015-03-12 08:37:23 queue INFO >>83 [120] -2015-03-12 08:37:23 sendUrl INFO 83 [120] R:OK -2015-03-12 08:38:13 queue INFO >>83 [121] -2015-03-12 08:38:13 sendUrl INFO 83 [121] R:OK -2015-03-12 08:39:03 queue INFO >>83 [122] -2015-03-12 08:39:04 sendUrl INFO 83 [122] R:OK -2015-03-12 08:39:53 queue INFO >>83 [123] -2015-03-12 08:39:53 sendUrl INFO 83 [123] R:OK -2015-03-12 08:40:43 queue INFO >>83 [124] -2015-03-12 08:40:44 sendUrl INFO 83 [124] R:OK -2015-03-12 08:41:33 queue INFO >>83 [125] -2015-03-12 08:41:34 sendUrl INFO 83 [125] R:OK -2015-03-12 08:42:24 queue INFO >>83 [126] -2015-03-12 08:42:24 sendUrl INFO 83 [126] R:OK -2015-03-12 08:43:14 queue INFO >>83 [127] -2015-03-12 08:43:14 sendUrl INFO 83 [127] R:OK -2015-03-12 08:43:37 queue INFO 87 [128] -2015-03-12 08:43:37 queue INFO >87 [129] -2015-03-12 08:43:37 sendUrl INFO 87 [128] R:OK -2015-03-12 08:43:38 sendUrl INFO 87 [129] R:OK -2015-03-12 08:43:38 queue INFO 83 [130] -2015-03-12 08:43:39 queue INFO >83 [131] -2015-03-12 08:43:39 sendUrl INFO 83 [130] R:OK -2015-03-12 08:43:39 sendUrl INFO 83 [131] R:OK -2015-03-12 08:44:29 queue INFO >>83 [132] -2015-03-12 08:44:29 sendUrl INFO 83 [132] R:OK -2015-03-12 08:45:19 queue INFO >>83 [133] -2015-03-12 08:45:19 sendUrl INFO 83 [133] R:OK -2015-03-12 08:46:09 queue INFO >>83 [134] -2015-03-12 08:46:09 sendUrl INFO 83 [134] R:OK -2015-03-12 08:46:59 queue INFO >>83 [135] -2015-03-12 08:46:59 sendUrl INFO 83 [135] R:OK -2015-03-12 08:47:49 queue INFO >>83 [136] -2015-03-12 08:47:49 sendUrl INFO 83 [136] R:OK -2015-03-12 08:48:39 queue INFO >>83 [137] -2015-03-12 08:48:40 sendUrl INFO 83 [137] R:OK -2015-03-12 08:49:30 queue INFO >>83 [138] -2015-03-12 08:49:30 sendUrl INFO 83 [138] R:OK -2015-03-12 08:50:20 queue INFO >>83 [139] -2015-03-12 08:50:20 sendUrl INFO 83 [139] R:OK -2015-03-12 08:51:10 queue INFO >>83 [140] -2015-03-12 08:51:10 sendUrl INFO 83 [140] R:OK -2015-03-12 08:51:32 queue INFO 87 [141] -2015-03-12 08:51:33 queue INFO >87 [142] -2015-03-12 08:51:33 sendUrl INFO 87 [141] R:OK -2015-03-12 08:51:33 sendUrl INFO 87 [142] R:OK -2015-03-12 08:51:34 queue INFO 83 [143] -2015-03-12 08:51:34 queue INFO >83 [144] -2015-03-12 08:51:35 sendUrl INFO 83 [143] R:OK -2015-03-12 08:51:35 sendUrl INFO 83 [144] R:OK -2015-03-12 08:52:24 queue INFO >>83 [145] -2015-03-12 08:52:24 sendUrl INFO 83 [145] R:OK -2015-03-12 08:53:14 queue INFO >>83 [146] -2015-03-12 08:53:15 sendUrl INFO 83 [146] R:OK -2015-03-12 08:54:05 queue INFO >>83 [147] -2015-03-12 08:54:05 sendUrl INFO 83 [147] R:OK -2015-03-12 08:54:55 queue INFO >>83 [148] -2015-03-12 08:54:55 sendUrl INFO 83 [148] R:OK -2015-03-12 08:55:45 queue INFO >>83 [149] -2015-03-12 08:55:45 sendUrl INFO 83 [149] R:OK -2015-03-12 08:56:35 queue INFO >>83 [150] -2015-03-12 08:56:35 sendUrl INFO 83 [150] R:OK -2015-03-12 08:57:25 queue INFO >>83 [151] -2015-03-12 08:57:25 sendUrl INFO 83 [151] R:OK -2015-03-12 08:58:15 queue INFO >>83 [152] -2015-03-12 08:58:16 sendUrl INFO 83 [152] R:OK -2015-03-12 08:59:05 queue INFO >>83 [153] -2015-03-12 08:59:05 sendUrl INFO 83 [153] R:OK -2015-03-12 08:59:28 queue INFO 87 [154] -2015-03-12 08:59:28 queue INFO >87 [155] -2015-03-12 08:59:29 sendUrl INFO 87 [154] R:OK -2015-03-12 08:59:29 sendUrl INFO 87 [155] R:OK -2015-03-12 08:59:30 queue INFO 83 [156] -2015-03-12 08:59:30 sendUrl INFO 83 [156] R:OK -2015-03-12 08:59:30 queue INFO >83 [157] -2015-03-12 08:59:30 sendUrl INFO 83 [157] R:OK -2015-03-12 09:00:20 queue INFO >>83 [158] -2015-03-12 09:00:20 sendUrl INFO 83 [158] R:OK -2015-03-12 09:01:10 queue INFO >>83 [159] -2015-03-12 09:01:10 sendUrl INFO 83 [159] R:OK -2015-03-12 09:02:00 queue INFO >>83 [160] -2015-03-12 09:02:00 sendUrl INFO 83 [160] R:OK -2015-03-12 09:02:50 queue INFO >>83 [161] -2015-03-12 09:02:50 sendUrl INFO 83 [161] R:OK -2015-03-12 09:03:40 queue INFO >>83 [162] -2015-03-12 09:03:41 sendUrl INFO 83 [162] R:OK -2015-03-12 09:04:30 queue INFO >>83 [163] -2015-03-12 09:04:31 sendUrl INFO 83 [163] R:OK -2015-03-12 09:05:21 queue INFO >>83 [164] -2015-03-12 09:05:21 sendUrl INFO 83 [164] R:OK -2015-03-12 09:06:11 queue INFO >>83 [165] -2015-03-12 09:06:11 sendUrl INFO 83 [165] R:OK -2015-03-12 09:07:01 queue INFO >>83 [166] -2015-03-12 09:07:01 sendUrl INFO 83 [166] R:OK -2015-03-12 09:07:24 queue INFO 87 [167] -2015-03-12 09:07:24 queue INFO >87 [168] -2015-03-12 09:07:24 sendUrl INFO 87 [167] R:OK -2015-03-12 09:07:25 sendUrl INFO 87 [168] R:OK -2015-03-12 09:07:26 queue INFO 83 [169] -2015-03-12 09:07:26 queue INFO >83 [170] -2015-03-12 09:07:26 sendUrl INFO 83 [169] R:OK -2015-03-12 09:07:26 sendUrl INFO 83 [170] R:OK -2015-03-12 09:08:16 queue INFO >>83 [171] -2015-03-12 09:08:16 sendUrl INFO 83 [171] R:OK -2015-03-12 09:09:06 queue INFO >>83 [172] -2015-03-12 09:09:06 sendUrl INFO 83 [172] R:OK -2015-03-12 09:09:56 queue INFO >>83 [173] -2015-03-12 09:09:56 sendUrl INFO 83 [173] R:OK -2015-03-12 09:10:46 queue INFO >>83 [174] -2015-03-12 09:10:46 sendUrl INFO 83 [174] R:OK -2015-03-12 09:11:36 queue INFO >>83 [175] -2015-03-12 09:11:37 sendUrl INFO 83 [175] R:OK -2015-03-12 09:12:26 queue INFO >>83 [176] -2015-03-12 09:12:27 sendUrl INFO 83 [176] R:OK -2015-03-12 09:13:16 queue INFO >>83 [177] -2015-03-12 09:13:17 sendUrl INFO 83 [177] R:OK -2015-03-12 09:14:07 queue INFO >>83 [178] -2015-03-12 09:14:07 sendUrl INFO 83 [178] R:OK -2015-03-12 09:14:57 queue INFO >>83 [179] -2015-03-12 09:14:57 sendUrl INFO 83 [179] R:OK -2015-03-12 09:15:20 queue INFO 87 [180] -2015-03-12 09:15:20 queue INFO >87 [181] -2015-03-12 09:15:20 sendUrl INFO 87 [180] R:OK -2015-03-12 09:15:20 sendUrl INFO 87 [181] R:OK -2015-03-12 09:15:21 queue INFO 83 [182] -2015-03-12 09:15:21 queue INFO >83 [183] -2015-03-12 09:15:22 sendUrl INFO 83 [182] R:OK -2015-03-12 09:15:22 sendUrl INFO 83 [183] R:OK -2015-03-12 09:16:11 queue INFO >>83 [184] -2015-03-12 09:16:12 sendUrl INFO 83 [184] R:OK -2015-03-12 09:17:01 queue INFO >>83 [185] -2015-03-12 09:17:02 sendUrl INFO 83 [185] R:OK -2015-03-12 09:17:52 queue INFO >>83 [186] -2015-03-12 09:17:52 sendUrl INFO 83 [186] R:OK -2015-03-12 09:18:42 queue INFO >>83 [187] -2015-03-12 09:18:42 sendUrl INFO 83 [187] R:OK -2015-03-12 09:19:32 queue INFO >>83 [188] -2015-03-12 09:19:32 sendUrl INFO 83 [188] R:OK -2015-03-12 09:20:22 queue INFO >>83 [189] -2015-03-12 09:20:23 sendUrl INFO 83 [189] R:OK -2015-03-12 09:21:12 queue INFO >>83 [190] -2015-03-12 09:21:12 sendUrl INFO 83 [190] R:OK -2015-03-12 09:22:02 queue INFO >>83 [191] -2015-03-12 09:22:03 sendUrl INFO 83 [191] R:OK -2015-03-12 09:22:52 queue INFO >>83 [192] -2015-03-12 09:22:53 sendUrl INFO 83 [192] R:OK -2015-03-12 09:23:16 queue INFO 87 [193] -2015-03-12 09:23:16 queue INFO >87 [194] -2015-03-12 09:23:16 sendUrl INFO 87 [193] R:OK -2015-03-12 09:23:17 sendUrl INFO 87 [194] R:OK -2015-03-12 09:23:17 queue INFO 83 [195] -2015-03-12 09:23:18 queue INFO >83 [196] -2015-03-12 09:23:18 sendUrl INFO 83 [195] R:OK -2015-03-12 09:23:18 sendUrl INFO 83 [196] R:OK -2015-03-12 09:24:07 queue INFO >>83 [197] -2015-03-12 09:24:08 sendUrl INFO 83 [197] R:OK -2015-03-12 09:24:58 queue INFO >>83 [198] -2015-03-12 09:24:58 sendUrl INFO 83 [198] R:OK -2015-03-12 09:25:48 queue INFO >>83 [199] -2015-03-12 09:25:48 sendUrl INFO 83 [199] R:OK -2015-03-12 09:26:38 queue INFO >>83 [200] -2015-03-12 09:26:38 sendUrl INFO 83 [200] R:OK -2015-03-12 09:27:28 queue INFO >>83 [201] -2015-03-12 09:27:28 sendUrl INFO 83 [201] R:OK -2015-03-12 09:28:18 queue INFO >>83 [202] -2015-03-12 09:28:19 sendUrl INFO 83 [202] R:OK -2015-03-12 09:29:08 queue INFO >>83 [203] -2015-03-12 09:29:09 sendUrl INFO 83 [203] R:OK -2015-03-12 09:29:58 queue INFO >>83 [204] -2015-03-12 09:29:59 sendUrl INFO 83 [204] R:OK -2015-03-12 09:30:49 queue INFO >>83 [205] -2015-03-12 09:30:49 sendUrl INFO 83 [205] R:OK -2015-03-12 09:31:12 queue INFO 87 [206] -2015-03-12 09:31:12 queue INFO >87 [207] -2015-03-12 09:31:12 sendUrl INFO 87 [206] R:OK -2015-03-12 09:31:13 sendUrl INFO 87 [207] R:OK -2015-03-12 09:31:14 queue INFO 83 [208] -2015-03-12 09:31:14 queue INFO >83 [209] -2015-03-12 09:31:14 sendUrl INFO 83 [208] R:OK -2015-03-12 09:31:14 sendUrl INFO 83 [209] R:OK -2015-03-12 09:32:04 queue INFO >>83 [210] -2015-03-12 09:32:04 sendUrl INFO 83 [210] R:OK -2015-03-12 09:32:54 queue INFO >>83 [211] -2015-03-12 09:32:54 sendUrl INFO 83 [211] R:OK -2015-03-12 09:33:44 queue INFO >>83 [212] -2015-03-12 09:33:44 sendUrl INFO 83 [212] R:OK -2015-03-12 09:34:34 queue INFO >>83 [213] -2015-03-12 09:34:35 sendUrl INFO 83 [213] R:OK -2015-03-12 09:35:24 queue INFO >>83 [214] -2015-03-12 09:35:25 sendUrl INFO 83 [214] R:OK -2015-03-12 09:36:14 queue INFO >>83 [215] -2015-03-12 09:36:15 sendUrl INFO 83 [215] R:OK -2015-03-12 09:37:05 queue INFO >>83 [216] -2015-03-12 09:37:05 sendUrl INFO 83 [216] R:OK -2015-03-12 09:37:55 queue INFO >>83 [217] -2015-03-12 09:37:55 sendUrl INFO 83 [217] R:OK diff --git a/ConfIOB/Donati/1022_166/readParallela.py b/ConfIOB/Donati/1022_166/readParallela.py deleted file mode 100644 index 5a38f21..0000000 --- a/ConfIOB/Donati/1022_166/readParallela.py +++ /dev/null @@ -1,530 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -# readParallela v. 1.8 -# versione estetica di Carlo + single instance timer - -#--------------------------------------------------------------- -# levare locking -# timer semplificata -# GPIO global - - -import time -import sys - - -from datetime import datetime - -import urllib -import ConfigParser -import os, sys - -import logging -import logging.handlers -import threading -import Queue -#-------------------------------------------------------------- - -# COSTANTI -MSGLEN = 9 -TIMEOUTSERIALE = 10 -MAXRETRY = 3 - -PROGRAM_NAME ="ReadPar IOB-pi v.1.8" - -# DA FILE CONF -idxMacchina = "1001" -SAMPLETIME = 0.1 -TIMEOUTSHORT = (SAMPLETIME*20) -TIMEOUTLONG = (SAMPLETIME*600) -SENDURLTIME = 0.08 - -# VAR -to_enable = False -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG -to_serial = TIMEOUTSERIALE -to_retry = MAXRETRY -errormsglen = 0 - -# VAR - -out_0 = 24 -out_1 = 26 - -in_0 = 11 -in_1 = 12 -in_2 = 13 -in_3 = 15 -in_4 = 16 -in_5 = 18 -in_6 = 22 -in_7 = 7 - -# contatore: serve x match tra accoda ed invia x possibile controllo a posteriori... ogni volta che accodo incremento di 1, va da 0 a 999 -cont = '0' - -# variabile stato online/offline della macchina -onLine = '1' - -# variabile stato seinding/waiting x la parte invio URL -sending = '0' - -# variabile stato timer thread busy -timer_busy = False - -#-------------------------------------------------------------- -# Gestione coda (condivisa) x registrazione eventi ed invio URL -#print "Creazione coda 1000 elementi" - -Coda = Queue.Queue(0) - -#queueLock = threading.Lock() - -#--------------------------------------------------------------- -# lettura parallela -# ritorna il byte letto pulito ( due char hex ) - -def readParallela(): - - global in_0 - global in_1 - global in_2 - global in_3 - global in_4 - global in_5 - global in_6 - global in_7 - - global GPIO - - current = '' - -# print "input : " - - # ritorna '' se non ci sono abbastanza caratteri - try: - num_value = 255 - -# print "num_value : " , num_value , in_0 - - if GPIO.input(in_0): - num_value = num_value - 1 - - if GPIO.input(in_1): - num_value = num_value - 2 - - if GPIO.input(in_2): - num_value = num_value - 4 - - if GPIO.input(in_3): - num_value = num_value - 8 - - if GPIO.input(in_4): - num_value = num_value - 16 - - if GPIO.input(in_5): - num_value = num_value - 32 - - if GPIO.input(in_6): - num_value = num_value - 64 - - if GPIO.input(in_7): - num_value = num_value - 128 - - current = hex( num_value ).replace ( "0x" , "" ).upper() - -# print "\n\n\n\n\n" , num_value , current - - except: - pass - - return current - - -#-------------------------------------------------------------- -# MARCO: cambiare: chiama URL NON deve chiamare url MA METTERE IN CODA (riempiCoda!!!) -# la parte URL vera va messa in svuotaCoda, PARAMETRICA - -#--------------------------------------------------------------- -#Funzione di scrittura su coda con try-except - -def accoda(): - - try: -# url = URLBASE + idxMacchina + URLADV1 + value -# urllib.urlopen ( url ) - #dtEve = time.strftime("%y%m%d%H%M%S")+"000" - dtEve = datetime.utcnow().strftime('%Y%m%d%H%M%S%f')[:-3] - #logPro.debug( "Nuovo valore inserito in coda: " + dtEve + "#" + value + '#' + cont) - #print(dtEve) - #queueLock.acquire() - Coda.put(dtEve + '#' + value + '#' + cont) - #queueLock.release() - #print "Nuovo valore inserito in coda: " + dtEve + "#", value - - except Queue.Full: - logPro.error( "Quque full" + dtEve + '#' + value + '#' + cont ) - except: - logPro.error( "NETWORK:Errore http-no com rete-timeout" + url ) -# print "Url aforte" , url - - -#-------------------------------------------------------------- -# MARCO: scrivere svuotaCoda come thread etc... -def svuota_coda(): - - global onLine - global sending - global timer_busy - - #print "start timer " - - if ( timer_busy == False ): - timer_busy = True - #print "start timer ok " - - try: - if not Coda.empty(): - #print "coda da svuotare!" - response = urllib.urlopen(URLALIVE) - answ = response.read() - if answ == 'OK': - #print "OK alive" - response2 = urllib.urlopen(URLENABLED + idxMacchina) - answ2 = response2.read() - if answ2 == 'OK': - # aggiorno stato ad online - if onLine == '0': - logPro.info("IOB ONLINE!") - #print("IOB ONLINE") - - onLine = '1' # imposto comunque online - else: - if onLine == '1': - logPro.error("IOB offline") - #print("IOB offline") - - onLine = '0' - else: - if onLine == '1': - logPro.error("Server offline") - #print("Server offline") - - onLine = '0' - - # ora verifico SE si possa inviare (ovvero sia online server e NON ci siano altri send attivi...) - if onLine == '1': - if sending == '0': - #segnalo che sono in sending! - sending = '1' - - # formatto dataOra corrente - #dtCurr = time.strftime("%y%m%d%H%M%S")+"000" - dtCurr = datetime.utcnow().strftime('%Y%m%d%H%M%S%f')[:-3] - # prendo 1 valore dalla coda... - #queueLock.acquire() - resp = Coda.get() - # RILASCIO SUBITO la coda x nuovi insert... - #queueLock.release() - - - # recupero valori da coda! - dtEve = resp.split("#")[0] - value = resp.split("#")[1] - cnt = resp.split("#")[2] - url = URLBASE + idxMacchina + URLADV1 + value - url = url + '&dtCurr=' + dtCurr + '&dtEve=' + dtEve + '&cnt=' + cnt - # CHIAMO URL - response3 = urllib.urlopen ( url ) - answ3 = response3.read() - #print(url) - #logPro.debug(url) - - - # log valore inviato! - logSnd.info( value + ' ['+ cnt +']' + ' R:' + answ3 ) - #print "Valore smaltito dalla coda" - - # completato invio, riporto sending a zero! - sending = '0' - else: - logPro.info("WAIT active send to complete") - - else: - pass - - else: - pass - - except: - if onLine == '1': - logPro.error("Server Non raggiungibile") - #print "Non raggiungibile" - - onLine = '0' - -# in ogni caso - - timer_busy = False - #print "end timer ok" - - - #print "end timer " - - -#--------------------------------------------------------------- -# funzione timer thread -#--------------------------------------------------------------- -def do_every (interval, worker_func, iterations = 0): - if iterations != 1: - threading.Timer ( - interval, - do_every, [interval, worker_func, 0 if iterations == 0 else iterations-1] - ).start (); - - worker_func (); - -#--------------------------------------------------------------- -# gestione contatore -#--------------------------------------------------------------- -def contatore(): - - try: - global cont - ctr = int(cont) - ctr +=1 - ctr = ctr % 1000 # round robin 1000 eventi x track - cont = str(ctr) - except: - print("errore incremento contatore") - -#--------------------------------------------------------------- -# avvia porta parallela -#--------------------------------------------------------------- -def avviaParallela(): - - global in_0 - global in_1 - global in_2 - global in_3 - global in_4 - global in_5 - global in_6 - global in_7 - - global GPIO - - try: - - GPIO.setmode(GPIO.BOARD) - - GPIO.setwarnings(False) - - #GPIO.setup(out_0, GPIO.OUT) # output 0 - #GPIO.setup(out_1, GPIO.OUT) # output 1 - - GPIO.setup(in_0, GPIO.IN) # input 0 - GPIO.setup(in_1, GPIO.IN) # input 1 - GPIO.setup(in_2, GPIO.IN) # input 2 - GPIO.setup(in_3, GPIO.IN) # input 3 - GPIO.setup(in_4, GPIO.IN) # input 4 - GPIO.setup(in_5, GPIO.IN) # input 5 - GPIO.setup(in_6, GPIO.IN) # input 6 - GPIO.setup(in_7, GPIO.IN) # input 7 - - except: - print( "\n\n" + PROGRAM_NAME + " - Error 3 on RPi.GPIO ! \n\n") - sys.exit(1) - - - print( "\n\n" + PROGRAM_NAME + " - init ok \n\n") - - -#--------------------------------------------------------------- -#--------------------------------------------------------------- -# MAIN - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'IOB.cfg' ) - - SAMPLETIME = config.getfloat ( 'time' , 'SAMPLETIME' ) - TIMEOUTSHORT = config.getfloat ( 'time' , 'TIMEOUTSHORT' ) - TIMEOUTLONG = config.getfloat ( 'time' , 'TIMEOUTLONG' ) - SENDURLTIME = config.getfloat ( 'time' , 'SENDURLTIME' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - - - URLBASE = config.get ( 'web' , 'URLBASE' ) - URLENABLED = config.get('web' , 'URLENABLED') - URLALIVE = config.get ('web' , 'URLALIVE') - URLADV1 = config.get ( 'web' , 'URLADV1' ) - - LOGFILE = config.get ( 'log' , 'LOGFILE' ) - LOGLEVEL = config.get ( 'log' , 'LOGLEVEL' ) -except: - print "\n\n" + PROGRAM_NAME + ' - Error 4 - in config file ' 'IOB.cfg' - sys.exit(1) - -#-------------------------------------------- -# oggetto Logger -#-------------------------------------------- -try: - logging.basicConfig(level=logging.DEBUG, - format='%(asctime)s %(name)-8s %(levelname)-8s %(message)s', - datefmt='%Y-%m-%d %H:%M:%S', - filename=LOGFILE, - filemode='a' - ) - - # aggiungo 2 logger specifici x queue e send... - logQue = logging.getLogger('queue') - logSnd = logging.getLogger('sendUrl') - logPro = logging.getLogger('program') - -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) -#-------------------------------------------- - - -print "\n\n" + PROGRAM_NAME + "\n\n" - -global startstatus -startstatus = 1 - -if startstatus == 1: - logPro.info("Avvio Programma" + PROGRAM_NAME) - -## Verifica l'OS e di conseguenza carica il file relativo con metodo di lockfile appropriato + check singola istanza -if os.name == 'posix': - import unix -else: - import win - -logPro.info( "Start " + PROGRAM_NAME ) - - -# lettura file configurazione - -# [id] -# idxMacchina = 2001 -# [time] -# SAMPLETIME = 0.1 -# TIMEOUTSHORT = 200 -# TIMEOUTLONG = 6000 - - -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' SAMPLETIME = %4.2f' % ( SAMPLETIME ) ) -print ( ' TIMEOUTSHORT = %4.2f' % ( TIMEOUTSHORT ) ) -print ( ' TIMEOUTLONG = %4.2f' % ( TIMEOUTLONG ) ) -print ( ' SENDURLTIME = %4.2f' % ( SENDURLTIME ) ) -print ( ' URLBASE = %s' % ( URLBASE ) ) -print ( ' URLADV1 = %s' % ( URLADV1 ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) -print ( ' LOGLEVEL = %s' % ( LOGLEVEL ) ) - -# -sys.stdout.write ( 'idxMacchina ?' + idxMacchina + '\n') - -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG - - -#-------------------------------------------------------------- -# apertura parallela - -try: - import RPi.GPIO as GPIO -except RuntimeError: - print( "\n\n" + PROGRAM_NAME + " - Error 1 - you need superuser privileges") -except: - print( "\n\n" + PROGRAM_NAME + " - Error 2 - you need superuser privileges. USE 'sudo' to run your script\n\n") - sys.exit(1) - - -avviaParallela() - - -#-------------------------------------------------------------- -# MARCO: qui inserire avvio thread di "svuotaCoda" - -# avviaSvuotaCoda -#print "Avvia svuota coda" - -do_every ( SENDURLTIME , svuota_coda ); - -#--------------------------------------------------------------- -# ciclo forever and ever - -old = '' - -#print "Avvio ciclo" -logPro.info("Avvio loop principale") -while 1: - - try: - time.sleep (SAMPLETIME) - except: - logPro.info("First_SLEEP: errore attesa sampletime") - - # lettura dati da IOB - value = readParallela() - - if ( value != '' ) : - if value != old : - #loggo e invio dati - try: - logQue.info( value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda") - pass - #enable e reset timer - to_enable = True - to_short = TIMEOUTSHORT - to_long = TIMEOUTLONG - - old = value - - - # gestione timeout breve - if ( to_enable ) : - to_short = to_short - SAMPLETIME - if to_short <= 0: - #loggo e invio dati - try: - logQue.info( '>' + value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda TO_short") - pass - to_short = TIMEOUTSHORT - to_enable = False # dopo un colpo il timer breve viene disabilitato - to_long = TIMEOUTLONG - - # gestione timeout lungo - to_long = to_long - SAMPLETIME - if to_long <= 0: - #loggo e invio dati - try: - logQue.info( '>>' + value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda TO_long") - pass - to_long = TIMEOUTLONG - - - - diff --git a/ConfIOB/Donati/1022_166/sendReboot.py b/ConfIOB/Donati/1022_166/sendReboot.py deleted file mode 100644 index 36dd316..0000000 --- a/ConfIOB/Donati/1022_166/sendReboot.py +++ /dev/null @@ -1,96 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -# sendReboot v. 1.1 - -#--------------------------------------------------------------- - - -import time -import sys - - -from datetime import datetime - -import urllib -import ConfigParser -import os, sys - -import logging - -#--------------------------------------------------------------- - -# COSTANTI -PROGRAM_NAME ="SendReboot IOB-pi v.1.3" - -# DA FILE CONF -idxMacchina = "99" - -#--------------------------------------------------------------- -#Funzione di scrittura su url con try-except - -def chiamaUrl(): - - try: - url = URLREBO + idxMacchina - urllib.urlopen ( url ) - except: - logging.info ( "NETWORK:Errore http-no com rete-timeout per url: " + url ) - print "Url aforte" , url - -#--------------------------------------------------------------- -# MAIN -#--------------------------------------------------------------- - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'IOB.cfg' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - - - URLREBO = config.get ( 'web' , 'URLREBO' ) - - LOGFILE = config.get ( 'log' , 'LOGREBO' ) -except: - print "\n\n" + PROGRAM_NAME + ' - Error 4 - in config file ' 'IOB.cfg' - sys.exit(1) - - -#-------------------------------------------- -# oggetto Logger -#-------------------------------------------- -try: -# log = Logger(LOGFILE) - logging.basicConfig(level=logging.DEBUG, - format='%(asctime)s %(name)-8s %(levelname)-8s %(message)s', - datefmt='%Y-%m-%d %H:%M:%S', - filename=LOGFILE, - filemode='a') - -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) -#-------------------------------------------- - - -print "\n\n" + PROGRAM_NAME + "\n\n" - -global startstatus -startstatus = 1 - -if startstatus == 1: - logging.info("Avvio Programma" + PROGRAM_NAME) - - -# lettura file configurazione - - -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' URLREBO = %s' % ( URLREBO ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) - - -chiamaUrl() - diff --git a/ConfIOB/Donati/1022_166/unix.py b/ConfIOB/Donati/1022_166/unix.py deleted file mode 100644 index 12fb3dc..0000000 --- a/ConfIOB/Donati/1022_166/unix.py +++ /dev/null @@ -1,31 +0,0 @@ -import fcntl -import os -import logging - -#--------------------------------------------------------------- -# meccanismo di file lock per evitare multiple instances -# The function will try to lock the file specified , if it success, return True, else return False. -# The nice thing is that the lock will be dropped when the program terminates. -# >>>Use : -# if not lockFile(".lock.pod"): -# sys.exit(0) - -def lockFile ( lockfile ) : - - fd = os.open ( lockfile , os.O_CREAT | os.O_TRUNC | os.O_WRONLY ) - try: - # Request exclusive (EX) non-blocking (NB) advisory lock. - fcntl.lockf ( fd , fcntl.LOCK_EX | fcntl.LOCK_NB ) - except IOError: - return False - - return True - -if not lockFile ( ".lockfile" ) : - print '\n noi non siamo soli ...\n' - logging.error( "LOCK: Piu istanze aperte") - #sys.exit ( 0 ) - -#- print '\n running alone ...\n' - - diff --git a/ConfIOB/Donati/1024_177/IOB.cfg b/ConfIOB/Donati/1024_177/IOB.cfg deleted file mode 100644 index 1c88599..0000000 --- a/ConfIOB/Donati/1024_177/IOB.cfg +++ /dev/null @@ -1,23 +0,0 @@ -[id] -idxMacchina = 1024 - -[web] -URLBASE = http://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina= -URLALIVE = http://192.168.51.71/MPIO/Alive.aspx -URLENABLED = http://192.168.51.71/MPIO/Enabled.aspx?idxMacchina= -URLADV1 = &valore= -URLREBO = http://192.168.51.71/MPIO/sendReboot.aspx?idxMacchina= - -[time] -SAMPLETIME = 0.25 -TIMEOUTSHORT = 2 -TIMEOUTLONG = 50 -SENDURLTIME = 0.2 - -[log] -LOGLEVEL = 10 -LOGFILE = logfile.txt -LOGREBO = /var/log/logReboot.txt - -[comm] -port = /dev/ttyAMA0 diff --git a/ConfIOB/Donati/1024_177/IOB.cfg.donati b/ConfIOB/Donati/1024_177/IOB.cfg.donati deleted file mode 100644 index 1c88599..0000000 --- a/ConfIOB/Donati/1024_177/IOB.cfg.donati +++ /dev/null @@ -1,23 +0,0 @@ -[id] -idxMacchina = 1024 - -[web] -URLBASE = http://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina= -URLALIVE = http://192.168.51.71/MPIO/Alive.aspx -URLENABLED = http://192.168.51.71/MPIO/Enabled.aspx?idxMacchina= -URLADV1 = &valore= -URLREBO = http://192.168.51.71/MPIO/sendReboot.aspx?idxMacchina= - -[time] -SAMPLETIME = 0.25 -TIMEOUTSHORT = 2 -TIMEOUTLONG = 50 -SENDURLTIME = 0.2 - -[log] -LOGLEVEL = 10 -LOGFILE = logfile.txt -LOGREBO = /var/log/logReboot.txt - -[comm] -port = /dev/ttyAMA0 diff --git a/ConfIOB/Donati/1024_177/IOB.cfg.steamware b/ConfIOB/Donati/1024_177/IOB.cfg.steamware deleted file mode 100644 index 6246b6a..0000000 --- a/ConfIOB/Donati/1024_177/IOB.cfg.steamware +++ /dev/null @@ -1,23 +0,0 @@ -[id] -idxMacchina = 1005 - -[web] -URLBASE = http://10.74.82.219/MPIO/inputIOB.aspx?idxMacchina= -URLALIVE = http://10.74.82.219/MPIO/Alive.aspx -URLENABLED = http://10.74.82.219/MPIO/Enabled.aspx?idxMacchina= -URLADV1 = &valore= -URLREBO = http://10.74.82.219/MPIO/sendReboot.aspx?idxMacchina= - -[time] -SAMPLETIME = 0.20 -TIMEOUTSHORT = 0.30 -TIMEOUTLONG = 50 -SENDURLTIME = 0.50 - -[log] -LOGLEVEL = 10 -LOGFILE = logfile.txt -LOGREBO = logReboot.txt - -[comm] -port = /dev/ttyAMA0 diff --git a/ConfIOB/Donati/1024_177/MapoIOB b/ConfIOB/Donati/1024_177/MapoIOB deleted file mode 100644 index c49ec0a..0000000 --- a/ConfIOB/Donati/1024_177/MapoIOB +++ /dev/null @@ -1,41 +0,0 @@ -### BEGIN INIT INFO -# Provides: MapoIOB: script Steamware per avvio driver IOB -# Required-Start: $remote_fs $syslog ramlog -# Required-Stop: $remote_fs $syslog ramlog -# Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 -# Short-Description: Steamware's MapoIOB driver -# Description: Steamware's MapoIOB driver, versione lettura porta parallela -### END INIT INFO - -#! /bin/sh -# /etc/init.d/MapoIOB - -export HOME -case "$1" in - start) - echo "Starting readParallela" - cd /home/pi/steamware - /usr/bin/python ./readParallela.py 2>&1 & - ;; - stop) - echo "Stopping readParallela" - RS_PID=`ps auxwww | grep readParallela.py | head -1 | awk '{print $2}'` - kill -9 $RS_PID - cd /home/pi/steamware - rm .lockfile - ;; - restart) - ## Stop the service and regardless of whether it was - ## running or not, start it again. - $0 stop - killall python - $0 start - ;; - *) - echo "Usage: /etc/init.d/MapoIOB {start|stop|restart}" - exit 1 - ;; -esac -exit 0 - diff --git a/ConfIOB/Donati/1024_177/checkAlive.sh b/ConfIOB/Donati/1024_177/checkAlive.sh deleted file mode 100644 index 92bc816..0000000 --- a/ConfIOB/Donati/1024_177/checkAlive.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/bash - -# controlla se il logfile è correntemente scritto (quindi MapoIOB è alive) altrimenti riavvia! - -DATE=`date +%Y-%m-%d` -cd /var/log -if [ -f MapoIOB ] - then - # controllo SE sia stato acceduto da meno di 2 minuti (=alive da log...) - trovato=`find . -name 'MapoIOB*' -cmin -1` - if [[ $trovato != './MapoIOB' ]] - then - /etc/init.d/MapoIOB restart - echo $date + "riavvio!" - fi -else - # in questo caso AVVIO il processo MapoIOB - /etc/init.d/MapoIOB start - echo $date + "file non trovato, avvio!" -fi diff --git a/ConfIOB/Donati/1024_177/cleanPython.sh b/ConfIOB/Donati/1024_177/cleanPython.sh deleted file mode 100644 index c4f616a..0000000 --- a/ConfIOB/Donati/1024_177/cleanPython.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash - -DATE=`date +%Y-%m-%d_%T` -# log inizio pulizia -echo $DATE " - INIZIO pulizia processi python" >> clean.log -# effettua pulizia processi: killa tutti i processi python -killall python - -# avvia MapoIob -/etc/init.d/MapoIOB start - -# log fatto! -DATE=`date +%Y-%m-%d_%T` -echo $DATE " - FINE pulizia processi python + riavvio MapoIOB" >> clean.log diff --git a/ConfIOB/Donati/1024_177/crontab b/ConfIOB/Donati/1024_177/crontab deleted file mode 100644 index 74fe381..0000000 --- a/ConfIOB/Donati/1024_177/crontab +++ /dev/null @@ -1 +0,0 @@ -* * * * * /bin/bash /home/pi/steamware/checkAlive.sh >> /home/pi/stdout 2>> /home/pi/stderr diff --git a/ConfIOB/Donati/1024_177/install-RPI-IOB.sh b/ConfIOB/Donati/1024_177/install-RPI-IOB.sh deleted file mode 100644 index 19491e1..0000000 --- a/ConfIOB/Donati/1024_177/install-RPI-IOB.sh +++ /dev/null @@ -1,47 +0,0 @@ -#|/bin/bash - -#installa il necessario per RPI-3-IOB partendo dal contenuto della folder /home/pi/steamware - -#step 1: creo file di log nuovi -rm /var/log/log*.txt -rm /var/log/MapoIOB -rm /home/pi/steamware/log*.txt - -touch /var/log/logReboot.txt -touch /var/log/logTemp.txt -touch /var/log/MapoIOB - -ln -sf /var/log/logReboot.txt /home/pi/steamware/logReboot.txt -ln -sf /var/log/logTemp.txt /home/pi/steamware/logTemp.txt -ln -sf /var/log/MapoIOB /home/pi/steamware/logfile.txt - -chown pi:pi /home/pi -R -chmod 666 /var/log/log*.txt -chmod 666 /var/log/MapoIOB - -#step 2: copio files in /usr/local/bin -cd /home/pi/steamware -chmod +x *.sh -cp *.sh /usr/local/bin/ - -# step 3: copio target systemd in avvio... -cp -f sendRebootIOB /etc/init.d/sendRebootIOB -cp -f sendRebootIOB.service /etc/systemd/system/sendRebootIOB.service -echo "" -echo "-----------------------------------------------" -echo "Completare registrazione servizio avvio: digitare i seguenti comandi" -echo "systemctl enable sendRebootIOB" -echo "systemctl daemon-reload" -echo "systemctl status sendRebootIOB" -echo "-----------------------------------------------" -echo "" -echo "" -echo "" -echo "-----------------------------------------------" -echo "Infine creare voce crontab che salvi temperatura CPU/GPU ogni 20 minuti..." -echo "crontab -e" -echo "*/20 * * * * /usr/local/bin/saveTemp.sh" -echo "-----------------------------------------------" - - - diff --git a/ConfIOB/Donati/1024_177/mppar b/ConfIOB/Donati/1024_177/mppar deleted file mode 100644 index b433a73..0000000 --- a/ConfIOB/Donati/1024_177/mppar +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -/usr/bin/python /home/pi/steamware/readParallela.py diff --git a/ConfIOB/Donati/1024_177/mpser b/ConfIOB/Donati/1024_177/mpser deleted file mode 100644 index 444b459..0000000 --- a/ConfIOB/Donati/1024_177/mpser +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -/usr/bin/python /home/steamware/readSeriale.py diff --git a/ConfIOB/Donati/1024_177/readParallela.py b/ConfIOB/Donati/1024_177/readParallela.py deleted file mode 100644 index 5a38f21..0000000 --- a/ConfIOB/Donati/1024_177/readParallela.py +++ /dev/null @@ -1,530 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -# readParallela v. 1.8 -# versione estetica di Carlo + single instance timer - -#--------------------------------------------------------------- -# levare locking -# timer semplificata -# GPIO global - - -import time -import sys - - -from datetime import datetime - -import urllib -import ConfigParser -import os, sys - -import logging -import logging.handlers -import threading -import Queue -#-------------------------------------------------------------- - -# COSTANTI -MSGLEN = 9 -TIMEOUTSERIALE = 10 -MAXRETRY = 3 - -PROGRAM_NAME ="ReadPar IOB-pi v.1.8" - -# DA FILE CONF -idxMacchina = "1001" -SAMPLETIME = 0.1 -TIMEOUTSHORT = (SAMPLETIME*20) -TIMEOUTLONG = (SAMPLETIME*600) -SENDURLTIME = 0.08 - -# VAR -to_enable = False -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG -to_serial = TIMEOUTSERIALE -to_retry = MAXRETRY -errormsglen = 0 - -# VAR - -out_0 = 24 -out_1 = 26 - -in_0 = 11 -in_1 = 12 -in_2 = 13 -in_3 = 15 -in_4 = 16 -in_5 = 18 -in_6 = 22 -in_7 = 7 - -# contatore: serve x match tra accoda ed invia x possibile controllo a posteriori... ogni volta che accodo incremento di 1, va da 0 a 999 -cont = '0' - -# variabile stato online/offline della macchina -onLine = '1' - -# variabile stato seinding/waiting x la parte invio URL -sending = '0' - -# variabile stato timer thread busy -timer_busy = False - -#-------------------------------------------------------------- -# Gestione coda (condivisa) x registrazione eventi ed invio URL -#print "Creazione coda 1000 elementi" - -Coda = Queue.Queue(0) - -#queueLock = threading.Lock() - -#--------------------------------------------------------------- -# lettura parallela -# ritorna il byte letto pulito ( due char hex ) - -def readParallela(): - - global in_0 - global in_1 - global in_2 - global in_3 - global in_4 - global in_5 - global in_6 - global in_7 - - global GPIO - - current = '' - -# print "input : " - - # ritorna '' se non ci sono abbastanza caratteri - try: - num_value = 255 - -# print "num_value : " , num_value , in_0 - - if GPIO.input(in_0): - num_value = num_value - 1 - - if GPIO.input(in_1): - num_value = num_value - 2 - - if GPIO.input(in_2): - num_value = num_value - 4 - - if GPIO.input(in_3): - num_value = num_value - 8 - - if GPIO.input(in_4): - num_value = num_value - 16 - - if GPIO.input(in_5): - num_value = num_value - 32 - - if GPIO.input(in_6): - num_value = num_value - 64 - - if GPIO.input(in_7): - num_value = num_value - 128 - - current = hex( num_value ).replace ( "0x" , "" ).upper() - -# print "\n\n\n\n\n" , num_value , current - - except: - pass - - return current - - -#-------------------------------------------------------------- -# MARCO: cambiare: chiama URL NON deve chiamare url MA METTERE IN CODA (riempiCoda!!!) -# la parte URL vera va messa in svuotaCoda, PARAMETRICA - -#--------------------------------------------------------------- -#Funzione di scrittura su coda con try-except - -def accoda(): - - try: -# url = URLBASE + idxMacchina + URLADV1 + value -# urllib.urlopen ( url ) - #dtEve = time.strftime("%y%m%d%H%M%S")+"000" - dtEve = datetime.utcnow().strftime('%Y%m%d%H%M%S%f')[:-3] - #logPro.debug( "Nuovo valore inserito in coda: " + dtEve + "#" + value + '#' + cont) - #print(dtEve) - #queueLock.acquire() - Coda.put(dtEve + '#' + value + '#' + cont) - #queueLock.release() - #print "Nuovo valore inserito in coda: " + dtEve + "#", value - - except Queue.Full: - logPro.error( "Quque full" + dtEve + '#' + value + '#' + cont ) - except: - logPro.error( "NETWORK:Errore http-no com rete-timeout" + url ) -# print "Url aforte" , url - - -#-------------------------------------------------------------- -# MARCO: scrivere svuotaCoda come thread etc... -def svuota_coda(): - - global onLine - global sending - global timer_busy - - #print "start timer " - - if ( timer_busy == False ): - timer_busy = True - #print "start timer ok " - - try: - if not Coda.empty(): - #print "coda da svuotare!" - response = urllib.urlopen(URLALIVE) - answ = response.read() - if answ == 'OK': - #print "OK alive" - response2 = urllib.urlopen(URLENABLED + idxMacchina) - answ2 = response2.read() - if answ2 == 'OK': - # aggiorno stato ad online - if onLine == '0': - logPro.info("IOB ONLINE!") - #print("IOB ONLINE") - - onLine = '1' # imposto comunque online - else: - if onLine == '1': - logPro.error("IOB offline") - #print("IOB offline") - - onLine = '0' - else: - if onLine == '1': - logPro.error("Server offline") - #print("Server offline") - - onLine = '0' - - # ora verifico SE si possa inviare (ovvero sia online server e NON ci siano altri send attivi...) - if onLine == '1': - if sending == '0': - #segnalo che sono in sending! - sending = '1' - - # formatto dataOra corrente - #dtCurr = time.strftime("%y%m%d%H%M%S")+"000" - dtCurr = datetime.utcnow().strftime('%Y%m%d%H%M%S%f')[:-3] - # prendo 1 valore dalla coda... - #queueLock.acquire() - resp = Coda.get() - # RILASCIO SUBITO la coda x nuovi insert... - #queueLock.release() - - - # recupero valori da coda! - dtEve = resp.split("#")[0] - value = resp.split("#")[1] - cnt = resp.split("#")[2] - url = URLBASE + idxMacchina + URLADV1 + value - url = url + '&dtCurr=' + dtCurr + '&dtEve=' + dtEve + '&cnt=' + cnt - # CHIAMO URL - response3 = urllib.urlopen ( url ) - answ3 = response3.read() - #print(url) - #logPro.debug(url) - - - # log valore inviato! - logSnd.info( value + ' ['+ cnt +']' + ' R:' + answ3 ) - #print "Valore smaltito dalla coda" - - # completato invio, riporto sending a zero! - sending = '0' - else: - logPro.info("WAIT active send to complete") - - else: - pass - - else: - pass - - except: - if onLine == '1': - logPro.error("Server Non raggiungibile") - #print "Non raggiungibile" - - onLine = '0' - -# in ogni caso - - timer_busy = False - #print "end timer ok" - - - #print "end timer " - - -#--------------------------------------------------------------- -# funzione timer thread -#--------------------------------------------------------------- -def do_every (interval, worker_func, iterations = 0): - if iterations != 1: - threading.Timer ( - interval, - do_every, [interval, worker_func, 0 if iterations == 0 else iterations-1] - ).start (); - - worker_func (); - -#--------------------------------------------------------------- -# gestione contatore -#--------------------------------------------------------------- -def contatore(): - - try: - global cont - ctr = int(cont) - ctr +=1 - ctr = ctr % 1000 # round robin 1000 eventi x track - cont = str(ctr) - except: - print("errore incremento contatore") - -#--------------------------------------------------------------- -# avvia porta parallela -#--------------------------------------------------------------- -def avviaParallela(): - - global in_0 - global in_1 - global in_2 - global in_3 - global in_4 - global in_5 - global in_6 - global in_7 - - global GPIO - - try: - - GPIO.setmode(GPIO.BOARD) - - GPIO.setwarnings(False) - - #GPIO.setup(out_0, GPIO.OUT) # output 0 - #GPIO.setup(out_1, GPIO.OUT) # output 1 - - GPIO.setup(in_0, GPIO.IN) # input 0 - GPIO.setup(in_1, GPIO.IN) # input 1 - GPIO.setup(in_2, GPIO.IN) # input 2 - GPIO.setup(in_3, GPIO.IN) # input 3 - GPIO.setup(in_4, GPIO.IN) # input 4 - GPIO.setup(in_5, GPIO.IN) # input 5 - GPIO.setup(in_6, GPIO.IN) # input 6 - GPIO.setup(in_7, GPIO.IN) # input 7 - - except: - print( "\n\n" + PROGRAM_NAME + " - Error 3 on RPi.GPIO ! \n\n") - sys.exit(1) - - - print( "\n\n" + PROGRAM_NAME + " - init ok \n\n") - - -#--------------------------------------------------------------- -#--------------------------------------------------------------- -# MAIN - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'IOB.cfg' ) - - SAMPLETIME = config.getfloat ( 'time' , 'SAMPLETIME' ) - TIMEOUTSHORT = config.getfloat ( 'time' , 'TIMEOUTSHORT' ) - TIMEOUTLONG = config.getfloat ( 'time' , 'TIMEOUTLONG' ) - SENDURLTIME = config.getfloat ( 'time' , 'SENDURLTIME' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - - - URLBASE = config.get ( 'web' , 'URLBASE' ) - URLENABLED = config.get('web' , 'URLENABLED') - URLALIVE = config.get ('web' , 'URLALIVE') - URLADV1 = config.get ( 'web' , 'URLADV1' ) - - LOGFILE = config.get ( 'log' , 'LOGFILE' ) - LOGLEVEL = config.get ( 'log' , 'LOGLEVEL' ) -except: - print "\n\n" + PROGRAM_NAME + ' - Error 4 - in config file ' 'IOB.cfg' - sys.exit(1) - -#-------------------------------------------- -# oggetto Logger -#-------------------------------------------- -try: - logging.basicConfig(level=logging.DEBUG, - format='%(asctime)s %(name)-8s %(levelname)-8s %(message)s', - datefmt='%Y-%m-%d %H:%M:%S', - filename=LOGFILE, - filemode='a' - ) - - # aggiungo 2 logger specifici x queue e send... - logQue = logging.getLogger('queue') - logSnd = logging.getLogger('sendUrl') - logPro = logging.getLogger('program') - -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) -#-------------------------------------------- - - -print "\n\n" + PROGRAM_NAME + "\n\n" - -global startstatus -startstatus = 1 - -if startstatus == 1: - logPro.info("Avvio Programma" + PROGRAM_NAME) - -## Verifica l'OS e di conseguenza carica il file relativo con metodo di lockfile appropriato + check singola istanza -if os.name == 'posix': - import unix -else: - import win - -logPro.info( "Start " + PROGRAM_NAME ) - - -# lettura file configurazione - -# [id] -# idxMacchina = 2001 -# [time] -# SAMPLETIME = 0.1 -# TIMEOUTSHORT = 200 -# TIMEOUTLONG = 6000 - - -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' SAMPLETIME = %4.2f' % ( SAMPLETIME ) ) -print ( ' TIMEOUTSHORT = %4.2f' % ( TIMEOUTSHORT ) ) -print ( ' TIMEOUTLONG = %4.2f' % ( TIMEOUTLONG ) ) -print ( ' SENDURLTIME = %4.2f' % ( SENDURLTIME ) ) -print ( ' URLBASE = %s' % ( URLBASE ) ) -print ( ' URLADV1 = %s' % ( URLADV1 ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) -print ( ' LOGLEVEL = %s' % ( LOGLEVEL ) ) - -# -sys.stdout.write ( 'idxMacchina ?' + idxMacchina + '\n') - -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG - - -#-------------------------------------------------------------- -# apertura parallela - -try: - import RPi.GPIO as GPIO -except RuntimeError: - print( "\n\n" + PROGRAM_NAME + " - Error 1 - you need superuser privileges") -except: - print( "\n\n" + PROGRAM_NAME + " - Error 2 - you need superuser privileges. USE 'sudo' to run your script\n\n") - sys.exit(1) - - -avviaParallela() - - -#-------------------------------------------------------------- -# MARCO: qui inserire avvio thread di "svuotaCoda" - -# avviaSvuotaCoda -#print "Avvia svuota coda" - -do_every ( SENDURLTIME , svuota_coda ); - -#--------------------------------------------------------------- -# ciclo forever and ever - -old = '' - -#print "Avvio ciclo" -logPro.info("Avvio loop principale") -while 1: - - try: - time.sleep (SAMPLETIME) - except: - logPro.info("First_SLEEP: errore attesa sampletime") - - # lettura dati da IOB - value = readParallela() - - if ( value != '' ) : - if value != old : - #loggo e invio dati - try: - logQue.info( value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda") - pass - #enable e reset timer - to_enable = True - to_short = TIMEOUTSHORT - to_long = TIMEOUTLONG - - old = value - - - # gestione timeout breve - if ( to_enable ) : - to_short = to_short - SAMPLETIME - if to_short <= 0: - #loggo e invio dati - try: - logQue.info( '>' + value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda TO_short") - pass - to_short = TIMEOUTSHORT - to_enable = False # dopo un colpo il timer breve viene disabilitato - to_long = TIMEOUTLONG - - # gestione timeout lungo - to_long = to_long - SAMPLETIME - if to_long <= 0: - #loggo e invio dati - try: - logQue.info( '>>' + value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda TO_long") - pass - to_long = TIMEOUTLONG - - - - diff --git a/ConfIOB/Donati/1024_177/readSeriale.py b/ConfIOB/Donati/1024_177/readSeriale.py deleted file mode 100644 index 3c00644..0000000 --- a/ConfIOB/Donati/1024_177/readSeriale.py +++ /dev/null @@ -1,363 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -#--------------------------------------------------------------- - -import serial -import time -import sys -import datetime -import urllib -import ConfigParser -import os, sys - -#--------------------------------------------------------------- - -# COSTANTI -MSGLEN = 9 -TIMEOUTSERIALE = 10 -MAXRETRY = 3 - -# DA FILE CONF -idxMacchina = "2001" -SAMPLETIME = 0.1 -TIMEOUTSHORT = (SAMPLETIME*20) -TIMEOUTLONG = (SAMPLETIME*600) - -# VAR -to_enable = False -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG -to_serial = TIMEOUTSERIALE -to_retry = MAXRETRY -errormsglen = 0 - -#--------------------------------------------------------------- -# classe logger - -class Logger: - def __init__(self, filename): - try: - self.filename = filename - except: - logga("LOGGER: errore try su self.filename") - sys.exit(1) - def __call__(self, string): - try: - file = open(self.filename, 'a') - file.write('[' + time.strftime("%Y-%m-%d %H:%M:%S") + '] ') - file.write(string + '\n') - file.close() - except: - logga("LOGGER: errore try su scrittura") - sys.exit(1) - -#--------------------------------------------------------------- -# lettura buffer seriale e pulizia caratteri non stampabili -# ritorna '' se non c'è un messaggio buono o il messaggio pulito ( due bytes hex ) -# il messaggio ha il formato xxi00 00xxx - -def readSeriale(): - - global to_serial - global to_retry - global errormsglen - - ret = '' - current = '' - i = 0 - - # ritorna '' se non ci sono abbastanza caratteri - try: - if ser.inWaiting() < MSGLEN : -# -# to_serial = to_serial - 1 # se non mi risponde, faccio un ' altra richiesta.... -# if to_serial <= 0: -# try: -# requestData () -# except: -# logga("SERIALE: errore su requestData") -# sys.exit(1) -# to_serial = TIMEOUTSERIALE # ripristino timer -# to_retry = to_retry - 1 # contatore retry -# if to_retry <= 0: -# logga ( 'IOB not responding' ) -# return ret - logga("SERIALE: errore msglen < 9 char - Errore no. " + str(errormsglen)) - errormsglen = errormsglen +1 - avviaSeriale() - time.sleep(.2) - if errormsglen > 30: - sys.exit(1) - except: - if startstatus == 0: - logga ("Porta SERIALE non disponibile - ser.inWaiting error - exit... - Errore no. " + str(errormsglen)) - errormsglen = errormsglen +1 - avviaSeriale() - time.sleep(.2) - if errormsglen > 30: - sys.exit(1) - - # finchè c'è robba .. leggi e tieni i buoni - to_serial = TIMEOUTSERIALE - to_retry = MAXRETRY - try: - while ser.inWaiting() > 0 : - try: - c = ser.read(1) - except: - logga("SERIALE: errore su try ser.read") - sys.exit(1) - # filtra caratteri non stampabili - if c > ' ' : - current += c - #sys.stdout.write(current + '<<<<\n') - # ora il messaggio ha il formato xxxxxi00 00xxx : cerco la 'i' iniziale - try: - while i < len(current) and current[i] != 'i': - i = i + 1 - except: - logga("SERIALE: errore su ricerca i iniziale") - sys.exit(1) - # se non ho trovato la 'i' restituisco '' - if i == len(current)-1: - return ret - else: - current = current[i+1:i+3] - # richiesta dati ad IOB - requestData() - #sys.stdout.write ( current + '\n') - except: - if startstatus == 0: - logga ('Porta SERIALE non disponibile - ser.inWaiting e filtraggio error...exit') - sys.exit(1) - return current -#--------------------------------------------------------------- -# richiesta dati ad IOB : scrittura su seriale - -def requestData (): - try : - ser.write ("$i" + '\r\n') - ser.flush() - except : - if startstatus == 0: - logga ( "SERIAL: Errore di scrittura/flush") - - -#--------------------------------------------------------------- -#Funzione di scrittura su url con try-except - -def chiamaUrl(): - try: - url = URLBASE + idxMacchina + URLADV1 + value - urllib.urlopen ( url ) - except: - logga ( "NETWORK:Errore http-no com rete-timeout" + url ) - - -#--------------------------------------------------------------- -# Funzione che verifica possibilità di creare log e include testo corrente - -def logga(message) : - try: - log(message) - except : - pass - -#--------------------------------------------------------------- - - -def avviaSeriale(): - global ser - - try: - ser = serial.Serial( - port = comm_port , - baudrate = 9600 , - parity = serial.PARITY_NONE , - stopbits = serial.STOPBITS_ONE , - bytesize = serial.EIGHTBITS - ) - startstatus = 0 - except serial.serialutil.SerialException , e : - try: - if startstatus == 0: - logga ( "SERIAL:Errore apertura seriale - " + comm_port) - except: - pass - sys.stdout.write ( '\nErrore apertura seriale\n\n%s\n\n' % e ) - if errormsglen > 30: - sys.exit (1) - -#--------------------------------------------------------------- -#--------------------------------------------------------------- -# MAIN - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'readSeriale.cfg' ) - - SAMPLETIME = config.getfloat ( 'time' , 'SAMPLETIME' ) - TIMEOUTSHORT = config.getfloat ( 'time' , 'TIMEOUTSHORT' ) - TIMEOUTLONG = config.getfloat ( 'time' , 'TIMEOUTLONG' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - comm_port = config.get ( 'comm' , 'port' ) - - URLBASE = config.get ( 'web' , 'URLBASE' ) - URLADV1 = config.get ( 'web' , 'URLADV1' ) - - LOGFILE = config.get ( 'log' , 'LOGFILE' ) - LOGLEVEL = config.get ( 'log' , 'LOGLEVEL' ) -except: - sys.exit(1) - -# oggetto Logger -try: - log = Logger(LOGFILE) -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) - -print '\n\n Read seriale IOB v.0.2 !!!!\n' - -global startstatus -startstatus = 1 - -if startstatus == 1: - logga("Avvio Programma") - -# Verifica l'OS e di conseguenza carica il file relativo con metodo di lockfile appropriato + check singola istanza -if os.name == 'posix': - import unix -else: - import win - -logga ( "Start Read seriale IOB v.0.2") - - -# lettura file configurazione - -# [comm] -# port = /dev/ttyS0 -# [id] -# idxMacchina = 2001 -# [time] -# SAMPLETIME = 0.1 -# TIMEOUTSHORT = 200 -# TIMEOUTLONG = 6000 - -print ( ' comm_port = %s' % ( comm_port ) ) -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' SAMPLETIME = %4.2f' % ( SAMPLETIME ) ) -print ( ' TIMEOUTSHORT = %4.2f' % ( TIMEOUTSHORT ) ) -print ( ' TIMEOUTLONG = %4.2f' % ( TIMEOUTLONG ) ) -print ( ' URLBASE = %s' % ( URLBASE ) ) -print ( ' URLADV1 = %s' % ( URLADV1 ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) -print ( ' LOGLEVEL = %s' % ( LOGLEVEL ) ) - -# -sys.stdout.write ( 'idxMacchina ?' + idxMacchina + '\n') - -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG - - - -#-------------------------------------------------------------- - - -#--------------------------------------------------------------- -# apertura seriale - -avviaSeriale() - -#try: -# ser = serial.Serial( -# port = comm_port , -# baudrate = 9600 , -# parity = serial.PARITY_NONE , -# stopbits = serial.STOPBITS_ONE , -# bytesize = serial.EIGHTBITS -# ) -# print "Initialized!" -#except serial.serialutil.SerialException , e : -# try: -# logga ( "SERIAL:Errore apertura seriale - " + comm_port) -# except: -# pass -# sys.stdout.write ( '\nErrore apertura seriale\n\n%s\n\n' % e ) -# sys.exit (1) - -#--------------------------------------------------------------- -# ciclo forever and ever - -old = '' - -# richiesta dati ad IOB -try: - requestData() -except: - logga("SERIALE: errore sul try di requestData") - sys.exit(1) - - -while 1: - try: - time.sleep (SAMPLETIME) - except: - logga("SERIALE_SLEEP: errore attesa sampletime") - # lettura dati da IOB - try: - value = readSeriale() - except: - if startstatus == 0: - logga("errore PRIMA LETTURA SERIALE") - sys.exit(1) - if ( value != '' ) : - if value != old : - #loggo e invio dati - try: - logga ( value ) - errormsglen = 0 - chiamaUrl() - except: - logga("URLBROWSER: errore registrazione valore e chiamaUrl") - pass - #enable e reset timer - to_enable = True - to_short = TIMEOUTSHORT - to_long = TIMEOUTLONG - - old = value - - - # gestione timeout breve - if ( to_enable ) : - to_short = to_short - SAMPLETIME - if to_short <= 0: - #loggo e invio dati - try: - logga ( '>' + value ) - errormsglen = 0 - chiamaUrl() - except: - pass - to_short = TIMEOUTSHORT - to_enable = False # dopo un colpo il timer breve viene disabilitato - to_long = TIMEOUTLONG - - # gestione timeout lungo - to_long = to_long - SAMPLETIME - if to_long <= 0: - #loggo e invio dati - try: - logga ( '>>' + value ) - errormsglen = 0 - chiamaUrl() - except: - pass - to_long = TIMEOUTLONG - - diff --git a/ConfIOB/Donati/1024_177/saveTemp.sh b/ConfIOB/Donati/1024_177/saveTemp.sh deleted file mode 100644 index a2cd2be..0000000 --- a/ConfIOB/Donati/1024_177/saveTemp.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/bash - -#salva la temperatura CPU e GPU su chiamata... - -# imposto logfile... -logFile="/var/log/logTemp.txt" - -cpuTemp0=$(cat /sys/class/thermal/thermal_zone0/temp) -cpuTemp1=$(($cpuTemp0/1000)) -cpuTemp2=$(($cpuTemp0/100)) -cpuTempM=$(($cpuTemp2 % $cpuTemp1)) - -gpuTemp=`vcgencmd measure_temp` - -loadAvg=`cat /proc/loadavg` - -echo "$(date) | CPU: temp=$cpuTemp1.$cpuTempM ºC | GPU: $gpuTemp | LoadAvg: $loadAvg" >> $logFile diff --git a/ConfIOB/Donati/1024_177/sendReboot.py b/ConfIOB/Donati/1024_177/sendReboot.py deleted file mode 100644 index 021c400..0000000 --- a/ConfIOB/Donati/1024_177/sendReboot.py +++ /dev/null @@ -1,130 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -# sendReboot v. 1.8 - -#--------------------------------------------------------------- - - -import time -import sys - - -from datetime import datetime - -import urllib -import ConfigParser -import os, sys - -import logging - -import time - -#--------------------------------------------------------------- - -# COSTANTI -PROGRAM_NAME = "SendReboot IOB-pi v.1.8" - -# DA FILE CONF -idxMacchina = "99" - -# registro se ho fatto chiamata -global numTry -numTry = 1 - - -#--------------------------------------------------------------- -#Funzione di scrittura su url con try-except -#--------------------------------------------------------------- - -def chiamaUrl(numTry): - - try: - urllib.urlopen ( url ) - numTry = numTry + 10 - except Exception, e: - print e - logging.info ( e ) - print "Url aforte" , url - return numTry - - -#--------------------------------------------------------------- -# Funzione di recupero mac address per poterlo inviare a MPIO -#--------------------------------------------------------------- -def getMAC(interface): - # Return the MAC address of interface - try: - str = open('/sys/class/net/' + interface + '/address').read() - except: - str = "00:00:00:00:00:00" - return str[0:17] - -#--------------------------------------------------------------- -# MAIN -#--------------------------------------------------------------- - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'IOB.cfg' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - - - URLREBO = config.get ( 'web' , 'URLREBO' ) - - LOGFILE = config.get ( 'log' , 'LOGREBO' ) -except: - print "\n\n" + PROGRAM_NAME + ' - Error 4 - in config file ' 'IOB.cfg' - sys.exit(1) - - -#-------------------------------------------- -# oggetto Logger -#-------------------------------------------- -try: -# log = Logger(LOGFILE) - logging.basicConfig(level=logging.DEBUG, - format='%(asctime)s %(name)-8s %(levelname)-8s %(message)s', - datefmt='%Y-%m-%d %H:%M:%S', - filename=LOGFILE, - filemode='a') - -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) -#-------------------------------------------- - - -print "\n\n" + PROGRAM_NAME + "\n\n" - -global startstatus -startstatus = 1 - -if startstatus == 1: - logging.info("Avvio Programma " + PROGRAM_NAME) - - -# lettura file configurazione -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' URLREBO = %s' % ( URLREBO ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) - -# lettura mac address -myMac = getMAC('eth0') -print ( ' MAC Address = %s' % ( myMac ) ) - -# configuro URL da inviare -url = URLREBO + idxMacchina + "&mac=" + myMac - -# modifica: cerco se ho inviato segnale altrimenti ritento invio... -while (numTry < 11): - logging.info("Tentativo invio URL: " + `numTry` ) - numTry = chiamaUrl(numTry) - time.sleep(3) - numTry = numTry + 1 - - -# registro che ho inviato! -logging.info("Inviato segnale di reboot!: " + url ) diff --git a/ConfIOB/Donati/1024_177/sendRebootIOB b/ConfIOB/Donati/1024_177/sendRebootIOB deleted file mode 100644 index 191bfff..0000000 --- a/ConfIOB/Donati/1024_177/sendRebootIOB +++ /dev/null @@ -1,33 +0,0 @@ -#!/bin/sh - -# -### BEGIN INIT INFO -# Provides: sendReboot -# Required-Start: $network $remote_fs $syslog -# Required-Stop: $remote_fs $syslog -# Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 -# Short-Description: Steamware's IOB reboot signal -# Description: Steamware's sendReboot segnalazione reboot dispositivo -### END INIT INFO - -#! /bin/sh -# /etc/init.d/sendReboot - - - -export HOME -case "$1" in - start) - cd /home/pi/steamware - echo "Starting sendReboot" - /usr/bin/python ./sendReboot.py 2>&1 & - echo "Verifica Rete e file IOB" - /usr/local/bin/setIobConf.sh - ;; - *) - echo "Usage: /etc/init.d/sendReboot {start}" - exit 1 - ;; -esac -exit 0 - diff --git a/ConfIOB/Donati/1024_177/sendRebootIOB.service b/ConfIOB/Donati/1024_177/sendRebootIOB.service deleted file mode 100644 index 48e3690..0000000 --- a/ConfIOB/Donati/1024_177/sendRebootIOB.service +++ /dev/null @@ -1,22 +0,0 @@ -[Unit] -SourcePath=/etc/init.d/sendRebootIOB -Description=LSB: Steamware's IOB reboot signal -Before=runlevel2.target runlevel3.target runlevel4.target runlevel5.target shutdown.target -Wants=network-online.target -After=network.target network-online.target auditd.service -Conflicts=shutdown.target - -[Service] -Type=forking -Restart=no -TimeoutSec=5min -IgnoreSIGPIPE=no -KillMode=process -GuessMainPID=no -RemainAfterExit=yes -SysVStartPriority=2 -ExecStart=/etc/init.d/sendRebootIOB start -ExecStop=/etc/init.d/sendRebootIOB stop - -[Install] -WantedBy=multi-user.target diff --git a/ConfIOB/Donati/1024_177/setIobConf.sh b/ConfIOB/Donati/1024_177/setIobConf.sh deleted file mode 100644 index 30b4781..0000000 --- a/ConfIOB/Donati/1024_177/setIobConf.sh +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/bash - -# verifico se sia rete donati o rete steamware o offline... -netStatus=`cat /sys/class/net/eth0/operstate` -iaddr=`ifconfig eth0 | grep "inet addr" | cut -d ':' -f 2 | cut -d ' ' -f 1` - -cd /home/pi/steamware - -if [[ $netStatus != "up" ]] -then - echo "Siamo Offline, pagina demo!" -elif [[ $iaddr == "10.74.82"* ]] -then - cp IOB.cfg.steamware IOB.cfg -f - echo "Siamo in Steamware!" -elif [[ $iaddr == "192.168.51"* ]] -then - cp IOB.cfg.donati IOB.cfg -f - echo "Siamo a Passirano!" -else - echo "Siamo altrove, pagina demo!" -fi - -echo "$iaddr" - -chown pi:pi * \ No newline at end of file diff --git a/ConfIOB/Donati/1024_177/test.py b/ConfIOB/Donati/1024_177/test.py deleted file mode 100644 index 3145cbe..0000000 --- a/ConfIOB/Donati/1024_177/test.py +++ /dev/null @@ -1,31 +0,0 @@ -import logging - -# set up logging to file - see previous section for more details -logging.basicConfig(level=logging.DEBUG, - format='%(asctime)s %(name)-12s %(levelname)-8s %(message)s', - datefmt='%m-%d %H:%M', - filename='test.log', - filemode='w') -# define a Handler which writes INFO messages or higher to the sys.stderr -console = logging.StreamHandler() -console.setLevel(logging.INFO) -# set a format which is simpler for console use -formatter = logging.Formatter('%(name)-12s: %(levelname)-8s %(message)s') -# tell the handler to use this format -console.setFormatter(formatter) -# add the handler to the root logger -logging.getLogger('').addHandler(console) - -# Now, we can log to the root logger, or any other logger. First the root... -logging.info('Jackdaws love my big sphinx of quartz.') - -# Now, define a couple of other loggers which might represent areas in your -# application: - -logger1 = logging.getLogger('myapp.area1') -logger2 = logging.getLogger('myapp.area2') - -logger1.debug('Quick zephyrs blow, vexing daft Jim.') -logger1.info('How quickly daft jumping zebras vex.') -logger2.warning('Jail zesty vixen who grabbed pay from quack.') -logger2.error('The five boxing wizards jump quickly.') diff --git a/ConfIOB/Donati/1024_177/unix.py b/ConfIOB/Donati/1024_177/unix.py deleted file mode 100644 index 12fb3dc..0000000 --- a/ConfIOB/Donati/1024_177/unix.py +++ /dev/null @@ -1,31 +0,0 @@ -import fcntl -import os -import logging - -#--------------------------------------------------------------- -# meccanismo di file lock per evitare multiple instances -# The function will try to lock the file specified , if it success, return True, else return False. -# The nice thing is that the lock will be dropped when the program terminates. -# >>>Use : -# if not lockFile(".lock.pod"): -# sys.exit(0) - -def lockFile ( lockfile ) : - - fd = os.open ( lockfile , os.O_CREAT | os.O_TRUNC | os.O_WRONLY ) - try: - # Request exclusive (EX) non-blocking (NB) advisory lock. - fcntl.lockf ( fd , fcntl.LOCK_EX | fcntl.LOCK_NB ) - except IOError: - return False - - return True - -if not lockFile ( ".lockfile" ) : - print '\n noi non siamo soli ...\n' - logging.error( "LOCK: Piu istanze aperte") - #sys.exit ( 0 ) - -#- print '\n running alone ...\n' - - diff --git a/ConfIOB/Donati/1024_177/unix.pyc b/ConfIOB/Donati/1024_177/unix.pyc deleted file mode 100644 index a42c57d..0000000 Binary files a/ConfIOB/Donati/1024_177/unix.pyc and /dev/null differ diff --git a/ConfIOB/Donati/1024_177/win.py b/ConfIOB/Donati/1024_177/win.py deleted file mode 100644 index f679f60..0000000 --- a/ConfIOB/Donati/1024_177/win.py +++ /dev/null @@ -1,32 +0,0 @@ -import win32api -print " Running on WINDOWS\n" -import os -#--------------------------------------------------------------- -# meccanismo di file lock per evitare multiple instances -# The function will try to lock the file specified , if it success, return True, else return False. -# The nice thing is that the lock will be dropped when the program terminates. -# >>>Use : -# if not lockFile(".lock.pod"): -# sys.exit(0) - -def lockFile ( lockfile ) : - try: - fd = os.open ( lockfile , os.O_CREAT | os.O_TRUNC | os.O_WRONLY ) - except: - logga("Errore nel file WIN.PY per FD") - try: - # Request exclusive (EX) non-blocking (NB) advisory lock. - #fcntl.lockf ( fd , fcntl.LOCK_EX | fcntl.LOCK_NB ) - print " Dummy Method! Completa Lockfile\n" - except IOError: - return False - - return True -try: - if not lockFile ( ".lockfile" ) : - print '\n noi non siamo soli ...\n' - logga ( "LOCK: Piu istanze aperte") - sys.exit ( 0 ) -except: - logga("if not lockfile NON RIUSCITO in file WIN.PY") - sys.exit(1) diff --git a/ConfIOB/Donati/1024_177/win.pyc b/ConfIOB/Donati/1024_177/win.pyc deleted file mode 100644 index ae9a11e..0000000 Binary files a/ConfIOB/Donati/1024_177/win.pyc and /dev/null differ diff --git a/ConfIOB/Donati/1025_178/IOB.cfg b/ConfIOB/Donati/1025_178/IOB.cfg deleted file mode 100644 index cc79c66..0000000 --- a/ConfIOB/Donati/1025_178/IOB.cfg +++ /dev/null @@ -1,23 +0,0 @@ -[id] -idxMacchina = 1025 - -[web] -URLBASE = http://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina= -URLALIVE = http://192.168.51.71/MPIO/Alive.aspx -URLENABLED = http://192.168.51.71/MPIO/Enabled.aspx?idxMacchina= -URLADV1 = &valore= -URLREBO = http://192.168.51.71/MPIO/sendReboot.aspx?idxMacchina= - -[time] -SAMPLETIME = 0.25 -TIMEOUTSHORT = 2 -TIMEOUTLONG = 50 -SENDURLTIME = 0.2 - -[log] -LOGLEVEL = 10 -LOGFILE = logfile.txt -LOGREBO = /var/log/logReboot.txt - -[comm] -port = /dev/ttyAMA0 diff --git a/ConfIOB/Donati/1025_178/IOB.cfg.donati b/ConfIOB/Donati/1025_178/IOB.cfg.donati deleted file mode 100644 index cc79c66..0000000 --- a/ConfIOB/Donati/1025_178/IOB.cfg.donati +++ /dev/null @@ -1,23 +0,0 @@ -[id] -idxMacchina = 1025 - -[web] -URLBASE = http://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina= -URLALIVE = http://192.168.51.71/MPIO/Alive.aspx -URLENABLED = http://192.168.51.71/MPIO/Enabled.aspx?idxMacchina= -URLADV1 = &valore= -URLREBO = http://192.168.51.71/MPIO/sendReboot.aspx?idxMacchina= - -[time] -SAMPLETIME = 0.25 -TIMEOUTSHORT = 2 -TIMEOUTLONG = 50 -SENDURLTIME = 0.2 - -[log] -LOGLEVEL = 10 -LOGFILE = logfile.txt -LOGREBO = /var/log/logReboot.txt - -[comm] -port = /dev/ttyAMA0 diff --git a/ConfIOB/Donati/1025_178/IOB.cfg.steamware b/ConfIOB/Donati/1025_178/IOB.cfg.steamware deleted file mode 100644 index 6246b6a..0000000 --- a/ConfIOB/Donati/1025_178/IOB.cfg.steamware +++ /dev/null @@ -1,23 +0,0 @@ -[id] -idxMacchina = 1005 - -[web] -URLBASE = http://10.74.82.219/MPIO/inputIOB.aspx?idxMacchina= -URLALIVE = http://10.74.82.219/MPIO/Alive.aspx -URLENABLED = http://10.74.82.219/MPIO/Enabled.aspx?idxMacchina= -URLADV1 = &valore= -URLREBO = http://10.74.82.219/MPIO/sendReboot.aspx?idxMacchina= - -[time] -SAMPLETIME = 0.20 -TIMEOUTSHORT = 0.30 -TIMEOUTLONG = 50 -SENDURLTIME = 0.50 - -[log] -LOGLEVEL = 10 -LOGFILE = logfile.txt -LOGREBO = logReboot.txt - -[comm] -port = /dev/ttyAMA0 diff --git a/ConfIOB/Donati/1025_178/MapoIOB b/ConfIOB/Donati/1025_178/MapoIOB deleted file mode 100644 index c49ec0a..0000000 --- a/ConfIOB/Donati/1025_178/MapoIOB +++ /dev/null @@ -1,41 +0,0 @@ -### BEGIN INIT INFO -# Provides: MapoIOB: script Steamware per avvio driver IOB -# Required-Start: $remote_fs $syslog ramlog -# Required-Stop: $remote_fs $syslog ramlog -# Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 -# Short-Description: Steamware's MapoIOB driver -# Description: Steamware's MapoIOB driver, versione lettura porta parallela -### END INIT INFO - -#! /bin/sh -# /etc/init.d/MapoIOB - -export HOME -case "$1" in - start) - echo "Starting readParallela" - cd /home/pi/steamware - /usr/bin/python ./readParallela.py 2>&1 & - ;; - stop) - echo "Stopping readParallela" - RS_PID=`ps auxwww | grep readParallela.py | head -1 | awk '{print $2}'` - kill -9 $RS_PID - cd /home/pi/steamware - rm .lockfile - ;; - restart) - ## Stop the service and regardless of whether it was - ## running or not, start it again. - $0 stop - killall python - $0 start - ;; - *) - echo "Usage: /etc/init.d/MapoIOB {start|stop|restart}" - exit 1 - ;; -esac -exit 0 - diff --git a/ConfIOB/Donati/1025_178/checkAlive.sh b/ConfIOB/Donati/1025_178/checkAlive.sh deleted file mode 100644 index 92bc816..0000000 --- a/ConfIOB/Donati/1025_178/checkAlive.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/bash - -# controlla se il logfile è correntemente scritto (quindi MapoIOB è alive) altrimenti riavvia! - -DATE=`date +%Y-%m-%d` -cd /var/log -if [ -f MapoIOB ] - then - # controllo SE sia stato acceduto da meno di 2 minuti (=alive da log...) - trovato=`find . -name 'MapoIOB*' -cmin -1` - if [[ $trovato != './MapoIOB' ]] - then - /etc/init.d/MapoIOB restart - echo $date + "riavvio!" - fi -else - # in questo caso AVVIO il processo MapoIOB - /etc/init.d/MapoIOB start - echo $date + "file non trovato, avvio!" -fi diff --git a/ConfIOB/Donati/1025_178/cleanPython.sh b/ConfIOB/Donati/1025_178/cleanPython.sh deleted file mode 100644 index c4f616a..0000000 --- a/ConfIOB/Donati/1025_178/cleanPython.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash - -DATE=`date +%Y-%m-%d_%T` -# log inizio pulizia -echo $DATE " - INIZIO pulizia processi python" >> clean.log -# effettua pulizia processi: killa tutti i processi python -killall python - -# avvia MapoIob -/etc/init.d/MapoIOB start - -# log fatto! -DATE=`date +%Y-%m-%d_%T` -echo $DATE " - FINE pulizia processi python + riavvio MapoIOB" >> clean.log diff --git a/ConfIOB/Donati/1025_178/crontab b/ConfIOB/Donati/1025_178/crontab deleted file mode 100644 index 74fe381..0000000 --- a/ConfIOB/Donati/1025_178/crontab +++ /dev/null @@ -1 +0,0 @@ -* * * * * /bin/bash /home/pi/steamware/checkAlive.sh >> /home/pi/stdout 2>> /home/pi/stderr diff --git a/ConfIOB/Donati/1025_178/install-RPI-IOB.sh b/ConfIOB/Donati/1025_178/install-RPI-IOB.sh deleted file mode 100644 index 19491e1..0000000 --- a/ConfIOB/Donati/1025_178/install-RPI-IOB.sh +++ /dev/null @@ -1,47 +0,0 @@ -#|/bin/bash - -#installa il necessario per RPI-3-IOB partendo dal contenuto della folder /home/pi/steamware - -#step 1: creo file di log nuovi -rm /var/log/log*.txt -rm /var/log/MapoIOB -rm /home/pi/steamware/log*.txt - -touch /var/log/logReboot.txt -touch /var/log/logTemp.txt -touch /var/log/MapoIOB - -ln -sf /var/log/logReboot.txt /home/pi/steamware/logReboot.txt -ln -sf /var/log/logTemp.txt /home/pi/steamware/logTemp.txt -ln -sf /var/log/MapoIOB /home/pi/steamware/logfile.txt - -chown pi:pi /home/pi -R -chmod 666 /var/log/log*.txt -chmod 666 /var/log/MapoIOB - -#step 2: copio files in /usr/local/bin -cd /home/pi/steamware -chmod +x *.sh -cp *.sh /usr/local/bin/ - -# step 3: copio target systemd in avvio... -cp -f sendRebootIOB /etc/init.d/sendRebootIOB -cp -f sendRebootIOB.service /etc/systemd/system/sendRebootIOB.service -echo "" -echo "-----------------------------------------------" -echo "Completare registrazione servizio avvio: digitare i seguenti comandi" -echo "systemctl enable sendRebootIOB" -echo "systemctl daemon-reload" -echo "systemctl status sendRebootIOB" -echo "-----------------------------------------------" -echo "" -echo "" -echo "" -echo "-----------------------------------------------" -echo "Infine creare voce crontab che salvi temperatura CPU/GPU ogni 20 minuti..." -echo "crontab -e" -echo "*/20 * * * * /usr/local/bin/saveTemp.sh" -echo "-----------------------------------------------" - - - diff --git a/ConfIOB/Donati/1025_178/mppar b/ConfIOB/Donati/1025_178/mppar deleted file mode 100644 index b433a73..0000000 --- a/ConfIOB/Donati/1025_178/mppar +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -/usr/bin/python /home/pi/steamware/readParallela.py diff --git a/ConfIOB/Donati/1025_178/mpser b/ConfIOB/Donati/1025_178/mpser deleted file mode 100644 index 444b459..0000000 --- a/ConfIOB/Donati/1025_178/mpser +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -/usr/bin/python /home/steamware/readSeriale.py diff --git a/ConfIOB/Donati/1025_178/readParallela.py b/ConfIOB/Donati/1025_178/readParallela.py deleted file mode 100644 index 5a38f21..0000000 --- a/ConfIOB/Donati/1025_178/readParallela.py +++ /dev/null @@ -1,530 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -# readParallela v. 1.8 -# versione estetica di Carlo + single instance timer - -#--------------------------------------------------------------- -# levare locking -# timer semplificata -# GPIO global - - -import time -import sys - - -from datetime import datetime - -import urllib -import ConfigParser -import os, sys - -import logging -import logging.handlers -import threading -import Queue -#-------------------------------------------------------------- - -# COSTANTI -MSGLEN = 9 -TIMEOUTSERIALE = 10 -MAXRETRY = 3 - -PROGRAM_NAME ="ReadPar IOB-pi v.1.8" - -# DA FILE CONF -idxMacchina = "1001" -SAMPLETIME = 0.1 -TIMEOUTSHORT = (SAMPLETIME*20) -TIMEOUTLONG = (SAMPLETIME*600) -SENDURLTIME = 0.08 - -# VAR -to_enable = False -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG -to_serial = TIMEOUTSERIALE -to_retry = MAXRETRY -errormsglen = 0 - -# VAR - -out_0 = 24 -out_1 = 26 - -in_0 = 11 -in_1 = 12 -in_2 = 13 -in_3 = 15 -in_4 = 16 -in_5 = 18 -in_6 = 22 -in_7 = 7 - -# contatore: serve x match tra accoda ed invia x possibile controllo a posteriori... ogni volta che accodo incremento di 1, va da 0 a 999 -cont = '0' - -# variabile stato online/offline della macchina -onLine = '1' - -# variabile stato seinding/waiting x la parte invio URL -sending = '0' - -# variabile stato timer thread busy -timer_busy = False - -#-------------------------------------------------------------- -# Gestione coda (condivisa) x registrazione eventi ed invio URL -#print "Creazione coda 1000 elementi" - -Coda = Queue.Queue(0) - -#queueLock = threading.Lock() - -#--------------------------------------------------------------- -# lettura parallela -# ritorna il byte letto pulito ( due char hex ) - -def readParallela(): - - global in_0 - global in_1 - global in_2 - global in_3 - global in_4 - global in_5 - global in_6 - global in_7 - - global GPIO - - current = '' - -# print "input : " - - # ritorna '' se non ci sono abbastanza caratteri - try: - num_value = 255 - -# print "num_value : " , num_value , in_0 - - if GPIO.input(in_0): - num_value = num_value - 1 - - if GPIO.input(in_1): - num_value = num_value - 2 - - if GPIO.input(in_2): - num_value = num_value - 4 - - if GPIO.input(in_3): - num_value = num_value - 8 - - if GPIO.input(in_4): - num_value = num_value - 16 - - if GPIO.input(in_5): - num_value = num_value - 32 - - if GPIO.input(in_6): - num_value = num_value - 64 - - if GPIO.input(in_7): - num_value = num_value - 128 - - current = hex( num_value ).replace ( "0x" , "" ).upper() - -# print "\n\n\n\n\n" , num_value , current - - except: - pass - - return current - - -#-------------------------------------------------------------- -# MARCO: cambiare: chiama URL NON deve chiamare url MA METTERE IN CODA (riempiCoda!!!) -# la parte URL vera va messa in svuotaCoda, PARAMETRICA - -#--------------------------------------------------------------- -#Funzione di scrittura su coda con try-except - -def accoda(): - - try: -# url = URLBASE + idxMacchina + URLADV1 + value -# urllib.urlopen ( url ) - #dtEve = time.strftime("%y%m%d%H%M%S")+"000" - dtEve = datetime.utcnow().strftime('%Y%m%d%H%M%S%f')[:-3] - #logPro.debug( "Nuovo valore inserito in coda: " + dtEve + "#" + value + '#' + cont) - #print(dtEve) - #queueLock.acquire() - Coda.put(dtEve + '#' + value + '#' + cont) - #queueLock.release() - #print "Nuovo valore inserito in coda: " + dtEve + "#", value - - except Queue.Full: - logPro.error( "Quque full" + dtEve + '#' + value + '#' + cont ) - except: - logPro.error( "NETWORK:Errore http-no com rete-timeout" + url ) -# print "Url aforte" , url - - -#-------------------------------------------------------------- -# MARCO: scrivere svuotaCoda come thread etc... -def svuota_coda(): - - global onLine - global sending - global timer_busy - - #print "start timer " - - if ( timer_busy == False ): - timer_busy = True - #print "start timer ok " - - try: - if not Coda.empty(): - #print "coda da svuotare!" - response = urllib.urlopen(URLALIVE) - answ = response.read() - if answ == 'OK': - #print "OK alive" - response2 = urllib.urlopen(URLENABLED + idxMacchina) - answ2 = response2.read() - if answ2 == 'OK': - # aggiorno stato ad online - if onLine == '0': - logPro.info("IOB ONLINE!") - #print("IOB ONLINE") - - onLine = '1' # imposto comunque online - else: - if onLine == '1': - logPro.error("IOB offline") - #print("IOB offline") - - onLine = '0' - else: - if onLine == '1': - logPro.error("Server offline") - #print("Server offline") - - onLine = '0' - - # ora verifico SE si possa inviare (ovvero sia online server e NON ci siano altri send attivi...) - if onLine == '1': - if sending == '0': - #segnalo che sono in sending! - sending = '1' - - # formatto dataOra corrente - #dtCurr = time.strftime("%y%m%d%H%M%S")+"000" - dtCurr = datetime.utcnow().strftime('%Y%m%d%H%M%S%f')[:-3] - # prendo 1 valore dalla coda... - #queueLock.acquire() - resp = Coda.get() - # RILASCIO SUBITO la coda x nuovi insert... - #queueLock.release() - - - # recupero valori da coda! - dtEve = resp.split("#")[0] - value = resp.split("#")[1] - cnt = resp.split("#")[2] - url = URLBASE + idxMacchina + URLADV1 + value - url = url + '&dtCurr=' + dtCurr + '&dtEve=' + dtEve + '&cnt=' + cnt - # CHIAMO URL - response3 = urllib.urlopen ( url ) - answ3 = response3.read() - #print(url) - #logPro.debug(url) - - - # log valore inviato! - logSnd.info( value + ' ['+ cnt +']' + ' R:' + answ3 ) - #print "Valore smaltito dalla coda" - - # completato invio, riporto sending a zero! - sending = '0' - else: - logPro.info("WAIT active send to complete") - - else: - pass - - else: - pass - - except: - if onLine == '1': - logPro.error("Server Non raggiungibile") - #print "Non raggiungibile" - - onLine = '0' - -# in ogni caso - - timer_busy = False - #print "end timer ok" - - - #print "end timer " - - -#--------------------------------------------------------------- -# funzione timer thread -#--------------------------------------------------------------- -def do_every (interval, worker_func, iterations = 0): - if iterations != 1: - threading.Timer ( - interval, - do_every, [interval, worker_func, 0 if iterations == 0 else iterations-1] - ).start (); - - worker_func (); - -#--------------------------------------------------------------- -# gestione contatore -#--------------------------------------------------------------- -def contatore(): - - try: - global cont - ctr = int(cont) - ctr +=1 - ctr = ctr % 1000 # round robin 1000 eventi x track - cont = str(ctr) - except: - print("errore incremento contatore") - -#--------------------------------------------------------------- -# avvia porta parallela -#--------------------------------------------------------------- -def avviaParallela(): - - global in_0 - global in_1 - global in_2 - global in_3 - global in_4 - global in_5 - global in_6 - global in_7 - - global GPIO - - try: - - GPIO.setmode(GPIO.BOARD) - - GPIO.setwarnings(False) - - #GPIO.setup(out_0, GPIO.OUT) # output 0 - #GPIO.setup(out_1, GPIO.OUT) # output 1 - - GPIO.setup(in_0, GPIO.IN) # input 0 - GPIO.setup(in_1, GPIO.IN) # input 1 - GPIO.setup(in_2, GPIO.IN) # input 2 - GPIO.setup(in_3, GPIO.IN) # input 3 - GPIO.setup(in_4, GPIO.IN) # input 4 - GPIO.setup(in_5, GPIO.IN) # input 5 - GPIO.setup(in_6, GPIO.IN) # input 6 - GPIO.setup(in_7, GPIO.IN) # input 7 - - except: - print( "\n\n" + PROGRAM_NAME + " - Error 3 on RPi.GPIO ! \n\n") - sys.exit(1) - - - print( "\n\n" + PROGRAM_NAME + " - init ok \n\n") - - -#--------------------------------------------------------------- -#--------------------------------------------------------------- -# MAIN - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'IOB.cfg' ) - - SAMPLETIME = config.getfloat ( 'time' , 'SAMPLETIME' ) - TIMEOUTSHORT = config.getfloat ( 'time' , 'TIMEOUTSHORT' ) - TIMEOUTLONG = config.getfloat ( 'time' , 'TIMEOUTLONG' ) - SENDURLTIME = config.getfloat ( 'time' , 'SENDURLTIME' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - - - URLBASE = config.get ( 'web' , 'URLBASE' ) - URLENABLED = config.get('web' , 'URLENABLED') - URLALIVE = config.get ('web' , 'URLALIVE') - URLADV1 = config.get ( 'web' , 'URLADV1' ) - - LOGFILE = config.get ( 'log' , 'LOGFILE' ) - LOGLEVEL = config.get ( 'log' , 'LOGLEVEL' ) -except: - print "\n\n" + PROGRAM_NAME + ' - Error 4 - in config file ' 'IOB.cfg' - sys.exit(1) - -#-------------------------------------------- -# oggetto Logger -#-------------------------------------------- -try: - logging.basicConfig(level=logging.DEBUG, - format='%(asctime)s %(name)-8s %(levelname)-8s %(message)s', - datefmt='%Y-%m-%d %H:%M:%S', - filename=LOGFILE, - filemode='a' - ) - - # aggiungo 2 logger specifici x queue e send... - logQue = logging.getLogger('queue') - logSnd = logging.getLogger('sendUrl') - logPro = logging.getLogger('program') - -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) -#-------------------------------------------- - - -print "\n\n" + PROGRAM_NAME + "\n\n" - -global startstatus -startstatus = 1 - -if startstatus == 1: - logPro.info("Avvio Programma" + PROGRAM_NAME) - -## Verifica l'OS e di conseguenza carica il file relativo con metodo di lockfile appropriato + check singola istanza -if os.name == 'posix': - import unix -else: - import win - -logPro.info( "Start " + PROGRAM_NAME ) - - -# lettura file configurazione - -# [id] -# idxMacchina = 2001 -# [time] -# SAMPLETIME = 0.1 -# TIMEOUTSHORT = 200 -# TIMEOUTLONG = 6000 - - -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' SAMPLETIME = %4.2f' % ( SAMPLETIME ) ) -print ( ' TIMEOUTSHORT = %4.2f' % ( TIMEOUTSHORT ) ) -print ( ' TIMEOUTLONG = %4.2f' % ( TIMEOUTLONG ) ) -print ( ' SENDURLTIME = %4.2f' % ( SENDURLTIME ) ) -print ( ' URLBASE = %s' % ( URLBASE ) ) -print ( ' URLADV1 = %s' % ( URLADV1 ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) -print ( ' LOGLEVEL = %s' % ( LOGLEVEL ) ) - -# -sys.stdout.write ( 'idxMacchina ?' + idxMacchina + '\n') - -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG - - -#-------------------------------------------------------------- -# apertura parallela - -try: - import RPi.GPIO as GPIO -except RuntimeError: - print( "\n\n" + PROGRAM_NAME + " - Error 1 - you need superuser privileges") -except: - print( "\n\n" + PROGRAM_NAME + " - Error 2 - you need superuser privileges. USE 'sudo' to run your script\n\n") - sys.exit(1) - - -avviaParallela() - - -#-------------------------------------------------------------- -# MARCO: qui inserire avvio thread di "svuotaCoda" - -# avviaSvuotaCoda -#print "Avvia svuota coda" - -do_every ( SENDURLTIME , svuota_coda ); - -#--------------------------------------------------------------- -# ciclo forever and ever - -old = '' - -#print "Avvio ciclo" -logPro.info("Avvio loop principale") -while 1: - - try: - time.sleep (SAMPLETIME) - except: - logPro.info("First_SLEEP: errore attesa sampletime") - - # lettura dati da IOB - value = readParallela() - - if ( value != '' ) : - if value != old : - #loggo e invio dati - try: - logQue.info( value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda") - pass - #enable e reset timer - to_enable = True - to_short = TIMEOUTSHORT - to_long = TIMEOUTLONG - - old = value - - - # gestione timeout breve - if ( to_enable ) : - to_short = to_short - SAMPLETIME - if to_short <= 0: - #loggo e invio dati - try: - logQue.info( '>' + value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda TO_short") - pass - to_short = TIMEOUTSHORT - to_enable = False # dopo un colpo il timer breve viene disabilitato - to_long = TIMEOUTLONG - - # gestione timeout lungo - to_long = to_long - SAMPLETIME - if to_long <= 0: - #loggo e invio dati - try: - logQue.info( '>>' + value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda TO_long") - pass - to_long = TIMEOUTLONG - - - - diff --git a/ConfIOB/Donati/1025_178/readSeriale.py b/ConfIOB/Donati/1025_178/readSeriale.py deleted file mode 100644 index 3c00644..0000000 --- a/ConfIOB/Donati/1025_178/readSeriale.py +++ /dev/null @@ -1,363 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -#--------------------------------------------------------------- - -import serial -import time -import sys -import datetime -import urllib -import ConfigParser -import os, sys - -#--------------------------------------------------------------- - -# COSTANTI -MSGLEN = 9 -TIMEOUTSERIALE = 10 -MAXRETRY = 3 - -# DA FILE CONF -idxMacchina = "2001" -SAMPLETIME = 0.1 -TIMEOUTSHORT = (SAMPLETIME*20) -TIMEOUTLONG = (SAMPLETIME*600) - -# VAR -to_enable = False -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG -to_serial = TIMEOUTSERIALE -to_retry = MAXRETRY -errormsglen = 0 - -#--------------------------------------------------------------- -# classe logger - -class Logger: - def __init__(self, filename): - try: - self.filename = filename - except: - logga("LOGGER: errore try su self.filename") - sys.exit(1) - def __call__(self, string): - try: - file = open(self.filename, 'a') - file.write('[' + time.strftime("%Y-%m-%d %H:%M:%S") + '] ') - file.write(string + '\n') - file.close() - except: - logga("LOGGER: errore try su scrittura") - sys.exit(1) - -#--------------------------------------------------------------- -# lettura buffer seriale e pulizia caratteri non stampabili -# ritorna '' se non c'è un messaggio buono o il messaggio pulito ( due bytes hex ) -# il messaggio ha il formato xxi00 00xxx - -def readSeriale(): - - global to_serial - global to_retry - global errormsglen - - ret = '' - current = '' - i = 0 - - # ritorna '' se non ci sono abbastanza caratteri - try: - if ser.inWaiting() < MSGLEN : -# -# to_serial = to_serial - 1 # se non mi risponde, faccio un ' altra richiesta.... -# if to_serial <= 0: -# try: -# requestData () -# except: -# logga("SERIALE: errore su requestData") -# sys.exit(1) -# to_serial = TIMEOUTSERIALE # ripristino timer -# to_retry = to_retry - 1 # contatore retry -# if to_retry <= 0: -# logga ( 'IOB not responding' ) -# return ret - logga("SERIALE: errore msglen < 9 char - Errore no. " + str(errormsglen)) - errormsglen = errormsglen +1 - avviaSeriale() - time.sleep(.2) - if errormsglen > 30: - sys.exit(1) - except: - if startstatus == 0: - logga ("Porta SERIALE non disponibile - ser.inWaiting error - exit... - Errore no. " + str(errormsglen)) - errormsglen = errormsglen +1 - avviaSeriale() - time.sleep(.2) - if errormsglen > 30: - sys.exit(1) - - # finchè c'è robba .. leggi e tieni i buoni - to_serial = TIMEOUTSERIALE - to_retry = MAXRETRY - try: - while ser.inWaiting() > 0 : - try: - c = ser.read(1) - except: - logga("SERIALE: errore su try ser.read") - sys.exit(1) - # filtra caratteri non stampabili - if c > ' ' : - current += c - #sys.stdout.write(current + '<<<<\n') - # ora il messaggio ha il formato xxxxxi00 00xxx : cerco la 'i' iniziale - try: - while i < len(current) and current[i] != 'i': - i = i + 1 - except: - logga("SERIALE: errore su ricerca i iniziale") - sys.exit(1) - # se non ho trovato la 'i' restituisco '' - if i == len(current)-1: - return ret - else: - current = current[i+1:i+3] - # richiesta dati ad IOB - requestData() - #sys.stdout.write ( current + '\n') - except: - if startstatus == 0: - logga ('Porta SERIALE non disponibile - ser.inWaiting e filtraggio error...exit') - sys.exit(1) - return current -#--------------------------------------------------------------- -# richiesta dati ad IOB : scrittura su seriale - -def requestData (): - try : - ser.write ("$i" + '\r\n') - ser.flush() - except : - if startstatus == 0: - logga ( "SERIAL: Errore di scrittura/flush") - - -#--------------------------------------------------------------- -#Funzione di scrittura su url con try-except - -def chiamaUrl(): - try: - url = URLBASE + idxMacchina + URLADV1 + value - urllib.urlopen ( url ) - except: - logga ( "NETWORK:Errore http-no com rete-timeout" + url ) - - -#--------------------------------------------------------------- -# Funzione che verifica possibilità di creare log e include testo corrente - -def logga(message) : - try: - log(message) - except : - pass - -#--------------------------------------------------------------- - - -def avviaSeriale(): - global ser - - try: - ser = serial.Serial( - port = comm_port , - baudrate = 9600 , - parity = serial.PARITY_NONE , - stopbits = serial.STOPBITS_ONE , - bytesize = serial.EIGHTBITS - ) - startstatus = 0 - except serial.serialutil.SerialException , e : - try: - if startstatus == 0: - logga ( "SERIAL:Errore apertura seriale - " + comm_port) - except: - pass - sys.stdout.write ( '\nErrore apertura seriale\n\n%s\n\n' % e ) - if errormsglen > 30: - sys.exit (1) - -#--------------------------------------------------------------- -#--------------------------------------------------------------- -# MAIN - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'readSeriale.cfg' ) - - SAMPLETIME = config.getfloat ( 'time' , 'SAMPLETIME' ) - TIMEOUTSHORT = config.getfloat ( 'time' , 'TIMEOUTSHORT' ) - TIMEOUTLONG = config.getfloat ( 'time' , 'TIMEOUTLONG' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - comm_port = config.get ( 'comm' , 'port' ) - - URLBASE = config.get ( 'web' , 'URLBASE' ) - URLADV1 = config.get ( 'web' , 'URLADV1' ) - - LOGFILE = config.get ( 'log' , 'LOGFILE' ) - LOGLEVEL = config.get ( 'log' , 'LOGLEVEL' ) -except: - sys.exit(1) - -# oggetto Logger -try: - log = Logger(LOGFILE) -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) - -print '\n\n Read seriale IOB v.0.2 !!!!\n' - -global startstatus -startstatus = 1 - -if startstatus == 1: - logga("Avvio Programma") - -# Verifica l'OS e di conseguenza carica il file relativo con metodo di lockfile appropriato + check singola istanza -if os.name == 'posix': - import unix -else: - import win - -logga ( "Start Read seriale IOB v.0.2") - - -# lettura file configurazione - -# [comm] -# port = /dev/ttyS0 -# [id] -# idxMacchina = 2001 -# [time] -# SAMPLETIME = 0.1 -# TIMEOUTSHORT = 200 -# TIMEOUTLONG = 6000 - -print ( ' comm_port = %s' % ( comm_port ) ) -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' SAMPLETIME = %4.2f' % ( SAMPLETIME ) ) -print ( ' TIMEOUTSHORT = %4.2f' % ( TIMEOUTSHORT ) ) -print ( ' TIMEOUTLONG = %4.2f' % ( TIMEOUTLONG ) ) -print ( ' URLBASE = %s' % ( URLBASE ) ) -print ( ' URLADV1 = %s' % ( URLADV1 ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) -print ( ' LOGLEVEL = %s' % ( LOGLEVEL ) ) - -# -sys.stdout.write ( 'idxMacchina ?' + idxMacchina + '\n') - -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG - - - -#-------------------------------------------------------------- - - -#--------------------------------------------------------------- -# apertura seriale - -avviaSeriale() - -#try: -# ser = serial.Serial( -# port = comm_port , -# baudrate = 9600 , -# parity = serial.PARITY_NONE , -# stopbits = serial.STOPBITS_ONE , -# bytesize = serial.EIGHTBITS -# ) -# print "Initialized!" -#except serial.serialutil.SerialException , e : -# try: -# logga ( "SERIAL:Errore apertura seriale - " + comm_port) -# except: -# pass -# sys.stdout.write ( '\nErrore apertura seriale\n\n%s\n\n' % e ) -# sys.exit (1) - -#--------------------------------------------------------------- -# ciclo forever and ever - -old = '' - -# richiesta dati ad IOB -try: - requestData() -except: - logga("SERIALE: errore sul try di requestData") - sys.exit(1) - - -while 1: - try: - time.sleep (SAMPLETIME) - except: - logga("SERIALE_SLEEP: errore attesa sampletime") - # lettura dati da IOB - try: - value = readSeriale() - except: - if startstatus == 0: - logga("errore PRIMA LETTURA SERIALE") - sys.exit(1) - if ( value != '' ) : - if value != old : - #loggo e invio dati - try: - logga ( value ) - errormsglen = 0 - chiamaUrl() - except: - logga("URLBROWSER: errore registrazione valore e chiamaUrl") - pass - #enable e reset timer - to_enable = True - to_short = TIMEOUTSHORT - to_long = TIMEOUTLONG - - old = value - - - # gestione timeout breve - if ( to_enable ) : - to_short = to_short - SAMPLETIME - if to_short <= 0: - #loggo e invio dati - try: - logga ( '>' + value ) - errormsglen = 0 - chiamaUrl() - except: - pass - to_short = TIMEOUTSHORT - to_enable = False # dopo un colpo il timer breve viene disabilitato - to_long = TIMEOUTLONG - - # gestione timeout lungo - to_long = to_long - SAMPLETIME - if to_long <= 0: - #loggo e invio dati - try: - logga ( '>>' + value ) - errormsglen = 0 - chiamaUrl() - except: - pass - to_long = TIMEOUTLONG - - diff --git a/ConfIOB/Donati/1025_178/saveTemp.sh b/ConfIOB/Donati/1025_178/saveTemp.sh deleted file mode 100644 index a2cd2be..0000000 --- a/ConfIOB/Donati/1025_178/saveTemp.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/bash - -#salva la temperatura CPU e GPU su chiamata... - -# imposto logfile... -logFile="/var/log/logTemp.txt" - -cpuTemp0=$(cat /sys/class/thermal/thermal_zone0/temp) -cpuTemp1=$(($cpuTemp0/1000)) -cpuTemp2=$(($cpuTemp0/100)) -cpuTempM=$(($cpuTemp2 % $cpuTemp1)) - -gpuTemp=`vcgencmd measure_temp` - -loadAvg=`cat /proc/loadavg` - -echo "$(date) | CPU: temp=$cpuTemp1.$cpuTempM ºC | GPU: $gpuTemp | LoadAvg: $loadAvg" >> $logFile diff --git a/ConfIOB/Donati/1025_178/sendReboot.py b/ConfIOB/Donati/1025_178/sendReboot.py deleted file mode 100644 index 021c400..0000000 --- a/ConfIOB/Donati/1025_178/sendReboot.py +++ /dev/null @@ -1,130 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -# sendReboot v. 1.8 - -#--------------------------------------------------------------- - - -import time -import sys - - -from datetime import datetime - -import urllib -import ConfigParser -import os, sys - -import logging - -import time - -#--------------------------------------------------------------- - -# COSTANTI -PROGRAM_NAME = "SendReboot IOB-pi v.1.8" - -# DA FILE CONF -idxMacchina = "99" - -# registro se ho fatto chiamata -global numTry -numTry = 1 - - -#--------------------------------------------------------------- -#Funzione di scrittura su url con try-except -#--------------------------------------------------------------- - -def chiamaUrl(numTry): - - try: - urllib.urlopen ( url ) - numTry = numTry + 10 - except Exception, e: - print e - logging.info ( e ) - print "Url aforte" , url - return numTry - - -#--------------------------------------------------------------- -# Funzione di recupero mac address per poterlo inviare a MPIO -#--------------------------------------------------------------- -def getMAC(interface): - # Return the MAC address of interface - try: - str = open('/sys/class/net/' + interface + '/address').read() - except: - str = "00:00:00:00:00:00" - return str[0:17] - -#--------------------------------------------------------------- -# MAIN -#--------------------------------------------------------------- - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'IOB.cfg' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - - - URLREBO = config.get ( 'web' , 'URLREBO' ) - - LOGFILE = config.get ( 'log' , 'LOGREBO' ) -except: - print "\n\n" + PROGRAM_NAME + ' - Error 4 - in config file ' 'IOB.cfg' - sys.exit(1) - - -#-------------------------------------------- -# oggetto Logger -#-------------------------------------------- -try: -# log = Logger(LOGFILE) - logging.basicConfig(level=logging.DEBUG, - format='%(asctime)s %(name)-8s %(levelname)-8s %(message)s', - datefmt='%Y-%m-%d %H:%M:%S', - filename=LOGFILE, - filemode='a') - -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) -#-------------------------------------------- - - -print "\n\n" + PROGRAM_NAME + "\n\n" - -global startstatus -startstatus = 1 - -if startstatus == 1: - logging.info("Avvio Programma " + PROGRAM_NAME) - - -# lettura file configurazione -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' URLREBO = %s' % ( URLREBO ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) - -# lettura mac address -myMac = getMAC('eth0') -print ( ' MAC Address = %s' % ( myMac ) ) - -# configuro URL da inviare -url = URLREBO + idxMacchina + "&mac=" + myMac - -# modifica: cerco se ho inviato segnale altrimenti ritento invio... -while (numTry < 11): - logging.info("Tentativo invio URL: " + `numTry` ) - numTry = chiamaUrl(numTry) - time.sleep(3) - numTry = numTry + 1 - - -# registro che ho inviato! -logging.info("Inviato segnale di reboot!: " + url ) diff --git a/ConfIOB/Donati/1025_178/sendRebootIOB b/ConfIOB/Donati/1025_178/sendRebootIOB deleted file mode 100644 index 191bfff..0000000 --- a/ConfIOB/Donati/1025_178/sendRebootIOB +++ /dev/null @@ -1,33 +0,0 @@ -#!/bin/sh - -# -### BEGIN INIT INFO -# Provides: sendReboot -# Required-Start: $network $remote_fs $syslog -# Required-Stop: $remote_fs $syslog -# Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 -# Short-Description: Steamware's IOB reboot signal -# Description: Steamware's sendReboot segnalazione reboot dispositivo -### END INIT INFO - -#! /bin/sh -# /etc/init.d/sendReboot - - - -export HOME -case "$1" in - start) - cd /home/pi/steamware - echo "Starting sendReboot" - /usr/bin/python ./sendReboot.py 2>&1 & - echo "Verifica Rete e file IOB" - /usr/local/bin/setIobConf.sh - ;; - *) - echo "Usage: /etc/init.d/sendReboot {start}" - exit 1 - ;; -esac -exit 0 - diff --git a/ConfIOB/Donati/1025_178/sendRebootIOB.service b/ConfIOB/Donati/1025_178/sendRebootIOB.service deleted file mode 100644 index 48e3690..0000000 --- a/ConfIOB/Donati/1025_178/sendRebootIOB.service +++ /dev/null @@ -1,22 +0,0 @@ -[Unit] -SourcePath=/etc/init.d/sendRebootIOB -Description=LSB: Steamware's IOB reboot signal -Before=runlevel2.target runlevel3.target runlevel4.target runlevel5.target shutdown.target -Wants=network-online.target -After=network.target network-online.target auditd.service -Conflicts=shutdown.target - -[Service] -Type=forking -Restart=no -TimeoutSec=5min -IgnoreSIGPIPE=no -KillMode=process -GuessMainPID=no -RemainAfterExit=yes -SysVStartPriority=2 -ExecStart=/etc/init.d/sendRebootIOB start -ExecStop=/etc/init.d/sendRebootIOB stop - -[Install] -WantedBy=multi-user.target diff --git a/ConfIOB/Donati/1025_178/setIobConf.sh b/ConfIOB/Donati/1025_178/setIobConf.sh deleted file mode 100644 index 30b4781..0000000 --- a/ConfIOB/Donati/1025_178/setIobConf.sh +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/bash - -# verifico se sia rete donati o rete steamware o offline... -netStatus=`cat /sys/class/net/eth0/operstate` -iaddr=`ifconfig eth0 | grep "inet addr" | cut -d ':' -f 2 | cut -d ' ' -f 1` - -cd /home/pi/steamware - -if [[ $netStatus != "up" ]] -then - echo "Siamo Offline, pagina demo!" -elif [[ $iaddr == "10.74.82"* ]] -then - cp IOB.cfg.steamware IOB.cfg -f - echo "Siamo in Steamware!" -elif [[ $iaddr == "192.168.51"* ]] -then - cp IOB.cfg.donati IOB.cfg -f - echo "Siamo a Passirano!" -else - echo "Siamo altrove, pagina demo!" -fi - -echo "$iaddr" - -chown pi:pi * \ No newline at end of file diff --git a/ConfIOB/Donati/1025_178/test.py b/ConfIOB/Donati/1025_178/test.py deleted file mode 100644 index 3145cbe..0000000 --- a/ConfIOB/Donati/1025_178/test.py +++ /dev/null @@ -1,31 +0,0 @@ -import logging - -# set up logging to file - see previous section for more details -logging.basicConfig(level=logging.DEBUG, - format='%(asctime)s %(name)-12s %(levelname)-8s %(message)s', - datefmt='%m-%d %H:%M', - filename='test.log', - filemode='w') -# define a Handler which writes INFO messages or higher to the sys.stderr -console = logging.StreamHandler() -console.setLevel(logging.INFO) -# set a format which is simpler for console use -formatter = logging.Formatter('%(name)-12s: %(levelname)-8s %(message)s') -# tell the handler to use this format -console.setFormatter(formatter) -# add the handler to the root logger -logging.getLogger('').addHandler(console) - -# Now, we can log to the root logger, or any other logger. First the root... -logging.info('Jackdaws love my big sphinx of quartz.') - -# Now, define a couple of other loggers which might represent areas in your -# application: - -logger1 = logging.getLogger('myapp.area1') -logger2 = logging.getLogger('myapp.area2') - -logger1.debug('Quick zephyrs blow, vexing daft Jim.') -logger1.info('How quickly daft jumping zebras vex.') -logger2.warning('Jail zesty vixen who grabbed pay from quack.') -logger2.error('The five boxing wizards jump quickly.') diff --git a/ConfIOB/Donati/1025_178/unix.py b/ConfIOB/Donati/1025_178/unix.py deleted file mode 100644 index 12fb3dc..0000000 --- a/ConfIOB/Donati/1025_178/unix.py +++ /dev/null @@ -1,31 +0,0 @@ -import fcntl -import os -import logging - -#--------------------------------------------------------------- -# meccanismo di file lock per evitare multiple instances -# The function will try to lock the file specified , if it success, return True, else return False. -# The nice thing is that the lock will be dropped when the program terminates. -# >>>Use : -# if not lockFile(".lock.pod"): -# sys.exit(0) - -def lockFile ( lockfile ) : - - fd = os.open ( lockfile , os.O_CREAT | os.O_TRUNC | os.O_WRONLY ) - try: - # Request exclusive (EX) non-blocking (NB) advisory lock. - fcntl.lockf ( fd , fcntl.LOCK_EX | fcntl.LOCK_NB ) - except IOError: - return False - - return True - -if not lockFile ( ".lockfile" ) : - print '\n noi non siamo soli ...\n' - logging.error( "LOCK: Piu istanze aperte") - #sys.exit ( 0 ) - -#- print '\n running alone ...\n' - - diff --git a/ConfIOB/Donati/1025_178/unix.pyc b/ConfIOB/Donati/1025_178/unix.pyc deleted file mode 100644 index a42c57d..0000000 Binary files a/ConfIOB/Donati/1025_178/unix.pyc and /dev/null differ diff --git a/ConfIOB/Donati/1025_178/win.py b/ConfIOB/Donati/1025_178/win.py deleted file mode 100644 index f679f60..0000000 --- a/ConfIOB/Donati/1025_178/win.py +++ /dev/null @@ -1,32 +0,0 @@ -import win32api -print " Running on WINDOWS\n" -import os -#--------------------------------------------------------------- -# meccanismo di file lock per evitare multiple instances -# The function will try to lock the file specified , if it success, return True, else return False. -# The nice thing is that the lock will be dropped when the program terminates. -# >>>Use : -# if not lockFile(".lock.pod"): -# sys.exit(0) - -def lockFile ( lockfile ) : - try: - fd = os.open ( lockfile , os.O_CREAT | os.O_TRUNC | os.O_WRONLY ) - except: - logga("Errore nel file WIN.PY per FD") - try: - # Request exclusive (EX) non-blocking (NB) advisory lock. - #fcntl.lockf ( fd , fcntl.LOCK_EX | fcntl.LOCK_NB ) - print " Dummy Method! Completa Lockfile\n" - except IOError: - return False - - return True -try: - if not lockFile ( ".lockfile" ) : - print '\n noi non siamo soli ...\n' - logga ( "LOCK: Piu istanze aperte") - sys.exit ( 0 ) -except: - logga("if not lockfile NON RIUSCITO in file WIN.PY") - sys.exit(1) diff --git a/ConfIOB/Donati/1025_178/win.pyc b/ConfIOB/Donati/1025_178/win.pyc deleted file mode 100644 index ae9a11e..0000000 Binary files a/ConfIOB/Donati/1025_178/win.pyc and /dev/null differ diff --git a/ConfIOB/Donati/1026_180/IOB.cfg b/ConfIOB/Donati/1026_180/IOB.cfg deleted file mode 100644 index 18a11f3..0000000 --- a/ConfIOB/Donati/1026_180/IOB.cfg +++ /dev/null @@ -1,23 +0,0 @@ -[id] -idxMacchina = 1026 - -[web] -URLBASE = http://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina= -URLALIVE = http://192.168.51.71/MPIO/Alive.aspx -URLENABLED = http://192.168.51.71/MPIO/Enabled.aspx?idxMacchina= -URLADV1 = &valore= -URLREBO = http://192.168.51.71/MPIO/sendReboot.aspx?idxMacchina= - -[time] -SAMPLETIME = 0.25 -TIMEOUTSHORT = 2 -TIMEOUTLONG = 50 -SENDURLTIME = 0.2 - -[log] -LOGLEVEL = 10 -LOGFILE = logfile.txt -LOGREBO = /var/log/logReboot.txt - -[comm] -port = /dev/ttyAMA0 diff --git a/ConfIOB/Donati/1026_180/IOB.cfg.donati b/ConfIOB/Donati/1026_180/IOB.cfg.donati deleted file mode 100644 index 18a11f3..0000000 --- a/ConfIOB/Donati/1026_180/IOB.cfg.donati +++ /dev/null @@ -1,23 +0,0 @@ -[id] -idxMacchina = 1026 - -[web] -URLBASE = http://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina= -URLALIVE = http://192.168.51.71/MPIO/Alive.aspx -URLENABLED = http://192.168.51.71/MPIO/Enabled.aspx?idxMacchina= -URLADV1 = &valore= -URLREBO = http://192.168.51.71/MPIO/sendReboot.aspx?idxMacchina= - -[time] -SAMPLETIME = 0.25 -TIMEOUTSHORT = 2 -TIMEOUTLONG = 50 -SENDURLTIME = 0.2 - -[log] -LOGLEVEL = 10 -LOGFILE = logfile.txt -LOGREBO = /var/log/logReboot.txt - -[comm] -port = /dev/ttyAMA0 diff --git a/ConfIOB/Donati/1026_180/IOB.cfg.steamware b/ConfIOB/Donati/1026_180/IOB.cfg.steamware deleted file mode 100644 index 6246b6a..0000000 --- a/ConfIOB/Donati/1026_180/IOB.cfg.steamware +++ /dev/null @@ -1,23 +0,0 @@ -[id] -idxMacchina = 1005 - -[web] -URLBASE = http://10.74.82.219/MPIO/inputIOB.aspx?idxMacchina= -URLALIVE = http://10.74.82.219/MPIO/Alive.aspx -URLENABLED = http://10.74.82.219/MPIO/Enabled.aspx?idxMacchina= -URLADV1 = &valore= -URLREBO = http://10.74.82.219/MPIO/sendReboot.aspx?idxMacchina= - -[time] -SAMPLETIME = 0.20 -TIMEOUTSHORT = 0.30 -TIMEOUTLONG = 50 -SENDURLTIME = 0.50 - -[log] -LOGLEVEL = 10 -LOGFILE = logfile.txt -LOGREBO = logReboot.txt - -[comm] -port = /dev/ttyAMA0 diff --git a/ConfIOB/Donati/1026_180/MapoIOB b/ConfIOB/Donati/1026_180/MapoIOB deleted file mode 100644 index c49ec0a..0000000 --- a/ConfIOB/Donati/1026_180/MapoIOB +++ /dev/null @@ -1,41 +0,0 @@ -### BEGIN INIT INFO -# Provides: MapoIOB: script Steamware per avvio driver IOB -# Required-Start: $remote_fs $syslog ramlog -# Required-Stop: $remote_fs $syslog ramlog -# Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 -# Short-Description: Steamware's MapoIOB driver -# Description: Steamware's MapoIOB driver, versione lettura porta parallela -### END INIT INFO - -#! /bin/sh -# /etc/init.d/MapoIOB - -export HOME -case "$1" in - start) - echo "Starting readParallela" - cd /home/pi/steamware - /usr/bin/python ./readParallela.py 2>&1 & - ;; - stop) - echo "Stopping readParallela" - RS_PID=`ps auxwww | grep readParallela.py | head -1 | awk '{print $2}'` - kill -9 $RS_PID - cd /home/pi/steamware - rm .lockfile - ;; - restart) - ## Stop the service and regardless of whether it was - ## running or not, start it again. - $0 stop - killall python - $0 start - ;; - *) - echo "Usage: /etc/init.d/MapoIOB {start|stop|restart}" - exit 1 - ;; -esac -exit 0 - diff --git a/ConfIOB/Donati/1026_180/checkAlive.sh b/ConfIOB/Donati/1026_180/checkAlive.sh deleted file mode 100644 index 92bc816..0000000 --- a/ConfIOB/Donati/1026_180/checkAlive.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/bash - -# controlla se il logfile è correntemente scritto (quindi MapoIOB è alive) altrimenti riavvia! - -DATE=`date +%Y-%m-%d` -cd /var/log -if [ -f MapoIOB ] - then - # controllo SE sia stato acceduto da meno di 2 minuti (=alive da log...) - trovato=`find . -name 'MapoIOB*' -cmin -1` - if [[ $trovato != './MapoIOB' ]] - then - /etc/init.d/MapoIOB restart - echo $date + "riavvio!" - fi -else - # in questo caso AVVIO il processo MapoIOB - /etc/init.d/MapoIOB start - echo $date + "file non trovato, avvio!" -fi diff --git a/ConfIOB/Donati/1026_180/cleanPython.sh b/ConfIOB/Donati/1026_180/cleanPython.sh deleted file mode 100644 index c4f616a..0000000 --- a/ConfIOB/Donati/1026_180/cleanPython.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash - -DATE=`date +%Y-%m-%d_%T` -# log inizio pulizia -echo $DATE " - INIZIO pulizia processi python" >> clean.log -# effettua pulizia processi: killa tutti i processi python -killall python - -# avvia MapoIob -/etc/init.d/MapoIOB start - -# log fatto! -DATE=`date +%Y-%m-%d_%T` -echo $DATE " - FINE pulizia processi python + riavvio MapoIOB" >> clean.log diff --git a/ConfIOB/Donati/1026_180/crontab b/ConfIOB/Donati/1026_180/crontab deleted file mode 100644 index 74fe381..0000000 --- a/ConfIOB/Donati/1026_180/crontab +++ /dev/null @@ -1 +0,0 @@ -* * * * * /bin/bash /home/pi/steamware/checkAlive.sh >> /home/pi/stdout 2>> /home/pi/stderr diff --git a/ConfIOB/Donati/1026_180/install-RPI-IOB.sh b/ConfIOB/Donati/1026_180/install-RPI-IOB.sh deleted file mode 100644 index 19491e1..0000000 --- a/ConfIOB/Donati/1026_180/install-RPI-IOB.sh +++ /dev/null @@ -1,47 +0,0 @@ -#|/bin/bash - -#installa il necessario per RPI-3-IOB partendo dal contenuto della folder /home/pi/steamware - -#step 1: creo file di log nuovi -rm /var/log/log*.txt -rm /var/log/MapoIOB -rm /home/pi/steamware/log*.txt - -touch /var/log/logReboot.txt -touch /var/log/logTemp.txt -touch /var/log/MapoIOB - -ln -sf /var/log/logReboot.txt /home/pi/steamware/logReboot.txt -ln -sf /var/log/logTemp.txt /home/pi/steamware/logTemp.txt -ln -sf /var/log/MapoIOB /home/pi/steamware/logfile.txt - -chown pi:pi /home/pi -R -chmod 666 /var/log/log*.txt -chmod 666 /var/log/MapoIOB - -#step 2: copio files in /usr/local/bin -cd /home/pi/steamware -chmod +x *.sh -cp *.sh /usr/local/bin/ - -# step 3: copio target systemd in avvio... -cp -f sendRebootIOB /etc/init.d/sendRebootIOB -cp -f sendRebootIOB.service /etc/systemd/system/sendRebootIOB.service -echo "" -echo "-----------------------------------------------" -echo "Completare registrazione servizio avvio: digitare i seguenti comandi" -echo "systemctl enable sendRebootIOB" -echo "systemctl daemon-reload" -echo "systemctl status sendRebootIOB" -echo "-----------------------------------------------" -echo "" -echo "" -echo "" -echo "-----------------------------------------------" -echo "Infine creare voce crontab che salvi temperatura CPU/GPU ogni 20 minuti..." -echo "crontab -e" -echo "*/20 * * * * /usr/local/bin/saveTemp.sh" -echo "-----------------------------------------------" - - - diff --git a/ConfIOB/Donati/1026_180/mppar b/ConfIOB/Donati/1026_180/mppar deleted file mode 100644 index b433a73..0000000 --- a/ConfIOB/Donati/1026_180/mppar +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -/usr/bin/python /home/pi/steamware/readParallela.py diff --git a/ConfIOB/Donati/1026_180/mpser b/ConfIOB/Donati/1026_180/mpser deleted file mode 100644 index 444b459..0000000 --- a/ConfIOB/Donati/1026_180/mpser +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -/usr/bin/python /home/steamware/readSeriale.py diff --git a/ConfIOB/Donati/1026_180/readParallela.py b/ConfIOB/Donati/1026_180/readParallela.py deleted file mode 100644 index 5a38f21..0000000 --- a/ConfIOB/Donati/1026_180/readParallela.py +++ /dev/null @@ -1,530 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -# readParallela v. 1.8 -# versione estetica di Carlo + single instance timer - -#--------------------------------------------------------------- -# levare locking -# timer semplificata -# GPIO global - - -import time -import sys - - -from datetime import datetime - -import urllib -import ConfigParser -import os, sys - -import logging -import logging.handlers -import threading -import Queue -#-------------------------------------------------------------- - -# COSTANTI -MSGLEN = 9 -TIMEOUTSERIALE = 10 -MAXRETRY = 3 - -PROGRAM_NAME ="ReadPar IOB-pi v.1.8" - -# DA FILE CONF -idxMacchina = "1001" -SAMPLETIME = 0.1 -TIMEOUTSHORT = (SAMPLETIME*20) -TIMEOUTLONG = (SAMPLETIME*600) -SENDURLTIME = 0.08 - -# VAR -to_enable = False -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG -to_serial = TIMEOUTSERIALE -to_retry = MAXRETRY -errormsglen = 0 - -# VAR - -out_0 = 24 -out_1 = 26 - -in_0 = 11 -in_1 = 12 -in_2 = 13 -in_3 = 15 -in_4 = 16 -in_5 = 18 -in_6 = 22 -in_7 = 7 - -# contatore: serve x match tra accoda ed invia x possibile controllo a posteriori... ogni volta che accodo incremento di 1, va da 0 a 999 -cont = '0' - -# variabile stato online/offline della macchina -onLine = '1' - -# variabile stato seinding/waiting x la parte invio URL -sending = '0' - -# variabile stato timer thread busy -timer_busy = False - -#-------------------------------------------------------------- -# Gestione coda (condivisa) x registrazione eventi ed invio URL -#print "Creazione coda 1000 elementi" - -Coda = Queue.Queue(0) - -#queueLock = threading.Lock() - -#--------------------------------------------------------------- -# lettura parallela -# ritorna il byte letto pulito ( due char hex ) - -def readParallela(): - - global in_0 - global in_1 - global in_2 - global in_3 - global in_4 - global in_5 - global in_6 - global in_7 - - global GPIO - - current = '' - -# print "input : " - - # ritorna '' se non ci sono abbastanza caratteri - try: - num_value = 255 - -# print "num_value : " , num_value , in_0 - - if GPIO.input(in_0): - num_value = num_value - 1 - - if GPIO.input(in_1): - num_value = num_value - 2 - - if GPIO.input(in_2): - num_value = num_value - 4 - - if GPIO.input(in_3): - num_value = num_value - 8 - - if GPIO.input(in_4): - num_value = num_value - 16 - - if GPIO.input(in_5): - num_value = num_value - 32 - - if GPIO.input(in_6): - num_value = num_value - 64 - - if GPIO.input(in_7): - num_value = num_value - 128 - - current = hex( num_value ).replace ( "0x" , "" ).upper() - -# print "\n\n\n\n\n" , num_value , current - - except: - pass - - return current - - -#-------------------------------------------------------------- -# MARCO: cambiare: chiama URL NON deve chiamare url MA METTERE IN CODA (riempiCoda!!!) -# la parte URL vera va messa in svuotaCoda, PARAMETRICA - -#--------------------------------------------------------------- -#Funzione di scrittura su coda con try-except - -def accoda(): - - try: -# url = URLBASE + idxMacchina + URLADV1 + value -# urllib.urlopen ( url ) - #dtEve = time.strftime("%y%m%d%H%M%S")+"000" - dtEve = datetime.utcnow().strftime('%Y%m%d%H%M%S%f')[:-3] - #logPro.debug( "Nuovo valore inserito in coda: " + dtEve + "#" + value + '#' + cont) - #print(dtEve) - #queueLock.acquire() - Coda.put(dtEve + '#' + value + '#' + cont) - #queueLock.release() - #print "Nuovo valore inserito in coda: " + dtEve + "#", value - - except Queue.Full: - logPro.error( "Quque full" + dtEve + '#' + value + '#' + cont ) - except: - logPro.error( "NETWORK:Errore http-no com rete-timeout" + url ) -# print "Url aforte" , url - - -#-------------------------------------------------------------- -# MARCO: scrivere svuotaCoda come thread etc... -def svuota_coda(): - - global onLine - global sending - global timer_busy - - #print "start timer " - - if ( timer_busy == False ): - timer_busy = True - #print "start timer ok " - - try: - if not Coda.empty(): - #print "coda da svuotare!" - response = urllib.urlopen(URLALIVE) - answ = response.read() - if answ == 'OK': - #print "OK alive" - response2 = urllib.urlopen(URLENABLED + idxMacchina) - answ2 = response2.read() - if answ2 == 'OK': - # aggiorno stato ad online - if onLine == '0': - logPro.info("IOB ONLINE!") - #print("IOB ONLINE") - - onLine = '1' # imposto comunque online - else: - if onLine == '1': - logPro.error("IOB offline") - #print("IOB offline") - - onLine = '0' - else: - if onLine == '1': - logPro.error("Server offline") - #print("Server offline") - - onLine = '0' - - # ora verifico SE si possa inviare (ovvero sia online server e NON ci siano altri send attivi...) - if onLine == '1': - if sending == '0': - #segnalo che sono in sending! - sending = '1' - - # formatto dataOra corrente - #dtCurr = time.strftime("%y%m%d%H%M%S")+"000" - dtCurr = datetime.utcnow().strftime('%Y%m%d%H%M%S%f')[:-3] - # prendo 1 valore dalla coda... - #queueLock.acquire() - resp = Coda.get() - # RILASCIO SUBITO la coda x nuovi insert... - #queueLock.release() - - - # recupero valori da coda! - dtEve = resp.split("#")[0] - value = resp.split("#")[1] - cnt = resp.split("#")[2] - url = URLBASE + idxMacchina + URLADV1 + value - url = url + '&dtCurr=' + dtCurr + '&dtEve=' + dtEve + '&cnt=' + cnt - # CHIAMO URL - response3 = urllib.urlopen ( url ) - answ3 = response3.read() - #print(url) - #logPro.debug(url) - - - # log valore inviato! - logSnd.info( value + ' ['+ cnt +']' + ' R:' + answ3 ) - #print "Valore smaltito dalla coda" - - # completato invio, riporto sending a zero! - sending = '0' - else: - logPro.info("WAIT active send to complete") - - else: - pass - - else: - pass - - except: - if onLine == '1': - logPro.error("Server Non raggiungibile") - #print "Non raggiungibile" - - onLine = '0' - -# in ogni caso - - timer_busy = False - #print "end timer ok" - - - #print "end timer " - - -#--------------------------------------------------------------- -# funzione timer thread -#--------------------------------------------------------------- -def do_every (interval, worker_func, iterations = 0): - if iterations != 1: - threading.Timer ( - interval, - do_every, [interval, worker_func, 0 if iterations == 0 else iterations-1] - ).start (); - - worker_func (); - -#--------------------------------------------------------------- -# gestione contatore -#--------------------------------------------------------------- -def contatore(): - - try: - global cont - ctr = int(cont) - ctr +=1 - ctr = ctr % 1000 # round robin 1000 eventi x track - cont = str(ctr) - except: - print("errore incremento contatore") - -#--------------------------------------------------------------- -# avvia porta parallela -#--------------------------------------------------------------- -def avviaParallela(): - - global in_0 - global in_1 - global in_2 - global in_3 - global in_4 - global in_5 - global in_6 - global in_7 - - global GPIO - - try: - - GPIO.setmode(GPIO.BOARD) - - GPIO.setwarnings(False) - - #GPIO.setup(out_0, GPIO.OUT) # output 0 - #GPIO.setup(out_1, GPIO.OUT) # output 1 - - GPIO.setup(in_0, GPIO.IN) # input 0 - GPIO.setup(in_1, GPIO.IN) # input 1 - GPIO.setup(in_2, GPIO.IN) # input 2 - GPIO.setup(in_3, GPIO.IN) # input 3 - GPIO.setup(in_4, GPIO.IN) # input 4 - GPIO.setup(in_5, GPIO.IN) # input 5 - GPIO.setup(in_6, GPIO.IN) # input 6 - GPIO.setup(in_7, GPIO.IN) # input 7 - - except: - print( "\n\n" + PROGRAM_NAME + " - Error 3 on RPi.GPIO ! \n\n") - sys.exit(1) - - - print( "\n\n" + PROGRAM_NAME + " - init ok \n\n") - - -#--------------------------------------------------------------- -#--------------------------------------------------------------- -# MAIN - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'IOB.cfg' ) - - SAMPLETIME = config.getfloat ( 'time' , 'SAMPLETIME' ) - TIMEOUTSHORT = config.getfloat ( 'time' , 'TIMEOUTSHORT' ) - TIMEOUTLONG = config.getfloat ( 'time' , 'TIMEOUTLONG' ) - SENDURLTIME = config.getfloat ( 'time' , 'SENDURLTIME' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - - - URLBASE = config.get ( 'web' , 'URLBASE' ) - URLENABLED = config.get('web' , 'URLENABLED') - URLALIVE = config.get ('web' , 'URLALIVE') - URLADV1 = config.get ( 'web' , 'URLADV1' ) - - LOGFILE = config.get ( 'log' , 'LOGFILE' ) - LOGLEVEL = config.get ( 'log' , 'LOGLEVEL' ) -except: - print "\n\n" + PROGRAM_NAME + ' - Error 4 - in config file ' 'IOB.cfg' - sys.exit(1) - -#-------------------------------------------- -# oggetto Logger -#-------------------------------------------- -try: - logging.basicConfig(level=logging.DEBUG, - format='%(asctime)s %(name)-8s %(levelname)-8s %(message)s', - datefmt='%Y-%m-%d %H:%M:%S', - filename=LOGFILE, - filemode='a' - ) - - # aggiungo 2 logger specifici x queue e send... - logQue = logging.getLogger('queue') - logSnd = logging.getLogger('sendUrl') - logPro = logging.getLogger('program') - -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) -#-------------------------------------------- - - -print "\n\n" + PROGRAM_NAME + "\n\n" - -global startstatus -startstatus = 1 - -if startstatus == 1: - logPro.info("Avvio Programma" + PROGRAM_NAME) - -## Verifica l'OS e di conseguenza carica il file relativo con metodo di lockfile appropriato + check singola istanza -if os.name == 'posix': - import unix -else: - import win - -logPro.info( "Start " + PROGRAM_NAME ) - - -# lettura file configurazione - -# [id] -# idxMacchina = 2001 -# [time] -# SAMPLETIME = 0.1 -# TIMEOUTSHORT = 200 -# TIMEOUTLONG = 6000 - - -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' SAMPLETIME = %4.2f' % ( SAMPLETIME ) ) -print ( ' TIMEOUTSHORT = %4.2f' % ( TIMEOUTSHORT ) ) -print ( ' TIMEOUTLONG = %4.2f' % ( TIMEOUTLONG ) ) -print ( ' SENDURLTIME = %4.2f' % ( SENDURLTIME ) ) -print ( ' URLBASE = %s' % ( URLBASE ) ) -print ( ' URLADV1 = %s' % ( URLADV1 ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) -print ( ' LOGLEVEL = %s' % ( LOGLEVEL ) ) - -# -sys.stdout.write ( 'idxMacchina ?' + idxMacchina + '\n') - -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG - - -#-------------------------------------------------------------- -# apertura parallela - -try: - import RPi.GPIO as GPIO -except RuntimeError: - print( "\n\n" + PROGRAM_NAME + " - Error 1 - you need superuser privileges") -except: - print( "\n\n" + PROGRAM_NAME + " - Error 2 - you need superuser privileges. USE 'sudo' to run your script\n\n") - sys.exit(1) - - -avviaParallela() - - -#-------------------------------------------------------------- -# MARCO: qui inserire avvio thread di "svuotaCoda" - -# avviaSvuotaCoda -#print "Avvia svuota coda" - -do_every ( SENDURLTIME , svuota_coda ); - -#--------------------------------------------------------------- -# ciclo forever and ever - -old = '' - -#print "Avvio ciclo" -logPro.info("Avvio loop principale") -while 1: - - try: - time.sleep (SAMPLETIME) - except: - logPro.info("First_SLEEP: errore attesa sampletime") - - # lettura dati da IOB - value = readParallela() - - if ( value != '' ) : - if value != old : - #loggo e invio dati - try: - logQue.info( value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda") - pass - #enable e reset timer - to_enable = True - to_short = TIMEOUTSHORT - to_long = TIMEOUTLONG - - old = value - - - # gestione timeout breve - if ( to_enable ) : - to_short = to_short - SAMPLETIME - if to_short <= 0: - #loggo e invio dati - try: - logQue.info( '>' + value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda TO_short") - pass - to_short = TIMEOUTSHORT - to_enable = False # dopo un colpo il timer breve viene disabilitato - to_long = TIMEOUTLONG - - # gestione timeout lungo - to_long = to_long - SAMPLETIME - if to_long <= 0: - #loggo e invio dati - try: - logQue.info( '>>' + value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda TO_long") - pass - to_long = TIMEOUTLONG - - - - diff --git a/ConfIOB/Donati/1026_180/readSeriale.py b/ConfIOB/Donati/1026_180/readSeriale.py deleted file mode 100644 index 3c00644..0000000 --- a/ConfIOB/Donati/1026_180/readSeriale.py +++ /dev/null @@ -1,363 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -#--------------------------------------------------------------- - -import serial -import time -import sys -import datetime -import urllib -import ConfigParser -import os, sys - -#--------------------------------------------------------------- - -# COSTANTI -MSGLEN = 9 -TIMEOUTSERIALE = 10 -MAXRETRY = 3 - -# DA FILE CONF -idxMacchina = "2001" -SAMPLETIME = 0.1 -TIMEOUTSHORT = (SAMPLETIME*20) -TIMEOUTLONG = (SAMPLETIME*600) - -# VAR -to_enable = False -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG -to_serial = TIMEOUTSERIALE -to_retry = MAXRETRY -errormsglen = 0 - -#--------------------------------------------------------------- -# classe logger - -class Logger: - def __init__(self, filename): - try: - self.filename = filename - except: - logga("LOGGER: errore try su self.filename") - sys.exit(1) - def __call__(self, string): - try: - file = open(self.filename, 'a') - file.write('[' + time.strftime("%Y-%m-%d %H:%M:%S") + '] ') - file.write(string + '\n') - file.close() - except: - logga("LOGGER: errore try su scrittura") - sys.exit(1) - -#--------------------------------------------------------------- -# lettura buffer seriale e pulizia caratteri non stampabili -# ritorna '' se non c'è un messaggio buono o il messaggio pulito ( due bytes hex ) -# il messaggio ha il formato xxi00 00xxx - -def readSeriale(): - - global to_serial - global to_retry - global errormsglen - - ret = '' - current = '' - i = 0 - - # ritorna '' se non ci sono abbastanza caratteri - try: - if ser.inWaiting() < MSGLEN : -# -# to_serial = to_serial - 1 # se non mi risponde, faccio un ' altra richiesta.... -# if to_serial <= 0: -# try: -# requestData () -# except: -# logga("SERIALE: errore su requestData") -# sys.exit(1) -# to_serial = TIMEOUTSERIALE # ripristino timer -# to_retry = to_retry - 1 # contatore retry -# if to_retry <= 0: -# logga ( 'IOB not responding' ) -# return ret - logga("SERIALE: errore msglen < 9 char - Errore no. " + str(errormsglen)) - errormsglen = errormsglen +1 - avviaSeriale() - time.sleep(.2) - if errormsglen > 30: - sys.exit(1) - except: - if startstatus == 0: - logga ("Porta SERIALE non disponibile - ser.inWaiting error - exit... - Errore no. " + str(errormsglen)) - errormsglen = errormsglen +1 - avviaSeriale() - time.sleep(.2) - if errormsglen > 30: - sys.exit(1) - - # finchè c'è robba .. leggi e tieni i buoni - to_serial = TIMEOUTSERIALE - to_retry = MAXRETRY - try: - while ser.inWaiting() > 0 : - try: - c = ser.read(1) - except: - logga("SERIALE: errore su try ser.read") - sys.exit(1) - # filtra caratteri non stampabili - if c > ' ' : - current += c - #sys.stdout.write(current + '<<<<\n') - # ora il messaggio ha il formato xxxxxi00 00xxx : cerco la 'i' iniziale - try: - while i < len(current) and current[i] != 'i': - i = i + 1 - except: - logga("SERIALE: errore su ricerca i iniziale") - sys.exit(1) - # se non ho trovato la 'i' restituisco '' - if i == len(current)-1: - return ret - else: - current = current[i+1:i+3] - # richiesta dati ad IOB - requestData() - #sys.stdout.write ( current + '\n') - except: - if startstatus == 0: - logga ('Porta SERIALE non disponibile - ser.inWaiting e filtraggio error...exit') - sys.exit(1) - return current -#--------------------------------------------------------------- -# richiesta dati ad IOB : scrittura su seriale - -def requestData (): - try : - ser.write ("$i" + '\r\n') - ser.flush() - except : - if startstatus == 0: - logga ( "SERIAL: Errore di scrittura/flush") - - -#--------------------------------------------------------------- -#Funzione di scrittura su url con try-except - -def chiamaUrl(): - try: - url = URLBASE + idxMacchina + URLADV1 + value - urllib.urlopen ( url ) - except: - logga ( "NETWORK:Errore http-no com rete-timeout" + url ) - - -#--------------------------------------------------------------- -# Funzione che verifica possibilità di creare log e include testo corrente - -def logga(message) : - try: - log(message) - except : - pass - -#--------------------------------------------------------------- - - -def avviaSeriale(): - global ser - - try: - ser = serial.Serial( - port = comm_port , - baudrate = 9600 , - parity = serial.PARITY_NONE , - stopbits = serial.STOPBITS_ONE , - bytesize = serial.EIGHTBITS - ) - startstatus = 0 - except serial.serialutil.SerialException , e : - try: - if startstatus == 0: - logga ( "SERIAL:Errore apertura seriale - " + comm_port) - except: - pass - sys.stdout.write ( '\nErrore apertura seriale\n\n%s\n\n' % e ) - if errormsglen > 30: - sys.exit (1) - -#--------------------------------------------------------------- -#--------------------------------------------------------------- -# MAIN - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'readSeriale.cfg' ) - - SAMPLETIME = config.getfloat ( 'time' , 'SAMPLETIME' ) - TIMEOUTSHORT = config.getfloat ( 'time' , 'TIMEOUTSHORT' ) - TIMEOUTLONG = config.getfloat ( 'time' , 'TIMEOUTLONG' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - comm_port = config.get ( 'comm' , 'port' ) - - URLBASE = config.get ( 'web' , 'URLBASE' ) - URLADV1 = config.get ( 'web' , 'URLADV1' ) - - LOGFILE = config.get ( 'log' , 'LOGFILE' ) - LOGLEVEL = config.get ( 'log' , 'LOGLEVEL' ) -except: - sys.exit(1) - -# oggetto Logger -try: - log = Logger(LOGFILE) -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) - -print '\n\n Read seriale IOB v.0.2 !!!!\n' - -global startstatus -startstatus = 1 - -if startstatus == 1: - logga("Avvio Programma") - -# Verifica l'OS e di conseguenza carica il file relativo con metodo di lockfile appropriato + check singola istanza -if os.name == 'posix': - import unix -else: - import win - -logga ( "Start Read seriale IOB v.0.2") - - -# lettura file configurazione - -# [comm] -# port = /dev/ttyS0 -# [id] -# idxMacchina = 2001 -# [time] -# SAMPLETIME = 0.1 -# TIMEOUTSHORT = 200 -# TIMEOUTLONG = 6000 - -print ( ' comm_port = %s' % ( comm_port ) ) -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' SAMPLETIME = %4.2f' % ( SAMPLETIME ) ) -print ( ' TIMEOUTSHORT = %4.2f' % ( TIMEOUTSHORT ) ) -print ( ' TIMEOUTLONG = %4.2f' % ( TIMEOUTLONG ) ) -print ( ' URLBASE = %s' % ( URLBASE ) ) -print ( ' URLADV1 = %s' % ( URLADV1 ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) -print ( ' LOGLEVEL = %s' % ( LOGLEVEL ) ) - -# -sys.stdout.write ( 'idxMacchina ?' + idxMacchina + '\n') - -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG - - - -#-------------------------------------------------------------- - - -#--------------------------------------------------------------- -# apertura seriale - -avviaSeriale() - -#try: -# ser = serial.Serial( -# port = comm_port , -# baudrate = 9600 , -# parity = serial.PARITY_NONE , -# stopbits = serial.STOPBITS_ONE , -# bytesize = serial.EIGHTBITS -# ) -# print "Initialized!" -#except serial.serialutil.SerialException , e : -# try: -# logga ( "SERIAL:Errore apertura seriale - " + comm_port) -# except: -# pass -# sys.stdout.write ( '\nErrore apertura seriale\n\n%s\n\n' % e ) -# sys.exit (1) - -#--------------------------------------------------------------- -# ciclo forever and ever - -old = '' - -# richiesta dati ad IOB -try: - requestData() -except: - logga("SERIALE: errore sul try di requestData") - sys.exit(1) - - -while 1: - try: - time.sleep (SAMPLETIME) - except: - logga("SERIALE_SLEEP: errore attesa sampletime") - # lettura dati da IOB - try: - value = readSeriale() - except: - if startstatus == 0: - logga("errore PRIMA LETTURA SERIALE") - sys.exit(1) - if ( value != '' ) : - if value != old : - #loggo e invio dati - try: - logga ( value ) - errormsglen = 0 - chiamaUrl() - except: - logga("URLBROWSER: errore registrazione valore e chiamaUrl") - pass - #enable e reset timer - to_enable = True - to_short = TIMEOUTSHORT - to_long = TIMEOUTLONG - - old = value - - - # gestione timeout breve - if ( to_enable ) : - to_short = to_short - SAMPLETIME - if to_short <= 0: - #loggo e invio dati - try: - logga ( '>' + value ) - errormsglen = 0 - chiamaUrl() - except: - pass - to_short = TIMEOUTSHORT - to_enable = False # dopo un colpo il timer breve viene disabilitato - to_long = TIMEOUTLONG - - # gestione timeout lungo - to_long = to_long - SAMPLETIME - if to_long <= 0: - #loggo e invio dati - try: - logga ( '>>' + value ) - errormsglen = 0 - chiamaUrl() - except: - pass - to_long = TIMEOUTLONG - - diff --git a/ConfIOB/Donati/1026_180/saveTemp.sh b/ConfIOB/Donati/1026_180/saveTemp.sh deleted file mode 100644 index a2cd2be..0000000 --- a/ConfIOB/Donati/1026_180/saveTemp.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/bash - -#salva la temperatura CPU e GPU su chiamata... - -# imposto logfile... -logFile="/var/log/logTemp.txt" - -cpuTemp0=$(cat /sys/class/thermal/thermal_zone0/temp) -cpuTemp1=$(($cpuTemp0/1000)) -cpuTemp2=$(($cpuTemp0/100)) -cpuTempM=$(($cpuTemp2 % $cpuTemp1)) - -gpuTemp=`vcgencmd measure_temp` - -loadAvg=`cat /proc/loadavg` - -echo "$(date) | CPU: temp=$cpuTemp1.$cpuTempM ºC | GPU: $gpuTemp | LoadAvg: $loadAvg" >> $logFile diff --git a/ConfIOB/Donati/1026_180/sendReboot.py b/ConfIOB/Donati/1026_180/sendReboot.py deleted file mode 100644 index 021c400..0000000 --- a/ConfIOB/Donati/1026_180/sendReboot.py +++ /dev/null @@ -1,130 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -# sendReboot v. 1.8 - -#--------------------------------------------------------------- - - -import time -import sys - - -from datetime import datetime - -import urllib -import ConfigParser -import os, sys - -import logging - -import time - -#--------------------------------------------------------------- - -# COSTANTI -PROGRAM_NAME = "SendReboot IOB-pi v.1.8" - -# DA FILE CONF -idxMacchina = "99" - -# registro se ho fatto chiamata -global numTry -numTry = 1 - - -#--------------------------------------------------------------- -#Funzione di scrittura su url con try-except -#--------------------------------------------------------------- - -def chiamaUrl(numTry): - - try: - urllib.urlopen ( url ) - numTry = numTry + 10 - except Exception, e: - print e - logging.info ( e ) - print "Url aforte" , url - return numTry - - -#--------------------------------------------------------------- -# Funzione di recupero mac address per poterlo inviare a MPIO -#--------------------------------------------------------------- -def getMAC(interface): - # Return the MAC address of interface - try: - str = open('/sys/class/net/' + interface + '/address').read() - except: - str = "00:00:00:00:00:00" - return str[0:17] - -#--------------------------------------------------------------- -# MAIN -#--------------------------------------------------------------- - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'IOB.cfg' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - - - URLREBO = config.get ( 'web' , 'URLREBO' ) - - LOGFILE = config.get ( 'log' , 'LOGREBO' ) -except: - print "\n\n" + PROGRAM_NAME + ' - Error 4 - in config file ' 'IOB.cfg' - sys.exit(1) - - -#-------------------------------------------- -# oggetto Logger -#-------------------------------------------- -try: -# log = Logger(LOGFILE) - logging.basicConfig(level=logging.DEBUG, - format='%(asctime)s %(name)-8s %(levelname)-8s %(message)s', - datefmt='%Y-%m-%d %H:%M:%S', - filename=LOGFILE, - filemode='a') - -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) -#-------------------------------------------- - - -print "\n\n" + PROGRAM_NAME + "\n\n" - -global startstatus -startstatus = 1 - -if startstatus == 1: - logging.info("Avvio Programma " + PROGRAM_NAME) - - -# lettura file configurazione -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' URLREBO = %s' % ( URLREBO ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) - -# lettura mac address -myMac = getMAC('eth0') -print ( ' MAC Address = %s' % ( myMac ) ) - -# configuro URL da inviare -url = URLREBO + idxMacchina + "&mac=" + myMac - -# modifica: cerco se ho inviato segnale altrimenti ritento invio... -while (numTry < 11): - logging.info("Tentativo invio URL: " + `numTry` ) - numTry = chiamaUrl(numTry) - time.sleep(3) - numTry = numTry + 1 - - -# registro che ho inviato! -logging.info("Inviato segnale di reboot!: " + url ) diff --git a/ConfIOB/Donati/1026_180/sendRebootIOB b/ConfIOB/Donati/1026_180/sendRebootIOB deleted file mode 100644 index 191bfff..0000000 --- a/ConfIOB/Donati/1026_180/sendRebootIOB +++ /dev/null @@ -1,33 +0,0 @@ -#!/bin/sh - -# -### BEGIN INIT INFO -# Provides: sendReboot -# Required-Start: $network $remote_fs $syslog -# Required-Stop: $remote_fs $syslog -# Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 -# Short-Description: Steamware's IOB reboot signal -# Description: Steamware's sendReboot segnalazione reboot dispositivo -### END INIT INFO - -#! /bin/sh -# /etc/init.d/sendReboot - - - -export HOME -case "$1" in - start) - cd /home/pi/steamware - echo "Starting sendReboot" - /usr/bin/python ./sendReboot.py 2>&1 & - echo "Verifica Rete e file IOB" - /usr/local/bin/setIobConf.sh - ;; - *) - echo "Usage: /etc/init.d/sendReboot {start}" - exit 1 - ;; -esac -exit 0 - diff --git a/ConfIOB/Donati/1026_180/sendRebootIOB.service b/ConfIOB/Donati/1026_180/sendRebootIOB.service deleted file mode 100644 index 48e3690..0000000 --- a/ConfIOB/Donati/1026_180/sendRebootIOB.service +++ /dev/null @@ -1,22 +0,0 @@ -[Unit] -SourcePath=/etc/init.d/sendRebootIOB -Description=LSB: Steamware's IOB reboot signal -Before=runlevel2.target runlevel3.target runlevel4.target runlevel5.target shutdown.target -Wants=network-online.target -After=network.target network-online.target auditd.service -Conflicts=shutdown.target - -[Service] -Type=forking -Restart=no -TimeoutSec=5min -IgnoreSIGPIPE=no -KillMode=process -GuessMainPID=no -RemainAfterExit=yes -SysVStartPriority=2 -ExecStart=/etc/init.d/sendRebootIOB start -ExecStop=/etc/init.d/sendRebootIOB stop - -[Install] -WantedBy=multi-user.target diff --git a/ConfIOB/Donati/1026_180/setIobConf.sh b/ConfIOB/Donati/1026_180/setIobConf.sh deleted file mode 100644 index 30b4781..0000000 --- a/ConfIOB/Donati/1026_180/setIobConf.sh +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/bash - -# verifico se sia rete donati o rete steamware o offline... -netStatus=`cat /sys/class/net/eth0/operstate` -iaddr=`ifconfig eth0 | grep "inet addr" | cut -d ':' -f 2 | cut -d ' ' -f 1` - -cd /home/pi/steamware - -if [[ $netStatus != "up" ]] -then - echo "Siamo Offline, pagina demo!" -elif [[ $iaddr == "10.74.82"* ]] -then - cp IOB.cfg.steamware IOB.cfg -f - echo "Siamo in Steamware!" -elif [[ $iaddr == "192.168.51"* ]] -then - cp IOB.cfg.donati IOB.cfg -f - echo "Siamo a Passirano!" -else - echo "Siamo altrove, pagina demo!" -fi - -echo "$iaddr" - -chown pi:pi * \ No newline at end of file diff --git a/ConfIOB/Donati/1026_180/test.py b/ConfIOB/Donati/1026_180/test.py deleted file mode 100644 index 3145cbe..0000000 --- a/ConfIOB/Donati/1026_180/test.py +++ /dev/null @@ -1,31 +0,0 @@ -import logging - -# set up logging to file - see previous section for more details -logging.basicConfig(level=logging.DEBUG, - format='%(asctime)s %(name)-12s %(levelname)-8s %(message)s', - datefmt='%m-%d %H:%M', - filename='test.log', - filemode='w') -# define a Handler which writes INFO messages or higher to the sys.stderr -console = logging.StreamHandler() -console.setLevel(logging.INFO) -# set a format which is simpler for console use -formatter = logging.Formatter('%(name)-12s: %(levelname)-8s %(message)s') -# tell the handler to use this format -console.setFormatter(formatter) -# add the handler to the root logger -logging.getLogger('').addHandler(console) - -# Now, we can log to the root logger, or any other logger. First the root... -logging.info('Jackdaws love my big sphinx of quartz.') - -# Now, define a couple of other loggers which might represent areas in your -# application: - -logger1 = logging.getLogger('myapp.area1') -logger2 = logging.getLogger('myapp.area2') - -logger1.debug('Quick zephyrs blow, vexing daft Jim.') -logger1.info('How quickly daft jumping zebras vex.') -logger2.warning('Jail zesty vixen who grabbed pay from quack.') -logger2.error('The five boxing wizards jump quickly.') diff --git a/ConfIOB/Donati/1026_180/unix.py b/ConfIOB/Donati/1026_180/unix.py deleted file mode 100644 index 12fb3dc..0000000 --- a/ConfIOB/Donati/1026_180/unix.py +++ /dev/null @@ -1,31 +0,0 @@ -import fcntl -import os -import logging - -#--------------------------------------------------------------- -# meccanismo di file lock per evitare multiple instances -# The function will try to lock the file specified , if it success, return True, else return False. -# The nice thing is that the lock will be dropped when the program terminates. -# >>>Use : -# if not lockFile(".lock.pod"): -# sys.exit(0) - -def lockFile ( lockfile ) : - - fd = os.open ( lockfile , os.O_CREAT | os.O_TRUNC | os.O_WRONLY ) - try: - # Request exclusive (EX) non-blocking (NB) advisory lock. - fcntl.lockf ( fd , fcntl.LOCK_EX | fcntl.LOCK_NB ) - except IOError: - return False - - return True - -if not lockFile ( ".lockfile" ) : - print '\n noi non siamo soli ...\n' - logging.error( "LOCK: Piu istanze aperte") - #sys.exit ( 0 ) - -#- print '\n running alone ...\n' - - diff --git a/ConfIOB/Donati/1026_180/unix.pyc b/ConfIOB/Donati/1026_180/unix.pyc deleted file mode 100644 index a42c57d..0000000 Binary files a/ConfIOB/Donati/1026_180/unix.pyc and /dev/null differ diff --git a/ConfIOB/Donati/1026_180/win.py b/ConfIOB/Donati/1026_180/win.py deleted file mode 100644 index f679f60..0000000 --- a/ConfIOB/Donati/1026_180/win.py +++ /dev/null @@ -1,32 +0,0 @@ -import win32api -print " Running on WINDOWS\n" -import os -#--------------------------------------------------------------- -# meccanismo di file lock per evitare multiple instances -# The function will try to lock the file specified , if it success, return True, else return False. -# The nice thing is that the lock will be dropped when the program terminates. -# >>>Use : -# if not lockFile(".lock.pod"): -# sys.exit(0) - -def lockFile ( lockfile ) : - try: - fd = os.open ( lockfile , os.O_CREAT | os.O_TRUNC | os.O_WRONLY ) - except: - logga("Errore nel file WIN.PY per FD") - try: - # Request exclusive (EX) non-blocking (NB) advisory lock. - #fcntl.lockf ( fd , fcntl.LOCK_EX | fcntl.LOCK_NB ) - print " Dummy Method! Completa Lockfile\n" - except IOError: - return False - - return True -try: - if not lockFile ( ".lockfile" ) : - print '\n noi non siamo soli ...\n' - logga ( "LOCK: Piu istanze aperte") - sys.exit ( 0 ) -except: - logga("if not lockfile NON RIUSCITO in file WIN.PY") - sys.exit(1) diff --git a/ConfIOB/Donati/1026_180/win.pyc b/ConfIOB/Donati/1026_180/win.pyc deleted file mode 100644 index ae9a11e..0000000 Binary files a/ConfIOB/Donati/1026_180/win.pyc and /dev/null differ diff --git a/ConfIOB/Donati/1027 - 185/IOB.cfg b/ConfIOB/Donati/1027 - 185/IOB.cfg deleted file mode 100644 index 18a11f3..0000000 --- a/ConfIOB/Donati/1027 - 185/IOB.cfg +++ /dev/null @@ -1,23 +0,0 @@ -[id] -idxMacchina = 1026 - -[web] -URLBASE = http://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina= -URLALIVE = http://192.168.51.71/MPIO/Alive.aspx -URLENABLED = http://192.168.51.71/MPIO/Enabled.aspx?idxMacchina= -URLADV1 = &valore= -URLREBO = http://192.168.51.71/MPIO/sendReboot.aspx?idxMacchina= - -[time] -SAMPLETIME = 0.25 -TIMEOUTSHORT = 2 -TIMEOUTLONG = 50 -SENDURLTIME = 0.2 - -[log] -LOGLEVEL = 10 -LOGFILE = logfile.txt -LOGREBO = /var/log/logReboot.txt - -[comm] -port = /dev/ttyAMA0 diff --git a/ConfIOB/Donati/1027 - 185/IOB.cfg.donati b/ConfIOB/Donati/1027 - 185/IOB.cfg.donati deleted file mode 100644 index 18a11f3..0000000 --- a/ConfIOB/Donati/1027 - 185/IOB.cfg.donati +++ /dev/null @@ -1,23 +0,0 @@ -[id] -idxMacchina = 1026 - -[web] -URLBASE = http://192.168.51.71/MPIO/inputIOB.aspx?idxMacchina= -URLALIVE = http://192.168.51.71/MPIO/Alive.aspx -URLENABLED = http://192.168.51.71/MPIO/Enabled.aspx?idxMacchina= -URLADV1 = &valore= -URLREBO = http://192.168.51.71/MPIO/sendReboot.aspx?idxMacchina= - -[time] -SAMPLETIME = 0.25 -TIMEOUTSHORT = 2 -TIMEOUTLONG = 50 -SENDURLTIME = 0.2 - -[log] -LOGLEVEL = 10 -LOGFILE = logfile.txt -LOGREBO = /var/log/logReboot.txt - -[comm] -port = /dev/ttyAMA0 diff --git a/ConfIOB/Donati/1027 - 185/IOB.cfg.steamware b/ConfIOB/Donati/1027 - 185/IOB.cfg.steamware deleted file mode 100644 index 6246b6a..0000000 --- a/ConfIOB/Donati/1027 - 185/IOB.cfg.steamware +++ /dev/null @@ -1,23 +0,0 @@ -[id] -idxMacchina = 1005 - -[web] -URLBASE = http://10.74.82.219/MPIO/inputIOB.aspx?idxMacchina= -URLALIVE = http://10.74.82.219/MPIO/Alive.aspx -URLENABLED = http://10.74.82.219/MPIO/Enabled.aspx?idxMacchina= -URLADV1 = &valore= -URLREBO = http://10.74.82.219/MPIO/sendReboot.aspx?idxMacchina= - -[time] -SAMPLETIME = 0.20 -TIMEOUTSHORT = 0.30 -TIMEOUTLONG = 50 -SENDURLTIME = 0.50 - -[log] -LOGLEVEL = 10 -LOGFILE = logfile.txt -LOGREBO = logReboot.txt - -[comm] -port = /dev/ttyAMA0 diff --git a/ConfIOB/Donati/1027 - 185/MapoIOB b/ConfIOB/Donati/1027 - 185/MapoIOB deleted file mode 100644 index c49ec0a..0000000 --- a/ConfIOB/Donati/1027 - 185/MapoIOB +++ /dev/null @@ -1,41 +0,0 @@ -### BEGIN INIT INFO -# Provides: MapoIOB: script Steamware per avvio driver IOB -# Required-Start: $remote_fs $syslog ramlog -# Required-Stop: $remote_fs $syslog ramlog -# Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 -# Short-Description: Steamware's MapoIOB driver -# Description: Steamware's MapoIOB driver, versione lettura porta parallela -### END INIT INFO - -#! /bin/sh -# /etc/init.d/MapoIOB - -export HOME -case "$1" in - start) - echo "Starting readParallela" - cd /home/pi/steamware - /usr/bin/python ./readParallela.py 2>&1 & - ;; - stop) - echo "Stopping readParallela" - RS_PID=`ps auxwww | grep readParallela.py | head -1 | awk '{print $2}'` - kill -9 $RS_PID - cd /home/pi/steamware - rm .lockfile - ;; - restart) - ## Stop the service and regardless of whether it was - ## running or not, start it again. - $0 stop - killall python - $0 start - ;; - *) - echo "Usage: /etc/init.d/MapoIOB {start|stop|restart}" - exit 1 - ;; -esac -exit 0 - diff --git a/ConfIOB/Donati/1027 - 185/checkAlive.sh b/ConfIOB/Donati/1027 - 185/checkAlive.sh deleted file mode 100644 index 92bc816..0000000 --- a/ConfIOB/Donati/1027 - 185/checkAlive.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/bash - -# controlla se il logfile è correntemente scritto (quindi MapoIOB è alive) altrimenti riavvia! - -DATE=`date +%Y-%m-%d` -cd /var/log -if [ -f MapoIOB ] - then - # controllo SE sia stato acceduto da meno di 2 minuti (=alive da log...) - trovato=`find . -name 'MapoIOB*' -cmin -1` - if [[ $trovato != './MapoIOB' ]] - then - /etc/init.d/MapoIOB restart - echo $date + "riavvio!" - fi -else - # in questo caso AVVIO il processo MapoIOB - /etc/init.d/MapoIOB start - echo $date + "file non trovato, avvio!" -fi diff --git a/ConfIOB/Donati/1027 - 185/cleanPython.sh b/ConfIOB/Donati/1027 - 185/cleanPython.sh deleted file mode 100644 index c4f616a..0000000 --- a/ConfIOB/Donati/1027 - 185/cleanPython.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash - -DATE=`date +%Y-%m-%d_%T` -# log inizio pulizia -echo $DATE " - INIZIO pulizia processi python" >> clean.log -# effettua pulizia processi: killa tutti i processi python -killall python - -# avvia MapoIob -/etc/init.d/MapoIOB start - -# log fatto! -DATE=`date +%Y-%m-%d_%T` -echo $DATE " - FINE pulizia processi python + riavvio MapoIOB" >> clean.log diff --git a/ConfIOB/Donati/1027 - 185/crontab b/ConfIOB/Donati/1027 - 185/crontab deleted file mode 100644 index 74fe381..0000000 --- a/ConfIOB/Donati/1027 - 185/crontab +++ /dev/null @@ -1 +0,0 @@ -* * * * * /bin/bash /home/pi/steamware/checkAlive.sh >> /home/pi/stdout 2>> /home/pi/stderr diff --git a/ConfIOB/Donati/1027 - 185/install-RPI-IOB.sh b/ConfIOB/Donati/1027 - 185/install-RPI-IOB.sh deleted file mode 100644 index 19491e1..0000000 --- a/ConfIOB/Donati/1027 - 185/install-RPI-IOB.sh +++ /dev/null @@ -1,47 +0,0 @@ -#|/bin/bash - -#installa il necessario per RPI-3-IOB partendo dal contenuto della folder /home/pi/steamware - -#step 1: creo file di log nuovi -rm /var/log/log*.txt -rm /var/log/MapoIOB -rm /home/pi/steamware/log*.txt - -touch /var/log/logReboot.txt -touch /var/log/logTemp.txt -touch /var/log/MapoIOB - -ln -sf /var/log/logReboot.txt /home/pi/steamware/logReboot.txt -ln -sf /var/log/logTemp.txt /home/pi/steamware/logTemp.txt -ln -sf /var/log/MapoIOB /home/pi/steamware/logfile.txt - -chown pi:pi /home/pi -R -chmod 666 /var/log/log*.txt -chmod 666 /var/log/MapoIOB - -#step 2: copio files in /usr/local/bin -cd /home/pi/steamware -chmod +x *.sh -cp *.sh /usr/local/bin/ - -# step 3: copio target systemd in avvio... -cp -f sendRebootIOB /etc/init.d/sendRebootIOB -cp -f sendRebootIOB.service /etc/systemd/system/sendRebootIOB.service -echo "" -echo "-----------------------------------------------" -echo "Completare registrazione servizio avvio: digitare i seguenti comandi" -echo "systemctl enable sendRebootIOB" -echo "systemctl daemon-reload" -echo "systemctl status sendRebootIOB" -echo "-----------------------------------------------" -echo "" -echo "" -echo "" -echo "-----------------------------------------------" -echo "Infine creare voce crontab che salvi temperatura CPU/GPU ogni 20 minuti..." -echo "crontab -e" -echo "*/20 * * * * /usr/local/bin/saveTemp.sh" -echo "-----------------------------------------------" - - - diff --git a/ConfIOB/Donati/1027 - 185/mppar b/ConfIOB/Donati/1027 - 185/mppar deleted file mode 100644 index b433a73..0000000 --- a/ConfIOB/Donati/1027 - 185/mppar +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -/usr/bin/python /home/pi/steamware/readParallela.py diff --git a/ConfIOB/Donati/1027 - 185/mpser b/ConfIOB/Donati/1027 - 185/mpser deleted file mode 100644 index 444b459..0000000 --- a/ConfIOB/Donati/1027 - 185/mpser +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -/usr/bin/python /home/steamware/readSeriale.py diff --git a/ConfIOB/Donati/1027 - 185/readParallela.py b/ConfIOB/Donati/1027 - 185/readParallela.py deleted file mode 100644 index 5a38f21..0000000 --- a/ConfIOB/Donati/1027 - 185/readParallela.py +++ /dev/null @@ -1,530 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -# readParallela v. 1.8 -# versione estetica di Carlo + single instance timer - -#--------------------------------------------------------------- -# levare locking -# timer semplificata -# GPIO global - - -import time -import sys - - -from datetime import datetime - -import urllib -import ConfigParser -import os, sys - -import logging -import logging.handlers -import threading -import Queue -#-------------------------------------------------------------- - -# COSTANTI -MSGLEN = 9 -TIMEOUTSERIALE = 10 -MAXRETRY = 3 - -PROGRAM_NAME ="ReadPar IOB-pi v.1.8" - -# DA FILE CONF -idxMacchina = "1001" -SAMPLETIME = 0.1 -TIMEOUTSHORT = (SAMPLETIME*20) -TIMEOUTLONG = (SAMPLETIME*600) -SENDURLTIME = 0.08 - -# VAR -to_enable = False -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG -to_serial = TIMEOUTSERIALE -to_retry = MAXRETRY -errormsglen = 0 - -# VAR - -out_0 = 24 -out_1 = 26 - -in_0 = 11 -in_1 = 12 -in_2 = 13 -in_3 = 15 -in_4 = 16 -in_5 = 18 -in_6 = 22 -in_7 = 7 - -# contatore: serve x match tra accoda ed invia x possibile controllo a posteriori... ogni volta che accodo incremento di 1, va da 0 a 999 -cont = '0' - -# variabile stato online/offline della macchina -onLine = '1' - -# variabile stato seinding/waiting x la parte invio URL -sending = '0' - -# variabile stato timer thread busy -timer_busy = False - -#-------------------------------------------------------------- -# Gestione coda (condivisa) x registrazione eventi ed invio URL -#print "Creazione coda 1000 elementi" - -Coda = Queue.Queue(0) - -#queueLock = threading.Lock() - -#--------------------------------------------------------------- -# lettura parallela -# ritorna il byte letto pulito ( due char hex ) - -def readParallela(): - - global in_0 - global in_1 - global in_2 - global in_3 - global in_4 - global in_5 - global in_6 - global in_7 - - global GPIO - - current = '' - -# print "input : " - - # ritorna '' se non ci sono abbastanza caratteri - try: - num_value = 255 - -# print "num_value : " , num_value , in_0 - - if GPIO.input(in_0): - num_value = num_value - 1 - - if GPIO.input(in_1): - num_value = num_value - 2 - - if GPIO.input(in_2): - num_value = num_value - 4 - - if GPIO.input(in_3): - num_value = num_value - 8 - - if GPIO.input(in_4): - num_value = num_value - 16 - - if GPIO.input(in_5): - num_value = num_value - 32 - - if GPIO.input(in_6): - num_value = num_value - 64 - - if GPIO.input(in_7): - num_value = num_value - 128 - - current = hex( num_value ).replace ( "0x" , "" ).upper() - -# print "\n\n\n\n\n" , num_value , current - - except: - pass - - return current - - -#-------------------------------------------------------------- -# MARCO: cambiare: chiama URL NON deve chiamare url MA METTERE IN CODA (riempiCoda!!!) -# la parte URL vera va messa in svuotaCoda, PARAMETRICA - -#--------------------------------------------------------------- -#Funzione di scrittura su coda con try-except - -def accoda(): - - try: -# url = URLBASE + idxMacchina + URLADV1 + value -# urllib.urlopen ( url ) - #dtEve = time.strftime("%y%m%d%H%M%S")+"000" - dtEve = datetime.utcnow().strftime('%Y%m%d%H%M%S%f')[:-3] - #logPro.debug( "Nuovo valore inserito in coda: " + dtEve + "#" + value + '#' + cont) - #print(dtEve) - #queueLock.acquire() - Coda.put(dtEve + '#' + value + '#' + cont) - #queueLock.release() - #print "Nuovo valore inserito in coda: " + dtEve + "#", value - - except Queue.Full: - logPro.error( "Quque full" + dtEve + '#' + value + '#' + cont ) - except: - logPro.error( "NETWORK:Errore http-no com rete-timeout" + url ) -# print "Url aforte" , url - - -#-------------------------------------------------------------- -# MARCO: scrivere svuotaCoda come thread etc... -def svuota_coda(): - - global onLine - global sending - global timer_busy - - #print "start timer " - - if ( timer_busy == False ): - timer_busy = True - #print "start timer ok " - - try: - if not Coda.empty(): - #print "coda da svuotare!" - response = urllib.urlopen(URLALIVE) - answ = response.read() - if answ == 'OK': - #print "OK alive" - response2 = urllib.urlopen(URLENABLED + idxMacchina) - answ2 = response2.read() - if answ2 == 'OK': - # aggiorno stato ad online - if onLine == '0': - logPro.info("IOB ONLINE!") - #print("IOB ONLINE") - - onLine = '1' # imposto comunque online - else: - if onLine == '1': - logPro.error("IOB offline") - #print("IOB offline") - - onLine = '0' - else: - if onLine == '1': - logPro.error("Server offline") - #print("Server offline") - - onLine = '0' - - # ora verifico SE si possa inviare (ovvero sia online server e NON ci siano altri send attivi...) - if onLine == '1': - if sending == '0': - #segnalo che sono in sending! - sending = '1' - - # formatto dataOra corrente - #dtCurr = time.strftime("%y%m%d%H%M%S")+"000" - dtCurr = datetime.utcnow().strftime('%Y%m%d%H%M%S%f')[:-3] - # prendo 1 valore dalla coda... - #queueLock.acquire() - resp = Coda.get() - # RILASCIO SUBITO la coda x nuovi insert... - #queueLock.release() - - - # recupero valori da coda! - dtEve = resp.split("#")[0] - value = resp.split("#")[1] - cnt = resp.split("#")[2] - url = URLBASE + idxMacchina + URLADV1 + value - url = url + '&dtCurr=' + dtCurr + '&dtEve=' + dtEve + '&cnt=' + cnt - # CHIAMO URL - response3 = urllib.urlopen ( url ) - answ3 = response3.read() - #print(url) - #logPro.debug(url) - - - # log valore inviato! - logSnd.info( value + ' ['+ cnt +']' + ' R:' + answ3 ) - #print "Valore smaltito dalla coda" - - # completato invio, riporto sending a zero! - sending = '0' - else: - logPro.info("WAIT active send to complete") - - else: - pass - - else: - pass - - except: - if onLine == '1': - logPro.error("Server Non raggiungibile") - #print "Non raggiungibile" - - onLine = '0' - -# in ogni caso - - timer_busy = False - #print "end timer ok" - - - #print "end timer " - - -#--------------------------------------------------------------- -# funzione timer thread -#--------------------------------------------------------------- -def do_every (interval, worker_func, iterations = 0): - if iterations != 1: - threading.Timer ( - interval, - do_every, [interval, worker_func, 0 if iterations == 0 else iterations-1] - ).start (); - - worker_func (); - -#--------------------------------------------------------------- -# gestione contatore -#--------------------------------------------------------------- -def contatore(): - - try: - global cont - ctr = int(cont) - ctr +=1 - ctr = ctr % 1000 # round robin 1000 eventi x track - cont = str(ctr) - except: - print("errore incremento contatore") - -#--------------------------------------------------------------- -# avvia porta parallela -#--------------------------------------------------------------- -def avviaParallela(): - - global in_0 - global in_1 - global in_2 - global in_3 - global in_4 - global in_5 - global in_6 - global in_7 - - global GPIO - - try: - - GPIO.setmode(GPIO.BOARD) - - GPIO.setwarnings(False) - - #GPIO.setup(out_0, GPIO.OUT) # output 0 - #GPIO.setup(out_1, GPIO.OUT) # output 1 - - GPIO.setup(in_0, GPIO.IN) # input 0 - GPIO.setup(in_1, GPIO.IN) # input 1 - GPIO.setup(in_2, GPIO.IN) # input 2 - GPIO.setup(in_3, GPIO.IN) # input 3 - GPIO.setup(in_4, GPIO.IN) # input 4 - GPIO.setup(in_5, GPIO.IN) # input 5 - GPIO.setup(in_6, GPIO.IN) # input 6 - GPIO.setup(in_7, GPIO.IN) # input 7 - - except: - print( "\n\n" + PROGRAM_NAME + " - Error 3 on RPi.GPIO ! \n\n") - sys.exit(1) - - - print( "\n\n" + PROGRAM_NAME + " - init ok \n\n") - - -#--------------------------------------------------------------- -#--------------------------------------------------------------- -# MAIN - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'IOB.cfg' ) - - SAMPLETIME = config.getfloat ( 'time' , 'SAMPLETIME' ) - TIMEOUTSHORT = config.getfloat ( 'time' , 'TIMEOUTSHORT' ) - TIMEOUTLONG = config.getfloat ( 'time' , 'TIMEOUTLONG' ) - SENDURLTIME = config.getfloat ( 'time' , 'SENDURLTIME' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - - - URLBASE = config.get ( 'web' , 'URLBASE' ) - URLENABLED = config.get('web' , 'URLENABLED') - URLALIVE = config.get ('web' , 'URLALIVE') - URLADV1 = config.get ( 'web' , 'URLADV1' ) - - LOGFILE = config.get ( 'log' , 'LOGFILE' ) - LOGLEVEL = config.get ( 'log' , 'LOGLEVEL' ) -except: - print "\n\n" + PROGRAM_NAME + ' - Error 4 - in config file ' 'IOB.cfg' - sys.exit(1) - -#-------------------------------------------- -# oggetto Logger -#-------------------------------------------- -try: - logging.basicConfig(level=logging.DEBUG, - format='%(asctime)s %(name)-8s %(levelname)-8s %(message)s', - datefmt='%Y-%m-%d %H:%M:%S', - filename=LOGFILE, - filemode='a' - ) - - # aggiungo 2 logger specifici x queue e send... - logQue = logging.getLogger('queue') - logSnd = logging.getLogger('sendUrl') - logPro = logging.getLogger('program') - -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) -#-------------------------------------------- - - -print "\n\n" + PROGRAM_NAME + "\n\n" - -global startstatus -startstatus = 1 - -if startstatus == 1: - logPro.info("Avvio Programma" + PROGRAM_NAME) - -## Verifica l'OS e di conseguenza carica il file relativo con metodo di lockfile appropriato + check singola istanza -if os.name == 'posix': - import unix -else: - import win - -logPro.info( "Start " + PROGRAM_NAME ) - - -# lettura file configurazione - -# [id] -# idxMacchina = 2001 -# [time] -# SAMPLETIME = 0.1 -# TIMEOUTSHORT = 200 -# TIMEOUTLONG = 6000 - - -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' SAMPLETIME = %4.2f' % ( SAMPLETIME ) ) -print ( ' TIMEOUTSHORT = %4.2f' % ( TIMEOUTSHORT ) ) -print ( ' TIMEOUTLONG = %4.2f' % ( TIMEOUTLONG ) ) -print ( ' SENDURLTIME = %4.2f' % ( SENDURLTIME ) ) -print ( ' URLBASE = %s' % ( URLBASE ) ) -print ( ' URLADV1 = %s' % ( URLADV1 ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) -print ( ' LOGLEVEL = %s' % ( LOGLEVEL ) ) - -# -sys.stdout.write ( 'idxMacchina ?' + idxMacchina + '\n') - -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG - - -#-------------------------------------------------------------- -# apertura parallela - -try: - import RPi.GPIO as GPIO -except RuntimeError: - print( "\n\n" + PROGRAM_NAME + " - Error 1 - you need superuser privileges") -except: - print( "\n\n" + PROGRAM_NAME + " - Error 2 - you need superuser privileges. USE 'sudo' to run your script\n\n") - sys.exit(1) - - -avviaParallela() - - -#-------------------------------------------------------------- -# MARCO: qui inserire avvio thread di "svuotaCoda" - -# avviaSvuotaCoda -#print "Avvia svuota coda" - -do_every ( SENDURLTIME , svuota_coda ); - -#--------------------------------------------------------------- -# ciclo forever and ever - -old = '' - -#print "Avvio ciclo" -logPro.info("Avvio loop principale") -while 1: - - try: - time.sleep (SAMPLETIME) - except: - logPro.info("First_SLEEP: errore attesa sampletime") - - # lettura dati da IOB - value = readParallela() - - if ( value != '' ) : - if value != old : - #loggo e invio dati - try: - logQue.info( value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda") - pass - #enable e reset timer - to_enable = True - to_short = TIMEOUTSHORT - to_long = TIMEOUTLONG - - old = value - - - # gestione timeout breve - if ( to_enable ) : - to_short = to_short - SAMPLETIME - if to_short <= 0: - #loggo e invio dati - try: - logQue.info( '>' + value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda TO_short") - pass - to_short = TIMEOUTSHORT - to_enable = False # dopo un colpo il timer breve viene disabilitato - to_long = TIMEOUTLONG - - # gestione timeout lungo - to_long = to_long - SAMPLETIME - if to_long <= 0: - #loggo e invio dati - try: - logQue.info( '>>' + value + ' ['+ cont +']') - errormsglen = 0 - accoda() - contatore() - except: - logPro.error("URLBROWSER: errore registrazione valore e accoda TO_long") - pass - to_long = TIMEOUTLONG - - - - diff --git a/ConfIOB/Donati/1027 - 185/readSeriale.py b/ConfIOB/Donati/1027 - 185/readSeriale.py deleted file mode 100644 index 3c00644..0000000 --- a/ConfIOB/Donati/1027 - 185/readSeriale.py +++ /dev/null @@ -1,363 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -#--------------------------------------------------------------- - -import serial -import time -import sys -import datetime -import urllib -import ConfigParser -import os, sys - -#--------------------------------------------------------------- - -# COSTANTI -MSGLEN = 9 -TIMEOUTSERIALE = 10 -MAXRETRY = 3 - -# DA FILE CONF -idxMacchina = "2001" -SAMPLETIME = 0.1 -TIMEOUTSHORT = (SAMPLETIME*20) -TIMEOUTLONG = (SAMPLETIME*600) - -# VAR -to_enable = False -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG -to_serial = TIMEOUTSERIALE -to_retry = MAXRETRY -errormsglen = 0 - -#--------------------------------------------------------------- -# classe logger - -class Logger: - def __init__(self, filename): - try: - self.filename = filename - except: - logga("LOGGER: errore try su self.filename") - sys.exit(1) - def __call__(self, string): - try: - file = open(self.filename, 'a') - file.write('[' + time.strftime("%Y-%m-%d %H:%M:%S") + '] ') - file.write(string + '\n') - file.close() - except: - logga("LOGGER: errore try su scrittura") - sys.exit(1) - -#--------------------------------------------------------------- -# lettura buffer seriale e pulizia caratteri non stampabili -# ritorna '' se non c'è un messaggio buono o il messaggio pulito ( due bytes hex ) -# il messaggio ha il formato xxi00 00xxx - -def readSeriale(): - - global to_serial - global to_retry - global errormsglen - - ret = '' - current = '' - i = 0 - - # ritorna '' se non ci sono abbastanza caratteri - try: - if ser.inWaiting() < MSGLEN : -# -# to_serial = to_serial - 1 # se non mi risponde, faccio un ' altra richiesta.... -# if to_serial <= 0: -# try: -# requestData () -# except: -# logga("SERIALE: errore su requestData") -# sys.exit(1) -# to_serial = TIMEOUTSERIALE # ripristino timer -# to_retry = to_retry - 1 # contatore retry -# if to_retry <= 0: -# logga ( 'IOB not responding' ) -# return ret - logga("SERIALE: errore msglen < 9 char - Errore no. " + str(errormsglen)) - errormsglen = errormsglen +1 - avviaSeriale() - time.sleep(.2) - if errormsglen > 30: - sys.exit(1) - except: - if startstatus == 0: - logga ("Porta SERIALE non disponibile - ser.inWaiting error - exit... - Errore no. " + str(errormsglen)) - errormsglen = errormsglen +1 - avviaSeriale() - time.sleep(.2) - if errormsglen > 30: - sys.exit(1) - - # finchè c'è robba .. leggi e tieni i buoni - to_serial = TIMEOUTSERIALE - to_retry = MAXRETRY - try: - while ser.inWaiting() > 0 : - try: - c = ser.read(1) - except: - logga("SERIALE: errore su try ser.read") - sys.exit(1) - # filtra caratteri non stampabili - if c > ' ' : - current += c - #sys.stdout.write(current + '<<<<\n') - # ora il messaggio ha il formato xxxxxi00 00xxx : cerco la 'i' iniziale - try: - while i < len(current) and current[i] != 'i': - i = i + 1 - except: - logga("SERIALE: errore su ricerca i iniziale") - sys.exit(1) - # se non ho trovato la 'i' restituisco '' - if i == len(current)-1: - return ret - else: - current = current[i+1:i+3] - # richiesta dati ad IOB - requestData() - #sys.stdout.write ( current + '\n') - except: - if startstatus == 0: - logga ('Porta SERIALE non disponibile - ser.inWaiting e filtraggio error...exit') - sys.exit(1) - return current -#--------------------------------------------------------------- -# richiesta dati ad IOB : scrittura su seriale - -def requestData (): - try : - ser.write ("$i" + '\r\n') - ser.flush() - except : - if startstatus == 0: - logga ( "SERIAL: Errore di scrittura/flush") - - -#--------------------------------------------------------------- -#Funzione di scrittura su url con try-except - -def chiamaUrl(): - try: - url = URLBASE + idxMacchina + URLADV1 + value - urllib.urlopen ( url ) - except: - logga ( "NETWORK:Errore http-no com rete-timeout" + url ) - - -#--------------------------------------------------------------- -# Funzione che verifica possibilità di creare log e include testo corrente - -def logga(message) : - try: - log(message) - except : - pass - -#--------------------------------------------------------------- - - -def avviaSeriale(): - global ser - - try: - ser = serial.Serial( - port = comm_port , - baudrate = 9600 , - parity = serial.PARITY_NONE , - stopbits = serial.STOPBITS_ONE , - bytesize = serial.EIGHTBITS - ) - startstatus = 0 - except serial.serialutil.SerialException , e : - try: - if startstatus == 0: - logga ( "SERIAL:Errore apertura seriale - " + comm_port) - except: - pass - sys.stdout.write ( '\nErrore apertura seriale\n\n%s\n\n' % e ) - if errormsglen > 30: - sys.exit (1) - -#--------------------------------------------------------------- -#--------------------------------------------------------------- -# MAIN - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'readSeriale.cfg' ) - - SAMPLETIME = config.getfloat ( 'time' , 'SAMPLETIME' ) - TIMEOUTSHORT = config.getfloat ( 'time' , 'TIMEOUTSHORT' ) - TIMEOUTLONG = config.getfloat ( 'time' , 'TIMEOUTLONG' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - comm_port = config.get ( 'comm' , 'port' ) - - URLBASE = config.get ( 'web' , 'URLBASE' ) - URLADV1 = config.get ( 'web' , 'URLADV1' ) - - LOGFILE = config.get ( 'log' , 'LOGFILE' ) - LOGLEVEL = config.get ( 'log' , 'LOGLEVEL' ) -except: - sys.exit(1) - -# oggetto Logger -try: - log = Logger(LOGFILE) -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) - -print '\n\n Read seriale IOB v.0.2 !!!!\n' - -global startstatus -startstatus = 1 - -if startstatus == 1: - logga("Avvio Programma") - -# Verifica l'OS e di conseguenza carica il file relativo con metodo di lockfile appropriato + check singola istanza -if os.name == 'posix': - import unix -else: - import win - -logga ( "Start Read seriale IOB v.0.2") - - -# lettura file configurazione - -# [comm] -# port = /dev/ttyS0 -# [id] -# idxMacchina = 2001 -# [time] -# SAMPLETIME = 0.1 -# TIMEOUTSHORT = 200 -# TIMEOUTLONG = 6000 - -print ( ' comm_port = %s' % ( comm_port ) ) -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' SAMPLETIME = %4.2f' % ( SAMPLETIME ) ) -print ( ' TIMEOUTSHORT = %4.2f' % ( TIMEOUTSHORT ) ) -print ( ' TIMEOUTLONG = %4.2f' % ( TIMEOUTLONG ) ) -print ( ' URLBASE = %s' % ( URLBASE ) ) -print ( ' URLADV1 = %s' % ( URLADV1 ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) -print ( ' LOGLEVEL = %s' % ( LOGLEVEL ) ) - -# -sys.stdout.write ( 'idxMacchina ?' + idxMacchina + '\n') - -to_short = TIMEOUTSHORT -to_long = TIMEOUTLONG - - - -#-------------------------------------------------------------- - - -#--------------------------------------------------------------- -# apertura seriale - -avviaSeriale() - -#try: -# ser = serial.Serial( -# port = comm_port , -# baudrate = 9600 , -# parity = serial.PARITY_NONE , -# stopbits = serial.STOPBITS_ONE , -# bytesize = serial.EIGHTBITS -# ) -# print "Initialized!" -#except serial.serialutil.SerialException , e : -# try: -# logga ( "SERIAL:Errore apertura seriale - " + comm_port) -# except: -# pass -# sys.stdout.write ( '\nErrore apertura seriale\n\n%s\n\n' % e ) -# sys.exit (1) - -#--------------------------------------------------------------- -# ciclo forever and ever - -old = '' - -# richiesta dati ad IOB -try: - requestData() -except: - logga("SERIALE: errore sul try di requestData") - sys.exit(1) - - -while 1: - try: - time.sleep (SAMPLETIME) - except: - logga("SERIALE_SLEEP: errore attesa sampletime") - # lettura dati da IOB - try: - value = readSeriale() - except: - if startstatus == 0: - logga("errore PRIMA LETTURA SERIALE") - sys.exit(1) - if ( value != '' ) : - if value != old : - #loggo e invio dati - try: - logga ( value ) - errormsglen = 0 - chiamaUrl() - except: - logga("URLBROWSER: errore registrazione valore e chiamaUrl") - pass - #enable e reset timer - to_enable = True - to_short = TIMEOUTSHORT - to_long = TIMEOUTLONG - - old = value - - - # gestione timeout breve - if ( to_enable ) : - to_short = to_short - SAMPLETIME - if to_short <= 0: - #loggo e invio dati - try: - logga ( '>' + value ) - errormsglen = 0 - chiamaUrl() - except: - pass - to_short = TIMEOUTSHORT - to_enable = False # dopo un colpo il timer breve viene disabilitato - to_long = TIMEOUTLONG - - # gestione timeout lungo - to_long = to_long - SAMPLETIME - if to_long <= 0: - #loggo e invio dati - try: - logga ( '>>' + value ) - errormsglen = 0 - chiamaUrl() - except: - pass - to_long = TIMEOUTLONG - - diff --git a/ConfIOB/Donati/1027 - 185/saveTemp.sh b/ConfIOB/Donati/1027 - 185/saveTemp.sh deleted file mode 100644 index a2cd2be..0000000 --- a/ConfIOB/Donati/1027 - 185/saveTemp.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/bash - -#salva la temperatura CPU e GPU su chiamata... - -# imposto logfile... -logFile="/var/log/logTemp.txt" - -cpuTemp0=$(cat /sys/class/thermal/thermal_zone0/temp) -cpuTemp1=$(($cpuTemp0/1000)) -cpuTemp2=$(($cpuTemp0/100)) -cpuTempM=$(($cpuTemp2 % $cpuTemp1)) - -gpuTemp=`vcgencmd measure_temp` - -loadAvg=`cat /proc/loadavg` - -echo "$(date) | CPU: temp=$cpuTemp1.$cpuTempM ºC | GPU: $gpuTemp | LoadAvg: $loadAvg" >> $logFile diff --git a/ConfIOB/Donati/1027 - 185/sendReboot.py b/ConfIOB/Donati/1027 - 185/sendReboot.py deleted file mode 100644 index 021c400..0000000 --- a/ConfIOB/Donati/1027 - 185/sendReboot.py +++ /dev/null @@ -1,130 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -# sendReboot v. 1.8 - -#--------------------------------------------------------------- - - -import time -import sys - - -from datetime import datetime - -import urllib -import ConfigParser -import os, sys - -import logging - -import time - -#--------------------------------------------------------------- - -# COSTANTI -PROGRAM_NAME = "SendReboot IOB-pi v.1.8" - -# DA FILE CONF -idxMacchina = "99" - -# registro se ho fatto chiamata -global numTry -numTry = 1 - - -#--------------------------------------------------------------- -#Funzione di scrittura su url con try-except -#--------------------------------------------------------------- - -def chiamaUrl(numTry): - - try: - urllib.urlopen ( url ) - numTry = numTry + 10 - except Exception, e: - print e - logging.info ( e ) - print "Url aforte" , url - return numTry - - -#--------------------------------------------------------------- -# Funzione di recupero mac address per poterlo inviare a MPIO -#--------------------------------------------------------------- -def getMAC(interface): - # Return the MAC address of interface - try: - str = open('/sys/class/net/' + interface + '/address').read() - except: - str = "00:00:00:00:00:00" - return str[0:17] - -#--------------------------------------------------------------- -# MAIN -#--------------------------------------------------------------- - -try: - config = ConfigParser.RawConfigParser() - config.read ( 'IOB.cfg' ) - - idxMacchina = config.get ( 'id' , 'idxMacchina' ) - - - URLREBO = config.get ( 'web' , 'URLREBO' ) - - LOGFILE = config.get ( 'log' , 'LOGREBO' ) -except: - print "\n\n" + PROGRAM_NAME + ' - Error 4 - in config file ' 'IOB.cfg' - sys.exit(1) - - -#-------------------------------------------- -# oggetto Logger -#-------------------------------------------- -try: -# log = Logger(LOGFILE) - logging.basicConfig(level=logging.DEBUG, - format='%(asctime)s %(name)-8s %(levelname)-8s %(message)s', - datefmt='%Y-%m-%d %H:%M:%S', - filename=LOGFILE, - filemode='a') - -except: - # manda mail o simili - FARE!!! - print "LOG: Impossibile creare file log con nome " - print (LOGFILE) -#-------------------------------------------- - - -print "\n\n" + PROGRAM_NAME + "\n\n" - -global startstatus -startstatus = 1 - -if startstatus == 1: - logging.info("Avvio Programma " + PROGRAM_NAME) - - -# lettura file configurazione -print ( ' idxMacchina = %s' % ( idxMacchina ) ) -print ( ' URLREBO = %s' % ( URLREBO ) ) -print ( ' LOGFILE = %s' % ( LOGFILE ) ) - -# lettura mac address -myMac = getMAC('eth0') -print ( ' MAC Address = %s' % ( myMac ) ) - -# configuro URL da inviare -url = URLREBO + idxMacchina + "&mac=" + myMac - -# modifica: cerco se ho inviato segnale altrimenti ritento invio... -while (numTry < 11): - logging.info("Tentativo invio URL: " + `numTry` ) - numTry = chiamaUrl(numTry) - time.sleep(3) - numTry = numTry + 1 - - -# registro che ho inviato! -logging.info("Inviato segnale di reboot!: " + url ) diff --git a/ConfIOB/Donati/1027 - 185/sendRebootIOB b/ConfIOB/Donati/1027 - 185/sendRebootIOB deleted file mode 100644 index 191bfff..0000000 --- a/ConfIOB/Donati/1027 - 185/sendRebootIOB +++ /dev/null @@ -1,33 +0,0 @@ -#!/bin/sh - -# -### BEGIN INIT INFO -# Provides: sendReboot -# Required-Start: $network $remote_fs $syslog -# Required-Stop: $remote_fs $syslog -# Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 -# Short-Description: Steamware's IOB reboot signal -# Description: Steamware's sendReboot segnalazione reboot dispositivo -### END INIT INFO - -#! /bin/sh -# /etc/init.d/sendReboot - - - -export HOME -case "$1" in - start) - cd /home/pi/steamware - echo "Starting sendReboot" - /usr/bin/python ./sendReboot.py 2>&1 & - echo "Verifica Rete e file IOB" - /usr/local/bin/setIobConf.sh - ;; - *) - echo "Usage: /etc/init.d/sendReboot {start}" - exit 1 - ;; -esac -exit 0 - diff --git a/ConfIOB/Donati/1027 - 185/sendRebootIOB.service b/ConfIOB/Donati/1027 - 185/sendRebootIOB.service deleted file mode 100644 index 48e3690..0000000 --- a/ConfIOB/Donati/1027 - 185/sendRebootIOB.service +++ /dev/null @@ -1,22 +0,0 @@ -[Unit] -SourcePath=/etc/init.d/sendRebootIOB -Description=LSB: Steamware's IOB reboot signal -Before=runlevel2.target runlevel3.target runlevel4.target runlevel5.target shutdown.target -Wants=network-online.target -After=network.target network-online.target auditd.service -Conflicts=shutdown.target - -[Service] -Type=forking -Restart=no -TimeoutSec=5min -IgnoreSIGPIPE=no -KillMode=process -GuessMainPID=no -RemainAfterExit=yes -SysVStartPriority=2 -ExecStart=/etc/init.d/sendRebootIOB start -ExecStop=/etc/init.d/sendRebootIOB stop - -[Install] -WantedBy=multi-user.target diff --git a/ConfIOB/Donati/1027 - 185/setIobConf.sh b/ConfIOB/Donati/1027 - 185/setIobConf.sh deleted file mode 100644 index 30b4781..0000000 --- a/ConfIOB/Donati/1027 - 185/setIobConf.sh +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/bash - -# verifico se sia rete donati o rete steamware o offline... -netStatus=`cat /sys/class/net/eth0/operstate` -iaddr=`ifconfig eth0 | grep "inet addr" | cut -d ':' -f 2 | cut -d ' ' -f 1` - -cd /home/pi/steamware - -if [[ $netStatus != "up" ]] -then - echo "Siamo Offline, pagina demo!" -elif [[ $iaddr == "10.74.82"* ]] -then - cp IOB.cfg.steamware IOB.cfg -f - echo "Siamo in Steamware!" -elif [[ $iaddr == "192.168.51"* ]] -then - cp IOB.cfg.donati IOB.cfg -f - echo "Siamo a Passirano!" -else - echo "Siamo altrove, pagina demo!" -fi - -echo "$iaddr" - -chown pi:pi * \ No newline at end of file diff --git a/ConfIOB/Donati/1027 - 185/test.py b/ConfIOB/Donati/1027 - 185/test.py deleted file mode 100644 index 3145cbe..0000000 --- a/ConfIOB/Donati/1027 - 185/test.py +++ /dev/null @@ -1,31 +0,0 @@ -import logging - -# set up logging to file - see previous section for more details -logging.basicConfig(level=logging.DEBUG, - format='%(asctime)s %(name)-12s %(levelname)-8s %(message)s', - datefmt='%m-%d %H:%M', - filename='test.log', - filemode='w') -# define a Handler which writes INFO messages or higher to the sys.stderr -console = logging.StreamHandler() -console.setLevel(logging.INFO) -# set a format which is simpler for console use -formatter = logging.Formatter('%(name)-12s: %(levelname)-8s %(message)s') -# tell the handler to use this format -console.setFormatter(formatter) -# add the handler to the root logger -logging.getLogger('').addHandler(console) - -# Now, we can log to the root logger, or any other logger. First the root... -logging.info('Jackdaws love my big sphinx of quartz.') - -# Now, define a couple of other loggers which might represent areas in your -# application: - -logger1 = logging.getLogger('myapp.area1') -logger2 = logging.getLogger('myapp.area2') - -logger1.debug('Quick zephyrs blow, vexing daft Jim.') -logger1.info('How quickly daft jumping zebras vex.') -logger2.warning('Jail zesty vixen who grabbed pay from quack.') -logger2.error('The five boxing wizards jump quickly.') diff --git a/ConfIOB/Donati/1027 - 185/unix.py b/ConfIOB/Donati/1027 - 185/unix.py deleted file mode 100644 index 12fb3dc..0000000 --- a/ConfIOB/Donati/1027 - 185/unix.py +++ /dev/null @@ -1,31 +0,0 @@ -import fcntl -import os -import logging - -#--------------------------------------------------------------- -# meccanismo di file lock per evitare multiple instances -# The function will try to lock the file specified , if it success, return True, else return False. -# The nice thing is that the lock will be dropped when the program terminates. -# >>>Use : -# if not lockFile(".lock.pod"): -# sys.exit(0) - -def lockFile ( lockfile ) : - - fd = os.open ( lockfile , os.O_CREAT | os.O_TRUNC | os.O_WRONLY ) - try: - # Request exclusive (EX) non-blocking (NB) advisory lock. - fcntl.lockf ( fd , fcntl.LOCK_EX | fcntl.LOCK_NB ) - except IOError: - return False - - return True - -if not lockFile ( ".lockfile" ) : - print '\n noi non siamo soli ...\n' - logging.error( "LOCK: Piu istanze aperte") - #sys.exit ( 0 ) - -#- print '\n running alone ...\n' - - diff --git a/ConfIOB/Donati/1027 - 185/unix.pyc b/ConfIOB/Donati/1027 - 185/unix.pyc deleted file mode 100644 index a42c57d..0000000 Binary files a/ConfIOB/Donati/1027 - 185/unix.pyc and /dev/null differ diff --git a/ConfIOB/Donati/1027 - 185/win.py b/ConfIOB/Donati/1027 - 185/win.py deleted file mode 100644 index f679f60..0000000 --- a/ConfIOB/Donati/1027 - 185/win.py +++ /dev/null @@ -1,32 +0,0 @@ -import win32api -print " Running on WINDOWS\n" -import os -#--------------------------------------------------------------- -# meccanismo di file lock per evitare multiple instances -# The function will try to lock the file specified , if it success, return True, else return False. -# The nice thing is that the lock will be dropped when the program terminates. -# >>>Use : -# if not lockFile(".lock.pod"): -# sys.exit(0) - -def lockFile ( lockfile ) : - try: - fd = os.open ( lockfile , os.O_CREAT | os.O_TRUNC | os.O_WRONLY ) - except: - logga("Errore nel file WIN.PY per FD") - try: - # Request exclusive (EX) non-blocking (NB) advisory lock. - #fcntl.lockf ( fd , fcntl.LOCK_EX | fcntl.LOCK_NB ) - print " Dummy Method! Completa Lockfile\n" - except IOError: - return False - - return True -try: - if not lockFile ( ".lockfile" ) : - print '\n noi non siamo soli ...\n' - logga ( "LOCK: Piu istanze aperte") - sys.exit ( 0 ) -except: - logga("if not lockfile NON RIUSCITO in file WIN.PY") - sys.exit(1) diff --git a/ConfIOB/Donati/1027 - 185/win.pyc b/ConfIOB/Donati/1027 - 185/win.pyc deleted file mode 100644 index ae9a11e..0000000 Binary files a/ConfIOB/Donati/1027 - 185/win.pyc and /dev/null differ diff --git a/ConfIOB/Donati/1501_172/IOB.cfg b/ConfIOB/Donati/1501_172/IOB.cfg deleted file mode 100644 index b14a649..0000000 --- a/ConfIOB/Donati/1501_172/IOB.cfg +++ /dev/null @@ -1,10 +0,0 @@ -[id] -idxMacchina = 1501 - -[web] -URLREBO = http://10.74.82.218/MPIO/sendReboot.aspx?idxMacchina= -#URLREBO = http://192.168.51.71/MPIO/sendReboot.aspx?idxMacchina= - -[log] -LOGLEVEL = 10 -LOGREBO = /var/log/logReboot.txt diff --git a/ConfIOB/Donati/1501_172/LogoHighResWhite.png b/ConfIOB/Donati/1501_172/LogoHighResWhite.png deleted file mode 100644 index 361a978..0000000 Binary files a/ConfIOB/Donati/1501_172/LogoHighResWhite.png and /dev/null differ diff --git a/ConfIOB/Donati/1501_172/MP-MON-DEMO.html b/ConfIOB/Donati/1501_172/MP-MON-DEMO.html deleted file mode 100644 index 7bd8331..0000000 --- a/ConfIOB/Donati/1501_172/MP-MON-DEMO.html +++ /dev/null @@ -1,540 +0,0 @@ - - - - - - Index - MP-MONi DEMO - - - - - - - - - - - - -
- - - -
-
-
- -
-
- -
-
SMER.09
-
-
-
articolo:
-
-
-
fermo generico
-
tempo ciclo:
-
00:00
- - -
-
-
-
-
-
-
-
- -
-
PUL.03
-
-
-
articolo:
-
5010710
-
fermo generico
-
tempo ciclo:
-
07:31
- - -
-
-
-
-
-
-
-
- -
-
SMER.04
-
-
-
articolo:
-
5009047
-
lavorazione
-
tempo ciclo:
-
07:01
- - -
-
-
-
-
-
-
-
- -
-
PUL.02
-
-
-
articolo:
-
5010225
-
lavorazione
-
tempo ciclo:
-
07:00
- - -
-
-
-
-
-
-
-
- -
-
SMER.03
-
-
-
articolo:
-
5009595
-
fermo generico
-
tempo ciclo:
-
10:49
- - -
-
-
-
-
-
-
-
- -
-
SMER.08
-
-
-
articolo:
-
5009595
-
lavorazione
-
tempo ciclo:
-
09:07
- - -
-
-
-
-
-
-
-
- -
-
SMER.07
-
-
-
articolo:
-
5009580
-
lavorazione
-
tempo ciclo:
-
07:34
- - -
-
-
-
-
-
-
-
- -
-
SMER.02
-
-
-
articolo:
-
5003049
-
lavorazione
-
tempo ciclo:
-
06:55
- - -
-
-
-
-
-
-
-
- -
-
SMER.01
-
-
-
articolo:
-
5009030
-
lavorazione
-
tempo ciclo:
-
08:04
- - -
-
-
-
-
-
-
-
- -
-
EXABB
-
-
-
articolo:
-
5010290
-
lavorazione
-
tempo ciclo:
-
10:03
- - -
-
-
-
-
-
-
-
- -
-
PUL.04
-
-
-
articolo:
-
5010660
-
lavorazione
-
tempo ciclo:
-
14:43
- - -
-
-
-
-
-
-
-
- -
-
SMER.10
-
-
-
articolo:
-
5009556
-
lavorazione
-
tempo ciclo:
-
14:03
- - -
-
-
-
-
-
-
-
- -
-
PUL.01
-
-
-
articolo:
-
5010260
-
lavorazione
-
tempo ciclo:
-
06:45
- - -
-
-
-
-
-
-
-
- -
-
SMER.06
-
-
-
articolo:
-
5007041
-
lavorazione
-
tempo ciclo:
-
02:00
- - -
-
-
-
-
-
-
-
- -
-
TAV.02
-
-
-
articolo:
-
5010720
-
manuale
-
tempo ciclo:
-
02:01
- - -
-
-
-
-
-
-
-
- -
-
TAV.01
-
-
-
articolo:
-
5010181
-
lavorazione
-
tempo ciclo:
-
01:43
- - -
-
-
-
-
-
-
-
- -
-
SBAV.05
-
-
-
articolo:
-
5007580
-
allarme CN
-
tempo ciclo:
-
03:13
- - -
-
-
-
-
-
-
-
- -
-
SMER.11
-
-
-
articolo:
-
5009053
-
lavorazione
-
tempo ciclo:
-
08:45
- - -
-
-
-
-
-
-
-
- -
-
TAV.COS
-
-
-
articolo:
-
-
-
n.d.
-
tempo ciclo:
-
00:00
- - -
-
-
-
-
-
-
-
- -
-
COMB.01
-
-
-
articolo:
-
-
-
n.d.
-
tempo ciclo:
-
00:00
- - -
-
-
-
-
-
-
-
- -
-
COMB.02
-
-
-
articolo:
-
-
-
n.d.
-
tempo ciclo:
-
00:00
- - -
-
-
-
-
-
-
-
- -
-
COMB.03
-
-
-
articolo:
-
-
-
n.d.
-
tempo ciclo:
-
00:00
- - -
-
-
-
-
-
-
-
- - - - - - - -
-
-
-

MoonPro MONitor

-
-
- SteamWare -
-
-

Steamware s.r.l. - © 2007-2016

-
-
- -
-
- - - - - - - - - diff --git a/ConfIOB/Donati/1501_172/MP-MON-DEMO_b.html b/ConfIOB/Donati/1501_172/MP-MON-DEMO_b.html deleted file mode 100644 index 8ed3c2e..0000000 --- a/ConfIOB/Donati/1501_172/MP-MON-DEMO_b.html +++ /dev/null @@ -1,540 +0,0 @@ - - - - - - Index - MP-MONi DEMO - - - - - - - - - - - - -
- - - -
-
-
- -
-
- -
-
SMER.09
-
-
-
articolo:
-
-
-
fermo generico
-
tempo ciclo:
-
00:00
- - -
-
-
-
-
-
-
-
- -
-
PUL.03
-
-
-
articolo:
-
5010710
-
fermo generico
-
tempo ciclo:
-
07:31
- - -
-
-
-
-
-
-
-
- -
-
SMER.04
-
-
-
articolo:
-
5009047
-
lavorazione
-
tempo ciclo:
-
07:01
- - -
-
-
-
-
-
-
-
- -
-
PUL.02
-
-
-
articolo:
-
5010225
-
lavorazione
-
tempo ciclo:
-
07:00
- - -
-
-
-
-
-
-
-
- -
-
SMER.03
-
-
-
articolo:
-
5009595
-
fermo generico
-
tempo ciclo:
-
10:49
- - -
-
-
-
-
-
-
-
- -
-
SMER.08
-
-
-
articolo:
-
5009595
-
lavorazione
-
tempo ciclo:
-
09:07
- - -
-
-
-
-
-
-
-
- -
-
SMER.07
-
-
-
articolo:
-
5009580
-
lavorazione
-
tempo ciclo:
-
07:34
- - -
-
-
-
-
-
-
-
- -
-
SMER.02
-
-
-
articolo:
-
5003049
-
lavorazione
-
tempo ciclo:
-
06:55
- - -
-
-
-
-
-
-
-
- -
-
SMER.01
-
-
-
articolo:
-
5009030
-
lavorazione
-
tempo ciclo:
-
08:04
- - -
-
-
-
-
-
-
-
- -
-
EXABB
-
-
-
articolo:
-
5010290
-
lavorazione
-
tempo ciclo:
-
10:03
- - -
-
-
-
-
-
-
-
- -
-
PUL.04
-
-
-
articolo:
-
5010660
-
lavorazione
-
tempo ciclo:
-
14:43
- - -
-
-
-
-
-
-
-
- -
-
SMER.10
-
-
-
articolo:
-
5009556
-
lavorazione
-
tempo ciclo:
-
14:03
- - -
-
-
-
-
-
-
-
- -
-
PUL.01
-
-
-
articolo:
-
5010260
-
lavorazione
-
tempo ciclo:
-
06:45
- - -
-
-
-
-
-
-
-
- -
-
SMER.06
-
-
-
articolo:
-
5007041
-
lavorazione
-
tempo ciclo:
-
02:00
- - -
-
-
-
-
-
-
-
- -
-
TAV.02
-
-
-
articolo:
-
5010720
-
manuale
-
tempo ciclo:
-
02:01
- - -
-
-
-
-
-
-
-
- -
-
TAV.01
-
-
-
articolo:
-
5010181
-
lavorazione
-
tempo ciclo:
-
01:43
- - -
-
-
-
-
-
-
-
- -
-
SBAV.05
-
-
-
articolo:
-
5007580
-
allarme CN
-
tempo ciclo:
-
03:13
- - -
-
-
-
-
-
-
-
- -
-
SMER.11
-
-
-
articolo:
-
5009053
-
lavorazione
-
tempo ciclo:
-
08:45
- - -
-
-
-
-
-
-
-
- -
-
TAV.COS
-
-
-
articolo:
-
-
-
n.d.
-
tempo ciclo:
-
00:00
- - -
-
-
-
-
-
-
-
- -
-
COMB.01
-
-
-
articolo:
-
-
-
n.d.
-
tempo ciclo:
-
00:00
- - -
-
-
-
-
-
-
-
- -
-
COMB.02
-
-
-
articolo:
-
-
-
n.d.
-
tempo ciclo:
-
00:00
- - -
-
-
-
-
-
-
-
- -
-
COMB.03
-
-
-
articolo:
-
-
-
n.d.
-
tempo ciclo:
-
00:00
- - -
-
-
-
-
-
-
-
- - - - - - - -
-
-
-

MoonPro MONitor

-
-
- SteamWare -
-
-

Steamware s.r.l. - © 2007-2016

-
-
- -
-
- - - - - - - - - diff --git a/ConfIOB/Donati/1501_172/MP-MON-DEMO_files/OpenSans.woff b/ConfIOB/Donati/1501_172/MP-MON-DEMO_files/OpenSans.woff deleted file mode 100644 index 55b25f8..0000000 Binary files a/ConfIOB/Donati/1501_172/MP-MON-DEMO_files/OpenSans.woff and /dev/null differ diff --git a/ConfIOB/Donati/1501_172/MP-MON-DEMO_files/OpenSansCondensed.woff b/ConfIOB/Donati/1501_172/MP-MON-DEMO_files/OpenSansCondensed.woff deleted file mode 100644 index aedbd93..0000000 Binary files a/ConfIOB/Donati/1501_172/MP-MON-DEMO_files/OpenSansCondensed.woff and /dev/null differ diff --git a/ConfIOB/Donati/1501_172/MP-MON-DEMO_files/bootstrap b/ConfIOB/Donati/1501_172/MP-MON-DEMO_files/bootstrap deleted file mode 100644 index 5e1bd51..0000000 --- a/ConfIOB/Donati/1501_172/MP-MON-DEMO_files/bootstrap +++ /dev/null @@ -1 +0,0 @@ -if("undefined"==typeof jQuery)throw new Error("Bootstrap's JavaScript requires jQuery");+function(n){"use strict";var t=n.fn.jquery.split(" ")[0].split(".");if(t[0]<2&&t[1]<9||1==t[0]&&9==t[1]&&t[2]<1||t[0]>3)throw new Error("Bootstrap's JavaScript requires jQuery version 1.9.1 or higher, but lower than version 4");}(jQuery);+function(n){"use strict";function t(){var i=document.createElement("bootstrap"),n={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var t in n)if(void 0!==i.style[t])return{end:n[t]};return!1}n.fn.emulateTransitionEnd=function(t){var i=!1,u=this,r;n(this).one("bsTransitionEnd",function(){i=!0});return r=function(){i||n(u).trigger(n.support.transition.end)},setTimeout(r,t),this};n(function(){n.support.transition=t();n.support.transition&&(n.event.special.bsTransitionEnd={bindType:n.support.transition.end,delegateType:n.support.transition.end,handle:function(t){if(n(t.target).is(this))return t.handleObj.handler.apply(this,arguments)}})})}(jQuery);+function(n){"use strict";function u(i){return this.each(function(){var r=n(this),u=r.data("bs.alert");u||r.data("bs.alert",u=new t(this));"string"==typeof i&&u[i].call(r)})}var i='[data-dismiss="alert"]',t=function(t){n(t).on("click",i,this.close)},r;t.VERSION="3.3.7";t.TRANSITION_DURATION=150;t.prototype.close=function(i){function e(){r.detach().trigger("closed.bs.alert").remove()}var f=n(this),u=f.attr("data-target"),r;u||(u=f.attr("href"),u=u&&u.replace(/.*(?=#[^\s]*$)/,""));r=n("#"===u?[]:u);i&&i.preventDefault();r.length||(r=f.closest(".alert"));r.trigger(i=n.Event("close.bs.alert"));i.isDefaultPrevented()||(r.removeClass("in"),n.support.transition&&r.hasClass("fade")?r.one("bsTransitionEnd",e).emulateTransitionEnd(t.TRANSITION_DURATION):e())};r=n.fn.alert;n.fn.alert=u;n.fn.alert.Constructor=t;n.fn.alert.noConflict=function(){return n.fn.alert=r,this};n(document).on("click.bs.alert.data-api",i,t.prototype.close)}(jQuery);+function(n){"use strict";function i(i){return this.each(function(){var u=n(this),r=u.data("bs.button"),f="object"==typeof i&&i;r||u.data("bs.button",r=new t(this,f));"toggle"==i?r.toggle():i&&r.setState(i)})}var t=function(i,r){this.$element=n(i);this.options=n.extend({},t.DEFAULTS,r);this.isLoading=!1},r;t.VERSION="3.3.7";t.DEFAULTS={loadingText:"loading..."};t.prototype.setState=function(t){var i="disabled",r=this.$element,f=r.is("input")?"val":"html",u=r.data();t+="Text";null==u.resetText&&r.data("resetText",r[f]());setTimeout(n.proxy(function(){r[f](null==u[t]?this.options[t]:u[t]);"loadingText"==t?(this.isLoading=!0,r.addClass(i).attr(i,i).prop(i,!0)):this.isLoading&&(this.isLoading=!1,r.removeClass(i).removeAttr(i).prop(i,!1))},this),0)};t.prototype.toggle=function(){var t=!0,i=this.$element.closest('[data-toggle="buttons"]'),n;i.length?(n=this.$element.find("input"),"radio"==n.prop("type")?(n.prop("checked")&&(t=!1),i.find(".active").removeClass("active"),this.$element.addClass("active")):"checkbox"==n.prop("type")&&(n.prop("checked")!==this.$element.hasClass("active")&&(t=!1),this.$element.toggleClass("active")),n.prop("checked",this.$element.hasClass("active")),t&&n.trigger("change")):(this.$element.attr("aria-pressed",!this.$element.hasClass("active")),this.$element.toggleClass("active"))};r=n.fn.button;n.fn.button=i;n.fn.button.Constructor=t;n.fn.button.noConflict=function(){return n.fn.button=r,this};n(document).on("click.bs.button.data-api",'[data-toggle^="button"]',function(t){var r=n(t.target).closest(".btn");i.call(r,"toggle");n(t.target).is('input[type="radio"], input[type="checkbox"]')||(t.preventDefault(),r.is("input,button")?r.trigger("focus"):r.find("input:visible,button:visible").first().trigger("focus"))}).on("focus.bs.button.data-api blur.bs.button.data-api",'[data-toggle^="button"]',function(t){n(t.target).closest(".btn").toggleClass("focus",/^focus(in)?$/.test(t.type))})}(jQuery);+function(n){"use strict";function i(i){return this.each(function(){var u=n(this),r=u.data("bs.carousel"),f=n.extend({},t.DEFAULTS,u.data(),"object"==typeof i&&i),e="string"==typeof i?i:f.slide;r||u.data("bs.carousel",r=new t(this,f));"number"==typeof i?r.to(i):e?r[e]():f.interval&&r.pause().cycle()})}var t=function(t,i){this.$element=n(t);this.$indicators=this.$element.find(".carousel-indicators");this.options=i;this.paused=null;this.sliding=null;this.interval=null;this.$active=null;this.$items=null;this.options.keyboard&&this.$element.on("keydown.bs.carousel",n.proxy(this.keydown,this));"hover"==this.options.pause&&!("ontouchstart"in document.documentElement)&&this.$element.on("mouseenter.bs.carousel",n.proxy(this.pause,this)).on("mouseleave.bs.carousel",n.proxy(this.cycle,this))},u,r;t.VERSION="3.3.7";t.TRANSITION_DURATION=600;t.DEFAULTS={interval:5e3,pause:"hover",wrap:!0,keyboard:!0};t.prototype.keydown=function(n){if(!/input|textarea/i.test(n.target.tagName)){switch(n.which){case 37:this.prev();break;case 39:this.next();break;default:return}n.preventDefault()}};t.prototype.cycle=function(t){return t||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(n.proxy(this.next,this),this.options.interval)),this};t.prototype.getItemIndex=function(n){return this.$items=n.parent().children(".item"),this.$items.index(n||this.$active)};t.prototype.getItemForDirection=function(n,t){var i=this.getItemIndex(t),f="prev"==n&&0===i||"next"==n&&i==this.$items.length-1,r,u;return f&&!this.options.wrap?t:(r="prev"==n?-1:1,u=(i+r)%this.$items.length,this.$items.eq(u))};t.prototype.to=function(n){var i=this,t=this.getItemIndex(this.$active=this.$element.find(".item.active"));if(!(n>this.$items.length-1||n<0))return this.sliding?this.$element.one("slid.bs.carousel",function(){i.to(n)}):t==n?this.pause().cycle():this.slide(n>t?"next":"prev",this.$items.eq(n))};t.prototype.pause=function(t){return t||(this.paused=!0),this.$element.find(".next, .prev").length&&n.support.transition&&(this.$element.trigger(n.support.transition.end),this.cycle(!0)),this.interval=clearInterval(this.interval),this};t.prototype.next=function(){if(!this.sliding)return this.slide("next")};t.prototype.prev=function(){if(!this.sliding)return this.slide("prev")};t.prototype.slide=function(i,r){var e=this.$element.find(".item.active"),u=r||this.getItemForDirection(i,e),l=this.interval,f="next"==i?"left":"right",a=this,o,s,h,c;return u.hasClass("active")?this.sliding=!1:(o=u[0],s=n.Event("slide.bs.carousel",{relatedTarget:o,direction:f}),(this.$element.trigger(s),!s.isDefaultPrevented())?((this.sliding=!0,l&&this.pause(),this.$indicators.length)&&(this.$indicators.find(".active").removeClass("active"),h=n(this.$indicators.children()[this.getItemIndex(u)]),h&&h.addClass("active")),c=n.Event("slid.bs.carousel",{relatedTarget:o,direction:f}),n.support.transition&&this.$element.hasClass("slide")?(u.addClass(i),u[0].offsetWidth,e.addClass(f),u.addClass(f),e.one("bsTransitionEnd",function(){u.removeClass([i,f].join(" ")).addClass("active");e.removeClass(["active",f].join(" "));a.sliding=!1;setTimeout(function(){a.$element.trigger(c)},0)}).emulateTransitionEnd(t.TRANSITION_DURATION)):(e.removeClass("active"),u.addClass("active"),this.sliding=!1,this.$element.trigger(c)),l&&this.cycle(),this):void 0)};u=n.fn.carousel;n.fn.carousel=i;n.fn.carousel.Constructor=t;n.fn.carousel.noConflict=function(){return n.fn.carousel=u,this};r=function(t){var o,r=n(this),u=n(r.attr("data-target")||(o=r.attr("href"))&&o.replace(/.*(?=#[^\s]+$)/,"")),e,f;u.hasClass("carousel")&&(e=n.extend({},u.data(),r.data()),f=r.attr("data-slide-to"),f&&(e.interval=!1),i.call(u,e),f&&u.data("bs.carousel").to(f),t.preventDefault())};n(document).on("click.bs.carousel.data-api","[data-slide]",r).on("click.bs.carousel.data-api","[data-slide-to]",r);n(window).on("load",function(){n('[data-ride="carousel"]').each(function(){var t=n(this);i.call(t,t.data())})})}(jQuery);+function(n){"use strict";function r(t){var i,r=t.attr("data-target")||(i=t.attr("href"))&&i.replace(/.*(?=#[^\s]+$)/,"");return n(r)}function i(i){return this.each(function(){var u=n(this),r=u.data("bs.collapse"),f=n.extend({},t.DEFAULTS,u.data(),"object"==typeof i&&i);!r&&f.toggle&&/show|hide/.test(i)&&(f.toggle=!1);r||u.data("bs.collapse",r=new t(this,f));"string"==typeof i&&r[i]()})}var t=function(i,r){this.$element=n(i);this.options=n.extend({},t.DEFAULTS,r);this.$trigger=n('[data-toggle="collapse"][href="#'+i.id+'"],[data-toggle="collapse"][data-target="#'+i.id+'"]');this.transitioning=null;this.options.parent?this.$parent=this.getParent():this.addAriaAndCollapsedClass(this.$element,this.$trigger);this.options.toggle&&this.toggle()},u;t.VERSION="3.3.7";t.TRANSITION_DURATION=350;t.DEFAULTS={toggle:!0};t.prototype.dimension=function(){var n=this.$element.hasClass("width");return n?"width":"height"};t.prototype.show=function(){var f,r,e,u,o,s;if(!this.transitioning&&!this.$element.hasClass("in")&&(r=this.$parent&&this.$parent.children(".panel").children(".in, .collapsing"),!(r&&r.length&&(f=r.data("bs.collapse"),f&&f.transitioning))&&(e=n.Event("show.bs.collapse"),this.$element.trigger(e),!e.isDefaultPrevented()))){if(r&&r.length&&(i.call(r,"hide"),f||r.data("bs.collapse",null)),u=this.dimension(),this.$element.removeClass("collapse").addClass("collapsing")[u](0).attr("aria-expanded",!0),this.$trigger.removeClass("collapsed").attr("aria-expanded",!0),this.transitioning=1,o=function(){this.$element.removeClass("collapsing").addClass("collapse in")[u]("");this.transitioning=0;this.$element.trigger("shown.bs.collapse")},!n.support.transition)return o.call(this);s=n.camelCase(["scroll",u].join("-"));this.$element.one("bsTransitionEnd",n.proxy(o,this)).emulateTransitionEnd(t.TRANSITION_DURATION)[u](this.$element[0][s])}};t.prototype.hide=function(){var r,i,u;if(!this.transitioning&&this.$element.hasClass("in")&&(r=n.Event("hide.bs.collapse"),this.$element.trigger(r),!r.isDefaultPrevented()))return i=this.dimension(),this.$element[i](this.$element[i]())[0].offsetHeight,this.$element.addClass("collapsing").removeClass("collapse in").attr("aria-expanded",!1),this.$trigger.addClass("collapsed").attr("aria-expanded",!1),this.transitioning=1,u=function(){this.transitioning=0;this.$element.removeClass("collapsing").addClass("collapse").trigger("hidden.bs.collapse")},n.support.transition?void this.$element[i](0).one("bsTransitionEnd",n.proxy(u,this)).emulateTransitionEnd(t.TRANSITION_DURATION):u.call(this)};t.prototype.toggle=function(){this[this.$element.hasClass("in")?"hide":"show"]()};t.prototype.getParent=function(){return n(this.options.parent).find('[data-toggle="collapse"][data-parent="'+this.options.parent+'"]').each(n.proxy(function(t,i){var u=n(i);this.addAriaAndCollapsedClass(r(u),u)},this)).end()};t.prototype.addAriaAndCollapsedClass=function(n,t){var i=n.hasClass("in");n.attr("aria-expanded",i);t.toggleClass("collapsed",!i).attr("aria-expanded",i)};u=n.fn.collapse;n.fn.collapse=i;n.fn.collapse.Constructor=t;n.fn.collapse.noConflict=function(){return n.fn.collapse=u,this};n(document).on("click.bs.collapse.data-api",'[data-toggle="collapse"]',function(t){var u=n(this);u.attr("data-target")||t.preventDefault();var f=r(u),e=f.data("bs.collapse"),o=e?"toggle":u.data();i.call(f,o)})}(jQuery);+function(n){"use strict";function r(t){var i=t.attr("data-target"),r;return i||(i=t.attr("href"),i=i&&/#[A-Za-z]/.test(i)&&i.replace(/.*(?=#[^\s]*$)/,"")),r=i&&n(i),r&&r.length?r:t.parent()}function u(t){t&&3===t.which||(n(o).remove(),n(i).each(function(){var u=n(this),i=r(u),f={relatedTarget:this};i.hasClass("open")&&(t&&"click"==t.type&&/input|textarea/i.test(t.target.tagName)&&n.contains(i[0],t.target)||(i.trigger(t=n.Event("hide.bs.dropdown",f)),t.isDefaultPrevented()||(u.attr("aria-expanded","false"),i.removeClass("open").trigger(n.Event("hidden.bs.dropdown",f)))))}))}function e(i){return this.each(function(){var r=n(this),u=r.data("bs.dropdown");u||r.data("bs.dropdown",u=new t(this));"string"==typeof i&&u[i].call(r)})}var o=".dropdown-backdrop",i='[data-toggle="dropdown"]',t=function(t){n(t).on("click.bs.dropdown",this.toggle)},f;t.VERSION="3.3.7";t.prototype.toggle=function(t){var f=n(this),i,o,e;if(!f.is(".disabled, :disabled")){if(i=r(f),o=i.hasClass("open"),u(),!o){if("ontouchstart"in document.documentElement&&!i.closest(".navbar-nav").length&&n(document.createElement("div")).addClass("dropdown-backdrop").insertAfter(n(this)).on("click",u),e={relatedTarget:this},i.trigger(t=n.Event("show.bs.dropdown",e)),t.isDefaultPrevented())return;f.trigger("focus").attr("aria-expanded","true");i.toggleClass("open").trigger(n.Event("shown.bs.dropdown",e))}return!1}};t.prototype.keydown=function(t){var e,o,s,h,f,u;if(/(38|40|27|32)/.test(t.which)&&!/input|textarea/i.test(t.target.tagName)&&(e=n(this),t.preventDefault(),t.stopPropagation(),!e.is(".disabled, :disabled"))){if(o=r(e),s=o.hasClass("open"),!s&&27!=t.which||s&&27==t.which)return 27==t.which&&o.find(i).trigger("focus"),e.trigger("click");h=" li:not(.disabled):visible a";f=o.find(".dropdown-menu"+h);f.length&&(u=f.index(t.target),38==t.which&&u>0&&u--,40==t.which&&udocument.documentElement.clientHeight;this.$element.css({paddingLeft:!this.bodyIsOverflowing&&n?this.scrollbarWidth:"",paddingRight:this.bodyIsOverflowing&&!n?this.scrollbarWidth:""})};t.prototype.resetAdjustments=function(){this.$element.css({paddingLeft:"",paddingRight:""})};t.prototype.checkScrollbar=function(){var n=window.innerWidth,t;n||(t=document.documentElement.getBoundingClientRect(),n=t.right-Math.abs(t.left));this.bodyIsOverflowing=document.body.clientWidth
<\/div>
<\/div><\/div>',trigger:"hover focus",title:"",delay:0,html:!1,container:!1,viewport:{selector:"body",padding:0}};t.prototype.init=function(t,i,r){var f,e,u,o,s;if(this.enabled=!0,this.type=t,this.$element=n(i),this.options=this.getOptions(r),this.$viewport=this.options.viewport&&n(n.isFunction(this.options.viewport)?this.options.viewport.call(this,this.$element):this.options.viewport.selector||this.options.viewport),this.inState={click:!1,hover:!1,focus:!1},this.$element[0]instanceof document.constructor&&!this.options.selector)throw new Error("`selector` option must be specified when initializing "+this.type+" on the window.document object!");for(f=this.options.trigger.split(" "),e=f.length;e--;)if(u=f[e],"click"==u)this.$element.on("click."+this.type,this.options.selector,n.proxy(this.toggle,this));else"manual"!=u&&(o="hover"==u?"mouseenter":"focusin",s="hover"==u?"mouseleave":"focusout",this.$element.on(o+"."+this.type,this.options.selector,n.proxy(this.enter,this)),this.$element.on(s+"."+this.type,this.options.selector,n.proxy(this.leave,this)));this.options.selector?this._options=n.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()};t.prototype.getDefaults=function(){return t.DEFAULTS};t.prototype.getOptions=function(t){return t=n.extend({},this.getDefaults(),this.$element.data(),t),t.delay&&"number"==typeof t.delay&&(t.delay={show:t.delay,hide:t.delay}),t};t.prototype.getDelegateOptions=function(){var t={},i=this.getDefaults();return this._options&&n.each(this._options,function(n,r){i[n]!=r&&(t[n]=r)}),t};t.prototype.enter=function(t){var i=t instanceof this.constructor?t:n(t.currentTarget).data("bs."+this.type);return i||(i=new this.constructor(t.currentTarget,this.getDelegateOptions()),n(t.currentTarget).data("bs."+this.type,i)),t instanceof n.Event&&(i.inState["focusin"==t.type?"focus":"hover"]=!0),i.tip().hasClass("in")||"in"==i.hoverState?void(i.hoverState="in"):(clearTimeout(i.timeout),i.hoverState="in",i.options.delay&&i.options.delay.show?void(i.timeout=setTimeout(function(){"in"==i.hoverState&&i.show()},i.options.delay.show)):i.show())};t.prototype.isInStateTrue=function(){for(var n in this.inState)if(this.inState[n])return!0;return!1};t.prototype.leave=function(t){var i=t instanceof this.constructor?t:n(t.currentTarget).data("bs."+this.type);if(i||(i=new this.constructor(t.currentTarget,this.getDelegateOptions()),n(t.currentTarget).data("bs."+this.type,i)),t instanceof n.Event&&(i.inState["focusout"==t.type?"focus":"hover"]=!1),!i.isInStateTrue())return clearTimeout(i.timeout),i.hoverState="out",i.options.delay&&i.options.delay.hide?void(i.timeout=setTimeout(function(){"out"==i.hoverState&&i.hide()},i.options.delay.hide)):i.hide()};t.prototype.show=function(){var c=n.Event("show.bs."+this.type),l,p,e,w,h;if(this.hasContent()&&this.enabled){if(this.$element.trigger(c),l=n.contains(this.$element[0].ownerDocument.documentElement,this.$element[0]),c.isDefaultPrevented()||!l)return;var u=this,r=this.tip(),a=this.getUID(this.type);this.setContent();r.attr("id",a);this.$element.attr("aria-describedby",a);this.options.animation&&r.addClass("fade");var i="function"==typeof this.options.placement?this.options.placement.call(this,r[0],this.$element[0]):this.options.placement,v=/\s?auto?\s?/i,y=v.test(i);y&&(i=i.replace(v,"")||"top");r.detach().css({top:0,left:0,display:"block"}).addClass(i).data("bs."+this.type,this);this.options.container?r.appendTo(this.options.container):r.insertAfter(this.$element);this.$element.trigger("inserted.bs."+this.type);var f=this.getPosition(),o=r[0].offsetWidth,s=r[0].offsetHeight;y&&(p=i,e=this.getPosition(this.$viewport),i="bottom"==i&&f.bottom+s>e.bottom?"top":"top"==i&&f.top-se.width?"left":"left"==i&&f.left-ou.top+u.height&&(f.top=u.top+u.height-s)):(h=t.left-e,c=t.left+e+i,hu.right&&(f.left=u.left+u.width-c)),f):f};t.prototype.getTitle=function(){var t=this.$element,n=this.options;return t.attr("data-original-title")||("function"==typeof n.title?n.title.call(t[0]):n.title)};t.prototype.getUID=function(n){do n+=~~(1e6*Math.random());while(document.getElementById(n));return n};t.prototype.tip=function(){if(!this.$tip&&(this.$tip=n(this.options.template),1!=this.$tip.length))throw new Error(this.type+" `template` option must consist of exactly 1 top-level element!");return this.$tip};t.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")};t.prototype.enable=function(){this.enabled=!0};t.prototype.disable=function(){this.enabled=!1};t.prototype.toggleEnabled=function(){this.enabled=!this.enabled};t.prototype.toggle=function(t){var i=this;t&&(i=n(t.currentTarget).data("bs."+this.type),i||(i=new this.constructor(t.currentTarget,this.getDelegateOptions()),n(t.currentTarget).data("bs."+this.type,i)));t?(i.inState.click=!i.inState.click,i.isInStateTrue()?i.enter(i):i.leave(i)):i.tip().hasClass("in")?i.leave(i):i.enter(i)};t.prototype.destroy=function(){var n=this;clearTimeout(this.timeout);this.hide(function(){n.$element.off("."+n.type).removeData("bs."+n.type);n.$tip&&n.$tip.detach();n.$tip=null;n.$arrow=null;n.$viewport=null;n.$element=null})};i=n.fn.tooltip;n.fn.tooltip=r;n.fn.tooltip.Constructor=t;n.fn.tooltip.noConflict=function(){return n.fn.tooltip=i,this}}(jQuery);+function(n){"use strict";function r(i){return this.each(function(){var u=n(this),r=u.data("bs.popover"),f="object"==typeof i&&i;!r&&/destroy|hide/.test(i)||(r||u.data("bs.popover",r=new t(this,f)),"string"==typeof i&&r[i]())})}var t=function(n,t){this.init("popover",n,t)},i;if(!n.fn.tooltip)throw new Error("Popover requires tooltip.js");t.VERSION="3.3.7";t.DEFAULTS=n.extend({},n.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:'